# Table S8. Summary of predicted plasmids (model scores, orthogonal support, circularity, and NCBI blast results)
#
# Notes on Methods (See Supplementary Methods for more details)
# =============================================================
# Running MOB-suite : Plasmid was classified using the MOB-typer subroutine in the MOB-suite v3.0.1. See Supplementary Methods in paper for details.
# Running NCBI: Plasmids were blasted against NCBI's non-redundant nucleotide (nt) database version 5. The NCBI sequence with the highest coverage of the plasmid was selected. See Supplementary Methods in paper for details.
# Competitive read recruitment to plasmids : Each metagenome's reads were recruited to a dereplicated set of 68,350 plasmids (column in_dereplicated_plasmids). A plasmid was defined as present in a metagenome if the plasmid's detection (fraction of nucleotides with non-zero coverage) is >=95%
# Recruitment to entire assembly : Each metagenome's reads were recruited to the entire set of contigs that was assembled from the metagenome. This recruitment was used to determine circularity of the plasmid.
# 
# Table columns
# =============
# contig : Name of predicted plasmid
# contig_length : Number of nucleotides in contig
#
# PlasX and gene content
# -----------------------
# PlasX_score : PlasX's score for this contig being a plasmid. Values closer to 1 represent higher confidence.
# prodigal_genes : Number of protein-coding genes identified by prodigal
# prodigal_annotated_genes : Number of protein-coding genes with a COG or Pfam annotation (note: excludes mmseqs)
# COG_genes : Number of protein-coding genes with a COG annotation
# Pfam_genes : Number of protein-coding genes with a Pfam annotation
# mmseqs_genes : Number of protein-coding genes that are annotated to a de novo gene family, derived from mmseqs
# is_plasmid_keyword_recognizable : True/False if any of the COGs or Pfams in this contig has the word ‘plasmid’ or ‘conjugation’ in its description
#
# MobMess results
# ----------------
# cluster_ID : ID of the plasmid cluster
# cluster_type : The type of cluster. Possible values are "backbone", "fragment", or "maximal".
# in_dereplicated_plasmids : True/False if this contig was the representative for its cluster, as part of dereplicating the plasmids into a set of 68,350 representative (non-redundant) plasmids
# cluster_dereplication_representative : The representative of this contig's cluster. If cluster_type is "fragment", then this value is the empty string, because there was no representative taken from this cluster.
# mean_ANI_in_cluster : the average of global alignment identity (denoted as I_global in Supplementary Methods) across all MUMMER alignments between this contig with other contigs in the same plasmid cluster.
# plasmid_system : the plasmid system(s) that this contig is a part of. If there are multiple systems, then they are separated by the character "|". If no systems, then an empty string.
#
# Detection in metagenomes
# ------------------------
# number_of_metagenomes : The number of metagenomes that this plasmid is present in (detection >= 95%). This is based on read recruitment to the 68,350 non-redundant plasmids.
# number_of_countries : The number of unique countries spanned by the metagenomes with this plasmid
#
# Circularity
# ------------
# circular : True/False if this prediction appeared circular. This is True if and only if detection_in_assembly >= 0.95 and reverse_forward_pairs_at_contig_end > 0.
# circular_associated : True/False if this prediction is circular-associated. It is circular-associated if its cluster has a circular plasmid (either this plasmid or a different one), or if it is part of a plasmid system.
# detection_in_assembly : The detection of this contig (fraction of sequence positions covered by at least one read) when recruiting a metagenome to its entire assembly
# reverse_forward_pairs_at_contig_end : The number of reverse-forward pairs that aligned to opposite ends of the contig when recruiting a metagenome to its entire assembly.
#
# MOB-suite results
# -----------------
# mob_suite_rep_type : The replicon type predicted by MOB-suite. If no type was found, then empty string.
# mob_suite_relaxase_type : The relaxase type predicted by MOB-suite
# mob_suite_mpf_type : The mate-pair formation type predicted by MOB-suite
# mob_suite_orit_type : The origin of transfer type predicted by MOB-suite
# mob_suite_predicted_mobility : The plasmid's mobility predicted by MOB-suite. Possible values are either "conjugative", "non-mobilizable", or "non-mobilizable". Note that if no features (replicon, relaxase, mate-pair, origin of transfer) were found by MOB-suite, then this value is "non-mobilizable" by default.
#
# Blasting predictions against NCBI's database
# ---------------------------------------------
# ncbi_hit_type : The type of NCBI sequence that was hit. Possible values are "plasmid", "chromosome", "virus", "other", or "no_good_hit"
# ncbi_blast_length : The length of the best HSP (high-scoring segment pair), which is defined as the HSP with the highest bitscore
# ncbi_blast_ident : The sequence identity of the best HSP
# ncbi_blast_query_coverage : The coverage of the plasmid, across all HSPs in this subject (equivalent to the value 'qcovs' reported by NCBI's Blast+ tool)
# ncbi_blast_subject_coverage : The coverage of the subject, across all HSPs (equivalent to the value 'scovs' reported by NCBI's Blast+ tool)
# ncbi_blast_accession : NCBI accession of the subject
# ncbi_blast_group : NCBI blast group of the subject
# ncbi_blast_name : NCBI description of the subject
# novel : True if the column `ncbi_hit_type` is "no_good_hit", otherwise False

# Orthogonal support
# ------------------
# orthogonal_support : True if there is any orthogonal evidence for this predicted plasmid being a bona fide plasmid. The four types of evidence that we considered are
#                      (a) The sequence is circular, i.e. the column `circular` is True
#                      (b) If MOB-suite found a plasmid feature, i.e. if any of the columns `mob_suite_rep_type`, `mob_suite_relaxase_type`, `mob_suite_mpf_type`, `mob_suite_orit_type` is a non-empty string
#                      (c) If the sequence matches a known plasmid, i.e. if the column `ncbi_hit_type` is "plasmid"
#                      (d) If the sequence contains the word 'plasmid' or 'congjuation' in any COGs or Pfams annotated to its genes, i.e. the column `is_plasmid_keyword_recognizable` is True
contig	contig_length	PlasX_score	prodigal_genes	prodigal_annotated_genes	COG_genes	Pfam_genes	mmseqs_genes	is_plasmid_keyword_recognizable	cluster_ID	cluster_type	in_dereplicated_plasmids	cluster_dereplication_representative	mean_ANI_in_cluster	plasmid_system	number_of_metagenomes	number_of_countries	circular	circular_associated	detection_in_assembly	reverse_forward_pairs_at_contig_end	mob_suite_rep_type	mob_suite_relaxase_type	mob_suite_mpf_type	mob_suite_orit_type	mob_suite_predicted_mobility	ncbi_hit_type	ncbi_blast_length	ncbi_blast_ident	ncbi_blast_query_coverage	ncbi_blast_subject_coverage	ncbi_blast_accession	ncbi_blast_group	ncbi_blast_name	novel	orthogonal_support
MAD0004_000000000035	86116	0.9999999999999992	89	84	31	49	82	True	114313	maximal	True	MAD0004_000000000035	1.0	PS396|PS544	2	1	False	True	1.0	0	IncI-gamma/K1	MOBP	MPF_I	MOBP	conjugative	plasmid	42472.0	99.993	100.0	0.38012512418441047	MG648859.1	enterobacteria	Escherichia coli plasmid pCOV4 clone COV4_c1	False	True
FIJ0168_000000000073	59638	0.9999999999999958	56	50	29	46	42	True	108512	maximal	True	FIJ0168_000000000073	1.0		1	1	False	False	1.0	0	IncFII,rep_cluster_2272	MOBF	MPF_F		conjugative	no_good_hit	10594.0	96.82799999999999	48.0	0.07520564877036953	CP056708.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00564 plasmid pRHBSTW-00564_2, complete sequence	True	True
ISR0080_000000000116	70798	0.9999999999999044	77	74	23	43	74	True	114241	maximal	True	ISR0080_000000000116	1.0		1	1	False	False	0.9996045231819153	0	IncK2/Z		MPF_I		non-mobilizable	plasmid	50546.0	99.749	93.0	0.4591661440296676	CP030917.1	enterobacteria	Shigella flexneri 2a strain 1508 plasmid pSF150802	False	True
SPA0003_000000000262	27808	0.9999999999997864	32	31	13	16	31	True	103521	maximal	True	SPA0003_000000000262	1.0		1	1	False	False	1.0	0	IncFIA,IncFII,IncX2	MOBF		MOBP	mobilizable	no_good_hit	9496.0	96.525	63.0	0.08502913491707755	CP056843.1	enterobacteria	Escherichia coli strain RHBSTW-00124 plasmid pRHBSTW-00124_2, complete sequence	True	True
ISR0062_000000000346	42386	0.99999999999928	48	44	24	31	41	True	35377	maximal	True	ISR0062_000000000346	1.0		1	1	True	True	1.0	2	rep_cluster_2484,rep_cluster_589	MOBQ,MOBV	MPF_T		conjugative	no_good_hit	12080.0	92.235	59.0	0.3650711905483187	CP035140.1	firmicutes	Leuconostoc mesenteroides strain SRCM103356 plasmid unnamed1, complete sequence	True	True
MAD0056_000000000121	37331	0.9999999999985559	47	44	20	26	41	True	125638	maximal	True	MAD0056_000000000121	1.0		6	1	True	True	0.9999732375144958	35	IncX1	MOBP	MPF_T	MOBP	conjugative	no_good_hit	7562.0	99.762	86.0	0.13710379342859216	LS999563.1	enterobacteria	Escherichia coli isolate EC-TO143 genome assembly, plasmid: 4	True	True
MAD0050_000000000091	68975	0.9999999999984306	74	71	23	37	70	True	114312	fragment	False	MAD0050_000000000091	1.0		0	0	False	True	1.0	0	IncI-gamma/K1	MOBP	MPF_I	MOBP	conjugative	plasmid	26683.0	98.76	98.0	0.289801238188335	KX443694.1	enterobacteria	Escherichia coli strain ICBEC72H plasmid pICBEC72Hctx, complete sequence	False	True
AST0153_000000000532	29028	0.9999999999983962	40	19	9	17	11	True	132593	backbone	False	ISR0367_000000000184	0.4107037083940135	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	14127.0	98.223	92.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0063_000000000258	37729	0.9999999999971738	43	28	13	21	21	True	100965	maximal	True	ISR0063_000000000258	1.0		1	1	False	False	0.999973475933075	0					non-mobilizable	no_good_hit	2224.0	83.04899999999999	10.0	0.025644617198351833	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	True
ENG0031_000000000248	59843	0.9999999999971424	68	59	24	46	55	True	113240	maximal	True	ENG0031_000000000248	1.0		1	1	False	False	1.0	0	IncFIA,IncFIB		MPF_F	MOBF	mobilizable	no_good_hit	8364.0	96.258	60.0	0.06012179847104047	CP043745.1	enterobacteria	Escherichia coli strain CVM N16EC0879 plasmid pN16EC0879-1, complete sequence	True	True
SPA0002_000000000326	49145	0.9999999999962296	54	54	16	45	53	True	127175	maximal	True	SPA0002_000000000326	1.0	PS931	1	1	False	True	0.9996744394302368	0	IncFIC,rep_cluster_2244	MOBF	MPF_F	MOBF	conjugative	plasmid	49145.0	99.77600000000001	100.0	0.24419616009701645	CP026494.1	enterobacteria	Escherichia coli strain HS13-1 plasmid pHS13-1-IncF, complete sequence	False	True
AST0012_000000000112	48386	0.9999999999957718	51	50	16	44	50	True	125661	maximal	True	AST0012_000000000112	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F	MOBP	conjugative	plasmid	9327.0	96.48299999999999	93.0	0.058205219432116796	MH643787.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain HA2 plasmid pHA2-23-KPC, complete sequence	False	True
AST0118_000000000083	81595	0.99999999999085	88	85	26	44	83	True	114314	maximal	True	AST0118_000000000083	1.0	PS396|PS544	1	1	False	True	0.9999755024909973	0	IncI-gamma/K1	MOBP	MPF_I	MOBP	conjugative	plasmid	33107.0	99.13	99.0	0.34553520171181046	AP022066.1	enterobacteria	Escherichia coli plasmid pWP4-W18-ESBL-08_2 DNA, complete genome, strain: WP4-W18-ESBL-08	False	True
ENG0031_000000000467	37774	0.9999999999851232	54	47	20	25	45	True	125639	maximal	True	ENG0031_000000000467	1.0		1	1	True	True	1.0	15	IncX1,IncX3	MOBP	MPF_T	MOBP	conjugative	no_good_hit	16807.0	99.185	85.0	0.4712018394930178	CP057472.1	enterobacteria	Escherichia coli strain RHB25-C19 plasmid pRHB25-C19_3, complete sequence	True	True
ISR0778_000000000247	36123	0.9999999999764082	49	28	15	22	21	True	100980	maximal	True	ISR0778_000000000247	1.0		2	1	True	True	1.0	7					non-mobilizable	no_good_hit	1939.0	85.869	5.0	0.031101748066191724	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
MAD0046_000000000264	38714	0.9999999999760824	53	51	21	26	50	True	98743	maximal	True	MAD0046_000000000264	0.9908837959985999		3	1	True	True	1.0	275	IncX1	MOBP	MPF_T		conjugative	plasmid	15994.0	99.48100000000001	99.0	0.17619441229955365	CP027138.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed2	False	True
DEN0012_000000000047	56084	0.9999999999741996	75	67	28	40	62	True	116406	maximal	True	DEN0012_000000000047	1.0		1	1	True	True	1.0	2417		MOBP	MPF_T		conjugative	plasmid	13834.0	98.735	92.0	0.24721209521767104	CP006788.1	enterobacteria	Escherichia coli JJ1886 plasmid pJJ1886_4, complete sequence	False	True
AST0110_000000000416	31947	0.9999999999633721	38	32	20	24	32	True	127171	maximal	True	AST0110_000000000416	1.0		1	1	False	False	1.0	0	rep_cluster_2313				non-mobilizable	no_good_hit	22099.0	99.719	71.0	0.11585122892374801	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	True	True
MAD0105_000000000303	35359	0.9999999999588679	48	44	16	20	41	True	125637	maximal	True	MAD0105_000000000303	1.0		1	1	False	False	0.9992929697036743	0	IncX1	MOBP	MPF_T	MOBP	conjugative	no_good_hit	12029.0	97.464	69.0	0.2669404973357016	MF428416.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain ExPB5-59 plasmid pExPB5-59-1, complete sequence	True	True
SPA0099_000000000224	33261	0.9999999999444368	39	34	17	27	29	True	98275	maximal	True	SPA0099_000000000224	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	15215.0	99.895	100.0	0.0037873290517811574	CP044028.1	enterobacteria	Proteus mirabilis strain K817 chromosome, complete genome	False	True
SPA0117_000000000131	79151	0.9999999999358578	108	60	24	31	53	True	116091	maximal	True	SPA0117_000000000131	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	26271.0	98.31	89.0	0.14141778586737605	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
MAD0022_000000000076	37897	0.9999999999281068	49	47	20	25	46	True	98743	maximal	False	MAD0046_000000000264	0.9828615375263421		0	0	True	True	1.0	9	IncX1	MOBP	MPF_T		conjugative	plasmid	17711.0	99.86399999999999	98.0	0.1951617347219926	CP027138.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed2	False	True
AST0058_000000000709	20852	0.9999999999021519	18	16	14	14	16	False	115783	maximal	True	AST0058_000000000709	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5641.0	100.0	69.0	0.1034084450230102	CP018649.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain 81-1607 plasmid pSE81-1607-1, complete sequence	True	False
FIJ0058_000000000091	77877	0.9999999998858272	83	79	25	43	78	True	114262	maximal	True	FIJ0058_000000000091	1.0	PS396|PS544	3	1	False	True	1.0	0	IncK2/Z	MOBP	MPF_I	MOBP	conjugative	plasmid	31846.0	99.978	97.0	0.3766158504133502	AP022071.1	enterobacteria	Escherichia coli plasmid pWP4-W18-ESBL-09_2 DNA, complete genome, strain: WP4-W18-ESBL-09	False	True
AST0055_000000000324	41458	0.9999999998423126	49	46	23	29	44	True	125659	fragment	False	AST0055_000000000324	1.0		0	0	False	False	1.0	0	IncX1,IncX3	MOBP	MPF_T	MOBP	conjugative	plasmid	27213.0	99.99600000000001	100.0	0.5278860889638984	CP057749.1	enterobacteria	Citrobacter freundii strain RHB16-C09 plasmid pRHB16-C09_4, complete sequence	False	True
SPA0066_000000000085	67886	0.9999999997930179	76	75	23	56	70	True	127184	maximal	True	SPA0066_000000000085	1.0		1	1	False	False	1.0	0	IncFIA	MOBF	MPF_F	MOBF	conjugative	plasmid	58659.0	99.823	100.0	0.7327029491487316	KU932028.1	enterobacteria	Escherichia coli plasmid pEC14III, complete sequence	False	True
CAN0001_000000000308	47392	0.9999999997048384	57	57	18	45	57	True	127180	maximal	True	CAN0001_000000000308	1.0		1	1	False	False	0.9989871978759766	0	IncFIB,IncFIC,rep_cluster_2244	MOBF	MPF_F	MOBF	conjugative	plasmid	42061.0	99.86399999999999	99.0	0.2175528089771381	CP059908.1	enterobacteria	Escherichia coli strain 181.1 plasmid p1, complete sequence	False	True
CHI0098_000000000143	43898	0.9999999996501234	63	33	17	26	24	True	100978	maximal	True	CHI0098_000000000143	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	1690.0	90.88799999999999	4.0	0.02711351977228503	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
DEN0010_000000000513	35066	0.9999999995387228	48	26	9	22	15	True	132593	backbone	False	ISR0367_000000000184	0.9448963634666553	PS1168|PS703	0	0	True	True	1.0	50					non-mobilizable	plasmid	26930.0	99.762	100.0	0.2930996905104398	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0011_000000000022	94612	0.9999999995368958	104	101	37	46	94	True	98022	maximal	True	ENG0011_000000000022	1.0		1	1	False	False	0.9999154210090637	0	rep_cluster_488				non-mobilizable	other	26452.0	98.65	94.0	0.2417474929381759	NZ_JAAJTM010000002.1	enterobacteria	Escherichia marmotae strain UMB2500_14 scaffold00002, whole genome shotgun sequence	False	True
ISR0035_000000000071	57178	0.99999999947672	65	44	18	33	32	True	100918	maximal	True	ISR0035_000000000071	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	88.78299999999999	4.0	0.026989117291414753	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
CHI0063_000000000059	42478	0.9999999994535114	51	44	21	26	43	True	98745	maximal	True	CHI0063_000000000059	1.0		1	1	True	True	1.0	60	IncX1,IncX9	MOBP	MPF_T		conjugative	plasmid	35576.0	99.876	99.0	0.8379830348727616	CP054320.1	enterobacteria	Escherichia coli strain SCU-390 plasmid pSCU-390-2, complete sequence	False	True
ENG0147_000000000202	34355	0.9999999994413707	45	24	9	20	12	True	132593	backbone	False	ISR0367_000000000184	0.9418858487464046	PS1168|PS703	0	0	True	True	1.0	18					non-mobilizable	plasmid	24367.0	99.74600000000001	99.0	0.26518024497624343	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AST0113_000000000582	33721	0.9999999994392388	46	24	9	22	13	True	132593	backbone	False	ISR0367_000000000184	0.9322201487065424	PS1168|PS703	0	0	True	True	1.0	73					non-mobilizable	plasmid	26930.0	99.762	100.0	0.2930996905104398	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0082_01_000000000547	35901	0.9999999993504364	48	26	9	22	14	True	132593	backbone	False	ISR0367_000000000184	0.945917763882041	PS1168|PS703	0	0	True	True	1.0	36					non-mobilizable	plasmid	19659.0	99.334	98.0	0.21408177498801273	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0041_000000000405	35146	0.9999999993504364	47	26	9	22	14	True	132593	backbone	False	ISR0367_000000000184	0.9451831768471197	PS1168|PS703	0	0	True	True	1.0	292					non-mobilizable	plasmid	26483.0	99.766	100.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0023_000000000553	33007	0.9999999993314403	45	24	8	20	13	True	132593	backbone	False	ISR0367_000000000184	0.7504291265078199	PS1168|PS703	0	0	False	True	0.9987881183624268	0					non-mobilizable	plasmid	19389.0	99.70100000000001	99.0	0.21093239178762913	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0088_000000000676	35131	0.9999999993199452	47	25	9	21	14	True	132593	backbone	False	ISR0367_000000000184	0.9451514720818316	PS1168|PS703	0	0	True	True	1.0	139					non-mobilizable	plasmid	26897.0	99.725	99.0	0.292740072359531	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0048_01_000000000147	35839	0.99999999927882	46	26	9	22	14	True	132593	backbone	False	ISR0367_000000000184	0.9459441560282683	PS1168|PS703	0	0	True	True	1.0	47					non-mobilizable	plasmid	19656.0	99.323	98.0	0.21408177498801273	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0777_000000000313	35232	0.9999999992534856	46	26	9	22	13	True	132593	backbone	False	ISR0367_000000000184	0.9422659723620614	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	19520.0	99.27799999999999	98.0	0.21256701974630574	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CAN0011_000000000792	34647	0.9999999992103444	45	24	9	22	12	True	132593	backbone	False	ISR0367_000000000184	0.9517041835131217	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20359.0	99.59200000000001	99.0	0.22152478095985353	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0118_000000000526	36147	0.9999999991719606	50	25	9	21	15	True	132593	backbone	False	ISR0367_000000000184	0.9469234276770381	PS1168|PS703	0	0	True	True	1.0	168					non-mobilizable	plasmid	14076.0	98.359	96.0	0.15324092236606948	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0027_000000000356	34600	0.999999999019966	45	24	9	20	13	True	132593	backbone	False	ISR0367_000000000184	0.9518330132607132	PS1168|PS703	0	0	True	True	1.0	90					non-mobilizable	plasmid	20353.0	99.59700000000001	99.0	0.22147029336123097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
DEN0052_000000000538	32588	0.9999999989942798	44	22	8	18	14	True	132593	backbone	False	ISR0367_000000000184	0.564638936985326	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	14076.0	98.359	95.0	0.15324092236606948	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0003_000000000284	41337	0.9999999989889832	42	41	11	32	38	True	52232	maximal	True	FIJ0003_000000000284	1.0		1	1	False	False	1.0	0	IncFII,IncFII	MOBF	MPF_F		conjugative	plasmid	13741.0	94.949	92.0	0.1179306492502041	NZ_CP046347.1	enterobacteria	Citrobacter portucalensis strain FDAARGOS_738 plasmid unnamed1, complete sequence	False	True
AST0058_000000000653	22078	0.999999998942482	31	30	14	21	28	True	113171	maximal	True	AST0058_000000000653	1.0		2	2	False	False	1.0	0	IncN		MPF_T		non-mobilizable	plasmid	22013.0	99.95	99.0	0.5169077587826414	LT985223.1	enterobacteria	Escherichia coli strain 711 genome assembly, plasmid: RCS25_p	False	True
ISR0123_000000000349	37545	0.9999999988539571	48	27	10	23	14	True	132593	backbone	False	ISR0367_000000000184	0.945137093165244	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26930.0	99.766	93.0	0.2930996905104398	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0032_000000000290	36227	0.9999999988339674	50	25	9	21	14	True	132593	backbone	False	ISR0367_000000000184	0.947258429488499	PS1168|PS703	0	0	True	True	1.0	408					non-mobilizable	plasmid	19596.0	98.484	96.0	0.21322087092977637	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0082_000000000459	33176	0.9999999988086012	43	22	9	20	11	True	132593	backbone	False	ISR0367_000000000184	0.9169113024243608	PS1168|PS703	0	0	True	True	1.0	219					non-mobilizable	plasmid	26931.0	99.662	99.0	0.2930996905104398	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AUS0002_000000000415	31002	0.9999999987737592	41	20	8	18	10	True	132593	backbone	False	ISR0367_000000000184	0.7823616599280692	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20357.0	99.28299999999999	98.0	0.22147029336123097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0135_000000000381	35183	0.9999999986222046	47	44	20	25	42	True	98749	maximal	True	ISR0135_000000000381	1.0		1	1	True	True	0.9998579025268555	5	IncX1,IncX3	MOBP	MPF_T	MOBP	conjugative	plasmid	18492.0	99.475	99.0	0.5117502145209953	CP025879.1	enterobacteria	Escherichia coli strain 503458 plasmid p503458_36, complete sequence	False	True
USA0022_01_000000000333	34101	0.9999999986199309	44	24	9	20	12	True	132593	backbone	False	ISR0367_000000000184	0.942401258456142	PS1168|PS703	0	0	True	True	1.0	1					non-mobilizable	plasmid	20353.0	99.59200000000001	99.0	0.22147029336123097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0129_000000000343	33500	0.9999999986199309	45	24	9	20	12	True	132593	backbone	False	ISR0367_000000000184	0.9309440068174298	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26490.0	99.90899999999999	100.0	0.28844644958807375	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0111_000000000271	30127	0.9999999985529509	39	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5356569562974912	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20353.0	99.617	98.0	0.22147029336123097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0342_000000000386	29697	0.9999999985529509	40	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5213372363361322	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26930.0	99.71799999999999	100.0	0.2930996905104398	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0003_000000000566	29630	0.9999999985529509	39	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5352742705950573	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20353.0	99.59700000000001	99.0	0.22147029336123097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0776_000000000681	29555	0.9999999985529509	39	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5279413511905422	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26973.0	99.896	100.0	0.2936990540952879	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AUS0024_000000000654	29441	0.9999999985529509	39	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5213326397693961	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20353.0	99.602	99.0	0.22147029336123097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0004_01_000000000607	29045	0.9999999985529509	40	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5204529555814268	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26483.0	99.77	100.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0002_000000000759	29037	0.9999999985529509	40	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5135325872993967	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26503.0	99.785	100.0	0.28844644958807375	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0267_000000000421	29035	0.9999999985529509	39	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5138422969309177	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26483.0	99.789	100.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
DEN0082_000000000617	29035	0.9999999985529509	39	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5138283794448663	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26483.0	99.785	100.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0849_000000000432	28951	0.9999999985529509	39	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5132209554295348	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	19389.0	99.71600000000001	100.0	0.21093239178762913	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0169_000000000613	27769	0.9999999985529509	37	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.45823631380965524	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	25140.0	99.765	99.0	0.2735931302035657	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0175_000000000415	35520	0.9999999984950588	48	26	9	22	14	True	132593	backbone	False	ISR0367_000000000184	0.9542495754547343	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20578.0	99.835	98.0	0.22405300553594001	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0032_000000000381	35446	0.9999999984950588	48	26	9	22	14	True	132593	backbone	False	ISR0367_000000000184	0.9544817859292188	PS1168|PS703	0	0	True	True	1.0	43					non-mobilizable	plasmid	20620.0	99.602	98.0	0.22441262368684886	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AST0028_000000000449	35439	0.9999999984950588	49	26	9	22	14	True	132593	backbone	False	ISR0367_000000000184	0.9544589652850077	PS1168|PS703	0	0	True	True	1.0	87					non-mobilizable	plasmid	20718.0	99.85	98.0	0.22557865829737153	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0046_000000000308	34810	0.9999999984863208	46	22	10	20	11	True	132593	backbone	False	ISR0367_000000000184	0.9194482284740888	PS1168|PS703	0	0	True	True	1.0	123					non-mobilizable	plasmid	17441.0	98.24	92.0	0.18986748616014995	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0017_000000000732	35146	0.9999999984274714	47	26	9	22	14	True	132593	backbone	False	ISR0367_000000000184	0.9449978155987002	PS1168|PS703	0	0	True	True	1.0	115					non-mobilizable	plasmid	20641.0	99.758	99.0	0.22471775423913518	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0168_000000000613	32637	0.9999999983832648	42	22	8	18	11	True	132593	backbone	False	ISR0367_000000000184	0.8740836378567723	PS1168|PS703	0	0	True	True	1.0	63					non-mobilizable	plasmid	26927.0	99.124	99.0	0.2930452029118173	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0108_000000000738	27668	0.9999999983428621	38	17	6	16	8	True	132593	backbone	False	ISR0367_000000000184	0.220320416991329	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20353.0	99.59700000000001	98.0	0.22147029336123097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0034_01_000000001101	32969	0.9999999983222904	42	22	9	20	10	True	132593	backbone	False	ISR0367_000000000184	0.9030209856355502	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26992.0	99.911	100.0	0.29391700448977814	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0397_000000000469	32560	0.9999999983222904	43	22	9	20	10	True	132593	backbone	False	ISR0367_000000000184	0.9010026206280928	PS1168|PS703	0	0	False	True	0.9999078512191772	0					non-mobilizable	plasmid	26483.0	99.789	100.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0063_000000000338	32507	0.9999999983222904	43	22	9	20	10	True	132593	backbone	False	ISR0367_000000000184	0.900705917845064	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26483.0	99.773	100.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0835_000000000160	32420	0.9999999983222904	42	22	9	20	10	True	132593	backbone	False	ISR0367_000000000184	0.9002173673655498	PS1168|PS703	0	0	True	True	1.0	12					non-mobilizable	plasmid	26463.0	99.788	100.0	0.2880105487990933	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0068_000000000554	31482	0.9999999983222904	41	22	9	20	10	True	132593	backbone	False	ISR0367_000000000184	0.8114752276583023	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26470.0	99.89399999999999	100.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0059_000000000709	16556	0.9999999982738276	20	19	12	13	16	True	63398	maximal	True	ENG0059_000000000709	1.0		1	1	False	False	1.0	0	IncP	MOBQ			mobilizable	no_good_hit	2817.0	95.243	57.0	0.06552302034355942	AP022204.1	enterobacteria	Klebsiella sp. WP7-S18-ESBL-04 plasmid pWP7-S18-ESBL-04_3 DNA, complete genome, strain: WP7-S18-ESBL-04	True	True
ISR0843_000000000281	31264	0.9999999982732266	42	20	8	18	9	True	132593	backbone	False	ISR0367_000000000184	0.7829882025740071	PS1168|PS703	0	0	True	True	1.0	217					non-mobilizable	plasmid	17401.0	99.115	99.0	0.18944248289089402	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CAN0012_000000001433	30731	0.9999999982732266	40	20	8	18	9	True	132593	backbone	False	ISR0367_000000000184	0.764950150306982	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20359.0	99.59200000000001	99.0	0.22152478095985353	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0370_000000000506	30537	0.9999999982732266	40	20	8	18	9	True	132593	backbone	False	ISR0367_000000000184	0.6263277999046386	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26697.0	99.79	100.0	0.29056056841462885	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0112_000000000500	30508	0.9999999982732266	40	20	8	18	9	True	132593	backbone	False	ISR0367_000000000184	0.65749285509513	PS1168|PS703	0	0	False	True	0.9997377991676331	0					non-mobilizable	plasmid	26483.0	99.43700000000001	100.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0104_000000000532	30323	0.9999999982732266	40	20	8	18	9	True	132593	backbone	False	ISR0367_000000000184	0.6122802069266401	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26483.0	99.789	100.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0029_000000000937	30041	0.9999999982732266	40	20	8	18	9	True	132593	backbone	False	ISR0367_000000000184	0.6030968350339339	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26219.0	99.786	100.0	0.28535155398631273	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0128_000000000577	29409	0.9999999982732266	39	20	8	18	9	True	132593	backbone	False	ISR0367_000000000184	0.5419543743621912	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20353.0	99.59200000000001	99.0	0.22147029336123097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0096_000000000640	28894	0.9999999982732266	36	20	8	18	9	True	132593	backbone	False	ISR0367_000000000184	0.5127518919997212	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	19866.0	99.869	99.0	0.21626127893291486	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CAN0017_000000000956	33326	0.999999998196383	46	22	10	20	10	True	132593	backbone	False	ISR0367_000000000184	0.9182886105355925	PS1168|PS703	0	0	True	True	1.0	71					non-mobilizable	plasmid	17105.0	98.32799999999999	96.0	0.18623861209188788	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0113_000000000512	33334	0.9999999980865846	46	21	9	19	11	True	132593	backbone	False	ISR0367_000000000184	0.9125894059303974	PS1168|PS703	0	0	True	True	1.0	111					non-mobilizable	plasmid	14127.0	98.223	96.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0021_000000000388	33333	0.9999999980865846	46	21	9	19	11	True	132593	backbone	False	ISR0367_000000000184	0.9122490160008975	PS1168|PS703	0	0	True	True	1.0	264					non-mobilizable	plasmid	14127.0	98.17399999999999	96.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0051_000000000828	33333	0.9999999980865846	46	21	9	19	11	True	132593	backbone	False	ISR0367_000000000184	0.9122448751981865	PS1168|PS703	0	0	True	True	1.0	84					non-mobilizable	plasmid	14127.0	98.167	96.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0030_000000000375	33333	0.9999999980865846	46	21	9	19	11	True	132593	backbone	False	ISR0367_000000000184	0.9122900427455167	PS1168|PS703	0	0	True	True	1.0	107					non-mobilizable	plasmid	14127.0	98.181	96.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
DEN0007_000000000691	33320	0.9999999980865846	46	21	9	19	11	True	132593	backbone	False	ISR0367_000000000184	0.9125417950485808	PS1168|PS703	0	0	True	True	1.0	384					non-mobilizable	plasmid	14127.0	98.223	96.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0204_000000000316	33320	0.9999999980865846	46	21	9	19	11	True	132593	backbone	False	ISR0367_000000000184	0.9125643719384388	PS1168|PS703	0	0	True	True	1.0	43					non-mobilizable	plasmid	14127.0	98.223	96.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CAN0018_000000000558	33246	0.9999999980865846	46	21	9	19	11	True	132593	backbone	False	ISR0367_000000000184	0.9115808130746966	PS1168|PS703	0	0	True	True	1.0	13					non-mobilizable	plasmid	14127.0	98.21600000000001	96.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0042_01_000000000737	30513	0.9999999979622872	41	19	8	17	9	True	132593	backbone	False	ISR0367_000000000184	0.6167078276828313	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20353.0	99.617	98.0	0.22147029336123097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CHI0173_000000000462	30419	0.9999999979185944	41	20	10	18	12	True	132593	backbone	False	ISR0367_000000000184	0.45330546099890245	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	14127.0	98.21600000000001	90.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0847_000000000284	32037	0.9999999977420366	45	20	9	18	11	True	132593	backbone	False	ISR0367_000000000184	0.7674643854738641	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	14125.0	98.209	95.0	0.1537749008325705	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AUS0008_000000000145	37126	0.9999999976770991	50	27	10	23	15	True	132593	backbone	False	ISR0367_000000000184	0.9668438604707965	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	27016.0	99.889	100.0	0.29412405736454383	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CHI0040_000000000102	33320	0.9999999976644998	44	21	9	19	11	True	132593	backbone	False	ISR0367_000000000184	0.9124736252468625	PS1168|PS703	0	0	True	True	0.9999699592590332	42					non-mobilizable	plasmid	14127.0	98.23700000000001	96.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CHI0144_000000000264	33320	0.9999999976644998	45	21	9	19	11	True	132593	backbone	False	ISR0367_000000000184	0.9125226431008235	PS1168|PS703	0	0	True	True	1.0	28					non-mobilizable	plasmid	14127.0	98.23700000000001	96.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0037_000000000571	33411	0.9999999975064556	46	21	9	19	9	True	132593	backbone	False	ISR0367_000000000184	0.9195985786067259	PS1168|PS703	0	0	True	True	1.0	39					non-mobilizable	plasmid	12665.0	98.05	96.0	0.1378645220347849	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CAN0006_000000000986	33346	0.9999999975064556	46	21	9	19	9	True	132593	backbone	False	ISR0367_000000000184	0.9182884664667517	PS1168|PS703	0	0	True	True	1.0	424					non-mobilizable	plasmid	12796.0	98.07799999999999	96.0	0.13929209711869578	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MAD0106_000000000699	14211	0.9999999974716359	17	9	7	6	6	True	83703	maximal	True	MAD0106_000000000699	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1546.0	98.448	14.0	0.003767162534166579	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0019_000000000383	30807	0.9999999974024	42	18	8	16	10	True	132593	backbone	False	ISR0367_000000000184	0.5373377609828744	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	14076.0	98.359	95.0	0.15324092236606948	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0145_000000000240	30724	0.9999999974024	42	18	8	16	10	True	132593	backbone	False	ISR0367_000000000184	0.5373071788980119	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	14076.0	98.359	95.0	0.15324092236606948	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0025_01_000000000440	32615	0.9999999973440938	43	22	9	20	10	True	132593	backbone	False	ISR0367_000000000184	0.9011684796595514	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26483.0	99.751	100.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0088_000000000449	33427	0.9999999973055576	46	21	9	19	10	True	132593	backbone	False	ISR0367_000000000184	0.9188488696634011	PS1168|PS703	0	0	True	True	1.0	92					non-mobilizable	plasmid	17416.0	98.23700000000001	96.0	0.18959504816703718	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0059_000000000624	33413	0.9999999973055576	45	21	9	19	10	True	132593	backbone	False	ISR0367_000000000184	0.9188651222531025	PS1168|PS703	0	0	True	True	1.0	827					non-mobilizable	plasmid	11566.0	97.96799999999999	96.0	0.12588814785754762	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
DEN0096_000000000488	33337	0.9999999973055576	46	21	9	19	10	True	132593	backbone	False	ISR0367_000000000184	0.9186252798297255	PS1168|PS703	0	0	True	True	1.0	73					non-mobilizable	plasmid	15415.0	98.21	96.0	0.1678327012771893	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0814_000000000945	33335	0.9999999973055576	46	21	9	19	10	True	132593	backbone	False	ISR0367_000000000184	0.918771753817699	PS1168|PS703	0	0	True	True	1.0	15					non-mobilizable	plasmid	15415.0	98.242	96.0	0.1678327012771893	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CAN0016_000000000529	33326	0.9999999973055576	46	21	9	19	10	True	132593	backbone	False	ISR0367_000000000184	0.9115445547130048	PS1168|PS703	0	0	True	True	1.0	22					non-mobilizable	plasmid	11314.0	98.86	95.0	0.12320735800531799	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0122_000000000737	33325	0.9999999973055576	46	21	9	19	10	True	132593	backbone	False	ISR0367_000000000184	0.9191016544713032	PS1168|PS703	0	0	True	True	1.0	100					non-mobilizable	plasmid	15415.0	98.294	96.0	0.1678327012771893	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0033_000000000462	33324	0.9999999973055576	46	21	9	19	10	True	132593	backbone	False	ISR0367_000000000184	0.91902399106306	PS1168|PS703	0	0	True	True	1.0	30					non-mobilizable	plasmid	15415.0	98.274	96.0	0.1678327012771893	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0018_000000000414	33324	0.9999999973055576	46	21	9	19	10	True	132593	backbone	False	ISR0367_000000000184	0.9191394885662924	PS1168|PS703	0	0	True	True	1.0	11					non-mobilizable	plasmid	15415.0	98.274	96.0	0.1678327012771893	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0125_000000000258	43658	0.9999999972343124	52	49	11	34	46	True	113259	maximal	True	ENG0125_000000000258	1.0		1	1	False	False	1.0	0	IncFIA	MOBF	MPF_F	MOBF	conjugative	plasmid	12414.0	98.01799999999999	94.0	0.058497502120840796	CP015160.1	enterobacteria	Escherichia coli strain Eco889 plasmid pECO-fce, complete sequence	False	True
FIJ0148_000000000044	97974	0.9999999971057941	124	75	28	41	63	True	117138	maximal	True	FIJ0148_000000000044	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	21515.0	98.06200000000001	77.0	0.1157363030296503	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0004_000000000159	78053	0.9999999970675676	88	46	21	30	36	True	128798	maximal	True	SPA0004_000000000159	1.0	PS319	1	1	False	True	0.9999871850013733	0					non-mobilizable	no_good_hit	16198.0	98.259	84.0	0.0872007237557755	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0041_000000000903	11625	0.9999999968447844	12	9	6	6	8	False	108458	maximal	True	ISR0041_000000000903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2111.0	88.536	40.0	0.012447665247352128	CP043485.1	firmicutes	Enterococcus faecium strain DMEA02 plasmid pDMEA1, complete sequence	True	False
ISR0785_000000000526	31048	0.9999999967426642	42	21	9	19	11	True	132593	backbone	False	ISR0367_000000000184	0.7452768741334034	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20363.0	99.55799999999999	98.0	0.22152478095985353	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AST0094_000000000347	29793	0.9999999967095308	38	20	10	19	12	True	109440	maximal	True	AST0094_000000000347	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	89.49799999999999	5.0	0.03359336012397237	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	True
ISR0394_000000000180	34985	0.9999999966912048	45	25	10	21	13	True	132593	backbone	False	ISR0367_000000000184	0.9493619107036876	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26930.0	99.792	99.0	0.2930996905104398	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AST0002_000000000659	29371	0.9999999966474048	40	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5340418608320568	PS1168|PS703	0	0	False	True	0.9999319314956665	0					non-mobilizable	plasmid	20361.0	99.691	98.0	0.22152478095985353	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
DEN0063_000000000617	29329	0.9999999966474048	40	19	8	17	10	True	132593	backbone	False	ISR0367_000000000184	0.5270203570375604	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20361.0	99.705	98.0	0.22152478095985353	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0350_000000000119	59133	0.9999999965674355	66	63	21	36	63	True	114238	fragment	False	ISR0350_000000000119	1.0		0	0	False	False	1.0	0	IncI-gamma/K1		MPF_I		non-mobilizable	plasmid	32707.0	99.991	100.0	0.2632443135171681	CP029213.1	enterobacteria	Escherichia coli strain H8Ecoli plasmid p2-H8	False	True
ISR0350_000000000347	30459	0.9999999965306156	41	20	9	18	11	True	132593	backbone	False	ISR0367_000000000184	0.5349989731511485	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26930.0	99.788	100.0	0.2930996905104398	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0095_000000000009	142028	0.9999999963673682	187	156	33	51	149	True	67119	maximal	True	ENG0095_000000000009	1.0		1	1	False	False	1.0	0	Col(VCM04)	MOBH			mobilizable	plasmid	126106.0	99.87100000000001	99.0	0.42392744044697545	CP055544.1	enterobacteria	Citrobacter freundii strain RHBSTW-00269 plasmid pRHBSTW-00269_2, complete sequence	False	True
CHI0152_000000000071	41294	0.9999999962204188	49	45	24	30	43	True	116407	maximal	True	CHI0152_000000000071	1.0	PS776	1	1	False	True	0.99980628490448	0	rep_cluster_2175	MOBP	MPF_T		conjugative	plasmid	39285.0	99.98700000000001	99.0	0.9421527244819647	CP033354.2	enterobacteria	Salmonella enterica subsp. enterica strain CFSA664 plasmid pCFSA664-2, complete sequence	False	True
ISR0183_000000000677	33965	0.9999999961521816	41	37	17	25	36	True	30178	maximal	True	ISR0183_000000000677	1.0		3	1	False	False	1.0	0	rep_cluster_2272				non-mobilizable	no_good_hit	5014.0	93.87700000000001	73.0	0.03515085193992579	CP049048.1	enterobacteria	Enterobacter hormaechei strain Y233 plasmid p233-142, complete sequence	True	True
ENG0074_000000001317	15709	0.9999999960210836	18	18	8	14	18	True	114197	fragment	False	ENG0134_000000001496	0.9601318559074793		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	15709.0	99.905	100.0	0.18798414807897226	LT985309.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pI	False	True
ENG0060_000000000570	30618	0.9999999959993262	41	20	8	18	9	True	132593	backbone	False	ISR0367_000000000184	0.7512208393052803	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20362.0	99.691	98.0	0.22152478095985353	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0069_01_000000001116	33748	0.9999999959775941	44	23	10	21	11	True	132593	backbone	False	ISR0367_000000000184	0.9105427910822685	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	27771.0	99.914	100.0	0.302406172355172	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0202_000000000669	30618	0.9999999958646316	42	20	8	18	8	True	132593	backbone	False	ISR0367_000000000184	0.7511348273612513	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20362.0	99.676	98.0	0.22152478095985353	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0194_000000001379	16144	0.9999999957473064	20	20	9	15	20	True	114197	fragment	False	ENG0134_000000001496	0.9775702296476606		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	16150.0	99.90700000000001	100.0	0.15957352200077074	CP014668.1	enterobacteria	Escherichia coli strain ECONIH2 plasmid pECO-bc6, complete sequence	False	True
ENG0028_000000000812	16144	0.9999999957473064	20	20	9	15	20	True	114197	fragment	False	ENG0134_000000001496	0.9776303251731623		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	16150.0	99.92	100.0	0.15957352200077074	CP014668.1	enterobacteria	Escherichia coli strain ECONIH2 plasmid pECO-bc6, complete sequence	False	True
CHI0071_000000001196	9556	0.9999999953644751	11	11	10	9	9	False	115782	maximal	True	CHI0071_000000001196	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9556.0	99.969	100.0	0.13660342831000616	CP008932.1	enterobacteria	Klebsiella pneumoniae strain PMK1 plasmid pPMK1-C, complete sequence	False	True
ISR0292_000000000829	13029	0.9999999949879184	15	10	9	7	6	True	83708	maximal	True	ISR0292_000000000829	1.0		1	1	False	False	0.9999232292175293	0					non-mobilizable	no_good_hit	1950.0	97.846	29.0	0.004752232866725348	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ENG0105_000000000870	17138	0.9999999949414546	21	21	11	16	20	True	114197	fragment	False	ENG0134_000000001496	0.9873428178542587		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	17138.0	100.0	100.0	0.10106687268888483	AP018785.1	enterobacteria	Escherichia coli SK1144 plasmid pSK1144, nearly complete genome	False	True
CHI0087_000000000210	13184	0.9999999948579256	22	10	3	8	8	False	90322	fragment	False	CHI0087_000000000210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	74.111	4.0	9.706473121680034e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
ENG0066_000000001328	11385	0.9999999948414936	14	10	7	10	7	True	122558	maximal	True	ENG0066_000000001328	1.0	PS306|PS307	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2257.0	92.335	61.0	0.08987731287215761	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
SPA0045_000000000652	30682	0.9999999938318902	35	25	15	19	19	True	83913	fragment	False	SPA0045_000000000652	0.9866166073896083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.44	6.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
ISR0851_000000000264	34859	0.9999999925226728	44	27	14	21	20	True	100979	fragment	False	ISR0851_000000000264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	88.425	5.0	0.02692054098387019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
MON0054_000000001646	12505	0.9999999921985524	10	8	6	7	5	True	89765	maximal	True	MON0054_000000001646	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	86.79	12.0	0.0005533618013761389	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	True
MAD0096_000000000963	13166	0.9999999918365182	11	11	11	11	10	True	115775	maximal	True	MAD0096_000000000963	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4955.0	99.98	97.0	0.08045995679784314	AB366441.1	enterobacteria	Salmonella enterica subsp. enterica serovar Dublin plasmid pMAK2 DNA, complete genome, strain: L-789	False	True
SPA0146_000000000391	29763	0.9999999917461048	34	24	14	18	18	True	83913	fragment	False	SPA0045_000000000652	0.978167560785761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.44	6.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
ISR0056_000000000213	33196	0.9999999916758504	46	44	20	25	38	True	118938	maximal	True	ISR0056_000000000213	1.0		2	2	True	True	1.0	1	IncX4	MOBP	MPF_T		conjugative	plasmid	18460.0	99.962	100.0	0.5457044876722048	CP029976.1	enterobacteria	Escherichia coli strain 51008369SK1 plasmid p51008369SK1_C, complete sequence	False	True
USA0073_01_000000000742	30528	0.9999999916088904	34	20	17	20	7	True	105225	maximal	False	AUS0004_000000000420	0.9550698859641241	PS630	0	0	True	True	1.0	171					non-mobilizable	no_good_hit	1486.0	83.37799999999999	5.0	0.0007684761281883584	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	True
ENG0099_000000000188	54360	0.9999999913285351	72	67	23	38	64	True	114285	maximal	True	ENG0099_000000000188	1.0		1	1	True	True	1.0	9	IncI2	MOBP	MPF_T		conjugative	plasmid	12015.0	99.52600000000001	95.0	0.19603811761634357	CP029977.1	enterobacteria	Escherichia coli strain 51008369SK1 plasmid p51008369SK1_D, complete sequence	False	True
ENG0134_000000001496	16650	0.9999999912245244	20	20	10	16	20	True	114197	fragment	False	ENG0134_000000001496	0.9892009429932305		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	16650.0	99.898	100.0	0.16444501536546083	CP014668.1	enterobacteria	Escherichia coli strain ECONIH2 plasmid pECO-bc6, complete sequence	False	True
ENG0201_000000000311	29136	0.9999999911086841	39	38	17	22	34	True	118883	fragment	False	ENG0201_000000000311	1.0		0	0	False	False	1.0	0	IncX4		MPF_T		non-mobilizable	plasmid	14559.0	99.959	99.0	0.430366275460431	CP035754.1	enterobacteria	Escherichia coli E110019 plasmid pE110019_33, complete sequence	False	True
SPA0044_000000000085	69086	0.999999990704044	74	32	17	27	17	True	82844	backbone	False	ISR0145_000000000200	0.9486519852196449	PS410	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	516.0	81.589	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
ENG0178_000000000464	23801	0.9999999905930448	28	23	8	15	22	True	98694	maximal	True	ENG0178_000000000464	1.0		1	1	False	False	1.0	0	IncI1/B/O				non-mobilizable	no_good_hit	7677.0	98.228	62.0	0.07265374160612978	CP050048.1	enterobacteria	Escherichia coli strain 90-1 plasmid pCD90-1-1, complete sequence	True	True
FIJ0024_000000000217	49700	0.9999999899948911	56	56	13	42	55	True	127179	maximal	True	FIJ0024_000000000217	1.0		1	1	False	False	1.0	0	IncFIA	MOBF	MPF_F	MOBF	conjugative	plasmid	14819.0	97.94200000000001	92.0	0.11948406260341753	CP059926.1	enterobacteria	Escherichia coli strain 34.1 plasmid p1, complete sequence	False	True
MON0039_000000000042	74440	0.999999989750698	79	45	26	33	37	True	116094	maximal	True	MON0039_000000000042	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	12768.0	98.09700000000001	82.0	0.06873525832265291	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0350_000000000359	29678	0.9999999890861858	45	39	18	24	37	True	116759	maximal	False	AST0039_000000000268	0.9913063338113126		0	0	True	True	1.0	34	IncN	MOBF	MPF_T		conjugative	plasmid	26990.0	99.796	100.0	0.7796908854542828	CP026060.1	enterobacteria	Proteus mirabilis strain FDAARGOS_80 plasmid unnamed1, complete sequence	False	True
AST0039_000000000268	29677	0.9999999890861858	45	39	18	24	37	True	116759	maximal	True	AST0039_000000000268	0.9913407440190718		4	4	True	True	1.0	212	IncN	MOBF	MPF_T		conjugative	plasmid	27003.0	99.8	100.0	0.7800664451827243	CP026060.1	enterobacteria	Proteus mirabilis strain FDAARGOS_80 plasmid unnamed1, complete sequence	False	True
SPA0004_000000000669	29650	0.9999999890861858	45	39	18	24	37	True	116759	maximal	False	AST0039_000000000268	0.9908264423171764		0	0	True	True	1.0	27	IncN	MOBF	MPF_T		conjugative	plasmid	27082.0	99.956	100.0	0.7823486927632529	CP026060.1	enterobacteria	Proteus mirabilis strain FDAARGOS_80 plasmid unnamed1, complete sequence	False	True
ISR0181_000000000362	28218	0.999999988506883	42	30	19	24	24	True	29605	maximal	True	ISR0181_000000000362	1.0		1	1	True	True	0.9999645352363586	6					non-mobilizable	no_good_hit	472.0	97.03399999999999	2.0	0.9936575052854123	KF126060.1	b-proteobacteria	Uncultured Nitrosomonas sp. clone GYQASSE01BST95 genomic sequence	True	True
DEN0063_000000000683	27784	0.9999999884715121	28	18	15	18	7	True	105224	backbone	False	SPA0127_000000000586	0.9609708259800233	PS630	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.124586968443854e-05	NZ_JRHH01000002.1	CFB group bacteria	Flavobacterium aquatile LMG 4008 = ATCC 11947 strain LMG 4008 contig2, whole genome shotgun sequence	True	True
SPA0001_000000000685	32517	0.9999999883525724	36	33	18	24	30	True	97921	maximal	True	SPA0001_000000000685	1.0		1	1	False	False	0.9999692440032959	0					non-mobilizable	no_good_hit	15327.0	98.251	54.0	0.1408778745420065	CP055771.1	enterobacteria	Escherichia coli strain RHB05-C22 plasmid pRHB05-C22_4, complete sequence	True	True
MAD0062_000000001046	10034	0.9999999876155412	10	10	9	8	9	True	98279	maximal	True	MAD0062_000000001046	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	4826.0	99.93799999999999	88.0	0.05479156493794075	CP058962.1	enterobacteria	Klebsiella pneumoniae strain ZZW20 plasmid pZZW20-88K, complete sequence	True	True
SPA0158_000000000119	31578	0.9999999873540029	28	24	9	17	17	True	90315	maximal	True	SPA0158_000000000119	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	9412.0	99.958	30.0	0.16245425039707204	NZ_QSFT01000023.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf23, whole genome shotgun sequence	True	True
ENG0053_000000000658	30739	0.9999999872901448	34	33	8	19	31	True	95712	maximal	True	ENG0053_000000000658	1.0		1	1	False	False	0.9998047947883606	0		MOBF	MPF_F		conjugative	plasmid	29210.0	99.99700000000001	100.0	0.15633496756513734	CP033823.1	enterobacteria	Klebsiella sp. FDAARGOS_511 plasmid unnamed1, complete sequence	False	True
ENG0112_000000000803	21546	0.99999998712231	28	28	14	23	28	True	114265	fragment	False	ENG0112_000000000803	1.0		0	0	False	False	0.99995356798172	0	IncFIB				non-mobilizable	plasmid	19042.0	99.774	99.0	0.14997164550581268	CP048648.1	enterobacteria	Escherichia coli strain GW-AmxH19 plasmid unnamed, complete sequence	False	True
ISR0234_000000000584	14697	0.9999999867138596	21	13	8	11	9	True	119495	maximal	True	ISR0234_000000000584	1.0	PS306	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2774.0	88.5	62.0	0.11925013018573165	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
FIJ0066_000000000182	60859	0.9999999867036384	71	66	22	33	61	True	79788	maximal	True	FIJ0066_000000000182	1.0		2	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	26478.0	99.97	99.0	0.23825850633982165	CP031803.1	enterobacteria	Klebsiella pneumoniae strain MSB1_8A-sc-2280397 plasmid unnamed3, complete sequence	False	True
ENG0158_000000000792	17897	0.9999999853015116	20	20	10	16	20	True	114199	fragment	False	ENG0158_000000000792	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	17897.0	99.98899999999999	100.0	0.19270154734087802	CP041523.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-1	False	True
MAD0061_000000000135	43508	0.9999999848844798	52	48	11	38	47	True	127176	fragment	False	MAD0065_000000000081	0.99566666674923		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F	MOBF	conjugative	no_good_hit	9364.0	95.01299999999999	88.0	0.043013720052065364	MG764548.1	enterobacteria	Escherichia coli strain 11011 plasmid p11011-fosA, complete sequence	True	True
ISR0015_000000000258	60686	0.9999999848795856	73	28	14	24	16	True	82837	maximal	True	ISR0015_000000000258	1.0		1	1	False	False	0.9993408918380737	0					non-mobilizable	no_good_hit	574.0	95.819	1.0	0.0002557034589582561	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0065_000000000081	43863	0.9999999848673072	52	47	11	38	46	True	127176	fragment	False	MAD0065_000000000081	0.9994236906395357		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F	MOBF	conjugative	no_good_hit	9601.0	94.626	88.0	0.0015882930045598258	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	True	True
CAN0014_000000003263	12228	0.9999999848546912	14	12	7	10	8	True	93758	maximal	False	CAN0015_000000003283	1.0		0	0	True	True	1.0	27					non-mobilizable	no_good_hit								True	True
AST0110_000000000217	47817	0.9999999846368444	51	48	13	37	47	True	127181	maximal	True	AST0110_000000000217	1.0		1	1	False	False	1.0	0	IncFIA	MOBF	MPF_F		conjugative	no_good_hit	9933.0	99.54700000000001	88.0	0.10497044798528214	CP057835.1	enterobacteria	Escherichia coli strain RHB13-C13 plasmid pRHB13-C13_3, complete sequence	True	True
ENG0053_000000000730	28821	0.9999999843544288	44	38	18	24	36	True	116759	maximal	False	AST0039_000000000268	0.9560899752350238		0	0	False	True	1.0	0	IncN	MOBF	MPF_T		conjugative	plasmid	21072.0	98.391	99.0	0.6041750416355597	JQ996149.1	enterobacteria	Citrobacter freundii strain CFSTE plasmid pN-Cit, complete sequence	False	True
ENG0125_000000000144	60692	0.9999999842373996	79	73	21	34	70	True	58894	maximal	True	ENG0125_000000000144	1.0		1	1	False	False	1.0	0	IncL/M	MOBP	MPF_I		conjugative	plasmid	24063.0	99.99600000000001	99.0	0.30418073096421033	CP019841.1	enterobacteria	Enterobacter roggenkampii strain R11 plasmid pASM2, complete sequence	False	True
ENG0135_000000000112	60375	0.999999983970694	64	28	15	23	17	True	82838	fragment	False	ENG0135_000000000112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	81.32300000000001	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
USA0010_01_000000000690	27244	0.999999983927141	37	18	7	16	8	True	132593	backbone	False	ISR0367_000000000184	0.3180482566194436	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20363.0	99.56299999999999	98.0	0.22152478095985353	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0071_01_000000000513	26621	0.999999983927141	36	18	7	16	8	True	132593	backbone	False	ISR0367_000000000184	0.317791321230981	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	22781.0	99.76299999999999	100.0	0.24789677869316942	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MAD0022_000000000073	38333	0.9999999838084876	40	38	12	30	36	True	97994	fragment	False	MAD0106_000000000127	0.9676567128668313		0	0	False	False	1.0	0	IncFIC,IncI1	MOBF	MPF_F		conjugative	plasmid	11391.0	95.45299999999999	92.0	0.1323112330295704	CP010124.1	enterobacteria	Escherichia coli strain C5 plasmid B, complete genome	False	True
MAD0079_000000000065	38312	0.9999999838084876	40	38	12	30	36	True	97994	fragment	False	MAD0106_000000000127	0.9673956475469502		0	0	False	False	1.0	0	IncFIC,IncI1	MOBF	MPF_F		conjugative	plasmid	11391.0	95.45299999999999	92.0	0.1323112330295704	CP010124.1	enterobacteria	Escherichia coli strain C5 plasmid B, complete genome	False	True
ISR0293_000000000159	64335	0.999999983358846	65	61	17	32	60	True	98686	fragment	False	ISR0293_000000000159	0.9741712398444426		0	0	False	True	1.0	0	IncI-gamma/K1	MOBP	MPF_I	MOBP	conjugative	plasmid	40885.0	99.552	96.0	0.3812771754343404	MK758104.1	enterobacteria	Escherichia coli strain 0126:B16 plasmid R16, complete sequence	False	True
ISR0334_000000000009	161999	0.999999983041992	189	101	41	64	82	True	128784	maximal	True	ISR0334_000000000009	1.0	PS137	1	1	False	True	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	25747.0	97.541	83.0	0.13845598767891953	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0250_000000000118	38947	0.999999982856602	50	30	13	26	18	True	132593	backbone	False	ISR0367_000000000184	0.9650819065179834	PS1168|PS703	0	0	False	True	0.999897301197052	0					non-mobilizable	plasmid	26483.0	99.789	96.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0004_000000000770	25309	0.9999999827304351	30	30	13	22	30	True	114266	fragment	False	ENG0176_000000000333	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	25309.0	100.0	100.0	0.181822100566847	CP029577.1	enterobacteria	Escherichia coli strain DA33135 plasmid pDA33135-139, complete sequence	False	True
ENG0176_000000000333	25309	0.9999999827304351	30	30	13	22	30	True	114266	fragment	False	ENG0176_000000000333	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	25309.0	100.0	100.0	0.181822100566847	CP029577.1	enterobacteria	Escherichia coli strain DA33135 plasmid pDA33135-139, complete sequence	False	True
SPA0046_000000000482	25061	0.9999999827304351	30	30	13	22	30	True	114266	fragment	False	ENG0176_000000000333	0.9934674094854268		0	0	False	False	0.9999201893806458	0	IncFIB				non-mobilizable	plasmid	25061.0	100.0	100.0	0.18004037617374685	CP029577.1	enterobacteria	Escherichia coli strain DA33135 plasmid pDA33135-139, complete sequence	False	True
ENG0117_000000001296	13783	0.9999999824507284	14	14	5	10	14	True	114196	fragment	False	ENG0117_000000001296	0.9958488092637099		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	13783.0	100.0	100.0	0.14840258859253358	CP041523.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-1	False	True
ENG0093_000000000960	13731	0.9999999824507284	14	14	5	10	14	True	114196	fragment	False	ENG0117_000000001296	0.9939780889501559		0	0	False	False	1.0	0	IncFIB				non-mobilizable	chromosome	13731.0	99.993	100.0	0.0025375011435388437	CP032204.1	enterobacteria	Escherichia coli strain AR_0013 chromosome, complete genome	False	True
MAD0073_000000000057	39635	0.9999999809529636	44	41	13	31	37	True	97994	fragment	False	MAD0106_000000000127	0.9746771573384554		0	0	False	False	0.99997478723526	0	IncFIC,IncI1	MOBF	MPF_F		conjugative	no_good_hit	11391.0	95.435	89.0	0.1323112330295704	CP010124.1	enterobacteria	Escherichia coli strain C5 plasmid B, complete genome	True	True
CHI0094_000000000245	27774	0.999999980931342	35	22	10	17	17	True	100964	fragment	False	ISR0834_000000000331	0.985733384934736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	88.425	6.0	0.02692054098387019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
MON0058_000000003455	9133	0.999999980375414	7	6	4	6	4	True	89764	fragment	False	MON0058_000000003455	1.0		0	0	False	False	0.9989050626754761	0					non-mobilizable	no_good_hit	348.0	87.931	4.0	0.016552647945271014	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
ISR0831_000000000396	23755	0.9999999801868162	33	16	7	14	8	True	132593	backbone	False	ISR0367_000000000184	0.2502291609618066	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	19389.0	99.706	100.0	0.21093239178762913	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0796_000000000294	23706	0.9999999801868162	33	16	7	14	8	True	132593	backbone	False	ISR0367_000000000184	0.24332301976461979	PS1168|PS703	0	0	False	True	0.9998734593391418	0					non-mobilizable	plasmid	19389.0	99.711	100.0	0.21093239178762913	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0098_000000000823	28420	0.9999999794217652	28	19	16	19	8	True	105224	backbone	False	SPA0127_000000000586	0.9736193061526541	PS630	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0003942329353457986	NZ_KE384435.1	firmicutes	Gemella cuniculi DSM 15828 H612DRAFT_scaffold00009.9, whole genome shotgun sequence	True	True
MAD0025_000000000229	24835	0.99999997926602	36	34	11	13	34	True	98733	fragment	False	MAD0025_000000000229	1.0		0	0	False	False	1.0	0	IncX1	MOBP	MPF_T		conjugative	plasmid	13887.0	99.85600000000001	99.0	0.15302804871328593	CP027138.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed2	False	True
ENG0107_000000000351	41432	0.9999999789844272	47	47	13	39	47	True	127174	fragment	False	ENG0107_000000000351	0.9520550068594907		0	0	False	False	1.0	0	rep_cluster_2244	MOBF	MPF_F	MOBF	conjugative	plasmid	41432.0	99.969	100.0	0.39413426687849007	CP057874.1	enterobacteria	Escherichia coli strain RHB12-C02 plasmid pRHB12-C02_2, complete sequence	False	True
MAD0051_000000000122	43243	0.9999999783499622	51	47	10	26	47	True	18658	maximal	True	MAD0051_000000000122	1.0		4	1	False	False	0.9999537467956543	0		MOBF	MPF_F		conjugative	plasmid	11231.0	97.471	95.0	0.09526112595986594	MT468575.1	enterobacteria	Enterobacter roggenkampii strain YK16 mcr-10-harboring plasmid pYK16-mcr-10, complete sequence	False	True
ISR0085_000000000562	23160	0.9999999776066648	33	32	18	24	30	True	66190	maximal	True	ISR0085_000000000562	1.0		1	1	False	False	1.0	0	IncN		MPF_T		non-mobilizable	plasmid	22171.0	99.91	99.0	0.3114936068568217	CP015078.1	enterobacteria	Escherichia coli strain Ecol_448 plasmid pEC448_OXA163, complete sequence	False	True
ISR0834_000000000331	28423	0.9999999773941534	37	22	10	17	16	True	100964	fragment	False	ISR0834_000000000331	0.9974436523367178		0	0	False	False	0.9999648332595825	0					non-mobilizable	no_good_hit	1676.0	88.425	6.0	0.02692054098387019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
SPA0127_000000000586	29397	0.9999999766407583	31	19	16	19	8	True	105224	backbone	True	SPA0127_000000000586	0.987643112522195	PS630	1	1	True	True	1.0	51					non-mobilizable	no_good_hit	37.0	100.0	0.0	1.89877423574337e-05	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	True
CAN0013_000000001107	26228	0.9999999763567976	35	17	7	15	7	True	132593	backbone	False	ISR0367_000000000184	0.2908509160063737	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	22281.0	99.762	100.0	0.24244801883091407	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CHI0145_000000000374	26191	0.9999999763567976	35	17	7	15	7	True	132593	backbone	False	ISR0367_000000000184	0.2895910653031969	PS1168|PS703	0	0	False	True	0.999350905418396	0					non-mobilizable	plasmid	22276.0	99.26799999999999	99.0	0.24239353123229154	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0179_000000000852	25655	0.9999999763567976	34	17	7	15	7	True	132593	backbone	False	ISR0367_000000000184	0.29007313934742723	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	21833.0	99.766	100.0	0.2375659299943333	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0107_000000000610	29722	0.9999999761556114	31	19	15	19	6	True	105225	maximal	False	AUS0004_000000000420	0.9489105576483357	PS630	0	0	False	True	0.9999663829803467	0					non-mobilizable	no_good_hit	578.0	86.851	2.0	0.0003032764404312327	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	True
SPA0079_000000000290	30111	0.9999999757400754	35	25	15	19	19	True	83913	fragment	False	SPA0045_000000000652	0.9831747478990899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.44	6.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
AST0106_000000000211	48351	0.9999999753635116	56	51	12	41	50	True	127186	maximal	True	AST0106_000000000211	1.0		2	2	False	False	1.0	0	rep_cluster_2244	MOBF	MPF_F	MOBF	conjugative	plasmid	48233.0	99.874	99.0	0.47132637504397795	CP057130.1	enterobacteria	Escherichia coli strain RHB36-C10 plasmid pRHB36-C10_2, complete sequence	False	True
ISR0134_000000000282	46348	0.9999999749619832	59	23	11	20	13	True	82836	fragment	False	ISR0134_000000000282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	95.819	1.0	0.0002557034589582561	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0123_000000000283	43565	0.9999999732234108	52	51	12	36	51	True	127182	maximal	True	ENG0123_000000000283	1.0		1	1	False	False	1.0	0	IncFIC,rep_cluster_2244	MOBF	MPF_F	MOBF	conjugative	plasmid	41533.0	99.473	97.0	0.4366674026643115	CP057456.1	enterobacteria	Escherichia coli strain RHB26-C12 plasmid pRHB26-C12_2, complete sequence	False	True
USA0039_01_000000000903	21015	0.9999999729240179	27	25	8	12	21	True	132563	maximal	True	USA0039_01_000000000903	1.0		2	2	False	False	1.0	0		MOBV			mobilizable	no_good_hit	13250.0	99.94	65.0	0.3429806621967951	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	True	True
ISR0145_000000000200	72368	0.9999999727671546	82	31	15	26	16	True	82844	backbone	True	ISR0145_000000000200	0.9697296793851184	PS410	2	1	True	True	1.0	2					non-mobilizable	no_good_hit	162.0	85.185	0.0	7.184687066715398e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0100_000000000819	25111	0.99999997262521	32	16	7	14	7	True	132593	backbone	False	ISR0367_000000000184	0.2892699582327947	PS1168|PS703	0	0	False	True	0.99996018409729	0					non-mobilizable	plasmid	21223.0	99.863	100.0	0.23103831567935137	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0068_000000001335	10377	0.9999999706697079	12	9	5	8	6	False	79496	maximal	True	SPA0068_000000001335	1.0		1	1	True	True	1.0	75		MOBQ			mobilizable	no_good_hit	3667.0	99.91799999999999	41.0	0.1576435175231133	CP009870.1	enterobacteria	Pantoea sp. PSNIH2 plasmid pPSP-b98, complete sequence	True	True
SPA0078_000000000823	10367	0.9999999706697079	12	9	5	8	6	False	79496	maximal	False	SPA0068_000000001335	1.0		0	0	True	True	1.0	18		MOBQ			mobilizable	no_good_hit	3670.0	99.86399999999999	41.0	0.15777252203827133	CP009870.1	enterobacteria	Pantoea sp. PSNIH2 plasmid pPSP-b98, complete sequence	True	True
ENG0053_000000001807	14282	0.9999999702653208	25	24	11	15	22	True	108524	maximal	True	ENG0053_000000001807	1.0		1	1	False	False	0.9999299645423889	0	IncR				non-mobilizable	no_good_hit	5962.0	99.53	84.0	0.021822534943146458	LR697099.1	enterobacteria	Klebsiella pneumoniae isolate 8329a5f4-b38d-11e9-8998-68b599768938 genome assembly, plasmid: p13ARS_GMH0099	True	True
ENG0019_000000001184	16601	0.9999999694575958	26	12	7	10	7	True	111062	fragment	False	ENG0019_000000001184	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5459.0	98.64399999999999	96.0	0.05947866265637941	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0064_000000001309	13460	0.9999999689293808	15	8	5	7	6	True	66765	maximal	True	SPA0064_000000001309	1.0	PS306	2	1	False	True	0.9994799494743347	0					non-mobilizable	no_good_hit	1337.0	98.429	37.0	0.05797604582537754	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0348_000000000080	46108	0.99999996569252	65	64	24	34	62	True	98236	maximal	True	ISR0348_000000000080	1.0	PS545	1	1	True	True	1.0	528					non-mobilizable	plasmid	18669.0	98.929	96.0	0.3777647368314548	CP025877.1	enterobacteria	Escherichia coli strain 503458 plasmid p503458_49, complete sequence	False	True
FIJ0064_000000000266	44937	0.9999999633653988	53	50	10	36	49	True	116145	maximal	True	FIJ0064_000000000266	1.0		13	1	False	False	1.0	0	IncFII	MOBF,MOBF	MPF_F		conjugative	plasmid	41157.0	99.993	96.0	0.26926272677906665	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
ISR0117_000000000181	58221	0.9999999629947052	67	63	39	43	60	True	125660	maximal	True	ISR0117_000000000181	1.0		4	3	False	False	1.0	0	IncX1,IncX3	MOBP	MPF_T	MOBP	conjugative	no_good_hit	27906.0	99.928	84.0	0.5413296087217987	CP057749.1	enterobacteria	Citrobacter freundii strain RHB16-C09 plasmid pRHB16-C09_4, complete sequence	True	True
ENG0087_000000000497	33174	0.9999999628016528	42	40	11	22	38	True	98158	maximal	True	ENG0087_000000000497	1.0		1	1	False	False	1.0	0	IncK2/Z				non-mobilizable	no_good_hit	11578.0	93.99700000000001	78.0	0.10954415009992138	CP050048.1	enterobacteria	Escherichia coli strain 90-1 plasmid pCD90-1-1, complete sequence	True	True
ISR0113_000000000013	161919	0.9999999625170428	179	94	41	65	70	True	128796	maximal	True	ISR0113_000000000013	1.0	PS319	1	1	False	True	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	20570.0	97.73	84.0	0.11062585488265894	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
FIJ0031_000000000201	39984	0.9999999623907746	45	44	10	37	44	True	127174	fragment	False	ENG0107_000000000351	0.6481865868571797		0	0	False	False	1.0	0	rep_cluster_2244	MOBF	MPF_F	MOBF	conjugative	plasmid	16472.0	99.46	100.0	0.1602479274510567	CP057442.1	enterobacteria	Escherichia coli strain RHB26-C22 plasmid pRHB26-C22_2, complete sequence	False	True
ENG0095_000000000460	29742	0.9999999608315442	44	42	18	21	41	True	98744	maximal	True	ENG0095_000000000460	1.0		1	1	False	False	1.0	0	IncX1	MOBP	MPF_T		conjugative	plasmid	29756.0	98.46799999999999	100.0	0.8792629181578869	CU928149.1	enterobacteria	Escherichia coli str. UMN026 plasmid p2ESCUM, complete genome	False	True
ISR0111_000000000284	29064	0.9999999607640648	37	23	10	17	18	True	100917	fragment	False	ISR0111_000000000284	1.0		0	0	False	False	0.9998279809951782	0					non-mobilizable	no_good_hit	1942.0	86.818	7.0	0.031101748066191724	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
ENG0084_000000000787	22632	0.999999960656504	28	25	14	19	22	True	73440	maximal	True	ENG0084_000000000787	1.0		4	1	False	False	1.0	0	rep_cluster_1012	MOBP	MPF_T		conjugative	chromosome	16022.0	97.522	99.0	0.0067036226965331725	CP014157.1	g-proteobacteria	Pasteurella multocida subsp. multocida strain RCAD0259 chromosome	False	True
AUS0004_000000000420	30840	0.9999999600373396	32	19	16	19	7	True	105225	maximal	True	AUS0004_000000000420	0.9710798195144837	PS630	1	1	True	True	1.0	46					non-mobilizable	no_good_hit	923.0	85.59	3.0	0.0004841874301145594	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	True
ISR0088_000000001309	13940	0.9999999594553396	12	8	7	5	8	True	33796	maximal	True	ISR0088_000000001309	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
ENG0030_000000001037	20798	0.9999999572150912	24	23	12	19	23	True	114203	fragment	False	ENG0030_000000001037	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	20798.0	100.0	100.0	0.20550192191776762	CP014668.1	enterobacteria	Escherichia coli strain ECONIH2 plasmid pECO-bc6, complete sequence	False	True
SPA0036_000000000040	57786	0.9999999558974716	74	28	13	24	15	True	82834	maximal	True	SPA0036_000000000040	1.0		3	1	False	False	0.9998961687088013	0					non-mobilizable	no_good_hit	514.0	81.518	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
MAD0029_000000000411	10503	0.99999995533275	21	16	5	6	16	True	125636	fragment	False	MAD0029_000000000411	1.0		0	0	False	False	1.0	0	IncX1			MOBP	mobilizable	no_good_hit	4444.0	97.86200000000001	88.0	0.12631519080930445	CP058017.1	enterobacteria	Escherichia coli strain RHB04-C08 plasmid pRHB04-C08_4, complete sequence	True	True
ISR0357_000000000304	34560	0.9999999550470506	45	19	10	16	11	True	82829	fragment	False	ISR0357_000000000304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	83.366	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
USA0026_01_000000000485	36618	0.9999999541643212	42	22	11	18	13	True	82835	fragment	False	ENG0127_000000000446	0.9459575265793632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	81.32300000000001	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
SPA0118_000000000813	26821	0.999999953284464	35	17	8	16	9	True	94805	fragment	False	SPA0118_000000000813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1146.0	75.48	4.0	0.009486602474547629	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0247_000000000223	32891	0.9999999529516626	41	34	15	18	31	True	132596	backbone	False	ISR0120_000000000296	0.9549917985503336	PS1169|PS902	0	0	True	True	0.9997871518135071	33	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	17301.0	98.83200000000001	99.0	0.5236106066109698	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0043_000000000545	28515	0.9999999515743944	39	20	9	18	9	True	132593	backbone	False	ISR0367_000000000184	0.2978986029830047	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	21261.0	99.74600000000001	96.0	0.23133254871191317	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0066_000000000189	59938	0.9999999514915346	66	62	18	28	58	True	85514	maximal	True	FIJ0066_000000000189	1.0		1	1	False	False	1.0	0	rep_cluster_488				non-mobilizable	plasmid	24999.0	98.708	90.0	0.22315171102322134	LC056430.1	enterobacteria	Escherichia coli plasmid pV234-a DNA, contig: V234-a_scaffold_1, strain: V234	False	True
MON0090_000000000014	140279	0.99999995140296	165	49	30	39	32	True	127515	maximal	True	MON0090_000000000014	1.0	PS359	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1777.0	95.723	4.0	0.009563915604906891	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
FIJ0031_000000000076	62092	0.9999999511865426	60	58	17	32	57	True	98686	fragment	False	ISR0293_000000000159	0.9573861969596467		0	0	False	True	0.9999839067459106	0	IncK2/Z	MOBP	MPF_I	MOBP	conjugative	plasmid	42404.0	99.41	96.0	0.49877577926358413	CP025625.1	enterobacteria	Escherichia coli strain SCEC020007 plasmid pBOKZ_020007, complete sequence	False	True
ENG0077_000000000951	20771	0.9999999508164834	25	24	13	18	21	True	73439	fragment	False	ENG0034_000000000496	0.9789803848134451		0	0	False	False	1.0	0	rep_cluster_1012	MOBP	MPF_T		conjugative	chromosome	16002.0	98.963	99.0	0.0067036226965331725	CP014157.1	g-proteobacteria	Pasteurella multocida subsp. multocida strain RCAD0259 chromosome	False	True
ENG0117_000000000317	41968	0.9999999491225988	48	48	11	38	48	True	127183	fragment	False	ENG0117_000000000317	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F	MOBF	conjugative	plasmid	41988.0	99.869	100.0	0.3480560829802582	CP048871.1	enterobacteria	Escherichia coli strain 6-Pyelo plasmid p6-Pyelo_1, complete sequence	False	True
ISR0063_000000000328	33007	0.9999999485127647	42	34	14	18	31	True	132596	backbone	False	ISR0120_000000000296	0.8998087531438493	PS1169|PS902	0	0	True	True	1.0	158	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	23843.0	99.279	97.0	0.7206683617871413	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0092_000000001008	16170	0.9999999470070631	20	20	10	10	19	True	109733	maximal	True	AST0092_000000001008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7556.0	97.64399999999999	47.0	0.14728788353162178	CP002493.1	firmicutes	Enterococcus faecalis 62 plasmid EF62pB, complete sequence	True	True
BAN0018_000000000056	34386	0.999999946808956	42	38	9	12	38	True	98244	maximal	True	BAN0018_000000000056	1.0		1	1	False	False	1.0	0	rep_cluster_1704				non-mobilizable	plasmid	23337.0	96.773	99.0	0.1169657496126713	CP055609.1	enterobacteria	Escherichia coli strain RHB38-C23 plasmid pRHB38-C23_2, complete sequence	False	True
ENG0181_000000000056	101225	0.9999999463441605	109	107	38	46	100	True	97761	maximal	True	ENG0181_000000000056	1.0		2	2	False	False	1.0	0	rep_cluster_488				non-mobilizable	plasmid	85788.0	100.0	100.0	0.7677307344663105	MK125034.1	enterobacteria	Escherichia coli O25b:H4-ST131 plasmid p7.2.1, complete sequence	False	True
SPA0091_000000000027	81621	0.9999999434419724	86	78	21	33	78	True	113995	maximal	True	SPA0091_000000000027	1.0		1	1	False	False	0.9999877214431763	0	IncY				non-mobilizable	plasmid	20372.0	97.899	98.0	0.2077984366389779	CP057815.1	enterobacteria	Escherichia coli strain RHB14-C15 plasmid pRHB14-C15_4, complete sequence	False	True
FIJ0068_000000000275	41544	0.9999999394500392	42	38	11	28	37	True	97720	maximal	True	FIJ0068_000000000275	1.0		2	2	False	False	0.9999277591705322	0	IncFIA	MOBF	MPF_F		conjugative	chromosome	16565.0	99.928	91.0	0.002916613692288891	CP050204.1	enterobacteria	Escherichia coli strain RH-045-WU chromosome	False	True
ENG0151_000000000865	23240	0.9999999393530712	27	25	15	19	23	True	127170	maximal	True	ENG0151_000000000865	1.0		1	1	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	23070.0	99.95700000000001	100.0	0.23572508787705387	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
ENG0014_000000000155	56270	0.9999999382432536	66	27	12	22	16	True	82843	fragment	False	USA0145_01_000000000134	0.972092593504526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.01442217403624e-07	CP018164.1	monocots	Oryza sativa Indica Group cultivar Shuhui498 chromosome 8 sequence	True	True
ISR0183_000000000526	39057	0.9999999372336738	42	41	9	34	41	True	113249	fragment	False	ISR0183_000000000526	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F	MOBP	conjugative	plasmid	19519.0	95.70700000000001	98.0	0.2276304863929269	KF582523.1	enterobacteria	Escherichia coli strain EQ011 plasmid pEQ011, complete sequence	False	True
ENG0049_000000000292	39010	0.9999999358169332	42	41	10	34	41	True	113251	maximal	True	ENG0049_000000000292	1.0		1	1	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	plasmid	39028.0	99.946	100.0	0.2658315793775671	CP001122.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky str. CVM29188 plasmid pCVM29188_146, complete sequence	False	True
ENG0034_000000000496	21361	0.999999934503216	26	24	13	18	21	True	73439	fragment	False	ENG0034_000000000496	0.9917432959414568		0	0	False	False	1.0	0	rep_cluster_1012	MOBP	MPF_T		conjugative	chromosome	16380.0	98.38799999999999	100.0	0.006847340590458472	CP014157.1	g-proteobacteria	Pasteurella multocida subsp. multocida strain RCAD0259 chromosome	False	True
SPA0142_000000000072	48447	0.9999999343225072	55	41	21	36	33	True	3447	maximal	True	SPA0142_000000000072	1.0		1	1	False	False	1.0	0	rep_cluster_1220				non-mobilizable	no_good_hit	8662.0	84.588	54.0	0.08487760688473582	KT351733.1	enterobacteria	Pectobacterium carotovorum plasmid Drgb2, partial sequence	True	True
MAD0052_000000000527	19367	0.9999999281919496	21	18	6	11	16	True	114188	maximal	True	MAD0052_000000000527	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	10974.0	98.506	81.0	0.05719621682812443	CP022280.1	enterobacteria	Escherichia coli strain STEC299 plasmid pSTEC299_1, complete sequence	True	True
CHI0087_000000000009	60582	0.9999999280807208	61	58	19	30	57	True	114311	fragment	False	CHI0087_000000000009	1.0		0	0	False	True	1.0	0	IncI-gamma/K1	MOBP	MPF_I	MOBP	conjugative	plasmid	41041.0	99.215	99.0	0.44878625110763476	MH430883.1	enterobacteria	Salmonella enterica subsp. enterica serovar London strain 3-5 plasmid pSa44-CRO, complete sequence	False	True
ISR0075_000000000160	52563	0.9999999263903624	60	25	12	22	13	True	82841	fragment	False	ISR0232_000000000063	0.5671798837136124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	81.395	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
ISR0232_000000000063	54604	0.9999999261479116	63	25	12	22	13	True	82841	fragment	False	ISR0232_000000000063	0.9284701791856762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	95.47	1.0	0.0002557034589582561	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0040_000000000220	31427	0.9999999251353456	47	44	17	24	41	True	118899	maximal	True	MAD0040_000000000220	1.0		2	1	False	False	1.0	0	IncX4	MOBP	MPF_T		conjugative	plasmid	17486.0	98.39299999999999	95.0	0.538539772552162	JX258655.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg plasmid pSH146_32, complete sequence	False	True
AST0053_000000000295	41165	0.9999999238235115	47	46	12	38	45	True	127174	fragment	False	ENG0107_000000000351	0.9226217008894001		0	0	False	False	1.0	0	IncFIA,IncFII	MOBF	MPF_F	MOBF	conjugative	plasmid	15367.0	99.98700000000001	100.0	0.13847207577437118	CP011916.1	enterobacteria	Escherichia coli strain PSUO2 plasmid pPSUO2, complete sequence	False	True
ISR0827_000000000053	54331	0.9999999225570516	63	24	12	21	13	True	82841	fragment	False	ISR0232_000000000063	0.9052323937663885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	95.819	1.0	0.0002557034589582561	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0367_000000000184	39397	0.9999999217959512	50	29	12	25	17	True	132593	backbone	True	ISR0367_000000000184	0.9783956845769918	PS1168|PS703	7	2	True	True	1.0	183					non-mobilizable	plasmid	20729.0	99.604	96.0	0.22557865829737153	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0092_000000001283	21217	0.9999999201815738	21	13	9	13	9	True	119494	maximal	True	SPA0092_000000001283	1.0		0	0	False	False	0.9999528527259827	0					non-mobilizable	no_good_hit	3470.0	93.40100000000001	44.0	0.13767334052671543	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0379_000000001310	11302	0.9999999162856976	12	10	6	7	8	True	23239	maximal	True	ISR0379_000000001310	1.0		1	1	True	True	0.9991152286529541	22					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00019719837452197001	NZ_AWQP01000069.1	g-proteobacteria	Pseudomonas syringae pv. coryli str. NCPPB 4273 contig69, whole genome shotgun sequence	True	True
CAN0016_000000002846	12228	0.9999999139586216	14	12	7	10	8	True	93758	maximal	False	CAN0015_000000003283	1.0		0	0	True	True	1.0	52					non-mobilizable	no_good_hit								True	True
MAD0068_000000001256	12785	0.9999999111863932	16	15	5	6	15	True	18614	maximal	True	MAD0068_000000001256	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4229.0	98.98299999999999	76.0	0.03164836480953343	CP044528.1	enterobacteria	Klebsiella grimontii strain SS141 plasmid plamid_1, complete sequence	True	True
MON0022_000000000484	15520	0.9999999085011371	17	9	7	6	8	True	83704	maximal	True	MON0022_000000000484	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2178.0	98.76	28.0	0.005308163648466435	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0019_000000000308	34848	0.9999999069200668	42	33	14	18	29	True	132596	backbone	False	ISR0120_000000000296	0.8595350419030396	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	23918.0	99.507	87.0	0.7229991524397626	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
SPA0134_000000002532	11489	0.9999999061529856	10	9	6	6	9	True	90295	maximal	True	SPA0134_000000002532	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	11489.0	99.97399999999999	100.0	0.10171502439283532	MG874043.1	enterobacteria	Salmonella sp. strain Sa63 plasmid pSa63-CIP, complete sequence	False	True
MAD0032_000000000094	41935	0.9999999037993174	47	44	9	35	44	True	113248	fragment	False	MAD0032_000000000094	0.9466595787839838		0	0	False	False	0.9995230436325073	0	IncFIA,IncFIC	MOBF	MPF_F	MOBF	conjugative	plasmid	7313.0	96.199	92.0	0.09597282744638555	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
DEN0001_000000001683	15009	0.9999999011100948	13	13	6	10	12	True	114160	maximal	True	DEN0001_000000001683	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	9425.0	99.70299999999999	100.0	0.0862758740650548	CP056934.1	enterobacteria	Escherichia coli strain RHB42-C16 plasmid pRHB42-C16_2, complete sequence	False	True
MAD0043_000000000091	42806	0.9999998991688708	48	42	9	34	42	True	113248	fragment	False	MAD0032_000000000094	0.9391745137679665		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F	MOBF	conjugative	no_good_hit	9779.0	95.889	89.0	0.12847720480785688	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	True	True
ISR0392_000000000490	33398	0.9999998991569509	42	32	14	17	30	True	132596	backbone	False	ISR0120_000000000296	0.9546821289185179	PS1169|PS902	0	0	True	True	0.9999700784683228	31	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22189.0	99.06700000000001	97.0	0.6715704080397142	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0002_000000000565	33062	0.9999998989973332	42	35	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9017071818633433	PS1169|PS902	0	0	True	True	1.0	105	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	23940.0	99.649	96.0	0.7235137425838479	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0068_000000000184	62381	0.9999998984205024	67	65	24	32	62	True	79787	maximal	True	SPA0068_000000000184	1.0		2	1	False	False	0.9998877644538879	0	IncFIB				non-mobilizable	plasmid	59162.0	99.539	97.0	0.5316848236436199	CP026165.1	enterobacteria	Klebsiella pneumoniae strain F81 plasmid pF81_1, complete sequence	False	True
ENG0201_000000000133	44913	0.9999998973850508	51	49	11	35	49	True	127188	maximal	True	ENG0201_000000000133	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F	MOBF	conjugative	plasmid	14910.0	99.074	97.0	0.06807088357906368	MH909349.1	enterobacteria	Klebsiella pneumoniae strain A1705 plasmid pA1705-NDM, complete sequence	False	True
ENG0095_000000001854	11549	0.9999998927341158	12	12	5	8	11	True	98118	fragment	False	ENG0095_000000001854	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	chromosome	11400.0	99.947	100.0	0.0021066988736488917	CP032204.1	enterobacteria	Escherichia coli strain AR_0013 chromosome, complete genome	False	True
ENG0176_000000000460	17644	0.9999998924617092	25	14	10	12	10	True	127238	maximal	True	ENG0176_000000000460	1.0	PS306	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3522.0	94.321	78.0	0.15227391077937857	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
AST0111_000000000014	103364	0.999999892234934	132	75	29	41	62	True	110967	maximal	True	AST0111_000000000014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33888.0	98.42399999999999	84.0	0.18236060700707601	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
MON0019_000000000538	37176	0.9999998914459864	42	41	9	35	40	True	113280	fragment	False	MON0019_000000000538	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F		conjugative	plasmid	37126.0	99.97	99.0	0.44236314673148874	CP010138.1	enterobacteria	Escherichia coli strain D2 plasmid A, complete genome	False	True
DEN0033_000000000530	33115	0.9999998892751588	42	33	13	17	31	True	132596	backbone	False	ISR0120_000000000296	0.8998687927315716	PS1169|PS902	0	0	True	True	1.0	689	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25332.0	99.708	96.0	0.7665879646446301	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0087_000000000071	70265	0.9999998888819708	68	34	24	27	21	True	126554	maximal	True	ISR0087_000000000071	1.0	PS970	1	1	False	True	0.9999004006385803	0					non-mobilizable	no_good_hit	959.0	69.656	1.0	0.008989906742909774	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
ISR0033_000000000467	33208	0.9999998883087404	43	36	15	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609281374187556	PS1169|PS902	0	0	True	True	1.0	56	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21407.0	99.771	99.0	0.6477781813778908	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0025_000000000165	63102	0.9999998832431664	67	41	27	32	28	True	116252	maximal	True	SPA0025_000000000165	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	6323.0	95.698	47.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0144_000000000010	64497	0.9999998832084162	62	60	23	36	60	True	113304	maximal	True	ISR0144_000000000010	1.0		7	2	False	False	1.0	0	IncI-gamma/K1		MPF_I		non-mobilizable	plasmid	27200.0	99.97399999999999	97.0	0.23630660688840233	MN124285.1	enterobacteria	Escherichia coli strain RKI3099 plasmid pRKI3099a, complete sequence	False	True
ENG0088_000000000331	54545	0.9999998825496744	62	24	11	21	13	True	82842	fragment	False	ENG0088_000000000331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	81.589	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
FIJ0036_000000000742	28176	0.9999998770886958	40	37	14	20	34	True	118900	maximal	True	FIJ0036_000000000742	1.0		1	1	False	False	0.9996451139450073	0	IncX4	MOBP	MPF_T		conjugative	no_good_hit	15439.0	97.416	89.0	0.47528353057199213	CP044406.1	enterobacteria	Escherichia coli strain NMBU-W10C18 plasmid pNMBU-W10C18_04, complete sequence	True	True
MAD0111_000000000309	31471	0.9999998763597088	48	44	18	25	39	True	118936	maximal	True	MAD0111_000000000309	1.0		1	1	False	False	1.0	0	IncX4	MOBP	MPF_T		conjugative	no_good_hit	16297.0	98.38	84.0	0.49571972581873575	LM996476.1	enterobacteria	Escherichia coli genome assembly FHI34, scaffold scaffold-10_contig-15.0_1_32825_[organism:Escherichia	True	True
MAD0058_000000000074	47038	0.9999998720041186	51	40	16	23	36	True	98669	maximal	True	MAD0058_000000000074	1.0		1	1	False	False	1.0	0	IncI1	MOBP	MPF_I		conjugative	plasmid	18375.0	95.35799999999999	95.0	0.24794907488748633	CP057202.1	enterobacteria	Escherichia coli strain RHB33-C11 plasmid pRHB33-C11_3, complete sequence	False	True
AST0148_000000001885	14635	0.9999998701114912	17	9	9	9	5	True	105223	fragment	False	AST0148_000000001885	1.0		0	0	False	False	0.9997950196266174	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0003942329353457986	NZ_KE384435.1	firmicutes	Gemella cuniculi DSM 15828 H612DRAFT_scaffold00009.9, whole genome shotgun sequence	True	True
ISR0821_000000000487	31462	0.9999998665402372	40	33	13	16	31	True	132596	backbone	False	ISR0120_000000000296	0.9348840239323405	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	20389.0	99.912	100.0	0.6169259640414069	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0244_000000000362	31325	0.9999998665402372	39	33	13	16	31	True	132596	backbone	False	ISR0120_000000000296	0.9282135971917931	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25767.0	99.74	100.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
TAN0006_000000000349	13665	0.9999998609518927	16	9	7	7	6	True	100612	fragment	False	TAN0006_000000000349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	97.727	1.0	2.5743338911056765e-05	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	True
CHI0148_000000000127	43824	0.9999998599708247	51	28	11	26	15	True	79617	maximal	True	CHI0148_000000000127	1.0		1	1	True	True	1.0	167					non-mobilizable	no_good_hit	1700.0	92.059	9.0	0.02739218057234986	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0039_000000000333	33142	0.9999998592653728	43	36	14	19	33	True	132596	backbone	False	ISR0120_000000000296	0.9611100385318702	PS1169|PS902	0	0	True	True	1.0	91	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25905.0	99.757	100.0	0.7832061992977358	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0793_000000001721	6786	0.9999998591879604	9	6	6	4	3	True	22030	maximal	True	ISR0793_000000001721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	88.125	20.0	0.0032624359033753287	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0090_000000000301	33118	0.9999998550998832	43	36	14	19	32	True	132596	backbone	False	ISR0120_000000000296	0.9671979407874572	PS1169|PS902	0	0	True	True	1.0	374	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	23878.0	99.70299999999999	99.0	0.7216975420753118	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0106_000000000185	51091	0.9999998549834778	55	49	16	19	49	True	113975	maximal	True	AST0106_000000000185	1.0		1	1	False	False	1.0	0	IncY				non-mobilizable	plasmid	16257.0	97.902	95.0	0.06072222533579929	KP453775.1	enterobacteria	Klebsiella pneumoniae strain ST11 plasmid pKP12226, complete sequence	False	True
ENG0129_000000000145	57484	0.9999998546705648	53	30	17	24	22	True	128797	fragment	False	ENG0129_000000000145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	16834.0	97.564	80.0	0.09057717369061595	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0216_000000000557	33227	0.9999998523557491	43	36	14	19	32	True	132596	backbone	False	ISR0120_000000000296	0.960820203258145	PS1169|PS902	0	0	True	True	1.0	203	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	23735.0	99.705	99.0	0.7173689308633007	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0170_000000000598	35435	0.9999998513782108	46	24	11	22	11	True	132593	backbone	False	ISR0367_000000000184	0.8941695512506959	PS1168|PS703	0	0	True	True	1.0	5					non-mobilizable	plasmid	20138.0	99.568	90.0	0.21907283902183863	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0132_000000001073	17832	0.9999998486614834	20	11	7	9	6	True	100614	fragment	False	TAN0025_000000000071	0.6358796296296296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	0.0	2.1073809283093017e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0112_000000000655	31754	0.9999998411570424	40	33	13	17	31	True	132596	backbone	False	ISR0120_000000000296	0.899034976841022	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28010.0	99.618	99.0	0.8469245671388788	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0014_000000000501	33115	0.9999998388213334	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9602661146181684	PS1169|PS902	0	0	True	True	1.0	241	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28872.0	99.79899999999999	100.0	0.8732594745126528	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0043_000000000326	26251	0.9999998380555736	27	24	12	16	22	True	98724	maximal	True	MAD0043_000000000326	1.0		4	1	False	False	0.9997714161872864	0			MPF_T		non-mobilizable	no_good_hit	10954.0	99.553	75.0	0.27324435574404393	CP037880.1	enterobacteria	Salmonella enterica subsp. enterica serovar 4,[5],12:i:- strain PNCS009991 plasmid pPNCS009991_S1, complete sequence	True	True
ENG0078_000000000086	96881	0.9999998368828492	120	73	30	43	62	True	116095	maximal	True	ENG0078_000000000086	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	21493.0	98.33	82.0	0.1157363030296503	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ENG0034_000000000610	18455	0.9999998303538108	12	12	11	12	12	True	90301	maximal	True	ENG0034_000000000610	1.0		2	2	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	15848.0	100.0	100.0	0.0992211077300675	CP025516.1	enterobacteria	Klebsiella pneumoniae strain 002SK2 plasmid p002SK2_A, complete sequence	False	True
MAD0010_000000000019	84835	0.9999998285067608	96	92	44	67	87	True	127178	maximal	True	MAD0010_000000000019	1.0		8	1	False	False	1.0	0	IncFIA,IncFIB,IncFIC	MOBF	MPF_F	MOBF	conjugative	no_good_hit	12786.0	98.59200000000001	59.0	0.07402665863393328	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	True	True
SPA0087_000000000220	33116	0.9999998274826916	42	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9672934704677235	PS1169|PS902	0	0	True	True	1.0	769	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27484.0	99.727	99.0	0.830851192638334	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0290_000000000176	33050	0.9999998274826916	42	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9673881058394886	PS1169|PS902	0	0	True	True	1.0	14	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21384.0	99.719	99.0	0.647081971182952	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0153_000000000120	32913	0.9999998272240443	37	27	13	16	24	True	132602	maximal	True	SPA0153_000000000120	1.0	PS1169|PS902	3	1	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	23640.0	99.065	75.0	0.7617712462535048	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	True	True
SPA0155_000000000146	32910	0.9999998272240443	37	27	13	16	24	True	132602	maximal	False	SPA0153_000000000120	0.9999544253030717	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	23640.0	99.065	75.0	0.7617712462535048	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	True	True
ISR0857_000000000035	33216	0.99999982421554	42	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9609322453953067	PS1169|PS902	0	0	True	True	1.0	41	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26704.0	99.723	99.0	0.807240586027364	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0278_000000000173	33204	0.99999982421554	42	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9609175504123667	PS1169|PS902	0	0	True	True	1.0	29	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27483.0	99.742	99.0	0.8309722726722364	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0380_000000000309	33200	0.99999982421554	42	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9609487326790994	PS1169|PS902	0	0	True	True	1.0	72	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27557.0	99.68799999999999	99.0	0.833060903257053	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0050_000000000483	33196	0.99999982421554	42	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9608908221125405	PS1169|PS902	0	0	True	True	1.0	170	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28828.0	99.67	99.0	0.8715340840295436	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0784_000000000271	33192	0.99999982421554	42	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9609498041602696	PS1169|PS902	0	0	True	True	1.0	265	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28865.0	99.726	99.0	0.8726540743431408	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0832_000000000224	33184	0.99999982421554	42	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9609986118763352	PS1169|PS902	0	0	True	True	1.0	936	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24342.0	99.712	99.0	0.7357428260079912	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0100_000000000211	33036	0.99999982421554	41	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9570441352020654	PS1169|PS902	0	0	True	True	0.9999697208404541	14	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22604.0	99.819	99.0	0.6839699739693686	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0190_000000000598	33149	0.9999998209565047	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9610395953398037	PS1169|PS902	0	0	True	True	1.0	275	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24296.0	99.741	100.0	0.7345017556604916	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0046_000000000328	33145	0.9999998209565047	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9610168495085242	PS1169|PS902	0	0	True	True	1.0	225	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27477.0	99.76	100.0	0.8307906526213827	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0179_000000000368	33139	0.9999998209565047	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9611089691112669	PS1169|PS902	0	0	True	True	1.0	93	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28880.0	99.765	100.0	0.8732594745126528	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0261_000000000251	33137	0.9999998209565047	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609910679309918	PS1169|PS902	0	0	True	True	1.0	175	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27560.0	99.70200000000001	100.0	0.8331214432740042	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0097_000000000326	33132	0.9999998209565047	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9596267573179352	PS1169|PS902	0	0	True	True	1.0	88	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27470.0	99.676	100.0	0.8306090325705291	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0285_000000000221	33123	0.9999998209565047	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.959532946856814	PS1169|PS902	0	0	True	True	1.0	96	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24288.0	99.62899999999999	100.0	0.7344412156435404	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0067_000000000337	33105	0.9999998209565047	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9601880838753392	PS1169|PS902	0	0	True	True	1.0	73	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28813.0	99.95100000000001	100.0	0.8721394841990556	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0011_000000000418	33105	0.9999998209565047	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9602332815522119	PS1169|PS902	0	0	True	True	1.0	193	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	32231.0	99.95299999999999	100.0	0.9756023731686645	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0028_000000000263	33103	0.9999998209565047	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9602245238597656	PS1169|PS902	0	0	True	True	1.0	154	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	31321.0	99.946	100.0	0.9480566654558663	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0089_000000000232	33087	0.9999998209565047	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9608405548042033	PS1169|PS902	0	0	True	True	1.0	7	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	31346.0	99.786	100.0	0.9478176645075368	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
AST0031_000000000505	33139	0.9999998169727524	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9594756752503583	PS1169|PS902	0	0	True	True	1.0	35	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27514.0	99.90899999999999	99.0	0.8328187431892481	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0009_01_000000000479	31106	0.9999998165256302	41	33	14	16	31	True	132596	backbone	False	ISR0120_000000000296	0.890990457514919	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28885.0	99.727	100.0	0.8732594745126528	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0093_000000000358	33780	0.9999998130630964	41	37	16	21	36	True	116399	backbone	True	ENG0093_000000000358	1.0	PS776	1	1	True	True	1.0	91	rep_cluster_2175	MOBP	MPF_T		conjugative	plasmid	26166.0	99.68299999999999	97.0	0.6297419603312151	CP025711.1	enterobacteria	Escherichia coli strain YDC107 plasmid pYDC107_41, complete sequence	False	True
ISR0258_000000000082	56162	0.999999808651452	67	30	17	26	19	True	82830	maximal	True	ISR0258_000000000082	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1648.0	98.36200000000001	3.0	0.0007349800993093329	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0132_000000000141	67604	0.9999998082808156	59	56	29	35	55	True	90300	maximal	True	ENG0132_000000000141	1.0		1	1	False	False	1.0	0	IncFIB,IncFII,rep_cluster_2183				non-mobilizable	no_good_hit	16625.0	98.719	61.0	0.1257793583535109	CP035211.1	enterobacteria	Klebsiella pneumoniae strain TH164 plasmid pTH164-2, complete sequence	True	True
ISR0211_000000000399	29958	0.9999998066717328	38	30	13	16	28	True	132596	backbone	False	ISR0120_000000000296	0.7443550931008711	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26516.0	99.45299999999999	99.0	0.801156314323768	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0084_01_000000000530	31507	0.9999998054982676	41	33	14	16	31	True	132596	backbone	False	ISR0120_000000000296	0.8994435407519379	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25767.0	99.775	100.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0088_000000000236	33061	0.9999998045436372	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9672652724588635	PS1169|PS902	0	0	True	True	1.0	654	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26048.0	99.712	99.0	0.787383460467369	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0028_000000000201	33059	0.9999998045436372	43	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9674116241812167	PS1169|PS902	0	0	True	True	1.0	18	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21384.0	99.77600000000001	99.0	0.647081971182952	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0075_000000000395	33053	0.9999998045436372	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.967322989152293	PS1169|PS902	0	0	True	True	1.0	29	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21384.0	99.696	99.0	0.647081971182952	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0123_000000000403	32755	0.999999804209216	37	32	17	22	29	True	98747	maximal	True	ENG0123_000000000403	1.0		2	2	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	24583.0	99.955	99.0	0.5154972109214444	MH121702.1	enterobacteria	Escherichia coli strain HP2 plasmid pHP2, complete sequence	False	True
ISR0156_000000000574	33203	0.9999998015286652	42	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9602866804938407	PS1169|PS902	0	0	True	True	1.0	161	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28829.0	99.56299999999999	99.0	0.8715340840295436	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0041_000000000527	33861	0.9999998008420632	44	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.960739136279893	PS1169|PS902	0	0	True	True	1.0	1	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25396.0	99.64200000000001	98.0	0.767586874924325	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0331_000000000315	33286	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609894140235026	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26361.0	99.719	99.0	0.7968579731202324	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0011_000000000307	33285	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9608685942514544	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	15402.0	99.779	99.0	0.4661884005327521	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0084_000000000368	33213	0.9999998008420632	43	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.960984491193156	PS1169|PS902	0	0	True	True	1.0	104	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26113.0	99.751	99.0	0.7900774912216976	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0059_000000000630	33210	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9603571804183259	PS1169|PS902	0	0	True	True	1.0	239	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27490.0	99.676	99.0	0.8310328126891876	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0152_000000000571	33208	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609853367525989	PS1169|PS902	0	0	True	True	1.0	70	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28828.0	99.71600000000001	99.0	0.8715340840295436	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0231_000000000175	33208	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609425778237471	PS1169|PS902	0	0	True	True	1.0	58	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27482.0	99.727	99.0	0.8307906526213827	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0239_000000000273	33208	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609142307118467	PS1169|PS902	0	0	True	True	1.0	49	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27486.0	99.72	99.0	0.8309117326552852	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0054_000000000392	33207	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609917185430512	PS1169|PS902	0	0	True	True	1.0	19	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28829.0	99.709	99.0	0.8715643540380191	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0024_000000000323	33205	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.960992583798843	PS1169|PS902	0	0	True	True	1.0	289	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	29708.0	99.65	99.0	0.8981716914880736	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0096_000000000562	33204	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609353228076393	PS1169|PS902	0	0	True	True	1.0	51	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24050.0	99.705	99.0	0.7269039835331154	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0779_000000000493	33174	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609004365951801	PS1169|PS902	0	0	True	True	1.0	962	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28805.0	99.67	99.0	0.8708378738346046	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0325_000000000272	33171	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9594944335372823	PS1169|PS902	0	0	True	True	1.0	50	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	14564.0	99.904	99.0	0.44064051337934373	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0186_000000000494	33154	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609364309382659	PS1169|PS902	0	0	True	True	1.0	151	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24110.0	99.73	100.0	0.7288715340840295	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0058_000000000433	33139	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609587466346134	PS1169|PS902	0	0	True	True	1.0	19	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22602.0	99.76100000000001	99.0	0.6839508415062356	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0089_000000000391	33138	0.9999998008420632	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609441662017062	PS1169|PS902	0	0	True	True	1.0	32	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22602.0	99.75200000000001	99.0	0.6839508415062356	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0046_01_000000000254	34155	0.9999998007697376	46	28	10	22	18	True	100993	maximal	False	ISR0179_000000000512	0.9721274085265432		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	5815.0	74.101	32.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
TAN0005_000000000300	18720	0.9999997991312564	22	11	7	8	7	True	100614	fragment	False	TAN0025_000000000071	0.9520747381339345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	92.51700000000001	2.0	7.735955306451866e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0809_000000000176	32166	0.9999997982046824	41	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.8953958962835504	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25522.0	99.76899999999999	99.0	0.7723392662549946	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0061_000000000394	33349	0.9999997979018244	43	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9582950138559093	PS1169|PS902	0	0	True	True	1.0	173	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22174.0	99.811	99.0	0.6709546582722925	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
FIJ0151_000000000036	69118	0.99999979665878	82	80	26	33	75	True	97892	maximal	True	FIJ0151_000000000036	1.0		1	1	False	False	1.0	0	rep_cluster_488				non-mobilizable	plasmid	28874.0	99.39	96.0	0.2647514602455597	CP019013.1	enterobacteria	Escherichia coli strain Ecol_AZ162 plasmid pECAZ162_2, complete sequence	False	True
ISR0260_000000000156	33196	0.9999997937673344	43	35	14	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9609418138186494	PS1169|PS902	0	0	True	True	1.0	43	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24717.0	99.73299999999999	99.0	0.7479719094321347	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0824_000000000109	33121	0.9999997899437908	43	36	15	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9606800993796735	PS1169|PS902	0	0	True	True	1.0	58	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	32757.0	99.75	100.0	0.9904957927235305	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0026_000000000527	30438	0.9999997897142284	37	30	13	16	28	True	132596	backbone	False	ISR0120_000000000296	0.8608639968972939	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25767.0	99.73200000000001	100.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0070_000000000417	32859	0.9999997870941079	42	34	14	16	32	True	132596	backbone	False	ISR0120_000000000296	0.9573142066009306	PS1169|PS902	0	0	True	True	1.0	127	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22428.0	99.72399999999999	100.0	0.6779573798280664	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0088_000000000454	33211	0.9999997833465478	43	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9576064529424162	PS1169|PS902	0	0	True	True	1.0	43	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	29708.0	99.64	99.0	0.8981716914880736	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0791_000000000170	31725	0.9999997823420522	41	33	14	18	31	True	132596	backbone	False	ISR0120_000000000296	0.934668500479265	PS1169|PS902	0	0	True	True	1.0	92	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	14450.0	99.59200000000001	100.0	0.4364632522097106	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0786_000000000316	33238	0.999999777824249	43	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9609218500688912	PS1169|PS902	0	0	True	True	1.0	342	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26796.0	99.75399999999999	99.0	0.8106308269766316	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0135_01_000000000295	33232	0.999999777824249	43	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9609336161243938	PS1169|PS902	0	0	True	True	1.0	954	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26792.0	99.757	99.0	0.8106308269766316	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0057_01_000000000579	33224	0.999999777824249	43	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9610021800546732	PS1169|PS902	0	0	True	True	1.0	1063	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26792.0	99.73100000000001	99.0	0.8106308269766316	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0198_000000000795	33220	0.999999777824249	43	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9609836980286246	PS1169|PS902	0	0	True	True	1.0	321	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26792.0	99.71600000000001	99.0	0.8106308269766316	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0015_000000000552	33218	0.999999777824249	43	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9609545308281472	PS1169|PS902	0	0	True	True	1.0	173	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26792.0	99.705	99.0	0.8106308269766316	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0201_000000000411	33216	0.999999777824249	43	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9609437423708123	PS1169|PS902	0	0	True	True	1.0	132	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26792.0	99.70100000000001	99.0	0.8106308269766316	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0039_000000000231	33182	0.9999997772560442	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9597400793601379	PS1169|PS902	0	0	True	True	1.0	681	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27554.0	99.666	99.0	0.8331214432740042	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0336_000000000107	32806	0.9999997761897832	41	33	13	16	32	True	132596	backbone	False	ISR0120_000000000296	0.9576572161593068	PS1169|PS902	0	0	True	True	1.0	59	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25767.0	99.75200000000001	100.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0289_000000000095	32741	0.9999997761897832	41	33	13	16	32	True	132596	backbone	False	ISR0120_000000000296	0.9575806925438719	PS1169|PS902	0	0	True	True	1.0	18	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	18666.0	99.925	100.0	0.5648080881462647	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0148_000000000628	33205	0.9999997732954374	42	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9604007584937259	PS1169|PS902	0	0	True	True	1.0	323	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26951.0	99.714	99.0	0.8147172781208378	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0145_01_000000000134	58368	0.9999997732484129	71	26	12	22	15	True	82843	fragment	False	USA0145_01_000000000134	0.985328431058206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	81.128	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
ISR0102_000000000465	33376	0.9999997730430796	41	32	14	17	29	True	132596	backbone	False	ISR0120_000000000296	0.9539334014227496	PS1169|PS902	0	0	True	True	1.0	162	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22189.0	99.06700000000001	97.0	0.6715704080397142	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0167_000000000424	34770	0.999999770837634	47	28	10	22	18	True	100993	maximal	False	ISR0179_000000000512	0.9888374035563617		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	5819.0	74.188	41.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ISR0380_000000000677	17348	0.9999997704853859	20	19	11	16	16	False	127673	maximal	True	ISR0380_000000000677	1.0	PS1021|PS547|PS548	2	1	False	True	1.0	0	rep_cluster_2350,rep_cluster_2350	MOBF,MOBP,MOBP		MOBP,MOB_unknown	mobilizable	no_good_hit	7916.0	98.509	59.0	0.613075849232201	CP028323.1	enterobacteria	Escherichia coli O18:H1 strain CFSAN067215 plasmid p0.1229_3, complete sequence	True	True
ISR0818_000000000312	33322	0.9999997700470712	43	36	15	18	32	True	132596	backbone	False	ISR0120_000000000296	0.961018260018665	PS1169|PS902	0	0	True	True	1.0	1	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	16395.0	99.73200000000001	99.0	0.49624651894902533	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0078_000000000441	23264	0.9999997695466228	25	23	10	13	23	True	108533	maximal	False	SPA0068_000000000613	0.9999570169782936		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	23267.0	99.777	100.0	0.21372327425415988	KT845955.1	enterobacteria	Escherichia coli strain EP28 plasmid pHNEP28_cfr, complete sequence	False	True
USA0058_01_000000000460	34772	0.9999997691428492	47	27	10	22	17	True	100993	maximal	False	ISR0179_000000000512	0.9887173546552586		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	5817.0	74.16199999999999	41.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
SPA0012_000000000314	33278	0.9999997682512174	42	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9609881657105066	PS1169|PS902	0	0	True	True	1.0	45	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27187.0	99.728	99.0	0.82186100012108	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0001_000000000364	34866	0.9999997679872358	43	43	22	35	43	True	114268	maximal	True	ENG0001_000000000364	1.0		11	4	False	False	1.0	0	IncFIB				non-mobilizable	other	34866.0	99.98	100.0	0.3051524011274707	LR730401.1	enterobacteria	XXX	False	True
ISR0194_000000000638	27379	0.999999764252277	39	24	7	18	16	True	100992	fragment	False	ISR0194_000000000638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5815.0	74.273	40.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
CAN0014_000000000868	31224	0.9999997638847421	41	33	14	16	30	True	132596	backbone	False	ISR0120_000000000296	0.8949635442103161	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25768.0	99.744	100.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0149_000000000606	33134	0.9999997531105111	43	36	15	19	32	True	132596	backbone	False	ISR0120_000000000296	0.9610668147331125	PS1169|PS902	0	0	True	True	1.0	110	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	32392.0	99.76799999999999	100.0	0.9794781766450754	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0192_000000000381	30882	0.9999997506596248	32	31	7	22	31	True	84908	maximal	True	ISR0192_000000000381	1.0		1	1	False	False	0.9999352097511292	0	IncFII	MOBF,MOBF	MPF_F		conjugative	plasmid	30452.0	99.51100000000001	99.0	0.1395484320813226	CP052176.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 plasmid pF16KP0050-1, complete sequence	False	True
ISR0828_000000000153	30980	0.9999997501895376	37	29	15	16	25	True	132596	backbone	False	ISR0120_000000000296	0.5723359061305249	PS1169|PS902	0	0	True	True	1.0	872	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24373.0	99.709	96.0	0.7854265364658868	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0116_000000000348	32881	0.9999997464304824	42	34	14	17	32	True	132596	backbone	False	ISR0120_000000000296	0.9575992623414331	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	13843.0	99.928	99.0	0.4188158372684344	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0070_000000000174	32797	0.9999997464304824	41	34	14	17	32	True	132596	backbone	False	ISR0120_000000000296	0.9574570857828788	PS1169|PS902	0	0	True	True	1.0	321	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25768.0	99.72399999999999	100.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0069_000000000248	32797	0.9999997464304824	41	34	14	17	32	True	132596	backbone	False	ISR0120_000000000296	0.9574568428319946	PS1169|PS902	0	0	True	True	1.0	216	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25768.0	99.72399999999999	100.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0071_000000000274	32797	0.9999997464304824	41	34	14	17	32	True	132596	backbone	False	ISR0120_000000000296	0.9574568428319946	PS1169|PS902	0	0	True	True	1.0	512	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25768.0	99.72399999999999	100.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0070_000000000556	32744	0.9999997464304824	41	34	14	17	32	True	132596	backbone	False	ISR0120_000000000296	0.9574724809681854	PS1169|PS902	0	0	True	True	1.0	62	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	18669.0	99.914	100.0	0.5648080881462647	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0123_000000000483	33216	0.9999997444108488	43	36	15	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9609223076185448	PS1169|PS902	0	0	True	True	1.0	1660	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28400.0	99.743	99.0	0.8592444605884489	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0795_000000000176	34219	0.9999997442525382	43	35	14	18	34	True	132596	backbone	False	ISR0120_000000000296	0.9598479196432461	PS1169|PS902	0	0	True	True	1.0	115	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27342.0	99.751	97.0	0.8267042014771764	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0005_000000004787	4998	0.9999997439402396	6	5	4	4	5	True	67700	maximal	True	ENG0005_000000004787	1.0		2	2	True	True	0.9985994100570679	4					non-mobilizable	no_good_hit	345.0	74.783	7.0	0.032771176696052125	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
ENG0033_000000000502	33196	0.9999997408055068	41	34	14	18	32	True	132596	backbone	False	ISR0120_000000000296	0.9601097208250511	PS1169|PS902	0	0	True	True	1.0	47	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27018.0	99.759	99.0	0.8168967187310813	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0158_000000000412	32873	0.9999997407885124	41	34	14	17	32	True	132596	backbone	False	ISR0120_000000000296	0.9574227232858252	PS1169|PS902	0	0	True	True	1.0	21	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24294.0	99.73700000000001	99.0	0.7344412156435404	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0168_000000000895	15741	0.9999997390318316	17	14	5	6	13	True	38932	maximal	True	FIJ0168_000000000895	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	5959.0	93.90799999999999	48.0	0.04769195007975376	CP019890.1	enterobacteria	Enterobacter hormaechei strain FRM plasmid unnamed1, complete sequence	True	True
MAD0062_000000000093	36940	0.9999997370795376	37	35	9	26	33	True	98206	maximal	True	MAD0062_000000000093	1.0		1	1	False	False	1.0	0	IncFII,IncI-gamma/K1	MOBF	MPF_F		conjugative	plasmid	22048.0	98.95200000000001	92.0	0.24416761794988306	CP021212.1	enterobacteria	Escherichia coli B171 plasmid pB171_90, complete sequence	False	True
TAN0025_000000000071	20553	0.9999997334712978	25	14	8	11	8	True	100614	fragment	False	TAN0025_000000000071	0.9815789965604905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	99.876	10.0	0.0004284118697297137	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0202_000000000243	30207	0.999999731177596	37	30	13	16	27	True	132596	backbone	False	ISR0120_000000000296	0.819631462785401	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25841.0	99.714	99.0	0.7811175687129193	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0130_000000000619	23571	0.9999997308463999	30	18	10	13	11	True	100625	maximal	True	CHI0130_000000000619	1.0		1	1	True	True	1.0	392					non-mobilizable	no_good_hit	908.0	98.12799999999999	4.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
SPA0091_000000001697	11119	0.999999725737848	20	18	6	7	18	False	5353	maximal	True	SPA0091_000000001697	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	7215.0	99.945	99.0	0.01890313584466508	CP013995.1	firmicutes	Enterococcus faecium strain 6E6 plasmid unnamed1, complete sequence	False	True
SPA0089_000000000371	33120	0.9999997243899544	43	35	13	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9672045708372445	PS1169|PS902	0	0	True	True	1.0	579	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	20619.0	99.67	99.0	0.6230475844533236	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0147_000000000419	32726	0.9999997240827134	41	34	14	17	32	True	132596	backbone	False	ISR0120_000000000296	0.9569943077487126	PS1169|PS902	0	0	True	True	1.0	19	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	18642.0	99.898	100.0	0.5640816079428502	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0199_000000001278	16635	0.9999997234735208	19	18	9	12	18	True	95727	maximal	True	ISR0199_000000001278	1.0		1	1	False	False	0.9995191097259521	0					non-mobilizable	plasmid	14947.0	99.512	100.0	0.10506039003951013	MT108213.1	enterobacteria	Klebsiella pneumoniae strain ZZ100 plasmid pZZ100-KPC, complete sequence	False	True
CAN0002_000000000289	32835	0.9999997179435012	41	34	14	17	32	True	132596	backbone	False	ISR0120_000000000296	0.9573286144552193	PS1169|PS902	0	0	True	True	1.0	1896	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25767.0	99.74799999999999	100.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0120_000000000296	34786	0.9999997176924232	44	37	16	20	34	True	132596	backbone	True	ISR0120_000000000296	0.9729065984619385	PS1169|PS902	88	9	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24115.0	99.71	95.0	0.7288715340840295	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0072_000000000206	32797	0.9999997142083228	41	33	14	17	31	True	132596	backbone	False	ISR0120_000000000296	0.9574583472626481	PS1169|PS902	0	0	True	True	1.0	544	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21899.0	99.863	100.0	0.6626407555394116	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0778_000000000289	33059	0.999999713779402	42	33	14	17	31	True	132596	backbone	False	ISR0120_000000000296	0.9564182382142838	PS1169|PS902	0	0	True	True	1.0	125	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	20389.0	99.917	99.0	0.6169259640414069	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
CHI0151_000000000752	23494	0.9999997052035692	31	28	16	21	26	True	85520	maximal	True	CHI0151_000000000752	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	14190.0	98.964	91.0	0.2500881398956424	KR091915.1	enterobacteria	Klebsiella pneumoniae strain KPC-DK05 plasmid pKPC-DK05, complete sequence	False	True
TAN0007_000000000470	26891	0.9999996964620236	30	18	11	12	10	True	100615	maximal	True	TAN0007_000000000470	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	99.93799999999999	8.0	0.0004276115984911153	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0068_000000000613	23265	0.9999996946214986	25	23	10	13	23	True	108533	maximal	True	SPA0068_000000000613	0.999978507565337		2	1	False	False	1.0	0	IncR				non-mobilizable	plasmid	23268.0	99.777	100.0	0.21373246230601725	KT845955.1	enterobacteria	Escherichia coli strain EP28 plasmid pHNEP28_cfr, complete sequence	False	True
MAD0084_000000000049	30118	0.9999996867165729	43	40	15	23	37	True	118898	fragment	False	MAD0084_000000000049	1.0		0	0	False	False	1.0	0	IncX4	MOBP	MPF_T		conjugative	plasmid	18525.0	99.941	100.0	0.5708385983295836	JX258655.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg plasmid pSH146_32, complete sequence	False	True
ISR0210_000000000124	75438	0.9999996855662546	83	43	21	30	35	True	128785	maximal	True	ISR0210_000000000124	1.0		0	0	False	False	0.9999337196350098	0					non-mobilizable	no_good_hit	19809.0	98.859	79.0	0.11960134898282343	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0045_000000000073	75307	0.9999996842910276	87	42	23	36	20	True	132465	maximal	True	ISR0045_000000000073	1.0	PS1059|PS1061|PS1162|PS1163|PS771|PS924|PS955|PS956|PS957	1	1	True	True	1.0	26					non-mobilizable	no_good_hit	2809.0	98.07799999999999	6.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0102_000000000864	14444	0.9999996744531636	17	13	5	7	13	True	86822	maximal	True	MAD0102_000000000864	1.0		1	1	False	False	1.0	0	IncX1				non-mobilizable	no_good_hit	6911.0	96.831	89.0	0.2114546904718081	CP057914.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_4, complete sequence	True	True
ENG0184_000000001383	15532	0.9999996691105506	13	9	7	9	4	True	55126	fragment	False	ENG0184_000000001383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	96.706	7.0	0.04575738529226901	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0185_000000000851	25380	0.999999668109212	36	34	14	21	29	True	118937	fragment	False	ENG0185_000000000851	1.0		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	25382.0	99.705	100.0	0.718117766899635	JX981514.1	enterobacteria	Escherichia coli strain ECSAM7 plasmid pSAM7, complete sequence	False	True
USA0014_01_000000000176	30025	0.9999996677758256	33	27	15	17	23	True	132596	backbone	False	ISR0120_000000000296	0.5371662609665142	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	18182.0	99.37899999999999	96.0	0.5853187379265937	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ENG0167_000000001213	18284	0.9999996629625012	17	16	11	14	16	True	114176	maximal	True	ENG0167_000000001213	1.0		2	2	False	False	1.0	0	IncFII				non-mobilizable	plasmid	18284.0	99.995	100.0	0.09375128194609673	MK649824.1	enterobacteria	Klebsiella pneumoniae strain BA6201 plasmid pBA6201_1, complete sequence	False	True
ISR0835_000000000222	26390	0.99999966193543	33	24	12	12	23	True	132596	backbone	False	ISR0120_000000000296	0.4856176996454861	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24051.0	99.705	100.0	0.726934253541591	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0134_000000001995	14250	0.999999661609654	19	18	6	11	18	True	98344	maximal	True	SPA0134_000000001995	1.0		1	1	False	False	1.0	0	IncX1				non-mobilizable	plasmid	11670.0	100.0	99.0	0.2720363678750437	MK625201.1	enterobacteria	Salmonella enterica subsp. enterica serovar Pullorum strain S9804 plasmid pSPUR, complete sequence	False	True
ISR0849_000000000409	30010	0.9999996580024252	36	29	13	15	27	True	132596	backbone	False	ISR0120_000000000296	0.8030327129038151	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25624.0	99.70299999999999	99.0	0.7745489768737135	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0820_000000000428	29688	0.9999996580024252	36	29	13	15	27	True	132596	backbone	False	ISR0120_000000000296	0.6658232680050418	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25389.0	99.744	100.0	0.767586874924325	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0180_000000000558	25447	0.9999996529002734	31	17	11	10	13	True	77496	maximal	False	USA0047_01_000000000704	0.9737975592246949		0	0	True	True	0.999960720539093	29					non-mobilizable	no_good_hit	4592.0	71.298	22.0	0.1460446247464503	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0334_000000000273	32810	0.9999996523668094	42	34	14	17	32	True	132596	backbone	False	ISR0120_000000000296	0.9539793613691535	PS1169|PS902	0	0	True	True	1.0	15	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25767.0	99.744	99.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0008_000000000048	33101	0.9999996505965718	42	34	13	17	33	True	132596	backbone	False	ISR0120_000000000296	0.9598800470620711	PS1169|PS902	0	0	True	True	1.0	3	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26023.0	99.816	99.0	0.7874137304758445	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0106_000000000127	42302	0.9999996498474932	46	44	18	36	42	True	97994	fragment	False	MAD0106_000000000127	0.9911122209046664		0	0	False	False	1.0	0	IncFIC,IncI1	MOBF	MPF_F		conjugative	no_good_hit	11391.0	95.45299999999999	84.0	0.1323112330295704	CP010124.1	enterobacteria	Escherichia coli strain C5 plasmid B, complete genome	True	True
ISR0060_000000001421	21375	0.9999996393063486	17	12	8	12	7	True	89839	maximal	True	ISR0060_000000001421	1.0		1	1	True	True	1.0	26					non-mobilizable	no_good_hit	1488.0	76.344	9.0	0.06932019327369277	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
DEN0017_000000000507	33128	0.9999996367259586	43	35	14	19	31	True	132596	backbone	False	ISR0120_000000000296	0.9605845153711732	PS1169|PS902	0	0	True	True	1.0	381	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	30129.0	99.655	100.0	0.9109456350647778	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0087_000000000542	31295	0.9999996353114872	41	33	14	16	31	True	132596	backbone	False	ISR0120_000000000296	0.893529616465781	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28840.0	99.705	100.0	0.8715340840295436	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0102_000000000824	28411	0.999999633037348	34	26	12	14	25	True	132596	backbone	False	ISR0120_000000000296	0.5879833009609466	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24112.0	99.71799999999999	100.0	0.7288715340840295	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
TAN0016_000000000317	13836	0.9999996281651704	15	10	7	7	6	True	97855	fragment	False	TAN0016_000000000317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	0.004497949464214843	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0204_000000000762	18759	0.9999996276106434	26	23	9	13	20	True	89286	maximal	True	ENG0204_000000000762	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	8810.0	99.682	100.0	0.06803908694140821	CP057747.1	enterobacteria	Citrobacter freundii strain RHB16-C09 plasmid pRHB16-C09_2, complete sequence	False	True
MAD0104_000000000611	13979	0.9999996266501064	16	14	6	9	13	True	98717	fragment	False	MAD0104_000000000611	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6975.0	99.79899999999999	90.0	0.12644157539711323	LS999563.1	enterobacteria	Escherichia coli isolate EC-TO143 genome assembly, plasmid: 4	False	True
MAD0091_000000000138	34856	0.9999996259595684	40	39	17	27	36	True	98108	maximal	True	MAD0091_000000000138	1.0	PS379	13	1	False	True	1.0	0	IncFIB		MPF_F		non-mobilizable	no_good_hit	8018.0	96.90700000000001	70.0	0.0598381219759871	CP057153.1	enterobacteria	Escherichia coli strain RHB35-C14 plasmid pRHB35-C14_2, complete sequence	True	True
FIJ0055_000000000902	14532	0.9999996245511718	15	15	8	9	14	False	115889	fragment	False	FIJ0055_000000000902	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	14510.0	99.869	99.0	0.10200222156606346	MT108213.1	enterobacteria	Klebsiella pneumoniae strain ZZ100 plasmid pZZ100-KPC, complete sequence	False	True
ISR0018_000000000449	31532	0.9999996190441516	40	33	15	17	30	True	132596	backbone	False	ISR0120_000000000296	0.9204774248414695	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24111.0	99.693	99.0	0.7288715340840295	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0170_000000001063	26286	0.9999996169841138	33	25	13	13	23	True	132596	backbone	False	ISR0120_000000000296	0.4856566405721576	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24063.0	99.709	100.0	0.7272974936432982	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0210_000000000413	31317	0.99999960593435	39	32	14	17	29	True	132596	backbone	False	ISR0120_000000000296	0.9187272567642221	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24299.0	99.7	99.0	0.7344412156435404	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0201_000000000191	37923	0.9999996049131952	44	41	11	19	41	False	113232	fragment	False	ENG0201_000000000191	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	27609.0	98.82600000000001	97.0	0.285124009627403	CP023961.1	enterobacteria	Escherichia coli strain FDAARGOS_448 plasmid unnamed2, complete sequence	False	True
ISR0007_000000000292	41294	0.9999996021604016	46	40	23	27	32	True	132471	maximal	True	ISR0007_000000000292	1.0	PS1164|PS386|PS459|PS601|PS744|PS745	3	2	False	True	1.0	0	rep_cluster_870	MOBV	MPF_T		conjugative	no_good_hit	9454.0	75.376	24.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
BAN0018_000000000208	9023	0.9999995988276562	9	9	8	7	8	False	98230	fragment	False	BAN0018_000000000208	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9023.0	99.98899999999999	100.0	0.3434989529792499	NZ_LPTR01000085.1	enterobacteria	Shigella boydii strain 600384 600384_86, whole genome shotgun sequence	False	False
ISR0307_000000000098	32618	0.9999995975194056	40	30	13	16	29	True	132596	backbone	False	ISR0120_000000000296	0.9495452890139693	PS1169|PS902	0	0	True	True	1.0	17	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	18977.0	99.895	99.0	0.574222060782177	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0802_000000000952	9752	0.999999597320388	20	11	10	10	9	True	37169	maximal	True	ISR0802_000000000952	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1783.0	78.8	18.0	0.020613743273686546	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	True
USA0047_01_000000000704	26467	0.9999995933393786	33	16	11	10	12	True	77496	maximal	True	USA0047_01_000000000704	0.9930247180414195		2	2	True	True	0.9999622106552124	4					non-mobilizable	no_good_hit	4596.0	71.41	19.0	0.1460446247464503	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0222_000000002023	28093	0.9999995917489374	35	25	12	14	23	True	132596	backbone	False	ISR0120_000000000296	0.47571874288451904	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	16078.0	99.876	98.0	0.517627740751473	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0094_000000000389	33117	0.9999995905574924	42	35	14	19	31	True	132596	backbone	False	ISR0120_000000000296	0.9673517663959441	PS1169|PS902	0	0	True	True	1.0	1960	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28485.0	99.635	99.0	0.86130282116479	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0092_000000000484	28452	0.9999995884593174	39	35	18	22	34	True	109737	maximal	True	AST0092_000000000484	1.0		1	1	False	False	1.0	0		MOBP	MPF_T		conjugative	no_good_hit	13477.0	97.507	78.0	0.37290669028704293	CP025879.1	enterobacteria	Escherichia coli strain 503458 plasmid p503458_36, complete sequence	True	True
MAD0058_000000000111	40620	0.9999995835397228	49	47	11	37	46	True	113248	fragment	False	MAD0032_000000000094	0.6302134255395254		0	0	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	no_good_hit	7634.0	97.681	89.0	0.0355475763016158	CP010123.1	enterobacteria	Escherichia coli strain C5 plasmid A, complete genome	True	True
ISR0354_000000001211	11349	0.9999995718730236	15	12	5	6	12	True	90090	maximal	True	ISR0354_000000001211	1.0	PS472	0	0	True	True	1.0	14	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2938.0	98.366	43.0	0.26635810872129956	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0086_000000000462	33144	0.9999995688561892	42	35	13	18	32	True	132596	backbone	False	ISR0120_000000000296	0.958747854800941	PS1169|PS902	0	0	True	True	1.0	82	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21310.0	99.87299999999999	99.0	0.6448117205472818	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0124_000000000916	26500	0.9999995669094488	33	24	13	13	22	True	132596	backbone	False	ISR0120_000000000296	0.48943453070165926	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25560.0	99.585	100.0	0.8236488446292178	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
DEN0045_000000000434	33192	0.9999995637643996	42	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9603617848274931	PS1169|PS902	0	0	True	True	1.0	582	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25389.0	99.75200000000001	99.0	0.767586874924325	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0047_000000000344	33109	0.9999995637643996	41	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9599972847106186	PS1169|PS902	0	0	True	True	1.0	9	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22603.0	99.81	99.0	0.6839508415062356	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0813_000000002172	11681	0.9999995628854758	14	9	6	6	8	True	21600	maximal	True	ISR0813_000000002172	1.0		1	1	True	True	0.9983734488487244	3					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.17138360897565e-07	CP034492.1	other sequences	Eukaryotic synthetic construct chromosome 14	True	True
ISR0365_000000001024	13196	0.999999561939508	15	9	6	6	9	True	123686	maximal	True	ISR0365_000000001024	1.0	PS902	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	9884.0	99.97	75.0	0.3190211776859504	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
MON0062_000000000060	87164	0.9999995616814444	102	57	30	37	46	True	110966	maximal	True	MON0062_000000000060	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	27111.0	98.399	79.0	0.14577432174821484	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
MAD0056_000000000127	36933	0.9999995582029716	36	33	9	26	32	True	97704	fragment	False	MAD0056_000000000127	1.0		0	0	False	False	0.9998646378517151	0	IncFIA,IncFII	MOBF	MPF_F		conjugative	chromosome	15314.0	99.771	99.0	0.0026964985491770687	CP050204.1	enterobacteria	Escherichia coli strain RH-045-WU chromosome	False	True
SPA0110_000000000620	32228	0.9999995555779349	38	31	14	17	29	True	132596	backbone	False	ISR0120_000000000296	0.9424210881782497	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26093.0	99.51700000000001	99.0	0.7885337207894418	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0077_000000000320	32227	0.9999995524781256	39	31	14	17	29	True	132596	backbone	False	ISR0120_000000000296	0.9516357436232888	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25993.0	99.75399999999999	99.0	0.7858699600435888	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0061_000000000389	31705	0.9999995524781256	38	31	14	17	29	True	132596	backbone	False	ISR0120_000000000296	0.9356545930833745	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26021.0	99.712	99.0	0.7865661702385277	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0001_000000000192	37868	0.9999995524135404	39	36	12	26	36	True	98680	fragment	False	MON0001_000000000192	1.0		0	0	False	False	1.0	0	IncK2/Z		MPF_I		non-mobilizable	plasmid	32731.0	99.51700000000001	100.0	0.30374447703560686	CP024254.1	enterobacteria	Escherichia coli strain ATCC 43886 plasmid unnamed1, complete sequence	False	True
FIJ0068_000000000707	24433	0.9999995510947179	36	31	16	21	30	True	85524	fragment	False	FIJ0068_000000000707	1.0		0	0	False	False	1.0	0		MOBF	MPF_T		conjugative	plasmid	24432.0	99.984	100.0	0.6833272732358123	CP025915.1	enterobacteria	Escherichia coli strain 203740 plasmid p203740_35, complete sequence	False	True
MAD0044_000000000032	109896	0.9999995470312496	141	80	32	44	67	True	128783	maximal	True	MAD0044_000000000032	1.0		1	1	False	False	0.999908983707428	0					non-mobilizable	no_good_hit	21556.0	98.381	80.0	0.11605940828657282	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0021_000000000462	32480	0.9999995440029096	39	31	14	17	29	True	132596	backbone	False	ISR0120_000000000296	0.9450209172207916	PS1169|PS902	0	0	True	True	1.0	123	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24293.0	99.73700000000001	99.0	0.7344412156435404	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0013_000000000282	32060	0.9999995440029096	39	31	14	17	29	True	132596	backbone	False	ISR0120_000000000296	0.9400002239108595	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26046.0	99.71600000000001	99.0	0.7873229204504177	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0114_000000000502	33104	0.9999995416608732	43	36	15	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9602502302724586	PS1169|PS902	0	0	True	True	1.0	184	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	31405.0	99.898	100.0	0.9505690761593413	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0145_000000000123	75834	0.9999995355022864	85	85	26	31	79	True	97762	maximal	True	ENG0145_000000000123	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	17195.0	96.074	91.0	0.15596921457225318	CP048306.1	enterobacteria	Escherichia coli strain 9 plasmid p009_B, complete sequence	False	True
ENG0202_000000000738	28812	0.9999995334945868	35	27	13	15	25	True	132596	backbone	False	ISR0120_000000000296	0.6065061342836289	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25719.0	99.91799999999999	99.0	0.8302233987603306	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0048_000000000411	41586	0.9999995310849484	37	34	23	31	34	True	98311	maximal	True	FIJ0048_000000000411	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F		conjugative	no_good_hit	12687.0	96.083	49.0	0.06597654560894413	CP057768.1	enterobacteria	Escherichia coli strain RHB15-C23 plasmid pRHB15-C23_2, complete sequence	True	True
FIJ0122_000000000118	56872	0.999999523125727	68	28	16	23	13	True	41451	maximal	True	FIJ0122_000000000118	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2689.0	73.89399999999999	5.0	0.0007219865375757302	CP032452.1	firmicutes	Paraclostridium bifermentans strain Cbm chromosome	True	True
ENG0204_000000001019	15196	0.9999995201608782	20	9	4	9	4	True	122572	fragment	False	ENG0204_000000001019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5736.0	96.008	59.0	0.24804721402534283	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
SPA0102_000000000855	27881	0.999999519907334	31	22	12	16	16	True	83913	fragment	False	SPA0045_000000000652	0.9404772143532341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.44	6.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
MON0047_000000000940	21165	0.999999513647414	17	10	8	9	7	True	89838	maximal	True	MON0047_000000000940	1.0		1	1	True	True	0.9993857741355896	15					non-mobilizable	no_good_hit	1488.0	76.075	9.0	0.06932019327369277	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
ISR0179_000000000512	36095	0.9999995107223332	48	29	11	23	19	True	100993	maximal	True	ISR0179_000000000512	0.997952747845329		6	2	True	True	1.0	15					non-mobilizable	no_good_hit	5819.0	74.188	40.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ISR0777_000000000385	31186	0.9999994986671868	38	31	14	16	29	True	132596	backbone	False	ISR0120_000000000296	0.9136360987925549	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24279.0	99.712	99.0	0.7338358154740283	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0193_000000000539	31510	0.99999949799185	38	31	14	16	29	True	132596	backbone	False	ISR0120_000000000296	0.931589397760416	PS1169|PS902	0	0	True	True	1.0	347	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25388.0	99.744	100.0	0.7675566049158494	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0063_000000000510	31453	0.99999949799185	38	31	14	16	29	True	132596	backbone	False	ISR0120_000000000296	0.9314739911748954	PS1169|PS902	0	0	True	True	1.0	14	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	18287.0	99.913	100.0	0.5533357549340114	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0055_000000001035	19572	0.9999994940316804	28	27	11	22	24	True	114270	maximal	True	AST0055_000000001035	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	5863.0	99.42	97.0	0.060686370930172366	CP051433.1	enterobacteria	Escherichia sp. SCLE84 plasmid pSCLE3, complete sequence	False	True
USA0106_01_000000000303	30878	0.9999994850929552	38	29	13	15	28	True	132596	backbone	False	ISR0120_000000000296	0.8769458788943303	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24299.0	99.712	99.0	0.7344412156435404	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0039_000000000430	31557	0.9999994786017335	37	37	18	29	37	True	114267	fragment	False	ENG0039_000000000430	1.0		0	0	False	False	0.9999682903289795	0	IncFIB				non-mobilizable	other	31344.0	99.994	99.0	0.2743657977205483	LR730401.1	enterobacteria	XXX	False	True
ISR0167_000000000103	71176	0.9999994639395642	77	29	16	24	16	True	82845	maximal	True	ISR0167_000000000103	1.0	PS410	1	1	True	True	1.0	6					non-mobilizable	no_good_hit	574.0	95.819	1.0	0.0002557034589582561	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
DEN0018_000000000171	55611	0.9999994549133562	66	25	12	22	13	True	82841	fragment	False	ISR0232_000000000063	0.7397529616214588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	83.20299999999999	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
BAN0018_000000000039	44628	0.9999994544626606	49	46	13	21	45	False	98246	maximal	True	BAN0018_000000000039	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	13700.0	98.59100000000001	96.0	0.146954982025004	CP056796.1	enterobacteria	Escherichia coli strain RHBSTW-00177 plasmid pRHBSTW-00177_3, complete sequence	False	True
SPA0060_000000000330	31434	0.999999451324764	39	31	14	16	30	True	132596	backbone	False	ISR0120_000000000296	0.9327635958083885	PS1169|PS902	0	0	True	True	1.0	27	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21804.0	99.68799999999999	99.0	0.6589175444969124	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0040_000000000833	15161	0.9999994446759464	23	15	7	10	12	True	18430	maximal	True	MAD0040_000000000833	1.0		3	1	False	False	0.9999340176582336	0					non-mobilizable	no_good_hit	3994.0	93.165	48.0	0.05739301014005683	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	True	True
ENG0110_000000000422	31541	0.9999994341995516	38	30	14	16	28	True	132596	backbone	False	ISR0120_000000000296	0.9311608916024476	PS1169|PS902	0	0	True	True	1.0	79	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25397.0	99.709	100.0	0.7675566049158494	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0106_000000000300	31473	0.9999994341995516	38	30	14	16	28	True	132596	backbone	False	ISR0120_000000000296	0.9305659159399076	PS1169|PS902	0	0	True	True	1.0	69	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21519.0	99.786	100.0	0.6511684223271582	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0053_000000001670	15319	0.9999994286245664	13	13	9	10	11	False	115891	maximal	True	ENG0053_000000001670	1.0		1	1	False	False	0.9958874583244324	0	IncFII				non-mobilizable	no_good_hit	10557.0	100.0	87.0	0.07421155495563898	MT108213.1	enterobacteria	Klebsiella pneumoniae strain ZZ100 plasmid pZZ100-KPC, complete sequence	True	True
MAD0040_000000000084	51175	0.9999994266794896	56	46	13	21	41	True	98672	maximal	True	MAD0040_000000000084	1.0		1	1	False	False	1.0	0	IncI1		MPF_I		non-mobilizable	no_good_hit	13227.0	97.036	69.0	0.14026318582192507	CP055982.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_2, complete sequence	True	True
ENG0107_000000001897	11834	0.9999994060324338	15	12	5	8	12	True	60030	fragment	False	ENG0107_000000001897	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6597.0	98.257	96.0	0.0726841902242795	CP027138.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed2	False	True
CHI0171_000000000096	56342	0.9999993967413248	58	53	16	26	52	True	114310	fragment	False	CHI0171_000000000096	1.0		0	0	False	True	0.9998224973678589	0		MOBP	MPF_I	MOBP	conjugative	plasmid	42431.0	99.986	100.0	0.45738740486816293	CP012627.1	enterobacteria	Escherichia coli strain SF-468 plasmid pSF-468-2, complete sequence	False	True
CAN0019_000000000250	31435	0.9999993912074092	39	29	13	15	28	True	132596	backbone	False	ISR0120_000000000296	0.9299192685335818	PS1169|PS902	0	0	True	True	1.0	99	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	14507.0	99.986	100.0	0.4390664729386124	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0090_000000000369	31478	0.99999938863434	39	30	14	16	28	True	132596	backbone	False	ISR0120_000000000296	0.932555552173694	PS1169|PS902	0	0	True	True	1.0	98	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22472.0	99.81299999999999	99.0	0.6800157404044073	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0015_000000000193	33042	0.9999993845788938	42	31	14	16	29	True	132596	backbone	False	ISR0120_000000000296	0.8649973423470138	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24485.0	99.71	91.0	0.7401925172539048	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0031_000000001804	10620	0.9999993799686148	15	15	6	6	15	True	54169	maximal	True	FIJ0031_000000001804	1.0		1	1	False	False	1.0	0	IncX1				non-mobilizable	chromosome	10438.0	99.80799999999999	100.0	0.002102293064527727	CP042470.1	enterobacteria	Escherichia coli strain A50 chromosome	False	True
DEN0063_000000000578	30303	0.9999993731993744	36	27	13	15	26	True	132596	backbone	False	ISR0120_000000000296	0.8076141885264371	PS1169|PS902	0	0	True	True	1.0	14	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24110.0	99.726	100.0	0.7288715340840295	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0011_000000000368	30095	0.9999993731993744	36	27	13	15	26	True	132596	backbone	False	ISR0120_000000000296	0.7905885421733952	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24470.0	99.73	99.0	0.7396173870928684	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0112_000000000070	73373	0.999999344618523	88	81	29	32	79	False	45103	maximal	True	FIJ0112_000000000070	1.0		2	1	False	False	0.9999863505363464	0	rep_cluster_2469				non-mobilizable	plasmid	27642.0	97.48899999999999	94.0	0.25618238380461533	CP056375.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 plasmid pRHBSTW-00636_4, complete sequence	False	True
MON0105_000000000910	30971	0.999999333979151	37	29	15	17	26	True	132596	backbone	False	ISR0120_000000000296	0.600748484533333	PS1169|PS902	0	0	True	True	1.0	3	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22143.0	99.03399999999999	99.0	0.7145209194214877	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0342_000000000070	69093	0.9999993338774412	77	36	20	33	17	True	132148	fragment	False	ISR0342_000000000070	1.0		0	0	False	True	0.9999855160713196	0					non-mobilizable	no_good_hit	2099.0	96.999	5.0	0.010006537413570143	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0112_000000001263	20880	0.9999993284052348	26	15	10	13	10	True	122546	maximal	True	SPA0112_000000001263	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	7103.0	97.973	91.0	0.30814962680090263	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0334_000000000351	28275	0.999999328385874	37	37	12	19	34	True	132575	fragment	False	ISR0334_000000000351	1.0		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	12042.0	99.94200000000001	100.0	0.31170881979859694	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0078_000000000317	32656	0.9999993221895284	32	32	11	26	31	True	113268	fragment	False	SPA0068_000000000437	1.0		0	0	False	False	1.0	0	IncFIC,rep_cluster_2244	MOBF	MPF_F		conjugative	chromosome	32577.0	99.988	100.0	0.00648181476487205	CP035320.1	enterobacteria	Escherichia coli strain BR02-DEC chromosome	False	True
SPA0068_000000000437	32656	0.9999993221895284	32	32	11	26	31	True	113268	fragment	False	SPA0068_000000000437	1.0		0	0	False	False	1.0	0	IncFIC,rep_cluster_2244	MOBF	MPF_F		conjugative	chromosome	32577.0	99.988	100.0	0.00648181476487205	CP035320.1	enterobacteria	Escherichia coli strain BR02-DEC chromosome	False	True
MON0107_000000004094	9985	0.9999993219280952	12	11	7	8	10	True	126916	maximal	True	MON0107_000000004094	1.0		0	0	False	False	0.9998998641967773	0	rep_cluster_2313				non-mobilizable	plasmid	7121.0	99.88799999999999	92.0	0.07274380773318075	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
SPA0101_000000000722	28790	0.9999993168118868	38	31	13	15	29	True	132596	backbone	False	ISR0120_000000000296	0.6241676939067222	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	27498.0	99.811	100.0	0.8321225329943093	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0153_000000000467	31593	0.9999993064478176	38	30	14	16	28	True	132596	backbone	False	ISR0120_000000000296	0.9307327676175216	PS1169|PS902	0	0	True	True	1.0	27	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25355.0	99.736	99.0	0.7665576946361545	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0148_000000000001	13393	0.9999992993183032	12	9	5	7	6	True	97857	maximal	False	FIJ0005_000000001586	0.9623860691869374		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	157.0	93.631	1.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0040_000000001073	13078	0.9999992769452778	19	15	9	13	12	True	114166	maximal	True	MAD0040_000000001073	1.0		4	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3713.0	99.354	99.0	0.02412488788946226	MN218686.1	enterobacteria	Escherichia coli strain 5M plasmid pISV_IncFII_NDM-5, complete sequence	False	True
ISR0342_000000000369	30542	0.9999992740549802	36	28	14	16	26	True	132596	backbone	False	ISR0120_000000000296	0.8417755824360075	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24294.0	99.728	99.0	0.7344412156435404	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0168_000000000375	28208	0.9999992740411282	34	27	17	21	24	True	38933	maximal	True	FIJ0168_000000000375	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5738.0	83.391	49.0	0.20186247432901352	CP053405.1	enterobacteria	Salmonella enterica strain 2010K-2057 plasmid unnamed2, complete sequence	True	True
ISR0228_000000001543	11601	0.9999992690966018	13	11	6	7	10	False	118189	fragment	False	ISR0228_000000001543	1.0		0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	42.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
DEN0071_000000000575	29366	0.9999992683046836	36	29	15	16	25	True	132596	backbone	False	ISR0120_000000000296	0.5663156438246123	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28756.0	99.604	100.0	0.9265848077604821	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0296_000000001347	13691	0.9999992592865096	13	11	5	7	10	False	118191	maximal	True	ISR0296_000000001347	1.0	PS799|PS801|PS802	1	1	False	True	0.9998539090156555	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	35.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0107_000000000368	39906	0.999999240584734	50	47	19	33	44	True	114284	fragment	False	ENG0107_000000000368	1.0		0	0	False	False	1.0	0	IncI2		MPF_T		non-mobilizable	plasmid	22867.0	99.147	100.0	0.35210421767450456	CP055257.1	enterobacteria	Escherichia coli strain AH25 plasmid pAH25-1, complete sequence	False	True
AST0061_000000000362	33190	0.9999992404299056	43	35	15	17	32	True	132596	backbone	False	ISR0120_000000000296	0.9607731661195681	PS1169|PS902	0	0	True	True	1.0	21	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	29703.0	99.67299999999999	99.0	0.8981716914880736	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0055_000000000640	26793	0.9999992394495191	32	25	13	13	23	True	132596	backbone	False	ISR0120_000000000296	0.4572281298320392	PS1169|PS902	0	0	False	True	0.9996267557144165	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	16472.0	99.95100000000001	99.0	0.53026400515132	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
MAD0057_000000000831	14115	0.9999992267725144	20	19	11	12	18	True	18615	maximal	True	MAD0057_000000000831	1.0		1	1	False	False	1.0	0	rep_cluster_2268				non-mobilizable	no_good_hit	8721.0	95.413	84.0	0.0692113860559764	NZ_QZCS01000014.1	enterobacteria	Enterobacter chuandaensis strain 090028, whole genome shotgun sequence	True	True
ISR0074_000000000443	30471	0.9999992247571348	36	28	14	16	26	True	132596	backbone	False	ISR0120_000000000296	0.8244110893430541	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24300.0	99.712	99.0	0.734471485652016	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0204_000000000228	29098	0.9999992238526432	35	27	13	15	25	True	132596	backbone	False	ISR0120_000000000296	0.6160373138030544	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25719.0	99.94200000000001	99.0	0.8302233987603306	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0136_000000000384	28808	0.9999992238526432	35	27	13	15	25	True	132596	backbone	False	ISR0120_000000000296	0.5919203548245576	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25530.0	99.655	100.0	0.8226820071545973	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
MAD0029_000000000013	61725	0.9999992142156832	67	60	25	46	53	True	97995	maximal	True	MAD0029_000000000013	1.0		14	1	False	False	1.0	0	IncFIC,IncI1	MOBF	MPF_F		conjugative	no_good_hit	19700.0	95.584	63.0	0.11313023338678069	CP057205.1	enterobacteria	Escherichia coli strain RHB33-C09 plasmid pRHB33-C09_2, complete sequence	True	True
SPA0122_000000000852	30418	0.9999992100755096	35	28	14	16	26	True	132596	backbone	False	ISR0120_000000000296	0.8259759990625845	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24299.0	99.712	99.0	0.7344412156435404	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0044_000000000482	30109	0.999999199614814	34	27	14	16	25	True	132596	backbone	False	ISR0120_000000000296	0.7968884779475821	PS1169|PS902	0	0	True	True	1.0	129	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	17171.0	99.913	100.0	0.5195241554667636	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0102_000000000755	16074	0.9999991988497022	16	15	12	9	14	True	127169	fragment	False	MAD0102_000000000755	1.0		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	14601.0	99.678	91.0	0.07654559181276739	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	False	True
ENG0142_000000000321	32288	0.9999991850604242	41	34	13	17	32	True	132596	backbone	False	ISR0120_000000000296	0.8677431795099897	PS1169|PS902	0	0	False	True	0.9998141527175903	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21735.0	99.807	99.0	0.6574853199346208	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
MON0058_000000001032	17740	0.999999176463326	18	12	8	11	7	True	112540	fragment	False	MON0058_000000001032	1.0		0	0	False	False	0.9982525110244751	0					non-mobilizable	no_good_hit	3676.0	97.416	52.0	0.08222366448089878	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
DEN0072_000000000417	28424	0.9999991655517416	35	28	15	16	24	True	132596	backbone	False	ISR0120_000000000296	0.49899333972381904	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26222.0	99.92399999999999	96.0	0.8464294938016529	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0341_000000001600	9229	0.9999991571403052	15	7	4	6	5	False	44747	maximal	True	ISR0341_000000001600	1.0		0	0	False	False	0.9993498921394348	0					non-mobilizable	no_good_hit	447.0	72.707	5.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
ENG0089_000000000434	31053	0.9999991449626284	37	30	15	17	27	True	132596	backbone	False	ISR0120_000000000296	0.5828254902377737	PS1169|PS902	0	0	True	True	1.0	9	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	19323.0	99.208	99.0	0.6236118285123967	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0085_000000000629	31020	0.9999991449626284	37	30	15	17	27	True	132596	backbone	False	ISR0120_000000000296	0.6184523830833871	PS1169|PS902	0	0	True	True	1.0	234	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26844.0	99.70200000000001	99.0	0.8664772727272727	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0044_000000000512	30993	0.9999991449626284	37	30	15	17	27	True	132596	backbone	False	ISR0120_000000000296	0.6184589117019956	PS1169|PS902	0	0	True	True	1.0	91	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26842.0	99.713	99.0	0.8664772727272727	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0041_000000000325	30930	0.9999991449626284	37	30	15	17	27	True	132596	backbone	False	ISR0120_000000000296	0.6179764272690978	PS1169|PS902	0	0	True	True	0.9999676942825317	58	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26790.0	99.675	99.0	0.8647017045454546	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0073_000000000148	30708	0.9999991449626284	37	30	15	17	27	True	132596	backbone	False	ISR0120_000000000296	0.6169609603866103	PS1169|PS902	0	0	False	True	0.9997394680976868	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26461.0	99.675	99.0	0.8540805785123967	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0213_000000000539	30146	0.99999913515797	36	27	14	16	25	True	132596	backbone	False	ISR0120_000000000296	0.7899454392622655	PS1169|PS902	0	0	True	True	1.0	305	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21340.0	99.81299999999999	99.0	0.6457500908100254	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0117_000000000534	29109	0.9999991206509738	35	28	14	16	25	True	132596	backbone	False	ISR0120_000000000296	0.6161312598382882	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25719.0	99.93799999999999	99.0	0.8302233987603306	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CHI0139_000000000161	30941	0.9999991149681036	37	29	14	17	25	True	132596	backbone	False	ISR0120_000000000296	0.6127979867409837	PS1169|PS902	0	0	True	True	1.0	89	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	19948.0	99.794	100.0	0.6421442369607212	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
MAD0091_000000000224	26666	0.9999991142958984	25	23	10	18	21	True	97993	fragment	False	MAD0091_000000000224	1.0		0	0	False	False	1.0	0	IncFIC,IncI1	MOBF	MPF_F		conjugative	plasmid	8228.0	95.941	92.0	0.09540636042402827	CP010124.1	enterobacteria	Escherichia coli strain C5 plasmid B, complete genome	False	True
ISR0365_000000000333	30127	0.9999991117720824	35	25	12	18	16	True	83911	fragment	False	ISR0365_000000000333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1747.0	92.215	6.0	0.027998005885853047	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
AST0058_000000001222	12883	0.9999991099572324	14	12	9	12	7	True	130306	maximal	True	AST0058_000000001222	1.0		1	1	False	False	0.9998447299003601	0					non-mobilizable	no_good_hit	1906.0	97.53399999999999	44.0	0.003979198598184582	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0074_000000000239	31190	0.9999991011612916	37	29	15	17	26	True	132596	backbone	False	ISR0120_000000000296	0.617001655786524	PS1169|PS902	0	0	True	True	1.0	189	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21656.0	99.889	99.0	0.6978955170969093	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0192_000000000671	21849	0.9999990904150764	37	35	7	18	34	True	98234	maximal	True	ISR0192_000000000671	1.0	PS545	1	1	False	True	1.0	0					non-mobilizable	plasmid	7509.0	98.948	91.0	0.15170322450217325	CP040921.1	enterobacteria	Escherichia coli strain FC853_EC plasmid p853EC2, complete sequence	False	True
ENG0157_000000000516	32322	0.999999073132234	41	33	14	16	31	True	132596	backbone	False	ISR0120_000000000296	0.8764576836694822	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	23189.0	99.84	99.0	0.7017193364814143	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0241_000000000310	31142	0.9999990674536132	37	29	15	17	26	True	132596	backbone	False	ISR0120_000000000296	0.6178649082822697	PS1169|PS902	0	0	True	True	1.0	98	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28513.0	99.32	99.0	0.9173998517515872	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0098_000000000234	31068	0.9999990538264468	38	28	15	16	24	True	132596	backbone	False	ISR0120_000000000296	0.6183582561332741	PS1169|PS902	0	0	True	True	1.0	65	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	17254.0	99.728	100.0	0.5559315479067969	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0115_000000000581	33197	0.9999990384610222	42	35	15	19	32	True	132596	backbone	False	ISR0120_000000000296	0.9603478848856333	PS1169|PS902	0	0	True	True	1.0	649	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	28626.0	99.735	99.0	0.8654195423174719	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0228_000000001982	9704	0.9999990373174358	10	8	6	7	5	False	60971	maximal	True	ISR0228_000000001982	1.0		1	1	False	False	0.9992786645889282	0					non-mobilizable	no_good_hit	246.0	78.04899999999999	3.0	0.00010609270222496564	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0148_000000000672	31059	0.999999010884142	37	29	15	17	26	True	132596	backbone	False	ISR0120_000000000296	0.6185702370731163	PS1169|PS902	0	0	True	True	1.0	295	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26698.0	99.734	100.0	0.8602597570015147	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
DEN0079_000000000456	31049	0.999999010884142	38	29	15	17	26	True	132596	backbone	False	ISR0120_000000000296	0.6180585982082637	PS1169|PS902	0	0	True	True	1.0	185	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27142.0	99.51	100.0	0.8746334074575397	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
FIJ0136_000000000592	30992	0.999999010884142	37	29	15	17	26	True	132596	backbone	False	ISR0120_000000000296	0.6186859601887945	PS1169|PS902	0	0	True	True	1.0	5	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	20517.0	99.605	100.0	0.6604636188023181	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ENG0176_000000000276	31109	0.9999989973938505	37	27	14	16	25	True	132596	backbone	False	ISR0120_000000000296	0.6184856140780404	PS1169|PS902	0	0	True	True	1.0	40	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	29630.0	99.096	100.0	0.9533805537669028	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ENG0114_000000000680	31139	0.9999989929038979	38	29	15	17	26	True	132596	backbone	False	ISR0120_000000000296	0.6179171448262532	PS1169|PS902	0	0	True	True	1.0	621	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	29643.0	99.771	100.0	0.9539785362080634	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0206_000000000918	18596	0.9999989741954574	25	11	6	9	8	True	101350	backbone	False	TAN0011_000000000086	0.10589424480596474	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2290.0	97.948	14.0	0.0006106069550506319	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0350_000000000895	14213	0.999998959166264	16	14	6	8	13	True	54162	maximal	True	ISR0350_000000000895	1.0		1	1	False	False	1.0	0	IncX1				non-mobilizable	no_good_hit	6423.0	98.521	75.0	0.1393465754911538	LR882056.1	enterobacteria	Escherichia coli isolate 2015-01-466 genome assembly, plasmid: 5	True	True
ISR0394_000000002007	7914	0.9999989577530428	5	5	5	5	5	True	127163	maximal	True	ISR0394_000000002007	1.0	PS687|PS982|PS983	4	1	False	True	0.9997472763061523	0	rep_cluster_1188,rep_cluster_1188				non-mobilizable	no_good_hit	3487.0	99.398	70.0	0.9957130608745356	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	True	True
CHI0008_000000000161	31283	0.9999989473736272	37	28	15	17	25	True	132596	backbone	False	ISR0120_000000000296	0.5959803176508598	PS1169|PS902	0	0	True	True	1.0	380	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	23583.0	98.524	99.0	0.759708659640981	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
AST0019_000000000842	20660	0.9999989412531975	29	26	12	15	23	True	123722	fragment	False	AST0019_000000000842	1.0		0	0	False	True	0.9988383054733276	0	rep_cluster_1702				non-mobilizable	plasmid	9141.0	100.0	99.0	0.2766678774670057	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0107_000000000571	31032	0.9999989400521948	37	30	15	17	27	True	132596	backbone	False	ISR0120_000000000296	0.6184607889101637	PS1169|PS902	0	0	True	True	1.0	72	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25595.0	99.62899999999999	100.0	0.8247445937671211	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0274_000000000085	27406	0.9999989391754394	35	30	12	15	28	True	132596	backbone	False	ISR0120_000000000296	0.4247273797610868	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22602.0	99.757	99.0	0.6839508415062356	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0400_000000000116	53043	0.9999989213427622	65	42	19	33	28	True	132594	maximal	True	ISR0400_000000000116	1.0	PS1168|PS703	12	4	False	True	1.0	0					non-mobilizable	no_good_hit	26930.0	99.788	72.0	0.2930996905104398	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ENG0045_000000000308	31489	0.99999891274433	41	32	12	15	30	True	132596	backbone	False	ISR0120_000000000296	0.8932568485902203	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	29559.0	99.756	99.0	0.8945392904710013	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0108_000000000091	69024	0.9999989039221894	83	59	25	39	46	True	132612	maximal	True	ISR0108_000000000091	1.0	PS1169|PS902	10	5	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	22577.0	99.774	48.0	0.6831638212858699	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0059_000000000373	31076	0.9999988965665032	38	28	15	17	25	True	132596	backbone	False	ISR0120_000000000296	0.6188047025438794	PS1169|PS902	0	0	True	True	1.0	105	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24703.0	99.709	100.0	0.7958683811917884	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0222_000000002096	27285	0.9999988955897164	36	35	11	18	32	True	132572	fragment	False	ISR0222_000000002096	1.0		0	0	False	True	0.9999633431434631	0			MPF_T		non-mobilizable	other	27290.0	99.70700000000001	100.0	0.7275151321227635	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0166_000000000142	31007	0.9999988951402524	37	27	14	16	25	True	132596	backbone	False	ISR0120_000000000296	0.6182438559347887	PS1169|PS902	0	0	True	True	0.9999677538871765	13	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	20518.0	99.65899999999999	100.0	0.6604636188023181	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0250_000000000173	29870	0.9999988696035594	35	26	13	14	25	True	132596	backbone	False	ISR0120_000000000296	0.6609929956035028	PS1169|PS902	0	0	False	True	0.9983595609664917	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	23541.0	99.73200000000001	99.0	0.7116176292529361	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0041_000000000178	31068	0.9999988610761736	37	30	15	17	27	True	132596	backbone	False	ISR0120_000000000296	0.617802063082036	PS1169|PS902	0	0	True	True	1.0	294	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26694.0	99.959	99.0	0.8602597570015147	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0167_000000000003	208145	0.9999988434065896	244	74	44	62	41	True	114910	maximal	True	ISR0167_000000000003	1.0	PS359	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1771.0	92.208	4.0	0.000736541361648054	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
MAD0111_000000000135	49319	0.9999988206886479	55	49	14	37	45	True	125603	maximal	True	MAD0111_000000000135	1.0	PS379|PS931	2	1	False	True	1.0	0		MOBF	MPF_F		conjugative	plasmid	32784.0	96.029	93.0	0.3840267197937419	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
MAD0110_000000000261	43045	0.9999988149631056	50	48	10	37	42	True	113258	maximal	True	MAD0110_000000000261	1.0		2	1	False	False	1.0	0		MOBF	MPF_F	MOBP	conjugative	plasmid	12460.0	99.96799999999999	99.0	0.08695439762147374	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
MAD0046_000000001921	10451	0.9999988040886838	8	8	6	5	8	True	30821	maximal	True	MAD0046_000000001921	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3254.0	88.291	58.0	0.06302113631956564	CP036448.1	enterobacteria	Klebsiella pneumoniae strain KPNIH45 plasmid pKPC-e4b7, complete sequence	True	True
SPA0100_000000000358	32778	0.9999987930235764	42	35	15	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9638469795186241	PS1169|PS902	0	0	True	True	1.0	166	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	25772.0	99.713	99.0	0.7790289381281027	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0073_000000000566	27400	0.9999987883117548	35	30	12	15	27	True	132596	backbone	False	ISR0120_000000000296	0.424735609997932	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22602.0	99.743	99.0	0.6839508415062356	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0046_000000000271	38417	0.99999878264329	53	46	11	15	46	True	98199	maximal	True	MAD0046_000000000271	1.0		1	1	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	7815.0	98.337	95.0	0.07896945368507265	CP028125.1	enterobacteria	Escherichia coli O26 str. RM10386 plasmid pRM10386-1, complete sequence	False	True
CHI0150_000000000214	33452	0.9999987763872245	38	30	18	21	24	True	95863	maximal	True	CHI0150_000000000214	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	6027.0	99.95	19.0	0.0011720869040392262	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
SPA0082_000000001117	13466	0.9999987617949356	13	7	4	6	5	True	97857	maximal	False	FIJ0005_000000001586	0.9637937516249218		0	0	True	True	1.0	668					non-mobilizable	no_good_hit	157.0	89.17200000000001	1.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0068_000000000737	23841	0.9999987534356316	26	24	4	6	24	True	45142	maximal	True	FIJ0068_000000000737	1.0		2	1	False	False	1.0	0	rep_cluster_1704				non-mobilizable	plasmid	23846.0	98.713	100.0	0.2581252841954832	CP057832.1	enterobacteria	Escherichia coli strain RHB13-C17 plasmid pRHB13-C17_2, complete sequence	False	True
ENG0127_000000000446	37341	0.9999987512539308	46	20	10	18	11	True	82835	fragment	False	ENG0127_000000000446	0.9543756105755543		0	0	False	False	0.9999732375144958	0					non-mobilizable	no_good_hit	514.0	81.128	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
ISR0263_000000000449	14517	0.9999987469498348	16	13	4	6	10	True	130677	maximal	True	ISR0263_000000000449	1.0	PS1043|PS1044|PS1115|PS1116|PS1117|PS1118|PS1119|PS122|PS437|PS690|PS705|PS757|PS758|PS824|PS825|PS826|PS827|PS829|PS830|PS890|PS996|PS999	1	1	False	True	1.0	0	IncW,rep_cluster_1143,rep_cluster_1152,rep_cluster_1320	MOBQ,MOBQ			mobilizable	no_good_hit	2587.0	99.884	68.0	0.00108428263969573	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0144_000000000063	37210	0.9999987386325578	53	52	17	30	49	True	114283	fragment	False	ISR0144_000000000063	1.0		0	0	False	False	1.0	0	IncI2		MPF_T		non-mobilizable	plasmid	28358.0	99.464	100.0	0.4729747764580275	LR882495.1	enterobacteria	Escherichia coli isolate 2016-17-292 genome assembly, plasmid: 3	False	True
SPA0023_000000001151	13465	0.9999987215335944	13	8	4	6	6	True	97857	maximal	False	FIJ0005_000000001586	0.9640015933962993		0	0	True	True	1.0	808					non-mobilizable	no_good_hit	157.0	89.17200000000001	1.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0063_000000000859	19654	0.9999986934505612	23	22	8	10	21	False	115890	maximal	True	FIJ0063_000000000859	1.0		2	1	True	True	1.0	5					non-mobilizable	plasmid	19654.0	99.99	100.0	0.1033976598341681	CP012988.3	enterobacteria	Klebsiella pneumoniae strain KpN01 plasmid pKpN01-CTX, complete sequence	False	True
FIJ0084_000000000815	16432	0.9999986795015516	19	12	7	9	7	True	96664	maximal	False	FIJ0145_000000000422	0.9787277291063261		0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1781.0	80.01100000000001	11.0	0.015359131354829757	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
SPA0064_000000000311	29296	0.9999986777923126	36	29	10	14	28	True	132596	backbone	False	ISR0120_000000000296	0.0931807447981564	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	20371.0	99.70100000000001	100.0	0.6156919723937523	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0081_000000000791	13466	0.9999986664446892	14	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9637818844343435		0	0	True	True	1.0	142					non-mobilizable	no_good_hit	157.0	89.17200000000001	1.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0080_000000000722	13466	0.9999986664446892	14	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9637818844343435		0	0	True	True	1.0	133					non-mobilizable	no_good_hit	157.0	89.17200000000001	1.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
CAN0013_000000001126	25868	0.999998656932583	32	25	11	13	23	True	132596	backbone	False	ISR0120_000000000296	0.5274552045160944	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	25765.0	99.647	99.0	0.7788170480687735	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0124_000000002261	11955	0.9999986563192378	13	8	5	7	5	True	89761	maximal	True	SPA0124_000000002261	1.0		1	1	False	False	0.9994144439697266	0					non-mobilizable	no_good_hit	1488.0	76.21	15.0	0.06932019327369277	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
MON0001_000000002383	10227	0.9999986390224518	12	11	9	10	11	True	114171	fragment	False	MON0001_000000002383	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	9996.0	99.82	100.0	0.082012275173953	CP050384.1	enterobacteria	Escherichia coli strain 52148 plasmid p52148_NDM_5, complete sequence	False	True
ENG0178_000000000167	44902	0.999998636659576	42	37	12	17	35	True	80344	fragment	False	ENG0178_000000000167	1.0		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	26399.0	98.436	97.0	0.25568837313013215	CP036181.1	enterobacteria	Escherichia coli strain WCHEC025970 plasmid p2_025970, complete sequence	False	True
MON0038_000000001113	11876	0.9999986316430242	9	8	6	8	6	True	89768	fragment	False	MON0038_000000001113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	84.669	5.0	0.06915278783490224	NZ_WEHX01000101.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_101_length_8286_cov_179.562477, whole genome shotgun sequence	True	True
ENG0027_000000000245	43363	0.9999986154148144	35	18	12	11	16	True	66008	fragment	False	ENG0027_000000000245	1.0		0	0	False	False	0.9998616576194763	0					non-mobilizable	no_good_hit	9768.0	89.066	72.0	0.00397847558424787	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
FIJ0112_000000000678	23147	0.9999986101045202	26	24	3	6	22	True	42064	maximal	True	FIJ0112_000000000678	1.0		1	1	False	False	1.0	0	rep_cluster_2221				non-mobilizable	plasmid	16831.0	97.45100000000001	97.0	0.18098466505246166	AP018804.1	enterobacteria	Escherichia coli E2863 plasmid pE2863-2 DNA, complete genome	False	True
FIJ0020_000000000208	39319	0.9999985773883822	49	47	5	12	46	True	85450	maximal	True	FIJ0020_000000000208	1.0		6	4	False	False	0.9999745488166809	0	IncHI1B				non-mobilizable	plasmid	39320.0	99.39	100.0	0.1802209387605427	AL513383.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi str. CT18 plasmid pHCM1	False	True
DEN0010_000000000656	30556	0.999998574937606	38	31	16	18	28	True	132596	backbone	False	ISR0120_000000000296	0.581663027349702	PS1169|PS902	0	0	True	True	1.0	154	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	15864.0	99.445	100.0	0.510688989053445	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
BAN0016_000000000034	19554	0.9999984821357776	26	24	12	18	20	True	98365	maximal	True	BAN0016_000000000034	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	chromosome	8724.0	96.286	92.0	0.001509747502539239	CP050207.1	enterobacteria	Escherichia coli strain RH-048-WU chromosome	False	True
MON0104_000000002294	11688	0.9999984570184772	12	12	10	9	10	True	98276	fragment	False	MON0104_000000002294	1.0		0	0	False	False	0.9997433423995972	0					non-mobilizable	plasmid	11517.0	100.0	99.0	0.24149645598288805	MH121702.1	enterobacteria	Escherichia coli strain HP2 plasmid pHP2, complete sequence	False	True
ISR0223_000000000376	31087	0.9999984173676822	38	30	16	17	25	True	132596	backbone	False	ISR0120_000000000296	0.6182395493624245	PS1169|PS902	0	0	True	True	0.9998713135719299	15	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27302.0	99.89	99.0	0.8797254181572077	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0063_000000000187	32189	0.9999983901137262	39	31	11	16	29	True	132596	backbone	False	ISR0120_000000000296	0.08805479921197927	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	20296.0	99.699	89.0	0.6134217217580821	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
CHI0051_000000000178	31142	0.9999983842713068	38	30	16	17	26	True	132596	backbone	False	ISR0120_000000000296	0.6179349244493436	PS1169|PS902	0	0	True	True	1.0	191	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	29254.0	99.757	100.0	0.9413451932063553	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0127_000000001215	18449	0.9999983714000034	21	10	7	7	6	True	101349	maximal	True	SPA0127_000000001215	0.9454539889864835		1	1	False	True	0.9998373985290527	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.055353241077931534	HG796594.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01768	True	True
SPA0053_000000000553	31972	0.99999836417289	38	30	16	18	27	True	132596	backbone	False	ISR0120_000000000296	0.6166301517773435	PS1169|PS902	0	0	True	True	1.0	1	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	30392.0	99.148	97.0	0.9801136363636364	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0002_000000001195	9995	0.9999983591524624	8	7	6	7	6	True	89767	fragment	False	MON0002_000000001195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	84.42	6.0	0.07579048998310403	NZ_WEHX01000101.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_101_length_8286_cov_179.562477, whole genome shotgun sequence	True	True
FIJ0068_000000000229	46105	0.9999983440034276	47	44	11	20	43	True	114308	fragment	False	FIJ0068_000000000229	1.0		0	0	False	True	0.9999783039093018	0		MOBP	MPF_I	MOBP	conjugative	plasmid	45057.0	99.006	100.0	0.504829969370926	CP054316.1	enterobacteria	Escherichia coli strain SCU-483 plasmid pSCU-483-1	False	True
SPA0132_000000002222	13545	0.9999983208905242	14	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9597871124542536		0	0	True	True	1.0	408					non-mobilizable	no_good_hit	149.0	96.64399999999999	2.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ENG0139_000000000692	23204	0.9999982683027736	24	13	8	12	8	True	127241	backbone	True	ENG0139_000000000692	0.9817508417733611	PS989|PS990	1	1	True	True	1.0	30					non-mobilizable	no_good_hit	3401.0	93.296	58.0	0.1351956200295728	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0005_000000000523	34391	0.9999982488059214	38	37	9	32	37	True	113246	fragment	False	ENG0005_000000000523	1.0		0	0	False	False	0.9999418258666992	0		MOBF	MPF_F		conjugative	plasmid	34391.0	99.96799999999999	100.0	0.2316714159643769	CP054369.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-1, complete sequence	False	True
SPA0099_000000000221	33601	0.999998227266344	34	33	4	11	33	True	85449	fragment	False	SPA0099_000000000221	1.0		0	0	False	False	1.0	0	IncHI1A				non-mobilizable	plasmid	26496.0	99.015	99.0	0.11253467457933841	CP016184.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2-4, complete sequence	False	True
ISR0157_000000001418	16618	0.9999982079023776	16	10	8	7	8	True	61690	maximal	True	ISR0157_000000001418	1.0		1	1	False	False	0.9990973472595215	0					non-mobilizable	no_good_hit								True	True
CHI0049_000000000580	18601	0.9999981890498156	18	18	10	11	17	True	98296	maximal	True	CHI0049_000000000580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	14278.0	99.804	80.0	0.2993960491548882	MH121702.1	enterobacteria	Escherichia coli strain HP2 plasmid pHP2, complete sequence	True	True
ENG0068_000000000528	32676	0.9999981758789008	34	34	7	29	34	True	103546	fragment	False	ENG0068_000000000528	1.0		0	0	False	False	1.0	0	IncFIA	MOBF	MPF_F		conjugative	plasmid	32687.0	99.823	100.0	0.2256262986766442	CP010316.1	enterobacteria	Escherichia coli strain O78-789 plasmid pAPEC-O78-ColV, complete sequence	False	True
USA0023_01_000000000895	27881	0.9999981630035047	36	29	12	14	26	True	132596	backbone	False	ISR0120_000000000296	0.6023046016636526	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	27898.0	99.53399999999999	100.0	0.8432618961133309	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0057_000000000146	49488	0.9999981624743692	53	33	21	31	14	True	100663	backbone	True	ISR0057_000000000146	0.998957055214724	PS580	2	1	True	True	1.0	13					non-mobilizable	no_good_hit	1800.0	99.27799999999999	4.0	0.001212731591961322	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0058_000000000146	48900	0.9999981624743692	52	33	21	31	14	True	100663	backbone	False	ISR0057_000000000146	0.9929881991593923	PS580	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1800.0	99.27799999999999	4.0	0.001212731591961322	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
SPA0063_000000000848	15682	0.9999981579839291	19	18	8	14	18	True	126915	fragment	False	SPA0063_000000000848	1.0		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	15606.0	99.98100000000001	100.0	0.15945597972696804	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
SPA0064_000000001066	15665	0.9999981579839291	19	18	8	14	18	True	126915	fragment	False	SPA0063_000000000848	0.9994579772988139		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	15605.0	99.98100000000001	100.0	0.15944576146489006	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
ISR0117_000000000501	34803	0.9999980965786128	38	33	20	24	25	True	102539	backbone	False	ISR0138_000000000424	0.9889837532878121	PS601	0	0	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	9454.0	75.376	29.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0186_000000000513	26600	0.9999980927699	34	27	11	13	25	True	132596	backbone	False	ISR0120_000000000296	0.5842086436016183	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	26523.0	99.721	99.0	0.80176171449328	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0179_000000000421	25643	0.9999980842693824	26	25	2	9	25	True	85448	fragment	False	CHI0179_000000000421	1.0		0	0	False	False	1.0	0	IncHI1A				non-mobilizable	plasmid	25563.0	99.726	100.0	0.09670031834716876	CP053721.1	enterobacteria	Escherichia coli strain CP131_Sichuan plasmid pCP131-IncHI1, complete sequence	False	True
CHI0072_000000000211	25612	0.9999980842693824	26	25	2	9	25	True	85448	fragment	False	CHI0179_000000000421	0.9993955465429162		0	0	False	False	1.0	0	IncHI1A				non-mobilizable	plasmid	25536.0	99.73	100.0	0.09659811414316917	CP053721.1	enterobacteria	Escherichia coli strain CP131_Sichuan plasmid pCP131-IncHI1, complete sequence	False	True
SPA0022_000000000114	34667	0.9999980783738632	43	35	14	18	33	True	132596	backbone	False	ISR0120_000000000296	0.9041945913419426	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	20509.0	99.693	92.0	0.6205957137667999	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0203_000000000245	34746	0.9999980726405071	37	33	20	24	25	True	102539	backbone	False	ISR0138_000000000424	0.9886512088076163	PS601	0	0	True	True	1.0	13			MPF_T		non-mobilizable	no_good_hit	9459.0	75.378	29.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
CHI0136_000000000239	34744	0.9999980726405071	37	33	20	24	25	True	102539	backbone	False	ISR0138_000000000424	0.9886807086147716	PS601	0	0	True	True	1.0	81			MPF_T		non-mobilizable	no_good_hit	9459.0	75.378	29.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
CHI0001_000000000103	34692	0.9999980726405071	37	33	20	24	25	True	102539	backbone	False	ISR0138_000000000424	0.9884751818680805	PS601	0	0	True	True	1.0	73			MPF_T		non-mobilizable	no_good_hit	9459.0	75.378	29.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
CHI0157_000000000113	34410	0.9999980726405071	37	33	20	24	25	True	102539	backbone	False	ISR0138_000000000424	0.9830162796936172	PS601	0	0	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	9459.0	75.378	29.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
MAD0067_000000000119	39338	0.9999979961073834	43	40	11	33	40	True	113266	maximal	True	MAD0067_000000000119	1.0		1	1	False	False	0.9999237656593323	0		MOBF	MPF_F	MOBF	conjugative	plasmid	16944.0	97.055	99.0	0.11730345487049433	CP057494.1	enterobacteria	Escherichia coli strain RHB24-C10 plasmid pRHB24-C10_2, complete sequence	False	True
MAD0015_000000000493	18445	0.9999979922811169	19	19	15	17	16	True	19457	maximal	True	MAD0015_000000000493	1.0		1	1	True	True	1.0	11	rep_cluster_658	MOBQ			mobilizable	no_good_hit	4200.0	99.476	72.0	0.0943341121495327	KJ541071.1	enterobacteria	Escherichia coli strain A4Y217 plasmid pG5A4Y217, complete sequence	True	True
SPA0151_000000000303	28359	0.9999979831896992	37	30	12	14	28	True	132596	backbone	False	ISR0120_000000000296	0.6137116754133243	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	27475.0	99.76299999999999	100.0	0.8307301126044315	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0045_000000003797	7193	0.999997953751912	12	9	6	7	9	True	95853	fragment	False	SPA0045_000000003797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3273.0	100.0	46.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
FIJ0021_000000001306	27299	0.9999979415350736	38	30	16	16	29	False	98200	maximal	True	FIJ0021_000000001306	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9789.0	96.292	73.0	0.06634068266746242	CP033632.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb1, complete sequence	True	False
FIJ0107_000000002379	10721	0.9999979063383446	15	7	4	6	5	True	98412	maximal	True	FIJ0107_000000002379	1.0		5	1	False	False	0.9991605281829834	0					non-mobilizable	no_good_hit	208.0	79.327	2.0	0.0017345151162992385	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0121_000000000199	31252	0.9999978589487646	38	27	14	16	25	True	132596	backbone	False	ISR0120_000000000296	0.5959417309463488	PS1169|PS902	0	0	True	True	1.0	118	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	24769.0	98.56299999999999	99.0	0.797930967804312	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
MAD0056_000000000120	37421	0.9999978272179828	50	29	20	23	29	True	17090	maximal	True	MAD0056_000000000120	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit	6446.0	92.259	29.0	0.1784456705575734	CP045255.1	enterobacteria	Proteus mirabilis strain L90-1 plasmid pL902, complete sequence	True	True
BAN0013_000000000002	17701	0.9999978134007398	19	18	9	15	18	False	113284	maximal	True	BAN0013_000000000002	1.0		2	1	False	False	1.0	0	IncFIA	MOBF			mobilizable	chromosome	12491.0	99.007	94.0	0.0020669158418201174	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
ENG0003_000000001157	17128	0.9999977760883724	25	22	9	11	22	False	98195	fragment	False	ENG0003_000000001157	1.0		0	0	False	False	0.9997080564498901	0					non-mobilizable	plasmid	13305.0	99.421	99.0	0.27657316464125187	CP057727.1	enterobacteria	Escherichia coli strain RHB16-C19 plasmid pRHB16-C19_3, complete sequence	False	True
ENG0012_000000000565	34746	0.9999977746212432	38	34	21	25	24	True	102539	backbone	False	ISR0138_000000000424	0.9886331129795273	PS601	0	0	True	True	1.0	254			MPF_T		non-mobilizable	no_good_hit	9459.0	75.378	29.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
CHI0063_000000000109	34744	0.9999977746212432	38	34	21	25	24	True	102539	backbone	False	ISR0138_000000000424	0.9886807566241905	PS601	0	0	True	True	1.0	81			MPF_T		non-mobilizable	no_good_hit	9459.0	75.378	29.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ENG0093_000000000342	34744	0.9999977746212432	38	34	21	25	24	True	102539	backbone	False	ISR0138_000000000424	0.9886626476139556	PS601	0	0	True	True	1.0	332			MPF_T		non-mobilizable	no_good_hit	9459.0	75.378	29.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ENG0020_000000000657	25267	0.99999777054792	30	22	11	12	21	True	132596	backbone	False	ISR0120_000000000296	0.2725947207774179	PS1169|PS902	0	0	False	True	0.9999604225158691	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	23595.0	99.70299999999999	100.0	0.760320990041574	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0146_000000001037	18873	0.9999977702420692	26	11	7	9	10	False	103480	maximal	True	ENG0146_000000001037	1.0	PS306|PS610	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	6666.0	96.91	72.0	0.26587539463693405	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0030_000000000395	25399	0.9999977691115256	35	15	11	11	12	True	101596	maximal	True	ISR0030_000000000395	1.0		1	1	True	True	1.0	416					non-mobilizable	no_good_hit	908.0	97.79700000000001	4.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
DEN0094_000000001422	13622	0.9999977448191107	13	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9688147136843912		0	0	True	True	1.0	37					non-mobilizable	no_good_hit	92.0	95.652	3.0	0.000763186651171665	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0142_000000000007	27063	0.9999977442822208	33	29	12	14	27	True	132596	backbone	False	ISR0120_000000000296	0.3539811612183927	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	17550.0	99.90299999999999	100.0	0.5310267586874924	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0133_000000003559	6607	0.9999977319426852	11	9	6	7	8	True	95853	fragment	False	SPA0045_000000003797	0.9592659530098707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3273.0	100.0	50.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
ENG0145_000000000959	24088	0.9999977092392264	31	29	12	16	27	True	58486	maximal	True	ENG0145_000000000959	1.0		1	1	False	False	1.0	0		MOBF	MPF_T	MOBF	conjugative	plasmid	13264.0	97.655	96.0	0.10154812998160638	AP018741.1	enterobacteria	Klebsiella pneumoniae plasmid pMRY14-165KPN_2 DNA, complete genome, strain: MRY14-165	False	True
FIJ0078_000000001588	12539	0.999997696983888	12	7	4	7	4	True	97857	maximal	False	FIJ0005_000000001586	0.728838448723375		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0150_000000001397	13563	0.9999976946410071	14	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9714804700329797		0	0	True	True	1.0	249					non-mobilizable	no_good_hit	149.0	95.302	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0024_000000001401	13562	0.9999976946410071	13	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9713800636253278		0	0	True	True	1.0	229					non-mobilizable	no_good_hit	149.0	95.302	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0111_000000001767	13561	0.9999976946410071	13	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9715248803324735		0	0	True	True	1.0	101					non-mobilizable	no_good_hit	149.0	95.302	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0116_000000001370	13561	0.9999976946410071	14	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9713996600192103		0	0	True	True	1.0	190					non-mobilizable	no_good_hit	149.0	95.302	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0121_000000001612	13536	0.9999976946410071	14	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9714566802814008		0	0	True	True	1.0	49					non-mobilizable	no_good_hit	149.0	95.302	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0171_000000001491	13138	0.9999976946410071	12	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9093557582401703		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	208.0	79.327	2.0	0.0017345151162992385	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0115_000000001703	12828	0.9999976946410071	12	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.8967415352558374		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0068_000000000279	48544	0.9999976807494424	49	46	12	26	46	True	98685	fragment	False	ISR0388_000000000186	0.9683599389305445		0	0	False	False	1.0	0	IncK2/Z		MPF_I		non-mobilizable	plasmid	48556.0	99.932	100.0	0.4506367653065013	CP024254.1	enterobacteria	Escherichia coli strain ATCC 43886 plasmid unnamed1, complete sequence	False	True
ISR0333_000000000294	32805	0.9999976668821982	38	31	17	18	27	True	132596	backbone	False	ISR0120_000000000296	0.6183144423233917	PS1169|PS902	0	0	True	True	1.0	102	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	26577.0	99.838	95.0	0.8556618049518658	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0201_000000000342	26899	0.9999976534677424	24	24	17	18	23	True	98693	maximal	True	ENG0201_000000000342	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	no_good_hit	5302.0	99.98100000000001	63.0	0.0011031020661782165	CP037903.1	enterobacteria	Escherichia coli strain LHM10-1 chromosome, complete genome	True	True
ISR0128_000000000634	27900	0.9999976531530655	36	29	12	14	27	True	132596	backbone	False	ISR0120_000000000296	0.6010270277527965	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	26965.0	99.726	100.0	0.8151410582394963	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0125_000000001132	11328	0.9999976484121944	13	13	9	8	11	True	32061	maximal	True	ISR0125_000000001132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5279.0	98.958	80.0	0.10055057057400316	CP028260.1	firmicutes	Pediococcus pentosaceus strain SRCM102736 plasmid unnamed1, complete sequence	True	True
CAN0015_000000003283	12248	0.9999976354894534	14	12	7	9	8	True	93758	maximal	True	CAN0015_000000003283	1.0		3	1	True	True	1.0	276					non-mobilizable	no_good_hit								True	True
ISR0162_000000001981	13546	0.9999976196802868	13	9	4	7	6	True	97857	maximal	False	FIJ0005_000000001586	0.9627991360645771		0	0	False	True	0.9999261498451233	0					non-mobilizable	no_good_hit	157.0	89.17200000000001	1.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0378_000000001041	12977	0.9999976196802868	13	9	4	7	6	True	97857	maximal	False	FIJ0005_000000001586	0.9024659383164291		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	146.0	89.726	1.0	0.1231945624468989	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0395_000000000631	34745	0.9999976002489298	38	34	21	24	25	True	102539	backbone	False	ISR0138_000000000424	0.9885845172187626	PS601	0	0	True	True	0.9997697472572327	31			MPF_T		non-mobilizable	no_good_hit	9459.0	75.378	29.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0274_000000000203	13562	0.9999975394189662	14	7	4	6	4	True	97857	maximal	False	FIJ0005_000000001586	0.966192826458509		0	0	True	True	1.0	68					non-mobilizable	no_good_hit	149.0	93.289	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ENG0025_000000000960	17742	0.9999975315478838	27	25	13	19	23	True	66189	fragment	False	ENG0025_000000000960	1.0		0	0	False	False	1.0	0	IncN		MPF_T		non-mobilizable	plasmid	17668.0	98.755	99.0	0.5143996971550042	CP050010.1	enterobacteria	Citrobacter sp. Y3 plasmid unnamed1, complete sequence	False	True
FIJ0006_000000001899	14218	0.999997523781407	16	11	9	10	6	True	75263	maximal	True	FIJ0006_000000001899	1.0		1	1	False	False	0.999929666519165	0					non-mobilizable	no_good_hit	52.0	96.154	0.0	2.361927616366269e-05	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	True	True
FIJ0037_000000001371	13727	0.99999751274797	14	9	4	7	7	True	48334	maximal	True	FIJ0037_000000001371	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	903.0	85.382	8.0	0.06195365616761482	AP017399.1	firmicutes	Lactococcus garvieae plasmid pNALG-1 DNA, complete sequence, strain: 122061	True	True
MAD0072_000000000077	32689	0.9999974606126668	35	10	6	6	5	True	40892	maximal	True	MAD0072_000000000077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00014120661048660807	NZ_LKEV01000005.1	high GC Gram+	Corynebacterium lowii strain NML 130206 Clow_contig000005, whole genome shotgun sequence	True	True
SPA0156_000000000172	27058	0.9999974007236097	33	24	13	12	21	True	132596	backbone	False	ISR0120_000000000296	0.4165048566051309	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22344.0	99.825	94.0	0.7211389462809917	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0140_000000001006	13952	0.9999973821512828	21	19	3	9	18	True	57810	maximal	True	ENG0140_000000001006	1.0		1	1	False	False	1.0	0	rep_cluster_1367				non-mobilizable	plasmid	6662.0	97.899	94.0	0.16895799512987014	CP056027.1	enterobacteria	Klebsiella pneumoniae strain 39428 plasmid pKPN39428.3, complete sequence	False	True
ENG0041_000000000504	34746	0.9999973784206088	38	32	20	24	24	True	102539	backbone	False	ISR0138_000000000424	0.9886074160646212	PS601	0	0	True	True	1.0	101			MPF_T		non-mobilizable	no_good_hit	6027.0	99.934	17.0	0.0011720869040392262	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
FIJ0121_000000000731	23192	0.999997350878048	25	14	8	14	7	True	127241	backbone	False	ENG0139_000000000692	0.9805437843309321	PS989|PS990	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	5119.0	95.23299999999999	56.0	0.20305319106422093	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0841_000000000290	22947	0.9999973338195278	26	17	9	9	17	True	132596	backbone	False	ISR0120_000000000296	0.038032642905472466	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	15010.0	98.921	97.0	0.4832415724910654	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0032_000000000532	25580	0.9999972902598998	31	24	13	13	22	True	132596	backbone	False	ISR0120_000000000296	0.48318054975579056	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24283.0	99.712	100.0	0.7339568955079308	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0105_000000000703	22587	0.999997287210761	24	13	7	12	8	True	103466	maximal	True	MAD0105_000000000703	1.0		1	1	True	True	1.0	49					non-mobilizable	no_good_hit	3807.0	94.95700000000001	58.0	0.15158054589777406	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0049_000000001181	15004	0.9999972574394648	15	11	7	10	10	False	67194	maximal	True	ENG0049_000000001181	1.0		1	1	False	False	0.9998667240142822	0					non-mobilizable	no_good_hit	6332.0	97.44200000000001	57.0	0.1250642013353878	CP026168.1	enterobacteria	Leclercia sp. LSNIH1 plasmid pLEC-b38d, complete sequence	True	False
FIJ0015_000000000247	60834	0.9999972483117948	65	59	26	48	58	True	98312	maximal	True	FIJ0015_000000000247	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F		conjugative	no_good_hit	17671.0	95.93700000000001	61.0	0.16734678383662005	CP055750.1	enterobacteria	Escherichia coli strain RHB07-C12 plasmid pRHB07-C12_3, complete sequence	True	True
DEN0054_000000000084	27474	0.9999971349629894	31	23	11	13	23	True	132596	backbone	False	ISR0120_000000000296	0.23843048586452933	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	21809.0	99.70200000000001	99.0	0.6590688945392905	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0017_000000001144	11140	0.9999971297804584	15	15	6	10	15	True	97931	fragment	False	SPA0017_000000001144	1.0		0	0	False	False	0.9999102354049683	0					non-mobilizable	plasmid	11040.0	99.62899999999999	99.0	0.11295405709608104	CP056904.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_3, complete sequence	False	True
DEN0012_000000000095	41023	0.9999970703925496	42	38	10	16	37	True	114307	fragment	False	ISR0220_000000000327	0.9493950630084549		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	41023.0	99.993	100.0	0.4196924587950032	MH422553.1	enterobacteria	Escherichia coli strain L-I1 plasmid pIncI1, complete sequence	False	True
ISR0792_000000000280	28300	0.9999970656271224	33	26	13	15	24	True	132596	backbone	False	ISR0120_000000000296	0.34366040875734394	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22274.0	99.67200000000001	98.0	0.7187822830578512	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0025_000000000852	20138	0.9999970523849858	26	9	4	8	7	True	101350	backbone	False	TAN0011_000000000086	0.2484098145981087	PS587|PS588	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	708.0	93.64399999999999	5.0	0.00018859725522970584	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0116_000000001953	9886	0.9999970392046558	13	8	4	5	5	True	41692	maximal	True	FIJ0116_000000001953	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	72.756	3.0	6.459325108876092e-05	CP050961.1	CFB group bacteria	Chryseobacterium indologenes strain FDAARGOS_648 chromosome	True	True
ISR0382_000000000212	31623	0.9999970368843047	38	30	17	18	27	True	132609	maximal	True	ISR0382_000000000212	1.0	PS1169|PS902	27	8	True	True	1.0	99	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	26222.0	99.92	86.0	0.8464294938016529	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ETH0002_000000001764	14124	0.9999969804206608	16	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9679676927146552		0	0	True	True	1.0	260					non-mobilizable	no_good_hit	149.0	96.64399999999999	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0364_000000000896	14119	0.9999969804206608	15	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9712941566466421		0	0	True	True	1.0	24					non-mobilizable	no_good_hit	149.0	96.64399999999999	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0035_000000000899	14082	0.9999969804206608	14	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9689694021288237		0	0	True	True	1.0	84					non-mobilizable	no_good_hit	149.0	96.64399999999999	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ETH0003_000000001499	14059	0.9999969804206608	15	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9623257627447274		0	0	True	True	0.9998577237129211	39					non-mobilizable	no_good_hit	149.0	96.64399999999999	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
CHI0187_000000002112	8647	0.9999969131270394	8	8	5	8	8	True	114178	maximal	True	CHI0187_000000002112	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	8647.0	100.0	100.0	0.1157011521939861	CP054373.1	enterobacteria	Escherichia coli strain SCU-182 plasmid pSCU-182-1	False	True
SPA0132_000000000817	26611	0.9999968988501148	35	26	14	13	24	True	132596	backbone	False	ISR0120_000000000296	0.48972564235764454	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	23640.0	99.814	98.0	0.7629455061983471	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0037_000000006173	3394	0.9999968937453252	4	2	2	2	2	True	36713	maximal	True	ISR0037_000000006173	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	76.538	8.0	0.01814701921032112	CP024119.1	firmicutes	Bacillus cytotoxicus strain CH_1 plasmid pCh1_14, complete sequence	True	True
MON0071_000000000232	33215	0.9999968807265284	41	39	13	19	35	True	132576	maximal	True	MON0071_000000000232	1.0	PS1166|PS1167	149	10	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	22499.0	99.96	99.0	0.5119581294800318	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0030_000000000974	13565	0.9999968395859612	13	8	4	7	5	True	97857	maximal	False	FIJ0005_000000001586	0.9593985842578203		0	0	True	True	1.0	588					non-mobilizable	no_good_hit	149.0	96.64399999999999	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ENG0009_000000000993	15076	0.9999968361071104	22	22	10	18	22	True	114264	fragment	False	ENG0009_000000000993	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	15001.0	99.96	99.0	0.12437089057849048	CP048871.1	enterobacteria	Escherichia coli strain 6-Pyelo plasmid p6-Pyelo_1, complete sequence	False	True
CHI0063_000000000042	46067	0.9999968313694406	48	45	13	21	44	True	114309	fragment	False	CHI0063_000000000042	1.0		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	40741.0	98.913	100.0	0.4633380722206426	EU418926.1	enterobacteria	Escherichia coli strain JIE139 plasmid pJIE139, complete sequence	False	True
FIJ0146_000000000869	16027	0.9999968026780784	12	12	11	10	10	False	115888	maximal	True	FIJ0146_000000000869	1.0		5	1	False	False	1.0	0					non-mobilizable	plasmid	15466.0	99.06200000000001	97.0	0.13420116289160808	CP056856.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00113 plasmid pRHBSTW-00113_3, complete sequence	False	True
ENG0129_000000004769	5441	0.9999967950502632	8	7	4	5	6	True	58562	fragment	False	ENG0129_000000004769	1.0		0	0	False	False	1.0	0	rep_cluster_554				non-mobilizable	plasmid	5337.0	90.725	100.0	0.10261573312164805	CP051519.1	firmicutes	Lactococcus lactis subsp. cremoris strain F plasmid pScrF52, complete sequence	False	True
ENG0078_000000001490	15515	0.9999967572856346	18	9	7	7	6	True	101348	fragment	False	ENG0078_000000001490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.06627017841971113	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0172_000000000542	28426	0.9999967525570044	36	29	12	14	27	True	132596	backbone	False	ISR0120_000000000296	0.611160328898263	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	28427.0	99.666	100.0	0.8592141905799734	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0043_000000000636	28404	0.9999967525570044	36	29	12	14	27	True	132596	backbone	False	ISR0120_000000000296	0.6111116880505147	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	28405.0	99.69	100.0	0.8584271703596077	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0131_000000000611	21784	0.9999966385452006	30	14	6	12	11	True	101334	maximal	True	ISR0131_000000000611	1.0		2	1	True	True	1.0	139					non-mobilizable	no_good_hit	1615.0	89.536	11.0	0.0004292121409683122	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0234_000000000241	29676	0.9999966178407199	38	30	12	14	29	True	132596	backbone	False	ISR0120_000000000296	0.6282046576616805	PS1169|PS902	0	0	False	True	0.9990901947021484	0		MOBB	MPF_T		conjugative	plasmid	28826.0	99.705	100.0	0.8716248940549703	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0399_000000000496	18250	0.999996567267318	26	10	7	7	6	True	101349	maximal	False	SPA0127_000000001215	0.9364062844343986		0	0	True	True	1.0	735					non-mobilizable	no_good_hit	36.0	94.444	0.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
ISR0226_000000000477	12074	0.9999965452771552	20	9	5	8	7	True	121772	fragment	False	ISR0226_000000000477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4045.0	94.413	76.0	0.16093194261279622	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0094_000000001402	12013	0.9999964987490804	11	11	6	7	8	False	82886	maximal	True	ENG0094_000000001402	1.0		1	1	False	False	1.0	0	IncK2/Z				non-mobilizable	no_good_hit	6000.0	99.15	79.0	0.06007994630173217	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	True	True
FIJ0145_000000000422	16903	0.999996407796175	21	13	8	10	7	True	96664	maximal	True	FIJ0145_000000000422	0.9944947989537076		6	1	False	True	1.0	0					non-mobilizable	no_good_hit	1781.0	79.955	10.0	0.015359131354829757	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0839_000000000443	20366	0.9999963770274564	22	8	4	7	6	True	101350	backbone	False	TAN0011_000000000086	0.45880050695493885	PS587|PS588	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	701.0	93.866	3.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0046_01_000000000325	27550	0.9999963151509385	35	27	12	13	25	True	132596	backbone	False	ISR0120_000000000296	0.5561082981963289	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	25881.0	99.68700000000001	98.0	0.7824797190943213	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0125_000000000182	54421	0.999996273106972	59	56	19	30	55	True	68017	maximal	True	ENG0125_000000000182	1.0		1	1	False	False	1.0	0	rep_cluster_3				non-mobilizable	plasmid	40567.0	99.70700000000001	99.0	0.7320268514508446	LN824139.1	enterobacteria	Klebsiella pneumoniae strain MS6671 genome assembly, plasmid: _Phage_Kpneumoniae_MS6671	False	True
FIJ0066_000000000181	60875	0.9999962651994979	77	67	16	27	66	False	113974	maximal	True	FIJ0066_000000000181	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	21571.0	98.47	92.0	0.21809118393512572	CP028125.1	enterobacteria	Escherichia coli O26 str. RM10386 plasmid pRM10386-1, complete sequence	False	True
ISR0269_000000001231	8104	0.9999962390191232	5	5	3	5	3	True	96659	maximal	True	ISR0269_000000001231	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1403.0	93.728	17.0	0.0005836430901778529	NZ_UGTL01000001.1	CFB group bacteria	Prevotella disiens strain NCTC11157, whole genome shotgun sequence	True	True
ISR0788_000000000321	13560	0.9999962055462503	14	9	4	8	4	True	97857	maximal	False	FIJ0005_000000001586	0.9699361878997942		0	0	True	True	1.0	143					non-mobilizable	no_good_hit	149.0	95.302	1.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
AUS0020_000000001673	13521	0.9999961916893498	15	11	9	8	6	False	119578	maximal	True	AUS0020_000000001673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2515.0	99.404	19.0	0.019453085101443893	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0199_000000000551	29756	0.9999961681278527	38	31	13	15	29	True	132596	backbone	False	ISR0120_000000000296	0.6469498760075783	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	28829.0	99.709	100.0	0.8715643540380191	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0010_000000000514	26997	0.9999960789525544	31	16	10	14	8	True	79064	maximal	True	ENG0010_000000000514	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	3386.0	78.795	19.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0141_000000001969	16057	0.999995980713702	25	9	5	8	5	True	103468	fragment	False	ISR0141_000000001969	1.0		0	0	False	False	0.9998131394386292	0					non-mobilizable	no_good_hit	2635.0	94.08	57.0	0.10522319466091196	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0777_000000000622	21586	0.9999959545593514	23	11	8	9	6	True	130775	fragment	False	ISR0777_000000000622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	76.844	7.0	0.0003620306912693948	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	True
ISR0192_000000000319	33920	0.9999959469971976	38	35	14	16	34	True	66094	maximal	True	ISR0192_000000000319	1.0		1	1	True	True	1.0	57	rep_cluster_827	MOBP	MPF_T		conjugative	plasmid	23307.0	97.958	99.0	0.6135657485912897	CP001137.1	enterobacteria	Salmonella enterica subsp. enterica serovar Agona str. SL483 plasmid, complete sequence	False	True
ISR0180_000000000619	28942	0.9999959125198036	24	10	8	10	5	True	57456	maximal	True	ISR0180_000000000619	1.0		2	2	True	True	1.0	61					non-mobilizable	no_good_hit	1463.0	97.198	5.0	0.06126126126126126	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0136_000000001805	15741	0.999995863422626	17	8	5	7	5	True	121770	fragment	False	SPA0136_000000001805	1.0		0	0	False	False	0.9998729228973389	0					non-mobilizable	no_good_hit	2458.0	90.928	71.0	0.10566741885089394	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ENG0114_000000000139	72785	0.9999958617200416	101	52	22	26	50	True	64288	maximal	True	ENG0114_000000000139	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8891.0	97.537	79.0	0.04781419293691908	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
FIJ0005_000000001586	14826	0.999995858672132	14	9	5	8	6	True	97857	maximal	True	FIJ0005_000000001586	0.9750015117395842		16	2	True	True	1.0	130					non-mobilizable	no_good_hit	208.0	79.327	2.0	0.0017345151162992385	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0379_000000001303	11345	0.9999958347923033	12	9	8	9	6	False	23240	maximal	True	ISR0379_000000001303	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	99.639	37.0	0.0007536671272410222	CP015902.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06, complete genome	True	False
ENG0203_000000000768	13666	0.9999958201379359	21	11	6	9	6	True	128708	fragment	False	ENG0203_000000000768	1.0		0	0	False	False	0.9997072815895081	0					non-mobilizable	no_good_hit	5283.0	95.45700000000001	77.0	0.22899670196146502	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
FIJ0063_000000001507	13090	0.9999957425101936	19	10	6	10	6	False	72490	fragment	False	FIJ0063_000000001507	1.0		0	0	False	False	0.9995416402816772	0					non-mobilizable	no_good_hit	447.0	73.82600000000001	3.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
CHI0148_000000006962	1693	0.9999956947376872	2	2	2	2	2	False	79608	fragment	False	CHI0148_000000006962	1.0		0	0	False	False	0.9887773394584656	0					non-mobilizable	no_good_hit	424.0	79.009	25.0	0.00012398052161443553	CP010993.1	firmicutes	Clostridium perfringens strain JP55, complete genome	True	False
MON0065_000000000178	46247	0.999995684554538	45	33	23	31	20	True	98523	maximal	True	MON0065_000000000178	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	8960.0	99.73200000000001	20.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ISR0854_000000000480	11496	0.9999956634500716	14	6	4	5	3	True	96679	fragment	False	ISR0854_000000000480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1817.0	88.553	16.0	0.2391850773911893	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
AST0053_000000000280	42238	0.9999955704638308	42	39	10	16	38	True	114307	fragment	False	ISR0220_000000000327	0.9434323305930652		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	42241.0	99.61200000000001	100.0	0.4803305559349816	AP021916.1	enterobacteria	Escherichia coli plasmid pWP2-W18-CRE-03_2 DNA, complete genome, strain: WP2-W18-CRE-03	False	True
ISR0388_000000000186	50087	0.9999955114140576	49	48	12	26	48	True	98685	fragment	False	ISR0388_000000000186	0.9837156697640538		0	0	False	False	0.9999800324440002	0	IncI1/B/O		MPF_I		non-mobilizable	plasmid	46853.0	98.931	100.0	0.4949480003382092	CP051713.1	enterobacteria	Escherichia coli strain SCU-123 plasmid pSCU-123-2, complete sequence	False	True
ISR0270_000000000162	19270	0.9999955024808996	30	14	7	12	10	True	101333	fragment	False	ISR0270_000000000162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	98.12799999999999	5.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
ISR0254_000000000082	28493	0.9999954703699016	39	18	7	17	9	True	132593	backbone	False	ISR0367_000000000184	0.13094288155499018	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	26483.0	99.789	94.0	0.28822849919358356	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0005_000000002874	10091	0.9999954580406398	11	10	6	9	10	True	114170	fragment	False	SPA0005_000000002874	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	10091.0	99.98	100.0	0.051739344464043976	MK649824.1	enterobacteria	Klebsiella pneumoniae strain BA6201 plasmid pBA6201_1, complete sequence	False	True
ENG0191_000000001421	13830	0.9999954502723484	11	8	6	7	5	True	54758	maximal	True	ENG0191_000000001421	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	9702.0	98.52600000000001	88.0	0.3433131613405528	CP039395.1	CFB group bacteria	Muribaculum sp. TLL-A4 plasmid pTAA-4-2, complete sequence	True	True
ENG0011_000000000415	28152	0.9999954479875528	34	32	19	24	30	True	67230	maximal	False	ENG0025_000000000501	0.9519113410479454		0	0	True	True	0.9997158050537109	16	rep_cluster_312	MOBP	MPF_T		conjugative	plasmid	11256.0	98.667	99.0	0.38042927159033296	HF560646.1	enterobacteria	Erwinia amylovora CFBP 2585 plasmid pEA3, complete sequence	False	True
ENG0021_000000000664	23192	0.9999954458249036	34	27	11	16	25	True	125627	maximal	True	ENG0021_000000000664	1.0	PS902	18	6	True	True	1.0	112	rep_cluster_1702				non-mobilizable	no_good_hit	9785.0	99.40700000000001	81.0	0.29528393267950115	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0067_000000000009	185453	0.9999954136679992	223	67	37	54	37	True	127526	maximal	True	ISR0067_000000000009	1.0	PS319|PS359	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1264.0	80.934	4.0	0.0004995257691959906	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
ENG0171_000000003714	6078	0.9999953398899138	6	3	2	3	2	True	119625	maximal	True	ENG0171_000000003714	1.0	PS773	2	2	True	True	1.0	96	rep_cluster_1867				non-mobilizable	no_good_hit	1304.0	97.39299999999999	50.0	0.4692113791861721	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
MAD0056_000000000500	15092	0.9999953339743909	17	15	14	12	14	True	127168	fragment	False	BAN0016_000000000046	0.9797091185077904		0	0	False	False	0.9996024370193481	0	rep_cluster_2313				non-mobilizable	plasmid	15096.0	99.775	100.0	0.07914080194614546	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	False	True
CHI0064_000000000462	20308	0.9999952939969052	29	26	5	7	25	True	132580	maximal	True	CHI0064_000000000462	1.0	PS1156	9	1	False	True	0.999901533126831	0	rep_cluster_663				non-mobilizable	plasmid	17129.0	99.848	99.0	0.23143166148438557	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0093_000000000501	24565	0.9999952870826332	29	23	12	13	21	True	132596	backbone	False	ISR0120_000000000296	0.3356881641429718	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	17114.0	99.819	98.0	0.5178290349921298	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0099_000000000271	41769	0.9999952806014492	42	39	10	16	38	True	114307	fragment	False	ISR0220_000000000327	0.956680926439619		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	41401.0	99.09700000000001	100.0	0.4773215151305311	CP054413.1	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-2, complete sequence	False	True
USA0121_01_000000004295	10045	0.999995274495043	8	6	3	6	3	True	96737	fragment	False	USA0121_01_000000004295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0094_000000000393	27362	0.9999952576815876	32	19	13	17	11	True	130733	fragment	False	FIJ0094_000000000393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	98.911	5.0	0.000802670081588744	NZ_LT629969.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	True
ENG0031_000000000479	36714	0.9999951444599896	32	31	20	23	23	True	113271	maximal	True	ENG0031_000000000479	1.0		1	1	False	False	1.0	0	IncFIC,IncI-gamma/K1	MOBF	MPF_Unknown		conjugative	no_good_hit	9839.0	96.544	86.0	0.06888336077922988	CP042247.1	enterobacteria	Escherichia coli strain BCE049 plasmid pBCE049-1, complete sequence	True	True
ISR0193_000000000082	85565	0.9999951032253774	81	38	28	31	19	True	69937	maximal	True	ISR0193_000000000082	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	87.90799999999999	2.0	0.0004987036640205039	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
CAN0001_000000001883	18355	0.9999951024778894	23	23	11	14	21	True	98297	maximal	True	CAN0001_000000001883	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	6744.0	99.97	77.0	0.1061221277935159	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	True	True
ISR0011_000000001417	16464	0.9999950523899608	22	13	9	13	9	True	72487	fragment	False	ISR0011_000000001417	1.0		0	0	False	False	0.9995748400688171	0					non-mobilizable	no_good_hit	1464.0	99.59	9.0	0.006342998855398703	NZ_CZBD01000003.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
ISR0041_000000000171	51215	0.9999949742071728	55	50	16	23	46	True	114273	maximal	True	ISR0041_000000000171	1.0		1	1	False	False	1.0	0	rep_cluster_893	MOBP	MPF_T		conjugative	plasmid	11277.0	92.684	92.0	0.029521078621528397	CP013995.1	firmicutes	Enterococcus faecium strain 6E6 plasmid unnamed1, complete sequence	False	True
ISR0363_000000001204	11845	0.9999949564954156	15	14	9	10	14	True	58563	maximal	True	ISR0363_000000001204	1.0		9	4	False	False	0.9973828792572021	0	rep_cluster_554	MOBQ			mobilizable	no_good_hit	6452.0	92.08	68.0	0.1241989506495518	CP016687.1	firmicutes	Lactococcus lactis subsp. cremoris strain 158 plasmid p158C, complete sequence	True	True
ISR0051_000000005749	7241	0.9999949277831178	11	8	6	8	6	True	132450	maximal	True	ISR0051_000000005749	1.0		0	0	False	False	0.9997237920761108	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
SPA0060_000000000372	29653	0.9999949114169151	44	22	15	19	11	True	86540	fragment	False	SPA0060_000000000372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3309.0	92.98899999999999	11.0	0.0010789481494962896	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
DEN0083_000000008768	3136	0.999994900240072	5	4	2	4	2	False	79610	fragment	False	DEN0083_000000008768	1.0		0	0	False	False	0.9904336929321289	0					non-mobilizable	no_good_hit	425.0	79.294	13.0	0.00012427926985928957	CP010993.1	firmicutes	Clostridium perfringens strain JP55, complete genome	True	False
ISR0099_000000000772	22422	0.9999948835784872	31	31	9	15	28	True	132570	fragment	False	ISR0099_000000000772	1.0		0	0	False	True	1.0	0					non-mobilizable	other	12402.0	99.984	100.0	0.33064021544943073	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0356_000000000663	15500	0.9999948603256908	21	11	6	10	8	True	127236	maximal	True	ISR0356_000000000663	1.0		0	0	False	False	0.9982580542564392	0					non-mobilizable	no_good_hit	2251.0	92.448	65.0	0.08967749670303321	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
USA0132_01_000000000804	22322	0.9999948139735064	20	9	7	9	7	True	92502	maximal	True	USA0132_01_000000000804	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5521.0	90.618	49.0	0.09317767114955734	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	True
USA0031_01_000000000984	23808	0.9999947645610521	26	19	11	11	17	True	132596	backbone	False	ISR0120_000000000296	0.46493566929434016	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23809.0	99.70200000000001	100.0	0.7196089114904952	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0147_000000001897	9399	0.9999947569949568	12	11	7	8	9	True	95854	fragment	False	CHI0147_000000001897	1.0		0	0	False	False	0.9987232685089111	0					non-mobilizable	no_good_hit	3273.0	100.0	35.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
USA0053_01_000000002282	9203	0.9999947569949568	12	11	7	8	9	True	95854	fragment	False	CHI0147_000000001897	0.9895733588679647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3273.0	100.0	36.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
ISR0170_000000000959	27486	0.9999947265365731	34	31	16	16	31	True	114600	maximal	True	ISR0170_000000000959	1.0		2	2	False	False	0.9998908638954163	0	rep_cluster_707	MOBQ	MPF_T		conjugative	plasmid	12634.0	98.836	90.0	0.37801921522851756	KM063576.1	firmicutes	Lactobacillus reuteri strain LU4 plasmid pLU4, complete sequence	False	True
SPA0075_000000001355	8697	0.9999947184020628	8	8	5	6	7	True	89391	maximal	True	SPA0075_000000001355	1.0		2	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	3970.0	99.84899999999999	46.0	0.10274664112454374	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	True	True
USA0001_01_000000000329	29213	0.9999947104415832	38	30	13	15	27	True	132596	backbone	False	ISR0120_000000000296	0.6121796465762035	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	27910.0	98.574	98.0	0.843715946240465	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0095_000000000971	20373	0.9999946649319844	27	26	10	24	26	True	126913	maximal	True	SPA0095_000000000971	1.0		0	0	False	False	1.0	0	rep_cluster_2313		MPF_F	MOBF	mobilizable	plasmid	9437.0	99.96799999999999	100.0	0.04213647466497573	LR740759.1	enterobacteria	Escherichia coli strain BEN5202 genome assembly, plasmid: paAPEC5202	False	True
ENG0073_000000000696	25966	0.9999946587498112	29	14	8	12	6	True	127225	backbone	True	ENG0073_000000000696	1.0	PS985|PS987	1	1	True	True	0.9999229907989502	44					non-mobilizable	no_good_hit	4706.0	95.431	74.0	0.18714782400191823	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0171_000000001111	5988	0.9999945940405928	6	6	6	5	5	False	79505	maximal	True	CHI0171_000000001111	1.0		2	2	False	False	0.9991649985313416	0					non-mobilizable	plasmid	5988.0	100.0	100.0	0.035473263220263666	MN158990.1	enterobacteria	Escherichia coli strain TREC4 plasmid pTREC4, complete sequence	False	True
SPA0035_000000002163	6735	0.9999945889488054	10	5	3	5	3	False	72483	fragment	False	SPA0035_000000002163	1.0		0	0	False	False	0.9980697631835938	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.00013336254608152263	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
BAN0041_000000000048	18822	0.9999945652583181	26	14	10	9	10	True	97636	maximal	True	BAN0041_000000000048	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	97.38799999999999	4.0	0.0016945973185302468	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
FIJ0020_000000000851	18859	0.9999944027940436	20	20	7	9	20	False	98294	maximal	True	FIJ0020_000000000851	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9678.0	97.613	100.0	0.03364207832665777	KF362122.2	enterobacteria	Escherichia coli strain 63743 plasmid pEQ2, complete sequence	False	True
ISR0042_000000000407	28370	0.9999943617673536	35	27	12	13	24	True	132596	backbone	False	ISR0120_000000000296	0.6065057082738614	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22189.0	99.06700000000001	99.0	0.6715704080397142	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0056_000000000311	26010	0.9999942385250606	28	27	10	12	26	True	132577	maximal	True	ISR0056_000000000311	1.0		15	4	False	False	1.0	0		MOBP			mobilizable	plasmid	14161.0	99.555	100.0	0.32161272004542873	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0213_000000000850	20432	0.9999942384651952	24	8	4	7	6	True	101350	backbone	False	TAN0011_000000000086	0.44368604827041846	PS587|PS588	0	0	True	True	1.0	759					non-mobilizable	no_good_hit	701.0	93.866	3.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0010_000000000458	18242	0.9999942384651952	23	8	4	7	6	True	101350	backbone	False	TAN0011_000000000086	0.12339206473646801	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	701.0	93.866	4.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0130_000000000611	23725	0.999994237685886	27	20	12	11	17	True	132596	backbone	False	ISR0120_000000000296	0.4587459764431117	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23725.0	99.861	100.0	0.7657864152892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0176_000000000204	38849	0.9999942247141776	45	29	18	20	20	True	90019	maximal	True	ENG0176_000000000204	1.0		1	1	True	True	0.9999485015869141	15			MPF_T		non-mobilizable	no_good_hit	2018.0	99.009	5.0	0.18295671113531173	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0186_000000000309	37221	0.9999941993758922	44	30	18	21	20	True	90027	maximal	True	ISR0186_000000000309	1.0		1	1	True	True	0.9999731183052063	15			MPF_T		non-mobilizable	no_good_hit	711.0	86.35700000000001	2.0	0.1673363271094304	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0273_000000000204	18852	0.9999941666607294	23	13	8	9	9	True	96733	fragment	False	ISR0130_000000001017	0.9552968058729155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	97.366	5.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
ENG0131_000000000945	25738	0.9999939610346816	31	23	12	12	22	True	132596	backbone	False	ISR0120_000000000296	0.48318871932321045	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24299.0	99.675	100.0	0.7344412156435404	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0134_000000001240	21108	0.999993870211268	18	18	6	12	18	True	116134	maximal	True	SPA0134_000000001240	1.0		2	2	False	False	1.0	0	IncFII	MOBF,MOBF	MPF_F		conjugative	plasmid	21060.0	97.507	100.0	0.06084679810794	CP047337.1	enterobacteria	Klebsiella pneumoniae strain 2019036D plasmid p2019036D-mcr8-345kb, complete sequence	False	True
FIJ0098_000000000895	18563	0.9999937954614864	24	9	4	8	7	True	101350	backbone	False	TAN0011_000000000086	0.12595785789577044	PS587|PS588	0	0	True	True	1.0	312					non-mobilizable	no_good_hit	710.0	94.366	7.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0033_000000001317	18439	0.9999937954614864	23	9	4	8	7	True	101350	backbone	False	TAN0011_000000000086	0.12566033278396724	PS587|PS588	0	0	True	True	0.9999457597732544	2					non-mobilizable	no_good_hit	710.0	94.366	7.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0118_000000003849	7284	0.9999937142563622	10	7	7	5	6	False	103459	maximal	True	SPA0118_000000003849	1.0	PS306	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3490.0	93.954	61.0	0.13847260520321306	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0110_000000000168	23965	0.9999936873075352	26	20	11	11	18	True	132596	backbone	False	ISR0120_000000000296	0.39703743329812646	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	20501.0	97.70299999999999	95.0	0.6602210835025298	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0150_000000000869	19358	0.9999936763161864	24	8	4	7	7	True	101350	backbone	False	TAN0011_000000000086	0.24589750146209427	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	710.0	93.803	6.0	0.00018859725522970584	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0062_000000000489	16002	0.9999936763161864	20	8	4	7	7	True	101350	backbone	False	TAN0011_000000000086	0.0461928280260953	PS587|PS588	0	0	False	True	0.9970628619194031	0					non-mobilizable	no_good_hit	710.0	94.225	4.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0092_000000000285	28179	0.999993651956795	36	21	9	16	15	True	100962	fragment	False	CHI0092_000000000285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	85.178	6.0	0.0002706423666832307	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ENG0093_000000000201	49995	0.9999936362012974	54	51	15	30	51	True	98688	maximal	True	ENG0093_000000000201	1.0		1	1	False	False	1.0	0	IncI1/B/O		MPF_I		non-mobilizable	plasmid	42307.0	99.87899999999999	95.0	0.6310230629232927	AY686591.1	enterobacteria	Escherichia coli plasmid pSERB1, partial sequence	False	True
ISR0372_000000000635	15456	0.999993621762068	18	8	4	8	6	True	101337	fragment	False	ISR0372_000000000635	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	94.085	6.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0092_000000000877	10288	0.9999935993314046	12	10	6	7	7	False	87963	maximal	True	CHI0092_000000000877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2695.0	100.0	26.0	0.8230980751604033	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
ISR0184_000000000654	20494	0.9999934806245732	25	8	4	7	7	True	101350	backbone	False	TAN0011_000000000086	0.44537874083784407	PS587|PS588	0	0	True	True	1.0	555					non-mobilizable	no_good_hit	651.0	94.931	4.0	0.00017339210169633494	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0067_000000000842	20015	0.9999934806245732	23	8	4	7	7	True	101350	backbone	False	TAN0011_000000000086	0.43745109925598785	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	183.0	91.803	2.0	4.854978847497379e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0060_000000001191	24302	0.9999933941143836	29	12	6	9	5	True	130780	fragment	False	ISR0060_000000001191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	98.24600000000001	2.0	0.0020864807480298884	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0112_000000001290	15488	0.9999932555893344	29	11	8	9	11	True	83663	maximal	True	ENG0112_000000001290	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	11.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
ISR0256_000000000483	21409	0.9999932185846492	31	17	4	14	10	True	111055	fragment	False	ISR0256_000000000483	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	19185.0	99.964	99.0	0.20902532583583977	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0143_000000000051	31274	0.9999932003837708	29	19	15	19	13	True	51362	fragment	False	FIJ0143_000000000051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	99.556	1.0	0.9955555555555555	NZ_AXCY01000413.1	high GC Gram+	Cellulomonas carbonis T26 contig445, whole genome shotgun sequence	True	True
AST0151_000000000613	21492	0.9999931881569182	23	12	8	9	6	True	130774	fragment	False	AST0151_000000000613	1.0		0	0	False	False	0.9999534487724304	0					non-mobilizable	no_good_hit	1036.0	87.259	5.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0025_000000000486	38866	0.9999930758834976	35	22	19	19	15	True	94221	maximal	True	ISR0025_000000000486	1.0		1	1	False	False	0.9994596838951111	0					non-mobilizable	no_good_hit	1939.0	89.479	5.0	0.014747935365304986	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	True	True
ISR0236_000000001580	5247	0.9999930049904974	3	3	2	3	3	False	84231	maximal	True	ISR0236_000000001580	1.0	PS417	0	0	False	True	0.9998094439506531	0					non-mobilizable	no_good_hit	999.0	89.69	20.0	0.00042492183708445365	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0152_000000001644	13530	0.9999929911635932	17	16	7	7	15	True	86823	maximal	True	ENG0152_000000001644	1.0		1	1	False	False	1.0	0	IncX1				non-mobilizable	no_good_hit	6637.0	99.56299999999999	82.0	0.15557378970812333	CP010127.1	enterobacteria	Escherichia coli strain C8 plasmid B, complete genome	True	True
ISR0206_000000000366	32321	0.9999929650542588	30	16	12	13	7	True	69331	fragment	False	ISR0206_000000000366	1.0		0	0	False	False	0.9999690651893616	0					non-mobilizable	no_good_hit	570.0	73.333	2.0	0.0057834995317629385	NZ_FNRK01000012.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	True	True
ISR0811_000000000225	24960	0.9999929395248592	30	22	11	11	21	True	132596	backbone	False	ISR0120_000000000296	0.47006016838087183	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24960.0	99.912	100.0	0.8055914256198347	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CAN0008_000000000373	42363	0.9999929078334748	49	40	19	21	38	True	132614	maximal	True	CAN0008_000000000373	0.9956254780052457	PS1169|PS902	24	6	True	True	1.0	64	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	25213.0	99.81	78.0	0.7629858336360335	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
FIJ0078_000000000692	22091	0.9999928950415232	22	12	8	11	7	True	127252	backbone	False	ENG0013_000000000666	0.9816423213580734	PS994	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	6766.0	95.197	67.0	0.26963193861647283	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0098_000000002997	11414	0.9999928855887203	11	10	7	8	10	True	114173	maximal	True	MAD0098_000000002997	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	other	11414.0	99.79	100.0	0.0023811610533784064	CP018801.1	enterobacteria	Escherichia coli strain tolC-, complete genome	False	True
CHI0143_000000001710	10496	0.9999927699582886	10	7	6	6	5	True	79955	maximal	True	CHI0143_000000001710	1.0		1	1	False	False	0.999714195728302	0					non-mobilizable	no_good_hit	1446.0	98.755	14.0	0.0007904083265824987	CP002034.1	firmicutes	Lactobacillus salivarius CECT 5713, complete genome	True	True
CHI0068_000000000723	11316	0.9999927657630296	15	14	8	9	12	True	95866	fragment	False	CHI0068_000000000723	1.0		0	0	False	False	0.9992930293083191	0					non-mobilizable	no_good_hit	3273.0	100.0	29.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
MON0082_000000003764	6171	0.9999927034723392	5	4	2	4	2	True	130987	maximal	True	MON0082_000000003764	1.0	PS1129|PS1132	1	1	True	True	1.0	11	rep_cluster_1867				non-mobilizable	no_good_hit	2300.0	97.95700000000001	71.0	0.8219669777458722	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	True	True
SPA0158_000000006691	2634	0.9999926308432864	3	3	3	3	3	False	26924	fragment	False	SPA0158_000000006691	0.9841205211726385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	86.869	26.0	0.011112361899554541	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0088_000000000439	23872	0.9999926019039344	29	8	5	5	6	True	127412	maximal	True	SPA0088_000000000439	0.9966255826181172	PS736	4	2	True	True	0.9997067451477051	53					non-mobilizable	no_good_hit	672.0	83.78	3.0	0.18732394366197183	MK232330.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_9_c1 sequence	True	True
SPA0121_000000000870	23853	0.9999926019039344	29	8	5	5	6	True	127412	maximal	False	SPA0088_000000000439	0.9897350183751691	PS736	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	672.0	83.78	3.0	0.18732394366197183	MK232330.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_9_c1 sequence	True	True
AST0007_000000000570	23853	0.9999926019039344	28	8	5	5	6	True	127412	maximal	False	SPA0088_000000000439	0.9966254923381814	PS736	0	0	True	True	1.0	125					non-mobilizable	no_good_hit	672.0	83.78	3.0	0.18732394366197183	MK232330.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_9_c1 sequence	True	True
MON0090_000000005319	9055	0.9999924149851578	7	5	3	5	3	True	96660	fragment	False	MON0090_000000005319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	83.916	2.0	0.04832585433206766	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0289_000000000148	24817	0.9999923273174952	22	17	9	15	13	True	100905	maximal	True	ISR0289_000000000148	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2825.0	96.814	11.0	0.0003983258449486986	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
SPA0146_000000000540	25134	0.9999923210287184	20	15	7	14	12	True	72670	maximal	True	SPA0146_000000000540	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2850.0	79.649	11.0	0.0003983258449486986	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
SPA0045_000000000894	25113	0.9999923210287184	20	15	7	14	12	True	72670	maximal	False	SPA0146_000000000540	0.9995822391978992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2850.0	79.649	11.0	0.0003983258449486986	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ENG0195_000000001086	14732	0.999992315579512	20	11	6	10	7	True	127220	fragment	False	ENG0195_000000001086	1.0		0	0	False	False	0.9999321103096008	0					non-mobilizable	plasmid	7981.0	97.181	97.0	0.3183870838828278	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MAD0089_000000004506	4415	0.9999923153771929	5	2	2	2	2	True	15849	maximal	True	MAD0089_000000004506	1.0		1	1	True	True	0.9968289732933044	6					non-mobilizable	no_good_hit								True	True
SPA0002_000000000267	53740	0.9999922784175428	55	51	15	27	50	True	113303	fragment	False	SPA0002_000000000267	1.0		0	0	False	False	1.0	0	IncI-gamma/K1		MPF_I		non-mobilizable	plasmid	33222.0	99.99700000000001	99.0	0.2951823286892238	MG764547.1	enterobacteria	Escherichia coli strain 14E509 plasmid p14E509-CTXM, complete sequence	False	True
ENG0019_000000000076	67652	0.999992274953264	79	42	18	28	33	True	116096	maximal	True	ENG0019_000000000076	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	13555.0	98.075	82.0	0.08179719324541576	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0138_000000000424	37723	0.9999922573967941	40	35	21	26	27	True	102539	backbone	True	ISR0138_000000000424	0.9945224550359992	PS601	12	5	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	9454.0	75.376	26.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
FIJ0112_000000002037	10728	0.9999922177236492	8	8	7	7	7	False	115887	fragment	False	FIJ0112_000000002037	0.9963268432434051		0	0	False	False	1.0	0					non-mobilizable	plasmid	10671.0	99.98100000000001	100.0	0.17780073653163586	CP030068.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.3, complete sequence	False	True
FIJ0031_000000001783	10727	0.9999922177236492	8	8	7	7	7	False	115887	fragment	False	FIJ0112_000000002037	0.9962959543865407		0	0	False	False	1.0	0					non-mobilizable	chromosome	10727.0	100.0	100.0	0.0017825107543098255	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	False
FIJ0114_000000002871	10687	0.9999922177236492	8	8	7	7	7	False	115887	fragment	False	FIJ0112_000000002037	0.9940650989262565		0	0	False	False	1.0	0					non-mobilizable	plasmid	10631.0	100.0	99.0	0.09225028204460643	CP056856.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00113 plasmid pRHBSTW-00113_3, complete sequence	False	True
ISR0167_000000000512	31261	0.9999920294079976	37	30	16	17	27	True	132596	backbone	False	ISR0120_000000000296	0.6318499732614876	PS1169|PS902	0	0	True	True	1.0	10	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	27870.0	99.042	99.0	0.896648314498213	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0143_000000001199	25241	0.9999920007242216	30	23	12	12	21	True	132596	backbone	False	ISR0120_000000000296	0.4813457181495215	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24302.0	99.708	100.0	0.7345017556604916	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0111_000000000798	25178	0.9999920007242216	29	23	12	12	21	True	132596	backbone	False	ISR0120_000000000296	0.4811989028113743	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24294.0	99.73200000000001	100.0	0.7344412156435404	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0030_000000000581	32078	0.9999919904556832	34	18	11	17	12	True	127243	backbone	True	ENG0030_000000000581	0.9841779665846488	PS986|PS991	1	1	True	True	0.9997817873954773	8					non-mobilizable	no_good_hit	9779.0	98.354	72.0	0.21878566792739967	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
MAD0101_000000001146	13995	0.9999918908478443	14	13	13	8	11	True	127168	fragment	False	BAN0016_000000000046	0.7295091913112508		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	13999.0	99.8	100.0	0.0733893968626793	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	False	True
SPA0142_000000005768	4983	0.9999918775671379	7	6	4	5	5	True	84353	fragment	False	SPA0142_000000005768	1.0		0	0	False	False	0.999197244644165	0					non-mobilizable	no_good_hit	2396.0	100.0	49.0	0.7317445768408188	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
ISR0137_000000000011	174142	0.9999918680447134	206	64	36	54	39	True	127689	fragment	False	ISR0137_000000000011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2096.0	75.954	5.0	0.0008174058041388937	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
ENG0107_000000000930	21675	0.9999918253627156	19	13	8	12	8	True	127240	backbone	True	ENG0107_000000000930	1.0	PS989	1	1	True	True	1.0	29					non-mobilizable	no_good_hit	5381.0	95.54	67.0	0.21436278623666227	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0088_000000000120	77047	0.9999918213635276	84	25	12	22	10	True	105237	maximal	True	FIJ0088_000000000120	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	85.316	2.0	0.00043118786385553054	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
MAD0109_000000000963	11980	0.999991794666206	10	10	10	10	10	False	98277	maximal	True	MAD0109_000000000963	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	10462.0	100.0	100.0	0.05243766729826461	CP010149.1	enterobacteria	Escherichia coli strain D6 plasmid A, complete genome	False	True
ISR0012_000000000144	56816	0.9999917777253896	72	47	28	40	30	True	123934	maximal	False	ISR0195_000000000171	0.950183410247308	PS672|PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	29993.0	98.943	99.0	0.2992076480919687	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0134_000000000993	25281	0.9999917667496158	30	24	13	13	22	True	132596	backbone	False	ISR0120_000000000296	0.46420232632072783	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	25270.0	99.794	99.0	0.8156314566115702	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0093_000000002627	13738	0.9999917018601509	13	9	5	7	6	False	74665	maximal	True	SPA0093_000000002627	1.0		1	1	False	False	0.9990537166595459	0					non-mobilizable	no_good_hit	809.0	76.02	6.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ENG0171_000000002726	8052	0.9999916829781372	11	4	3	4	4	True	55818	maximal	True	ENG0171_000000002726	1.0		1	1	False	False	0.9998757839202881	0					non-mobilizable	no_good_hit	218.0	91.743	3.0	0.00011711346081610273	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	True
SPA0106_000000000982	25533	0.9999916810741458	31	24	13	13	22	True	132596	backbone	False	ISR0120_000000000296	0.46996147014546086	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	25533.0	99.883	100.0	0.82421875	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0094_000000000542	22549	0.9999915446328964	29	10	7	9	6	True	109438	maximal	True	AST0094_000000000542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	85.29700000000001	5.0	0.0018359098104078105	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0030_000000001150	18261	0.9999915295532552	24	16	11	12	12	True	100975	fragment	False	SPA0030_000000001150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	10.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
CHI0074_000000000302	28668	0.999991498441872	38	23	9	14	20	True	84764	maximal	True	CHI0074_000000000302	1.0	PS260	1	1	False	True	1.0	0					non-mobilizable	plasmid	16431.0	98.25299999999999	98.0	0.5264424619729158	CP054365.1	enterobacteria	Escherichia coli strain SCU-171 plasmid pSCU-171-2, complete sequence	False	True
MAD0043_000000000183	33854	0.9999914968054854	35	33	10	25	31	True	71325	fragment	False	MAD0108_000000000190	0.9988104016123481		0	0	False	False	1.0	0		MOBF	MPF_F		conjugative	plasmid	19700.0	95.589	96.0	0.1769024767245408	CP055969.1	enterobacteria	Escherichia coli strain RHB10-C14 plasmid pRHB10-C14_3, complete sequence	False	True
SPA0047_000000002357	15396	0.9999914734637372	19	8	7	6	6	False	115049	maximal	True	SPA0047_000000002357	1.0		1	1	False	False	0.9999350309371948	0					non-mobilizable	no_good_hit	122.0	90.984	1.0	0.003105590062111801	MN694333.1	viruses	Marine virus AFVG_250M426, complete genome	True	False
FIJ0035_000000000535	18681	0.99999144798327	21	7	4	7	6	True	101350	backbone	False	TAN0011_000000000086	0.30229237068475734	PS587|PS588	0	0	True	True	1.0	373					non-mobilizable	no_good_hit	702.0	94.01700000000001	4.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0114_000000001293	18076	0.99999144798327	20	7	4	7	6	True	101350	backbone	False	TAN0011_000000000086	0.10864566832427888	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	702.0	94.01700000000001	4.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0108_000000000134	46694	0.9999913884135799	49	46	12	26	46	True	98685	fragment	False	ISR0388_000000000186	0.9562265184458533		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	46694.0	99.741	100.0	0.43324174804143617	CP024254.1	enterobacteria	Escherichia coli strain ATCC 43886 plasmid unnamed1, complete sequence	False	True
SPA0117_000000003493	9897	0.9999913280370536	13	12	5	10	11	True	14514	maximal	True	SPA0117_000000003493	1.0		1	1	False	False	0.9958573579788208	0	IncX1				non-mobilizable	plasmid	8984.0	99.12100000000001	91.0	0.1973536716706596	AP022652.1	enterobacteria	Escherichia coli 09-02E plasmid p2-09-02E DNA, complete genome	False	True
ISR0097_000000000731	19232	0.9999913216759864	29	25	5	7	24	True	132573	fragment	False	ISR0097_000000000731	0.9975522286104628		0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	14350.0	99.686	100.0	0.325587734241908	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
FIJ0129_000000001756	10870	0.9999913142871676	10	6	3	6	4	True	97853	fragment	False	FIJ0129_000000001756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0056_000000000112	44949	0.9999913049245628	86	24	8	17	12	True	112984	maximal	True	CHI0056_000000000112	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3194.0	90.51299999999999	51.0	0.056498777159465496	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0032_000000001680	12178	0.9999913024451416	18	10	7	9	8	False	103458	maximal	True	SPA0032_000000001680	1.0	PS306	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2774.0	88.681	64.0	0.11925013018573165	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
MAD0108_000000002217	7095	0.9999912387873016	9	8	3	4	8	True	54159	fragment	False	MAD0108_000000002217	1.0		0	0	False	False	0.9998590350151062	0					non-mobilizable	no_good_hit	5544.0	99.369	81.0	0.15414140290371028	CP014974.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium str. USDA-ARS-USMARC-1898 plasmid pSTY3-1898, complete sequence	True	True
SPA0073_000000001045	14327	0.9999912290626538	24	23	10	15	22	True	85519	fragment	False	SPA0073_000000001045	1.0		0	0	False	False	1.0	0	IncN		MPF_T		non-mobilizable	plasmid	14338.0	99.37200000000001	99.0	0.4031895145412612	CP052731.1	enterobacteria	Klebsiella pneumoniae strain F16KP0053 plasmid pF16KP0053-4, complete sequence	False	True
ISR0090_000000000657	21674	0.9999910038008342	28	18	14	14	14	True	120192	maximal	True	ISR0090_000000000657	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2507.0	92.541	12.0	0.0396403242147923	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	True
BAN0016_000000000046	16291	0.9999909028848284	16	15	13	13	15	True	127168	fragment	False	BAN0016_000000000046	0.998025200348522		0	0	False	False	0.9998772144317627	0	rep_cluster_2313				non-mobilizable	plasmid	16292.0	99.583	100.0	0.14391857866047053	CP043740.1	enterobacteria	Escherichia coli strain CVM N17EC0320 plasmid pN17EC0320-1, complete sequence	False	True
ISR0182_000000000777	23464	0.9999906919364212	26	14	10	12	9	True	109959	backbone	True	ISR0182_000000000777	1.0	PS693	1	1	True	True	1.0	41					non-mobilizable	no_good_hit	3417.0	93.38600000000001	51.0	0.1351956200295728	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0235_000000000394	8766	0.999990683714886	12	9	5	5	8	True	130676	maximal	True	ISR0235_000000000394	1.0	PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS122|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS996|PS998	0	0	False	True	0.9997718334197998	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4246.0	99.859	62.0	0.6021276595744681	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
ISR0199_000000006197	4478	0.9999906597721906	5	5	3	5	4	False	116135	maximal	True	ISR0199_000000006197	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2432.0	99.383	84.0	0.019094672185872612	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	True	False
ISR0045_000000000518	28065	0.9999905679220584	24	15	11	13	13	False	62968	maximal	True	ISR0045_000000000518	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1956.0	83.12899999999999	17.0	0.047011777328033945	NZ_SMUS01000037.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00037, whole genome shotgun sequence	True	False
ENG0013_000000000666	22797	0.9999904112076043	23	12	8	12	8	True	127252	backbone	True	ENG0013_000000000666	0.997351862749536	PS994	1	1	True	True	0.9995175004005432	23					non-mobilizable	no_good_hit	6764.0	95.225	65.0	0.26963193861647283	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
SPA0001_000000000451	41496	0.9999903984519132	43	40	10	15	39	True	98219	maximal	True	SPA0001_000000000451	1.0	PS396|PS544	1	1	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	16117.0	95.7	99.0	0.15927373472517686	KY565558.1	enterobacteria	Escherichia coli strain Mbl488 plasmid pMbl488, complete sequence	False	True
FIJ0042_000000001307	14258	0.999990365111479	17	8	5	6	6	True	47325	maximal	True	FIJ0042_000000001307	1.0		1	1	False	False	0.9959321022033691	0					non-mobilizable	no_good_hit	262.0	93.51100000000001	2.0	0.06372549019607843	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
FIJ0013_000000001153	16363	0.9999903110339752	18	14	7	13	7	True	50678	maximal	True	FIJ0013_000000001153	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	88.314	5.0	0.3710691823899371	HG796516.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01505	True	True
ISR0310_000000000582	18658	0.9999903062348824	21	8	4	7	6	True	101350	backbone	False	TAN0011_000000000086	0.38854152868081304	PS587|PS588	0	0	True	True	1.0	312					non-mobilizable	no_good_hit	701.0	93.866	4.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0078_000000001116	7257	0.9999901829646284	10	9	5	4	9	True	86820	fragment	False	SPA0078_000000001116	1.0		0	0	False	False	1.0	0	IncX1				non-mobilizable	plasmid	7257.0	100.0	100.0	0.17524876823495314	MN816373.1	enterobacteria	Escherichia coli strain A127 plasmid pA127-X1, complete sequence	False	True
SPA0068_000000001919	7254	0.9999901829646284	10	9	5	4	9	True	86820	fragment	False	SPA0078_000000001116	0.9998622020118506		0	0	False	False	1.0	0	IncX1				non-mobilizable	plasmid	7254.0	100.0	100.0	0.17517631146749107	MN816373.1	enterobacteria	Escherichia coli strain A127 plasmid pA127-X1, complete sequence	False	True
SPA0091_000000002481	7236	0.9999901829646284	10	9	5	4	9	True	86820	fragment	False	SPA0078_000000001116	0.9982082842235664		0	0	False	False	1.0	0	IncX1				non-mobilizable	plasmid	7236.0	100.0	100.0	0.17474157086271858	MN816373.1	enterobacteria	Escherichia coli strain A127 plasmid pA127-X1, complete sequence	False	True
ISR0171_000000000974	20489	0.9999901666290482	23	9	4	7	7	True	101350	backbone	False	TAN0011_000000000086	0.46039697333490603	PS587|PS588	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	701.0	93.866	3.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0320_000000004354	4379	0.9999901633307692	6	3	3	3	2	True	96140	fragment	False	ISR0320_000000004354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	2.0	0.029002320185614848	NZ_LT635817.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
ENG0122_000000001208	18117	0.9999901351426927	20	11	6	9	7	True	127239	maximal	True	ENG0122_000000001208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5010.0	94.85	47.0	0.21641208123589656	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0084_000000001758	10525	0.9999900979758872	10	8	4	7	7	True	89394	maximal	True	ISR0084_000000001758	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	89.665	10.0	0.00043220376372803804	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0388_000000001339	14659	0.9999900503074424	16	16	8	11	16	True	98286	maximal	True	ISR0388_000000001339	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8881.0	98.68299999999999	100.0	0.10300997132807875	CP023387.1	enterobacteria	Escherichia coli strain 1190 plasmid p86, complete sequence	False	True
ISR0800_000000000331	23863	0.9999899330887364	26	19	11	11	17	True	132596	backbone	False	ISR0120_000000000296	0.46830600840160075	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23864.0	99.60600000000001	100.0	0.7213645719820801	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0093_000000001849	11776	0.9999898927830558	12	12	8	8	10	True	109598	maximal	True	AST0093_000000001849	1.0		1	1	True	True	1.0	99	rep_cluster_2119	MOBQ			mobilizable	no_good_hit	5291.0	92.005	79.0	0.5004745634016705	CP019349.1	firmicutes	Lactiplantibacillus plantarum strain KLDS1.0391 plasmid unnamed1, complete sequence	True	True
FIJ0134_000000001989	8861	0.9999898583710568	7	5	5	4	4	False	40643	maximal	True	FIJ0134_000000001989	1.0		2	1	False	False	0.9997742772102356	0					non-mobilizable	no_good_hit	149.0	95.302	2.0	0.0002615571131163823	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CHI0089_000000000124	26850	0.9999896473070868	39	21	7	14	16	True	90330	fragment	False	CHI0089_000000000124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	74.111	2.0	9.706473121680034e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
MAD0097_000000006500	5732	0.999989644112034	11	10	6	10	10	True	97954	fragment	False	MAD0097_000000006500	1.0		0	0	False	False	0.9989532232284546	0					non-mobilizable	plasmid	4622.0	99.48100000000001	100.0	0.03830623429817506	CP048871.1	enterobacteria	Escherichia coli strain 6-Pyelo plasmid p6-Pyelo_1, complete sequence	False	True
ISR0285_000000000327	24118	0.9999896401434796	23	11	8	10	7	True	129707	fragment	False	ISR0285_000000000327	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1746.0	98.855	13.0	0.008144576738715444	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0004_000000000039	77910	0.9999895842068064	86	78	35	61	75	True	127177	fragment	False	MAD0004_000000000039	0.9995955835152137		0	0	False	False	1.0	0	IncFIA,IncFIB,IncFIC	MOBF	MPF_F	MOBF	conjugative	no_good_hit	6972.0	94.234	56.0	0.040358692440927546	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	True	True
MAD0094_000000000032	77890	0.9999895842068064	86	78	35	61	75	True	127177	fragment	False	MAD0004_000000000039	0.9994673341034528		0	0	False	False	1.0	0	IncFIA,IncFIB,IncFIC	MOBF	MPF_F	MOBF	conjugative	no_good_hit	6972.0	94.234	56.0	0.040358692440927546	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	True	True
SPA0094_000000000639	22724	0.9999895173448872	26	24	11	16	23	True	113288	maximal	True	SPA0094_000000000639	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	11868.0	99.958	94.0	0.12853785080640795	CP016520.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg strain CE-R2-11-0435 plasmid pCE-R2-11-0435_92, complete sequence	False	True
ISR0302_000000000263	23572	0.9999895019608142	26	19	11	11	17	True	132596	backbone	False	ISR0120_000000000296	0.455001603872056	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23576.0	99.87700000000001	100.0	0.761040805785124	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0147_000000000019	4683	0.99998947547339	4	3	3	3	2	True	96725	fragment	False	SPA0147_000000000019	1.0		0	0	False	False	0.9963698387145996	0					non-mobilizable	no_good_hit								True	True
ISR0141_000000004036	8692	0.9999893923531322	9	7	3	5	5	True	128022	maximal	True	ISR0141_000000004036	1.0	PS824|PS825|PS930	1	1	True	True	1.0	3	IncW,rep_cluster_1320,rep_cluster_1351	MOBQ			mobilizable	no_good_hit	2385.0	97.10700000000001	77.0	0.0009995861612662879	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
SPA0092_000000003272	10278	0.9999893306095864	10	8	7	6	6	False	128621	fragment	False	SPA0092_000000003272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	10.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0072_01_000000003468	5799	0.9999892996189966	9	8	6	6	7	True	95852	fragment	False	USA0072_01_000000003468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1685.0	100.0	30.0	0.5145126794989306	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
SPA0082_000000000401	28347	0.9999892964166391	33	28	17	20	23	True	102539	backbone	False	ISR0138_000000000424	0.1332065638425241	PS601	0	0	False	True	0.999964714050293	0			MPF_T		non-mobilizable	no_good_hit	9454.0	75.376	35.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
FIJ0122_000000002785	6373	0.9999892716573602	9	8	6	7	7	False	64126	maximal	True	FIJ0122_000000002785	1.0		1	1	False	False	0.9959203004837036	0				MOBQ	mobilizable	no_good_hit	2367.0	94.93	37.0	0.2937080328276548	CP031204.1	firmicutes	Lactobacillus brevis strain UCCLBBS449 plasmid pUCCLBBS449_F, complete sequence	True	True
ISR0333_000000009230	2378	0.9999892257374368	4	2	2	2	2	False	123294	fragment	False	ISR0333_000000009230	0.9736304983747729		0	0	False	False	0.9995794892311096	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
MON0086_000000000458	26185	0.9999891829518218	25	16	10	15	6	True	123318	backbone	False	ISR0145_000000001034	0.9710284258938401	PS889	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	534.0	76.404	2.0	0.00016399162486962666	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
SPA0039_000000001189	16672	0.9999891764669788	20	20	7	8	19	True	132574	fragment	False	ISR0258_000000000463	0.9482452521749287		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	13800.0	99.74600000000001	100.0	0.35719278262445314	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0201_000000003410	2316	0.9999891218534404	4	4	2	4	3	True	54158	fragment	False	ENG0201_000000003410	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2316.0	100.0	100.0	0.017924477170487715	CP061750.1	enterobacteria	Escherichia coli O15:H12 strain 2273-PO3 plasmid unnamed1, complete sequence	False	True
ITA0005_000000001462	10129	0.9999891174232984	16	8	5	7	3	False	72484	fragment	False	ITA0005_000000001462	1.0		0	0	False	False	0.999901294708252	0					non-mobilizable	no_good_hit	447.0	73.154	4.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
AUS0014_000000002161	13765	0.9999890683641586	15	8	6	6	6	True	101503	maximal	True	AUS0014_000000002161	1.0		1	1	True	True	1.0	28					non-mobilizable	other	5545.0	98.86399999999999	98.0	0.16310616760828625	NZ_CAEUHO010000007.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
MAD0079_000000000616	7748	0.9999890570787556	9	2	1	1	2	False	47098	maximal	True	MAD0079_000000000616	1.0		1	1	True	True	1.0	102					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0009109004419553997	NZ_LZDE01000296.1	g-proteobacteria	Microbulbifer mangrovi strain DD-13 1168, whole genome shotgun sequence	True	True
MAD0101_000000000563	20482	0.9999890311759704	23	8	4	7	7	True	101350	backbone	False	TAN0011_000000000086	0.4728603635581289	PS587|PS588	0	0	True	True	1.0	108					non-mobilizable	no_good_hit	626.0	94.728	4.0	0.00016672317470801438	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0168_000000000637	20477	0.9999890311759704	22	8	4	7	7	True	101350	backbone	False	TAN0011_000000000086	0.4767275460011641	PS587|PS588	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	701.0	93.866	3.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0030_000000001183	16422	0.9999890311759704	19	8	4	7	7	True	101350	backbone	False	TAN0011_000000000086	0.04667332621017042	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	708.0	93.50299999999999	5.0	0.00018859725522970584	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0126_000000000621	32989	0.9999890115546992	38	30	18	18	20	True	90016	maximal	True	SPA0126_000000000621	1.0		2	1	True	True	1.0	72			MPF_T		non-mobilizable	no_good_hit	860.0	73.023	3.0	0.00020830697195683019	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	True
SPA0022_000000000127	32969	0.9999890115546992	38	30	18	18	20	True	90016	maximal	False	SPA0126_000000000621	1.0		0	0	True	True	1.0	204			MPF_T		non-mobilizable	no_good_hit	860.0	73.023	3.0	0.00020830697195683019	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	True
AST0116_000000000100	48314	0.9999889422161928	75	40	14	18	38	False	118789	maximal	True	AST0116_000000000100	1.0		1	1	False	False	0.9999793171882629	0					non-mobilizable	no_good_hit	7982.0	96.755	79.0	0.04287606759361975	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
CHI0026_000000000224	23710	0.9999889199974964	27	20	12	11	17	True	132596	backbone	False	ISR0120_000000000296	0.45127466648234443	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23726.0	98.38600000000001	100.0	0.7644461632666215	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0025_000000002608	7220	0.9999889130935814	5	4	3	4	4	False	79504	maximal	True	ENG0025_000000002608	1.0		1	1	False	False	1.0	0	rep_cluster_2358	MOBP			mobilizable	no_good_hit	3665.0	99.973	74.0	0.4422450211225106	AP021976.1	enterobacteria	Klebsiella sp. WP3-W18-ESBL-02 plasmid pWP3-W18-ESBL-02_4 DNA, complete genome, strain: WP3-W18-ESBL-02	True	True
ISR0114_000000000437	32450	0.9999888779534071	48	30	14	19	20	True	100977	maximal	True	ISR0114_000000000437	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	82.874	3.0	0.00020645154894425932	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
AUS0022_000000001079	23741	0.9999886662118804	27	19	10	11	16	True	132596	backbone	False	ISR0120_000000000296	0.46372648837886116	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16780.0	99.911	100.0	0.5077188521612787	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0054_000000001787	12266	0.9999885863531216	13	8	7	6	5	True	100543	maximal	True	FIJ0054_000000001787	1.0		13	1	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	78.987	13.0	0.0004225432139799916	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0176_000000000895	14252	0.9999885562028022	16	16	13	13	15	False	77732	maximal	True	CHI0176_000000000895	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5071.0	99.961	99.0	0.02324387269509724	CP052717.1	enterobacteria	Klebsiella pneumoniae strain B16KP0048 plasmid pB16KP0048-1, complete sequence	False	True
MAD0051_000000001420	13081	0.9999885002670597	15	15	9	9	15	True	18616	maximal	True	MAD0051_000000001420	1.0		2	1	False	False	1.0	0	rep_cluster_2268				non-mobilizable	no_good_hit	6363.0	97.03	57.0	0.050385078600405676	CP022534.1	enterobacteria	Enterobacter hormaechei strain MS7884A plasmid pMS7884B, complete sequence	True	True
ISR0096_000000000922	24772	0.9999884964541844	33	22	7	15	17	True	90326	fragment	False	ISR0096_000000000922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	382.0	89.791	2.0	0.07788481246156999	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	True
ISR0321_000000000331	17308	0.9999884852657452	22	9	4	8	7	True	101350	backbone	False	TAN0011_000000000086	0.09334715034018572	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	710.0	94.085	5.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0096_000000002547	5943	0.9999884241113444	9	9	5	8	9	True	97957	fragment	False	MAD0096_000000002547	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5943.0	100.0	100.0	0.04583744754381634	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0033_000000003415	7346	0.999988303276258	10	6	6	4	3	False	87566	fragment	False	ISR0033_000000003415	0.9773344773344773		0	0	False	False	0.994282603263855	0					non-mobilizable	no_good_hit	431.0	73.086	6.0	0.0244574780058651	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0063_000000003454	7917	0.9999882963359304	7	4	3	4	3	True	81947	maximal	True	ENG0063_000000003454	1.0		2	1	False	False	0.9977264404296875	0		MOBV			mobilizable	no_good_hit	3448.0	95.911	44.0	0.12191669320876243	CP039395.1	CFB group bacteria	Muribaculum sp. TLL-A4 plasmid pTAA-4-2, complete sequence	True	True
ISR0349_000000000228	22154	0.9999882468507976	26	17	9	10	17	True	132596	backbone	False	ISR0120_000000000296	0.026618064615119043	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	17159.0	99.749	98.0	0.5537190082644629	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MAD0094_000000000096	45573	0.9999879551848648	52	42	20	30	40	True	114259	maximal	True	MAD0094_000000000096	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	5738.0	97.90899999999999	39.0	0.04042026932752679	CP057997.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_2, complete sequence	True	True
TAN0018_000000000225	14609	0.9999879330704192	19	9	5	9	5	True	121767	fragment	False	TAN0018_000000000225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4802.0	95.085	68.0	0.19134396355353075	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0021_000000000381	20472	0.9999878440547736	23	9	4	7	8	True	101350	backbone	False	TAN0011_000000000086	0.4588454212079869	PS587|PS588	0	0	True	True	0.9998046159744263	9					non-mobilizable	no_good_hit	701.0	94.15100000000001	3.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0093_000000000566	22446	0.9999877869471364	26	15	9	12	9	True	109960	fragment	False	ISR0093_000000000566	1.0		0	0	False	False	0.9985297918319702	0					non-mobilizable	no_good_hit	4265.0	94.56	60.0	0.16892458937777244	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0099_000000000174	56066	0.999987736280628	82	20	8	16	12	True	19373	maximal	False	MAD0038_000000000060	0.9851098151135377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.09329987043969e-05	NZ_FCNV02000001.1	b-proteobacteria	Caballeronia concitans isolate LMG 29315, whole genome shotgun sequence	True	True
SPA0036_000000000527	22048	0.9999876874486329	28	16	10	15	9	True	130732	fragment	False	SPA0036_000000000527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	0.0	5.015944433367567e-05	NZ_KN882175.1	d-proteobacteria	Desulfonatronovibrio magnus strain AHT22 LZ23DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
DEN0033_000000006793	3935	0.9999876708987918	4	2	2	2	2	True	73631	maximal	True	DEN0033_000000006793	1.0		1	1	True	True	0.998475193977356	11					non-mobilizable	no_good_hit								True	True
ISR0822_000000001235	4386	0.9999876307864508	5	2	2	2	1	True	71723	fragment	False	ISR0822_000000001235	1.0		0	0	False	False	0.9990879893302917	0					non-mobilizable	no_good_hit								True	True
DEN0062_000000006464	2854	0.9999876307864508	5	2	2	2	1	True	71722	fragment	False	DEN0062_000000006464	0.9907473309608541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0321_000000003656	2810	0.9999876307864508	5	2	2	2	1	True	71722	fragment	False	DEN0062_000000006464	0.983531885073581		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0102_000000000887	21035	0.9999875621355367	21	11	7	10	8	True	120484	maximal	True	ISR0102_000000000887	1.0		2	1	True	True	1.0	1					non-mobilizable	no_good_hit	1562.0	80.73	7.0	0.018919582565991407	NZ_SLZZ01000015.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_115, whole genome shotgun sequence	True	True
MAD0067_000000001231	6865	0.999987504494236	6	6	5	6	6	True	114172	fragment	False	MAD0067_000000001231	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	6887.0	99.071	99.0	0.05995854070270885	CP044404.1	enterobacteria	Escherichia coli strain NMBU-W10C18 plasmid pNMBU-W10C18_01, complete sequence	False	True
ISR0021_000000000500	31239	0.9999874975263724	20	12	8	6	10	True	37650	maximal	True	ISR0021_000000000500	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3027.0	85.035	53.0	0.0012312868726662902	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
MON0072_000000000215	30476	0.9999874524111556	33	33	7	27	33	True	103545	fragment	False	MON0072_000000000215	1.0		0	0	False	False	0.9984250068664551	0		MOBF	MPF_F		conjugative	plasmid	30378.0	99.993	100.0	0.19190604645873738	AP022121.1	enterobacteria	Escherichia coli plasmid pWP5-W18-ESBL-11_1 DNA, complete genome, strain: WP5-W18-ESBL-11	False	True
USA0006_01_000000000801	22335	0.9999874096824488	24	17	11	9	14	True	132596	backbone	False	ISR0120_000000000296	0.38473245297309083	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22335.0	99.821	100.0	0.7208161157024794	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0067_000000000542	37387	0.9999873859900262	29	17	10	17	10	True	80305	maximal	True	FIJ0067_000000000542	1.0		2	1	False	False	0.999866247177124	0					non-mobilizable	no_good_hit	632.0	84.96799999999999	2.0	0.0759111754767077	NZ_WEHX01000101.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_101_length_8286_cov_179.562477, whole genome shotgun sequence	True	True
FIJ0168_000000002641	6645	0.9999873764223112	8	7	1	4	5	False	38930	maximal	True	FIJ0168_000000002641	1.0		1	1	True	True	1.0	22	ColRNAI_rep_cluster_1857	MOBP		MOBP	mobilizable	no_good_hit	1453.0	86.51100000000001	39.0	0.09120151371807	CP037862.1	enterobacteria	Citrobacter sp. LY-1 plasmid unnamed1, complete sequence	True	True
FIJ0123_000000003188	10236	0.999987278131836	9	6	2	4	4	True	107600	maximal	True	FIJ0123_000000003188	1.0	PS333	1	1	True	True	0.9998046159744263	1					non-mobilizable	no_good_hit	2452.0	90.375	26.0	0.906507105459985	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0396_000000001260	13589	0.9999872269440052	15	12	8	8	10	True	109272	maximal	True	ISR0396_000000001260	1.0		2	1	True	True	1.0	339		MOBB			mobilizable	no_good_hit	2876.0	86.68299999999999	36.0	0.34384782085239585	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
AST0003_000000000624	32222	0.9999871727553346	32	16	10	15	8	True	130796	maximal	False	ISR0350_000000000276	0.7066151528400144	PS306|PS985|PS987	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	7673.0	97.446	69.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
SPA0002_000000003243	8981	0.9999870955617851	11	11	9	7	11	True	127167	fragment	False	SPA0061_000000002136	0.9844374423794459		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	8981.0	99.98899999999999	100.0	0.04463154127920558	CP026494.1	enterobacteria	Escherichia coli strain HS13-1 plasmid pHS13-1-IncF, complete sequence	False	True
FIJ0131_000000001580	10874	0.9999869959093688	14	8	5	7	5	True	79336	fragment	False	FIJ0131_000000001580	1.0		0	0	False	False	0.9999080300331116	0					non-mobilizable	no_good_hit								True	True
SPA0054_000000002009	10302	0.9999869004736188	12	7	6	6	4	False	87568	fragment	False	SPA0054_000000002009	1.0		0	0	False	False	0.9990293383598328	0					non-mobilizable	no_good_hit	480.0	88.333	6.0	0.0001156013563248905	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
SPA0055_000000001899	13260	0.999986808052343	16	7	6	6	4	False	87569	maximal	True	SPA0055_000000001899	1.0		0	0	False	False	0.9996229410171509	0					non-mobilizable	no_good_hit	579.0	88.774	7.0	0.00013949391222502444	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
CHI0117_000000000537	24063	0.9999867994820776	32	8	5	6	5	True	82124	maximal	True	CHI0117_000000000537	1.0	PS244	1	1	True	True	1.0	9					non-mobilizable	no_good_hit	618.0	81.553	3.0	0.1684507042253521	MK232330.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_9_c1 sequence	True	True
CHI0152_000000000397	11392	0.9999866969106632	12	11	7	8	8	False	85163	fragment	False	CHI0152_000000000397	1.0		0	0	False	False	0.9997366666793823	0					non-mobilizable	no_good_hit	3273.0	100.0	29.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
ISR0397_000000001645	13568	0.9999866660190492	14	12	8	8	10	True	109272	maximal	False	ISR0396_000000001260	1.0		0	0	True	True	1.0	179		MOBB			mobilizable	no_good_hit	2876.0	86.68299999999999	35.0	0.34384782085239585	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0135_000000000351	36657	0.9999865839942046	37	28	18	27	17	True	98524	fragment	False	ISR0135_000000000351	1.0		0	0	False	False	0.9996999502182007	0					non-mobilizable	no_good_hit	5634.0	99.698	16.0	0.28018506541963084	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
SPA0005_000000000852	25193	0.9999865057738287	25	10	9	10	6	True	111624	fragment	False	SPA0005_000000000852	1.0		0	0	False	True	1.0	0					non-mobilizable	other	12769.0	97.024	93.0	0.2763585191599913	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
CHI0171_000000000218	35663	0.9999864470904509	39	39	7	29	39	True	113250	fragment	False	CHI0171_000000000218	0.9994247390279493		0	0	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	plasmid	35663.0	99.969	100.0	0.21129906680491778	MN158990.1	enterobacteria	Escherichia coli strain TREC4 plasmid pTREC4, complete sequence	False	True
SPA0061_000000002136	9274	0.9999864364973206	11	11	9	8	11	True	127167	fragment	False	SPA0061_000000002136	0.9935875491370699		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	9274.0	99.946	100.0	0.0460877819913222	CP026494.1	enterobacteria	Escherichia coli strain HS13-1 plasmid pHS13-1-IncF, complete sequence	False	True
MAD0028_000000000393	14932	0.9999861410935732	16	9	6	8	6	True	100536	maximal	False	ISR0028_000000000663	0.9687047518757405		0	0	True	True	1.0	41					non-mobilizable	no_good_hit	311.0	85.531	2.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0045_000000006819	4910	0.9999860439148138	10	3	2	3	2	False	18319	maximal	True	MAD0045_000000006819	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	9.703026737903054e-07	LR778317.1	eudicots	Raphanus sativus genome assembly, chromosome: 8	True	False
MAD0105_000000000577	25331	0.9999860217932016	37	34	13	18	31	True	118897	fragment	False	MAD0105_000000000577	1.0		0	0	False	False	1.0	0	IncX4	MOBP	MPF_T		conjugative	plasmid	15303.0	97.896	96.0	0.32566763997527653	CP024670.1	enterobacteria	Escherichia coli strain F5176C6 plasmid unnamed3, complete sequence	False	True
SPA0047_000000001356	22795	0.9999859900176236	24	13	7	12	10	False	99798	fragment	False	SPA0047_000000001356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	76.296	4.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
CHI0058_000000011097	1892	0.9999858797284152	3	2	2	2	2	False	85879	fragment	False	CHI0058_000000011097	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0173_000000006156	2696	0.9999858785113532	5	2	2	2	1	False	85880	fragment	False	CHI0173_000000006156	1.0		0	0	False	False	0.9959198832511902	0					non-mobilizable	no_good_hit								True	False
SPA0033_000000012547	2456	0.9999857690440064	3	3	3	3	3	False	26924	fragment	False	SPA0158_000000006691	0.9514047076689446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	88.292	21.0	0.00836241416464307	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0125_000000000270	42744	0.99998575078342	39	37	10	22	37	True	98684	fragment	False	ENG0125_000000000270	0.9665641831109133		0	0	False	False	1.0	0	IncK2/Z		MPF_I		non-mobilizable	plasmid	41803.0	99.572	99.0	0.3878884639661382	CP024254.1	enterobacteria	Escherichia coli strain ATCC 43886 plasmid unnamed1, complete sequence	False	True
SPA0100_000000000512	28398	0.9999856058503156	33	27	17	20	22	True	102539	backbone	False	ISR0138_000000000424	0.19333647111173527	PS601	0	0	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	9454.0	75.376	35.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0183_000000008886	3853	0.9999855202737091	3	3	3	2	2	False	79492	fragment	False	MAD0062_000000003442	0.9857919587663069		0	0	False	False	1.0	0					non-mobilizable	plasmid	3668.0	99.945	100.0	0.01560246269577538	CP026237.1	enterobacteria	Citrobacter freundii complex sp. CFNIH3 plasmid pCFR-9161, complete sequence	False	True
SPA0061_000000000339	34020	0.9999854889954596	46	24	16	20	13	True	86541	maximal	True	SPA0061_000000000339	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	7676.0	96.691	23.0	0.0025033032186771533	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
CHI0047_000000002217	6660	0.9999853786670692	5	4	4	4	2	True	98976	maximal	True	CHI0047_000000002217	0.931589365073527	PS514|PS553	1	1	True	True	0.995945930480957	16					non-mobilizable	no_good_hit	1602.0	98.564	38.0	0.5233889434085705	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
AST0094_000000000861	16416	0.9999852889073774	15	14	10	12	13	True	109431	maximal	True	AST0094_000000000861	1.0		1	1	False	False	1.0	0	rep_cluster_570	MOBP		MOBP	mobilizable	no_good_hit	9019.0	93.68	55.0	0.21173367248404343	KM007160.1	firmicutes	Lactococcus garvieae strain IPLA 31405 plasmid pLG42, complete sequence	True	True
ENG0201_000000001158	9133	0.9999851303920982	10	9	6	7	9	True	114175	maximal	True	ENG0201_000000001158	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	5198.0	99.654	77.0	0.040060124874739846	CP043748.1	enterobacteria	Escherichia coli strain CVM N16EC0140 plasmid pN16EC0140-1, complete sequence	True	True
MAD0047_000000000581	24407	0.9999850905891368	25	22	10	16	21	True	98114	maximal	True	MAD0047_000000000581	1.0		1	1	False	False	0.9994673728942871	0	IncFIB				non-mobilizable	no_good_hit	4216.0	94.639	52.0	0.0008258609316040555	CP010219.1	enterobacteria	Escherichia coli strain M18, complete genome	True	True
USA0005_01_000000003133	10687	0.9999848867501796	15	7	4	5	5	True	96670	maximal	True	USA0005_01_000000003133	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	98.346	8.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
FIJ0018_000000000468	31425	0.9999848256234246	30	19	14	19	12	True	51377	maximal	True	FIJ0018_000000000468	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	0.0	2.5853580475732627e-05	NZ_QPGL01000001.1	g-proteobacteria	Vibrio casei strain JB196 SAMN07141174.101, whole genome shotgun sequence	True	True
AST0093_000000003164	6463	0.9999846741030204	8	5	5	5	5	False	128630	maximal	True	AST0093_000000003164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	16.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CAN0016_000000000024	138133	0.9999843234688316	143	56	34	48	32	True	100989	maximal	True	CAN0016_000000000024	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	92.67200000000001	1.0	0.003170710708273833	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	True
MAD0059_000000000332	25835	0.9999842663483006	31	15	9	15	9	True	109375	maximal	True	MAD0059_000000000332	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	2986.0	96.115	68.0	0.11897054709667106	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0027_000000000111	62977	0.999984213008991	61	32	16	27	14	True	132466	maximal	True	ENG0027_000000000111	1.0	PS1059|PS1061|PS1162|PS1163|PS771|PS924|PS955|PS956|PS957	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	97.79299999999999	7.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0121_01_000000005995	7589	0.9999841660532076	11	8	5	7	4	True	79334	maximal	True	USA0121_01_000000005995	1.0		1	1	False	False	0.9998682141304016	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0042762115932847644	LR789286.1	tunicates	Phallusia mammillata mRNA for phosphatidylinositol 3,4,5-trisphosphate-dependent Rac exchanger 1 protein (Prex1 gene)	True	True
MON0001_000000000215	35636	0.999983983162774	40	40	8	30	39	True	113250	fragment	False	CHI0171_000000000218	0.9989204497658637		0	0	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	plasmid	35636.0	99.99700000000001	100.0	0.303044476571137	CP040885.1	enterobacteria	Escherichia coli strain K71-77 plasmid pK71-77-2, complete sequence	False	True
FIJ0112_000000001667	12594	0.9999838497428579	18	18	11	15	18	True	97961	fragment	False	FIJ0112_000000001667	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	11481.0	99.97399999999999	100.0	0.09518518825607138	CP048871.1	enterobacteria	Escherichia coli strain 6-Pyelo plasmid p6-Pyelo_1, complete sequence	False	True
ENG0134_000000018204	2158	0.9999838143960319	4	2	2	2	2	False	123294	fragment	False	ISR0333_000000009230	0.9219350678941423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ISR0180_000000009613	2362	0.9999837842559604	4	3	3	2	3	False	123293	fragment	False	ISR0180_000000009613	1.0		0	0	False	False	0.9868755340576172	0					non-mobilizable	no_good_hit	153.0	80.392	6.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0295_000000003488	7755	0.9999837733700608	6	5	4	5	3	True	96244	maximal	True	ISR0295_000000003488	1.0	PS448|PS509|PS514|PS515	3	1	True	True	1.0	12		MOBV			mobilizable	no_good_hit	1926.0	99.74	53.0	0.6294599018003273	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
SPA0087_000000000425	23871	0.999983671598821	29	8	5	5	5	True	127412	maximal	False	SPA0088_000000000439	0.9966255773171198	PS736	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	672.0	83.78	3.0	0.18732394366197183	MK232330.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_9_c1 sequence	True	True
MAD0048_000000003839	5492	0.9999835903145768	6	5	4	5	4	True	130297	fragment	False	MAD0048_000000003839	1.0		0	0	False	False	0.9981791973114014	0					non-mobilizable	no_good_hit	1156.0	76.903	37.0	0.0023837553346980683	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0211_000000000853	31834	0.9999835819672536	39	16	10	15	11	True	127223	maximal	True	ENG0211_000000000853	1.0	PS985	1	1	False	True	0.9999371767044067	0					non-mobilizable	no_good_hit	8157.0	97.84200000000001	77.0	0.1824631291542645	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
FIJ0023_000000001419	16163	0.99998352446271	14	10	4	9	6	True	49843	maximal	True	FIJ0023_000000001419	0.9999793524942188	PS189	3	1	True	True	0.9997525215148926	4					non-mobilizable	no_good_hit	168.0	73.214	1.0	0.0010366886646944297	NZ_BAEO01000007.1	g-proteobacteria	Paraglaciecola arctica BSs20135, whole genome shotgun sequence	True	True
FIJ0154_000000001503	16144	0.99998352446271	14	10	4	9	6	True	49843	maximal	False	FIJ0023_000000001419	0.9995875353172884	PS189	0	0	True	True	0.9998141527175903	6					non-mobilizable	no_good_hit	168.0	73.214	1.0	0.0010366886646944297	NZ_BAEO01000007.1	g-proteobacteria	Paraglaciecola arctica BSs20135, whole genome shotgun sequence	True	True
FIJ0092_000000001136	15866	0.99998352446271	14	10	4	9	6	True	49843	maximal	False	FIJ0023_000000001419	0.9881348928545317	PS189	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	168.0	73.214	1.0	0.0010366886646944297	NZ_BAEO01000007.1	g-proteobacteria	Paraglaciecola arctica BSs20135, whole genome shotgun sequence	True	True
FIJ0020_000000001298	14160	0.99998352446271	13	10	4	9	6	True	49842	backbone	True	FIJ0020_000000001298	1.0	PS189	2	1	True	True	1.0	5					non-mobilizable	no_good_hit	110.0	78.182	1.0	0.000454634295571777	NZ_SRSO01000002.1	CFB group bacteria	Flavivirga rizhaonensis strain RZ03 NODE_2_length_235354_cov_15.8627_ID_1296, whole genome shotgun sequence	True	True
MON0033_000000012852	5343	0.9999835124716568	4	4	4	4	4	False	79497	maximal	True	MON0033_000000012852	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	5119.0	100.0	97.0	0.03340055210760225	KJ484636.1	enterobacteria	Escherichia coli plasmid pC59-153, complete sequence	False	True
ISR0339_000000000373	24119	0.9999834537617436	30	8	5	5	7	True	32035	maximal	True	ISR0339_000000000373	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	628.0	78.98100000000001	2.0	0.04827477049699272	MK232143.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_2-proph_c1 sequence	True	True
MAD0089_000000001693	8949	0.9999834323244718	9	9	8	6	9	True	127167	fragment	False	SPA0061_000000002136	0.9818359964228268		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	8949.0	99.765	100.0	0.046913010653468666	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	False	True
MAD0108_000000000190	33905	0.9999832013823772	36	34	9	25	31	True	71325	fragment	False	MAD0108_000000000190	0.9989782185252034		0	0	False	False	1.0	0		MOBF	MPF_F		conjugative	plasmid	19700.0	95.569	96.0	0.1769024767245408	CP055969.1	enterobacteria	Escherichia coli strain RHB10-C14 plasmid pRHB10-C14_3, complete sequence	False	True
MAD0104_000000000195	33078	0.9999832012708842	35	33	9	25	30	True	71325	fragment	False	MAD0108_000000000190	0.9839043501950644		0	0	False	False	0.9998488426208496	0		MOBF	MPF_F		conjugative	plasmid	19700.0	95.589	96.0	0.1769024767245408	CP055969.1	enterobacteria	Escherichia coli strain RHB10-C14 plasmid pRHB10-C14_3, complete sequence	False	True
ENG0155_000000000707	26235	0.999983087748904	25	16	10	15	6	True	123318	backbone	False	ISR0145_000000001034	0.9722661232789835	PS889	0	0	False	True	0.9989708662033081	0					non-mobilizable	no_good_hit	535.0	76.63600000000001	2.0	0.00016399162486962666	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0040_000000000789	21080	0.9999830867439548	32	23	17	17	17	True	123927	fragment	False	SPA0145_000000000420	0.8392357450840389		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	21091.0	99.943	100.0	0.21046223854382884	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0227_000000002565	9624	0.999983042200364	17	12	6	5	11	True	132247	maximal	True	ISR0227_000000002565	1.0	PS1122|PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	58	7	True	True	1.0	108		MOBP			mobilizable	no_good_hit	4463.0	99.955	73.0	0.8269088213491476	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
ISR0391_000000000975	9641	0.9999830389853128	13	5	5	4	4	True	42677	fragment	False	ISR0391_000000000975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	94.366	8.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0038_000000000060	56413	0.9999830061425714	82	20	7	16	13	True	19373	maximal	True	MAD0038_000000000060	0.9880587165126815		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.09329987043969e-05	NZ_FCNV02000001.1	b-proteobacteria	Caballeronia concitans isolate LMG 29315, whole genome shotgun sequence	True	True
CAN0006_000000012953	3484	0.9999829443874556	5	4	3	3	4	True	95726	fragment	False	CAN0006_000000012953	1.0		0	0	False	False	0.9982778429985046	0					non-mobilizable	plasmid	3484.0	100.0	100.0	0.03456763167558233	CP027614.1	enterobacteria	Klebsiella pneumoniae subsp. ozaenae strain AR_0096 plasmid unnamed2, complete sequence	False	True
ISR0153_000000001406	15937	0.9999828849273128	17	10	6	9	7	False	37163	maximal	True	ISR0153_000000001406	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	75.535	2.0	0.0003294669019609458	NZ_AUHG01000010.1	CFB group bacteria	Gramella echinicola DSM 19838 G530DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
FIJ0012_000000000968	18475	0.9999827747501694	23	8	4	7	7	True	101350	backbone	False	TAN0011_000000000086	0.12575111607326098	PS587|PS588	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	708.0	93.785	7.0	0.00018859725522970584	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0056_000000000252	24242	0.9999827214880288	24	23	12	14	21	False	98221	maximal	True	MAD0056_000000000252	1.0	PS396|PS544	1	1	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	15791.0	99.87299999999999	99.0	0.14433574625021733	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
ENG0042_000000002929	9088	0.9999826078070672	11	11	9	8	11	True	127167	fragment	False	SPA0061_000000002136	0.9905481436570377		0	0	False	False	0.999339759349823	0	rep_cluster_2313				non-mobilizable	plasmid	9088.0	100.0	100.0	0.047827826141878166	CP043952.1	enterobacteria	Escherichia coli strain ST95-32 plasmid pST95-32-2, complete sequence	False	True
ISR0171_000000001292	15871	0.9999824932769722	23	13	8	12	5	False	72486	fragment	False	ISR0171_000000001292	1.0		0	0	False	False	0.9988028407096863	0					non-mobilizable	no_good_hit	447.0	72.707	3.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
SPA0064_000000000374	26929	0.9999824677733806	36	16	5	15	7	True	132593	backbone	False	ISR0367_000000000184	0.10349275161685771	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20354.0	99.59200000000001	98.0	0.22147029336123097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0063_000000000272	26928	0.9999824677733806	37	16	5	15	7	True	132593	backbone	False	ISR0367_000000000184	0.1032676557510116	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20342.0	99.60700000000001	98.0	0.22133952312453686	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0037_000000001040	18575	0.9999823435620891	26	14	9	13	8	False	130731	fragment	False	SPA0037_000000001040	1.0		0	0	False	False	0.9986541271209717	0					non-mobilizable	no_good_hit	1086.0	98.895	6.0	0.0003781895144255772	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0092_000000004266	4564	0.9999823338342269	4	3	3	3	2	True	81946	fragment	False	ENG0092_000000004266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2176.0	93.15299999999999	50.0	0.08445102932002495	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
DEN0090_000000001941	9206	0.9999822904155296	8	6	5	5	4	True	68788	maximal	True	DEN0090_000000001941	1.0		1	1	False	False	0.999022364616394	0					non-mobilizable	no_good_hit	1456.0	89.01100000000001	16.0	0.0035379630013434994	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
FIJ0130_000000006288	3385	0.9999820883040736	5	2	2	2	2	True	40889	fragment	False	FIJ0130_000000006288	1.0		0	0	False	False	0.9810930490493774	0					non-mobilizable	no_good_hit	65.0	96.92299999999999	2.0	2.295044343535352e-05	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	True
ISR0152_000000000901	24341	0.999982025215922	35	14	5	13	6	True	132593	backbone	False	ISR0367_000000000184	0.02075331174283163	PS1168|PS703	0	0	False	True	0.999096155166626	0					non-mobilizable	other	18598.0	99.82799999999999	99.0	0.4881149370945289	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0182_000000000565	28193	0.9999819961578824	33	16	10	14	11	True	127224	backbone	True	ENG0182_000000000565	1.0	PS986	1	1	True	True	1.0	30					non-mobilizable	no_good_hit	10507.0	97.031	74.0	0.4193342125244775	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0031_000000001643	11478	0.9999817969804782	12	8	4	7	6	True	48636	fragment	False	FIJ0031_000000001643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	78.182	1.0	0.000454634295571777	NZ_SRSO01000002.1	CFB group bacteria	Flavivirga rizhaonensis strain RZ03 NODE_2_length_235354_cov_15.8627_ID_1296, whole genome shotgun sequence	True	True
USA0048_01_000000000085	44832	0.9999816973086058	55	25	11	22	11	True	82826	fragment	False	USA0048_01_000000000085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1105.0	80.271	3.0	0.038632778264680104	NZ_FOAT01000025.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	True
SPA0047_000000000674	35392	0.9999816451889632	38	22	19	21	16	True	72427	maximal	True	SPA0047_000000000674	1.0		1	1	False	False	0.9996892213821411	0					non-mobilizable	no_good_hit	660.0	74.697	2.0	0.00016045383960599065	NC_016894.1	firmicutes	Acetobacterium woodii DSM 1030, complete sequence	True	True
FIJ0112_000000000519	27526	0.9999816392716312	26	16	13	16	12	True	51361	fragment	False	FIJ0112_000000000519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	0.0	2.5853580475732627e-05	NZ_QPGL01000001.1	g-proteobacteria	Vibrio casei strain JB196 SAMN07141174.101, whole genome shotgun sequence	True	True
MON0056_000000000147	19249	0.999981424559818	15	9	7	5	8	True	20439	fragment	False	MON0056_000000000147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1906.0	90.45100000000001	42.0	0.0007761482843974157	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
ENG0148_000000011201	3386	0.9999813628124564	4	3	3	3	3	True	57320	maximal	True	ENG0148_000000011201	1.0		2	2	False	False	0.9973419904708862	0	rep_cluster_570				non-mobilizable	plasmid	3298.0	85.749	100.0	0.06820682068206821	CP029292.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed5	False	True
ENG0059_000000002098	5719	0.9999810179703721	8	8	4	7	8	True	97957	fragment	False	MAD0096_000000002547	0.9811542991755006		0	0	False	False	0.999825119972229	0					non-mobilizable	plasmid	5719.0	100.0	100.0	0.044109479140952854	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0204_000000002601	7470	0.9999809997445016	10	10	4	7	10	True	97960	fragment	False	ENG0204_000000002601	1.0		0	0	False	False	0.9998661279678345	0					non-mobilizable	plasmid	7392.0	99.946	100.0	0.08849059540485854	LT985309.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pI	False	True
AST0052_000000000633	21972	0.9999808853386498	24	12	7	12	8	True	114646	maximal	True	AST0052_000000000633	1.0		1	1	True	True	1.0	204					non-mobilizable	no_good_hit	3643.0	95.71799999999999	79.0	0.14550613435639212	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
AST0061_000000000870	21102	0.9999807114862558	24	14	8	13	7	True	121775	maximal	True	AST0061_000000000870	1.0		1	1	True	True	1.0	65					non-mobilizable	no_good_hit	2350.0	93.447	68.0	0.10167505641381705	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ENG0087_000000000780	24738	0.9999805891485593	21	12	10	10	6	True	80707	maximal	True	ENG0087_000000000780	0.9928342982065503		2	2	False	True	1.0	0					non-mobilizable	no_good_hit	940.0	72.128	4.0	0.0004202011350493311	CP017706.1	firmicutes	Lactobacillus amylovorus DSM 20531, complete genome	True	True
ISR0278_000000000332	20557	0.9999805590343024	22	8	4	7	7	True	101350	backbone	False	TAN0011_000000000086	0.4458601926118778	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	701.0	93.866	4.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0016_000000000457	26481	0.9999805120821396	34	28	10	14	27	True	132596	backbone	False	ISR0120_000000000296	0.42239407920019195	PS1169|PS902	0	0	False	True	0.9990181922912598	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22575.0	99.801	99.0	0.6831335512773944	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0024_000000000579	26469	0.9999804828349058	33	28	10	14	27	True	132596	backbone	False	ISR0120_000000000296	0.4244623257172411	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	22602.0	99.78299999999999	99.0	0.6839508415062356	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0090_000000001078	10104	0.999980459847631	10	5	5	4	3	True	89213	maximal	True	CHI0090_000000001078	0.9955443684191868		8	4	True	True	0.9968329668045044	8		MOBV			mobilizable	no_good_hit	3360.0	93.512	68.0	0.13077043044291953	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
ENG0025_000000000501	30001	0.9999803676795488	37	35	20	26	33	True	67230	maximal	True	ENG0025_000000000501	0.9808836851408783		1	1	False	True	1.0	0	rep_cluster_312	MOBP	MPF_T		conjugative	plasmid	16522.0	98.45700000000001	96.0	0.5582896738211932	HF560646.1	enterobacteria	Erwinia amylovora CFBP 2585 plasmid pEA3, complete sequence	False	True
CHI0111_000000005024	6139	0.9999802794031634	8	3	3	3	2	True	82646	fragment	False	CHI0111_000000005024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	78.184	14.0	0.1408695652173913	NZ_JH379418.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld536, whole genome shotgun sequence	True	True
CHI0133_000000002521	6583	0.9999801656403504	5	4	4	4	2	True	98976	maximal	False	CHI0047_000000002217	0.9244483564890191	PS514|PS553	0	0	True	True	0.9998480677604675	54		MOBV			mobilizable	no_good_hit	2543.0	93.0	48.0	0.8301145662847791	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
FIJ0133_000000000409	39403	0.9999801284644744	33	19	15	19	13	True	51363	maximal	True	FIJ0133_000000000409	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	92.208	0.0	0.0006451174792883336	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	True
ISR0028_000000000663	15194	0.999980047641425	17	11	6	9	5	True	100536	maximal	True	ISR0028_000000000663	0.969358708989241		1	1	True	True	1.0	70					non-mobilizable	no_good_hit	1600.0	77.562	10.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0051_000000001661	21325	0.9999799278615704	28	12	8	10	9	True	109382	maximal	True	ISR0051_000000001661	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	2774.0	89.113	64.0	0.11925013018573165	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0134_000000001588	16477	0.999979909918062	16	12	5	9	8	True	90316	maximal	True	ISR0134_000000001588	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	99.2	3.0	0.06951797157982725	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
ENG0146_000000000566	27930	0.9999798819669352	34	18	14	14	13	True	94600	maximal	True	ENG0146_000000000566	1.0	PS24	5	3	False	True	1.0	0					non-mobilizable	other	19405.0	99.964	95.0	0.4200692790647326	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MAD0090_000000002700	4414	0.9999798296513832	11	2	2	2	2	True	15797	maximal	True	MAD0090_000000002700	1.0		1	1	False	False	0.9997734427452087	0					non-mobilizable	no_good_hit	399.0	92.48100000000001	9.0	0.00014462422291802138	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	True
ISR0112_000000000497	30620	0.9999797043180666	32	25	12	19	17	True	83916	maximal	True	ISR0112_000000000497	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	82.098	4.0	0.0002961699891817406	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0263_000000000474	13944	0.9999795494178828	22	11	7	10	5	False	72485	fragment	False	ISR0263_000000000474	1.0		0	0	False	False	0.9987808465957642	0					non-mobilizable	no_good_hit	447.0	73.154	3.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
MAD0057_000000001475	9165	0.9999795183183814	9	9	8	7	9	True	127167	fragment	False	SPA0061_000000002136	0.9887999409413689		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	9165.0	99.92399999999999	100.0	0.07122192496733652	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	False	True
MAD0105_000000000472	28319	0.9999793521160582	25	25	8	23	23	True	103532	fragment	False	MAD0105_000000000472	1.0		0	0	False	False	1.0	0		MOBF	MPF_F		conjugative	plasmid	25547.0	97.75299999999999	99.0	0.17397878905531602	CP001122.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky str. CVM29188 plasmid pCVM29188_146, complete sequence	False	True
ISR0107_000000005012	4289	0.9999793491037118	6	2	2	2	2	True	33219	maximal	False	ISR0099_000000004780	0.9779687155761181		0	0	False	True	0.9962695240974426	0					non-mobilizable	no_good_hit								True	True
ISR0354_000000006390	3004	0.9999793491037118	4	2	2	2	2	True	23999	fragment	False	ISR0354_000000006390	1.0		0	0	False	False	0.9936751127243042	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	4.031235711656318e-05	NZ_KE159504.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.2, whole genome shotgun sequence	True	True
ISR0029_000000003079	13308	0.9999793489286102	11	8	5	7	7	False	37162	fragment	False	ISR0029_000000003079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	75.535	2.0	0.0003294669019609458	NZ_AUHG01000010.1	CFB group bacteria	Gramella echinicola DSM 19838 G530DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
USA0007_01_000000000623	23738	0.9999793473283952	29	20	12	10	18	True	132596	backbone	False	ISR0120_000000000296	0.41223399855915505	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22738.0	99.806	98.0	0.7339876033057852	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0220_000000000327	43768	0.9999793110385948	47	42	13	19	41	True	114307	fragment	False	ISR0220_000000000327	0.9667186641358114		0	0	False	True	0.999977171421051	0		MOBP	MPF_I	MOBP	conjugative	plasmid	28622.0	99.022	99.0	0.31343986506467475	CP057846.1	enterobacteria	Escherichia coli strain RHB13-C03 plasmid pRHB13-C03_4, complete sequence	False	True
SPA0044_000000005739	4441	0.9999792130519162	3	3	2	3	3	False	84232	maximal	False	ISR0155_000000005284	0.9641959798994975	PS417	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	480.0	98.75	11.0	0.013101750547045952	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	True	True
ISR0183_000000007818	4434	0.9999791306707494	9	7	2	7	5	True	39337	maximal	True	ISR0183_000000007818	1.0		4	3	True	True	0.9997744560241699	33					non-mobilizable	plasmid	3804.0	84.98899999999999	99.0	0.8645857241221023	FJ696405.1	enterobacteria	Yersinia enterocolitica strain 07-04449 plasmid pYe4449-1, complete sequence	False	True
ISR0254_000000006034	1967	0.9999791262855864	3	3	2	3	2	False	26923	fragment	False	SPA0136_000000020133	0.9769641125121242		0	0	False	False	0.9954245090484619	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	0.006269155753691837	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	False
ISR0345_000000000228	18609	0.999979101322693	22	13	9	8	11	True	132596	backbone	False	ISR0120_000000000296	0.0231073434773677	PS1169|PS902	0	0	False	True	0.9997850656509399	0		MOBB	MPF_T		conjugative	plasmid	17145.0	99.125	94.0	0.5519173186515985	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0180_000000002271	8923	0.9999790992446796	10	7	6	6	6	False	128615	fragment	False	ISR0180_000000002271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	12.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0040_000000000696	22200	0.9999790121499093	18	18	13	17	16	True	114157	maximal	True	FIJ0040_000000000696	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	3235.0	99.876	29.0	0.03785732680916817	CP041415.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_4, complete sequence	True	True
FIJ0048_000000000730	28208	0.9999788401388552	41	11	5	7	6	True	46825	fragment	False	FIJ0048_000000000730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0377_000000000977	9427	0.999978760812748	11	4	3	4	2	True	96671	fragment	False	ISR0377_000000000977	1.0		0	0	False	False	0.9998939037322998	0					non-mobilizable	no_good_hit	842.0	83.135	9.0	0.11019976187326366	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ISR0157_000000010943	2798	0.999978736933416	3	2	2	2	2	True	56737	fragment	False	ISR0157_000000010943	1.0		0	0	False	False	1.0	0	rep_cluster_554				non-mobilizable	plasmid	1577.0	98.795	100.0	0.03234495805231124	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
ISR0049_000000000794	21938	0.99997856414258	33	24	17	18	17	True	123927	fragment	False	SPA0145_000000000420	0.8554705081943945		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	21945.0	99.868	100.0	0.22323726589283716	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0164_000000000513	29634	0.9999785413561579	37	16	10	16	8	True	127248	fragment	False	ENG0164_000000000513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6107.0	98.035	72.0	0.13665152295056285	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ENG0052_000000002399	10046	0.9999784900659774	9	4	4	4	3	True	89213	maximal	False	CHI0090_000000001078	0.9919503826867248		0	0	True	True	0.9996018409729004	10		MOBV			mobilizable	no_good_hit	3360.0	93.45200000000001	68.0	0.13077043044291953	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
FIJ0010_000000000978	17195	0.9999784619975938	23	12	7	9	8	True	96582	maximal	True	FIJ0010_000000000978	1.0		6	1	True	True	1.0	64					non-mobilizable	no_good_hit	1780.0	80.0	10.0	0.015359131354829757	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0044_000000005764	4095	0.9999784240615064	7	5	2	4	5	True	54161	maximal	True	MAD0044_000000005764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3512.0	88.46799999999999	85.0	0.2603250335470404	CP017584.1	enterobacteria	Pantoea stewartii subsp. stewartii DC283 plasmid pDSJ03, complete sequence	True	True
SPA0102_000000005515	6758	0.999978395946016	9	7	4	5	5	True	109785	maximal	True	SPA0102_000000005515	1.0	PS690	0	0	False	True	0.99659663438797	0	rep_cluster_1152	MOBQ			mobilizable	no_good_hit	3435.0	99.825	58.0	0.4870921985815603	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
CHI0045_000000000255	27210	0.999978379494999	31	24	14	13	22	True	132596	backbone	False	ISR0120_000000000296	0.4520706675399836	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23611.0	99.725	96.0	0.7137667998547039	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0171_000000012088	2280	0.9999782067272308	3	2	2	2	2	False	29993	maximal	True	ISR0171_000000012088	1.0		2	2	False	False	0.9964912533760071	0					non-mobilizable	no_good_hit								True	False
AST0053_000000000621	22554	0.9999781746898684	29	9	5	6	5	True	114286	backbone	True	AST0053_000000000621	1.0	PS736	1	1	True	True	1.0	53					non-mobilizable	no_good_hit	672.0	83.631	3.0	0.18732394366197183	MK232330.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_9_c1 sequence	True	True
ENG0139_000000002446	7019	0.9999781372504748	7	7	6	6	5	True	57883	fragment	False	ENG0139_000000002446	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6123.0	99.984	100.0	0.06255620044142893	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
SPA0002_000000000649	34475	0.9999781024882156	38	17	11	16	9	True	130796	maximal	False	ISR0350_000000000276	0.9513998920761576	PS306|PS985|PS987	0	0	True	True	0.9998549818992615	3					non-mobilizable	no_good_hit	7673.0	97.57600000000001	63.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0155_000000005284	4776	0.99997784480894	3	3	2	3	3	False	84232	maximal	True	ISR0155_000000005284	0.9964032922632806	PS417	11	4	True	True	1.0	1					non-mobilizable	no_good_hit	819.0	100.0	17.0	0.021811588406260834	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
ISR0136_000000000823	8451	0.9999777250114869	11	5	4	4	2	True	82647	fragment	False	ISR0136_000000000823	1.0		0	0	False	False	0.9998816847801208	0					non-mobilizable	no_good_hit	1126.0	85.169	13.0	0.14777086916258764	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0014_000000001888	13445	0.9999775287546108	13	7	7	7	5	True	66942	maximal	True	ENG0014_000000001888	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2728.0	96.664	25.0	0.08933254655127196	NZ_CP039397.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-1	True	True
ISR0354_000000000557	18178	0.9999774008168963	25	12	4	11	6	True	111054	fragment	False	ISR0354_000000000557	0.9975037147102526		0	0	False	False	1.0	0					non-mobilizable	plasmid	18100.0	99.801	99.0	0.197059849178327	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0168_000000000755	18012	0.9999773968225164	23	13	9	12	7	False	130730	fragment	False	FIJ0168_000000000755	1.0		0	0	False	False	0.9993337988853455	0					non-mobilizable	no_good_hit	447.0	73.378	2.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
FIJ0038_000000000410	41555	0.9999772840671828	43	41	12	24	40	True	98683	fragment	False	FIJ0038_000000000410	1.0		0	0	False	False	1.0	0	IncK2/Z		MPF_I		non-mobilizable	other	17894.0	99.06700000000001	92.0	0.21669170745892502	LM996865.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-23_contig-10.0_1_82532_[organism:Escherichia	False	True
ISR0081_000000001219	14295	0.9999772660086071	16	8	4	6	6	True	97852	backbone	False	ISR0080_000000001662	0.9974610840169267	PS539|PS540	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	157.0	89.17200000000001	1.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0080_000000001662	14295	0.9999772660086071	15	8	4	6	6	True	97852	backbone	True	ISR0080_000000001662	0.9975348271917156	PS539|PS540	6	2	True	True	1.0	133					non-mobilizable	no_good_hit	157.0	89.17200000000001	1.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0064_000000000994	13461	0.9999772660086071	15	8	4	6	6	True	97852	backbone	False	ISR0080_000000001662	0.9611752360965372	PS539|PS540	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	126.0	88.095	1.0	0.10620220900594732	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ENG0152_000000002918	7681	0.9999771649162428	6	5	2	5	3	False	96736	fragment	False	ENG0152_000000002918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0036_000000000344	23007	0.9999770927011858	34	25	17	19	18	True	123927	fragment	False	SPA0145_000000000420	0.8984700316601376		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	23018.0	99.95200000000001	100.0	0.22969224014050774	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
BAN0018_000000000278	6975	0.9999769005816014	9	8	5	4	8	True	98229	maximal	True	BAN0018_000000000278	1.0		1	1	False	False	0.9997132420539856	0	IncX1,IncX3			MOBP	mobilizable	plasmid	6917.0	99.986	100.0	0.13286968550075887	CP026773.1	enterobacteria	Shigella flexneri strain 95-3008 plasmid unnamed	False	True
ISR0051_000000001194	26909	0.999976845620293	28	17	11	16	9	True	130734	fragment	False	ISR0051_000000001194	1.0		0	0	False	False	0.9997770190238953	0					non-mobilizable	no_good_hit	1232.0	74.26899999999999	5.0	0.00041064485716122556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0208_000000001098	16074	0.9999767102068854	23	22	7	12	20	True	132559	fragment	False	ISR0208_000000001098	1.0		0	0	False	True	0.9998133778572083	0					non-mobilizable	other	10194.0	97.822	100.0	0.27139162200357303	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0087_000000000226	49149	0.99997644078693	45	41	17	21	39	True	80345	maximal	True	ENG0087_000000000226	1.0	PS396	1	1	False	True	1.0	0		MOBP			mobilizable	plasmid	26017.0	99.101	98.0	0.2463748898970478	CP050048.1	enterobacteria	Escherichia coli strain 90-1 plasmid pCD90-1-1, complete sequence	False	True
MON0076_000000000822	22307	0.9999763891348205	22	13	8	12	5	True	123316	fragment	False	MON0076_000000000822	0.9801578206047283		0	0	False	False	0.9997310042381287	0					non-mobilizable	no_good_hit	319.0	79.937	1.0	9.575170424311174e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
MAD0062_000000003442	3820	0.999976349515548	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.9879426391024572		0	0	False	False	0.9997382164001465	0					non-mobilizable	plasmid	3748.0	99.973	100.0	0.022414308787461864	CP033379.1	enterobacteria	Escherichia coli strain L73 plasmid pL73-2, complete sequence	False	True
MAD0102_000000004320	3820	0.999976349515548	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.9879426391024572		0	0	False	False	1.0	0					non-mobilizable	plasmid	3748.0	99.973	100.0	0.022414308787461864	CP033379.1	enterobacteria	Escherichia coli strain L73 plasmid pL73-2, complete sequence	False	True
SPA0131_000000001317	11975	0.9999762831161064	20	12	5	7	12	False	132318	maximal	True	SPA0131_000000001317	1.0	PS1156	6	3	False	True	0.9996659755706787	0	rep_cluster_663				non-mobilizable	no_good_hit	3202.0	98.65700000000001	34.0	0.0853531717462603	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
MON0090_000000001584	21930	0.9999762794612131	32	15	11	15	10	True	52070	fragment	False	MON0090_000000001584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	95.319	2.0	0.0005705605391553266	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
CHI0080_000000000062	33388	0.9999762456582744	39	25	10	18	19	True	90319	maximal	True	CHI0080_000000000062	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	85.727	5.0	0.0002706423666832307	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ENG0032_000000001744	9437	0.9999760541593584	15	9	4	5	7	False	132472	fragment	False	ENG0032_000000001744	1.0		0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	no_good_hit	5182.0	99.305	62.0	0.9256346085091169	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	True	True
ENG0117_000000001093	15888	0.9999759616551172	15	13	6	11	13	False	108514	maximal	True	ENG0117_000000001093	1.0		1	1	False	False	1.0	0	IncFII,rep_cluster_2272	MOBF			mobilizable	plasmid	8201.0	96.744	92.0	0.07642496729583255	CP056885.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00062 plasmid pRHBSTW-00062_3, complete sequence	False	True
DEN0012_000000000879	7288	0.999975940687432	10	10	9	6	9	False	75498	maximal	True	DEN0012_000000000879	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	7288.0	100.0	100.0	0.04896979960485464	LR536671.1	firmicutes	Enterococcus faecium isolate E8481 genome assembly, plasmid: 2	False	True
CHI0023_000000002882	4255	0.999975934855048	8	8	5	8	7	True	97942	fragment	False	CHI0023_000000002882	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4198.0	99.45200000000001	100.0	0.023444176940135515	LT985252.1	enterobacteria	Escherichia coli strain 666 genome assembly, plasmid: RCS51_p	False	True
USA0004_01_000000000372	38867	0.9999757819684452	48	20	8	17	10	True	82823	fragment	False	USA0004_01_000000000372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	81.589	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
ISR0797_000000000407	23251	0.9999757689095722	26	10	6	9	9	True	101351	maximal	True	ISR0797_000000000407	1.0	PS587|PS588	1	1	True	True	1.0	387					non-mobilizable	no_good_hit	1528.0	92.277	12.0	0.5451947123972848	HG796370.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00803	True	True
ENG0042_000000001378	16730	0.99997575005561	23	23	4	10	23	True	98159	maximal	True	ENG0042_000000001378	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	16730.0	100.0	100.0	0.14554423573833533	CP049984.1	enterobacteria	Salmonella enterica subsp. enterica serovar Saintpaul strain CVM N40391 plasmid pN40391-1, complete sequence	False	True
ENG0158_000000000517	26327	0.9999757372498044	25	16	10	15	6	True	123318	backbone	False	ISR0145_000000001034	0.977214765060701	PS889	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	534.0	76.592	2.0	0.00016399162486962666	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
MAD0043_000000001040	14087	0.9999756707738608	13	12	12	9	11	True	127168	fragment	False	BAN0016_000000000046	0.731962293763429		0	0	False	False	0.99971604347229	0	rep_cluster_2313				non-mobilizable	plasmid	14088.0	99.90100000000001	100.0	0.07385601040181193	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	False	True
ISR0258_000000000463	16880	0.99997560209654	20	20	6	7	19	True	132574	fragment	False	ISR0258_000000000463	0.974104236144063		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	7874.0	96.52	100.0	0.15414469686575064	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0041_000000000246	39570	0.9999755294693928	44	37	20	27	34	True	41836	maximal	True	ISR0041_000000000246	1.0		1	1	False	False	1.0	0	rep_cluster_1418				non-mobilizable	no_good_hit	4772.0	95.725	37.0	0.024661173770559593	CP050374.1	enterobacteria	Klebsiella pneumoniae strain 50595 plasmid p50595_NDM_1, complete sequence	True	True
FIJ0115_000000000342	36659	0.9999755117362342	42	40	7	29	40	True	95709	fragment	False	ENG0034_000000000210	0.9811885136931667		0	0	False	False	1.0	0		MOBF,MOBF	MPF_F		conjugative	plasmid	36659.0	99.93700000000001	100.0	0.23983460584767774	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
FIJ0099_000000003462	6573	0.999975435422364	5	5	3	3	5	False	79502	maximal	True	FIJ0099_000000003462	1.0		1	1	False	False	0.9993914365768433	0					non-mobilizable	chromosome	5272.0	99.88600000000001	100.0	0.0008763524982031532	LR607342.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071186 genome assembly, chromosome: 1	False	False
MAD0009_000000000262	20160	0.9999752745081032	21	15	10	11	9	True	97838	maximal	True	MAD0009_000000000262	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1998.0	93.944	31.0	0.0005313801024293834	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0044_01_000000010838	2683	0.9999752577571058	3	2	2	2	2	False	91443	fragment	False	ENG0037_000000012150	0.9688506981740065		0	0	False	False	0.999254584312439	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000013687	2444	0.9999752577571058	3	2	2	2	2	False	91442	fragment	False	ISR0141_000000013687	1.0		0	0	False	False	0.993862509727478	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000018019	1848	0.9999752577571058	2	2	2	2	2	False	91441	fragment	False	ENG0079_000000018019	0.9757062146892655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000014225	1770	0.9999752577571058	2	2	2	2	2	False	91441	fragment	False	ENG0079_000000018019	0.9556277056277056		0	0	False	False	0.9779661297798157	0					non-mobilizable	no_good_hit								True	False
SPA0136_000000020133	2062	0.9999752074405548	3	3	2	3	3	False	26923	fragment	False	SPA0136_000000020133	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	83.824	10.0	0.0032645578373510444	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
MON0072_000000000131	37428	0.9999752034829478	37	35	12	20	35	True	113299	fragment	False	MON0072_000000000131	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	37428.0	99.98700000000001	100.0	0.37439354987145756	CP057908.1	enterobacteria	Escherichia coli strain RHB10-C12 plasmid pRHB10-C12_3, complete sequence	False	True
MON0048_000000000970	20170	0.9999750716319914	17	6	2	4	4	True	40890	maximal	True	MON0048_000000000970	1.0		2	1	False	False	0.9992067217826843	0					non-mobilizable	no_good_hit								True	True
DEN0065_000000012684	2679	0.9999750577993526	3	2	2	2	2	False	71120	maximal	True	DEN0065_000000012684	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	3.9107784149147963e-07	CP035804.1	nematodes	Haemonchus contortus strain NZ_Hco_NP chromosome 4	True	False
ENG0068_000000000838	23259	0.9999750332998084	23	22	11	13	21	False	98295	maximal	True	ENG0068_000000000838	1.0	PS396|PS544	2	2	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	23277.0	99.914	100.0	0.2460049040331445	CP051713.1	enterobacteria	Escherichia coli strain SCU-123 plasmid pSCU-123-2, complete sequence	False	True
FIJ0074_000000000745	27246	0.9999750312145128	28	17	11	16	9	True	130735	fragment	False	FIJ0074_000000000745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	74.188	4.0	0.00041064485716122556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0043_000000002141	8786	0.9999749835032434	8	5	4	5	3	True	100533	fragment	False	MAD0043_000000002141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1522.0	79.172	17.0	0.00040226967593549705	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0122_000000003681	4760	0.999974981032155	6	6	5	6	6	True	97966	fragment	False	FIJ0122_000000003681	1.0		0	0	False	False	0.9989495873451233	0	IncFIA				non-mobilizable	plasmid	3859.0	99.53399999999999	100.0	0.026816807423626316	CP033847.1	enterobacteria	Escherichia coli strain FDAARGOS_497 plasmid unnamed1, complete sequence	False	True
ISR0087_000000000927	16070	0.9999749797623876	13	7	7	5	5	True	33869	backbone	True	ISR0087_000000000927	1.0	PS106	2	1	True	True	1.0	33		MOBV			mobilizable	no_good_hit	3674.0	93.90299999999999	53.0	0.14301310043668122	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
MAD0105_000000002872	8790	0.9999749716785576	8	8	8	6	8	True	127167	fragment	False	SPA0061_000000002136	0.9663579631350422		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	8790.0	99.863	100.0	0.04607939770153511	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	False	True
ISR0063_000000004048	4930	0.9999749605797206	3	3	2	3	3	False	89388	fragment	False	ISR0063_000000004048	0.9806605196246577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	89.59	21.0	0.00042492183708445365	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0134_000000007047	4671	0.9999749605797206	3	3	2	3	3	False	89388	fragment	False	ISR0063_000000004048	0.9572570354329826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	89.723	22.0	0.0004304903692236652	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0122_000000001237	23051	0.9999749017330676	24	13	8	11	9	True	127210	maximal	True	SPA0122_000000001237	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3421.0	93.101	64.0	0.1351956200295728	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0382_000000005817	2371	0.9999748652358106	4	2	2	2	2	False	123294	fragment	False	ISR0333_000000009230	0.9649864256144719		0	0	False	False	0.9995782375335693	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
FIJ0131_000000003722	5022	0.9999748318749752	3	3	3	3	3	False	79501	fragment	False	FIJ0131_000000003722	0.9941011797640472		0	0	False	False	1.0	0					non-mobilizable	plasmid	4947.0	99.98	99.0	0.03477172705670618	MT108213.1	enterobacteria	Klebsiella pneumoniae strain ZZ100 plasmid pZZ100-KPC, complete sequence	False	True
FIJ0010_000000003681	5001	0.9999748318749752	3	3	3	3	3	False	79501	fragment	False	FIJ0131_000000003722	0.9920350457984867		0	0	False	False	0.9994001388549805	0					non-mobilizable	plasmid	5001.0	100.0	100.0	0.03927328709558332	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
SPA0018_000000000941	22356	0.9999748283637164	33	24	17	18	18	True	123927	fragment	False	SPA0145_000000000420	0.8547205268453424		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	19010.0	99.95299999999999	99.0	0.15923502852308233	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0193_000000000769	24825	0.9999747976448172	27	14	9	14	9	True	109958	maximal	True	ISR0193_000000000769	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5120.0	94.16	56.0	0.20305319106422093	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
USA0052_01_000000000614	22993	0.9999747905866414	34	24	17	18	18	True	123927	fragment	False	SPA0145_000000000420	0.8860840367313468		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	23004.0	99.9	100.0	0.2295425514928948	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0083_000000000787	25609	0.9999747812170384	26	26	10	20	25	True	113267	fragment	False	ENG0083_000000000787	1.0		0	0	False	False	1.0	0	IncFIC,rep_cluster_2244	MOBF	MPF_F		conjugative	chromosome	25537.0	99.984	100.0	0.0050810296486914494	CP035320.1	enterobacteria	Escherichia coli strain BR02-DEC chromosome	False	True
FIJ0132_000000005992	4693	0.999974732375868	5	3	2	2	3	False	115885	fragment	False	FIJ0132_000000005992	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4614.0	100.0	100.0	0.03018050730469031	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
FIJ0068_000000007485	4130	0.9999747200366896	3	2	2	2	2	False	79499	fragment	False	FIJ0068_000000007485	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4058.0	99.95100000000001	100.0	0.02654288275203308	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
FIJ0104_000000006639	3742	0.9999747200366896	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.983839082092172		0	0	False	False	0.9981293678283691	0					non-mobilizable	plasmid	3664.0	100.0	100.0	0.023965141612200435	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
FIJ0160_000000004563	3741	0.9999747200366896	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.9838730958152838		0	0	False	False	0.9994654059410095	0					non-mobilizable	plasmid	3668.0	100.0	98.0	0.018167765716578892	MN891675.1	enterobacteria	Klebsiella pneumoniae strain 358573 plasmid p358573-KPC, complete sequence	False	True
FIJ0064_000000007362	3679	0.9999747200366896	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.9824997406756221		0	0	False	False	1.0	0					non-mobilizable	plasmid	3678.0	99.946	100.0	0.019345300728145123	CP012993.2	enterobacteria	Klebsiella pneumoniae strain KpN06 plasmid pKpN06-CTX, complete sequence	False	True
FIJ0149_000000005988	3668	0.9999747200366896	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.9825604069312445		0	0	False	False	0.9997273683547974	0					non-mobilizable	plasmid	3668.0	100.0	100.0	0.04194644307431853	CP035217.1	enterobacteria	Klebsiella michiganensis strain M82255 plasmid pKOCBH-C, complete sequence	False	True
FIJ0070_000000005283	3665	0.9999747200366896	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.9822937750699412		0	0	False	False	1.0	0					non-mobilizable	plasmid	3665.0	100.0	100.0	0.012374448654819077	CP052139.1	enterobacteria	Klebsiella pneumoniae strain F17KP0040 plasmid pF17KP0040-1, complete sequence	False	True
ENG0059_000000003380	3664	0.9999747200366896	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.982193549148925		0	0	False	False	1.0	0					non-mobilizable	plasmid	3664.0	100.0	100.0	0.2626371262637126	MT230132.1	enterobacteria	Escherichia coli strain DH5alpha plasmid pESBL162, complete sequence	False	True
ENG0008_000000003398	6399	0.999974706425332	7	4	3	3	3	True	96678	fragment	False	ENG0008_000000003398	1.0		0	0	False	False	0.9978121519088745	0					non-mobilizable	no_good_hit	903.0	78.295	14.0	0.1408695652173913	NZ_JH379418.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld536, whole genome shotgun sequence	True	True
MON0015_000000007935	4500	0.9999745924029914	3	3	2	2	3	False	79498	maximal	True	MON0015_000000007935	1.0		3	2	False	False	1.0	0				MOBP	mobilizable	plasmid	3664.0	99.973	99.0	0.6557465091299678	CP056536.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00433 plasmid pRHBSTW-00433_7, complete sequence	False	True
AST0111_000000003520	5608	0.9999745838606438	6	6	1	4	6	True	106850	maximal	True	AST0111_000000003520	0.9920056848463314		1	1	True	True	1.0	8	rep_cluster_1299,rep_cluster_1956	MOBP			mobilizable	plasmid	4479.0	100.0	100.0	0.809911376379092	DQ099911.1	firmicutes	Lactiplantibacillus plantarum plasmid pLJ42, complete sequence	False	True
ENG0161_000000003781	5550	0.9999745838606438	6	6	1	4	6	True	106850	maximal	False	AST0111_000000003520	0.9920014219694276		0	0	True	True	0.999819815158844	12	rep_cluster_1299,rep_cluster_1956	MOBP			mobilizable	plasmid	5048.0	98.455	100.0	0.2146993697836825	CP026508.1	firmicutes	Lactiplantibacillus plantarum strain NCIMB700965.EF.A plasmid punamed3, complete sequence	False	True
ENG0037_000000012150	2793	0.9999745319337734	3	2	2	2	2	False	91443	fragment	False	ENG0037_000000012150	0.9880730525531122		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000001386	12238	0.9999744837132588	16	11	6	10	7	True	127232	fragment	False	ISR0087_000000001386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5010.0	94.17200000000001	65.0	0.21641208123589656	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
FIJ0001_000000003553	5489	0.9999743766364718	7	6	0	4	6	False	95664	maximal	True	FIJ0001_000000003553	1.0	PS507	1	1	False	True	0.9983603358268738	0	rep_cluster_2335	MOBP		MOBP,MOB_unknown	mobilizable	no_good_hit	2298.0	100.0	79.0	0.00046645844925411324	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	True	True
ISR0191_000000001758	5046	0.9999742945497008	4	3	2	3	2	False	96654	fragment	False	MON0076_000000008392	0.9679725759059745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0786_000000003140	5831	0.9999742160863822	8	5	3	5	5	True	120323	fragment	False	ISR0786_000000003140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1893.0	98.098	54.0	0.003954106436766708	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0181_000000000817	23930	0.9999740829711344	29	11	7	7	6	True	55293	maximal	True	ENG0181_000000000817	1.0		1	1	True	True	0.9999164342880249	18					non-mobilizable	no_good_hit	672.0	83.78	3.0	0.18732394366197183	MK232330.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_9_c1 sequence	True	True
MAD0072_000000000525	9739	0.9999739997572076	10	6	3	5	3	True	96662	fragment	False	MAD0072_000000000525	1.0		0	0	False	False	0.999897301197052	0					non-mobilizable	no_good_hit	311.0	85.209	3.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0201_000000000258	31829	0.999973729723678	32	30	7	11	28	True	80384	fragment	False	ENG0201_000000000258	1.0		0	0	False	False	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	17701.0	98.63799999999999	100.0	0.1556290516945649	MG825375.1	enterobacteria	Escherichia coli strain 1106 plasmid p1106-NDM, complete sequence	False	True
ENG0131_000000003103	9280	0.9999736861462166	18	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.9295721074259825	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	170		MOBP			mobilizable	no_good_hit	4988.0	99.73899999999999	71.0	0.9830374753451676	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
USA0043_01_000000001689	9199	0.9999736861462166	16	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.9284276163737759	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	841		MOBP			mobilizable	no_good_hit	4988.0	99.73899999999999	72.0	0.9830374753451676	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
CHI0075_000000000773	9199	0.9999736861462166	16	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.9292600474961235	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	76		MOBP			mobilizable	no_good_hit	4988.0	99.338	72.0	0.9830374753451676	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
USA0024_01_000000002543	9199	0.9999736861462166	17	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.9281926661817078	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	434		MOBP			mobilizable	no_good_hit	4988.0	99.699	72.0	0.9830374753451676	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ENG0059_000000000702	16751	0.999973590217456	21	20	5	12	20	True	82951	fragment	False	ENG0059_000000000702	1.0		0	0	False	False	0.9980299472808838	0	IncK2/Z				non-mobilizable	plasmid	16748.0	99.301	99.0	0.19208222918172327	AP022224.1	enterobacteria	Escherichia coli plasmid pWP8-S17-ESBL-12_2 DNA, complete genome, strain: WP8-S17-ESBL-12	False	True
SPA0149_000000003100	9450	0.9999735762226296	12	6	4	5	5	False	15095	maximal	True	SPA0149_000000003100	1.0		1	1	False	False	0.9982010722160339	0					non-mobilizable	no_good_hit	447.0	78.747	5.0	0.00013085173124607893	CP010993.1	firmicutes	Clostridium perfringens strain JP55, complete genome	True	False
ISR0318_000000000293	19352	0.9999733415572698	25	17	14	16	15	True	30085	maximal	True	ISR0318_000000000293	1.0		2	1	False	False	0.9989148378372192	0					non-mobilizable	no_good_hit	843.0	78.055	4.0	0.042562952390661636	NZ_FORW01000009.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	True
USA0071_01_000000000522	26118	0.9999733055920772	33	26	11	13	23	True	132596	backbone	False	ISR0120_000000000296	0.5727447504394718	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23369.0	99.11399999999999	99.0	0.7072587480324495	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0134_000000004549	3498	0.9999732114312204	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.8631607036309844		0	0	False	False	1.0	0					non-mobilizable	plasmid	3455.0	99.913	100.0	0.06510303738758272	CP056858.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00113 plasmid pRHBSTW-00113_5, complete sequence	False	True
SPA0068_000000000419	33662	0.9999732080796908	45	41	8	16	41	True	28834	fragment	False	SPA0068_000000000419	1.0		0	0	False	False	1.0	0		MOBP	MPF_I		conjugative	plasmid	30483.0	98.238	100.0	0.38371360934824217	LT994833.1	enterobacteria	Klebsiella pneumoniae isolate CNR341 genome assembly, plasmid: CNR341	False	True
DEN0067_000000005024	5759	0.9999731930582048	6	2	2	2	2	False	78012	fragment	False	DEN0067_000000005024	1.0		0	0	False	False	0.9987844824790955	0					non-mobilizable	no_good_hit								True	False
ISR0350_000000000705	17567	0.9999730541339672	26	23	4	6	22	True	132573	fragment	False	ISR0097_000000000731	0.955724833610649		0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	12834.0	99.93	100.0	0.2914934696195344	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0273_000000000749	7838	0.99997283143	12	8	4	5	6	False	114712	fragment	False	ISR0273_000000000749	1.0		0	0	False	True	0.9996172785758972	0	rep_cluster_870				non-mobilizable	no_good_hit	4348.0	96.06700000000001	55.0	0.043230081430624304	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
MON0076_000000008392	5105	0.999972497052698	5	3	2	3	2	False	96654	fragment	False	MON0076_000000008392	0.9733452239397543		0	0	False	False	0.9972575902938843	0					non-mobilizable	no_good_hit	105.0	98.095	2.0	0.006448012896025792	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	False
MON0101_000000015556	3802	0.999972497052698	3	3	2	3	2	False	96136	fragment	False	MON0101_000000015556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0092_000000005007	4022	0.9999724274675296	5	4	3	4	3	True	120316	fragment	False	ENG0092_000000005007	1.0		0	0	False	False	0.9997513890266418	0					non-mobilizable	no_good_hit	468.0	86.75200000000001	34.0	0.000972321254942633	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0110_000000001145	17356	0.9999722192326701	26	8	5	6	6	True	59829	maximal	True	ENG0110_000000001145	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	78.142	5.0	0.07003798670465337	MK232143.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_2-proph_c1 sequence	True	True
MAD0053_000000000352	25219	0.9999722035347549	32	32	7	25	32	True	86853	fragment	False	MAD0053_000000000352	1.0		0	0	False	False	1.0	0		MOBF	MPF_F		conjugative	plasmid	25220.0	99.695	100.0	0.3721592586033882	CP055763.1	enterobacteria	Escherichia coli strain RHB05-C24 plasmid pRHB05-C24_3, complete sequence	False	True
ISR0233_000000000426	14004	0.9999720736095332	12	8	5	6	6	True	112434	maximal	True	ISR0233_000000000426	1.0	PS720	0	0	True	True	0.9999285936355591	8					non-mobilizable	no_good_hit	744.0	92.07	5.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
MAD0005_000000007681	3399	0.9999719633746146	4	4	3	4	3	True	19982	maximal	True	MAD0005_000000007681	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3334.0	99.37	98.0	0.07811510960028133	CP010127.1	enterobacteria	Escherichia coli strain C8 plasmid B, complete genome	False	True
ENG0065_000000003337	7897	0.9999717075543584	9	5	3	5	2	True	62879	maximal	True	ENG0065_000000003337	1.0		1	1	False	False	0.9994934797286987	0					non-mobilizable	no_good_hit								True	True
SPA0065_000000000442	27600	0.9999711310695436	26	19	9	16	14	True	37181	maximal	True	SPA0065_000000000442	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1902.0	98.633	12.0	0.26288659793814434	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
MAD0051_000000005027	5089	0.999971002356436	8	2	1	2	2	False	18956	maximal	True	MAD0051_000000005027	0.993064055487556		3	1	True	True	0.9889958500862122	8					non-mobilizable	no_good_hit	70.0	95.714	1.0	2.177292167996077e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
MAD0031_000000003511	3732	0.999971002356436	4	2	1	2	2	False	18955	fragment	False	MAD0031_000000003511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000001285	17731	0.9999709770159914	24	14	9	13	7	False	130728	fragment	False	ISR0167_000000001285	1.0		0	0	False	False	0.9993232488632202	0					non-mobilizable	no_good_hit	447.0	72.931	2.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
MAD0087_000000002558	9118	0.9999708330686456	8	6	5	5	3	True	100517	maximal	True	MAD0087_000000002558	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.531	3.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0076_000000002317	4941	0.9999707750346569	3	3	2	3	3	False	89388	fragment	False	ISR0063_000000004048	0.9711854702070096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	89.764	21.0	0.00043220376372803804	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0822_000000001087	4901	0.9999707750346569	3	3	2	3	3	False	89388	fragment	False	ISR0063_000000004048	0.9806111303191113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	89.822	22.0	0.0004304903692236652	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
MAD0089_000000004378	4515	0.999970717490952	7	6	5	6	6	True	56396	maximal	True	MAD0089_000000004378	1.0		1	1	False	False	1.0	0	rep_cluster_1058				non-mobilizable	no_good_hit	1650.0	94.788	73.0	0.13874389627883482	NZ_CP014876.1	firmicutes	Lactobacillus backii strain TMW 1.1989 plasmid pL11989-3, complete sequence	True	True
MAD0111_000000000287	32648	0.9999706473099635	33	31	6	29	30	True	113244	fragment	False	MAD0111_000000000287	1.0		0	0	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	plasmid	25225.0	96.975	99.0	0.3081917898675667	CP058028.1	enterobacteria	Escherichia coli strain RHB03-C16 plasmid pRHB03-C16_2, complete sequence	False	True
SPA0033_000000000235	42918	0.9999704186535088	39	29	12	22	21	True	83909	maximal	True	SPA0033_000000000235	1.0	PS414	10	3	False	True	1.0	0					non-mobilizable	no_good_hit	1902.0	98.00200000000001	8.0	0.26288659793814434	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
ISR0228_000000000343	30725	0.9999703998209484	31	17	12	16	10	True	127255	maximal	True	ISR0228_000000000343	1.0	PS306|PS989|PS994	1	1	True	True	1.0	14					non-mobilizable	no_good_hit	7673.0	98.01899999999999	59.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
MAD0062_000000000941	10879	0.9999702690388608	10	6	5	6	4	True	100534	fragment	False	MAD0062_000000000941	1.0		0	0	False	False	0.9994484782218933	0					non-mobilizable	no_good_hit	311.0	85.209	3.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0002_000000000535	38706	0.9999701531548212	48	37	19	23	35	True	132613	maximal	True	ISR0002_000000000535	1.0	PS1169|PS902	14	3	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	22513.0	99.831	84.0	0.6812265407434314	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
MON0033_000000012430	5548	0.9999700962852744	9	7	3	4	6	True	86821	maximal	True	MON0033_000000012430	1.0		1	1	False	False	0.9996395111083984	0	IncX1				non-mobilizable	no_good_hit	4505.0	99.889	81.0	0.08190133289691415	CP024467.1	enterobacteria	Shigella dysenteriae strain BU53M1 plasmid unnamed1, complete sequence	True	True
ISR0161_000000001245	18384	0.9999700771605442	23	11	5	8	8	True	42680	maximal	True	ISR0161_000000001245	1.0		1	1	True	True	1.0	61					non-mobilizable	no_good_hit	1783.0	80.09	10.0	0.015359131354829757	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0201_000000000212	35583	0.9999698121682312	33	31	7	14	30	True	113296	fragment	False	ENG0201_000000000212	1.0		0	0	False	False	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	25032.0	99.345	98.0	0.2685306429108082	CP027327.1	enterobacteria	Escherichia coli strain 2013C-4830 plasmid unnamed2, complete sequence	False	True
ENG0080_000000001202	16825	0.9999695122501696	24	11	4	10	5	True	111054	fragment	False	ISR0354_000000000557	0.9605017053581252		0	0	False	False	1.0	0					non-mobilizable	plasmid	16750.0	99.779	99.0	0.18236999258968659	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AST0151_000000002360	7026	0.9999695089136964	6	4	4	4	3	True	118457	fragment	False	AST0151_000000002360	0.9842113253377865		0	0	False	False	0.9982920289039612	0					non-mobilizable	plasmid	3506.0	93.46799999999999	93.0	0.05293347939869758	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
SPA0054_000000000758	19283	0.9999694820861712	23	13	9	12	5	False	130726	fragment	False	SPA0054_000000000758	0.9555502162421913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	73.602	2.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
MAD0111_000000009024	1889	0.9999693460801148	3	3	2	3	2	True	14513	fragment	False	MAD0111_000000009024	1.0		0	0	False	False	0.9978824853897095	0					non-mobilizable	plasmid	1889.0	99.84100000000001	100.0	0.034235149053456156	LS999563.1	enterobacteria	Escherichia coli isolate EC-TO143 genome assembly, plasmid: 4	False	True
MAD0008_000000000365	15842	0.9999690953913936	21	21	12	18	21	True	97963	fragment	False	MAD0008_000000000365	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	15842.0	99.994	100.0	0.14348731884057972	CP051734.1	enterobacteria	Escherichia coli strain SCU-109 plasmid pSCU-109-1, complete sequence	False	True
SPA0137_000000001211	22087	0.999969086949012	26	10	6	8	6	True	129706	maximal	True	SPA0137_000000001211	1.0	PS1061|PS924	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1319.0	88.779	13.0	0.00035213003835376795	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MAD0025_000000000129	35043	0.9999690854700656	38	36	6	27	35	True	113247	fragment	False	MAD0104_000000000164	0.953829141358995		0	0	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	plasmid	6646.0	96.118	95.0	0.08748140444186996	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
SPA0031_000000000951	18533	0.9999690550025984	27	17	11	13	14	True	72978	maximal	True	SPA0031_000000000951	1.0		2	2	True	True	1.0	38	rep_cluster_988	MOBV			mobilizable	no_good_hit	6911.0	95.934	83.0	0.35819502074688797	NC_015168.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA02, complete sequence	True	True
MAD0050_000000002669	7385	0.9999686532933444	11	9	2	4	8	True	54160	fragment	False	MAD0050_000000002669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5630.0	97.833	81.0	0.1325871819038643	CP054320.1	enterobacteria	Escherichia coli strain SCU-390 plasmid pSCU-390-2, complete sequence	True	True
ISR0194_000000003570	5820	0.9999686343942796	10	10	4	6	10	True	97917	fragment	False	ISR0194_000000003570	0.9992248062015504		0	0	False	False	0.9998281598091125	0					non-mobilizable	plasmid	5826.0	98.833	100.0	0.10399471183049273	CP055726.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_3, complete sequence	False	True
CAN0007_000000001573	22717	0.9999683266167176	30	14	6	12	7	True	132593	backbone	False	ISR0367_000000000184	0.21898098109391165	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	14127.0	98.21600000000001	96.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MON0007_000000012277	4347	0.9999680940209896	3	3	2	2	3	False	13993	maximal	True	MON0007_000000012277	0.9998380697919197		3	1	False	False	1.0	0					non-mobilizable	plasmid	4347.0	100.0	100.0	0.029954028217163257	CP024274.1	enterobacteria	Escherichia coli strain F9792 plasmid unnamed, complete sequence	False	True
MON0100_000000008970	4347	0.9999680940209896	3	3	2	2	3	False	13993	maximal	False	MON0007_000000012277	0.9998380697919197		0	0	False	False	1.0	0					non-mobilizable	plasmid	4347.0	100.0	100.0	0.029954028217163257	CP024274.1	enterobacteria	Escherichia coli strain F9792 plasmid unnamed, complete sequence	False	True
MON0047_000000008929	4117	0.9999680940209896	3	3	2	2	3	False	13993	maximal	False	MON0007_000000012277	0.964419906448892		0	0	False	False	1.0	0					non-mobilizable	plasmid	4117.0	100.0	100.0	0.029763755613244725	CP024248.1	enterobacteria	Escherichia coli O27:H7 strain B4103-1 plasmid unnamed3, complete sequence	False	True
SPA0109_000000000488	25241	0.9999680819487474	27	14	9	12	10	True	122539	maximal	True	SPA0109_000000000488	1.0	PS693	1	1	True	True	1.0	42					non-mobilizable	no_good_hit	3478.0	93.272	50.0	0.1375534508252408	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0170_000000001353	22611	0.9999679029964588	21	13	8	11	5	True	123316	fragment	False	MON0076_000000000822	0.9783794367292964		0	0	False	False	0.9993366003036499	0					non-mobilizable	no_good_hit	319.0	80.251	1.0	9.575170424311174e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0162_000000000377	37664	0.9999678764037462	39	21	16	17	13	True	50113	maximal	True	ISR0162_000000000377	1.0		3	1	False	False	0.9996548295021057	0					non-mobilizable	no_good_hit	307.0	72.964	1.0	0.00010669098272708554	NZ_LS483305.1	firmicutes	Staphylococcus sciuri subsp. sciuri strain NCTC12103 chromosome 1	True	True
ISR0778_000000000742	15775	0.9999678653845682	20	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9771614367035073		0	0	False	False	1.0	0					non-mobilizable	plasmid	15476.0	94.70100000000001	100.0	0.20884142219818846	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0147_000000001034	15690	0.9999678653845682	20	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9770412807919341		0	0	False	False	1.0	0					non-mobilizable	plasmid	15127.0	94.738	100.0	0.2042449641746654	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0126_000000000854	15475	0.9999678653845682	22	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9808804948350581		0	0	False	False	1.0	0					non-mobilizable	plasmid	15304.0	94.361	100.0	0.20659726916317425	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0345_000000000288	15427	0.9999678653845682	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.977309435711803		0	0	False	False	0.9994165897369385	0					non-mobilizable	plasmid	15126.0	94.757	99.0	0.20416385020954442	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0173_000000001085	15073	0.9999678653845682	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9720837725169126		0	0	False	False	1.0	0					non-mobilizable	plasmid	15107.0	94.73100000000001	100.0	0.20397458429092877	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0083_000000000613	14984	0.9999678653845682	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9716893015079431		0	0	False	False	1.0	0					non-mobilizable	plasmid	15017.0	94.74600000000001	100.0	0.20275787481411384	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0119_000000000434	14984	0.9999678653845682	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9716904397940723		0	0	False	False	1.0	0					non-mobilizable	plasmid	15017.0	94.759	100.0	0.20275787481411384	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0057_000000000743	14971	0.9999678653845682	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.971376349899364		0	0	False	False	1.0	0					non-mobilizable	plasmid	15004.0	94.775	100.0	0.20258212788968502	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0067_000000000451	14971	0.9999678653845682	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9712682005766313		0	0	False	False	1.0	0					non-mobilizable	plasmid	15004.0	94.775	100.0	0.20258212788968502	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0036_000000000568	14943	0.9999678653845682	20	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9711660658684439		0	0	False	False	1.0	0					non-mobilizable	plasmid	14977.0	94.745	100.0	0.20221711504664053	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
USA0011_01_000000002302	14908	0.9999678653845682	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.972417430500036		0	0	False	False	1.0	0					non-mobilizable	plasmid	14938.0	94.792	100.0	0.20168987427335405	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0053_000000001379	14846	0.9999678653845682	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9737867257957539		0	0	False	False	1.0	0					non-mobilizable	plasmid	13134.0	94.069	100.0	0.1773286467486819	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0006_000000000985	14846	0.9999678653845682	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9737867257957539		0	0	False	False	1.0	0					non-mobilizable	plasmid	13134.0	94.069	100.0	0.1773286467486819	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0291_000000000541	14846	0.9999678653845682	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9737867257957539		0	0	False	False	1.0	0					non-mobilizable	plasmid	13134.0	94.069	100.0	0.1773286467486819	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0347_000000000654	14962	0.9999676343841444	19	18	5	6	17	True	132544	fragment	False	CHI0126_000000000854	0.9688631785083204		0	0	False	False	1.0	0					non-mobilizable	plasmid	9706.0	95.786	100.0	0.18993668777074307	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
FIJ0048_000000000536	34930	0.9999675105832541	36	27	11	13	25	True	46828	maximal	True	FIJ0048_000000000536	1.0		2	2	False	False	1.0	0		MOBP	MPF_I		conjugative	plasmid	11644.0	97.286	95.0	0.17627996426245893	CP055978.1	enterobacteria	Escherichia coli strain RHB06-C09 plasmid pRHB06-C09_3, complete sequence	False	True
FIJ0142_000000004743	6098	0.9999674013823828	5	4	3	3	2	False	40221	maximal	True	FIJ0142_000000004743	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ISR0106_000000000525	25593	0.9999671467464326	24	17	10	16	11	True	122936	maximal	True	ISR0106_000000000525	1.0		1	1	True	True	0.9999608993530273	13					non-mobilizable	no_good_hit	3744.0	94.845	52.0	0.14946249450505536	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0166_000000000537	13995	0.999966970563272	19	8	5	6	7	False	84234	maximal	True	CHI0166_000000000537	1.0	PS417	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	3535.0	99.57600000000001	25.0	0.028425790969778472	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0819_000000002151	9480	0.999966937410938	7	6	6	6	6	False	115777	maximal	True	ISR0819_000000002151	1.0		0	0	False	False	0.9998944997787476	0					non-mobilizable	no_good_hit	5473.0	100.0	58.0	0.001390178208041998	CP060028.1	g-proteobacteria	Pseudoxanthomonas mexicana strain GTZY chromosome, complete genome	True	False
FIJ0005_000000004455	5977	0.9999669039255752	4	4	3	3	4	False	79503	fragment	False	FIJ0005_000000004455	1.0		0	0	False	False	0.9994980692863464	0					non-mobilizable	chromosome	5435.0	100.0	92.0	0.0009030545812902845	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	False
ISR0216_000000004511	4339	0.9999667792867222	5	5	2	4	5	True	98127	maximal	True	ISR0216_000000004511	1.0		1	1	False	False	1.0	0	rep_cluster_1778	MOBP,MOBQ		MOBP,MOBQ,MOBQ	mobilizable	no_good_hit	3476.0	99.77	80.0	0.8531434184675835	CP054323.1	enterobacteria	Escherichia coli strain SCU-390 plasmid pSCU-390-4, complete sequence	True	True
ENG0125_000000000410	34085	0.9999667328820218	38	21	14	20	14	True	127249	maximal	True	ENG0125_000000000410	1.0	PS986|PS991	1	1	True	True	1.0	22					non-mobilizable	no_good_hit	9779.0	98.333	67.0	0.21878566792739967	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
CAN0007_000000000734	39816	0.9999665848113392	47	38	19	20	35	True	132614	maximal	False	CAN0008_000000000373	0.9763924787472752	PS1169|PS902	0	0	False	True	0.9998744130134583	0		MOBB	MPF_T		conjugative	no_good_hit	25329.0	99.79899999999999	77.0	0.7664971546192033	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0386_000000000709	30920	0.999966441511264	35	16	10	16	9	True	130796	maximal	False	ISR0350_000000000276	0.575289201066673	PS306|PS985|PS987	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	6019.0	94.85	66.0	0.2390600647404388	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0125_000000001271	15255	0.9999663934933338	18	18	6	7	17	True	132574	fragment	False	ISR0258_000000000463	0.9285852658801124		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	12223.0	99.935	100.0	0.31639441870097595	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0009_000000001939	11973	0.9999662796817366	15	14	10	11	12	True	95867	fragment	False	ISR0009_000000001939	1.0		0	0	False	False	0.9992483258247375	0					non-mobilizable	no_good_hit	3273.0	100.0	28.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
ISR0111_000000000989	12531	0.999966235366608	21	12	9	12	7	True	126350	maximal	True	ISR0111_000000000989	1.0	PS955|PS956	1	1	False	True	0.9996010065078735	0					non-mobilizable	no_good_hit	234.0	92.735	2.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0068_000000000361	27187	0.9999661757729958	38	25	13	17	20	True	123912	maximal	True	ISR0068_000000000361	1.0	PS902	2	2	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	5779.0	98.40799999999999	50.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
CHI0059_000000000585	16962	0.9999661659076322	23	21	5	6	20	True	132544	fragment	False	CHI0126_000000000854	0.9404966727385401		0	0	False	False	1.0	0					non-mobilizable	plasmid	16967.0	99.853	100.0	0.2292415844261187	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0086_000000000364	12258	0.9999660201329804	13	13	13	13	12	False	84081	maximal	True	CHI0086_000000000364	1.0		1	1	False	False	0.9999184012413025	0					non-mobilizable	no_good_hit	2535.0	99.921	21.0	0.9996055226824457	NZ_KI518212.1	fusobacteria	Cetobacterium somerae ATCC BAA-474 Scaffold8, whole genome shotgun sequence	True	False
MAD0044_000000000517	27192	0.9999659051402806	36	28	16	22	26	True	17996	maximal	True	MAD0044_000000000517	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1661.0	74.473	14.0	0.04087766756837992	AB366442.1	enterobacteria	Salmonella enterica subsp. enterica serovar Dublin plasmid pMAK3 DNA, complete genome, strain: L-2156	True	True
MON0105_000000026229	2073	0.9999658229372672	3	2	2	2	2	False	102857	fragment	False	MON0105_000000026229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	1.2467206793559084e-05	LT990242.2	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 13	True	False
ISR0039_000000000287	35492	0.9999657863854752	36	31	20	24	23	True	102539	backbone	False	ISR0138_000000000424	0.8799806719815825	PS601	0	0	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	9454.0	75.376	28.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0130_000000001017	20569	0.9999655371475584	24	14	8	10	10	True	96733	fragment	False	ISR0130_000000001017	0.9967907914279652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	98.311	6.0	0.00029983495739489304	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0110_000000000436	22255	0.9999655271189078	23	12	11	12	6	True	51369	fragment	False	FIJ0110_000000000436	1.0		0	0	False	False	0.9999550580978394	0					non-mobilizable	no_good_hit	121.0	82.645	1.0	0.006201061537653056	NZ_QJTC01000036.1	b-proteobacteria	Xylophilus ampelinus strain CECT 7646 Ga0244619_136, whole genome shotgun sequence	True	True
AST0053_000000000662	21409	0.9999655239769094	33	30	10	19	28	True	114282	fragment	False	DEN0026_000000001092	0.9502892506390421		0	0	False	False	1.0	0	IncI2		MPF_T		non-mobilizable	plasmid	14803.0	98.98	99.0	0.2575258988421694	CP042249.1	enterobacteria	Escherichia coli strain BCE049 plasmid pBCE049-3, complete sequence	False	True
CHI0047_000000000651	17505	0.9999654726069044	15	10	8	9	6	True	87006	maximal	True	CHI0047_000000000651	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0002727506096778334	NZ_PDNU01000021.1	a-proteobacteria	Roseomonas rhizosphaerae strain YW11 contig21, whole genome shotgun sequence	True	True
MON0096_000000002908	9019	0.9999654340310832	14	8	7	8	5	True	52068	fragment	False	MON0096_000000002908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	96.33	1.0	0.00026333563345630457	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0345_000000002361	3448	0.9999653660101778	2	2	2	2	2	False	115774	fragment	False	ISR0345_000000002361	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3448.0	100.0	100.0	0.13637982195845696	NZ_CP015624.1	high GC Gram+	Corynebacterium crudilactis strain JZ16 plasmid pCRULAC2, complete sequence	False	True
ENG0034_000000000210	37610	0.999965335028366	43	42	7	30	42	True	95709	fragment	False	ENG0034_000000000210	0.9941624157778445		0	0	False	False	1.0	0		MOBF,MOBF	MPF_F		conjugative	plasmid	37616.0	99.455	100.0	0.1487334013492459	CP056386.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00610 plasmid pRHBSTW-00610_2, complete sequence	False	True
ENG0145_000000007283	4516	0.9999652362201688	8	7	3	4	7	False	98193	fragment	False	ENG0145_000000007283	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4512.0	98.537	99.0	0.0937447977359747	CP057727.1	enterobacteria	Escherichia coli strain RHB16-C19 plasmid pRHB16-C19_3, complete sequence	False	True
SPA0005_000000001493	17305	0.9999648458606905	15	12	8	8	11	True	132599	fragment	False	SPA0005_000000001493	1.0		0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	9537.0	99.927	88.0	0.3069641649763354	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ITA0005_000000000905	14522	0.9999647688019524	19	18	4	6	17	True	132544	fragment	False	CHI0126_000000000854	0.9267202222246456		0	0	False	False	1.0	0					non-mobilizable	plasmid	14458.0	94.70200000000001	99.0	0.19518723806948762	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0085_000000000676	20418	0.9999646872597312	19	17	9	10	17	True	98272	maximal	True	ISR0085_000000000676	1.0		1	1	False	False	0.9998530745506287	0		MOBF	MPF_T	MOBF	conjugative	plasmid	12131.0	99.90899999999999	98.0	0.17502597252683827	MN583554.1	enterobacteria	Escherichia coli strain M17224 plasmid p17511_70, complete sequence	False	True
ENG0179_000000001027	18400	0.9999646812386774	21	10	8	10	8	True	127218	maximal	True	ENG0179_000000001027	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3938.0	95.023	82.0	0.1572153618670823	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0083_000000002514	3949	0.9999646048670354	2	2	2	2	2	False	84227	backbone	False	SPA0079_000000005891	0.9956672625163321	PS417	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0031827515400410676	NZ_AUMR01000117.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00101.101_C, whole genome shotgun sequence	True	True
USA0023_01_000000008056	3948	0.9999646048670354	2	2	2	2	2	False	84227	backbone	False	SPA0079_000000005891	0.995643722600376	PS417	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0031827515400410676	NZ_AUMR01000117.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00101.101_C, whole genome shotgun sequence	True	True
SPA0079_000000005891	3948	0.9999646048670354	2	2	2	2	2	False	84227	backbone	True	SPA0079_000000005891	0.9958503052373945	PS417	16	5	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0031827515400410676	NZ_AUMR01000117.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00101.101_C, whole genome shotgun sequence	True	True
SPA0007_000000006011	3947	0.9999646048670354	2	2	2	2	2	False	84227	backbone	False	SPA0079_000000005891	0.9955709260751501	PS417	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0031827515400410676	NZ_AUMR01000117.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00101.101_C, whole genome shotgun sequence	True	True
SPA0102_000000009418	3947	0.9999646048670354	2	2	2	2	2	False	84227	backbone	False	SPA0079_000000005891	0.995780710368183	PS417	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0031827515400410676	NZ_AUMR01000117.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00101.101_C, whole genome shotgun sequence	True	True
ENG0007_000000006662	3923	0.9999646048670354	2	2	2	2	2	False	84227	backbone	False	SPA0079_000000005891	0.9924961280172585	PS417	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0031827515400410676	NZ_AUMR01000117.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00101.101_C, whole genome shotgun sequence	True	True
CHI0153_000000004208	3899	0.9999646048670354	2	2	2	2	2	False	84227	backbone	False	SPA0079_000000005891	0.9885888802367773	PS417	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0031827515400410676	NZ_AUMR01000117.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00101.101_C, whole genome shotgun sequence	True	True
ISR0178_000000004035	3891	0.9999646048670354	2	2	2	2	2	False	84227	backbone	False	SPA0079_000000005891	0.9869641388977327	PS417	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0031827515400410676	NZ_AUMR01000117.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00101.101_C, whole genome shotgun sequence	True	True
SPA0106_000000010138	3860	0.9999646048670354	2	2	2	2	2	False	84227	backbone	False	SPA0079_000000005891	0.9803586092847063	PS417	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0031827515400410676	NZ_AUMR01000117.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00101.101_C, whole genome shotgun sequence	True	True
ISR0146_000000010039	3846	0.9999646048670354	2	2	2	2	2	False	84227	backbone	False	SPA0079_000000005891	0.9589120316168845	PS417	0	0	False	True	0.9940197467803955	0					non-mobilizable	no_good_hit	54.0	100.0	1.0	0.003087138863000932	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	True	True
ISR0192_000000005124	3841	0.9999646048670354	2	2	2	2	2	False	84227	backbone	False	SPA0079_000000005891	0.960219397377058	PS417	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.02254566210045662	KU546297.1	bacteria	Uncultured bacterium clone CZ_03E_000_Contig_6 genomic sequence	True	True
ISR0808_000000000431	19768	0.9999643789320714	25	15	7	14	6	True	132593	backbone	False	ISR0367_000000000184	0.10702774322261883	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	other	17020.0	99.89399999999999	99.0	0.4470096919076511	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0126_000000003087	7038	0.9999641684213884	8	3	2	3	2	False	78013	maximal	True	ENG0126_000000003087	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000005762	7018	0.9999641684213884	8	3	2	3	2	False	78013	maximal	False	ENG0126_000000003087	0.9985791418016482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000004432	6038	0.9999641684213884	7	3	2	3	2	False	78011	fragment	False	ENG0122_000000004432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000005878	3503	0.9999640076202346	6	5	3	3	5	False	84355	fragment	False	SPA0010_000000005878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2708.0	100.0	77.0	0.8270699663916896	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
ENG0059_000000000540	21112	0.9999639218730282	24	16	9	11	16	True	123701	fragment	False	ENG0059_000000000540	0.9974885507460483		0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	14759.0	99.553	99.0	0.4456653347862937	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0387_000000000705	20307	0.9999639218730282	22	16	9	11	16	True	123701	fragment	False	ENG0059_000000000540	0.9791350890488821		0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	plasmid	14380.0	99.541	99.0	0.43419300157404045	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0038_000000000509	17491	0.9999636113345004	25	21	7	8	20	True	132581	maximal	True	CHI0038_000000000509	1.0		9	1	False	False	1.0	0					non-mobilizable	plasmid	17494.0	99.67399999999999	100.0	0.23613627146140329	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0029_000000002850	14128	0.999963470937815	16	3	2	3	3	False	37164	fragment	False	ISR0029_000000002850	1.0		0	0	False	False	0.9997876286506653	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	8.93096365097794e-06	CP003153.1	b-proteobacteria	Dechlorosoma suillum PS, complete genome	True	False
FIJ0039_000000000984	20193	0.9999633327539368	18	11	9	10	8	True	47589	backbone	True	FIJ0039_000000000984	1.0	PS173	1	1	True	True	1.0	4					non-mobilizable	no_good_hit	1657.0	75.075	8.0	0.00028660772182643475	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
MAD0006_000000000078	38527	0.9999632037238916	37	35	11	23	35	True	98682	fragment	False	MAD0006_000000000078	1.0		0	0	False	False	1.0	0	IncK2/Z		MPF_I		non-mobilizable	plasmid	38437.0	99.602	100.0	0.3567092414510081	CP024254.1	enterobacteria	Escherichia coli strain ATCC 43886 plasmid unnamed1, complete sequence	False	True
ENG0025_000000001215	14484	0.9999631262285564	11	10	6	10	4	True	130304	backbone	False	ISR0209_000000001768	0.6879615289265021	PS1092	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	986.0	86.41	26.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0347_000000000453	18430	0.999963111523306	19	8	4	7	6	True	101288	maximal	True	ISR0347_000000000453	0.9996191719710571	PS539|PS540	2	1	True	True	1.0	25					non-mobilizable	no_good_hit	701.0	93.723	4.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0033_000000001106	18375	0.999963111523306	20	8	4	7	6	True	101288	maximal	False	ISR0347_000000000453	0.9955527784089847	PS539|PS540	0	0	True	True	1.0	111					non-mobilizable	no_good_hit	701.0	93.723	4.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0018_01_000000001076	20474	0.9999630061319376	26	13	6	12	6	True	132593	backbone	False	ISR0367_000000000184	0.11231844827822117	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	other	11506.0	98.027	95.0	0.3019987917947102	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
MON0020_000000000177	18662	0.9999627465363106	13	5	4	4	3	False	80734	fragment	False	MON0020_000000000177	1.0		0	0	False	False	0.9994105696678162	0					non-mobilizable	chromosome	8329.0	98.24700000000001	96.0	0.003403520638060954	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
ISR0318_000000001470	2945	0.9999627066304788	6	4	2	3	4	False	33903	fragment	False	ISR0318_000000001470	1.0		0	0	False	False	0.9932088255882263	0					non-mobilizable	plasmid	2876.0	97.25299999999999	98.0	0.026303248038712517	CP029293.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed6	False	True
MAD0104_000000000164	36624	0.9999626526117701	40	38	6	29	37	True	113247	fragment	False	MAD0104_000000000164	0.9902473647200666		0	0	False	False	0.9998908042907715	0		MOBF	MPF_F	MOBF	conjugative	plasmid	6644.0	96.62899999999999	97.0	0.0874550744480575	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
MAD0029_000000000027	45675	0.9999626391071031	46	44	12	23	44	True	113302	fragment	False	MAD0108_000000000080	0.9995930061804139		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	29447.0	99.86399999999999	100.0	0.21361406971007343	CP041394.1	enterobacteria	Escherichia coli strain ECOL-18-VL-LA-PA-Ryan-0026 plasmid p45407_2	False	True
MAD0104_000000000113	45004	0.9999626391071031	46	44	12	23	44	True	113302	fragment	False	MAD0108_000000000080	0.9891318740380106		0	0	False	False	0.9996222853660583	0			MPF_I		non-mobilizable	plasmid	28961.0	99.979	100.0	0.30427107959022853	HQ114283.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky plasmid pCS0010A_95, complete sequence	False	True
ISR0293_000000003727	9458	0.999962624468838	9	9	3	5	9	True	98112	fragment	False	ISR0293_000000003727	0.9975758974950941		0	0	False	False	0.9998942613601685	0	IncFIB				non-mobilizable	chromosome	9384.0	99.936	100.0	0.001734113126717041	CP032204.1	enterobacteria	Escherichia coli strain AR_0013 chromosome, complete genome	False	True
SPA0139_000000007970	3333	0.9999625734981848	3	3	3	3	3	False	51970	fragment	False	SPA0139_000000007970	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3333.0	100.0	100.0	0.06874355271301837	CP056730.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00316 plasmid pRHBSTW-00316_4, complete sequence	False	True
ISR0379_000000000956	14116	0.9999623608896896	13	10	7	9	8	True	23242	maximal	True	ISR0379_000000000956	1.0		1	1	False	False	0.9929158687591553	0					non-mobilizable	no_good_hit	1101.0	72.298	8.0	0.04587895764366352	NZ_AXWV01000065.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00057.57_C, whole genome shotgun sequence	True	True
DEN0082_000000001974	13978	0.999962317099936	19	19	13	18	19	True	97962	fragment	False	DEN0082_000000001974	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	13985.0	99.936	100.0	0.11014145742100123	CP048648.1	enterobacteria	Escherichia coli strain GW-AmxH19 plasmid unnamed, complete sequence	False	True
CHI0073_000000000172	31457	0.9999621053723176	35	31	19	22	24	True	102539	backbone	False	ISR0138_000000000424	0.8043995198690058	PS601	0	0	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	9459.0	75.378	32.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
MAD0108_000000000080	45689	0.9999617418921436	46	43	12	23	43	True	113302	fragment	False	MAD0108_000000000080	0.9998410092482365		0	0	False	False	0.9999781250953674	0			MPF_I		non-mobilizable	plasmid	29460.0	99.895	100.0	0.24078236491291163	CP041441.1	enterobacteria	Escherichia coli strain YPE12 plasmid pYPE12-122k, complete sequence	False	True
SPA0096_000000005752	5864	0.9999616439195896	8	2	1	2	1	True	5179	maximal	True	SPA0096_000000005752	1.0		1	1	True	True	1.0	56					non-mobilizable	no_good_hit	150.0	76.0	3.0	0.014399688655380424	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
USA0065_01_000000000519	23251	0.9999615525285176	26	18	12	9	15	True	132596	backbone	False	ISR0120_000000000296	0.41231062785293454	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23251.0	99.91	100.0	0.7504196797520661	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0026_000000001092	22299	0.9999614639097122	38	37	10	19	36	True	114282	fragment	False	DEN0026_000000001092	0.9690106172034059		0	0	False	False	1.0	0	IncI2		MPF_T		non-mobilizable	plasmid	22292.0	99.98700000000001	99.0	0.37142999966674445	CP028155.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain RM4283 plasmid pRM4283-2, complete sequence	False	True
ENG0120_000000002786	7112	0.999961312705182	8	7	5	4	5	False	119566	fragment	False	AUS0004_000000002812	0.6597837628039428		0	0	False	False	0.9969066381454468	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
SPA0100_000000002220	12818	0.9999611163519244	21	17	3	3	17	True	132561	fragment	False	SPA0100_000000002220	1.0		0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	8405.0	99.95200000000001	100.0	0.22408873956750128	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0157_000000001557	15433	0.9999609902969478	24	10	4	9	5	True	111052	fragment	False	ISR0157_000000001557	0.9986100220970846		0	0	False	False	1.0	0					non-mobilizable	plasmid	15354.0	99.661	99.0	0.16715705505426964	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0145_000000000420	24694	0.9999609882965468	34	26	18	20	20	True	123927	fragment	False	SPA0145_000000000420	0.9162782826946996		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	18297.0	99.92299999999999	99.0	0.18258023311512056	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0121_01_000000002738	14029	0.9999608783573612	21	10	4	9	5	True	111052	fragment	False	ISR0157_000000001557	0.9536707056307911		0	0	False	False	1.0	0					non-mobilizable	plasmid	14029.0	99.993	100.0	0.15285950917571162	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0193_000000002668	7269	0.9999607376911488	9	6	5	6	3	False	119307	fragment	False	ENG0193_000000002668	1.0		0	0	False	False	0.999312162399292	0					non-mobilizable	no_good_hit	1625.0	95.569	22.0	0.007744687754994918	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0038_000000000163	66654	0.9999607057321628	71	40	17	24	30	True	128781	fragment	False	SPA0038_000000000163	1.0		0	0	False	False	0.9999849796295166	0					non-mobilizable	no_good_hit	18388.0	96.98200000000001	79.0	0.09896714019537098	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0001_000000006067	5430	0.999960635099484	8	7	5	5	7	True	84356	fragment	False	SPA0134_000000005444	0.9877953669545059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3273.0	100.0	61.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
ISR0208_000000002378	9095	0.9999606080669008	11	7	5	5	4	False	119573	fragment	False	ISR0208_000000002378	0.9970019232944903		0	0	False	False	0.9997801184654236	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
AST0061_000000003595	8839	0.9999606080669008	10	7	5	5	4	False	119573	fragment	False	ISR0208_000000002378	0.9830126443100604		0	0	False	False	0.9997737407684326	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
CHI0145_000000001141	11821	0.9999604448797738	14	8	5	6	5	False	128618	fragment	False	ISR0315_000000000552	0.643050683095177		0	0	False	False	0.9999154210090637	0					non-mobilizable	no_good_hit	326.0	73.006	3.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0009_000000000273	48245	0.9999603306938154	70	67	27	34	66	True	98237	maximal	True	ENG0009_000000000273	1.0	PS545	3	2	True	True	1.0	741					non-mobilizable	plasmid	17103.0	99.105	97.0	0.36013823913684834	AP022164.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-08_3 DNA, complete genome, strain: WP5-S18-ESBL-08	False	True
ISR0113_000000001830	7222	0.9999603009123714	9	6	4	6	3	True	113118	maximal	True	ISR0113_000000001830	1.0		1	1	False	False	0.9973691701889038	0					non-mobilizable	no_good_hit	109.0	79.817	1.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
MAD0025_000000000498	15552	0.9999602663318474	20	19	3	6	18	True	40102	fragment	False	MAD0025_000000000498	0.9997746442598674		0	0	False	False	1.0	0	rep_cluster_2221				non-mobilizable	plasmid	15490.0	98.87	99.0	0.1666505246166263	AP018804.1	enterobacteria	Escherichia coli E2863 plasmid pE2863-2 DNA, complete genome	False	True
MAD0084_000000000153	15531	0.9999602663318474	20	19	3	6	18	True	40102	fragment	False	MAD0025_000000000498	0.9990997942386831		0	0	False	False	1.0	0	rep_cluster_2221				non-mobilizable	plasmid	15465.0	98.88799999999999	99.0	0.16638149044928707	AP018804.1	enterobacteria	Escherichia coli E2863 plasmid pE2863-2 DNA, complete genome	False	True
BAN0016_000000000029	20714	0.9999601662332924	27	25	11	17	22	True	109404	maximal	True	BAN0016_000000000029	1.0		1	1	False	False	0.9999517202377319	0					non-mobilizable	no_good_hit	7454.0	97.478	63.0	0.10086584192626116	GU371926.1	enterobacteria	Escherichia coli plasmid pEC_B24, complete sequence	True	True
ENG0175_000000000975	19915	0.9999599218568512	20	11	9	9	10	True	55619	maximal	True	ENG0175_000000000975	1.0		1	1	True	True	1.0	28		MOBV			mobilizable	no_good_hit	5248.0	94.665	36.0	0.17164961972200368	NZ_CP039397.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-1	True	True
ENG0107_000000002791	8449	0.9999599183617484	8	8	6	7	8	True	114177	maximal	True	ENG0107_000000002791	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	8449.0	99.976	100.0	0.08175272896183325	CP027256.1	enterobacteria	Escherichia coli strain EC11 plasmid unnamed1, complete sequence	False	True
FIJ0057_000000001024	16750	0.9999598927260892	15	7	7	7	5	True	46182	fragment	False	FIJ0057_000000001024	1.0		0	0	False	False	0.9990447759628296	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	0.0	2.5853580475732627e-05	NZ_QPGL01000001.1	g-proteobacteria	Vibrio casei strain JB196 SAMN07141174.101, whole genome shotgun sequence	True	True
DEN0064_000000001152	18243	0.9999598856946854	25	18	14	15	12	True	123927	fragment	False	SPA0145_000000000420	0.18598135979135338		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	18253.0	99.869	100.0	0.18564787027334967	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0105_000000003364	7870	0.9999598432106788	10	6	4	4	5	True	96580	fragment	False	FIJ0105_000000003364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1783.0	79.97800000000001	25.0	0.015359131354829757	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0162_000000002602	11216	0.999959793632435	11	6	4	4	4	True	30370	maximal	True	ISR0162_000000002602	1.0		1	1	False	False	0.999821662902832	0					non-mobilizable	no_good_hit	1488.0	76.277	13.0	0.06932019327369277	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
DEN0073_000000007886	5535	0.9999597253542982	5	3	3	3	3	False	70227	maximal	False	ENG0122_000000004562	0.9708234093228989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2038.0	99.65700000000001	37.0	0.009197075013784315	NZ_AAXG02000047.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont352, whole genome shotgun sequence	True	False
ISR0350_000000000276	35599	0.9999596824306336	38	18	12	18	10	True	130796	maximal	True	ISR0350_000000000276	0.9604776564357761	PS306|PS985|PS987	1	1	True	True	1.0	21					non-mobilizable	no_good_hit	7673.0	97.589	62.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0388_000000001892	11687	0.9999596569588804	14	8	6	5	6	False	128618	fragment	False	ISR0315_000000000552	0.9334685041097912		0	0	False	False	0.9998288750648499	0					non-mobilizable	no_good_hit	767.0	87.353	7.0	0.0008993376642613792	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0156_000000001499	15399	0.9999595957310304	17	8	5	8	4	True	69782	fragment	False	ISR0156_000000001499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	84.88600000000001	6.0	0.0018359098104078105	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0301_000000000775	17117	0.9999594298827164	26	14	6	10	11	True	111059	backbone	True	ISR0301_000000000775	1.0	PS703	7	1	True	True	0.9999415874481201	2					non-mobilizable	other	4688.0	97.376	97.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0048_000000000448	28041	0.999959411593798	28	20	16	17	16	True	120197	maximal	True	ISR0048_000000000448	0.9959097567882597	PS720|PS841	2	1	True	True	0.9999643564224243	14					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ISR0174_000000001364	17932	0.9999593589869163	16	8	8	6	5	True	33870	maximal	True	ISR0174_000000001364	1.0	PS106	1	1	True	True	1.0	64		MOBV			mobilizable	no_good_hit	3674.0	93.90299999999999	48.0	0.14301310043668122	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
ENG0178_000000000459	23990	0.9999592631597056	26	13	9	12	8	True	121815	maximal	True	ENG0178_000000000459	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	2774.0	89.221	56.0	0.11925013018573165	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
CHI0052_000000000755	13953	0.9999592594421398	17	9	8	8	6	True	86538	maximal	True	CHI0052_000000000755	1.0		1	1	False	False	0.9992116093635559	0					non-mobilizable	no_good_hit	590.0	86.102	4.0	0.05652551364907881	NZ_CYXV01000029.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MAD0109_000000002048	6141	0.9999589599123884	8	7	4	7	7	True	97965	fragment	False	MAD0109_000000002048	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	6063.0	100.0	100.0	0.08112195056672956	CP054373.1	enterobacteria	Escherichia coli strain SCU-182 plasmid pSCU-182-1	False	True
CAN0021_000000012355	3428	0.9999587166813872	3	3	3	2	1	True	91629	fragment	False	CAN0021_000000012355	1.0		0	0	False	False	0.9906651377677917	0		MOBV			mobilizable	plasmid	3417.0	81.97200000000001	99.0	0.11979332554765192	CP039395.1	CFB group bacteria	Muribaculum sp. TLL-A4 plasmid pTAA-4-2, complete sequence	False	True
MON0045_000000003780	6556	0.9999584191811208	6	4	3	4	2	True	90111	maximal	False	MON0031_000000005367	1.0	PS429|PS448|PS474	0	0	True	True	1.0	226					non-mobilizable	no_good_hit	1479.0	94.38799999999999	53.0	0.4598381070983811	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
MON0031_000000005367	6556	0.9999584191811208	9	4	3	4	2	True	90111	maximal	True	MON0031_000000005367	1.0	PS429|PS448|PS474	2	1	True	True	1.0	183					non-mobilizable	no_good_hit	1479.0	94.38799999999999	53.0	0.4598381070983811	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
ISR0202_000000000636	13766	0.9999582281029464	18	18	6	6	15	True	132544	fragment	False	CHI0126_000000000854	0.9036314422847549		0	0	False	False	0.9998547434806824	0					non-mobilizable	plasmid	13766.0	99.949	100.0	0.35633850216158847	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0068_000000002047	6749	0.99995815309765	7	7	3	3	7	True	108517	maximal	True	SPA0068_000000002047	1.0		2	1	False	False	0.9995554685592651	0					non-mobilizable	plasmid	6749.0	99.867	100.0	0.0793620924871807	CP060664.1	enterobacteria	Citrobacter freundii strain MGH281 plasmid unnamed2, complete sequence	False	True
MAD0047_000000007294	4958	0.9999580943105324	5	4	3	4	3	True	96728	fragment	False	MAD0047_000000007294	0.9862394957983194		0	0	False	False	0.9995965957641602	0					non-mobilizable	no_good_hit	129.0	88.37200000000001	3.0	3.414490618020134e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0018_000000001319	17315	0.9999580900234476	21	15	8	9	14	True	123694	fragment	False	DEN0018_000000001319	1.0		0	0	False	True	1.0	0	rep_cluster_1702	MOBB			mobilizable	plasmid	16443.0	98.182	100.0	0.5288966161177114	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0155_000000000841	23499	0.9999579411652152	28	9	5	7	5	True	56773	backbone	True	ENG0155_000000000841	1.0	PS244	1	1	True	True	1.0	67					non-mobilizable	no_good_hit	672.0	83.48200000000001	3.0	0.18732394366197183	MK232330.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_9_c1 sequence	True	True
ISR0366_000000000741	14016	0.9999577678718486	19	10	5	6	7	False	132473	maximal	True	ISR0366_000000000741	1.0	PS1164|PS386|PS459|PS744|PS745	41	8	False	True	0.9992865324020386	0	rep_cluster_870	MOBV			mobilizable	no_good_hit	9367.0	98.527	69.0	0.09516882165637494	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
SPA0089_000000003276	9828	0.9999577457610588	13	11	7	9	4	False	121915	maximal	True	SPA0089_000000003276	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	92.38799999999999	7.0	0.006517291768144179	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
SPA0157_000000000726	6377	0.9999577204748636	5	4	3	4	3	False	89389	maximal	True	SPA0157_000000000726	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	89.585	16.0	0.00042063835082352163	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CHI0184_000000000412	15122	0.999957408876518	19	19	5	6	18	True	132544	fragment	False	CHI0126_000000000854	0.9798926343887203		0	0	False	False	1.0	0					non-mobilizable	plasmid	15076.0	94.435	100.0	0.20350141949438963	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0387_000000002026	9578	0.9999573507598362	13	5	5	4	4	True	42677	fragment	False	ISR0391_000000000975	0.9967327040763406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	94.366	8.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AUS0004_000000002812	7451	0.999957321970976	8	7	5	4	5	False	119566	fragment	False	AUS0004_000000002812	0.840854672525386		0	0	False	False	0.9990605115890503	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
MAD0043_000000000072	45688	0.999957289670796	46	44	12	23	44	True	113302	fragment	False	MAD0108_000000000080	0.9998249852283777		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	29464.0	99.616	100.0	0.3328211675121169	CP048361.1	enterobacteria	Escherichia coli strain 53 plasmid p53_B, complete sequence	False	True
USA0101_01_000000006095	5026	0.999957288347636	4	3	2	3	2	False	91444	fragment	False	USA0101_01_000000006095	1.0		0	0	False	False	0.9948269128799438	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	8.940014812679716e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
AST0059_000000003008	4516	0.9999572793731052	5	2	2	2	2	True	113847	maximal	True	AST0059_000000003008	1.0	PS4|PS731	1	1	False	True	0.9995571374893188	0					non-mobilizable	no_good_hit								True	True
MAD0084_000000000042	31804	0.9999571854762936	27	23	14	18	20	True	98301	maximal	True	MAD0084_000000000042	1.0		5	1	False	False	1.0	0	IncFIA	MOBF	MPF_T		conjugative	no_good_hit	18929.0	97.554	78.0	0.1699827456055214	CP055969.1	enterobacteria	Escherichia coli strain RHB10-C14 plasmid pRHB10-C14_3, complete sequence	True	True
SPA0113_000000001024	24306	0.9999570646571388	28	19	12	14	17	True	123696	fragment	False	SPA0113_000000001024	1.0		0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	14602.0	99.021	85.0	0.46991210277214335	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ENG0124_000000000804	25848	0.9999568331995746	37	28	19	21	21	True	123927	fragment	False	SPA0145_000000000420	0.915282358765689		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	25848.0	99.93799999999999	100.0	0.2628612702062076	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0111_01_000000005379	4387	0.999956772946446	4	3	3	3	3	False	14219	maximal	True	USA0111_01_000000005379	1.0		3	2	False	False	0.9965807795524597	0					non-mobilizable	no_good_hit	72.0	83.333	2.0	0.0005847464706373736	NZ_SMAG01000008.1	firmicutes	Hazenella coriacea strain DSM 45707 Ga0244714_108, whole genome shotgun sequence	True	False
SPA0025_000000000866	18699	0.9999567339274336	16	8	7	7	6	True	98822	maximal	True	SPA0025_000000000866	1.0	PS3	2	2	False	True	0.9999465346336365	0					non-mobilizable	no_good_hit	76.0	100.0	0.0	0.017119379137183293	NZ_WEHX01000134.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_134_length_4381_cov_475.676553, whole genome shotgun sequence	True	True
ENG0119_000000000234	53020	0.9999567222558784	63	22	9	19	12	True	82824	fragment	False	ENG0119_000000000234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	81.128	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
MAD0028_000000003324	3595	0.9999567183181592	6	2	2	2	2	True	19022	fragment	False	MAD0028_000000003324	1.0		0	0	False	False	0.9997218251228333	0					non-mobilizable	no_good_hit								True	True
SPA0149_000000002365	11691	0.9999566856745984	19	12	3	8	10	True	111045	fragment	False	ISR0388_000000001871	0.9930161522918691		0	0	False	False	1.0	0					non-mobilizable	other	7598.0	99.75	100.0	0.19953773014997506	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0388_000000000510	26269	0.9999566251589436	27	14	9	13	10	True	127253	backbone	True	ISR0388_000000000510	1.0	PS994|PS995	1	1	True	True	0.9999619126319885	3					non-mobilizable	no_good_hit	5967.0	94.03399999999999	56.0	0.23682212364624544	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0044_000000006589	3606	0.9999566053244155	7	6	3	3	5	True	17978	maximal	True	MAD0044_000000006589	1.0		1	1	False	False	0.9914032220840454	0					non-mobilizable	no_good_hit	1030.0	84.272	41.0	0.03144538433247517	AY647243.1	g-proteobacteria	Haemophilus influenzae biotype aegyptius plasmid pF1947, complete sequence	True	True
SPA0132_000000000989	23936	0.9999565658648673	32	16	7	14	8	True	132593	backbone	False	ISR0367_000000000184	0.22632684440162865	PS1168|PS703	0	0	False	True	0.9999164342880249	0					non-mobilizable	plasmid	14231.0	98.15899999999999	96.0	0.15493003792336865	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0165_000000000413	30642	0.999956541643648	37	16	11	15	12	True	127243	backbone	False	ENG0030_000000000581	0.9619925879676503	PS986|PS991	0	0	True	True	0.9999673366546631	44					non-mobilizable	no_good_hit	9567.0	98.411	76.0	0.21404113421211646	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0816_000000001679	22872	0.9999564833481536	25	18	12	9	14	True	132596	backbone	False	ISR0120_000000000296	0.3916354535291332	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22872.0	99.895	100.0	0.7383135330578512	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0168_000000000318	32986	0.9999564534987984	37	18	11	18	9	True	130796	maximal	False	ISR0350_000000000276	0.9414897346103015	PS306|PS985|PS987	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	7673.0	97.758	67.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0366_000000003345	4366	0.9999564393928012	4	4	4	4	3	False	72671	maximal	True	ISR0366_000000003345	1.0		3	2	True	True	1.0	19					non-mobilizable	no_good_hit	614.0	73.616	14.0	0.00021566878425038465	CP033465.1	firmicutes	Clostridium sp. JN-1 chromosome, complete genome	True	True
AUS0020_000000000149	55665	0.9999563465054718	106	30	14	21	14	True	124625	maximal	True	AUS0020_000000000149	1.0		1	1	True	True	1.0	311					non-mobilizable	no_good_hit	6710.0	92.96600000000001	53.0	0.11881047743947826	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0151_000000001321	15498	0.9999562969048418	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.9797692281427992		0	0	False	False	1.0	0					non-mobilizable	plasmid	14882.0	94.436	98.0	0.20085169663377045	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0118_000000000572	15261	0.9999562969048418	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.9604956884409889		0	0	False	False	0.9999344944953918	0					non-mobilizable	plasmid	8544.0	95.494	100.0	0.16739518199815748	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
USA0119_01_000000000887	15162	0.9999562969048418	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.9575624067894665		0	0	False	False	1.0	0					non-mobilizable	plasmid	15171.0	94.60799999999999	100.0	0.20479924293632554	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0122_000000000911	15101	0.9999562969048418	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.9786891984884258		0	0	False	False	1.0	0					non-mobilizable	plasmid	15144.0	94.381	100.0	0.2044477490874679	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
DEN0007_000000001863	15082	0.9999562969048418	20	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.954118156543636		0	0	False	False	1.0	0					non-mobilizable	plasmid	15120.0	94.398	100.0	0.2040827362444234	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0149_000000001481	14998	0.9999562969048418	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.9587951307498102		0	0	False	False	1.0	0					non-mobilizable	plasmid	15033.0	94.399	100.0	0.20289306475598215	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0030_000000001506	14993	0.9999562969048418	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.9579608142524398		0	0	False	False	1.0	0					non-mobilizable	plasmid	15028.0	94.304	100.0	0.20273083682574017	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0086_000000000304	14885	0.9999562969048418	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.976087843737099		0	0	False	False	1.0	0					non-mobilizable	plasmid	9649.0	96.829	100.0	0.18891741968363487	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0099_000000000400	14881	0.9999562969048418	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.9763141500245259		0	0	False	False	1.0	0					non-mobilizable	plasmid	9649.0	96.84899999999999	100.0	0.18891741968363487	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0162_000000001403	14881	0.9999562969048418	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.976099994698653		0	0	False	False	1.0	0					non-mobilizable	plasmid	9649.0	96.829	100.0	0.18891741968363487	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0033_000000000338	14841	0.9999562969048418	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.975161909089614		0	0	False	False	1.0	0					non-mobilizable	plasmid	14874.0	94.554	100.0	0.20082465864539678	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0015_000000000316	14840	0.9999562969048418	20	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.9750098208166992		0	0	False	False	1.0	0					non-mobilizable	plasmid	14874.0	94.53399999999999	100.0	0.20082465864539678	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0140_000000003246	9974	0.9999559748889529	11	7	6	6	6	False	128617	fragment	False	ISR0140_000000003246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	10.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0033_000000002519	9970	0.9999559748889529	11	7	6	6	6	False	128617	fragment	False	ISR0140_000000003246	0.9998465704579248		0	0	False	False	0.999899685382843	0					non-mobilizable	no_good_hit	1036.0	87.259	10.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0018_000000000916	22040	0.9999558552898076	28	14	6	13	5	True	132593	backbone	False	ISR0367_000000000184	0.18206630582770073	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	15415.0	98.235	96.0	0.1678327012771893	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0134_01_000000000497	14949	0.9999558468713458	18	18	5	6	17	True	132544	fragment	False	CHI0126_000000000854	0.9696084255742224		0	0	False	False	1.0	0					non-mobilizable	plasmid	14980.0	94.219	100.0	0.20223063404082736	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0178_000000000745	14423	0.999955736810914	19	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9350164635868563		0	0	False	False	1.0	0					non-mobilizable	plasmid	14432.0	99.56299999999999	100.0	0.3277455990914253	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
USA0060_01_000000001239	14372	0.999955736810914	18	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9349731883989004		0	0	False	False	1.0	0					non-mobilizable	plasmid	14376.0	99.541	100.0	0.32647359454855196	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0812_000000002278	14260	0.999955736810914	19	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9256926253636307		0	0	False	False	1.0	0					non-mobilizable	plasmid	14262.0	99.488	100.0	0.368893836237024	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0250_000000000462	14119	0.999955736810914	18	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9319994634175401		0	0	False	False	1.0	0					non-mobilizable	plasmid	14128.0	99.632	100.0	0.3208631459398069	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
USA0052_01_000000001242	13890	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9116912727298362		0	0	False	False	1.0	0					non-mobilizable	other	13892.0	99.40299999999999	100.0	0.9505065717415115	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0124_000000001179	13779	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9037552614240095		0	0	False	False	1.0	0					non-mobilizable	plasmid	13779.0	99.971	100.0	0.3566750368893836	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0176_000000001870	13750	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.8977431645093477		0	0	False	False	1.0	0					non-mobilizable	plasmid	13750.0	98.92399999999999	100.0	0.35589841828677937	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0195_000000001476	13734	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9003864185125056		0	0	False	False	1.0	0					non-mobilizable	other	13735.0	99.694	100.0	0.2944303906015521	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
CAN0023_000000000747	13729	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9040914923169467		0	0	False	False	1.0	0					non-mobilizable	other	13730.0	99.84700000000001	100.0	0.3660507159427246	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0221_000000001343	13728	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.903351725788533		0	0	False	False	1.0	0					non-mobilizable	plasmid	13728.0	99.956	100.0	0.3553547852649564	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0140_000000002322	13728	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9009950168059477		0	0	False	False	1.0	0					non-mobilizable	other	13730.0	99.59899999999999	100.0	0.9396905805038335	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0173_000000001381	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9040340284911217		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.84700000000001	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0140_000000001030	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9023213698656607		0	0	False	False	1.0	0					non-mobilizable	other	13723.0	99.59899999999999	99.0	0.9393483023001096	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
SPA0103_000000001217	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9031125958201938		0	0	False	False	1.0	0					non-mobilizable	plasmid	13727.0	99.934	100.0	0.35530301069144943	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0040_01_000000001529	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.903898425021169		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.83200000000001	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AUS0020_000000001634	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9039568816115491		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.84	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0398_000000001366	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.903294143969547		0	0	False	False	0.9999271631240845	0					non-mobilizable	plasmid	13727.0	99.956	100.0	0.35530301069144943	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0133_000000001442	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9040340284911217		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.84700000000001	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0022_000000001797	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9040340284911217		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.84700000000001	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0267_000000001075	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9039169118555516		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.83200000000001	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0022_000000001721	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9040340284911217		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.84700000000001	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0108_01_000000001106	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9040340284911217		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.84700000000001	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0133_01_000000001997	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9040340284911217		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.84700000000001	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0020_01_000000002323	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9040340284911217		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.84700000000001	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AUS0008_000000000850	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9039407448912765		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.84	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0011_000000002334	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9038437328611268		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.825	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0386_000000002288	13727	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.8972652465841597		0	0	False	False	1.0	0					non-mobilizable	plasmid	13727.0	98.92200000000001	100.0	0.35530301069144943	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CAN0004_000000001423	13726	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.903330665837346		0	0	False	False	1.0	0					non-mobilizable	plasmid	13726.0	99.971	100.0	0.35530301069144943	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0024_000000001099	13726	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9034084406281642		0	0	False	False	1.0	0					non-mobilizable	plasmid	13726.0	99.964	100.0	0.35530301069144943	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0130_01_000000002697	13726	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9037395746686371		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.825	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0085_000000002549	13726	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9033029419172807		0	0	False	False	1.0	0					non-mobilizable	plasmid	13726.0	99.94200000000001	100.0	0.35530301069144943	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CAN0005_000000001389	13726	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.903330665837346		0	0	False	False	1.0	0					non-mobilizable	plasmid	13726.0	99.971	100.0	0.35530301069144943	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0063_000000001205	13695	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.8999237891276306		0	0	False	False	1.0	0					non-mobilizable	other	13696.0	99.686	100.0	0.29359430604982206	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0008_000000000654	13695	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.8999119804003494		0	0	False	False	1.0	0					non-mobilizable	other	13696.0	99.686	100.0	0.29359430604982206	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0198_000000002569	13695	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.899975178755943		0	0	False	False	1.0	0					non-mobilizable	other	13696.0	99.693	100.0	0.29359430604982206	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0795_000000000577	13690	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9023561144152266		0	0	False	False	0.9999269247055054	0					non-mobilizable	plasmid	13690.0	99.934	100.0	0.3543710683683243	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0850_000000000907	13687	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.8946908496316373		0	0	False	False	1.0	0					non-mobilizable	other	13689.0	99.60600000000001	100.0	0.9368838992332968	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0098_000000001679	13686	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.8968426793028432		0	0	False	False	0.9999269247055054	0					non-mobilizable	plasmid	13686.0	99.94200000000001	100.0	0.3542675192213104	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0832_000000000867	13686	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.8967259256866958		0	0	False	False	1.0	0					non-mobilizable	plasmid	13686.0	99.934	100.0	0.3542675192213104	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0779_000000001889	13686	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.8968106346442404		0	0	False	False	1.0	0					non-mobilizable	plasmid	13686.0	99.956	100.0	0.3542675192213104	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0789_000000001016	13686	0.999955736810914	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.8968106346442404		0	0	False	False	1.0	0					non-mobilizable	plasmid	13686.0	99.956	100.0	0.3542675192213104	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0843_000000000885	13972	0.9999556829026872	18	14	7	9	14	True	123628	fragment	False	USA0108_01_000000001009	0.6834336989136501		0	0	False	True	0.999785304069519	0	rep_cluster_1702				non-mobilizable	plasmid	13071.0	98.546	100.0	0.4203934447342155	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0023_000000003793	2576	0.9999556740214912	3	2	2	2	2	True	19234	fragment	False	MAD0023_000000003793	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2335.0	98.15799999999999	91.0	0.060691161557063736	CP009103.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain ATCC 13311 plasmid pSTY1, complete sequence	False	True
USA0134_01_000000000346	28151	0.999955636229316	34	24	11	12	22	True	132601	maximal	True	USA0134_01_000000000346	1.0	PS1169|PS902	6	3	False	True	1.0	0		MOBB	MPF_T		conjugative	no_good_hit	23007.0	99.552	83.0	0.695877224845623	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
AUS0010_000000005186	4308	0.9999555600431556	7	3	2	3	3	False	107629	maximal	True	AUS0010_000000005186	1.0		0	0	False	False	0.9997678995132446	0					non-mobilizable	no_good_hit	282.0	100.0	7.0	0.0019279323782864044	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0284_000000000001	201601	0.9999555348629958	243	75	44	57	37	True	115687	maximal	True	ISR0284_000000000001	1.0	PS359	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1824.0	90.954	5.0	0.0007253878992870006	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
USA0026_01_000000002242	14114	0.999955418627846	17	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.9031474318273224		0	0	False	False	1.0	0					non-mobilizable	other	14124.0	97.42299999999999	100.0	0.9661829134720701	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0011_000000001270	13746	0.999955418627846	16	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.9027945141878311		0	0	False	False	1.0	0					non-mobilizable	other	13691.0	99.75200000000001	100.0	0.3650107991360691	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
FIJ0033_000000001955	13729	0.999955418627846	16	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.9033766092227419		0	0	False	False	1.0	0					non-mobilizable	plasmid	13729.0	99.978	100.0	0.3553547852649564	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0025_000000001334	13728	0.999955418627846	16	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.9033510840645416		0	0	False	False	1.0	0					non-mobilizable	plasmid	13728.0	99.978	100.0	0.3553288979782029	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0087_01_000000000619	13728	0.999955418627846	17	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.9039244345550627		0	0	False	False	1.0	0					non-mobilizable	other	13729.0	99.83200000000001	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0095_000000001553	13588	0.999955418627846	16	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.887600457341623		0	0	False	False	1.0	0					non-mobilizable	plasmid	13495.0	99.956	100.0	0.34932304745139664	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MON0032_000000006160	3725	0.9999550930273702	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.9744367889118223		0	0	False	False	1.0	0					non-mobilizable	plasmid	3636.0	99.78	98.0	0.04325617945420775	NZ_CP041250.1	enterobacteria	Raoultella electrica strain DSM 102253 plasmid unnamed3, complete sequence	False	True
ISR0398_000000006285	3622	0.9999550794260742	5	4	3	4	3	False	123295	fragment	False	ISR0398_000000006285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
FIJ0095_000000001553	14446	0.9999550209102128	16	11	9	10	7	True	51275	maximal	True	FIJ0095_000000001553	1.0		3	1	False	False	0.9995846748352051	0					non-mobilizable	no_good_hit	102.0	87.255	1.0	0.004052520667855406	NZ_FRAG01000050.1	firmicutes	Paramaledivibacter caminithermalis DSM 15212, whole genome shotgun sequence	True	True
ISR0131_000000000290	33245	0.9999547008244599	35	17	11	17	9	True	130796	maximal	False	ISR0350_000000000276	0.9521583090326337	PS306|PS985|PS987	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	7673.0	97.55	66.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0020_000000000307	32184	0.9999546977984576	34	17	11	16	9	True	130796	maximal	False	ISR0350_000000000276	0.8177201016821137	PS306|PS985|PS987	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	7673.0	97.55	70.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
SPA0062_000000002922	9742	0.9999545445377284	9	6	4	4	5	False	84228	maximal	True	SPA0062_000000002922	1.0	PS417	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	3563.0	99.86	43.0	0.3981440071556351	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ISR0025_000000001128	22974	0.9999543086449284	30	15	6	13	7	True	132593	backbone	False	ISR0367_000000000184	0.229008048467667	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	20295.0	99.552	99.0	0.22078374961858682	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0117_000000000975	22588	0.9999543086449284	29	15	6	13	7	True	132593	backbone	False	ISR0367_000000000184	0.22195212219162885	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	19909.0	99.573	99.0	0.2165882045246502	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0077_000000000694	21995	0.9999543086449284	29	15	6	13	7	True	132593	backbone	False	ISR0367_000000000184	0.22820308385133153	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	19339.0	99.77799999999999	100.0	0.2103875158014036	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0138_000000000837	21958	0.9999543086449284	29	15	6	13	7	True	132593	backbone	False	ISR0367_000000000184	0.21456232488430566	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	19406.0	99.758	100.0	0.21111764962294582	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
DEN0083_000000000887	21951	0.9999543086449284	29	15	6	13	7	True	132593	backbone	False	ISR0367_000000000184	0.2146040015479547	PS1168|PS703	0	0	False	True	0.99986332654953	0					non-mobilizable	plasmid	19399.0	99.78299999999999	100.0	0.21104136698487425	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
DEN0051_000000000912	21943	0.9999543086449284	28	15	6	13	7	True	132593	backbone	False	ISR0367_000000000184	0.21456239388641732	PS1168|PS703	0	0	False	True	0.9997265934944153	0					non-mobilizable	plasmid	19391.0	99.76799999999999	100.0	0.21095418682707814	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0268_000000000320	21899	0.9999543086449284	29	15	6	13	7	True	132593	backbone	False	ISR0367_000000000184	0.21447886403429997	PS1168|PS703	0	0	False	True	0.9999086856842041	0					non-mobilizable	plasmid	19347.0	99.788	100.0	0.21047469595919968	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0149_000000000939	21895	0.9999543086449284	28	15	6	13	7	True	132593	backbone	False	ISR0367_000000000184	0.21444004408541728	PS1168|PS703	0	0	False	True	0.999954342842102	0					non-mobilizable	plasmid	19343.0	99.77799999999999	100.0	0.21043110588030164	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0346_000000000555	21893	0.9999543086449284	29	15	6	13	7	True	132593	backbone	False	ISR0367_000000000184	0.21446134462091368	PS1168|PS703	0	0	False	True	0.999954342842102	0					non-mobilizable	plasmid	19341.0	99.788	100.0	0.21040931084085263	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AST0140_000000002202	11167	0.9999542864513896	12	7	6	6	4	False	105659	maximal	True	AST0140_000000002202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	94.552	16.0	0.00041172424611745967	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
SPA0097_000000000744	19293	0.999954270681676	23	12	6	11	6	True	94804	fragment	False	SPA0097_000000000744	1.0		0	0	False	False	0.9991706609725952	0					non-mobilizable	no_good_hit	1146.0	75.48	6.0	0.009486602474547629	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
DEN0085_000000001209	23271	0.9999542364990512	22	14	10	13	9	True	127226	maximal	True	DEN0085_000000001209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6019.0	94.98299999999999	60.0	0.2390600647404388	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0060_000000002927	4018	0.9999541259468044	7	3	2	3	2	False	85775	fragment	False	CHI0060_000000002927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0035_000000000062	47645	0.999953868226294	58	21	11	16	13	True	82832	maximal	True	SPA0035_000000000062	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.01442217403624e-07	CP018164.1	monocots	Oryza sativa Indica Group cultivar Shuhui498 chromosome 8 sequence	True	True
ENG0086_000000000332	39911	0.9999538195968564	27	17	11	11	13	True	61460	maximal	True	ENG0086_000000000332	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8346.0	87.46700000000001	61.0	0.0033965688357244124	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
MAD0087_000000000767	20147	0.9999537130276629	19	18	12	13	17	True	98106	fragment	False	MAD0084_000000000094	0.9968893497259665		0	0	False	True	1.0	0	IncFIB				non-mobilizable	no_good_hit	6130.0	96.93299999999999	77.0	0.052271233321097156	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	True	True
MAD0105_000000000594	24999	0.9999536799432548	32	31	26	25	29	True	108534	maximal	True	MAD0105_000000000594	1.0		1	1	False	False	1.0	0	IncR				non-mobilizable	plasmid	21964.0	99.964	100.0	0.5123043549252408	CP058068.1	enterobacteria	Escherichia coli strain RHB02-C19 plasmid pRHB02-C19_6, complete sequence	False	True
MAD0040_000000006800	3972	0.9999536150915981	2	2	2	2	2	False	41348	fragment	False	MAD0040_000000006800	1.0		0	0	False	False	0.9994964599609375	0					non-mobilizable	plasmid	3835.0	97.62700000000001	97.0	0.01695852616117015	MK169211.1	enterobacteria	Escherichia coli strain DUK14-2 plasmid pMOO-32, complete sequence	False	True
ISR0226_000000000003	224756	0.9999535405132828	273	77	48	63	44	True	127695	maximal	True	ISR0226_000000000003	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1826.0	90.964	4.0	0.0007249895533785509	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
ENG0073_000000002015	12037	0.9999534500192137	18	8	5	6	6	False	111049	fragment	False	ENG0073_000000002015	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9465.0	99.694	100.0	0.24831245239408506	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0228_000000000534	23363	0.9999534418578442	31	23	8	10	22	True	132596	backbone	False	ISR0120_000000000296	0.462276126444815	PS1169|PS902	0	0	False	True	0.9999572038650513	0		MOBB	MPF_T		conjugative	plasmid	23370.0	99.829	100.0	0.7071982080154983	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0003_000000000914	20947	0.9999533749130314	24	24	9	19	22	True	125613	maximal	True	ENG0003_000000000914	1.0	PS931	1	1	False	True	1.0	0	IncFIB				non-mobilizable	no_good_hit	9964.0	92.854	77.0	0.09131688266231912	CP056243.1	enterobacteria	Escherichia coli strain RHBSTW-00933 plasmid pRHBSTW-00933_2, complete sequence	True	True
CHI0078_000000001596	10991	0.9999532705097012	12	7	6	6	6	True	84521	maximal	True	CHI0078_000000001596	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2396.0	94.115	30.0	0.005456879704648952	CP029094.1	g-proteobacteria	Pseudomonas aeruginosa strain AR441 plasmid unnamed3, complete sequence	True	True
ISR0356_000000000395	22091	0.9999532653558644	20	11	9	10	8	True	47590	maximal	True	ISR0356_000000000395	0.9999050197084105	PS173	2	1	True	True	1.0	34					non-mobilizable	no_good_hit	1686.0	74.14	7.0	0.00045912393483664	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	True	True
ISR0088_000000000362	38461	0.9999530123242276	55	21	9	18	12	True	82833	fragment	False	ISR0088_000000000362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	81.128	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
SPA0125_000000002343	13198	0.999952706282616	17	16	4	5	15	True	132544	fragment	False	CHI0126_000000000854	0.7845426089660781		0	0	False	False	1.0	0					non-mobilizable	other	13124.0	99.46700000000001	99.0	0.3498653441058049	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0017_000000001432	13975	0.9999526163142972	18	18	6	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9176607322482027		0	0	False	False	1.0	0					non-mobilizable	plasmid	13980.0	99.59200000000001	100.0	0.31745599091425325	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
DEN0039_000000003496	4274	0.9999526102723708	4	3	2	3	2	False	73313	maximal	True	DEN0039_000000003496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0099_000000000413	22078	0.999951813062315	24	23	13	19	23	False	113987	maximal	True	SPA0099_000000000413	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	13677.0	98.655	100.0	0.0027430885162607332	LR134247.1	enterobacteria	Escherichia coli strain NCTC9040 genome assembly, chromosome: 1	False	False
MAD0084_000000000094	20253	0.999951777212191	19	18	12	13	17	True	98106	fragment	False	MAD0084_000000000094	0.9995284657765424		0	0	False	True	1.0	0	IncFIB				non-mobilizable	no_good_hit	6124.0	96.963	76.0	0.052237085855265965	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	True	True
MAD0084_000000000072	23717	0.9999517424290374	24	21	4	10	21	False	45139	maximal	True	MAD0084_000000000072	1.0		2	1	False	False	0.9999578595161438	0					non-mobilizable	virus	23676.0	98.006	99.0	0.2595574764971094	NC_050154.1	viruses	Escherichia phage D6, complete genome	False	False
MAD0025_000000000249	23709	0.9999517424290374	24	21	4	10	21	False	45139	maximal	False	MAD0084_000000000072	0.9998313446051356		0	0	False	False	0.9999156594276428	0					non-mobilizable	virus	23676.0	98.006	99.0	0.2595574764971094	NC_050154.1	viruses	Escherichia phage D6, complete genome	False	False
SPA0001_000000000672	32979	0.9999515873499698	37	26	14	19	19	True	83915	maximal	True	SPA0001_000000000672	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.44	5.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
SPA0129_000000000938	23416	0.9999513376671948	25	18	15	17	14	True	117414	maximal	False	ISR0087_000000000550	0.9742543301384785	PS789	0	0	True	True	1.0	70					non-mobilizable	plasmid	12235.0	99.428	98.0	0.5237605959414333	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0135_000000000215	48483	0.999951246073756	48	46	12	25	46	True	98685	fragment	False	ISR0388_000000000186	0.9753124465790552		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	46843.0	99.462	100.0	0.4392774067682149	MK396099.1	enterobacteria	Escherichia coli strain Ec20-Lar plasmid unnamed, complete sequence	False	True
ISR0306_000000007758	1355	0.9999511994953568	3	3	2	3	1	False	25450	fragment	False	ISR0306_000000007758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	84.46600000000001	8.0	0.0016444981862152358	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
USA0121_01_000000001492	21180	0.9999511865466923	26	17	6	14	10	True	105221	fragment	False	USA0121_01_000000001492	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	20659.0	99.869	100.0	0.2249357046336254	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0048_000000000284	52226	0.9999511501381574	60	24	11	21	12	True	82841	fragment	False	ISR0232_000000000063	0.5547700961006058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	81.32300000000001	1.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
ENG0095_000000000161	49717	0.9999510826265012	49	48	12	25	48	True	98685	fragment	False	ISR0388_000000000186	0.9823642956117097		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	26571.0	98.814	98.0	0.2477653162147536	MK758104.1	enterobacteria	Escherichia coli strain 0126:B16 plasmid R16, complete sequence	False	True
ISR0858_000000002730	3197	0.9999510405329032	4	3	3	3	2	False	43088	maximal	True	ISR0858_000000002730	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	97.315	52.0	0.004081702318572721	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0096_000000002476	10664	0.99995103945653	14	11	5	9	6	True	64349	fragment	False	ISR0096_000000002476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	1.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
ISR0392_000000003604	7342	0.9999503160302174	11	6	4	6	3	True	115106	maximal	True	ISR0392_000000003604	1.0		1	1	False	False	0.9990465641021729	0					non-mobilizable	no_good_hit	235.0	89.36200000000001	3.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0215_000000001951	13056	0.9999498837957154	11	10	5	10	4	True	130304	backbone	False	ISR0209_000000001768	0.7031541862817168	PS1092	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	28.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0808_000000000670	14271	0.9999497853227826	24	11	3	8	9	True	111058	fragment	False	ISR0808_000000000670	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9907.0	99.97	99.0	0.26015811730097443	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0204_000000000998	15440	0.9999497095869604	21	18	5	7	17	True	132544	fragment	False	CHI0126_000000000854	0.9560431415292656		0	0	False	False	0.9999352097511292	0					non-mobilizable	plasmid	15265.0	94.523	100.0	0.20605650939570097	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0048_000000000980	15369	0.9999497095869604	20	18	5	7	17	True	132544	fragment	False	CHI0126_000000000854	0.9557556904824761		0	0	False	False	0.9999349117279053	0					non-mobilizable	plasmid	15079.0	94.476	100.0	0.20355549547113694	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0194_000000001481	15067	0.9999497095869604	19	18	5	7	17	True	132544	fragment	False	CHI0126_000000000854	0.9532603565214438		0	0	False	False	0.9975442886352539	0					non-mobilizable	plasmid	8498.0	94.775	100.0	0.16633671129231434	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0061_000000001533	15032	0.9999497095869604	19	18	5	7	17	True	132544	fragment	False	CHI0126_000000000854	0.9542841712203487		0	0	False	False	1.0	0					non-mobilizable	plasmid	15030.0	94.491	100.0	0.2028389887792348	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0183_000000001763	14882	0.9999497095869604	19	18	5	7	17	True	132544	fragment	False	CHI0126_000000000854	0.9522671071242579		0	0	False	False	0.9999328255653381	0					non-mobilizable	plasmid	8136.0	95.29299999999999	100.0	0.15939784777623145	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0388_000000001871	11752	0.9999495979345252	19	11	3	8	9	True	111045	fragment	False	ISR0388_000000001871	0.9949002254510492		0	0	False	False	1.0	0					non-mobilizable	other	7662.0	99.81700000000001	100.0	0.20121871142279305	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
USA0036_01_000000003322	11767	0.9999494023872854	14	14	4	5	13	True	132544	fragment	False	CHI0126_000000000854	0.27797194032823996		0	0	False	False	1.0	0					non-mobilizable	other	11768.0	98.844	100.0	0.31373490120790337	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0104_000000001391	14354	0.9999493851558774	24	5	3	5	3	True	60269	maximal	False	ISR0216_000000001527	0.9993521647050073	PS123	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	660.0	78.788	5.0	0.1345005149330587	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	True
ISR0056_000000000142	41501	0.999949360034849	41	39	14	23	39	True	113301	fragment	False	ISR0056_000000000142	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	27362.0	99.97399999999999	99.0	0.24559482240155112	MK181566.1	enterobacteria	Escherichia coli plasmid p15078279, complete sequence	False	True
ENG0190_000000001809	14751	0.9999493480797776	18	17	5	7	16	True	132544	fragment	False	CHI0126_000000000854	0.9484881325174505		0	0	False	False	1.0	0					non-mobilizable	plasmid	14679.0	94.557	99.0	0.1981749357847776	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0090_000000004205	5314	0.9999493260520906	8	4	3	4	3	False	125202	fragment	False	ISR0354_000000003340	0.9964176632615003		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1281.0	88.447	28.0	0.00034194667346986905	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0064_000000002236	10980	0.9999490283540876	15	12	5	9	7	True	103093	fragment	False	ENG0008_000000001781	0.9942651517760713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	1.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
ISR0837_000000000659	10930	0.9999490283540876	15	12	5	9	7	True	103093	fragment	False	ENG0008_000000001781	0.9928524474152338		0	0	False	False	0.9998170137405396	0					non-mobilizable	no_good_hit	60.0	86.667	1.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
ENG0008_000000001781	10886	0.9999490283540876	15	12	5	9	7	True	103093	fragment	False	ENG0008_000000001781	0.994889957676243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	1.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
SPA0047_000000002280	15807	0.9999488158381986	19	9	6	8	6	False	128619	maximal	True	SPA0047_000000002280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1040.0	99.135	7.0	0.0032131768082237534	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0052_000000003664	7104	0.99994860911227	11	10	5	7	10	True	97924	maximal	True	ENG0052_000000003664	1.0		0	0	False	False	0.9987331032752991	0					non-mobilizable	plasmid	4870.0	98.152	100.0	0.05082480684902903	CP014972.2	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium str. USDA-ARS-USMARC-1898 plasmid pSTY1-1898, complete sequence	False	True
FIJ0141_000000004988	5805	0.9999485676360144	9	9	3	5	9	True	97917	fragment	False	ISR0194_000000003570	0.9979381443298969		0	0	False	False	0.9968992471694946	0					non-mobilizable	plasmid	5805.0	99.98299999999999	100.0	0.05814640792650551	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
AST0102_000000003325	7767	0.9999483917303618	13	11	3	6	8	True	127288	maximal	True	AST0102_000000003325	1.0	PS1002|PS69|PS757|PS758|PS812|PS996	2	1	True	True	1.0	211	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	2640.0	99.811	70.0	0.0011060856935488537	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ENG0070_000000003584	6083	0.9999482107681462	9	9	4	6	8	True	62457	maximal	True	ENG0070_000000003584	1.0		1	1	False	False	0.9993424415588379	0	rep_cluster_707				non-mobilizable	no_good_hit	5043.0	99.84100000000001	83.0	0.24675515501787726	AF488831.1	firmicutes	Lactobacillus salivarius UCC118 plasmid pSF118-20, complete sequence	True	True
ISR0216_000000001527	14313	0.9999479316793614	24	5	3	5	4	True	60269	maximal	True	ISR0216_000000001527	0.9997529642479934	PS123	4	3	True	True	1.0	3					non-mobilizable	no_good_hit	660.0	78.939	5.0	0.1345005149330587	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	True
ISR0301_000000000973	14310	0.9999479316793614	24	5	3	5	4	True	60269	maximal	False	ISR0216_000000001527	0.9997529118515915	PS123	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	660.0	78.939	5.0	0.1345005149330587	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	True
CHI0045_000000004809	4073	0.9999478173541216	3	2	2	2	2	False	89387	fragment	False	CHI0045_000000004809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	72.964	15.0	0.00021566878425038465	CP033465.1	firmicutes	Clostridium sp. JN-1 chromosome, complete genome	True	False
MAD0067_000000000145	35421	0.9999477612761668	76	22	9	17	10	True	19606	maximal	True	MAD0067_000000000145	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1973.0	91.28200000000001	36.0	0.034842094070109526	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0141_000000001527	17279	0.9999476030467571	22	12	6	9	8	True	82825	fragment	False	ISR0103_000000000992	0.9420756021053751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.416609770100249e-07	LR877232.1	rodents	Acomys russatus genome assembly, chromosome: 21	True	True
ENG0195_000000000329	32683	0.9999470694448886	36	19	12	14	11	True	116255	maximal	False	ENG0055_000000000476	0.9706506585182195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6313.0	97.545	76.0	0.05081210793747937	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0026_000000000612	25847	0.9999470266623012	31	30	12	14	29	True	66093	fragment	False	ENG0026_000000000612	1.0		0	0	False	False	0.9997291564941406	0	rep_cluster_827		MPF_T		non-mobilizable	plasmid	17549.0	99.96600000000001	99.0	0.4644170967315072	CP001927.1	enterobacteria	Escherichia coli Xuzhou21 plasmid pO157_Sal, complete sequence	False	True
ISR0775_000000000366	25284	0.9999470258065312	32	18	7	16	7	True	132593	backbone	False	ISR0367_000000000184	0.25967138995886235	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	19327.0	99.788	100.0	0.21025674556470947	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0187_000000005772	4635	0.9999466971871556	6	4	3	4	3	False	119304	fragment	False	ISR0187_000000005772	0.9302064183492222		0	0	False	False	0.997626781463623	0					non-mobilizable	no_good_hit	326.0	73.006	7.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
USA0093_01_000000000705	19786	0.9999466335514048	25	14	6	13	6	True	132593	backbone	False	ISR0367_000000000184	0.12710748525013546	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	17175.0	99.814	99.0	0.18691425831480754	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0154_000000000763	32602	0.9999464442315964	35	18	5	13	13	False	79609	fragment	False	ISR0154_000000000763	1.0		0	0	False	False	0.9996012449264526	0					non-mobilizable	no_good_hit	894.0	81.32	7.0	0.0005256879557241879	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
MON0104_000000007401	5284	0.9999464037407848	6	6	4	5	6	True	87185	fragment	False	MON0104_000000007401	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	5298.0	98.641	100.0	0.058770614692653676	CP026754.1	enterobacteria	Escherichia coli strain AR_0077 plasmid tig00000042_pilon, complete sequence	False	True
ISR0179_000000001221	19032	0.9999462024458724	27	19	14	16	12	True	123927	fragment	False	SPA0145_000000000420	0.2000100429712679		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	19032.0	99.979	100.0	0.193603190266432	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0072_01_000000001253	14907	0.9999460797853276	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.951059807016407		0	0	False	False	1.0	0					non-mobilizable	plasmid	14950.0	93.324	100.0	0.20163579829660674	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0080_000000001425	14902	0.9999460797853276	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.951239346461751		0	0	False	False	1.0	0					non-mobilizable	plasmid	14946.0	93.34899999999999	100.0	0.20163579829660674	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0073_000000001553	14902	0.9999460797853276	19	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.951239346461751		0	0	False	False	1.0	0					non-mobilizable	plasmid	14946.0	93.34899999999999	100.0	0.20163579829660674	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0048_000000001342	14898	0.9999460797853276	20	19	5	7	18	True	132544	fragment	False	CHI0126_000000000854	0.9511595027644262		0	0	False	False	1.0	0					non-mobilizable	plasmid	14942.0	93.354	100.0	0.20163579829660674	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
USA0119_01_000000001265	11875	0.9999460770800505	17	7	6	5	5	True	42679	maximal	True	USA0119_01_000000001265	1.0		5	3	True	True	1.0	1454					non-mobilizable	no_good_hit	710.0	94.507	6.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0089_000000004930	4110	0.9999455588206168	6	4	3	4	4	True	15848	maximal	True	MAD0089_000000004930	1.0		1	1	False	False	0.9997566938400269	0					non-mobilizable	no_good_hit	1357.0	99.042	51.0	0.07043424059837938	NZ_JYDC01000011.1	firmicutes	Lactobacillus collinoides strain 237 contig11, whole genome shotgun sequence	True	True
ISR0387_000000000570	23231	0.9999454766872891	29	16	6	14	6	True	132593	backbone	False	ISR0367_000000000184	0.25881056624950466	PS1168|PS703	0	0	False	True	0.9996556043624878	0					non-mobilizable	plasmid	19391.0	99.77799999999999	100.0	0.21095418682707814	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0858_000000000281	23167	0.9999454766872891	30	16	6	14	6	True	132593	backbone	False	ISR0367_000000000184	0.25859908989592667	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	19327.0	99.78299999999999	100.0	0.21025674556470947	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
DEN0082_000000001216	19375	0.9999453532283762	14	13	6	12	13	True	113278	fragment	False	ENG0095_000000000861	0.9640781040393501		0	0	False	False	0.999896764755249	0	IncFIA	MOBF	MPF_F		conjugative	plasmid	12156.0	99.35799999999999	100.0	0.100748650687714	CP051701.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-1, complete sequence	False	True
MAD0056_000000000068	46410	0.999945295884009	47	46	12	25	46	True	98685	fragment	False	ISR0388_000000000186	0.9549810430717884		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	46332.0	99.81200000000001	100.0	0.49538096358231937	CP056600.1	enterobacteria	Escherichia coli strain RHBSTW-00322 plasmid pRHBSTW-00322_3, complete sequence	False	True
ISR0811_000000000426	18030	0.9999452864976236	21	12	6	11	5	True	132593	backbone	False	ISR0367_000000000184	0.08449584845392209	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	other	15357.0	99.961	100.0	0.40333044414677066	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0149_000000000721	17994	0.9999452864976236	21	12	6	11	5	True	132593	backbone	False	ISR0367_000000000184	0.08437914324318053	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	other	15361.0	99.961	100.0	0.4034355054763218	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0012_000000001281	17723	0.9999452864976236	21	12	6	11	5	True	132593	backbone	False	ISR0367_000000000184	0.05712750638269191	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	other	15101.0	99.96700000000001	99.0	0.39660651905549865	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0059_000000000662	17703	0.9999452864976236	21	12	6	11	5	True	132593	backbone	False	ISR0367_000000000184	0.05707852618243067	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	15131.0	99.88799999999999	99.0	0.16473780567542828	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0054_000000000217	47164	0.999944977348168	79	24	9	18	14	True	88774	fragment	False	ISR0054_000000000217	1.0		0	0	False	False	0.99997878074646	0					non-mobilizable	no_good_hit	7276.0	91.34100000000001	55.0	0.12866409102186935	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0012_000000001792	12292	0.9999447386369222	20	12	8	8	9	True	19703	maximal	True	MAD0012_000000001792	1.0		1	1	False	False	0.9977220892906189	0					non-mobilizable	no_good_hit	2599.0	90.881	21.0	0.12346446154581521	NZ_CADEPJ010000098.1	b-proteobacteria	Comamonas jiangduensis isolate Q1714, whole genome shotgun sequence	True	True
ENG0156_000000001389	11445	0.9999445136895672	12	9	2	5	7	False	56708	maximal	True	ENG0156_000000001389	1.0		1	1	True	True	0.9993883967399597	10					non-mobilizable	plasmid	5719.0	96.992	99.0	0.4423898686970709	CP055424.1	enterobacteria	Citrobacter freundii strain RHBSTW-00862 plasmid pRHBSTW-00862_4, complete sequence	False	True
ENG0079_000000009043	3604	0.9999444726271978	4	2	2	2	2	False	99209	fragment	False	ENG0079_000000009043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0175_000000008036	3219	0.9999444726271978	4	2	2	2	2	False	55609	fragment	False	ENG0175_000000008036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0139_000000000736	24183	0.9999443727037644	27	15	14	15	8	True	51370	maximal	True	FIJ0139_000000000736	1.0		11	1	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	91.609	4.0	0.08947134606841403	NZ_FOXF01000063.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
ISR0794_000000000533	20515	0.9999439663943176	26	13	7	10	9	True	82828	fragment	False	ISR0794_000000000533	0.9917785487169846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	0.0001894793828385816	NZ_NPNG01000003.1	firmicutes	Lactobacillus bombicola strain H70-3 scaffold3, whole genome shotgun sequence	True	True
SPA0097_000000000661	20473	0.9999439663943176	26	13	7	10	9	True	82828	fragment	False	ISR0794_000000000533	0.9911284426029735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	0.0001894793828385816	NZ_NPNG01000003.1	firmicutes	Lactobacillus bombicola strain H70-3 scaffold3, whole genome shotgun sequence	True	True
ISR0183_000000001053	25692	0.9999439577418462	22	20	4	11	17	True	29501	maximal	True	ISR0183_000000001053	1.0		2	1	False	False	1.0	0	IncHI1A		MPF_F		non-mobilizable	chromosome	25692.0	99.895	100.0	0.004997544120722272	CP020525.1	enterobacteria	Enterobacter cloacae strain 109 chromosome, complete genome	False	True
FIJ0141_000000000510	45205	0.9999438343299056	52	50	16	28	49	True	68016	maximal	True	FIJ0141_000000000510	1.0		1	1	False	False	1.0	0	rep_cluster_1				non-mobilizable	plasmid	18381.0	97.416	98.0	0.25091162371450815	CP017988.1	enterobacteria	Klebsiella pneumoniae strain 825795-1 plasmid unnamed3, complete sequence	False	True
SPA0062_000000006054	5264	0.9999434923293804	5	5	5	5	5	False	83938	fragment	False	SPA0062_000000006054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	89.331	25.0	0.021372400816943537	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
FIJ0006_000000000884	24516	0.9999428387766738	33	13	7	10	9	True	82831	fragment	False	FIJ0006_000000000884	1.0		0	0	False	False	0.9998776316642761	0					non-mobilizable	no_good_hit								True	True
USA0078_01_000000002146	5921	0.9999427567783328	7	4	3	4	3	True	97841	fragment	False	USA0078_01_000000002146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	99.01	2.0	3.1748803466969337e-05	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	True	True
ISR0221_000000018568	1198	0.9999424541669512	2	1	1	1	1	False	27926	fragment	False	ISR0221_000000018568	1.0		0	0	False	False	0.994991660118103	0					non-mobilizable	no_good_hit								True	False
ISR0400_000000016448	1166	0.9999424541669512	2	1	1	1	1	False	27926	fragment	False	ISR0221_000000018568	0.986644407345576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0067_000000000420	30459	0.999942326408352	33	29	7	9	28	False	98189	fragment	False	SPA0067_000000000420	1.0		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	18933.0	98.051	99.0	0.1952543424317618	CP024665.1	enterobacteria	Escherichia coli strain 90-9269 plasmid unnamed4	False	True
AST0118_000000000796	23641	0.9999423144121948	24	17	14	17	14	True	117414	maximal	False	ISR0087_000000000550	0.9779607555965514	PS789	0	0	True	True	1.0	39					non-mobilizable	plasmid	10364.0	96.69	96.0	0.44276051031766417	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
SPA0137_000000001093	23626	0.9999423144121948	24	17	14	17	14	True	117414	maximal	False	ISR0087_000000000550	0.977993958543437	PS789	0	0	True	True	1.0	48					non-mobilizable	plasmid	10364.0	96.69	96.0	0.44276051031766417	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
MON0100_000000004503	7497	0.9999420716234516	7	7	5	4	6	False	9136	maximal	True	MON0100_000000004503	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	7497.0	100.0	100.0	0.049844071042429966	CP024265.1	enterobacteria	Escherichia coli O169:H41 strain F6326-C1 plasmid unnamed2, complete sequence	False	True
ENG0156_000000000634	22774	0.999941760637425	19	19	10	10	19	False	90206	maximal	True	ENG0156_000000000634	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	17375.0	99.988	99.0	0.06925029993582768	CP029729.1	enterobacteria	Citrobacter sp. CRE-46 strain AR_0157 plasmid unnamed1, complete sequence	False	True
USA0016_01_000000002166	9772	0.9999416325210272	16	11	5	5	10	True	132223	maximal	False	ISR0137_000000002845	0.9497233106297616	PS1143|PS1144|PS1145|PS594|PS595|PS607|PS778|PS779|PS780|PS819|PS904	0	0	True	True	1.0	234		MOBP			mobilizable	no_good_hit	4467.0	98.56700000000001	69.0	0.8943661971830986	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ENG0059_000000001897	6303	0.9999415702636479	7	7	4	4	7	False	79530	fragment	False	MON0004_000000004268	0.9678751760709934		0	0	False	False	1.0	0					non-mobilizable	plasmid	6303.0	99.984	100.0	0.06659269826174248	CP040895.1	enterobacteria	Leclercia adecarboxylata strain Z96-1 plasmid pIMP-Z96-1, complete sequence	False	True
ENG0140_000000002070	6284	0.9999415702636479	7	7	4	4	7	False	79530	fragment	False	MON0004_000000004268	0.9664487066156724		0	0	False	False	1.0	0					non-mobilizable	plasmid	6284.0	100.0	100.0	0.01593521421107628	CP056587.1	enterobacteria	Citrobacter freundii strain RHBSTW-00355 plasmid pRHBSTW-00355_2, complete sequence	False	True
MON0015_000000005239	6281	0.9999415702636479	8	7	4	4	7	False	79530	fragment	False	MON0004_000000004268	0.9561370591194024		0	0	False	False	0.9980894923210144	0					non-mobilizable	plasmid	6281.0	99.87299999999999	100.0	0.04406924766496144	CP043512.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 plasmid unnamed1, complete sequence	False	True
ISR0090_000000001179	14103	0.9999413339326984	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9318593864466594		0	0	False	False	1.0	0					non-mobilizable	plasmid	14103.0	99.986	100.0	0.32031800113571834	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0835_000000000579	14079	0.9999413339326984	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9305098537146996		0	0	False	False	1.0	0					non-mobilizable	plasmid	14079.0	99.993	100.0	0.3197728563316298	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
USA0064_01_000000000979	13942	0.9999413339326984	18	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9178954252930477		0	0	False	False	0.9999282956123352	0					non-mobilizable	other	13947.0	99.31200000000001	100.0	0.37175692611257766	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0014_000000001785	13942	0.9999413339326984	18	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9177965342501239		0	0	False	False	1.0	0					non-mobilizable	other	13947.0	99.305	100.0	0.37175692611257766	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0096_000000002158	13907	0.9999413339326984	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9149785900493133		0	0	False	False	1.0	0					non-mobilizable	other	13912.0	99.31700000000001	100.0	0.37082366743993816	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AUS0006_000000000882	13866	0.9999413339326984	18	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9056263445754031		0	0	False	False	1.0	0					non-mobilizable	other	13796.0	99.62299999999999	99.0	0.3677305815534757	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0339_000000000810	13861	0.9999413339326984	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9104068561388733		0	0	False	False	1.0	0					non-mobilizable	other	13860.0	99.863	100.0	0.3695437698317468	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0368_000000000785	13844	0.9999413339326984	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9148305174913843		0	0	False	False	1.0	0					non-mobilizable	other	13843.0	99.85600000000001	100.0	0.36909047276217904	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0018_000000001587	13835	0.9999413339326984	18	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9071951401360352		0	0	False	False	1.0	0					non-mobilizable	other	13836.0	99.39299999999999	100.0	0.3687971628936352	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0065_000000001440	13835	0.9999413339326984	18	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9072225462341221		0	0	False	False	1.0	0					non-mobilizable	other	13836.0	99.39299999999999	100.0	0.3687971628936352	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0089_000000000953	13797	0.9999413339326984	18	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9067323148773445		0	0	False	False	0.9998550415039062	0					non-mobilizable	plasmid	13768.0	96.318	100.0	0.3765317286652079	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
ISR0841_000000000658	13792	0.9999413339326984	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9134359316650624		0	0	False	False	1.0	0					non-mobilizable	other	13792.0	100.0	100.0	0.3677305815534757	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0055_000000001826	13784	0.9999413339326984	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9089420061253106		0	0	False	False	1.0	0					non-mobilizable	other	13784.0	99.935	100.0	0.3675172652854438	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0774_000000001434	13781	0.9999413339326984	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9046161958368881		0	0	False	False	1.0	0					non-mobilizable	other	13781.0	99.985	100.0	0.3674372716849319	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0396_000000001232	13745	0.9999413339326984	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9088756327258798		0	0	False	False	1.0	0					non-mobilizable	other	13745.0	100.0	100.0	0.3664773484787884	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0045_000000001952	13703	0.9999413339326984	18	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9038472926110412		0	0	False	False	1.0	0					non-mobilizable	other	13704.0	99.927	100.0	0.36538410260512494	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0140_000000000083	71264	0.999941087593948	80	27	17	25	10	True	80311	maximal	True	CHI0140_000000000083	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	0.0	7.240028670513535e-05	NZ_FOZH01000004.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	True
MAD0101_000000005612	4646	0.999941019494914	6	6	4	4	4	True	87184	fragment	False	MAD0101_000000005612	1.0		0	0	False	False	0.9954800009727478	0	IncFIA				non-mobilizable	plasmid	4647.0	99.161	100.0	0.05955602292983828	CP057039.1	enterobacteria	Escherichia coli strain RHB39-C23 plasmid pRHB39-C23_2, complete sequence	False	True
ISR0061_000000000187	14168	0.9999409122215908	16	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.9332348485522924		0	0	False	False	0.9998588562011719	0					non-mobilizable	plasmid	14169.0	99.682	100.0	0.32140829074389554	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0216_000000001590	13745	0.9999409122215908	17	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.90864517707415		0	0	False	False	1.0	0					non-mobilizable	other	13746.0	99.971	100.0	0.9409227820372399	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0102_000000001461	13728	0.9999409122215908	17	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.902702099492862		0	0	False	False	1.0	0					non-mobilizable	other	13729.0	99.65	100.0	0.3660507159427246	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0119_000000007420	4617	0.9999408098364324	3	3	3	3	2	False	79495	maximal	True	SPA0119_000000007420	1.0		0	0	False	False	0.9926359057426453	0					non-mobilizable	no_good_hit	3666.0	100.0	83.0	0.020196286969124202	AP019689.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-2 DNA, complete genome	True	False
ENG0005_000000000369	42771	0.9999406691510304	41	19	12	16	7	True	130785	fragment	False	ENG0005_000000000369	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	2.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
BAN0018_000000000535	4116	0.99994063473509	6	6	3	4	6	False	98191	fragment	False	BAN0018_000000000535	1.0		0	0	False	False	0.9985422492027283	0					non-mobilizable	plasmid	4129.0	98.789	100.0	0.1391304347826087	MG648898.1	enterobacteria	Escherichia coli plasmid pCOV8 clone COV8_c5	False	True
ENG0022_000000001400	16607	0.9999404847671922	20	19	8	13	19	True	114198	maximal	True	ENG0022_000000001400	1.0		2	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	16607.0	99.994	100.0	0.12094859357019039	CP041539.1	enterobacteria	Escherichia coli strain 73 plasmid p2766-1	False	True
ENG0055_000000001427	12958	0.9999404496460432	17	13	2	5	11	False	63691	maximal	True	ENG0055_000000001427	1.0		1	1	True	True	1.0	121					non-mobilizable	no_good_hit	4360.0	96.193	68.0	0.34267275303006456	CP060068.1	enterobacteria	Escherichia coli strain G5 plasmid pSYM9, complete sequence	True	True
CHI0151_000000003762	6336	0.9999402602619334	7	7	4	4	7	False	79530	fragment	False	MON0004_000000004268	0.9065039427956586		0	0	False	False	0.9998421669006348	0					non-mobilizable	plasmid	6336.0	100.0	100.0	0.0287424117310781	CP026397.1	enterobacteria	Klebsiella pneumoniae strain KPNIH48 plasmid pKPN-10f7, complete sequence	False	True
ENG0006_000000001937	13728	0.9999398023006634	17	17	5	7	16	True	132544	fragment	False	CHI0126_000000000854	0.9011671956887163		0	0	False	False	1.0	0					non-mobilizable	plasmid	13728.0	99.971	100.0	0.375464989059081	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
ISR0370_000000001542	13727	0.9999398023006634	17	17	5	7	16	True	132544	fragment	False	CHI0126_000000000854	0.901840185749946		0	0	False	False	1.0	0					non-mobilizable	plasmid	13727.0	99.52600000000001	100.0	0.35530301069144943	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0800_000000001557	6832	0.9999397827048218	11	7	5	4	6	True	123817	maximal	True	ISR0800_000000001557	1.0	PS607|PS904	2	1	True	True	1.0	114		MOBP			mobilizable	no_good_hit	2696.0	98.999	74.0	0.5392354124748491	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ISR0792_000000001056	8911	0.9999396844189484	10	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.16176126577341787		0	0	False	False	1.0	0					non-mobilizable	plasmid	8854.0	99.706	99.0	0.17351079052080678	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0066_000000001702	16550	0.9999395411513256	13	9	9	9	6	True	118471	maximal	True	ISR0066_000000001702	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	5206.0	96.485	36.0	0.02131858483327931	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0185_000000001303	15705	0.999939536565094	20	14	8	8	12	True	123692	fragment	False	ISR0185_000000001303	1.0		0	0	False	True	1.0	0	rep_cluster_1702	MOBB			mobilizable	plasmid	15517.0	99.265	99.0	0.49914678515084193	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0099_000000012278	2523	0.9999394594431691	4	4	2	3	2	True	15232	maximal	True	MAD0099_000000012278	1.0		1	1	False	False	0.9976218938827515	0					non-mobilizable	no_good_hit	688.0	70.494	27.0	0.006842410727922534	NZ_CCAT010000003.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
ISR0153_000000003433	7278	0.9999393743514574	11	7	4	6	5	True	79335	fragment	False	ISR0153_000000003433	1.0		0	0	False	False	0.9990382194519043	0					non-mobilizable	no_good_hit								True	True
MAD0087_000000001695	12406	0.9999393424776172	16	15	6	11	12	False	97991	fragment	False	MAD0087_000000001695	1.0		0	0	False	False	0.9973400235176086	0	IncFIC,IncI1				non-mobilizable	no_good_hit	3027.0	99.042	61.0	0.03408886085075703	CP024864.1	enterobacteria	Escherichia coli strain AR_0015 plasmid unitig_2_pilon, complete sequence	True	True
CHI0160_000000001868	10017	0.999938972534634	10	5	4	5	3	True	78763	maximal	True	CHI0160_000000001868	1.0		1	1	True	True	0.9999001622200012	38					non-mobilizable	no_good_hit	330.0	91.212	14.0	0.03571428571428571	NZ_FNVS01000028.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
SPA0127_000000000058	88520	0.9999389406035912	69	37	20	26	28	True	73821	maximal	True	SPA0127_000000000058	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9885.0	90.693	60.0	0.0040275471301528705	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
ENG0020_000000001483	13727	0.9999389319316117	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.9038436951054574		0	0	False	False	1.0	0					non-mobilizable	other	13729.0	99.803	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0057_000000001691	13727	0.9999389319316117	17	17	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.903667634810695		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	99.811	100.0	0.3659973868757166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0199_000000022392	1154	0.9999387362257836	2	1	1	1	1	False	54227	maximal	True	ENG0199_000000022392	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	820.0	91.829	90.0	0.017369885120930923	CP034582.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10B, complete sequence	False	True
ISR0011_000000000938	23128	0.9999385207428098	19	11	9	10	8	True	107235	maximal	True	ISR0011_000000000938	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	1829.0	80.755	8.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ISR0110_000000002440	8716	0.9999384940752716	9	6	4	6	2	True	103172	maximal	True	ISR0110_000000002440	1.0		3	2	False	False	0.9998852610588074	0					non-mobilizable	no_good_hit	166.0	78.313	2.0	0.0003387441791413044	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0149_000000002364	10310	0.9999380425120601	12	9	8	8	7	False	128616	maximal	True	ENG0149_000000002364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	80.765	13.0	0.00033890226122529636	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0093_000000000929	27633	0.9999377937246438	25	19	16	15	15	True	116251	fragment	False	SPA0093_000000000929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12579.0	99.587	46.0	0.002285033854910434	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	True
ISR0032_000000004250	6993	0.9999377901887628	9	5	5	4	4	False	87566	fragment	False	ISR0033_000000003415	0.9543969507214811		0	0	False	False	0.9998570084571838	0					non-mobilizable	no_good_hit	453.0	88.962	8.0	0.00010059314346451688	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0140_000000001750	7453	0.9999377806886856	13	11	6	5	8	True	132237	maximal	True	ENG0140_000000001750	1.0	PS1143|PS778	6	3	True	True	1.0	2045		MOBP,MOBV			mobilizable	no_good_hit	3053.0	100.0	58.0	0.7186249117023782	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0045_000000001540	16485	0.9999376764852571	14	9	7	7	4	True	117384	fragment	False	SPA0045_000000001540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4352.0	92.00399999999999	53.0	0.0657598441969448	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0034_000000000740	28290	0.9999373813638108	32	15	11	14	6	True	123311	maximal	True	FIJ0034_000000000740	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	77.419	1.0	0.00031795474826323735	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ENG0030_000000006495	3194	0.9999372914313728	5	3	3	3	1	False	73438	fragment	False	ENG0030_000000006495	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	chromosome	2065.0	99.95200000000001	100.0	0.0008648213791889786	CP014157.1	g-proteobacteria	Pasteurella multocida subsp. multocida strain RCAD0259 chromosome	False	True
MAD0104_000000001251	7585	0.9999372491125228	9	9	5	7	9	True	97922	maximal	True	MAD0104_000000001251	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	4688.0	96.054	100.0	0.030881758123230418	CP031283.1	enterobacteria	Escherichia fergusonii strain 40A plasmid p150_40A, complete sequence	False	True
MAD0100_000000000142	57389	0.9999372024167128	101	27	12	21	15	True	44636	maximal	True	MAD0100_000000000142	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6818.0	87.988	52.0	0.12008648495374473	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0077_000000000496	33852	0.9999371795622506	38	17	11	17	9	True	130796	maximal	False	ISR0350_000000000276	0.8076742692768457	PS306|PS985|PS987	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	7673.0	97.589	71.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
MAD0057_000000000227	31059	0.9999371140441398	33	30	6	9	29	True	113306	fragment	False	MAD0057_000000000227	1.0		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	31059.0	99.913	100.0	0.12224204263094268	CP029058.1	enterobacteria	Escherichia coli strain FORC_081 plasmid pFORC_081_1, complete sequence	False	True
ISR0138_000000000213	54483	0.9999369343506666	93	28	9	21	15	True	88775	maximal	True	ISR0138_000000000213	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	4062.0	90.448	53.0	0.0718285896572502	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CAN0016_000000003444	10761	0.9999369277229668	12	7	4	6	5	False	93029	maximal	True	CAN0016_000000003444	1.0		3	1	True	True	0.9999070763587952	5					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	2.2242852142396398e-05	NZ_CP023864.1	CFB group bacteria	Prevotella jejuni strain CD3:33 chromosome II, complete sequence	True	True
MAD0061_000000000158	41740	0.999936604854702	46	36	14	20	35	True	19755	maximal	True	MAD0061_000000000158	1.0		1	1	False	False	1.0	0		MOBP	MPF_I		conjugative	no_good_hit	12804.0	96.868	80.0	0.10971773398592527	CP056160.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_2, complete sequence	True	True
DEN0067_000000009342	3451	0.9999365954993698	5	3	2	3	2	False	70850	maximal	True	DEN0067_000000009342	1.0		4	2	False	False	0.999710202217102	0					non-mobilizable	no_good_hit								True	False
MAD0059_000000003199	5676	0.9999363422497568	3	3	2	3	3	False	25836	maximal	True	MAD0059_000000003199	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3657.0	95.324	94.0	0.057459867799811146	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	False
CAN0001_000000001441	21389	0.999936318123121	25	15	6	14	5	True	132593	backbone	False	ISR0367_000000000184	0.184420908271482	PS1168|PS703	0	0	False	True	0.9996727108955383	0					non-mobilizable	plasmid	17392.0	99.62100000000001	99.0	0.1892899176147509	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0017_01_000000000995	20923	0.999936318123121	25	15	6	14	5	True	132593	backbone	False	ISR0367_000000000184	0.13016074990179508	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	other	17040.0	99.971	100.0	0.44753499855540674	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
FIJ0021_000000000414	51165	0.9999361265486212	57	56	14	41	54	True	95710	maximal	True	FIJ0021_000000000414	1.0		3	1	False	False	1.0	0	IncFII,rep_cluster_2183	MOBF,MOBF	MPF_F		conjugative	no_good_hit	27334.0	99.67399999999999	89.0	0.08190325509479418	CP055510.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00472 plasmid unnamed	True	True
ENG0125_000000001422	13919	0.9999358631709898	9	9	5	9	9	True	58890	maximal	True	ENG0125_000000001422	1.0		1	1	False	False	1.0	0	IncFII	MOBF	MPF_T		conjugative	chromosome	13921.0	99.792	100.0	0.0020357061930026767	LR607350.1	enterobacteria	Klebsiella oxytoca strain 4928STDY7071151 genome assembly, chromosome: 1	False	True
ISR0090_000000000006	168695	0.999935818397002	203	55	37	46	35	True	127525	fragment	False	ISR0090_000000000006	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1777.0	97.29899999999999	3.0	0.009563915604906891	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
CAN0022_000000004223	6443	0.99993549712773	5	3	3	3	2	True	91630	maximal	True	CAN0022_000000004223	1.0		2	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	4479.0	80.755	69.0	0.15716459638319707	CP039395.1	CFB group bacteria	Muribaculum sp. TLL-A4 plasmid pTAA-4-2, complete sequence	True	True
ISR0833_000000000238	27514	0.9999352022063828	35	27	10	12	26	True	132596	backbone	False	ISR0120_000000000296	0.5939486770609022	PS1169|PS902	0	0	False	True	0.9998909831047058	0		MOBB	MPF_T		conjugative	plasmid	27515.0	99.822	100.0	0.8325160431044921	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0388_000000000825	19884	0.9999347107085744	22	13	6	12	4	True	132593	backbone	False	ISR0367_000000000184	0.1144113152719398	PS1168|PS703	0	0	False	True	0.9999496936798096	0					non-mobilizable	plasmid	16419.0	99.90899999999999	100.0	0.17877381108059806	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0190_000000001196	19273	0.9999347107085744	22	13	6	12	4	True	132593	backbone	False	ISR0367_000000000184	0.0932446356595783	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	16419.0	99.90899999999999	100.0	0.17877381108059806	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0197_000000000664	19268	0.9999347107085744	22	13	6	12	4	True	132593	backbone	False	ISR0367_000000000184	0.09310099577484325	PS1168|PS703	0	0	False	True	0.9999480843544006	0					non-mobilizable	plasmid	16419.0	99.89	99.0	0.17877381108059806	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0055_000000005043	6008	0.9999346785819874	7	6	3	4	5	True	128021	maximal	True	SPA0055_000000005043	1.0	PS1025	0	0	False	True	1.0	0	rep_cluster_1320				non-mobilizable	no_good_hit	2580.0	99.729	46.0	0.5265414454879542	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ENG0137_000000002241	7619	0.9999344849148154	8	8	8	6	5	False	58006	maximal	True	ENG0137_000000002241	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4762.0	100.0	100.0	0.0495699977094309	CP057056.1	enterobacteria	Escherichia coli strain RHB39-C18 plasmid pRHB39-C18_2, complete sequence	False	True
ISR0217_000000001801	14410	0.9999343609918716	16	10	7	10	8	True	117411	fragment	False	ISR0051_000000002668	0.9901310682330736		0	0	False	False	0.9997918009757996	0					non-mobilizable	plasmid	10363.0	96.7	99.0	0.44276051031766417	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
USA0108_01_000000001488	9835	0.9999341890518056	17	11	6	6	9	True	132223	maximal	False	ISR0137_000000002845	0.934811999507578	PS1143|PS1144|PS1145|PS594|PS595|PS607|PS778|PS779|PS780|PS819|PS904	0	0	True	True	1.0	1260		MOBP			mobilizable	no_good_hit	5072.0	99.586	68.0	0.9998027613412229	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0820_000000003792	4760	0.9999341058981772	5	4	3	4	3	True	96728	fragment	False	MAD0047_000000007294	0.9659136748688988		0	0	False	False	0.9989495873451233	0					non-mobilizable	no_good_hit	62.0	91.935	1.0	0.0002966948197084479	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
USA0001_01_000000003174	4814	0.9999341037549244	4	3	3	3	2	True	27504	maximal	True	USA0001_01_000000003174	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0149_000000001425	11968	0.9999340688571466	17	17	11	15	16	True	97940	maximal	True	CHI0149_000000001425	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	6833.0	99.971	97.0	0.035705326532318754	CP026206.1	enterobacteria	Escherichia coli strain ECONIH5 plasmid pECO-cbb3, complete sequence	False	True
SPA0127_000000002614	10277	0.9999339975492624	10	6	5	6	5	False	3929	maximal	True	SPA0127_000000002614	1.0		2	2	False	False	0.9946482181549072	0					non-mobilizable	no_good_hit	776.0	100.0	8.0	0.0002169075366552746	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0056_000000002041	5389	0.9999338507766856	8	5	3	4	5	True	95462	maximal	True	MAD0056_000000002041	1.0		1	1	False	False	0.9933197498321533	0	IncR				non-mobilizable	other	4200.0	97.262	99.0	0.1718276398787581	NZ_SJON01000029.1	enterobacteria	Enterobacter quasihormaechei strain WCHEQ120003, whole genome shotgun sequence	False	True
MAD0106_000000002991	5329	0.9999337759451808	7	6	3	5	5	False	14748	maximal	True	MAD0106_000000002991	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3385.0	96.898	96.0	0.0005150552021032156	CP008860.2	g-proteobacteria	Pseudomonas aeruginosa strain H27930, complete genome	False	False
MAD0101_000000001167	13866	0.9999337479283394	14	14	13	13	13	False	98284	maximal	True	MAD0101_000000001167	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4951.0	99.98	93.0	0.03271213322759715	CP057369.1	enterobacteria	Escherichia coli strain RHB28-C19 plasmid pRHB28-C19_2, complete sequence	False	True
SPA0122_000000006592	4693	0.9999336319548044	7	7	4	6	7	True	97950	fragment	False	SPA0122_000000006592	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4693.0	100.0	100.0	0.036194766724265616	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
FIJ0079_000000003467	8503	0.9999335236542174	8	8	7	7	7	False	115886	fragment	False	FIJ0079_000000003467	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8503.0	99.976	100.0	0.03929234949948701	CP021720.1	enterobacteria	Escherichia coli strain AR_0128 plasmid tig00000793, complete sequence	False	True
MON0039_000000011219	3969	0.9999333975421096	3	3	3	2	2	False	14675	fragment	False	MON0039_000000011219	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3871.0	99.251	100.0	0.041848243346994385	CP025977.1	enterobacteria	Escherichia coli strain 10754 a-1 plasmid p10754a1_92, complete sequence	False	True
SPA0068_000000002592	5162	0.9999333853632864	8	8	4	4	7	False	98194	fragment	False	SPA0068_000000002592	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5162.0	100.0	100.0	0.1073955385383719	CP057727.1	enterobacteria	Escherichia coli strain RHB16-C19 plasmid pRHB16-C19_3, complete sequence	False	True
ISR0847_000000001896	10104	0.9999333340990059	10	5	5	4	3	True	89213	maximal	False	CHI0090_000000001078	0.9917632738918236		0	0	True	True	0.9999010562896729	10		MOBV			mobilizable	no_good_hit	3360.0	93.48200000000001	68.0	0.13077043044291953	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
MAD0111_000000012018	1431	0.9999332305926152	3	3	2	2	3	False	14499	maximal	True	MAD0111_000000012018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	80.76899999999999	36.0	0.025928909475380124	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
MAD0083_000000004652	2189	0.9999329254525916	3	3	2	3	1	True	47114	fragment	False	MAD0083_000000004652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	85.417	11.0	6.37549420083447e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0014_000000000278	58417	0.9999328840667002	97	29	14	22	13	True	124627	maximal	True	ISR0014_000000000278	1.0		1	1	True	True	1.0	30					non-mobilizable	no_good_hit	6708.0	92.844	48.0	0.11881047743947826	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0043_000000002441	6924	0.9999327735574056	7	5	4	5	3	True	38820	maximal	True	SPA0043_000000002441	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	86.988	22.0	0.0005533618013761389	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	True
SPA0139_000000004222	5572	0.9999327571602388	8	6	6	6	5	False	128606	fragment	False	SPA0139_000000004222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	19.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0018_000000013967	1918	0.9999326826136656	3	3	2	2	3	False	51554	maximal	True	FIJ0018_000000013967	1.0		0	0	False	False	0.9994786381721497	0					non-mobilizable	plasmid	856.0	100.0	92.0	0.008841595830489546	CP011646.1	enterobacteria	Klebsiella pneumoniae strain CAV1596 plasmid pKPC_CAV1596-97, complete sequence	False	True
ISR0158_000000006980	2664	0.9999313559300864	4	3	3	3	2	False	73437	fragment	False	ISR0158_000000006980	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	chromosome	2346.0	99.65899999999999	95.0	0.0009825611115301138	CP014157.1	g-proteobacteria	Pasteurella multocida subsp. multocida strain RCAD0259 chromosome	False	True
ENG0107_000000001881	11909	0.9999311876754864	14	14	4	6	13	True	132544	fragment	False	CHI0126_000000000854	0.2748095890839194		0	0	False	False	1.0	0					non-mobilizable	plasmid	11918.0	99.664	100.0	0.32590262582056895	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
MAD0109_000000002377	5414	0.9999307408854726	10	7	5	6	7	False	38949	maximal	True	MAD0109_000000002377	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2243.0	96.835	90.0	0.0004874990840366229	AP014856.1	enterobacteria	Escherichia albertii DNA, complete genome, strain: CB9786	False	False
FIJ0112_000000003806	6370	0.9999306754765832	6	6	6	6	6	False	90214	maximal	True	FIJ0112_000000003806	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6370.0	99.89	100.0	0.045750694988183405	CP025683.1	enterobacteria	Klebsiella pneumoniae strain L5-2 plasmid pL5201, complete sequence	False	True
USA0013_01_000000000938	11910	0.9999304790971756	13	13	4	5	12	True	132544	fragment	False	CHI0126_000000000854	0.2753417498247086		0	0	False	False	1.0	0					non-mobilizable	plasmid	11820.0	98.807	99.0	0.27032469166876416	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0125_000000000966	24937	0.9999304598653984	31	24	10	12	21	True	132596	backbone	False	ISR0120_000000000296	0.4956819805468024	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24878.0	99.84299999999999	99.0	0.7528453807967066	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0186_000000020857	1534	0.9999303121677322	3	3	3	3	3	False	29318	maximal	True	ISR0186_000000020857	1.0		1	1	False	False	0.9797914028167725	0					non-mobilizable	no_good_hit	830.0	96.988	54.0	0.019213832104945996	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
CHI0045_000000004498	4294	0.9999302812744076	5	4	3	3	4	True	87183	fragment	False	CHI0045_000000004498	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	2946.0	95.995	100.0	0.013150195421552206	CP058119.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00167 plasmid pRHBSTW-00167_2, complete sequence	False	True
FIJ0021_000000012746	3924	0.9999298072652448	7	7	4	4	5	False	49665	maximal	True	FIJ0021_000000012746	1.0		0	0	False	False	0.9997451305389404	0					non-mobilizable	plasmid	2415.0	99.917	97.0	0.013127627292848325	CP061390.1	enterobacteria	Klebsiella pneumoniae strain NU-CRE195 plasmid pCRE-195-1, complete sequence	False	True
ISR0048_000000002086	8146	0.9999295641894348	9	7	5	6	5	True	125312	maximal	True	ISR0048_000000002086	1.0		0	0	False	False	0.9988951683044434	0					non-mobilizable	no_good_hit	2262.0	79.531	27.0	0.004654595943015701	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0192_000000004631	3880	0.99992937329652	2	2	2	2	2	False	72669	fragment	False	ISR0021_000000005753	0.9899426710206841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	73.65899999999999	16.0	0.00021566878425038465	CP033465.1	firmicutes	Clostridium sp. JN-1 chromosome, complete genome	True	False
ISR0021_000000005753	3878	0.99992937329652	2	2	2	2	2	False	72669	fragment	False	ISR0021_000000005753	0.9915424705736593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	73.616	16.0	0.00021566878425038465	CP033465.1	firmicutes	Clostridium sp. JN-1 chromosome, complete genome	True	False
DEN0047_000000000434	3877	0.99992937329652	2	2	2	2	2	False	72669	fragment	False	ISR0021_000000005753	0.9914909109001877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	73.616	16.0	0.00021566878425038465	CP033465.1	firmicutes	Clostridium sp. JN-1 chromosome, complete genome	True	False
SPA0048_000000005282	3876	0.99992937329652	2	2	2	2	2	False	72669	fragment	False	ISR0021_000000005753	0.9912846455880171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	73.616	16.0	0.00021566878425038465	CP033465.1	firmicutes	Clostridium sp. JN-1 chromosome, complete genome	True	False
MON0062_000000002766	12493	0.9999292913474428	14	10	9	9	9	False	128622	maximal	True	MON0062_000000002766	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1906.0	98.95100000000001	16.0	0.00908080147736003	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0029_000000004667	6587	0.9999290093780198	7	3	3	3	3	True	118457	fragment	False	AST0151_000000002360	0.9543125533731853		0	0	False	False	1.0	0					non-mobilizable	plasmid	3524.0	92.367	92.0	0.0532225670987767	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
AST0029_000000000754	26271	0.9999286836296992	35	26	9	12	24	True	132596	backbone	False	ISR0120_000000000296	0.5516553082264155	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	26287.0	99.913	100.0	0.795677442789684	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0069_000000002462	3875	0.9999283413516874	4	2	1	2	2	True	85074	maximal	True	CHI0069_000000002462	1.0		1	1	True	True	1.0	94					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.0007532641446267158	NZ_QRST01000016.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf16, whole genome shotgun sequence	True	True
CAN0006_000000010234	4402	0.9999277732878618	9	9	6	6	8	False	95752	maximal	True	CAN0006_000000010234	1.0		0	0	False	False	0.9984098076820374	0					non-mobilizable	chromosome	4310.0	99.93	99.0	0.0008059558773307835	CP033901.1	enterobacteria	Klebsiella pneumoniae strain KPN1344 chromosome	False	False
ISR0375_000000018508	1292	0.9999274908333512	2	1	1	1	1	False	23364	fragment	False	ISR0375_000000018508	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1288.0	95.963	100.0	0.011749395116944058	CP029293.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed6	False	True
ENG0005_000000003335	7081	0.9999273428754659	9	9	4	6	8	True	97959	fragment	False	ENG0005_000000003335	1.0		0	0	False	False	0.9981641173362732	0					non-mobilizable	plasmid	7081.0	100.0	100.0	0.08974976548436985	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
ISR0352_000000000345	20560	0.9999272255995756	23	15	10	11	11	True	96734	fragment	False	ISR0352_000000000345	1.0		0	0	False	False	0.9998540878295898	0					non-mobilizable	no_good_hit	3273.0	98.931	16.0	0.0008728291642313968	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0033_000000000562	23647	0.9999270989989664	26	18	15	18	14	True	117414	maximal	False	ISR0087_000000000550	0.9710634886175331	PS789	0	0	True	True	1.0	43					non-mobilizable	plasmid	8353.0	96.277	96.0	0.3564089391215001	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
SPA0115_000000000555	34331	0.9999270823838112	32	14	8	11	6	True	129709	fragment	False	SPA0115_000000000555	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1409.0	90.916	4.0	0.9853044086773968	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
BAN0016_000000000097	6928	0.9999270618227172	7	6	4	5	6	True	98705	maximal	True	BAN0016_000000000097	1.0		1	1	False	False	1.0	0	IncFII				non-mobilizable	plasmid	3006.0	98.071	93.0	0.020271091250286886	CP057646.1	enterobacteria	Escherichia coli strain RHB19-C13 plasmid pRHB19-C13_2, complete sequence	False	True
USA0039_01_000000000588	27706	0.9999265868895048	35	28	11	13	26	True	132596	backbone	False	ISR0120_000000000296	0.5960766463076838	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	27720.0	99.751	99.0	0.8387213948419906	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0020_000000000400	27560	0.9999265868895048	35	28	11	13	26	True	132596	backbone	False	ISR0120_000000000296	0.5941320616868038	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	27572.0	99.811	100.0	0.8343927836299794	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0217_000000000713	27558	0.9999265868895048	35	28	11	13	26	True	132596	backbone	False	ISR0120_000000000296	0.5941024001292318	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	27575.0	99.75	100.0	0.8343322436130282	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0020_000000000154	46038	0.999926503148822	47	45	8	16	42	True	87876	fragment	False	FIJ0020_000000000154	0.9828396390066094		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	46039.0	99.965	100.0	0.19292503436483724	MH733010.1	enterobacteria	Klebsiella pneumoniae strain KP14812 plasmid pKP14812-MCR-1, complete sequence	False	True
DEN0085_000000005779	6148	0.9999263974324082	5	5	5	5	5	False	115780	maximal	True	DEN0085_000000005779	1.0		0	0	False	False	0.9993493556976318	0					non-mobilizable	chromosome	2890.0	99.931	94.0	0.0005830273062221264	NZ_CP016990.1	g-proteobacteria	Aeromonas hydrophila strain ZYAH75 chromosome, complete genome	False	False
SPA0155_000000001452	9340	0.9999263690149136	16	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.9634751711212536	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	33		MOBP			mobilizable	no_good_hit	4490.0	98.664	71.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ENG0009_000000001548	9208	0.9999263690149136	17	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.9639303516349776	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	1865		MOBP			mobilizable	no_good_hit	4487.0	99.57700000000001	71.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ISR0066_000000003426	9198	0.9999263690149136	16	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.960842783629577	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	13		MOBP			mobilizable	no_good_hit	4490.0	98.686	72.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
SPA0057_000000002766	9197	0.9999263690149136	17	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.9620621849330627	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	4714		MOBP			mobilizable	no_good_hit	4486.0	99.62100000000001	71.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
SPA0151_000000001691	9194	0.9999263690149136	17	12	6	5	10	True	132246	backbone	True	SPA0151_000000001691	0.9647097618086056	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	66	9	True	True	1.0	3360		MOBP			mobilizable	no_good_hit	4484.0	99.68799999999999	71.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
SPA0150_000000001747	9194	0.9999263690149136	17	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.9647035996113578	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	3544		MOBP			mobilizable	no_good_hit	4484.0	99.68799999999999	71.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
SPA0154_000000000434	9186	0.9999263690149136	16	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.9644342965738619	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	49		MOBP			mobilizable	no_good_hit	3987.0	98.947	72.0	0.8016096579476861	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ISR0823_000000000546	9177	0.9999263690149136	17	12	6	5	10	True	132246	backbone	False	SPA0151_000000001691	0.9607450340381682	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	355		MOBP			mobilizable	no_good_hit	4489.0	98.708	72.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
DEN0033_000000002949	9310	0.999926340569932	6	5	5	5	3	True	118466	fragment	False	DEN0033_000000002949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	80.941	9.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0141_000000000726	31582	0.9999260345427842	31	17	13	15	11	False	100015	fragment	False	ISR0141_000000000726	1.0		0	0	False	False	0.9999683499336243	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	0.0	1.803448735015971e-05	NZ_CP042326.1	cyanobacteria	Euhalothece natronophila Z-M001 chromosome, complete genome	True	False
ISR0298_000000000561	16209	0.9999260201130128	14	11	10	10	10	True	25647	maximal	True	ISR0298_000000000561	1.0		1	1	False	False	0.9991362690925598	0					non-mobilizable	no_good_hit	1994.0	75.878	12.0	0.06477838971938106	NZ_CP039397.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-1	True	True
SPA0156_000000000531	14258	0.9999259845940884	11	11	5	8	9	False	89390	fragment	False	SPA0156_000000000531	1.0		0	0	False	False	0.9998597502708435	0					non-mobilizable	no_good_hit	9372.0	99.95700000000001	66.0	0.1617636903528762	NZ_QSFT01000023.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf23, whole genome shotgun sequence	True	False
ISR0031_000000007773	2782	0.9999258926051424	4	2	2	2	1	True	103004	maximal	False	ISR0156_000000010631	0.5502502693583791		0	0	True	True	0.9971243739128113	7					non-mobilizable	no_good_hit	1320.0	82.87899999999999	87.0	0.5496215306980656	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
MAD0053_000000001861	7173	0.9999256494896216	11	11	6	7	10	False	98192	maximal	True	MAD0053_000000001861	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2950.0	98.98299999999999	90.0	0.06071399160009882	AP019710.1	enterobacteria	Escherichia coli O145:H28 122715 plasmid pO145_122715_2 DNA, complete genome	False	True
ENG0146_000000001081	18218	0.999925590405774	27	13	5	12	6	True	111061	fragment	False	ENG0146_000000001081	0.9974531960083093		0	0	False	False	1.0	0					non-mobilizable	plasmid	8545.0	98.806	96.0	0.0930648184473214	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0029_000000004700	7432	0.9999253838139242	9	5	3	4	4	True	97850	fragment	False	FIJ0029_000000004700	0.9893364928909952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	79.327	3.0	0.0017345151162992385	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
SPA0037_000000004673	5107	0.9999251961639266	7	6	4	4	6	False	84356	fragment	False	SPA0134_000000005444	0.973237049404063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3273.0	100.0	65.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
SPA0135_000000004855	5082	0.9999251961639266	7	6	4	4	6	False	84356	fragment	False	SPA0134_000000005444	0.9716463637785913		0	0	False	False	0.9986225962638855	0					non-mobilizable	no_good_hit	3273.0	100.0	65.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
SPA0036_000000004249	5060	0.9999251961639266	8	6	4	4	6	False	84356	fragment	False	SPA0134_000000005444	0.9743960730194088		0	0	False	False	0.9998023509979248	0					non-mobilizable	no_good_hit	3273.0	100.0	65.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
SPA0065_000000004523	5043	0.9999251961639266	8	6	4	4	6	False	84356	fragment	False	SPA0134_000000005444	0.973888536048971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3273.0	100.0	66.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
SPA0033_000000005800	5027	0.9999251961639266	8	6	4	4	6	False	84356	fragment	False	SPA0134_000000005444	0.9718384017252562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3273.0	100.0	66.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
DEN0082_000000009897	3870	0.9999251527125432	2	2	2	2	2	False	69312	maximal	True	DEN0082_000000009897	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3046.0	91.333	80.0	0.045000742831674344	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
ENG0145_000000008457	3857	0.9999251527125432	2	2	2	2	2	False	69312	maximal	False	DEN0082_000000009897	0.9983204134366925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3046.0	91.333	79.0	0.045000742831674344	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
MON0064_000000002402	8120	0.99992494035534	8	4	2	4	3	True	12402	maximal	True	MON0064_000000002402	1.0		2	1	True	True	1.0	41					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.386264170070083e-06	CP050925.1	ascomycetes	Pyricularia oryzae strain LpKY97 chromosome 6	True	True
CAN0003_000000001767	19710	0.9999248518185512	24	14	6	13	5	True	132593	backbone	False	ISR0367_000000000184	0.10557371949990911	PS1168|PS703	0	0	False	True	0.9999492764472961	0					non-mobilizable	plasmid	17386.0	99.615	99.0	0.1892245324964038	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0030_000000000265	54259	0.9999248482170124	62	62	23	52	60	True	127185	maximal	False	ENG0074_000000000221	0.9866531718692663		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F	MOBF	conjugative	plasmid	54259.0	99.99600000000001	100.0	0.47501400756408463	CP051715.1	enterobacteria	Escherichia coli strain SCU-122 plasmid pSCU-122-1, complete sequence	False	True
ENG0001_000000000166	54239	0.9999248482170124	63	62	23	52	60	True	127185	maximal	False	ENG0074_000000000221	0.9864119289721943		0	0	False	False	0.9998524785041809	0	IncFIA,IncFIC	MOBF	MPF_F	MOBF	conjugative	plasmid	54239.0	99.99600000000001	100.0	0.47483891301302705	CP051715.1	enterobacteria	Escherichia coli strain SCU-122 plasmid pSCU-122-1, complete sequence	False	True
ISR0379_000000000651	19554	0.9999248303402218	26	14	9	13	7	False	130729	fragment	False	ISR0379_000000000651	1.0		0	0	False	False	0.9995397329330444	0					non-mobilizable	no_good_hit	447.0	72.707	2.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
BAN0020_000000000155	27077	0.9999248238741784	32	31	11	24	29	True	98207	maximal	True	BAN0020_000000000155	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	no_good_hit	19957.0	99.314	89.0	0.17614258951610054	CP042948.1	enterobacteria	Escherichia coli strain 90-9133 plasmid p90-9133_1, complete sequence	True	True
FIJ0079_000000000680	28240	0.9999242559356436	34	34	6	28	34	True	113243	fragment	False	ISR0135_000000000538	0.9546808952948513		0	0	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	plasmid	28259.0	98.677	100.0	0.19226760937531928	CP001122.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky str. CVM29188 plasmid pCVM29188_146, complete sequence	False	True
ISR0171_000000011954	2302	0.9999237816638272	3	2	2	2	2	False	29994	maximal	True	ISR0171_000000011954	1.0		1	1	False	False	0.9991312026977539	0					non-mobilizable	no_good_hit								True	False
ISR0086_000000018017	1568	0.9999237815844284	3	3	1	1	3	False	33901	fragment	False	ISR0086_000000018017	1.0		0	0	False	False	0.9980867505073547	0					non-mobilizable	plasmid	1568.0	99.681	100.0	0.02779946068691456	CP016694.1	firmicutes	Lactococcus lactis subsp. lactis strain 229 plasmid p229A, complete sequence	False	True
FIJ0122_000000000929	17205	0.9999237107451924	19	16	8	11	16	True	108536	maximal	True	FIJ0122_000000000929	1.0		1	1	False	False	1.0	0	IncR				non-mobilizable	no_good_hit	12231.0	99.869	89.0	0.15475136024294572	MG836696.1	enterobacteria	Escherichia coli strain 2248 plasmid pCTXM-2248, complete sequence	True	True
ISR0284_000000000623	9977	0.9999236788071976	13	12	9	10	9	False	98449	backbone	True	ISR0284_000000000623	1.0	PS547|PS548	1	1	True	True	0.9998997449874878	52	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	5606.0	100.0	98.0	0.5776563949294032	CP051740.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-2, complete sequence	False	True
ISR0330_000000009157	3000	0.9999234961914248	3	2	2	2	1	False	24672	fragment	False	MAD0092_000000005381	0.792125431406571		0	0	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	4.0	0.014420410427066	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	False
FIJ0068_000000004824	6070	0.9999234797917264	5	5	5	4	5	False	89868	maximal	True	FIJ0068_000000004824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4924.0	93.725	81.0	0.035327668072206934	CP025683.1	enterobacteria	Klebsiella pneumoniae strain L5-2 plasmid pL5201, complete sequence	True	False
ISR0001_000000000161	56832	0.9999234009081268	66	41	20	35	26	True	123720	maximal	True	ISR0001_000000000161	1.0	PS672|PS902	39	4	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	22903.0	97.756	79.0	0.22845481398690723	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0192_000000000042	86159	0.9999230982971841	94	85	32	47	82	True	113976	maximal	True	ISR0192_000000000042	1.0		1	1	False	False	1.0	0	IncHI1B				non-mobilizable	no_good_hit	17889.0	98.507	83.0	0.00353882048681682	CP007392.1	enterobacteria	Escherichia coli strain ST2747, complete genome	True	True
ISR0333_000000001939	7855	0.999922996994024	12	10	2	5	6	True	130269	maximal	True	ISR0333_000000001939	1.0	PS1090	0	0	False	True	0.995162308216095	0					non-mobilizable	no_good_hit	2527.0	97.34899999999999	32.0	0.8427903871829105	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0160_000000002653	8812	0.9999226731302422	10	10	6	6	9	True	127284	maximal	True	ISR0160_000000002653	1.0	PS1001|PS756|PS757|PS758|PS996|PS998	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4497.0	99.48899999999999	56.0	0.9179256839526337	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ENG0058_000000013274	2482	0.9999226672636397	4	3	2	2	3	False	84354	fragment	False	ENG0058_000000013274	1.0		0	0	False	False	0.9935535788536072	0					non-mobilizable	other	2482.0	100.0	100.0	0.7580201649862511	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	False	False
CAN0012_000000003554	15027	0.9999224998212468	19	18	5	6	17	True	132544	fragment	False	CHI0126_000000000854	0.9715346441377413		0	0	False	False	1.0	0					non-mobilizable	plasmid	15064.0	94.191	100.0	0.20339326754089496	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
MAD0105_000000004809	6008	0.9999224737548711	9	8	7	8	7	False	86812	maximal	True	MAD0105_000000004809	1.0		2	1	False	False	0.9998335838317871	0					non-mobilizable	chromosome	3610.0	99.945	100.0	0.0007526576071077239	CP061758.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 chromosome, complete genome	False	False
ISR0229_000000001952	7169	0.9999223270374508	6	6	4	4	5	True	125559	maximal	True	ISR0229_000000001952	1.0	PS806|PS807|PS808|PS930	1	1	True	True	1.0	61	rep_cluster_1320,rep_cluster_1351	MOBQ			mobilizable	no_good_hit	2538.0	98.542	84.0	0.0010624795858426063	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0112_000000006402	4456	0.9999222887448131	6	3	3	3	3	False	114090	maximal	True	ISR0112_000000006402	1.0		1	1	False	False	0.999326765537262	0					non-mobilizable	no_good_hit								True	False
ISR0103_000000000992	18809	0.999922254280266	26	12	6	9	8	True	82825	fragment	False	ISR0103_000000000992	0.9812199780079865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0007577341137123746	CP008811.1	e-proteobacteria	Campylobacter fetus subsp. venerealis 97/608 plasmid pCFV97608-1, complete sequence	True	True
ISR0065_000000000401	33247	0.9999220613091522	37	22	9	19	15	True	100912	maximal	True	ISR0065_000000000401	1.0		2	1	False	False	0.9999698996543884	0					non-mobilizable	no_good_hit	1939.0	85.869	6.0	0.031101748066191724	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
MAD0098_000000006861	5883	0.9999218794290079	10	5	2	4	3	True	18411	maximal	False	MAD0104_000000001645	0.9790728697682174		0	0	True	True	0.998130202293396	15					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.485739048883664e-07	CP023123.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-11	True	True
USA0032_01_000000001714	13843	0.9999217481682774	17	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.8960184997102044		0	0	False	False	1.0	0					non-mobilizable	other	13775.0	98.338	100.0	0.367197290883396	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0179_000000001762	13818	0.9999217481682774	17	16	5	6	15	True	132544	fragment	False	CHI0126_000000000854	0.8946498117702616		0	0	False	False	1.0	0					non-mobilizable	other	13755.0	98.34200000000001	100.0	0.36666400021331624	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0135_000000000731	25153	0.9999215169310824	33	25	9	11	24	True	132596	backbone	False	ISR0120_000000000296	0.49894048103767036	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	25172.0	99.785	100.0	0.7617447632885337	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0098_000000010974	3906	0.9999214434840168	6	4	0	3	4	False	51513	fragment	False	MAD0098_000000010974	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	no_good_hit	2417.0	82.458	65.0	0.07775810048537321	CP025818.1	enterobacteria	Klebsiella pneumoniae strain Kp81 plasmid pKp81_2	True	True
FIJ0151_000000005676	3123	0.9999214434840168	5	4	0	3	4	False	51512	fragment	False	FIJ0151_000000005676	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1513.0	92.20100000000001	64.0	0.25208681135225375	CP033785.1	high GC Gram+	Corynebacterium jeikeium strain FDAARGOS_574 plasmid unnamed1	True	True
FIJ0031_000000005685	4030	0.9999213934577704	6	5	3	2	5	True	48615	maximal	True	FIJ0031_000000005685	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	3959.0	99.318	98.0	0.0634979397373165	CP056511.1	enterobacteria	Citrobacter sp. RHBSTW-00446 plasmid pRHBSTW-00446_4, complete sequence	False	True
CAN0013_000000001124	25908	0.9999211575397704	26	14	9	13	11	True	93923	fragment	False	CAN0013_000000001124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2137.0	70.847	8.0	0.00139138255415249	NZ_JH114215.1	CFB group bacteria	Prevotella oulorum F0390 supercont1.1, whole genome shotgun sequence	True	True
FIJ0067_000000002744	11237	0.9999211412126228	10	8	5	8	3	True	69784	fragment	False	FIJ0067_000000002744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0081_000000004530	5520	0.9999209229513198	8	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.5373299694528723		0	0	False	False	0.999456524848938	0					non-mobilizable	no_good_hit	235.0	89.787	4.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0083_000000000271	14725	0.9999208630543936	17	17	6	11	17	True	97933	maximal	True	MAD0083_000000000271	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	14729.0	99.369	100.0	0.15067021385449708	CP056904.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_3, complete sequence	False	True
ENG0117_000000001451	12529	0.9999206565912372	18	17	7	9	17	True	59406	maximal	True	ENG0117_000000001451	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	10311.0	99.98100000000001	100.0	0.13479767274629012	CP056133.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00916 plasmid pRHBSTW-00916_2, complete sequence	False	True
MAD0068_000000003758	6140	0.999920326954509	4	4	4	2	3	False	30819	fragment	False	MAD0068_000000003758	1.0		0	0	False	False	0.9995114207267761	0					non-mobilizable	other	5983.0	99.98299999999999	100.0	0.09414542020774315	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	False
ISR0101_000000000938	18729	0.9999202520665222	20	12	8	11	5	False	130726	fragment	False	SPA0054_000000000758	0.9424882020432506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	72.931	2.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
FIJ0026_000000004079	6752	0.9999201664242124	8	5	3	4	4	True	97850	fragment	False	FIJ0029_000000004700	0.9446986006458558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0122_000000004562	5878	0.9999200915666168	6	4	3	3	4	False	70227	maximal	True	ENG0122_000000004562	1.0		4	2	False	False	0.999829888343811	0					non-mobilizable	no_good_hit	2334.0	99.272	40.0	0.01053483137942567	NZ_AAXG02000047.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont352, whole genome shotgun sequence	True	False
ISR0049_000000000046	101369	0.9999197612849344	126	41	24	36	25	False	114652	fragment	False	ISR0049_000000000046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	93.975	1.0	0.061695861106805146	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
ISR0026_000000001264	15540	0.9999197566244272	24	12	6	10	8	True	111053	maximal	True	ISR0026_000000001264	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	12825.0	99.984	83.0	0.13973889542740073	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ENG0074_000000000221	56318	0.9999195765952752	62	62	25	54	60	True	127185	maximal	True	ENG0074_000000000221	0.9976163450738156		7	3	False	False	0.9999822378158569	0	IncFIA	MOBF	MPF_F	MOBF	conjugative	plasmid	39898.0	99.26799999999999	99.0	0.33074939685119015	CP051701.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-1, complete sequence	False	True
MAD0088_000000003008	5819	0.9999194568315672	8	6	4	5	3	True	51535	fragment	False	MAD0088_000000003008	1.0		0	0	False	False	0.9998281598091125	0					non-mobilizable	no_good_hit	1416.0	87.641	30.0	0.05614834352395796	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0028_000000001166	7621	0.9999194502318636	10	5	3	4	4	False	19026	maximal	True	MAD0028_000000001166	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	1.8590643329212408e-05	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
SPA0136_000000015183	2678	0.9999193506886206	4	2	2	2	1	False	3619	fragment	False	SPA0136_000000015183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	99.521	39.0	0.012820828309176366	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	False
DEN0062_000000004421	3878	0.9999192913351208	2	2	2	2	2	False	72669	fragment	False	ISR0021_000000005753	0.9694154919062921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	79.02600000000001	20.0	0.0008635066929997806	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0315_000000000552	12666	0.999919286652741	13	7	6	6	5	False	128618	fragment	False	ISR0315_000000000552	0.9477772219674913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	8.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0039_000000000365	34856	0.9999192589274548	39	39	7	30	39	True	113257	fragment	False	ENG0039_000000000365	1.0		0	0	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	plasmid	34148.0	99.99700000000001	98.0	0.2989555335708845	CP012634.1	enterobacteria	Escherichia coli strain SF-166 plasmid pSF-166-1, complete sequence	False	True
ETH0005_000000002193	18484	0.9999191994062321	21	9	8	8	7	True	103451	maximal	True	ETH0005_000000002193	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3427.0	93.20100000000001	60.0	0.1351956200295728	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0140_000000003022	4560	0.9999190364005108	5	4	3	4	3	False	83083	maximal	True	ENG0140_000000003022	1.0	PS412	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2322.0	97.76100000000001	51.0	0.0036916391768646675	NZ_DS995476.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld3, whole genome shotgun sequence	True	True
ISR0195_000000000171	59157	0.9999186438235595	74	48	27	42	28	True	123934	maximal	True	ISR0195_000000000171	0.9677203604618417	PS672|PS902|PS909|PS910	227	10	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	37037.0	99.919	99.0	0.48671380135096065	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ISR0358_000000000322	22548	0.9999185572906368	30	23	17	19	17	True	123927	fragment	False	SPA0145_000000000420	0.2711044876901709		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	22559.0	99.929	100.0	0.22511176752355103	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0070_000000000940	17602	0.9999185100368668	27	13	5	12	6	True	111061	fragment	False	ENG0146_000000001081	0.9866223654339862		0	0	False	False	1.0	0					non-mobilizable	plasmid	8010.0	98.789	96.0	0.08723464539470817	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CHI0181_000000000733	23273	0.9999183908070424	17	13	12	12	11	True	105106	maximal	True	CHI0181_000000000733	1.0	PS3	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	98.05799999999999	0.0	0.009277787884300528	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
FIJ0151_000000003060	5539	0.9999183877830248	6	5	5	5	4	False	115776	fragment	False	MON0104_000000006806	0.9831325223960619		0	0	False	False	0.998916745185852	0					non-mobilizable	plasmid	5540.0	99.946	100.0	0.0791885284572605	CP008932.1	enterobacteria	Klebsiella pneumoniae strain PMK1 plasmid pPMK1-C, complete sequence	False	True
ISR0022_000000000681	28872	0.999918385858393	37	15	12	13	11	True	121814	maximal	True	ISR0022_000000000681	1.0		1	1	False	False	0.9992380142211914	0					non-mobilizable	no_good_hit	7674.0	97.74600000000001	61.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ENG0031_000000001291	15017	0.9999183375269308	23	10	6	9	7	True	71986	maximal	True	ENG0031_000000001291	1.0		2	2	False	False	0.9999334216117859	0					non-mobilizable	no_good_hit	705.0	92.48200000000001	5.0	0.00020407660409573627	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0039_000000001280	13866	0.9999183157989956	14	7	5	6	4	True	129705	fragment	False	ENG0039_000000001280	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1319.0	88.779	11.0	0.00035213003835376795	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0138_000000002201	8360	0.9999181442939152	8	7	6	5	5	False	128609	fragment	False	SPA0138_000000002201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	81.214	12.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0347_000000000482	17931	0.999917833551223	22	12	7	11	9	True	127211	backbone	True	ISR0347_000000000482	1.0	PS985	0	0	True	True	0.9999442100524902	13					non-mobilizable	plasmid	3421.0	93.45200000000001	90.0	0.1351956200295728	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0071_000000001648	12251	0.9999177643251518	16	7	5	5	7	False	62307	fragment	False	ENG0071_000000001648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1748.0	92.84899999999999	14.0	0.028046250582956758	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
MON0025_000000023949	1709	0.9999176433623675	3	2	2	1	2	False	12809	maximal	True	MON0025_000000023949	1.0		0	0	False	False	0.9397308230400085	0					non-mobilizable	no_good_hit	129.0	77.51899999999999	7.0	3.4718045729407005e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
CAN0003_000000000701	36173	0.9999173430190224	41	31	17	16	28	True	132614	maximal	False	CAN0008_000000000373	0.6325597749648383	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	no_good_hit	22056.0	99.869	75.0	0.6674234168785568	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0309_000000001378	10597	0.9999169627807191	11	8	6	6	4	False	119574	fragment	False	ISR0309_000000001378	0.9727548827055932		0	0	False	False	0.9997168779373169	0					non-mobilizable	no_good_hit	841.0	93.34100000000001	8.0	0.0039940256629271385	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0036_000000000277	27470	0.999916612526666	35	27	10	12	25	True	132596	backbone	False	ISR0120_000000000296	0.5893283823744775	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24457.0	99.836	100.0	0.740101707228478	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0097_000000003593	9414	0.9999164959148188	10	8	5	6	7	False	116056	maximal	True	MAD0097_000000003593	1.0		1	1	True	True	0.9997875690460205	7					non-mobilizable	other	7625.0	99.292	100.0	0.0029533205462130277	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	False	True
AST0029_000000004065	7516	0.9999164290687719	6	5	5	5	3	True	118465	fragment	False	AST0029_000000004065	1.0		0	0	False	False	0.9974720478057861	0					non-mobilizable	no_good_hit	871.0	80.941	11.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0062_000000002660	10570	0.9999161765048428	13	12	4	3	12	True	132544	fragment	False	CHI0126_000000000854	0.24122099630794352		0	0	False	False	1.0	0					non-mobilizable	other	10428.0	99.93299999999999	99.0	0.27803109084606564	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0058_000000002150	10238	0.9999161765048428	13	12	4	3	12	True	132544	fragment	False	CHI0126_000000000854	0.23755005252388298		0	0	False	False	1.0	0					non-mobilizable	other	10238.0	99.932	100.0	0.27296482948030826	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0070_000000001097	15797	0.9999155078038195	20	9	5	8	5	True	105220	fragment	False	ENG0070_000000001097	1.0		0	0	False	False	0.9998733997344971	0					non-mobilizable	plasmid	14127.0	98.21600000000001	95.0	0.15379669587201952	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0137_000000002100	13603	0.9999154867130056	13	11	8	9	8	True	118470	maximal	True	ISR0137_000000002100	1.0		1	1	False	False	0.999485433101654	0					non-mobilizable	no_good_hit	2270.0	75.727	16.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0111_000000000742	18109	0.9999152759048432	23	22	9	16	22	True	114256	maximal	True	MAD0111_000000000742	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	6905.0	96.669	84.0	0.022486337106041004	CP052818.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N17S1509 plasmid pN17S1509, complete sequence	True	True
SPA0084_000000001060	10847	0.9999152178128292	7	6	6	6	4	True	118467	fragment	False	SPA0084_000000001060	1.0		0	0	False	False	0.9999077916145325	0					non-mobilizable	no_good_hit	871.0	80.941	8.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0009_000000000093	36493	0.9999149001448674	41	39	6	29	38	True	113247	fragment	False	MAD0104_000000000164	0.9887264276216499		0	0	False	False	0.9999725818634033	0		MOBF	MPF_F	MOBF	conjugative	plasmid	6633.0	96.63799999999999	97.0	0.08731025948208902	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
USA0036_01_000000008473	4500	0.9999146447582512	7	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.8969097725269711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	39.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0106_000000009308	4177	0.9999146447582512	5	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.7141619686673865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	42.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0040_000000009256	4061	0.9999146447582512	5	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.77179141167066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	43.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
USA0056_01_000000005507	4009	0.9999146447582512	5	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.7110522701326325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.594	43.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ISR0086_000000006205	4003	0.9999146447582512	5	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.7109557613403282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	43.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0156_000000003618	4002	0.9999146447582512	5	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.7108735407394268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	43.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
USA0006_01_000000006119	3989	0.9999146447582512	5	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.7089862362129556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	44.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0157_000000001461	3987	0.9999146447582512	5	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.7085636819402268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	44.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
AST0151_000000005402	2992	0.9999144223301144	5	2	2	2	2	True	103691	maximal	False	FIJ0008_000000008935	0.9518691588785047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0342_000000001255	12894	0.9999143721693241	11	10	5	10	4	True	130304	backbone	False	ISR0209_000000001768	0.6756828506678174	PS1092	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	966.0	88.199	38.0	0.0020115549403329313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0022_000000001011	20569	0.9999141441367384	28	22	15	17	16	True	123927	fragment	False	SPA0145_000000000420	0.17864082033238485		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	20588.0	99.738	100.0	0.2054426792272074	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0049_000000000937	12982	0.9999140806522776	12	11	5	8	11	False	89396	maximal	True	CHI0049_000000000937	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3428.0	86.26	39.0	0.1279335254706741	NZ_LFQU01000039.1	CFB group bacteria	Prevotella rara strain 109 contig00039, whole genome shotgun sequence	True	False
USA0030_01_000000000783	17394	0.9999136818176588	17	11	7	10	9	False	21574	maximal	True	USA0030_01_000000000783	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	74.49	3.0	5.625513364529185e-05	CP027704.1	g-proteobacteria	Acinetobacter baumannii strain DS002 chromosome, complete genome	True	False
ISR0236_000000001024	6938	0.9999135657032524	9	5	5	5	5	False	100911	fragment	False	ISR0236_000000001024	0.9856972586412396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	25.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0001_000000002921	10758	0.9999135299997411	18	9	8	8	8	False	83940	maximal	True	SPA0001_000000002921	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	2789.0	96.55799999999999	39.0	0.0007305178831250107	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ISR0156_000000005258	5014	0.9999134177819896	5	4	4	4	3	True	112625	fragment	False	ISR0156_000000005258	0.9663316582914573		0	0	False	False	0.9998005628585815	0					non-mobilizable	no_good_hit	871.0	80.941	17.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0058_000000002893	8253	0.99991337042131	6	4	4	4	3	False	84229	maximal	True	SPA0058_000000002893	1.0	PS417	9	3	False	True	1.0	0					non-mobilizable	no_good_hit	3468.0	99.85600000000001	52.0	0.3875223613595707	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
CHI0020_000000002564	3548	0.9999129597614279	2	2	2	2	2	False	89386	fragment	False	CHI0020_000000002564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	73.127	17.0	0.00021566878425038465	CP033465.1	firmicutes	Clostridium sp. JN-1 chromosome, complete genome	True	False
DEN0035_000000017234	1953	0.9999128764199982	2	2	2	2	1	False	73436	fragment	False	DEN0035_000000017234	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	chromosome	1941.0	99.948	100.0	0.0008128650560206485	CP014157.1	g-proteobacteria	Pasteurella multocida subsp. multocida strain RCAD0259 chromosome	False	True
FIJ0099_000000003148	7155	0.999912571734242	10	10	6	6	9	False	45020	maximal	True	FIJ0099_000000003148	1.0		0	0	False	False	0.9997204542160034	0					non-mobilizable	no_good_hit	6036.0	99.917	85.0	0.021738660595931072	CP018361.1	enterobacteria	Klebsiella oxytoca strain CAV1752 plasmid pCAV1752-278, complete sequence	True	False
FIJ0169_000000008471	2671	0.9999122638855216	5	4	3	4	3	True	43431	fragment	False	FIJ0169_000000008471	1.0		0	0	False	False	0.9846499562263489	0					non-mobilizable	no_good_hit								True	True
ENG0156_000000000631	22853	0.99991215211398	25	23	2	8	23	True	83616	fragment	False	ENG0156_000000000631	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	21108.0	98.835	100.0	0.07323174497436004	MN256759.1	enterobacteria	Escherichia coli strain 4M9F plasmid p4M9F, complete sequence	False	True
ISR0004_000000000531	28447	0.9999121139550556	29	20	11	14	13	True	90018	maximal	True	ISR0004_000000000531	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	79.0	91.139	0.0	0.0023594180102241447	NZ_VJZV01000040.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold40_1, whole genome shotgun sequence	True	True
ISR0045_000000000662	24711	0.9999115446321934	32	24	9	11	23	True	132596	backbone	False	ISR0120_000000000296	0.47318367613904305	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24720.0	99.822	100.0	0.7480627194575614	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0827_000000000204	24615	0.9999115446321934	32	24	9	11	23	True	132596	backbone	False	ISR0120_000000000296	0.47302589310418786	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24619.0	99.833	99.0	0.7450054486015256	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0025_000000007103	4320	0.9999115246037628	4	3	2	3	3	False	31410	maximal	True	MON0025_000000007103	1.0		1	1	False	False	0.9960648417472839	0					non-mobilizable	no_good_hit	2849.0	99.965	87.0	0.0005710939789603923	CP056263.1	enterobacteria	Escherichia coli strain RHBSTW-00895 chromosome, complete genome	True	False
ISR0259_000000002355	5322	0.9999110321295636	8	4	2	4	3	False	125202	fragment	False	ISR0354_000000003340	0.9954847917694691		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1286.0	88.491	29.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0266_000000002464	5322	0.9999110321295636	8	4	2	4	3	False	125202	fragment	False	ISR0354_000000003340	0.9956016336626604		0	0	False	True	0.999812126159668	0					non-mobilizable	no_good_hit	1286.0	88.491	29.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0354_000000003340	5318	0.9999110321295636	8	4	2	4	3	False	125202	fragment	False	ISR0354_000000003340	0.99698540673852		0	0	False	True	0.9996238946914673	0					non-mobilizable	no_good_hit	1286.0	88.491	29.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0838_000000000590	23212	0.999910934691288	24	20	10	16	11	True	103096	maximal	False	AUS0020_000000000698	0.9404544407437415		0	0	True	True	1.0	39					non-mobilizable	no_good_hit	174.0	74.71300000000001	1.0	0.0024365835617630423	NZ_PEBH01000012.1	high GC Gram+	Bifidobacterium rousetti strain RST9 NODE_12_length_68949_cov_102.250276, whole genome shotgun sequence	True	True
DEN0012_000000001131	5563	0.9999109345585878	7	6	5	5	6	False	75490	maximal	True	DEN0012_000000001131	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3199.0	99.969	59.0	0.012491357995758094	LR135294.1	firmicutes	Enterococcus faecium isolate E7237 genome assembly, plasmid: 2	True	False
FIJ0037_000000000292	37779	0.9999106211158121	43	37	13	22	37	True	103518	maximal	True	FIJ0037_000000000292	1.0		1	1	False	False	1.0	0	IncFIC,IncI1	MOBF			mobilizable	no_good_hit	10688.0	96.57600000000001	50.0	0.14065482694611567	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	True	True
CAN0014_000000003415	11824	0.9999105501275848	14	13	4	5	12	True	132544	fragment	False	CHI0126_000000000854	0.27551007216558504		0	0	False	False	1.0	0					non-mobilizable	plasmid	11824.0	99.98299999999999	100.0	0.27053062718806486	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0152_000000000289	15020	0.9999104825306396	25	4	1	4	3	False	79399	maximal	True	CHI0152_000000000289	1.0		1	1	True	True	1.0	26					non-mobilizable	no_good_hit	33.0	96.97	0.0	5.18980862882025e-07	LR812537.1	bony fishes	Danio kyathit genome assembly, chromosome: 19	True	True
ISR0158_000000001625	8791	0.9999104775612484	12	9	7	9	5	True	132460	backbone	False	ISR0021_000000002470	0.9468021468415645	PS1163	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	5.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
SPA0058_000000009426	3254	0.9999098632471006	3	3	3	3	3	False	26925	fragment	False	SPA0058_000000009426	1.0		0	0	False	False	0.9990780353546143	0					non-mobilizable	no_good_hit	1331.0	89.331	41.0	0.021372400816943537	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0238_000000000006	81485	0.9999096174318786	99	33	19	24	20	True	127516	fragment	False	ISR0238_000000000006	1.0		0	0	False	False	0.9999631643295288	0					non-mobilizable	no_good_hit	1824.0	90.844	9.0	0.0007253878992870006	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
ENG0125_000000002541	8714	0.9999095502160106	11	11	7	6	10	False	79531	maximal	True	ENG0125_000000002541	1.0		2	1	False	False	0.9994261860847473	0					non-mobilizable	plasmid	6277.0	99.96799999999999	99.0	0.05442294851672318	CP011617.1	enterobacteria	Klebsiella oxytoca strain CAV1335 plasmid pCAV1335-115, complete sequence	False	True
ENG0103_000000002089	9865	0.9999094772459448	10	6	5	6	3	True	67058	maximal	True	ENG0103_000000002089	1.0		1	1	False	False	0.9979726076126099	0					non-mobilizable	no_good_hit	883.0	72.027	9.0	0.00034732745282567434	CP007062.1	fusobacteria	Fusobacterium nucleatum subsp. animalis 7_1, complete genome	True	True
MAD0077_000000002287	4264	0.9999093577859116	3	2	2	2	1	False	30874	fragment	False	MAD0077_000000002287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	93.92	32.0	0.000253152468476649	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0092_000000005381	3322	0.9999093577859116	3	2	2	2	1	False	24672	fragment	False	MAD0092_000000005381	0.9682031923080945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	99.48700000000001	13.0	5.175087342936766e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0072_000000001672	3298	0.9999093577859116	3	2	2	2	1	False	24672	fragment	False	MAD0092_000000005381	0.9646223685738969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	97.98	12.0	5.175087342936766e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0059_000000006189	3106	0.9999093577859116	4	2	2	2	1	False	24672	fragment	False	MAD0092_000000005381	0.9335719886766125		0	0	False	False	0.9954925775527954	0					non-mobilizable	no_good_hit	135.0	95.556	7.0	3.574544865739828e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0005_000000006690	3753	0.9999092614091588	6	6	3	6	5	True	97915	fragment	False	MAD0005_000000006690	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3753.0	99.147	100.0	0.042248918139199426	CP024157.1	enterobacteria	Escherichia coli strain 14EC047 plasmid p14EC047b, complete sequence	False	True
ISR0380_000000000169	48944	0.9999091968800844	55	52	15	21	51	True	97685	maximal	True	ISR0380_000000000169	1.0		1	1	False	False	1.0	0			MPF_I		non-mobilizable	no_good_hit	14089.0	95.82700000000001	78.0	0.14549373568638016	CP059004.1	enterobacteria	Escherichia coli strain 2D plasmid p2D-CTX-M-14, complete sequence	True	True
ISR0157_000000000861	24216	0.9999088730463822	30	12	7	12	5	True	69786	fragment	False	ISR0157_000000000861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	84.88600000000001	4.0	0.0018359098104078105	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0024_000000009521	3423	0.9999088484127368	6	3	3	3	3	False	121634	maximal	True	AST0024_000000009521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000002697	8626	0.99990875876726	10	9	0	5	9	False	113291	maximal	False	AST0057_000000000842	0.9986663574162125		0	0	True	True	1.0	109	rep_cluster_2350,rep_cluster_2370	MOBP		MOBP	mobilizable	plasmid	4185.0	99.928	99.0	0.4890135577372604	CP016009.1	enterobacteria	Escherichia coli strain NGF1 plasmid pNGF1_pCol_let_like, complete sequence	False	True
SPA0042_000000000458	32958	0.9999086778316628	38	32	20	20	29	True	132607	maximal	True	SPA0042_000000000458	1.0	PS1169|PS902	25	6	True	True	1.0	333	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	22592.0	99.88	78.0	0.7292419938016529	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
SPA0104_000000011260	3195	0.9999086184269887	4	3	3	3	3	True	7582	fragment	False	SPA0104_000000011260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1833.0	85.706	57.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0276_000000000441	27128	0.9999082328945011	34	26	10	11	25	True	132596	backbone	False	ISR0120_000000000296	0.5888749258466369	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24457.0	99.836	100.0	0.740101707228478	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0379_000000001601	9882	0.999908191755462	10	7	6	7	4	False	63103	maximal	True	ISR0379_000000001601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	74.054	2.0	0.0017096452486109132	NZ_VWXL01000003.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_3, whole genome shotgun sequence	True	False
MAD0021_000000000279	24721	0.9999080861078596	35	32	14	19	30	True	63807	maximal	True	MAD0021_000000000279	1.0		1	1	False	False	1.0	0		MOBC	MPF_T		conjugative	no_good_hit	7647.0	98.928	89.0	0.12028643374252439	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	True	True
CHI0093_000000000120	29540	0.9999080280570336	40	30	22	24	23	True	123932	backbone	False	ENG0103_000000000448	0.6593913882106806	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	29559.0	99.75	100.0	0.2948068018521475	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0060_000000001981	15752	0.999907880203702	21	11	8	11	8	True	129724	maximal	True	ISR0060_000000001981	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1324.0	98.792	11.0	0.005401984402433547	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0228_000000005795	4167	0.999907631917492	5	4	4	4	2	True	114339	maximal	True	ISR0228_000000005795	1.0		1	1	False	False	0.997120201587677	0					non-mobilizable	no_good_hit	1005.0	78.01	44.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0238_000000003068	4317	0.9999075559395924	6	3	1	3	1	True	132101	backbone	False	SPA0054_000000005018	0.45139162844896485	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	1015.0	82.167	25.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0024_000000000981	16939	0.9999075517543636	18	11	7	11	4	True	69785	fragment	False	ISR0024_000000000981	1.0		0	0	False	False	0.9999409914016724	0					non-mobilizable	no_good_hit								True	True
ENG0093_000000002704	4635	0.999907226984748	7	4	3	4	3	False	119306	fragment	False	ENG0093_000000002704	1.0		0	0	False	False	0.998921275138855	0					non-mobilizable	no_good_hit	326.0	73.006	7.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
SPA0023_000000005162	4503	0.9999064424801294	6	2	2	2	1	True	101593	fragment	False	DEN0065_000000007095	0.9610486894890002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	97.904	19.0	0.12294324274357553	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	True
FIJ0131_000000004419	4243	0.9999063242855052	6	6	3	4	6	True	62531	maximal	True	FIJ0131_000000004419	1.0		1	1	False	False	0.9997643232345581	0	IncFIA				non-mobilizable	no_good_hit	2657.0	94.881	83.0	0.006561139809040343	LR134223.1	enterobacteria	Klebsiella aerogenes strain NCTC9652 genome assembly, chromosome: 1	True	True
MAD0062_000000003064	4272	0.9999062878303048	7	7	4	6	7	True	97920	fragment	False	SPA0068_000000002937	0.9447844743294864		0	0	False	False	1.0	0					non-mobilizable	plasmid	4279.0	98.83200000000001	100.0	0.029143277562809964	CP036244.1	enterobacteria	Escherichia coli strain S65EC plasmid pS65EC, complete sequence	False	True
ISR0296_000000002154	9503	0.9999059910223138	14	10	5	8	6	True	103092	fragment	False	ISR0296_000000002154	1.0		0	0	False	False	0.9998947978019714	0					non-mobilizable	no_good_hit	60.0	86.667	1.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
CHI0089_000000000705	7940	0.9999058657857786	11	4	3	4	3	False	83901	maximal	True	CHI0089_000000000705	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1884.0	99.416	24.0	0.025652552994387227	NZ_QRUU01000012.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf12, whole genome shotgun sequence	True	False
SPA0021_000000003560	7564	0.9999056152349928	6	5	4	4	2	False	80729	fragment	False	SPA0021_000000003560	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2413.0	99.213	93.0	0.0009863380726904988	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
MAD0068_000000004135	5709	0.999905390354279	7	6	1	4	6	False	51517	maximal	True	MAD0068_000000004135	0.997894367432883		7	2	True	True	1.0	377	rep_cluster_2335	MOBP		MOBP	mobilizable	no_good_hit	2408.0	82.55799999999999	50.0	0.07749573658664567	CP025818.1	enterobacteria	Klebsiella pneumoniae strain Kp81 plasmid pKp81_2	True	True
FIJ0167_000000003148	5699	0.999905390354279	7	6	1	4	6	False	51517	maximal	False	MAD0068_000000004135	0.9961464354527938		0	0	True	True	0.9996490478515625	3	rep_cluster_2335	MOBP		MOBP	mobilizable	no_good_hit	2408.0	82.6	50.0	0.07749573658664567	CP025818.1	enterobacteria	Klebsiella pneumoniae strain Kp81 plasmid pKp81_2	True	True
MAD0088_000000006925	3193	0.999905178916766	3	2	2	2	1	False	24672	fragment	False	MAD0092_000000005381	0.951537170729511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	97.949	9.0	5.175087342936766e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0031_000000004282	3097	0.999905178916766	4	2	2	2	1	False	24672	fragment	False	MAD0092_000000005381	0.934281697324595		0	0	False	False	0.9996771216392517	0					non-mobilizable	no_good_hit	135.0	94.815	7.0	3.574544865739828e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0178_000000000303	29576	0.9999043261062748	33	25	15	17	18	True	88368	maximal	True	ISR0178_000000000303	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	1224.0	99.59200000000001	4.0	0.0009468531262798582	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	True
ISR0014_000000003619	9226	0.9999042541687329	16	11	6	5	9	True	132246	backbone	False	SPA0151_000000001691	0.9634232827499896	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	0.9998916387557983	60		MOBP			mobilizable	no_good_hit	4485.0	99.57600000000001	72.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ITA0014_000000000001	9218	0.9999042541687329	17	11	6	5	9	True	132246	backbone	False	SPA0151_000000001691	0.9618401042249262	PS1143|PS1147|PS1148|PS1149|PS595|PS607|PS778|PS819|PS904	0	0	True	True	1.0	36		MOBP			mobilizable	no_good_hit	4116.0	98.542	72.0	0.8249496981891348	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ENG0087_000000000742	25520	0.9999041535196668	35	27	8	8	27	True	67936	maximal	True	ENG0087_000000000742	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	20621.0	97.697	99.0	0.22137732525669115	CP041570.1	enterobacteria	Escherichia coli strain 405 plasmid p168-7	False	True
CAN0006_000000002580	16423	0.9999041521818728	13	11	7	11	5	True	130305	maximal	False	MAD0046_000000001006	0.6253910518422665	PS1092	0	0	True	True	0.9999390840530396	16					non-mobilizable	no_good_hit	987.0	85.917	21.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0094_000000001000	14915	0.9999039863592633	20	9	6	8	5	True	109429	fragment	False	AST0094_000000001000	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9145.0	98.021	99.0	0.09955974020312977	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0066_000000004787	6673	0.9999037908870659	8	5	4	4	4	False	119566	fragment	False	AUS0004_000000002812	0.17195206199194235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	90.385	5.0	0.00036443748486408834	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0146_000000001124	5442	0.9999037731216572	6	4	3	3	3	True	79717	fragment	False	CHI0146_000000001124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	98.696	4.0	0.08126330731014904	KU547751.1	bacteria	Uncultured bacterium clone TE_9F_Contig_1 genomic sequence	True	True
AST0057_000000000842	8544	0.9999037407317752	8	8	0	5	8	False	113291	maximal	True	AST0057_000000000842	0.9986697513013303		4	4	True	True	1.0	31	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	5335.0	99.213	100.0	0.6222819733458032	CP051617.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain 2017_APHA plasmid pAPHA_2017_2, complete sequence	False	True
FIJ0009_000000001377	19707	0.9999035198724944	19	8	7	8	5	True	51375	fragment	False	FIJ0054_000000000828	0.939836089025563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	0.0	2.5853580475732627e-05	NZ_QPGL01000001.1	g-proteobacteria	Vibrio casei strain JB196 SAMN07141174.101, whole genome shotgun sequence	True	True
AST0089_000000002022	8054	0.9999032750276476	8	5	4	4	4	False	119566	fragment	False	AUS0004_000000002812	0.34313983950568744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0344_000000004078	6662	0.9999032750276476	8	5	4	4	4	False	119566	fragment	False	AUS0004_000000002812	0.2690785278337569		0	0	False	False	0.9986490607261658	0					non-mobilizable	no_good_hit	326.0	73.006	5.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
CHI0134_000000000937	11056	0.9999032127843954	16	11	5	9	6	True	103094	fragment	False	CHI0134_000000000937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	1.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
DEN0069_000000000807	27569	0.999903119430136	34	26	11	13	24	True	132596	backbone	False	ISR0120_000000000296	0.5934811607079915	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	27592.0	99.529	100.0	0.834725753723211	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0002_000000019757	2019	0.999903019916468	3	2	2	2	1	False	20184	fragment	False	MAD0002_000000019757	1.0		0	0	False	False	0.9811788201332092	0					non-mobilizable	no_good_hit	117.0	94.87200000000001	6.0	3.094382122580747e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0047_000000002473	10578	0.9999028632945148	12	8	5	5	7	True	17711	maximal	True	MAD0047_000000002473	1.0		1	1	False	False	1.0	0				MOBP	mobilizable	no_good_hit	2835.0	93.616	66.0	0.06557607574763288	CP054423.1	enterobacteria	Salmonella enterica subsp. diarizonae serovar 61:k:1,5,(7) strain 14-SA00836-0 plasmid p14-SA00836-0, complete sequence	True	True
ISR0135_000000000538	28862	0.999902663371832	36	36	6	27	36	True	113243	fragment	False	ISR0135_000000000538	0.965084985835694		0	0	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	plasmid	28862.0	99.945	100.0	0.20809419432988205	KP789020.1	enterobacteria	Escherichia coli strain WCHEC13-8 plasmid pCTXM15, complete sequence	False	True
ISR0358_000000000219	27217	0.999902598236364	32	16	9	11	11	True	29384	maximal	True	ISR0358_000000000219	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	96.37200000000001	3.0	0.012628951136238482	AP013034.1	firmicutes	Clostridium perfringens plasmid pCP-TS1 DNA, complete sequence, strain: TS1	True	True
ENG0090_000000004407	4711	0.9999025605196109	5	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.18081931722497763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	82.708	13.0	0.0009953224029090179	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0116_000000006774	2736	0.999902496673716	3	3	2	3	1	True	108863	maximal	False	FIJ0135_000000010513	0.2628816123706035		0	0	True	True	0.9978070259094238	1					non-mobilizable	plasmid	2002.0	91.708	99.0	0.7393098274568642	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0177_000000010356	2725	0.999902496673716	3	3	2	3	1	True	108863	maximal	False	FIJ0135_000000010513	0.22507757026078035		0	0	True	True	0.9988991022109985	13					non-mobilizable	plasmid	2008.0	99.00399999999999	100.0	0.7520630157539385	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
SPA0111_000000001575	16054	0.9999022918614476	19	11	7	7	10	True	123691	fragment	False	SPA0111_000000001575	1.0		0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14602.0	99.021	92.0	0.46991210277214335	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0056_000000012650	2739	0.9999021310025892	3	3	3	3	1	True	108863	maximal	False	FIJ0135_000000010513	0.2413353365015143		0	0	True	True	1.0	153					non-mobilizable	plasmid	1985.0	85.89399999999999	99.0	0.7370592648162041	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
MON0004_000000004268	6575	0.9999017818975258	8	8	4	4	8	False	79530	fragment	False	MON0004_000000004268	0.9776349167919733		0	0	False	False	1.0	0					non-mobilizable	plasmid	6575.0	99.87799999999999	100.0	0.07669960681826136	MT180433.1	enterobacteria	Escherichia coli strain CE1681 plasmid pCE1681-D, complete sequence	False	True
DEN0010_000000004777	7963	0.9999017738586172	6	5	3	4	2	True	76048	maximal	True	DEN0010_000000004777	1.0		1	1	False	False	0.9998744130134583	0					non-mobilizable	no_good_hit	98.0	81.633	1.0	0.0021377410468319557	NZ_FRBU01000026.1	CFB group bacteria	Flavobacterium xanthum strain DSM 3661, whole genome shotgun sequence	True	True
ISR0347_000000000072	44121	0.9999011868121908	35	22	16	19	12	True	130736	fragment	False	ISR0347_000000000072	1.0		0	0	False	False	0.9993653893470764	0					non-mobilizable	no_good_hit	1230.0	74.472	3.0	0.00041064485716122556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0132_000000002604	8770	0.9999006249090912	9	5	2	5	2	True	123314	fragment	False	ISR0132_000000002604	0.9893692000469869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0006_000000014190	3182	0.9999006149012566	3	2	2	2	1	True	95718	backbone	True	CAN0006_000000014190	1.0	PS509	4	3	True	True	1.0	616					non-mobilizable	no_good_hit	1282.0	97.738	85.0	0.41740268236833494	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
ISR0021_000000007220	3156	0.9999006149012566	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9965494814073405	PS514	0	0	True	True	1.0	59		MOBV			mobilizable	plasmid	3055.0	99.705	100.0	0.9983644095518482	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
CAN0021_000000013493	3155	0.9999006149012566	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9968816571281413	PS514	0	0	True	True	1.0	405		MOBV			mobilizable	plasmid	3054.0	99.738	100.0	0.9983644095518482	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
CAN0020_000000011751	3155	0.9999006149012566	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9968816571281413	PS514	0	0	True	True	1.0	290		MOBV			mobilizable	plasmid	3054.0	99.738	100.0	0.9983644095518482	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
CAN0004_000000008401	3154	0.9999006149012566	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9962889347795049	PS514	0	0	True	True	1.0	57		MOBV			mobilizable	plasmid	3054.0	99.705	100.0	0.9983644095518482	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
ISR0382_000000000205	32062	0.9999006001020676	33	19	8	18	13	True	100914	maximal	True	ISR0382_000000000205	1.0		1	1	False	False	0.9999688267707825	0					non-mobilizable	no_good_hit	1885.0	99.416	6.0	0.02566617623017819	NZ_QRUU01000012.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf12, whole genome shotgun sequence	True	True
ISR0219_000000001905	13867	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.8127965899334352		0	0	False	False	1.0	0					non-mobilizable	plasmid	13583.0	94.324	100.0	0.18326348519670135	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0134_000000002022	13863	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.8075200112460348		0	0	False	False	1.0	0					non-mobilizable	plasmid	13576.0	94.35799999999999	100.0	0.18316885223739354	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0186_000000001452	13857	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.8032772146526117		0	0	False	False	1.0	0					non-mobilizable	plasmid	13573.0	94.34899999999999	100.0	0.18312829525483304	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
AUS0002_000000001572	13825	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.8002378188508215		0	0	False	False	1.0	0					non-mobilizable	plasmid	13247.0	94.27799999999999	100.0	0.17874814113829932	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
AST0100_000000001148	13825	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7976607027449303		0	0	False	False	1.0	0					non-mobilizable	plasmid	13541.0	94.417	100.0	0.18279032040016222	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0361_000000000689	13787	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7970690852448473		0	0	False	False	1.0	0					non-mobilizable	plasmid	8286.0	97.76700000000001	100.0	0.1623380441813513	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0300_000000000253	13515	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7946694760032793		0	0	False	False	0.9999260306358337	0					non-mobilizable	plasmid	13547.0	93.991	100.0	0.18287143436528322	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0169_000000000919	13501	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7872145264808081		0	0	False	False	1.0	0					non-mobilizable	plasmid	13531.0	94.368	100.0	0.18268216844666757	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
MON0063_000000001878	13466	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7597969196940139		0	0	False	False	0.995395839214325	0					non-mobilizable	plasmid	13498.0	93.74	100.0	0.1821954846559416	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
DEN0010_000000002425	13466	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7784948380963113		0	0	False	False	1.0	0					non-mobilizable	plasmid	13498.0	94.355	100.0	0.1821143706908206	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
USA0113_01_000000001236	13433	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7801295449048283		0	0	False	False	1.0	0					non-mobilizable	plasmid	13463.0	94.34	100.0	0.18176287684196296	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0106_000000001052	13378	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7702995201192353		0	0	False	False	0.9999252557754517	0					non-mobilizable	plasmid	8133.0	98.906	100.0	0.15939784777623145	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0118_000000000536	13372	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7659341718548625		0	0	False	False	1.0	0					non-mobilizable	plasmid	13402.0	94.337	100.0	0.18093821819656616	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0088_000000001383	13372	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7659341718548625		0	0	False	False	0.9999251961708069	0					non-mobilizable	plasmid	13402.0	94.337	100.0	0.18093821819656616	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0018_000000001443	13347	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7674334892553148		0	0	False	False	1.0	0					non-mobilizable	plasmid	8134.0	98.93	100.0	0.15939784777623145	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0230_000000001283	13345	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7673887065134988		0	0	False	False	1.0	0					non-mobilizable	plasmid	13134.0	94.069	100.0	0.1773286467486819	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0139_000000001324	13345	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7675542336645261		0	0	False	False	1.0	0					non-mobilizable	plasmid	13134.0	94.054	100.0	0.1773286467486819	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0325_000000000930	13345	0.999900228167374	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7673887065134988		0	0	False	False	1.0	0					non-mobilizable	plasmid	13134.0	94.069	100.0	0.1773286467486819	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
MON0047_000000002044	12689	0.99989993629409	12	6	3	5	4	True	97845	backbone	True	MON0047_000000002044	1.0	PS539	7	2	True	True	1.0	54					non-mobilizable	no_good_hit	157.0	89.17200000000001	1.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
DEN0096_000000012065	3582	0.9998998244357372	6	4	3	4	3	False	119303	fragment	False	DEN0096_000000012065	0.9903904820012202		0	0	False	False	0.9977666139602661	0					non-mobilizable	no_good_hit	326.0	72.699	9.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
SPA0093_000000010038	4026	0.999899485884555	5	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.682373642674992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1943.0	86.773	48.0	0.031101748066191724	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
FIJ0069_000000001549	14119	0.999899229274242	14	7	5	6	3	True	45007	maximal	True	FIJ0069_000000001549	1.0	PS135|PS136|PS152	1	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
ISR0103_000000000074	84587	0.9998990546902932	98	34	19	30	20	True	90945	fragment	False	ISR0103_000000000074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	78.421	1.0	0.0014091990666943886	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	True	True
CHI0072_000000002379	4982	0.9998979801059342	7	7	6	7	5	False	86813	maximal	True	CHI0072_000000002379	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4918.0	99.98	99.0	0.001024419604936965	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
ISR0254_000000003474	2949	0.9998977899458572	2	2	1	2	1	False	90309	fragment	False	ISR0254_000000003474	0.9951033732317737		0	0	False	False	0.9996609091758728	0					non-mobilizable	no_good_hit								True	False
CHI0137_000000005283	2757	0.9998977899458572	2	2	1	2	1	False	90309	fragment	False	ISR0254_000000003474	0.9630383180739234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0292_000000001746	7834	0.9998977825257104	7	7	7	6	7	False	98287	maximal	True	ISR0292_000000001746	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	4950.0	100.0	98.0	0.0009347333620672396	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
ENG0087_000000001734	14176	0.9998975621830809	17	13	11	11	10	False	128611	maximal	True	ENG0087_000000001734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4765.0	98.48899999999999	34.0	0.032693087963249504	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0111_000000004214	7323	0.9998973611781804	6	4	3	4	1	True	90184	maximal	True	CHI0111_000000004214	1.0	PS448|PS475	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1548.0	93.734	61.0	0.4803860523038605	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
CHI0174_000000000856	17422	0.9998972986306508	14	9	9	8	8	True	105100	fragment	False	CHI0174_000000000856	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	0.0	7.487585280054914e-06	CP046954.1	g-proteobacteria	Aeromonas hydrophila strain HX-3 chromosome, complete genome	True	True
ISR0794_000000001477	10638	0.9998967186549108	19	10	2	6	9	False	111043	fragment	False	ISR0794_000000001477	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4688.0	97.376	95.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
SPA0056_000000000415	31735	0.9998966986985498	38	19	13	19	9	True	122573	maximal	True	SPA0056_000000000415	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7673.0	97.57600000000001	59.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
MON0102_000000010610	4263	0.9998966840593184	5	5	5	3	4	False	8972	fragment	False	MON0102_000000010610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	87.725	31.0	0.0004895123627558152	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0126_000000001045	23644	0.9998964688653889	26	19	16	18	15	True	117414	maximal	False	ISR0087_000000000550	0.968285966487633	PS789	0	0	True	True	1.0	52					non-mobilizable	plasmid	8338.0	97.385	97.0	0.3564089391215001	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0180_000000000662	27276	0.999896032193052	34	27	11	12	25	True	132596	backbone	False	ISR0120_000000000296	0.5909079985225236	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24477.0	99.84100000000001	100.0	0.7407071073979901	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AUS0020_000000000698	23743	0.9998958870466284	27	22	11	16	13	True	103096	maximal	True	AUS0020_000000000698	0.9851606338030435		27	13	True	True	1.0	14					non-mobilizable	no_good_hit	174.0	74.138	1.0	0.0024365835617630423	NZ_PEBH01000012.1	high GC Gram+	Bifidobacterium rousetti strain RST9 NODE_12_length_68949_cov_102.250276, whole genome shotgun sequence	True	True
CHI0092_000000000878	10278	0.9998956076474388	16	7	6	7	6	False	100907	maximal	False	CHI0138_000000001301	0.9461175630225345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	89.40799999999999	16.0	0.02711351977228503	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0055_000000001667	11375	0.9998955481661836	20	20	14	18	18	False	109191	maximal	True	ENG0055_000000001667	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	11375.0	100.0	100.0	0.041510948905109486	CP055919.1	enterobacteria	Escherichia coli strain RHBSTW-00511 plasmid pRHBSTW-00511_2, complete sequence	False	True
MAD0050_000000000907	16026	0.999895541590669	18	5	3	5	2	False	18990	maximal	True	MAD0050_000000000907	1.0		1	1	False	False	0.9993759989738464	0					non-mobilizable	no_good_hit	1193.0	78.29	7.0	0.000289555102630244	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0121_000000000788	22845	0.99989543225458	26	18	12	16	17	True	32234	maximal	True	ISR0121_000000000788	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1403.0	75.267	14.0	0.0008081717087309425	NZ_UFUL01000001.1	e-proteobacteria	Campylobacter hominis strain NCTC13146, whole genome shotgun sequence	True	True
ISR0323_000000002488	6250	0.9998953716148358	7	7	4	4	7	True	25001	maximal	True	ISR0323_000000002488	1.0		1	1	False	False	0.9998400211334229	0					non-mobilizable	no_good_hit	5104.0	99.569	82.0	0.16472905767616094	NZ_AZDV01000004.1	firmicutes	Lactobacillus acidifarinae DSM 19394 NODE_8, whole genome shotgun sequence	True	True
ISR0813_000000002465	10423	0.9998953591383436	11	10	7	7	5	False	119574	fragment	False	ISR0309_000000001378	0.9652735701930117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	96.154	13.0	0.006317909172897888	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0047_000000008469	4675	0.9998951723298032	7	6	4	4	5	False	84356	fragment	False	SPA0134_000000005444	0.7020302957221366		0	0	False	False	0.999572217464447	0					non-mobilizable	no_good_hit	3273.0	100.0	71.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
MAD0106_000000000751	13543	0.999894913523616	16	15	9	10	14	True	98104	fragment	False	MAD0106_000000000751	1.0		0	0	False	False	0.9994831085205078	0	IncFIB				non-mobilizable	plasmid	6129.0	96.93299999999999	91.0	0.052271233321097156	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	False	True
CHI0135_000000002725	7208	0.999894837196566	6	4	2	4	2	True	123313	fragment	False	CHI0135_000000002725	1.0		0	0	False	False	0.999306321144104	0					non-mobilizable	no_good_hit								True	True
MON0083_000000007042	4291	0.9998946857236924	6	4	4	4	3	False	119304	fragment	False	ISR0187_000000005772	0.5638913834460402		0	0	False	False	0.9960381984710693	0					non-mobilizable	no_good_hit	326.0	73.006	7.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0010_000000004711	4119	0.9998946857236924	6	4	4	4	3	False	119304	fragment	False	ISR0187_000000005772	0.3805173619202983		0	0	False	False	0.9973294734954834	0					non-mobilizable	no_good_hit	326.0	73.006	8.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0222_000000000580	63034	0.9998942479877848	70	28	12	19	16	True	115686	fragment	False	ISR0222_000000000580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1824.0	90.954	11.0	0.0007253878992870006	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
AST0087_000000000907	17159	0.9998934382903756	20	11	5	10	5	True	132593	backbone	False	ISR0367_000000000184	0.04265051029391558	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	15170.0	99.736	100.0	0.1651628089446842	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MON0005_000000000963	19352	0.9998932960844052	13	9	4	8	4	True	14161	maximal	True	MON0005_000000000963	1.0		2	1	False	False	0.9965894818305969	0					non-mobilizable	no_good_hit	754.0	71.35300000000001	4.0	0.0016661621088275198	NZ_QJVD01000001.1	high GC Gram+	Arthrobacter livingstonensis strain LI2 NODE_1_length_445935_cov_262.334, whole genome shotgun sequence	True	True
ENG0043_000000000824	23537	0.9998932417229549	25	21	10	16	12	True	103096	maximal	False	AUS0020_000000000698	0.9812539583597616		0	0	True	True	1.0	36					non-mobilizable	no_good_hit	174.0	74.138	1.0	0.0024365835617630423	NZ_PEBH01000012.1	high GC Gram+	Bifidobacterium rousetti strain RST9 NODE_12_length_68949_cov_102.250276, whole genome shotgun sequence	True	True
FIJ0118_000000000263	18214	0.9998929096502094	25	17	11	15	9	True	79339	fragment	False	FIJ0063_000000000901	0.9772655758338578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	74.742	1.0	0.09485368314833502	LN853082.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0440	True	True
FIJ0054_000000000828	21660	0.9998924200881382	22	9	8	9	5	True	51375	fragment	False	FIJ0054_000000000828	0.999918470801584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	0.0	2.5853580475732627e-05	NZ_QPGL01000001.1	g-proteobacteria	Vibrio casei strain JB196 SAMN07141174.101, whole genome shotgun sequence	True	True
FIJ0090_000000001048	21655	0.9998924200881382	21	9	8	9	5	True	51375	fragment	False	FIJ0054_000000000828	0.9998077022282251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	0.0	2.5853580475732627e-05	NZ_QPGL01000001.1	g-proteobacteria	Vibrio casei strain JB196 SAMN07141174.101, whole genome shotgun sequence	True	True
SPA0068_000000002937	4455	0.9998922906171742	8	8	5	7	7	True	97920	fragment	False	SPA0068_000000002937	0.976722717268081		0	0	False	False	1.0	0					non-mobilizable	plasmid	4466.0	99.64200000000001	100.0	0.044769085768143264	CP053724.1	enterobacteria	Escherichia coli strain CP66-6_Sichuan plasmid pCP66-6-IncFIC, complete sequence	False	True
SPA0078_000000001722	4425	0.9998922906171742	8	8	5	7	7	True	97920	fragment	False	SPA0068_000000002937	0.9740243435542414		0	0	False	False	1.0	0					non-mobilizable	plasmid	4436.0	99.594	100.0	0.044468285639801874	CP053724.1	enterobacteria	Escherichia coli strain CP66-6_Sichuan plasmid pCP66-6-IncFIC, complete sequence	False	True
MAD0047_000000005271	6262	0.9998922030444636	6	4	4	4	3	True	100531	fragment	False	MAD0047_000000005271	1.0		0	0	False	False	0.9998403191566467	0					non-mobilizable	no_good_hit	311.0	85.209	5.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0069_01_000000002275	21409	0.9998920904381552	18	10	7	9	7	True	113909	maximal	True	USA0069_01_000000002275	0.9997889404812157		6	5	False	True	1.0	0					non-mobilizable	no_good_hit	75.0	92.0	0.0	2.446139906292457e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
CHI0127_000000000874	21317	0.9998920904381552	17	10	7	9	7	True	113909	maximal	False	USA0069_01_000000002275	0.9963338994392865		0	0	True	True	0.9999530911445618	8					non-mobilizable	no_good_hit	36.0	94.444	0.0	1.2467206793559084e-05	LT990242.2	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 13	True	True
FIJ0112_000000000874	19821	0.9998919482642442	26	20	4	7	19	True	42062	maximal	True	FIJ0112_000000000874	1.0		1	1	False	False	0.9989909529685974	0					non-mobilizable	no_good_hit	17054.0	96.76899999999999	87.0	0.15816501834053026	CP056375.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 plasmid pRHBSTW-00636_4, complete sequence	True	True
SPA0055_000000000755	24632	0.9998916338398484	22	12	8	11	5	False	130727	fragment	False	SPA0055_000000000755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	73.602	2.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
ENG0108_000000003761	6609	0.9998914455885766	8	4	3	4	2	True	132104	maximal	True	ENG0108_000000003761	1.0	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	1	1	False	True	0.999243438243866	0					non-mobilizable	no_good_hit	1656.0	98.973	27.0	0.0005216520262635247	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0034_000000000003	205445	0.9998910929713684	240	73	44	64	42	True	127690	maximal	True	FIJ0034_000000000003	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	1765.0	91.21799999999999	3.0	0.0007340431998787559	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
CHI0150_000000000728	12732	0.9998906145837848	17	16	3	5	15	True	132544	fragment	False	CHI0126_000000000854	0.7162653361217417		0	0	False	False	1.0	0					non-mobilizable	plasmid	12698.0	94.346	99.0	0.17148844125997026	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0101_000000009010	4999	0.9998905529942462	8	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.9023538580918163		0	0	False	False	0.998799741268158	0					non-mobilizable	no_good_hit	1941.0	86.399	39.0	0.015573790293357384	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
CHI0084_000000000026	35084	0.99989035534674	39	28	17	20	20	True	123617	maximal	True	CHI0084_000000000026	1.0	PS902	8	2	True	True	1.0	32	rep_cluster_1702		MPF_T		non-mobilizable	no_good_hit	7198.0	92.734	20.0	0.002164664069756209	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ENG0111_000000002087	10868	0.9998897930329932	10	8	6	8	6	True	130300	maximal	True	ENG0111_000000002087	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3170.0	98.927	71.0	0.006626421627770332	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0141_000000006344	3705	0.999889760050478	7	3	2	2	3	True	3468	maximal	True	SPA0141_000000006344	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	84.19	8.0	0.00011715160977176694	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	True	True
ENG0133_000000002948	7839	0.9998893925843424	8	7	5	5	5	True	119797	maximal	True	ENG0133_000000002948	1.0	PS824|PS825	0	0	True	True	0.9991070032119751	16	IncW,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	2342.0	95.602	66.0	0.0009815567128877432	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0123_000000001056	13488	0.9998893864499454	15	9	7	9	4	True	66027	fragment	False	ISR0123_000000001056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	0.0	0.00025157949199929746	NZ_FNIJ01000011.1	g-proteobacteria	Pseudomonas jinjuensis strain JCM 21621, whole genome shotgun sequence	True	True
SPA0136_000000010205	3795	0.9998892795596735	2	2	2	2	2	False	3630	fragment	False	SPA0136_000000010205	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000008968	3861	0.9998891365410529	6	3	3	3	3	False	26926	fragment	False	SPA0009_000000008968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	92.302	34.0	0.021082932634321278	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0099_000000000826	20795	0.9998889488893324	28	21	15	18	14	True	123927	fragment	False	SPA0145_000000000420	0.22871106353809195		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	20806.0	99.947	100.0	0.2076181542391825	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0781_000000000607	25352	0.999888852341447	32	24	9	10	23	True	132596	backbone	False	ISR0120_000000000296	0.5394623229365954	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22603.0	99.867	100.0	0.6839811115147112	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0276_000000000391	29527	0.9998888319733172	39	30	22	24	23	True	123932	backbone	False	ENG0103_000000000448	0.660302867970272	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	29543.0	99.946	100.0	0.2948068018521475	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0001_000000021004	1650	0.9998888077572584	3	2	2	2	2	True	17804	fragment	False	MON0029_000000019253	0.95256083544878		0	0	False	False	0.9957575798034668	0					non-mobilizable	no_good_hit	99.0	98.99	6.0	0.00012800468131405948	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
TAN0015_000000000030	32242	0.9998887607978918	45	15	7	10	12	True	2534	fragment	False	TAN0015_000000000030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00015129279694993722	NZ_LKEV01000005.1	high GC Gram+	Corynebacterium lowii strain NML 130206 Clow_contig000005, whole genome shotgun sequence	True	True
CHI0106_000000002389	7089	0.999888490708568	10	7	6	7	5	True	93191	maximal	True	CHI0106_000000002389	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1542.0	86.057	22.0	0.0004778470006078861	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0813_000000005669	4873	0.9998884095398872	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.4902334935886126		0	0	False	False	0.999384343624115	0					non-mobilizable	no_good_hit	978.0	88.241	47.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0018_000000000004	56766	0.9998882592379398	81	22	9	16	16	True	2535	maximal	True	TAN0018_000000000004	1.0		3	1	True	True	1.0	3					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00015129279694993722	NZ_LKEV01000005.1	high GC Gram+	Corynebacterium lowii strain NML 130206 Clow_contig000005, whole genome shotgun sequence	True	True
TAN0019_000000000007	56705	0.9998882592379398	81	22	9	16	16	True	2535	maximal	False	TAN0018_000000000004	0.9994627065496953		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00015129279694993722	NZ_LKEV01000005.1	high GC Gram+	Corynebacterium lowii strain NML 130206 Clow_contig000005, whole genome shotgun sequence	True	True
USA0042_01_000000001168	21976	0.9998880819156656	30	22	8	10	20	True	132596	backbone	False	ISR0120_000000000296	0.4405810159333528	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21976.0	99.98200000000001	100.0	0.6651834362513621	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0014_000000011160	3276	0.9998880558426736	7	5	5	5	5	False	80448	maximal	True	ISR0014_000000011160	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	99.848	81.0	0.0006326903779257732	CP030089.1	firmicutes	Lactobacillus reuteri strain YSJL-12 chromosome, complete genome	True	False
ISR0105_000000001665	7482	0.9998875812554152	10	5	4	4	4	True	103919	fragment	False	ISR0105_000000001665	0.9976604278074865		0	0	False	False	0.9990644454956055	0					non-mobilizable	plasmid	7463.0	99.87899999999999	99.0	0.08131729218429885	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0176_000000000220	47244	0.9998870841785684	59	17	10	15	10	True	127510	fragment	False	ISR0176_000000000220	1.0		0	0	False	False	0.9999788403511047	0					non-mobilizable	no_good_hit	1779.0	97.302	7.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
CHI0079_000000001403	4863	0.9998866142343816	8	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.9320984075735476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1940.0	85.155	40.0	0.03111782963189296	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
MAD0022_000000001469	5525	0.9998859133538628	8	7	3	5	7	True	109217	maximal	True	MAD0022_000000001469	1.0		0	0	False	False	0.9990950226783752	0	IncFIA				non-mobilizable	plasmid	5238.0	97.022	98.0	0.032415784646654934	CP041338.1	enterobacteria	Escherichia coli strain CCUG 73778 plasmid pSUH-1, complete sequence	False	True
ISR0243_000000000279	21586	0.9998859078651372	27	17	6	13	9	True	100990	fragment	False	ISR0143_000000001354	0.9728468205645859		0	0	False	False	0.9999536871910095	0					non-mobilizable	no_good_hit	5816.0	73.95100000000001	43.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
AST0012_000000005239	3746	0.9998857156125658	4	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.1675287024973449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	78.428	57.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0042_000000001941	10517	0.9998852828577236	12	5	4	5	2	True	52454	maximal	True	MAD0042_000000001941	1.0	PS135|PS136|PS185|PS215	20	1	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0087_000000000550	23371	0.9998851750445144	25	17	14	17	14	True	117414	maximal	True	ISR0087_000000000550	0.9792954724372678	PS789	2	1	True	True	1.0	18					non-mobilizable	plasmid	11545.0	99.766	97.0	0.4942203955818135	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
CHI0090_000000002088	5735	0.9998849335909222	10	5	5	5	4	False	100909	fragment	False	CHI0090_000000002088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	87.054	30.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
DEN0045_000000022559	1818	0.9998847898051936	4	4	2	2	3	False	72895	fragment	False	DEN0045_000000022559	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1820.0	96.09899999999999	100.0	0.09429460580912863	NC_015168.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA02, complete sequence	False	True
CHI0063_000000000298	23442	0.9998845599705533	31	31	10	13	29	True	98023	maximal	True	CHI0063_000000000298	1.0		1	1	False	False	0.9999573230743408	0					non-mobilizable	plasmid	13797.0	97.195	98.0	0.12480534530836924	CP023851.1	enterobacteria	Escherichia coli strain 4/0 plasmid p4_0.2, complete sequence	False	True
ENG0022_000000000652	32003	0.9998844172739291	34	19	12	14	10	True	116255	maximal	False	ENG0055_000000000476	0.9597029756050939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6320.0	97.62700000000001	76.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
CHI0185_000000005933	3474	0.9998841895193696	4	3	3	3	1	True	119476	fragment	False	CHI0185_000000005933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	76.0	32.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0117_000000000322	41287	0.9998841697552474	40	39	8	21	39	True	98684	fragment	False	ENG0125_000000000270	0.950870297585626		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	41322.0	99.088	100.0	0.49124622374461807	CP026855.1	enterobacteria	Escherichia coli strain MS7163 plasmid pMS7163B, complete sequence	False	True
SPA0120_000000005676	7359	0.9998837180792068	8	6	5	5	5	False	128608	fragment	False	AST0106_000000002499	0.9852743410435718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	14.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0210_000000008117	2851	0.9998836404330548	3	3	1	3	1	True	130986	backbone	False	SPA0127_000000010391	0.1114893286149187	PS1132	0	0	True	True	0.9996492266654968	15					non-mobilizable	plasmid	1554.0	83.398	99.0	0.5544340302811824	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0115_000000011541	2839	0.9998836404330548	3	3	1	3	1	True	130986	backbone	False	SPA0127_000000010391	0.10912380340715677	PS1132	0	0	True	True	0.9989432692527771	14	rep_cluster_1867				non-mobilizable	plasmid	1398.0	86.695	99.0	0.49784637473079685	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
SPA0134_000000006648	4436	0.999883339509282	7	7	4	6	7	True	97920	fragment	False	SPA0068_000000002937	0.9732495232261495		0	0	False	False	1.0	0					non-mobilizable	plasmid	4436.0	100.0	100.0	0.044468285639801874	CP053724.1	enterobacteria	Escherichia coli strain CP66-6_Sichuan plasmid pCP66-6-IncFIC, complete sequence	False	True
ISR0790_000000001223	11077	0.9998831094151605	14	13	3	4	12	True	132544	fragment	False	CHI0126_000000000854	0.468916470892714		0	0	False	False	1.0	0					non-mobilizable	plasmid	11077.0	99.955	100.0	0.2867275880814932	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0037_01_000000003353	10865	0.9998831094151605	13	13	3	4	12	True	132544	fragment	False	CHI0126_000000000854	0.24957641930022312		0	0	False	False	0.9999079704284668	0					non-mobilizable	other	10794.0	99.852	99.0	0.2877903101085246	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0151_000000001127	10724	0.9998831094151605	13	13	3	4	12	True	132544	fragment	False	CHI0126_000000000854	0.24928896390303665		0	0	False	False	0.9998134970664978	0					non-mobilizable	plasmid	10724.0	99.963	100.0	0.27758937585751636	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MAD0042_000000003039	6861	0.9998830038220996	6	4	3	4	3	False	30875	maximal	False	MAD0084_000000000708	0.9473684210526316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2616.0	95.719	56.0	0.00069170110722861	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0151_000000004574	3856	0.99988252686521	5	5	5	5	5	False	39761	maximal	True	FIJ0151_000000004574	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	100.0	95.0	0.0003970597035510133	CP026750.2	g-proteobacteria	Acinetobacter baumannii strain WCHAB005133 chromosome, complete genome	False	False
MAD0079_000000000622	7682	0.9998823299406076	14	13	4	7	13	True	98345	maximal	True	MAD0079_000000000622	1.0		0	0	False	False	0.9920593500137329	0	IncX1				non-mobilizable	plasmid	7666.0	98.682	99.0	0.052721006541972495	CP029841.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 01ST04081 plasmid p01ST04081A, complete sequence	False	True
ISR0129_000000000655	19903	0.999881978401824	25	11	8	9	8	True	130168	maximal	True	ISR0129_000000000655	1.0	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	1	1	True	True	1.0	23	rep_cluster_475				non-mobilizable	no_good_hit	2188.0	98.85700000000001	25.0	0.4353971730041808	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0149_000000000126	55241	0.9998818776377479	90	33	14	22	19	True	112947	maximal	True	ISR0149_000000000126	1.0		1	1	True	True	0.9999275803565979	18					non-mobilizable	no_good_hit	6504.0	80.39699999999999	46.0	0.11365328040265125	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0059_000000006702	2724	0.9998818735847409	3	3	2	3	0	True	108863	maximal	False	FIJ0135_000000010513	0.6567874858635565		0	0	True	True	1.0	16					non-mobilizable	plasmid	2177.0	87.598	99.0	0.8030757689422355	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
CHI0080_000000000920	4175	0.9998818332712928	6	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.7543997117551778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	87.11200000000001	42.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0054_000000001734	11416	0.9998817764450304	16	11	5	11	6	True	126098	fragment	False	SPA0054_000000001734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	0.0	2.425663520042045e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
MAD0041_000000000392	25766	0.9998817376765966	30	27	8	23	26	True	18312	maximal	True	MAD0041_000000000392	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	no_good_hit	7743.0	89.978	89.0	0.08169793195181944	CP019175.1	enterobacteria	Salmonella enterica subsp. enterica serovar Give strain CFSAN024229 plasmid pCFSAN024229, complete sequence	True	True
ISR0056_000000001988	8381	0.9998814840763016	14	11	3	5	7	True	130678	backbone	False	ISR0185_000000003355	0.9788512967205915	PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS1120|PS122|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS891|PS892|PS996	0	0	True	True	1.0	237	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3928.0	99.56700000000001	76.0	0.5568794326241134	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
FIJ0151_000000001940	8076	0.9998813329716748	8	8	7	7	7	False	66169	fragment	False	FIJ0151_000000001940	0.9997953894420952		0	0	False	False	0.9996285438537598	0					non-mobilizable	plasmid	8076.0	99.975	100.0	0.08510122566842665	CP045678.1	enterobacteria	Klebsiella pneumoniae strain WSD411 plasmid pWSD411_5, complete sequence	False	True
SPA0011_000000001255	15420	0.9998813105519428	24	11	7	9	9	True	8060	maximal	True	SPA0011_000000001255	1.0		2	1	True	True	0.9992218017578125	14					non-mobilizable	no_good_hit	81.0	87.654	1.0	2.256656708811873e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ISR0090_000000002864	7123	0.9998809681401748	8	5	5	5	4	False	128614	fragment	False	ISR0090_000000002864	1.0		0	0	False	False	0.9988768696784973	0					non-mobilizable	no_good_hit	1036.0	87.259	15.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0224_000000000723	20240	0.9998803550242016	31	22	17	17	16	True	123927	fragment	False	SPA0145_000000000420	0.7961274051085802		0	0	False	True	1.0	0					non-mobilizable	other	20251.0	99.946	100.0	0.20207967427750279	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0014_000000001406	22888	0.9998801132923271	25	20	10	15	12	True	103096	maximal	False	AUS0020_000000000698	0.9572329207832526		0	0	False	True	0.9996067881584167	0					non-mobilizable	no_good_hit	174.0	74.138	1.0	0.0024365835617630423	NZ_PEBH01000012.1	high GC Gram+	Bifidobacterium rousetti strain RST9 NODE_12_length_68949_cov_102.250276, whole genome shotgun sequence	True	True
SPA0134_000000005444	5477	0.9998800650323528	9	7	5	5	7	True	84356	fragment	False	SPA0134_000000005444	0.9917103573188377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3273.0	100.0	61.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
CHI0097_000000000296	13456	0.9998799211284942	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7495925095268403		0	0	False	False	1.0	0					non-mobilizable	plasmid	13457.0	99.90299999999999	100.0	0.1818169528187103	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0815_000000001251	16098	0.999879297415692	16	8	5	6	4	True	130773	fragment	False	AST0003_000000001746	0.7179010414174813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	2.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
SPA0091_000000004718	2593	0.9998790794448091	5	5	4	3	4	False	5342	fragment	False	SPA0091_000000004718	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2375.0	100.0	92.0	0.06749687251222564	CP041269.2	firmicutes	Enterococcus faecium strain VVEswe-R plasmid pVVEswe-R4, complete sequence	False	True
ISR0269_000000005045	3204	0.999879009278283	3	3	2	3	1	True	62285	maximal	False	ISR0200_000000006997	0.9668347840719357		0	0	True	True	1.0	129					non-mobilizable	no_good_hit								True	True
ISR0785_000000004893	5792	0.9998789253549876	7	5	2	4	4	False	22213	maximal	True	ISR0785_000000004893	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0312_000000004825	3317	0.9998788304001116	4	3	3	2	3	False	25263	fragment	False	ISR0312_000000004825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1784.0	80.045	53.0	0.015367803930411254	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0133_000000000716	19906	0.9998788135016242	18	10	6	5	6	True	31555	fragment	False	ISR0133_000000000716	1.0		0	0	False	False	0.9996985793113708	0					non-mobilizable	chromosome	8981.0	97.072	93.0	0.0036705516336939955	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	True
USA0073_01_000000002931	7261	0.9998785408987172	13	9	5	4	7	True	119402	fragment	False	USA0073_01_000000002931	1.0		0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	4987.0	99.84	73.0	0.9830374753451676	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
CHI0140_000000002950	10156	0.9998779753074216	12	12	3	4	10	True	132544	fragment	False	CHI0126_000000000854	0.2463239966124109		0	0	False	False	0.9997045993804932	0					non-mobilizable	plasmid	10156.0	99.695	100.0	0.26288539698154234	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0117_01_000000003050	8584	0.9998778048112982	14	10	4	5	9	True	132229	maximal	True	USA0117_01_000000003050	1.0	PS1143|PS1146|PS591|PS778	1	1	True	True	1.0	2268	rep_cluster_1019				non-mobilizable	no_good_hit	3260.0	99.969	69.0	0.7210176991150442	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	True	True
ISR0268_000000000316	21959	0.9998777285288964	30	22	8	9	20	True	132596	backbone	False	ISR0120_000000000296	0.4407253069233952	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21960.0	99.87700000000001	100.0	0.6645174960648988	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0135_000000000673	24701	0.9998773941927621	21	12	10	10	7	True	80707	maximal	False	ENG0087_000000000780	0.9909050727626345		0	0	True	True	0.9997975826263428	7					non-mobilizable	no_good_hit	940.0	72.021	4.0	0.0004202011350493311	CP017706.1	firmicutes	Lactobacillus amylovorus DSM 20531, complete genome	True	True
CHI0089_000000000940	6385	0.9998772780528756	11	7	6	6	6	False	83900	maximal	True	CHI0089_000000000940	1.0		1	1	False	False	0.9956147074699402	0					non-mobilizable	no_good_hit	962.0	92.412	15.0	0.015341813678979785	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
AUS0002_000000000321	34844	0.999877214355485	36	23	16	20	15	True	103162	fragment	False	AUS0002_000000000321	0.9776175909380016		0	0	False	False	0.999971330165863	0					non-mobilizable	no_good_hit	2071.0	96.66799999999999	8.0	0.026244389786241346	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	True
SPA0149_000000007920	4530	0.9998766119390082	9	3	1	2	3	False	122525	fragment	False	SPA0149_000000007920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2866.0	98.744	79.0	0.12428397847595904	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ENG0209_000000000208	56807	0.9998766047169382	98	31	12	21	14	True	53803	maximal	True	ENG0209_000000000208	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit	6760.0	86.805	45.0	0.11895225605217453	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0152_000000001892	13291	0.9998765758686552	13	10	8	8	5	False	128623	fragment	False	ISR0152_000000001892	0.9998857404021938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	93.811	11.0	0.006842810992398468	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0084_000000001329	13128	0.9998765758686552	13	10	8	8	5	False	128623	fragment	False	ISR0152_000000001892	0.9937551726732375		0	0	False	False	0.9997714757919312	0					non-mobilizable	no_good_hit	1327.0	95.102	10.0	0.006313137338175155	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0102_000000001150	23419	0.9998765703868449	25	21	10	16	12	True	103096	maximal	False	AUS0020_000000000698	0.9779053815769295		0	0	True	True	1.0	168					non-mobilizable	no_good_hit	174.0	74.138	1.0	0.0024365835617630423	NZ_PEBH01000012.1	high GC Gram+	Bifidobacterium rousetti strain RST9 NODE_12_length_68949_cov_102.250276, whole genome shotgun sequence	True	True
MAD0016_000000000508	5467	0.9998762821241995	5	2	2	2	2	True	102183	maximal	False	MAD0108_000000002911	0.36622970869626814		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	192.0	81.25	4.0	0.06140939597315436	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
SPA0047_000000000617	36844	0.9998761562201648	42	31	21	21	20	True	90026	maximal	True	SPA0047_000000000617	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	2855.0	99.72	15.0	0.37519747235387046	KU546379.1	bacteria	Uncultured bacterium clone TE_03E_000_Contig_6 genomic sequence	True	True
ENG0201_000000001463	6992	0.9998761221907616	9	7	3	5	7	True	54174	maximal	True	ENG0201_000000001463	1.0		1	1	True	True	1.0	200	rep_cluster_1778	MOBQ			mobilizable	plasmid	6799.0	97.55799999999999	100.0	0.9830778131327741	CP010366.2	enterobacteria	Enterobacter hormaechei subsp. oharae strain 34978 plasmid p34978-13.828kb, complete sequence	False	True
ISR0290_000000003569	3184	0.9998761147939528	3	3	3	3	1	True	62285	maximal	False	ISR0200_000000006997	0.9668258633127297		0	0	True	True	0.9996859431266785	20					non-mobilizable	no_good_hit								True	True
ENG0182_000000008855	3184	0.9998761147939528	3	3	3	3	1	True	62285	maximal	False	ISR0200_000000006997	0.9668258633127298		0	0	True	True	0.9996859431266785	16					non-mobilizable	no_good_hit								True	True
SPA0062_000000003250	8969	0.9998754328607434	15	7	2	6	4	False	104548	maximal	True	SPA0062_000000003250	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2161.0	94.21600000000001	50.0	0.05673311795760776	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
CHI0099_000000000697	8773	0.9998754130678404	14	6	3	5	5	False	85776	maximal	True	CHI0099_000000000697	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	85.178	18.0	0.0002706423666832307	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
ISR0318_000000000471	10876	0.9998754008516126	15	8	3	6	6	True	111045	fragment	False	ISR0388_000000001871	0.9442847755232368		0	0	False	False	0.9998161196708679	0					non-mobilizable	other	7660.0	99.556	99.0	0.2011399154256297	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0046_000000002210	8259	0.9998753371772704	10	5	3	4	3	True	96677	maximal	True	ENG0046_000000002210	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.809	9.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CAN0018_000000000940	23516	0.9998749966248124	26	19	11	11	16	True	132596	backbone	False	ISR0120_000000000296	0.4661450023999118	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23516.0	99.72399999999999	100.0	0.7108911490495218	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0183_000000001990	2832	0.9998744856461844	4	4	3	3	3	False	77301	fragment	False	CHI0183_000000001990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	89.822	36.0	0.0004304903692236652	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CAN0012_000000000895	41128	0.9998739560401452	41	24	18	22	14	True	94354	maximal	True	CAN0012_000000000895	1.0		1	1	False	False	0.9995866417884827	0					non-mobilizable	no_good_hit	1691.0	79.89399999999999	4.0	0.00030203751656196454	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	True
USA0086_01_000000000881	24079	0.9998739403115718	29	22	10	10	20	True	132596	backbone	False	ISR0120_000000000296	0.4761325325802945	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24079.0	99.834	100.0	0.7286596440247003	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0125_01_000000000865	24057	0.9998739403115718	29	22	10	10	20	True	132596	backbone	False	ISR0120_000000000296	0.47433786883918766	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24057.0	99.81700000000001	100.0	0.727993703838237	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0104_000000006806	5667	0.9998737113987104	6	4	4	4	4	False	115776	fragment	False	MON0104_000000006806	0.9890943996004007		0	0	False	False	1.0	0					non-mobilizable	chromosome	5667.0	100.0	100.0	0.0011139988922926653	CP031058.1	g-proteobacteria	Stenotrophomonas maltophilia strain SM 866 chromosome, complete genome	False	False
FIJ0068_000000005256	5627	0.9998737113987104	4	4	4	4	4	False	115776	fragment	False	MON0104_000000006806	0.9874241665181671		0	0	False	False	0.9998222589492798	0					non-mobilizable	plasmid	5471.0	100.0	100.0	0.07820206727951164	CP008932.1	enterobacteria	Klebsiella pneumoniae strain PMK1 plasmid pPMK1-C, complete sequence	False	True
SPA0128_000000006760	5452	0.9998737113987104	4	4	4	4	4	False	115776	fragment	False	MON0104_000000006806	0.9781451579064356		0	0	False	False	0.9987160563468933	0					non-mobilizable	other	5452.0	99.90799999999999	100.0	0.010182314043411663	NZ_RBLI01000003.1	a-proteobacteria	Paracoccus pantotrophus strain DSM 2944 Ga0242593_13, whole genome shotgun sequence	False	False
CHI0052_000000003934	3961	0.9998732787434038	3	2	2	2	2	False	87228	fragment	False	CHI0052_000000003934	0.9999143762308417		0	0	False	False	1.0	0					non-mobilizable	chromosome	3961.0	100.0	100.0	0.0022254054761833846	NZ_CP046314.1	firmicutes	Gemella morbillorum strain FDAARGOS_741 chromosome, complete genome	False	False
SPA0140_000000005609	3917	0.9998732787434038	2	2	2	2	2	False	87228	fragment	False	CHI0052_000000003934	0.995869112493096		0	0	False	False	0.999744713306427	0					non-mobilizable	chromosome	3917.0	100.0	100.0	0.002200678748670236	NZ_CP046314.1	firmicutes	Gemella morbillorum strain FDAARGOS_741 chromosome, complete genome	False	False
SPA0141_000000006003	3893	0.9998732787434038	3	2	2	2	2	False	87228	fragment	False	CHI0052_000000003934	0.9917255104342481		0	0	False	False	1.0	0					non-mobilizable	chromosome	3893.0	99.97399999999999	100.0	0.002187191442753973	NZ_CP046314.1	firmicutes	Gemella morbillorum strain FDAARGOS_741 chromosome, complete genome	False	False
MAD0105_000000000545	26332	0.999873160385278	26	21	4	11	18	True	15055	maximal	True	MAD0105_000000000545	1.0		3	1	False	False	1.0	0	IncHI1A		MPF_F		non-mobilizable	no_good_hit	10414.0	89.303	89.0	0.03353178698591259	CP031135.1	enterobacteria	Escherichia coli strain CFSAN064035 plasmid pGMI17-003_1, complete sequence	True	True
ISR0304_000000007447	1378	0.9998730624973708	2	2	2	2	2	False	25485	fragment	False	ISR0304_000000007447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	91.48200000000001	43.0	0.004718842353623282	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
CHI0142_000000000708	18455	0.9998728418309354	22	12	5	11	4	True	132593	backbone	False	ISR0367_000000000184	0.06435315725636603	PS1168|PS703	0	0	False	True	0.9999458193778992	0					non-mobilizable	plasmid	16419.0	99.896	100.0	0.17877381108059806	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0099_000000000828	20360	0.999872491687852	24	24	6	18	24	True	85506	fragment	False	ENG0099_000000000828	1.0		0	0	False	False	0.9975442290306091	0		MOBF	MPF_F		conjugative	plasmid	20300.0	99.97	99.0	0.18959510577686453	CP057883.1	enterobacteria	Escherichia coli strain RHB11-C17 plasmid pRHB11-C17_2, complete sequence	False	True
MAD0108_000000000212	31471	0.9998723540193316	35	35	6	29	35	True	113245	fragment	False	MAD0108_000000000212	1.0		0	0	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	plasmid	18244.0	99.441	98.0	0.12987512281251334	CP057971.1	enterobacteria	Escherichia coli strain RHB07-C14 plasmid pRHB07-C14_2, complete sequence	False	True
SPA0002_000000003613	7775	0.9998721509690396	6	4	4	4	2	False	73664	maximal	True	SPA0002_000000003613	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2563.0	96.99600000000001	78.0	0.0005722135515290831	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ENG0154_000000031270	1103	0.999871863827807	2	1	1	1	1	False	56783	maximal	True	ENG0154_000000031270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	80.0	7.0	2.8986293570951572e-05	CP058669.1	a-proteobacteria	Hyphobacterium sp. CCMP332 chromosome, complete genome	True	False
AST0059_000000003276	4149	0.9998715389921674	6	3	3	3	2	True	112893	fragment	False	AST0059_000000003276	1.0		0	0	False	False	0.9973487854003906	0					non-mobilizable	no_good_hit	998.0	74.95	28.0	0.08921462178791169	NZ_SMUS01000063.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00063, whole genome shotgun sequence	True	True
CHI0080_000000003203	1477	0.9998711142616786	3	2	1	1	2	False	84350	fragment	False	CHI0080_000000003203	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1477.0	100.0	100.0	0.4509624197983501	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	False	False
USA0069_01_000000003581	15190	0.9998705732819902	10	8	7	7	6	False	119571	maximal	True	USA0069_01_000000003581	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1930.0	85.44	13.0	0.0038214110069328764	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
MAD0104_000000002044	4904	0.999870542384975	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.23761909760966196		0	0	False	False	0.9997960925102234	0					non-mobilizable	no_good_hit	1005.0	86.07	47.0	0.002082649397683575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0006_000000013666	1645	0.9998704754382796	3	2	2	1	1	False	67589	maximal	True	ENG0006_000000013666	1.0		0	0	False	False	0.9635258316993713	0					non-mobilizable	no_good_hit	913.0	100.0	56.0	0.000382130376850944	CP014157.1	g-proteobacteria	Pasteurella multocida subsp. multocida strain RCAD0259 chromosome	True	False
ENG0117_000000003053	6706	0.9998700711687958	9	8	0	6	7	False	127612	backbone	False	SPA0066_000000002401	0.8698556824137772	PS1013|PS676	0	0	True	True	1.0	865	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6636.0	99.925	100.0	0.4743012366859675	MK360095.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 12-02284 plasmid pSE12-02284, complete sequence	False	True
ISR0192_000000002906	6726	0.999870035198032	9	8	0	6	8	False	127612	backbone	False	SPA0066_000000002401	0.8664798163173818	PS1013|PS676	0	0	True	True	1.0	278	rep_cluster_2350	MOBP		MOBP	mobilizable	chromosome	6703.0	99.179	100.0	0.001308356261779013	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
ISR0258_000000001885	6726	0.999870035198032	9	8	0	6	8	False	127612	backbone	False	SPA0066_000000002401	0.8698237166294894	PS1013|PS676	0	0	True	True	0.9997026324272156	9	rep_cluster_2350	MOBP		MOBP	mobilizable	chromosome	6703.0	99.896	100.0	0.001308356261779013	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
SPA0102_000000005570	6686	0.999870035198032	8	8	0	6	8	False	127612	backbone	False	SPA0066_000000002401	0.8696767715484114	PS1013|PS676	0	0	True	True	1.0	58	rep_cluster_2350,rep_cluster_2370	MOBP		MOBP	mobilizable	plasmid	6557.0	99.954	100.0	0.9863096133594103	LT985237.1	enterobacteria	Escherichia coli strain 641 genome assembly, plasmid: RCS33_pII	False	True
ENG0012_000000001930	12094	0.9998698084487906	21	7	2	6	5	False	111050	fragment	False	ISR0091_000000002594	0.8236532059314784		0	0	False	False	1.0	0					non-mobilizable	other	6336.0	99.905	96.0	0.16639088067659497	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0059_000000001035	11493	0.9998698084487906	20	7	2	6	5	False	111050	fragment	False	ISR0091_000000002594	0.8095515393045271		0	0	False	False	1.0	0					non-mobilizable	plasmid	11425.0	99.676	99.0	0.12432980253694259	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0190_000000002146	11210	0.9998698084487906	19	7	2	6	5	False	111050	fragment	False	ISR0091_000000002594	0.804158536122133		0	0	False	False	1.0	0					non-mobilizable	plasmid	11133.0	99.695	99.0	0.12115862429710998	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0149_000000001266	11206	0.9998698084487906	19	7	2	6	5	False	111050	fragment	False	ISR0091_000000002594	0.804099065411458		0	0	False	False	1.0	0					non-mobilizable	plasmid	11133.0	99.695	99.0	0.12115862429710998	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MAD0046_000000009048	2764	0.9998691331810794	3	3	2	3	2	True	108863	maximal	False	FIJ0135_000000010513	0.5643989246190871		0	0	True	True	1.0	790					non-mobilizable	plasmid	2281.0	86.19	99.0	0.8420855213803451	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
SPA0107_000000000458	35947	0.9998690131506288	34	26	18	25	16	True	98516	fragment	False	SPA0107_000000000458	1.0		0	0	False	False	0.9997218251228333	0					non-mobilizable	no_good_hit	1916.0	97.182	5.0	0.004666892615142287	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0170_000000002232	16076	0.9998683807850274	16	11	8	8	4	False	119576	fragment	False	ISR0170_000000002232	0.9904792037227157		0	0	False	False	0.999688982963562	0					non-mobilizable	no_good_hit	3186.0	97.48899999999999	32.0	0.015193521757180419	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0076_000000000019	57852	0.9998680697074029	80	23	11	19	12	True	40891	maximal	True	MAD0076_000000000019	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	0.0	0.0003597481762766064	NZ_AFGF01000107.1	firmicutes	Acetonema longum DSM 6540 Contig00112, whole genome shotgun sequence	True	True
ISR0243_000000000317	19510	0.999867545021197	21	14	12	13	9	True	100466	maximal	True	ISR0243_000000000317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3541.0	97.62799999999999	18.0	0.0006343838181727199	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
ISR0003_000000002320	9082	0.9998675144712932	8	6	4	2	5	True	38619	fragment	False	ISR0003_000000002320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	82.84	2.0	0.0012237301052261335	NZ_AXAC01000008.1	firmicutes	Acetobacterium dehalogenans DSM 11527 A3KSDRAFT_scaffold_6.7_C, whole genome shotgun sequence	True	True
AST0058_000000000074	71212	0.9998672173474008	68	40	22	29	30	True	118782	maximal	True	AST0058_000000000074	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	15513.0	97.228	76.0	0.09369145039828838	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
SPA0099_000000000370	24009	0.9998672169214098	19	19	8	14	18	True	113273	maximal	True	SPA0099_000000000370	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F		conjugative	plasmid	12301.0	99.984	97.0	0.09523588302246173	CP061750.1	enterobacteria	Escherichia coli O15:H12 strain 2273-PO3 plasmid unnamed1, complete sequence	False	True
ISR0259_000000000384	26801	0.9998670885447678	33	26	11	12	23	True	132596	backbone	False	ISR0120_000000000296	0.5805991406667574	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22189.0	99.06700000000001	99.0	0.6715704080397142	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0025_01_000000002158	8657	0.9998668684163936	13	9	5	7	5	True	71097	fragment	False	USA0025_01_000000002158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	86.788	42.0	0.002783221515068336	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
CHI0109_000000007415	2454	0.999866833736082	4	3	2	3	3	True	82804	maximal	False	MON0033_000000026295	0.9798249383989456		0	0	True	True	0.9991850256919861	9					non-mobilizable	no_good_hit								True	True
CHI0141_000000011246	2454	0.999866833736082	4	3	2	3	3	True	82804	maximal	False	MON0033_000000026295	0.9798249383989456		0	0	True	True	1.0	36					non-mobilizable	no_good_hit								True	True
CAN0003_000000004637	9559	0.9998665224664562	15	5	2	4	4	False	111048	fragment	False	CAN0003_000000004637	0.983725415185123		0	0	False	False	0.9998953938484192	0					non-mobilizable	other	6123.0	99.624	95.0	0.16077009954560975	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0074_000000002453	9470	0.9998665224664562	15	5	2	4	4	False	111048	fragment	False	CAN0003_000000004637	0.9642587807425115		0	0	False	False	1.0	0					non-mobilizable	other	9470.0	99.736	100.0	0.24844377905602397	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
FIJ0047_000000005156	5596	0.9998660582982324	5	4	4	4	3	True	46908	maximal	True	FIJ0047_000000005156	1.0		1	1	False	False	0.9973195195198059	0					non-mobilizable	no_good_hit	1797.0	77.518	32.0	0.11482173941074077	NZ_CP039400.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-4	True	True
SPA0056_000000001430	15961	0.9998656495034788	16	11	7	8	4	False	119576	fragment	False	ISR0170_000000002232	0.9845992985147165		0	0	False	False	0.9996240735054016	0					non-mobilizable	no_good_hit	3187.0	98.086	32.0	0.015198293591903151	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0798_000000002574	5218	0.9998652629644088	4	3	2	3	2	True	96240	backbone	True	ISR0798_000000002574	1.0	PS448|PS509|PS514|PS515	6	3	True	True	1.0	47		MOBV			mobilizable	no_good_hit	2008.0	90.68700000000001	65.0	0.6549918166939444	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
ENG0197_000000002252	4754	0.999865111876114	8	4	4	4	4	False	100906	fragment	False	ENG0197_000000002252	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	85.921	41.0	0.031101748066191724	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0180_000000000816	22779	0.999865109066051	24	17	13	15	12	True	120189	backbone	True	ISR0180_000000000816	1.0	PS841	6	4	True	True	1.0	7					non-mobilizable	no_good_hit	1585.0	71.672	7.0	0.1862471145668813	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
MAD0068_000000000388	24856	0.9998649651536374	28	14	10	14	7	True	66020	maximal	True	MAD0068_000000000388	1.0		1	1	False	False	0.9999597668647766	0					non-mobilizable	no_good_hit	1231.0	75.142	5.0	0.0003185519792075298	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
CAN0018_000000000929	23708	0.9998649176707132	25	21	10	16	13	True	103096	maximal	False	AUS0020_000000000698	0.9843365633967078		0	0	True	True	0.999957799911499	26					non-mobilizable	no_good_hit	174.0	74.138	1.0	0.0024365835617630423	NZ_PEBH01000012.1	high GC Gram+	Bifidobacterium rousetti strain RST9 NODE_12_length_68949_cov_102.250276, whole genome shotgun sequence	True	True
AST0106_000000002877	6534	0.9998646617817809	8	4	1	2	4	False	107526	maximal	True	AST0106_000000002877	1.0		2	2	True	True	1.0	29					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.8744847263437196e-06	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	True
SPA0007_000000001274	13751	0.999864313555206	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7986286993854215		0	0	False	False	1.0	0					non-mobilizable	plasmid	13557.0	93.693	100.0	0.18295254833040422	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0193_000000001378	13640	0.999864313555206	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.800925044615729		0	0	False	False	1.0	0					non-mobilizable	plasmid	13572.0	93.634	100.0	0.1831958902257672	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0077_000000001512	13563	0.999864313555206	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7874170894933845		0	0	False	False	1.0	0					non-mobilizable	plasmid	13579.0	93.976	100.0	0.18324996620251452	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0831_000000000922	13523	0.999864313555206	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7812856657367242		0	0	False	False	1.0	0					non-mobilizable	plasmid	13555.0	93.973	100.0	0.18292551034203056	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0108_000000000484	13405	0.999864313555206	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7801761183298196		0	0	False	False	1.0	0					non-mobilizable	plasmid	8133.0	98.906	100.0	0.15939784777623145	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0112_000000001007	13393	0.999864313555206	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.775636842775059		0	0	False	False	1.0	0					non-mobilizable	plasmid	8133.0	98.906	100.0	0.15939784777623145	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0145_000000000941	13382	0.999864313555206	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7694600038801201		0	0	False	False	1.0	0					non-mobilizable	plasmid	8137.0	98.869	100.0	0.15939784777623145	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0077_000000000975	13378	0.999864313555206	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.769527194277846		0	0	False	False	1.0	0					non-mobilizable	plasmid	8133.0	98.89299999999999	100.0	0.15939784777623145	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0278_000000000545	13378	0.999864313555206	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7696317652663079		0	0	False	False	0.9998505115509033	0					non-mobilizable	plasmid	8133.0	98.93	100.0	0.15939784777623145	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0143_000000001361	13378	0.999864313555206	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.769518052614667		0	0	False	False	1.0	0					non-mobilizable	plasmid	8133.0	98.91799999999999	100.0	0.15939784777623145	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0211_000000000337	34094	0.9998641495440446	31	18	12	15	15	True	125893	maximal	True	ISR0211_000000000337	1.0	PS255|PS256|PS318|PS938	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2251.0	78.365	6.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
FIJ0079_000000003820	7706	0.9998636839410932	13	9	4	5	8	True	132235	maximal	True	FIJ0079_000000003820	1.0	PS1143|PS778	1	1	True	True	1.0	11					non-mobilizable	no_good_hit	2114.0	95.27	65.0	0.5094021215043394	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	True	True
ISR0134_000000001076	21634	0.9998636289484738	25	12	9	9	9	True	85987	fragment	False	ISR0134_000000001076	1.0		0	0	False	True	0.9999537467956543	0					non-mobilizable	other	9913.0	99.98	92.0	0.2145919030093094	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0124_000000002208	7566	0.9998635772371804	8	5	4	4	4	False	119566	fragment	False	AUS0004_000000002812	0.3323803009005449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0182_000000001286	15593	0.9998633669207676	11	8	7	7	6	False	128625	fragment	False	ENG0182_000000001286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	7.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0025_000000000614	34434	0.9998633324576408	40	25	18	19	17	True	109381	maximal	True	ISR0025_000000000614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4179.0	98.469	72.0	0.09345836224067319	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
CHI0056_000000002506	6185	0.9998631690763172	8	4	3	3	2	True	132103	fragment	False	CHI0056_000000002506	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1460.0	99.45200000000001	25.0	0.0004598732968691738	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0056_000000000314	25856	0.9998630660084564	34	23	12	17	17	True	117137	maximal	True	ISR0056_000000000314	1.0		1	1	False	False	0.9999613165855408	0					non-mobilizable	no_good_hit	4895.0	96.772	79.0	0.02633846352680158	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0208_000000009802	2754	0.999862751749	3	3	3	3	2	True	108863	maximal	False	FIJ0135_000000010513	0.2408259720060243		0	0	True	True	1.0	70					non-mobilizable	plasmid	2262.0	84.925	99.0	0.8424606151537885	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ENG0010_000000001299	12683	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7325198163451951		0	0	False	False	1.0	0					non-mobilizable	plasmid	12683.0	99.779	100.0	0.28806360022714367	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0037_000000001337	12431	0.9998625747750776	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7139420291689569		0	0	False	False	0.9994369149208069	0					non-mobilizable	plasmid	12431.0	98.76899999999999	100.0	0.32177897434569885	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0121_000000001530	12332	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7142578726211993		0	0	False	False	1.0	0					non-mobilizable	other	12334.0	99.432	100.0	0.8441265060240963	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
SPA0130_000000002546	12322	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.713836703920981		0	0	False	False	1.0	0					non-mobilizable	plasmid	12286.0	99.512	100.0	0.3180253177664449	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0119_000000002791	12322	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7136725282736275		0	0	False	False	1.0	0					non-mobilizable	plasmid	12287.0	99.50399999999999	100.0	0.3180512050531984	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AST0028_000000001454	12321	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7137453991142386		0	0	False	False	1.0	0					non-mobilizable	plasmid	12285.0	99.50299999999999	100.0	0.31789588133267754	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0043_01_000000001330	12321	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7135576223563387		0	0	False	False	1.0	0					non-mobilizable	plasmid	12285.0	99.479	100.0	0.31789588133267754	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0046_000000001504	12306	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7123744016620128		0	0	False	False	1.0	0					non-mobilizable	other	12308.0	99.431	100.0	0.8423466593647316	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
DEN0033_000000002148	12284	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7102130223154438		0	0	False	False	1.0	0					non-mobilizable	plasmid	12284.0	99.959	100.0	0.31797354319293797	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0026_000000001217	12279	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7101125138262909		0	0	False	False	1.0	0					non-mobilizable	plasmid	12279.0	99.96700000000001	100.0	0.3178441067591706	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0102_000000002803	12278	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7113616519949776		0	0	False	False	1.0	0					non-mobilizable	other	12278.0	99.691	100.0	0.8404299014238773	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
SPA0017_000000001061	12273	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7109457327628592		0	0	False	False	1.0	0					non-mobilizable	other	12273.0	99.861	100.0	0.32722715516092044	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0064_000000001845	12267	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7104996666066505		0	0	False	False	1.0	0					non-mobilizable	other	12267.0	99.829	100.0	0.32704050342639257	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0024_01_000000001823	12262	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6125662315771606		0	0	False	False	1.0	0					non-mobilizable	other	12018.0	99.89200000000001	100.0	0.82263143483023	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
SPA0010_000000001200	12261	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7105783534967599		0	0	False	False	1.0	0					non-mobilizable	other	12261.0	99.853	100.0	0.32690718075887265	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0241_000000000996	12259	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7099450765180669		0	0	False	False	1.0	0					non-mobilizable	plasmid	12259.0	99.943	100.0	0.31732636102410106	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0098_000000001297	12253	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7098497717471502		0	0	False	False	1.0	0					non-mobilizable	plasmid	12253.0	99.943	100.0	0.3171710373035802	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0146_000000003022	12253	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7097935235167498		0	0	False	False	0.9999184012413025	0					non-mobilizable	plasmid	12253.0	99.943	100.0	0.3171710373035802	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0182_000000001701	12253	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7097015241632841		0	0	False	False	1.0	0					non-mobilizable	plasmid	12253.0	99.95100000000001	100.0	0.3171710373035802	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0128_000000002674	12252	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7078118073950082		0	0	False	False	1.0	0					non-mobilizable	plasmid	12252.0	99.984	100.0	0.31714515001682675	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0100_000000002145	12248	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7101886494852492		0	0	False	False	1.0	0					non-mobilizable	other	12248.0	99.845	100.0	0.8383762322015335	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
SPA0050_000000001910	12246	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7094537480716236		0	0	False	False	1.0	0					non-mobilizable	plasmid	12246.0	99.927	100.0	0.3169639390095524	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
DEN0022_000000002220	12244	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7096300727817025		0	0	False	False	1.0	0					non-mobilizable	plasmid	12244.0	99.95100000000001	100.0	0.31693805172279893	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0155_000000001879	12244	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.707655724246493		0	0	False	False	0.9998366832733154	0					non-mobilizable	plasmid	12244.0	99.959	100.0	0.31693805172279893	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0399_000000000828	12242	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7082223339390542		0	0	False	False	0.9990197420120239	0					non-mobilizable	plasmid	12242.0	99.95100000000001	100.0	0.31688627714929196	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0816_000000003450	12241	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7071830457097855		0	0	False	False	1.0	0					non-mobilizable	other	12241.0	99.706	100.0	0.26240192085066244	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
SPA0132_000000002529	12239	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.708050665563965		0	0	False	False	1.0	0					non-mobilizable	plasmid	12239.0	99.926	100.0	0.31680861528903154	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0016_000000002337	12235	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7079813219838119		0	0	False	False	1.0	0					non-mobilizable	plasmid	12235.0	99.943	100.0	0.31670506614201765	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0023_000000001326	12233	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7084409244327396		0	0	False	False	0.9999182820320129	0					non-mobilizable	other	12233.0	99.861	100.0	0.326160573820761	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0319_000000000790	12231	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7019725696721645		0	0	False	False	1.0	0					non-mobilizable	other	12231.0	99.935	100.0	0.2621875401963727	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
FIJ0005_000000001998	12227	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7045892336515989		0	0	False	False	1.0	0					non-mobilizable	plasmid	12227.0	99.959	100.0	0.31649796784798984	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0205_000000001315	12227	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70476965838523		0	0	False	False	1.0	0					non-mobilizable	plasmid	12227.0	99.95100000000001	100.0	0.31649796784798984	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0068_000000001820	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7052975087361795		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	99.869	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0051_000000002148	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7052731822797049		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	99.861	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0277_000000000702	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6998613702290368		0	0	False	False	0.9999182224273682	0					non-mobilizable	other	12226.0	98.839	100.0	0.8368702081051479	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0229_000000000957	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7052027647587646		0	0	False	False	0.9999182224273682	0					non-mobilizable	other	12226.0	99.861	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0054_01_000000000978	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7052998929953948		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	99.869	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0013_000000001651	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7046877468050045		0	0	False	False	1.0	0					non-mobilizable	plasmid	12226.0	99.95100000000001	100.0	0.3164720805612364	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0009_000000001213	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7052927386786934		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	99.869	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0123_000000001265	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7046293116471306		0	0	False	False	1.0	0					non-mobilizable	plasmid	12226.0	99.95100000000001	100.0	0.3164720805612364	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0141_000000002480	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7047459983940738		0	0	False	False	1.0	0					non-mobilizable	plasmid	12226.0	99.984	100.0	0.3164720805612364	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0084_000000001778	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7053573301909172		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	99.87700000000001	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0304_000000000771	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7053573301909172		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	99.87700000000001	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0002_000000002296	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7046853635110999		0	0	False	False	0.9998363852500916	0					non-mobilizable	plasmid	12226.0	99.95100000000001	100.0	0.3164720805612364	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0120_000000001472	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7053190289436266		0	0	False	False	0.9998363852500916	0					non-mobilizable	other	12226.0	99.869	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0115_000000002052	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7047459983940738		0	0	False	False	1.0	0					non-mobilizable	plasmid	12226.0	99.984	100.0	0.3164720805612364	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0052_000000002046	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7046958436093068		0	0	False	False	1.0	0					non-mobilizable	plasmid	12226.0	99.95100000000001	100.0	0.3164720805612364	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0122_000000002582	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7048262824349886		0	0	False	False	1.0	0					non-mobilizable	plasmid	12226.0	99.984	100.0	0.3164720805612364	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0105_000000002250	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7047076971467826		0	0	False	False	1.0	0					non-mobilizable	plasmid	12226.0	99.975	100.0	0.3164720805612364	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0082_000000001318	12226	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7052357569743659		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	99.861	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
FIJ0158_000000001405	12225	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7046638569677083		0	0	False	False	1.0	0					non-mobilizable	plasmid	12225.0	99.984	100.0	0.3164461932744829	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0148_000000002182	12221	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.706941442157916		0	0	False	False	1.0	0					non-mobilizable	other	12221.0	99.714	100.0	0.26197315954208295	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
SPA0126_000000002525	12210	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6968478369993806		0	0	False	False	1.0	0					non-mobilizable	other	12210.0	98.845	100.0	0.3255472895501693	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0044_000000001566	12208	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7010938351685684		0	0	False	False	1.0	0					non-mobilizable	other	12208.0	99.59899999999999	100.0	0.8356380065717415	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0206_000000001540	12207	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70202104895404		0	0	False	False	1.0	0					non-mobilizable	other	12207.0	99.861	100.0	0.32546729594965734	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0006_000000002086	12206	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7049457818164845		0	0	False	False	1.0	0					non-mobilizable	other	12206.0	99.705	100.0	0.2616515885606483	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0811_000000000799	12206	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7014522246184842		0	0	False	False	1.0	0					non-mobilizable	plasmid	12206.0	99.934	100.0	0.31595433482616686	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0228_000000001434	12194	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7018260724616454		0	0	False	False	1.0	0					non-mobilizable	other	12194.0	99.713	100.0	0.2613943317755006	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0260_000000000676	12193	0.9998625747750776	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7016813360748141		0	0	False	False	0.9999179840087891	0					non-mobilizable	other	12194.0	99.68799999999999	100.0	0.2613943317755006	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
CHI0107_000000000865	12188	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6990576161919496		0	0	False	False	1.0	0					non-mobilizable	other	12188.0	99.91799999999999	100.0	0.32496066981308164	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0771_000000000664	12174	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6985853390026866		0	0	False	False	1.0	0					non-mobilizable	other	12174.0	99.713	100.0	0.26096557046692104	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0160_000000001768	12161	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6951155070574938		0	0	False	False	0.99991774559021	0					non-mobilizable	other	12161.0	99.729	100.0	0.2606868756163444	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0083_000000001638	12161	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6951369778361424		0	0	False	False	1.0	0					non-mobilizable	other	12161.0	99.729	100.0	0.2606868756163444	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
FIJ0119_000000001268	12035	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6105535541909523		0	0	False	False	0.999252200126648	0					non-mobilizable	plasmid	12018.0	99.98299999999999	100.0	0.3110875249165135	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AUS0016_000000001387	12035	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6110521286305647		0	0	False	False	0.999252200126648	0					non-mobilizable	other	12018.0	99.884	100.0	0.82263143483023	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0135_000000001645	11945	0.9998625747750776	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.5929468187715135		0	0	False	False	1.0	0					non-mobilizable	other	11945.0	99.883	100.0	0.8176341730558598	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
MAD0025_000000003659	2954	0.999862505180754	3	3	3	3	2	True	62285	maximal	False	ISR0200_000000006997	0.9179389723749908		0	0	True	True	0.9996615052223206	21					non-mobilizable	no_good_hit								True	True
CHI0156_000000000531	23230	0.9998624184068531	27	20	12	11	16	True	132596	backbone	False	ISR0120_000000000296	0.4470942266337776	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23234.0	98.631	100.0	0.7486222565986658	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
FIJ0032_000000004722	7173	0.9998624171409424	8	6	4	3	3	False	97854	fragment	False	FIJ0002_000000004644	0.9813513513513514		0	0	False	False	0.9998605847358704	0					non-mobilizable	no_good_hit								True	False
SPA0037_000000002621	8513	0.999862159534648	9	5	2	5	2	True	123314	fragment	False	ISR0132_000000002604	0.9741733181299885		0	0	False	False	0.9985904097557068	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0004595254794785595	NZ_CABMOJ010000002.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ISR0096_000000002521	10485	0.9998616419404098	16	7	6	7	6	False	100907	maximal	False	CHI0138_000000001301	0.9533923648221192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1953.0	86.329	19.0	0.03129472685460657	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0055_000000000476	34432	0.9998615655636256	38	22	13	17	13	True	116255	maximal	True	ENG0055_000000000476	0.9983948472994606		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	6320.0	97.54700000000001	72.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0146_000000000404	34147	0.9998615655636256	38	22	13	17	13	True	116255	maximal	False	ENG0055_000000000476	0.9949124467622384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6320.0	97.579	72.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0154_000000001926	11911	0.9998614311268866	11	10	6	7	10	True	114194	fragment	False	ENG0154_000000001926	1.0		0	0	False	False	0.9999160170555115	0	IncFIB				non-mobilizable	plasmid	11911.0	100.0	100.0	0.09161327046298931	CP041358.1	enterobacteria	Escherichia coli strain U1 plasmid unnamed1, complete sequence	False	True
ISR0226_000000000216	22076	0.9998612474093854	23	10	6	9	9	True	101352	maximal	True	ISR0226_000000000216	1.0	PS587|PS588	8	3	False	True	1.0	0					non-mobilizable	no_good_hit	2762.0	99.855	13.0	0.9371816638370118	NZ_JH379351.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld30, whole genome shotgun sequence	True	True
ENG0029_000000001374	16780	0.9998607628481074	25	11	4	10	6	True	111061	fragment	False	ENG0146_000000001081	0.9543658039072106		0	0	False	False	1.0	0					non-mobilizable	plasmid	7105.0	98.74700000000001	96.0	0.07737239004402598	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0091_000000002862	8948	0.9998606061106948	12	10	0	5	10	False	95662	maximal	True	FIJ0091_000000002862	1.0	PS381|PS507	0	0	False	True	0.9996647238731384	0	rep_cluster_2350,rep_cluster_2370	MOBP		MOB_unknown	mobilizable	no_good_hit	6346.0	98.865	82.0	0.9057763797540749	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	True	True
ISR0366_000000000129	49660	0.999860355298266	49	35	17	27	23	True	83943	maximal	True	ISR0366_000000000129	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1855.0	96.98100000000001	5.0	0.25828921705210367	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
MAD0070_000000000780	16353	0.9998600414529296	13	11	6	11	5	True	130305	maximal	False	MAD0046_000000001006	0.6301272697795072	PS1092	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1261.0	82.15700000000001	38.0	0.002622130868167875	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0017_000000002285	11811	0.9998598927965214	13	10	8	9	6	True	75262	fragment	False	DEN0017_000000002285	1.0		0	0	False	False	0.9987300038337708	0					non-mobilizable	no_good_hit	252.0	82.54	3.0	0.00011620683872522042	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	True	True
ISR0384_000000001508	7378	0.9998595152121776	7	5	4	5	2	False	36529	maximal	True	ISR0384_000000001508	1.0		2	1	False	False	0.9979669451713562	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	1.0	0.00047961130631522976	NZ_PGCP01000031.1	g-proteobacteria	Aeromonas lusitana strain MDC 2473 A_lusitana_712_R1_new_trimmed_contig_31, whole genome shotgun sequence	True	False
AST0110_000000000256	43385	0.9998589352354266	42	19	13	16	8	True	128612	maximal	True	AST0110_000000000256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	2.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
SPA0105_000000007771	3472	0.9998585685458397	4	3	2	3	3	False	105399	fragment	False	SPA0105_000000007771	1.0		0	0	False	False	0.9991359710693359	0					non-mobilizable	no_good_hit	488.0	83.811	36.0	0.0010141415239724237	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0056_000000002363	7279	0.9998585209632164	10	4	2	4	1	True	130328	maximal	True	ISR0056_000000002363	1.0	PS1094|PS1096|PS526|PS527|PS528|PS673|PS674|PS675	1	1	True	True	0.9994504451751709	9					non-mobilizable	no_good_hit	1719.0	93.485	71.0	0.4237037037037037	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0107_000000000855	23196	0.9998582230224086	28	19	10	16	15	True	61866	maximal	True	ENG0107_000000000855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1260.0	84.762	5.0	0.002670445719732998	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
USA0055_01_000000001866	11965	0.9998576093208444	15	15	3	5	14	True	132544	fragment	False	CHI0126_000000000854	0.24730583779221724		0	0	False	False	1.0	0					non-mobilizable	plasmid	11993.0	93.029	99.0	0.161822360416385	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
USA0035_01_000000006123	4083	0.9998570531026708	6	5	3	4	5	False	33904	fragment	False	USA0035_01_000000006123	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4083.0	98.45700000000001	100.0	0.08211285481174077	CP043524.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_05, complete sequence	False	True
DEN0052_000000015785	2664	0.9998569690479826	5	4	1	3	3	False	72305	fragment	False	DEN0052_000000015785	1.0		0	0	False	False	0.9954954981803894	0					non-mobilizable	no_good_hit	1373.0	84.99600000000001	58.0	0.05450985093713783	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0363_000000000196	31740	0.9998569326570677	23	10	8	9	3	True	86180	fragment	False	ISR0363_000000000196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1772.0	77.822	7.0	0.025725427397950862	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0262_000000001949	7482	0.9998562802123904	7	7	4	4	6	True	125558	maximal	True	ISR0262_000000001949	1.0	PS930	1	1	True	True	1.0	102	rep_cluster_1351	MOBQ			mobilizable	no_good_hit	3549.0	97.689	76.0	0.3512359773652338	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	True	True
MAD0088_000000005076	3992	0.9998562234241652	3	3	3	3	2	False	15911	maximal	True	MAD0088_000000005076	1.0		1	1	False	False	0.9974949955940247	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.1306313770980802e-05	NZ_LR027849.1	CFB group bacteria	Olivibacter jilunii strain P8502, whole genome shotgun sequence	True	False
ISR0844_000000008476	1482	0.9998562203430552	3	1	1	1	1	False	20708	fragment	False	ISR0844_000000008476	1.0		0	0	False	False	0.9851552248001099	0					non-mobilizable	other	1482.0	100.0	100.0	0.4524900702719218	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	False	False
SPA0083_000000013001	1392	0.9998562203430552	2	1	1	1	1	False	5575	fragment	False	SPA0083_000000013001	1.0		0	0	False	False	0.9985632300376892	0					non-mobilizable	other	1282.0	100.0	92.0	0.3913840513290559	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	False	False
AST0140_000000004452	6011	0.9998558451354236	5	4	2	4	1	True	123312	fragment	False	AST0140_000000004452	1.0		0	0	False	False	0.9970054626464844	0					non-mobilizable	no_good_hit	404.0	99.75200000000001	7.0	6.200539923937992e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
AUS0018_000000003284	7831	0.9998556018330016	12	5	5	5	4	False	100919	maximal	True	AUS0018_000000003284	0.9873217115689382		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	85.97200000000001	25.0	0.031101748066191724	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0099_000000005281	3422	0.9998554939825884	6	4	4	3	4	False	60661	fragment	False	ENG0099_000000005281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1368.0	86.404	40.0	0.007481310466138962	AP013037.1	firmicutes	Enterococcus mundtii QU 25 plasmid pQY182 DNA, complete genome	True	False
FIJ0066_000000000549	33669	0.9998553711280004	32	31	10	12	31	True	113996	maximal	True	FIJ0066_000000000549	1.0		1	1	False	False	1.0	0	IncY				non-mobilizable	plasmid	13929.0	97.954	94.0	0.12112935773432608	CP021729.1	enterobacteria	Escherichia coli strain Combat11I9 plasmid pCombat11I9-3, complete sequence	False	True
AST0094_000000002619	7154	0.9998549592082424	6	6	5	5	4	True	109405	maximal	True	AST0094_000000002619	1.0		2	2	False	False	0.998322606086731	0					non-mobilizable	plasmid	5989.0	86.44200000000001	98.0	0.03730543985468667	CP022274.1	enterobacteria	Citrobacter freundii strain 18-1 plasmid pA18-1, complete sequence	False	True
SPA0039_000000002346	9610	0.9998547509507356	7	7	6	7	7	False	90205	fragment	False	SPA0039_000000002346	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9157.0	100.0	100.0	0.07712264150943396	LT883139.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, plasmid: I	False	True
ISR0379_000000003126	6019	0.9998544382073664	8	5	3	5	3	False	37189	maximal	True	ISR0379_000000003126	1.0		0	0	False	False	0.9950157999992371	0					non-mobilizable	no_good_hit	3492.0	99.055	58.0	0.04424778761061947	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
SPA0124_000000009248	3164	0.9998544072826124	3	2	2	2	1	False	4065	maximal	True	SPA0124_000000009248	1.0		1	1	False	False	0.995891273021698	0					non-mobilizable	no_good_hit	236.0	86.86399999999999	7.0	0.0008699628592779309	NZ_QRML01000001.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf1, whole genome shotgun sequence	True	False
ISR0157_000000001220	18478	0.9998541244485138	18	8	7	6	7	True	114005	maximal	False	ENG0195_000000000775	0.9998105855612079		0	0	False	False	0.9997835159301758	0					non-mobilizable	no_good_hit	4191.0	76.306	22.0	0.0006804605482947403	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ENG0195_000000000775	18478	0.9998541244485138	18	8	7	6	7	True	114005	maximal	True	ENG0195_000000000775	0.9998105855612079		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4191.0	76.33	22.0	0.0006804605482947403	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
SPA0097_000000004946	5962	0.9998540346604622	11	6	4	5	6	False	100908	fragment	False	SPA0097_000000004946	1.0		0	0	False	False	0.999832272529602	0					non-mobilizable	no_good_hit	1738.0	86.594	29.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ISR0137_000000001083	23391	0.9998538155370268	25	18	15	17	13	True	117414	maximal	False	ISR0087_000000000550	0.9792549551077729	PS789	0	0	True	True	1.0	32					non-mobilizable	plasmid	11062.0	99.765	97.0	0.47354225533007965	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
FIJ0030_000000012961	2587	0.9998537591364034	2	2	2	2	2	False	51972	fragment	False	FIJ0030_000000012961	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2587.0	100.0	100.0	0.017971937091270474	CP048352.1	enterobacteria	Raoultella ornithinolytica strain 23 plasmid p23_C, complete sequence	False	True
USA0015_01_000000000695	21637	0.9998537315713724	27	17	6	14	9	True	100990	fragment	False	ISR0143_000000001354	0.9744344790383282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5815.0	73.98100000000001	43.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
CAN0015_000000001690	21614	0.9998537315713724	27	17	6	14	9	True	100990	fragment	False	ISR0143_000000001354	0.9741053482999648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5815.0	74.015	43.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
SPA0079_000000000575	21574	0.9998537315713724	27	17	6	14	9	True	100990	fragment	False	ISR0143_000000001354	0.972414719338139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5817.0	73.956	43.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
FIJ0019_000000002495	2858	0.9998537269691448	5	5	3	5	5	True	80318	fragment	False	FIJ0019_000000002495	0.9994729444834856		0	0	False	False	1.0	0					non-mobilizable	plasmid	1874.0	99.89299999999999	100.0	0.023743122987602363	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
FIJ0079_000000009939	2846	0.9998537269691448	5	5	3	5	5	True	80318	fragment	False	FIJ0019_000000002495	0.9973757872638209		0	0	False	False	1.0	0					non-mobilizable	plasmid	1874.0	99.89299999999999	100.0	0.023743122987602363	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
MON0027_000000003255	9319	0.999853564764134	12	5	4	4	4	False	70117	maximal	True	MON0027_000000003255	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	94.728	14.0	0.00027551444817193514	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ENG0020_000000000164	54000	0.9998533499595008	65	39	19	32	21	True	108407	maximal	True	ENG0020_000000000164	1.0	PS672	11	4	False	True	1.0	0					non-mobilizable	no_good_hit	13971.0	84.01	56.0	0.029557897603833524	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0111_000000001086	11814	0.9998531667413524	15	14	3	4	13	True	132544	fragment	False	CHI0126_000000000854	0.6557381143973596		0	0	False	False	1.0	0					non-mobilizable	other	11814.0	100.0	100.0	0.3149881342825907	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MAD0003_000000006331	4328	0.99985312514575	4	3	2	3	2	False	97840	fragment	False	MAD0082_000000001030	0.15148220199335488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	88.96600000000001	3.0	3.841301945272651e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0128_000000005043	7137	0.9998528130841664	10	7	5	6	5	False	128607	maximal	True	SPA0128_000000005043	1.0		0	0	False	False	0.998879075050354	0					non-mobilizable	no_good_hit	1036.0	87.259	14.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0118_000000004022	6706	0.9998527323416404	8	7	0	5	7	False	127612	backbone	False	SPA0066_000000002401	0.8701476045259513	PS1013|PS676	0	0	True	True	1.0	210	rep_cluster_2350	MOBP		MOBP	mobilizable	chromosome	6706.0	99.985	100.0	0.0013089419181182159	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
CHI0053_000000010061	1183	0.9998527081961552	2	1	1	1	1	False	86411	maximal	True	CHI0053_000000010061	1.0		1	1	False	False	0.9746407270431519	0					non-mobilizable	no_good_hit								True	False
MAD0009_000000003346	2897	0.9998523009581796	6	5	3	4	5	False	84428	maximal	True	MAD0009_000000003346	1.0		2	1	False	False	0.9965481758117676	0					non-mobilizable	chromosome	2344.0	91.25399999999999	100.0	0.0004948003346401574	LR134157.1	enterobacteria	Escherichia coli strain NCTC11105 genome assembly, chromosome: 1	False	False
AST0148_000000004034	7915	0.999852259195626	6	5	3	4	4	False	105565	fragment	False	AST0148_000000004034	0.9826333347232522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000004335	7703	0.999852259195626	6	5	3	4	4	False	105565	fragment	False	AST0148_000000004034	0.981573945757111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0079_000000000236	17009	0.9998522142496012	16	16	10	11	15	True	98105	fragment	False	MAD0079_000000000236	0.9918464879259871		0	0	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	6129.0	96.93299999999999	72.0	0.052271233321097156	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	True	True
FIJ0119_000000001931	8214	0.9998516779696344	16	13	5	7	10	True	132242	maximal	True	FIJ0119_000000001931	1.0	PS1143|PS1144|PS1145|PS1147|PS778|PS779|PS780	2	1	False	True	0.9998782277107239	0					non-mobilizable	no_good_hit	4388.0	98.61	82.0	0.916440359306455	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	True	True
MAD0098_000000002336	13727	0.9998515329698509	21	6	1	6	4	True	103835	maximal	True	MAD0098_000000002336	1.0		1	1	False	False	0.9999271631240845	0		MOBP		MOBP	mobilizable	no_good_hit	2507.0	96.809	18.0	0.35888252148997135	CP057871.1	enterobacteria	Escherichia coli strain RHB12-C04 plasmid pRHB12-C04_3, complete sequence	True	True
MAD0078_000000008274	1289	0.9998511141697364	2	2	2	2	2	False	96125	fragment	False	CAN0004_000000018877	0.3795744680851064		0	0	False	False	0.9821566939353943	0					non-mobilizable	no_good_hit								True	False
ISR0341_000000000806	18227	0.9998509511560753	27	19	15	15	13	False	123927	fragment	False	SPA0145_000000000420	0.7353294896647342		0	0	False	True	1.0	0					non-mobilizable	plasmid	18227.0	99.984	100.0	0.15266759928629467	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
MAD0006_000000000252	16286	0.9998509266522194	20	19	9	12	19	True	106001	maximal	True	MAD0006_000000000252	1.0	PS396|PS544|PS644	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	7407.0	99.986	86.0	0.0677752052199537	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	True	True
ISR0387_000000001302	13238	0.9998507095511056	15	9	5	8	5	True	22984	backbone	True	ISR0387_000000001302	1.0	PS52	1	1	True	True	1.0	18					non-mobilizable	no_good_hit	82.0	87.805	1.0	0.01487758945386064	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
DEN0005_000000007129	4304	0.9998502163368556	5	2	2	2	1	False	101593	fragment	False	DEN0065_000000007095	0.8939368770277015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	98.476	15.0	0.09687557774080237	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	False
ISR0280_000000002417	3787	0.9998502163368556	4	2	2	2	1	False	101593	fragment	False	DEN0065_000000007095	0.2929767171907076		0	0	False	False	0.99947190284729	0					non-mobilizable	no_good_hit	93.0	96.774	4.0	2.4541651317019714e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0088_000000003739	4975	0.9998499916554524	6	4	4	4	3	True	112625	fragment	False	ISR0156_000000005258	0.9629038691663343		0	0	False	False	0.9953768849372864	0					non-mobilizable	no_good_hit	2306.0	75.759	46.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0004_000000024101	1817	0.9998497307014363	2	2	2	2	1	False	14218	fragment	False	MON0004_000000024101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0006_000000003918	6769	0.9998496188113084	8	8	4	4	7	True	127279	maximal	True	ENG0006_000000003918	0.9981981514927698	PS757|PS758|PS996	0	0	True	True	1.0	16	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3945.0	99.92399999999999	72.0	0.8053513071895425	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	True	True
FIJ0063_000000000901	19068	0.9998494217345624	26	18	12	16	10	True	79339	fragment	False	FIJ0063_000000000901	0.9996431316569672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	95.455	5.0	0.11270190895741557	NZ_CABKPS010000032.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0028_000000014498	1339	0.9998494023602836	2	2	1	2	2	False	37180	fragment	False	ISR0028_000000014498	1.0		0	0	False	False	0.9581777453422546	0					non-mobilizable	no_good_hit	85.0	95.294	6.0	3.9772386942198265e-05	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	True	False
ISR0027_000000001716	14041	0.9998492436526124	18	13	7	11	7	True	103095	fragment	False	ISR0027_000000001716	1.0		0	0	False	False	0.9987180233001709	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	0.0024754087681584263	NZ_JPXF01000100.1	high GC Gram+	Cryobacterium roopkundense strain RuG17 contig00100, whole genome shotgun sequence	True	True
ISR0111_000000002528	6145	0.9998489627258048	6	4	3	4	2	True	112623	fragment	False	ISR0111_000000002528	1.0		0	0	False	False	0.9951179623603821	0					non-mobilizable	no_good_hit	2272.0	76.54	36.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0142_000000001127	14913	0.9998489541498572	18	9	4	8	4	True	105217	fragment	False	ISR0291_000000000512	0.978380503144654		0	0	False	False	0.9998658895492554	0					non-mobilizable	plasmid	14916.0	98.28399999999999	100.0	0.1624166339741075	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
BAN0019_000000000444	5391	0.9998485951762082	5	5	4	4	5	False	97878	maximal	True	BAN0019_000000000444	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5391.0	99.98100000000001	100.0	0.07004275336893949	CP029734.1	enterobacteria	Citrobacter sp. CRE-46 strain AR_0157 plasmid unnamed6, complete sequence	False	True
ISR0396_000000000300	36109	0.9998484482052832	40	27	12	18	21	True	119515	maximal	True	ISR0396_000000000300	1.0		31	7	False	False	0.9999722838401794	0					non-mobilizable	no_good_hit	1460.0	76.781	16.0	0.014412971674507056	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
AST0099_000000007836	2708	0.9998480243053928	3	3	1	3	1	True	108863	maximal	False	FIJ0135_000000010513	0.5095212433084071		0	0	True	True	0.9996307492256165	22					non-mobilizable	plasmid	2181.0	82.714	99.0	0.8023255813953488	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
CHI0157_000000002169	4282	0.999847677165554	9	5	2	3	5	False	78957	maximal	True	CHI0157_000000002169	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	76.319	19.0	0.008260511297164774	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
AST0140_000000000241	48057	0.9998475434302324	43	23	14	15	17	True	105668	maximal	True	AST0140_000000000241	1.0		1	1	False	False	0.9995213747024536	0					non-mobilizable	no_good_hit	11611.0	96.986	85.0	0.004732541672988036	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
AST0113_000000002107	12833	0.9998470942604336	10	8	7	6	5	False	119570	fragment	False	AST0113_000000002107	1.0		0	0	False	False	0.9996883273124695	0					non-mobilizable	no_good_hit	227.0	99.559	2.0	0.0007765922718760202	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0059_000000000455	26347	0.9998467239103972	33	14	8	14	6	True	69787	maximal	True	ISR0059_000000000455	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1741.0	97.01299999999999	10.0	0.0036341813786888093	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0106_000000001028	13641	0.999846130412012	14	8	7	6	6	True	83173	maximal	True	CHI0106_000000001028	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	99.947	14.0	0.17003168854685377	CP044201.1	enterobacteria	Salmonella enterica subsp. enterica serovar Corvallis strain AR-0406 plasmid pAR-0406-1, complete sequence	True	True
CHI0177_000000003168	4849	0.9998459259333404	9	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.9414651328837693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	85.97200000000001	40.0	0.031101748066191724	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0042_000000001745	10494	0.9998451394756446	17	8	3	7	5	True	111041	fragment	False	ISR0040_000000002196	0.9745939785354734		0	0	False	False	0.9999046921730042	0					non-mobilizable	plasmid	5916.0	98.37700000000001	96.0	0.06430626389433765	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0211_000000001315	11202	0.9998450778401587	14	13	3	4	12	True	132544	fragment	False	CHI0126_000000000854	0.4416917846882795		0	0	False	False	1.0	0					non-mobilizable	other	11123.0	99.991	99.0	0.2965629416313362	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0015_000000001807	7389	0.9998449542692568	10	7	5	4	6	True	129793	fragment	False	SPA0015_000000001807	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	1.4433317639505953e-05	NZ_CP028811.1	CFB group bacteria	Flavobacterium magnum strain HYN0048 chromosome, complete genome	True	True
ISR0076_000000007030	3543	0.9998448584377252	5	5	5	5	4	False	83705	fragment	False	ISR0076_000000007030	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3543.0	99.74600000000001	100.0	0.008636433460205841	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0143_000000001354	23210	0.9998447552894699	31	18	6	14	10	True	100990	fragment	False	ISR0143_000000001354	0.9965931659016897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5813.0	74.14399999999999	41.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
AUS0014_000000001047	22781	0.9998447552894699	30	18	6	14	10	True	100990	fragment	False	ISR0143_000000001354	0.9939808547796142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5815.0	74.119	42.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ISR0067_000000000771	22474	0.9998447552894699	28	18	6	14	10	True	100990	fragment	False	ISR0143_000000001354	0.9870474087415275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5817.0	74.16199999999999	58.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ISR0324_000000002939	10417	0.9998446189936956	14	7	3	7	2	True	25786	maximal	True	ISR0324_000000002939	1.0		3	2	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
ISR0070_000000000832	19260	0.9998442904998412	23	15	6	14	7	True	93026	fragment	False	ENG0058_000000000922	0.9634027642592953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5819.0	74.188	67.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
CAN0001_000000004968	9051	0.9998441036191926	13	4	2	4	3	False	111048	fragment	False	CAN0003_000000004637	0.94826485828633		0	0	False	False	0.9998894929885864	0					non-mobilizable	other	6123.0	99.624	95.0	0.16077009954560975	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0858_000000000918	7814	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.9861915345966182		0	0	False	False	0.9989761710166931	0					non-mobilizable	plasmid	7595.0	99.803	100.0	0.08274486726820976	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0775_000000002044	7792	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.9859569129773025		0	0	False	False	1.0	0					non-mobilizable	plasmid	7595.0	99.803	100.0	0.08274486726820976	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
DEN0051_000000004701	7754	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.9856793344370197		0	0	False	False	1.0	0					non-mobilizable	other	7611.0	99.65799999999999	100.0	0.19987917947101622	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0346_000000002128	7438	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.9750420325514898		0	0	False	False	1.0	0					non-mobilizable	other	7438.0	99.81200000000001	100.0	0.19533527696793002	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0115_000000002113	7419	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.9733008426796257		0	0	False	False	0.9998652338981628	0					non-mobilizable	other	7419.0	99.62299999999999	100.0	0.19478370498778663	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0268_000000001877	7212	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.9644142099548558		0	0	False	False	1.0	0					non-mobilizable	other	7212.0	99.806	100.0	0.18939931184829145	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0387_000000002923	7158	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.9619181216618733		0	0	False	False	1.0	0					non-mobilizable	other	7159.0	99.749	100.0	0.18800724923173903	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0056_000000002426	7155	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.9619129504001664		0	0	False	False	1.0	0					non-mobilizable	other	7155.0	99.804	100.0	0.1879021879021879	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0197_000000001610	7081	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.8728781938212379		0	0	False	False	0.9995763301849365	0					non-mobilizable	other	7017.0	99.70100000000001	100.0	0.1842513067002863	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0138_000000002997	7051	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.9507666601951179		0	0	False	False	0.9950361847877502	0					non-mobilizable	other	7051.0	99.759	100.0	0.18517059333385863	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0068_000000002688	6563	0.9998441036191926	11	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.4627875758145959		0	0	False	False	0.9989334344863892	0					non-mobilizable	other	6563.0	99.802	100.0	0.17235311112862134	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
AST0148_000000005333	6277	0.9998441036191926	10	4	2	4	3	False	105187	fragment	False	AST0148_000000005333	1.0		0	0	False	False	0.9982475638389587	0					non-mobilizable	other	6258.0	99.85600000000001	99.0	0.16431591941796023	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0009_000000002397	5319	0.9998441036191926	9	4	2	4	3	False	76160	fragment	False	ENG0009_000000002397	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4704.0	99.979	92.0	0.12352585821973577	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0001_000000001449	13718	0.9998438638563891	17	16	4	6	15	True	132544	fragment	False	CHI0126_000000000854	0.792474500912492		0	0	False	False	1.0	0					non-mobilizable	plasmid	13567.0	94.052	100.0	0.18312829525483304	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0083_000000001706	13622	0.9998438638563891	17	16	4	6	15	True	132544	fragment	False	CHI0126_000000000854	0.7930634690184962		0	0	False	False	1.0	0					non-mobilizable	plasmid	13245.0	93.945	100.0	0.17874814113829932	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0079_000000002007	13379	0.9998438638563891	17	16	4	6	15	True	132544	fragment	False	CHI0126_000000000854	0.749748969409636		0	0	False	False	1.0	0					non-mobilizable	plasmid	8136.0	95.256	100.0	0.15939784777623145	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0213_000000013910	1891	0.9998433746710816	3	2	2	2	2	False	28273	fragment	False	ISR0213_000000013910	1.0		0	0	False	False	0.9989423751831055	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	2.183831192636679e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ENG0095_000000000861	20127	0.9998431836581192	15	15	6	13	15	True	113278	fragment	False	ENG0095_000000000861	0.9818322580645161		0	0	False	False	1.0	0	IncFIA	MOBF	MPF_F		conjugative	plasmid	12220.0	98.527	100.0	0.06506668655984739	AP022172.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-09_1 DNA, complete genome, strain: WP5-S18-ESBL-09	False	True
FIJ0068_000000006950	4397	0.9998430992898856	7	6	3	5	6	True	97920	fragment	False	SPA0068_000000002937	0.38370786516853933		0	0	False	False	0.999090313911438	0					non-mobilizable	plasmid	4397.0	99.818	100.0	0.05265490435636686	MG904991.1	enterobacteria	Escherichia coli strain 14OD0056 plasmid p14ODK88, complete sequence	False	True
ISR0160_000000001666	12752	0.9998430866113932	12	9	6	7	4	False	119575	fragment	False	ISR0160_000000001666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	96.56	22.0	0.006232016147888702	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0081_000000007843	6876	0.9998429880335942	4	4	4	4	2	False	98031	maximal	True	MON0081_000000007843	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3749.0	99.92	55.0	0.28828551649873085	MN877941.1	enterobacteria	Escherichia coli strain Z22 plasmid pZ22, partial sequence	True	False
AST0005_000000002538	10540	0.9998429101981968	13	12	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.24621697463266556		0	0	False	False	0.9993358850479126	0					non-mobilizable	plasmid	8258.0	96.24600000000001	100.0	0.16165199835349	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0073_000000001773	8663	0.9998422653652796	9	9	3	5	9	True	98112	fragment	False	ISR0293_000000003727	0.9557517445548742		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	8592.0	99.988	100.0	0.09250664915095456	CP041523.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-1	False	True
CHI0063_000000003145	4027	0.9998421578636952	6	4	4	4	3	False	87868	fragment	False	CHI0063_000000003145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	8.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0169_000000003081	6667	0.9998416063915928	9	7	5	5	6	False	103479	backbone	True	ENG0169_000000003081	1.0	PS610	1	1	True	True	0.9998500347137451	26					non-mobilizable	no_good_hit	5089.0	96.954	76.0	0.20325300723334533	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0094_000000001186	13877	0.9998414875698238	13	10	8	10	3	True	123309	fragment	False	ENG0094_000000001186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	76.592	4.0	0.00016399162486962666	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
CHI0172_000000001946	3824	0.9998414022838524	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.9593404557446115	PS773	0	0	True	True	1.0	150					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0147_000000004866	3799	0.9998414022838524	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.9654370182374749	PS773	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0112_000000006827	3797	0.9998414022838524	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.9653625639019113	PS773	0	0	False	True	0.9992098808288574	0					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0065_000000004107	3797	0.9998414022838524	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.965045584688179	PS773	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0067_000000007869	3797	0.9998414022838524	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.965045584688179	PS773	0	0	True	True	0.9997366070747375	9					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0165_000000004710	3797	0.9998414022838524	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.9653625639019113	PS773	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0122_000000004529	3796	0.9998414022838524	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.965015081789406	PS773	0	0	True	True	0.9992097020149231	9					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0160_000000005363	4870	0.9998411380111484	7	4	4	2	2	False	96141	fragment	False	ISR0160_000000005363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0005_000000004440	6529	0.9998409032137492	7	5	5	5	4	True	130299	maximal	True	AST0005_000000004440	1.0		3	2	False	False	0.9998468160629272	0					non-mobilizable	no_good_hit	1012.0	78.557	28.0	0.0020889224380380438	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0244_000000001864	8854	0.9998404039865718	7	5	5	5	5	False	27212	maximal	True	ISR0244_000000001864	1.0		2	1	False	False	0.9971764087677002	0					non-mobilizable	no_good_hit	3942.0	98.73200000000001	44.0	0.03649790593380527	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	False
FIJ0066_000000005582	5335	0.9998403621633052	7	7	5	6	6	False	48504	maximal	True	FIJ0066_000000005582	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	2851.0	97.334	95.0	0.0006026461374532928	CP029180.1	enterobacteria	Escherichia coli strain H9Ecoli chromosome, complete genome	False	False
ISR0141_000000009200	3854	0.9998400568200284	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.8871469890013488	PS773	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	83.0	86.74700000000001	2.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0358_000000004647	3852	0.9998400568200284	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.8870700435691018	PS773	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	83.0	86.74700000000001	2.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0022_000000006580	3831	0.9998400568200284	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.9589074475260826	PS773	0	0	True	True	1.0	140					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0029_000000012088	3822	0.9998400568200284	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.958670414720232	PS773	0	0	True	True	1.0	85					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
AUS0002_000000008770	3819	0.9998400568200284	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.9587532245826814	PS773	0	0	True	True	1.0	117					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0380_000000002020	5804	0.999839787933124	6	6	2	5	3	True	130274	maximal	True	ISR0380_000000002020	1.0	PS1090|PS668|PS971|PS972	1	1	True	True	0.9970709681510925	6					non-mobilizable	no_good_hit	1502.0	97.67	53.0	0.36891293654697493	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
CHI0063_000000000999	11202	0.9998396732046196	13	13	7	7	11	True	114243	maximal	True	CHI0063_000000000999	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	11214.0	99.72399999999999	100.0	0.09962325845891384	MG764547.1	enterobacteria	Escherichia coli strain 14E509 plasmid p14E509-CTXM, complete sequence	False	True
ISR0356_000000000447	20409	0.9998396420063168	26	21	7	9	20	True	132596	backbone	False	ISR0120_000000000296	0.38535628193125376	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20410.0	99.887	100.0	0.6175615957382408	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0131_000000000690	20372	0.9998396420063168	26	21	7	9	20	True	132596	backbone	False	ISR0120_000000000296	0.38534613144263813	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20372.0	99.941	100.0	0.6164487226056423	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0849_000000000618	23541	0.999839409170735	24	17	14	17	14	True	117412	maximal	True	ISR0849_000000000618	0.9946966118435179		1	1	True	True	1.0	13					non-mobilizable	plasmid	18972.0	99.199	98.0	0.8121842623512286	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
CAN0013_000000001683	17393	0.9998389367075444	20	19	6	7	18	True	132544	fragment	False	CHI0126_000000000854	0.9767749951969985		0	0	False	False	1.0	0					non-mobilizable	plasmid	10170.0	97.866	100.0	0.19914930317345197	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
FIJ0068_000000006000	5024	0.9998386975810613	6	6	6	4	4	False	75481	fragment	False	FIJ0068_000000006000	0.9991456642460488		0	0	False	False	1.0	0					non-mobilizable	plasmid	4751.0	99.979	96.0	0.06587706645955842	AP022258.1	enterobacteria	Klebsiella sp. WP8-S18-ESBL-06 plasmid pWP8-S18-ESBL-06_2 DNA, complete genome, strain: WP8-S18-ESBL-06	False	True
FIJ0067_000000003850	8067	0.9998386027720508	12	12	3	4	12	True	63877	maximal	True	FIJ0067_000000003850	1.0		3	1	False	False	1.0	0	rep_cluster_1418				non-mobilizable	plasmid	5042.0	97.184	100.0	0.0381818319696062	CP056583.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00365 plasmid pRHBSTW-00365_3, complete sequence	False	True
CHI0155_000000000862	10172	0.9998382735669252	12	12	3	4	10	True	132544	fragment	False	CHI0126_000000000854	0.24689800468579254		0	0	False	False	0.9999017119407654	0					non-mobilizable	other	10172.0	100.0	100.0	0.27120497026904516	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0346_000000001483	10045	0.9998382735669252	12	12	3	4	10	True	132544	fragment	False	CHI0126_000000000854	0.24286170502590798		0	0	False	False	1.0	0					non-mobilizable	other	9972.0	100.0	99.0	0.2658720635682479	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0065_000000001628	12763	0.9998380417785158	17	7	4	6	5	True	105214	fragment	False	ISR0074_000000001553	0.7302356721084693		0	0	False	False	1.0	0					non-mobilizable	plasmid	12691.0	98.20299999999999	99.0	0.1381805501067957	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0056_000000005592	5593	0.9998376960315584	6	3	3	3	3	True	123259	maximal	True	SPA0056_000000005592	1.0	PS121|PS629|PS654|PS88|PS886	0	0	False	True	0.9980332851409912	0					non-mobilizable	no_good_hit	3523.0	99.97200000000001	63.0	0.020528183995943323	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	True
MAD0046_000000001006	16448	0.999837450340502	13	11	7	11	5	True	130305	maximal	True	MAD0046_000000001006	0.9247934017320367	PS1092	2	1	True	True	1.0	10					non-mobilizable	no_good_hit	1261.0	83.109	22.0	0.002622130868167875	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0038_000000009537	3532	0.9998374406940648	6	6	4	6	6	True	80319	maximal	True	FIJ0038_000000009537	1.0		16	6	False	False	1.0	0					non-mobilizable	plasmid	1874.0	99.89299999999999	100.0	0.023743122987602363	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
CHI0066_000000003417	3921	0.9998369315482671	5	5	5	5	4	False	103704	fragment	False	SPA0069_000000005731	0.9589428975932044		0	0	False	False	0.9974496364593506	0					non-mobilizable	no_good_hit								True	False
MON0022_000000016146	1888	0.999836358648806	2	2	2	2	2	False	96127	fragment	False	MON0022_000000016146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000004186	5119	0.9998354874805891	6	3	2	3	3	False	107996	maximal	True	AUS0004_000000004186	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	98.98299999999999	16.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0086_000000014126	2188	0.9998353643025212	2	2	2	2	2	False	75029	fragment	False	ITA0006_000000010025	0.41247854146370805		0	0	False	False	0.9890310764312744	0					non-mobilizable	no_good_hit	1319.0	88.704	65.0	0.00035213003835376795	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0082_000000005187	5084	0.9998353429711704	5	3	1	3	2	False	96657	fragment	False	FIJ0082_000000005187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0034_000000000692	22657	0.9998351956292114	24	17	14	17	13	True	117414	maximal	False	ISR0087_000000000550	0.9517585979654833	PS789	0	0	False	True	0.9994703531265259	0					non-mobilizable	plasmid	15366.0	96.64200000000001	97.0	0.6575049233667266	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
MAD0046_000000000130	58111	0.9998351874072332	84	22	10	18	11	True	40893	maximal	True	MAD0046_000000000130	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	0.0	0.0003597481762766064	NZ_AFGF01000107.1	firmicutes	Acetonema longum DSM 6540 Contig00112, whole genome shotgun sequence	True	True
USA0132_01_000000000631	27161	0.999834791727082	35	28	11	13	25	True	132596	backbone	False	ISR0120_000000000296	0.5819039542114106	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23680.0	99.84	99.0	0.716581910642935	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0812_000000001294	21793	0.9998343636375024	26	10	5	8	3	True	130778	fragment	False	ISR0812_000000001294	0.97298819121258		0	0	False	False	0.999541163444519	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	True
MON0047_000000001356	16978	0.9998338198038732	17	9	5	9	4	True	130756	maximal	True	MON0047_000000001356	1.0		2	2	False	False	0.9984096884727478	0					non-mobilizable	no_good_hit	95.0	96.84200000000001	1.0	2.61037150585112e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0193_000000002830	8832	0.9998337150539915	8	4	3	4	3	True	36184	fragment	False	ISR0193_000000002830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1585.0	71.609	18.0	0.1862471145668813	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
ISR0040_000000001762	12368	0.999833647211214	16	15	4	4	13	True	132544	fragment	False	CHI0126_000000000854	0.6531179076776076		0	0	False	False	0.9993531703948975	0					non-mobilizable	other	11778.0	99.958	95.0	0.8062020810514786	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0182_000000001445	14419	0.9998333754464032	18	17	5	6	15	True	132571	fragment	False	ENG0182_000000001445	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	12994.0	99.146	92.0	0.29490062464508804	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ENG0211_000000001651	19787	0.9998333746273405	27	13	4	11	6	True	109318	fragment	False	ENG0211_000000001651	1.0		0	0	False	False	0.9994440674781799	0					non-mobilizable	plasmid	19709.0	99.787	99.0	0.21452857329671768	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0099_000000002878	6624	0.9998333606948816	9	9	8	8	8	False	60669	maximal	True	ENG0099_000000002878	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1358.0	90.133	55.0	0.00046773313961730737	CP025392.1	firmicutes	Enterococcus faecium strain 13-022 chromosome	True	False
MON0107_000000029148	2055	0.9998333112912774	3	3	3	2	2	False	8592	fragment	False	MON0107_000000029148	1.0		0	0	False	False	0.9995133876800537	0					non-mobilizable	no_good_hit								True	False
SPA0115_000000001475	16535	0.9998331820274092	17	11	7	11	5	True	69781	maximal	True	SPA0115_000000001475	1.0		1	1	False	False	0.999939501285553	0					non-mobilizable	no_good_hit	932.0	86.48100000000001	6.0	0.0019383694695307974	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0012_000000000472	14068	0.9998331333043258	17	16	4	8	15	True	114242	maximal	True	DEN0012_000000000472	1.0		3	3	False	False	1.0	0					non-mobilizable	plasmid	14068.0	99.964	100.0	0.11461184982401251	CP031765.1	enterobacteria	Escherichia coli strain S17-20 plasmid p1720-2	False	True
SPA0134_000000002141	13386	0.9998331108315776	17	17	4	7	16	True	132544	fragment	False	CHI0126_000000000854	0.7452127066229215		0	0	False	False	1.0	0					non-mobilizable	plasmid	13426.0	92.82	100.0	0.18115452210355548	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0262_000000002786	5454	0.9998327781839024	7	4	3	4	3	True	120327	maximal	True	ISR0262_000000002786	1.0		0	0	False	False	0.9994499683380127	0					non-mobilizable	no_good_hit	980.0	87.449	59.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0116_000000004503	4877	0.9998327781839024	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.714746102290984		0	0	False	False	0.9983596205711365	0					non-mobilizable	no_good_hit	986.0	86.41	44.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0077_000000004220	4877	0.9998327781839024	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.6606962437016471		0	0	False	False	0.999384880065918	0					non-mobilizable	no_good_hit	998.0	88.77799999999999	44.0	0.002082649397683575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0041_01_000000012728	1323	0.9998326125083318	2	2	2	1	1	False	1279	fragment	False	USA0041_01_000000012728	1.0		0	0	False	False	0.9811035394668579	0					non-mobilizable	no_good_hit	586.0	92.662	44.0	0.020702834695827583	CP039395.1	CFB group bacteria	Muribaculum sp. TLL-A4 plasmid pTAA-4-2, complete sequence	True	False
ENG0043_000000001876	13454	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7551448932548124		0	0	False	False	0.9999256730079651	0					non-mobilizable	plasmid	13493.0	92.90700000000001	100.0	0.18206029471407328	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0042_000000001696	13453	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7552751810606702		0	0	False	False	1.0	0					non-mobilizable	plasmid	13494.0	92.81200000000001	100.0	0.18201973773151278	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
AUS0022_000000002372	13421	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7528227797699847		0	0	False	False	1.0	0					non-mobilizable	plasmid	13462.0	92.78	100.0	0.18151953494659998	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0111_000000001994	13416	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7531253515253693		0	0	False	False	1.0	0					non-mobilizable	plasmid	13457.0	92.807	100.0	0.18151953494659998	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0113_000000002267	13416	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7531253515253693		0	0	False	False	1.0	0					non-mobilizable	plasmid	13457.0	92.807	100.0	0.18151953494659998	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0018_000000001610	13396	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7447704667298296		0	0	False	False	1.0	0					non-mobilizable	plasmid	13437.0	92.744	100.0	0.18115452210355548	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
DEN0041_000000002085	13394	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.744983272388323		0	0	False	False	1.0	0					non-mobilizable	plasmid	13434.0	92.772	100.0	0.18115452210355548	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0001_000000002320	13393	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.744946200094716		0	0	False	False	1.0	0					non-mobilizable	plasmid	13434.0	92.765	100.0	0.18115452210355548	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0106_000000001232	13393	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.744804950679265		0	0	False	False	0.9998506903648376	0					non-mobilizable	plasmid	13434.0	92.757	100.0	0.18115452210355548	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
DEN0071_000000002093	13393	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.744996872514565		0	0	False	False	1.0	0					non-mobilizable	plasmid	13434.0	92.772	100.0	0.18115452210355548	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0057_000000001599	13390	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7451837675801328		0	0	False	False	0.9997759461402893	0					non-mobilizable	plasmid	13430.0	92.8	100.0	0.18115452210355548	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0109_000000001402	13390	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7451518209696398		0	0	False	False	1.0	0					non-mobilizable	plasmid	13431.0	92.785	100.0	0.18115452210355548	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0157_000000001548	13389	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7451173392433923		0	0	False	False	1.0	0					non-mobilizable	plasmid	13430.0	92.792	100.0	0.18115452210355548	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0012_000000001504	13389	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7450781816655726		0	0	False	False	1.0	0					non-mobilizable	plasmid	13430.0	92.792	100.0	0.18115452210355548	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0135_000000001114	13379	0.9998325957264422	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.7447229044138176		0	0	False	False	0.9998505115509033	0					non-mobilizable	plasmid	13420.0	92.772	100.0	0.18096525618493983	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0177_000000009693	2780	0.9998323526023688	4	2	2	2	2	False	55533	maximal	True	ENG0177_000000009693	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	77.03699999999999	5.0	0.0005171937765645111	NZ_NPOA01000007.1	firmicutes	Virgibacillus profundi strain P3-H5 NODE_7_length_257157_cov_109.592, whole genome shotgun sequence	True	False
MAD0025_000000000747	11068	0.999832213366338	10	10	7	6	10	True	98103	fragment	False	MAD0025_000000000747	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6124.0	96.963	99.0	0.052237085855265965	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	False	True
ISR0196_000000005186	3479	0.999832203183434	4	2	1	2	1	False	96652	fragment	False	ISR0196_000000005186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	88.991	3.0	0.038227938549481956	HG796370.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00803	True	False
DEN0034_000000000675	7572	0.9998321621002201	13	5	5	5	4	False	100919	maximal	False	AUS0018_000000003284	0.9712041884816754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1938.0	86.429	26.0	0.031101748066191724	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0013_000000002494	8793	0.999832123132234	7	7	5	6	5	False	89392	maximal	True	SPA0013_000000002494	1.0		1	1	False	False	0.9996588230133057	0					non-mobilizable	no_good_hit	3937.0	99.898	45.0	0.035625712785793164	NZ_NFIG01000013.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_13, whole genome shotgun sequence	True	False
ENG0156_000000000137	59427	0.9998320833096032	59	54	11	22	48	True	87877	maximal	True	ENG0156_000000000137	1.0		7	4	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	59427.0	99.99700000000001	100.0	0.22200056783371439	CP061755.1	enterobacteria	Escherichia coli O18ac:H14 strain 873.10 plasmid unnamed1, complete sequence	False	True
ISR0068_000000006201	3240	0.9998316814016344	5	4	3	3	2	False	84352	fragment	False	ISR0068_000000006201	1.0		0	0	False	False	0.9867283701896667	0					non-mobilizable	no_good_hit	2624.0	100.0	81.0	0.8014054384356859	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
ISR0201_000000014652	2065	0.9998311472577956	2	2	2	2	2	False	75029	fragment	False	ITA0006_000000010025	0.4044352374697949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1276.0	88.48	67.0	0.00034060675703777705	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0029_000000001239	18316	0.9998310346360184	19	11	9	9	6	True	120261	maximal	True	ENG0029_000000001239	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	85.556	1.0	3.0237007175003984e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0378_000000005406	4077	0.999831012481878	5	4	3	4	2	True	112624	fragment	False	ISR0378_000000005406	0.9483443948813328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	80.712	21.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0244_000000005522	3892	0.999831012481878	5	4	3	4	2	True	86123	maximal	True	ISR0244_000000005522	1.0		0	0	False	False	0.9994861483573914	0					non-mobilizable	no_good_hit	878.0	75.74	22.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0289_000000000161	23664	0.9998309049543296	30	19	8	14	12	True	90325	fragment	False	ISR0289_000000000161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	98.473	1.0	0.026644804263168682	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	True
AST0007_000000003757	4918	0.9998305075426194	5	5	5	5	4	False	127303	maximal	True	AST0007_000000003757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1784.0	99.49600000000001	72.0	0.0007060240381165768	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ENG0052_000000010805	2767	0.9998304885442666	3	3	3	3	3	False	63993	fragment	False	ISR0194_000000008714	0.9994575045207956		0	0	False	False	0.9985544085502625	0					non-mobilizable	plasmid	2767.0	99.855	100.0	0.0231115273341472	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ISR0194_000000008714	2765	0.9998304885442666	3	3	3	3	3	False	63993	fragment	False	ISR0194_000000008714	0.9994578966389591		0	0	False	False	1.0	0					non-mobilizable	plasmid	2765.0	99.964	100.0	0.0231115273341472	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
MAD0098_000000001267	20136	0.9998295603590616	34	15	6	12	7	True	15372	maximal	True	MAD0098_000000001267	1.0		1	1	False	False	0.9994040727615356	0					non-mobilizable	no_good_hit	90.0	81.111	0.0	2.9247712680986653e-05	CP045749.1	firmicutes	Listeria monocytogenes strain CFSAN008100 chromosome, complete genome	True	True
DEN0087_000000001263	8136	0.99982950609836	12	7	5	6	7	False	100916	fragment	False	CHI0045_000000001911	0.9959799507719262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	88.425	21.0	0.02692054098387019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CHI0185_000000002241	8109	0.99982950609836	12	7	5	6	7	False	100916	fragment	False	CHI0045_000000001911	0.9949762788518998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	88.425	21.0	0.02692054098387019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CHI0045_000000001911	8106	0.99982950609836	12	7	5	6	7	False	100916	fragment	False	CHI0045_000000001911	0.9966716042774161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	88.425	21.0	0.02692054098387019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ITA0003_000000000639	7968	0.99982950609836	12	7	5	6	7	False	100916	fragment	False	CHI0045_000000001911	0.9883214141848408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	22.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0103_000000002029	7889	0.99982950609836	12	7	5	6	7	False	100916	fragment	False	CHI0045_000000001911	0.9804257053577178		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.594	22.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0126_000000006952	5206	0.9998292587845536	6	3	2	3	2	False	70114	fragment	False	SPA0126_000000006952	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	93.63600000000001	3.0	4.7243663388456826e-05	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ISR0308_000000004680	3317	0.9998291510246392	5	2	2	1	1	False	25424	maximal	True	ISR0308_000000004680	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000001486	9011	0.9998288843099704	9	8	1	6	8	False	127614	maximal	True	ISR0310_000000001486	1.0	PS1013|PS676	1	1	False	True	0.9996670484542847	0	rep_cluster_2358,rep_cluster_2370	MOBP		MOBP	mobilizable	no_good_hit	4519.0	99.889	83.0	0.6559233449477352	CP038396.1	enterobacteria	Escherichia coli O157:H7 strain DEC5A plasmid pDEC5A-3, complete sequence	True	True
MAD0022_000000000189	22509	0.9998288648871644	24	23	13	15	23	True	98107	fragment	False	MAD0022_000000000189	1.0		0	0	False	True	1.0	0	IncFIB				non-mobilizable	no_good_hit	6129.0	96.93299999999999	77.0	0.052271233321097156	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	True	True
MON0087_000000008317	5488	0.9998277592842146	5	4	4	4	4	False	9716	maximal	True	MON0087_000000008317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	77.262	23.0	0.01518443414445732	AP023050.1	CFB group bacteria	Alistipes indistinctus 2BBH45 plasmid p2BBH45 DNA, complete sequence	True	False
MAD0006_000000000236	17048	0.9998276628145536	14	14	6	12	14	True	113274	fragment	False	MAD0006_000000000236	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_T		conjugative	plasmid	16973.0	98.586	100.0	0.13703464427037068	CP057076.1	enterobacteria	Escherichia coli strain RHB38-C24 plasmid pRHB38-C24_2, complete sequence	False	True
ISR0220_000000000426	32139	0.9998275897716828	34	33	8	13	29	True	51627	fragment	False	ISR0220_000000000426	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	32139.0	100.0	100.0	0.2876115302350972	MK125035.1	enterobacteria	Escherichia coli O25b:H4-ST131 plasmid pB20 clone ST131-Rx_O25b:fimH30, complete sequence	False	True
ENG0033_000000005383	4869	0.9998273609306874	5	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.5068229425147559		0	0	False	False	0.9993838667869568	0					non-mobilizable	no_good_hit	945.0	91.323	57.0	0.0019739166982061197	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0062_000000003499	4858	0.9998273609306874	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.6941877659206284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	86.429	44.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0129_000000001166	19824	0.999826875507322	29	26	10	14	24	True	123699	fragment	False	SPA0129_000000001166	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	9685.0	99.26700000000001	98.0	0.29223923966341786	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
BAN0018_000000000047	39406	0.9998267919604472	41	39	12	18	38	True	98245	fragment	False	BAN0018_000000000047	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	39344.0	99.19200000000001	99.0	0.45592634679158645	MF156268.1	enterobacteria	Escherichia coli strain 3-S1R plasmid pCERC10, complete sequence	False	True
ENG0009_000000002033	6448	0.9998267824751684	8	6	4	5	3	True	130303	fragment	False	ENG0009_000000002033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	86.41	33.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0006_000000006873	6503	0.9998265243967069	9	9	3	4	6	True	127280	maximal	False	AST0087_000000004237	0.948600560680491	PS5|PS757|PS758|PS759|PS996	0	0	True	True	1.0	96	rep_cluster_1152,rep_cluster_1320,rep_cluster_1351,rep_cluster_1351	MOBQ			mobilizable	other	4440.0	99.932	98.0	0.0018612260779618506	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MAD0093_000000006910	4125	0.9998262223247888	4	3	3	3	1	False	24674	maximal	True	MAD0093_000000006910	1.0		1	1	False	False	0.9927272796630859	0					non-mobilizable	no_good_hit	930.0	100.0	23.0	0.0004289053587315482	AP018447.1	e-proteobacteria	Helicobacter cinaedi P06D0798 DNA, complete genome	True	False
ETH0005_000000006069	7931	0.9998262018450595	10	6	3	5	3	False	52804	maximal	True	ETH0005_000000006069	1.0		1	1	False	False	0.9998739361763	0					non-mobilizable	no_good_hit	606.0	98.68	9.0	0.00942734709777951	CP016707.1	firmicutes	Lactococcus lactis subsp. cremoris strain UC109 plasmid pUC109A, complete sequence	True	False
USA0069_01_000000012169	5058	0.9998259727122842	7	6	6	6	5	False	88032	maximal	True	USA0069_01_000000012169	1.0		0	0	False	False	0.9889284372329712	0					non-mobilizable	no_good_hit	1393.0	99.85600000000001	72.0	0.005321041256240078	CP056201.1	enterobacteria	Citrobacter sp. RHBSTW-00986 plasmid pRHBSTW-00986_2, complete sequence	True	False
ISR0353_000000007669	4492	0.9998258994160776	7	6	5	5	3	False	24040	maximal	True	ISR0353_000000007669	1.0		2	2	False	False	0.9991095066070557	0					non-mobilizable	no_good_hit	757.0	93.131	33.0	0.00011191760966517512	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
CHI0086_000000000652	6546	0.9998254874530532	4	4	4	4	4	False	84080	maximal	True	CHI0086_000000000652	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.012355520127540853	XM_023323193.2	flies	PREDICTED: Drosophila hydei ATP-binding cassette sub-family F member 2 (LOC111604927), mRNA	True	False
MAD0059_000000007747	2484	0.9998251602828196	3	2	2	1	1	False	16938	fragment	False	MAD0059_000000007747	1.0		0	0	False	False	0.9838969111442566	0					non-mobilizable	no_good_hit	840.0	89.881	34.0	0.09469480889903023	NZ_JXLB01000037.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold37, whole genome shotgun sequence	True	False
MAD0081_000000003032	2407	0.9998251602828196	3	2	2	1	1	False	16938	fragment	False	MAD0059_000000007747	0.9845008051529791		0	0	False	False	0.9970918297767639	0					non-mobilizable	no_good_hit	840.0	89.881	35.0	0.09469480889903023	NZ_JXLB01000037.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold37, whole genome shotgun sequence	True	False
USA0080_01_000000002579	13580	0.9998248819440544	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.8163521817645479		0	0	False	False	1.0	0					non-mobilizable	plasmid	8230.0	98.74799999999999	100.0	0.16127957347550817	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0003_000000001664	13556	0.9998248819440544	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.8067356867627692		0	0	False	False	1.0	0					non-mobilizable	plasmid	8221.0	98.796	100.0	0.16110316169120098	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
USA0044_01_000000002148	13555	0.9998248819440544	18	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.8064397572847244		0	0	False	False	1.0	0					non-mobilizable	plasmid	8221.0	98.735	100.0	0.16110316169120098	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0127_000000001547	13435	0.9998248819440544	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.7782284280387757		0	0	False	False	1.0	0					non-mobilizable	plasmid	13464.0	94.229	100.0	0.18176287684196296	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0089_000000003536	9275	0.9998247547434376	6	5	4	5	5	False	5441	maximal	True	SPA0089_000000003536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	71.485	8.0	0.0016661621088275198	NZ_QJVD01000001.1	high GC Gram+	Arthrobacter livingstonensis strain LI2 NODE_1_length_445935_cov_262.334, whole genome shotgun sequence	True	False
ISR0824_000000001900	6642	0.9998245067323552	9	8	4	7	4	False	103090	fragment	False	ISR0824_000000001900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.0024754087681584263	NZ_JPXF01000100.1	high GC Gram+	Cryobacterium roopkundense strain RuG17 contig00100, whole genome shotgun sequence	True	False
ENG0019_000000001577	13162	0.9998237629833095	19	18	5	6	16	True	132544	fragment	False	CHI0126_000000000854	0.675086521857005		0	0	False	False	0.9995441436767578	0					non-mobilizable	plasmid	13192.0	92.7	99.0	0.17789644450452885	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
AST0035_000000001577	9832	0.9998234722557292	17	7	2	5	5	True	116915	maximal	True	AST0035_000000001577	1.0		1	1	False	False	0.9996948838233948	0					non-mobilizable	no_good_hit								True	True
CHI0143_000000000594	26362	0.9998234475218468	30	21	10	10	19	True	132611	maximal	True	CHI0143_000000000594	1.0	PS1169|PS902	1	1	False	True	1.0	0		MOBB	MPF_T		conjugative	no_good_hit	14261.0	97.721	87.0	0.4313173507688582	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0855_000000000075	73635	0.9998231781482484	80	53	30	44	38	True	123944	maximal	True	ISR0855_000000000075	1.0	PS672|PS902|PS911	52	10	True	True	1.0	1	rep_cluster_1702				non-mobilizable	no_good_hit	22903.0	97.791	70.0	0.22845481398690723	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
CHI0101_000000007802	1493	0.9998231296780048	2	2	2	1	1	False	83301	maximal	True	CHI0101_000000007802	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	99.155	24.0	0.0015552646146546347	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	True	False
DEN0085_000000009890	3241	0.9998230986015092	3	3	3	3	1	False	69000	maximal	True	DEN0085_000000009890	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3078.0	99.12299999999999	95.0	0.00125827622291404	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
AUS0016_000000004066	5815	0.9998226603246032	5	3	2	3	2	False	101282	fragment	False	MAD0040_000000003958	0.954994460079871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	93.01100000000001	3.0	0.10087719298245613	NZ_VZBY01000005.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_70_length_1824_cov_77.9746_ID_139, whole genome shotgun sequence	True	False
MAD0084_000000000708	6935	0.9998224497848456	5	4	3	4	3	False	30875	maximal	True	MAD0084_000000000708	0.9537968226206093		9	1	False	False	0.9998558163642883	0					non-mobilizable	no_good_hit	2594.0	97.07	58.0	0.00069170110722861	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0103_000000006627	5833	0.9998221805998444	7	3	2	3	2	False	70115	fragment	False	MON0024_000000006445	0.971459841724196		0	0	False	False	0.999828577041626	0					non-mobilizable	no_good_hit	644.0	93.323	13.0	0.00026480324254247355	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0091_000000001271	19954	0.9998220814019968	22	14	8	13	7	True	132593	backbone	False	ISR0367_000000000184	0.09238954187665155	PS1168|PS703	0	0	False	True	0.9998997449874878	0					non-mobilizable	other	15357.0	99.961	100.0	0.40333044414677066	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0013_000000002066	10130	0.9998218423567902	12	7	4	6	4	False	122540	fragment	False	SPA0013_000000002066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5619.0	94.21600000000001	65.0	0.2427963895157091	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
MAD0065_000000000651	12695	0.999821719431048	11	10	7	6	7	True	16651	maximal	True	MAD0065_000000000651	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1832.0	98.581	45.0	0.015346833405974453	CP057991.1	enterobacteria	Escherichia coli strain RHB06-C11 plasmid pRHB06-C11_2, complete sequence	True	True
ISR0088_000000012424	1951	0.9998216532738802	3	3	2	2	2	False	37187	fragment	False	ISR0088_000000012424	1.0		0	0	False	False	0.9902613759040833	0					non-mobilizable	other	1951.0	99.949	100.0	0.024722975885589676	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	False	False
MAD0030_000000000665	11108	0.9998215725406716	13	3	2	3	1	False	18989	fragment	False	MAD0030_000000000665	1.0		0	0	False	False	0.9994598627090454	0					non-mobilizable	no_good_hit	1302.0	78.187	12.0	0.0003143180707637365	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0033_000000001491	4363	0.9998213580976784	3	3	2	3	2	True	88362	maximal	True	CHI0033_000000001491	1.0	PS448	1	1	False	True	0.9949576258659363	0		MOBV			mobilizable	no_good_hit	1644.0	90.146	66.0	0.5105853051058531	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
ISR0183_000000006813	5170	0.9998213308211557	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.7532073939533693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	87.615	41.0	0.0020366471017508056	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0031_000000006246	4906	0.9998213308211557	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.770914989540624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	86.41	43.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0394_000000003546	4905	0.9998213308211557	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.7708933261630837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	86.41	43.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0187_000000005155	4872	0.9998213308211557	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.769604928544674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	86.41	44.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0127_000000006191	4722	0.9998213308211557	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.7747763421581255		0	0	False	False	0.9995764493942261	0					non-mobilizable	no_good_hit	986.0	86.41	45.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0146_000000002568	8387	0.9998207088361476	12	6	3	5	5	True	125203	fragment	False	SPA0146_000000002568	1.0		0	0	False	True	0.9991653561592102	0					non-mobilizable	no_good_hit	1319.0	88.779	19.0	0.00035213003835376795	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
AST0012_000000000384	24729	0.9998205053873306	31	13	7	12	6	True	125657	maximal	True	AST0012_000000000384	1.0		1	1	True	True	0.9999595880508423	5					non-mobilizable	no_good_hit	785.0	85.096	3.0	0.0016372635325163046	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0051_000000002073	13619	0.9998201676503562	17	17	4	6	16	True	132544	fragment	False	CHI0126_000000000854	0.8073456876918705		0	0	False	False	1.0	0					non-mobilizable	plasmid	13627.0	93.939	100.0	0.18384480194673516	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
USA0084_01_000000000271	43622	0.9998201326650836	55	34	17	29	20	True	103567	fragment	False	USA0084_01_000000000271	0.9998244073748903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	13970.0	84.009	57.0	0.029557897603833524	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0320_000000004918	4026	0.9998200590535196	5	2	2	2	1	False	101593	fragment	False	DEN0065_000000007095	0.7517947301778467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	98.97399999999999	9.0	0.03586614901090775	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	False
ISR0319_000000002174	6021	0.9998199362960074	7	7	0	5	7	False	127612	backbone	False	SPA0066_000000002401	0.4597732166886123	PS1013|PS676	0	0	False	True	0.9996678233146667	0		MOBP			mobilizable	plasmid	6021.0	99.934	100.0	0.9056717316082443	CP032941.1	enterobacteria	Escherichia coli strain CHL5009T plasmid pCHL5009T-6.6k, complete sequence	False	True
SPA0107_000000010091	3103	0.9998198063067152	3	1	1	1	1	False	15096	fragment	False	SPA0107_000000010091	1.0		0	0	False	False	0.9787302613258362	0					non-mobilizable	no_good_hit	126.0	82.54	4.0	0.0026137504182000668	CP017963.1	firmicutes	Virgibacillus halodenitrificans strain PDB-F2 plasmid unnamed1, complete sequence	True	False
FIJ0073_000000001736	10699	0.9998194055237074	11	5	4	5	3	False	73331	maximal	True	FIJ0073_000000001736	1.0	PS135|PS136|PS185	1	1	True	True	1.0	16					non-mobilizable	no_good_hit	1312.0	95.96	13.0	0.0005627167328606398	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	True
ENG0032_000000000540	24390	0.9998186003326816	33	25	9	11	22	True	132596	backbone	False	ISR0120_000000000296	0.46524214432377187	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24398.0	99.803	100.0	0.7381946966945151	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0041_000000006643	4921	0.9998181262452942	8	7	6	7	7	False	73153	maximal	True	DEN0041_000000006643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	75.797	27.0	0.00022600032149950133	NZ_FLKP01000002.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	False
MAD0067_000000000953	8623	0.9998180265193894	8	2	2	2	2	False	36501	backbone	True	MAD0067_000000000953	0.991200486975261	PS119	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1362.0	91.777	17.0	0.0005831601362021953	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	True
MAD0112_000000003302	7326	0.9998180265193894	8	2	2	2	2	False	36501	backbone	False	MAD0067_000000000953	0.6322518183090478	PS119	0	0	True	True	1.0	313					non-mobilizable	no_good_hit	38.0	100.0	1.0	1.586538605844208e-05	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	True
ISR0142_000000000017	12877	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7607049409943801		0	0	False	False	1.0	0					non-mobilizable	plasmid	12878.0	99.65100000000001	100.0	0.292106757524134	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
USA0050_01_000000001063	12821	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7713628045909116		0	0	False	False	1.0	0					non-mobilizable	plasmid	12820.0	99.977	100.0	0.29117546848381604	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
MON0069_000000002248	12782	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7613574763581957		0	0	False	False	1.0	0					non-mobilizable	plasmid	12783.0	99.648	100.0	0.28999432140829073	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0019_000000000815	12780	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7615894786049335		0	0	False	False	1.0	0					non-mobilizable	plasmid	12780.0	99.984	100.0	0.29026689381033505	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0043_000000001482	12780	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7617174648347266		0	0	False	False	1.0	0					non-mobilizable	plasmid	12780.0	100.0	100.0	0.29026689381033505	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0001_000000002157	12780	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7617174648347266		0	0	False	False	1.0	0					non-mobilizable	plasmid	12780.0	100.0	100.0	0.29026689381033505	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
MON0062_000000002697	12768	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.761585524437419		0	0	False	False	1.0	0					non-mobilizable	plasmid	12768.0	99.992	100.0	0.28999432140829073	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0213_000000001488	12765	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7615698976534494		0	0	False	False	1.0	0					non-mobilizable	plasmid	12765.0	99.984	100.0	0.28992617830777967	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0247_000000000741	12765	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7614849204420964		0	0	False	False	0.9996082782745361	0					non-mobilizable	plasmid	12765.0	99.976	100.0	0.28992617830777967	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0352_000000000571	12765	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7614205840165101		0	0	False	False	1.0	0					non-mobilizable	plasmid	12765.0	99.976	100.0	0.28992617830777967	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0205_000000001601	12765	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7615033400822921		0	0	False	False	1.0	0					non-mobilizable	plasmid	12765.0	99.976	100.0	0.28992617830777967	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0145_000000002579	12765	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7616978838832423		0	0	False	False	1.0	0					non-mobilizable	plasmid	12765.0	100.0	100.0	0.28992617830777967	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0154_000000002169	12765	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7616444970096918		0	0	False	False	1.0	0					non-mobilizable	plasmid	12765.0	99.992	100.0	0.28992617830777967	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0256_000000001153	12759	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.761279391673806		0	0	False	False	1.0	0					non-mobilizable	plasmid	12760.0	99.655	100.0	0.2894718909710392	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0818_000000001066	12751	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7612946860387134		0	0	False	False	1.0	0					non-mobilizable	plasmid	12751.0	99.976	100.0	0.28960817717206133	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0813_000000001984	12751	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7615719859054454		0	0	False	False	1.0	0					non-mobilizable	plasmid	12751.0	100.0	100.0	0.28960817717206133	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0085_000000001290	12743	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7556089473580209		0	0	False	False	1.0	0					non-mobilizable	plasmid	12744.0	99.663	100.0	0.2891084611016468	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0356_000000000894	12743	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7556405875556769		0	0	False	False	1.0	0					non-mobilizable	plasmid	12744.0	99.67	100.0	0.28908574673480975	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ENG0049_000000001456	12742	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7557248106408601		0	0	False	False	1.0	0					non-mobilizable	plasmid	12743.0	99.678	100.0	0.28908574673480975	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
USA0012_01_000000000656	12736	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7599156317102088		0	0	False	False	1.0	0					non-mobilizable	plasmid	12736.0	99.992	100.0	0.28926746166950595	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
USA0053_01_000000001530	12733	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7557973650889946		0	0	False	False	1.0	0					non-mobilizable	plasmid	12733.0	100.0	100.0	0.2891993185689949	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
CHI0176_000000000980	12711	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7556847871882773		0	0	False	False	1.0	0					non-mobilizable	plasmid	12711.0	99.992	100.0	0.28869960249858034	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
AST0040_000000001273	12672	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7526237125071877		0	0	False	False	1.0	0					non-mobilizable	other	12671.0	99.676	100.0	0.33738634242593923	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0254_000000000312	12664	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7299706412866023		0	0	False	False	1.0	0					non-mobilizable	plasmid	12665.0	99.66799999999999	100.0	0.2872685973878478	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ENG0188_000000001761	12664	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7299706412866023		0	0	False	False	1.0	0					non-mobilizable	plasmid	12665.0	99.66799999999999	100.0	0.2872685973878478	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
AST0061_000000002081	12662	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7299892589014071		0	0	False	False	1.0	0					non-mobilizable	plasmid	12663.0	99.676	100.0	0.2872685973878478	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0336_000000000533	12662	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7298650624661116		0	0	False	False	1.0	0					non-mobilizable	plasmid	12663.0	99.66	100.0	0.2872685973878478	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
CHI0159_000000000905	12662	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7299892589014071		0	0	False	False	1.0	0					non-mobilizable	plasmid	12663.0	99.676	100.0	0.2872685973878478	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0290_000000000544	12662	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7298650624661116		0	0	False	False	0.9999210238456726	0					non-mobilizable	plasmid	12663.0	99.66	100.0	0.2872685973878478	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
CHI0040_000000001039	12641	0.9998178632570632	17	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7522863544658148		0	0	False	False	1.0	0					non-mobilizable	other	12642.0	99.652	100.0	0.33666640002133164	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0084_000000001389	12634	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7298424235002124		0	0	False	False	1.0	0					non-mobilizable	plasmid	12634.0	99.984	100.0	0.2869505962521295	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0266_000000000859	12629	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7284487797367728		0	0	False	False	0.9999208450317383	0					non-mobilizable	plasmid	12630.0	99.667	100.0	0.286473594548552	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0338_000000001123	12574	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.709818313836586		0	0	False	False	1.0	0					non-mobilizable	other	12578.0	99.634	100.0	0.8599397590361446	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0803_000000000650	12541	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7492512364613938		0	0	False	False	1.0	0					non-mobilizable	other	12541.0	99.984	100.0	0.3343732501399888	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0149_000000001129	12440	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6164547327592069		0	0	False	False	0.999919593334198	0					non-mobilizable	other	12440.0	99.984	100.0	0.8515197152245345	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0156_000000001977	12408	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7334284333600241		0	0	False	False	1.0	0					non-mobilizable	other	12408.0	99.984	100.0	0.3308268671839586	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0203_000000000879	12404	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7306087653956659		0	0	False	False	1.0	0					non-mobilizable	other	12404.0	99.984	100.0	0.33072020904994265	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AUS0014_000000002470	12392	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7245609015452787		0	0	False	False	1.0	0					non-mobilizable	other	12394.0	99.427	100.0	0.3304002346478948	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0203_000000001523	12389	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7318830421960553		0	0	False	False	1.0	0					non-mobilizable	other	12389.0	99.984	100.0	0.3303202410473829	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0070_000000001419	12386	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7319711999799337		0	0	False	False	1.0	0					non-mobilizable	other	12386.0	100.0	100.0	0.3302402474468709	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0349_000000000561	12385	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7318349120759895		0	0	False	False	0.9995962977409363	0					non-mobilizable	other	12385.0	99.984	100.0	0.33021358291336694	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0015_000000003234	12385	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7319589803561556		0	0	False	False	1.0	0					non-mobilizable	other	12385.0	100.0	100.0	0.33021358291336694	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0121_01_000000003257	12385	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7319189797794899		0	0	False	False	1.0	0					non-mobilizable	other	12385.0	99.992	100.0	0.33021358291336694	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0016_000000002790	12385	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7319589803561556		0	0	False	False	1.0	0					non-mobilizable	other	12385.0	100.0	100.0	0.33021358291336694	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ITA0006_000000001898	12385	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7318349120759895		0	0	False	False	1.0	0					non-mobilizable	other	12385.0	99.984	100.0	0.33021358291336694	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0114_000000001682	12385	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7318716366752058		0	0	False	False	1.0	0					non-mobilizable	other	12385.0	99.992	100.0	0.33021358291336694	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0136_000000001040	12369	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.714011383902075		0	0	False	False	1.0	0					non-mobilizable	other	12369.0	99.749	100.0	0.32978695037730316	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0786_000000001393	12360	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7145939726243128		0	0	False	False	1.0	0					non-mobilizable	other	12329.0	99.56200000000001	100.0	0.3287203690371437	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0316_000000001153	12359	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7134255065115429		0	0	False	False	1.0	0					non-mobilizable	other	12359.0	99.919	100.0	0.32944031144175134	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0193_000000001856	12359	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7232646012608239		0	0	False	False	1.0	0					non-mobilizable	other	12359.0	99.984	100.0	0.32952030504226326	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0272_000000000893	12357	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7232455973389008		0	0	False	False	1.0	0					non-mobilizable	other	12357.0	99.984	100.0	0.3294669759752553	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0144_000000000923	12357	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7233683200268678		0	0	False	False	1.0	0					non-mobilizable	other	12357.0	100.0	100.0	0.3294669759752553	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0081_01_000000002374	12355	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7233428739516798		0	0	False	False	1.0	0					non-mobilizable	other	12355.0	100.0	100.0	0.3294136469082473	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0382_000000000798	12354	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7232087694717636		0	0	False	False	1.0	0					non-mobilizable	other	12354.0	99.984	100.0	0.32938698237474334	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0047_01_000000002227	12353	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7233224306176173		0	0	False	False	1.0	0					non-mobilizable	other	12353.0	100.0	100.0	0.32936031784123937	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0016_01_000000001731	12353	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7233224306176173		0	0	False	False	1.0	0					non-mobilizable	other	12353.0	100.0	100.0	0.32936031784123937	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0132_000000001790	12353	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7233224306176173		0	0	False	False	1.0	0					non-mobilizable	other	12353.0	100.0	100.0	0.32936031784123937	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0089_000000001630	12343	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7200796274447456		0	0	False	False	1.0	0					non-mobilizable	other	12343.0	99.895	100.0	0.32909367250619953	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0056_000000001176	12343	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7200796274447456		0	0	False	False	1.0	0					non-mobilizable	other	12343.0	99.895	100.0	0.32909367250619953	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0116_000000001332	12343	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7200300758069165		0	0	False	False	1.0	0					non-mobilizable	other	12343.0	99.887	100.0	0.32909367250619953	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0848_000000000826	12337	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7230838659803248		0	0	False	False	1.0	0					non-mobilizable	other	12337.0	100.0	100.0	0.3289336853051756	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0796_000000001003	12337	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7230838659803248		0	0	False	False	1.0	0					non-mobilizable	other	12337.0	100.0	100.0	0.3289336853051756	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0030_000000001106	12337	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7230400373490411		0	0	False	False	1.0	0					non-mobilizable	other	12337.0	99.992	100.0	0.8444687842278203	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
MON0054_000000001683	12333	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7094759202834382		0	0	False	False	0.9996756911277771	0					non-mobilizable	other	12333.0	99.992	100.0	0.8441949616648412	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0155_000000002241	12317	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.706496717749261		0	0	False	False	1.0	0					non-mobilizable	plasmid	12282.0	99.715	100.0	0.317921768619431	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0011_000000000385	12312	0.9998178632570632	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7185577794898304		0	0	False	False	1.0	0					non-mobilizable	other	12313.0	99.984	100.0	0.3282937365010799	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0045_000000000788	12307	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7122526611912954		0	0	False	False	1.0	0					non-mobilizable	other	12309.0	99.431	100.0	0.328133749300056	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0101_000000001648	12306	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7124402024717889		0	0	False	False	1.0	0					non-mobilizable	other	12305.0	100.0	100.0	0.328080420233048	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0138_000000002098	12305	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7124399567029469		0	0	False	False	1.0	0					non-mobilizable	other	12305.0	100.0	100.0	0.328080420233048	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0123_000000000937	12305	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7124335092099477		0	0	False	False	1.0	0					non-mobilizable	other	12305.0	99.992	100.0	0.328080420233048	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0351_000000000713	12300	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7123480874466263		0	0	False	False	1.0	0					non-mobilizable	other	12300.0	99.984	100.0	0.3279470975655281	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0042_000000001403	12291	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7103300179924121		0	0	False	False	0.9999186396598816	0					non-mobilizable	other	12291.0	99.984	100.0	0.3277071167639922	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0016_000000001314	12288	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7102320333488923		0	0	False	False	0.9999186396598816	0					non-mobilizable	other	12288.0	99.976	100.0	0.32762712316348025	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0032_000000002209	12280	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7101842566394281		0	0	False	False	1.0	0					non-mobilizable	other	12280.0	99.943	100.0	0.32741380689544836	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0238_000000000781	12279	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7101073886208985		0	0	False	False	1.0	0					non-mobilizable	other	12279.0	99.976	100.0	0.3273871423619444	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0120_000000001564	12278	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.710273875426829		0	0	False	False	1.0	0					non-mobilizable	other	12278.0	100.0	100.0	0.3273604778284404	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0295_000000001922	12277	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7101473414541508		0	0	False	False	1.0	0					non-mobilizable	other	12277.0	99.984	100.0	0.3273338132949364	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0031_000000001589	12277	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7102682593173064		0	0	False	False	1.0	0					non-mobilizable	other	12277.0	100.0	100.0	0.3273338132949364	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0385_000000001274	12277	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7102682593173064		0	0	False	False	1.0	0					non-mobilizable	other	12277.0	100.0	100.0	0.3273338132949364	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0253_000000000791	12277	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7101473414541508		0	0	False	False	1.0	0					non-mobilizable	other	12277.0	99.984	100.0	0.3273338132949364	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0062_000000001934	12277	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7100704942534461		0	0	False	False	1.0	0					non-mobilizable	other	12277.0	99.976	100.0	0.3273338132949364	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0076_000000001043	12277	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7102682593173064		0	0	False	False	1.0	0					non-mobilizable	other	12277.0	100.0	100.0	0.3273338132949364	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0159_000000001665	12277	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7102682593173064		0	0	False	False	1.0	0					non-mobilizable	other	12277.0	100.0	100.0	0.3273338132949364	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0397_000000001815	12277	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7102682593173064		0	0	False	False	1.0	0					non-mobilizable	other	12277.0	100.0	100.0	0.3273338132949364	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0214_000000001888	12277	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7102682593173064		0	0	False	False	1.0	0					non-mobilizable	other	12277.0	100.0	100.0	0.3273338132949364	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0112_000000001732	12273	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7108189121219866		0	0	False	False	1.0	0					non-mobilizable	other	12273.0	100.0	100.0	0.32722715516092044	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0046_000000000848	12273	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7088383054879318		0	0	False	False	1.0	0					non-mobilizable	other	12273.0	99.992	100.0	0.32722715516092044	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0067_000000001756	12273	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7108189121219866		0	0	False	False	0.999918520450592	0					non-mobilizable	other	12273.0	100.0	100.0	0.32722715516092044	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0078_000000001202	12273	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7107425997831025		0	0	False	False	1.0	0					non-mobilizable	other	12273.0	99.984	100.0	0.32722715516092044	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0029_000000002273	12273	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7108189121219866		0	0	False	False	1.0	0					non-mobilizable	other	12273.0	100.0	100.0	0.32722715516092044	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0101_01_000000001794	12273	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7108189121219866		0	0	False	False	1.0	0					non-mobilizable	other	12273.0	100.0	100.0	0.32722715516092044	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0806_000000000627	12270	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.710480341652123		0	0	False	False	1.0	0					non-mobilizable	other	12270.0	99.959	100.0	0.8398822562979189	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0065_000000001773	12263	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7105831714317369		0	0	False	False	1.0	0					non-mobilizable	other	12263.0	99.927	100.0	0.3269605098258806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0134_000000000831	12262	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.61270500814894		0	0	False	False	0.9999184608459473	0					non-mobilizable	other	12018.0	99.992	100.0	0.82263143483023	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
USA0063_01_000000001733	12260	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7082700359156603		0	0	False	False	1.0	0					non-mobilizable	other	12260.0	99.88600000000001	100.0	0.3268805162253686	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0825_000000001493	12254	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7104477579804025		0	0	False	False	1.0	0					non-mobilizable	other	12254.0	99.984	100.0	0.32669386449084076	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0773_000000000604	12253	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7105468450797464		0	0	False	False	1.0	0					non-mobilizable	other	12253.0	100.0	100.0	0.32669386449084076	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0157_000000002047	12253	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7097709552440729		0	0	False	False	1.0	0					non-mobilizable	other	12253.0	99.706	100.0	0.32669386449084076	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0106_000000002797	12250	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7101712404341614		0	0	False	False	1.0	0					non-mobilizable	other	12250.0	99.88600000000001	100.0	0.3265872063568248	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0051_000000003242	12248	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7047777893303172		0	0	False	False	1.0	0					non-mobilizable	other	12248.0	99.95100000000001	100.0	0.8383762322015335	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
SPA0044_000000001778	12243	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7090019535031787		0	0	False	False	0.9997549653053284	0					non-mobilizable	other	12243.0	99.959	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0394_000000001116	12240	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7035189737949245		0	0	False	False	1.0	0					non-mobilizable	other	12240.0	100.0	100.0	0.8378285870755751	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
AST0047_000000001432	12236	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7067044517534387		0	0	False	False	1.0	0					non-mobilizable	other	12236.0	99.91	100.0	0.32624056742127294	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0047_000000000979	12236	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7068713944367101		0	0	False	False	1.0	0					non-mobilizable	other	12236.0	99.943	100.0	0.32624056742127294	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0136_000000002551	12236	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7067853219699972		0	0	False	False	1.0	0					non-mobilizable	other	12236.0	99.926	100.0	0.32624056742127294	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0145_000000002441	12236	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7067154072024484		0	0	False	False	1.0	0					non-mobilizable	other	12236.0	99.91	100.0	0.32624056742127294	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0128_000000002211	12236	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7068849170257634		0	0	False	False	1.0	0					non-mobilizable	other	12236.0	99.943	100.0	0.32624056742127294	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0016_000000001708	12226	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7044246232929754		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	99.665	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0362_000000001877	12226	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7043638196877174		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	99.656	100.0	0.3259739220862331	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0125_000000001230	12225	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6995861692105426		0	0	False	False	1.0	0					non-mobilizable	other	12225.0	100.0	100.0	0.836801752464403	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0024_000000001442	12223	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7053689920052582		0	0	False	False	0.9999181628227234	0					non-mobilizable	other	12223.0	99.95100000000001	100.0	0.32589392848572113	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0112_000000002564	12221	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7025384450650382		0	0	False	False	1.0	0					non-mobilizable	other	12221.0	99.943	100.0	0.3258405994187132	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0117_000000002725	12216	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7023494294179987		0	0	False	False	0.9999181628227234	0					non-mobilizable	other	12216.0	99.935	100.0	0.32570727675119326	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0785_000000001895	12206	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.702112650043419		0	0	False	False	0.9999180436134338	0					non-mobilizable	other	12206.0	99.984	100.0	0.32544063141615337	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0022_000000002162	12205	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7012506226873353		0	0	False	False	1.0	0					non-mobilizable	other	12205.0	99.738	100.0	0.3254139668826494	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0162_000000002325	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.701800141193307		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	99.984	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0791_000000000877	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0208_000000001898	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0227_000000001922	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0824_000000000641	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7018711195116695		0	0	False	False	0.9999179840087891	0					non-mobilizable	other	12193.0	99.992	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0090_01_000000000800	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	0.9997539520263672	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0108_000000002138	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0034_000000001487	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.701800141193307		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	99.984	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0082_000000000716	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0353_000000002079	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0204_000000000735	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.701800141193307		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	99.984	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0105_000000000858	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.701800141193307		0	0	False	False	0.9999179840087891	0					non-mobilizable	other	12193.0	99.984	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0140_000000001975	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0851_000000001094	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0837_000000000575	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.701800141193307		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	99.984	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0327_000000001227	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0019_000000003630	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7017522930698835		0	0	False	False	0.9999179840087891	0					non-mobilizable	other	12193.0	99.96700000000001	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0239_000000000888	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0021_000000001748	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0265_000000001174	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.70191992221658		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	100.0	100.0	0.32509399248060156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0049_000000001803	12193	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6987472271274147		0	0	False	False	1.0	0					non-mobilizable	other	12193.0	99.975	100.0	0.8346111719605696	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
DEN0017_000000002209	12189	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6911603959307269		0	0	False	False	1.0	0					non-mobilizable	other	12189.0	100.0	100.0	0.8343373493975904	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0186_000000001438	12045	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6113054924040208		0	0	False	False	0.9994188547134399	0					non-mobilizable	other	12028.0	99.95	100.0	0.823315991237678	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0050_000000001618	12045	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6111830270058152		0	0	False	False	0.9995018839836121	0					non-mobilizable	other	12028.0	99.925	100.0	0.823315991237678	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
USA0005_01_000000002636	12045	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6112336503261616		0	0	False	False	0.9991697669029236	0					non-mobilizable	other	12028.0	99.94200000000001	100.0	0.823315991237678	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
USA0145_01_000000001869	12002	0.9998178632570632	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6105119118124006		0	0	False	False	0.9995834231376648	0					non-mobilizable	other	11985.0	100.0	100.0	0.8203723986856517	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
AST0084_000000003477	7483	0.999817745348864	10	5	4	5	4	True	111604	maximal	False	ENG0099_000000002488	0.9411688479979267		0	0	True	True	1.0	14					non-mobilizable	plasmid	3885.0	95.47	93.0	0.5047893977168351	LN852829.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0139	False	True
ISR0352_000000000312	23878	0.9998172756597083	32	24	9	11	22	True	132596	backbone	False	ISR0120_000000000296	0.46527605382664006	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23897.0	99.837	100.0	0.7231505024821407	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0101_000000005571	4675	0.9998164032126722	3	3	2	2	3	False	25835	fragment	False	MAD0101_000000005571	1.0		0	0	False	False	0.9978609681129456	0					non-mobilizable	plasmid	4473.0	99.21799999999999	98.0	0.04466073860450212	CP057917.1	enterobacteria	Escherichia coli strain RHB10-C05 plasmid pRHB10-C05_2, complete sequence	False	True
ENG0201_000000000244	32859	0.9998162416135212	35	31	7	12	30	True	113169	maximal	True	ENG0201_000000000244	1.0		1	1	False	False	1.0	0	IncHI1B				non-mobilizable	other	32429.0	99.25399999999999	99.0	0.3567977991746905	LM996988.1	enterobacteria	Escherichia coli genome assembly FHI87, scaffold scaffold-11_contig-13.0_1_90875_[organism:Escherichia	False	True
ISR0137_000000002845	9868	0.9998158619850096	16	11	6	6	9	True	132223	maximal	True	ISR0137_000000002845	0.962582796256768	PS1143|PS1144|PS1145|PS594|PS595|PS607|PS778|PS779|PS780|PS819|PS904	7	4	True	True	1.0	283		MOBP			mobilizable	no_good_hit	4493.0	99.176	69.0	0.9010060362173038	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ISR0041_000000001308	8235	0.999815108470782	10	8	8	8	8	True	89280	maximal	True	ISR0041_000000001308	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6269.0	94.337	76.0	0.041343686297276076	NZ_CP017185.1	enterobacteria	Enterobacter roggenkampii strain DSM 16690 plasmid pDSMZ16690, complete sequence	True	True
CHI0037_000000000350	17286	0.9998150465880192	25	9	5	8	4	True	88028	maximal	True	CHI0037_000000000350	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	78.256	5.0	0.07304526748971193	MK232143.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_2-proph_c1 sequence	True	True
MAD0051_000000011175	2582	0.9998146255539848	3	2	2	2	1	False	17339	fragment	False	MAD0051_000000011175	1.0		0	0	False	False	0.999225378036499	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.601091747229528e-07	CP023118.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-06	True	False
DEN0034_000000002134	3139	0.9998142776071708	4	3	3	2	3	False	73555	fragment	False	DEN0034_000000002134	1.0		0	0	False	False	0.9990442991256714	0					non-mobilizable	no_good_hit	201.0	77.612	6.0	0.00047460619550927617	NZ_QRCT01000049.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.49, whole genome shotgun sequence	True	False
ENG0058_000000000922	20548	0.9998141964227824	24	16	6	15	6	True	93026	fragment	False	ENG0058_000000000922	0.9948338525441329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5816.0	74.003	68.0	0.06217035002833355	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ISR0383_000000002514	4484	0.9998138197039288	10	4	1	3	3	False	122528	fragment	False	ISR0383_000000002514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2703.0	97.81700000000001	76.0	0.06042566524181456	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
DEN0018_000000005193	6237	0.9998137847187571	7	5	4	4	4	False	119566	fragment	False	AUS0004_000000002812	0.1382227523504976		0	0	False	False	0.9985569715499878	0					non-mobilizable	no_good_hit	326.0	73.006	5.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
MAD0023_000000000430	10264	0.999813711656426	18	17	4	7	16	True	86066	fragment	False	MAD0023_000000000430	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6963.0	99.971	92.0	0.2145586785009862	CP047612.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 plasmid pNMBU_W06E18_Str1_3, complete sequence	False	True
ENG0024_000000005512	4896	0.9998137008919982	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.7705477417236645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	86.41	44.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0198_000000003895	9132	0.9998134680618403	11	8	2	3	8	True	115865	maximal	True	ISR0198_000000003895	1.0	PS437	1	1	True	True	1.0	674	rep_cluster_1320,rep_cluster_1351				non-mobilizable	no_good_hit	1933.0	99.741	62.0	0.0008100673085429816	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0056_000000000463	20441	0.9998134275477744	25	14	9	12	9	True	127221	maximal	True	ISR0056_000000000463	1.0		1	1	True	True	1.0	34					non-mobilizable	no_good_hit	6019.0	94.916	86.0	0.2390600647404388	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ITA0001_000000000022	12554	0.9998131087006794	16	15	4	6	14	True	132544	fragment	False	CHI0126_000000000854	0.7273049605920477		0	0	False	False	1.0	0					non-mobilizable	plasmid	12554.0	99.45	100.0	0.3247560123223485	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0066_000000001200	12254	0.9998131087006794	15	15	4	6	14	True	132544	fragment	False	CHI0126_000000000854	0.712324733419047		0	0	False	False	1.0	0					non-mobilizable	plasmid	12254.0	99.984	100.0	0.3351477024070022	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
ENG0102_000000001602	12254	0.9998131087006794	15	15	4	6	14	True	132544	fragment	False	CHI0126_000000000854	0.7123767651179689		0	0	False	False	0.9999184012413025	0					non-mobilizable	plasmid	12254.0	99.992	100.0	0.3351477024070022	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
ENG0024_000000001873	12251	0.9998131087006794	15	15	4	6	14	True	132544	fragment	False	CHI0126_000000000854	0.7122962825151469		0	0	False	False	1.0	0					non-mobilizable	plasmid	12251.0	99.992	100.0	0.3350656455142232	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
ENG0033_000000001989	12238	0.9998131087006794	15	15	4	6	14	True	132544	fragment	False	CHI0126_000000000854	0.7104646167809296		0	0	False	False	1.0	0					non-mobilizable	plasmid	12241.0	99.95100000000001	100.0	0.3347921225382932	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
ISR0164_000000008873	2876	0.9998128840268424	3	3	1	3	1	True	130986	backbone	False	SPA0127_000000010391	0.8488712893325456	PS1132	0	0	True	True	1.0	56	rep_cluster_1867				non-mobilizable	plasmid	2707.0	98.412	100.0	0.9740727403673028	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
MON0061_000000015344	2864	0.9998128840268424	4	3	1	3	1	True	130986	backbone	False	SPA0127_000000010391	0.8253433373604766	PS1132	0	0	True	True	0.9993016719818115	8	rep_cluster_1867				non-mobilizable	plasmid	1507.0	98.87200000000001	100.0	0.5394831299353913	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0012_000000001533	13747	0.9998126430870924	20	7	6	5	4	True	99056	fragment	False	ISR0012_000000001533	1.0		0	0	False	False	0.999927282333374	0					non-mobilizable	no_good_hit	60.0	85.0	0.0	0.032759578012215435	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
SPA0067_000000001203	15929	0.9998125301777778	16	14	5	11	14	True	103543	fragment	False	SPA0067_000000001203	1.0		0	0	False	False	1.0	0	IncFIC,rep_cluster_2244	MOBF	MPF_Unknown		conjugative	plasmid	15960.0	98.051	100.0	0.11837765562323578	CP056987.1	enterobacteria	Escherichia coli strain RHB41-C11 plasmid pRHB41-C11_3, complete sequence	False	True
ISR0215_000000000989	21376	0.9998124829619176	24	18	9	9	16	True	132596	backbone	False	ISR0120_000000000296	0.41999948290307004	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21376.0	99.93	100.0	0.6900180785123967	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0008_000000008935	3210	0.9998124664371468	4	2	2	2	2	True	103691	maximal	True	FIJ0008_000000008935	0.9844585561497327		2	2	False	False	0.9987539052963257	0					non-mobilizable	no_good_hit								True	True
ISR0358_000000000183	29509	0.9998117633187956	41	14	8	12	7	True	23867	fragment	False	ISR0358_000000000183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	92.885	2.0	0.01200580082257566	NZ_SMUS01000036.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00036, whole genome shotgun sequence	True	True
ISR0270_000000000765	6712	0.9998115548019548	9	5	5	5	5	False	100911	fragment	False	ISR0236_000000001024	0.9698760449697319		0	0	False	False	0.9998509883880615	0					non-mobilizable	no_good_hit	1942.0	86.818	29.0	0.031101748066191724	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
FIJ0161_000000000857	15216	0.9998110431112464	21	14	9	13	8	True	79337	fragment	False	FIJ0161_000000000857	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0050_000000000304	44193	0.9998107985552755	37	21	12	14	16	True	80732	fragment	False	SPA0050_000000000304	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	11611.0	96.986	91.0	0.004732541672988036	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	True
SPA0076_000000001285	7265	0.9998103691484936	8	8	2	2	8	True	132544	fragment	False	CHI0126_000000000854	0.13323848033710983		0	0	False	False	1.0	0					non-mobilizable	other	7206.0	99.639	99.0	0.15446126141576985	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0855_000000001297	7115	0.9998103691484936	8	8	2	2	8	True	132544	fragment	False	CHI0126_000000000854	0.1325777836007348		0	0	False	False	1.0	0					non-mobilizable	other	7115.0	99.382	100.0	0.15248895939630408	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ENG0108_000000001421	17017	0.9998098035743712	24	12	7	10	7	True	59957	maximal	True	ENG0108_000000001421	1.0		1	1	True	True	0.9991185069084167	2					non-mobilizable	no_good_hit	1483.0	84.491	9.0	0.11928974979822438	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0180_000000003893	5266	0.9998095337533269	7	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.8021221780418125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	85.90299999999999	36.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0051_000000007838	5262	0.9998095337533269	7	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.8019273581251409		0	0	False	False	0.999809980392456	0					non-mobilizable	no_good_hit	986.0	85.90299999999999	36.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0033_000000003195	7839	0.999809234794966	8	6	5	4	5	False	37191	fragment	False	ISR0033_000000003195	1.0		0	0	False	False	0.9998724460601807	0					non-mobilizable	other	7764.0	99.98700000000001	99.0	0.0984228009229911	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	False	False
ISR0030_000000000095	56257	0.999808009043331	99	27	12	20	16	True	51552	maximal	True	ISR0030_000000000095	1.0		1	1	True	True	0.9993778467178345	13					non-mobilizable	no_good_hit	5213.0	92.461	48.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0137_000000011224	1502	0.9998078803215192	3	1	1	1	1	False	80490	fragment	False	CHI0137_000000011224	1.0		0	0	False	False	0.9760319590568542	0					non-mobilizable	no_good_hit	93.0	97.84899999999999	12.0	2.4541651317019714e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0042_000000001511	15647	0.9998078769897378	19	8	5	6	6	True	119602	maximal	False	ISR0145_000000002040	0.9965952291119958		0	0	True	True	0.9999361038208008	11					non-mobilizable	no_good_hit	755.0	86.755	9.0	0.14105461393596988	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ENG0055_000000001499	12434	0.9998078743097096	13	13	11	12	11	True	84851	maximal	True	ENG0055_000000001499	1.0		1	1	False	False	0.999919593334198	0	rep_cluster_1304				non-mobilizable	chromosome	8807.0	99.773	93.0	0.001789165006890703	CP058191.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00012 chromosome, complete genome	False	True
ENG0164_000000000141	62971	0.9998068624454518	66	34	17	26	25	True	110964	maximal	True	ENG0164_000000000141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12957.0	97.22200000000001	76.0	0.06960764251634374	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ENG0113_000000001893	12563	0.9998058484837032	13	8	5	8	5	False	122562	maximal	True	ENG0113_000000001893	1.0		0	0	False	False	0.9996020197868347	0					non-mobilizable	no_good_hit	5128.0	96.431	55.0	0.22244402013539316	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
DEN0012_000000001360	4682	0.9998056424294041	4	4	4	4	4	False	75481	fragment	False	FIJ0068_000000006000	0.9651671974522293		0	0	False	False	0.9997864365577698	0					non-mobilizable	plasmid	4682.0	99.979	100.0	0.01840970944043293	CP048383.1	enterobacteria	Citrobacter freundii strain 62 plasmid p6_A, complete sequence	False	True
MAD0037_000000000416	21385	0.999805310410652	34	31	13	18	28	True	63806	fragment	False	MAD0037_000000000416	1.0		0	0	False	False	1.0	0		MOBC	MPF_T		conjugative	other	11760.0	98.52	99.0	0.18497009757632987	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
ENG0175_000000003728	6752	0.9998051788383844	7	6	5	3	3	False	119566	fragment	False	AUS0004_000000002812	0.6667725734640625		0	0	False	False	0.9980746507644653	0					non-mobilizable	no_good_hit	326.0	72.699	5.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
USA0003_01_000000000546	38040	0.9998049193551805	41	19	7	17	8	True	88852	maximal	False	ISR0190_000000000474	0.9893460040707185		0	0	False	False	0.9999474287033081	0					non-mobilizable	no_good_hit	7793.0	75.452	46.0	0.0660356366499495	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	True	True
ITA0006_000000002975	8577	0.9998048796557724	13	10	4	5	8	True	132232	maximal	True	ITA0006_000000002975	1.0	PS1143|PS591|PS778	3	3	True	True	1.0	1727					non-mobilizable	no_good_hit	3150.0	99.93700000000001	68.0	0.2909813343189799	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	True	True
USA0135_01_000000000618	17907	0.9998042310838404	18	9	8	9	5	True	48	maximal	True	USA0135_01_000000000618	1.0		2	2	False	False	0.9994974136352539	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0002946741524240826	NZ_CZBD01000013.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
FIJ0127_000000003664	4990	0.9998038237084232	4	4	4	4	4	False	51794	maximal	True	FIJ0127_000000003664	0.9986870058052373		16	1	False	False	0.9991983771324158	0					non-mobilizable	other	4990.0	99.679	100.0	0.30712878601329724	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
FIJ0075_000000003526	4989	0.9998038237084232	4	4	4	4	4	False	51794	maximal	False	FIJ0127_000000003664	0.9986051144641024		0	0	False	False	0.9989978075027466	0					non-mobilizable	other	4989.0	99.679	100.0	0.30706722482147253	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
ENG0204_000000002303	8239	0.999803712385485	11	11	7	7	10	False	79493	maximal	True	ENG0204_000000002303	1.0		0	0	False	False	0.999393105506897	0					non-mobilizable	plasmid	5226.0	100.0	100.0	0.02528980421577406	CP056257.1	enterobacteria	Citrobacter freundii strain RHBSTW-00902 plasmid pRHBSTW-00902_2, complete sequence	False	True
SPA0056_000000003160	8964	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.21446037193121992		0	0	False	False	1.0	0					non-mobilizable	other	8929.0	99.821	99.0	0.2380609551235901	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0138_000000001984	8955	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.2148567381455777		0	0	False	False	1.0	0					non-mobilizable	plasmid	8955.0	99.93299999999999	100.0	0.23176887830386497	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
DEN0039_000000001054	8931	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.21461108095373482		0	0	False	False	1.0	0					non-mobilizable	other	8931.0	99.866	100.0	0.23811428419059807	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0030_000000000604	8930	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.2144683576923369		0	0	False	False	1.0	0					non-mobilizable	plasmid	8930.0	99.978	100.0	0.23114758342178157	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0049_000000002447	8927	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.21477468400592628		0	0	False	False	1.0	0					non-mobilizable	other	8927.0	99.552	100.0	0.6110350492880613	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
CHI0026_000000000971	8920	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.2143643587369582		0	0	False	False	1.0	0					non-mobilizable	plasmid	8920.0	99.944	100.0	0.2308887105542468	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0051_000000001687	8867	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.21421490799026513		0	0	False	False	1.0	0					non-mobilizable	plasmid	8867.0	99.977	100.0	0.22951668435631262	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0097_000000002929	8735	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.21112127718665122		0	0	False	False	0.9986262321472168	0					non-mobilizable	plasmid	8716.0	100.0	99.0	0.22560770405653782	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0047_000000001660	8717	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.20905917783357472		0	0	False	False	1.0	0					non-mobilizable	other	8717.0	98.22200000000001	100.0	0.5966593647316539	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
CHI0068_000000001036	8691	0.9998036501483822	12	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.2106094579304857		0	0	False	False	1.0	0					non-mobilizable	plasmid	8691.0	99.712	100.0	0.22493463460094748	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0077_000000002973	8690	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.21062857080530484		0	0	False	False	1.0	0					non-mobilizable	plasmid	8690.0	100.0	100.0	0.22493463460094748	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0041_000000001349	8689	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.21061989302669584		0	0	False	False	1.0	0					non-mobilizable	plasmid	8689.0	99.965	100.0	0.224908747314194	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0166_000000000947	8588	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.20684554261899385		0	0	False	False	1.0	0					non-mobilizable	other	8588.0	98.20700000000001	100.0	0.5878285870755751	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0025_000000004088	8540	0.9998036501483822	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.20830468635725166		0	0	False	False	1.0	0					non-mobilizable	other	8540.0	99.508	100.0	0.5845427163198248	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
MAD0049_000000004530	3635	0.9998036246307604	8	4	1	4	3	False	17484	maximal	True	MAD0049_000000004530	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0045_000000011159	2395	0.9998031509325792	3	2	2	2	2	False	75029	fragment	False	ITA0006_000000010025	0.8304436688694595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	88.32700000000001	58.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0041_000000045390	1504	0.9998028180815692	2	2	2	2	2	True	17804	fragment	False	MON0029_000000019253	0.6295612956129562		0	0	False	False	0.9793882966041565	0					non-mobilizable	no_good_hit								True	True
ISR0112_000000000495	30787	0.999802618948306	34	17	12	16	12	True	128709	maximal	True	ISR0112_000000000495	1.0		1	1	True	True	0.9999675154685974	9					non-mobilizable	no_good_hit	7674.0	97.57600000000001	68.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
CHI0043_000000001027	6162	0.9998024865404128	8	8	0	6	8	False	127612	backbone	False	SPA0066_000000002401	0.5455805525446227	PS1013|PS676	0	0	False	True	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6162.0	99.935	100.0	0.9268843087106966	CP055604.1	enterobacteria	Escherichia fergusonii strain RHB41-C23 plasmid pRHB41-C23_6, complete sequence	False	True
ENG0179_000000000826	20979	0.9998023010351276	16	9	6	8	7	True	110953	fragment	False	SPA0101_000000001303	0.9382104629046406		0	0	False	False	0.9995710253715515	0					non-mobilizable	plasmid	10832.0	98.163	91.0	0.06543654583036178	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
USA0042_01_000000002279	12020	0.9998021057892308	14	9	8	7	6	True	53644	fragment	False	USA0042_01_000000002279	0.9704190990677006		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3484.0	94.48899999999999	29.0	0.028023159369639967	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
FIJ0121_000000001876	11940	0.999802070827002	18	6	3	6	4	False	47307	fragment	False	FIJ0121_000000001876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	92.75399999999999	1.0	0.04673539518900344	HG796558.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01656	True	False
FIJ0117_000000001750	11842	0.999802070827002	17	6	3	6	4	False	47307	fragment	False	FIJ0121_000000001876	0.9958961474036852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	92.75399999999999	1.0	0.04673539518900344	HG796558.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01656	True	False
AST0016_000000006554	4084	0.9998019140416702	5	2	2	2	2	False	132143	fragment	False	AST0016_000000006554	0.9995901093966855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1286.0	88.414	34.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0002_000000008485	4083	0.9998019140416702	5	2	2	2	2	False	132143	fragment	False	AST0016_000000006554	0.9994235226901731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1286.0	88.491	34.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0137_000000006850	4000	0.9998019140416702	5	2	2	2	2	False	132143	fragment	False	AST0016_000000006554	0.9859597365440854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1286.0	88.491	35.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ITA0006_000000010025	2477	0.9998019140416702	2	2	2	2	2	False	75029	fragment	False	ITA0006_000000010025	0.9500729881602716		0	0	False	False	0.991118311882019	0					non-mobilizable	no_good_hit	1306.0	88.744	57.0	0.00034864625563032884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0182_000000016096	2379	0.9998019140416702	2	2	2	2	2	False	75029	fragment	False	ITA0006_000000010025	0.8316491090332967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1269.0	88.574	58.0	0.0003387308740328483	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0051_000000016444	2369	0.9998019140416702	2	2	2	2	2	False	75029	fragment	False	ITA0006_000000010025	0.8332176922014145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	88.77	60.0	0.000349450205489584	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0105_000000001793	20798	0.9998018976273948	20	11	6	10	5	True	123316	fragment	False	MON0076_000000000822	0.929460898293182		0	0	False	False	0.9977882504463196	0					non-mobilizable	no_good_hit	319.0	79.937	2.0	9.575170424311174e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
USA0075_01_000000008783	2822	0.9998017336505296	3	3	3	3	2	False	684	maximal	True	USA0075_01_000000008783	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	99.37299999999999	76.0	0.0002922630430239483	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
AUS0018_000000006446	4204	0.9998015952093924	5	2	2	2	2	True	100051	maximal	True	AUS0018_000000006446	1.0		1	1	False	False	0.9995242357254028	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
DEN0079_000000003271	9261	0.9998013409049904	9	6	5	6	5	True	69647	maximal	True	DEN0079_000000003271	1.0		1	1	False	False	0.998920202255249	0					non-mobilizable	no_good_hit	1082.0	93.80799999999999	23.0	0.00032358778328898095	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	True
ISR0197_000000001781	10564	0.999801182849588	10	6	6	4	5	True	129802	maximal	True	ISR0197_000000001781	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0060_000000001221	14605	0.9998007296355532	9	6	2	6	3	True	10909	fragment	False	MON0060_000000001221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	93.617	0.0	0.001580999894600007	NZ_BJYR01000034.1	a-proteobacteria	Novosphingobium sediminis strain NBRC 106119 sequence34, whole genome shotgun sequence	True	True
AST0106_000000002499	7436	0.9998005440839718	8	6	5	5	5	False	128608	fragment	False	AST0106_000000002499	0.9903519499932056		0	0	False	False	0.9956966042518616	0					non-mobilizable	no_good_hit	1036.0	87.259	14.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0069_000000000769	23892	0.999800373392136	32	24	9	10	22	True	132596	backbone	False	ISR0120_000000000296	0.46527313545027166	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23894.0	99.9	100.0	0.7230596924567139	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0327_000000000421	23885	0.999800373392136	32	24	9	10	22	True	132596	backbone	False	ISR0120_000000000296	0.4652417842003016	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23894.0	99.84100000000001	100.0	0.7230596924567139	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0091_000000000952	23827	0.999800373392136	32	24	9	10	22	True	132596	backbone	False	ISR0120_000000000296	0.46513520371954437	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23840.0	99.82	100.0	0.7214251119990314	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0095_000000000533	23820	0.999800373392136	32	24	9	10	22	True	132596	backbone	False	ISR0120_000000000296	0.4651310309676875	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23839.0	99.811	100.0	0.7213948419905557	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0058_000000012409	1273	0.9997988111183412	2	1	1	1	1	False	16937	fragment	False	MAD0058_000000012409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	89.881	66.0	0.09469480889903023	NZ_JXLB01000037.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold37, whole genome shotgun sequence	True	False
ISR0244_000000002486	7173	0.9997986331911171	8	7	5	5	6	True	55280	maximal	True	ISR0244_000000002486	1.0		0	0	False	False	1.0	0	rep_cluster_1152	MOBQ			mobilizable	no_good_hit	3607.0	99.861	52.0	0.7363153594771242	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	True	True
CHI0172_000000000785	9783	0.999798305234124	12	11	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.2389808643749524		0	0	False	False	1.0	0					non-mobilizable	other	9783.0	100.0	100.0	0.2608324667359945	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0062_01_000000002789	9606	0.999798305234124	12	11	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.23716716952180703		0	0	False	False	1.0	0					non-mobilizable	other	9606.0	100.0	100.0	0.25611284430578884	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0257_000000001311	9219	0.999798305234124	11	11	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.17161359664351525		0	0	False	False	0.9979390501976013	0					non-mobilizable	other	9202.0	99.978	100.0	0.6298603504928806	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0316_000000000607	21445	0.9997980592640888	25	20	8	10	19	True	132596	backbone	False	ISR0120_000000000296	0.37422827666973413	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19758.0	99.899	92.0	0.5978629374016224	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0117_000000000185	57421	0.9997976215161738	99	29	12	20	16	True	85913	maximal	True	ISR0117_000000000185	1.0		1	1	True	True	0.9999651908874512	13					non-mobilizable	no_good_hit	6708.0	93.083	43.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0102_000000003830	4207	0.9997975524062612	4	2	2	2	2	True	48020	maximal	True	MAD0102_000000003830	1.0	PS141|PS32	2	1	True	True	1.0	7	Col(MP18),rep_cluster_2134			MOBP	mobilizable	no_good_hit	1567.0	99.681	52.0	0.5713764147499087	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	True	True
ISR0838_000000000487	26332	0.999797397648692	32	26	11	12	23	True	132596	backbone	False	ISR0120_000000000296	0.567380185493458	PS1169|PS902	0	0	False	True	0.9999620318412781	0		MOBB	MPF_T		conjugative	plasmid	22187.0	99.148	99.0	0.6715704080397142	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0037_000000005882	4110	0.99979699458786	3	2	2	2	2	False	48601	fragment	False	SPA0037_000000005882	0.9576406437917012		0	0	False	False	0.9905109405517578	0					non-mobilizable	chromosome	4003.0	99.925	99.0	0.000761781197481211	CP047669.1	enterobacteria	Klebsiella aerogenes strain HNHF1 chromosome, complete genome	False	False
USA0116_01_000000006901	3829	0.99979699458786	2	2	2	2	2	False	48601	fragment	False	SPA0037_000000005882	0.9385361037260839		0	0	False	False	1.0	0					non-mobilizable	plasmid	3829.0	99.97399999999999	100.0	0.040022164835279726	CP039843.1	enterobacteria	Escherichia coli O157:H7 strain USDA5905 plasmid pUSDA5905_1	False	True
TAN0017_000000007477	4403	0.9997969457623188	4	3	3	2	2	False	96135	fragment	False	TAN0017_000000007477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000000854	16366	0.9997967057825512	18	10	5	8	5	True	105218	maximal	True	ISR0385_000000000854	1.0		3	2	False	False	0.9999389052391052	0					non-mobilizable	no_good_hit	14146.0	99.929	86.0	0.15405823634540777	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ITA0002_000000000570	9458	0.9997965317329576	11	6	4	3	3	False	20442	fragment	False	ITA0002_000000000570	1.0		0	0	False	False	0.9993656277656555	0					non-mobilizable	virus	6098.0	97.62200000000001	97.0	0.24009149347320266	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	False	False
FIJ0158_000000001998	8704	0.9997964443747512	10	8	6	8	6	True	117063	fragment	False	FIJ0158_000000001998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	87.385	4.0	8.760500094770224e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
BAN0020_000000000194	19910	0.9997963645471706	23	21	12	13	21	True	97755	maximal	True	BAN0020_000000000194	1.0		0	0	False	False	0.9998995661735535	0					non-mobilizable	no_good_hit	5400.0	99.944	68.0	0.0010672651838685011	CP035360.1	enterobacteria	Escherichia coli strain BR10-DEC chromosome	True	True
DEN0073_000000005490	7250	0.9997962767196436	8	5	4	4	4	False	119566	fragment	False	AUS0004_000000002812	0.30400360355621503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0241_000000001652	7234	0.9997962767196436	8	5	4	4	4	False	119566	fragment	False	AUS0004_000000002812	0.3037233809251164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0156_000000004920	5369	0.9997960524661292	8	5	4	4	2	False	79620	fragment	False	ISR0156_000000004920	1.0		0	0	False	False	0.9988824725151062	0					non-mobilizable	no_good_hit	2465.0	97.647	75.0	0.0010067845501509154	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
MAD0108_000000002911	5484	0.9997958739753332	5	2	2	2	2	True	102183	maximal	True	MAD0108_000000002911	0.8054917544623302		2	1	True	True	1.0	77					non-mobilizable	no_good_hit	193.0	81.347	4.0	0.06140939597315436	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
DEN0073_000000001140	20398	0.9997958054272236	27	17	11	13	14	False	132474	maximal	True	DEN0073_000000001140	1.0	PS1164|PS386|PS459|PS744|PS745	4	3	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	no_good_hit	4517.0	97.12200000000001	68.0	0.044916573527063706	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
FIJ0011_000000008191	5145	0.9997957190063028	4	4	3	4	3	False	98274	fragment	False	TAN0003_000000001073	0.9734708137582674		0	0	False	False	0.9974732995033264	0					non-mobilizable	plasmid	4963.0	99.738	100.0	0.4111700364600597	CP003112.1	enterobacteria	Escherichia coli O55:H7 str. RM12579 plasmid p12579_3, complete sequence	False	True
CHI0075_000000000909	7583	0.9997953395025156	12	5	4	5	4	False	100913	fragment	False	CHI0075_000000000909	0.9931262392597489		0	0	False	False	0.9998681545257568	0					non-mobilizable	no_good_hit	1951.0	86.11	26.0	0.03129472685460657	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CHI0123_000000001720	7565	0.9997953395025156	13	5	4	5	4	False	100913	fragment	False	CHI0075_000000000909	0.992812870895424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1951.0	86.05799999999999	26.0	0.03129472685460657	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0141_000000003494	9941	0.9997952613847608	12	12	3	5	10	True	132544	fragment	False	CHI0126_000000000854	0.2315308368072147		0	0	False	False	1.0	0					non-mobilizable	other	9951.0	97.096	100.0	0.26512545663013626	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0320_000000000623	18056	0.9997952099473209	21	9	7	7	6	True	99399	fragment	False	ISR0386_000000001366	0.9482010982183698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	75.646	1.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
ISR0199_000000001143	18046	0.9997952099473209	21	9	7	7	6	True	99399	fragment	False	ISR0386_000000001366	0.947802007840604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	75.646	1.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
ENG0068_000000002460	9117	0.9997949405241944	10	10	5	7	9	True	97967	maximal	True	ENG0068_000000002460	1.0		1	1	False	False	1.0	0	IncFII				non-mobilizable	plasmid	9043.0	100.0	100.0	0.07493349465885453	CP020519.1	enterobacteria	Escherichia coli strain 222 plasmid unnamed1, complete sequence	False	True
FIJ0002_000000004644	7400	0.9997949044736972	9	6	4	3	3	False	97854	fragment	False	FIJ0002_000000004644	0.9964450020911753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000007997	4099	0.9997947805128676	5	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.663782051587383		0	0	False	False	0.9995120763778687	0					non-mobilizable	no_good_hit	1940.0	85.309	47.0	0.03111782963189296	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0077_000000005362	5166	0.999794460527594	9	5	2	5	1	False	34535	fragment	False	ISR0077_000000005362	1.0		0	0	False	False	0.9976771473884583	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	3.4006056657669976e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
CHI0068_000000000303	18377	0.9997940061979228	32	16	12	15	14	False	85173	maximal	True	CHI0068_000000000303	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6596.0	98.89299999999999	42.0	0.08703062653595117	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
MAD0073_000000000288	14075	0.999793900758094	14	13	9	9	12	True	98105	fragment	False	MAD0079_000000000236	0.6258446623105006		0	0	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	6129.0	96.949	76.0	0.052271233321097156	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	True	True
MAD0066_000000000153	32599	0.9997938001239156	34	26	10	11	25	True	19754	fragment	False	MAD0066_000000000153	1.0		0	0	False	False	0.9997239112854004	0			MPF_I		non-mobilizable	plasmid	13227.0	97.036	99.0	0.14026318582192507	CP055982.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_2, complete sequence	False	True
ISR0058_000000016518	1600	0.9997936524956912	3	3	1	2	3	False	35482	fragment	False	ISR0058_000000016518	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1369.0	91.015	97.0	0.05450985093713783	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MAD0044_000000010934	2236	0.9997936161579372	3	2	2	2	2	False	96133	fragment	False	FIJ0138_000000007160	0.5185264394708089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0325_000000002157	7132	0.9997934931418758	11	10	3	4	9	True	127287	backbone	True	ISR0325_000000002157	1.0	PS1002|PS69|PS757|PS758|PS996	1	1	True	True	1.0	90	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4743.0	99.705	76.0	0.6726241134751773	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
ENG0172_000000001285	12350	0.9997933982403384	16	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7230027560910198		0	0	False	False	1.0	0					non-mobilizable	other	12350.0	99.984	100.0	0.3292536597072234	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0098_000000004716	3663	0.9997931379609544	3	2	2	2	2	False	125194	fragment	False	ISR0098_000000004716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1286.0	88.414	44.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0102_000000004302	9149	0.9997930402344728	11	11	3	4	10	True	132544	fragment	False	CHI0126_000000000854	0.21323335574907545		0	0	False	False	0.9987976551055908	0					non-mobilizable	plasmid	9149.0	98.448	100.0	0.250218818380744	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
AST0003_000000010996	3147	0.9997929430451642	5	4	2	3	3	False	130307	maximal	True	AST0003_000000010996	1.0		2	1	False	False	0.9996822476387024	0					non-mobilizable	no_good_hit	1658.0	84.62	86.0	0.20149803536345776	AY312234.1	firmicutes	Streptococcus thermophilus plasmid pSMQ308, complete sequence	True	False
ISR0191_000000001894	4728	0.9997928126468738	6	3	2	3	1	True	101593	fragment	False	DEN0065_000000007095	0.8917561464999908		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	98.094	23.0	0.1841375485302274	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	True
FIJ0032_000000021656	1688	0.9997922500848077	3	1	1	1	1	False	48404	fragment	False	FIJ0032_000000021656	1.0		0	0	False	False	0.9982227683067322	0					non-mobilizable	no_good_hit	840.0	89.762	50.0	0.09469480889903023	NZ_JXLB01000037.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold37, whole genome shotgun sequence	True	False
DEN0026_000000006022	4834	0.9997918515347776	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.636765772094466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	88.199	44.0	0.0020115549403329313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0842_000000004126	4794	0.9997918515347776	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.6621254891875117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	85.359	63.0	0.002082649397683575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0006_01_000000002106	10549	0.9997918021106714	14	12	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.24748784547594369		0	0	False	False	1.0	0					non-mobilizable	other	10472.0	99.971	99.0	0.27920433032024106	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0854_000000000543	10463	0.9997918021106714	13	12	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.24682609883773407		0	0	False	False	1.0	0					non-mobilizable	other	10407.0	99.914	99.0	0.27747113564248194	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0027_01_000000002427	10336	0.9997918021106714	12	12	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.2472892453120832		0	0	False	False	1.0	0					non-mobilizable	other	10336.0	100.0	100.0	0.2755779537636989	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0167_000000001557	10336	0.9997918021106714	12	12	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.24723912817169869		0	0	False	False	1.0	0					non-mobilizable	other	10336.0	99.99	100.0	0.2755779537636989	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0067_000000002156	10315	0.9997918021106714	12	12	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.24704664167262944		0	0	False	False	1.0	0					non-mobilizable	other	10315.0	99.961	100.0	0.70605147864184	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
USA0018_01_000000002415	10236	0.9997918021106714	12	12	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.24335278920115375		0	0	False	False	1.0	0					non-mobilizable	other	10236.0	100.0	100.0	0.7006434830230011	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0268_000000001093	10223	0.9997918021106714	12	12	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.2432864957700141		0	0	False	False	1.0	0					non-mobilizable	other	10223.0	99.99	100.0	0.6997535596933188	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
CHI0080_000000000375	10223	0.9997918021106714	12	12	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.24333335770768658		0	0	False	False	1.0	0					non-mobilizable	other	10223.0	100.0	100.0	0.6997535596933188	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0156_000000001006	15260	0.9997917697817356	17	17	6	6	16	True	132578	maximal	False	DEN0065_000000001300	0.9465576264739444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8612.0	99.721	84.0	0.18460318140890966	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	True	True
ISR0224_000000000889	17532	0.9997916661497964	19	11	8	11	4	True	69718	fragment	False	ISR0224_000000000889	1.0		0	0	False	False	0.9986310601234436	0					non-mobilizable	no_good_hit								True	True
MON0007_000000005073	8092	0.9997912165944975	5	5	3	3	3	False	14003	maximal	True	MON0007_000000005073	1.0		2	1	False	False	0.9908551573753357	0					non-mobilizable	no_good_hit	4065.0	100.0	50.0	0.027023253030474304	CP024265.1	enterobacteria	Escherichia coli O169:H41 strain F6326-C1 plasmid unnamed2, complete sequence	True	False
ENG0168_000000000579	33840	0.9997910791910114	41	37	21	29	29	True	102530	maximal	True	ENG0168_000000000579	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	6104.0	98.771	27.0	0.0018649518078109073	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	True
FIJ0171_000000006840	3014	0.9997905892414696	3	3	2	2	3	True	38813	maximal	True	FIJ0171_000000006840	1.0		1	1	False	False	1.0	0	Col(BS512),Col(MP18)				non-mobilizable	no_good_hit	1694.0	95.1	61.0	0.721030042918455	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	True	True
ISR0175_000000000298	48316	0.999790265417808	42	20	12	16	9	True	132147	fragment	False	ISR0104_000000000158	0.2603858648487509		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1036.0	87.54799999999999	2.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
DEN0022_000000010092	3714	0.9997898853913276	5	3	2	3	3	True	74626	fragment	False	DEN0022_000000010092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2097.0	81.87899999999999	56.0	0.0005873568212361247	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
AST0052_000000010339	2202	0.9997892587303212	2	2	2	2	2	False	114559	maximal	True	AST0052_000000010339	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2049.0	99.902	100.0	0.029473987191480176	LT599053.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-4	False	True
CAN0010_000000000613	26217	0.9997892201900832	32	24	11	12	21	True	132596	backbone	False	ISR0120_000000000296	0.5690052972288575	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	24106.0	99.79299999999999	100.0	0.7292347741857368	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0130_01_000000005058	7776	0.999789171958323	11	8	5	6	5	False	129655	fragment	False	USA0130_01_000000005058	1.0		0	0	False	True	0.9990997910499573	0					non-mobilizable	no_good_hit	1789.0	98.82600000000001	23.0	0.008345274045170896	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0044_000000002288	9234	0.999789137353847	13	7	5	7	4	True	69849	maximal	True	MAD0044_000000002288	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2423.0	95.83200000000001	47.0	0.10497309494879362	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
CHI0083_000000000209	28365	0.999788979573386	35	24	15	16	16	True	90025	fragment	False	CHI0083_000000000209	1.0		0	0	False	False	0.9999647736549377	0			MPF_T		non-mobilizable	no_good_hit	5098.0	75.343	18.0	0.1629157410090473	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0236_000000001067	6752	0.9997879518395744	8	8	4	4	7	True	127267	backbone	True	ISR0236_000000001067	0.9965165436320388	PS757|PS758|PS996|PS998	0	0	True	True	1.0	84	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4494.0	99.777	74.0	0.9171090240914659	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ISR0309_000000002297	6730	0.9997879518395744	8	8	4	4	7	True	127267	backbone	False	ISR0236_000000001067	0.9949955999129202	PS757|PS758|PS996|PS998	0	0	True	True	1.0	49	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4529.0	99.735	73.0	0.9244589628419763	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ISR0111_000000000243	32221	0.9997877201356216	43	32	23	26	24	True	123932	backbone	False	ENG0103_000000000448	0.9024076006149501	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	32264.0	99.272	100.0	0.32189046782692	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0061_000000002082	7203	0.9997873426254344	7	2	2	2	2	False	36502	backbone	False	MAD0009_000000001111	0.9432095647596178	PS120	0	0	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
SPA0077_000000002576	9780	0.9997873311357222	8	6	5	6	5	False	28099	maximal	True	SPA0077_000000002576	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	78.689	1.0	4.698733532034014e-05	CP027417.1	b-proteobacteria	Oligella urethralis strain FDAARGOS_329 chromosome, complete genome	True	False
ISR0104_000000003082	7892	0.9997868625959068	7	4	4	4	4	True	32993	fragment	False	ISR0104_000000003082	1.0		0	0	False	False	0.9996198415756226	0					non-mobilizable	no_good_hit	2106.0	98.86	60.0	0.01950446610577814	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
ENG0035_000000002168	10443	0.9997863673910647	13	12	3	5	11	True	132544	fragment	False	CHI0126_000000000854	0.2416688602082386		0	0	False	False	0.999904215335846	0					non-mobilizable	plasmid	10449.0	95.014	100.0	0.1410977423279708	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0207_000000005593	4540	0.9997863009193664	3	2	2	1	2	True	105095	fragment	False	ISR0207_000000005593	1.0		0	0	False	True	0.99933922290802	0					non-mobilizable	no_good_hit								True	True
ENG0111_000000000158	68950	0.9997857955968764	68	65	34	47	63	True	90127	maximal	True	ENG0111_000000000158	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	53527.0	99.959	100.0	0.010016182780084851	CP024679.1	enterobacteria	Citrobacter freundii strain UMH15 chromosome, complete genome	False	True
MAD0048_000000016061	1488	0.999785330268394	2	1	1	1	1	False	17533	fragment	False	MAD0048_000000016061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0014904562719361507	NZ_MUNI01000067.1	high GC Gram+	Streptomyces reticuliscabiei strain NRRL B-24446 NRRL_B-24446_contig_67, whole genome shotgun sequence	True	False
ENG0098_000000000264	50219	0.9997848801013841	63	39	19	33	21	True	108405	fragment	False	ENG0098_000000000264	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	13971.0	84.01	59.0	0.029557897603833524	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ITA0003_000000000178	26868	0.9997841539619804	34	20	9	15	13	True	100976	fragment	False	ITA0003_000000000178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	98.425	0.0	0.02582496413199426	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	True
USA0121_01_000000001519	20930	0.9997839047050806	23	16	10	8	13	True	132596	backbone	False	ISR0120_000000000296	0.3276959525420863	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19642.0	96.477	95.0	0.63289181088659	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0119_000000004497	2457	0.9997837897716004	3	2	2	2	2	False	81945	fragment	False	CHI0119_000000004497	1.0		0	0	False	False	0.994301974773407	0					non-mobilizable	no_good_hit	1041.0	89.721	42.0	0.036663481615175	CP039395.1	CFB group bacteria	Muribaculum sp. TLL-A4 plasmid pTAA-4-2, complete sequence	True	False
ISR0347_000000005033	3944	0.9997837228469939	4	3	3	3	3	False	91979	fragment	False	ISR0347_000000005033	1.0		0	0	False	False	0.991125762462616	0					non-mobilizable	no_good_hit	1757.0	77.803	44.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ISR0794_000000000945	14346	0.9997836322578352	20	9	4	7	5	True	105216	fragment	False	ISR0794_000000000945	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	12052.0	99.90899999999999	100.0	0.13131511268035395	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0186_000000003304	5476	0.9997832662322704	5	2	2	2	2	True	102183	maximal	False	MAD0108_000000002911	0.46738801696772364		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	192.0	81.25	4.0	0.06140939597315436	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
AUS0006_000000003584	5456	0.9997832662322704	5	2	2	2	2	True	102183	maximal	False	MAD0108_000000002911	0.46733896678180953		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	192.0	81.25	4.0	0.06140939597315436	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ISR0319_000000001049	9929	0.9997827825951277	15	6	5	6	5	True	25107	maximal	True	ISR0319_000000001049	1.0		2	2	True	True	1.0	6					non-mobilizable	no_good_hit	1157.0	75.281	18.0	0.007891652739540787	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	True
ISR0223_000000005145	4931	0.9997823751535851	5	3	3	3	2	True	112619	fragment	False	ISR0223_000000005145	1.0		0	0	False	False	0.9997972249984741	0					non-mobilizable	no_good_hit	2272.0	76.673	45.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0291_000000000512	15264	0.999782115952078	18	10	4	9	4	True	105217	fragment	False	ISR0291_000000000512	0.9897740226647891		0	0	False	False	1.0	0					non-mobilizable	plasmid	15179.0	99.941	99.0	0.16535896429972538	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MAD0040_000000006802	3970	0.9997817640329116	5	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.13493192729565628		0	0	False	False	0.984886646270752	0					non-mobilizable	no_good_hit	1150.0	77.73899999999999	41.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0035_000000001152	13220	0.9997815861877092	15	9	6	6	7	True	116921	maximal	True	AST0035_000000001152	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3422.0	97.867	47.0	0.3735255570117955	NZ_FNVS01000028.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ISR0338_000000003774	5558	0.9997815856360414	7	6	3	5	3	True	126572	maximal	True	ISR0338_000000003774	1.0	PS342|PS971	2	1	True	True	1.0	70					non-mobilizable	no_good_hit	1785.0	99.104	58.0	0.43851451057550417	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
MON0083_000000002110	9333	0.9997810834955362	13	7	3	5	5	False	122534	fragment	False	MON0083_000000002110	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2935.0	95.4	93.0	0.06564017635342301	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
AST0033_000000000493	25740	0.9997809538782813	27	18	13	15	13	True	120197	maximal	False	ISR0048_000000000448	0.9906215981788878	PS720|PS841	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	1829.0	80.7	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
USA0015_01_000000006690	4712	0.9997809180592421	3	3	2	2	2	True	120130	maximal	True	USA0015_01_000000006690	1.0	PS773|PS832	1	1	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1709.0	97.425	36.0	0.3314453125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MAD0003_000000001532	13039	0.9997805746775787	15	15	13	11	12	False	98285	maximal	True	MAD0003_000000001532	1.0		0	0	True	True	0.999769926071167	17					non-mobilizable	plasmid	13039.0	100.0	100.0	0.48256717743726407	CP050049.1	enterobacteria	Escherichia coli strain 90-1 plasmid pCD90-1-2, complete sequence	False	True
USA0066_01_000000010504	1961	0.999780173281892	3	2	2	2	2	False	826	fragment	False	USA0066_01_000000010504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1685.0	100.0	86.0	0.5145126794989306	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
ENG0070_000000018091	1430	0.9997801038158391	2	2	2	2	2	False	62333	maximal	True	ENG0070_000000018091	1.0		1	1	False	False	0.9867132902145386	0					non-mobilizable	no_good_hit								True	False
SPA0145_000000002913	9056	0.9997800929068076	12	11	4	4	10	True	132544	fragment	False	CHI0126_000000000854	0.2057789020871927		0	0	False	False	1.0	0					non-mobilizable	plasmid	8428.0	100.0	99.0	0.16518023403963386	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0116_000000004384	7985	0.999779675449078	10	4	2	4	0	True	130334	maximal	True	SPA0116_000000004384	1.0	PS1094|PS1098|PS145|PS809|PS857	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1358.0	97.20200000000001	34.0	0.4434553247609627	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
CHI0049_000000004459	3499	0.9997795628450934	2	2	2	2	2	False	89867	fragment	False	CHI0049_000000004459	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3503.0	98.97200000000001	100.0	0.0007565313513076536	CP056716.1	enterobacteria	Enterobacter asburiae strain RHBSTW-00516 chromosome, complete genome	False	False
MON0092_000000026809	2065	0.999779257386409	5	2	2	2	2	False	67723	fragment	False	MON0092_000000026809	1.0		0	0	False	False	0.9506053328514099	0					non-mobilizable	no_good_hit	410.0	80.732	20.0	0.2292134831460674	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
MON0044_000000005534	6713	0.9997791417283328	7	4	3	4	3	False	70116	fragment	False	MON0044_000000005534	1.0		0	0	False	False	0.9968717694282532	0					non-mobilizable	no_good_hit	1150.0	93.04299999999999	24.0	0.000506434410341682	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
FIJ0109_000000000663	27510	0.9997789185699552	31	17	13	17	9	True	103129	fragment	False	FIJ0109_000000000663	1.0		0	0	False	False	0.9998546242713928	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.0943871597131214e-06	LR134165.1	firmicutes	Bacillus paralicheniformis strain NCTC8721 genome assembly, chromosome: 1	True	True
ISR0170_000000001322	22967	0.9997787322407944	18	13	9	12	8	True	125343	maximal	False	ISR0141_000000000972	0.8382089265434869	PS770|PS925|PS926|PS927	0	0	False	True	0.9996081590652466	0					non-mobilizable	no_good_hit	2276.0	80.316	26.0	0.004740327494526772	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0082_000000000492	34348	0.9997786184751848	39	24	14	22	14	True	128727	maximal	True	ISR0082_000000000492	1.0	PS306|PS307	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	4314.0	98.447	56.0	0.09647964550276392	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
DEN0073_000000037094	1443	0.9997785369351462	2	1	1	1	1	False	70112	fragment	False	DEN0073_000000037094	1.0		0	0	False	False	0.9958419799804688	0					non-mobilizable	no_good_hit	94.0	95.745	7.0	5.28586777286856e-05	NZ_LT732540.1	actinobacteria	Olsenella urininfantis strain Marseille-P3197T, whole genome shotgun sequence	True	False
CHI0049_000000000731	15922	0.9997782348685296	12	12	6	10	12	True	103540	fragment	False	CHI0049_000000000731	1.0		0	0	False	False	0.9992462992668152	0		MOBF	MPF_Unknown		conjugative	plasmid	15931.0	99.944	100.0	0.10850685575331549	CP002090.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky plasmid pCS0010A, complete sequence	False	True
ISR0199_000000001475	14842	0.9997780212119836	17	11	8	10	9	True	123296	maximal	True	ISR0199_000000001475	1.0		7	3	False	False	0.9957553148269653	0					non-mobilizable	no_good_hit	2881.0	77.3	19.0	0.050848959625677925	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	True	True
MAD0069_000000000522	9704	0.9997779253145778	15	9	5	9	5	False	49399	maximal	True	MAD0069_000000000522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	74.88600000000001	2.0	6.29971832933814e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
ENG0012_000000002074	11500	0.9997778550636774	10	7	6	7	6	True	67106	maximal	True	ENG0012_000000002074	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	86.92200000000001	13.0	0.0005533618013761389	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	True
ENG0103_000000002400	8382	0.999777830084022	8	6	3	3	4	False	60331	maximal	True	ENG0103_000000002400	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	80.992	1.0	4.7589323176714225e-05	NZ_CP013334.1	fusobacteria	Fusobacterium hwasookii ChDC F300 chromosome, complete genome	True	False
ISR0776_000000002968	9021	0.9997776780550393	16	16	12	15	14	False	109190	fragment	False	ISR0776_000000002968	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9021.0	99.98899999999999	100.0	0.07278008633557913	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
ISR0182_000000024508	1627	0.9997774826037262	3	1	1	1	1	False	29530	maximal	True	ISR0182_000000024508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	5.244755814729653e-07	HG975447.1	eudicots	Solanum pennellii chromosome ch08, complete genome	True	False
ISR0776_000000008301	3015	0.9997766822879562	4	3	2	3	1	True	112615	fragment	False	ISR0776_000000008301	1.0		0	0	False	False	0.9943615198135376	0					non-mobilizable	no_good_hit	871.0	80.941	29.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0138_000000001301	10739	0.9997766469392734	17	8	7	7	6	False	100907	maximal	True	CHI0138_000000001301	0.969515341879164		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1951.0	85.802	18.0	0.03129472685460657	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0062_000000000698	24238	0.9997763143473072	30	16	7	14	6	True	132593	backbone	False	ISR0367_000000000184	0.19859771641435794	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	plasmid	8502.0	95.389	92.0	0.09259622509916743	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0199_000000004193	6200	0.9997760370788076	6	4	3	3	4	False	105563	fragment	False	ISR0199_000000004193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000004469	6560	0.9997754846668192	4	4	3	4	4	True	90293	fragment	False	FIJ0021_000000007680	0.9588078695859998		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6561.0	99.48200000000001	100.0	0.04272351845338127	CP032173.1	enterobacteria	Klebsiella pneumoniae strain AR_0160 plasmid unnamed1, complete sequence	False	True
CHI0151_000000003794	6282	0.9997754846668192	4	4	3	4	4	True	90293	fragment	False	FIJ0021_000000007680	0.9612136167479302		0	0	False	False	0.9985673427581787	0	IncFIB				non-mobilizable	plasmid	6282.0	100.0	100.0	0.023792477773863504	CP040862.1	enterobacteria	Klebsiella pneumoniae strain Xen39 plasmid unnamed3, complete sequence	False	True
MON0004_000000004673	6181	0.9997754846668192	4	4	3	4	4	True	90293	fragment	False	FIJ0021_000000007680	0.844448180860761		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6082.0	99.934	100.0	0.0512217926363935	CP026370.1	enterobacteria	Klebsiella quasipneumoniae strain A708 plasmid pA708-2, complete sequence	False	True
FIJ0122_000000002868	6176	0.9997754846668192	5	4	3	4	4	True	90293	fragment	False	FIJ0021_000000007680	0.845956913536731		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6176.0	99.48200000000001	100.0	0.04061895551257253	CP029598.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain ATCC 700603 plasmid pDA33145-152, complete sequence	False	True
FIJ0132_000000004252	6176	0.9997754846668192	5	4	3	4	4	True	90293	fragment	False	FIJ0021_000000007680	0.9498934549440681		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6177.0	98.60799999999999	100.0	0.04049395386781405	CP029598.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain ATCC 700603 plasmid pDA33145-152, complete sequence	False	True
FIJ0040_000000003328	7043	0.9997754152448616	5	5	3	4	5	True	90297	fragment	False	FIJ0040_000000003328	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6902.0	99.145	99.0	0.04292734511072406	LR792629.1	enterobacteria	Klebsiella pneumoniae isolate SB5881 genome assembly, plasmid: SB5881_II	False	True
SPA0094_000000001227	12946	0.999775194503859	17	15	7	8	15	True	5248	maximal	True	SPA0094_000000001227	1.0		1	1	False	False	0.9998455047607422	0					non-mobilizable	no_good_hit	5707.0	97.14399999999999	80.0	0.1198932414256893	AP021965.1	enterobacteria	Escherichia coli plasmid pWP3-W18-CRE-03_2 DNA, complete genome, strain: WP3-W18-CRE-03	True	True
MAD0102_000000005817	2978	0.9997746693684232	2	2	2	2	2	False	41347	fragment	False	MAD0102_000000005817	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2844.0	98.734	100.0	0.012694684575266128	CP012499.1	enterobacteria	Escherichia coli strain GB089 plasmid pCFSAN004181P, complete sequence	False	True
SPA0126_000000000869	26768	0.9997744601467838	28	21	10	16	14	True	83913	fragment	False	SPA0045_000000000652	0.3807897851583516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	7.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
FIJ0140_000000003988	6214	0.9997739643036438	8	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.7626485247804133		0	0	False	False	0.9990344643592834	0					non-mobilizable	no_good_hit	147.0	91.156	2.0	0.12404418011894647	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
CAN0005_000000000716	23402	0.9997735718911976	32	24	9	10	21	True	132596	backbone	False	ISR0120_000000000296	0.462348965547747	PS1169|PS902	0	0	False	True	0.999957263469696	0		MOBB	MPF_T		conjugative	plasmid	23402.0	99.816	99.0	0.7079246882189127	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0003_000000005036	5262	0.9997735626838494	4	4	2	3	3	False	20108	maximal	True	MAD0003_000000005036	1.0		1	1	False	False	0.9996199011802673	0					non-mobilizable	no_good_hit	3788.0	99.762	80.0	0.03362068200179334	CP012683.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 33676 plasmid p33673_IncF, complete sequence	True	False
AST0016_000000014905	1639	0.999773540850842	3	2	2	2	2	False	123292	fragment	False	AST0016_000000014905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000014410	2283	0.9997732697333206	3	1	1	1	1	False	27537	maximal	True	ISR0230_000000014410	1.0		1	1	False	False	0.9951817989349365	0					non-mobilizable	no_good_hit	250.0	76.0	11.0	3.937315357659918e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
MAD0070_000000000575	20036	0.9997729088784204	25	20	7	8	19	True	132596	backbone	False	ISR0120_000000000296	0.3795660735269762	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18666.0	99.93	100.0	0.5648080881462647	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0341_000000000569	23938	0.999772846558292	27	19	10	10	17	True	132596	backbone	False	ISR0120_000000000296	0.4707846688819414	PS1169|PS902	0	0	False	True	0.9999582171440125	0		MOBB	MPF_T		conjugative	plasmid	23939.0	99.791	100.0	0.724270492795738	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0146_000000006609	5741	0.9997716933820822	9	5	5	5	4	True	115115	fragment	False	ISR0146_000000006609	1.0		0	0	False	False	0.9998258352279663	0					non-mobilizable	no_good_hit	238.0	86.975	6.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0087_000000001883	8092	0.9997706523529664	10	6	6	6	3	True	5490	maximal	True	SPA0087_000000001883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	98.12700000000001	10.0	0.0034848821456419372	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0838_000000002600	7017	0.9997700869670016	8	6	4	3	4	False	119566	fragment	False	AUS0004_000000002812	0.6002117388287814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	5.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0131_000000014422	2221	0.99976998639439	4	4	3	4	3	False	31677	maximal	True	ISR0131_000000014422	1.0		1	1	False	False	0.9986492395401001	0					non-mobilizable	no_good_hit	951.0	96.00399999999999	43.0	0.03033506310461913	NZ_CYZN01000036.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0019_000000001645	11904	0.9997699614158154	11	7	7	6	5	True	7771	maximal	True	SPA0019_000000001645	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	3768.0	97.18700000000001	32.0	0.0481540725574253	CP002611.1	firmicutes	Lactobacillus amylovorus GRL1118 plasmid p2, complete sequence	True	True
ISR0167_000000005395	5741	0.9997699487980344	8	6	1	5	6	False	113122	maximal	True	ISR0167_000000005395	1.0	PS507|PS508|PS728|PS86	2	1	False	True	0.999129056930542	0	ColRNAI_rep_cluster_1987,rep_cluster_2335,rep_cluster_2358	MOBP		MOB_unknown,MOB_unknown	mobilizable	chromosome	3293.0	99.97	100.0	0.0006685159838678889	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
MON0024_000000006445	5939	0.9997698418428109	7	3	2	3	2	False	70115	fragment	False	MON0024_000000006445	0.9731698954225956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	89.93299999999999	14.0	0.00018367378876196454	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0025_000000003669	9404	0.9997697439422508	10	6	5	5	5	False	128617	fragment	False	ISR0140_000000003246	0.9714701252343355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	11.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0099_000000002234	9368	0.9997697439422508	10	6	5	5	5	False	128617	fragment	False	ISR0140_000000003246	0.9687581819038218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	11.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0186_000000000737	25686	0.999769675065122	27	19	14	16	13	True	120197	maximal	False	ISR0048_000000000448	0.989149604285228	PS720|PS841	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ISR0215_000000003712	7661	0.999769546586812	11	4	3	3	4	False	132144	maximal	True	ISR0215_000000003712	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1306.0	91.041	18.0	0.00532848801600588	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0051_000000002435	10881	0.9997693055708654	14	10	2	7	5	False	64102	maximal	True	ENG0051_000000002435	1.0		0	0	False	False	0.9998161792755127	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	1.0	0.0013591502174640348	CP017963.1	firmicutes	Virgibacillus halodenitrificans strain PDB-F2 plasmid unnamed1, complete sequence	True	False
FIJ0117_000000002994	7188	0.9997691773481644	9	5	2	5	2	False	122561	fragment	False	FIJ0117_000000002994	1.0		0	0	False	False	0.9958263635635376	0					non-mobilizable	no_good_hit	2400.0	95.292	55.0	0.05359980305709106	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ENG0207_000000001808	8591	0.9997690686997956	11	4	1	4	2	False	73400	maximal	True	ENG0207_000000001808	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	96.929	43.0	0.057889255337615	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ISR0207_000000000447	31802	0.9997690156517366	42	32	23	26	24	True	123932	backbone	False	ENG0103_000000000448	0.9015544234846982	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	31835.0	99.46600000000001	100.0	0.31755947628931824	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0106_000000001535	11542	0.999768935595058	17	17	6	13	17	True	114269	fragment	False	AST0106_000000001535	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	11543.0	99.991	100.0	0.1196099360601884	CP041111.1	enterobacteria	Escherichia coli strain ECCTRSRTH03 plasmid unnamed1, complete sequence	False	True
MAD0031_000000001557	7270	0.9997687763011182	8	3	2	3	1	True	23132	maximal	True	MAD0031_000000001557	1.0		1	1	False	False	0.9990371465682983	0					non-mobilizable	no_good_hit	2198.0	90.4	63.0	0.09434126019788232	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0271_000000000940	12619	0.9997686423778276	15	14	4	5	13	True	132544	fragment	False	CHI0126_000000000854	0.7296769949314083		0	0	False	False	0.9998415112495422	0					non-mobilizable	plasmid	12620.0	99.976	100.0	0.28663259511641115	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ENG0109_000000002147	9932	0.9997685933238032	12	7	4	7	4	False	122563	fragment	False	ENG0109_000000002147	1.0		0	0	False	False	0.9997986555099487	0					non-mobilizable	no_good_hit	4222.0	95.381	60.0	0.09437593715730815	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0131_000000007301	3272	0.9997670132935944	5	4	2	4	2	True	59139	fragment	False	SPA0131_000000007301	1.0		0	0	False	False	0.9948043823242188	0					non-mobilizable	plasmid	3272.0	99.022	100.0	0.03561309445970097	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MAD0099_000000009308	3228	0.999767012282172	4	3	1	3	0	True	19951	maximal	True	MAD0099_000000009308	1.0		3	1	True	True	1.0	73					non-mobilizable	no_good_hit	919.0	79.434	28.0	0.18292931350580566	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
MON0035_000000010170	2704	0.999767012282172	3	3	1	3	0	True	108863	maximal	False	FIJ0135_000000010513	0.6311687097365325		0	0	True	True	1.0	5					non-mobilizable	plasmid	2370.0	86.414	99.0	0.8750937734433608	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
AST0153_000000000648	25550	0.9997665574441102	31	24	11	11	21	True	132596	backbone	False	ISR0120_000000000296	0.5596026123538833	PS1169|PS902	0	0	False	True	0.9999217391014099	0		MOBB	MPF_T		conjugative	plasmid	24078.0	99.838	99.0	0.7286293740162247	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0080_000000001757	12358	0.9997663759551464	16	8	4	7	5	True	105214	fragment	False	ISR0074_000000001553	0.728210532457613		0	0	False	False	1.0	0					non-mobilizable	plasmid	12290.0	99.95100000000001	99.0	0.133897824855063	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0231_000000001369	7872	0.9997663051661566	12	4	3	3	4	True	27496	maximal	True	ISR0231_000000001369	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0069_000000006864	3431	0.9997654830936548	5	4	0	3	4	False	95663	fragment	False	FIJ0069_000000006864	1.0		0	0	False	True	1.0	0	rep_cluster_2335	MOBP		MOBP,MOB_unknown	mobilizable	chromosome	2330.0	99.485	100.0	0.00047295678202561155	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
MON0046_000000004439	6063	0.9997654651261376	6	5	5	4	5	False	11542	maximal	True	MON0046_000000004439	1.0		0	0	False	False	0.9980207681655884	0					non-mobilizable	no_good_hit	511.0	70.646	8.0	0.016565010165650103	NZ_WEHX01000020.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_20_length_30003_cov_224.103030, whole genome shotgun sequence	True	False
ISR0170_000000020805	2231	0.9997648276751188	5	3	2	3	3	False	69526	fragment	False	ISR0170_000000020805	1.0		0	0	False	False	0.9973106384277344	0					non-mobilizable	no_good_hit	252.0	75.794	11.0	0.00030703820344425345	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0017_000000001688	18407	0.999764616829986	17	12	8	10	5	False	128627	fragment	False	ISR0017_000000001688	1.0		0	0	False	False	0.9998370409011841	0					non-mobilizable	no_good_hit	2809.0	97.79299999999999	28.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0011_000000004964	5029	0.9997639574307379	8	3	1	3	1	True	127638	maximal	False	ISR0365_000000002838	0.9965025452064282	PS111	0	0	True	True	0.9998011589050293	12					non-mobilizable	no_good_hit	990.0	78.485	28.0	0.19535546954573232	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0264_000000002954	3278	0.9997635709019164	5	3	3	3	3	False	119303	fragment	False	DEN0096_000000012065	0.9484924623115578		0	0	False	False	0.9917632937431335	0					non-mobilizable	no_good_hit	326.0	72.699	10.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0363_000000003330	5385	0.9997629991472964	4	3	2	3	2	False	100530	fragment	False	ISR0363_000000003330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.852	7.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0243_000000002029	4633	0.999762951115372	10	3	3	2	3	False	27234	maximal	True	ISR0243_000000002029	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0197_000000000534	23196	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.448218327198498	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23209.0	98.169	100.0	0.7020825765831215	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CAN0011_000000001297	23105	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.45550970290039916	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23105.0	99.79700000000001	100.0	0.6989344957016588	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0029_000000001401	23059	0.9997627139279196	24	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.44938820674253527	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20720.0	99.006	99.0	0.6271037655890543	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0340_000000000866	23053	0.9997627139279196	24	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.44937394378582757	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20716.0	99.006	99.0	0.6269826855551519	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0032_01_000000000791	22989	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.45368754205314255	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22990.0	99.796	100.0	0.6955139847439157	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0122_000000000516	22985	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.45360908156436375	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22989.0	99.78299999999999	100.0	0.6955139847439157	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0183_000000000962	22984	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.453732111918365	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22984.0	99.839	100.0	0.6955139847439157	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0080_000000000745	22983	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.4537334739374266	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22984.0	99.839	100.0	0.6955139847439157	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0043_000000000722	22980	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.453606545759882	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22980.0	99.795	99.0	0.6952415546676353	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0129_000000000566	22893	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.4513933478273719	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22894.0	99.79899999999999	100.0	0.6926383339387335	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0804_000000000786	22791	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.44742599147608975	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22791.0	99.917	100.0	0.7356663223140496	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CHI0077_000000000443	22739	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.4434567902643877	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22741.0	99.98200000000001	100.0	0.7328305778465307	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0135_000000000741	22727	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.44342131658917244	PS1169|PS902	0	0	False	True	0.9999560117721558	0		MOBB	MPF_T		conjugative	plasmid	22727.0	99.90299999999999	100.0	0.7336002066115702	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0081_000000000775	22726	0.9997627139279196	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.44351722937042776	PS1169|PS902	0	0	False	True	0.9999560117721558	0		MOBB	MPF_T		conjugative	plasmid	22726.0	99.925	100.0	0.7336002066115702	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MAD0098_000000000588	31444	0.9997623601776244	31	28	6	10	26	True	71369	maximal	True	MAD0098_000000000588	1.0		1	1	False	False	0.9973921775817871	0		MOBP	MPF_I	MOBP	conjugative	plasmid	17285.0	98.027	94.0	0.16334344952775334	CP039299.1	enterobacteria	Escherichia coli strain PigCaeca_1 plasmid unnamed1, complete sequence	False	True
FIJ0101_000000011217	2482	0.9997619795654444	3	3	3	3	2	False	42700	maximal	True	FIJ0101_000000011217	1.0		0	0	False	False	0.9995970726013184	0					non-mobilizable	no_good_hit	1291.0	98.52799999999999	52.0	0.0031453978440614157	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0039_000000000512	26746	0.9997619254140584	24	16	12	15	15	True	95763	maximal	True	ISR0039_000000000512	1.0		3	2	True	True	1.0	51					non-mobilizable	no_good_hit	3305.0	81.271	22.0	0.013947526503261615	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
ISR0047_000000000476	30832	0.999761643343168	38	15	6	12	8	True	130781	maximal	True	ISR0047_000000000476	1.0		1	1	False	False	0.9999675750732422	0					non-mobilizable	no_good_hit	765.0	72.54899999999999	2.0	0.00023727132215841976	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
MAD0048_000000007910	2944	0.999761341642044	4	3	3	3	2	False	19906	maximal	True	MAD0048_000000007910	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	88.697	67.0	0.06363867468858571	MK275627.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p9, complete sequence	True	False
ISR0275_000000000049	53679	0.9997612408932484	48	24	14	20	10	True	132147	fragment	False	ISR0104_000000000158	0.4741141769196896		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2128.0	97.415	7.0	0.010144920620529387	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0048_000000002307	9219	0.9997608921713488	17	7	5	6	7	False	100910	fragment	False	SPA0048_000000002307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1938.0	85.70700000000001	22.0	0.015573790293357384	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ENG0160_000000006824	3144	0.9997606826900236	4	2	2	2	1	False	56480	maximal	True	ENG0160_000000006824	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0010_000000001010	15698	0.999760241249633	14	6	3	6	3	True	130757	maximal	True	ENG0010_000000001010	1.0		1	1	False	False	0.9993630051612854	0					non-mobilizable	no_good_hit	699.0	90.844	5.0	0.009719433288710397	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0198_000000000749	34568	0.9997600836475904	38	11	7	9	5	True	105682	maximal	True	ISR0198_000000000749	1.0	PS460	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	316.0	80.063	1.0	0.07549019607843137	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
ENG0104_000000004951	5587	0.9997600701733274	6	5	4	3	3	False	87869	fragment	False	ENG0104_000000004951	1.0		0	0	False	False	0.9998210072517395	0					non-mobilizable	no_good_hit	326.0	73.006	6.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0199_000000004352	6010	0.9997597901277436	8	5	4	3	4	False	28827	fragment	False	ISR0199_000000004352	1.0		0	0	False	False	0.9998335838317871	0					non-mobilizable	no_good_hit	4042.0	95.695	70.0	0.06474438351317885	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0150_000000000542	21058	0.9997594427421636	27	19	8	8	17	True	132596	backbone	False	ISR0120_000000000296	0.390310206862457	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21058.0	99.896	100.0	0.6372139484199055	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0164_000000002711	8117	0.999759348473956	8	7	6	7	7	False	103705	fragment	False	SPA0135_000000002655	0.9694105811994619		0	0	False	False	0.9997535943984985	0					non-mobilizable	no_good_hit	1181.0	76.715	21.0	0.0001572244568732346	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
USA0061_01_000000001072	12609	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7233646739787468		0	0	False	False	1.0	0					non-mobilizable	other	12307.0	98.375	100.0	0.32805375569954404	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0089_000000000348	12572	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.720279781160018		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.399	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0048_01_000000000944	12533	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7198063241556681		0	0	False	False	1.0	0					non-mobilizable	other	12251.0	98.367	100.0	0.32645388368930484	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0838_000000001290	12426	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7095991513718376		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	98.397	100.0	0.32589392848572113	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0002_000000001014	12360	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.701649585595986		0	0	False	False	1.0	0					non-mobilizable	other	12307.0	98.383	100.0	0.32805375569954404	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0006_000000003531	12359	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7016459007138165		0	0	False	False	1.0	0					non-mobilizable	other	12307.0	98.383	100.0	0.32805375569954404	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0181_000000001209	12344	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6992956532390381		0	0	False	False	1.0	0					non-mobilizable	other	12261.0	98.41799999999999	100.0	0.262787806028384	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
USA0116_01_000000002157	12341	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7075872372032085		0	0	False	False	1.0	0					non-mobilizable	other	12341.0	98.396	100.0	0.3289336853051756	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0136_000000000552	12326	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6988012995622395		0	0	False	False	1.0	0					non-mobilizable	other	12262.0	98.41799999999999	100.0	0.26280924409381295	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0143_000000002877	12307	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6996209821414994		0	0	False	False	1.0	0					non-mobilizable	other	12255.0	98.39200000000001	100.0	0.32666719995733673	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0071_01_000000001163	12299	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.696604980002035		0	0	False	False	1.0	0					non-mobilizable	other	12250.0	98.376	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0075_01_000000001849	12299	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.696549374879805		0	0	False	False	1.0	0					non-mobilizable	other	12250.0	98.367	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0079_01_000000001328	12298	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6969126964365724		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.399	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0035_01_000000002101	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6967241339059057		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.399	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0170_000000000906	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6966833771850921		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.391	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0078_000000001946	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6967241339059057		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.399	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0007_000000003364	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6967241339059057		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.399	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0175_000000001052	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6967241339059057		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.399	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0130_000000001317	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6971054353376129		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.448	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0288_000000001638	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6967241339059057		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.399	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0261_000000001095	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6967241339059057		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.399	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0045_01_000000001213	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6966374698217752		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.391	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0059_01_000000001864	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6967241339059057		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.399	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0003_000000001656	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6966677355603543		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.391	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0009_01_000000001949	12295	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6968499835198934		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.44	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0153_000000001290	12290	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6968167781045858		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.416	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0164_000000001416	12290	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6967050384371388		0	0	False	False	1.0	0					non-mobilizable	other	12246.0	98.399	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0029_000000001499	12268	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.695106905760941		0	0	False	False	1.0	0					non-mobilizable	other	12238.0	98.398	100.0	0.32621390288776897	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0144_000000000298	12265	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6940941168872197		0	0	False	False	1.0	0					non-mobilizable	other	12201.0	98.435	100.0	0.26150152210264543	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0367_000000000832	12263	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.694075571914023		0	0	False	False	1.0	0					non-mobilizable	other	12200.0	98.434	100.0	0.2614800840372165	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0280_000000000372	12263	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.694075571914023		0	0	False	False	1.0	0					non-mobilizable	other	12200.0	98.434	100.0	0.2614800840372165	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0281_000000000901	12263	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.694075571914023		0	0	False	False	0.9999184608459473	0					non-mobilizable	other	12200.0	98.434	100.0	0.2614800840372165	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0192_000000001461	12261	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6940814279947061		0	0	False	False	1.0	0					non-mobilizable	other	12201.0	98.435	100.0	0.26150152210264543	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0808_000000000838	12255	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6948105864258599		0	0	False	False	1.0	0					non-mobilizable	other	12226.0	98.397	100.0	0.32589392848572113	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0794_000000001203	12245	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.7064930828682191		0	0	False	False	1.0	0					non-mobilizable	other	12245.0	99.624	100.0	0.32642721915580086	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0189_000000000594	12243	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6922464887302789		0	0	False	False	0.9997549653053284	0					non-mobilizable	other	12180.0	98.432	100.0	0.26105132272863696	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0827_000000000619	12235	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6928701152589184		0	0	False	False	0.998773992061615	0					non-mobilizable	other	12206.0	98.402	100.0	0.3253606378156414	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0770_000000000559	12223	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6921652044366664		0	0	False	False	1.0	0					non-mobilizable	other	12180.0	98.432	100.0	0.26105132272863696	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0781_000000001744	12223	0.9997588001219314	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.6921652044366664		0	0	False	False	1.0	0					non-mobilizable	other	12180.0	98.432	100.0	0.26105132272863696	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0205_000000001400	14401	0.9997584381285229	13	8	8	6	6	True	91982	maximal	True	ISR0205_000000001400	1.0		6	2	True	True	1.0	14					non-mobilizable	no_good_hit	3484.0	94.48899999999999	27.0	0.028023159369639967	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
SPA0139_000000001420	12107	0.9997584221369934	13	12	5	4	12	True	132560	maximal	True	SPA0139_000000001420	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	8876.0	99.932	73.0	0.2297237826503404	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	True	True
DEN0026_000000001248	20036	0.9997583167339288	22	16	9	9	14	True	132596	backbone	False	ISR0120_000000000296	0.38034019495866767	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20036.0	99.865	100.0	0.6062779997578399	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0064_000000005389	4995	0.9997569586264148	4	4	4	4	4	False	51794	maximal	False	FIJ0127_000000003664	0.9971179016211075		0	0	False	False	1.0	0					non-mobilizable	other	4995.0	99.66	100.0	0.30743659197242057	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
ENG0014_000000008928	2738	0.999755863680886	6	3	1	2	3	False	66929	fragment	False	ENG0014_000000008928	1.0		0	0	False	False	0.9978086352348328	0					non-mobilizable	no_good_hit								True	False
ISR0163_000000001096	4523	0.9997556357774092	6	2	2	2	1	True	101593	fragment	False	DEN0065_000000007095	0.9028041146277938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	382.0	97.64399999999999	19.0	0.00010163444730200556	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0113_000000003306	4382	0.9997556357774092	5	2	2	2	1	True	101593	fragment	False	DEN0065_000000007095	0.9568094356642942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	99.04799999999999	17.0	8.376172297330643e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0188_000000005027	4375	0.9997556357774092	6	2	2	2	1	True	101593	fragment	False	DEN0065_000000007095	0.8978454461051526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	99.04799999999999	17.0	8.376172297330643e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0065_000000007095	4369	0.9997556357774092	5	2	2	2	1	True	101593	fragment	False	DEN0065_000000007095	0.9616123608477491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	99.04799999999999	17.0	8.376172297330643e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0068_000000004517	4331	0.9997556357774092	5	2	2	2	1	True	101593	fragment	False	DEN0065_000000007095	0.8973562860239553		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	98.73	16.0	8.376172297330643e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0306_000000001991	4297	0.9997556357774092	5	2	2	2	1	True	101593	fragment	False	DEN0065_000000007095	0.9004641729302647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	98.40299999999999	15.0	0.09243852837862822	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	True
AUS0010_000000005266	4251	0.9997556357774092	5	2	2	2	1	False	101593	fragment	False	DEN0065_000000007095	0.8310459895469026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	482.0	98.54799999999999	14.0	0.08874098724348309	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	False
ISR0181_000000004498	4032	0.9997556357774092	5	2	2	2	1	False	101593	fragment	False	DEN0065_000000007095	0.29529260993221096		0	0	False	False	0.9997519850730896	0					non-mobilizable	no_good_hit	354.0	98.023	11.0	9.416524907508651e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0034_000000005506	2607	0.9997556357774092	4	2	2	2	1	False	65465	fragment	False	ENG0034_000000005506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	97.368	7.0	5.0417088031703545e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0052_000000003657	7114	0.9997556007594979	8	8	3	3	8	True	132544	fragment	False	CHI0126_000000000854	0.1414614753673249		0	0	False	False	1.0	0					non-mobilizable	other	7115.0	99.775	100.0	0.18966482681385488	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0079_000000004921	7113	0.9997556007594979	8	8	3	3	8	True	132544	fragment	False	CHI0126_000000000854	0.14137839155488438		0	0	False	False	1.0	0					non-mobilizable	plasmid	7113.0	99.944	100.0	0.1841103833907168	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0002_000000011854	2980	0.9997550819191589	6	2	1	2	1	False	52425	maximal	True	FIJ0002_000000011854	1.0		3	1	False	False	0.9996644258499146	0					non-mobilizable	no_good_hit	79.0	98.734	3.0	2.497592864825471e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
DEN0067_000000009129	3518	0.9997548491724668	4	3	2	3	1	True	70851	maximal	False	ENG0154_000000008352	0.9880180434169721		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.0022621667889459528	AP022348.1	b-proteobacteria	Rhodocyclaceae bacterium ICHIJ1 plasmid pICHIJ1 DNA, complete sequence	True	True
MON0021_000000008308	3249	0.9997547967489084	6	3	2	2	1	False	59433	fragment	False	MON0021_000000008308	1.0		0	0	False	False	0.9969221353530884	0					non-mobilizable	no_good_hit	880.0	97.273	89.0	0.019671911017612963	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
AST0028_000000008557	1933	0.9997545508582032	2	2	2	2	2	False	118790	maximal	True	AST0028_000000008557	1.0		2	1	False	False	0.9974133372306824	0					non-mobilizable	chromosome	1933.0	99.897	100.0	0.0008521129711265137	CP044354.1	firmicutes	Limosilactobacillus fermentum strain 2760 chromosome, complete genome	False	False
ISR0196_000000003577	4837	0.999754540976078	4	2	2	2	2	False	96148	fragment	False	ISR0196_000000003577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	93.01100000000001	4.0	0.10087719298245613	NZ_VZBY01000005.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_70_length_1824_cov_77.9746_ID_139, whole genome shotgun sequence	True	False
ISR0363_000000003987	4589	0.999754540976078	4	2	2	2	2	False	96147	fragment	False	ISR0363_000000003987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	93.462	9.0	0.00010990391676752307	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0008_000000006173	3767	0.999754540976078	4	2	2	2	2	False	96146	fragment	False	MAD0112_000000007006	0.9649211750758362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00036555910960245445	NZ_QJJQ01000021.1	firmicutes	Pseudogracilibacillus auburnensis strain DSM 28556 Ga0244575_121, whole genome shotgun sequence	True	False
ISR0103_000000007495	3548	0.999754540976078	3	2	2	2	2	False	96146	fragment	False	MAD0112_000000007006	0.7225873287062562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	2.0	0.03081019399011031	HG796815.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00104	True	False
MAD0050_000000006585	3510	0.999754540976078	3	2	2	2	2	False	96146	fragment	False	MAD0112_000000007006	0.7148753160793205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000004079	3184	0.999754540976078	4	2	2	2	2	False	96142	fragment	False	FIJ0145_000000004079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	93.50299999999999	22.0	0.00018859725522970584	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0045_000000009100	2520	0.999754540976078	3	2	2	2	2	False	96133	fragment	False	FIJ0138_000000007160	0.9600130373765343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0138_000000007160	2518	0.999754540976078	3	2	2	2	2	False	96133	fragment	False	FIJ0138_000000007160	0.9600742153043618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0282_000000009014	2454	0.999754540976078	2	2	2	2	2	False	96133	fragment	False	FIJ0138_000000007160	0.5288849308642458		0	0	False	False	0.9991850256919861	0					non-mobilizable	no_good_hit	164.0	89.634	10.0	4.348140396385015e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0149_000000009975	2401	0.999754540976078	3	2	2	2	2	False	96133	fragment	False	FIJ0138_000000007160	0.8455735350777818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0051_000000012523	2316	0.999754540976078	2	2	2	2	2	False	96133	fragment	False	FIJ0138_000000007160	0.4201223056528582		0	0	False	False	0.9987046718597412	0					non-mobilizable	no_good_hit								True	False
AST0010_000000008779	3210	0.9997544582191816	4	4	2	2	4	False	126359	fragment	False	AST0010_000000008779	1.0		0	0	False	False	0.995015561580658	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000003447	7737	0.9997539854429868	8	5	4	4	3	False	106853	fragment	False	SPA0042_000000003447	1.0		0	0	False	False	0.9993537664413452	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
USA0091_01_000000001588	7115	0.9997538442655368	8	7	3	3	7	True	132544	fragment	False	CHI0126_000000000854	0.14149485472346318		0	0	False	False	1.0	0					non-mobilizable	other	7116.0	99.775	100.0	0.18966482681385488	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
FIJ0020_000000018461	1150	0.9997534305399915	2	2	2	2	2	False	49727	fragment	False	FIJ0020_000000018461	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1147.0	100.0	99.0	0.009001437402307699	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
MON0103_000000001454	17328	0.999752776317948	20	11	8	10	7	True	71163	fragment	False	MON0103_000000001454	1.0		0	0	False	False	0.9983264207839966	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
ISR0857_000000000304	4330	0.9997526523840284	5	3	2	2	2	True	101593	fragment	False	DEN0065_000000007095	0.9045711967122744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	98.73	16.0	8.376172297330643e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0312_000000013826	1361	0.9997515541693771	2	1	1	1	1	False	25245	fragment	False	ISR0312_000000013826	1.0		0	0	False	False	0.9977957606315613	0					non-mobilizable	no_good_hit								True	False
MAD0051_000000002955	7709	0.9997507729765795	7	5	1	4	5	False	49910	maximal	True	MAD0051_000000002955	1.0		4	1	False	False	1.0	0	rep_cluster_2335	MOBP		MOBP	mobilizable	no_good_hit	1947.0	99.743	57.0	0.5145425700687467	CP034825.1	enterobacteria	Salmonella sp. SSDFZ54 plasmid pTB506, complete sequence	True	True
ISR0040_000000002196	10529	0.9997503294839488	18	8	3	7	5	True	111041	fragment	False	ISR0040_000000002196	0.9761292166952544		0	0	False	False	0.9931617379188538	0					non-mobilizable	plasmid	5768.0	98.90799999999999	91.0	0.06268253345538555	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0097_000000005946	5103	0.9997501320047912	5	3	1	3	2	False	127193	fragment	False	SPA0097_000000005946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1875.0	97.333	54.0	0.04191750777700692	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0013_000000000872	19727	0.9997500645730898	29	24	9	14	22	True	125623	fragment	False	ISR0013_000000000872	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	8756.0	98.561	81.0	0.2639384950662873	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
MAD0040_000000001175	12409	0.9997495570735542	13	12	5	9	12	True	97938	maximal	True	MAD0040_000000001175	1.0		1	1	False	False	0.999758243560791	0					non-mobilizable	plasmid	6936.0	96.295	90.0	0.06738623103850641	CP057224.1	enterobacteria	Escherichia coli strain RHB32-C19 plasmid pRHB32-C19_2, complete sequence	False	True
CHI0187_000000003373	5261	0.9997494278155726	5	5	5	4	4	False	77106	maximal	True	CHI0187_000000003373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2297.0	99.652	44.0	0.0006490138297045375	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	True	False
MAD0088_000000001949	7923	0.9997492289747191	8	2	2	2	2	False	36501	backbone	False	MAD0067_000000000953	0.9582662809954652	PS119	0	0	False	True	0.9923008680343628	0					non-mobilizable	no_good_hit	696.0	89.08	9.0	0.00029758318715023793	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	True
FIJ0066_000000022672	1468	0.9997488720168504	2	2	2	2	2	False	96125	fragment	False	CAN0004_000000018877	0.9716835965773797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0069_000000003086	7388	0.9997486767152428	8	8	2	2	8	True	132544	fragment	False	CHI0126_000000000854	0.1379147815109154		0	0	False	False	1.0	0					non-mobilizable	other	7313.0	99.685	99.0	0.1949710689811482	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0125_000000005193	4653	0.9997485118523576	6	4	4	4	4	True	58866	backbone	True	ENG0125_000000005193	1.0	PS257	1	1	True	True	0.9995701909065247	9					non-mobilizable	no_good_hit	34.0	94.118	1.0	1.038038185838907e-06	CP025668.1	eudicots	Ipomoea triloba cultivar NCNSP0323 chromosome 9	True	True
USA0130_01_000000007720	5133	0.9997473824084849	7	4	3	4	2	True	126344	fragment	False	USA0130_01_000000007720	1.0		0	0	False	False	0.9998051524162292	0					non-mobilizable	no_good_hit								True	True
ISR0016_000000000954	15608	0.9997470644808246	18	11	7	10	6	True	66031	fragment	False	ISR0016_000000000954	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1368.0	97.44200000000001	9.0	0.007135102407248888	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	True
ISR0092_000000000861	16525	0.9997467292869079	17	9	7	9	3	True	69719	maximal	True	ISR0092_000000000861	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	78.39	1.0	0.0003412447195321417	NZ_FNGW01000001.1	firmicutes	Romboutsia lituseburensis DSM 797, whole genome shotgun sequence	True	True
ISR0024_000000013091	1888	0.9997466523628318	3	2	2	2	2	False	37444	fragment	False	ISR0024_000000013091	1.0		0	0	False	False	0.9994703531265259	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
DEN0065_000000001300	15774	0.999746348678346	19	19	6	7	18	True	132578	maximal	True	DEN0065_000000001300	0.9615989515072083		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	8143.0	96.181	85.0	0.1593194425387616	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	True	True
SPA0051_000000002462	9084	0.9997463355099496	11	11	4	3	10	True	132544	fragment	False	CHI0126_000000000854	0.21107928928948896		0	0	False	False	0.9966974854469299	0					non-mobilizable	plasmid	8717.0	99.931	96.0	0.22560770405653782	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0143_000000000901	20260	0.999746121897486	28	24	10	13	22	True	123700	fragment	False	ENG0143_000000000901	1.0		0	0	False	True	0.999950647354126	0	rep_cluster_1702				non-mobilizable	plasmid	11479.0	99.46	100.0	0.3466916883588595	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
DEN0073_000000010773	4350	0.9997456228199332	10	4	3	3	4	False	70209	fragment	False	DEN0073_000000010773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	7.027512029513737e-06	CP047095.1	firmicutes	Bacillus marisflavi strain 151-25 chromosome, complete genome	True	False
USA0018_01_000000001879	13016	0.99974541826932	21	8	3	7	5	True	111057	fragment	False	USA0018_01_000000001879	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4688.0	97.44	95.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0001_000000002749	11418	0.9997452833632426	12	10	6	9	7	True	118744	maximal	True	SPA0001_000000002749	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	6784.0	81.176	59.0	0.05528923505969521	NZ_ATVP01000007.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	True
ISR0172_000000004170	3783	0.9997452314245076	6	3	2	3	2	True	112624	fragment	False	ISR0378_000000005406	0.9382660173245817		0	0	False	False	0.9989426136016846	0					non-mobilizable	no_good_hit	871.0	82.54899999999999	23.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0351_000000003403	3685	0.9997452314245076	7	3	2	3	2	True	112624	fragment	False	ISR0378_000000005406	0.7466158451096805		0	0	False	False	0.9867028594017029	0					non-mobilizable	no_good_hit	871.0	82.54899999999999	23.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0821_000000009024	3161	0.9997452314245076	4	3	2	3	2	True	112614	fragment	False	ISR0821_000000009024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	82.454	27.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0052_000000007124	3352	0.99974472771709	4	2	2	2	1	True	24672	fragment	False	MAD0092_000000005381	0.9523187299805982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	98.93299999999999	14.0	0.0691440192272139	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	True
SPA0020_000000000755	21469	0.9997447211362068	27	20	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.40719287132452003	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21469.0	99.925	100.0	0.6930526859504132	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0135_000000007685	3124	0.9997446487136332	6	4	2	2	3	False	29322	fragment	False	SPA0135_000000007685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2591.0	86.8	82.0	0.10290532709906886	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ENG0056_000000000621	23501	0.9997434722140108	32	25	10	11	21	True	132596	backbone	False	ISR0120_000000000296	0.46263463061459625	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23506.0	99.81700000000001	99.0	0.7113149291681802	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0272_000000000765	13983	0.999742891759148	19	9	4	8	4	True	105215	fragment	False	ISR0272_000000000765	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	13983.0	99.77799999999999	100.0	0.15228194063031253	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AUS0014_000000008082	3885	0.9997427415563536	5	4	4	4	4	False	100903	fragment	False	CHI0177_000000003168	0.6854885676807194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	45.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ISR0379_000000007139	3197	0.9997425641176216	6	6	3	5	3	True	109238	maximal	True	ISR0379_000000007139	1.0		1	1	False	False	0.9996871948242188	0					non-mobilizable	no_good_hit	1971.0	99.54299999999999	64.0	0.046397701311853785	KM007160.1	firmicutes	Lactococcus garvieae strain IPLA 31405 plasmid pLG42, complete sequence	True	True
USA0065_01_000000003075	3648	0.9997424302543456	6	2	2	2	2	False	101401	fragment	False	USA0065_01_000000003075	1.0		0	0	False	False	0.9980811476707458	0					non-mobilizable	other	3648.0	99.315	100.0	0.1072563559322034	NZ_CAEUHO010000007.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
CAN0011_000000003574	8893	0.9997418728619312	12	12	9	10	11	True	114244	maximal	True	CAN0011_000000003574	1.0		1	1	False	False	0.9998875260353088	0					non-mobilizable	plasmid	8905.0	99.585	100.0	0.05895673592626435	CP027135.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed3	False	True
FIJ0089_000000001813	11109	0.9997416238614348	10	5	3	2	5	True	46742	fragment	False	FIJ0089_000000001813	1.0		0	0	False	False	0.9998199939727783	0					non-mobilizable	no_good_hit	152.0	100.0	1.0	0.0003681822282583518	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
FIJ0061_000000002289	9541	0.9997416238614348	10	5	3	2	5	True	46739	fragment	False	FIJ0061_000000002289	1.0		0	0	False	False	0.999790370464325	0					non-mobilizable	no_good_hit	108.0	100.0	1.0	0.00026089734055393136	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0167_000000006386	4884	0.9997415514276964	7	5	4	5	2	True	130295	fragment	False	ISR0006_000000003587	0.8148100509642879		0	0	False	False	0.9995905160903931	0					non-mobilizable	no_good_hit	977.0	92.221	57.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0080_01_000000001273	21637	0.9997413853423044	21	12	10	9	11	True	637	maximal	True	USA0080_01_000000001273	1.0		1	1	False	False	0.998844563961029	0					non-mobilizable	no_good_hit	2689.0	92.339	12.0	0.0007426023933919504	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	True	True
BAN0014_000000000052	24856	0.9997411793253042	32	18	11	13	14	True	98564	maximal	True	BAN0014_000000000052	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	4778.0	98.2	20.0	0.0012737650547692298	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0280_000000000113	27811	0.9997410084916952	24	13	8	11	10	False	26203	fragment	False	ISR0280_000000000113	1.0		0	0	False	False	0.9999280571937561	0					non-mobilizable	no_good_hit	2615.0	92.314	9.0	0.0011532752221556004	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
SPA0104_000000003074	9729	0.9997409651605628	12	11	3	3	11	True	132544	fragment	False	CHI0126_000000000854	0.21455459718740566		0	0	False	False	1.0	0					non-mobilizable	plasmid	8917.0	99.96600000000001	92.0	0.2308110486939864	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0284_000000004167	2619	0.9997406827334472	4	3	2	2	2	False	31411	maximal	True	ISR0284_000000004167	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	2619.0	100.0	100.0	0.0005388387921119599	CP045526.1	enterobacteria	Shigella sonnei strain 6607.69 chromosome, complete genome	False	False
ENG0015_000000001180	16848	0.9997403033370564	17	11	8	9	5	False	128626	fragment	False	ENG0015_000000001180	1.0		0	0	False	False	0.9999406337738037	0					non-mobilizable	no_good_hit	3183.0	97.51799999999999	28.0	0.015179206253012221	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0011_000000007481	2554	0.999740202394388	4	2	2	2	1	False	8045	maximal	True	SPA0011_000000007481	1.0		1	1	False	False	0.9890367984771729	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000000455	39865	0.9997399558730408	51	32	17	27	18	True	103567	fragment	False	USA0084_01_000000000271	0.9567649351244785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	13971.0	83.995	63.0	0.029557897603833524	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
SPA0054_000000002480	8958	0.9997397723978432	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.215048385397178		0	0	False	False	1.0	0					non-mobilizable	other	8958.0	99.944	100.0	0.23883422659520573	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0054_000000000699	8931	0.9997397723978432	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.2145981559474993		0	0	False	False	1.0	0					non-mobilizable	other	8931.0	100.0	100.0	0.23811428419059807	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0048_000000001619	8931	0.9997397723978432	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.2145981559474993		0	0	False	False	1.0	0					non-mobilizable	other	8931.0	100.0	100.0	0.23811428419059807	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0146_000000002394	8931	0.9997397723978432	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.21459444085742366		0	0	False	False	1.0	0					non-mobilizable	other	8931.0	99.955	100.0	0.23811428419059807	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0028_000000000848	8925	0.9997397723978432	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.2145824344424647		0	0	False	False	1.0	0					non-mobilizable	other	8925.0	100.0	100.0	0.23795429698957415	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0074_000000002867	8886	0.9997397723978432	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.2107826385166352		0	0	False	False	1.0	0					non-mobilizable	other	8690.0	99.94200000000001	98.0	0.23168813161613738	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0146_000000000645	8775	0.9997397723978432	12	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.21075195909410027		0	0	False	False	0.9986324906349182	0					non-mobilizable	plasmid	8776.0	99.305	100.0	0.2007642495938494	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
DEN0004_000000000034	8735	0.9997397723978432	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.16763451961662032		0	0	False	False	1.0	0					non-mobilizable	other	8735.0	100.0	100.0	0.5978915662650602	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
CHI0049_000000001581	8690	0.9997397723978432	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.21079260960643728		0	0	False	False	1.0	0					non-mobilizable	other	8690.0	100.0	100.0	0.23168813161613738	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0071_000000001338	8445	0.9997397723978432	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.13596765908674757		0	0	False	False	0.9992895126342773	0					non-mobilizable	other	8375.0	100.0	99.0	0.5732475355969332	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
AST0093_000000002509	8422	0.9997397723978432	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.19441401886276619		0	0	False	False	0.9996438026428223	0					non-mobilizable	other	8422.0	99.988	100.0	0.5764649507119387	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
AST0040_000000015936	1270	0.9997397557535423	2	2	2	2	2	False	115884	fragment	False	AST0040_000000015936	1.0		0	0	False	False	0.995275616645813	0					non-mobilizable	plasmid	1113.0	100.0	99.0	0.01589775115444551	CP008932.1	enterobacteria	Klebsiella pneumoniae strain PMK1 plasmid pPMK1-C, complete sequence	False	True
ENG0049_000000002873	6854	0.9997390772671084	7	7	0	5	7	False	127612	backbone	False	SPA0066_000000002401	0.9316193257707939	PS1013|PS676	0	0	True	True	1.0	828	rep_cluster_2350,rep_cluster_2370	MOBP		MOBP	mobilizable	plasmid	5674.0	100.0	100.0	0.8236062717770035	CP038396.1	enterobacteria	Escherichia coli O157:H7 strain DEC5A plasmid pDEC5A-3, complete sequence	False	True
CHI0124_000000000542	22890	0.9997388404361612	26	19	11	10	16	True	132596	backbone	False	ISR0120_000000000296	0.4476383452659056	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22890.0	99.917	100.0	0.7388623450413223	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CHI0027_000000000293	22855	0.9997388404361612	26	19	11	10	16	True	132596	backbone	False	ISR0120_000000000296	0.44022942149944544	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22868.0	98.434	100.0	0.7368268394082955	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0082_000000000651	24047	0.9997384443595551	19	14	9	13	9	True	125343	maximal	False	ISR0141_000000000972	0.9767811031321317	PS770|PS925|PS926|PS927	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	3390.0	78.23	29.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0122_000000002717	6530	0.999737572189856	8	8	7	7	7	False	49728	fragment	False	FIJ0122_000000002717	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6468.0	99.62899999999999	100.0	0.05079606952942747	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
MON0043_000000003700	5597	0.9997373808751752	6	2	2	2	2	False	96137	fragment	False	MON0043_000000003700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	100.0	2.0	8.576715778392e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
MON0032_000000003577	5513	0.9997373808751752	5	2	2	2	2	False	101282	fragment	False	MAD0040_000000003958	0.37580238009376127		0	0	False	False	0.9965535998344421	0					non-mobilizable	no_good_hit								True	False
ISR0041_000000000924	11283	0.9997372430790366	8	8	4	7	8	False	108511	fragment	False	ISR0041_000000000924	1.0		0	0	False	False	1.0	0	IncFII,rep_cluster_2183	MOBF			mobilizable	plasmid	10588.0	96.165	97.0	0.2304658561031943	NZ_MRUL01000025.1	enterobacteria	Izhakiella australiensis strain D4N98 plasmid unnamed NODE_25_length_45894_cov_192.909_ID_4826, whole genome shotgun sequence	False	True
MON0062_000000003007	11782	0.9997371393715232	10	8	7	8	5	True	112627	fragment	False	MON0062_000000003007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	75.76899999999999	19.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0005_01_000000002984	11082	0.999736848203454	14	5	4	5	3	True	99221	backbone	False	ENG0181_000000001971	0.12894765038198186	PS555	0	0	True	True	0.9998195171356201	17	rep_cluster_78				non-mobilizable	other	4021.0	95.79700000000001	98.0	0.1511750527267249	NZ_NHOC01000021.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c23, whole genome shotgun sequence	False	True
ISR0137_000000004332	6458	0.9997362853145416	8	5	4	5	3	True	126348	backbone	False	ISR0779_000000004531	0.9762121217419075	PS955	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	239.0	89.958	4.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0149_000000000717	21593	0.9997362729647248	25	18	8	8	18	False	87423	fragment	False	CHI0149_000000000717	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	11369.0	96.35	99.0	0.08163749586527261	MN510446.1	enterobacteria	Escherichia coli strain SvETEC plasmid pSvP1_F, complete sequence	False	True
SPA0033_000000002162	11723	0.9997361054905624	18	10	7	8	9	True	70963	fragment	False	SPA0033_000000002162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.44	15.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
SPA0099_000000000593	16093	0.9997359367930962	15	15	11	11	15	False	98029	maximal	True	SPA0099_000000000593	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	11388.0	99.289	92.0	0.04654937004848297	MF156696.1	enterobacteria	Klebsiella pneumoniae strain 1642 plasmid p1642-2, complete sequence	False	True
FIJ0160_000000001906	8227	0.9997356439264584	10	3	2	3	2	False	101287	fragment	False	FIJ0160_000000001906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	94.01700000000001	9.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0041_000000005524	6259	0.9997356439264584	8	3	2	3	2	False	97848	fragment	False	FIJ0041_000000005524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	94.366	11.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0793_000000002102	5849	0.9997356439264584	6	3	2	3	2	False	97843	fragment	False	ISR0793_000000002102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000003958	5823	0.9997356439264584	5	3	2	3	2	False	101282	fragment	False	MAD0040_000000003958	0.9559514657479973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	93.54799999999999	3.0	0.08388157894736842	NZ_VZBY01000005.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_70_length_1824_cov_77.9746_ID_139, whole genome shotgun sequence	True	False
AUS0012_000000002525	5626	0.9997356439264584	5	3	2	3	2	False	101282	fragment	False	MAD0040_000000003958	0.7568950892592515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.01971830985915493	NZ_VZBY01000059.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_59_length_3905_cov_75.6901_ID_117, whole genome shotgun sequence	True	False
MAD0024_000000001586	5546	0.9997356439264584	4	3	2	3	2	False	101282	fragment	False	MAD0040_000000003958	0.9315558558151757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	92.22200000000001	3.0	0.09758771929824561	NZ_VZBY01000005.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_70_length_1824_cov_77.9746_ID_139, whole genome shotgun sequence	True	False
MAD0111_000000003085	5453	0.9997356439264584	6	3	2	3	2	False	97840	fragment	False	MAD0082_000000001030	0.4301442756525391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	95.064	11.0	0.00016725668886708	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0146_000000003292	5024	0.9997356439264584	5	3	2	3	2	False	97840	fragment	False	MAD0082_000000001030	0.39122405296230084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	88.05	3.0	4.214761856618603e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0047_000000005927	4934	0.9997356439264584	6	3	2	3	2	False	97840	fragment	False	MAD0082_000000001030	0.3891479914303583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	89.773	4.0	4.668248891824402e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0003_000000005279	4776	0.9997356439264584	5	3	2	3	2	False	97840	fragment	False	MAD0082_000000001030	0.34601624199893743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0165_000000003814	4774	0.9997356439264584	5	3	2	3	2	False	97840	fragment	False	MAD0082_000000001030	0.3468999361450145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0013_000000001537	4732	0.9997356439264584	5	3	2	3	2	False	97840	fragment	False	MAD0082_000000001030	0.19289340494285362		0	0	False	False	0.9991546869277954	0					non-mobilizable	no_good_hit								True	False
FIJ0061_000000005074	4591	0.9997356439264584	4	3	2	3	2	False	97840	fragment	False	MAD0082_000000001030	0.3422584031339933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	88.462	3.0	4.1347347327587565e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0031_000000005051	4456	0.9997356439264584	4	3	2	3	2	False	97840	fragment	False	MAD0082_000000001030	0.3022527345834176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0070_000000004358	4414	0.9997356439264584	4	3	2	3	2	False	97840	fragment	False	MAD0082_000000001030	0.2649446158411549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
BAN0019_000000000662	4280	0.9997356439264584	4	3	2	3	2	False	97837	fragment	False	BAN0019_000000000662	1.0		0	0	False	False	0.9997663497924805	0					non-mobilizable	no_good_hit	660.0	95.0	15.0	0.00017579291541213035	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0050_000000006352	3776	0.9997356439264584	4	3	2	3	2	False	96730	fragment	False	ISR0050_000000006352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0167_000000004903	3744	0.9997356439264584	4	3	2	3	2	False	96723	fragment	False	FIJ0167_000000004903	0.9709872288990219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	88.272	7.0	4.29478898047845e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0051_000000009005	3655	0.9997356439264584	4	3	2	3	2	False	96723	fragment	False	FIJ0167_000000004903	0.9548915053445821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	92.537	7.0	7.122414023526374e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0179_000000000193	45541	0.9997348720618792	46	44	8	15	41	True	87876	fragment	False	FIJ0020_000000000154	0.9777792258569008		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	45567.0	99.816	100.0	0.17022309887778125	CP061755.1	enterobacteria	Escherichia coli O18ac:H14 strain 873.10 plasmid unnamed1, complete sequence	False	True
ISR0146_000000010719	3620	0.9997337312220916	8	3	3	2	2	False	36101	fragment	False	ISR0146_000000010719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	77.632	12.0	0.058870220928694275	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	False
ENG0134_000000000584	30448	0.9997330027541472	25	20	16	17	15	True	117413	maximal	False	ISR0350_000000000348	0.9755732349737384		0	0	True	True	0.9997701048851013	9					non-mobilizable	no_good_hit	6780.0	94.189	69.0	0.10273263952285315	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
DEN0040_000000000542	8958	0.9997329798768624	11	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.21045563387788987		0	0	False	False	1.0	0					non-mobilizable	plasmid	8958.0	99.93299999999999	100.0	0.2449945295404814	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
CHI0039_000000001327	8931	0.9997329798768624	11	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.21406891012504478		0	0	False	False	1.0	0					non-mobilizable	other	8931.0	99.47399999999999	100.0	0.23811428419059807	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0055_000000001451	8931	0.9997329798768624	11	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.2140626877570498		0	0	False	False	1.0	0					non-mobilizable	other	8931.0	99.49600000000001	100.0	0.23811428419059807	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0081_000000000382	8928	0.9997329798768624	11	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.2103878955246658		0	0	False	False	1.0	0					non-mobilizable	plasmid	8928.0	99.75399999999999	100.0	0.24417396061269148	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
CHI0006_000000000774	8690	0.9997329798768624	11	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.21033287747340734		0	0	False	False	0.9996547698974609	0					non-mobilizable	other	8690.0	99.54	100.0	0.23168813161613738	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0062_000000001797	8550	0.9997329798768624	11	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.2079505119043043		0	0	False	False	1.0	0					non-mobilizable	other	8550.0	99.509	100.0	0.22795509692557928	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0086_01_000000005288	3473	0.9997326242930616	6	3	2	3	2	True	120329	fragment	False	USA0086_01_000000005288	0.969106463878327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	86.632	32.0	0.0020115549403329313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0020_000000004437	5217	0.9997325230360999	9	9	4	9	6	False	49818	maximal	True	FIJ0020_000000004437	1.0		1	1	True	True	0.9998083114624023	4	Col(Ye4449)	MOBP			mobilizable	no_good_hit	2516.0	90.223	74.0	0.5699954400364797	CP056825.1	enterobacteria	Citrobacter sp. RHBSTW-00137 plasmid pRHBSTW-00137_4, complete sequence	True	True
ISR0006_000000003587	5118	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.8362133068706432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	91.709	55.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0118_000000005528	5070	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.8183246620370918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	55.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0812_000000007593	5049	0.9997323638688554	5	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.799198237456748		0	0	False	False	0.998811662197113	0					non-mobilizable	no_good_hit	987.0	85.917	36.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0079_000000006459	4890	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.7288127292225431		0	0	False	False	0.9928425550460815	0					non-mobilizable	no_good_hit	964.0	89.315	60.0	0.0020115549403329313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0097_000000005007	4866	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.8137861791747496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	58.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0033_000000005622	4866	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.6291554875388699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	61.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0033_000000005615	4866	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.8137942125267249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	58.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0094_000000004548	4865	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.8133782844360953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.119	58.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0066_000000006590	4862	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.6898859874151242		0	0	False	False	0.9997943043708801	0					non-mobilizable	no_good_hit	1002.0	86.926	61.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0093_000000008394	4847	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.7239599051008633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	85.88799999999999	61.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0177_000000005368	4842	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.7050281746580345		0	0	False	False	0.9997934699058533	0					non-mobilizable	no_good_hit	983.0	85.148	61.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0131_000000003887	4819	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.8060012530432564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	58.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0101_000000004984	4742	0.9997323638688554	5	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.777525714278279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	85.917	38.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0340_000000005309	4741	0.9997323638688554	5	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.7136045601361659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	85.917	38.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0009_000000006600	4590	0.9997323638688554	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.29324163428898314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	88.139	39.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0089_000000005171	3713	0.9997321335404024	5	3	3	3	1	True	130295	fragment	False	ISR0006_000000003587	0.21518192579218443		0	0	False	False	0.9967681169509888	0					non-mobilizable	no_good_hit	1145.0	76.76899999999999	37.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0085_000000000599	22114	0.9997320465549416	29	24	9	11	20	True	132596	backbone	False	ISR0120_000000000296	0.41173845203569837	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22129.0	99.77	99.0	0.6695120474633733	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0357_000000012333	2071	0.9997318882838444	3	2	2	2	2	False	23883	fragment	False	ISR0357_000000012333	1.0		0	0	False	False	0.9990342855453491	0					non-mobilizable	other	2003.0	98.95200000000001	97.0	0.018550090804640304	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	False	False
DEN0005_000000023921	1583	0.9997314801384268	2	2	2	2	2	False	76469	fragment	False	DEN0005_000000023921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0231_000000000430	17146	0.9997314614008505	14	10	8	10	8	True	128662	maximal	True	ISR0231_000000000430	0.9991965851523048		8	4	True	True	1.0	16					non-mobilizable	no_good_hit	861.0	85.134	23.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0067_000000002693	11420	0.9997312017453248	8	8	6	6	8	False	79500	maximal	True	FIJ0067_000000002693	1.0		0	0	False	False	0.9997373223304749	0					non-mobilizable	plasmid	7757.0	99.92299999999999	100.0	0.07158021044858778	CP019904.1	enterobacteria	Escherichia coli strain MDR_56 plasmid unnamed1, complete sequence	False	True
SPA0122_000000000545	39317	0.9997305440986162	49	22	10	19	9	True	118932	maximal	True	SPA0122_000000000545	1.0	PS672	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	26059.0	95.71700000000001	76.0	0.2598794507424557	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
MAD0041_000000000550	21353	0.9997298847317134	16	14	10	13	13	True	45066	maximal	True	MAD0041_000000000550	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	4683.0	95.68700000000001	32.0	0.021239122836482813	MN821363.1	enterobacteria	Klebsiella pneumoniae strain 09308 plasmid pW09308-1FIIK, partial sequence	True	True
SPA0072_000000000144	37586	0.9997295106543288	53	15	7	13	7	True	90469	maximal	True	SPA0072_000000000144	1.0		4	1	True	True	1.0	110					non-mobilizable	no_good_hit	425.0	87.294	1.0	0.00015606791309961919	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	True
ENG0082_000000003856	4707	0.9997294818137066	3	3	2	3	1	True	123310	fragment	False	AST0149_000000005631	0.9811495673671199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0200_000000000579	24712	0.9997294267096049	32	13	6	12	6	True	130779	fragment	False	ISR0200_000000000579	1.0		0	0	False	False	0.9996358156204224	0					non-mobilizable	no_good_hit	745.0	71.946	3.0	0.0002308672378896365	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
CHI0108_000000001118	6152	0.9997292926550522	7	7	0	5	7	False	127612	backbone	False	SPA0066_000000002401	0.15380889110336046	PS1013|PS676	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	5879.0	97.125	99.0	0.549695550351288	CP047382.1	enterobacteria	Escherichia coli strain CAU16175 plasmid pCAU16175_4, complete sequence	False	True
FIJ0067_000000024785	1329	0.9997291405816398	2	1	1	1	1	False	45166	fragment	False	FIJ0067_000000024785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0042_000000012201	2417	0.999728769433652	5	2	1	2	1	True	46657	fragment	False	ISR0042_000000012201	1.0		0	0	False	False	0.9933802485466003	0					non-mobilizable	plasmid	2418.0	98.18	100.0	0.026339305174142364	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0058_000000000471	31624	0.9997275363571286	42	41	6	25	41	True	113256	maximal	True	ENG0058_000000000471	1.0		2	2	False	False	1.0	0			MPF_F	MOBF	mobilizable	other	31630.0	99.719	100.0	0.3178150466754424	LM995886.1	enterobacteria	Escherichia coli genome assembly FHI30, scaffold scaffold-16_contig-12.0_1_99517_[organism:Escherichia	False	True
MAD0105_000000005730	5255	0.9997271110271659	4	4	4	4	4	False	59386	fragment	False	MAD0105_000000005730	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5255.0	100.0	100.0	0.001109937702792315	CP055124.1	enterobacteria	Shigella flexneri strain FDAARGOS_714 chromosome	False	False
ISR0161_000000000590	30846	0.9997265107087191	33	20	14	19	11	True	103131	maximal	True	ISR0161_000000000590	1.0		1	1	False	False	0.9999027252197266	0					non-mobilizable	no_good_hit	1248.0	75.40100000000001	4.0	0.00032379995250584166	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
FIJ0042_000000003923	5766	0.9997262165717088	5	4	4	3	2	False	87567	fragment	False	FIJ0042_000000003923	1.0		0	0	False	False	0.9977453947067261	0					non-mobilizable	no_good_hit	101.0	86.139	2.0	0.0037919411674582505	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
CHI0176_000000000866	14771	0.9997259915883177	17	16	13	13	16	True	108537	maximal	True	CHI0176_000000000866	1.0		2	2	False	False	1.0	0	IncR				non-mobilizable	plasmid	8026.0	98.991	100.0	0.06688559021845125	CP050364.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_CTX_M_15, complete sequence	False	True
MON0046_000000026997	1297	0.9997252785528642	2	1	1	1	1	False	11499	fragment	False	MON0046_000000026997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	96.988	13.0	0.03050471436494731	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	False
SPA0126_000000007502	4887	0.9997247625550744	6	4	2	4	2	True	3992	maximal	True	SPA0126_000000007502	1.0		1	1	False	False	0.9997953772544861	0					non-mobilizable	no_good_hit	312.0	99.359	6.0	0.0021336443468715697	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	True	True
ISR0015_000000012343	2066	0.9997244236352258	5	5	4	4	2	False	37976	maximal	True	ISR0015_000000012343	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2002.0	100.0	100.0	0.006426871452935452	CP046503.1	enterobacteria	Citrobacter freundii strain 111 plasmid unnamed1, complete sequence	False	True
SPA0022_000000005899	2280	0.9997240667445386	4	3	1	2	3	False	73398	fragment	False	SPA0022_000000005899	1.0		0	0	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit	1406.0	96.088	89.0	0.03144372580175906	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MON0036_000000007108	2889	0.9997240256899759	3	1	1	1	1	False	12183	fragment	False	MON0036_000000007108	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000000729	36403	0.9997233818825426	37	22	16	21	11	True	103132	maximal	True	FIJ0011_000000000729	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	75.22399999999999	3.0	0.0003172399858829518	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
MON0107_000000039088	1558	0.9997232815226867	2	2	2	2	2	False	8577	maximal	True	MON0107_000000039088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	86.538	70.0	0.024326925228834232	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
CHI0108_000000001301	5372	0.9997230517337742	8	8	2	5	6	True	82952	fragment	False	CHI0108_000000001301	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5372.0	99.98100000000001	100.0	0.05565860786122136	CP059004.1	enterobacteria	Escherichia coli strain 2D plasmid p2D-CTX-M-14, complete sequence	False	True
ISR0126_000000002640	16944	0.9997227636590374	16	10	8	9	6	True	32018	backbone	True	ISR0126_000000002640	1.0	PS101	2	1	True	True	1.0	118					non-mobilizable	no_good_hit	1175.0	82.723	7.0	0.0003541006885761554	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	True
ISR0104_000000003067	7928	0.9997226737170026	11	8	7	8	5	True	126353	backbone	True	ISR0104_000000003067	1.0	PS955|PS956|PS957	1	1	True	True	0.9998738765716553	13					non-mobilizable	no_good_hit	234.0	92.735	6.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
SPA0109_000000001616	11914	0.999722216692714	20	11	7	8	8	True	74627	maximal	True	SPA0109_000000001616	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1748.0	91.991	46.0	0.0004895576950207318	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0058_000000011570	2810	0.9997216733244608	4	3	3	3	2	True	63465	maximal	True	ENG0058_000000011570	1.0		0	0	False	False	0.9868327379226685	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0003942329353457986	NZ_KE384435.1	firmicutes	Gemella cuniculi DSM 15828 H612DRAFT_scaffold00009.9, whole genome shotgun sequence	True	True
MAD0021_000000000241	26929	0.99972097805987	34	31	6	22	30	True	46812	fragment	False	MAD0021_000000000241	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	14663.0	94.899	99.0	0.19703863238659308	CP058082.1	enterobacteria	Escherichia coli strain RHB01-C23 plasmid pRHB01-C23_3, complete sequence	False	True
MAD0061_000000003486	4506	0.9997204896827862	5	3	2	3	2	True	24000	maximal	True	MAD0061_000000003486	1.0		0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
CHI0020_000000002668	3443	0.999720405889386	6	2	1	2	1	False	89385	maximal	True	CHI0020_000000002668	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	91.954	3.0	0.0011491145058807625	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	True	False
SPA0002_000000004012	6836	0.9997201142704364	9	8	6	6	8	False	8421	maximal	True	SPA0002_000000004012	1.0		1	1	False	False	0.9998537302017212	0					non-mobilizable	chromosome	6781.0	99.779	100.0	0.0022649806925429017	CP051005.1	firmicutes	Enterococcus faecalis strain TH4125 chromosome, complete genome	False	False
ENG0081_000000000356	36551	0.9997196129163904	36	22	17	19	11	True	105731	maximal	True	ENG0081_000000000356	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	93.50200000000001	1.0	0.034137291280148425	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0069_01_000000004744	12076	0.9997196060736041	17	10	7	10	5	True	99221	backbone	False	ENG0181_000000001971	0.6664618169391923	PS555	0	0	True	True	0.9970188736915588	4	rep_cluster_78				non-mobilizable	plasmid	4056.0	98.891	95.0	0.35317183687696063	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
SPA0075_000000001511	8109	0.999719582228859	10	9	3	2	9	True	132544	fragment	False	CHI0126_000000000854	0.18834317296718725		0	0	False	False	1.0	0					non-mobilizable	other	8059.0	99.665	99.0	0.1727479312266861	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
CHI0074_000000002048	8035	0.999719582228859	10	9	3	2	9	True	132544	fragment	False	CHI0126_000000000854	0.16095166460389668		0	0	False	False	1.0	0					non-mobilizable	plasmid	7958.0	98.53	99.0	0.2059851406974035	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0175_000000002524	4992	0.9997190360614646	6	3	2	3	2	True	90654	maximal	True	CHI0175_000000002524	1.0	PS429|PS480	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1155.0	91.08200000000001	48.0	0.3086021505376344	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
MON0064_000000001364	12286	0.9997190065633932	14	5	3	5	4	True	96727	fragment	False	MON0064_000000001364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	94.209	6.0	0.00018859725522970584	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0283_000000001143	10127	0.9997184001619468	10	6	5	5	5	False	128620	maximal	True	ISR0283_000000001143	1.0		0	0	False	False	0.9998025298118591	0					non-mobilizable	no_good_hit	1036.0	87.259	10.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0019_000000002819	7542	0.9997181724014492	7	4	2	4	2	False	66571	maximal	True	ENG0019_000000002819	1.0		0	0	False	False	0.9993370175361633	0					non-mobilizable	no_good_hit	718.0	88.162	28.0	0.03111438986287103	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ENG0146_000000002329	9833	0.9997181155495296	13	5	4	4	4	True	105214	fragment	False	ISR0074_000000001553	0.40477820024076777		0	0	False	False	1.0	0					non-mobilizable	plasmid	9757.0	97.85799999999999	99.0	0.10622902227453032	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0039_000000002342	8344	0.9997181155495296	10	5	4	4	4	True	103912	maximal	True	ENG0039_000000002342	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	8292.0	94.863	99.0	0.09015518068087704	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0193_000000005460	3768	0.99971810951757	4	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.1556237225966118		0	0	False	False	0.9997345805168152	0					non-mobilizable	no_good_hit	998.0	77.956	35.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0034_000000008886	4019	0.9997179348343126	6	2	2	2	1	False	7167	maximal	True	SPA0034_000000008886	1.0		1	1	False	False	0.9997512102127075	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	1.4809807228579792e-06	CP045900.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 11	True	False
ISR0122_000000002332	6417	0.9997176272543848	7	5	4	4	3	False	37190	fragment	False	ISR0122_000000002332	1.0		0	0	False	False	0.9947015643119812	0					non-mobilizable	other	6279.0	99.904	98.0	0.07953191165656617	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	False	False
ISR0849_000000007117	3736	0.9997175037543562	5	4	3	4	1	True	130295	fragment	False	ISR0006_000000003587	0.15522518133329494		0	0	False	False	0.9989293217658997	0					non-mobilizable	no_good_hit	998.0	77.956	34.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0035_000000003228	6722	0.9997171631019028	6	3	2	3	2	False	96726	fragment	False	MON0035_000000003228	1.0		0	0	False	False	0.9878012537956238	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	False
MAD0029_000000000105	26045	0.9997161456702488	24	24	17	19	24	True	98293	maximal	True	MAD0029_000000000105	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	12633.0	99.113	94.0	0.09043250327653997	CP029244.1	enterobacteria	Escherichia coli strain ECCRA-119 plasmid pTB202, complete sequence	False	True
USA0145_01_000000000133	58398	0.9997160159586831	99	37	14	27	17	True	88753	maximal	True	USA0145_01_000000000133	1.0		1	1	False	False	0.9999828934669495	0					non-mobilizable	no_good_hit	2150.0	94.37200000000001	34.0	0.03803211285577571	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0102_000000001533	12655	0.9997159128067687	13	7	6	5	7	False	99391	fragment	False	ENG0102_000000001533	1.0		0	0	False	False	0.9993678331375122	0					non-mobilizable	no_good_hit	4191.0	76.33	33.0	0.0006804605482947403	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
FIJ0074_000000008570	3780	0.999715882114916	4	3	2	3	2	True	116353	backbone	False	FIJ0092_000000008111	0.8662144208616213	PS773	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
AST0026_000000001010	21305	0.9997158351706816	23	12	8	12	4	True	119613	maximal	True	AST0026_000000001010	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	82.235	4.0	0.0017439052185422709	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0002_000000006129	4010	0.9997154173588274	3	2	2	2	2	False	48601	fragment	False	SPA0037_000000005882	0.9520650076131907		0	0	False	False	1.0	0					non-mobilizable	plasmid	3831.0	100.0	100.0	0.030088537288574996	KF705206.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 9134 plasmid p9134dT, complete sequence	False	True
MON0072_000000005137	3988	0.9997154173588274	2	2	2	2	2	False	48601	fragment	False	SPA0037_000000005882	0.9565093475438281		0	0	False	False	1.0	0					non-mobilizable	plasmid	3915.0	100.0	100.0	0.03581854620995122	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
MON0045_000000006048	3948	0.9997154173588274	2	2	2	2	2	False	48601	fragment	False	SPA0037_000000005882	0.9518314955802856		0	0	False	False	1.0	0					non-mobilizable	chromosome	3852.0	100.0	100.0	0.0009229553937647425	CP046048.1	enterobacteria	Proteus mirabilis strain HN2p chromosome HN2p, complete sequence	False	False
FIJ0165_000000001720	10045	0.9997153157974874	7	6	4	5	6	True	90298	maximal	True	FIJ0165_000000001720	1.0		3	1	False	False	0.9995022416114807	0	IncFIB				non-mobilizable	no_good_hit	5920.0	96.537	80.0	0.017089599856792675	AP022015.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-ESBL-03_1 DNA, complete genome, strain: WP3-S18-ESBL-03	True	True
ISR0058_000000002211	8976	0.999715256956258	10	7	5	7	5	True	35540	maximal	True	ISR0058_000000002211	1.0		1	1	False	False	0.9998885989189148	0					non-mobilizable	no_good_hit	148.0	77.703	2.0	0.00023551917558675518	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	True
AST0094_000000001842	9337	0.999715049335325	7	7	6	6	5	False	109422	maximal	True	AST0094_000000001842	1.0		1	1	False	False	0.9996786713600159	0					non-mobilizable	plasmid	8247.0	98.266	91.0	0.10228287841191067	GU046453.1	firmicutes	Enterococcus faecalis strain E99 plasmid pBEE99, complete sequence	False	True
MAD0098_000000001891	15660	0.9997146413620128	21	20	11	15	15	True	97927	maximal	True	MAD0098_000000001891	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5593.0	96.245	67.0	0.03800407137848161	CP056356.1	enterobacteria	Escherichia coli strain RHBSTW-00673 plasmid pRHBSTW-00673_2, complete sequence	True	True
CHI0056_000000011489	1754	0.9997142939540772	2	2	2	2	2	False	86106	fragment	False	CHI0056_000000011489	1.0		0	0	False	False	0.9994298815727234	0					non-mobilizable	chromosome	1754.0	99.943	100.0	0.0009851353029670387	NZ_CP046314.1	firmicutes	Gemella morbillorum strain FDAARGOS_741 chromosome, complete genome	False	False
SPA0040_000000014220	2824	0.9997142237093568	7	3	3	3	3	False	6965	fragment	False	SPA0040_000000014220	1.0		0	0	False	False	0.9964589476585388	0					non-mobilizable	no_good_hit	622.0	92.605	22.0	0.009947601773478436	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
DEN0011_000000035316	1336	0.9997142069172422	2	2	2	1	2	False	75592	maximal	True	DEN0011_000000035316	1.0		1	1	False	False	0.9805389046669006	0					non-mobilizable	no_good_hit								True	False
ISR0400_000000000349	28235	0.9997139685365988	31	12	7	9	5	True	124550	fragment	False	ISR0400_000000000349	1.0		0	0	False	False	0.9999291896820068	0					non-mobilizable	no_good_hit	277.0	79.783	1.0	0.0517578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0365_000000012051	1415	0.9997137319389428	2	2	2	2	2	False	23648	fragment	False	ISR0365_000000012051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	91.48899999999999	7.0	0.0013169073916737468	NZ_QRML01000020.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf20, whole genome shotgun sequence	True	False
ISR0133_000000000687	20813	0.9997126096481744	22	16	9	9	14	True	132596	backbone	False	ISR0120_000000000296	0.39992561234727003	PS1169|PS902	0	0	False	True	0.999951958656311	0		MOBB	MPF_T		conjugative	plasmid	20486.0	99.03299999999999	99.0	0.6200811236227146	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0040_000000000415	20522	0.9997126096481744	22	16	9	9	14	True	132596	backbone	False	ISR0120_000000000296	0.37272149965924073	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20475.0	99.59	99.0	0.6604790805785123	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0112_000000000911	19906	0.9997126096481744	22	16	9	9	14	True	132596	backbone	False	ISR0120_000000000296	0.37100675220210183	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19906.0	99.935	100.0	0.6425942665289256	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0160_000000000946	19902	0.9997126096481744	22	16	9	9	14	True	132596	backbone	False	ISR0120_000000000296	0.3708564538979711	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19902.0	99.99	100.0	0.6024034386729629	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0068_000000000591	19876	0.9997126096481744	22	16	9	9	14	True	132596	backbone	False	ISR0120_000000000296	0.3707312454232458	PS1169|PS902	0	0	False	True	0.9996981024742126	0		MOBB	MPF_T		conjugative	plasmid	19876.0	99.93	100.0	0.6415934917355371	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0211_000000007761	3534	0.9997125093593388	4	4	4	4	3	False	53666	maximal	True	ENG0211_000000007761	1.0		0	0	False	False	0.9991511106491089	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	3.0	0.006441538161233652	NZ_CACWHD010000047.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
AST0085_000000000181	56274	0.9997111547758812	65	24	14	18	19	True	128806	fragment	False	AST0085_000000000181	1.0		0	0	False	True	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	24696.0	98.82600000000001	78.0	0.14907710718127865	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0062_000000015834	2335	0.9997110120525112	4	3	3	3	3	False	69525	fragment	False	ISR0062_000000015834	1.0		0	0	False	False	0.9987152218818665	0					non-mobilizable	no_good_hit	617.0	96.921	26.0	0.004236938399317687	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
AST0101_000000001740	7860	0.9997106124194708	7	7	6	6	6	False	108539	maximal	True	AST0101_000000001740	1.0		0	0	False	False	0.9977099299430847	0					non-mobilizable	no_good_hit	3525.0	100.0	76.0	0.027679812744967128	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	True	False
CHI0177_000000000392	29036	0.9997104489167464	39	22	8	15	16	True	100961	fragment	False	CHI0177_000000000392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	85.178	6.0	0.0002706423666832307	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0271_000000001645	7835	0.9997103799017832	7	4	3	4	2	True	34500	maximal	True	ISR0271_000000001645	1.0		3	1	False	False	0.9978302717208862	0					non-mobilizable	no_good_hit	75.0	94.667	1.0	0.00012556014245985894	NZ_NTLB01000004.1	g-proteobacteria	Mangrovitalea sediminis strain M11-4 Scaffold3_1, whole genome shotgun sequence	True	True
ISR0072_000000008871	3093	0.9997100386890326	4	1	1	1	1	False	37581	fragment	False	ISR0072_000000008871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	70.893	11.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0225_000000010484	1871	0.9997100386890326	3	1	1	1	1	False	27685	fragment	False	ISR0225_000000010484	1.0		0	0	False	False	0.9855692386627197	0					non-mobilizable	no_good_hit	347.0	70.893	18.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0022_000000015956	1632	0.9997100386890326	2	1	1	1	1	False	37580	fragment	False	ISR0022_000000015956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	70.893	21.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0368_000000008774	1498	0.9997100386890326	1	1	1	1	1	False	23564	fragment	False	ISR0368_000000008774	1.0		0	0	False	False	0.9993324279785156	0					non-mobilizable	no_good_hit	347.0	70.893	23.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0021_000000002470	8378	0.999709976182436	11	7	5	7	4	True	132460	backbone	True	ISR0021_000000002470	0.960520101748099	PS1163	0	0	False	True	0.9998806118965149	0					non-mobilizable	no_good_hit	235.0	89.787	3.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0106_000000010698	3661	0.9997099351889857	9	5	4	4	5	False	6966	fragment	False	SPA0106_000000010698	0.9793584793584793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	92.598	17.0	0.010157194679564692	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0116_000000000240	50337	0.9997096587359906	60	24	14	21	15	True	122329	fragment	False	SPA0116_000000000240	0.9897252342246834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	97.281	2.0	0.14400285154161468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0058_000000000556	23647	0.9997089654568132	31	25	10	11	21	True	132596	backbone	False	ISR0120_000000000296	0.4640910377043152	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20782.0	99.88	100.0	0.6288291560721637	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0008_000000000133	29029	0.9997087561018048	37	37	6	29	37	True	113255	fragment	False	SPA0004_000000000667	0.8236111015321145		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	28953.0	99.993	100.0	0.2622463768115942	CP051734.1	enterobacteria	Escherichia coli strain SCU-109 plasmid pSCU-109-1, complete sequence	False	True
ISR0152_000000004192	5996	0.999707304374864	10	10	3	3	10	True	57996	fragment	False	ISR0152_000000004192	0.9934144714904969		0	0	False	False	1.0	0	IncX1				non-mobilizable	plasmid	6000.0	98.68299999999999	100.0	0.17702798441374423	CP048363.1	enterobacteria	Escherichia coli strain 53 plasmid p53_D, complete sequence	False	True
CHI0099_000000001303	4819	0.999707096649162	8	3	1	3	2	False	90320	fragment	False	CHI0099_000000001303	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	93.54799999999999	3.0	0.03156384505021521	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	False
CAN0015_000000001500	23629	0.999706840408758	31	24	10	11	21	True	132596	backbone	False	ISR0120_000000000296	0.4624803312994801	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20803.0	99.885	100.0	0.6294345562416758	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0040_000000018436	1109	0.99970671539976	2	2	2	2	2	False	115772	fragment	False	AST0040_000000018436	1.0		0	0	False	False	0.9594228863716125	0					non-mobilizable	other	1083.0	100.0	98.0	0.002021145440280943	NZ_RBLI01000003.1	a-proteobacteria	Paracoccus pantotrophus strain DSM 2944 Ga0242593_13, whole genome shotgun sequence	False	False
ISR0034_000000000677	23065	0.9997064984735596	30	23	9	10	20	True	132596	backbone	False	ISR0120_000000000296	0.45727754368457524	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20797.0	99.10600000000001	99.0	0.629495096258627	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0081_000000005213	4901	0.9997064206921094	4	4	2	3	3	False	61680	maximal	True	ENG0081_000000005213	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.852467834328633e-06	NZ_SODI01000001.1	high GC Gram+	Cryobacterium psychrophilum strain DSM 4854 Ga0197510_11, whole genome shotgun sequence	True	False
MON0084_000000002365	8612	0.9997062581238388	6	6	4	5	6	False	38298	fragment	False	MON0090_000000005920	0.9834342855987944		0	0	False	False	0.9988388419151306	0					non-mobilizable	no_good_hit	1207.0	73.157	14.0	0.0003707707677384624	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MAD0067_000000002883	3261	0.99970619428635	4	2	1	2	1	False	16520	maximal	True	MAD0067_000000002883	1.0		1	1	False	False	0.9996933341026306	0					non-mobilizable	no_good_hit								True	False
ISR0130_000000000807	23899	0.9997061603595891	26	13	11	11	10	True	99400	maximal	True	ISR0130_000000000807	1.0		1	1	False	False	0.9999581575393677	0					non-mobilizable	no_good_hit	128.0	83.594	1.0	0.09477611940298507	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
CHI0120_000000002003	5900	0.999705583087544	7	4	4	3	3	True	86660	fragment	False	CHI0051_000000002603	0.9714308578745199		0	0	False	False	0.9996610283851624	0					non-mobilizable	no_good_hit	1539.0	86.875	45.0	0.059614784778540236	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
FIJ0054_000000004163	5734	0.9997047846417336	8	6	3	6	6	False	49886	maximal	True	FIJ0054_000000004163	0.9985995180216763	PS170	1	1	True	True	1.0	6		MOBP			mobilizable	no_good_hit	4799.0	95.749	84.0	0.9066994700984103	CP025004.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 plasmid pJS5, complete sequence	True	True
ISR0096_000000001719	14816	0.9997046091999412	15	9	7	5	6	True	129806	backbone	True	ISR0096_000000001719	1.0	PS1069	1	1	True	True	1.0	12					non-mobilizable	no_good_hit	71.0	84.507	0.0	0.0013781697905181918	NZ_FQXK01000039.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
MAD0044_000000001344	14106	0.9997042807713749	16	15	8	10	15	True	114222	maximal	True	MAD0044_000000001344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8452.0	99.491	68.0	0.08972847843861828	AP022179.1	enterobacteria	Escherichia coli plasmid pWP7-S17-ESBL-04_2 DNA, complete genome, strain: WP7-S17-ESBL-04	True	True
ISR0023_000000003095	8359	0.9997039600415164	12	7	6	5	6	False	99389	fragment	False	SPA0104_000000003460	0.9710754339944376		0	0	False	False	0.9982055425643921	0					non-mobilizable	no_good_hit	271.0	75.646	3.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0172_000000001946	8284	0.9997039600415164	13	7	6	5	6	False	99389	fragment	False	SPA0104_000000003460	0.9658671090515328		0	0	False	False	0.9993964433670044	0					non-mobilizable	no_good_hit	128.0	83.594	2.0	0.09477611940298507	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
MON0106_000000010797	3639	0.9997029940418058	4	4	4	3	1	False	89837	maximal	True	MON0106_000000010797	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000000380	20656	0.9997029748245044	28	25	13	15	23	True	98739	fragment	False	MAD0104_000000000380	1.0		0	0	False	False	0.9999516010284424	0		MOBP	MPF_T	MOBP	conjugative	plasmid	20204.0	97.921	99.0	0.4249147476108281	JN935898.1	enterobacteria	Escherichia coli plasmid pRPEC180_47, complete sequence	False	True
SPA0002_000000006036	4107	0.9997029187566461	4	2	2	2	2	False	125195	backbone	True	SPA0002_000000006036	1.0	PS924	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1319.0	89.007	41.0	0.00035213003835376795	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0123_000000000735	18913	0.9997028913857624	21	8	6	6	6	True	99399	fragment	False	ISR0386_000000001366	0.9771880756543302		0	0	False	False	0.9999471306800842	0					non-mobilizable	no_good_hit	128.0	83.594	1.0	0.09477611940298507	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
MAD0103_000000000698	15695	0.9997027723591448	13	8	6	8	6	False	49396	maximal	True	MAD0103_000000000698	1.0		1	1	False	False	0.9988531470298767	0					non-mobilizable	no_good_hit	258.0	73.256	2.0	8.31381574000744e-05	NZ_CP042652.1	e-proteobacteria	Pseudoarcobacter acticola strain KCTC 52212 chromosome, complete genome	True	False
CAN0007_000000003949	10608	0.9997026648455256	16	7	3	7	4	True	111046	fragment	False	CAN0007_000000003949	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4688.0	97.419	94.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0392_000000006679	4432	0.9997021367478012	4	4	0	3	4	False	103179	maximal	False	SPA0001_000000007171	0.964793037059068		0	0	False	True	0.9968411326408386	0	rep_cluster_2350	MOBP			mobilizable	plasmid	4433.0	99.301	99.0	0.9645112127150011	CP048864.1	enterobacteria	Escherichia coli strain US12 plasmid pUS12_1, complete sequence	False	True
SPA0091_000000002788	6207	0.9997019239804292	8	8	2	6	8	True	36473	maximal	True	SPA0091_000000002788	1.0		1	1	True	True	0.9991944432258606	15	rep_cluster_1197	MOBP			mobilizable	plasmid	5832.0	99.931	100.0	0.9444354446784383	AB178871.1	firmicutes	Enterococcus faecium plasmid pB82 bacA, bacB, mobC, mobA, orf5, orf6, repA, repB, orf9 genes for bacteriocin precursor, hypothetical protein, mobilization protein, mobilization protein, hypothetical protein, hypothetical protein, replication protein, replication protein, hypothetical protein, complete cds	False	True
AST0016_000000000644	23580	0.999701805109958	31	23	8	10	22	True	132596	backbone	False	ISR0120_000000000296	0.46237919518009046	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	23590.0	99.949	100.0	0.7140392299309843	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0021_000000006545	7450	0.9997015411721596	9	8	0	3	8	False	103826	maximal	True	FIJ0021_000000006545	1.0		1	1	True	True	1.0	3	rep_cluster_2350	MOBP		MOBP	mobilizable	no_good_hit	3068.0	97.262	78.0	0.35842880523731585	CP051617.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain 2017_APHA plasmid pAPHA_2017_2, complete sequence	True	True
FIJ0122_000000011018	1455	0.9997015341133748	2	2	2	2	1	False	41420	maximal	True	FIJ0122_000000011018	1.0		0	0	False	False	0.9938144087791443	0					non-mobilizable	no_good_hit	637.0	99.686	57.0	0.017699115044247787	CP002367.1	firmicutes	Lactococcus lactis subsp. lactis CV56 plasmid pCV56B, complete sequence	True	False
ENG0152_000000000795	23933	0.9997013984695768	29	26	13	17	25	True	98742	fragment	False	MAD0079_000000000146	0.9522713628176906		0	0	False	False	0.9997075200080872	0		MOBP	MPF_T		conjugative	plasmid	23257.0	97.111	99.0	0.6708483884954474	DQ115387.2	enterobacteria	Salmonella enterica subsp. enterica serovar Dublin serovar Dublin plasmid pOU1114, complete sequence	False	True
AUS0022_000000007186	4960	0.9997012139797916	6	2	2	2	2	False	99402	fragment	False	AUS0022_000000007186	1.0		0	0	False	False	0.9997983574867249	0					non-mobilizable	no_good_hit	1966.0	100.0	40.0	0.6003666361136571	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
ISR0190_000000000474	38385	0.999701174545494	42	20	7	18	8	True	88852	maximal	True	ISR0190_000000000474	0.992358215089018		8	4	False	False	0.9998697638511658	0					non-mobilizable	no_good_hit	8137.0	75.32300000000001	47.0	0.06895400783937833	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	True	True
ENG0052_000000005493	4967	0.9997008988462094	6	6	2	5	2	True	128826	fragment	False	ENG0052_000000005493	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1914.0	88.55799999999999	59.0	0.6358477970627503	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0101_000000026020	1119	0.9997008076226944	2	2	2	2	1	False	15058	fragment	False	MAD0101_000000026020	1.0		0	0	False	False	0.9955317378044128	0					non-mobilizable	plasmid	1119.0	99.196	100.0	0.009348295064969814	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
DEN0001_000000000368	36932	0.999700426585353	31	27	10	22	27	True	103544	maximal	True	DEN0001_000000000368	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_F		conjugative	plasmid	8229.0	96.26899999999999	96.0	0.051226042401283145	CP027521.1	enterobacteria	Escherichia coli strain 89-3506 plasmid unnamed1	False	True
ISR0785_000000002091	11274	0.9996995930980622	11	8	7	7	6	True	32994	maximal	True	ISR0785_000000002091	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2106.0	98.86	54.0	0.01950446610577814	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
ISR0292_000000003683	4389	0.9996992773968968	4	4	1	4	2	False	96653	fragment	False	ISR0292_000000003683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.852	7.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0183_000000017154	1850	0.9996992029655114	3	3	3	3	2	False	29464	fragment	False	ISR0183_000000017154	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1628.0	99.939	100.0	0.00031812038754766916	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
ISR0284_000000000217	27818	0.9996987542210732	22	15	9	11	8	True	119572	fragment	False	ISR0284_000000000217	1.0		0	0	False	False	0.9989575147628784	0					non-mobilizable	no_good_hit	326.0	72.699	1.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
MAD0073_000000000937	3690	0.9996985955363746	5	4	2	2	4	True	16304	maximal	True	MAD0073_000000000937	1.0		1	1	False	False	0.9997289776802063	0					non-mobilizable	plasmid	3690.0	99.946	100.0	0.07096960369372836	CP018662.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain 95-0621 plasmid pSE95-0621-1, complete sequence	False	True
ISR0074_000000001553	13252	0.9996984598518248	17	9	4	8	3	True	105214	fragment	False	ISR0074_000000001553	0.974410001271103		0	0	False	False	1.0	0					non-mobilizable	plasmid	13252.0	99.977	100.0	0.1443921363497668	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0091_000000002594	11490	0.9996984174751008	20	7	2	6	5	False	111050	fragment	False	ISR0091_000000002594	0.9478557760789332		0	0	False	False	0.9973019957542419	0					non-mobilizable	plasmid	5012.0	99.262	94.0	0.05446580358310449	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0108_000000001876	11477	0.9996980279303592	14	9	8	7	6	True	53644	fragment	False	USA0042_01_000000002279	0.949126455906822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4065.0	92.399	35.0	0.032556791187199535	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0129_000000009460	2815	0.999697823779857	4	4	4	3	3	False	58552	maximal	True	ENG0129_000000009460	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1845.0	96.42299999999999	73.0	0.0009462772150917873	CP047191.1	firmicutes	Streptococcus thermophilus strain EU01 chromosome, complete genome	True	False
ENG0007_000000004461	5718	0.9996976129877564	9	7	5	7	5	True	115452	fragment	False	ENG0007_000000004461	0.9926539984355911		0	0	False	False	0.999825119972229	0					non-mobilizable	no_good_hit	238.0	86.975	6.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0354_000000003278	5403	0.9996976129877564	9	7	5	7	5	True	115452	fragment	False	ENG0007_000000004461	0.9590798449030113		0	0	False	False	0.9961132407188416	0					non-mobilizable	no_good_hit	238.0	86.975	6.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ITA0004_000000000143	5772	0.999697061984646	6	4	4	4	2	True	129619	backbone	True	ITA0004_000000000143	0.9604476478779178	PS1023|PS1024|PS1061|PS1062	1	1	True	True	0.9996535181999207	5					non-mobilizable	no_good_hit	759.0	87.87899999999999	51.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0299_000000001124	5664	0.999697061984646	6	4	4	4	2	True	129619	backbone	False	ITA0004_000000000143	0.957141506455906	PS1023|PS1024|PS1061|PS1062	0	0	True	True	0.9998234510421753	50					non-mobilizable	no_good_hit	886.0	93.454	44.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0341_000000002446	5570	0.999697061984646	7	4	4	4	2	True	129619	backbone	False	ITA0004_000000000143	0.9475330177158177	PS1023|PS1024|PS1061|PS1062	0	0	True	True	0.9978455901145935	6					non-mobilizable	no_good_hit	619.0	96.28399999999999	46.0	0.0999346832135859	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
MON0052_000000002788	7111	0.9996966639025128	5	5	3	5	3	False	100532	fragment	False	MON0054_000000003607	0.9535095715587967		0	0	False	False	0.9952186942100525	0					non-mobilizable	no_good_hit	311.0	85.531	4.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0082_000000002896	7294	0.9996963354320408	10	5	5	3	4	False	47247	fragment	False	MON0082_000000002896	1.0		0	0	False	False	0.9969838261604309	0					non-mobilizable	no_good_hit	1752.0	79.96600000000001	24.0	0.015107626662966368	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
AUS0002_000000003542	7825	0.9996962720757224	6	6	5	5	5	True	106685	fragment	False	AUS0002_000000003542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6671.0	98.891	85.0	0.606694560669456	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ENG0133_000000000690	22575	0.9996958344140554	25	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.44721677022775574	PS1169|PS902	0	0	False	True	0.9999557137489319	0		MOBB	MPF_T		conjugative	plasmid	22576.0	99.743	100.0	0.6827703111756871	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0082_000000022851	1393	0.999695727401878	3	1	1	1	1	False	44164	maximal	True	FIJ0082_000000022851	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	96.569	15.0	0.0004925351662793845	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
AST0090_000000000979	21769	0.9996953685835388	27	22	8	10	21	True	132596	backbone	False	ISR0120_000000000296	0.4100442490950496	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21779.0	99.85799999999999	100.0	0.6590386245308149	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0847_000000000614	21757	0.9996953685835388	27	22	8	10	21	True	132596	backbone	False	ISR0120_000000000296	0.41000408183239667	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21765.0	99.848	100.0	0.6584539015678915	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0132_000000000929	21690	0.9996953685835388	27	22	8	10	21	True	132596	backbone	False	ISR0120_000000000296	0.409958827296014	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21699.0	99.866	100.0	0.6566170238527667	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0855_000000000318	21686	0.9996953685835388	27	22	8	10	21	True	132596	backbone	False	ISR0120_000000000296	0.4099560400321947	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21699.0	99.848	100.0	0.6566170238527667	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0045_000000009481	2320	0.9996948438161382	3	3	3	2	2	False	11570	maximal	True	MON0045_000000009481	1.0		1	1	False	False	0.9818965792655945	0					non-mobilizable	no_good_hit	968.0	99.38	69.0	0.00025298037595083696	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0095_000000002407	8295	0.9996936094187544	10	8	3	3	8	True	132544	fragment	False	CHI0126_000000000854	0.15119787674699256		0	0	False	False	1.0	0					non-mobilizable	other	8296.0	98.095	100.0	0.1777858766024954	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ISR0395_000000001148	24114	0.9996936058903396	19	14	9	13	9	True	125343	maximal	False	ISR0141_000000000972	0.9837063910217623	PS770|PS925|PS926|PS927	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	3390.0	78.525	30.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0370_000000000722	24019	0.9996936058903396	19	14	9	13	9	True	125343	maximal	False	ISR0141_000000000972	0.9758352061941089	PS770|PS925|PS926|PS927	0	0	False	True	0.9999583959579468	0					non-mobilizable	no_good_hit	3386.0	77.85	29.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0135_000000014512	1424	0.9996935892107854	2	1	1	1	1	False	31409	fragment	False	ISR0135_000000014512	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	100.0	100.0	0.0002713348204947599	CP016828.1	enterobacteria	Escherichia coli strain FORC_043, complete genome	False	False
ENG0028_000000000263	42664	0.9996928226895052	41	13	6	12	4	True	74076	fragment	False	ISR0010_000000000085	0.9378880565561191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
USA0006_01_000000000656	25679	0.9996919147430988	33	19	9	14	13	True	90324	maximal	True	USA0006_01_000000000656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	98.964	1.0	0.039352326296372205	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	True
ISR0067_000000000730	23282	0.9996918628171934	24	18	15	18	15	True	117412	maximal	False	ISR0849_000000000618	0.9876774063129026		0	0	True	True	0.9999570250511169	29					non-mobilizable	plasmid	9815.0	99.531	99.0	0.42015583525986816	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0354_000000000189	37527	0.9996916742591646	35	13	8	10	6	True	86181	maximal	True	ISR0354_000000000189	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	87.81200000000001	2.0	0.005263704164998591	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0023_000000001005	5821	0.9996912642500676	8	8	6	7	6	True	114159	fragment	False	MAD0023_000000001005	1.0		0	0	False	False	0.9998282194137573	0					non-mobilizable	plasmid	5821.0	99.794	100.0	0.06153585891159771	CP057835.1	enterobacteria	Escherichia coli strain RHB13-C13 plasmid pRHB13-C13_3, complete sequence	False	True
FIJ0161_000000004791	3327	0.9996905488032196	5	3	2	3	2	True	130290	fragment	False	ISR0387_000000005837	0.37944356069323365		0	0	False	False	0.9984971284866333	0					non-mobilizable	no_good_hit	999.0	86.98700000000001	35.0	0.002082649397683575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0112_000000007006	3873	0.9996904346407498	3	2	2	2	2	False	96146	fragment	False	MAD0112_000000007006	0.9682452975048751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	93.0	3.0	0.0032567877438436743	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
MAD0064_000000005896	3260	0.9996904346407498	3	2	2	2	2	False	96138	fragment	False	MAD0064_000000005896	1.0		0	0	False	False	0.9901840686798096	0					non-mobilizable	no_good_hit								True	False
AST0094_000000006342	3350	0.9996901852274102	6	4	2	4	3	False	125197	fragment	False	AST0094_000000006342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	89.109	16.0	8.093095249835459e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0262_000000004180	3709	0.99968905471645	6	4	3	4	2	True	112624	fragment	False	ISR0378_000000005406	0.9248846427079819		0	0	False	False	0.9983823299407959	0					non-mobilizable	no_good_hit	869.0	80.437	23.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0271_000000006904	2396	0.9996888226767264	5	3	1	2	3	False	62581	fragment	False	ISR0271_000000006904	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2410.0	93.154	99.0	0.09607161411501419	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
FIJ0091_000000000160	50073	0.9996882504359492	37	24	17	21	13	True	130793	fragment	False	FIJ0091_000000000160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2296.0	98.65	5.0	0.000808850673965833	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0371_000000002166	6049	0.9996881670911948	11	4	1	3	4	False	109313	fragment	False	ISR0371_000000002166	1.0		0	0	False	False	0.9960324168205261	0					non-mobilizable	other	6049.0	99.802	100.0	0.1588527302813017	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0185_000000002885	9093	0.999687941500666	9	9	8	8	7	True	29412	fragment	False	ISR0185_000000002885	1.0		0	0	False	False	0.9978005290031433	0					non-mobilizable	no_good_hit	4276.0	94.83200000000001	82.0	0.029966960584187376	CP049048.1	enterobacteria	Enterobacter hormaechei strain Y233 plasmid p233-142, complete sequence	True	True
CHI0035_000000000081	25473	0.9996877224953896	31	23	11	12	20	True	132596	backbone	False	ISR0120_000000000296	0.4607989485487185	PS1169|PS902	0	0	False	True	0.999960720539093	0		MOBB	MPF_T		conjugative	plasmid	25477.0	99.863	100.0	0.8224108987603306	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0025_000000007955	4142	0.9996877214082388	4	4	3	3	3	True	120501	backbone	False	FIJ0011_000000010251	0.9095067052053436	PS843	0	0	True	True	0.9963785409927368	5	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4152.0	99.51799999999999	100.0	0.5078373744795494	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ENG0125_000000005949	4131	0.9996877214082388	4	4	3	3	3	True	120501	backbone	False	FIJ0011_000000010251	0.9110123781650399	PS843	0	0	True	True	1.0	97	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4141.0	99.63799999999999	100.0	0.5069801616458487	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
SPA0064_000000005130	4130	0.9996877214082388	4	4	3	3	3	True	120501	backbone	False	FIJ0011_000000010251	0.9100662192638312	PS843	0	0	True	True	1.0	72	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4130.0	99.758	100.0	0.5045309821209895	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
CHI0112_000000003850	4161	0.9996877198023896	4	4	3	3	3	True	120501	backbone	False	FIJ0011_000000010251	0.9120361205015257	PS843	0	0	True	True	0.9997596740722656	20	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4161.0	99.904	100.0	0.5094293411707078	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ISR0310_000000005208	3067	0.9996874503381222	6	4	1	3	3	False	29323	fragment	False	ISR0310_000000005208	1.0		0	0	False	False	0.9957613348960876	0					non-mobilizable	no_good_hit	1371.0	84.245	46.0	0.05450985093713783	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MAD0040_000000004633	5192	0.9996867263715332	8	5	2	4	3	True	18410	fragment	False	MAD0040_000000004633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0216_000000001396	15674	0.9996857793640479	12	10	10	9	6	True	118468	fragment	False	ISR0216_000000001396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3845.0	96.463	26.0	0.01576328000951869	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0110_000000013480	2264	0.9996856760457924	5	3	2	3	3	False	69528	maximal	True	ENG0110_000000013480	0.9776961883408072		2	2	False	False	0.9960247278213501	0					non-mobilizable	no_good_hit	257.0	85.214	11.0	0.005156854318865492	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
CHI0047_000000002745	5428	0.9996854844341024	6	2	2	2	2	True	102183	maximal	False	MAD0108_000000002911	0.3761624664953007		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	192.0	81.25	4.0	0.06140939597315436	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
CHI0186_000000003558	5404	0.9996854844341024	6	2	2	2	2	True	102183	maximal	False	MAD0108_000000002911	0.37930191913375155		0	0	True	True	1.0	48					non-mobilizable	no_good_hit	192.0	81.25	4.0	0.06140939597315436	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ISR0380_000000002256	5176	0.9996854844341024	5	2	2	2	2	True	102183	maximal	False	MAD0108_000000002911	0.4553264188844014		0	0	True	True	0.999806821346283	9					non-mobilizable	no_good_hit	192.0	81.25	4.0	0.06140939597315436	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ENG0159_000000003084	6868	0.9996853816084068	9	7	4	4	4	True	102390	maximal	True	ENG0159_000000003084	1.0	PS591	1	1	True	True	1.0	493					non-mobilizable	no_good_hit	2585.0	99.845	63.0	0.4354349291975725	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
DEN0017_000000000540	32306	0.9996850812438576	27	11	9	9	4	True	86182	fragment	False	DEN0017_000000000540	1.0		0	0	False	False	0.9997833371162415	0					non-mobilizable	no_good_hit	1983.0	78.417	6.0	0.028794685882893703	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0221_000000005429	4167	0.9996850726032624	4	4	3	3	3	True	120501	backbone	False	FIJ0011_000000010251	0.8902613958566628	PS843	0	0	True	True	1.0	15	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3829.0	99.948	100.0	0.9366283337411304	LT985232.1	enterobacteria	Escherichia coli strain 565 genome assembly, plasmid: RCS35_pI	False	True
ENG0093_000000003018	4145	0.9996850709837966	4	4	3	3	3	True	120501	backbone	False	FIJ0011_000000010251	0.8738563761519014	PS843	0	0	True	True	1.0	339	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	other	3991.0	99.975	100.0	0.958904109589041	LM996766.1	enterobacteria	Escherichia coli genome assembly FHI82, scaffold scaffold-9_contig-20.0_1_4161_[organism:Escherichia	False	True
ISR0821_000000002716	8678	0.9996849397886164	12	5	4	4	4	True	105214	fragment	False	ISR0074_000000001553	0.24226105182978297		0	0	False	False	0.9994238018989563	0					non-mobilizable	plasmid	8678.0	99.919	100.0	0.09454688112985485	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0068_000000002288	7480	0.9996849397886164	10	5	4	4	4	True	103919	fragment	False	ISR0105_000000001665	0.9975273990911521		0	0	False	False	0.9969251155853271	0					non-mobilizable	plasmid	7480.0	99.906	100.0	0.08150255001961554	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
AST0012_000000000369	25365	0.9996849002593702	31	29	13	18	28	True	125658	fragment	False	AST0012_000000000369	1.0		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	25365.0	99.992	100.0	0.5015423554536107	JN887338.1	enterobacteria	Escherichia coli strain G3/10 plasmid pSYM1, complete sequence	False	True
ISR0354_000000001224	11227	0.9996848493698532	15	7	4	6	4	True	105214	fragment	False	ISR0074_000000001553	0.5671252023181751		0	0	False	False	1.0	0					non-mobilizable	plasmid	11153.0	99.98200000000001	99.0	0.12151824244801883	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0031_000000002495	8149	0.999684619191878	7	7	5	4	7	False	85489	maximal	True	FIJ0031_000000002495	1.0		3	3	False	False	1.0	0					non-mobilizable	plasmid	5400.0	99.98100000000001	100.0	0.032908290768124245	CP033251.1	enterobacteria	Escherichia coli strain ECCHD184 plasmid pTB211, complete sequence	False	True
CHI0072_000000000633	14607	0.9996845980069576	10	8	6	8	6	True	112638	maximal	True	CHI0072_000000000633	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	86.009	6.0	0.0018129086624414255	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0179_000000001052	12014	0.9996844136638878	11	11	6	7	9	False	90202	maximal	True	CHI0179_000000001052	1.0		1	1	False	False	0.9997503161430359	0					non-mobilizable	no_good_hit	7217.0	97.64399999999999	83.0	0.0014109137778389555	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	True	False
MON0101_000000023511	2647	0.9996843164214684	3	1	1	1	1	False	9061	maximal	True	MON0101_000000023511	1.0		1	1	False	False	0.9743105173110962	0					non-mobilizable	no_good_hit	772.0	92.098	29.0	0.00020230937064992212	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
SPA0061_000000002638	7532	0.9996840024498076	7	6	5	6	6	False	103705	fragment	False	SPA0135_000000002655	0.6355543126510935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	77.145	15.0	0.00016537962800172978	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
SPA0037_000000001382	14817	0.9996837858145788	18	8	7	7	6	True	45605	fragment	False	SPA0037_000000001382	1.0		0	0	False	False	0.9998649954795837	0					non-mobilizable	no_good_hit	295.0	87.79700000000001	2.0	0.006997667444185272	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0241_000000002711	4489	0.999683690010543	4	3	3	3	1	True	112618	maximal	True	ISR0241_000000002711	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1509.0	94.5	34.0	0.0012566370055801363	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
ISR0814_000000035404	1201	0.9996836769443016	1	1	1	1	1	False	61338	fragment	False	SPA0130_000000027162	0.7520329923315565		0	0	False	False	0.9975020885467529	0					non-mobilizable	plasmid	692.0	86.85	97.0	0.010422372344957702	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
USA0025_01_000000004154	4195	0.9996832837841456	5	4	3	4	2	True	130295	fragment	False	ISR0006_000000003587	0.2058434983489645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	78.056	42.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0107_000000021396	1847	0.9996817170532506	2	2	2	2	2	False	14674	fragment	False	MAD0107_000000021396	1.0		0	0	False	False	0.997834324836731	0					non-mobilizable	plasmid	1813.0	99.338	100.0	0.019594061226034583	CP025977.1	enterobacteria	Escherichia coli strain 10754 a-1 plasmid p10754a1_92, complete sequence	False	True
AST0010_000000006016	4441	0.999681468481046	6	4	4	3	3	False	126455	fragment	False	ISR0781_000000004759	0.7921649990360158		0	0	False	False	0.9966223835945129	0					non-mobilizable	no_good_hit								True	False
MAD0051_000000002463	8822	0.9996813974303846	8	8	5	6	7	True	59400	maximal	True	MAD0051_000000002463	1.0		4	2	False	False	0.9996599555015564	0	IncFIB				non-mobilizable	plasmid	8384.0	99.60600000000001	100.0	0.058821874252592186	CP056149.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 plasmid pRHBSTW-00872_2, complete sequence	False	True
MON0105_000000026832	2026	0.9996811040913168	3	2	2	2	2	False	12857	fragment	False	MON0105_000000026832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0081_000000017974	1987	0.9996808438086217	3	3	1	2	3	True	44258	maximal	True	FIJ0081_000000017974	1.0		1	1	False	False	1.0	0	Col(BS512)				non-mobilizable	no_good_hit	1184.0	100.0	60.0	0.5662996649114409	CP053761.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-010, complete sequence	True	True
CHI0053_000000000576	18291	0.9996801992629254	26	20	9	12	17	True	132515	maximal	True	CHI0053_000000000576	1.0	PS1016|PS1017|PS1018|PS1165|PS799|PS800|PS932|PS933	0	0	True	True	1.0	5	rep_cluster_1097	MOBB			mobilizable	no_good_hit	6420.0	99.579	60.0	0.7175153889199776	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
DEN0087_000000000240	20762	0.99967996591014	26	16	11	11	13	True	90006	maximal	True	DEN0087_000000000240	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	78.325	4.0	0.024397626831335513	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0376_000000000609	16050	0.9996798777096481	16	13	10	10	7	False	128624	fragment	False	ISR0376_000000000609	1.0		0	0	False	False	0.9992523193359375	0					non-mobilizable	no_good_hit	1481.0	94.126	17.0	0.007057543554921432	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0139_000000000145	57873	0.9996798255571802	99	30	13	21	19	True	52621	maximal	True	FIJ0139_000000000145	1.0		2	1	True	True	1.0	21					non-mobilizable	no_good_hit	5247.0	88.20299999999999	37.0	0.0922624322121008	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0062_000000000648	13671	0.999679203641091	14	14	3	5	14	True	98075	fragment	False	MAD0102_000000000825	0.9791554266794092		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	13671.0	99.693	100.0	0.09393639537121025	CP029181.1	enterobacteria	Escherichia coli strain H9Ecoli plasmid p1-H9, complete sequence	False	True
SPA0096_000000000868	24675	0.9996791974495708	26	10	5	9	4	True	130783	fragment	False	SPA0096_000000000868	0.9730176089782351		0	0	False	False	0.9998378753662109	0					non-mobilizable	no_good_hit	655.0	71.908	3.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0138_000000000847	24540	0.9996791974495708	26	10	5	9	4	True	130783	fragment	False	SPA0096_000000000868	0.956292743419547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	71.908	3.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
DEN0052_000000000890	23874	0.9996791974495708	26	10	5	9	4	True	130783	fragment	False	SPA0096_000000000868	0.9247166518872454		0	0	False	False	0.9996230006217957	0					non-mobilizable	no_good_hit	655.0	71.908	3.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
MAD0079_000000002919	1846	0.9996789546507598	6	3	1	3	2	False	16174	fragment	False	MAD0079_000000002919	1.0		0	0	False	False	0.9658721685409546	0					non-mobilizable	no_good_hit	159.0	94.969	12.0	0.001543627524683005	NZ_QRYH01000006.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf6, whole genome shotgun sequence	True	False
ISR0146_000000017923	2266	0.9996789446418816	2	2	2	2	2	False	75029	fragment	False	ITA0006_000000010025	0.9222803311018615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1286.0	88.491	62.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0071_000000004375	7661	0.9996782777414118	9	6	3	4	4	True	70508	maximal	True	DEN0071_000000004375	1.0		1	1	False	False	0.9989557266235352	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0002393001799182834	NZ_SEZJ01000013.1	g-proteobacteria	Aliivibrio finisterrensis strain A32 NODE_13_length_112829_cov_79.9533, whole genome shotgun sequence	True	True
MON0087_000000013075	3698	0.9996780128618836	6	5	4	5	4	True	43430	fragment	False	MON0087_000000013075	1.0		0	0	False	False	0.999729573726654	0					non-mobilizable	no_good_hit								True	True
AST0040_000000004978	3842	0.999677848654938	5	5	2	4	5	False	118765	maximal	True	AST0040_000000004978	1.0	PS810|PS811	1	1	False	True	1.0	0	rep_cluster_1186				non-mobilizable	no_good_hit	1045.0	99.904	53.0	0.4751934456076468	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	True	True
SPA0066_000000002401	7043	0.9996778349467014	8	8	0	5	8	False	127612	backbone	True	SPA0066_000000002401	0.9367751629767351	PS1013|PS676	6	4	True	True	1.0	3	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	6877.0	99.796	98.0	0.9742100042510982	CP014198.2	enterobacteria	Escherichia coli strain MRE600 plasmid pColE1-MRE600, complete sequence	False	True
DEN0018_000000002453	11299	0.9996773391592472	18	7	3	6	6	True	111056	fragment	False	DEN0018_000000002453	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4688.0	97.48299999999999	94.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0260_000000009577	1590	0.9996767403244108	2	1	1	1	1	False	26709	fragment	False	ISR0260_000000009577	1.0		0	0	False	False	0.9893081784248352	0					non-mobilizable	no_good_hit	148.0	96.62200000000001	9.0	0.022549470777726646	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0052_000000000085	57861	0.9996766101367622	102	29	12	23	15	True	36300	maximal	True	MAD0052_000000000085	1.0		1	1	True	True	0.9999827146530151	26					non-mobilizable	no_good_hit	7272.0	86.51	58.0	0.12813242122425833	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0117_000000014499	1410	0.9996764354858996	2	2	2	2	2	False	96125	fragment	False	CAN0004_000000018877	0.7690579944963595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0147_000000001708	7115	0.9996760963481643	8	8	3	3	8	True	132544	fragment	False	CHI0126_000000000854	0.14142339382727936		0	0	False	False	1.0	0					non-mobilizable	other	7116.0	99.74700000000001	100.0	0.18971815588086285	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0013_000000000501	24629	0.9996758295196028	26	19	14	15	14	True	90005	maximal	True	SPA0013_000000000501	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	99.331	3.0	0.3281802120141343	X71444.1	CFB group bacteria	B.vulgatus plasmid pIP417 IS1168 insertion sequence and nimA gene for 5-Nitroimidazole antibiotic resistance protein	True	True
ISR0263_000000000339	17636	0.9996756818358554	26	15	10	15	11	True	126355	fragment	False	ISR0263_000000000339	1.0		0	0	False	True	0.9998865723609924	0					non-mobilizable	no_good_hit	687.0	83.697	6.0	0.0001783107081259756	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	True
ISR0192_000000005587	3527	0.9996755113468304	7	5	2	4	4	True	109239	maximal	True	ISR0192_000000005587	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1971.0	99.848	58.0	0.046397701311853785	KM007160.1	firmicutes	Lactococcus garvieae strain IPLA 31405 plasmid pLG42, complete sequence	True	True
ISR0315_000000001461	5534	0.9996754151368952	7	2	1	1	2	False	26711	maximal	True	ISR0315_000000001461	1.0		2	1	True	True	0.9996386170387268	33					non-mobilizable	no_good_hit	1925.0	97.55799999999999	42.0	0.2948304954747661	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0083_000000004026	5455	0.9996746415777424	10	6	4	3	4	True	130690	backbone	False	ENG0017_000000004005	0.9955028527366081	PS1122	0	0	True	True	1.0	65		MOBP			mobilizable	plasmid	4249.0	99.929	99.0	0.787249814677539	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CHI0134_000000002492	5051	0.9996746415777424	9	6	4	3	4	True	119399	backbone	False	USA0032_01_000000004790	0.9905742436158895	PS595|PS607|PS819	0	0	True	True	1.0	859		MOBP			mobilizable	other	3023.0	99.37100000000001	100.0	0.5960552268244576	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0047_000000009781	2980	0.9996745930740464	8	2	2	1	2	False	36100	fragment	False	ISR0047_000000009781	1.0		0	0	False	False	0.9953020215034485	0					non-mobilizable	no_good_hit	119.0	92.43700000000001	4.0	0.015478237862151079	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	False
AST0151_000000004398	3736	0.9996744594786049	4	4	4	4	4	False	103703	fragment	False	AST0151_000000004398	0.9975665616948182		0	0	False	False	0.9994646906852722	0					non-mobilizable	no_good_hit								True	False
MON0054_000000003607	7679	0.999674296291559	6	5	3	5	3	False	100532	fragment	False	MON0054_000000003607	0.9853747714808043		0	0	False	False	0.9997395277023315	0					non-mobilizable	no_good_hit	311.0	85.852	4.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0052_000000005523	5401	0.9996733767786444	9	6	5	6	5	True	115452	fragment	False	ENG0007_000000004461	0.9492742097949008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	92.035	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0028_000000003148	5275	0.9996733767786444	9	6	5	6	5	True	115452	fragment	False	ENG0007_000000004461	0.9311474407709175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	86.975	7.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0087_000000013775	2127	0.9996732638155384	3	2	2	2	1	False	15986	fragment	False	MAD0087_000000013775	1.0		0	0	False	False	0.9755524396896362	0					non-mobilizable	no_good_hit	67.0	88.06	3.0	0.0006180411840170804	MK359989.1	firmicutes	Streptococcus suis strain SC317 tandem ICESsuSC317 sequence	True	False
USA0117_01_000000004418	5893	0.9996727742252524	11	5	4	4	4	True	86793	maximal	False	USA0035_01_000000004167	0.937346838751838		0	0	False	False	0.9998303055763245	0					non-mobilizable	other	5721.0	93.603	97.0	0.09626951409069406	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	True
CHI0062_000000002142	7378	0.9996725301099112	7	6	5	6	5	False	103705	fragment	False	SPA0135_000000002655	0.6243053360949996		0	0	False	False	0.9990512132644653	0					non-mobilizable	no_good_hit	1251.0	77.778	17.0	0.00018780398434094738	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ISR0112_000000003392	7310	0.9996725055634652	18	5	4	4	5	False	70964	fragment	False	ISR0112_000000003392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	92.536	18.0	0.02101860637151633	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
USA0017_01_000000007009	3879	0.9996713924992016	7	5	3	4	5	False	1908	maximal	True	USA0017_01_000000007009	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	78.611	32.0	0.16739853626081172	NZ_QOHO01000082.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_82, whole genome shotgun sequence	True	False
ISR0188_000000002660	7771	0.9996706741073248	9	5	2	4	2	True	29276	fragment	False	ISR0188_000000002660	1.0		0	0	False	False	0.9998713135719299	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.574124156641883e-06	CP047095.1	firmicutes	Bacillus marisflavi strain 151-25 chromosome, complete genome	True	True
SPA0013_000000002459	8927	0.999670571829422	11	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.20708324136769196		0	0	False	False	1.0	0					non-mobilizable	plasmid	8136.0	100.0	100.0	0.15945665170433385	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0092_000000000673	8924	0.999670571829422	11	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.20712859477652082		0	0	False	False	1.0	0					non-mobilizable	plasmid	8136.0	99.988	100.0	0.15945665170433385	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0080_000000000041	8712	0.999670571829422	11	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.20395844703635252		0	0	False	False	0.9988521337509155	0					non-mobilizable	plasmid	8163.0	99.988	100.0	0.15998588705725542	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0047_000000000178	8687	0.999670571829422	11	10	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.20344326026509232		0	0	False	False	0.9997697472572327	0					non-mobilizable	plasmid	8136.0	99.975	100.0	0.15945665170433385	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0121_000000001580	11825	0.9996703214359792	14	8	7	8	5	True	5446	maximal	True	SPA0121_000000001580	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2573.0	98.134	22.0	0.006739423794987357	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
AST0093_000000004153	4722	0.9996702781098205	6	6	4	5	6	False	109580	maximal	True	AST0093_000000004153	1.0		1	1	False	False	0.999788224697113	0					non-mobilizable	no_good_hit	2803.0	97.96600000000001	63.0	0.034693269803454434	CP003158.1	firmicutes	Lactococcus lactis subsp. cremoris UC509.9 plasmid pCIS8, complete sequence	True	False
ISR0237_000000001725	4636	0.9996699910915262	6	4	4	3	3	False	126455	fragment	False	ISR0781_000000004759	0.7981492881927462		0	0	False	False	0.996117353439331	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000004646	5655	0.999667587563978	7	4	2	3	2	False	48405	maximal	True	MAD0099_000000004646	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	89.881	15.0	0.09469480889903023	NZ_JXLB01000037.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold37, whole genome shotgun sequence	True	False
FIJ0004_000000019339	1355	0.9996669016442932	2	2	2	2	2	False	51969	fragment	False	FIJ0004_000000019339	1.0		0	0	False	False	0.9904059171676636	0					non-mobilizable	plasmid	1300.0	100.0	100.0	0.006799018094076637	CP056186.1	enterobacteria	Citrobacter sp. RHBSTW-01013 plasmid pRHBSTW-01013_2, complete sequence	False	True
ENG0059_000000000544	20842	0.9996664683009124	19	19	7	15	19	True	113279	fragment	False	ENG0059_000000000544	1.0		0	0	False	False	0.9991363883018494	0	IncFIC	MOBF	MPF_F		conjugative	plasmid	20842.0	100.0	100.0	0.18636156343053356	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
ISR0186_000000003096	6912	0.9996663632968734	7	5	4	3	3	False	96143	fragment	False	ISR0186_000000003096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.809	13.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0042_01_000000002627	10472	0.9996659885848158	13	11	5	9	6	False	103091	fragment	False	USA0042_01_000000002627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	0.0024754087681584263	NZ_JPXF01000100.1	high GC Gram+	Cryobacterium roopkundense strain RuG17 contig00100, whole genome shotgun sequence	True	False
ISR0120_000000009754	3168	0.9996648379280968	6	5	3	5	3	False	125224	fragment	False	ISR0120_000000009754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	83.58200000000001	21.0	0.014934087897774484	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0122_000000001477	15687	0.9996646700545422	19	8	4	6	6	True	119602	maximal	False	ISR0145_000000002040	0.9965746692083511		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	755.0	86.755	12.0	0.14105461393596988	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
SPA0001_000000013414	2544	0.9996646183884296	4	1	1	1	1	False	101400	fragment	False	ENG0042_000000010367	0.9909591194968553		0	0	False	False	1.0	0					non-mobilizable	other	2545.0	99.48899999999999	100.0	0.07482933145009416	NZ_CAEUHO010000007.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
SPA0055_000000000973	21237	0.999664454987644	25	20	8	10	18	True	132596	backbone	False	ISR0120_000000000296	0.36069550538799083	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19532.0	99.898	92.0	0.5910219154861364	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0129_000000000680	24877	0.9996638494842373	26	25	20	20	25	True	127460	maximal	True	ENG0129_000000000680	1.0	PS1007	5	3	False	True	1.0	0	rep_cluster_656				non-mobilizable	no_good_hit	10951.0	99.425	73.0	0.17579222948555276	CP016744.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2 plasmid pJM2C, complete sequence	True	True
ISR0062_000000001025	19991	0.9996637493420562	24	9	5	9	5	True	123317	maximal	True	ISR0062_000000001025	1.0		1	1	False	False	0.999799907207489	0					non-mobilizable	no_good_hit	165.0	87.87899999999999	1.0	5.701490497102687e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0028_000000002501	7938	0.9996633564247696	11	5	5	3	3	False	47248	fragment	False	MON0028_000000002501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1437.0	79.749	18.0	0.012384437930376564	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
AST0028_000000004044	4283	0.9996632255714027	6	4	1	4	2	True	118888	maximal	False	AST0092_000000003997	0.9440516983670239	PS790	0	0	True	True	1.0	454	Inc11	MOBV			mobilizable	plasmid	3705.0	99.43299999999999	100.0	0.881037354270759	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
ISR0211_000000007691	2854	0.9996629997708908	3	3	2	3	2	True	130986	backbone	False	SPA0127_000000010391	0.10494167668992743	PS1132	0	0	True	True	1.0	9					non-mobilizable	plasmid	2680.0	81.791	100.0	0.9461593682699211	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
AST0019_000000010005	2816	0.9996629997708908	3	3	2	3	2	True	130986	backbone	False	SPA0127_000000010391	0.8488416429262535	PS1132	0	0	True	True	1.0	30	rep_cluster_1867				non-mobilizable	plasmid	2724.0	99.376	100.0	0.9805335255948089	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0134_000000005201	6229	0.9996618844545464	7	4	2	4	2	True	31498	maximal	True	ISR0134_000000005201	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0191_000000001349	14380	0.9996613378203478	14	8	5	5	5	True	114688	maximal	True	ENG0191_000000001349	1.0		1	1	False	False	0.9999304413795471	0					non-mobilizable	no_good_hit	5963.0	97.45100000000001	66.0	0.0024368111837324556	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
CAN0020_000000003886	8657	0.9996609611816852	9	4	2	3	3	False	101290	maximal	True	CAN0020_000000003886	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	94.43700000000001	9.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CAN0019_000000000715	8620	0.9996609611816852	9	4	2	3	3	False	101290	maximal	False	CAN0020_000000003886	0.9978630010396211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	94.43700000000001	9.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0118_000000000727	8001	0.9996609611816852	9	4	2	3	3	False	97847	fragment	False	FIJ0118_000000000727	0.9908919597989949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	3.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
USA0016_01_000000002615	7960	0.9996609611816852	10	4	2	3	3	False	97847	fragment	False	FIJ0118_000000000727	0.9884389451318585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	90.385	4.0	5.521871546329436e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0801_000000000921	7455	0.9996609611816852	7	4	2	3	3	False	101284	fragment	False	ISR0801_000000000921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	93.01100000000001	2.0	0.10087719298245613	NZ_VZBY01000005.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_70_length_1824_cov_77.9746_ID_139, whole genome shotgun sequence	True	False
MAD0082_000000001030	7267	0.9996609611816852	9	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.9859266894782582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	95.064	15.0	0.00016725668886708	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0001_000000001238	7138	0.9996609611816852	9	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.9236630465025298		0	0	False	False	0.9985990524291992	0					non-mobilizable	no_good_hit	438.0	92.92200000000001	6.0	0.00011577257251724518	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0056_000000003526	6840	0.9996609611816852	9	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.9765250984557448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	94.189	10.0	0.00010990391676752307	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0019_000000001062	6763	0.9996609611816852	8	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.9666074085991617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	92.694	9.0	0.00011577257251724518	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0079_000000005450	6636	0.9996609611816852	6	4	2	3	3	False	96738	fragment	False	DEN0079_000000005450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.0025921371838755775	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
CHI0092_000000001476	6382	0.9996609611816852	8	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.8593382635249767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	94.432	8.0	0.0001195071716307047	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0043_000000003271	6273	0.9996609611816852	8	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.7814147525460612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	95.064	10.0	0.00016725668886708	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0037_000000004109	5988	0.9996609611816852	8	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.7319284458748799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	94.53	10.0	0.00015578613444716864	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0095_000000004328	5964	0.9996609611816852	7	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.8016281907909755		0	0	False	False	0.9994969964027405	0					non-mobilizable	no_good_hit	158.0	89.241	3.0	4.188086148665321e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0154_000000005367	5878	0.9996609611816852	7	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.7662179238814807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	89.744	1.0	0.06542056074766354	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
FIJ0006_000000005513	5835	0.9996609611816852	7	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.7307001792913305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	94.074	7.0	0.00010776986013126049	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0019_000000001249	5818	0.9996609611816852	7	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.6897841888049251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	89.39399999999999	1.0	0.055225148683092605	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
FIJ0143_000000000733	5571	0.9996609611816852	6	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.6080180759641264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0118_000000006879	4150	0.9996608255427288	5	3	3	3	3	True	123257	maximal	True	AST0118_000000006879	1.0	PS121	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2086.0	99.425	52.0	0.0006568717962134052	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0045_000000008533	2933	0.9996607706264938	4	3	2	2	1	False	122522	fragment	False	ISR0045_000000008533	1.0		0	0	False	False	0.9996590614318848	0					non-mobilizable	plasmid	2875.0	95.757	99.0	0.06427500391647831	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
ISR0301_000000001429	10072	0.9996603825335536	11	3	3	3	3	True	69636	fragment	False	ISR0301_000000001429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	9.380943040619484e-05	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	True
SPA0099_000000000969	9823	0.9996603777112886	18	15	5	6	15	True	125635	fragment	False	SPA0099_000000000969	1.0		0	0	False	False	1.0	0	IncX1,IncX3			MOBP	mobilizable	plasmid	5439.0	99.963	100.0	0.10752985841967887	JN887338.1	enterobacteria	Escherichia coli strain G3/10 plasmid pSYM1, complete sequence	False	True
FIJ0064_000000006506	4144	0.9996599365198524	4	4	3	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.9117262269636763	PS843	0	0	True	True	1.0	11	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4144.0	99.735	100.0	0.5069801616458487	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
SPA0008_000000007023	4075	0.9996599365198524	4	4	3	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.8770029659427442	PS843	0	0	True	True	0.9990184307098389	12	rep_cluster_1778	MOBQ		MOBQ,MOBQ,MOBQ	mobilizable	plasmid	2885.0	100.0	100.0	0.7103448275862069	JX566767.1	enterobacteria	Salmonella enterica subsp. enterica serovar Derby plasmid pSD4.0, complete sequence	False	True
ENG0074_000000008896	2497	0.9996594451234792	4	2	2	2	2	False	105347	fragment	False	ENG0074_000000008896	1.0		0	0	False	False	0.9823788404464722	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00018745436966001696	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0126_000000000193	55840	0.9996589459687416	99	29	13	19	13	True	75515	maximal	True	SPA0126_000000000193	1.0		1	1	True	True	1.0	95					non-mobilizable	no_good_hit	5255.0	94.462	53.0	0.09297132527558218	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AST0040_000000006911	2833	0.9996588834502352	3	3	2	3	1	True	130986	backbone	False	SPA0127_000000010391	0.8446897740476319	PS1132	0	0	True	True	1.0	107	rep_cluster_1867				non-mobilizable	plasmid	2671.0	99.925	100.0	0.9625090122566691	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0067_000000000859	20489	0.9996572466395152	26	18	8	7	16	True	132596	backbone	False	ISR0120_000000000296	0.38309285405573396	PS1169|PS902	0	0	False	True	0.9999023675918579	0		MOBB	MPF_T		conjugative	plasmid	20411.0	99.897	99.0	0.6176292529361909	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0392_000000005017	5588	0.9996570734060612	8	5	2	3	4	True	22886	maximal	True	ISR0392_000000005017	0.9984276729559749		2	1	True	True	1.0	45					non-mobilizable	no_good_hit	832.0	78.005	15.0	0.09792888782473363	HG796257.1	bacteria	Uncultured bacterium plasmid pRGI00071	True	True
ISR0390_000000002273	5088	0.9996570734060612	7	5	2	3	4	True	22886	maximal	False	ISR0392_000000005017	0.9538296349319971		0	0	False	True	0.9992138147354126	0					non-mobilizable	no_good_hit	815.0	77.791	16.0	0.09601340835627918	HG796257.1	bacteria	Uncultured bacterium plasmid pRGI00071	True	True
USA0078_01_000000002293	5672	0.9996568805213312	4	4	4	4	4	False	653	maximal	True	USA0078_01_000000002293	1.0		1	1	False	False	0.9998236894607544	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	1.0	1.3606800935839825e-05	CP042364.1	g-proteobacteria	Acinetobacter pittii strain C54 chromosome, complete genome	True	False
AST0061_000000004508	7516	0.9996567122576816	10	8	5	8	6	True	112196	maximal	True	AST0061_000000004508	1.0		1	1	True	True	0.9998669624328613	24		MOBP			mobilizable	no_good_hit	2806.0	99.073	69.0	0.2127901684114702	LT984413.1	firmicutes	Carnobacterium divergens strain MFPA43A1505 genome assembly, plasmid: pMFPA43A1405C	True	True
ENG0139_000000008155	2410	0.9996559846101272	3	2	1	2	1	True	65876	backbone	False	MAD0003_000000011601	0.9893509460417448	PS297	0	0	True	True	1.0	173	Col(MP18)			MOBP	mobilizable	plasmid	2004.0	99.152	100.0	0.8587982832618025	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
MAD0003_000000011601	2408	0.9996559846101272	5	2	1	2	1	True	65876	backbone	True	MAD0003_000000011601	0.9903691142486456	PS297	7	3	True	True	0.9991694092750549	14	Col(MP18)			MOBP	mobilizable	plasmid	2002.0	99.5	100.0	0.8587982832618025	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
ISR0172_000000001607	10177	0.9996558640231079	14	4	3	3	4	True	42678	fragment	False	ISR0172_000000001607	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	94.507	7.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0008_01_000000003897	1852	0.999655471444492	3	2	2	2	1	False	2100	maximal	True	USA0008_01_000000003897	1.0		0	0	False	False	0.9951403737068176	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	8.595709835980284e-05	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	True	False
CHI0031_000000000758	8934	0.9996553947589648	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.2104808217143044		0	0	False	False	1.0	0					non-mobilizable	plasmid	8654.0	99.977	100.0	0.19799556094547285	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0065_000000001241	8790	0.9996553947589648	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.20880181331744288		0	0	False	False	1.0	0					non-mobilizable	plasmid	8790.0	100.0	100.0	0.20110747545935062	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0099_000000001044	8606	0.9996553947589648	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.20627862153352725		0	0	False	False	1.0	0					non-mobilizable	plasmid	8603.0	100.0	99.0	0.1968285930027687	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ENG0087_000000003326	8251	0.9996549525164912	10	4	2	3	1	False	69817	fragment	False	ENG0187_000000002651	0.93801504836976		0	0	False	False	0.9998788237571716	0					non-mobilizable	no_good_hit	1208.0	86.838	33.0	0.047036726211885066	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0326_000000000361	21271	0.9996544742023804	27	22	8	10	20	True	132596	backbone	False	ISR0120_000000000296	0.3974640953837408	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21278.0	99.831	100.0	0.6438733502845381	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0122_000000000969	21266	0.9996544742023804	27	22	8	10	20	True	132596	backbone	False	ISR0120_000000000296	0.39737675812511924	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21278.0	99.81200000000001	100.0	0.6438733502845381	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0153_000000000996	21264	0.9996544742023804	27	22	8	10	20	True	132596	backbone	False	ISR0120_000000000296	0.3974315573554162	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21278.0	99.803	100.0	0.6438733502845381	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0083_000000000837	21259	0.9996544742023804	27	22	8	10	20	True	132596	backbone	False	ISR0120_000000000296	0.39744499448669873	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21278.0	99.79799999999999	100.0	0.6438733502845381	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0003_000000000791	21241	0.9996544742023804	27	22	8	10	20	True	132596	backbone	False	ISR0120_000000000296	0.3973510518811772	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21246.0	99.87299999999999	100.0	0.6429047100133188	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0111_000000002017	8153	0.9996541851201975	8	8	6	5	8	True	98102	fragment	False	MAD0015_000000001303	0.9484399203363576		0	0	False	False	0.9998773336410522	0	IncFIB				non-mobilizable	plasmid	5894.0	96.929	99.0	0.050327255327511665	CP051699.1	enterobacteria	Escherichia coli strain SCU-152 plasmid pSCU-152-1, complete sequence	False	True
MAD0099_000000019383	1626	0.9996541782883359	3	2	2	2	2	False	44065	fragment	False	FIJ0083_000000020646	0.9328358208955224		0	0	False	False	0.9938499331474304	0					non-mobilizable	no_good_hit								True	False
ENG0158_000000000564	24581	0.9996541658603716	38	34	15	21	32	True	97459	maximal	True	ENG0158_000000000564	0.992380166138123		1	1	True	True	1.0	376		MOBC	MPF_T		conjugative	other	11054.0	99.475	99.0	0.17390620081838212	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
ISR0125_000000002957	5056	0.9996541017390131	7	6	5	6	5	True	32052	maximal	True	ISR0125_000000002957	1.0		1	1	True	True	1.0	5	rep_cluster_1058				non-mobilizable	plasmid	2788.0	88.881	92.0	0.08675712433184679	CP018328.1	firmicutes	Lactiplantibacillus plantarum subsp. plantarum strain TS12 plasmid pLP12-4, complete sequence	False	True
DEN0087_000000000250	20445	0.9996538940091412	26	14	5	11	9	True	90323	fragment	False	SPA0044_000000000751	0.8746557216321263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	98.473	1.0	0.026644804263168682	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	True
MAD0053_000000004718	2488	0.9996529674982588	4	2	2	2	2	False	17218	fragment	False	MAD0053_000000004718	1.0		0	0	False	False	0.9979903697967529	0					non-mobilizable	no_good_hit								True	False
CHI0139_000000003567	2930	0.999651732310954	5	4	4	3	3	False	80347	maximal	True	CHI0139_000000003567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	84.647	25.0	0.00021713688899757446	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
USA0073_01_000000000913	25981	0.9996517040518152	33	26	20	22	17	True	123932	backbone	False	ENG0103_000000000448	0.2844382958319187	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	21722.0	99.945	100.0	0.21675914098674756	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0051_000000000090	83410	0.9996513948494122	70	36	22	30	18	True	66946	maximal	True	ENG0051_000000000090	1.0		2	1	False	False	0.9999880194664001	0					non-mobilizable	no_good_hit	753.0	79.017	1.0	0.02217408310015946	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
MAD0095_000000000426	21944	0.9996510751342708	30	8	6	7	4	True	105674	maximal	True	MAD0095_000000000426	1.0		1	1	False	False	0.9970834851264954	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0003670256435021973	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0088_000000000667	24673	0.9996507167146784	27	9	5	9	3	True	130783	fragment	False	SPA0096_000000000868	0.9710718026239133		0	0	False	False	0.9999594688415527	0					non-mobilizable	no_good_hit	590.0	72.712	2.0	0.001949542450863054	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
CHI0182_000000000746	22512	0.9996498324097473	26	21	8	15	15	True	84393	maximal	True	CHI0182_000000000746	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6205.0	98.38799999999999	28.0	0.001289443213681566	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
MAD0072_000000000178	21466	0.9996497242811736	22	19	5	12	17	True	98319	maximal	True	MAD0072_000000000178	1.0		1	1	False	False	1.0	0	IncFIA	MOBF	MPF_F		conjugative	plasmid	15734.0	99.867	100.0	0.1390283128910254	CP042948.1	enterobacteria	Escherichia coli strain 90-9133 plasmid p90-9133_1, complete sequence	False	True
ISR0208_000000003131	7327	0.9996496320441054	12	3	2	3	2	False	118017	maximal	True	ISR0208_000000003131	1.0		0	0	False	False	0.9998635053634644	0					non-mobilizable	no_good_hit	3702.0	98.109	50.0	0.3096139288417865	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ENG0076_000000000153	63608	0.9996493917160928	61	32	15	27	14	True	132150	maximal	True	ENG0076_000000000153	1.0	PS1059|PS1061|PS727|PS924	1	1	False	True	0.9998584985733032	0					non-mobilizable	no_good_hit	2809.0	97.82799999999999	7.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0017_000000003126	8491	0.999649205546766	13	10	6	9	6	False	50175	maximal	True	FIJ0017_000000003126	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1920.0	76.146	22.0	0.044766184057247464	NZ_SMUS01000036.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00036, whole genome shotgun sequence	True	False
ENG0142_000000002265	9329	0.9996491426261476	15	6	3	6	4	True	111044	fragment	False	ENG0142_000000002265	0.9948186528497409		0	0	False	False	0.9936756491661072	0					non-mobilizable	other	4688.0	97.398	93.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0117_000000003086	8685	0.9996491426261476	13	6	3	6	4	True	111044	fragment	False	ENG0142_000000002265	0.9603387286954657		0	0	False	False	1.0	0					non-mobilizable	other	4688.0	97.44	92.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0134_000000014348	2256	0.9996490442014956	3	2	2	2	1	False	41658	maximal	True	ISR0134_000000014348	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	88.571	3.0	0.059636992221261884	NZ_WEHX01000194.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_195_length_1157_cov_403.482987, whole genome shotgun sequence	True	False
ENG0134_000000000605	29765	0.9996487286377042	37	37	6	29	37	True	113255	fragment	False	SPA0004_000000000667	0.9688885150151906		0	0	False	False	0.9999663829803467	0			MPF_F	MOBF	mobilizable	plasmid	29765.0	99.99	100.0	0.23442865694212534	CP048648.1	enterobacteria	Escherichia coli strain GW-AmxH19 plasmid unnamed, complete sequence	False	True
ISR0041_000000000667	15736	0.9996485456802064	17	16	13	16	13	False	36446	maximal	True	ISR0041_000000000667	1.0		1	1	False	False	0.9998729228973389	0					non-mobilizable	no_good_hit	6653.0	97.806	46.0	0.001408074342937459	CP007448.2	enterobacteria	Yersinia enterocolitica LC20, complete genome	True	False
MON0078_000000017729	2482	0.999648487452826	4	3	3	2	1	True	10161	fragment	False	MON0078_000000017729	1.0		0	0	False	False	0.9987912774085999	0					non-mobilizable	no_good_hit	955.0	81.78	55.0	0.0003362384956746693	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
FIJ0112_000000000450	29797	0.999648442371748	38	38	6	29	38	True	113255	fragment	False	SPA0004_000000000667	0.9700303224833308		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	29797.0	99.98	100.0	0.2698913043478261	CP051734.1	enterobacteria	Escherichia coli strain SCU-109 plasmid pSCU-109-1, complete sequence	False	True
ENG0176_000000000289	29796	0.999648442371748	38	38	6	29	38	True	113255	fragment	False	SPA0004_000000000667	0.9701027862572947		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	29796.0	99.993	100.0	0.2698822463768116	CP051734.1	enterobacteria	Escherichia coli strain SCU-109 plasmid pSCU-109-1, complete sequence	False	True
SPA0004_000000000667	29796	0.999648442371748	38	38	6	29	38	True	113255	fragment	False	SPA0004_000000000667	0.9701269043109898		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	29796.0	99.99700000000001	100.0	0.2698822463768116	CP051734.1	enterobacteria	Escherichia coli strain SCU-109 plasmid pSCU-109-1, complete sequence	False	True
ISR0168_000000005064	5070	0.9996481812945	3	3	3	3	3	True	127162	backbone	True	ISR0168_000000005064	1.0	PS982|PS983	5	2	True	True	1.0	11	rep_cluster_1188				non-mobilizable	no_good_hit	1777.0	99.60600000000001	65.0	0.5281166319547753	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	True	True
ISR0248_000000001092	5007	0.9996481812945	3	3	3	3	3	True	127162	backbone	False	ISR0168_000000005064	0.9937869822485207	PS982|PS983	0	0	True	True	0.9998002648353577	2	rep_cluster_1188				non-mobilizable	no_good_hit	1729.0	99.595	65.0	0.511400651465798	HM050421.1	firmicutes	Streptococcus thermophilus plasmid pK1002C2, complete sequence	True	True
ISR0030_000000001090	12433	0.9996476983543078	14	9	6	8	9	False	123299	fragment	False	ISR0030_000000001090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3046.0	78.956	24.0	0.0023797694480614533	CP017037.1	firmicutes	Dialister pneumosintes strain F0677 chromosome, complete genome	True	False
SPA0139_000000004888	4963	0.9996471905811078	8	2	1	2	1	False	6337	fragment	False	SPA0139_000000004888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	90.816	6.0	0.00012617344556266203	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
USA0036_01_000000003880	10100	0.9996471451305858	14	7	6	7	5	True	70962	fragment	False	USA0036_01_000000003880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.44	17.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
USA0044_01_000000001459	19863	0.9996469311441579	17	12	9	10	12	False	90807	maximal	True	USA0044_01_000000001459	0.9888905993431856		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	71.437	9.0	0.013372163942424981	NZ_ANLA01000005.1	CFB group bacteria	Xanthomarina gelatinilytica strain AK20 contig5, whole genome shotgun sequence	True	False
ISR0093_000000004703	4761	0.9996469231439752	4	3	2	3	1	True	130966	maximal	True	ISR0093_000000004703	1.0		1	1	False	False	1.0	0	rep_cluster_1867	MOBV			mobilizable	no_good_hit	1899.0	98.947	48.0	0.6831112711559236	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
CHI0065_000000000451	19794	0.9996468832040922	30	21	16	16	15	False	123927	fragment	False	SPA0145_000000000420	0.7807111112046015		0	0	False	True	1.0	0					non-mobilizable	plasmid	19794.0	99.995	100.0	0.20135504939012605	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0305_000000000472	19793	0.9996468832040922	30	21	16	16	15	False	123927	fragment	False	SPA0145_000000000420	0.7807603728653296		0	0	False	True	1.0	0					non-mobilizable	plasmid	19794.0	99.96	100.0	0.16580245775987	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0092_000000002231	7961	0.9996462962656272	12	7	4	6	6	False	103474	fragment	False	ISR0092_000000002231	1.0		0	0	False	False	0.9984926581382751	0					non-mobilizable	plasmid	7423.0	94.34200000000001	98.0	0.2957279303041202	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MAD0062_000000011156	1323	0.999645919320018	2	1	1	1	1	False	16753	maximal	True	MAD0062_000000011156	1.0		4	2	False	False	0.963718831539154	0					non-mobilizable	other	847.0	95.632	99.0	0.013497755698608694	NZ_AFTL01000018.1	firmicutes	Lactobacillus oris F0423 ctg1127947904574, whole genome shotgun sequence	False	False
TAN0008_000000000404	16464	0.9996449696967584	16	15	4	6	15	True	98076	fragment	False	TAN0008_000000000404	1.0		0	0	False	False	0.9996355772018433	0	IncHI1B				non-mobilizable	plasmid	13814.0	98.48	100.0	0.14512857698330128	CP027443.1	enterobacteria	Escherichia coli strain 2013C-3252 plasmid unnamed1, complete sequence	False	True
ENG0029_000000003654	6596	0.999644762980982	9	5	4	4	3	True	103918	fragment	False	ENG0029_000000003654	0.9946013289036544		0	0	False	False	1.0	0					non-mobilizable	plasmid	6521.0	98.94200000000001	99.0	0.07105182860380978	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0047_000000014964	1997	0.999644551857206	4	1	1	1	1	False	36090	fragment	False	ISR0047_000000014964	1.0		0	0	False	False	0.9774662256240845	0					non-mobilizable	no_good_hit								True	False
MAD0009_000000001111	7203	0.9996443968804932	7	2	2	2	2	False	36502	backbone	True	MAD0009_000000001111	0.9443501435009125	PS120	1	1	True	True	0.9998611807823181	46					non-mobilizable	no_good_hit								True	True
MAD0062_000000001660	7198	0.9996443968804932	7	2	2	2	2	False	36502	backbone	False	MAD0009_000000001111	0.9158362881496652	PS120	0	0	True	True	0.9998610615730286	8					non-mobilizable	no_good_hit								True	True
MAD0095_000000003918	6063	0.9996442725458901	8	3	2	2	3	True	18412	maximal	True	MAD0095_000000003918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	99.083	18.0	0.006958110767500703	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	True
FIJ0087_000000000762	21899	0.9996435004091908	26	15	8	14	8	True	43771	fragment	False	FIJ0087_000000000762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3298.0	91.35799999999999	22.0	0.053155985489721884	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
CHI0060_000000000959	9274	0.9996432037831908	12	11	4	2	10	True	132544	fragment	False	CHI0126_000000000854	0.20925166548865531		0	0	False	False	0.9984903931617737	0					non-mobilizable	other	8625.0	100.0	93.0	0.22995493693837826	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0065_000000003580	7438	0.9996420936702034	8	3	1	3	1	False	69816	fragment	False	ISR0065_000000003580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	95.23100000000001	33.0	0.02845382248331535	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MAD0051_000000000047	59277	0.9996415951589542	87	23	10	18	13	True	46826	maximal	True	MAD0051_000000000047	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	79.331	1.0	0.000581985098262437	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	True
SPA0116_000000004130	8401	0.9996415724084756	13	10	6	9	8	True	54172	maximal	True	SPA0116_000000004130	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	88.021	14.0	0.00040909938860550927	NZ_GL892076.1	firmicutes	Centipeda periodontii DSM 2778 SCAFFOLD1, whole genome shotgun sequence	True	True
MAD0043_000000013949	1850	0.9996412103199916	2	2	2	2	2	True	18033	maximal	True	MAD0043_000000013949	1.0		2	1	False	False	0.999459445476532	0					non-mobilizable	chromosome	1850.0	99.946	100.0	0.0003255943196910076	CP050204.1	enterobacteria	Escherichia coli strain RH-045-WU chromosome	False	True
FIJ0031_000000008341	2863	0.9996411556314612	4	1	1	1	1	False	48604	fragment	False	FIJ0031_000000008341	1.0		0	0	False	False	0.9996507167816162	0					non-mobilizable	no_good_hit	458.0	96.288	16.0	0.012553910392000659	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
USA0011_01_000000000227	58820	0.9996406588536432	72	40	11	19	29	True	100991	maximal	True	USA0011_01_000000000227	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	14659.0	99.243	53.0	0.0025581746474349744	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
SPA0099_000000000746	12845	0.9996406494553884	13	13	3	4	13	True	113994	fragment	False	MAD0105_000000001674	0.9752342190139763		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	12691.0	99.47200000000001	99.0	0.09746876296740282	MN510447.1	enterobacteria	Escherichia coli strain TZ20_1P plasmid pTZ20_1P, complete sequence	False	True
ISR0055_000000007123	2040	0.9996405397833568	3	2	1	2	1	True	35674	maximal	True	ISR0055_000000007123	1.0		0	0	False	False	0.9823529124259949	0					non-mobilizable	no_good_hit	1761.0	98.296	86.0	0.019179634715138835	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
CHI0077_000000000080	56314	0.999640532029486	94	22	11	16	10	True	112983	maximal	True	CHI0077_000000000080	1.0		1	1	True	True	1.0	184					non-mobilizable	no_good_hit	5211.0	92.919	48.0	0.0922624322121008	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0255_000000002023	11677	0.9996402407889754	15	7	6	6	5	False	99394	fragment	False	ISR0217_000000002107	0.9643112914776797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	75.646	2.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
MON0077_000000041798	1105	0.9996399982464368	2	1	1	1	1	False	10184	maximal	True	MON0077_000000041798	1.0		0	0	False	False	0.9809954762458801	0					non-mobilizable	plasmid	1009.0	87.90899999999999	91.0	0.02252527308501255	CP044413.1	firmicutes	Lactobacillus sp. JM1 plasmid unnamed1, complete sequence	False	True
ISR0383_000000003013	3928	0.999639702734222	5	4	2	4	1	False	103087	fragment	False	AUS0002_000000007860	0.9645892071483291		0	0	False	False	0.9997454285621643	0					non-mobilizable	no_good_hit								True	False
ISR0315_000000000987	7497	0.9996388856835472	12	4	2	4	3	False	111042	fragment	False	ISR0858_000000000918	0.7000713747195921		0	0	False	False	0.9987995028495789	0					non-mobilizable	other	4688.0	97.376	92.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
SPA0132_000000005355	6729	0.9996388856835472	10	4	2	4	3	False	105188	fragment	False	SPA0132_000000005355	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4688.0	97.419	96.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0821_000000003818	6635	0.9996388856835472	11	4	2	4	3	False	105189	fragment	False	ISR0821_000000003818	1.0		0	0	False	False	0.9995478391647339	0					non-mobilizable	other	4688.0	97.376	91.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0087_000000005384	5126	0.9996388856835472	9	4	2	4	3	False	109314	fragment	False	ENG0087_000000005384	1.0		0	0	False	False	0.998634397983551	0					non-mobilizable	other	3695.0	98.133	92.0	0.09702413784046438	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
AST0087_000000006276	5084	0.9996388856835472	8	4	2	4	3	False	111040	fragment	False	AST0087_000000006276	1.0		0	0	False	False	0.992525577545166	0					non-mobilizable	other	5084.0	99.292	100.0	0.1334804191947049	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0151_000000003976	6100	0.9996388046551168	6	4	2	3	4	True	57118	maximal	True	ENG0151_000000003976	0.9999188179899334		2	2	True	True	1.0	49		MOBQ			mobilizable	no_good_hit	3832.0	94.963	79.0	0.6575648291258801	LM995842.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-4_contig-18.0_1_5823_[organism:Escherichia	True	True
ISR0299_000000001003	6080	0.9996388046551168	7	4	2	3	4	True	57118	maximal	False	ENG0151_000000003976	0.9999188179899334		0	0	True	True	0.9965460300445557	2		MOBQ			mobilizable	no_good_hit	4743.0	93.696	78.0	0.8134981968057702	LM995842.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-4_contig-18.0_1_5823_[organism:Escherichia	True	True
ISR0133_000000004782	3890	0.9996379688297576	5	2	2	2	1	False	101593	fragment	False	DEN0065_000000007095	0.5132234854659857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	98.052	7.0	4.081383316852192e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0039_000000026748	1401	0.9996374643782264	2	2	2	1	1	False	36528	fragment	False	ISR0039_000000026748	1.0		0	0	False	False	0.9928622245788574	0					non-mobilizable	no_good_hit								True	False
ISR0787_000000001949	6133	0.9996372612679628	7	4	2	3	3	False	97840	fragment	False	MAD0082_000000001030	0.6903292527139477		0	0	False	False	0.9993478059768677	0					non-mobilizable	no_good_hit	147.0	91.837	2.0	0.12404418011894647	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
FIJ0035_000000000070	54747	0.9996367607163628	94	26	9	17	16	True	48057	maximal	True	FIJ0035_000000000070	1.0		2	1	True	True	1.0	18					non-mobilizable	no_good_hit	6820.0	87.654	69.0	0.11990926168787439	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0047_000000000181	54747	0.9996367607163628	93	26	9	17	16	True	48057	maximal	False	FIJ0035_000000000070	1.0		0	0	True	True	1.0	77					non-mobilizable	no_good_hit	3849.0	95.45299999999999	69.0	0.06817779038032112	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0034_000000000589	32314	0.9996366760959328	40	8	2	7	3	True	55132	maximal	True	FIJ0034_000000000589	1.0		1	1	False	False	0.9999690651893616	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.5158559735195616e-06	CP010776.1	CFB group bacteria	Rufibacter sp. DG15C, complete genome	True	True
DEN0073_000000018049	2804	0.9996365721379341	4	3	3	2	3	False	103913	fragment	False	DEN0073_000000018049	0.9763267425800266		0	0	False	False	1.0	0					non-mobilizable	plasmid	2805.0	99.323	100.0	0.030556645307528007	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0206_000000012607	2022	0.9996365251716494	2	2	2	2	1	False	53951	fragment	False	MAD0105_000000016164	0.9447191011235955		0	0	False	False	0.9995054602622986	0					non-mobilizable	no_good_hit								True	False
ENG0185_000000002759	8921	0.9996362153611223	12	6	4	5	4	True	105214	fragment	False	ISR0074_000000001553	0.3208207827721913		0	0	False	False	1.0	0					non-mobilizable	plasmid	8924.0	98.20700000000001	100.0	0.0971513883440129	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0340_000000009451	2497	0.9996360408179256	5	3	2	3	2	False	44746	fragment	False	ISR0340_000000009451	1.0		0	0	False	False	0.997196614742279	0					non-mobilizable	no_good_hit								True	False
ISR0284_000000000164	35490	0.9996354820002334	36	35	9	22	35	True	98681	fragment	False	ISR0284_000000000164	1.0		0	0	False	False	1.0	0	IncI1/B/O		MPF_I		non-mobilizable	plasmid	33972.0	99.70299999999999	96.0	0.3653945443593494	LT985300.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pI	False	True
AST0040_000000001397	11837	0.9996341650937244	9	8	5	7	7	True	116419	maximal	True	AST0040_000000001397	1.0		1	1	False	False	0.9981414079666138	0					non-mobilizable	no_good_hit	7947.0	100.0	67.0	0.06349840574730096	CP039328.1	enterobacteria	Citrobacter portucalensis strain Effluent_1 plasmid unnamed1, complete sequence	True	True
SPA0013_000000000476	25171	0.999633533606104	26	21	10	16	14	True	83912	fragment	False	SPA0013_000000000476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	7.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
SPA0001_000000000439	42311	0.9996332908786892	53	27	14	21	18	True	123711	maximal	True	SPA0001_000000000439	1.0	PS902	11	4	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	26394.0	99.867	92.0	0.028955453149001536	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0031_000000001358	13063	0.9996331876590956	14	14	3	5	14	True	98075	fragment	False	MAD0102_000000000825	0.8706825146069821		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	13063.0	99.969	100.0	0.14048484587751942	CP030285.1	enterobacteria	Escherichia coli strain E308 plasmid pLKSZ04, complete sequence	False	True
FIJ0155_000000001699	11457	0.9996331062844591	16	8	6	8	5	True	47306	maximal	True	FIJ0155_000000001699	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	73.111	5.0	0.00015783350819649673	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ENG0100_000000002196	11981	0.9996318336447522	15	9	2	7	5	False	73554	maximal	True	ENG0100_000000002196	1.0		1	1	False	False	0.9991653561592102	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	1.0	0.0013591502174640348	CP017963.1	firmicutes	Virgibacillus halodenitrificans strain PDB-F2 plasmid unnamed1, complete sequence	True	False
ENG0195_000000000631	21323	0.9996312471883622	21	8	5	6	2	True	130778	fragment	False	ISR0812_000000001294	0.7804973530549376		0	0	False	False	0.9996247887611389	0					non-mobilizable	no_good_hit	448.0	73.214	2.0	0.011673874399724072	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
SPA0132_000000004025	8522	0.9996309296643766	10	7	2	5	4	False	68780	fragment	False	SPA0132_000000004025	1.0		0	0	False	False	0.9920206665992737	0					non-mobilizable	no_good_hit	94.0	85.10600000000001	1.0	0.0003162028458256124	NZ_FQXM01000004.1	firmicutes	Clostridium grantii DSM 8605, whole genome shotgun sequence	True	False
CHI0107_000000002882	4295	0.9996308917268564	6	3	2	3	3	True	112637	maximal	True	CHI0107_000000002882	1.0		2	2	False	False	0.9993014931678772	0					non-mobilizable	no_good_hit	745.0	90.738	17.0	0.0002262667660776717	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0284_000000000662	9577	0.9996303454272636	16	16	6	8	15	True	114220	fragment	False	ISR0284_000000000662	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9577.0	99.791	100.0	0.11602772258033248	LM996865.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-23_contig-10.0_1_82532_[organism:Escherichia	False	True
ISR0779_000000004531	6837	0.9996292673920864	9	5	4	5	3	True	126348	backbone	True	ISR0779_000000004531	0.9954169797145004	PS955	1	1	False	True	0.9992687106132507	0					non-mobilizable	no_good_hit	234.0	92.735	5.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
MAD0038_000000000441	16235	0.9996290248424504	21	7	4	7	3	True	18587	maximal	True	MAD0038_000000000441	1.0		4	1	True	True	1.0	7					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0221147201105736	XM_015873394.2	birds	PREDICTED: Coturnix japonica cathepsin H (CTSH), mRNA	True	True
MAD0046_000000001077	15776	0.9996290248424504	21	7	4	7	3	True	18587	maximal	False	MAD0038_000000000441	0.9858638743455497		0	0	False	True	0.9996196627616882	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0221147201105736	XM_015873394.2	birds	PREDICTED: Coturnix japonica cathepsin H (CTSH), mRNA	True	True
ISR0075_000000000128	58631	0.999628485331174	64	22	14	21	11	True	74874	maximal	True	ISR0075_000000000128	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	85.057	0.0	2.8413193348772282e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	True
ENG0100_000000002452	10709	0.9996278831644692	12	4	3	4	2	True	99221	backbone	False	ENG0181_000000001971	0.37920022311630663	PS555	0	0	False	True	1.0	0	rep_cluster_78				non-mobilizable	plasmid	7828.0	97.292	97.0	0.7190357439733999	FN429768.1	bacteria	Uncultured bacterium plasmid pTRACA30 complete sequence	False	True
ISR0399_000000001640	7073	0.9996278004798036	11	7	6	7	5	True	126349	backbone	True	ISR0399_000000001640	1.0	PS955|PS956	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	233.0	91.845	3.0	0.04373455029473284	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
FIJ0003_000000015439	1524	0.999627673774571	2	2	1	1	2	False	52173	maximal	True	FIJ0003_000000015439	0.995014245014245		3	2	False	False	1.0	0					non-mobilizable	plasmid	595.0	89.412	94.0	0.010881973853802246	AP003515.1	firmicutes	Clostridium perfringens str. 13 plasmid pCP13 DNA, complete sequence	False	True
ISR0192_000000004049	4921	0.9996275648343436	8	8	2	6	7	False	98006	fragment	False	ISR0192_000000004049	1.0		0	0	False	False	0.9995935559272766	0					non-mobilizable	plasmid	4733.0	97.31700000000001	99.0	0.049434068747844444	CP034163.1	enterobacteria	Escherichia albertii strain 06-3542 plasmid p06-3542, complete sequence	False	True
ISR0192_000000002559	7531	0.9996271658800286	6	6	6	6	5	False	51971	maximal	True	ISR0192_000000002559	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	5062.0	98.14299999999999	99.0	0.0010384813078498467	CP045611.1	enterobacteria	Enterobacter hormaechei strain AUH-ENM30 chromosome	False	False
CHI0049_000000003961	3868	0.9996266565187444	7	4	2	2	4	True	86819	fragment	False	CHI0049_000000003961	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3868.0	100.0	100.0	0.07839996756143054	MK965545.1	enterobacteria	Escherichia coli strain F609TC plasmid pF609, complete sequence	False	True
FIJ0102_000000000281	45884	0.9996265263252472	48	20	13	19	13	True	74873	fragment	False	FIJ0102_000000000281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	0.0	0.0011886931507500654	NZ_SMUS01000036.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00036, whole genome shotgun sequence	True	True
AST0033_000000001859	7080	0.9996259449619618	13	6	1	6	3	False	117102	maximal	True	AST0033_000000001859	1.0		1	1	False	False	0.9997175335884094	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.009481882831019302	XM_020213331.1	budding yeasts	Cyberlindnera jadinii NRRL Y-1542 DNA polymerase V partial mRNA	True	False
USA0058_01_000000001584	13747	0.999625761084978	14	8	7	7	7	True	116257	fragment	False	USA0058_01_000000001584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4864.0	98.376	63.0	0.03915189679746825	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0180_000000000516	32777	0.9996254509374924	31	14	8	11	6	True	129708	fragment	False	ISR0180_000000000516	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1317.0	91.116	5.0	0.005373402474378343	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0018_000000004603	4700	0.9996254404110884	6	5	3	4	2	True	103923	fragment	False	ENG0018_000000004603	0.9878911273039006		0	0	False	False	1.0	0					non-mobilizable	plasmid	4700.0	99.851	100.0	0.051207445185475785	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MAD0105_000000016164	2225	0.9996254332927936	2	2	2	2	1	False	53951	fragment	False	MAD0105_000000016164	0.990108803165183		0	0	False	False	0.9973033666610718	0					non-mobilizable	no_good_hit								True	False
MON0093_000000007578	5070	0.9996253211657786	5	5	4	5	3	False	98030	maximal	True	MON0093_000000007578	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4463.0	99.978	91.0	0.020793519096849976	CP059918.1	enterobacteria	Escherichia coli strain 64.1 plasmid p1, complete sequence	False	True
ISR0291_000000000240	26287	0.9996247417457796	29	18	12	16	12	True	122935	maximal	True	ISR0291_000000000240	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5133.0	95.20700000000001	55.0	0.20305319106422093	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
AST0025_000000015084	2390	0.9996247411398528	3	3	3	3	2	True	121347	fragment	False	AST0025_000000015084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	99.273	65.0	0.00047689396721251536	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0040_000000002389	9849	0.9996240594752014	13	6	4	5	3	True	105214	fragment	False	ISR0074_000000001553	0.39531460372058896		0	0	False	False	1.0	0					non-mobilizable	plasmid	9849.0	99.74600000000001	100.0	0.10730787672725688	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0250_000000003152	3331	0.9996222845898299	6	6	5	6	4	True	46647	fragment	False	ISR0250_000000003152	1.0		0	0	False	False	0.9996997714042664	0	IncFIA				non-mobilizable	plasmid	3331.0	99.039	100.0	0.015331068202535842	MN823987.1	enterobacteria	Escherichia coli strain 2016061604 plasmid p6061604-KPC, complete sequence	False	True
ENG0187_000000002651	8373	0.9996222112473836	6	4	2	4	2	False	69817	fragment	False	ENG0187_000000002651	0.9445521754938795		0	0	False	False	0.995700478553772	0					non-mobilizable	no_good_hit	606.0	93.729	26.0	0.024097829996403308	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ENG0166_000000007212	3689	0.9996219791676636	3	3	2	3	1	False	123308	fragment	False	ENG0166_000000007212	1.0		0	0	False	False	0.9959338307380676	0					non-mobilizable	no_good_hit								True	False
CHI0002_000000001095	8054	0.9996218288917554	10	6	5	4	4	False	107026	fragment	False	CHI0125_000000001580	0.467795845396175		0	0	False	False	1.0	0					non-mobilizable	plasmid	8054.0	99.963	100.0	0.08192351905919694	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0190_000000003878	5998	0.9996212131181564	10	10	3	3	10	True	57996	fragment	False	ISR0152_000000004192	0.9934122748498999		0	0	False	False	0.9996665716171265	0	IncX1				non-mobilizable	plasmid	5998.0	100.0	100.0	0.1773788044603508	CU928149.1	enterobacteria	Escherichia coli str. UMN026 plasmid p2ESCUM, complete genome	False	True
CHI0003_000000000955	9742	0.9996211125230232	8	6	3	4	5	False	105567	fragment	False	CHI0003_000000000955	1.0		0	0	False	False	0.9985629320144653	0					non-mobilizable	no_good_hit								True	False
CHI0015_000000005246	1895	0.9996203471035792	3	2	2	2	2	False	89836	fragment	False	CHI0015_000000005246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000000285	28574	0.9996201594029476	30	21	17	19	11	True	50062	maximal	True	MAD0045_000000000285	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	80.531	2.0	0.00032533027306956607	NZ_KB899636.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
AST0019_000000002565	8817	0.999620065387236	13	7	5	5	7	False	122930	maximal	True	AST0019_000000002565	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2994.0	97.26100000000001	86.0	0.11960995883786917	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MAD0046_000000008290	2998	0.999619247837192	5	5	0	3	2	True	128539	maximal	False	ISR0182_000000011420	0.4618207998422652	PS342|PS522	0	0	True	True	1.0	921					non-mobilizable	no_good_hit	267.0	87.64	19.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MON0015_000000012386	2996	0.999619247837192	5	5	0	3	2	True	97179	backbone	True	MON0015_000000012386	0.9614498507713475	PS522	5	2	True	True	0.9996662139892578	11					non-mobilizable	no_good_hit	331.0	83.686	18.0	0.12005856515373353	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
MON0041_000000007216	5881	0.9996192195158492	5	5	4	5	3	False	100521	fragment	False	MON0041_000000007216	1.0		0	0	False	False	0.9954089522361755	0					non-mobilizable	no_good_hit	311.0	85.852	5.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ETH0002_000000007399	3800	0.9996186564691638	6	4	2	4	2	True	112624	fragment	False	ISR0378_000000005406	0.9219634492349638		0	0	False	False	0.9952631592750549	0					non-mobilizable	no_good_hit	1435.0	77.143	37.0	0.0029378738993427944	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0020_000000003304	5549	0.9996184722224752	6	3	3	3	2	True	37706	fragment	False	ISR0020_000000003304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	0.00014776954904210563	NZ_WHOS01000002.1	a-proteobacteria	Azospirillum melinis strain TMCY0552 NODE_2_length_345133_cov_42.137969_1-345133, whole genome shotgun sequence	True	True
MAD0106_000000000022	81770	0.9996181865869808	82	37	19	37	19	True	70490	maximal	True	MAD0106_000000000022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	87.819	1.0	0.0008960098402027421	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MAD0053_000000000163	37399	0.999617712667446	39	29	19	27	17	True	98520	fragment	False	MAD0068_000000000179	0.964687117292179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9180.0	99.60799999999999	25.0	0.4565941992935675	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ISR0149_000000005580	2820	0.999616718952695	5	3	2	3	2	False	30873	fragment	False	ISR0149_000000005580	1.0		0	0	False	False	0.99858158826828	0					non-mobilizable	no_good_hit	603.0	97.34700000000001	21.0	0.00016058776187875945	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0091_000000002352	5403	0.9996163953904644	5	5	5	4	5	False	87410	fragment	False	MON0091_000000002352	1.0		0	0	False	False	0.9900055527687073	0					non-mobilizable	other	5403.0	100.0	100.0	0.0010778994887659606	AP022221.1	enterobacteria	Escherichia coli DNA, complete genome, strain: WP8-S17-ESBL-08	False	False
DEN0059_000000000055	4602	0.9996162592590566	8	4	3	3	3	True	103917	fragment	False	DEN0059_000000000055	1.0		0	0	False	False	0.9984789490699768	0					non-mobilizable	plasmid	4610.0	93.861	100.0	0.05018307833137178	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MON0069_000000017648	2730	0.999615886936574	4	2	2	2	2	True	112609	fragment	False	MON0069_000000017648	1.0		0	0	False	False	0.9879120588302612	0					non-mobilizable	no_good_hit	654.0	85.93299999999999	24.0	0.0013570677300167072	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0210_000000000280	42208	0.9996156825116064	49	19	10	13	15	True	128800	fragment	False	ISR0210_000000000280	1.0		0	0	False	False	0.9997867941856384	0	rep_cluster_329				non-mobilizable	no_good_hit	18452.0	99.37100000000001	83.0	0.09933871124083189	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0285_000000000575	15069	0.9996156799525248	16	7	6	5	7	False	114004	fragment	False	ISR0285_000000000575	1.0		0	0	False	False	0.9998672604560852	0					non-mobilizable	no_good_hit	4053.0	76.437	27.0	0.0006578277317932521	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0072_000000009793	2822	0.9996155700831332	4	3	2	3	2	False	34851	fragment	False	ISR0072_000000009793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	97.90799999999999	57.0	0.00040787157460568635	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0010_000000000122	16618	0.9996154138919368	23	21	8	13	17	True	98673	maximal	True	MAD0010_000000000122	1.0		1	1	False	False	0.9993982315063477	0	IncI-gamma/K1		MPF_I		non-mobilizable	no_good_hit	7169.0	98.619	72.0	0.10854520950376305	CP055978.1	enterobacteria	Escherichia coli strain RHB06-C09 plasmid pRHB06-C09_3, complete sequence	True	True
MAD0096_000000013451	1443	0.9996148213858332	3	3	1	3	1	False	15474	maximal	True	MAD0096_000000013451	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000010051	3767	0.9996148032613892	4	4	3	3	4	True	116079	maximal	True	USA0011_01_000000010051	1.0		0	0	False	False	0.9997345209121704	0					non-mobilizable	no_good_hit	1781.0	99.663	47.0	0.010758017140301467	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0014_000000011161	3275	0.9996146703488684	6	4	2	4	2	False	40812	fragment	False	ISR0014_000000011161	1.0		0	0	False	False	0.9993892908096313	0					non-mobilizable	no_good_hit	441.0	72.562	13.0	0.09026769039219755	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
ISR0138_000000001051	21015	0.9996143394492898	31	15	10	15	11	True	128931	fragment	False	ISR0138_000000001051	1.0		0	0	False	True	0.9996193051338196	0					non-mobilizable	no_good_hit	1495.0	84.54799999999999	7.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0355_000000002034	7956	0.9996142401485388	9	6	6	6	5	True	126346	fragment	False	ISR0355_000000002034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	89.787	3.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0367_000000000405	24102	0.9996136850123076	19	14	9	13	9	True	125343	maximal	False	ISR0141_000000000972	0.9837524167150502	PS770|PS925|PS926|PS927	0	0	True	True	0.9999170303344727	13					non-mobilizable	no_good_hit	3390.0	78.525	30.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0805_000000001720	7690	0.9996134367207656	6	5	3	4	4	False	105565	fragment	False	AST0148_000000004034	0.9810969393940612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000002289	8102	0.9996132005385331	11	7	5	7	4	True	132460	backbone	False	ISR0021_000000002470	0.6285782421352789	PS1163	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	234.0	92.735	6.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0009_000000003379	7983	0.9996132005385331	12	7	5	7	4	True	132457	fragment	False	ISR0009_000000003379	0.9863246700231324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	3.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0076_000000003281	7349	0.9996132005385331	12	7	5	7	4	True	132457	fragment	False	ISR0009_000000003379	0.949768257547288		0	0	False	False	0.9998639225959778	0					non-mobilizable	no_good_hit	113.0	92.035	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AUS0008_000000002701	6593	0.9996132005385331	11	7	5	7	4	True	132456	fragment	False	SPA0125_000000005450	0.9839390740461469		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	92.035	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0382_000000001917	6135	0.9996132005385331	9	7	5	7	4	True	132448	fragment	False	ISR0370_000000003998	0.7888975332665152		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	89.787	4.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0137_000000006524	5551	0.9996132005385331	9	7	5	7	4	True	132448	fragment	False	ISR0370_000000003998	0.5547148878295786		0	0	False	False	0.9998198747634888	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	1.0	5.646700317172285e-05	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	True
ISR0140_000000008313	3157	0.9996126582288768	3	3	2	3	1	False	123307	fragment	False	ISR0140_000000008313	1.0		0	0	False	False	0.9955654144287109	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000003951	6143	0.9996125103680716	7	7	3	4	7	True	132551	fragment	False	ISR0223_000000003951	1.0		0	0	False	False	0.9998372197151184	0			MPF_T		non-mobilizable	plasmid	3412.0	99.56	100.0	0.08830153511610449	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MAD0014_000000004693	5716	0.9996115534170904	5	5	5	5	4	False	59388	fragment	False	MAD0014_000000004693	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5557.0	99.98200000000001	100.0	0.001331586644444796	CP046048.1	enterobacteria	Proteus mirabilis strain HN2p chromosome HN2p, complete sequence	False	False
MON0090_000000005920	8279	0.9996112243518548	6	5	3	4	5	False	38298	fragment	False	MON0090_000000005920	0.9837248788156525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	73.274	15.0	0.00038276165214191904	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MON0052_000000002325	8236	0.9996112243518548	6	5	3	4	5	False	38298	fragment	False	MON0090_000000005920	0.9811271545750003		0	0	False	False	0.9993929266929626	0					non-mobilizable	no_good_hit	1246.0	73.274	15.0	0.00038276165214191904	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MON0076_000000004492	8102	0.9996112243518548	6	5	3	4	5	False	38298	fragment	False	MON0090_000000005920	0.9724408517877843		0	0	False	False	0.9961737990379333	0					non-mobilizable	no_good_hit	1246.0	73.274	15.0	0.00038276165214191904	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
FIJ0162_000000002110	11874	0.9996108534972216	12	11	9	9	10	False	95692	maximal	True	FIJ0162_000000002110	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	11874.0	100.0	100.0	0.0021882644664960363	CP025573.1	enterobacteria	Escherichia coli strain E-1246 chromosome, complete genome	False	False
CHI0038_000000002457	4479	0.9996105878249356	6	6	6	6	6	False	87894	maximal	True	CHI0038_000000002457	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	4506.0	99.334	100.0	0.0008113311900742768	CP050196.1	enterobacteria	Escherichia coli strain RH-004-CS chromosome	False	False
ISR0233_000000000911	7675	0.9996099530848228	11	6	5	6	4	True	126351	maximal	True	ISR0233_000000000911	1.0	PS955	1	1	False	True	0.999218225479126	0					non-mobilizable	no_good_hit	1846.0	90.087	24.0	0.9994547437295529	NZ_LNAM01000075.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf166, whole genome shotgun sequence	True	True
CHI0051_000000002603	6248	0.9996098140038906	8	4	4	3	3	True	86660	fragment	False	CHI0051_000000002603	0.9992372881355933		0	0	False	False	0.9996799230575562	0					non-mobilizable	no_good_hit	1396.0	94.62799999999999	48.0	0.054351216469120396	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
ENG0088_000000001353	20382	0.999609725999216	19	10	7	10	6	True	122556	maximal	True	ENG0088_000000001353	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6419.0	93.75299999999999	67.0	0.1430521674909921	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0129_000000001254	10294	0.9996094260649492	16	5	2	5	1	True	128736	maximal	False	ISR0348_000000000875	0.9451925793389208	PS1048|PS844|PS850	0	0	True	True	0.9994171261787415	13					non-mobilizable	no_good_hit	587.0	99.48899999999999	6.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0387_000000000237	37762	0.9996089920589027	29	18	13	17	8	True	130792	fragment	False	ISR0387_000000000237	1.0		0	0	False	False	0.9999470114707947	0					non-mobilizable	no_good_hit	368.0	99.728	4.0	0.0001235300512935818	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0061_000000001447	9887	0.999608854733899	11	10	7	5	8	True	16840	maximal	True	MAD0061_000000001447	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2812.0	92.88799999999999	38.0	0.0005196480960101157	CP049201.1	enterobacteria	Escherichia coli strain PapRG-04-4 chromosome, complete genome	True	True
ISR0352_000000000878	8537	0.9996081694186624	9	5	3	5	3	True	101599	maximal	True	ISR0352_000000000878	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3901.0	96.539	57.0	0.001039819096018944	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0096_000000009924	4257	0.9996079823263666	5	5	2	4	4	True	68227	maximal	True	DEN0096_000000009924	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4096.0	96.045	96.0	0.3203531451994324	KM107845.1	enterobacteria	Escherichia coli strain G5 plasmid pSYM9, complete sequence	False	True
ISR0207_000000002876	7634	0.999607826431932	14	7	4	6	6	False	122550	maximal	True	ISR0207_000000002876	1.0		2	2	False	False	0.999345064163208	0					non-mobilizable	no_good_hit	3251.0	93.848	82.0	0.07257793791822394	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0150_000000000007	147322	0.999607711421174	191	58	26	47	21	True	106317	maximal	True	ISR0150_000000000007	1.0	PS560|PS561|PS562|PS646|PS647|PS648	1	1	True	True	0.9999660849571228	8					non-mobilizable	no_good_hit	1713.0	85.931	1.0	0.029351582784531528	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0287_000000013000	1135	0.9996049350247076	3	2	2	1	1	False	25983	fragment	False	ISR0287_000000013000	1.0		0	0	False	False	0.9674009084701538	0					non-mobilizable	no_good_hit	68.0	89.706	6.0	2.2766527224519073e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0083_000000003431	8711	0.999604684670448	9	4	3	3	1	True	44143	fragment	False	FIJ0083_000000003431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0144_000000007558	4190	0.9996042230539949	6	5	1	4	5	False	45092	fragment	False	FIJ0144_000000007558	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4190.0	99.523	100.0	0.04535218586925925	CP028198.1	enterobacteria	Salmonella enterica subsp. enterica serovar Concord strain CFSAN018747 plasmid pGMI14-002_2, complete sequence	False	True
AST0025_000000006190	5142	0.9996041918726838	8	7	5	6	7	True	120518	maximal	True	AST0025_000000006190	1.0		1	1	False	False	0.9984441995620728	0	rep_cluster_1229				non-mobilizable	plasmid	1881.0	87.82600000000001	91.0	0.18776328986960883	CP027193.1	firmicutes	Lactobacillus sp. CBA3605 plasmid pCBA3605-3, complete sequence	False	True
ENG0016_000000006123	3724	0.9996039125859072	4	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.1805165169043877		0	0	False	False	0.9997314810752869	0					non-mobilizable	no_good_hit	1149.0	77.023	37.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0159_000000000445	32747	0.9996037009545392	45	35	25	27	26	True	123932	backbone	False	ENG0103_000000000448	0.9052978115439413	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	17180.0	99.73200000000001	97.0	0.17138352227367076	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0037_000000035749	2012	0.9996035955807844	2	2	1	1	2	False	12098	maximal	True	MON0037_000000035749	1.0		0	0	False	False	0.9577534794807434	0					non-mobilizable	no_good_hit	806.0	98.51100000000001	75.0	0.011568030694226081	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	True	False
MAD0037_000000002504	5200	0.9996035375513012	4	4	4	2	2	False	18667	maximal	True	MAD0037_000000002504	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3788.0	99.89399999999999	98.0	0.03362068200179334	CP012683.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 33676 plasmid p33673_IncF, complete sequence	False	True
ENG0177_000000000551	24520	0.9996033592331828	26	10	5	9	4	True	130783	fragment	False	SPA0096_000000000868	0.9635569611489221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	72.104	3.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0118_000000000402	20898	0.9996032419575192	24	9	4	8	3	True	130778	fragment	False	ISR0812_000000001294	0.9532840417259951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	0.009538950715421303	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0295_000000000884	20847	0.9996032419575192	24	9	4	8	3	True	130778	fragment	False	ISR0812_000000001294	0.8048452520564399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	0.002656692417939665	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	True
ISR0028_000000000479	19252	0.9996032419575192	22	9	4	8	3	True	130778	fragment	False	ISR0812_000000001294	0.31861498856749976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	True
AUS0016_000000013555	2088	0.9996031549445176	3	3	2	3	2	False	100356	maximal	True	AUS0016_000000013555	1.0		1	1	False	False	0.9985632300376892	0					non-mobilizable	no_good_hit	655.0	76.641	31.0	0.0002366832638512	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0096_000000024311	1701	0.9996031520555732	3	1	1	1	1	False	5162	maximal	True	SPA0096_000000024311	1.0		0	0	False	False	0.9994121193885803	0					non-mobilizable	no_good_hit								True	False
ENG0009_000000002147	6020	0.9996029575819796	9	5	4	4	3	True	103918	fragment	False	ENG0029_000000003654	0.9513341419041843		0	0	False	False	0.9978405237197876	0					non-mobilizable	plasmid	6019.0	99.98299999999999	99.0	0.0655812737021054	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0040_000000017160	1437	0.9996027772457038	2	2	2	2	2	False	47465	maximal	True	FIJ0040_000000017160	1.0		2	1	False	False	0.9993041157722473	0					non-mobilizable	plasmid	1327.0	98.87	99.0	0.0061648038978669596	NZ_CP011600.1	enterobacteria	Phytobacter ursingii strain CAV1151 plasmid pCAV1151-215, complete sequence	False	True
ENG0198_000000002500	7305	0.9996020757814584	8	3	3	2	2	False	54357	maximal	True	ENG0198_000000002500	1.0		1	1	False	False	0.9998630881309509	0					non-mobilizable	no_good_hit	112.0	93.75	3.0	4.5300710232771524e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0217_000000002107	12567	0.9996012012779764	15	8	6	6	6	False	99394	fragment	False	ISR0217_000000002107	0.999700265479147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	75.646	2.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0260_000000003017	3708	0.999600854470866	5	4	3	3	4	True	75030	fragment	False	ISR0260_000000003017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	88.779	39.0	0.00035213003835376795	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0019_000000001274	5754	0.999600154330436	7	6	3	6	6	False	49886	maximal	False	FIJ0054_000000004163	0.9982319713112494	PS170	0	0	True	True	0.9993048310279846	3		MOBP			mobilizable	no_good_hit	2988.0	97.323	86.0	0.5645344436033308	CP025004.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 plasmid pJS5, complete sequence	True	True
AST0094_000000010763	2079	0.9995997305952262	3	3	2	2	3	True	109237	fragment	False	AST0094_000000010763	1.0		0	0	False	False	0.9995189905166626	0					non-mobilizable	plasmid	1454.0	100.0	100.0	0.03422124873407287	KM007160.1	firmicutes	Lactococcus garvieae strain IPLA 31405 plasmid pLG42, complete sequence	False	True
ENG0005_000000005675	4238	0.9995994842247484	5	4	3	4	2	True	130295	fragment	False	ISR0006_000000003587	0.18783097672152682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	78.758	55.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0170_000000004320	9634	0.999599351754912	10	8	3	8	3	True	129155	fragment	False	ISR0170_000000004320	1.0		0	0	False	False	0.9990658164024353	0					non-mobilizable	no_good_hit	977.0	92.221	10.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0049_000000001673	7940	0.9995992206350895	7	1	1	1	1	False	40363	maximal	True	MAD0049_000000001673	1.0		1	1	False	False	0.9996221661567688	0					non-mobilizable	no_good_hit	101.0	86.139	1.0	4.8773058956674594e-05	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
MAD0099_000000004512	5766	0.9995992206350895	5	1	1	1	1	False	15247	fragment	False	MAD0099_000000004512	1.0		0	0	False	False	0.9958376884460449	0					non-mobilizable	no_good_hit	144.0	97.22200000000001	3.0	5.889092330260298e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
CAN0010_000000001148	13530	0.9995989897078618	15	11	11	11	9	True	94656	fragment	False	CAN0010_000000001148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	99.965	49.0	0.011933302915923514	CP028567.2	g-proteobacteria	Aeromonas hydrophila subsp. hydrophila strain WCHAH045096 plasmid pMCR5_045096, complete sequence	True	True
CHI0141_000000002026	13423	0.9995989897078618	15	11	11	11	9	True	94656	fragment	False	CAN0010_000000001148	0.9973638827297364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	99.965	50.0	0.011933302915923514	CP028567.2	g-proteobacteria	Aeromonas hydrophila subsp. hydrophila strain WCHAH045096 plasmid pMCR5_045096, complete sequence	True	True
ENG0002_000000001275	13380	0.9995989897078618	15	11	11	11	9	True	94656	fragment	False	CAN0010_000000001148	0.9952366895818526		0	0	False	False	0.9995515942573547	0					non-mobilizable	no_good_hit	2878.0	99.965	50.0	0.011933302915923514	CP028567.2	g-proteobacteria	Aeromonas hydrophila subsp. hydrophila strain WCHAH045096 plasmid pMCR5_045096, complete sequence	True	True
SPA0142_000000002522	10014	0.9995989753203928	14	7	5	7	5	True	70958	fragment	False	SPA0142_000000002522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	17.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
ENG0093_000000001946	6674	0.9995984416363192	9	9	0	7	8	False	127612	backbone	False	SPA0066_000000002401	0.9112170146473993	PS1013|PS676	0	0	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	5521.0	99.90899999999999	100.0	0.8013937282229965	CP038396.1	enterobacteria	Escherichia coli O157:H7 strain DEC5A plasmid pDEC5A-3, complete sequence	False	True
TAN0002_000000012224	2944	0.9995981879166492	4	3	3	2	2	False	3055	fragment	False	TAN0002_000000012224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0823_000000000189	21727	0.9995980188869014	27	20	8	10	19	True	132596	backbone	False	ISR0120_000000000296	0.40972910868118434	PS1169|PS902	0	0	False	True	0.9997698664665222	0		MOBB	MPF_T		conjugative	plasmid	21752.0	99.54899999999999	100.0	0.6578580942002664	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0134_000000006923	5149	0.9995978926666236	8	6	3	6	4	True	63971	maximal	True	ENG0134_000000006923	1.0		1	1	False	False	0.9992231726646423	0					non-mobilizable	no_good_hit	1759.0	77.828	34.0	0.006505653006798633	CP013684.1	firmicutes	Clostridium botulinum strain AM282 plasmid pRSJ10_1, complete sequence	True	True
MAD0089_000000008702	2683	0.9995978195861348	4	3	2	3	1	True	124699	maximal	True	MAD0089_000000008702	1.0		0	0	False	False	0.9850913286209106	0					non-mobilizable	no_good_hit	1448.0	79.696	61.0	0.0029504199800517317	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0058_000000000386	3588	0.9995969625557378	5	3	1	3	2	False	73552	fragment	False	DEN0058_000000000386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	73.101	9.0	8.059953410308522e-05	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
DEN0034_000000002360	2906	0.9995969625557378	4	3	1	3	2	False	73548	fragment	False	DEN0034_000000002360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	2.0	0.0013591502174640348	CP017963.1	firmicutes	Virgibacillus halodenitrificans strain PDB-F2 plasmid unnamed1, complete sequence	True	False
TAN0002_000000009248	3657	0.9995965964970746	5	5	3	4	5	False	98448	backbone	False	ISR0190_000000006091	0.9539370078740157	PS547	0	0	False	True	1.0	0	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	2138.0	100.0	99.0	0.10785847675768435	LT985247.1	enterobacteria	Escherichia coli strain 720 genome assembly, plasmid: RCS48_pII	False	True
ISR0327_000000000121	46008	0.9995963635746452	52	46	13	16	45	False	113222	maximal	True	ISR0327_000000000121	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	15404.0	98.585	94.0	0.13912603554037817	CP056619.1	enterobacteria	Escherichia coli strain RHBSTW-00313 plasmid pRHBSTW-00313_2, complete sequence	False	True
FIJ0112_000000006859	3781	0.9995960997016364	3	3	2	2	3	False	45105	maximal	False	FIJ0068_000000008303	0.9992120418216694		0	0	False	False	1.0	0					non-mobilizable	plasmid	3781.0	99.815	100.0	0.06298845211711186	CP030068.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.3, complete sequence	False	True
FIJ0068_000000008303	3745	0.9995960997016364	3	3	2	2	3	False	45105	maximal	True	FIJ0068_000000008303	0.9993453783713013		3	1	False	False	0.9997329711914062	0					non-mobilizable	plasmid	3745.0	99.84	100.0	0.062388562096948895	CP030068.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.3, complete sequence	False	True
USA0003_01_000000005543	6926	0.9995959169917906	6	4	3	4	4	False	113815	fragment	False	USA0003_01_000000005543	1.0		0	0	False	False	0.9988449215888977	0					non-mobilizable	no_good_hit	89.0	89.88799999999999	1.0	2.9217782214048794e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
CHI0011_000000001164	4803	0.9995953631052796	4	4	4	4	3	False	90213	fragment	False	CHI0011_000000001164	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4803.0	99.771	100.0	0.029683385463671542	CP061381.1	enterobacteria	Klebsiella pneumoniae strain NU-CRE236 plasmid pCRE-236-1, complete sequence	False	True
MON0013_000000002624	11249	0.9995945649468192	16	7	4	6	6	False	128706	fragment	False	MON0013_000000002624	1.0		0	0	False	False	0.9970663785934448	0					non-mobilizable	plasmid	3134.0	94.03299999999999	92.0	0.06995949242441196	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
ISR0119_000000002787	10820	0.9995944933289438	10	7	5	6	6	True	125322	fragment	False	ISR0119_000000002787	0.9998455646157648		0	0	False	False	0.9999075531959534	0					non-mobilizable	no_good_hit	2258.0	78.167	32.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0340_000000002205	10814	0.9995944933289438	10	7	5	6	6	True	125322	fragment	False	ISR0119_000000002787	0.9996607217322158		0	0	False	False	0.999815046787262	0					non-mobilizable	no_good_hit	2258.0	78.167	32.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0238_000000000951	10792	0.9995944933289438	10	7	5	6	6	True	125322	fragment	False	ISR0119_000000002787	0.9981511096555535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2258.0	78.167	32.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0233_000000002004	4618	0.999594279960659	6	3	1	3	1	True	126243	maximal	True	ISR0233_000000002004	1.0	PS184|PS261|PS950	1	1	True	True	0.999783456325531	4					non-mobilizable	no_good_hit	1114.0	98.025	39.0	0.6141032759578012	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0121_000000006914	2503	0.9995940726247032	5	3	1	3	2	False	59138	fragment	False	ENG0121_000000006914	1.0		0	0	False	False	0.9920095801353455	0					non-mobilizable	plasmid	2487.0	98.552	99.0	0.027058541475960072	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0222_000000003644	17164	0.9995940563138992	16	10	8	10	8	True	128662	maximal	False	ISR0231_000000000430	0.9983599600797686		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	861.0	85.134	23.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0005_01_000000006352	5706	0.9995938958561716	8	6	3	3	4	True	123442	maximal	True	USA0005_01_000000006352	1.0	PS897	36	7	True	True	1.0	359	rep_cluster_1019,rep_cluster_1868	MOBP			mobilizable	no_good_hit	1822.0	97.64	52.0	0.2958204586111563	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	True	True
SPA0064_000000008109	2652	0.9995938032066878	3	3	3	2	3	False	103913	fragment	False	DEN0073_000000018049	0.9702805515929626		0	0	False	False	1.0	0					non-mobilizable	plasmid	2577.0	99.185	97.0	0.028072010810339568	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0063_000000006791	2642	0.9995938032066878	3	3	3	2	3	False	103913	fragment	False	DEN0073_000000018049	0.9685481273968309		0	0	False	False	1.0	0					non-mobilizable	other	2576.0	99.10700000000001	98.0	0.06760696556614924	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0328_000000003048	7634	0.9995935238650682	10	5	4	5	3	False	105346	maximal	True	ISR0328_000000003048	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	94.186	1.0	0.0004782373857856596	MN990732.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-5 genomic sequence	True	False
MAD0075_000000001705	2029	0.9995931646063304	2	1	1	1	1	False	16263	fragment	False	MAD0075_000000001705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.012037449843958983	XM_014136109.1	bony fishes	PREDICTED: Salmo salar caspase-9-like (LOC106567147), transcript variant X2, mRNA	True	False
FIJ0056_000000000060	86297	0.9995930446826384	85	33	25	32	22	True	92705	fragment	False	FIJ0056_000000000060	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	539.0	93.321	3.0	0.00014546756330204879	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0165_000000000963	15413	0.9995918217961643	18	14	11	12	13	True	120187	fragment	False	ISR0165_000000000963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	80.755	12.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
USA0046_01_000000000222	36786	0.9995912184168332	32	18	9	17	10	True	90131	maximal	True	USA0046_01_000000000222	1.0		2	1	False	False	0.9998641014099121	0					non-mobilizable	no_good_hit	1350.0	98.22200000000001	4.0	0.023350623666360183	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	True	True
ENG0191_000000011655	2615	0.9995911120618044	2	1	1	1	1	False	54729	fragment	False	ENG0191_000000011655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0168_000000000744	21033	0.9995906179554164	22	10	9	9	6	True	45616	maximal	True	ISR0168_000000000744	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	88.255	1.0	0.007069072214023897	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0012_000000002510	6656	0.9995905778332758	11	9	4	5	9	True	125634	fragment	False	AST0012_000000002510	1.0		0	0	False	False	0.9998497366905212	0	IncX1,IncX3			MOBP	mobilizable	plasmid	5439.0	99.963	100.0	0.10752985841967887	JN887338.1	enterobacteria	Escherichia coli strain G3/10 plasmid pSYM1, complete sequence	False	True
SPA0007_000000022345	1173	0.999590377423342	2	1	1	1	1	False	8191	fragment	False	SPA0007_000000022345	1.0		0	0	False	False	0.9982949495315552	0					non-mobilizable	plasmid	1173.0	99.318	100.0	0.015783236371471665	CP061326.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS74, complete sequence	False	True
TAN0002_000000000182	44205	0.9995901078594964	76	28	12	21	12	True	88754	maximal	True	TAN0002_000000000182	1.0		2	1	False	False	0.9999547600746155	0					non-mobilizable	no_good_hit	8664.0	92.04799999999999	60.0	0.1534044589373693	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0127_000000003433	8156	0.9995900433086669	6	4	3	4	4	False	113816	fragment	False	SPA0127_000000003433	1.0		0	0	False	False	0.999754786491394	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	1.2467206793559084e-05	LT990242.2	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 13	True	False
ISR0192_000000000544	24920	0.9995897524705204	29	15	9	12	7	True	38854	fragment	False	ISR0192_000000000544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	0.0001242287465319475	NZ_BAEW01000001.1	firmicutes	Peptoniphilus rhinitidis 1-13 strain 42017, whole genome shotgun sequence	True	True
ISR0209_000000004644	6155	0.9995893767066768	6	4	4	4	2	True	126345	fragment	False	ISR0209_000000004644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	85.0	4.0	0.04031184635862331	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0067_000000009088	3156	0.9995892514847686	4	3	2	3	2	True	120329	fragment	False	USA0086_01_000000005288	0.9257126403685574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	88.199	35.0	0.0020115549403329313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0045_000000004632	5238	0.999588987520922	9	6	4	4	6	False	103469	fragment	False	ISR0201_000000004934	0.7092697575295486		0	0	False	False	1.0	0					non-mobilizable	plasmid	3473.0	93.205	92.0	0.13763337729289055	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0126_000000025902	1905	0.9995888191531987	3	2	2	2	1	False	31968	maximal	True	ISR0126_000000025902	1.0		1	1	False	False	0.9994750618934631	0					non-mobilizable	no_good_hit	603.0	90.05	31.0	0.025225225225225224	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0156_000000002081	5878	0.9995883743182667	11	8	4	4	7	True	132243	maximal	True	CHI0156_000000002081	0.9747316214684539	PS1143|PS1146|PS778	90	8	False	True	0.9959169626235962	0	rep_cluster_1019				non-mobilizable	no_good_hit	4171.0	99.976	75.0	0.6781590502520735	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	True	True
CHI0092_000000001615	5828	0.9995883743182667	11	8	4	4	7	True	132243	maximal	False	CHI0156_000000002081	0.9688567404875451	PS1143|PS1146|PS778	0	0	False	True	1.0	0	rep_cluster_1019				non-mobilizable	no_good_hit	3898.0	99.333	80.0	0.9024559777571826	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	True	True
AST0153_000000005181	5598	0.9995883743182667	10	8	4	4	7	True	132243	maximal	False	CHI0156_000000002081	0.9518994429368325	PS1143|PS1146|PS778	0	0	False	True	1.0	0	rep_cluster_1019				non-mobilizable	no_good_hit	3939.0	98.68	78.0	0.9069124423963134	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	True	True
ISR0026_000000003314	6623	0.9995882957449856	8	6	4	4	2	True	103925	maximal	True	ISR0026_000000003314	1.0		75	8	False	False	0.9956213235855103	0					non-mobilizable	no_good_hit	5424.0	100.0	82.0	0.05909724946602153	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ISR0030_000000010680	2000	0.9995882812110306	2	1	1	1	1	False	37044	maximal	True	ISR0030_000000010680	1.0		1	1	False	False	0.9934999942779541	0					non-mobilizable	no_good_hit	364.0	100.0	18.0	0.00015739161766064027	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
FIJ0068_000000011186	2831	0.9995882589837464	5	5	1	4	4	False	45090	fragment	False	FIJ0068_000000011186	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2832.0	99.47	100.0	0.030851550750855473	CP034790.1	enterobacteria	Escherichia coli strain ECCNB20-2 plasmid pTB423, complete sequence	False	True
SPA0071_000000000195	37566	0.9995882565102636	53	16	7	14	7	True	90469	maximal	False	SPA0072_000000000144	1.0		0	0	True	True	1.0	181					non-mobilizable	no_good_hit	425.0	87.294	1.0	0.00015606791309961919	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	True
ISR0131_000000016581	1993	0.9995877027095128	5	1	1	1	1	False	31664	maximal	True	ISR0131_000000016581	1.0		0	0	False	False	0.9919719099998474	0					non-mobilizable	no_good_hit								True	False
USA0091_01_000000007294	1439	0.9995876294701234	2	2	1	1	2	False	59910	fragment	False	SPA0105_000000015668	0.9364203237327067		0	0	False	False	1.0	0					non-mobilizable	chromosome	1438.0	99.652	99.0	0.0003605667899167761	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0073_000000000438	8823	0.9995866586900034	14	14	4	5	14	True	118881	maximal	True	MAD0073_000000000438	1.0		2	1	False	False	0.9997733235359192	0					non-mobilizable	chromosome	8824.0	99.785	100.0	0.0015309186744139273	CP050207.1	enterobacteria	Escherichia coli strain RH-048-WU chromosome	False	True
ISR0222_000000001713	31451	0.999585916972592	36	14	5	12	6	True	130784	fragment	False	ISR0222_000000001713	1.0		0	0	False	False	0.9999682307243347	0					non-mobilizable	no_good_hit	655.0	71.908	2.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ENG0029_000000001547	14997	0.9995857055186728	19	10	3	10	4	True	93025	fragment	False	ENG0029_000000001547	1.0		0	0	False	False	0.9995999336242676	0					non-mobilizable	no_good_hit	5813.0	74.127	38.0	0.14992251726945605	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	True
FIJ0133_000000006110	5946	0.999585680298222	8	2	2	2	2	False	40723	fragment	False	FIJ0133_000000006110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0218_000000000247	34492	0.9995855697909599	38	21	14	19	13	True	127194	maximal	True	ISR0218_000000000247	1.0		1	1	True	True	0.9998260736465454	19					non-mobilizable	no_good_hit	6015.0	98.70299999999999	66.0	0.1345478146051071	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0348_000000000875	10619	0.9995851416404126	16	5	2	5	0	True	128736	maximal	True	ISR0348_000000000875	0.9533667124343349	PS1048|PS844|PS850	1	1	True	True	0.9999058246612549	9					non-mobilizable	no_good_hit	587.0	99.148	6.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
MON0011_000000018465	2560	0.9995846151698656	4	2	2	2	2	False	13684	maximal	True	MON0011_000000018465	1.0		2	1	False	False	0.9957031011581421	0					non-mobilizable	no_good_hit	677.0	97.48899999999999	88.0	0.015163410421480002	CP002035.1	firmicutes	Lactobacillus salivarius CECT 5713 plasmid pHN1, complete sequence	True	False
ISR0157_000000001288	17721	0.9995845285952084	19	18	12	14	17	True	113184	maximal	True	ISR0157_000000001288	1.0		4	2	False	False	0.9996050000190735	0	rep_cluster_656	MOBP		MOBQ	mobilizable	no_good_hit	5004.0	98.461	86.0	0.10623659567239292	CP034582.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10B, complete sequence	True	True
ENG0028_000000000768	17127	0.9995841713615466	21	9	8	7	7	False	123917	fragment	False	ENG0028_000000000768	0.9997078244609362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5701.0	98.456	54.0	0.05794565560178638	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0136_000000000376	17113	0.9995841713615466	20	9	8	7	7	False	123917	fragment	False	ENG0028_000000000768	0.9994334471400218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5701.0	98.439	54.0	0.05794565560178638	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
CAN0004_000000018877	1507	0.9995840605137042	2	2	2	2	2	False	96125	fragment	False	CAN0004_000000018877	0.9753658853947117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000014895	2394	0.9995832454835426	3	2	1	1	2	False	43016	maximal	True	FIJ0096_000000014895	1.0		1	1	False	False	0.9770259261131287	0					non-mobilizable	no_good_hit	67.0	88.06	3.0	0.0006180411840170804	MK359989.1	firmicutes	Streptococcus suis strain SC317 tandem ICESsuSC317 sequence	True	False
MON0104_000000016653	2709	0.999583160228504	4	3	2	2	3	True	8818	fragment	False	MON0104_000000016653	1.0		0	0	False	False	0.9630860090255737	0					non-mobilizable	plasmid	2446.0	100.0	90.0	0.049570188954667097	MK965545.1	enterobacteria	Escherichia coli strain F609TC plasmid pF609, complete sequence	False	True
SPA0003_000000008501	2133	0.999582883563557	2	2	2	2	2	False	98028	fragment	False	MON0033_000000025900	0.8473832450566202		0	0	False	False	1.0	0					non-mobilizable	plasmid	2071.0	99.95200000000001	100.0	0.018615944961554026	NC_016846.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 plasmid pKPHS2, complete sequence	False	True
SPA0019_000000004527	5704	0.999582479608867	9	5	5	3	4	False	70988	fragment	False	SPA0019_000000004527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4039.0	98.044	73.0	0.06463181255327019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0111_000000003184	9295	0.9995817075857912	10	5	3	5	3	False	73563	fragment	False	SPA0111_000000003184	0.9927932116703475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	1.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
BAN0020_000000000513	3221	0.9995815744645308	3	3	3	3	3	True	97742	maximal	True	BAN0020_000000000513	1.0		1	1	False	False	0.9850977659225464	0					non-mobilizable	no_good_hit	2453.0	98.777	76.0	0.039170875151825095	CP014491.1	enterobacteria	Escherichia coli strain G749 plasmid pG749_3, complete sequence	True	True
ENG0115_000000002962	5462	0.9995813620241646	7	5	3	4	2	True	103924	fragment	False	ENG0115_000000002962	1.0		0	0	False	False	0.99981689453125	0					non-mobilizable	plasmid	5462.0	99.304	100.0	0.05951135521555294	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0108_000000006363	4666	0.9995813620241646	5	5	3	4	2	True	103923	fragment	False	ENG0018_000000004603	0.9843617021276596		0	0	False	False	0.9997856616973877	0					non-mobilizable	plasmid	4608.0	98.958	99.0	0.0502048733708208	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
FIJ0014_000000000072	58112	0.9995808896679209	100	27	14	18	20	True	88789	maximal	True	FIJ0014_000000000072	1.0		3	1	True	True	1.0	12					non-mobilizable	no_good_hit	3216.0	90.82700000000001	48.0	0.056924112997554316	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0090_000000012490	4410	0.999580852872398	6	5	4	4	2	True	59136	fragment	False	MON0090_000000012490	1.0		0	0	False	False	0.9997732639312744	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	0.00025157949199929746	NZ_FNIJ01000011.1	g-proteobacteria	Pseudomonas jinjuensis strain JCM 21621, whole genome shotgun sequence	True	True
ISR0360_000000000227	52952	0.9995803185647928	92	24	11	18	14	True	112954	maximal	True	ISR0360_000000000227	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5855.0	92.05799999999999	59.0	0.10364016588097685	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0138_000000001196	19332	0.9995794880639952	29	20	16	16	14	False	123927	fragment	False	SPA0145_000000000420	0.7656100925413459		0	0	False	True	1.0	0					non-mobilizable	plasmid	19332.0	99.979	100.0	0.1619323655310487	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
MAD0111_000000009402	1819	0.9995792314610586	2	2	1	2	1	False	14510	maximal	True	MAD0111_000000009402	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	95.288	84.0	0.00015412839885439977	CP057796.1	enterobacteria	Escherichia coli strain RHB14-C22 chromosome, complete genome	True	False
MON0033_000000025900	2457	0.9995789251229698	3	3	3	3	3	False	98028	fragment	False	MON0033_000000025900	0.987097439048919		0	0	False	False	1.0	0					non-mobilizable	other	2457.0	99.959	100.0	0.11897495519062151	NZ_ML636821.1	a-proteobacteria	Ochrobactrum gallinifaecis strain ISO 196 scaffold22, whole genome shotgun sequence	False	False
FIJ0071_000000000785	28090	0.9995780578410384	35	10	7	8	4	True	105680	fragment	False	FIJ0071_000000000785	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	316.0	80.063	1.0	0.07549019607843137	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
CHI0147_000000015691	1167	0.9995776839865076	2	1	1	1	1	False	79619	fragment	False	CHI0147_000000015691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	97.454	61.0	0.000288704261741083	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
MON0099_000000021773	1623	0.9995776752338768	2	2	2	1	1	False	9157	fragment	False	MON0099_000000021773	1.0		0	0	False	False	0.9550215601921082	0					non-mobilizable	no_good_hit	102.0	99.02	11.0	0.00024626758313969223	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0051_000000000095	51150	0.9995764000578212	40	23	12	15	18	True	80733	maximal	True	SPA0051_000000000095	1.0		2	1	False	False	0.9996480941772461	0					non-mobilizable	chromosome	11611.0	96.986	92.0	0.004732541672988036	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	True
MAD0089_000000012781	1996	0.9995762994386856	2	2	2	2	2	False	36781	fragment	False	MAD0089_000000012781	1.0		0	0	False	False	0.9994990229606628	0					non-mobilizable	plasmid	1924.0	99.16799999999999	100.0	0.02316532549510914	CP028124.1	enterobacteria	Escherichia coli O26 str. RM10386 plasmid pRM10386-2, complete sequence	False	True
MON0050_000000003494	6225	0.9995754322325592	6	6	5	5	4	False	100519	maximal	True	MON0050_000000003494	1.0		1	1	False	False	0.9979116320610046	0					non-mobilizable	no_good_hit	1107.0	97.38	18.0	0.013561566569389607	NZ_QIBZ01000011.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_011, whole genome shotgun sequence	True	False
MAD0049_000000007589	2329	0.9995747113987916	2	2	2	2	2	False	96132	fragment	False	MAD0049_000000007589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000023695	1631	0.9995744464844788	3	1	1	1	1	False	26105	fragment	False	ISR0396_000000013644	0.9750148720999405		0	0	False	False	0.9975475072860718	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	2.3232246730177434e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
SPA0047_000000015513	2531	0.9995739055648359	7	1	1	1	1	False	6677	maximal	True	SPA0047_000000015513	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	79.747	3.0	0.00047978446605524905	NZ_FUYJ01000009.1	firmicutes	Sporosarcina newyorkensis strain DSM 23966, whole genome shotgun sequence	True	False
SPA0138_000000003470	6054	0.9995733840759072	7	4	3	4	3	True	120322	maximal	True	SPA0138_000000003470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	91.235	30.0	0.0019739166982061197	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AUS0002_000000007860	4178	0.9995733336308241	5	5	2	4	2	False	103087	fragment	False	AUS0002_000000007860	0.9942718940936863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0160_000000000583	20608	0.9995720530111992	21	17	14	16	12	True	78766	maximal	True	CHI0160_000000000583	1.0		1	1	False	False	0.9999514818191528	0					non-mobilizable	no_good_hit								True	True
FIJ0016_000000003467	4928	0.9995717807564208	7	4	1	3	2	False	50251	fragment	False	FIJ0016_000000003467	1.0		0	0	False	False	0.9979707598686218	0					non-mobilizable	no_good_hit	82.0	90.244	2.0	0.00026752892450069524	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
FIJ0090_000000005784	6323	0.9995713653234148	9	2	2	2	1	True	53017	maximal	False	FIJ0148_000000002690	1.0		0	0	True	True	1.0	19					non-mobilizable	no_good_hit	403.0	75.186	6.0	0.00705348598163967	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0064_000000012021	1819	0.9995712338068676	3	2	2	2	2	True	112608	fragment	False	ISR0064_000000012021	0.966302074613358		0	0	False	False	0.9890049695968628	0					non-mobilizable	no_good_hit	651.0	80.492	35.0	0.00134452164930777	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0181_000000000631	19739	0.9995709384886604	30	20	16	16	14	False	123927	fragment	False	SPA0145_000000000420	0.7683965305771334		0	0	False	True	1.0	0					non-mobilizable	plasmid	19739.0	99.939	100.0	0.20079553199930825	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0021_000000009219	5382	0.9995709028541728	7	5	3	3	3	False	49687	maximal	True	FIJ0021_000000009219	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	85.204	4.0	0.005301760843886493	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0212_000000013809	2534	0.9995705552871709	4	2	2	2	1	True	112613	fragment	False	ISR0212_000000013809	0.9652694610778443		0	0	False	False	0.9601420760154724	0					non-mobilizable	no_good_hit	871.0	82.54899999999999	34.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0104_000000003460	8789	0.9995705240464507	13	6	5	4	6	False	99389	fragment	False	SPA0104_000000003460	0.9989164565797893		0	0	False	False	0.9954488277435303	0					non-mobilizable	no_good_hit	264.0	75.0	3.0	0.037783004998529844	NZ_QOHO01000109.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_109, whole genome shotgun sequence	True	False
TAN0002_000000004724	5930	0.9995700505838598	9	8	5	5	6	True	108523	fragment	False	TAN0002_000000004724	1.0		0	0	False	False	0.9996627569198608	0	IncR				non-mobilizable	plasmid	5930.0	99.17399999999999	100.0	0.08448035108717335	CP052333.1	enterobacteria	Klebsiella pneumoniae strain D17KP0022 plasmid pD17KP0022-1, complete sequence	False	True
SPA0073_000000003792	3388	0.9995700392728512	4	3	3	3	3	True	5852	maximal	True	SPA0073_000000003792	1.0		1	1	False	False	0.9814049601554871	0					non-mobilizable	no_good_hit	1375.0	99.491	62.0	0.013715586256463495	CP056271.1	enterobacteria	Citrobacter sp. RHBSTW-00881 plasmid pRHBSTW-00881_3, complete sequence	True	True
ISR0817_000000001839	6321	0.9995697317783244	10	7	7	7	6	False	33261	fragment	False	ISR0817_000000001839	0.9979511695407205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0006_000000002792	6499	0.999569554433582	9	4	4	4	3	False	102189	maximal	True	AUS0006_000000002792	1.0		2	2	False	False	0.9939990639686584	0					non-mobilizable	no_good_hit	1782.0	99.495	27.0	0.005382925155881171	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0140_000000001243	10958	0.9995692300149562	11	5	3	4	3	False	57807	maximal	True	ENG0140_000000001243	1.0		1	1	False	False	0.9979010820388794	0					non-mobilizable	no_good_hit	135.0	100.0	1.0	0.00021313211964664604	NZ_DS995476.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld3, whole genome shotgun sequence	True	False
AST0099_000000002463	7792	0.9995686614842736	8	7	4	4	5	True	127261	maximal	True	AST0099_000000002463	1.0	PS757|PS758|PS930|PS996	1	1	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320,rep_cluster_1351	MOBQ,MOBQ			mobilizable	plasmid	1858.0	98.385	95.0	0.1841556636553162	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ENG0111_000000000680	28792	0.9995680604975362	35	21	13	16	14	True	116254	fragment	False	ENG0111_000000000680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5678.0	98.626	68.0	0.04569063398371758	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0159_000000008994	2848	0.9995675766729004	4	3	3	3	1	True	119472	fragment	False	ISR0159_000000008994	1.0		0	0	False	False	0.9996488690376282	0					non-mobilizable	no_good_hit	866.0	76.559	29.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0190_000000008591	2680	0.9995664620264062	3	3	1	3	1	True	80431	maximal	False	ISR0214_000000009314	0.6249502039042307		0	0	True	True	1.0	772					non-mobilizable	no_good_hit	778.0	80.72	36.0	0.26040268456375837	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ENG0087_000000006974	3971	0.9995663496090296	4	4	3	3	2	False	103920	fragment	False	ENG0087_000000006974	0.9752317696335542		0	0	False	False	0.999748170375824	0					non-mobilizable	plasmid	3972.0	98.917	100.0	0.043263153306307485	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MON0042_000000010791	2467	0.999565031190396	3	2	2	2	2	False	96133	fragment	False	FIJ0138_000000007160	0.8304508549873131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0108_000000004716	4869	0.9995647909174724	5	2	2	2	2	False	107302	maximal	True	AST0108_000000004716	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	70.893	7.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
USA0047_01_000000002591	11032	0.9995647552036148	9	7	4	4	5	False	105568	maximal	True	USA0047_01_000000002591	1.0		2	1	False	False	0.9997280836105347	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.3923282712255472e-05	NZ_AUFM01000011.1	a-proteobacteria	Nisaea denitrificans DSM 18348 K328DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0176_000000005789	5434	0.9995646786881786	8	8	4	6	4	True	128510	fragment	False	ISR0176_000000005789	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1917.0	91.49700000000001	82.0	0.6361815754339119	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0042_000000005689	4154	0.9995645767813552	5	4	1	4	4	False	47317	fragment	False	FIJ0042_000000005689	1.0		0	0	False	False	0.9987963438034058	0	Col(Ye4449)	MOBP			mobilizable	plasmid	4153.0	98.314	99.0	0.7857683573050719	CP025004.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 plasmid pJS5, complete sequence	False	True
ISR0050_000000013335	2024	0.9995642521044351	4	3	2	3	2	False	122114	fragment	False	ISR0050_000000013335	1.0		0	0	False	False	0.9807312488555908	0					non-mobilizable	other	2024.0	97.875	100.0	0.0005773909350479437	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0024_000000001403	12595	0.999563770174238	17	9	8	8	6	True	99397	fragment	False	ISR0024_000000001403	1.0		0	0	False	False	0.9999206066131592	0					non-mobilizable	no_good_hit	271.0	75.646	2.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
ISR0225_000000000510	13820	0.9995636424978304	14	6	3	5	4	False	124551	fragment	False	ISR0225_000000000510	1.0		0	0	False	False	0.999565839767456	0					non-mobilizable	no_good_hit	655.0	71.756	5.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	False
FIJ0122_000000003276	5363	0.9995629594454488	7	5	1	4	5	False	47318	backbone	True	FIJ0122_000000003276	1.0	PS170	4	3	True	True	1.0	36	Col(Ye4449)	MOBP			mobilizable	plasmid	4368.0	99.061	100.0	0.8264572293716881	CP025004.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 plasmid pJS5, complete sequence	False	True
MAD0041_000000004245	5958	0.9995624366790704	7	2	2	2	2	True	18298	maximal	True	MAD0041_000000004245	0.9993887156916682		3	1	True	True	1.0	137					non-mobilizable	no_good_hit								True	True
MAD0086_000000000988	5871	0.9995624366790704	6	2	2	2	2	True	18298	maximal	False	MAD0041_000000004245	0.9993887156916682		0	0	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
SPA0138_000000000711	16012	0.999562288995422	21	11	6	11	6	True	112537	maximal	True	SPA0138_000000000711	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5614.0	97.738	38.0	0.12559586419891233	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0049_000000013281	2230	0.999562212201184	5	3	2	3	3	False	69528	maximal	False	ENG0110_000000013480	0.9732773851590106		0	0	False	False	0.9950672388076782	0					non-mobilizable	no_good_hit	243.0	86.42	11.0	0.0048908261198764	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
DEN0026_000000003918	7198	0.9995620285634694	10	10	3	8	9	False	98008	maximal	True	DEN0026_000000003918	1.0		1	1	False	False	0.9997221231460571	0					non-mobilizable	plasmid	6809.0	99.868	100.0	0.0729876924396415	CP023732.1	enterobacteria	Escherichia coli strain FORC 064 plasmid pFORC64.1, complete sequence	False	True
ISR0351_000000001403	7243	0.9995619229564324	8	4	2	4	2	False	112536	fragment	False	ISR0351_000000001403	0.9933856665212968		0	0	False	False	0.9993096590042114	0					non-mobilizable	no_good_hit	1869.0	96.041	52.0	0.04178322852091399	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
AST0060_000000003979	6879	0.9995619229564324	6	4	2	4	2	False	112536	fragment	False	ISR0351_000000001403	0.9685903631092089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	95.719	50.0	0.03497974621220598	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MON0015_000000008447	4259	0.9995613416213776	5	4	1	3	4	False	49923	maximal	True	MON0015_000000008447	1.0		1	1	True	True	0.9863817691802979	2		MOBP			mobilizable	plasmid	3751.0	99.6	100.0	0.9014423076923077	AP022150.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-S18-ESBL-05_8 DNA, complete genome, strain: WP5-S18-ESBL-05	False	True
MAD0059_000000007994	2410	0.9995612467549342	3	1	1	1	1	False	52297	fragment	False	MAD0059_000000007994	1.0		0	0	False	False	0.9979252815246582	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000019519	2056	0.9995612467549342	3	1	1	1	1	False	46017	fragment	False	FIJ0058_000000019519	1.0		0	0	False	False	0.9980545043945312	0					non-mobilizable	no_good_hit								True	False
FIJ0075_000000011461	1713	0.9995612467549342	1	1	1	1	1	False	70113	fragment	False	FIJ0075_000000011461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	93.458	6.0	4.5919074695322524e-05	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
FIJ0002_000000029926	1290	0.9995612467549342	1	1	1	1	1	False	52296	fragment	False	FIJ0002_000000029926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000014662	1183	0.9995612467549342	1	1	1	1	1	False	40006	fragment	False	MON0026_000000040651	0.9399075500770416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000017413	1378	0.9995608812936924	4	1	1	1	1	False	59432	fragment	False	ENG0116_000000017413	1.0		0	0	False	False	0.9956458806991577	0					non-mobilizable	plasmid	1016.0	80.118	99.0	0.022223216883378465	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
ISR0010_000000018603	1200	0.9995608812936924	2	1	1	1	1	False	38288	fragment	False	ISR0010_000000018603	1.0		0	0	False	False	0.9941666722297668	0					non-mobilizable	plasmid	779.0	96.277	99.0	0.03376149973962854	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
SPA0090_000000020742	1740	0.9995606961456932	4	2	1	2	2	False	5370	fragment	False	SPA0090_000000020742	1.0		0	0	False	False	0.9948275685310364	0					non-mobilizable	no_good_hit								True	False
CHI0134_000000008782	1790	0.9995585769664392	3	2	1	1	2	False	80727	fragment	False	CHI0134_000000008782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	97.459	87.0	0.0003214186256777496	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
CHI0125_000000000590	22077	0.9995583344723517	28	19	9	9	16	True	132608	fragment	False	CHI0125_000000000590	1.0		0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	no_good_hit	12166.0	98.76700000000001	87.0	0.36793195302094683	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0061_000000000926	4299	0.9995580234479235	7	4	3	3	2	True	103915	fragment	False	ISR0061_000000000926	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4222.0	98.626	100.0	0.04599843075715967	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0809_000000002193	3419	0.9995580234479235	7	4	3	3	2	True	103910	fragment	False	ISR0809_000000002193	0.9539143279172821		0	0	False	False	0.9985376000404358	0					non-mobilizable	plasmid	3420.0	98.655	100.0	0.03725861993810209	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
USA0035_01_000000016349	1566	0.9995571735241962	2	2	1	2	1	False	21115	fragment	False	USA0035_01_000000016349	1.0		0	0	False	False	0.9910600185394287	0					non-mobilizable	no_good_hit								True	False
ISR0211_000000001367	10903	0.9995571679062408	8	8	7	8	6	False	72672	maximal	True	ISR0211_000000001367	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7038.0	99.275	64.0	0.07155718776386331	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
FIJ0021_000000010958	4569	0.9995570326333046	6	5	5	5	4	False	49680	maximal	True	FIJ0021_000000010958	1.0		2	1	False	False	0.997154712677002	0					non-mobilizable	no_good_hit	1196.0	70.15100000000001	26.0	0.0013307924552215498	NZ_GG668533.1	firmicutes	Oribacterium sinus F0268 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0317_000000006971	2674	0.9995568645356412	3	3	2	3	1	False	53952	fragment	False	ISR0317_000000006971	0.9974459724950884		0	0	False	False	0.9850411415100098	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000011159	2545	0.9995568645356412	3	3	2	3	1	False	53952	fragment	False	ISR0317_000000006971	0.9734480179506357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000024797	1213	0.9995563625157142	2	2	2	1	1	False	70530	fragment	False	ENG0119_000000024797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0006961755260616677	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
DEN0070_000000028793	1193	0.9995563625157142	2	2	2	1	1	False	70530	fragment	False	ENG0119_000000024797	0.9917559769167354		0	0	False	False	0.9983235597610474	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0006961755260616677	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MAD0066_000000001669	7732	0.999556134161001	10	9	1	7	8	True	98666	maximal	True	MAD0066_000000001669	1.0		1	1	False	False	1.0	0	IncI1				non-mobilizable	no_good_hit	3216.0	99.316	66.0	0.0575671827406593	CP057063.1	enterobacteria	Escherichia coli strain RHB39-C14 plasmid pRHB39-C14_2, complete sequence	True	True
SPA0084_000000003048	4875	0.9995553147578012	6	4	3	4	3	True	130298	maximal	True	SPA0084_000000003048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	84.137	59.0	0.001944642509885266	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0105_000000005830	4875	0.9995553147578012	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.743422872902223		0	0	False	False	0.9973333477973938	0					non-mobilizable	no_good_hit	986.0	88.337	60.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0017_000000006604	4631	0.9995553147578012	6	4	3	4	3	True	130295	fragment	False	ISR0006_000000003587	0.7029237349691861		0	0	False	False	0.999352216720581	0					non-mobilizable	no_good_hit	986.0	88.235	46.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0016_000000001103	22323	0.9995546629208688	24	17	10	8	15	True	132596	backbone	False	ISR0120_000000000296	0.40765232575524385	PS1169|PS902	0	0	False	True	0.9999551773071289	0		MOBB	MPF_T		conjugative	plasmid	22228.0	99.928	99.0	0.7175232438016529	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0137_000000003476	7973	0.9995540663526248	9	6	4	5	4	True	31382	maximal	True	ISR0137_000000003476	1.0		1	1	False	False	0.9998745918273926	0	IncW				non-mobilizable	no_good_hit	1996.0	88.928	39.0	0.0009081256032125114	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	True
SPA0117_000000000011	179368	0.9995540044616226	222	61	33	48	29	True	127518	fragment	False	SPA0117_000000000011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5063.0	82.876	3.0	0.0020337333131142167	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	True	True
SPA0122_000000006104	5113	0.9995536948159824	4	4	3	3	4	False	48602	fragment	False	SPA0122_000000006104	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5113.0	100.0	100.0	0.05270048762383893	CP041565.1	enterobacteria	Escherichia coli strain 405 plasmid p168-2	False	True
ENG0188_000000020876	1204	0.9995528887955292	2	2	2	1	1	False	102585	fragment	False	ENG0188_000000020876	1.0		0	0	False	False	0.9717608094215393	0					non-mobilizable	no_good_hit								True	False
ISR0180_000000002618	7740	0.999552857561644	10	7	6	7	5	True	116335	backbone	False	ISR0273_000000000608	0.6308481262327416	PS771	0	0	False	True	0.9996123909950256	0					non-mobilizable	no_good_hit	239.0	89.958	5.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0089_000000000242	28486	0.9995528369936484	28	26	6	11	26	True	113295	fragment	False	MAD0089_000000000242	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	28486.0	99.98899999999999	100.0	0.25862335091749367	CP008736.1	enterobacteria	Escherichia coli strain ESBL-283 plasmid pESBL-283, complete sequence	False	True
ISR0017_000000001343	22631	0.999552527934494	26	18	10	10	16	True	132596	backbone	False	ISR0120_000000000296	0.38823051566184186	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22641.0	99.735	100.0	0.730597882231405	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MAD0050_000000004417	4902	0.9995524091214012	8	2	1	2	1	False	18956	maximal	False	MAD0051_000000005027	0.9749459618785616		0	0	True	True	0.9955120086669922	1					non-mobilizable	no_good_hit								True	True
ISR0799_000000001543	7652	0.9995510681728949	9	6	3	4	5	False	129582	maximal	True	ISR0799_000000001543	1.0	PS1061|PS348|PS349|PS350|PS554|PS860	12	1	True	True	0.9998692870140076	19					non-mobilizable	no_good_hit	2197.0	89.57700000000001	31.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
FIJ0171_000000004844	4254	0.9995508481085122	5	3	3	3	3	False	38818	fragment	False	FIJ0171_000000004844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.31289154440144e-05	NZ_AUFO01000008.1	firmicutes	Paenibacillus panacisoli DSM 21345 K331DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
ENG0176_000000000559	14128	0.9995500043674628	13	13	9	11	12	False	113282	fragment	False	SPA0004_000000001322	0.9867425489266035		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	14128.0	99.85799999999999	100.0	0.11535473953606266	CU928148.1	enterobacteria	Escherichia coli str. UMN026 plasmid p1ESCUM, complete genome	False	True
ENG0167_000000001610	14127	0.9995500043674628	13	13	9	11	12	False	113282	fragment	False	SPA0004_000000001322	0.9805470264082835		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	14128.0	99.71	100.0	0.13684823204151914	CP050367.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_NDM_5, complete sequence	False	True
SPA0004_000000001322	14109	0.9995500043674628	13	13	9	11	12	False	113282	fragment	False	SPA0004_000000001322	0.9870573129444985		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	14109.0	100.0	100.0	0.11535473953606266	CU928148.1	enterobacteria	Escherichia coli str. UMN026 plasmid p1ESCUM, complete genome	False	True
SPA0046_000000001235	14075	0.999549863668004	14	14	9	11	13	False	113282	fragment	False	SPA0004_000000001322	0.9855417860167828		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	14075.0	99.993	100.0	0.09705202910043789	CP053248.1	enterobacteria	Escherichia coli strain SCU-482 plasmid pSCU-482-1, complete sequence	False	True
DEN0061_000000004249	7359	0.9995497420687578	7	7	6	6	5	False	71962	maximal	True	DEN0061_000000004249	1.0		1	1	False	False	0.9998641014099121	0					non-mobilizable	no_good_hit	344.0	72.67399999999999	5.0	5.108276456881206e-05	CP045701.2	g-proteobacteria	Pseudomonas brassicacearum strain S-1 chromosome, complete genome	True	False
CHI0008_000000001107	6951	0.9995494968153832	14	7	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.04142916522196782		0	0	False	False	1.0	0					non-mobilizable	other	4726.0	98.15899999999999	95.0	0.0471120070253872	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0003_000000000369	23816	0.999548955199269	25	25	18	20	24	True	56693	maximal	True	SPA0003_000000000369	1.0		1	1	False	False	0.9998740553855896	0		MOBP	MPF_T		conjugative	no_good_hit	16412.0	99.98200000000001	77.0	0.002547145709896385	CP050201.1	enterobacteria	Escherichia coli strain RH-024-WU chromosome	True	True
SPA0021_000000007907	4036	0.999548869372859	5	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.1942682898494766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	77.257	59.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0106_000000009641	4036	0.999548869372859	6	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.19431230703620686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	77.344	59.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0109_000000007805	3888	0.999548869372859	4	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.20722142233569155		0	0	False	False	0.9827674627304077	0					non-mobilizable	no_good_hit	1005.0	78.01	30.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0198_000000008812	3800	0.999548869372859	4	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.20743230099894297		0	0	False	False	0.9997368454933167	0					non-mobilizable	no_good_hit	1152.0	77.344	57.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0125_000000009689	3713	0.999548869372859	4	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.18891126348551576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	76.559	23.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0386_000000009336	3704	0.999548869372859	4	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.17304958152869557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	78.01	52.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0029_000000008331	3702	0.999548869372859	4	3	3	3	2	True	130295	fragment	False	ISR0006_000000003587	0.17299661433527605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	78.01	52.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0046_000000000484	26435	0.9995481583350564	34	29	6	21	28	True	46810	fragment	False	MAD0046_000000000484	1.0		0	0	False	False	0.99992436170578	0			MPF_F		non-mobilizable	plasmid	21016.0	95.41799999999999	94.0	0.2825817741284157	CP058082.1	enterobacteria	Escherichia coli strain RHB01-C23 plasmid pRHB01-C23_3, complete sequence	False	True
ENG0074_000000006344	3451	0.9995461297076907	5	2	2	2	2	False	62183	maximal	True	ENG0074_000000006344	1.0		1	1	False	False	0.9956534504890442	0					non-mobilizable	no_good_hit	268.0	80.97	8.0	7.886953664147223e-05	CP010993.1	firmicutes	Clostridium perfringens strain JP55, complete genome	True	False
USA0133_01_000000003334	8656	0.9995459645850432	7	4	3	4	3	False	101283	maximal	True	USA0133_01_000000003334	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1952.0	79.355	23.0	0.0005764580760216835	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ISR0245_000000000573	5625	0.9995459645850432	4	4	3	4	3	False	96729	fragment	False	ISR0245_000000000573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1949.0	80.34899999999999	34.0	0.0020932651469186096	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
FIJ0170_000000013127	1233	0.9995459001606786	2	2	2	2	2	False	38826	fragment	False	FIJ0170_000000013127	1.0		0	0	False	False	0.9967558979988098	0					non-mobilizable	no_good_hit								True	False
SPA0110_000000003152	7039	0.9995457498006868	10	7	2	4	5	False	108847	maximal	True	SPA0110_000000003152	1.0		1	1	False	False	1.0	0		MOBP		MOBP	mobilizable	no_good_hit	4870.0	99.959	69.0	0.14049515235457063	MG692707.1	enterobacteria	Escherichia coli TCJ492-9 plasmid p492-9 contig COV44U1_c7 genomic sequence	True	True
ISR0151_000000000518	18112	0.99954560846111	26	15	8	15	10	True	129721	maximal	True	ISR0151_000000000518	1.0	PS1061	0	0	False	True	0.9998895525932312	0					non-mobilizable	no_good_hit	1789.0	98.882	10.0	0.008345274045170896	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0058_01_000000005428	3798	0.9995453394660376	8	3	2	3	1	True	46658	fragment	False	USA0058_01_000000005428	1.0		0	0	False	False	0.998683512210846	0					non-mobilizable	plasmid	3798.0	99.97399999999999	100.0	0.041377882393967134	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MAD0091_000000003021	4451	0.9995448857708076	5	4	3	4	2	True	130295	fragment	False	ISR0006_000000003587	0.5140324466729441		0	0	False	False	0.9997753500938416	0					non-mobilizable	no_good_hit	855.0	87.602	61.0	0.001779452447217593	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0244_000000005838	3715	0.9995446683998552	5	3	3	2	2	False	72397	maximal	True	ISR0244_000000005838	1.0		0	0	False	False	0.9892328381538391	0					non-mobilizable	no_good_hit	216.0	98.611	9.0	4.784850850635206e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0143_000000012944	2343	0.9995436931016356	4	3	2	3	2	False	44745	fragment	False	ISR0143_000000012944	1.0		0	0	False	False	0.9880495071411133	0					non-mobilizable	no_good_hit								True	False
ISR0239_000000002796	4523	0.9995433331156844	6	4	4	4	3	False	119304	fragment	False	ISR0187_000000005772	0.3947938263073024		0	0	False	False	0.9940305352210999	0					non-mobilizable	no_good_hit	326.0	73.006	7.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
MAD0043_000000001080	13706	0.9995425213252604	21	19	7	8	19	True	98732	fragment	False	MAD0108_000000000884	0.9632590099565279		0	0	False	False	0.9999270439147949	0	IncX1	MOBP	MPF_T	MOBP	conjugative	plasmid	11475.0	99.068	100.0	0.26891347145401706	CP054423.1	enterobacteria	Salmonella enterica subsp. diarizonae serovar 61:k:1,5,(7) strain 14-SA00836-0 plasmid p14-SA00836-0, complete sequence	False	True
ISR0292_000000003384	4689	0.9995424313928059	7	3	0	3	1	True	99987	maximal	False	ISR0114_000000005429	0.9268090400165871	PS111|PS565|PS566	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	193.0	80.829	15.0	0.0320620992237597	CP031099.1	firmicutes	Clostridium botulinum strain CFSAN034202 plasmid p2_CFSAN034202, complete sequence	True	True
MON0007_000000014173	3887	0.9995414482785964	6	4	2	4	2	True	130291	fragment	False	MON0007_000000014173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	91.395	37.0	0.0026911343120670297	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0138_000000015655	1859	0.9995414264254776	2	2	1	2	1	True	98017	backbone	False	FIJ0164_000000012307	0.9797874610643982	PS541	0	0	True	True	1.0	8	ColpVC				non-mobilizable	plasmid	1455.0	99.794	100.0	0.8154795288839035	LN852985.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0315	False	True
ENG0096_000000017648	1859	0.9995414264254776	2	2	1	2	1	True	98017	backbone	False	FIJ0164_000000012307	0.9797874610643982	PS541	0	0	True	True	1.0	24	ColpVC				non-mobilizable	plasmid	1450.0	99.79299999999999	100.0	0.8126752664049355	LN852985.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0315	False	True
ISR0169_000000017155	1842	0.9995414264254776	2	2	1	2	1	True	98017	backbone	False	FIJ0164_000000012307	0.978775464752907	PS541	0	0	True	True	1.0	30	ColpVC				non-mobilizable	plasmid	1445.0	99.792	100.0	0.8098710039259674	LN852985.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0315	False	True
ISR0135_000000001833	10755	0.9995406528292676	11	10	3	6	10	True	114195	fragment	False	ENG0152_000000002006	0.9604638667502463		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6911.0	99.971	100.0	0.05645576446939426	CP058575.1	enterobacteria	Escherichia coli strain EC1 plasmid pEC1-1, complete sequence	False	True
FIJ0063_000000005056	4811	0.9995393257216116	3	3	3	3	3	False	51794	maximal	False	FIJ0127_000000003664	0.9860407821268877		0	0	False	False	1.0	0					non-mobilizable	other	4812.0	99.73	100.0	0.2961708938685053	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
FIJ0006_000000006823	4811	0.9995393257216116	3	3	3	3	3	False	51794	maximal	False	FIJ0127_000000003664	0.9860197606623655		0	0	False	False	1.0	0					non-mobilizable	other	4811.0	99.73	100.0	0.2961093326766806	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
FIJ0040_000000005129	4811	0.9995393257216116	3	3	3	3	3	False	51794	maximal	False	FIJ0127_000000003664	0.9860407821268877		0	0	False	False	1.0	0					non-mobilizable	other	4812.0	99.73	100.0	0.2961708938685053	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
FIJ0145_000000002379	4810	0.9995393257216116	3	3	3	3	3	False	51794	maximal	False	FIJ0127_000000003664	0.985958890785753		0	0	False	False	1.0	0					non-mobilizable	other	4811.0	99.73	100.0	0.2961093326766806	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
FIJ0037_000000005468	4800	0.9995393257216116	3	3	3	3	3	False	51794	maximal	False	FIJ0127_000000003664	0.984323579001782		0	0	False	False	1.0	0					non-mobilizable	other	4800.0	99.75	100.0	0.29543215956660923	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
FIJ0080_000000005355	4770	0.9995393257216116	3	3	3	3	3	False	51794	maximal	False	FIJ0127_000000003664	0.9789728238300498		0	0	False	False	0.9976938962936401	0					non-mobilizable	other	4770.0	99.74799999999999	100.0	0.29358532381186897	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
ISR0266_000000001999	6258	0.9995392075464652	7	4	2	3	1	False	69815	fragment	False	ISR0266_000000001999	1.0		0	0	False	False	0.9982422590255737	0					non-mobilizable	no_good_hit	1375.0	89.309	40.0	0.053950365663589496	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
CHI0083_000000000545	16514	0.9995389425551691	14	10	6	5	8	True	84241	maximal	False	SPA0110_000000001379	0.9990628212104722		0	0	True	True	0.9995155334472656	9					non-mobilizable	no_good_hit	840.0	80.238	5.0	0.053055784730595926	NZ_WNCH01000050.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold50_size15757, whole genome shotgun sequence	True	True
ISR0795_000000000376	20045	0.9995389004462448	26	8	6	7	6	False	92508	maximal	True	ISR0795_000000000376	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	817.0	71.848	4.0	0.00021201812125179906	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
CHI0090_000000000345	22784	0.9995387158592116	28	19	7	14	13	True	90328	fragment	False	CHI0090_000000000345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	85.115	4.0	0.00019455518117796346	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0338_000000000103	56449	0.9995386068345469	41	25	18	22	14	True	130794	maximal	False	ISR0131_000000000086	0.9476668534518695		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	541.0	99.815	1.0	0.9981481481481481	KU544993.1	bacteria	Uncultured bacterium clone AX_01B_000_Contig_4 genomic sequence	True	True
ISR0319_000000006665	2718	0.9995385702552684	5	3	2	2	1	True	108977	backbone	True	ISR0319_000000006665	0.9486145922981006	PS679	3	2	True	True	0.9977924823760986	4					non-mobilizable	plasmid	1778.0	85.771	93.0	0.6490509862299962	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
ISR0395_000000003098	11306	0.9995384432323048	12	10	5	4	7	True	112612	maximal	True	ISR0395_000000003098	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8204.0	82.801	72.0	0.02268008039352854	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	True
FIJ0036_000000006244	5588	0.9995379413872651	6	2	2	1	1	False	47982	maximal	True	FIJ0036_000000006244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	85.10600000000001	2.0	0.0003162028458256124	NZ_FQXM01000004.1	firmicutes	Clostridium grantii DSM 8605, whole genome shotgun sequence	True	False
ENG0096_000000003659	7989	0.9995378762213771	9	4	3	4	3	True	101600	maximal	True	ENG0096_000000003659	1.0		15	4	False	False	0.9991238117218018	0					non-mobilizable	no_good_hit	2738.0	96.275	45.0	0.0007295806125222709	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0031_000000003896	6950	0.9995378762213771	8	4	3	4	3	False	73817	fragment	False	DEN0031_000000003896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2739.0	96.13	46.0	0.0007295806125222709	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0210_000000001417	11888	0.9995377702783472	13	8	5	8	4	False	28451	maximal	True	ISR0210_000000001417	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2833.0	94.211	33.0	0.0456590084643289	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ISR0052_000000000786	25923	0.9995370872147432	29	14	8	13	7	True	69788	maximal	True	ISR0052_000000000786	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1503.0	83.899	6.0	0.0004490338994995275	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
DEN0093_000000004375	6920	0.9995368453917532	15	7	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.04792143901949569		0	0	False	False	1.0	0					non-mobilizable	other	4744.0	98.166	97.0	0.04729163340252275	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MON0050_000000016085	2246	0.9995367663706136	3	2	2	2	2	False	98028	fragment	False	MON0033_000000025900	0.9755071107065305		0	0	False	False	1.0	0					non-mobilizable	other	2246.0	99.955	100.0	0.10875357263963571	NZ_ML636821.1	a-proteobacteria	Ochrobactrum gallinifaecis strain ISO 196 scaffold22, whole genome shotgun sequence	False	False
MON0076_000000021971	2167	0.9995367663706136	2	2	2	2	2	False	98028	fragment	False	MON0033_000000025900	0.8572786019949885		0	0	False	False	0.9704660773277283	0					non-mobilizable	other	2167.0	100.0	100.0	0.1049266095044325	NZ_ML636821.1	a-proteobacteria	Ochrobactrum gallinifaecis strain ISO 196 scaffold22, whole genome shotgun sequence	False	False
FIJ0031_000000011250	2157	0.9995367663706136	2	2	2	2	2	False	98028	fragment	False	MON0033_000000025900	0.8515554871940795		0	0	False	False	1.0	0					non-mobilizable	plasmid	2075.0	99.95200000000001	100.0	0.018651917802059444	NC_016846.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 plasmid pKPHS2, complete sequence	False	True
MAD0057_000000007711	2098	0.9995367663706136	2	2	2	2	2	False	98028	fragment	False	MON0033_000000025900	0.8414357690289958		0	0	False	False	1.0	0					non-mobilizable	plasmid	2098.0	100.0	100.0	0.008381864475204151	MN543585.1	enterobacteria	Klebsiella pneumoniae strain GH27TC plasmid pGH27TC_fusion, complete sequence	False	True
CHI0176_000000003825	2029	0.9995367663706136	2	2	2	2	2	False	98028	fragment	False	MON0033_000000025900	0.8364051441000635		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	100.0	100.0	0.06144337393201236	NZ_JACBPK010000040.1	enterobacteria	Pantoea brenneri strain IIFCSG-B1 NODE_40_length_33006_cov_810.041331, whole genome shotgun sequence	False	False
BAN0018_000000001129	2029	0.9995367663706136	2	2	2	2	2	False	98028	fragment	False	MON0033_000000025900	0.8364051441000635		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	100.0	100.0	0.06144337393201236	NZ_JACBPK010000040.1	enterobacteria	Pantoea brenneri strain IIFCSG-B1 NODE_40_length_33006_cov_810.041331, whole genome shotgun sequence	False	False
ISR0781_000000001490	13872	0.9995365767900808	15	8	5	8	6	False	103448	maximal	True	ISR0781_000000001490	1.0		1	1	False	False	0.9999279379844666	0					non-mobilizable	no_good_hit	3045.0	91.921	44.0	0.12044918674819166	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
FIJ0148_000000000778	21808	0.9995364336935048	25	12	10	10	9	True	99401	maximal	True	FIJ0148_000000000778	1.0	PS269|PS270	1	1	False	True	0.9978448152542114	0					non-mobilizable	no_good_hit	271.0	75.646	1.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
SPA0003_000000000258	28002	0.9995363418739373	34	34	5	27	33	True	89162	fragment	False	SPA0003_000000000258	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	28004.0	99.64299999999999	100.0	0.19599650043744532	KJ484634.1	enterobacteria	Escherichia coli plasmid pH1038-142, complete sequence	False	True
CHI0175_000000002436	5185	0.9995359881540156	7	6	3	5	3	True	89511	maximal	False	CHI0145_000000003341	0.9881747091359909		0	0	True	True	1.0	848					non-mobilizable	no_good_hit	1561.0	99.87200000000001	49.0	0.0006708042249909211	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
FIJ0152_000000011437	2171	0.9995349362714909	2	1	1	1	1	False	39716	fragment	False	FIJ0152_000000011437	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2146.0	97.76299999999999	99.0	0.000385945114390494	CP050196.1	enterobacteria	Escherichia coli strain RH-004-CS chromosome	False	False
DEN0034_000000000117	25542	0.9995348081608418	31	20	9	15	14	True	90318	maximal	True	DEN0034_000000000117	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	91.28399999999999	1.0	5.353365494833135e-05	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
AST0024_000000022756	1564	0.9995344592538968	3	2	1	2	1	False	121096	fragment	False	AST0024_000000022756	1.0		0	0	False	False	0.9968030452728271	0					non-mobilizable	no_good_hit								True	False
AST0148_000000003695	8477	0.999534400657922	11	4	2	4	2	True	105212	fragment	False	AST0148_000000003695	1.0		0	0	False	False	0.9992921948432922	0					non-mobilizable	plasmid	8461.0	99.976	100.0	0.09218211934963602	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MON0054_000000006755	5096	0.9995340040534079	5	1	1	1	1	False	11149	maximal	True	MON0054_000000006755	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	72.727	9.0	0.04271258999805409	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
SPA0138_000000020659	1317	0.999533947452118	2	2	2	2	2	False	3525	fragment	False	SPA0138_000000020659	1.0		0	0	False	False	0.9962034821510315	0					non-mobilizable	plasmid	1317.0	100.0	100.0	0.02715081493707448	CP056730.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00316 plasmid pRHBSTW-00316_4, complete sequence	False	True
MAD0085_000000001584	6291	0.9995326608167476	7	5	4	5	3	True	52075	fragment	False	MAD0085_000000001584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	95.455	3.0	0.0002315133906638249	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0326_000000002756	5638	0.9995325998348548	10	3	1	3	2	False	125204	fragment	False	ISR0326_000000002756	0.9999109686609686		0	0	False	False	0.9996452927589417	0					non-mobilizable	no_good_hit	275.0	77.455	5.0	0.06720977596741344	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0081_000000004447	5616	0.9995325998348548	10	3	1	3	2	False	125204	fragment	False	ISR0326_000000002756	0.9979602695991486		0	0	False	False	0.9998219609260559	0					non-mobilizable	no_good_hit	275.0	77.455	5.0	0.06720977596741344	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0128_000000005905	4227	0.9995325998348548	8	3	1	3	2	False	125198	fragment	False	ENG0128_000000005905	0.9996684143168596		0	0	False	False	0.9985805749893188	0					non-mobilizable	no_good_hit	193.0	90.67399999999999	10.0	5.145279099233139e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0097_000000007433	4223	0.9995325998348548	8	3	1	3	2	False	125198	fragment	False	ENG0128_000000005905	0.9994372740922658		0	0	False	False	0.9983423948287964	0					non-mobilizable	no_good_hit	191.0	90.57600000000001	10.0	5.0916824419494604e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0025_000000008366	3958	0.9995325998348548	7	3	1	3	2	False	125198	fragment	False	ENG0128_000000005905	0.9573177314111369		0	0	False	False	0.9977261424064636	0					non-mobilizable	no_good_hit	275.0	77.455	7.0	0.06720977596741344	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
AST0084_000000016238	2149	0.9995325998348548	4	3	1	3	2	False	114889	fragment	False	AST0084_000000016238	1.0		0	0	False	False	0.9967426657676697	0					non-mobilizable	no_good_hit	123.0	91.87	9.0	0.0004981421746764117	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0052_000000017441	1733	0.9995316323754441	3	1	1	1	1	False	46460	fragment	False	FIJ0052_000000017441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0023_000000026816	1298	0.9995316323754441	2	1	1	1	1	False	49301	fragment	False	FIJ0023_000000026816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000013873	3559	0.9995315512676072	3	3	2	3	2	False	96723	fragment	False	FIJ0167_000000004903	0.9316882631605613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	2.0	8.263588348268571e-06	LN899827.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IX	True	False
MAD0061_000000000337	26562	0.9995312184038302	34	28	11	11	25	True	18059	maximal	True	MAD0061_000000000337	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	4993.0	94.81299999999999	33.0	0.045820814612677674	KT845955.1	enterobacteria	Escherichia coli strain EP28 plasmid pHNEP28_cfr, complete sequence	True	True
ISR0841_000000000355	20803	0.9995310865135372	23	14	8	13	7	True	132593	backbone	False	ISR0367_000000000184	0.09259046078294869	PS1168|PS703	0	0	False	True	1.0	0					non-mobilizable	other	15357.0	99.954	99.0	0.40333044414677066	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0053_000000013109	2568	0.9995307025687896	5	2	2	2	2	True	120797	fragment	False	CAN0006_000000016617	0.9380058866813834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	87.044	66.0	0.000550562002251649	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
FIJ0013_000000017531	1664	0.9995303997570548	2	1	1	1	1	False	73396	fragment	False	FIJ0013_000000017531	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1538.0	97.399	98.0	0.034375489559787836	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
CHI0153_000000001865	8740	0.9995303173934228	8	5	5	4	3	False	101597	maximal	True	CHI0153_000000001865	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3520.0	98.72200000000001	48.0	0.0009387181628760041	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0098_000000002427	13574	0.9995302643287806	17	12	10	11	9	True	126849	maximal	True	SPA0098_000000002427	1.0	PS446|PS979	1	1	True	True	1.0	443					non-mobilizable	no_good_hit	7230.0	100.0	60.0	0.43446120560129814	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
MAD0046_000000001508	12375	0.9995302320590924	15	15	11	14	15	False	98282	maximal	True	MAD0046_000000001508	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	4964.0	99.94	99.0	0.03998710613264566	CP041547.1	enterobacteria	Escherichia coli strain 131 plasmid p2448-1	False	True
DEN0057_000000000305	8114	0.9995295527428926	10	9	3	3	9	True	132544	fragment	False	CHI0126_000000000854	0.16317473826695436		0	0	False	False	1.0	0					non-mobilizable	other	8123.0	96.676	100.0	0.5555175246440307	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0146_000000002958	8091	0.9995295527428926	10	9	3	3	9	True	132544	fragment	False	CHI0126_000000000854	0.16034035057512008		0	0	False	False	1.0	0					non-mobilizable	other	8101.0	96.704	100.0	0.5540115005476451	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
DEN0046_000000002262	7888	0.9995295527428926	9	9	3	3	9	True	132544	fragment	False	CHI0126_000000000854	0.14565952660486528		0	0	False	False	0.9988590478897095	0					non-mobilizable	plasmid	7869.0	99.98700000000001	99.0	0.1542231021032205	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MAD0040_000000000285	27065	0.99952939415585	33	33	5	28	33	True	86854	fragment	False	MAD0040_000000000285	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	20280.0	97.204	97.0	0.15043899395361965	CP031893.1	enterobacteria	Escherichia coli O113:H21 strain FWSEC0011 plasmid unnamed1, complete sequence	False	True
FIJ0072_000000002346	10202	0.9995287670303324	10	8	6	6	6	False	101289	maximal	True	FIJ0072_000000002346	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	94.03399999999999	16.0	0.0002051361941607409	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0099_000000002204	9037	0.9995272929062956	17	13	2	4	13	True	132553	fragment	False	MON0099_000000002204	1.0		0	0	False	True	0.9975655674934387	0	rep_cluster_663				non-mobilizable	other	4368.0	99.22200000000001	96.0	0.11644401781190838	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
FIJ0014_000000004690	4931	0.9995264882431464	4	4	4	4	4	False	51794	maximal	False	FIJ0127_000000003664	0.9907418749988803		0	0	False	False	0.9997972249984741	0					non-mobilizable	other	4931.0	99.615	100.0	0.3034966756956415	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
ENG0211_000000004537	7025	0.9995262430345376	10	6	4	5	2	True	103926	fragment	False	ENG0211_000000004537	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7025.0	99.772	100.0	0.07654417854496316	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0098_000000000872	17146	0.99952545383739	14	10	8	10	8	True	128662	maximal	False	ISR0231_000000000430	0.9987909343645991		0	0	True	True	0.9999417066574097	25					non-mobilizable	no_good_hit	861.0	85.134	23.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0064_000000006967	3253	0.9995249020186736	3	3	2	3	2	False	102593	fragment	False	ENG0064_000000006967	1.0		0	0	False	False	0.9803258776664734	0					non-mobilizable	no_good_hit	93.0	100.0	3.0	0.0005347655750473733	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
MON0092_000000012746	4030	0.999524859545057	5	1	1	1	1	False	26710	fragment	False	MON0092_000000012746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	98.42299999999999	14.0	0.04847369228409265	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0064_000000002784	9111	0.999523702476124	11	9	1	6	9	False	127615	maximal	False	ISR0152_000000002581	0.9578427086948168	PS1013|PS676|PS677	0	0	False	True	1.0	0	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	3939.0	99.18799999999999	100.0	0.3201365742622551	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	False	True
CHI0141_000000020905	1324	0.9995232142452588	3	1	1	1	1	False	80062	fragment	False	CHI0141_000000020905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0821_000000003735	6750	0.9995231305003576	12	11	4	5	11	True	89613	maximal	True	ISR0821_000000003735	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2951.0	98.814	85.0	0.029896593673965938	MN612051.1	enterobacteria	Escherichia coli strain BM21 plasmid pIP72, complete sequence	True	True
MAD0062_000000002283	5550	0.999522668768716	9	6	2	5	6	False	103836	maximal	True	MAD0062_000000002283	1.0		9	1	False	False	1.0	0	ColRNAI_rep_cluster_1857	MOBP		MOBP	mobilizable	no_good_hit	2505.0	93.37299999999999	78.0	0.35979217780343486	AP009244.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-4 DNA, complete sequence	True	True
FIJ0054_000000016857	1502	0.9995220036272104	3	1	1	1	1	False	80063	fragment	False	FIJ0054_000000016857	1.0		0	0	False	False	0.995339572429657	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000005450	6631	0.9995216874774888	11	7	4	7	4	True	132456	fragment	False	SPA0125_000000005450	0.9868800242681632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	92.035	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0370_000000003998	6137	0.9995216874774888	10	7	4	7	4	True	132448	fragment	False	ISR0370_000000003998	0.8081746388543533		0	0	False	False	0.999511182308197	0					non-mobilizable	no_good_hit	235.0	89.787	4.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0317_000000002439	6100	0.9995216874774888	9	7	4	7	4	True	132448	fragment	False	ISR0370_000000003998	0.7576295822008063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	4.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0029_000000007516	6066	0.9995216874774888	9	7	4	7	4	True	132448	fragment	False	ISR0370_000000003998	0.7618200581658536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	87.179	6.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0151_000000002472	6065	0.9995216874774888	9	7	4	7	4	True	132448	fragment	False	ISR0370_000000003998	0.7942463666451514		0	0	False	False	0.9973618984222412	0					non-mobilizable	no_good_hit	235.0	89.36200000000001	4.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0153_000000004724	5784	0.9995216874774888	10	7	4	7	4	True	132448	fragment	False	ISR0370_000000003998	0.7173704721283457		0	0	False	False	0.999654233455658	0					non-mobilizable	no_good_hit	113.0	92.035	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0002_000000004833	5448	0.9995216874774888	9	7	4	7	4	True	132448	fragment	False	ISR0370_000000003998	0.6396314286595065		0	0	False	False	0.9994493126869202	0					non-mobilizable	no_good_hit	113.0	91.15	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0358_000000002940	5439	0.9995216874774888	9	7	4	7	4	True	132448	fragment	False	ISR0370_000000003998	0.6389820434255408		0	0	False	False	0.9979775547981262	0					non-mobilizable	no_good_hit	113.0	92.035	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0007_000000003492	5259	0.9995216874774888	9	7	4	7	4	True	132448	fragment	False	ISR0370_000000003998	0.5080097286840556		0	0	False	False	0.9973378777503967	0					non-mobilizable	no_good_hit	113.0	91.15	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0143_000000003705	5245	0.9995216874774888	9	7	4	7	4	True	132448	fragment	False	ISR0370_000000003998	0.5088535356664513		0	0	False	False	0.9895138144493103	0					non-mobilizable	no_good_hit	113.0	91.15	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0093_000000008821	2740	0.9995215531097882	2	2	2	2	1	False	41659	fragment	False	ISR0093_000000008821	0.9972033559728326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	9.0	0.00019018684638510885	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CHI0116_000000000728	23503	0.9995213959191438	17	14	11	11	12	True	105107	fragment	False	CHI0116_000000000728	1.0		0	0	False	True	1.0	0	IncQ1	MOBQ		MOBQ	mobilizable	no_good_hit	3701.0	99.946	16.0	0.4258747697974217	CP053869.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain SL7207 plasmid pSL7202-3, complete sequence	True	True
ISR0293_000000003892	9121	0.999521008137268	7	5	3	3	4	True	105096	fragment	False	ISR0293_000000003892	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	1.0	0.0007807755703999306	NZ_WHZW01000012.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence12, whole genome shotgun sequence	True	True
CHI0182_000000002960	7780	0.999520292691812	15	5	3	5	4	False	77393	maximal	True	CHI0182_000000002960	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1688.0	90.758	22.0	0.02711351977228503	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
MON0039_000000031357	1560	0.9995199948153048	4	2	2	2	2	False	11917	fragment	False	MON0039_000000031357	1.0		0	0	False	False	0.964102566242218	0					non-mobilizable	no_good_hit	353.0	73.938	22.0	7.891092045507112e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0097_000000028689	1449	0.9995181436061841	2	2	2	2	1	False	15399	maximal	True	MAD0097_000000028689	1.0		0	0	False	False	0.9220151901245117	0					non-mobilizable	no_good_hit	67.0	88.06	5.0	0.0006180411840170804	MK359989.1	firmicutes	Streptococcus suis strain SC317 tandem ICESsuSC317 sequence	True	False
MAD0079_000000000146	24985	0.9995179377152456	30	27	13	19	24	True	98742	fragment	False	MAD0079_000000000146	0.9719633978189111		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	24993.0	98.81200000000001	99.0	0.7213470154646625	DQ115387.2	enterobacteria	Salmonella enterica subsp. enterica serovar Dublin serovar Dublin plasmid pOU1114, complete sequence	False	True
AST0059_000000005285	2724	0.9995178848520256	5	3	2	2	2	True	112865	backbone	True	AST0059_000000005285	1.0	PS726	2	2	True	True	1.0	19					non-mobilizable	plasmid	1841.0	88.05	100.0	0.6743580200967622	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
SPA0100_000000005391	5916	0.9995172557565946	6	5	4	2	2	False	119566	fragment	False	AUS0004_000000002812	0.530648031080622		0	0	False	False	0.9983096718788147	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0814_000000001854	19786	0.9995164364176014	23	10	8	8	7	True	99399	fragment	False	ISR0386_000000001366	0.9991727025123498		0	0	False	False	0.9987870454788208	0					non-mobilizable	no_good_hit	271.0	75.646	1.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
ISR0386_000000001366	19786	0.9995164364176014	23	10	8	8	7	True	99399	fragment	False	ISR0386_000000001366	0.9992713951043495		0	0	False	False	0.9994946122169495	0					non-mobilizable	no_good_hit	271.0	75.646	1.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
ISR0080_000000001076	19774	0.9995164364176014	23	10	8	8	7	True	99399	fragment	False	ISR0386_000000001366	0.9990346479046739		0	0	False	False	0.9998988509178162	0					non-mobilizable	no_good_hit	271.0	75.646	1.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
ISR0013_000000001072	16987	0.9995164364176014	22	10	8	8	7	True	99398	fragment	False	ISR0013_000000001072	0.9996294141040263		0	0	False	False	0.9998822808265686	0					non-mobilizable	no_good_hit	271.0	75.646	2.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
CAN0004_000000006329	4031	0.9995153207543244	5	4	3	3	2	False	103920	fragment	False	ENG0087_000000006974	0.9731461637793015		0	0	False	False	0.9878442287445068	0					non-mobilizable	plasmid	3958.0	99.899	98.0	0.043121485549888844	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0152_000000006132	3920	0.9995153207543244	4	4	3	3	2	False	103920	fragment	False	ENG0087_000000006974	0.9734626281039906		0	0	False	False	1.0	0					non-mobilizable	plasmid	3920.0	99.92299999999999	100.0	0.04270737980035744	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0043_000000005201	5979	0.9995150791536818	11	7	4	4	5	True	117587	maximal	False	ENG0194_000000004266	0.9933273748262152	PS593	0	0	True	True	1.0	13		MOBP			mobilizable	other	3978.0	99.874	100.0	0.6700944032366823	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
ISR0256_000000001418	10950	0.9995148450029068	13	7	4	6	3	True	105214	fragment	False	ISR0074_000000001553	0.6457302628480668		0	0	False	False	1.0	0					non-mobilizable	plasmid	10950.0	99.991	100.0	0.11930604594394316	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0364_000000001624	8455	0.9995139522479116	9	6	5	5	5	False	128610	fragment	False	ISR0364_000000001624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	12.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0016_01_000000002018	10541	0.9995138736671354	15	12	7	6	11	True	123628	fragment	False	USA0108_01_000000001009	0.4819234692527221		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	10543.0	99.49700000000001	100.0	0.339225345310538	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0064_000000006074	4432	0.9995138658877416	6	6	1	6	3	False	48726	maximal	False	MAD0037_000000002948	0.9993325155038209		0	0	True	True	0.9977436661720276	6	Col(Ye4449)	MOBP			mobilizable	no_good_hit	872.0	95.18299999999999	72.0	0.12324649298597194	CP035219.1	enterobacteria	Klebsiella michiganensis strain M82255 plasmid pKOCBH-E, complete sequence	True	True
SPA0087_000000002413	6393	0.9995131222718416	6	5	2	2	5	False	5489	maximal	True	SPA0087_000000002413	1.0		3	2	False	False	0.9998435974121094	0					non-mobilizable	other	6393.0	100.0	100.0	0.001359390588091679	CP010226.1	enterobacteria	Escherichia coli strain S1, complete genome	False	False
ISR0173_000000001493	4977	0.9995129241618904	3	3	3	2	3	False	30823	maximal	True	ISR0173_000000001493	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	4463.0	99.866	91.0	0.03454817154847352	CP061750.1	enterobacteria	Escherichia coli O15:H12 strain 2273-PO3 plasmid unnamed1, complete sequence	False	True
FIJ0139_000000001466	15090	0.9995124828560484	16	10	8	9	5	True	103128	fragment	False	FIJ0139_000000001466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	97.21600000000001	3.0	0.002244399440466	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	True
ISR0194_000000023241	1206	0.9995117912490992	1	1	1	1	1	False	29019	fragment	False	ISR0194_000000023241	1.0		0	0	False	False	0.9958540797233582	0					non-mobilizable	no_good_hit	68.0	86.765	5.0	1.6755662080946604e-05	CP006576.1	CFB group bacteria	Elizabethkingia anophelis FMS-007, complete genome	True	False
ENG0204_000000000514	24353	0.9995112383059591	26	8	7	8	3	True	111623	fragment	False	ENG0059_000000000451	0.9816491905032239		0	0	False	False	1.0	0					non-mobilizable	other	11085.0	98.241	97.0	0.23942411777441006	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0315_000000000339	20933	0.99951072102981	25	21	8	9	19	True	132596	backbone	False	ISR0120_000000000296	0.3848320598246909	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18660.0	99.084	100.0	0.5648080881462647	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0037_000000002948	4370	0.9995105682455556	4	4	1	4	3	False	48726	maximal	True	MAD0037_000000002948	0.999663399795673		6	2	True	True	1.0	25	Col(Ye4449)	MOBP			mobilizable	no_good_hit	1394.0	95.48100000000001	69.0	0.1979673632980246	CP035219.1	enterobacteria	Klebsiella michiganensis strain M82255 plasmid pKOCBH-E, complete sequence	True	True
FIJ0040_000000005707	4349	0.9995105682455556	4	4	1	4	3	False	48726	maximal	False	MAD0037_000000002948	0.9996087732525838		0	0	True	True	1.0	22	Col(Ye4449)	MOBP			mobilizable	no_good_hit	1394.0	95.40899999999999	71.0	0.1979673632980246	CP035219.1	enterobacteria	Klebsiella michiganensis strain M82255 plasmid pKOCBH-E, complete sequence	True	True
FIJ0167_000000004173	4349	0.9995105682455556	4	4	1	4	3	False	48726	maximal	False	MAD0037_000000002948	0.9996087732525838		0	0	True	True	1.0	3	Col(Ye4449)	MOBP			mobilizable	no_good_hit	1394.0	95.40899999999999	71.0	0.1979673632980246	CP035219.1	enterobacteria	Klebsiella michiganensis strain M82255 plasmid pKOCBH-E, complete sequence	True	True
FIJ0076_000000004313	3915	0.9995103255798046	5	2	1	2	1	False	46412	fragment	False	FIJ0076_000000004313	1.0		0	0	False	False	0.9982119798660278	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	1.0	0.0004848858865146623	NC_028808.2	viruses	Escherichia phage SUSP1, complete genome	True	False
ISR0241_000000015258	1099	0.9995094062618348	2	1	1	1	1	False	27236	fragment	False	ISR0241_000000015258	1.0		0	0	False	False	0.9972702264785767	0					non-mobilizable	no_good_hit								True	False
ENG0143_000000000121	59397	0.9995091746378963	60	21	15	19	12	True	103641	maximal	True	ENG0143_000000000121	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1508.0	81.3	3.0	0.054635640819899335	NZ_NFHM01000033.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_33, whole genome shotgun sequence	True	True
TAN0003_000000000218	13419	0.9995082260240036	10	7	7	7	5	True	53319	maximal	True	TAN0003_000000000218	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	79.324	9.0	0.00522081912415167	LR756491.1	viruses	uncultured phage genome assembly, chromosome: 1	True	True
FIJ0009_000000010289	3545	0.999506932967756	2	2	2	2	2	False	51290	fragment	False	FIJ0009_000000010289	0.9988475943532124		0	0	False	False	0.996614933013916	0					non-mobilizable	no_good_hit	890.0	73.37100000000001	25.0	0.00039548620821036606	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
FIJ0054_000000007149	3471	0.999506932967756	2	2	2	2	2	False	51290	fragment	False	FIJ0009_000000010289	0.9884344146685473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	73.37100000000001	25.0	0.00039548620821036606	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
ENG0025_000000001384	12889	0.9995068668455916	20	17	10	10	17	False	115779	maximal	True	ENG0025_000000001384	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	12889.0	100.0	100.0	0.04556043792885247	CP044051.1	enterobacteria	Klebsiella variicola strain FDAARGOS_627 plasmid unnamed2, complete sequence	False	True
ISR0395_000000000052	97822	0.9995064563942974	95	15	6	14	3	True	127415	maximal	False	SPA0046_000000000019	0.8816583627442361		0	0	False	True	1.0	0					non-mobilizable	virus	19685.0	96.652	95.0	0.20184665371130098	MK415403.1	viruses	CrAssphage ES_ALL_000190F, complete genome	False	True
ISR0052_000000001803	13599	0.9995053646560972	19	10	8	7	8	False	99395	fragment	False	ISR0052_000000001803	1.0		0	0	False	False	0.9999264478683472	0					non-mobilizable	no_good_hit	785.0	75.28699999999999	6.0	0.005686711210096511	NZ_SMUS01000009.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00009, whole genome shotgun sequence	True	False
SPA0048_000000000922	20422	0.9995052016814676	23	15	5	11	10	True	90323	fragment	False	SPA0044_000000000751	0.764110201183627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	86.52799999999999	1.0	0.0008858923967119404	NZ_KB894649.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00007.7, whole genome shotgun sequence	True	True
ISR0400_000000004337	4006	0.9995050554811072	7	4	2	3	4	False	73399	fragment	False	ISR0400_000000004337	1.0		0	0	False	False	0.997004508972168	0					non-mobilizable	no_good_hit	1223.0	91.087	73.0	0.04879510850017983	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
AST0031_000000005301	5438	0.9995050147918044	5	1	1	1	1	False	117594	maximal	True	AST0031_000000005301	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	179.0	75.97800000000001	3.0	0.000890156687807888	NZ_WJNH01000006.1	firmicutes	Salinibacillus xinjiangensis strain J4 scaffold6:size197594, whole genome shotgun sequence	True	True
ISR0152_000000002581	9926	0.9995036470377102	10	10	1	6	10	False	127615	maximal	True	ISR0152_000000002581	0.9645800160398407	PS1013|PS676|PS677	1	1	False	True	0.9998992681503296	0	rep_cluster_2350,rep_cluster_2350,rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5825.0	98.11200000000001	100.0	0.47288838305828795	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	False	True
FIJ0091_000000000148	51029	0.9995033690296958	55	33	20	30	12	True	100665	maximal	True	FIJ0091_000000000148	1.0	PS580	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	95.833	0.0	0.001774622892635315	LN593842.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001156	True	True
FIJ0119_000000003955	4232	0.9995028361673788	7	4	3	4	3	False	41579	maximal	True	FIJ0119_000000003955	1.0		4	1	False	False	0.9997637271881104	0					non-mobilizable	no_good_hit	907.0	97.244	21.0	0.024888058676482708	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0099_000000001748	11662	0.9995026139015664	13	10	4	8	7	True	33224	maximal	False	ISR0277_000000000696	0.9489009652039906		0	0	False	False	1.0	0	IncW				non-mobilizable	no_good_hit	3145.0	85.62799999999999	34.0	0.0014207992235092783	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	True
SPA0006_000000007326	4309	0.9995021871685424	7	3	2	3	2	False	8265	maximal	True	SPA0006_000000007326	1.0		1	1	False	False	0.999535858631134	0					non-mobilizable	no_good_hit	132.0	78.788	3.0	0.00016420445507212168	NZ_JHVC01000001.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0042_000000000986	21286	0.9995013281640064	23	23	5	21	23	True	103515	fragment	False	ENG0042_000000000986	1.0		0	0	False	False	1.0	0	IncFIC,rep_cluster_2244	MOBF	MPF_F	MOBF	conjugative	plasmid	11236.0	99.973	100.0	0.059133446319357456	CP043952.1	enterobacteria	Escherichia coli strain ST95-32 plasmid pST95-32-2, complete sequence	False	True
ETH0001_000000003887	5666	0.9995009439353804	9	7	3	5	4	False	103089	fragment	False	ETH0001_000000003887	0.9773474607234198		0	0	False	False	0.9950582385063171	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.0024754087681584263	NZ_JPXF01000100.1	high GC Gram+	Cryobacterium roopkundense strain RuG17 contig00100, whole genome shotgun sequence	True	False
FIJ0135_000000005366	5474	0.9995009439353804	8	7	3	5	4	False	103089	fragment	False	ETH0001_000000003887	0.9614366396046594		0	0	False	False	0.9996346235275269	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.0024754087681584263	NZ_JPXF01000100.1	high GC Gram+	Cryobacterium roopkundense strain RuG17 contig00100, whole genome shotgun sequence	True	False
ENG0155_000000003618	6626	0.9995008947888716	11	5	3	4	3	False	103916	fragment	False	ENG0155_000000003618	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4480.0	98.772	97.0	0.0487772982869099	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0856_000000000992	4689	0.9995008947888716	8	5	3	4	3	False	103914	fragment	False	ISR0856_000000000992	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4690.0	98.891	100.0	0.051065777429057144	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0049_000000003626	5482	0.9995005595824592	3	3	3	3	3	True	64194	maximal	True	ENG0049_000000003626	1.0		2	2	False	False	1.0	0	rep_cluster_1729				non-mobilizable	no_good_hit	2504.0	80.312	62.0	0.02838677263177126	CP015380.1	enterobacteria	Hafnia alvei strain HUMV-5920 plasmid, complete sequence	True	True
TAN0007_000000037001	1153	0.9995004555844302	3	1	1	1	1	False	2780	fragment	False	TAN0007_000000037001	1.0		0	0	False	False	0.9713789820671082	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000001820	14573	0.9995003180833539	13	13	9	10	13	True	113277	maximal	True	ENG0097_000000001820	1.0		1	1	False	False	1.0	0	IncFIA,IncFII	MOBF			mobilizable	plasmid	14573.0	98.62799999999999	100.0	0.2143802966101695	LT985217.1	enterobacteria	Escherichia coli strain 715 genome assembly, plasmid: RCS103_p	False	True
ISR0128_000000003203	9374	0.9994995536702664	12	11	4	6	11	True	86537	maximal	False	CHI0052_000000001329	0.9995063817784359		0	0	True	True	1.0	27	ColRNAI_rep_cluster_1857	MOBC			mobilizable	plasmid	9136.0	99.92299999999999	100.0	0.9828921885087153	CP061402.1	enterobacteria	Klebsiella pneumoniae strain NU-CRE085 plasmid pCRE-085-3, complete sequence	False	True
CAN0001_000000000206	55812	0.9994987106277772	96	31	12	21	17	True	97492	maximal	True	CAN0001_000000000206	1.0		1	1	True	True	1.0	175					non-mobilizable	no_good_hit	6722.0	92.383	46.0	0.11895225605217453	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0131_000000014233	1307	0.9994981760909506	2	2	2	1	1	False	40810	fragment	False	FIJ0131_000000014233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0089_000000000357	25271	0.9994979746991336	27	18	14	14	16	True	120197	maximal	False	ISR0048_000000000448	0.8727425835069209	PS720|PS841	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1831.0	80.77600000000001	7.0	0.004911419521345163	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
FIJ0057_000000008311	3637	0.9994978668274516	3	2	2	2	1	False	49304	maximal	True	FIJ0057_000000008311	1.0		1	1	False	False	0.9997250437736511	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000003276	7062	0.9994978607826304	11	4	4	4	4	False	27834	fragment	False	ISR0223_000000003276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0152_000000025215	1147	0.9994976550512952	2	2	1	2	1	False	39672	maximal	True	FIJ0152_000000025215	1.0		0	0	False	False	0.9773321747779846	0					non-mobilizable	no_good_hit	60.0	100.0	5.0	0.0004471424565551842	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0202_000000005229	2530	0.9994972730948934	4	3	3	3	3	False	77827	fragment	False	ISR0202_000000005229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	85.339	29.0	0.00021713688899757446	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0052_000000000968	22088	0.9994970027451476	25	13	9	13	6	False	122567	fragment	False	ISR0052_000000000968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7673.0	97.56299999999999	79.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
DEN0045_000000007818	4387	0.9994967347348132	5	4	3	4	2	True	130293	fragment	False	DEN0045_000000007818	1.0		0	0	False	False	0.9963528513908386	0					non-mobilizable	no_good_hit	991.0	92.432	42.0	0.002070103316974638	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0387_000000005837	4014	0.9994967347348132	6	4	3	4	2	True	130290	fragment	False	ISR0387_000000005837	0.9689033566119659		0	0	False	False	0.9985052347183228	0					non-mobilizable	no_good_hit	977.0	92.221	45.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0046_000000004921	3954	0.9994967347348132	6	4	3	4	2	True	130290	fragment	False	ISR0387_000000005837	0.967802107253876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	46.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0055_000000009382	3571	0.9994967347348132	5	4	3	4	2	True	130290	fragment	False	ISR0387_000000005837	0.6557446724383269		0	0	False	False	0.9983198046684265	0					non-mobilizable	no_good_hit	963.0	90.654	50.0	0.0020115549403329313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0089_000000000848	14629	0.9994967240670348	13	13	10	9	12	True	98105	fragment	False	MAD0079_000000000236	0.8090109421739266		0	0	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	6124.0	96.963	69.0	0.052237085855265965	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	True	True
FIJ0068_000000002529	10188	0.9994966659269016	10	9	2	3	9	False	45137	maximal	True	FIJ0068_000000002529	1.0		1	1	False	False	0.9999018311500549	0					non-mobilizable	no_good_hit	4457.0	99.17	61.0	0.0008766097080197198	CP052736.1	enterobacteria	Klebsiella pneumoniae strain C16KP0160 chromosome, complete genome	True	False
CHI0025_000000001986	5983	0.9994950536913896	13	7	5	4	6	False	123888	fragment	False	SPA0082_000000000937	0.02531158519112691		0	0	False	False	0.9991642832756042	0					non-mobilizable	other	5983.0	99.58200000000001	100.0	0.059665894938527864	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CAN0023_000000001714	5400	0.9994947508931858	5	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.6392535523128168		0	0	False	False	1.0	0					non-mobilizable	other	5361.0	99.478	99.0	0.4875386574495179	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CAN0001_000000009212	5127	0.9994947508931858	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.5313763650032042		0	0	False	False	1.0	0					non-mobilizable	other	5076.0	99.56700000000001	99.0	0.46161542659632526	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0105_000000015780	1430	0.999493438192638	3	2	2	2	2	False	60132	maximal	True	ENG0105_000000015780	1.0		4	2	False	False	0.9881119132041931	0					non-mobilizable	no_good_hit	908.0	99.67	63.0	0.0238226564757177	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
SPA0010_000000008491	2620	0.999493349821842	4	3	2	3	2	True	105397	maximal	True	SPA0010_000000008491	1.0		1	1	False	False	0.9996182918548584	0					non-mobilizable	no_good_hit	945.0	86.243	60.0	0.001967643657851651	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0042_000000000059	79162	0.999491467915373	76	33	16	32	18	True	51492	maximal	True	MAD0042_000000000059	1.0		2	1	False	False	0.9998989701271057	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.00011142024768065646	NZ_JONL01000006.1	d-proteobacteria	Desulfovibrio frigidus DSM 17176 BR06DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	True
ISR0376_000000000585	16511	0.9994900049899648	16	12	9	6	11	True	38621	maximal	True	ISR0376_000000000585	0.9976233660641691		7	2	True	True	1.0	12					non-mobilizable	no_good_hit	268.0	87.31299999999999	2.0	0.06935483870967742	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
SPA0045_000000004374	6264	0.9994894029101514	11	8	5	8	5	True	132448	fragment	False	ISR0370_000000003998	0.6468477863696811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	92.035	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0010_000000012670	1698	0.9994886736192008	2	2	2	1	2	False	38297	fragment	False	ISR0010_000000012670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	2.0	9.509342319255442e-05	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0152_000000002006	11167	0.9994880390637424	12	11	4	7	11	True	114195	fragment	False	ENG0152_000000002006	0.9780567178056718		0	0	False	False	0.9999104738235474	0	IncFIB				non-mobilizable	other	11167.0	99.89299999999999	100.0	0.09774330783101945	LR730401.1	enterobacteria	XXX	False	True
ENG0166_000000006639	3976	0.9994870459295836	5	3	3	3	1	False	56174	maximal	True	ENG0166_000000006639	1.0		0	0	False	False	0.9954728484153748	0					non-mobilizable	no_good_hit								True	False
USA0033_01_000000001111	7165	0.9994861900596741	14	7	5	4	6	False	123888	fragment	False	SPA0082_000000000937	0.052618028189267266		0	0	False	False	1.0	0					non-mobilizable	other	7165.0	99.833	100.0	0.0714813188567779	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0267_000000002139	7093	0.9994861900596741	13	7	5	4	6	False	123888	fragment	False	SPA0082_000000000937	0.061963469982432066		0	0	False	False	1.0	0					non-mobilizable	plasmid	7093.0	99.845	100.0	0.07214722428508936	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0071_01_000000002158	6474	0.9994861900596741	13	7	5	4	6	False	123888	fragment	False	SPA0082_000000000937	0.039423333597856915		0	0	False	False	1.0	0					non-mobilizable	other	6474.0	100.0	100.0	0.06459564106658151	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0046_01_000000001608	6474	0.9994861900596741	13	7	5	4	6	False	123888	fragment	False	SPA0082_000000000937	0.039423333597856915		0	0	False	False	1.0	0					non-mobilizable	other	6474.0	100.0	100.0	0.06459564106658151	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0125_01_000000004027	6474	0.9994861900596741	13	7	5	4	6	False	123888	fragment	False	SPA0082_000000000937	0.039423333597856915		0	0	False	False	1.0	0					non-mobilizable	other	6474.0	100.0	100.0	0.06459564106658151	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0308_000000002070	6422	0.9994861900596741	13	7	5	4	6	False	123888	fragment	False	SPA0082_000000000937	0.03618662894676398		0	0	False	False	0.9989100098609924	0					non-mobilizable	other	6422.0	100.0	100.0	0.06407672042152324	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0051_01_000000003542	6337	0.9994861900596741	13	7	5	4	6	False	123888	fragment	False	SPA0082_000000000937	0.032621935315447895		0	0	False	False	1.0	0					non-mobilizable	other	6250.0	100.0	99.0	0.06236029059556123	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0322_000000001404	6000	0.9994861900596741	12	7	5	4	6	False	107021	fragment	False	ISR0322_000000001404	1.0		0	0	False	False	0.9951666593551636	0					non-mobilizable	other	5866.0	99.898	98.0	0.058488344243972534	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0177_000000002533	5934	0.9994861900596741	12	7	5	4	6	False	123888	fragment	False	SPA0082_000000000937	0.006473974326576038		0	0	False	False	1.0	0					non-mobilizable	other	5764.0	99.98299999999999	97.0	0.057510378412901166	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0140_000000002507	5312	0.9994861900596741	11	7	5	4	6	False	108357	fragment	False	ENG0140_000000002507	0.9962921065862242		0	0	False	False	1.0	0					non-mobilizable	other	5312.0	100.0	100.0	0.05299976049816382	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0129_000000005460	4792	0.9994849510988622	7	5	3	5	3	True	112630	fragment	False	ENG0129_000000005460	1.0		0	0	False	False	0.9995826482772827	0					non-mobilizable	no_good_hit	1456.0	77.404	30.0	0.0029734211280181165	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0321_000000001531	5781	0.9994848394953328	5	5	5	5	2	True	129620	maximal	True	ISR0321_000000001531	1.0	PS1023|PS1024|PS1061|PS1062	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1804.0	87.971	44.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0148_000000016216	1285	0.9994844290141494	3	1	1	1	1	False	39881	fragment	False	FIJ0148_000000016216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	88.95700000000001	18.0	6.810743154881868e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
FIJ0157_000000000114	59180	0.9994839522175292	100	29	14	21	15	True	88759	maximal	True	FIJ0157_000000000114	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	8142.0	90.211	48.0	0.14408251515258924	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0376_000000014528	1705	0.9994835944036208	3	1	1	1	1	False	96402	fragment	False	SPA0031_000000017543	0.9636490401203738		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	99.70700000000001	100.0	0.01700463036883283	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0141_000000004740	5549	0.999483358189721	9	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.6319054480262811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	86.975	6.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0002_000000006107	5428	0.999483358189721	9	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.5612434238605372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	92.035	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0222_000000011172	5362	0.999483358189721	9	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.5563204771537579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	91.15	3.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0128_000000004592	5281	0.999483358189721	9	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.5531790413515881		0	0	False	False	0.9994319081306458	0					non-mobilizable	no_good_hit	113.0	92.035	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0060_000000004676	5224	0.999483358189721	9	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.4623189321895194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	86.975	7.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0029_000000013876	1775	0.9994829370417304	2	2	2	2	2	False	65790	maximal	True	ENG0029_000000013876	1.0		6	3	False	False	0.996619701385498	0					non-mobilizable	no_good_hit	59.0	86.441	3.0	0.0002563295408553312	NZ_JPZS01000027.1	bacteria	Synergistes jonesii strain 113-4 contig00001, whole genome shotgun sequence	True	False
ENG0185_000000004176	5722	0.9994825777783388	5	5	5	4	4	True	126914	fragment	False	ENG0185_000000004176	1.0		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	5645.0	99.965	100.0	0.06248339385351165	CP032516.1	enterobacteria	Escherichia coli strain 118UI plasmid pEco118UIb, complete sequence	False	True
ISR0802_000000002253	5304	0.9994824298821924	11	7	5	4	6	False	108357	fragment	False	ENG0140_000000002507	0.9957956827309237		0	0	False	False	1.0	0					non-mobilizable	other	5245.0	100.0	99.0	0.052331151205492574	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0295_000000008183	3956	0.9994808525052976	4	3	3	3	3	True	108248	maximal	True	ISR0295_000000008183	1.0	PS121	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2105.0	76.865	55.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
MON0054_000000037180	1358	0.9994808320662966	2	1	1	1	1	False	77412	fragment	False	MON0054_000000037180	0.9731509118821554		0	0	False	False	0.977172315120697	0					non-mobilizable	other	1319.0	99.848	97.0	0.013152642503592528	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0181_000000016623	1270	0.9994808320662966	2	1	1	1	1	False	77412	fragment	False	MON0054_000000037180	0.9512816496866293		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	100.0	100.0	0.012663659588056842	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0192_000000003475	4813	0.9994804188024844	7	4	3	4	2	True	126343	fragment	False	ENG0192_000000003475	1.0		0	0	False	False	0.9993767142295837	0					non-mobilizable	no_good_hit	50.0	92.0	1.0	0.00018330914151465724	NZ_QJKD01000009.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_109, whole genome shotgun sequence	True	True
CHI0022_000000001471	7535	0.9994795001166672	9	5	5	4	3	True	89212	fragment	False	CHI0022_000000001471	1.0		0	0	False	False	0.9997345805168152	0					non-mobilizable	no_good_hit	2638.0	92.949	51.0	0.10262008733624454	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
ISR0339_000000000729	15229	0.9994792421226808	20	8	7	6	7	True	99398	fragment	False	ISR0013_000000001072	0.664857796665577		0	0	False	False	0.9991463422775269	0					non-mobilizable	no_good_hit	63.0	90.476	0.0	0.04626865671641791	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
ISR0205_000000000387	40483	0.9994785068176236	45	32	19	23	28	True	123942	fragment	False	ENG0077_000000000345	0.9727522695315294		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	13983.0	96.91799999999999	52.0	0.0026539202505513485	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
ISR0192_000000005491	3589	0.9994777291024888	6	4	2	4	2	True	130290	fragment	False	ISR0387_000000005837	0.7960547228017363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	50.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0090_000000003359	6113	0.9994773784172798	14	6	5	4	5	False	123888	fragment	False	SPA0082_000000000937	0.025207127333376905		0	0	False	False	1.0	0					non-mobilizable	other	3958.0	97.802	96.0	0.03944794826760339	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0789_000000002259	6080	0.9994773784172798	13	6	5	4	5	False	123888	fragment	False	SPA0082_000000000937	0.022042692692896798		0	0	False	False	1.0	0					non-mobilizable	other	4016.0	97.809	96.0	0.04002674437170685	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CAN0004_000000004075	5868	0.9994773784172798	12	6	5	4	5	False	108358	fragment	False	CAN0004_000000004075	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3168.0	97.25399999999999	96.0	0.031564346159987225	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0146_000000004388	5292	0.9994773784172798	11	6	5	4	5	False	107018	fragment	False	SPA0146_000000004388	1.0		0	0	False	False	0.9996220469474792	0					non-mobilizable	other	3567.0	97.561	96.0	0.035546064186492095	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0209_000000001768	13861	0.9994770608932656	10	9	4	9	4	True	130304	backbone	True	ISR0209_000000001768	0.9333361195537133	PS1092	1	1	False	True	0.9988456964492798	0					non-mobilizable	no_good_hit	986.0	88.337	35.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0109_000000003005	8270	0.9994765225246066	12	6	3	5	3	True	128737	maximal	True	ISR0109_000000003005	1.0	PS1048|PS850	1	1	True	True	1.0	34					non-mobilizable	no_good_hit	2420.0	82.314	29.0	0.013006305265954275	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	True
ENG0131_000000009545	2825	0.9994764247094272	6	2	1	2	2	False	58371	maximal	True	ENG0131_000000009545	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	75.357	10.0	0.015013698630136987	NZ_SMUS01000054.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00054, whole genome shotgun sequence	True	False
ENG0180_000000005490	3029	0.9994762469270916	5	5	1	3	2	True	122717	backbone	True	ENG0180_000000005490	0.9543534539268645	PS873	17	5	True	True	1.0	68					non-mobilizable	no_good_hit	265.0	92.45299999999999	9.0	0.08761329305135952	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0107_000000010015	2749	0.9994762014093856	4	3	1	3	1	True	116267	maximal	False	ISR0815_000000011317	0.9851317937960042		0	0	True	True	1.0	36					non-mobilizable	no_good_hit	612.0	87.41799999999999	33.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
MAD0047_000000015567	2748	0.9994762014093856	4	3	1	3	1	True	116267	maximal	False	ISR0815_000000011317	0.9794964028803709		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	593.0	87.85799999999999	31.0	0.17729859239293203	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0098_000000000311	35092	0.9994755726871924	47	34	23	27	25	True	123932	backbone	False	ENG0103_000000000448	0.9878721625490313	PS902|PS909|PS910	0	0	True	True	1.0	21	rep_cluster_1702				non-mobilizable	other	35028.0	99.917	99.0	0.3494830752035766	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0851_000000000277	34205	0.9994755726871924	48	34	23	27	25	True	123932	backbone	False	ENG0103_000000000448	0.9133262285536368	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	34228.0	99.90100000000001	100.0	0.3415595561232636	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0068_000000004864	6022	0.9994748768892028	7	6	4	6	5	False	45127	maximal	True	FIJ0068_000000004864	1.0		2	1	True	True	1.0	10		MOBP			mobilizable	plasmid	5911.0	99.915	100.0	0.99444724886421	AP022233.1	enterobacteria	Enterobacter cloacae plasmid pWP8-W18-CRE-04_5 DNA, complete genome, strain: WP8-W18-CRE-04	False	True
SPA0130_000000003637	8951	0.9994748636915464	14	8	6	7	7	False	70961	fragment	False	SPA0130_000000003637	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.44	19.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
USA0062_01_000000007912	2840	0.9994733905631616	3	3	3	3	3	False	77828	fragment	False	USA0062_01_000000007912	0.9459069599711505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	83.586	49.0	0.00021713688899757446	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MAD0039_000000008641	1690	0.9994733321353526	3	1	1	1	1	False	18472	maximal	True	MAD0039_000000008641	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0122_000000002867	6176	0.9994731755047956	9	9	4	6	9	False	47524	maximal	True	FIJ0122_000000002867	1.0		1	1	False	False	0.9996761679649353	0					non-mobilizable	chromosome	2465.0	97.20100000000001	99.0	0.0004402287398443367	CP024489.1	enterobacteria	Klebsiella pneumoniae strain INF249 chromosome, complete genome	False	False
MON0010_000000005531	4033	0.9994730970044254	6	5	2	3	5	True	17002	maximal	True	MON0010_000000005531	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4057.0	99.359	100.0	0.02580579485156578	LT906556.1	enterobacteria	Escherichia coli isolate E. coli RL465 genome assembly, plasmid: I	False	True
ISR0169_000000000417	29631	0.999472230259462	27	10	9	9	8	True	74865	fragment	False	ISR0169_000000000417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	84.27	0.0	2.9081739074625747e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	True
SPA0088_000000002913	5659	0.9994717291810068	7	6	2	1	5	False	5461	fragment	False	SPA0088_000000002913	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5659.0	99.965	100.0	0.0012032903547282102	CP010226.1	enterobacteria	Escherichia coli strain S1, complete genome	False	False
ISR0254_000000001681	4808	0.999471239036494	8	4	2	4	3	False	125202	fragment	False	ISR0354_000000003340	0.9204377532904916		0	0	False	True	0.9997920393943787	0					non-mobilizable	no_good_hit	767.0	88.65700000000001	21.0	0.00020527519739648876	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
AST0055_000000002100	11718	0.9994711637236968	12	7	6	5	7	False	114003	fragment	False	AST0055_000000002100	1.0		0	0	False	False	0.9999146461486816	0					non-mobilizable	no_good_hit	4053.0	76.437	34.0	0.0006578277317932521	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
MAD0057_000000000816	14355	0.9994710084489996	20	19	7	14	19	True	114187	maximal	True	MAD0057_000000000816	1.0		1	1	False	False	0.9999303221702576	0	IncFIB				non-mobilizable	plasmid	11827.0	99.932	99.0	0.12084116733425979	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
FIJ0142_000000004360	6524	0.9994707494995264	10	5	1	4	3	False	40222	fragment	False	FIJ0142_000000004360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	88.65299999999999	41.0	0.05450985093713783	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ENG0042_000000010367	2544	0.9994699000728838	4	1	1	1	1	False	101400	fragment	False	ENG0042_000000010367	0.9909591194968553		0	0	False	False	1.0	0					non-mobilizable	other	2544.0	98.46700000000001	100.0	0.07482933145009416	NZ_CAEUHO010000007.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
AUS0010_000000021230	1183	0.9994699000728838	1	1	1	1	1	False	101399	fragment	False	AUS0010_000000021230	1.0		0	0	False	False	0.9864750504493713	0					non-mobilizable	other	1160.0	99.31	98.0	0.034104284369114876	NZ_CAEUHO010000007.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
FIJ0100_000000003052	6699	0.9994695189781352	5	4	2	4	2	False	97844	maximal	True	FIJ0100_000000003052	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1645.0	97.447	25.0	0.9993920972644377	NZ_AXCY01000217.1	high GC Gram+	Cellulomonas carbonis T26 contig239, whole genome shotgun sequence	True	False
FIJ0143_000000000025	39359	0.9994685460866868	33	22	10	21	14	True	51488	fragment	False	FIJ0143_000000000025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	True
ISR0225_000000004774	3289	0.9994683813361736	5	5	5	4	4	False	27695	fragment	False	ISR0225_000000004774	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2188.0	100.0	100.0	0.0005241504664148252	CP046048.1	enterobacteria	Proteus mirabilis strain HN2p chromosome HN2p, complete sequence	False	False
ENG0147_000000001452	8071	0.9994683087787468	8	7	6	7	7	False	103705	fragment	False	SPA0135_000000002655	0.9569851719756449		0	0	False	False	0.9959113001823425	0					non-mobilizable	no_good_hit	592.0	82.77	20.0	8.979972530416232e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
SPA0012_000000000422	28999	0.9994665437006809	35	24	15	16	14	True	90015	fragment	False	SPA0012_000000000422	1.0		0	0	False	False	0.9996896386146545	0			MPF_T		non-mobilizable	no_good_hit	829.0	74.186	3.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
DEN0094_000000006896	4500	0.9994664248427059	7	4	2	3	3	False	68392	maximal	True	DEN0094_000000006896	1.0		0	0	False	False	0.9995555281639099	0					non-mobilizable	no_good_hit	1289.0	92.63	55.0	0.012813348235669807	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0112_000000002542	9118	0.999466209917557	9	4	4	3	3	False	71281	maximal	True	ISR0112_000000002542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	96.76899999999999	15.0	0.004714723763271238	NZ_LT699742.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
ENG0192_000000000431	17716	0.9994655835991668	21	12	9	9	10	True	116253	fragment	False	ENG0192_000000000431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4054.0	95.831	46.0	0.032452106971163526	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
AST0002_000000007905	4328	0.9994653966758288	5	2	1	2	1	False	132264	fragment	False	AST0002_000000007905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	2.3232246730177434e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
FIJ0166_000000008804	2722	0.9994653966758288	2	2	1	2	1	False	128438	fragment	False	FIJ0166_000000008804	1.0		0	0	False	False	0.998163104057312	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	3.134836702668115e-05	NZ_CP001668.1	mycoplasmas	Mycoplasma mycoides subsp. capri str. GM12 chromosome clone deltatypeIIIres, complete genome	True	False
AST0005_000000012938	2165	0.9994653966758288	2	2	1	2	1	False	128437	fragment	False	AST0005_000000012938	1.0		0	0	False	False	0.9958429336547852	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.359792562309844e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0814_000000019624	2061	0.9994653966758288	4	2	1	2	1	False	26106	fragment	False	ISR0814_000000019624	1.0		0	0	False	False	0.9752547144889832	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	2.3232246730177434e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0396_000000013644	1681	0.9994653966758288	4	2	1	2	1	False	26105	fragment	False	ISR0396_000000013644	0.9895769466584917		0	0	False	False	0.9791790843009949	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	2.3232246730177434e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ENG0207_000000016484	1199	0.9994653966758288	2	2	1	2	1	False	53872	fragment	False	ENG0207_000000016484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	0.0007743121929973141	U40238.2	archaea	Uncultured crenarchaeote 4B7 40 kb genomic fragment	True	False
FIJ0008_000000014274	2003	0.9994642660090176	3	2	1	2	1	False	51417	fragment	False	FIJ0008_000000014274	1.0		0	0	False	False	0.9760359525680542	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000002652	10997	0.9994631766181082	17	7	5	7	5	False	51814	maximal	True	FIJ0006_000000002652	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	89.963	18.0	0.0001797412735443397	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0327_000000000260	30948	0.999462703499538	33	30	8	12	30	True	98069	fragment	False	ISR0327_000000000260	1.0		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	15346.0	98.306	96.0	0.1670259324580312	CP057246.1	enterobacteria	Escherichia fergusonii strain RHB32-C05 plasmid pRHB32-C05_4, complete sequence	False	True
ISR0023_000000003035	8519	0.9994624298427478	13	6	5	6	4	False	37559	fragment	False	ISR0023_000000003035	1.0		0	0	False	False	0.9998826384544373	0					non-mobilizable	no_good_hit								True	False
ISR0047_000000003719	6908	0.999462012193847	8	7	2	2	7	True	132544	fragment	False	CHI0126_000000000854	0.13294813528316066		0	0	False	False	1.0	0					non-mobilizable	other	6908.0	99.595	100.0	0.14807271791793508	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
AST0060_000000004055	6759	0.999462012193847	8	7	2	2	7	True	132544	fragment	False	CHI0126_000000000854	0.1346981026232107		0	0	False	False	1.0	0					non-mobilizable	plasmid	6759.0	99.024	100.0	0.17494628387998654	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0002_000000004299	6277	0.999462012193847	7	7	2	2	7	True	132544	fragment	False	CHI0126_000000000854	0.1241107414696859		0	0	False	False	1.0	0					non-mobilizable	plasmid	6204.0	99.95200000000001	99.0	0.1605788397318077	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0111_000000004260	5646	0.9994619952173176	11	3	1	3	1	False	42097	maximal	True	FIJ0111_000000004260	1.0		1	1	False	False	0.9982288479804993	0					non-mobilizable	no_good_hit	54.0	98.148	1.0	1.596151888609077e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ENG0097_000000000653	29637	0.9994618291448456	39	36	6	28	36	True	113255	fragment	False	SPA0004_000000000667	0.9204402424980052		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	15046.0	98.531	100.0	0.08014109948899392	AP022172.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-09_1 DNA, complete genome, strain: WP5-S18-ESBL-09	False	True
SPA0020_000000005691	4711	0.9994616640297078	7	5	2	4	3	True	130273	maximal	True	SPA0020_000000005691	1.0	PS1090	1	1	True	True	1.0	4					non-mobilizable	no_good_hit	2846.0	95.257	62.0	0.9425901201602136	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0230_000000008912	3423	0.9994616473191316	4	2	2	2	2	True	56417	backbone	False	ISR0010_000000005158	0.9757453376403501	PS240|PS241	0	0	True	True	0.9932807683944702	9					non-mobilizable	plasmid	3053.0	96.85600000000001	100.0	0.9119496855345912	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	False	True
FIJ0061_000000004780	4858	0.9994615997697092	7	5	4	5	3	True	52069	fragment	False	FIJ0061_000000004780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	99.083	2.0	0.00026333563345630457	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0127_000000005869	4956	0.9994614514573626	7	3	1	3	1	True	98972	maximal	True	SPA0127_000000005869	0.9939982540375383	PS526|PS552	1	1	True	True	1.0	26					non-mobilizable	no_good_hit	1338.0	97.68299999999999	37.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0064_000000003857	4522	0.9994614514573626	5	3	1	3	1	True	98972	maximal	False	SPA0127_000000005869	0.948364050457162	PS526|PS552	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1338.0	97.01	32.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0149_000000005631	4854	0.9994610159105382	3	3	2	3	1	True	123310	fragment	False	AST0149_000000005631	0.9961759082217974		0	0	False	False	0.9991759657859802	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.493650615200578e-06	NZ_CP045300.1	enterobacteria	Kosakonia arachidis strain KACC 18508 chromosome, complete genome	True	True
ISR0325_000000005756	3266	0.9994607829737676	4	2	2	2	2	False	24880	maximal	True	ISR0325_000000005756	1.0		5	3	False	False	0.98591548204422	0					non-mobilizable	no_good_hit	2062.0	99.37	63.0	0.04662368510349508	CP016716.1	firmicutes	Lactococcus lactis subsp. lactis strain UC063 plasmid pUC063B, complete sequence	True	False
ISR0344_000000007338	4163	0.999460669870381	6	4	4	3	1	False	126455	fragment	False	ISR0781_000000004759	0.3264287496880459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	99.038	5.0	0.0030095520565272386	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0261_000000002769	5844	0.9994604533754531	7	5	4	4	4	False	119566	fragment	False	AUS0004_000000002812	0.10135183901548453		0	0	False	False	0.9994866251945496	0					non-mobilizable	no_good_hit	326.0	73.006	5.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
SPA0092_000000007296	5203	0.9994602339254802	7	4	2	4	2	False	5329	fragment	False	SPA0092_000000007296	1.0		0	0	False	False	0.9996156096458435	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000000845	15997	0.9994590898403684	23	10	4	8	5	False	122543	maximal	True	MAD0043_000000000845	1.0		1	1	False	False	0.9999374747276306	0					non-mobilizable	plasmid	3742.0	96.259	91.0	0.08367835642190542	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
FIJ0108_000000001031	15533	0.9994585481231084	15	5	4	5	3	True	42245	maximal	True	FIJ0108_000000001031	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0218_000000003121	4829	0.9994585472786046	6	4	4	4	2	True	94593	fragment	False	ISR0218_000000003121	0.9957227462162754		0	0	False	False	1.0	0					non-mobilizable	other	4830.0	99.979	100.0	0.1045464386230786	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0378_000000008964	2853	0.9994581479869512	3	3	2	3	2	True	130986	backbone	False	SPA0127_000000010391	0.10497352022877617	PS1132	0	0	True	True	0.9996494650840759	9					non-mobilizable	plasmid	2681.0	81.798	100.0	0.9461593682699211	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0208_000000005946	4315	0.9994581275785054	4	1	1	1	1	False	54730	fragment	False	ISR0208_000000005946	1.0		0	0	False	False	0.9949014782905579	0					non-mobilizable	no_good_hit								True	False
ISR0073_000000010528	2518	0.9994581275785054	2	1	1	1	1	False	34804	fragment	False	ISR0073_000000010528	1.0		0	0	False	False	0.9992057085037231	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000010054	3485	0.999457571527696	5	4	2	4	1	True	119473	fragment	False	ISR0128_000000010054	1.0		0	0	False	False	0.9902439117431641	0					non-mobilizable	no_good_hit	716.0	86.17299999999999	25.0	0.0014908925909120374	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0026_000000040651	1298	0.9994566977021624	1	1	1	1	1	False	40006	fragment	False	MON0026_000000040651	0.9822485207100592		0	0	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	108.0	93.51899999999999	8.0	4.636060425970062e-05	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ISR0365_000000001488	9275	0.9994566359326372	6	5	4	5	4	True	23666	fragment	False	ISR0365_000000001488	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	6.108381986060029e-05	NZ_FOLG01000002.1	a-proteobacteria	Tropicimonas isoalkanivorans strain DSM 19548, whole genome shotgun sequence	True	True
ISR0371_000000003038	4757	0.9994560888968202	6	5	2	3	3	False	89217	maximal	True	ISR0371_000000003038	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	2289.0	79.554	67.0	0.41507703595011003	NZ_CPYD01000026.1	enterobacteria	Yersinia nurmii strain CIP110231T, whole genome shotgun sequence	True	True
ISR0169_000000000914	18099	0.9994546774360656	22	15	12	12	14	True	120188	fragment	False	ISR0169_000000000914	1.0		0	0	False	False	0.9995579719543457	0					non-mobilizable	no_good_hit	1831.0	80.77600000000001	10.0	0.004911419521345163	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ENG0157_000000009594	2607	0.9994542628878216	5	4	2	3	4	False	84429	maximal	True	ENG0157_000000009594	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2294.0	96.469	93.0	0.00044580987366709464	CP058080.1	enterobacteria	Escherichia coli strain RHB01-C23 chromosome, complete genome	False	False
MAD0057_000000001000	12142	0.9994542456299664	9	7	7	7	4	True	17932	maximal	True	MAD0057_000000001000	1.0		1	1	False	False	0.9998352527618408	0					non-mobilizable	no_good_hit	882.0	77.664	7.0	0.0018212727162473835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0114_000000017429	1606	0.9994539321094316	3	2	2	1	1	False	32537	fragment	False	ISR0114_000000017429	1.0		0	0	False	False	0.9919053316116333	0					non-mobilizable	no_good_hit	181.0	77.90100000000001	11.0	8.177750849022456e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0039_000000026539	1411	0.9994539321094316	2	2	2	1	1	False	103605	fragment	False	ISR0039_000000026539	1.0		0	0	False	False	0.9985825419425964	0					non-mobilizable	no_good_hit	153.0	80.392	11.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
AST0150_000000001869	10968	0.9994529057356982	13	8	3	5	5	False	104270	maximal	True	AST0150_000000001869	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1657.0	82.8	15.0	0.0009863423499154864	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ISR0382_000000000436	19486	0.999452506998668	20	15	5	11	10	True	90323	fragment	False	SPA0044_000000000751	0.6750928155034862		0	0	False	False	0.9992302060127258	0					non-mobilizable	no_good_hit	90.0	96.667	0.0	0.005696530295183843	NZ_UFTB01000003.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
ENG0005_000000000643	29524	0.9994520607502242	32	29	6	10	29	True	80385	fragment	False	ENG0005_000000000643	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	27883.0	98.935	100.0	0.23365512845244785	KT754167.1	enterobacteria	Shigella dysenteriae 1 strain 69-3818 plasmid p69-3818, complete sequence	False	True
CHI0102_000000002620	2812	0.9994515308579516	3	3	2	3	1	True	130986	backbone	False	SPA0127_000000010391	0.09535136492641123	PS1132	0	0	True	True	0.99964439868927	12					non-mobilizable	plasmid	1577.0	80.342	99.0	0.5610370903853079	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
AST0052_000000007723	2811	0.9994515308579516	3	3	2	3	1	True	130986	backbone	False	SPA0127_000000010391	0.10542178947288469	PS1132	0	0	True	True	0.9996442794799805	11					non-mobilizable	plasmid	1573.0	83.598	99.0	0.5610370903853079	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0839_000000007337	2558	0.9994513929687538	7	4	1	3	2	False	108157	fragment	False	ISR0839_000000007337	0.9713375796178344		0	0	False	False	0.9992181658744812	0					non-mobilizable	no_good_hit								True	False
CHI0063_000000004091	3111	0.9994513867730312	7	6	3	4	6	False	85480	fragment	False	CHI0063_000000004091	1.0		0	0	False	False	0.9996785521507263	0					non-mobilizable	plasmid	3111.0	99.936	100.0	0.06314592597104628	LT985287.1	enterobacteria	Escherichia coli strain RPC3 genome assembly, plasmid: RCS69_pI	False	True
SPA0069_000000005731	4238	0.9994507087257152	6	6	5	6	4	False	103704	fragment	False	SPA0069_000000005731	0.9960469268043866		0	0	False	False	0.9997640252113342	0					non-mobilizable	no_good_hit								True	False
SPA0146_000000000557	24695	0.9994506380796516	21	16	13	14	12	True	105108	maximal	True	SPA0146_000000000557	1.0	PS3	2	2	False	True	1.0	0		MOBQ		MOBQ	mobilizable	no_good_hit	4610.0	99.935	19.0	0.3671047391477499	LT727569.1	other sequences	Cloning vector pKT240, complete sequence	True	True
ENG0140_000000001591	8216	0.9994504831703316	12	10	4	7	10	True	57806	maximal	True	ENG0140_000000001591	1.0		1	1	False	False	1.0	0	IncN				non-mobilizable	plasmid	6490.0	96.90299999999999	100.0	0.1092772347549633	CP010378.1	enterobacteria	Enterobacter hormaechei subsp. hormaechei strain 34983 plasmid p34983-59.134kb, complete sequence	False	True
CHI0185_000000000649	20535	0.9994497341962292	24	15	5	11	10	True	90323	fragment	False	SPA0044_000000000751	0.8754485612401521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	98.473	1.0	0.026644804263168682	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	True
ISR0236_000000000229	20375	0.9994497341962292	22	15	5	11	10	True	90323	fragment	False	SPA0044_000000000751	0.8638580125280279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	0.0	0.0005813167500337975	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	True	True
SPA0058_000000000727	20336	0.9994497341962292	24	15	5	11	10	True	90323	fragment	False	SPA0044_000000000751	0.8739099003039641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	84.821	1.0	4.411990848759952e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0062_000000000982	20299	0.9994497341962292	24	15	5	11	10	True	90323	fragment	False	SPA0044_000000000751	0.8734352865722197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	84.821	1.0	4.411990848759952e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
CHI0045_000000000486	19666	0.9994497341962292	21	15	5	11	10	True	90323	fragment	False	SPA0044_000000000751	0.7784052421088936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	0.0	0.0005813167500337975	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	True	True
FIJ0086_000000007384	4135	0.9994491460132041	4	4	3	3	3	True	120501	backbone	False	FIJ0011_000000010251	0.9064164698277184	PS843	0	0	True	True	1.0	3	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4150.0	99.25299999999999	100.0	0.5069801616458487	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ISR0193_000000004533	5849	0.9994488555204352	7	2	2	2	1	False	29106	fragment	False	ISR0193_000000004533	1.0		0	0	False	False	0.9998290538787842	0					non-mobilizable	no_good_hit								True	False
ENG0049_000000005634	3526	0.9994488555204352	4	2	2	2	1	False	117201	fragment	False	ENG0049_000000005634	1.0		0	0	False	False	0.9948950409889221	0					non-mobilizable	no_good_hit								True	False
DEN0076_000000003023	2242	0.9994488295523192	5	3	1	2	3	False	70009	fragment	False	DEN0076_000000003023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000000040	53681	0.9994486030784636	65	21	12	19	15	True	90944	maximal	True	ISR0375_000000000040	1.0		1	1	False	False	0.9997392296791077	0					non-mobilizable	no_good_hit	1574.0	76.557	3.0	0.03427644699642771	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	True
SPA0130_000000003526	9201	0.9994473304313564	8	4	2	3	3	False	3818	fragment	False	SPA0130_000000003526	1.0		0	0	False	False	0.9997826218605042	0					non-mobilizable	no_good_hit	1450.0	88.69	22.0	0.05726731407105463	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MON0026_000000004995	5381	0.999447229942992	8	3	1	2	3	False	76653	fragment	False	MON0026_000000004995	1.0		0	0	False	False	0.9988849759101868	0					non-mobilizable	plasmid	3986.0	97.742	99.0	0.08913904616968422	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
FIJ0060_000000006514	2142	0.999447229942992	4	3	1	2	3	False	76650	fragment	False	FIJ0060_000000006514	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2148.0	89.479	100.0	0.08564121008672022	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MAD0111_000000002296	7272	0.9994445295962644	7	7	7	7	7	True	67184	maximal	True	MAD0111_000000002296	1.0		1	1	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	4655.0	99.678	99.0	0.023416587839877635	CP022731.1	enterobacteria	Escherichia coli strain SA186 plasmid pSA186_2, complete sequence	False	True
ISR0195_000000003424	6730	0.9994438146896544	8	8	3	4	7	True	125560	maximal	True	ISR0195_000000003424	0.9975770925110132	PS758|PS759|PS930	1	1	True	True	1.0	546	rep_cluster_1320,rep_cluster_1351	MOBQ,MOBQ			mobilizable	plasmid	2576.0	99.806	100.0	0.2556338727290777	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ISR0368_000000003574	3401	0.9994436983302712	6	4	2	4	2	False	44751	fragment	False	ISR0368_000000003574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000011205	2924	0.9994436983302712	5	4	2	4	2	False	44750	fragment	False	SPA0097_000000011205	1.0		0	0	False	False	0.9996579885482788	0					non-mobilizable	no_good_hit								True	False
ISR0161_000000002225	11522	0.9994436326918876	16	8	7	8	5	True	99221	backbone	False	ENG0181_000000001971	0.6863409128898558	PS555	0	0	True	True	0.9990453124046326	12	rep_cluster_78				non-mobilizable	plasmid	3875.0	96.155	94.0	0.3369640989891948	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
MON0022_000000002616	6787	0.9994434776909752	5	4	4	4	3	True	100523	maximal	True	MON0022_000000002616	1.0		3	1	False	False	0.9904228448867798	0					non-mobilizable	no_good_hit	311.0	85.852	5.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0090_000000004586	4787	0.9994430175567162	5	3	3	2	3	False	68779	fragment	False	DEN0090_000000004586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	85.10600000000001	2.0	0.0003162028458256124	NZ_FQXM01000004.1	firmicutes	Clostridium grantii DSM 8605, whole genome shotgun sequence	True	False
FIJ0039_000000005492	4470	0.999442894629653	4	3	3	3	3	False	96145	fragment	False	FIJ0039_000000005492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1953.0	78.546	44.0	0.000575258371388964	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0101_000000015361	1815	0.9994424637070688	4	3	3	3	3	False	42681	fragment	False	FIJ0101_000000015361	1.0		0	0	False	False	0.9922865033149719	0					non-mobilizable	no_good_hit	895.0	82.346	49.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
FIJ0119_000000010211	1702	0.9994424637070688	4	3	3	3	3	False	41570	fragment	False	FIJ0119_000000010211	1.0		0	0	False	False	0.9982373714447021	0					non-mobilizable	no_good_hit	895.0	82.346	52.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0296_000000010683	2438	0.9994423759019152	4	3	2	3	2	False	25679	fragment	False	ISR0296_000000010683	1.0		0	0	False	False	0.9995898008346558	0					non-mobilizable	no_good_hit	1428.0	98.179	59.0	0.00038066235249333843	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0151_000000003749	4598	0.9994422508931504	5	5	5	5	4	True	89289	maximal	True	FIJ0151_000000003749	1.0		4	1	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	4598.0	99.913	100.0	0.02618776347271277	CP039831.1	enterobacteria	Klebsiella pneumoniae strain C2315 plasmid pC2315-4-KPC, complete sequence	False	True
ISR0153_000000000571	31110	0.9994420766563884	35	33	5	10	33	True	80386	fragment	False	ISR0153_000000000571	1.0		0	0	False	False	0.9998393058776855	0			MPF_I		non-mobilizable	other	21673.0	94.712	98.0	0.14197709052261426	MK878517.1	enterobacteria	Escherichia coli 0638J contig 0638J-ColB-ColM genomic sequence	False	True
FIJ0068_000000003310	8283	0.9994419860824141	6	3	2	3	2	True	48764	maximal	True	FIJ0068_000000003310	1.0		2	1	False	False	0.9998793005943298	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.888376704175673e-05	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	True	True
MAD0093_000000023567	1373	0.9994407345817371	3	2	2	2	1	False	15653	fragment	False	MAD0093_000000023567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0008_000000000059	43304	0.9994406799864416	48	16	11	12	10	True	74867	maximal	True	TAN0008_000000000059	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	91.525	0.0	0.014814814814814815	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0165_000000000176	56584	0.999440665504487	53	26	12	20	10	True	132147	fragment	False	ISR0104_000000000158	0.8430611409459069		0	0	False	True	0.9999822974205017	0					non-mobilizable	no_good_hit	2809.0	97.65	8.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0099_000000012774	2432	0.9994400629718241	4	2	1	2	1	False	18553	fragment	False	MAD0099_000000012774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000001184	16931	0.9994397466617986	18	9	8	6	8	False	114006	maximal	True	AUS0002_000000001184	1.0		1	1	False	False	0.9942708611488342	0					non-mobilizable	no_good_hit	4191.0	76.306	24.0	0.0006804605482947403	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0181_000000000444	24512	0.9994394136437345	38	35	16	22	31	True	97459	maximal	False	ENG0158_000000000564	0.9894786260375666		0	0	True	True	0.9997960329055786	21		MOBC	MPF_T		conjugative	other	17083.0	99.959	100.0	0.2688227887944602	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
FIJ0063_000000000106	54652	0.9994391446872162	89	30	16	24	11	True	88781	maximal	True	FIJ0063_000000000106	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	8578.0	92.14299999999999	56.0	0.1517562825647751	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0048_000000001452	10864	0.999437839002666	12	7	5	6	3	True	105214	fragment	False	ISR0074_000000001553	0.4716993954284358		0	0	False	False	1.0	0					non-mobilizable	plasmid	8549.0	96.54899999999999	93.0	0.09315199860511747	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0017_000000001231	10177	0.9994378163949376	10	5	4	4	3	False	80730	fragment	False	SPA0017_000000001231	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3371.0	99.199	91.0	0.0013780925808320817	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
ENG0100_000000007864	3730	0.9994375894782735	5	2	2	2	1	True	60598	maximal	True	ENG0100_000000007864	1.0	PS240|PS241	1	1	True	True	1.0	56					non-mobilizable	no_good_hit	2344.0	99.445	89.0	0.7008086253369272	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
SPA0142_000000009098	3157	0.9994375894782735	3	2	2	2	1	True	56417	backbone	False	ISR0010_000000005158	0.9495504608407317	PS240|PS241	0	0	False	True	0.996515691280365	0					non-mobilizable	plasmid	1877.0	99.787	99.0	0.5618448637316562	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	False	True
ENG0161_000000007471	2903	0.9994375894782735	2	2	2	2	1	True	56416	backbone	True	ENG0161_000000007471	1.0	PS240	1	1	True	True	1.0	6					non-mobilizable	plasmid	985.0	98.376	99.0	0.29380053908355797	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	False	True
ISR0291_000000000217	27995	0.999437108482444	37	22	10	16	16	True	111060	maximal	True	ISR0291_000000000217	1.0		37	6	False	False	1.0	0					non-mobilizable	no_good_hit	15596.0	99.635	67.0	0.16979425482760124	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ENG0117_000000007434	3002	0.9994366363454388	2	2	2	2	2	False	59378	maximal	True	ENG0117_000000007434	1.0		0	0	False	False	0.9860092997550964	0					non-mobilizable	no_good_hit	1333.0	98.575	86.0	0.030099654260728085	CP021576.1	other sequences	Unidentified plasmid plasmid GM1-2_000192F, complete sequence	True	False
CHI0046_000000002329	5097	0.9994365280360722	4	4	4	4	4	False	98273	fragment	False	CHI0046_000000002329	1.0		0	0	False	False	0.9984304308891296	0					non-mobilizable	other	2899.0	99.897	99.0	0.04272256866127106	LR794377.1	enterobacteria	Salmonella Enteritidis	False	False
ENG0178_000000014042	1610	0.9994360448377024	3	1	1	1	1	False	55455	maximal	True	ENG0178_000000014042	1.0		0	0	False	False	0.9614906907081604	0					non-mobilizable	no_good_hit	744.0	97.984	46.0	0.0030486553911552067	NZ_SPGG01000007.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_7_length_243714_cov_37.5705, whole genome shotgun sequence	True	False
ISR0099_000000001623	12490	0.999435852864112	13	5	3	4	4	True	58671	backbone	False	ENG0128_000000001723	0.9417425331416707	PS255	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	71.0	85.915	1.0	0.0013781697905181918	NZ_FQXK01000039.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
USA0034_01_000000003544	14862	0.9994358136269887	10	8	7	7	6	False	119571	maximal	False	USA0069_01_000000003581	0.9892034233048058		0	0	False	False	0.9995290040969849	0					non-mobilizable	no_good_hit	1930.0	85.44	13.0	0.0038214110069328764	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
ENG0208_000000002841	8942	0.9994351001251276	10	6	4	6	3	False	53858	maximal	True	ENG0208_000000002841	1.0		1	1	False	False	1.0	0					non-mobilizable	other	8856.0	98.171	99.0	0.370929209103483	NZ_CABKPS010000012.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0098_000000013271	1779	0.9994348286673534	4	2	2	2	2	False	42858	maximal	True	FIJ0098_000000013271	1.0		0	0	False	False	0.9938167333602905	0					non-mobilizable	plasmid	857.0	100.0	90.0	0.001967250790002873	CP029431.1	enterobacteria	Klebsiella quasipneumoniae strain CAV2018 plasmid pKPC_CAV2018-435, complete sequence	False	True
ISR0277_000000001405	6301	0.9994343809173796	8	8	4	6	4	True	130276	maximal	True	ISR0277_000000001405	1.0	PS1056|PS1057|PS1090	1	1	False	True	0.996667206287384	0					non-mobilizable	no_good_hit	1512.0	88.624	72.0	0.5010013351134847	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0021_000000003904	12023	0.999433091319245	12	10	2	4	10	True	98075	fragment	False	MAD0102_000000000825	0.5784812714155684		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	11936.0	99.573	100.0	0.12234309795035322	CP044294.1	enterobacteria	Escherichia coli strain P276M plasmid p276M-CTX-M-55, complete sequence	False	True
FIJ0085_000000014682	2115	0.9994329497376888	3	1	1	1	1	False	43943	fragment	False	FIJ0085_000000014682	1.0		0	0	False	False	0.9976359605789185	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
FIJ0157_000000009642	1919	0.9994329497376888	3	1	1	1	1	False	39464	fragment	False	FIJ0157_000000009642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	2.9263271721568287e-06	LN590682.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG21, chromosome: 21	True	False
FIJ0068_000000000136	60370	0.9994307618489406	94	29	14	22	15	True	59019	maximal	True	FIJ0068_000000000136	1.0		2	1	True	True	1.0	23					non-mobilizable	no_good_hit	5850.0	92.12	53.0	0.10353383192145466	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0106_000000009987	3907	0.9994306046328696	7	5	3	2	2	False	122526	fragment	False	SPA0106_000000009987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2908.0	96.045	84.0	0.06501353982498936	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0145_000000001034	27533	0.9994302204842774	26	17	11	16	7	True	123318	backbone	True	ISR0145_000000001034	0.9923967784318449	PS889	24	7	True	True	1.0	28					non-mobilizable	no_good_hit	534.0	76.592	2.0	0.00016399162486962666	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0093_000000002540	4953	0.9994300479654166	3	3	3	3	3	False	98274	fragment	False	TAN0003_000000001073	0.9585847972755243		0	0	False	False	1.0	0					non-mobilizable	plasmid	4953.0	99.697	100.0	0.0825085807591056	MK941846.1	enterobacteria	Proteus mirabilis strain PM1157 plasmid pOXA-23, complete sequence	False	True
ENG0013_000000000713	21509	0.9994295543429244	23	16	10	8	13	True	132596	backbone	False	ISR0120_000000000296	0.382320754200374	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21509.0	99.926	100.0	0.6943440082644629	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0158_000000000273	21506	0.9994295543429244	23	16	10	8	13	True	132596	backbone	False	ISR0120_000000000296	0.3822162533116169	PS1169|PS902	0	0	False	True	0.9999535083770752	0		MOBB	MPF_T		conjugative	plasmid	21506.0	99.90700000000001	100.0	0.6940857438016529	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0774_000000000756	21475	0.9994295543429244	23	16	10	8	13	True	132596	backbone	False	ISR0120_000000000296	0.3803412269528275	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	21476.0	99.991	100.0	0.6920622643333656	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0039_000000003400	7794	0.9994294066979948	12	3	1	2	2	False	36571	maximal	True	ISR0039_000000003400	0.9994893399719137		3	2	True	True	0.998973548412323	15					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00023060896671278847	NZ_FNHP01000011.1	b-proteobacteria	Oryzisolibacter propanilivorax strain EPL6, whole genome shotgun sequence	True	True
AST0058_000000001655	9769	0.9994294066191796	11	5	4	5	3	False	113159	maximal	True	AST0058_000000001655	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	86.779	13.0	0.003278779498610334	LR135244.1	firmicutes	Enterococcus faecium isolate E6988 genome assembly, plasmid: 2	True	False
ISR0285_000000002136	5493	0.9994281050695698	9	4	3	3	3	True	103911	fragment	False	ISR0285_000000002136	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5493.0	100.0	100.0	0.059849178327012774	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
MAD0015_000000001303	9038	0.999427533862672	11	10	8	7	9	True	98102	fragment	False	MAD0015_000000001303	0.997117625413958		0	0	False	False	0.9998893737792969	0	IncFIB				non-mobilizable	plasmid	4456.0	97.352	98.0	0.06456852791878173	CP028195.1	enterobacteria	Escherichia coli strain CFSAN018748 plasmid pGMI14-004_1, complete sequence	False	True
ISR0139_000000001789	10531	0.9994275333771409	14	6	4	5	3	True	105214	fragment	False	ISR0074_000000001553	0.4886700741926731		0	0	False	False	0.9998100996017456	0					non-mobilizable	plasmid	10459.0	99.79	100.0	0.11395536375920841	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0056_000000001770	9130	0.9994275333771409	12	6	4	5	3	True	105214	fragment	False	ISR0074_000000001553	0.32332855433389573		0	0	False	False	0.9983570575714111	0					non-mobilizable	plasmid	9111.0	99.96700000000001	99.0	0.09926550717056798	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0079_000000010714	2561	0.9994273432677118	5	2	1	1	2	False	62585	fragment	False	ISR0079_000000010714	1.0		0	0	False	False	0.9972667098045349	0					non-mobilizable	plasmid	2372.0	93.17	92.0	0.09455301122966871	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
SPA0079_000000004253	5220	0.9994269238476702	4	4	3	4	3	True	119789	maximal	True	SPA0079_000000004253	1.0	PS824	0	0	False	True	1.0	0	IncW	MOBQ			mobilizable	no_good_hit	1710.0	99.35700000000001	62.0	0.4037325773682967	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	True	True
ENG0142_000000009245	3328	0.9994268254711338	6	4	1	3	4	False	95341	fragment	False	ENG0142_000000009245	1.0		0	0	False	False	0.9996995329856873	0					non-mobilizable	no_good_hit								True	False
AUS0014_000000007798	4050	0.9994260952157416	4	4	3	3	4	False	100922	fragment	False	AUS0014_000000007798	1.0		0	0	False	False	0.9997530579566956	0					non-mobilizable	no_good_hit	2312.0	98.09700000000001	80.0	0.4946489726027397	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
AST0111_000000003200	6100	0.9994253422500786	6	4	3	3	3	False	106851	fragment	False	AST0111_000000003200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	5.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
MAD0047_000000010385	3778	0.9994249223875342	6	5	3	5	5	False	17941	maximal	True	MAD0047_000000010385	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	3782.0	96.19200000000001	100.0	0.0007946397895940268	CP043487.1	enterobacteria	Escherichia coli strain AQ15 chromosome, complete genome	False	False
ISR0203_000000000617	25760	0.999423993553752	26	18	14	15	14	True	120197	maximal	False	ISR0048_000000000448	0.9906948676415771	PS720|PS841	0	0	True	True	0.999728262424469	10					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
CHI0049_000000000420	22687	0.999423978267844	23	22	13	17	19	True	98746	fragment	False	CHI0049_000000000420	1.0		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	22687.0	99.98700000000001	100.0	0.4757371136182527	MH121702.1	enterobacteria	Escherichia coli strain HP2 plasmid pHP2, complete sequence	False	True
ISR0008_000000004693	2597	0.9994236473307864	4	3	3	2	2	True	120796	fragment	False	ISR0008_000000004693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	91.02600000000001	51.0	0.00043030938074450025	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ENG0050_000000011670	2268	0.9994236473307864	4	3	3	2	2	True	120795	fragment	False	ENG0050_000000011670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	91.02600000000001	58.0	0.00043030938074450025	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ENG0112_000000000141	56118	0.9994229562796909	96	26	11	19	15	True	113001	maximal	True	ENG0112_000000000141	1.0		3	2	True	True	1.0	33					non-mobilizable	no_good_hit	5534.0	97.109	67.0	0.09800446602629993	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0148_000000013898	2701	0.9994226364793928	3	2	1	2	1	False	57309	maximal	True	ENG0148_000000013898	1.0		28	8	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	94.719	54.0	0.006037442120389589	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
SPA0005_000000009279	3176	0.9994217971856992	3	3	3	3	1	True	8327	maximal	True	SPA0005_000000009279	1.0		1	1	False	False	0.9959068298339844	0					non-mobilizable	no_good_hit	45.0	88.889	1.0	9.0084556640665e-06	CP014943.1	g-proteobacteria	Colwellia sp. PAMC 21821, complete genome	True	True
AST0150_000000004243	5840	0.9994216525005916	8	8	4	6	4	True	130284	maximal	True	AST0150_000000004243	1.0	PS1035|PS1090|PS1091	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1917.0	95.462	82.0	0.6381842456608812	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0222_000000011763	5025	0.9994214593755946	9	5	2	4	4	True	125361	fragment	False	FIJ0114_000000005988	0.6134942384560359		0	0	False	False	1.0	0					non-mobilizable	other	3786.0	98.389	99.0	0.0010802890208385897	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0003_000000011732	1547	0.9994214138837766	1	1	1	1	1	False	8376	maximal	True	SPA0003_000000011732	1.0		2	2	False	False	1.0	0					non-mobilizable	other	932.0	94.742	99.0	0.00018113358719420747	CP010157.1	enterobacteria	Escherichia coli strain D10, complete genome	False	False
FIJ0161_000000011754	1491	0.9994204926199226	2	2	2	2	2	False	40811	fragment	False	FIJ0161_000000011754	1.0		0	0	False	False	0.9993293285369873	0					non-mobilizable	no_good_hit								True	False
ENG0055_000000012374	1558	0.9994193977100342	3	2	2	2	1	False	63636	maximal	True	ENG0055_000000012374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	96.0	60.0	0.00015217858166717427	CP058191.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00012 chromosome, complete genome	True	False
AST0100_000000000440	27538	0.9994192385837706	26	16	11	16	6	True	123318	backbone	False	ISR0145_000000001034	0.9896907900209875	PS889	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	534.0	76.592	2.0	0.00016399162486962666	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0102_000000000299	40578	0.9994179014792683	37	28	12	21	17	True	68658	fragment	False	ENG0102_000000000299	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	15141.0	96.823	85.0	0.09137666356416733	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
MAD0050_000000000444	26674	0.9994169445513575	24	22	4	18	22	True	103529	fragment	False	MAD0050_000000000444	1.0		0	0	False	False	1.0	0		MOBF	MPF_F		conjugative	plasmid	10049.0	98.477	96.0	0.09004930524428507	CP056843.1	enterobacteria	Escherichia coli strain RHBSTW-00124 plasmid pRHBSTW-00124_2, complete sequence	False	True
SPA0002_000000003445	8280	0.9994165169954128	14	10	6	9	8	True	54173	maximal	True	SPA0002_000000003445	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	61.0	95.08200000000001	1.0	0.0013913781718705783	NZ_LT985759.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	True
ISR0032_000000025497	1323	0.999416164870548	4	2	2	1	1	True	36925	fragment	False	ISR0032_000000025497	1.0		0	0	False	False	0.9962207078933716	0					non-mobilizable	other	847.0	90.90899999999999	96.0	0.01899885467897325	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
MON0062_000000011546	3452	0.999415810480881	5	4	2	4	1	True	119471	fragment	False	MON0062_000000011546	1.0		0	0	False	False	0.9997103214263916	0					non-mobilizable	no_good_hit	832.0	84.375	29.0	0.0017376321781878022	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0081_000000006682	4746	0.9994156661738794	5	4	3	3	3	True	44281	maximal	True	FIJ0081_000000006682	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	87.324	29.0	0.20411117544875507	NZ_SMUS01000073.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00073, whole genome shotgun sequence	True	True
ENG0042_000000000425	34611	0.9994149671160092	35	31	7	13	30	True	113297	fragment	False	ENG0042_000000000425	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	33747.0	99.988	100.0	0.3069226781150232	CP048298.1	enterobacteria	Salmonella enterica subsp. enterica serovar Schwarzengrund strain WAPHL_SAL-A00527 plasmid pN1566-1, complete sequence	False	True
ENG0008_000000008700	2806	0.999414449017689	4	3	3	2	2	False	67460	fragment	False	ENG0008_000000008700	1.0		0	0	False	False	0.9996436238288879	0					non-mobilizable	no_good_hit								True	False
FIJ0092_000000007780	3905	0.999414133865612	5	5	4	5	4	False	43333	fragment	False	FIJ0092_000000007780	1.0		0	0	False	False	0.9997439384460449	0					non-mobilizable	no_good_hit	907.0	97.244	23.0	0.024888058676482708	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0146_000000004800	7754	0.9994138025114674	13	3	1	2	2	False	36571	maximal	False	ISR0039_000000003400	0.9994893399719137		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00023060896671278847	NZ_FNHP01000011.1	b-proteobacteria	Oryzisolibacter propanilivorax strain EPL6, whole genome shotgun sequence	True	True
MON0017_000000006569	2961	0.9994138025114674	5	3	1	2	2	False	13306	fragment	False	MON0017_000000006569	1.0		0	0	False	False	0.9743329882621765	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
FIJ0135_000000010513	2736	0.9994134249895672	3	3	1	3	1	True	108863	maximal	True	FIJ0135_000000010513	0.6806943412304679		1	1	True	True	0.9996345043182373	1					non-mobilizable	plasmid	2136.0	86.14200000000001	99.0	0.791072768192048	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
MON0104_000000004774	7312	0.9994131673745352	11	10	9	4	5	False	8830	maximal	True	MON0104_000000004774	1.0		1	1	False	False	0.995486855506897	0					non-mobilizable	no_good_hit	999.0	89.69	46.0	0.0004351399066546261	NZ_CP006712.1	high GC Gram+	Bifidobacterium breve JCM 7017, complete genome	True	False
SPA0052_000000000854	27475	0.9994130673190268	32	24	12	14	21	True	132596	backbone	False	ISR0120_000000000296	0.4650069927533331	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	27483.0	99.17399999999999	100.0	0.8862022210743802	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0093_000000010933	1575	0.999412620666658	2	2	1	1	2	False	109490	fragment	False	AST0093_000000010933	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1581.0	90.323	99.0	0.234575260804769	DQ295022.1	firmicutes	Streptococcus thermophilus plasmid pSMQ-316, complete sequence	False	True
FIJ0162_000000000219	63393	0.9994125869457166	62	26	19	21	10	True	44670	maximal	True	FIJ0162_000000000219	1.0		1	1	False	False	0.9999842047691345	0					non-mobilizable	no_good_hit	777.0	75.29	1.0	0.0006549292063001079	NZ_HE978531.1	firmicutes	Anaerococcus obesiensis ph10, whole genome shotgun sequence	True	True
MAD0102_000000000825	14902	0.9994116845070764	15	15	4	6	14	True	98075	fragment	False	MAD0102_000000000825	0.9853887104767516		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	14908.0	98.189	100.0	0.12844953891235025	CP055258.1	enterobacteria	Escherichia coli strain AH25 plasmid pAH25-2, complete sequence	False	True
ISR0361_000000002736	4202	0.9994109528173658	4	4	4	3	3	False	78907	fragment	False	ISR0817_000000002489	0.9134199134199134		0	0	False	False	0.997620165348053	0					non-mobilizable	no_good_hit	726.0	83.05799999999999	17.0	0.00021683572826387463	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0785_000000008988	3617	0.9994107386542208	8	5	2	5	3	False	22202	maximal	True	ISR0785_000000008988	1.0		1	1	False	False	0.9991706013679504	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.07356948228882834	KU697575.1	beetles	Psylliodes sp. BMNH 846644 voucher BMNH846644 16S ribosomal RNA gene, partial sequence; mitochondrial	True	False
MON0002_000000009392	2587	0.9994104987335892	4	3	2	3	2	False	80064	maximal	False	MON0038_000000010455	0.9560750974140985		0	0	False	False	0.9942017793655396	0					non-mobilizable	no_good_hit								True	False
CHI0114_000000003888	1908	0.9994103139732808	3	2	2	1	1	False	82299	fragment	False	CHI0114_000000003888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	90.95100000000001	56.0	0.04215798398864219	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	True	False
FIJ0092_000000004946	5696	0.9994098632331448	9	7	4	7	6	False	43878	maximal	False	MON0039_000000006895	0.973004499250125		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4629.0	99.78399999999999	99.0	0.7979310344827586	FN649416.1	enterobacteria	Escherichia coli ETEC H10407 p58 plasmid	False	True
ISR0267_000000000716	19034	0.999409840544916	21	17	8	9	15	True	132596	backbone	False	ISR0120_000000000296	0.34284091039132125	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19035.0	99.895	100.0	0.575977721273762	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0031_000000000759	18938	0.999409840544916	21	17	8	9	15	True	132596	backbone	False	ISR0120_000000000296	0.3428460762914144	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18938.0	99.947	100.0	0.5730415304516285	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CAN0011_000000002025	15687	0.9994097067540112	14	14	8	10	12	False	103541	maximal	True	CAN0011_000000002025	0.9960972488803583		1	1	False	False	0.9998725056648254	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	15698.0	99.229	100.0	0.15123337830025052	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	False	True
CHI0018_000000013244	1341	0.9994096922292629	2	2	2	2	2	False	89508	fragment	False	CHI0018_000000013244	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1341.0	96.04799999999999	100.0	0.040046691209481906	KM063576.1	firmicutes	Lactobacillus reuteri strain LU4 plasmid pLU4, complete sequence	False	True
DEN0052_000000005454	6113	0.999409657918514	6	5	4	4	4	True	72353	fragment	False	DEN0052_000000005454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00014776954904210563	NZ_WHOS01000002.1	a-proteobacteria	Azospirillum melinis strain TMCY0552 NODE_2_length_345133_cov_42.137969_1-345133, whole genome shotgun sequence	True	True
ISR0305_000000000659	15295	0.9994095635957589	20	9	7	7	7	True	99398	fragment	False	ISR0013_000000001072	0.9661120770769523		0	0	False	False	0.9990846514701843	0					non-mobilizable	no_good_hit	128.0	83.594	1.0	0.09477611940298507	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
USA0116_01_000000001116	20518	0.9994080062406993	26	21	7	9	20	True	132596	backbone	False	ISR0120_000000000296	0.33087684445199117	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20534.0	99.8	100.0	0.6211708439278363	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0050_000000007423	3322	0.9994075216992724	6	5	2	5	3	True	64154	maximal	True	ENG0050_000000007423	1.0		1	1	False	False	0.9960867166519165	0					non-mobilizable	no_good_hit	812.0	99.87700000000001	58.0	0.014161733633680828	MK798157.1	firmicutes	Enterococcus hirae strain fas4 plasmid pfas4-1, complete sequence	True	True
ENG0024_000000008705	3147	0.9994064950182232	3	3	3	3	3	False	77831	fragment	False	ENG0024_000000008705	1.0		0	0	False	False	0.995551347732544	0					non-mobilizable	no_good_hit	1589.0	78.666	50.0	0.006016537804807858	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0830_000000000551	19551	0.9994064568176008	22	16	9	9	13	True	132596	backbone	False	ISR0120_000000000296	0.3764833069724943	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19551.0	99.887	100.0	0.5915970456471727	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0010_000000003230	5647	0.999406146321236	7	7	5	6	7	False	51107	maximal	False	FIJ0151_000000002979	0.9956339504016766		0	0	True	True	0.9978749752044678	3		MOBP			mobilizable	no_good_hit	2682.0	94.556	70.0	0.28068705488060325	MH595534.1	enterobacteria	Klebsiella pneumoniae strain KPC45 plasmid pKPC45a, complete sequence	True	True
TAN0026_000000000122	7517	0.9994060031004184	7	4	4	4	3	False	2329	maximal	True	TAN0026_000000000122	1.0		1	1	False	False	0.9990687966346741	0					non-mobilizable	no_good_hit	254.0	87.402	3.0	0.0068950361233964235	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0123_000000002907	5812	0.9994059558439528	7	3	2	3	2	True	32127	maximal	True	ISR0123_000000002907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0032850711765421586	XM_022343783.1	bugs	PREDICTED: Nilaparvata lugens dystrophin-like (LOC111056420), mRNA	True	True
CAN0020_000000012273	3025	0.9994051693097415	5	4	2	2	4	False	132544	fragment	False	CHI0126_000000000854	0.02875381175542991		0	0	False	False	1.0	0					non-mobilizable	other	3025.0	99.669	100.0	0.08063354931605471	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ISR0203_000000014313	1270	0.9994031999884968	3	1	1	1	1	False	129094	fragment	False	ISR0203_000000014313	0.96685303514377		0	0	False	False	0.98740154504776	0					non-mobilizable	no_good_hit	951.0	86.85600000000001	74.0	0.02131195400750073	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MAD0029_000000000329	12595	0.9994031288722204	11	11	9	9	10	True	98105	fragment	False	MAD0079_000000000236	0.3158774443271502		0	0	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	4295.0	97.346	70.0	0.019417212191403403	CP031548.1	enterobacteria	Escherichia coli strain cq9 plasmid unnamed2, complete sequence	True	True
ENG0065_000000002363	10743	0.9994019242539824	9	6	6	4	5	True	105099	fragment	False	ENG0065_000000002363	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	1.0	0.006329113924050633	NZ_WNCH01000058.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold58_size13114, whole genome shotgun sequence	True	True
ENG0041_000000010572	2402	0.9994016624101348	5	3	2	3	2	False	67724	fragment	False	ENG0041_000000010572	1.0		0	0	False	False	0.9954204559326172	0					non-mobilizable	no_good_hit	326.0	73.006	13.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
FIJ0031_000000000603	21486	0.9994013899685203	27	25	13	16	23	True	98740	fragment	False	FIJ0031_000000000603	1.0		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	21486.0	99.96700000000001	100.0	0.4163404519204682	EU370913.1	enterobacteria	Escherichia coli plasmid pOLA52, complete sequence	False	True
SPA0130_000000019054	1739	0.9994003077111154	2	2	2	1	1	False	25246	fragment	False	SPA0130_000000019054	1.0		0	0	False	False	0.9936745166778564	0					non-mobilizable	no_good_hit	53.0	86.792	3.0	0.001167778301780862	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0042_000000012814	1888	0.9994001273676248	4	2	1	2	1	False	47295	fragment	False	FIJ0042_000000012814	1.0		0	0	False	False	0.9952330589294434	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
ENG0031_000000009541	2211	0.9993999419176104	4	1	1	1	1	False	96415	fragment	False	ENG0047_000000008065	0.8072200447720528		0	0	False	False	1.0	0					non-mobilizable	other	2173.0	100.0	98.0	0.021674916174357337	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0776_000000011122	2200	0.9993999419176104	4	1	1	1	1	False	96415	fragment	False	ENG0047_000000008065	0.3178843226788432		0	0	False	False	1.0	0					non-mobilizable	other	2145.0	100.0	98.0	0.021395497365479802	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0075_01_000000011478	2163	0.9993999419176104	4	1	1	1	1	False	96415	fragment	False	ENG0047_000000008065	0.8021234257065842		0	0	False	False	1.0	0					non-mobilizable	other	2164.0	99.954	100.0	0.021585102985789556	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0044_01_000000013271	2150	0.9993999419176104	4	1	1	1	1	False	96415	fragment	False	ENG0047_000000008065	0.7992093980777946		0	0	False	False	1.0	0					non-mobilizable	other	2150.0	100.0	100.0	0.02144539358135079	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0031_000000017543	1847	0.9993999419176104	4	1	1	1	1	False	96402	fragment	False	SPA0031_000000017543	0.9900037733943018		0	0	False	False	0.9994586110115051	0					non-mobilizable	other	1847.0	100.0	100.0	0.018421682899568897	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0842_000000013924	1642	0.9993999419176104	3	1	1	1	1	False	96401	fragment	False	ISR0842_000000013924	0.9720382599644871		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	99.02600000000001	100.0	0.016375938048858375	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
DEN0031_000000023424	1477	0.9993999419176104	2	1	1	1	1	False	96401	fragment	False	ISR0842_000000013924	0.9336373035811795		0	0	False	False	0.9851049184799194	0					non-mobilizable	other	1481.0	96.759	100.0	0.014749321411464155	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CAN0003_000000038122	1281	0.9993999419176104	3	1	1	1	1	False	96400	fragment	False	CAN0003_000000038122	0.9994571118349619		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	100.0	100.0	0.012773431262973017	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0780_000000010280	1228	0.9993999419176104	3	1	1	1	1	False	96400	fragment	False	CAN0003_000000038122	0.9851140467483077		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	99.837	100.0	0.01224453137474054	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0010_000000006634	1161	0.9993999419176104	3	1	1	1	1	False	96400	fragment	False	CAN0003_000000038122	0.9500447533100921		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	100.0	100.0	0.011575922082069296	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0124_000000004110	6791	0.999399810664068	4	4	3	4	4	True	90293	fragment	False	FIJ0021_000000007680	0.9501183144478331		0	0	False	False	0.99985271692276	0	IncFIB				non-mobilizable	chromosome	6791.0	99.971	100.0	0.0012150781354294952	CP039819.1	enterobacteria	Klebsiella pneumoniae strain C2414 chromosome, complete genome	False	True
FIJ0021_000000007680	6434	0.999399810664068	4	4	3	4	4	True	90293	fragment	False	FIJ0021_000000007680	0.962012809164726		0	0	False	False	0.9995337128639221	0	IncFIB				non-mobilizable	plasmid	6445.0	97.84299999999999	100.0	0.04230976723377939	CP029598.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain ATCC 700603 plasmid pDA33145-152, complete sequence	False	True
FIJ0001_000000003297	5889	0.999399810664068	6	4	3	4	4	True	90293	fragment	False	FIJ0021_000000007680	0.826396492282582		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	5899.0	98.47399999999999	100.0	0.046762389848151356	CP043515.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 plasmid unnamed4, complete sequence	False	True
MON0001_000000005442	5682	0.999399810664068	4	4	3	4	4	True	90293	fragment	False	FIJ0021_000000007680	0.40859795163318674		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	5607.0	100.0	99.0	0.025857575771552975	CP054304.1	enterobacteria	Klebsiella pneumoniae strain MS14393 plasmid pMS14393A, complete sequence	False	True
CAN0002_000000004790	3604	0.9993993131363198	7	1	1	1	1	False	96966	fragment	False	CAN0002_000000004790	1.0		0	0	False	False	0.9911209940910339	0					non-mobilizable	no_good_hit	178.0	97.191	5.0	4.41612769835439e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CAN0011_000000015798	1915	0.9993993131363198	3	1	1	1	1	False	94463	fragment	False	CAN0011_000000015798	1.0		0	0	False	False	0.9942559003829956	0					non-mobilizable	no_good_hit								True	False
MAD0089_000000012529	2027	0.9993990351677212	3	1	1	1	1	False	114860	fragment	False	MAD0089_000000012529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000021535	1464	0.9993990351677212	2	1	1	1	1	False	114859	fragment	False	MAD0099_000000021535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0393_000000001400	10113	0.9993990030830904	11	6	4	6	4	False	103467	fragment	False	ISR0393_000000001400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4806.0	93.90299999999999	68.0	0.19134396355353075	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MON0037_000000007408	6587	0.9993975859046332	6	4	4	4	4	False	69051	fragment	False	MON0037_000000007408	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6574.0	99.985	99.0	0.02774459607194263	CP052259.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-1, complete sequence	False	True
SPA0044_000000000751	23025	0.9993975638363556	26	16	6	12	11	True	90323	fragment	False	SPA0044_000000000751	0.9756816901176273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	84.821	0.0	4.411990848759952e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0136_000000001136	22422	0.9993975638363556	26	16	6	12	11	True	90323	fragment	False	SPA0044_000000000751	0.9746720234637857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	84.821	0.0	4.411990848759952e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
MON0013_000000033762	1644	0.9993975345249856	2	2	2	2	2	False	13509	fragment	False	MON0013_000000033762	1.0		0	0	False	False	0.9750608205795288	0					non-mobilizable	no_good_hit								True	False
MAD0011_000000001159	9393	0.9993963671297216	11	6	2	4	4	False	97846	maximal	True	MAD0011_000000001159	1.0		5	2	False	False	0.9998935461044312	0					non-mobilizable	no_good_hit	208.0	78.846	2.0	0.0017345151162992385	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
CHI0176_000000001725	5966	0.9993962441744018	7	7	4	7	7	False	77723	maximal	True	CHI0176_000000001725	1.0		3	3	True	True	1.0	107		MOBP			mobilizable	plasmid	4720.0	99.936	100.0	0.7988826815642458	CP056438.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00510 plasmid pRHBSTW-00510_7, complete sequence	False	True
MON0076_000000020843	2283	0.9993962074977624	3	3	2	2	3	True	10291	fragment	False	MON0076_000000020843	1.0		0	0	False	False	0.9947437644004822	0				MOBQ	mobilizable	other	1242.0	99.51700000000001	100.0	0.1812600497003362	LK985401.1	enterobacteria	Escherichia coli genome assembly FHI100, scaffold scaffold-4	False	True
ISR0190_000000009512	2420	0.9993955509384114	2	1	1	1	1	False	29194	fragment	False	ISR0190_000000009512	0.9784263959390862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	94.884	48.0	0.006037442120389589	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0831_000000007516	2364	0.9993955509384114	2	1	1	1	1	False	29194	fragment	False	ISR0190_000000009512	0.9673553719008264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	95.184	48.0	0.007035366437809357	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
SPA0023_000000017027	1645	0.9993955509384114	2	1	1	1	1	False	96402	fragment	False	SPA0031_000000017543	0.6478983382209189		0	0	False	False	0.9744681119918823	0					non-mobilizable	other	1619.0	99.691	98.0	0.01614641545585183	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0105_000000017204	1408	0.9993955509384114	1	1	1	1	1	False	4777	fragment	False	SPA0105_000000017204	1.0		0	0	False	False	0.9957386255264282	0					non-mobilizable	no_good_hit	606.0	94.884	56.0	0.0012852184977838492	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
FIJ0144_000000004979	6278	0.9993953035654641	5	4	4	4	3	False	98288	maximal	True	FIJ0144_000000004979	1.0		0	0	False	False	1.0	0	rep_cluster_2406				non-mobilizable	no_good_hit	4964.0	99.94	84.0	0.08254058009579564	CP035195.1	enterobacteria	Klebsiella pneumoniae strain LH102-A plasmid pLH102-A, complete sequence	True	True
SPA0158_000000018176	1247	0.9993944790976804	3	2	2	2	2	False	3125	fragment	False	SPA0158_000000018176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
BAN0019_000000000010	25572	0.9993938439380324	30	29	7	12	25	True	97904	maximal	True	BAN0019_000000000010	1.0		1	1	False	False	0.9999608993530273	0					non-mobilizable	plasmid	14144.0	99.75299999999999	96.0	0.18542264878259843	CP050499.1	enterobacteria	Escherichia coli strain RM13322 plasmid pRM13322, complete sequence	False	True
ENG0096_000000005851	5410	0.9993920178325728	6	6	4	5	6	False	60881	maximal	True	ENG0096_000000005851	1.0		1	1	True	True	1.0	5	Col(Ye4449)	MOBP			mobilizable	no_good_hit	3605.0	93.814	70.0	0.506402138736457	LN854314.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1815	True	True
SPA0120_000000003364	11960	0.9993919770068064	13	5	5	5	4	False	73557	fragment	False	SPA0120_000000003364	1.0		0	0	False	False	0.9999163746833801	0					non-mobilizable	no_good_hit	860.0	74.767	7.0	0.002012330268959331	NZ_QRCT01000049.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.49, whole genome shotgun sequence	True	False
ISR0087_000000001901	9725	0.9993919770068064	10	5	5	5	4	False	73556	fragment	False	ISR0087_000000001901	1.0		0	0	False	False	0.9942416548728943	0					non-mobilizable	no_good_hit	860.0	74.767	9.0	0.002012330268959331	NZ_QRCT01000049.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.49, whole genome shotgun sequence	True	False
SPA0002_000000007088	3276	0.9993909993766852	5	3	2	3	1	True	8414	maximal	True	SPA0002_000000007088	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
MAD0090_000000010791	1271	0.9993905350467832	2	1	1	1	1	False	17382	fragment	False	MAD0090_000000010791	0.9947376023631356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0050_000000019060	1267	0.9993905350467832	2	1	1	1	1	False	17382	fragment	False	MAD0090_000000010791	0.9889574556729643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000012365	1264	0.9993905350467832	2	1	1	1	1	False	17382	fragment	False	MAD0090_000000010791	0.9921139639636842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0162_000000000903	19206	0.9993895800512976	21	14	9	7	12	True	132596	backbone	False	ISR0120_000000000296	0.3303340764993936	PS1169|PS902	0	0	False	True	0.9986982941627502	0		MOBB	MPF_T		conjugative	plasmid	19207.0	99.93799999999999	100.0	0.6189371233362339	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
FIJ0014_000000008212	2913	0.9993887909012192	3	2	1	2	1	True	62285	maximal	False	ISR0200_000000006997	0.7712728033348858		0	0	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
ENG0185_000000013381	1447	0.9993886759874541	2	1	1	1	1	False	55044	fragment	False	ENG0185_000000013381	1.0		0	0	False	False	0.9979267716407776	0					non-mobilizable	no_good_hit	772.0	97.28	83.0	0.0003152846824396246	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
AST0031_000000018947	1341	0.9993885553663294	2	2	2	2	1	False	117190	fragment	False	AST0031_000000018947	1.0		0	0	False	False	0.9716629385948181	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000000519	31332	0.9993880731799518	34	17	11	17	8	True	122568	fragment	False	ISR0785_000000000519	1.0		0	0	False	False	0.9997766017913818	0					non-mobilizable	no_good_hit	7673.0	97.589	84.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0219_000000000367	41038	0.9993877081147056	44	22	12	19	11	False	71917	maximal	True	ISR0219_000000000367	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	72.454	1.0	0.01954562178072112	NZ_VBSP01000040.1	firmicutes	Facklamia tabacinasalis strain FAM 24227 scaffold_0040, whole genome shotgun sequence	True	False
ISR0186_000000004412	5269	0.9993872902719376	9	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.547806749540742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	91.15	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0043_000000003235	6107	0.9993872866397993	7	5	3	5	3	False	62578	fragment	False	MON0043_000000003235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2349.0	93.699	62.0	0.10163166116993577	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
AST0005_000000004907	5947	0.999386655500097	11	7	4	5	6	False	128702	fragment	False	AST0005_000000004907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4463.0	94.085	85.0	0.19332581149106057	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
MAD0067_000000006117	1657	0.9993863060288292	4	3	1	2	3	False	16503	fragment	False	MAD0067_000000006117	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1594.0	97.804	100.0	0.00032983497070618225	CP056278.1	enterobacteria	Escherichia coli strain RHBSTW-00863 chromosome, complete genome	False	False
ISR0209_000000014589	1970	0.9993855109406437	3	2	2	2	1	True	120100	maximal	False	ISR0847_000000014707	0.9778252960416995		0	0	True	True	0.9994924068450928	6					non-mobilizable	plasmid	1120.0	100.0	100.0	0.5895679662802951	HG796443.1	bacteria	Uncultured bacterium plasmid pRGI01240	False	True
SPA0103_000000004874	3192	0.9993853232244396	3	2	2	2	2	True	22733	fragment	False	SPA0103_000000004874	0.9912476129853596		0	0	False	False	1.0	0					non-mobilizable	other	3192.0	95.99	100.0	0.053896060012164626	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	True
FIJ0105_000000010919	2807	0.9993825235213244	5	3	1	2	3	False	57930	fragment	False	ENG0153_000000010116	0.973326537546721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	71.182	12.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
SPA0149_000000030301	1333	0.9993811504269212	3	2	2	1	1	False	3282	fragment	False	SPA0149_000000030301	1.0		0	0	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit	501.0	80.639	37.0	0.018375278270384484	NZ_FNAM01000062.1	firmicutes	Sporomusa acidovorans strain Mol, whole genome shotgun sequence	True	False
SPA0044_000000004998	5061	0.9993806830179476	6	5	5	5	5	False	100904	maximal	True	SPA0044_000000004998	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	86.65100000000001	34.0	0.013963263892803363	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ISR0331_000000006628	3314	0.9993804447598824	8	6	5	4	5	False	125223	fragment	False	ISR0331_000000006628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	83.456	25.0	0.016596066875396484	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
SPA0127_000000011723	2505	0.9993802748253928	4	2	1	2	1	True	112613	fragment	False	ISR0212_000000013809	0.9591554853985793		0	0	False	False	0.9972056150436401	0					non-mobilizable	no_good_hit	868.0	80.876	34.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0011_000000000958	29869	0.9993801333485453	38	36	5	27	36	True	113255	fragment	False	SPA0004_000000000667	0.9132190943777683		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	20379.0	98.07600000000001	99.0	0.1369668501594907	AP022045.1	enterobacteria	Escherichia coli plasmid pWP4-S17-ESBL-03_1 DNA, complete genome, strain: WP4-S17-ESBL-03	False	True
ENG0208_000000011706	2638	0.9993794472371236	5	3	1	2	3	False	53843	fragment	False	ENG0208_000000011706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1994.0	91.42399999999999	75.0	0.07948687207768852	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0087_000000001732	10425	0.9993789673874068	10	8	3	8	3	True	129157	fragment	False	ISR0087_000000001732	1.0		0	0	False	False	0.999808132648468	0					non-mobilizable	no_good_hit	985.0	85.99	18.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0113_000000012865	1978	0.9993784812140426	4	1	1	1	1	False	41949	fragment	False	FIJ0113_000000012865	1.0		0	0	False	False	0.9848331809043884	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
MON0026_000000043009	1241	0.9993784812140426	3	1	1	1	1	False	15377	fragment	False	MON0026_000000043009	1.0		0	0	False	False	0.998388409614563	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
ENG0138_000000008355	2349	0.9993780920798576	4	2	1	2	2	False	57929	fragment	False	ENG0138_000000008355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	70.845	14.0	0.00011349506885816552	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0152_000000000983	22738	0.9993774269625484	27	27	15	19	26	True	98741	fragment	False	ISR0152_000000000983	0.9932722264866574		0	0	False	False	0.9999560117721558	0		MOBP	MPF_T		conjugative	plasmid	16620.0	98.219	90.0	0.4906681652814339	CU928149.1	enterobacteria	Escherichia coli str. UMN026 plasmid p2ESCUM, complete genome	False	True
ENG0153_000000010116	2943	0.9993774053571076	5	3	1	2	3	False	57930	fragment	False	ENG0153_000000010116	0.9962593516209477		0	0	False	False	0.9962623119354248	0					non-mobilizable	no_good_hit	347.0	70.893	12.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0296_000000003088	7182	0.9993772484185154	9	9	4	4	8	True	127265	maximal	True	ISR0296_000000003088	1.0	PS319|PS5|PS757|PS758|PS996	0	0	True	True	1.0	37	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3494.0	99.8	73.0	0.34657003871736325	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	True	True
FIJ0035_000000001989	5912	0.9993767156122598	7	6	5	6	3	True	52074	fragment	False	FIJ0035_000000001989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	99.083	2.0	0.00026333563345630457	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0052_000000008500	3434	0.999376705569934	5	3	3	2	3	True	120799	fragment	False	SPA0052_000000008500	1.0		0	0	False	False	0.9994176030158997	0					non-mobilizable	no_good_hit	2552.0	87.931	74.0	0.0009447683591322535	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
FIJ0166_000000001417	17903	0.999376585653021	22	11	6	8	7	False	47329	maximal	True	FIJ0166_000000001417	1.0		1	1	False	False	0.9999441504478455	0					non-mobilizable	no_good_hit	101.0	98.02	1.0	3.363442371152128e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MAD0088_000000004522	4348	0.9993749205409056	6	6	6	6	6	False	85785	maximal	True	MAD0088_000000004522	1.0		0	0	False	False	0.9926403164863586	0					non-mobilizable	plasmid	2003.0	100.0	100.0	0.018424273658442313	CP053788.1	enterobacteria	Escherichia coli isolate J31 plasmid pJ31, complete sequence	False	True
ISR0247_000000005253	2529	0.9993743384471674	5	3	3	3	2	False	85342	fragment	False	ISR0247_000000005253	0.9918580375782882		0	0	False	False	0.9988137483596802	0					non-mobilizable	no_good_hit	326.0	73.006	13.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
FIJ0061_000000021809	1311	0.9993716446641068	2	2	2	1	1	False	45780	fragment	False	FIJ0061_000000021809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0104_000000025805	1460	0.999371458774268	2	2	2	2	2	False	4818	fragment	False	SPA0104_000000025805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	89.943	31.0	9.299020038718225e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0181_000000002998	7603	0.9993698409820508	8	8	8	8	7	False	98042	maximal	True	ENG0181_000000002998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3939.0	99.975	64.0	0.0008488237927593908	CP046716.1	enterobacteria	Escherichia coli strain T16R chromosome, complete genome	True	False
FIJ0012_000000002392	8572	0.9993683147591156	11	10	6	8	10	False	50843	maximal	True	FIJ0012_000000002392	1.0		1	1	False	False	0.9996500015258789	0					non-mobilizable	plasmid	8572.0	99.988	100.0	0.11652188099025246	CP042952.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_1, complete sequence	False	True
AST0053_000000001919	6704	0.9993670553888824	9	9	5	5	8	True	127282	maximal	False	ISR0150_000000003178	0.9990387459331559	PS757|PS758|PS996	0	0	True	True	1.0	143	rep_cluster_1152,rep_cluster_1320	MOBQ,MOBQ			mobilizable	no_good_hit	3474.0	99.79899999999999	73.0	0.7092619096299325	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
ISR0224_000000011795	2530	0.9993664897796818	4	2	2	2	1	True	105401	fragment	False	ISR0224_000000011795	0.9411557535801673		0	0	False	False	0.9980236887931824	0					non-mobilizable	no_good_hit	866.0	76.559	44.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0395_000000012264	3142	0.9993653441528542	5	2	2	2	2	True	22733	fragment	False	SPA0103_000000004874	0.9835526315789473		0	0	False	False	0.997135579586029	0					non-mobilizable	other	3128.0	95.844	99.0	0.05281475974859769	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	True
ISR0105_000000003755	4159	0.9993646325821512	6	2	2	2	1	False	117200	fragment	False	ISR0203_000000003882	0.9557308788078018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0044_000000004881	7320	0.9993637944769508	14	6	2	4	4	False	122527	fragment	False	MON0044_000000004881	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2925.0	97.573	93.0	0.06539399771725264	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
ENG0106_000000004923	4197	0.9993634614799964	6	6	3	5	5	True	60098	maximal	True	ENG0106_000000004923	1.0		1	1	False	False	0.9985703825950623	0					non-mobilizable	no_good_hit	1758.0	80.66	55.0	0.03815013640763883	CP014928.1	firmicutes	Lactobacillus paracollinoides strain TMW 1.1995 plasmid pL11995-4, complete sequence	True	True
ISR0356_000000011956	1700	0.9993632125641444	2	2	2	1	1	False	23907	maximal	True	ISR0356_000000011956	1.0		1	1	False	False	0.9911764860153198	0					non-mobilizable	no_good_hit	241.0	95.021	14.0	0.0015017090580074395	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0126_000000016882	2490	0.999362979803898	4	2	2	1	1	False	3982	fragment	False	SPA0126_000000016882	1.0		0	0	False	False	0.9915662407875061	0					non-mobilizable	no_good_hit	1672.0	96.411	67.0	0.000987467845245883	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0049_000000007977	2539	0.9993625931899888	5	4	3	3	1	True	100279	maximal	True	SPA0049_000000007977	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	99.85	64.0	0.00021308673464475808	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0173_000000001345	5423	0.9993622372598471	5	2	2	2	2	False	36500	fragment	False	ISR0173_000000001345	1.0		0	0	False	False	0.9900423884391785	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	2.203127543541348e-05	NC_013921.1	firmicutes	Thermoanaerobacter italicus Ab9, complete sequence	True	False
ISR0247_000000002044	5450	0.9993619175004506	7	3	2	3	2	True	33133	fragment	False	ISR0247_000000002044	1.0		0	0	False	False	0.9917431473731995	0					non-mobilizable	no_good_hit	138.0	99.275	3.0	3.30634359426096e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
SPA0029_000000001795	10623	0.9993617419442968	12	11	9	9	10	True	95857	fragment	False	SPA0029_000000001795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4647.0	96.772	44.0	0.01050486223112959	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	True	True
MON0039_000000006895	6001	0.9993616427758591	7	6	4	6	6	False	43878	maximal	True	MON0039_000000006895	0.9976304101835608		1	1	True	True	1.0	48		MOBP			mobilizable	plasmid	5388.0	99.814	97.0	0.9287931034482758	FN649416.1	enterobacteria	Escherichia coli ETEC H10407 p58 plasmid	False	True
FIJ0129_000000004150	5068	0.9993614088988146	9	8	4	4	6	True	132236	fragment	False	FIJ0129_000000004150	1.0		0	0	False	True	1.0	0					non-mobilizable	other	3986.0	94.807	95.0	0.960221793635487	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
MON0028_000000005324	4396	0.9993614088988146	10	8	4	4	6	True	132228	backbone	False	CHI0133_000000003968	0.9902460422370708	PS1143|PS1146|PS778	0	0	True	True	1.0	9	rep_cluster_1019				non-mobilizable	plasmid	3909.0	99.898	100.0	0.9052363299351252	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
ITA0004_000000000257	4237	0.9993614088988146	9	8	4	4	6	True	132209	backbone	False	ENG0141_000000006400	0.9558815403174058	PS1143|PS778	0	0	True	True	1.0	89					non-mobilizable	plasmid	3602.0	99.944	100.0	0.8701957940536621	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0062_000000005329	4562	0.9993599834591474	8	3	2	3	1	False	122557	fragment	False	ENG0062_000000005329	1.0		0	0	False	False	0.9982463717460632	0					non-mobilizable	no_good_hit	1985.0	96.22200000000001	71.0	0.04435691426269499	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ENG0184_000000007156	3175	0.9993588258434056	6	1	1	1	1	False	73401	fragment	False	ENG0184_000000007156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2694.0	94.581	87.0	0.05975426896134996	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0016_000000010587	3093	0.9993588258434056	4	1	1	1	1	False	69808	fragment	False	SPA0009_000000011364	0.5668748188877213		0	0	False	False	0.9996767044067383	0					non-mobilizable	no_good_hit	1636.0	91.137	55.0	0.036076360136964844	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0038_000000009992	3041	0.9993588258434056	3	1	1	1	1	False	69808	fragment	False	SPA0009_000000011364	0.39418040737148397		0	0	False	False	0.9963827729225159	0					non-mobilizable	no_good_hit	1623.0	91.066	55.0	0.035830181500794485	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0023_000000026896	1239	0.9993588258434056	2	1	1	1	1	False	37489	fragment	False	ISR0023_000000026896	1.0		0	0	False	False	0.9927361011505127	0					non-mobilizable	plasmid	1236.0	92.557	99.0	0.027236309110847526	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
ENG0101_000000010240	3090	0.9993568430761032	3	3	3	3	3	False	77829	fragment	False	ENG0101_000000010240	1.0		0	0	False	False	0.9896439909934998	0					non-mobilizable	no_good_hit	1282.0	84.165	41.0	0.00036161854409577095	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0195_000000008767	2773	0.9993568430761032	3	3	3	3	3	False	77828	fragment	False	USA0062_01_000000007912	0.9360915492957746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	80.185	42.0	0.004508566275924256	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
AST0090_000000012489	1828	0.9993562878451724	2	2	2	2	2	False	109885	maximal	True	AST0090_000000012489	1.0		1	1	False	False	0.9945295453071594	0					non-mobilizable	no_good_hit	181.0	77.90100000000001	10.0	8.177750849022456e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ENG0094_000000014559	1230	0.9993561327906896	2	2	2	2	2	False	61016	fragment	False	ENG0094_000000014559	1.0		0	0	False	False	0.997560977935791	0					non-mobilizable	plasmid	651.0	99.23200000000001	100.0	0.005409970399852836	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ISR0202_000000001288	8105	0.999355761515922	8	8	3	7	5	False	103088	maximal	True	ISR0202_000000001288	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	95.745	1.0	0.00013199653365624658	NZ_JAAGWY010000005.1	high GC Gram+	Diaminobutyricibacter tongyongensis strain NBRC 108724 Scaffold5, whole genome shotgun sequence	True	False
ISR0269_000000011642	1645	0.9993552952283044	2	2	2	1	1	False	37289	fragment	False	ISR0026_000000012949	0.9676588437321122		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	86.93799999999999	53.0	0.010391942060738847	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
FIJ0066_000000000645	29867	0.9993547055286796	38	34	5	13	33	True	49703	maximal	True	FIJ0066_000000000645	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	29884.0	99.501	100.0	0.062332189387380436	MK181633.1	enterobacteria	Klebsiella pneumoniae plasmid unnamed, complete sequence	False	True
CHI0075_000000000198	28428	0.999354607211718	40	23	8	16	17	True	90331	fragment	False	CHI0075_000000000198	1.0		0	0	False	False	0.9998944997787476	0					non-mobilizable	no_good_hit	506.0	74.308	2.0	9.706473121680034e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
CAN0017_000000005231	7241	0.9993537935343628	5	5	5	5	4	True	106678	fragment	False	CHI0117_000000002072	0.9432110045124175		0	0	False	False	0.9980665445327759	0					non-mobilizable	other	7245.0	98.91	100.0	0.6589048571948335	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0116_01_000000002229	12012	0.9993522465839051	17	13	7	7	12	True	123628	fragment	False	USA0108_01_000000001009	0.6311084217239837		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	12042.0	98.381	100.0	0.38713416401043177	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0054_000000000421	25756	0.999351977508136	27	18	14	15	14	True	120197	maximal	False	ISR0048_000000000448	0.9906369612580318	PS720|PS841	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
SPA0055_000000000703	25720	0.999351977508136	27	18	14	15	14	True	120197	maximal	False	ISR0048_000000000448	0.9906353274863157	PS720|PS841	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ETH0001_000000029900	1238	0.9993519201429348	2	1	1	1	1	False	53418	fragment	False	ETH0001_000000029900	1.0		0	0	False	False	0.986268162727356	0					non-mobilizable	plasmid	1245.0	86.586	100.0	0.04899492466930424	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
CAN0004_000000000891	19113	0.9993515778542856	22	16	9	8	13	True	132596	backbone	False	ISR0120_000000000296	0.36871146422356277	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19113.0	99.927	100.0	0.6169938016528925	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0389_000000000706	19071	0.9993515778542856	22	16	9	8	13	True	132596	backbone	False	ISR0120_000000000296	0.3650678843926584	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19071.0	99.93700000000001	100.0	0.6156379132231405	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0836_000000008943	2244	0.9993513207459178	3	3	2	3	2	False	102588	fragment	False	ISR0836_000000008943	1.0		0	0	False	False	0.9977718591690063	0					non-mobilizable	no_good_hit								True	False
MON0033_000000006738	9791	0.9993511467417218	10	10	7	7	9	True	98231	fragment	False	MON0033_000000006738	1.0		0	0	False	False	0.9979572892189026	0					non-mobilizable	plasmid	9791.0	100.0	100.0	0.2069592423473702	MH507589.1	enterobacteria	Escherichia coli strain 2013-01-2422 plasmid pNVI2422, complete sequence	False	True
ENG0210_000000009023	2608	0.9993506175200284	5	3	1	2	3	False	76652	fragment	False	ENG0210_000000009023	1.0		0	0	False	False	0.9861963391304016	0					non-mobilizable	plasmid	2605.0	99.194	99.0	0.10402429764616553	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0047_000000007992	2342	0.9993506175200284	4	3	1	2	3	False	76651	fragment	False	ENG0047_000000007992	1.0		0	0	False	False	0.9995729923248291	0					non-mobilizable	plasmid	2342.0	99.402	100.0	0.0935139671502218	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0162_000000012891	1902	0.9993506175200284	5	3	1	2	3	False	56356	fragment	False	ENG0162_000000012891	1.0		0	0	False	False	0.9994742274284363	0					non-mobilizable	plasmid	1633.0	99.081	99.0	0.06518003436838109	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0060_000000000440	37096	0.999350093281704	40	27	19	21	14	True	105278	fragment	False	ENG0060_000000000440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	88.67	3.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
ENG0082_000000010024	2032	0.9993500707878288	3	2	2	2	1	True	112611	fragment	False	ENG0082_000000010024	1.0		0	0	False	False	0.9881889820098877	0					non-mobilizable	no_good_hit	613.0	80.098	30.0	0.0012692451650541468	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0137_000000002695	4691	0.9993498775551732	7	7	2	3	7	True	80547	maximal	True	CHI0137_000000002695	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	4691.0	99.979	100.0	0.029876417378009938	CP054287.1	enterobacteria	Klebsiella pneumoniae strain IDR1800050501-01-02 plasmid p3K157, complete sequence	False	True
MAD0111_000000006373	2684	0.9993486892121999	5	3	3	3	1	True	105401	fragment	False	ISR0224_000000011795	0.9258559310471033		0	0	False	False	0.9869597554206848	0					non-mobilizable	no_good_hit	360.0	87.5	19.0	0.0007464918021817635	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0012_000000006096	4378	0.9993484281139436	3	3	3	3	3	False	35831	fragment	False	MAD0012_000000006096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	74.781	21.0	0.0009428914433644536	NZ_LSRS01000003.1	firmicutes	Sporotomaculum syntrophicum strain FB SPSYN_contig000003, whole genome shotgun sequence	True	False
ISR0375_000000012501	1812	0.9993482150146016	4	2	1	2	1	False	23378	maximal	True	ISR0375_000000012501	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	99.12299999999999	19.0	0.00034816275230313234	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
SPA0139_000000021979	1290	0.9993469091549384	3	3	3	2	2	False	3506	maximal	True	SPA0139_000000021979	1.0		2	1	False	False	0.9759690165519714	0					non-mobilizable	plasmid	1268.0	100.0	98.0	0.009685285551572043	CP033799.1	enterobacteria	Enterobacter roggenkampii strain FDAARGOS_523 plasmid unnamed3, complete sequence	False	True
ISR0093_000000005363	4271	0.9993468922501798	4	3	2	3	2	True	33534	fragment	False	ISR0093_000000005363	1.0		0	0	False	False	0.9934441447257996	0					non-mobilizable	no_good_hit								True	True
ENG0181_000000010296	1982	0.9993464552677372	4	2	1	1	2	False	99881	maximal	True	ENG0181_000000010296	1.0		0	0	False	False	0.99798184633255	0					non-mobilizable	no_good_hit								True	False
MON0022_000000006127	3973	0.9993463648288784	4	2	1	2	1	False	62577	fragment	False	MON0022_000000006127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1525.0	86.03299999999999	48.0	0.06014466690644607	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ENG0099_000000002488	7717	0.9993441179940517	11	5	4	5	4	True	111604	maximal	True	ENG0099_000000002488	0.9500420833263761		2	2	True	True	1.0	33					non-mobilizable	plasmid	6710.0	97.46600000000001	100.0	0.8799370161396142	LN852829.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0139	False	True
ISR0051_000000016873	2297	0.9993441132873924	3	3	2	3	1	False	35848	maximal	True	ISR0051_000000016873	1.0		3	1	False	False	0.9908576607704163	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	9.0084556640665e-06	CP014943.1	g-proteobacteria	Colwellia sp. PAMC 21821, complete genome	True	False
ENG0047_000000002938	5080	0.999342380819346	9	6	4	4	4	False	64373	maximal	True	ENG0047_000000002938	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0153_000000000926	22804	0.9993423417627788	20	13	8	11	6	False	129656	fragment	False	ISR0153_000000000926	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3184.0	97.86399999999999	20.0	0.015183978087734954	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0031_000000008559	3396	0.9993421085200144	4	4	1	4	2	True	117494	backbone	True	AST0031_000000008559	1.0	PS790	1	1	True	True	1.0	24	Inc11	MOBV			mobilizable	plasmid	2035.0	97.24799999999999	99.0	0.48370211753509396	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
MON0102_000000006085	6910	0.9993401024677064	12	12	9	11	10	False	35763	fragment	False	MON0102_000000006085	1.0		0	0	False	False	0.995369017124176	0					non-mobilizable	no_good_hit	5269.0	100.0	76.0	0.009420904106355354	NZ_VOSQ01000004.1	enterobacteria	Citrobacter cronae strain Tue2-1 NODE_4_length_559182_cov_86.198469, whole genome shotgun sequence	True	False
FIJ0015_000000002515	11343	0.9993400857432398	16	10	6	9	6	False	50402	maximal	True	FIJ0015_000000002515	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000022172	1206	0.9993400595590212	2	2	1	2	1	False	70674	fragment	False	DEN0069_000000022172	1.0		0	0	False	False	0.9975124597549438	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000000960	17490	0.9993395518676524	23	6	5	6	5	True	27837	maximal	True	ISR0223_000000000960	1.0		1	1	False	False	0.9993710517883301	0					non-mobilizable	no_good_hit	289.0	81.315	2.0	0.00420385748331039	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0158_000000001997	6650	0.9993389808798366	13	8	5	5	6	False	123888	fragment	False	SPA0082_000000000937	0.03299375179244099		0	0	False	False	0.9995488524436951	0					non-mobilizable	other	6345.0	99.984	95.0	0.06330831869711001	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0135_000000002655	8846	0.9993386357843016	8	7	6	7	7	False	103705	fragment	False	SPA0135_000000002655	0.987712692409854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	81.35600000000001	28.0	0.00017867673752055093	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
MON0023_000000008711	2367	0.999337857830204	3	3	3	2	1	False	13263	maximal	True	MON0023_000000008711	1.0		1	1	False	False	0.9898605942726135	0					non-mobilizable	no_good_hit	267.0	98.50200000000001	11.0	0.013918685573753337	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0076_000000003387	7158	0.9993377726020456	8	8	2	8	7	True	34598	maximal	True	ISR0076_000000003387	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4172.0	100.0	87.0	0.0007414467864832349	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
ENG0177_000000000409	28872	0.9993374840979784	35	27	20	24	19	True	123932	backbone	False	ENG0103_000000000448	0.5151849320987789	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	28890.0	99.9	100.0	0.28829035605939646	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0054_000000001944	11353	0.999336914174196	13	6	4	4	5	True	86666	maximal	True	FIJ0054_000000001944	1.0	PS312|PS438	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2533.0	94.552	39.0	0.22906091370558376	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
MAD0088_000000023753	1137	0.99933588201467	2	1	1	1	1	False	15861	maximal	True	MAD0088_000000023753	1.0		1	1	False	False	0.9991204738616943	0					non-mobilizable	no_good_hit	47.0	100.0	4.0	0.00037634276644658794	NZ_LT699737.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
FIJ0079_000000000453	35902	0.9993358062109704	36	34	8	16	34	True	80388	fragment	False	FIJ0079_000000000453	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	other	9294.0	96.514	97.0	0.06096728904517602	MK878517.1	enterobacteria	Escherichia coli 0638J contig 0638J-ColB-ColM genomic sequence	False	True
SPA0133_000000004149	5599	0.9993356934908186	7	4	4	3	3	False	126075	maximal	True	SPA0133_000000004149	0.9879168227800674		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1628.0	82.125	42.0	0.026822754832966627	NZ_VULP01000018.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq18, whole genome shotgun sequence	True	False
AST0026_000000017656	1501	0.9993354211168152	4	1	1	1	1	False	119229	fragment	False	AST0026_000000017656	1.0		0	0	False	False	0.9993337988853455	0					non-mobilizable	no_good_hit								True	False
MON0106_000000006110	5939	0.9993347171522236	7	4	3	4	3	True	101594	fragment	False	MON0106_000000006110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	98.021	38.0	0.0004849643705906722	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0091_000000000099	17869	0.9993346725983338	20	9	4	5	5	True	83734	fragment	False	CHI0091_000000000099	1.0		0	0	False	False	0.9987688064575195	0					non-mobilizable	no_good_hit	74.0	94.595	0.0	0.00014659860690601604	NZ_CABIXL010000001.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	True
ENG0184_000000000957	20330	0.9993342577555232	25	14	9	11	11	True	55127	maximal	True	ENG0184_000000000957	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	92.65700000000001	2.0	0.00013164288472517584	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ISR0173_000000000470	13269	0.9993342442153474	15	7	3	6	4	True	128740	maximal	True	ISR0173_000000000470	1.0	PS1048|PS709|PS850	1	1	True	True	0.9975883364677429	1					non-mobilizable	no_good_hit	669.0	86.54700000000001	7.0	0.14672239331280246	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
USA0102_01_000000004166	3398	0.99933411950692	5	2	1	2	1	False	94464	fragment	False	USA0102_01_000000004166	1.0		0	0	False	False	0.9952913522720337	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000007725	4992	0.9993340843043916	7	4	1	4	1	True	130983	maximal	True	DEN0011_000000007725	1.0	PS1130|PS504|PS980	1	1	True	True	1.0	90					non-mobilizable	no_good_hit	1039.0	84.986	42.0	0.30486358244365364	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
MAD0014_000000002615	8948	0.9993340491133827	9	9	8	9	9	False	98281	fragment	False	MAD0014_000000002615	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8870.0	99.944	100.0	0.06026282173239475	CP021289.1	enterobacteria	Escherichia coli strain PA45B plasmid pPA45B, complete sequence	False	True
SPA0048_000000009866	2014	0.9993319489663048	5	5	5	3	3	False	6630	fragment	False	SPA0048_000000009866	1.0		0	0	False	False	0.9945382475852966	0					non-mobilizable	other	885.0	98.757	99.0	0.0002523052825419586	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0323_000000006331	3039	0.9993311049680179	2	2	2	2	1	True	24991	fragment	False	ISR0323_000000006331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000007641	3681	0.999330150124422	10	4	1	3	2	False	108167	fragment	False	ISR0074_000000007641	1.0		0	0	False	False	0.9989133477210999	0					non-mobilizable	no_good_hit	75.0	98.667	2.0	0.0006178973121466921	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0135_01_000000006007	2512	0.999330150124422	7	4	1	3	2	False	108157	fragment	False	ISR0839_000000007337	0.9628616106333072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000001492	12669	0.9993294670946852	17	12	8	9	8	False	122554	maximal	True	ENG0132_000000001492	1.0		0	0	False	False	0.9994474649429321	0					non-mobilizable	no_good_hit	4363.0	97.318	68.0	0.09755387955150728	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0108_000000000884	14262	0.999329117172347	21	19	8	9	18	True	98732	fragment	False	MAD0108_000000000884	0.9820516562089596		0	0	False	False	1.0	0		MOBP	MPF_T	MOBP	conjugative	plasmid	12519.0	99.04899999999999	100.0	0.29341584042378643	CP034075.1	enterobacteria	Salmonella enterica subsp. diarizonae strain 16-SA00356 plasmid pSE16-SA00356, complete sequence	False	True
ISR0056_000000000280	28071	0.9993287547056052	33	32	5	25	31	True	113254	fragment	False	ISR0056_000000000280	0.9984393664984008		0	0	False	False	1.0	0			MPF_F	MOBP	mobilizable	plasmid	28071.0	99.99600000000001	100.0	0.33718122740213097	CP049186.1	enterobacteria	Shigella sonnei strain 19.0821.3486 plasmid p19-0821-3486, complete sequence	False	True
DEN0063_000000011477	3819	0.9993274070409294	6	2	2	2	2	False	71563	maximal	True	DEN0063_000000011477	1.0		0	0	False	False	0.994239330291748	0					non-mobilizable	no_good_hit	1223.0	98.61	32.0	0.0002330052065795179	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
AST0010_000000001563	13396	0.9993271146665196	18	10	8	8	9	True	126555	maximal	True	AST0010_000000001563	1.0		0	0	False	False	0.9994028210639954	0					non-mobilizable	no_good_hit	1832.0	80.622	14.0	0.004911419521345163	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
SPA0046_000000008413	3367	0.9993265913695654	8	4	3	3	4	False	6966	fragment	False	SPA0106_000000010698	0.9453701174542475		0	0	False	False	0.9979209899902344	0					non-mobilizable	no_good_hit	558.0	87.09700000000001	17.0	0.013820311143091084	NC_015165.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA01, complete sequence	True	False
ISR0041_000000006751	2074	0.9993262401404008	4	2	2	2	2	False	36417	fragment	False	ISR0041_000000006751	1.0		0	0	False	False	0.9985535144805908	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.881764405744897e-06	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
ISR0277_000000002573	3344	0.9993257519391804	6	4	2	2	2	False	122524	fragment	False	ISR0277_000000002573	1.0		0	0	False	False	0.9961124658584595	0					non-mobilizable	plasmid	2966.0	97.64	99.0	0.06631157263388761	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
ENG0164_000000001959	8689	0.9993256497550066	13	9	6	7	5	True	125436	maximal	True	ENG0164_000000001959	1.0		3	2	True	True	1.0	127					non-mobilizable	no_good_hit	1038.0	81.503	22.0	0.11326245103525462	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0388_000000020803	1690	0.999325450989142	2	2	2	2	1	False	22933	maximal	True	ISR0388_000000020803	1.0		3	3	False	False	0.9674556255340576	0					non-mobilizable	no_good_hit	861.0	99.884	52.0	0.0001639830960122934	CP016828.1	enterobacteria	Escherichia coli strain FORC_043, complete genome	True	False
MON0025_000000019336	2044	0.9993254146873188	5	3	1	2	2	False	12819	maximal	True	MON0025_000000019336	1.0		1	1	False	False	0.9995107650756836	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000013830	2413	0.9993252720604276	6	3	3	2	2	False	91605	fragment	False	ISR0002_000000007749	0.9205570172203235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000000631	25791	0.9993251100928962	24	10	9	9	7	True	74864	fragment	False	ISR0083_000000000631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	0.0	2.8413193348772282e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	True
ISR0077_000000000226	43507	0.9993250018029448	43	22	16	15	12	True	109045	maximal	False	DEN0082_000000000251	0.7100277364439413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	88.095	1.0	7.98241681337547e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
CHI0063_000000000820	12841	0.9993244421861636	13	12	2	4	12	True	98075	fragment	False	MAD0102_000000000825	0.7738446844951238		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	12777.0	99.93700000000001	100.0	0.08779307880487068	CP029181.1	enterobacteria	Escherichia coli strain H9Ecoli plasmid p1-H9, complete sequence	False	True
FIJ0011_000000010251	4161	0.9993244372408574	4	4	3	3	4	True	120501	backbone	True	FIJ0011_000000010251	0.9124037086452954	PS843	35	9	True	True	1.0	5	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4161.0	99.976	100.0	0.5094293411707078	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
FIJ0093_000000005700	3714	0.9993241208848584	5	4	2	4	1	True	124722	fragment	False	FIJ0093_000000005700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	87.428	23.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0084_000000001838	7118	0.999323437332162	14	8	5	5	6	False	123888	fragment	False	SPA0082_000000000937	0.048551283765723645		0	0	False	False	0.9998595118522644	0					non-mobilizable	other	6702.0	100.0	94.0	0.06687090851029857	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0129_000000012196	2012	0.9993222204041976	4	3	2	3	2	False	81235	maximal	True	CHI0129_000000012196	1.0		1	1	False	False	0.9840954542160034	0					non-mobilizable	no_good_hit	387.0	92.765	19.0	0.00013116238072633378	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0052_000000001858	15969	0.999321267637873	16	12	10	12	9	True	112626	fragment	False	SPA0052_000000001858	1.0		0	0	False	False	0.9997495412826538	0					non-mobilizable	no_good_hit	2272.0	76.673	14.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0108_000000015579	1507	0.999320848655864	2	1	1	1	1	False	42209	fragment	False	FIJ0108_000000015579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	95.48899999999999	45.0	0.01010285436065973	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
SPA0048_000000003381	6300	0.9993201100669912	5	5	5	5	3	True	106678	fragment	False	CHI0117_000000002072	0.8588678858489026		0	0	False	False	0.9998412728309631	0					non-mobilizable	other	6312.0	91.825	100.0	0.571584500636711	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
MON0001_000000007895	4171	0.9993187090921613	4	4	3	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.8955817618759012	PS843	0	0	True	True	1.0	1511	rep_cluster_1778	MOBQ		MOBQ,MOBQ,MOBQ	mobilizable	plasmid	4173.0	99.257	100.0	0.9841943854682709	LT795116.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate VNB151-sc-2315230 genome assembly, plasmid: p2	False	True
FIJ0115_000000016054	1467	0.999318666041407	2	2	1	2	1	False	41715	fragment	False	FIJ0115_000000016054	1.0		0	0	False	False	0.9979550242424011	0					non-mobilizable	plasmid	901.0	95.339	94.0	0.005989579863285674	CP034322.1	enterobacteria	Klebsiella pneumoniae strain 33 plasmid pK033_1, complete sequence	False	True
ISR0220_000000007852	1201	0.9993184232800834	2	2	2	2	1	False	27977	fragment	False	ISR0220_000000007852	1.0		0	0	False	False	0.9991673827171326	0					non-mobilizable	chromosome	1201.0	99.001	100.0	0.00022984208316605937	CP025401.1	enterobacteria	Escherichia coli strain MS8345 chromosome, complete genome	False	False
ISR0377_000000003600	3557	0.9993182113908412	6	3	3	3	1	True	130289	maximal	True	ISR0377_000000003600	1.0		0	0	False	False	0.9971886277198792	0					non-mobilizable	no_good_hit	866.0	76.559	35.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0112_000000004870	5170	0.9993176045084896	7	3	1	2	2	False	42051	maximal	True	FIJ0112_000000004870	1.0		3	1	True	True	1.0	5					non-mobilizable	no_good_hit	1595.0	95.98700000000001	49.0	0.2768400904819906	AP022186.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP7-S17-ESBL-08_3 DNA, complete genome, strain: WP7-S17-ESBL-08	True	True
ISR0047_000000004049	6470	0.9993172372884958	9	8	3	3	7	True	127270	fragment	False	ISR0047_000000004049	1.0		0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4333.0	99.585	87.0	0.6143262411347518	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
FIJ0128_000000000499	29191	0.9993167530453791	31	21	13	19	14	True	127242	maximal	True	FIJ0128_000000000499	1.0	PS989|PS990	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	5119.0	94.96	45.0	0.20305319106422093	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0078_000000006027	3004	0.9993165139159924	4	4	4	4	4	False	92065	maximal	True	ISR0078_000000006027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	95.198	44.0	0.0003948217218804717	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ENG0165_000000006591	2860	0.9993153554072988	4	3	2	3	1	True	119470	fragment	False	AST0026_000000010389	0.9567425569176883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	91.566	9.0	0.000345017219495773	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0026_000000010389	2855	0.9993153554072988	4	3	2	3	1	True	119470	fragment	False	AST0026_000000010389	0.9582167832167832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	88.485	9.0	0.0003387441791413044	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0112_000000017731	1993	0.9993145495172244	3	2	2	2	1	False	41657	fragment	False	ISR0112_000000017731	1.0		0	0	False	False	0.9939789175987244	0					non-mobilizable	no_good_hit	80.0	100.0	5.0	0.00019262513928748205	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0277_000000000096	50802	0.9993144645689084	85	29	12	21	15	True	52613	maximal	True	ISR0277_000000000096	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6750.0	87.911	50.0	0.11882819976606529	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0091_000000003906	3672	0.9993140313237304	5	4	3	3	4	False	5345	maximal	True	SPA0091_000000003906	1.0		1	1	False	False	0.9975489974021912	0					non-mobilizable	no_good_hit	1288.0	89.829	86.0	0.000504833971599853	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	True	False
ISR0220_000000001452	7746	0.9993138960983141	8	3	3	2	2	True	98821	fragment	False	ISR0220_000000001452	1.0		0	0	False	True	0.999741792678833	0					non-mobilizable	no_good_hit								True	True
SPA0067_000000010620	2009	0.9993136564514395	4	2	1	2	2	False	6034	maximal	True	SPA0067_000000010620	1.0		1	1	False	False	0.9970134496688843	0					non-mobilizable	no_good_hit	156.0	100.0	8.0	0.0001552953717971582	NZ_QVHZ01000002.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf2, whole genome shotgun sequence	True	False
ISR0825_000000019752	1221	0.9993136098368902	2	1	1	1	1	False	21114	fragment	False	ISR0825_000000019752	1.0		0	0	False	False	0.9983620047569275	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000031323	1948	0.999311678452108	3	2	2	2	2	False	72395	fragment	False	USA0069_01_000000031323	1.0		0	0	False	False	0.9969199299812317	0					non-mobilizable	no_good_hit	162.0	100.0	8.0	0.0008015613020143584	NZ_JAAIQH010000003.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_3_length_200858_cov_199.505, whole genome shotgun sequence	True	False
ISR0816_000000008668	4971	0.9993116463901248	6	4	3	4	3	False	126456	fragment	False	ISR0816_000000008668	1.0		0	0	False	False	0.9863206744194031	0					non-mobilizable	no_good_hit	60.0	83.333	1.0	0.0005660666999270829	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
CHI0018_000000004850	3430	0.999311092927632	4	3	3	3	2	False	89583	maximal	True	CHI0018_000000004850	1.0		1	1	False	False	0.9979591965675354	0					non-mobilizable	no_good_hit	137.0	78.102	4.0	0.001326893994829016	NZ_FOPP01000014.1	CFB group bacteria	Pedobacter insulae strain DSM 18684, whole genome shotgun sequence	True	False
ISR0169_000000019082	1669	0.999310805100824	3	2	1	1	2	False	62583	fragment	False	ISR0169_000000019082	1.0		0	0	False	False	0.9916117191314697	0					non-mobilizable	plasmid	1663.0	83.824	99.0	0.06561962994045478	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0093_000000004293	5091	0.999309999739534	6	5	4	5	2	True	52073	fragment	False	ISR0093_000000004293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	98.165	2.0	0.00026333563345630457	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0015_000000004734	4953	0.9993098517276366	7	5	3	2	5	False	37989	fragment	False	ISR0015_000000004734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2517.0	74.811	52.0	0.06532188164841227	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
USA0062_01_000000005204	4861	0.9993097472734972	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.42667832773054737		0	0	False	False	1.0	0					non-mobilizable	other	4861.0	99.609	100.0	0.44205930507549573	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0360_000000001069	18142	0.9993095087819092	15	8	5	7	5	False	71230	fragment	False	ISR0360_000000001069	1.0		0	0	False	False	0.9998897314071655	0					non-mobilizable	no_good_hit	68.0	86.765	0.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
USA0063_01_000000008127	2499	0.9993093649926936	2	2	1	2	1	False	123306	fragment	False	USA0063_01_000000008127	0.9750419463087248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0106_000000002674	6987	0.9993088097247276	9	8	6	8	7	False	123302	maximal	True	AST0106_000000002674	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1063.0	94.92	36.0	0.0002346335481745134	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
ETH0001_000000003739	5837	0.9993087193736472	9	6	5	4	3	True	100587	fragment	False	MAD0105_000000004261	0.7655948376898262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	9.119479207587407e-05	NZ_VRKO01000014.1	enterobacteria	Erwinia rhapontici strain H1 Contig_4, whole genome shotgun sequence	True	True
ENG0013_000000001460	12665	0.9993075127635916	20	12	8	12	6	True	132467	maximal	True	ENG0013_000000001460	1.0	PS1163	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1101.0	77.929	8.0	0.004131275156582536	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
TAN0002_000000000025	122071	0.9993071344541921	115	39	23	35	17	True	71595	backbone	True	TAN0002_000000000025	1.0	PS335	3	1	True	True	0.9999754428863525	1					non-mobilizable	no_good_hit	1036.0	88.9	1.0	0.0030697704797332803	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	True
ISR0266_000000018243	1185	0.9993067294523794	2	2	1	2	1	False	26556	maximal	True	ISR0266_000000018243	1.0		0	0	False	False	0.9670885801315308	0					non-mobilizable	no_good_hit	186.0	73.656	16.0	0.00313522589045555	HG530136.1	firmicutes	Clostridium tetani 12124569, plasmid p12124569, complete sequence	True	False
USA0001_01_000000002902	5208	0.9993063136358408	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.5875019656057054		0	0	False	False	1.0	0					non-mobilizable	other	5211.0	99.213	100.0	0.4738948517373113	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
FIJ0044_000000009040	2428	0.999306070602438	3	2	2	2	2	False	47129	maximal	True	FIJ0044_000000009040	1.0		1	1	False	False	0.999588131904602	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000000652	28900	0.9993055155012012	36	28	20	24	20	True	123932	backbone	False	ENG0103_000000000448	0.5154574296543386	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	28912.0	99.917	100.0	0.2884899409228804	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0065_000000000389	28873	0.9993055155012012	35	28	20	24	20	True	123932	backbone	False	ENG0103_000000000448	0.5152647856982224	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	28884.0	99.92399999999999	100.0	0.2882205013571771	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0006_000000008661	5195	0.9993052423538794	5	3	3	3	3	False	95762	fragment	False	CAN0006_000000008661	1.0		0	0	False	False	0.9998075366020203	0					non-mobilizable	no_good_hit	809.0	72.435	15.0	0.00029175324273100094	FP929056.1	bacteria	Fretibacterium fastidiosum draft genome	True	False
SPA0137_000000003425	10036	0.9993049503212708	15	8	5	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4752795651495966		0	0	False	False	1.0	0					non-mobilizable	other	10036.0	99.99	100.0	0.1001417052530736	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0185_000000001267	12594	0.9993047443974491	19	16	6	7	15	True	109290	maximal	True	CHI0185_000000001267	1.0	PS472|PS473|PS686	2	1	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	5447.0	98.86200000000001	62.0	0.4930712797753827	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0109_000000003458	7358	0.9993046717981052	8	6	4	4	4	True	32764	maximal	True	ISR0109_000000003458	1.0		3	2	False	False	0.9970100522041321	0					non-mobilizable	no_good_hit	3869.0	83.17399999999999	52.0	0.013879395321729996	NZ_CABPSG010000007.1	b-proteobacteria	Pandoraea soli strain LMG 31014, whole genome shotgun sequence	True	True
MON0037_000000002528	12380	0.9993043113314082	9	6	3	6	3	True	13262	maximal	True	MON0037_000000002528	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	1.0	0.1264957264957265	NZ_CCEZ01000057.1	firmicutes	Anaerosalibacter massiliensis, whole genome shotgun sequence	True	True
DEN0045_000000000624	26829	0.9993038316764704	29	16	11	16	7	True	72990	maximal	True	DEN0045_000000000624	1.0		1	1	False	False	0.9999627470970154	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.03592814371257485	GQ877630.1		Uncultured organism clone VC1AO45TR genomic sequence	True	True
DEN0078_000000002268	9560	0.9993035967640852	19	6	3	4	4	False	69853	maximal	True	DEN0078_000000002268	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	84.96799999999999	26.0	0.021745294722291142	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0011_000000002361	8989	0.9993035671829108	11	4	3	4	1	True	100291	maximal	True	ENG0011_000000002361	1.0	PS114|PS115|PS310|PS313|PS571	1	1	True	True	1.0	93					non-mobilizable	no_good_hit	282.0	83.333	7.0	0.04212759509016518	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ENG0063_000000009896	3205	0.9993031078645888	4	2	0	2	1	True	118736	maximal	True	ENG0063_000000009896	1.0	PS145|PS809	1	1	True	True	1.0	5	rep_cluster_1867				non-mobilizable	no_good_hit	1167.0	99.572	36.0	0.41961067051189616	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
SPA0026_000000002543	8431	0.9993025172950644	11	6	4	5	1	False	107032	fragment	False	SPA0026_000000002543	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8371.0	100.0	100.0	0.0835262653680345	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0048_000000012278	2190	0.999301382655966	4	1	1	1	1	False	96415	fragment	False	ENG0047_000000008065	0.7740248446410006		0	0	False	False	1.0	0					non-mobilizable	other	2191.0	99.178	100.0	0.021854542551492894	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
FIJ0141_000000011329	2565	0.9993004887061736	4	3	1	3	2	False	40291	fragment	False	FIJ0141_000000011329	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2420.0	90.124	99.0	0.00048229827143738704	CP053731.1	enterobacteria	Escherichia coli strain CP55_Sichuan chromosome, complete genome	False	False
AST0153_000000004304	6544	0.9993004789872671	10	7	3	3	5	True	130673	backbone	True	AST0153_000000004304	1.0	PS1043|PS1115|PS1117|PS122|PS757|PS758|PS827|PS996	0	0	True	True	1.0	48	rep_cluster_1143,rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3510.0	99.516	95.0	0.4975886524822695	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0210_000000008830	2175	0.9993004430462468	3	3	2	2	3	True	120312	maximal	False	CHI0009_000000003776	0.9398817403681444	PS529	0	0	True	True	1.0	71					non-mobilizable	plasmid	1835.0	99.564	100.0	0.8833172613307618	CP053387.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-3, complete sequence	False	True
ISR0135_000000008851	2171	0.9993004430462468	3	3	2	2	3	True	120312	maximal	False	CHI0009_000000003776	0.9408320076240537	PS529	0	0	True	True	1.0	246					non-mobilizable	plasmid	1833.0	99.454	100.0	0.8833172613307618	CP053387.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-3, complete sequence	False	True
ISR0094_000000002199	10591	0.9992989634815952	10	7	6	5	4	True	105098	fragment	False	ISR0094_000000002199	1.0		0	0	False	True	0.9998111724853516	0					non-mobilizable	no_good_hit	642.0	89.09700000000001	9.0	0.0003723804153744949	CP011224.1	g-proteobacteria	[Haemophilus] ducreyi strain HD183 chromosome	True	True
ISR0225_000000004423	3474	0.9992976990110451	5	4	0	3	4	False	105951	maximal	False	BAN0019_000000000888	0.9934458123104769		0	0	True	True	0.9997121691703796	55		MOBP		MOBP	mobilizable	plasmid	3479.0	99.454	100.0	0.5639402791301525	CP021100.1	enterobacteria	Escherichia coli strain 13P477T plasmid p13P477T-10, complete sequence	False	True
FIJ0099_000000009940	2243	0.9992976669112644	3	3	0	3	3	False	103831	fragment	False	FIJ0099_000000009940	0.9816078529481279		0	0	False	False	0.9942041635513306	0		MOBP,MOBP			mobilizable	plasmid	2243.0	98.70700000000001	100.0	0.17387932371645726	CP028323.1	enterobacteria	Escherichia coli O18:H1 strain CFSAN067215 plasmid p0.1229_3, complete sequence	False	True
DEN0065_000000026936	1276	0.99929759185302	2	1	1	1	1	False	71051	maximal	True	DEN0065_000000026936	1.0		1	1	False	False	0.9952977895736694	0					non-mobilizable	no_good_hit								True	False
AST0040_000000012420	1618	0.9992968683567562	2	1	1	1	1	False	116055	fragment	False	AST0040_000000012420	1.0		0	0	False	False	0.9975278377532959	0					non-mobilizable	other	1620.0	95.86399999999999	100.0	0.0007421196258285167	AP018132.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: TMC 3115	False	False
ENG0073_000000001521	15190	0.9992962327577956	19	18	13	15	15	True	95859	fragment	False	ENG0073_000000001521	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6027.0	99.917	40.0	0.0011720869040392262	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
USA0078_01_000000002639	5106	0.9992961817357487	9	3	3	1	2	False	1257	fragment	False	USA0078_01_000000002639	1.0		0	0	False	False	0.9998041391372681	0					non-mobilizable	no_good_hit	639.0	94.992	26.0	0.008088850571798058	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
ISR0230_000000000586	20978	0.9992961053955894	19	10	8	9	8	True	47590	maximal	False	ISR0356_000000000395	0.976528903173238	PS173	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1685.0	74.125	8.0	0.00045912393483664	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	True	True
MAD0091_000000001264	8730	0.9992942500987341	10	5	4	5	3	True	25137	maximal	True	MAD0091_000000001264	1.0		1	1	False	False	0.999312698841095	0					non-mobilizable	no_good_hit	785.0	82.42	16.0	0.0016330815056133257	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0050_01_000000001019	13250	0.9992942010602056	17	11	6	7	9	True	127666	maximal	True	USA0050_01_000000001019	1.0	PS1019|PS1020|PS932|PS933	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2172.0	93.416	31.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0007_000000000797	23691	0.9992941206004402	30	14	10	11	7	True	103482	maximal	True	ENG0007_000000000797	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2481.0	93.632	21.0	0.09906885665188027	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0077_000000010170	2902	0.9992929957993806	3	2	1	2	1	True	62285	maximal	False	ISR0200_000000006997	0.8446019113347625		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0026_000000005586	3982	0.9992925437929748	4	4	4	3	3	False	77832	fragment	False	ISR0026_000000005586	1.0		0	0	False	False	0.997739851474762	0					non-mobilizable	no_good_hit	1563.0	77.543	39.0	0.0058170097653627	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
MON0025_000000010462	3304	0.9992915903740268	4	4	4	4	4	False	98032	fragment	False	MON0025_000000010462	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3304.0	100.0	100.0	0.013202335890128427	MN543585.1	enterobacteria	Klebsiella pneumoniae strain GH27TC plasmid pGH27TC_fusion, complete sequence	False	True
DEN0069_000000003107	9481	0.999290782125529	7	6	4	5	4	False	105566	fragment	False	DEN0069_000000003107	0.9822411745654755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	1.0	1.539997463816677e-05	CP045508.1	d-proteobacteria	Desulfovibrio sp. DSM 107105 chromosome, complete genome	True	False
SPA0104_000000010251	3472	0.999290742991151	4	3	3	3	2	False	4838	fragment	False	SPA0104_000000010251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	98.262	31.0	0.00030829194900466194	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ENG0036_000000002388	8706	0.9992901256178528	7	5	5	5	2	True	87427	fragment	False	ENG0036_000000002388	1.0		0	0	False	False	0.9997702836990356	0					non-mobilizable	other	4121.0	99.49	99.0	0.0058684827286521295	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
ISR0172_000000002761	5795	0.9992890908422212	10	4	3	2	3	False	29946	fragment	False	ISR0172_000000002761	1.0		0	0	False	False	0.9924072623252869	0					non-mobilizable	no_good_hit	629.0	94.913	23.0	0.007962066080077084	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
ISR0811_000000000759	12683	0.9992890488492052	20	8	3	7	6	False	111051	fragment	False	ISR0811_000000000759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4688.0	97.376	83.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0292_000000001806	7619	0.9992888407764988	10	5	3	4	4	False	97849	maximal	True	ISR0292_000000001806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	94.225	14.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0210_000000009224	2082	0.9992874046083116	3	2	2	2	2	True	103360	backbone	True	ISR0210_000000009224	0.969786930053954	PS603|PS604	16	7	True	True	0.9995197057723999	92	ColpVC			MOBP	mobilizable	plasmid	1684.0	99.70299999999999	100.0	0.848714069591528	AY178821.1	enterobacteria	Salmonella enteritidis plasmid pB, complete sequence	False	True
ENG0191_000000000343	35531	0.9992872589623638	33	18	12	11	11	True	109044	fragment	False	ISR0045_000000000315	0.9463347767045018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	89.655	0.0	1.1561197236295801e-05	CP010820.1	firmicutes	Lysinibacillus fusiformis strain RB-21, complete genome	True	True
ISR0231_000000001692	6806	0.9992870699200578	8	7	2	2	7	True	132544	fragment	False	CHI0126_000000000854	0.1345949407292496		0	0	False	False	0.9979429841041565	0					non-mobilizable	other	6806.0	99.956	100.0	0.1814521504946271	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0259_000000001834	6639	0.9992870699200578	8	7	2	2	7	True	132544	fragment	False	CHI0126_000000000854	0.1329670485976582		0	0	False	False	0.9998493790626526	0					non-mobilizable	other	6639.0	99.97	100.0	0.1769991733994614	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0099_000000000409	22255	0.9992869311149576	23	23	12	17	22	True	98737	fragment	False	SPA0099_000000000409	1.0		0	0	False	False	0.9996854662895203	0		MOBP	MPF_T		conjugative	plasmid	22255.0	99.991	100.0	0.440045875187851	JN887338.1	enterobacteria	Escherichia coli strain G3/10 plasmid pSYM1, complete sequence	False	True
SPA0055_000000007412	4239	0.9992867205801116	9	7	5	5	3	False	6631	fragment	False	SPA0055_000000007412	1.0		0	0	False	False	0.999528169631958	0					non-mobilizable	other	3223.0	98.573	99.0	0.0009193159672710958	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AST0097_000000002222	9612	0.9992864998575548	8	7	4	4	7	False	109042	maximal	True	AST0097_000000002222	1.0		2	2	False	False	0.9997919201850891	0		MOBQ			mobilizable	no_good_hit	7853.0	99.885	82.0	0.9998726601298866	AF054600.1	firmicutes	Lactococcus lactis modification methylase LlaFI (mod) and restriction enzyme LlaFI (res) genes, complete cds	True	True
CHI0175_000000000644	19228	0.9992863692455938	23	17	10	8	13	True	132596	backbone	False	ISR0120_000000000296	0.3688616886415603	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19228.0	99.917	100.0	0.6206417871900827	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0048_000000000732	19212	0.9992863692455938	23	17	10	8	13	True	132596	backbone	False	ISR0120_000000000296	0.3688367324110124	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19212.0	99.917	100.0	0.6201252582644629	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
USA0035_01_000000004167	6121	0.9992861079273018	10	5	4	4	4	True	86793	maximal	True	USA0035_01_000000004167	0.9544374681825896		1	1	False	False	1.0	0					non-mobilizable	other	5960.0	94.36200000000001	97.0	0.10034128539568832	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	True
ISR0394_000000000003	153312	0.9992860340847868	176	58	38	46	34	True	115685	fragment	False	ISR0394_000000000003	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1830.0	88.415	6.0	0.0007257862451954504	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
ENG0048_000000004540	5601	0.9992859433318574	9	3	2	3	2	False	122560	fragment	False	ENG0048_000000004540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2584.0	94.73700000000001	68.0	0.05771770024394065	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ENG0087_000000008400	3256	0.9992859433318574	6	3	2	3	2	False	122532	fragment	False	ENG0087_000000008400	1.0		0	0	False	False	0.9996928572654724	0					non-mobilizable	plasmid	3252.0	97.325	99.0	0.14103454261412948	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0183_000000000395	45350	0.9992854557007226	44	43	7	15	41	True	82959	maximal	True	ISR0183_000000000395	1.0		2	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	45351.0	99.97399999999999	100.0	0.13320135580475942	CP029142.1	enterobacteria	Klebsiella michiganensis strain AR375 plasmid unnamed2, complete sequence	False	True
USA0058_01_000000000102	72246	0.9992854274689588	74	42	28	36	23	True	116760	maximal	False	ITA0005_000000000049	0.9669467072764418	PS635	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0776_000000011889	2052	0.9992852602900352	3	3	2	3	1	False	22421	maximal	True	ISR0776_000000011889	1.0		1	1	False	False	0.9995126724243164	0					non-mobilizable	no_good_hit	1201.0	99.833	59.0	0.0002161148564015832	CP050196.1	enterobacteria	Escherichia coli strain RH-004-CS chromosome	True	False
MAD0066_000000002229	6499	0.999284910696441	7	3	1	3	2	False	100640	maximal	False	MAD0088_000000002465	0.9825880500423301		0	0	True	True	0.9998461008071899	1					non-mobilizable	no_good_hit								True	True
AUS0016_000000003538	6471	0.999284910696441	7	3	1	3	2	False	100640	maximal	False	MAD0088_000000002465	0.9798373037780337		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0048_000000006019	5642	0.9992844354365812	5	5	4	5	4	False	96651	maximal	True	MON0048_000000006019	1.0		3	1	False	False	0.9994682669639587	0					non-mobilizable	no_good_hit	811.0	72.133	14.0	0.00024493107486471386	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ENG0060_000000003628	6455	0.9992841375107708	7	5	4	5	4	False	122559	fragment	False	ENG0060_000000003628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4076.0	95.339	82.0	0.09110847525904707	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0024_000000006703	2363	0.9992822934256648	3	1	1	1	1	False	28333	maximal	True	SPA0024_000000006703	1.0		2	2	False	False	0.9987304210662842	0					non-mobilizable	no_good_hit	245.0	75.51	10.0	0.00932864949258392	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	False
ISR0212_000000022148	1615	0.9992822934256648	3	1	1	1	1	False	28332	fragment	False	ISR0212_000000022148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	75.51	15.0	0.00932864949258392	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	False
ISR0208_000000025483	1102	0.9992822934256648	3	1	1	1	1	False	28485	maximal	True	ISR0208_000000025483	1.0		1	1	False	False	0.9627948999404907	0					non-mobilizable	no_good_hit	228.0	74.561	21.0	4.309039733368112e-05	AP007209.1	firmicutes	Bacillus cereus NC7401 genomic DNA, complete genome	True	False
ISR0354_000000006536	2941	0.999281910379886	4	3	3	3	3	True	30852	fragment	False	ISR0354_000000006536	1.0		0	0	False	False	0.9911594986915588	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	7.246793826584224e-05	NZ_AUBV01000004.1	CFB group bacteria	Algoriphagus mannitolivorans DSM 15301 G458DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
FIJ0009_000000004376	7604	0.9992808987992302	18	6	6	6	6	False	51338	maximal	True	FIJ0009_000000004376	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1786.0	82.92299999999999	23.0	0.0005227345086221577	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0143_000000013529	2230	0.9992805131739606	5	2	1	2	1	False	31147	fragment	False	ISR0143_000000013529	1.0		0	0	False	False	0.9860986471176147	0					non-mobilizable	no_good_hit	159.0	98.113	7.0	0.00041616621362496574	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
CHI0098_000000001265	6563	0.9992802737517918	8	7	3	4	7	True	132544	fragment	False	CHI0126_000000000854	0.13232606133276448		0	0	False	False	0.9987810254096985	0					non-mobilizable	other	6457.0	99.427	98.0	0.17214622830173587	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0150_000000012372	2255	0.999280033036335	4	3	3	2	3	False	104130	fragment	False	AST0150_000000012372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.881764405744897e-06	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
ISR0135_000000003927	4833	0.9992791708143314	4	4	4	4	4	False	59387	fragment	False	ISR0135_000000003927	1.0		0	0	False	False	0.9997931122779846	0					non-mobilizable	chromosome	4759.0	99.979	100.0	0.0009438507045249279	CP044191.1	enterobacteria	Shigella sonnei strain AR-0422 chromosome	False	False
MAD0068_000000006112	4171	0.9992790143959488	4	4	3	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.8956556005308547	PS843	0	0	True	True	1.0	42	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4032.0	99.23100000000001	100.0	0.9509318235432885	LT795116.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate VNB151-sc-2315230 genome assembly, plasmid: p2	False	True
FIJ0024_000000004887	4163	0.9992790143959488	4	4	3	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.8942802721886512	PS843	0	0	True	True	1.0	250	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4032.0	99.281	100.0	0.9509318235432885	LT795116.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate VNB151-sc-2315230 genome assembly, plasmid: p2	False	True
MAD0093_000000001137	16274	0.9992781416462388	18	7	3	6	5	True	16221	maximal	True	MAD0093_000000001137	1.0		2	1	True	True	0.9988324642181396	1					non-mobilizable	no_good_hit	73.0	82.19200000000001	0.0	0.00042596744898743986	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	True
AST0057_000000000265	24746	0.9992774950457414	26	24	5	6	23	False	113305	fragment	False	AST0057_000000000265	1.0		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	24751.0	99.354	100.0	0.24424354279961705	CP008733.1	enterobacteria	Escherichia coli strain E17.16 plasmid pE17.16, complete sequence	False	True
CHI0111_000000017568	1712	0.9992767608761398	2	2	2	2	2	False	96126	fragment	False	CHI0111_000000017568	1.0		0	0	False	False	0.990070104598999	0					non-mobilizable	no_good_hit								True	False
MON0039_000000007145	5811	0.9992765962184964	5	3	3	3	1	False	11963	maximal	True	MON0039_000000007145	1.0		1	1	False	False	0.9979349374771118	0					non-mobilizable	no_good_hit	1045.0	97.99	19.0	0.0003294337715054934	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0086_000000004005	5909	0.9992763018781357	6	3	2	3	1	False	117202	fragment	False	ISR0086_000000004005	1.0		0	0	False	False	0.9996615052223206	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000000688	39119	0.9992760979925984	24	12	7	12	3	True	71581	fragment	False	FIJ0021_000000000688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	4.3948926720947444e-05	NZ_LIUT01000008.1	firmicutes	Paenibacillus solani strain FJAT-22460 super5, whole genome shotgun sequence	True	True
FIJ0048_000000002444	10693	0.9992757076899966	13	4	2	4	1	True	47981	fragment	False	FIJ0048_000000002444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	True
ENG0193_000000005242	3919	0.9992756860376092	5	4	2	3	3	False	54604	maximal	True	ENG0193_000000005242	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	100.0	3.0	7.823252224689881e-05	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	True	False
ISR0105_000000006254	2796	0.9992755446602232	4	2	2	2	2	True	90456	backbone	False	MAD0101_000000009908	0.9901313425334832	PS297|PS477	0	0	True	True	0.9996423721313477	15	Col(MP18)			MOBP	mobilizable	plasmid	1461.0	99.589	100.0	0.5326761591821833	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
FIJ0039_000000008661	2781	0.9992755446602232	4	2	2	2	2	True	90456	backbone	False	MAD0101_000000009908	0.9877953512441231	PS297|PS477	0	0	True	True	0.9960445761680603	1	Col(MP18)			MOBP	mobilizable	plasmid	1477.0	99.661	100.0	0.5388828039430449	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
MON0061_000000000373	34745	0.9992755362946444	49	13	7	8	7	True	58909	maximal	True	MON0061_000000000373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6712.0	92.059	48.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0214_000000001241	17093	0.9992754969667048	19	8	4	6	6	False	28245	maximal	True	ISR0214_000000001241	1.0		1	1	False	False	0.9997659921646118	0					non-mobilizable	no_good_hit	1406.0	82.575	8.0	0.010756648099556537	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
ISR0320_000000002668	6180	0.9992753716759056	9	6	4	6	5	False	116101	maximal	True	ISR0320_000000002668	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1766.0	97.508	30.0	0.006058106970431077	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0090_000000015312	2781	0.9992751257157207	4	2	2	2	2	True	90456	backbone	False	MAD0101_000000009908	0.9877953512441231	PS297|PS477	0	0	True	True	0.9996404051780701	4	Col(MP18)			MOBP	mobilizable	plasmid	1591.0	99.686	100.0	0.5805038335158818	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
ISR0141_000000010227	3430	0.9992750875055296	5	3	1	3	1	True	130972	backbone	False	SPA0046_000000008155	0.8875482482313553	PS1129	0	0	True	True	1.0	93					non-mobilizable	plasmid	2454.0	93.154	100.0	0.7241992882562278	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
TAN0017_000000000920	21851	0.999273768942682	23	14	13	14	9	True	51355	maximal	True	TAN0017_000000000920	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	0.0	3.063652720850635e-05	CP001139.1	g-proteobacteria	Vibrio fischeri MJ11 chromosome I sequence	True	True
ENG0011_000000011299	2404	0.9992737650429891	2	2	2	2	2	True	109252	maximal	True	ENG0011_000000011299	1.0	PS682	2	2	True	True	1.0	30	ColpVC				non-mobilizable	plasmid	1866.0	96.89200000000001	99.0	0.8024956970740104	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	False	True
FIJ0058_000000018617	2148	0.99927071155068	3	3	2	2	2	True	120312	maximal	False	CHI0009_000000003776	0.983685721462261	PS529	0	0	True	True	1.0	2	Col(BS512)				non-mobilizable	plasmid	2078.0	99.759	100.0	0.9942528735632183	CP055895.1	enterobacteria	Escherichia coli strain RHBSTW-00353 plasmid pRHBSTW-00353_8, complete sequence	False	True
FIJ0053_000000008930	2292	0.9992704387079112	3	2	1	2	1	False	46410	fragment	False	FIJ0053_000000008930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0023_000000025171	1311	0.9992704387079112	3	2	1	2	1	False	37497	fragment	False	ISR0023_000000025171	1.0		0	0	False	False	0.9984744191169739	0					non-mobilizable	no_good_hit								True	False
FIJ0152_000000003619	5979	0.9992700322079532	8	4	2	3	3	False	57932	fragment	False	FIJ0152_000000003619	1.0		0	0	False	False	0.9964877367019653	0					non-mobilizable	no_good_hit	347.0	70.893	6.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
MAD0084_000000000413	9637	0.9992685969513392	15	9	2	5	9	False	127613	maximal	True	MAD0084_000000000413	1.0	PS1013|PS676	1	1	False	True	0.9989623427391052	0	rep_cluster_2350	MOBP		MOBP	mobilizable	no_good_hit	3357.0	95.264	65.0	0.4922760041194645	CP035362.1	enterobacteria	Escherichia coli strain BR10-DEC plasmid unnamed2	True	True
AST0087_000000011362	3143	0.9992679078440224	5	4	2	3	4	False	117192	fragment	False	SPA0016_000000009496	0.9582968795567222		0	0	False	False	0.999681830406189	0					non-mobilizable	no_good_hit	181.0	77.90100000000001	6.0	8.177750849022456e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0252_000000000251	23765	0.9992665719130832	28	15	13	12	9	True	73484	fragment	False	ISR0252_000000000251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	92.744	2.0	0.0005564464319137204	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
AST0149_000000009189	2974	0.9992664900155728	6	4	1	4	3	False	104547	fragment	False	AST0149_000000009189	1.0		0	0	False	False	0.9989912509918213	0					non-mobilizable	no_good_hit	669.0	79.671	22.0	0.0066461759540156476	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
CHI0084_000000000018	45705	0.9992656966284826	46	16	11	15	3	True	86186	maximal	True	CHI0084_000000000018	1.0		2	1	False	False	0.9998249411582947	0					non-mobilizable	no_good_hit	1973.0	79.27	4.0	0.028794685882893703	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0013_000000003990	5129	0.9992655654149368	4	2	1	1	2	False	19617	maximal	True	MAD0013_000000003990	0.9908778707877227		3	1	True	True	1.0	18					non-mobilizable	no_good_hit	1238.0	84.976	24.0	0.14870741725054362	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	True
MAD0026_000000002453	4659	0.9992655654149368	4	2	1	1	2	False	19617	maximal	False	MAD0013_000000003990	0.947650614154806		0	0	True	True	0.9997853636741638	1					non-mobilizable	no_good_hit	1111.0	91.98899999999999	24.0	0.13384875573810098	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	True
ISR0800_000000003636	3004	0.999265331072486	4	3	3	2	3	False	21893	fragment	False	ISR0800_000000003636	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2835.0	74.85	93.0	0.03049126018918094	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
SPA0017_000000002175	5152	0.9992653292446736	8	7	5	6	6	False	7843	maximal	True	SPA0017_000000002175	1.0		5	4	False	False	0.9980590343475342	0					non-mobilizable	chromosome	5153.0	99.146	100.0	0.0009925014215063554	CP023061.1	enterobacteria	Escherichia coli strain FORC_069 chromosome, complete genome	False	False
ISR0018_000000005003	4327	0.9992645180794344	8	3	1	3	1	False	37803	maximal	True	ISR0018_000000005003	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0009173610580230869	KX520649.1	firmicutes	Staphylococcus epidermidis strain 14-01514 plasmid p14-01514, complete sequence	True	False
ISR0796_000000003351	5857	0.999264432889466	9	7	7	7	5	False	33261	fragment	False	ISR0817_000000001839	0.9613985128935295		0	0	False	False	0.9998292922973633	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000005142	6788	0.999264131618706	12	3	1	3	1	False	44899	maximal	True	FIJ0071_000000005142	1.0		1	1	False	False	0.9955804347991943	0					non-mobilizable	no_good_hit	73.0	93.15100000000001	1.0	1.161830761276697e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
ISR0208_000000024983	1123	0.9992632772409359	3	1	1	1	1	False	28492	maximal	True	ISR0208_000000024983	1.0		0	0	False	False	0.9893143177032471	0					non-mobilizable	no_good_hit								True	False
MAD0083_000000001211	6346	0.9992632002588372	6	6	4	5	6	True	90290	maximal	True	MAD0083_000000001211	1.0		0	0	False	False	0.9998424053192139	0	IncFIB				non-mobilizable	plasmid	5514.0	96.137	99.0	0.015914491368582737	AP022015.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-ESBL-03_1 DNA, complete genome, strain: WP3-S18-ESBL-03	False	True
MAD0009_000000000379	16050	0.9992627329902568	21	21	5	15	20	True	86067	maximal	True	MAD0009_000000000379	1.0		2	1	False	False	1.0	0			MPF_F		non-mobilizable	no_good_hit	9943.0	95.635	68.0	0.07764773944383203	CP056698.1	enterobacteria	Escherichia marmotae strain RHBSTW-00605 plasmid pRHBSTW-00605_2, complete sequence	True	True
AST0024_000000002982	9321	0.999262288743402	13	5	4	3	4	False	121834	maximal	True	AST0024_000000002982	1.0	PS718	1	1	False	True	0.9992489814758301	0					non-mobilizable	no_good_hit	48.0	95.833	1.0	8.300908278319211e-06	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	True
MON0007_000000000718	23223	0.9992619293342886	29	28	9	21	26	True	98205	fragment	False	MON0007_000000000718	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	19579.0	99.448	99.0	0.17281114135237355	CP042948.1	enterobacteria	Escherichia coli strain 90-9133 plasmid p90-9133_1, complete sequence	False	True
MON0055_000000004972	3563	0.9992618431553834	3	2	2	2	2	False	13258	fragment	False	MON0055_000000004972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	6.694297185936759e-06	CP041360.1	CFB group bacteria	Spirosoma sp. KCTC 42546 chromosome, complete genome	True	False
CHI0027_000000000087	36152	0.9992616885707688	38	17	6	16	6	True	88852	maximal	False	ISR0190_000000000474	0.9636563516310455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8137.0	75.32300000000001	50.0	0.06895400783937833	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	True	True
FIJ0088_000000000659	34890	0.9992616885707688	38	17	6	16	6	True	88852	maximal	False	ISR0190_000000000474	0.7052450505486914		0	0	False	False	0.999971330165863	0					non-mobilizable	no_good_hit	8130.0	75.33800000000001	51.0	0.06895400783937833	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	True	True
ENG0075_000000001015	21128	0.9992609735247084	20	13	10	11	10	True	62130	fragment	False	ENG0075_000000001015	1.0		0	0	False	False	0.999858021736145	0					non-mobilizable	no_good_hit	1829.0	80.755	9.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
DEN0064_000000017990	2236	0.9992601677281744	3	1	1	1	1	False	71278	fragment	False	DEN0064_000000017990	1.0		0	0	False	False	0.9973166584968567	0					non-mobilizable	no_good_hit								True	False
ISR0842_000000000642	21852	0.999259847284678	19	16	14	15	11	True	122950	maximal	True	ISR0842_000000000642	1.0		14	2	False	False	1.0	0					non-mobilizable	no_good_hit	2272.0	76.673	10.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0818_000000006751	2589	0.9992593451701952	4	1	1	1	1	False	96425	fragment	False	SPA0028_000000011646	0.7527159456753798		0	0	False	False	0.9474700689315796	0					non-mobilizable	other	2589.0	99.92299999999999	100.0	0.025826281334823568	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0070_000000010213	2427	0.9992593451701952	5	1	1	1	1	False	96403	fragment	False	ENG0070_000000010213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	92.37299999999999	78.0	0.009360530097397414	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ENG0046_000000014003	1353	0.9992593451701952	3	1	1	1	1	False	64409	fragment	False	ENG0046_000000014003	1.0		0	0	False	False	0.9889135360717773	0					non-mobilizable	no_good_hit	621.0	92.59299999999999	80.0	0.0013171361757089448	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0399_000000004981	2986	0.9992592586411814	5	2	2	2	2	False	38375	fragment	False	ISR0399_000000004981	0.9952178533475027		0	0	False	False	0.9993302226066589	0					non-mobilizable	no_good_hit	291.0	89.00299999999999	13.0	7.771515306133387e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0087_000000000061	21225	0.9992587971347636	28	26	12	18	21	True	118935	fragment	False	CHI0087_000000000061	1.0		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	21226.0	99.279	100.0	0.64136846244593	CP016037.1	enterobacteria	Escherichia coli isolate Co6114 plasmid pC06114_3 sequence	False	True
USA0027_01_000000003133	8298	0.9992580321628092	14	7	6	7	5	True	99216	fragment	False	USA0027_01_000000003133	1.0		0	0	False	False	1.0	0	rep_cluster_78				non-mobilizable	plasmid	3821.0	96.336	92.0	0.33243290345067966	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
MAD0004_000000009946	1150	0.9992579147871294	2	2	1	2	2	False	20017	fragment	False	MAD0004_000000009946	1.0		0	0	False	False	0.991304337978363	0					non-mobilizable	other	1093.0	83.898	94.0	0.06980949305779786	NZ_JQCL01000097.1	firmicutes	Lactobacillus xiangfangensis strain LMG 26013 NODE_192, whole genome shotgun sequence	False	False
MAD0043_000000004568	4840	0.9992576092541134	3	3	3	3	3	False	98274	fragment	False	TAN0003_000000001073	0.9385531087695387		0	0	False	False	1.0	0					non-mobilizable	chromosome	4840.0	99.979	100.0	0.0009139573123951045	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
FIJ0099_000000004174	5491	0.9992575027898876	4	4	3	4	4	True	90287	fragment	False	FIJ0099_000000004174	1.0		0	0	False	False	0.9996357560157776	0	IncFIB				non-mobilizable	plasmid	5491.0	99.8	100.0	0.023736024280785493	CP023893.1	enterobacteria	Raoultella ornithinolytica strain FDAARGOS_431 plasmid unnamed1, complete sequence	False	True
SPA0001_000000016055	2110	0.9992572546156926	3	2	2	2	2	False	103609	fragment	False	SPA0001_000000016055	0.9511574802215431		0	0	False	False	0.9824644327163696	0					non-mobilizable	no_good_hit	149.0	80.53699999999999	7.0	6.737351551751456e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0817_000000002489	4620	0.9992567845669256	4	4	4	3	3	False	78907	fragment	False	ISR0817_000000002489	0.9550214183722037		0	0	False	False	0.9956709742546082	0					non-mobilizable	no_good_hit	740.0	88.649	16.0	0.00019603291973658906	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
CHI0034_000000005233	2955	0.9992564475685588	5	2	2	2	2	True	100284	fragment	False	CHI0034_000000005233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	77.882	60.0	0.010228121588231914	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
CAN0006_000000016617	2718	0.9992564475685588	4	2	2	2	2	True	120797	fragment	False	CAN0006_000000016617	0.9614485981308412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1892.0	92.54799999999999	70.0	0.0006142633909419225	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ISR0082_000000014462	2131	0.9992563071705576	3	3	2	2	3	True	120312	maximal	False	CHI0009_000000003776	0.9217195016451457	PS529	0	0	True	True	0.9981229305267334	14					non-mobilizable	plasmid	1912.0	99.477	100.0	0.9214079074252652	CP053387.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-3, complete sequence	False	True
USA0101_01_000000005579	5364	0.9992559719199336	7	3	2	3	2	False	34492	fragment	False	USA0101_01_000000005579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	94.521	1.0	0.0005524098881369977	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
ISR0185_000000016237	2014	0.9992554788755148	3	3	2	2	3	True	97782	maximal	False	MAD0073_000000001639	0.9986175629913703		0	0	True	True	0.999503493309021	34	ColpVC				non-mobilizable	plasmid	2014.0	99.801	100.0	0.9767103347889374	CP023262.1	enterobacteria	Escherichia coli strain CCUG 70745 plasmid pEco70745_4, complete sequence	False	True
BAN0018_000000001226	1842	0.9992554681039552	2	2	2	2	2	True	98017	backbone	False	FIJ0164_000000012307	0.9796061514668765	PS541	0	0	True	True	0.990227997303009	5	ColpVC				non-mobilizable	plasmid	1441.0	99.931	100.0	0.807627593942793	CP011142.1	enterobacteria	Escherichia coli VR50 plasmid pVR50H, complete sequence	False	True
ISR0035_000000012322	1588	0.9992554215104794	2	2	2	2	2	False	36780	fragment	False	ISR0035_000000012322	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1588.0	100.0	100.0	0.01326989648310116	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
SPA0096_000000027538	1527	0.9992542161719848	2	1	1	1	1	False	55045	fragment	False	SPA0096_000000027538	1.0		0	0	False	False	0.9908316731452942	0					non-mobilizable	no_good_hit	969.0	99.381	89.0	0.038174862956974406	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	True	False
DEN0005_000000000560	25874	0.99925412503227	24	13	11	11	8	True	120042	fragment	False	DEN0005_000000000560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1526.0	98.427	8.0	0.001927328095992068	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
SPA0003_000000008427	2150	0.9992539463368316	3	3	2	2	2	True	120312	maximal	False	CHI0009_000000003776	0.8883922878238547	PS529	0	0	True	True	0.9981395602226257	17					non-mobilizable	plasmid	1930.0	99.43	100.0	0.9300867888138862	CP053387.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-3, complete sequence	False	True
MAD0094_000000001748	6748	0.9992533236899864	13	5	3	4	2	False	37499	maximal	True	MAD0094_000000001748	1.0		1	1	False	False	0.9940723180770874	0					non-mobilizable	no_good_hit	308.0	77.922	5.0	0.0026967372149735666	NZ_LOHE01000060.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00060, whole genome shotgun sequence	True	False
FIJ0053_000000003829	4949	0.999253250875019	6	4	3	3	4	True	46672	maximal	True	FIJ0053_000000003829	1.0		2	1	False	False	0.99858558177948	0					non-mobilizable	plasmid	2666.0	98.462	96.0	0.05358728109111452	CP042391.1	firmicutes	Leuconostoc lactis strain CBA3626 plasmid unnamed, complete sequence	False	True
ENG0079_000000004541	6736	0.999253096231886	6	6	4	5	6	True	61862	maximal	True	ENG0079_000000004541	1.0		2	2	True	True	0.9991092681884766	9		MOBQ,MOBQ		MOBQ,MOBQ	mobilizable	other	5389.0	99.20200000000001	100.0	0.787604151439848	LK985401.1	enterobacteria	Escherichia coli genome assembly FHI100, scaffold scaffold-4	False	True
CHI0160_000000014504	2160	0.9992525942419606	3	3	2	2	2	True	120312	maximal	False	CHI0009_000000003776	0.9733936308963432	PS529	0	0	True	True	0.9916666746139526	17	Col(BS512)				non-mobilizable	other	1952.0	99.795	100.0	0.8884335154826958	LM996854.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-13_contig-20.0_1_2196_[organism:Escherichia	False	True
ISR0169_000000014448	2148	0.9992525942419606	3	3	2	2	2	True	120312	maximal	False	CHI0009_000000003776	0.97224481117895	PS529	0	0	True	True	1.0	32	Col(BS512)				non-mobilizable	plasmid	1957.0	99.64200000000001	100.0	0.9363026819923371	CP055895.1	enterobacteria	Escherichia coli strain RHBSTW-00353 plasmid pRHBSTW-00353_8, complete sequence	False	True
MAD0003_000000012958	2148	0.9992525942419606	3	3	2	2	2	True	120312	maximal	False	CHI0009_000000003776	0.9723099235487873	PS529	0	0	True	True	0.9990689158439636	34	Col(BS512)				non-mobilizable	plasmid	1957.0	99.64200000000001	100.0	0.9363026819923371	CP055895.1	enterobacteria	Escherichia coli strain RHBSTW-00353 plasmid pRHBSTW-00353_8, complete sequence	False	True
MON0090_000000054578	1145	0.9992522094202748	2	1	1	1	1	False	9508	fragment	False	MON0090_000000054578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	98.17399999999999	19.0	5.8153043338155415e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0064_000000001697	8612	0.9992519013335812	10	5	5	4	4	False	99393	fragment	False	ISR0064_000000001697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	75.646	3.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0090_000000006033	4007	0.9992514565766007	6	4	3	3	2	False	126455	fragment	False	ISR0781_000000004759	0.4683816421815305		0	0	False	False	0.9917644262313843	0					non-mobilizable	no_good_hit								True	False
FIJ0064_000000014341	1842	0.9992512699089336	2	2	2	2	1	True	98017	backbone	False	FIJ0164_000000012307	0.9799317486463934	PS541	0	0	True	True	1.0	26	ColpVC				non-mobilizable	plasmid	1435.0	100.0	100.0	0.8042624789680314	CP011142.1	enterobacteria	Escherichia coli VR50 plasmid pVR50H, complete sequence	False	True
CHI0125_000000000815	17100	0.9992511230010396	16	9	7	8	6	True	116260	fragment	False	CHI0125_000000000815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6594.0	99.469	88.0	0.053082950162260535	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0185_000000014839	2204	0.9992508778832709	3	3	2	2	2	True	120312	maximal	False	CHI0009_000000003776	0.9760966408575004	PS529	0	0	True	True	0.9995462894439697	16	Col(BS512)				non-mobilizable	plasmid	1960.0	98.77600000000001	100.0	0.9209900047596382	CP055929.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_7, complete sequence	False	True
ENG0079_000000015215	2192	0.9992508778832709	3	3	2	2	2	True	120312	maximal	False	CHI0009_000000003776	0.9801012492763573	PS529	0	0	True	True	0.9990875720977783	11	Col(BS512)				non-mobilizable	plasmid	2049.0	98.585	100.0	0.9688697318007663	CP055895.1	enterobacteria	Escherichia coli strain RHBSTW-00353 plasmid pRHBSTW-00353_8, complete sequence	False	True
ISR0162_000000018106	2181	0.9992508778832709	3	3	2	2	2	True	120312	maximal	False	CHI0009_000000003776	0.9840061059962611	PS529	0	0	True	True	1.0	41	Col(BS512)				non-mobilizable	plasmid	2038.0	99.166	100.0	0.9693486590038314	CP055895.1	enterobacteria	Escherichia coli strain RHBSTW-00353 plasmid pRHBSTW-00353_8, complete sequence	False	True
ENG0096_000000015272	2180	0.9992508778832709	3	3	2	2	2	True	120312	maximal	False	CHI0009_000000003776	0.9835650850448674	PS529	0	0	True	True	0.9940366744995117	28	Col(BS512)				non-mobilizable	plasmid	2037.0	99.116	100.0	0.9688697318007663	CP055895.1	enterobacteria	Escherichia coli strain RHBSTW-00353 plasmid pRHBSTW-00353_8, complete sequence	False	True
ISR0017_000000015607	2152	0.9992508778832709	3	3	2	2	2	True	120312	maximal	False	CHI0009_000000003776	0.943471132450256	PS529	0	0	True	True	1.0	75					non-mobilizable	plasmid	2031.0	93.402	100.0	0.9688697318007663	CP055895.1	enterobacteria	Escherichia coli strain RHBSTW-00353 plasmid pRHBSTW-00353_8, complete sequence	False	True
CHI0037_000000001956	5455	0.9992506857040122	6	3	1	2	3	False	88023	maximal	True	CHI0037_000000001956	1.0		1	1	True	True	1.0	168					non-mobilizable	no_good_hit	532.0	80.45100000000001	10.0	0.05069079587468379	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
MAD0103_000000015148	1585	0.999249418272402	3	2	1	2	1	False	14916	fragment	False	MAD0103_000000015148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0083_000000003498	6856	0.999249004703538	7	2	1	2	1	False	46684	fragment	False	MON0083_000000003498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.0037609694943585457	NZ_CABIWU010000078.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0844_000000003975	3349	0.9992481460880709	6	4	1	3	3	False	35484	fragment	False	ISR0844_000000003975	1.0		0	0	False	False	0.9997013807296753	0					non-mobilizable	no_good_hit	1369.0	90.869	47.0	0.05450985093713783	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
FIJ0055_000000004526	3115	0.9992481460880709	7	4	1	3	3	False	46267	fragment	False	FIJ0055_000000004526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1702.0	88.367	63.0	0.06713823282580027	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
FIJ0043_000000001081	20082	0.9992465363633716	24	15	9	12	8	True	103133	maximal	True	FIJ0043_000000001081	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	96.891	7.0	0.007213395410986074	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	True
ENG0049_000000000419	30377	0.9992463573416508	33	19	13	19	11	True	64206	maximal	True	ENG0049_000000000419	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	83.08200000000001	4.0	0.00029796529673285896	LR134390.1	fusobacteria	Fusobacterium varium strain NCTC10560 genome assembly, chromosome: 1	True	True
SPA0042_000000016201	2039	0.9992457486445144	4	3	2	3	3	False	20018	maximal	True	SPA0042_000000016201	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	2040.0	96.225	99.0	0.05982630127339945	CP045730.1	firmicutes	Lactobacillus gastricus strain LG045 plasmid unnamed1, complete sequence	False	True
ENG0137_000000000483	24188	0.9992455196370388	29	29	17	19	26	True	97756	fragment	False	BAN0020_000000000170	0.975440032746623		0	0	False	False	1.0	0		MOBC	MPF_T		conjugative	plasmid	16296.0	99.98200000000001	100.0	0.17506178145481896	LT985234.1	enterobacteria	Escherichia coli strain 557 genome assembly, plasmid: RCS32TR557_p	False	True
CHI0167_000000008020	2468	0.9992453087602908	5	4	4	4	2	False	78187	fragment	False	CHI0167_000000008020	1.0		0	0	False	False	0.9837925434112549	0					non-mobilizable	no_good_hit	280.0	88.214	11.0	0.0004933941971163061	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ENG0156_000000005065	3098	0.999245166045995	7	6	3	4	6	True	56691	fragment	False	ENG0156_000000005065	1.0		0	0	False	False	0.9996772408485413	0		MOBC			mobilizable	plasmid	3098.0	99.96799999999999	100.0	0.13579759712356398	LT985257.1	enterobacteria	Escherichia coli strain 580 genome assembly, plasmid: RCS49_pIV	False	True
SPA0048_000000002394	8804	0.9992450433618054	6	4	3	3	2	False	6636	maximal	True	SPA0048_000000002394	1.0		3	3	False	False	0.9998863935470581	0					non-mobilizable	no_good_hit	1089.0	79.89	23.0	0.009906962291396296	NZ_LN866273.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0097_000000003206	8201	0.9992450090546072	7	5	2	4	3	False	90312	fragment	False	SPA0157_000000000435	0.9504896028165915		0	0	False	False	0.9993903040885925	0					non-mobilizable	no_good_hit	111.0	89.189	1.0	4.583330299197232e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0005_000000000325	46297	0.9992447241570208	48	35	23	27	29	True	123943	backbone	True	ENG0005_000000000325	0.9994190930273734	PS902|PS911	36	7	True	True	1.0	67	rep_cluster_1702				non-mobilizable	no_good_hit	12726.0	97.705	54.0	0.12931972858320023	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
FIJ0075_000000000220	44054	0.9992445540787448	38	21	10	20	13	True	51489	fragment	False	FIJ0075_000000000220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	True
MON0076_000000011476	3925	0.9992441417577494	3	3	3	2	2	False	13260	fragment	False	MON0076_000000011476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	6.694297185936759e-06	CP041360.1	CFB group bacteria	Spirosoma sp. KCTC 42546 chromosome, complete genome	True	False
FIJ0144_000000006375	4965	0.9992438878906482	4	2	2	2	2	False	51291	fragment	False	FIJ0144_000000006375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	72.538	25.0	0.0005538616920474692	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
FIJ0112_000000005527	4639	0.9992438878906482	3	2	2	2	2	False	51291	fragment	False	FIJ0144_000000006375	0.9781134608929172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	72.538	27.0	0.0005538616920474692	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
FIJ0052_000000005896	4622	0.9992438878906482	3	2	2	2	2	False	51291	fragment	False	FIJ0144_000000006375	0.9757506106733627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	72.538	27.0	0.0005538616920474692	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
ITA0001_000000001087	2335	0.99924290057891	4	2	2	2	1	True	20450	maximal	True	ITA0001_000000001087	1.0		1	1	True	True	0.9995717406272888	12					non-mobilizable	no_good_hit	920.0	91.304	72.0	0.3511128165771297	HG796835.1	bacteria	Uncultured bacterium plasmid pRGF00158	True	True
ISR0039_000000000682	22900	0.9992420319629992	24	16	8	15	6	True	93027	maximal	True	ISR0039_000000000682	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2794.0	100.0	57.0	0.030436772590558388	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ISR0170_000000007333	6027	0.999241525998142	7	6	2	2	6	True	132544	fragment	False	CHI0126_000000000854	0.12377907557737211		0	0	False	False	0.9998340606689453	0					non-mobilizable	other	5958.0	99.54700000000001	99.0	0.12770655576040818	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ENG0162_000000004137	5715	0.999241525998142	7	6	2	2	6	True	132544	fragment	False	CHI0126_000000000854	0.06829246745978106		0	0	False	False	0.9977253079414368	0					non-mobilizable	plasmid	5696.0	100.0	99.0	0.14742809806104223	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0814_000000007216	5301	0.999241525998142	6	6	2	2	6	True	132544	fragment	False	CHI0126_000000000854	0.05615388522975485		0	0	False	False	1.0	0					non-mobilizable	plasmid	5301.0	99.132	100.0	0.13712495793315901	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0132_000000004294	6124	0.99924069775028	10	5	1	3	5	False	40797	maximal	True	FIJ0132_000000004294	1.0		1	1	False	False	0.9973873496055603	0					non-mobilizable	no_good_hit	3838.0	81.99600000000001	70.0	0.68199784405318	CP018667.1	enterobacteria	Klebsiella pneumoniae strain CAV1042 plasmid pCAV1042-5566, complete sequence	True	False
CAN0016_000000006184	6995	0.9992406380959592	11	3	2	3	2	True	93024	fragment	False	CAN0016_000000006184	0.9938377535101404		0	0	False	False	0.9997140765190125	0					non-mobilizable	no_good_hit	2080.0	73.077	41.0	0.022263632797175362	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ISR0169_000000002771	8088	0.9992399668447948	12	6	4	4	3	False	103922	fragment	False	ISR0169_000000002771	1.0		0	0	False	False	0.9998763799667358	0					non-mobilizable	other	4228.0	99.527	100.0	0.11076090667927403	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0095_000000004657	5665	0.9992396855080418	9	7	4	6	7	False	60996	maximal	True	ENG0095_000000004657	1.0		0	0	False	False	0.9989408850669861	0					non-mobilizable	plasmid	4433.0	100.0	100.0	0.049819023852881006	CP050069.1	enterobacteria	Klebsiella aerogenes strain 035 plasmid p035_A-VIM-1, complete sequence	False	True
FIJ0164_000000003396	7040	0.9992396157570179	8	7	0	4	7	False	78693	backbone	False	ISR0383_000000001180	0.9934261728286848	PS381	0	0	True	True	0.9992897510528564	1	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	6617.0	99.804	100.0	0.9458106948813269	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
ISR0076_000000013940	1850	0.9992392236617808	3	2	1	2	1	False	117195	fragment	False	ISR0076_000000013940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000021878	1631	0.9992392236617808	2	2	1	2	1	False	34487	maximal	True	ISR0077_000000021878	1.0		1	1	False	False	0.9993869066238403	0					non-mobilizable	no_good_hit	233.0	97.854	15.0	9.795187297974262e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
USA0111_01_000000008984	2751	0.9992390788034052	3	2	2	2	2	False	132544	fragment	False	CHI0126_000000000854	0.011979532075726149		0	0	False	False	1.0	0					non-mobilizable	plasmid	2752.0	99.74600000000001	100.0	0.07116415128530379	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0072_000000014519	1743	0.9992388515946796	3	2	2	2	2	False	44744	fragment	False	ISR0016_000000010761	0.7256854151645996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0051_000000009781	2259	0.9992388090178436	2	2	2	2	1	True	98019	maximal	True	FIJ0051_000000009781	1.0	PS541	2	1	False	True	1.0	0	ColpVC				non-mobilizable	plasmid	1373.0	99.78200000000001	100.0	0.7694896242288278	LN852985.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0315	False	True
MON0081_000000015166	3729	0.9992386607843932	4	3	3	3	2	False	32971	fragment	False	MON0081_000000015166	1.0		0	0	False	False	0.9892732501029968	0					non-mobilizable	plasmid	2120.0	97.54700000000001	91.0	0.09071838342323829	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ITA0002_000000003238	2653	0.9992359471880174	3	3	3	3	2	False	20430	maximal	True	ITA0002_000000003238	1.0		2	2	False	False	0.9932152032852173	0					non-mobilizable	no_good_hit	1198.0	89.566	45.0	0.005898062557896604	NZ_QGLI01000001.1	high GC Gram+	Bifidobacterium indicum strain ESL0197 Ga0133550_11, whole genome shotgun sequence	True	False
ISR0125_000000004633	3260	0.999235855360844	4	4	1	4	0	True	32047	maximal	True	ISR0125_000000004633	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	852.0	80.751	34.0	0.2996038890889449	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0099_000000002867	6651	0.9992352152872714	10	10	5	8	10	True	97937	fragment	False	ENG0099_000000002867	1.0		0	0	False	False	0.9968425631523132	0					non-mobilizable	plasmid	6632.0	99.955	99.0	0.10363690355250614	CP057601.1	enterobacteria	Escherichia coli strain RHB21-C11 plasmid pRHB21-C11_2, complete sequence	False	True
ITA0001_000000002086	1570	0.9992337011047516	2	2	1	2	1	False	21968	fragment	False	ITA0001_000000002086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	89.749	55.0	0.0018275457566018522	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0101_000000025786	1129	0.9992332731299759	1	1	1	1	1	False	15061	fragment	False	MAD0101_000000025786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000022803	1311	0.9992332281811076	3	1	1	1	1	False	47176	fragment	False	FIJ0043_000000022803	1.0		0	0	False	False	0.9961861371994019	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0003587753800361433	NZ_BJCC01000032.1	firmicutes	Enterococcus florum strain Gos25-1 sequence32, whole genome shotgun sequence	True	False
ISR0047_000000005670	4841	0.9992329834583756	9	3	1	3	1	False	122531	fragment	False	ISR0047_000000005670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3296.0	95.69200000000001	88.0	0.07369693171899827	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ENG0024_000000002106	11120	0.999232294707362	13	8	5	8	4	True	115116	fragment	False	ENG0024_000000002106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2192.0	98.266	31.0	0.010426458869170607	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0101_000000000294	44516	0.9992312230889062	55	21	11	16	17	True	110908	fragment	False	SPA0101_000000000294	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	plasmid	19202.0	98.396	91.0	0.1033613716895174	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0197_000000004453	5117	0.9992305120375364	5	3	2	3	1	True	28943	maximal	True	ISR0197_000000004453	1.0		1	1	False	False	0.9939417839050293	0					non-mobilizable	no_good_hit								True	True
ISR0251_000000001868	5818	0.9992301315816629	11	6	3	5	5	False	27006	maximal	True	ISR0251_000000001868	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0099_000000002257	9727	0.999229652674662	12	11	6	6	11	True	95470	maximal	True	FIJ0099_000000002257	1.0		1	1	False	False	1.0	0	IncR				non-mobilizable	plasmid	5285.0	98.524	100.0	0.05894823757824617	CP021741.1	enterobacteria	Klebsiella pneumoniae strain AR_0126 plasmid tig00000001, complete sequence	False	True
ISR0311_000000015784	1460	0.9992292323433816	2	2	2	2	2	False	36780	fragment	False	ISR0035_000000012322	0.9596977329974812		0	0	False	False	0.999315083026886	0					non-mobilizable	plasmid	1460.0	100.0	100.0	0.012199608676020535	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
MAD0043_000000000859	15826	0.9992292011736555	17	17	5	7	16	True	98077	maximal	True	MAD0043_000000000859	1.0		2	1	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	15317.0	98.081	97.0	0.13197448935620099	CP055258.1	enterobacteria	Escherichia coli strain AH25 plasmid pAH25-2, complete sequence	False	True
CHI0165_000000010259	1616	0.9992290711665324	4	3	3	1	1	False	78311	fragment	False	CHI0165_000000010259	1.0		0	0	False	False	0.9925742745399475	0					non-mobilizable	no_good_hit	823.0	87.728	51.0	0.012415555961292679	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0097_000000011318	2531	0.9992287785952824	4	2	2	1	1	False	33299	maximal	True	ISR0097_000000011318	1.0		0	0	False	False	0.9905175566673279	0					non-mobilizable	no_good_hit								True	False
CHI0031_000000004114	2320	0.9992287410289328	3	2	2	2	2	True	109251	backbone	True	CHI0031_000000004114	0.9617135761589404	PS682	1	1	True	True	0.9991379380226135	25	ColpVC				non-mobilizable	plasmid	2209.0	96.333	99.0	0.9756959787892179	LN853289.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0666	False	True
ENG0154_000000004017	6407	0.999228151486406	11	7	4	6	4	False	63272	fragment	False	ENG0154_000000004017	1.0		0	0	False	False	0.9979709982872009	0					non-mobilizable	other	5986.0	100.0	93.0	0.08455300632911393	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0029_000000004052	5955	0.9992277792007652	4	4	4	3	3	False	65829	maximal	True	ENG0029_000000004052	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	4468.0	81.065	75.0	0.0013431768723012234	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MAD0045_000000001813	11947	0.999227577487654	12	12	2	4	12	True	98075	fragment	False	MAD0102_000000000825	0.5794592842630177		0	0	False	False	0.9998325705528259	0	IncHI1B				non-mobilizable	plasmid	11947.0	99.791	100.0	0.08208268052005167	CP029181.1	enterobacteria	Escherichia coli strain H9Ecoli plasmid p1-H9, complete sequence	False	True
MAD0079_000000000395	11464	0.9992275747297368	11	11	2	4	11	True	98075	fragment	False	MAD0102_000000000825	0.38771697376847414		0	0	False	False	0.9994766116142273	0	IncHI1B				non-mobilizable	plasmid	11368.0	99.93799999999999	100.0	0.11653969588532642	CP044294.1	enterobacteria	Escherichia coli strain P276M plasmid p276M-CTX-M-55, complete sequence	False	True
AST0055_000000012014	2840	0.9992272003940676	4	2	2	2	1	True	113846	backbone	True	AST0055_000000012014	1.0	PS731	2	2	True	True	1.0	30					non-mobilizable	no_good_hit								True	True
ISR0236_000000002042	4341	0.9992270494548624	6	4	4	4	3	False	119304	fragment	False	ISR0187_000000005772	0.5582597778440815		0	0	False	False	0.9986178278923035	0					non-mobilizable	no_good_hit	326.0	73.006	7.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
CAN0021_000000037970	1147	0.99922702536525	2	2	2	1	1	False	91386	maximal	True	CAN0021_000000037970	1.0		4	3	False	False	0.9799476861953735	0					non-mobilizable	no_good_hit								True	False
MAD0101_000000017179	1671	0.9992268172524816	2	2	1	2	1	False	15097	maximal	True	MAD0101_000000017179	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	100.0	76.0	0.00012750018380147893	CP027447.1	enterobacteria	Escherichia coli strain 2014C-3075 chromosome, complete genome	True	False
ISR0056_000000007491	2797	0.9992261744063272	4	2	2	2	2	True	90456	backbone	False	MAD0101_000000009908	0.9903080599525472	PS297|PS477	0	0	True	True	1.0	36	Col(MP18)			MOBP	mobilizable	plasmid	1658.0	99.63799999999999	100.0	0.6046002190580504	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
ISR0319_000000006618	2732	0.9992261744063272	4	2	2	2	2	True	90456	backbone	False	MAD0101_000000009908	0.9115397778761626	PS297|PS477	0	0	True	True	0.9992679357528687	5	Col(MP18)			MOBP	mobilizable	plasmid	1658.0	99.63799999999999	100.0	0.6046002190580504	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
AST0058_000000007255	2022	0.9992261744063272	2	2	2	2	2	True	113092	maximal	True	AST0058_000000007255	0.9585034160345638		4	4	True	True	1.0	2016	ColpVC				non-mobilizable	plasmid	1282.0	100.0	100.0	0.6592897581060216	LN853085.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0443	False	True
ISR0069_000000010861	2261	0.9992254965293468	2	2	2	2	1	True	34958	backbone	False	MAD0053_000000005072	0.9998940677966102	PS110	0	0	True	True	1.0	26					non-mobilizable	plasmid	1656.0	99.51700000000001	100.0	0.3911604821555188	CP030792.1	enterobacteria	Escherichia coli strain APEC O2-211 plasmid pAPEC-O2-211B, complete sequence	False	True
CHI0017_000000006988	1799	0.9992254965293468	2	2	2	2	1	True	98017	backbone	False	FIJ0164_000000012307	0.9298556169737141	PS541	0	0	True	True	1.0	38	ColpVC				non-mobilizable	plasmid	1598.0	99.93700000000001	100.0	0.8374410068169901	CP023263.1	enterobacteria	Escherichia coli strain CCUG 70745 plasmid pEco70745_5, complete sequence	False	True
MON0079_000000013592	1672	0.9992254965293468	2	2	2	2	1	True	103357	backbone	False	ISR0058_000000015258	0.9285703196923359	PS603	0	0	True	True	1.0	399	ColpVC				non-mobilizable	plasmid	1171.0	93.25399999999999	100.0	0.5632693254554406	CP031921.1	enterobacteria	Escherichia coli O145:NM strain FWSEC0002 plasmid unnamed10, complete sequence	False	True
AUS0002_000000014928	2403	0.9992239995693166	2	2	2	2	1	True	103004	maximal	False	ISR0156_000000010631	0.46867632677110355		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1011.0	90.01	87.0	0.41925988225399496	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
FIJ0080_000000012410	1990	0.9992239995693166	2	2	2	2	1	True	50634	maximal	False	FIJ0058_000000020495	0.9963381698200509		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	133.0	90.977	12.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
DEN0079_000000013365	3656	0.9992238193302254	5	5	3	3	5	False	77833	fragment	False	DEN0079_000000013365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2017.0	79.97	55.0	0.007555205955144562	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
SPA0117_000000002100	15065	0.9992235355568372	23	12	8	9	7	False	123901	maximal	True	SPA0117_000000002100	1.0		217	10	False	False	1.0	0					non-mobilizable	plasmid	14353.0	99.979	100.0	0.1886088259258286	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ISR0852_000000001797	4446	0.9992229724121766	8	2	1	2	1	False	24542	fragment	False	ISR0852_000000001797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.007738607050730868	XM_001008119.1	ciliates	Tetrahymena thermophila SB210 START domain protein partial mRNA	True	False
SPA0057_000000009535	3218	0.9992229724121766	6	2	1	2	1	False	6344	fragment	False	SPA0057_000000009535	1.0		0	0	False	False	0.9996892213821411	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.007738607050730868	XM_001008119.1	ciliates	Tetrahymena thermophila SB210 START domain protein partial mRNA	True	False
ENG0059_000000001362	8746	0.9992225748568048	6	6	3	5	6	True	90299	maximal	True	ENG0059_000000001362	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	4304.0	96.93299999999999	91.0	0.01565163546295622	CP034421.1	enterobacteria	Klebsiella pneumoniae strain C1398 plasmid pVir-CR-hvKP-C1398, complete sequence	False	True
ISR0040_000000007781	3545	0.9992222608953673	5	2	2	2	0	True	86108	maximal	True	ISR0040_000000007781	0.9633574700233885		2	1	True	True	1.0	50					non-mobilizable	no_good_hit								True	True
MON0019_000000023855	2761	0.9992222608953673	5	2	2	2	0	True	116297	maximal	False	SPA0130_000000010833	0.9507876941342225	PS617|PS679|PS766	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	966.0	94.51299999999999	87.0	0.359136583550428	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
DEN0064_000000015036	2604	0.9992222608953673	4	2	2	2	0	True	71292	maximal	True	DEN0064_000000015036	0.9968389735961324		3	2	True	True	1.0	67					non-mobilizable	plasmid	2531.0	98.854	100.0	0.9996028594122319	LN852783.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0092	False	True
CHI0069_000000004029	2464	0.9992222608953673	2	2	2	2	0	True	103004	maximal	False	ISR0156_000000010631	0.38561167976238486		0	0	True	True	1.0	141					non-mobilizable	no_good_hit	852.0	92.60600000000001	85.0	0.35365853658536583	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
ISR0195_000000009923	2175	0.9992222608953673	3	2	2	2	0	True	29005	maximal	True	ISR0195_000000009923	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
FIJ0154_000000019312	1989	0.9992222608953673	2	2	2	2	0	True	50634	maximal	False	FIJ0058_000000020495	0.9944366350883639		0	0	True	True	1.0	44					non-mobilizable	no_good_hit	132.0	91.667	12.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
ETH0003_000000021174	1913	0.9992222608953673	2	2	2	2	0	True	53121	maximal	True	ETH0003_000000021174	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
ISR0108_000000001022	20175	0.9992211782674204	23	11	8	11	6	False	122565	fragment	False	ISR0108_000000001022	0.9369909813487323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7673.0	97.57600000000001	76.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0011_000000003483	6955	0.9992209614437888	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.04785700737405782		0	0	False	False	1.0	0					non-mobilizable	other	4819.0	98.07	97.0	0.04804007664058758	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MAD0049_000000001022	11435	0.9992206964902858	8	5	5	5	3	True	112617	fragment	False	MAD0049_000000001022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	75.943	20.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0083_000000000474	18154	0.9992206922074988	25	20	11	14	16	True	123698	fragment	False	CHI0083_000000000474	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8583.0	99.546	100.0	0.27651551774146765	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0123_000000001959	5492	0.9992204879798582	6	4	0	3	4	False	108862	maximal	True	ENG0123_000000001959	0.9729901237073157	PS676	1	1	True	True	1.0	220	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	4991.0	98.117	100.0	0.9180629718283926	CP033358.1	enterobacteria	Salmonella enterica subsp. enterica strain EQAS2016S1 plasmid pEQAS2016S1-3, complete sequence	False	True
ENG0179_000000004873	6303	0.9992203625030472	10	4	4	4	4	False	118787	fragment	False	ENG0179_000000004873	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1823.0	93.96600000000001	99.0	0.011005814164319646	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0028_000000000121	41575	0.999220296118114	38	17	8	13	8	True	132146	fragment	False	SPA0028_000000000121	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1324.0	98.792	3.0	0.005401984402433547	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0086_000000012537	2164	0.9992199454807772	4	2	2	2	2	False	56739	fragment	False	ISR0086_000000012537	1.0		0	0	False	False	0.9796673059463501	0					non-mobilizable	plasmid	2167.0	96.493	100.0	0.04463231180456269	CP016708.1	firmicutes	Lactococcus lactis subsp. cremoris strain UC109 plasmid pUC109B, complete sequence	False	True
MON0105_000000037865	1441	0.9992189326906922	3	2	2	2	1	False	8701	fragment	False	MON0105_000000037865	1.0		0	0	False	False	0.9708535671234131	0					non-mobilizable	no_good_hit								True	False
ENG0010_000000012711	1690	0.9992185119007752	2	1	1	1	1	False	67267	maximal	True	ENG0010_000000012711	1.0		0	0	False	False	0.9786982536315918	0					non-mobilizable	no_good_hit	942.0	97.45200000000001	56.0	0.013698429442100328	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0222_000000026987	1764	0.9992184129429886	3	2	2	2	2	False	56736	fragment	False	ISR0222_000000026987	1.0		0	0	False	False	0.9994331002235413	0					non-mobilizable	plasmid	1764.0	98.29899999999999	100.0	0.023195808430531054	CP016715.1	firmicutes	Lactococcus lactis subsp. lactis strain UC063 plasmid pUC063A, complete sequence	False	True
SPA0069_000000008736	2732	0.999218156877634	3	3	1	3	1	True	108863	maximal	False	FIJ0135_000000010513	0.5986922087156152		0	0	True	True	1.0	21					non-mobilizable	plasmid	2353.0	91.54299999999999	99.0	0.8795948987246812	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
SPA0070_000000007889	2731	0.999218156877634	3	3	1	3	1	True	108863	maximal	False	FIJ0135_000000010513	0.5985960196722249		0	0	True	True	1.0	24					non-mobilizable	plasmid	2358.0	91.561	99.0	0.881470367591898	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ENG0077_000000002439	8413	0.9992178642455204	12	8	3	7	5	False	73549	fragment	False	ENG0077_000000002439	1.0		0	0	False	False	0.9972661137580872	0					non-mobilizable	no_good_hit	430.0	80.0	5.0	0.00010354816141388103	CP042267.1	firmicutes	Clostridioides difficile strain Mta-79 chromosome, complete genome	True	False
ISR0120_000000004424	5849	0.9992174010088088	5	3	2	3	2	True	132102	maximal	True	ISR0120_000000004424	1.0	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	2	1	True	True	1.0	45					non-mobilizable	no_good_hit	1555.0	76.785	28.0	0.0004844587095873338	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
CHI0160_000000005169	5010	0.9992170348549914	5	3	2	2	1	False	78752	maximal	True	CHI0160_000000005169	1.0		1	1	False	False	0.9980040192604065	0					non-mobilizable	no_good_hit	1757.0	83.72200000000001	50.0	0.03071279197533052	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0341_000000003394	3931	0.999216810764636	7	4	2	4	2	True	115108	fragment	False	ISR0341_000000003394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0002568904652203457	NZ_MBEW02000006.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_6_length_120674_cov_255.573, whole genome shotgun sequence	True	True
CHI0020_000000001759	4768	0.9992166126370744	9	5	5	4	4	False	107017	fragment	False	ISR0047_000000004284	0.39062517426589927		0	0	False	False	0.9991610646247864	0					non-mobilizable	other	4151.0	97.904	95.0	0.041373942200223536	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MAD0103_000000008965	2398	0.9992164070032435	2	1	1	1	1	False	17535	maximal	True	MAD0103_000000008965	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0014904562719361507	NZ_MUNI01000067.1	high GC Gram+	Streptomyces reticuliscabiei strain NRRL B-24446 NRRL_B-24446_contig_67, whole genome shotgun sequence	True	False
ISR0348_000000002710	4368	0.9992161342279277	9	7	3	5	6	True	24148	maximal	True	ISR0348_000000002710	1.0		1	1	False	False	1.0	0	IncN				non-mobilizable	no_good_hit	2521.0	97.501	81.0	0.042263442122563985	CP029112.1	enterobacteria	Escherichia coli strain AR436 plasmid unnamed3, complete sequence	True	True
CHI0167_000000005434	3407	0.9992160118418048	5	2	2	2	2	True	111459	maximal	False	SPA0026_000000008556	0.940182363610956		0	0	True	True	0.999706506729126	41					non-mobilizable	no_good_hit								True	True
MON0087_000000016077	3063	0.99921574989264	3	3	3	3	3	False	58932	fragment	False	MON0087_000000016077	1.0		0	0	False	False	0.9937969446182251	0					non-mobilizable	no_good_hit	1517.0	81.543	49.0	0.005736431134048309	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
CAN0016_000000016177	2989	0.999213849921972	5	3	1	2	2	True	92969	maximal	True	CAN0016_000000016177	0.9838016528925619		2	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
CHI0108_000000000256	25951	0.9992135606708832	32	30	4	24	29	True	113254	fragment	False	ISR0056_000000000280	0.9607958391222258		0	0	False	False	1.0	0			MPF_F	MOBP	mobilizable	plasmid	25873.0	99.988	100.0	0.1671436600792046	CP009233.1	enterobacteria	Escherichia coli strain CA08 plasmid pCA08, complete sequence	False	True
ENG0102_000000008346	3242	0.9992131687901928	6	3	2	3	2	False	60396	fragment	False	ENG0102_000000008346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	96.84200000000001	3.0	2.61037150585112e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0062_000000012356	2874	0.9992131687901928	5	3	2	3	2	False	35353	fragment	False	ISR0062_000000012356	1.0		0	0	False	False	0.9996520280838013	0					non-mobilizable	no_good_hit	95.0	96.84200000000001	3.0	2.61037150585112e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0065_000000005787	2927	0.99921245771838	5	2	2	2	2	False	45436	maximal	True	FIJ0065_000000005787	1.0		1	1	False	False	0.9948753118515015	0					non-mobilizable	no_good_hit	1416.0	73.164	47.0	0.024104791306926204	NZ_JNJN01000011.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	False
FIJ0012_000000010348	2317	0.9992121613267964	3	2	2	2	2	False	50803	maximal	True	FIJ0012_000000010348	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000003350	4694	0.9992120155887828	8	5	4	3	4	False	15032	fragment	False	MAD0102_000000003350	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4032.0	96.478	85.0	0.25591302136317395	CP055914.1	enterobacteria	Citrobacter sp. RHBSTW-00848 plasmid pRHBSTW-00848_5, complete sequence	True	False
MAD0105_000000001248	15871	0.9992115147487508	14	14	11	11	13	True	98105	fragment	False	MAD0079_000000000236	0.9773523625196235		0	0	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	6129.0	96.93299999999999	69.0	0.052271233321097156	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	True	True
ENG0070_000000012343	2029	0.9992113093381628	3	1	1	1	1	False	120297	fragment	False	ENG0070_000000012343	0.9997474747474748		0	0	False	False	0.998028576374054	0					non-mobilizable	no_good_hit								True	False
AST0025_000000018673	1980	0.9992113093381628	3	1	1	1	1	False	120297	fragment	False	ENG0070_000000012343	0.9876786594381468		0	0	False	False	0.9994949698448181	0					non-mobilizable	no_good_hit								True	False
ISR0394_000000000045	69411	0.999210390854581	83	20	12	18	11	True	127511	fragment	False	ISR0394_000000000045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	97.302	5.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0347_000000005291	3800	0.9992102067113344	6	3	2	3	3	False	113101	fragment	False	ISR0347_000000005291	1.0		0	0	False	False	0.9973683953285217	0					non-mobilizable	no_good_hit	153.0	80.392	4.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0393_000000000414	25765	0.999209920015572	26	18	14	15	14	True	120197	maximal	False	ISR0048_000000000448	0.9908729050079446	PS720|PS841	0	0	True	True	0.999689519405365	13					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
AST0028_000000000660	25762	0.999209920015572	26	18	14	15	14	True	120197	maximal	False	ISR0048_000000000448	0.990685087468079	PS720|PS841	0	0	True	True	0.9999611973762512	32					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
AST0035_000000000485	25761	0.999209920015572	27	18	14	15	14	True	120197	maximal	False	ISR0048_000000000448	0.9907189635843566	PS720|PS841	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ISR0224_000000000483	25745	0.999209920015572	27	18	14	15	14	True	120197	maximal	False	ISR0048_000000000448	0.9908371144222227	PS720|PS841	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ISR0082_000000000762	25724	0.999209920015572	27	18	14	15	14	True	120197	maximal	False	ISR0048_000000000448	0.9908328211440237	PS720|PS841	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ENG0120_000000000579	25721	0.999209920015572	26	18	14	15	14	True	120197	maximal	False	ISR0048_000000000448	0.9905989048330636	PS720|PS841	0	0	True	True	0.9999611377716064	27					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ISR0078_000000000528	25644	0.999209920015572	26	18	14	15	14	True	120197	maximal	False	ISR0048_000000000448	0.9893460789528374	PS720|PS841	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ENG0127_000000002547	9920	0.9992086439720032	16	9	7	5	6	False	123888	fragment	False	SPA0082_000000000937	0.45712864932369063		0	0	False	False	0.9998992085456848	0					non-mobilizable	other	9919.0	100.0	100.0	0.09897413380169248	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0016_000000001745	9919	0.9992086439720032	16	9	7	5	6	False	123888	fragment	False	SPA0082_000000000937	0.45712448743314393		0	0	False	False	1.0	0					non-mobilizable	other	9919.0	100.0	100.0	0.09897413380169248	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0365_000000000273	34110	0.9992085643435774	57	34	21	23	29	True	112894	maximal	True	ISR0365_000000000273	1.0		2	1	True	True	1.0	27					non-mobilizable	no_good_hit	2061.0	97.089	23.0	0.06737785922314211	NZ_CBYM010000040.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ENG0003_000000000674	26196	0.9992083011782159	34	33	4	26	33	True	113242	fragment	False	ENG0003_000000000674	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	15579.0	97.227	99.0	0.10684820465614717	CP057943.1	enterobacteria	Escherichia coli strain RHB09-C15 plasmid pRHB09-C15_2, complete sequence	False	True
ISR0221_000000000828	19599	0.9992081394121404	24	19	8	8	17	True	132596	backbone	False	ISR0120_000000000296	0.33151125613579446	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15904.0	99.912	100.0	0.4812023247366509	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0133_000000018487	2056	0.9992077431753396	3	2	2	2	1	False	40682	fragment	False	FIJ0133_000000018487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0049_000000000349	34358	0.9992077365488377	24	14	10	13	5	True	130791	fragment	False	ENG0049_000000000349	1.0		0	0	False	False	0.9998835921287537	0					non-mobilizable	no_good_hit	447.0	73.602	1.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	True
USA0015_01_000000026399	1265	0.9992057673781722	2	2	2	2	1	False	1936	fragment	False	USA0015_01_000000026399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000012278	1834	0.9992053868477532	5	2	1	2	1	False	93865	fragment	False	CAN0013_000000012278	1.0		0	0	False	False	0.994547426700592	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	2.6926827056075826e-05	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	True	False
ISR0032_000000004412	6765	0.9992039338831371	5	5	5	5	4	True	106678	fragment	False	CHI0117_000000002072	0.9357961499519681		0	0	False	False	1.0	0					non-mobilizable	other	6769.0	98.92200000000001	100.0	0.6156085137347644	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0200_000000006997	3204	0.9992034151702716	3	2	2	2	1	True	62285	maximal	True	ISR0200_000000006997	0.9673740433263787		10	2	True	True	1.0	101					non-mobilizable	no_good_hit								True	True
ISR0167_000000009466	3184	0.9992034151702716	3	2	2	2	1	True	62285	maximal	False	ISR0200_000000006997	0.9670087781441806		0	0	True	True	0.9993718862533569	8					non-mobilizable	no_good_hit								True	True
ISR0283_000000004259	3164	0.9992034151702716	2	2	2	2	1	True	62285	maximal	False	ISR0200_000000006997	0.9667739819457493		0	0	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
ISR0145_000000009898	3144	0.9992034151702716	2	2	2	2	1	True	62285	maximal	False	ISR0200_000000006997	0.966346255283027		0	0	True	True	1.0	70					non-mobilizable	no_good_hit								True	True
ISR0288_000000009544	3144	0.9992034151702716	2	2	2	2	1	True	62285	maximal	False	ISR0200_000000006997	0.8971696953611217		0	0	True	True	1.0	31					non-mobilizable	no_good_hit								True	True
ISR0040_000000008739	3144	0.9992034151702716	3	2	2	2	1	True	62285	maximal	False	ISR0200_000000006997	0.966914036038587		0	0	True	True	1.0	51					non-mobilizable	no_good_hit								True	True
FIJ0114_000000016988	2299	0.9992026265147632	4	4	3	4	3	False	42682	fragment	False	FIJ0114_000000016988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	38.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
AST0097_000000000769	23063	0.9992020209670944	20	13	10	9	7	True	109043	fragment	False	AST0097_000000000769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	79.41199999999999	1.0	4.226695617396951e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0190_000000005569	4170	0.999201718548691	4	4	2	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.9106408508269467	PS843	0	0	True	True	1.0	57	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4170.0	99.76	100.0	0.5094293411707078	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
FIJ0093_000000005178	4162	0.999201718548691	4	4	2	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.912098484287973	PS843	0	0	True	True	0.9995194673538208	7	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4162.0	99.976	100.0	0.5095518001469508	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
MON0087_000000024628	2055	0.9992013363581594	3	2	2	2	2	True	103360	backbone	False	ISR0210_000000009224	0.9534342869768896	PS603|PS604	0	0	True	True	1.0	61	ColpVC			MOBP,MOBP	mobilizable	plasmid	1450.0	100.0	100.0	0.7332995951417004	CP056806.1	enterobacteria	Escherichia coli strain RHBSTW-00176 plasmid pRHBSTW-00176_7, complete sequence	False	True
ENG0039_000000001609	11377	0.9992012087808172	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8429697645797265		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	99.991	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
TAN0003_000000001073	5253	0.9992011319547008	4	3	3	3	3	False	98274	fragment	False	TAN0003_000000001073	0.975998487335597		0	0	False	False	0.9880068302154541	0					non-mobilizable	plasmid	4966.0	99.899	95.0	0.07764363681856566	DQ390454.1	enterobacteria	Escherichia coli strain 517-2H1 plasmid pLEW517, complete sequence	False	True
CHI0045_000000003605	5110	0.9992011319547008	3	3	3	3	3	False	98274	fragment	False	TAN0003_000000001073	0.9736341939328638		0	0	False	False	1.0	0					non-mobilizable	plasmid	5110.0	99.961	100.0	0.6174018126888218	HG428760.1	enterobacteria	Salmonella enterica subsp. enterica serovar Derby str. T12 plasmid pST12 DNA, complete genome	False	True
MAD0102_000000003045	5088	0.9992011319547008	3	3	3	3	3	False	98274	fragment	False	TAN0003_000000001073	0.9733951449348084		0	0	False	False	0.9980345964431763	0					non-mobilizable	other	5031.0	100.0	100.0	0.07415269853905916	LR794377.1	enterobacteria	Salmonella Enteritidis	False	False
SPA0134_000000005815	5070	0.9992011319547008	3	3	3	3	3	False	98274	fragment	False	TAN0003_000000001073	0.9726768731732717		0	0	False	False	0.9990137815475464	0					non-mobilizable	plasmid	5012.0	99.9	100.0	0.11682014220771651	MK625201.1	enterobacteria	Salmonella enterica subsp. enterica serovar Pullorum strain S9804 plasmid pSPUR, complete sequence	False	True
SPA0068_000000002654	5029	0.9992011319547008	3	3	3	3	3	False	98274	fragment	False	TAN0003_000000001073	0.9734886851061184		0	0	False	False	1.0	0					non-mobilizable	plasmid	5029.0	99.98	100.0	0.029662841804076575	CP021087.1	enterobacteria	Escherichia coli strain 13P460A plasmid p13P460A-2, complete sequence	False	True
SPA0078_000000001529	5029	0.9992011319547008	3	3	3	3	3	False	98274	fragment	False	TAN0003_000000001073	0.9736461320149588		0	0	False	False	1.0	0					non-mobilizable	plasmid	5029.0	100.0	100.0	0.029662841804076575	CP021087.1	enterobacteria	Escherichia coli strain 13P460A plasmid p13P460A-2, complete sequence	False	True
ENG0124_000000015770	1972	0.9992009479820632	4	3	3	3	2	False	58931	fragment	False	ENG0124_000000015770	1.0		0	0	False	False	0.9959431886672974	0					non-mobilizable	no_good_hit	382.0	84.29299999999999	24.0	0.00011353759660483435	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0025_000000011703	3320	0.9992007334950584	8	3	3	3	3	False	121525	fragment	False	ISR0025_000000011703	0.9618630314832846		0	0	False	False	0.9960843324661255	0					non-mobilizable	no_good_hit	426.0	76.291	13.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ISR0131_000000009455	3070	0.9991996098224271	5	2	2	2	1	False	120299	fragment	False	ISR0131_000000009455	0.989069069069069		0	0	False	False	0.99869704246521	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000009499	2789	0.9991996098224271	4	2	2	2	1	False	120299	fragment	False	ISR0131_000000009455	0.9449851806203599		0	0	False	False	0.9949802756309509	0					non-mobilizable	no_good_hit								True	False
MAD0056_000000002793	4180	0.9991996023668074	3	2	2	2	2	False	17071	fragment	False	MAD0056_000000002793	1.0		0	0	False	False	0.9995215535163879	0					non-mobilizable	other	4180.0	99.928	100.0	0.0008885378405893358	CP010226.1	enterobacteria	Escherichia coli strain S1, complete genome	False	False
FIJ0137_000000010118	1176	0.999199579244827	2	2	2	1	1	False	40487	maximal	True	FIJ0137_000000010118	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0278_000000003169	3169	0.9991994809472892	5	5	4	3	1	False	26280	fragment	False	ISR0278_000000003169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0192_000000000099	58622	0.9991982431519184	103	29	15	21	17	True	112950	maximal	True	ISR0192_000000000099	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	5213.0	92.5	47.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0035_000000004440	3937	0.9991981006996216	6	3	2	2	3	True	64003	maximal	False	FIJ0025_000000005302	0.9987582751720139		0	0	True	True	1.0	18	Col(MP18)			MOBP	mobilizable	plasmid	2387.0	99.916	100.0	0.6176546725342997	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
USA0065_01_000000002198	5218	0.9991979630619022	11	3	1	3	2	True	54929	maximal	True	USA0065_01_000000002198	0.999952444359901		7	2	True	True	0.9998083710670471	9					non-mobilizable	no_good_hit	46.0	100.0	2.0	1.7968741577152385e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
USA0021_01_000000003559	5178	0.9991979630619022	11	3	1	3	2	True	54929	maximal	False	USA0065_01_000000002198	0.9999045240992148		0	0	True	True	0.9972962737083435	1					non-mobilizable	no_good_hit	46.0	100.0	1.0	1.7968741577152385e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
ENG0188_000000005086	5178	0.9991979630619022	11	3	1	3	2	True	54929	maximal	False	USA0065_01_000000002198	0.9980356366576733		0	0	True	True	0.9996137619018555	5					non-mobilizable	no_good_hit	45.0	100.0	2.0	3.187177117227272e-05	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	True
USA0132_01_000000003565	5085	0.9991979630619022	11	3	1	3	2	True	54929	maximal	False	USA0065_01_000000002198	0.992198433357746		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	46.0	100.0	1.0	1.7968741577152385e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
ISR0838_000000017820	1387	0.9991978321734732	2	2	2	2	1	False	20862	fragment	False	ISR0838_000000017820	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	98.34200000000001	100.0	0.00187787829560189	NZ_RBXN01000001.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_101, whole genome shotgun sequence	False	False
DEN0096_000000022170	2023	0.9991972327340362	3	2	2	2	2	False	68172	fragment	False	DEN0096_000000022170	1.0		0	0	False	False	0.9985170364379883	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	9.745523001811241e-05	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
SPA0137_000000009841	3706	0.9991966988165676	4	4	2	3	4	True	119778	maximal	True	SPA0137_000000009841	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	no_good_hit	1207.0	97.59700000000001	49.0	0.1533177812337999	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ENG0183_000000005032	5553	0.9991959106464576	8	5	1	2	4	True	123447	maximal	False	USA0052_01_000000003036	0.6083325172786527	PS125|PS126|PS616|PS897|PS899	0	0	True	True	1.0	304	rep_cluster_1868	MOBP			mobilizable	no_good_hit	2535.0	99.803	51.0	0.9200581395348837	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	True	True
SPA0075_000000002694	5258	0.9991952830426392	5	2	2	2	1	True	24993	fragment	False	SPA0075_000000002694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000003223	3913	0.9991952830426392	4	2	2	2	1	True	24992	fragment	False	SPA0076_000000003223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0042_000000001027	9891	0.9991950763544564	16	8	7	5	5	False	123888	fragment	False	SPA0082_000000000937	0.40532355974555034		0	0	False	False	1.0	0					non-mobilizable	plasmid	7443.0	98.818	98.0	0.07566709732550687	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0064_000000013242	1577	0.9991950536381649	2	2	2	2	2	False	20863	fragment	False	SPA0151_000000011785	0.9564007421150278		0	0	False	False	0.9993658661842346	0					non-mobilizable	other	1578.0	99.493	100.0	0.0021366623897288457	NZ_RBXN01000001.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_101, whole genome shotgun sequence	False	False
ISR0358_000000004273	4143	0.9991949558697126	4	4	2	3	4	True	98128	maximal	False	ISR0021_000000005316	0.9928212188584326		0	0	True	True	1.0	6	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4135.0	99.34700000000001	100.0	0.9789149490642028	CP035324.1	enterobacteria	Escherichia coli strain BR07-DEC plasmid unnamed2	False	True
ENG0097_000000007532	4166	0.9991949506970004	4	4	2	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.8900814383721182	PS843	0	0	True	True	0.9975996017456055	18	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3803.0	99.921	100.0	0.930266699290433	MN689939.1	enterobacteria	Escherichia coli strain LWY24J plasmid pLWY24J-1, complete sequence	False	True
FIJ0170_000000002700	6047	0.9991941993651814	5	3	3	2	2	False	38834	maximal	True	FIJ0170_000000002700	1.0		1	1	False	False	0.9938812851905823	0					non-mobilizable	no_good_hit	241.0	75.934	4.0	4.7770847659569684e-05	CP031698.1	g-proteobacteria	Xanthomonas oryzae pv. oryzae strain PXO142 chromosome, complete genome	True	False
ENG0168_000000002276	11688	0.9991941104371744	11	7	3	4	7	True	56012	fragment	False	ENG0168_000000002276	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	no_good_hit	4419.0	97.171	65.0	0.04930391178021337	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
ENG0025_000000001127	15323	0.999193592563042	18	9	6	7	7	False	122574	maximal	True	ENG0025_000000001127	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5634.0	98.314	44.0	0.24435861829543482	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
BAN0020_000000000170	24430	0.9991927985008866	27	27	16	18	26	True	97756	fragment	False	BAN0020_000000000170	0.9801761203902761		0	0	False	False	0.9999181628227234	0		MOBC	MPF_T		conjugative	plasmid	24430.0	99.98	100.0	0.21446254872353127	CP042902.1	enterobacteria	Escherichia coli strain CFSAN061762 plasmid pCFSAN061762, complete sequence	False	True
SPA0134_000000005637	5261	0.9991927824708255	8	7	4	4	6	True	108522	fragment	False	SPA0134_000000005637	1.0		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	5264.0	98.689	100.0	0.06965905329361138	AP022352.1	enterobacteria	Klebsiella pneumoniae E208 plasmid pE208_IMP6 DNA, complete sequence	False	True
MON0011_000000015436	3050	0.9991925916470096	5	1	1	1	1	False	39466	fragment	False	MON0011_000000015436	1.0		0	0	False	False	0.9852458834648132	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
ISR0098_000000001673	9815	0.9991924408292006	15	10	4	5	8	True	130680	maximal	True	ISR0098_000000001673	1.0	PS1000|PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS1120|PS1121|PS122|PS54|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS891|PS892|PS996	0	0	True	True	1.0	28	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3549.0	99.352	68.0	0.5685393258426966	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	True	True
ISR0298_000000008117	1819	0.9991913306953822	5	2	1	2	2	False	25637	fragment	False	ISR0298_000000008117	1.0		0	0	False	False	0.9681143760681152	0					non-mobilizable	no_good_hit								True	False
CHI0107_000000001663	6937	0.9991896506158776	7	4	3	3	3	False	106852	fragment	False	CHI0107_000000001663	1.0		0	0	False	False	0.9985584616661072	0					non-mobilizable	no_good_hit	326.0	73.006	5.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
AST0050_000000010656	1292	0.9991890706022682	3	2	2	2	1	False	114684	fragment	False	AST0050_000000010656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	88.786	59.0	0.6342281879194631	MK231658.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.I12_2-CL12_c17 sequence	True	False
CHI0056_000000007592	2502	0.9991874072086628	2	2	2	2	1	True	86148	maximal	True	CHI0056_000000007592	1.0		1	1	True	True	0.9900079965591431	22					non-mobilizable	plasmid	1207.0	90.555	92.0	0.503784693019344	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	False	True
ISR0342_000000006755	2472	0.9991874072086628	2	2	2	2	1	True	83544	maximal	False	CHI0094_000000001920	0.9274078505129547		0	0	True	True	1.0	186					non-mobilizable	plasmid	1406.0	89.9	99.0	0.5887300252312868	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	False	True
ISR0846_000000001341	7249	0.9991873785287304	4	3	3	3	2	False	29020	maximal	True	ISR0846_000000001341	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	82.71600000000001	1.0	2.412206246046243e-05	NC_015152.1	spirochetes	Sphaerochaeta globosa str. Buddy, complete sequence	True	False
ISR0225_000000000369	17320	0.9991870573630725	16	9	6	9	4	False	112541	fragment	False	ISR0225_000000000369	1.0		0	0	False	False	0.9991917014122009	0					non-mobilizable	no_good_hit	7673.0	97.602	77.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0137_000000004391	8104	0.999186986137272	12	8	4	6	5	False	128703	fragment	False	SPA0137_000000004391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4220.0	95.28399999999999	76.0	0.09435355728129266	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MON0038_000000010455	2823	0.99918688502853	6	4	2	4	3	False	80064	maximal	True	MON0038_000000010455	0.9976807112485504		1	1	False	False	0.9989373087882996	0					non-mobilizable	no_good_hit								True	False
ISR0270_000000000681	7250	0.9991853586451758	11	6	2	4	4	False	90321	fragment	False	ISR0270_000000000681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	97.84899999999999	5.0	0.07604017216642754	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	False
ENG0152_000000004609	4821	0.9991849859570058	8	8	5	8	8	True	97925	fragment	False	MAD0108_000000003174	0.9533529578334601		0	0	False	False	1.0	0					non-mobilizable	plasmid	4821.0	100.0	100.0	0.04310075023920022	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
AUS0002_000000002021	11840	0.999184657709014	13	7	5	7	4	True	103154	fragment	False	AUS0002_000000002021	1.0		0	0	False	False	0.9983952641487122	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	7.290504942290857e-06	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	True
SPA0099_000000001312	6110	0.9991841444560392	5	5	2	2	5	False	89873	maximal	True	SPA0099_000000001312	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2994.0	100.0	99.0	0.025210579514824798	LT883139.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, plasmid: I	False	True
SPA0142_000000009936	2871	0.999183408028576	5	3	2	3	2	True	131988	maximal	False	ENG0076_000000004149	0.8497915039086481		0	0	True	True	1.0	51					non-mobilizable	no_good_hit								True	True
ISR0158_000000007265	2565	0.999181671748227	4	3	2	3	2	False	44749	fragment	False	ISR0158_000000007265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000018059	1772	0.9991816167672892	3	2	2	1	1	False	80066	fragment	False	ENG0052_000000018059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0099_000000001302	6161	0.9991812848029996	9	9	9	9	8	False	20259	maximal	True	SPA0099_000000001302	1.0		3	3	False	False	1.0	0					non-mobilizable	other	5349.0	100.0	100.0	0.0010939350221415476	CP020835.1	enterobacteria	Escherichia coli strain CFSAN051542, complete genome	False	False
MAD0042_000000013834	1726	0.9991806925962092	3	1	1	1	1	False	18114	fragment	False	MAD0042_000000013834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
MAD0097_000000037075	1124	0.9991806925962092	3	1	1	1	1	False	15376	fragment	False	MAD0097_000000037075	1.0		0	0	False	False	0.9991103410720825	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
ENG0008_000000012481	2012	0.9991801763936702	3	1	1	1	1	False	67429	fragment	False	ENG0008_000000012481	1.0		0	0	False	False	0.9975149035453796	0					non-mobilizable	no_good_hit								True	False
SPA0049_000000003118	7043	0.999180039785938	10	7	3	4	6	False	80728	fragment	False	SPA0049_000000003118	1.0		0	0	False	False	0.999858021736145	0					non-mobilizable	no_good_hit	3022.0	97.71700000000001	87.0	0.0012353761681583736	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
MON0032_000000029669	1108	0.9991797518748696	2	1	1	1	1	False	12358	fragment	False	MON0032_000000029669	1.0		0	0	False	False	0.9774368405342102	0					non-mobilizable	no_good_hit	592.0	94.257	53.0	0.00951229343006852	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
MON0068_000000004257	8219	0.999179645864557	8	5	5	5	5	False	10574	maximal	True	MON0068_000000004257	1.0		2	1	False	False	0.9941598773002625	0					non-mobilizable	no_good_hit	630.0	71.27	8.0	0.00017947711740794764	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0146_000000001886	10847	0.9991789014301584	19	10	7	10	6	True	132449	maximal	True	SPA0146_000000001886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1516.0	86.148	14.0	0.00047626357201461383	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0362_000000002299	10133	0.9991788338558644	14	11	7	11	6	True	132461	fragment	False	ISR0362_000000002299	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1101.0	78.928	11.0	0.004131275156582536	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0025_000000003195	6164	0.999178776145038	4	4	4	4	4	False	66184	maximal	True	ENG0025_000000003195	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	6174.0	99.223	99.0	0.06432376643279365	CP058183.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00039 plasmid pRHBSTW-00039_4, complete sequence	False	True
SPA0091_000000002749	6327	0.9991778317250772	8	7	3	4	7	False	5350	maximal	True	SPA0091_000000002749	1.0		1	1	False	False	0.9973130822181702	0					non-mobilizable	plasmid	6327.0	100.0	100.0	0.030946394153156767	LR135288.1	firmicutes	Enterococcus faecium isolate E7199 genome assembly, plasmid: 2	False	True
ENG0048_000000004697	5434	0.9991777954616984	6	4	2	3	3	False	64283	fragment	False	ENG0048_000000004697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	70.845	6.0	0.00011349506885816552	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
CAN0022_000000016640	1904	0.9991775563890344	3	1	1	1	1	False	91299	fragment	False	CAN0022_000000016640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	84.65299999999999	26.0	0.00705348598163967	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
DEN0026_000000001532	16638	0.9991771610181512	15	14	6	8	13	True	98072	maximal	True	DEN0026_000000001532	1.0		1	1	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	16638.0	99.988	100.0	0.16994392065129676	AP010962.1	enterobacteria	Escherichia coli O111:H- str. 11128 plasmid pO111_2 DNA, complete sequence	False	True
FIJ0020_000000005219	4416	0.9991768194747715	7	4	2	4	3	False	60397	maximal	True	FIJ0020_000000005219	1.0		1	1	False	False	0.992527186870575	0					non-mobilizable	no_good_hit	1117.0	99.73100000000001	25.0	0.0003889949291234508	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0086_000000003301	7028	0.999176492963375	13	8	5	7	4	True	125393	fragment	False	ENG0086_000000003301	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3988.0	98.245	94.0	0.0011379424903787206	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0042_000000006700	4366	0.9991763756072944	5	3	3	3	2	False	120300	fragment	False	SPA0042_000000006700	1.0		0	0	False	False	0.9993128776550293	0					non-mobilizable	no_good_hit	481.0	72.34899999999999	11.0	0.4567307692307692	GQ883126.1		Uncultured organism clone VC1D865TR genomic sequence	True	False
SPA0029_000000002958	7233	0.9991763243262716	8	6	6	6	6	False	44595	maximal	True	SPA0029_000000002958	1.0		1	1	False	False	0.9994469881057739	0					non-mobilizable	no_good_hit	1013.0	98.618	30.0	0.0017884851248228305	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
TAN0002_000000005386	5416	0.9991761109179677	4	4	3	3	3	True	90289	maximal	True	TAN0002_000000005386	1.0		1	1	False	False	0.999076783657074	0	IncFIB				non-mobilizable	no_good_hit	4281.0	97.384	87.0	0.09659642703886893	CP055460.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00489 plasmid unnamed	True	True
CHI0003_000000002403	4178	0.9991760793722044	5	3	2	3	1	False	90993	maximal	True	CHI0003_000000002403	1.0		0	0	False	False	0.9930588603019714	0					non-mobilizable	no_good_hit	117.0	81.197	3.0	2.8537312536141005e-05	NZ_CP012898.1	CFB group bacteria	Algibacter alginicilyticus strain HZ22 chromosome, complete genome	True	False
FIJ0068_000000005481	5442	0.9991751980999912	7	4	1	2	4	False	45122	maximal	True	FIJ0068_000000005481	1.0		1	1	True	True	0.9998162388801575	2					non-mobilizable	no_good_hit	1491.0	79.544	44.0	0.00032278960824858727	NZ_CP006929.1	enterobacteria	Dickeya zeae EC1 chromosome, complete genome	True	True
CHI0146_000000000665	8543	0.9991751878692816	12	4	3	2	3	False	91303	maximal	True	CHI0146_000000000665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1772.0	94.131	51.0	0.03138624038563783	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0037_000000010892	5084	0.9991741672959372	7	7	2	4	7	True	23590	fragment	False	MON0037_000000010892	1.0		0	0	False	False	0.9976396560668945	0	rep_cluster_1197	MOBP			mobilizable	plasmid	5102.0	96.119	100.0	0.08944773002474422	CP025390.1	firmicutes	Enterococcus faecium strain 13-009 plasmid unnamed1	False	True
CAN0007_000000001202	28084	0.9991731006754052	44	11	8	10	8	True	114973	maximal	True	CAN0007_000000001202	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	87.37200000000001	1.0	8.12889306469012e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MON0055_000000009914	2222	0.9991719842803058	2	2	1	1	2	False	39465	fragment	False	MON0060_000000015594	0.6397452598060501		0	0	False	False	0.9855985641479492	0					non-mobilizable	no_good_hit								True	False
ENG0128_000000000150	56718	0.9991711871365384	95	31	12	22	16	True	112976	maximal	True	ENG0128_000000000150	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5243.0	91.169	40.0	0.09252826711090632	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0084_000000012245	2291	0.9991711250942656	5	3	2	3	2	False	61527	maximal	True	ENG0084_000000012245	1.0		0	0	False	False	0.9751200079917908	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000003117	12749	0.9991708658614876	19	10	7	6	7	False	123926	maximal	False	CHI0102_000000000588	0.956057254585159		0	0	False	False	1.0	0					non-mobilizable	plasmid	11279.0	99.956	100.0	0.11473158424805949	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0162_000000007484	4902	0.9991698087004792	4	4	4	4	4	True	126912	fragment	False	ISR0162_000000007484	0.9848752483992051		0	0	False	False	0.9997959733009338	0	rep_cluster_2313				non-mobilizable	plasmid	4902.0	100.0	100.0	0.03811516207304175	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	False	True
CHI0140_000000006438	4687	0.999168972337658	6	3	2	3	3	False	103616	fragment	False	CHI0140_000000006438	1.0		0	0	False	False	0.9978664517402649	0					non-mobilizable	no_good_hit	181.0	77.348	4.0	8.177750849022456e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0191_000000001560	5628	0.9991678802130588	7	3	2	3	2	False	69814	fragment	False	ISR0191_000000001560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1551.0	90.458	45.0	0.06098389481676857	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ENG0181_000000000467	36945	0.9991677218336344	40	35	18	20	32	True	132610	fragment	False	ENG0181_000000000467	1.0		0	0	False	True	1.0	0	rep_cluster_1702	MOBB	MPF_T		conjugative	no_good_hit	18262.0	99.912	76.0	0.5525487347136457	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
MON0047_000000000786	24076	0.9991667896281776	34	18	10	14	9	True	51421	maximal	True	MON0047_000000000786	1.0		3	1	False	False	0.9982555508613586	0					non-mobilizable	no_good_hit	747.0	97.85799999999999	3.0	0.08329606440071556	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
MON0061_000000007969	5040	0.9991656864151176	4	3	3	3	3	False	41661	fragment	False	MON0061_000000007969	1.0		0	0	False	False	0.9890872836112976	0					non-mobilizable	no_good_hit	126.0	96.03200000000001	2.0	0.10803802938634399	NZ_WEHX01000194.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_195_length_1157_cov_403.482987, whole genome shotgun sequence	True	False
ENG0042_000000006864	3899	0.9991639404314656	6	4	3	4	2	True	130290	fragment	False	ISR0387_000000005837	0.8147422349130142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	87.67399999999999	45.0	0.001944642509885266	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0077_000000000161	55605	0.9991636317397726	90	29	11	20	17	True	52034	maximal	True	FIJ0077_000000000161	1.0		1	1	True	True	0.9999819993972778	5					non-mobilizable	no_good_hit	5152.0	92.275	41.0	0.09116364796370467	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0023_000000011353	1533	0.999163571661198	3	2	1	2	1	False	66260	maximal	True	ENG0023_000000011353	1.0		1	1	False	False	0.9928245544433594	0					non-mobilizable	no_good_hit	60.0	100.0	4.0	0.09752066115702479	EU061726.1	bacteria	Uncultured bacterium clone HA0AAA2ZB07RM1 genomic sequence	True	False
SPA0023_000000001866	9546	0.9991635019787904	20	7	4	5	7	False	29159	fragment	False	SPA0023_000000001866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	82.098	13.0	0.0002961699891817406	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
USA0036_01_000000001780	20006	0.9991627082272744	26	21	7	9	19	True	132596	backbone	False	ISR0120_000000000296	0.32920190458445425	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	20010.0	99.86	100.0	0.6054909795374742	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0047_000000002091	10907	0.9991625287981412	14	10	8	10	6	True	126356	fragment	False	ISR0047_000000002091	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	4.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0101_000000003132	3075	0.999161690217894	4	3	1	1	3	False	108516	fragment	False	AST0101_000000003132	1.0		0	0	False	False	0.995121955871582	0					non-mobilizable	plasmid	3040.0	99.803	99.0	0.03589101602636023	CP056588.1	enterobacteria	Citrobacter freundii strain RHBSTW-00355 plasmid pRHBSTW-00355_3, complete sequence	False	True
FIJ0144_000000013818	2278	0.9991612772284412	4	4	3	4	3	False	40092	fragment	False	FIJ0144_000000013818	1.0		0	0	False	False	0.9995610117912292	0					non-mobilizable	no_good_hit	907.0	97.244	40.0	0.024888058676482708	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ENG0190_000000003255	9072	0.99916026495763	9	7	5	7	3	True	130292	maximal	True	ENG0190_000000003255	1.0		1	1	False	False	0.9998897910118103	0					non-mobilizable	no_good_hit	4644.0	96.74799999999999	61.0	0.009704393428362925	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0090_000000005243	2408	0.9991601173533758	4	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.28894066545845337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	85.4	44.0	0.002082649397683575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0115_000000000820	18418	0.999159247604264	20	16	8	8	14	True	132596	backbone	False	ISR0120_000000000296	0.34250676310650524	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18418.0	99.913	100.0	0.5573011260443153	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0073_000000001360	18289	0.999159247604264	20	16	8	8	14	True	132596	backbone	False	ISR0120_000000000296	0.33903357060372474	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18289.0	99.902	100.0	0.553366024942487	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0079_01_000000000955	18288	0.999159247604264	20	16	8	8	14	True	132596	backbone	False	ISR0120_000000000296	0.3390266980047676	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18288.0	99.869	99.0	0.553366024942487	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0184_000000001123	18288	0.999159247604264	20	16	8	8	14	True	132596	backbone	False	ISR0120_000000000296	0.3391034884585923	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18288.0	99.945	100.0	0.553366024942487	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0771_000000000350	18288	0.999159247604264	20	16	8	8	14	True	132596	backbone	False	ISR0120_000000000296	0.3390784435170274	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18288.0	99.91799999999999	100.0	0.553366024942487	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0096_000000008632	1125	0.9991592378885826	2	1	1	1	1	False	83437	maximal	True	CHI0096_000000008632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	94.76700000000001	52.0	0.0002527487034973059	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0028_000000001651	8173	0.9991577866601687	7	5	2	4	3	False	71353	fragment	False	ENG0028_000000001651	0.9876869520371325		0	0	False	False	0.9997552633285522	0					non-mobilizable	no_good_hit	347.0	70.893	4.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ENG0080_000000002913	7812	0.9991577866601687	7	5	2	4	3	False	64284	fragment	False	ENG0080_000000002913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	70.893	4.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
DEN0078_000000003028	7756	0.9991577866601687	7	5	2	4	3	False	71353	fragment	False	ENG0028_000000001651	0.9628043558057017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	70.893	4.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0269_000000002206	5686	0.9991570253407452	11	6	5	4	6	False	101854	fragment	False	ISR0269_000000002206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2042.0	98.58	85.0	0.02036763531853744	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0168_000000007381	3539	0.999156057049198	5	4	3	4	2	True	59135	fragment	False	ISR0292_000000004749	0.930036021058465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	2.0	0.00025157949199929746	NZ_FNIJ01000011.1	g-proteobacteria	Pseudomonas jinjuensis strain JCM 21621, whole genome shotgun sequence	True	True
ENG0167_000000008087	3066	0.999154938674118	5	3	2	3	2	False	56076	maximal	True	ENG0167_000000008087	1.0		1	1	False	False	0.9778212904930115	0					non-mobilizable	no_good_hit	735.0	79.592	24.0	0.0002020738599549784	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0316_000000001082	13089	0.9991549019008404	13	10	6	10	5	False	122564	fragment	False	ISR0316_000000001082	1.0		0	0	False	False	0.999923586845398	0					non-mobilizable	no_good_hit	3091.0	89.259	57.0	0.06868383949152922	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0007_000000000992	16325	0.9991545450522944	18	11	5	5	11	True	132596	backbone	False	ISR0120_000000000296	0.08092660583534135	PS1169|PS902	0	0	False	True	0.9999387264251709	0		MOBB	MPF_T		conjugative	plasmid	16175.0	99.98100000000001	99.0	0.5207186322804984	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0121_01_000000019367	2360	0.9991544303916676	6	2	1	2	1	True	860	fragment	False	USA0121_01_000000019367	1.0		0	0	False	False	0.9991525411605835	0					non-mobilizable	no_good_hit								True	True
ISR0001_000000005001	5958	0.999153744761432	8	6	4	4	5	False	119566	fragment	False	AUS0004_000000002812	0.1016050963005104		0	0	False	False	0.9912722110748291	0					non-mobilizable	no_good_hit	326.0	73.006	5.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0840_000000000886	11115	0.9991532871453048	14	6	4	6	3	True	99221	backbone	False	ENG0181_000000001971	0.30047636372944925	PS555	0	0	True	True	1.0	63	rep_cluster_78				non-mobilizable	other	3806.0	97.005	97.0	0.14236215727628804	NZ_NHOC01000021.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c23, whole genome shotgun sequence	False	True
ISR0018_000000002491	8654	0.9991528276146604	12	9	8	8	7	False	37814	fragment	False	ISR0018_000000002491	0.9967040592112871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000002353	8647	0.9991528276146604	13	9	8	8	7	False	37814	fragment	False	ISR0018_000000002491	0.9963022879593252		0	0	False	False	0.9979183673858643	0					non-mobilizable	no_good_hit								True	False
MAD0025_000000001277	7047	0.9991519611038016	9	8	3	5	8	True	74166	fragment	False	MAD0025_000000001277	1.0		0	0	False	False	0.9997161626815796	0	IncX4				non-mobilizable	plasmid	7048.0	99.95700000000001	100.0	0.2171782544378698	CP047612.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 plasmid pNMBU_W06E18_Str1_3, complete sequence	False	True
DEN0007_000000006148	4581	0.9991508288094252	6	4	4	3	3	False	121919	maximal	True	DEN0007_000000006148	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	89.167	10.0	0.0032946322942746307	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
FIJ0162_000000004313	5436	0.9991501971248636	10	6	3	3	4	True	103426	maximal	True	FIJ0162_000000004313	1.0		1	1	True	True	1.0	4		MOBP			mobilizable	no_good_hit	2127.0	96.568	79.0	0.42696177062374246	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
MAD0096_000000008377	2190	0.9991487963347636	4	4	0	3	4	False	39430	fragment	False	MAD0096_000000008377	1.0		0	0	False	False	0.9995433688163757	0					non-mobilizable	plasmid	2190.0	98.721	100.0	0.2945371367061356	CP041096.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KPCTRSRTH01 plasmid unnamed4, complete sequence	False	True
SPA0126_000000023476	1863	0.9991486546220758	4	3	3	3	2	False	3965	maximal	True	SPA0126_000000023476	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	100.0	30.0	0.0001076853859116914	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0003_000000000778	23491	0.9991485018529024	27	21	12	15	19	True	123671	maximal	True	ENG0003_000000000778	1.0	PS902	1	1	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	7963.0	97.287	56.0	0.2561815840309079	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	True	True
MAD0098_000000003294	10613	0.9991480554036026	11	9	2	4	9	True	98075	fragment	False	MAD0102_000000000825	0.1911287508722959		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	10519.0	99.895	100.0	0.23739984200428846	LC501483.1	enterobacteria	Escherichia coli 19-Ec-C-96 plasmid p19C96-1, sequence_id: contig2	False	True
ISR0048_000000000973	15471	0.9991480139677508	13	7	5	5	6	False	36054	fragment	False	ISR0048_000000000973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2562.0	85.55799999999999	38.0	0.10056394683913712	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	True	False
BAN0019_000000000888	3451	0.9991471835255464	5	4	0	3	4	False	105951	maximal	True	BAN0019_000000000888	0.9949708423439025		13	8	True	True	1.0	31		MOBP		MOBP	mobilizable	plasmid	3456.0	99.855	100.0	0.5606945796819215	CP021100.1	enterobacteria	Escherichia coli strain 13P477T plasmid p13P477T-10, complete sequence	False	True
ENG0185_000000006498	3432	0.9991471835255464	4	4	0	3	4	False	105951	maximal	False	BAN0019_000000000888	0.9940540800852569		0	0	True	True	1.0	246		MOBP		MOBP	mobilizable	plasmid	3437.0	99.65100000000001	100.0	0.5572865952612788	CP021100.1	enterobacteria	Escherichia coli strain 13P477T plasmid p13P477T-10, complete sequence	False	True
CHI0042_000000003551	3448	0.9991471445520884	5	3	0	3	3	False	105951	maximal	False	BAN0019_000000000888	0.9944944158028609		0	0	True	True	1.0	17		MOBP		MOBP	mobilizable	plasmid	3453.0	99.652	100.0	0.5600454397922753	CP021100.1	enterobacteria	Escherichia coli strain 13P477T plasmid p13P477T-10, complete sequence	False	True
MAD0013_000000007751	2997	0.9991468607920015	3	2	2	2	1	False	24672	fragment	False	MAD0092_000000005381	0.7898822617141894		0	0	False	False	0.9943276643753052	0					non-mobilizable	no_good_hit	195.0	99.48700000000001	8.0	5.175087342936766e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0015_000000005583	3400	0.9991467048063148	3	3	3	3	1	True	127159	backbone	False	AST0007_000000005470	0.9993961208655039	PS982	0	0	True	True	0.9997059106826782	15	rep_cluster_1188				non-mobilizable	plasmid	3128.0	100.0	100.0	0.9303778637310325	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
SPA0131_000000023693	1207	0.9991465580613584	3	1	1	1	1	False	61408	fragment	False	SPA0131_000000023693	1.0		0	0	False	False	0.9908865094184875	0					non-mobilizable	other	1189.0	99.15899999999999	98.0	0.031203214876684263	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
AST0062_000000008630	1923	0.9991453545821694	4	3	2	3	1	False	117198	fragment	False	AST0062_000000008630	1.0		0	0	False	False	0.9968798756599426	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000002803	5471	0.999144005509158	9	7	4	5	7	True	114218	maximal	True	MAD0096_000000002803	1.0		1	1	False	False	0.9979894161224365	0					non-mobilizable	no_good_hit	3912.0	98.72200000000001	77.0	0.043997705054504954	CP041679.1	enterobacteria	Escherichia coli strain ESBL 15 plasmid unnamed1, complete sequence	True	True
ISR0315_000000000749	9596	0.9991435116380978	14	9	5	5	9	True	123628	fragment	False	USA0108_01_000000001009	0.4657356817950504		0	0	False	True	0.9998958110809326	0	rep_cluster_1702				non-mobilizable	plasmid	5981.0	98.863	99.0	0.18100369271747685	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
SPA0007_000000003084	6859	0.9991433579602088	10	5	5	5	4	False	105345	maximal	True	SPA0007_000000003084	1.0		1	1	False	False	0.9997084140777588	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	1.3012920528793038e-05	LR131492.1	apicomplexans	Plasmodium falciparum genome assembly, chromosome: 12	True	False
FIJ0152_000000008305	2838	0.9991432705401944	3	2	2	2	1	True	114137	maximal	False	FIJ0140_000000010298	0.9792351297827052		0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
FIJ0050_000000008967	2838	0.9991432705401944	2	2	2	2	1	True	114137	maximal	False	FIJ0140_000000010298	0.9807812952055681		0	0	True	True	0.9996476173400879	2					non-mobilizable	no_good_hit								True	True
MAD0058_000000006753	2254	0.9991432705401944	2	2	2	2	1	True	16957	fragment	False	MAD0058_000000006753	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0134_000000004903	6571	0.9991429248282446	9	5	4	4	5	True	37690	fragment	False	ISR0103_000000003520	0.9621620266847994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.274398113255954e-07	LR215989.1	flatworms	Hymenolepis microstoma genome assembly, chromosome: 1	True	True
ENG0036_000000000626	26325	0.9991420071522912	33	18	9	14	11	True	127246	backbone	False	ENG0090_000000000397	0.726509666289275	PS988|PS992	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	6562.0	97.257	73.0	0.2617192183191464	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CAN0003_000000017057	2916	0.9991420043383504	4	3	2	3	1	True	96690	maximal	True	CAN0003_000000017057	1.0		1	1	True	True	1.0	6					non-mobilizable	plasmid	1728.0	92.361	99.0	0.6060393258426966	HG796829.1	bacteria	Uncultured bacterium plasmid pRGF00146	False	True
AST0090_000000010449	2211	0.9991420043383504	4	3	2	3	1	True	109901	maximal	False	ENG0138_000000008839	0.9983896940418681		0	0	True	True	1.0	64					non-mobilizable	no_good_hit	685.0	87.59100000000001	89.0	0.3045230631437528	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	True	True
FIJ0116_000000012039	1424	0.9991419088047824	3	2	2	2	2	False	41656	fragment	False	FIJ0116_000000012039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	4.0	0.00014629757414239144	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0113_000000001853	15820	0.9991407985820708	13	7	5	7	4	False	73564	fragment	False	SPA0113_000000001853	1.0		0	0	False	False	0.9999367594718933	0					non-mobilizable	no_good_hit	68.0	86.765	0.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
FIJ0066_000000015792	2060	0.9991407726412184	4	4	3	2	3	False	45328	maximal	True	FIJ0066_000000015792	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2060.0	99.66	100.0	0.0004109330135280585	CP054219.1	enterobacteria	Escherichia coli strain EcPF18 chromosome, complete genome	False	False
ISR0089_000000005069	4541	0.9991393114667286	7	3	0	3	1	True	99989	maximal	True	ISR0089_000000005069	0.9997279349185939	PS111|PS565	3	2	True	True	0.9969169497489929	3					non-mobilizable	no_good_hit	332.0	78.61399999999999	7.0	0.10274828232354778	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
DEN0024_000000003630	2215	0.999139306103533	3	2	2	2	2	False	125193	fragment	False	DEN0024_000000003630	1.0		0	0	False	False	0.9972912073135376	0					non-mobilizable	no_good_hit	195.0	90.76899999999999	19.0	5.1988757565168174e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0146_000000002578	8370	0.9991387676039644	11	8	5	6	7	False	122537	fragment	False	SPA0146_000000002578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5207.0	95.141	72.0	0.11642011503256272	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0037_000000013062	1774	0.9991384399401668	2	2	2	2	2	True	114490	maximal	False	DEN0079_000000033775	0.9945975272909422		0	0	True	True	0.9988725781440735	10					non-mobilizable	plasmid	1602.0	99.56299999999999	100.0	0.9428739693757362	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
SPA0099_000000001185	7122	0.999137761717236	9	4	4	4	4	True	5014	maximal	True	SPA0099_000000001185	1.0		1	1	False	False	0.9997192025184631	0					non-mobilizable	no_good_hit	2156.0	98.655	30.0	0.0008176292243069976	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	True	True
DEN0047_000000001000	2271	0.999137540144954	3	3	3	3	3	False	72659	fragment	False	DEN0047_000000001000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	75.28699999999999	15.0	0.01673170731707317	NZ_FQXK01000051.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
CHI0166_000000000101	36021	0.9991370277108717	44	33	21	22	25	True	102536	maximal	False	USA0012_01_000000000166	0.9543798511592417		0	0	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	6027.0	99.934	17.0	0.0011720869040392262	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
ISR0058_000000012823	2015	0.9991351855777532	2	2	2	2	2	True	50634	maximal	False	FIJ0058_000000020495	0.9924767362394279		0	0	True	True	1.0	123					non-mobilizable	no_good_hit	132.0	91.667	12.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
FIJ0130_000000010429	1971	0.9991351855777532	2	2	2	2	2	True	50634	maximal	False	FIJ0058_000000020495	0.9946260549144211		0	0	True	True	0.9934043884277344	1					non-mobilizable	no_good_hit	133.0	91.729	12.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
MAD0096_000000001302	10537	0.9991341910568424	10	9	3	4	9	False	87420	fragment	False	MAD0096_000000001302	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6915.0	99.552	100.0	0.05722136242127304	AP023428.1	enterobacteria	Escherichia coli HUE1 plasmid pHFQ1 DNA, complete sequence	False	True
ENG0146_000000007200	3372	0.9991340483135768	3	3	3	3	3	False	64225	fragment	False	ENG0146_000000007200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	80.60300000000001	43.0	0.005525391861558237	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
MON0078_000000003839	8474	0.9991337958759882	11	8	6	7	6	True	64256	fragment	False	MON0078_000000003839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1248.0	75.48100000000001	15.0	0.00032379995250584166	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0196_000000001127	13914	0.9991314854256056	13	7	7	7	5	True	36183	maximal	True	ISR0196_000000001127	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1587.0	71.267	11.0	0.1862471145668813	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
FIJ0022_000000010791	2369	0.9991312578940122	2	2	2	2	1	True	103004	maximal	False	ISR0156_000000010631	0.4848360170854148		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	875.0	89.943	86.0	0.36375105130361646	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
ENG0147_000000000230	30597	0.9991310290668328	26	18	15	16	14	True	117413	maximal	False	ISR0350_000000000348	0.9660287209196426		0	0	False	True	0.9994117021560669	0					non-mobilizable	no_good_hit	10440.0	96.51299999999999	65.0	0.15863307163288906	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0049_000000003059	5360	0.9991310045475036	7	2	1	2	1	False	46683	fragment	False	FIJ0049_000000003059	1.0		0	0	False	False	0.999813437461853	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.005035065635677036	NZ_CADEAU010000361.1	high GC Gram+	Micromonospora maritima isolate DSM 45782, whole genome shotgun sequence	True	False
ISR0170_000000002082	16918	0.9991303158445062	17	10	8	6	7	True	129807	maximal	True	ISR0170_000000002082	1.0	PS1069	1	1	True	True	1.0	9					non-mobilizable	no_good_hit	768.0	86.84899999999999	4.0	0.0064505234718000674	NZ_VULP01000007.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq7, whole genome shotgun sequence	True	True
DEN0078_000000004856	5321	0.9991300653944096	7	4	3	4	2	False	96739	maximal	True	DEN0078_000000004856	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	77.132	10.0	0.07143802090223575	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	False
ISR0247_000000001005	9696	0.999130018757496	12	6	5	6	4	False	86076	fragment	False	ISR0247_000000001005	1.0		0	0	False	True	0.9983498454093933	0					non-mobilizable	no_good_hit	1330.0	96.69200000000001	25.0	0.00041344965091658894	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0039_000000006674	3800	0.9991298378321738	4	3	3	2	2	True	116353	backbone	False	FIJ0092_000000008111	0.9519835741071646	PS773	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0261_000000005123	3388	0.9991288895823104	5	3	3	3	2	True	105402	fragment	False	ISR0261_000000005123	1.0		0	0	False	False	0.9973435401916504	0					non-mobilizable	no_good_hit	902.0	86.36399999999999	27.0	0.00025628116404554464	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0003_000000016007	1468	0.9991280491283384	2	1	1	1	1	False	52169	fragment	False	FIJ0003_000000016007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	96.186	89.0	0.028254006314190946	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MON0077_000000013500	2933	0.9991266664889712	4	3	3	2	2	False	100514	fragment	False	ETH0003_000000010764	0.22268683909646808		0	0	False	False	0.9959086179733276	0					non-mobilizable	no_good_hit	1593.0	79.15899999999999	64.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0045_000000001418	17565	0.9991266256167388	21	16	6	6	15	True	132596	backbone	False	ISR0120_000000000296	0.28214447866328013	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17070.0	99.92399999999999	99.0	0.5164971546192033	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0222_000000002259	25785	0.9991263133898572	27	19	14	16	13	True	120197	maximal	False	ISR0048_000000000448	0.9906486980688413	PS720|PS841	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ISR0029_000000001345	23714	0.9991248699069044	29	20	16	19	16	True	74629	maximal	True	ISR0029_000000001345	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	74.25399999999999	1.0	0.0011733711173592509	NZ_JAAKZG010000010.1	bacteria	Mesorhizobium zhangyense strain CGMCC 1.15528, whole genome shotgun sequence	True	True
ETH0002_000000002646	10135	0.99912420757193	12	4	3	4	3	True	53390	maximal	False	MAD0046_000000001980	0.9681999782191241		0	0	True	True	0.9999013543128967	72					non-mobilizable	no_good_hit	301.0	73.09	3.0	0.025252089976730157	CP021604.1	other sequences	Unidentified plasmid plasmid FAKO03_2027, complete sequence	True	True
ISR0393_000000005681	3038	0.9991235505995704	5	4	2	4	4	False	56740	fragment	False	ISR0393_000000005681	1.0		0	0	False	False	0.9993416666984558	0					non-mobilizable	no_good_hit	2481.0	95.969	81.0	0.051055717867429184	CP016708.1	firmicutes	Lactococcus lactis subsp. cremoris strain UC109 plasmid pUC109B, complete sequence	True	False
CAN0007_000000003448	11985	0.9991201047046808	18	11	6	9	8	True	124137	fragment	False	DEN0008_000000000333	0.7216315863612711		0	0	False	False	1.0	0					non-mobilizable	other	11990.0	96.08	100.0	0.003367606119077743	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CAN0008_000000002150	11859	0.9991201047046808	18	11	6	9	8	True	124137	fragment	False	DEN0008_000000000333	0.6482427060040524		0	0	False	False	1.0	0					non-mobilizable	other	11864.0	96.14	100.0	0.0033321960906204456	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0013_000000010149	2464	0.9991198077055556	4	3	2	3	1	True	105401	fragment	False	ISR0224_000000011795	0.7253882286398945		0	0	False	False	0.9987824559211731	0					non-mobilizable	no_good_hit	866.0	76.559	38.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0056_000000009448	2078	0.9991196934494748	3	2	1	2	2	False	86113	fragment	False	CHI0056_000000009448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	82.47399999999999	5.0	2.1768529780709274e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0219_000000003078	9322	0.9991195342510149	8	6	5	6	5	True	128649	fragment	False	ISR0219_000000003078	1.0		0	0	False	False	0.9997854828834534	0					non-mobilizable	no_good_hit	2163.0	79.334	36.0	0.004451767638221217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0294_000000003637	5181	0.9991191946323128	8	5	2	5	2	True	25785	fragment	False	ISR0294_000000003637	1.0		0	0	False	False	0.998262882232666	0					non-mobilizable	no_good_hit								True	True
ISR0858_000000003754	2503	0.9991191040916853	3	2	2	2	1	False	41659	fragment	False	ISR0093_000000008821	0.9541970802919708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.00014142098833764505	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0096_000000015099	2370	0.9991188078597428	3	2	2	2	1	False	45769	fragment	False	MON0096_000000015099	1.0		0	0	False	False	0.999578058719635	0					non-mobilizable	no_good_hit	732.0	94.945	50.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0034_000000014199	1126	0.9991188078597428	3	2	2	2	1	False	45767	fragment	False	FIJ0061_000000022692	0.6338842975206611		0	0	False	False	0.99733567237854	0					non-mobilizable	no_good_hit	288.0	88.889	26.0	7.65592818259202e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0047_000000004156	9334	0.9991180252913846	14	4	4	4	3	False	49863	maximal	True	SPA0047_000000004156	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1603.0	89.083	38.0	0.027948109027753163	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0054_000000005018	5251	0.9991177633803844	5	2	1	2	1	True	132101	backbone	True	SPA0054_000000005018	0.879120486219584	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	3	2	True	True	1.0	196					non-mobilizable	no_good_hit	1237.0	100.0	29.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0055_000000005840	5251	0.9991177633803844	5	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.879120486219584	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	True	True	1.0	324					non-mobilizable	no_good_hit	1237.0	100.0	29.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0355_000000003258	5158	0.9991177633803844	7	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.5079973886084266	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	True	True	0.997285783290863	57					non-mobilizable	no_good_hit	1018.0	80.943	26.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0283_000000002495	4992	0.9991177633803844	6	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.8262456867129438	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	True	True	1.0	299					non-mobilizable	no_good_hit	1237.0	99.111	29.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0074_000000005716	4711	0.9991177633803844	5	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.7459568216313287	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	584.0	92.46600000000001	25.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0046_000000005483	4708	0.9991177633803844	5	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.45366462782558636	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	584.0	92.295	25.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0098_000000007357	4661	0.9991177633803844	5	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.6989045673960756	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	True	True	0.9984982013702393	28					non-mobilizable	no_good_hit	1237.0	99.03	27.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0192_000000003704	4581	0.9991177633803844	4	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.4466688744500826	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	False	True	0.9973804950714111	0					non-mobilizable	no_good_hit	1243.0	99.115	29.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0104_000000005915	4266	0.9991177633803844	4	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.6332651601417999	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1246.0	84.43	29.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0097_000000006069	4200	0.9991177633803844	4	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.509411168321035	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	True	True	1.0	164					non-mobilizable	no_good_hit	1127.0	99.20100000000001	32.0	0.910266774454325	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0022_000000006086	4161	0.9991177633803844	5	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.39393038806822783	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	True	True	1.0	147					non-mobilizable	no_good_hit	1015.0	82.167	32.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0089_000000005761	4110	0.9991177633803844	4	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.3918114433638943	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	True	True	1.0	126					non-mobilizable	no_good_hit	1237.0	99.19200000000001	30.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0348_000000002970	4080	0.9991177633803844	4	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.32976973660805464	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	False	True	0.9982843399047852	0					non-mobilizable	no_good_hit	1246.0	84.51	30.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0029_000000006220	3883	0.9991177633803844	4	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.5518783291806645	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1246.0	84.51	32.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0198_000000010346	3210	0.9991177633803844	3	2	1	2	1	True	123261	fragment	False	ISR0198_000000010346	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1015.0	82.167	34.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0798_000000001263	9865	0.999117401944073	9	5	2	4	3	False	71354	fragment	False	ISR0798_000000001263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	70.893	3.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
FIJ0110_000000001341	10697	0.9991170478546674	14	6	1	4	3	False	50252	fragment	False	FIJ0110_000000001341	1.0		0	0	False	False	0.9975693821907043	0					non-mobilizable	no_good_hit	235.0	83.83	2.0	0.002063437475199069	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0083_000000000868	20594	0.9991169560809292	20	7	4	6	2	True	130778	fragment	False	ISR0812_000000001294	0.7759990686167878		0	0	False	False	0.9999029040336609	0					non-mobilizable	no_good_hit	76.0	98.684	1.0	0.00026868141906778297	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0088_000000001373	10050	0.999116596473147	12	8	2	6	5	False	15927	maximal	True	MAD0088_000000001373	1.0		1	1	False	False	0.9993034601211548	0					non-mobilizable	no_good_hit	275.0	75.63600000000001	3.0	7.006364729222441e-05	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
ISR0201_000000001531	13324	0.999116453658258	9	8	7	8	6	True	118469	maximal	True	ISR0201_000000001531	1.0		1	1	False	False	0.9994746446609497	0					non-mobilizable	no_good_hit	2397.0	94.70200000000001	18.0	0.009801789677964641	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0022_000000005199	4566	0.9991161442626856	7	7	3	3	6	False	132544	fragment	False	CHI0126_000000000854	0.08072023882737352		0	0	False	False	1.0	0					non-mobilizable	plasmid	4567.0	99.934	100.0	0.08949957857184859	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0270_000000001718	3689	0.9991150462822692	7	3	1	3	2	True	108595	fragment	False	ISR0270_000000001718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	99.029	64.0	0.2795061728395062	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0130_000000000852	23029	0.9991147128623042	26	11	5	11	4	True	31799	maximal	True	ISR0130_000000000852	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9238.0	76.976	58.0	0.0783338753573079	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	True	True
FIJ0141_000000005083	5675	0.9991147002809734	5	5	0	5	4	False	108850	maximal	True	FIJ0141_000000005083	0.9723676289048142	PS676	2	2	True	True	1.0	13	rep_cluster_2350	MOBP		MOBP	mobilizable	other	2155.0	99.118	95.0	0.22229102167182663	LM996433.1	enterobacteria	Escherichia coli genome assembly FHI63, scaffold scaffold-18_contig-25.0_1_9690_[organism:Escherichia	False	True
MON0107_000000022483	2610	0.9991146242602716	4	2	2	2	1	False	20815	fragment	False	MON0107_000000022483	1.0		0	0	False	False	0.9977011680603027	0					non-mobilizable	no_good_hit	453.0	75.497	17.0	0.0001465849638587721	NZ_CP046996.1	firmicutes	Dehalobacter restrictus strain 12DCA chromosome, complete genome	True	False
SPA0016_000000001441	18090	0.999114300147946	27	5	5	4	4	False	74674	maximal	True	SPA0016_000000001441	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	89.291	8.0	0.00029421268951347634	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0034_000000000927	10134	0.9991141163618557	11	9	5	5	5	False	116058	maximal	True	MON0034_000000000927	1.0		7	4	False	False	1.0	0					non-mobilizable	other	9966.0	98.505	100.0	0.0045702085553496405	AP018132.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: TMC 3115	False	False
MAD0106_000000001233	9727	0.9991134485725324	10	3	2	3	2	False	40362	maximal	True	MAD0106_000000001233	1.0		1	1	False	False	0.9998971819877625	0					non-mobilizable	no_good_hit	125.0	98.4	2.0	7.066975391987314e-05	NZ_LT732540.1	actinobacteria	Olsenella urininfantis strain Marseille-P3197T, whole genome shotgun sequence	True	False
ISR0223_000000001157	15248	0.9991133913896002	18	11	8	9	8	False	122552	fragment	False	ISR0223_000000001157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5403.0	98.815	76.0	0.1208960902356601	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0254_000000001245	5761	0.999111901502289	9	3	1	3	1	True	130327	fragment	False	ISR0254_000000001245	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1806.0	98.837	68.0	0.445679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0049_000000005849	4755	0.999111901502289	8	3	1	3	1	True	108597	backbone	True	ISR0049_000000005849	0.9686514286904426	PS526|PS527|PS528|PS673|PS674|PS675	1	1	True	True	0.9997897148132324	33					non-mobilizable	no_good_hit	1710.0	93.275	63.0	0.42148148148148146	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0385_000000004134	4712	0.999111901502289	7	3	1	3	1	True	108597	backbone	False	ISR0049_000000005849	0.968268368716273	PS526|PS527|PS528|PS673|PS674|PS675	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1512.0	93.25399999999999	64.0	0.37308641975308643	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0054_000000004792	4673	0.999111901502289	7	3	1	3	1	True	108597	backbone	False	ISR0049_000000005849	0.9528526988337204	PS526|PS527|PS528|PS673|PS674|PS675	0	0	True	True	0.9997860193252563	21					non-mobilizable	no_good_hit	1710.0	94.971	65.0	0.42148148148148146	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0070_000000004678	4242	0.999111901502289	6	3	1	3	1	True	108596	backbone	False	ISR0351_000000002876	0.9947080347119494	PS526|PS674	0	0	True	True	1.0	68					non-mobilizable	no_good_hit	1658.0	95.115	69.0	0.4091358024691358	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0071_000000004936	4222	0.999111901502289	6	3	1	3	1	True	108596	backbone	False	ISR0351_000000002876	0.9944044778813551	PS526|PS674	0	0	True	True	0.9995262622833252	28					non-mobilizable	no_good_hit	1863.0	95.867	67.0	0.4597530864197531	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0384_000000003259	4221	0.999111901502289	6	3	1	3	1	True	108596	backbone	False	ISR0351_000000002876	0.9944435814715086	PS526|PS674	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1863.0	95.33	67.0	0.4597530864197531	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0152_000000005747	4213	0.999111901502289	7	3	1	3	1	True	108592	backbone	False	ISR0296_000000005822	0.9859914911279444	PS526|PS673	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1700.0	98.529	69.0	0.4195061728395062	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0145_000000007585	4213	0.999111901502289	6	3	1	3	1	True	108596	backbone	False	ISR0351_000000002876	0.988393812280644	PS526|PS674	0	0	True	True	0.9985758662223816	16					non-mobilizable	no_good_hit	1863.0	94.20299999999999	67.0	0.4597530864197531	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0396_000000005197	4194	0.999111901502289	6	3	1	3	1	True	108596	backbone	False	ISR0351_000000002876	0.9939343476408607	PS526|PS674	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1672.0	94.49799999999999	68.0	0.41259259259259257	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0296_000000005822	4190	0.999111901502289	6	3	1	3	1	True	108592	backbone	True	ISR0296_000000005822	0.9912824873944185	PS526|PS673	2	1	True	True	1.0	3					non-mobilizable	no_good_hit	1677.0	94.09700000000001	68.0	0.4138271604938272	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0361_000000003043	3864	0.999111901502289	6	3	1	3	1	True	108592	backbone	False	ISR0296_000000005822	0.9396470862151302	PS526|PS673	0	0	True	True	0.9953415989875793	1					non-mobilizable	no_good_hit	1405.0	93.096	66.0	0.3466666666666667	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
BAN0019_000000000049	14034	0.9991109863844396	13	13	8	11	12	False	113282	fragment	False	SPA0004_000000001322	0.9730214627794048		0	0	False	False	0.9999287724494934	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	13956.0	100.0	100.0	0.20609041099936495	CP049168.1	enterobacteria	Shigella sonnei strain 09163633 plasmid p09163633, complete sequence	False	True
ISR0051_000000019949	1894	0.9991107218919768	3	2	1	1	2	False	56738	fragment	False	ISR0051_000000019949	1.0		0	0	False	False	0.9915522933006287	0					non-mobilizable	plasmid	1900.0	95.421	100.0	0.03909989432460993	CP016708.1	firmicutes	Lactococcus lactis subsp. cremoris strain UC109 plasmid pUC109B, complete sequence	False	True
SPA0093_000000022937	1643	0.9991101354792128	2	1	1	1	1	False	56735	fragment	False	SPA0093_000000022937	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1645.0	95.137	100.0	0.014837964660165702	CP029293.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed6	False	True
USA0035_01_000000017513	1470	0.9991101354792128	3	1	1	1	1	False	56734	fragment	False	SPA0040_000000027317	0.9296120157637549		0	0	False	False	1.0	0					non-mobilizable	plasmid	1470.0	97.007	100.0	0.019769446240034474	CP061326.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS74, complete sequence	False	True
AST0002_000000026981	1390	0.9991101354792128	2	1	1	1	1	False	131329	maximal	True	AST0002_000000026981	1.0		3	3	False	False	0.9956834316253662	0					non-mobilizable	plasmid	1390.0	99.64	100.0	0.08467446964155084	DQ089807.2	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis plasmid pDBORO, complete sequence	False	True
ENG0155_000000014424	1379	0.9991101354792128	2	1	1	1	1	False	56733	fragment	False	ENG0155_000000014424	0.9715568862275449		0	0	False	False	0.9934735298156738	0					non-mobilizable	plasmid	1379.0	99.565	100.0	0.029152915291529153	CP029292.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed5	False	True
ISR0318_000000003633	1336	0.9991101354792128	2	1	1	1	1	False	56733	fragment	False	ENG0155_000000014424	0.956490210297317		0	0	False	False	1.0	0					non-mobilizable	plasmid	1338.0	97.16	100.0	0.02727755318714525	HM021329.1	firmicutes	Lactococcus lactis subsp. lactis strain IL594 plasmid pIL4, complete sequence	False	True
ENG0059_000000005301	2362	0.9991099746442564	4	2	2	2	1	True	105401	fragment	False	ISR0224_000000011795	0.71484595567476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	76.586	39.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0014_000000013545	1820	0.9991099746442564	3	2	2	2	1	True	50484	fragment	False	FIJ0014_000000013545	1.0		0	0	False	False	0.9890109896659851	0					non-mobilizable	no_good_hit	866.0	76.559	46.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0083_01_000000007956	3894	0.9991094332311616	7	6	2	3	6	False	132544	fragment	False	CHI0126_000000000854	0.06511929817743471		0	0	False	False	1.0	0					non-mobilizable	plasmid	3894.0	99.87200000000001	100.0	0.10075332004452614	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0003_000000009403	2436	0.9991084404865648	4	3	1	3	2	False	71973	fragment	False	ENG0003_000000009403	1.0		0	0	False	False	0.9995895028114319	0					non-mobilizable	no_good_hit	544.0	87.5	42.0	0.032153763247709716	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
AUS0020_000000010026	2775	0.9991071488421132	5	2	2	2	2	False	120299	fragment	False	ISR0131_000000009455	0.640611927811641		0	0	False	False	0.9956756830215454	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0003707027744176064	NZ_JAAIQH010000009.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_9_length_102508_cov_249.075, whole genome shotgun sequence	True	False
CHI0113_000000000686	11563	0.9991052186498852	16	8	6	5	6	False	123914	fragment	False	CHI0113_000000000686	1.0		0	0	False	False	0.9999135136604309	0					non-mobilizable	no_good_hit	10300.0	99.874	89.0	0.10477217469150246	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
SPA0053_000000002589	10708	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8152732570698885		0	0	False	False	1.0	0					non-mobilizable	other	10702.0	99.98100000000001	100.0	0.10678788120708925	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0256_000000001469	10697	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8155051860198939		0	0	False	False	1.0	0					non-mobilizable	other	10697.0	100.0	100.0	0.10673798499121827	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0054_000000001245	10689	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8152359989824894		0	0	False	False	1.0	0					non-mobilizable	plasmid	10689.0	100.0	100.0	0.10872948860110479	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0093_000000001633	10669	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8143875591614496		0	0	False	False	1.0	0					non-mobilizable	other	10669.0	99.991	100.0	0.10645856618234073	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0172_000000001532	10666	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8115279418445642		0	0	False	False	1.0	0					non-mobilizable	other	10666.0	100.0	100.0	0.10642862845281814	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0299_000000000445	10651	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8109521258653514		0	0	False	False	1.0	0					non-mobilizable	other	10651.0	100.0	100.0	0.10627893980520517	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0032_000000002637	10650	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8109291316417973		0	0	False	False	0.9999061226844788	0					non-mobilizable	plasmid	10650.0	100.0	100.0	0.10833273990579761	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0151_000000002072	10649	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8107414118383197		0	0	False	False	0.9997183084487915	0					non-mobilizable	plasmid	10649.0	99.98100000000001	100.0	0.1083225668623282	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0125_000000003118	10649	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8108190211477777		0	0	False	False	1.0	0					non-mobilizable	plasmid	10649.0	99.991	100.0	0.1083225668623282	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0095_000000002060	10597	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.7878874877698956		0	0	False	False	1.0	0					non-mobilizable	other	10518.0	100.0	99.0	0.10495170046303688	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0081_01_000000002832	10524	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4835025710575252		0	0	False	False	1.0	0					non-mobilizable	plasmid	10524.0	99.876	100.0	0.10705093642865136	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0063_000000001721	10402	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4652095409322164		0	0	False	False	1.0	0					non-mobilizable	other	10403.0	99.92299999999999	100.0	0.10380408749800416	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0834_000000001514	10349	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.7476595484498212		0	0	False	False	1.0	0					non-mobilizable	other	10349.0	99.82600000000001	100.0	0.10326520836659747	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0047_01_000000002849	10219	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.49588523584707056		0	0	False	False	1.0	0					non-mobilizable	plasmid	10219.0	100.0	100.0	0.10394815817047987	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0132_01_000000001952	10207	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4950629586171194		0	0	False	False	0.9992161989212036	0					non-mobilizable	other	10180.0	99.941	99.0	0.10157871627015808	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0055_01_000000002324	10141	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4857020391258136		0	0	False	False	1.0	0					non-mobilizable	other	10141.0	100.0	100.0	0.10118952578636436	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
AST0140_000000002498	10116	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4856660553998471		0	0	False	False	1.0	0					non-mobilizable	other	10116.0	100.0	100.0	0.10094004470700942	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0052_000000003179	10086	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47919131340506166		0	0	False	False	1.0	0					non-mobilizable	other	10086.0	99.98	100.0	0.10064066741178349	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0188_000000002387	10076	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47913286727332		0	0	False	False	1.0	0					non-mobilizable	other	10076.0	100.0	100.0	0.10054087498004151	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0063_000000001143	10076	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47913012350055967		0	0	False	False	1.0	0					non-mobilizable	plasmid	10076.0	99.99	100.0	0.10249341295435356	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0082_000000000912	10076	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47913286727332		0	0	False	False	1.0	0					non-mobilizable	other	10076.0	100.0	100.0	0.10054087498004151	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0078_000000001754	10076	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47913012350055967		0	0	False	False	1.0	0					non-mobilizable	plasmid	10076.0	99.99	100.0	0.10249341295435356	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0056_000000001307	10076	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47913286727332		0	0	False	False	1.0	0					non-mobilizable	other	10076.0	100.0	100.0	0.10054087498004151	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0142_000000001457	10065	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.48153111004676774		0	0	False	False	1.0	0					non-mobilizable	other	10065.0	99.921	100.0	0.10043110330512534	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0111_000000002984	10046	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47822288643216676		0	0	False	False	0.9997013807296753	0					non-mobilizable	plasmid	10046.0	100.0	100.0	0.10218822165027111	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0015_000000000635	10042	0.9991052186498852	17	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4753371077969571		0	0	False	False	1.0	0					non-mobilizable	other	10042.0	99.93	100.0	0.10020158071211879	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0115_000000002589	10036	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47533300317253707		0	0	False	False	0.999601423740387	0					non-mobilizable	other	10036.0	100.0	100.0	0.1001417052530736	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0187_000000001815	10036	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47530054016788625		0	0	False	False	1.0	0					non-mobilizable	other	10036.0	99.99	100.0	0.1001417052530736	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0077_000000001360	10036	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4753468773763474		0	0	False	False	1.0	0					non-mobilizable	plasmid	10036.0	100.0	100.0	0.10208649121557696	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0132_000000003283	10029	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4751743226122835		0	0	False	False	1.0	0					non-mobilizable	plasmid	10029.0	99.96	100.0	0.10201527991129106	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0019_01_000000002628	10016	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47500751801277014		0	0	False	False	1.0	0					non-mobilizable	other	10016.0	100.0	100.0	0.09994212038958965	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0080_000000000387	10008	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47472113726993553		0	0	False	False	1.0	0					non-mobilizable	plasmid	10008.0	99.95	100.0	0.10180164599843335	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0143_000000001802	10004	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47466455504033395		0	0	False	False	1.0	0					non-mobilizable	plasmid	10004.0	99.95	100.0	0.10176095382455569	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0039_000000001164	9996	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4684989242328387		0	0	False	False	1.0	0					non-mobilizable	plasmid	9996.0	99.98	100.0	0.10167956947680037	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0122_000000001371	9993	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.46838021501620414		0	0	False	False	0.9996997714042664	0					non-mobilizable	plasmid	9993.0	99.98	100.0	0.10164905034639213	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0069_01_000000005886	9985	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47439799008391603		0	0	False	False	1.0	0					non-mobilizable	other	9985.0	99.99	100.0	0.09963276385118952	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0295_000000002524	9976	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.47428072977656466		0	0	False	False	1.0	0					non-mobilizable	other	9976.0	100.0	100.0	0.09954295066262174	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0030_000000000511	9976	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.46818847099565847		0	0	False	False	1.0	0					non-mobilizable	plasmid	9976.0	99.99	100.0	0.10147610860741207	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0131_000000001242	9969	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4678924928782957		0	0	False	False	1.0	0					non-mobilizable	other	9969.0	100.0	100.0	0.09947309596040237	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0101_01_000000002495	9965	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.45803784763704963		0	0	False	False	1.0	0					non-mobilizable	plasmid	9966.0	99.94	100.0	0.10137437817271794	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0351_000000000943	9956	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4677755288079559		0	0	False	False	0.9969867467880249	0					non-mobilizable	other	9956.0	99.99	100.0	0.09934336579913779	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0001_000000000712	9948	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4683526353984423		0	0	False	False	1.0	0					non-mobilizable	plasmid	9948.0	100.0	100.0	0.10119126339026846	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0825_000000001927	9948	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4683526353984423		0	0	False	False	1.0	0					non-mobilizable	plasmid	9948.0	100.0	100.0	0.10119126339026846	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0005_000000001305	9948	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4683390697671411		0	0	False	False	1.0	0					non-mobilizable	other	9948.0	100.0	100.0	0.09926353185374422	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0037_01_000000003692	9946	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4644459973339636		0	0	False	False	1.0	0					non-mobilizable	other	9946.0	99.99	100.0	0.09924357336739581	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0003_000000000939	9936	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4639350146708624		0	0	False	False	1.0	0					non-mobilizable	plasmid	9936.0	99.99	100.0	0.10106918686863549	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0100_000000000930	9933	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.46399769759970355		0	0	False	False	0.9997986555099487	0					non-mobilizable	other	9933.0	100.0	100.0	0.09911384320613124	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0066_000000003137	9929	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4640391752502632		0	0	False	False	1.0	0					non-mobilizable	other	9929.0	99.98	100.0	0.09907392623343446	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0066_000000001370	9920	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4573335295960371		0	0	False	False	1.0	0					non-mobilizable	plasmid	9920.0	99.95	100.0	0.10090641817312486	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0014_000000001611	9917	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4574872028808371		0	0	False	False	1.0	0					non-mobilizable	other	9917.0	99.97	100.0	0.09895417531534409	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0034_000000001349	9915	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4604525632620663		0	0	False	False	0.9948562979698181	0					non-mobilizable	other	9915.0	100.0	100.0	0.09893421682899568	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0060_000000000868	9896	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4571587182452458		0	0	False	False	1.0	0					non-mobilizable	plasmid	9896.0	99.99	100.0	0.1006622651298589	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0150_000000000956	9879	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.45628097813502677		0	0	False	False	1.0	0					non-mobilizable	plasmid	9879.0	100.0	100.0	0.10048932339087885	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0819_000000002054	9876	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.456335927623997		0	0	False	False	0.9991899728775024	0					non-mobilizable	other	9876.0	99.99	100.0	0.09854502634520199	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0810_000000000985	9849	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.45258795293447146		0	0	False	False	1.0	0					non-mobilizable	plasmid	9849.0	100.0	100.0	0.10018413208679641	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0051_000000001509	9772	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.43965023559351746		0	0	False	False	1.0	0					non-mobilizable	plasmid	9772.0	99.949	100.0	0.09940080773965147	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0227_000000002553	9660	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.4315084524338585		0	0	False	False	1.0	0					non-mobilizable	plasmid	9660.0	100.0	100.0	0.09826142687107702	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0198_000000001939	9634	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.40830997581809536		0	0	False	False	0.9983392357826233	0					non-mobilizable	plasmid	9604.0	99.948	100.0	0.0976917364367898	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0797_000000001192	9527	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.3943168420207209		0	0	False	False	0.9993702173233032	0					non-mobilizable	other	9527.0	99.979	100.0	0.095062270477407	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0022_000000001112	9339	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.3417722928325772		0	0	False	False	0.999571681022644	0					non-mobilizable	plasmid	9268.0	100.0	100.0	0.09427359383106644	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AST0016_000000002564	9146	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.28118443491614503		0	0	False	False	0.9998906850814819	0					non-mobilizable	other	9094.0	99.978	99.0	0.0907412581829794	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0037_000000001048	8729	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.15179971489582683		0	0	False	False	1.0	0					non-mobilizable	other	8730.0	99.98899999999999	100.0	0.08710881366757145	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0141_000000003239	8470	0.9991052186498852	14	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.1375066878363738		0	0	False	False	1.0	0					non-mobilizable	other	8395.0	99.988	99.0	0.08376576720421523	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0025_000000004452	7957	0.9991052186498852	15	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.12904917653943532		0	0	False	False	0.9988689422607422	0					non-mobilizable	plasmid	7957.0	99.98700000000001	100.0	0.08093673384266371	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0858_000000000942	7709	0.9991052186498852	14	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.07626210957265342		0	0	False	False	1.0	0					non-mobilizable	other	7709.0	99.90899999999999	100.0	0.07692000638671563	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0827_000000001248	7532	0.9991052186498852	16	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.07510859725139363		0	0	False	False	1.0	0					non-mobilizable	other	7532.0	99.947	100.0	0.07515368034488265	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0013_000000001166	7451	0.9991052186498852	14	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.07568318219245136		0	0	False	False	1.0	0					non-mobilizable	other	7392.0	99.986	99.0	0.07375658630049498	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0145_01_000000003288	7334	0.9991052186498852	14	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.07550219429936486		0	0	False	False	1.0	0					non-mobilizable	other	7334.0	100.0	100.0	0.0731777901963915	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0039_01_000000003217	7325	0.9991052186498852	14	8	6	5	6	False	123888	fragment	False	SPA0082_000000000937	0.07547779213814462		0	0	False	False	1.0	0					non-mobilizable	other	7325.0	100.0	100.0	0.07308797700782373	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MON0029_000000019253	1626	0.9991051816152164	2	2	2	2	2	True	17804	fragment	False	MON0029_000000019253	0.952580324521814		0	0	False	False	0.9729397296905518	0					non-mobilizable	no_good_hit								True	True
ENG0119_000000018017	1750	0.9991042372887812	4	1	1	1	1	False	71646	fragment	False	ENG0119_000000018017	1.0		0	0	False	False	0.9977142810821533	0					non-mobilizable	no_good_hit								True	False
ENG0211_000000019851	1189	0.9991033711533414	3	1	1	1	1	False	80977	fragment	False	CHI0131_000000015382	0.959866220735786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0390_000000000233	29524	0.9991033083816632	40	31	23	24	24	True	123932	backbone	False	ENG0103_000000000448	0.6558702014440579	PS902|PS909|PS910	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	19010.0	99.958	99.0	0.15923502852308233	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
MAD0007_000000002301	3059	0.9991030251089276	5	2	2	2	2	False	96411	fragment	False	MAD0007_000000002301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2422.0	96.738	83.0	0.02409987226568737	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0183_000000004995	7239	0.9991025402322342	7	6	4	5	6	True	109255	fragment	False	ISR0183_000000004995	1.0		0	0	False	False	0.9994474649429321	0	IncFIB				non-mobilizable	plasmid	7126.0	99.705	100.0	0.04488443439313095	CP015135.1	enterobacteria	Klebsiella pneumoniae strain ATCC 35657 plasmid p35657-1, complete sequence	False	True
SPA0030_000000014271	2144	0.9991023174382192	3	3	2	3	3	False	103607	fragment	False	SPA0030_000000014271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	79.085	7.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0192_000000002236	8429	0.9991022875129896	9	7	4	5	7	True	109256	fragment	False	ISR0192_000000002236	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	8325.0	96.444	100.0	0.052374622813261856	CP015135.1	enterobacteria	Klebsiella pneumoniae strain ATCC 35657 plasmid p35657-1, complete sequence	False	True
TAN0003_000000000022	36656	0.9991014633056188	32	11	6	11	3	True	71578	fragment	False	TAN0003_000000000022	1.0		0	0	False	False	0.9999181628227234	0					non-mobilizable	no_good_hit	98.0	81.633	0.0	0.0006557155411343203	NZ_QPJT01000012.1	firmicutes	Anaerobacterium chartisolvens strain DSM 27016 Ga0244570_112, whole genome shotgun sequence	True	True
AST0031_000000002923	9181	0.9991005931920848	8	5	3	4	2	True	117618	maximal	True	AST0031_000000002923	1.0		1	1	False	False	1.0	0	rep_cluster_1404				non-mobilizable	no_good_hit	889.0	95.051	20.0	0.00040443121496888483	CP002925.1	firmicutes	Streptococcus pseudopneumoniae IS7493, complete genome	True	True
AST0003_000000025201	1252	0.9991001888154696	3	1	1	1	1	False	129094	fragment	False	ISR0203_000000014313	0.960236220472441		0	0	False	False	0.9824281334877014	0					non-mobilizable	no_good_hit	853.0	85.698	67.0	0.01911114105414449	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0091_000000001982	10279	0.9991001385966636	11	5	3	3	4	True	68458	fragment	False	ENG0091_000000001982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	90.31	2.0	0.0021698750422154676	NZ_VULP01000007.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq7, whole genome shotgun sequence	True	True
ISR0262_000000001521	9110	0.9991001385966636	9	5	3	3	4	True	68457	fragment	False	ISR0262_000000001521	1.0		0	0	False	False	0.9997804760932922	0					non-mobilizable	no_good_hit								True	True
ISR0050_000000002831	7323	0.9991001385966636	9	5	3	3	4	True	68456	fragment	False	ISR0050_000000002831	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0073_000000000203	41197	0.9990999052271816	42	39	15	22	39	True	113300	fragment	False	SPA0073_000000000203	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	41197.0	99.99799999999999	100.0	0.3791240647518429	CP053786.1	enterobacteria	Escherichia coli isolate 2-101 plasmid p2-101, complete sequence	False	True
ISR0804_000000003555	4972	0.9990999052028916	6	5	3	4	4	False	21826	maximal	True	ISR0804_000000003555	1.0		1	1	False	False	0.9981898665428162	0					non-mobilizable	no_good_hit	246.0	100.0	5.0	0.00885019687172633	NZ_JAAIPV010000050.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_50_length_27683_cov_118.258, whole genome shotgun sequence	True	False
ISR0280_000000000418	11573	0.9990993923248136	16	9	3	5	8	False	132251	maximal	True	ISR0280_000000000418	1.0	PS1072|PS1075|PS1077|PS1081|PS1083|PS1150|PS1151|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9986174702644348	0	rep_cluster_475				non-mobilizable	no_good_hit	2440.0	97.37700000000001	69.0	0.43502320599785793	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
SPA0134_000000003573	8302	0.9990990945025944	9	6	4	4	6	False	37616	maximal	True	SPA0134_000000003573	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4864.0	98.417	92.0	0.0009847146353719222	CP055945.1	enterobacteria	Escherichia coli strain RHB30-C20 chromosome	False	False
AST0060_000000004138	6601	0.999099077877713	7	2	2	2	2	False	112533	fragment	False	AST0060_000000004138	1.0		0	0	False	False	0.9971216320991516	0					non-mobilizable	no_good_hit	103.0	80.583	2.0	4.4669057566916236e-05	NZ_AP019846.1	fusobacteria	Leptotrichia hongkongensis strain JMUB5056	True	False
MON0054_000000000691	20006	0.9990971548404098	15	8	8	8	5	True	80294	fragment	False	MON0054_000000000691	0.9811500256991565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	91.49700000000001	7.0	0.0016178213744903194	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
DEN0001_000000013280	3119	0.999096463378478	3	2	2	2	2	False	96414	maximal	True	DEN0001_000000013280	1.0		3	3	False	False	0.9996793866157532	0					non-mobilizable	no_good_hit	1856.0	94.935	59.0	0.018471579115439885	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0186_000000006395	3928	0.9990964174484022	4	2	1	2	1	True	132101	backbone	False	SPA0054_000000005018	0.17432300295064565	PS1138|PS1140|PS121|PS134|PS629|PS654|PS88|PS886|PS888|PS95	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1077.0	99.257	33.0	0.8690379951495554	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0063_000000005273	3823	0.9990964174484022	4	2	1	2	1	True	132097	fragment	False	ISR0063_000000005273	1.0		0	0	False	True	0.9994768500328064	0					non-mobilizable	no_good_hit	1135.0	99.383	30.0	0.9167340339531124	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0123_000000002217	7191	0.9990960685593954	13	10	4	6	8	True	132224	fragment	False	ISR0123_000000002217	0.9827754703151723		0	0	False	True	1.0	0		MOBP			mobilizable	other	4321.0	95.464	96.0	0.9026123301985371	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	False	True
ISR0228_000000005901	4114	0.9990958654633753	10	4	1	3	2	False	108160	fragment	False	ISR0228_000000005901	1.0		0	0	False	False	0.9965969920158386	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000003727	6596	0.9990957069656212	7	5	5	5	5	False	14472	maximal	True	MAD0112_000000003727	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	75.719	24.0	0.00041293995911681	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0140_000000001733	16108	0.9990953284019234	32	16	10	15	11	False	80301	maximal	True	CHI0140_000000001733	1.0		1	1	False	False	0.999937891960144	0					non-mobilizable	no_good_hit	1023.0	85.14200000000001	12.0	0.0006142058589217315	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ENG0014_000000007834	3158	0.999095028264176	5	3	3	2	2	True	120801	fragment	False	ENG0013_000000008254	0.9715398441085741		0	0	False	False	0.9996833205223083	0					non-mobilizable	no_good_hit	2278.0	86.348	72.0	0.0007384160974709249	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ENG0161_000000006910	3142	0.999095028264176	5	3	3	2	2	True	120801	fragment	False	ENG0013_000000008254	0.9187175860214306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2248.0	87.5	72.0	0.0008311734208633067	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
CAN0014_000000014898	3134	0.999095028264176	4	3	3	2	2	True	120801	fragment	False	ENG0013_000000008254	0.9637194116490372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2295.0	86.449	73.0	0.0007439412179185506	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
MAD0094_000000007898	1976	0.9990945568564924	3	2	2	2	1	False	83719	fragment	False	FIJ0005_000000017429	0.9873737373737373		0	0	False	False	0.9908906817436218	0					non-mobilizable	other	1541.0	99.48100000000001	100.0	0.003754971069654713	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0100_000000019466	1851	0.9990945568564924	3	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.9241756105011695		0	0	False	False	0.9897353053092957	0					non-mobilizable	other	1817.0	99.064	100.0	0.004427939910709714	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0035_000000006999	1730	0.9990945568564924	3	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.742786071320776		0	0	False	False	0.9976878762245178	0					non-mobilizable	other	1554.0	99.55	99.0	0.003786668877385565	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0176_000000019792	1730	0.9990945568564924	3	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.7426788203233682		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	99.54899999999999	99.0	0.0037842305844831914	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0854_000000005920	1560	0.9990945568564924	2	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.2328670543875034		0	0	False	False	0.9967948794364929	0					non-mobilizable	other	1402.0	99.501	100.0	0.00341604835622484	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0091_000000003090	1551	0.9990945568564924	2	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.16763036546069982		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	98.85700000000001	100.0	0.0034111717704200933	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0073_000000003523	3783	0.9990942391017014	7	7	7	7	7	False	89753	fragment	False	SPA0073_000000003523	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3783.0	100.0	100.0	0.02653979214472678	CP043512.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 plasmid unnamed1, complete sequence	False	True
SPA0140_000000000566	20616	0.9990931689009612	16	13	11	11	10	True	105105	fragment	False	SPA0140_000000000566	0.9997528423133959		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	452.0	100.0	2.0	0.004347281262350231	NZ_WHZW01000012.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence12, whole genome shotgun sequence	True	True
MON0072_000000001359	10883	0.9990923591417774	11	11	5	9	10	True	114217	maximal	True	MON0072_000000001359	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4934.0	99.71600000000001	95.0	0.06125819590701371	CP055653.1	enterobacteria	Escherichia coli strain RHB32-C08 plasmid unnamed	False	True
ISR0159_000000002546	8666	0.9990922565211126	6	4	4	3	3	False	30491	maximal	True	ISR0159_000000002546	1.0		1	1	False	False	0.9993076324462891	0					non-mobilizable	no_good_hit	81.0	98.765	1.0	0.00039476541065471845	NZ_JAANXY010000002.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_2, whole genome shotgun sequence	True	False
SPA0101_000000000990	24299	0.99909175181412	31	18	6	13	13	True	90329	fragment	False	SPA0101_000000000990	1.0		0	0	False	False	0.9999176859855652	0					non-mobilizable	no_good_hit	1093.0	85.178	4.0	0.0002706423666832307	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0820_000000011425	2098	0.9990915517222289	3	2	2	1	1	False	21282	fragment	False	ISR0820_000000011425	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1916.0	88.04799999999999	91.0	0.07632977660552293	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
FIJ0064_000000004242	6230	0.9990909002616936	7	3	1	2	2	False	45520	maximal	True	FIJ0064_000000004242	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2978.0	98.25399999999999	78.0	0.019814249736831584	CP034322.1	enterobacteria	Klebsiella pneumoniae strain 33 plasmid pK033_1, complete sequence	True	False
USA0081_01_000000001827	15398	0.9990902999061626	16	16	9	9	13	True	827	maximal	True	USA0081_01_000000001827	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	9269.0	99.083	61.0	0.0021839335929572973	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ENG0002_000000002676	6743	0.9990902252834396	9	5	5	5	3	False	107029	fragment	False	ENG0002_000000002676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5478.0	100.0	82.0	0.05465631486508063	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
CHI0172_000000006822	1214	0.9990900511323914	2	2	2	2	1	False	77925	maximal	True	CHI0172_000000006822	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	0.00015026760893296738	NZ_AFPK01000014.1	CFB group bacteria	Ochrovirga pacifica strain S85 contig00017, whole genome shotgun sequence	True	False
FIJ0086_000000002678	10471	0.9990898794440252	18	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.7519176400040428		0	0	False	False	1.0	0					non-mobilizable	plasmid	8297.0	98.915	98.0	0.08435487644838706	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0096_000000000454	10385	0.9990898794440252	18	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.628515879868888		0	0	False	False	1.0	0					non-mobilizable	plasmid	8211.0	98.94	98.0	0.0834799947100174	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0180_000000001550	10324	0.9990898794440252	18	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4902452180502377		0	0	False	False	1.0	0					non-mobilizable	plasmid	7989.0	98.911	96.0	0.08122157905980733	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0187_000000002157	10078	0.9990898794440252	17	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4765012267537148		0	0	False	False	1.0	0					non-mobilizable	plasmid	7904.0	98.874	98.0	0.08035687036490707	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0016_000000002999	9936	0.9990898794440252	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.40941485523618315		0	0	False	False	1.0	0					non-mobilizable	plasmid	7489.0	98.825	98.0	0.07613505732509995	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0133_000000001615	9933	0.9990898794440252	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.42881484524220476		0	0	False	False	0.9998993277549744	0					non-mobilizable	plasmid	7598.0	98.855	96.0	0.07724391906326615	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0033_000000000582	9913	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4097181751306767		0	0	False	False	1.0	0					non-mobilizable	plasmid	7598.0	98.84200000000001	96.0	0.07724391906326615	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0062_01_000000002703	9905	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4414713939423311		0	0	False	False	1.0	0					non-mobilizable	other	7711.0	98.82	98.0	0.07690004790036724	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MON0028_000000001769	9902	0.9990898794440252	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4100519786692981		0	0	False	False	1.0	0					non-mobilizable	plasmid	7547.0	98.834	96.0	0.076725093846326	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0038_01_000000002092	9852	0.9990898794440252	17	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4409119062472956		0	0	False	False	1.0	0					non-mobilizable	plasmid	7678.0	98.84100000000001	98.0	0.07805776254081934	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0355_000000001599	9826	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.40265062925996437		0	0	False	False	0.9985752105712891	0					non-mobilizable	plasmid	7491.0	98.81200000000001	96.0	0.07615540341203877	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0311_000000001348	9817	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4375887758385766		0	0	False	False	1.0	0					non-mobilizable	plasmid	7643.0	98.836	98.0	0.07770170601938982	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0009_000000000836	9806	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.3959452569900678		0	0	False	False	1.0	0					non-mobilizable	plasmid	7491.0	98.825	96.0	0.07615540341203877	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0113_01_000000001819	9801	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.43138422165835627		0	0	False	False	1.0	0					non-mobilizable	plasmid	7627.0	98.82	98.0	0.07753893732387919	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0144_000000001239	9736	0.9990898794440252	17	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.3945752868184208		0	0	False	False	1.0	0					non-mobilizable	plasmid	7401.0	98.824	96.0	0.07523982949979145	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0039_000000002307	9717	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4056150918910267		0	0	False	False	1.0	0					non-mobilizable	plasmid	7553.0	98.795	98.0	0.0767861321071425	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0067_000000002318	9694	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4058306687292674		0	0	False	False	1.0	0					non-mobilizable	plasmid	7520.0	98.83	98.0	0.07645042167265181	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0230_000000002180	9689	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.40570871617070586		0	0	False	False	0.9987614750862122	0					non-mobilizable	plasmid	7515.0	98.816	98.0	0.07639955645530473	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0785_000000002527	9672	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4050850690614546		0	0	False	False	1.0	0					non-mobilizable	plasmid	7518.0	98.803	98.0	0.07643007558571298	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0128_000000001093	9665	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.40220413413683953		0	0	False	False	1.0	0					non-mobilizable	plasmid	7491.0	98.825	98.0	0.07615540341203877	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0187_000000002446	9605	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.39413867798059227		0	0	False	False	0.9997918009757996	0					non-mobilizable	plasmid	5701.0	98.439	98.0	0.05794565560178638	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0100_000000002820	9547	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.3750736634446243		0	0	False	False	1.0	0					non-mobilizable	plasmid	5701.0	98.456	97.0	0.05794565560178638	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0835_000000000934	9545	0.9990898794440252	17	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.3867837887919689		0	0	False	False	1.0	0					non-mobilizable	plasmid	7406.0	98.785	98.0	0.07529069471713852	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AST0087_000000002501	9516	0.9990898794440252	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.35297615955840145		0	0	False	False	1.0	0					non-mobilizable	plasmid	7064.0	98.74	98.0	0.07181151385059868	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0071_000000002341	8868	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.14013125774178292		0	0	False	False	0.9965043067932129	0					non-mobilizable	plasmid	6481.0	98.62700000000001	98.0	0.06588062950792989	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0060_000000003876	8051	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11526395546522067		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.391	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0199_000000003072	8049	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11527863137612734		0	0	False	False	0.9998757839202881	0					non-mobilizable	plasmid	5779.0	98.391	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0367_000000001255	8035	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11516849762040406		0	0	False	False	0.999751091003418	0					non-mobilizable	plasmid	5779.0	98.40799999999999	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0354_000000001936	8028	0.9990898794440252	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11516297243001894		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.46	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0844_000000001698	8009	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11502510023938181		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.40799999999999	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0846_000000001203	8009	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11502510023938181		0	0	False	False	0.9998751282691956	0					non-mobilizable	plasmid	5779.0	98.40799999999999	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0167_000000003022	7978	0.9990898794440252	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11146093721721415		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.425	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0134_000000003982	7928	0.9990898794440252	14	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11462298356115412		0	0	False	False	1.0	0					non-mobilizable	plasmid	5746.0	98.486	97.0	0.05840344255791005	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0840_000000001436	7900	0.9990898794440252	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11441760375076296		0	0	False	False	1.0	0					non-mobilizable	plasmid	5746.0	98.486	97.0	0.05840344255791005	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0114_000000003302	7369	0.9990898794440252	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.06380705402589923		0	0	False	False	0.9995929002761841	0					non-mobilizable	other	5054.0	98.259	95.0	0.05038519878652403	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MON0031_000000006201	5691	0.9990898674237026	4	4	4	4	4	False	48603	fragment	False	MON0031_000000006201	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3852.0	100.0	98.0	0.0009229553937647425	CP046048.1	enterobacteria	Proteus mirabilis strain HN2p chromosome HN2p, complete sequence	False	False
SPA0098_000000002939	11482	0.9990890091703826	15	9	6	7	8	True	124138	maximal	True	SPA0098_000000002939	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8865.0	98.071	85.0	0.0024907863668018056	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
USA0038_01_000000003873	5226	0.999088529938177	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.5858606593973656		0	0	False	False	0.999808669090271	0					non-mobilizable	other	5229.0	99.178	100.0	0.47553210842277605	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0051_000000007782	3233	0.9990868869546692	4	3	3	2	2	True	100281	fragment	False	SPA0051_000000007782	1.0		0	0	False	False	0.9863903522491455	0					non-mobilizable	no_good_hit	1583.0	78.26899999999999	48.0	0.008969717864735965	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
FIJ0037_000000000416	30753	0.9990859675214466	38	36	5	27	35	True	113237	fragment	False	FIJ0037_000000000416	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	8304.0	94.677	90.0	0.10924314432786109	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
ENG0043_000000002333	11336	0.99908549816099	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8415737794205518		0	0	False	False	1.0	0					non-mobilizable	plasmid	11337.0	99.97399999999999	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MAD0105_000000005054	5776	0.9990850600331596	4	4	4	4	4	False	98278	maximal	True	MAD0105_000000005054	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	5204.0	99.885	100.0	0.0010797937039912521	CP035331.1	enterobacteria	Escherichia coli strain BR25-DEC chromosome	False	False
ISR0777_000000007559	2285	0.9990842678316848	6	3	1	3	1	False	22395	fragment	False	ISR0777_000000007559	1.0		0	0	False	False	0.9929978251457214	0					non-mobilizable	no_good_hit								True	False
FIJ0151_000000002979	5665	0.9990842121603288	7	6	4	6	6	False	51107	maximal	True	FIJ0151_000000002979	0.9956347127640999		2	1	True	True	1.0	56		MOBP			mobilizable	no_good_hit	2061.0	93.595	70.0	0.21575198994553832	MH595534.1	enterobacteria	Klebsiella pneumoniae strain KPC45 plasmid pKPC45a, complete sequence	True	True
AST0094_000000000950	15360	0.9990839274755506	16	11	7	11	7	False	109430	maximal	True	AST0094_000000000950	1.0		1	1	False	False	0.9998697638511658	0					non-mobilizable	no_good_hit	2354.0	92.60799999999999	63.0	0.10163166116993577	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
USA0047_01_000000001439	16949	0.9990834173544162	19	12	6	6	11	True	132596	backbone	False	ISR0120_000000000296	0.09830757836054577	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16949.0	99.87	100.0	0.5461987173289503	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0077_000000000345	41432	0.9990830644092746	45	32	21	23	27	True	123942	fragment	False	ENG0077_000000000345	0.9826099844379121		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	7921.0	99.445	53.0	0.0015042047633404135	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
SPA0124_000000010396	2804	0.9990816964651053	3	2	2	2	1	False	4061	fragment	False	SPA0124_000000010396	1.0		0	0	False	False	0.9996433854103088	0					non-mobilizable	no_good_hit	686.0	82.07	24.0	0.015315861573356689	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
CHI0075_000000000629	11360	0.999080748184412	9	6	6	6	4	False	84692	maximal	True	CHI0075_000000000629	1.0		1	1	False	False	0.9997358918190002	0					non-mobilizable	no_good_hit	1644.0	82.48200000000001	27.0	0.00040645923201510837	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
FIJ0017_000000005874	4707	0.9990806474122376	6	5	4	5	3	True	64255	fragment	False	FIJ0017_000000005874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1177.0	74.766	25.0	0.0003046448499670034	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0179_000000001156	19840	0.9990806309844572	20	11	8	11	6	False	122565	fragment	False	ISR0108_000000001022	0.6269640644361835		0	0	False	False	0.99994957447052	0					non-mobilizable	no_good_hit	7673.0	97.524	82.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0028_000000003722	3265	0.9990801620221668	5	3	1	3	1	True	121624	backbone	False	CHI0109_000000004976	0.8013290348651906	PS857	0	0	True	True	1.0	91					non-mobilizable	plasmid	2424.0	97.814	96.0	0.7945928123969667	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
MAD0003_000000008644	3264	0.9990801620221668	5	3	1	3	1	True	121624	backbone	False	CHI0109_000000004976	0.800560845146723	PS857	0	0	True	True	0.9996936321258545	107					non-mobilizable	plasmid	2424.0	97.896	96.0	0.7945928123969667	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
DEN0010_000000002585	12874	0.999079789845826	14	7	5	7	3	True	103155	fragment	False	DEN0010_000000002585	1.0		0	0	False	False	0.9998446702957153	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	True
MAD0107_000000007064	5386	0.9990789927993012	5	1	1	1	1	False	14708	maximal	True	MAD0107_000000007064	1.0		1	1	True	True	0.9996286630630493	35					non-mobilizable	no_good_hit	451.0	72.506	8.0	0.04271258999805409	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
AST0028_000000000217	52547	0.999077706432464	67	25	15	21	19	True	118943	maximal	True	AST0028_000000000217	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4182.0	95.194	8.0	0.9997607083034219	MF043372.1	high GC Gram+	Bifidobacterium pseudolongum cell surface protein (GLOB35_1722) gene, complete cds	True	True
ISR0180_000000012241	1906	0.9990773919633696	3	1	1	1	1	False	29637	fragment	False	ISR0180_000000012241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000033493	1153	0.9990773919633696	3	1	1	1	1	False	47328	fragment	False	FIJ0041_000000033493	1.0		0	0	False	False	0.9722462892532349	0					non-mobilizable	no_good_hit								True	False
DEN0034_000000000280	14910	0.9990768476316808	27	6	4	5	4	False	73571	maximal	True	DEN0034_000000000280	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3246.0	89.803	48.0	0.056995002303902455	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0019_000000000667	33165	0.9990766047098624	36	35	6	12	35	True	80387	fragment	False	ENG0152_000000000403	0.9528993526254634		0	0	False	False	1.0	0			MPF_I		non-mobilizable	other	12195.0	94.678	97.0	0.07983546114179996	MK878517.1	enterobacteria	Escherichia coli 0638J contig 0638J-ColB-ColM genomic sequence	False	True
USA0027_01_000000004782	5542	0.9990758500179582	7	3	3	2	1	False	107026	fragment	False	CHI0125_000000001580	0.0399554688964653		0	0	False	False	1.0	0					non-mobilizable	other	5542.0	100.0	100.0	0.05529498642822928	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
AST0006_000000003460	4534	0.9990751699057362	6	4	2	4	1	True	132299	maximal	False	AST0055_000000007132	0.9994547218089024		0	0	True	True	1.0	62					non-mobilizable	no_good_hit	1349.0	81.39399999999999	37.0	0.2701161132613567	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0794_000000006037	3214	0.9990744472347941	5	4	2	4	1	True	130288	fragment	False	ISR0794_000000006037	0.9872703834998389		0	0	False	False	0.9947106242179871	0					non-mobilizable	no_good_hit	630.0	93.96799999999999	45.0	0.0013152474609869165	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0003_000000011133	3103	0.9990744472347941	5	4	2	4	1	True	130288	fragment	False	ISR0794_000000006037	0.9710640945861855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	91.801	47.0	0.0012964283399235106	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0035_000000001055	20250	0.999074420421558	21	11	7	10	5	False	122565	fragment	False	ISR0108_000000001022	0.639933911606774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7674.0	97.589	80.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
FIJ0109_000000002649	10008	0.9990731895232168	13	8	4	6	6	False	103477	fragment	False	FIJ0109_000000002649	1.0		0	0	False	False	0.9998001456260681	0					non-mobilizable	no_good_hit	3236.0	94.932	58.0	0.12920113495584062	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
FIJ0125_000000003113	6269	0.9990728442763628	7	2	1	2	2	False	47296	fragment	False	FIJ0125_000000003113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
MON0102_000000001554	18761	0.9990723899954824	24	10	6	8	6	False	8986	maximal	True	MON0102_000000001554	1.0		1	1	False	False	0.9998933672904968	0					non-mobilizable	no_good_hit	496.0	71.169	3.0	0.0002895626835251243	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AST0148_000000000412	42586	0.9990721931909176	40	22	17	18	13	True	120044	maximal	True	AST0148_000000000412	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	92.51700000000001	2.0	0.0005564464319137204	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ENG0132_000000001664	11303	0.9990701849976814	18	5	5	5	5	True	70159	maximal	True	ENG0132_000000001664	1.0		1	1	True	True	1.0	51					non-mobilizable	no_good_hit	705.0	92.624	6.0	0.00020407660409573627	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0097_000000016357	1921	0.9990688431393966	3	3	2	2	3	False	60769	fragment	False	ENG0097_000000016357	1.0		0	0	False	False	0.9947943687438965	0					non-mobilizable	other	1921.0	99.74	100.0	0.00038492713549856183	CP006632.1	enterobacteria	Escherichia coli PCN033, complete genome	False	False
MAD0111_000000005361	3195	0.999068588172667	3	2	2	2	2	False	14520	maximal	True	MAD0111_000000005361	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2329.0	99.87100000000001	99.0	0.00040774251699613443	CP050221.1	enterobacteria	Escherichia coli strain RM-103-MS chromosome	False	False
CHI0180_000000000659	22552	0.9990684489839596	27	20	11	11	16	True	132596	backbone	False	ISR0120_000000000296	0.3809804354213614	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	22560.0	99.535	100.0	0.7269650971671662	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0167_000000000307	35345	0.9990682497820508	42	31	21	22	23	True	102536	maximal	False	USA0012_01_000000000166	0.9559057183455659		0	0	True	True	1.0	69			MPF_T		non-mobilizable	no_good_hit	6027.0	99.95	17.0	0.0011720869040392262	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
ENG0125_000000003797	6116	0.9990677472730266	7	6	4	6	4	False	89218	maximal	True	ENG0125_000000003797	1.0		1	1	True	True	0.9998365044593811	16		MOBP			mobilizable	no_good_hit	3671.0	80.632	59.0	0.5924294338391255	FN429027.1	enterobacteria	Rahnella sp. WMR66 plasmid pHW66, complete sequence, strain WMR66	True	True
CHI0044_000000002160	5465	0.9990657417774114	10	6	5	4	5	False	107019	fragment	False	CHI0044_000000002160	0.9936846260114467		0	0	False	False	0.9998170137405396	0					non-mobilizable	other	5465.0	99.98200000000001	100.0	0.054526584703816064	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0062_000000003137	5067	0.9990657417774114	9	6	5	4	5	False	107019	fragment	False	CHI0044_000000002160	0.9577310155535224		0	0	False	False	0.9913163781166077	0					non-mobilizable	other	5009.0	99.96	99.0	0.04997604981638193	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0025_000000003025	11141	0.9990655262802888	16	9	5	9	5	True	111047	maximal	True	ISR0025_000000003025	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	4688.0	97.44	81.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	True
ENG0148_000000003293	10610	0.9990648784180848	14	9	5	7	6	False	90317	maximal	True	ENG0148_000000003293	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	93.384	24.0	0.00032541522660721787	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
FIJ0046_000000006261	4273	0.999064323277538	5	4	2	3	3	False	57934	fragment	False	FIJ0046_000000006261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	70.893	8.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0338_000000009167	2832	0.9990641079040278	4	3	2	3	1	True	120314	fragment	False	ISR0338_000000009167	1.0		0	0	False	False	0.9985875487327576	0					non-mobilizable	no_good_hit	832.0	88.822	59.0	0.0017355411647363126	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0133_000000014899	1507	0.9990632063560994	3	2	1	2	2	False	72394	fragment	False	ISR0133_000000014899	1.0		0	0	False	False	0.9734572172164917	0					non-mobilizable	no_good_hit								True	False
MON0024_000000000034	71952	0.9990618192940608	74	23	12	20	8	True	72783	maximal	True	MON0024_000000000034	1.0		1	1	False	False	0.9999861121177673	0					non-mobilizable	no_good_hit	89.0	93.258	0.0	0.0006138606954762653	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
ISR0259_000000002393	5251	0.9990605670086221	6	5	4	4	4	True	118775	maximal	True	ISR0259_000000002393	1.0	PS806	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1314.0	90.715	46.0	0.35962493105350246	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	True	True
MAD0097_000000006369	5823	0.9990601667975048	6	4	4	4	3	True	15441	fragment	False	MAD0097_000000006369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	75.682	7.0	0.00705348598163967	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0030_000000003372	8190	0.9990600654850464	14	8	5	7	6	False	70960	fragment	False	SPA0030_000000003372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	21.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0125_000000002960	7667	0.9990599812081948	9	5	4	5	2	True	58884	maximal	True	ENG0125_000000002960	1.0		1	1	False	False	0.9980435371398926	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.9080337762147522e-05	NC_021181.2	firmicutes	Lactobacillus acidophilus La-14, complete sequence	True	True
FIJ0066_000000000251	53262	0.9990579022666928	54	48	7	21	45	True	50167	maximal	True	FIJ0066_000000000251	1.0		3	2	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	53263.0	99.35600000000001	100.0	0.2743170412506054	CP057314.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 plasmid pRHB30-C05_2, complete sequence	False	True
SPA0124_000000015734	1862	0.9990577164722434	3	1	1	1	1	False	73397	fragment	False	SPA0124_000000015734	1.0		0	0	False	False	0.9919441342353821	0					non-mobilizable	plasmid	1753.0	97.319	97.0	0.039187162903117516	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
DEN0035_000000024501	1435	0.9990577164722434	3	1	1	1	1	False	73395	fragment	False	DEN0035_000000024501	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1195.0	96.485	98.0	0.02669919208647584	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
ISR0369_000000001011	8396	0.9990565954228546	10	8	5	7	7	False	103470	maximal	True	ISR0369_000000001011	1.0		1	1	False	False	0.9998809099197388	0					non-mobilizable	no_good_hit	3472.0	94.009	57.0	0.13767334052671543	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
FIJ0115_000000017877	1317	0.9990563270418196	3	3	3	3	1	False	41711	maximal	True	FIJ0115_000000017877	1.0		0	0	False	False	0.950645387172699	0					non-mobilizable	no_good_hit	667.0	82.309	50.0	0.028814441937163687	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ISR0236_000000000349	14969	0.9990545175860488	24	7	3	6	4	True	43678	maximal	True	ISR0236_000000000349	1.0		1	1	True	True	0.999198317527771	18					non-mobilizable	no_good_hit	207.0	85.507	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
MAD0102_000000003853	4186	0.9990535234302278	4	4	1	4	3	False	15025	maximal	True	MAD0102_000000003853	1.0		2	2	False	False	0.988055408000946	0					non-mobilizable	chromosome	4186.0	98.495	100.0	0.0007960086125771645	CP027459.1	enterobacteria	Escherichia coli strain 90-3040 chromosome, complete genome	False	False
ENG0159_000000003421	6236	0.9990530691826032	5	3	3	2	1	True	87311	fragment	False	ENG0159_000000003421	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3695.0	99.919	100.0	0.005262970429628785	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
CAN0015_000000030103	1120	0.999053005970894	2	1	1	1	1	False	93040	fragment	False	CAN0015_000000030103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	72.66199999999999	37.0	0.00010337579990569858	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
CHI0101_000000000621	14370	0.9990525497446164	27	10	5	8	8	False	100915	fragment	False	CHI0101_000000000621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1953.0	86.329	14.0	0.03129472685460657	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0124_000000010936	1260	0.9990521458484748	2	1	1	1	1	False	32071	maximal	True	ISR0124_000000010936	1.0		5	3	False	False	0.9865079522132874	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000002974	5228	0.9990520837186422	8	5	2	4	3	False	20027	maximal	True	MAD0096_000000002974	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	88.2	39.0	0.06396458948099289	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
CAN0013_000000007308	3116	0.9990511936115032	3	3	1	3	1	True	96239	backbone	False	ENG0013_000000008430	0.9979182002405055	PS514	0	0	True	True	0.9990372061729431	15		MOBV			mobilizable	plasmid	2234.0	99.866	100.0	0.7301275760549558	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
MON0060_000000015594	2525	0.99905066729321	3	2	1	1	2	False	39465	fragment	False	MON0060_000000015594	0.9756696251474909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
ISR0311_000000000574	18941	0.9990501394377056	22	14	11	11	11	False	130368	maximal	True	ISR0311_000000000574	1.0	PS1101	2	1	False	True	0.999947190284729	0					non-mobilizable	no_good_hit	4044.0	96.044	39.0	0.06463181255327019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
ENG0033_000000012176	2153	0.9990498146577984	4	3	3	3	3	False	65504	fragment	False	ENG0033_000000012176	1.0		0	0	False	False	0.98235023021698	0					non-mobilizable	no_good_hit								True	False
MAD0016_000000000960	3766	0.9990497264645608	8	5	5	4	4	False	96423	fragment	False	MAD0016_000000000960	1.0		0	0	False	False	0.9997344613075256	0					non-mobilizable	other	2915.0	95.74600000000001	99.0	0.024277002099768272	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	False
MON0070_000000012052	2645	0.9990489185009194	4	4	0	3	4	False	103818	fragment	False	MON0070_000000012052	1.0		0	0	False	False	0.996219277381897	0		MOBP		MOBP	mobilizable	plasmid	2646.0	99.92399999999999	100.0	0.4981167608286252	LR792482.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate SV68791 genome assembly, plasmid: 46	False	True
MON0084_000000009201	3240	0.9990489118180056	5	4	0	3	4	False	103819	fragment	False	MON0084_000000009201	1.0		0	0	False	False	1.0	0	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	3241.0	99.969	100.0	0.6101694915254238	LR792482.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate SV68791 genome assembly, plasmid: 46	False	True
SPA0073_000000002943	4744	0.9990489063258052	6	4	0	3	4	False	103179	maximal	False	SPA0001_000000007171	0.9914922252760506		0	0	True	True	1.0	616	ColRNAI_rep_cluster_1857,rep_cluster_2350,rep_cluster_2370	MOBP		MOBP	mobilizable	plasmid	3214.0	99.81299999999999	99.0	0.6995427824951013	CP043666.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky strain 161365 plasmid unnamed2, complete sequence	False	True
ISR0319_000000003094	4672	0.9990489063258052	4	4	0	3	4	False	103179	maximal	False	SPA0001_000000007171	0.9933506448624108		0	0	True	True	1.0	13	ColRNAI_rep_cluster_1857,rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	4351.0	99.931	100.0	0.9470934030045721	CP043668.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky strain 162835 plasmid unnamed1, complete sequence	False	True
ENG0030_000000005262	4041	0.9990489063258052	5	4	0	3	4	False	65756	fragment	False	ENG0030_000000005262	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	4041.0	100.0	100.0	0.8795993903766601	CP043668.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky strain 162835 plasmid unnamed1, complete sequence	False	True
MAD0017_000000001552	2234	0.9990488830959929	4	3	0	3	3	False	103831	fragment	False	FIJ0099_000000009940	0.9794818642830979		0	0	False	False	0.9870188236236572	0		MOBP,MOBP			mobilizable	plasmid	2234.0	99.194	100.0	0.2815889029003783	HE603112.1	enterobacteria	Escherichia coli HUSEC41 plasmid pHUSEC41-3 complete sequence	False	True
CHI0108_000000002001	3755	0.9990481015640984	4	4	3	3	4	False	90355	fragment	False	CHI0043_000000001895	0.9553643417348775		0	0	False	False	0.9960052967071533	0					non-mobilizable	chromosome	3756.0	99.734	100.0	0.0007314015113813282	CP026935.2	enterobacteria	Escherichia coli strain CFS3292 chromosome, complete genome	False	False
ISR0113_000000001316	9507	0.9990474157312608	16	8	7	5	5	False	123888	fragment	False	SPA0082_000000000937	0.3785257506708817		0	0	False	False	0.9988429546356201	0					non-mobilizable	plasmid	7428.0	98.829	98.0	0.07551450167346566	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0042_000000003575	3422	0.9990469567420428	4	3	2	2	3	True	87491	fragment	False	CHI0042_000000003575	1.0		0	0	False	False	1.0	0	rep_cluster_1778			MOBQ,MOBQ	mobilizable	plasmid	3422.0	99.53200000000001	100.0	0.8396759145592929	CP008718.1	enterobacteria	Escherichia coli strain ST648 plasmid pEC648_4, complete sequence	False	True
FIJ0079_000000007912	3630	0.9990469152000918	5	2	1	2	1	False	44394	fragment	False	FIJ0079_000000007912	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3630.0	99.86200000000001	100.0	0.0007962223647870056	AP021895.1	enterobacteria	Escherichia coli 2018-11-3CC DNA, complete genome	False	False
TAN0017_000000002874	9951	0.99904672549777	21	3	2	1	2	False	2502	maximal	True	TAN0017_000000002874	1.0		1	1	False	False	0.9984925985336304	0					non-mobilizable	no_good_hit	627.0	87.719	12.0	0.0110941764434835	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0068_000000002297	7443	0.9990454014834048	8	7	5	7	7	False	87229	fragment	False	CHI0137_000000001318	0.9190218545915179		0	0	False	False	1.0	0					non-mobilizable	other	7376.0	94.04799999999999	99.0	0.31559294390317183	LR828204.1	firmicutes	Streptococcus mitis	False	False
ISR0084_000000001504	11870	0.999044926994446	25	9	6	6	8	True	77098	maximal	True	ISR0084_000000001504	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1701.0	90.12299999999999	22.0	0.02739218057234986	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
FIJ0047_000000000172	55432	0.9990447077486424	70	23	14	19	13	True	119619	fragment	False	FIJ0047_000000000172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	87.281	1.0	0.0001695318999821275	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0010_000000008067	2313	0.999044511936826	3	2	2	2	1	False	51091	maximal	True	FIJ0010_000000008067	1.0		1	1	False	False	0.9965412616729736	0					non-mobilizable	no_good_hit	474.0	98.101	20.0	0.002852377384031521	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0025_000000004718	2437	0.999044040099932	4	3	1	3	1	False	19142	maximal	True	MAD0025_000000004718	1.0		1	1	False	False	0.9995896816253662	0					non-mobilizable	no_good_hit								True	False
SPA0095_000000002972	7188	0.9990433608282796	10	6	4	6	4	False	5226	maximal	True	SPA0095_000000002972	1.0		1	1	False	False	0.9979131817817688	0					non-mobilizable	no_good_hit	1352.0	96.89299999999999	32.0	0.00030566634357892525	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0111_000000007346	4507	0.9990426146784762	7	1	1	1	1	False	4583	fragment	False	SPA0111_000000007346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	85.714	2.0	2.3666219217348664e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0244_000000011462	2141	0.9990418053257988	2	2	1	2	1	False	27189	fragment	False	ISR0244_000000011462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0007_000000012395	2962	0.9990411023037415	6	3	1	3	1	False	2842	maximal	True	TAN0007_000000012395	1.0		1	1	False	False	0.9993247985839844	0					non-mobilizable	no_good_hit	38.0	100.0	2.0	4.736395280604538e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ENG0072_000000000202	49395	0.99904093179786	52	26	13	23	10	True	89167	fragment	False	ENG0072_000000000202	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	49423.0	99.296	100.0	0.4227359088030399	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
SPA0122_000000004387	7333	0.9990406573298352	10	10	4	6	10	True	82949	maximal	True	SPA0122_000000004387	1.0		0	0	False	False	0.9998636245727539	0	rep_cluster_2371				non-mobilizable	plasmid	7342.0	99.741	100.0	0.07425351998705292	HG428756.1	enterobacteria	Escherichia coli PMV-1 pHUSEC411like plasmid, complete sequence	False	True
ENG0018_000000005206	4115	0.9990401677230836	8	3	1	3	2	False	109311	fragment	False	ISR0272_000000002711	0.9594734455830034		0	0	False	False	1.0	0					non-mobilizable	other	2892.0	99.896	90.0	0.07593307593307594	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0097_000000001565	11005	0.9990400760218352	14	9	3	6	6	False	130155	maximal	True	ISR0097_000000001565	1.0	PS1004|PS1072|PS1075|PS1076|PS1077|PS1079|PS1080|PS974|PS975	0	0	False	True	0.9999091029167175	0					non-mobilizable	no_good_hit	3991.0	99.148	63.0	0.7113530881827919	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
MON0072_000000005974	3496	0.9990397151928362	5	3	3	2	1	False	96418	maximal	True	MON0072_000000005974	1.0		29	8	False	False	0.9945651888847351	0					non-mobilizable	no_good_hit	2063.0	100.0	59.0	0.020577199425195595	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
USA0058_01_000000004600	4602	0.9990388641728336	8	5	4	3	4	False	107017	fragment	False	ISR0047_000000004284	0.3574283536553399		0	0	False	False	1.0	0					non-mobilizable	other	4602.0	100.0	100.0	0.045914497844483475	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0133_01_000000005877	4575	0.9990388641728336	8	5	4	3	4	False	107017	fragment	False	ISR0047_000000004284	0.35699136262444264		0	0	False	False	1.0	0					non-mobilizable	other	4575.0	100.0	100.0	0.04564505827878014	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0119_01_000000005156	4247	0.9990388641728336	8	5	4	3	4	False	107017	fragment	False	ISR0047_000000004284	0.2517163479817394		0	0	False	False	1.0	0					non-mobilizable	other	4247.0	100.0	100.0	0.042371866517643304	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0374_000000002876	5361	0.9990384472682484	10	6	5	4	5	False	70959	fragment	False	ISR0374_000000002876	0.9880539034097359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	33.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0151_000000001018	11428	0.999038366559784	13	6	5	5	3	True	44144	backbone	True	ISR0151_000000001018	1.0	PS152	1	1	True	True	1.0	26					non-mobilizable	no_good_hit	31.0	100.0	0.0	7.400335975253277e-05	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	True
ISR0107_000000001565	10395	0.9990372901686778	13	7	5	7	3	True	99219	maximal	True	ISR0107_000000001565	1.0		1	1	True	True	0.9972102046012878	8	rep_cluster_78				non-mobilizable	plasmid	2774.0	90.807	91.0	0.23971767166260022	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
FIJ0038_000000011700	2913	0.9990363447461356	3	2	2	2	1	True	62285	maximal	False	ISR0200_000000006997	0.8448419253815641		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0008_000000005881	2864	0.9990363447461356	2	2	2	2	1	True	62285	maximal	False	ISR0200_000000006997	0.34670112108459034		0	0	True	True	0.9972066879272461	18					non-mobilizable	no_good_hit								True	True
SPA0003_000000016409	1100	0.999034409260028	2	1	1	1	1	False	8363	fragment	False	SPA0003_000000016409	1.0		0	0	False	False	1.0	0					non-mobilizable	other	958.0	90.292	92.0	0.009540156474532971	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0002_000000001802	9634	0.9990338246094432	17	12	9	11	9	True	68013	maximal	True	ENG0002_000000001802	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.777555166296373e-05	NZ_JABGBK010000001.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_1, whole genome shotgun sequence	True	True
SPA0137_000000006700	5411	0.9990337355298178	8	5	4	4	3	False	120298	maximal	True	SPA0137_000000006700	1.0		1	1	False	False	0.9990759491920471	0					non-mobilizable	no_good_hit	3089.0	99.385	57.0	0.0009913997357123502	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
CHI0063_000000007001	1918	0.9990335248127266	3	3	3	3	3	False	85453	fragment	False	CHI0063_000000007001	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1857.0	100.0	100.0	0.08990941239160975	NZ_ML636821.1	a-proteobacteria	Ochrobactrum gallinifaecis strain ISO 196 scaffold22, whole genome shotgun sequence	False	False
FIJ0104_000000000157	58580	0.99903327045021	95	30	13	23	13	True	112972	maximal	True	FIJ0104_000000000157	1.0		1	1	False	False	0.9998634457588196	0					non-mobilizable	no_good_hit	8240.0	93.337	57.0	0.14589019246446674	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0380_000000001333	9121	0.9990325619520272	12	8	4	5	6	True	130679	backbone	True	ISR0380_000000001333	1.0	PS1000|PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS1120|PS1121|PS122|PS54|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS891|PS892|PS996	0	0	True	True	1.0	11	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3355.0	99.285	65.0	0.5373996789727127	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	True	True
ISR0382_000000001132	9627	0.9990319824612036	10	6	6	6	5	True	36182	fragment	False	ISR0382_000000001132	1.0		0	0	False	False	0.9988573789596558	0					non-mobilizable	no_good_hit	1585.0	71.609	16.0	0.1862471145668813	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
USA0024_01_000000001083	19098	0.99903162546332	21	15	8	8	13	True	132596	backbone	False	ISR0120_000000000296	0.37399996333748187	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19023.0	99.916	99.0	0.5756144811720547	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0015_01_000000000893	19009	0.99903162546332	21	15	8	8	13	True	132596	backbone	False	ISR0120_000000000296	0.3738869750722065	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18992.0	99.916	99.0	0.574676110909311	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0299_000000005074	2172	0.9990296688544832	3	3	2	3	2	False	25615	fragment	False	ISR0299_000000005074	1.0		0	0	False	False	0.9880294799804688	0					non-mobilizable	no_good_hit	468.0	86.75200000000001	21.0	0.000972321254942633	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0094_000000005595	3839	0.9990294934149966	4	3	3	3	1	True	116353	backbone	False	FIJ0092_000000008111	0.9593213394574055	PS773	0	0	True	True	1.0	324					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0147_000000006245	3839	0.9990294934149966	4	3	3	3	1	True	116353	backbone	False	FIJ0092_000000008111	0.9589474980844592	PS773	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0019_000000004194	3817	0.9990294934149966	4	3	3	3	1	True	116353	backbone	False	FIJ0092_000000008111	0.9607254870196917	PS773	0	0	True	True	0.9997380375862122	31					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0090_000000017479	2470	0.9990290658850072	5	4	2	4	2	False	43490	maximal	True	FIJ0090_000000017479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	97.059	37.0	0.0020701106741148386	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CHI0043_000000000895	6881	0.9990275172547544	7	6	2	4	6	True	98050	maximal	True	CHI0043_000000000895	1.0		1	1	False	False	1.0	0	IncY				non-mobilizable	plasmid	5716.0	95.399	99.0	0.06022648193838173	CP055663.1	enterobacteria	Escherichia coli strain RHB31-C08 plasmid pRHB31-C08_4, complete sequence	False	True
AST0019_000000011245	2538	0.9990264147765412	4	2	1	2	1	False	122520	fragment	False	AST0019_000000011245	1.0		0	0	False	False	0.9992119669914246	0					non-mobilizable	plasmid	2481.0	97.58200000000001	99.0	0.055457332766376474	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
SPA0056_000000017329	2058	0.9990263554407676	3	2	2	2	2	False	6374	fragment	False	SPA0056_000000017329	1.0		0	0	False	False	0.9975704550743103	0					non-mobilizable	no_good_hit								True	False
MAD0111_000000012610	1367	0.9990261154729154	2	1	1	1	1	False	14496	maximal	True	MAD0111_000000012610	1.0		4	2	False	False	0.9956108331680298	0					non-mobilizable	no_good_hit	215.0	74.419	16.0	3.998957281232277e-05	CP045777.1	firmicutes	Bacillus paranthracis strain CFSAN068816 chromosome, complete genome	True	False
CHI0010_000000003642	2145	0.9990246433515356	2	1	1	1	1	False	90308	fragment	False	CHI0010_000000003642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0116_000000005639	4609	0.9990245876962214	7	5	3	5	2	True	115109	fragment	False	AST0116_000000005639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	0.00022481615363225993	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	True
MON0093_000000024423	1836	0.99902388200125	3	2	2	2	2	False	9391	fragment	False	MON0093_000000024423	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1836.0	99.891	100.0	0.00037649907157585893	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
AST0016_000000014447	1703	0.9990227367808894	4	4	4	4	4	True	126017	fragment	False	AST0055_000000017635	0.37284832913112353		0	0	False	False	1.0	0					non-mobilizable	other	1717.0	92.48700000000001	100.0	0.03853668395876844	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
FIJ0158_000000000169	56096	0.9990226125113628	38	24	18	21	14	True	130794	maximal	False	ISR0131_000000000086	0.9504634083173311		0	0	True	True	0.9999465346336365	2					non-mobilizable	no_good_hit	541.0	99.815	1.0	0.9981481481481481	KU544993.1	bacteria	Uncultured bacterium clone AX_01B_000_Contig_4 genomic sequence	True	True
FIJ0067_000000000240	56046	0.9990226125113628	39	24	18	21	14	True	130794	maximal	False	ISR0131_000000000086	0.9503776400985404		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	541.0	99.63	1.0	0.9981481481481481	KU544993.1	bacteria	Uncultured bacterium clone AX_01B_000_Contig_4 genomic sequence	True	True
ENG0123_000000002758	3839	0.999022358389703	4	4	4	4	4	False	98043	maximal	True	ENG0123_000000002758	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2840.0	99.93	100.0	0.008948334247715621	CP006657.1	enterobacteria	Klebsiella pneumoniae JM45 plasmid p1, complete sequence	False	True
DEN0082_000000000251	47195	0.9990217969051324	47	23	16	15	13	True	109045	maximal	True	DEN0082_000000000251	0.7356264953767186		3	2	False	False	0.9999576210975647	0					non-mobilizable	no_good_hit	312.0	85.897	1.0	0.018432903032122486	NZ_JAAIPW010000029.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_29_length_16655_cov_366.729, whole genome shotgun sequence	True	True
ENG0073_000000005890	4434	0.9990216386542948	4	2	2	2	1	False	114685	fragment	False	ENG0073_000000005890	1.0		0	0	False	False	0.9957149028778076	0					non-mobilizable	no_good_hit	728.0	97.94	33.0	0.028670584059628506	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	True	False
SPA0137_000000016194	2263	0.9990216386542948	2	2	2	2	1	False	3567	fragment	False	SPA0137_000000016194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	88.91799999999999	33.0	0.6342281879194631	MK231658.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.I12_2-CL12_c17 sequence	True	False
CHI0170_000000000987	11292	0.9990212638772108	19	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8381852508558421		0	0	False	False	1.0	0					non-mobilizable	plasmid	11341.0	99.13600000000001	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0063_01_000000018725	1144	0.9990211054610624	2	1	1	1	1	False	859	fragment	False	USA0063_01_000000018725	1.0		0	0	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.695764649286864e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0001_000000014462	2889	0.999020869199912	3	2	2	1	1	False	76934	maximal	True	DEN0001_000000014462	1.0		0	0	False	False	0.9892696142196655	0					non-mobilizable	no_good_hit	443.0	97.065	15.0	0.00011744957971916795	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
USA0135_01_000000003338	4356	0.9990183922557192	4	2	2	2	1	False	13257	fragment	False	USA0135_01_000000003338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	96.61	1.0	0.00014142098833764505	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0329_000000000567	11063	0.999017169484558	19	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.8003125697865069		0	0	False	False	1.0	0					non-mobilizable	plasmid	8899.0	99.01100000000001	98.0	0.09047904861697474	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ETH0004_000000004945	5695	0.9990171286285754	5	2	2	2	1	True	52947	maximal	True	ETH0004_000000004945	1.0		1	1	True	True	0.9998244047164917	9					non-mobilizable	no_good_hit	349.0	76.791	6.0	0.006096480345939815	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0065_000000001769	12300	0.9990163327662732	14	8	7	7	8	True	37692	fragment	False	ISR0065_000000001769	1.0		0	0	False	False	0.9999186992645264	0					non-mobilizable	no_good_hit	1585.0	71.609	13.0	0.1862471145668813	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
DEN0084_000000000498	3818	0.9990162987785426	4	4	4	4	4	False	69050	fragment	False	DEN0084_000000000498	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3808.0	99.97399999999999	99.0	0.02368126399601891	LR792629.1	enterobacteria	Klebsiella pneumoniae isolate SB5881 genome assembly, plasmid: SB5881_II	False	True
SPA0134_000000013350	2042	0.9990159305693578	2	1	1	1	1	False	3666	maximal	True	SPA0134_000000013350	1.0		1	1	False	False	0.9980411529541016	0					non-mobilizable	no_good_hit	147.0	74.15	7.0	4.246532440853765e-05	NZ_LN875035.1	firmicutes	Niameybacter massiliensis strain Mt14, whole genome shotgun sequence	True	False
ISR0337_000000003591	2671	0.9990148986642516	4	3	2	3	3	False	24444	fragment	False	ISR0337_000000003591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	78.77600000000001	18.0	0.09577754891864057	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0203_000000003882	4563	0.9990147979793502	7	3	2	3	1	False	117200	fragment	False	ISR0203_000000003882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000003096	6040	0.999014590760804	6	3	2	2	3	False	23565	fragment	False	ISR0378_000000003096	1.0		0	0	False	False	0.9965232014656067	0					non-mobilizable	no_good_hit	859.0	99.53399999999999	14.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
MON0053_000000002171	10818	0.9990132594916036	8	6	4	6	5	False	38299	maximal	True	MON0053_000000002171	1.0		2	1	False	False	0.9998151063919067	0					non-mobilizable	no_good_hit	3351.0	99.135	31.0	0.020677480680443425	NZ_SPFY01000002.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_2_length_162012_cov_22.7863, whole genome shotgun sequence	True	False
DEN0052_000000007779	4681	0.9990122398806904	4	4	4	4	4	False	72341	fragment	False	DEN0052_000000007779	1.0		0	0	False	False	0.9967955350875854	0					non-mobilizable	no_good_hit	826.0	91.162	18.0	0.2920353982300885	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
SPA0093_000000001121	24472	0.9990120623849572	31	18	6	13	13	True	100959	fragment	False	SPA0040_000000000713	0.9710386579260698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	83.23100000000001	5.0	0.0002005033650611114	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
MON0011_000000002063	14793	0.9990107419160688	11	7	7	6	3	True	78050	fragment	False	MON0011_000000002063	0.9432046625113603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	0.0	1.7980589036757827e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	True
SPA0136_000000002067	14369	0.9990107419160688	11	7	7	6	3	True	78050	fragment	False	MON0011_000000002063	0.6313571734378872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
AUS0014_000000001509	17805	0.9990107374470844	19	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.34430047997281144	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17805.0	99.91	100.0	0.5747029958677686	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AUS0024_000000001388	17429	0.9990107374470844	19	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.34060765693809697	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17429.0	99.931	100.0	0.5273640876619445	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0108_000000001400	17266	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.33442556133557805	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17266.0	99.919	100.0	0.5224300762804214	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0015_000000001152	17192	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.33428361980545246	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17193.0	99.90700000000001	100.0	0.5202203656617024	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0348_000000000494	17192	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3342439648218121	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17193.0	99.895	100.0	0.5202203656617024	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0254_000000000185	17192	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.334265400259363	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17193.0	99.90100000000001	100.0	0.5202203656617024	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0196_000000000896	17192	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.33426465600935057	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17193.0	99.90100000000001	100.0	0.5202203656617024	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0034_000000000662	17190	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3342562067965475	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17191.0	99.90100000000001	100.0	0.5201598256447512	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0150_000000001028	17187	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3325341282635919	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17188.0	99.90700000000001	100.0	0.5200690156193244	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0801_000000000367	17172	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.33254868771577106	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17173.0	99.913	100.0	0.5196149654921903	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0149_000000000771	17164	0.9990107374470844	19	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3321678720933513	PS1169|PS902	0	0	False	True	0.9996504187583923	0		MOBB	MPF_T		conjugative	plasmid	17146.0	99.90700000000001	99.0	0.5187976752633491	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0060_000000001224	17140	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.33173192957794606	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17140.0	99.912	100.0	0.5184344351616419	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0102_000000000493	17095	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32374981393817115	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17133.0	99.352	100.0	0.5530087809917356	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0151_000000000561	17042	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32515524958868197	PS1169|PS902	0	0	False	True	0.9989438056945801	0		MOBB	MPF_T		conjugative	plasmid	17042.0	99.9	100.0	0.5500710227272727	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0367_000000000593	17033	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3252222447021721	PS1169|PS902	0	0	False	True	0.9998825788497925	0		MOBB	MPF_T		conjugative	plasmid	17033.0	99.9	100.0	0.5497804752066116	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0050_000000001303	17023	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3251223818023267	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17023.0	99.859	100.0	0.51507446422085	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0022_000000000418	17020	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32511736559048593	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17020.0	99.88799999999999	100.0	0.5493607954545454	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0017_000000000807	17014	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3252025184796484	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17014.0	99.88799999999999	100.0	0.5492316632231405	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0050_000000000895	17009	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3252038328754956	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17009.0	99.906	100.0	0.5146506841021915	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0087_000000000853	17008	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32482395525267543	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17014.0	99.912	100.0	0.5477462974887315	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0134_000000001517	17008	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32520818403118734	PS1169|PS902	0	0	False	True	0.9998824000358582	0		MOBB	MPF_T		conjugative	plasmid	17008.0	99.906	100.0	0.5490379648760331	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0854_000000000252	17008	0.9990107374470844	19	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.321092905838659	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16919.0	99.9	99.0	0.5461324896694215	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0065_000000000549	17004	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32517999141199494	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17004.0	99.906	100.0	0.5489088326446281	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0006_000000001516	16989	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32409814711191853	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16990.0	99.6	100.0	0.5142269039835331	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0006_000000000204	16974	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3214687995723868	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16974.0	99.994	100.0	0.5464584674822923	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
CHI0158_000000000579	16974	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32433957740844566	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16974.0	99.87	100.0	0.5464262717321313	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0104_000000001203	16966	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3215433469078066	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16966.0	99.912	100.0	0.5133490737377406	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0098_000000001835	16948	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32071676238850244	PS1169|PS902	0	0	False	True	0.9998229742050171	0		MOBB	MPF_T		conjugative	plasmid	16948.0	99.705	100.0	0.5470686983471075	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0182_000000001154	16944	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3213851219764628	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16944.0	99.9	100.0	0.5126831335512774	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0338_000000000712	16944	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.321406123476204	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16944.0	99.9	100.0	0.5469718491735537	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0803_000000000424	16944	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3214092375817175	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16944.0	99.906	100.0	0.5469718491735537	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0110_000000001063	16943	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3214228638507964	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16943.0	99.911	100.0	0.5469395661157025	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0280_000000000222	16942	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3185025819103872	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16946.0	99.00299999999999	100.0	0.5129252936190822	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0094_000000001348	16936	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32124316405889874	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16936.0	99.906	100.0	0.5466490185950413	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0299_000000000239	16936	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32124008417429	PS1169|PS902	0	0	False	True	0.9977562427520752	0		MOBB	MPF_T		conjugative	plasmid	16936.0	99.906	100.0	0.5466490185950413	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0137_000000001792	16935	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3213290553594587	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16935.0	99.917	100.0	0.512410703474997	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0834_000000000776	16934	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.321257718842745	PS1169|PS902	0	0	False	True	0.9995866417884827	0		MOBB	MPF_T		conjugative	plasmid	16934.0	99.9	100.0	0.5466490185950413	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0330_000000000949	16934	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3213510426906918	PS1169|PS902	0	0	False	True	0.9999409317970276	0		MOBB	MPF_T		conjugative	plasmid	16934.0	99.911	100.0	0.5466490185950413	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0146_000000001034	16929	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32129950120183753	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16929.0	99.92299999999999	100.0	0.5122290834241433	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0024_000000001395	16924	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3212472131273158	PS1169|PS902	0	0	False	True	0.9994091391563416	0		MOBB	MPF_T		conjugative	plasmid	16924.0	99.9	100.0	0.5463261880165289	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0001_000000001088	16914	0.9990107374470844	18	14	8	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3211516458190733	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16914.0	99.917	100.0	0.5460033574380165	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0059_000000008467	4217	0.9990106810848871	4	2	1	2	2	False	39467	fragment	False	MON0059_000000008467	1.0		0	0	False	False	0.988617479801178	0					non-mobilizable	no_good_hit	99.0	100.0	2.0	0.0007962689113866454	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
TAN0012_000000004813	1864	0.9990105750570412	3	2	2	2	2	False	2594	maximal	True	TAN0012_000000004813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	88.054	43.0	0.004017340609900832	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
ISR0384_000000000851	11297	0.9990095823398646	19	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8388668575701422		0	0	False	False	1.0	0					non-mobilizable	plasmid	11341.0	99.295	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0121_01_000000005566	8105	0.9990089650260636	8	4	2	4	2	True	12401	maximal	True	USA0121_01_000000005566	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0094_000000005892	3574	0.9990081831840456	2	2	2	2	2	True	109336	backbone	False	ISR0013_000000006661	1.0	PS687	0	0	True	True	0.9969221949577332	12	rep_cluster_1188				non-mobilizable	plasmid	2045.0	100.0	100.0	0.5841669048299514	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
ISR0230_000000008964	3407	0.9990081831840456	2	2	2	2	2	True	109336	backbone	False	ISR0013_000000006661	0.9763019937920947	PS687	0	0	False	True	0.999706506729126	0	rep_cluster_1188				non-mobilizable	plasmid	1780.0	100.0	100.0	0.50843098028008	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
MAD0013_000000003855	5282	0.9990078267438164	10	4	2	4	3	False	19634	maximal	True	MAD0013_000000003855	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	83.89299999999999	11.0	0.0026044863812547136	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
MAD0088_000000008342	2767	0.9990075252520696	3	2	1	2	2	True	108863	maximal	False	FIJ0135_000000010513	0.5112379211068503		0	0	True	True	0.9992771744728088	111					non-mobilizable	plasmid	1985.0	80.403	99.0	0.7299324831207802	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0292_000000006676	2747	0.9990075252520696	3	2	1	2	2	True	108863	maximal	False	FIJ0135_000000010513	0.5315559097236227		0	0	True	True	0.9978157877922058	18					non-mobilizable	plasmid	1960.0	81.173	99.0	0.7213053263315828	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
SPA0075_000000006622	2697	0.9990075252520696	3	2	1	2	2	True	108863	maximal	False	FIJ0135_000000010513	0.4798229554091667		0	0	True	True	1.0	53					non-mobilizable	plasmid	1938.0	85.81	99.0	0.7205551387846961	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
SPA0098_000000003100	10965	0.9990073165943696	20	10	9	8	8	False	123921	fragment	False	AUS0018_000000002257	0.984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7364.0	98.805	87.0	0.07486342689142311	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
FIJ0096_000000000196	61733	0.9990072902272584	69	25	12	22	12	True	43054	maximal	True	FIJ0096_000000000196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	77.633	2.0	0.13166937963465364	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	True
ISR0162_000000005146	6634	0.9990070139928899	10	6	3	5	2	False	44754	maximal	True	ISR0162_000000005146	1.0		1	1	False	False	0.9975881576538086	0					non-mobilizable	no_good_hit	456.0	71.27199999999999	7.0	0.09317285743930276	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
ENG0014_000000013079	1810	0.9990069603198496	3	2	2	2	1	False	66915	fragment	False	ENG0014_000000013079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000014471	1909	0.9990067134091364	3	3	3	3	1	False	83714	fragment	False	FIJ0101_000000013569	0.6375661375661376		0	0	False	False	0.9942378401756287	0					non-mobilizable	no_good_hit	1491.0	97.384	83.0	0.003633056424536054	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0005_000000001213	11131	0.9990060001969928	13	7	4	4	7	True	46741	maximal	True	MAD0005_000000001213	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	91.802	14.0	0.0003644298526346126	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0176_000000002004	13104	0.999005732562692	22	10	7	7	6	False	123906	maximal	True	ISR0176_000000002004	1.0		67	10	False	False	1.0	0					non-mobilizable	plasmid	7551.0	98.80799999999999	98.0	0.07676578602020366	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0032_000000003884	8565	0.9990050691858626	9	3	3	3	1	True	48481	maximal	True	FIJ0032_000000003884	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0003187345059615158	NZ_FNBY01000021.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	True
CHI0057_000000006055	3052	0.9990035322681498	3	1	1	1	1	False	86001	maximal	True	CHI0057_000000006055	1.0		2	1	False	False	0.996723473072052	0					non-mobilizable	no_good_hit								True	False
CHI0045_000000005448	3650	0.999003459525013	5	5	3	3	4	False	87177	maximal	True	CHI0045_000000005448	1.0		1	1	False	False	0.9989041090011597	0					non-mobilizable	chromosome	3292.0	87.485	90.0	0.0008636401444998153	LN681231.1	enterobacteria	Yersinia ruckeri strain CSF007-82 genome assembly, chromosome: chromosome	False	False
ITA0005_000000001275	11172	0.9990020002359208	13	10	4	10	7	False	77080	maximal	True	ITA0005_000000001275	1.0		16	3	False	False	0.9981203079223633	0					non-mobilizable	no_good_hit	1289.0	94.95700000000001	24.0	0.0036110206327990744	NZ_KB894644.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
CHI0057_000000000861	13741	0.99900103603805	17	10	7	6	9	True	123690	fragment	False	CHI0057_000000000861	1.0		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	12598.0	99.77799999999999	96.0	0.4065728305785124	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0378_000000009996	2627	0.9990005338441398	3	2	2	2	2	False	72396	maximal	True	ISR0378_000000009996	1.0		0	0	False	False	0.9881994724273682	0					non-mobilizable	no_good_hit								True	False
MAD0079_000000000812	6012	0.9989998222212088	10	3	2	3	2	False	16178	maximal	True	MAD0079_000000000812	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	78.673	23.0	0.00038433554937212236	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0075_000000008450	2744	0.9989995878471774	3	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.5960471504898538		0	0	True	True	1.0	31					non-mobilizable	plasmid	1820.0	87.96700000000001	99.0	0.6699174793698425	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
SPA0092_000000015751	2742	0.9989995878471774	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.5082102042451401		0	0	True	True	1.0	18					non-mobilizable	plasmid	1385.0	90.975	99.0	0.5078769692423106	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
CAN0016_000000017857	2718	0.9989995878471774	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.3892595597490564		0	0	True	True	0.9981604218482971	10					non-mobilizable	plasmid	1479.0	91.21	100.0	0.5427606901725431	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
CAN0015_000000014331	2704	0.9989995878471774	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.35173221551186484		0	0	True	True	1.0	19					non-mobilizable	plasmid	1375.0	91.345	99.0	0.5045011252813203	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ENG0152_000000008568	2698	0.9989995878471774	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.5546510748120969		0	0	True	True	1.0	17					non-mobilizable	plasmid	2522.0	89.77	99.0	0.9399849962490623	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0113_000000000191	42025	0.9989986656246764	45	31	11	14	30	True	67520	maximal	True	ISR0113_000000000191	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit	1253.0	77.733	6.0	0.0006449736518062924	CP003860.1	firmicutes	Streptococcus anginosus C1051, complete genome	True	True
ISR0086_000000000257	46989	0.9989986402860628	46	25	16	20	14	True	126551	fragment	False	ISR0086_000000000257	1.0		0	0	False	False	0.9999787211418152	0					non-mobilizable	no_good_hit	959.0	69.76	2.0	0.008989906742909774	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
CHI0068_000000006296	2276	0.9989975230874668	4	2	2	2	1	False	85157	maximal	True	CHI0068_000000006296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0059_000000002716	5680	0.998997517280985	7	7	3	3	7	False	132544	fragment	False	CHI0126_000000000854	0.10773392239098585		0	0	False	False	0.9943661689758301	0					non-mobilizable	other	5680.0	99.965	100.0	0.15142788576913846	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
MAD0044_000000005417	4355	0.9989975109168898	5	3	2	3	2	False	17981	fragment	False	MAD0044_000000005417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	94.195	43.0	0.030252168005435	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
SPA0127_000000001520	15812	0.9989950902478442	14	7	6	7	3	False	3930	maximal	True	SPA0127_000000001520	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3055.0	92.111	35.0	0.00936225407178138	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
AST0090_000000001023	21117	0.9989949954411089	21	11	8	11	6	False	112543	fragment	False	AST0090_000000001023	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	7639.0	98.115	57.0	0.17091511313027327	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
MON0086_000000004781	6088	0.9989949583672652	7	6	2	2	6	True	132544	fragment	False	CHI0126_000000000854	0.12485893471281677		0	0	False	False	0.9935939311981201	0					non-mobilizable	other	6026.0	99.96700000000001	99.0	0.16065381436151774	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0007_000000001482	5704	0.9989949583672652	8	6	2	2	6	True	132544	fragment	False	CHI0126_000000000854	0.06990034021616662		0	0	False	False	1.0	0					non-mobilizable	other	5704.0	100.0	100.0	0.3904025191675794	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
USA0001_01_000000002653	5683	0.9989949583672652	6	6	2	2	6	True	132544	fragment	False	CHI0126_000000000854	0.1230123480937925		0	0	False	False	1.0	0					non-mobilizable	plasmid	5683.0	99.87700000000001	100.0	0.11135503851657291	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0038_000000002479	11316	0.9989943210412546	18	3	3	2	2	False	74669	fragment	False	SPA0038_000000002479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	73.086	4.0	0.0244574780058651	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0057_000000023680	1393	0.9989929945289432	3	2	1	2	1	False	72393	fragment	False	SPA0057_000000023680	0.995970695970696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	3.0	0.00033953888962501657	NZ_NESS01000011.1	firmicutes	Bacillus acidiceler strain DSM 18954 Scaffold11, whole genome shotgun sequence	True	False
SPA0128_000000027521	1365	0.9989929945289432	3	2	1	2	1	False	72393	fragment	False	SPA0057_000000023680	0.9860014357501794		0	0	False	False	0.9838827848434448	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000005801	4975	0.99899231707134	6	2	2	2	1	False	56001	maximal	True	ENG0168_000000005801	1.0		1	1	False	False	0.9945728778839111	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000011132	4049	0.9989919457584232	6	4	3	4	4	False	93722	maximal	True	CAN0014_000000011132	1.0		2	1	False	False	0.9992590546607971	0					non-mobilizable	no_good_hit	426.0	76.995	10.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ISR0029_000000031133	1344	0.998991774105402	3	2	1	2	2	False	37091	maximal	True	ISR0029_000000031133	1.0		2	2	False	False	0.9985119104385376	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000002901	8860	0.9989908390221914	13	3	1	2	3	False	43953	fragment	False	FIJ0105_000000002901	1.0		0	0	False	False	0.9997742772102356	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
ISR0350_000000000579	20611	0.9989904874113456	25	23	6	9	22	True	94603	maximal	True	ISR0350_000000000579	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	20611.0	99.971	100.0	0.187070538364483	AP022089.1	enterobacteria	Escherichia coli plasmid pWP4-S18-ESBL-07_2 DNA, complete genome, strain: WP4-S18-ESBL-07	False	True
FIJ0025_000000000643	24812	0.9989882894654436	15	8	7	8	4	True	80295	fragment	False	FIJ0025_000000000643	1.0		0	0	False	False	0.9999194145202637	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
FIJ0009_000000014127	2700	0.9989881438947716	3	2	2	1	1	False	51273	fragment	False	FIJ0009_000000014127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.220082130363456e-06	NZ_CP011102.1	firmicutes	Listeria weihenstephanensis strain WS 4560, complete genome	True	False
MAD0057_000000004457	3577	0.998987633369992	5	2	2	2	2	False	17009	fragment	False	MAD0057_000000004457	1.0		0	0	False	False	0.9851831197738647	0					non-mobilizable	no_good_hit	2501.0	83.40700000000001	70.0	0.008972320355726959	NZ_CABPSG010000007.1	b-proteobacteria	Pandoraea soli strain LMG 31014, whole genome shotgun sequence	True	False
ISR0829_000000009320	1638	0.9989873743783184	4	4	4	3	1	False	21063	maximal	True	ISR0829_000000009320	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0064_000000003721	5780	0.9989871955643592	7	2	1	2	2	False	43946	fragment	False	MON0064_000000003721	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0094_000000001438	15910	0.9989870171427288	16	12	9	6	10	True	38621	maximal	False	ISR0376_000000000585	0.9821028405305554		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	228.0	85.088	2.0	0.05860215053763441	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
FIJ0011_000000004462	9058	0.9989861400535988	7	3	2	3	2	False	51022	backbone	False	MAD0059_000000001780	0.9771032758762002	PS200	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	115.0	95.652	2.0	6.492424547110296e-05	NZ_LT732540.1	actinobacteria	Olsenella urininfantis strain Marseille-P3197T, whole genome shotgun sequence	True	True
MON0106_000000013867	2921	0.9989849950208688	4	2	2	2	2	False	124318	fragment	False	MON0106_000000013867	1.0		0	0	False	False	0.9993153214454651	0					non-mobilizable	no_good_hit								True	False
SPA0002_000000003158	9216	0.998984046415914	12	12	3	5	11	True	114223	fragment	False	MAD0004_000000000742	0.9647955872809864		0	0	False	False	1.0	0					non-mobilizable	plasmid	9216.0	99.96700000000001	100.0	0.07507169860513623	CP031765.1	enterobacteria	Escherichia coli strain S17-20 plasmid p1720-2	False	True
ENG0082_000000017893	1166	0.9989834316321488	2	1	1	1	1	False	77412	fragment	False	MON0054_000000037180	0.6146981627296588		0	0	False	False	0.989708423614502	0					non-mobilizable	other	1156.0	93.339	99.0	0.011456171163978924	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0040_01_000000001565	13253	0.9989825751597684	14	11	8	6	10	True	38620	fragment	False	USA0040_01_000000001565	1.0		0	0	False	False	0.9978117942810059	0					non-mobilizable	no_good_hit	169.0	82.84	1.0	0.0012237301052261335	NZ_AXAC01000008.1	firmicutes	Acetobacterium dehalogenans DSM 11527 A3KSDRAFT_scaffold_6.7_C, whole genome shotgun sequence	True	True
ISR0219_000000001033	21927	0.9989825400926876	22	14	9	12	9	True	126464	fragment	False	ISR0219_000000001033	1.0		0	0	False	False	0.9995439648628235	0					non-mobilizable	no_good_hit	633.0	70.774	3.0	0.6009615384615384	GQ883126.1		Uncultured organism clone VC1D865TR genomic sequence	True	True
FIJ0064_000000004156	6337	0.9989820631864692	9	8	3	6	6	False	45521	maximal	True	FIJ0064_000000004156	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4089.0	96.014	77.0	0.0007327919553014859	CP045827.1	enterobacteria	Escherichia coli strain AUSMDU00014361 chromosome, complete genome	True	False
FIJ0031_000000006304	3671	0.9989818561865228	6	6	6	6	6	False	89754	fragment	False	FIJ0031_000000006304	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3671.0	99.91799999999999	100.0	0.12000130791616258	MK773538.1	enterobacteria	Klebsiella pneumoniae strain QDE2 plasmid pQDE2-D, complete sequence	False	True
CHI0026_000000000748	10962	0.9989816626604512	16	9	6	6	7	False	123888	fragment	False	SPA0082_000000000937	0.818968896890312		0	0	False	False	1.0	0					non-mobilizable	plasmid	10065.0	99.94	100.0	0.13225747102268248	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
DEN0003_000000001106	18598	0.9989794198398322	20	17	10	10	14	True	132596	backbone	False	ISR0120_000000000296	0.3274357126248961	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17512.0	99.90299999999999	94.0	0.5652440599173554	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0170_000000001289	11946	0.9989781710307424	9	6	6	6	6	False	38837	maximal	True	FIJ0170_000000001289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.001371940212289696	NZ_MCRJ01000054.1	a-proteobacteria	Methylobrevis pamukkalensis strain PK2 A6302_contig000054, whole genome shotgun sequence	True	False
CHI0063_000000000822	12833	0.9989775931338476	18	18	9	8	16	False	87422	maximal	True	CHI0063_000000000822	1.0		6	3	False	False	0.9996883273124695	0					non-mobilizable	plasmid	7387.0	99.36399999999999	98.0	0.036742429895384066	CP034728.1	enterobacteria	Escherichia coli strain L41-1 plasmid pL41-1-2	False	True
ISR0198_000000004589	7690	0.9989762378709516	16	8	7	6	6	False	123889	maximal	True	ISR0198_000000004589	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	4155.0	97.85799999999999	82.0	0.041403879929746125	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
SPA0106_000000005062	7384	0.9989762309390854	9	7	5	5	7	False	84357	fragment	False	SPA0106_000000005062	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3273.0	100.0	45.0	0.9996944699052857	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
DEN0062_000000016004	1362	0.9989731950902634	3	1	1	1	1	False	71645	fragment	False	DEN0062_000000016004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0063_01_000000001863	11412	0.998972908016444	15	9	7	6	9	False	99390	maximal	True	USA0063_01_000000001863	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	6.0896796676252835e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
CHI0132_000000007265	4435	0.9989724744581018	4	3	2	2	3	True	103713	maximal	False	AST0151_000000003742	1.0		0	0	True	True	1.0	6		MOBV			mobilizable	plasmid	3935.0	100.0	100.0	0.8949044585987261	HG796315.1	bacteria	Uncultured bacterium plasmid pRGI00390	False	True
AST0151_000000003742	4435	0.9989724744581018	4	3	2	2	3	True	103713	maximal	True	AST0151_000000003742	1.0		8	4	True	True	1.0	96		MOBV			mobilizable	plasmid	3965.0	100.0	100.0	0.9017288444040037	HG796315.1	bacteria	Uncultured bacterium plasmid pRGI00390	False	True
FIJ0103_000000012612	1744	0.9989717745513548	3	3	3	2	1	False	42575	fragment	False	FIJ0103_000000012612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000027317	1558	0.9989702062011524	3	1	1	1	1	False	56734	fragment	False	SPA0040_000000027317	0.9632099558983699		0	0	False	False	0.9961488842964172	0					non-mobilizable	plasmid	1559.0	98.97399999999999	100.0	0.028349295364334875	CP016701.1	firmicutes	Lactococcus lactis subsp. lactis strain 275 plasmid p275C, complete sequence	False	True
ENG0101_000000008032	3830	0.998968932527568	4	2	2	2	2	True	63186	fragment	False	ENG0101_000000008032	1.0		0	0	False	False	0.9981723427772522	0		MOBV			mobilizable	plasmid	3816.0	99.97399999999999	99.0	0.8678343949044586	HG796315.1	bacteria	Uncultured bacterium plasmid pRGI00390	False	True
ENG0170_000000003397	3422	0.998968932527568	4	2	2	2	2	True	55867	fragment	False	ENG0170_000000003397	1.0		0	0	False	False	0.9976621866226196	0		MOBV			mobilizable	plasmid	3358.0	96.962	98.0	0.7629663330300273	HG796315.1	bacteria	Uncultured bacterium plasmid pRGI00390	False	True
DEN0049_000000000507	5609	0.9989687445925876	6	6	2	3	6	True	132544	fragment	False	CHI0126_000000000854	0.12134501249116106		0	0	False	False	1.0	0					non-mobilizable	plasmid	5609.0	99.76799999999999	100.0	0.15339168490153174	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
CHI0049_000000002149	6575	0.9989671246882303	9	8	6	8	7	False	104081	maximal	True	CHI0049_000000002149	1.0		1	1	False	False	0.998935341835022	0	IncFIC,rep_cluster_2244				non-mobilizable	plasmid	6575.0	100.0	100.0	0.0745165604951146	MH422552.1	enterobacteria	Escherichia coli strain L-I1 plasmid pIncFIB, complete sequence	False	True
ISR0190_000000006091	3810	0.9989658563845956	5	5	3	3	5	False	98448	backbone	True	ISR0190_000000006091	0.9621274268526114	PS547	0	0	True	True	0.999737560749054	40	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	2175.0	100.0	100.0	0.22405441615995053	CP051740.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-2, complete sequence	False	True
ISR0340_000000006737	3689	0.9989658428429375	6	3	3	2	1	False	24376	maximal	True	ISR0340_000000006737	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1519.0	78.209	41.0	0.010419210987277815	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	False
FIJ0088_000000013390	2076	0.9989649635545502	4	3	2	3	2	False	103609	fragment	False	SPA0001_000000016055	0.9391173902653129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	79.085	7.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0064_000000000974	13628	0.9989635030378814	15	6	3	5	4	True	130588	maximal	True	ISR0064_000000000974	1.0	PS1004|PS1005|PS1006|PS1023|PS1024|PS1080|PS1103|PS974|PS975	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	5252.0	99.791	58.0	0.9358403136695777	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0196_000000012118	1729	0.9989634363924164	2	2	1	2	1	True	28980	maximal	True	ISR0196_000000012118	1.0		0	0	False	False	0.9982649087905884	0					non-mobilizable	no_good_hit								True	True
ENG0076_000000004149	2850	0.9989630182652344	5	3	2	3	1	True	131988	maximal	True	ENG0076_000000004149	0.9232407197702402		12	5	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
MAD0105_000000009328	3546	0.9989625996171562	4	3	3	3	3	False	14849	maximal	True	MAD0105_000000009328	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	85.63600000000001	43.0	0.01674053711797137	AB444205.1	firmicutes	Clostridium perfringens plasmid pCP8533etx DNA, complete sequence	True	False
SPA0141_000000000653	20230	0.9989620493185636	15	11	9	9	10	True	105105	fragment	False	SPA0140_000000000566	0.990395809080326		0	0	False	True	0.9999505877494812	0					non-mobilizable	no_good_hit	98.0	97.959	0.0	0.008822994360560306	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0364_000000008093	2098	0.998961021392149	4	3	2	2	1	False	23678	fragment	False	ISR0364_000000008093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	80.392	7.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ENG0003_000000003087	7062	0.9989609132056946	10	8	2	3	8	True	67935	fragment	False	ENG0003_000000003087	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7062.0	99.986	100.0	0.07500770154137056	CP056699.1	enterobacteria	Escherichia marmotae strain RHBSTW-00605 plasmid pRHBSTW-00605_3, complete sequence	False	True
ISR0158_000000003695	4561	0.9989606954557428	7	3	2	3	0	True	69630	maximal	False	ISR0378_000000004672	0.9730178652702063		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0107_000000008442	4557	0.9989606954557428	7	3	2	3	0	True	132124	maximal	False	ISR0085_000000004755	0.21162987091325855	PS1141	0	0	True	True	1.0	148					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00453781512605042	XM_029908071.1	ascomycetes	Aureobasidium pullulans EXF-150 fatty acid synthase subunit alpha (M438DRAFT_368869), mRNA	True	True
ETH0003_000000007083	4552	0.9989606954557428	8	3	2	3	0	True	53242	maximal	False	MAD0092_000000003859	0.7019469036570045		0	0	True	True	1.0	434					non-mobilizable	no_good_hit								True	True
ISR0278_000000002081	4541	0.9989606954557428	7	3	2	3	0	True	69630	maximal	False	ISR0378_000000004672	0.9718707636161159		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0007_000000003758	4500	0.9989606954557428	6	3	2	3	0	True	51614	maximal	True	FIJ0007_000000003758	0.9997062495410148		3	1	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
MON0003_000000002681	4447	0.9989606954557428	6	3	2	3	0	True	44132	maximal	False	TAN0018_000000001694	0.6366654930922584		0	0	True	True	1.0	137					non-mobilizable	no_good_hit								True	True
MON0037_000000013419	4400	0.9989606954557428	7	3	2	3	0	True	100594	maximal	False	MON0011_000000010458	0.9791318946041705		0	0	True	True	1.0	263					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
MON0100_000000010377	3868	0.9989606954557428	7	3	2	3	0	True	84565	maximal	False	MAD0046_000000006168	0.6200617936705364		0	0	True	True	1.0	37					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.001073614143076978	NZ_QYBB01000049.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_49_length_27943_cov_75.6361, whole genome shotgun sequence	True	True
FIJ0141_000000007383	3860	0.9989606954557428	6	3	2	3	0	True	84565	maximal	False	MAD0046_000000006168	0.7186986710499155		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.001073614143076978	NZ_QYBB01000049.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_49_length_27943_cov_75.6361, whole genome shotgun sequence	True	True
FIJ0025_000000005945	3523	0.9989606954557428	5	3	2	3	0	True	84564	maximal	True	FIJ0025_000000005945	0.9845855649862985		13	2	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
ISR0051_000000027937	1302	0.9989604881325682	1	1	1	1	1	False	35830	fragment	False	ISR0051_000000027937	1.0		0	0	False	False	0.9823348522186279	0					non-mobilizable	no_good_hit	370.0	78.378	28.0	0.0006432891160429943	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0009_000000011456	2823	0.9989598216475796	4	1	1	1	1	False	38375	fragment	False	ISR0399_000000004981	0.9681848626925653		0	0	False	False	0.997520387172699	0					non-mobilizable	no_good_hit	277.0	79.783	9.0	0.0517578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
AST0058_000000007373	1985	0.9989598216475796	2	1	1	1	1	False	113090	fragment	False	AST0058_000000007373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	77.455	13.0	0.06720977596741344	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
AST0012_000000011646	1941	0.9989598216475796	2	1	1	1	1	False	125192	fragment	False	AST0012_000000011646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	79.783	14.0	0.0517578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
MON0083_000000005187	5305	0.9989597887457394	4	3	3	3	3	False	13259	fragment	False	MON0083_000000005187	1.0		0	0	False	False	0.9998114705085754	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.001371940212289696	NZ_MCRJ01000054.1	a-proteobacteria	Methylobrevis pamukkalensis strain PK2 A6302_contig000054, whole genome shotgun sequence	True	False
ENG0108_000000008611	2384	0.9989581081483068	2	2	1	2	1	False	123306	fragment	False	USA0063_01_000000008127	0.9531812725090036		0	0	False	False	0.9903523325920105	0					non-mobilizable	no_good_hit								True	False
MON0034_000000015372	1846	0.9989574507564144	3	3	3	2	1	False	12240	maximal	True	MON0034_000000015372	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	83.63600000000001	3.0	0.001140178627985051	NZ_LABY01000162.1	a-proteobacteria	Methylobacterium variabile strain DSM 16961 contig_162, whole genome shotgun sequence	True	False
ENG0191_000000009940	2983	0.9989566448609672	4	2	1	1	2	False	54883	fragment	False	ENG0191_000000009940	1.0		0	0	False	False	0.9996647834777832	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00014776954904210563	NZ_WHOS01000002.1	a-proteobacteria	Azospirillum melinis strain TMCY0552 NODE_2_length_345133_cov_42.137969_1-345133, whole genome shotgun sequence	True	False
FIJ0047_000000008024	3758	0.9989560355898368	4	2	2	2	2	True	116353	backbone	False	FIJ0092_000000008111	0.9538603546590025	PS773	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ENG0160_000000004285	5126	0.9989560153323336	11	3	1	3	0	True	56490	maximal	True	ENG0160_000000004285	1.0		1	1	True	True	1.0	60					non-mobilizable	no_good_hit	1669.0	84.961	58.0	0.36387607119314436	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0047_000000007882	5022	0.9989560153323336	11	3	1	3	0	True	6687	maximal	True	SPA0047_000000007882	1.0		1	1	True	True	1.0	23					non-mobilizable	no_good_hit	1662.0	85.259	64.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0779_000000006924	4677	0.9989557483563158	6	2	2	2	2	False	103693	maximal	True	ISR0779_000000006924	1.0		1	1	False	False	0.9997861981391907	0					non-mobilizable	no_good_hit	2062.0	94.714	62.0	0.0209056043296473	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
CHI0102_000000000588	13930	0.9989556111922384	21	12	8	8	8	False	123926	maximal	True	CHI0102_000000000588	0.9997129103752538		233	10	False	False	1.0	0					non-mobilizable	plasmid	11879.0	99.975	100.0	0.1560964070754593	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CAN0021_000000016324	2651	0.9989555407591736	6	3	3	3	2	False	91604	fragment	False	CAN0021_000000016324	1.0		0	0	False	False	0.9977366924285889	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
USA0007_01_000000003746	5068	0.9989550874992762	6	2	2	2	1	False	107026	fragment	False	CHI0125_000000001580	0.023551465866982892		0	0	False	False	1.0	0					non-mobilizable	other	5068.0	99.98	100.0	0.05056482516365959	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
AUS0016_000000005083	4864	0.9989550874992762	6	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.1122320448124988		0	0	False	False	0.9977384805679321	0					non-mobilizable	plasmid	4864.0	99.959	100.0	0.0494715103917639	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0146_000000001345	4601	0.9989550874992762	6	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.054263175168499544		0	0	False	False	0.9982612729072571	0					non-mobilizable	plasmid	4582.0	100.0	99.0	0.04660271213338894	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0057_000000001211	15019	0.9989547996669664	24	11	7	8	7	False	46181	maximal	True	FIJ0057_000000001211	1.0		1	1	False	False	0.9980691075325012	0					non-mobilizable	no_good_hit	1194.0	83.25	8.0	0.04866040290485373	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
FIJ0004_000000000600	27193	0.9989547977144858	32	17	7	14	11	True	127237	fragment	False	FIJ0004_000000000600	1.0		0	0	False	False	0.9996322393417358	0					non-mobilizable	no_good_hit	3756.0	85.51700000000001	60.0	0.1483435239579587	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0783_000000004890	2894	0.9989536747642724	5	4	1	3	2	True	37446	backbone	False	ISR0384_000000005425	0.9984027303305273	PS125|PS126	0	0	True	True	0.9996544718742371	87					non-mobilizable	no_good_hit	382.0	96.073	58.0	0.12828282828282828	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
MAD0104_000000000276	25983	0.9989531989821988	27	21	10	8	19	True	19753	fragment	False	MAD0043_000000000320	0.9754560557752122		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	12755.0	97.48299999999999	99.0	0.13523294067706676	CP055982.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_2, complete sequence	False	True
MAD0043_000000001209	12799	0.9989525105361616	18	16	2	4	16	False	39717	maximal	True	MAD0043_000000001209	1.0		1	1	False	False	0.9986717700958252	0					non-mobilizable	chromosome	4080.0	95.04899999999999	92.0	0.0008197584496014354	NZ_LR607340.1	enterobacteria	Enterobacter hormaechei strain 4928STDY7071152 chromosome 1	False	False
ENG0014_000000000289	43558	0.9989519415503452	37	19	11	14	13	True	66945	fragment	False	ENG0014_000000000289	1.0		0	0	False	False	0.9999081492424011	0					non-mobilizable	no_good_hit	753.0	79.017	2.0	0.02217408310015946	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0062_000000011202	3119	0.9989513460136972	6	3	1	3	2	False	37501	fragment	False	ISR0062_000000011202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	90.244	3.0	0.00026752892450069524	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
CHI0120_000000000150	35684	0.9989510720314396	42	25	13	19	19	True	116258	maximal	True	CHI0120_000000000150	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	10837.0	99.16	64.0	0.08723416248600856	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0081_01_000000001547	17513	0.9989509549079756	21	12	6	9	8	True	588	maximal	True	USA0081_01_000000001547	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.217171320603176e-06	NZ_KZ614149.1	firmicutes	Alteribacillus bidgolensis strain DSM 25260 Scaffold1, whole genome shotgun sequence	True	True
MON0080_000000045884	1267	0.9989488122510009	2	2	2	1	1	False	10019	maximal	True	MON0080_000000045884	1.0		1	1	False	False	0.9992107152938843	0					non-mobilizable	no_good_hit								True	False
ENG0019_000000003123	6771	0.9989486385110732	8	7	4	4	6	True	127277	maximal	True	ENG0019_000000003123	1.0	PS757|PS758|PS996	1	1	True	True	1.0	186	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4726.0	99.76700000000001	72.0	0.9650378245757514	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
ISR0363_000000001655	9453	0.9989485142946972	10	4	4	4	2	True	52453	backbone	True	ISR0363_000000001655	1.0	PS215	1	1	True	True	0.9998942017555237	4					non-mobilizable	no_good_hit								True	True
ISR0201_000000004934	5597	0.9989482890923042	9	6	4	4	6	False	103469	fragment	False	ISR0201_000000004934	0.9523173848761983		0	0	False	False	0.9973199963569641	0					non-mobilizable	no_good_hit	3197.0	92.587	82.0	0.12664348799104824	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ENG0079_000000001223	19488	0.9989479032116932	16	13	9	11	12	False	90807	maximal	False	USA0044_01_000000001459	0.9796606756280521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	71.437	9.0	0.013372163942424981	NZ_ANLA01000005.1	CFB group bacteria	Xanthomarina gelatinilytica strain AK20 contig5, whole genome shotgun sequence	True	False
ENG0050_000000002014	9934	0.9989478482530328	10	5	2	3	2	True	64165	maximal	True	ENG0050_000000002014	1.0		1	1	True	True	0.9989933371543884	10	rep_cluster_1404				non-mobilizable	no_good_hit	891.0	95.06200000000001	18.0	0.00040443121496888483	CP002925.1	firmicutes	Streptococcus pseudopneumoniae IS7493, complete genome	True	True
ISR0268_000000000682	14056	0.9989469964912971	11	9	9	8	8	True	100984	fragment	False	ISR0268_000000000682	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	95.0	97.895	1.0	0.008550118246316173	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0833_000000001904	4188	0.9989468476755872	5	3	3	3	2	True	82454	maximal	False	CHI0112_000000003793	0.9953356114573886		0	0	True	True	1.0	49					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0800_000000002555	4187	0.9989468476755872	5	3	3	3	2	True	82454	maximal	False	CHI0112_000000003793	0.9932899832292531		0	0	True	True	1.0	44					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
MAD0044_000000000638	23299	0.9989464320023732	30	29	10	18	29	True	114257	maximal	True	MAD0044_000000000638	1.0	PS396|PS544|PS644|PS645	1	1	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	22110.0	97.015	96.0	0.22351202825653532	JQ901381.1	enterobacteria	Escherichia coli strain EC25 plasmid Plm, complete sequence	False	True
SPA0133_000000005485	4153	0.9989456546906011	4	4	3	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.8953576580188793	PS843	0	0	True	True	1.0	362	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4066.0	99.262	100.0	0.9589525831564049	LT795116.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate VNB151-sc-2315230 genome assembly, plasmid: p2	False	True
SPA0149_000000008823	4151	0.9989456546906011	4	4	3	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.8955524697328614	PS843	0	0	True	True	1.0	31	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4066.0	99.238	100.0	0.9589525831564049	LT795116.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate VNB151-sc-2315230 genome assembly, plasmid: p2	False	True
ISR0082_000000006658	4151	0.9989456546906011	4	4	3	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.8955524697328614	PS843	0	0	True	True	1.0	10	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4066.0	99.238	100.0	0.9589525831564049	LT795116.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate VNB151-sc-2315230 genome assembly, plasmid: p2	False	True
MAD0035_000000005460	4151	0.9989456546906011	4	4	3	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.8955524697328614	PS843	0	0	True	True	1.0	13	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4066.0	99.238	100.0	0.9589525831564049	LT795116.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate VNB151-sc-2315230 genome assembly, plasmid: p2	False	True
MON0076_000000009533	4586	0.9989454186830944	6	5	2	4	3	True	126571	maximal	True	MON0076_000000009533	1.0	PS60|PS971	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1791.0	96.762	48.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
CAN0007_000000019141	2126	0.9989452993185028	2	2	2	2	2	True	120791	fragment	False	ENG0057_000000011928	0.31322260218205505		0	0	False	False	0.9967074394226074	0					non-mobilizable	no_good_hit	1229.0	94.46700000000001	58.0	0.00022800598436604843	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
MAD0097_000000016974	2409	0.9989452885776716	5	3	2	3	2	False	20185	fragment	False	MAD0097_000000016974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	97.492	25.0	0.00015925397648109533	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0029_000000000336	45005	0.9989447773600021	51	21	14	19	11	True	65834	maximal	True	ENG0029_000000000336	1.0		1	1	False	False	0.9993556141853333	0					non-mobilizable	no_good_hit	780.0	88.846	2.0	0.027242128882967533	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
USA0011_01_000000001139	25312	0.9989445204142938	25	25	6	18	25	True	103528	fragment	False	USA0011_01_000000001139	1.0		0	0	False	False	0.9998815059661865	0		MOBF	MPF_F		conjugative	plasmid	25185.0	100.0	99.0	0.21544673715908702	CP051712.1	enterobacteria	Escherichia coli strain SCU-123 plasmid pSCU-123-1, complete sequence	False	True
DEN0061_000000000032	103485	0.9989440384066031	122	35	20	29	22	True	127521	fragment	False	DEN0061_000000000032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2096.0	76.002	7.0	0.0008174058041388937	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
SPA0029_000000015123	1764	0.9989440144968629	4	2	1	2	2	False	7377	maximal	True	SPA0029_000000015123	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
BAN0013_000000000030	5152	0.9989439266524632	5	5	3	3	5	True	120503	maximal	True	BAN0013_000000000030	0.9992323930147764	PS843	3	2	True	True	1.0	3	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4055.0	99.852	100.0	0.7959945022580012	CP011432.1	enterobacteria	Salmonella enterica subsp. enterica strain YU39 plasmid pYU39_5.1, complete sequence	False	True
CHI0078_000000003034	5617	0.998943313913982	7	6	0	3	6	False	108861	maximal	True	CHI0078_000000003034	0.9641046260758905		2	2	True	True	1.0	48	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	4939.0	99.939	100.0	0.6586634653861545	FN822749.1	enterobacteria	Escherichia coli ETEC 1392/75 plasmid p75 complete sequence	False	True
SPA0068_000000002511	5356	0.998943313913982	6	6	0	3	6	False	108861	maximal	False	CHI0078_000000003034	0.9590520763995617		0	0	True	True	1.0	1168	rep_cluster_2350,rep_cluster_2358	MOBP		MOBP	mobilizable	plasmid	4722.0	99.831	100.0	0.8946371044153876	AP022166.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-08_5 DNA, complete genome, strain: WP5-S18-ESBL-08	False	True
SPA0124_000000005326	5335	0.998943313913982	7	6	0	3	6	False	108861	maximal	False	CHI0078_000000003034	0.9472795272102184		0	0	True	True	1.0	93	rep_cluster_2358,rep_cluster_2373	MOBP		MOBP	mobilizable	plasmid	4782.0	98.07600000000001	99.0	0.9039226833428085	AP022166.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-08_5 DNA, complete genome, strain: WP5-S18-ESBL-08	False	True
ISR0112_000000007269	4020	0.9989432931174462	4	2	2	2	1	True	116355	maximal	True	ISR0112_000000007269	1.0	PS773	2	1	True	True	1.0	3					non-mobilizable	no_good_hit	189.0	75.132	4.0	0.0022479404172276226	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0301_000000004244	3820	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9535993857735763	PS773	0	0	True	True	1.0	56					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0182_000000009047	3801	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9522226645609697	PS773	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0203_000000004579	3800	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9388514044340773	PS773	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0052_000000008498	3799	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.962377977601218	PS773	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	242.0	72.314	6.0	7.077277241945908e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
ISR0333_000000005102	3799	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9614394442200237	PS773	0	0	True	True	1.0	172					non-mobilizable	no_good_hit	242.0	72.314	6.0	7.077277241945908e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
ISR0305_000000004121	3798	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9385425958433837	PS773	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0278_000000002586	3798	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9388245353652056	PS773	0	0	True	True	0.9997367262840271	19					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ENG0051_000000007055	3798	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.8926735874246589	PS773	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	223.0	72.646	6.0	6.565303994656204e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
ISR0384_000000003758	3798	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9388475287587281	PS773	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ENG0016_000000005992	3798	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9385882457885274	PS773	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0340_000000006552	3798	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9630667868135955	PS773	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	242.0	72.314	6.0	7.077277241945908e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
AST0040_000000005040	3798	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9388475287587281	PS773	0	0	True	True	0.9997367262840271	34					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
CHI0134_000000003541	3781	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.885875536632179	PS773	0	0	True	True	1.0	102					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0812_000000010358	3779	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9626296524405085	PS773	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	242.0	72.314	6.0	7.077277241945908e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
DEN0076_000000001298	3778	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9573667884018132	PS773	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	202.0	74.752	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
SPA0021_000000008531	3778	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.960631650944742	PS773	0	0	True	True	0.9962943196296692	10					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0171_000000005476	3777	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9646685492704681	PS773	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0385_000000005376	3777	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9463837461038277	PS773	0	0	True	True	0.9992057085037231	10					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0092_000000008111	3777	0.9989432931174462	3	2	2	2	1	True	116353	backbone	True	FIJ0092_000000008111	0.9654739096386847	PS773	10	1	True	True	1.0	10					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0101_000000007405	3741	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9645070798432073	PS773	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
CHI0104_000000002014	3672	0.9989432931174462	4	2	2	2	1	True	83251	maximal	False	ENG0076_000000003112	0.9912233324331623		0	0	True	True	0.991830050945282	6					non-mobilizable	no_good_hit	548.0	83.39399999999999	16.0	0.010802469135802469	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
ENG0076_000000003112	3644	0.9989432931174462	3	2	2	2	1	True	83251	maximal	True	ENG0076_000000003112	0.9913356438283125		3	3	True	True	0.9879253506660461	16					non-mobilizable	no_good_hit	548.0	83.39399999999999	15.0	0.010802469135802469	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
MAD0040_000000008058	3517	0.9989432931174462	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.19794132382115184	PS773	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	224.0	72.321	6.0	6.565303994656204e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
MAD0105_000000009553	3474	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.1968489213080308	PS773	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	224.0	72.321	6.0	6.565303994656204e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
CHI0014_000000001809	3467	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.8988401850504286	PS773	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	215.0	73.488	6.0	0.0009542632047866928	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	True
MAD0100_000000010866	3429	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.19629823191879256	PS773	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	206.0	75.72800000000001	6.0	0.002457912873781851	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
DEN0073_000000014768	3345	0.9989432931174462	2	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.462785597492467	PS773	0	0	False	True	0.9997010231018066	0					non-mobilizable	no_good_hit	202.0	74.752	6.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
SPA0016_000000009817	3326	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.19118170889937888	PS773	0	0	False	True	0.9975947141647339	0					non-mobilizable	no_good_hit	202.0	75.248	6.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
DEN0045_000000011127	3286	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.19207272572364772	PS773	0	0	False	True	0.9996956586837769	0					non-mobilizable	no_good_hit	202.0	73.762	8.0	6.360184073511986e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
MAD0070_000000005583	3231	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.1338059039013572	PS773	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	3.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0126_000000004650	3200	0.9989432931174462	2	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.19092646385023201	PS773	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	201.0	74.627	6.0	0.0023961562689129605	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0131_000000009607	3030	0.9989432931174462	2	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.11582752667613233	PS773	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	83.0	87.95200000000001	3.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0159_000000008604	2960	0.9989432931174462	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.0445560737100908	PS773	0	0	False	True	0.991216242313385	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	3.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0019_000000003439	1991	0.9989432931174462	2	2	2	2	1	True	50211	fragment	False	FIJ0019_000000003439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	87.95200000000001	4.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0060_000000000416	28604	0.9989432471006616	33	19	8	15	12	True	127246	backbone	False	ENG0090_000000000397	0.9328181549053947	PS988|PS992	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	2953.0	97.088	70.0	0.11785157654957439	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
AST0025_000000001960	13285	0.99894298686324	21	12	7	8	11	True	124137	fragment	False	DEN0008_000000000333	0.9557176074866113		0	0	False	False	1.0	0					non-mobilizable	other	12574.0	97.24799999999999	95.0	0.0035320098226294815	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0084_000000005066	4371	0.9989427554420212	4	3	2	3	0	True	34061	maximal	True	ISR0084_000000005066	1.0		1	1	True	True	1.0	211					non-mobilizable	no_good_hit								True	True
MON0084_000000006973	3963	0.9989422207373168	5	1	1	1	1	False	69812	fragment	False	MON0084_000000006973	1.0		0	0	False	False	0.9952056407928467	0					non-mobilizable	no_good_hit	1408.0	85.227	42.0	0.031063267909495783	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0072_000000003202	1863	0.9989422207373168	3	1	1	1	1	False	53421	fragment	False	MAD0072_000000003202	1.0		0	0	False	False	0.990338146686554	0					non-mobilizable	plasmid	1781.0	91.859	95.0	0.07025536506414098	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0153_000000011190	2485	0.9989420211258586	5	2	2	2	2	False	96420	fragment	False	USA0015_01_000000012797	0.9521988527724665		0	0	False	False	0.9987927675247192	0					non-mobilizable	other	2486.0	99.71799999999999	100.0	0.02478844004470701	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0127_000000002227	9722	0.9989415114192478	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4059620408507802		0	0	False	False	1.0	0					non-mobilizable	plasmid	7508.0	98.735	98.0	0.07632834515101883	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0303_000000001010	9711	0.9989415114192478	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.4060150186749951		0	0	False	False	1.0	0					non-mobilizable	plasmid	7521.0	98.83	98.0	0.07646059471612122	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0009_000000001467	5962	0.9989406312912984	10	9	3	5	9	False	132544	fragment	False	CHI0126_000000000854	0.07534985601187044		0	0	False	False	1.0	0					non-mobilizable	plasmid	3986.0	98.921	100.0	0.07809161651998353	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MON0017_000000004148	4593	0.998940547386384	6	2	1	2	2	False	39468	fragment	False	MON0017_000000004148	1.0		0	0	False	False	0.9997822642326355	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000016558	1967	0.9989388934972928	3	2	2	2	2	False	105396	fragment	False	FIJ0088_000000013756	0.937190900098912		0	0	False	False	0.9994916319847107	0					non-mobilizable	no_good_hit	935.0	86.31	47.0	0.0019425514964337765	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0186_000000008927	3040	0.9989384684683744	2	2	1	1	2	False	93046	fragment	False	ISR0186_000000008927	1.0		0	0	False	False	0.9881578683853149	0					non-mobilizable	no_good_hit	322.0	73.913	10.0	7.914306875573433e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0017_000000000885	30876	0.9989383518906432	32	18	13	18	8	True	123319	maximal	True	ISR0017_000000000885	1.0	PS889	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	169.0	90.53299999999999	1.0	5.7723164660107946e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0038_000000006901	3195	0.9989376546377152	5	4	3	3	4	True	66784	maximal	True	ENG0038_000000006901	1.0	PS306	1	1	False	True	0.9968701004981995	0					non-mobilizable	no_good_hit	1759.0	95.566	55.0	0.17934061447381852	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0168_000000000156	47559	0.9989366964880836	42	16	10	14	4	True	86185	maximal	True	ISR0168_000000000156	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1985.0	78.892	4.0	0.028794685882893703	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0099_000000001049	8496	0.9989361990758058	14	9	6	8	9	False	56395	maximal	True	SPA0099_000000001049	1.0		1	1	False	False	1.0	0	rep_cluster_707				non-mobilizable	no_good_hit	2139.0	93.50200000000001	49.0	0.333021515434986	CP019583.1	firmicutes	Lactobacillus helveticus strain LH5 plasmid pCBTLH5_2, complete sequence	True	True
ISR0388_000000004071	6767	0.9989358611887316	9	8	4	4	7	True	127279	maximal	False	ENG0006_000000003918	0.9980175630349922	PS757|PS758|PS996	0	0	True	True	1.0	64	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3945.0	99.823	73.0	0.8053513071895425	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	True	True
ISR0323_000000003217	5153	0.9989358478496824	8	7	6	6	5	True	24999	maximal	True	ISR0323_000000003217	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5099.0	99.882	99.0	0.217000808751543	CP013154.2	firmicutes	Lactiplantibacillus plantarum strain MF1298 plasmid pMF1298-7, complete sequence	False	True
MAD0005_000000000780	13930	0.9989356440369084	15	15	4	6	15	True	98075	fragment	False	MAD0102_000000000825	0.9807731788287051		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	13876.0	99.726	100.0	0.09534509771584068	CP029181.1	enterobacteria	Escherichia coli strain H9Ecoli plasmid p1-H9, complete sequence	False	True
ISR0317_000000003535	4529	0.9989353337292564	7	5	3	4	3	False	57931	maximal	True	ISR0317_000000003535	1.0		5	3	False	False	0.9949216246604919	0					non-mobilizable	no_good_hit	347.0	70.893	8.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
FIJ0025_000000000757	22037	0.9989346893141436	27	19	13	17	11	True	79341	fragment	False	FIJ0025_000000000757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3871.0	93.671	18.0	0.4734459128732256	NZ_CABKPS010000032.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0351_000000003229	3839	0.9989343366646414	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9593608224038097	PS773	0	0	True	True	0.996874213218689	27					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0090_000000006417	3819	0.9989343366646414	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9597256273406316	PS773	0	0	True	True	1.0	85					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0850_000000003835	3770	0.9989343366646414	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9588650152269558	PS773	0	0	True	True	0.9997347593307495	39					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0363_000000004915	3757	0.9989343366646414	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9596913262584552	PS773	0	0	True	True	0.999467670917511	10					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0775_000000004898	3750	0.9989343366646414	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9583577300181069	PS773	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
SPA0023_000000006624	3692	0.9989343366646414	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.941335319692652	PS773	0	0	True	True	0.9878115057945251	1					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0257_000000004327	3669	0.9989343366646414	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.8964093938078171	PS773	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0079_000000007970	3425	0.9989343366646414	2	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.19001955822370842	PS773	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	607.0	72.32300000000001	17.0	0.2135678391959799	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	True	True
ENG0031_000000006988	2937	0.9989343366646414	2	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.058205302126223955	PS773	0	0	False	True	0.9836567640304565	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	3.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
DEN0082_000000015710	2534	0.9989343366646414	2	2	2	2	1	True	69280	fragment	False	DEN0082_000000015710	1.0		0	0	False	False	0.9984214901924133	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	3.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0168_000000003650	5002	0.9989339502497204	7	7	7	6	7	False	59342	maximal	True	FIJ0168_000000003650	1.0	PS29	7	4	False	True	0.99940025806427	0					non-mobilizable	chromosome	4947.0	99.919	99.0	0.0009988087398389992	CP043766.1	enterobacteria	Enterobacter hormaechei strain EB_P9_L5_03.19 chromosome, complete genome	False	True
SPA0075_000000008310	2286	0.9989328407046304	3	2	2	1	1	False	53425	fragment	False	SPA0075_000000008310	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	89.619	85.0	0.04827558646045638	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
FIJ0036_000000020173	2029	0.9989328407046304	4	2	2	1	1	False	53423	fragment	False	FIJ0036_000000020173	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1168.0	87.928	99.0	0.0454781600927147	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
SPA0024_000000003381	4970	0.9989323376587488	4	4	2	3	3	True	120502	maximal	True	SPA0024_000000003381	1.0	PS843	16	8	False	True	1.0	0	rep_cluster_1778	MOBQ		MOBP,MOBQ,MOBQ,MOB_unknown	mobilizable	no_good_hit	3820.0	99.66	77.0	0.93786836935167	CP012629.1	enterobacteria	Escherichia coli strain SF-468 plasmid pSF-468-4, complete sequence	True	True
MAD0105_000000026996	1431	0.9989310341478532	2	2	2	2	2	False	14789	maximal	True	MAD0105_000000026996	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	551.0	98.00399999999999	99.0	0.00011676833650341674	CP046006.1	enterobacteria	Escherichia coli strain 1919D3 chromosome, complete genome	False	False
CHI0044_000000011845	1368	0.998930734028221	2	2	2	2	2	False	87227	fragment	False	CHI0044_000000011845	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	100.0	100.0	0.0007682144661471432	NZ_CP046314.1	firmicutes	Gemella morbillorum strain FDAARGOS_741 chromosome, complete genome	False	False
USA0062_01_000000000088	72566	0.9989294673319148	68	38	23	36	23	True	105280	maximal	False	ISR0170_000000000114	0.9570377129567014		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0195_000000004491	5195	0.9989293488958776	6	3	3	3	1	True	29011	fragment	False	ISR0195_000000004491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	94.444	2.0	0.015198087431693989	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	True
ISR0042_000000011453	2537	0.9989275314654822	3	2	2	2	2	False	86114	fragment	False	ISR0084_000000008032	0.7365319114824624		0	0	False	False	0.9992116689682007	0					non-mobilizable	no_good_hit	98.0	100.0	4.0	0.00039797973995921735	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0387_000000009604	2521	0.9989275314654822	3	2	2	2	2	False	86114	fragment	False	ISR0084_000000008032	0.7339273159346151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	100.0	4.0	0.00039797973995921735	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0215_000000011721	2482	0.9989275314654822	3	2	2	2	2	False	86114	fragment	False	ISR0084_000000008032	0.7266768999784868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	4.0	0.0004020826238763227	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0032_000000000386	30843	0.9989267843415002	34	10	7	9	4	True	105681	fragment	False	SPA0032_000000000386	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0117_000000002886	9254	0.9989257783496082	9	8	3	3	7	True	98049	fragment	False	ISR0183_000000003701	0.9384353265817665		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	9106.0	99.758	100.0	0.04679886510824647	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
SPA0051_000000004057	5959	0.9989251853307451	11	2	1	2	1	False	93871	maximal	True	SPA0051_000000004057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	92.958	1.0	0.08547008547008547	NZ_JAAIQH010000059.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_75_length_819_cov_293.677, whole genome shotgun sequence	True	False
SPA0045_000000005048	5421	0.9989251853307451	10	2	1	2	1	False	18552	fragment	False	SPA0045_000000005048	1.0		0	0	False	False	0.9992621541023254	0					non-mobilizable	no_good_hit	88.0	87.5	2.0	0.000569850229951328	NC_024354.1	viruses	Cronobacter phage CR8, complete genome	True	False
SPA0049_000000004510	4854	0.9989251853307451	11	2	1	2	1	False	93868	fragment	False	SPA0049_000000004510	1.0		0	0	False	False	0.9981458783149719	0					non-mobilizable	no_good_hit	60.0	95.0	1.0	0.07203907203907203	NZ_JAAIQH010000059.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_75_length_819_cov_293.677, whole genome shotgun sequence	True	False
SPA0153_000000005239	3303	0.9989251853307451	7	2	1	2	1	False	18550	fragment	False	SPA0153_000000005239	1.0		0	0	False	False	0.9942476749420166	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000011569	2281	0.9989251853307451	3	2	1	2	1	False	7380	fragment	False	SPA0029_000000011569	1.0		0	0	False	False	0.9872862696647644	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000002357	11700	0.9989251532409918	19	9	7	7	5	False	123888	fragment	False	SPA0082_000000000937	0.8051617010270442		0	0	False	False	0.9998290538787842	0					non-mobilizable	plasmid	8828.0	98.98100000000001	98.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0198_000000002160	8601	0.9989245771234918	9	8	4	5	6	True	128038	maximal	True	ENG0198_000000002160	1.0	PS1001|PS1026|PS1027|PS756|PS757|PS758|PS996	1	1	True	True	0.9998837113380432	29	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3074.0	99.837	57.0	0.6274509803921569	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	True	True
MAD0021_000000000255	26084	0.9989245530140856	23	23	13	18	22	True	97734	maximal	True	MAD0021_000000000255	1.0		1	1	False	False	0.9999616742134094	0	IncFIC,IncI1	MOBF	MPF_T		conjugative	no_good_hit	8629.0	96.59299999999999	50.0	0.10027664124976753	CP010124.1	enterobacteria	Escherichia coli strain C5 plasmid B, complete genome	True	True
ISR0377_000000000106	42288	0.9989243741792512	38	20	15	14	10	True	109045	maximal	False	DEN0082_000000000251	0.7019477595170085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	89.655	0.0	1.1561197236295801e-05	CP010820.1	firmicutes	Lysinibacillus fusiformis strain RB-21, complete genome	True	True
MON0041_000000005468	6965	0.9989242649130992	4	4	4	4	3	False	13261	maximal	True	MON0041_000000005468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	100.0	1.0	0.06293222683264177	NZ_WEHX01000181.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_181_length_1446_cov_422.122494, whole genome shotgun sequence	True	False
ENG0049_000000002336	8285	0.99892395668934	6	6	6	5	6	False	64198	maximal	True	ENG0049_000000002336	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5984.0	90.14	72.0	0.1328786296683033	CP043513.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 plasmid unnamed2, complete sequence	True	False
ISR0375_000000002505	6337	0.9989227264280984	5	1	1	1	1	False	71280	maximal	True	ISR0375_000000002505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	95.27600000000001	6.0	0.00015649336262230163	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
DEN0045_000000007732	4430	0.9989227264280984	3	1	1	1	1	False	72968	fragment	False	DEN0045_000000007732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0002_000000002468	3252	0.9989227264280984	2	1	1	1	1	False	20433	fragment	False	ITA0002_000000002468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0073_000000004016	6444	0.9989225231229696	7	7	4	4	6	True	127279	maximal	False	ENG0006_000000003918	0.965589560892066	PS757|PS758|PS996	0	0	True	True	1.0	44	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	2537.0	99.764	71.0	0.5177623519804002	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
MON0086_000000010629	2917	0.9989218666710792	5	2	2	1	1	False	96426	fragment	False	MON0086_000000010629	1.0		0	0	False	False	0.9862872958183289	0					non-mobilizable	other	2804.0	99.929	96.0	0.027971818617276066	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0028_000000011646	2558	0.9989218666710792	5	2	2	1	1	False	96425	fragment	False	SPA0028_000000011646	0.9666563994896418		0	0	False	False	0.9949179291725159	0					non-mobilizable	other	2507.0	100.0	100.0	0.025007983394539357	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0015_000000008582	2538	0.9989218666710792	5	2	2	1	1	False	96425	fragment	False	SPA0028_000000011646	0.782632444551064		0	0	False	False	0.9858155846595764	0					non-mobilizable	other	2538.0	99.72399999999999	99.0	0.025317339932939487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0342_000000007092	2303	0.9989218666710792	4	2	2	1	1	False	96425	fragment	False	SPA0028_000000011646	0.5760163658092361		0	0	False	False	0.9991315603256226	0					non-mobilizable	other	2304.0	99.95700000000001	100.0	0.02298219703017723	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0134_000000012239	2265	0.9989218666710792	5	2	2	1	1	False	96425	fragment	False	SPA0028_000000011646	0.3913156752062527		0	0	False	False	0.996909499168396	0					non-mobilizable	other	2205.0	100.0	100.0	0.021994251955931663	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0188_000000010450	2038	0.9989218666710792	4	2	2	1	1	False	96424	fragment	False	ISR0188_000000010450	1.0		0	0	False	False	0.981354296207428	0					non-mobilizable	other	2038.0	100.0	100.0	0.020327718345840653	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0117_000000010302	1407	0.9989218666710792	3	2	2	1	1	False	82046	fragment	False	CHI0117_000000010302	0.9632459970887919		0	0	False	False	0.9722814559936523	0					non-mobilizable	other	1368.0	100.0	100.0	0.013641625419128214	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0145_01_000000004624	5322	0.9989217017618032	9	3	2	3	2	False	79015	maximal	True	USA0145_01_000000004624	0.9831493890421759		2	2	False	False	0.996805727481842	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.65174604757504e-06	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0204_000000003540	5883	0.9989197129016456	10	9	3	8	9	False	98337	fragment	False	ENG0204_000000003540	1.0		0	0	False	False	0.9993200898170471	0	IncFIA				non-mobilizable	plasmid	5890.0	95.72200000000001	100.0	0.04856699721154322	CP038413.1	enterobacteria	Escherichia coli O157:H7 strain 493/89 plasmid p493-89-1, complete sequence	False	True
ENG0088_000000004437	5779	0.9989194151544412	9	5	2	3	2	True	128034	maximal	True	ENG0088_000000004437	1.0		1	1	False	False	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1434.0	99.09299999999999	46.0	0.36565450369992347	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
FIJ0109_000000000127	59430	0.998919260817522	102	25	11	18	15	True	88785	maximal	True	FIJ0109_000000000127	0.9988334535960941		2	1	True	True	1.0	143					non-mobilizable	no_good_hit	8278.0	87.92	50.0	0.14589019246446674	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0064_000000000153	59106	0.998919260817522	102	25	11	18	15	True	88785	maximal	False	FIJ0109_000000000127	0.9972993437657749		0	0	True	True	1.0	61					non-mobilizable	no_good_hit	8278.0	87.92	50.0	0.14589019246446674	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AST0110_000000001693	10846	0.9989191686465612	13	12	7	8	8	True	107060	maximal	True	AST0110_000000001693	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9143.0	95.899	84.0	0.05687378531567732	CP019954.1	enterobacteria	Escherichia coli M8 plasmid unnamed1, complete sequence	True	True
ENG0188_000000020528	1225	0.9989182062242462	2	2	2	1	1	False	54882	fragment	False	ENG0188_000000020528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	96.25	7.0	1.545990678654683e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
AST0012_000000006364	3193	0.9989171835366946	3	3	0	3	3	True	125542	maximal	False	ISR0183_000000009706	0.9347006053613108		0	0	True	True	1.0	54		MOBP			mobilizable	no_good_hit	2213.0	93.538	69.0	0.5152930189119775	CP061086.1	g-proteobacteria	Pantoea sp. MT58 plasmid unnamed3, complete sequence	True	True
ISR0223_000000000755	20463	0.9989165627484368	18	8	7	8	5	True	74861	fragment	False	SPA0008_000000000593	0.9615893044727544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	97.765	1.0	4.74330416960555e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0134_000000001171	20439	0.9989165627484368	18	8	7	8	5	True	74861	fragment	False	SPA0008_000000000593	0.9588866983041255		0	0	False	False	0.9995107650756836	0					non-mobilizable	no_good_hit	174.0	97.126	1.0	4.036122597340545e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
DEN0096_000000001632	16774	0.9989155466213709	18	14	8	8	11	True	132596	backbone	False	ISR0120_000000000296	0.31818327106198835	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16774.0	99.917	100.0	0.507537232110425	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0169_000000001155	16717	0.9989155466213709	18	14	8	8	11	True	132596	backbone	False	ISR0120_000000000296	0.31425857058321904	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16717.0	99.91	100.0	0.5381841596909208	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0397_000000001326	16567	0.9989155466213709	18	14	8	8	11	True	132596	backbone	False	ISR0120_000000000296	0.30622898073542165	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16567.0	99.94	100.0	0.533322601416613	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
CHI0046_000000000748	13837	0.998914962790638	9	6	5	4	6	True	105101	fragment	False	CHI0046_000000000748	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	61.0	96.721	0.0	0.000578352274370319	NZ_WHZW01000012.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence12, whole genome shotgun sequence	True	True
MAD0098_000000010094	4203	0.9989145142929968	6	3	2	3	1	True	15342	maximal	True	MAD0098_000000010094	1.0		1	1	False	False	0.9909588098526001	0					non-mobilizable	no_good_hit								True	True
MAD0043_000000000320	26490	0.9989142491313359	27	21	10	8	19	True	19753	fragment	False	MAD0043_000000000320	0.9820656902912271		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	12742.0	97.559	99.0	0.1351904913509498	CP055982.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_2, complete sequence	False	True
CHI0138_000000000474	24025	0.9989142367034078	28	19	8	14	13	True	90327	fragment	False	CHI0138_000000000474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	99.04799999999999	1.0	0.029116745611590972	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
ISR0027_000000001811	13349	0.9989139019799936	20	11	7	7	7	False	123926	maximal	False	CHI0102_000000000588	0.9894063549147641		0	0	False	False	0.9998501539230347	0					non-mobilizable	plasmid	11879.0	99.975	100.0	0.09949990366653542	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
CAN0021_000000002446	13349	0.9989139019799936	20	11	7	7	7	False	123926	maximal	False	CHI0102_000000000588	0.9894063549147641		0	0	False	False	1.0	0					non-mobilizable	plasmid	11879.0	99.975	100.0	0.09949990366653542	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
SPA0131_000000006741	3516	0.9989130706224004	5	1	1	1	1	False	69809	fragment	False	SPA0131_000000006741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	84.557	40.0	0.026027795806011236	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0113_000000005992	2593	0.9989128668947574	3	2	2	2	1	False	37490	fragment	False	ISR0113_000000005992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	95.973	56.0	0.032764138486672784	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0111_000000004830	3528	0.9989127678576524	5	3	3	2	2	False	100541	fragment	False	ISR0322_000000002627	0.9731272626009468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	47.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0151_000000013477	1223	0.9989122901602026	2	2	2	1	2	False	103604	fragment	False	AST0151_000000013477	1.0		0	0	False	False	0.9746524691581726	0					non-mobilizable	no_good_hit	150.0	80.667	12.0	6.78381604521181e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ENG0071_000000003241	6418	0.998912181324658	7	6	6	5	5	True	116250	fragment	False	ENG0071_000000003241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2212.0	97.92	65.0	0.017804369358124704	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
CHI0052_000000001329	9373	0.9989118642674308	12	12	5	7	11	True	86537	maximal	True	CHI0052_000000001329	0.9997531647801403		5	3	True	True	1.0	86	ColRNAI_rep_cluster_1857	MOBC			mobilizable	plasmid	9177.0	100.0	100.0	0.6440202133632791	LT985216.1	enterobacteria	Escherichia coli strain 533 genome assembly, plasmid: RCS12TR533_p	False	True
ENG0074_000000002274	9373	0.9989118642674308	12	12	5	7	11	True	86537	maximal	False	CHI0052_000000001329	0.9997531647801403		0	0	True	True	0.9990397691726685	19	ColRNAI_rep_cluster_1857	MOBC			mobilizable	plasmid	9177.0	100.0	100.0	0.6440202133632791	LT985216.1	enterobacteria	Escherichia coli strain 533 genome assembly, plasmid: RCS12TR533_p	False	True
CHI0106_000000000774	17114	0.9989112895456684	19	15	9	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3209240209319791	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17114.0	98.656	100.0	0.5508692852543464	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
CHI0068_000000000356	17113	0.9989112895456684	19	15	9	8	12	True	132596	backbone	False	ISR0120_000000000296	0.32528324224081595	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17113.0	99.90700000000001	100.0	0.5523631198347108	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0293_000000001779	17111	0.9989112895456684	19	15	9	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3252691251190696	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17111.0	99.91799999999999	100.0	0.5508692852543464	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
SPA0120_000000002261	17086	0.9989112895456684	19	15	9	8	12	True	132596	backbone	False	ISR0120_000000000296	0.3250754797054054	PS1169|PS902	0	0	False	True	0.9998829364776611	0		MOBB	MPF_T		conjugative	plasmid	17095.0	99.83	100.0	0.5518143078512396	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0060_000000007203	3735	0.9989107304238968	5	2	2	2	2	False	115442	fragment	False	ENG0060_000000007203	0.9950413223140496		0	0	False	False	0.9983935952186584	0					non-mobilizable	no_good_hit	840.0	88.214	25.0	0.00022483797730503145	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0047_000000005788	3630	0.9989107304238968	5	2	2	2	2	False	115442	fragment	False	ENG0060_000000007203	0.981124497991968		0	0	False	False	0.9983471035957336	0					non-mobilizable	no_good_hit	826.0	88.257	26.0	0.00022108621129517393	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AUS0016_000000014806	1917	0.9989106782463172	3	2	2	2	1	False	100304	fragment	False	AUS0016_000000014806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	3.0	0.001167778301780862	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MON0030_000000020585	1737	0.9989105916501276	3	2	2	2	2	False	12859	fragment	False	MON0030_000000020585	0.9699469652327637		0	0	False	False	0.9982728958129883	0					non-mobilizable	no_good_hit	99.0	100.0	6.0	4.2951109365796193e-05	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	True	False
SPA0019_000000014257	2043	0.9989099866326668	3	3	3	2	3	False	7756	fragment	False	SPA0019_000000014257	1.0		0	0	False	False	0.989231526851654	0					non-mobilizable	chromosome	1956.0	99.898	99.0	0.0009377632212622341	CP030089.1	firmicutes	Lactobacillus reuteri strain YSJL-12 chromosome, complete genome	False	False
FIJ0151_000000001273	11338	0.9989067505015982	16	16	4	7	15	False	39766	maximal	True	FIJ0151_000000001273	1.0		1	1	False	False	1.0	0					non-mobilizable	other	6758.0	95.62	91.0	0.0012066887177644857	CP019899.1	enterobacteria	Raoultella planticola strain GODA, complete genome	False	False
SPA0076_000000006538	2281	0.9989054194997324	3	3	2	3	1	False	5745	maximal	True	SPA0076_000000006538	1.0		0	0	False	False	0.9815870523452759	0					non-mobilizable	no_good_hit	1065.0	99.906	47.0	0.0032279300898298965	NZ_CZAI01000008.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MAD0059_000000002048	8363	0.9989054093197802	10	4	4	4	2	True	19699	fragment	False	MAD0045_000000003269	0.996956664033436		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0045_000000003269	8304	0.9989054093197802	10	4	4	4	2	True	19699	fragment	False	MAD0045_000000003269	0.9979855731717165		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0015_000000001487	8302	0.9989054093197802	10	4	4	4	2	True	19699	fragment	False	MAD0045_000000003269	0.9949501258271546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0023_000000000585	8302	0.9989054093197802	10	4	4	4	2	True	19699	fragment	False	MAD0045_000000003269	0.9949501258271546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0069_000000000643	8284	0.9989054093197802	10	4	4	4	2	True	19699	fragment	False	MAD0045_000000003269	0.9974756627021785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0063_000000001116	8284	0.9989054093197802	10	4	4	4	2	True	19699	fragment	False	MAD0045_000000003269	0.9961570457904216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0092_000000001891	8269	0.9989054093197802	10	4	4	4	2	True	19699	fragment	False	MAD0045_000000003269	0.9933886192727126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000004536	8266	0.9989054093197802	10	4	4	4	2	True	19699	fragment	False	MAD0045_000000003269	0.994966421811351		0	0	False	False	0.999879002571106	0					non-mobilizable	no_good_hit								True	True
MAD0083_000000000799	8266	0.9989054093197802	10	4	4	4	2	True	19699	fragment	False	MAD0045_000000003269	0.994966421811351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0079_000000000106	63581	0.9989051510970998	64	26	18	22	12	True	69938	maximal	True	ISR0079_000000000106	1.0		1	1	False	False	0.9996067881584167	0					non-mobilizable	no_good_hit	1530.0	87.90799999999999	2.0	0.0004987036640205039	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0032_000000014365	2310	0.9989038578798984	2	1	1	1	1	False	36949	fragment	False	ISR0032_000000014365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	87.755	36.0	0.012082013968425072	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
CAN0009_000000004644	4553	0.9989034704421116	7	1	1	1	1	False	94825	maximal	True	CAN0009_000000004644	1.0		1	1	False	False	0.9989018440246582	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.3635741051158895e-06	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0136_000000012015	3293	0.9989034089154804	4	3	3	3	3	False	29578	fragment	False	SPA0136_000000012015	1.0		0	0	False	False	0.9978742599487305	0					non-mobilizable	no_good_hit	116.0	99.13799999999999	4.0	0.00037019749231437813	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0018_000000005044	5296	0.9989029851216062	7	4	3	4	1	False	50034	fragment	False	FIJ0018_000000005044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	91.26799999999999	10.0	0.015449070437287249	NZ_FOXF01000044.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
SPA0078_000000001450	5356	0.9989029626575668	7	5	0	3	5	False	108861	maximal	False	CHI0078_000000003034	0.9592625846631497		0	0	True	True	1.0	415	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	3705.0	99.865	100.0	0.7019139662687133	AP022166.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-08_5 DNA, complete genome, strain: WP5-S18-ESBL-08	False	True
ENG0209_000000001477	13997	0.99890255399806	13	9	6	5	6	True	63325	maximal	True	ENG0209_000000001477	1.0		2	2	True	True	0.9990712404251099	11					non-mobilizable	no_good_hit	259.0	90.34700000000001	2.0	0.06908602150537635	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0277_000000000696	12329	0.9989014336723048	12	8	5	7	7	True	33224	maximal	True	ISR0277_000000000696	0.9726890756302521		1	1	False	False	1.0	0	IncW				non-mobilizable	no_good_hit	3145.0	85.66	32.0	0.0014207992235092783	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	True
USA0056_01_000000000826	24449	0.9989013741565976	31	18	6	13	13	True	100959	fragment	False	SPA0040_000000000713	0.9716456843785082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	83.23100000000001	5.0	0.0002005033650611114	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
DEN0033_000000015956	1351	0.9988992606282312	3	1	1	1	1	False	73591	fragment	False	DEN0033_000000015956	1.0		0	0	False	False	0.9977794289588928	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000002861	7336	0.9988989369461868	10	10	10	8	9	True	63994	maximal	True	ISR0021_000000002861	0.9931805782869613		6	3	False	False	1.0	0					non-mobilizable	plasmid	7336.0	99.945	100.0	0.061332508319815376	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
MAD0052_000000001819	7332	0.9988989369461868	10	10	10	8	9	True	63994	maximal	False	ISR0021_000000002861	0.9929116684841875		0	0	False	False	1.0	0					non-mobilizable	plasmid	7332.0	99.945	100.0	0.0612990618258441	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ISR0364_000000001990	7054	0.998898822928333	11	8	5	7	3	False	44757	fragment	False	ISR0364_000000001990	1.0		0	0	False	False	0.9985823631286621	0					non-mobilizable	no_good_hit	447.0	73.154	6.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
USA0049_01_000000001055	3751	0.9988983522413436	5	4	2	3	4	False	132544	fragment	False	CHI0126_000000000854	0.07232214724659602		0	0	False	False	1.0	0					non-mobilizable	plasmid	3751.0	99.76	100.0	0.09702555075202568	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0083_000000020646	1742	0.9988972423933716	3	2	2	2	2	False	44065	fragment	False	FIJ0083_000000020646	0.9634071340713407		0	0	False	False	0.989093005657196	0					non-mobilizable	no_good_hit								True	False
MON0037_000000023398	2861	0.9988955274422554	4	3	1	3	1	True	12122	maximal	False	MON0039_000000015367	0.9709302325581395		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	91.0	96.70299999999999	3.0	0.0009503695881731784	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0028_000000018146	1666	0.9988946450804721	2	1	1	1	1	False	96500	fragment	False	FIJ0028_000000018146	0.9778816199376947		0	0	False	False	0.9975990653038025	0					non-mobilizable	no_good_hit	680.0	89.559	41.0	0.010887219979737227	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CAN0003_000000030616	1605	0.9988946450804721	2	1	1	1	1	False	96500	fragment	False	FIJ0028_000000018146	0.9603841536614646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	89.39399999999999	41.0	0.01058167023141373	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CAN0012_000000032213	1416	0.9988946450804721	2	1	1	1	1	False	94074	fragment	False	CAN0012_000000032213	1.0		0	0	False	False	0.9950565099716187	0					non-mobilizable	no_good_hit	674.0	89.76299999999999	48.0	0.010790730585529807	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
MON0101_000000007058	7148	0.9988939501532408	11	3	1	2	3	False	43947	fragment	False	MON0009_000000003021	0.9601135749053542		0	0	False	False	0.9925853610038757	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	2.0492427494191504e-05	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	False
SPA0126_000000004104	8090	0.9988938458834984	8	8	3	4	8	True	127642	maximal	True	SPA0126_000000004104	1.0	PS1015|PS263|PS542	1	1	False	True	0.9992583394050598	0	Col156	MOBQ,MOBQ			mobilizable	no_good_hit	3882.0	99.20100000000001	83.0	0.0007576440841486645	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	True	True
ENG0189_000000002018	5638	0.99889382924338	6	4	3	4	2	True	128318	maximal	True	ENG0189_000000002018	1.0	PS661	1	1	True	True	1.0	26					non-mobilizable	no_good_hit	1865.0	98.874	34.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
ENG0179_000000021214	1543	0.9988932729550566	2	2	2	2	2	False	103606	fragment	False	ENG0179_000000021214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	80.392	10.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0028_000000004735	3717	0.9988931007954542	6	1	1	1	1	False	69811	fragment	False	ISR0028_000000004735	1.0		0	0	False	False	0.9994619488716125	0					non-mobilizable	no_good_hit	708.0	94.915	38.0	0.028254006314190946	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
SPA0009_000000011364	3115	0.9988931007954542	5	1	1	1	1	False	69808	fragment	False	SPA0009_000000011364	0.9316543610939485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	84.57	46.0	0.026027795806011236	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
DEN0078_000000009723	3016	0.9988931007954542	5	1	1	1	1	False	69808	fragment	False	SPA0009_000000011364	0.5686597792051714		0	0	False	False	0.9990053176879883	0					non-mobilizable	no_good_hit	1186.0	84.57	48.0	0.026027795806011236	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0076_000000004714	2945	0.9988931007954542	4	1	1	1	1	False	69808	fragment	False	SPA0009_000000011364	0.3843338683788122		0	0	False	False	0.9949066042900085	0					non-mobilizable	no_good_hit	1186.0	84.57	49.0	0.026027795806011236	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0315_000000003964	2356	0.9988931007954542	4	1	1	1	1	False	25231	fragment	False	ISR0315_000000003964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	84.557	58.0	0.026027795806011236	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
FIJ0148_000000010372	1805	0.9988931007954542	1	1	1	1	1	False	39905	fragment	False	FIJ0148_000000010372	1.0		0	0	False	False	0.9878116250038147	0					non-mobilizable	plasmid	900.0	97.889	99.0	0.020097128661907212	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
ISR0349_000000006142	1742	0.9988931007954542	2	1	1	1	1	False	52170	fragment	False	ISR0349_000000006142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	95.198	89.0	0.028254006314190946	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
FIJ0171_000000013099	1595	0.9988931007954542	3	1	1	1	1	False	50743	fragment	False	FIJ0171_000000013099	0.9514128187456926		0	0	False	False	1.0	0					non-mobilizable	plasmid	1536.0	94.92200000000001	96.0	0.06122367421971786	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
TAN0009_000000026861	1581	0.9988931007954542	3	1	1	1	1	False	2920	fragment	False	TAN0009_000000026861	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1512.0	89.815	95.0	0.03379361278338518	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
FIJ0012_000000017283	1451	0.9988931007954542	3	1	1	1	1	False	50743	fragment	False	FIJ0171_000000013099	0.916614420062696		0	0	False	False	1.0	0					non-mobilizable	plasmid	966.0	92.236	99.0	0.03852455740718539	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
TAN0012_000000006858	1433	0.9988931007954542	4	1	1	1	1	False	2919	fragment	False	TAN0012_000000006858	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1360.0	89.779	95.0	0.030391871629031175	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
TAN0005_000000014008	1347	0.9988931007954542	3	1	1	1	1	False	2918	fragment	False	TAN0005_000000014008	1.0		0	0	False	False	0.9784706830978394	0					non-mobilizable	plasmid	1213.0	89.365	90.0	0.027102029854754604	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
MON0075_000000020300	1314	0.9988931007954542	2	1	1	1	1	False	27622	fragment	False	MON0075_000000020300	1.0		0	0	False	False	0.9703196287155151	0					non-mobilizable	plasmid	708.0	95.056	91.0	0.028254006314190946	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0227_000000022421	1175	0.9988931007954542	3	1	1	1	1	False	27621	fragment	False	ISR0227_000000022421	1.0		0	0	False	False	0.9753191471099854	0					non-mobilizable	plasmid	830.0	92.65100000000001	99.0	0.03296966790552692	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
SPA0117_000000008428	4452	0.9988923422370474	8	7	5	7	7	True	97925	fragment	False	MAD0108_000000003174	0.38411118025305957		0	0	False	False	1.0	0					non-mobilizable	plasmid	4452.0	100.0	100.0	0.03980112848852286	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
FIJ0130_000000000569	26225	0.9988922681944592	24	16	15	14	13	True	49080	maximal	True	FIJ0130_000000000569	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1802.0	95.671	7.0	0.001213405706242568	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0360_000000002697	8385	0.9988907033949944	10	6	5	5	5	False	105348	maximal	True	ISR0360_000000002697	1.0		2	1	False	False	0.9992844462394714	0					non-mobilizable	no_good_hit								True	False
MON0049_000000011789	1838	0.9988903540027247	3	2	1	2	1	False	23126	fragment	False	MON0049_000000011789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	94.286	4.0	0.003146231361998997	NZ_JH379427.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld695, whole genome shotgun sequence	True	False
ISR0190_000000001030	22139	0.9988899959461872	26	26	15	19	25	True	98741	fragment	False	ISR0152_000000000983	0.9808690298179259		0	0	False	False	0.9999548196792603	0		MOBP	MPF_T		conjugative	plasmid	16597.0	99.132	92.0	0.4906681652814339	CU928149.1	enterobacteria	Escherichia coli str. UMN026 plasmid p2ESCUM, complete genome	False	True
ISR0105_000000001108	10059	0.9988894351697518	17	6	1	5	2	True	109316	fragment	False	ISR0105_000000001108	1.0		0	0	False	False	0.9969182014465332	0					non-mobilizable	other	3866.0	100.0	95.0	0.10151550967877498	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0013_000000008254	3184	0.9988886983306896	5	4	4	2	2	True	120801	fragment	False	ENG0013_000000008254	0.9741386405726696		0	0	False	False	0.9978014826774597	0					non-mobilizable	no_good_hit	2284.0	86.34	72.0	0.0007403661399818516	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
AST0088_000000001695	6989	0.9988882103073548	9	7	4	5	4	True	128040	maximal	True	AST0088_000000001695	1.0		1	1	False	False	1.0	0	rep_cluster_1152	MOBQ			mobilizable	no_good_hit	1806.0	99.779	38.0	0.2560283687943262	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
FIJ0048_000000013227	2433	0.9988880347045179	3	2	2	2	1	False	70118	fragment	False	FIJ0048_000000013227	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	95.57	26.0	0.0002777220959938257	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
MAD0053_000000003019	4162	0.9988874161191164	4	4	0	4	3	False	108848	fragment	False	MAD0053_000000003019	1.0		0	0	False	True	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	other	2538.0	96.02	100.0	0.25995872033023737	LM996433.1	enterobacteria	Escherichia coli genome assembly FHI63, scaffold scaffold-18_contig-25.0_1_9690_[organism:Escherichia	False	True
ISR0097_000000001451	11602	0.9988866173192724	16	7	5	7	4	True	99221	backbone	False	ENG0181_000000001971	0.8572733238925351	PS555	0	0	True	True	1.0	16	rep_cluster_78				non-mobilizable	plasmid	6919.0	99.104	97.0	0.6026490066225165	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
DEN0080_000000001556	2003	0.9988862939263491	2	2	2	1	2	False	69391	maximal	True	DEN0080_000000001556	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	98.46700000000001	78.0	0.02521563885530028	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
MON0104_000000018751	2412	0.9988860255470048	3	1	1	1	1	False	8813	fragment	False	MON0104_000000018751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	93.182	4.0	0.00022650653181626633	LN590965.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000967	True	False
MON0105_000000027014	2012	0.9988860255470048	4	1	1	1	1	False	20012	fragment	False	MON0105_000000027014	1.0		0	0	False	False	0.9990059733390808	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
MON0040_000000007362	3597	0.9988857066015876	8	2	2	2	1	True	11879	fragment	False	MON0040_000000007362	1.0		0	0	False	False	0.9994440078735352	0					non-mobilizable	no_good_hit								True	True
FIJ0064_000000009654	2815	0.9988855946497868	3	3	1	3	1	True	130986	backbone	False	SPA0127_000000010391	0.84939036663428	PS1132	0	0	True	True	1.0	20	rep_cluster_1867				non-mobilizable	plasmid	2404.0	98.419	100.0	0.8653222902412675	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
MON0090_000000032320	1866	0.9988853735150665	4	2	2	2	2	False	9555	fragment	False	MON0090_000000032320	1.0		0	0	False	False	0.9715970158576965	0					non-mobilizable	no_good_hit	53.0	86.792	3.0	0.001167778301780862	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0040_000000008140	3375	0.9988852478364668	5	2	2	2	2	False	36499	fragment	False	ISR0040_000000008140	1.0		0	0	False	False	0.9917036890983582	0					non-mobilizable	no_good_hit	60.0	95.0	2.0	0.00039606353127559306	NZ_SPFY01000003.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_3_length_148966_cov_20.1561, whole genome shotgun sequence	True	False
ISR0088_000000002409	8450	0.9988815724701262	12	9	7	9	6	True	116335	backbone	False	ISR0273_000000000608	0.9694688833895841	PS771	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	3.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0035_000000000653	17179	0.998880446589858	18	14	8	8	11	True	132596	backbone	False	ISR0120_000000000296	0.3341395499689093	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17193.0	99.831	100.0	0.5202203656617024	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0093_000000021505	1469	0.9988801016261756	3	2	1	2	2	False	68445	maximal	True	DEN0093_000000021505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	77.778	21.0	3.679130744042874e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
AST0053_000000001645	8189	0.9988799155023886	8	6	5	6	6	True	114276	maximal	True	AST0053_000000001645	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	other	6239.0	99.711	100.0	0.0009822662984086594	CP020358.1	enterobacteria	Klebsiella oxytoca strain AR_0147, complete genome	False	True
ISR0392_000000001497	14893	0.9988788113409548	19	6	4	6	3	True	37715	maximal	True	ISR0392_000000001497	1.0		1	1	False	False	0.9997314214706421	0					non-mobilizable	no_good_hit	1728.0	81.134	12.0	0.0009893241928171483	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
SPA0103_000000007469	2159	0.99887872518297	5	2	1	2	1	False	18549	fragment	False	MAD0038_000000006172	0.9270137961726748		0	0	False	False	0.9842519760131836	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0003483490090387401	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
MAD0038_000000000062	56009	0.9988778231947	98	28	11	20	15	True	74765	maximal	True	MAD0038_000000000062	1.0		1	1	True	True	1.0	64					non-mobilizable	no_good_hit	9723.0	88.1	50.0	0.1714103427497962	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0105_000000001479	15862	0.998877606835386	15	6	5	6	2	True	86177	fragment	False	FIJ0105_000000001479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1744.0	77.92399999999999	11.0	0.025310261999021397	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0222_000000007773	8074	0.9988767150920258	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11532264166589501		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.40799999999999	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0112_000000003020	8050	0.9988767150920258	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11527602960630369		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.391	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0296_000000002665	8049	0.9988767150920258	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11528970104727243		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.40799999999999	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0387_000000002526	8040	0.9988767150920258	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11525910563454449		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.40799999999999	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0854_000000000781	8009	0.9988767150920258	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11503020994346105		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.40799999999999	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0815_000000003333	7969	0.9988767150920258	15	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.11108342208903661		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.40799999999999	96.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0856_000000000526	7912	0.9988767150920258	16	7	6	5	5	False	123888	fragment	False	SPA0082_000000000937	0.1113787427685462		0	0	False	False	0.9998736381530762	0					non-mobilizable	plasmid	5773.0	98.441	97.0	0.05867811473158425	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0190_000000006230	3723	0.9988766346793956	6	4	3	3	2	False	122535	fragment	False	ISR0190_000000006230	1.0		0	0	False	False	0.9989256262779236	0					non-mobilizable	plasmid	3728.0	94.71600000000001	100.0	0.08329789852964214	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
MON0085_000000000814	10700	0.9988752468529536	11	8	5	7	5	False	112538	fragment	False	MON0085_000000000814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2771.0	89.60700000000001	61.0	0.06149989929055793	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0047_000000001139	16930	0.9988750260061816	17	16	9	12	12	False	98326	maximal	True	MAD0047_000000001139	1.0		1	1	False	False	1.0	0	IncFIA,IncFII				non-mobilizable	no_good_hit	2658.0	97.291	87.0	0.016572824816742802	CP019954.1	enterobacteria	Escherichia coli M8 plasmid unnamed1, complete sequence	True	True
AST0093_000000004573	4268	0.9988748183972695	6	5	1	5	5	True	109575	maximal	True	AST0093_000000004573	1.0	PS62	1	1	False	True	1.0	0	Inc11,Inc11				non-mobilizable	no_good_hit	2005.0	96.60799999999999	73.0	0.940650023551578	NZ_BJZH01000140.1	firmicutes	Lactobacillus nantensis strain NBRC 107153 sequence140, whole genome shotgun sequence	True	True
SPA0001_000000003213	9869	0.9988738148457604	10	10	10	9	9	False	98266	maximal	True	SPA0001_000000003213	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	9794.0	100.0	100.0	0.05827397635241682	CP049102.1	enterobacteria	Escherichia coli strain EC28 plasmid p2, complete sequence	False	True
ENG0022_000000007009	2346	0.9988731777551764	3	2	2	2	1	True	123258	backbone	False	ISR0072_000000011567	0.17121928789890747	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	282					non-mobilizable	no_good_hit	936.0	81.41	50.0	0.7485852869846402	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0091_000000013155	2325	0.9988731777551764	3	2	2	2	1	True	123258	backbone	False	ISR0072_000000011567	0.2749064154906272	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	169					non-mobilizable	no_good_hit	913.0	81.271	50.0	0.7291835084882781	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
DEN0073_000000010079	4572	0.9988729609925248	6	4	4	3	3	False	71891	maximal	True	DEN0073_000000010079	1.0		1	1	False	False	0.9971566200256348	0					non-mobilizable	no_good_hit	718.0	78.969	16.0	0.00018807488510587503	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
DEN0017_000000004405	6730	0.9988723792577984	6	6	6	6	6	False	75256	maximal	True	DEN0017_000000004405	1.0		1	1	False	False	0.999851405620575	0					non-mobilizable	chromosome	6548.0	99.053	100.0	0.0013206345824688483	CP056245.1	enterobacteria	Citrobacter freundii strain RHBSTW-00915 chromosome, complete genome	False	False
ISR0216_000000003341	6070	0.9988723094428218	10	7	3	5	5	False	103453	fragment	False	ISR0216_000000003341	0.9306658984452966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2196.0	90.164	60.0	0.08664029093234224	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0353_000000000183	55795	0.9988721203167612	40	24	18	21	14	True	130794	maximal	False	ISR0131_000000000086	0.7615385476511968		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1599.0	72.921	3.0	0.0005318187494383085	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0169_000000002703	8246	0.9988714697962964	11	7	6	7	6	True	30111	maximal	True	ISR0169_000000002703	1.0		1	1	False	False	0.9980596899986267	0					non-mobilizable	no_good_hit	843.0	78.055	10.0	0.042562952390661636	NZ_FORW01000009.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	True
ISR0020_000000007583	2865	0.9988713080990308	4	3	1	3	0	True	130986	backbone	False	SPA0127_000000010391	0.8277298125722831	PS1132	0	0	True	True	0.997556746006012	22	rep_cluster_1867				non-mobilizable	plasmid	1814.0	99.72399999999999	100.0	0.6503948312993539	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0387_000000008433	2865	0.9988713080990308	4	3	1	3	0	True	130986	backbone	False	SPA0127_000000010391	0.8260572828846281	PS1132	0	0	True	True	1.0	23	rep_cluster_1867				non-mobilizable	plasmid	1813.0	99.39299999999999	100.0	0.6503948312993539	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0328_000000009732	2864	0.9988713080990308	4	3	1	3	0	True	130986	backbone	False	SPA0127_000000010391	0.8276182830613645	PS1132	0	0	True	True	1.0	37	rep_cluster_1867				non-mobilizable	plasmid	1813.0	99.72399999999999	100.0	0.6503948312993539	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ENG0038_000000007863	2864	0.9988713080990308	4	3	1	3	0	True	130986	backbone	False	SPA0127_000000010391	0.8278927422963092	PS1132	0	0	True	True	1.0	40	rep_cluster_1867				non-mobilizable	plasmid	1813.0	99.835	100.0	0.6503948312993539	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0249_000000006105	2864	0.9988713080990308	4	3	1	3	0	True	130986	backbone	False	SPA0127_000000010391	0.8268810846958191	PS1132	0	0	True	True	1.0	16	rep_cluster_1867				non-mobilizable	plasmid	1813.0	99.61399999999999	100.0	0.6503948312993539	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0365_000000005340	2863	0.9988713080990308	3	3	1	3	0	True	130986	backbone	False	SPA0127_000000010391	0.8258752887959221	PS1132	0	0	True	True	0.9919664859771729	13	rep_cluster_1867				non-mobilizable	plasmid	1814.0	99.118	100.0	0.6503948312993539	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
AST0149_000000009592	2844	0.9988713080990308	3	3	1	3	0	True	130986	backbone	False	SPA0127_000000010391	0.8496730465615215	PS1132	0	0	True	True	1.0	9	rep_cluster_1867				non-mobilizable	plasmid	2380.0	98.319	100.0	0.8566798703637019	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0834_000000005963	2836	0.9988713080990308	3	3	1	3	0	True	130986	backbone	False	SPA0127_000000010391	0.8481376570834014	PS1132	0	0	True	True	1.0	54	rep_cluster_1867				non-mobilizable	plasmid	2375.0	98.147	100.0	0.8545192653943104	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
DEN0031_000000011865	2835	0.9988713080990308	3	3	1	3	0	True	130986	backbone	False	SPA0127_000000010391	0.8488753199039529	PS1132	0	0	True	True	1.0	45	rep_cluster_1867				non-mobilizable	plasmid	2374.0	98.35700000000001	100.0	0.8545192653943104	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0103_000000009855	2814	0.9988713080990308	3	3	1	3	0	True	35143	maximal	True	ISR0103_000000009855	0.9964463917938646		8	2	True	True	1.0	24	rep_cluster_1867				non-mobilizable	plasmid	2362.0	82.684	100.0	0.8379546272956427	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
SPA0008_000000010659	2814	0.9988713080990308	3	3	1	3	0	True	35143	maximal	False	ISR0103_000000009855	0.9960394800140495		0	0	True	True	0.9996446371078491	15	rep_cluster_1867				non-mobilizable	plasmid	2442.0	83.088	99.0	0.8667626935541952	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
FIJ0021_000000008412	5880	0.9988703589351698	8	5	1	2	4	False	49690	maximal	True	FIJ0021_000000008412	1.0		2	1	True	True	1.0	12					non-mobilizable	no_good_hit	2254.0	98.713	66.0	0.015003930869988141	CP034322.1	enterobacteria	Klebsiella pneumoniae strain 33 plasmid pK033_1, complete sequence	True	True
ISR0217_000000000176	57142	0.998870124074728	42	26	19	23	15	True	130794	maximal	False	ISR0131_000000000086	0.9603539717471596		0	0	True	True	0.9998074769973755	10					non-mobilizable	no_good_hit	541.0	99.815	1.0	0.9981481481481481	KU544993.1	bacteria	Uncultured bacterium clone AX_01B_000_Contig_4 genomic sequence	True	True
MAD0105_000000008920	3677	0.9988698539163255	6	5	3	5	4	False	107351	maximal	True	MAD0105_000000008920	1.0		2	1	False	False	0.9994561076164246	0					non-mobilizable	chromosome	1686.0	95.90700000000001	100.0	0.0003499397937411243	CP028166.1	enterobacteria	Escherichia coli strain CFSAN064036 chromosome, complete genome	False	False
SPA0050_000000003716	6785	0.9988697969201904	6	6	6	5	5	False	6599	maximal	True	SPA0050_000000003716	1.0		4	1	False	False	0.9974944591522217	0					non-mobilizable	no_good_hit	107.0	80.374	2.0	3.13124084149689e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0109_000000004236	5840	0.9988691700366656	7	5	3	4	3	True	126575	maximal	True	SPA0109_000000004236	1.0	PS315|PS84|PS971|PS972	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1807.0	86.663	55.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0196_000000008202	2382	0.9988691079984594	3	2	1	2	2	False	86114	fragment	False	ISR0084_000000008032	0.2039389687847133		0	0	False	False	0.9995802044868469	0					non-mobilizable	no_good_hit	205.0	99.024	9.0	0.000836988319089488	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0339_000000007479	1973	0.9988691079984594	3	2	1	2	2	False	29577	fragment	False	ISR0339_000000007479	1.0		0	0	False	False	0.9984794855117798	0					non-mobilizable	no_good_hit	80.0	100.0	4.0	0.00032412782945132133	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0036_000000006374	5491	0.9988683752075009	6	4	1	4	1	False	47980	fragment	False	FIJ0036_000000006374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
MAD0022_000000007159	1844	0.998867797012062	4	1	1	1	1	False	19281	fragment	False	MAD0022_000000007159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	91.83200000000001	32.0	0.00799276929075249	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0009_000000007115	4924	0.9988674336164491	5	5	5	5	5	False	51310	maximal	False	FIJ0052_000000005529	0.9865640915037813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	97.244	18.0	0.024888058676482708	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
FIJ0112_000000005187	4889	0.9988674336164491	5	5	5	5	5	False	51310	maximal	False	FIJ0052_000000005529	0.9896992063510538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	97.244	18.0	0.024888058676482708	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
FIJ0052_000000005529	4886	0.9988674336164491	5	5	5	5	5	False	51310	maximal	True	FIJ0052_000000005529	0.9900429253223345		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	97.244	19.0	0.024888058676482708	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0206_000000007627	3381	0.9988673454181624	4	4	4	4	2	False	32972	fragment	False	ISR0206_000000007627	1.0		0	0	False	False	0.9955634474754333	0					non-mobilizable	plasmid	2734.0	95.90299999999999	99.0	0.04156776824295539	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
MAD0099_000000003768	6578	0.9988668065422156	6	5	2	2	5	False	64948	maximal	True	MAD0099_000000003768	1.0		2	1	False	False	0.9981757402420044	0					non-mobilizable	no_good_hit	3199.0	94.99799999999999	50.0	0.04748180062397861	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
ISR0150_000000003178	6723	0.9988655993600246	8	8	4	4	7	True	127282	maximal	True	ISR0150_000000003178	0.9990388880674257	PS757|PS758|PS996	0	0	True	True	0.999702513217926	14	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4500.0	99.73299999999999	73.0	0.9183340138832177	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
SPA0061_000000006433	2693	0.9988652623341809	3	3	3	2	2	False	6240	fragment	False	SPA0061_000000006433	0.9578768417075936		0	0	False	False	1.0	0					non-mobilizable	plasmid	2693.0	100.0	100.0	0.01384837775411413	CP049349.1	enterobacteria	Escherichia coli strain 3R plasmid p3R-1, complete sequence	False	True
FIJ0082_000000002316	9733	0.9988651018995178	13	6	4	6	5	True	48606	maximal	True	FIJ0082_000000002316	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.458	9.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
SPA0016_000000009496	3429	0.9988648768936202	6	5	2	4	4	False	117192	fragment	False	SPA0016_000000009496	1.0		0	0	False	False	0.9979586005210876	0					non-mobilizable	no_good_hit	181.0	77.90100000000001	5.0	8.177750849022456e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
MON0005_000000045468	1208	0.9988645398308972	3	1	1	1	1	False	14088	fragment	False	MON0005_000000045468	1.0		0	0	False	False	0.931291401386261	0					non-mobilizable	no_good_hit	674.0	94.36200000000001	56.0	0.010239790639644574	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
MAD0107_000000003506	9704	0.9988638817275826	14	10	6	9	5	False	108006	backbone	True	MAD0107_000000003506	1.0	PS666	1	1	True	True	0.995259702205658	9					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.476690217238755e-06	NZ_GG657754.1	high GC Gram+	Streptomyces himastatinicus ATCC 53653 supercont1.1, whole genome shotgun sequence	True	True
ISR0086_000000007357	3452	0.9988632327651268	4	3	1	3	1	True	130984	backbone	False	CAN0021_000000012375	0.982750074533673	PS1131	0	0	True	True	1.0	150					non-mobilizable	no_good_hit	2057.0	95.041	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
AST0025_000000010142	3369	0.9988632327651268	4	3	1	3	1	True	120481	maximal	False	ENG0076_000000003474	0.9370312238296652		0	0	True	True	1.0	113					non-mobilizable	no_good_hit	2073.0	87.12	62.0	0.7364061937342455	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0059_000000000551	20615	0.9988632124367444	25	13	12	11	8	True	111607	maximal	True	ENG0059_000000000551	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7761.0	99.35600000000001	85.0	0.16795843256116041	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
CAN0021_000000013395	3179	0.9988624152828814	5	2	2	2	2	False	91622	fragment	False	CAN0021_000000013395	1.0		0	0	False	False	0.998427152633667	0					non-mobilizable	no_good_hit	399.0	84.712	21.0	0.006964874348704498	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0284_000000001655	4860	0.9988613984049368	5	3	3	3	2	False	69810	maximal	True	ISR0284_000000001655	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	84.544	58.0	0.026027795806011236	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MON0099_000000017620	1948	0.9988612170199124	3	2	2	2	2	False	13510	maximal	True	MON0099_000000017620	1.0		0	0	False	False	0.9224845767021179	0					non-mobilizable	no_good_hit	207.0	98.068	11.0	0.0004685257586819415	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	True	False
TAN0002_000000006508	4735	0.9988611161414326	6	3	1	3	1	True	3066	maximal	True	TAN0002_000000006508	1.0		2	1	True	True	0.9904962778091431	3					non-mobilizable	no_good_hit								True	True
MON0032_000000000813	13644	0.9988608881776796	18	4	1	3	3	False	43950	fragment	False	MON0032_000000000813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
FIJ0122_000000001316	12844	0.9988607467607143	18	18	2	4	18	False	41448	fragment	False	FIJ0122_000000001316	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12769.0	100.0	100.0	0.0027153784463007755	CP010226.1	enterobacteria	Escherichia coli strain S1, complete genome	False	False
MAD0013_000000001869	8725	0.9988607428876328	16	4	3	4	3	False	49868	maximal	True	MAD0013_000000001869	1.0		1	1	False	False	0.9995415210723877	0					non-mobilizable	no_good_hit	301.0	91.694	13.0	0.005245808669762166	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0046_000000001980	10252	0.998859744050706	11	4	3	4	3	True	53390	maximal	True	MAD0046_000000001980	0.9905742627282651		3	2	True	True	1.0	22					non-mobilizable	no_good_hit	680.0	70.294	6.0	0.05619236404378178	CP021604.1	other sequences	Unidentified plasmid plasmid FAKO03_2027, complete sequence	True	True
MAD0015_000000001132	9991	0.998859744050706	11	4	3	4	3	True	53390	maximal	False	MAD0046_000000001980	0.9792168548114565		0	0	False	True	0.9998999238014221	0					non-mobilizable	no_good_hit	680.0	70.294	7.0	0.05619236404378178	CP021604.1	other sequences	Unidentified plasmid plasmid FAKO03_2027, complete sequence	True	True
SPA0140_000000012187	1780	0.9988582660643665	4	1	1	1	1	False	3481	fragment	False	SPA0140_000000012187	1.0		0	0	False	False	0.9792134761810303	0					non-mobilizable	no_good_hit	63.0	98.413	4.0	1.1778314640958026e-05	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
FIJ0075_000000000148	55765	0.9988581381308276	94	25	10	16	14	True	93516	maximal	True	FIJ0075_000000000148	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	8631.0	88.35600000000001	62.0	0.1518626165242973	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0178_000000001039	11440	0.998858076120974	11	8	6	6	7	False	29724	maximal	True	ISR0178_000000001039	1.0		1	1	False	False	0.9996503591537476	0					non-mobilizable	no_good_hit	3790.0	98.47	40.0	0.3296415801866225	CP053237.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-3, complete sequence	True	False
ISR0003_000000002681	8046	0.9988579786696428	11	10	3	5	6	True	130681	maximal	True	ISR0003_000000002681	1.0	PS1043|PS1115|PS1117|PS1118|PS122|PS757|PS758|PS827|PS829|PS830|PS996	0	0	True	True	1.0	1	rep_cluster_1143,rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4630.0	99.59	84.0	0.656595744680851	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
MAD0095_000000007087	4040	0.9988574403812972	7	4	4	3	2	True	19937	maximal	True	MAD0095_000000007087	1.0		1	1	False	False	0.9982673525810242	0					non-mobilizable	no_good_hit	383.0	74.935	9.0	0.006699039449898983	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0033_000000000484	35298	0.9988550173827696	28	18	7	17	11	True	51487	fragment	False	FIJ0033_000000000484	0.9392227063274314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	True
ISR0159_000000019355	1365	0.998854952490672	2	1	1	1	1	False	30467	maximal	True	ISR0159_000000019355	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	87.728	60.0	0.012415555961292679	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0855_000000004332	3270	0.9988547532509364	5	3	3	2	2	False	20486	maximal	True	ISR0855_000000004332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	99.205	15.0	0.09758472925594079	NZ_LT635847.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0095_000000010889	2781	0.9988547445367892	5	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.30571069105153204		0	0	False	False	0.9946062564849854	0					non-mobilizable	other	2734.0	96.37899999999999	98.0	0.000779748904869492	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0334_000000004334	4257	0.9988543261024784	4	3	1	2	2	False	93050	fragment	False	ISR0334_000000004334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	73.967	6.0	0.0001041355091007788	NC_017187.1	e-proteobacteria	Arcobacter butzleri ED-1, complete genome	True	False
ISR0022_000000011389	2243	0.9988529497638576	6	5	3	4	4	False	92142	fragment	False	ENG0120_000000009159	0.926595744680851		0	0	False	False	0.9950958490371704	0					non-mobilizable	no_good_hit								True	False
ENG0019_000000004135	5151	0.9988518847461132	5	5	5	5	4	True	114096	maximal	True	ENG0019_000000004135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2160.0	99.63	64.0	0.2670377241805813	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0069_01_000000001939	23852	0.9988515363900328	28	17	10	13	13	True	113835	fragment	False	USA0069_01_000000001939	1.0		0	0	False	False	0.9998742341995239	0					non-mobilizable	no_good_hit	1460.0	76.781	25.0	0.014412971674507056	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
ISR0326_000000001704	7969	0.9988511084519988	8	8	4	3	8	True	132558	fragment	False	ISR0326_000000001704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4216.0	99.834	70.0	0.08259991767450066	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	True	True
FIJ0028_000000006278	4805	0.9988509310113324	7	6	6	5	4	False	83718	maximal	True	FIJ0028_000000006278	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2205.0	99.00200000000001	46.0	0.00045200406249679413	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	True	False
FIJ0078_000000005945	4206	0.9988505796992576	7	5	3	5	4	False	46483	fragment	False	FIJ0078_000000005945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	21.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0286_000000019470	1122	0.9988489921575681	2	1	1	1	1	False	26004	maximal	True	ISR0286_000000019470	1.0		0	0	False	False	0.9848484992980957	0					non-mobilizable	no_good_hit	909.0	88.119	81.0	0.03922930046866863	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
AST0050_000000009578	1427	0.9988477156105086	4	2	2	2	2	False	114718	maximal	True	AST0050_000000009578	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	87.714	44.0	0.016416400840270753	NZ_NFLJ01000029.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_29, whole genome shotgun sequence	True	False
USA0086_01_000000010912	1562	0.9988466804477824	1	1	1	1	1	False	106764	fragment	False	ISR0368_000000008328	0.9762847818255027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0370_000000000922	20385	0.9988466243646962	17	8	7	8	5	True	74861	fragment	False	SPA0008_000000000593	0.9576196281423776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	90.51700000000001	1.0	0.20353982300884957	KX125104.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_1 genomic sequence	True	True
MAD0098_000000007106	5703	0.9988458775530336	8	8	1	2	8	False	56700	maximal	True	MAD0098_000000007106	1.0		1	1	True	True	0.9998246431350708	10	rep_cluster_2358				non-mobilizable	no_good_hit	3728.0	98.015	72.0	0.8107166194728818	CP034050.1	enterobacteria	Klebsiella pneumoniae strain KP_NORM_BLD_2014_104014 plasmid unnamed5, complete sequence	True	True
MON0107_000000006138	7463	0.9988451884964726	5	5	4	5	4	False	98036	maximal	True	MON0107_000000006138	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5640.0	100.0	100.0	0.07701237333041983	LR536427.1	enterobacteria	Salmonella enterica isolate 20-56 genome assembly, plasmid: 1	False	True
AUS0004_000000004044	5305	0.9988450576779184	6	5	4	5	5	False	102527	maximal	True	AUS0004_000000004044	0.9989414934565051		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	76.75399999999999	26.0	0.006006442808311479	NZ_OAOF01000007.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ENG0121_000000003525	5196	0.9988450576779184	6	5	4	5	5	False	102527	maximal	False	AUS0004_000000004044	0.988124410933082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	76.896	27.0	0.006006442808311479	NZ_OAOF01000007.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0038_000000000150	59054	0.9988446476929628	99	31	13	23	15	True	36661	maximal	True	ISR0038_000000000150	1.0		2	1	True	True	1.0	16					non-mobilizable	no_good_hit	6747.0	88.17299999999999	46.0	0.11882819976606529	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0017_000000020365	1414	0.9988442954314268	2	2	2	2	1	False	75191	fragment	False	DEN0017_000000020365	1.0		0	0	False	False	0.9441301226615906	0					non-mobilizable	no_good_hit	208.0	98.07700000000001	15.0	0.0030095520565272386	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0068_000000000202	22538	0.9988441812187472	25	21	7	15	12	True	89403	maximal	True	CHI0068_000000000202	1.0		1	1	False	False	0.9996894001960754	0					non-mobilizable	no_good_hit	560.0	89.286	2.0	0.08618563058896084	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ISR0825_000000007547	3047	0.9988439542512688	4	4	4	4	3	False	116242	fragment	False	ISR0825_000000007547	1.0		0	0	False	False	0.9996718168258667	0					non-mobilizable	no_good_hit	1757.0	77.803	57.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
MAD0042_000000004765	4406	0.9988439088427518	8	3	2	3	1	True	18157	backbone	True	MAD0042_000000004765	1.0	PS41	1	1	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
SPA0157_000000000435	9089	0.9988438456256896	8	6	2	5	3	False	90312	fragment	False	SPA0157_000000000435	0.9992683819046457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	88.119	1.0	4.154981673104033e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0380_000000003018	3674	0.99884326585268	4	2	1	2	1	False	23192	maximal	True	ISR0380_000000003018	1.0		0	0	False	False	0.9997278451919556	0					non-mobilizable	no_good_hit								True	False
MON0009_000000003021	7396	0.9988430122124098	11	3	1	2	3	False	43947	fragment	False	MON0009_000000003021	0.9759373251259094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000006549	4062	0.998842682346067	6	2	2	1	1	False	131201	fragment	False	ISR0812_000000008564	0.835215106130673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	100.0	3.0	3.161540225169239e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0779_000000008214	3982	0.998842682346067	6	2	2	1	1	False	131201	fragment	False	ISR0812_000000008564	0.8309480023142465		0	0	False	False	0.9974886775016785	0					non-mobilizable	no_good_hit	67.0	92.537	2.0	0.0007545835052761893	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	True	False
SPA0009_000000009607	3629	0.998842682346067	6	2	2	1	1	False	131198	fragment	False	SPA0009_000000009607	1.0		0	0	False	False	0.9980710744857788	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.0011169956668271544	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0095_000000009870	3045	0.998842682346067	6	2	2	1	1	False	131197	fragment	False	MON0095_000000009870	1.0		0	0	False	False	0.9954022765159607	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	8.762817387125726e-06	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	True	False
USA0039_01_000000008152	2807	0.998842682346067	5	2	2	1	1	False	131195	fragment	False	USA0039_01_000000008152	1.0		0	0	False	False	0.9953687191009521	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0015021665864227251	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AUS0018_000000009086	3040	0.9988422154365348	5	5	4	2	2	True	120813	fragment	False	AUS0018_000000009086	0.9831649831649831		0	0	False	False	0.9950658082962036	0					non-mobilizable	no_good_hit	667.0	72.564	37.0	0.00011459166737098196	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	True
SPA0025_000000003026	6553	0.9988421875158602	5	4	4	4	3	True	106679	fragment	False	SPA0025_000000003026	1.0		0	0	False	False	0.994048535823822	0					non-mobilizable	no_good_hit	5353.0	92.602	82.0	0.4864471529925414	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
CHI0176_000000001753	5850	0.9988421875158602	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.8084735843771176		0	0	False	False	0.9981196522712708	0					non-mobilizable	other	5864.0	92.22399999999999	100.0	0.532745133709296	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CAN0004_000000004448	5472	0.9988421875158602	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.702057100902613		0	0	False	False	0.9996345043182373	0					non-mobilizable	other	5477.0	92.788	100.0	0.49772603238129887	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0053_000000005858	5410	0.9988421875158602	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.6979693140173426		0	0	False	False	0.9972273707389832	0					non-mobilizable	other	5406.0	92.508	99.0	0.49126796434418774	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0083_01_000000005892	5237	0.9988421875158602	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.5969545988160905		0	0	False	False	0.9996181130409241	0					non-mobilizable	other	5223.0	92.648	99.0	0.4745315626705476	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0116_000000003538	5224	0.9988421875158602	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.5957876656386646		0	0	False	False	0.9994257092475891	0					non-mobilizable	other	5209.0	92.571	99.0	0.473349099508823	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0143_000000003649	5338	0.9988419150038544	4	3	3	3	2	False	126075	maximal	False	SPA0133_000000004149	0.965172352205751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1628.0	82.125	44.0	0.026822754832966627	NZ_VULP01000018.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq18, whole genome shotgun sequence	True	False
SPA0092_000000002874	11376	0.9988417548815096	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8284282025966674		0	0	False	False	1.0	0					non-mobilizable	plasmid	11376.0	99.895	100.0	0.11571836946459273	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0156_000000001096	11337	0.9988417548815096	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417375057592253		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	99.991	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0088_000000001722	11186	0.9988417548815096	17	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8277433478881132		0	0	False	False	1.0	0					non-mobilizable	plasmid	11186.0	99.866	100.0	0.14697610849738482	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ISR0003_000000001870	10945	0.9988417548815096	17	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8242208744038		0	0	False	False	1.0	0					non-mobilizable	other	10867.0	99.991	99.0	0.10843445633083187	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0012_000000002043	10919	0.9988417548815096	17	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.826153821986935		0	0	False	False	1.0	0					non-mobilizable	other	10919.0	100.0	100.0	0.10895337697589015	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0013_000000001848	10919	0.9988417548815096	17	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.826153821986935		0	0	False	False	1.0	0					non-mobilizable	other	10919.0	100.0	100.0	0.10895337697589015	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0075_000000000670	10653	0.9988417548815096	16	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.809752881012338		0	0	False	False	0.9999061226844788	0					non-mobilizable	plasmid	10202.0	99.902	100.0	0.13405787578521303	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0140_000000002839	10537	0.9988417548815096	16	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.7875876989514322		0	0	False	False	1.0	0					non-mobilizable	plasmid	10162.0	99.902	100.0	0.13353221016111652	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ISR0023_000000006229	4425	0.9988393298678032	5	1	1	1	1	False	37554	fragment	False	ISR0023_000000006229	1.0		0	0	False	False	0.9968361854553223	0					non-mobilizable	no_good_hit	56.0	98.214	1.0	0.00939207650273224	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	False
SPA0038_000000010404	2719	0.9988375520036358	4	4	3	4	3	False	117191	fragment	False	SPA0038_000000010404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	77.90100000000001	7.0	8.177750849022456e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0104_000000010487	2385	0.998836849688552	4	3	2	3	2	False	44748	fragment	False	ISR0104_000000010487	1.0		0	0	False	False	0.9974842667579651	0					non-mobilizable	no_good_hit								True	False
ISR0016_000000010761	1998	0.998836849688552	3	3	2	3	2	False	44744	fragment	False	ISR0016_000000010761	0.9932304963577647		0	0	False	False	0.9989989995956421	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000009143	1863	0.998836849688552	3	3	2	3	2	False	44744	fragment	False	ISR0016_000000010761	0.9789613461677346		0	0	False	False	0.9930220246315002	0					non-mobilizable	no_good_hit								True	False
MAD0034_000000008790	1789	0.998836849688552	3	3	2	3	2	False	44744	fragment	False	ISR0016_000000010761	0.7387881408310952		0	0	False	False	0.9988820552825928	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000003358	10928	0.9988365381066078	15	10	5	7	8	True	124107	fragment	False	USA0003_01_000000003358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5211.0	95.20200000000001	84.0	0.0014636145095682956	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0041_000000002878	7963	0.9988355842951882	5	5	3	5	4	False	18302	maximal	True	MAD0041_000000002878	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2049.0	90.874	38.0	0.526275115919629	LN854291.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1792	True	False
AST0055_000000014871	2351	0.9988343315208656	4	4	4	3	4	False	113822	maximal	True	AST0055_000000014871	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	95.105	72.0	0.00017082350483587987	AP022201.1	enterobacteria	Klebsiella sp. WP7-S18-ESBL-04 DNA, complete genome, strain: WP7-S18-ESBL-04	True	False
ISR0279_000000002538	6530	0.9988340439920392	9	5	4	5	4	False	122383	fragment	False	ISR0279_000000002538	0.9866772402854878		0	0	False	False	1.0	0					non-mobilizable	virus	6532.0	97.994	100.0	0.3069474475886058	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	False	False
MON0031_000000000074	82095	0.9988339934547056	92	47	22	29	36	True	117145	maximal	True	MON0031_000000000074	1.0		2	1	False	False	0.9999756217002869	0					non-mobilizable	no_good_hit	23960.0	99.32799999999999	85.0	0.12899977382632016	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
CHI0151_000000004857	4985	0.9988328999909104	8	7	5	7	5	False	79526	maximal	True	CHI0151_000000004857	1.0		1	1	True	True	1.0	148	Col(Ye4449)	MOBP			mobilizable	no_good_hit	3766.0	89.618	75.0	0.8561331509347925	CP056363.1	enterobacteria	Citrobacter sp. RHBSTW-00667 plasmid pRHBSTW-00667_3, complete sequence	True	True
ISR0360_000000013352	1853	0.9988326644706848	4	2	1	2	1	False	34491	fragment	False	ISR0360_000000013352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0063_000000008796	2289	0.9988321062555664	4	2	2	2	2	False	67321	maximal	True	ISR0063_000000008796	1.0		1	1	False	False	0.9991262555122375	0					non-mobilizable	no_good_hit								True	False
ITA0002_000000002418	3296	0.9988317659169946	3	3	1	3	0	True	20434	maximal	True	ITA0002_000000002418	1.0		1	1	True	True	0.9993932247161865	12					non-mobilizable	no_good_hit	95.0	80.0	3.0	0.0660377358490566	HG796590.1	bacteria	Uncultured bacterium plasmid pRGI01759	True	True
ISR0267_000000005776	2833	0.9988317659169946	3	3	1	3	0	True	121072	backbone	False	CHI0144_000000005158	0.9632088600941136	PS470|PS848	0	0	True	True	1.0	133	rep_cluster_1683	MOBV			mobilizable	plasmid	2013.0	97.46600000000001	100.0	0.7246846846846847	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0168_000000007259	2814	0.9988317659169946	3	3	1	3	0	True	121072	backbone	False	CHI0144_000000005158	0.9632749882097598	PS470|PS848	0	0	True	True	1.0	9	rep_cluster_1683	MOBV			mobilizable	plasmid	1847.0	97.23899999999999	100.0	0.6635412910205554	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0858_000000004276	2254	0.9988316279075382	3	3	3	3	1	False	43893	fragment	False	ISR0858_000000004276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	93.085	25.0	0.1992920353982301	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
FIJ0154_000000016092	2328	0.9988311286878142	3	3	3	3	2	False	83715	fragment	False	FIJ0154_000000016092	1.0		0	0	False	False	0.9935566782951355	0					non-mobilizable	no_good_hit	1520.0	97.368	70.0	0.0037037669187048763	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0126_000000018923	2016	0.9988311286878142	4	3	3	3	2	False	83714	fragment	False	FIJ0101_000000013569	0.9811325183833238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1546.0	97.477	82.0	0.003767162534166579	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
AST0113_000000005942	5697	0.9988303647273018	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.7544841134493137		0	0	False	False	1.0	0					non-mobilizable	other	5637.0	92.425	99.0	0.5121884664362379	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
MON0031_000000006700	5254	0.9988303647273018	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.5976441271831657		0	0	False	False	0.9969546794891357	0					non-mobilizable	other	5239.0	92.556	99.0	0.47607786065126434	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0195_000000001557	11289	0.9988294025019644	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8367594422770607		0	0	False	False	1.0	0					non-mobilizable	other	11289.0	99.805	100.0	0.11263571770716908	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CAN0001_000000006012	7619	0.9988290495430612	12	11	4	6	11	True	97969	maximal	True	CAN0001_000000006012	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	7619.0	99.921	100.0	0.03941207816194236	CP059908.1	enterobacteria	Escherichia coli strain 181.1 plasmid p1, complete sequence	False	True
AUS0018_000000002257	11125	0.9988287351026758	19	10	9	8	8	False	123921	fragment	False	AUS0018_000000002257	0.991062471500228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7364.0	98.77799999999999	87.0	0.07486342689142311	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0155_000000002344	11744	0.9988280836892758	12	7	5	6	6	True	128650	maximal	False	ISR0154_000000002154	0.954753945424862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2267.0	78.827	35.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0016_000000002975	11896	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8454060690063153		0	0	False	False	1.0	0					non-mobilizable	plasmid	11896.0	99.98299999999999	100.0	0.12100835206868839	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0005_01_000000002715	11867	0.9988279333589052	19	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8433718115138578		0	0	False	False	1.0	0					non-mobilizable	plasmid	10650.0	99.803	100.0	0.13994533077509397	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ISR0774_000000001768	11835	0.9988279333589052	19	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8448619249467368		0	0	False	False	1.0	0					non-mobilizable	plasmid	11835.0	99.992	100.0	0.15551817488895314	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ISR0151_000000000958	11827	0.9988279333589052	19	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8451372745794584		0	0	False	False	1.0	0					non-mobilizable	other	11827.0	99.848	100.0	0.11800455053488744	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CAN0014_000000003440	11748	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8451264043245367		0	0	False	False	1.0	0					non-mobilizable	plasmid	11748.0	99.98299999999999	100.0	0.119502741635215	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0063_01_000000001812	11737	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8451367912116815		0	0	False	False	1.0	0					non-mobilizable	other	11737.0	100.0	100.0	0.11711639789238384	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0127_000000001481	11616	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8446768798799323		0	0	False	False	1.0	0					non-mobilizable	other	11616.0	99.897	100.0	0.11589893022513173	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0200_000000001457	11615	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8445922714942238		0	0	False	False	1.0	0					non-mobilizable	other	11616.0	99.88799999999999	100.0	0.11589893022513173	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0093_01_000000001573	11556	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8443149368018251		0	0	False	False	1.0	0					non-mobilizable	other	11555.0	99.931	100.0	0.11529019639150567	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CAN0018_000000002653	11417	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8433017745981392		0	0	False	False	1.0	0					non-mobilizable	other	11414.0	99.991	100.0	0.113893102347118	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0008_000000000814	11416	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.843287501683612		0	0	False	False	1.0	0					non-mobilizable	plasmid	11416.0	100.0	100.0	0.11612529120336931	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0042_000000001568	11397	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8431239180400087		0	0	False	False	1.0	0					non-mobilizable	other	11397.0	100.0	100.0	0.11372345521315663	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0018_000000001780	11392	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8431916916090174		0	0	False	False	0.9999122023582458	0					non-mobilizable	other	11392.0	100.0	100.0	0.11367355899728565	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0130_000000002115	11391	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.84319171487111		0	0	False	False	1.0	0					non-mobilizable	other	11391.0	100.0	100.0	0.11366357975411145	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0158_000000001144	11379	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430655982054039		0	0	False	False	1.0	0					non-mobilizable	other	11379.0	100.0	100.0	0.11354382883602107	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0126_000000004200	11378	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430662651922147		0	0	False	False	1.0	0					non-mobilizable	other	11378.0	100.0	100.0	0.11353384959284687	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0091_000000001768	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430555062708505		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	100.0	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0123_000000001039	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8428576175444299		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	99.965	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0259_000000001076	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430650699425801		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	100.0	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0132_000000002770	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430254408562555		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	99.991	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0013_000000001677	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8429393964526889		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	99.98200000000001	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0024_000000002051	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430555062708505		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	100.0	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0182_000000002069	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430555062708505		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	100.0	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MON0031_000000003029	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8425380000133927		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	100.0	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0152_000000000398	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430254408562555		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	99.991	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0148_000000002391	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8429697645797265		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	99.991	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0395_000000003082	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430555062708505		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	100.0	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0205_000000001378	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430555062708505		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	100.0	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0055_000000001079	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430555062708505		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	100.0	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0328_000000001818	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430650699425801		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	100.0	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0007_000000002049	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430224341616411		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	99.991	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0184_000000000620	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430555062708505		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	100.0	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0130_000000002787	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8429867985689075		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	99.991	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0120_000000000915	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8429656226124788		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	99.98200000000001	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0047_000000001200	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430650699425801		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	100.0	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0045_000000002078	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8425380000133927		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	100.0	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0197_000000001069	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430555062708505		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	100.0	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0023_000000001603	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430555062708505		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	100.0	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0186_000000001561	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8429896572469824		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	99.991	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0087_01_000000000826	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430171484667921		0	0	False	False	1.0	0					non-mobilizable	other	11377.0	99.991	100.0	0.11352387034967268	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0097_000000000356	11377	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8430650699425801		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	100.0	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0160_000000001515	11376	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8429908475721041		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	99.991	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0086_000000002006	11371	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8424683312503048		0	0	False	False	1.0	0					non-mobilizable	plasmid	11377.0	99.93799999999999	100.0	0.11572854250806214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0060_01_000000001543	11351	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.841924000695273		0	0	False	False	1.0	0					non-mobilizable	other	11351.0	100.0	100.0	0.11326441002714355	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0053_01_000000001779	11348	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8418492905267765		0	0	False	False	1.0	0					non-mobilizable	other	11348.0	100.0	100.0	0.11323447229762094	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0082_01_000000002325	11340	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417330417945839		0	0	False	False	1.0	0					non-mobilizable	other	11340.0	99.991	100.0	0.11315463835222736	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0161_000000002257	11339	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417814101743638		0	0	False	False	1.0	0					non-mobilizable	other	11339.0	100.0	100.0	0.11314465910905316	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0062_000000002164	11339	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417756489020887		0	0	False	False	0.9993826746940613	0					non-mobilizable	plasmid	11339.0	99.991	100.0	0.11534196685622437	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0130_01_000000003383	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0169_000000001150	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0053_000000002354	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417102308306476		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	99.991	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0203_000000000985	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
AUS0014_000000002721	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417808819115399		0	0	False	False	1.0	0					non-mobilizable	plasmid	11337.0	100.0	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0129_000000001579	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0157_000000000673	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.841695142337298		0	0	False	False	1.0	0					non-mobilizable	plasmid	11337.0	99.991	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0192_000000000926	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0117_01_000000002233	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8415694688474072		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	99.97399999999999	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0090_000000001584	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0040_000000002474	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0120_000000003589	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417808819115399		0	0	False	False	1.0	0					non-mobilizable	plasmid	11337.0	100.0	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0094_000000001486	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8416855786655675		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	99.991	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0060_000000001951	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0058_000000001073	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0005_000000000928	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417808819115399		0	0	False	False	0.9992061257362366	0					non-mobilizable	plasmid	11337.0	100.0	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0030_01_000000001367	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0317_000000001248	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0127_000000002323	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8416861538204856		0	0	False	False	0.9999117851257324	0					non-mobilizable	other	11337.0	99.991	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0122_000000002190	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0185_000000001447	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.84158981798631		0	0	False	False	1.0	0					non-mobilizable	plasmid	11337.0	99.956	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0211_000000002907	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417371310279241		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	99.991	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
DEN0069_000000002547	11337	0.9988279333589052	19	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.841649188097567		0	0	False	False	1.0	0					non-mobilizable	plasmid	11337.0	99.98200000000001	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0135_000000001688	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8417713182398102		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	100.0	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0105_000000000924	11337	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.84169256822185		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	99.991	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0154_000000002026	11323	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8407400701178094		0	0	False	False	1.0	0					non-mobilizable	other	11323.0	99.991	100.0	0.11298499121826601	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0009_000000002690	11315	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.840420240880238		0	0	False	False	1.0	0					non-mobilizable	plasmid	11315.0	99.991	100.0	0.11509781381295842	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0804_000000001675	11297	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8398255828656263		0	0	False	False	1.0	0					non-mobilizable	other	11297.0	99.991	100.0	0.11272553089573686	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0144_000000001921	11278	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8394912581551924		0	0	False	False	1.0	0					non-mobilizable	plasmid	11272.0	99.814	99.0	0.11466037294377358	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0036_000000000867	11277	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8383301612590631		0	0	False	False	0.9994679689407349	0					non-mobilizable	plasmid	11277.0	99.991	100.0	0.11471123816112067	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AST0153_000000002250	11269	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8366900499058157		0	0	False	False	1.0	0					non-mobilizable	other	11269.0	99.991	100.0	0.11244611208685933	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0375_000000001046	11261	0.9988279333589052	18	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8305013020440521		0	0	False	False	0.9999111890792847	0					non-mobilizable	plasmid	11146.0	99.964	100.0	0.11337856946662733	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0830_000000001384	11234	0.9988279333589052	19	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8349880169579064		0	0	False	False	1.0	0					non-mobilizable	plasmid	11234.0	99.991	100.0	0.11427379729193583	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0154_000000002156	11061	0.9988279333589052	17	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8336900964391755		0	0	False	False	1.0	0					non-mobilizable	plasmid	11061.0	100.0	100.0	0.11251386077172708	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0119_000000000679	11021	0.9988279333589052	17	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8322398938420015		0	0	False	False	1.0	0					non-mobilizable	plasmid	11021.0	99.98200000000001	100.0	0.11210693903295049	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
DEN0051_000000042264	1165	0.9988269523362387	2	1	1	1	1	False	72392	fragment	False	DEN0051_000000042264	1.0		0	0	False	False	0.9622317552566528	0					non-mobilizable	no_good_hit								True	False
ISR0339_000000013637	1154	0.9988269523362387	2	1	1	1	1	False	72392	fragment	False	DEN0051_000000042264	0.9952789699570815		0	0	False	False	0.9818024039268494	0					non-mobilizable	no_good_hit								True	False
ISR0261_000000000755	16004	0.9988267785451584	15	7	5	6	5	True	58672	backbone	True	ISR0261_000000000755	0.9998277264211296	PS255|PS256	4	1	True	True	0.9999375343322754	9					non-mobilizable	no_good_hit	922.0	72.45100000000001	6.0	0.015336473986451635	NZ_FQZY01000026.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0113_000000000699	15979	0.9988267785451584	15	7	5	6	5	True	58672	backbone	False	ISR0261_000000000755	0.99828214236647	PS255|PS256	0	0	True	True	0.9998748302459717	8					non-mobilizable	no_good_hit	922.0	72.45100000000001	6.0	0.015336473986451635	NZ_FQZY01000026.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0049_000000001253	15959	0.9988267785451584	15	7	5	6	5	True	58672	backbone	False	ISR0261_000000000755	0.9983131767402112	PS255|PS256	0	0	True	True	0.9999373555183411	31					non-mobilizable	no_good_hit	922.0	72.45100000000001	6.0	0.015336473986451635	NZ_FQZY01000026.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0787_000000006765	2103	0.9988251339676713	3	1	1	1	1	False	96407	fragment	False	ISR0787_000000006765	1.0		0	0	False	False	0.996195912361145	0					non-mobilizable	no_good_hit	1155.0	95.844	77.0	0.011456171163978924	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0164_000000018033	1555	0.9988251339676713	2	1	1	1	1	False	30280	fragment	False	ISR0164_000000018033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	94.171	69.0	0.010053355060845795	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	True	False
ENG0145_000000020800	1387	0.9988249518041152	3	2	2	2	1	False	57470	fragment	False	ENG0145_000000020800	1.0		0	0	False	False	0.9963951110839844	0					non-mobilizable	no_good_hit	441.0	77.324	32.0	0.0013856317249694625	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ENG0051_000000002793	9531	0.9988244052820708	15	3	3	3	3	False	91302	maximal	True	ENG0051_000000002793	1.0		1	1	False	False	0.9983212947845459	0					non-mobilizable	no_good_hit	3214.0	89.359	53.0	0.05600255201502853	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0095_000000006562	4130	0.9988242746771988	4	4	3	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.05984017753499238	PS843	0	0	True	True	1.0	114	rep_cluster_1778,rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3707.0	99.676	100.0	0.90589098020044	CP054332.1	enterobacteria	Escherichia coli strain SCU-121 plasmid pSCU-121-4, complete sequence	False	True
MON0041_000000048720	1416	0.9988229893374394	3	2	2	2	1	False	11780	fragment	False	MON0041_000000048720	1.0		0	0	False	False	0.9992938041687012	0					non-mobilizable	no_good_hit								True	False
CHI0117_000000012111	1203	0.9988228644868248	3	1	1	1	1	False	82013	fragment	False	CHI0117_000000012111	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	93.35700000000001	95.0	0.5593137254901961	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0040_000000000390	22611	0.9988224673486265	27	24	5	18	24	True	19794	fragment	False	MAD0040_000000000390	1.0		0	0	False	False	0.9999557733535767	0			MPF_F		non-mobilizable	plasmid	9543.0	95.59899999999999	98.0	0.12826759994615694	CP058082.1	enterobacteria	Escherichia coli strain RHB01-C23 plasmid pRHB01-C23_3, complete sequence	False	True
USA0037_01_000000007687	4647	0.998822147332687	10	2	1	2	2	True	1779	fragment	False	USA0037_01_000000007687	1.0		0	0	False	False	0.9967721104621887	0					non-mobilizable	no_good_hit	46.0	100.0	1.0	1.7968741577152385e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
SPA0051_000000002005	10631	0.9988219044510379	18	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.76919378191518		0	0	False	False	1.0	0					non-mobilizable	plasmid	8457.0	98.92399999999999	98.0	0.08598256340349342	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0049_000000002010	10517	0.9988219044510379	18	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.7528654298429451		0	0	False	False	1.0	0					non-mobilizable	plasmid	8363.0	98.92399999999999	98.0	0.08502629731736844	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0115_000000001513	10508	0.9988219044510379	17	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.7400310637297536		0	0	False	False	0.9988580346107483	0					non-mobilizable	plasmid	8445.0	98.958	98.0	0.08586048688186045	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0811_000000007527	1983	0.9988212798095616	3	1	1	1	1	False	21682	fragment	False	ISR0811_000000007527	1.0		0	0	False	False	0.9737771153450012	0					non-mobilizable	no_good_hit								True	False
MON0037_000000030530	2303	0.998821140087945	3	2	1	1	2	False	39465	fragment	False	MON0060_000000015594	0.9470507050705069		0	0	False	False	0.9995657801628113	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
SPA0141_000000006827	3421	0.9988205281318108	11	2	1	1	2	False	3482	maximal	True	SPA0141_000000006827	1.0		2	1	False	False	0.9915229678153992	0					non-mobilizable	no_good_hit	525.0	96.571	22.0	0.00024337353882808427	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	True	False
ISR0368_000000008328	1568	0.9988205262386995	1	1	1	1	1	False	106764	fragment	False	ISR0368_000000008328	0.977558658853907		0	0	False	False	0.9993622303009033	0					non-mobilizable	no_good_hit								True	False
AST0111_000000014564	1299	0.9988205262386995	1	1	1	1	1	False	106762	fragment	False	SPA0132_000000027757	0.6141975308641975		0	0	False	False	0.986143171787262	0					non-mobilizable	no_good_hit								True	False
MON0029_000000029474	1128	0.9988205262386995	1	1	1	1	1	False	12534	fragment	False	SPA0101_000000033302	0.9576198630136986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0063_000000002233	5447	0.998820336566016	7	5	0	3	5	False	108862	maximal	False	ENG0123_000000001959	0.9640935004430089	PS676	0	0	True	True	1.0	139	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	3859.0	95.439	100.0	0.7057632111949917	CP033358.1	enterobacteria	Salmonella enterica subsp. enterica strain EQAS2016S1 plasmid pEQAS2016S1-3, complete sequence	False	True
DEN0070_000000017382	1953	0.9988196327601991	3	2	2	1	1	False	71647	fragment	False	DEN0070_000000017382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.0007186328010959151	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MON0004_000000009600	3719	0.998817492269612	6	6	3	4	6	True	85197	maximal	True	MON0004_000000009600	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3719.0	99.624	100.0	0.0006293970400056473	CP050200.1	enterobacteria	Escherichia coli strain RH-024-MS chromosome	False	True
FIJ0105_000000005414	5202	0.9988173208245292	9	6	3	6	2	False	44756	fragment	False	FIJ0105_000000005414	1.0		0	0	False	False	0.9967319965362549	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0009249567947812964	NZ_LPTR01000022.1	enterobacteria	Shigella boydii strain 600384 600384_23, whole genome shotgun sequence	True	False
CHI0185_000000005745	3573	0.9988161532959844	6	2	2	2	2	True	86108	maximal	False	ISR0040_000000007781	0.9446653104617918		0	0	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
ISR0167_000000011654	2548	0.998816090817722	3	3	2	3	2	False	30184	fragment	False	ISR0167_000000011654	1.0		0	0	False	False	0.9850863218307495	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000004971	3617	0.9988159896973612	6	6	3	4	4	False	67413	maximal	True	ENG0066_000000004971	1.0		1	1	False	False	0.9759469032287598	0					non-mobilizable	no_good_hit	1264.0	93.038	35.0	0.028936326324719694	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0055_000000007383	2610	0.9988158453282252	4	2	2	2	1	True	123258	backbone	False	ISR0072_000000011567	0.04097525347250871	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	948.0	81.118	49.0	0.7558609539207761	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
BAN0020_000000000146	28386	0.9988156310011572	32	31	12	16	30	False	97758	fragment	False	BAN0020_000000000146	1.0		0	0	False	False	0.9999647736549377	0	rep_cluster_488				non-mobilizable	plasmid	17575.0	99.943	100.0	0.15535456948607096	MF554642.1	bacteria	uncultured bacterium clone AA-105 plasmid pTIC, complete sequence	False	True
MAD0036_000000000980	16856	0.998815308313758	16	8	5	8	3	True	71579	fragment	False	MAD0036_000000000980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0120_000000004370	5900	0.9988150055028812	7	4	3	4	3	True	32299	maximal	True	ISR0120_000000004370	1.0		1	1	True	True	1.0	30					non-mobilizable	no_good_hit	219.0	86.758	4.0	0.041507268553940324	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
AST0007_000000004713	3981	0.998814305127251	5	1	1	1	1	False	127192	fragment	False	AST0007_000000004713	1.0		0	0	False	False	0.9974880814552307	0					non-mobilizable	no_good_hit	825.0	84.485	44.0	0.01819483920059083	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0042_000000001756	10432	0.9988140822202184	10	6	5	6	6	True	36391	maximal	True	ISR0042_000000001756	1.0		1	1	False	False	0.9967408180236816	0					non-mobilizable	chromosome	9023.0	95.35600000000001	99.0	0.004019964709927106	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	True
ENG0014_000000003404	7773	0.9988131773294412	6	5	4	5	4	False	66936	maximal	True	ENG0014_000000003404	1.0		1	1	False	False	0.9984561800956726	0					non-mobilizable	no_good_hit	2300.0	74.565	41.0	0.0006308785303142693	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	True	False
ISR0185_000000003355	8129	0.9988128011688744	11	9	3	4	7	True	130678	backbone	True	ISR0185_000000003355	0.9815207643875216	PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS1120|PS122|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS891|PS892|PS996	1	1	True	True	1.0	142	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4546.0	99.67	75.0	0.6446808510638298	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
FIJ0022_000000001461	13112	0.9988119580044742	19	10	8	8	6	False	123888	fragment	False	SPA0082_000000000937	0.8186570286167376		0	0	False	False	1.0	0					non-mobilizable	plasmid	8828.0	98.969	92.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AST0007_000000005814	3243	0.9988112611407126	5	4	4	4	3	False	127153	fragment	False	AST0007_000000005814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	78.533	17.0	0.00014333402680191624	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0135_000000005663	3278	0.9988109346860541	3	2	2	2	2	False	37491	fragment	False	ISR0135_000000005663	1.0		0	0	False	False	0.9975594878196716	0					non-mobilizable	no_good_hit	1377.0	95.64299999999999	42.0	0.03079470939730994	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
USA0017_01_000000012013	2296	0.9988109346860541	2	2	2	2	2	False	1898	fragment	False	USA0017_01_000000012013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	93.92299999999999	39.0	0.020231407918000134	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0209_000000000848	24008	0.9988109227357268	19	8	7	8	2	True	86178	fragment	False	ISR0209_000000000848	1.0		0	0	False	False	0.999916672706604	0					non-mobilizable	no_good_hit	1973.0	79.219	8.0	0.028794685882893703	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0057_000000000810	15261	0.9988107834656212	16	16	13	15	15	False	78338	maximal	True	ISR0057_000000000810	1.0		1	1	True	True	1.0	86					non-mobilizable	plasmid	6361.0	99.95299999999999	94.0	0.026869682042095836	MT570100.1	enterobacteria	Klebsiella quasipneumoniae strain 201313294 plasmid p13294-1NR	False	True
SPA0030_000000005986	4969	0.9988104055989084	9	4	1	4	3	False	103028	maximal	True	SPA0030_000000005986	1.0		1	1	False	False	0.9997987747192383	0					non-mobilizable	no_good_hit	895.0	81.676	18.0	0.11992420140768814	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	True	False
USA0011_01_000000002772	12914	0.9988102233696982	21	4	2	4	3	False	60269	maximal	False	ISR0216_000000001527	0.9285201106167535	PS123	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	660.0	78.939	5.0	0.1345005149330587	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	True
ISR0038_000000025992	1357	0.9988100994156536	4	2	2	2	2	False	36607	fragment	False	ISR0288_000000019531	0.5162549367055449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.806	19.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
FIJ0052_000000010474	2719	0.9988089180371522	5	5	3	5	4	False	46480	fragment	False	FIJ0112_000000009862	0.9991401555638454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	33.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
FIJ0144_000000011852	2659	0.9988089180371522	5	5	3	5	4	False	46480	fragment	False	FIJ0112_000000009862	0.9844424361764492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	33.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
SPA0052_000000009340	3099	0.9988088603988328	5	3	2	1	2	False	6535	fragment	False	SPA0052_000000009340	1.0		0	0	False	False	0.9854791760444641	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	0.0006656934306569343	NZ_WJID01000019.1	firmicutes	Gracilibacillus thailandensis strain TP2-8 contig19, whole genome shotgun sequence	True	False
USA0054_01_000000001062	11234	0.9988078463328228	19	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.8013069078812878		0	0	False	False	1.0	0					non-mobilizable	plasmid	8899.0	99.022	97.0	0.09047904861697474	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0847_000000001672	11137	0.9988078463328228	18	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.7979071666918734		0	0	False	False	1.0	0					non-mobilizable	plasmid	8822.0	99.014	97.0	0.0896957242698298	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0118_000000001335	11072	0.9988078463328228	19	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.8004898914937166		0	0	False	False	1.0	0					non-mobilizable	plasmid	8899.0	99.01100000000001	98.0	0.09047904861697474	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0194_000000002140	11021	0.9988078463328228	18	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.7984061101424771		0	0	False	False	0.9999092817306519	0					non-mobilizable	plasmid	8828.0	98.969	98.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CAN0012_000000004996	11016	0.9988078463328228	17	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.7991811465131042		0	0	False	False	1.0	0					non-mobilizable	plasmid	8822.0	99.00200000000001	98.0	0.0896957242698298	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0017_000000001157	10996	0.9988078463328228	18	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.798462142511192		0	0	False	False	1.0	0					non-mobilizable	plasmid	8822.0	98.991	98.0	0.0896957242698298	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0109_000000001857	10995	0.9988078463328228	18	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.7983246998352985		0	0	False	False	1.0	0					non-mobilizable	plasmid	8822.0	98.991	98.0	0.0896957242698298	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0090_01_000000000899	10743	0.9988078463328228	18	8	6	6	5	False	123888	fragment	False	SPA0082_000000000937	0.775677133350368		0	0	False	False	1.0	0					non-mobilizable	plasmid	8569.0	98.961	98.0	0.08712194427206787	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0065_000000004207	6501	0.99880771674173	15	3	1	3	2	False	118007	fragment	False	ISR0065_000000004207	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	3518.0	99.09	93.0	0.2958196652367735	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
SPA0092_000000008359	4652	0.99880771674173	10	3	1	3	2	False	118003	fragment	False	SPA0092_000000008359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2737.0	96.785	83.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
AST0019_000000005610	4645	0.998804788515284	7	4	4	4	4	True	122867	maximal	True	AST0019_000000005610	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
ISR0113_000000002619	5403	0.99880318606952	11	2	2	2	2	False	32595	fragment	False	ISR0113_000000002619	1.0		0	0	False	False	0.9987044334411621	0					non-mobilizable	no_good_hit	676.0	88.462	26.0	0.011838514160138943	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0030_000000020988	1747	0.9988023832715834	4	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.7864539698651489		0	0	False	False	0.9994276165962219	0					non-mobilizable	other	1546.0	97.348	94.0	0.003767162534166579	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0782_000000003621	3795	0.9988018658975836	7	5	1	4	3	True	33465	maximal	False	ISR0397_000000005295	0.9968273303377755		0	0	True	True	1.0	150	rep_cluster_1569				non-mobilizable	plasmid	2554.0	99.961	100.0	0.6833511777301927	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	False	True
ENG0055_000000001651	11454	0.9988013696153633	8	8	4	5	8	True	109258	maximal	True	ENG0055_000000001651	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	11454.0	99.991	100.0	0.0900272762288059	CP026404.1	enterobacteria	Escherichia coli strain ECONIH4 plasmid pECO-6357, complete sequence	False	True
ISR0346_000000002363	6835	0.9988010788724694	8	8	4	4	7	True	127264	maximal	True	ISR0346_000000002363	1.0	PS757|PS758|PS996	0	0	True	True	1.0	33	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	2940.0	99.86399999999999	72.0	0.6000816993464052	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	True	True
MAD0099_000000008603	3457	0.998801029943822	4	3	2	2	3	False	100539	fragment	False	MAD0099_000000008603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	51.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0062_000000018639	1193	0.9988003437323141	2	1	1	1	1	False	71616	maximal	True	DEN0062_000000018639	0.9914529914529915		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	76.49600000000001	19.0	3.679130744042874e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
DEN0073_000000046335	1170	0.9988003437323141	2	1	1	1	1	False	71616	maximal	False	DEN0062_000000018639	0.9819782062028499		0	0	False	False	0.9897435903549194	0					non-mobilizable	no_good_hit	234.0	76.49600000000001	20.0	3.679130744042874e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
SPA0029_000000018681	1443	0.9987997960226392	3	2	2	2	1	False	7372	fragment	False	SPA0029_000000018681	1.0		0	0	False	False	0.9965350031852722	0					non-mobilizable	no_good_hit	793.0	91.803	63.0	0.007823726648570973	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ENG0182_000000003579	7105	0.9987995943453876	6	4	4	3	3	True	129818	backbone	True	ENG0182_000000003579	1.0	PS1071	1	1	True	True	1.0	6					non-mobilizable	no_good_hit	56.0	89.286	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0041_000000001281	8369	0.9987989697192886	9	4	3	4	0	True	119519	maximal	True	ISR0041_000000001281	1.0	PS401|PS404|PS405	1	1	True	True	1.0	94					non-mobilizable	no_good_hit	904.0	89.04899999999999	36.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0023_000000003282	7920	0.9987989697192886	9	4	3	4	0	True	119520	maximal	True	ISR0023_000000003282	1.0	PS161|PS166|PS404|PS405|PS570|PS738	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	905.0	89.50299999999999	24.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0066_000000007072	2697	0.9987983552674532	4	3	2	3	2	True	62783	maximal	True	ENG0066_000000007072	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	972.0	75.82300000000001	44.0	0.15244195356285029	LT726871.1	other sequences	Shuttle vector pAM1, complete sequence	True	True
ISR0776_000000002261	11655	0.9987973615536936	12	11	6	10	9	True	22433	maximal	True	ISR0776_000000002261	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2418.0	86.352	21.0	0.05310943629071356	CP056463.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00490 plasmid pRHBSTW-00490_4, complete sequence	True	True
SPA0040_000000000713	26534	0.9987972766847892	32	19	7	14	14	True	100959	fragment	False	SPA0040_000000000713	0.9979567973883746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	83.23100000000001	5.0	0.0002005033650611114	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0229_000000002205	6501	0.9987964119628142	7	7	6	7	5	False	116246	maximal	True	ISR0229_000000002205	1.0		7	3	False	False	0.9890785813331604	0					non-mobilizable	no_good_hit	2104.0	98.241	36.0	0.016934685101825532	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
FIJ0152_000000014366	1794	0.9987960579776409	4	1	1	1	1	False	39706	maximal	True	FIJ0152_000000014366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	92.85700000000001	5.0	0.00035448887955255625	NZ_FNDE01000002.1	firmicutes	Aneurinibacillus thermoaerophilus strain L 420-91, whole genome shotgun sequence	True	False
FIJ0092_000000012577	2614	0.9987944094768624	4	3	2	3	2	False	43320	maximal	True	FIJ0092_000000012577	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.004363526933493831	NZ_CAAAIZ010000040.1	g-proteobacteria	Legionella fairfieldensis strain 1725-Aus-E, whole genome shotgun sequence	True	False
ENG0182_000000000479	30638	0.9987938894029234	29	11	7	10	8	True	110954	fragment	False	ENG0182_000000000479	1.0		0	0	False	False	0.9995104074478149	0					non-mobilizable	plasmid	10094.0	96.01700000000001	93.0	0.05421167702398518	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
USA0037_01_000000007673	4655	0.9987937823452772	5	4	4	3	3	True	110972	fragment	False	USA0037_01_000000007673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	77.827	38.0	0.010228121588231914	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ETH0005_000000000676	38373	0.998793575815636	22	11	6	10	3	True	55814	maximal	True	ETH0005_000000000676	1.0		1	1	False	False	0.9990357756614685	0					non-mobilizable	no_good_hit	51.0	90.196	0.0	0.00026219192448872575	NZ_FNPK01000006.1	g-proteobacteria	Acinetobacter kyonggiensis strain ANC 5109, whole genome shotgun sequence	True	True
FIJ0008_000000000452	30596	0.9987928569931538	34	19	9	16	11	True	127247	maximal	True	FIJ0008_000000000452	1.0	PS985|PS988|PS992	1	1	True	True	1.0	4					non-mobilizable	no_good_hit	7144.0	95.70299999999999	72.0	0.2843384086640291	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
USA0133_01_000000004704	5943	0.9987927780798994	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.8091638304077257		0	0	False	False	1.0	0					non-mobilizable	other	5875.0	92.085	99.0	0.5338366381662725	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0085_000000008457	2747	0.9987927529174668	4	4	3	3	4	False	121912	maximal	True	ISR0085_000000008457	1.0		1	1	False	False	0.9949035048484802	0					non-mobilizable	no_good_hit	715.0	92.02799999999999	26.0	0.004904118634275181	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
USA0035_01_000000003648	7006	0.9987926293378918	5	2	2	2	2	False	71279	maximal	True	USA0035_01_000000003648	1.0		1	1	False	False	0.9975734949111938	0					non-mobilizable	no_good_hit	224.0	97.321	3.0	0.00010377112649839923	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	True	False
ISR0002_000000007285	2847	0.998791909079091	4	3	2	3	1	False	38653	maximal	True	ISR0002_000000007285	1.0		2	1	False	False	0.9950825572013855	0					non-mobilizable	no_good_hit	126.0	78.571	4.0	0.0002512817395181065	NZ_LVEN01000042.1	CFB group bacteria	Flavobacterium piscis strain CCUG 60099 FLP42, whole genome shotgun sequence	True	False
MAD0036_000000013255	2203	0.9987914218776592	4	1	1	1	1	False	18730	maximal	True	MAD0036_000000013255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	87.354	27.0	0.010491617339524332	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
DEN0043_000000000475	6701	0.9987894823471201	12	5	1	4	4	False	109317	fragment	False	DEN0043_000000000475	1.0		0	0	False	False	0.9997015595436096	0					non-mobilizable	other	3454.0	99.65299999999999	99.0	0.09069419273500906	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
FIJ0033_000000002241	12356	0.998789053123328	10	10	6	9	10	False	113272	fragment	False	FIJ0033_000000002241	1.0		0	0	False	False	1.0	0	rep_cluster_2244	MOBF			mobilizable	plasmid	12370.0	96.53200000000001	100.0	0.21203389249082363	CP017726.1	enterobacteria	Salmonella enterica subsp. enterica serovar Stanleyville str. CFSAN000624 strain SARB61 plasmid pSARB26_03, complete sequence	False	True
MAD0040_000000000854	14926	0.9987878683223398	23	23	10	13	20	True	63805	fragment	False	MAD0040_000000000854	1.0		0	0	False	False	0.9999330043792725	0			MPF_T		non-mobilizable	plasmid	9717.0	98.765	96.0	0.3405799642343701	CP037908.1	enterobacteria	Escherichia coli strain LHM10-1 plasmid unnamed4, complete sequence	False	True
ENG0195_000000003028	6685	0.9987877314985047	8	5	2	3	4	False	132314	maximal	False	AST0089_000000002698	0.9418326279329882	PS1061|PS1155	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1758.0	98.86200000000001	28.0	0.0071699808092768776	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0153_000000000404	34599	0.9987871509036031	35	15	7	12	5	True	130782	fragment	False	ENG0153_000000000404	1.0		0	0	False	True	0.9999421834945679	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	True
MAD0037_000000006059	2147	0.9987870134374804	2	2	1	2	2	False	18636	fragment	False	MAD0037_000000006059	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2147.0	99.86	100.0	0.00040912403798180983	LR745042.1	enterobacteria	Klebsiella pneumoniae isolate Klebsiella pneumoniae kpn154 genome assembly, chromosome: Kpn154	False	False
ISR0134_000000005888	5546	0.9987867334642514	5	3	3	3	3	True	76724	maximal	True	ISR0134_000000005888	1.0		1	1	False	False	0.9933285117149353	0					non-mobilizable	no_good_hit	1919.0	93.64299999999999	35.0	0.0007855813650428996	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ISR0333_000000012734	1821	0.998785724116302	3	1	1	1	1	False	24540	fragment	False	ISR0333_000000012734	1.0		0	0	False	False	0.9989017248153687	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000003269	11245	0.9987847225017996	19	9	6	7	5	False	123888	fragment	False	SPA0082_000000000937	0.7986032644829635		0	0	False	False	1.0	0					non-mobilizable	plasmid	8828.0	98.969	98.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0003_000000006918	1764	0.9987842160622372	5	2	2	1	2	False	90962	fragment	False	CHI0003_000000006918	1.0		0	0	False	False	0.9988662004470825	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000001547	12840	0.9987835439752909	15	8	5	8	6	False	49398	maximal	True	MAD0112_000000001547	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	89.583	1.0	0.0005807946493528725	NZ_LVVZ01000010.1	a-proteobacteria	Nesiotobacter exalbescens strain WB1-6 contig_18, whole genome shotgun sequence	True	False
CHI0145_000000006131	3031	0.9987834288553518	4	2	1	2	1	True	79769	maximal	True	CHI0145_000000006131	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.008964955175224124	NZ_KB849522.1	g-proteobacteria	Acinetobacter gerneri DSM 14967 = CIP 107464 acLZs-supercont1.17, whole genome shotgun sequence	True	True
ISR0024_000000002301	8075	0.9987830228974056	12	8	3	4	6	True	130678	backbone	False	ISR0185_000000003355	0.9726874939355912	PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS1120|PS122|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS891|PS892|PS996	0	0	True	True	1.0	56	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4530.0	99.603	75.0	0.6422695035460992	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
USA0078_01_000000006120	2602	0.998781994278367	3	3	3	2	2	False	88244	fragment	False	USA0078_01_000000006120	1.0		0	0	False	False	0.996925413608551	0					non-mobilizable	no_good_hit	983.0	89.21700000000001	38.0	0.015743852821510702	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
MON0047_000000001303	17370	0.9987819143524548	13	6	6	6	3	True	80294	fragment	False	MON0054_000000000691	0.7172523239120223		0	0	False	False	0.9992516040802002	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
SPA0093_000000001992	16861	0.9987819143524548	13	6	6	6	3	True	80294	fragment	False	MON0054_000000000691	0.7106036737172894		0	0	False	False	0.9997034668922424	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
ISR0309_000000001350	10839	0.9987818947647958	11	10	4	6	8	True	126363	fragment	False	ISR0309_000000001350	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	0.0	0.00014776954904210563	NZ_WHOS01000002.1	a-proteobacteria	Azospirillum melinis strain TMCY0552 NODE_2_length_345133_cov_42.137969_1-345133, whole genome shotgun sequence	True	True
AST0057_000000001101	6343	0.9987815961711938	10	10	5	8	10	False	113261	fragment	False	AST0057_000000001101	1.0		0	0	False	False	1.0	0	IncFIA,IncFII				non-mobilizable	plasmid	6343.0	99.306	100.0	0.09330861581920905	LT985217.1	enterobacteria	Escherichia coli strain 715 genome assembly, plasmid: RCS103_p	False	True
SPA0055_000000003794	7703	0.9987791174537338	13	3	1	3	2	False	118004	fragment	False	SPA0055_000000003794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2760.0	97.82600000000001	68.0	0.23206325174531078	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
SPA0058_000000001369	14013	0.9987789266483372	23	11	9	9	8	False	123899	maximal	True	SPA0058_000000001369	1.0		49	7	False	False	1.0	0					non-mobilizable	no_good_hit	8284.0	99.61399999999999	78.0	0.06938522495958183	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	True	False
ENG0076_000000001641	6939	0.9987775869498092	7	4	3	4	2	False	62051	maximal	True	ENG0076_000000001641	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	88.11200000000001	24.0	0.011495364772269246	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
MAD0031_000000000883	10840	0.9987739316355132	14	7	5	7	5	False	103462	maximal	False	MAD0015_000000000943	0.9847925629824085		0	0	False	False	0.9997232556343079	0					non-mobilizable	no_good_hit	3802.0	91.34700000000001	52.0	0.15090117092275107	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MON0033_000000018076	3695	0.9987731476520856	5	5	1	1	5	False	12338	fragment	False	MON0033_000000018076	1.0		0	0	False	False	0.9994587302207947	0	rep_cluster_2335			MOBP	mobilizable	no_good_hit	2876.0	97.39200000000001	77.0	0.4617613910803413	CP003113.1	enterobacteria	Escherichia coli O55:H7 str. RM12579 plasmid p12579_4, complete sequence	True	True
USA0030_01_000000001823	8984	0.9987727558928042	11	7	2	3	6	False	86116	maximal	True	USA0030_01_000000001823	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6355.0	98.899	71.0	0.04637786942082406	NZ_DS544172.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_5, whole genome shotgun sequence	True	False
SPA0023_000000010939	2423	0.9987726261585907	3	2	2	2	2	False	86114	fragment	False	ISR0084_000000008032	0.39283786863374487		0	0	False	False	0.9979364275932312	0					non-mobilizable	no_good_hit	206.0	99.029	9.0	0.000836988319089488	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0044_000000002896	7626	0.998772059502652	4	4	4	4	4	False	17989	fragment	False	MAD0044_000000002896	1.0		0	0	False	False	0.9980330467224121	0					non-mobilizable	no_good_hit	1242.0	72.303	16.0	0.0002556538058657393	CP033250.1	enterobacteria	Escherichia coli strain ECCHD184 chromosome, complete genome	True	False
ISR0174_000000000214	57594	0.9987714089534884	102	28	15	21	15	True	88757	maximal	True	ISR0174_000000000214	1.0		1	1	True	True	0.9996527433395386	14					non-mobilizable	no_good_hit	5191.0	92.564	49.0	0.09189026335377308	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0009_000000009415	3385	0.9987712532039182	7	4	3	3	2	True	103910	fragment	False	ISR0809_000000002193	0.9492541678853466		0	0	False	False	0.9772526025772095	0					non-mobilizable	plasmid	3124.0	99.96799999999999	92.0	0.03403295409964692	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0135_000000004492	4190	0.9987712250747668	5	4	4	3	1	False	31438	maximal	True	ISR0135_000000004492	1.0		2	1	False	False	0.9997613430023193	0					non-mobilizable	no_good_hit	146.0	78.767	3.0	3.953389267884111e-05	NZ_CP035807.1	spirochetes	Spirochaeta perfilievii strain P chromosome, complete genome	True	False
AST0102_000000004649	5941	0.9987707282882776	8	5	4	5	4	False	108364	fragment	False	AST0102_000000004649	1.0		0	0	False	False	0.9996633529663086	0					non-mobilizable	no_good_hit	3022.0	92.555	67.0	0.11976981177316869	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0369_000000003076	3534	0.9987703368176852	3	2	2	2	2	True	109336	backbone	False	ISR0013_000000006661	1.0	PS687	0	0	True	True	1.0	8	rep_cluster_1188				non-mobilizable	plasmid	3275.0	100.0	100.0	0.9356959131180337	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
FIJ0069_000000000575	27525	0.9987701407657302	36	20	13	17	11	True	45008	maximal	True	FIJ0069_000000000575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1620.0	71.48100000000001	6.0	0.03114058251667547	CP044261.1	e-proteobacteria	Campylobacter armoricus strain CA639 plasmid pCA639-1, complete sequence	True	True
FIJ0067_000000015449	1995	0.9987681450145578	2	1	1	1	1	False	61346	maximal	True	FIJ0067_000000015449	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	96.641	82.0	0.013571906761609154	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
SPA0023_000000006535	3729	0.9987673819366872	6	3	3	3	3	False	7636	maximal	True	SPA0023_000000006535	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0124_000000001682	9765	0.9987673373845214	9	7	3	4	4	True	123456	maximal	True	ISR0124_000000001682	1.0		6	2	False	False	0.9998975992202759	0					non-mobilizable	no_good_hit	4073.0	93.59200000000001	42.0	0.41408479412963717	BK010451.1	firmicutes	TPA_exp: Paeniclostridium sordellii strain SSCC37615 plasmid pCSTC2, complete sequence	True	True
FIJ0040_000000004710	5209	0.9987671250806746	7	7	4	6	7	False	47523	fragment	False	FIJ0040_000000004710	1.0		0	0	False	False	0.9996160268783569	0					non-mobilizable	plasmid	5135.0	100.0	100.0	0.033898081265598796	CP061759.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 plasmid unnamed1, complete sequence	False	True
ITA0005_000000002391	6804	0.9987662714143078	13	6	5	5	6	False	20397	maximal	True	ITA0005_000000002391	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	2784.0	96.588	48.0	0.0007294682884653483	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ISR0006_000000015323	1224	0.998766098875626	3	3	3	2	2	True	38470	fragment	False	ISR0006_000000015323	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	94.853	100.0	0.027465247366884504	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
AUS0002_000000015825	2279	0.9987638757515857	5	3	2	1	2	False	102978	fragment	False	AUS0002_000000015825	1.0		0	0	False	False	0.9995611906051636	0					non-mobilizable	no_good_hit								True	False
ISR0379_000000006633	3394	0.998763619788915	6	6	5	6	5	True	23225	maximal	True	ISR0379_000000006633	1.0		1	1	False	False	0.9997053742408752	0					non-mobilizable	no_good_hit	1475.0	99.25399999999999	69.0	0.18757953677780606	U35629.2	firmicutes	Lactococcus lactis plasmid pSRQ800, complete sequence	True	True
MAD0088_000000022404	1198	0.9987635209049548	2	2	1	1	2	False	15871	fragment	False	MAD0088_000000022404	1.0		0	0	False	False	0.9883138537406921	0					non-mobilizable	other	1198.0	100.0	100.0	0.00025179803147370213	AP021893.1	enterobacteria	Escherichia coli 2018-06-4CC DNA, complete genome	False	False
FIJ0156_000000001855	4098	0.9987624990264048	7	7	4	4	6	True	39511	maximal	True	FIJ0156_000000001855	1.0		1	1	False	False	1.0	0	rep_cluster_1219	MOBQ			mobilizable	plasmid	3200.0	88.594	97.0	0.5038784233022005	NZ_CP044491.1	g-proteobacteria	Acinetobacter schindleri strain HZE30-1 plasmid pHZE30-1-8, complete sequence	False	True
ENG0050_000000003739	5833	0.9987618372330432	11	7	3	5	5	False	103453	fragment	False	ISR0216_000000003341	0.6334431630971994		0	0	False	False	0.9957140684127808	0					non-mobilizable	no_good_hit	1697.0	88.62700000000001	54.0	0.06665867401990169	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
AST0058_000000000486	27798	0.9987612554747168	29	23	12	12	23	False	113172	maximal	True	AST0058_000000000486	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	9989.0	97.88799999999999	92.0	0.09527534268789407	LC511659.1	enterobacteria	Escherichia coli 2017.15.03CC plasmid p2017.15.03CC DNA, complete genome	False	True
USA0036_01_000000017568	1875	0.9987602741773104	3	3	3	2	1	False	80978	fragment	False	USA0036_01_000000017568	1.0		0	0	False	False	0.9925333261489868	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000013394	3033	0.9987601236278248	6	3	1	2	3	False	71911	fragment	False	DEN0061_000000013394	1.0		0	0	False	False	0.9996702671051025	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000004914	6413	0.99875984567198	6	4	2	3	2	False	71352	fragment	False	DEN0064_000000004914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	70.893	5.0	0.00011484219133719419	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
CAN0006_000000011287	3976	0.9987595233686344	6	4	2	4	1	False	95739	maximal	True	CAN0006_000000011287	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	85.124	3.0	6.511971173674271e-05	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
DEN0073_000000007667	5648	0.998758963212696	10	3	1	2	3	False	109315	fragment	False	DEN0073_000000007667	1.0		0	0	False	False	0.9998229742050171	0					non-mobilizable	other	2994.0	98.49700000000001	93.0	0.07858587450424186	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
DEN0093_000000000242	56379	0.9987588169736308	98	30	14	19	14	True	88761	maximal	True	DEN0093_000000000242	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	7101.0	89.509	53.0	0.1253322936235069	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0057_01_000000013937	2289	0.9987587048080868	3	3	2	2	2	False	59911	fragment	False	USA0057_01_000000013937	1.0		0	0	False	False	0.9772826433181763	0					non-mobilizable	other	2289.0	98.471	100.0	0.0005991916150885248	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
SPA0084_000000017018	1153	0.9987577595454888	2	1	1	1	1	False	61338	fragment	False	SPA0130_000000027162	0.927871962212391		0	0	False	False	1.0	0					non-mobilizable	plasmid	667.0	96.25200000000001	92.0	0.010133284644878584	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
FIJ0031_000000003623	5922	0.9987576792374676	9	9	5	8	9	True	97936	fragment	False	FIJ0031_000000003623	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5922.0	100.0	100.0	0.06135942050011917	CP041111.1	enterobacteria	Escherichia coli strain ECCTRSRTH03 plasmid unnamed1, complete sequence	False	True
MON0102_000000031642	1396	0.9987569754131332	3	1	1	1	1	False	8936	fragment	False	MON0102_000000031642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	83.891	23.0	0.005795200793960231	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0154_000000001953	3408	0.998755854603186	6	5	1	5	4	True	86713	maximal	False	SPA0155_000000005273	0.9611518936924034		0	0	True	True	0.998826265335083	11					non-mobilizable	plasmid	2232.0	92.652	100.0	0.6657641395908543	HG796350.1	bacteria	Uncultured bacterium plasmid pRGI00625	False	True
MAD0048_000000006532	3499	0.9987553121325532	5	5	3	5	5	True	97918	fragment	False	FIJ0012_000000006599	0.9688319067125684		0	0	False	False	1.0	0					non-mobilizable	plasmid	3420.0	99.649	100.0	0.03133305229201415	CP030921.1	enterobacteria	Escherichia coli strain KL53 plasmid pKL53-M, complete sequence	False	True
ISR0830_000000000413	23135	0.9987531782724502	26	17	10	16	12	False	38193	maximal	True	ISR0830_000000000413	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	73.913	4.0	0.000973229737002388	NZ_RQFO01000017.1	bacteria	Leptospira montravelensis strain 201800278 contig_0002, whole genome shotgun sequence	True	False
ETH0001_000000001942	9588	0.9987511741007128	11	6	3	3	5	True	53605	maximal	True	ETH0001_000000001942	1.0		1	1	False	False	0.9901960492134094	0					non-mobilizable	no_good_hit	1868.0	92.345	22.0	0.0010606944043098049	CP049075.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 chromosome, complete genome	True	True
MAD0004_000000000742	9246	0.9987509457888342	13	12	4	6	12	True	114223	fragment	False	MAD0004_000000000742	0.96630859375		0	0	False	False	1.0	0					non-mobilizable	plasmid	9246.0	99.978	100.0	0.08823080300051536	LC501501.1	enterobacteria	Escherichia coli 21-Ec-C-22 plasmid p21C22-1 partial sequence	False	True
ENG0175_000000005626	4595	0.9987494859209828	8	4	4	4	3	False	102595	fragment	False	USA0080_01_000000007643	0.6350974537919223		0	0	False	False	0.9932535290718079	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
USA0050_01_000000000092	56895	0.998749028955252	101	27	12	19	18	True	75521	maximal	True	USA0050_01_000000000092	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	4929.0	95.94200000000001	68.0	0.08733562542090526	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0225_000000003393	4163	0.9987487658953708	4	3	3	3	3	True	120501	backbone	False	FIJ0011_000000010251	0.8927681275374056	PS843	0	0	True	True	1.0	55	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4032.0	99.23100000000001	100.0	0.9509318235432885	LT795116.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate VNB151-sc-2315230 genome assembly, plasmid: p2	False	True
MAD0047_000000011547	3480	0.9987477660676792	5	4	2	4	4	True	17683	fragment	False	MAD0047_000000011547	1.0		0	0	False	False	0.9965517520904541	0					non-mobilizable	no_good_hit	409.0	94.132	12.0	0.00012692810953646974	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0146_000000016417	1268	0.9987473951011779	3	2	1	2	1	False	39959	fragment	False	FIJ0146_000000016417	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	867.0	88.697	95.0	0.005736405186083387	CP034322.1	enterobacteria	Klebsiella pneumoniae strain 33 plasmid pK033_1, complete sequence	False	True
ENG0208_000000000038	100034	0.9987463112330556	114	42	25	33	26	True	127527	maximal	True	ENG0208_000000000038	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1234.0	83.225	8.0	0.00048518531649179947	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
ISR0137_000000001410	19069	0.9987462825326588	20	12	9	11	12	False	123300	fragment	False	ISR0200_000000000781	0.9521466614782195		0	0	False	False	0.9997377991676331	0					non-mobilizable	no_good_hit	3050.0	78.918	22.0	0.0022606266976135923	NZ_CABWIB010000001.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	False
FIJ0140_000000019149	1719	0.9987460739664056	4	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.7410199138768417		0	0	False	False	1.0	0					non-mobilizable	other	1546.0	98.57700000000001	96.0	0.003767162534166579	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0245_000000005973	1370	0.9987448823875632	4	2	2	1	1	False	96406	fragment	False	DEN0021_000000025630	0.9423342541436464		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	97.786	99.0	0.013511895257863643	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0163_000000000107	61522	0.9987444823080704	57	19	12	16	10	True	108346	fragment	False	ENG0163_000000000107	1.0		0	0	False	False	0.9999675154685974	0					non-mobilizable	no_good_hit	3320.0	99.066	5.0	0.03404032737789994	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	True	True
ENG0170_000000000082	59583	0.9987434786941284	103	36	12	24	19	True	112973	maximal	True	ENG0170_000000000082	1.0		1	1	False	False	0.9998321533203125	0					non-mobilizable	no_good_hit	5243.0	91.036	39.0	0.09252826711090632	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0134_000000014579	2687	0.9987427527905546	4	4	3	3	4	False	58199	maximal	True	ENG0134_000000014579	1.0		4	2	False	False	0.9981392025947571	0					non-mobilizable	no_good_hit	896.0	88.17	37.0	0.00023984504134446142	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0127_000000002874	6205	0.9987417167554172	10	4	3	4	3	False	48864	fragment	False	FIJ0127_000000002874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	91.566	11.0	0.00019871336109499494	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0011_000000000561	15173	0.9987410455986448	31	10	5	8	5	False	51981	maximal	True	MAD0011_000000000561	1.0		1	1	False	False	0.9999340772628784	0					non-mobilizable	no_good_hit	954.0	92.03399999999999	23.0	0.016889377237443732	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0010_000000020234	1354	0.9987406456132714	2	1	1	1	1	False	14425	fragment	False	MON0010_000000020234	0.9582375478927203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	93.836	11.0	0.00030319695046598233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0157_000000011121	2758	0.9987400217709554	4	3	2	2	2	False	62514	maximal	True	ISR0157_000000011121	1.0		6	4	False	False	0.9967367649078369	0					non-mobilizable	no_good_hit	497.0	99.396	18.0	0.00018012881389170844	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ENG0040_000000001064	18578	0.9987398876515128	20	16	10	10	13	True	132596	backbone	False	ISR0120_000000000296	0.32741568889925604	PS1169|PS902	0	0	False	True	0.9999461770057678	0		MOBB	MPF_T		conjugative	plasmid	17512.0	99.897	94.0	0.5652440599173554	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
TAN0021_000000000135	32034	0.9987385755597252	36	21	13	21	11	True	103130	maximal	True	TAN0021_000000000135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	91.48899999999999	0.0	0.0007307347015470697	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	True
ISR0249_000000000421	18137	0.998738165086746	19	15	9	9	12	True	132596	backbone	False	ISR0120_000000000296	0.3327743687396164	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18132.0	99.945	99.0	0.5852918388429752	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0118_000000000471	18041	0.998738165086746	19	15	9	9	12	True	132596	backbone	False	ISR0120_000000000296	0.3282079698116781	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18041.0	98.697	100.0	0.5806825499034127	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
SPA0006_000000007758	4089	0.998736416984472	5	2	2	2	1	False	8262	maximal	True	SPA0006_000000007758	1.0		2	2	False	False	0.9963316321372986	0					non-mobilizable	no_good_hit	1574.0	78.653	38.0	0.0011191861094004421	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0068_000000001843	7523	0.9987350138390712	8	7	3	7	7	False	108510	maximal	True	SPA0068_000000001843	1.0		1	1	False	False	1.0	0	IncFII,rep_cluster_2272				non-mobilizable	plasmid	5209.0	99.904	100.0	0.061148291651990136	CP041050.1	enterobacteria	Citrobacter sp. CF971 plasmid pBM527-4, complete sequence	False	True
MAD0032_000000002097	6567	0.9987349298145248	8	6	6	5	2	False	18929	maximal	True	MAD0032_000000002097	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1898.0	97.524	30.0	0.0006936683635612897	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
AST0040_000000002887	6305	0.9987342099750732	8	5	4	5	4	False	122383	fragment	False	ISR0279_000000002538	0.9698315467075038		0	0	False	False	1.0	0					non-mobilizable	virus	6305.0	97.84299999999999	100.0	0.29627714581178904	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	False	False
ENG0122_000000006387	4237	0.998733940292567	3	2	1	2	1	True	67537	maximal	True	ENG0122_000000006387	1.0	PS315|PS84	1	1	True	True	1.0	53					non-mobilizable	no_good_hit	1486.0	98.116	37.0	0.5345572354211663	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0310_000000005737	2819	0.998733940292567	3	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.16049420726407873		0	0	True	True	0.9960979223251343	20					non-mobilizable	plasmid	1696.0	91.333	96.0	0.6275318829707427	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
FIJ0150_000000008491	2757	0.998733940292567	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.19943576689099407		0	0	True	True	1.0	1					non-mobilizable	plasmid	1383.0	91.54	99.0	0.5161290322580645	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0286_000000005978	2744	0.998733940292567	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.3920138921587875		0	0	True	True	1.0	19					non-mobilizable	plasmid	1515.0	92.475	99.0	0.5588897224306076	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ENG0096_000000012700	2635	0.998733940292567	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.22441207500748186		0	0	True	True	0.9977229833602905	7					non-mobilizable	plasmid	1363.0	98.75299999999999	100.0	0.5108777194298575	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0072_000000010651	2626	0.998733940292567	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.22130836562210657		0	0	True	True	0.997715175151825	6					non-mobilizable	plasmid	1211.0	98.18299999999999	100.0	0.45348837209302323	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ENG0132_000000015372	1259	0.998733940292567	2	2	1	2	1	True	58297	fragment	False	ENG0132_000000015372	1.0		0	0	False	False	0.9992057085037231	0					non-mobilizable	plasmid	958.0	94.99	99.0	0.3589647411852963	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ENG0047_000000008065	2325	0.9987334637605456	5	1	1	1	1	False	96415	fragment	False	ENG0047_000000008065	0.820192302180141		0	0	False	False	0.9806451797485352	0					non-mobilizable	other	2325.0	99.95700000000001	100.0	0.02319176113683538	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0803_000000000310	20353	0.998733449270952	19	12	10	11	9	True	32019	maximal	True	ISR0803_000000000310	1.0	PS101	1	1	True	True	1.0	48					non-mobilizable	no_good_hit	1110.0	82.523	5.0	0.00033444522763896486	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	True
MAD0098_000000009164	4575	0.9987326745806075	5	2	1	2	1	False	15347	maximal	True	MAD0098_000000009164	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.515598597930922e-07	CP027619.1	eudicots	Linum usitatissimum chromosome Lu1	True	False
ENG0184_000000008748	2572	0.9987311311519896	5	3	3	2	2	False	67322	fragment	False	ENG0184_000000008748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0380_000000001746	6799	0.99873103513553	9	8	1	6	7	True	27949	fragment	False	ISR0380_000000001746	1.0		0	0	False	False	1.0	0	IncI2				non-mobilizable	plasmid	5102.0	98.471	96.0	0.07864022137369178	LS992189.1	enterobacteria	Escherichia coli isolate Escherichia coli str. 3426 genome assembly, plasmid: 5	False	True
ISR0145_000000022088	1238	0.9987294322026375	2	2	1	2	1	False	31054	fragment	False	ISR0145_000000022088	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1160.0	95.259	94.0	0.049576162342666326	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
USA0116_01_000000015639	1574	0.9987289119831664	3	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.40250930175129324		0	0	False	False	0.9974586963653564	0					non-mobilizable	other	1574.0	99.619	100.0	0.0038354347354330287	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0017_000000003444	9380	0.998728788118348	17	8	6	6	6	False	123908	fragment	False	ISR0017_000000003444	1.0		0	0	False	False	0.9998933672904968	0					non-mobilizable	no_good_hit	5779.0	98.18299999999999	84.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
MAD0037_000000002342	5540	0.9987279458817158	8	2	1	2	1	False	18670	maximal	True	MAD0037_000000002342	1.0		1	1	False	False	0.9996389746665955	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	1.0	1.686500108719025e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MAD0089_000000003662	5177	0.9987273202908861	5	4	2	3	4	False	97730	maximal	True	MAD0089_000000003662	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	2702.0	99.963	98.0	0.025386054118067238	CP010317.1	enterobacteria	Escherichia coli strain O78-789 plasmid pAPEC-O78-2, complete sequence	False	True
CHI0151_000000001323	15496	0.9987268855715806	19	14	3	4	14	False	79539	maximal	True	CHI0151_000000001323	1.0		1	1	True	True	0.9997418522834778	43					non-mobilizable	no_good_hit	5013.0	98.92299999999999	73.0	0.33498228491209303	CP056195.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00995 plasmid pRHBSTW-00995_5, complete sequence	True	True
TAN0002_000000001543	12384	0.9987267501920998	12	10	1	1	10	True	15014	maximal	True	TAN0002_000000001543	1.0		2	2	False	False	0.998627245426178	0	rep_cluster_1704				non-mobilizable	chromosome	7819.0	99.28399999999999	99.0	0.0015419218128487962	CP029568.1	enterobacteria	Salmonella enterica strain DA34837 chromosome, complete genome	False	True
ISR0341_000000006648	2003	0.9987253714538394	3	2	2	2	2	False	103609	fragment	False	SPA0001_000000016055	0.9279989163752141		0	0	False	False	0.9920119643211365	0					non-mobilizable	no_good_hit	153.0	77.778	7.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
USA0035_01_000000004024	6348	0.9987226155184296	12	9	5	4	8	True	132245	fragment	False	SPA0056_000000004749	0.9577234506384305		0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	3572.0	99.60799999999999	83.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	True	True
FIJ0115_000000005663	4309	0.9987208528899728	6	2	1	2	1	False	43944	fragment	False	FIJ0115_000000005663	1.0		0	0	False	False	0.9972151517868042	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
ENG0101_000000003286	8071	0.9987205642135948	7	5	4	2	3	False	102981	maximal	True	ENG0101_000000003286	1.0		1	1	False	False	0.9982653856277466	0					non-mobilizable	no_good_hit								True	False
MAD0059_000000004393	4271	0.9987193464741624	6	5	5	5	4	False	48457	maximal	True	MAD0059_000000004393	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1733.0	93.595	59.0	0.0006174581200379963	CP014949.1	firmicutes	Enterococcus faecalis strain LD33, complete genome	True	False
ISR0350_000000008549	2176	0.9987187240918493	3	3	1	2	2	False	90332	fragment	False	CHI0049_000000006892	0.6866953813247748		0	0	False	False	0.9986213445663452	0					non-mobilizable	other	2176.0	100.0	100.0	0.00046162956296945607	AP021892.1	enterobacteria	Escherichia coli 2018-01-1CC DNA, complete genome	False	False
MAD0053_000000006059	1871	0.9987187240918493	3	3	1	2	2	False	90332	fragment	False	CHI0049_000000006892	0.4397066029199408		0	0	False	False	1.0	0					non-mobilizable	chromosome	1871.0	99.947	100.0	0.00035922962726180193	CP057617.1	enterobacteria	Escherichia coli strain RHB21-C02 chromosome, complete genome	False	False
FIJ0049_000000005601	3018	0.9987173762131372	2	2	2	2	2	True	52909	backbone	True	FIJ0049_000000005601	0.9957680699584491	PS218	9	2	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
FIJ0101_000000009254	3010	0.9987173762131372	2	2	2	2	2	True	52909	backbone	False	FIJ0049_000000005601	0.9956228576315983	PS218	0	0	True	True	0.9970099925994873	2					non-mobilizable	no_good_hit								True	True
FIJ0008_000000010400	2763	0.9987173762131372	2	2	2	2	2	True	52909	backbone	False	FIJ0049_000000005601	0.9489300751979569	PS218	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0042_000000008887	2700	0.9987173762131372	2	2	2	2	2	True	52909	backbone	False	FIJ0049_000000005601	0.47745900247915674	PS218	0	0	False	True	0.9977777600288391	0					non-mobilizable	no_good_hit								True	True
ISR0279_000000002061	7664	0.9987168042423864	8	4	3	4	2	False	86075	backbone	False	ISR0273_000000000698	0.9717779317687358	PS434	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	449.0	95.991	7.0	0.00014439860719807717	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0281_000000013136	1395	0.9987167999448944	3	1	1	1	1	False	26172	maximal	True	ISR0281_000000013136	1.0		0	0	False	False	0.9541218876838684	0					non-mobilizable	no_good_hit	288.0	92.014	21.0	0.0023823754025965403	NZ_LNAM01000153.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf3, whole genome shotgun sequence	True	False
ISR0357_000000007829	3081	0.9987167405334312	4	4	3	4	2	False	44752	fragment	False	ISR0357_000000007829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000014443	2106	0.9987165781615508	2	2	2	2	2	True	50350	fragment	False	FIJ0015_000000014443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0096_000000001072	12101	0.9987161065213244	15	13	3	5	12	False	15539	maximal	True	MAD0096_000000001072	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4037.0	90.637	90.0	0.0007912074014646427	CP018770.2	enterobacteria	Escherichia coli strain 2016C-3936C1, complete genome	False	False
FIJ0022_000000001017	17542	0.9987159407028284	20	16	7	8	13	True	132596	backbone	False	ISR0120_000000000296	0.28255425484122476	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17543.0	99.88600000000001	100.0	0.5308148686281632	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0007_000000022342	1135	0.9987156009424828	3	2	2	2	2	False	76192	fragment	False	DEN0007_000000022342	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	99.912	100.0	0.0003236585864282591	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0029_000000001179	9012	0.9987151900041829	8	6	2	4	6	True	98073	fragment	False	CHI0029_000000001179	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	chromosome	9025.0	98.704	99.0	0.0012794755837545312	CP050218.1	enterobacteria	Escherichia coli strain RM-096-MS chromosome	False	True
ISR0092_000000002313	7750	0.9987151340549026	9	7	6	7	6	True	130302	maximal	True	ISR0092_000000002313	0.9619092247958227		1	1	False	False	0.9987096786499023	0					non-mobilizable	no_good_hit	1004.0	84.76100000000001	38.0	0.002082649397683575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0176_000000001102	19313	0.9987125484592128	24	17	8	12	11	True	118456	maximal	True	ISR0176_000000001102	1.0		8	3	False	False	0.9989644289016724	0					non-mobilizable	no_good_hit	4518.0	78.442	48.0	0.0014070420817162382	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
AST0149_000000007154	3830	0.998711449453494	6	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.3193165268295038		0	0	False	False	0.9992167353630066	0					non-mobilizable	other	3857.0	98.6	99.0	0.03844004470700942	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0124_000000004164	3784	0.998711449453494	5	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.31911729231861596		0	0	False	False	1.0	0					non-mobilizable	plasmid	3718.0	99.89200000000001	100.0	0.0488474781191684	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ENG0156_000000004225	3698	0.998711449453494	5	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.31686166181545683		0	0	False	False	0.9964845776557922	0					non-mobilizable	other	3726.0	98.068	100.0	0.03712278460801533	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0386_000000009446	3656	0.998711449453494	6	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.2989614347688763		0	0	False	False	1.0	0					non-mobilizable	other	3583.0	100.0	98.0	0.03574564904997605	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0032_000000001549	3641	0.998711449453494	6	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.29895282566866777		0	0	False	False	0.9942323565483093	0					non-mobilizable	other	3641.0	99.973	100.0	0.03632444515407952	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0102_000000007404	3601	0.998711449453494	6	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.2993353526343572		0	0	False	False	1.0	0					non-mobilizable	other	3601.0	100.0	100.0	0.03592527542711161	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0041_000000009489	3601	0.998711449453494	6	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.2993353526343572		0	0	False	False	1.0	0					non-mobilizable	other	3601.0	100.0	100.0	0.03592527542711161	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0020_01_000000009697	3601	0.998711449453494	6	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.2993353526343572		0	0	False	False	1.0	0					non-mobilizable	other	3601.0	100.0	100.0	0.03592527542711161	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0012_000000006804	3531	0.998711449453494	6	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.29664265541537		0	0	False	False	0.9988671541213989	0					non-mobilizable	other	3531.0	100.0	100.0	0.03522672840491777	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0035_000000003059	3518	0.998711449453494	6	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.2793731892511044		0	0	False	False	1.0	0					non-mobilizable	other	3546.0	98.421	100.0	0.035336500079833945	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
DEN0033_000000007455	3497	0.998711449453494	5	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.2972886757522225		0	0	False	False	1.0	0					non-mobilizable	other	3524.0	98.49600000000001	99.0	0.0351169567300016	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0009_01_000000007150	3388	0.998711449453494	5	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.27439536716399654		0	0	False	False	0.9923258423805237	0					non-mobilizable	other	3417.0	98.42	100.0	0.03404917771036245	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0265_000000004723	3300	0.998711449453494	5	2	2	2	1	False	103694	fragment	False	ISR0265_000000004723	1.0		0	0	False	False	0.9981818199157715	0					non-mobilizable	other	3281.0	100.0	99.0	0.03273191761136835	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
AST0110_000000005706	3256	0.998711449453494	4	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.14716944161783793		0	0	False	False	0.9874078631401062	0					non-mobilizable	other	3244.0	98.335	99.0	0.03232276864122625	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
FIJ0136_000000008535	3124	0.998711449453494	4	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.09307113866521938		0	0	False	False	0.9990397095680237	0					non-mobilizable	other	3151.0	98.001	99.0	0.03139469902602587	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0112_000000011083	3092	0.998711449453494	5	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.09248778666330679		0	0	False	False	1.0	0					non-mobilizable	other	3120.0	97.885	100.0	0.031085342487625737	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
AST0151_000000005248	3078	0.998711449453494	4	2	2	2	1	False	103692	fragment	False	AST0151_000000005248	1.0		0	0	False	False	0.9996750950813293	0					non-mobilizable	other	3079.0	99.935	100.0	0.030716110490180425	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
FIJ0028_000000010079	3029	0.998711449453494	4	2	2	2	1	False	107017	fragment	False	ISR0047_000000004284	0.07336006958556292		0	0	False	False	0.9980191588401794	0					non-mobilizable	other	2998.0	98.23200000000001	98.0	0.029867874820373622	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MAD0044_000000008285	2912	0.998711449453494	5	2	2	2	1	False	96430	fragment	False	MAD0044_000000008285	0.9968130311614731		0	0	False	False	1.0	0					non-mobilizable	other	2912.0	100.0	100.0	0.029049576880089415	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0184_000000007940	2841	0.998711449453494	5	2	2	2	1	False	96433	fragment	False	ENG0184_000000007940	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2841.0	99.965	100.0	0.02834105061472138	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0120_01_000000004447	2824	0.998711449453494	5	2	2	2	1	False	96430	fragment	False	MAD0044_000000008285	0.9817994505494505		0	0	False	False	1.0	0					non-mobilizable	other	2823.0	100.0	99.0	0.02816142423758582	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0320_000000009253	2540	0.998711449453494	4	2	2	2	1	False	96431	fragment	False	ISR0320_000000009253	1.0		0	0	False	False	0.9992126226425171	0					non-mobilizable	other	2521.0	100.0	99.0	0.025147692798978126	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
DEN0079_000000022937	2455	0.998711449453494	4	2	2	2	1	False	96422	fragment	False	DEN0079_000000022937	1.0		0	0	False	False	0.9983706474304199	0					non-mobilizable	other	2483.0	97.865	100.0	0.024728564585661823	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MAD0089_000000015050	1757	0.998711449453494	4	2	2	2	1	False	96408	fragment	False	MAD0089_000000015050	0.9825664985509039		0	0	False	False	0.9926010370254517	0					non-mobilizable	other	1755.0	100.0	99.0	0.017503592527542713	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ETH0001_000000019473	1710	0.998711449453494	4	2	2	2	1	False	96408	fragment	False	MAD0089_000000015050	0.9713347277166076		0	0	False	False	1.0	0					non-mobilizable	other	1710.0	99.59100000000001	100.0	0.017054526584703817	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MON0037_000000005281	8109	0.9987109411191316	12	12	9	11	10	False	44596	fragment	False	MON0037_000000005281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5046.0	100.0	62.0	0.009022107292437883	NZ_VOSQ01000004.1	enterobacteria	Citrobacter cronae strain Tue2-1 NODE_4_length_559182_cov_86.198469, whole genome shotgun sequence	True	False
ENG0203_000000011760	1580	0.998710542688616	3	2	2	1	1	False	54082	fragment	False	ENG0203_000000011760	1.0		0	0	False	False	0.9917721748352051	0					non-mobilizable	other	1584.0	88.005	99.0	0.7730392156862745	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0281_000000005193	3135	0.9987103935333574	6	2	2	2	1	False	96427	fragment	False	MON0068_000000012743	0.9399225398696393		0	0	False	False	0.9996809959411621	0					non-mobilizable	other	3135.0	99.936	100.0	0.03127494810793549	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
DEN0028_000000008849	3098	0.9987103935333574	6	2	2	2	1	False	96427	fragment	False	MON0068_000000012743	0.9032977271387229		0	0	False	False	0.9987088441848755	0					non-mobilizable	other	2071.0	92.03299999999999	98.0	0.020577199425195595	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0153_000000006104	4671	0.9987098086139452	6	6	4	6	6	False	56969	fragment	False	ENG0153_000000006104	1.0		0	0	False	False	0.9920787811279297	0					non-mobilizable	no_good_hit	1393.0	83.92	30.0	0.007059709773142564	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0073_000000000233	45563	0.9987090513660412	43	25	19	18	14	True	109045	maximal	False	DEN0082_000000000251	0.7191544925188222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	79.322	1.0	0.0001265658215456356	CP022124.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain ChDC F332, complete genome	True	True
MAD0108_000000004429	3708	0.9987085471556968	6	6	5	3	3	False	16888	maximal	True	MAD0108_000000004429	1.0		1	1	False	False	0.9967637658119202	0					non-mobilizable	no_good_hit	737.0	83.58200000000001	37.0	0.0002472179502613762	CP025389.1	firmicutes	Enterococcus faecium strain 13-009 chromosome	True	False
ENG0102_000000000445	31003	0.9987084944212672	46	13	7	12	8	False	87575	maximal	True	ENG0102_000000000445	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	89.14	5.0	0.00029421268951347634	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0124_000000003556	4491	0.9987081738890068	5	3	3	3	3	True	127988	maximal	True	CHI0124_000000003556	1.0	PS121|PS629|PS654|PS88|PS886	1	1	True	True	1.0	10					non-mobilizable	no_good_hit	2030.0	98.03	45.0	0.0006395359282711127	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
AST0053_000000003427	2862	0.998707805637716	2	2	2	2	1	True	114137	maximal	False	FIJ0140_000000010298	0.9717381767106689		0	0	True	True	1.0	751					non-mobilizable	no_good_hit								True	True
SPA0145_000000012935	2640	0.998707805637716	2	2	2	2	1	True	114137	maximal	False	FIJ0140_000000010298	0.932213008484629		0	0	True	True	0.9984848499298096	7					non-mobilizable	no_good_hit								True	True
MON0078_000000019226	2312	0.998707805637716	2	2	2	2	1	True	10159	fragment	False	MON0078_000000019226	1.0		0	0	False	False	0.987889289855957	0					non-mobilizable	no_good_hit								True	True
ISR0171_000000007555	3376	0.9987071312018044	5	3	2	3	2	False	100308	maximal	False	DEN0073_000000015788	0.9325464891998743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000015788	3156	0.9987071312018044	5	3	2	3	2	False	100308	maximal	True	DEN0073_000000015788	0.946544927799565		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0006961755260616677	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0126_000000006199	3130	0.9987071312018044	5	3	2	3	2	False	100308	maximal	False	DEN0073_000000015788	0.9410386094742681		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0006961755260616677	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0074_000000011213	2875	0.9987071312018044	4	3	2	3	2	False	100306	fragment	False	FIJ0074_000000011213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	0.001167778301780862	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0169_000000001132	15893	0.9987060313956752	23	7	4	6	3	True	69783	maximal	True	FIJ0169_000000001132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	0.0	0.00011082371292894527	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0068_000000003845	3348	0.9987048760371864	4	3	3	2	2	True	120823	fragment	False	CHI0068_000000003845	1.0		0	0	False	False	0.9997013211250305	0					non-mobilizable	no_good_hit	1912.0	92.573	57.0	0.0007086690756713053	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
SPA0111_000000003594	8392	0.9987041091574368	15	8	7	5	8	False	96417	fragment	False	SPA0111_000000003594	1.0		0	0	False	False	0.9996424913406372	0					non-mobilizable	no_good_hit	2141.0	96.404	63.0	0.02135558039278301	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
MON0101_000000036721	1763	0.998704085809774	3	2	2	2	1	False	9037	maximal	True	MON0101_000000036721	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	87.391	58.0	0.010391942060738847	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
SPA0004_000000001628	11226	0.9987030655710114	14	8	7	7	7	True	116752	fragment	False	SPA0004_000000001628	0.9999348842414356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	95.13600000000001	55.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0003_000000003920	5985	0.9987027449451364	6	2	1	1	2	False	38617	fragment	False	ISR0003_000000003920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0358_000000002731	5737	0.9987015422284936	5	4	4	4	3	False	41662	maximal	True	ISR0358_000000002731	1.0		3	1	False	False	0.9998257160186768	0					non-mobilizable	no_good_hit	142.0	98.59200000000001	4.0	0.13492822966507176	NZ_LT635849.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0369_000000008916	1689	0.9987001858590696	3	1	1	1	1	False	23539	fragment	False	ISR0369_000000008916	1.0		0	0	False	False	0.9834221601486206	0					non-mobilizable	no_good_hit								True	False
USA0031_01_000000001748	16265	0.9986998474208864	20	17	9	14	12	True	73515	fragment	False	USA0031_01_000000001748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.104	34.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
MAD0062_000000007281	1925	0.9986991227630302	3	2	1	1	2	False	90332	fragment	False	CHI0049_000000006892	0.43739586587116897		0	0	False	False	1.0	0					non-mobilizable	chromosome	1925.0	99.948	100.0	0.000406610935889882	CP049936.1	enterobacteria	Escherichia coli strain JL05 chromosome, complete genome	False	False
ENG0144_000000004276	4559	0.9986977129048928	6	4	4	4	2	True	94593	fragment	False	ISR0218_000000003121	0.9680057983019259		0	0	False	False	1.0	0					non-mobilizable	other	4560.0	99.12299999999999	100.0	0.09870101753626326	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0053_000000000407	36117	0.9986961607953794	39	20	13	20	10	True	122571	maximal	False	ISR0202_000000000188	0.9298872008119113		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	9343.0	97.45299999999999	82.0	0.20900566210863192	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0075_000000001286	13949	0.9986953029128528	15	6	5	5	5	False	103465	maximal	True	ISR0075_000000001286	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3795.0	91.436	65.0	0.1508612076889262	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0250_000000000812	9122	0.9986951973036	8	8	2	3	8	True	98048	fragment	False	ISR0250_000000000812	1.0		0	0	False	False	0.9998903870582581	0	IncY				non-mobilizable	plasmid	7056.0	99.929	100.0	0.05492879888507385	CP056627.1	enterobacteria	Escherichia coli strain RHBSTW-00304 plasmid pRHBSTW-00304_3, complete sequence	False	True
ISR0223_000000005497	4681	0.9986948709981636	4	1	1	1	1	False	113216	fragment	False	ISR0223_000000005497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	97.285	5.0	0.004940600507534415	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0031_000000012823	2428	0.9986941876930904	3	2	2	1	1	False	12359	fragment	False	SPA0031_000000012823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	95.804	29.0	0.011495364772269246	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
AST0057_000000002037	3032	0.9986927559881004	3	1	1	1	1	False	113214	fragment	False	AST0057_000000002037	1.0		0	0	False	False	0.9983509182929993	0					non-mobilizable	no_good_hit	181.0	89.50299999999999	6.0	0.0036425399553891174	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
AST0108_000000000497	20217	0.9986901606986676	19	11	6	10	8	True	125340	maximal	True	AST0108_000000000497	1.0	PS770	1	1	True	True	1.0	15					non-mobilizable	no_good_hit	2282.0	78.571	30.0	0.004717326346560387	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0047_000000024972	1554	0.9986900681525954	2	2	1	1	2	False	59910	fragment	False	SPA0105_000000015668	0.9843484496780399		0	0	False	False	1.0	0					non-mobilizable	chromosome	1554.0	98.906	100.0	0.00038967308611047546	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
DEN0040_000000002037	3640	0.9986893387973872	6	2	2	2	2	False	73193	maximal	True	DEN0040_000000002037	1.0		0	0	False	False	0.9994505643844604	0					non-mobilizable	no_good_hit	239.0	83.264	7.0	3.576768719742059e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
MAD0036_000000000622	23345	0.9986892983233362	33	10	2	6	6	False	37502	maximal	True	MAD0036_000000000622	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1464.0	77.732	11.0	0.012803894076876272	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0207_000000009048	3097	0.9986889326996912	3	2	1	2	1	True	28585	maximal	True	ISR0207_000000009048	1.0		1	1	True	True	1.0	49					non-mobilizable	no_good_hit	1138.0	73.902	36.0	0.41597899474868716	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
MON0010_000000016897	1583	0.9986887561097486	4	3	3	2	1	False	13732	fragment	False	MON0010_000000016897	0.9640795381654907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	16.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0781_000000013734	2095	0.9986876263694822	4	2	2	2	2	True	120791	fragment	False	ENG0057_000000011928	0.7784019153723506		0	0	False	False	0.9966586828231812	0					non-mobilizable	no_good_hit	1176.0	86.22399999999999	56.0	0.00038155831797133177	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
SPA0130_000000027162	1245	0.9986866715577428	2	1	1	1	1	False	61338	fragment	False	SPA0130_000000027162	0.9567839566280031		0	0	False	False	0.9975903630256653	0					non-mobilizable	plasmid	685.0	94.59899999999999	92.0	0.010407157202848275	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
MAD0005_000000028711	1120	0.9986863083453172	2	1	1	1	1	False	19905	fragment	False	MAD0005_000000028711	1.0		0	0	False	False	0.9991071224212646	0					non-mobilizable	plasmid	537.0	90.50299999999999	95.0	0.009869269011231818	AP003515.1	firmicutes	Clostridium perfringens str. 13 plasmid pCP13 DNA, complete sequence	False	True
ISR0380_000000000748	16023	0.9986837329860192	27	21	6	8	21	False	89694	maximal	True	ISR0380_000000000748	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	5635.0	98.598	79.0	0.09027197325274866	AP018926.1	enterobacteria	Escherichia coli O121 EC12050 pEC12050-CTX plasmid DNA, complete genome	True	True
DEN0059_000000000586	1570	0.998683311875855	4	3	1	3	2	False	71972	fragment	False	DEN0059_000000000586	1.0		0	0	False	False	0.9904458522796631	0					non-mobilizable	no_good_hit	621.0	79.54899999999999	39.0	0.0061671722816541595	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
MON0046_000000015544	2106	0.9986828080941841	2	2	2	2	2	True	58298	fragment	False	MON0046_000000015544	1.0		0	0	False	False	0.9924026727676392	0					non-mobilizable	plasmid	1260.0	94.12700000000001	99.0	0.4722430607651913	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ENG0074_000000003383	6310	0.998682566488625	11	8	5	7	7	False	103456	maximal	True	ENG0074_000000003383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2362.0	93.522	76.0	0.09427326859289453	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0829_000000006435	2296	0.9986811865799812	4	2	1	2	1	False	21067	fragment	False	ISR0829_000000006435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	94.73	46.0	0.00019206509726363256	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0110_000000000676	25501	0.9986794491429558	45	10	6	8	5	False	59016	maximal	True	MAD0110_000000000676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4153.0	84.34899999999999	60.0	0.07276787296636303	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0134_000000004703	3373	0.9986783319661612	4	3	1	2	3	False	100514	fragment	False	ETH0003_000000010764	0.7088230510897418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	51.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0122_000000005481	3044	0.9986774708444336	4	3	3	3	3	False	87409	fragment	False	FIJ0122_000000005481	1.0		0	0	False	False	0.9960578083992004	0					non-mobilizable	chromosome	3044.0	100.0	100.0	0.0005853680306722845	CP051749.1	enterobacteria	Escherichia coli strain SCU-486 chromosome, complete genome	False	False
CHI0043_000000003157	2694	0.9986774708444336	3	3	3	3	3	False	87408	fragment	False	CHI0043_000000003157	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2694.0	100.0	100.0	0.0005373534474725532	AP022221.1	enterobacteria	Escherichia coli DNA, complete genome, strain: WP8-S17-ESBL-08	False	False
MON0074_000000007959	2419	0.9986774593229378	5	4	2	4	1	True	125361	fragment	False	FIJ0114_000000005988	0.2363991513818735		0	0	False	False	0.9785035252571106	0					non-mobilizable	other	2306.0	98.22200000000001	95.0	0.0006578774618316907	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0183_000000009129	3740	0.9986772949437072	3	3	2	3	3	False	45236	fragment	False	FIJ0067_000000007656	0.959211532272442		0	0	False	False	1.0	0					non-mobilizable	plasmid	3740.0	100.0	100.0	0.007618950585838003	CP044111.1	enterobacteria	Klebsiella michiganensis strain FDAARGOS_647 plasmid unnamed2	False	True
FIJ0047_000000017125	1800	0.9986772089165034	3	3	3	2	3	True	46879	fragment	False	FIJ0047_000000017125	1.0		0	0	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit								True	True
MAD0050_000000006499	3548	0.9986771382989984	3	3	3	2	3	False	82929	maximal	True	MAD0050_000000006499	1.0		1	1	False	False	0.9997181296348572	0					non-mobilizable	chromosome	3534.0	94.397	100.0	0.0007492114819683193	CP057435.1	enterobacteria	Escherichia coli strain RHB27-C02 chromosome, complete genome	False	False
DEN0013_000000000039	7469	0.99867690229294	10	5	3	5	2	True	96437	fragment	False	DEN0013_000000000039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3554.0	92.262	84.0	0.03541633402522753	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
SPA0024_000000001982	8401	0.9986763119264996	8	7	6	7	7	False	103705	fragment	False	SPA0135_000000002655	0.9751355570923916		0	0	False	False	0.9995238780975342	0					non-mobilizable	no_good_hit	921.0	79.696	24.0	0.00012636085310322465	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ENG0141_000000012682	2134	0.9986757710253452	3	2	1	2	1	False	77474	fragment	False	ENG0141_000000012682	1.0		0	0	False	False	0.9981256127357483	0					non-mobilizable	no_good_hit	133.0	93.23299999999999	6.0	0.0002760137755966184	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0834_000000000096	53690	0.9986756779676615	91	31	11	22	16	True	88756	maximal	True	ISR0834_000000000096	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit	5540.0	82.527	44.0	0.09679934781838159	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0008_000000000593	21649	0.9986752342754444	18	8	7	8	5	True	74861	fragment	False	SPA0008_000000000593	0.9669449577977843		0	0	False	False	0.9999538064002991	0					non-mobilizable	no_good_hit	186.0	86.022	1.0	0.0021079258010118043	NZ_RJQC01000005.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_5, whole genome shotgun sequence	True	True
MON0059_000000010854	3450	0.998674528935064	6	6	4	6	5	False	10951	maximal	True	MON0059_000000010854	1.0		2	1	False	False	0.985797107219696	0					non-mobilizable	no_good_hit	427.0	79.625	12.0	0.0013414430139226004	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ISR0183_000000003701	9805	0.9986742129611801	10	10	3	4	9	True	98049	fragment	False	ISR0183_000000003701	0.9853086529444717		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	9805.0	99.949	100.0	0.13597026517252858	AP022258.1	enterobacteria	Klebsiella sp. WP8-S18-ESBL-06 plasmid pWP8-S18-ESBL-06_2 DNA, complete genome, strain: WP8-S18-ESBL-06	False	True
ENG0117_000000015341	1501	0.9986735683922138	2	1	1	1	1	False	59355	maximal	True	ENG0117_000000015341	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1501.0	100.0	100.0	0.00030960059047024615	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
ENG0097_000000009854	3189	0.9986733978409776	4	3	1	3	2	False	60786	maximal	True	ENG0097_000000009854	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	81.49600000000001	8.0	6.247817027785473e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0002_000000007749	2680	0.9986725503249964	6	4	4	3	2	False	91605	fragment	False	ISR0002_000000007749	0.9560262767596259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0398_000000008448	2749	0.9986722771864592	2	2	2	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.14409744718573228		0	0	True	True	1.0	16					non-mobilizable	plasmid	1590.0	88.994	100.0	0.5907726931732933	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0284_000000003884	2745	0.9986722771864592	2	2	2	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.14443627575262366		0	0	True	True	1.0	36					non-mobilizable	plasmid	2674.0	92.221	100.0	0.9996249062265566	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0779_000000002408	11496	0.9986719075036092	15	7	3	6	3	False	124549	fragment	False	ISR0779_000000002408	1.0		0	0	False	False	0.9999130368232727	0					non-mobilizable	no_good_hit	335.0	99.70100000000001	3.0	0.005664473237907876	NZ_CYZN01000024.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0292_000000004749	3609	0.998671594179408	5	4	4	4	2	True	59135	fragment	False	ISR0292_000000004749	0.9389658095507205		0	0	False	False	0.998060405254364	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
ENG0128_000000009772	2761	0.9986713641709704	4	2	2	2	1	False	96421	fragment	False	SPA0083_000000005432	0.9565367368057951		0	0	False	False	0.9960159659385681	0					non-mobilizable	other	2742.0	100.0	99.0	0.02735310554047581	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0093_000000009087	4462	0.998671356697619	6	3	2	2	3	False	29857	fragment	False	SPA0093_000000009087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000010245	3552	0.9986711128883852	3	1	1	1	1	False	113215	fragment	False	SPA0096_000000010245	1.0		0	0	False	False	0.994087815284729	0					non-mobilizable	no_good_hit	56.0	98.214	2.0	0.0012351501268836038	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0129_000000013893	1853	0.9986711128883852	3	1	1	1	1	False	3836	fragment	False	SPA0129_000000013893	1.0		0	0	False	False	0.9967620372772217	0					non-mobilizable	no_good_hit	73.0	98.63	4.0	0.0016169238024658088	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
CHI0148_000000000565	16282	0.998670997020438	21	18	9	11	16	True	123697	fragment	False	CHI0148_000000000565	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	10517.0	98.40299999999999	98.0	0.3381950481341962	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0121_000000001519	13099	0.998669818992687	17	15	9	12	13	True	32232	maximal	True	ISR0121_000000001519	1.0		1	1	False	False	0.9999236464500427	0					non-mobilizable	plasmid	13119.0	95.80799999999999	100.0	0.47714921399131927	CP014570.1	e-proteobacteria	Campylobacter fetus subsp. venerealis strain 01/165 plasmid mp2, complete sequence	False	True
TAN0008_000000001656	6683	0.9986688021162736	7	5	5	5	4	False	80492	maximal	True	TAN0008_000000001656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	76.471	7.0	0.0009198952669700634	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	True	False
AUS0008_000000002333	7256	0.9986681014268228	7	6	3	5	3	False	124548	fragment	False	ISR0092_000000002097	0.6340504579229307		0	0	False	False	0.9995865225791931	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.00035938819993185626	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0001_000000008455	4564	0.9986652252569802	4	3	1	3	0	True	126250	maximal	True	DEN0001_000000008455	1.0	PS261|PS950	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1064.0	97.932	47.0	0.2624691358024691	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0228_000000001375	12592	0.9986651373117488	20	10	8	8	5	False	123888	fragment	False	SPA0082_000000000937	0.8152170719996169		0	0	False	False	1.0	0					non-mobilizable	plasmid	8828.0	98.969	96.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0185_000000007735	2794	0.998664974056303	3	2	2	2	1	False	126077	fragment	False	ENG0185_000000007735	1.0		0	0	False	False	0.9906943440437317	0					non-mobilizable	no_good_hit	836.0	88.995	29.0	0.03498847684894196	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0010_000000017799	1681	0.998664974056303	3	2	2	2	1	False	126073	fragment	False	AST0010_000000017799	0.9834605597964376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	90.05	35.0	0.025225225225225224	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0007_000000017203	2381	0.998664714989966	3	3	1	2	3	False	95340	fragment	False	CAN0007_000000017203	1.0		0	0	False	False	0.9853003025054932	0					non-mobilizable	no_good_hit	234.0	100.0	10.0	5.623197499728494e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
SPA0144_000000005347	3121	0.9986629299517896	3	3	2	3	1	True	96239	backbone	False	ENG0013_000000008430	0.9964869561945116	PS514	0	0	True	True	0.9996795654296875	18		MOBV			mobilizable	plasmid	2875.0	99.68700000000001	100.0	0.9385017991494929	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
ISR0839_000000005697	3120	0.9986629299517896	3	3	2	3	1	True	96239	backbone	False	ENG0013_000000008430	0.9965558189047037	PS514	0	0	True	True	0.995512843132019	19		MOBV			mobilizable	plasmid	2875.0	99.68700000000001	100.0	0.9385017991494929	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
ISR0794_000000006239	3106	0.9986629299517896	3	3	2	3	1	True	96239	backbone	False	ENG0013_000000008430	0.9948976579789307	PS514	0	0	True	True	1.0	21		MOBV			mobilizable	plasmid	2871.0	99.512	100.0	0.9385017991494929	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
SPA0029_000000000750	20394	0.9986626948462918	16	14	9	13	9	True	125329	backbone	True	SPA0029_000000000750	1.0	PS770|PS925	2	2	True	True	1.0	3					non-mobilizable	no_good_hit	3385.0	78.346	34.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0012_000000006599	3526	0.998662190451475	5	5	3	5	5	True	97918	fragment	False	FIJ0012_000000006599	0.9704766124855707		0	0	False	False	1.0	0					non-mobilizable	plasmid	3526.0	100.0	100.0	0.047922019658224235	CP042952.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_1, complete sequence	False	True
MAD0004_000000002110	4222	0.9986614127430076	7	2	2	1	1	False	20040	fragment	False	MAD0004_000000002110	1.0		0	0	False	False	0.9995262622833252	0					non-mobilizable	no_good_hit	2739.0	92.406	74.0	0.04848828554212597	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0057_01_000000010008	3136	0.9986602860594136	2	2	2	2	2	False	1265	fragment	False	USA0057_01_000000010008	1.0		0	0	False	False	0.9974489808082581	0					non-mobilizable	other	3117.0	100.0	99.0	0.11863696935084714	NZ_LPTR01000085.1	enterobacteria	Shigella boydii strain 600384 600384_86, whole genome shotgun sequence	False	False
FIJ0133_000000012400	3022	0.998659269422824	2	2	2	2	1	True	52909	backbone	False	FIJ0049_000000005601	0.9917913602696983	PS218	0	0	False	True	0.9966909289360046	0					non-mobilizable	no_good_hit								True	True
FIJ0016_000000006877	2594	0.998659269422824	2	2	2	2	1	True	52909	backbone	False	FIJ0049_000000005601	0.4721136445892146	PS218	0	0	False	True	0.9953739643096924	0					non-mobilizable	no_good_hit								True	True
MAD0047_000000014991	2833	0.9986591347674602	4	4	3	2	3	False	17672	maximal	True	MAD0047_000000014991	1.0		1	1	False	False	0.9985880851745605	0					non-mobilizable	chromosome	2814.0	99.68	99.0	0.0004944018484862284	NZ_CP015113.1	enterobacteria	Kosakonia radicincitans strain GXGL-4A chromosome, complete genome	False	False
ISR0199_000000001243	17052	0.998658298063026	21	7	6	7	7	False	37165	maximal	True	ISR0199_000000001243	1.0		2	1	False	False	0.9994722008705139	0					non-mobilizable	no_good_hit	392.0	77.041	2.0	9.825947666593313e-05	NZ_CP051181.1	a-proteobacteria	Thalassobius gelatinovorus strain NEB572 chromosome, complete genome	True	False
SPA0155_000000005344	3361	0.9986582376002396	5	3	2	3	1	False	3202	maximal	True	SPA0155_000000005344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0030_000000000589	19459	0.9986579975223164	20	7	4	6	4	False	37067	maximal	True	ISR0030_000000000589	1.0		6	2	False	False	0.9998972415924072	0					non-mobilizable	no_good_hit	89.0	89.88799999999999	0.0	0.038191395961369626	KU545773.1	bacteria	Uncultured bacterium clone CZ_01Z_000_Contig_6 genomic sequence	True	False
USA0046_01_000000003817	2861	0.9986579833217444	4	2	2	2	1	True	1194	maximal	True	USA0046_01_000000003817	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	83.824	7.0	0.03113974535971775	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0083_000000003956	2534	0.9986579160834708	2	2	2	2	2	False	16108	maximal	True	MAD0083_000000003956	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	97.875	69.0	0.00020674669191112784	CP050218.1	enterobacteria	Escherichia coli strain RM-096-MS chromosome	True	False
DEN0078_000000002515	8909	0.9986576290017652	7	2	2	2	2	False	115462	fragment	False	DEN0078_000000002515	1.0		0	0	False	False	0.9992142915725708	0					non-mobilizable	no_good_hit	93.0	90.323	1.0	0.015710382513661202	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	False
ISR0053_000000001719	12188	0.99865721651619	16	7	3	5	4	False	124552	fragment	False	ISR0053_000000001719	1.0		0	0	False	False	0.9983590245246887	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	False
ENG0177_000000003441	6956	0.9986565408861638	8	5	2	2	4	False	55545	maximal	True	ENG0177_000000003441	1.0		1	1	False	False	0.9998562335968018	0					non-mobilizable	no_good_hit	1150.0	82.522	16.0	0.026956027831684576	CP035500.1	firmicutes	Clostridioides difficile strain TW11-RT078 plasmid p1, complete sequence	True	False
ENG0081_000000004381	5684	0.9986564812513244	4	3	1	3	1	True	87291	maximal	True	ENG0081_000000004381	1.0		1	1	True	True	1.0	710	rep_cluster_1778			MOBP,MOBP,MOB_unknown	mobilizable	no_good_hit	801.0	91.635	50.0	0.014606472527674937	HE578057.1	enterobacteria	Shigella sp. MO17 plasmid pMO17_54 complete sequence	True	True
USA0081_01_000000004906	6291	0.99865637022742	8	5	4	4	4	False	122533	fragment	False	USA0081_01_000000004906	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5741.0	92.963	91.0	0.24804721402534283	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0010_000000006084	3023	0.9986562577129966	4	3	0	3	2	True	125272	maximal	False	ENG0052_000000009814	0.9343999889204432		0	0	True	True	1.0	65					non-mobilizable	no_good_hit	79.0	94.93700000000001	3.0	0.022538552787663108	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
CHI0145_000000001443	10075	0.9986551070212012	16	9	7	4	6	False	123888	fragment	False	SPA0082_000000000937	0.47909330082136925		0	0	False	False	1.0	0					non-mobilizable	plasmid	10076.0	99.99	100.0	0.10249341295435356	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AUS0012_000000003045	4794	0.9986547537217983	8	2	2	1	2	False	101258	fragment	False	AUS0012_000000003045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1464.0	92.691	63.0	0.023522773075372833	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
USA0036_01_000000010234	3638	0.9986547537217983	7	2	2	1	2	False	96508	fragment	False	USA0036_01_000000010234	1.0		0	0	False	False	0.9903793334960938	0					non-mobilizable	no_good_hit	737.0	96.20100000000001	48.0	0.011866182990729545	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ISR0085_000000013116	1896	0.9986544580676128	4	3	3	2	3	False	45402	fragment	False	ISR0085_000000013116	1.0		0	0	False	False	0.9915611743927002	0					non-mobilizable	no_good_hit	237.0	74.262	12.0	0.00028854192612833457	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0103_000000027941	1101	0.9986534782021804	2	2	2	2	1	False	32996	fragment	False	ISR0103_000000027941	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	86.154	99.0	0.024770374362774822	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
ISR0130_000000008869	3194	0.9986519399276328	2	2	1	2	1	False	38349	maximal	True	ISR0130_000000008869	1.0		4	1	False	False	0.9987476468086243	0					non-mobilizable	no_good_hit	1236.0	89.23899999999999	52.0	0.0006560897053560778	NC_022549.1	mycoplasmas	Acholeplasma brassicae, complete genome	True	False
FIJ0073_000000014895	1243	0.9986517794741347	2	2	2	1	1	False	44684	fragment	False	FIJ0073_000000014895	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1081.0	97.132	95.0	0.0026333563345630456	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0128_000000001723	12522	0.998650847355464	13	5	4	5	3	True	58671	backbone	True	ENG0128_000000001723	0.9423538831064852	PS255	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	71.0	84.507	1.0	0.0013781697905181918	NZ_FQXK01000039.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
MAD0062_000000001810	6767	0.9986499192097924	6	4	3	4	3	True	16779	maximal	True	MAD0062_000000001810	1.0		1	1	False	False	0.9994089007377625	0					non-mobilizable	no_good_hit	201.0	99.005	3.0	0.0004876585804746381	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
CHI0181_000000003149	6147	0.998648847081249	6	5	4	5	3	True	106678	fragment	False	CHI0117_000000002072	0.8568015735147796		0	0	False	False	0.9996746182441711	0					non-mobilizable	other	6160.0	92.15899999999999	100.0	0.559577951609969	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
AST0035_000000001925	7946	0.9986484259512126	15	4	1	4	2	False	127291	fragment	False	AST0035_000000001925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3059.0	99.314	76.0	0.25721254941542604	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ENG0195_000000003432	6071	0.9986484259512126	12	4	1	4	2	False	127290	fragment	False	ENG0195_000000003432	0.9985908488063661		0	0	False	False	0.9971997737884521	0					non-mobilizable	no_good_hit	2760.0	96.196	70.0	0.23206325174531078	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ENG0149_000000004174	6032	0.9986484259512126	12	4	1	4	2	False	127290	fragment	False	ENG0195_000000003432	0.9954702684895405		0	0	False	False	0.9976790547370911	0					non-mobilizable	no_good_hit	2760.0	96.63	70.0	0.23206325174531078	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0144_000000000162	19447	0.9986475874533978	25	24	6	9	24	False	56698	maximal	True	ISR0144_000000000162	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	other	8961.0	99.007	98.0	0.45704958171801674	LM996055.1	enterobacteria	Escherichia coli genome assembly FHI43, scaffold scaffold-4_contig-13.0_1_19604_[organism:Escherichia	False	True
ENG0090_000000000397	28129	0.9986471908188784	32	17	8	13	10	True	127246	backbone	True	ENG0090_000000000397	0.9613413243352176	PS988|PS992	1	1	True	True	1.0	104					non-mobilizable	no_good_hit	10510.0	96.67	73.0	0.4193342125244775	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0105_000000026708	1444	0.9986465259717301	4	2	2	2	2	False	82210	fragment	False	MAD0105_000000026708	1.0		0	0	False	False	0.9813019633293152	0					non-mobilizable	chromosome	1444.0	98.546	100.0	0.00027925857718625794	CP024997.2	enterobacteria	Escherichia coli strain S17-13 chromosome	False	False
CHI0165_000000008251	1978	0.9986464588323818	3	2	2	2	1	True	100275	fragment	False	CHI0165_000000008251	0.9688044989118053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	78.55199999999999	54.0	0.00019858104814687776	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ISR0281_000000015387	1211	0.9986459753361258	2	2	2	1	1	False	26159	fragment	False	ISR0281_000000015387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0131_000000007323	3741	0.9986458074923641	7	5	3	4	5	True	58375	maximal	True	ENG0131_000000007323	1.0		2	2	False	False	0.9991980791091919	0					non-mobilizable	plasmid	2369.0	99.87299999999999	100.0	0.015506210997099134	CP024237.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed5, complete sequence	False	True
MAD0099_000000022186	1420	0.9986444003343388	2	1	1	1	1	False	15203	maximal	True	MAD0099_000000022186	1.0		1	1	False	False	0.9845070242881775	0					non-mobilizable	no_good_hit	681.0	85.169	78.0	0.12142346208869814	NZ_JUPW01000175.1	high GC Gram+	Isoptericola variabilis strain 871_IVAR 597_5592_144980, whole genome shotgun sequence	True	False
MON0047_000000001047	19782	0.9986422857332522	22	4	1	2	4	False	47694	fragment	False	MON0047_000000001047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1799.0	88.883	9.0	0.11184869739478957	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0040_000000005510	4600	0.9986421547167554	5	2	1	2	2	True	19062	maximal	True	MAD0040_000000005510	1.0		3	1	True	True	1.0	87					non-mobilizable	no_good_hit	135.0	80.741	3.0	0.016903572800614674	CP034578.1	firmicutes	Lactococcus lactis subsp. lactis strain UC08 plasmid pUC08E, complete sequence	True	True
MAD0027_000000002268	4569	0.9986421547167554	5	2	1	2	2	True	19062	maximal	False	MAD0040_000000005510	1.0		0	0	True	True	0.9995622634887695	5					non-mobilizable	no_good_hit	135.0	80.741	3.0	0.016903572800614674	CP034578.1	firmicutes	Lactococcus lactis subsp. lactis strain UC08 plasmid pUC08E, complete sequence	True	True
MAD0039_000000003348	3763	0.9986421547167554	5	2	1	2	2	True	18496	fragment	False	MAD0039_000000003348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	80.741	4.0	0.016903572800614674	CP034578.1	firmicutes	Lactococcus lactis subsp. lactis strain UC08 plasmid pUC08E, complete sequence	True	True
USA0047_01_000000010995	3213	0.9986421248640658	5	2	2	2	2	False	103610	fragment	False	USA0047_01_000000010995	1.0		0	0	False	False	0.9993775486946106	0					non-mobilizable	no_good_hit	153.0	80.392	5.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
SPA0060_000000002902	5831	0.9986420705584534	7	2	2	2	1	True	6255	maximal	True	SPA0060_000000002902	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	388.0	91.23700000000001	7.0	0.05905813775118883	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0131_000000028371	1304	0.998642034781395	2	1	1	1	1	False	61341	maximal	True	ISR0131_000000028371	1.0		1	1	False	False	0.995398759841919	0					non-mobilizable	no_good_hit	683.0	93.99700000000001	83.0	0.01037672691862942	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
CHI0098_000000000024	101832	0.9986417022321374	125	47	26	41	21	True	127360	maximal	True	CHI0098_000000000024	1.0	PS1004	1	1	False	True	0.9999803304672241	0					non-mobilizable	no_good_hit	5007.0	98.44200000000001	6.0	0.8930739021777937	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
ISR0254_000000000208	16016	0.9986413238720984	23	20	6	10	20	True	123628	fragment	False	USA0108_01_000000001009	0.7231823059155589		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8756.0	98.584	99.0	0.2639384950662873	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ETH0005_000000028057	1669	0.99863887397432	2	2	2	2	2	False	52730	maximal	True	ETH0005_000000028057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	972.0	99.486	58.0	0.015300494784280357	CP016714.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77B, complete sequence	True	False
MON0010_000000007416	3197	0.998638154698414	4	3	3	2	2	False	23174	maximal	True	MON0010_000000007416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	98.59200000000001	36.0	0.00035751768497674716	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ENG0066_000000005907	3146	0.9986379918868336	5	5	0	3	2	True	128539	maximal	False	ISR0182_000000011420	0.8376916395256406	PS342|PS522	0	0	True	True	1.0	167					non-mobilizable	no_good_hit	262.0	91.221	20.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0198_000000010879	3049	0.9986379918868336	5	5	0	3	2	True	122717	backbone	False	ENG0180_000000005490	0.9030425667204012	PS873	0	0	True	True	1.0	199					non-mobilizable	no_good_hit	262.0	92.74799999999999	9.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0129_000000003739	3048	0.9986379918868336	5	5	0	3	2	True	122717	backbone	False	ENG0180_000000005490	0.9036711305980599	PS873	0	0	True	True	0.9996719360351562	92					non-mobilizable	no_good_hit	261.0	93.103	8.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0110_000000010133	3011	0.9986379918868336	5	5	0	3	2	True	122717	backbone	False	ENG0180_000000005490	0.9389972319855852	PS873	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	262.0	88.931	9.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0003_000000009505	2984	0.9986379918868336	5	5	0	3	2	True	128539	maximal	False	ISR0182_000000011420	0.6294754694803903	PS342|PS522	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	262.0	91.603	21.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0073_000000003312	4106	0.9986375694520758	4	4	2	3	4	True	120501	backbone	False	FIJ0011_000000010251	0.8727033260242102	PS843	0	0	True	True	1.0	264	rep_cluster_1778	MOBQ,MOBQ		MOBQ,MOBQ	mobilizable	other	3928.0	99.898	100.0	0.943523191540495	LM996766.1	enterobacteria	Escherichia coli genome assembly FHI82, scaffold scaffold-9_contig-20.0_1_4161_[organism:Escherichia	False	True
ENG0105_000000007814	2737	0.9986368557028028	6	4	4	4	3	False	125075	fragment	False	ENG0080_000000007626	0.6845263513753959		0	0	False	False	0.9788089394569397	0					non-mobilizable	no_good_hit	508.0	83.465	19.0	0.0001514838490510124	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
AST0057_000000001321	5074	0.9986364142189348	5	2	1	2	1	False	113233	maximal	True	AST0057_000000001321	1.0		1	1	True	True	0.9996058344841003	28					non-mobilizable	no_good_hit	179.0	75.419	3.0	0.2186335403726708	MK232234.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_6-CL25_c3 sequence	True	True
SPA0138_000000009223	2773	0.9986363887485928	3	3	1	3	1	True	130986	backbone	False	SPA0127_000000010391	0.8483818121803083	PS1132	0	0	True	True	1.0	20	rep_cluster_1867				non-mobilizable	plasmid	2586.0	98.376	100.0	0.9308606409794743	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
MON0103_000000015088	3169	0.9986362078647468	6	4	1	2	4	False	71401	fragment	False	MON0103_000000015088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	96.97	3.0	3.4704724764972875e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0114_000000001920	14866	0.9986360674670832	19	8	7	5	5	False	87898	backbone	False	ENG0085_000000001418	0.9855142311871598	PS455	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3359.0	91.039	50.0	0.053865376864167674	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
FIJ0127_000000006767	2817	0.9986344649500588	3	3	0	3	0	True	123452	backbone	False	FIJ0126_000000012647	0.8808749838034946	PS275|PS900	0	0	True	True	1.0	4					non-mobilizable	plasmid	2389.0	97.656	100.0	0.859251259899208	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0013_000000009708	2810	0.9986344649500588	3	3	0	3	0	True	121072	backbone	False	CHI0144_000000005158	0.9589212154203987	PS470|PS848	0	0	True	True	0.9971530437469482	3	rep_cluster_1683	MOBV			mobilizable	plasmid	1833.0	96.236	100.0	0.6606563288856834	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0288_000000010919	2759	0.9986344649500588	4	3	0	3	0	True	49519	backbone	False	FIJ0067_000000010591	0.9412002640571442	PS184	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	681.0	77.97399999999999	24.0	0.24144144144144145	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
SPA0143_000000007649	2516	0.9986344649500588	4	3	0	3	0	True	72565	backbone	False	ISR0243_000000004384	0.7054760306927764	PS342	0	0	True	True	1.0	131					non-mobilizable	no_good_hit	261.0	95.402	26.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
USA0081_01_000000013273	2339	0.9986344649500588	4	3	0	3	0	True	572	maximal	True	USA0081_01_000000013273	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8494632789065974e-06	CP012672.1	d-proteobacteria	Sorangium cellulosum strain So ce836 chromosome, complete genome	True	True
FIJ0140_000000019414	1701	0.9986339627932156	3	2	2	2	1	False	96408	fragment	False	MAD0089_000000015050	0.9533563878709611		0	0	False	False	0.9794238805770874	0					non-mobilizable	other	1701.0	98.883	99.0	0.01694475490978764	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0279_000000007258	2814	0.9986324967142856	2	2	2	2	1	False	26248	maximal	True	ISR0279_000000007258	1.0		0	0	False	False	0.9978678226470947	0					non-mobilizable	no_good_hit	200.0	90.5	11.0	5.332867399726014e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0068_000000017507	1479	0.998631859490277	2	1	1	1	1	False	62575	fragment	False	ENG0068_000000017507	1.0		0	0	False	False	0.9925625324249268	0					non-mobilizable	plasmid	1467.0	87.321	98.0	0.0583862846181513	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0199_000000006238	4454	0.9986285315557548	9	4	4	4	3	False	102595	fragment	False	USA0080_01_000000007643	0.6256715192293214		0	0	False	False	0.9975302815437317	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.882004321964812e-05	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
ENG0150_000000002798	5468	0.9986282503837663	11	8	2	4	8	True	57182	maximal	True	ENG0150_000000002798	1.0		1	1	True	True	0.9998171329498291	20	rep_cluster_2335,rep_cluster_2358	MOBP		MOBP	mobilizable	plasmid	5063.0	99.26899999999999	100.0	0.8874276696475539	LC056368.1	enterobacteria	Escherichia coli plasmid pV139-b DNA, contig: V139-b_scaffold_10, strain: V139	False	True
MON0080_000000032586	1697	0.998626244810241	2	2	2	2	2	False	12859	fragment	False	MON0030_000000020585	0.9591249280368451		0	0	False	False	0.9994107484817505	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000007756	2937	0.9986259505757537	2	2	2	1	2	False	30818	fragment	False	ISR0150_000000007756	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2810.0	100.0	96.0	0.044208372678627636	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	False
ISR0123_000000003148	5474	0.9986258908413717	5	4	3	4	2	True	50745	maximal	True	ISR0123_000000003148	0.9980778795662524		7	2	True	True	0.9961636662483215	27					non-mobilizable	no_good_hit	165.0	76.36399999999999	3.0	0.0023887773111800864	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0043_000000008656	3034	0.9986256510363772	3	3	2	2	1	True	80259	maximal	True	FIJ0043_000000008656	0.9625038137257589		3	2	True	True	1.0	3					non-mobilizable	no_good_hit	2092.0	95.411	81.0	0.7284467713787085	CP056661.1	enterobacteria	Escherichia coli strain RHBSTW-00204 plasmid pRHBSTW-00204_7, complete sequence	True	True
ENG0001_000000003071	7408	0.9986244955414616	9	5	1	2	5	False	130192	maximal	True	ENG0001_000000003071	1.0	PS1072|PS1075|PS1077|PS1081|PS1083|PS1084|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	2	2	False	True	0.9971652030944824	0	rep_cluster_475				non-mobilizable	no_good_hit	2330.0	98.369	68.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0031_000000011358	2029	0.9986238542338268	4	3	2	3	3	False	37013	maximal	True	ISR0031_000000011358	1.0		2	1	False	False	0.9965500235557556	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000001247	18230	0.99862330378004	21	14	9	6	11	True	132596	backbone	False	ISR0120_000000000296	0.32458773945514974	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18231.0	99.956	100.0	0.5874826774952464	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0799_000000000453	18187	0.99862330378004	21	14	9	6	11	True	132596	backbone	False	ISR0120_000000000296	0.3243041715942851	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18188.0	99.956	100.0	0.586096877114957	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0379_000000000685	18667	0.9986228467866296	21	20	10	11	20	True	64125	maximal	True	ISR0379_000000000685	1.0		1	1	False	False	0.9998928308486938	0	rep_cluster_342	MOBP		MOBQ	mobilizable	no_good_hit	5013.0	96.82799999999999	56.0	0.11338083927157562	CP016716.1	firmicutes	Lactococcus lactis subsp. lactis strain UC063 plasmid pUC063B, complete sequence	True	True
MAD0063_000000000070	47244	0.9986223861292453	76	23	11	18	14	True	93507	fragment	False	MAD0063_000000000070	1.0		0	0	False	False	0.9995766878128052	0					non-mobilizable	no_good_hit	4277.0	90.344	49.0	0.07514266472902563	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0110_000000004955	2795	0.9986222536629829	4	3	0	3	3	False	103833	fragment	False	MON0110_000000004955	1.0		0	0	False	False	1.0	0		MOBP,MOBP			mobilizable	plasmid	2728.0	99.45	98.0	0.34349414283914853	CP042889.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 plasmid pNMBU-W12E19_05, complete sequence	False	True
FIJ0105_000000010781	2837	0.9986221372762786	3	3	0	3	1	True	108303	backbone	False	ISR0304_000000003258	0.9671023078072252	PS668	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1522.0	91.26100000000001	59.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0109_000000000198	39955	0.9986202550992136	52	30	13	17	28	True	116092	maximal	True	MON0109_000000000198	1.0		0	0	False	False	0.9995244741439819	0					non-mobilizable	no_good_hit	8207.0	96.96600000000001	79.0	0.04415771844607912	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ENG0134_000000003991	8075	0.9986192468672644	11	8	6	8	5	True	132451	fragment	False	ENG0134_000000003991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	92.035	1.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0220_000000000404	33642	0.9986176545419648	26	18	13	14	15	True	116261	maximal	True	ISR0220_000000000404	0.9995723661667938		14	5	False	False	0.9995838403701782	0					non-mobilizable	no_good_hit	12839.0	99.852	51.0	0.002047150151080574	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
SPA0134_000000000658	33562	0.9986176545419648	26	18	13	14	15	True	116261	maximal	False	ISR0220_000000000404	0.9989194930414707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12839.0	99.805	51.0	0.002047150151080574	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
ENG0008_000000014272	1777	0.9986176185501279	3	3	1	2	3	False	67406	fragment	False	ENG0008_000000014272	1.0		0	0	False	False	0.9983117580413818	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000033449	1342	0.998617465515206	2	2	2	2	1	False	95532	maximal	True	CAN0006_000000033449	1.0		1	1	False	False	0.9761549830436707	0					non-mobilizable	no_good_hit	503.0	99.801	37.0	0.0001230793069605271	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0099_000000003300	6543	0.9986166406537532	7	3	3	3	2	False	86074	fragment	False	ISR0099_000000003300	1.0		0	0	False	False	0.9998471736907959	0					non-mobilizable	no_good_hit	636.0	94.654	10.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0192_000000003178	5092	0.9986160720734064	5	3	2	2	2	False	114686	fragment	False	ENG0192_000000003178	1.0		0	0	False	False	0.9984288811683655	0					non-mobilizable	no_good_hit	1163.0	98.10799999999999	38.0	0.04582561028512837	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	True	False
ENG0027_000000000238	43709	0.9986155664407173	41	33	22	26	26	True	123943	backbone	False	ENG0005_000000000325	0.9783234608333208	PS902|PS911	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	8409.0	97.705	53.0	0.0019078894644431331	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	True
ENG0173_000000009004	1960	0.998613817076634	5	5	1	1	5	False	55687	fragment	False	ENG0173_000000009004	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1960.0	99.949	100.0	0.0006048435650387452	CP039296.1	firmicutes	Enterococcus faecalis strain VE14089 chromosome, complete genome	False	False
MON0084_000000030755	1217	0.9986125974118012	2	2	2	2	2	False	57007	fragment	False	ENG0152_000000019701	0.9655427631578948		0	0	False	False	0.8940016627311707	0					non-mobilizable	no_good_hit	311.0	85.852	26.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0021_000000024964	1217	0.9986125974118012	2	2	2	2	2	False	57007	fragment	False	ENG0152_000000019701	0.9655427631578948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.852	26.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0085_000000005205	2153	0.9986124479265148	3	2	1	2	1	False	93042	fragment	False	MAD0085_000000005205	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	73.913	15.0	7.914306875573433e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
FIJ0115_000000004034	6081	0.9986121343428278	9	9	3	6	8	False	116144	fragment	False	FIJ0115_000000004034	0.9975164841222033		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	6081.0	99.95100000000001	100.0	0.04973537182916554	AP022146.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-S18-ESBL-05_4 DNA, complete genome, strain: WP5-S18-ESBL-05	False	True
ISR0172_000000007781	2062	0.9986107767605414	3	1	1	1	1	False	29938	fragment	False	ISR0172_000000007781	1.0		0	0	False	False	0.9922405481338501	0					non-mobilizable	no_good_hit	539.0	86.271	50.0	0.012082013968425072	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
DEN0031_000000011896	2827	0.998609004597822	3	3	3	3	1	False	117196	maximal	True	DEN0031_000000011896	1.0		0	0	False	False	0.9886806011199951	0					non-mobilizable	no_good_hit	209.0	76.077	7.0	0.0006123320134830799	NZ_RLII01000002.1	firmicutes	Hungateiclostridium mesophilum strain N2K1 seq2, whole genome shotgun sequence	True	False
SPA0045_000000001673	15429	0.998608227985178	18	8	7	6	6	False	123917	fragment	False	ENG0028_000000000768	0.9341317124191179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5701.0	98.456	60.0	0.05794565560178638	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
FIJ0002_000000005278	6524	0.9986070863828684	7	5	3	4	1	True	72355	fragment	False	DEN0052_000000004914	0.9419130959565479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	91.919	5.0	0.00011942914515912493	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
ISR0275_000000000931	12032	0.9986052136506536	17	11	9	11	8	True	126354	fragment	False	ISR0275_000000000931	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	4.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
SPA0128_000000016000	2327	0.9986044077931236	3	2	1	2	1	True	32175	maximal	True	SPA0128_000000016000	1.0		1	1	False	False	0.9995702505111694	0					non-mobilizable	no_good_hit	953.0	74.921	50.0	0.11564625850340136	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CHI0174_000000007946	1899	0.9986017443340364	4	2	2	2	2	False	77822	fragment	False	CHI0174_000000007946	0.9863791146424518		0	0	False	False	0.9994733929634094	0					non-mobilizable	no_good_hit	258.0	74.031	14.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0255_000000018412	1762	0.9986017443340364	3	2	2	2	2	False	77822	fragment	False	CHI0174_000000007946	0.9520800421274356		0	0	False	False	0.9965947866439819	0					non-mobilizable	no_good_hit	289.0	87.889	16.0	8.673429130554985e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0327_000000016824	1706	0.9986017443340364	4	2	2	2	2	False	36609	fragment	False	ISR0327_000000016824	1.0		0	0	False	False	0.9958968162536621	0					non-mobilizable	no_good_hit	258.0	74.031	15.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0288_000000019531	1525	0.9986017443340364	4	2	2	2	2	False	36607	fragment	False	ISR0288_000000019531	0.965460911380809		0	0	False	False	0.9993442893028259	0					non-mobilizable	no_good_hit	258.0	74.031	17.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0178_000000011800	1480	0.9986017443340364	3	2	2	2	2	False	36607	fragment	False	ISR0288_000000019531	0.8461348668711568		0	0	False	False	0.9952702522277832	0					non-mobilizable	no_good_hit	258.0	74.031	17.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
MON0019_000000046138	1455	0.9986017443340364	3	2	2	2	2	False	36607	fragment	False	ISR0288_000000019531	0.9301918335043999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	89.39399999999999	4.0	1.7170660782501355e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
SPA0092_000000031205	1455	0.9986017443340364	3	2	2	2	2	False	36607	fragment	False	ISR0288_000000019531	0.5311398977592093		0	0	False	False	0.9945017099380493	0					non-mobilizable	no_good_hit	258.0	74.031	18.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0378_000000019412	1597	0.9986008554226912	3	2	2	2	2	False	126073	fragment	False	AST0010_000000017799	0.9634111021802827		0	0	False	False	0.9899812340736389	0					non-mobilizable	no_good_hit	536.0	89.73899999999999	33.0	0.022417766603813116	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0144_000000012109	1417	0.9986008554226912	2	2	2	2	2	False	57552	fragment	False	ENG0144_000000012109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	89.56700000000001	35.0	0.021244500314267757	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0026_000000000967	21868	0.998600468733306	18	13	8	13	8	True	125349	maximal	True	AST0026_000000000967	1.0	PS770	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	3386.0	78.352	29.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0273_000000000698	8243	0.998600100304814	9	5	4	4	2	False	86075	backbone	True	ISR0273_000000000698	0.9996806288236297	PS434	12	1	False	True	1.0	0					non-mobilizable	no_good_hit	569.0	95.255	12.0	0.00017670383876645788	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0026_000000012949	1747	0.9985996472266973	3	2	2	1	1	False	37289	fragment	False	ISR0026_000000012949	0.9966565349544073		0	0	False	False	0.9576416611671448	0					non-mobilizable	no_good_hit	689.0	87.083	56.0	0.010391942060738847	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ENG0160_000000005784	3765	0.9985994750889936	5	3	3	2	3	True	120792	fragment	False	ENG0160_000000005784	1.0		0	0	False	False	0.9994688034057617	0					non-mobilizable	no_good_hit	2870.0	94.98299999999999	76.0	0.004573219380493129	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
ISR0231_000000001858	6414	0.9985991544593298	10	5	2	5	2	False	81991	maximal	True	ISR0231_000000001858	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	351.0	86.61	5.0	0.013044456106154885	MK232980.1	viruses	Uncultured human fecal virus clone D.formicigenerans_S04.r3.K08_1-CL20_c1 sequence	True	False
CHI0123_000000000235	29549	0.99859798909039	36	20	7	15	14	True	100963	maximal	True	CHI0123_000000000235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	85.178	5.0	0.0002706423666832307	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
SPA0151_000000011785	1617	0.9985977536267692	3	3	3	3	1	False	20863	fragment	False	SPA0151_000000011785	0.9673430564362714		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	95.609	99.0	0.002155630857361188	NZ_RBXN01000001.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_101, whole genome shotgun sequence	False	False
USA0012_01_000000001728	3689	0.9985967594035134	4	4	4	4	4	False	77939	fragment	False	USA0012_01_000000001728	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0073_01_000000009711	1524	0.9985964610652549	2	1	1	1	1	False	56734	fragment	False	SPA0040_000000027317	0.9416895898282291		0	0	False	False	1.0	0					non-mobilizable	plasmid	1533.0	91.977	100.0	0.03847028789525567	MG813924.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain FM03P plasmid pLd10, complete sequence	False	True
ISR0347_000000002395	6655	0.9985963818225708	7	6	4	6	5	False	58227	fragment	False	ISR0347_000000002395	0.9996103732909859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	76.896	21.0	0.006006442808311479	NZ_OAOF01000007.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ENG0134_000000005301	6414	0.9985963818225708	7	6	4	6	5	False	58227	fragment	False	ISR0347_000000002395	0.9898631283654026		0	0	False	False	0.9998440742492676	0					non-mobilizable	no_good_hit	1411.0	76.75399999999999	22.0	0.006006442808311479	NZ_OAOF01000007.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0086_000000005631	4377	0.9985963818225708	7	6	4	6	5	False	33924	fragment	False	ISR0086_000000005631	1.0		0	0	False	False	0.9995430707931519	0					non-mobilizable	no_good_hit	1411.0	76.896	32.0	0.006006442808311479	NZ_OAOF01000007.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
MAD0056_000000006389	2122	0.998595370331246	2	1	1	1	1	False	90332	fragment	False	CHI0049_000000006892	0.6755723536987405		0	0	False	False	1.0	0					non-mobilizable	chromosome	2122.0	100.0	100.0	0.0004340845390384444	CP019250.1	enterobacteria	Escherichia coli strain 13KWH46 chromosome, complete genome	False	False
AST0084_000000000178	53254	0.9985949179716088	100	27	11	22	14	True	111633	maximal	True	AST0084_000000000178	1.0		1	1	False	False	0.999924898147583	0					non-mobilizable	no_good_hit	4167.0	87.353	46.0	0.07342359905008329	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0059_01_000000010884	2425	0.9985942983986222	4	4	3	3	2	False	20864	fragment	False	USA0059_01_000000010884	1.0		0	0	False	False	0.9962886571884155	0					non-mobilizable	other	2426.0	97.03200000000001	100.0	0.003282899790940389	NZ_RBXN01000001.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_101, whole genome shotgun sequence	False	False
ISR0068_000000002155	7852	0.9985939640591964	9	4	3	4	2	False	86075	backbone	False	ISR0273_000000000698	0.9876745505283423	PS434	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	636.0	95.126	9.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0781_000000002892	7803	0.9985939640591964	8	4	3	4	2	False	86075	backbone	False	ISR0273_000000000698	0.9846463096871662	PS434	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	597.0	94.305	9.0	0.00019210171850458482	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MON0036_000000004240	4224	0.9985938606645512	6	4	4	3	4	False	103457	fragment	False	MON0036_000000004240	0.6955070694801915		0	0	False	False	1.0	0					non-mobilizable	plasmid	3158.0	91.86200000000001	91.0	0.12504495863805298	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
USA0011_01_000000004490	8335	0.9985935350949232	6	4	3	4	3	False	62970	maximal	True	USA0011_01_000000004490	0.9999397372544293		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3212.0	94.988	39.0	0.04767493685930768	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
ENG0004_000000000202	57477	0.998593366524994	62	37	25	33	20	True	105279	fragment	False	ENG0004_000000000202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5734.0	77.433	16.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0158_000000005154	3095	0.998592805216602	3	3	3	2	2	False	78906	fragment	False	ISR0035_000000004946	0.6230511150582198		0	0	False	False	0.9990307092666626	0					non-mobilizable	no_good_hit	285.0	72.632	9.0	6.31242856095634e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0084_000000012828	2197	0.998592805216602	4	3	3	2	2	False	64226	fragment	False	ENG0084_000000012828	1.0		0	0	False	False	0.9927173256874084	0					non-mobilizable	no_good_hit	285.0	72.982	13.0	6.31242856095634e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0101_000000013569	2053	0.998592015942208	4	4	4	3	2	False	83714	fragment	False	FIJ0101_000000013569	0.986426641694452		0	0	False	False	0.9853872656822205	0					non-mobilizable	no_good_hit	1578.0	97.719	82.0	0.0038451879070425213	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0062_000000002618	13024	0.9985909301939924	18	10	7	7	7	False	123888	fragment	False	SPA0082_000000000937	0.857629528788261		0	0	False	False	1.0	0					non-mobilizable	plasmid	11315.0	99.965	97.0	0.11509781381295842	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0334_000000007855	2584	0.9985902960643458	5	2	2	1	1	False	126076	maximal	True	ISR0334_000000007855	1.0		0	0	False	False	0.9996129870414734	0					non-mobilizable	no_good_hit	928.0	97.09100000000001	36.0	0.038843494657448144	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0085_000000010393	1572	0.9985902960643458	3	2	2	1	1	False	126073	fragment	False	AST0010_000000017799	0.6418284283030683		0	0	False	False	0.9955470561981201	0					non-mobilizable	no_good_hit	417.0	88.48899999999999	26.0	0.01743138487324534	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0105_000000000831	20600	0.998589675528245	23	17	9	9	16	False	50288	maximal	True	MAD0105_000000000831	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	5142.0	97.355	55.0	0.0009595971716820212	CP010122.1	enterobacteria	Escherichia coli strain C5, complete genome	True	False
FIJ0150_000000012651	1904	0.9985889602665836	4	3	2	1	3	False	39807	fragment	False	FIJ0150_000000012651	1.0		0	0	False	False	0.9989495873451233	0					non-mobilizable	no_good_hit	660.0	97.727	48.0	0.005512937416866744	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
ISR0192_000000003910	5077	0.9985887441037524	9	6	4	3	3	True	123814	backbone	False	CHI0167_000000003333	0.9826128099000575	PS607|PS904	0	0	True	True	1.0	214		MOBP			mobilizable	plasmid	3548.0	99.859	100.0	0.7134808853118713	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
MAD0099_000000019674	1602	0.9985859220268052	3	3	3	2	3	False	16887	fragment	False	MAD0059_000000012103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	83.58200000000001	85.0	0.0002472179502613762	CP025389.1	firmicutes	Enterococcus faecium strain 13-009 chromosome	True	False
MAD0059_000000012103	1602	0.9985859220268052	3	3	3	2	3	False	16887	fragment	False	MAD0059_000000012103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	83.58200000000001	85.0	0.0002472179502613762	CP025389.1	firmicutes	Enterococcus faecium strain 13-009 chromosome	True	False
ENG0082_000000010831	1893	0.9985857273108576	4	2	1	2	1	False	61626	maximal	True	ENG0082_000000010831	1.0		0	0	False	False	0.9788694977760315	0					non-mobilizable	no_good_hit	842.0	92.399	44.0	0.1717816683831102	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0328_000000022821	1281	0.9985848392515806	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.34729960609515476		0	0	False	False	0.9914129376411438	0					non-mobilizable	no_good_hit	107.0	93.458	17.0	0.00022164742585789054	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0066_000000002940	5468	0.9985847553489158	7	3	3	3	2	True	53016	maximal	True	MAD0066_000000002940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	75.186	7.0	0.00705348598163967	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0051_000000043745	1129	0.9985836860515354	3	2	2	2	1	False	72386	maximal	True	DEN0051_000000043745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	23.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
MAD0028_000000001603	6255	0.9985832354886648	6	4	4	4	3	True	19025	maximal	True	MAD0028_000000001603	1.0		3	1	True	True	1.0	6					non-mobilizable	no_good_hit	383.0	74.935	6.0	0.006699039449898983	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0089_000000002899	6148	0.9985832354886648	6	4	4	4	3	True	19025	maximal	False	MAD0028_000000001603	0.9914468425259793		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	383.0	74.935	6.0	0.006699039449898983	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0045_000000006218	5270	0.9985832354886648	6	4	4	4	3	True	17900	fragment	False	MAD0045_000000006218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	74.935	7.0	0.006699039449898983	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0083_000000009232	1872	0.9985831399747221	3	1	1	1	1	False	77473	fragment	False	ISR0356_000000010553	0.759954483659729		0	0	False	False	0.999465823173523	0					non-mobilizable	no_good_hit	140.0	92.85700000000001	7.0	0.00029065086975704513	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0373_000000009521	1729	0.9985831399747221	2	1	1	1	1	False	77472	fragment	False	ISR0373_000000009521	0.9659369231779208		0	0	False	False	0.9757084846496582	0					non-mobilizable	no_good_hit	263.0	87.45200000000001	15.0	0.0005478455242902577	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0794_000000014995	1391	0.9985831399747221	3	1	1	1	1	False	29576	fragment	False	MON0103_000000037431	0.9369430595589187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	5.0	0.001458363715910748	KC170282.1	bacteria	Uncultured bacterium plasmid pMBUI6, complete sequence	True	False
ISR0847_000000022939	1308	0.9985831399747221	2	1	1	1	1	False	22895	fragment	False	ISR0847_000000022939	0.9697692919649961		0	0	False	False	0.9854739904403687	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.00043379091278004	MN961673.1	g-proteobacteria	Pseudomonas aeruginosa strain PA15W plasmid pPA15W-IMP, complete sequence	True	False
ISR0002_000000004918	4223	0.9985821606208516	7	6	6	2	1	False	61343	maximal	True	ISR0002_000000004918	1.0		1	1	False	False	0.9876864552497864	0					non-mobilizable	no_good_hit	689.0	94.63	25.0	0.010468017771285984	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0354_000000014033	1325	0.9985820655990756	2	2	2	2	1	False	23991	maximal	True	ISR0354_000000014033	1.0		0	0	False	False	0.9871698021888733	0					non-mobilizable	no_good_hit	625.0	100.0	47.0	0.006422792679663215	NZ_JAAIQH010000011.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_11_length_97154_cov_219.4, whole genome shotgun sequence	True	False
CHI0051_000000001403	10268	0.9985819156784416	18	8	6	4	5	False	86673	fragment	False	CHI0051_000000001403	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9585.0	98.529	94.0	0.15386842062943248	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
SPA0063_000000001377	11051	0.998581365651529	11	7	4	6	5	False	122538	fragment	False	SPA0063_000000001377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3164.0	95.228	45.0	0.13721576115257766	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ISR0812_000000000303	56796	0.9985794419547694	42	26	18	23	15	True	130794	maximal	False	ISR0131_000000000086	0.952877088263572		0	0	True	True	0.9999824166297913	3					non-mobilizable	no_good_hit	1230.0	74.472	2.0	0.00041064485716122556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0101_000000003530	6741	0.9985791062636656	12	10	5	3	10	True	55308	maximal	True	MAD0101_000000003530	1.0		1	1	False	False	0.999851644039154	0					non-mobilizable	no_good_hit	3887.0	98.53399999999999	74.0	0.0006738332818804443	CP050207.1	enterobacteria	Escherichia coli strain RH-048-WU chromosome	True	True
ENG0026_000000003511	3026	0.998578834402142	5	3	2	3	2	False	66084	fragment	False	ENG0026_000000003511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0189_000000000777	9774	0.9985785022754552	12	6	5	5	5	False	77677	maximal	True	ISR0189_000000000777	1.0		0	0	False	False	0.9947820901870728	0					non-mobilizable	no_good_hit	2808.0	99.715	29.0	0.005541145025208558	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
DEN0046_000000008215	2929	0.9985784761064866	4	3	2	3	2	False	72734	fragment	False	DEN0046_000000008215	1.0		0	0	False	False	0.9921475052833557	0					non-mobilizable	no_good_hit	258.0	75.194	9.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
USA0084_01_000000002648	11075	0.9985783640679968	16	9	6	6	6	False	123888	fragment	False	SPA0082_000000000937	0.8219217034368517		0	0	False	False	1.0	0					non-mobilizable	other	11105.0	99.45100000000001	100.0	0.11076959923359413	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0031_000000001522	12855	0.9985779068872738	19	9	5	9	6	True	126347	fragment	False	ENG0031_000000001522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	98.193	3.0	0.00011499444135630906	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0133_000000001436	15954	0.9985768584574268	24	24	11	13	23	True	3709	maximal	True	SPA0133_000000001436	1.0		1	1	False	False	0.9994359016418457	0	rep_cluster_1506				non-mobilizable	plasmid	15896.0	99.98700000000001	100.0	0.0651124875059398	KX832927.1	enterobacteria	Providencia rettgeri strain 16pre36 plasmid p16Pre36-NDM, complete sequence	False	True
AST0048_000000013306	1220	0.9985764124323498	1	1	1	1	1	False	114858	fragment	False	AST0048_000000013306	1.0		0	0	False	False	0.9893442392349243	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000003563	5309	0.9985760083788052	6	4	2	4	3	True	96731	fragment	False	ISR0385_000000003563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	97.859	21.0	0.005510048458908322	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	True
FIJ0011_000000015914	2747	0.9985759715180323	3	3	1	3	1	True	116267	maximal	False	ISR0815_000000011317	0.9805103307932884		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	611.0	87.561	32.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
FIJ0137_000000001668	7075	0.9985756207551949	11	4	2	3	3	False	43949	fragment	False	FIJ0137_000000001668	1.0		0	0	False	False	0.9959010481834412	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
CHI0115_000000001681	4566	0.9985752144507698	4	4	4	3	3	True	114169	fragment	False	CHI0171_000000001252	0.5588927439146576		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	4566.0	100.0	100.0	0.03540022023357166	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
AST0047_000000007205	2971	0.9985747343881264	4	2	2	2	2	False	115431	fragment	False	AST0047_000000007205	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	100.0	14.0	0.0015895356203930971	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0350_000000000701	17728	0.9985744384219558	19	18	10	12	18	True	24112	fragment	False	ISR0350_000000000701	1.0		0	0	False	False	1.0	0	rep_cluster_827		MPF_T		non-mobilizable	plasmid	17728.0	99.98899999999999	100.0	0.4667702353994418	CP001137.1	enterobacteria	Salmonella enterica subsp. enterica serovar Agona str. SL483 plasmid, complete sequence	False	True
AST0151_000000005469	2952	0.9985740218550148	5	4	2	3	2	True	104317	backbone	False	SPA0138_000000008634	0.991525146039681	PS125|PS616	0	0	True	True	0.9983062148094177	30					non-mobilizable	no_good_hit	787.0	98.602	69.0	0.26464646464646463	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
MON0090_000000027057	2199	0.9985724644449852	3	2	2	2	2	False	12858	maximal	True	MON0090_000000027057	1.0		0	0	False	False	0.955434262752533	0					non-mobilizable	no_good_hit	646.0	99.071	29.0	9.815272015426869e-05	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
ISR0013_000000002013	10342	0.9985712827636808	14	8	7	7	6	False	38129	maximal	True	ISR0013_000000002013	1.0		4	1	False	False	0.9995165467262268	0					non-mobilizable	no_good_hit	133.0	78.947	1.0	0.0008574490889603429	NZ_FQXU01000012.1	firmicutes	Clostridium intestinale DSM 6191, whole genome shotgun sequence	True	False
ISR0802_000000000921	9996	0.9985712482874112	7	6	4	5	4	False	99210	maximal	True	ISR0802_000000000921	1.0		5	3	False	False	0.9998999834060669	0					non-mobilizable	no_good_hit	80.0	82.5	1.0	9.817921061429117e-05	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0316_000000002948	5469	0.9985710758769166	6	3	3	3	3	True	102183	maximal	False	MAD0108_000000002911	0.638479952848817		0	0	True	True	1.0	76					non-mobilizable	no_good_hit	192.0	81.25	4.0	0.06140939597315436	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ENG0095_000000006016	4480	0.9985700875323602	5	5	3	3	3	False	60994	maximal	True	ENG0095_000000006016	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2001.0	99.55	46.0	0.015966500715216124	CP039328.1	enterobacteria	Citrobacter portucalensis strain Effluent_1 plasmid unnamed1, complete sequence	True	False
MAD0047_000000007825	4713	0.998568969278148	4	3	3	3	3	True	114169	fragment	False	CHI0171_000000001252	0.906752667364097		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	4713.0	98.536	100.0	0.13264242868005294	CP030339.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed3	False	True
MAD0110_000000004857	5681	0.9985688798674668	7	5	1	2	5	True	98153	maximal	True	MAD0110_000000004857	1.0		3	2	False	False	1.0	0	IncI2				non-mobilizable	plasmid	3569.0	100.0	100.0	0.09026284499987351	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
ISR0012_000000005962	3993	0.9985679638703718	5	3	1	3	0	True	128568	maximal	False	ISR0303_000000002783	0.8863403364741687	PS129|PS305	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	970.0	93.09299999999999	40.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0294_000000005987	3203	0.9985679638703718	4	3	1	3	0	True	25774	maximal	True	ISR0294_000000005987	1.0		1	1	True	True	1.0	31					non-mobilizable	plasmid	1976.0	100.0	100.0	0.632	LN853050.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0404	False	True
ISR0125_000000005288	2836	0.9985679638703718	4	3	1	3	0	True	118346	maximal	True	ISR0125_000000005288	0.9942946190409785		19	6	True	True	1.0	94					non-mobilizable	no_good_hit								True	True
ISR0109_000000011317	2817	0.9985679638703718	4	3	1	3	0	True	118346	maximal	False	ISR0125_000000005288	0.9940024593704633		0	0	True	True	1.0	59					non-mobilizable	no_good_hit								True	True
FIJ0068_000000011244	2816	0.9985679638703718	4	3	1	3	0	True	118346	maximal	False	ISR0125_000000005288	0.9933395237548169		0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ISR0066_000000011491	2816	0.9985679638703718	4	3	1	3	0	True	118346	maximal	False	ISR0125_000000005288	0.9942392417943184		0	0	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
ISR0368_000000004423	2816	0.9985679638703718	4	3	1	3	0	True	118346	maximal	False	ISR0125_000000005288	0.9942392417943184		0	0	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
AST0029_000000010893	2792	0.9985679638703718	4	3	1	3	0	True	118346	maximal	False	ISR0125_000000005288	0.9868284692318845		0	0	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
ISR0814_000000014142	2776	0.9985679638703718	4	3	1	3	0	True	118346	maximal	False	ISR0125_000000005288	0.9931366183178384		0	0	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
MAD0059_000000001780	9296	0.9985667874604376	7	3	2	3	2	False	51022	backbone	True	MAD0059_000000001780	0.987114825484527	PS200	1	1	True	True	0.9992470145225525	40					non-mobilizable	no_good_hit	101.0	86.139	2.0	4.8773058956674594e-05	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	True
ENG0006_000000002127	12581	0.9985667872059859	18	9	7	7	6	False	123888	fragment	False	SPA0082_000000000937	0.7981829295190077		0	0	False	False	1.0	0					non-mobilizable	plasmid	8828.0	98.958	95.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0025_000000000533	28971	0.9985651603954424	35	33	17	18	32	True	97757	maximal	True	ENG0025_000000000533	1.0		2	2	False	False	1.0	0	rep_cluster_1804	MOBC	MPF_T		conjugative	plasmid	26824.0	99.99600000000001	94.0	0.24439423068162147	CP012163.1	enterobacteria	Enterobacter cloacae complex sp. 35734 plasmid p35734-109.753kb, complete sequence	False	True
MAD0047_000000003125	9059	0.9985650986484575	12	12	4	8	11	False	45091	maximal	True	MAD0047_000000003125	1.0		1	1	False	False	0.9944806098937988	0					non-mobilizable	no_good_hit	3061.0	98.824	67.0	0.03334713715917264	CP034790.1	enterobacteria	Escherichia coli strain ECCNB20-2 plasmid pTB423, complete sequence	True	False
ENG0152_000000019701	1300	0.998564752376928	2	2	2	2	1	False	57007	fragment	False	ENG0152_000000019701	0.978839892909657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	79.96600000000001	45.0	0.0001541855919699717	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0044_000000024939	2140	0.9985637805695944	2	2	2	2	2	False	57012	fragment	False	MON0001_000000014398	0.5616283937546396		0	0	False	False	0.9990653991699219	0					non-mobilizable	no_good_hit	311.0	85.852	20.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0024_000000003798	2153	0.9985624356435324	3	3	1	2	2	True	120312	maximal	False	CHI0009_000000003776	0.9838498063600692	PS529	0	0	True	True	1.0	14	Col(BS512)				non-mobilizable	plasmid	2002.0	100.0	100.0	0.9524036173250833	CP055929.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_7, complete sequence	False	True
MAD0018_000000001147	2152	0.9985624356435324	3	3	1	2	2	True	120312	maximal	False	CHI0009_000000003776	0.9784932898806725	PS529	0	0	True	True	0.999535322189331	32	Col(BS512)				non-mobilizable	plasmid	2014.0	99.255	100.0	0.9524036173250833	CP055929.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_7, complete sequence	False	True
ISR0066_000000004585	6955	0.9985622416397	9	5	2	3	3	False	71912	fragment	False	ISR0066_000000004585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000011290	2787	0.9985621920540092	4	4	2	3	4	True	40101	fragment	False	FIJ0144_000000011290	1.0		0	0	False	False	0.9910297989845276	0					non-mobilizable	plasmid	2787.0	99.85600000000001	100.0	0.030222492216569214	CP043746.1	enterobacteria	Escherichia coli strain CVM N16EC0879 plasmid pN16EC0879-2, complete sequence	False	True
CHI0149_000000002221	7518	0.9985609447965508	5	5	2	3	5	True	98047	fragment	False	CHI0149_000000002221	1.0		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	7442.0	99.98700000000001	100.0	0.038246057690330806	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
USA0004_01_000000003023	8659	0.998560295892532	12	9	5	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.11170019771425307		0	0	False	True	1.0	0					non-mobilizable	plasmid	7885.0	99.60700000000001	91.0	0.2542936466942149	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CHI0034_000000006528	2449	0.9985600992510038	2	2	2	2	2	False	88243	fragment	False	CHI0034_000000006528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	95.869	29.0	0.01128577186618299	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ENG0179_000000000173	52092	0.9985597644118752	46	17	14	17	10	True	92419	fragment	False	ENG0190_000000000230	0.9840252041878914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	86.009	4.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
AST0118_000000005209	5327	0.9985577404507929	11	3	0	3	1	False	105994	backbone	True	AST0118_000000005209	1.0	PS643	1	1	True	True	1.0	150					non-mobilizable	no_good_hit	1659.0	84.931	50.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0376_000000003702	5083	0.9985577404507929	11	3	0	3	1	True	23354	maximal	True	ISR0376_000000003702	1.0		1	1	True	True	1.0	31					non-mobilizable	no_good_hit	1658.0	86.24799999999999	70.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
DEN0064_000000006806	5000	0.9985573699306356	9	8	3	8	8	False	71341	maximal	True	DEN0064_000000006806	1.0		1	1	False	False	0.9972000122070312	0	IncFIC,IncI-gamma/K1				non-mobilizable	plasmid	5004.0	96.443	100.0	0.02329268577024412	CP010123.1	enterobacteria	Escherichia coli strain C5 plasmid A, complete genome	False	True
CHI0016_000000000250	10248	0.9985556762350736	10	7	5	5	5	False	97858	maximal	True	CHI0016_000000000250	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	94.524	11.0	0.00020433592292214242	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0066_000000009893	3298	0.9985536543061329	5	4	4	2	4	False	70987	fragment	False	DEN0066_000000009893	0.95828025477707		0	0	False	False	0.9996967911720276	0					non-mobilizable	no_good_hit	2470.0	94.089	75.0	0.039335509705224904	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0065_000000004705	4835	0.9985507886650251	8	2	1	2	2	False	109312	fragment	False	SPA0065_000000004705	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2645.0	97.845	90.0	0.06944553883329393	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
USA0017_01_000000005839	4619	0.9985507886650251	7	2	1	2	2	False	76157	fragment	False	USA0017_01_000000005839	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4619.0	100.0	100.0	0.12129330496677436	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0272_000000002711	4027	0.9985507886650251	7	2	1	2	2	False	109311	fragment	False	ISR0272_000000002711	0.9686172328244352		0	0	False	False	0.9947851896286011	0					non-mobilizable	other	2608.0	99.463	90.0	0.06844745620255824	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0809_000000001938	3988	0.9985507886650251	7	2	1	2	2	False	109311	fragment	False	ISR0272_000000002711	0.9629044251022085		0	0	False	False	1.0	0					non-mobilizable	other	2589.0	97.837	90.0	0.06797468021957818	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0369_000000002944	3650	0.9985507886650251	6	2	1	2	2	False	76156	fragment	False	ISR0369_000000002944	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3650.0	99.75299999999999	100.0	0.09584219788301421	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
DEN0008_000000002607	2880	0.9985507886650251	5	2	1	2	2	False	76155	fragment	False	DEN0008_000000002607	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2880.0	99.896	100.0	0.07561789194442256	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
SPA0008_000000005861	4733	0.998550278478044	6	4	1	4	1	False	23125	fragment	False	SPA0008_000000005861	1.0		0	0	False	False	0.9993661642074585	0					non-mobilizable	no_good_hit	262.0	92.366	6.0	0.00011316587385517109	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
SPA0085_000000008235	1630	0.9985498100764348	4	3	2	3	1	False	5539	fragment	False	SPA0085_000000008235	1.0		0	0	False	False	0.9938650131225586	0					non-mobilizable	no_good_hit	313.0	94.249	22.0	0.003294614572333685	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0100_000000005033	5723	0.9985487806809408	7	4	3	2	3	True	63324	fragment	False	ENG0100_000000005033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	79.825	4.0	0.0006665722847502419	NZ_NHMP01000003.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_3_length_339048_cov_189.134_ID_5525, whole genome shotgun sequence	True	True
ENG0037_000000004737	6277	0.998544924452312	10	8	2	2	8	False	84049	maximal	True	ENG0037_000000004737	1.0		3	3	True	True	1.0	15	rep_cluster_2335			MOB_unknown	mobilizable	no_good_hit	2408.0	93.522	71.0	0.1609226411276725	CP038459.1	enterobacteria	Escherichia coli strain EC-129 plasmid pEC129_6, complete sequence	True	True
ENG0155_000000005938	3927	0.9985444738680191	4	2	1	2	1	False	56766	fragment	False	ENG0155_000000005938	1.0		0	0	False	False	0.9969442486763	0					non-mobilizable	no_good_hit	100.0	85.0	2.0	4.827537468160648e-05	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
ISR0084_000000000725	20990	0.9985433380744544	20	15	6	10	10	True	83910	fragment	False	SPA0022_000000000297	0.6977697438657235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0099_000000001329	14568	0.9985430876787842	21	9	5	8	8	False	125215	fragment	False	ISR0099_000000001329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	80.89399999999999	7.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0131_000000008943	2074	0.9985416518005574	3	3	2	3	2	False	40824	maximal	True	FIJ0131_000000008943	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2077.0	97.06299999999999	100.0	0.0005725200844184313	CP046123.1	firmicutes	Enterococcus casseliflavus strain EC291 chromosome, complete genome	False	False
FIJ0120_000000017998	1404	0.9985410748652804	1	1	1	1	1	False	106762	fragment	False	SPA0132_000000027757	0.9488145035878697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	3.0	0.00019444826490493377	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	False
ISR0841_000000002075	5675	0.9985409305170552	4	3	3	3	2	False	20771	fragment	False	ISR0841_000000002075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	9.0084556640665e-06	CP014943.1	g-proteobacteria	Colwellia sp. PAMC 21821, complete genome	True	False
SPA0047_000000002801	13329	0.9985408622396836	20	13	8	8	12	True	124137	fragment	False	DEN0008_000000000333	0.9485560317087868		0	0	False	False	0.9998499751091003	0					non-mobilizable	other	12398.0	96.508	99.0	0.0034819861316342515	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0044_000000000730	23985	0.9985397999284908	29	17	8	13	10	True	127246	backbone	False	ENG0090_000000000397	0.4748023659601772	PS988|PS992	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	9738.0	97.7	71.0	0.38860248571314393	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CAN0005_000000001130	16506	0.9985363733140088	12	10	10	9	9	True	105104	fragment	False	CAN0005_000000001130	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	121.0	98.34700000000001	1.0	0.010915044569765326	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
MON0025_000000028497	1475	0.9985362784529334	2	2	2	1	1	False	12796	fragment	False	MON0025_000000028497	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	100.0	100.0	0.0002915018316756886	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
SPA0042_000000010577	2958	0.9985353971587604	5	4	4	4	4	False	125075	fragment	False	ENG0080_000000007626	0.9323790734601001		0	0	False	False	0.999661922454834	0					non-mobilizable	no_good_hit	723.0	87.137	24.0	0.00021713688899757446	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
USA0007_01_000000006824	2532	0.998534528523727	5	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.2746418496402982		0	0	False	False	1.0	0					non-mobilizable	other	2529.0	98.26	99.0	0.0007215246088982708	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0027_000000001621	8339	0.9985320976677337	11	7	6	5	4	False	107026	fragment	False	CHI0125_000000001580	0.4693346407846971		0	0	False	False	1.0	0					non-mobilizable	plasmid	8284.0	99.988	99.0	0.08426331905716233	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0837_000000009617	1450	0.9985317679023158	3	2	2	1	1	False	35764	fragment	False	ISR0837_000000009617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0037_000000005450	2363	0.9985310952479229	5	3	2	1	3	False	18643	maximal	True	MAD0037_000000005450	1.0		1	1	False	False	0.9995768070220947	0					non-mobilizable	chromosome	2190.0	93.836	93.0	0.0004121872543336648	CP052503.1	enterobacteria	Klebsiella pneumoniae strain B17KP0020 chromosome, complete genome	False	False
ISR0237_000000000262	16404	0.9985310891234191	21	10	8	10	5	True	103127	fragment	False	ISR0237_000000000262	1.0		0	0	False	False	0.9997561573982239	0					non-mobilizable	no_good_hit	1226.0	75.449	7.0	0.0003172399858829518	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0106_000000008798	4413	0.9985304714288746	3	3	3	2	2	False	92290	fragment	False	SPA0106_000000008798	0.9751836902858774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	1.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
FIJ0018_000000013531	1977	0.9985297930687488	2	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.9286675091400624		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	97.723	96.0	0.004388927224271743	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0075_000000011398	1722	0.9985297930687488	4	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.7862423012222589		0	0	False	False	0.9982578158378601	0					non-mobilizable	other	1546.0	97.413	96.0	0.003767162534166579	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0110_000000009899	1704	0.9985297930687488	3	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.784114459896894		0	0	False	False	1.0	0					non-mobilizable	other	1546.0	97.477	97.0	0.003767162534166579	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0127_000000011386	1694	0.9985297930687488	2	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.7472744288511884		0	0	False	False	0.9988193511962891	0					non-mobilizable	other	1526.0	97.37899999999999	96.0	0.0037183966761191157	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0017_000000017376	1676	0.9985297930687488	3	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.7470689129628122		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	97.485	99.0	0.003779353998678445	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0006_000000022963	1667	0.9985297930687488	3	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.673324662756227		0	0	False	False	0.9976004958152771	0					non-mobilizable	other	1491.0	97.384	96.0	0.003633056424536054	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0009_000000025168	1662	0.9985297930687488	2	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.7419846181251641		0	0	False	False	0.9993982911109924	0					non-mobilizable	other	1526.0	97.37899999999999	98.0	0.0037183966761191157	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0002_000000023004	1624	0.9985297930687488	3	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.5330231148113903		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	97.295	95.0	0.0035135800723197675	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0055_000000001900	7178	0.9985294499916696	12	9	4	7	8	True	92249	backbone	False	CHI0139_000000001279	1.0	PS487	0	0	True	True	1.0	120	rep_cluster_1079				non-mobilizable	other	6913.0	100.0	100.0	0.962942323767066	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	False	True
DEN0033_000000006233	4316	0.9985289032116228	6	1	1	1	1	False	73633	fragment	False	DEN0033_000000006233	1.0		0	0	False	False	0.9997683167457581	0					non-mobilizable	no_good_hit	539.0	87.755	23.0	0.012082013968425072	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0219_000000009986	3275	0.9985285267773436	5	2	0	2	2	True	58080	maximal	True	ISR0219_000000009986	1.0		4	4	True	True	1.0	8					non-mobilizable	no_good_hit	402.0	78.358	12.0	9.106792006864908e-05	NZ_CP022437.1	firmicutes	Virgibacillus necropolis strain LMG 19488 chromosome, complete genome	True	True
MAD0012_000000010509	2646	0.9985284792922016	4	4	4	3	3	False	44685	maximal	True	MAD0012_000000010509	1.0		0	0	False	False	0.9950869083404541	0					non-mobilizable	no_good_hit	1090.0	97.064	45.0	0.0026553009706844046	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ETH0001_000000001511	11700	0.9985273327990628	15	8	5	7	6	True	53608	maximal	True	ETH0001_000000001511	1.0		1	1	True	True	1.0	99					non-mobilizable	no_good_hit	81.0	98.765	1.0	0.0027286990927075515	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0820_000000001093	13155	0.998526935014052	13	7	6	5	5	True	23171	fragment	False	ISR0820_000000001093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	89.655	0.0	1.1561197236295801e-05	CP010820.1	firmicutes	Lysinibacillus fusiformis strain RB-21, complete genome	True	True
ISR0841_000000001395	7949	0.9985259526067356	9	4	3	4	2	False	34490	fragment	False	ISR0841_000000001395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000005458	2979	0.9985243107227224	2	2	2	2	2	False	17005	fragment	False	MAD0057_000000005458	1.0		0	0	False	False	0.99932861328125	0					non-mobilizable	other	2979.0	100.0	100.0	0.6244495701404906	NZ_VOSQ01000019.1	enterobacteria	Citrobacter cronae strain Tue2-1 NODE_20_length_4769_cov_194.827014, whole genome shotgun sequence	False	False
DEN0061_000000001616	14435	0.9985242061865266	13	8	6	7	5	False	71965	maximal	True	DEN0061_000000001616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7674.0	97.72	67.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
DEN0005_000000013264	2605	0.9985239943270544	4	2	2	2	2	False	76519	fragment	False	DEN0005_000000013264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	8.117689705509812e-06	CP022415.1	a-proteobacteria	Sulfitobacter pseudonitzschiae strain SMR1, complete genome	True	False
ISR0168_000000004524	5617	0.9985239863817924	7	2	2	2	1	True	84857	backbone	False	ENG0041_000000004110	0.4727763243950294	PS422	0	0	False	True	0.9976856112480164	0					non-mobilizable	no_good_hit	341.0	82.111	6.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ENG0001_000000013170	2027	0.9985237656301856	4	4	1	3	2	True	124069	fragment	False	MON0095_000000014707	0.9641881830574527		0	0	False	False	0.9856931567192078	0					non-mobilizable	other	2027.0	98.569	100.0	0.0005693707750355927	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0079_000000019723	2764	0.9985233951673332	6	3	2	2	2	False	69591	maximal	True	DEN0079_000000019723	1.0		0	0	False	False	0.9960202574729919	0					non-mobilizable	no_good_hit	1490.0	75.705	53.0	0.007386206723406392	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
SPA0083_000000000579	15339	0.9985213210061404	23	6	4	6	2	True	69716	fragment	False	SPA0083_000000000579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	82.40700000000001	1.0	2.4355846963937267e-05	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	True	True
TAN0002_000000007380	4325	0.9985199945019044	4	4	4	4	4	False	34934	maximal	True	TAN0002_000000007380	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2726.0	100.0	99.0	0.0005588961708331265	CP007391.1	enterobacteria	Escherichia coli strain ST540, complete genome	False	False
MAD0007_000000000944	6020	0.9985194261547624	5	2	2	2	2	False	27623	fragment	False	MAD0007_000000000944	0.9999095350099512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1105.0	92.48899999999999	44.0	0.04355992486912041	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MAD0096_000000002758	5527	0.9985194261547624	4	2	2	2	2	False	27623	fragment	False	MAD0007_000000000944	0.9589700996677741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	94.32700000000001	41.0	0.030252168005435	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0165_000000002826	6013	0.9985185599964801	6	4	2	3	3	False	126492	maximal	True	ISR0165_000000002826	1.0	PS879|PS961	1	1	True	True	1.0	3					non-mobilizable	no_good_hit	1011.0	95.648	47.0	0.17274439308337614	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0059_000000001497	9708	0.9985176269545928	13	4	2	4	3	False	62586	maximal	True	ISR0059_000000001497	1.0		1	1	False	False	0.9945405721664429	0					non-mobilizable	no_good_hit	1706.0	96.42399999999999	76.0	0.03813530873038963	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0146_000000005962	3994	0.9985161916230968	6	5	4	5	2	False	18551	maximal	True	SPA0146_000000005962	1.0		0	0	False	False	0.993990957736969	0					non-mobilizable	no_good_hit	669.0	84.305	17.0	0.005799272043329096	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
DEN0035_000000006358	4662	0.9985158979210388	8	5	2	4	4	True	125361	fragment	False	FIJ0114_000000005988	0.6138669839522664		0	0	False	False	1.0	0					non-mobilizable	other	4661.0	99.678	99.0	0.0013300255844406414	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0098_000000011697	3686	0.9985155922720804	4	3	2	3	3	False	86119	maximal	True	MAD0098_000000011697	1.0		1	1	False	False	0.9983721971511841	0					non-mobilizable	no_good_hit	1063.0	80.62100000000001	29.0	0.002942580809931488	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	False
ISR0771_000000000471	14851	0.9985153022302934	21	18	6	10	18	True	123628	fragment	False	USA0108_01_000000001009	0.711139479597943		0	0	False	True	0.9999326467514038	0	rep_cluster_1702				non-mobilizable	plasmid	13116.0	99.604	100.0	0.3962406925358678	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ENG0018_000000008463	2484	0.9985151352968172	4	2	2	2	1	False	66622	fragment	False	ENG0018_000000008463	1.0		0	0	False	False	0.9927536249160767	0					non-mobilizable	no_good_hit								True	False
ISR0010_000000005158	3438	0.9985145401237252	4	2	2	2	1	True	56417	backbone	True	ISR0010_000000005158	0.9872056463499024	PS240|PS241	1	1	True	True	1.0	491					non-mobilizable	plasmid	2542.0	99.764	100.0	0.7610062893081762	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	False	True
FIJ0004_000000017431	1501	0.9985142171681132	3	1	1	1	1	False	51978	fragment	False	FIJ0004_000000017431	1.0		0	0	False	False	0.9973351359367371	0					non-mobilizable	no_good_hit	141.0	90.78	9.0	0.0024811257221848083	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0087_000000020487	1761	0.9985141431056641	3	2	2	1	1	False	112608	fragment	False	ISR0064_000000012021	0.9403181435628537		0	0	False	False	0.9994321465492249	0					non-mobilizable	no_good_hit	555.0	80.36	31.0	0.0011437843579647747	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0029_000000005662	7871	0.9985138459252404	9	6	2	6	3	False	132265	fragment	False	SPA0059_000000003397	0.9793352883243248		0	0	False	False	0.9997459053993225	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	2.3232246730177434e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0201_000000003480	7291	0.9985138459252404	10	6	2	6	3	False	132265	fragment	False	SPA0059_000000003397	0.9471307349950129		0	0	False	False	0.9998628497123718	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	2.3232246730177434e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0118_000000001900	6137	0.9985138459252404	7	6	2	6	3	False	128439	fragment	False	ISR0118_000000001900	1.0		0	0	False	False	0.9991852641105652	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0007743121929973141	U40238.2	archaea	Uncultured crenarchaeote 4B7 40 kb genomic fragment	True	False
AUS0002_000000002267	10828	0.9985133505589839	11	6	3	5	3	False	103151	fragment	False	AUS0002_000000002267	1.0		0	0	False	False	0.9994458556175232	0					non-mobilizable	no_good_hit	224.0	100.0	2.0	6.029603460289383e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0095_000000000522	31282	0.9985132089236052	29	16	13	15	6	True	43148	maximal	True	FIJ0095_000000000522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1927.0	72.444	6.0	0.00904048648700251	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ISR0821_000000012579	2369	0.9985130130321168	4	2	1	2	2	False	21240	maximal	True	ISR0821_000000012579	1.0		1	1	False	False	0.9991557598114014	0					non-mobilizable	no_good_hit	891.0	84.4	37.0	0.013895851610477503	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0014_000000028969	1198	0.9985129636111444	2	1	1	1	1	False	19470	fragment	False	MAD0014_000000028969	1.0		0	0	False	False	0.9782971739768982	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.44515071877264e-07	LR877200.1	rodents	Onychomys torridus genome assembly, chromosome: 13	True	False
MON0024_000000026700	1899	0.9985128852649624	3	2	1	2	2	False	12921	fragment	False	MON0024_000000026700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0165_000000005451	2981	0.9985126727861002	5	5	5	5	5	False	78337	fragment	False	CHI0165_000000005451	1.0		0	0	False	False	0.9996645450592041	0					non-mobilizable	plasmid	2981.0	99.83200000000001	100.0	0.009808116380870882	NZ_CP041248.1	enterobacteria	Raoultella electrica strain DSM 102253 plasmid unnamed1, complete sequence	False	True
ENG0027_000000009240	2412	0.9985118899421838	7	2	1	2	1	False	65967	fragment	False	ENG0027_000000009240	0.9675967596759676		0	0	False	False	0.9975124597549438	0					non-mobilizable	no_good_hit								True	False
ISR0069_000000011949	2062	0.998511679237164	3	3	1	2	3	True	103360	backbone	False	ISR0210_000000009224	0.9684301380078317	PS603|PS604	0	0	True	True	1.0	31	ColpVC			MOBP,MOBP	mobilizable	plasmid	1295.0	99.76799999999999	100.0	0.6528758829465187	MF156267.1	enterobacteria	Escherichia coli strain 838B plasmid pBuzz, complete sequence	False	True
DEN0045_000000001578	15027	0.9985110212752704	20	7	3	4	6	True	106287	maximal	True	DEN0045_000000001578	1.0		1	1	True	True	0.9999334812164307	17					non-mobilizable	no_good_hit	207.0	85.99	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
CHI0072_000000001425	8041	0.9985102572053264	8	8	5	8	8	False	109705	maximal	True	CHI0072_000000001425	1.0		2	2	False	False	0.9993782043457031	0					non-mobilizable	chromosome	7161.0	97.431	99.0	0.0013860137277303794	CP057673.1	enterobacteria	Escherichia coli strain RHB18-C12 chromosome, complete genome	False	False
CHI0042_000000008368	1378	0.9985099090120104	2	2	2	1	2	False	87473	fragment	False	CHI0042_000000008368	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	100.0	100.0	0.00027231887531711205	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
FIJ0154_000000005735	5576	0.9985082705050072	9	6	3	4	4	True	125361	fragment	False	FIJ0114_000000005988	0.8261790180675417		0	0	False	False	1.0	0					non-mobilizable	other	5359.0	96.585	96.0	0.001528387769244557	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
DEN0012_000000003342	1876	0.9985077517086464	2	2	1	2	2	True	75446	maximal	True	DEN0012_000000003342	1.0		1	1	True	True	1.0	1060					non-mobilizable	no_good_hit	803.0	87.29799999999999	84.0	0.3446643717728055	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
ENG0127_000000005889	4313	0.9985076876675602	8	4	3	4	3	False	58745	maximal	True	ENG0127_000000005889	1.0		1	1	False	False	0.9888708591461182	0					non-mobilizable	no_good_hit	212.0	82.075	5.0	0.012924170035526155	NZ_SPFY01000037.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_37_length_16326_cov_17.7762, whole genome shotgun sequence	True	False
ISR0286_000000003741	3764	0.9985073034973316	5	5	3	4	2	False	101915	fragment	False	ISR0286_000000003741	1.0		0	0	False	False	0.9954835176467896	0					non-mobilizable	chromosome	3724.0	89.76899999999999	100.0	0.0006768135152430888	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
MAD0026_000000002478	4619	0.9985069626132402	7	2	2	2	2	False	44066	maximal	True	MAD0026_000000002478	1.0		1	1	False	False	0.9969690442085266	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000010505	3669	0.998505671430203	4	3	3	3	1	True	119474	maximal	True	ISR0025_000000010505	1.0		1	1	False	False	0.9997274279594421	0					non-mobilizable	no_good_hit	866.0	76.559	25.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0091_000000016399	1296	0.9985046340193726	2	2	2	1	2	False	43369	maximal	True	FIJ0091_000000016399	1.0		1	1	False	False	0.9969135522842407	0					non-mobilizable	no_good_hit	194.0	88.14399999999999	15.0	0.0038881044467636646	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
CHI0041_000000000035	57908	0.9985044152751869	67	22	13	18	10	True	119620	maximal	True	CHI0041_000000000035	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	90.90899999999999	1.0	0.0014418588737860282	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	True
MAD0063_000000000797	10798	0.9985030337562352	11	9	5	7	5	False	121099	maximal	True	MAD0063_000000000797	1.0		1	1	False	False	0.999907374382019	0					non-mobilizable	no_good_hit	1368.0	92.98200000000001	15.0	0.0005927116841380034	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ISR0143_000000013322	2269	0.9985029941955332	2	1	1	1	1	False	31148	maximal	True	ISR0143_000000013322	1.0		1	1	False	False	0.9885411858558655	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001554654751485559	NZ_BDCK01000011.1	high GC Gram+	Nocardia niwae NBRC 108934 = DSM 45340 strain NBRC 108934, whole genome shotgun sequence	True	False
ISR0353_000000002818	9773	0.9985027085626772	13	8	7	7	5	False	114909	maximal	True	ISR0353_000000002818	1.0		1	1	False	False	0.9998976588249207	0					non-mobilizable	no_good_hit	2059.0	92.666	38.0	0.08112158378357061	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	True	False
ENG0059_000000000277	35767	0.998501981165604	42	22	14	18	14	True	65507	maximal	True	ENG0059_000000000277	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	75.055	1.0	0.002657530165350812	NZ_FQYT01000003.1	firmicutes	Parasporobacterium paucivorans DSM 15970, whole genome shotgun sequence	True	True
ENG0070_000000002480	8321	0.9985016372881441	14	5	1	4	3	False	67412	fragment	False	ENG0070_000000002480	1.0		0	0	False	False	0.9992789626121521	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	1.0	0.0002594011292595827	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
ISR0159_000000007540	3352	0.9985014714271472	5	3	2	3	2	False	124319	fragment	False	ISR0159_000000007540	1.0		0	0	False	False	0.9928401112556458	0					non-mobilizable	no_good_hit								True	False
ISR0208_000000001889	10719	0.9985004864179826	19	9	8	7	7	False	123890	maximal	True	ISR0208_000000001889	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	4813.0	98.15100000000001	72.0	0.04798020118154239	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0340_000000001293	16990	0.9984997316845876	17	10	8	9	9	True	108360	maximal	True	ISR0340_000000001293	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	540.0	71.667	3.0	7.390656687527049e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
AST0099_000000000665	20866	0.9984981850337762	15	13	7	12	8	True	125345	backbone	False	ENG0108_000000001091	0.9227636935036005	PS770|PS925|PS928	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	3384.0	78.664	39.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0063_000000001561	16474	0.9984970937898444	18	10	7	8	6	False	71597	maximal	True	DEN0063_000000001561	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1065.0	93.991	6.0	0.008116845894572719	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0192_000000000615	23126	0.9984967200890492	23	17	8	12	11	True	83910	fragment	False	SPA0022_000000000297	0.8222646379613303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.566	3.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0170_000000026928	1746	0.9984950868212364	4	2	2	2	2	False	126014	fragment	False	ISR0170_000000026928	0.9568180925332895		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	95.46700000000001	99.0	0.03316939522558333	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
ENG0117_000000000734	22677	0.9984930672339876	32	17	12	13	12	True	90486	maximal	True	ENG0117_000000000734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6098.0	96.54	58.0	0.0981378476420798	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MAD0094_000000013999	1164	0.998492643309104	1	1	1	1	1	False	15609	fragment	False	MAD0094_000000013999	1.0		0	0	False	False	0.9896907210350037	0					non-mobilizable	chromosome	1152.0	93.663	98.0	0.00022149039497641263	CP031789.1	enterobacteria	Klebsiella pneumoniae strain KSB1_1I-sc-2280289 chromosome, complete genome	False	False
MAD0071_000000001788	3501	0.9984923567342884	4	2	2	2	2	False	57013	fragment	False	MAD0071_000000001788	1.0		0	0	False	False	0.9982861876487732	0					non-mobilizable	no_good_hit	732.0	94.67200000000001	63.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0032_000000000185	32904	0.9984921774185131	31	24	12	13	22	True	50360	maximal	True	MAD0032_000000000185	1.0		2	1	False	False	1.0	0			MPF_I		non-mobilizable	no_good_hit	26520.0	96.38	81.0	0.35782730332067414	CP057202.1	enterobacteria	Escherichia coli strain RHB33-C11 plasmid pRHB33-C11_3, complete sequence	True	True
ISR0207_000000001671	11501	0.9984914132666608	21	10	5	7	10	False	29859	maximal	True	ISR0207_000000001671	1.0		1	1	False	False	0.9986957907676697	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0001206613512166157	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
TAN0002_000000002906	8265	0.9984913454485316	12	9	2	4	9	True	3073	maximal	True	TAN0002_000000002906	1.0		2	2	False	False	0.9996370077133179	0					non-mobilizable	chromosome	7947.0	99.15700000000001	96.0	0.0015636167987036654	CP029568.1	enterobacteria	Salmonella enterica strain DA34837 chromosome, complete genome	False	True
ISR0045_000000002995	7876	0.9984905285284712	12	6	4	4	5	True	130655	maximal	True	ISR0045_000000002995	1.0	PS1107|PS1110|PS1114	1	1	True	True	1.0	37		MOBV			mobilizable	no_good_hit	3564.0	99.691	77.0	0.5807924343714332	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0120_01_000000004481	2803	0.9984901197977918	5	3	2	3	2	False	211	maximal	True	USA0120_01_000000004481	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	96.70100000000001	33.0	0.0020072119999860367	NZ_CYXL01000007.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
FIJ0089_000000002973	7361	0.99848950359926	9	5	4	5	2	False	50035	maximal	True	FIJ0089_000000002973	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	91.26799999999999	7.0	0.015449070437287249	NZ_FOXF01000044.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
MAD0047_000000008291	4529	0.9984859866187475	4	4	4	3	4	True	126912	fragment	False	ISR0162_000000007484	0.9478784169726642		0	0	False	False	0.9940384030342102	0	rep_cluster_2313				non-mobilizable	plasmid	4535.0	99.713	100.0	0.023771076251992283	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	False	True
CHI0116_000000002661	7259	0.9984856636525754	6	6	5	6	6	False	115781	maximal	True	CHI0116_000000002661	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5912.0	99.98299999999999	100.0	0.02200137717975918	CP026933.2	enterobacteria	Escherichia coli strain CFS3273 plasmid pCFS3273-1, complete sequence	False	True
ISR0166_000000007517	2545	0.998484869943992	4	2	2	2	2	False	36610	fragment	False	ISR0166_000000007517	1.0		0	0	False	False	0.997642457485199	0					non-mobilizable	no_good_hit	725.0	91.72399999999999	28.0	0.0012849546716266391	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ENG0085_000000007622	2402	0.998484869943992	5	2	2	2	2	False	77830	maximal	True	ENG0085_000000007622	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	99.057	22.0	0.00014149517522891132	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0037_000000016234	1528	0.998484869943992	4	2	2	2	2	False	36607	fragment	False	ISR0288_000000019531	0.9195363162154967		0	0	False	False	0.9993455410003662	0					non-mobilizable	no_good_hit	269.0	73.97800000000001	17.0	5.950425489360277e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0023_01_000000021175	1434	0.998484869943992	3	2	2	2	2	False	36607	fragment	False	ISR0288_000000019531	0.928520515843555		0	0	False	False	0.9923291206359863	0					non-mobilizable	no_good_hit	270.0	74.074	19.0	5.973050681335031e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0816_000000029751	1238	0.998484869943992	3	2	2	2	2	False	25109	fragment	False	ISR0816_000000029751	1.0		0	0	False	False	0.9547657370567322	0					non-mobilizable	no_good_hit	269.0	73.97800000000001	22.0	5.950425489360277e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0318_000000004677	1115	0.998484869943992	2	2	2	2	2	False	25108	fragment	False	ISR0318_000000004677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	73.97800000000001	24.0	5.950425489360277e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0010_000000000908	18333	0.9984847654238552	15	7	7	7	4	True	80294	fragment	False	MON0054_000000000691	0.9515979248150765		0	0	False	False	0.9999454617500305	0					non-mobilizable	no_good_hit	1329.0	91.648	7.0	0.0016178213744903194	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ENG0120_000000006996	3109	0.9984843883479316	4	4	4	4	4	False	59187	fragment	False	ENG0120_000000006996	1.0		0	0	False	False	0.9980701208114624	0					non-mobilizable	no_good_hit	1982.0	98.84	64.0	0.0006731416482354072	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0149_000000001315	12979	0.9984842773967946	12	12	12	10	10	False	87480	maximal	True	CHI0149_000000001315	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	4970.0	99.98	94.0	0.0009883610491465465	CP035318.1	enterobacteria	Escherichia coli strain Ec-2Lar chromosome	False	False
ISR0323_000000011492	1845	0.9984835513313276	5	1	1	1	1	False	77217	fragment	False	ISR0323_000000011492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0185_000000011941	1674	0.9984835513313276	4	1	1	1	1	False	77216	fragment	False	CHI0185_000000011941	1.0		0	0	False	False	0.9868578314781189	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000002794	7280	0.9984829743460168	10	9	3	5	9	True	82950	fragment	False	ISR0194_000000002794	0.9732893998878295		0	0	False	False	0.9991758465766907	0	rep_cluster_2232				non-mobilizable	plasmid	7290.0	96.296	100.0	0.085979685530103	CP026855.1	enterobacteria	Escherichia coli strain MS7163 plasmid pMS7163B, complete sequence	False	True
ENG0117_000000002827	7132	0.9984829743460168	10	9	3	5	9	True	82950	fragment	False	ISR0194_000000002794	0.9691620879120879		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	7180.0	99.331	100.0	0.08018630834701605	MG767298.1	enterobacteria	Shigella sonnei strain ID127706 plasmid pSs1 genomic sequence	False	True
USA0025_01_000000005231	3172	0.9984827073337664	6	6	4	6	5	True	97918	fragment	False	FIJ0012_000000006599	0.6298942555015719		0	0	False	False	0.9974779486656189	0					non-mobilizable	plasmid	3154.0	99.96799999999999	99.0	0.02819432894277973	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
ISR0230_000000001790	10997	0.998482039603419	15	7	2	4	5	False	130181	maximal	True	ISR0230_000000001790	1.0	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS879|PS961|PS974|PS975	1	1	True	True	1.0	118	rep_cluster_475				non-mobilizable	no_good_hit	3080.0	94.805	40.0	0.5255949323745934	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0207_000000000931	18149	0.9984819557899594	20	6	4	5	2	True	130776	fragment	False	ISR0207_000000000931	1.0		0	0	False	False	0.9999449253082275	0					non-mobilizable	no_good_hit	371.0	100.0	2.0	5.9441952523551864e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
AST0003_000000001746	17131	0.9984819557899594	19	6	4	5	2	True	130773	fragment	False	AST0003_000000001746	0.9694702551845119		0	0	False	False	0.998015284538269	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	True
ENG0142_000000000984	16513	0.9984819557899594	16	6	4	5	2	True	130777	fragment	False	ENG0142_000000000984	1.0		0	0	False	False	0.9997577667236328	0					non-mobilizable	no_good_hit	277.0	79.783	2.0	0.0517578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0017_000000001256	15837	0.9984819557899594	15	6	4	5	2	True	130773	fragment	False	AST0003_000000001746	0.9538759214259167		0	0	False	False	0.9989897012710571	0					non-mobilizable	no_good_hit	59.0	100.0	0.0	1.4220318334084803e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0206_000000001177	15782	0.9984819557899594	15	6	4	5	2	True	130773	fragment	False	AST0003_000000001746	0.9511976339751016		0	0	False	False	0.9996832013130188	0					non-mobilizable	no_good_hit	198.0	83.333	1.0	0.0365234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
DEN0033_000000002301	11669	0.9984819557899594	11	6	4	5	2	True	106855	fragment	False	DEN0033_000000002301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	90.21700000000001	2.0	0.0008541303972406454	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0295_000000006645	4701	0.998480080334866	6	2	1	2	1	False	25735	maximal	True	ISR0295_000000006645	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.35934382972351e-07	AP015040.1	eudicots	Vigna angularis var. angularis DNA, chromosome 7, almost complete sequence, cultivar: Shumari	True	False
CHI0043_000000006854	1440	0.9984800543508836	1	1	1	1	1	False	87347	fragment	False	CHI0043_000000006854	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1446.0	92.116	99.0	0.0002558925173074694	CP023877.1	enterobacteria	Raoultella planticola strain FDAARGOS_430 chromosome, complete genome	False	False
MAD0025_000000000083	41811	0.9984799237274459	69	60	15	18	60	True	45129	maximal	False	MAD0084_000000000027	0.9983427127050744		0	0	False	False	0.9998804330825806	0					non-mobilizable	plasmid	12216.0	97.25	91.0	0.12791405889024238	CP031917.1	enterobacteria	Escherichia coli O45:H2 strain FWSEC0003 plasmid unnamed11, complete sequence	False	True
CHI0072_000000005425	2003	0.9984797658828872	2	2	1	2	2	True	113092	maximal	False	AST0058_000000007255	0.9337107417450101		0	0	True	True	1.0	1197	ColpVC				non-mobilizable	plasmid	1736.0	96.83200000000001	98.0	0.8918640576725025	CP057265.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_4, complete sequence	False	True
ISR0373_000000001327	8252	0.9984779786921496	10	6	5	5	4	False	77642	fragment	False	ISR0373_000000001327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3137.0	97.035	38.0	0.04771468565516402	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
SPA0005_000000005251	5673	0.9984754198354682	8	8	3	4	8	False	98088	fragment	False	SPA0005_000000005251	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	chromosome	5673.0	100.0	100.0	0.0011460903507961914	CP050739.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain ST56 chromosome, complete genome	False	True
USA0026_01_000000006361	5415	0.9984751091699836	9	7	4	6	4	True	125373	fragment	False	USA0039_01_000000004148	0.9733930453108535		0	0	False	False	0.9998153448104858	0					non-mobilizable	other	3988.0	98.22	92.0	0.0011379424903787206	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0841_000000007406	1944	0.9984744385765818	3	2	2	2	2	False	20761	fragment	False	ISR0841_000000007406	1.0		0	0	False	False	0.998971164226532	0					non-mobilizable	no_good_hit	810.0	74.691	42.0	0.0003957012897112755	CP029149.1	CFB group bacteria	Bergeyella cardium strain HPQL chromosome, complete genome	True	False
ISR0379_000000005699	3795	0.998473896947632	8	4	3	3	1	False	61339	maximal	True	ISR0379_000000005699	1.0		2	2	False	False	0.9978919625282288	0					non-mobilizable	no_good_hit	682.0	93.988	29.0	0.010346296634410565	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
CHI0026_000000004033	2609	0.9984738675371062	4	3	2	3	3	False	88901	fragment	False	CHI0026_000000004033	1.0		0	0	False	False	0.9961671233177185	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000006839	3712	0.9984734453295492	5	2	1	2	1	True	52640	maximal	False	FIJ0132_000000007859	0.20415900023064748		0	0	True	True	1.0	92					non-mobilizable	plasmid	1982.0	86.781	91.0	0.5482431678750698	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	False	True
FIJ0038_000000009104	3682	0.9984734453295492	5	2	1	2	1	True	52640	maximal	False	FIJ0132_000000007859	0.24009628789641763		0	0	True	True	1.0	85					non-mobilizable	no_good_hit	2332.0	85.506	88.0	0.6377579475738985	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
CHI0139_000000002563	3936	0.9984733682761852	6	3	3	3	1	False	103695	maximal	True	CHI0139_000000002563	1.0		33	8	False	False	0.9997459053993225	0					non-mobilizable	no_good_hit	3108.0	99.807	79.0	0.031005508542232156	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0230_000000030603	1174	0.998472989592788	2	1	1	1	1	False	27511	maximal	True	ISR0230_000000030603	1.0		0	0	False	False	0.9855195879936218	0					non-mobilizable	no_good_hit								True	False
ENG0045_000000000647	14692	0.9984722243959906	12	7	7	7	4	True	78050	fragment	False	MON0011_000000002063	0.9329599549791797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	92.742	7.0	0.0012072748359336645	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
USA0062_01_000000004758	5409	0.9984722034294728	6	4	3	3	3	False	1899	fragment	False	USA0062_01_000000004758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	92.456	39.0	0.0497142628781521	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ETH0003_000000002995	8468	0.9984718555194028	7	4	2	4	2	True	53291	maximal	True	ETH0003_000000002995	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
MON0093_000000008363	4686	0.9984715224870364	8	4	3	3	2	False	9401	maximal	True	MON0093_000000008363	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	85.10600000000001	8.0	9.605140858805015e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
MON0096_000000000625	23928	0.9984714721421508	35	9	2	5	6	False	37498	maximal	True	MON0096_000000000625	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	77.566	5.0	0.00957646623105209	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0168_000000009522	2705	0.9984699104691064	8	2	2	2	1	False	117990	fragment	False	SPA0138_000000009105	0.9650099100607309		0	0	False	False	1.0	0					non-mobilizable	virus	2704.0	96.74600000000001	99.0	0.556745623069001	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
AST0029_000000018866	1564	0.9984699104691064	5	2	2	2	1	False	117984	fragment	False	ISR0118_000000009432	0.6291971196930056		0	0	False	False	0.9974424839019775	0					non-mobilizable	virus	1559.0	96.536	99.0	0.3209062821833162	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ENG0194_000000002049	11509	0.9984698707882016	16	11	7	10	7	False	108007	maximal	True	ENG0194_000000002049	1.0	PS666	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	125.0	78.4	1.0	5.604499509154317e-05	CP034260.2	firmicutes	Candidatus Desulforudis audaxviator strain BYF chromosome, complete genome	True	True
MON0041_000000041257	1634	0.9984697575122994	3	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.40718647121569224		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	99.939	100.0	0.00398173230957542	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0310_000000010875	1607	0.9984697575122994	3	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.40583106668502866		0	0	False	False	0.9993777275085449	0					non-mobilizable	other	1607.0	99.689	100.0	0.003913460108308971	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0789_000000008882	1575	0.9984697575122994	2	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.37130763983420517		0	0	False	False	0.9892063736915588	0					non-mobilizable	other	1575.0	99.81	100.0	0.0038378730283354016	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0858_000000007220	1466	0.9984697575122994	2	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.1966826202380993		0	0	False	False	0.9993178844451904	0					non-mobilizable	other	1466.0	99.86399999999999	100.0	0.003572099101976724	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0107_000000000918	11666	0.9984687025045424	15	8	7	6	6	False	123915	fragment	False	CHI0107_000000000918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7565.0	99.98700000000001	85.0	0.07548299536963117	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
SPA0090_000000016480	2152	0.9984686342638184	2	2	2	2	1	False	5376	fragment	False	SPA0090_000000016480	1.0		0	0	False	False	0.9986059665679932	0					non-mobilizable	no_good_hit								True	False
USA0121_01_000000010360	4576	0.9984680310858912	5	4	3	4	2	True	64243	fragment	False	USA0121_01_000000010360	1.0		0	0	False	False	0.9989073276519775	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	0.00025157949199929746	NZ_FNIJ01000011.1	g-proteobacteria	Pseudomonas jinjuensis strain JCM 21621, whole genome shotgun sequence	True	True
ISR0324_000000002442	12134	0.9984679339087787	16	9	7	9	7	True	126357	fragment	False	ISR0324_000000002442	1.0		0	0	False	True	0.9999175667762756	0					non-mobilizable	no_good_hit	234.0	92.735	4.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0273_000000000608	8937	0.9984679339087787	12	9	7	9	7	True	116335	backbone	True	ISR0273_000000000608	0.9910221898787178	PS771	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	239.0	89.958	4.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0133_000000017279	2194	0.9984677489535052	4	4	4	3	1	False	42576	maximal	True	FIJ0133_000000017279	1.0		1	1	False	False	0.9945305585861206	0					non-mobilizable	no_good_hit								True	False
MAD0101_000000014448	1973	0.9984670246605922	3	3	1	2	1	True	97782	maximal	False	MAD0073_000000001639	0.9991605779706835		0	0	True	True	1.0	30					non-mobilizable	plasmid	1852.0	99.89200000000001	100.0	0.9570837642192348	CP049974.1	enterobacteria	Escherichia coli strain ARL09/232 plasmid pCO_Eco4457-7, complete sequence	False	True
MAD0059_000000004977	3805	0.9984670024993596	5	2	1	2	0	True	52081	backbone	False	FIJ0035_000000003187	0.9595786634172979	PS212	0	0	True	True	1.0	347					non-mobilizable	no_good_hit	1377.0	91.57600000000001	49.0	0.38315672058003347	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0050_000000006150	3710	0.9984670024993596	5	2	1	2	0	True	52640	maximal	False	FIJ0132_000000007859	0.3920544445732412		0	0	True	True	1.0	2569					non-mobilizable	no_good_hit	2097.0	88.07799999999999	87.0	0.5775237032905745	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0053_000000003346	3709	0.9984670024993596	5	2	1	2	0	True	52640	maximal	False	FIJ0132_000000007859	0.4263293282277012		0	0	True	True	1.0	2969					non-mobilizable	no_good_hit	2096.0	88.21600000000001	87.0	0.5775237032905745	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0030_000000002669	3709	0.9984670024993596	5	2	1	2	0	True	52640	maximal	False	FIJ0132_000000007859	0.3920521414944757		0	0	True	True	1.0	161					non-mobilizable	no_good_hit	2101.0	87.625	87.0	0.5775237032905745	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0005_000000006806	3709	0.9984670024993596	5	2	1	2	0	True	52640	maximal	False	FIJ0132_000000007859	0.4263293282277012		0	0	True	True	1.0	943					non-mobilizable	no_good_hit	2096.0	88.21600000000001	87.0	0.5775237032905745	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
AUS0018_000000008243	3342	0.9984670024993596	5	2	1	2	0	True	112723	maximal	True	AUS0018_000000008243	0.9785887983989373		2	2	True	True	1.0	29					non-mobilizable	no_good_hit	1043.0	80.345	31.0	0.206151965777144	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
MON0087_000000015329	3205	0.9984670024993596	6	2	1	2	0	True	22003	maximal	False	MON0094_000000010468	0.9820937708076624		0	0	True	True	1.0	190					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0002016588063099691	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
AST0061_000000015218	2741	0.9984670024993596	5	2	1	2	0	True	112099	maximal	True	AST0061_000000015218	1.0		1	1	True	True	0.9996351599693298	43					non-mobilizable	no_good_hit								True	True
ISR0154_000000008498	2617	0.9984670024993596	3	2	1	2	0	True	103358	maximal	True	ISR0154_000000008498	0.9773166892828643	PS603	3	2	True	True	0.999617874622345	40	ColpVC			MOBF,MOBP	mobilizable	plasmid	2129.0	99.34200000000001	100.0	0.8443826915442636	CP057182.1	enterobacteria	Escherichia coli strain RHB34-C04 plasmid pRHB34-C04_5, complete sequence	False	True
ISR0794_000000010958	1842	0.9984670024993596	2	2	1	2	0	True	98017	backbone	False	FIJ0164_000000012307	0.979543319949761	PS541	0	0	True	True	0.9923995733261108	25	ColpVC				non-mobilizable	plasmid	1375.0	99.78200000000001	100.0	0.770611329220415	LN852985.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0315	False	True
MON0106_000000023331	1812	0.9984670024993596	2	2	1	2	0	True	75338	maximal	False	MON0013_000000029039	0.9920329321818759		0	0	True	True	0.9917218685150146	18					non-mobilizable	no_good_hit								True	True
ISR0069_000000004607	5215	0.998466675512626	4	4	4	4	3	False	98274	fragment	False	TAN0003_000000001073	0.9755074445089859		0	0	False	False	1.0	0					non-mobilizable	plasmid	5215.0	99.962	100.0	0.047706203728276886	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
ISR0372_000000000920	11880	0.998466392960362	15	8	4	6	7	False	63273	maximal	True	ISR0372_000000000920	1.0		1	1	False	False	0.9993265867233276	0					non-mobilizable	no_good_hit	10066.0	98.40100000000001	85.0	0.14212251356238698	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0167_000000004792	5110	0.9984659239378564	6	6	6	5	4	False	89269	fragment	False	ENG0167_000000004792	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4961.0	89.94200000000001	99.0	0.07254204540464586	CP026764.1	enterobacteria	Shigella flexneri strain 04-3145 plasmid unnamed, complete sequence	False	True
ISR0369_000000000625	12264	0.9984650515879456	13	9	6	8	8	True	128644	maximal	True	ISR0369_000000000625	1.0		0	0	False	False	0.9994292259216309	0					non-mobilizable	no_good_hit	2264.0	76.855	28.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0064_000000008613	3143	0.9984641089313266	6	4	1	1	4	False	90335	maximal	True	FIJ0064_000000008613	1.0		0	0	False	False	0.9936366677284241	0					non-mobilizable	chromosome	2393.0	97.493	99.0	0.0004624315466894369	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
FIJ0067_000000004624	6606	0.9984629187529608	10	8	4	8	6	False	125230	maximal	True	FIJ0067_000000004624	1.0		1	1	False	False	0.9972752332687378	0					non-mobilizable	no_good_hit	3725.0	79.812	56.0	0.06907266669162518	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
MAD0096_000000007105	2523	0.9984627821706271	4	4	0	4	3	False	103832	maximal	True	MAD0096_000000007105	1.0		2	1	False	False	0.9972255229949951	0		MOBP			mobilizable	no_good_hit	2235.0	94.855	89.0	0.3323901712583768	CP058686.1	enterobacteria	Escherichia coli strain MBT-5 plasmid unnamed4, complete sequence	True	True
ENG0049_000000007580	2582	0.9984622170663384	5	3	2	1	2	False	64189	fragment	False	ENG0049_000000007580	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2583.0	93.186	100.0	0.1030252168005435	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
SPA0031_000000004540	5576	0.9984610960184358	6	5	4	4	3	True	7296	maximal	True	SPA0031_000000004540	1.0		1	1	False	False	0.9974892139434814	0					non-mobilizable	no_good_hit								True	True
MAD0029_000000000487	9164	0.9984608233845697	11	7	5	6	5	False	19002	maximal	True	MAD0029_000000000487	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	79.882	2.0	0.010851907206446163	NZ_QEIH01000017.1	CFB group bacteria	Lutibacter citreus strain 1KV19 contig17, whole genome shotgun sequence	True	False
FIJ0039_000000012223	1890	0.9984607909522126	2	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.8895059899563694		0	0	False	False	0.9989417791366577	0					non-mobilizable	other	1728.0	97.569	97.0	0.0042109318423985	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0016_000000001034	19622	0.998460302130354	21	16	9	9	14	True	132596	backbone	False	ISR0120_000000000296	0.3349391354452911	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18182.0	99.824	100.0	0.5853187379265937	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0157_000000001124	19620	0.998460302130354	22	16	9	9	14	True	132596	backbone	False	ISR0120_000000000296	0.3350804913638805	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19633.0	99.71	100.0	0.6337809917355371	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0052_000000018960	1702	0.9984595489377976	2	2	2	2	2	False	63963	fragment	False	ENG0052_000000018960	1.0		0	0	False	False	0.9929494857788086	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0006961755260616677	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0089_000000003158	10059	0.9984588109939404	10	8	5	8	5	False	5442	maximal	True	SPA0089_000000003158	1.0		1	1	False	False	0.9999005794525146	0					non-mobilizable	no_good_hit	750.0	97.06700000000001	7.0	0.0003337978835964669	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0132_000000005456	5055	0.9984583954492692	9	6	3	5	3	True	125361	fragment	False	FIJ0114_000000005988	0.7707358367548689		0	0	False	False	0.997428297996521	0					non-mobilizable	other	4882.0	99.242	97.0	0.0013931019050761311	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0279_000000006766	2973	0.9984572530926372	6	4	0	4	1	True	53356	maximal	False	ETH0002_000000009251	0.9956040377727124		0	0	True	True	1.0	146	rep_cluster_1839				non-mobilizable	no_good_hit	681.0	83.994	48.0	0.3779795686719637	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
CHI0132_000000003336	9910	0.9984559820191182	17	9	6	6	5	False	80959	maximal	True	CHI0132_000000003336	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6907.0	99.76799999999999	70.0	0.28936669600570014	NZ_CABKPS010000012.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0016_000000006702	4776	0.9984555834749628	7	3	3	3	3	False	70957	fragment	False	SPA0016_000000006702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	37.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0012_000000008145	3037	0.9984555834749628	4	3	3	3	3	False	70956	fragment	False	SPA0012_000000008145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	60.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0162_000000011579	3347	0.9984552670451212	3	3	3	3	2	False	44597	fragment	False	ISR0162_000000011579	1.0		0	0	False	False	0.999701201915741	0					non-mobilizable	no_good_hit	384.0	96.875	11.0	0.13557522123893806	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
ISR0179_000000000429	39240	0.9984534132535794	47	30	16	27	13	True	126099	maximal	True	ISR0179_000000000429	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	71.021	2.0	0.00020700598586036203	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ISR0031_000000011552	2000	0.998452221962674	3	2	2	2	1	False	37012	fragment	False	ISR0031_000000011552	1.0		0	0	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit	1044.0	84.291	79.0	0.02333310876058299	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0379_000000007256	3151	0.998452174294732	7	3	3	3	3	False	58144	fragment	False	ISR0379_000000007256	1.0		0	0	False	False	0.9977784752845764	0					non-mobilizable	other	3141.0	89.11200000000001	99.0	0.07038109995733118	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
MAD0105_000000021523	1739	0.998451762082218	1	1	1	1	1	False	14805	maximal	True	MAD0105_000000021523	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1460.0	81.301	100.0	0.0002857649592362896	CP056928.1	enterobacteria	Escherichia coli strain RHB42-C20 chromosome, complete genome	False	False
SPA0109_000000009499	3101	0.9984510791039141	3	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.53553903310409		0	0	False	False	0.9996775388717651	0					non-mobilizable	no_good_hit	1593.0	78.908	58.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0049_000000005908	2917	0.9984503399924364	6	1	1	1	1	False	17481	maximal	True	MAD0049_000000005908	1.0		1	1	False	False	0.9989715218544006	0					non-mobilizable	no_good_hit	414.0	93.72	27.0	0.007301598553858151	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0086_01_000000008104	2159	0.9984503399924364	5	1	1	1	1	False	443	maximal	True	USA0086_01_000000008104	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	86.215	20.0	0.007496544146315528	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0097_000000027492	1142	0.9984494786517916	2	1	1	1	1	False	42888	fragment	False	FIJ0097_000000027492	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1142.0	99.65	100.0	0.04559804979418935	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0015_000000005434	4382	0.9984487543697296	6	2	2	2	2	False	37987	fragment	False	ISR0015_000000005434	0.9917743830787309		0	0	False	False	0.9993153810501099	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	2.0	0.0029319191135256327	NZ_JWSW01000008.1	a-proteobacteria	Rickettsia asembonensis strain NMRCii contig00014, whole genome shotgun sequence	True	False
ISR0133_000000001577	9847	0.9984480098498328	10	6	5	5	3	True	102600	fragment	False	ISR0133_000000001577	0.9820212224680465		0	0	False	False	0.9998984336853027	0					non-mobilizable	no_good_hit								True	True
FIJ0071_000000004668	7387	0.9984470191970792	15	3	2	3	2	False	44902	fragment	False	FIJ0071_000000004668	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	81.333	24.0	0.012972743061709141	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0064_000000006064	2955	0.9984461791351512	4	4	2	3	3	False	113771	fragment	False	CHI0064_000000006064	0.9891500904159132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	80.279	19.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
DEN0052_000000004914	6628	0.9984457966648292	6	4	2	4	1	True	72355	fragment	False	DEN0052_000000004914	0.9490343347639485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	94.521	6.0	0.0011882571466812044	NZ_LT699738.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	True
ISR0214_000000003831	6549	0.9984456378835768	8	5	1	2	4	False	130184	fragment	False	SPA0026_000000003720	0.9486230897716962		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4236.0	96.931	74.0	0.8411307983276927	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0106_000000001749	10304	0.9984455067067995	10	7	6	7	6	True	128661	fragment	False	AST0106_000000001749	0.9947919230540629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	85.134	37.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0050_000000003758	2598	0.9984445461624388	3	3	2	2	3	False	90345	fragment	False	CHI0050_000000003758	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2595.0	99.76899999999999	100.0	0.0005456675803197856	AP021893.1	enterobacteria	Escherichia coli 2018-06-4CC DNA, complete genome	False	False
ISR0139_000000002919	6991	0.998444142207616	6	6	4	5	5	False	78908	maximal	True	ISR0139_000000002919	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2026.0	81.885	29.0	0.0076626441302304164	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
CHI0066_000000000324	25072	0.9984441038054004	29	20	12	15	18	True	123717	maximal	True	CHI0066_000000000324	1.0	PS902	21	7	False	True	1.0	0	rep_cluster_1702	MOBB			mobilizable	no_good_hit	6528.0	99.648	75.0	0.2106792355371901	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
FIJ0113_000000002484	9041	0.9984421097482018	14	12	5	7	10	False	56702	maximal	True	FIJ0113_000000002484	1.0		1	1	True	True	1.0	169	ColRNAI_rep_cluster_1987				non-mobilizable	no_good_hit	3885.0	93.95100000000001	62.0	0.4254405286343612	CP029779.1	enterobacteria	Klebsiella pneumoniae strain WCHKP020034 plasmid p1_020034, complete sequence	True	True
ISR0066_000000006354	5060	0.9984418337567149	6	4	4	3	3	False	35149	fragment	False	ISR0066_000000006354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	85.098	10.0	0.00011264539959957664	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
MAD0088_000000011156	2200	0.9984413470320792	3	1	1	1	1	False	23127	fragment	False	MAD0088_000000011156	0.9601803252343136		0	0	False	False	0.9977272748947144	0					non-mobilizable	no_good_hit	184.0	91.848	8.0	7.934618741569468e-05	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
MAD0048_000000011410	2084	0.9984413470320792	2	1	1	1	1	False	23127	fragment	False	MAD0088_000000011156	0.9226884963377855		0	0	False	False	0.9918426275253296	0					non-mobilizable	no_good_hit								True	False
ISR0381_000000017567	1116	0.9984413470320792	2	1	1	1	1	False	23124	fragment	False	ISR0381_000000017567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0052_000000004293	4588	0.998440904551424	6	6	3	4	6	False	114621	fragment	False	AST0052_000000004293	0.992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3680.0	97.745	84.0	0.0016652740320056883	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	True	False
CHI0136_000000004096	3587	0.9984385497909332	6	4	2	3	4	False	88902	fragment	False	CHI0136_000000004096	1.0		0	0	False	False	0.9972121715545654	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000019369	2298	0.9984385201382834	4	3	2	3	2	True	68180	maximal	True	DEN0096_000000019369	1.0		1	1	False	False	0.98738032579422	0					non-mobilizable	plasmid	2001.0	99.95	99.0	0.021133829978337824	CP040895.1	enterobacteria	Leclercia adecarboxylata strain Z96-1 plasmid pIMP-Z96-1, complete sequence	False	True
SPA0068_000000003656	3400	0.998437730574346	3	3	3	3	3	True	127159	backbone	False	AST0007_000000005470	0.9993961208655039	PS982	0	0	True	True	0.9994117617607117	13	rep_cluster_1188				non-mobilizable	plasmid	2471.0	100.0	100.0	0.7349003272835466	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
MAD0012_000000003718	6860	0.9984375325320514	7	7	0	4	7	False	108846	maximal	True	MAD0012_000000003718	1.0	PS676	2	2	True	True	0.9981049299240112	23	rep_cluster_2350,rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	2912.0	95.021	94.0	0.40041465100207324	CP056942.1	enterobacteria	Escherichia coli strain RHB42-C04 plasmid pRHB42-C04_3, complete sequence	False	True
ENG0147_000000006427	2240	0.9984371573321744	3	1	1	1	1	False	57360	maximal	True	ENG0147_000000006427	1.0		0	0	False	False	0.9834821224212646	0					non-mobilizable	no_good_hit	161.0	94.41	7.0	3.560819237682014e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0188_000000009781	2177	0.9984371573321744	3	1	1	1	1	False	29260	fragment	False	ISR0188_000000009781	0.9929268292682927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	8.762817387125726e-06	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	True	False
SPA0139_000000013555	2050	0.9984371573321744	2	1	1	1	1	False	29260	fragment	False	ISR0188_000000009781	0.9641708773541571		0	0	False	False	0.9995121955871582	0					non-mobilizable	no_good_hit	66.0	92.42399999999999	3.0	0.0007427931380062488	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	True	False
ISR0297_000000008339	1774	0.9984371573321744	4	1	1	1	1	False	131194	fragment	False	ISR0297_000000008339	1.0		0	0	False	False	0.9842164516448975	0					non-mobilizable	no_good_hit								True	False
MAD0084_000000000027	41936	0.9984370254202366	70	61	16	19	60	True	45129	maximal	True	MAD0084_000000000027	0.9998325799430772		2	1	False	False	1.0	0					non-mobilizable	plasmid	12216.0	97.25	91.0	0.12791405889024238	CP031917.1	enterobacteria	Escherichia coli O45:H2 strain FWSEC0003 plasmid unnamed11, complete sequence	False	True
SPA0060_000000004106	4028	0.9984357470457509	3	3	3	3	3	True	19991	fragment	False	SPA0060_000000004106	0.9884145012735049		0	0	False	False	0.9967725872993469	0	rep_cluster_2313				non-mobilizable	plasmid	4028.0	100.0	100.0	0.014084260742440246	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
MAD0096_000000004207	3925	0.9984357470457509	3	3	3	3	3	True	19991	fragment	False	SPA0060_000000004106	0.9678061732703428		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	3925.0	99.84700000000001	100.0	0.02057293851186981	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	False	True
MAD0005_000000006324	3907	0.9984357470457509	3	3	3	3	3	True	19991	fragment	False	SPA0060_000000004106	0.9616493462956756		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	3846.0	99.844	100.0	0.019779722312246967	CP049349.1	enterobacteria	Escherichia coli strain 3R plasmid p3R-1, complete sequence	False	True
ISR0060_000000004814	6339	0.998434763683374	6	1	1	1	1	False	113218	fragment	False	ISR0060_000000004814	1.0		0	0	False	False	0.9998422265052795	0					non-mobilizable	no_good_hit	513.0	83.821	8.0	0.010354636052960076	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
SPA0082_000000003155	4988	0.9984324367049744	9	5	4	4	5	False	70959	fragment	False	ISR0374_000000002876	0.9623102841648485		0	0	False	False	0.9997994899749756	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	35.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
AST0055_000000003242	8459	0.99843162394866	9	9	3	4	9	True	113993	fragment	False	AST0055_000000003242	1.0		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	8468.0	99.89399999999999	100.0	0.07272992775969145	CP010179.1	enterobacteria	Escherichia coli strain H15 plasmid A, complete genome	False	True
SPA0039_000000002739	8444	0.99843162394866	9	9	3	4	9	True	113993	fragment	False	AST0055_000000003242	0.9991133703747488		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	8453.0	99.89399999999999	100.0	0.07260108059819442	CP010179.1	enterobacteria	Escherichia coli strain H15 plasmid A, complete genome	False	True
SPA0034_000000004316	7484	0.9984314330843348	7	3	2	3	2	False	56767	maximal	True	SPA0034_000000004316	1.0		1	1	False	False	0.9998663663864136	0					non-mobilizable	no_good_hit	101.0	88.119	1.0	4.8773058956674594e-05	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
ISR0025_000000002031	15087	0.9984310732291288	18	15	12	12	12	False	37816	fragment	False	ISR0025_000000002031	1.0		0	0	False	False	0.9998674392700195	0					non-mobilizable	no_good_hit								True	False
AST0058_000000000842	18051	0.99842982998937	21	19	5	7	19	True	113168	fragment	False	AST0058_000000000842	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	17503.0	98.635	97.0	0.15082306300094803	CP055258.1	enterobacteria	Escherichia coli strain AH25 plasmid pAH25-2, complete sequence	False	True
MAD0088_000000002639	6394	0.9984297235934816	5	4	4	4	3	True	16803	maximal	True	MAD0088_000000002639	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	879.0	70.08	13.0	0.012248594718152934	NZ_SODD01000007.1	firmicutes	Breznakia blatticola strain DSM 28867 Ga0244708_107, whole genome shotgun sequence	True	True
AST0149_000000002882	9152	0.9984296762398946	8	6	4	6	5	True	125338	maximal	True	AST0149_000000002882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2267.0	76.48899999999999	38.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0007_000000003218	6619	0.99842949873095	10	6	4	4	6	True	8216	maximal	True	SPA0007_000000003218	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	72.41	13.0	0.00020830697195683019	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	True
CHI0179_000000003814	4158	0.9984293397894934	4	4	4	4	3	False	77586	maximal	True	CHI0179_000000003814	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	4080.0	98.309	98.0	0.017492548834616293	CP026551.1	enterobacteria	Citrobacter sp. SL156 plasmid unnamed2	False	True
ISR0338_000000006333	3783	0.998428668359114	7	3	2	3	3	False	113100	fragment	False	ISR0338_000000006333	1.0		0	0	False	False	0.9939201474189758	0					non-mobilizable	no_good_hit	153.0	80.392	4.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ENG0190_000000009967	3063	0.998428668359114	5	3	2	3	3	False	103613	fragment	False	ENG0190_000000009967	1.0		0	0	False	False	0.997714638710022	0					non-mobilizable	no_good_hit	153.0	80.392	5.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0776_000000002760	9703	0.9984280385517409	10	9	2	3	9	True	98049	fragment	False	ISR0183_000000003701	0.9819141474295187		0	0	False	False	0.9997938871383667	0	IncY				non-mobilizable	plasmid	9703.0	99.979	100.0	0.13455564185066016	AP022258.1	enterobacteria	Klebsiella sp. WP8-S18-ESBL-06 plasmid pWP8-S18-ESBL-06_2 DNA, complete genome, strain: WP8-S18-ESBL-06	False	True
CHI0143_000000000512	29296	0.9984273798800928	31	18	13	18	11	True	79960	maximal	True	CHI0143_000000000512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2337.0	86.478	10.0	0.06859917598587405	NZ_UGGU01000001.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	True
AST0003_000000004035	8585	0.9984273609348546	8	4	2	4	2	False	130755	fragment	False	AST0003_000000004035	1.0		0	0	False	False	0.9996505379676819	0					non-mobilizable	no_good_hit	556.0	91.906	6.0	0.007739290495314592	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0022_000000006778	5201	0.9984273609348546	5	4	2	4	2	False	74640	fragment	False	DEN0022_000000006778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	96.84200000000001	2.0	2.61037150585112e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0145_000000003596	7823	0.9984241580005404	14	10	5	9	8	True	54171	fragment	False	SPA0145_000000003596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0839_000000017449	1245	0.9984234133133524	2	1	1	1	1	False	20814	fragment	False	ISR0839_000000017449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000000546	24751	0.9984232830006666	27	16	10	15	12	True	122937	maximal	True	ENG0199_000000000546	1.0		1	1	False	False	0.9999595880508423	0					non-mobilizable	no_good_hit	5119.0	94.726	52.0	0.20305319106422093	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0079_000000004924	5976	0.9984223747947404	11	7	4	5	5	False	103453	fragment	False	ISR0216_000000003341	0.6177924217462932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2699.0	94.81299999999999	69.0	0.10774087839187947	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0261_000000003955	4302	0.9984207518508412	5	3	3	3	2	True	126342	fragment	False	ISR0261_000000003955	0.984724560981477		0	0	False	False	0.999767541885376	0					non-mobilizable	no_good_hit	200.0	90.0	5.0	5.353638946804026e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0106_000000005361	4157	0.9984207518508412	6	3	3	3	2	True	126342	fragment	False	ISR0261_000000003955	0.9681543468154347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	1.0	1.4060061880495422e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0006_000000000685	9454	0.998418377336604	13	8	6	6	5	False	107026	fragment	False	CHI0125_000000001580	0.9828958534863325		0	0	False	False	1.0	0					non-mobilizable	plasmid	9454.0	100.0	100.0	0.09616577991637758	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0110_000000006125	4860	0.9984178916851234	6	4	3	4	3	False	59820	fragment	False	ENG0110_000000006125	1.0		0	0	False	False	0.9971193671226501	0					non-mobilizable	no_good_hit	2330.0	89.914	70.0	0.09203532749870119	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0071_000000000833	8294	0.998416549104896	10	5	4	5	2	True	114666	maximal	True	ISR0071_000000000833	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit	1140.0	95.26299999999999	19.0	0.26177890140197657	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	True
ENG0052_000000007169	3941	0.9984151694520902	6	3	1	2	2	True	64003	maximal	False	FIJ0025_000000005302	0.9985633059399621		0	0	True	True	1.0	53	Col(MP18)			MOBP	mobilizable	plasmid	2238.0	99.866	100.0	0.57908361377168	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
MON0031_000000010596	3201	0.9984148086012294	3	3	1	3	1	True	93950	maximal	False	MON0045_000000007191	0.9986152324431257		0	0	True	True	1.0	26		MOBV			mobilizable	no_good_hit	1330.0	94.135	57.0	0.43175122749590833	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
ISR0365_000000004526	3284	0.9984144701897268	4	3	3	2	2	True	75951	maximal	True	ISR0365_000000004526	1.0		1	1	False	False	0.9996954798698425	0					non-mobilizable	no_good_hit	348.0	85.057	10.0	0.016552647945271014	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
ENG0048_000000003625	6700	0.9984132784380306	8	8	3	3	7	True	118349	maximal	True	ENG0048_000000003625	1.0	PS758|PS759	1	1	True	True	1.0	98	rep_cluster_1320,rep_cluster_1351	MOBQ			mobilizable	other	2859.0	99.021	100.0	0.0011886857244924186	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0206_000000006488	3851	0.9984130546558668	5	4	4	4	4	False	125077	fragment	False	ENG0206_000000006488	1.0		0	0	False	False	0.9987016320228577	0					non-mobilizable	no_good_hit	1563.0	77.543	40.0	0.0058170097653627	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0002_000000000503	30981	0.9984127714961456	39	20	9	17	12	True	128719	maximal	True	ENG0002_000000000503	1.0		1	1	False	False	0.9996126890182495	0					non-mobilizable	no_good_hit	4495.0	94.527	65.0	0.17927506693841666	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0010_000000000401	6171	0.9984116294772776	8	3	2	3	2	False	43948	fragment	False	MAD0010_000000000401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
ISR0213_000000005913	3961	0.9984114304951124	6	3	1	2	1	True	64003	maximal	False	FIJ0025_000000005302	0.9962188578204287		0	0	True	True	0.9946982860565186	18	Col(MP18)			MOBP	mobilizable	plasmid	2109.0	99.95299999999999	100.0	0.5456898783329018	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
ENG0036_000000005453	4064	0.9984105895890112	8	7	3	3	4	False	65335	maximal	True	ENG0036_000000005453	1.0		0	0	False	False	0.9926180839538574	0					non-mobilizable	chromosome	3776.0	96.69	100.0	0.000736059483904111	CP041535.1	enterobacteria	Escherichia coli strain 95 chromosome	False	False
ISR0115_000000000241	52516	0.9984096054898774	54	22	16	21	15	True	74872	maximal	True	ISR0115_000000000241	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2668.0	95.39	5.0	0.05975738278359531	NZ_QRYH01000021.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf21, whole genome shotgun sequence	True	True
SPA0004_000000000635	30950	0.9984085773313204	35	14	10	11	10	True	111626	fragment	False	SPA0004_000000000635	0.9853312403439484		0	0	False	False	0.9999676942825317	0					non-mobilizable	other	17698.0	99.96	98.0	0.3830699285559645	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
AUS0002_000000010743	3208	0.9984077151069528	6	3	1	3	3	False	103027	fragment	False	AUS0002_000000010743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	922.0	81.128	28.0	0.017876394143128763	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	True	False
SPA0033_000000002754	9656	0.9984069079802316	6	3	3	3	2	True	63300	fragment	False	SPA0079_000000001764	0.927990927990928		0	0	False	False	0.9969967007637024	0					non-mobilizable	other	8187.0	96.116	90.0	0.19622106981657544	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	False	True
SPA0060_000000005858	2647	0.9984063032432036	3	3	3	3	2	False	6240	fragment	False	SPA0061_000000006433	0.9500556999628667		0	0	False	False	1.0	0					non-mobilizable	plasmid	2647.0	100.0	100.0	0.013611741284318718	CP049349.1	enterobacteria	Escherichia coli strain 3R plasmid p3R-1, complete sequence	False	True
ISR0318_000000002094	2059	0.9984059789561552	4	3	2	2	3	False	88549	fragment	False	ISR0318_000000002094	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2055.0	99.465	100.0	0.00040447418552801606	CP058574.1	enterobacteria	Escherichia coli strain EC1 chromosome, complete genome	False	False
AST0100_000000006667	2119	0.9984054866865204	4	2	1	2	2	False	108638	maximal	True	AST0100_000000006667	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2121.0	97.831	100.0	0.007393521766905088	NZ_CYXL01000007.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
MAD0001_000000014813	1745	0.9984050330633776	3	2	2	2	2	False	45768	fragment	False	MAD0001_000000014813	1.0		0	0	False	False	0.998853862285614	0					non-mobilizable	no_good_hit	619.0	97.57700000000001	53.0	0.0001648558751512846	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0098_000000004578	8212	0.9984045537444646	11	7	6	4	3	False	103450	fragment	False	MAD0089_000000001796	0.9733557881550224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3394.0	91.868	60.0	0.13483595092514886	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ENG0169_000000007406	3085	0.9984044323367691	5	3	2	2	3	False	115830	maximal	True	ENG0169_000000007406	1.0		0	0	False	False	0.9954619407653809	0					non-mobilizable	no_good_hit	559.0	99.463	31.0	0.07334384858044164	NZ_JAAIPV010000068.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_68_length_7608_cov_107.059, whole genome shotgun sequence	True	False
ENG0095_000000000863	20108	0.9984038034211764	21	17	9	9	15	True	132596	backbone	False	ISR0120_000000000296	0.37561234714824165	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18289.0	99.88	100.0	0.5533357549340114	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0050_000000004429	2984	0.99840295748563	3	2	2	2	1	True	114763	maximal	False	ENG0075_000000007707	0.9486130780031161		0	0	True	True	1.0	294					non-mobilizable	no_good_hit	1138.0	73.726	37.0	0.41597899474868716	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0083_000000002626	8856	0.9984012261507064	9	9	9	9	9	False	61582	fragment	False	ENG0083_000000002626	1.0		0	0	False	False	0.9998871088027954	0					non-mobilizable	plasmid	8130.0	100.0	100.0	0.04795728739565205	CP021087.1	enterobacteria	Escherichia coli strain 13P460A plasmid p13P460A-2, complete sequence	False	True
ISR0326_000000000987	11390	0.9984001452808448	13	7	6	6	6	True	101595	maximal	True	ISR0326_000000000987	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1356.0	96.976	34.0	0.00036145584276697513	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0025_000000006080	3708	0.9984001445463662	6	5	1	1	5	False	87348	fragment	False	ENG0025_000000006080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2129.0	88.304	67.0	0.00038509460374736254	CP060807.1	enterobacteria	Klebsiella variicola strain KP2757 chromosome, complete genome	True	False
SPA0146_000000002964	7495	0.9984001242963628	13	4	1	4	2	False	118031	fragment	False	SPA0146_000000002964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2737.0	96.96700000000001	61.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0089_000000013689	2101	0.9983996673653022	4	1	1	1	1	False	33737	fragment	False	ISR0089_000000013689	1.0		0	0	False	False	0.9861970543861389	0					non-mobilizable	no_good_hit	695.0	94.964	33.0	0.00018512941319577916	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0101_000000015519	1796	0.9983996673653022	4	1	1	1	1	False	42676	fragment	False	FIJ0101_000000015519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0118_000000002504	3448	0.9983994908183218	6	3	2	3	2	False	81987	fragment	False	CHI0118_000000002504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0068_000000000589	12797	0.9983993828090786	17	9	7	6	6	False	123916	fragment	False	CHI0068_000000000589	0.9820209001892537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9761.0	99.99	76.0	0.09928890426148791	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
USA0054_01_000000000687	17466	0.9983990049609576	20	16	7	8	13	True	132596	backbone	False	ISR0120_000000000296	0.2815430404384969	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17467.0	99.90799999999999	100.0	0.5285143479840174	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0120_000000004823	2825	0.9983986024139928	4	2	2	2	2	False	81855	fragment	False	CHI0120_000000004823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	79.35	34.0	0.00031459380806532424	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
ISR0219_000000004470	6711	0.9983980081523052	7	7	3	3	6	True	125560	maximal	False	ISR0195_000000003424	0.9975767366720517	PS758|PS759|PS930	0	0	True	True	1.0	88	rep_cluster_1320,rep_cluster_1351	MOBQ			mobilizable	plasmid	2576.0	99.845	99.0	0.2556338727290777	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
AST0060_000000001509	16516	0.9983970970696152	17	13	8	7	11	True	132596	backbone	False	ISR0120_000000000296	0.29684670406407615	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16454.0	99.95100000000001	99.0	0.5296844816484224	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
AST0087_000000004237	6768	0.9983969146147648	9	8	3	3	7	True	127280	maximal	True	AST0087_000000004237	0.9820280135989015	PS5|PS757|PS758|PS759|PS996	0	0	True	True	1.0	38	rep_cluster_1152,rep_cluster_1320,rep_cluster_1351	MOBQ			mobilizable	plasmid	3494.0	99.714	98.0	0.34657003871736325	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ISR0001_000000004559	6547	0.9983969146147648	8	8	3	3	7	True	127280	maximal	False	AST0087_000000004237	0.977771110916992	PS5|PS757|PS758|PS759|PS996	0	0	True	True	1.0	23	rep_cluster_1152,rep_cluster_1320,rep_cluster_1351	MOBQ			mobilizable	plasmid	3492.0	99.771	98.0	0.3463714881366028	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ISR0056_000000001590	9920	0.9983966803363528	10	8	6	8	7	True	98647	maximal	True	ISR0056_000000001590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3939.0	99.975	60.0	0.04435156813266042	CP024864.1	enterobacteria	Escherichia coli strain AR_0015 plasmid unitig_2_pilon, complete sequence	True	True
ISR0059_000000002959	5232	0.998395319456056	6	4	3	4	3	False	35461	maximal	True	ISR0059_000000002959	1.0		1	1	True	True	1.0	1	rep_cluster_1186				non-mobilizable	no_good_hit	2332.0	80.74600000000001	53.0	0.6134935809888009	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	True	True
MAD0034_000000000159	28551	0.9983938575034969	29	24	14	21	19	True	89789	maximal	True	MAD0034_000000000159	1.0		2	1	True	True	1.0	165					non-mobilizable	no_good_hit	4351.0	81.062	18.0	0.0014540867073249955	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0039_01_000000004148	5694	0.9983917854874712	9	7	4	6	3	True	125373	fragment	False	USA0039_01_000000004148	0.9977839335180055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3988.0	98.22	88.0	0.0011379424903787206	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0051_000000004847	5099	0.9983917223947462	8	4	2	4	2	False	81988	fragment	False	SPA0051_000000004847	1.0		0	0	False	False	0.9982349276542664	0					non-mobilizable	no_good_hit	351.0	86.61	7.0	0.013044456106154885	MK232980.1	viruses	Uncultured human fecal virus clone D.formicigenerans_S04.r3.K08_1-CL20_c1 sequence	True	False
SPA0133_000000001487	15466	0.9983911789768091	17	9	6	9	6	False	112539	fragment	False	SPA0133_000000001487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3879.0	92.807	68.0	0.08663250005594969	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0088_000000002523	6588	0.9983908458105709	7	5	5	4	3	True	130296	fragment	False	MAD0088_000000002523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	89.90799999999999	9.0	0.0006816703851855878	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0152_000000000403	36146	0.9983903850003218	38	36	7	14	35	True	80387	fragment	False	ENG0152_000000000403	0.9942258404944972		0	0	False	False	0.9999723434448242	0			MPF_I		non-mobilizable	other	14196.0	94.428	98.0	0.09290409772610972	MK878517.1	enterobacteria	Escherichia coli 0638J contig 0638J-ColB-ColM genomic sequence	False	True
MAD0037_000000001123	10652	0.9983902669062622	15	13	5	10	13	False	18687	maximal	True	MAD0037_000000001123	1.0		1	1	False	False	0.9999061226844788	0					non-mobilizable	no_good_hit	1512.0	86.243	38.0	0.009105829432861224	CP048111.1	enterobacteria	Klebsiella michiganensis strain BD177 plasmid unnamed3	True	False
DEN0067_000000006371	4785	0.9983890785768528	5	4	3	3	2	False	72667	fragment	False	DEN0067_000000006371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.104	84.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0006_01_000000011769	2054	0.9983885602504649	4	3	3	2	2	True	120791	fragment	False	ENG0057_000000011928	0.7970415868644022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	87.99	56.0	0.00037278312667216143	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
FIJ0109_000000000573	30150	0.9983872930245892	39	13	9	12	9	True	114985	fragment	False	FIJ0109_000000000573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	86.02600000000001	2.0	0.00012722274419737622	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0154_000000008352	3508	0.998387081946948	3	2	2	2	1	True	70851	maximal	True	ENG0154_000000008352	0.9880517289850999		2	2	True	True	1.0	23					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.0022621667889459528	AP022348.1	b-proteobacteria	Rhodocyclaceae bacterium ICHIJ1 plasmid pICHIJ1 DNA, complete sequence	True	True
ISR0211_000000001356	11008	0.9983868705600908	14	6	4	6	3	True	99221	backbone	False	ENG0181_000000001971	0.5570548223922462	PS555	0	0	True	True	1.0	18	rep_cluster_78				non-mobilizable	plasmid	8292.0	98.10700000000001	97.0	0.76235337581971	FN429768.1	bacteria	Uncultured bacterium plasmid pTRACA30 complete sequence	False	True
SPA0023_000000001579	10900	0.9983868705600908	14	6	4	6	3	True	99221	backbone	False	ENG0181_000000001971	0.5571090013271155	PS555	0	0	True	True	1.0	14	rep_cluster_78				non-mobilizable	plasmid	7445.0	99.637	97.0	0.6873556848619192	FN429768.1	bacteria	Uncultured bacterium plasmid pTRACA30 complete sequence	False	True
FIJ0021_000000005195	9349	0.9983868064028422	12	4	3	4	2	False	49698	backbone	False	FIJ0044_000000002248	0.9202916930051406	PS135|PS136|PS185	0	0	True	True	1.0	59					non-mobilizable	no_good_hit								True	True
MAD0050_000000006516	3542	0.9983860090351236	5	3	2	2	2	False	17415	maximal	True	MAD0050_000000006516	1.0		1	1	False	False	0.9847543835639954	0					non-mobilizable	no_good_hit	1067.0	79.194	30.0	0.00029519413943827026	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0082_000000010559	3648	0.998384558992772	7	2	2	2	1	False	131200	maximal	True	DEN0082_000000010559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	8.762817387125726e-06	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	True	False
CAN0011_000000005883	5309	0.9983828780821729	9	9	0	3	9	False	103841	backbone	True	CAN0011_000000005883	0.9725033962613413	PS611	7	3	True	True	1.0	258	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	4183.0	100.0	100.0	0.8026871401151632	AF282884.1	enterobacteria	Shigella sonnei plasmid ColJs, complete sequence	False	True
ENG0106_000000001818	9906	0.998381686992678	12	6	4	6	3	True	99220	fragment	False	ENG0106_000000001818	1.0		0	0	False	False	1.0	0	rep_cluster_78				non-mobilizable	plasmid	4901.0	92.022	99.0	0.4508174009420892	FN429768.1	bacteria	Uncultured bacterium plasmid pTRACA30 complete sequence	False	True
MAD0036_000000014137	2087	0.9983796723941248	5	4	4	4	4	False	92141	fragment	False	MAD0036_000000014137	1.0		0	0	False	False	0.9995208382606506	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000001804	11388	0.998379662937926	8	6	6	5	6	True	105102	fragment	False	CAN0004_000000001804	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	93.671	1.0	0.004497751124437781	NZ_WNCH01000047.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold47_size17342, whole genome shotgun sequence	True	True
SPA0131_000000012909	2038	0.9983794467146316	4	1	1	1	1	False	3768	maximal	True	SPA0131_000000012909	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	88.81200000000001	46.0	0.012813242122425832	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0105_000000019463	1899	0.9983794467146316	6	1	1	1	1	False	14816	fragment	False	MAD0105_000000019463	1.0		0	0	False	False	0.9789362549781799	0					non-mobilizable	no_good_hit	236.0	93.22	12.0	0.004129302094779003	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0085_000000004729	4321	0.998379156903676	5	1	1	1	1	False	61487	maximal	True	ENG0085_000000004729	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0858_000000005771	1751	0.9983788855541544	4	4	4	4	2	False	20456	fragment	False	ISR0858_000000005771	1.0		0	0	False	False	0.9954311847686768	0					non-mobilizable	plasmid	1070.0	100.0	95.0	0.00862548916770888	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
ENG0104_000000007375	4033	0.9983785450347864	4	4	4	4	4	False	116244	fragment	False	ENG0141_000000006156	0.9505993311659419		0	0	False	False	0.9893379807472229	0					non-mobilizable	no_good_hit	2212.0	97.875	57.0	0.017804369358124704	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
MAD0036_000000010959	2576	0.9983783592663938	5	3	1	3	0	True	131921	maximal	False	ISR0381_000000006403	0.9501706117517046		0	0	True	True	1.0	57					non-mobilizable	no_good_hit								True	True
MON0026_000000016261	2535	0.9983783592663938	5	3	1	3	0	True	131921	maximal	False	ISR0381_000000006403	0.956524643809869		0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ENG0097_000000005863	5301	0.9983783420713266	9	8	0	3	8	False	103841	backbone	False	CAN0011_000000005883	0.9305071113315415	PS611	0	0	True	True	1.0	14	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	4482.0	97.59	96.0	0.8572523471929488	CP045937.1	enterobacteria	Shigella sonnei strain AUSMDU00010534 plasmid pAUSMDU00010534_05, complete sequence	False	True
SPA0145_000000008021	4146	0.9983779305422016	3	3	3	2	2	False	92290	fragment	False	SPA0106_000000008798	0.970766553307924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
ENG0102_000000010200	2706	0.998377443081344	3	2	2	2	2	False	86114	fragment	False	ISR0084_000000008032	0.816096355934474		0	0	False	False	0.9992609024047852	0					non-mobilizable	no_good_hit	205.0	97.073	8.0	0.000836988319089488	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0062_000000019096	1974	0.9983765530870492	4	3	3	2	2	True	67432	fragment	False	ENG0008_000000012063	0.9419836302359171		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	90.99	99.0	0.03507826360349435	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
MAD0005_000000022409	1404	0.9983758292781968	2	2	1	1	2	False	52173	maximal	False	FIJ0003_000000015439	0.9560367454068242		0	0	False	False	1.0	0					non-mobilizable	plasmid	516.0	88.76	96.0	0.009482599889523107	AP003515.1	firmicutes	Clostridium perfringens str. 13 plasmid pCP13 DNA, complete sequence	False	True
ISR0232_000000008676	2971	0.9983745608337572	4	4	4	4	3	False	27460	maximal	True	ISR0232_000000008676	1.0		3	2	False	False	0.9983170628547668	0					non-mobilizable	no_good_hit	1167.0	98.88600000000001	39.0	0.0028406112312647667	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CHI0171_000000001252	5103	0.9983736833188548	5	4	4	4	4	True	114169	fragment	False	CHI0171_000000001252	0.9777250866944767		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	5103.0	100.0	100.0	0.02985214353837422	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
ISR0135_000000003738	5096	0.9983736833188548	5	4	4	4	4	True	114169	fragment	False	CHI0171_000000001252	0.9768777167352389		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	5096.0	100.0	100.0	0.029811186069779824	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
FIJ0104_000000009516	2669	0.9983729887710074	2	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.2754315765744277		0	0	False	False	0.9981266260147095	0					non-mobilizable	no_good_hit	1593.0	79.15899999999999	64.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0134_000000002928	10245	0.9983724354320809	10	7	4	6	6	True	125334	fragment	False	ENG0134_000000002928	1.0		0	0	False	False	0.9998047947883606	0					non-mobilizable	no_good_hit	2255.0	79.867	34.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0176_000000005026	1509	0.9983723825960036	2	2	1	1	2	False	77716	maximal	True	CHI0176_000000005026	1.0		0	0	False	False	0.9787939190864563	0					non-mobilizable	no_good_hit	1322.0	99.47	88.0	0.00028983459462210925	AP021895.1	enterobacteria	Escherichia coli 2018-11-3CC DNA, complete genome	True	False
MAD0037_000000004273	2995	0.998372236434182	6	4	2	2	4	False	82211	fragment	False	MAD0037_000000004273	1.0		0	0	False	False	0.9996660947799683	0					non-mobilizable	chromosome	3001.0	96.70100000000001	100.0	0.0006124607591287786	CP057802.1	enterobacteria	Escherichia coli strain RHB14-C21 chromosome, complete genome	False	False
ISR0103_000000002300	9548	0.9983715326842056	11	4	4	4	3	True	102600	fragment	False	ISR0133_000000001577	0.9638005371535814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	True
CHI0149_000000001847	9081	0.9983711202301271	12	5	5	4	1	True	79595	maximal	True	CHI0149_000000001847	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	60.0	88.333	1.0	0.002160792787422696	NZ_JH921527.1	firmicutes	Bacillus bingmayongensis strain FJAT-13831 Scaffold20, whole genome shotgun sequence	True	True
USA0038_01_000000000774	22637	0.998370395601734	25	8	6	8	5	True	111623	fragment	False	ENG0059_000000000451	0.9346477717272128		0	0	False	False	1.0	0					non-mobilizable	other	9710.0	96.15899999999999	97.0	0.21013206321714656	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
AST0031_000000004829	5920	0.99837036664492	7	5	5	5	5	True	129688	fragment	False	AST0031_000000004829	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1464.0	98.49700000000001	25.0	0.005973622963537626	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0038_000000003557	5699	0.9983700644787	10	5	3	4	5	False	67414	fragment	False	ENG0038_000000003557	1.0		0	0	False	False	0.9980698227882385	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000000655	28118	0.9983700251658876	23	13	10	10	7	True	126517	fragment	False	SPA0040_000000000655	0.9904993118213794		0	0	False	False	0.9995376467704773	0					non-mobilizable	no_good_hit	959.0	69.76	3.0	0.008989906742909774	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
ISR0356_000000001692	8130	0.9983681925273754	11	5	5	4	3	False	107026	fragment	False	CHI0125_000000001580	0.5567730606768333		0	0	False	False	0.9955719709396362	0					non-mobilizable	plasmid	7896.0	98.88600000000001	97.0	0.08027548601715175	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0093_000000007479	5431	0.9983681925273754	9	5	5	4	3	False	107017	fragment	False	ISR0047_000000004284	0.5457893745058032		0	0	False	False	1.0	0					non-mobilizable	other	5183.0	98.28299999999999	95.0	0.05167252115599553	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0074_000000001233	17098	0.9983669822495927	19	15	7	7	13	True	132596	backbone	False	ISR0120_000000000296	0.2804861354726708	PS1169|PS902	0	0	False	True	0.9997660517692566	0		MOBB	MPF_T		conjugative	plasmid	17080.0	99.906	100.0	0.5167998547039593	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0146_000000006855	3560	0.9983663821549612	4	3	2	3	2	True	130972	backbone	False	SPA0046_000000008155	0.5330403255897999	PS1129	0	0	True	True	1.0	41					non-mobilizable	plasmid	2314.0	99.568	96.0	0.6856465005931198	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0234_000000006777	1893	0.9983644649425558	3	2	2	2	1	False	126074	fragment	False	ISR0234_000000006777	1.0		0	0	False	False	0.9989434480667114	0					non-mobilizable	no_good_hit	866.0	94.111	46.0	0.036203645505971084	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0060_000000001402	13552	0.998362820086524	10	5	5	5	2	True	78049	fragment	False	MON0060_000000001402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
MON0005_000000001997	13551	0.998362820086524	10	5	5	5	2	True	78049	fragment	False	MON0060_000000001402	0.9999631050767415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
ENG0117_000000003663	5720	0.9983616774687332	4	4	3	4	4	True	59399	fragment	False	MAD0056_000000001944	0.9814440434815518		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	5720.0	99.965	100.0	0.040229885057471264	CP056149.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 plasmid pRHBSTW-00872_2, complete sequence	False	True
ISR0180_000000004526	4564	0.9983605910442044	4	2	2	2	1	True	29648	maximal	True	ISR0180_000000004526	1.0		1	1	True	True	1.0	215					non-mobilizable	no_good_hit	945.0	74.286	20.0	0.3130872483221476	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
SPA0097_000000015054	2203	0.9983588321299354	5	3	2	3	1	False	96409	fragment	False	SPA0097_000000015054	1.0		0	0	False	False	0.9854743480682373	0					non-mobilizable	other	1524.0	100.0	92.0	0.01519838735430305	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0836_000000003597	5440	0.9983583272942672	6	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.11926436552856391		0	0	False	False	0.9998161792755127	0					non-mobilizable	other	5440.0	99.835	100.0	0.14502839772818174	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0780_000000002063	5289	0.9983583272942672	6	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.11581260757789595		0	0	False	False	1.0	0					non-mobilizable	plasmid	5289.0	99.036	100.0	0.14463894967177243	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
ISR0852_000000001447	5161	0.9983583272942672	6	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.11587488294706938		0	0	False	False	1.0	0					non-mobilizable	plasmid	5161.0	99.884	100.0	0.1335783996479329	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
DEN0027_000000000213	5157	0.9983583272942672	6	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.06793926941185845		0	0	False	False	1.0	0					non-mobilizable	plasmid	5157.0	99.205	100.0	0.13339718864065858	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0095_000000009179	2977	0.9983582953026996	3	3	0	3	2	True	125272	maximal	False	ENG0052_000000009814	0.9549313641338866		0	0	True	True	1.0	53					non-mobilizable	no_good_hit	72.0	95.833	5.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
MAD0027_000000003685	3066	0.9983581791697168	3	3	3	3	3	False	82212	fragment	False	ISR0183_000000009991	0.9279637939461973		0	0	False	False	1.0	0					non-mobilizable	other	3066.0	99.38	100.0	0.0005602839990933088	AP018796.1	enterobacteria	Escherichia coli E2855 DNA, complete genome	False	False
ENG0045_000000004246	2968	0.9983581752029274	3	3	0	3	1	True	125272	maximal	False	ENG0052_000000009814	0.9499280646714305		0	0	True	True	1.0	29					non-mobilizable	no_good_hit	69.0	97.101	2.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
DEN0079_000000022026	2533	0.9983575461635404	5	4	2	3	3	True	124095	fragment	False	DEN0079_000000022026	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2531.0	98.499	99.0	0.0007110108888647825	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0046_000000003950	6278	0.998356301750409	10	2	2	2	1	True	46989	maximal	True	FIJ0046_000000003950	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	403.0	74.69	6.0	0.00705348598163967	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0031_000000016469	2089	0.9983556833879278	5	1	1	1	1	False	106982	fragment	False	DEN0031_000000016469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	88.726	33.0	0.015315861573356689	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MAD0104_000000001645	5997	0.9983548158954562	9	4	2	3	2	True	18411	maximal	True	MAD0104_000000001645	0.9809170404302651		3	1	True	True	0.9979990124702454	65					non-mobilizable	no_good_hit								True	True
ENG0154_000000001810	12524	0.9983548137399608	11	10	4	7	10	False	103524	fragment	False	ENG0154_000000001810	1.0		0	0	False	False	0.999920129776001	0	IncFIA	MOBF			mobilizable	plasmid	12524.0	100.0	100.0	0.12066872229716709	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	False	True
ENG0172_000000003796	4920	0.9983544940523048	7	7	3	3	6	True	115874	fragment	False	ENG0172_000000003796	1.0		0	0	False	True	0.9973577260971069	0	rep_cluster_1320,rep_cluster_1351				non-mobilizable	other	3583.0	99.86	100.0	0.0015018949788824845	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
CHI0131_000000011343	1577	0.9983537373064846	4	3	1	2	2	False	132544	fragment	False	CHI0126_000000000854	0.0253442933155712		0	0	False	False	1.0	0					non-mobilizable	plasmid	1580.0	98.671	100.0	0.04085013849698413	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0148_000000003513	3299	0.9983525908877716	6	3	2	3	3	False	79614	fragment	False	CHI0148_000000003513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0156_000000000229	58724	0.9983524397877046	99	25	12	17	13	True	88751	maximal	True	ISR0156_000000000229	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit	3715.0	92.355	43.0	0.06576755396448446	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CAN0005_000000001975	9837	0.9983523545560332	11	5	5	4	3	True	102600	fragment	False	ISR0133_000000001577	0.9802209671114369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0039_01_000000002405	9827	0.9983523545560332	10	5	5	4	3	True	102600	fragment	False	ISR0133_000000001577	0.9817964432133814		0	0	False	False	0.9998982548713684	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	True
CAN0004_000000005095	4834	0.9983523545560332	8	5	5	4	3	False	102595	fragment	False	USA0080_01_000000007643	0.8011724811795871		0	0	False	False	0.999586284160614	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	2.0	9.880377372929814e-06	LN899827.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IX	True	False
SPA0001_000000007171	4672	0.9983523323781472	6	6	0	5	5	False	103179	maximal	True	SPA0001_000000007171	0.9934507115978393		7	4	True	True	0.9997859597206116	139	ColRNAI_rep_cluster_1857	MOBP		MOBP	mobilizable	plasmid	4579.0	99.913	100.0	0.9967341606792945	CP030004.1	enterobacteria	Salmonella enterica subsp. enterica serovar Brandenburg strain SA20064858 plasmid pSA20064858.2, complete sequence	False	True
FIJ0031_000000006772	3451	0.998352292163053	5	5	0	5	4	False	105951	maximal	False	BAN0019_000000000888	0.9846107455819799		0	0	True	True	1.0	10		MOBP		MOBP	mobilizable	plasmid	3456.0	98.58200000000001	100.0	0.5598831548198637	CP021100.1	enterobacteria	Escherichia coli strain 13P477T plasmid p13P477T-10, complete sequence	False	True
AST0087_000000000822	18261	0.9983505581607566	28	17	12	16	11	True	125417	fragment	False	SPA0098_000000001538	0.6706402283906789		0	0	False	False	1.0	0					non-mobilizable	other	16941.0	98.45299999999999	93.0	0.004834614458120177	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0799_000000000638	14666	0.9983504679506684	20	20	6	11	19	True	123628	fragment	False	USA0108_01_000000001009	0.45195142691474083		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	12050.0	99.568	100.0	0.36397481687753497	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0223_000000007426	3676	0.9983501863543516	5	2	2	2	2	False	27827	fragment	False	ISR0223_000000007426	1.0		0	0	False	False	0.9926550388336182	0					non-mobilizable	no_good_hit	685.0	91.679	19.0	0.008634023886198241	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
ISR0068_000000003582	5271	0.9983497760228244	8	6	4	5	6	False	103469	fragment	False	ISR0201_000000004934	0.950502081156096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3198.0	92.214	88.0	0.12664348799104824	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0275_000000002546	5247	0.9983497760228244	9	6	4	5	6	False	103469	fragment	False	ISR0201_000000004934	0.9490430346395545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3267.0	92.256	89.0	0.12940095112496502	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
DEN0008_000000000333	13421	0.9983495682660346	21	14	8	10	10	True	124137	fragment	False	DEN0008_000000000333	0.963018307117423		0	0	False	False	1.0	0					non-mobilizable	other	13431.0	96.434	100.0	0.0037717300946459474	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0355_000000000449	26844	0.9983489001459412	30	15	10	15	7	False	122566	maximal	True	ISR0355_000000000449	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7672.0	97.836	65.0	0.17165364903878433	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
CHI0039_000000005835	2229	0.9983484851933232	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.7659044551161404		0	0	False	False	0.9991027116775513	0					non-mobilizable	chromosome	2229.0	99.865	100.0	0.00047904459414946365	CP059929.1	enterobacteria	Escherichia coli strain 162.2 chromosome, complete genome	False	False
MAD0098_000000016724	2651	0.9983477947646368	6	1	1	1	1	False	15327	maximal	True	MAD0098_000000016724	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1303.0	89.79299999999999	69.0	0.02303902456314465	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0385_000000003192	5856	0.9983470137339124	11	6	4	6	5	False	76159	maximal	True	ISR0385_000000003192	1.0		52	6	False	False	0.9984630942344666	0					non-mobilizable	no_good_hit	3892.0	99.897	66.0	0.1021984083208573	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
AST0097_000000012137	1780	0.9983464552075592	3	2	1	1	2	True	108976	fragment	False	AST0097_000000012137	1.0		0	0	False	False	0.9893258213996887	0					non-mobilizable	plasmid	1787.0	92.501	99.0	0.6631931522143655	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
MON0058_000000012980	3430	0.9983464543749051	4	3	2	3	1	True	130972	backbone	False	SPA0046_000000008155	0.37432993640313245	PS1129	0	0	True	True	1.0	34					non-mobilizable	plasmid	2739.0	95.035	98.0	0.8099051008303677	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
SPA0111_000000002186	12522	0.9983460260534271	14	9	6	8	5	False	4590	maximal	True	SPA0111_000000002186	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	1.0	0.0001322906867356538	NZ_KB823012.1	a-proteobacteria	Robiginitomaculum antarcticum DSM 21748 H142DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ISR0083_000000008279	2978	0.9983452470597656	5	3	2	2	3	False	104726	maximal	False	DEN0028_000000009297	0.943326626425218		0	0	False	False	0.992276668548584	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.359792562309844e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
CHI0040_000000001128	12005	0.9983446103765644	19	8	7	6	6	False	123919	maximal	True	CHI0040_000000001128	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit	5327.0	99.962	84.0	0.05417145647463351	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
FIJ0022_000000008013	3105	0.998343886255278	5	3	2	3	2	False	86114	fragment	False	ISR0084_000000008032	0.953809375670901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	83.523	11.0	0.0007234906542153786	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0132_01_000000006055	2759	0.998343886255278	4	3	2	3	2	False	86114	fragment	False	ISR0084_000000008032	0.8697206822672466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	98.537	7.0	0.000836988319089488	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0054_000000010545	2375	0.9983435995502002	3	3	2	3	2	False	102590	fragment	False	FIJ0054_000000010545	1.0		0	0	False	False	0.9873684048652649	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00013626567503505256	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
MAD0059_000000013743	1405	0.9983422894302932	3	3	2	3	1	False	16880	maximal	True	MAD0059_000000013743	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0026_000000000641	33017	0.9983406513420008	34	21	14	18	15	True	103162	fragment	False	AUS0002_000000000321	0.9536649064401332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2071.0	96.765	8.0	0.026244389786241346	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	True
MAD0010_000000000082	24836	0.9983394450238672	26	20	7	7	18	True	19753	fragment	False	MAD0043_000000000320	0.931420517376954		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	24865.0	97.301	100.0	0.37921249752093855	CP002733.1	enterobacteria	Escherichia coli UMNK88 plasmid pUMNK88_Hly, complete sequence	False	True
USA0006_01_000000011692	2067	0.9983394444811762	4	2	2	2	2	False	2134	fragment	False	USA0006_01_000000011692	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1983.0	81.947	95.0	0.016338037595054252	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	False
SPA0018_000000010861	2698	0.9983393941304368	4	1	1	1	1	False	33878	fragment	False	SPA0018_000000010861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000004449	6049	0.998337524996474	8	7	3	3	6	True	127280	maximal	False	AST0087_000000004237	0.7045763864880682	PS5|PS757|PS758|PS759|PS996	0	0	True	True	1.0	16	rep_cluster_1152,rep_cluster_1320,rep_cluster_1351	MOBQ			mobilizable	plasmid	3494.0	99.714	99.0	0.34657003871736325	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ISR0840_000000000651	13795	0.998337142064374	20	7	6	6	3	True	64269	maximal	True	ISR0840_000000000651	1.0		1	1	False	False	0.9990576505661011	0					non-mobilizable	no_good_hit	1257.0	75.33800000000001	9.0	0.0003251119458304196	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
FIJ0093_000000005133	4205	0.9983329074366744	9	8	3	4	6	True	132209	backbone	False	ENG0141_000000006400	0.061913566069270176	PS1143|PS778	0	0	True	True	1.0	11					non-mobilizable	plasmid	3469.0	95.59	94.0	0.8355834136933462	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
MAD0079_000000000482	9680	0.9983328599457624	11	10	4	5	10	False	87418	fragment	False	MAD0079_000000000482	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5484.0	99.471	100.0	0.03342029232850995	CP033251.1	enterobacteria	Escherichia coli strain ECCHD184 plasmid pTB211, complete sequence	False	True
MON0056_000000009916	1945	0.9983326855342008	3	2	2	2	2	False	57010	maximal	True	MON0056_000000009916	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.531	16.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0043_000000000808	7425	0.9983319487507752	9	5	5	4	2	False	107026	fragment	False	CHI0125_000000001580	0.4576675452907792		0	0	False	False	0.9995959401130676	0					non-mobilizable	plasmid	7453.0	99.11399999999999	100.0	0.07576882776020102	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0178_000000002338	7393	0.9983319487507752	9	5	5	4	2	False	107026	fragment	False	CHI0125_000000001580	0.4564701820546096		0	0	False	False	1.0	0					non-mobilizable	plasmid	7421.0	99.124	100.0	0.07544329036917975	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0030_000000001128	17732	0.9983319301953164	20	14	7	7	12	True	132596	backbone	False	ISR0120_000000000296	0.30967382839110763	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17556.0	99.71	99.0	0.5666322314049587	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0011_000000038764	1226	0.9983319263311808	2	1	1	1	1	False	75563	fragment	False	DEN0011_000000038764	1.0		0	0	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	1016.0	96.26	83.0	0.043454062847846565	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	False
USA0130_01_000000020624	1655	0.9983295047935136	2	1	1	1	1	False	112	fragment	False	USA0130_01_000000020624	1.0		0	0	False	False	0.9909365773200989	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	5.857251084169469e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0002_000000015568	1314	0.9983295047935136	3	1	1	1	1	False	38630	fragment	False	ISR0002_000000015568	1.0		0	0	False	False	0.990867555141449	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000030286	1545	0.9983286937348153	2	2	2	1	1	False	52726	fragment	False	ETH0005_000000030286	1.0		0	0	False	False	0.985113263130188	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000005938	5426	0.9983267721189508	9	6	5	4	4	False	107017	fragment	False	ISR0047_000000004284	0.528667069852263		0	0	False	False	1.0	0					non-mobilizable	other	5426.0	99.98200000000001	100.0	0.05413739422002235	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0105_000000015668	1569	0.9983264633700196	2	2	1	1	2	False	59910	fragment	False	SPA0105_000000015668	0.9848894383079438		0	0	False	False	0.9993626475334167	0					non-mobilizable	other	1569.0	99.49	100.0	0.0004106348131375904	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
MON0080_000000012962	3531	0.9983260967177362	6	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.6884542915867019		0	0	False	False	0.9994335770606995	0					non-mobilizable	other	3316.0	98.402	94.0	0.0009461448095323447	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0063_000000009305	3078	0.9983260967177362	6	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.3276564023208521		0	0	False	False	0.9938271641731262	0					non-mobilizable	other	2915.0	97.94200000000001	95.0	0.0008316941100987187	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0006_000000001797	4193	0.9983259906929444	6	5	0	3	5	False	103839	maximal	True	MAD0006_000000001797	1.0		1	1	True	True	1.0	1491	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	2065.0	97.579	98.0	0.5103908955962395	CP054889.1	enterobacteria	Shigella flexneri strain FDAARGOS_689 plasmid unnamed3, complete sequence	False	True
SPA0098_000000008967	3849	0.9983258957157258	4	3	3	3	2	False	5084	maximal	True	SPA0098_000000008967	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	92.056	8.0	6.316098267712764e-05	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
MAD0056_000000007132	1924	0.9983231257795008	3	1	1	1	1	False	17057	maximal	True	MAD0056_000000007132	1.0		1	1	False	False	0.9989604949951172	0					non-mobilizable	chromosome	971.0	94.13	95.0	0.0002120486061797835	CP040234.1	enterobacteria	Citrobacter sp. TBCP-5362 chromosome, complete genome	False	False
ISR0192_000000003906	5083	0.9983224228306912	9	5	4	4	5	False	70959	fragment	False	ISR0374_000000002876	0.9507284421453687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.44	34.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0208_000000005005	5014	0.9983224228306912	9	5	4	4	5	False	70959	fragment	False	ISR0374_000000002876	0.9770048392898456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.211	35.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0332_000000002367	5012	0.9983224228306912	9	5	4	4	5	False	70959	fragment	False	ISR0374_000000002876	0.9771374570861285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	35.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0022_000000002636	5000	0.9983224228306912	9	5	4	4	5	False	70959	fragment	False	ISR0374_000000002876	0.9759664669336711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	92.26799999999999	35.0	0.02798192432015181	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0136_000000009261	4127	0.9983222031072811	6	5	5	4	3	False	65505	maximal	True	SPA0136_000000009261	1.0		2	2	False	False	0.9958807826042175	0					non-mobilizable	no_good_hit	664.0	78.916	16.0	0.0053601093298635836	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0374_000000002023	7286	0.9983213057419832	12	8	3	3	7	True	130675	backbone	False	ISR0293_000000004798	0.9724400396426491	PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS122|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS996	0	0	True	True	1.0	8	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4996.0	99.62	82.0	0.7085106382978723	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
SPA0089_000000002429	12003	0.9983200957102112	18	11	9	8	8	False	123898	maximal	True	SPA0089_000000002429	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	9577.0	100.0	80.0	0.0974170642631156	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
AST0019_000000001332	14815	0.9983199404900926	24	8	4	7	4	True	122945	maximal	True	AST0019_000000001332	1.0		1	1	False	False	0.999797523021698	0					non-mobilizable	no_good_hit	880.0	85.795	6.0	0.0018359098104078105	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0034_000000002237	8453	0.9983168614216532	10	5	4	4	2	False	107026	fragment	False	CHI0125_000000001580	0.9527144591777531		0	0	False	False	1.0	0					non-mobilizable	plasmid	8480.0	99.34	99.0	0.08621654340328996	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0261_000000002849	5705	0.9983165264969018	9	5	4	5	4	False	122548	fragment	False	ISR0261_000000002849	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5667.0	94.65299999999999	99.0	0.12669247812367118	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
ISR0057_000000006611	3140	0.9983163621009304	9	3	2	3	1	False	117996	fragment	False	ISR0057_000000006611	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	3081.0	97.598	98.0	0.6341915550978373	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
MAD0015_000000000098	55786	0.998316121717388	97	32	16	24	16	True	88796	maximal	True	MAD0015_000000000098	1.0		1	1	False	False	0.9999820590019226	0					non-mobilizable	no_good_hit	2738.0	92.257	46.0	0.04838195158260376	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0013_000000009680	2753	0.9983157553530556	4	3	2	3	3	False	119406	fragment	False	DEN0026_000000010745	0.8842177927871951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	78.704	4.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
MAD0015_000000009431	2110	0.9983154857193874	4	1	1	1	1	False	23127	fragment	False	MAD0088_000000011156	0.943103007037748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000000809	26681	0.998315361595876	27	15	8	13	10	True	127234	backbone	True	FIJ0038_000000000809	0.9837866692599957	PS988	0	0	True	True	0.9994753003120422	8					non-mobilizable	no_good_hit	5018.0	86.19	69.0	0.1982176397714103	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0110_000000000396	11044	0.9983144618445464	13	7	6	7	4	True	89514	maximal	True	CHI0110_000000000396	1.0	PS466	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	91.398	30.0	0.3127641589180051	NZ_JHYI01000051.1	firmicutes	Bacillus bogoriensis ATCC BAA-922 T323DRAFT_scaffold00042.42_C, whole genome shotgun sequence	True	True
MAD0032_000000002581	5560	0.998314007690758	8	2	2	2	2	False	18927	fragment	False	MAD0032_000000002581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	90.166	48.0	0.03918590522478736	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ISR0849_000000005562	4645	0.9983134903785577	7	1	1	1	1	False	43505	fragment	False	ISR0849_000000005562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	92.241	38.0	0.01675130995566304	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ISR0840_000000002857	4618	0.9983134903785577	6	1	1	1	1	False	43506	fragment	False	ISR0840_000000002857	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	90.57700000000001	15.0	0.011446997178557034	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
CHI0089_000000002050	3561	0.9983134903785577	8	1	1	1	1	False	83895	fragment	False	CHI0089_000000002050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1677.0	92.785	67.0	0.026956872228939943	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0126_000000012681	3169	0.9983134903785577	4	1	1	1	1	False	3985	fragment	False	SPA0126_000000012681	1.0		0	0	False	False	0.9955822229385376	0					non-mobilizable	no_good_hit	711.0	90.436	45.0	0.011446997178557034	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
FIJ0090_000000014991	2834	0.9983134903785577	4	1	1	1	1	False	43504	fragment	False	FIJ0090_000000014991	1.0		0	0	False	False	0.9996471405029297	0					non-mobilizable	no_good_hit	711.0	90.57700000000001	25.0	0.011446997178557034	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
USA0087_01_000000012213	1317	0.9983134903785577	2	1	1	1	1	False	416	fragment	False	USA0087_01_000000012213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	90.57700000000001	54.0	0.011446997178557034	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ISR0026_000000002933	7412	0.9983111101945348	14	8	7	5	8	False	72664	fragment	False	ISR0026_000000002933	1.0		0	0	False	False	0.9998650550842285	0					non-mobilizable	no_good_hit	2272.0	91.461	67.0	0.00480467445032439	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
DEN0033_000000006003	4513	0.9983102978990313	5	3	3	3	1	True	128002	fragment	False	DEN0033_000000006003	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	886.0	92.43799999999999	69.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0797_000000000748	14376	0.9983075321295268	12	7	5	7	4	True	74859	fragment	False	ISR0797_000000000748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	1.0	2.8413193348772282e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	True
FIJ0114_000000009200	4022	0.9983044631045244	3	3	3	3	3	False	75475	fragment	False	FIJ0031_000000005488	0.9656546356235972		0	0	False	False	1.0	0					non-mobilizable	plasmid	4000.0	98.775	100.0	0.019779697987407075	CP052373.1	enterobacteria	Klebsiella pneumoniae strain D16KP0042 plasmid pD16KP0042-1, complete sequence	False	True
AST0058_000000001109	14217	0.9983043661489188	14	14	14	14	14	True	113163	maximal	True	AST0058_000000001109	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	7323.0	99.91799999999999	99.0	0.0014310529296013466	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	True
SPA0010_000000008475	2622	0.998304348002482	5	3	2	2	3	True	124100	fragment	False	SPA0010_000000008475	0.9935665460394049		0	0	False	False	1.0	0					non-mobilizable	other	2622.0	99.46600000000001	100.0	0.0007365847983061641	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0049_000000006038	2658	0.9983035793569688	5	3	2	2	3	True	86791	fragment	False	CHI0049_000000006038	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2660.0	94.887	100.0	0.044857065621409745	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	True
MAD0073_000000001087	3126	0.9983035285143006	5	5	4	4	4	False	46481	fragment	False	MAD0073_000000001087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	28.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
USA0040_01_000000002676	7207	0.9983019760952684	9	4	1	2	3	False	130185	backbone	True	USA0040_01_000000002676	1.0	PS1072|PS1075|PS1077|PS1081|PS1083|PS1089|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	1	1	True	True	1.0	56	rep_cluster_475				non-mobilizable	no_good_hit	1855.0	97.14299999999999	63.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AUS0022_000000017754	1931	0.9983013731774386	3	1	1	1	1	False	99208	fragment	False	AUS0022_000000017754	1.0		0	0	False	False	0.9979285597801208	0					non-mobilizable	no_good_hit								True	False
USA0017_01_000000016378	1670	0.9983013731774386	2	1	1	1	1	False	65588	fragment	False	USA0017_01_000000016378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000017110	1429	0.9983013731774386	2	1	1	1	1	False	65587	fragment	False	ENG0032_000000017110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0359_000000003119	6567	0.9983002648099852	8	6	2	3	6	False	130186	fragment	False	ISR0200_000000002873	0.9915840096182748		0	0	False	True	0.9998477101325989	0	rep_cluster_475				non-mobilizable	no_good_hit	4808.0	99.792	78.0	0.9388671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
DEN0047_000000000874	2448	0.9983001400383776	4	3	2	2	2	False	72661	fragment	False	DEN0047_000000000874	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1660.0	94.759	97.0	0.003508816726565509	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ENG0183_000000001706	15267	0.9982999141290158	16	6	3	5	2	True	55815	fragment	False	ENG0183_000000001706	1.0		0	0	False	False	0.9991484880447388	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	0.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
SPA0001_000000006125	5388	0.9982998851037505	6	4	3	4	4	True	28139	fragment	False	SPA0001_000000006125	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3961.0	98.889	99.0	0.0017658414033623225	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	True
SPA0100_000000001349	17780	0.9982998668958556	19	6	4	6	3	True	79299	fragment	False	FIJ0148_000000000958	0.943226501481282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	87.712	3.0	0.006968847767744614	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0027_01_000000005622	4736	0.9982997109083979	4	2	2	2	2	False	57518	fragment	False	USA0027_01_000000005622	0.9598039215686274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	2.0	3.193459794341189e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
MAD0088_000000001116	11546	0.9982965607698076	19	3	3	3	3	False	15930	maximal	True	MAD0088_000000001116	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	93.333	41.0	0.014869032006521817	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0812_000000008564	4507	0.9982959640754198	7	3	3	1	1	False	131201	fragment	False	ISR0812_000000008564	0.9967541010201818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	98.354	8.0	5.840402553366075e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
USA0024_01_000000005579	4352	0.9982959640754198	7	3	3	1	1	False	131201	fragment	False	ISR0812_000000008564	0.9909752966076825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	91.611	7.0	0.001916378562457108	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0167_000000007179	4321	0.9982959640754198	7	3	3	1	1	False	131201	fragment	False	ISR0812_000000008564	0.9850102473747113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	90.934	8.0	0.00010052707288490484	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0021_000000005135	4290	0.9982959640754198	7	3	3	1	1	False	131201	fragment	False	ISR0812_000000008564	0.9871539203956311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	91.611	7.0	0.001916378562457108	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0008_000000001937	4290	0.9982959640754198	7	3	3	1	1	False	131201	fragment	False	ISR0812_000000008564	0.9855663435509342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	91.611	7.0	0.001916378562457108	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0172_000000003884	4078	0.9982959640754198	7	3	3	1	1	False	131201	fragment	False	ISR0812_000000008564	0.9581031342594983		0	0	False	False	0.9963217377662659	0					non-mobilizable	no_good_hit	157.0	92.994	4.0	0.0018157165595708306	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	True	False
MAD0044_000000020377	1221	0.9982930982249688	3	2	1	2	1	False	17938	maximal	True	MAD0044_000000020377	1.0		2	1	False	False	0.9631449580192566	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.714495836707807e-05	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	False
DEN0069_000000003078	9564	0.9982930832889632	11	4	4	4	3	True	102600	fragment	False	ISR0133_000000001577	0.9617092679606121		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	True
ISR0802_000000001840	6083	0.9982930832889632	10	4	4	4	3	False	102598	fragment	False	ISR0802_000000001840	1.0		0	0	False	False	0.9998356103897095	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
USA0047_01_000000008053	4282	0.9982930832889632	8	4	4	4	3	False	102595	fragment	False	USA0080_01_000000007643	0.314766322763061		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
ENG0022_000000001491	15630	0.9982926912948398	14	14	8	10	13	False	103541	maximal	False	CAN0011_000000002025	0.9940077771403073		0	0	False	False	1.0	0	IncFIA	MOBF			mobilizable	plasmid	15630.0	99.994	100.0	0.15059741761418385	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	False	True
ENG0052_000000017531	1819	0.9982915309730525	3	3	2	2	3	False	88546	fragment	False	ENG0052_000000017531	0.9778425655976677		0	0	False	False	0.9873557090759277	0					non-mobilizable	chromosome	1819.0	100.0	100.0	0.0003772948210371125	CP035331.1	enterobacteria	Escherichia coli strain BR25-DEC chromosome	False	False
MON0063_000000002027	12539	0.9982912104654588	17	6	3	5	5	False	122541	maximal	True	MON0063_000000002027	1.0		1	1	False	False	0.9999202489852905	0					non-mobilizable	plasmid	8131.0	99.164	97.0	0.18181411274981538	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
MAD0099_000000001446	13162	0.9982911411615348	17	13	9	9	10	False	48456	maximal	True	MAD0099_000000001446	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3875.0	92.8	54.0	0.0012957539038310265	CP003726.1	firmicutes	Enterococcus faecalis D32, complete genome	True	False
ISR0191_000000007167	1537	0.9982892154492368	2	2	1	1	2	False	29150	fragment	False	ISR0191_000000007167	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1537.0	99.805	100.0	0.00033108007762275884	CP046716.1	enterobacteria	Escherichia coli strain T16R chromosome, complete genome	False	False
USA0026_01_000000013146	2486	0.9982880109090124	3	1	1	1	1	False	1630	fragment	False	USA0026_01_000000013146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0282_000000001073	14690	0.998287027921348	13	8	4	6	6	False	76989	maximal	True	ISR0282_000000001073	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	77.19	9.0	0.17458416500332669	NZ_QOHO01000082.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_82, whole genome shotgun sequence	True	False
MAD0102_000000008355	2248	0.9982865707480988	3	3	2	1	2	False	90332	fragment	False	CHI0049_000000006892	0.5517208986599859		0	0	False	False	1.0	0					non-mobilizable	chromosome	2248.0	100.0	100.0	0.0004343878176545494	CP054457.1	enterobacteria	Escherichia coli strain SCU-103 chromosome, complete genome	False	False
FIJ0056_000000008939	2423	0.998286530059325	4	1	1	1	1	False	46204	fragment	False	FIJ0056_000000008939	1.0		0	0	False	False	0.9958728551864624	0					non-mobilizable	no_good_hit	620.0	94.677	34.0	0.010952397830787226	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0130_000000000834	23433	0.9982857584954424	30	30	12	16	29	True	58485	fragment	False	ENG0130_000000000834	0.9977778727404811		0	0	False	False	1.0	0		MOBF	MPF_T	MOBF	conjugative	plasmid	23298.0	99.98700000000001	100.0	0.5535595475715236	LT985259.1	enterobacteria	Escherichia coli strain 592 genome assembly, plasmid: RCS44_p	False	True
SPA0003_000000000388	23401	0.9982857584954424	30	30	12	16	29	True	58485	fragment	False	ENG0130_000000000834	0.9970981095036914		0	0	False	False	1.0	0		MOBF	MPF_T	MOBF	conjugative	plasmid	23401.0	99.991	100.0	0.5114418726640876	CP057089.1	enterobacteria	Escherichia coli strain RHB38-C15 plasmid pRHB38-C15_3, complete sequence	False	True
AST0053_000000002086	5978	0.9982857464857344	8	7	6	7	5	True	119535	maximal	True	AST0053_000000002086	1.0		1	1	False	False	0.9996654391288757	0					non-mobilizable	no_good_hit	2792.0	99.355	84.0	0.015520953286937365	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
SPA0023_000000001365	12027	0.9982854483735072	13	12	12	11	8	False	84230	maximal	True	SPA0023_000000001365	1.0	PS417	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3579.0	99.525	30.0	0.032390349884578826	NZ_JAATLI010000018.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_18, whole genome shotgun sequence	True	True
MON0046_000000021575	1579	0.9982852575189158	3	2	2	2	2	False	11513	fragment	False	MON0046_000000021575	1.0		0	0	False	False	0.9968334436416626	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	2.8463697065895133e-05	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
AST0084_000000002854	8715	0.9982837322361078	12	11	6	7	11	True	114553	maximal	True	AST0084_000000002854	1.0		2	1	False	False	0.9997705221176147	0	rep_cluster_707	MOBQ			mobilizable	no_good_hit	4621.0	88.963	89.0	0.1261819278099049	CP000935.1	firmicutes	Lactobacillus paracasei strain Zhang plasmid plca36, complete sequence	True	True
AUS0022_000000008109	4387	0.9982828025990262	8	5	5	3	1	False	99388	fragment	False	AUS0022_000000008109	1.0		0	0	False	False	0.9972646236419678	0					non-mobilizable	no_good_hit	271.0	75.646	6.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0014_000000002825	11514	0.9982818055816016	7	6	4	5	3	False	38057	maximal	True	ISR0014_000000002825	1.0		1	1	False	False	0.9999131560325623	0					non-mobilizable	no_good_hit	1955.0	91.56	24.0	0.00983502538071066	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
AST0060_000000005965	4613	0.9982816267085264	5	3	2	3	1	True	127562	maximal	True	AST0060_000000005965	1.0		4	2	False	False	0.9926295280456543	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.4827129921965575e-06	LT594793.1	eudicots	Theobroma cacao genome assembly, chromosome: VI	True	True
MAD0099_000000006824	4170	0.9982816267085264	5	3	2	3	1	True	112675	maximal	True	MAD0099_000000006824	1.0		7	1	False	False	0.9988009333610535	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.4827129921965575e-06	LT594793.1	eudicots	Theobroma cacao genome assembly, chromosome: VI	True	True
MAD0043_000000006057	3822	0.9982816267085264	4	3	2	3	1	True	112676	fragment	False	MAD0043_000000006057	1.0		0	0	False	False	0.9955520629882812	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.0006489643610405062	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	True	True
ISR0076_000000014307	1805	0.9982812446170448	4	2	2	2	2	False	34570	maximal	True	ISR0076_000000014307	1.0		0	0	False	False	0.9711911082267761	0					non-mobilizable	no_good_hit	234.0	77.778	13.0	3.679130744042874e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
ISR0164_000000004677	4944	0.9982799232832972	6	4	3	3	3	False	126078	maximal	True	ISR0164_000000004677	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	89.964	31.0	0.10856992639327025	NZ_JAAIPV010000068.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_68_length_7608_cov_107.059, whole genome shotgun sequence	True	False
DEN0017_000000002274	11863	0.9982777681708196	8	8	6	7	2	False	75264	fragment	False	DEN0017_000000002274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0029_000000003982	2988	0.9982741055770182	5	4	1	4	1	False	88613	fragment	False	CHI0029_000000003982	1.0		0	0	False	False	0.9949799180030823	0					non-mobilizable	no_good_hit								True	False
FIJ0141_000000024318	1239	0.9982739216602796	3	2	1	1	2	False	40236	maximal	True	FIJ0141_000000024318	1.0		1	1	False	False	0.9895076751708984	0					non-mobilizable	no_good_hit								True	False
ISR0040_000000001050	17440	0.9982722332148828	19	9	4	9	5	False	36511	maximal	True	ISR0040_000000001050	1.0		2	1	True	True	1.0	10					non-mobilizable	no_good_hit	1383.0	81.779	8.0	0.010595528548849913	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	True
SPA0056_000000005230	5916	0.9982715073628076	6	3	3	2	2	True	63297	fragment	False	SPA0056_000000005230	1.0		0	0	False	False	0.9971264600753784	0					non-mobilizable	other	5903.0	96.917	99.0	0.14160184384903485	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	False	True
ENG0154_000000004285	6076	0.9982713585415416	6	3	3	3	2	False	56855	maximal	True	ENG0154_000000004285	1.0		1	1	False	False	0.9985187649726868	0					non-mobilizable	no_good_hit	749.0	75.968	12.0	0.0002072988369266072	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0045_000000034474	1248	0.9982710020465086	2	2	2	2	1	True	17803	fragment	False	MAD0045_000000034474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0112_000000008384	3299	0.9982707661239658	4	4	2	4	4	False	117140	maximal	True	ENG0112_000000008384	1.0		1	1	False	False	1.0	0	rep_cluster_1571				non-mobilizable	no_good_hit	1904.0	93.54	58.0	0.014737005310283345	NZ_PCGX01000009.1	high GC Gram+	Bifidobacterium thermophilum strain 1543B Contig_9, whole genome shotgun sequence	True	True
CHI0145_000000000631	17790	0.9982707290784224	19	15	7	7	13	True	132596	backbone	False	ISR0120_000000000296	0.3172260725456039	PS1169|PS902	0	0	False	True	0.9976953268051147	0		MOBB	MPF_T		conjugative	plasmid	17666.0	99.87	99.0	0.5344775396537111	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0083_000000013984	2570	0.998270089931961	3	3	1	3	0	True	9888	maximal	True	MON0083_000000013984	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
AST0029_000000013432	2242	0.998270089931961	5	3	1	3	0	True	122411	maximal	True	AST0029_000000013432	0.9995615957913195		2	1	True	True	0.993755578994751	11					non-mobilizable	no_good_hit								True	True
CHI0138_000000005262	2881	0.9982700175692034	3	3	1	3	1	True	80431	maximal	False	ISR0214_000000009314	0.8050831832649404		0	0	True	True	1.0	98					non-mobilizable	no_good_hit	778.0	80.72	41.0	0.26040268456375837	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ISR0384_000000000602	14677	0.9982696242638368	14	10	7	10	5	False	122544	fragment	False	ISR0384_000000000602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7675.0	97.824	80.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0785_000000004269	6407	0.9982693384036004	6	4	2	2	4	False	129549	maximal	True	ISR0785_000000004269	1.0	PS1037|PS1061	0	0	True	True	0.9998438954353333	17					non-mobilizable	no_good_hit	1804.0	87.86	28.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0154_000000003124	9092	0.9982684995091816	10	5	3	5	3	False	47838	maximal	True	FIJ0154_000000003124	1.0		2	1	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
FIJ0030_000000026785	1419	0.9982678972228796	2	2	1	2	2	False	57009	fragment	False	FIJ0032_000000024570	0.9681063122923588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	87.859	32.0	8.322820881424077e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0111_000000008316	3684	0.9982678223878799	5	3	1	3	3	True	82618	maximal	True	CHI0111_000000008316	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0094_000000003130	5426	0.9982674729737351	6	5	5	3	4	False	70993	fragment	False	ENG0094_000000003130	1.0		0	0	False	False	0.9998157024383545	0					non-mobilizable	no_good_hit	2038.0	95.38799999999999	58.0	0.0328415961305925	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ISR0049_000000020925	1409	0.9982674093628132	2	1	1	1	1	False	35960	fragment	False	ISR0049_000000020925	1.0		0	0	False	False	0.9971610903739929	0					non-mobilizable	no_good_hit	547.0	86.654	39.0	0.01226167216869905	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0085_000000011386	2129	0.9982665550991572	4	3	3	1	2	False	33988	maximal	True	ISR0085_000000011386	1.0		0	0	False	False	0.9732268452644348	0					non-mobilizable	no_good_hit	356.0	75.843	16.0	0.0002324661721639127	NC_010163.1	mycoplasmas	Acholeplasma laidlawii PG-8A, complete sequence	True	False
MON0004_000000012145	3125	0.9982660765810332	4	3	3	2	2	False	83701	fragment	False	MON0004_000000012145	1.0		0	0	False	False	0.976639986038208	0					non-mobilizable	no_good_hit	1352.0	97.929	61.0	0.0032941337111061803	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
DEN0047_000000000533	3339	0.9982636925474216	6	3	2	3	2	False	93057	fragment	False	DEN0047_000000000533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	73.913	9.0	7.914306875573433e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0229_000000010226	1590	0.9982634197127884	3	1	1	1	1	False	131196	fragment	False	ISR0229_000000010226	1.0		0	0	False	False	0.9918239116668701	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0001460285985481683	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
CHI0166_000000003544	2108	0.9982622932427424	4	3	3	3	2	False	82909	fragment	False	CHI0166_000000003544	0.9893129770992366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	85.45100000000001	46.0	0.001187312646348524	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
CHI0108_000000004107	1965	0.9982622932427424	4	3	3	3	2	False	82909	fragment	False	CHI0166_000000003544	0.9561195445920303		0	0	False	False	0.9984732866287231	0					non-mobilizable	no_good_hit	977.0	85.46600000000001	49.0	0.001187312646348524	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
AST0002_000000008877	3930	0.9982610000092588	6	1	1	1	1	False	132126	maximal	True	AST0002_000000008877	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1780.0	94.382	58.0	0.14963411556901338	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
FIJ0085_000000000991	20237	0.9982609307713448	22	14	9	14	6	True	64263	fragment	False	FIJ0085_000000000991	0.9847804777382243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.214374092605794e-06	NC_009937.1	a-proteobacteria	Azorhizobium caulinodans ORS 571, complete genome	True	True
SPA0136_000000008426	4503	0.998260462363819	7	4	3	4	3	False	107930	maximal	True	SPA0136_000000008426	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	1.0	0.0010897203051216855	NZ_MQNM01000027.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_27_length_44048_cov_31.4415, whole genome shotgun sequence	True	False
ISR0045_000000002295	9884	0.9982596588012048	10	5	3	5	3	False	39557	maximal	True	ISR0045_000000002295	1.0	PS135|PS136	1	1	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
DEN0035_000000003786	7139	0.9982592061377802	8	6	4	5	2	True	73514	fragment	False	DEN0035_000000003786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.104	69.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
MAD0105_000000000614	24620	0.9982591942434788	24	20	5	9	20	True	113294	fragment	False	MAD0101_000000000331	0.7597212549806214		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	24414.0	99.42200000000001	99.0	0.2820453573945493	CP049120.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_2, complete sequence	False	True
MON0107_000000001025	23756	0.9982591942434788	23	20	5	9	20	True	113294	fragment	False	MAD0101_000000000331	0.7460300155640158		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	23686.0	99.98700000000001	99.0	0.2745195762535061	CP057998.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_3, complete sequence	False	True
ISR0833_000000003139	2392	0.9982585729943088	2	1	1	1	1	False	20990	fragment	False	ISR0833_000000003139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000008351	3817	0.9982574615210088	6	3	3	2	3	True	120807	fragment	False	DEN0093_000000008351	0.9605056608371655		0	0	False	False	0.9994760155677795	0					non-mobilizable	no_good_hit	2937.0	88.62799999999999	77.0	0.0009525957665877116	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
SPA0115_000000007121	3583	0.9982574615210088	3	3	3	2	3	True	120807	fragment	False	DEN0093_000000008351	0.6272775991425509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2581.0	86.01299999999999	72.0	0.0009562763430745324	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0045_000000000315	39029	0.9982574086771306	36	20	14	13	12	True	109044	fragment	False	ISR0045_000000000315	0.9904027468970757		0	0	False	False	0.9999231100082397	0					non-mobilizable	no_good_hit	295.0	79.322	1.0	0.0001265658215456356	CP022124.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain ChDC F332, complete genome	True	True
ISR0204_000000003194	3092	0.9982569494519672	5	5	2	4	2	True	130268	backbone	False	FIJ0135_000000009121	0.05169388141275899	PS1090	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	1082.0	86.137	85.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CAN0010_000000001670	8489	0.9982550906271096	8	6	2	2	5	False	132262	maximal	True	CAN0010_000000001670	1.0	PS1072|PS1075|PS1077|PS1081|PS1083|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	11	5	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	5143.0	95.8	79.0	0.7855499309710078	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0125_000000000430	33209	0.998255049643359	29	10	5	9	3	True	67488	fragment	False	ENG0125_000000000430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	0.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
MON0027_000000000439	30019	0.998255049643359	24	10	5	9	3	True	67487	fragment	False	MON0027_000000000439	1.0		0	0	False	False	0.9999666810035706	0					non-mobilizable	no_good_hit	55.0	87.273	0.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
FIJ0019_000000000113	26649	0.998251767595678	31	28	9	12	26	False	98217	maximal	True	FIJ0019_000000000113	1.0		2	1	False	False	0.9998123645782471	0		MOBP	MPF_I	MOBP	conjugative	other	5677.0	97.446	95.0	0.07343200165597184	MK878524.1	enterobacteria	Escherichia coli 0315J contig 0315J-ColB-ColM genomic sequence	False	True
ISR0199_000000003859	6658	0.9982507056194266	6	4	4	4	3	False	29021	fragment	False	ISR0199_000000003859	1.0		0	0	False	False	0.999699592590332	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	9.0084556640665e-06	CP014943.1	g-proteobacteria	Colwellia sp. PAMC 21821, complete genome	True	False
ISR0108_000000001497	14243	0.9982496984238834	19	10	8	8	9	True	32821	maximal	True	ISR0108_000000001497	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	92.53299999999999	5.0	0.00021103400746818078	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
USA0050_01_000000000252	35600	0.9982495623720612	38	20	8	18	6	True	21027	fragment	False	USA0050_01_000000000252	0.9898261678980554		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	35609.0	99.419	100.0	0.30474299505331803	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
SPA0001_000000012637	2704	0.998248687764924	4	3	3	1	2	False	96503	fragment	False	SPA0001_000000012637	1.0		0	0	False	False	0.9996301531791687	0					non-mobilizable	no_good_hit	737.0	96.20100000000001	58.0	0.011866182990729545	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
MON0007_000000007001	6562	0.9982477552502184	7	6	3	5	4	False	67461	fragment	False	MON0007_000000007001	1.0		0	0	False	False	0.9996952414512634	0					non-mobilizable	no_good_hit								True	False
MON0049_000000002628	6835	0.9982460457990541	13	3	2	3	2	False	65972	fragment	False	MON0049_000000002628	1.0		0	0	False	False	0.9868324995040894	0					non-mobilizable	no_good_hit	72.0	91.667	1.0	0.00022695452598469495	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0093_000000010150	3981	0.9982451232924116	5	5	5	3	2	True	84991	fragment	False	SPA0093_000000010150	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2891.0	98.478	94.0	0.000544030400923477	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MAD0036_000000001981	9990	0.9982450899160702	12	6	5	5	5	False	103462	maximal	False	MAD0015_000000000943	0.6399138991389913		0	0	False	False	0.9998999238014221	0					non-mobilizable	no_good_hit	3802.0	91.45200000000001	56.0	0.15090117092275107	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0821_000000000508	30883	0.998244594167912	34	32	6	11	30	True	80379	fragment	False	ISR0821_000000000508	1.0		0	0	False	False	0.999967634677887	0			MPF_I		non-mobilizable	other	14196.0	94.414	97.0	0.09290409772610972	MK878517.1	enterobacteria	Escherichia coli 0638J contig 0638J-ColB-ColM genomic sequence	False	True
DEN0077_000000003679	2931	0.9982442941178428	4	2	2	2	2	False	101853	fragment	False	DEN0077_000000003679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	96.67399999999999	82.0	0.0029406820594988074	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
AUS0008_000000009399	2535	0.9982442941178428	3	2	2	2	2	False	101852	fragment	False	AUS0008_000000009399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	96.67299999999999	82.0	0.0022363652999516977	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
FIJ0030_000000006554	4428	0.9982436372271052	3	3	2	3	3	True	90286	fragment	False	FIJ0030_000000006554	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2834.0	99.4	94.0	0.02475446506588375	CP041645.1	enterobacteria	Klebsiella pneumoniae strain NKU_Kleb8A7 plasmid pKleb8A7, complete sequence	False	True
AST0058_000000005771	2629	0.9982420301481684	4	3	2	3	2	False	113099	fragment	False	AST0058_000000005771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	80.392	6.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
CHI0178_000000004739	2191	0.9982415244831878	2	1	1	1	1	False	77639	maximal	True	CHI0178_000000004739	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0113_000000002368	9421	0.9982409275201088	7	7	5	5	7	True	90296	fragment	False	FIJ0113_000000002368	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	9363.0	96.58200000000001	100.0	0.06152054632297793	CP029598.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain ATCC 700603 plasmid pDA33145-152, complete sequence	False	True
USA0015_01_000000012797	2615	0.9982404280330728	5	2	2	2	2	False	96420	fragment	False	USA0015_01_000000012797	0.9754527162977867		0	0	False	False	1.0	0					non-mobilizable	other	2619.0	95.304	100.0	0.02606578317100431	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0193_000000002892	8667	0.9982391645298728	3	2	1	2	1	False	124347	fragment	False	AST0024_000000003183	0.9692368929830547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6107.0	76.584	69.0	0.01046358400847824	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
USA0034_01_000000007196	7919	0.9982390979864596	15	4	1	4	2	False	118009	fragment	False	USA0034_01_000000007196	1.0		0	0	False	False	0.9987372159957886	0					non-mobilizable	virus	4605.0	96.374	93.0	0.38682816048448143	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
CHI0161_000000000949	11336	0.9982385817968028	19	10	7	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8416647971814413		0	0	False	False	1.0	0					non-mobilizable	plasmid	11337.0	99.98200000000001	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0090_000000000932	11336	0.9982385817968028	19	10	7	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8416119032475132		0	0	False	False	1.0	0					non-mobilizable	plasmid	11337.0	99.98200000000001	100.0	0.11532162076928555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0136_000000001220	11336	0.9982385817968028	19	10	7	5	6	False	123888	fragment	False	SPA0082_000000000937	0.8416880790969117		0	0	False	False	1.0	0					non-mobilizable	other	11337.0	99.991	100.0	0.11312470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0195_000000001883	9773	0.9982374258981344	10	4	3	4	4	False	54489	maximal	True	ENG0195_000000001883	1.0		1	1	False	False	0.9995906949043274	0					non-mobilizable	no_good_hit	1042.0	94.914	11.0	0.00026612361724040066	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
SPA0023_000000002663	7416	0.998236634536964	5	2	2	2	2	False	115460	maximal	False	ISR0100_000000001204	0.9559139784946237		0	0	False	True	0.9981122016906738	0					non-mobilizable	no_good_hit	63.0	96.825	1.0	0.01058743169398907	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	True
CHI0165_000000006229	2602	0.9982335817554704	5	2	1	2	1	False	93866	fragment	False	CHI0165_000000006229	1.0		0	0	False	False	0.9996156692504883	0					non-mobilizable	no_good_hit								True	False
MAD0038_000000006172	2247	0.9982335817554704	4	2	1	2	1	False	18549	fragment	False	MAD0038_000000006172	0.944187123668365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0159_000000001877	11017	0.9982333523599426	13	9	6	9	5	False	56559	maximal	True	ENG0159_000000001877	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7382.0	96.11200000000001	73.0	0.11888754534461911	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
MAD0102_000000003577	4445	0.9982322171487328	4	3	2	3	2	False	15030	maximal	True	MAD0102_000000003577	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1789.0	99.10600000000001	99.0	0.0003454033585590662	CP057302.1	enterobacteria	Escherichia coli strain RHB30-C09 chromosome, complete genome	False	False
FIJ0158_000000001664	10589	0.998232059355665	14	4	3	3	4	False	39445	maximal	True	FIJ0158_000000001664	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	84.301	15.0	0.010934675504200192	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0011_000000002707	8815	0.9982317231340944	12	9	6	9	5	True	132453	backbone	False	ISR0344_000000002663	0.9811073812878912	PS1162	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	3.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0190_000000002697	8795	0.9982317231340944	12	9	6	9	5	True	132453	backbone	False	ISR0344_000000002663	0.976873977818372	PS1162	0	0	False	True	0.9995452165603638	0					non-mobilizable	no_good_hit	234.0	92.735	3.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0279_000000001744	8795	0.9982317231340944	12	9	6	9	5	True	132453	backbone	False	ISR0344_000000002663	0.9768674119868237	PS1162	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	3.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0254_000000000675	8162	0.9982317231340944	12	9	6	9	5	True	132453	backbone	False	ISR0344_000000002663	0.6229444530255818	PS1162	0	0	False	True	0.9995099306106567	0					non-mobilizable	no_good_hit	113.0	91.15	1.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0022_000000008918	2836	0.9982293929209765	4	3	3	2	2	False	100514	fragment	False	ETH0003_000000010764	0.1604187142596731		0	0	False	False	0.9996473789215088	0					non-mobilizable	no_good_hit	1593.0	79.28399999999999	58.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0058_000000023247	1759	0.9982291462248226	4	3	3	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.7896161130332174		0	0	False	False	0.9994314908981323	0					non-mobilizable	other	1583.0	97.473	96.0	0.0038573793715543873	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0142_000000020367	1754	0.9982291462248226	4	3	3	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.7894201120758261		0	0	False	False	1.0	0					non-mobilizable	other	1578.0	97.465	96.0	0.0038451879070425213	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0131_000000000086	58909	0.9982287224971385	42	26	19	23	16	True	130794	maximal	True	ISR0131_000000000086	0.962641123934015		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	541.0	99.815	1.0	0.9981481481481481	KU544993.1	bacteria	Uncultured bacterium clone AX_01B_000_Contig_4 genomic sequence	True	True
SPA0044_000000002363	9842	0.9982284226760828	16	11	6	7	7	True	124079	fragment	False	ENG0153_000000002388	0.9742915255719211		0	0	False	False	1.0	0					non-mobilizable	other	7239.0	97.12700000000001	99.0	0.0020329852846038884	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0036_000000010500	3579	0.9982267745545408	4	3	3	3	2	True	47977	fragment	False	FIJ0036_000000010500	1.0		0	0	False	False	0.9994412064552307	0					non-mobilizable	no_good_hit								True	True
ISR0775_000000002593	6346	0.9982267664666384	11	6	6	5	4	False	107017	fragment	False	ISR0047_000000004284	0.9202068928789747		0	0	False	False	1.0	0					non-mobilizable	plasmid	5769.0	99.411	97.0	0.05867811473158425	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AST0061_000000000301	35266	0.998226288339899	34	16	12	16	10	True	129759	maximal	True	AST0061_000000000301	1.0	PS1061	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1603.0	99.56299999999999	10.0	0.00654117839206239	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0105_000000009876	3379	0.998225638274574	5	3	1	3	2	False	14847	maximal	True	MAD0105_000000009876	1.0		1	1	False	False	0.9970405697822571	0					non-mobilizable	no_good_hit	2727.0	89.84200000000001	80.0	0.0005584319065986307	CP026226.1	g-proteobacteria	Aeromonas sp. ASNIH7 chromosome, complete genome	True	False
FIJ0005_000000004194	6266	0.9982246557369384	6	5	5	4	4	False	51921	maximal	True	FIJ0005_000000004194	0.9999193678438961		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	98.913	3.0	0.00022188465411596034	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
USA0065_01_000000003597	3101	0.998224219223378	4	2	1	2	1	False	845	maximal	True	USA0065_01_000000003597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0008_000000012913	1950	0.9982229429916292	3	2	2	2	2	False	67428	maximal	True	ENG0008_000000012913	1.0		3	2	False	False	0.9994871616363525	0					non-mobilizable	no_good_hit	1316.0	98.78399999999999	67.0	0.1892944741018612	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	True	False
ISR0230_000000001189	14097	0.9982213898970328	13	8	5	7	7	True	27556	maximal	True	ISR0230_000000001189	1.0		1	1	False	False	0.9999290704727173	0					non-mobilizable	no_good_hit	111.0	87.387	1.0	0.011686325906509393	NZ_FNVS01000028.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ISR0106_000000001010	16965	0.9982205264610788	22	14	3	3	12	False	132334	maximal	True	ISR0106_000000001010	1.0	PS1157	5	3	False	True	0.9999410510063171	0					non-mobilizable	no_good_hit	1299.0	91.686	26.0	0.11930245432736668	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ENG0193_000000002382	8071	0.9982197752111064	7	7	5	5	6	True	127285	maximal	True	ENG0193_000000002382	1.0	PS1001|PS755|PS756|PS757|PS758|PS996|PS997	0	0	False	True	0.999876081943512	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	2498.0	99.76	57.0	0.5098039215686274	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	True	True
TAN0008_000000004484	3446	0.9982190023731712	5	4	3	3	4	False	89268	maximal	True	TAN0008_000000004484	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2626.0	99.962	100.0	0.03842269354059632	CP026764.1	enterobacteria	Shigella flexneri strain 04-3145 plasmid unnamed, complete sequence	False	True
ISR0050_000000001373	12587	0.9982178848756575	15	8	7	7	3	True	35938	maximal	True	ISR0050_000000001373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	366.0	91.53	3.0	0.11842959117456198	NZ_VZBY01000070.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_61_length_3082_cov_121.624_ID_121, whole genome shotgun sequence	True	True
MON0009_000000032944	1216	0.9982173584240571	2	2	2	2	2	False	57007	fragment	False	ENG0152_000000019701	0.9628056064724101		0	0	False	False	0.9407894611358643	0					non-mobilizable	no_good_hit	313.0	87.859	26.0	8.322820881424077e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0167_000000000767	24331	0.9982164715611364	30	15	10	13	11	True	127212	maximal	True	ISR0167_000000000767	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6031.0	94.24600000000001	60.0	0.2390600647404388	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0054_000000000618	14382	0.9982161350372726	26	7	4	5	5	False	17194	maximal	True	MAD0054_000000000618	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1334.0	89.43	44.0	0.023588416687342715	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0854_000000006157	1518	0.9982150960110582	3	2	1	2	1	False	20501	fragment	False	ISR0854_000000006157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	72.249	27.0	0.00010337579990569858	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0009_000000022740	1487	0.9982150960110582	2	2	1	2	1	False	38347	fragment	False	ISR0009_000000022740	1.0		0	0	False	False	0.9899125695228577	0					non-mobilizable	no_good_hit	90.0	92.22200000000001	6.0	3.193459794341189e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
ENG0169_000000004183	5068	0.9982147382104346	7	6	5	4	3	False	70167	fragment	False	ENG0169_000000004183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0095_000000005534	3719	0.9982141276586844	5	1	1	1	1	False	5219	fragment	False	SPA0095_000000005534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	666.0	90.691	18.0	0.010721483272873842	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
FIJ0016_000000007305	2454	0.9982137898786284	3	2	1	1	2	False	50233	fragment	False	FIJ0016_000000007305	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2481.0	98.34700000000001	100.0	0.0010294480249126421	CP021391.1	high GC Gram+	Bifidobacterium breve strain NRBB50 chromosome, complete genome	False	False
FIJ0159_000000022139	1178	0.9982127108877561	3	2	2	1	1	False	39364	maximal	True	FIJ0159_000000022139	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	86.99600000000001	19.0	0.0010924218843529271	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	True	False
CAN0013_000000020958	1130	0.9982125787308898	2	1	1	1	1	False	93772	fragment	False	CAN0013_000000020958	1.0		0	0	False	False	0.9955752491950989	0					non-mobilizable	no_good_hit	567.0	79.365	50.0	0.00016955471859036485	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0086_000000003235	2542	0.9982119062460214	5	1	1	1	1	False	30857	fragment	False	MAD0086_000000003235	1.0		0	0	False	False	0.9575137495994568	0					non-mobilizable	no_good_hit	89.0	94.382	4.0	0.0005054188946259038	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	False
ENG0035_000000007608	2898	0.9982116763835066	5	2	2	2	2	False	65413	fragment	False	ENG0035_000000007608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	95.359	49.0	0.011803069506964874	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0093_000000022280	1189	0.9982110408737734	2	1	1	1	1	False	33489	fragment	False	ISR0093_000000022280	1.0		0	0	False	False	0.9831791520118713	0					non-mobilizable	no_good_hit								True	False
MON0106_000000002386	11989	0.9982098264888906	16	7	6	5	5	False	20242	fragment	False	MON0106_000000002386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	1.0	2.1920493806898435e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0146_000000001810	11154	0.9982094214670574	10	7	6	6	6	True	86794	maximal	True	SPA0146_000000001810	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4098.0	94.119	56.0	0.06906805433533825	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	True
DEN0052_000000004085	7607	0.9982092930777822	6	3	3	3	3	True	72363	maximal	True	DEN0052_000000004085	1.0		1	1	False	False	0.9998685717582703	0					non-mobilizable	no_good_hit	6656.0	96.635	87.0	0.15953615672716795	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	True
CHI0162_000000002102	11035	0.998208412506188	19	9	7	5	5	False	123888	fragment	False	SPA0082_000000000937	0.7924584175557569		0	0	False	False	1.0	0					non-mobilizable	plasmid	8701.0	98.98899999999999	97.0	0.08846478601003062	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MAD0101_000000003752	6405	0.9982079211558332	7	7	6	5	6	False	82214	fragment	False	MAD0036_000000003131	0.9405185923920787		0	0	False	False	1.0	0					non-mobilizable	virus	6405.0	98.454	100.0	0.17881275478863015	NC_026014.1	viruses	Enterobacteria phage P88, complete genome	False	False
ISR0396_000000019795	1176	0.9982076494177592	2	1	1	1	1	False	61338	fragment	False	SPA0130_000000027162	0.82343237039673		0	0	False	False	0.9991496801376343	0					non-mobilizable	plasmid	685.0	95.47399999999999	91.0	0.010407157202848275	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0079_000000004375	6457	0.9982074955716026	11	3	1	3	1	False	118022	maximal	True	ISR0079_000000004375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3760.0	99.28200000000001	58.0	0.31617461519051226	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
CHI0012_000000000463	14283	0.99820590261525	24	8	7	6	6	False	123920	maximal	True	CHI0012_000000000463	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	5701.0	98.456	64.0	0.05794565560178638	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
USA0012_01_000000000166	38691	0.9982058473526826	45	35	23	24	27	True	102536	maximal	True	USA0012_01_000000000166	0.9784375926802642		7	2	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	6027.0	99.71799999999999	20.0	0.0011720869040392262	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
FIJ0123_000000028666	1226	0.9982053572278828	3	3	0	3	3	False	103809	fragment	False	FIJ0123_000000028666	0.938666354935965		0	0	False	False	0.9991843104362488	0		MOBP			mobilizable	plasmid	1228.0	97.557	100.0	0.23069679849340866	LR792482.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate SV68791 genome assembly, plasmid: 46	False	True
ISR0387_000000014812	1624	0.9982047783763844	4	3	3	3	3	True	126015	maximal	True	ISR0387_000000014812	1.0		0	0	False	False	0.9661329984664917	0					non-mobilizable	other	1457.0	93.274	90.0	0.032697792449864135	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
MON0014_000000009048	1828	0.9982042533651949	3	3	1	3	1	False	13452	maximal	True	MON0014_000000009048	1.0		1	1	False	False	0.9994529485702515	0					non-mobilizable	no_good_hit	655.0	93.588	36.0	0.0099202726553466	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
DEN0078_000000005875	4551	0.9982041524805176	6	5	2	4	3	True	128827	maximal	True	DEN0078_000000005875	1.0	PS1035|PS1056|PS1057	1	1	False	True	0.999340832233429	0					non-mobilizable	no_good_hit	2106.0	86.37200000000001	50.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CHI0117_000000001157	13039	0.9982023285394042	12	7	4	7	4	True	89852	fragment	False	CHI0117_000000001157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8058.0	98.647	70.0	0.06487200341431597	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
SPA0102_000000017454	1916	0.9982019209845971	3	2	2	2	2	False	4904	fragment	False	SPA0102_000000017454	1.0		0	0	False	False	0.9984342455863953	0					non-mobilizable	no_good_hit	667.0	88.456	39.0	0.0003028605728443534	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
ENG0052_000000000404	32386	0.9981980749446484	30	14	10	10	8	True	126549	fragment	False	ENG0052_000000000404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	69.801	3.0	0.008989906742909774	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
FIJ0095_000000010457	2577	0.9981968510399466	4	4	3	3	2	False	44686	fragment	False	FIJ0095_000000010457	1.0		0	0	False	False	0.998447835445404	0					non-mobilizable	no_good_hit	1032.0	96.99600000000001	44.0	0.002513879982346759	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
USA0052_01_000000009860	1566	0.9981968304598714	4	3	2	3	1	False	122111	fragment	False	FIJ0103_000000012997	0.5742476287723818		0	0	False	False	1.0	0					non-mobilizable	other	1566.0	98.212	100.0	0.00044667168232824116	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
DEN0082_000000010666	3612	0.9981965050119476	6	5	5	5	5	False	125080	fragment	False	ENG0060_000000005592	0.17997448235736074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	84.738	19.0	0.00020659626331808055	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MON0003_000000002758	4355	0.9981962998911508	7	4	4	4	4	False	103457	fragment	False	MON0036_000000004240	0.690890299583147		0	0	False	False	0.9889782071113586	0					non-mobilizable	plasmid	4150.0	93.928	96.0	0.1652080086320585	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0170_000000036947	1278	0.998194469185288	2	1	1	1	1	False	30033	fragment	False	ISR0170_000000036947	1.0		0	0	False	False	0.9976525902748108	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000010056	2935	0.99819405094264	3	2	2	2	2	False	69803	fragment	False	DEN0078_000000010056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1697.0	85.681	76.0	0.037930337532843764	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0194_000000002626	7707	0.9981937151934104	8	6	2	3	4	False	130188	fragment	False	ISR0194_000000002626	1.0		0	0	False	True	0.9996107220649719	0	rep_cluster_475				non-mobilizable	no_good_hit	2510.0	97.012	59.0	0.43498613037447986	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CAN0006_000000013196	3419	0.998193390388165	4	3	3	2	3	False	115411	fragment	False	CAN0006_000000013196	1.0		0	0	False	False	0.9894706010818481	0					non-mobilizable	chromosome	3347.0	95.60799999999999	98.0	0.0013779652403532138	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
BAN0013_000000000019	7465	0.9981933731140332	12	10	3	6	8	True	98750	maximal	True	BAN0013_000000000019	1.0		1	1	False	False	0.9945077300071716	0	IncX1				non-mobilizable	plasmid	7016.0	99.18799999999999	94.0	0.2592400946185689	CP035774.1	enterobacteria	Klebsiella pneumoniae strain R46 plasmid pR46-27, complete sequence	False	True
USA0026_01_000000008874	3789	0.9981930576657386	7	5	5	4	3	False	102587	fragment	False	USA0026_01_000000008874	1.0		0	0	False	False	0.9997360706329346	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
ISR0375_000000000982	11900	0.998191818752966	12	9	8	7	5	True	43012	maximal	False	ISR0171_000000001750	0.9431181349473213		0	0	False	True	0.9980672001838684	0					non-mobilizable	no_good_hit	93.0	98.925	1.0	0.0056087301103456685	NZ_CYZO01000044.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MAD0060_000000003719	4006	0.99819175204099	5	3	2	3	1	False	18555	maximal	True	MAD0060_000000003719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	95.84700000000001	23.0	0.016387135137025832	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0041_000000022771	1593	0.9981904955332648	3	3	3	2	3	True	18234	maximal	True	MAD0041_000000022771	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0062_000000010813	2671	0.998189897675594	7	1	1	1	1	False	45723	maximal	True	FIJ0062_000000010813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	93.902	48.0	0.013025910041470244	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0041_000000021100	1695	0.998189897675594	3	1	1	1	1	False	18238	fragment	False	MAD0041_000000021100	1.0		0	0	False	False	0.9976401329040527	0					non-mobilizable	no_good_hit	196.0	91.837	21.0	0.0034558536844716973	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0194_000000017430	1519	0.998189897675594	2	1	1	1	1	False	54515	maximal	True	ENG0194_000000017430	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	3.0	0.0007975046964165455	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0041_000000003471	9092	0.9981895751610051	9	6	5	6	3	False	11918	maximal	True	MON0041_000000003471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.0003675075872534143	NZ_CAPF01000061.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
MAD0015_000000000943	11325	0.9981894156692374	13	6	5	6	5	False	103462	maximal	True	MAD0015_000000000943	0.9990866635393081		10	1	False	False	0.9993818998336792	0					non-mobilizable	no_good_hit	3802.0	91.32	50.0	0.15090117092275107	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MAD0040_000000003465	6356	0.998188920498194	5	4	4	3	3	False	51292	maximal	True	MAD0040_000000003465	1.0		1	1	False	False	0.9935494065284729	0					non-mobilizable	no_good_hit	1247.0	72.334	19.0	0.0005538616920474692	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
MON0068_000000013211	3158	0.9981881192942862	6	4	4	3	2	False	102586	fragment	False	MON0068_000000013211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
ISR0214_000000007134	3740	0.998187227091883	4	1	1	1	1	False	28233	maximal	True	ISR0214_000000007134	1.0		1	1	True	True	0.9991978406906128	5					non-mobilizable	no_good_hit	192.0	77.083	5.0	0.000945791480795881	NZ_WJNH01000006.1	firmicutes	Salinibacillus xinjiangensis strain J4 scaffold6:size197594, whole genome shotgun sequence	True	True
ISR0156_000000008164	3181	0.998187039172875	5	3	3	3	1	False	30583	maximal	True	ISR0156_000000008164	1.0		1	1	False	False	0.9996856451034546	0					non-mobilizable	no_good_hit	2436.0	98.35799999999999	77.0	0.0059372432172787185	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0134_000000004272	3731	0.9981866814688464	4	3	3	3	2	True	40640	maximal	True	FIJ0134_000000004272	1.0		1	1	False	False	0.9997319579124451	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	4.464530029005043e-05	NZ_JAARLZ010000001.1	g-proteobacteria	Luteibacter anthropi strain CCUG 25036 NODE_1_length_694362_cov_49.325580, whole genome shotgun sequence	True	True
SPA0082_000000002225	6921	0.9981865147875444	6	4	4	4	4	False	5604	maximal	True	SPA0082_000000002225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.001371940212289696	NZ_MCRJ01000054.1	a-proteobacteria	Methylobrevis pamukkalensis strain PK2 A6302_contig000054, whole genome shotgun sequence	True	False
MON0090_000000010241	5242	0.9981852706732464	6	2	1	2	2	False	43945	fragment	False	MON0090_000000010241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
FIJ0085_000000008150	3735	0.998183516218122	5	4	3	4	2	False	43968	maximal	True	FIJ0085_000000008150	1.0		2	1	False	False	0.9991967678070068	0					non-mobilizable	no_good_hit	1994.0	84.45299999999999	53.0	0.04815781131891444	NZ_SMUS01000037.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00037, whole genome shotgun sequence	True	False
ENG0149_000000000472	31564	0.998181997752058	20	14	7	10	10	True	57245	maximal	True	ENG0149_000000000472	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7685.0	97.71	82.0	0.0031409878674692046	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
ISR0281_000000000973	11587	0.9981799784833312	15	10	9	9	7	True	37691	fragment	False	ISR0281_000000000973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	71.904	11.0	0.1513789333009355	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
CHI0064_000000004346	4041	0.9981790272859544	7	4	2	4	3	False	85356	maximal	True	CHI0064_000000004346	1.0		0	0	False	False	0.9960405826568604	0					non-mobilizable	no_good_hit	1738.0	81.76100000000001	56.0	0.035361286757934804	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
CHI0167_000000000849	17211	0.9981787651441126	19	13	8	6	10	True	132596	backbone	False	ISR0120_000000000296	0.17990602105472128	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17211.0	99.977	100.0	0.5546424312739695	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0796_000000005155	4202	0.9981759373143364	6	5	4	5	3	False	102589	fragment	False	ENG0037_000000006797	0.9152838427947598		0	0	False	False	0.9971442222595215	0					non-mobilizable	no_good_hit	249.0	73.896	6.0	0.01050645396457824	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0059_000000011179	1383	0.9981756892887756	2	2	1	2	1	True	112576	fragment	False	AST0059_000000011179	1.0		0	0	False	False	0.9609544277191162	0	rep_cluster_1188				non-mobilizable	plasmid	1365.0	99.927	99.0	0.4577181208053691	HM050422.1	firmicutes	Streptococcus thermophilus plasmid pK2007C6, complete sequence	False	True
USA0093_01_000000004045	4902	0.9981754992865574	9	2	1	1	2	False	76158	fragment	False	USA0093_01_000000004045	1.0		0	0	False	False	0.9997959733009338	0					non-mobilizable	other	4902.0	99.755	100.0	0.1287001287001287	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
DEN0035_000000007517	4049	0.9981754992865574	8	2	1	1	2	False	107136	fragment	False	DEN0035_000000007517	1.0		0	0	False	False	0.9980242252349854	0					non-mobilizable	no_good_hit	2678.0	99.25299999999999	87.0	0.07031229480209072	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
AST0031_000000004183	6714	0.9981752889242111	7	6	3	3	5	True	118587	backbone	True	AST0031_000000004183	1.0	PS806|PS807|PS808	0	0	True	True	0.99940425157547	26	rep_cluster_1320	MOBQ			mobilizable	no_good_hit	2511.0	96.973	82.0	0.0010511587694188688	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0092_000000002678	6890	0.9981752659587932	10	8	3	3	7	True	130675	backbone	False	ISR0293_000000004798	0.9421522169268173	PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS122|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4608.0	99.67399999999999	81.0	0.6534751773049645	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
AST0010_000000015126	1960	0.9981745545026304	3	1	1	1	1	False	126254	maximal	True	AST0010_000000015126	1.0		1	1	False	False	0.9964285492897034	0					non-mobilizable	no_good_hit	62.0	91.935	3.0	1.5777379077565014e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ENG0122_000000000167	59382	0.998173748752418	100	26	11	20	14	True	59104	maximal	True	ENG0122_000000000167	1.0		1	1	False	False	0.9995284676551819	0					non-mobilizable	no_good_hit	6790.0	94.315	65.0	0.12005104030057066	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0067_000000005463	1832	0.9981737404595258	4	1	1	1	1	False	16509	maximal	True	MAD0067_000000005463	1.0		1	1	False	False	0.998908281326294	0					non-mobilizable	no_good_hit	762.0	87.139	41.0	0.013398078899797966	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0101_000000000211	50457	0.9981725546301844	48	25	16	16	19	True	80731	maximal	True	SPA0101_000000000211	1.0		1	1	False	False	0.9999801516532898	0					non-mobilizable	no_good_hit	9888.0	88.926	71.0	0.0040275471301528705	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
FIJ0033_000000010878	3154	0.9981721190959872	6	4	0	3	4	False	103824	fragment	False	FIJ0033_000000010878	1.0		0	0	False	False	0.9965123534202576	0	rep_cluster_2350	MOBP		MOBP	mobilizable	no_good_hit	2243.0	95.185	75.0	0.42843456600881397	CP052322.1	enterobacteria	Klebsiella pneumoniae strain E16KP0035 plasmid pE16KP0035-2, complete sequence	True	True
MAD0014_000000000550	24069	0.9981718293270756	28	6	4	4	2	False	19530	maximal	True	MAD0014_000000000550	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5249.0	92.89399999999999	67.0	0.09297132527558218	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
DEN0082_000000001233	19216	0.998169739936244	22	17	9	9	14	True	132596	backbone	False	ISR0120_000000000296	0.3349378525245211	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	19217.0	99.84899999999999	100.0	0.6202221074380165	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0162_000000008368	4451	0.9981693854492184	8	5	5	4	3	False	107017	fragment	False	ISR0047_000000004284	0.3771487832345138		0	0	False	False	1.0	0					non-mobilizable	other	4479.0	98.52600000000001	100.0	0.04464713396136037	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MAD0065_000000003734	3239	0.9981673508601344	3	3	2	3	2	False	16638	fragment	False	MAD0065_000000003734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000014972	2221	0.9981663243724109	3	3	2	2	3	False	22819	maximal	True	ISR0392_000000014972	1.0		2	2	False	False	0.9986492395401001	0					non-mobilizable	no_good_hit	111.0	100.0	5.0	0.08654602675059009	NZ_KB291644.1	firmicutes	Clostridium celatum DSM 1785 Scfld75, whole genome shotgun sequence	True	False
ISR0815_000000017355	1794	0.9981662751971608	3	3	2	3	1	False	72378	maximal	True	ISR0815_000000017355	1.0		0	0	False	False	0.983834981918335	0					non-mobilizable	no_good_hit	175.0	97.714	10.0	9.554281773340589e-05	CP022547.1	firmicutes	Streptococcus thermophilus strain B59671 chromosome, complete genome	True	False
ISR0128_000000031181	1117	0.9981662038428122	1	1	1	1	1	False	31815	fragment	False	ISR0128_000000031181	1.0		0	0	False	False	0.9937332272529602	0					non-mobilizable	other	1117.0	99.821	100.0	0.0005121864579002007	AP018132.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: TMC 3115	False	False
MON0103_000000015966	3033	0.998165396753314	4	2	1	2	1	True	19231	fragment	False	MON0103_000000015966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0183_000000005144	7039	0.9981627773588184	9	7	3	3	6	True	130675	backbone	False	ISR0293_000000004798	0.948313739007909	PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS122|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4546.0	99.67	83.0	0.6446808510638298	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
SPA0128_000000005154	6986	0.9981627773588184	9	7	3	3	6	True	130675	backbone	False	ISR0293_000000004798	0.5595596047812406	PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS122|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4548.0	99.58200000000001	78.0	0.6446808510638298	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
ISR0041_000000001166	9108	0.9981625204863456	11	8	7	8	5	True	64257	fragment	False	ISR0041_000000001166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	75.122	13.0	0.0003172399858829518	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
DEN0018_000000031167	1305	0.9981625158581467	3	1	1	1	1	False	74969	fragment	False	DEN0018_000000031167	1.0		0	0	False	False	0.9708812236785889	0					non-mobilizable	no_good_hit	496.0	83.87100000000001	38.0	0.011004064766781198	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0116_000000000676	23419	0.9981624673780836	27	21	12	14	15	True	118192	maximal	True	FIJ0116_000000000676	1.0	PS799|PS801|PS802	1	1	False	True	1.0	0	rep_cluster_1097	MOBB,MOBB			mobilizable	no_good_hit	1778.0	86.333	20.0	0.19764969222160045	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0020_000000006996	3049	0.9981621938099692	8	2	2	2	1	False	37695	fragment	False	ISR0020_000000006996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	94.382	34.0	0.010987842483961294	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0028_000000014690	1323	0.9981616482932176	2	2	1	2	1	False	37179	fragment	False	ISR0028_000000014690	1.0		0	0	False	False	0.9992441534996033	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000001045	18304	0.9981613820921492	23	13	8	10	8	False	123650	fragment	False	ISR0076_000000001045	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5267.0	98.899	42.0	0.05353055473606039	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
SPA0077_000000016405	1737	0.9981601844412741	2	1	1	1	1	False	5690	fragment	False	SPA0077_000000016405	1.0		0	0	False	False	0.9965457916259766	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	1.2467206793559084e-05	LT990242.2	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 13	True	False
SPA0098_000000015953	2272	0.9981593126977549	2	1	1	1	1	False	121169	fragment	False	SPA0098_000000015953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	2.0	7.155798916325812e-06	LR743507.1	b-proteobacteria	Variovorax paradoxus isolate vvax genome assembly, chromosome: 1	True	False
CHI0143_000000002392	7611	0.9981577946585264	9	9	5	7	9	False	87229	fragment	False	CHI0137_000000001318	0.9443447279248139		0	0	False	False	1.0	0					non-mobilizable	chromosome	7492.0	99.947	99.0	0.0033151597074869495	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	False	False
FIJ0005_000000017429	1980	0.9981568564860642	4	3	3	2	1	False	83719	fragment	False	FIJ0005_000000017429	0.9883603238866396		0	0	False	False	0.9959595799446106	0					non-mobilizable	other	1561.0	99.552	99.0	0.003803736927702177	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0023_000000019258	1648	0.9981568564860642	3	3	3	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.40771089335142474		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	99.818	100.0	0.0040158684102086445	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0167_000000002362	10019	0.9981568492808642	18	10	6	6	9	True	124079	fragment	False	ENG0153_000000002388	0.982353491524664		0	0	False	False	1.0	0					non-mobilizable	other	7396.0	98.094	100.0	0.002077388336161452	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0007_000000002541	11186	0.9981568102868056	11	8	3	4	7	True	121088	maximal	True	DEN0007_000000002541	1.0	PS831	1	1	False	True	0.9988378286361694	0					non-mobilizable	no_good_hit	1691.0	95.979	48.0	0.24914776937898325	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ENG0005_000000002614	8897	0.9981567087023391	11	4	4	3	3	False	87577	maximal	True	ENG0005_000000002614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	89.21600000000001	16.0	0.00029421268951347634	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0010_000000003622	2155	0.9981565269697904	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.6070610476021019		0	0	False	False	0.9995359778404236	0					non-mobilizable	chromosome	2155.0	99.76799999999999	100.0	0.0004611114369765133	CP025979.1	enterobacteria	Escherichia marmotae strain HT073016 chromosome, complete genome	False	False
ISR0777_000000009048	1904	0.9981553493298778	3	2	1	1	2	False	82730	fragment	False	ISR0777_000000009048	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	99.24700000000001	100.0	0.025597050122196974	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	False
ISR0275_000000009610	1492	0.9981553493298778	2	2	1	1	2	False	132544	fragment	False	CHI0126_000000000854	0.02252461820546		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	99.866	100.0	0.19149755972257898	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	False
CAN0021_000000029806	1468	0.9981553493298778	3	2	1	1	2	False	132544	fragment	False	CHI0126_000000000854	0.020659271247954074		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	99.65899999999999	100.0	0.10042442497261775	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
FIJ0106_000000019033	1449	0.9981553493298778	2	2	1	1	2	False	132544	fragment	False	CHI0126_000000000854	0.022510699738693525		0	0	False	False	0.9972394704818726	0					non-mobilizable	plasmid	1431.0	100.0	99.0	0.03701882005746978	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0045_000000014743	1435	0.9981553493298778	2	2	1	1	2	False	132544	fragment	False	CHI0126_000000000854	0.020992108562993755		0	0	False	False	0.991637647151947	0					non-mobilizable	plasmid	1435.0	100.0	100.0	0.02810827763294588	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0853_000000013302	1369	0.9981553493298778	2	2	1	1	2	False	132544	fragment	False	CHI0126_000000000854	0.019238661587352046		0	0	False	False	1.0	0					non-mobilizable	plasmid	1369.0	99.708	100.0	0.0354138082787543	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0042_01_000000013251	1337	0.9981553493298778	3	2	1	1	2	False	58682	maximal	True	USA0042_01_000000013251	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1197.0	99.833	90.0	0.03096119495715654	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CAN0009_000000004048	5058	0.9981522447277588	10	5	5	5	3	False	94827	maximal	True	CAN0009_000000004048	1.0		0	0	False	False	0.9992091655731201	0					non-mobilizable	no_good_hit	835.0	88.98200000000001	16.0	0.0491587330099994	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
AST0029_000000003479	8611	0.9981495297254442	12	4	3	4	4	False	125213	fragment	False	AST0029_000000003479	1.0		0	0	False	False	0.9989548325538635	0					non-mobilizable	no_good_hit	668.0	82.485	8.0	0.00022383510656738935	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0050_000000004145	5149	0.9981490394461964	5	5	0	5	4	False	108850	maximal	False	FIJ0141_000000005083	0.9367400881057268	PS676	0	0	True	True	1.0	7	rep_cluster_2350	MOBP		MOBP	mobilizable	other	2632.0	96.163	100.0	0.2696594427244582	LM996433.1	enterobacteria	Escherichia coli genome assembly FHI63, scaffold scaffold-18_contig-25.0_1_9690_[organism:Escherichia	False	True
DEN0094_000000008433	3838	0.9981490205951232	4	1	1	1	1	False	68389	maximal	True	DEN0094_000000008433	1.0		2	1	False	False	0.9997394680976868	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	5.634315582349856e-05	AP022849.1	a-proteobacteria	Bosea sp. ANAM02 plasmid pANAM02 DNA, complete sequence	True	False
MAD0044_000000010170	2396	0.998148135792797	3	2	1	1	2	False	90332	fragment	False	CHI0049_000000006892	0.55718491917992		0	0	False	False	0.9782971739768982	0					non-mobilizable	chromosome	2184.0	99.405	100.0	0.0004123101494024619	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
ENG0097_000000015790	1991	0.998148135792797	3	2	1	1	2	False	90332	fragment	False	CHI0049_000000006892	0.48147056898152446		0	0	False	False	0.9979909658432007	0					non-mobilizable	chromosome	1991.0	99.79899999999999	100.0	0.0003848761095407693	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ENG0150_000000009106	1873	0.998148135792797	2	2	1	1	2	False	90332	fragment	False	CHI0049_000000006892	0.43221102868914274		0	0	False	False	0.9989321827888489	0					non-mobilizable	chromosome	1873.0	99.84	100.0	0.0004035038446027373	CP046716.1	enterobacteria	Escherichia coli strain T16R chromosome, complete genome	False	False
SPA0060_000000008035	1828	0.998148135792797	2	2	1	1	2	False	90332	fragment	False	CHI0049_000000006892	0.38166859783580803		0	0	False	False	1.0	0					non-mobilizable	chromosome	1828.0	99.945	100.0	0.000370340940694368	CP048290.1	enterobacteria	Escherichia coli strain CVM N18EC0432 chromosome, complete genome	False	False
CHI0112_000000010169	1795	0.998148135792797	2	2	1	1	2	False	90332	fragment	False	CHI0049_000000006892	0.31507226223697843		0	0	False	False	0.9877437353134155	0					non-mobilizable	chromosome	1795.0	99.777	100.0	0.00034681430568413954	CP054457.1	enterobacteria	Escherichia coli strain SCU-103 chromosome, complete genome	False	False
ISR0185_000000018651	1765	0.998148135792797	2	2	1	1	2	False	90332	fragment	False	CHI0049_000000006892	0.3124479826412923		0	0	False	False	0.9864022731781006	0					non-mobilizable	chromosome	1748.0	100.0	99.0	0.0003406468077572317	CP023165.1	enterobacteria	Escherichia coli O22:H8 strain RM10809-3 chromosome, complete genome	False	False
ISR0178_000000010948	1580	0.998148135792797	3	2	1	1	2	False	88542	fragment	False	ISR0178_000000010948	1.0		0	0	False	False	0.998734176158905	0					non-mobilizable	other	1580.0	99.93700000000001	100.0	0.00032799546165620885	AP022215.1	enterobacteria	Escherichia coli DNA, complete genome, strain: WP8-S17-ESBL-05	False	False
MON0106_000000016753	2456	0.9981472104646724	3	2	2	2	2	False	8658	fragment	False	MON0106_000000016753	1.0		0	0	False	False	0.9845277070999146	0					non-mobilizable	other	1709.0	98.069	93.0	0.004162165984351036	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0018_000000006057	2822	0.9981456492205386	5	4	2	2	4	False	90357	maximal	True	CHI0018_000000006057	1.0		10	4	False	False	1.0	0					non-mobilizable	chromosome	2416.0	99.338	100.0	0.0004937401315863451	CP048330.1	enterobacteria	Escherichia coli strain 10 chromosome, complete genome	False	False
DEN0083_000000008502	3221	0.9981432986322372	5	4	4	4	3	False	69130	maximal	True	DEN0083_000000008502	1.0		1	1	False	False	0.9987581372261047	0					non-mobilizable	no_good_hit	990.0	99.39399999999999	31.0	0.007610853739245533	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0040_000000011708	2651	0.9981432317443488	3	2	2	2	2	False	86114	fragment	False	ISR0084_000000008032	0.8091321562326961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	94.20299999999999	8.0	0.000836988319089488	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0185_000000004062	5904	0.9981423144575956	6	4	3	3	2	True	125556	maximal	True	ENG0185_000000004062	1.0	PS930	0	0	False	True	0.9994918704032898	0	rep_cluster_1320,rep_cluster_1351	MOBQ			mobilizable	no_good_hit	2091.0	97.465	78.0	0.20688970515238758	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	True	True
ISR0851_000000004795	2703	0.9981420916151688	7	2	1	2	1	False	20559	fragment	False	ISR0851_000000004795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	90.779	58.0	0.01610959486761422	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0068_000000000490	22171	0.9981413544043796	32	15	11	15	10	True	52071	maximal	True	MAD0068_000000000490	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	96.54	6.0	0.0014777238910065943	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MAD0102_000000000597	18925	0.9981408895260376	19	16	4	7	16	True	71362	fragment	False	FIJ0144_000000001157	0.9545125132863078		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	18926.0	99.445	100.0	0.20406072760992863	CP057944.1	enterobacteria	Escherichia coli strain RHB09-C15 plasmid pRHB09-C15_3, complete sequence	False	True
FIJ0047_000000012071	2534	0.9981400944023094	4	2	2	2	2	False	53422	fragment	False	FIJ0047_000000012071	1.0		0	0	False	False	0.9988160729408264	0					non-mobilizable	plasmid	2535.0	92.426	100.0	0.10114694481077409	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
USA0065_01_000000002554	4450	0.9981400863668168	9	4	1	4	1	False	30858	maximal	True	USA0065_01_000000002554	1.0		0	0	False	False	0.9970786571502686	0					non-mobilizable	no_good_hit	346.0	87.861	8.0	0.012857035759802083	MK232980.1	viruses	Uncultured human fecal virus clone D.formicigenerans_S04.r3.K08_1-CL20_c1 sequence	True	False
ISR0148_000000008474	3451	0.9981396909684463	5	3	1	3	0	True	130972	backbone	False	SPA0046_000000008155	0.5618243694812596	PS1129	0	0	True	True	1.0	24					non-mobilizable	plasmid	2363.0	99.661	100.0	0.7004744958481613	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0117_000000007905	3409	0.9981396909684463	5	3	1	3	0	True	81016	maximal	True	ISR0117_000000007905	1.0		1	1	True	True	0.9997066855430603	10					non-mobilizable	plasmid	1834.0	88.604	91.0	0.5391459074733096	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ENG0009_000000000312	43595	0.9981384633941952	38	31	20	25	25	True	123943	backbone	False	ENG0005_000000000325	0.9761784069027842	PS902|PS911	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	8399.0	98.119	53.0	0.0019078894644431331	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	True
ISR0193_000000000224	52704	0.9981382462115216	46	23	14	19	9	True	132147	fragment	False	ISR0104_000000000158	0.4469541498222054		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3184.0	97.456	9.0	0.015183978087734954	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0354_000000003914	4657	0.9981381791992416	5	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.09976624169373409		0	0	False	False	0.9995705485343933	0					non-mobilizable	other	4657.0	99.35600000000001	100.0	0.5979964038016954	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	True
ISR0308_000000003128	4641	0.9981381791992416	5	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.09971506839293849		0	0	False	False	1.0	0					non-mobilizable	other	4641.0	99.806	100.0	0.12372343545849665	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MAD0037_000000004029	3177	0.9981375159022042	4	4	4	4	4	False	113191	fragment	False	ISR0361_000000003481	0.6458725182863114		0	0	False	False	0.9943342804908752	0					non-mobilizable	other	3177.0	99.84299999999999	100.0	0.01657628693260403	NZ_NQCD01000001.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_4_length_191599_cov_71.773_ID_7.ctg_1, whole genome shotgun sequence	False	False
ISR0157_000000001255	18009	0.9981349628839196	19	12	6	11	6	True	105219	fragment	False	ISR0157_000000001255	1.0		0	0	False	False	0.9999444484710693	0					non-mobilizable	plasmid	15360.0	99.935	100.0	0.1673096203304128	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0062_000000002114	9263	0.9981338661265808	7	6	4	5	4	False	105566	fragment	False	DEN0069_000000003107	0.9711000949266955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.3923282712255472e-05	NZ_AUFM01000011.1	a-proteobacteria	Nisaea denitrificans DSM 18348 K328DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
DEN0073_000000021822	2375	0.9981332291177488	3	2	2	2	2	False	70165	fragment	False	DEN0073_000000021822	1.0		0	0	False	False	0.9978947639465332	0					non-mobilizable	no_good_hit								True	False
ISR0246_000000000753	12790	0.9981331005724482	18	7	3	6	2	True	116035	fragment	False	ISR0246_000000000753	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12790.0	99.984	100.0	0.07366341424078704	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0091_000000000555	28522	0.9981322191107672	26	13	10	11	11	True	61204	maximal	True	ENG0091_000000000555	1.0		7	3	False	False	0.9999649524688721	0					non-mobilizable	no_good_hit	2822.0	73.388	10.0	0.0007423849523398464	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0037_000000014977	2052	0.998131851494332	4	3	1	3	2	False	47788	fragment	False	FIJ0037_000000014977	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	959.0	98.95700000000001	92.0	0.03120206273050687	LC316981.1	firmicutes	Lactococcus garvieae plasmid pNs15sousui29 DNA, complete sequence, strain: Ns15sousui29	False	True
ISR0118_000000001438	7514	0.9981315841983828	11	8	3	3	6	True	130674	backbone	True	ISR0118_000000001438	0.991195597796045	PS1043|PS1115|PS1117|PS1118|PS122|PS757|PS758|PS827|PS829|PS830|PS996	3	3	True	True	1.0	81	rep_cluster_1143,rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3470.0	99.625	93.0	0.4920567375886525	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ENG0082_000000002344	7259	0.9981315841983828	10	8	3	3	6	True	130674	backbone	False	ISR0118_000000001438	0.9810354005855736	PS1043|PS1115|PS1117|PS1118|PS122|PS757|PS758|PS827|PS829|PS830|PS996	0	0	True	True	1.0	231	rep_cluster_1143,rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4998.0	99.6	93.0	0.7085106382978723	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
CHI0089_000000000699	8022	0.9981310443219596	8	3	3	3	1	False	107028	fragment	False	CHI0089_000000000699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5437.0	99.98200000000001	68.0	0.05530066429973855	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
MAD0045_000000010664	3445	0.9981309084157776	9	1	1	1	1	False	117992	fragment	False	MAD0045_000000010664	1.0		0	0	False	False	0.9956458806991577	0					non-mobilizable	no_good_hit	2520.0	95.397	73.0	0.5188465499485067	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
USA0037_01_000000015611	2189	0.9981309084157776	6	1	1	1	1	False	118001	fragment	False	USA0037_01_000000015611	0.9786924939467312		0	0	False	False	0.9904065728187561	0					non-mobilizable	virus	2189.0	97.031	100.0	0.4506694129763131	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
SPA0125_000000016113	2111	0.9981309084157776	6	1	1	1	1	False	117985	fragment	False	SPA0125_000000016113	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2111.0	97.25200000000001	100.0	0.43460350154479915	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ISR0373_000000008921	1829	0.9981309084157776	5	1	1	1	1	False	117987	fragment	False	ISR0373_000000008921	1.0		0	0	False	False	0.9775834083557129	0					non-mobilizable	no_good_hit	1553.0	96.845	85.0	0.31946446961894953	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0118_000000009432	1739	0.9981309084157776	4	1	1	1	1	False	117984	fragment	False	ISR0118_000000009432	0.9668420893413044		0	0	False	False	0.9833237528800964	0					non-mobilizable	virus	1705.0	97.537	98.0	0.3509783728115345	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
DEN0003_000000015156	1675	0.9981309084157776	4	1	1	1	1	False	117984	fragment	False	ISR0118_000000009432	0.9389889331592253		0	0	False	False	1.0	0					non-mobilizable	virus	1620.0	95.617	97.0	0.33347064881565397	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
SPA0158_000000014192	1501	0.9981309084157776	3	1	1	1	1	False	3133	maximal	True	SPA0158_000000014192	1.0		1	1	False	False	0.9893404245376587	0					non-mobilizable	no_good_hit	1207.0	97.68	80.0	0.24840370751802265	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
SPA0096_000000029295	1447	0.9981309084157776	5	1	1	1	1	False	117984	fragment	False	ISR0118_000000009432	0.32693219535324797		0	0	False	False	1.0	0					non-mobilizable	virus	1445.0	98.40799999999999	99.0	0.29742533470648813	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ISR0379_000000017867	1406	0.9981309084157776	4	1	1	1	1	False	117984	fragment	False	ISR0118_000000009432	0.4694970795294804		0	0	False	False	0.9793741106987	0					non-mobilizable	virus	1406.0	96.94200000000001	100.0	0.2893923789907312	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ISR0342_000000012373	1102	0.9981309084157776	1	1	1	1	1	False	24322	fragment	False	SPA0023_000000024646	0.9584048027444254		0	0	False	False	1.0	0					non-mobilizable	virus	1025.0	95.415	93.0	0.21071060762100927	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ISR0140_000000004562	6793	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9891919788311349	PS732	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	1179.0	74.72399999999999	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ENG0095_000000003738	6789	0.9981283373934878	7	4	2	4	1	True	125640	maximal	True	ENG0095_000000003738	0.9989013462696709	PS732	14	5	True	True	1.0	14					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
USA0034_01_000000008409	6788	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9988920876072415	PS732	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0210_000000002688	6788	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9988920876072415	PS732	0	0	True	True	0.9998526573181152	25					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0244_000000002692	6788	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9987615222465885	PS732	0	0	True	True	0.9998526573181152	12					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0398_000000003193	6788	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9988920876072415	PS732	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ENG0179_000000004417	6788	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9987615222465884	PS732	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0293_000000005291	6788	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9987615222465885	PS732	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
AUS0024_000000004465	6780	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9983024561824452	PS732	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0175_000000003815	6777	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9980813441456606	PS732	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ENG0075_000000003533	6776	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.997970766946399	PS732	0	0	True	True	0.9998524188995361	6					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ENG0070_000000003142	6775	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9979154913049213	PS732	0	0	True	True	0.9998524188995361	17					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
AST0012_000000002450	6768	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9972704302328049	PS732	0	0	True	True	0.9985224604606628	8					non-mobilizable	no_good_hit	1181.0	74.936	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
USA0069_01_000000009695	6324	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.9416539779524861	PS732	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1181.0	74.936	18.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0281_000000002212	6094	0.9981283373934878	7	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.34914556704738003	PS732	0	0	False	True	0.9996718168258667	0					non-mobilizable	no_good_hit	1181.0	74.936	19.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0182_000000008800	3884	0.9981280667062996	8	4	4	4	3	False	102595	fragment	False	USA0080_01_000000007643	0.15720846956250975		0	0	False	False	0.9992275834083557	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
ISR0219_000000000436	37522	0.998126525486303	34	12	7	10	5	True	132145	fragment	False	ISR0012_000000000319	0.6630649249228879		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	655.0	71.908	2.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0800_000000004898	2303	0.9981263893840588	6	2	1	2	2	False	21888	fragment	False	ISR0800_000000004898	1.0		0	0	False	False	0.9960920810699463	0					non-mobilizable	no_good_hit	268.0	83.955	18.0	7.275716324819078e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0046_000000006344	3790	0.9981245524372248	5	3	2	2	3	False	86118	maximal	True	MAD0046_000000006344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	87.931	2.0	0.004452572155521984	NZ_VWXL01000078.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_78, whole genome shotgun sequence	True	False
SPA0118_000000004564	6232	0.998123255645204	7	3	3	2	1	False	107026	fragment	False	CHI0125_000000001580	0.09683392202327874		0	0	False	False	1.0	0					non-mobilizable	other	6161.0	100.0	100.0	0.06147213795305764	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0115_000000003951	6230	0.998123255645204	7	3	3	2	1	False	107026	fragment	False	CHI0125_000000001580	0.09719393732390699		0	0	False	False	1.0	0					non-mobilizable	other	6230.0	99.96799999999999	100.0	0.06216070573207728	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0106_000000006319	6056	0.998123255645204	8	3	3	2	1	False	107026	fragment	False	CHI0125_000000001580	0.08069131938522921		0	0	False	False	1.0	0					non-mobilizable	other	5985.0	99.98299999999999	100.0	0.05971579115439885	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0852_000000001214	5892	0.998123255645204	8	3	3	2	1	False	107026	fragment	False	CHI0125_000000001580	0.06467243758124494		0	0	False	False	1.0	0					non-mobilizable	other	5892.0	100.0	100.0	0.058787721539198465	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0170_000000002489	4546	0.998123255645204	7	3	3	2	1	False	107017	fragment	False	ISR0047_000000004284	0.09288461897003329		0	0	False	False	0.9993400573730469	0					non-mobilizable	other	4383.0	100.0	99.0	0.04372904358933419	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0145_000000007329	4373	0.998123255645204	7	3	3	2	1	False	107017	fragment	False	ISR0047_000000004284	0.07475763756154351		0	0	False	False	1.0	0					non-mobilizable	plasmid	4277.0	99.603	98.0	0.04349993387521745	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0076_000000001793	4054	0.998123255645204	6	3	3	2	1	False	107017	fragment	False	ISR0047_000000004284	0.055453230690836845		0	0	False	False	1.0	0					non-mobilizable	plasmid	4054.0	100.0	100.0	0.04123134518153796	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0178_000000004015	3907	0.998123255645204	7	3	3	2	1	False	107017	fragment	False	ISR0047_000000004284	0.03696254411597283		0	0	False	False	1.0	0					non-mobilizable	other	3809.0	99.97399999999999	97.0	0.03800095800734472	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0169_000000000860	18774	0.9981221027143996	20	15	9	9	13	True	132596	backbone	False	ISR0120_000000000296	0.33614700214636	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17155.0	99.91799999999999	100.0	0.5190701053396295	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0125_000000002781	8049	0.9981212891712038	8	4	4	2	4	False	70991	fragment	False	ENG0125_000000002781	1.0		0	0	False	False	0.9998757839202881	0					non-mobilizable	no_good_hit	2434.0	94.741	48.0	0.0392261185006046	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ENG0121_000000008384	2024	0.9981211432701068	4	3	3	3	1	True	59133	fragment	False	ENG0121_000000008384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	3.0	0.00025157949199929746	NZ_FNIJ01000011.1	g-proteobacteria	Pseudomonas jinjuensis strain JCM 21621, whole genome shotgun sequence	True	True
ISR0183_000000009991	3386	0.9981196647861386	4	4	3	3	4	False	82212	fragment	False	ISR0183_000000009991	0.9711332038437948		0	0	False	False	1.0	0					non-mobilizable	chromosome	3386.0	100.0	100.0	0.0006927751837082198	CP019250.1	enterobacteria	Escherichia coli strain 13KWH46 chromosome, complete genome	False	False
SPA0078_000000002343	3216	0.9981196647861386	4	4	3	3	4	False	82212	fragment	False	ISR0183_000000009991	0.9581651009933463		0	0	False	False	0.9987562298774719	0					non-mobilizable	chromosome	3216.0	99.93799999999999	100.0	0.0006815595014164354	CP027319.1	enterobacteria	Escherichia coli strain 2014C-3084 chromosome, complete genome	False	False
ISR0293_000000004798	7366	0.9981192839761436	11	7	3	3	6	True	130675	backbone	True	ISR0293_000000004798	0.9733472515752505	PS1043|PS1044|PS1115|PS1117|PS1118|PS1119|PS122|PS690|PS757|PS758|PS827|PS829|PS830|PS890|PS996	3	2	True	True	1.0	313	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4996.0	99.64	81.0	0.7085106382978723	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
SPA0114_000000006186	6385	0.9981190084111741	7	6	4	4	4	False	115413	maximal	True	SPA0114_000000006186	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5581.0	95.682	87.0	0.0022979814827169555	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
AST0093_000000005366	3560	0.9981173015909696	5	4	2	2	4	True	109565	maximal	False	ISR0323_000000005182	0.9593098922351572		0	0	True	True	1.0	246	rep_cluster_689	MOBV			mobilizable	other	3220.0	90.186	100.0	0.907312925170068	NZ_AYZM01000011.1	firmicutes	Lactobacillus similis DSM 23365 = JCM 2765 strain DSM 23365 NODE_17, whole genome shotgun sequence	False	True
ISR0323_000000005182	3559	0.9981173015909696	5	4	2	2	4	True	109565	maximal	True	ISR0323_000000005182	0.9597084708470847		1	1	True	True	1.0	139	rep_cluster_689	MOBV			mobilizable	other	2956.0	97.361	100.0	0.8354072398190046	NZ_JQCA01000001.1	firmicutes	Lactobacillus paucivorans strain DSM 22467 NODE_1, whole genome shotgun sequence	False	True
MAD0089_000000006115	3503	0.9981173015909696	5	4	2	2	4	True	32032	maximal	True	MAD0089_000000006115	1.0		2	2	True	True	0.9997145533561707	14	rep_cluster_689	MOBV			mobilizable	plasmid	3478.0	96.60700000000001	100.0	0.9928591830905455	U31333.1	firmicutes	Lactobacillus casei plasmid pLC88 DNA replication protein and mobilization protein complete sequence	False	True
USA0108_01_000000001009	14891	0.9981154234330414	19	16	8	9	15	True	123628	fragment	False	USA0108_01_000000001009	0.7391733116150125		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8437.0	99.68	99.0	0.2553577915001816	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0838_000000014560	1666	0.9981117887642924	3	3	3	3	3	True	126014	fragment	False	ISR0170_000000026928	0.9368813140479868		0	0	False	False	1.0	0					non-mobilizable	other	1451.0	95.45100000000001	99.0	0.03256304879965865	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0086_000000003109	7541	0.99810920458091	8	7	5	6	6	False	78909	maximal	True	ISR0086_000000003109	1.0		3	2	False	False	0.9997347593307495	0					non-mobilizable	no_good_hit	2566.0	81.8	34.0	0.009673272835408553	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
USA0084_01_000000019003	1700	0.998108547514448	2	2	2	2	2	False	43895	fragment	False	ISR0137_000000013874	0.9591318394097881		0	0	False	False	0.9994117617607117	0					non-mobilizable	no_good_hit	64.0	87.5	4.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
ISR0182_000000023681	1681	0.998108547514448	2	2	2	2	2	False	43895	fragment	False	ISR0137_000000013874	0.9340379757035575		0	0	False	False	0.9863176941871643	0					non-mobilizable	no_good_hit	64.0	87.5	4.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
FIJ0117_000000005564	3780	0.9981083205513842	3	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9620024901155152	PS773	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0121_000000006872	3780	0.9981083205513842	4	2	2	2	1	True	116353	backbone	False	FIJ0092_000000008111	0.9621349942897138	PS773	0	0	True	True	0.9997354745864868	1					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
CHI0103_000000000193	12153	0.9981067821088736	17	8	7	6	5	False	123916	fragment	False	CHI0068_000000000589	0.9586621864499492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7324.0	98.785	77.0	0.0744463321091771	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0052_000000032290	1170	0.9981030947344592	3	2	1	2	1	False	35762	fragment	False	ISR0052_000000032290	1.0		0	0	False	False	0.9982905983924866	0					non-mobilizable	no_good_hit								True	False
ISR0349_000000008036	1403	0.9981015397627038	2	2	2	2	1	False	24117	maximal	True	ISR0349_000000008036	1.0		0	0	False	False	0.9287241697311401	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000003437	6171	0.9981008249134152	5	5	4	5	3	False	38656	fragment	False	ISR0002_000000003437	1.0		0	0	False	False	0.9987035989761353	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000002855	7258	0.9981006417896212	13	2	2	2	2	False	18166	maximal	True	MAD0042_000000002855	1.0		1	1	False	False	0.9975199699401855	0					non-mobilizable	no_good_hit	1108.0	84.65700000000001	26.0	0.01933505830645447	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0211_000000000312	56588	0.9980994305955057	96	34	13	26	18	True	53680	maximal	True	ENG0211_000000000312	1.0		1	1	True	True	1.0	155					non-mobilizable	no_good_hit	8616.0	86.664	46.0	0.1517562825647751	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0132_000000016858	2449	0.9980965893555256	4	3	3	2	1	False	3739	maximal	True	SPA0132_000000016858	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	95.93299999999999	68.0	0.000987467845245883	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CHI0087_000000001303	5073	0.998096452048788	5	4	4	4	3	True	114169	fragment	False	CHI0171_000000001252	0.9741319979711898		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	5073.0	99.98	100.0	0.04677931085368553	CP046260.1	enterobacteria	Escherichia coli strain ECO2947 plasmid p2974-D, complete sequence	False	True
CHI0143_000000017253	1153	0.9980958733663056	3	1	1	1	1	False	79893	fragment	False	CHI0143_000000017253	1.0		0	0	False	False	0.9973980784416199	0					non-mobilizable	other	1153.0	100.0	100.0	0.00558301831927886	NZ_NXBS01000006.1	g-proteobacteria	Aeromonas allosaccharophila strain Z9-6 NODE_6_length_206340_cov_109.335, whole genome shotgun sequence	False	False
ISR0301_000000002699	5613	0.9980949725591388	5	5	4	4	5	True	120802	fragment	False	ISR0301_000000002699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4696.0	91.44	84.0	0.0017414178281687234	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
MON0029_000000012093	2368	0.998093913632016	2	2	2	2	2	False	12860	fragment	False	MON0026_000000016203	0.5676562355936576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0093_000000018586	2341	0.998093913632016	3	2	2	2	2	False	12860	fragment	False	MON0026_000000016203	0.565429091281364		0	0	False	False	0.9884664416313171	0					non-mobilizable	no_good_hit								True	False
ISR0217_000000007124	3646	0.9980936378593592	5	4	3	2	2	False	28098	fragment	False	ISR0217_000000007124	1.0		0	0	False	False	0.9884805083274841	0					non-mobilizable	no_good_hit	122.0	78.689	3.0	4.698733532034014e-05	CP027417.1	b-proteobacteria	Oligella urethralis strain FDAARGOS_329 chromosome, complete genome	True	False
ENG0182_000000011613	2452	0.9980928721825656	4	3	2	2	2	False	120315	fragment	False	ENG0182_000000011613	1.0		0	0	False	False	0.9787928462028503	0					non-mobilizable	no_good_hit	1117.0	86.39200000000001	45.0	0.0023231159446048715	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0005_000000005042	4631	0.9980924264588464	6	3	3	3	1	False	83710	maximal	True	MAD0005_000000005042	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1549.0	98.38600000000001	36.0	0.003774477412873699	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0090_000000008760	2994	0.9980924264588464	4	3	3	3	1	False	83709	fragment	False	ISR0090_000000008760	1.0		0	0	False	False	0.9996659755706787	0					non-mobilizable	no_good_hit	1537.0	98.764	55.0	0.0037452178980452206	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0005_000000014125	2057	0.9980897801276164	2	2	2	2	2	False	8312	maximal	True	SPA0005_000000014125	1.0		1	1	False	False	0.9995138645172119	0					non-mobilizable	no_good_hit	125.0	82.4	6.0	0.00048219570145864197	NZ_NPOA01000007.1	firmicutes	Virgibacillus profundi strain P3-H5 NODE_7_length_257157_cov_109.592, whole genome shotgun sequence	True	False
CHI0052_000000011787	1352	0.9980897679269908	2	1	1	1	1	False	86467	maximal	True	CHI0052_000000011787	1.0		1	1	False	False	0.9807692170143127	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000002968	7066	0.9980865111677082	9	6	5	6	4	False	122553	maximal	True	ISR0097_000000002968	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4788.0	93.86	74.0	0.10699818723004274	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0129_000000016055	1557	0.9980864883042408	4	2	1	2	2	False	129095	fragment	False	SPA0129_000000016055	1.0		0	0	False	False	0.994861900806427	0					non-mobilizable	no_good_hit	1178.0	87.861	75.0	0.026432212715309125	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0138_000000009105	2805	0.9980861056408292	7	1	1	1	1	False	117990	fragment	False	SPA0138_000000009105	0.9829514424352128		0	0	False	False	0.9907308220863342	0					non-mobilizable	virus	2718.0	99.375	97.0	0.5583934088568486	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
SPA0069_000000008897	2689	0.9980861056408292	7	1	1	1	1	False	117990	fragment	False	SPA0138_000000009105	0.978168524421762		0	0	False	False	0.9996281266212463	0					non-mobilizable	virus	2689.0	99.851	100.0	0.5536560247167868	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
SPA0070_000000008232	2627	0.9980861056408292	7	1	1	1	1	False	117990	fragment	False	SPA0138_000000009105	0.9677368791635205		0	0	False	False	1.0	0					non-mobilizable	virus	2627.0	100.0	100.0	0.5408856848609681	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ISR0263_000000005487	2453	0.9980861056408292	7	1	1	1	1	False	117990	fragment	False	SPA0138_000000009105	0.7733414169390556		0	0	False	False	1.0	0					non-mobilizable	virus	2453.0	99.633	100.0	0.5050463439752833	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ENG0178_000000010840	2065	0.9980861056408292	6	1	1	1	1	False	118001	fragment	False	USA0037_01_000000015611	0.951576062128826		0	0	False	False	1.0	0					non-mobilizable	virus	2065.0	98.305	100.0	0.4251287332646756	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
SPA0087_000000008893	1641	0.9980861056408292	3	1	1	1	1	False	57400	fragment	False	SPA0087_000000008893	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	97.45	67.0	0.22574665293511845	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0210_000000013104	1457	0.9980861056408292	4	1	1	1	1	False	117984	fragment	False	ISR0118_000000009432	0.6170864810970528		0	0	False	False	1.0	0					non-mobilizable	virus	1457.0	99.863	100.0	0.2998970133882595	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
SPA0041_000000025550	1320	0.9980861056408292	2	1	1	1	1	False	24323	fragment	False	SPA0041_000000025550	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1320.0	100.0	100.0	0.2716786817713697	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
SPA0040_000000007050	5077	0.9980853416083788	6	4	2	3	3	False	6973	maximal	True	SPA0040_000000007050	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	86.831	30.0	0.0003714277527496231	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0175_000000012787	1618	0.9980848062828979	4	1	1	1	1	False	29847	fragment	False	ISR0175_000000012787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	92.85700000000001	59.0	0.0490231455229651	NZ_QRHR01000016.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf16, whole genome shotgun sequence	True	False
FIJ0048_000000014526	2238	0.9980832203286284	5	3	2	3	2	False	46770	fragment	False	FIJ0048_000000014526	1.0		0	0	False	False	0.9821268916130066	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.3974358974358974	XR_002394001.1	rodents	PREDICTED: Heterocephalus glaber uncharacterized LOC110348636 (LOC110348636), transcript variant X9, ncRNA	True	False
ISR0169_000000001732	11266	0.9980827045818714	15	7	7	6	5	False	107042	fragment	False	ISR0169_000000001732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8211.0	98.916	77.0	0.0834799947100174	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
MAD0093_000000004551	5837	0.9980821416856922	3	3	3	3	2	False	92293	maximal	True	MAD0093_000000004551	1.0		1	1	False	False	0.9991434216499329	0					non-mobilizable	no_good_hit	331.0	93.051	6.0	0.1168141592920354	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
MAD0101_000000014180	2009	0.998081086822548	4	3	1	2	2	False	90332	fragment	False	CHI0049_000000006892	0.5623838892334965		0	0	False	False	1.0	0					non-mobilizable	chromosome	2009.0	99.801	100.0	0.0003857396211452932	CP057617.1	enterobacteria	Escherichia coli strain RHB21-C02 chromosome, complete genome	False	False
AST0003_000000004628	7535	0.9980808487027673	11	4	3	4	2	True	130752	maximal	True	AST0003_000000004628	1.0	PS1048|PS1049|PS850|PS90	1	1	True	True	1.0	177					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0168_000000003827	6485	0.9980808487027673	7	4	3	4	2	True	128738	backbone	False	ISR0350_000000002292	0.9586659492940827	PS1048|PS1049|PS850|PS90	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	66.0	83.333	2.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0056_000000002755	6480	0.9980808487027673	8	4	3	4	2	True	128738	backbone	False	ISR0350_000000002292	0.9746662300201518	PS1048|PS1049|PS850|PS90	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	66.0	83.333	1.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0108_000000003285	6461	0.9980808487027673	7	4	3	4	2	True	128738	backbone	False	ISR0350_000000002292	0.958946800651556	PS1048|PS1049|PS850|PS90	0	0	True	True	1.0	79					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0281_000000002062	6451	0.9980808487027673	8	4	3	4	2	True	128738	backbone	False	ISR0350_000000002292	0.977143255662003	PS1048|PS1049|PS850|PS90	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	66.0	83.333	2.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0140_000000004766	6451	0.9980808487027673	9	4	3	4	2	True	128738	backbone	False	ISR0350_000000002292	0.977195229792463	PS1048|PS1049|PS850|PS90	0	0	True	True	1.0	76					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0097_000000003485	6450	0.9980808487027673	8	4	3	4	2	True	128738	backbone	False	ISR0350_000000002292	0.9773657323903155	PS1048|PS1049|PS850|PS90	0	0	True	True	1.0	137					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0353_000000004966	6441	0.9980808487027673	7	4	3	4	2	True	128738	backbone	False	ISR0350_000000002292	0.9580816350598675	PS1048|PS1049|PS850|PS90	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0172_000000002504	6378	0.9980808487027673	8	4	3	4	2	True	128738	backbone	False	ISR0350_000000002292	0.9765131698397865	PS1048|PS1049|PS850|PS90	0	0	True	True	0.9998432397842407	12					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0016_000000003022	6189	0.9980808487027673	9	4	3	4	2	True	128738	backbone	False	ISR0350_000000002292	0.9503866902485799	PS1048|PS1049|PS850|PS90	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
MAD0111_000000003025	5574	0.9980808487027673	7	4	3	4	2	True	128738	backbone	False	ISR0350_000000002292	0.1451209963085872	PS1048|PS1049|PS850|PS90	0	0	False	True	0.9989235997200012	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0143_000000011135	2787	0.9980800796108692	5	5	5	4	5	False	89267	fragment	False	ISR0143_000000011135	1.0		0	0	False	False	0.9992823600769043	0					non-mobilizable	plasmid	2474.0	99.919	100.0	0.03153331208160663	CP042621.1	enterobacteria	Escherichia coli strain NCYU-26-73 plasmid pNCYU-26-73-6, complete sequence	False	True
CHI0024_000000000320	18986	0.9980799696248961	22	16	8	9	13	True	132596	backbone	False	ISR0120_000000000296	0.3242400218082871	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16139.0	99.90700000000001	100.0	0.5195595479571139	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0117_000000001947	15960	0.998078795756197	17	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.26579872872351007	PS1169|PS902	0	0	False	True	0.9984962344169617	0		MOBB	MPF_T		conjugative	plasmid	15966.0	99.148	99.0	0.48301852524518707	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0129_000000001137	15774	0.998078795756197	18	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.26203346704238023	PS1169|PS902	0	0	False	True	0.999936580657959	0		MOBB	MPF_T		conjugative	plasmid	15774.0	99.854	100.0	0.5091683884297521	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0092_000000000938	15764	0.998078795756197	17	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.2620903926802375	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15764.0	99.899	100.0	0.4769039835331154	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0116_000000001870	15586	0.998078795756197	17	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.25892611104653046	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15587.0	99.82700000000001	100.0	0.5031637396694215	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0275_000000000988	11714	0.9980776303577364	16	7	3	5	4	False	70350	maximal	True	ISR0275_000000000988	1.0		1	1	False	False	0.9987194538116455	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.574124156641883e-06	CP047095.1	firmicutes	Bacillus marisflavi strain 151-25 chromosome, complete genome	True	False
ISR0099_000000004780	4539	0.9980764264753952	6	3	3	2	2	True	33219	maximal	True	ISR0099_000000004780	0.9959536770257389		3	2	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
ISR0009_000000010268	3124	0.9980759570387534	5	5	2	4	2	True	126570	backbone	False	FIJ0004_000000008444	0.5941167365178291	PS971	0	0	True	True	1.0	49					non-mobilizable	plasmid	1442.0	96.602	100.0	0.352680767338908	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
AST0142_000000001519	3076	0.9980759570387534	5	5	2	4	2	True	105256	backbone	False	ISR0075_000000007669	0.9421667812865161	PS631	0	0	True	True	0.999674916267395	31					non-mobilizable	no_good_hit	1202.0	98.91799999999999	76.0	0.2953762911952779	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0205_000000003289	2934	0.998075651738044	3	2	2	2	2	False	53997	fragment	False	ENG0205_000000003289	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2830.0	98.198	96.0	0.12102919770528299	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
USA0072_01_000000009817	1901	0.9980755118774616	3	3	2	3	1	False	92037	maximal	True	USA0072_01_000000009817	1.0		0	0	False	False	0.9973698258399963	0					non-mobilizable	no_good_hit	1192.0	99.329	63.0	0.00036076183448755916	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ENG0169_000000003215	6368	0.998074923544382	8	5	2	2	3	False	55926	backbone	True	ENG0169_000000003215	1.0	PS238	1	1	True	True	0.9996859431266785	3					non-mobilizable	no_good_hit	832.0	88.101	18.0	0.00019562539198732536	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
CHI0176_000000000505	26970	0.9980742265630514	33	30	5	23	28	True	113252	fragment	False	CHI0176_000000000505	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	12485.0	99.984	93.0	0.08712887871470247	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
CHI0052_000000002457	5932	0.9980730742954876	7	6	4	6	3	True	86524	maximal	True	CHI0052_000000002457	1.0		1	1	False	False	1.0	0	rep_cluster_1018	MOBV			mobilizable	no_good_hit	3892.0	99.97399999999999	78.0	0.0012908007144354712	CP042597.1	firmicutes	Enterococcus durans strain VREdu chromosome	True	True
ISR0813_000000014559	2101	0.9980709707935064	2	2	1	2	1	False	124336	fragment	False	AST0102_000000013171	0.6480111008325625		0	0	False	False	0.9900047779083252	0					non-mobilizable	no_good_hit	685.0	96.05799999999999	41.0	0.010407157202848275	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
CHI0075_000000001040	6440	0.9980691257390216	5	5	5	5	4	True	106680	fragment	False	CHI0075_000000001040	1.0		0	0	False	False	0.9950310587882996	0					non-mobilizable	no_good_hit	5257.0	92.619	82.0	0.4777151173367291	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0107_000000000285	37704	0.9980679369507178	41	21	13	21	10	True	122571	maximal	False	ISR0202_000000000188	0.9497335200751746		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	7673.0	97.615	75.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
SPA0040_000000002788	10312	0.9980677411146056	14	9	5	8	5	True	40122	fragment	False	SPA0040_000000002788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.0007683638971416863	NZ_FODY01000032.1	firmicutes	Propionispora vibrioides strain DSM 13305, whole genome shotgun sequence	True	True
SPA0136_000000026325	1612	0.9980667354209348	4	3	2	3	1	False	3603	maximal	True	SPA0136_000000026325	1.0		0	0	False	False	0.9770471453666687	0					non-mobilizable	no_good_hit	325.0	89.23100000000001	20.0	0.002559530884741868	NZ_JAAWUO010000013.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_13_length_126195_cov_174.501, whole genome shotgun sequence	True	False
ISR0046_000000012570	2539	0.9980660962101024	4	2	2	1	2	False	36178	maximal	True	ISR0046_000000012570	1.0		0	0	False	False	0.9996061325073242	0					non-mobilizable	no_good_hit	952.0	99.895	37.0	0.024618809702555075	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	True	False
ISR0318_000000000808	5709	0.9980656125126166	6	5	1	4	5	False	108854	backbone	False	ENG0066_000000002902	0.989063180923599	PS677	0	0	True	True	1.0	40	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5615.0	99.537	100.0	0.971280276816609	CP035378.1	enterobacteria	Escherichia coli strain BR43-DEC plasmid unnamed1	False	True
SPA0062_000000011922	2757	0.9980648394715336	4	2	2	2	2	False	67317	fragment	False	SPA0062_000000011922	1.0		0	0	False	False	0.9992745518684387	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	1.0297471897095893e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0162_000000005555	4144	0.9980644067980826	5	3	3	3	0	True	67458	backbone	False	FIJ0013_000000006338	0.9307853849499225	PS313	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	204.0	91.667	7.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0147_000000001925	11293	0.9980637636343992	17	11	6	7	10	True	124137	fragment	False	DEN0008_000000000333	0.6352564079713564		0	0	False	False	1.0	0					non-mobilizable	other	11293.0	98.008	100.0	0.0031725699305907235	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0018_000000004431	5975	0.9980624664721206	6	4	4	3	4	False	103460	fragment	False	SPA0018_000000004431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3448.0	93.706	71.0	0.13679414938256804	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MON0027_000000004345	7526	0.9980599641416372	10	6	4	5	4	True	64250	fragment	False	MON0027_000000004345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
MON0085_000000002460	6271	0.9980599641416372	8	6	4	5	4	True	64248	fragment	False	MON0085_000000002460	1.0		0	0	False	False	0.9963323473930359	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0122626582278481	NZ_LT962668.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	True
FIJ0088_000000013756	2022	0.9980592198035704	3	2	1	2	2	False	105396	fragment	False	FIJ0088_000000013756	0.9478901881037112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	85.926	46.0	0.001944642509885266	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0212_000000002220	11896	0.9980590229657448	11	8	7	6	4	True	43012	maximal	False	ISR0171_000000001750	0.970392257242877		0	0	True	True	0.9999159574508667	14					non-mobilizable	no_good_hit								True	True
ISR0171_000000001750	11896	0.9980590229657448	11	8	7	6	4	True	43012	maximal	True	ISR0171_000000001750	0.970392257242877		3	1	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
ISR0137_000000013874	1802	0.9980568916237345	2	2	2	2	2	False	43895	fragment	False	ISR0137_000000013874	0.9779363384605119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	4.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
DEN0012_000000000689	9409	0.9980542537214141	13	6	4	6	3	False	75501	maximal	True	DEN0012_000000000689	1.0		1	1	True	True	1.0	24					non-mobilizable	other	9409.0	99.734	100.0	0.002399523767986864	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	False	True
FIJ0007_000000000062	59683	0.9980529297711339	100	26	15	20	15	True	112959	maximal	True	FIJ0007_000000000062	0.9999079682741541		2	1	True	True	0.999882698059082	6					non-mobilizable	no_good_hit	5226.0	91.944	50.0	0.09245737780455818	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0136_000000000194	59534	0.9980529297711339	99	26	15	20	15	True	112959	maximal	False	FIJ0007_000000000062	0.9999079682741541		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	5226.0	91.925	50.0	0.09245737780455818	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0395_000000019571	1981	0.9980506763278499	4	2	2	2	2	False	124098	fragment	False	USA0015_01_000000013484	0.544222742160873		0	0	False	False	1.0	0					non-mobilizable	other	1981.0	99.899	100.0	0.0005564433043289603	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0001_000000010441	2650	0.9980501195405496	4	2	1	2	1	True	123258	backbone	False	ISR0072_000000011567	0.3749147635230248	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	65					non-mobilizable	no_good_hit	671.0	79.732	33.0	0.5375909458367018	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0323_000000000057	58895	0.9980495437410166	100	28	14	23	14	True	112955	maximal	True	ISR0323_000000000057	1.0		1	1	True	True	1.0	25					non-mobilizable	no_good_hit	5244.0	86.44200000000001	53.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0052_000000000525	34127	0.998048905417252	31	15	8	15	6	True	117548	fragment	False	ISR0052_000000000525	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	203.0	84.729	1.0	0.00963418705584967	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ENG0075_000000007707	3154	0.9980472379779376	4	2	2	2	1	True	114763	maximal	True	ENG0075_000000007707	0.980730563002681		1	1	True	True	0.9996829628944397	10					non-mobilizable	no_good_hit	1137.0	74.055	35.0	0.4163540885221305	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
FIJ0097_000000009158	3350	0.9980470401555422	5	5	4	4	5	False	46482	fragment	False	FIJ0097_000000009158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	26.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0052_000000008685	3732	0.9980444521166116	4	3	3	3	0	True	127999	backbone	False	DEN0071_000000009520	0.9531999594169304	PS1023|PS1024	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	886.0	93.56700000000001	66.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
FIJ0104_000000001259	16084	0.9980405259008048	14	6	4	3	3	True	42533	maximal	True	FIJ0104_000000001259	1.0		2	1	False	False	0.9988186955451965	0					non-mobilizable	no_good_hit	12347.0	98.971	89.0	0.10477217166915659	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	True
ISR0086_000000025438	1142	0.9980396166485768	3	1	1	1	1	False	33877	fragment	False	ISR0086_000000025438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	86.84200000000001	20.0	0.0050753441577399	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0136_000000007653	4887	0.9980355351954714	3	2	2	1	1	False	3636	maximal	True	SPA0136_000000007653	1.0		2	1	False	False	0.9954982399940491	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00019733395028545376	NZ_VLKU01000010.1	a-proteobacteria	Paracoccus sulfuroxidans strain CGMCC 1.5364 IQ24DRAFT_scaffold00010.10, whole genome shotgun sequence	True	False
FIJ0032_000000024570	1505	0.998035047259984	2	2	1	2	2	False	57009	fragment	False	FIJ0032_000000024570	0.9964763918252291		0	0	False	False	0.999335527420044	0					non-mobilizable	no_good_hit	527.0	80.07600000000001	48.0	0.00013764665303893665	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0028_000000009643	1692	0.9980350368459922	4	2	1	1	2	False	118762	maximal	True	AST0028_000000009643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.0009194556822361162	AY647243.1	g-proteobacteria	Haemophilus influenzae biotype aegyptius plasmid pF1947, complete sequence	True	False
ISR0052_000000005920	5091	0.9980345702148148	8	5	5	5	4	False	102595	fragment	False	USA0080_01_000000007643	0.9456677221336607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	1.0	0.0009656628264726358	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0380_000000000413	26608	0.9980343387528396	34	30	16	23	29	True	36800	maximal	True	ISR0380_000000000413	1.0		2	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	9702.0	97.671	67.0	0.14910041519298786	JN983044.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg plasmid pSH146_65, complete sequence	True	True
FIJ0082_000000005828	4623	0.9980327194840132	6	5	2	4	2	True	130281	maximal	True	FIJ0082_000000005828	1.0	PS1090	0	0	False	True	0.9906986951828003	0					non-mobilizable	no_good_hit	2735.0	96.015	63.0	0.9115487316421896	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0115_000000006540	3883	0.9980327194840132	5	5	2	4	2	True	130271	fragment	False	SPA0115_000000006540	1.0		0	0	False	True	0.9997424483299255	0					non-mobilizable	no_good_hit	2088.0	95.354	82.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0225_000000005262	3075	0.9980327194840132	5	5	2	4	2	True	128506	backbone	False	ISR0018_000000007251	0.8040896319758819	PS1035	0	0	True	True	1.0	110					non-mobilizable	no_good_hit	2082.0	94.573	74.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0174_000000008367	3068	0.9980327194840132	5	5	2	4	2	True	128506	backbone	False	ISR0018_000000007251	0.7228670082737351	PS1035	0	0	True	True	1.0	228					non-mobilizable	no_good_hit	1910.0	92.51299999999999	70.0	0.6361815754339119	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0057_000000007695	2988	0.9980327194840132	5	5	2	4	2	True	128506	backbone	False	ISR0018_000000007251	0.666923645948555	PS1035	0	0	True	True	0.9993306398391724	22					non-mobilizable	no_good_hit	2082.0	91.979	75.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0815_000000010539	2942	0.9980327194840132	5	5	2	4	2	True	128506	backbone	False	ISR0018_000000007251	0.788225735077016	PS1035	0	0	True	True	0.999660074710846	3					non-mobilizable	no_good_hit	2081.0	94.906	74.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0187_000000008682	3192	0.9980326167582576	3	3	3	3	3	True	76727	fragment	False	ENG0187_000000008682	1.0		0	0	False	False	0.9877819418907166	0					non-mobilizable	no_good_hit								True	True
ISR0398_000000020520	1099	0.9980315228183376	2	1	1	1	1	False	22597	maximal	True	ISR0398_000000020520	1.0		0	0	False	False	0.9909008145332336	0					non-mobilizable	no_good_hit								True	False
USA0075_01_000000014402	1715	0.9980314165581896	2	2	2	2	2	False	88546	fragment	False	ENG0052_000000017531	0.9505222649807588		0	0	False	False	1.0	0					non-mobilizable	chromosome	1670.0	99.162	98.0	0.00032782712098647484	CP058063.1	enterobacteria	Escherichia coli strain RHB02-C19 chromosome, complete genome	False	False
DEN0034_000000000736	7101	0.998031188667192	3	3	3	3	3	False	73569	maximal	True	DEN0034_000000000736	1.0		1	1	False	False	0.9960569143295288	0					non-mobilizable	no_good_hit	259.0	73.359	4.0	0.020658120356005553	NZ_CP035938.1	g-proteobacteria	Acinetobacter cumulans strain WCHAc060092 plasmid p3_060092, complete sequence	True	False
USA0038_01_000000005849	3072	0.998030750891838	3	3	3	3	2	False	94057	maximal	True	USA0038_01_000000005849	1.0		1	1	False	False	0.9986979365348816	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	0.00010262873235042376	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ISR0162_000000013727	2866	0.9980302539145722	4	2	1	2	2	True	130986	backbone	False	SPA0127_000000010391	0.8249151864492753	PS1132	0	0	True	True	1.0	17	rep_cluster_1867				non-mobilizable	plasmid	2247.0	99.64399999999999	100.0	0.8058147882268485	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
SPA0017_000000004182	2864	0.9980302539145722	4	2	1	2	2	True	130986	backbone	False	SPA0127_000000010391	0.8247607703839229	PS1132	0	0	True	True	1.0	137	rep_cluster_1867				non-mobilizable	plasmid	2245.0	99.73299999999999	100.0	0.8054558506819813	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ENG0043_000000011837	2864	0.9980302539145722	4	2	1	2	2	True	130986	backbone	False	SPA0127_000000010391	0.8249524910459126	PS1132	0	0	True	True	0.9975558519363403	9	rep_cluster_1867				non-mobilizable	plasmid	2246.0	99.59899999999999	100.0	0.8054558506819813	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
SPA0019_000000010082	2846	0.9980302539145722	4	2	1	2	2	True	130986	backbone	False	SPA0127_000000010391	0.8276708316306844	PS1132	0	0	True	True	1.0	1262	rep_cluster_1867				non-mobilizable	plasmid	2317.0	99.78399999999999	100.0	0.830940416367552	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0131_000000000511	24072	0.9980291213593556	27	18	11	15	10	True	66032	maximal	True	ISR0131_000000000511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	96.819	6.0	0.007213395410986074	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	True
ENG0124_000000009220	3386	0.9980290593958012	3	3	3	3	3	True	127159	backbone	False	AST0007_000000005470	0.9993936602962622	PS982	0	0	True	True	1.0	8	rep_cluster_1188,rep_cluster_1188				non-mobilizable	plasmid	2575.0	100.0	100.0	0.7658434989586432	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
TAN0008_000000002781	4730	0.9980283139466852	4	4	2	3	4	True	90288	fragment	False	TAN0008_000000002781	0.9589695452794997		0	0	False	False	0.9995771646499634	0	IncFIB				non-mobilizable	other	4730.0	100.0	100.0	0.09824860282965948	NZ_LPTR01000050.1	enterobacteria	Shigella boydii strain 600384 600384_51, whole genome shotgun sequence	False	True
MAD0102_000000003455	4584	0.9980283037017542	3	3	2	3	3	True	90288	fragment	False	TAN0008_000000002781	0.9540984892752625		0	0	False	False	0.9997818470001221	0	IncFIB				non-mobilizable	chromosome	4584.0	99.891	100.0	0.0009311541252078233	CP058191.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00012 chromosome, complete genome	False	True
TAN0003_000000001340	4553	0.9980283037017542	3	3	2	3	3	True	90288	fragment	False	TAN0008_000000002781	0.5712051193081938		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	4240.0	99.811	100.0	0.046038055519353575	CP053729.1	enterobacteria	Escherichia coli strain CP61_Sichuan plasmid pCP61-IncFIB, complete sequence	False	True
FIJ0020_000000005233	4406	0.9980283037017542	3	3	2	3	3	True	90288	fragment	False	TAN0008_000000002781	0.9305053826360732		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	4406.0	98.93299999999999	100.0	0.045383201503479895	CP011590.1	enterobacteria	Enterobacter asburiae strain CAV1043 plasmid pCAV1043-97, complete sequence	False	True
SPA0020_000000006078	4476	0.9980281886094816	7	4	2	4	3	False	125220	maximal	True	SPA0020_000000006078	1.0		0	0	False	False	0.9962019920349121	0					non-mobilizable	no_good_hit	2224.0	83.85799999999999	50.0	0.049585663275618135	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
DEN0028_000000009297	2982	0.9980269268629648	6	4	2	3	4	False	104726	maximal	True	DEN0028_000000009297	0.9440899932840833		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0028_000000004486	3851	0.9980253885092732	5	3	2	3	2	False	118884	fragment	False	AST0028_000000004486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0343_000000000287	27251	0.99802469018156	32	15	10	14	11	False	128707	maximal	True	ISR0343_000000000287	1.0		2	1	False	False	0.9999266266822815	0					non-mobilizable	plasmid	9777.0	98.895	96.0	0.2187409081753687	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
MON0105_000000014330	3713	0.9980243596965808	4	2	2	2	2	False	20816	fragment	False	MON0105_000000014330	1.0		0	0	False	False	0.9991919994354248	0					non-mobilizable	no_good_hit	453.0	75.497	12.0	0.0001465849638587721	NZ_CP046996.1	firmicutes	Dehalobacter restrictus strain 12DCA chromosome, complete genome	True	False
ENG0157_000000000606	28330	0.9980237091702284	32	11	10	10	7	True	111626	fragment	False	SPA0004_000000000635	0.9462358642972537		0	0	False	False	1.0	0					non-mobilizable	other	9710.0	96.169	97.0	0.21013206321714656	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0243_000000001332	6417	0.9980218973324304	10	7	3	6	5	False	122551	fragment	False	ISR0243_000000001332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4178.0	94.663	75.0	0.09341360248864221	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MON0103_000000037431	1519	0.9980208761612348	3	2	2	2	1	False	29576	fragment	False	MON0103_000000037431	0.9710237940167828		0	0	False	False	0.98749178647995	0					non-mobilizable	no_good_hit	65.0	86.154	4.0	0.0006464450572204883	NZ_JYLE01000019.1	g-proteobacteria	Pseudomonas helleri strain DSM 28141 19_99003_17.441, whole genome shotgun sequence	True	False
ENG0073_000000006988	3696	0.9980192180977614	6	5	4	2	3	True	120814	fragment	False	ISR0119_000000008692	0.9803888016270446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	86.885	44.0	0.0005339866409087718	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ISR0356_000000000314	25498	0.9980191214639684	27	19	15	15	14	True	120197	maximal	False	ISR0048_000000000448	0.9833866532333996	PS720|PS841	0	0	False	True	0.9989410638809204	0					non-mobilizable	no_good_hit	1829.0	80.755	7.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
FIJ0043_000000001859	12504	0.9980173810925302	23	8	3	7	5	False	47258	maximal	True	FIJ0043_000000001859	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1193.0	81.811	22.0	0.02046928720802467	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0095_000000011243	1751	0.9980171416104778	2	2	2	2	1	False	5204	fragment	False	SPA0095_000000011243	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1751.0	100.0	100.0	0.009002474394390687	CP049349.1	enterobacteria	Escherichia coli strain 3R plasmid p3R-1, complete sequence	False	True
USA0006_01_000000000419	33486	0.9980168264533609	26	17	12	13	15	True	116261	maximal	False	ISR0220_000000000404	0.9973425343579345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12839.0	99.829	51.0	0.002047150151080574	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
SPA0029_000000011051	2373	0.998016354795038	4	2	1	2	2	False	7383	fragment	False	SPA0029_000000011051	1.0		0	0	False	False	0.993257462978363	0					non-mobilizable	no_good_hit								True	False
CHI0159_000000001741	7026	0.9980162402812538	9	4	4	3	1	False	107026	fragment	False	CHI0125_000000001580	0.42202845626783836		0	0	False	False	0.9997153282165527	0					non-mobilizable	plasmid	7054.0	99.19200000000001	100.0	0.07170978341590453	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0007_000000001164	6995	0.9980162402812538	9	4	4	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4224825316369812		0	0	False	False	1.0	0					non-mobilizable	plasmid	6995.0	99.986	100.0	0.07115026602508673	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0153_000000002364	6963	0.9980162402812538	9	4	4	3	1	False	107026	fragment	False	CHI0125_000000001580	0.39842111738143926		0	0	False	False	0.9987074732780457	0					non-mobilizable	plasmid	6963.0	99.986	100.0	0.07082472863406546	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0084_000000010440	2942	0.998014970216348	5	5	2	4	3	True	128506	backbone	False	ISR0018_000000007251	0.7951735568643612	PS1035	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	2081.0	94.954	74.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0207_000000026067	1172	0.9980147828697912	2	2	2	2	1	False	28545	fragment	False	ISR0207_000000026067	1.0		0	0	False	False	0.9991467595100403	0					non-mobilizable	plasmid	697.0	94.69200000000001	93.0	0.010589738908161402	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
DEN0007_000000002874	9869	0.99801397381186	11	7	1	4	5	False	130591	maximal	True	DEN0007_000000002874	1.0	PS1004|PS1005|PS1006|PS1072|PS1073|PS1074|PS1075|PS1077|PS1103|PS1104|PS1105|PS879|PS961|PS974|PS975	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1413.0	97.169	53.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ITA0008_000000000078	9601	0.99801397381186	11	7	1	4	5	False	130587	backbone	True	ITA0008_000000000078	1.0	PS1004|PS1005|PS1006|PS1072|PS1073|PS1074|PS1075|PS1077|PS1103|PS1105|PS974|PS975	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2455.0	87.006	60.0	0.4359294243450365	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0246_000000005212	3587	0.9980139016790674	4	2	2	2	1	False	27136	maximal	True	ISR0246_000000005212	1.0		1	1	False	False	0.9874547123908997	0					non-mobilizable	no_good_hit	1150.0	82.348	32.0	0.012971603938256535	NZ_FUWW01000008.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0161_000000000874	23717	0.9980138332431818	27	16	9	12	8	True	126307	maximal	True	ISR0161_000000000874	1.0		1	1	False	False	0.9995362162590027	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001836309969122788	NC_041189.1	monocots	Neottia cordata voucher MW0299225-1 chloroplast, complete genome	True	True
AST0012_000000002405	6882	0.9980129143756024	7	7	7	6	6	False	125641	fragment	False	AST0012_000000002405	1.0		0	0	False	False	0.9994187951087952	0					non-mobilizable	chromosome	6732.0	99.213	100.0	0.0011958985636912284	CP038328.1	enterobacteria	Escherichia coli O157:H7 strain NE 1092-2 chromosome, complete genome	False	False
MAD0044_000000004941	4755	0.9980126502882476	4	3	2	3	1	True	113820	maximal	True	MAD0044_000000004941	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.4827129921965575e-06	LT594793.1	eudicots	Theobroma cacao genome assembly, chromosome: VI	True	True
DEN0010_000000034798	1348	0.9980124231599204	2	2	2	1	1	False	102594	maximal	True	DEN0010_000000034798	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0330_000000014024	2125	0.9980121270231432	3	2	1	2	2	True	24663	maximal	True	ISR0330_000000014024	1.0		1	1	False	False	0.9769411683082581	0					non-mobilizable	no_good_hit								True	True
FIJ0093_000000003782	5821	0.9980111997733544	7	5	0	3	5	False	108857	fragment	False	FIJ0093_000000003782	1.0		0	0	False	True	0.9989692568778992	0	rep_cluster_2350	MOBP		MOBP	mobilizable	chromosome	5804.0	98.088	99.0	0.0011324641412384445	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
ISR0001_000000005880	5067	0.9980108904322932	4	4	4	4	2	False	92294	fragment	False	ISR0001_000000005880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	98.544	8.0	0.07256637168141593	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
ISR0392_000000000627	28185	0.9980099725816656	31	17	9	15	12	True	128724	backbone	True	ISR0392_000000000627	0.9849815206693371	PS1047	1	1	True	True	1.0	61					non-mobilizable	no_good_hit	5282.0	95.759	48.0	0.22899670196146502	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
USA0011_01_000000029751	1213	0.9980096597125384	2	2	2	1	1	False	1992	fragment	False	USA0011_01_000000029751	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	92.73899999999999	99.0	0.5926470588235294	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0122_000000003423	7638	0.9980072630566984	6	3	3	3	2	True	59099	fragment	False	ENG0122_000000003423	0.9930416164860163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	97.101	1.0	2.9158006810109765e-05	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	True
FIJ0144_000000001157	20698	0.9980039312933756	21	19	5	8	19	True	71362	fragment	False	FIJ0144_000000001157	0.9970673712021136		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	20698.0	99.802	100.0	0.5545671337852683	CP053328.1	enterobacteria	Salmonella enterica subsp. salamae serovar 60:z10:z39 strain 2011K-1889 plasmid unnamed3, complete sequence	False	True
ISR0193_000000023180	1124	0.998002511666412	2	1	1	1	1	False	29061	fragment	False	ISR0193_000000023180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	85.788	70.0	0.013092591344966202	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0035_000000007940	1523	0.9980012145659436	3	2	2	2	2	False	48024	maximal	True	FIJ0035_000000007940	1.0		1	1	False	False	0.9967169761657715	0					non-mobilizable	no_good_hit								True	False
ISR0828_000000001090	6302	0.9979978389707604	4	4	4	4	2	False	21081	maximal	True	ISR0828_000000001090	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	1.0	0.00034257574135531526	NZ_JH725079.1	a-proteobacteria	Bartonella birtlesii LL-WM9 supercont1.4, whole genome shotgun sequence	True	False
USA0003_01_000000009933	3941	0.997997775375012	7	4	2	3	3	False	102979	maximal	True	USA0003_01_000000009933	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0168_000000001745	10884	0.9979974819254368	13	7	6	6	6	True	116256	fragment	False	CHI0168_000000001745	1.0		0	0	False	False	0.9986218214035034	0					non-mobilizable	no_good_hit	6550.0	99.48100000000001	82.0	0.05272863435413865	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0007_000000004012	6380	0.9979966380134676	7	4	4	3	3	False	67547	fragment	False	ENG0007_000000004012	1.0		0	0	False	False	0.9863636493682861	0					non-mobilizable	no_good_hit	2855.0	76.112	44.0	0.0004629887027804415	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ENG0047_000000000471	21548	0.9979945140929092	23	11	9	9	5	True	73483	fragment	False	ENG0047_000000000471	1.0		0	0	False	False	0.9997679591178894	0					non-mobilizable	no_good_hit	517.0	86.654	2.0	0.15792701625268324	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
ISR0295_000000000184	51960	0.9979941271564226	56	16	10	14	6	True	105236	fragment	False	ISR0295_000000000184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	85.316	3.0	0.00043118786385553054	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
FIJ0053_000000000078	56552	0.9979934315899658	101	26	10	16	17	True	46431	maximal	True	FIJ0053_000000000078	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6715.0	93.15	51.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0022_000000000348	42721	0.9979928582272912	38	12	5	11	3	True	74076	fragment	False	ISR0010_000000000085	0.950103584461019		0	0	False	False	0.9996255040168762	0					non-mobilizable	no_good_hit	55.0	87.273	0.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
MON0081_000000000477	42435	0.9979928582272912	40	12	5	11	3	True	74076	fragment	False	ISR0010_000000000085	0.9519332418190637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0174_000000003748	4208	0.9979925987179552	3	3	3	1	2	True	77851	fragment	False	CHI0174_000000003748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	88.12799999999999	16.0	0.01048518083720631	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
ISR0847_000000010186	2637	0.9979909595376514	5	3	1	2	2	False	20642	fragment	False	ISR0847_000000010186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0776_000000002602	10271	0.9979905814517872	8	7	4	5	5	False	72662	maximal	True	ISR0776_000000002602	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	4906.0	99.81700000000001	76.0	0.010434952836311252	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
CHI0186_000000000084	82287	0.9979883572098877	82	26	13	18	16	True	77185	maximal	True	CHI0186_000000000084	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	80.926	0.0	0.0018912753728551935	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
SPA0036_000000003532	5836	0.9979883043735864	9	5	3	5	4	True	27478	maximal	True	SPA0036_000000003532	1.0		2	1	True	True	0.9972584247589111	1					non-mobilizable	no_good_hit	40.0	92.5	1.0	7.221127017957832e-06	CP015176.1	firmicutes	Bacillus thuringiensis serovar alesti strain BGSC 4C1, complete genome	True	True
ISR0350_000000002292	6486	0.9979879593356294	8	4	3	4	3	True	128738	backbone	True	ISR0350_000000002292	0.9783256479816747	PS1048|PS1049|PS850|PS90	1	1	True	True	1.0	43					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0094_000000002971	6454	0.9979879593356294	8	4	3	4	3	True	128738	backbone	False	ISR0350_000000002292	0.9782101837030879	PS1048|PS1049|PS850|PS90	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0335_000000002214	6435	0.9979879593356294	8	4	3	4	3	True	128738	backbone	False	ISR0350_000000002292	0.976276164544497	PS1048|PS1049|PS850|PS90	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0286_000000003088	4303	0.99798691957284	8	4	3	4	3	False	26049	maximal	True	ISR0286_000000003088	1.0		5	2	False	False	0.996514081954956	0					non-mobilizable	no_good_hit	443.0	91.648	17.0	0.08821170809943865	MK232439.1	viruses	Uncultured human fecal virus clone B.wexlerae_S02.L11_1_c1 sequence	True	False
ISR0047_000000004284	6158	0.9979863385844828	10	5	5	4	3	False	107017	fragment	False	ISR0047_000000004284	0.9217544713260934		0	0	False	False	1.0	0					non-mobilizable	plasmid	5779.0	98.40799999999999	95.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0153_000000002388	9997	0.9979848324953754	17	11	6	7	8	True	124079	fragment	False	ENG0153_000000002388	0.9849588024844511		0	0	False	False	1.0	0					non-mobilizable	other	7397.0	97.323	100.0	0.002077388336161452	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0114_000000007332	2122	0.9979829208457766	3	1	1	1	1	False	59578	maximal	True	ENG0114_000000007332	1.0		6	3	False	False	1.0	0					non-mobilizable	other	2124.0	96.42200000000001	100.0	0.03613248008714004	NZ_NFHM01000019.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_19, whole genome shotgun sequence	False	False
AST0047_000000001287	13109	0.9979811141108278	18	5	3	5	1	True	115483	maximal	True	AST0047_000000001287	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	91.238	8.0	0.00023383702005955705	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0390_000000000282	25113	0.9979804771981828	51	8	2	8	3	False	22889	maximal	True	ISR0390_000000000282	1.0		1	1	False	False	0.9987257719039917	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.9548572773182253e-05	LT671822.1	basidiomycetes	Malassezia sympodialis ATCC 42132 genome assembly, chromosome: 2	True	False
ISR0838_000000001170	13458	0.9979791766942188	15	10	7	8	3	False	44758	fragment	False	ISR0838_000000001170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	73.154	3.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
MAD0101_000000000331	26277	0.997978279459115	25	22	6	10	22	True	113294	fragment	False	MAD0101_000000000331	0.9826757710744399		0	0	False	False	0.9998477697372437	0			MPF_I		non-mobilizable	plasmid	26278.0	99.581	100.0	0.704054017845181	CP053328.1	enterobacteria	Salmonella enterica subsp. salamae serovar 60:z10:z39 strain 2011K-1889 plasmid unnamed3, complete sequence	False	True
DEN0091_000000000001	5094	0.997976452549146	5	4	0	2	4	True	114717	maximal	True	DEN0091_000000000001	0.9966388266449379	PS386	9	3	False	True	0.997644305229187	0	rep_cluster_870	MOBV			mobilizable	no_good_hit	3979.0	99.698	78.0	0.7105827672506256	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	True	True
ISR0219_000000004455	6744	0.9979755726754596	11	6	5	4	5	False	86127	maximal	True	ISR0219_000000004455	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	401.0	99.751	6.0	0.3084040092521203	NZ_CABIYV010000021.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0057_000000001245	14802	0.9979754053325548	18	5	5	5	3	True	46180	fragment	False	FIJ0057_000000001245	1.0		0	0	False	False	0.9999324679374695	0					non-mobilizable	no_good_hit	1237.0	71.706	8.0	0.00047966821230828634	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	True
ISR0232_000000000897	14395	0.9979747429795572	12	8	6	7	5	False	97839	maximal	True	ISR0232_000000000897	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	87.27799999999999	22.0	0.013104261703640747	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ENG0075_000000002229	10670	0.9979746467954936	10	8	4	5	8	False	62128	maximal	True	ENG0075_000000002229	1.0		2	2	False	False	0.9996251463890076	0					non-mobilizable	chromosome	10659.0	95.76899999999999	99.0	0.004822365486210653	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	False	False
MAD0040_000000008831	3289	0.99797462897067	4	3	2	1	2	False	18392	fragment	False	MAD0040_000000008831	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3289.0	99.97	100.0	0.0007155233308916752	CP020058.1	enterobacteria	Escherichia coli strain AR_0061, complete genome	False	False
MAD0099_000000000717	21279	0.99797264453654	25	14	8	9	12	True	18064	maximal	True	MAD0099_000000000717	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2970.0	98.956	16.0	0.0011009388025658403	CP037955.1	firmicutes	Enterococcus hirae strain CQP3-9 chromosome, complete genome	True	True
MAD0107_000000002240	13637	0.9979722269199741	14	9	6	8	6	True	97851	maximal	True	MAD0107_000000002240	1.0		1	1	True	True	1.0	151					non-mobilizable	no_good_hit	157.0	89.17200000000001	1.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0092_000000002097	8356	0.9979715434752208	11	6	3	5	3	False	124548	fragment	False	ISR0092_000000002097	0.9875782772815699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	False
BAN0019_000000000925	3379	0.99797123063989	4	4	2	2	4	True	97804	maximal	True	BAN0019_000000000925	1.0		1	1	False	False	1.0	0		MOBQ			mobilizable	plasmid	877.0	94.755	93.0	0.1352522438873414	CP030758.1	g-proteobacteria	Acinetobacter schindleri strain H3 plasmid unnamed4, complete sequence	False	True
AST0113_000000001232	19195	0.9979711465807108	22	9	6	9	5	False	122575	maximal	True	AST0113_000000001232	1.0		1	1	False	False	0.9997916221618652	0					non-mobilizable	no_good_hit	5212.0	93.91799999999999	86.0	0.11648725466060918	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0091_000000001473	7807	0.9979700858021372	9	5	4	4	3	False	103450	fragment	False	MAD0089_000000001796	0.9446728735205437		0	0	False	False	0.9996157288551331	0					non-mobilizable	no_good_hit	2814.0	91.86200000000001	56.0	0.11165727530671782	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0097_000000007712	3488	0.9979683718976016	4	3	3	3	1	False	33304	fragment	False	ISR0097_000000007712	1.0		0	0	False	False	0.9997133016586304	0					non-mobilizable	other	1523.0	91.20200000000001	96.0	0.0032151740896546295	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0051_000000003785	6325	0.997967828596178	10	3	2	2	3	False	21012	fragment	False	SPA0051_000000003785	1.0		0	0	False	False	0.999209463596344	0					non-mobilizable	virus	2403.0	99.834	91.0	0.041616833931326154	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	False	False
ENG0058_000000003078	8258	0.9979674126787804	10	10	7	7	8	False	63483	maximal	True	ENG0058_000000003078	1.0		2	2	False	False	1.0	0					non-mobilizable	other	8258.0	99.52799999999999	100.0	0.014451205959000369	LM995993.1	enterobacteria	Escherichia coli genome assembly FHI58, scaffold scaffold-25_contig-3.0_1_571371_[organism:Escherichia	False	False
AST0099_000000007954	2670	0.9979668117990208	3	3	0	3	3	False	108843	fragment	False	AST0099_000000007954	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2617.0	97.249	98.0	0.49459920409323477	AP022166.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-08_5 DNA, complete genome, strain: WP5-S18-ESBL-08	False	True
ISR0009_000000004545	6328	0.9979666771721424	12	11	6	7	9	True	114226	fragment	False	ISR0009_000000004545	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6328.0	100.0	100.0	0.05290399183905547	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
FIJ0171_000000005495	3765	0.9979665769831938	5	3	2	3	2	True	89769	maximal	True	FIJ0171_000000005495	0.988786658999425		2	1	False	False	0.9949535131454468	0					non-mobilizable	no_good_hit	300.0	85.667	8.0	0.014256326843036885	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
FIJ0170_000000004674	3478	0.9979665769831938	4	3	2	3	2	True	89769	maximal	False	FIJ0171_000000005495	0.951527224435591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	85.667	8.0	0.014256326843036885	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
FIJ0026_000000002377	10466	0.9979664336407166	10	7	4	7	3	True	52390	maximal	True	FIJ0026_000000002377	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	86.025	18.0	0.0005131073983697959	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
FIJ0112_000000009862	2723	0.9979656342119828	4	4	3	4	4	False	46480	fragment	False	FIJ0112_000000009862	0.999752045497853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	33.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0013_000000001104	16575	0.997965590938684	18	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.3110697043473859	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16576.0	99.90299999999999	100.0	0.5015437704322557	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0093_000000002049	16571	0.997965590938684	18	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.3109496615120927	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16571.0	99.916	100.0	0.5013924203898777	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0117_000000001169	15020	0.9979644513728816	19	13	4	9	10	True	59407	backbone	True	ENG0117_000000001169	1.0	PS260	2	2	True	True	1.0	271					non-mobilizable	plasmid	15038.0	98.863	100.0	0.515694144283215	CP041554.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-4	False	True
CHI0029_000000008132	1387	0.9979639352410996	2	2	1	2	1	False	88558	fragment	False	CHI0029_000000008132	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1387.0	99.495	100.0	0.0141080189735551	CP015837.1	enterobacteria	Escherichia coli strain MS6198 plasmid pMS6198C, complete sequence	False	True
ISR0200_000000002873	6654	0.9979625686830296	8	6	2	3	5	False	130186	fragment	False	ISR0200_000000002873	0.9980965433226741		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4894.0	99.51	78.0	0.9556640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0079_000000012912	2567	0.9979619768207224	4	2	2	2	2	False	86114	fragment	False	ISR0084_000000008032	0.7344675021632876		0	0	False	False	0.9988313317298889	0					non-mobilizable	no_good_hit	113.0	94.69	4.0	0.00023419350656682774	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0048_000000014578	1816	0.9979606330376224	3	2	2	2	2	False	64224	fragment	False	ENG0048_000000014578	1.0		0	0	False	False	0.9994493126869202	0					non-mobilizable	no_good_hit	285.0	72.982	16.0	6.31242856095634e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0143_000000003734	1421	0.9979606330376224	3	2	2	2	2	False	40129	fragment	False	FIJ0143_000000003734	1.0		0	0	False	False	0.999296247959137	0					non-mobilizable	no_good_hit	285.0	72.632	20.0	6.31242856095634e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0107_000000024120	1274	0.9979585688683252	2	1	1	1	1	False	59966	fragment	False	ENG0107_000000024120	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	73.625	72.0	0.0001431018867180641	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
AST0084_000000001359	15271	0.9979577281843208	10	7	6	6	5	False	111629	maximal	True	AST0084_000000001359	1.0		1	1	False	False	0.9999344944953918	0					non-mobilizable	no_good_hit	117.0	100.0	1.0	0.0001245871707434954	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	False
ENG0041_000000011874	2112	0.9979565612373944	2	2	2	2	1	False	64750	fragment	False	FIJ0047_000000013203	0.9542906425183268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0030_000000003570	7823	0.9979563101755212	6	5	4	4	3	True	117501	fragment	False	SPA0030_000000003570	0.9994347088750706		0	0	False	True	0.9997443556785583	0					non-mobilizable	no_good_hit	1813.0	86.98299999999999	23.0	0.031019481747682997	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ITA0005_000000012618	1468	0.9979561548269404	3	2	2	2	2	False	43892	fragment	False	ITA0005_000000012618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.682615843145641e-06	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
MAD0102_000000000917	13642	0.9979553714143848	27	7	3	7	4	True	15053	maximal	True	MAD0102_000000000917	1.0		1	1	False	False	0.9999266862869263	0					non-mobilizable	no_good_hit	1501.0	86.34200000000001	11.0	0.0008766163900807709	CP047412.1	firmicutes	Lactobacillus salivarius strain 2D chromosome, complete genome	True	True
ISR0345_000000004580	2293	0.9979538221592841	3	2	2	2	1	True	24216	maximal	True	ISR0345_000000004580	1.0		3	2	True	True	1.0	359					non-mobilizable	no_good_hit								True	True
USA0010_01_000000011869	2253	0.9979538221592841	4	2	2	2	1	True	24216	maximal	False	ISR0345_000000004580	1.0		0	0	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
ISR0288_000000005797	4866	0.9979532408090258	6	5	4	5	5	False	103608	maximal	True	ISR0288_000000005797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2422.0	95.29299999999999	50.0	0.014229677358557243	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	True	False
ENG0095_000000020842	1343	0.9979531780260368	2	2	2	2	2	False	60914	maximal	True	ENG0095_000000020842	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1146.0	93.979	94.0	0.004901687501340138	CP026551.1	enterobacteria	Citrobacter sp. SL156 plasmid unnamed2	False	True
SPA0107_000000006587	4608	0.9979519528416784	7	3	1	3	0	True	4723	maximal	True	SPA0107_000000006587	1.0		1	1	True	True	1.0	233					non-mobilizable	no_good_hit								True	True
ISR0131_000000006461	4095	0.9979519528416784	6	3	1	3	0	True	47678	backbone	True	ISR0131_000000006461	0.9735234768581875	PS174	4	3	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
SPA0030_000000002045	12187	0.997950986909662	13	9	3	7	4	False	90313	fragment	False	SPA0106_000000002793	0.9968186638388123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	84.821	1.0	4.411990848759952e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0191_000000001438	6102	0.9979505199667332	8	3	3	2	2	False	100537	maximal	True	ISR0191_000000001438	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	94.068	17.0	0.00018859725522970584	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0042_000000008632	3066	0.9979505199667332	3	3	3	2	2	False	100514	fragment	False	ETH0003_000000010764	0.2497767749427189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.852	10.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0024_000000016968	2821	0.9979505199667332	4	3	3	2	2	False	100514	fragment	False	ETH0003_000000010764	0.19887132955960127		0	0	False	False	0.9996455311775208	0					non-mobilizable	no_good_hit	311.0	85.852	11.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0003_000000010302	2746	0.9979505199667332	3	3	3	2	2	False	100514	fragment	False	ETH0003_000000010764	0.1355496308324964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.531	11.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0041_000000001833	12624	0.9979485323222802	16	10	6	9	6	True	132463	fragment	False	ENG0041_000000001833	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	4.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0243_000000000825	9274	0.9979453157992854	15	9	2	6	7	False	28924	fragment	False	ISR0243_000000000825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	868.0	82.488	18.0	0.016955132602857872	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	True	False
MON0054_000000026711	1803	0.9979449294848332	3	2	2	2	2	False	11128	fragment	False	MON0054_000000026711	1.0		0	0	False	False	0.9911258816719055	0					non-mobilizable	no_good_hit	596.0	75.336	50.0	0.008490190587090784	NZ_JDUU01000033.1	high GC Gram+	Bifidobacterium biavatii DSM 23969 contig33, whole genome shotgun sequence	True	False
ISR0806_000000001633	5740	0.9979416310061195	9	5	5	4	2	False	107017	fragment	False	ISR0047_000000004284	0.8316879619001042		0	0	False	False	1.0	0					non-mobilizable	plasmid	5692.0	98.77	99.0	0.05785409821056165	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0097_000000031573	1185	0.997940489331522	1	1	1	1	1	False	9213	maximal	True	MON0097_000000031573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000002269	5686	0.9979400235017042	7	5	3	3	3	True	127260	fragment	False	ISR0266_000000002269	1.0		0	0	False	True	0.9985930323600769	0	rep_cluster_1143,rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3381.0	99.49700000000001	94.0	0.47914893617021276	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
DEN0070_000000012417	2710	0.9979397040321568	3	2	2	1	2	False	70619	maximal	True	DEN0070_000000012417	1.0		1	1	False	False	0.9738007187843323	0					non-mobilizable	no_good_hit								True	False
MON0013_000000007403	5586	0.9979384756594396	7	5	3	5	1	True	49548	fragment	False	MON0013_000000007403	1.0		0	0	False	False	0.9738632440567017	0					non-mobilizable	no_good_hit	55.0	87.273	1.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
MAD0062_000000003557	3707	0.99793816211641	4	3	2	1	3	False	87474	maximal	True	MAD0062_000000003557	1.0		0	0	False	False	0.9991907477378845	0					non-mobilizable	no_good_hit	3236.0	99.93799999999999	87.0	0.0006397614826803614	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	True	False
AST0053_000000000574	23911	0.9979368707406516	27	26	9	18	26	True	114287	fragment	False	AST0053_000000000574	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	23912.0	99.745	100.0	0.2736889102586118	CP024152.1	enterobacteria	Escherichia coli strain 14EC033 plasmid p14EC033e, complete sequence	False	True
ISR0327_000000005378	4393	0.99793685401975	7	5	1	1	5	False	87349	fragment	False	ISR0327_000000005378	1.0		0	0	False	False	0.9986342191696167	0					non-mobilizable	no_good_hit	2209.0	91.08200000000001	71.0	0.00040030052768220135	CP060807.1	enterobacteria	Klebsiella variicola strain KP2757 chromosome, complete genome	True	False
AST0060_000000003611	7585	0.997936779787474	7	2	2	2	1	False	113220	maximal	True	AST0060_000000003611	1.0		1	1	False	False	0.9955174922943115	0					non-mobilizable	no_good_hit	837.0	86.738	11.0	0.018639538278425297	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0176_000000004021	7517	0.9979366386250352	9	7	6	7	5	True	39750	maximal	True	ISR0176_000000004021	1.0		1	1	False	False	0.9949448108673096	0					non-mobilizable	no_good_hit	2282.0	99.56200000000001	32.0	0.0027788031289250137	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
FIJ0009_000000005386	6302	0.997936636580836	9	6	1	5	4	False	51314	maximal	True	FIJ0009_000000005386	1.0		1	1	False	False	0.999523937702179	0	rep_cluster_2358	MOBP,MOBP		MOBP	mobilizable	plasmid	5316.0	98.834	99.0	0.8350094280326839	CP061748.1	enterobacteria	Enterobacter hormaechei strain NJGLYY90-CR plasmid pECL-90-4, complete sequence	False	True
FIJ0028_000000009948	3068	0.9979349969711552	5	2	2	2	1	False	48947	maximal	True	FIJ0028_000000009948	1.0		1	1	False	False	0.9973924160003662	0					non-mobilizable	no_good_hit	1383.0	93.999	45.0	0.2846549948506694	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ENG0171_000000007126	3311	0.9979341437844548	3	3	0	2	1	True	127315	maximal	True	ENG0171_000000007126	1.0	PS1004	1	1	False	True	1.0	0	rep_cluster_1683				non-mobilizable	no_good_hit	1685.0	83.62	50.0	0.9568965517241379	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
DEN0071_000000006596	5408	0.997933332321582	10	9	3	4	6	True	90086	backbone	False	CHI0176_000000001731	0.953522507728544	PS472	0	0	True	True	1.0	95	rep_cluster_1085	MOBB			mobilizable	plasmid	3419.0	97.95299999999999	100.0	0.36808625336927225	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
ISR0130_000000017514	1742	0.9979319841437984	3	3	1	2	3	False	31754	fragment	False	ISR0130_000000017514	1.0		0	0	False	False	0.9626865386962891	0					non-mobilizable	no_good_hit								True	False
CHI0063_000000003591	3550	0.9979318597583168	5	5	2	2	4	False	132544	fragment	False	CHI0126_000000000854	0.07879322986249805		0	0	False	False	1.0	0					non-mobilizable	plasmid	3550.0	99.803	100.0	0.09187398068808408	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0079_000000008703	3276	0.9979318597583168	5	5	2	2	4	False	132544	fragment	False	CHI0126_000000000854	0.07408492779411593		0	0	False	False	0.9948107600212097	0					non-mobilizable	other	3258.0	99.72399999999999	99.0	0.08684638562248354	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ISR0129_000000008992	1235	0.9979305938988844	2	1	1	1	1	False	59909	fragment	False	ISR0129_000000008992	0.9917218543046358		0	0	False	False	0.9919028282165527	0					non-mobilizable	chromosome	1235.0	99.838	100.0	0.0003096307715778021	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0369_000000004438	2736	0.9979305727734702	5	2	1	2	2	False	120321	fragment	False	ISR0369_000000004438	0.9769966875230034		0	0	False	False	0.9992690086364746	0					non-mobilizable	no_good_hit	986.0	86.41	39.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0814_000000014500	2717	0.9979305727734702	5	2	1	2	2	False	120321	fragment	False	ISR0369_000000004438	0.9736842105263157		0	0	False	False	0.999631941318512	0					non-mobilizable	no_good_hit	986.0	86.41	40.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0114_000000000692	8702	0.9979299629665436	8	5	1	3	4	False	132254	maximal	True	CHI0114_000000000692	1.0	PS1004|PS1080|PS1081|PS1150|PS1151|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	1	1	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4674.0	98.588	86.0	0.7160607455131155	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0066_000000010686	2969	0.9979296711812996	6	4	3	3	4	False	67407	fragment	False	FIJ0066_000000010686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0024_000000007702	1861	0.9979280898501872	3	2	1	2	2	False	19191	maximal	True	MAD0024_000000007702	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0014_000000011535	2118	0.9979272521823734	3	3	3	2	2	False	126016	maximal	True	FIJ0014_000000011535	1.0		0	0	False	False	0.9995278716087341	0					non-mobilizable	no_good_hit	1403.0	93.94200000000001	89.0	0.03146264232298053	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0138_000000009484	2062	0.9979255852265272	4	2	2	1	1	False	57926	fragment	False	ENG0138_000000009484	0.9486916367367881		0	0	False	False	0.996120274066925	0					non-mobilizable	no_good_hit								True	False
ENG0108_000000001091	20993	0.9979240397918108	16	12	7	12	7	True	125345	backbone	True	ENG0108_000000001091	0.9240746806217962	PS770|PS925|PS928	1	1	True	True	1.0	27					non-mobilizable	no_good_hit	3383.0	78.244	27.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0818_000000004575	3696	0.9979235188936759	4	4	1	3	2	True	132118	maximal	False	ISR0337_000000002432	0.9056693657728426		0	0	True	True	1.0	13					non-mobilizable	plasmid	2816.0	98.04700000000001	100.0	0.7811975377728035	LN852754.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0063	False	True
ENG0134_000000001591	15923	0.9979231259253888	16	6	3	5	4	True	79297	fragment	False	FIJ0093_000000001103	0.3845425122908743		0	0	False	False	0.9989951848983765	0					non-mobilizable	no_good_hit	998.0	76.253	6.0	0.014590098305235532	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0170_000000007363	5998	0.9979229408864798	9	5	4	5	3	True	108085	maximal	True	ISR0170_000000007363	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1987.0	79.215	34.0	0.0006115665469377324	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
ISR0066_000000013603	2380	0.9979224110762482	7	1	1	1	1	False	35140	fragment	False	ISR0066_000000013603	1.0		0	0	False	False	0.9920167922973633	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000002226	10153	0.9979222876959436	16	7	3	5	4	False	34599	maximal	True	ISR0076_000000002226	1.0		1	1	False	False	0.9938934445381165	0					non-mobilizable	no_good_hit	444.0	98.42299999999999	4.0	0.00015050555256771646	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0037_000000020460	1206	0.9979220943738342	3	2	1	2	1	False	7061	fragment	False	SPA0037_000000020460	1.0		0	0	False	False	0.9958540797233582	0					non-mobilizable	no_good_hit	63.0	87.302	5.0	1.1338106920176984e-05	NZ_CP031443.1	firmicutes	Bacillus mobilis strain ML-A2C4 chromosome, complete genome	True	False
ISR0064_000000000274	36324	0.9979220033710592	31	13	8	10	7	True	132145	fragment	False	ISR0012_000000000319	0.40249683465688246		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1317.0	91.04	4.0	0.005373402474378343	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0029_000000002233	7086	0.9979214458583412	7	4	2	4	1	True	55812	fragment	False	MON0029_000000002233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
ENG0132_000000000961	18764	0.9979206034836264	26	10	6	7	8	True	58333	maximal	True	ENG0132_000000000961	1.0		1	1	False	False	0.9992538690567017	0					non-mobilizable	no_good_hit	1113.0	99.191	6.0	0.00033480190536005203	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0081_000000002719	8436	0.9979205370291364	9	9	4	6	9	True	114228	maximal	True	ENG0081_000000002719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5345.0	98.57799999999999	79.0	0.03514196247664658	CP024244.1	enterobacteria	Escherichia coli O128:H27 strain 90-9281 plasmid unnamed, complete sequence	True	True
ENG0043_000000001880	13434	0.9979200294567416	14	11	10	11	8	True	103612	fragment	False	ENG0043_000000001880	0.9989010989010989		0	0	False	False	0.9949381947517395	0					non-mobilizable	no_good_hit	281.0	82.56200000000001	2.0	0.0008837742209372426	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	True
SPA0128_000000000960	24724	0.9979197984492952	44	16	8	13	10	False	6924	maximal	True	SPA0128_000000000960	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	88.73200000000001	0.0	1.5907777312327998e-05	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	False
FIJ0061_000000003715	6119	0.9979196901570168	7	4	2	3	2	False	45838	maximal	True	FIJ0061_000000003715	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	92.15700000000001	51.0	0.019866728104065503	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0163_000000006141	3988	0.9979190460935904	6	5	4	4	2	True	64242	fragment	False	MON0044_000000010827	0.9293437328470864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
MAD0045_000000012228	3086	0.9979183213420204	3	3	2	2	3	False	100538	fragment	False	MAD0045_000000012228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	55.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0001_000000015292	1693	0.9979154348228724	3	3	2	2	3	False	20284	fragment	False	MAD0001_000000015292	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	100.0	100.0	0.06442033123929183	NZ_LPTR01000085.1	enterobacteria	Shigella boydii strain 600384 600384_86, whole genome shotgun sequence	False	False
ISR0109_000000011621	2748	0.9979141993726832	5	3	1	2	3	False	32754	fragment	False	ISR0109_000000011621	1.0		0	0	False	False	0.9850800633430481	0					non-mobilizable	no_good_hit	84.0	98.81	3.0	0.00036392654822246	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
MON0008_000000008697	3578	0.9979125784178176	4	3	3	2	2	False	49052	fragment	False	MON0008_000000008697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	88.333	3.0	3.835588003698925e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0006_000000001809	4172	0.9979119654452612	4	4	2	2	4	True	98128	maximal	False	ISR0021_000000005316	0.9970208816932654		0	0	True	True	1.0	1904	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4035.0	99.975	100.0	0.9904247483427449	CP054327.1	enterobacteria	Escherichia coli strain SCU-147 plasmid pSCU-147-2, complete sequence	False	True
MAD0037_000000003122	4153	0.9979119520460784	4	4	2	2	4	True	120501	backbone	False	FIJ0011_000000010251	0.8945571771581768	PS843	0	0	True	True	0.9968697428703308	11	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3981.0	99.397	100.0	0.9769155206286837	CP056905.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_4, complete sequence	False	True
ENG0201_000000002157	4151	0.9979119520460784	4	4	2	2	4	True	120501	backbone	False	FIJ0011_000000010251	0.895364823228612	PS843	0	0	True	True	1.0	165	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3979.0	100.0	100.0	0.9769155206286837	CP056905.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_4, complete sequence	False	True
SPA0083_000000005389	2917	0.9979104708001176	3	2	1	2	1	False	124340	fragment	False	SPA0083_000000005389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	96.25200000000001	37.0	0.010133284644878584	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0360_000000005617	4301	0.9979054895615448	4	3	2	3	2	False	69804	maximal	True	ISR0360_000000005617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2453.0	85.691	69.0	0.05495295200880325	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0038_000000002946	10071	0.9979054810729092	16	3	1	2	3	False	47693	fragment	False	FIJ0038_000000002946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
ISR0103_000000003520	6739	0.9979053104387116	9	6	5	5	6	True	37690	fragment	False	ISR0103_000000003520	0.9763354131791204		0	0	False	False	0.9983677268028259	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.274398113255954e-07	LR215989.1	flatworms	Hymenolepis microstoma genome assembly, chromosome: 1	True	True
MAD0087_000000012350	2336	0.9979048498237606	3	2	1	2	1	False	15990	fragment	False	MAD0087_000000012350	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0185_000000028393	1173	0.997903385034453	2	1	1	1	1	False	61338	fragment	False	SPA0130_000000027162	0.949191590047607		0	0	False	False	1.0	0					non-mobilizable	plasmid	684.0	95.322	92.0	0.010391942060738847	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0097_000000027427	1145	0.997903385034453	2	1	1	1	1	False	61338	fragment	False	SPA0130_000000027162	0.8156980026573527		0	0	False	False	1.0	0					non-mobilizable	plasmid	684.0	95.322	92.0	0.010391942060738847	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ETH0004_000000004681	6018	0.997903323121028	11	4	3	4	2	True	64268	fragment	False	ETH0004_000000004681	1.0		0	0	False	False	0.9998338222503662	0					non-mobilizable	no_good_hit	55.0	87.273	1.0	0.00025157949199929746	NZ_FNIJ01000011.1	g-proteobacteria	Pseudomonas jinjuensis strain JCM 21621, whole genome shotgun sequence	True	True
ENG0177_000000003665	6624	0.9979023480830089	8	3	2	3	1	True	130974	maximal	True	ENG0177_000000003665	1.0	PS1094|PS1129	1	1	True	True	1.0	41					non-mobilizable	no_good_hit	2185.0	99.45100000000001	52.0	0.6473902728351127	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ENG0170_000000004201	2839	0.9979020053238185	2	2	2	2	1	True	55862	maximal	False	MAD0040_000000010704	0.9947039044897954		0	0	True	True	1.0	214					non-mobilizable	no_good_hit								True	True
MAD0040_000000010704	2839	0.9979020053238185	2	2	2	2	1	True	55862	maximal	True	MAD0040_000000010704	0.9952948280374949		3	2	True	True	0.9996477365493774	6					non-mobilizable	no_good_hit								True	True
MAD0097_000000015662	2603	0.9979020053238185	2	2	2	2	1	True	55862	maximal	False	MAD0040_000000010704	0.9470470823059763		0	0	True	True	0.9996158480644226	1					non-mobilizable	no_good_hit								True	True
ENG0080_000000007626	3254	0.9979018617581228	6	5	4	5	4	False	125075	fragment	False	ENG0080_000000007626	0.9592862734930633		0	0	False	False	0.9996926784515381	0					non-mobilizable	no_good_hit	887.0	77.339	27.0	0.003365117126796232	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0194_000000001975	10012	0.9979011874992622	8	6	4	5	5	False	89393	maximal	True	ISR0194_000000001975	1.0		1	1	False	False	0.9999001026153564	0					non-mobilizable	no_good_hit	1450.0	99.03399999999999	14.0	0.07141799516312126	NZ_QRUU01000063.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf63, whole genome shotgun sequence	True	False
ENG0205_000000001025	16115	0.9979004533889708	17	12	8	6	10	True	132596	backbone	False	ISR0120_000000000296	0.28879558485137596	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16115.0	99.90700000000001	100.0	0.5201446280991735	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0252_000000000388	16098	0.9979004533889708	17	12	8	6	10	True	132596	backbone	False	ISR0120_000000000296	0.28877184797090183	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16098.0	99.969	100.0	0.518222794591114	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0796_000000000591	16084	0.9979004533889708	17	12	8	6	10	True	132596	backbone	False	ISR0120_000000000296	0.28598272766359717	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	16088.0	98.956	100.0	0.4869536263470154	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0810_000000000450	15944	0.9979004533889708	17	12	8	6	10	True	132596	backbone	False	ISR0120_000000000296	0.2839810782416599	PS1169|PS902	0	0	False	True	0.9999372959136963	0		MOBB	MPF_T		conjugative	plasmid	15944.0	99.944	100.0	0.5132968448164842	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
SPA0079_000000000946	15903	0.9979004533889708	16	12	8	6	10	True	132596	backbone	False	ISR0120_000000000296	0.28190169887861977	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15903.0	99.93700000000001	100.0	0.5118802318094011	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0080_000000004282	6498	0.9978993408076058	6	1	1	1	1	False	113217	maximal	True	ISR0080_000000004282	1.0		1	1	False	False	0.9949215054512024	0					non-mobilizable	no_good_hit	510.0	77.64699999999999	8.0	0.010170462684429164	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0152_000000006115	3931	0.9978976845038402	4	4	2	2	4	True	120501	backbone	False	FIJ0011_000000010251	0.8448337402836367	PS843	0	0	True	True	1.0	11	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3943.0	98.63	100.0	0.9675834970530451	CP056905.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_4, complete sequence	False	True
SPA0090_000000011253	3041	0.9978969610393186	5	3	2	3	2	False	37412	fragment	False	SPA0090_000000011253	1.0		0	0	False	False	0.9957250952720642	0					non-mobilizable	no_good_hit								True	False
MAD0091_000000000062	57190	0.9978969167807632	91	24	12	18	13	True	112991	maximal	True	MAD0091_000000000062	1.0		2	1	True	True	1.0	16					non-mobilizable	no_good_hit	5253.0	91.681	57.0	0.09305993690851735	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0046_000000029874	1136	0.9978964743669256	2	1	1	1	1	False	88539	fragment	False	SPA0046_000000029874	0.958670260557053		0	0	False	False	1.0	0					non-mobilizable	chromosome	1136.0	100.0	100.0	0.00022135992616915097	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
CHI0029_000000009804	1113	0.9978964743669256	2	1	1	1	1	False	88539	fragment	False	SPA0046_000000029874	0.9493838028169014		0	0	False	False	1.0	0					non-mobilizable	chromosome	1113.0	100.0	100.0	0.00021991182959522776	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
AST0116_000000017615	1534	0.9978951797621088	2	2	1	2	2	False	106184	maximal	True	AST0116_000000017615	1.0		1	1	False	False	0.9608865976333618	0					non-mobilizable	no_good_hit	79.0	84.81	5.0	0.000985358582094266	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	True	False
CAN0012_000000003360	15812	0.9978941187811776	17	13	7	7	10	True	132596	backbone	False	ISR0120_000000000296	0.2674651807990375	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15813.0	99.93700000000001	100.0	0.509079201545396	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
MAD0098_000000001087	22599	0.9978929316796696	32	30	4	24	28	True	89161	maximal	True	MAD0098_000000001087	1.0		2	1	False	False	0.9988052845001221	0			MPF_F	MOBF	mobilizable	plasmid	20126.0	97.068	99.0	0.18885591389770656	CP024145.1	enterobacteria	Escherichia coli strain 14EC029 plasmid p14EC029d, complete sequence	False	True
CAN0001_000000010680	4459	0.9978923224031596	7	6	4	4	5	True	101133	maximal	True	CAN0001_000000010680	1.0		1	1	False	False	1.0	0	rep_cluster_1019				non-mobilizable	no_good_hit	2538.0	99.054	61.0	0.4125874125874126	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	True	True
SPA0067_000000000551	26139	0.9978912739034242	36	34	4	26	32	True	113239	maximal	True	SPA0067_000000000551	1.0		2	1	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	9591.0	96.67399999999999	95.0	0.13079086020037672	CP027455.1	enterobacteria	Escherichia coli strain 2014C-4423 plasmid unnamed1, complete sequence	False	True
DEN0021_000000025630	1448	0.9978900674735086	3	2	2	1	1	False	96406	fragment	False	DEN0021_000000025630	0.9671532846715328		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	94.135	94.0	0.01318258023311512	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0380_000000011441	1133	0.9978900674735086	3	2	2	1	1	False	23172	fragment	False	ISR0380_000000011441	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	96.199	97.0	0.011017084464314226	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ITA0005_000000008565	2132	0.9978895085447471	4	2	2	2	2	False	20385	fragment	False	ITA0005_000000008565	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1130.0	92.566	96.0	0.01818621523579202	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ISR0171_000000005683	4280	0.9978894696176572	4	3	2	3	1	False	30012	maximal	True	ISR0171_000000005683	1.0		2	2	False	False	0.9955607652664185	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.0006296995962514353	NZ_AMRI01000029.1	g-proteobacteria	Gallaecimonas xiamenensis 3-C-1 contig29, whole genome shotgun sequence	True	False
ISR0162_000000010394	3684	0.9978887605791142	9	2	1	2	1	False	118014	fragment	False	ISR0384_000000003685	0.9730252968508002		0	0	False	False	1.0	0					non-mobilizable	virus	3673.0	99.48299999999999	99.0	0.30885692657077973	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ENG0181_000000007832	2636	0.9978887605791142	6	2	1	2	1	False	118012	fragment	False	ENG0181_000000007832	1.0		0	0	False	False	0.9988619089126587	0					non-mobilizable	virus	2636.0	99.052	100.0	0.2216334426781058	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0060_000000006467	4570	0.9978881646523536	11	3	1	3	1	False	117995	maximal	True	ISR0060_000000006467	1.0		1	1	False	False	0.9982494711875916	0					non-mobilizable	no_good_hit	2760.0	96.051	72.0	0.5674562306900103	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0036_000000004045	2633	0.9978864921374604	3	2	1	2	1	False	93049	fragment	False	ISR0036_000000004045	1.0		0	0	False	False	0.9654386639595032	0					non-mobilizable	no_good_hit	242.0	73.967	9.0	0.0001041355091007788	NC_017187.1	e-proteobacteria	Arcobacter butzleri ED-1, complete genome	True	False
DEN0096_000000020683	2161	0.9978862551330012	3	1	1	1	1	False	68176	fragment	False	DEN0096_000000020683	1.0		0	0	False	False	0.993521511554718	0					non-mobilizable	no_good_hit	597.0	75.042	27.0	0.00015362356302328026	CP039702.1	firmicutes	Clostridium butyricum strain 29-1 chromosome, complete genome	True	False
ISR0384_000000006836	2428	0.9978860039000641	6	2	2	2	2	False	91605	fragment	False	ISR0002_000000007749	0.6268821660450339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
AUS0020_000000001323	15918	0.9978858605258554	18	14	8	7	11	True	132596	backbone	False	ISR0120_000000000296	0.26581125664047933	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15918.0	99.899	100.0	0.5137848657024794	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0122_000000004162	7764	0.9978851862370836	9	3	2	2	2	False	4120	maximal	True	SPA0122_000000004162	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0284_000000000318	18609	0.9978850416980508	25	14	7	13	5	True	132458	fragment	False	ISR0284_000000000318	1.0		0	0	False	False	0.999247670173645	0					non-mobilizable	no_good_hit	2808.0	97.685	25.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0005_000000011342	2503	0.9978846990767966	6	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.8277315501380439		0	0	False	False	0.9972033500671387	0					non-mobilizable	no_good_hit	163.0	87.73	12.0	4.4941646969141016e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0037_000000015409	1544	0.9978821518443456	3	2	0	2	1	True	53315	maximal	False	MAD0068_000000018900	0.9827703330850064		0	0	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
ISR0125_000000009875	1542	0.9978821518443456	3	2	0	2	1	True	53315	maximal	False	MAD0068_000000018900	0.9824902371945644		0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
USA0040_01_000000005147	3305	0.9978815474647642	6	5	3	5	2	True	125361	fragment	False	FIJ0114_000000005988	0.4141060952005772		0	0	False	False	0.9978820085525513	0					non-mobilizable	no_good_hit	2399.0	97.999	73.0	0.0006844208908773945	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ENG0073_000000005957	4377	0.9978813868402512	9	2	1	2	1	False	118026	fragment	False	ENG0073_000000005957	0.991044776119403		0	0	False	False	0.9988576769828796	0					non-mobilizable	no_good_hit	2718.0	96.137	70.0	0.22853057448061234	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
USA0069_01_000000014132	4355	0.9978813868402512	9	2	1	2	1	False	118026	fragment	False	ENG0073_000000005957	0.9885766506739776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2760.0	96.522	69.0	0.23206325174531078	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
MON0031_000000009334	3702	0.9978813868402512	9	2	1	2	1	False	117991	fragment	False	MON0031_000000009334	1.0		0	0	False	False	0.9967585206031799	0					non-mobilizable	no_good_hit	2476.0	95.84	67.0	0.509783728115345	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0353_000000001582	14880	0.9978805157627866	21	10	8	8	7	False	123905	maximal	True	ISR0353_000000001582	1.0		25	9	False	False	1.0	0					non-mobilizable	no_good_hit	8822.0	99.014	72.0	0.0896957242698298	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0125_000000001302	14951	0.9978792391319891	24	23	10	11	23	True	98228	maximal	True	ENG0125_000000001302	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	6624.0	99.819	93.0	0.1675478762427585	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
SPA0044_000000003994	6202	0.9978789211642544	9	5	5	4	3	False	107017	fragment	False	ISR0047_000000004284	0.8712767710576588		0	0	False	False	1.0	0					non-mobilizable	other	6230.0	98.98899999999999	100.0	0.062120788759380485	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0035_000000002712	6073	0.9978780360227874	8	5	3	3	3	True	127271	fragment	False	ISR0035_000000002712	1.0		0	0	False	True	0.9986826777458191	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4554.0	99.561	82.0	0.6456737588652482	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
ENG0186_000000003563	4989	0.9978773160920936	5	4	3	4	2	True	62840	maximal	True	ENG0186_000000003563	1.0		0	0	False	False	0.9953898787498474	0					non-mobilizable	no_good_hit								True	True
ISR0319_000000013102	1561	0.9978769649404796	3	3	3	3	3	False	25089	fragment	False	ISR0319_000000013102	1.0		0	0	False	False	0.9878283143043518	0					non-mobilizable	no_good_hit	716.0	92.318	46.0	0.010863611466131094	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0194_000000001783	11040	0.9978768886803536	12	11	5	8	11	False	103522	fragment	False	ISR0194_000000001783	1.0		0	0	False	False	0.998913049697876	0	IncFII	MOBF			mobilizable	plasmid	11041.0	99.15799999999999	100.0	0.1775083222102504	CP013834.1	enterobacteria	Escherichia coli strain JJ2434 plasmid pJJ2434_2, complete sequence	False	True
ENG0112_000000001843	12046	0.997876373708496	16	9	7	7	6	False	59704	fragment	False	ENG0112_000000001843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2071.0	96.62	23.0	0.026244389786241346	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
ISR0089_000000019496	1571	0.9978757487618708	3	2	2	1	1	False	33722	fragment	False	ISR0089_000000019496	1.0		0	0	False	False	0.9904519319534302	0					non-mobilizable	chromosome	1571.0	98.791	100.0	0.0005581416554260666	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0392_000000003276	7943	0.9978737142904734	9	7	3	3	6	False	98147	maximal	True	ISR0392_000000003276	1.0	PS542	2	2	False	True	0.9957194924354553	0	rep_cluster_2150	MOBQ,MOBQ			mobilizable	chromosome	4433.0	98.601	99.0	0.0008648191942227736	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
ISR0279_000000004935	3857	0.9978713368396888	7	1	1	1	1	False	117988	fragment	False	ISR0279_000000004935	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1802.0	95.78200000000001	49.0	0.1514845655648078	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0058_000000001692	11103	0.9978709143638216	14	14	9	12	13	False	113263	fragment	False	ISR0058_000000001692	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	8200.0	98.354	98.0	0.04368862198871417	AP022172.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-09_1 DNA, complete genome, strain: WP5-S18-ESBL-09	False	True
DEN0052_000000004726	6823	0.9978706869763564	8	3	2	3	1	True	113929	maximal	True	DEN0052_000000004726	1.0	PS733	1	1	True	True	1.0	10					non-mobilizable	no_good_hit	904.0	89.381	30.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0083_000000009330	2958	0.9978696618309332	6	1	1	1	1	False	69129	fragment	False	DEN0083_000000009330	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2958.0	99.696	100.0	0.0776665878706695	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
AST0094_000000007460	2902	0.9978696618309332	6	1	1	1	1	False	109309	fragment	False	AST0094_000000007460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1449.0	99.586	86.0	0.03803220129750742	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0139_000000009752	2578	0.9978696618309332	5	1	1	1	1	False	61413	fragment	False	ENG0149_000000008613	0.9900260641458405		0	0	False	False	0.9972847104072571	0					non-mobilizable	other	2578.0	99.65100000000001	100.0	0.06768576156331259	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0149_000000008613	2514	0.9978696618309332	5	1	1	1	1	False	61413	fragment	False	ENG0149_000000008613	0.9903844268432492		0	0	False	False	0.9920445680618286	0					non-mobilizable	other	2514.0	99.64200000000001	100.0	0.06600478029049457	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
USA0058_01_000000007783	2511	0.9978696618309332	5	1	1	1	1	False	61413	fragment	False	ENG0149_000000008613	0.9891576648942996		0	0	False	False	1.0	0					non-mobilizable	other	2511.0	99.64200000000001	100.0	0.06592598429333123	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0791_000000007267	2497	0.9978696618309332	5	1	1	1	1	False	61413	fragment	False	ENG0149_000000008613	0.9854275607644459		0	0	False	False	0.9995995163917542	0					non-mobilizable	other	2497.0	99.64	100.0	0.06555826963990229	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
SPA0077_000000012338	2351	0.9978696618309332	3	1	1	1	1	False	61410	maximal	True	SPA0077_000000012338	1.0		9	6	False	False	0.9991493225097656	0					non-mobilizable	no_good_hit	1798.0	99.611	76.0	0.04719880230084312	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0009_000000014546	2262	0.9978696618309332	4	1	1	1	1	False	61412	maximal	True	ISR0009_000000014546	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	100.0	78.0	0.046121923672944085	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ENG0155_000000009571	2260	0.9978696618309332	5	1	1	1	1	False	107135	fragment	False	ENG0155_000000009571	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	98.259	82.0	0.02710582302419037	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0802_000000007159	2255	0.9978696618309332	5	1	1	1	1	False	61413	fragment	False	ENG0149_000000008613	0.4770443699883165		0	0	False	False	0.9995565414428711	0					non-mobilizable	other	2255.0	99.956	100.0	0.059202059202059204	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
SPA0124_000000013632	2146	0.9978696618309332	5	1	1	1	1	False	61413	fragment	False	ENG0149_000000008613	0.31943828529194385		0	0	False	False	0.99767005443573	0					non-mobilizable	other	2107.0	99.95299999999999	100.0	0.05531479000866756	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0055_000000006833	2102	0.9978696618309332	5	1	1	1	1	False	107134	fragment	False	ISR0055_000000006833	1.0		0	0	False	False	0.9814462661743164	0					non-mobilizable	no_good_hit	956.0	99.58200000000001	80.0	0.025083392430331204	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0386_000000016004	1931	0.9978696618309332	5	1	1	1	1	False	61411	fragment	False	ISR0386_000000016004	1.0		0	0	False	False	0.9880890846252441	0					non-mobilizable	other	1909.0	99.738	99.0	0.05011425419588685	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
DEN0032_000000000106	1416	0.9978696618309332	4	1	1	1	1	False	73654	fragment	False	DEN0032_000000000106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	99.874	71.0	0.020854673915898406	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
MON0017_000000017297	1142	0.9978696618309332	3	1	1	1	1	False	61407	fragment	False	MON0017_000000017297	0.9911738746690203		0	0	False	False	0.9728546142578125	0					non-mobilizable	other	1106.0	99.54799999999999	97.0	0.029023192288498412	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0086_000000021559	1133	0.9978696618309332	3	1	1	1	1	False	61407	fragment	False	MON0017_000000017297	0.9873029772329247		0	0	False	False	0.999117374420166	0					non-mobilizable	other	1097.0	99.544	97.0	0.02878680429700838	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0010_000000004901	3575	0.9978691793468636	6	6	2	4	5	False	132548	maximal	True	ISR0010_000000004901	1.0		0	0	False	False	0.9977622628211975	0					non-mobilizable	no_good_hit	1561.0	98.84700000000001	78.0	0.041490014132202754	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	False
SPA0079_000000001764	10582	0.9978676295251075	7	3	3	3	2	True	63300	fragment	False	SPA0079_000000001764	0.9691928485043411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8780.0	95.205	83.0	0.21031403053874964	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	True
ISR0187_000000002495	9461	0.9978670738455938	9	7	5	6	6	True	125321	fragment	False	ISR0187_000000002495	0.9999470395085266		0	0	False	False	0.9998943209648132	0					non-mobilizable	no_good_hit	2257.0	79.132	37.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0104_000000003192	9441	0.9978670738455938	9	7	5	6	6	True	125321	fragment	False	ISR0187_000000002495	0.9988901807419934		0	0	False	False	0.9998940825462341	0					non-mobilizable	no_good_hit	2257.0	79.176	37.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0167_000000006694	2863	0.9978665927898044	4	4	2	3	3	False	90343	fragment	False	FIJ0167_000000006694	1.0		0	0	False	False	0.9996507167816162	0					non-mobilizable	chromosome	2864.0	99.93	100.0	0.0005156140282314438	CP050196.1	enterobacteria	Escherichia coli strain RH-004-CS chromosome	False	False
CHI0139_000000001279	7198	0.9978665247350068	12	8	4	6	7	True	92249	backbone	True	CHI0139_000000001279	1.0	PS487	2	1	True	True	1.0	58	rep_cluster_1079				non-mobilizable	other	5041.0	100.0	100.0	0.7021454444134857	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	False	True
MAD0037_000000006312	2072	0.9978651432713904	3	3	3	3	2	False	18635	maximal	True	MAD0037_000000006312	1.0		1	1	False	False	0.9913127422332764	0					non-mobilizable	no_good_hit	1782.0	100.0	86.0	0.3734535542042357	NZ_VOSQ01000019.1	enterobacteria	Citrobacter cronae strain Tue2-1 NODE_20_length_4769_cov_194.827014, whole genome shotgun sequence	True	False
ENG0104_000000006917	4262	0.9978651113957264	4	3	3	3	1	False	72666	fragment	False	ENG0104_000000006917	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2237.0	91.059	95.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0034_000000005235	6396	0.9978649632067544	5	3	3	3	1	False	7170	fragment	False	SPA0034_000000005235	1.0		0	0	False	False	0.9998436570167542	0					non-mobilizable	no_good_hit	2420.0	99.50399999999999	45.0	0.0007633144571568856	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MAD0088_000000001605	8993	0.9978638541003372	12	9	5	7	5	False	62580	fragment	False	MAD0088_000000001605	1.0		0	0	False	False	0.9998887777328491	0					non-mobilizable	no_good_hit	2532.0	90.245	56.0	0.1089654573858705	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ISR0080_000000012061	2568	0.9978636640798932	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.1864129610044014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	87.615	38.0	0.0020366471017508056	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0168_000000003402	5457	0.997863627176491	7	7	7	4	3	True	91122	fragment	False	CHI0168_000000003402	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3464.0	99.654	91.0	0.0006521208994108691	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0374_000000001550	9185	0.997862997501847	13	6	5	5	3	False	107026	fragment	False	CHI0125_000000001580	0.9903452848652471		0	0	False	False	1.0	0					non-mobilizable	plasmid	8899.0	99.022	98.0	0.09047904861697474	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0039_000000032679	1146	0.9978616156688852	2	1	1	1	1	False	115829	fragment	False	AST0040_000000016383	0.9592084006462035		0	0	False	False	0.9947643876075745	0					non-mobilizable	no_good_hit	76.0	90.789	7.0	0.0003938951503629087	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	True	False
FIJ0022_000000000526	28145	0.9978613192695612	30	16	8	13	10	True	127215	maximal	True	FIJ0022_000000000526	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6539.0	95.68700000000001	64.0	0.26107980657794827	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0083_000000005918	3732	0.9978605786405154	5	4	4	2	3	True	120807	fragment	False	DEN0093_000000008351	0.9589740245011978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2832.0	88.383	76.0	0.0009184700226464937	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
DEN0078_000000006763	4067	0.9978604677259556	5	3	3	3	3	False	69832	fragment	False	DEN0078_000000006763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	2.0	0.009875344018131779	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0191_000000012670	2424	0.9978596907599876	3	2	1	2	1	False	54728	maximal	True	ENG0191_000000012670	1.0		2	2	False	False	0.9962871074676514	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0014832741324798	NZ_PYLQ01000029.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_28, whole genome shotgun sequence	True	False
MAD0038_000000007117	1983	0.9978590339016591	4	1	1	1	1	False	36322	maximal	True	MAD0038_000000007117	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
MAD0004_000000010236	1122	0.9978590339016591	4	1	1	1	1	False	20011	fragment	False	MAD0004_000000010236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
SPA0034_000000001231	18177	0.9978580711910554	26	14	8	9	10	False	123902	maximal	True	SPA0034_000000001231	1.0		15	5	False	False	0.9988996982574463	0					non-mobilizable	no_good_hit	11124.0	99.973	65.0	0.11315476251030021	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0095_000000002495	8085	0.9978580597064036	9	7	3	5	4	False	93051	maximal	True	ISR0095_000000002495	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	73.913	4.0	7.914306875573433e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
CHI0180_000000008690	1499	0.9978567859996949	2	1	1	1	1	False	77472	fragment	False	ISR0373_000000009521	0.7762257150195211		0	0	False	False	0.9926617741584778	0					non-mobilizable	no_good_hit	66.0	92.42399999999999	4.0	0.00013591587434681968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0337_000000001670	4939	0.997856311421048	7	4	2	4	1	False	34499	fragment	False	ISR0337_000000001670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.003364445409159974	XM_021349351.1	moths	PREDICTED: Bombyx mori microtubule-associated protein futsch (LOC101746298), transcript variant X4, mRNA	True	False
AST0116_000000000086	52343	0.9978545848173656	44	25	12	20	17	True	111157	fragment	False	AST0116_000000000086	1.0		0	0	False	True	0.9999808669090271	0					non-mobilizable	no_good_hit	16229.0	96.11200000000001	79.0	0.08732458077092914	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0327_000000002063	8893	0.9978537956552952	13	8	8	7	5	False	107035	fragment	False	ISR0327_000000002063	1.0		0	0	False	False	0.9971888065338135	0					non-mobilizable	no_good_hit	7277.0	99.066	86.0	0.07397837210958402	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
FIJ0034_000000000981	23293	0.9978527756026726	26	7	1	5	4	False	48186	fragment	False	FIJ0034_000000000981	1.0		0	0	False	False	0.9992272257804871	0					non-mobilizable	no_good_hit	3806.0	86.73100000000001	16.0	0.23709919839679358	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0140_000000002074	6264	0.9978519275559112	13	13	5	8	11	True	57805	maximal	True	ENG0140_000000002074	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	6264.0	99.95200000000001	100.0	0.0215043056680996	CP027112.1	enterobacteria	Enterobacter hormaechei strain BW plasmid unnamed1, complete sequence	False	True
FIJ0099_000000000716	23824	0.9978512356559583	35	28	14	19	26	True	85523	fragment	False	FIJ0099_000000000716	1.0		0	0	False	False	1.0	0		MOBF	MPF_T		conjugative	plasmid	20877.0	98.84100000000001	100.0	0.6071397398970062	CP023823.1	enterobacteria	Escherichia coli strain 7/2 plasmid p7_2.3, complete sequence	False	True
FIJ0158_000000011207	1648	0.997849341008341	2	2	2	2	1	False	39432	maximal	True	FIJ0158_000000011207	1.0		0	0	False	False	0.9811893105506897	0					non-mobilizable	no_good_hit	440.0	96.818	27.0	8.456930049630043e-05	CP026160.1	enterobacteria	Klebsiella pneumoniae strain F93-1 chromosome, complete genome	True	False
ENG0131_000000004996	5617	0.9978488525944376	7	6	0	3	6	False	108861	maximal	False	CHI0078_000000003034	0.9636626130705224		0	0	True	True	0.9998219609260559	23	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	4535.0	99.89	100.0	0.8187071144817624	CP017845.1	enterobacteria	Escherichia coli strain FMU073332 plasmid pEcoFMU073332a, complete sequence	False	True
FIJ0140_000000003269	7309	0.9978486641122906	12	3	3	2	2	False	100557	fragment	False	FIJ0140_000000003269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.945	42.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0089_000000003979	4850	0.9978486641122906	5	3	3	2	2	False	100562	maximal	True	MAD0089_000000003979	0.9750598998039643		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	41.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0107_000000008402	3683	0.9978486641122906	4	3	3	2	2	False	100540	fragment	False	SPA0107_000000008402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.033	56.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0039_000000002782	9007	0.9978486046602318	8	3	2	3	2	False	57520	fragment	False	ISR0039_000000002782	1.0		0	0	False	False	0.9994449019432068	0					non-mobilizable	no_good_hit								True	False
USA0045_01_000000002886	4776	0.9978485116178221	7	3	3	3	3	False	88245	maximal	True	USA0045_01_000000002886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	95.493	35.0	0.011414752116082226	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
MON0104_000000024906	1827	0.9978479864143768	4	3	2	1	2	False	23173	fragment	False	MON0104_000000024906	1.0		0	0	False	False	0.9939792156219482	0					non-mobilizable	no_good_hit	660.0	97.727	76.0	0.005512937416866744	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
SPA0043_000000005440	3210	0.9978478373257136	4	4	3	2	3	False	100514	fragment	False	ETH0003_000000010764	0.6454665023773934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.15899999999999	55.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0010_000000003584	9932	0.9978459032978232	8	5	3	3	3	False	76052	maximal	True	DEN0010_000000003584	1.0		2	1	False	False	0.9998993277549744	0					non-mobilizable	no_good_hit	142.0	76.056	1.0	6.479180772383139e-05	LR594036.1	firmicutes	Streptococcus porcinus strain NCTC10710 genome assembly, chromosome: 1	True	False
AST0016_000000003656	6899	0.9978447457696342	9	9	7	6	7	True	125095	fragment	False	AST0016_000000003656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3143.0	84.569	53.0	0.011887266657713485	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
AUS0022_000000004769	7384	0.9978425581870559	7	4	3	3	4	False	99419	maximal	True	AUS0022_000000004769	1.0		1	1	False	False	0.9998645782470703	0					non-mobilizable	no_good_hit	105.0	77.143	1.0	0.00027232188446744054	NZ_QJKD01000006.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_106, whole genome shotgun sequence	True	False
SPA0112_000000005300	6407	0.9978425353400728	7	3	3	3	3	False	35384	maximal	True	SPA0112_000000005300	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	98.439	19.0	0.006645737797428269	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ENG0061_000000006630	3200	0.9978424868346052	7	3	2	3	1	False	63271	fragment	False	ENG0061_000000006630	1.0		0	0	False	False	0.9993749856948853	0					non-mobilizable	other	3200.0	100.0	100.0	0.04519382911392405	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0164_000000011815	2245	0.9978418362101146	6	1	1	1	1	False	73755	fragment	False	ISR0164_000000011815	1.0		0	0	False	False	0.9924275875091553	0					non-mobilizable	virus	1945.0	99.023	100.0	0.1635124905374716	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0360_000000013255	1868	0.9978418362101146	6	1	1	1	1	False	73754	fragment	False	ENG0088_000000009864	0.9522135517768806		0	0	False	False	0.9989293217658997	0					non-mobilizable	virus	1862.0	98.765	99.0	0.38331616889804326	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
SPA0104_000000003685	8326	0.9978412915825272	11	6	5	5	2	False	107026	fragment	False	CHI0125_000000001580	0.9364524756467014		0	0	False	False	1.0	0					non-mobilizable	plasmid	8354.0	99.13799999999999	100.0	0.0849347399261437	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0074_000000006709	3718	0.9978399653648032	7	6	4	3	2	False	78312	maximal	True	SPA0074_000000006709	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1228.0	88.111	33.0	0.0006355555486435866	NZ_JH815225.1	firmicutes	Peptoanaerobacter stomatis strain CM2 supercont2.1, whole genome shotgun sequence	True	False
ISR0384_000000003685	3874	0.9978381660079304	9	2	1	2	1	False	118014	fragment	False	ISR0384_000000003685	0.9974212812160694		0	0	False	False	1.0	0					non-mobilizable	virus	3816.0	99.52799999999999	98.0	0.32088485154344354	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0244_000000006993	3216	0.9978381660079304	8	2	1	2	1	False	118013	fragment	False	ISR0244_000000006993	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	3216.0	99.90700000000001	100.0	0.27041803347632265	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0028_000000006119	2995	0.9978381660079304	8	2	1	2	1	False	118011	maximal	True	ISR0028_000000006119	1.0		0	0	False	False	0.9969949722290039	0					non-mobilizable	no_good_hit	2650.0	100.0	88.0	0.5456230690010299	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0376_000000010526	2292	0.9978381660079304	3	2	1	2	1	False	24325	maximal	True	ISR0376_000000010526	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2030.0	99.95100000000001	89.0	0.17066195643031373	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0356_000000008972	2148	0.9978381660079304	4	2	1	2	1	False	24324	fragment	False	ISR0356_000000008972	1.0		0	0	False	False	0.9958100318908691	0					non-mobilizable	virus	2139.0	99.95299999999999	99.0	0.1798300950458407	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0202_000000000188	39388	0.9978364611963728	42	23	16	22	13	True	122571	maximal	True	ISR0202_000000000188	0.9752466900181558		0	0	True	True	0.9996445775032043	25					non-mobilizable	no_good_hit	9346.0	97.079	75.0	0.20900566210863192	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ENG0067_000000000134	67963	0.9978364069099784	60	30	23	26	16	True	102179	fragment	False	ENG0067_000000000134	1.0		0	0	False	False	0.9998822808265686	0					non-mobilizable	no_good_hit	3508.0	93.9	10.0	0.013735143779986829	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
SPA0076_000000003617	3578	0.9978352048463116	6	4	2	3	4	True	126700	maximal	True	SPA0076_000000003617	1.0	PS974	0	0	False	True	0.9991615414619446	0					non-mobilizable	no_good_hit	1614.0	97.89299999999999	45.0	0.32112283495918775	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0014_000000011918	3069	0.9978332526633068	6	5	4	4	4	False	92143	fragment	False	ISR0014_000000011918	1.0		0	0	False	False	0.9928315281867981	0					non-mobilizable	no_good_hit	428.0	77.804	14.0	0.0013477556869292949	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
MON0013_000000018001	2819	0.9978332044931983	6	2	1	2	1	False	13535	maximal	True	MON0013_000000018001	1.0		1	1	False	False	0.998581051826477	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001853938888319697	NZ_SLUN01000006.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1006, whole genome shotgun sequence	True	False
USA0125_01_000000000106	64104	0.9978327093901296	67	21	15	21	10	True	50263	maximal	True	USA0125_01_000000000106	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	72.165	2.0	0.004872743905569583	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0050_000000002537	5411	0.9978321180209402	3	3	3	3	2	False	114786	maximal	True	AST0050_000000002537	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006298845211711187	NZ_SRYV01000016.1	firmicutes	Lactobacillus intestinalis strain NM61_E11 NODE_16_length_42865_cov_784.675, whole genome shotgun sequence	True	False
CHI0127_000000006580	2996	0.9978307217201596	7	4	3	3	3	False	102980	fragment	False	CHI0127_000000006580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000000781	19288	0.9978303824168778	19	12	9	11	11	False	123300	fragment	False	ISR0200_000000000781	0.9577063507942707		0	0	False	False	0.9992223381996155	0					non-mobilizable	no_good_hit	3046.0	78.98899999999999	16.0	0.0023797694480614533	CP017037.1	firmicutes	Dialister pneumosintes strain F0677 chromosome, complete genome	True	False
ISR0289_000000000764	7280	0.9978302695568166	9	5	4	4	2	False	107026	fragment	False	CHI0125_000000001580	0.4502571109195255		0	0	False	False	0.9998626112937927	0					non-mobilizable	plasmid	7280.0	99.959	100.0	0.07404958341386993	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0326_000000004454	3818	0.9978298668831612	3	3	2	2	2	False	24836	maximal	True	ISR0326_000000004454	1.0		0	0	False	False	0.9903090596199036	0					non-mobilizable	no_good_hit	986.0	86.41	25.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0081_000000000395	36138	0.9978291200315212	50	17	3	14	11	True	49433	fragment	False	FIJ0081_000000000395	1.0		0	0	False	False	0.9991975426673889	0					non-mobilizable	no_good_hit	2282.0	89.351	6.0	0.14197144288577154	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
SPA0132_000000027757	1494	0.997828548516746	1	1	1	1	1	False	106762	fragment	False	SPA0132_000000027757	0.968295796240369		0	0	False	False	0.9959839582443237	0					non-mobilizable	no_good_hit	73.0	93.15100000000001	5.0	9.589783683782211e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0017_000000006431	1943	0.9978285145101968	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.5205959504265871		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	99.949	100.0	0.0004085144336858225	AP021893.1	enterobacteria	Escherichia coli 2018-06-4CC DNA, complete genome	False	False
FIJ0009_000000011455	3237	0.9978272210271582	3	3	0	3	0	True	53177	maximal	True	FIJ0009_000000011455	0.9866925837320574		9	2	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
AUS0002_000000005003	5972	0.9978265748247228	8	6	5	6	3	True	103125	fragment	False	AUS0002_000000005003	1.0		0	0	False	False	0.997823178768158	0					non-mobilizable	no_good_hit								True	True
FIJ0058_000000008822	4382	0.9978260238077478	5	5	5	5	3	False	46059	maximal	True	FIJ0058_000000008822	1.0		1	1	False	False	0.9888178706169128	0					non-mobilizable	no_good_hit	2570.0	94.436	59.0	0.044187966562317244	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0318_000000000854	5337	0.9978252709173876	6	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.11628369056670745		0	0	False	False	0.9996252655982971	0					non-mobilizable	other	5337.0	99.963	100.0	0.14228195077727115	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0185_000000003740	5235	0.9978252709173876	6	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.11631911795668631		0	0	False	False	1.0	0					non-mobilizable	other	5235.0	99.904	100.0	0.13956216835986454	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0055_000000000010	5156	0.9978252709173876	6	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.06824619305779928		0	0	False	False	1.0	0					non-mobilizable	plasmid	5156.0	100.0	100.0	0.10104474978928592	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MAD0074_000000000116	23231	0.9978241191666176	12	6	4	6	1	True	71594	fragment	False	MAD0074_000000000116	1.0		0	0	False	False	0.9999139308929443	0					non-mobilizable	no_good_hit								True	True
MON0033_000000027687	2282	0.9978228341292892	4	3	2	2	3	False	104718	fragment	False	MON0033_000000027687	0.9664230242119689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0023_000000000651	28123	0.9978227893364796	37	11	5	8	7	True	49432	fragment	False	FIJ0023_000000000651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	True
USA0062_01_000000012117	1605	0.9978214397045164	2	1	1	1	1	False	106764	fragment	False	ISR0368_000000008328	0.9714613438204988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	1.841278303077916e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0358_000000000075	48020	0.997820481721947	45	23	12	18	9	True	132147	fragment	False	ISR0104_000000000158	0.052750167894403406		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	97.757	10.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0081_000000004348	5237	0.9978203274671568	7	3	3	2	2	True	100502	backbone	True	ISR0081_000000004348	0.9998111782477341	PS575|PS576	3	1	True	True	1.0	2293					non-mobilizable	no_good_hit	1478.0	92.084	57.0	0.505005177770107	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0080_000000005438	5197	0.9978203274671568	7	3	3	2	2	True	100502	backbone	False	ISR0081_000000004348	0.9998111782477341	PS575|PS576	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	2041.0	93.631	56.0	0.6986537797721781	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ENG0199_000000019404	1328	0.9978195362525168	3	1	1	1	1	False	54250	fragment	False	ENG0199_000000019404	1.0		0	0	False	False	0.9879518151283264	0					non-mobilizable	no_good_hit	104.0	79.808	8.0	0.0019283694980622695	NZ_NUFU01000032.1	firmicutes	Bacillus megaterium strain AFS057444 AFS057444_117_B2_Contig32_140618, whole genome shotgun sequence	True	False
FIJ0040_000000005780	4297	0.9978193870820176	5	5	4	5	5	False	47517	fragment	False	FIJ0068_000000006645	0.945635528330781		0	0	False	False	0.999534547328949	0					non-mobilizable	no_good_hit	895.0	82.346	21.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
MON0053_000000024111	1659	0.9978191938014777	3	3	1	2	2	False	132544	fragment	False	CHI0126_000000000854	0.027213982051269275		0	0	False	False	0.998794436454773	0					non-mobilizable	other	1659.0	100.0	100.0	0.04420979654960937	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
SPA0004_000000002150	7770	0.9978181462355588	10	8	7	7	6	True	126853	maximal	True	SPA0004_000000002150	0.9940746865095771	PS979	4	2	False	True	1.0	0					non-mobilizable	other	6246.0	98.287	99.0	0.13468283178177096	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0066_000000002037	7806	0.9978161955446796	12	12	8	12	12	True	97939	fragment	False	ENG0066_000000002037	1.0		0	0	False	False	0.9988470673561096	0					non-mobilizable	plasmid	7807.0	99.744	100.0	0.06979281236866343	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
ISR0146_000000004217	8888	0.9978155574823993	12	6	5	5	2	False	107026	fragment	False	CHI0125_000000001580	0.9816092038687891		0	0	False	False	1.0	0					non-mobilizable	plasmid	8916.0	99.271	100.0	0.0906519903559548	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0088_000000003331	8719	0.9978155574823993	11	6	5	5	2	False	107026	fragment	False	CHI0125_000000001580	0.9781464545911958		0	0	False	False	1.0	0					non-mobilizable	plasmid	8747.0	99.2	100.0	0.11488422214629275	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
AUS0010_000000002248	8675	0.9978155574823993	11	6	5	5	2	False	107026	fragment	False	CHI0125_000000001580	0.9766792339674876		0	0	False	False	1.0	0					non-mobilizable	plasmid	8703.0	99.242	100.0	0.08848513209696945	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0129_000000000648	25666	0.997814998297576	31	13	9	13	5	True	100062	maximal	True	ENG0129_000000000648	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	10417.0	97.869	89.0	0.05789482467998464	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
MON0069_000000029100	1763	0.997814584125022	3	3	2	3	2	False	10483	maximal	True	MON0069_000000029100	1.0		1	1	False	False	0.9807146787643433	0					non-mobilizable	no_good_hit	1148.0	88.15299999999999	65.0	0.025758494464281703	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0186_000000001966	9975	0.9978118225491188	9	5	5	5	5	False	55032	fragment	False	ENG0186_000000001966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	94.85799999999999	61.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
MAD0050_000000008309	2849	0.9978108767809027	5	5	3	5	5	True	97914	fragment	False	DEN0012_000000002141	0.9753807572225258		0	0	False	False	0.9964900016784668	0					non-mobilizable	plasmid	2854.0	99.229	100.0	0.007048377613186618	CP050276.1	enterobacteria	Klebsiella pneumoniae strain 10553 plasmid unnamed1, complete sequence	False	True
ENG0177_000000002565	8880	0.997810561126249	9	7	6	4	5	False	55551	fragment	False	ENG0177_000000002565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2071.0	96.66799999999999	31.0	0.026244389786241346	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
MAD0093_000000001059	17034	0.9978104364912032	21	8	5	6	5	True	15693	maximal	True	MAD0093_000000001059	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.005362462760675273	XM_031801213.1	bony fishes	PREDICTED: Oncorhynchus kisutch protein phosphatase 1 regulatory subunit 12A-like (LOC109882082), transcript variant X5, mRNA	True	True
MAD0102_000000003003	5152	0.9978089170848864	4	4	2	2	4	True	120503	maximal	False	BAN0013_000000000030	0.9992323930147764	PS843	0	0	True	True	1.0	27	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3439.0	99.971	100.0	0.675044178283919	CP011432.1	enterobacteria	Salmonella enterica subsp. enterica strain YU39 plasmid pYU39_5.1, complete sequence	False	True
USA0008_01_000000000912	9415	0.9978087817988704	13	7	5	5	4	False	107026	fragment	False	CHI0125_000000001580	0.9855123786368046		0	0	False	False	1.0	0					non-mobilizable	other	9337.0	99.96799999999999	99.0	0.09316621427430943	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0243_000000000299	20595	0.9978082841264384	16	12	7	12	7	True	125345	backbone	False	ENG0108_000000001091	0.6214632063849604	PS770|PS925|PS928	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	3387.0	78.00399999999999	35.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0161_000000016102	1141	0.9978077850880428	2	1	1	1	1	False	39257	fragment	False	FIJ0161_000000016102	1.0		0	0	False	False	0.9728308320045471	0					non-mobilizable	no_good_hit								True	False
AST0090_000000001301	17657	0.9978071710062664	13	11	10	11	8	True	118472	fragment	False	ISR0167_000000001245	0.9575068054645783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2250.0	90.4	13.0	0.03187353129673147	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0034_01_000000013215	4256	0.997803857919114	8	4	2	3	4	False	104722	maximal	True	USA0034_01_000000013215	1.0		2	1	False	False	0.9995300769805908	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	9.324657050769494e-06	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
ISR0838_000000007400	3028	0.9978033679282616	5	4	4	4	3	True	76347	maximal	True	ISR0838_000000007400	1.0		0	0	False	False	0.9993395209312439	0					non-mobilizable	no_good_hit	1556.0	97.494	51.0	0.0086338779574648	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
SPA0040_000000005647	6048	0.9978030231819448	8	3	2	3	2	False	6977	maximal	True	SPA0040_000000005647	1.0		0	0	False	False	0.9990079402923584	0					non-mobilizable	no_good_hit	797.0	76.161	13.0	0.00048503902331612555	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
MON0024_000000007967	5073	0.997802598222659	8	4	3	4	2	True	64252	maximal	True	MON0024_000000007967	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	97.895	2.0	0.01978114478114478	NZ_JXQL01000082.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig82, whole genome shotgun sequence	True	True
ISR0263_000000011800	1360	0.9978024274074891	3	2	1	2	2	False	26643	maximal	True	ISR0263_000000011800	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	84.103	14.0	0.03851699279093718	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ENG0087_000000014873	1770	0.9978022753475728	4	4	4	4	3	False	92140	fragment	False	ENG0087_000000014873	1.0		0	0	False	False	0.9785310626029968	0					non-mobilizable	no_good_hit	1079.0	72.104	60.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0196_000000004434	2428	0.9978009999766212	5	3	1	2	2	True	81183	fragment	False	ENG0196_000000004434	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	99.65299999999999	99.0	0.00048562324741436533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ITA0003_000000000249	20735	0.9977987517999166	16	12	7	12	7	True	125342	backbone	True	ITA0003_000000000249	1.0	PS770|PS926|PS927	0	0	True	True	0.9999517798423767	7					non-mobilizable	no_good_hit	3392.0	78.096	34.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0152_000000013796	1709	0.9977982750503068	4	3	2	3	1	False	124066	fragment	False	ISR0152_000000013796	0.964068209500609		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	95.38799999999999	96.0	0.00046285965769181695	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0001_000000003901	6282	0.9977965935167727	8	6	4	5	2	True	101598	maximal	True	MAD0001_000000003901	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	91.64200000000001	43.0	0.0003574544865739828	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0022_000000000297	21739	0.9977963639997792	21	18	7	13	11	True	83910	fragment	False	SPA0022_000000000297	0.9263154049992757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.566	3.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0023_000000000580	20838	0.9977963639997792	21	18	7	13	11	True	83910	fragment	False	SPA0022_000000000297	0.2837561061724986		0	0	False	False	0.9999520182609558	0					non-mobilizable	no_good_hit	746.0	93.432	4.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
AST0150_000000000748	20381	0.9977942227013056	15	13	9	13	8	True	128669	backbone	True	AST0150_000000000748	1.0	PS1038|PS1040|PS1042	1	1	True	True	1.0	23					non-mobilizable	no_good_hit	3385.0	78.021	37.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0018_000000031127	1306	0.9977928889385548	3	1	1	1	1	False	74971	maximal	False	MON0046_000000025157	0.9513788098693758		0	0	False	False	0.9678407311439514	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	6.0773940134470336e-05	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
FIJ0074_000000022356	1300	0.9977907163644664	2	1	1	1	1	False	71400	fragment	False	FIJ0074_000000022356	0.9987883683360259		0	0	False	False	0.9623076915740967	0					non-mobilizable	no_good_hit								True	False
FIJ0051_000000004427	4601	0.9977901888518896	7	4	2	2	3	False	46553	maximal	True	FIJ0051_000000004427	1.0		4	1	False	False	0.9954357743263245	0					non-mobilizable	no_good_hit								True	False
ISR0398_000000010038	2322	0.99779011961521	7	1	1	1	1	False	117990	fragment	False	SPA0138_000000009105	0.3165511618426417		0	0	False	False	0.9991386532783508	0					non-mobilizable	virus	2323.0	97.805	100.0	0.47826982492276005	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ISR0109_000000026386	1202	0.99779011961521	4	1	1	1	1	False	32733	fragment	False	ISR0109_000000026386	0.95375		0	0	False	False	1.0	0					non-mobilizable	virus	1202.0	99.917	100.0	0.2473738414006179	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
USA0034_01_000000022594	2367	0.997789195674142	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.20015874979383144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	86.429	41.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0153_000000013579	2366	0.997789195674142	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.33765109262797166		0	0	False	False	0.9995773434638977	0					non-mobilizable	no_good_hit	986.0	86.41	44.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0069_01_000000027232	2256	0.997789195674142	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.19388028553675526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	86.429	43.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0039_000000011233	3074	0.9977890654680546	4	1	1	1	1	False	36555	fragment	False	ISR0039_000000011233	1.0		0	0	False	False	0.9996746778488159	0					non-mobilizable	no_good_hit	414.0	92.271	31.0	0.009274854589144153	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0109_000000002494	10504	0.9977850624621376	16	4	3	3	3	False	100559	maximal	True	FIJ0109_000000002494	1.0		26	3	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.809	28.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0125_000000001460	13633	0.997784370953616	13	13	5	10	11	False	114274	maximal	True	ENG0125_000000001460	1.0		2	2	False	False	0.9998533129692078	0	rep_cluster_893				non-mobilizable	chromosome	4300.0	99.116	95.0	0.0013449242564818747	LR607372.1	firmicutes	Enterococcus durans strain 4928STDY7387704 genome assembly, chromosome: 1	False	True
ISR0172_000000003144	5030	0.9977827503655916	5	3	2	3	1	True	113911	backbone	True	ISR0172_000000003144	1.0	PS732	4	3	True	True	1.0	16					non-mobilizable	no_good_hit	1167.0	75.407	23.0	0.25362956445226575	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0295_000000007233	4367	0.9977811110382474	6	2	1	1	2	False	30186	fragment	False	ISR0295_000000007233	1.0		0	0	False	False	0.999770998954773	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003645249699604423	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0186_000000008561	3137	0.9977811110382474	3	2	1	1	2	False	29348	fragment	False	ISR0186_000000008561	1.0		0	0	False	False	0.9971309900283813	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000005311	4151	0.9977764368367252	7	6	4	5	5	True	114215	fragment	False	MAD0046_000000005928	0.7211354024132659		0	0	False	False	0.9997590780258179	0					non-mobilizable	plasmid	4151.0	99.542	100.0	0.04789603674722434	CP054413.1	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-2, complete sequence	False	True
AST0097_000000003955	5720	0.9977745737853008	7	5	2	3	4	False	114861	fragment	False	AST0097_000000003955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0110_000000001183	4977	0.9977733245049024	5	4	4	4	4	False	96438	maximal	True	CHI0110_000000001183	1.0		2	2	False	False	0.9979907870292664	0					non-mobilizable	no_good_hit	3709.0	96.225	75.0	0.0011948340109001609	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0065_000000002511	9698	0.9977730576789504	13	9	6	7	4	True	71166	maximal	True	DEN0065_000000002511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
SPA0142_000000003995	6966	0.9977708042559827	3	3	3	2	3	False	92978	fragment	False	SPA0142_000000003995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	99.37799999999999	12.0	0.2272566371681416	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
MON0048_000000015760	2511	0.9977704324106458	3	2	2	2	2	False	12860	fragment	False	MON0026_000000016203	0.5736113436161492		0	0	False	False	0.9988052845001221	0					non-mobilizable	no_good_hit								True	False
FIJ0060_000000001449	8871	0.9977703672220036	11	6	5	5	2	False	107037	maximal	True	FIJ0060_000000001449	1.0		8	5	False	False	0.9998872876167297	0					non-mobilizable	no_good_hit	7182.0	99.833	81.0	0.07305262515386728	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0297_000000000081	34582	0.9977689325009412	28	15	8	11	10	False	41685	maximal	True	ISR0297_000000000081	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8447.0	88.505	69.0	0.0034395064383912874	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
ENG0169_000000004222	5030	0.9977686171739202	6	5	2	3	5	True	132544	fragment	False	CHI0126_000000000854	0.11077713914868309		0	0	False	False	0.9998012185096741	0					non-mobilizable	plasmid	5030.0	99.682	100.0	0.13755470459518598	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
ISR0846_000000001911	4954	0.9977686171739202	6	5	2	3	5	True	132544	fragment	False	CHI0126_000000000854	0.10323696633250123		0	0	False	False	1.0	0					non-mobilizable	plasmid	4954.0	99.71700000000001	100.0	0.13547592997811816	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
CHI0169_000000003802	3698	0.99776827757494	2	2	2	2	1	False	78043	fragment	False	CHI0169_000000003802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0047_000000013203	2319	0.99776827757494	3	2	2	2	1	False	64750	fragment	False	FIJ0047_000000013203	0.9988162878787878		0	0	False	False	0.9780077338218689	0					non-mobilizable	no_good_hit								True	False
ENG0057_000000017847	1471	0.9977682618577834	2	1	1	1	1	False	63517	maximal	True	ENG0057_000000017847	1.0		1	1	False	False	0.9898028373718262	0					non-mobilizable	chromosome	1483.0	81.726	99.0	0.00027943718109112495	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ENG0041_000000001043	20010	0.9977665615222632	17	12	7	12	7	True	125332	maximal	True	ENG0041_000000001043	1.0	PS770	1	1	True	True	1.0	3					non-mobilizable	no_good_hit	2872.0	78.517	33.0	0.005942660229133254	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0104_000000006390	3956	0.9977665548005126	5	4	2	4	2	True	71712	fragment	False	ISR0104_000000006390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	91.074	21.0	0.00018328140360231269	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0043_000000014577	1520	0.9977664382651764	2	1	1	1	1	False	36298	fragment	False	ISR0043_000000014577	1.0		0	0	False	False	0.9993420839309692	0					non-mobilizable	no_good_hit	231.0	72.727	15.0	0.0014147490665731702	NZ_FUYJ01000009.1	firmicutes	Sporosarcina newyorkensis strain DSM 23966, whole genome shotgun sequence	True	False
ISR0162_000000004038	8073	0.9977642521885188	12	12	6	8	10	True	127173	maximal	True	ISR0162_000000004038	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	7281.0	97.734	91.0	0.11741799967684602	CP033881.1	enterobacteria	Escherichia coli strain 50579417 plasmid p50579417_4, complete sequence	False	True
FIJ0063_000000000378	31834	0.9977638960011174	40	15	12	15	7	True	45660	fragment	False	FIJ0063_000000000378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	83.16799999999999	0.0	0.0011697702996502505	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
USA0034_01_000000012704	4445	0.9977637837478078	6	5	5	5	4	False	24917	fragment	False	USA0034_01_000000012704	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2411.0	94.691	99.0	0.20965493203206692	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
MAD0040_000000008269	3451	0.9977635501105548	7	3	1	2	3	False	18398	maximal	True	MAD0040_000000008269	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	81.96	19.0	0.03217509708003429	CP003296.1	firmicutes	Streptococcus infantarius subsp. infantarius CJ18 plasmid pSICJ18-1, complete sequence	True	False
ENG0018_000000004422	4926	0.9977625219902172	7	5	2	4	2	True	130279	maximal	True	ENG0018_000000004422	1.0	PS1090	1	1	True	True	1.0	51					non-mobilizable	no_good_hit	1224.0	88.971	50.0	0.4082109479305741	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0011_000000002290	9523	0.9977615126164648	13	11	4	6	8	True	132554	maximal	True	SPA0011_000000002290	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	5582.0	99.928	59.0	0.14881476148574782	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
ISR0359_000000023324	1198	0.99776084912665	1	1	1	1	1	False	23804	fragment	False	ISR0359_000000023324	1.0		0	0	False	False	0.9991652965545654	0					non-mobilizable	no_good_hit	197.0	76.65	16.0	4.518392578291797e-05	CP051860.1	firmicutes	Bacillus subtilis subsp. subtilis str. 168 chromosome, complete genome	True	False
CHI0074_000000003786	4151	0.9977589314738142	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.9105444443118417	PS843	0	0	True	True	0.9966273307800293	23	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4161.0	99.56700000000001	100.0	0.5091844232182219	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ISR0264_000000002219	4121	0.9977589314738142	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.9115912878082589	PS843	0	0	False	True	0.9844697713851929	0	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4119.0	99.83	100.0	0.5042860641685035	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
DEN0085_000000008193	4111	0.9977589314738142	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.910716978355483	PS843	0	0	True	True	1.0	36	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4121.0	99.61200000000001	100.0	0.5045309821209895	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ENG0066_000000004163	4234	0.9977589274718688	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.9120150171586885	PS843	0	0	True	True	1.0	28	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4093.0	99.853	97.0	0.5008572128337007	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ISR0056_000000004749	4181	0.9977589274718688	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.9116134620274079	PS843	0	0	True	True	1.0	158	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4182.0	99.28299999999999	100.0	0.5118785206955669	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
SPA0063_000000004196	4168	0.9977589274718688	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.9066931727865986	PS843	0	0	True	True	1.0	68	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4168.0	99.76	100.0	0.5091844232182219	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
SPA0019_000000006627	4141	0.9977589274718688	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.9118983031345258	PS843	0	0	True	True	0.9997585415840149	25	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4143.0	99.831	100.0	0.5072250795983345	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
FIJ0019_000000001793	4132	0.9977589274718688	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8955303785041762	PS843	0	0	True	True	1.0	6	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4132.0	99.46799999999999	100.0	0.5045309821209895	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
SPA0110_000000005171	4113	0.9977589274718688	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8885405583937381	PS843	0	0	True	True	1.0	32	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3788.0	100.0	100.0	0.929553264604811	CP000973.1	enterobacteria	Escherichia coli SMS-3-5 plasmid pSMS35_4, complete sequence	False	True
CHI0056_000000004193	4101	0.9977589274718688	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.877896508809556	PS843	0	0	True	True	0.9958546757698059	13	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4049.0	97.876	100.0	0.9936180657830143	CP000973.1	enterobacteria	Escherichia coli SMS-3-5 plasmid pSMS35_4, complete sequence	False	True
CHI0017_000000004053	2990	0.9977586184560234	3	3	2	2	2	True	90543	fragment	False	CHI0017_000000004053	1.0		0	0	False	False	1.0	0	rep_cluster_1778			MOBQ,MOBQ	mobilizable	plasmid	2990.0	99.632	100.0	0.36602987999020326	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ENG0176_000000001810	4161	0.997758331553376	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.9119671102913277	PS843	0	0	True	True	1.0	959	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4161.0	99.976	100.0	0.5094293411707078	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
MON0107_000000013211	4141	0.997758331553376	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.9114594789465118	PS843	0	0	True	True	1.0	108	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4141.0	99.759	100.0	0.5069801616458487	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ENG0194_000000006574	4121	0.997758331553376	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.9119585405112882	PS843	0	0	True	True	1.0	103	rep_cluster_1778	MOBQ,MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4121.0	99.976	100.0	0.5045309821209895	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
CHI0071_000000002540	4073	0.997758331553376	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8942449798183613	PS843	0	0	True	True	1.0	18	rep_cluster_1778	MOBQ,MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4073.0	99.705	100.0	0.4975508204751408	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ISR0215_000000008164	3541	0.9977582830311078	4	1	1	1	1	False	71229	fragment	False	ISR0215_000000008164	1.0		0	0	False	False	0.9949166774749756	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000027854	1527	0.9977582830311078	3	1	1	1	1	False	71228	fragment	False	DEN0064_000000027854	1.0		0	0	False	False	0.9967256188392639	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000007020	4121	0.9977580276373516	4	4	2	2	4	True	120501	backbone	False	FIJ0011_000000010251	0.9118404501452887	PS843	0	0	True	True	1.0	23	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4121.0	99.95100000000001	100.0	0.5045309821209895	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ENG0185_000000005597	4121	0.9977580276373516	4	4	2	2	4	True	120501	backbone	False	FIJ0011_000000010251	0.9120649937698331	PS843	0	0	True	True	1.0	98	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4121.0	99.976	100.0	0.5045309821209895	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ISR0353_000000008494	4121	0.9977580276373516	4	4	2	2	4	True	120501	backbone	False	FIJ0011_000000010251	0.9118665259322031	PS843	0	0	True	True	1.0	12	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4121.0	99.87899999999999	100.0	0.5045309821209895	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ISR0339_000000003349	4121	0.9977580276373516	4	4	2	2	4	True	120501	backbone	False	FIJ0011_000000010251	0.9120649937698331	PS843	0	0	True	True	0.9990293383598328	6	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4121.0	99.976	100.0	0.5045309821209895	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ENG0109_000000014796	1662	0.997757842880195	4	3	3	3	2	False	59870	fragment	False	ENG0109_000000014796	1.0		0	0	False	False	0.9951865077018738	0					non-mobilizable	no_good_hit	258.0	74.031	15.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
FIJ0065_000000001559	8002	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.9175159659983435		0	0	False	False	0.9993751645088196	0					non-mobilizable	plasmid	8029.0	99.32700000000001	99.0	0.08162850079858391	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0104_000000000713	7776	0.9977573249709284	10	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.8389941893056581		0	0	False	False	1.0	0					non-mobilizable	plasmid	7776.0	99.98700000000001	100.0	0.07909541297469964	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0019_000000003029	7759	0.9977573249709284	10	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.8381969958522383		0	0	False	False	0.9945869445800781	0					non-mobilizable	other	7759.0	100.0	100.0	0.07741896854542551	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0011_000000000664	7753	0.9977573249709284	10	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.830307777890431		0	0	False	False	1.0	0					non-mobilizable	plasmid	7753.0	100.0	100.0	0.0788614329749031	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0837_000000000990	7591	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.5731677097956621		0	0	False	False	1.0	0					non-mobilizable	other	7591.0	100.0	100.0	0.0757424556921603	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0183_000000000389	7555	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.6359654865793392		0	0	False	False	0.9941760301589966	0					non-mobilizable	plasmid	5174.0	98.93700000000001	100.0	0.05258446169340482	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0088_000000000618	7554	0.9977573249709284	10	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.5647509665590599		0	0	False	False	1.0	0					non-mobilizable	plasmid	7554.0	99.98700000000001	100.0	0.07683699732448956	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0179_000000001802	7521	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.5697187855944277		0	0	False	False	1.0	0					non-mobilizable	plasmid	7548.0	99.285	99.0	0.07673526688979541	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0337_000000000977	7466	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.5326282932610981		0	0	False	False	1.0	0					non-mobilizable	plasmid	7466.0	100.0	100.0	0.07594176949918106	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0126_000000001865	7466	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.5325883544689914		0	0	False	False	1.0	0					non-mobilizable	plasmid	7466.0	99.98700000000001	100.0	0.07594176949918106	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0037_000000003899	7377	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.5304655925723052		0	0	False	False	1.0	0					non-mobilizable	plasmid	7377.0	100.0	100.0	0.07503636863040315	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AUS0022_000000004882	7213	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.518753330473179		0	0	False	False	1.0	0					non-mobilizable	other	7213.0	99.986	100.0	0.07197030177231359	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0115_000000001002	7211	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4507158515936446		0	0	False	False	1.0	0					non-mobilizable	plasmid	7240.0	99.199	100.0	0.07360196950121568	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0119_000000004429	7210	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.45916722040056684		0	0	False	False	1.0	0					non-mobilizable	other	7210.0	99.931	100.0	0.071940364042791	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0173_000000002304	7205	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4438363353098435		0	0	False	False	1.0	0					non-mobilizable	plasmid	7205.0	100.0	100.0	0.07328660515366382	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0182_000000003269	7163	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4433538256972406		0	0	False	False	0.999860405921936	0					non-mobilizable	plasmid	7164.0	99.97200000000001	100.0	0.0728593373279484	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0163_000000001287	7163	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4434058497089696		0	0	False	False	0.9997208118438721	0					non-mobilizable	plasmid	7163.0	99.986	100.0	0.0728593373279484	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MAD0093_000000003543	7151	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.2996757344832005		0	0	False	False	0.9963641166687012	0					non-mobilizable	other	7151.0	100.0	100.0	0.07135158869551333	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0139_000000002405	7136	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4427631579132518		0	0	False	False	1.0	0					non-mobilizable	other	7136.0	99.97200000000001	100.0	0.07120190004790036	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0137_000000001554	7122	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4423516906819052		0	0	False	False	1.0	0					non-mobilizable	plasmid	7122.0	99.97200000000001	100.0	0.0724422425457024	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0134_000000001659	7115	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4422679478824492		0	0	False	False	0.9984539747238159	0					non-mobilizable	other	7115.0	100.0	100.0	0.07099233594124221	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0106_000000002382	7102	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.44186276557144066		0	0	False	False	0.9988735318183899	0					non-mobilizable	plasmid	7102.0	99.958	100.0	0.0722387816763141	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0121_01_000000006520	7081	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4411159726066192		0	0	False	False	1.0	0					non-mobilizable	other	7081.0	100.0	100.0	0.0706530416733195	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0095_000000001056	7056	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4324721977426227		0	0	False	False	1.0	0					non-mobilizable	plasmid	7056.0	99.986	100.0	0.07177082167672102	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0012_01_000000001107	7049	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.43007991511522775		0	0	False	False	1.0	0					non-mobilizable	plasmid	7078.0	99.068	100.0	0.07195393645917049	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0017_000000001430	7044	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4397968885855185		0	0	False	False	1.0	0					non-mobilizable	plasmid	7044.0	99.97200000000001	100.0	0.07164874515508805	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0028_000000001315	7033	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.43143828643195786		0	0	False	False	1.0	0					non-mobilizable	other	7033.0	99.87200000000001	100.0	0.070174038000958	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0056_01_000000003392	7013	0.9977573249709284	7	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4383793653880475		0	0	False	False	1.0	0					non-mobilizable	plasmid	7040.0	99.19	99.0	0.07155718776386331	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0112_000000002081	7005	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.438344497482594		0	0	False	False	0.9960028529167175	0					non-mobilizable	plasmid	7033.0	99.204	100.0	0.07149614950304682	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0146_000000003459	6999	0.9977573249709284	7	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.43812384106679436		0	0	False	False	1.0	0					non-mobilizable	plasmid	7026.0	99.23100000000001	99.0	0.07142493819876092	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0053_000000001740	6994	0.9977573249709284	7	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4379405979045993		0	0	False	False	0.9994280934333801	0					non-mobilizable	plasmid	7021.0	99.23100000000001	99.0	0.07137407298141385	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0350_000000002080	6975	0.9977573249709284	7	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.40687484044079697		0	0	False	False	0.9998566508293152	0					non-mobilizable	other	6975.0	99.95700000000001	100.0	0.06959524189685454	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0826_000000001722	6936	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.38942618912579957		0	0	False	False	0.9997116327285767	0					non-mobilizable	other	6936.0	100.0	100.0	0.06920605141306084	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0052_000000003789	6888	0.9977573249709284	9	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.3788047613235586		0	0	False	False	1.0	0					non-mobilizable	other	6888.0	100.0	100.0	0.06872704774069935	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0031_01_000000004488	6769	0.9977573249709284	7	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.3519132086851896		0	0	False	False	1.0	0					non-mobilizable	other	6769.0	100.0	100.0	0.06753951780296982	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0107_000000004362	6618	0.9977573249709284	7	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.3232995029843113		0	0	False	False	1.0	0					non-mobilizable	other	6557.0	99.969	99.0	0.06542391825003992	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0092_000000001427	6571	0.9977573249709284	8	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.30894669187423485		0	0	False	False	1.0	0					non-mobilizable	plasmid	6571.0	99.939	100.0	0.06683689559405487	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0255_000000004093	6529	0.9977573249709284	7	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.30635073867709495		0	0	False	False	1.0	0					non-mobilizable	plasmid	6526.0	99.87700000000001	100.0	0.054658770114846246	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
SPA0108_000000004943	5904	0.9977573249709284	8	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.8298675677447821		0	0	False	False	1.0	0					non-mobilizable	other	5828.0	100.0	99.0	0.05814904997604982	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
DEN0085_000000006425	5491	0.9977573249709284	8	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.7899975831995738		0	0	False	False	0.9998179078102112	0					non-mobilizable	other	5491.0	99.98200000000001	100.0	0.0547860450263452	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0160_000000004806	5357	0.9977573249709284	8	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.7741249652275933		0	0	False	False	1.0	0					non-mobilizable	plasmid	5385.0	98.904	100.0	0.054730973865451324	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0809_000000001546	5300	0.9977573249709284	7	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.7501054135277898		0	0	False	False	1.0	0					non-mobilizable	plasmid	5252.0	98.87700000000001	99.0	0.05337795908401917	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0397_000000004079	5234	0.9977573249709284	6	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.7506543266560839		0	0	False	False	1.0	0					non-mobilizable	other	5261.0	98.97399999999999	99.0	0.05245090212358295	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
AUS0020_000000005279	5191	0.9977573249709284	7	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.7475771380474299		0	0	False	False	1.0	0					non-mobilizable	other	5191.0	100.0	100.0	0.051792272074085904	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0032_000000004798	5158	0.9977573249709284	6	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.7302926948664245		0	0	False	False	1.0	0					non-mobilizable	plasmid	5186.0	98.939	100.0	0.05270653821503779	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0271_000000002936	4796	0.9977573249709284	6	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.5936176423620475		0	0	False	False	1.0	0					non-mobilizable	plasmid	4823.0	98.86	99.0	0.04901372343564024	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0260_000000002191	4764	0.9977573249709284	6	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.34304092554661053		0	0	False	False	0.9995802044868469	0					non-mobilizable	plasmid	4765.0	99.182	100.0	0.04844403300135301	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0794_000000003983	4727	0.9977573249709284	7	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.5064305523953142		0	0	False	False	1.0	0					non-mobilizable	other	4727.0	100.0	100.0	0.047161903241258185	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0064_01_000000002111	4533	0.9977573249709284	7	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.45221431180206006		0	0	False	False	1.0	0					non-mobilizable	other	4533.0	100.0	100.0	0.04522593006546383	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0057_000000004057	4171	0.9977573249709284	6	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.1626221736665005		0	0	False	False	1.0	0					non-mobilizable	other	4171.0	100.0	100.0	0.04161344403640428	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0067_000000002404	4171	0.9977573249709284	6	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.1626221736665005		0	0	False	False	1.0	0					non-mobilizable	other	4171.0	100.0	100.0	0.04161344403640428	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0006_01_000000005998	4061	0.9977573249709284	6	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.14397463353567183		0	0	False	False	1.0	0					non-mobilizable	other	4061.0	100.0	100.0	0.04051572728724254	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0122_000000018991	1546	0.9977569451307096	4	1	1	1	1	False	59015	fragment	False	ENG0122_000000018991	1.0		0	0	False	False	0.9754204154014587	0					non-mobilizable	no_good_hit	645.0	94.884	79.0	0.011395455995463084	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0100_000000005338	2813	0.99775689705919	3	3	2	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8535751669263519	PS1132	0	0	True	True	1.0	88	rep_cluster_1867				non-mobilizable	plasmid	2537.0	99.882	100.0	0.9142033165104542	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
USA0106_01_000000003652	2813	0.99775689705919	3	3	2	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8528062482648585	PS1132	0	0	True	True	1.0	8	rep_cluster_1867				non-mobilizable	plasmid	2541.0	99.52799999999999	100.0	0.9156452775775054	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0800_000000006493	1814	0.9977555559039438	3	1	1	1	1	False	21887	maximal	True	ISR0800_000000006493	1.0		0	0	False	False	0.998346209526062	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000000193	57409	0.997755394244332	64	31	22	31	14	True	114638	fragment	False	ISR0134_000000000193	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	19121.0	97.615	95.0	0.26444176940212805	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
SPA0013_000000024374	1164	0.9977544870942966	3	2	1	2	1	False	7959	fragment	False	SPA0013_000000024374	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	90.995	100.0	0.023819755663331083	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
CHI0183_000000000831	4584	0.9977541827076783	6	5	4	3	3	False	77306	maximal	True	CHI0183_000000000831	1.0		1	1	False	False	0.9997818470001221	0					non-mobilizable	no_good_hit	801.0	78.652	17.0	0.0008635066929997806	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0082_01_000000003636	7565	0.9977540446661912	9	6	4	4	4	False	122536	fragment	False	USA0082_01_000000003636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2991.0	96.189	56.0	0.12970838396111786	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
USA0001_01_000000003196	4782	0.9977513364265804	8	5	5	4	3	False	102595	fragment	False	USA0080_01_000000007643	0.8010413820430097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
SPA0101_000000033302	1168	0.9977509295621636	1	1	1	1	1	False	12534	fragment	False	SPA0101_000000033302	0.9738475177304964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0066_000000003543	3735	0.9977499643035552	5	4	3	2	3	False	93596	maximal	True	CHI0066_000000003543	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1766.0	99.66	47.0	0.0005227345086221577	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0221_000000006843	3348	0.9977496721558192	4	3	0	3	0	True	127157	maximal	False	ISR0301_000000004960	0.8114964869448773		0	0	True	True	1.0	220					non-mobilizable	no_good_hit	66.0	93.939	4.0	0.00040389980799224515	NZ_FPBH01000024.1	b-proteobacteria	Paraburkholderia aspalathi strain LMG 27731, whole genome shotgun sequence	True	True
FIJ0043_000000009398	2814	0.9977496721558192	4	3	0	3	0	True	47313	maximal	False	FIJ0042_000000008515	0.9980841367006503		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	456.0	85.52600000000001	33.0	0.2737715379706445	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
SPA0113_000000003241	9928	0.997744561729123	17	9	8	6	8	False	123891	fragment	False	SPA0113_000000003241	0.9354292367947497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2484.0	95.73299999999999	68.0	0.02477846080153281	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
MAD0101_000000009664	2880	0.9977428774451392	5	5	3	5	4	True	97914	fragment	False	DEN0012_000000002141	0.9867673432748993		0	0	False	False	1.0	0					non-mobilizable	plasmid	2880.0	99.896	100.0	0.032743815752061416	CP056166.1	enterobacteria	Escherichia marmotae strain RHBSTW-00777 plasmid pRHBSTW-00777_2, complete sequence	False	True
MON0001_000000014398	2409	0.9977409809301307	2	2	2	2	2	False	57012	fragment	False	MON0001_000000014398	0.9611386313857032		0	0	False	False	0.9962639808654785	0					non-mobilizable	no_good_hit	311.0	85.852	21.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CAN0001_000000011439	4161	0.9977399738016112	4	3	2	2	3	True	98128	maximal	False	ISR0021_000000005316	0.9942798443764912		0	0	True	True	1.0	15	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3931.0	99.695	100.0	0.962671905697446	CP055810.1	enterobacteria	Escherichia fergusonii strain RHB03-C23 plasmid pRHB03-C23_5, complete sequence	False	True
MAD0062_000000003144	4156	0.9977399697658892	3	3	2	2	3	True	98128	maximal	False	ISR0021_000000005316	0.99488127730163		0	0	True	True	1.0	188	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4098.0	99.87799999999999	100.0	0.9869848156182213	CP036207.1	enterobacteria	Escherichia coli strain L725 plasmid punnamed4, complete sequence	False	True
MAD0005_000000005821	4153	0.9977399697658892	3	3	2	2	3	True	98128	maximal	False	ISR0021_000000005316	0.9967431258018511		0	0	True	True	1.0	89	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4065.0	99.975	100.0	0.9975448072673705	AP021949.1	enterobacteria	Escherichia coli plasmid pWP2-S18-ESBL-08_3 DNA, complete genome, strain: WP2-S18-ESBL-08	False	True
ISR0021_000000005316	4147	0.9977399697658892	3	3	2	2	3	True	98128	maximal	True	ISR0021_000000005316	0.9971568834668411		18	8	True	True	1.0	18	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4104.0	99.90299999999999	100.0	0.9886719691491925	CP036207.1	enterobacteria	Escherichia coli strain L725 plasmid punnamed4, complete sequence	False	True
ISR0250_000000002349	4140	0.9977399697658892	3	3	2	2	3	True	98128	maximal	False	ISR0021_000000005316	0.9963986873125094		0	0	True	True	1.0	42	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4125.0	99.87899999999999	100.0	0.9939744516751025	CP036207.1	enterobacteria	Escherichia coli strain L725 plasmid punnamed4, complete sequence	False	True
BAN0019_000000000687	4137	0.9977399697658892	3	3	2	2	3	True	98128	maximal	False	ISR0021_000000005316	0.9941959581935748		0	0	True	True	1.0	10	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4113.0	99.441	100.0	0.9910821884791516	CP036207.1	enterobacteria	Escherichia coli strain L725 plasmid punnamed4, complete sequence	False	True
ISR0058_000000005698	4106	0.9977399697658892	3	3	2	2	3	True	98128	maximal	False	ISR0021_000000005316	0.9917626284665935		0	0	True	True	1.0	20	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4100.0	99.439	100.0	0.9879489033502049	CP036207.1	enterobacteria	Escherichia coli strain L725 plasmid punnamed4, complete sequence	False	True
ENG0096_000000008108	4100	0.9977399697658892	3	3	2	2	3	True	98128	maximal	False	ISR0021_000000005316	0.9941708135397769		0	0	True	True	0.9992682933807373	8	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4100.0	99.927	100.0	0.987707881417209	CP036207.1	enterobacteria	Escherichia coli strain L725 plasmid punnamed4, complete sequence	False	True
CHI0029_000000002870	4094	0.9977399697658892	3	3	2	2	3	True	98128	maximal	False	ISR0021_000000005316	0.9895695744151646		0	0	True	True	1.0	100	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4064.0	99.631	100.0	0.999753937007874	CP048336.1	enterobacteria	Escherichia coli strain 10 plasmid p010_F, complete sequence	False	True
MON0037_000000015449	3972	0.9977399697658892	3	3	2	2	3	True	98128	maximal	False	ISR0021_000000005316	0.9659477844988412		0	0	False	True	0.9914400577545166	0	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3972.0	99.572	100.0	0.9637469586374696	LC056155.1	enterobacteria	Escherichia coli plasmid pV004-b DNA, contig: V004-b_scaffold_87, strain: V004	False	True
SPA0032_000000007285	3573	0.9977399668647494	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.0562301580082307	PS843	0	0	False	True	1.0	0	rep_cluster_1778	MOBQ			mobilizable	plasmid	3573.0	99.804	100.0	0.8767795778105056	LT985255.1	enterobacteria	Escherichia coli strain 580 genome assembly, plasmid: RCS49_pII	False	True
MAD0015_000000004017	4151	0.9977399593012358	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8945461091134496	PS843	0	0	True	True	1.0	10	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4028.0	99.57799999999999	100.0	0.9884634266077565	CP056332.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00807 plasmid pRHBSTW-00807_4, complete sequence	False	True
SPA0102_000000009015	4144	0.9977399593012358	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8738272137604871	PS843	0	0	True	True	1.0	43	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3919.0	99.796	100.0	0.9588839941262849	AP022219.1	enterobacteria	Escherichia coli plasmid pWP8-S17-ESBL-05_4 DNA, complete genome, strain: WP8-S17-ESBL-05	False	True
MON0101_000000014086	4143	0.9977399593012358	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8941348434401769	PS843	0	0	True	True	1.0	5	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4020.0	99.428	100.0	0.9864997545409917	CP056332.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00807 plasmid pRHBSTW-00807_4, complete sequence	False	True
AST0094_000000004955	4136	0.9977399593012358	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8938065760906557	PS843	0	0	True	True	0.9978240132331848	9	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4015.0	99.50200000000001	100.0	0.9852724594992637	CP056332.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00807 plasmid pRHBSTW-00807_4, complete sequence	False	True
CHI0115_000000001895	4123	0.9977399593012358	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8811102905333875	PS843	0	0	True	True	1.0	33	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4015.0	99.15299999999999	100.0	0.9852724594992637	CP056332.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00807 plasmid pRHBSTW-00807_4, complete sequence	False	True
ENG0139_000000004396	4103	0.9977399593012358	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.893818587932026	PS843	0	0	True	True	1.0	164	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3928.0	99.36399999999999	100.0	0.9639175257731959	CP056332.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00807 plasmid pRHBSTW-00807_4, complete sequence	False	True
FIJ0144_000000007522	4215	0.997739955265488	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8813979026643083	PS843	0	0	True	True	1.0	50	rep_cluster_1778	MOBQ		MOBQ,MOBQ,MOBQ	mobilizable	plasmid	4067.0	96.976	99.0	0.9936383655493026	LC438464.1	enterobacteria	Escherichia coli KK58 plasmid pKK58_s2 DNA, complete sequence	False	True
ISR0135_000000004508	4171	0.997739955265488	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8958994085073765	PS843	0	0	True	True	1.0	224	rep_cluster_1778,rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3897.0	100.0	100.0	0.9567779960707269	CP056611.1	enterobacteria	Escherichia coli strain RHBSTW-00320 plasmid pRHBSTW-00320_4, complete sequence	False	True
ISR0133_000000004368	4171	0.997739955265488	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8894735921369052	PS843	0	0	True	True	1.0	15	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4060.0	100.0	100.0	0.9968074656188605	AP022176.1	enterobacteria	Escherichia coli plasmid pWP7-S17-ESBL-01_3 DNA, complete genome, strain: WP7-S17-ESBL-01	False	True
CHI0171_000000001481	4157	0.997739955265488	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8856940710122654	PS843	0	0	True	True	1.0	1178	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4058.0	98.965	100.0	0.9919256178125765	AP022068.1	enterobacteria	Escherichia coli plasmid pWP4-W18-ESBL-08_4 DNA, complete genome, strain: WP4-W18-ESBL-08	False	True
ENG0154_000000006821	4153	0.997739955265488	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8864169382105668	PS843	0	0	True	True	1.0	11	rep_cluster_1778	MOBQ		MOBQ,MOBQ,MOBQ	mobilizable	plasmid	4062.0	98.671	100.0	0.9968090328915071	LT985255.1	enterobacteria	Escherichia coli strain 580 genome assembly, plasmid: RCS49_pII	False	True
FIJ0017_000000006679	4152	0.997739955265488	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8922868689339982	PS843	0	0	True	True	0.9985548853874207	3	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4073.0	99.38600000000001	100.0	0.9992636229749632	CP056332.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00807 plasmid pRHBSTW-00807_4, complete sequence	False	True
SPA0134_000000007098	4146	0.997739955265488	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8728965557939555	PS843	0	0	True	True	1.0	499	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3902.0	99.744	100.0	0.9570552147239264	CP011140.1	enterobacteria	Escherichia coli VR50 plasmid pVR50F, complete sequence	False	True
ENG0009_000000002975	4131	0.997739955265488	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8890857041773167	PS843	0	0	True	True	1.0	1086	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4133.0	99.54	100.0	0.9939860476305028	LC056560.1	enterobacteria	Escherichia coli plasmid pV294-c DNA, contig: V294-c_scaffold_4, strain: V294	False	True
ENG0137_000000004297	4126	0.997739955265488	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8895030516780205	PS843	0	0	True	True	1.0	10	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3994.0	100.0	100.0	0.9770002446782481	CP054378.1	enterobacteria	Escherichia coli strain SCU-182 plasmid pSCU-182-3, complete sequence	False	True
MAD0097_000000010093	3884	0.997739955265488	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.7211141008927414	PS843	0	0	True	True	1.0	6	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3884.0	99.56200000000001	100.0	0.9500856373868363	AP022068.1	enterobacteria	Escherichia coli plasmid pWP4-W18-ESBL-08_4 DNA, complete genome, strain: WP4-W18-ESBL-08	False	True
FIJ0066_000000007928	3882	0.997739955265488	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.6911833382215561	PS843	0	0	True	True	1.0	2	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3892.0	99.589	100.0	0.9421307506053269	KT693145.1	enterobacteria	Escherichia coli strain E35BA plasmid pE35BA_1, complete sequence	False	True
AST0084_000000009289	3526	0.9977397318708888	4	4	2	2	3	True	111538	fragment	False	AST0084_000000009289	1.0		0	0	False	False	1.0	0	rep_cluster_1778			MOBQ,MOBQ	mobilizable	plasmid	3526.0	99.71600000000001	100.0	0.8652430044182622	CP056526.1	enterobacteria	Escherichia coli strain RHBSTW-00440 plasmid pRHBSTW-00440_3, complete sequence	False	True
SPA0094_000000003516	4111	0.9977393543135692	5	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.7878717580853295	PS843	0	0	True	True	0.9987837672233582	45	rep_cluster_1778	MOBQ,MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3994.0	99.024	100.0	0.9805849102973704	CP049127.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_7, complete sequence	False	True
SPA0067_000000005425	4106	0.9977393543135692	4	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8733380125118725	PS843	0	0	True	True	1.0	649	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4031.0	98.04	100.0	0.9904106220801574	CP051697.1	enterobacteria	Escherichia coli strain SCU-313 plasmid pSCU-313-3, complete sequence	False	True
MAD0025_000000002694	3784	0.9977393371956268	4	4	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.42707412188406013	PS843	0	0	True	True	0.9891648888587952	1	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	other	3794.0	99.07700000000001	100.0	0.0007693880515029538	CP010172.1	enterobacteria	Escherichia coli strain H8, complete genome	False	True
CAN0011_000000007432	4171	0.9977390437931484	4	4	2	2	4	True	120501	backbone	False	FIJ0011_000000010251	0.895739993045294	PS843	0	0	True	True	1.0	91	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3935.0	99.92399999999999	100.0	0.9661100196463654	CP057720.1	enterobacteria	Escherichia coli strain RHB17-C01 plasmid pRHB17-C01_4, complete sequence	False	True
CAN0017_000000014085	2558	0.9977388675560136	3	3	3	3	1	False	92505	maximal	True	CAN0017_000000014085	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	2.661062983068772e-05	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0774_000000006330	3812	0.9977377382835301	5	2	2	2	2	False	29856	fragment	False	ISR0774_000000006330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000003443	4197	0.9977369192331424	6	3	2	2	3	False	100546	fragment	False	FIJ0055_000000003443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	46.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0156_000000013183	1905	0.9977367750832964	3	3	3	3	2	False	83700	fragment	False	FIJ0018_000000013531	0.6111633122656664		0	0	False	False	0.9984251856803894	0					non-mobilizable	other	1905.0	99.895	100.0	0.004642509686118555	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0044_000000012245	2005	0.9977367452664256	3	3	3	3	2	False	83700	fragment	False	FIJ0018_000000013531	0.6134767878642532		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	99.65100000000001	100.0	0.004886338976355873	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0152_000000012136	1939	0.9977367452664256	3	3	3	3	2	False	83700	fragment	False	FIJ0018_000000013531	0.6120569726449141		0	0	False	False	1.0	0					non-mobilizable	other	1939.0	99.845	100.0	0.004725411644799243	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
USA0057_01_000000004903	6053	0.9977358268286378	5	5	4	4	5	False	90353	maximal	True	USA0057_01_000000004903	1.0		11	4	False	False	0.9995043873786926	0					non-mobilizable	chromosome	6034.0	99.96700000000001	99.0	0.0012008410067000678	CP030939.1	enterobacteria	Escherichia coli strain AMSHJX01 chromosome, complete genome	False	False
ISR0840_000000003497	3947	0.9977348754758052	6	3	1	3	1	True	65709	maximal	True	ISR0840_000000003497	0.9762243867578948	PS165|PS296	4	2	True	True	1.0	31					non-mobilizable	plasmid	3698.0	96.755	99.0	0.9445154691894656	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
ISR0371_000000003904	3947	0.9977348754758052	6	3	1	3	1	True	65709	maximal	False	ISR0840_000000003497	0.9757430514449481	PS165|PS296	0	0	True	True	1.0	11					non-mobilizable	plasmid	3697.0	96.67299999999999	99.0	0.9445154691894656	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
MON0059_000000001748	11867	0.997734237577542	19	5	2	4	3	False	122542	maximal	True	MON0059_000000001748	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4016.0	96.24	88.0	0.08978806257413334	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
CHI0179_000000020298	1141	0.9977338919774292	1	1	1	1	1	False	77499	maximal	True	CHI0179_000000020298	1.0		7	3	False	False	0.9938650131225586	0					non-mobilizable	other	1125.0	99.822	99.0	0.00027249878721069125	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	False
CAN0014_000000014956	3122	0.9977336639938328	4	3	3	3	3	False	93688	fragment	False	CAN0014_000000014956	1.0		0	0	False	False	0.99839848279953	0					non-mobilizable	no_good_hit	837.0	99.522	27.0	0.0002321564445629294	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0229_000000004112	3740	0.997733556365464	5	4	2	4	3	False	116344	backbone	False	ENG0007_000000007055	0.9957965463100747	PS772	0	0	True	True	1.0	28	rep_cluster_1571	MOBQ			mobilizable	plasmid	2146.0	99.90700000000001	100.0	0.5859054903031958	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
BAN0019_000000000766	3861	0.9977326440760044	4	2	2	2	1	True	97831	maximal	True	BAN0019_000000000766	1.0		1	1	False	False	0.9997410178184509	0	rep_cluster_1172	MOBQ			mobilizable	plasmid	2602.0	98.463	100.0	0.16204425054534122	CP039148.1	g-proteobacteria	Acinetobacter sp. 10FS3-1 plasmid p10FS3-1-5, complete sequence	False	True
ENG0096_000000005784	5467	0.9977323267046267	7	6	5	3	4	False	100056	fragment	False	ENG0096_000000005784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	86.81299999999999	2.0	3.0159761052438572e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AUS0024_000000004959	6203	0.997731385224033	10	3	1	3	1	False	118033	maximal	True	AUS0024_000000004959	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3047.0	97.079	71.0	0.2562032130540836	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
SPA0002_000000009296	2274	0.997731112907244	4	3	2	2	3	False	88550	fragment	False	SPA0002_000000009296	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2195.0	100.0	100.0	0.0004323644284286115	CP043478.1	enterobacteria	Escherichia coli strain ST130 chromosome, complete genome	False	False
ISR0202_000000003020	4043	0.9977293149174228	7	3	3	3	2	False	107017	fragment	False	ISR0047_000000004284	0.34031803890238993		0	0	False	False	1.0	0					non-mobilizable	other	4071.0	98.624	100.0	0.04057560274628772	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MAD0108_000000001553	9474	0.9977288418125384	12	8	6	6	6	False	14625	maximal	True	MAD0108_000000001553	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1983.0	85.325	43.0	0.01144945470526328	LR135271.1	firmicutes	Enterococcus faecium isolate E7196 genome assembly, plasmid: 2	True	False
ISR0097_000000003244	6625	0.9977287931032364	9	7	5	5	5	True	112628	fragment	False	ISR0097_000000003244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1983.0	73.374	30.0	0.0008132143134102813	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
USA0005_01_000000008656	4157	0.9977272525490144	8	3	3	3	2	False	2184	maximal	True	USA0005_01_000000008656	1.0		0	0	False	False	0.9898965358734131	0					non-mobilizable	no_good_hit	667.0	88.456	17.0	0.011732180200616737	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0112_000000004678	3509	0.9977260607761308	5	3	3	3	3	False	82448	maximal	True	CHI0112_000000004678	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	74.847	41.0	0.06317445060946306	MN856078.1	viruses	Bacteriophage sp. isolate 83, complete genome	True	False
ENG0041_000000000098	78011	0.9977252914505742	77	31	15	25	18	True	108419	fragment	False	ENG0041_000000000098	1.0		0	0	False	False	0.9998846054077148	0					non-mobilizable	no_good_hit	2281.0	90.04799999999999	8.0	0.000800254161003936	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	True
FIJ0068_000000003745	7504	0.9977251844993706	7	6	1	5	5	True	98113	fragment	False	FIJ0068_000000003745	1.0		0	0	False	False	0.9996002316474915	0	IncFIB				non-mobilizable	plasmid	6804.0	99.265	96.0	0.04472673210009736	CP024244.1	enterobacteria	Escherichia coli O128:H27 strain 90-9281 plasmid unnamed, complete sequence	False	True
AST0007_000000003761	4911	0.9977234630881592	11	3	1	3	1	False	127289	fragment	False	AST0007_000000003761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2760.0	96.196	63.0	0.23206325174531078	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
AST0061_000000001840	13617	0.9977233897066132	19	13	8	12	8	True	112208	maximal	True	AST0061_000000001840	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	32.0	100.0	0.0	1.2703715344981684e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ENG0065_000000002832	9091	0.9977229404191954	16	8	5	5	7	False	121822	fragment	False	ENG0065_000000002832	1.0		0	0	False	False	0.9986799955368042	0					non-mobilizable	other	7904.0	97.027	99.0	0.0022198715459062915	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
SPA0119_000000007255	4750	0.9977214971466716	7	3	1	3	0	True	108597	backbone	False	ISR0049_000000005849	0.9591701406953735	PS526|PS527|PS528|PS673|PS674|PS675	0	0	True	True	0.99936842918396	27					non-mobilizable	no_good_hit	1710.0	93.39200000000001	65.0	0.42148148148148146	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0093_000000008564	4750	0.9977214971466716	8	3	1	3	0	True	108597	backbone	False	ISR0049_000000005849	0.959249953330709	PS526|PS527|PS528|PS673|PS674|PS675	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	951.0	99.369	65.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AUS0002_000000007427	4377	0.9977214971466716	6	3	1	3	0	True	126251	maximal	True	AUS0002_000000007427	1.0	PS261|PS857|PS950	1	1	False	True	0.9910897612571716	0					non-mobilizable	no_good_hit	1531.0	99.73899999999999	63.0	0.5044510385756676	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0351_000000002876	4222	0.9977214971466716	7	3	1	3	0	True	108596	backbone	True	ISR0351_000000002876	0.9950972006826924	PS526|PS674	5	1	True	True	0.9962103366851807	10					non-mobilizable	no_good_hit	1863.0	95.491	67.0	0.4597530864197531	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0115_000000010011	3209	0.9977214971466716	6	3	1	3	0	True	108591	fragment	False	ISR0115_000000010011	1.0		0	0	False	False	0.9975070357322693	0					non-mobilizable	no_good_hit	1415.0	92.58	74.0	0.3491358024691358	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0057_000000001194	15158	0.9977214599561272	24	10	6	10	5	True	46218	maximal	False	FIJ0056_000000001507	0.9909193483607218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0500006416670588e-05	CP015902.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06, complete genome	True	True
CAN0007_000000005924	7266	0.9977212977371986	9	4	4	3	2	False	107026	fragment	False	CHI0125_000000001580	0.44974643640174716		0	0	False	False	1.0	0					non-mobilizable	other	7266.0	100.0	100.0	0.07249920166054606	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0015_000000005395	3598	0.9977195754597062	5	4	4	3	4	False	103447	fragment	False	SPA0015_000000005395	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2883.0	92.92399999999999	99.0	0.11421492227151021	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MAD0039_000000000535	13262	0.9977191248374788	12	12	10	9	12	True	98105	fragment	False	MAD0079_000000000236	0.4735047087121584		0	0	False	False	0.997964084148407	0	IncFIB				non-mobilizable	no_good_hit	5565.0	97.179	70.0	0.04746497750535689	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	True	True
ENG0087_000000021800	1173	0.9977186809139671	2	1	1	1	1	False	61338	fragment	False	SPA0130_000000027162	0.9458061732667602		0	0	False	False	0.9991474747657776	0					non-mobilizable	plasmid	685.0	94.745	92.0	0.010407157202848275	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ENG0065_000000003091	8450	0.9977181440958556	16	5	3	4	2	False	62881	maximal	True	ENG0065_000000003091	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	88.721	27.0	0.015117144578740298	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0161_000000001521	11990	0.9977177359583532	12	12	9	12	12	True	56438	maximal	True	ENG0161_000000001521	1.0		1	1	True	True	1.0	28	rep_cluster_1244				non-mobilizable	plasmid	8565.0	99.87200000000001	92.0	0.33470137585991244	NZ_CP040739.1	firmicutes	Lactobacillus futsaii strain Y97 plasmid p3, complete sequence	False	True
ENG0116_000000001043	14711	0.9977174570167028	17	7	6	4	6	False	87898	backbone	False	ENG0085_000000001418	0.9850252445250653	PS455	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3419.0	90.962	51.0	0.054816606207174524	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0238_000000000609	14708	0.9977174570167028	17	7	6	4	6	False	87898	backbone	False	ENG0085_000000001418	0.9862450505525276	PS455	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	3369.0	91.066	51.0	0.05402660217654172	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0398_000000001246	14660	0.9977174570167028	17	7	6	4	6	False	87898	backbone	False	ENG0085_000000001418	0.9852161232690022	PS455	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	3369.0	91.036	51.0	0.05402660217654172	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0138_000000001701	14660	0.9977174570167028	18	7	6	4	6	False	87898	backbone	False	ENG0085_000000001418	0.9853167679149532	PS455	0	0	True	True	0.999931812286377	2					non-mobilizable	no_good_hit	3369.0	91.066	51.0	0.05402660217654172	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
USA0036_01_000000002636	14637	0.9977174570167028	17	7	6	4	6	False	87898	backbone	False	ENG0085_000000001418	0.9780659628774218	PS455	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3369.0	91.036	51.0	0.05402660217654172	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
CHI0038_000000000649	14595	0.9977174570167028	17	7	6	4	6	False	87898	backbone	False	ENG0085_000000001418	0.9819420216114677	PS455	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	3324.0	90.975	51.0	0.05331721080209593	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0015_000000010019	2499	0.9977173121162736	4	4	2	3	3	False	90340	fragment	False	ISR0015_000000010019	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2499.0	99.12	100.0	0.0005061167593939566	CP057250.1	enterobacteria	Escherichia coli strain RHB31-C19 chromosome, complete genome	False	False
MAD0050_000000005786	3911	0.997715435425407	6	2	2	2	2	False	49865	fragment	False	MAD0050_000000005786	1.0		0	0	False	False	0.9976987838745117	0					non-mobilizable	no_good_hit	538.0	94.796	40.0	0.009516889377237443	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0020_01_000000021099	1643	0.9977135301088584	3	2	1	2	2	True	1778	fragment	False	USA0020_01_000000021099	1.0		0	0	False	False	0.9683505892753601	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	5.0	4.7152925001411484e-05	NZ_FMIY01000002.1	firmicutes	Colibacter massiliensis strain Marseille-P2911T, whole genome shotgun sequence	True	True
MON0027_000000007869	4635	0.9977134044517002	5	4	4	4	2	False	12861	fragment	False	MON0027_000000007869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000003636	3946	0.9977132876367952	3	3	3	3	2	False	48601	fragment	False	SPA0037_000000005882	0.9322109920458451		0	0	False	False	1.0	0					non-mobilizable	plasmid	3723.0	100.0	100.0	0.030531220264461725	CP026578.2	enterobacteria	Escherichia coli strain WCHEC005237 plasmid pQnrS1_005237, complete sequence	False	True
MAD0003_000000013490	2056	0.9977130785507192	2	2	2	2	2	False	44593	fragment	False	FIJ0075_000000009113	0.9516862745098038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	3.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
FIJ0114_000000005887	6003	0.9977114177710368	9	9	3	5	8	False	116144	fragment	False	FIJ0115_000000004034	0.9931965157990829		0	0	False	False	1.0	0	IncFII				non-mobilizable	chromosome	6005.0	99.53399999999999	100.0	0.000997780586320734	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	True
ENG0171_000000006500	3642	0.9977098152049028	10	2	1	2	1	False	77218	fragment	False	ENG0171_000000006500	1.0		0	0	False	False	0.9879187345504761	0					non-mobilizable	no_good_hit	2210.0	77.828	60.0	0.018648477483182994	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	True	False
USA0034_01_000000007055	8064	0.9977075244439392	10	9	5	6	5	False	31030	maximal	True	USA0034_01_000000007055	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	76.392	15.0	0.0007157900285357632	NZ_FNVZ01000005.1	fusobacteria	Leptotrichia massiliensis strain Marseille-P3007T, whole genome shotgun sequence	True	False
FIJ0155_000000012344	1786	0.9977074317741405	3	3	0	3	3	False	103827	fragment	False	SPA0073_000000006318	0.952402425835172		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1786.0	99.32799999999999	100.0	0.14791183294663574	CP003112.1	enterobacteria	Escherichia coli O55:H7 str. RM12579 plasmid p12579_3, complete sequence	False	True
ENG0093_000000002886	4333	0.997707103773945	4	4	2	4	2	False	126087	fragment	False	ENG0093_000000002886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	2.425663520042045e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
CHI0141_000000000805	29917	0.997705390595131	35	17	13	16	11	True	87617	maximal	True	CHI0141_000000000805	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1474.0	88.46700000000001	9.0	0.02480232479556667	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	True
ISR0333_000000008500	2543	0.997699309805642	3	2	2	1	1	False	29261	fragment	False	ISR0333_000000008500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	91.611	12.0	0.001916378562457108	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0056_000000000724	16089	0.9976979662171928	17	13	7	7	10	True	132596	backbone	False	ISR0120_000000000296	0.28787731055998544	PS1169|PS902	0	0	False	True	0.9977624416351318	0		MOBB	MPF_T		conjugative	plasmid	16053.0	99.89399999999999	99.0	0.5182076446280992	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0395_000000002996	11666	0.9976976684781024	8	6	6	6	4	True	87428	maximal	True	ISR0395_000000002996	1.0		1	1	False	False	0.9995713829994202	0					non-mobilizable	other	5465.0	97.585	92.0	0.007781901593565898	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
AST0110_000000011943	1491	0.9976971913806744	2	1	1	1	1	False	106978	fragment	False	AST0110_000000011943	1.0		0	0	False	False	0.9919517040252686	0					non-mobilizable	no_good_hit	596.0	88.42299999999999	40.0	0.01336207864537717	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
DEN0012_000000001298	4868	0.9976971787539266	6	6	0	2	6	False	75483	maximal	True	DEN0012_000000001298	1.0		7	6	True	True	1.0	31	ColRNAI_rep_cluster_1987,ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	4645.0	99.82799999999999	100.0	0.9654454621149042	CP056172.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00695 plasmid pRHBSTW-00695_5, complete sequence	False	True
USA0036_01_000000003177	12278	0.997696807092506	19	12	7	8	11	True	124080	fragment	False	USA0036_01_000000003177	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7903.0	97.431	99.0	0.0022198715459062915	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0011_000000010672	1626	0.9976962583933576	2	2	1	1	2	False	8033	maximal	True	SPA0011_000000010672	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	98.34700000000001	15.0	0.00014241756475419378	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0091_000000003551	4351	0.9976953183325544	6	6	3	4	6	False	5347	maximal	True	SPA0091_000000003551	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4293.0	99.977	100.0	0.02135164042484392	CP044275.1	firmicutes	Enterococcus faecium strain V2937 plasmid pHVH-V2937-1, complete sequence	False	True
ENG0055_000000004449	4360	0.997695202156268	6	6	6	5	6	False	63670	maximal	True	ENG0055_000000004449	1.0		1	1	False	False	0.9997706413269043	0					non-mobilizable	plasmid	4360.0	100.0	100.0	0.01826784457035572	MH733010.1	enterobacteria	Klebsiella pneumoniae strain KP14812 plasmid pKP14812-MCR-1, complete sequence	False	True
SPA0124_000000004387	6376	0.9976946340006191	6	3	3	3	2	False	4074	maximal	True	SPA0124_000000004387	1.0		2	1	False	False	0.991060197353363	0					non-mobilizable	no_good_hit	916.0	98.581	14.0	0.0002887278744516537	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0318_000000001506	2873	0.9976929014217244	3	2	1	2	1	False	25121	fragment	False	ISR0318_000000001506	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2874.0	99.93	100.0	0.0006088275545221711	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0032_000000013414	2459	0.9976911445311576	3	1	1	1	1	False	36952	fragment	False	ISR0032_000000013414	1.0		0	0	False	False	0.9930866360664368	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000002983	7181	0.9976901677386378	8	6	2	3	5	False	130169	maximal	True	ISR0002_000000002983	1.0	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS879|PS974|PS975|PS977	1	1	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	5115.0	98.065	79.0	0.996484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0084_000000000905	12067	0.9976888843935248	11	9	6	6	9	False	84351	maximal	True	SPA0084_000000000905	1.0		33	5	False	False	0.9993370175361633	0					non-mobilizable	no_good_hit	10077.0	99.87100000000001	84.0	0.017245544272872275	NZ_JH594500.1	CFB group bacteria	Prevotella maculosa OT 289 supercont1.1, whole genome shotgun sequence	True	False
ISR0231_000000000220	28062	0.997687463647976	32	17	9	15	12	True	128724	backbone	False	ISR0392_000000000627	0.9831783703720512	PS1047	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	3290.0	96.353	48.0	0.14264016663773652	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
SPA0117_000000000782	30198	0.9976854657759964	33	20	10	17	13	True	128728	maximal	False	FIJ0161_000000000342	0.9175919663137809	PS985|PS993	0	0	True	True	0.9999668598175049	71					non-mobilizable	no_good_hit	4945.0	94.37799999999999	46.0	0.2144159000173581	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
CHI0041_000000002289	5706	0.9976842127043628	6	5	3	5	4	True	87616	fragment	False	CHI0041_000000002289	1.0		0	0	False	False	0.9978969693183899	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.0128137212467696e-06	LK064720.1	birds	Apteryx australis mantelli genome assembly AptMant0, scaffold scaffold52	True	True
FIJ0067_000000005362	5683	0.9976823772594076	4	3	3	3	1	True	49631	maximal	True	FIJ0067_000000005362	1.0	PS138	1	1	True	True	1.0	12					non-mobilizable	no_good_hit	529.0	80.15100000000001	9.0	0.18134171907756813	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	True	True
FIJ0058_000000005379	6930	0.9976818485946728	7	5	4	4	4	False	46074	maximal	True	FIJ0058_000000005379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	85.852	18.0	0.0003196209513630869	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0163_000000001481	3134	0.9976794495541944	7	1	1	1	1	False	30307	maximal	True	ISR0163_000000001481	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1116.0	89.60600000000001	47.0	0.01972494949136923	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0002_000000026799	1599	0.9976794495541944	4	1	1	1	1	False	20158	fragment	False	MAD0002_000000026799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	89.088	38.0	0.01084606387126502	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0201_000000001520	6638	0.9976765132646778	11	7	5	7	6	True	54170	fragment	False	ENG0201_000000001520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	97.0	2.0	3.600074619728482e-05	NZ_GL892076.1	firmicutes	Centipeda periodontii DSM 2778 SCAFFOLD1, whole genome shotgun sequence	True	True
MAD0102_000000003667	4355	0.9976748734868468	7	5	2	3	5	True	15029	fragment	False	MAD0102_000000003667	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4359.0	90.869	99.0	0.000854387988393577	CP029568.1	enterobacteria	Salmonella enterica strain DA34837 chromosome, complete genome	False	True
CAN0020_000000006873	5244	0.9976736089759844	9	6	3	4	5	True	123347	maximal	False	CAN0021_000000007731	0.9790130459444129	PS890|PS891	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1859.0	99.462	64.0	0.5325308111206649	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
USA0130_01_000000027794	1173	0.997672524597788	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.2893701453911702		0	0	False	False	0.9965899586677551	0					non-mobilizable	no_good_hit	102.0	85.294	8.0	0.00020910134514895334	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0257_000000004083	3849	0.997671473218358	4	3	3	3	3	False	54109	fragment	False	ISR0257_000000004083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2525.0	88.396	65.0	0.041862864178632636	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
MAD0034_000000012990	1228	0.9976689236544632	3	1	1	1	1	False	18800	fragment	False	MAD0034_000000012990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	87.816	59.0	0.12955715756951597	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ENG0020_000000001558	13037	0.9976684759624332	13	7	6	7	6	False	103487	maximal	True	ENG0020_000000001558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3191.0	92.448	53.0	0.12664348799104824	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0054_000000024055	1106	0.9976676922533756	3	2	1	2	1	False	35682	fragment	False	ISR0054_000000024055	1.0		0	0	False	False	0.9349005222320557	0					non-mobilizable	no_good_hit								True	False
SPA0003_000000001837	8725	0.9976669104104468	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9910056635517697	PS932|PS933	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	2174.0	93.238	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0231_000000008497	2126	0.9976666334348364	3	2	1	1	2	False	64115	maximal	True	ISR0231_000000008497	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	77.294	20.0	0.10550795593635251	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ENG0050_000000023903	1198	0.9976666334348364	2	2	1	1	2	False	64113	fragment	False	ENG0210_000000021644	0.9559294871794872		0	0	False	False	0.9891485571861267	0					non-mobilizable	no_good_hit	436.0	77.294	36.0	0.10550795593635251	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
USA0080_01_000000007834	5456	0.9976632660829756	6	3	2	3	2	False	632	fragment	False	USA0080_01_000000007834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	75.28699999999999	6.0	0.01673170731707317	NZ_FQXK01000051.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ENG0065_000000003302	7972	0.9976628804623836	11	8	5	6	6	True	122248	maximal	True	ENG0065_000000003302	1.0		0	0	False	False	0.9984947443008423	0					non-mobilizable	no_good_hit	1224.0	91.258	52.0	0.09705526421944333	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0083_000000012555	1775	0.9976604219288828	3	3	1	3	3	False	61564	fragment	False	ENG0083_000000012555	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1712.0	99.47399999999999	100.0	0.00034668653984950036	CP002291.1	enterobacteria	Escherichia coli P12b, complete genome	False	False
USA0038_01_000000000303	39730	0.9976602792539606	45	24	13	24	12	True	105277	fragment	False	USA0038_01_000000000303	0.9872353073006623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5734.0	77.433	24.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MON0061_000000009728	4262	0.9976599978799126	6	4	2	3	2	True	101887	backbone	False	ISR0203_000000004023	0.7784338459578236	PS591	0	0	True	True	1.0	205					non-mobilizable	no_good_hit	1770.0	77.345	41.0	0.32412898443291327	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
ISR0084_000000008032	2973	0.9976599240481688	5	3	2	3	2	False	86114	fragment	False	ISR0084_000000008032	0.9583263215831236		0	0	False	False	0.9996636509895325	0					non-mobilizable	no_good_hit	294.0	98.29899999999999	10.0	0.004172897529018016	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0082_000000007553	3813	0.9976596352732048	5	3	1	3	1	False	9933	maximal	True	MON0082_000000007553	1.0		1	1	False	False	0.9997377395629883	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000000305	30043	0.9976590394840932	44	14	7	10	8	False	40416	maximal	True	MAD0048_000000000305	1.0		1	1	False	False	0.9998335838317871	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.48421784288244e-06	LR824641.1	g-proteobacteria	Xanthomonas sp. CPBF 424 isolate Xanthomonas sp. CPBF 367 genome assembly, chromosome: 1	True	False
SPA0118_000000004645	6134	0.9976587465418064	12	3	3	2	2	False	101259	fragment	False	SPA0118_000000004645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2463.0	93.626	66.0	0.0396130592503023	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ENG0129_000000002168	10714	0.9976587202135836	13	8	4	5	8	True	62116	maximal	True	ENG0129_000000002168	1.0		1	1	False	False	0.9989733099937439	0					non-mobilizable	no_good_hit	169.0	75.74	2.0	7.159783669755851e-05	NZ_UHFN01000007.1	firmicutes	Streptococcus hyointestinalis strain NCTC12224, whole genome shotgun sequence	True	True
ISR0188_000000015445	1341	0.9976579008931116	2	1	1	1	1	False	82729	fragment	False	ISR0188_000000015445	0.9955501618122977		0	0	False	False	0.9888142943382263	0					non-mobilizable	other	1037.0	99.036	100.0	0.07071467688937569	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
ISR0332_000000012030	1275	0.9976579008931116	2	1	1	1	1	False	132544	fragment	False	CHI0126_000000000854	0.009113494513671437		0	0	False	False	0.9960784316062927	0					non-mobilizable	plasmid	1275.0	99.60799999999999	100.0	0.03298040332392762	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0120_000000031274	1266	0.9976579008931116	2	1	1	1	1	False	132544	fragment	False	CHI0126_000000000854	0.009099393921409423		0	0	False	False	0.998420238494873	0					non-mobilizable	plasmid	1266.0	100.0	100.0	0.032747417743146344	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0127_000000021184	1229	0.9976579008931116	2	1	1	1	1	False	132544	fragment	False	CHI0126_000000000854	0.007560555970060804		0	0	False	False	0.9837266206741333	0					non-mobilizable	plasmid	1229.0	99.837	100.0	0.03178958813326775	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0082_000000029568	1164	0.9976579008931116	2	1	1	1	1	False	132544	fragment	False	CHI0126_000000000854	0.007201333990857877		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	99.485	100.0	0.07961391018619934	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
SPA0094_000000010634	1129	0.9976579008931116	1	1	1	1	1	False	7224	fragment	False	SPA0094_000000010634	0.9813499111900532		0	0	False	False	1.0	0					non-mobilizable	plasmid	1079.0	99.62899999999999	100.0	0.027906495120246448	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0032_000000026762	1126	0.9976579008931116	1	1	1	1	1	False	7224	fragment	False	SPA0094_000000010634	0.9800708591674048		0	0	False	False	1.0	0					non-mobilizable	plasmid	1034.0	99.71	100.0	0.026741567216340054	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MAD0101_000000001110	14270	0.9976571115297332	16	16	5	6	16	True	98075	fragment	False	MAD0102_000000000825	0.9852084956213207		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	13872.0	99.73299999999999	100.0	0.0953176108408235	CP029181.1	enterobacteria	Escherichia coli strain H9Ecoli plasmid p1-H9, complete sequence	False	True
FIJ0169_000000001666	11645	0.9976565813662884	14	10	8	10	8	True	130301	maximal	True	FIJ0169_000000001666	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	85.814	18.0	0.002082649397683575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0129_000000000179	52052	0.9976565594583268	45	23	13	19	9	True	132147	fragment	False	ISR0104_000000000158	0.4735503842092296		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	97.971	9.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0021_000000000916	9451	0.9976552351285104	14	4	1	3	3	True	89321	maximal	True	CHI0021_000000000916	1.0	PS343	1	1	False	True	0.9960850477218628	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00012151914116346983	NZ_CABFVD010000005.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	True
CHI0002_000000002234	4249	0.9976546567714786	5	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.09583284981977458		0	0	False	False	1.0	0					non-mobilizable	plasmid	4249.0	99.976	100.0	0.08326636219299449	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
SPA0092_000000011831	3497	0.9976546567714786	5	5	2	2	5	False	132544	fragment	False	CHI0126_000000000854	0.033414693731604383		0	0	False	False	0.9985702037811279	0					non-mobilizable	other	3497.0	99.8	100.0	0.2393209200438116	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
MAD0056_000000001733	6128	0.997654361938484	5	4	3	4	4	True	90294	fragment	False	MAD0056_000000001733	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	chromosome	6128.0	99.869	100.0	0.0012165737573901346	CP026536.1	enterobacteria	Enterobacter cloacae strain 339389L chromosome	False	True
ISR0241_000000003106	4001	0.9976542157623118	5	3	3	3	2	True	120066	maximal	True	ISR0241_000000003106	1.0	PS827	0	0	False	True	1.0	0	rep_cluster_1143,rep_cluster_1320				non-mobilizable	no_good_hit	1607.0	95.022	65.0	0.2568218298555377	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	True	True
ISR0153_000000010081	2722	0.9976535257316392	3	3	1	3	1	True	131974	maximal	False	SPA0039_000000009752	0.9974513269793461		0	0	True	True	1.0	87					non-mobilizable	other	2260.0	86.681	90.0	0.2852604828462516	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	False	True
SPA0114_000000017156	2684	0.9976535257316392	3	3	1	3	1	True	131974	maximal	False	SPA0039_000000009752	0.9967850272841826		0	0	True	True	1.0	37					non-mobilizable	other	2269.0	86.602	90.0	0.28640406607369756	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	False	True
ISR0159_000000006371	3908	0.9976530871122766	6	4	3	3	4	True	32798	fragment	False	ISR0172_000000003955	0.9859754570498371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	96.0	3.0	0.00016039882952205485	NZ_FNGW01000004.1	firmicutes	Romboutsia lituseburensis DSM 797, whole genome shotgun sequence	True	True
DEN0042_000000000002	4874	0.997650851175584	5	3	0	2	3	True	114717	maximal	False	DEN0091_000000000001	0.9742156620503974	PS386	0	0	False	True	1.0	0	rep_cluster_870				non-mobilizable	no_good_hit	3716.0	99.758	76.0	0.6639256346085091	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	True	True
MON0033_000000004328	13798	0.9976506443519404	18	15	7	9	14	True	114163	maximal	True	MON0033_000000004328	1.0		1	1	False	False	0.9999275207519531	0					non-mobilizable	no_good_hit	3974.0	98.691	71.0	0.026736564422132195	AP022045.1	enterobacteria	Escherichia coli plasmid pWP4-S17-ESBL-03_1 DNA, complete genome, strain: WP4-S17-ESBL-03	True	True
FIJ0068_000000004905	5960	0.997650623083544	9	4	3	4	3	True	45126	fragment	False	FIJ0068_000000004905	1.0		0	0	False	False	0.9996644258499146	0					non-mobilizable	no_good_hit								True	True
FIJ0133_000000006104	5950	0.997650623083544	9	4	3	4	3	True	45126	fragment	False	FIJ0068_000000004905	0.9991610738255033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0009_000000027060	1260	0.9976471602997116	1	1	1	1	1	False	38333	fragment	False	ISR0009_000000027060	1.0		0	0	False	False	0.9873015880584717	0					non-mobilizable	no_good_hit	685.0	95.182	69.0	0.010407157202848275	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ENG0133_000000005308	4594	0.9976466473749972	7	6	3	5	4	False	62515	fragment	False	ISR0132_000000005230	0.9770413463536256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	0.00019455084694468703	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
USA0086_01_000000007866	2232	0.9976457588439446	5	3	1	3	1	True	125361	fragment	False	FIJ0114_000000005988	0.1116822195284248		0	0	False	False	1.0	0					non-mobilizable	other	2232.0	98.163	100.0	0.0006367568838813458	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0107_000000009826	3946	0.9976455178046734	5	1	1	1	1	False	14700	maximal	True	MAD0107_000000009826	1.0		1	1	False	False	0.9944247603416443	0					non-mobilizable	no_good_hit	448.0	81.473	11.0	0.009948572840171574	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0798_000000000642	16242	0.9976427164269024	23	16	13	11	15	False	123923	fragment	False	ISR0798_000000000642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3515.0	98.464	59.0	0.035007185055085425	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0139_000000000553	24148	0.9976426826643242	19	13	8	12	8	True	125343	maximal	False	ISR0141_000000000972	0.9778564576333175	PS770|PS925|PS926|PS927	0	0	True	True	0.9998343586921692	17					non-mobilizable	no_good_hit	3390.0	78.525	30.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0386_000000001022	24068	0.9976426826643242	18	13	8	12	8	True	125343	maximal	False	ISR0141_000000000972	0.982058309862714	PS770|PS925|PS926|PS927	0	0	True	True	0.9989612698554993	8					non-mobilizable	no_good_hit	3389.0	78.22399999999999	30.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0056_000000000720	11786	0.9976404065317432	18	17	7	12	17	True	18628	maximal	True	MAD0056_000000000720	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	9645.0	99.06700000000001	93.0	0.06024668524512315	CP056767.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00675 plasmid pRHBSTW-00675_2, complete sequence	False	True
ISR0386_000000013560	2381	0.9976397239646958	3	2	2	2	1	False	35337	fragment	False	ISR0386_000000013560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	674.0	94.214	28.0	0.010239790639644574	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
DEN0051_000000000126	57207	0.9976386901445392	68	26	12	21	20	True	117150	fragment	False	DEN0051_000000000126	1.0		0	0	False	False	0.9999650120735168	0	rep_cluster_329				non-mobilizable	no_good_hit	18407.0	98.044	89.0	0.09898868054583249	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ENG0087_000000002430	10820	0.9976375780262076	18	5	1	5	2	False	118836	backbone	False	ISR0143_000000002610	0.21461649339098965	PS813	0	0	False	True	0.9971349239349365	0					non-mobilizable	no_good_hit	4435.0	99.594	71.0	0.3729497855160232	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
FIJ0055_000000002188	6609	0.9976369867482916	6	6	4	3	6	False	87475	fragment	False	FIJ0055_000000002188	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6532.0	99.969	100.0	0.0013377514019147195	CP051001.1	enterobacteria	Escherichia coli O157:H16 str. 98-3133 chromosome, complete genome	False	False
MON0025_000000011470	3081	0.9976369674820748	7	3	3	3	2	False	121525	fragment	False	ISR0025_000000011703	0.9284638554216867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	76.056	14.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
FIJ0125_000000000929	16851	0.9976359693930952	21	15	10	12	8	True	52386	fragment	False	FIJ0125_000000000929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	89.61	1.0	0.14717223650385605	NZ_JAAIPV010000084.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_85_length_1556_cov_599.093, whole genome shotgun sequence	True	True
FIJ0035_000000001891	6201	0.9976358338866472	4	4	4	4	4	False	51921	maximal	False	FIJ0005_000000004194	0.9947334822853495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	2.0	1.4185378998520124e-05	CP036279.1	bacteria	Planctomycetes bacterium Pan216 chromosome, complete genome	True	False
MAD0005_000000022120	1419	0.9976353850638268	2	2	2	1	1	False	19925	maximal	True	MAD0005_000000022120	1.0		1	1	False	False	0.9732205867767334	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000000078	49114	0.9976344897653109	46	23	11	18	9	True	132147	fragment	False	ISR0104_000000000158	0.2929803592025725		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1310.0	98.855	3.0	0.005344820546323139	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0101_000000007434	3226	0.9976340003201669	7	5	4	3	4	False	39808	fragment	False	ISR0101_000000007434	1.0		0	0	False	False	0.9959702491760254	0					non-mobilizable	no_good_hit	1549.0	77.017	60.0	0.00030937673377340346	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
AST0050_000000003696	3608	0.9976321312114514	4	3	2	3	2	True	114776	maximal	True	AST0050_000000003696	1.0		3	1	True	True	1.0	41	rep_cluster_1188				non-mobilizable	plasmid	3397.0	99.087	100.0	0.9586519399603511	AY250830.1	firmicutes	Streptococcus thermophilus plasmid pND103, complete sequence	False	True
MON0061_000000004921	7417	0.9976296346686032	6	4	4	4	1	True	78047	fragment	False	MON0061_000000004921	0.9814254859611231		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
FIJ0050_000000006247	4106	0.997628736067758	5	2	2	2	2	False	100551	fragment	False	FIJ0023_000000007799	0.7170801334888022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	95.021	61.0	0.0001925986114226982	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0148_000000004284	3876	0.997628736067758	5	2	2	2	2	False	100551	fragment	False	FIJ0023_000000007799	0.7068566127873772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.536	63.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0035_000000010112	2720	0.997628736067758	2	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.09348966543383896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	58.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0047_000000017111	2296	0.997628736067758	2	2	2	2	2	False	57012	fragment	False	MON0001_000000014398	0.5621413405112601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1589.0	79.169	69.0	0.0004198756431846634	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0099_000000009016	2483	0.9976286219253896	6	6	3	3	6	False	42791	fragment	False	FIJ0099_000000009016	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2377.0	99.285	97.0	0.041866450430122694	KR091915.1	enterobacteria	Klebsiella pneumoniae strain KPC-DK05 plasmid pKPC-DK05, complete sequence	False	True
ISR0178_000000007993	2109	0.997628034746599	4	4	4	4	3	False	89752	fragment	False	ISR0178_000000007993	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2109.0	98.90899999999999	100.0	0.0689271817676487	MK773538.1	enterobacteria	Klebsiella pneumoniae strain QDE2 plasmid pQDE2-D, complete sequence	False	True
FIJ0008_000000008596	3335	0.9976278249608828	5	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.5329362831826602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.096	47.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0083_000000002210	10651	0.9976267794085156	11	9	7	8	7	True	125330	fragment	False	ENG0083_000000002210	1.0		0	0	False	False	0.9999061226844788	0					non-mobilizable	no_good_hit	2258.0	78.477	33.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0013_000000004413	5192	0.9976267579339224	10	5	3	4	4	True	123347	maximal	False	CAN0021_000000007731	0.958047292143402	PS890|PS891	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1428.0	99.58	65.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ISR0001_000000010233	2715	0.9976244197828528	4	3	3	3	2	False	86114	fragment	False	ISR0084_000000008032	0.8818553761863198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	97.561	8.0	0.000836988319089488	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0287_000000000337	15900	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.28195346527815746	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15901.0	99.95	100.0	0.5119124275595621	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
CHI0134_000000000584	15725	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.27848793482822254	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15725.0	99.87899999999999	100.0	0.50755423553719	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0161_000000001514	15724	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.2786321750350126	PS1169|PS902	0	0	False	True	0.9998728036880493	0		MOBB	MPF_T		conjugative	plasmid	15724.0	99.96799999999999	100.0	0.5066872925327919	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0131_000000000750	15720	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.27849064980309135	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15720.0	99.911	100.0	0.5073928202479339	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0126_000000002911	15719	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.27858066328572206	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15719.0	99.96799999999999	100.0	0.5065261529536885	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0072_000000000801	15719	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.27857437119361483	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15719.0	99.962	100.0	0.5065261529536885	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0328_000000001147	15719	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.2785456645967189	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15719.0	99.949	100.0	0.5065261529536885	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0131_000000000913	15719	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.2785199922123895	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15719.0	99.949	100.0	0.5064939250378678	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0159_000000000700	15718	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.2785661788516098	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15718.0	99.98100000000001	100.0	0.5065261529536885	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0068_000000001366	15718	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.27857224882656123	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15718.0	99.955	100.0	0.5065261529536885	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0144_000000000705	15713	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.277169567635372	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15714.0	99.37	100.0	0.4756023731686645	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0076_000000001287	15709	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.2784741256485984	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15709.0	99.975	100.0	0.5062038737954816	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0836_000000000836	15704	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.2783776863626879	PS1169|PS902	0	0	False	True	0.9994269013404846	0		MOBB	MPF_T		conjugative	plasmid	15704.0	99.949	100.0	0.5060427342163782	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0822_000000000260	15703	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.27839697519308787	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15703.0	99.962	100.0	0.5060427342163782	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0133_000000000924	15677	0.9976242802786796	16	12	8	6	9	True	132596	backbone	False	ISR0120_000000000296	0.27441583851723655	PS1169|PS902	0	0	False	True	0.9999362230300903	0		MOBB	MPF_T		conjugative	plasmid	15683.0	99.12	100.0	0.5062306301652892	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0181_000000013804	1361	0.9976241619308929	3	1	1	1	1	False	29576	fragment	False	MON0103_000000037431	0.6319194823867721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	5.0	0.001458363715910748	KC170282.1	bacteria	Uncultured bacterium plasmid pMBUI6, complete sequence	True	False
DEN0067_000000008272	3825	0.9976218769979596	3	1	1	1	1	False	70854	maximal	True	DEN0067_000000008272	1.0		1	1	False	False	0.9997385740280151	0					non-mobilizable	no_good_hit	1819.0	84.387	52.0	0.0006414889096505079	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0083_000000004480	5044	0.997621111630514	6	3	3	3	2	True	123263	maximal	True	ENG0083_000000004480	1.0	PS121|PS629|PS654|PS88|PS886|PS887	1	1	True	True	0.9994052052497864	4					non-mobilizable	no_good_hit	1686.0	95.848	36.0	0.0005292167686383432	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ENG0081_000000002702	8474	0.9976160253414936	6	6	5	6	5	True	106683	fragment	False	USA0007_01_000000002196	0.8949899475392019		0	0	False	False	0.9956337213516235	0					non-mobilizable	other	8420.0	99.09700000000001	99.0	0.7657813352737857	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0350_000000000348	30338	0.9976159406747614	26	20	16	18	15	True	117413	maximal	True	ISR0350_000000000348	0.9761278839337749		1	1	True	True	0.9999340772628784	18					non-mobilizable	no_good_hit	11153.0	95.929	69.0	0.16926845596737874	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0067_000000009645	3089	0.9976148965561059	6	4	2	3	3	False	104721	fragment	False	FIJ0067_000000009645	1.0		0	0	False	False	0.9996762871742249	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000002846	11178	0.9976148572647808	13	7	3	4	4	False	51419	fragment	False	SPA0130_000000002846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	98.837	1.0	0.0005455962587685113	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
AST0153_000000008777	3515	0.9976127536800614	4	4	1	4	2	True	127592	maximal	True	AST0153_000000008777	1.0	PS1011	6	3	True	True	0.9977240562438965	4		MOBV			mobilizable	no_good_hit	2970.0	100.0	87.0	0.9795447047179149	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ENG0057_000000011928	2047	0.9976121084310084	4	2	2	2	1	True	120791	fragment	False	ENG0057_000000011928	0.8983643990686913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	90.119	53.0	0.00035425772281835743	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ISR0847_000000004151	5461	0.9976120130708238	6	6	4	5	5	False	20650	maximal	True	ISR0847_000000004151	1.0		2	1	False	False	0.9994506239891052	0					non-mobilizable	no_good_hit	2426.0	97.65	44.0	0.0004606840807148905	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
ENG0035_000000003153	7173	0.9976111699437488	11	5	5	3	5	False	71000	fragment	False	ENG0035_000000003153	1.0		0	0	False	False	0.9998605847358704	0					non-mobilizable	no_good_hit	4038.0	96.335	56.0	0.06463181255327019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0200_000000002771	6816	0.997610965498292	8	4	2	4	1	True	125640	maximal	False	ENG0095_000000003738	0.994062125060136	PS732	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1181.0	75.191	17.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
DEN0071_000000002764	10996	0.9976108516184828	13	6	5	6	4	True	102601	fragment	False	SPA0009_000000002669	0.9614098389509813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0012_000000000713	22932	0.9976101604054394	24	23	4	13	22	True	103534	fragment	False	FIJ0012_000000000713	1.0		0	0	False	False	1.0	0		MOBF	MPF_F		conjugative	plasmid	15534.0	93.98100000000001	100.0	0.09142432516911318	AP018785.1	enterobacteria	Escherichia coli SK1144 plasmid pSK1144, nearly complete genome	False	True
AST0084_000000004413	6311	0.9976097890217086	10	7	4	4	6	True	127281	maximal	True	AST0084_000000004413	1.0	PS757|PS758|PS996	1	1	False	True	0.9992077350616455	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4513.0	99.645	77.0	0.9209881584320131	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
MON0037_000000014473	4167	0.9976082387246334	5	5	0	4	4	False	103820	maximal	True	MON0037_000000014473	1.0		1	1	False	False	0.9988000988960266	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	3257.0	96.838	90.0	0.2633119258596862	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	False	True
USA0133_01_000000001655	15922	0.9976077724806741	18	14	8	7	10	True	132596	backbone	False	ISR0120_000000000296	0.2656506426385818	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15923.0	99.86200000000001	100.0	0.5125563425627817	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ETH0004_000000005981	4769	0.9976073603085396	11	4	2	4	1	False	52941	maximal	True	ETH0004_000000005981	1.0		1	1	False	False	0.9995806217193604	0					non-mobilizable	no_good_hit	185.0	97.838	4.0	0.00659569129297057	LR131275.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 9D11-Mucin	True	False
ISR0061_000000000675	5303	0.9976069110501864	7	4	3	3	4	False	35383	fragment	False	ISR0061_000000000675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1255.0	98.645	24.0	0.006864888260657561	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
MON0058_000000013067	3411	0.9976066298753298	6	4	3	4	4	True	11023	fragment	False	MON0058_000000013067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0038_000000000123	15901	0.9976062154456674	18	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.28280437873785436	PS1169|PS902	0	0	False	True	0.9998742341995239	0		MOBB	MPF_T		conjugative	plasmid	15902.0	99.62299999999999	100.0	0.48129313476207775	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0052_000000000779	23355	0.9976059615727892	26	14	12	13	8	True	50064	maximal	True	FIJ0052_000000000779	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	759.0	97.365	4.0	0.5493372606774669	NZ_FOXF01000106.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
ISR0814_000000002401	15944	0.997604974932804	17	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.26707246670492196	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15945.0	99.931	100.0	0.48244339508415063	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0075_01_000000001317	15927	0.997604974932804	17	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.26707150439156835	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15928.0	99.906	100.0	0.4819288049400654	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0041_000000001720	15918	0.997604974932804	17	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.26709751476842764	PS1169|PS902	0	0	False	True	0.9999371767044067	0		MOBB	MPF_T		conjugative	plasmid	15919.0	99.906	100.0	0.481656374863785	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0141_000000001906	15778	0.997604974932804	17	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.26318650992170733	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15778.0	99.899	100.0	0.5092652376033058	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
USA0004_01_000000001480	15668	0.997604974932804	17	13	7	7	11	True	132596	backbone	False	ISR0120_000000000296	0.25933374621376126	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15668.0	99.93	100.0	0.47405860273640876	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0068_000000001014	20319	0.9976049668890212	15	7	6	7	3	False	93683	maximal	True	MON0068_000000001014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	93.046	12.0	0.00029428190081318834	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0104_000000000924	19663	0.997604595383496	24	23	7	16	23	True	82871	fragment	False	MON0104_000000000924	1.0		0	0	False	False	0.9997965693473816	0	IncK2/Z				non-mobilizable	plasmid	19584.0	100.0	100.0	0.18494767859166636	AP022296.1	enterobacteria	Escherichia coli plasmid pBEC1-S17-ESBL-07_1 DNA, complete genome, strain: BEC1-S17-ESBL-07	False	True
ISR0831_000000002719	5698	0.99760178971077	6	4	3	4	3	False	21026	maximal	True	ISR0831_000000002719	1.0		3	3	False	False	0.999473512172699	0					non-mobilizable	no_good_hit	171.0	93.56700000000001	3.0	0.2233902759526938	GQ877920.1		Uncultured organism clone VC1BT50TR genomic sequence	True	False
FIJ0080_000000007310	3535	0.9975982364943722	5	3	3	3	3	False	83711	maximal	True	FIJ0080_000000007310	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2100.0	97.04799999999999	62.0	0.0051179768020813265	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0339_000000004701	3032	0.9975949484684309	4	2	2	2	1	False	30034	fragment	False	ISR0339_000000004701	1.0		0	0	False	False	0.9963720440864563	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000024686	1270	0.9975942553352836	2	2	2	2	1	False	43891	fragment	False	FIJ0085_000000024686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.04680851063829787	LR789910.1	tunicates	Phallusia mammillata mRNA for 40S ribosomal protein S8 (Rps8-001 gene)	True	False
CHI0072_000000001911	6146	0.9975930652364832	9	3	3	3	2	True	84857	backbone	False	ENG0041_000000004110	0.32683110322962006	PS422	0	0	True	True	0.9998372793197632	23					non-mobilizable	no_good_hit	340.0	84.118	6.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
SPA0047_000000006445	6143	0.9975930652364832	8	3	3	3	2	True	84857	backbone	False	ENG0041_000000004110	0.4721271982949425	PS422	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	341.0	82.111	5.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ENG0041_000000004110	6121	0.9975930652364832	8	3	3	3	2	True	84857	backbone	True	ENG0041_000000004110	0.7773988692825289	PS422	1	1	True	True	1.0	52					non-mobilizable	no_good_hit	340.0	83.824	6.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
USA0045_01_000000002311	6116	0.9975930652364832	8	3	3	3	2	True	84857	backbone	False	ENG0041_000000004110	0.6556236225000832	PS422	0	0	True	True	0.9990189671516418	3					non-mobilizable	no_good_hit	341.0	82.111	5.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ISR0380_000000001930	6116	0.9975930652364832	8	3	3	3	2	True	84857	backbone	False	ENG0041_000000004110	0.6556804494919116	PS422	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	341.0	82.111	5.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
MAD0041_000000007922	3731	0.9975930652364832	6	3	3	3	2	True	83996	fragment	False	MAD0041_000000007922	1.0		0	0	False	False	0.9970517158508301	0					non-mobilizable	no_good_hit	340.0	84.118	9.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ENG0071_000000004939	4220	0.997592777568704	7	3	2	3	2	False	81995	fragment	False	ENG0071_000000004939	1.0		0	0	False	False	0.999763011932373	0					non-mobilizable	no_good_hit								True	False
SPA0050_000000009153	2841	0.997592777568704	5	3	2	3	2	False	37413	fragment	False	SPA0050_000000009153	1.0		0	0	False	False	0.9954241514205933	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.857251084169469e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0100_000000016734	1709	0.9975925894945294	2	2	1	2	1	False	4963	maximal	True	SPA0100_000000016734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.988713036754343e-05	NZ_MSPW01000002.1	firmicutes	Viridibacillus arenosi strain FSL R5-0213 NODE_2_length_561267_cov_2.5607, whole genome shotgun sequence	True	False
ISR0040_000000006654	4117	0.9975902336044794	6	5	4	3	4	False	103452	fragment	False	ISR0040_000000006654	1.0		0	0	False	False	0.9997571110725403	0					non-mobilizable	plasmid	4117.0	99.66	100.0	0.16448867042321064	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MAD0090_000000000378	23132	0.9975900960773564	21	7	6	7	5	True	74863	fragment	False	MAD0090_000000000378	0.9751420141794003		0	0	False	False	0.9999567866325378	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	0.0003879921958141185	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	True	True
FIJ0153_000000020196	1259	0.9975900122776994	2	2	1	2	1	False	39635	fragment	False	FIJ0153_000000020196	1.0		0	0	False	False	0.9984114170074463	0					non-mobilizable	no_good_hit	981.0	93.986	78.0	0.47990196078431374	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0021_000000005607	8670	0.9975885219701752	10	8	6	5	7	True	95472	maximal	True	FIJ0021_000000005607	1.0		2	1	False	False	1.0	0	IncR				non-mobilizable	no_good_hit	4879.0	99.611	68.0	0.02958648099268833	CP041648.1	enterobacteria	Klebsiella pneumoniae strain NKU_KlebA1 plasmid pKlebA1, complete sequence	True	True
TAN0010_000000000393	14428	0.9975882065497478	18	7	5	6	4	True	100620	maximal	True	TAN0010_000000000393	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0096_000000007467	2418	0.997586235959135	3	3	2	2	3	False	15505	fragment	False	MAD0096_000000007467	1.0		0	0	False	False	0.9995864629745483	0					non-mobilizable	chromosome	2240.0	95.759	100.0	0.00047368918112544484	CP029180.1	enterobacteria	Escherichia coli strain H9Ecoli chromosome, complete genome	False	False
DEN0082_000000000030	112662	0.9975855803172722	135	37	21	32	23	True	127692	fragment	False	ISR0110_000000000033	0.63369610224274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	97.189	3.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0041_000000021261	1583	0.9975833664918259	4	2	2	2	2	False	34989	fragment	False	SPA0041_000000021261	1.0		0	0	False	False	0.9930511713027954	0					non-mobilizable	no_good_hit	426.0	74.648	27.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
FIJ0005_000000013326	2480	0.9975825726237066	4	2	1	2	2	False	86114	fragment	False	ISR0084_000000008032	0.7217881091326326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	92.30799999999999	3.0	0.00013382486089533015	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0136_000000001484	18275	0.9975824092212904	21	13	11	10	9	True	120196	maximal	True	SPA0136_000000001484	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1213.0	73.124	7.0	0.0071633495247393104	NZ_MTBQ01000008.1	firmicutes	Oceanobacillus rekensis strain PT-11 scaffold8, whole genome shotgun sequence	True	True
FIJ0115_000000011345	2123	0.9975818767304953	1	1	1	1	1	False	41731	maximal	True	FIJ0115_000000011345	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	94.09899999999999	78.0	0.0005989987786305584	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
FIJ0061_000000004049	5668	0.9975816406121052	7	6	6	6	3	False	83712	fragment	False	FIJ0061_000000004049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1678.0	98.62899999999999	31.0	0.00408901719727984	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
AST0040_000000000637	21963	0.9975811017648116	21	12	7	10	7	True	127312	maximal	True	AST0040_000000000637	1.0	PS1004|PS879	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1077.0	99.071	11.0	0.1917661735875958	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0023_000000000047	45934	0.9975805264670352	52	24	10	22	10	True	89166	fragment	False	CHI0023_000000000047	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	38868.0	99.46700000000001	99.0	0.3326344076819061	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
CHI0137_000000000845	11428	0.9975802059260352	12	11	9	10	11	True	95858	fragment	False	CHI0137_000000000845	1.0		0	0	False	False	0.9999125003814697	0					non-mobilizable	no_good_hit	6142.0	99.935	54.0	0.0011944549747269976	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
ISR0187_000000002544	9315	0.9975783273634709	12	9	6	9	6	True	132453	backbone	False	ISR0344_000000002663	0.9937404710959097	PS1162	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	234.0	92.735	3.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0344_000000002663	9314	0.9975783273634709	12	9	6	9	6	True	132453	backbone	True	ISR0344_000000002663	0.9961602384618756	PS1162	2	1	True	True	0.9998926520347595	9					non-mobilizable	no_good_hit	234.0	92.735	3.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0128_000000008384	4121	0.9975774396890827	7	1	1	1	1	False	77358	fragment	False	ISR0128_000000008384	1.0		0	0	False	False	0.9970880746841431	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000003766	5981	0.9975768833252094	7	2	2	2	2	False	73634	fragment	False	ISR0097_000000003766	0.9692746809939556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1744.0	85.436	38.0	0.03905320128455613	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0813_000000004518	5956	0.9975768833252094	7	2	2	2	2	False	73634	fragment	False	ISR0097_000000003766	0.9680655408794516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1466.0	85.266	34.0	0.032787621550001124	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0164_000000001388	13285	0.9975751919310014	22	6	4	5	5	False	30300	maximal	True	ISR0164_000000001388	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1920.0	96.56200000000001	50.0	0.034009144720518907	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0105_000000004261	6610	0.9975742437934946	10	6	4	4	5	True	100587	fragment	False	MAD0105_000000004261	0.9896626808274271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	9.119479207587407e-05	NZ_VRKO01000014.1	enterobacteria	Erwinia rhapontici strain H1 Contig_4, whole genome shotgun sequence	True	True
SPA0096_000000002922	10159	0.997572985986765	14	9	6	9	6	True	132452	fragment	False	SPA0096_000000002922	1.0		0	0	False	False	0.9980313181877136	0					non-mobilizable	no_good_hit	113.0	92.035	1.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0093_000000009440	4295	0.9975721684301456	5	5	3	3	5	False	33902	fragment	False	SPA0093_000000009440	1.0		0	0	False	False	0.9990686774253845	0					non-mobilizable	plasmid	4295.0	98.58	100.0	0.0676625382118433	CP016714.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77B, complete sequence	False	True
SPA0032_000000001065	16720	0.9975717151796022	18	12	8	10	5	True	90390	maximal	True	SPA0032_000000001065	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	4633.0	99.007	74.0	0.037299791436831126	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
SPA0131_000000002752	7011	0.9975713607494359	9	4	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.16871913496034574		0	0	False	False	1.0	0					non-mobilizable	other	7011.0	100.0	100.0	0.06995449465112566	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0109_000000002381	6354	0.9975713607494359	8	4	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.07226353444935		0	0	False	False	1.0	0					non-mobilizable	plasmid	5997.0	99.81700000000001	100.0	0.07879727705206718	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
MAD0095_000000020562	1763	0.9975700657445358	3	2	2	2	2	False	43895	fragment	False	ISR0137_000000013874	0.9703304131637727		0	0	False	False	0.9977311491966248	0					non-mobilizable	no_good_hit	64.0	87.5	4.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
MON0106_000000009027	4245	0.9975698160222882	5	4	4	4	3	False	8970	maximal	True	MON0106_000000009027	1.0		0	0	False	False	0.9865724444389343	0					non-mobilizable	no_good_hit	159.0	89.93700000000001	4.0	5.761127507695876e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0119_000000008692	3718	0.9975682047644359	6	5	5	2	3	True	120814	fragment	False	ISR0119_000000008692	0.983495670995671		0	0	False	False	0.996503472328186	0					non-mobilizable	no_good_hit	1692.0	86.87899999999999	45.0	0.0005482869526555679	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
MAD0076_000000000702	8919	0.9975678561480438	16	5	4	4	3	False	65969	maximal	True	MAD0076_000000000702	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	98.113	1.0	0.0034662045060658577	NZ_CYXX01000050.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0128_000000002210	14210	0.9975661497077316	16	6	2	5	4	False	3897	maximal	True	SPA0128_000000002210	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1605.0	87.352	14.0	0.0033100742937079313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0008_000000000788	7366	0.9975658107923628	9	3	2	3	3	False	76172	fragment	False	DEN0008_000000000788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.302	12.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
SPA0068_000000003108	4150	0.997563744499446	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.05984542947355384	PS843	0	0	True	True	1.0	2134	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3996.0	99.85	100.0	0.9765338548032266	CP055926.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_4, complete sequence	False	True
ENG0054_000000006047	4130	0.997563744499446	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.059848988364274706	PS843	0	0	True	True	1.0	22	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4040.0	99.728	100.0	0.9872891713517478	CP054332.1	enterobacteria	Escherichia coli strain SCU-121 plasmid pSCU-121-4, complete sequence	False	True
ISR0397_000000005101	3976	0.997563744499446	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8895704919032682	PS843	0	0	True	True	1.0	1	rep_cluster_1778	MOBQ		MOBQ	mobilizable	plasmid	3976.0	100.0	100.0	0.4867744305657605	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
SPA0078_000000001851	4130	0.9975634086360364	4	3	2	2	2	True	120501	backbone	False	FIJ0011_000000010251	0.05966115807239044	PS843	0	0	True	True	1.0	433	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4015.0	99.851	100.0	0.981178196040088	CP058001.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_6, complete sequence	False	True
USA0053_01_000000005366	4061	0.9975634086360364	4	3	2	2	2	True	120501	backbone	False	FIJ0011_000000010251	0.7813947091927557	PS843	0	0	True	True	1.0	1	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4071.0	91.01	99.0	0.9853336592520167	CP058001.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_6, complete sequence	False	True
FIJ0171_000000003460	5978	0.9975604571741084	7	4	4	3	3	True	100507	maximal	False	FIJ0051_000000003323	0.9806301120801579	PS223|PS224|PS331|PS575	0	0	True	True	1.0	781					non-mobilizable	no_good_hit	2049.0	97.706	52.0	0.6986537797721781	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0094_000000004486	5963	0.9975604571741084	9	4	4	3	3	True	101218	maximal	False	ISR0010_000000002402	0.9609600948860737	PS199|PS575|PS586	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	1865.0	99.41	52.0	0.6282440175261207	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0012_000000003646	5956	0.9975604571741084	7	4	4	3	3	True	100507	maximal	False	FIJ0051_000000003323	0.9835986687770545	PS223|PS224|PS331|PS575	0	0	True	True	1.0	470					non-mobilizable	no_good_hit	2023.0	98.41799999999999	54.0	0.6972730410769762	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0051_000000003323	5955	0.9975604571741084	8	4	4	3	3	True	100507	maximal	True	FIJ0051_000000003323	0.9847489164058126	PS223|PS224|PS331|PS575	31	2	True	True	1.0	950					non-mobilizable	no_good_hit	1805.0	93.01899999999999	54.0	0.617880566102865	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0084_000000002418	5954	0.9975604571741084	7	4	4	3	3	True	100507	maximal	False	FIJ0051_000000003323	0.9767775465943618	PS223|PS224|PS331|PS575	0	0	True	True	1.0	589					non-mobilizable	no_good_hit	2041.0	91.181	52.0	0.6986537797721781	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0010_000000002402	5940	0.9975604571741084	7	4	4	3	3	True	101218	maximal	True	ISR0010_000000002402	0.9661872704971008	PS199|PS575|PS586	15	3	True	True	1.0	995					non-mobilizable	no_good_hit	2029.0	99.655	52.0	0.6835187057633973	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0134_000000002846	5934	0.9975604571741084	8	4	4	3	3	True	100507	maximal	False	FIJ0051_000000003323	0.9808678501473352	PS223|PS224|PS331|PS575	0	0	True	True	1.0	375					non-mobilizable	no_good_hit	2043.0	92.119	52.0	0.6986537797721781	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0785_000000004720	5934	0.9975604571741084	7	4	4	3	3	True	100504	maximal	False	FIJ0109_000000004721	0.9222167653394875	PS225|PS246|PS272|PS331|PS575|PS576	0	0	True	True	1.0	2328					non-mobilizable	no_good_hit	2026.0	98.223	53.0	0.6986537797721781	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0170_000000002758	5933	0.9975604571741084	8	4	4	3	3	True	100503	maximal	True	FIJ0170_000000002758	0.9722307676974555	PS188|PS202|PS207|PS575	53	1	True	True	1.0	1201					non-mobilizable	no_good_hit	2090.0	96.84200000000001	50.0	0.712115982050397	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0132_000000004493	5912	0.9975604571741084	9	4	4	3	3	True	100503	maximal	False	FIJ0170_000000002758	0.9721736757333507	PS188|PS202|PS207|PS575	0	0	True	True	1.0	203					non-mobilizable	no_good_hit	2029.0	98.42299999999999	49.0	0.699344149119779	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0137_000000002123	5575	0.9975604571741084	9	4	4	3	3	True	100503	maximal	False	FIJ0170_000000002758	0.9147672559801278	PS188|PS202|PS207|PS575	0	0	True	True	1.0	1397					non-mobilizable	no_good_hit	1791.0	93.412	51.0	0.6133931653434588	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0152_000000003969	5436	0.9975604571741084	6	4	4	3	3	True	101218	maximal	False	ISR0010_000000002402	0.926752788849608	PS199|PS575|PS586	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1855.0	93.369	51.0	0.6354849844666897	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0243_000000008436	1475	0.9975565466658728	2	2	1	1	2	False	132544	fragment	False	CHI0126_000000000854	0.022628859633796128		0	0	False	False	1.0	0					non-mobilizable	other	1475.0	99.59299999999999	100.0	0.10090361445783133	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
AST0151_000000011348	1435	0.9975565466658728	2	2	1	1	2	False	132544	fragment	False	CHI0126_000000000854	0.022519590468489382		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	100.0	100.0	0.03823694104471642	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ENG0142_000000024067	1434	0.9975565466658728	2	2	1	1	2	False	132544	fragment	False	CHI0126_000000000854	0.022506228590938853		0	0	False	False	1.0	0					non-mobilizable	plasmid	1434.0	99.93	100.0	0.028088676323578414	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0073_000000020881	1333	0.9975565466658728	3	2	1	1	2	False	58681	fragment	False	ISR0073_000000020881	0.9995918367346939		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	99.925	100.0	0.0911829134720701	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
ISR0068_000000016728	1225	0.9975565466658728	3	2	1	1	2	False	58681	fragment	False	ISR0073_000000020881	0.9591147786946737		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	100.0	100.0	0.08378970427163199	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
ISR0391_000000004171	3103	0.9975558729215706	5	2	2	2	2	False	26634	fragment	False	ISR0391_000000004171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0095_000000011176	2731	0.9975555497788828	6	5	5	4	3	False	33420	maximal	True	ISR0095_000000011176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	93.059	53.0	0.03634729000770614	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	False
AST0084_000000000738	23406	0.9975546733155809	43	7	6	7	5	False	111631	maximal	True	AST0084_000000000738	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	86.29799999999999	9.0	0.0004643361368874516	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ENG0154_000000029967	1148	0.9975525256324744	1	1	1	1	1	False	72375	fragment	False	ENG0154_000000029967	0.9838709677419355		0	0	False	False	0.9808362126350403	0					non-mobilizable	no_good_hit								True	False
CHI0074_000000001018	14031	0.9975521298608307	17	17	2	12	15	True	84761	maximal	True	CHI0074_000000001018	1.0		1	1	False	False	1.0	0	IncFIA,IncFII		MPF_F		non-mobilizable	plasmid	6354.0	98.678	100.0	0.07874045044151205	CP030780.2	enterobacteria	Escherichia albertii strain 05-3106 plasmid unnamed2, complete sequence	False	True
MAD0047_000000002839	9679	0.9975504315981026	11	7	5	7	4	False	47837	maximal	True	MAD0047_000000002839	1.0	PS135|PS136	1	1	True	True	1.0	76					non-mobilizable	no_good_hit	482.0	99.17	8.0	0.00019334623648133967	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	True
ENG0021_000000011722	1547	0.9975497826560846	3	2	2	2	2	False	66350	fragment	False	ENG0021_000000011722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	3.0	1.5484418709256624e-05	CP040671.1	cyanobacteria	Thermosynechococcus sp. CL-1 chromosome, complete genome	True	False
ENG0072_000000001742	6966	0.9975478723630642	10	3	3	3	2	False	107026	fragment	False	CHI0125_000000001580	0.3903567974020171		0	0	False	False	0.9998564720153809	0					non-mobilizable	plasmid	6966.0	99.971	100.0	0.0708552477644737	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0848_000000002110	6347	0.9975472141173056	8	4	1	2	2	True	127311	maximal	True	ISR0848_000000002110	1.0	PS1004|PS857|PS879	0	0	True	True	0.9984244704246521	15					non-mobilizable	no_good_hit	1687.0	98.103	49.0	0.5519287833827893	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0131_000000009531	3050	0.9975467326102688	4	2	2	2	2	True	31687	maximal	True	ISR0131_000000009531	0.9711051030753632		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0140_000000007417	4025	0.99754668698232	5	2	2	2	1	False	80275	maximal	True	CHI0140_000000007417	1.0		2	2	False	False	0.9885714054107666	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0555044557366666e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
TAN0007_000000007600	4399	0.9975463368389086	5	5	4	4	4	False	97302	maximal	True	TAN0007_000000007600	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1780.0	76.461	40.0	0.0005227345086221577	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0070_000000014508	1750	0.9975456562506072	2	1	1	1	1	False	62369	maximal	True	ENG0070_000000014508	1.0		0	0	False	False	0.9977142810821533	0					non-mobilizable	no_good_hit	935.0	87.914	84.0	0.0003287586138852964	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0085_000000014195	1781	0.9975456413601556	3	2	1	2	1	False	61342	fragment	False	ISR0085_000000014195	1.0		0	0	False	False	0.9994385242462158	0					non-mobilizable	no_good_hit	688.0	94.477	64.0	0.010452802629176557	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0362_000000015283	1361	0.9975456413601556	3	2	1	2	1	False	61340	fragment	False	ISR0362_000000015283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	94.186	73.0	0.010452802629176557	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
CHI0050_000000004364	2211	0.9975439562226406	3	1	1	1	1	False	86728	maximal	True	CHI0050_000000004364	1.0		3	1	False	False	0.9823608994483948	0					non-mobilizable	no_good_hit	869.0	85.616	46.0	0.00016163381492307247	AP022014.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP3-S18-ESBL-03	True	False
CHI0049_000000013960	1181	0.9975439562226406	1	1	1	1	1	False	86727	fragment	False	CHI0049_000000013960	1.0		0	0	False	False	0.9906858801841736	0					non-mobilizable	no_good_hit	910.0	86.044	77.0	0.00016895504592983723	CP018306.1	enterobacteria	Klebsiella pneumoniae strain 459 chromosome, complete genome	True	False
ISR0139_000000005515	4149	0.9975431240049288	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8953599575402126	PS843	0	0	True	True	0.9983128309249878	10	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4044.0	100.0	100.0	0.9928781925343811	CP056602.1	enterobacteria	Escherichia coli strain RHBSTW-00322 plasmid pRHBSTW-00322_5, complete sequence	False	True
MAD0088_000000004809	4147	0.9975431240049288	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8953403048543044	PS843	0	0	True	True	0.9983120560646057	7	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4044.0	100.0	100.0	0.9928781925343811	CP056602.1	enterobacteria	Escherichia coli strain RHBSTW-00322 plasmid pRHBSTW-00322_5, complete sequence	False	True
AST0047_000000005051	4133	0.9975431240049288	3	3	2	2	3	True	120501	backbone	False	FIJ0011_000000010251	0.8953983998415173	PS843	0	0	True	True	0.9932252764701843	10	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4046.0	100.0	100.0	0.9933693516699411	CP056602.1	enterobacteria	Escherichia coli strain RHBSTW-00322 plasmid pRHBSTW-00322_5, complete sequence	False	True
USA0045_01_000000001898	7642	0.9975424167119792	10	4	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.28157943827445664		0	0	False	False	1.0	0					non-mobilizable	other	7566.0	100.0	99.0	0.07549297461280537	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0291_000000001357	7531	0.9975424167119792	10	4	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.24170583578713792		0	0	False	False	1.0	0					non-mobilizable	other	7460.0	99.98700000000001	100.0	0.0744351748363404	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0147_000000002517	7349	0.9975424167119792	10	4	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.1983013463506154		0	0	False	False	1.0	0					non-mobilizable	other	7350.0	99.66	100.0	0.07330752035765607	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0080_01_000000005664	7205	0.9975424167119792	9	4	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.1849273696453866		0	0	False	False	1.0	0					non-mobilizable	other	7133.0	100.0	100.0	0.07117196231837777	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0034_01_000000007968	7169	0.9975424167119792	10	4	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.1437190002257719		0	0	False	False	1.0	0					non-mobilizable	other	7169.0	100.0	100.0	0.0715312150726489	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MAD0005_000000005988	4071	0.9975418722347524	2	2	2	2	2	False	62964	fragment	False	MAD0005_000000005988	0.9812266394835202		0	0	False	False	0.9997543692588806	0					non-mobilizable	no_good_hit	3217.0	95.648	81.0	0.04773436339325509	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
AST0110_000000003897	4855	0.997541353722078	8	7	4	5	5	True	130268	backbone	False	FIJ0135_000000009121	0.556437220196512	PS1090	0	0	False	True	1.0	0					non-mobilizable	other	2900.0	88.241	97.0	0.9602803738317757	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0042_000000020104	1595	0.9975359321520112	2	2	2	2	1	False	36353	fragment	False	ISR0042_000000020104	1.0		0	0	False	False	0.9949843287467957	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000007582	6450	0.9975353246563172	8	7	5	5	4	True	64266	fragment	False	ETH0005_000000007582	1.0		0	0	False	False	0.9998449683189392	0					non-mobilizable	no_good_hit								True	True
ISR0805_000000001359	9796	0.9975340757059172	11	5	5	4	3	True	102600	fragment	False	ISR0133_000000001577	0.9763054096524222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	True
ISR0791_000000003390	4781	0.9975340757059172	8	5	5	4	3	False	102595	fragment	False	USA0080_01_000000007643	0.8004911353393216		0	0	False	False	0.9987450242042542	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
USA0017_01_000000005638	4764	0.9975340757059172	9	5	5	4	3	False	102595	fragment	False	USA0080_01_000000007643	0.8013129469099692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
MAD0104_000000002594	3904	0.9975338759143524	5	5	3	4	4	True	19033	maximal	True	MAD0104_000000002594	1.0		2	1	True	True	1.0	14	rep_cluster_554				non-mobilizable	no_good_hit	2196.0	84.927	84.0	0.012658302132604077	KY613742.1	firmicutes	Listeria monocytogenes strain LM-F-12 plasmid pLM-F-12, partial sequence	True	True
USA0069_01_000000013207	4646	0.9975338166115284	5	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.10028841767744179		0	0	False	False	1.0	0					non-mobilizable	other	4646.0	100.0	100.0	0.12385675812601658	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0159_000000002450	8996	0.9975308073531004	12	6	5	5	3	False	99392	fragment	False	ISR0159_000000002450	1.0		0	0	False	False	0.9993330240249634	0					non-mobilizable	no_good_hit	271.0	75.646	3.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0159_000000019697	1344	0.9975294297090624	3	1	1	1	1	False	30464	fragment	False	ISR0159_000000019697	1.0		0	0	False	False	0.996279776096344	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000003890	6747	0.997528019066626	11	10	7	10	10	True	97926	fragment	False	USA0011_01_000000005220	0.9687761944677284		0	0	False	False	1.0	0					non-mobilizable	plasmid	6723.0	99.851	99.0	0.04643419634715813	CP041551.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-1	False	True
ENG0140_000000000751	18271	0.997527391441025	20	20	11	14	19	True	57811	maximal	True	ENG0140_000000000751	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	14531.0	99.353	93.0	0.36843173057415296	CP015390.1	enterobacteria	Klebsiella pneumoniae strain NY9 plasmid pNY9_5, complete sequence	False	True
SPA0097_000000003791	7246	0.997527045731054	12	7	6	5	5	True	5136	maximal	True	SPA0097_000000003791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4269.0	99.859	59.0	0.0006292959994290923	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	True
MAD0044_000000001689	11804	0.9975257734008394	13	12	8	9	11	False	98280	maximal	True	MAD0044_000000001689	1.0		1	1	True	True	1.0	533	rep_cluster_2358,rep_cluster_2373			MOBP	mobilizable	no_good_hit	4952.0	99.495	74.0	0.025496830276906596	CP030132.1	enterobacteria	Klebsiella pneumoniae strain 160111 plasmid pIncAC2_L111, complete sequence	True	True
ISR0142_000000000005	34373	0.9975252258780964	35	15	6	13	9	False	73527	maximal	True	ISR0142_000000000005	0.9822083602315962		7	3	True	True	1.0	21					non-mobilizable	no_good_hit								True	True
ISR0831_000000006431	2711	0.997524734880758	2	2	2	2	2	False	44594	fragment	False	ISR0831_000000006431	0.9664107485604607		0	0	False	False	0.9848764538764954	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	3.0	2.0634713054216234e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
USA0007_01_000000006656	2605	0.997524734880758	2	2	2	2	2	False	44594	fragment	False	ISR0831_000000006431	0.9481741054961268		0	0	False	False	0.9996161460876465	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
FIJ0020_000000000353	30595	0.9975234641894024	23	16	8	15	8	True	51487	fragment	False	FIJ0033_000000000484	0.37260121518212996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.1928153708429865e-06	CP039731.1	b-proteobacteria	Aquitalea sp. THG-DN7.12 chromosome, complete genome	True	True
FIJ0151_000000002520	6528	0.9975228784419744	6	6	4	3	5	True	63876	maximal	True	FIJ0151_000000002520	1.0		3	1	False	False	1.0	0	rep_cluster_1418				non-mobilizable	plasmid	6544.0	99.74	100.0	0.0935422534204469	CP008932.1	enterobacteria	Klebsiella pneumoniae strain PMK1 plasmid pPMK1-C, complete sequence	False	True
ISR0352_000000000566	12855	0.9975225504324376	17	11	8	11	9	True	24068	maximal	True	ISR0352_000000000566	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	1.0	0.0002994660834958725	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0185_000000022776	1455	0.9975213563592084	3	3	1	2	2	False	29380	maximal	True	ISR0185_000000022776	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0813_000000008286	3498	0.9975191686481903	5	2	2	1	2	False	21589	maximal	True	ISR0813_000000008286	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0165_000000005162	3151	0.9975181024952829	3	3	3	3	3	False	78339	maximal	True	CHI0165_000000005162	1.0		2	2	False	False	0.9993652701377869	0					non-mobilizable	chromosome	2786.0	100.0	99.0	0.0005287023688523875	CP026193.1	enterobacteria	Enterobacteriaceae bacterium ENNIH1 chromosome, complete genome	False	False
FIJ0057_000000000935	17654	0.9975165974218014	19	11	9	10	5	True	46183	maximal	True	FIJ0057_000000000935	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	97.493	5.0	0.5493372606774669	NZ_FOXF01000106.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
ENG0004_000000000251	51176	0.9975165159827702	51	26	16	24	15	True	85673	maximal	True	ENG0004_000000000251	1.0		1	1	False	False	0.9999804496765137	0					non-mobilizable	no_good_hit	1051.0	91.72200000000001	4.0	0.0002839050956638499	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0005_000000005618	4269	0.9975150373573124	6	4	4	4	4	False	103457	fragment	False	MON0036_000000004240	0.46102181400688863		0	0	False	False	0.9995315074920654	0					non-mobilizable	plasmid	3802.0	91.32	93.0	0.15090117092275107	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
SPA0110_000000016153	1100	0.9975124407039664	1	1	1	1	1	False	4594	fragment	False	SPA0110_000000016153	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	98.09100000000001	100.0	0.018687453196269316	NZ_NFHM01000019.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_19, whole genome shotgun sequence	False	False
MAD0104_000000000233	28762	0.9975121771655392	30	19	9	11	15	True	18428	maximal	True	MAD0104_000000000233	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2630.0	88.023	15.0	0.03783409540019328	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	True	True
DEN0010_000000003800	9520	0.9975121674720948	9	6	5	6	5	True	125333	fragment	False	DEN0010_000000003800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2262.0	79.178	42.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0160_000000012865	2399	0.9975110470343568	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.6892382493170438		0	0	False	False	1.0	0					non-mobilizable	chromosome	2399.0	99.667	100.0	0.00047271872801995905	CP043542.1	enterobacteria	Escherichia coli strain F2_81 chromosome, complete genome	False	False
ISR0794_000000003656	5144	0.9975103717470858	8	6	4	5	4	False	125076	fragment	False	ISR0794_000000003656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2235.0	92.70700000000001	51.0	0.0006353298178036198	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0310_000000007263	2279	0.9975079113227622	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.6473256723820241		0	0	False	False	0.9995611906051636	0					non-mobilizable	chromosome	2279.0	99.73700000000001	100.0	0.00048787727766192417	CP046009.1	enterobacteria	Escherichia coli strain 1919D62 chromosome, complete genome	False	False
CHI0049_000000004751	3309	0.9975070081167926	6	1	1	1	1	False	86815	maximal	True	CHI0049_000000004751	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000001381	19625	0.9975066282812284	14	12	8	12	7	True	128639	backbone	True	SPA0125_000000001381	1.0	PS1038	4	2	True	True	1.0	18					non-mobilizable	no_good_hit	3385.0	78.227	33.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0858_000000001163	6452	0.9975061792157836	11	10	3	3	8	True	90089	maximal	True	ISR0858_000000001163	1.0	PS472	1	1	True	True	1.0	51	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2153.0	95.82	76.0	0.3626558813616448	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	True	True
CHI0167_000000012862	1679	0.9975053674632776	3	1	1	1	1	False	78153	maximal	True	CHI0167_000000012862	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	96.524	22.0	0.006610427816963811	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0092_000000005083	4328	0.9975015586097437	5	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.09661152322038742		0	0	False	False	1.0	0					non-mobilizable	other	4328.0	99.954	100.0	0.11537743647174893	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0058_000000004431	6245	0.9975013879376609	9	5	5	5	3	False	70965	maximal	True	ENG0058_000000004431	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1747.0	92.15799999999999	28.0	0.027998005885853047	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0136_000000006077	5981	0.9975010008297496	5	4	3	4	3	False	4221	maximal	True	SPA0136_000000006077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	71.429	6.0	0.0001922825829722297	CP046393.1	a-proteobacteria	Commensalibacter sp. ESL0284 chromosome, complete genome	True	False
SPA0099_000000001288	6228	0.9975009327709384	9	6	4	6	6	True	5012	maximal	True	SPA0099_000000001288	1.0		1	1	False	False	0.9963070154190063	0					non-mobilizable	no_good_hit	673.0	92.125	11.0	0.0003272699522156518	CP027805.1	firmicutes	Lactobacillus reuteri strain WHH1689 chromosome, complete genome	True	True
SPA0017_000000002117	5300	0.9975006522822734	3	3	3	3	2	False	92292	fragment	False	SPA0017_000000002117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	99.07799999999999	8.0	0.15327433628318585	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
ENG0151_000000004520	5324	0.9975003306533712	9	4	2	3	3	False	96435	fragment	False	ENG0151_000000004520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2641.0	94.131	62.0	0.026255388791314067	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
USA0052_01_000000003036	5755	0.9974964459361084	7	5	1	2	4	True	123447	maximal	True	USA0052_01_000000003036	0.9240939190985458	PS125|PS126|PS616|PS897|PS899	7	3	True	True	0.9986099004745483	795	rep_cluster_1868	MOBP			mobilizable	no_good_hit	1797.0	96.939	54.0	0.6522529069767442	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	True
ENG0059_000000002101	5709	0.9974964459361084	6	5	1	2	4	True	123447	maximal	False	USA0052_01_000000003036	0.6506335609471222	PS125|PS126|PS616|PS897|PS899	0	0	True	True	1.0	595	rep_cluster_1868	MOBP			mobilizable	no_good_hit	2574.0	97.863	54.0	0.9330178376410629	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	True	True
ISR0158_000000000912	13321	0.997496198968154	14	9	8	8	7	False	123297	fragment	False	ISR0158_000000000912	1.0		0	0	False	False	0.9999249577522278	0					non-mobilizable	no_good_hit	1055.0	83.507	8.0	0.00024430601473016074	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
MON0045_000000000181	48585	0.9974956425495346	39	20	11	17	13	True	110962	fragment	False	MON0045_000000000181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	21495.0	99.135	85.0	0.12982146526610983	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0147_000000006917	3477	0.9974935556481844	6	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.6046362473312519		0	0	False	False	0.9994248151779175	0					non-mobilizable	other	3367.0	98.485	97.0	0.0009607008835251501	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0153_000000008228	3265	0.9974935556481844	6	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.4283803416540867		0	0	False	False	0.9996936917304993	0					non-mobilizable	other	3265.0	98.346	100.0	0.0009315887355395394	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0070_000000003578	2978	0.9974935556481844	5	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.3878376648515748		0	0	False	False	1.0	0					non-mobilizable	other	2854.0	98.10799999999999	96.0	0.0008142839039504614	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0790_000000005656	2808	0.9974935556481844	5	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.3925543031485647		0	0	False	False	1.0	0					non-mobilizable	other	2656.0	98.155	95.0	0.0007577720872725114	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0281_000000006519	2572	0.9974935556481844	5	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.26614239169548837		0	0	False	False	1.0	0					non-mobilizable	other	2572.0	98.01700000000001	100.0	0.0007337973771667144	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0007_000000004626	5532	0.9974925239872524	10	2	1	2	1	False	118030	fragment	False	ISR0092_000000003249	0.6301720981325521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2982.0	96.781	63.0	0.2506518630667003	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0049_000000006571	4283	0.9974925239872524	8	2	1	2	1	False	118029	fragment	False	ISR0049_000000006571	0.9814260782847171		0	0	False	False	0.997198224067688	0					non-mobilizable	no_good_hit	2223.0	98.516	55.0	0.1868113382117924	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ENG0015_000000005214	3679	0.9974925239872524	4	2	1	2	1	False	66872	fragment	False	ENG0015_000000005214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	96.777	44.0	0.10160652704180335	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
FIJ0014_000000000869	18869	0.9974923374864874	15	10	7	7	7	False	50528	maximal	True	FIJ0014_000000000869	1.0		0	0	False	False	0.9991520643234253	0					non-mobilizable	no_good_hit	5460.0	86.154	58.0	0.0022168070862583723	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
AST0062_000000004773	3605	0.9974915641186114	4	3	2	3	2	True	114776	maximal	False	AST0050_000000003696	1.0		0	0	True	True	1.0	21	rep_cluster_1188				non-mobilizable	plasmid	3382.0	99.113	100.0	0.9544038516001133	AY250830.1	firmicutes	Streptococcus thermophilus plasmid pND103, complete sequence	False	True
TAN0008_000000002404	5240	0.9974904692735758	5	4	2	3	2	False	2774	maximal	True	TAN0008_000000002404	1.0		1	1	False	False	0.998664140701294	0					non-mobilizable	no_good_hit	1822.0	85.016	45.0	0.03703931078232754	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
FIJ0068_000000010459	3017	0.9974894259437704	3	2	2	2	1	True	45096	maximal	False	ISR0350_000000005841	0.9242150744855813		0	0	True	True	1.0	13					non-mobilizable	plasmid	1506.0	87.45	92.0	0.518673647469459	CP056661.1	enterobacteria	Escherichia coli strain RHBSTW-00204 plasmid pRHBSTW-00204_7, complete sequence	False	True
FIJ0099_000000008162	2747	0.9974894259437704	3	2	2	2	1	True	42796	maximal	True	FIJ0099_000000008162	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	78.486	39.0	0.3739008090045726	CP056913.1	enterobacteria	Citrobacter freundii strain RHBSTW-00006 plasmid pRHBSTW-00006_4, complete sequence	True	True
FIJ0090_000000005453	6643	0.997486918580592	9	6	4	6	5	False	48605	fragment	False	FIJ0090_000000005453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	13.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
MAD0105_000000001674	13022	0.9974866573110716	15	12	4	5	12	True	113994	fragment	False	MAD0105_000000001674	0.981315687037758		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	12488.0	98.238	97.0	0.0961584420990957	MG196293.1	enterobacteria	Escherichia coli strain SDX5C133 plasmid pHNSD133T1, complete sequence	False	True
SPA0108_000000016244	1744	0.9974856721406477	4	1	1	1	1	False	61409	fragment	False	SPA0108_000000016244	1.0		0	0	False	False	0.9913991093635559	0					non-mobilizable	other	1725.0	99.94200000000001	99.0	0.045281433036535076	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
MAD0090_000000002032	5874	0.9974824113670152	8	6	0	4	5	False	103838	maximal	True	MAD0090_000000002032	1.0		2	2	True	True	1.0	51	rep_cluster_2392	MOBP		MOBP	mobilizable	plasmid	5736.0	100.0	100.0	0.47522373218428904	CP003112.1	enterobacteria	Escherichia coli O55:H7 str. RM12579 plasmid p12579_3, complete sequence	False	True
AST0093_000000003874	5137	0.9974820834961856	6	6	5	4	5	False	109582	maximal	False	ISR0157_000000005903	0.975557318450667		0	0	False	False	1.0	0					non-mobilizable	plasmid	4629.0	99.935	100.0	0.10914836914223722	LT599052.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-3	False	True
FIJ0109_000000012932	1960	0.9974793976888376	3	3	2	3	1	True	42149	maximal	True	FIJ0109_000000012932	1.0		1	1	False	False	0.9994897842407227	0					non-mobilizable	no_good_hit	167.0	86.82600000000001	9.0	0.0025120305075512243	NZ_JH604985.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld598, whole genome shotgun sequence	True	True
MAD0005_000000006848	3695	0.9974789599540556	4	4	2	2	4	False	19983	fragment	False	MAD0005_000000006848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2517.0	85.65799999999999	89.0	0.0005285862838506234	LR134138.1	enterobacteria	Kluyvera intermedia strain NCTC12125 genome assembly, chromosome: 1	True	False
SPA0110_000000001379	16521	0.9974781525997476	16	10	7	4	8	True	84241	maximal	True	SPA0110_000000001379	0.9990636138464326		2	2	True	True	1.0	133					non-mobilizable	no_good_hit	840.0	80.238	5.0	0.053055784730595926	NZ_WNCH01000050.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold50_size15757, whole genome shotgun sequence	True	True
CHI0145_000000008822	2129	0.997478055028326	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.601493750902379		0	0	False	False	0.9981212019920349	0					non-mobilizable	chromosome	2129.0	99.906	100.0	0.0004555455607641691	CP025979.1	enterobacteria	Escherichia marmotae strain HT073016 chromosome, complete genome	False	False
ISR0802_000000002012	5715	0.9974776486487832	6	5	2	4	3	False	21862	fragment	False	ISR0802_000000002012	1.0		0	0	False	False	0.9982502460479736	0					non-mobilizable	no_good_hit								True	False
ISR0033_000000012608	2452	0.9974775750247034	4	4	4	4	3	False	36892	maximal	True	ISR0033_000000012608	1.0		1	1	False	False	0.9991843104362488	0					non-mobilizable	no_good_hit	1048.0	97.71	43.0	0.0002978095213714598	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0123_000000001998	7807	0.9974752805420128	7	6	4	5	2	True	72356	maximal	True	ISR0123_000000001998	1.0		1	1	False	False	0.9974381923675537	0					non-mobilizable	no_good_hit	1847.0	93.07	24.0	0.0007911253318331253	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	True
ISR0297_000000000579	12603	0.9974740431021166	15	10	7	9	8	False	103471	fragment	False	ISR0297_000000000579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3767.0	96.177	82.0	0.0842378533222926	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0078_000000004011	1877	0.9974738921691884	2	2	2	2	2	False	5664	maximal	True	SPA0078_000000004011	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1877.0	100.0	100.0	0.00039438684093407453	CP014774.1	g-proteobacteria	Aeromonas veronii strain AVNIH1, complete genome	False	False
SPA0097_000000000473	23933	0.9974734953853676	28	10	4	10	4	True	51818	fragment	False	SPA0097_000000000473	0.9943124483992294		0	0	False	False	0.9999164342880249	0					non-mobilizable	no_good_hit	574.0	95.819	2.0	0.0002557034589582561	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0102_000000011165	1803	0.997470920143082	4	3	1	3	3	False	18993	maximal	True	MAD0102_000000011165	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1804.0	97.45	100.0	0.0003727792534485184	CP057729.1	enterobacteria	Escherichia coli strain RHB16-C14 chromosome, complete genome	False	False
AST0002_000000019009	1952	0.997470740437686	4	4	3	4	3	False	131867	fragment	False	AST0002_000000019009	1.0		0	0	False	False	0.9953893423080444	0					non-mobilizable	no_good_hit								True	False
ENG0072_000000001086	11626	0.997469620721766	16	12	5	7	12	True	123628	fragment	False	USA0108_01_000000001009	0.738088057032156		0	0	False	True	0.9999139904975891	0	rep_cluster_1702				non-mobilizable	plasmid	6644.0	99.639	96.0	0.21445635330578514	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0040_000000001093	16613	0.9974655707873392	13	12	7	11	12	True	108513	maximal	True	FIJ0040_000000001093	1.0		1	1	False	False	1.0	0	IncFII,rep_cluster_2272	MOBF	MPF_T		conjugative	plasmid	14568.0	99.92399999999999	93.0	0.06246542444839934	CP026551.1	enterobacteria	Citrobacter sp. SL156 plasmid unnamed2	False	True
ENG0141_000000006156	4386	0.9974648453934012	5	5	5	4	4	False	116244	fragment	False	ENG0141_000000006156	0.9774137584956946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2212.0	97.92	58.0	0.017804369358124704	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0040_000000014526	2774	0.9974626961839304	4	3	1	3	1	True	113844	maximal	False	ENG0155_000000008008	0.9564992381508435		0	0	True	True	1.0	218					non-mobilizable	plasmid	2271.0	99.824	100.0	0.8269581056466302	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
AST0026_000000010851	2713	0.9974623310329741	7	4	4	3	3	True	126019	fragment	False	AST0026_000000010851	1.0		0	0	False	False	0.999262809753418	0					non-mobilizable	other	2713.0	100.0	100.0	0.0609041298928788	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ENG0042_000000001574	15283	0.9974605294513648	18	11	8	10	6	False	103481	maximal	True	ENG0042_000000001574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2774.0	89.07700000000001	71.0	0.11925013018573165	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ISR0326_000000000311	23209	0.9974575680926644	29	13	7	12	8	False	52171	maximal	True	ISR0326_000000000311	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7672.0	97.523	77.0	0.17165364903878433	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
FIJ0020_000000006393	3609	0.9974574283157416	4	4	3	3	4	False	90350	fragment	False	FIJ0020_000000006393	1.0		0	0	False	False	0.9994458556175232	0					non-mobilizable	chromosome	3609.0	99.307	100.0	0.000780799013326416	CP058355.1	enterobacteria	Escherichia coli strain AMSCJX03 chromosome, complete genome	False	False
CHI0122_000000000126	59410	0.9974556161232792	100	25	13	19	13	True	91304	maximal	True	CHI0122_000000000126	1.0		1	1	True	True	1.0	49					non-mobilizable	no_good_hit	4907.0	91.27799999999999	46.0	0.0868925672562294	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0034_000000011490	1468	0.9974553332495564	2	1	1	1	1	False	88216	fragment	False	CHI0034_000000011490	0.9958246346555324		0	0	False	False	0.9884195923805237	0					non-mobilizable	no_good_hit	66.0	96.97	4.0	2.713818125845683e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MAD0048_000000016631	1437	0.9974553332495564	2	1	1	1	1	False	88216	fragment	False	CHI0034_000000011490	0.9850136239782016		0	0	False	False	0.9944328665733337	0					non-mobilizable	no_good_hit	49.0	100.0	3.0	0.011344835736232569	NZ_QIML01000052.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_53, whole genome shotgun sequence	True	False
MON0087_000000046779	1110	0.9974553332495564	1	1	1	1	1	False	9659	fragment	False	MON0087_000000046779	1.0		0	0	False	False	0.9621621370315552	0					non-mobilizable	no_good_hit								True	False
ISR0308_000000008154	2078	0.9974552605868886	3	1	1	1	1	False	25417	fragment	False	ISR0308_000000008154	1.0		0	0	False	False	0.993262767791748	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000004297	5179	0.9974545122353686	6	2	1	2	1	True	67389	maximal	True	ISR0089_000000004297	1.0	PS311	1	1	True	True	1.0	6					non-mobilizable	no_good_hit	883.0	89.354	24.0	0.6490312965722802	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
FIJ0127_000000013247	1466	0.9974543794895436	2	2	1	2	2	False	41044	fragment	False	FIJ0127_000000013247	1.0		0	0	False	False	0.9672578573226929	0					non-mobilizable	plasmid	1228.0	83.795	90.0	0.2135026970593353	AP022186.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP7-S17-ESBL-08_3 DNA, complete genome, strain: WP7-S17-ESBL-08	False	True
CAN0021_000000007731	5244	0.9974540709900752	9	5	3	4	4	True	123347	maximal	True	CAN0021_000000007731	0.9796509796509797	PS890|PS891	2	1	True	True	0.9992372393608093	38					non-mobilizable	no_good_hit	1805.0	99.501	65.0	0.5170535970192032	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
MAD0045_000000003503	7961	0.9974533694452508	9	8	6	8	7	False	47519	maximal	True	MAD0045_000000003503	1.0		1	1	False	False	0.9997487664222717	0					non-mobilizable	no_good_hit	944.0	79.449	12.0	0.004539014022572922	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
MAD0065_000000002362	4999	0.99745312965685	7	6	4	5	4	True	18058	maximal	True	MAD0065_000000002362	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2788.0	84.21799999999999	96.0	0.0004342491797342058	CP050211.1	enterobacteria	Escherichia coli strain RM-065-CS chromosome	False	True
ISR0834_000000000685	18305	0.997452956613052	23	14	8	13	5	True	64253	fragment	False	ISR0834_000000000685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.000156643834641072	NZ_FNIJ01000011.1	g-proteobacteria	Pseudomonas jinjuensis strain JCM 21621, whole genome shotgun sequence	True	True
FIJ0101_000000009096	3065	0.9974526097944584	4	4	3	3	4	False	90342	fragment	False	FIJ0101_000000009096	1.0		0	0	False	False	0.9996737241744995	0					non-mobilizable	chromosome	3030.0	99.70299999999999	99.0	0.000472804013448925	CP050211.1	enterobacteria	Escherichia coli strain RM-065-CS chromosome	False	False
ISR0271_000000002041	6520	0.9974502254688764	6	3	3	3	1	True	81605	maximal	True	ISR0271_000000002041	1.0		1	1	True	True	1.0	69					non-mobilizable	no_good_hit	903.0	87.154	33.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0083_000000002541	9151	0.9974500329087616	14	7	3	5	5	False	61583	maximal	False	USA0051_01_000000002470	0.9395568589116976		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	78.0	87.179	1.0	0.0034042176930898804	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	True	True
ENG0083_000000006761	3285	0.99744883126213	4	1	1	1	1	False	61576	maximal	True	ENG0083_000000006761	1.0		0	0	False	False	0.9993911981582642	0					non-mobilizable	no_good_hit	742.0	88.41	58.0	0.00017441300008508526	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
SPA0021_000000002924	8674	0.9974481203136762	9	4	3	4	2	False	107026	fragment	False	CHI0125_000000001580	0.9095118420965409		0	0	False	False	1.0	0					non-mobilizable	plasmid	7197.0	99.083	95.0	0.0945146792125529	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
SPA0093_000000006478	6235	0.9974468991712512	7	4	2	3	2	True	89760	fragment	False	SPA0093_000000006478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	76.36	29.0	0.06932019327369277	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
SPA0016_000000002715	10861	0.9974465741206836	11	4	4	4	3	False	7891	maximal	True	SPA0016_000000002715	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	89.604	6.0	0.009705763804917372	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
FIJ0171_000000000110	59353	0.9974455567901066	103	29	12	23	14	True	93513	maximal	True	FIJ0171_000000000110	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	6863.0	86.81299999999999	53.0	0.1203345975259632	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0099_000000001744	3636	0.9974444861014456	4	3	2	3	1	True	85230	backbone	True	CHI0099_000000001744	1.0	PS429	0	0	True	True	0.998624861240387	4					non-mobilizable	no_good_hit	1088.0	93.382	58.0	0.2913978494623656	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0045_000000000140	57292	0.9974439986926936	39	26	19	23	14	True	130794	maximal	False	ISR0131_000000000086	0.9422629541201398		0	0	True	True	0.9999825358390808	20					non-mobilizable	no_good_hit	541.0	99.815	1.0	0.9981481481481481	KU544993.1	bacteria	Uncultured bacterium clone AX_01B_000_Contig_4 genomic sequence	True	True
SPA0094_000000001511	10596	0.9974436205409613	7	6	5	5	5	False	5247	maximal	True	SPA0094_000000001511	1.0		2	2	False	False	0.9996225237846375	0					non-mobilizable	no_good_hit	8493.0	97.551	80.0	0.00129165936227819	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
FIJ0130_000000007170	2932	0.9974421835680612	4	2	1	2	1	False	40885	fragment	False	FIJ0130_000000007170	1.0		0	0	False	False	0.9989768266677856	0					non-mobilizable	no_good_hit	1543.0	94.102	52.0	0.0005801504847781179	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
USA0087_01_000000007046	2173	0.9974408827260524	4	3	2	3	1	False	49051	fragment	False	USA0087_01_000000007046	1.0		0	0	False	False	0.9788311123847961	0					non-mobilizable	no_good_hit	366.0	92.35	17.0	0.1288495575221239	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
AST0148_000000009774	3579	0.9974382596220708	6	5	2	4	4	True	124109	fragment	False	ENG0172_000000004204	0.11861104012266803		0	0	False	False	1.0	0					non-mobilizable	other	3579.0	97.206	100.0	0.001004689299482845	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
USA0071_01_000000002974	4623	0.9974373268621748	4	2	2	2	2	False	743	fragment	False	USA0071_01_000000002974	1.0		0	0	False	False	0.9997836947441101	0					non-mobilizable	no_good_hit	119.0	76.471	3.0	0.00033592967113054567	NZ_CABPSP010000005.1	b-proteobacteria	Pandoraea anapnoica strain LMG 31117, whole genome shotgun sequence	True	False
ISR0100_000000000281	26467	0.9974370165919112	21	13	9	11	6	True	76349	fragment	False	ISR0100_000000000281	1.0		0	0	False	False	0.999697744846344	0					non-mobilizable	no_good_hit	9032.0	98.04	86.0	0.05014547416790445	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
MON0104_000000000972	19005	0.9974361603395544	27	26	8	9	25	False	98220	maximal	True	MON0104_000000000972	1.0	PS396|PS544	1	1	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	19005.0	100.0	100.0	0.17300741954572352	MG299151.1	enterobacteria	Shigella sonnei strain SH287-2 plasmid pSH287-2, complete sequence	False	True
SPA0030_000000018867	1612	0.9974360290885024	3	1	1	1	1	False	7315	fragment	False	SPA0030_000000018867	1.0		0	0	False	False	0.9919354915618896	0					non-mobilizable	no_good_hit	60.0	98.333	4.0	0.00026391243474876877	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0105_000000027779	1242	0.9974360290885024	2	1	1	1	1	False	42395	fragment	False	FIJ0105_000000027779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	0.0001370930501039021	NZ_BHYK01000002.1	firmicutes	Clostridium tagluense strain A121 sequence002, whole genome shotgun sequence	True	False
USA0011_01_000000005220	7158	0.9974355029456456	12	12	8	11	12	True	97926	fragment	False	USA0011_01_000000005220	0.997332147621165		0	0	False	False	1.0	0					non-mobilizable	plasmid	7123.0	99.073	99.0	0.06367644034301759	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
AST0084_000000002749	8988	0.9974352549573492	11	5	5	5	2	True	111606	fragment	False	AST0084_000000002749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5533.0	97.126	86.0	0.11924659017103269	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MAD0045_000000024512	1706	0.9974351467682936	2	2	2	2	2	False	88541	fragment	False	MAD0045_000000024512	1.0		0	0	False	False	0.9976553320884705	0					non-mobilizable	chromosome	1635.0	99.755	96.0	0.0003430773746560303	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0050_000000001663	11096	0.9974344310736072	17	6	4	6	6	False	70823	fragment	False	ISR0050_000000001663	1.0		0	0	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit	1047.0	77.555	12.0	0.0003473651578609711	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0011_000000000136	57173	0.9974342139189204	40	25	18	22	15	True	130794	maximal	False	ISR0131_000000000086	0.9589671029820429		0	0	True	True	1.0	24					non-mobilizable	no_good_hit	541.0	99.815	1.0	0.9981481481481481	KU544993.1	bacteria	Uncultured bacterium clone AX_01B_000_Contig_4 genomic sequence	True	True
AST0142_000000002491	1762	0.9974332289998196	4	1	1	1	1	False	105250	maximal	True	AST0142_000000002491	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000006256	3332	0.9974311348257506	6	3	2	2	1	False	60177	fragment	False	ENG0105_000000006256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	75.771	7.0	0.0007711395042772537	NZ_QSBM01000006.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf6, whole genome shotgun sequence	True	False
CAN0021_000000002338	13875	0.9974299704803462	18	15	8	10	11	True	126364	fragment	False	CAN0021_000000002338	0.9999278290993072		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	474.0	72.363	3.0	0.0012097376021534376	NZ_QJKD01000006.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_106, whole genome shotgun sequence	True	True
CAN0022_000000001780	13856	0.9974299704803462	18	15	8	10	11	True	126364	fragment	False	CAN0021_000000002338	0.9992432432432432		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	474.0	72.363	3.0	0.0012097376021534376	NZ_QJKD01000006.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_106, whole genome shotgun sequence	True	True
ISR0389_000000002732	6445	0.99742991868161	9	4	3	4	1	True	113912	maximal	True	ISR0389_000000002732	1.0	PS732	8	3	True	True	1.0	49					non-mobilizable	no_good_hit	1363.0	74.688	21.0	0.29564452265728114	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0333_000000002927	5720	0.99742991868161	8	4	3	4	1	True	105016	fragment	False	ISR0333_000000002927	1.0		0	0	False	False	0.9994755387306213	0					non-mobilizable	no_good_hit	1363.0	74.688	23.0	0.29564452265728114	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0190_000000000318	50694	0.9974281254518408	44	24	16	19	13	True	126553	backbone	True	ISR0190_000000000318	1.0	PS970	1	1	True	True	1.0	18					non-mobilizable	no_good_hit	633.0	70.774	1.0	0.6009615384615384	GQ883126.1		Uncultured organism clone VC1D865TR genomic sequence	True	True
CHI0158_000000002983	4806	0.997427557053546	8	5	3	3	5	True	124116	fragment	False	CHI0158_000000002983	1.0		0	0	False	False	0.9933416843414307	0					non-mobilizable	other	4778.0	95.20700000000001	99.0	0.0013419276657428208	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0175_000000009188	2413	0.9974263977678705	4	1	1	1	1	False	29855	fragment	False	ISR0175_000000009188	1.0		0	0	False	False	0.9995855689048767	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000006417	4278	0.99742637416696	8	4	1	3	3	True	34740	maximal	True	ISR0074_000000006417	1.0		1	1	True	True	0.9985975027084351	5	rep_cluster_1871				non-mobilizable	no_good_hit	1033.0	84.60799999999999	35.0	0.22440944881889763	HE650696.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL2 complete sequence	True	True
ISR0084_000000008546	2817	0.9974252903468672	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.38309207050321903		0	0	False	False	0.9957401752471924	0					non-mobilizable	no_good_hit	1004.0	85.359	41.0	0.002082649397683575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0320_000000008196	2780	0.9974252903468672	4	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.5775930721688141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	88.241	41.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0838_000000004881	4240	0.9974250428791184	3	2	1	2	1	False	124344	fragment	False	ISR0072_000000005604	0.6318361647661158		0	0	False	False	0.9966981410980225	0					non-mobilizable	no_good_hit	685.0	95.912	33.0	0.010407157202848275	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
USA0011_01_000000004718	7916	0.9974208805484672	8	7	2	3	7	False	114192	fragment	False	USA0011_01_000000004718	0.9903504316912138		0	0	False	False	0.999873697757721	0	IncFIB				non-mobilizable	other	7916.0	100.0	100.0	0.0692851765612143	LR730401.1	enterobacteria	XXX	False	True
CHI0037_000000002089	5239	0.9974204782187184	5	5	3	4	5	True	89824	fragment	False	CHI0037_000000002089	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	5232.0	99.962	99.0	0.02472257405902036	CP054064.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP plasmid pSWHvKp, complete sequence	False	True
ISR0199_000000004382	5972	0.9974203104706288	8	5	2	5	5	False	48141	maximal	True	ISR0199_000000004382	1.0		1	1	True	True	1.0	66					non-mobilizable	no_good_hit	2153.0	99.954	71.0	0.516686674669868	CP052403.1	enterobacteria	Klebsiella pneumoniae strain C17KP0039 plasmid pC17KP0039-4, complete sequence	True	True
SPA0021_000000002374	9950	0.9974202056953472	21	4	3	3	3	False	7695	fragment	False	SPA0021_000000002374	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5943.0	99.596	95.0	0.10295876449482606	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	False	False
ISR0159_000000000418	33831	0.9974200102366979	54	10	7	10	4	True	80286	maximal	True	ISR0159_000000000418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	0.0	0.00011638487419853144	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0131_000000005182	4808	0.997417956929972	8	6	6	5	5	False	35962	maximal	True	ISR0131_000000005182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	91.14200000000001	21.0	0.022771676884726807	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0854_000000001981	3733	0.9974161679144912	5	3	2	3	0	True	106235	maximal	True	ISR0854_000000001981	1.0		3	3	True	True	1.0	31					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001344353714399522	AL158072.9	primates	Human DNA sequence from clone RP11-30O14 on chromosome 9p21.1-21.3, complete sequence	True	True
AUS0010_000000002882	7176	0.997416084013944	10	2	2	2	1	True	101615	maximal	True	AUS0010_000000002882	1.0	PS422	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	340.0	84.412	5.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
SPA0009_000000009654	3615	0.997414468959482	4	3	3	2	1	True	84996	maximal	True	SPA0009_000000009654	1.0		10	3	False	False	1.0	0					non-mobilizable	other	2935.0	99.21600000000001	94.0	0.0005525043947073318	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0181_000000002134	10805	0.9974127806676292	8	8	7	8	7	True	90292	maximal	True	ENG0181_000000002134	1.0		0	0	False	False	0.9979639053344727	0	IncFIB				non-mobilizable	plasmid	10805.0	100.0	100.0	0.04039089896293638	KX254341.1	enterobacteria	Escherichia coli strain JS-B60 plasmid pECJS-B60-267, complete sequence	False	True
SPA0024_000000002075	8029	0.997412346195508	7	7	5	4	7	False	87476	fragment	False	SPA0024_000000002075	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7968.0	100.0	100.0	0.001575964786375372	CP022686.1	enterobacteria	Escherichia coli Nissle 1917 chromosome, complete genome	False	False
ETH0003_000000004602	6225	0.997409761949558	11	2	2	2	2	False	53258	maximal	True	ETH0003_000000004602	1.0		1	1	False	False	0.9979116320610046	0					non-mobilizable	no_good_hit	568.0	90.31700000000001	22.0	0.010048559174848475	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0154_000000002362	9890	0.9974065078586648	7	6	6	5	3	True	110973	fragment	False	ENG0154_000000002362	1.0		0	0	False	False	0.9976744055747986	0					non-mobilizable	no_good_hit	1804.0	77.827	18.0	0.010228121588231914	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
MAD0098_000000007064	5739	0.9974051367589192	4	3	3	3	3	False	98035	fragment	False	MAD0098_000000007064	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5664.0	100.0	100.0	0.05078878216338867	CP053236.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-2, complete sequence	False	True
USA0039_01_000000003775	6310	0.9974023714711172	9	7	3	6	5	False	103323	fragment	False	USA0039_01_000000003775	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0087_000000008480	3244	0.9974023644696824	4	3	2	3	3	False	88547	maximal	True	MAD0087_000000008480	1.0		1	1	False	False	0.9935265183448792	0					non-mobilizable	no_good_hit	2216.0	99.91	68.0	0.0004675516021821889	CP032237.1	enterobacteria	Escherichia coli strain ECCWS199 chromosome, complete genome	True	False
ISR0357_000000006221	3733	0.997401322220526	5	2	1	2	1	False	44544	fragment	False	ISR0357_000000006221	1.0		0	0	False	False	0.9916957020759583	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000006084	4428	0.9973993769460038	4	3	3	3	2	False	77824	fragment	False	SPA0026_000000006084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	74.0	6.0	5.565797225789461e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0027_000000008304	4222	0.9973993769460038	4	3	3	3	2	False	77823	fragment	False	DEN0071_000000007805	0.9612369958671797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	74.0	6.0	5.565797225789461e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0028_000000006739	3983	0.9973993769460038	4	3	3	3	2	False	77823	fragment	False	DEN0071_000000007805	0.647797252486973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	74.0	6.0	5.565797225789461e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0088_000000000693	15942	0.9973984421926134	20	11	5	6	8	False	82300	maximal	True	MAD0088_000000000693	1.0		1	1	False	False	0.9998118281364441	0					non-mobilizable	no_good_hit	2356.0	89.728	64.0	0.0009609844406395821	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
CHI0064_000000002981	5641	0.9973974525966556	6	4	3	4	4	False	85360	maximal	True	CHI0064_000000002981	1.0		4	3	False	False	0.9969863295555115	0					non-mobilizable	no_good_hit	684.0	92.98200000000001	12.0	0.029240517167565715	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	False
USA0036_01_000000001398	23948	0.9973946788475396	27	11	7	11	8	True	24275	fragment	False	USA0036_01_000000001398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	81.74	10.0	0.011169000587842136	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0049_01_000000000199	11961	0.9973931812897828	9	9	9	7	9	False	30820	maximal	True	USA0049_01_000000000199	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	11961.0	100.0	100.0	0.0026082710543194254	CP053607.1	enterobacteria	Escherichia coli strain NEB5-alpha_F'Iq chromosome, complete genome	False	False
FIJ0054_000000000852	21137	0.9973913343224609	27	19	13	17	11	True	79340	maximal	True	FIJ0054_000000000852	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1392.0	79.813	7.0	0.040845818096024535	NZ_CABKPS010000024.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
SPA0047_000000003385	11351	0.9973906597458604	11	6	6	4	3	False	6691	fragment	False	SPA0047_000000003385	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2662.0	99.54899999999999	27.0	0.04288593309149537	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
MON0075_000000011732	2084	0.9973898939728052	2	2	1	2	1	False	41637	maximal	True	MON0075_000000011732	1.0		0	0	False	False	0.9520153403282166	0					non-mobilizable	no_good_hit	1521.0	96.18700000000001	73.0	0.0006259734504892065	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
CHI0114_000000000859	7060	0.9973896713249641	7	3	3	3	1	False	107026	fragment	False	CHI0125_000000001580	0.4395547862536036		0	0	False	False	0.9946175813674927	0					non-mobilizable	plasmid	7087.0	99.22399999999999	99.0	0.0720353208069258	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0080_000000002722	8297	0.9973895733694532	6	3	2	3	3	False	62970	maximal	False	USA0011_01_000000004490	0.9976604679064187		0	0	False	False	0.9987947344779968	0					non-mobilizable	no_good_hit	3212.0	94.988	40.0	0.04767493685930768	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
DEN0021_000000004853	6075	0.9973886827243448	7	5	4	4	5	True	110977	fragment	False	DEN0021_000000004853	1.0		0	0	False	False	0.9996708035469055	0					non-mobilizable	no_good_hit	1368.0	79.24	50.0	0.0004974418865372179	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0151_000000001354	9479	0.9973863922619112	14	10	5	5	10	True	123628	fragment	False	USA0108_01_000000001009	0.5682952573105489		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6644.0	99.669	95.0	0.21445635330578514	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0126_000000014057	2603	0.9973857124207184	4	4	1	3	3	True	124070	fragment	False	FIJ0126_000000014057	1.0		0	0	False	False	0.9996158480644226	0					non-mobilizable	no_good_hit	2281.0	96.84299999999999	88.0	0.0006407528958939543	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0149_000000001917	7569	0.9973826195171266	7	3	2	3	2	False	36091	maximal	True	ISR0149_000000001917	1.0		1	1	False	False	0.9957722425460815	0					non-mobilizable	no_good_hit	249.0	83.936	3.0	0.001382857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0033_000000025258	1256	0.9973819746421017	2	1	1	1	1	False	36856	fragment	False	ISR0033_000000025258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	94.667	6.0	0.0024205155043830954	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
DEN0073_000000003936	9209	0.9973818380187705	13	10	5	5	10	True	123628	fragment	False	USA0108_01_000000001009	0.4462507309673227		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	9212.0	99.28399999999999	100.0	0.2965324060658746	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
DEN0082_000000006357	5701	0.9973816453111302	6	6	1	4	6	False	108854	backbone	False	ENG0066_000000002902	0.9920011007885521	PS677	0	0	True	True	1.0	22	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5702.0	98.87799999999999	100.0	0.4628891960003252	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	False	True
CHI0117_000000000395	29725	0.99738161257933	32	21	14	19	13	True	92555	fragment	False	CHI0117_000000000395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9434.0	91.499	85.0	0.20715494319555233	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
ENG0009_000000002241	5710	0.9973815617242188	6	6	1	4	6	False	108854	backbone	False	ENG0066_000000002902	0.9921268748750552	PS677	0	0	True	True	1.0	3083	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5711.0	98.87899999999999	100.0	0.4637834322412812	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	False	True
CAN0001_000000007835	5972	0.9973815480030219	6	5	1	4	5	False	108854	backbone	False	ENG0066_000000002902	0.9775777113379033	PS677	0	0	True	True	1.0	84	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	3234.0	99.072	95.0	0.5591695501730104	CP035378.1	enterobacteria	Escherichia coli strain BR43-DEC plasmid unnamed1	False	True
ENG0066_000000002902	5783	0.9973815480030219	5	5	1	4	5	False	108854	backbone	True	ENG0066_000000002902	0.9935966851597704	PS677	23	6	True	True	1.0	42	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5608.0	99.98200000000001	97.0	0.9957378795950985	CP051618.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain 2017_APHA plasmid pAPHA_2017_3, complete sequence	False	True
MAD0049_000000002563	5710	0.9973815480030219	5	5	1	4	5	False	108854	backbone	False	ENG0066_000000002902	0.992606117344192	PS677	0	0	True	True	1.0	27	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5608.0	100.0	100.0	0.9957378795950985	CP006787.1	enterobacteria	Escherichia coli JJ1886 plasmid pJJ1886_3, complete sequence	False	True
ENG0194_000000004558	5710	0.9973815480030219	5	5	1	4	5	False	108854	backbone	False	ENG0066_000000002902	0.9924552146846657	PS677	0	0	True	True	1.0	124	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5615.0	99.929	100.0	0.9969809980465282	CP011138.1	enterobacteria	Escherichia coli VR50 plasmid pVR50D, complete sequence	False	True
ISR0316_000000002810	5710	0.9973815480030219	5	5	1	4	5	False	108854	backbone	False	ENG0066_000000002902	0.9924721452452597	PS677	0	0	True	True	1.0	60	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5615.0	99.929	100.0	0.9969809980465282	CP011138.1	enterobacteria	Escherichia coli VR50 plasmid pVR50D, complete sequence	False	True
ENG0095_000000004624	5710	0.9973815480030219	5	5	1	4	5	False	108854	backbone	False	ENG0066_000000002902	0.9912656556406761	PS677	0	0	True	True	1.0	106	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5615.0	99.76799999999999	100.0	0.9969809980465282	CP011138.1	enterobacteria	Escherichia coli VR50 plasmid pVR50D, complete sequence	False	True
SPA0112_000000006041	5648	0.9973815480030219	5	5	1	4	5	False	108854	backbone	False	ENG0066_000000002902	0.992098781826417	PS677	0	0	True	True	1.0	11	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5523.0	99.946	100.0	0.9806428698277393	CP006787.1	enterobacteria	Escherichia coli JJ1886 plasmid pJJ1886_3, complete sequence	False	True
MAD0046_000000004136	5579	0.9973815480030219	6	5	1	4	5	False	108854	backbone	False	ENG0066_000000002902	0.9835416118128747	PS677	0	0	True	True	0.9998207688331604	1	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5407.0	99.575	100.0	0.9593611357586513	CP054331.1	enterobacteria	Escherichia coli strain SCU-121 plasmid pSCU-121-3, complete sequence	False	True
ENG0035_000000007775	2835	0.9973815133905062	3	2	1	2	2	True	130986	backbone	False	SPA0127_000000010391	0.8499119018754221	PS1132	0	0	True	True	1.0	25	rep_cluster_1867				non-mobilizable	plasmid	2756.0	99.565	100.0	0.9924297043979813	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
USA0011_01_000000013076	2834	0.9973815133905062	3	2	1	2	2	True	130986	backbone	False	SPA0127_000000010391	0.8543096243445801	PS1132	0	0	True	True	1.0	142	rep_cluster_1867				non-mobilizable	plasmid	2741.0	99.56200000000001	100.0	0.9873828406633021	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0129_000000009465	2814	0.9973815133905062	3	2	1	2	2	True	130986	backbone	False	SPA0127_000000010391	0.8495671955494113	PS1132	0	0	True	True	1.0	11	rep_cluster_1867				non-mobilizable	plasmid	2759.0	99.71	100.0	0.9938716654650325	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
AUS0020_000000009900	2814	0.9973815133905062	3	2	1	2	2	True	130986	backbone	False	SPA0127_000000010391	0.8493162777704069	PS1132	0	0	True	True	1.0	6	rep_cluster_1867				non-mobilizable	plasmid	2748.0	99.67200000000001	100.0	0.9899062725306417	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0165_000000000906	16748	0.997381114028714	13	9	7	9	7	True	128662	maximal	False	ISR0231_000000000430	0.9837927585760989		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	861.0	85.134	22.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0040_000000016383	1238	0.9973807480069308	2	1	1	1	1	False	115829	fragment	False	AST0040_000000016383	0.9960732984293194		0	0	False	False	0.9991922378540039	0					non-mobilizable	no_good_hit	147.0	85.03399999999999	11.0	0.006117745652629373	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0241_000000000813	14677	0.9973795848195818	18	9	6	9	4	True	27261	maximal	True	ISR0241_000000000813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	98.92299999999999	4.0	0.00020191858976570544	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
DEN0077_000000000016	32133	0.9973786075180155	29	12	7	10	9	True	70507	maximal	True	DEN0077_000000000016	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	90.895	7.0	0.00017492543278651177	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0091_000000011731	2038	0.99737816743385	1	1	1	1	1	True	119890	fragment	False	ENG0091_000000011731	1.0		0	0	False	False	0.999509334564209	0	rep_cluster_1188				non-mobilizable	plasmid	1837.0	99.565	97.0	0.5459684617673312	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
MON0025_000000019573	2025	0.9973742371511564	6	4	3	3	2	False	125361	fragment	False	FIJ0114_000000005988	0.019967035554509065		0	0	False	False	0.9990123510360718	0					non-mobilizable	no_good_hit	1797.0	89.649	88.0	0.0005106042426103665	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0009_01_000000010373	2384	0.9973720651295228	6	4	3	4	1	True	125361	fragment	False	FIJ0114_000000005988	0.24759623564289465		0	0	False	False	0.9769295454025269	0					non-mobilizable	no_good_hit	2085.0	97.93799999999999	87.0	0.000594801141196201	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0027_000000004790	5465	0.997371799435176	7	3	2	3	1	True	113444	fragment	False	ISR0027_000000004790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	74.936	21.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
CAN0003_000000008598	5592	0.9973705417630664	7	6	5	2	4	True	120819	fragment	False	CAN0003_000000008598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2580.0	86.124	46.0	0.0009544202166322293	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
FIJ0011_000000027217	1659	0.9973696222986592	3	1	1	1	1	False	50940	maximal	True	FIJ0011_000000027217	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000003217	9231	0.9973684597428762	10	6	3	4	6	True	89828	maximal	True	FIJ0144_000000003217	1.0		1	1	False	False	0.9998916983604431	0	IncFIB				non-mobilizable	no_good_hit	6915.0	99.76899999999999	75.0	0.021320883302547465	CP049891.1	enterobacteria	Klebsiella pneumoniae strain k9 plasmid pk9, complete sequence	True	True
ISR0029_000000003310	12596	0.9973673984715368	11	7	3	5	5	False	76987	fragment	False	USA0081_01_000000001790	0.5613279691709027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.41799999999999	7.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ISR0117_000000000627	29986	0.99736708455752	32	9	7	9	6	True	111625	fragment	False	ENG0164_000000000535	0.9580536924811983		0	0	False	True	1.0	0					non-mobilizable	other	9710.0	96.15899999999999	91.0	0.21013206321714656	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0038_000000008569	3469	0.9973651115035777	3	2	2	2	2	False	120486	fragment	False	ISR0127_000000005698	0.7780945795140728		0	0	False	False	0.9942346215248108	0					non-mobilizable	no_good_hit	802.0	88.155	51.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
FIJ0122_000000001754	9965	0.9973641934023196	9	5	4	4	3	False	51023	maximal	True	FIJ0122_000000001754	1.0	PS200	0	0	False	True	0.9981936812400818	0					non-mobilizable	no_good_hit	1200.0	91.917	18.0	0.0005254201816099404	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
FIJ0146_000000003730	4494	0.9973631936298348	4	4	4	4	4	False	39990	maximal	True	FIJ0146_000000003730	1.0		1	1	False	False	0.9997774958610535	0					non-mobilizable	plasmid	4494.0	99.978	100.0	0.06869610421380955	CP031940.1	enterobacteria	Klebsiella pneumoniae strain TOP52_1721_U1 plasmid unnamed2, complete sequence	False	True
ISR0064_000000004994	3697	0.997360072582496	7	5	3	3	4	True	124106	fragment	False	ISR0064_000000004994	0.9675893032147583		0	0	False	False	0.9921557903289795	0					non-mobilizable	other	3697.0	99.973	100.0	0.001038694168080726	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0179_000000005043	3390	0.997360072582496	7	5	3	3	4	True	124106	fragment	False	ISR0064_000000004994	0.6333964475701018		0	0	False	False	0.998525083065033	0					non-mobilizable	other	3390.0	99.794	100.0	0.0009521363207406654	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0259_000000002322	5396	0.9973587571945448	7	3	3	3	3	False	26756	maximal	True	ISR0259_000000002322	1.0		1	1	False	False	0.9998146891593933	0					non-mobilizable	no_good_hit	1096.0	99.726	20.0	0.00046590940063779337	NZ_CP049740.1	firmicutes	Jeotgalibaca arthritidis strain CECT 9157 chromosome, complete genome	True	False
FIJ0151_000000002759	6073	0.9973551024843978	10	7	1	2	6	False	41045	maximal	True	FIJ0151_000000002759	1.0		2	1	True	True	1.0	13					non-mobilizable	no_good_hit	2001.0	94.15299999999999	47.0	0.00036657228441450097	CP016344.1	enterobacteria	Klebsiella variicola strain E57-7 chromosome, complete genome	True	True
DEN0071_000000007805	4678	0.997354382432932	4	3	3	3	2	False	77823	fragment	False	DEN0071_000000007805	0.9883656812572967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	74.34899999999999	6.0	5.950425489360277e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0007_000000003266	6540	0.997347243299215	9	3	2	3	2	False	107308	fragment	False	ISR0858_000000001068	0.9615606936416184		0	0	False	False	0.9993883967399597	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007738607050730868	XM_001008119.1	ciliates	Tetrahymena thermophila SB210 START domain protein partial mRNA	True	False
CHI0117_000000002072	7505	0.9973468915706994	5	5	5	5	4	True	106678	fragment	False	CHI0117_000000002072	0.9653471650121858		0	0	False	False	0.999866783618927	0					non-mobilizable	other	7478.0	91.696	99.0	0.6796434418773877	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
MON0083_000000002123	9301	0.9973433460456932	13	8	5	7	5	True	9893	maximal	True	MON0083_000000002123	1.0		2	1	False	False	0.9998924732208252	0					non-mobilizable	no_good_hit	4607.0	81.984	88.0	0.0012913419108038246	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0091_000000006728	1836	0.9973409801268509	4	2	0	2	2	True	22722	maximal	False	ISR0395_000000021141	0.9784789818167207		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	126.0	80.952	7.0	0.06502359727320399	LN852977.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0305	True	True
MON0011_000000041491	1128	0.9973371334198708	2	1	1	1	1	False	13622	maximal	True	MON0011_000000041491	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0169_000000004089	5236	0.9973360720887441	8	7	3	7	4	False	44755	maximal	True	FIJ0169_000000004089	1.0		1	1	False	False	0.9986631274223328	0					non-mobilizable	no_good_hit	837.0	77.18	16.0	0.8699360341151386	GQ880803.1		Uncultured organism clone VC1CL25TF genomic sequence	True	False
AST0059_000000004627	3058	0.9973350700578304	3	2	2	2	2	False	112879	fragment	False	AST0059_000000004627	1.0		0	0	False	False	0.9941138029098511	0					non-mobilizable	no_good_hit	726.0	85.537	24.0	0.04262984088862203	NZ_JAAIPW010000029.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_29_length_16655_cov_366.729, whole genome shotgun sequence	True	False
FIJ0068_000000002345	10842	0.9973345339786176	16	16	6	10	16	True	114237	fragment	False	FIJ0068_000000002345	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10843.0	99.76899999999999	100.0	0.1256519622615267	CP057998.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_3, complete sequence	False	True
ENG0143_000000005492	3460	0.9973344587161098	7	6	5	4	5	False	92147	fragment	False	ENG0096_000000009328	0.947669550655875		0	0	False	False	0.9962427616119385	0					non-mobilizable	no_good_hit	1081.0	72.525	31.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0182_000000003309	7095	0.9973343247085869	9	6	4	5	4	True	88497	maximal	False	CHI0183_000000000419	0.9854214976171031		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	490.0	75.306	7.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
ISR0195_000000003232	7095	0.9973343247085869	9	6	4	5	4	True	88497	maximal	False	CHI0183_000000000419	0.9842625564644693		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	490.0	75.306	7.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
CHI0083_000000001399	7095	0.9973343247085869	9	6	4	5	4	True	88497	maximal	False	CHI0183_000000000419	0.9853304969725922		0	0	True	True	1.0	54					non-mobilizable	no_good_hit	490.0	75.306	7.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
ISR0259_000000001718	7095	0.9973343247085869	10	6	4	5	4	True	88497	maximal	False	CHI0183_000000000419	0.9844883001689434		0	0	True	True	0.9998590350151062	15					non-mobilizable	no_good_hit	490.0	75.306	7.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
SPA0078_000000002577	2889	0.997333605242524	4	4	2	4	2	False	5672	maximal	True	SPA0078_000000002577	1.0		2	1	False	False	0.9989615678787231	0					non-mobilizable	plasmid	2889.0	98.685	100.0	0.08967745944938164	CP024829.1	enterobacteria	Escherichia coli strain CREC-544 plasmid pCREC-544_3, complete sequence	False	True
MON0081_000000007848	6873	0.9973326960038508	8	7	6	7	3	True	130294	maximal	True	MON0081_000000007848	1.0		1	1	False	False	0.998399555683136	0					non-mobilizable	no_good_hit	2829.0	98.69200000000001	53.0	0.005911295027360911	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0010_000000007881	5250	0.9973326360644053	8	7	5	6	3	True	76036	maximal	True	DEN0010_000000007881	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
BAN0018_000000000865	2705	0.9973294251574792	5	4	2	2	4	False	98123	maximal	True	BAN0018_000000000865	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1365.0	99.414	98.0	0.004864115027048616	CP017721.1	enterobacteria	Salmonella enterica subsp. enterica serovar Minnesota strain CFSAN017963 plasmid pCFSAN017963_01, complete sequence	False	True
ISR0098_000000003898	4473	0.9973284478584096	7	4	2	3	2	False	122349	fragment	False	ISR0098_000000003898	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4473.0	99.575	100.0	0.0264667065166571	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
TAN0008_000000011686	1755	0.9973270613009378	3	1	1	1	1	False	2747	maximal	True	TAN0008_000000011686	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	97.075	65.0	0.00021244191448881942	LR134247.1	enterobacteria	Escherichia coli strain NCTC9040 genome assembly, chromosome: 1	True	False
AST0102_000000023084	1364	0.9973265980270166	3	2	1	2	1	False	108155	fragment	False	AST0102_000000023084	1.0		0	0	False	False	0.9956011772155762	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000003408	6992	0.9973262673284151	9	7	2	3	6	False	87350	maximal	True	FIJ0112_000000003408	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4677.0	91.98200000000001	80.0	0.0008509821286424829	CP060807.1	enterobacteria	Klebsiella variicola strain KP2757 chromosome, complete genome	True	False
MON0051_000000005378	5661	0.9973257470033642	9	5	4	4	4	False	62576	fragment	False	MON0051_000000005378	1.0		0	0	False	False	0.9998233318328857	0					non-mobilizable	no_good_hit	2756.0	88.97	72.0	0.11846901579586877	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
FIJ0021_000000005925	8217	0.9973244199166108	9	8	5	4	8	False	87479	maximal	True	FIJ0021_000000005925	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	7039.0	99.02	99.0	0.0014247031902125667	CP057166.1	enterobacteria	Escherichia coli strain RHB34-C16 chromosome, complete genome	False	False
FIJ0131_000000000908	16917	0.9973237305072162	15	11	8	8	9	False	45951	maximal	True	FIJ0131_000000000908	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3218.0	85.76799999999999	43.0	0.0013044852619745818	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
CAN0012_000000005873	9467	0.9973218748145468	17	9	5	7	8	True	94326	maximal	True	CAN0012_000000005873	1.0		1	1	False	False	0.999894380569458	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	9.630724064319646e-07	AP015038.1	eudicots	Vigna angularis var. angularis DNA, chromosome 5, almost complete sequence, cultivar: Shumari	True	True
CHI0064_000000005991	2986	0.9973198176151004	5	4	4	3	2	False	96439	maximal	True	CHI0064_000000005991	1.0		5	4	False	False	0.9876088500022888	0					non-mobilizable	no_good_hit	1537.0	94.6	51.0	0.015248283570174038	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
FIJ0120_000000013974	1749	0.9973195060693202	2	2	1	2	2	True	119626	fragment	False	ISR0379_000000014196	0.6433048433048433		0	0	False	False	0.9931389093399048	0	rep_cluster_1867				non-mobilizable	plasmid	1749.0	99.714	100.0	0.6297764960346071	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
MAD0005_000000000611	15890	0.9973188768578256	12	12	6	9	12	True	103533	fragment	False	MAD0005_000000000611	1.0		0	0	False	False	1.0	0		MOBF	MPF_F		conjugative	plasmid	7437.0	98.171	100.0	0.0442347583510169	CP024297.1	enterobacteria	Escherichia coli strain 90-9276 plasmid unnamed1	False	True
MON0050_000000000938	12719	0.9973185960332168	15	10	9	10	6	True	103126	fragment	False	MON0050_000000000938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	75.122	10.0	0.0003172399858829518	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
USA0066_01_000000004011	4932	0.9973185852662536	5	5	2	4	4	False	44719	maximal	True	USA0066_01_000000004011	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	97.42299999999999	4.0	6.220743569024308e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0089_000000001796	8596	0.9973183057994668	11	5	4	5	4	False	103450	fragment	False	MAD0089_000000001796	0.9954607069192591		0	0	False	False	0.9997673630714417	0					non-mobilizable	no_good_hit	3313.0	91.88	56.0	0.13159892898533349	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MAD0004_000000001194	6503	0.9973183057994668	8	5	4	5	4	False	53426	fragment	False	MAD0004_000000001194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2948.0	91.89299999999999	62.0	0.11701234863925189	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0847_000000002898	7308	0.9973175331797144	9	6	6	4	5	False	70994	fragment	False	ISR0847_000000002898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4044.0	96.044	58.0	0.06463181255327019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
DEN0083_000000002045	11417	0.9973168001336216	18	12	7	9	9	True	124137	fragment	False	DEN0008_000000000333	0.640150210661452		0	0	False	False	1.0	0					non-mobilizable	other	11422.0	96.419	100.0	0.0032085420229917877	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0051_000000006242	5009	0.997316389101224	5	3	3	3	3	False	100518	fragment	False	MON0051_000000006242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.852	6.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0037_000000012822	4541	0.997316389101224	4	3	3	3	3	False	100522	fragment	False	MON0037_000000012822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.852	10.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0012_000000009635	4155	0.9973141671345036	7	4	2	4	3	True	125371	fragment	False	MON0012_000000009635	1.0		0	0	False	False	0.9947052001953125	0					non-mobilizable	other	4136.0	98.259	99.0	0.0011801836462794104	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0842_000000006720	3123	0.9973141538212856	5	4	0	2	3	True	97219	backbone	False	SPA0069_000000007515	0.9700847594820139	PS525	0	0	True	True	1.0	181					non-mobilizable	no_good_hit	742.0	99.461	51.0	0.24874118831822759	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0271_000000004957	3123	0.9973141538212856	5	4	0	2	3	True	97219	backbone	False	SPA0069_000000007515	0.9704758284373016	PS525	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	742.0	99.596	51.0	0.24874118831822759	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0122_000000005144	6145	0.9973134175673164	7	5	2	3	5	False	114191	fragment	False	MON0001_000000004227	0.4759752974845609		0	0	False	False	1.0	0	IncFIB				non-mobilizable	other	6145.0	99.984	100.0	0.053782454174617904	LR730401.1	enterobacteria	XXX	False	True
MAD0104_000000003708	2830	0.9973134036219196	5	5	3	4	5	False	90333	fragment	False	MAD0104_000000003708	1.0		0	0	False	False	0.9985865950584412	0					non-mobilizable	other	2830.0	99.89399999999999	100.0	0.0006108938636154076	CP010167.1	enterobacteria	Escherichia coli strain H3, complete genome	False	False
ISR0141_000000016203	1998	0.9973118978545666	6	3	3	3	3	False	31207	fragment	False	ISR0141_000000016203	1.0		0	0	False	False	0.9829829931259155	0					non-mobilizable	no_good_hit	55.0	85.455	3.0	2.4028217287622293e-05	CP041676.1	firmicutes	Lactobacillus reuteri strain LL7 chromosome, complete genome	True	False
MAD0001_000000004272	5802	0.9973111261690764	6	4	4	4	4	True	20304	maximal	True	MAD0001_000000004272	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1701.0	73.486	29.0	0.0004542481530621598	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0021_01_000000001282	13897	0.997309552081908	12	10	5	10	4	True	120318	fragment	False	USA0021_01_000000001282	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12799.0	93.351	92.0	0.02671896988313326	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0098_000000027697	1633	0.9973094985030772	3	2	2	2	2	False	54251	maximal	True	MAD0098_000000027697	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0099_000000004325	5262	0.9973086598404168	7	6	0	2	6	False	51617	maximal	True	FIJ0099_000000004325	0.9868369351669941		7	2	False	False	1.0	0	rep_cluster_2358	MOBP,MOBP		MOBP	mobilizable	no_good_hit	2531.0	98.459	70.0	0.21518556350017023	CP019842.1	enterobacteria	Enterobacter roggenkampii strain R11 plasmid pASM3, complete sequence	True	True
ISR0073_000000000767	22929	0.997308521860795	24	21	16	19	17	True	67667	fragment	False	ISR0073_000000000767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	84.693	7.0	0.0003325550154715499	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0045_000000004891	5067	0.9973085014656572	4	4	4	4	3	True	106678	fragment	False	CHI0117_000000002072	0.5297935699996108		0	0	False	False	1.0	0					non-mobilizable	other	4990.0	92.305	98.0	0.4534291431690013	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
FIJ0144_000000001880	14395	0.997308395456142	13	9	8	9	7	True	64261	fragment	False	FIJ0144_000000001880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1197.0	75.021	8.0	0.00030963042460039963	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
MAD0111_000000010967	1564	0.9973083615303029	2	1	1	1	1	False	77472	fragment	False	ISR0373_000000009521	0.8046013937029765		0	0	False	False	0.9993606209754944	0					non-mobilizable	no_good_hit	99.0	91.919	6.0	0.00020491931824597427	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0161_000000019905	1557	0.9973083615303029	2	1	1	1	1	False	77472	fragment	False	ISR0373_000000009521	0.952385652648493		0	0	False	False	0.9890815615653992	0					non-mobilizable	no_good_hit	137.0	93.431	9.0	0.00028437782940257656	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0389_000000017684	1257	0.9973083615303029	2	1	1	1	1	False	22895	fragment	False	ISR0847_000000022939	0.951834862385321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0002727190085148935	NZ_JYLE01000019.1	g-proteobacteria	Pseudomonas helleri strain DSM 28141 19_99003_17.441, whole genome shotgun sequence	True	False
AST0055_000000011301	3009	0.9973051900362632	5	4	3	4	3	False	113851	maximal	True	AST0055_000000011301	1.0		1	1	False	False	0.9887005686759949	0					non-mobilizable	no_good_hit	1671.0	95.33200000000001	60.0	0.0006468410529487819	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	False
ENG0208_000000001301	16020	0.9973030040359092	23	20	6	10	20	True	123628	fragment	False	USA0108_01_000000001009	0.7214427835059953		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8753.0	98.024	99.0	0.2639384950662873	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
FIJ0111_000000016580	1259	0.9973027018258096	1	1	1	1	1	False	42073	maximal	True	FIJ0111_000000016580	1.0		0	0	False	False	0.9682287573814392	0					non-mobilizable	no_good_hit	1087.0	96.412	86.0	0.0004468297327505191	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0116_000000014721	1152	0.9973027018258096	2	1	1	1	1	False	41635	fragment	False	FIJ0116_000000014721	1.0		0	0	False	False	0.9930555820465088	0					non-mobilizable	chromosome	1144.0	97.465	99.0	0.0004707155617823441	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CAN0011_000000007958	3893	0.9973010413446388	6	4	3	4	3	False	94512	fragment	False	CAN0011_000000007958	1.0		0	0	False	False	0.9969175457954407	0					non-mobilizable	no_good_hit	1066.0	77.298	34.0	0.00965106289641558	NZ_LN866273.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MAD0101_000000020853	1387	0.9973008217934176	3	1	1	1	1	False	15079	fragment	False	MAD0101_000000020853	1.0		0	0	False	False	0.9603460431098938	0					non-mobilizable	no_good_hit	392.0	89.796	28.0	0.0008154952460809181	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0101_01_000000009615	3388	0.9972995503324532	5	4	2	4	3	False	100307	fragment	False	USA0101_01_000000009615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	0.001167778301780862	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0136_000000001196	5872	0.9972989889539728	9	4	4	3	3	True	100504	maximal	False	FIJ0109_000000004721	0.9229106040243286	PS225|PS246|PS272|PS331|PS575|PS576	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1985.0	91.94	53.0	0.680013807386952	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
SPA0126_000000013705	2966	0.9972985044917244	4	2	2	1	1	False	60970	maximal	True	SPA0126_000000013705	1.0		1	1	False	False	0.997302770614624	0					non-mobilizable	no_good_hit	436.0	98.39399999999999	15.0	0.00013532776384403024	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0198_000000007034	4857	0.9972981962487896	9	5	2	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.7626344294034649		0	0	False	False	1.0	0					non-mobilizable	other	4673.0	98.309	96.0	0.001333450543027184	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0065_000000006674	3972	0.9972981962487896	7	5	2	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.5028223551700115		0	0	False	False	0.9997482299804688	0					non-mobilizable	other	3972.0	98.288	100.0	0.0011333758789299972	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0152_000000010378	2276	0.9972966325196448	3	3	2	2	3	True	30720	fragment	False	ISR0152_000000010378	1.0		0	0	False	False	1.0	0	rep_cluster_1778			MOBQ,MOBQ	mobilizable	plasmid	2276.0	99.868	100.0	0.23914643119941134	MG800340.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain AB243 plasmid pMCR-4.2_AB243, complete sequence	False	True
ISR0139_000000003439	6154	0.9972944532825664	10	5	3	4	4	False	67408	fragment	False	ISR0139_000000003439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0024_000000010876	2519	0.9972939909470928	5	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.8296176114726629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	96.639	13.0	3.356401482505468e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0007_000000010880	2380	0.9972939909470928	5	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.754803756080171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	8.0	2.4461909109785616e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0093_000000006263	1930	0.9972939909470928	3	2	1	2	2	False	107628	fragment	False	ENG0093_000000006263	0.9844357976653696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	94.186	9.0	0.001788946195612374	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
ISR0331_000000003426	5722	0.9972939494372804	7	5	4	5	5	True	118715	maximal	True	ISR0331_000000003426	1.0		0	0	False	False	0.9998252391815186	0					non-mobilizable	no_good_hit	1064.0	99.436	19.0	0.004340369931811686	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0011_000000001879	10512	0.9972936425078632	15	8	4	6	6	True	107137	maximal	True	ENG0011_000000001879	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	6596.0	99.682	71.0	0.07176016738590296	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
SPA0098_000000002638	12587	0.997293631932616	14	11	10	11	9	False	53998	fragment	False	SPA0098_000000002638	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5401.0	88.15	93.0	0.23054199845877216	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0219_000000011155	2959	0.9972916638335731	6	2	2	2	1	False	28048	maximal	True	ISR0219_000000011155	1.0		1	1	False	False	0.9989861249923706	0					non-mobilizable	no_good_hit	607.0	91.43299999999999	38.0	0.010668840605394676	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0122_000000007671	2125	0.9972873294116604	3	3	1	3	2	True	59679	backbone	True	FIJ0122_000000007671	0.9847645429362881	PS264	5	1	True	True	1.0	12		MOBV			mobilizable	plasmid	1744.0	94.954	100.0	0.8499511241446726	CP053743.1	enterobacteria	Escherichia coli strain CP8-3_Sichuan plasmid pCP8-3-2k, complete sequence	False	True
ENG0052_000000019209	1684	0.9972870601587938	2	2	2	2	2	False	63961	maximal	True	ENG0052_000000019209	1.0		6	3	False	False	0.9994061589241028	0					non-mobilizable	chromosome	904.0	100.0	100.0	0.0001862610699512421	CP024228.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 chromosome, complete genome	False	False
ISR0059_000000005581	2885	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8285711232895328	PS1132	0	0	True	True	1.0	77	rep_cluster_1867				non-mobilizable	plasmid	2541.0	99.882	100.0	0.9117013639626705	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0017_000000011678	2885	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8276576707366459	PS1132	0	0	True	True	1.0	213	rep_cluster_1867				non-mobilizable	plasmid	2259.0	99.779	100.0	0.8101220387652548	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0051_000000011742	2885	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8259751210701548	PS1132	0	0	True	True	1.0	8	rep_cluster_1867				non-mobilizable	plasmid	2263.0	99.072	100.0	0.8101220387652548	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0004_000000006122	2885	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.828058950169479	PS1132	0	0	True	True	1.0	274	rep_cluster_1867				non-mobilizable	plasmid	2542.0	99.685	100.0	0.9117013639626705	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0047_000000013424	2884	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8262657789169736	PS1132	0	0	True	True	1.0	29	rep_cluster_1867				non-mobilizable	plasmid	2262.0	99.116	100.0	0.8101220387652548	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0100_000000014798	2883	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8264201411698799	PS1132	0	0	True	True	1.0	36	rep_cluster_1867				non-mobilizable	plasmid	2261.0	99.16	100.0	0.8101220387652548	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0011_000000009178	2883	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8271793534202608	PS1132	0	0	True	True	1.0	432	rep_cluster_1867				non-mobilizable	plasmid	2141.0	99.766	100.0	0.7681263460157932	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0064_000000006778	2883	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8284087041887439	PS1132	0	0	True	True	1.0	63	rep_cluster_1867				non-mobilizable	plasmid	2542.0	99.449	100.0	0.9117013639626705	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0332_000000004635	2876	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8482418652957433	PS1132	0	0	True	True	1.0	280	rep_cluster_1867				non-mobilizable	plasmid	2439.0	99.303	100.0	0.8777937995674117	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ITA0004_000000000457	2876	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8535436503799526	PS1132	0	0	True	True	1.0	307	rep_cluster_1867				non-mobilizable	plasmid	2353.0	98.258	100.0	0.8465970471732085	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0180_000000007678	2875	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8490795850726996	PS1132	0	0	True	True	0.9996521472930908	11	rep_cluster_1867				non-mobilizable	plasmid	2438.0	99.426	100.0	0.8777937995674117	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
AUS0004_000000007377	2874	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8483556754456607	PS1132	0	0	True	True	0.9986082315444946	23	rep_cluster_1867				non-mobilizable	plasmid	2334.0	99.529	98.0	0.8403028118240807	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0028_000000006423	2874	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8491415448086925	PS1132	0	0	True	True	1.0	101	rep_cluster_1867				non-mobilizable	plasmid	2437.0	99.508	100.0	0.8777937995674117	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
MON0086_000000010771	2874	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.10935952363985402	PS1132	0	0	True	True	1.0	360					non-mobilizable	plasmid	1945.0	84.42200000000001	95.0	0.6874549387166546	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
CAN0014_000000016384	2873	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8498155104884452	PS1132	0	0	True	True	1.0	145	rep_cluster_1867				non-mobilizable	plasmid	2668.0	99.925	100.0	0.9614275414563807	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0815_000000010806	2873	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8498155104884452	PS1132	0	0	True	True	1.0	13	rep_cluster_1867				non-mobilizable	plasmid	2668.0	99.925	100.0	0.9614275414563807	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
CAN0012_000000017428	2873	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8498155104884452	PS1132	0	0	True	True	1.0	224	rep_cluster_1867				non-mobilizable	plasmid	2668.0	99.925	100.0	0.9614275414563807	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
CAN0013_000000007861	2873	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8498155104884452	PS1132	0	0	True	True	1.0	474	rep_cluster_1867				non-mobilizable	plasmid	2668.0	99.925	100.0	0.9614275414563807	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0817_000000004129	2873	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8546461589658785	PS1132	0	0	True	True	0.9916463494300842	8	rep_cluster_1867				non-mobilizable	plasmid	2271.0	99.912	100.0	0.8183129055515501	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0341_000000004627	2872	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8541513496805303	PS1132	0	0	True	True	1.0	105	rep_cluster_1867				non-mobilizable	plasmid	2271.0	99.824	100.0	0.8183129055515501	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0392_000000011166	2867	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8467577947413412	PS1132	0	0	True	True	1.0	207	rep_cluster_1867				non-mobilizable	plasmid	2671.0	99.176	100.0	0.9614275414563807	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0107_000000008415	2866	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8549037347996091	PS1132	0	0	True	True	1.0	171	rep_cluster_1867				non-mobilizable	plasmid	2494.0	99.719	100.0	0.8979812545061283	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
DEN0045_000000013125	2865	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8373632804557186	PS1132	0	0	True	True	1.0	35	rep_cluster_1867				non-mobilizable	plasmid	2111.0	97.11	100.0	0.7551314368023047	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
SPA0145_000000011888	2865	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.826975919102639	PS1132	0	0	True	True	1.0	145	rep_cluster_1867				non-mobilizable	plasmid	2303.0	99.78299999999999	100.0	0.8259152907394114	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0096_000000012127	2864	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8261901449868512	PS1132	0	0	True	True	1.0	49	rep_cluster_1867				non-mobilizable	plasmid	1626.0	98.89299999999999	100.0	0.58183776022972	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0844_000000004575	2864	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.824256897271501	PS1132	0	0	True	True	1.0	58	rep_cluster_1867				non-mobilizable	plasmid	2581.0	98.48899999999999	100.0	0.9260588657573582	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0048_000000013633	2864	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8253501647111763	PS1132	0	0	True	True	1.0	31	rep_cluster_1867				non-mobilizable	plasmid	2304.0	99.132	100.0	0.825197415649677	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0090_000000020229	2864	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8265607062869834	PS1132	0	0	True	True	1.0	13	rep_cluster_1867				non-mobilizable	plasmid	2029.0	99.113	100.0	0.7268485283560661	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
DEN0083_000000009695	2859	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.1628914243243873	PS1132	0	0	True	True	1.0	458					non-mobilizable	plasmid	1263.0	91.686	100.0	0.45226130653266333	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0090_000000009277	2857	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8447515283907958	PS1132	0	0	True	True	1.0	175	rep_cluster_1867				non-mobilizable	plasmid	2728.0	93.65799999999999	100.0	0.9759511844938981	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
AST0012_000000007299	2856	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8458653683088753	PS1132	0	0	True	True	1.0	12	rep_cluster_1867				non-mobilizable	plasmid	2267.0	98.588	100.0	0.8157894736842105	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0027_000000007632	2856	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8538534695859978	PS1132	0	0	True	True	0.9996498823165894	83	rep_cluster_1867				non-mobilizable	plasmid	2177.0	99.40299999999999	100.0	0.7833453496755588	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
CAN0001_000000016186	2856	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8497895739808563	PS1132	0	0	True	True	1.0	14	rep_cluster_1867				non-mobilizable	plasmid	2727.0	94.023	100.0	0.9752333094041636	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0121_000000008536	2856	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8489677514902467	PS1132	0	0	True	True	1.0	115	rep_cluster_1867				non-mobilizable	plasmid	2497.0	99.399	100.0	0.8990627253064167	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
FIJ0169_000000007833	2856	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8454734335793489	PS1132	0	0	True	True	0.9961484670639038	2	rep_cluster_1867				non-mobilizable	plasmid	2727.0	93.803	100.0	0.9752333094041636	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
FIJ0023_000000011164	2855	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8456328497018011	PS1132	0	0	True	True	1.0	3	rep_cluster_1867				non-mobilizable	plasmid	2726.0	93.837	100.0	0.9752333094041636	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
AUS0012_000000005719	2855	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8484825949006232	PS1132	0	0	True	True	1.0	9	rep_cluster_1867				non-mobilizable	plasmid	2777.0	98.45200000000001	100.0	0.9996398991717681	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
FIJ0032_000000012246	2855	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8457222856840301	PS1132	0	0	False	True	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	2726.0	93.8	100.0	0.9752333094041636	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
USA0125_01_000000008504	2855	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8456300553240838	PS1132	0	0	True	True	1.0	5	rep_cluster_1867				non-mobilizable	plasmid	2726.0	93.764	100.0	0.9752333094041636	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0254_000000003632	2855	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8484918047027158	PS1132	0	0	True	True	1.0	14	rep_cluster_1867				non-mobilizable	plasmid	2487.0	99.397	100.0	0.8954578226387887	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0040_000000007839	2855	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.848332913212833	PS1132	0	0	True	True	0.9996497631072998	23	rep_cluster_1867				non-mobilizable	plasmid	2285.0	99.387	100.0	0.8226387887527037	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0135_000000007592	2855	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.847733421242122	PS1132	0	0	True	True	1.0	307	rep_cluster_1867				non-mobilizable	plasmid	2327.0	99.484	100.0	0.8377793799567411	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0055_000000006787	2855	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8490436633318054	PS1132	0	0	True	True	1.0	118	rep_cluster_1867				non-mobilizable	plasmid	2726.0	93.947	100.0	0.9752333094041636	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ENG0147_000000004969	2855	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8534922863309662	PS1132	0	0	True	True	1.0	44	rep_cluster_1867				non-mobilizable	plasmid	2621.0	98.55	99.0	0.943464169967591	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
AST0113_000000013189	2855	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8498436124930757	PS1132	0	0	True	True	1.0	60	rep_cluster_1867				non-mobilizable	plasmid	2726.0	93.984	100.0	0.9752333094041636	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
USA0075_01_000000008674	2855	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8544386175501368	PS1132	0	0	True	True	1.0	47	rep_cluster_1867				non-mobilizable	plasmid	2266.0	99.603	100.0	0.8157894736842105	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
AST0108_000000009257	2855	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8444773819430256	PS1132	0	0	True	True	1.0	595	rep_cluster_1867				non-mobilizable	plasmid	2762.0	98.226	100.0	0.9942383867482896	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
AST0097_000000007943	2854	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8461864888874575	PS1132	0	0	True	True	1.0	3308	rep_cluster_1867				non-mobilizable	plasmid	2694.0	98.255	100.0	0.96975153042852	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
FIJ0016_000000006233	2854	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8460643190667602	PS1132	0	0	True	True	1.0	10	rep_cluster_1867				non-mobilizable	plasmid	2683.0	98.211	100.0	0.965790421317969	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
FIJ0099_000000007873	2854	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8542964987036407	PS1132	0	0	True	True	1.0	9	rep_cluster_1867				non-mobilizable	plasmid	2725.0	94.01799999999999	100.0	0.9752333094041636	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ENG0159_000000007918	2854	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8428017159633697	PS1132	0	0	True	True	1.0	8	rep_cluster_1867				non-mobilizable	plasmid	1448.0	98.48100000000001	99.0	0.5198269646719539	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0140_000000005547	2854	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8482958008410862	PS1132	0	0	True	True	1.0	50	rep_cluster_1867				non-mobilizable	plasmid	1566.0	99.425	100.0	0.5631976953546993	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0258_000000007505	2854	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8491604601984342	PS1132	0	0	True	True	0.9996496438980103	15	rep_cluster_1867				non-mobilizable	plasmid	2725.0	93.98200000000001	100.0	0.9752333094041636	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0400_000000006321	2854	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8526091476425196	PS1132	0	0	True	True	0.998948872089386	12	rep_cluster_1867				non-mobilizable	plasmid	2157.0	99.76799999999999	100.0	0.7768565248738284	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
DEN0078_000000010404	2854	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8453730600756326	PS1132	0	0	True	True	0.998948872089386	98	rep_cluster_1867				non-mobilizable	plasmid	2187.0	98.583	100.0	0.7876712328767124	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
CHI0111_000000010689	2853	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8536374066019498	PS1132	0	0	True	True	0.9996494650840759	106	rep_cluster_1867				non-mobilizable	plasmid	2193.0	98.495	100.0	0.7893410154843357	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0206_000000009083	2853	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8273107030355997	PS1132	0	0	True	True	1.0	22	rep_cluster_1867				non-mobilizable	plasmid	1588.0	99.74799999999999	100.0	0.5696338837042355	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0325_000000006762	2853	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.109871547748421	PS1132	0	0	True	True	1.0	227					non-mobilizable	plasmid	2191.0	81.241	100.0	0.7742282842785355	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
AST0151_000000005655	2853	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8533340973217649	PS1132	0	0	True	True	1.0	38	rep_cluster_1867				non-mobilizable	plasmid	2193.0	98.45	100.0	0.7893410154843357	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0076_000000008770	2853	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8496845545321213	PS1132	0	0	True	True	1.0	96	rep_cluster_1867				non-mobilizable	plasmid	2217.0	98.196	100.0	0.7979834353619013	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0331_000000007935	2853	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.10030513398532412	PS1132	0	0	True	True	1.0	33					non-mobilizable	plasmid	2191.0	81.241	100.0	0.7742282842785355	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
CHI0129_000000007878	2853	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8497795960590048	PS1132	0	0	True	True	1.0	293	rep_cluster_1867				non-mobilizable	plasmid	2209.0	98.189	100.0	0.7951026287360461	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
CHI0109_000000006191	2853	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.10975610257876929	PS1132	0	0	True	True	1.0	32					non-mobilizable	plasmid	2462.0	81.357	99.0	0.8682699210337401	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ENG0023_000000005985	2852	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.853337989342532	PS1132	0	0	True	True	1.0	28	rep_cluster_1867				non-mobilizable	plasmid	2193.0	98.495	100.0	0.7893410154843357	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
CHI0096_000000002249	2852	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.849548161305507	PS1132	0	0	True	True	0.9996493458747864	46	rep_cluster_1867				non-mobilizable	plasmid	2639.0	99.88600000000001	100.0	0.9509733237202596	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0261_000000006242	2852	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.853315118011405	PS1132	0	0	True	True	0.9996493458747864	38	rep_cluster_1867				non-mobilizable	plasmid	2193.0	98.45	100.0	0.7893410154843357	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ENG0204_000000008686	2851	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8544554632823023	PS1132	0	0	True	True	1.0	12	rep_cluster_1867				non-mobilizable	plasmid	2181.0	99.49600000000001	100.0	0.78478731074261	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
AST0087_000000012706	2849	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.11128217750931302	PS1132	0	0	True	True	1.0	201					non-mobilizable	plasmid	1594.0	83.18700000000001	100.0	0.5628140703517588	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MAD0013_000000008241	2848	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8451510124441448	PS1132	0	0	True	True	1.0	12	rep_cluster_1867				non-mobilizable	plasmid	2697.0	98.146	100.0	0.9708318329132157	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0032_000000011525	2845	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8260923971919125	PS1132	0	0	True	True	1.0	90	rep_cluster_1867				non-mobilizable	plasmid	2031.0	98.917	100.0	0.7275664034458005	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0292_000000006426	2845	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8484513748704915	PS1132	0	0	True	True	0.9894551634788513	12	rep_cluster_1867				non-mobilizable	plasmid	2284.0	98.292	100.0	0.821750090025207	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
SPA0037_000000008670	2845	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8265494634813824	PS1132	0	0	True	True	1.0	41	rep_cluster_1867				non-mobilizable	plasmid	1977.0	99.646	100.0	0.7089016511127064	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
SPA0025_000000007458	2845	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8250944781160576	PS1132	0	0	True	True	1.0	130	rep_cluster_1867				non-mobilizable	plasmid	2046.0	99.071	100.0	0.7340272792534099	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
AST0099_000000007431	2844	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8276555597052109	PS1132	0	0	True	True	1.0	682	rep_cluster_1867				non-mobilizable	plasmid	2168.0	99.446	100.0	0.7774587221823402	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
AST0110_000000006510	2844	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8250751151648256	PS1132	0	0	True	True	1.0	873	rep_cluster_1867				non-mobilizable	plasmid	2364.0	98.773	100.0	0.8481694185211773	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0028_000000008789	2843	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8264310261003572	PS1132	0	0	True	True	0.9992965459823608	7	rep_cluster_1867				non-mobilizable	plasmid	1960.0	98.929	100.0	0.7020818377602297	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0026_000000013673	2843	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8276683269146197	PS1132	0	0	True	True	0.9933169484138489	5	rep_cluster_1867				non-mobilizable	plasmid	2336.0	99.05799999999999	100.0	0.8370423546302943	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0007_000000020919	2843	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8265211566479842	PS1132	0	0	True	True	1.0	162	rep_cluster_1867				non-mobilizable	plasmid	2571.0	99.18299999999999	100.0	0.9213926776740847	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0082_000000010273	2843	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8224970816060008	PS1132	0	0	True	True	0.9936686754226685	3	rep_cluster_1867				non-mobilizable	plasmid	2612.0	94.296	100.0	0.9348217500900252	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
FIJ0065_000000006011	2841	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8543588699855427	PS1132	0	0	True	True	1.0	8	rep_cluster_1867				non-mobilizable	plasmid	2669.0	98.426	100.0	0.9607490097227224	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ENG0130_000000010620	2836	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8495098568366913	PS1132	0	0	True	True	1.0	34	rep_cluster_1867				non-mobilizable	plasmid	2115.0	99.574	100.0	0.7613554434030281	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0048_000000009616	2835	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8527571471500837	PS1132	0	0	True	True	1.0	273	rep_cluster_1867				non-mobilizable	plasmid	2295.0	99.434	100.0	0.8262436914203316	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
USA0133_01_000000008511	2834	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8542368649118341	PS1132	0	0	True	True	1.0	24	rep_cluster_1867				non-mobilizable	plasmid	2337.0	98.24600000000001	100.0	0.84119553474973	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0259_000000005150	2834	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.853429810914648	PS1132	0	0	True	True	0.9985885620117188	13	rep_cluster_1867				non-mobilizable	plasmid	2420.0	98.306	100.0	0.871083903492978	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ENG0011_000000009359	2833	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8493411175739475	PS1132	0	0	True	True	0.9989410638809204	19	rep_cluster_1867				non-mobilizable	plasmid	2673.0	99.88799999999999	100.0	0.9632299927901946	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
USA0082_01_000000010526	2833	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.10960901976460549	PS1132	0	0	True	True	1.0	34					non-mobilizable	plasmid	1920.0	84.583	95.0	0.678082191780822	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0794_000000006917	2833	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8493646905494224	PS1132	0	0	True	True	0.9996470212936401	14	rep_cluster_1867				non-mobilizable	plasmid	2344.0	99.915	100.0	0.8446286950252343	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0200_000000007098	2830	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.11144717933650669	PS1132	0	0	True	True	0.9989399313926697	9					non-mobilizable	plasmid	2723.0	82.92299999999999	99.0	0.9647101188332733	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0112_000000011336	2828	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8387771311696145	PS1132	0	0	True	True	1.0	35	rep_cluster_1867				non-mobilizable	plasmid	2755.0	97.387	100.0	0.9870363701836514	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0055_000000004546	2827	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8256044112264911	PS1132	0	0	True	True	0.9992925524711609	14	rep_cluster_1867				non-mobilizable	plasmid	2083.0	99.04	100.0	0.7458722182340273	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
SPA0090_000000012231	2825	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.825968556401948	PS1132	0	0	True	True	0.9950442314147949	8	rep_cluster_1867				non-mobilizable	plasmid	2093.0	99.57	100.0	0.7505384063173008	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0101_000000021874	2825	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8273098835041937	PS1132	0	0	True	True	1.0	18	rep_cluster_1867				non-mobilizable	plasmid	2046.0	99.804	99.0	0.7340272792534099	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
DEN0033_000000008872	2825	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8266042448747145	PS1132	0	0	True	True	1.0	13	rep_cluster_1867				non-mobilizable	plasmid	2149.0	99.62799999999999	100.0	0.7709978463747308	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0396_000000008012	2824	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8270373953753472	PS1132	0	0	True	True	1.0	54	rep_cluster_1867				non-mobilizable	plasmid	2079.0	99.759	100.0	0.7458722182340273	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ENG0180_000000005944	2824	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8278171693075251	PS1132	0	0	True	True	0.998229444026947	21	rep_cluster_1867				non-mobilizable	plasmid	1584.0	99.811	100.0	0.5681981335247667	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
AST0148_000000012328	2824	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8257524644913563	PS1132	0	0	True	True	1.0	85	rep_cluster_1867				non-mobilizable	plasmid	2081.0	99.18299999999999	100.0	0.7458722182340273	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
SPA0089_000000013892	2824	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8261874157796846	PS1132	0	0	True	True	1.0	39	rep_cluster_1867				non-mobilizable	plasmid	2079.0	99.615	100.0	0.7458722182340273	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
DEN0071_000000013981	2824	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8276846342453751	PS1132	0	0	True	True	1.0	12	rep_cluster_1867				non-mobilizable	plasmid	2046.0	99.756	100.0	0.7340272792534099	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0336_000000004654	2823	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.849183537486994	PS1132	0	0	True	True	0.9982288479804993	7	rep_cluster_1867				non-mobilizable	plasmid	2760.0	98.514	100.0	0.9935181850918257	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ENG0207_000000006178	2823	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8232005876847837	PS1132	0	0	True	True	1.0	35	rep_cluster_1867				non-mobilizable	plasmid	2047.0	98.681	100.0	0.7340272792534099	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0257_000000005826	2820	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8270095785173458	PS1132	0	0	True	True	1.0	44	rep_cluster_1867				non-mobilizable	plasmid	1554.0	99.743	100.0	0.5570710696338838	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
SPA0116_000000014013	2818	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8528528625470434	PS1132	0	0	True	True	0.9996451139450073	23	rep_cluster_1867				non-mobilizable	plasmid	2420.0	99.339	100.0	0.8702235039653929	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0287_000000004002	2817	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8486513825865343	PS1132	0	0	True	True	1.0	145	rep_cluster_1867				non-mobilizable	plasmid	2099.0	99.428	100.0	0.7552271088680605	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0203_000000005908	2816	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.843950714684368	PS1132	0	0	True	True	0.9946733117103577	24	rep_cluster_1867				non-mobilizable	plasmid	2621.0	99.88600000000001	100.0	0.9431040691393591	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
SPA0077_000000010266	2816	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8534842496552058	PS1132	0	0	True	True	1.0	38	rep_cluster_1867				non-mobilizable	plasmid	2115.0	99.48	99.0	0.7613554434030281	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0398_000000008230	2815	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.849667832014572	PS1132	0	0	True	True	1.0	12	rep_cluster_1867				non-mobilizable	plasmid	2501.0	98.721	100.0	0.9005046863734679	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
USA0006_01_000000008672	2815	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8524398842212185	PS1132	0	0	True	True	1.0	5	rep_cluster_1867				non-mobilizable	plasmid	2501.0	99.48	100.0	0.9005046863734679	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
USA0036_01_000000012648	2815	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8491523076591301	PS1132	0	0	True	True	1.0	67	rep_cluster_1867				non-mobilizable	plasmid	2470.0	99.47399999999999	100.0	0.8893294881038212	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0157_000000008840	2815	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8488895115191393	PS1132	0	0	True	True	1.0	203	rep_cluster_1867				non-mobilizable	plasmid	2620.0	98.588	100.0	0.9431040691393591	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
SPA0127_000000010391	2815	0.9972868426166188	3	2	1	2	1	True	130986	backbone	True	SPA0127_000000010391	0.8550073599024607	PS1132	60	11	True	True	0.9992895126342773	29	rep_cluster_1867				non-mobilizable	plasmid	2268.0	99.78	100.0	0.8165104542177362	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0282_000000007627	2815	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8538314955739071	PS1132	0	0	True	True	1.0	31	rep_cluster_1867				non-mobilizable	plasmid	2501.0	99.64	100.0	0.9005046863734679	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0003_000000009309	2815	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.849733764838195	PS1132	0	0	True	True	1.0	38	rep_cluster_1867				non-mobilizable	plasmid	2262.0	98.98299999999999	100.0	0.8143475126171593	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0053_000000006533	2814	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.109591907499864	PS1132	0	0	True	True	1.0	18					non-mobilizable	plasmid	2111.0	80.862	100.0	0.7447954055994257	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
SPA0139_000000009642	2814	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8494324736798285	PS1132	0	0	True	True	0.9996446371078491	29	rep_cluster_1867				non-mobilizable	plasmid	2500.0	99.48	100.0	0.9005046863734679	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
DEN0024_000000002494	2814	0.9972868426166188	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8481214656406695	PS1132	0	0	True	True	1.0	23	rep_cluster_1867				non-mobilizable	plasmid	2469.0	99.352	100.0	0.8893294881038212	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0163_000000001641	2814	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8527736534112209	PS1132	0	0	True	True	0.9975124597549438	12	rep_cluster_1867				non-mobilizable	plasmid	2469.0	99.595	100.0	0.8893294881038212	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0098_000000009061	2813	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8494424841730828	PS1132	0	0	True	True	1.0	44	rep_cluster_1867				non-mobilizable	plasmid	2096.0	99.905	100.0	0.7552271088680605	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0362_000000007767	2813	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8491345967089899	PS1132	0	0	True	True	0.9992890357971191	10	rep_cluster_1867				non-mobilizable	plasmid	2200.0	99.90899999999999	100.0	0.7927180966113915	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0208_000000009568	2813	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8490394920827101	PS1132	0	0	True	True	0.9992890357971191	14	rep_cluster_1867				non-mobilizable	plasmid	2307.0	99.913	100.0	0.8312905551550108	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0049_000000010427	2813	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8486944624648138	PS1132	0	0	True	True	0.9932456612586975	4	rep_cluster_1867				non-mobilizable	plasmid	2307.0	99.87	100.0	0.8312905551550108	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0357_000000008736	2813	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.853969382252464	PS1132	0	0	True	True	1.0	20	rep_cluster_1867				non-mobilizable	plasmid	2499.0	99.92	100.0	0.9005046863734679	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0029_000000016165	2813	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8534540699215409	PS1132	0	0	True	True	1.0	25	rep_cluster_1867				non-mobilizable	plasmid	2415.0	99.917	100.0	0.8702235039653929	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0116_000000008336	2813	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.853969382252464	PS1132	0	0	True	True	0.9996445178985596	21	rep_cluster_1867				non-mobilizable	plasmid	2499.0	99.92	100.0	0.9005046863734679	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0120_000000007692	2813	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8493913555826572	PS1132	0	0	True	True	1.0	24	rep_cluster_1867				non-mobilizable	plasmid	2620.0	98.51100000000001	100.0	0.9431040691393591	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0308_000000005721	2813	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8457047679834462	PS1132	0	0	True	True	1.0	15	rep_cluster_1867				non-mobilizable	plasmid	2114.0	98.486	100.0	0.7613554434030281	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0375_000000007437	2813	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.853969382252464	PS1132	0	0	True	True	1.0	11	rep_cluster_1867				non-mobilizable	plasmid	2499.0	99.92	100.0	0.9005046863734679	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0081_000000009496	2812	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.848175663383322	PS1132	0	0	True	True	1.0	273	rep_cluster_1867				non-mobilizable	plasmid	2437.0	98.359	100.0	0.8772056175729204	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0783_000000005008	2812	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8539052848487599	PS1132	0	0	True	True	1.0	12	rep_cluster_1867				non-mobilizable	plasmid	2324.0	99.914	100.0	0.8374188896899784	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0785_000000012216	2811	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8422758175015927	PS1132	0	0	True	True	1.0	80	rep_cluster_1867				non-mobilizable	plasmid	2224.0	98.20100000000001	100.0	0.8006488824801731	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0132_000000006887	2788	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.853354627050948	PS1132	0	0	True	True	1.0	15	rep_cluster_1867				non-mobilizable	plasmid	2712.0	98.488	100.0	0.9762333453366943	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ITA0001_000000000772	2788	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.05893887813261006	PS1132	0	0	True	True	0.9899569749832153	3	rep_cluster_1867				non-mobilizable	plasmid	2027.0	85.792	100.0	0.7218234027279253	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
CHI0167_000000007021	2758	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8400469297015029	PS1132	0	0	True	True	1.0	10	rep_cluster_1867				non-mobilizable	plasmid	2714.0	98.195	100.0	0.9769535469931581	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
DEN0046_000000008780	2749	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8440996646059498	PS1132	0	0	True	True	1.0	97	rep_cluster_1867				non-mobilizable	plasmid	2078.0	98.12299999999999	100.0	0.7479294202376665	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
MON0080_000000018620	2690	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8000897443578043	PS1132	0	0	False	True	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	1586.0	99.74799999999999	100.0	0.5689160086145011	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ENG0028_000000006222	2680	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.47303487469409805	PS1132	0	0	True	True	0.9847015142440796	2	rep_cluster_1867				non-mobilizable	plasmid	2688.0	91.071	100.0	0.9571480014404034	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
AST0024_000000012884	2623	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.7789633198319253	PS1132	0	0	True	True	1.0	7	rep_cluster_1867				non-mobilizable	plasmid	1567.0	99.681	100.0	0.5617372577171572	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0011_000000018106	2610	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.7989384578925941	PS1132	0	0	True	True	1.0	3	rep_cluster_1867				non-mobilizable	plasmid	2021.0	99.307	100.0	0.7274693583273252	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
MON0037_000000026259	2608	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.7854122896042677	PS1132	0	0	False	True	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	2100.0	97.619	100.0	0.752692031586504	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
MON0008_000000013110	2556	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.6515435042949835	PS1132	0	0	False	True	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	2028.0	99.803	99.0	0.7275664034458005	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0266_000000006539	2556	0.9972868426166188	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.7398021909465158	PS1132	0	0	False	True	0.9945226907730103	0	rep_cluster_1867				non-mobilizable	plasmid	2557.0	98.475	100.0	0.920417716960749	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
SPA0092_000000017400	2511	0.9972868426166188	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.5924067170008054	PS1132	0	0	False	True	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	2355.0	99.83	100.0	0.8485940879596251	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0325_000000009141	2207	0.9972868426166188	2	2	1	2	1	True	119624	fragment	False	ENG0051_000000012690	0.979302282728793		0	0	False	False	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	2098.0	99.523	100.0	0.7552271088680605	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0379_000000014196	1755	0.9972868426166188	3	2	1	2	1	True	119626	fragment	False	ISR0379_000000014196	0.9339674150994904		0	0	False	False	0.988034188747406	0	rep_cluster_1867				non-mobilizable	plasmid	1755.0	99.601	100.0	0.631578947368421	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
AST0101_000000005497	1350	0.9972862561047212	2	2	1	1	2	False	108456	fragment	False	AST0101_000000005497	0.9920571882446385		0	0	False	False	1.0	0					non-mobilizable	plasmid	1350.0	99.63	100.0	0.0064476350705464	CP042833.1	firmicutes	Enterococcus faecium strain FA3 plasmid unnamed1	False	True
ENG0166_000000023921	1259	0.9972862561047212	2	2	1	1	2	False	108456	fragment	False	AST0101_000000005497	0.9588888888888889		0	0	False	False	0.9880858063697815	0					non-mobilizable	plasmid	1259.0	100.0	100.0	0.006012694528352388	CP042833.1	firmicutes	Enterococcus faecium strain FA3 plasmid unnamed1	False	True
ISR0343_000000006760	2511	0.9972860217663424	4	2	2	1	1	False	24313	fragment	False	ISR0343_000000006760	1.0		0	0	False	False	0.9988052845001221	0					non-mobilizable	no_good_hit	1006.0	94.53299999999999	58.0	0.015276002677865011	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
DEN0010_000000011731	3704	0.9972845069664223	4	2	1	2	1	False	109306	fragment	False	DEN0010_000000011731	1.0		0	0	False	False	0.9951403737068176	0					non-mobilizable	no_good_hit	84.0	97.619	4.0	0.00031487221119958723	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0094_000000007506	2887	0.9972845069664223	3	2	1	2	1	False	109305	fragment	False	AST0094_000000007506	1.0		0	0	False	False	0.9982681274414062	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.00012139651516128665	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0050_000000023930	1631	0.9972827647396422	3	2	0	2	1	True	53087	maximal	True	MON0050_000000023930	0.995625		2	2	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
ETH0003_000000026864	1562	0.9972827647396422	3	2	0	2	1	True	53092	maximal	True	ETH0003_000000026864	0.9897003745318351		2	2	True	True	1.0	223					non-mobilizable	no_good_hit	80.0	81.25	5.0	0.03175895765472313	NZ_UHIO01000004.1	firmicutes	Veillonella criceti strain NCTC12020, whole genome shotgun sequence	True	True
FIJ0142_000000023577	1540	0.9972827647396422	2	2	0	2	1	True	46113	backbone	False	FIJ0092_000000024065	0.9759226902444545	PS164	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	622.0	77.97399999999999	40.0	0.37884378843788435	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0171_000000016790	1261	0.9972814520381202	3	3	3	3	2	True	38781	fragment	False	FIJ0171_000000016790	1.0		0	0	False	False	0.993655800819397	0					non-mobilizable	other	1261.0	93.339	100.0	0.028296166543151653	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
MAD0052_000000000430	22459	0.99728021001165	24	23	16	18	20	True	98302	maximal	True	MAD0052_000000000430	1.0		0	0	False	False	0.9999554753303528	0	IncFIA,IncFII	MOBF			mobilizable	plasmid	16479.0	99.381	96.0	0.06487180395909382	CP029058.1	enterobacteria	Escherichia coli strain FORC_081 plasmid pFORC_081_1, complete sequence	False	True
ENG0127_000000004279	5956	0.9972799495250808	10	3	2	2	3	False	58749	maximal	True	ENG0127_000000004279	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1229.0	90.155	29.0	0.0004359702528663085	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0047_000000014437	1441	0.9972798413752076	2	2	2	2	1	False	64311	fragment	False	ENG0047_000000014437	1.0		0	0	False	False	0.990978479385376	0					non-mobilizable	no_good_hit								True	False
DEN0046_000000000107	37355	0.9972773112163216	30	17	7	13	6	True	72787	maximal	True	DEN0046_000000000107	1.0		1	1	False	False	0.9999197125434875	0					non-mobilizable	no_good_hit	3113.0	73.016	8.0	0.01942561665851443	LC467712.1	firmicutes	Enterococcus faecium AA620 DNA, VanD-type vancomycin-resistant region	True	True
MON0046_000000003087	8057	0.9972760479484926	9	4	4	4	2	False	107033	maximal	True	MON0046_000000003087	1.0		73	8	False	False	0.9960283041000366	0					non-mobilizable	no_good_hit	4731.0	99.958	85.0	0.04811849561033174	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0099_000000003519	5410	0.9972726395803294	7	6	2	3	5	True	60667	maximal	True	ENG0099_000000003519	1.0		2	2	True	True	1.0	24	rep_cluster_1249				non-mobilizable	no_good_hit	1574.0	86.84899999999999	63.0	0.1315038603558241	CP033210.1	firmicutes	Enterococcus faecium strain RBWH1 plasmid pRBWH1.4, complete sequence	True	True
ENG0156_000000003104	5000	0.9972722615133156	5	5	2	4	5	True	98071	fragment	False	MAD0105_000000006003	0.9885488647581442		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	5000.0	100.0	100.0	0.03373326495357374	CP060066.1	enterobacteria	Escherichia coli strain G5 plasmid unnamed1, complete sequence	False	True
MAD0105_000000006003	5065	0.9972722461911436	5	4	2	4	4	True	98071	fragment	False	MAD0105_000000006003	0.9945999999999999		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	5065.0	99.961	100.0	0.05192301776907381	CP044294.1	enterobacteria	Escherichia coli strain P276M plasmid p276M-CTX-M-55, complete sequence	False	True
ISR0085_000000002689	7145	0.9972687625676984	10	5	3	5	3	True	66772	fragment	False	ISR0085_000000002689	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4314.0	98.493	62.0	0.09647964550276392	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
MAD0068_000000007076	3673	0.9972684778732052	5	5	3	5	4	False	16477	maximal	True	MAD0068_000000007076	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1805.0	99.77799999999999	78.0	0.016767980964065957	CP042409.1	firmicutes	Lactococcus lactis strain CBA3619 plasmid unnamed, complete sequence	True	False
AST0093_000000004454	4385	0.9972683449608142	6	6	1	4	5	True	109577	maximal	True	AST0093_000000004454	1.0		1	1	True	True	0.9993158578872681	15	rep_cluster_1299	MOBP,MOBP			mobilizable	plasmid	3802.0	99.001	100.0	0.8824622531939605	CP046668.1	firmicutes	Lactiplantibacillus plantarum strain 83-18 plasmid p83-18.8, complete sequence	False	True
MON0033_000000011783	5853	0.9972671563735971	8	6	2	5	3	False	12350	fragment	False	MON0033_000000011783	1.0		0	0	False	False	0.9982914924621582	0					non-mobilizable	no_good_hit	273.0	86.447	5.0	0.00010443485739381255	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ENG0145_000000007170	4590	0.9972657381147504	3	3	2	3	2	False	57518	fragment	False	USA0027_01_000000005622	0.9394003378378378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	3.0	3.253414643989955e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MON0011_000000003008	11626	0.9972647660009476	12	12	9	12	11	False	92980	maximal	True	MON0011_000000003008	1.0		2	1	False	False	0.9982796907424927	0					non-mobilizable	no_good_hit	5046.0	100.0	43.0	0.009022107292437883	NZ_VOSQ01000004.1	enterobacteria	Citrobacter cronae strain Tue2-1 NODE_4_length_559182_cov_86.198469, whole genome shotgun sequence	True	False
DEN0010_000000002967	11576	0.9972625011026008	15	3	3	2	2	False	87578	fragment	False	DEN0010_000000002967	1.0		0	0	False	False	0.9999136328697205	0					non-mobilizable	no_good_hit	434.0	72.581	4.0	0.02498533724340176	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
CHI0129_000000007808	2875	0.9972607079571	5	5	2	2	4	False	132544	fragment	False	CHI0126_000000000854	0.07091821478635019		0	0	False	False	0.9968695640563965	0					non-mobilizable	other	2875.0	99.93	100.0	0.07663386929045676	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
CHI0140_000000002488	11918	0.9972578478787484	13	9	7	8	7	True	80298	maximal	True	CHI0140_000000002488	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	91.147	13.0	0.0003717400116958786	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0263_000000000547	12521	0.997255821105044	12	8	6	8	7	False	92789	fragment	False	ISR0263_000000000547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	83.85700000000001	8.0	0.00027050320422565257	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0056_000000001507	15082	0.9972532525261276	24	10	6	10	5	True	46218	maximal	True	FIJ0056_000000001507	0.9939308876757879		8	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0169_000000001226	15004	0.9972532525261276	23	10	6	10	5	True	46218	maximal	False	FIJ0056_000000001507	0.9918055387901987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0170_000000000975	14916	0.9972532525261276	24	10	6	10	5	True	46218	maximal	False	FIJ0056_000000001507	0.9888878843205053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0119_000000004057	4137	0.9972531928176108	7	4	3	4	1	True	41578	maximal	True	FIJ0119_000000004057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	73.98100000000001	7.0	0.07464892830746489	LN854139.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1630	True	True
MAD0095_000000004959	5181	0.9972522601637256	4	4	3	4	2	True	36047	backbone	False	ISR0048_000000003310	0.9748638838475499	PS116	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0315_000000001365	5820	0.9972521465517786	9	2	2	2	2	False	117989	fragment	False	ISR0315_000000001365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1778.0	96.007	52.0	0.14946589284212297	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ENG0037_000000006797	4580	0.9972518590250592	7	5	4	5	4	False	102589	fragment	False	ENG0037_000000006797	0.9527605901951451		0	0	False	False	0.9969432353973389	0					non-mobilizable	no_good_hit	120.0	78.333	3.0	0.002560129353904197	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0023_000000010043	2871	0.9972504805859662	5	4	2	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.3055312737416196		0	0	False	False	0.9898989796638489	0					non-mobilizable	other	2871.0	99.93	100.0	0.0008191359286147298	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0041_01_000000002897	8353	0.9972491776180704	10	5	2	3	3	False	130189	fragment	False	USA0041_01_000000002897	1.0		0	0	False	True	0.9998802542686462	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	60.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0135_000000001573	12458	0.9972485766817588	21	12	8	10	9	False	124126	fragment	False	ISR0135_000000001573	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12465.0	96.615	100.0	0.003501096305722317	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0052_000000019405	1872	0.9972479000083704	3	1	1	1	1	False	35790	fragment	False	ISR0052_000000019405	1.0		0	0	False	False	0.9989316463470459	0					non-mobilizable	no_good_hit								True	False
ISR0195_000000000773	22481	0.9972471796724746	26	16	10	13	11	False	128716	fragment	False	ISR0195_000000000773	1.0		0	0	False	False	0.9999555349349976	0					non-mobilizable	no_good_hit	7674.0	97.667	67.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
CHI0082_000000002279	4065	0.9972417070497216	5	3	1	3	0	True	121626	maximal	True	CHI0082_000000002279	1.0	PS857	1	1	True	True	1.0	124					non-mobilizable	no_good_hit	1311.0	98.322	77.0	0.4319155951203429	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
DEN0073_000000020259	2545	0.9972399476947597	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.06475382569466052		0	0	False	False	0.9980353713035583	0					non-mobilizable	plasmid	2545.0	99.764	100.0	0.06585725750084134	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0149_000000015296	2540	0.9972399476947597	5	4	1	2	4	False	132547	maximal	True	SPA0149_000000015296	1.0		0	0	False	False	0.9944881796836853	0					non-mobilizable	no_good_hit	2273.0	99.56	89.0	0.15553121577217963	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	True	False
MON0014_000000006452	2529	0.9972399476947597	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.06462330425431854		0	0	False	False	1.0	0					non-mobilizable	plasmid	2529.0	99.96	100.0	0.06544306091278573	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0807_000000005677	2394	0.9972399476947597	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.010309966397524925		0	0	False	False	1.0	0					non-mobilizable	plasmid	2394.0	99.37299999999999	100.0	0.05475596640962863	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0026_000000009385	2393	0.9972399476947597	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.058242643755774696		0	0	False	False	1.0	0					non-mobilizable	other	2393.0	99.45700000000001	100.0	0.3072180837400462	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	False
CHI0087_000000003928	2364	0.9972399476947597	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.05667916435565408		0	0	False	False	1.0	0					non-mobilizable	plasmid	2364.0	99.87299999999999	100.0	0.046317894035321557	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0104_000000013821	2287	0.9972399476947597	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.015879273050075023		0	0	False	False	0.9951902031898499	0					non-mobilizable	plasmid	2287.0	99.869	100.0	0.0448085932140267	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MON0105_000000024014	2271	0.9972399476947597	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.049482490026381665		0	0	False	False	0.9608102440834045	0					non-mobilizable	plasmid	2271.0	99.824	100.0	0.058764140930389085	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0053_000000014670	2270	0.9972399476947597	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.04781635072404834		0	0	False	False	1.0	0					non-mobilizable	plasmid	2210.0	99.774	97.0	0.05718501643842709	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0017_000000012687	2250	0.9972399476947597	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.007440864037060795		0	0	False	False	0.9995555281639099	0					non-mobilizable	plasmid	2250.0	99.77799999999999	100.0	0.0582205079085661	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0296_000000012528	2092	0.9972399476947597	4	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.037602202671938485		0	0	False	False	0.9937858581542969	0					non-mobilizable	other	2092.0	99.522	100.0	0.2685589519650655	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	False
SPA0052_000000013705	2031	0.9972399476947597	5	4	1	2	4	False	73656	fragment	False	SPA0052_000000013705	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1958.0	99.745	96.0	0.05066142017655129	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0135_000000012939	1574	0.9972365793903284	2	2	2	2	1	False	31415	fragment	False	ISR0135_000000012939	1.0		0	0	False	False	0.9974586963653564	0					non-mobilizable	no_good_hit	939.0	100.0	60.0	0.2007705479452055	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
ISR0024_000000000174	57299	0.9972348688352801	65	36	23	31	23	True	100680	maximal	True	ISR0024_000000000174	1.0	PS455|PS581	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	13242.0	96.413	69.0	0.2132365981459089	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0056_000000003428	5440	0.9972329200967328	8	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.7741511925349981		0	0	False	False	1.0	0					non-mobilizable	plasmid	5344.0	99.906	98.0	0.054354571257082984	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0009_000000005557	5336	0.9972329200967328	7	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.7525744902341768		0	0	False	False	1.0	0					non-mobilizable	plasmid	5267.0	98.899	98.0	0.05353055473606039	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0212_000000006496	4958	0.9972329200967328	7	3	3	3	1	False	107017	fragment	False	ISR0047_000000004284	0.5238935090824135		0	0	False	False	1.0	0					non-mobilizable	plasmid	4899.0	99.939	99.0	0.04982756691319342	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0235_000000000759	4963	0.9972323573188662	5	5	3	2	3	False	87850	fragment	False	ISR0835_000000002046	0.6401282051282051		0	0	False	False	0.9987910389900208	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0812_000000006905	5498	0.9972305746368616	8	4	3	3	2	False	107017	fragment	False	ISR0047_000000004284	0.7765231524564774		0	0	False	False	1.0	0					non-mobilizable	plasmid	5410.0	98.87200000000001	98.0	0.0549852999521867	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0038_000000012977	2393	0.997230188190525	3	2	2	1	1	False	12009	maximal	True	MON0038_000000012977	1.0		3	2	False	False	0.981613039970398	0					non-mobilizable	no_good_hit	201.0	98.01	8.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
USA0108_01_000000000939	15912	0.9972280178802184	17	13	7	6	11	True	132596	backbone	False	ISR0120_000000000296	0.2668220389794834	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15912.0	99.912	100.0	0.48144448480445573	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0013_000000001198	11723	0.9972276528516842	10	5	4	5	4	False	19621	maximal	True	MAD0013_000000001198	1.0		2	1	False	False	0.9976115226745605	0					non-mobilizable	no_good_hit	4699.0	93.65799999999999	67.0	0.1861487431562962	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MAD0098_000000006142	6456	0.9972263875986402	10	8	3	3	7	True	98096	maximal	True	MAD0098_000000006142	1.0		1	1	False	False	0.9986059665679932	0	IncFIB				non-mobilizable	chromosome	5305.0	98.662	98.0	0.0008375079608317591	CP050210.1	enterobacteria	Escherichia coli strain RM-055-WU chromosome	False	True
ISR0344_000000009328	3414	0.9972255803432606	4	3	3	2	2	False	24284	fragment	False	ISR0344_000000009328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	76.143	24.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
FIJ0068_000000006645	4571	0.9972242536415464	5	5	4	5	5	False	47517	fragment	False	FIJ0068_000000006645	0.9744007447056086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	19.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
MAD0045_000000008837	4005	0.9972240700592736	6	3	1	3	1	True	65709	maximal	False	ISR0840_000000003497	0.9658905187672591	PS165|PS296	0	0	True	True	0.9995006322860718	2					non-mobilizable	plasmid	2284.0	95.84100000000001	99.0	0.5819483508054206	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
FIJ0081_000000008338	3929	0.9972240700592736	5	3	1	3	1	True	65709	maximal	False	ISR0840_000000003497	0.9676244135914874	PS165|PS296	0	0	True	True	1.0	3					non-mobilizable	plasmid	3695.0	99.78299999999999	100.0	0.9445154691894656	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
ISR0085_000000006841	3277	0.9972240700592736	4	3	1	3	1	True	65679	backbone	True	ISR0085_000000006841	1.0	PS296	2	2	True	True	1.0	27					non-mobilizable	plasmid	1478.0	94.723	98.0	0.37765277422654053	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
ISR0298_000000004430	3247	0.9972240700592736	4	3	1	3	1	True	46756	backbone	True	ISR0298_000000004430	1.0	PS165	1	1	True	True	0.9987680912017822	8					non-mobilizable	plasmid	1437.0	98.191	95.0	0.3669138327793403	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
SPA0033_000000001518	15208	0.9972231536004169	15	11	7	6	9	True	132596	backbone	False	ISR0120_000000000296	0.1660354914941109	PS1169|PS902	0	0	False	True	0.9994739890098572	0		MOBB	MPF_T		conjugative	plasmid	15193.0	99.941	99.0	0.48957426923200875	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0060_000000000466	15089	0.9972231536004169	15	11	7	6	9	True	132596	backbone	False	ISR0120_000000000296	0.1621487192699393	PS1169|PS902	0	0	False	True	0.9997348785400391	0		MOBB	MPF_T		conjugative	plasmid	15089.0	99.98	100.0	0.48625479390247833	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0379_000000006922	3273	0.9972219603506204	4	2	2	2	2	False	110352	maximal	True	ISR0379_000000006922	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	99.525	43.0	0.000535555045772359	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ENG0081_000000001063	17819	0.997221213893326	13	9	8	9	7	True	61693	maximal	True	ENG0081_000000001063	1.0		1	1	False	False	0.9999438524246216	0					non-mobilizable	no_good_hit	3960.0	72.525	22.0	0.0016976166195445746	LR738723.1	firmicutes	Streptococcus suis isolate GD-0088 genome assembly, chromosome: 1	True	True
MAD0039_000000000270	21505	0.9972203502509756	26	24	8	17	21	True	19795	fragment	False	MAD0039_000000000270	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	17723.0	95.62700000000001	99.0	0.15916280240123656	CP055969.1	enterobacteria	Escherichia coli strain RHB10-C14 plasmid pRHB10-C14_3, complete sequence	False	True
TAN0017_000000003881	7727	0.9972199861746244	13	6	2	5	5	False	104071	maximal	True	TAN0017_000000003881	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	83.791	28.0	0.0005119596948706755	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0159_000000007154	3513	0.997218668946926	8	5	4	4	3	False	30484	maximal	True	ISR0159_000000007154	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	81.59899999999999	15.0	0.012059556693390825	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MON0026_000000016203	2541	0.9972181647228264	3	2	2	2	2	False	12860	fragment	False	MON0026_000000016203	0.9346080737849449		0	0	False	False	0.9917355179786682	0					non-mobilizable	no_good_hit								True	False
MON0107_000000023326	2525	0.9972181647228264	2	2	2	2	2	False	12860	fragment	False	MON0026_000000016203	0.7490325288591618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	2.0	1.1550507555957025e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0012_000000000319	38187	0.9972177202647158	31	14	8	11	6	True	132145	fragment	False	ISR0012_000000000319	0.8223170901818081		0	0	False	True	0.9999738335609436	0					non-mobilizable	no_good_hit	671.0	99.851	2.0	0.0023022868237032455	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0093_000000020237	1879	0.9972171558417048	2	2	2	2	2	False	5273	fragment	False	SPA0093_000000020237	1.0		0	0	False	False	0.9989355802536011	0					non-mobilizable	plasmid	1867.0	99.89299999999999	99.0	0.03832867247902615	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
CHI0142_000000003947	4393	0.9972164847070636	10	3	1	3	1	False	108163	fragment	False	CHI0142_000000003947	1.0		0	0	False	False	0.9988618493080139	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	1.0	0.0695970695970696	NZ_JAAIQH010000059.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_75_length_819_cov_293.677, whole genome shotgun sequence	True	False
ENG0076_000000001438	8125	0.9972142160126956	10	8	6	7	5	False	76742	maximal	True	ENG0076_000000001438	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3534.0	99.915	76.0	0.03739376170870334	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
MAD0046_000000000139	54886	0.997213878846536	92	25	12	18	13	True	88755	maximal	True	MAD0046_000000000139	1.0		1	1	True	True	1.0	3746					non-mobilizable	no_good_hit	8186.0	86.391	59.0	0.14418884911211144	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0121_000000003418	3899	0.9972130983017992	5	3	3	3	3	True	94734	maximal	True	SPA0121_000000003418	1.0		0	0	False	False	0.9879456162452698	0					non-mobilizable	no_good_hit	1147.0	92.066	52.0	0.0008981344262861867	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	True
ENG0078_000000006886	3809	0.9972127482765653	5	3	1	2	2	False	61940	fragment	False	ENG0078_000000006886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	90.374	17.0	0.0015508459920672553	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0816_000000031039	1183	0.9972121987975948	1	1	1	1	1	False	21392	maximal	True	ISR0816_000000031039	1.0		0	0	False	False	0.9915469288825989	0					non-mobilizable	no_good_hit	837.0	96.177	71.0	0.03574792362359791	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	False
CHI0124_000000002355	6878	0.9972121379879776	8	7	7	3	4	True	110978	fragment	False	CHI0124_000000002355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3695.0	70.068	52.0	0.0009219465583781124	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0220_000000001183	9778	0.9972070424310832	10	9	5	9	9	False	113262	fragment	False	ISR0220_000000001183	1.0		0	0	False	False	0.9977500438690186	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	9778.0	100.0	100.0	0.08855978260869565	CP051734.1	enterobacteria	Escherichia coli strain SCU-109 plasmid pSCU-109-1, complete sequence	False	True
CHI0168_000000001325	13829	0.9972055630897224	21	7	6	7	3	True	78110	fragment	False	CHI0168_000000001325	1.0		0	0	False	False	0.9988430142402649	0					non-mobilizable	no_good_hit	873.0	85.45200000000001	6.0	0.0018191817027958942	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0128_000000001487	15939	0.9972042289789929	15	8	6	7	5	True	58672	backbone	False	ISR0261_000000000755	0.9982818694571848	PS255|PS256	0	0	True	True	0.9999372363090515	23					non-mobilizable	no_good_hit	71.0	90.141	0.0	0.0012035349540937383	NZ_FQZY01000026.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0096_000000009367	3622	0.9972041983631744	6	5	3	4	3	True	124106	fragment	False	ISR0064_000000004994	0.9444585673520399		0	0	False	False	0.9942020773887634	0					non-mobilizable	other	3426.0	97.37299999999999	95.0	0.0009622534717284647	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0090_000000000121	58638	0.9972031443273522	36	22	13	18	14	True	41689	maximal	True	ISR0090_000000000121	1.0		1	1	False	False	0.9999829530715942	0					non-mobilizable	no_good_hit	8352.0	87.596	48.0	0.0033965688357244124	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
ENG0183_000000004098	6854	0.9972029458570644	7	6	5	5	3	True	55185	maximal	True	ENG0183_000000004098	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	74.51	5.0	0.010921162855635878	NZ_FQVI01000036.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	True
ISR0113_000000006910	2267	0.997202863685296	4	3	2	2	2	False	32587	maximal	True	ISR0113_000000006910	1.0		1	1	False	False	0.9960299730300903	0					non-mobilizable	no_good_hit	992.0	96.67299999999999	65.0	0.02007828503052305	CP016727.1	firmicutes	Lactococcus lactis subsp. lactis strain UC08 plasmid pUC08B, complete sequence	True	False
AUS0018_000000004670	5621	0.9972015829601141	6	5	4	4	4	False	129654	fragment	False	AUS0018_000000004670	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1453.0	98.83	26.0	0.006777034627286432	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0814_000000001322	26259	0.9972010466247228	23	11	8	11	5	True	104235	fragment	False	ISR0814_000000001322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
ISR0324_000000013465	2289	0.9972006881549812	3	2	2	2	2	False	24935	fragment	False	ISR0324_000000013465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	77.165	5.0	1.9355332110747747e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
ISR0094_000000010050	1851	0.9971985623719379	3	2	1	1	2	True	33456	fragment	False	ISR0094_000000010050	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	95.948	92.0	0.028722038250996822	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	True
CHI0105_000000000386	16351	0.9971984310678478	16	11	7	9	6	True	83221	maximal	True	CHI0105_000000000386	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00028982395878059255	NZ_FQXK01000021.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
DEN0026_000000010745	2746	0.9971974464120924	4	3	2	3	3	False	119406	fragment	False	DEN0026_000000010745	0.9509181371914044		0	0	False	False	0.9905316829681396	0					non-mobilizable	no_good_hit	1005.0	72.23899999999999	35.0	0.0003291890740194087	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0055_000000009248	3614	0.9971947324894352	6	5	4	2	4	False	113887	fragment	False	AST0055_000000009248	1.0		0	0	False	False	0.9975096583366394	0					non-mobilizable	no_good_hit	96.0	84.375	3.0	2.956200007157116e-05	CP012069.2	actinobacteria	Olsenella sp. oral taxon 807 strain F0089, complete genome	True	False
MON0054_000000046226	1120	0.9971938059271096	3	3	2	1	2	False	11100	fragment	False	MON0054_000000046226	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	99.821	100.0	0.0002290658575599307	CP025851.1	enterobacteria	Escherichia coli strain 510016 chromosome, complete genome	False	False
ISR0317_000000004145	4007	0.9971919468964672	5	2	1	2	1	True	65709	maximal	False	ISR0840_000000003497	0.9759951394364101	PS165|PS296	0	0	True	True	1.0	51					non-mobilizable	plasmid	2038.0	97.743	99.0	0.5205829711071337	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
FIJ0011_000000010780	3979	0.9971919468964672	5	2	1	2	1	True	65709	maximal	False	ISR0840_000000003497	0.9571523319649851	PS165|PS296	0	0	True	True	1.0	18					non-mobilizable	plasmid	3144.0	93.83	98.0	0.8020966504730248	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
AST0006_000000004214	3543	0.9971914330286348	7	3	3	3	3	False	127616	maximal	True	AST0006_000000004214	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	78.425	8.0	0.0003424755613257981	NZ_SPQQ01000002.1	firmicutes	Desulfosporosinus fructosivorans strain 63.6F NODE_2_length_838016_cov_33.994760, whole genome shotgun sequence	True	False
ISR0131_000000006233	4204	0.9971914027400376	5	2	2	2	1	False	31696	maximal	True	ISR0131_000000006233	1.0		1	1	False	False	0.9969077110290527	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001689437017343405	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0077_000000030019	1240	0.997190145440997	2	1	1	1	1	False	34448	fragment	False	ISR0077_000000030019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	611.0	79.869	49.0	0.00016833929371879117	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0035_000000009935	3182	0.997189388242986	5	5	2	3	4	False	132544	fragment	False	CHI0126_000000000854	0.07275023026589801		0	0	False	False	1.0	0					non-mobilizable	plasmid	3182.0	99.18299999999999	100.0	0.08234745916280514	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0080_01_000000007643	5577	0.9971888822427182	9	5	5	5	4	False	102595	fragment	False	USA0080_01_000000007643	0.971554758890644		0	0	False	False	0.9933655858039856	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	False
ISR0090_000000005621	4236	0.9971883318179804	5	3	2	3	2	False	33687	maximal	True	ISR0090_000000005621	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1751.0	95.146	41.0	0.0007587750162703043	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
CAN0020_000000001445	19194	0.9971839984729204	21	17	8	9	14	True	132596	backbone	False	ISR0120_000000000296	0.29988251649380854	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	17106.0	99.98200000000001	100.0	0.5177684949751786	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0099_000000002416	2038	0.997183231090452	2	2	1	1	2	True	4988	maximal	True	SPA0099_000000002416	1.0		1	1	False	False	1.0	0	rep_cluster_1187				non-mobilizable	plasmid	1945.0	99.949	100.0	0.4298032279460535	AF205068.1	firmicutes	Lactobacillus reuteri strain AE78 plasmid unnamed, complete sequence	False	True
USA0044_01_000000004716	6213	0.997182088409034	7	5	3	3	2	False	87858	fragment	False	USA0044_01_000000004716	1.0		0	0	False	False	0.9998390674591064	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
MON0070_000000003095	6820	0.9971816820853776	11	6	4	5	5	True	125383	fragment	False	MON0102_000000006040	0.9577332949308757		0	0	False	False	0.9998533725738525	0					non-mobilizable	other	6822.0	97.449	100.0	0.0019462327168027326	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0106_000000001997	8156	0.997181461591961	5	5	5	5	4	True	106682	maximal	True	CHI0106_000000001997	1.0		1	1	False	False	0.999877393245697	0					non-mobilizable	no_good_hit	5830.0	98.954	71.0	0.5301982899763508	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0147_000000000382	34353	0.9971808463054824	35	14	5	13	9	False	73527	maximal	False	ISR0142_000000000005	0.9821964169699108		0	0	True	True	0.9993886947631836	4					non-mobilizable	no_good_hit								True	True
USA0055_01_000000003669	6954	0.9971802663690256	5	5	5	5	4	False	1043	maximal	True	USA0055_01_000000003669	1.0		2	2	False	False	0.999856173992157	0					non-mobilizable	no_good_hit	118.0	86.441	2.0	3.069214523950149e-05	CP006605.1	g-proteobacteria	Vibrio campbellii ATCC BAA-1116 chromosome I, complete sequence	True	False
FIJ0089_000000001166	15598	0.997180247583207	14	5	5	5	3	True	43599	maximal	True	FIJ0089_000000001166	1.0		1	1	False	False	0.9998717904090881	0					non-mobilizable	no_good_hit	129.0	81.395	1.0	0.004771668219944082	KR106190.1	g-proteobacteria	Pseudomonas aeruginosa strain HS87 plasmid pHS87a, complete sequence	True	True
FIJ0115_000000005212	4691	0.9971790318141828	7	6	6	5	5	False	125084	fragment	False	FIJ0115_000000005212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	84.161	27.0	0.002262869069508239	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
SPA0016_000000028737	1188	0.9971776833751056	2	2	2	1	1	False	7856	fragment	False	SPA0016_000000028737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	4.0	0.0008472661545413466	NZ_JAANXY010000023.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_23, whole genome shotgun sequence	True	False
MAD0088_000000002465	6709	0.9971732596200956	8	4	1	4	3	False	100640	maximal	True	MAD0088_000000002465	0.9885565462169948		3	2	True	True	0.9992547035217285	71					non-mobilizable	no_good_hit								True	True
ENG0139_000000009780	2074	0.9971717371609072	3	1	1	1	1	True	109901	maximal	False	ENG0138_000000008839	0.9594588909626042		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1221.0	81.163	86.0	0.5297805642633229	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	True	True
ISR0125_000000003353	4482	0.9971708043079914	5	4	1	3	3	True	109567	maximal	True	ISR0125_000000003353	1.0		2	2	True	True	0.9982150793075562	36		MOBV			mobilizable	plasmid	2213.0	97.96700000000001	95.0	0.31446451429384153	CP014906.1	firmicutes	Lactobacillus backii strain TMW 1.2002 plasmid pL12002-7, complete sequence	False	True
ISR0316_000000010220	2006	0.9971706389175576	4	3	2	2	3	False	25211	fragment	False	ISR0316_000000010220	1.0		0	0	False	False	0.9980059862136841	0					non-mobilizable	plasmid	1353.0	88.98700000000001	91.0	0.058496788751952786	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
AST0055_000000008747	3793	0.9971706291881378	3	2	2	2	1	False	113905	fragment	False	AST0055_000000008747	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	95.182	30.0	0.010391942060738847	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
MON0061_000000026681	1706	0.9971699131011508	3	2	1	2	1	False	77473	fragment	False	ISR0356_000000010553	0.5516754692170825		0	0	False	False	0.9449003338813782	0					non-mobilizable	no_good_hit	65.0	86.154	3.0	0.0006464450572204883	NZ_JYLE01000019.1	g-proteobacteria	Pseudomonas helleri strain DSM 28141 19_99003_17.441, whole genome shotgun sequence	True	False
ISR0822_000000002836	2295	0.9971688013843306	3	2	1	2	1	False	47757	maximal	True	ISR0822_000000002836	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0357_000000001489	11511	0.997167850666902	15	12	5	7	12	True	123628	fragment	False	USA0108_01_000000001009	0.6287293037716076		0	0	False	True	0.9999131560325623	0	rep_cluster_1702				non-mobilizable	plasmid	11521.0	98.255	99.0	0.3703596381081168	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0110_000000001771	11511	0.997167850666902	15	12	5	7	12	True	123628	fragment	False	USA0108_01_000000001009	0.6287293037716076		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	11521.0	98.255	99.0	0.3703596381081168	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0229_000000001032	11511	0.997167850666902	15	12	5	7	12	True	123628	fragment	False	USA0108_01_000000001009	0.62873516633009		0	0	False	True	0.9999131560325623	0	rep_cluster_1702				non-mobilizable	plasmid	11521.0	98.238	99.0	0.3703596381081168	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0093_01_000000002609	7596	0.9971673628699966	14	6	3	4	4	True	96288	maximal	True	USA0093_01_000000002609	0.9888612114559203	PS254	18	8	True	True	1.0	297	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.126	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ISR0022_000000001505	16490	0.9971667219777218	18	15	9	8	11	True	132596	backbone	False	ISR0120_000000000296	0.06401022077220364	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	10683.0	99.59700000000001	99.0	0.34484762396694213	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0065_000000007695	2814	0.9971658571137484	6	3	2	2	3	False	6092	fragment	False	SPA0065_000000007695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	88.60799999999999	20.0	0.0851063829787234	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	False
SPA0136_000000003567	9423	0.9971657868566098	13	4	4	4	1	False	107027	maximal	True	SPA0136_000000003567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6721.0	99.985	71.0	0.06836285211446709	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0164_000000015919	1299	0.9971637727137904	3	2	2	2	2	False	56259	fragment	False	ENG0164_000000015919	1.0		0	0	False	False	0.9869130253791809	0					non-mobilizable	no_good_hit	108.0	78.704	8.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
AST0048_000000003064	5641	0.9971636355317284	9	7	5	4	5	False	122576	maximal	True	AST0048_000000003064	1.0		1	1	False	False	0.9904272556304932	0					non-mobilizable	no_good_hit	4495.0	95.595	86.0	0.10053040306156703	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
DEN0005_000000000439	29782	0.997163164183567	71	19	9	16	9	True	124629	maximal	True	DEN0005_000000000439	1.0		1	1	False	False	0.9998992681503296	0					non-mobilizable	no_good_hit	1882.0	95.802	48.0	0.033335696310211604	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0037_000000021840	1502	0.9971625916443729	4	2	1	2	1	False	47755	fragment	False	FIJ0037_000000021840	1.0		0	0	False	False	0.9986684322357178	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000012134	3184	0.9971606836246169	6	3	3	2	1	True	58720	fragment	False	ENG0134_000000012134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	72.587	8.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
MON0081_000000006072	8675	0.9971590116250799	12	6	4	5	2	False	107026	fragment	False	CHI0125_000000001580	0.9670100043802456		0	0	False	False	1.0	0					non-mobilizable	plasmid	8675.0	100.0	100.0	0.0882409790537035	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0079_01_000000001715	8663	0.9971590116250799	12	6	4	5	2	False	107026	fragment	False	CHI0125_000000001580	0.9669229098960458		0	0	False	False	1.0	0					non-mobilizable	other	8663.0	100.0	100.0	0.0864402043749002	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0113_000000005164	5359	0.9971588534372221	6	5	4	4	5	True	110974	fragment	False	ENG0113_000000005164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	77.827	41.0	0.010228121588231914	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
MAD0004_000000004481	2259	0.9971554659774742	4	2	1	2	2	False	20034	maximal	True	MAD0004_000000004481	1.0		1	1	False	False	0.9995573163032532	0					non-mobilizable	no_good_hit	138.0	86.23200000000001	10.0	0.002392514089249637	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0012_000000010228	2166	0.9971554659774742	5	2	1	2	2	False	125218	maximal	True	AST0012_000000010228	1.0		1	1	False	False	0.9995383024215698	0					non-mobilizable	no_good_hit	588.0	90.646	27.0	0.010349838726828058	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0031_000000000195	58660	0.9971550401862944	57	23	13	18	16	True	110963	maximal	True	MON0031_000000000195	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	23938.0	98.258	80.0	0.12877898523408976	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
CHI0049_000000006892	2350	0.9971544088831734	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.8144563519546799		0	0	False	False	1.0	0					non-mobilizable	other	2350.0	99.745	100.0	0.0004985599280070125	AP021892.1	enterobacteria	Escherichia coli 2018-01-1CC DNA, complete genome	False	False
ISR0088_000000002116	9454	0.9971502610136213	9	4	3	4	1	False	33795	maximal	True	ISR0088_000000002116	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00016239415381046282	LN592407.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000004865	True	True
ISR0380_000000000524	22159	0.997150011943248	28	26	10	17	26	True	82885	maximal	True	ISR0380_000000000524	1.0		3	2	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	18512.0	99.044	94.0	0.1547569276050638	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ISR0816_000000013222	3147	0.9971478070511182	4	2	1	1	2	False	21424	fragment	False	ISR0816_000000013222	1.0		0	0	False	False	0.9926914572715759	0					non-mobilizable	no_good_hit								True	False
ENG0069_000000007481	2666	0.9971461385538198	3	3	3	2	1	True	84995	fragment	False	ENG0070_000000008229	0.47921697136943775		0	0	False	False	0.9962490797042847	0					non-mobilizable	other	2390.0	100.0	100.0	0.00044987491443620163	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0072_000000007106	2493	0.9971458215949548	5	2	1	2	1	False	70286	maximal	True	DEN0072_000000007106	1.0		2	2	False	False	0.9939831495285034	0					non-mobilizable	no_good_hit	2092.0	99.47399999999999	84.0	0.05492081002285084	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
FIJ0044_000000002248	9498	0.9971445829046212	10	4	3	4	2	False	49698	backbone	True	FIJ0044_000000002248	0.9333082152341943	PS135|PS136|PS185	3	1	True	True	1.0	60					non-mobilizable	no_good_hit								True	True
FIJ0050_000000002585	9361	0.9971445829046212	10	4	3	4	2	False	49698	backbone	False	FIJ0044_000000002248	0.9297569242142899	PS135|PS136|PS185	0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
ENG0164_000000000535	28260	0.9971440537042998	27	9	7	9	6	True	111625	fragment	False	ENG0164_000000000535	0.9599387074013341		0	0	False	True	1.0	0					non-mobilizable	other	15888.0	97.84100000000001	99.0	0.34388395756657286	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0146_000000003490	10701	0.9971425780323372	13	10	8	8	10	True	105154	maximal	True	ISR0146_000000003490	1.0		1	1	False	False	0.9998130798339844	0					non-mobilizable	no_good_hit	1079.0	72.01100000000001	10.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
MON0047_000000016413	2388	0.9971408120520892	2	2	2	2	1	True	11466	fragment	False	MON0047_000000016413	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2189.0	84.605	90.0	0.8090772693173294	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
FIJ0063_000000003010	7531	0.9971407929643528	11	11	2	6	8	True	104184	maximal	True	FIJ0063_000000003010	1.0		2	1	True	True	1.0	6					non-mobilizable	no_good_hit	3346.0	90.825	89.0	0.4430093209054594	AJ239049.2	firmicutes	Streptococcus thermophilus partial repA gene, ORF1 to ORF8 and partial ORF9 DNA	True	True
ISR0076_000000000352	37902	0.9971397248464334	31	14	9	11	8	True	132145	fragment	False	ISR0012_000000000319	0.4048236775317958		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1317.0	91.19200000000001	4.0	0.005373402474378343	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0103_000000036593	1547	0.9971375755357224	3	1	1	1	1	False	8870	fragment	False	MON0103_000000036593	1.0		0	0	False	False	0.9974143505096436	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000000002	232154	0.9971373959754024	276	80	50	67	52	True	127696	maximal	True	ISR0152_000000000002	1.0	PS319|PS359	1	1	True	True	1.0	30					non-mobilizable	no_good_hit	2524.0	99.564	5.0	0.0010504770239898474	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ISR0013_000000020509	1311	0.9971349304885968	2	1	1	1	1	False	38072	fragment	False	ISR0013_000000020509	1.0		0	0	False	False	0.9938977956771851	0					non-mobilizable	other	832.0	93.99	99.0	0.018661995553459543	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
AST0028_000000005534	3112	0.9971345439893023	5	1	1	1	1	False	118830	fragment	False	AST0028_000000005534	1.0		0	0	False	False	0.986825168132782	0					non-mobilizable	no_good_hit	1355.0	94.76	44.0	0.278475798146241	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
SPA0051_000000018314	1322	0.9971345439893023	2	1	1	1	1	False	57402	maximal	True	SPA0051_000000018314	1.0		0	0	False	False	0.9773070812225342	0					non-mobilizable	no_good_hit	1077.0	93.965	81.0	0.22100926879505664	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
SPA0023_000000024646	1166	0.9971345439893023	1	1	1	1	1	False	24322	fragment	False	SPA0023_000000024646	0.98502722323049		0	0	False	False	1.0	0					non-mobilizable	virus	1067.0	94.00200000000001	91.0	0.2191555097837281	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
BAN0019_000000000187	8155	0.9971342354116041	9	8	6	5	8	False	97894	maximal	True	BAN0019_000000000187	1.0		1	1	False	False	0.9987737536430359	0					non-mobilizable	chromosome	8155.0	99.53399999999999	100.0	0.001612554908740546	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
MON0083_000000007881	3952	0.9971317206168222	4	3	2	3	3	False	95814	fragment	False	CAN0014_000000012172	0.8205760913852566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	74.507	30.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AUS0018_000000003239	7913	0.997129771447402	10	3	2	3	2	True	100075	fragment	False	AUS0018_000000003239	1.0		0	0	False	False	0.9979780316352844	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.006975122064636131	XM_027031357.2	bony fishes	PREDICTED: Electrophorus electricus nuclear respiratory factor 1 (nrf1), transcript variant X4, mRNA	True	True
FIJ0113_000000003629	6503	0.9971295113725946	10	4	3	2	3	False	88217	maximal	True	FIJ0113_000000003629	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1337.0	95.213	21.0	0.00816236757536138	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
SPA0068_000000002123	6534	0.9971294661768244	8	8	3	4	7	True	6008	maximal	True	SPA0068_000000002123	1.0		2	1	True	True	0.9998469352722168	88	rep_cluster_1791				non-mobilizable	no_good_hit	1394.0	94.90700000000001	59.0	0.19672362660641152	CP047342.1	enterobacteria	Proteus cibarius strain ZF1 plasmid pZF1-7kb, complete sequence	True	True
DEN0022_000000023050	1778	0.9971286691044952	3	2	2	2	1	False	74559	fragment	False	DEN0022_000000023050	1.0		0	0	False	False	0.9814398288726807	0					non-mobilizable	no_good_hit								True	False
CHI0145_000000003341	5164	0.9971276014731826	7	6	3	5	4	True	89511	maximal	True	CHI0145_000000003341	0.9881769641495042		1	1	True	True	1.0	87					non-mobilizable	no_good_hit	2338.0	99.48700000000001	47.0	0.00100383980558295	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
FIJ0101_000000021108	1328	0.9971267428376502	4	2	2	2	1	False	45781	fragment	False	FIJ0061_000000021403	0.9204204204204205		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	91.32600000000001	92.0	0.0003482041229651465	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0089_000000000918	6521	0.997125053647136	8	7	0	2	7	False	89779	maximal	True	CHI0089_000000000918	1.0		1	1	False	False	0.9993866086006165	0	ColRNAI_rep_cluster_1987			MOB_unknown	mobilizable	no_good_hit	1740.0	86.37899999999999	53.0	0.1784782381797307	CP055989.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00676 plasmid pRHBSTW-00676_5, complete sequence	True	True
USA0132_01_000000008751	1822	0.9971215206262254	4	2	1	2	1	False	10723	fragment	False	USA0132_01_000000008751	1.0		0	0	False	False	0.9994511604309082	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
FIJ0090_000000001142	20366	0.9971145451325204	25	9	5	8	6	True	101350	backbone	False	TAN0011_000000000086	0.4416172665249062	PS587|PS588	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	356.0	92.416	3.0	9.469876323415216e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0205_000000003307	5990	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5336064967189289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0183_000000005994	5950	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5330790501264315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ENG0021_000000003084	5950	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5332530006578604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
SPA0126_000000005920	5950	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5332530006578604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
AST0102_000000004632	5950	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5332530006578604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
AST0035_000000002653	5950	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5332530006578604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
CHI0056_000000002641	5950	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5332530006578604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ENG0085_000000003601	5949	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5327959522086843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0074_000000004337	5949	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5331438451997302		0	0	False	False	0.9991595149040222	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ENG0148_000000006294	5949	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5327959522086843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
AST0026_000000005169	5949	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5331438451997302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0167_000000005216	5928	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.5317898315462645		0	0	False	False	0.9983130693435669	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
SPA0091_000000002903	5924	0.9971120967220479	5	4	3	2	2	False	119566	fragment	False	AUS0004_000000002812	0.531460636039302		0	0	False	False	0.9991559982299805	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0835_000000002046	5365	0.9971120967220479	4	4	3	2	2	False	87850	fragment	False	ISR0835_000000002046	0.9760301358256225		0	0	False	False	0.9994408488273621	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0278_000000001759	5200	0.9971120967220479	4	4	3	2	2	False	87850	fragment	False	ISR0835_000000002046	0.9668010628761564		0	0	False	False	0.993461549282074	0					non-mobilizable	no_good_hit	198.0	83.333	4.0	0.0365234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
MON0069_000000008992	4755	0.9971110360975834	7	3	3	2	3	False	10510	fragment	False	MON0069_000000008992	1.0		0	0	False	False	0.9854889512062073	0					non-mobilizable	no_good_hit	249.0	74.297	5.0	6.70712937861718e-05	NZ_CP035807.1	spirochetes	Spirochaeta perfilievii strain P chromosome, complete genome	True	False
USA0119_01_000000006828	3379	0.9971106608552628	5	3	3	3	2	False	68006	fragment	False	USA0119_01_000000006828	0.9815798148928954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	87.55799999999999	81.0	0.002306584191386908	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0023_01_000000009497	3363	0.9971106608552628	5	3	3	3	2	False	68006	fragment	False	USA0119_01_000000006828	0.9807906267701766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	87.55799999999999	81.0	0.002306584191386908	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0020_01_000000010436	3363	0.9971106608552628	5	3	3	3	2	False	68006	fragment	False	USA0119_01_000000006828	0.9807906267701766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	87.55799999999999	81.0	0.002306584191386908	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0058_01_000000006051	3356	0.9971106608552628	5	3	3	3	2	False	68006	fragment	False	USA0119_01_000000006828	0.9789761277059985		0	0	False	False	0.9994040727615356	0					non-mobilizable	no_good_hit	1085.0	87.55799999999999	81.0	0.002306584191386908	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
AST0113_000000028499	1302	0.9971106194924408	2	1	1	1	1	False	106410	fragment	False	AST0113_000000028499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	95.588	5.0	1.8735436344117955e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0011_000000007545	5773	0.997110329627428	6	4	3	4	3	False	100525	fragment	False	MON0011_000000007545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.852	9.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0012_000000007111	5076	0.997110329627428	5	4	3	4	3	False	100524	fragment	False	MON0012_000000007111	1.0		0	0	False	False	0.9944838285446167	0					non-mobilizable	no_good_hit	311.0	85.852	6.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0363_000000002776	6255	0.9971103001356016	7	5	5	4	5	False	23718	maximal	True	ISR0363_000000002776	1.0		6	3	False	False	0.9947242140769958	0					non-mobilizable	plasmid	5876.0	98.70700000000001	95.0	0.12471067886947104	CP034582.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10B, complete sequence	False	True
ISR0287_000000000635	10348	0.9971068771086852	12	11	5	7	11	True	123628	fragment	False	USA0108_01_000000001009	0.4355044735196864		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	9714.0	98.51799999999999	100.0	0.2928446031842121	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0257_000000003064	4910	0.9971031997454683	6	2	2	2	2	True	26819	maximal	True	ISR0257_000000003064	1.0		1	1	False	False	0.9969450235366821	0					non-mobilizable	no_good_hit								True	True
ISR0122_000000007862	2238	0.9971023449314912	3	3	3	3	2	False	32151	fragment	False	ISR0122_000000007862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	80.0	4.0	2.8986293570951572e-05	CP058669.1	a-proteobacteria	Hyphobacterium sp. CCMP332 chromosome, complete genome	True	False
MAD0048_000000014316	1664	0.9971023232012282	3	2	2	2	2	True	17542	fragment	False	MAD0048_000000014316	1.0		0	0	False	False	0.9993990659713745	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.01597444089456869	XR_004019987.1	bony fishes	PREDICTED: Archocentrus centrarchus coiled-coil domain-containing protein 63-like (LOC115780746), transcript variant X4, misc_RNA	True	True
ISR0387_000000008498	2846	0.9971010305026724	3	2	1	2	1	False	124337	fragment	False	ISR0387_000000008498	1.0		0	0	False	False	0.9996486306190491	0					non-mobilizable	no_good_hit	848.0	96.58	54.0	0.012887225366684924	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
USA0026_01_000000010398	3216	0.9971006441329756	5	3	3	3	2	False	61880	maximal	True	USA0026_01_000000010398	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	96.285	54.0	0.00021401687591369838	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0221_000000001115	15501	0.9970992806312045	19	13	11	10	10	True	94599	fragment	False	ISR0221_000000001115	0.9853254149748047		0	0	False	False	1.0	0					non-mobilizable	other	7881.0	99.962	90.0	0.17057804719636285	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0089_000000001207	15492	0.9970992806312045	19	13	11	10	10	True	94599	fragment	False	ISR0221_000000001115	0.984917314732109		0	0	False	False	1.0	0					non-mobilizable	other	7867.0	99.98700000000001	90.0	0.17029660099588656	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0166_000000010344	2313	0.9970991606478592	4	2	2	2	2	False	39017	maximal	True	FIJ0166_000000010344	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	97.26299999999999	24.0	0.0007144751089672504	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0137_000000001318	8152	0.9970985794644116	10	10	7	8	9	False	87229	fragment	False	CHI0137_000000001318	0.9658006993385353		0	0	False	False	0.9998773336410522	0					non-mobilizable	other	7370.0	99.946	100.0	0.003512697478999608	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
ENG0120_000000002436	8006	0.9970981335636936	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9046358685253613		0	0	False	False	1.0	0					non-mobilizable	other	8006.0	100.0	100.0	0.07988384160945233	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0050_000000003103	7902	0.9970981335636936	9	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.8971062838858981		0	0	False	False	1.0	0					non-mobilizable	plasmid	7929.0	99.294	99.0	0.08061119645164244	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0116_000000004448	7894	0.9970981335636936	9	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.8966764710583228		0	0	False	False	1.0	0					non-mobilizable	plasmid	7922.0	99.318	100.0	0.08053998514735654	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0170_000000002166	7545	0.9970981335636936	8	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.5763107924593436		0	0	False	False	0.9998674392700195	0					non-mobilizable	other	6908.0	99.204	100.0	0.0688867156314865	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0799_000000001580	7514	0.9970981335636936	9	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.5779982541916923		0	0	False	False	0.9973382949829102	0					non-mobilizable	plasmid	7453.0	99.973	99.0	0.07580951993407868	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0392_000000000194	60252	0.9970974230700664	43	28	20	25	17	True	130794	maximal	False	ISR0131_000000000086	0.9622738954003388		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3322.0	99.789	6.0	0.022838398217490872	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0038_000000010237	2867	0.9970951354456016	3	3	3	3	3	False	89263	maximal	True	MON0038_000000010237	1.0		0	0	False	False	0.9867457151412964	0					non-mobilizable	plasmid	1709.0	98.88799999999999	98.0	0.01198117244330338	CP049048.1	enterobacteria	Enterobacter hormaechei strain Y233 plasmid p233-142, complete sequence	False	True
ISR0162_000000014584	2706	0.9970945986320662	5	3	3	2	2	False	54112	fragment	False	ISR0162_000000014584	1.0		0	0	False	False	0.9804139137268066	0					non-mobilizable	no_good_hit	619.0	89.822	23.0	0.010249413487296384	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
SPA0108_000000011008	2696	0.9970943298031036	4	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.482699427590671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	42.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0021_000000004329	4328	0.9970942950340784	6	4	4	4	4	False	103457	fragment	False	MON0036_000000004240	0.4814749053030303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3056.0	92.081	87.0	0.12100867202174	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0357_000000001310	12618	0.9970905392265618	20	11	9	8	10	False	123892	maximal	True	ISR0357_000000001310	1.0		9	3	False	False	0.9999207258224487	0					non-mobilizable	no_good_hit	2313.0	92.477	62.0	0.022962238543828836	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
CHI0069_000000001698	5271	0.997090330457512	6	5	5	5	5	False	85078	maximal	True	CHI0069_000000001698	1.0		5	4	False	False	0.9969645142555237	0					non-mobilizable	no_good_hit	3959.0	99.823	75.0	0.0007181026269892286	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
USA0086_01_000000006322	2848	0.9970866153024426	5	2	2	2	2	False	446	fragment	False	USA0086_01_000000006322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	93.134	34.0	0.010048559174848475	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0123_000000011401	1946	0.9970863631206028	3	3	2	2	1	False	32112	fragment	False	ISR0123_000000011401	1.0		0	0	False	False	0.9994861483573914	0					non-mobilizable	no_good_hit	689.0	85.631	35.0	0.009034956206107473	NZ_JHWQ01000008.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
CAN0013_000000003887	6533	0.997082428149988	10	9	3	4	6	True	123849	maximal	False	CAN0014_000000005632	0.9740489226558985	PS486|PS905	0	0	True	True	1.0	531	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3479.0	94.22200000000001	79.0	0.5526525410227816	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
CAN0012_000000008409	6533	0.997082428149988	10	9	3	4	6	True	123849	maximal	False	CAN0014_000000005632	0.9740489226558985	PS486|PS905	0	0	True	True	1.0	245	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3479.0	94.22200000000001	79.0	0.5526525410227816	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
MAD0050_000000003953	5348	0.997081666816342	6	5	4	4	4	False	90352	fragment	False	MAD0050_000000003953	1.0		0	0	False	False	0.9998130202293396	0					non-mobilizable	other	3432.0	99.09700000000001	100.0	0.0007082322753868308	CP010236.1	enterobacteria	Escherichia coli strain S42, complete genome	False	False
MAD0043_000000000296	27267	0.9970787059552372	25	16	6	15	8	False	18606	maximal	True	MAD0043_000000000296	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1639.0	81.33	13.0	0.0006828485136831691	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0084_000000010338	2393	0.9970781462923264	6	3	3	3	1	False	125368	fragment	False	ISR0084_000000010338	1.0		0	0	False	False	0.9974926710128784	0					non-mobilizable	no_good_hit	1893.0	98.257	79.0	0.0005400018038115222	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0051_000000009498	2903	0.9970772067040632	3	3	3	2	2	True	124836	fragment	False	ENG0051_000000009498	0.9907584278825109		0	0	False	False	0.9948329329490662	0					non-mobilizable	no_good_hit	259.0	72.587	9.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
AST0153_000000011272	2803	0.9970772067040632	3	3	3	2	2	True	124836	fragment	False	ENG0051_000000009498	0.9733455117579148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	72.587	9.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
USA0102_01_000000002550	5564	0.9970763085575604	8	4	4	3	4	False	96416	fragment	False	USA0102_01_000000002550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2272.0	91.461	78.0	0.00480467445032439	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0010_000000003573	4488	0.9970763085575604	6	4	4	3	4	False	72663	fragment	False	ISR0010_000000003573	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2272.0	91.461	97.0	0.00480467445032439	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0219_000000001014	22188	0.9970752192624958	27	13	9	9	10	True	63327	maximal	True	ISR0219_000000001014	1.0		1	1	False	False	0.9999549388885498	0					non-mobilizable	no_good_hit	1059.0	96.884	5.0	0.005920709588073359	NZ_OEPZ01000005.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	True
MON0039_000000030660	1592	0.99707411135886	4	3	0	3	3	False	103178	fragment	False	MON0039_000000030660	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	1495.0	99.93299999999999	94.0	0.21689895470383275	CP057401.1	enterobacteria	Escherichia coli strain RHB27-C22 plasmid pRHB27-C22_6, complete sequence	False	True
MON0020_000000018995	1167	0.9970737080723672	2	2	2	1	1	False	13133	fragment	False	MON0019_000000055730	0.9548117154811715		0	0	False	False	0.9700085520744324	0					non-mobilizable	no_good_hit	154.0	77.922	13.0	0.00045144849626069965	NZ_FLKP01000001.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	False
MAD0062_000000001519	7666	0.99707314255611	11	9	5	4	7	False	62963	maximal	True	MAD0062_000000001519	1.0		1	1	False	False	0.9988259673118591	0					non-mobilizable	no_good_hit	1012.0	97.53	19.0	0.01502005645520725	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
ENG0008_000000017915	1458	0.9970729694576024	3	3	2	2	1	False	91960	fragment	False	CHI0162_000000020873	0.8376881476455099		0	0	False	False	0.9855967164039612	0					non-mobilizable	other	1458.0	99.10799999999999	100.0	0.005267877157587985	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0017_000000001053	12399	0.997070298417146	15	8	5	7	7	False	37156	maximal	True	SPA0017_000000001053	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	83.206	1.0	0.0009260455700564242	NZ_FQXK01000011.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ENG0108_000000000593	32139	0.9970689145759468	34	11	10	10	8	True	111627	fragment	False	ENG0108_000000000593	1.0		0	0	False	True	0.9997822046279907	0					non-mobilizable	other	15489.0	98.06299999999999	99.0	0.3352457241827235	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0045_000000006487	1974	0.9970686706906896	3	3	3	2	1	True	120791	fragment	False	ENG0057_000000011928	0.779752141146048		0	0	False	False	0.9924012422561646	0					non-mobilizable	no_good_hit	1074.0	87.616	54.0	0.00034840759528557725	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
MAD0104_000000000554	15279	0.9970676629013384	19	14	9	10	7	False	14899	maximal	True	MAD0104_000000000554	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1983.0	85.275	28.0	0.01144945470526328	LR135271.1	firmicutes	Enterococcus faecium isolate E7196 genome assembly, plasmid: 2	True	False
ENG0059_000000000451	24662	0.9970661687227268	27	8	7	8	4	True	111623	fragment	False	ENG0059_000000000451	0.9920283332337959		0	0	False	False	1.0	0					non-mobilizable	other	11423.0	98.249	97.0	0.2468066681099805	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
AST0089_000000011158	2023	0.9970653135452688	4	3	1	2	2	True	124069	fragment	False	MON0095_000000014707	0.9516378673317933		0	0	False	False	1.0	0					non-mobilizable	other	2023.0	98.51700000000001	100.0	0.0005682466471480594	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0009_000000002669	11363	0.9970648602211032	12	7	5	7	4	True	102601	fragment	False	SPA0009_000000002669	0.9763095671153146		0	0	False	False	0.9999120235443115	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	True
SPA0078_000000001774	4315	0.9970645741337242	7	6	3	4	5	True	5676	fragment	False	SPA0078_000000001774	1.0		0	0	False	False	1.0	0	rep_cluster_1791				non-mobilizable	no_good_hit	1352.0	95.044	44.0	0.19079226098008756	CP047342.1	enterobacteria	Proteus cibarius strain ZF1 plasmid pZF1-7kb, complete sequence	True	True
ISR0173_000000000785	8504	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9569179301391247		0	0	False	False	0.9988240599632263	0					non-mobilizable	other	8504.0	100.0	100.0	0.08485350471020278	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0072_01_000000002349	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0078_000000002973	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0112_000000002910	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0277_000000001038	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0040_01_000000002297	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0080_000000002657	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0081_000000002709	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0159_000000002493	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0130_000000001933	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9484833032887869		0	0	False	False	1.0	0					non-mobilizable	plasmid	8464.0	99.941	100.0	0.08609446688165699	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0010_01_000000003111	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0101_000000004967	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0172_000000000893	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487529392235877		0	0	False	False	1.0	0					non-mobilizable	plasmid	8464.0	100.0	100.0	0.08609446688165699	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0026_01_000000004059	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9484319456724234		0	0	False	False	1.0	0					non-mobilizable	plasmid	8464.0	99.965	100.0	0.08609446688165699	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0171_000000002585	8464	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9487496507456167		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	100.0	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0086_01_000000002481	8463	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9486244479723327		0	0	False	False	1.0	0					non-mobilizable	other	8464.0	99.988	100.0	0.08445433498323487	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CAN0020_000000003993	8458	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9472588478782544		0	0	False	False	1.0	0					non-mobilizable	other	8458.0	99.976	100.0	0.08439445952418968	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0142_000000003143	8438	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9475298803996282		0	0	False	False	1.0	0					non-mobilizable	other	8438.0	100.0	100.0	0.08419487466070573	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0062_000000002409	8435	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9469879517121483		0	0	False	False	1.0	0					non-mobilizable	other	8435.0	100.0	100.0	0.08416493693118314	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0172_000000002012	8360	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9410809611939496		0	0	False	False	1.0	0					non-mobilizable	plasmid	8387.0	99.32	99.0	0.0852704503606344	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0038_000000003077	8360	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9413032505498657		0	0	False	False	1.0	0					non-mobilizable	plasmid	8387.0	99.35600000000001	99.0	0.0852704503606344	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0307_000000000638	8343	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.939910575448119		0	0	False	False	0.9996404051780701	0					non-mobilizable	plasmid	8372.0	99.34299999999999	100.0	0.08511785470859316	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0378_000000002003	8327	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9423711275809692		0	0	False	False	0.9980785250663757	0					non-mobilizable	plasmid	8327.0	99.988	100.0	0.08470075992634717	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0015_000000002627	8326	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9425234674039475		0	0	False	False	1.0	0					non-mobilizable	plasmid	8326.0	99.988	100.0	0.08469058688287776	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0816_000000005283	8168	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9273049907687013		0	0	False	False	0.9998775720596313	0					non-mobilizable	other	8168.0	99.988	100.0	0.08150047900367235	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0001_01_000000001795	8160	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.927143788863542		0	0	False	False	1.0	0					non-mobilizable	other	8160.0	99.988	100.0	0.08141066581510459	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0006_000000003503	8157	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9273928413366237		0	0	False	False	1.0	0					non-mobilizable	other	8157.0	100.0	100.0	0.08139070732875618	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ENG0123_000000001419	8070	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.8861601552688835		0	0	False	False	1.0	0					non-mobilizable	plasmid	8070.0	100.0	100.0	0.08208628775470758	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0813_000000003298	8045	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.8834485318243261		0	0	False	False	1.0	0					non-mobilizable	plasmid	8045.0	100.0	100.0	0.08183196166797221	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0022_01_000000001178	8025	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.8832858281493187		0	0	False	False	1.0	0					non-mobilizable	other	8025.0	100.0	100.0	0.08007344722976209	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0167_000000002094	8003	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.8812351532173335		0	0	False	False	0.9998750686645508	0					non-mobilizable	plasmid	8003.0	100.0	100.0	0.08140469384225679	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0065_000000003354	7948	0.9970635663004631	9	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.8727304339861501		0	0	False	False	0.9998741745948792	0					non-mobilizable	plasmid	7948.0	100.0	100.0	0.08084517645143897	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0388_000000003278	7937	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.8181385897391895		0	0	False	False	0.995968222618103	0					non-mobilizable	other	7890.0	100.0	99.0	0.07872624940124541	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CAN0006_000000005610	7917	0.9970635663004631	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.8188752270847162		0	0	False	False	1.0	0					non-mobilizable	other	7917.0	100.0	100.0	0.07899568896694875	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0304_000000001186	7855	0.9970635663004631	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.8147129937862829		0	0	False	False	0.9993634819984436	0					non-mobilizable	other	7855.0	99.98700000000001	100.0	0.07837697589014848	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0012_000000007743	3040	0.9970635216670429	4	2	1	2	1	False	38191	fragment	False	ISR0012_000000007743	1.0		0	0	False	False	0.9970394968986511	0					non-mobilizable	no_good_hit								True	False
FIJ0075_000000009113	2125	0.9970623412201148	3	2	2	2	2	False	44593	fragment	False	FIJ0075_000000009113	0.986219195849546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	3.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
FIJ0127_000000009000	2125	0.9970623412201148	3	2	2	2	2	False	44593	fragment	False	FIJ0075_000000009113	0.986219195849546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	3.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
USA0039_01_000000006574	3479	0.9970622136771692	5	3	3	3	2	False	68006	fragment	False	USA0119_01_000000006828	0.977270340418383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2090.0	82.249	82.0	0.020527303209324606	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ENG0002_000000005929	3453	0.9970622136771692	5	3	3	3	2	False	68006	fragment	False	USA0119_01_000000006828	0.9733517242493619		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2090.0	82.249	82.0	0.020527303209324606	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
CHI0165_000000002081	8527	0.9970610777142886	11	5	3	4	2	False	107026	fragment	False	CHI0125_000000001580	0.9573303607017003		0	0	False	False	0.999882698059082	0					non-mobilizable	plasmid	8527.0	99.965	100.0	0.08673536862023011	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0099_000000004294	5305	0.9970571490383048	7	6	3	6	6	False	49886	maximal	False	FIJ0054_000000004163	0.9546197815428096	PS170	0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	4392.0	95.65100000000001	83.0	0.8302422407267221	CP025004.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 plasmid pJS5, complete sequence	True	True
CAN0009_000000002893	6552	0.9970560614094222	8	6	2	3	4	True	128037	backbone	True	CAN0009_000000002893	1.0	PS1026|PS1027|PS757|PS758|PS996	0	0	True	True	1.0	61	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4626.0	99.719	76.0	0.944262964475296	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ISR0390_000000002192	5237	0.9970513169593032	6	3	3	2	2	True	102183	maximal	False	MAD0108_000000002911	0.18302585105990862		0	0	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
MAD0047_000000008650	4394	0.9970511132862964	5	3	3	2	3	False	114089	maximal	True	MAD0047_000000008650	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	41.0	97.561	2.0	0.03129890453834116	NZ_JAAITI010000090.1	firmicutes	Blautia luti strain MSK.16.34 NODE_92_length_1278_cov_165.701, whole genome shotgun sequence	True	True
MAD0043_000000016101	1631	0.9970479268676729	4	4	0	3	4	False	103814	fragment	False	MAD0043_000000016101	1.0		0	0	False	False	0.9987737536430359	0		MOBP		MOBP	mobilizable	plasmid	1631.0	99.632	100.0	0.19050958391771855	CP016009.1	enterobacteria	Escherichia coli strain NGF1 plasmid pNGF1_pCol_let_like, complete sequence	False	True
MON0030_000000027440	1323	0.9970476945469334	3	3	0	3	3	False	103813	fragment	False	MON0030_000000027440	1.0		0	0	False	False	0.9962207078933716	0		MOBP			mobilizable	plasmid	1323.0	98.564	100.0	0.25330523088714313	DQ995353.1	enterobacteria	Escherichia coli plasmid pMG828-3, complete sequence	False	True
DEN0040_000000004408	1866	0.9970458378366104	2	2	2	1	1	False	125023	fragment	False	AST0104_000000017129	0.7667625599168474		0	0	False	False	1.0	0					non-mobilizable	other	1866.0	98.071	100.0	0.0067430273842838655	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0787_000000008400	1727	0.9970458378366104	2	2	2	1	1	False	125023	fragment	False	AST0104_000000017129	0.7493976855177872		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	97.34299999999999	100.0	0.006240463949208553	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0317_000000012617	1687	0.9970458378366104	2	2	2	1	1	False	125023	fragment	False	AST0104_000000017129	0.7492219104294306		0	0	False	False	0.9917012453079224	0					non-mobilizable	other	1687.0	100.0	100.0	0.006095841377963858	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0162_000000020873	1556	0.9970458378366104	2	2	2	1	1	False	91960	fragment	False	CHI0162_000000020873	0.9686956623863954		0	0	False	False	0.9993573427200317	0					non-mobilizable	other	1492.0	98.257	100.0	0.00031489690452752477	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0156_000000009681	1498	0.9970458378366104	2	2	2	1	1	False	91960	fragment	False	CHI0162_000000020873	0.9617166973050895		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	97.99700000000001	100.0	0.00031616409529021096	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0178_000000012376	1417	0.9970458378366104	2	2	2	1	1	False	91960	fragment	False	CHI0162_000000020873	0.9531424804871657		0	0	False	False	0.9929428100585938	0					non-mobilizable	other	1417.0	99.929	100.0	0.005119639022062173	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CAN0019_000000004592	1415	0.9970458378366104	2	2	2	1	1	False	91960	fragment	False	CHI0162_000000020873	0.9507236894316888		0	0	False	False	0.9901059865951538	0					non-mobilizable	other	1415.0	99.505	100.0	0.005112407893499938	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0384_000000014337	1377	0.9970458378366104	2	2	2	1	1	False	91960	fragment	False	CHI0162_000000020873	0.8411915950573218		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	99.78200000000001	100.0	0.004975016450817479	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0114_000000003051	10136	0.9970457623089236	12	5	5	5	3	True	51354	fragment	False	FIJ0114_000000003051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.868301998855254e-06	NC_003552.1	euryarchaeotes	Methanosarcina acetivorans C2A, complete sequence	True	True
AST0153_000000009091	3395	0.9970395232646714	6	3	3	3	3	False	103446	fragment	False	AST0153_000000009091	1.0		0	0	False	False	0.9991163611412048	0					non-mobilizable	plasmid	2407.0	90.943	91.0	0.09503257003556728	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0120_000000003735	6627	0.9970393296625888	7	4	2	4	1	True	104455	maximal	True	ISR0120_000000003735	1.0	PS618	0	0	False	True	0.997585654258728	0					non-mobilizable	no_good_hit	238.0	73.109	3.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
FIJ0090_000000032942	1414	0.9970391055425236	4	3	2	3	2	True	43429	fragment	False	FIJ0090_000000032942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0116_000000002303	9342	0.9970390570580278	10	4	3	3	2	False	125196	fragment	False	AST0116_000000002303	1.0		0	0	False	False	0.9966816306114197	0					non-mobilizable	no_good_hit	275.0	77.455	3.0	0.06720977596741344	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
DEN0090_000000002179	8514	0.9970390570580278	10	4	3	3	2	False	87867	fragment	False	DEN0090_000000002179	1.0		0	0	False	False	0.9995301961898804	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.0007811237407746593	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0123_000000002224	7184	0.9970390570580278	6	4	3	3	2	False	87865	fragment	False	ISR0123_000000002224	0.9688668392292206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0010504767548348867	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0331_000000002655	6954	0.9970390570580278	6	4	3	3	2	False	87865	fragment	False	ISR0123_000000002224	0.9537861915367483		0	0	False	False	0.999856173992157	0					non-mobilizable	no_good_hit	109.0	80.734	2.0	3.4247145011218385e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
AST0089_000000001232	11482	0.9970380802575509	18	6	2	6	2	False	118836	backbone	False	ISR0143_000000002610	0.4083635804423541	PS813	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2737.0	96.785	62.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
ISR0096_000000011902	1973	0.9970375122299692	3	3	3	3	3	False	33350	fragment	False	ISR0096_000000011902	1.0		0	0	False	False	0.9878357648849487	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000000161	57703	0.9970374453913148	99	27	12	20	13	True	88790	maximal	True	ENG0039_000000000161	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	5288.0	92.814	49.0	0.09364477368588948	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0130_000000005381	5434	0.9970358370810756	7	5	3	4	3	False	58473	maximal	True	ENG0130_000000005381	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4034.0	99.851	77.0	0.02092045867275463	MF474175.1	enterobacteria	Escherichia coli strain J53/pNIT-HK plasmid pNIT-HK, complete sequence	True	False
ISR0056_000000000683	16554	0.9970351070672268	12	11	10	11	9	True	118472	fragment	False	ISR0167_000000001245	0.9502348166017098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1643.0	89.65299999999999	10.0	0.023228654845830664	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0067_000000008147	3661	0.9970344595019364	6	2	1	2	1	False	45234	maximal	True	FIJ0067_000000008147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.493650615200578e-06	NZ_CP045300.1	enterobacteria	Kosakonia arachidis strain KACC 18508 chromosome, complete genome	True	False
MON0044_000000010827	4132	0.9970312314945156	7	5	4	5	2	True	64242	fragment	False	MON0044_000000010827	0.9357709321180036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
MAD0008_000000000409	14695	0.9970296097361846	15	15	10	13	12	False	113283	maximal	True	MAD0008_000000000409	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	14435.0	99.97200000000001	98.0	0.10369923342744862	CP029577.1	enterobacteria	Escherichia coli strain DA33135 plasmid pDA33135-139, complete sequence	False	True
ISR0002_000000002379	9268	0.997024817844769	11	8	2	8	4	False	132266	fragment	False	ISR0002_000000002379	1.0		0	0	False	False	0.9987052083015442	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	2.3232246730177434e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0791_000000004076	4107	0.9970237055655072	3	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.9698048820859749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
USA0003_01_000000007468	5218	0.9970236431638378	3	3	3	3	2	False	64758	maximal	True	USA0003_01_000000007468	1.0		1	1	False	False	0.9984668493270874	0					non-mobilizable	no_good_hit	413.0	84.262	8.0	0.1447787610619469	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
SPA0118_000000002584	10335	0.99702171866644	14	11	8	7	9	True	83303	fragment	False	SPA0118_000000002584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	74.306	8.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
ISR0203_000000002176	8706	0.9970209824775146	10	4	2	4	2	True	44548	fragment	False	ISR0203_000000002176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0042_000000011216	2808	0.9970205056986168	3	3	3	3	3	False	81196	fragment	False	SPA0042_000000011216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	79.245	53.0	0.00031459380806532424	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
CHI0185_000000004427	4520	0.997019226839581	2	2	2	2	2	False	77233	maximal	True	CHI0185_000000004427	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	89.041	2.0	0.025132743362831857	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
AST0093_000000004352	4500	0.9970183370844994	5	5	2	3	5	False	114621	fragment	False	AST0052_000000004293	0.9824542284219704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3678.0	99.647	84.0	0.0016652740320056883	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	True	False
ISR0283_000000001887	6375	0.9970176701498	9	5	3	5	3	False	122352	fragment	False	SPA0108_000000004378	0.9322845417236663		0	0	False	False	1.0	0					non-mobilizable	other	5769.0	94.81700000000001	95.0	0.034119088342694136	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
FIJ0091_000000000923	20977	0.9970170012722148	19	15	12	13	12	False	43400	fragment	False	FIJ0091_000000000923	1.0		0	0	False	False	0.9999046325683594	0					non-mobilizable	no_good_hit	5260.0	87.757	53.0	0.07977299007972734	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
MON0038_000000003252	6278	0.9970166496158014	5	5	3	4	4	False	100527	fragment	False	MON0038_000000003252	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.852	5.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0108_000000013182	2116	0.9970164837150712	4	4	3	4	2	False	107205	maximal	True	AST0108_000000013182	1.0		8	5	False	False	0.9985822439193726	0					non-mobilizable	no_good_hit	395.0	93.92399999999999	21.0	0.004160506863780359	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0777_000000002935	5505	0.9970159689738621	7	3	2	2	3	True	126339	maximal	True	ISR0777_000000002935	1.0		0	0	False	False	0.9967302680015564	0					non-mobilizable	no_good_hit	1498.0	84.579	27.0	0.02047246261161482	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0131_000000001943	9871	0.9970152980206568	10	9	4	6	7	True	72354	backbone	True	ISR0131_000000001943	1.0	PS341	2	1	True	True	1.0	6					non-mobilizable	no_good_hit	53.0	88.679	1.0	0.00014776954904210563	NZ_WHOS01000002.1	a-proteobacteria	Azospirillum melinis strain TMCY0552 NODE_2_length_345133_cov_42.137969_1-345133, whole genome shotgun sequence	True	True
ISR0080_000000007603	3860	0.9970149845696974	7	2	1	2	1	False	34315	maximal	True	ISR0080_000000007603	1.0		1	1	False	False	0.9984455704689026	0					non-mobilizable	no_good_hit	1295.0	71.197	32.0	0.010252788466221812	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CHI0134_000000000048	60901	0.9970144064022666	99	30	12	21	16	True	88792	maximal	True	CHI0134_000000000048	1.0		1	1	True	True	1.0	53					non-mobilizable	no_good_hit	8312.0	87.801	60.0	0.1463332506291426	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0133_000000009291	2238	0.9970140471543468	3	2	1	2	1	True	109901	maximal	False	ENG0138_000000008839	0.9858626182573373		0	0	True	True	1.0	116					non-mobilizable	plasmid	1045.0	82.584	90.0	0.45947156291983876	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	False	True
ISR0103_000000009719	2846	0.9970124734840384	6	5	5	4	4	False	92145	fragment	False	ISR0083_000000007861	0.9203596660244059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000001666	10869	0.9970123774256534	19	6	1	6	2	False	118836	backbone	False	ISR0143_000000002610	0.3142814661314326	PS813	0	0	False	True	0.9998160004615784	0					non-mobilizable	no_good_hit	2737.0	96.456	68.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
SPA0023_000000009258	2790	0.9970105854143207	4	4	2	2	2	False	41636	fragment	False	SPA0023_000000009258	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2790.0	96.48700000000001	100.0	0.001148578916719998	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0120_000000009918	4264	0.9970102548400874	7	4	4	3	3	False	75978	fragment	False	SPA0120_000000009918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	75.646	6.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
SPA0022_000000002540	5163	0.9970089640053648	6	3	3	3	3	False	96502	maximal	True	SPA0022_000000002540	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	2615.0	99.885	51.0	0.009332137638311783	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
FIJ0068_000000002648	9840	0.997007847971098	12	7	6	7	4	True	64262	fragment	False	FIJ0068_000000002648	1.0		0	0	False	False	0.9992886185646057	0					non-mobilizable	no_good_hit	1226.0	75.449	12.0	0.0003172399858829518	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0103_000000003244	4748	0.9970060532070651	4	4	4	4	2	False	4879	maximal	True	SPA0103_000000003244	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0022_000000000467	29823	0.9970043180992928	20	12	10	12	6	True	80296	maximal	True	FIJ0022_000000000467	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	89.824	5.0	0.005271031804475726	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	True
SPA0087_000000001329	10940	0.9970037977508578	12	6	6	6	5	False	5491	fragment	False	SPA0087_000000001329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	73.913	8.0	0.000973229737002388	NZ_RQFO01000017.1	bacteria	Leptospira montravelensis strain 201800278 contig_0002, whole genome shotgun sequence	True	False
ENG0208_000000004300	6525	0.9970028751186624	4	3	3	3	2	False	78911	maximal	True	ENG0208_000000004300	1.0		9	5	False	False	0.9998467564582825	0					non-mobilizable	no_good_hit	255.0	74.51	4.0	0.0008348834335750043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
FIJ0015_000000024379	1339	0.9970019395101616	3	1	1	1	1	False	50305	maximal	True	FIJ0015_000000024379	1.0		1	1	False	False	0.9798356890678406	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	2.086457522210187e-06	LN590714.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG27, chromosome: 27	True	False
ISR0285_000000000328	24094	0.9970015530240509	20	15	11	15	10	True	130769	maximal	True	ISR0285_000000000328	1.0	PS1039|PS1127|PS770|PS805	1	1	True	True	1.0	10					non-mobilizable	no_good_hit	3386.0	77.968	22.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0019_000000008494	2039	0.9970010919312516	3	3	2	3	1	False	38350	fragment	False	ISR0019_000000008494	1.0		0	0	False	False	0.9936243295669556	0					non-mobilizable	no_good_hit	119.0	88.235	6.0	0.06971153846153846	NZ_JAAIWN010000100.1	firmicutes	Bacillus aquiflavi strain 3H-10 NODE_100_length_1664_cov_0.221086, whole genome shotgun sequence	True	False
FIJ0140_000000010298	2858	0.9970004924778948	3	2	2	2	1	True	114137	maximal	True	FIJ0140_000000010298	0.9809154838006189		6	2	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
SPA0092_000000001831	16212	0.9969975101948628	25	4	4	3	3	False	74673	maximal	True	SPA0092_000000001831	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1928.0	93.205	13.0	0.0004643361368874516	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
CHI0109_000000003579	4555	0.9969969095551644	4	3	3	3	2	True	82915	maximal	True	CHI0109_000000003579	0.9998902305159165	PS102	3	3	True	True	0.9997804760932922	5					non-mobilizable	no_good_hit	1395.0	98.99600000000001	31.0	0.28019323671497587	CP032701.1	firmicutes	Streptococcus pyogenes strain TSPY556 plasmid pRW35-like, complete sequence	True	True
SPA0126_000000008125	4555	0.9969969095551644	4	3	3	3	2	True	82915	maximal	False	CHI0109_000000003579	0.9998902305159165	PS102	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	1395.0	98.925	31.0	0.28019323671497587	CP032701.1	firmicutes	Streptococcus pyogenes strain TSPY556 plasmid pRW35-like, complete sequence	True	True
ISR0292_000000006786	2713	0.9969939152522318	4	4	3	3	4	False	90336	fragment	False	ISR0292_000000006786	1.0		0	0	False	False	0.9955768585205078	0					non-mobilizable	chromosome	2713.0	99.742	100.0	0.0005724604718366123	CP032237.1	enterobacteria	Escherichia coli strain ECCWS199 chromosome, complete genome	False	False
FIJ0142_000000002036	12502	0.9969933465844728	14	11	7	10	7	True	52127	fragment	False	FIJ0142_000000002036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	95.06200000000001	1.0	2.2504756942998827e-05	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	True
CHI0140_000000000524	34826	0.9969911307311332	42	31	21	22	22	True	102536	maximal	False	USA0012_01_000000000166	0.9525552944859571		0	0	True	True	1.0	3			MPF_T		non-mobilizable	no_good_hit	6027.0	99.95	17.0	0.0011720869040392262	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
ENG0013_000000003368	6750	0.9969910826118684	5	4	4	4	4	False	67016	fragment	False	ENG0013_000000003368	1.0		0	0	False	False	0.9899259209632874	0					non-mobilizable	no_good_hit	2307.0	83.745	36.0	0.0006954736960398286	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
USA0091_01_000000001274	8523	0.9969816007019512	4	4	4	4	3	False	92979	maximal	True	USA0091_01_000000001274	1.0		1	1	False	False	0.9933122396469116	0					non-mobilizable	no_good_hit	643.0	99.37799999999999	12.0	0.2272566371681416	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
MAD0058_000000005211	2890	0.9969805328903629	3	2	0	2	0	True	16962	maximal	True	MAD0058_000000005211	1.0		1	1	True	True	1.0	247					non-mobilizable	no_good_hit								True	True
FIJ0036_000000013873	2811	0.9969805328903629	4	2	0	2	0	True	47962	maximal	False	FIJ0037_000000010466	0.9996493606846014		0	0	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
CHI0143_000000009034	2136	0.9969805328903629	2	2	0	2	0	True	79929	maximal	True	CHI0143_000000009034	1.0		1	1	True	True	1.0	144					non-mobilizable	no_good_hit	761.0	87.25399999999999	61.0	0.20209539564378273	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	True	True
DEN0065_000000020489	1700	0.9969805328903629	3	2	0	2	0	False	71077	maximal	False	ISR0014_000000020605	0.9999477533960293		0	0	True	True	0.9994117617607117	65					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
ISR0134_000000018849	1700	0.9969805328903629	3	2	0	2	0	False	71077	maximal	False	ISR0014_000000020605	0.9999477533960293		0	0	True	True	1.0	30					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
ISR0019_000000010457	1700	0.9969805328903629	3	2	0	2	0	False	71077	maximal	False	ISR0014_000000020605	0.9999477533960293		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
ISR0222_000000005574	11449	0.9969801488322078	14	6	4	6	3	False	103464	maximal	True	ISR0222_000000005574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2636.0	94.15799999999999	59.0	0.10522319466091196	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MAD0025_000000001222	7282	0.9969790533960998	19	2	2	2	1	False	19161	maximal	True	MAD0025_000000001222	1.0		1	1	False	False	0.9936830401420593	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.082455875891222e-05	NZ_LS483405.1	firmicutes	Lactobacillus brevis strain NCTC13768 chromosome 1	True	False
ISR0852_000000006005	1879	0.996977305383814	3	3	3	2	2	False	125022	fragment	False	CHI0034_000000007812	0.38111111111111107		0	0	False	False	0.993613600730896	0					non-mobilizable	other	1903.0	83.079	100.0	0.030699839953441	NZ_GL882631.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld46, whole genome shotgun sequence	False	False
CHI0033_000000001038	6041	0.996977256165994	12	8	4	3	7	True	119401	fragment	False	CHI0033_000000001038	1.0		0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	4988.0	99.73899999999999	84.0	0.9830374753451676	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ITA0006_000000003555	7257	0.9969766198397472	10	8	7	7	6	True	126853	maximal	False	SPA0004_000000002150	0.9615186615186615	PS979	0	0	False	True	0.9998621940612793	0					non-mobilizable	other	5764.0	99.618	99.0	0.12474561593418489	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0162_000000000408	34403	0.9969766039630078	35	13	5	12	9	False	73527	maximal	False	ISR0142_000000000005	0.9774790908536429		0	0	True	True	1.0	27					non-mobilizable	no_good_hit								True	True
DEN0035_000000000369	34397	0.9969766039630078	35	13	5	12	9	False	73527	maximal	False	ISR0142_000000000005	0.9775255331589825		0	0	True	True	1.0	40					non-mobilizable	no_good_hit								True	True
MAD0047_000000021614	2085	0.9969745156219888	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.7184969813911605		0	0	False	False	0.986091136932373	0					non-mobilizable	chromosome	2086.0	99.85600000000001	100.0	0.0004377700894478722	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
SPA0087_000000007703	1933	0.9969745156219888	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.4748476333666427		0	0	False	False	0.9705121517181396	0					non-mobilizable	chromosome	1916.0	100.0	99.0	0.00037750473901510494	CP043542.1	enterobacteria	Escherichia coli strain F2_81 chromosome, complete genome	False	False
SPA0137_000000000201	57165	0.9969722618276152	42	26	19	23	15	True	130794	maximal	False	ISR0131_000000000086	0.9561202763006235		0	0	True	True	1.0	50					non-mobilizable	no_good_hit	541.0	99.815	1.0	0.9981481481481481	KU544993.1	bacteria	Uncultured bacterium clone AX_01B_000_Contig_4 genomic sequence	True	True
SPA0114_000000000256	45984	0.996971270665018	79	15	5	12	9	False	4478	maximal	True	SPA0114_000000000256	1.0		1	1	True	True	1.0	107					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.630728628252328e-07	CP032600.1	bony fishes	Lateolabrax maculatus linkage group 3 sequence	True	True
FIJ0030_000000001516	13813	0.9969709667463904	13	7	6	6	4	True	114617	maximal	True	FIJ0030_000000001516	1.0		0	0	False	False	0.9990588426589966	0					non-mobilizable	no_good_hit	1820.0	75.98899999999999	13.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0095_000000002681	7669	0.9969707687641786	8	7	7	7	6	True	76725	fragment	False	ISR0095_000000002681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0170_000000001201	8762	0.9969700540519316	11	6	3	3	5	False	76173	fragment	False	ENG0170_000000001201	1.0		0	0	False	False	0.9960054755210876	0					non-mobilizable	no_good_hit	859.0	99.65100000000001	10.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
FIJ0027_000000000077	59459	0.9969683745651232	104	28	11	19	17	True	112967	maximal	True	FIJ0027_000000000077	1.0		2	1	True	True	0.9999831914901733	18					non-mobilizable	no_good_hit	6773.0	92.839	60.0	0.11990926168787439	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0092_000000007626	5017	0.996968261680374	6	2	1	1	2	False	5899	fragment	False	SPA0092_000000007626	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5028.0	99.28399999999999	100.0	0.038323143305838046	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	False
SPA0050_000000015480	1672	0.9969655704317776	2	2	2	2	2	True	32393	fragment	False	SPA0050_000000015480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0057_000000004441	4403	0.9969653624066178	8	2	2	2	2	False	65414	maximal	True	ISR0057_000000004441	1.0		1	1	False	False	0.998410165309906	0					non-mobilizable	no_good_hit	999.0	92.79299999999999	48.0	0.01768688193386028	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0324_000000018524	1656	0.9969652146815686	3	2	2	2	2	False	24916	fragment	False	ISR0324_000000018524	1.0		0	0	False	False	0.9951691031455994	0					non-mobilizable	plasmid	1157.0	99.82700000000001	99.0	0.09962940618805481	CP021604.1	other sequences	Unidentified plasmid plasmid FAKO03_2027, complete sequence	False	True
FIJ0075_000000016148	1221	0.9969647564180469	3	2	2	2	1	False	44561	maximal	True	FIJ0075_000000016148	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	84.758	79.0	0.15033930746476423	AP022186.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP7-S17-ESBL-08_3 DNA, complete genome, strain: WP7-S17-ESBL-08	True	False
DEN0051_000000008105	5058	0.996964129603063	8	3	2	3	2	False	96434	fragment	False	DEN0051_000000008105	1.0		0	0	False	False	0.9996045827865601	0					non-mobilizable	no_good_hit	2641.0	94.131	52.0	0.026255388791314067	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
MAD0005_000000008055	3285	0.9969622231127346	4	4	2	2	4	False	19979	maximal	True	MAD0005_000000008055	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	2397.0	91.823	95.0	0.0005054519782505306	CP029180.1	enterobacteria	Escherichia coli strain H9Ecoli chromosome, complete genome	False	False
FIJ0068_000000014214	2236	0.996960952662994	2	2	2	2	2	False	57012	fragment	False	MON0001_000000014398	0.9344871824991637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	79.112	61.0	0.00036305638524417207	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0090_000000000565	24025	0.9969607618588284	30	12	9	10	6	False	87579	maximal	True	ISR0090_000000000565	1.0		0	0	False	False	0.9987512826919556	0					non-mobilizable	no_good_hit	543.0	88.95	3.0	0.00012062275167647821	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0010_000000001970	8778	0.9969607169253272	11	4	3	3	2	False	67285	maximal	True	ENG0010_000000001970	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1784.0	93.61	61.0	0.03158118597809521	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0089_000000010668	2296	0.9969596678947538	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.7747971904079711		0	0	False	False	1.0	0					non-mobilizable	chromosome	2296.0	99.913	100.0	0.00048186204090305357	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0114_000000010706	2602	0.9969589446674588	5	3	3	3	2	False	86125	fragment	False	ISR0114_000000010706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	97.101	8.0	0.0008451940869236987	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0146_000000017119	1297	0.9969549220258752	3	2	1	2	1	False	57399	fragment	False	ENG0146_000000017119	1.0		0	0	False	False	0.9514263868331909	0					non-mobilizable	no_good_hit	1098.0	97.359	85.0	0.22574665293511845	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
AST0060_000000003744	7304	0.9969547557202648	7	2	2	2	2	False	121171	maximal	True	AST0060_000000003744	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	85.76700000000001	14.0	0.011050402111854625	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
DEN0010_000000024164	1888	0.9969542639584666	2	1	1	1	1	True	75950	fragment	False	DEN0010_000000024164	0.9745825725114483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	86.20700000000001	18.0	0.016552647945271014	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
ENG0012_000000012500	1877	0.9969542639584666	2	1	1	1	1	True	75950	fragment	False	DEN0010_000000024164	0.9513888888888888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	83.667	16.0	0.014256326843036885	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
ENG0110_000000016144	1872	0.9969542639584666	2	1	1	1	1	True	75950	fragment	False	DEN0010_000000024164	0.9657740782713128		0	0	False	False	0.9850427508354187	0					non-mobilizable	no_good_hit	309.0	86.40799999999999	16.0	0.014734727072668995	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
SPA0007_000000003558	6110	0.9969528351789642	8	5	5	5	4	False	24918	fragment	False	SPA0007_000000003558	1.0		0	0	False	False	0.9991816878318787	0	rep_cluster_78				non-mobilizable	plasmid	1604.0	100.0	97.0	0.1381539257088684	CP021604.1	other sequences	Unidentified plasmid plasmid FAKO03_2027, complete sequence	False	True
AST0024_000000003183	8793	0.9969503111399076	3	2	1	2	1	False	124347	fragment	False	AST0024_000000003183	0.9760586131302642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4190.0	77.446	64.0	0.007190118946355612	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
AST0019_000000005019	5075	0.9969500990785014	7	2	1	2	1	False	122883	maximal	True	AST0019_000000005019	1.0		1	1	True	True	0.999211847782135	3					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.606963033093773e-05	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
FIJ0023_000000003153	8671	0.9969492689784436	10	7	4	6	4	True	82813	fragment	False	FIJ0023_000000003153	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0092_000000006871	3082	0.9969466685237316	5	4	1	2	3	False	83958	maximal	True	ENG0092_000000006871	1.0		0	0	False	False	0.9964308738708496	0					non-mobilizable	no_good_hit	1987.0	99.79899999999999	64.0	0.0004521675697495798	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0072_000000009766	2832	0.9969459233568856	6	3	1	3	2	False	116103	fragment	False	ISR0072_000000009766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	88.889	3.0	0.0097835391953039	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
AST0040_000000010353	1930	0.9969459233568856	4	3	1	3	2	False	116100	fragment	False	AST0040_000000010353	1.0		0	0	False	False	0.9974093437194824	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
MAD0102_000000003903	4138	0.9969453011925165	4	3	2	3	3	True	85413	fragment	False	MAD0102_000000003903	0.9944758163515837		0	0	False	False	0.9997583627700806	0	IncY				non-mobilizable	plasmid	4138.0	99.178	100.0	0.021263800653796336	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
ENG0156_000000003818	4073	0.9969453011925165	4	3	2	3	3	True	85413	fragment	False	MAD0102_000000003903	0.9877960367327212		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	4073.0	100.0	100.0	0.03429919137466307	LT883139.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, plasmid: I	False	True
CHI0155_000000010824	1210	0.9969451457548004	1	1	1	1	1	False	89715	fragment	False	CHI0027_000000014490	0.864134341195375		0	0	False	False	0.968595027923584	0					non-mobilizable	other	1210.0	99.256	100.0	0.004371217215870881	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0027_000000014490	1195	0.9969451457548004	1	1	1	1	1	False	89715	fragment	False	CHI0027_000000014490	0.9644917046709784		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	99.331	100.0	0.00025217096177455704	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0112_000000023703	1164	0.9969451457548004	1	1	1	1	1	False	89715	fragment	False	CHI0027_000000014490	0.8446810365031695		0	0	False	False	0.9974226951599121	0					non-mobilizable	other	1164.0	99.141	100.0	0.004204901258939482	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0072_000000019198	1120	0.9969451457548004	1	1	1	1	1	False	89715	fragment	False	CHI0027_000000014490	0.8258392826575224		0	0	False	False	0.9857142567634583	0					non-mobilizable	other	1120.0	98.661	100.0	0.00023633107724097934	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0014_000000022144	1107	0.9969451457548004	1	1	1	1	1	False	89715	fragment	False	CHI0027_000000014490	0.7129669307989046		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	99.458	100.0	0.003998814094915794	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0137_000000003573	4975	0.9969448650825248	4	4	2	3	4	True	85414	fragment	False	ENG0137_000000003573	1.0		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	4899.0	99.98	100.0	0.052616310304072204	LT985234.1	enterobacteria	Escherichia coli strain 557 genome assembly, plasmid: RCS32TR557_p	False	True
ISR0072_000000005604	4604	0.9969437822859222	3	2	1	2	1	False	124344	fragment	False	ISR0072_000000005604	0.9470441019989081		0	0	False	False	0.9967419505119324	0					non-mobilizable	no_good_hit	3336.0	75.39	71.0	0.005739893743114916	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
CHI0074_000000009379	1467	0.9969420285252276	2	1	1	1	1	False	84720	maximal	True	CHI0074_000000009379	1.0		1	1	False	False	0.9993183612823486	0					non-mobilizable	no_good_hit	509.0	93.124	52.0	0.007714077049479642	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
FIJ0123_000000008815	3664	0.9969393167282354	7	3	3	2	2	False	41368	maximal	True	FIJ0123_000000008815	1.0		1	1	False	False	0.9975436925888062	0					non-mobilizable	no_good_hit	1681.0	85.366	45.0	0.0005476603368764605	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
ISR0223_000000006700	3988	0.9969382006540748	3	2	2	2	1	True	27830	maximal	True	ISR0223_000000006700	1.0		1	1	True	True	1.0	26					non-mobilizable	no_good_hit	64.0	85.93799999999999	2.0	0.0235344458707745	LN852791.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0101	True	True
USA0036_01_000000005502	7139	0.9969373507756294	10	7	5	6	6	True	89871	maximal	True	USA0036_01_000000005502	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	94.09700000000001	8.0	8.928521430629122e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
DEN0096_000000016758	2632	0.996936906675764	3	2	2	2	2	False	93595	maximal	True	DEN0096_000000016758	1.0		0	0	False	False	0.9984802603721619	0					non-mobilizable	no_good_hit	1757.0	99.943	83.0	0.0005200690068784753	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CAN0014_000000025422	1917	0.996936906675764	3	2	2	2	2	False	93594	fragment	False	CAN0014_000000025422	0.9600522193211488		0	0	False	False	0.9973917603492737	0					non-mobilizable	chromosome	1763.0	99.943	92.0	0.0005218460080409303	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0064_000000011593	1915	0.996936906675764	2	2	2	2	2	False	93594	fragment	False	CAN0014_000000025422	0.9595722483046427		0	0	False	False	1.0	0					non-mobilizable	chromosome	1765.0	100.0	93.0	0.0005224383417617485	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
TAN0017_000000000001	189784	0.9969366615133656	206	54	33	48	24	True	71596	maximal	True	TAN0017_000000000001	1.0	PS335	1	1	True	True	0.9999736547470093	14					non-mobilizable	no_good_hit	1009.0	89.296	1.0	0.007696481935814245	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0053_01_000000004923	4477	0.9969365635977078	7	7	5	7	7	True	97919	maximal	True	USA0053_01_000000004923	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3060.0	99.902	68.0	0.021888774400366365	CP033633.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb2, complete sequence	True	True
MAD0104_000000000064	57026	0.99693387191023	89	26	13	18	10	True	20159	maximal	True	MAD0104_000000000064	1.0		1	1	True	True	0.999982476234436	96					non-mobilizable	no_good_hit	4257.0	91.167	50.0	0.07537305497465707	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0353_000000008098	4278	0.9969333833783108	12	4	2	4	3	False	118002	fragment	False	ISR0353_000000008098	1.0		0	0	False	False	0.9981299638748169	0					non-mobilizable	no_good_hit	2859.0	98.391	88.0	0.5886714727085479	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
MON0108_000000017223	1267	0.9969327224506428	2	1	1	1	1	False	65355	fragment	False	ENG0035_000000017746	0.9495268138801263		0	0	False	False	0.9581689238548279	0					non-mobilizable	no_good_hit	581.0	84.854	45.0	0.00016022992574894906	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0188_000000004883	4507	0.996932500091165	3	3	3	3	2	False	104191	fragment	False	ISR0188_000000004883	1.0		0	0	False	False	0.9991124868392944	0					non-mobilizable	no_good_hit	999.0	85.986	58.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MON0037_000000023125	2888	0.9969320004714476	3	2	2	2	1	True	84985	fragment	False	MON0037_000000023125	1.0		0	0	False	False	0.9792243838310242	0					non-mobilizable	other	2626.0	99.162	91.0	0.0004943163040581956	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0001_000000001836	14036	0.9969305477600192	19	16	6	8	16	True	123628	fragment	False	USA0108_01_000000001009	0.7011894493592375		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	12256.0	99.706	100.0	0.37093649736666867	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0031_000000003946	4734	0.9969297315714426	4	3	3	3	2	False	104192	fragment	False	ISR0031_000000003946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	82.605	58.0	0.0005870810753884158	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0821_000000015129	2020	0.9969266739470712	4	3	2	1	2	False	64114	fragment	False	ISR0821_000000015129	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	77.064	21.0	0.10550795593635251	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
AST0047_000000004271	4803	0.9969266188514768	6	2	2	2	2	False	115459	fragment	False	AST0047_000000004271	1.0		0	0	False	False	0.9995836019515991	0					non-mobilizable	no_good_hit	167.0	91.617	5.0	6.836288998763702e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0043_000000002922	9470	0.9969250846974878	9	9	4	6	6	True	128145	maximal	False	SPA0040_000000002825	0.9673453406445216	PS1033|PS656|PS657	0	0	False	True	0.9984160661697388	0					non-mobilizable	no_good_hit	3391.0	99.676	53.0	0.5730717185385656	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0016_000000000160	49446	0.996924481515088	53	33	19	29	11	True	100666	maximal	True	FIJ0016_000000000160	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	0.020223523150612027	XR_001776655.1	bony fishes	PREDICTED: Poecilia reticulata uncharacterized LOC108166316 (LOC108166316), transcript variant X2, ncRNA	True	True
MAD0089_000000009779	2455	0.9969236339935184	3	2	1	2	1	False	49302	fragment	False	MAD0089_000000009779	1.0		0	0	False	False	0.9963340163230896	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000000893	21306	0.9969231305344336	26	25	4	15	24	True	97902	fragment	False	ENG0154_000000000893	0.999953056051075		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	21306.0	99.991	100.0	0.18292892346264145	CP061207.1	enterobacteria	Escherichia coli strain DA61218 plasmid pDA61218-116, complete sequence	False	True
ENG0022_000000001068	21302	0.9969231305344336	26	25	4	15	24	True	97902	fragment	False	ENG0154_000000000893	0.9998591945930724		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	21302.0	100.0	100.0	0.18289457867532155	CP061207.1	enterobacteria	Escherichia coli strain DA61218 plasmid pDA61218-116, complete sequence	False	True
MON0033_000000015385	4416	0.9969202899033884	6	4	4	4	3	False	131199	maximal	True	MON0033_000000015385	1.0		1	1	False	False	0.9993206262588501	0					non-mobilizable	no_good_hit	1856.0	97.037	42.0	0.0005551098384316157	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AST0153_000000010910	2890	0.9969193430163836	5	4	2	3	3	True	124105	fragment	False	AST0153_000000010910	1.0		0	0	False	False	0.9965397715568542	0					non-mobilizable	other	2756.0	98.73	95.0	0.0007742430825385281	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0107_000000013791	2342	0.9969187425678276	5	4	3	2	3	False	51170	maximal	True	SPA0107_000000013791	1.0		0	0	False	False	0.9995729923248291	0					non-mobilizable	no_good_hit	478.0	77.406	20.0	0.00016502450755589144	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0170_000000020537	2260	0.9969181660257302	3	2	2	2	2	False	86114	fragment	False	ISR0084_000000008032	0.2593913745706748		0	0	False	False	0.9969026446342468	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.00023796726719210935	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
TAN0002_000000006568	4703	0.9969155511824132	4	4	3	3	4	False	90351	fragment	False	TAN0002_000000006568	1.0		0	0	False	False	0.9997873902320862	0					non-mobilizable	chromosome	4704.0	99.15	100.0	0.0010109017467126885	CP057717.1	enterobacteria	Escherichia coli strain RHB17-C01 chromosome, complete genome	False	False
SPA0088_000000003675	4496	0.9969155511824132	4	4	3	3	4	False	90341	fragment	False	SPA0088_000000003675	1.0		0	0	False	False	0.998443067073822	0					non-mobilizable	chromosome	4496.0	99.133	100.0	0.000941012638459176	CP034738.1	enterobacteria	Escherichia coli strain L65 chromosome, complete genome	False	False
ENG0120_000000009159	2350	0.9969136006221064	6	4	3	3	4	False	92142	fragment	False	ENG0120_000000009159	0.9465002229157379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	77.62899999999999	19.0	0.003940244098568646	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0014_000000007908	4534	0.99691216372394	5	5	4	4	4	False	38049	maximal	True	ISR0014_000000007908	1.0		28	8	False	False	1.0	0					non-mobilizable	other	4532.0	98.08	99.0	0.006136299279062741	NZ_RBXN01000001.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_101, whole genome shotgun sequence	False	False
ISR0123_000000001272	11396	0.9969115454122238	13	8	2	5	4	False	130598	maximal	True	ISR0123_000000001272	1.0	PS1004|PS1005|PS1006|PS1103|PS1104|PS1106|PS879|PS961	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1923.0	99.012	41.0	0.3423632151131706	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0059_000000003741	4905	0.9969089664541028	6	5	3	4	4	False	16917	fragment	False	MAD0059_000000003741	1.0		0	0	False	False	0.9971457719802856	0					non-mobilizable	no_good_hit	2340.0	90.085	83.0	0.0009544415678522488	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
SPA0016_000000005043	6163	0.9969088004647088	8	4	3	3	2	True	84999	fragment	False	SPA0016_000000005043	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3209.0	99.93799999999999	100.0	0.0006041016013023587	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0145_000000008117	4030	0.9969088004647088	5	4	3	3	2	True	84998	fragment	False	ENG0145_000000008117	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2697.0	99.889	100.0	0.0005076863831393887	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0124_000000008557	3606	0.996906894500228	3	3	2	3	2	False	107627	maximal	True	ENG0124_000000008557	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	97.321	3.0	0.0015365023116746491	NZ_VULP01000015.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq15, whole genome shotgun sequence	True	False
MON0033_000000007585	8869	0.996904978046098	14	9	6	8	5	True	125394	fragment	False	MON0033_000000007585	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4555.0	97.82700000000001	96.0	0.0012992009571617597	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AST0019_000000000989	18412	0.9969033767249076	13	11	9	11	8	True	122949	fragment	False	AST0019_000000000989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	75.85600000000001	12.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0004_000000006182	4305	0.9969033569316204	5	5	2	3	5	True	132544	fragment	False	CHI0126_000000000854	0.09705958348817084		0	0	False	False	1.0	0					non-mobilizable	plasmid	4305.0	99.93	100.0	0.08436403551757257	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0109_000000007305	2485	0.9969026674839584	3	3	3	2	1	False	125029	fragment	False	CHI0109_000000007305	1.0		0	0	False	False	0.9959758520126343	0					non-mobilizable	other	2485.0	99.477	100.0	0.008981061674295507	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0104_000000017129	2001	0.9969026674839584	3	3	3	2	1	False	125023	fragment	False	AST0104_000000017129	0.9741853351478842		0	0	False	False	0.9985007643699646	0					non-mobilizable	other	1999.0	99.15	99.0	0.007223897433672473	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0059_000000006774	1847	0.9969026674839584	3	3	3	2	1	False	125023	fragment	False	AST0104_000000017129	0.9524920790781547		0	0	False	False	1.0	0					non-mobilizable	other	1847.0	99.838	100.0	0.006674331662942635	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0012_000000013865	1671	0.9969026674839584	3	3	3	2	1	False	125021	fragment	False	AST0012_000000013865	1.0		0	0	False	False	0.995810866355896	0					non-mobilizable	other	1671.0	99.461	100.0	0.006037992349465981	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0052_01_000000003386	5070	0.9969011204260794	9	6	4	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9938993584107757	PS595|PS607|PS819	0	0	True	True	1.0	1252		MOBP			mobilizable	other	3353.0	99.911	100.0	0.6611439842209073	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0038_000000000206	11005	0.9968999381188808	15	12	5	7	11	True	123628	fragment	False	USA0108_01_000000001009	0.6039566738776755		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	10519.0	97.52799999999999	100.0	0.3381950481341962	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0109_000000015923	1258	0.9968981204467856	1	1	1	1	1	False	82728	fragment	False	CHI0109_000000015923	1.0		0	0	False	False	0.9602543711662292	0					non-mobilizable	other	847.0	99.882	95.0	0.05784501642935378	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
SPA0083_000000014913	1236	0.9968981204467856	2	1	1	1	1	False	82729	fragment	False	ISR0188_000000015445	0.9578672632363907		0	0	False	False	0.9902912378311157	0					non-mobilizable	other	1022.0	99.706	100.0	0.06989320920043812	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
SPA0040_000000036395	1197	0.9968981204467856	2	1	1	1	1	False	132544	fragment	False	CHI0126_000000000854	0.007392071127837149		0	0	False	False	0.9991645812988281	0					non-mobilizable	other	1197.0	99.833	100.0	0.03189078207076767	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ENG0127_000000024038	1148	0.9968981204467856	2	1	1	1	1	False	58680	fragment	False	ENG0127_000000024038	1.0		0	0	False	False	0.943379819393158	0					non-mobilizable	other	1107.0	100.0	96.0	0.0757119386637459	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
AST0025_000000017148	2140	0.9968960007748608	3	2	1	2	2	False	120313	fragment	False	AST0025_000000017148	1.0		0	0	False	False	0.9901869297027588	0					non-mobilizable	no_good_hit	964.0	88.382	49.0	0.0020115549403329313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0334_000000000340	28792	0.9968951923793626	33	20	10	16	9	True	124546	maximal	True	ISR0334_000000000340	1.0		0	0	False	False	0.9999305605888367	0					non-mobilizable	no_good_hit	2809.0	97.82799999999999	16.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0048_000000023222	1742	0.9968947808052252	4	2	2	2	1	False	124067	fragment	False	MON0048_000000023222	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1610.0	99.75200000000001	92.0	0.00045218044276025104	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
AUS0024_000000019476	1657	0.9968947808052252	3	2	2	2	1	False	124096	fragment	False	AUS0024_000000019476	0.9731481481481481		0	0	False	False	1.0	0					non-mobilizable	other	1657.0	99.819	100.0	0.0004653889454387668	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0105_000000025190	1519	0.9968944681686978	3	3	2	2	2	False	14795	fragment	False	MAD0105_000000025190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000003751	7934	0.9968943218291212	10	6	4	5	3	True	67357	fragment	False	TAN0017_000000003751	1.0		0	0	False	False	0.9998739361763	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	0.004497949464214843	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
CHI0005_000000003795	4248	0.9968938272038564	5	5	2	2	5	True	132544	fragment	False	CHI0126_000000000854	0.09642192980216026		0	0	False	False	1.0	0					non-mobilizable	plasmid	4248.0	100.0	100.0	0.08324676088362702	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0255_000000006913	4120	0.9968938272038564	5	5	2	2	5	False	132544	fragment	False	CHI0126_000000000854	0.0919579423920218		0	0	False	False	1.0	0					non-mobilizable	other	4052.0	100.0	98.0	0.10801802522464869	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ISR0820_000000005311	3716	0.9968938272038564	5	5	2	2	5	False	132544	fragment	False	CHI0126_000000000854	0.08144810700514818		0	0	False	False	1.0	0					non-mobilizable	other	3716.0	99.89200000000001	100.0	0.09905874196730928	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
CHI0081_000000002878	3699	0.9968938272038564	5	5	2	2	5	False	132544	fragment	False	CHI0126_000000000854	0.03351176805614432		0	0	False	False	1.0	0					non-mobilizable	other	3699.0	99.89200000000001	100.0	0.2531489594742607	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
ENG0189_000000003633	3635	0.9968938272038564	5	5	2	2	5	False	132544	fragment	False	CHI0126_000000000854	0.08024539382125824		0	0	False	False	0.9986245036125183	0					non-mobilizable	other	3635.0	99.367	100.0	0.0968722502199824	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ENG0192_000000001730	7716	0.9968933671462932	10	5	2	4	3	False	124548	fragment	False	ISR0092_000000002097	0.9571676396321082		0	0	False	False	0.9998704195022583	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	False
ISR0209_000000004169	6753	0.9968933671462932	9	5	2	4	3	False	124545	fragment	False	AST0014_000000002964	0.9496202809454203		0	0	False	False	0.999111533164978	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	1.1236719802439203e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0029_000000006262	3855	0.9968914040655062	5	3	2	2	2	False	87861	maximal	True	ENG0029_000000006262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	100.0	17.0	0.00021047386272398302	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0064_01_000000000395	34114	0.9968895703229445	39	18	11	17	7	True	34472	fragment	False	USA0064_01_000000000395	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	34038.0	99.985	99.0	0.291289389452784	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
AST0024_000000013425	2529	0.9968893194559216	7	3	3	2	1	False	121524	fragment	False	AST0024_000000013425	1.0		0	0	False	False	0.9968367218971252	0					non-mobilizable	no_good_hit	324.0	79.63	13.0	0.07906976744186046	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
FIJ0086_000000013894	2275	0.9968887722426422	4	1	1	1	1	False	43843	fragment	False	FIJ0086_000000013894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	90.625	3.0	1.454197470634593e-05	NZ_CP018622.1	firmicutes	Virgibacillus dokdonensis strain 21D chromosome, complete genome	True	False
CHI0142_000000004745	3744	0.9968882784823324	7	6	6	6	5	False	125080	fragment	False	ENG0060_000000005592	0.23728116046333922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	7.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ITA0002_000000002739	3007	0.9968875744353859	5	5	2	4	2	True	128506	backbone	False	ISR0018_000000007251	0.016280914861019916	PS1035	0	0	True	True	1.0	125					non-mobilizable	no_good_hit	971.0	79.712	58.0	0.3210947930574099	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0210_000000001770	9836	0.9968852147943636	13	13	6	7	10	True	114227	maximal	True	ISR0210_000000001770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6844.0	100.0	70.0	0.05721858956134923	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	True	True
ISR0141_000000006306	5690	0.9968849950144828	9	5	5	4	5	False	75979	fragment	False	ISR0141_000000006306	1.0		0	0	False	False	0.9942003488540649	0					non-mobilizable	no_good_hit	260.0	74.615	4.0	0.03719494266392238	NZ_QOHO01000109.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_109, whole genome shotgun sequence	True	False
ISR0360_000000012194	2022	0.9968839429280092	3	1	1	1	1	False	109995	fragment	False	ISR0360_000000012194	0.9982543640897756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	98.954	66.0	0.0027874956738567513	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
CHI0051_000000009092	2005	0.9968839429280092	3	1	1	1	1	False	109995	fragment	False	ISR0360_000000012194	0.9940652818991098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	98.506	67.0	0.0027895805621692845	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
ISR0285_000000010146	1808	0.9968839429280092	2	1	1	1	1	False	111856	fragment	False	ISR0265_000000008549	0.42195378873917777		0	0	False	False	1.0	0					non-mobilizable	other	1597.0	100.0	100.0	0.0025467055587114562	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0145_000000019569	1778	0.9968839429280092	3	1	1	1	1	False	85049	fragment	False	CHI0069_000000005633	0.9577543079488604		0	0	False	False	0.9853768348693848	0					non-mobilizable	no_good_hit	1231.0	99.919	69.0	0.001962686614796423	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0297_000000008882	1677	0.9968839429280092	2	1	1	1	1	False	111856	fragment	False	ISR0265_000000008549	0.5423483993734646		0	0	False	False	1.0	0					non-mobilizable	other	1677.0	99.94	100.0	0.0026743599726819552	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0012_000000022666	2110	0.9968838111640996	3	2	2	2	2	False	94211	maximal	True	CAN0012_000000022666	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1597.0	100.0	100.0	0.0004726823092130106	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
FIJ0059_000000005249	3559	0.9968802120870812	4	4	2	3	4	False	67203	fragment	False	MON0047_000000010295	0.9354617703480406		0	0	False	False	1.0	0					non-mobilizable	chromosome	3560.0	97.38799999999999	100.0	0.0014652720637109188	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0088_000000003278	6480	0.9968785813330804	9	6	4	4	5	True	112629	fragment	False	ISR0088_000000003278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1711.0	83.46	31.0	0.0005722100468640029	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
AST0148_000000001894	14575	0.996877817533374	15	5	3	3	3	False	121841	maximal	False	FIJ0064_000000001467	0.9761358240039861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	76.166	1.0	0.034751904850399556	LN853089.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0447	True	False
MAD0025_000000001616	5754	0.9968758297747259	8	6	5	5	5	True	89870	fragment	False	MAD0025_000000001616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	92.55799999999999	4.0	6.657503784510913e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0061_000000001090	4637	0.9968749457767938	7	3	1	3	1	True	85675	maximal	True	CHI0061_000000001090	1.0		1	1	True	True	1.0	203					non-mobilizable	no_good_hit								True	True
CHI0151_000000014664	1692	0.9968743273519928	3	3	3	3	3	False	94191	fragment	False	ISR0190_000000011329	0.4753540305010893		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	99.40899999999999	100.0	0.0006631364747414023	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
MON0011_000000015535	3030	0.9968741917408512	3	2	2	2	1	True	84987	fragment	False	MON0011_000000015535	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2935.0	99.182	99.0	0.0005525043947073318	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MON0047_000000012687	3026	0.9968741917408512	3	2	2	2	1	True	84987	fragment	False	MON0011_000000015535	0.9993399339933993		0	0	False	False	0.9980171918869019	0					non-mobilizable	other	2935.0	99.182	100.0	0.0005525043947073318	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0199_000000012911	2333	0.9968726403490776	3	2	2	1	1	False	28811	fragment	False	ISR0199_000000012911	1.0		0	0	False	False	0.997856855392456	0					non-mobilizable	no_good_hit								True	False
ISR0778_000000003885	3264	0.9968723782956448	4	2	1	2	1	False	22378	maximal	True	ISR0778_000000003885	1.0		1	1	False	False	0.9990808963775635	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	2.0	1.7166161820890073e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
AST0025_000000022902	1650	0.9968719654967608	3	2	2	2	2	False	120111	fragment	False	AST0025_000000022902	1.0		0	0	False	False	0.9993939399719238	0					non-mobilizable	no_good_hit								True	False
ISR0258_000000002721	5358	0.9968691696713669	7	4	4	4	3	True	126352	fragment	False	ISR0258_000000002721	0.9755172733828636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	89.36200000000001	9.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0030_01_000000006875	2465	0.9968674128948904	4	1	1	1	1	False	1558	maximal	True	USA0030_01_000000006875	1.0		1	1	False	False	0.995537519454956	0					non-mobilizable	no_good_hit	1815.0	99.945	74.0	0.006332317509521166	NZ_CYXL01000007.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ENG0085_000000005445	3644	0.9968669742933368	6	4	2	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.489505884640556		0	0	False	False	1.0	0					non-mobilizable	other	3644.0	98.29899999999999	100.0	0.001039760344231171	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0122_000000005153	6134	0.9968668756160682	9	4	4	4	3	False	66304	maximal	True	SPA0122_000000005153	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2654.0	78.63600000000001	50.0	0.0007041853751104936	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
TAN0002_000000026805	1546	0.9968668084677664	3	3	2	3	1	False	122112	fragment	False	TAN0002_000000026805	1.0		0	0	False	False	0.9980595111846924	0					non-mobilizable	no_good_hit	1328.0	97.44	86.0	0.0003787433370284831	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0010_000000000103	20951	0.9968667779604948	25	19	9	13	18	True	19752	maximal	True	MAD0010_000000000103	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8636.0	87.598	89.0	0.2169799387791242	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	True	True
DEN0012_000000002141	2928	0.9968665237272656	4	4	2	4	4	True	97914	fragment	False	DEN0012_000000002141	0.988639088766706		0	0	False	False	0.998975396156311	0					non-mobilizable	plasmid	2928.0	99.65799999999999	100.0	0.03987792749220016	CP057179.1	enterobacteria	Escherichia coli strain RHB34-C04 plasmid pRHB34-C04_2, complete sequence	False	True
FIJ0107_000000008711	3139	0.9968659653421216	4	3	3	2	1	True	46324	fragment	False	FIJ0107_000000008711	0.9972258485639687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.868301998855254e-06	NC_003552.1	euryarchaeotes	Methanosarcina acetivorans C2A, complete sequence	True	True
SPA0106_000000002793	12259	0.9968644041373382	14	10	3	8	4	False	90313	fragment	False	SPA0106_000000002793	0.9997948633790104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	84.821	1.0	4.411990848759952e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0323_000000000723	15304	0.9968636915626428	22	20	13	15	20	True	27712	maximal	True	ISR0323_000000000723	1.0		1	1	False	False	1.0	0	rep_cluster_707	MOBP			mobilizable	no_good_hit	6260.0	99.88799999999999	83.0	0.22557393592100047	CP031201.1	firmicutes	Lactobacillus brevis strain UCCLBBS449 plasmid pUCCLBBS449_C, complete sequence	True	True
ISR0255_000000029338	1174	0.9968633657834338	2	2	2	2	1	False	26866	fragment	False	ISR0255_000000029338	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1059.0	90.74600000000001	90.0	0.023737339711199443	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
ETH0004_000000004079	6831	0.9968562513855646	9	5	3	4	3	False	100564	maximal	True	ETH0004_000000004079	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	94.882	37.0	0.0001925986114226982	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0095_000000001198	17864	0.9968558138592768	20	11	9	10	6	True	50063	fragment	False	FIJ0095_000000001198	0.9997478567826525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	97.493	5.0	0.5493372606774669	NZ_FOXF01000106.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
FIJ0112_000000001035	17847	0.9968558138592768	20	11	9	10	6	True	50063	fragment	False	FIJ0095_000000001198	0.999244290192566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	759.0	97.365	5.0	0.5493372606774669	NZ_FOXF01000106.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
ISR0150_000000005275	4227	0.9968549044692826	5	2	2	2	1	True	82454	maximal	False	CHI0112_000000003793	0.9905630084635705		0	0	True	True	1.0	217					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
CHI0112_000000003793	4208	0.9968549044692826	4	2	2	2	1	True	82454	maximal	True	CHI0112_000000003793	0.9958938350384823		8	3	True	True	1.0	254					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0305_000000003574	4208	0.9968549044692826	4	2	2	2	1	True	82454	maximal	False	CHI0112_000000003793	0.9954033470511859		0	0	True	True	1.0	33					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0016_000000004687	4188	0.9968549044692826	4	2	2	2	1	True	82454	maximal	False	CHI0112_000000003793	0.9957811930014012		0	0	True	True	1.0	185					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
CHI0158_000000003527	4188	0.9968549044692826	5	2	2	2	1	True	82454	maximal	False	CHI0112_000000003793	0.9957846396934116		0	0	True	True	1.0	92					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
DEN0073_000000012741	3781	0.9968549044692826	4	2	2	2	1	True	82454	maximal	False	CHI0112_000000003793	0.650154954657993		0	0	False	True	0.9899497628211975	0					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
DEN0005_000000008927	3578	0.9968549044692826	3	2	2	2	1	True	82454	maximal	False	CHI0112_000000003793	0.1930706162390902		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ENG0184_000000006486	3539	0.9968549044692826	4	2	2	2	1	True	55119	fragment	False	ENG0184_000000006486	1.0		0	0	False	False	0.9997174143791199	0					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
MAD0102_000000004980	3380	0.9968542446797274	5	4	1	4	4	False	15018	fragment	False	MAD0102_000000004980	1.0		0	0	False	False	0.9958580136299133	0	Col(Ye4449)	MOBP			mobilizable	plasmid	3380.0	98.964	100.0	0.6394776684330054	CP025004.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 plasmid pJS5, complete sequence	False	True
CHI0089_000000002445	3136	0.996852633364028	3	3	2	3	1	True	96239	backbone	False	ENG0013_000000008430	0.9975344327106559	PS514	0	0	True	True	0.9987244606018066	16		MOBV			mobilizable	plasmid	2786.0	99.821	100.0	0.9106967615309126	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
ISR0263_000000003921	3136	0.996852633364028	3	3	2	3	1	True	96239	backbone	False	ENG0013_000000008430	0.9973348384718843	PS514	0	0	True	True	0.9996811151504517	18		MOBV			mobilizable	plasmid	2786.0	99.85600000000001	100.0	0.9106967615309126	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
CHI0041_000000004468	3131	0.996852633364028	3	3	2	3	1	True	96239	backbone	False	ENG0013_000000008430	0.9951897803170753	PS514	0	0	True	True	1.0	134		MOBV			mobilizable	plasmid	2785.0	99.677	100.0	0.9106967615309126	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
SPA0022_000000004339	3117	0.996852633364028	3	3	2	3	1	True	96239	backbone	False	ENG0013_000000008430	0.997001117328848	PS514	0	0	True	True	1.0	76		MOBV			mobilizable	plasmid	2754.0	99.855	100.0	0.9011456628477905	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
USA0012_01_000000001918	3114	0.996852633364028	3	3	2	3	1	True	96239	backbone	False	ENG0013_000000008430	0.9970993776801407	PS514	0	0	True	True	1.0	43		MOBV			mobilizable	plasmid	2751.0	99.891	100.0	0.900163666121113	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ISR0117_000000006978	3859	0.9968523519143921	5	3	3	3	3	True	76348	fragment	False	ISR0117_000000006978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1556.0	97.686	62.0	0.0086338779574648	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
DEN0079_000000040873	1506	0.9968522403274108	2	2	1	2	1	False	69485	maximal	True	DEN0079_000000040873	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0068_000000012743	3273	0.9968464101916532	6	3	3	2	1	False	96427	fragment	False	MON0068_000000012743	0.9539186503339948		0	0	False	False	1.0	0					non-mobilizable	other	3249.0	98.12200000000001	99.0	0.03238264410027143	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MAD0026_000000008133	1696	0.996845460526352	2	2	2	2	2	False	122089	fragment	False	MAD0026_000000008133	1.0		0	0	False	False	0.9994103908538818	0					non-mobilizable	chromosome	1703.0	74.692	99.0	0.0004969679917665613	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0028_000000013130	1481	0.9968454017700392	3	3	2	3	2	False	37186	fragment	False	ISR0028_000000013130	1.0		0	0	False	False	0.977042555809021	0					non-mobilizable	other	1432.0	94.204	97.0	0.01814286076527119	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	False	False
ISR0085_000000001526	11098	0.9968414142358912	15	12	5	7	11	True	123628	fragment	False	USA0108_01_000000001009	0.6077959052381954		0	0	False	True	0.9996395707130432	0	rep_cluster_1702				non-mobilizable	plasmid	11128.0	98.23	100.0	0.35770630091116906	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
DEN0070_000000005312	5944	0.9968382989274338	10	5	2	3	2	False	70648	maximal	True	DEN0070_000000005312	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0346_000000011927	1945	0.9968351223676764	3	3	2	1	2	False	24189	maximal	True	ISR0346_000000011927	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1664.0	92.12700000000001	85.0	0.0007595596665097063	AP018132.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: TMC 3115	True	False
FIJ0012_000000002782	7527	0.9968329263450432	10	6	4	5	3	False	102592	maximal	True	FIJ0012_000000002782	1.0		3	1	False	False	0.9908329844474792	0					non-mobilizable	no_good_hit	70.0	100.0	1.0	1.93117677796309e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0029_000000007515	6066	0.9968324385636688	7	5	5	5	5	False	37151	maximal	True	ISR0029_000000007515	1.0		1	1	False	False	0.9965381026268005	0					non-mobilizable	no_good_hit	228.0	75.439	6.0	6.502432944399173e-05	NZ_LR588407.1	a-proteobacteria	Brevundimonas vancanneytii strain NCTC9239 chromosome 1	True	False
MON0104_000000005883	6276	0.9968314685765509	5	5	4	5	5	True	89825	fragment	False	MON0011_000000006680	0.9685254607935021		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6201.0	99.935	99.0	0.039264611818648154	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
FIJ0151_000000002201	7324	0.9968305252521932	7	7	4	5	7	True	89826	fragment	False	FIJ0017_000000003651	0.8170631542858539		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	7322.0	99.945	100.0	0.046363906955535994	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
DEN0012_000000000882	7275	0.9968305252521932	7	7	4	5	7	True	89826	fragment	False	FIJ0017_000000003651	0.8128364456328736		0	0	False	False	0.999862551689148	0	IncFIB				non-mobilizable	plasmid	7274.0	99.931	100.0	0.04605992286403678	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
MON0088_000000012102	2581	0.9968296165341148	4	4	2	3	2	True	9644	fragment	False	MON0088_000000012102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	5.0	4.0364724114318666e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	True
AST0046_000000005089	3815	0.9968285434418512	5	3	2	3	2	False	115717	fragment	False	AST0046_000000005089	1.0		0	0	False	False	0.9976409077644348	0					non-mobilizable	no_good_hit	1950.0	85.28200000000001	51.0	0.04361202811650834	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
DEN0001_000000035101	1263	0.9968279199303296	2	1	1	1	1	False	76734	fragment	False	DEN0001_000000035101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0002_000000028203	1331	0.9968272583680412	2	1	1	1	1	False	131193	fragment	False	AST0002_000000028203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	8.762817387125726e-06	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	True	False
MON0062_000000003189	11217	0.9968261008644718	13	9	6	7	6	True	88249	fragment	False	MON0062_000000003189	0.9999613655062153		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	93.711	47.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MON0086_000000002101	11196	0.9968261008644718	13	9	6	7	6	True	88249	fragment	False	MON0062_000000003189	0.9993708833338836		0	0	False	False	0.9999106526374817	0					non-mobilizable	no_good_hit	2878.0	93.711	47.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MON0104_000000002466	11196	0.9968261008644718	13	9	6	7	6	True	88249	fragment	False	MON0062_000000003189	0.9994237170720692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	93.711	47.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0771_000000000738	11103	0.9968261008644718	13	9	6	7	6	True	88249	fragment	False	MON0062_000000003189	0.9953487973819424		0	0	False	False	0.9998198747634888	0					non-mobilizable	no_good_hit	2878.0	93.711	47.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
SPA0136_000000002927	10982	0.9968261008644718	13	9	6	7	6	True	88249	fragment	False	MON0062_000000003189	0.9887632076829612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	93.711	48.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MON0027_000000002940	10044	0.9968261008644718	12	9	6	7	6	True	88249	fragment	False	MON0062_000000003189	0.5310071982520759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	93.711	43.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MAD0038_000000011752	1275	0.9968247859513024	3	1	1	1	1	False	18531	maximal	True	MAD0038_000000011752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	84.946	51.0	0.0003183629337444687	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	True	False
ENG0095_000000002051	10621	0.9968246689104524	15	10	5	6	10	True	123628	fragment	False	USA0108_01_000000001009	0.6304427159497512		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7191.0	99.791	98.0	0.23192148760330578	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0392_000000005013	5590	0.996824485029138	10	5	4	4	4	False	22836	fragment	False	ISR0392_000000005013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	78.767	3.0	3.953389267884111e-05	NZ_CP035807.1	spirochetes	Spirochaeta perfilievii strain P chromosome, complete genome	True	False
AST0108_000000001867	9160	0.9968219413509822	8	5	5	5	5	False	107320	maximal	True	AST0108_000000001867	1.0		1	1	False	False	0.9967249035835266	0					non-mobilizable	no_good_hit	1062.0	72.316	11.0	0.006639214444092493	NZ_SLWK01000010.1	CFB group bacteria	Natronoflexus pectinivorans strain DSM 24179 Ga0310552_110, whole genome shotgun sequence	True	False
ISR0052_000000029123	1288	0.996821236143256	2	2	1	2	1	False	72376	fragment	False	ISR0052_000000029123	1.0		0	0	False	False	0.9681677222251892	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000018301	1525	0.9968200951389398	3	2	1	1	2	False	60931	fragment	False	ENG0095_000000018301	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1525.0	100.0	100.0	0.009357673107742185	CP039319.1	enterobacteria	Enterobacter cloacae strain Effluent_2 plasmid unnamed1, complete sequence	False	True
MON0050_000000002198	8092	0.9968195182426206	8	6	5	5	5	True	88247	fragment	False	MON0050_000000002198	0.9936041144665699		0	0	False	False	0.9990113973617554	0					non-mobilizable	no_good_hit	2878.0	93.711	52.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
CAN0004_000000012073	2277	0.9968194694905969	6	2	2	2	1	False	96203	maximal	True	CAN0004_000000012073	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	99.13	63.0	0.03319938013815565	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ENG0055_000000006941	2783	0.99681784594965	5	1	1	1	1	False	63659	maximal	True	ENG0055_000000006941	1.0		1	1	True	True	1.0	114					non-mobilizable	no_good_hit	91.0	84.615	3.0	1.908078224346692e-05	CP052058.1	enterobacteria	Citrobacter freundii strain SCAID PHRX1-2019 chromosome	True	True
ISR0323_000000004153	4207	0.9968137403111929	5	2	2	2	2	True	82454	maximal	False	CHI0112_000000003793	0.9944830738715906		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
TAN0002_000000004432	6207	0.9968131896271172	9	6	3	5	5	True	124115	fragment	False	ENG0028_000000002063	0.5416715005111176		0	0	False	False	0.9991944432258606	0					non-mobilizable	other	6207.0	97.084	100.0	0.0017438033855359588	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0015_000000008556	4204	0.9968130254482096	5	4	4	4	3	True	98271	maximal	True	MON0015_000000008556	1.0		0	0	False	False	0.9950047731399536	0					non-mobilizable	no_good_hit	2822.0	99.787	85.0	0.0006760989783979066	CP046048.1	enterobacteria	Proteus mirabilis strain HN2p chromosome HN2p, complete sequence	True	True
MON0033_000000015620	4345	0.9968129859746576	5	5	2	3	5	True	132544	fragment	False	CHI0126_000000000854	0.09628931035535		0	0	False	False	1.0	0					non-mobilizable	other	4252.0	99.506	98.0	0.545979964038017	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	True
ISR0109_000000007162	4167	0.9968129859746576	5	5	2	3	5	False	132544	fragment	False	CHI0126_000000000854	0.09182326905029499		0	0	False	False	1.0	0					non-mobilizable	other	4090.0	99.95100000000001	98.0	0.5251733881325455	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	False
ISR0073_000000003427	7132	0.9968129555915444	12	7	4	4	6	True	124085	fragment	False	ISR0073_000000003427	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4241.0	99.788	99.0	0.001191294528813365	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0011_000000020761	1383	0.9968091490494612	2	2	2	1	1	False	91960	fragment	False	CHI0162_000000020873	0.7095430159878101		0	0	False	False	0.9913232326507568	0					non-mobilizable	other	1383.0	96.891	100.0	0.00029187627233872513	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0154_000000023121	1444	0.9968086471820942	1	1	1	1	1	False	66899	fragment	False	ENG0154_000000023121	0.9449961772819899		0	0	False	False	0.9702215790748596	0					non-mobilizable	other	1423.0	96.065	99.0	0.0006978808861614932	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0842_000000001520	11261	0.9968076970169698	12	6	4	5	2	True	106854	fragment	False	ISR0842_000000001520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	True
SPA0100_000000002437	11987	0.9968074062102018	12	10	5	7	8	False	4976	maximal	True	SPA0100_000000002437	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	86.712	10.0	0.0004597374172628097	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0188_000000002574	9440	0.9968061635136716	6	5	5	5	4	True	100282	fragment	False	ENG0188_000000002574	0.9936552498596294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1612.0	78.288	17.0	0.009136355800724014	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
FIJ0030_000000009037	3445	0.9968059715386308	3	3	2	3	1	False	48763	fragment	False	FIJ0030_000000009037	1.0		0	0	False	False	0.9950653314590454	0					non-mobilizable	no_good_hit								True	False
MAD0004_000000001254	6279	0.9968059483672224	10	9	7	8	9	True	97923	fragment	False	MAD0004_000000001254	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3582.0	98.744	91.0	0.028918678833885166	CP057076.1	enterobacteria	Escherichia coli strain RHB38-C24 plasmid pRHB38-C24_2, complete sequence	False	True
ISR0246_000000001824	7420	0.9968049361741002	10	4	3	3	1	False	27144	maximal	True	ISR0246_000000001824	1.0		0	0	False	False	0.9935309886932373	0					non-mobilizable	no_good_hit	79.0	93.671	1.0	4.309997093514781e-05	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	False
MON0012_000000014547	3121	0.9968047972167492	5	5	1	4	4	False	103822	fragment	False	MON0012_000000014547	1.0		0	0	False	False	0.9971163272857666	0	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	3121.0	99.936	100.0	0.554075652637187	CP054347.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-2, complete sequence	False	True
ISR0300_000000000311	11750	0.9968043320082208	16	11	5	7	11	True	123628	fragment	False	USA0108_01_000000001009	0.7284558760773444		0	0	False	True	0.9999148845672607	0	rep_cluster_1702				non-mobilizable	plasmid	3986.0	98.821	94.0	0.12059571376679985	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0119_000000005571	6269	0.9968017777530536	5	5	4	5	5	False	4228	maximal	True	SPA0119_000000005571	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5249.0	90.551	83.0	0.052307108171299535	NZ_VZBY01000024.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_11_length_100082_cov_27.5275_ID_21, whole genome shotgun sequence	True	False
ISR0200_000000012662	1929	0.9968013804306924	5	2	1	2	2	False	28771	fragment	False	ISR0200_000000012662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0021_000000001684	4783	0.9968009847581258	5	4	4	4	3	True	119527	fragment	False	ISR0171_000000004726	0.9746809803524408		0	0	False	False	1.0	0					non-mobilizable	other	2839.0	99.366	100.0	0.015782417374566777	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
CHI0010_000000004990	1528	0.9968002700001892	2	1	1	1	1	False	90281	fragment	False	CHI0010_000000004990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0043265875785066295	NZ_WNCH01000090.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold90_size7200, whole genome shotgun sequence	True	False
SPA0115_000000019593	1452	0.9968002700001892	2	1	1	1	1	False	4384	fragment	False	SPA0115_000000019593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000021602	1588	0.9967971111428332	2	2	2	2	1	False	96906	fragment	False	CAN0002_000000011773	0.9801829268292683		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	99.244	100.0	0.005737900514133241	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0062_000000026913	1437	0.9967971111428332	2	2	2	2	1	False	89718	fragment	False	ISR0062_000000026913	0.976693372177713		0	0	False	False	1.0	0					non-mobilizable	other	1437.0	99.652	100.0	0.00519195030768452	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0034_000000011256	1325	0.9967971111428332	2	2	2	2	1	False	89715	fragment	False	CHI0027_000000014490	0.9535075824643291		0	0	False	False	0.999245285987854	0					non-mobilizable	other	1330.0	96.391	99.0	0.0047761604153560245	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0122_000000003064	5738	0.9967967802933658	7	4	3	3	4	False	44395	fragment	False	MAD0089_000000003184	0.996347190815794		0	0	False	False	1.0	0					non-mobilizable	chromosome	5740.0	99.40799999999999	100.0	0.001184083507396498	CP057163.1	enterobacteria	Escherichia coli strain RHB34-C18 chromosome, complete genome	False	False
ISR0069_000000011723	2098	0.9967949979082428	5	3	3	3	3	False	125074	fragment	False	ENG0110_000000010538	0.2085478084542193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	12.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
FIJ0124_000000005988	4269	0.9967943931155064	7	3	2	3	2	True	43571	fragment	False	FIJ0124_000000005988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0028_000000004029	5794	0.9967939473255044	8	5	2	5	3	False	74050	maximal	True	DEN0028_000000004029	1.0		0	0	False	False	0.9968933463096619	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.0009418412997409936	NZ_AUGW01000028.1	g-proteobacteria	Oceanospirillum maris DSM 6286 G517DRAFT_scaffold00024.24_C, whole genome shotgun sequence	True	False
ENG0140_000000003122	4437	0.9967938447789936	5	3	3	2	2	True	98825	fragment	False	ENG0140_000000003122	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0052_000000006098	4991	0.996792641722313	3	3	3	3	2	False	6541	fragment	False	SPA0052_000000006098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	1.0	0.001148881530039873	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
SPA0053_000000006482	4975	0.996792641722313	3	3	3	3	2	False	6541	fragment	False	SPA0052_000000006098	0.9983971148066519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	96.667	1.0	0.000996823680475772	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
AST0111_000000007647	2608	0.996791993431099	6	3	2	2	2	False	128472	fragment	False	ENG0085_000000007101	0.8347368749349922		0	0	False	False	0.988113522529602	0					non-mobilizable	no_good_hit	155.0	93.54799999999999	15.0	4.3803883754732386e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0302_000000002863	4330	0.9967918256806424	7	3	3	3	1	False	36810	fragment	False	ISR0302_000000002863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	81.471	8.0	0.00011376882108237233	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0083_000000037829	1102	0.9967914009170016	3	2	1	2	1	False	9836	fragment	False	MON0083_000000037829	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	98.54799999999999	100.0	0.00031423995031526746	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0781_000000009958	2763	0.9967888119430129	4	2	2	2	2	False	83961	fragment	False	ISR0781_000000009958	0.9766061183706543		0	0	False	False	0.9992761611938477	0					non-mobilizable	chromosome	2785.0	98.671	99.0	0.0006336265592210878	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0037_000000012466	2733	0.9967888119430129	4	2	2	2	2	False	83961	fragment	False	ISR0781_000000009958	0.9735337471756217		0	0	False	False	0.9981704950332642	0					non-mobilizable	chromosome	2736.0	98.575	100.0	0.0006224703603702674	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
USA0041_01_000000014280	1151	0.9967885015952452	3	1	1	1	1	True	1276	backbone	True	USA0041_01_000000014280	1.0	PS3	1	1	True	True	0.9904431104660034	1					non-mobilizable	no_good_hit								True	True
ISR0126_000000000715	40942	0.9967883393374304	38	16	10	16	8	True	116430	fragment	False	ISR0126_000000000715	0.9330932683213656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
ISR0383_000000001656	6016	0.9967880891852456	11	5	2	5	3	False	116105	fragment	False	ISR0383_000000001656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	97.77799999999999	3.0	6.218732629238466e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0167_000000001245	18116	0.9967869289918392	15	12	10	11	10	True	118472	fragment	False	ISR0167_000000001245	0.9803358862505163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3208.0	90.586	18.0	0.04548885565762301	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0017_000000007089	3916	0.996784503849722	8	5	3	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.7159488426031695		0	0	False	False	1.0	0					non-mobilizable	other	3641.0	98.27	93.0	0.0010389041045845355	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0007_000000021127	2818	0.996784503849722	6	5	3	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.416014151381635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2509.0	97.529	89.0	0.0007158163445873666	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
CHI0160_000000010941	2746	0.996784503849722	6	5	3	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.3943319901521063		0	0	False	False	1.0	0					non-mobilizable	other	2474.0	97.736	90.0	0.0007058268820432847	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0098_000000011160	2721	0.996784503849722	6	5	3	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.3923540637511689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2429.0	98.147	89.0	0.0006929832873437506	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0112_000000005248	6477	0.9967801577769828	12	5	2	4	5	False	20597	maximal	True	SPA0112_000000005248	0.9999228989976869		2	2	True	True	1.0	3					non-mobilizable	no_good_hit	119.0	82.353	2.0	0.005172642468720986	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	True	True
ISR0849_000000003672	6426	0.9967801577769828	11	5	2	4	5	False	20597	maximal	False	SPA0112_000000005248	0.9999228989976869		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	119.0	82.353	2.0	0.005172642468720986	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	True	True
ISR0141_000000006646	5423	0.9967797120573824	10	6	4	3	4	True	130690	backbone	False	ENG0017_000000004005	0.9755765303755857	PS1122	0	0	True	True	1.0	392		MOBP			mobilizable	plasmid	3738.0	98.50200000000001	99.0	0.6921793921423276	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0017_000000007818	4243	0.9967784238822598	5	2	2	2	2	False	67430	maximal	True	ISR0017_000000007818	0.9943929790346173		8	5	False	False	0.9997643232345581	0					non-mobilizable	no_good_hit	142.0	83.803	6.0	2.425044872180664e-05	NZ_KV917369.1	firmicutes	Bacillus abyssalis strain DSM 25875 Scaffold1, whole genome shotgun sequence	True	False
ISR0172_000000007703	2088	0.9967783780135414	3	2	1	2	1	False	61345	fragment	False	ISR0172_000000007703	1.0		0	0	False	False	0.9995210766792297	0					non-mobilizable	no_good_hit	703.0	96.586	69.0	0.010681029760817966	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ENG0179_000000018861	1756	0.99677826722721	2	2	2	2	2	False	55383	fragment	False	ENG0179_000000018861	1.0		0	0	False	False	0.9925968050956726	0					non-mobilizable	no_good_hit	112.0	75.893	6.0	0.0001670633783280481	NZ_RKRE01000003.1	firmicutes	Thermodesulfitimonas autotrophica strain DSM 102936 Ga0244728_13, whole genome shotgun sequence	True	False
MAD0073_000000000473	7911	0.9967763583015129	8	8	6	7	8	False	82215	fragment	False	MAD0079_000000000562	0.9410952323766062		0	0	False	False	1.0	0					non-mobilizable	chromosome	7916.0	96.829	100.0	0.0016327988336382632	CP057520.1	enterobacteria	Escherichia coli strain RHB23-C14 chromosome, complete genome	False	False
ENG0125_000000003976	5881	0.9967716207953063	6	4	2	3	4	True	67702	maximal	True	ENG0125_000000003976	0.9818579208724152		13	5	False	True	1.0	0	rep_cluster_2141	MOBQ			mobilizable	other	5726.0	99.895	97.0	0.9852004818447772	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
SPA0102_000000006414	5799	0.9967716207953063	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9802907105461985		0	0	True	True	1.0	83	rep_cluster_2141	MOBQ			mobilizable	other	4723.0	99.788	100.0	0.8119084494923421	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
ENG0005_000000004114	5795	0.9967716207953063	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9809454640661228		0	0	True	True	1.0	20	rep_cluster_2141	MOBQ			mobilizable	other	4719.0	99.979	100.0	0.8119084494923421	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
ISR0152_000000004324	5795	0.9967716207953063	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9804671776958199		0	0	True	True	1.0	37	rep_cluster_2141	MOBQ			mobilizable	other	4719.0	99.809	100.0	0.8119084494923421	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
ENG0028_000000002472	5795	0.9967716207953063	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9810614121230853		0	0	True	True	1.0	90	rep_cluster_2141	MOBQ			mobilizable	other	4719.0	100.0	100.0	0.8119084494923421	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
ISR0190_000000003997	5795	0.9967716207953063	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9810614121230853		0	0	True	True	1.0	35	rep_cluster_2141	MOBQ			mobilizable	other	4719.0	100.0	100.0	0.8119084494923421	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
ENG0097_000000005342	5795	0.9967716207953063	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9810614121230853		0	0	True	True	1.0	30	rep_cluster_2141	MOBQ			mobilizable	other	4719.0	100.0	100.0	0.8119084494923421	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
ISR0058_000000003763	5795	0.9967716207953063	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9806280186539895		0	0	True	True	1.0	15	rep_cluster_2141	MOBQ			mobilizable	other	4719.0	99.852	100.0	0.8119084494923421	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
ENG0154_000000004540	5795	0.9967716207953063	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9810614121230853		0	0	True	True	1.0	72	rep_cluster_2141	MOBQ			mobilizable	other	4719.0	100.0	100.0	0.8119084494923421	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
ISR0397_000000003750	5791	0.9967716207953063	7	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9808721644227409		0	0	True	True	1.0	14	rep_cluster_2141	MOBQ			mobilizable	other	5434.0	99.89	100.0	0.9349509550851832	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
ENG0052_000000004657	5773	0.9967716207953063	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9808042415329234		0	0	True	True	0.9996535778045654	10	rep_cluster_2141	MOBQ			mobilizable	chromosome	5315.0	99.868	100.0	0.0010373925955078596	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
MON0081_000000040400	1289	0.9967703129424076	2	2	1	2	1	False	9948	fragment	False	MON0081_000000040400	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	91.37	100.0	0.02296027994352017	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
ENG0062_000000014716	1677	0.9967697005454071	3	2	2	2	1	False	115916	maximal	True	ENG0062_000000014716	1.0		0	0	False	False	0.9833035469055176	0					non-mobilizable	no_good_hit	373.0	85.791	23.0	0.00022159583929725216	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
CHI0079_000000001109	6285	0.996769189574385	8	5	4	5	3	True	89513	backbone	True	CHI0079_000000001109	1.0	PS466	2	1	True	True	0.9993635416030884	23					non-mobilizable	no_good_hit	2844.0	94.48	45.0	0.0011474144105371026	CP013328.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F319 genome	True	True
MON0011_000000006680	6402	0.9967679408708814	6	6	4	5	6	True	89825	fragment	False	MON0011_000000006680	0.977931803696622		0	0	False	False	0.9970321655273438	0	IncFIB				non-mobilizable	chromosome	6337.0	98.075	100.0	0.0010891266017923292	CP042858.1	enterobacteria	Klebsiella pneumoniae strain QD23 chromosome, complete genome	False	True
ITA0004_000000000242	4468	0.9967666955327386	8	4	3	2	3	True	90521	maximal	True	ITA0004_000000000242	1.0		0	0	False	False	0.9995523691177368	0					non-mobilizable	no_good_hit	2786.0	97.73899999999999	62.0	0.6437817845584836	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	True	True
SPA0154_000000005912	1561	0.996766557378558	2	2	1	1	2	False	132544	fragment	False	CHI0126_000000000854	0.022558167260865337		0	0	False	False	0.9910314083099365	0					non-mobilizable	other	1561.0	98.719	100.0	0.0415966722662187	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ISR0133_000000000339	36996	0.9967657953089256	31	16	9	15	8	True	127512	fragment	False	ISR0133_000000000339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	97.24600000000001	9.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
CAN0010_000000004309	2988	0.9967640126515698	2	2	2	2	2	False	94631	maximal	True	CAN0010_000000004309	1.0		1	1	False	False	0.9969879388809204	0					non-mobilizable	no_good_hit	1205.0	80.99600000000001	40.0	0.0003352970695651858	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0150_000000002796	3028	0.9967639497247951	5	3	3	2	2	False	79555	fragment	False	CHI0150_000000002796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0106_000000008458	2380	0.9967638512323402	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.5707471311276391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	90.08	44.0	0.002082649397683575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0006_000000009535	4718	0.9967629217459196	5	5	5	5	4	False	124047	fragment	False	CAN0006_000000009535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1913.0	95.87	41.0	0.0005306829731576054	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0017_000000003651	7376	0.9967600984906171	8	8	4	5	8	True	89826	fragment	False	FIJ0017_000000003651	0.9741387034313375		0	0	False	False	0.9995932579040527	0	IncFIB				non-mobilizable	plasmid	7377.0	99.81	100.0	0.03634588742241001	CP035203.1	enterobacteria	Klebsiella pneumoniae strain LH94 plasmid pLH94-1, complete sequence	False	True
CHI0176_000000001479	7281	0.9967600984906171	8	8	4	5	8	True	89826	fragment	False	FIJ0017_000000003651	0.9681890595614749		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	7281.0	99.986	100.0	0.03589230336884765	CP035203.1	enterobacteria	Klebsiella pneumoniae strain LH94 plasmid pLH94-1, complete sequence	False	True
ISR0350_000000001973	7280	0.9967600984906171	8	8	4	5	8	True	89826	fragment	False	FIJ0017_000000003651	0.9644354506303238		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	7280.0	100.0	100.0	0.02778392738543281	CP019161.1	enterobacteria	Klebsiella pneumoniae strain GN-2 plasmid pGN-2, complete sequence	False	True
FIJ0013_000000000895	19453	0.996757445798271	31	8	4	6	4	False	50679	maximal	True	FIJ0013_000000000895	1.0		1	1	False	False	0.999640166759491	0					non-mobilizable	no_good_hit	3536.0	91.77	51.0	0.062488923545883104	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0284_000000000529	11530	0.9967569255978264	14	5	3	3	3	True	132313	maximal	True	ISR0284_000000000529	1.0	PS1023|PS1155	1	1	False	True	0.9998265504837036	0					non-mobilizable	no_good_hit	1635.0	97.554	23.0	0.1998287880640822	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0046_000000003695	3150	0.9967568194152392	5	2	2	2	2	False	87066	maximal	True	CHI0046_000000003695	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	91.98100000000001	30.0	0.012476416529730387	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
DEN0089_000000000733	17845	0.9967563212331636	19	9	7	6	7	False	68866	maximal	True	DEN0089_000000000733	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3281.0	98.964	42.0	0.05271537236865381	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
USA0034_01_000000019708	2756	0.9967544227999272	4	2	2	2	2	False	124317	fragment	False	USA0034_01_000000019708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0053_000000002609	4300	0.9967542076161564	6	6	3	4	5	True	114215	fragment	False	MAD0046_000000005928	0.6390958388288128		0	0	False	False	1.0	0					non-mobilizable	plasmid	4300.0	100.0	100.0	0.04898196360818986	KU932030.1	enterobacteria	Escherichia coli plasmid pEC15I_2, complete sequence	False	True
SPA0094_000000003408	4266	0.9967542076161564	6	6	3	4	5	True	114215	fragment	False	MAD0046_000000005928	0.6384956670825663		0	0	False	False	0.9997655749320984	0					non-mobilizable	plasmid	4266.0	100.0	100.0	0.046543859266211234	LT985281.1	enterobacteria	Escherichia coli strain B1-54 genome assembly, plasmid: RCS71_p	False	True
ISR0395_000000007749	4944	0.9967509116698248	4	4	4	4	3	False	75564	fragment	False	ISR0395_000000007749	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4452.0	97.23700000000001	90.0	0.06772259752906092	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
AUS0014_000000002676	11477	0.9967504245793728	18	11	7	7	10	True	124137	fragment	False	DEN0008_000000000333	0.6460031299156197		0	0	False	False	0.9997386336326599	0					non-mobilizable	other	11478.0	98.066	100.0	0.0032245608453891367	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0112_000000022340	1305	0.9967501897847798	2	1	1	1	1	False	14425	fragment	False	MON0010_000000020234	0.9416543574593796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	90.90899999999999	5.0	0.00013591587434681968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0055_000000000417	25897	0.996750092623914	31	14	7	13	7	False	122530	fragment	False	ISR0055_000000000417	1.0		0	0	False	False	0.9996910691261292	0					non-mobilizable	no_good_hit	7673.0	97.49799999999999	89.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0058_000000011914	1322	0.9967473940333648	2	2	2	2	2	False	16941	fragment	False	MAD0058_000000011914	1.0		0	0	False	False	0.9992435574531555	0					non-mobilizable	no_good_hit	1146.0	90.314	86.0	0.007355121510990782	CP034948.1	firmicutes	Enterococcus faecium strain NM213 plasmid unnamed5, complete sequence	True	False
CHI0125_000000001580	9879	0.9967457691713412	16	8	7	5	4	False	107026	fragment	False	CHI0125_000000001580	0.9909692706640691		0	0	False	False	1.0	0					non-mobilizable	plasmid	8899.0	98.977	97.0	0.09047904861697474	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0397_000000005295	3815	0.9967452260068964	6	4	1	3	3	True	33465	maximal	True	ISR0397_000000005295	0.9969731875566117		5	3	True	True	1.0	24	rep_cluster_1569				non-mobilizable	plasmid	3034.0	100.0	100.0	0.811830835117773	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	False	True
ISR0094_000000006183	3418	0.9967452260068964	6	4	1	3	3	True	33465	maximal	False	ISR0397_000000005295	0.9334497174146157		0	0	False	True	0.9803978800773621	0	rep_cluster_1569				non-mobilizable	plasmid	2964.0	99.258	99.0	0.7930942184154176	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	False	True
ISR0385_000000004601	4290	0.9967434104552204	9	4	3	4	3	True	23051	fragment	False	ISR0385_000000004601	1.0		0	0	False	False	0.9997668862342834	0					non-mobilizable	plasmid	3260.0	99.35600000000001	99.0	0.28389682816312306	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
FIJ0078_000000002659	8405	0.9967430428941054	7	3	3	3	2	True	59100	fragment	False	FIJ0078_000000002659	1.0		0	0	False	False	0.9998810291290283	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	2.0	3.212232180141981e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
ISR0153_000000011184	2487	0.9967392017789084	5	3	2	2	2	True	124100	fragment	False	SPA0010_000000008475	0.9681540808543097		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	99.115	100.0	0.0006986454821019168	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0004_000000011468	2292	0.9967392017789084	5	3	2	2	2	False	124099	fragment	False	ENG0004_000000011468	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2292.0	99.695	100.0	0.0006438442475846707	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0033_000000030183	2064	0.9967392017789084	5	3	2	2	2	False	124068	fragment	False	MON0033_000000030183	0.9989384288747345		0	0	False	False	0.9903100728988647	0					non-mobilizable	other	2054.0	99.757	99.0	0.0005769586382764421	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0156_000000001805	8849	0.9967375313807024	10	9	5	8	7	False	72665	fragment	False	ENG0156_000000001805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.104	38.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0166_000000018882	1162	0.9967375197845432	3	3	2	3	1	False	30197	fragment	False	ISR0166_000000018882	0.9442477876106194		0	0	False	False	0.9948365092277527	0					non-mobilizable	other	1162.0	89.587	100.0	0.023758364540487447	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
CAN0022_000000008628	3422	0.996737349551004	4	3	2	3	1	True	130984	backbone	False	CAN0021_000000012375	0.9876433821250296	PS1131	0	0	True	True	0.9997077584266663	8					non-mobilizable	no_good_hit	1413.0	94.338	63.0	0.5050251256281407	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	True	True
FIJ0044_000000006403	3420	0.996737349551004	4	3	2	3	1	True	130984	backbone	False	CAN0021_000000012375	0.9824984510969751	PS1131	0	0	True	True	0.9985380172729492	2					non-mobilizable	no_good_hit	1521.0	95.792	63.0	0.5473532589124955	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
CAN0012_000000001174	34999	0.9967370503837468	36	25	16	24	14	True	94353	maximal	True	CAN0012_000000001174	1.0		1	1	True	True	0.9999714493751526	1					non-mobilizable	no_good_hit	1436.0	91.156	4.0	0.03379398169983964	NZ_LT985759.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	True
ISR0092_000000004963	4400	0.9967370482588372	5	3	3	3	3	False	86129	maximal	True	ISR0092_000000004963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	99.03399999999999	5.0	0.0008451940869236987	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0036_000000006991	3299	0.996734425562995	7	4	4	4	2	False	65323	maximal	True	ENG0036_000000006991	1.0		0	0	False	False	0.9942407011985779	0					non-mobilizable	no_good_hit	721.0	97.50299999999999	67.0	0.05084745762711865	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	True	False
SPA0026_000000004520	5531	0.996733341290624	9	5	1	5	2	False	34495	fragment	False	SPA0026_000000004520	1.0		0	0	False	False	0.9983727931976318	0					non-mobilizable	no_good_hit	91.0	98.90100000000001	2.0	1.7374651541710747e-05	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
ISR0137_000000005499	5070	0.9967312779454768	5	3	2	3	2	False	57401	fragment	False	ISR0137_000000005499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	96.49	43.0	0.08848515434435192	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
FIJ0109_000000004655	5999	0.9967293300256086	7	4	3	4	2	True	42168	maximal	True	FIJ0109_000000004655	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	316.0	98.734	5.0	0.00011115474964245223	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0146_000000003390	4901	0.9967293071174826	7	7	2	5	7	False	116141	fragment	False	FIJ0146_000000003390	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	chromosome	4882.0	99.652	99.0	0.0008111537378133749	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	True
ISR0090_000000014273	2035	0.9967289887472196	3	2	1	1	2	False	33669	fragment	False	ISR0090_000000014273	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2046.0	88.27	100.0	0.0008392986132217124	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0372_000000004470	3508	0.99672630982455	5	3	2	2	2	True	115836	maximal	True	ISR0372_000000004470	1.0	PS122	0	0	False	True	0.9991447925567627	0	rep_cluster_1143				non-mobilizable	no_good_hit	1164.0	89.691	80.0	0.16397163120567376	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
CHI0182_000000001534	13230	0.996726251811278	21	12	7	8	10	True	124137	fragment	False	DEN0008_000000000333	0.9444507566790121		0	0	False	False	0.9993953108787537	0					non-mobilizable	other	13234.0	98.965	100.0	0.0037177719560443512	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0090_000000007190	3056	0.9967230270914548	5	3	2	3	0	True	61257	maximal	True	ENG0090_000000007190	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.01955104996379435	LN853467.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0863	True	True
AST0003_000000023000	1388	0.9967221838732768	4	1	1	1	1	False	129312	fragment	False	AST0003_000000023000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000011642	2456	0.9967205313254056	6	3	3	3	3	False	78126	fragment	False	MAD0087_000000011642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	96.507	9.0	7.061931584504567e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0143_000000025651	1129	0.9967188441220532	3	1	1	1	1	False	31102	maximal	True	ISR0143_000000025651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	88.376	59.0	0.015001459722877227	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0042_000000030851	1100	0.9967170270996174	3	1	1	1	1	False	36321	fragment	False	ISR0042_000000030851	1.0		0	0	False	False	0.9900000095367432	0					non-mobilizable	no_good_hit								True	False
ENG0083_000000001993	11771	0.99671621465104	13	13	6	9	13	False	82221	maximal	True	ENG0083_000000001993	0.9868535988819007		1	1	False	False	1.0	0					non-mobilizable	chromosome	11772.0	97.961	100.0	0.002292906140135641	CP056594.1	enterobacteria	Escherichia coli strain RHBSTW-00343 chromosome, complete genome	False	False
AUS0022_000000017083	2011	0.9967161736986504	3	3	1	3	1	False	99214	fragment	False	AUS0022_000000017083	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1217.0	99.34299999999999	98.0	0.10596026490066225	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
DEN0085_000000009319	3495	0.9967132990770542	4	3	3	3	2	False	103900	fragment	False	DEN0085_000000009319	0.9706749189507811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	74.423	16.0	0.0001609650216895273	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ISR0038_000000018145	1846	0.9967128801937029	3	2	2	2	1	False	77473	fragment	False	ISR0356_000000010553	0.5750419036361698		0	0	False	False	0.9647887349128723	0					non-mobilizable	no_good_hit	65.0	84.615	3.0	0.0006464450572204883	NZ_JYLE01000019.1	g-proteobacteria	Pseudomonas helleri strain DSM 28141 19_99003_17.441, whole genome shotgun sequence	True	False
SPA0019_000000002046	10195	0.9967111216475122	16	5	5	5	4	False	118027	maximal	True	SPA0019_000000002046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2944.0	96.094	54.0	0.24585751535032382	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
CHI0108_000000002606	2948	0.9967098468392098	3	3	3	2	3	False	82928	fragment	False	CHI0108_000000002606	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2867.0	92.885	99.0	0.0005492792052942537	CP042947.1	enterobacteria	Escherichia coli strain 90-9133 chromosome, complete genome	False	False
ISR0269_000000008114	2215	0.9967095928856208	6	5	1	2	5	True	26472	fragment	False	ISR0269_000000008114	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2215.0	100.0	100.0	0.23824383944904767	CP050456.1	enterobacteria	Klebsiella pneumoniae strain NMI4661_17 plasmid pKRA_Col_RNAI, complete sequence	False	True
FIJ0058_000000010376	3748	0.9967091710398784	6	2	1	2	1	False	52026	fragment	False	FIJ0058_000000010376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	94.898	9.0	3.873262073297292e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
FIJ0151_000000005074	3493	0.9967091710398784	5	2	1	2	1	False	47145	fragment	False	FIJ0151_000000005074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	97.479	3.0	4.901252228408323e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CAN0018_000000022033	1549	0.9967075987661572	3	3	3	3	3	False	92134	fragment	False	CAN0018_000000022033	1.0		0	0	False	False	0.9961265325546265	0					non-mobilizable	no_good_hit	447.0	77.62899999999999	28.0	0.003940244098568646	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0068_000000004552	4300	0.9967056457616736	5	3	2	3	3	False	86131	fragment	False	ISR0068_000000004552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	84.24700000000001	27.0	0.000341306463247117	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0063_000000002058	13721	0.9967056368872941	15	6	3	5	4	False	76987	fragment	False	USA0081_01_000000001790	0.6770499881021262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.41799999999999	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ENG0057_000000005738	3830	0.9967046487322349	7	2	2	1	1	False	63572	maximal	True	ENG0057_000000005738	1.0		1	1	False	False	0.9968668222427368	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.00010853621853612551	NZ_FODJ01000003.1	firmicutes	Amphibacillus marinus strain CGMCC 1.10434, whole genome shotgun sequence	True	False
ISR0032_000000005328	5743	0.9967022385043616	5	5	5	4	4	True	54092	maximal	True	ISR0032_000000005328	1.0		0	0	False	False	1.0	0	rep_cluster_1018	MOBV			mobilizable	no_good_hit	5037.0	99.96	88.0	0.0018326908968103318	LR536658.1	firmicutes	Enterococcus faecium isolate E8407 genome assembly, chromosome: 1	True	True
ENG0183_000000006230	4431	0.9967019273515948	5	2	2	2	2	False	55176	maximal	True	ENG0183_000000006230	1.0		2	1	False	False	0.9997743368148804	0					non-mobilizable	no_good_hit	1623.0	77.32600000000001	36.0	0.001152357862642981	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
FIJ0012_000000003035	6998	0.9967015459154784	9	8	4	5	8	True	98115	maximal	True	FIJ0012_000000003035	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6998.0	100.0	100.0	0.09512350965917588	CP042952.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_1, complete sequence	False	True
SPA0044_000000000930	19519	0.9966996931028465	22	17	10	13	14	True	83305	maximal	True	SPA0044_000000000930	1.0		2	1	False	False	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	1224.0	99.59200000000001	6.0	0.0009468531262798582	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	True
SPA0009_000000001563	17060	0.9966988401731962	20	14	5	10	10	True	8152	fragment	False	SPA0009_000000001563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	0.0	0.04425410421127766	HG796579.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01721	True	True
ISR0056_000000004155	4644	0.9966987233727442	4	4	2	4	1	False	64315	maximal	True	ISR0056_000000004155	1.0		1	1	False	False	0.9997846484184265	0					non-mobilizable	no_good_hit	95.0	85.26299999999999	2.0	0.0004808562343269305	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0144_000000004471	3649	0.9966965883389192	7	4	2	3	2	True	125361	fragment	False	FIJ0114_000000005988	0.6254666195312801		0	0	False	False	0.9967114329338074	0					non-mobilizable	other	3541.0	98.249	97.0	0.0010103627830300153	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0040_000000012027	3260	0.9966965883389192	6	4	2	3	2	True	125361	fragment	False	FIJ0114_000000005988	0.5541317721396402		0	0	False	False	0.9975460171699524	0					non-mobilizable	other	3081.0	98.507	95.0	0.0008790727038792222	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0173_000000002073	8024	0.9966960484074116	18	7	4	5	7	False	77919	maximal	True	CHI0173_000000002073	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1752.0	91.61	22.0	0.028046250582956758	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0059_000000003397	7879	0.9966957793357379	10	7	2	7	4	False	132265	fragment	False	SPA0059_000000003397	0.9832262080154873		0	0	False	False	0.9992384910583496	0					non-mobilizable	no_good_hit	73.0	100.0	1.0	0.007482074197235789	NZ_BHEO01000007.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MAD0096_000000003019	5157	0.9966944761616028	9	8	2	4	8	False	16506	maximal	True	MAD0096_000000003019	1.0		2	1	False	False	0.9998061060905457	0					non-mobilizable	other	3746.0	95.595	95.0	0.0007644791618172062	CP002967.1	enterobacteria	Escherichia coli W, complete genome	False	False
MAD0101_000000006258	4246	0.9966922926000908	9	2	2	2	1	False	117993	fragment	False	MAD0101_000000006258	1.0		0	0	False	False	0.991521418094635	0					non-mobilizable	no_good_hit	2760.0	95.32600000000001	65.0	0.5682801235839341	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0179_000000007565	3246	0.9966916907845632	5	2	1	2	2	False	120325	maximal	True	ISR0179_000000007565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	88.139	30.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0005_000000009906	3157	0.9966916907845632	5	2	1	2	2	False	120326	fragment	False	FIJ0005_000000009906	1.0		0	0	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	977.0	92.119	36.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0156_000000009914	2602	0.9966916907845632	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.5459028527318889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	40.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0042_000000011452	2537	0.9966916907845632	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.5025716831229087		0	0	False	False	0.9909341931343079	0					non-mobilizable	no_good_hit	977.0	92.221	46.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0168_000000012132	2478	0.9966916907845632	4	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.48886369288958437		0	0	False	False	0.9979822635650635	0					non-mobilizable	no_good_hit	979.0	87.64	46.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0126_000000007659	2452	0.9966916907845632	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.5856632764320212		0	0	False	False	0.9959216713905334	0					non-mobilizable	no_good_hit	998.0	90.08	47.0	0.002082649397683575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0378_000000011554	2362	0.9966916907845632	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.4457244074647138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	41.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0101_000000014066	3167	0.9966898455589179	6	3	3	2	2	False	75977	fragment	False	SPA0101_000000014066	0.9597682652075957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	75.646	8.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
DEN0083_000000008859	3107	0.9966898455589179	6	3	3	2	2	False	75977	fragment	False	SPA0101_000000014066	0.9510577833912219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	75.646	8.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ENG0160_000000003970	5526	0.9966886127369792	7	4	3	4	2	True	82986	maximal	True	ENG0160_000000003970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1710.0	94.035	47.0	0.42148148148148146	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0001_000000006100	5889	0.9966880898295442	5	4	4	4	4	False	76960	maximal	True	DEN0001_000000006100	1.0		1	1	False	False	0.99201899766922	0					non-mobilizable	no_good_hit	109.0	78.899	2.0	2.9994598169096088e-05	CP025119.1	CFB group bacteria	Polaribacter sp. ALD11 chromosome, complete genome	True	False
MAD0081_000000000741	7079	0.9966873669083952	8	6	4	5	5	False	16889	maximal	True	MAD0081_000000000741	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1823.0	82.28200000000001	43.0	0.0005795035383917099	LR607335.1	firmicutes	Enterococcus durans strain 4928STDY7071430 genome assembly, chromosome: 1	True	False
MAD0105_000000011440	2994	0.9966870256743652	9	3	1	3	1	False	14839	fragment	False	MAD0105_000000011440	1.0		0	0	False	False	0.9949899911880493	0					non-mobilizable	no_good_hit	186.0	95.699	6.0	0.19535374868004224	NZ_JAAWUO010000046.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_46_length_947_cov_367.895, whole genome shotgun sequence	True	False
SPA0099_000000000405	22361	0.9966868140788896	36	11	4	7	8	True	5024	maximal	True	SPA0099_000000000405	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	89.292	12.0	0.003963469660325596	LN906635.1	firmicutes	Lactobacillus reuteri plasmid p53608_1, complete genome, strain ATCC 53608	True	True
MON0081_000000002791	15903	0.9966866145898724	17	12	8	5	10	True	132596	backbone	False	ISR0120_000000000296	0.28413136542989126	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15825.0	99.96799999999999	99.0	0.5094333547971668	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0112_000000009327	3304	0.996684563492128	6	3	2	2	3	False	32652	maximal	True	ISR0112_000000009327	1.0		1	1	False	False	0.9996973276138306	0					non-mobilizable	no_good_hit								True	False
ISR0832_000000005593	2420	0.9966834003517554	3	1	1	1	1	True	103004	maximal	False	ISR0156_000000010631	0.37441977019801725		0	0	True	True	1.0	150					non-mobilizable	no_good_hit	1710.0	86.959	84.0	0.7115222876366695	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
CHI0104_000000006373	1539	0.9966834003517554	1	1	1	1	1	True	83238	fragment	False	CHI0104_000000006373	1.0		0	0	False	False	0.9954515695571899	0					non-mobilizable	plasmid	1430.0	83.007	91.0	0.5937762825904122	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	False	True
AST0104_000000019296	1783	0.9966813049812284	3	3	3	3	3	False	107839	maximal	True	AST0104_000000019296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000001354	14193	0.9966808919896848	19	6	4	6	3	True	53553	fragment	False	ISR0021_000000001354	1.0		0	0	False	False	0.9994363188743591	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	0.0	1.5554915384371293e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0120_000000006648	2158	0.9966799788685616	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.04030106621767781		0	0	False	False	1.0	0					non-mobilizable	plasmid	2158.0	99.76799999999999	100.0	0.02909287549006354	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
AST0012_000000004113	4519	0.9966779225668182	5	5	4	4	5	False	125566	fragment	False	FIJ0042_000000004937	0.9673775337837838		0	0	False	False	0.999778687953949	0					non-mobilizable	other	4443.0	99.932	100.0	0.000942785525843827	AP021892.1	enterobacteria	Escherichia coli 2018-01-1CC DNA, complete genome	False	False
SPA0039_000000020247	1385	0.9966768839447664	2	1	1	1	1	False	6989	fragment	False	SPA0039_000000020247	1.0		0	0	False	False	0.9992779493331909	0					non-mobilizable	no_good_hit								True	False
ISR0350_000000000530	22010	0.996673109163216	26	25	10	14	22	False	85513	fragment	False	ISR0350_000000000530	0.9630582354498779		0	0	False	False	1.0	0	rep_cluster_488				non-mobilizable	plasmid	22010.0	99.42299999999999	100.0	0.2005522545838953	CP058914.1	enterobacteria	Escherichia coli strain Biosolid 42 plasmid pHH12_P1, complete sequence	False	True
MON0047_000000010295	3649	0.9966730281065468	5	4	2	3	4	False	67203	fragment	False	MON0047_000000010295	0.9464737285754425		0	0	False	False	1.0	0					non-mobilizable	chromosome	3649.0	96.492	100.0	0.0015023362811740957	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0033_000000013529	1525	0.9966726478423724	3	2	2	2	2	False	18867	fragment	False	MAD0033_000000013529	1.0		0	0	False	False	0.9947540760040283	0					non-mobilizable	no_good_hit	443.0	79.458	29.0	0.003940244098568646	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
FIJ0167_000000014009	1489	0.996672584053566	4	3	2	3	1	False	38956	maximal	True	FIJ0167_000000014009	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	96.057	19.0	0.00471474119801913	NZ_CYZN01000024.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0027_000000003909	6588	0.996671951511152	8	8	3	4	5	True	127278	backbone	False	SPA0129_000000004239	0.9785895810336912	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	120	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3549.0	99.40799999999999	97.0	0.5685393258426966	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
MON0006_000000016038	1407	0.9966699892993895	2	1	1	1	1	False	14035	fragment	False	MON0006_000000016038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0037909558624424585	MF807212.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-A, complete sequence	True	False
FIJ0109_000000004721	5911	0.9966695840860584	7	4	4	3	2	True	100504	maximal	True	FIJ0109_000000004721	0.925305659061149	PS225|PS246|PS272|PS331|PS575|PS576	23	2	True	True	1.0	2373					non-mobilizable	no_good_hit	2023.0	98.369	53.0	0.6972730410769762	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0100_000000003503	5854	0.9966695840860584	8	4	4	3	2	True	100505	maximal	True	FIJ0100_000000003503	1.0	PS575	3	1	True	True	1.0	676					non-mobilizable	no_good_hit	2068.0	97.87200000000001	50.0	0.712115982050397	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0838_000000003232	5852	0.9966695840860584	7	4	4	3	2	True	100504	maximal	False	FIJ0109_000000004721	0.9117087759442317	PS225|PS246|PS272|PS331|PS575|PS576	0	0	True	True	1.0	391					non-mobilizable	no_good_hit	1364.0	89.883	53.0	0.4659993096306524	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0203_000000008753	1968	0.9966679034524709	3	2	1	2	1	False	28690	fragment	False	ISR0203_000000008753	1.0		0	0	False	False	0.9994918704032898	0					non-mobilizable	no_good_hit								True	False
SPA0156_000000000497	14832	0.99666751815776	13	11	3	8	6	True	90314	fragment	False	SPA0156_000000000497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	86.95700000000001	1.0	3.7694679096201536e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0785_000000004032	6704	0.9966675041082628	8	7	6	6	6	False	116245	fragment	False	ISR0785_000000004032	0.9983974358974359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4864.0	98.376	75.0	0.03915189679746825	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ETH0003_000000010764	3305	0.9966666844237057	4	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.7213953836994864		0	0	False	False	0.9996974468231201	0					non-mobilizable	no_good_hit	1593.0	79.096	55.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0141_000000008523	4176	0.9966664278592862	9	3	2	3	3	False	78127	fragment	False	ISR0141_000000008523	1.0		0	0	False	False	0.9942528605461121	0					non-mobilizable	no_good_hit	354.0	92.93799999999999	10.0	0.00010857330938291162	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0056_000000009453	3559	0.9966664278592862	6	3	2	3	3	False	78125	fragment	False	SPA0056_000000009453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	93.277	7.0	7.84264358348898e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0057_000000008948	3406	0.9966664278592862	6	3	2	3	3	False	78125	fragment	False	SPA0056_000000009453	0.9785051980893509		0	0	False	False	0.9964768290519714	0					non-mobilizable	no_good_hit	92.0	90.21700000000001	3.0	2.928369063362838e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0056_000000003176	5130	0.9966654208717882	7	4	3	3	3	True	97972	maximal	True	CHI0056_000000003176	1.0		1	1	True	True	0.9998050928115845	17					non-mobilizable	plasmid	3461.0	99.94200000000001	100.0	0.0344508279151275	LR745047.1	enterobacteria	Klebsiella pneumoniae isolate Kpn2166 genome assembly, plasmid: pCTX-M15_Kpn2166	False	True
ENG0097_000000006536	4772	0.9966654208717882	7	4	3	3	3	True	97971	fragment	False	ENG0097_000000006536	1.0		0	0	False	False	0.9997904300689697	0					non-mobilizable	plasmid	3462.0	98.354	96.0	0.03446078480180817	LR745047.1	enterobacteria	Klebsiella pneumoniae isolate Kpn2166 genome assembly, plasmid: pCTX-M15_Kpn2166	False	True
ISR0299_000000000330	13375	0.9966653198282128	12	11	8	11	9	False	25621	backbone	True	ISR0299_000000000330	1.0	PS68	2	2	True	True	0.9998504519462585	6					non-mobilizable	no_good_hit	404.0	71.535	3.0	0.041618252878419776	NZ_QGGP01000013.1	CFB group bacteria	Xanthomarina spongicola strain DSM 22637 LX78DRAFT_scaffold00013.13, whole genome shotgun sequence	True	True
ENG0114_000000006613	2413	0.9966624054500678	6	5	4	3	4	True	59581	maximal	True	ENG0114_000000006613	1.0		1	1	False	False	0.9946125149726868	0					non-mobilizable	no_good_hit	371.0	96.765	15.0	0.0017857832348739334	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
DEN0061_000000015252	2705	0.9966619791559536	2	1	1	1	1	False	71888	fragment	False	DEN0061_000000015252	0.9992202729044835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	100.0	6.0	0.00031107857010079703	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0137_000000014304	2565	0.9966619791559536	2	1	1	1	1	False	71888	fragment	False	DEN0061_000000015252	0.9733826247689464		0	0	False	False	0.9996101260185242	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.00022003118372983206	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0322_000000001606	5375	0.9966617760656322	5	5	4	5	3	False	93044	fragment	False	ISR0322_000000001606	1.0		0	0	False	False	0.9972093105316162	0					non-mobilizable	no_good_hit	418.0	72.249	8.0	0.00010337579990569858	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ENG0204_000000004439	4946	0.9966616480637724	5	5	4	4	4	False	90339	maximal	True	ENG0204_000000004439	1.0		1	1	False	False	0.9969672560691833	0					non-mobilizable	no_good_hit	3294.0	95.689	81.0	0.0006322877792908466	CP033884.1	enterobacteria	Escherichia coli strain 50579417 chromosome, complete genome	True	False
ENG0044_000000014139	1155	0.9966606104717352	1	1	1	1	1	False	64491	maximal	True	ENG0044_000000014139	1.0		1	1	False	False	0.9818181991577148	0					non-mobilizable	no_good_hit								True	False
ENG0088_000000000947	27176	0.9966591963208844	25	19	16	19	16	True	124747	maximal	True	ENG0088_000000000947	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2256.0	78.679	12.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0129_000000008619	2663	0.9966576025408868	4	1	1	1	1	False	92744	fragment	False	CHI0129_000000008619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	81.915	3.0	0.00034237781391765814	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	False
CHI0111_000000014323	2109	0.9966576025408868	3	1	1	1	1	False	92741	fragment	False	CHI0111_000000014323	0.9709187987726801		0	0	False	False	0.9834044575691223	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000031726	1455	0.9966576025408868	3	1	1	1	1	False	92737	fragment	False	CAN0016_000000031726	0.99896408839779		0	0	False	False	0.999312698841095	0					non-mobilizable	no_good_hit								True	False
CAN0018_000000023526	1448	0.9966576025408868	3	1	1	1	1	False	92737	fragment	False	CAN0016_000000031726	0.9965635738831615		0	0	False	False	0.9993094205856323	0					non-mobilizable	no_good_hit								True	False
ISR0015_000000006010	3991	0.9966567440793964	4	3	3	3	2	False	83953	maximal	True	ISR0015_000000006010	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	922.0	96.31200000000001	38.0	0.00020923564783477532	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
USA0044_01_000000007196	4102	0.9966564964064716	5	3	3	3	3	False	67430	maximal	False	ISR0017_000000007818	0.9779637049257601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	3.0	0.0021511384271546306	KC246794.1	bacteria	Uncultured bacterium Contig99 genomic sequence	True	False
SPA0055_000000008283	3817	0.9966564246905848	8	4	3	4	2	False	122335	fragment	False	SPA0055_000000008283	1.0		0	0	False	False	0.9931883811950684	0					non-mobilizable	virus	3817.0	97.616	100.0	0.17405582922824303	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
USA0062_01_000000003030	8820	0.9966529316614956	11	7	6	7	5	False	122384	fragment	False	USA0062_01_000000003030	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	7682.0	97.735	99.0	0.3610040424931842	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	False	False
ENG0059_000000000542	20980	0.9966523043319876	28	26	5	22	26	True	113241	fragment	False	SPA0046_000000000595	0.6367901291638596		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	16317.0	99.448	100.0	0.12849311615891118	CP048648.1	enterobacteria	Escherichia coli strain GW-AmxH19 plasmid unnamed, complete sequence	False	True
ISR0327_000000010303	2596	0.9966465293208991	5	3	2	3	2	False	125361	fragment	False	FIJ0114_000000005988	0.10915883010195922		0	0	False	False	1.0	0					non-mobilizable	other	2596.0	98.459	100.0	0.0007406472943397993	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0084_000000000964	11520	0.9966463746380968	21	6	3	6	4	False	81997	maximal	True	SPA0084_000000000964	1.0		2	1	False	False	0.9984375238418579	0					non-mobilizable	no_good_hit	351.0	86.61	3.0	0.013044456106154885	MK232980.1	viruses	Uncultured human fecal virus clone D.formicigenerans_S04.r3.K08_1-CL20_c1 sequence	True	False
CAN0003_000000026342	1878	0.9966459795719128	2	2	2	2	2	False	96590	fragment	False	CAN0003_000000026342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	77.294	23.0	0.10550795593635251	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
MAD0025_000000000071	43460	0.9966453116865226	47	24	18	23	11	True	53283	maximal	True	MAD0025_000000000071	1.0	PS221	1	1	False	True	0.9995397925376892	0					non-mobilizable	no_good_hit	76.0	100.0	0.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
FIJ0021_000000017821	2765	0.9966430352519382	2	2	2	2	2	False	49649	fragment	False	FIJ0021_000000017821	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2629.0	98.022	100.0	0.015305676728731923	CP056374.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 plasmid pRHBSTW-00636_3, complete sequence	False	True
DEN0007_000000005617	5033	0.9966420113646176	3	3	3	2	3	False	76325	fragment	False	DEN0007_000000005617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4053.0	76.437	80.0	0.0006578277317932521	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0014_000000002431	13121	0.9966415669067548	18	10	8	7	8	False	123913	fragment	False	ISR0014_000000002431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10566.0	100.0	81.0	0.10543070413539837	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
DEN0023_000000000122	11996	0.996640217219736	13	5	2	5	3	False	74401	maximal	True	DEN0023_000000000122	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	73.81	1.0	0.0010366886646944297	NZ_BAEO01000007.1	g-proteobacteria	Paraglaciecola arctica BSs20135, whole genome shotgun sequence	True	False
AST0024_000000004025	7240	0.9966393078906504	10	6	5	6	5	False	121813	fragment	False	AST0024_000000004025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3228.0	94.61	67.0	0.12848179674699275	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MAD0042_000000011028	2094	0.9966388450512146	3	3	3	3	3	False	18128	fragment	False	MAD0042_000000011028	1.0		0	0	False	False	0.9933142066001892	0					non-mobilizable	plasmid	2063.0	98.303	99.0	0.009274501866594701	CP041640.1	enterobacteria	Klebsiella pneumoniae strain PIMB15ND2KP27 plasmid pKP27-MPH, complete sequence	False	True
ENG0009_000000000707	21388	0.9966378902535102	32	31	5	24	31	True	113241	fragment	False	SPA0046_000000000595	0.9663053063804874		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	21310.0	99.98100000000001	100.0	0.19301630434782607	CP051734.1	enterobacteria	Escherichia coli strain SCU-109 plasmid pSCU-109-1, complete sequence	False	True
MAD0055_000000000541	10030	0.9966373993368224	17	5	4	5	2	False	17117	maximal	True	MAD0055_000000000541	1.0		1	1	False	False	0.9984048008918762	0					non-mobilizable	no_good_hit	196.0	91.32700000000001	2.0	0.0021630135770698377	NZ_JABAFG010000013.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_13, whole genome shotgun sequence	True	False
FIJ0008_000000006253	4532	0.9966357864322526	5	2	2	2	1	False	51453	maximal	True	FIJ0008_000000006253	1.0		1	1	False	False	0.9924978017807007	0					non-mobilizable	no_good_hit	1121.0	93.57700000000001	37.0	0.09420472705862562	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
MAD0076_000000000232	21296	0.9966347426896474	24	6	3	3	3	False	16254	maximal	True	MAD0076_000000000232	1.0		1	1	False	False	0.9994364976882935	0					non-mobilizable	no_good_hit	8280.0	85.242	61.0	0.14564207989224826	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0035_000000002684	6128	0.996634139909624	6	5	4	3	4	True	66884	backbone	False	ENG0094_000000002778	0.9957056610714885	PS309	0	0	True	True	1.0	22		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3711.0	95.473	93.0	0.5542240862792092	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
SPA0068_000000001218	11448	0.9966305296505318	12	12	6	9	12	False	82221	maximal	False	ENG0083_000000001993	0.9737065669866622		0	0	False	False	0.9996505975723267	0					non-mobilizable	other	11448.0	99.948	100.0	0.0023614326698753437	CP012380.1	enterobacteria	Escherichia coli strain WAT, complete genome	False	False
ISR0123_000000005099	3787	0.9966296770651788	4	3	3	3	3	False	115406	fragment	False	ISR0123_000000005099	1.0		0	0	False	False	0.9970953464508057	0					non-mobilizable	chromosome	3788.0	93.98100000000001	100.0	0.0015595799059227797	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0038_000000000666	24843	0.9966277600530772	26	19	8	14	13	True	67463	maximal	True	ENG0038_000000000666	0.9926553973569523		7	3	True	True	1.0	84					non-mobilizable	no_good_hit	63.0	90.476	0.0	9.862293746828557e-05	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0330_000000011247	2547	0.9966274670918828	3	3	3	3	3	False	24670	maximal	True	ISR0330_000000011247	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	73.85300000000001	34.0	0.0002476734746295218	NZ_KK073872.1	bacteria	Cloacibacillus evryensis DSM 19522 CloevDRAFT_Scaffold1.1, whole genome shotgun sequence	True	False
AST0104_000000008556	3780	0.9966274134647879	8	3	2	3	2	False	108005	fragment	False	AST0104_000000008556	1.0		0	0	False	False	0.9968253970146179	0					non-mobilizable	no_good_hit								True	False
AST0102_000000022922	1373	0.9966225996985186	2	1	1	1	1	False	108170	fragment	False	AST0102_000000022922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0201_000000001789	5298	0.996622098974198	9	8	0	3	8	False	103841	backbone	False	CAN0011_000000005883	0.9633615941621002	PS611	0	0	True	True	1.0	317	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	5106.0	99.863	100.0	0.9781567350067063	CP052322.1	enterobacteria	Klebsiella pneumoniae strain E16KP0035 plasmid pE16KP0035-2, complete sequence	False	True
MON0079_000000011443	1999	0.9966219455840796	4	4	1	3	3	False	132544	fragment	False	CHI0126_000000000854	0.034671279557818735		0	0	False	False	0.9869934916496277	0					non-mobilizable	other	1982.0	99.647	99.0	0.25443103005394296	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	False
ISR0384_000000009546	1884	0.9966219455840796	4	4	1	3	3	False	132544	fragment	False	CHI0126_000000000854	0.03312855305752036		0	0	False	False	1.0	0					non-mobilizable	plasmid	1884.0	99.682	100.0	0.048745760956794115	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0087_000000001718	4194	0.9966218889485524	7	7	2	3	7	True	118880	fragment	False	ISR0293_000000008787	0.9914102966828886		0	0	False	False	1.0	0					non-mobilizable	plasmid	4194.0	99.928	100.0	0.1209158808432102	CP044138.1	enterobacteria	Escherichia coli O157 strain AR-0430 plasmid pAR-0430-2, complete sequence	False	True
DEN0026_000000006987	4191	0.9966218889485524	7	7	2	3	7	True	118880	fragment	False	ISR0293_000000008787	0.9911770884904907		0	0	False	False	1.0	0					non-mobilizable	plasmid	4191.0	99.95200000000001	100.0	0.12082936816910345	CP044138.1	enterobacteria	Escherichia coli O157 strain AR-0430 plasmid pAR-0430-2, complete sequence	False	True
MAD0003_000000009455	2997	0.996621777127617	5	3	3	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.8635135892410832	PS575	0	0	True	True	1.0	1216					non-mobilizable	plasmid	1640.0	91.585	99.0	0.5616154642733863	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0049_000000005729	2992	0.996621777127617	5	3	3	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.8691219191721474	PS575	0	0	True	True	1.0	307					non-mobilizable	plasmid	1634.0	91.98299999999999	99.0	0.5616154642733863	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0066_000000007709	2992	0.996621777127617	5	3	3	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.8692626056118273	PS575	0	0	True	True	1.0	293					non-mobilizable	plasmid	1634.0	92.044	99.0	0.5616154642733863	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0028_000000004112	2992	0.996621777127617	5	3	3	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.8647220899433787	PS575	0	0	True	True	1.0	785					non-mobilizable	plasmid	1634.0	91.86	99.0	0.5616154642733863	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0027_000000003851	2952	0.996621777127617	5	3	3	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.8577766574581575	PS575	0	0	True	True	1.0	27					non-mobilizable	plasmid	1624.0	91.93299999999999	100.0	0.5581636175353815	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0095_000000011002	2923	0.996621777127617	5	3	3	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.7087557549728256	PS575	0	0	True	True	1.0	320					non-mobilizable	plasmid	1362.0	94.86	99.0	0.4687607870210563	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0007_000000044801	1450	0.9966212307952608	2	2	1	2	1	False	13922	fragment	False	MON0007_000000044801	1.0		0	0	False	False	0.9986206889152527	0					non-mobilizable	no_good_hit	653.0	92.34299999999999	46.0	0.009905057513237173	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0806_000000000407	16841	0.9966186680299964	20	12	7	12	6	False	21782	maximal	True	ISR0806_000000000407	1.0		1	1	False	False	0.9998812675476074	0					non-mobilizable	no_good_hit	2587.0	92.23	21.0	0.00110728119845092	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0105_000000003409	4467	0.9966184759975988	5	5	2	4	3	True	130278	maximal	True	ISR0105_000000003409	1.0	PS1090|PS971	1	1	False	True	0.9997761249542236	0					non-mobilizable	no_good_hit	1763.0	90.698	76.0	0.42720118052139694	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0049_000000006072	4589	0.9966183980235104	8	4	2	4	2	False	116104	fragment	False	ISR0049_000000006072	0.980883426149283		0	0	False	False	0.9997820854187012	0					non-mobilizable	no_good_hit	194.0	98.454	4.0	0.0014934150455762415	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0007_000000005884	4423	0.9966183980235104	7	4	2	4	2	False	116104	fragment	False	ISR0049_000000006072	0.9665183569362972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	2.0	0.00024361871235329587	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
ISR0233_000000004359	2886	0.9966183980235104	6	4	2	4	2	False	116102	fragment	False	ISR0233_000000004359	1.0		0	0	False	False	0.9937629699707031	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.30649895285841e-06	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
MAD0037_000000002093	6261	0.9966174191296666	8	2	1	1	2	False	18675	maximal	True	MAD0037_000000002093	1.0		1	1	False	False	0.9972847700119019	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000014322	1810	0.9966173169590672	3	2	1	1	2	False	90332	fragment	False	CHI0049_000000006892	0.43157220014122627		0	0	False	False	1.0	0					non-mobilizable	other	1810.0	99.779	100.0	0.0003906352065324399	CP010167.1	enterobacteria	Escherichia coli strain H3, complete genome	False	False
AUS0006_000000010466	2346	0.9966154577658088	2	2	1	2	2	True	102099	maximal	True	AUS0006_000000010466	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	38.0	97.368	3.0	4.947617103912328e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
FIJ0029_000000005239	6702	0.9966124855342388	8	4	2	4	3	False	80065	maximal	True	FIJ0029_000000005239	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	1.970501591180035e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0070_000000013360	1890	0.9966115527738753	3	3	1	2	3	False	132544	fragment	False	CHI0126_000000000854	0.03194697633002932		0	0	False	False	0.9994708895683289	0					non-mobilizable	plasmid	1890.0	99.735	100.0	0.048875197390561495	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0821_000000017648	1772	0.9966115527738753	3	3	1	2	3	False	132544	fragment	False	CHI0126_000000000854	0.030300746209099283		0	0	False	False	1.0	0					non-mobilizable	other	1776.0	99.324	100.0	0.22784484973028513	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	False
CHI0003_000000007188	1708	0.9966115527738753	3	3	1	2	3	False	132544	fragment	False	CHI0126_000000000854	0.028777487816416415		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	98.831	100.0	0.21962496789108657	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	False
DEN0056_000000001817	1548	0.9966115527738753	3	3	1	2	3	False	72039	fragment	False	DEN0056_000000001817	0.9499349804941482		0	0	False	False	1.0	0					non-mobilizable	other	1548.0	99.806	100.0	0.19868995633187772	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	False
ISR0394_000000005726	3226	0.996609886346014	5	5	3	4	3	False	101914	fragment	False	ENG0010_000000006149	0.9556042529659446		0	0	False	False	0.9894606471061707	0					non-mobilizable	chromosome	3184.0	90.609	98.0	0.0005773358006240265	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0796_000000007320	3076	0.996609886346014	5	5	3	4	3	False	101914	fragment	False	ENG0010_000000006149	0.9487725001295529		0	0	False	False	0.99934983253479	0					non-mobilizable	chromosome	3031.0	90.82799999999999	98.0	0.0005495915572807283	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0389_000000004436	4376	0.9966083129265821	7	5	3	5	3	True	129550	fragment	False	ISR0389_000000004436	1.0		0	0	False	True	0.9997714757919312	0					non-mobilizable	no_good_hit	1802.0	87.791	41.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0286_000000001769	6380	0.9966052526297076	6	4	2	3	3	False	87864	fragment	False	ISR0286_000000001769	1.0		0	0	False	False	0.9987460970878601	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	False
FIJ0139_000000009032	2866	0.9966047609965408	3	2	1	2	1	False	96650	fragment	False	FIJ0139_000000009032	0.9998231340643793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	95.541	6.0	2.8650600781059455e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
CHI0087_000000001360	4924	0.9966011521748392	6	4	3	3	3	False	88252	fragment	False	CHI0087_000000001360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	95.436	24.0	0.01162434502216848	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0086_000000003025	4949	0.9966007845852528	6	5	5	4	4	True	5526	fragment	False	SPA0086_000000003025	1.0		0	0	False	False	0.9989897012710571	0					non-mobilizable	no_good_hit	853.0	76.319	17.0	0.00025026099704573556	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0149_000000001358	10368	0.996600458564878	14	11	5	6	11	True	123628	fragment	False	USA0108_01_000000001009	0.5353294781857565		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	10398.0	98.20200000000001	100.0	0.33420264657587173	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0072_000000007816	2679	0.9966003802726482	6	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.9024069060799916		0	0	False	False	0.9925345182418823	0					non-mobilizable	no_good_hit	176.0	93.75	10.0	4.9777140630377706e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0071_000000008963	2650	0.9966003802726482	6	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.828507907370922		0	0	False	False	0.998490571975708	0					non-mobilizable	no_good_hit	176.0	93.75	7.0	4.9777140630377706e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0085_000000007101	2626	0.9966003802726482	6	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.970878633730022		0	0	False	False	0.99961918592453	0					non-mobilizable	no_good_hit	175.0	93.714	16.0	4.949269982677555e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0015_000000010290	2435	0.9966003802726482	5	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.888543581563921		0	0	False	False	0.9995893239974976	0					non-mobilizable	no_good_hit	159.0	96.226	10.0	4.4941646969141016e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0218_000000006906	2428	0.9966003802726482	5	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.888176862266746		0	0	False	False	0.9929983615875244	0					non-mobilizable	no_good_hit	150.0	95.333	10.0	4.2381679736721594e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0075_000000010610	2372	0.9966003802726482	5	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.7527482015679473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	97.0	7.0	2.8159639556613675e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0150_000000008343	2345	0.9966003802726482	5	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.6203054609545547		0	0	False	False	0.989765465259552	0					non-mobilizable	no_good_hit	69.0	97.101	6.0	1.9341974644946767e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0151_000000007958	2299	0.9966003802726482	5	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.6108188310200775		0	0	False	False	0.9995650053024292	0					non-mobilizable	no_good_hit	81.0	88.889	3.0	0.0010530721354412777	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0384_000000008079	2132	0.9966003802726482	4	2	1	2	2	False	107626	fragment	False	ISR0384_000000008079	1.0		0	0	False	False	0.9990619421005249	0					non-mobilizable	no_good_hit	145.0	95.86200000000001	7.0	0.0010706638115631692	NZ_VULP01000005.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq5, whole genome shotgun sequence	True	False
ISR0241_000000007283	2038	0.9966003802726482	4	2	1	2	2	False	107625	fragment	False	ISR0241_000000007283	1.0		0	0	False	False	0.9838076829910278	0					non-mobilizable	no_good_hit	145.0	95.86200000000001	7.0	0.0010706638115631692	NZ_VULP01000005.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq5, whole genome shotgun sequence	True	False
ISR0291_000000006980	2029	0.9966003802726482	3	2	1	2	2	False	107624	maximal	True	ISR0291_000000006980	1.0		5	2	False	False	0.9985214471817017	0					non-mobilizable	no_good_hit	92.0	96.73899999999999	5.0	0.0012596550483098474	NZ_VULP01000015.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq15, whole genome shotgun sequence	True	False
ISR0316_000000010578	1944	0.9966003802726482	4	2	1	2	2	False	107621	fragment	False	ISR0316_000000010578	1.0		0	0	False	False	0.9794238805770874	0					non-mobilizable	no_good_hit	176.0	93.75	9.0	4.9777140630377706e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0233_000000010701	1610	0.9966003802726482	3	2	1	2	2	False	107620	fragment	False	ISR0233_000000010701	1.0		0	0	False	False	0.992546558380127	0					non-mobilizable	no_good_hit	69.0	97.101	4.0	0.0017183867380976448	NZ_VULP01000030.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq30, whole genome shotgun sequence	True	False
ISR0087_000000028467	1346	0.9966003802726482	2	2	1	2	2	False	107618	fragment	False	ISR0087_000000028467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	96.667	9.0	0.00088478467761123	NZ_VULP01000005.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq5, whole genome shotgun sequence	True	False
CHI0142_000000012148	1535	0.9965989699925356	2	1	1	1	1	False	83952	fragment	False	ISR0162_000000024653	0.9643761740929143		0	0	False	False	0.9850162863731384	0					non-mobilizable	chromosome	1535.0	99.87	100.0	0.00034925732728895034	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0001_000000016724	1474	0.9965989699925356	2	1	1	1	1	False	38683	maximal	True	ISR0001_000000016724	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	98.945	65.0	0.00021492758602396943	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
CHI0135_000000013509	1416	0.9965989699925356	3	1	1	1	1	False	83952	fragment	False	ISR0162_000000024653	0.6314875135722041		0	0	False	False	0.991525411605835	0					non-mobilizable	other	1416.0	99.788	100.0	0.3028681506849315	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	False	False
SPA0026_000000028692	1216	0.9965989699925356	1	1	1	1	1	False	83950	fragment	False	SPA0026_000000028692	0.9335692048397622		0	0	False	False	0.9876644611358643	0					non-mobilizable	chromosome	1075.0	96.37200000000001	90.0	0.0002445256646077788	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
SPA0074_000000017486	1189	0.9965989699925356	2	1	1	1	1	False	83950	fragment	False	SPA0026_000000028692	0.8394607430978333		0	0	False	False	1.0	0					non-mobilizable	chromosome	946.0	99.57700000000001	97.0	0.0002151552635515372	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0173_000000008144	1173	0.9965989699925356	2	1	1	1	1	False	83950	fragment	False	SPA0026_000000028692	0.8460906669206696		0	0	False	False	1.0	0					non-mobilizable	chromosome	1173.0	99.915	100.0	0.0002668380623094197	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
CHI0087_000000010826	1124	0.9965989699925356	1	1	1	1	1	False	83950	fragment	False	SPA0026_000000028692	0.8356236842955356		0	0	False	False	0.9715302586555481	0					non-mobilizable	other	1124.0	99.822	100.0	0.2403681506849315	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	False	False
SPA0118_000000021244	1115	0.9965989699925356	1	1	1	1	1	False	83950	fragment	False	SPA0026_000000028692	0.9237102725892881		0	0	False	False	0.9820627570152283	0					non-mobilizable	chromosome	953.0	95.59299999999999	99.0	0.00021674900624451155	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0089_000000028916	1115	0.9965989699925356	1	1	1	1	1	False	83950	fragment	False	SPA0026_000000028692	0.8272327755375882		0	0	False	False	0.9973094463348389	0					non-mobilizable	other	941.0	98.512	97.0	0.2011986301369863	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	False	False
ISR0370_000000024372	1109	0.9965989699925356	2	1	1	1	1	False	83950	fragment	False	SPA0026_000000028692	0.8324268485692115		0	0	False	False	1.0	0					non-mobilizable	chromosome	1077.0	99.257	100.0	0.0002445256646077788	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0815_000000027934	1099	0.9965989699925356	2	1	1	1	1	False	83950	fragment	False	SPA0026_000000028692	0.8313590723129703		0	0	False	False	0.9990900754928589	0					non-mobilizable	chromosome	1099.0	99.727	100.0	0.00024976224774183735	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0057_000000001511	10051	0.9965985883558066	11	11	7	8	11	True	89827	maximal	True	ISR0057_000000001511	1.0		12	4	False	False	0.9999005198478699	0	IncFIB				non-mobilizable	plasmid	10053.0	99.194	100.0	0.04749324158269845	CP054064.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP plasmid pSWHvKp, complete sequence	False	True
MON0102_000000006040	6944	0.9965952698884979	11	6	3	5	5	True	125383	fragment	False	MON0102_000000006040	0.9660557184750733		0	0	False	False	1.0	0					non-mobilizable	other	6818.0	98.9	98.0	0.0019456618903716423	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0035_000000008589	3136	0.9965952098801476	3	2	2	2	1	True	53552	fragment	False	MON0035_000000008589	0.9697757556061098		0	0	False	False	0.9987244606018066	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	2.0	1.5554915384371293e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0149_000000012570	1422	0.99659397101745	2	1	1	1	1	False	30856	fragment	False	ISR0149_000000012570	1.0		0	0	False	False	0.9753867983818054	0					non-mobilizable	no_good_hit								True	False
DEN0039_000000009384	2094	0.9965904609253654	6	2	1	2	2	False	73275	maximal	True	DEN0039_000000009384	1.0		1	1	False	False	0.9847182631492615	0					non-mobilizable	no_good_hit								True	False
MON0101_000000002977	13415	0.9965884311994392	18	9	6	8	4	True	64251	fragment	False	MON0101_000000002977	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
SPA0119_000000011387	2865	0.9965873049545142	2	2	2	2	2	False	4220	fragment	False	SPA0119_000000011387	1.0		0	0	False	False	0.9951134324073792	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.898411029967917e-05	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0078_000000042316	1131	0.9965857794692824	2	1	1	1	1	False	10122	fragment	False	MON0078_000000042316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	72.76899999999999	38.0	0.0019391754407527277	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ISR0223_000000006694	3992	0.9965853800518962	4	3	3	2	2	False	120488	fragment	False	ISR0174_000000006308	0.9528368794326241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	87.92	50.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0017_000000003646	6007	0.9965846987661516	9	5	2	3	2	True	128036	maximal	True	ENG0017_000000003646	1.0	PS827	0	0	False	True	0.9996670484542847	0	rep_cluster_1143	MOBQ			mobilizable	no_good_hit	2166.0	99.03	59.0	0.3070921985815603	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
ISR0392_000000007588	3983	0.996584537527308	6	3	2	3	3	False	33491	maximal	True	ISR0392_000000007588	1.0		3	2	False	False	0.999748945236206	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000001737	8256	0.9965840478873382	6	6	4	4	6	True	15047	maximal	True	MAD0102_000000001737	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3843.0	96.79899999999999	63.0	0.0007372771565356829	AP022126.1	enterobacteria	Enterobacter cloacae DNA, complete genome, strain: WP5-S18-CRE-02	True	True
ENG0202_000000016744	1256	0.9965810736588526	2	2	2	2	1	False	54108	fragment	False	ENG0202_000000016744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0089_000000006042	6068	0.9965809077750778	7	4	2	4	3	False	34489	fragment	False	SPA0089_000000006042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	93.59	1.0	3.247746085306058e-05	AP022873.1	bacteria	Nitrospiraceae bacterium T55J DNA, complete genome	True	False
SPA0041_000000007953	4306	0.9965804841346316	4	3	2	2	3	False	83968	fragment	False	SPA0041_000000007953	0.9890799256505576		0	0	False	False	0.9995355606079102	0					non-mobilizable	chromosome	4274.0	99.251	99.0	0.0009726383977694888	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0216_000000005174	3722	0.9965785046805388	4	3	2	3	3	False	28138	fragment	False	ISR0216_000000005174	1.0		0	0	False	False	0.9916711449623108	0					non-mobilizable	chromosome	3719.0	99.355	99.0	0.0016579288731568473	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
ISR0168_000000005646	4591	0.9965775712755224	5	3	2	2	3	False	100562	maximal	False	MAD0089_000000003979	0.9481443298969072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.033	44.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0103_000000027746	1949	0.9965774390596646	3	2	2	1	1	False	57926	fragment	False	ENG0138_000000009484	0.9221629485935984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0063_000000011735	1214	0.9965764837740833	3	1	1	1	1	False	85377	maximal	True	CHI0063_000000011735	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	99.885	72.0	0.00017619682403194765	CP057523.1	enterobacteria	Escherichia coli strain RHB23-C11 chromosome, complete genome	True	False
CHI0050_000000000446	12708	0.996572881797629	10	4	4	4	2	False	107041	fragment	False	CHI0050_000000000446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5177.0	98.95700000000001	53.0	0.05261498082381306	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0345_000000000857	6589	0.9965726442716392	9	9	5	9	9	True	97932	fragment	False	ISR0345_000000000857	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6589.0	98.634	100.0	0.08152126830113489	CP040808.1	enterobacteria	Escherichia fergusonii strain EFCF056 plasmid pEF03, complete sequence	False	True
CHI0047_000000000847	14710	0.9965723187430052	14	10	6	5	9	True	132596	backbone	False	ISR0120_000000000296	0.15327155865686584	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14710.0	99.939	100.0	0.47397595797479775	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0154_000000000202	14699	0.9965723187430052	14	10	6	5	9	True	132596	backbone	False	ISR0120_000000000296	0.15269174069502736	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14700.0	99.537	100.0	0.4449085845744037	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0150_000000013050	1360	0.9965718477299692	3	3	1	3	2	False	103317	maximal	True	ENG0150_000000013050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	96.89200000000001	84.0	0.0002556976097832129	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MAD0098_000000035110	1305	0.9965679561663682	2	2	2	1	1	False	15273	maximal	True	MAD0098_000000035110	1.0		0	0	False	False	0.9601532816886902	0					non-mobilizable	no_good_hit	144.0	97.22200000000001	11.0	2.6809440372617475e-05	NC_016845.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 chromosome, complete genome	True	False
MON0047_000000000412	33955	0.996567810860278	31	15	12	13	6	True	115146	maximal	True	MON0047_000000000412	1.0	PS748	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	9581.0	96.587	47.0	0.002577317497016969	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0080_01_000000003358	11031	0.9965666699377532	11	5	3	4	4	True	24274	fragment	False	USA0080_01_000000003358	1.0		0	0	False	False	0.9999093413352966	0					non-mobilizable	no_good_hit	1467.0	75.596	13.0	0.0003013689006831513	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
ENG0017_000000003161	6824	0.9965606820280148	12	7	4	6	5	True	124335	fragment	False	ENG0017_000000003161	1.0		0	0	False	False	0.9998534321784973	0					non-mobilizable	no_good_hit								True	True
FIJ0016_000000004413	3970	0.9965591285707509	4	2	1	2	1	True	65709	maximal	False	ISR0840_000000003497	0.9678455922511484	PS165|PS296	0	0	True	True	1.0	24					non-mobilizable	plasmid	3430.0	99.854	100.0	0.8767578624392739	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
ISR0081_000000006403	3632	0.9965591285707509	4	2	1	2	1	True	65709	maximal	False	ISR0840_000000003497	0.8893542843657605	PS165|PS296	0	0	False	True	0.9988986849784851	0					non-mobilizable	plasmid	2277.0	99.649	99.0	0.5819483508054206	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
MAD0087_000000009053	3057	0.9965591285707509	4	2	1	2	1	True	81843	maximal	True	MAD0087_000000009053	1.0		2	1	True	True	1.0	16					non-mobilizable	no_good_hit	575.0	82.087	29.0	0.19228187919463088	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ISR0284_000000003754	2814	0.9965591285707509	3	2	1	2	1	True	116267	maximal	False	ISR0815_000000011317	0.9877224181680136		0	0	True	True	0.997157096862793	27					non-mobilizable	no_good_hit	548.0	85.766	35.0	0.16382150344414495	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0008_000000008761	2788	0.9965591285707509	3	2	1	2	1	True	116267	maximal	False	ISR0815_000000011317	0.9909236093789945		0	0	True	True	0.9946197867393494	24					non-mobilizable	no_good_hit	276.0	96.73899999999999	34.0	0.08235998802036539	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0063_000000011459	2787	0.9965591285707509	3	2	1	2	1	True	116267	maximal	False	ISR0815_000000011317	0.990644577594289		0	0	True	True	0.9974883198738098	19					non-mobilizable	no_good_hit	276.0	96.73899999999999	34.0	0.08235998802036539	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
AST0040_000000007080	2762	0.9965591285707509	3	2	1	2	1	True	116267	maximal	False	ISR0815_000000011317	0.9897893485938793		0	0	True	True	0.9981897473335266	9					non-mobilizable	no_good_hit	611.0	87.234	32.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0141_000000012418	2749	0.9965591285707509	2	2	1	2	1	True	116267	maximal	False	ISR0815_000000011317	0.987742921783397		0	0	True	True	1.0	24					non-mobilizable	no_good_hit	611.0	87.07	32.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
AST0116_000000009782	2748	0.9965591285707509	2	2	1	2	1	True	116267	maximal	False	ISR0815_000000011317	0.9899206808368273		0	0	True	True	1.0	68					non-mobilizable	no_good_hit	611.0	87.234	32.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0815_000000011317	2748	0.9965591285707509	2	2	1	2	1	True	116267	maximal	True	ISR0815_000000011317	0.9910128041964903		12	4	True	True	1.0	1					non-mobilizable	no_good_hit	611.0	87.398	32.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
FIJ0039_000000008748	2747	0.9965591285707509	3	2	1	2	1	True	116267	maximal	False	ISR0815_000000011317	0.9795252321610187		0	0	False	True	0.9970877170562744	0					non-mobilizable	no_good_hit	611.0	87.725	32.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0184_000000008204	2747	0.9965591285707509	2	2	1	2	1	True	116267	maximal	False	ISR0815_000000011317	0.9896426248477704		0	0	True	True	1.0	49					non-mobilizable	no_good_hit	611.0	87.398	32.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
USA0003_01_000000015328	2559	0.9965591285707509	2	2	1	2	1	True	116267	maximal	False	ISR0815_000000011317	0.9401246677788067		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	611.0	87.398	30.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ETH0001_000000011763	2492	0.9965591285707509	3	2	1	2	1	True	53544	maximal	True	ETH0001_000000011763	1.0		1	1	True	True	0.9991974234580994	17					non-mobilizable	no_good_hit	612.0	88.235	53.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
AST0100_000000005991	2440	0.9965591285707509	3	2	1	2	1	True	108640	maximal	True	AST0100_000000005991	1.0		1	1	True	True	1.0	187					non-mobilizable	no_good_hit	612.0	88.072	52.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
CHI0120_000000006418	2216	0.9965591285707509	3	2	1	2	1	True	81842	fragment	False	CHI0120_000000006418	1.0		0	0	False	False	0.9959385991096497	0					non-mobilizable	no_good_hit	778.0	80.72	51.0	0.26040268456375837	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
SPA0134_000000007179	4099	0.9965585556030876	3	3	3	3	3	False	98033	fragment	False	SPA0134_000000007179	0.9980935434672089		0	0	False	False	0.9997560381889343	0					non-mobilizable	chromosome	3921.0	99.97399999999999	100.0	0.000841310039919303	CP047461.1	enterobacteria	Escherichia coli strain ZF34 chromosome, complete genome	False	False
SPA0042_000000001226	17216	0.9965579787244778	18	17	8	7	17	True	86535	fragment	False	SPA0042_000000001226	1.0		0	0	False	False	0.9996514916419983	0		MOBQ	MPF_T		conjugative	chromosome	15330.0	91.95	99.0	0.004603924274461203	CP053571.1	firmicutes	Lactiplantibacillus plantarum strain CNEI-KCA4 chromosome, complete genome	False	True
ISR0367_000000005800	1655	0.9965537395275776	2	2	1	1	2	False	108457	maximal	True	ISR0367_000000005800	1.0		0	0	False	False	0.9933534860610962	0					non-mobilizable	chromosome	1655.0	99.87899999999999	100.0	0.0005544132839299924	NZ_CP022930.1	firmicutes	Enterococcus durans strain BDGP3 chromosome, complete genome	False	False
FIJ0096_000000001524	15788	0.9965527902250412	23	12	9	10	7	False	123935	maximal	True	FIJ0096_000000001524	1.0		0	0	False	False	0.9998733401298523	0					non-mobilizable	no_good_hit	8828.0	98.98100000000001	77.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
SPA0040_000000002825	10196	0.996552182750586	12	12	6	9	7	True	128145	maximal	True	SPA0040_000000002825	0.9984270236145966	PS1033|PS656|PS657	8	5	False	True	1.0	0					non-mobilizable	no_good_hit	5696.0	98.89399999999999	56.0	0.962956698240866	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
DEN0022_000000007430	4809	0.996550567276312	5	3	3	3	2	False	74633	fragment	False	DEN0022_000000007430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	2.175572947662733e-05	NC_011295.1	bacteria	Coprothermobacter proteolyticus DSM 5265, complete sequence	True	False
ENG0070_000000008229	2952	0.9965499844773884	4	2	2	2	1	True	84995	fragment	False	ENG0070_000000008229	0.9642082991535447		0	0	False	False	1.0	0					non-mobilizable	other	2705.0	98.928	100.0	0.0005091928709231851	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0010_000000006379	2922	0.9965499844773884	3	2	2	2	1	True	84995	fragment	False	ENG0070_000000008229	0.6993339038038535		0	0	False	False	0.9873374104499817	0					non-mobilizable	other	2792.0	99.319	96.0	0.0005255759255719711	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0792_000000004732	2899	0.9965499844773884	3	2	2	2	1	True	84995	fragment	False	ENG0070_000000008229	0.9626481001834238		0	0	False	False	1.0	0					non-mobilizable	other	2630.0	99.962	100.0	0.0004950695479500938	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0089_000000002615	6815	0.9965471031361012	18	5	1	4	2	False	68861	maximal	True	DEN0089_000000002615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0019_000000050064	1336	0.9965470568363058	3	2	2	2	2	False	88540	fragment	False	MON0019_000000050064	1.0		0	0	False	False	0.9431137442588806	0					non-mobilizable	chromosome	1336.0	99.925	100.0	0.0002580808796478965	CP054457.1	enterobacteria	Escherichia coli strain SCU-103 chromosome, complete genome	False	False
ISR0054_000000004950	4544	0.9965462526718518	10	3	2	3	1	False	118024	fragment	False	ISR0054_000000004950	1.0		0	0	False	False	0.99845951795578	0					non-mobilizable	no_good_hit	3634.0	98.652	85.0	0.3054083606695265	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0359_000000008915	2826	0.99654481320848	5	2	2	1	1	False	75976	fragment	False	ISR0359_000000008915	1.0		0	0	False	False	0.9996461272239685	0					non-mobilizable	no_good_hit	271.0	75.646	9.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0248_000000001991	2179	0.99654481320848	4	2	2	1	1	False	27531	fragment	False	ISR0248_000000001991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0231_000000009366	1958	0.99654481320848	3	2	2	1	1	False	27530	fragment	False	ISR0231_000000009366	0.9627296587926509		0	0	False	False	0.9923391342163086	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0001595450686328697	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
ISR0356_000000010289	1921	0.99654481320848	4	2	2	1	1	False	26633	fragment	False	ISR0356_000000010289	1.0		0	0	False	False	0.9963560700416565	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000017644	1905	0.99654481320848	3	2	2	1	1	False	27530	fragment	False	ISR0231_000000009366	0.9502042900919305		0	0	False	False	0.9994750618934631	0					non-mobilizable	no_good_hit								True	False
ISR0123_000000000743	18741	0.9965407948760172	19	8	6	7	5	True	32132	maximal	True	ISR0123_000000000743	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	99.0	95.96	1.0	0.0003575496422660538	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	True
ISR0017_000000008346	3978	0.9965399764928512	5	5	5	5	5	False	113192	fragment	False	CHI0039_000000002985	0.31942007186429344		0	0	False	False	0.9778783321380615	0					non-mobilizable	other	3881.0	100.0	98.0	0.0008359092840221542	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0181_000000001498	10492	0.996539796431152	15	7	5	7	5	True	92272	maximal	True	ISR0181_000000001498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	1.0	0.0008687602364167201	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0801_000000001830	3496	0.9965382548229721	7	4	4	4	3	False	21872	maximal	True	ISR0801_000000001830	1.0		1	1	False	False	0.9985697865486145	0					non-mobilizable	no_good_hit	970.0	73.814	27.0	0.00796406133665727	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
AST0012_000000013319	1728	0.996537996460246	3	3	3	3	3	False	125073	fragment	False	AST0012_000000013319	1.0		0	0	False	False	0.9895833134651184	0					non-mobilizable	no_good_hit	258.0	74.806	15.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
SPA0126_000000003888	8451	0.9965349313030392	11	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.9478994491065605		0	0	False	False	1.0	0					non-mobilizable	other	8451.0	99.988	100.0	0.08432460482197031	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0027_000000005024	3311	0.9965348375264328	3	2	1	2	1	False	88828	maximal	True	CHI0027_000000005024	1.0		1	1	False	False	0.9996979832649231	0					non-mobilizable	no_good_hit	217.0	73.27199999999999	7.0	0.001385711063130418	NZ_OLMR01000004.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
MAD0040_000000011114	2760	0.9965336296627894	5	2	1	2	1	False	52304	fragment	False	MAD0040_000000011114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	2.0	1.4455715217591641e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0362_000000000146	54013	0.9965323347731904	50	25	11	20	10	True	132147	fragment	False	ISR0104_000000000158	0.3548462339520151		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	98.469	10.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0099_000000000827	11598	0.9965300125534348	10	5	2	4	4	False	5018	maximal	True	SPA0099_000000000827	1.0		1	1	True	True	0.99991375207901	19					non-mobilizable	no_good_hit	690.0	83.62299999999999	6.0	0.1528344671201814	DQ786756.1	firmicutes	Lactobacillus reuteri plasmid hypothetical proteins, resolvase (resA), and replication protein (repB) genes, complete cds	True	True
MAD0034_000000011516	1383	0.996529256628014	3	2	1	2	1	False	30322	fragment	False	MAD0034_000000011516	1.0		0	0	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	322.0	73.913	23.0	7.914306875573433e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0029_000000012178	3792	0.99652871573788	5	4	2	4	2	False	37140	maximal	True	ISR0029_000000012178	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	76.945	19.0	0.008212137141522108	NZ_JAAIPV010000014.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_14_length_85605_cov_116.177, whole genome shotgun sequence	True	False
FIJ0134_000000006932	2238	0.9965276827105553	5	3	2	2	1	True	125361	fragment	False	FIJ0114_000000005988	0.2156822712718674		0	0	False	False	0.9995531439781189	0					non-mobilizable	other	2074.0	97.975	93.0	0.0005916615958252038	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0084_000000016476	2046	0.9965276827105553	5	3	2	2	1	False	125361	fragment	False	FIJ0114_000000005988	0.15669556867379436		0	0	False	False	0.9995112419128418	0					non-mobilizable	other	1956.0	95.501	96.0	0.0005576974231753248	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0103_000000012997	1700	0.9965276827105553	4	3	2	2	1	False	122111	fragment	False	FIJ0103_000000012997	0.8786141529236736		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	97.66799999999999	91.0	0.00044039259158624674	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0109_000000014729	1681	0.9965276827105553	4	3	2	2	1	False	122111	fragment	False	FIJ0103_000000012997	0.6581484339865314		0	0	False	False	0.9928613901138306	0					non-mobilizable	other	1667.0	97.66	99.0	0.0004754984170983066	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0127_000000002287	7684	0.99652643543811	9	6	6	5	4	False	70120	fragment	False	FIJ0127_000000002287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3665.0	95.36200000000001	48.0	0.0015072781768358525	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0257_000000007724	2190	0.996523470562807	5	4	2	4	4	False	113021	fragment	False	ISR0257_000000007724	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2190.0	100.0	100.0	0.045423419310659664	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
USA0024_01_000000000110	73530	0.996522567905558	84	73	37	51	62	True	102540	maximal	True	USA0024_01_000000000110	1.0	PS601	4	3	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	30707.0	97.391	58.0	0.06938999866540295	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	True	True
FIJ0164_000000015612	1443	0.9965198542257252	3	2	1	2	1	False	71776	fragment	False	ISR0097_000000018140	0.4801899148657498		0	0	False	False	0.9889119863510132	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000009312	3140	0.9965189579769298	5	4	4	1	4	False	70987	fragment	False	DEN0066_000000009893	0.9372346876895088		0	0	False	False	0.9955413937568665	0					non-mobilizable	no_good_hit	2462.0	94.314	78.0	0.039335509705224904	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0027_000000029094	1295	0.9965160539711126	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.23337089454489526		0	0	False	False	0.9984555840492249	0					non-mobilizable	no_good_hit	116.0	93.96600000000001	18.0	0.00024046654692129634	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0832_000000011827	1137	0.9965160539711126	2	1	1	1	1	False	20992	fragment	False	ISR0832_000000011827	1.0		0	0	False	False	0.9973614811897278	0					non-mobilizable	no_good_hit	275.0	86.182	23.0	0.0005687556588051531	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0154_000000030936	1114	0.9965160539711126	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.07626456379653311		0	0	False	False	0.9946140050888062	0					non-mobilizable	no_good_hit	131.0	83.969	11.0	0.0002697407352421498	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0020_000000004652	4207	0.9965142125073778	6	3	2	2	2	False	120328	fragment	False	ISR0020_000000004652	1.0		0	0	False	False	0.9976230263710022	0					non-mobilizable	no_good_hit	987.0	86.322	26.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0062_000000002603	6300	0.9965138656338404	5	2	2	2	1	False	111740	maximal	True	AST0062_000000002603	1.0		1	1	False	False	0.9998412728309631	0					non-mobilizable	no_good_hit	887.0	84.89299999999999	14.0	0.01980731658020616	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0115_000000003929	6264	0.9965118581929492	15	4	3	4	2	False	65971	maximal	True	SPA0115_000000003929	1.0		1	1	False	False	0.9990421533584595	0					non-mobilizable	no_good_hit	505.0	74.257	8.0	0.01856594110115237	NZ_FQVG01000039.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
ENG0041_000000003386	7329	0.9965101976875737	7	7	7	7	5	True	106681	maximal	True	ENG0041_000000003386	1.0		7	4	False	False	0.9997271299362183	0					non-mobilizable	no_good_hit	4681.0	99.25200000000001	69.0	0.42568673822084774	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ENG0208_000000010856	2838	0.9965095181200248	6	5	3	4	4	True	53851	maximal	True	ENG0208_000000010856	1.0		1	1	False	False	0.9785059690475464	0					non-mobilizable	no_good_hit	90.0	94.444	3.0	0.001354654874421936	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	True
ENG0116_000000001147	13753	0.9965075905033309	13	5	3	4	3	True	59493	fragment	False	ENG0116_000000001147	1.0		0	0	False	False	0.999927282333374	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0004668600127325458	NZ_FUWX01000016.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	True
ISR0117_000000005128	5306	0.9965043501487636	11	4	3	4	3	False	117998	maximal	True	ISR0117_000000005128	1.0	PS564	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3507.0	98.118	66.0	0.7221421215242019	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	True
DEN0082_000000030679	1393	0.9965019453412308	2	2	2	2	2	False	69180	maximal	True	DEN0082_000000030679	1.0		0	0	False	False	0.9913855195045471	0					non-mobilizable	no_good_hit	327.0	98.777	23.0	9.872418672922832e-05	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0327_000000001401	11233	0.9965013341432044	14	13	3	10	13	False	113231	fragment	False	ISR0327_000000001401	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10826.0	98.079	100.0	0.11488760764076918	CP030183.1	enterobacteria	Salmonella enterica strain SA20030575 plasmid pSA20030575.2, complete sequence	False	True
AST0093_000000000896	22359	0.9964990237407696	22	10	6	8	4	True	116919	maximal	True	AST0093_000000000896	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	9.841335797312223e-06	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ENG0176_000000001114	6728	0.9964965220258226	5	4	1	3	4	False	116057	fragment	False	ENG0176_000000001114	1.0		0	0	False	False	0.9980677962303162	0					non-mobilizable	other	5146.0	99.845	100.0	0.0023612897185452805	AP018132.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: TMC 3115	False	False
MAD0049_000000001973	6994	0.9964956801131238	7	4	2	4	1	True	23130	fragment	False	MAD0049_000000001973	1.0		0	0	False	False	0.9994280934333801	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	1.0	4.8773058956674594e-05	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	True
SPA0154_000000003167	2429	0.9964947702399052	7	3	1	2	2	False	108156	fragment	False	SPA0154_000000003167	1.0		0	0	False	False	0.9942362904548645	0					non-mobilizable	no_good_hit								True	False
AST0055_000000016639	2123	0.9964940942442596	5	2	2	2	2	False	113801	fragment	False	AST0055_000000016639	1.0		0	0	False	False	0.9971737861633301	0					non-mobilizable	no_good_hit	40.0	100.0	2.0	1.2132833999809607e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0083_000000021951	1644	0.9964940942442596	3	2	2	2	2	False	44063	fragment	False	FIJ0083_000000021951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	88.49600000000001	34.0	0.00018916590961033506	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0081_000000004089	6036	0.9964927933379252	8	5	4	5	3	False	72660	maximal	True	ENG0081_000000004089	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	75.28699999999999	6.0	0.01673170731707317	NZ_FQXK01000051.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
DEN0064_000000006171	5384	0.9964927532091614	4	2	2	1	1	False	71344	maximal	True	DEN0064_000000006171	1.0		1	1	False	False	0.9998142719268799	0					non-mobilizable	no_good_hit	158.0	96.20299999999999	3.0	0.19263803680981595	GQ883144.1		Uncultured organism clone VC1D880TR genomic sequence	True	False
USA0101_01_000000011697	2782	0.996491543860256	5	3	2	3	2	False	365	fragment	False	USA0101_01_000000011697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	76.513	25.0	0.0004226506495730678	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
SPA0108_000000004378	6579	0.9964905286197664	9	5	3	5	3	False	122352	fragment	False	SPA0108_000000004378	0.9465098039215687		0	0	False	False	0.9987840056419373	0					non-mobilizable	other	6500.0	99.385	99.0	0.038457213538738336	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
CHI0187_000000002211	8230	0.9964897040266366	11	10	5	8	10	False	113281	fragment	False	CHI0187_000000002211	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	8231.0	99.21	100.0	0.06469343943885696	AP022288.1	enterobacteria	Escherichia coli plasmid pWP9-S17-ESBL-11_1 DNA, complete genome, strain: WP9-S17-ESBL-11	False	True
FIJ0094_000000009696	2088	0.9964895419827412	4	1	1	1	1	False	43187	fragment	False	FIJ0094_000000009696	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	95.35600000000001	91.0	0.026743331826401446	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0212_000000006022	5312	0.996489518135222	7	3	3	3	2	False	70166	fragment	False	ISR0212_000000006022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0176_000000002565	3078	0.9964878047525564	5	5	2	4	2	True	130268	backbone	False	FIJ0135_000000009121	0.51398740464783	PS1090	0	0	True	True	0.9996750950813293	55					non-mobilizable	other	2360.0	95.12700000000001	100.0	0.784712950600801	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MAD0048_000000000081	58080	0.9964865374041108	98	30	12	22	15	True	59017	maximal	True	MAD0048_000000000081	1.0		1	1	True	True	0.9999827742576599	144					non-mobilizable	no_good_hit	4776.0	90.913	51.0	0.08437599688087052	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CAN0015_000000007584	5525	0.9964861940315785	5	4	3	4	3	False	105882	fragment	False	CAN0015_000000007584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	78.08	32.0	0.00017253379439284742	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0096_000000000718	16296	0.9964861438289692	14	12	5	7	11	True	98074	maximal	True	MAD0096_000000000718	1.0		1	1	False	False	1.0	0	IncHI1B				non-mobilizable	no_good_hit	11097.0	96.819	71.0	0.0015728630361304733	CP050218.1	enterobacteria	Escherichia coli strain RM-096-MS chromosome	True	True
ISR0180_000000004166	4932	0.99648551842708	7	4	3	4	3	False	73592	maximal	True	ISR0180_000000004166	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0071_000000003639	5708	0.996481783460124	6	6	1	4	6	False	108854	backbone	False	ENG0066_000000002902	0.9925990354984676	PS677	0	0	True	True	1.0	16	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5587.0	99.98200000000001	100.0	0.9920085242408098	CP054347.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-2, complete sequence	False	True
MAD0045_000000003175	8443	0.996481063214366	9	8	4	7	7	False	86120	maximal	True	MAD0045_000000003175	1.0		2	1	False	False	0.9960914254188538	0					non-mobilizable	no_good_hit	206.0	96.602	2.0	0.000836988319089488	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0034_000000001147	14872	0.99648104526226	16	14	9	10	12	True	123648	fragment	False	ISR0034_000000001147	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4104.0	98.66	34.0	0.13207121929231463	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MAD0010_000000000665	4248	0.9964808049466062	4	2	2	2	1	True	49984	backbone	True	MAD0010_000000000665	0.9836344592825347	PS191	1	1	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
ISR0805_000000002507	5013	0.9964806480783622	6	6	3	3	5	True	132544	fragment	False	CHI0126_000000000854	0.04051517460015994		0	0	False	False	1.0	0					non-mobilizable	other	4607.0	99.95700000000001	92.0	0.3153066812705367	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0183_000000003620	10023	0.9964792817887635	14	12	5	6	12	True	29497	maximal	True	ISR0183_000000003620	1.0		2	1	False	False	1.0	0					non-mobilizable	other	8731.0	97.99600000000001	99.0	0.07503030615666348	LK999939.1	enterobacteria	Escherichia coli genome assembly FHI42, scaffold scaffold-19	False	True
SPA0015_000000001520	8400	0.9964782469989628	11	6	5	6	5	False	122385	fragment	False	SPA0015_000000001520	1.0		0	0	False	False	0.9963095188140869	0					non-mobilizable	virus	8388.0	97.973	99.0	0.3941430854564257	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	False	False
FIJ0105_000000001974	12456	0.9964780026143101	18	8	6	7	6	True	99223	fragment	False	FIJ0105_000000001974	1.0		0	0	False	True	1.0	0	rep_cluster_78				non-mobilizable	no_good_hit	7300.0	91.781	89.0	0.6337574067619379	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	True	True
CHI0136_000000002128	6895	0.9964758361787618	8	8	7	4	5	True	120805	fragment	False	CHI0136_000000002128	1.0		0	0	False	False	0.9998549818992615	0					non-mobilizable	no_good_hit	4696.0	91.44	68.0	0.0017414178281687234	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0334_000000007894	2576	0.9964754137998127	2	2	1	2	1	False	124338	fragment	False	ISR0334_000000007894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	95.322	35.0	0.010391942060738847	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0100_000000001204	7905	0.9964751407888708	5	2	2	2	2	False	115460	maximal	True	ISR0100_000000001204	0.9861785329018339		2	2	True	True	1.0	10					non-mobilizable	no_good_hit	90.0	98.889	2.0	0.015198087431693989	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	True
MAD0047_000000012043	3370	0.9964718938708452	3	3	3	3	2	True	52910	maximal	True	MAD0047_000000012043	1.0	PS218	1	1	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0066_000000002562	5992	0.9964700177407794	5	5	4	3	4	False	82213	maximal	True	MAD0066_000000002562	1.0		2	1	False	False	0.9976635575294495	0					non-mobilizable	no_good_hit	4360.0	97.20200000000001	73.0	0.0009158082759473056	CP051698.1	enterobacteria	Escherichia coli strain SCU-152 chromosome, complete genome	True	False
CHI0056_000000004734	3721	0.9964695165370548	5	2	2	2	1	False	86161	maximal	True	CHI0056_000000004734	1.0		1	1	False	False	0.9994624853134155	0					non-mobilizable	no_good_hit	2198.0	94.359	60.0	0.0009881904253323133	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	True	False
BAN0019_000000000473	5203	0.9964662666851108	6	6	3	3	5	False	127640	backbone	False	CHI0066_000000002654	0.9838657508183282	PS1015|PS542	0	0	True	True	1.0	30	rep_cluster_2131	MOBQ			mobilizable	chromosome	4884.0	98.915	100.0	0.0009526676451031907	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
ISR0293_000000001497	19072	0.9964660404681708	24	21	11	12	21	False	127645	maximal	True	ISR0293_000000001497	1.0	PS1015|PS542|PS543	1	1	False	True	0.9999475479125977	0	Col156,rep_cluster_2150	MOBQ			mobilizable	chromosome	7448.0	99.302	91.0	0.0014500850958660862	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
CHI0140_000000003358	8960	0.9964647217134448	8	3	3	3	1	True	80292	fragment	False	CHI0140_000000003358	1.0		0	0	False	False	0.9998884201049805	0					non-mobilizable	no_good_hit	179.0	87.709	2.0	6.384943862032371e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	True
CHI0169_000000003229	4318	0.9964647217134448	3	3	3	3	1	True	78044	fragment	False	CHI0169_000000003229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
SPA0083_000000005505	2865	0.9964623749354082	5	3	3	3	2	False	20883	fragment	False	SPA0083_000000005505	1.0		0	0	False	False	0.9996509552001953	0					non-mobilizable	no_good_hit	1513.0	84.666	52.0	0.033753284376473756	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MON0075_000000005301	3943	0.9964609117625268	7	6	6	6	6	False	125080	fragment	False	ENG0060_000000005592	0.23995501061704788		0	0	False	False	0.9972102642059326	0					non-mobilizable	no_good_hit	709.0	86.46	18.0	0.0002129206387257769	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MON0071_000000001577	7038	0.9964608998443448	9	7	6	7	5	False	115683	maximal	True	MON0071_000000001577	1.0	PS319	1	1	False	True	0.9957374334335327	0					non-mobilizable	plasmid	2240.0	97.455	99.0	0.013520047383626057	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0031_000000013795	2280	0.9964608351717966	3	1	1	1	1	False	7281	maximal	True	SPA0031_000000013795	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0881358988468868e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
TAN0002_000000018756	2089	0.9964608351717966	3	1	1	1	1	False	3040	maximal	True	TAN0002_000000018756	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0881358988468868e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
TAN0001_000000007756	1773	0.9964608351717966	1	1	1	1	1	False	3104	fragment	False	TAN0001_000000007756	1.0		0	0	False	False	0.9966158866882324	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.0881358988468868e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0090_000000011094	3080	0.9964603207091683	6	3	1	3	0	True	121624	backbone	False	CHI0109_000000004976	0.7529813962388917	PS857	0	0	True	True	1.0	638					non-mobilizable	plasmid	2357.0	98.98200000000001	100.0	0.7728321793603693	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
MON0037_000000021332	3078	0.99646015644625	3	3	3	3	3	False	98269	fragment	False	MON0037_000000021332	0.9638713576285486		0	0	False	False	0.9980506896972656	0					non-mobilizable	other	3078.0	99.90299999999999	100.0	0.04473879349201041	MN106412.1	g-proteobacteria	Haemophilus influenzae strain 0 transposon Tn6687, complete sequence	False	False
MAD0060_000000000143	30497	0.9964583116502864	43	16	5	11	10	False	16872	maximal	True	MAD0060_000000000143	1.0		1	1	False	False	0.999704897403717	0					non-mobilizable	no_good_hit	1098.0	77.596	5.0	0.00957646623105209	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0074_000000021931	1330	0.9964574210728468	2	1	1	1	1	False	61344	fragment	False	FIJ0074_000000021931	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	654.0	93.884	97.0	0.009935487797456028	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
MAD0037_000000001268	9755	0.9964566821585928	8	6	6	6	6	False	18686	maximal	True	MAD0037_000000001268	1.0		1	1	False	False	0.9997949600219727	0					non-mobilizable	no_good_hit	3383.0	83.21	76.0	0.017539929777768516	CP048110.1	enterobacteria	Klebsiella michiganensis strain BD177 plasmid unnamed2	True	False
CAN0016_000000025427	1874	0.9964563584850716	3	3	2	2	1	False	92814	fragment	False	CAN0016_000000025427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0006_000000013575	1730	0.996453996250021	4	2	1	2	2	False	125361	fragment	False	FIJ0114_000000005988	0.020725777577584512		0	0	False	False	0.9982659220695496	0					non-mobilizable	other	1730.0	98.208	100.0	0.0004934794496776543	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AST0025_000000009418	3593	0.9964537708202148	3	2	2	2	2	False	120486	fragment	False	ISR0127_000000005698	0.9668412956751604		0	0	False	False	0.9974951148033142	0					non-mobilizable	no_good_hit	803.0	87.671	22.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0350_000000000720	17236	0.9964530712335348	19	19	12	15	18	True	98725	maximal	True	ISR0350_000000000720	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	14002.0	99.736	81.0	0.2538804671066947	LS999563.1	enterobacteria	Escherichia coli isolate EC-TO143 genome assembly, plasmid: 4	True	True
FIJ0009_000000003748	8767	0.9964529614332054	11	5	5	5	3	True	51353	fragment	False	FIJ0009_000000003748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.868301998855254e-06	NC_003552.1	euryarchaeotes	Methanosarcina acetivorans C2A, complete sequence	True	True
ISR0170_000000008077	5509	0.9964520300596812	5	2	2	2	2	False	36556	fragment	False	ISR0170_000000008077	1.0		0	0	False	False	0.9996369481086731	0					non-mobilizable	no_good_hit	542.0	86.162	12.0	0.011070865819469172	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
MON0005_000000008678	5295	0.9964519996178276	8	5	3	4	5	False	14150	maximal	True	MON0005_000000008678	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	76.215	7.0	0.0018164313526485276	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	False
MAD0014_000000005577	4964	0.996451125810743	6	4	4	4	3	False	100529	maximal	True	MAD0014_000000005577	1.0		2	1	False	False	0.996978223323822	0					non-mobilizable	no_good_hit	311.0	85.531	6.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0053_000000000067	52806	0.9964504576950184	91	25	11	17	14	True	88797	maximal	True	CHI0053_000000000067	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8029.0	87.383	55.0	0.14137099918477297	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0176_000000000197	49496	0.9964496420795108	52	14	10	14	6	True	108345	fragment	False	ISR0176_000000000197	1.0		0	0	False	False	0.9998989701271057	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00023156691198286404	KC513612.1	microsporidians	Encephalitozoon cuniculi clone supercont1.8 genomic sequence	True	True
FIJ0091_000000012589	1758	0.9964492973605129	4	3	2	3	3	False	55590	fragment	False	FIJ0091_000000012589	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1759.0	98.749	100.0	0.000495324145699682	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0087_000000015906	2313	0.996448740568832	5	3	3	3	2	False	129099	fragment	False	AST0087_000000015906	1.0		0	0	False	False	0.9982706308364868	0					non-mobilizable	no_good_hit	1670.0	94.311	72.0	0.034153928008676615	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0199_000000016618	1834	0.996448740568832	4	3	3	3	2	False	28806	fragment	False	ISR0199_000000016618	1.0		0	0	False	False	0.9994547367095947	0					non-mobilizable	other	1659.0	94.09299999999999	90.0	0.03392882722491661	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
ENG0101_000000007906	3883	0.9964447780928468	3	3	2	3	1	True	113547	fragment	False	ENG0101_000000007906	1.0		0	0	False	False	0.9997424483299255	0					non-mobilizable	no_good_hit								True	True
FIJ0049_000000000385	26225	0.996443336176412	28	18	9	15	12	True	127233	fragment	False	FIJ0049_000000000385	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	6002.0	94.652	63.0	0.2390600647404388	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0118_000000000440	15574	0.9964421465638068	20	11	9	9	8	False	123888	fragment	False	SPA0082_000000000937	0.9095585394001091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.98100000000001	80.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
FIJ0116_000000013502	1264	0.996440383650024	3	2	1	1	2	False	41649	maximal	True	FIJ0116_000000013502	1.0		0	0	False	False	0.9430379867553711	0					non-mobilizable	no_good_hit	189.0	75.132	14.0	4.341012893519935e-05	NC_000964.3	firmicutes	Bacillus subtilis subsp. subtilis str. 168 complete genome	True	False
ISR0115_000000005704	5187	0.9964375360692111	10	5	3	5	3	True	99217	fragment	False	ISR0115_000000005704	1.0		0	0	False	False	0.9905533194541931	0					non-mobilizable	plasmid	3463.0	95.235	94.0	0.30106308818403626	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
MAD0016_000000001259	3192	0.9964371969630156	3	3	3	2	2	False	100514	fragment	False	ETH0003_000000010764	0.24908446317228966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.852	10.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0190_000000008469	2718	0.9964366788901651	3	3	2	2	3	True	54091	fragment	False	ISR0190_000000008469	0.9985881403791852		0	0	False	False	1.0	0	rep_cluster_1018	MOBV			mobilizable	other	2651.0	99.962	98.0	0.01624710311086042	NZ_PKIB01000004.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.4, whole genome shotgun sequence	False	True
ENG0203_000000006960	2479	0.9964366788901651	3	3	2	2	3	True	54091	fragment	False	ISR0190_000000008469	0.9547461368653422		0	0	False	False	0.9995965957641602	0	rep_cluster_1018	MOBV			mobilizable	other	2479.0	100.0	100.0	0.015192574154230991	NZ_PKIB01000004.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.4, whole genome shotgun sequence	False	True
SPA0112_000000005182	6552	0.99643404756141	7	6	5	5	6	False	116245	fragment	False	ISR0785_000000004032	0.9870972553699284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4864.0	98.376	77.0	0.03915189679746825	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ENG0033_000000004046	6447	0.99643390219759	8	6	2	5	3	False	65535	maximal	True	ENG0033_000000004046	1.0		1	1	False	False	0.999069333076477	0					non-mobilizable	no_good_hit	133.0	100.0	2.0	0.00020995104323400952	NZ_DS995476.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld3, whole genome shotgun sequence	True	False
ISR0392_000000008685	3559	0.9964338347440074	4	2	1	2	1	False	124341	fragment	False	ISR0392_000000008685	0.9738861020950134		0	0	False	False	0.9932565093040466	0					non-mobilizable	no_good_hit	855.0	96.84200000000001	45.0	0.012978516219341488	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
FIJ0014_000000000448	26692	0.9964262206196344	31	18	8	15	11	True	119596	maximal	True	FIJ0014_000000000448	0.999981279718447		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	4867.0	94.06200000000001	56.0	0.19434120609039685	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0059_000000000403	26660	0.9964262206196344	31	18	8	15	11	True	119596	maximal	False	FIJ0014_000000000448	0.999981279718447		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4867.0	94.06200000000001	56.0	0.19434120609039685	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0126_000000029380	1682	0.9964247385712418	3	3	2	3	1	False	31959	fragment	False	ISR0126_000000029380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0128_000000001199	16939	0.9964243437010252	19	11	9	11	6	True	64270	maximal	True	ENG0128_000000001199	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.0943871597131214e-06	LR134165.1	firmicutes	Bacillus paralicheniformis strain NCTC8721 genome assembly, chromosome: 1	True	True
SPA0012_000000000682	22415	0.9964238630300408	21	18	7	13	11	True	83910	fragment	False	SPA0022_000000000297	0.8739693819501688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.7	4.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0208_000000000697	22136	0.9964238630300408	22	18	7	13	11	True	83910	fragment	False	SPA0022_000000000297	0.8722911807604941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.7	4.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0374_000000000497	22135	0.9964238630300408	22	18	7	13	11	True	83910	fragment	False	SPA0022_000000000297	0.8727805614704819		0	0	False	False	0.9999548196792603	0					non-mobilizable	no_good_hit	746.0	93.7	4.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0112_000000000763	22135	0.9964238630300408	22	18	7	13	11	True	83910	fragment	False	SPA0022_000000000297	0.8727159266510226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.7	4.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0065_000000000708	21867	0.9964238630300408	21	18	7	13	11	True	83910	fragment	False	SPA0022_000000000297	0.8661399944896093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.566	3.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0182_000000017517	1626	0.99642301984252	3	3	3	2	1	True	55227	fragment	False	ENG0182_000000017517	0.9983062330623307		0	0	False	False	0.998769998550415	0					non-mobilizable	other	1626.0	100.0	100.0	0.010487998502636521	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	True
BAN0018_000000000111	15099	0.9964230136013641	19	19	6	11	19	True	114233	fragment	False	BAN0018_000000000111	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	14990.0	98.012	99.0	0.15633839569959815	AP022066.1	enterobacteria	Escherichia coli plasmid pWP4-W18-ESBL-08_2 DNA, complete genome, strain: WP4-W18-ESBL-08	False	True
MON0037_000000006794	6945	0.9964229551470952	6	4	4	4	1	True	78047	fragment	False	MON0061_000000004921	0.9508561412970205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
CHI0101_000000002517	5361	0.9964226933632452	6	4	3	4	3	False	84398	fragment	False	CHI0101_000000002517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	1.4151592952288993e-05	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
SPA0136_000000019646	2113	0.996422314283158	3	2	1	2	1	True	9877	fragment	False	SPA0136_000000019646	1.0		0	0	False	False	0.9962139129638672	0					non-mobilizable	other	2116.0	96.314	100.0	0.0006664407331605384	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ISR0381_000000001665	8362	0.9964219513015364	9	6	4	5	3	False	119567	maximal	True	ISR0381_000000001665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	4.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
MON0106_000000002355	12078	0.9964203724679884	13	5	3	5	2	True	89763	maximal	True	MON0106_000000002355	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1488.0	76.21	12.0	0.06932019327369277	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
SPA0043_000000001994	8203	0.9964203724679884	9	5	3	5	2	True	89762	fragment	False	SPA0043_000000001994	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1488.0	76.277	21.0	0.06932019327369277	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
MAD0045_000000008746	4043	0.9964196612081342	10	7	4	5	7	True	17891	maximal	True	MAD0045_000000008746	1.0		1	1	False	False	0.9992579817771912	0					non-mobilizable	no_good_hit	2477.0	99.839	69.0	0.026447057818224543	CP032835.1	enterobacteria	Klebsiella pneumoniae strain INF237 plasmid pINF237_02, complete sequence	True	True
ENG0148_000000020425	1798	0.9964191825902948	2	2	1	1	2	False	83954	fragment	False	ENG0148_000000020425	1.0		0	0	False	False	0.9955506324768066	0					non-mobilizable	other	1795.0	98.05	99.0	0.3839897260273973	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	False	False
AST0110_000000002673	7153	0.9964172194631994	11	11	4	4	10	True	107058	maximal	True	AST0110_000000002673	1.0		1	1	False	False	1.0	0	IncX1			MOBP	mobilizable	plasmid	4812.0	98.98200000000001	99.0	0.1256206554121152	KX833212.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain Salmonella Typhi strain Ty004 plasmid pTy004_02 plasmid pTy004_02, complete sequence	False	True
ISR0325_000000001381	9948	0.9964157700028944	9	5	4	4	4	False	114687	maximal	True	ISR0325_000000001381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3539.0	97.287	44.0	0.0014467927450990815	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
SPA0073_000000004298	2888	0.9964152912166692	4	4	2	4	4	True	97914	fragment	False	DEN0012_000000002141	0.9874960073731943		0	0	False	False	1.0	0					non-mobilizable	plasmid	2888.0	100.0	100.0	0.022270735620834363	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0220_000000003454	2869	0.9964152912166692	4	4	2	4	4	True	97914	fragment	False	DEN0012_000000002141	0.9855478865055461		0	0	False	False	0.9996514320373535	0					non-mobilizable	plasmid	2869.0	100.0	100.0	0.022124166872377192	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
FIJ0123_000000011230	2859	0.9964152912166692	4	4	2	4	4	True	97914	fragment	False	DEN0012_000000002141	0.9839074859784754		0	0	False	False	0.9877579808235168	0					non-mobilizable	plasmid	2859.0	100.0	100.0	0.03421811955988171	LT985309.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pI	False	True
CHI0063_000000004622	2774	0.9964152912166692	4	4	2	4	4	True	97914	fragment	False	DEN0012_000000002141	0.9602136625903374		0	0	False	False	1.0	0					non-mobilizable	plasmid	2774.0	100.0	100.0	0.03785045453304578	CP027455.1	enterobacteria	Escherichia coli strain 2014C-4423 plasmid unnamed1, complete sequence	False	True
ISR0057_000000000603	19314	0.9964147043029546	20	13	10	12	9	False	103476	maximal	True	ISR0057_000000000603	1.0		2	1	False	False	0.9998446702957153	0					non-mobilizable	no_good_hit	7673.0	97.745	75.0	0.17165364903878433	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
FIJ0111_000000000142	57712	0.9964120937161584	96	27	12	17	16	True	52619	maximal	True	FIJ0111_000000000142	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	13046.0	93.4	63.0	0.23099280473540568	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0067_000000002744	3407	0.9964118629112414	8	3	2	3	2	False	108158	fragment	False	MAD0067_000000002744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.202398919444171e-05	NZ_CP016180.1	g-proteobacteria	Pasteurella skyensis strain 95A1 chromosome, complete genome	True	False
ISR0783_000000001800	7792	0.99641112992908	8	6	6	6	6	False	43894	maximal	True	ISR0783_000000001800	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	93.145	9.0	0.23716814159292035	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
ISR0351_000000002059	5495	0.9964089745233234	10	6	3	3	4	True	130690	backbone	False	ENG0017_000000004005	0.9952790431901413	PS1122	0	0	True	True	1.0	63		MOBP			mobilizable	plasmid	3645.0	99.973	99.0	0.6753150481838399	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0191_000000004862	5316	0.9964089745233234	10	6	3	3	4	True	130690	backbone	False	ENG0017_000000004005	0.9758854441134429	PS1122	0	0	True	True	1.0	13		MOBP			mobilizable	plasmid	3872.0	99.948	99.0	0.7173832468495182	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ETH0005_000000006031	7998	0.9964080934974208	12	7	6	4	4	True	100589	fragment	False	ETH0005_000000006031	1.0		0	0	False	False	0.9988747239112854	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	0.020223523150612027	XR_001776655.1	bony fishes	PREDICTED: Poecilia reticulata uncharacterized LOC108166316 (LOC108166316), transcript variant X2, ncRNA	True	True
ISR0212_000000022878	1570	0.9964076823725392	2	2	2	2	2	False	29615	fragment	False	ISR0212_000000022878	0.9762779664466237		0	0	False	False	0.9917197227478027	0					non-mobilizable	no_good_hit	143.0	76.923	9.0	0.010560146923783287	NZ_AFAL01000699.1	b-proteobacteria	Verminephrobacter aporrectodeae subsp. tuberculatae At4 Contig712, whole genome shotgun sequence	True	False
FIJ0074_000000006715	4741	0.996405042994426	10	3	3	3	2	False	49871	maximal	True	FIJ0074_000000006715	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	81.98100000000001	24.0	0.010828341544677985	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0334_000000005213	3670	0.9964025805466692	5	2	2	2	2	False	35961	maximal	True	ISR0334_000000005213	1.0		0	0	False	False	0.9945504069328308	0					non-mobilizable	no_good_hit	577.0	88.215	16.0	0.012890475869657976	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0169_000000004306	5775	0.9964018773400192	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9811614314655289		0	0	True	True	1.0	61	rep_cluster_2141	MOBQ			mobilizable	plasmid	5399.0	99.963	100.0	0.9443666899930021	CP054357.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-4, complete sequence	False	True
CAN0011_000000011812	2584	0.9964013568690432	4	4	3	2	3	False	94489	fragment	False	CAN0011_000000011812	1.0		0	0	False	False	0.9860681295394897	0					non-mobilizable	chromosome	2579.0	98.1	99.0	0.0006468623412703192	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0131_000000015382	1196	0.996401331847728	3	1	1	1	1	False	80977	fragment	False	CHI0131_000000015382	0.9621530698065601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000016520	2141	0.9964013098901626	5	3	3	2	1	False	125361	fragment	False	FIJ0114_000000005988	0.15071373987133863		0	0	False	False	0.9855207800865173	0					non-mobilizable	other	1924.0	98.025	90.0	0.0005488496134934235	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0118_000000004892	1985	0.9964006293279228	2	1	1	1	1	False	81978	fragment	False	CHI0118_000000004892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	8.0	2.0204697198500655e-05	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
SPA0107_000000029889	1110	0.9963989586318104	1	1	1	1	1	False	4701	fragment	False	SPA0107_000000029889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	97.677	87.0	0.20248287671232876	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
SPA0113_000000013171	2394	0.9963966978236308	3	1	1	1	1	False	5897	fragment	False	SPA0113_000000013171	1.0		0	0	False	False	0.9970760345458984	0					non-mobilizable	other	2394.0	99.791	100.0	0.018242944485949958	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	False
FIJ0092_000000010369	3064	0.9963964098052692	4	3	3	2	1	True	46324	fragment	False	FIJ0107_000000008711	0.9853456514813634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.868301998855254e-06	NC_003552.1	euryarchaeotes	Methanosarcina acetivorans C2A, complete sequence	True	True
ISR0393_000000002602	6141	0.9963945259500055	7	5	3	5	3	False	120324	fragment	False	ISR0393_000000002602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	90.9	17.0	0.0020115549403329313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0128_000000001143	19147	0.9963929462897644	17	13	7	10	11	False	76990	fragment	False	ISR0128_000000001143	0.9612860892388451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2484.0	75.0	13.0	0.007316634168291585	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0319_000000007213	2562	0.9963918606463766	2	2	2	2	1	False	125031	fragment	False	MON0070_000000009553	0.5690485234735619		0	0	False	False	0.9957064986228943	0					non-mobilizable	other	2562.0	99.844	100.0	0.009259460123941543	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0116_000000000371	33481	0.9963890604131256	43	21	9	13	16	True	81487	maximal	True	FIJ0116_000000000371	1.0		1	1	False	False	0.9999701380729675	0					non-mobilizable	no_good_hit	2845.0	98.102	18.0	0.0005335250321540754	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	True
AST0059_000000002456	5420	0.9963886525459208	6	2	2	2	2	False	112908	maximal	True	AST0059_000000002456	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3215.0	95.023	61.0	0.047719506759768236	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
MAD0103_000000004704	3924	0.9963886525459208	2	2	2	2	2	False	62964	fragment	False	MAD0005_000000005988	0.978705074629706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3212.0	94.988	84.0	0.04767493685930768	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
MAD0043_000000005866	3924	0.9963886525459208	2	2	2	2	2	False	62964	fragment	False	MAD0005_000000005988	0.9787869545936788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3212.0	95.01899999999999	84.0	0.04767493685930768	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
CHI0056_000000000799	14426	0.9963859903074932	14	5	4	5	2	True	86173	fragment	False	CHI0056_000000000799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0109_000000000556	25060	0.9963836262970904	29	10	6	9	4	True	106626	maximal	True	ENG0109_000000000556	1.0		18	7	False	False	0.9996408820152283	0					non-mobilizable	no_good_hit	312.0	96.795	2.0	0.002761327212835288	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	True
MAD0045_000000014587	2660	0.9963795383448076	3	3	3	3	3	False	17871	maximal	True	MAD0045_000000014587	1.0		1	1	False	False	0.9981203079223633	0					non-mobilizable	plasmid	2659.0	99.962	99.0	0.025094647796901407	CP040995.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_775 plasmid unnamed3, complete sequence	False	True
BAN0016_000000000025	22934	0.9963769394532904	26	22	11	14	22	True	113298	fragment	False	BAN0016_000000000025	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	20759.0	99.51299999999999	100.0	0.25840262908927947	CP051745.1	enterobacteria	Escherichia coli strain SCU-484 plasmid pSCU-484-1, complete sequence	False	True
ISR0117_000000001503	16210	0.9963763835567644	23	23	7	11	20	True	132596	backbone	False	ISR0120_000000000296	0.003643355409121649	PS1169|PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	13574.0	99.705	99.0	0.410854825039351	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0857_000000001032	2329	0.9963754190240538	5	5	2	2	4	False	132544	fragment	False	CHI0126_000000000854	0.054366018305570585		0	0	False	False	1.0	0					non-mobilizable	plasmid	2329.0	100.0	100.0	0.05326865432578999	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
MAD0015_000000003265	4802	0.9963716504944208	5	3	2	2	3	False	100561	fragment	False	MAD0015_000000003265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	98.605	54.0	0.000171791559219138	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0016_000000001708	15607	0.9963716430372398	19	11	5	4	10	True	132596	backbone	False	ISR0120_000000000296	0.0829990352543802	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15607.0	99.962	100.0	0.5024630541871922	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0033_000000016468	4104	0.99637153041712	7	3	3	2	1	True	111009	fragment	False	MON0033_000000016468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	72.587	6.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
MON0092_000000048255	1158	0.9963712507551862	2	1	1	1	1	False	9662	fragment	False	MON0087_000000044579	0.9806534823731728		0	0	False	False	0.9956822395324707	0					non-mobilizable	no_good_hit	852.0	81.221	73.0	0.00024117416713569572	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0187_000000002090	10832	0.9963690254503358	13	7	4	6	5	False	123953	fragment	False	ISR0187_000000002090	0.9861442073207279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	96.381	10.0	0.006074116965836711	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	False
FIJ0102_000000003741	7796	0.996367583676328	8	4	3	3	4	False	42648	maximal	True	FIJ0102_000000003741	1.0		2	1	False	False	0.9998717308044434	0					non-mobilizable	no_good_hit	434.0	75.57600000000001	6.0	0.0009822846893496181	MN577573.1	firmicutes	Uncultured Firmicutes bacterium isolate LL40 clone UCI_5 genomic sequence	True	False
CHI0020_000000000192	20087	0.9963636732858236	22	18	6	12	11	True	89402	fragment	False	CHI0020_000000000192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	86.583	3.0	0.08603145235892692	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
MON0080_000000011647	3823	0.9963635868957575	5	4	3	4	2	True	64242	fragment	False	MON0044_000000010827	0.6232865262454029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	96.90700000000001	3.0	0.0007995136292088979	NZ_QRML01000010.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf10, whole genome shotgun sequence	True	True
CAN0021_000000004858	7731	0.9963617010498486	9	6	5	4	5	False	91670	maximal	True	CAN0021_000000004858	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2236.0	91.279	54.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
MAD0013_000000003940	5179	0.996360528718937	7	2	1	1	2	False	19618	maximal	True	MAD0013_000000003940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	91.09899999999999	48.0	0.019441392265976676	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0037_000000024557	2754	0.9963601764526678	6	4	3	2	4	True	12120	maximal	True	MON0037_000000024557	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2754.0	100.0	100.0	0.0546772591857001	AM849035.1	high GC Gram+	Clavibacter michiganensis subsp. sepedonicus plasmid pCS1	False	True
ISR0209_000000007377	3989	0.9963582182598159	5	4	4	4	3	False	120490	fragment	False	ENG0082_000000004674	0.9505988023952096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	87.59299999999999	42.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0119_000000001879	13563	0.9963575119799256	18	8	4	7	6	False	81396	maximal	True	ENG0119_000000001879	1.0		1	1	False	False	0.9992626905441284	0					non-mobilizable	no_good_hit	915.0	90.273	7.0	0.0008170402560119128	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0025_000000002110	14687	0.9963537341262668	14	9	5	5	9	True	132596	backbone	False	ISR0120_000000000296	0.1531903504583001	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14687.0	99.98	100.0	0.4732669438267427	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0046_000000000709	14527	0.9963537341262668	13	9	5	5	9	True	132596	backbone	False	ISR0120_000000000296	0.13331294208909042	PS1169|PS902	0	0	False	True	0.9997246265411377	0		MOBB	MPF_T		conjugative	plasmid	14368.0	98.81700000000001	99.0	0.4348286717520281	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0035_000000001496	14383	0.9963537341262668	13	9	5	5	9	True	132596	backbone	False	ISR0120_000000000296	0.13468484493970134	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14373.0	99.97200000000001	99.0	0.463147378259048	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0055_000000000765	14373	0.9963537341262668	13	9	5	5	9	True	132596	backbone	False	ISR0120_000000000296	0.13465237094596827	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14373.0	99.944	100.0	0.4631151503432273	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
USA0018_01_000000001678	14346	0.9963537341262668	13	9	5	5	9	True	132596	backbone	False	ISR0120_000000000296	0.13273189986200362	PS1169|PS902	0	0	False	True	0.9996514916419983	0		MOBB	MPF_T		conjugative	plasmid	14337.0	99.93700000000001	99.0	0.4619549453736827	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0127_000000001133	14327	0.9963537341262668	13	9	5	5	9	True	132596	backbone	False	ISR0120_000000000296	0.12926639021267286	PS1169|PS902	0	0	False	True	0.9972080588340759	0		MOBB	MPF_T		conjugative	plasmid	14309.0	99.95100000000001	99.0	0.4610847916465242	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0143_000000000891	14321	0.9963537341262668	13	9	5	5	9	True	132596	backbone	False	ISR0120_000000000296	0.13268502237180663	PS1169|PS902	0	0	False	True	0.9996508359909058	0		MOBB	MPF_T		conjugative	plasmid	14321.0	99.944	100.0	0.4614715266363724	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0144_000000000823	14321	0.9963537341262668	13	9	5	5	9	True	132596	backbone	False	ISR0120_000000000296	0.13268502237180663	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14321.0	99.944	100.0	0.4614715266363724	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
DEN0034_000000000297	14306	0.9963537341262668	13	9	5	5	9	True	132596	backbone	False	ISR0120_000000000296	0.1292826912835788	PS1169|PS902	0	0	False	True	0.9998602271080017	0		MOBB	MPF_T		conjugative	plasmid	14306.0	99.986	100.0	0.4609881078990622	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0295_000000011183	3048	0.99635027934208	5	5	4	5	3	True	80332	fragment	False	ISR0186_000000007491	0.8423037645782271		0	0	False	False	1.0	0					non-mobilizable	other	2848.0	99.473	99.0	0.01583248496581496	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
MON0066_000000020715	1685	0.9963500404627712	2	2	2	2	1	False	10636	maximal	True	MON0066_000000020715	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	98.571	4.0	3.044297573999263e-06	LN590700.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG10, chromosome: 10	True	False
AST0085_000000001740	9987	0.9963495629543421	10	5	4	4	4	True	111145	fragment	False	AST0085_000000001740	1.0		0	0	False	False	0.9998998641967773	0					non-mobilizable	no_good_hit	7742.0	98.889	86.0	0.1856813598386632	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	True
MON0044_000000050368	1149	0.9963492764417594	1	1	1	1	1	False	11586	maximal	True	MON0044_000000050368	1.0		2	1	False	False	0.9947780966758728	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000008363	3899	0.9963482909315748	7	5	3	5	2	True	125361	fragment	False	FIJ0114_000000005988	0.7192804486462431		0	0	False	False	0.9997435212135315	0					non-mobilizable	no_good_hit	3342.0	98.324	86.0	0.00095356555313652	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0180_000000000215	58106	0.9963455402202076	93	30	15	23	15	True	93509	maximal	True	ISR0180_000000000215	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit	5205.0	92.584	45.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0822_000000002048	2870	0.996345079321474	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.06991677528236614		0	0	False	False	0.99303138256073	0					non-mobilizable	other	2870.0	99.791	100.0	0.07650054662293683	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ISR0301_000000006182	2762	0.996345079321474	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.0648267362901319		0	0	False	False	0.9996379613876343	0					non-mobilizable	other	2521.0	99.881	91.0	0.06719462443004559	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ISR0137_000000009802	2693	0.996345079321474	6	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.008846707561955736		0	0	False	False	1.0	0					non-mobilizable	other	2232.0	99.552	100.0	0.04782832397204476	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	False
ENG0090_000000008620	2615	0.996345079321474	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.06766769069097331		0	0	False	False	0.9992351531982422	0					non-mobilizable	plasmid	2615.0	99.962	100.0	0.05123782268655546	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0017_01_000000010684	2582	0.996345079321474	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.06507804024754842		0	0	False	False	1.0	0					non-mobilizable	other	2575.0	99.961	99.0	0.17620481927710843	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
SPA0084_000000007465	2392	0.996345079321474	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.058488634516820896		0	0	False	False	0.9924749135971069	0					non-mobilizable	other	2390.0	99.916	99.0	0.06370157054102338	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ISR0391_000000006022	2331	0.996345079321474	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.05672146917834725		0	0	False	False	0.9965680241584778	0					non-mobilizable	other	2331.0	99.95700000000001	100.0	0.06212836306428819	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
SPA0019_000000012668	2303	0.996345079321474	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.04798588767920772		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	99.955	97.0	0.05978188411593739	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
MON0068_000000019269	2201	0.996345079321474	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.012867666219479521		0	0	False	False	0.9945479035377502	0					non-mobilizable	other	2182.0	99.954	99.0	0.14930175246440305	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
ISR0821_000000000919	20058	0.996344754636947	21	19	6	15	19	True	82880	fragment	False	ISR0821_000000000919	0.9745429297039814		0	0	False	False	0.9995512962341309	0	IncK2/Z				non-mobilizable	other	20056.0	98.345	99.0	0.1832415723143897	LM996824.1	enterobacteria	Escherichia coli genome assembly FHI71, scaffold scaffold-18_contig-9.0_1_109342_[organism:Escherichia	False	True
SPA0035_000000017806	1177	0.9963425770668404	3	2	2	1	2	False	7115	fragment	False	SPA0035_000000017806	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1178.0	99.745	100.0	0.012305665624640605	CP039843.1	enterobacteria	Escherichia coli O157:H7 strain USDA5905 plasmid pUSDA5905_1	False	True
USA0036_01_000000005985	6597	0.9963356941399444	7	4	1	3	2	False	93047	maximal	True	USA0036_01_000000005985	1.0		2	2	False	False	0.9946945309638977	0					non-mobilizable	no_good_hit	172.0	76.163	3.0	7.444581076140782e-05	NC_017187.1	e-proteobacteria	Arcobacter butzleri ED-1, complete genome	True	False
ISR0157_000000011586	2661	0.9963356162717352	4	3	3	3	3	False	30552	maximal	True	ISR0157_000000011586	1.0		1	1	False	False	0.9977452158927917	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0018632975822577714	NZ_JAAIUL010000034.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_34_length_22004_cov_314.423, whole genome shotgun sequence	True	False
AST0052_000000011572	2008	0.9963336108097908	3	2	1	2	2	False	114508	maximal	True	AST0052_000000011572	1.0		2	2	False	False	0.9965139627456665	0					non-mobilizable	no_good_hit	38.0	100.0	2.0	1.532299210824493e-05	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	True	False
ISR0012_000000011394	2019	0.9963321886376988	4	3	3	3	2	True	115111	fragment	False	ENG0142_000000014132	0.8227022420017567		0	0	False	False	0.9980188012123108	0					non-mobilizable	no_good_hit	113.0	92.035	6.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0140_000000005012	6072	0.9963319800040924	6	5	3	3	4	False	88253	maximal	True	CHI0140_000000005012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	95.712	21.0	0.01162434502216848	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
AST0150_000000006071	4324	0.9963313556085408	5	4	2	2	4	False	104209	fragment	False	MAD0099_000000005451	0.3640516843562529		0	0	False	False	0.9997687339782715	0					non-mobilizable	chromosome	3701.0	92.73200000000001	94.0	0.001522103863821123	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0090_000000004321	5205	0.996329974721692	8	3	3	2	1	False	107026	fragment	False	CHI0125_000000001580	0.023414722871788567		0	0	False	False	1.0	0					non-mobilizable	plasmid	3952.0	95.243	99.0	0.040142829530310585	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0155_000000002077	11245	0.9963295526450592	15	9	6	9	6	True	99225	maximal	True	ENG0155_000000002077	1.0	PS555	1	1	True	True	1.0	37	rep_cluster_78				non-mobilizable	no_good_hit	5111.0	98.141	88.0	0.4715987808257135	FN429768.1	bacteria	Uncultured bacterium plasmid pTRACA30 complete sequence	True	True
CHI0179_000000005094	3369	0.9963267284215775	6	5	3	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.45663920944784775		0	0	False	False	0.9902048110961914	0					non-mobilizable	no_good_hit	2558.0	97.34200000000001	76.0	0.0007298015921490816	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0001_000000004351	6835	0.9963257053768731	4	4	4	4	2	False	105901	fragment	False	ISR0001_000000004351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	95.26299999999999	3.0	0.0014799386099539574	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	True	False
MAD0037_000000003794	3369	0.9963255875376626	4	4	4	3	2	True	18654	maximal	True	MAD0037_000000003794	1.0		2	1	False	False	0.9997031688690186	0					non-mobilizable	no_good_hit	563.0	98.046	18.0	0.00016801441934425945	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
SPA0046_000000000595	21935	0.99632390733891	34	33	5	25	32	True	113241	fragment	False	SPA0046_000000000595	0.9742921157289451		0	0	False	False	0.9997720718383789	0			MPF_F	MOBF	mobilizable	plasmid	21935.0	100.0	100.0	0.1512533186222115	CP053248.1	enterobacteria	Escherichia coli strain SCU-482 plasmid pSCU-482-1, complete sequence	False	True
ENG0209_000000006285	2984	0.9963236197218864	6	4	3	3	3	True	86726	fragment	False	ENG0209_000000006285	1.0		0	0	False	False	0.9956434369087219	0	rep_cluster_1702				non-mobilizable	other	2965.0	98.786	99.0	0.0006160396011205935	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
MAD0012_000000000901	18977	0.9963212832133866	26	13	9	11	10	False	123896	maximal	True	MAD0012_000000000901	1.0		29	9	False	False	1.0	0					non-mobilizable	no_good_hit	6353.0	98.59899999999999	71.0	0.0645784799438448	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0019_000000002899	5248	0.9963173796278544	10	5	4	4	3	False	37754	maximal	True	ISR0019_000000002899	1.0		1	1	False	False	0.9967606663703918	0					non-mobilizable	no_good_hit	145.0	99.31	3.0	2.0340043146316525e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0108_000000001631	13235	0.9963172684987676	20	11	9	8	10	False	123893	fragment	False	ISR0108_000000001631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4154.0	85.051	75.0	0.0411045026345202	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0122_000000004631	3558	0.9963169299264312	6	4	2	4	2	False	33052	fragment	False	ISR0122_000000004631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.01517706576728499	XM_014375123.2	wasps, ants, and bees	PREDICTED: Trichogramma pretiosum COP9 signalosome complex subunit 7a (LOC106654955), mRNA	True	False
DEN0063_000000000782	25673	0.9963146976494868	38	12	6	9	7	True	94340	fragment	False	DEN0063_000000000782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3845.0	77.139	15.0	0.28196916660460264	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
MON0095_000000014707	2097	0.9963135455123608	4	3	1	2	3	True	124069	fragment	False	MON0095_000000014707	0.967889660289665		0	0	False	False	0.9823557734489441	0					non-mobilizable	other	2096.0	99.571	99.0	0.0005887619810955413	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CAN0012_000000019069	2587	0.9963111333531088	3	2	1	2	2	False	119406	fragment	False	DEN0026_000000010745	0.7233801455569002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	71.44800000000001	27.0	0.00023662568408552588	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0012_000000000791	22178	0.9963090613559554	19	14	10	14	9	True	128651	maximal	True	ISR0012_000000000791	1.0		1	1	True	True	0.9996843934059143	6					non-mobilizable	no_good_hit	3383.0	77.83	34.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0055_000000010082	3135	0.9963088927773504	4	4	4	4	4	False	105109	fragment	False	SPA0055_000000010082	0.996038296467481		0	0	False	False	1.0	0					non-mobilizable	other	3133.0	96.425	99.0	0.0008697535698218838	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0348_000000004815	2873	0.9963075697412928	4	4	2	4	4	True	24143	maximal	True	ISR0348_000000004815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2111.0	91.663	75.0	0.01098545028848566	CP026206.1	enterobacteria	Escherichia coli strain ECONIH5 plasmid pECO-cbb3, complete sequence	True	True
MON0054_000000010644	3731	0.9963073397502378	4	2	2	1	2	False	11142	fragment	False	MON0054_000000010644	1.0		0	0	False	False	0.9997319579124451	0					non-mobilizable	no_good_hit	1758.0	91.581	70.0	0.03103179385389714	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0146_000000003931	9508	0.9963072854431044	14	3	3	3	1	False	105679	fragment	False	ISR0146_000000003931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0179_000000001862	7355	0.9963048898015858	8	8	7	7	7	False	98044	maximal	True	CHI0179_000000001862	1.0		0	0	False	False	0.999592125415802	0					non-mobilizable	plasmid	7296.0	99.986	100.0	0.04915205131487633	LR743515.1	enterobacteria	Escherichia coli plasmid p5848A3 other	False	True
ENG0206_000000004101	5761	0.996303889796633	6	5	5	3	2	True	62839	maximal	True	ENG0206_000000004101	1.0		0	0	False	False	0.9975698590278625	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	0.012116316639741519	NZ_WHJC01000313.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig313, whole genome shotgun sequence	True	True
AST0033_000000005286	2492	0.9963030172865304	3	2	2	2	1	False	117070	maximal	True	AST0033_000000005286	1.0		1	1	False	False	0.9995987415313721	0					non-mobilizable	no_good_hit	98.0	86.735	4.0	0.00013822768328916488	NZ_CABJAT010000003.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
USA0027_01_000000006613	4068	0.9963021382985672	10	4	2	2	3	False	1592	maximal	True	USA0027_01_000000006613	1.0		0	0	False	False	0.9995083808898926	0					non-mobilizable	no_good_hit	686.0	93.73200000000001	17.0	0.002656552376741787	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0085_000000016556	1878	0.9962987988826536	4	3	1	2	2	True	60750	fragment	False	FIJ0085_000000016556	1.0		0	0	False	False	0.9968051314353943	0					non-mobilizable	other	1615.0	99.62799999999999	99.0	0.00045358560261966766	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0056_000000013480	1574	0.9962986757784048	2	2	2	2	1	False	46198	maximal	True	FIJ0056_000000013480	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	95.89	28.0	0.0168222856701906	NZ_CABIWU010000032.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0090_000000003729	5803	0.9962975951620792	11	4	3	3	3	False	119407	fragment	False	ISR0090_000000003729	1.0		0	0	False	False	0.999483048915863	0					non-mobilizable	no_good_hit	725.0	71.44800000000001	12.0	0.00023662568408552588	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0046_000000000756	18908	0.9962957874232304	18	16	6	11	10	True	83906	fragment	False	SPA0046_000000000756	1.0		0	0	False	False	0.9998413324356079	0					non-mobilizable	no_good_hit	61.0	100.0	0.0	0.012259910093992644	NZ_QRUU01000110.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf110, whole genome shotgun sequence	True	True
ISR0063_000000002886	6674	0.9962946538618096	6	5	5	4	4	False	78820	fragment	False	ISR0063_000000002886	1.0		0	0	False	False	0.9997003078460693	0					non-mobilizable	no_good_hit	1209.0	92.14200000000001	21.0	0.0003232251604677687	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0252_000000005380	2015	0.9962926415961212	4	3	2	2	3	False	124098	fragment	False	USA0015_01_000000013484	0.41205925638491464		0	0	False	False	1.0	0					non-mobilizable	other	2015.0	99.95	100.0	0.0005659983913729929	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0156_000000001052	14731	0.9962863272665275	22	20	3	6	20	False	56709	maximal	True	ENG0156_000000001052	1.0		1	1	False	False	1.0	0					non-mobilizable	other	12447.0	96.12799999999999	93.0	0.0026434957775312217	CP010226.1	enterobacteria	Escherichia coli strain S1, complete genome	False	False
ISR0081_000000004191	5427	0.9962859124918798	8	5	3	3	4	False	100554	maximal	True	ISR0081_000000004191	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	95.15899999999999	43.0	0.0001925986114226982	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0178_000000000401	23604	0.9962851304503182	21	13	12	12	9	False	82192	maximal	True	ISR0178_000000000401	0.9999774307122867		3	3	False	False	0.9998729228973389	0					non-mobilizable	no_good_hit	3082.0	94.06200000000001	20.0	0.05353199923500878	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
MON0055_000000022291	1181	0.9962850206331288	3	3	0	3	3	False	103809	fragment	False	FIJ0123_000000028666	0.5536599435065321		0	0	False	False	0.955969512462616	0		MOBP			mobilizable	plasmid	1181.0	98.476	100.0	0.22801932367149758	FN649415.1	enterobacteria	Escherichia coli ETEC H10407 p52 plasmid	False	True
ENG0145_000000003675	8540	0.9962848061677664	13	8	5	5	7	True	124127	fragment	False	ISR0840_000000001173	0.9541123644726754		0	0	False	False	1.0	0					non-mobilizable	other	8541.0	99.485	100.0	0.002399450975939729	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0180_000000004402	4663	0.996284356840338	5	2	1	2	1	False	124343	maximal	True	ISR0180_000000004402	1.0		1	1	False	False	0.9997855424880981	0					non-mobilizable	no_good_hit	684.0	95.322	21.0	0.010391942060738847	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0112_000000006681	4297	0.996284356840338	3	2	1	2	1	False	124344	fragment	False	ISR0072_000000005604	0.9338507942232349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	95.322	26.0	0.010391942060738847	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0141_000000003737	9328	0.9962843309308256	11	5	4	5	1	False	107036	fragment	False	ISR0141_000000003737	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8393.0	99.964	100.0	0.08537218079532854	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0794_000000000832	15542	0.9962824766519804	22	13	7	13	6	False	37988	maximal	True	ISR0794_000000000832	1.0		1	1	False	False	0.9998713135719299	0					non-mobilizable	no_good_hit	226.0	75.664	1.0	0.007268464243845252	NZ_AZTB01000030.1	firmicutes	Caloranaerobacter azorensis H53214 contig30, whole genome shotgun sequence	True	False
DEN0066_000000005230	5535	0.9962819949145116	8	2	1	2	2	False	71013	maximal	True	DEN0066_000000005230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	87.5	7.0	7.159194747504764e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0082_01_000000012890	2330	0.9962819949145116	7	2	1	2	2	False	535	fragment	False	USA0082_01_000000012890	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	91.667	3.0	1.0866186049732507e-05	CP010106.1	firmicutes	Bacillus thuringiensis serovar indiana strain HD521, complete genome	True	False
DEN0082_000000027194	1549	0.9962784015488608	3	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.5796712765205025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	92.899	24.0	0.0003512902598502416	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0061_000000033323	1318	0.9962784015488608	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.2208983287616859		0	0	False	False	0.9962064027786255	0					non-mobilizable	no_good_hit	318.0	87.10700000000001	23.0	0.000658669237219203	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0140_000000023250	1252	0.9962784015488608	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.38457302320573755		0	0	False	False	0.9984025359153748	0					non-mobilizable	no_good_hit	140.0	84.286	15.0	0.0002885598563055556	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0011_01_000000029973	1203	0.9962784015488608	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.3416723602314377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	82.5	9.0	0.00024673958727576496	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0195_000000012998	1551	0.9962778547348328	1	1	1	1	1	True	29003	fragment	False	ISR0195_000000012998	1.0		0	0	False	False	0.9735654592514038	0	rep_cluster_1188				non-mobilizable	plasmid	1549.0	86.637	99.0	0.4381251786224636	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
ISR0031_000000000434	18374	0.9962752759548932	20	15	8	8	13	True	132596	backbone	False	ISR0120_000000000296	0.27909067160847434	PS1169|PS902	0	0	False	True	0.9999455809593201	0		MOBB	MPF_T		conjugative	plasmid	18370.0	99.646	99.0	0.5929752066115702	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0088_000000012827	2169	0.9962748683654172	4	3	1	1	3	False	43666	maximal	True	FIJ0088_000000012827	1.0		1	1	False	False	0.9990779161453247	0					non-mobilizable	no_good_hit	682.0	87.977	31.0	0.008198004068906571	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
MAD0059_000000007913	2432	0.9962740240133302	2	1	1	1	1	True	16901	fragment	False	MAD0059_000000007913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0099_000000002201	2374	0.9962740240133302	2	1	1	1	1	True	4994	backbone	True	SPA0099_000000002201	1.0	PS16	1	1	True	True	1.0	59	rep_cluster_1102				non-mobilizable	other	2309.0	97.055	100.0	0.9787505312367191	NZ_AZFY01000001.1	firmicutes	Lactobacillus farraginis DSM 18382 = JCM 14108 strain DSM 18382 NODE_1, whole genome shotgun sequence	False	True
MAD0041_000000002264	9360	0.9962736250179179	11	11	5	9	10	True	61654	maximal	True	MAD0041_000000002264	1.0		1	1	False	False	0.9989316463470459	0					non-mobilizable	no_good_hit	2408.0	98.131	85.0	0.017598759971046495	CP022035.1	enterobacteria	Salmonella enterica subsp. enterica serovar Onderstepoort str. SA20060086 plasmid punamed2, complete sequence	True	True
ISR0271_000000017936	1120	0.9962715179050984	2	1	1	1	1	False	26401	maximal	True	ISR0271_000000017936	1.0		1	1	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000024653	1606	0.9962713320577798	2	2	2	1	1	False	83952	fragment	False	ISR0162_000000024653	0.9798501076574836		0	0	False	False	0.9906600117683411	0					non-mobilizable	chromosome	1630.0	98.098	100.0	0.0003704313373527524	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0102_000000010659	1546	0.9962710707195048	3	3	2	3	1	False	33088	maximal	True	ISR0102_000000010659	1.0		0	0	False	False	0.9754204154014587	0					non-mobilizable	no_good_hit	1040.0	96.82700000000001	67.0	0.01577810236747611	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ENG0171_000000012170	1967	0.9962707906225368	3	1	1	1	1	False	55792	fragment	False	ENG0171_000000012170	1.0		0	0	False	False	0.9893238544464111	0					non-mobilizable	no_good_hit								True	False
CHI0122_000000002557	5241	0.9962703044643292	7	6	6	5	4	False	105112	maximal	True	CHI0122_000000002557	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3547.0	96.109	72.0	0.0009802778101760056	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0193_000000001216	15271	0.9962682964370144	31	5	3	5	4	False	65978	maximal	True	ENG0193_000000001216	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	91.667	0.0	0.00022695452598469495	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0119_000000002837	5725	0.9962674227102016	9	3	3	2	2	False	100555	fragment	False	FIJ0119_000000002837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.945	45.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0113_000000007695	3260	0.9962674227102016	6	3	3	2	2	False	100514	fragment	False	ETH0003_000000010764	0.646470258610456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	79.04899999999999	51.0	0.0004225432139799916	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0063_01_000000002507	8440	0.9962647725337634	9	5	4	4	3	False	58458	maximal	True	USA0063_01_000000002507	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	71.642	9.0	0.0053385248848520205	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	False
ISR0774_000000015835	1571	0.9962618677714502	3	2	1	2	1	False	22467	maximal	True	ISR0774_000000015835	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0005_000000000562	20251	0.996258796524334	28	14	8	12	8	True	96683	maximal	True	ITA0005_000000000562	1.0		4	3	True	True	1.0	70					non-mobilizable	no_good_hit	1505.0	87.90700000000001	8.0	0.19777748379415266	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
MAD0005_000000008787	3075	0.9962584556790104	4	3	3	3	3	False	19975	maximal	True	MAD0005_000000008787	1.0		4	1	False	False	0.9993495941162109	0					non-mobilizable	no_good_hit	1749.0	77.07300000000001	57.0	0.00048244423565438284	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MON0103_000000009127	4601	0.9962540787831152	7	5	4	4	5	False	33408	maximal	True	MON0103_000000009127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	79.458	10.0	0.003940244098568646	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
MON0037_000000008008	6264	0.9962524405539624	7	7	7	6	7	False	12143	maximal	True	MON0037_000000008008	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	6245.0	99.96799999999999	99.0	0.0012873441126067357	CP035385.1	enterobacteria	Enterobacter hormaechei strain S11_16 chromosome, complete genome	False	False
DEN0096_000000006826	5817	0.9962510550424648	5	3	3	3	3	False	70170	fragment	False	DEN0096_000000006826	1.0		0	0	False	False	0.9989685416221619	0					non-mobilizable	no_good_hit								True	False
ISR0837_000000000409	16138	0.9962506066003036	25	15	11	14	11	True	125417	fragment	False	SPA0098_000000001538	0.4728366725593381		0	0	False	False	1.0	0					non-mobilizable	other	16139.0	98.705	100.0	0.0046057130592529255	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0850_000000001139	11275	0.9962503831008372	14	9	9	8	7	False	107034	fragment	False	ISR0850_000000001139	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7122.0	99.495	98.0	0.0724422425457024	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0116_000000006123	2797	0.9962500101072618	5	4	1	3	4	False	132544	fragment	False	CHI0126_000000000854	0.06828536553903401		0	0	False	False	1.0	0					non-mobilizable	other	2800.0	99.35700000000001	100.0	0.35949139481119957	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	False
DEN0032_000000000059	1800	0.9962500101072618	4	4	1	3	4	False	73655	fragment	False	MON0083_000000021105	0.9696555494805905		0	0	False	False	1.0	0					non-mobilizable	plasmid	1800.0	99.611	100.0	0.04920678336980306	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
TAN0008_000000005183	3126	0.9962463026755192	5	4	1	2	4	False	87417	fragment	False	TAN0008_000000005183	0.9749912556838056		0	0	False	False	0.999360203742981	0					non-mobilizable	plasmid	3074.0	95.706	100.0	0.011455472734405649	KP453775.1	enterobacteria	Klebsiella pneumoniae strain ST11 plasmid pKP12226, complete sequence	False	True
FIJ0079_000000004806	6152	0.9962460598977172	6	3	2	3	2	False	44405	maximal	True	FIJ0079_000000004806	0.9992261392949269		2	1	False	False	0.999674916267395	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0012604096331307675	NZ_MUBA01000128.1	high GC Gram+	Streptomyces bobili strain NRRL B-1338 NRRL_B-1338_contig_128, whole genome shotgun sequence	True	False
FIJ0159_000000003569	5815	0.9962460598977172	5	3	2	3	2	False	44405	maximal	False	FIJ0079_000000004806	0.9718790637191157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0012604096331307675	NZ_MUBA01000128.1	high GC Gram+	Streptomyces bobili strain NRRL B-1338 NRRL_B-1338_contig_128, whole genome shotgun sequence	True	False
BAN0019_000000001042	3104	0.9962432359915392	4	4	2	3	4	True	97803	maximal	True	BAN0019_000000001042	1.0		1	1	False	False	0.999677836894989	0	rep_cluster_1259				non-mobilizable	no_good_hit	933.0	99.786	86.0	0.02121653615006374	CP026418.1	g-proteobacteria	Acinetobacter sp. ACNIH2 plasmid pKPC-8dee, complete sequence	True	True
ENG0068_000000000049	104910	0.9962420582052742	88	32	19	28	17	True	121851	fragment	False	ENG0068_000000000049	1.0		0	0	False	True	0.9999809265136719	0					non-mobilizable	no_good_hit	21266.0	98.458	27.0	0.7564932754571978	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
USA0102_01_000000007365	1801	0.9962383138613786	3	2	2	2	2	False	335	fragment	False	USA0102_01_000000007365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0058_000000017009	2755	0.9962381845726208	6	4	4	4	3	False	125075	fragment	False	ENG0080_000000007626	0.47067957617829737		0	0	False	False	0.9996370077133179	0					non-mobilizable	no_good_hit	258.0	74.031	9.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ENG0052_000000012996	2364	0.9962374734513338	6	4	4	4	4	False	125074	fragment	False	ENG0110_000000010538	0.5201150209880603		0	0	False	False	0.9953468441963196	0					non-mobilizable	no_good_hit	258.0	74.031	11.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
DEN0052_000000039576	1202	0.9962362356758844	2	2	2	2	1	False	72177	fragment	False	DEN0052_000000039576	0.9536922552741333		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	98.792	96.0	0.03176257611498162	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0137_000000014868	1664	0.996235466931175	5	4	3	4	3	True	126017	fragment	False	AST0055_000000017635	0.3819462879127415		0	0	False	False	0.9981971383094788	0					non-mobilizable	other	1664.0	99.88	100.0	0.037346448381953334	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
CHI0072_000000000829	12028	0.9962348188040352	17	7	3	6	6	False	104078	maximal	False	CHI0092_000000000684	0.9811091292362575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1065.0	84.601	12.0	0.0003669871099306359	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0003_000000001766	5516	0.9962326014049608	8	5	5	5	4	False	102595	fragment	False	USA0080_01_000000007643	0.9582370722514466		0	0	False	False	0.997643232345581	0					non-mobilizable	no_good_hit	120.0	78.333	2.0	0.002560129353904197	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0062_000000004742	5041	0.9962326014049608	8	5	5	5	4	False	102595	fragment	False	USA0080_01_000000007643	0.9442801027085254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	78.333	2.0	0.002560129353904197	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0006_000000002781	6360	0.996232398494136	7	6	1	2	6	False	130190	fragment	False	ISR0006_000000002781	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2848.0	96.348	70.0	0.5659964164841728	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
FIJ0013_000000001908	11193	0.9962322815013672	11	5	4	5	3	False	50670	maximal	True	FIJ0013_000000001908	1.0	PS135|PS136|PS185	1	1	True	True	1.0	28					non-mobilizable	no_good_hit	1823.0	93.801	16.0	0.0007811933286089737	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	True
SPA0132_000000035044	1182	0.9962293289664754	1	1	1	1	1	False	3714	maximal	True	SPA0132_000000035044	1.0		1	1	False	False	0.9949238300323486	0					non-mobilizable	no_good_hit	57.0	87.719	5.0	0.0004566098350496971	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
CHI0029_000000002098	5476	0.9962270547657288	6	6	5	3	6	False	88627	fragment	False	CHI0029_000000002098	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5476.0	100.0	100.0	0.0010827493408577986	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
AUS0018_000000004557	5754	0.9962254118352516	6	6	3	3	6	True	132557	maximal	True	AUS0018_000000004557	1.0		91	9	False	False	1.0	0					non-mobilizable	no_good_hit	4377.0	99.84	76.0	0.11665733407994028	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
FIJ0150_000000006178	3702	0.9962242068614164	4	4	4	3	3	False	125036	fragment	False	ISR0806_000000002243	0.24935753422613616		0	0	False	False	0.997028648853302	0					non-mobilizable	other	3702.0	97.62299999999999	100.0	0.013381203404415327	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0067_000000011718	2827	0.9962242068614164	4	4	4	3	3	False	125036	fragment	False	ISR0806_000000002243	0.16270475672893062		0	0	False	False	0.9996462464332581	0					non-mobilizable	other	2827.0	99.859	100.0	0.010217584658437643	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0070_000000014715	2292	0.9962231561571071	2	2	1	2	1	True	70613	maximal	True	DEN0070_000000014715	1.0		1	1	True	True	1.0	72					non-mobilizable	plasmid	1331.0	89.031	100.0	0.5853112404836542	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	False	True
ENG0001_000000011582	2272	0.9962231561571071	3	2	1	2	1	True	68062	maximal	True	ENG0001_000000011582	1.0		1	1	True	True	1.0	21					non-mobilizable	plasmid	1696.0	100.0	100.0	0.7590685176892074	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	False	True
ISR0345_000000004650	2271	0.9962231561571071	2	2	1	2	1	True	109901	maximal	False	ENG0138_000000008839	0.9984310369419482		0	0	True	True	1.0	139					non-mobilizable	no_good_hit	1208.0	81.043	84.0	0.5239587998208688	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	True	True
ISR0346_000000009951	2251	0.9962231561571071	3	2	1	2	1	True	109901	maximal	False	ENG0138_000000008839	0.9984174938857718		0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1221.0	81.163	86.0	0.5297805642633229	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	True	True
ENG0188_000000011535	2251	0.9962231561571071	3	2	1	2	1	True	109901	maximal	False	ENG0138_000000008839	0.9984174938857718		0	0	True	True	1.0	63					non-mobilizable	no_good_hit	1221.0	81.163	86.0	0.5297805642633229	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	True	True
ENG0025_000000011328	2251	0.9962231561571071	3	2	1	2	1	True	109901	maximal	False	ENG0138_000000008839	0.9984174938857718		0	0	True	True	1.0	54					non-mobilizable	no_good_hit	1221.0	81.163	86.0	0.5297805642633229	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	True	True
DEN0069_000000012495	2231	0.9962231561571071	2	2	1	2	1	True	109901	maximal	False	ENG0138_000000008839	0.9984037149905673		0	0	True	True	1.0	124					non-mobilizable	no_good_hit	1221.0	81.163	86.0	0.5297805642633229	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	True	True
ENG0138_000000008839	2211	0.9962231561571071	3	2	1	2	1	True	109901	maximal	True	ENG0138_000000008839	0.9999012784441482		9	4	True	True	1.0	12					non-mobilizable	no_good_hit	1221.0	81.163	87.0	0.5297805642633229	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	True	True
AST0110_000000003641	5182	0.99622269814231	9	7	4	3	6	True	132244	backbone	False	SPA0123_000000002346	0.9890196667833799	PS1143|PS1148|PS778	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	3552.0	99.944	77.0	0.3281278876362964	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	True	True
SPA0131_000000004151	5167	0.9962206386336072	10	3	3	3	3	False	7682	fragment	False	SPA0131_000000004151	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	95.948	38.0	0.028408889519016055	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0279_000000001031	13264	0.9962183546498554	12	4	3	4	2	True	44549	fragment	False	ISR0376_000000000821	0.993123037823292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.2231553708522993e-06	CP023121.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-09	True	True
CHI0045_000000000539	18588	0.9962167952048584	22	13	8	11	11	True	87204	fragment	False	CHI0045_000000000539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	75.46	8.0	0.0003013689006831513	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
SPA0032_000000004149	5799	0.9962162561739406	7	3	3	3	1	True	78046	fragment	False	SPA0032_000000004149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
SPA0124_000000004911	5746	0.9962162561739406	4	3	3	3	1	True	78045	fragment	False	SPA0124_000000004911	1.0		0	0	False	False	0.9996519088745117	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
ISR0850_000000001736	7689	0.9962138615279348	10	6	3	4	5	False	57933	fragment	False	ISR0850_000000001736	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.65100000000001	11.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
AST0093_000000003556	5680	0.99621139324063	6	2	2	2	1	True	109589	maximal	True	AST0093_000000003556	1.0		3	3	True	True	1.0	34					non-mobilizable	no_good_hit	124.0	91.12899999999999	2.0	0.007474023212007049	NZ_QSCB01000042.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf42, whole genome shotgun sequence	True	True
ISR0002_000000004209	4987	0.99621139324063	6	2	2	2	1	True	117098	maximal	True	ISR0002_000000004209	0.9852239011735251		5	4	True	True	1.0	114					non-mobilizable	no_good_hit	230.0	92.609	5.0	0.013915051345931823	NZ_QSCB01000042.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf42, whole genome shotgun sequence	True	True
AST0033_000000002635	4984	0.99621139324063	6	2	2	2	1	True	117098	maximal	False	ISR0002_000000004209	0.9850893609315557		0	0	True	True	1.0	40					non-mobilizable	no_good_hit	230.0	92.609	5.0	0.013915051345931823	NZ_QSCB01000042.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf42, whole genome shotgun sequence	True	True
CHI0073_000000001969	4884	0.99621139324063	5	2	2	2	1	True	117098	maximal	False	ISR0002_000000004209	0.9711162344728718		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	230.0	92.609	5.0	0.013915051345931823	NZ_QSCB01000042.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf42, whole genome shotgun sequence	True	True
ENG0056_000000002529	4834	0.99621139324063	6	2	2	2	1	True	82912	maximal	True	ENG0056_000000002529	1.0		3	3	False	False	0.9917252659797668	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	1.0	1.0208919410381818e-05	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	True
DEN0070_000000007611	4291	0.99621139324063	3	2	2	2	1	True	114781	maximal	False	ISR0253_000000002557	0.9996552905841303		0	0	True	True	0.9997669458389282	7					non-mobilizable	no_good_hit								True	True
ISR0253_000000002557	4286	0.99621139324063	3	2	2	2	1	True	114781	maximal	True	ISR0253_000000002557	0.9997700742793814		4	4	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
AST0050_000000003148	4271	0.99621139324063	4	2	2	2	1	True	114781	maximal	False	ISR0253_000000002557	0.9995391811563707		0	0	True	True	1.0	863					non-mobilizable	no_good_hit								True	True
SPA0059_000000006168	4268	0.99621139324063	3	2	2	2	1	True	114781	maximal	False	ISR0253_000000002557	0.9996541505005643		0	0	True	True	0.9967197775840759	7					non-mobilizable	no_good_hit								True	True
ISR0782_000000003396	4046	0.99621139324063	5	2	2	2	1	True	82911	fragment	False	ISR0782_000000003396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	93.04299999999999	6.0	0.013915051345931823	NZ_QSCB01000042.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf42, whole genome shotgun sequence	True	True
AST0007_000000001473	11501	0.9962073320922172	19	7	3	6	2	False	127406	maximal	True	AST0007_000000001473	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	87.336	9.0	8.000662659741708e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MAD0032_000000004909	3174	0.9962065321867479	3	3	3	3	3	False	88545	fragment	False	MAD0032_000000004909	1.0		0	0	False	False	0.9716446399688721	0					non-mobilizable	chromosome	3128.0	99.77600000000001	99.0	0.0006414165562597395	CP057818.1	enterobacteria	Escherichia coli strain RHB14-C14 chromosome, complete genome	False	False
AUS0012_000000003599	4207	0.9962057594767828	9	5	2	5	2	False	101254	maximal	True	AUS0012_000000003599	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	97.311	37.0	0.0036940974900962218	NZ_JH992945.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.6, whole genome shotgun sequence	True	False
SPA0116_000000014344	2754	0.996205648351976	2	2	2	2	2	False	125031	fragment	False	MON0070_000000009553	0.8724369438781006		0	0	False	False	1.0	0					non-mobilizable	other	2689.0	99.10700000000001	100.0	0.0005677014616834249	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0050_000000000429	36318	0.9962044588859212	29	14	11	13	8	True	74869	fragment	False	ISR0072_000000000332	0.9530864532220023		0	0	False	False	0.9999724626541138	0					non-mobilizable	no_good_hit	611.0	70.704	2.0	0.014311865535030787	NZ_SMUS01000036.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00036, whole genome shotgun sequence	True	True
CHI0095_000000001102	6837	0.9962038252629442	8	6	4	5	4	True	126358	fragment	False	CHI0095_000000001102	1.0		0	0	False	False	0.9983910918235779	0					non-mobilizable	no_good_hit	234.0	92.735	7.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0025_000000009244	3645	0.9962031929573604	7	5	3	5	2	True	125361	fragment	False	FIJ0114_000000005988	0.6953028756270604		0	0	False	False	1.0	0					non-mobilizable	other	3286.0	98.265	90.0	0.0009375824130659887	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0081_000000015926	3536	0.9962031929573604	7	5	3	5	2	True	125361	fragment	False	FIJ0114_000000005988	0.6615527170233712		0	0	False	False	1.0	0					non-mobilizable	other	3203.0	98.22	91.0	0.0009138931161757369	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0129_000000003689	5236	0.9962031899995454	6	4	4	4	2	False	81296	maximal	True	CHI0129_000000003689	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0005624105255982003	NZ_LNYU01000090.1	g-proteobacteria	Legionella santicrucis strain SC-63-C7 Lsan_ctg090, whole genome shotgun sequence	True	False
MON0005_000000002928	10927	0.9962026561421355	15	11	5	7	9	True	124137	fragment	False	DEN0008_000000000333	0.6220424926137189		0	0	False	False	1.0	0					non-mobilizable	other	10929.0	98.67299999999999	100.0	0.003070836356768964	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0071_000000001227	20633	0.996202166124222	26	16	6	12	10	True	119594	fragment	False	FIJ0071_000000001227	1.0		0	0	False	False	0.9988368153572083	0					non-mobilizable	no_good_hit	5625.0	94.06200000000001	50.0	0.22451344762818207	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0316_000000001978	7601	0.9962020046340244	9	7	6	7	4	True	58867	maximal	True	ISR0316_000000001978	1.0	PS257	1	1	False	True	0.9994737505912781	0					non-mobilizable	no_good_hit	290.0	81.03399999999999	4.0	0.00028555629999757834	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	True
MAD0042_000000000770	23407	0.9962015496177516	32	14	7	10	11	False	43048	maximal	True	MAD0042_000000000770	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	83.113	15.0	0.061313076505697235	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
FIJ0021_000000020411	2388	0.9962002243940676	3	2	2	1	1	False	55143	maximal	True	FIJ0021_000000020411	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2395.0	89.77	99.0	0.0008466513815875942	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
FIJ0007_000000005515	3057	0.9961994326538612	3	3	3	3	3	False	88544	fragment	False	FIJ0007_000000005515	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3057.0	100.0	100.0	0.0006120861783690427	CP053731.1	enterobacteria	Escherichia coli strain CP55_Sichuan chromosome, complete genome	False	False
FIJ0112_000000004971	5090	0.9961990785070796	7	6	0	2	6	False	51617	maximal	False	FIJ0099_000000004325	0.9714937286202965		0	0	False	False	1.0	0	rep_cluster_2358	MOBP,MOBP			mobilizable	no_good_hit	2387.0	94.84700000000001	69.0	0.2024174327545114	CP019842.1	enterobacteria	Enterobacter roggenkampii strain R11 plasmid pASM3, complete sequence	True	True
ISR0285_000000013675	1423	0.9961973760560712	4	2	1	2	2	False	30324	fragment	False	ISR0285_000000013675	0.9717854900921593		0	0	False	False	0.9978917837142944	0					non-mobilizable	chromosome	1423.0	99.57799999999999	100.0	0.0004006546844055448	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0029_000000010225	2543	0.9961949290239058	7	1	1	1	1	False	27635	maximal	True	SPA0029_000000010225	1.0		1	1	False	False	0.9992135167121887	0					non-mobilizable	no_good_hit	1173.0	91.73100000000001	74.0	0.020752844433417218	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0066_000000010775	2417	0.9961949290239058	6	1	1	1	1	False	16584	fragment	False	MAD0066_000000010775	1.0		0	0	False	False	0.9991725087165833	0					non-mobilizable	virus	2182.0	92.484	90.0	0.03863467195973488	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	False	False
ISR0227_000000012039	2210	0.9961949290239058	5	1	1	1	1	False	27634	fragment	False	ISR0227_000000012039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	92.152	68.0	0.0209477900258746	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0002_000000028223	1537	0.9961949290239058	3	1	1	1	1	False	20148	maximal	True	MAD0002_000000028223	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	90.0	42.0	0.010420728033176195	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0002_000000037367	1231	0.9961924702291812	2	1	1	1	1	False	20127	maximal	True	MAD0002_000000037367	1.0		1	1	False	False	0.9805036783218384	0					non-mobilizable	no_good_hit	107.0	77.57	9.0	0.010661838664252665	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
SPA0101_000000007443	5948	0.9961920245806112	5	4	3	3	3	True	127263	backbone	True	SPA0101_000000007443	1.0	PS757|PS758|PS996|PS997	0	0	True	True	1.0	44	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3863.0	99.87100000000001	75.0	0.5478014184397163	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
DEN0005_000000001996	11286	0.996191447330524	15	8	6	8	5	True	99221	backbone	False	ENG0181_000000001971	0.6587559271196011	PS555	0	0	False	True	1.0	0	rep_cluster_78				non-mobilizable	plasmid	7600.0	99.355	99.0	0.661990240501917	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
ISR0774_000000005457	4347	0.996187298063566	5	5	4	4	2	False	84716	maximal	True	ISR0774_000000005457	1.0		4	3	False	False	0.9997699856758118	0					non-mobilizable	other	2302.0	99.652	99.0	0.0006025961129015278	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
BAN0020_000000000311	7677	0.9961869870990068	11	11	10	9	9	True	97744	maximal	True	BAN0020_000000000311	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	7599.0	99.895	100.0	0.0013683672324493576	CP050196.1	enterobacteria	Escherichia coli strain RH-004-CS chromosome	False	True
ENG0029_000000007420	3252	0.9961867916324796	5	2	0	2	2	True	65822	maximal	True	ENG0029_000000007420	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	90.164	2.0	2.395832210286985e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
AST0060_000000017089	1743	0.9961866583028304	2	2	2	2	2	False	112410	fragment	False	AST0060_000000017089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1304.0	89.34	83.0	0.02926182936962429	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0097_000000002555	9573	0.9961862693092348	15	9	6	7	7	False	124125	fragment	False	SPA0097_000000002555	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9573.0	97.044	100.0	0.0026897570028951916	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0149_000000002667	5625	0.9961842747669246	7	5	2	4	3	True	130277	maximal	True	ISR0149_000000002667	1.0	PS1090|PS971	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1514.0	99.075	52.0	0.5050066755674232	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0055_000000005531	5524	0.9961842747669246	6	5	2	4	3	True	130272	maximal	True	SPA0055_000000005531	1.0	PS1090|PS531|PS971	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1804.0	86.696	59.0	0.4380226266601082	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
FIJ0023_000000009381	3339	0.9961840863462892	6	2	1	2	1	True	49378	fragment	False	FIJ0023_000000009381	1.0		0	0	False	False	0.9988020658493042	0					non-mobilizable	no_good_hit								True	True
MON0079_000000004458	5117	0.9961828047225052	7	6	0	3	6	False	10117	fragment	False	MON0079_000000004458	1.0		0	0	False	False	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	5117.0	99.805	100.0	0.7319690898683457	CP047384.1	enterobacteria	Escherichia coli strain CAU16175 plasmid pCAU16175_6, complete sequence	False	True
ISR0814_000000006113	6239	0.99618266955905	9	4	2	3	2	False	38192	fragment	False	ISR0814_000000006113	1.0		0	0	False	False	0.997114896774292	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.339101883569889e-07	CP032572.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_02	True	False
MON0076_000000015547	3004	0.99618256822202	4	3	3	2	2	False	100514	fragment	False	ETH0003_000000010764	0.2276745202103495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.852	10.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0381_000000002104	6879	0.996182137439672	9	7	4	7	4	False	93043	fragment	False	ISR0381_000000002104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	94.87200000000001	1.0	0.002009604342833281	NZ_NFLJ01000030.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_30, whole genome shotgun sequence	True	False
FIJ0148_000000000958	18565	0.9961802563327354	21	7	4	6	4	True	79299	fragment	False	FIJ0148_000000000958	0.9626546681664792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	86.30799999999999	2.0	0.0060347256201533145	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0228_000000000787	18288	0.9961794746491252	18	13	7	10	11	False	76990	fragment	False	ISR0128_000000001143	0.9408262390975088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	75.54	6.0	0.003305834708264587	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MAD0102_000000003517	4509	0.996179340980208	4	3	3	3	3	False	98034	maximal	True	MAD0102_000000003517	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3933.0	100.0	97.0	0.035983271256394535	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
FIJ0122_000000004372	3934	0.996179340980208	3	3	3	3	3	False	98033	fragment	False	SPA0134_000000007179	0.9780434252256648		0	0	False	False	1.0	0					non-mobilizable	other	3934.0	100.0	100.0	0.19052463304752215	NZ_ML636821.1	a-proteobacteria	Ochrobactrum gallinifaecis strain ISO 196 scaffold22, whole genome shotgun sequence	False	False
DEN0011_000000004652	7369	0.9961772990325244	8	5	5	2	2	False	75788	fragment	False	DEN0011_000000004652	1.0		0	0	False	False	0.9968788027763367	0					non-mobilizable	no_good_hit	82.0	97.561	1.0	0.0002746311974259259	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	False
ENG0010_000000006149	3278	0.99617679833977	5	5	3	4	4	False	101914	fragment	False	ENG0010_000000006149	0.9762297205383975		0	0	False	False	0.9993898868560791	0					non-mobilizable	chromosome	3139.0	90.57	95.0	0.0005693045722878086	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
MON0106_000000003360	9397	0.9961767663714214	9	6	3	4	5	False	100528	maximal	True	MON0106_000000003360	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	95.103	10.0	0.00016859047426474413	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0034_000000008349	4255	0.996176436761362	5	2	2	2	2	False	37987	fragment	False	ISR0015_000000005434	0.9775216795983569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	1.0	0.015051395007342145	XM_032355157.1	carnivores	PREDICTED: Mustela erminea nucleolin (NCL), transcript variant X2, mRNA	True	False
MAD0105_000000014091	2508	0.9961763523374579	4	4	2	4	3	True	97908	fragment	False	MAD0105_000000014091	0.9940867279894875		0	0	False	False	0.9996013045310974	0					non-mobilizable	plasmid	2508.0	99.44200000000001	100.0	0.025115962210845846	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
AST0113_000000012344	3032	0.9961711931963902	4	3	3	3	1	False	106637	fragment	False	AST0113_000000012344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	94.43299999999999	48.0	0.015276002677865011	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
MON0086_000000019685	1559	0.9961710549588906	3	3	2	3	2	False	13732	fragment	False	MON0010_000000016897	0.9573594440934934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	16.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
CHI0022_000000003517	3494	0.9961684876122252	3	3	3	3	2	True	89203	maximal	True	CHI0022_000000003517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2407.0	98.587	69.0	0.0004521346461118963	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	True
FIJ0142_000000028297	1298	0.9961671760799378	1	1	1	1	1	False	40164	maximal	True	FIJ0142_000000028297	1.0		1	1	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit								True	False
ENG0137_000000006323	2704	0.9961660779778908	3	3	2	2	3	False	108459	fragment	False	ENG0137_000000006323	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2609.0	99.77	100.0	0.015466179592708124	CP043485.1	firmicutes	Enterococcus faecium strain DMEA02 plasmid pDMEA1, complete sequence	False	True
FIJ0050_000000005031	5130	0.9961657895921004	11	8	4	5	4	True	125361	fragment	False	FIJ0114_000000005988	0.49887264013412297		0	0	False	False	1.0	0					non-mobilizable	other	4808.0	95.986	94.0	0.001368841781754789	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0353_000000020377	1815	0.9961653441188384	4	2	1	2	2	False	24022	fragment	False	ISR0353_000000020377	1.0		0	0	False	False	0.9818181991577148	0					non-mobilizable	other	1816.0	98.954	100.0	0.0008374335087955923	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
ISR0040_000000002853	8604	0.9961642668359802	15	5	2	4	3	False	81994	maximal	True	ISR0040_000000002853	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	89.47399999999999	1.0	0.00043952388871730297	NZ_FUXZ01000009.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
ISR0281_000000015206	1224	0.996162345783514	3	3	3	3	2	False	26160	fragment	False	ISR0281_000000015206	1.0		0	0	False	False	0.9950980544090271	0					non-mobilizable	no_good_hit	445.0	74.607	36.0	0.00010045269471723134	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0197_000000000451	26769	0.9961561398001426	30	21	9	16	15	True	100960	fragment	False	ENG0197_000000000451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	82.042	4.0	0.0002005033650611114	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
SPA0042_000000003376	7851	0.9961560384896724	12	6	3	6	4	False	121904	maximal	True	SPA0042_000000003376	0.9565045677914183	PS602	1	1	True	True	1.0	132					non-mobilizable	no_good_hit								True	True
CHI0162_000000001605	13483	0.9961534793358447	18	10	8	8	8	True	96510	maximal	True	CHI0162_000000001605	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5493.0	99.618	44.0	0.04420894969520788	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0181_000000001363	11319	0.9961524403086016	10	7	5	6	4	False	87853	maximal	True	ISR0181_000000001363	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	71.602	4.0	0.06286318013734812	NZ_JMLK01000049.1	firmicutes	Clostridium akagii DSM 12554 BR66DRAFT_scaffold00044.44_C, whole genome shotgun sequence	True	False
SPA0079_000000009026	2721	0.9961518356667092	2	2	2	2	2	False	125031	fragment	False	MON0070_000000009553	0.8646492098532393		0	0	False	False	1.0	0					non-mobilizable	other	2737.0	80.818	100.0	0.0018878691892936408	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
ENG0063_000000006275	4838	0.9961509670185014	6	3	3	3	2	True	130330	maximal	True	ENG0063_000000006275	1.0	PS1061|PS1094	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1164.0	98.969	51.0	0.28716049382716047	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0067_000000010507	3116	0.9961495807494528	7	4	3	4	2	False	70847	fragment	False	DEN0067_000000010507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	76.291	14.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
SPA0112_000000003253	9932	0.996149497605136	11	11	6	8	11	False	87230	maximal	True	SPA0112_000000003253	1.0		9	3	False	False	0.9987918138504028	0					non-mobilizable	chromosome	7479.0	100.0	99.0	0.003309848370171884	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	False	False
SPA0011_000000002001	10714	0.9961485468642288	14	8	6	6	8	True	85981	fragment	False	SPA0011_000000002001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8909.0	99.96600000000001	85.0	0.192833946741719	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0120_000000008419	2736	0.9961480930137416	3	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.35567694255056465		0	0	True	True	1.0	8					non-mobilizable	plasmid	2498.0	91.87299999999999	99.0	0.9287321830457614	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ENG0175_000000017874	1394	0.9961461469879912	3	3	2	3	2	False	55589	fragment	False	ENG0175_000000017874	1.0		0	0	False	False	0.9892395734786987	0					non-mobilizable	other	1394.0	99.641	100.0	0.008244213367107187	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
DEN0021_000000008943	3674	0.9961455329802054	8	4	2	3	4	True	124073	fragment	False	DEN0021_000000008943	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2383.0	98.238	99.0	0.0006691371250541689	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0042_000000001194	15228	0.9961446584261788	14	9	9	9	6	True	101262	maximal	True	FIJ0042_000000001194	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2132.0	91.698	14.0	0.0004955332021243536	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
DEN0067_000000003540	7528	0.9961427760216028	8	4	3	4	3	False	70861	fragment	False	DEN0067_000000003540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.01517706576728499	XM_014375123.2	wasps, ants, and bees	PREDICTED: Trichogramma pretiosum COP9 signalosome complex subunit 7a (LOC106654955), mRNA	True	False
CHI0083_000000002523	3935	0.9961406459377802	5	3	3	3	1	True	84226	maximal	True	CHI0083_000000002523	1.0		1	1	False	False	0.9954256415367126	0					non-mobilizable	no_good_hit	1068.0	99.719	27.0	0.00019834523931459172	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
SPA0111_000000014793	2327	0.9961371857036234	4	4	4	3	3	False	98265	fragment	False	SPA0111_000000014793	0.953619419159081		0	0	False	False	0.9974215626716614	0					non-mobilizable	plasmid	2190.0	100.0	95.0	0.03087185851690971	CP020527.1	enterobacteria	Enterobacter cloacae strain 109 plasmid unnamed2, complete sequence	False	True
ISR0331_000000000861	15769	0.9961359661168104	22	8	6	8	6	False	87557	maximal	True	ISR0331_000000000861	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	89.73200000000001	9.0	0.00019918332610783764	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0055_000000003676	7706	0.9961347649877212	6	2	2	2	1	False	113991	maximal	True	AST0055_000000003676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	91.244	3.0	0.004379233429512759	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0086_000000000180	57855	0.996131472285158	42	27	20	24	15	True	130794	maximal	False	ISR0131_000000000086	0.9586454924007276		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	541.0	99.815	1.0	0.9981481481481481	KU544993.1	bacteria	Uncultured bacterium clone AX_01B_000_Contig_4 genomic sequence	True	True
MAD0076_000000004898	1332	0.9961299141383708	3	1	1	1	1	False	45845	fragment	False	MAD0076_000000004898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0060_000000013428	1118	0.9961299141383708	3	1	1	1	1	False	45844	fragment	False	FIJ0060_000000013428	1.0		0	0	False	False	0.9767441749572754	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000002368	12503	0.9961292852931624	9	3	3	3	3	True	104206	fragment	False	DEN0051_000000002368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9751.0	95.23100000000001	80.0	0.23338615192547776	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	True
DEN0065_000000012561	2701	0.9961270473849184	2	2	2	2	2	False	71121	fragment	False	DEN0065_000000012561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	95.08	32.0	0.18685787671232876	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
ENG0188_000000004921	5365	0.9961250801120765	6	4	4	4	3	True	80334	fragment	False	ENG0188_000000004921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4412.0	97.008	86.0	0.024332849346617936	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
FIJ0067_000000004870	6259	0.9961236946753016	9	8	6	8	6	False	45245	maximal	True	FIJ0067_000000004870	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	1.0	0.00015887419302603397	NZ_FRDE01000001.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0052_000000001991	12486	0.9961235202577318	20	11	10	8	9	False	123922	fragment	False	ISR0006_000000001143	0.9676307507867525		0	0	False	False	0.9997597336769104	0					non-mobilizable	no_good_hit	5503.0	95.693	74.0	0.0547960242695194	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0146_000000025604	1644	0.9961200606962638	3	1	1	1	1	False	105395	fragment	False	ISR0030_000000011864	0.8842822176565202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	88.12299999999999	35.0	0.0010873269947745574	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0092_000000005635	2584	0.9961186797240538	4	3	2	2	2	False	68569	maximal	True	DEN0092_000000005635	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	93.289	35.0	0.007868713004643249	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0102_000000006481	4042	0.9961170707741808	5	5	3	3	4	False	115412	fragment	False	ENG0102_000000006481	1.0		0	0	False	False	0.9990103840827942	0					non-mobilizable	chromosome	4045.0	96.415	100.0	0.001665418838012073	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0144_000000000207	16357	0.9961166133623984	20	20	10	14	20	True	114240	maximal	True	ISR0144_000000000207	1.0		7	2	False	False	0.9999388456344604	0					non-mobilizable	plasmid	16359.0	99.969	100.0	0.1353847681790343	AP005147.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium plasmid R64 DNA, complete sequence	False	True
ISR0136_000000001983	3737	0.9961150780770824	3	2	2	2	2	True	120501	backbone	False	FIJ0011_000000010251	0.6103196394638406	PS843	0	0	True	True	1.0	16	rep_cluster_1778	MOBQ			mobilizable	plasmid	1981.0	99.14200000000001	100.0	0.4850563449289564	CP054456.1	enterobacteria	Escherichia coli strain SCU-487 plasmid pSCU-487-2, complete sequence	False	True
ISR0138_000000008265	3554	0.9961150780770824	2	2	2	2	2	True	120501	backbone	False	FIJ0011_000000010251	0.0785503810763477	PS843	0	0	False	True	1.0	0	rep_cluster_1778	MOBQ		MOBQ	mobilizable	plasmid	3554.0	99.944	100.0	0.43509674259123193	CP035724.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_D, complete sequence	False	True
ISR0213_000000007665	3177	0.9961150780770824	2	2	2	2	2	True	120501	backbone	False	FIJ0011_000000010251	0.04408829920766222	PS843	0	0	False	True	1.0	0	rep_cluster_1778	MOBQ			mobilizable	plasmid	2994.0	99.96700000000001	100.0	0.737192118226601	JX566767.1	enterobacteria	Salmonella enterica subsp. enterica serovar Derby plasmid pSD4.0, complete sequence	False	True
DEN0096_000000003768	9447	0.996114266758264	17	9	8	6	8	False	123891	fragment	False	SPA0113_000000003241	0.9176067687348912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3327.0	95.852	75.0	0.03313108733833626	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
MAD0048_000000004680	4650	0.996113235324361	4	4	3	4	4	False	17568	maximal	True	MAD0048_000000004680	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	chromosome	4331.0	98.59200000000001	93.0	0.0005676765720783942	CP050202.1	enterobacteria	Escherichia coli strain RH-045-CS chromosome	False	True
ISR0069_000000020609	1248	0.9961105744730692	2	2	2	2	2	False	34932	fragment	False	ISR0069_000000020609	1.0		0	0	False	False	0.9943910241127014	0					non-mobilizable	other	1232.0	99.919	99.0	0.05963280530930582	NZ_ML636821.1	a-proteobacteria	Ochrobactrum gallinifaecis strain ISO 196 scaffold22, whole genome shotgun sequence	False	False
ISR0328_000000001894	10965	0.9961093416081008	16	11	5	6	11	True	123628	fragment	False	USA0108_01_000000001009	0.6738849856522728		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6651.0	99.20299999999999	96.0	0.21394764802472713	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0126_000000004523	10640	0.9961093416081008	15	11	5	6	11	True	123628	fragment	False	USA0108_01_000000001009	0.6445023155610816		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6644.0	99.639	96.0	0.21445635330578514	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MAD0006_000000000030	73303	0.9961092049852394	77	33	22	30	19	True	98437	maximal	True	MAD0006_000000000030	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	78.743	1.0	0.00025082563437983364	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
ENG0063_000000000433	34375	0.9961090542089654	35	15	6	13	9	False	73527	maximal	False	ISR0142_000000000005	0.9784958998815652		0	0	True	True	0.9998836517333984	64					non-mobilizable	no_good_hit								True	True
ISR0776_000000002476	10791	0.996108490599786	15	8	8	7	6	False	93691	maximal	True	ISR0776_000000002476	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1428.0	99.44	22.0	0.00039599891141954227	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0049_000000005754	3454	0.99610809225631	5	5	0	4	4	False	105951	maximal	False	BAN0019_000000000888	0.9916553433528019		0	0	True	True	1.0	1238		MOBP		MOBP	mobilizable	plasmid	3454.0	98.9	100.0	0.5268784361637141	CP032882.1	enterobacteria	Escherichia coli strain SCEC020022 plasmid p3_020022, complete sequence	False	True
AST0118_000000008470	3432	0.99610809225631	5	5	0	4	4	False	105951	maximal	False	BAN0019_000000000888	0.9941275252221665		0	0	True	True	1.0	576		MOBP		MOBP	mobilizable	plasmid	3437.0	99.65100000000001	100.0	0.5572865952612788	CP021100.1	enterobacteria	Escherichia coli strain 13P477T plasmid p13P477T-10, complete sequence	False	True
DEN0085_000000011221	2768	0.996107914938305	4	4	0	4	3	False	68988	fragment	False	DEN0085_000000011221	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	2745.0	99.964	99.0	0.8135191224429291	CP034826.1	enterobacteria	Salmonella sp. SSDFZ54 plasmid pTB507, complete sequence	False	True
ISR0138_000000013706	2135	0.996107914938305	4	4	0	4	3	False	103816	fragment	False	ISR0138_000000013706	1.0		0	0	False	False	0.999531626701355	0		MOBP			mobilizable	plasmid	2135.0	99.859	100.0	0.40188323917137475	LR792482.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate SV68791 genome assembly, plasmid: 46	False	True
ENG0070_000000003693	5922	0.996107180919196	6	5	4	4	3	False	62456	maximal	True	ENG0070_000000003693	1.0		1	1	False	False	0.9961161613464355	0					non-mobilizable	no_good_hit	810.0	76.04899999999999	14.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
DEN0047_000000000173	8920	0.9961071129308844	9	6	6	5	6	False	72676	maximal	True	DEN0047_000000000173	1.0		1	1	False	False	0.999775767326355	0					non-mobilizable	no_good_hit	1730.0	85.20200000000001	25.0	0.0003206702398847895	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	False
ENG0038_000000001359	13774	0.9961041778124838	12	8	4	6	6	False	76987	fragment	False	USA0081_01_000000001790	0.7105412546986626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	98.48700000000001	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ENG0192_000000002064	6862	0.9961038771448674	9	8	4	4	7	True	127273	maximal	True	ENG0192_000000002064	1.0	PS757|PS758|PS996	0	0	True	True	1.0	13	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4505.0	99.845	71.0	0.9195590036749693	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ISR0360_000000001176	16703	0.9961036766241416	12	10	9	10	7	True	113164	fragment	False	AST0058_000000000949	0.6246078490902099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2304.0	76.389	14.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0101_000000003858	11171	0.99610137037544	11	10	10	10	8	False	32970	maximal	True	MON0101_000000003858	1.0		0	0	False	False	0.9904216527938843	0					non-mobilizable	no_good_hit	5229.0	87.971	76.0	0.2231783543111568	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	False
ISR0388_000000006389	4815	0.9960960396882612	5	5	4	4	5	False	90356	fragment	False	SPA0139_000000004463	0.9458395802098951		0	0	False	False	0.9997923374176025	0					non-mobilizable	chromosome	4815.0	99.979	100.0	0.0010104272990841716	CP057173.1	enterobacteria	Escherichia coli strain RHB34-C12 chromosome, complete genome	False	False
FIJ0028_000000001016	23477	0.9960931738266819	46	12	6	8	11	False	48967	maximal	True	FIJ0028_000000001016	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	94.102	40.0	0.026122709389288627	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0121_000000001757	11459	0.9960882624215944	17	11	7	7	10	True	124137	fragment	False	DEN0008_000000000333	0.6440807746281725		0	0	False	False	1.0	0					non-mobilizable	other	11464.0	97.741	100.0	0.0032203453658108867	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0132_000000004789	5175	0.9960853286835972	8	6	2	5	4	False	86128	maximal	True	ISR0132_000000004789	1.0		0	0	False	False	0.9986473321914673	0					non-mobilizable	no_good_hit	216.0	97.22200000000001	4.0	0.0008780171582605413	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0141_000000004864	5653	0.996084601287368	6	4	4	4	3	True	80149	maximal	True	CHI0141_000000004864	1.0		1	1	True	True	0.9989386200904846	3					non-mobilizable	no_good_hit								True	True
MAD0015_000000004799	3630	0.996084537584058	4	4	2	3	4	True	19439	fragment	False	MAD0015_000000004799	1.0		0	0	False	False	0.9997245073318481	0					non-mobilizable	plasmid	3630.0	99.917	100.0	0.03999559155783325	CP027138.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed2	False	True
MAD0085_000000001852	5530	0.9960835296177905	6	3	3	2	2	True	102183	maximal	False	MAD0108_000000002911	0.7041809036589305		0	0	True	True	1.0	105					non-mobilizable	no_good_hit	193.0	81.865	3.0	0.06140939597315436	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
CHI0066_000000003343	4012	0.9960822442083352	4	2	2	2	2	True	120501	backbone	False	FIJ0011_000000010251	0.8826410274880926	PS843	0	0	True	True	1.0	13	rep_cluster_1778	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3963.0	99.823	100.0	0.9729862475442044	CP056602.1	enterobacteria	Escherichia coli strain RHBSTW-00322 plasmid pRHBSTW-00322_5, complete sequence	False	True
ISR0039_000000009575	3527	0.9960822442083352	3	2	2	2	2	True	120501	backbone	False	FIJ0011_000000010251	0.054818926634768214	PS843	0	0	False	True	0.9954635500907898	0	rep_cluster_1778	MOBQ		MOBQ	mobilizable	plasmid	3388.0	99.734	96.0	0.8287252263273795	CP054378.1	enterobacteria	Escherichia coli strain SCU-182 plasmid pSCU-182-3, complete sequence	False	True
MAD0057_000000004739	3395	0.9960822442083352	2	2	2	2	2	True	120501	backbone	False	FIJ0011_000000010251	0.0471925250336555	PS843	0	0	False	True	0.9973490238189697	0	rep_cluster_1778	MOBQ		MOBQ	mobilizable	plasmid	3385.0	99.734	99.0	0.8301423662248405	LT985255.1	enterobacteria	Escherichia coli strain 580 genome assembly, plasmid: RCS49_pII	False	True
ENG0071_000000006460	3227	0.9960822442083352	2	2	2	2	2	True	120501	backbone	False	FIJ0011_000000010251	0.04658047851047741	PS843	0	0	False	True	1.0	0	rep_cluster_1778	MOBQ		MOBQ	mobilizable	plasmid	3227.0	99.969	100.0	0.7918507609229258	CP018208.1	enterobacteria	Escherichia coli strain MRSN346647 plasmid pMRSN346647_4.1, complete sequence	False	True
ENG0088_000000006922	3188	0.9960822442083352	2	2	2	2	2	True	120501	backbone	False	FIJ0011_000000010251	0.04627463094898907	PS843	0	0	False	True	0.9984316229820251	0	rep_cluster_1778	MOBQ			mobilizable	plasmid	3188.0	100.0	100.0	0.7826620825147348	CP051723.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-4, complete sequence	False	True
ENG0012_000000009304	2572	0.9960821477625784	2	2	2	2	1	False	67079	maximal	True	ENG0012_000000009304	1.0		0	0	False	False	0.9972783923149109	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.010280042538107055	NZ_LBBT01000243.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig258, whole genome shotgun sequence	True	False
DEN0078_000000000700	20257	0.9960798802771156	23	18	10	11	14	True	132400	maximal	True	DEN0078_000000000700	1.0	PS1107|PS1110|PS1114|PS1158|PS1159|PS463|PS753	1	1	False	True	1.0	0		MOBV,MOBV			mobilizable	no_good_hit	2956.0	89.005	46.0	0.47823251263655636	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0100_000000010783	3754	0.9960771844364624	6	4	2	4	3	True	125370	fragment	False	MON0100_000000010783	0.994222833562586		0	0	False	False	0.9832178950309753	0					non-mobilizable	other	3717.0	98.09	99.0	0.0010605955089659708	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0105_000000028621	1900	0.9960745240269028	4	2	1	2	2	True	125361	fragment	False	FIJ0114_000000005988	0.021007161158925168		0	0	False	False	1.0	0					non-mobilizable	other	1899.0	97.999	99.0	0.0005417142831047935	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0112_000000007823	4409	0.9960741126984766	5	4	2	3	4	True	45452	fragment	False	SPA0112_000000007823	1.0		0	0	False	False	0.9990927577018738	0	rep_cluster_2141	MOBQ			mobilizable	plasmid	4409.0	99.955	100.0	0.7711686494051785	CP054357.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-4, complete sequence	False	True
TAN0015_000000003469	1690	0.9960700019829624	3	3	2	3	2	False	2526	fragment	False	TAN0015_000000003469	1.0		0	0	False	False	0.9994083046913147	0					non-mobilizable	no_good_hit								True	False
CHI0056_000000001311	10047	0.9960656652538196	9	8	4	5	6	True	109147	maximal	True	CHI0056_000000001311	1.0		1	1	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	6115.0	97.383	91.0	0.041266068920816676	MN480763.1	firmicutes	Streptococcus salivarius strain YU10 plasmid pSsal-YU10, complete sequence	False	True
MAD0047_000000016400	2638	0.9960624559920588	3	3	3	3	2	False	17670	maximal	True	MAD0047_000000016400	1.0		1	1	False	False	0.9799090027809143	0					non-mobilizable	no_good_hit								True	False
ISR0255_000000005246	5250	0.9960611230360088	6	5	4	4	4	False	26911	fragment	False	ISR0255_000000005246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	78.767	3.0	3.953389267884111e-05	NZ_CP035807.1	spirochetes	Spirochaeta perfilievii strain P chromosome, complete genome	True	False
SPA0120_000000015667	2651	0.9960602811348518	2	2	2	2	2	False	125028	fragment	False	SPA0120_000000015667	0.9546370967741935		0	0	False	False	0.9950962066650391	0					non-mobilizable	other	2529.0	79.043	100.0	0.0012464567157289348	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0047_000000000108	59046	0.9960601721289948	104	28	13	19	15	True	52606	maximal	True	MON0047_000000000108	1.0		2	1	True	True	1.0	92					non-mobilizable	no_good_hit	3265.0	92.772	43.0	0.05784567398008011	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0149_000000006584	5243	0.9960598872085872	6	6	2	3	5	False	127640	backbone	False	CHI0066_000000002654	0.982382689265058	PS1015|PS542	0	0	True	True	1.0	49	rep_cluster_2131	MOBQ			mobilizable	plasmid	5029.0	99.42299999999999	100.0	0.9736587255471625	CP023837.1	enterobacteria	Escherichia coli strain 4/2-1 plasmid p4_2_1.3, complete sequence	False	True
MON0010_000000020233	1354	0.9960590756561888	3	2	1	2	1	True	13723	fragment	False	MON0010_000000020233	1.0		0	0	False	False	0.9992614388465881	0					non-mobilizable	no_good_hit								True	True
CAN0016_000000028777	1626	0.9960588250408736	3	2	1	2	1	True	92780	fragment	False	CAN0016_000000028777	0.8460861020531537		0	0	False	False	0.9858548641204834	0					non-mobilizable	other	1627.0	98.34100000000001	100.0	0.0004640818884764985	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0075_000000008682	2213	0.9960567673660706	5	3	2	3	1	True	125361	fragment	False	FIJ0114_000000005988	0.1715151871082786		0	0	False	False	1.0	0					non-mobilizable	other	2212.0	98.101	99.0	0.0006310486195704417	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0084_01_000000014797	2210	0.9960567673660706	5	3	2	3	1	True	125361	fragment	False	FIJ0114_000000005988	0.1943604953516292		0	0	False	False	0.9850678443908691	0					non-mobilizable	other	2085.0	97.794	94.0	0.000594801141196201	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0101_000000015960	2068	0.9960567673660706	5	3	2	3	1	False	125361	fragment	False	FIJ0114_000000005988	0.14009718233903656		0	0	False	False	0.9898452758789062	0					non-mobilizable	other	2035.0	97.985	98.0	0.000580530480418941	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0054_000000008553	2023	0.9960567673660706	5	3	2	3	1	False	125361	fragment	False	FIJ0114_000000005988	0.12901164148676109		0	0	False	False	0.9955511689186096	0					non-mobilizable	other	2000.0	98.15	99.0	0.0005705410178748589	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0024_000000012316	1983	0.9960567673660706	5	3	2	3	1	False	125361	fragment	False	FIJ0114_000000005988	0.04933754735984263		0	0	False	False	0.9909228682518005	0					non-mobilizable	other	1947.0	98.25399999999999	98.0	0.0005554141174509632	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0004_000000017101	1531	0.9960567673660706	4	3	2	3	1	False	122111	fragment	False	FIJ0103_000000012997	0.35900818157685843		0	0	False	False	0.9915088415145874	0					non-mobilizable	other	1531.0	98.62799999999999	100.0	0.0004366822197841591	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ITA0001_000000000015	15389	0.996052691426676	16	12	7	5	10	True	132596	backbone	False	ISR0120_000000000296	0.24918212248679766	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	15389.0	99.948	100.0	0.49539600772698006	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
AST0006_000000008845	1421	0.9960520786720324	2	1	1	1	1	False	127481	maximal	True	AST0006_000000008845	1.0		1	1	False	False	0.993666410446167	0					non-mobilizable	no_good_hit								True	False
MON0026_000000031786	1563	0.9960515199110463	2	2	2	2	1	False	12725	fragment	False	MON0026_000000031786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	282.0	80.49600000000001	18.0	0.0001887519987488439	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
MON0044_000000020192	2554	0.9960464731342126	3	3	3	3	3	False	11636	maximal	True	MON0044_000000020192	1.0		2	1	False	False	0.9976507425308228	0					non-mobilizable	no_good_hit	548.0	91.05799999999999	21.0	0.008277037307528452	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
AST0102_000000013171	2361	0.9960453700326608	3	2	1	2	1	False	124336	fragment	False	AST0102_000000013171	0.9870977551620354		0	0	False	False	0.9855993390083313	0					non-mobilizable	no_good_hit	683.0	95.022	46.0	0.010361511776519993	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
AST0014_000000007747	2162	0.9960453700326608	2	2	1	2	1	False	124336	fragment	False	AST0102_000000013171	0.9589968889316269		0	0	False	False	0.9967622756958008	0					non-mobilizable	no_good_hit	1027.0	77.702	47.0	0.0017779203212806604	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
CHI0015_000000009841	1099	0.99604315781165	1	1	1	1	1	False	89715	fragment	False	CHI0027_000000014490	0.4709729732855426		0	0	False	False	1.0	0					non-mobilizable	other	1099.0	100.0	100.0	0.003969889580666855	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0024_000000001862	10469	0.9960403145114082	12	8	7	7	5	True	49263	maximal	True	FIJ0024_000000001862	1.0		2	1	False	False	0.9992358684539795	0					non-mobilizable	no_good_hit	3298.0	91.35799999999999	45.0	0.053155985489721884	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
FIJ0112_000000003594	6716	0.9960402346681004	3	3	3	2	2	False	42055	maximal	True	FIJ0112_000000003594	1.0		1	1	False	False	0.9998511075973511	0					non-mobilizable	no_good_hit	2563.0	93.796	51.0	0.0004771764579521578	CP031808.1	enterobacteria	Klebsiella pneumoniae strain INF206-sc-2280074 chromosome, complete genome	True	False
FIJ0001_000000001429	12332	0.9960312515541422	18	17	5	10	16	True	123628	fragment	False	USA0108_01_000000001009	0.12148140849826809		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6029.0	99.353	99.0	0.1824676110909311	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0019_000000013177	2198	0.9960301268147566	5	3	2	3	2	False	122333	fragment	False	AST0019_000000013177	0.976911976911977		0	0	False	False	1.0	0					non-mobilizable	chromosome	2200.0	98.90899999999999	100.0	0.0006192960592991474	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0143_000000002610	13512	0.9960279279596106	19	7	2	7	2	False	118836	backbone	True	ISR0143_000000002610	0.9579770401070414	PS813	5	1	False	True	1.0	0					non-mobilizable	no_good_hit	2737.0	96.529	59.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
ISR0179_000000001815	13477	0.9960279279596106	20	7	2	7	2	False	118836	backbone	False	ISR0143_000000002610	0.9566142238608614	PS813	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2737.0	96.529	59.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
SPA0131_000000001289	12141	0.9960279279596106	19	7	2	7	2	False	118836	backbone	False	ISR0143_000000002610	0.7316894405231211	PS813	0	0	False	True	0.9999176263809204	0					non-mobilizable	no_good_hit	2737.0	96.602	63.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
SPA0049_000000001365	14053	0.9960267751953156	16	11	7	9	7	True	116753	maximal	True	SPA0049_000000001365	1.0		8	4	False	False	0.9991461038589478	0					non-mobilizable	no_good_hit	3942.0	98.706	74.0	0.06352277307537284	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MON0076_000000011573	3894	0.996025920507139	3	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.8885214398465212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	71.705	19.0	0.0002785156546714121	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
CAN0018_000000008896	3856	0.996025920507139	2	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.8943372974154362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
USA0023_01_000000008261	3854	0.996025920507139	2	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.8934622786762622		0	0	False	False	0.9997405409812927	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
USA0050_01_000000003593	3854	0.996025920507139	2	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.8925865364615355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
SPA0007_000000006217	3825	0.996025920507139	2	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.8899818751031309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
SPA0077_000000007571	3819	0.996025920507139	2	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.8879415690778192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
MON0024_000000031060	1652	0.9960241103789648	2	2	2	2	1	False	13923	maximal	True	MON0024_000000031060	1.0		1	1	False	False	0.9981840252876282	0					non-mobilizable	no_good_hit	672.0	89.435	41.0	0.028726774552615807	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	False
ISR0198_000000002160	16242	0.9960226436695282	20	8	6	8	7	True	28903	maximal	True	ISR0198_000000002160	1.0		2	1	False	False	0.9997537136077881	0					non-mobilizable	no_good_hit								True	True
ISR0837_000000003674	2927	0.9960219215652459	3	3	3	3	2	False	125031	fragment	False	MON0070_000000009553	0.8710443770164134		0	0	False	False	0.995216965675354	0					non-mobilizable	other	2909.0	99.037	99.0	0.010514060929489265	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
BAN0016_000000000033	19696	0.9960211819278368	27	25	12	14	24	True	98748	fragment	False	BAN0016_000000000033	1.0		0	0	False	False	0.9998477101325989	0		MOBP	MPF_T		conjugative	plasmid	19696.0	100.0	100.0	0.36530400267092034	CP023360.1	enterobacteria	Escherichia coli strain 1943 plasmid p54, complete sequence	False	True
SPA0132_000000004012	8530	0.99602105753795	10	5	5	4	4	True	31915	fragment	False	SPA0132_000000004012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	97.126	32.0	0.0003663727663090634	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0089_000000000821	16378	0.996015040643232	11	8	6	6	7	True	105103	maximal	True	DEN0089_000000000821	1.0	PS3	10	6	False	True	0.9992062449455261	0					non-mobilizable	no_good_hit	2355.0	99.958	14.0	0.0052619696397316704	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	True	True
SPA0092_000000006385	5842	0.9960128246552988	4	3	2	3	2	False	120286	maximal	True	SPA0092_000000006385	1.0		1	1	False	False	0.9981170892715454	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000009382	3528	0.9960108935548726	4	4	4	4	4	True	48587	maximal	True	MAD0105_000000009382	1.0		1	1	False	False	0.9951813817024231	0					non-mobilizable	plasmid	2436.0	99.795	94.0	0.033925461511668406	CP045065.1	enterobacteria	Enterobacter roggenkampii strain WCHER090065 plasmid pMCR10_090065, complete sequence	False	True
DEN0033_000000006067	4454	0.996010436105466	5	3	3	3	2	False	73636	fragment	False	DEN0033_000000006067	1.0		0	0	False	False	0.9979793429374695	0					non-mobilizable	no_good_hit	318.0	85.84899999999999	11.0	0.006405140483352774	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
FIJ0051_000000012888	1720	0.9960099137604348	3	2	2	2	2	False	82014	fragment	False	ISR0179_000000012645	0.924119241192412		0	0	False	False	0.9523255825042725	0					non-mobilizable	no_good_hit	1233.0	91.484	72.0	0.6039215686274509	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ETH0003_000000013205	2819	0.9960096782691988	2	1	1	1	1	False	53212	fragment	False	ETH0003_000000013205	1.0		0	0	False	False	0.9960979223251343	0					non-mobilizable	no_good_hit	44.0	97.727	2.0	0.0010714641682447923	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0147_000000000843	18215	0.9960090820905532	20	16	7	10	10	True	102538	fragment	False	CHI0147_000000000843	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	9257.0	75.532	50.0	0.29593879132231404	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
FIJ0038_000000001260	19383	0.9960048354899788	21	12	8	12	5	True	64263	fragment	False	FIJ0085_000000000991	0.9649651628205762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00011946889894990958	NZ_FNHC01000006.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	True
ISR0013_000000004184	5420	0.9960046184780006	7	3	2	3	0	True	130324	maximal	True	ISR0013_000000004184	1.0	PS1094|PS327|PS552	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1428.0	88.796	58.0	0.35185185185185186	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0370_000000005507	4619	0.9960018689431452	9	5	2	5	3	False	125200	fragment	False	ISR0370_000000005507	1.0		0	0	False	False	0.9997835159301758	0					non-mobilizable	no_good_hit	275.0	77.455	6.0	0.06720977596741344	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0317_000000002694	5651	0.9960016979558206	6	2	2	2	1	False	25180	maximal	True	ISR0317_000000002694	1.0		1	1	False	False	0.9998230338096619	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000011760	2225	0.9960012943885964	4	3	2	2	3	False	83959	fragment	False	ENG0042_000000011760	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2194.0	99.954	100.0	0.4693921232876712	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	False	False
SPA0139_000000008650	3098	0.9959989283559652	5	5	3	4	3	True	126570	backbone	False	FIJ0004_000000008444	0.20750273519868348	PS971	0	0	True	True	0.9996772408485413	133					non-mobilizable	plasmid	1807.0	86.829	99.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
MAD0040_000000001920	9258	0.9959954807301168	11	2	2	2	2	False	18420	maximal	True	MAD0040_000000001920	1.0		1	1	False	False	0.9984877705574036	0					non-mobilizable	no_good_hit	649.0	90.447	7.0	0.0008556729662888657	NZ_LXWL01000001.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig001, whole genome shotgun sequence	True	False
DEN0003_000000002493	9892	0.9959946494190336	14	11	5	6	10	True	123628	fragment	False	USA0108_01_000000001009	0.476496414046963		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	9734.0	98.88	98.0	0.31301716088734344	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
DEN0093_000000006450	4875	0.995994111031141	10	7	5	7	5	False	76193	maximal	True	DEN0093_000000006450	1.0		7	2	False	False	0.9969230890274048	0					non-mobilizable	other	4870.0	100.0	99.0	0.0013896769464895886	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0118_000000000658	13563	0.9959925115833721	19	10	8	8	7	False	123888	fragment	False	SPA0082_000000000937	0.808968563669343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	89.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
SPA0041_000000008422	4068	0.9959895816427622	7	2	2	2	2	False	6925	maximal	True	SPA0041_000000008422	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	568.0	93.486	35.0	0.010048559174848475	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0019_000000005193	5079	0.9959872239026859	5	4	3	3	3	False	83969	maximal	True	SPA0019_000000005193	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4318.0	98.47200000000001	92.0	0.0009828838865100383	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
USA0084_01_000000022924	1399	0.9959850899537992	2	2	2	2	2	False	1281	fragment	False	USA0041_01_000000011951	0.9687177105014755		0	0	False	False	0.9985703825950623	0					non-mobilizable	no_good_hit	939.0	97.65700000000001	67.0	0.2007705479452055	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
DEN0094_000000000537	24245	0.9959845434358984	33	8	6	8	5	False	125861	maximal	True	DEN0094_000000000537	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1831.0	93.93799999999999	8.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0376_000000003088	5761	0.9959782813177088	7	7	6	7	6	False	23355	maximal	True	ISR0376_000000003088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	93.23	22.0	0.024387923982726805	NZ_QSFT01000025.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf25, whole genome shotgun sequence	True	False
ISR0376_000000000821	13378	0.9959765351913744	13	4	3	4	2	True	44549	fragment	False	ISR0376_000000000821	0.9973612786489747		0	0	False	False	0.9990282654762268	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.2231553708522993e-06	CP023121.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-09	True	True
SPA0016_000000009814	3327	0.9959757505910212	4	3	3	3	3	False	36418	fragment	False	SPA0016_000000009814	1.0		0	0	False	False	0.9996994137763977	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.881764405744897e-06	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
MON0105_000000006792	7355	0.9959747552287618	7	6	5	6	6	False	8761	fragment	False	MON0105_000000006792	1.0		0	0	False	False	0.9993202090263367	0					non-mobilizable	plasmid	4470.0	96.868	100.0	0.06799647008703061	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
CHI0124_000000001607	10291	0.9959717271423102	11	10	5	8	10	True	123595	maximal	True	CHI0124_000000001607	1.0	PS902	2	1	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	4856.0	99.32	62.0	0.0009221280526969396	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
SPA0040_000000009937	3826	0.995971645161725	6	2	2	1	2	False	55793	fragment	False	SPA0040_000000009937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0290_000000000147	38233	0.9959691238347766	34	15	7	12	6	True	132145	fragment	False	ISR0012_000000000319	0.8211893737068932		0	0	False	True	0.9996076822280884	0					non-mobilizable	no_good_hit	655.0	71.908	2.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
FIJ0092_000000000336	33219	0.9959690491500314	26	16	13	16	11	True	50053	fragment	False	FIJ0092_000000000336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	3.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
MON0083_000000000335	25333	0.9959684124712366	49	8	6	5	6	False	25085	maximal	True	MON0083_000000000335	1.0		1	1	False	False	0.99952632188797	0					non-mobilizable	no_good_hit	5649.0	96.46	71.0	0.002348688423435089	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MON0050_000000005955	4495	0.9959680825098022	8	3	0	3	0	True	47234	maximal	True	MON0050_000000005955	1.0		2	1	True	True	1.0	101					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.0208416131704985e-05	NZ_CP031376.1	mycoplasmas	Spiroplasma alleghenense strain PLHS-1 chromosome, complete genome	True	True
ISR0112_000000001283	15421	0.995967968464446	14	11	9	10	9	False	92790	fragment	False	ISR0112_000000001283	1.0		0	0	False	False	0.999481201171875	0					non-mobilizable	no_good_hit	309.0	91.90899999999999	2.0	0.00234774202458224	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
MAD0059_000000009260	2079	0.9959636384852348	4	1	1	1	1	False	16894	fragment	False	MAD0059_000000009260	1.0		0	0	False	False	0.9908609986305237	0					non-mobilizable	no_good_hit	568.0	89.085	47.0	0.010048559174848475	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0147_000000011989	1760	0.9959636384852348	3	1	1	1	1	False	39937	maximal	True	FIJ0147_000000011989	1.0		1	1	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit	1125.0	95.289	66.0	0.019919895083826605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0821_000000017934	1746	0.9959636384852348	4	1	1	1	1	False	21228	fragment	False	ISR0821_000000017934	1.0		0	0	False	False	0.9879724979400635	0					non-mobilizable	no_good_hit	1542.0	96.693	88.0	0.027310105270619927	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0086_000000002085	2530	0.9959609962230408	2	2	2	2	1	True	84060	fragment	False	CHI0086_000000002085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	80.495	76.0	0.2727643104501935	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0113_000000017262	1618	0.9959525089919212	2	2	2	2	2	False	59608	fragment	False	ENG0113_000000017262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	98.62	58.0	0.2014126712328767	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
ISR0009_000000005297	5556	0.9959512912905218	12	3	2	3	3	False	52582	maximal	True	ISR0009_000000005297	1.0		1	1	False	False	0.9901008009910583	0					non-mobilizable	no_good_hit	1877.0	94.51299999999999	49.0	0.03324708467727643	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0132_000000008649	4472	0.9959505222716324	5	2	2	1	1	False	33723	maximal	True	SPA0132_000000008649	1.0		1	1	False	False	0.9928443431854248	0					non-mobilizable	no_good_hit	2402.0	94.921	58.0	0.0008548436330711931	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0366_000000005345	3104	0.99594901153483	6	4	3	4	3	False	122339	fragment	False	ISR0366_000000005345	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3105.0	97.52	100.0	0.0008742837452253204	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0043_000000012614	2695	0.99594901153483	5	4	3	4	3	False	122338	fragment	False	ENG0043_000000012614	1.0		0	0	False	False	0.992949903011322	0					non-mobilizable	chromosome	2676.0	99.365	99.0	0.0007536928838149313	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0092_000000010654	2485	0.9959488922136199	3	3	2	3	2	True	58734	fragment	False	ENG0127_000000009357	0.9698692246527602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	94.521	9.0	0.0836852207293666	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0123_000000003207	5400	0.9959444062614692	7	4	4	4	3	True	83366	backbone	True	ISR0123_000000003207	1.0	PS413	14	4	True	True	1.0	188					non-mobilizable	no_good_hit								True	True
SPA0124_000000007589	3815	0.9959444062614692	6	4	4	4	3	True	83360	fragment	False	SPA0124_000000007589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0090_000000003753	7517	0.995942938902131	11	5	2	5	4	False	113803	fragment	False	SPA0090_000000003753	1.0		0	0	False	False	0.9998669624328613	0					non-mobilizable	no_good_hit	1228.0	92.02	18.0	0.00041165463959686794	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0220_000000001925	5547	0.9959419808813664	8	7	3	3	5	True	28007	maximal	True	ISR0220_000000001925	1.0		1	1	True	True	0.9990985989570618	37					non-mobilizable	plasmid	4923.0	92.728	99.0	0.7991543340380549	CP056714.1	enterobacteria	Enterobacter asburiae strain RHBSTW-00542 plasmid pRHBSTW-00542_4, complete sequence	False	True
DEN0051_000000011060	3835	0.9959418854983882	6	3	3	3	3	False	72601	maximal	True	DEN0051_000000011060	1.0		1	1	False	False	0.9913950562477112	0					non-mobilizable	no_good_hit								True	False
CHI0182_000000010330	2634	0.995940690323305	3	1	1	1	1	False	77357	fragment	False	CHI0182_000000010330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0163_000000001103	19219	0.9959395883801888	32	9	2	7	4	False	118885	maximal	True	FIJ0163_000000001103	1.0		1	1	False	False	0.9998438954353333	0					non-mobilizable	no_good_hit	267.0	88.39	1.0	0.0013943378220761318	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
ISR0060_000000001739	17898	0.9959384935576164	15	9	6	8	6	True	68459	backbone	False	ISR0102_000000001030	0.6317839272437021	PS255|PS256|PS318	0	0	True	True	0.9994971752166748	4					non-mobilizable	no_good_hit	1604.0	75.499	9.0	0.06446192935005328	NZ_CYZK01000033.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
DEN0011_000000013371	3159	0.995938375012312	5	2	1	2	1	True	75744	fragment	False	DEN0011_000000013371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	90.698	3.0	0.01825780906291245	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0123_000000003508	5065	0.9959361035939659	5	3	2	3	1	True	32125	maximal	True	ISR0123_000000003508	1.0		1	1	True	True	1.0	37					non-mobilizable	no_good_hit	530.0	95.094	18.0	0.11965423111919928	HG796315.1	bacteria	Uncultured bacterium plasmid pRGI00390	True	True
MON0054_000000007504	4755	0.995936021838794	5	4	4	3	2	False	54113	maximal	True	MON0054_000000007504	1.0		1	1	False	False	0.993270218372345	0					non-mobilizable	no_good_hit	951.0	81.914	19.0	0.01535748157268598	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
MAD0002_000000004318	6268	0.9959354120180288	7	5	4	4	3	False	20244	maximal	True	MAD0002_000000004318	1.0		2	1	False	False	0.9998404383659363	0					non-mobilizable	no_good_hit								True	False
ENG0124_000000002794	9794	0.9959324028466936	10	5	3	5	4	True	125328	fragment	False	ENG0124_000000002794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2259.0	78.08800000000001	38.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0356_000000010553	1881	0.9959311545987198	3	1	1	1	1	False	77473	fragment	False	ISR0356_000000010553	0.9465320206014531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	93.51899999999999	6.0	0.00022373843930938007	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0132_000000024478	1694	0.9959311545987198	3	1	1	1	1	False	77473	fragment	False	ISR0356_000000010553	0.7248398307847929		0	0	False	False	0.9946871399879456	0					non-mobilizable	no_good_hit	65.0	86.154	3.0	0.0006464450572204883	NZ_JYLE01000019.1	g-proteobacteria	Pseudomonas helleri strain DSM 28141 19_99003_17.441, whole genome shotgun sequence	True	False
ISR0354_000000012003	1576	0.9959311545987198	2	1	1	1	1	False	77472	fragment	False	ISR0373_000000009521	0.9540901527684823		0	0	False	False	0.9961928725242615	0					non-mobilizable	no_good_hit	115.0	93.913	7.0	0.0002383755334698068	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0040_000000027585	1545	0.9959311545987198	2	1	1	1	1	False	77472	fragment	False	ISR0373_000000009521	0.8019613865842432		0	0	False	False	0.9961165189743042	0					non-mobilizable	no_good_hit	124.0	93.54799999999999	8.0	0.0002571946545332126	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0096_000000022026	1698	0.9959302760742302	2	2	2	2	2	False	52682	maximal	True	MON0096_000000022026	1.0		1	1	False	False	0.9923439621925354	0					non-mobilizable	no_good_hit	45.0	88.889	3.0	1.5025387783062085e-05	NC_014836.1	bacteria	Desulfurispirillum indicum S5, complete genome	True	False
ISR0851_000000002955	4365	0.9959298912047432	5	5	2	5	3	True	28325	fragment	False	ISR0851_000000002955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	85.714	2.0	4.318368579047108e-05	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	True	True
AST0040_000000000632	22029	0.9959272755634656	25	15	9	14	7	True	116428	maximal	True	AST0040_000000000632	1.0		1	1	False	False	0.9993190765380859	0					non-mobilizable	no_good_hit	1231.0	75.305	6.0	0.0003185519792075298	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
USA0059_01_000000001465	14919	0.9959268254129232	16	11	7	5	9	True	132596	backbone	False	ISR0120_000000000296	0.17520620551825225	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14919.0	99.96	100.0	0.480296200901481	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
SPA0108_000000006117	4836	0.9959262790839511	4	3	2	3	3	False	105881	fragment	False	SPA0108_000000006117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	74.734	25.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0067_000000003697	6696	0.9959262200868998	10	4	2	3	2	True	129809	maximal	True	ISR0067_000000003697	1.0	PS844	1	1	True	True	1.0	32					non-mobilizable	no_good_hit	587.0	99.83	10.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0177_000000003085	6921	0.9959260067844056	7	6	2	3	4	True	119794	backbone	True	ISR0177_000000003085	1.0	PS824|PS825|PS826	1	1	True	True	1.0	48	IncW,rep_cluster_1320	MOBQ			mobilizable	other	2418.0	94.417	92.0	0.0010121648461815516	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0057_000000003882	4925	0.9959240256131326	6	5	1	3	4	True	35601	maximal	True	ISR0057_000000003882	1.0		1	1	True	True	1.0	58					non-mobilizable	no_good_hit	1365.0	78.388	27.0	0.07666610044731328	CP003135.1	firmicutes	Lactococcus lactis subsp. cremoris A76 plasmid pQA518, complete sequence	True	True
MAD0015_000000002404	5919	0.9959234308967152	8	7	5	7	7	True	97928	fragment	False	MAD0015_000000002404	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5919.0	98.868	100.0	0.06240246319962883	LT985283.1	enterobacteria	Escherichia coli strain 13942-1 genome assembly, plasmid: RCS74_pI	False	True
ISR0120_000000008516	3525	0.9959221969261396	5	3	2	3	2	False	32294	maximal	True	ISR0120_000000008516	1.0		3	2	False	False	0.9997163414955139	0					non-mobilizable	no_good_hit								True	False
ISR0106_000000004158	5187	0.9959221712130866	6	6	4	4	6	False	32913	maximal	True	ISR0106_000000004158	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	81.46300000000001	45.0	0.0006427486798268477	LR134274.1	firmicutes	Streptococcus salivarius strain NCTC8618 genome assembly, chromosome: 1	True	False
MAD0041_000000018757	1873	0.9959220665765188	3	3	1	2	3	True	18248	maximal	True	MAD0041_000000018757	1.0		1	1	False	False	1.0	0	rep_cluster_1190				non-mobilizable	plasmid	1874.0	99.46600000000001	100.0	0.06899347657833635	CP018944.1	enterobacteria	Escherichia coli strain Ecol_224 plasmid pEC224_4, complete sequence	False	True
FIJ0004_000000004478	5867	0.9959197597085022	7	5	5	5	3	False	83720	fragment	False	FIJ0004_000000004478	1.0		0	0	False	False	0.9982955455780029	0					non-mobilizable	other	4314.0	99.374	100.0	0.01051635728793557	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
AUS0016_000000005246	4751	0.9959184469222896	8	4	2	3	3	True	100606	fragment	False	AUS0016_000000005246	1.0		0	0	False	False	0.9997895359992981	0					non-mobilizable	other	3200.0	97.06200000000001	100.0	0.0008987402460828358	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0097_000000006108	6019	0.9959181113692348	10	3	2	3	2	False	108159	fragment	False	MAD0097_000000006108	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	94.805	1.0	0.0017841849842991722	NZ_FMJR01000052.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ENG0021_000000001707	10442	0.9959161603699214	16	8	4	5	6	False	130191	maximal	True	ENG0021_000000001707	1.0	PS1072|PS1075|PS1077|PS1078|PS1081|PS1083|PS1088|PS1089|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	3	2	False	True	0.999904215335846	0	rep_cluster_475				non-mobilizable	no_good_hit	2819.0	96.311	53.0	0.5352728655637954	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CHI0157_000000000211	23843	0.9959157204846288	24	16	5	10	10	True	78962	maximal	True	CHI0157_000000000211	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	320.0	91.25	1.0	0.028681891746088834	NZ_QRUU01000081.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf81, whole genome shotgun sequence	True	True
USA0036_01_000000002325	16305	0.9959151745497612	20	12	4	9	7	False	100958	fragment	False	USA0036_01_000000002325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	83.23100000000001	7.0	0.0002005033650611114	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
FIJ0087_000000015899	2029	0.9959123870386614	4	2	1	2	2	False	43733	maximal	True	FIJ0087_000000015899	1.0		1	1	False	False	0.9945785999298096	0					non-mobilizable	no_good_hit	1328.0	96.762	78.0	0.020175278437100604	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ENG0116_000000008624	2728	0.9959100387384484	5	2	2	2	2	True	59471	fragment	False	ENG0116_000000008624	1.0		0	0	False	False	0.998900294303894	0					non-mobilizable	no_good_hit	998.0	74.649	36.0	0.08921462178791169	NZ_SMUS01000063.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00063, whole genome shotgun sequence	True	True
MON0033_000000006428	10154	0.9959094551633954	10	8	5	5	8	False	87478	maximal	True	MON0033_000000006428	1.0		1	1	False	False	0.9997045397758484	0					non-mobilizable	no_good_hit	8859.0	99.977	87.0	0.0019014365527028282	CP020055.1	enterobacteria	Escherichia coli strain AR_0069, complete genome	True	False
MAD0044_000000002216	9483	0.9959094551633954	9	8	5	5	8	False	87477	fragment	False	MAD0044_000000002216	1.0		0	0	False	False	0.9986291527748108	0					non-mobilizable	chromosome	9483.0	100.0	100.0	0.0019422077465863375	CP051001.1	enterobacteria	Escherichia coli O157:H16 str. 98-3133 chromosome, complete genome	False	False
SPA0136_000000016011	2561	0.9959027956409664	6	4	4	4	3	False	125074	fragment	False	ENG0110_000000010538	0.6334354028223979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	10.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0327_000000001881	9398	0.9959012357219756	11	11	5	7	11	True	123628	fragment	False	USA0108_01_000000001009	0.4120866201734153		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	9425.0	98.016	100.0	0.30303615699153225	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0295_000000012105	2845	0.9959006744811469	2	2	2	2	2	False	125031	fragment	False	MON0070_000000009553	0.8756613496033836		0	0	False	False	1.0	0					non-mobilizable	other	2726.0	75.165	100.0	0.0005106469315305673	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	False
CHI0161_000000003676	2755	0.9959006744811469	2	2	2	2	2	False	125031	fragment	False	MON0070_000000009553	0.8724091461795156		0	0	False	False	1.0	0					non-mobilizable	other	2689.0	99.70200000000001	100.0	0.0005677014616834249	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0016_01_000000006233	2666	0.9959006744811469	2	2	2	2	2	False	125031	fragment	False	MON0070_000000009553	0.8624991770167174		0	0	False	False	0.9984996318817139	0					non-mobilizable	other	2666.0	100.0	100.0	0.009635478809177749	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0818_000000006561	2660	0.9959006744811469	2	2	2	2	2	False	125031	fragment	False	MON0070_000000009553	0.8615388772444984		0	0	False	False	1.0	0					non-mobilizable	other	2660.0	99.699	100.0	0.009613785423491044	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0141_000000002163	14111	0.9959000811983147	16	7	3	4	7	False	96509	maximal	True	FIJ0141_000000002163	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2434.0	94.65899999999999	36.0	0.0392261185006046	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ENG0112_000000003944	6494	0.99589919488567	7	7	2	3	6	True	127276	backbone	True	ENG0112_000000003944	1.0	PS757|PS758|PS996|PS999	0	0	True	True	1.0	137	IncW,rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3790.0	99.97399999999999	89.0	0.0015886879047978038	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0095_000000012263	2540	0.995898077835964	4	3	3	2	2	False	33416	maximal	True	ISR0095_000000012263	1.0		0	0	False	False	0.9881889820098877	0					non-mobilizable	no_good_hit	1459.0	93.352	57.0	0.032720249724898384	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0104_000000024710	1283	0.9958968273724634	2	2	2	2	2	False	103979	fragment	False	AST0150_000000016665	0.3771852334894298		0	0	False	False	0.9649259448051453	0					non-mobilizable	no_good_hit	159.0	91.824	12.0	3.487191788884965e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0151_000000014725	1330	0.9958961321013317	1	1	1	1	1	False	7225	fragment	False	SPA0151_000000014725	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1080.0	100.0	100.0	0.02468938059172139	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0150_000000017593	1206	0.9958961321013317	1	1	1	1	1	False	7225	fragment	False	SPA0151_000000014725	0.9533834586466166		0	0	False	False	1.0	0					non-mobilizable	plasmid	1080.0	100.0	90.0	0.02468938059172139	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0053_01_000000005112	4304	0.9958939986663432	5	3	2	2	3	False	83968	fragment	False	SPA0041_000000007953	0.9888527635856943		0	0	False	False	0.999535322189331	0					non-mobilizable	chromosome	4305.0	98.839	100.0	0.0009794687235965217	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
CHI0162_000000030534	1102	0.9958930387514616	1	1	1	1	1	False	78493	fragment	False	CHI0162_000000030534	1.0		0	0	False	False	0.9891107082366943	0					non-mobilizable	no_good_hit	51.0	90.196	5.0	0.00017369111339548404	NZ_SLVX01000007.1	a-proteobacteria	Shinella granuli strain DSM 18401 Ga0310514_107, whole genome shotgun sequence	True	False
TAN0007_000000017699	2208	0.9958921880845616	6	4	3	4	4	False	2828	fragment	False	TAN0007_000000017699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0077_000000005736	3548	0.9958915066970032	7	3	1	3	2	False	122348	fragment	False	ISR0396_000000006195	0.990371197320681		0	0	False	False	0.9994363188743591	0					non-mobilizable	other	3550.0	99.014	100.0	0.020998183077168914	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
USA0125_01_000000005852	4329	0.99589045774545	5	5	2	2	5	False	132544	fragment	False	CHI0126_000000000854	0.09388167386711394		0	0	False	False	1.0	0					non-mobilizable	plasmid	4254.0	99.647	98.0	0.09729309200741368	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0027_000000010077	3561	0.9958886694917772	8	3	1	3	2	False	7489	maximal	True	SPA0027_000000010077	1.0		2	1	False	False	0.9963493347167969	0					non-mobilizable	no_good_hit	2534.0	92.541	71.0	0.0015025145586004603	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MAD0003_000000004945	5365	0.9958876724781776	4	4	4	4	4	False	98041	maximal	True	MAD0003_000000004945	1.0		5	4	False	False	0.9986952543258667	0					non-mobilizable	chromosome	5365.0	100.0	100.0	0.0010385134775390483	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
MAD0097_000000029333	1418	0.9958873592212776	4	3	1	2	2	False	59417	fragment	False	MAD0097_000000029333	0.9763250883392227		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	97.602	100.0	0.0003982223041586549	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0102_000000013218	3442	0.9958871021445972	4	2	2	2	1	False	8966	fragment	False	MON0102_000000013218	1.0		0	0	False	False	0.9834398627281189	0					non-mobilizable	no_good_hit	154.0	83.766	4.0	0.0011588187622603783	NZ_LN875032.1	firmicutes	Niameybacter massiliensis strain Mt14, whole genome shotgun sequence	True	False
AUS0016_000000009127	2979	0.9958865129501466	2	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.5003458715697477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1594.0	79.109	58.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0130_000000007628	2757	0.9958865129501466	2	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.44342813869888786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	79.125	57.0	0.0004225432139799916	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ITA0003_000000004065	1567	0.9958864504328424	3	3	0	3	3	False	78675	fragment	False	ITA0003_000000004065	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	1570.0	94.14	100.0	0.22409845449341728	CP057709.1	enterobacteria	Escherichia coli strain RHB17-C03 plasmid pRHB17-C03_5, complete sequence	False	True
CHI0160_000000021781	1476	0.9958864504328424	3	3	0	3	3	False	78674	fragment	False	CHI0160_000000021781	1.0		0	0	False	False	0.9993224740028381	0		MOBP		MOBP	mobilizable	plasmid	1476.0	99.52600000000001	100.0	0.21104592931749894	CP011137.1	enterobacteria	Escherichia coli VR50 plasmid pVR50C, complete sequence	False	True
USA0065_01_000000001097	10909	0.9958858248329482	13	8	5	7	5	True	82814	maximal	True	USA0065_01_000000001097	1.0		2	2	False	False	0.9989916682243347	0					non-mobilizable	no_good_hit	1065.0	99.34299999999999	10.0	0.001462295721822977	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
FIJ0024_000000003506	5858	0.9958849351929424	10	3	2	2	3	False	100558	fragment	False	FIJ0024_000000003506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.67200000000001	48.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0167_000000004161	4364	0.9958849351929424	6	3	2	2	3	False	100545	fragment	False	FIJ0167_000000004161	1.0		0	0	False	False	0.9993125796318054	0					non-mobilizable	no_good_hit	1593.0	79.15899999999999	40.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0125_000000006093	3258	0.9958849351929424	5	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.6711121739543918		0	0	False	False	0.9996930360794067	0					non-mobilizable	no_good_hit	1593.0	79.15899999999999	61.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0153_000000008285	3241	0.9958849351929424	4	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.6699649033639611		0	0	False	False	0.9993829131126404	0					non-mobilizable	no_good_hit	1593.0	79.096	61.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0059_000000005759	3209	0.9958849351929424	4	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.482042132770646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	49.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0052_000000009644	2919	0.9958849351929424	4	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.4763234209633099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.15899999999999	54.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0070_000000006668	2909	0.9958849351929424	3	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.4995324045600618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.15899999999999	60.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0069_000000008104	2892	0.9958849351929424	4	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.44992126013718475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.15899999999999	55.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0194_000000016963	1568	0.9958842572662328	3	1	1	1	1	False	76741	fragment	False	ISR0194_000000016963	1.0		0	0	False	False	0.9987244606018066	0					non-mobilizable	no_good_hit	671.0	89.419	43.0	0.00021742973996833131	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
DEN0001_000000033478	1321	0.9958842572662328	3	1	1	1	1	False	76740	fragment	False	DEN0001_000000033478	1.0		0	0	False	False	0.9825889468193054	0					non-mobilizable	no_good_hit	437.0	87.185	33.0	0.00014137808204218853	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ENG0008_000000012063	2077	0.9958822562790652	4	3	3	2	2	True	67432	fragment	False	ENG0008_000000012063	0.9647922998986829		0	0	False	False	0.9932594895362854	0					non-mobilizable	other	1593.0	92.781	99.0	0.03568461002941903	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0301_000000002606	5802	0.9958817003428992	5	5	4	3	3	False	87851	maximal	True	ISR0301_000000002606	1.0		0	0	False	False	0.9960358738899231	0					non-mobilizable	no_good_hit	464.0	98.92200000000001	8.0	0.0024600180649274744	NZ_CABIXZ010000005.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
SPA0056_000000004749	6422	0.9958797864844382	13	9	5	4	7	True	132245	fragment	False	SPA0056_000000004749	0.963768115942029		0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	4256.0	93.069	87.0	0.9995290793501295	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
FIJ0093_000000001103	16266	0.9958793712989844	20	6	3	5	4	True	79297	fragment	False	FIJ0093_000000001103	0.9494191342747749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0004668600127325458	NZ_FUWX01000016.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	True
FIJ0166_000000001566	16265	0.9958793712989844	20	6	3	5	4	True	79297	fragment	False	FIJ0093_000000001103	0.9493428961250681		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0004668600127325458	NZ_FUWX01000016.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	True
MON0047_000000016244	2410	0.9958785755790864	1	1	1	1	1	False	39688	maximal	True	MON0047_000000016244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	75.97399999999999	6.0	7.410690141377319e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0080_01_000000031279	1341	0.9958785662994902	2	2	2	2	2	False	103979	fragment	False	AST0150_000000016665	0.4778493558762813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	90.066	11.0	3.309500487540508e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0095_000000029095	1302	0.9958784256589928	3	2	2	2	2	False	36607	fragment	False	ISR0288_000000019531	0.3112920981998516		0	0	False	False	0.9961597323417664	0					non-mobilizable	no_good_hit	258.0	74.031	20.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0182_000000003206	8215	0.9958782984281842	11	5	4	5	2	True	29574	maximal	True	ISR0182_000000003206	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	159.0	74.843	2.0	3.667249934037128e-05	AP012222.1	a-proteobacteria	Sphingobium sp. SYK-6 DNA, complete genome	True	True
ISR0206_000000016571	1573	0.9958774381330904	3	2	2	2	2	False	28627	fragment	False	ISR0206_000000016571	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0101_000000003306	6930	0.9958744159437432	7	4	3	4	3	False	58457	fragment	False	ISR0101_000000003306	1.0		0	0	False	False	0.9985569715499878	0					non-mobilizable	no_good_hit	654.0	76.14699999999999	9.0	0.00018774401263968373	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ISR0135_000000000738	23324	0.9958729209143428	23	21	6	10	21	True	113294	fragment	False	MAD0101_000000000331	0.5723604426095286		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	23244.0	99.316	100.0	0.2652735137356053	CP049182.1	enterobacteria	Shigella sonnei strain 509.1022 plasmid p509-1022, complete sequence	False	True
ISR0256_000000009869	1805	0.9958729204843616	3	1	1	1	1	False	26838	fragment	False	ISR0256_000000009869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	94.458	22.0	0.00010919128686619076	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0792_000000009740	1581	0.9958729204843616	3	1	1	1	1	False	22037	fragment	False	ISR0792_000000009740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	94.458	25.0	0.00010919128686619076	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0030_000000003380	5296	0.9958709515069092	8	5	2	5	3	False	37063	maximal	True	ISR0030_000000003380	1.0		1	1	False	False	0.9996223449707031	0					non-mobilizable	no_good_hit	156.0	98.71799999999999	3.0	4.314994606256742e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0825_000000001140	14986	0.9958709040687131	14	10	6	6	9	True	132596	backbone	False	ISR0120_000000000296	0.15976505574266073	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	12390.0	99.976	100.0	0.39927164910245255	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0148_000000000640	14887	0.9958709040687131	14	10	6	6	9	True	132596	backbone	False	ISR0120_000000000296	0.15747946919076888	PS1169|PS902	0	0	False	True	0.9998656511306763	0		MOBB	MPF_T		conjugative	plasmid	14887.0	99.93299999999999	100.0	0.4796802990750588	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0004_000000004412	3012	0.9958699210421365	4	4	3	3	4	False	90337	fragment	False	SPA0004_000000004412	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2937.0	100.0	100.0	0.0005726103464604646	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
ISR0182_000000019591	2006	0.9958697174417342	1	1	1	1	1	True	29550	maximal	True	ISR0182_000000019591	1.0		1	1	True	True	0.9950149655342102	76					non-mobilizable	no_good_hit	1320.0	79.545	65.0	0.5441547518923465	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
SPA0010_000000002264	7473	0.9958674264895668	7	3	3	3	2	True	59099	fragment	False	ENG0122_000000003423	0.9823252160251374		0	0	False	False	0.9991971254348755	0					non-mobilizable	no_good_hit	61.0	96.721	1.0	2.5727653067743912e-05	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	True
ISR0012_000000004671	5097	0.9958671188581052	13	4	0	4	0	True	38201	maximal	True	ISR0012_000000004671	1.0	PS74	1	1	True	True	1.0	80					non-mobilizable	no_good_hit								True	True
ISR0341_000000004604	2883	0.9958669789483215	3	3	1	3	0	True	121072	backbone	False	CHI0144_000000005158	0.9503220267473279	PS470|PS848	0	0	True	True	1.0	82	rep_cluster_1683	MOBV			mobilizable	plasmid	2078.0	99.51899999999999	100.0	0.7452252252252253	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0144_000000005158	2831	0.9958669789483215	3	3	1	3	0	True	121072	backbone	True	CHI0144_000000005158	0.9699090409180856	PS470|PS848	16	4	True	True	0.9992935061454773	12	rep_cluster_1683	MOBV			mobilizable	plasmid	1960.0	93.929	100.0	0.701981981981982	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0012_000000002012	2804	0.9958669789483215	3	3	1	3	0	True	121072	backbone	False	CHI0144_000000005158	0.9645173140831174	PS470|PS848	0	0	True	True	0.9960770606994629	28	rep_cluster_1683	MOBV			mobilizable	plasmid	2731.0	96.338	99.0	0.9826902271907682	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
SPA0043_000000004918	3593	0.9958663904586808	5	3	2	3	1	False	69518	maximal	True	SPA0043_000000004918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0027_000000000602	23436	0.995866145232666	27	17	9	14	13	True	87206	fragment	False	ENG0027_000000000602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	75.46	6.0	0.0003013689006831513	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
ENG0094_000000004012	4213	0.995865934726642	6	6	3	4	5	True	114219	fragment	False	ENG0094_000000004012	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4021.0	99.154	100.0	0.04019155977244779	AP009241.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-1 DNA, complete sequence	False	True
CAN0017_000000003931	9909	0.9958592460611252	11	9	8	8	8	True	92572	maximal	True	CAN0017_000000003931	1.0		4	2	False	False	0.9985871315002441	0					non-mobilizable	no_good_hit	2837.0	93.867	29.0	0.04784753666283706	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	True
CHI0025_000000007538	1347	0.9958574434532308	2	2	2	2	1	False	88946	fragment	False	CHI0025_000000007538	1.0		0	0	False	False	0.9658500552177429	0					non-mobilizable	other	1336.0	99.775	99.0	0.0079009510732865	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ENG0085_000000007990	2251	0.9958557361199171	5	2	1	2	1	False	61480	maximal	True	ENG0085_000000007990	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000002499	8219	0.9958554396174756	13	9	3	4	9	False	92085	maximal	True	SPA0029_000000002499	1.0		1	1	False	False	0.9961065649986267	0					non-mobilizable	no_good_hit	6524.0	91.20200000000001	88.0	0.04635346118200613	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
FIJ0050_000000006700	3826	0.9958521227148412	5	4	3	3	3	False	46623	maximal	True	FIJ0050_000000006700	1.0		3	3	False	False	0.9918975234031677	0					non-mobilizable	no_good_hit	444.0	94.82	12.0	0.006319341187235502	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	False
CHI0096_000000001337	4073	0.9958516091322726	5	4	4	4	3	False	83477	maximal	True	CHI0096_000000001337	1.0		1	1	False	False	0.9982813596725464	0					non-mobilizable	no_good_hit	1500.0	87.73299999999999	37.0	0.024575298247949285	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
ISR0252_000000009638	1340	0.9958494563241987	2	2	1	2	1	True	110663	fragment	False	ENG0182_000000018159	0.6361550814406974		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	97.76100000000001	100.0	0.0003585737281411286	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0089_000000003184	5749	0.9958490139434746	5	3	2	2	3	False	44395	fragment	False	MAD0089_000000003184	0.9972115719762984		0	0	False	False	0.9998260736465454	0					non-mobilizable	chromosome	5749.0	99.67	100.0	0.001186147089668015	CP057163.1	enterobacteria	Escherichia coli strain RHB34-C18 chromosome, complete genome	False	False
ENG0167_000000002744	8673	0.9958473560736744	10	10	5	7	10	False	114201	maximal	True	ENG0167_000000002744	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	chromosome	8673.0	98.905	100.0	0.0017619254878192638	CP022069.2	enterobacteria	Salmonella enterica strain FDAARGOS_313 chromosome, complete genome	False	True
ISR0074_000000009995	2893	0.9958472444725566	6	2	1	1	2	False	34726	fragment	False	ISR0074_000000009995	1.0		0	0	False	False	0.9868648648262024	0					non-mobilizable	no_good_hit	995.0	84.322	36.0	0.00016948605231027294	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0120_000000004250	6026	0.9958463053207292	3	3	2	3	1	False	124345	fragment	False	ISR0120_000000004250	1.0		0	0	False	False	0.9998340606689453	0					non-mobilizable	no_good_hit	3706.0	76.336	61.0	0.006383082565225273	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
MON0004_000000009299	3805	0.995844854817206	5	5	2	5	5	False	116137	maximal	True	MON0004_000000009299	1.0		1	1	False	False	0.9994743466377258	0	IncFII				non-mobilizable	no_good_hit	2120.0	97.87700000000001	88.0	0.015083236325460818	CP057100.1	enterobacteria	Klebsiella pneumoniae strain RHB38-C06 plasmid pRHB38-C06_2, complete sequence	True	True
FIJ0096_000000028260	1341	0.995844275487588	2	2	2	1	1	False	42970	fragment	False	FIJ0096_000000028260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	92.367	67.0	0.0002042267422282845	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0022_000000004041	5126	0.9958436828509932	7	4	2	3	4	False	124269	maximal	True	ENG0022_000000004041	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4269.0	96.439	83.0	0.14290028184136358	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	True	False
SPA0087_000000000573	19521	0.9958415685841244	15	14	9	14	8	True	128653	backbone	True	SPA0087_000000000573	0.9561506024308338	PS1040	3	1	True	True	0.9996926188468933	51					non-mobilizable	no_good_hit	3381.0	77.847	38.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0088_000000000609	19521	0.9958415685841244	15	14	9	14	8	True	128653	backbone	False	SPA0087_000000000573	0.9561506024308338	PS1040	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	3381.0	77.847	38.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0133_000000003596	4884	0.9958408449798656	9	7	3	5	5	True	132220	backbone	False	ISR0043_000000004492	0.9829461843278896	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	78		MOBP			mobilizable	plasmid	4185.0	96.416	100.0	0.8740075219389887	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0033_000000000516	29679	0.9958405129482754	31	23	12	16	14	True	90014	fragment	False	SPA0033_000000000516	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	186.0	80.645	1.0	5.3528127053875755e-05	NZ_KK073873.1	CFB group bacteria	Prevotella oryzae DSM 17970 XylorDRAFT_XOA.1, whole genome shotgun sequence	True	True
ISR0331_000000001416	11049	0.9958399951596952	4	2	1	2	1	False	124348	fragment	False	ISR0331_000000001416	1.0		0	0	False	False	0.999909520149231	0					non-mobilizable	no_good_hit	6098.0	77.271	54.0	0.01046358400847824	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
SPA0110_000000003682	5963	0.995839800896228	10	6	4	3	5	True	123815	maximal	True	SPA0110_000000003682	1.0	PS607|PS904	8	4	True	True	1.0	80		MOBP			mobilizable	no_good_hit	2516.0	99.84100000000001	85.0	0.5058350100603621	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ISR0819_000000013814	1909	0.9958357844181692	3	3	1	2	3	True	60751	fragment	False	ISR0819_000000013814	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1811.0	99.337	100.0	0.0005086678691087971	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0094_000000004618	3054	0.9958344490340791	3	2	2	2	2	True	64619	maximal	False	ENG0043_000000011453	0.9429029337848851		0	0	True	True	0.9980353713035583	18					non-mobilizable	no_good_hit	36.0	94.444	1.0	9.142489353571148e-06	NZ_CP038266.1	high GC Gram+	Microbacterium wangchenii strain dk512 chromosome, complete genome	True	True
ENG0043_000000011453	2960	0.9958344490340791	4	2	2	2	2	True	64619	maximal	True	ENG0043_000000011453	0.9810334053777527		3	2	True	True	1.0	16					non-mobilizable	no_good_hit	36.0	94.444	1.0	9.142489353571148e-06	NZ_CP038266.1	high GC Gram+	Microbacterium wangchenii strain dk512 chromosome, complete genome	True	True
SPA0027_000000013553	2731	0.9958344490340791	5	2	2	2	2	True	64619	maximal	False	ENG0043_000000011453	0.9451764476781255		0	0	False	True	0.9945074915885925	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	9.142489353571148e-06	NZ_CP038266.1	high GC Gram+	Microbacterium wangchenii strain dk512 chromosome, complete genome	True	True
SPA0026_000000011582	2620	0.9958344490340791	4	2	2	2	2	True	64619	maximal	False	ENG0043_000000011453	0.48910655437568656		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	9.142489353571148e-06	NZ_CP038266.1	high GC Gram+	Microbacterium wangchenii strain dk512 chromosome, complete genome	True	True
DEN0063_000000041321	1238	0.9958329592234816	2	1	1	1	1	False	71400	fragment	False	FIJ0074_000000022356	0.975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000002092	9365	0.9958311270782368	11	9	8	8	6	True	94598	fragment	False	SPA0058_000000002355	0.9856100104275287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6039.0	99.98299999999999	84.0	0.13072093526737388	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
SPA0106_000000005662	6668	0.995830287274205	5	3	1	2	1	True	126480	maximal	True	SPA0106_000000005662	1.0	PS879|PS961	1	1	True	True	1.0	37					non-mobilizable	no_good_hit	906.0	91.943	46.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0075_000000004689	4757	0.995830287274205	3	3	1	2	1	True	64182	maximal	True	ISR0075_000000004689	1.0		1	1	True	True	1.0	271					non-mobilizable	no_good_hit	276.0	86.23200000000001	6.0	0.09866762693554196	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
MAD0088_000000001909	8015	0.9958293828112209	9	9	1	4	9	False	108855	maximal	True	MAD0088_000000001909	1.0	PS611|PS677	3	2	False	True	1.0	0	rep_cluster_2358,rep_cluster_2401	MOBP		MOBP	mobilizable	no_good_hit	3641.0	99.78	76.0	0.2959109015527193	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	True	True
CAN0012_000000010207	5289	0.9958233282697004	9	9	0	3	9	False	103841	backbone	False	CAN0011_000000005883	0.9724047128180141	PS611	0	0	True	True	0.9996218681335449	32	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	4847.0	100.0	100.0	0.9301343570057582	AF282884.1	enterobacteria	Shigella sonnei plasmid ColJs, complete sequence	False	True
ISR0365_000000002359	5972	0.9958223014943668	12	3	2	3	3	False	118831	fragment	False	ISR0365_000000002359	1.0		0	0	False	False	0.998995304107666	0					non-mobilizable	no_good_hit	4042.0	97.501	71.0	0.33980990831861385	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
FIJ0033_000000005615	5596	0.9958208225504446	6	4	1	4	4	True	83774	maximal	False	MON0076_000000007924	0.9857706599466329		0	0	True	True	0.9985703825950623	4	Col156	MOBQ,MOBQ			mobilizable	plasmid	2683.0	99.105	97.0	0.22417251755265796	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
FIJ0029_000000006606	5340	0.9958208225504446	5	4	1	4	4	True	83774	maximal	False	MON0076_000000007924	0.990179740214386		0	0	True	True	0.9998127222061157	1	Col156	MOBQ			mobilizable	plasmid	2286.0	99.38799999999999	96.0	0.19098963557338683	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
FIJ0164_000000004512	5340	0.9958208225504446	5	4	1	4	4	True	83774	maximal	False	MON0076_000000007924	0.9900293564114987		0	0	True	True	1.0	6	Col156	MOBQ			mobilizable	plasmid	2438.0	99.221	96.0	0.20369441658308257	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
CHI0182_000000004677	5300	0.9958208225504446	5	4	1	4	4	True	83774	maximal	False	MON0076_000000007924	0.9901192439865122		0	0	True	True	1.0	9	Col156	MOBQ			mobilizable	plasmid	1917.0	98.8	96.0	0.16014710799063858	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
MAD0044_000000003146	7135	0.9958205494004324	11	7	4	6	5	False	62579	fragment	False	MAD0044_000000003146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2118.0	88.527	59.0	0.09099982641902447	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
FIJ0031_000000001887	10197	0.9958198086148344	11	9	3	4	9	False	48635	maximal	True	FIJ0031_000000001887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4576.0	98.164	78.0	0.000928031605409481	NZ_CP019986.1	enterobacteria	Citrobacter werkmanii strain BF-6 chromosome, complete genome	True	False
MON0103_000000003088	10228	0.9958177945834312	11	8	6	6	6	True	88249	fragment	False	MON0062_000000003189	0.9288886313134658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	93.711	50.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
AST0102_000000010064	3016	0.9958164236601684	4	3	2	3	2	False	108314	fragment	False	AST0102_000000010064	1.0		0	0	False	False	0.9996684193611145	0					non-mobilizable	no_good_hit	641.0	91.73200000000001	21.0	0.00017772742167496987	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0019_000000001052	10718	0.9958161565219033	14	10	6	6	9	True	122514	maximal	True	ISR0019_000000001052	1.0	PS872	0	0	False	True	0.9996268153190613	0					non-mobilizable	no_good_hit	4932.0	94.34299999999999	87.0	0.6131523228297422	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0087_000000003907	6388	0.9958154996859536	10	3	2	3	1	False	16009	maximal	True	MAD0087_000000003907	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	0.0003550005006417317	NZ_FOYZ01000007.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	False
DEN0021_000000021962	1666	0.9958153832367586	2	1	1	1	1	False	74742	fragment	False	DEN0021_000000021962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.44515071877264e-07	LR877200.1	rodents	Onychomys torridus genome assembly, chromosome: 13	True	False
CAN0012_000000018272	2717	0.9958117417882264	3	2	1	2	1	False	94229	fragment	False	CAN0012_000000018272	1.0		0	0	False	False	0.9915347695350647	0					non-mobilizable	no_good_hit								True	False
SPA0057_000000001527	14698	0.9958114381802448	13	5	4	5	2	False	43507	fragment	False	SPA0057_000000001527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	87.448	7.0	0.011433993213579274	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0056_000000001892	13119	0.9958114381802448	11	5	4	5	2	False	6388	fragment	False	SPA0056_000000001892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	734.0	88.556	6.0	0.00018715822792436654	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
FIJ0126_000000012974	2793	0.9958104064722736	6	5	3	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.41383332199645156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2430.0	98.272	87.0	0.0006932687005592957	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MAD0068_000000024694	1179	0.995809573037295	3	2	1	2	1	False	59414	fragment	False	ISR0115_000000028627	0.4715954875100725		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	98.473	100.0	0.00033105566287854304	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0201_000000009750	3077	0.995808693730112	4	4	1	2	3	True	28740	maximal	True	ISR0201_000000009750	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	939.0	89.137	60.0	0.311415220293725	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0128_000000004067	8733	0.9958083035461056	8	7	5	7	5	True	128638	fragment	False	SPA0128_000000004067	1.0		0	0	False	False	0.9998854994773865	0					non-mobilizable	no_good_hit	861.0	85.366	43.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0255_000000001980	11829	0.99580566873847	16	8	6	8	5	True	99221	backbone	False	ENG0181_000000001971	0.6868191442886714	PS555	0	0	True	True	1.0	3	rep_cluster_78				non-mobilizable	plasmid	4913.0	93.65	91.0	0.4210979918986469	CP021604.1	other sequences	Unidentified plasmid plasmid FAKO03_2027, complete sequence	False	True
MON0070_000000009553	3156	0.9958051349629072	3	2	2	2	2	False	125031	fragment	False	MON0070_000000009553	0.9740408331004845		0	0	False	False	0.9692648649215698	0					non-mobilizable	other	3101.0	99.807	99.0	0.0006547152273878784	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0032_000000006978	2947	0.9958051349629072	2	2	2	2	2	False	125031	fragment	False	MON0070_000000009553	0.9684186010552643		0	0	False	False	1.0	0					non-mobilizable	other	2947.0	99.42299999999999	100.0	0.010651452372171724	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0223_000000012753	2303	0.995804815118104	4	3	0	3	0	True	27811	maximal	True	ISR0223_000000012753	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	203.0	93.103	9.0	0.0019077316392934615	NZ_GL833115.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD7, whole genome shotgun sequence	True	True
ISR0033_000000016517	1904	0.995801540265062	2	2	2	2	2	False	36878	fragment	False	SPA0140_000000010922	0.9758186397984887		0	0	False	False	0.9852941036224365	0					non-mobilizable	chromosome	1020.0	99.902	99.0	0.000231775723063984	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0078_000000021501	1196	0.9957994648887692	2	2	2	2	1	False	61878	fragment	False	ENG0078_000000021501	1.0		0	0	False	False	0.974916398525238	0					non-mobilizable	no_good_hit	942.0	97.346	79.0	0.2014126712328767	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
SPA0136_000000013665	2939	0.9957972001612752	6	5	3	3	5	False	3621	maximal	True	SPA0136_000000013665	1.0		1	1	False	False	0.988431453704834	0					non-mobilizable	no_good_hit	45.0	95.556	2.0	1.2490405097902066e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0004_000000001376	13533	0.9957955196806612	17	13	9	8	12	True	83306	fragment	False	SPA0004_000000001376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	74.306	6.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
ISR0391_000000001903	5684	0.995790951550006	5	4	4	4	3	True	99690	fragment	False	ISR0391_000000001903	1.0		0	0	False	False	0.9996481537818909	0					non-mobilizable	no_good_hit	1556.0	97.494	74.0	0.0086338779574648	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
AUS0018_000000005700	4706	0.995790951550006	4	4	4	4	3	True	100061	fragment	False	AUS0018_000000005700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2097.0	95.184	77.0	0.011548924381248018	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0082_000000006874	4032	0.995790951550006	4	4	4	4	3	True	99689	fragment	False	ISR0082_000000006874	0.9985875706214689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1556.0	97.494	69.0	0.0086338779574648	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
USA0019_01_000000007518	3894	0.995790951550006	4	4	4	4	3	True	99689	fragment	False	ISR0082_000000006874	0.9815228174603174		0	0	False	False	0.9940934777259827	0					non-mobilizable	no_good_hit	1556.0	97.62200000000001	71.0	0.0086338779574648	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
AUS0020_000000008746	3213	0.995790951550006	4	4	4	4	3	True	99688	fragment	False	AUS0020_000000008746	1.0		0	0	False	False	0.9937753081321716	0					non-mobilizable	no_good_hit	1141.0	98.335	71.0	0.0063363318257425305	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
FIJ0117_000000006648	3119	0.9957858590406374	3	3	1	2	3	False	41623	fragment	False	FIJ0117_000000006648	1.0		0	0	False	False	0.9990381598472595	0					non-mobilizable	no_good_hit	1671.0	95.512	74.0	0.000742456044595522	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	True	False
ISR0785_000000023394	1618	0.9957839347637144	2	2	2	2	2	False	22174	maximal	True	ISR0785_000000023394	1.0		2	2	False	False	0.998763918876648	0					non-mobilizable	no_good_hit	170.0	82.353	10.0	3.2044673326490775e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
MON0068_000000002736	11178	0.9957835841882172	16	6	4	6	6	False	125214	fragment	False	MON0068_000000002736	1.0		0	0	False	False	0.999194860458374	0					non-mobilizable	no_good_hit	1052.0	80.89399999999999	14.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0126_000000008539	5668	0.9957809663819248	8	5	2	5	4	False	122350	fragment	False	ISR0126_000000008539	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5668.0	99.859	100.0	0.03353909343244539	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
SPA0020_000000021299	1590	0.9957806983204734	3	3	3	3	2	False	121916	maximal	True	SPA0020_000000021299	1.0		0	0	False	False	0.9993710517883301	0					non-mobilizable	no_good_hit	353.0	78.75399999999999	22.0	0.00016882631845256937	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0131_000000010892	1707	0.9957801501666028	3	1	1	1	1	False	40821	maximal	True	FIJ0131_000000010892	1.0		1	1	False	False	0.9835969805717468	0					non-mobilizable	other	767.0	86.441	90.0	0.01555904484186056	NZ_LDOX01000010.1	firmicutes	Enterococcus cecorum strain 1711s24 1711_S24_contig_11, whole genome shotgun sequence	False	False
MON0011_000000007152	6032	0.9957780320600932	7	6	5	5	6	True	90406	fragment	False	MON0011_000000007152	1.0		0	0	False	False	0.9998342394828796	0	IncFIB				non-mobilizable	plasmid	6032.0	99.98299999999999	100.0	0.04392634998324812	CP041539.1	enterobacteria	Escherichia coli strain 73 plasmid p2766-1	False	True
ISR0028_000000001304	9978	0.9957744688048006	7	5	3	5	2	True	72357	maximal	True	ISR0028_000000001304	1.0		1	1	False	False	0.9971938133239746	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.005122950819672131	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	True
MON0001_000000002064	11165	0.995770964135164	13	5	3	3	5	False	14414	maximal	True	MON0001_000000002064	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5652.0	98.83200000000001	86.0	0.001084836519936607	LR588412.1	enterobacteria	Klebsiella pneumoniae strain NCTC9157 genome assembly, chromosome: 1	True	False
MAD0100_000000026701	1224	0.9957709411502568	3	3	0	3	3	False	51827	fragment	False	MAD0106_000000017450	0.9583011583011583		0	0	False	False	0.9983659982681274	0		MOBP		MOBP	mobilizable	plasmid	1230.0	84.959	100.0	0.20125371164632136	CP050737.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain ST90 plasmid pST90-3, complete sequence	False	True
FIJ0005_000000033903	1103	0.9957709411502568	3	3	0	3	3	False	51825	fragment	False	FIJ0005_000000033903	1.0		0	0	False	False	0.9963735342025757	0		MOBP			mobilizable	plasmid	1104.0	92.663	100.0	0.15726960503720663	CP047384.1	enterobacteria	Escherichia coli strain CAU16175 plasmid pCAU16175_6, complete sequence	False	True
MON0108_000000008623	2511	0.9957691743229028	7	5	4	4	3	False	113018	fragment	False	MON0108_000000008623	1.0		0	0	False	False	0.9996017813682556	0					non-mobilizable	other	2413.0	99.917	96.0	0.003050338167672486	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
AUS0002_000000000032	86201	0.9957683860126382	81	9	1	9	3	True	114306	fragment	False	AUS0002_000000000032	1.0		0	0	False	False	0.9999420046806335	0					non-mobilizable	virus	40784.0	96.70700000000001	94.0	0.4169624681608478	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ENG0204_000000000414	28319	0.9957672249266816	29	27	4	10	27	True	80383	fragment	False	ENG0204_000000000414	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	28319.0	99.96799999999999	100.0	0.31421501725419704	CP057977.1	enterobacteria	Escherichia coli strain RHB07-C04 plasmid pRHB07-C04_3, complete sequence	False	True
CAN0019_000000003337	1904	0.995765681854429	3	2	2	1	1	False	91968	fragment	False	CAN0019_000000003337	1.0		0	0	False	False	0.9905462265014648	0					non-mobilizable	other	1700.0	88.412	91.0	0.000292367803933787	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
AST0016_000000005533	4805	0.9957649513443928	10	5	2	5	2	True	123813	maximal	True	AST0016_000000005533	1.0		1	1	False	False	0.9975026249885559	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	9.164687013879677e-05	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
MAD0005_000000010484	2678	0.9957648719590676	3	3	0	3	3	False	103837	fragment	False	MAD0005_000000010484	1.0		0	0	False	False	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	2677.0	98.244	99.0	0.39242179468350713	CP055716.1	enterobacteria	Escherichia coli strain RHB15-C06 plasmid pRHB15-C06_4, complete sequence	False	True
ISR0285_000000000447	18870	0.9957643964994418	20	13	6	12	7	True	132455	maximal	True	ISR0285_000000000447	1.0	PS1162	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	97.615	26.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0101_000000004324	3111	0.9957627506386236	3	3	2	3	0	True	130968	maximal	True	CHI0101_000000004324	1.0		1	1	True	True	1.0	61					non-mobilizable	no_good_hit	1012.0	87.54899999999999	73.0	0.297153024911032	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
FIJ0167_000000016646	1279	0.9957601592121844	2	2	2	2	2	False	38948	fragment	False	FIJ0167_000000016646	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	98.749	100.0	0.00024325153064788465	CP057473.1	enterobacteria	Escherichia coli strain RHB25-C16 chromosome, complete genome	False	False
USA0026_01_000000008325	4060	0.9957573870486568	5	3	3	2	1	False	1636	maximal	True	USA0026_01_000000008325	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	94.185	30.0	0.0002839700832978911	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
SPA0140_000000010922	1985	0.995756646382212	2	2	2	2	2	False	36878	fragment	False	SPA0140_000000010922	0.9895651293518979		0	0	False	False	0.9964735507965088	0					non-mobilizable	chromosome	1986.0	97.835	100.0	0.0004512568596393087	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
CHI0045_000000004723	4128	0.9957529515369856	6	6	3	6	6	False	87180	maximal	True	CHI0045_000000004723	1.0		1	1	False	False	1.0	0	IncFII				non-mobilizable	plasmid	4128.0	98.74	100.0	0.02490570592317673	LR130540.1	enterobacteria	Klebsiella variicola strain AJ055 genome assembly, plasmid: 2	False	True
SPA0062_000000006334	5053	0.9957515201674068	5	2	2	2	2	False	24541	maximal	True	SPA0062_000000006334	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	96.296	2.0	0.0005515453611587968	MN990728.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-1 genomic sequence	True	False
ISR0255_000000000365	39225	0.9957511771864094	43	22	14	22	11	True	122571	maximal	False	ISR0202_000000000188	0.975143592296279		0	0	True	True	1.0	65					non-mobilizable	no_good_hit	7673.0	97.55	75.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
FIJ0089_000000012891	1901	0.9957492692513312	5	2	2	2	2	True	43570	fragment	False	FIJ0089_000000012891	1.0		0	0	False	False	0.9942135810852051	0					non-mobilizable	no_good_hit	53.0	90.566	3.0	2.425158218254912e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0083_000000006396	5117	0.995747376478478	4	3	3	3	2	False	44135	fragment	False	FIJ0083_000000006396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2355.0	89.512	54.0	0.0009609844406395821	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
FIJ0116_000000004477	4371	0.995747376478478	4	3	3	3	2	False	41681	fragment	False	FIJ0116_000000004477	1.0		0	0	False	False	0.9970258474349976	0					non-mobilizable	no_good_hit	2357.0	89.521	63.0	0.0009609844406395821	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
USA0030_01_000000009939	1675	0.9957449274365584	4	1	1	1	1	False	1557	fragment	False	USA0030_01_000000009939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0015_000000004464	3819	0.9957444789851398	4	2	1	2	1	True	49984	backbone	False	MAD0010_000000000665	0.9353813559322034	PS191	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AST0057_000000000589	12627	0.9957442485559004	16	16	5	9	16	True	114245	maximal	True	AST0057_000000000589	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	12625.0	99.897	99.0	0.13031091291960858	KF290378.2	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium plasmid pSTM2, complete sequence	False	True
ENG0151_000000014160	1679	0.9957440931175128	2	2	2	2	1	False	57096	maximal	True	ENG0151_000000014160	1.0		0	0	False	False	0.9976176023483276	0					non-mobilizable	no_good_hit	1034.0	100.0	62.0	0.02825492341356674	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	True	False
ISR0220_000000002980	3356	0.9957438530063591	6	4	3	3	3	True	33457	fragment	False	ISR0220_000000002980	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3358.0	96.15799999999999	100.0	0.05644725282151788	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	True
FIJ0109_000000004054	6895	0.9957416168962372	7	7	6	7	4	False	83716	maximal	True	FIJ0109_000000004054	1.0		2	1	False	False	0.9970993399620056	0					non-mobilizable	no_good_hit	1930.0	96.788	29.0	0.004703467008677884	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CHI0011_000000001272	4463	0.995740639185539	6	6	3	5	4	False	90358	fragment	False	CHI0015_000000001705	0.9635286783042394		0	0	False	False	0.9977593421936035	0					non-mobilizable	other	4464.0	99.866	100.0	0.0009056261644996978	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
ISR0123_000000003252	5327	0.9957350708062116	6	3	2	3	2	True	113548	maximal	False	AST0061_000000007144	0.9941018318907544		0	0	True	True	1.0	54					non-mobilizable	no_good_hit	97.0	84.536	2.0	0.01854043392504931	HG796297.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00289	True	True
MAD0027_000000002574	4106	0.9957337678210436	8	4	1	2	3	True	19061	maximal	True	MAD0027_000000002574	1.0		1	1	False	False	0.9992693662643433	0					non-mobilizable	no_good_hit								True	True
SPA0020_000000009838	3019	0.9957284144581322	4	2	2	2	2	False	117986	maximal	True	SPA0020_000000009838	1.0		0	0	False	False	0.9963564276695251	0					non-mobilizable	no_good_hit	1528.0	96.92399999999999	51.0	0.31431513903192587	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
MAD0036_000000000737	20824	0.9957277834446928	32	7	4	5	3	False	18750	maximal	True	MAD0036_000000000737	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3141.0	92.16799999999999	56.0	0.05554177152376564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0147_000000002905	4645	0.9957240287590646	7	5	5	5	5	False	65506	fragment	False	ENG0147_000000002905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	75.055	10.0	0.002657530165350812	NZ_FQYT01000003.1	firmicutes	Parasporobacterium paucivorans DSM 15970, whole genome shotgun sequence	True	False
ISR0107_000000004659	4554	0.9957223977667612	11	3	2	3	3	False	117999	fragment	False	ISR0107_000000004659	0.9990258158792011		0	0	False	False	0.9929732084274292	0					non-mobilizable	virus	4302.0	99.884	94.0	0.36167886281436623	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0165_000000004423	4106	0.9957223977667612	10	3	2	3	3	False	117999	fragment	False	ISR0107_000000004659	0.9500439174352218		0	0	False	False	1.0	0					non-mobilizable	virus	4106.0	99.90299999999999	100.0	0.8455200823892894	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
AST0057_000000002379	2537	0.9957218979906759	3	2	1	2	1	True	113211	maximal	True	AST0057_000000002379	1.0	PS16	1	1	False	True	1.0	0	rep_cluster_1102				non-mobilizable	no_good_hit	2029.0	99.95100000000001	84.0	0.8836601307189542	AB024514.1	firmicutes	Lactobacillus plantarum plasmid pLTK2, complete sequence	True	True
ENG0095_000000001346	14657	0.9957165404032868	24	13	9	12	10	True	125417	fragment	False	SPA0098_000000001538	0.29618848956436983		0	0	False	False	0.9999317526817322	0					non-mobilizable	other	14657.0	98.54	100.0	0.004182730673814936	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
DEN0087_000000001156	8601	0.9957162884731896	13	4	4	4	3	False	107031	fragment	False	DEN0087_000000001156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4908.0	94.682	81.0	0.04980722082625459	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0383_000000001755	5775	0.9957161813094424	7	3	2	3	3	True	67702	maximal	False	ENG0125_000000003976	0.9809774692645297		0	0	True	True	1.0	32	rep_cluster_2141	MOBQ			mobilizable	plasmid	5138.0	99.94200000000001	100.0	0.8987053883834849	CP054357.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-4, complete sequence	False	True
FIJ0067_000000001374	20450	0.9957160685177896	17	8	6	7	6	True	74725	maximal	True	FIJ0067_000000001374	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	84.264	1.0	0.0022332619297206146	NZ_RJQC01000005.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_5, whole genome shotgun sequence	True	True
SPA0058_000000002355	9590	0.9957148472520928	11	9	8	8	6	True	94598	fragment	False	SPA0058_000000002355	0.9972770955686066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6246.0	98.751	84.0	0.13468283178177096	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
SPA0030_000000016603	1832	0.9957146078280941	2	2	1	2	1	False	7326	fragment	False	SPA0030_000000016603	1.0		0	0	False	False	0.9934498071670532	0					non-mobilizable	no_good_hit	326.0	94.785	18.0	0.3987730061349693	GQ883144.1		Uncultured organism clone VC1D880TR genomic sequence	True	False
CHI0151_000000009405	2663	0.9957139137059762	4	3	2	2	3	False	83961	fragment	False	ISR0781_000000009958	0.9524489564867045		0	0	False	False	0.9984979629516602	0					non-mobilizable	other	2663.0	99.54899999999999	100.0	0.569777397260274	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	False	False
ENG0008_000000003450	6296	0.995708331514184	7	6	5	4	5	True	120808	fragment	False	ENG0008_000000003450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5018.0	87.98299999999999	79.0	0.001627310475368363	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
DEN0012_000000001751	3592	0.995706499574348	3	2	2	2	1	False	75467	maximal	True	DEN0012_000000001751	1.0		2	2	False	False	0.9991648197174072	0					non-mobilizable	plasmid	2927.0	99.863	99.0	0.028218728903462244	CP028286.1	firmicutes	Enterococcus faecalis strain FDAARGOS_324 plasmid unnamed1, complete sequence	False	True
DEN0083_000000002602	9213	0.9957057962044304	7	6	5	6	5	True	106683	fragment	False	USA0007_01_000000002196	0.9312640389934709		0	0	False	False	1.0	0					non-mobilizable	other	9217.0	98.882	100.0	0.8380935055484809	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0144_000000009008	1951	0.9957004547101328	2	2	1	1	2	False	83955	fragment	False	ENG0144_000000009008	0.9758601553829078		0	0	False	False	0.9964120984077454	0					non-mobilizable	other	1079.0	99.537	99.0	0.230736301369863	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	False	False
ISR0365_000000000192	41689	0.9956989942760804	42	19	12	14	10	True	83735	maximal	True	ISR0365_000000000192	1.0		2	2	True	True	1.0	1					non-mobilizable	no_good_hit	3184.0	99.749	10.0	0.0012621441223458988	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	True
ENG0174_000000004101	3950	0.995698412849544	6	3	2	3	2	False	128477	fragment	False	ENG0174_000000004101	0.9979063072494112		0	0	False	False	0.9888607859611511	0					non-mobilizable	no_good_hit	1177.0	85.47200000000001	36.0	0.00033421794423253606	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0129_000000016448	1570	0.9956977508802708	2	2	2	2	1	False	81195	fragment	False	CHI0129_000000016448	1.0		0	0	False	False	0.9961783289909363	0					non-mobilizable	no_good_hit	489.0	79.141	31.0	0.00016093956917868167	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
ENG0187_000000010030	2835	0.9956974235410551	3	2	2	2	1	False	54986	maximal	True	ENG0187_000000010030	1.0		2	1	False	False	0.9978836178779602	0					non-mobilizable	no_good_hit								True	False
CAN0009_000000010275	2440	0.9956973366617076	2	2	1	2	1	True	94798	maximal	True	CAN0009_000000010275	1.0		1	1	False	False	0.9995901584625244	0					non-mobilizable	no_good_hit								True	True
DEN0073_000000009074	4957	0.9956971013021436	9	4	4	4	4	False	70222	maximal	True	DEN0073_000000009074	1.0		1	1	False	False	0.9975791573524475	0					non-mobilizable	no_good_hit	83.0	93.976	2.0	0.00022237840568410186	NZ_CABWNB010000002.1	firmicutes	Negativicoccus succinicivorans strain ADV 07/08/06-B-1388, whole genome shotgun sequence	True	False
ENG0013_000000002773	7777	0.9956963883236783	10	7	4	6	5	False	75689	fragment	False	ENG0013_000000002773	1.0		0	0	False	False	0.9998714327812195	0					non-mobilizable	no_good_hit	217.0	73.733	3.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
SPA0055_000000000033	92087	0.9956963439525196	96	40	20	31	27	True	110958	maximal	True	SPA0055_000000000033	1.0		2	1	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	17669.0	98.891	84.0	0.09512218763799286	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ETH0003_000000003148	8197	0.9956940198671956	17	6	5	4	4	False	70210	maximal	True	ETH0003_000000003148	1.0		1	1	False	False	0.999146044254303	0					non-mobilizable	no_good_hit	325.0	98.154	8.0	9.686240545825633e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0006_000000010251	3124	0.995693702066502	5	3	2	3	2	False	107929	fragment	False	SPA0006_000000010251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	2.0	0.0010897203051216855	NZ_MQNM01000027.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_27_length_44048_cov_31.4415, whole genome shotgun sequence	True	False
MON0099_000000010220	3077	0.9956934952443188	6	5	5	4	4	False	125078	fragment	False	MON0099_000000010220	1.0		0	0	False	False	0.9996750354766846	0					non-mobilizable	no_good_hit	493.0	91.48100000000001	17.0	0.00013635025631626594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0034_000000004998	3077	0.9956920757924076	3	2	2	2	1	True	53552	fragment	False	MON0035_000000008589	0.9614158163265306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	2.0	1.5554915384371293e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0004_000000011801	2224	0.995689352269538	4	3	1	2	2	True	67794	maximal	True	ENG0004_000000011801	1.0		1	1	False	False	0.991906464099884	0					non-mobilizable	no_good_hit	269.0	96.654	12.0	0.00012612693471395874	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	True	True
ISR0126_000000033340	1487	0.9956876935376596	1	1	1	1	1	True	31950	maximal	True	ISR0126_000000033340	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0029_000000014716	1809	0.9956876309736058	4	3	1	3	2	True	73343	fragment	False	SPA0029_000000014716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.0905485648333083e-07	LR877206.1	rodents	Onychomys torridus genome assembly, chromosome: 19	True	True
SPA0134_000000006344	4665	0.9956872868235273	6	6	6	6	6	False	73133	fragment	False	SPA0134_000000006344	1.0		0	0	False	False	0.9997856616973877	0					non-mobilizable	chromosome	4665.0	99.979	100.0	0.0008873384564572518	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
MON0028_000000012147	2104	0.9956853464900908	3	3	0	3	3	False	103815	fragment	False	MON0028_000000012147	1.0		0	0	False	False	1.0	0	rep_cluster_2358	MOBP,MOBP		MOBP	mobilizable	plasmid	2104.0	98.479	100.0	0.3480635551142006	CP040109.1	enterobacteria	Escherichia coli O157:H7 strain MB9-1 plasmid pMB9_2, complete sequence	False	True
MAD0073_000000002213	1520	0.9956835045808148	3	1	1	1	1	False	105392	fragment	False	MAD0073_000000002213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	87.574	11.0	0.0003512902598502416	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0098_000000011662	3015	0.9956832096558792	6	4	3	4	2	False	33051	fragment	False	SPA0098_000000011662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0061_000000007144	5306	0.9956831836140024	6	3	2	3	1	True	113548	maximal	True	AST0061_000000007144	0.9942856074969653		10	5	True	True	1.0	47					non-mobilizable	no_good_hit	97.0	84.536	2.0	0.01854043392504931	HG796297.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00289	True	True
CHI0132_000000006238	5278	0.9956831836140024	6	3	2	3	1	True	113548	maximal	False	AST0061_000000007144	0.9933158612550782		0	0	True	True	0.9926108121871948	14					non-mobilizable	no_good_hit	97.0	84.536	2.0	0.01854043392504931	HG796297.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00289	True	True
AST0006_000000003172	5044	0.9956831836140024	6	3	2	3	1	True	127637	maximal	True	AST0006_000000003172	1.0		1	1	True	True	1.0	63					non-mobilizable	no_good_hit								True	True
AST0099_000000004231	4838	0.9956831836140024	5	3	2	3	1	True	113548	maximal	False	AST0061_000000007144	0.9376722358259726		0	0	False	True	0.9985530972480774	0					non-mobilizable	no_good_hit	97.0	84.536	2.0	0.01854043392504931	HG796297.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00289	True	True
SPA0105_000000006434	4269	0.995681489165701	6	3	1	3	2	True	118888	maximal	False	AST0092_000000003997	0.9442872149983083	PS790	0	0	True	True	1.0	21	Inc11	MOBV			mobilizable	plasmid	3439.0	98.92399999999999	100.0	0.8179871520342612	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
ENG0078_000000006799	3851	0.995681489165701	6	3	1	3	2	True	118888	maximal	False	AST0092_000000003997	0.4030132646904998	PS790	0	0	False	True	1.0	0	Inc11	MOBV			mobilizable	plasmid	2835.0	99.929	100.0	0.6742802759933381	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
MON0025_000000013504	2729	0.9956785809651241	4	3	1	3	2	True	12828	maximal	True	MON0025_000000013504	1.0		2	1	False	False	0.9853426218032837	0					non-mobilizable	no_good_hit								True	True
SPA0088_000000002456	6604	0.995677473649732	7	2	2	2	2	False	5476	maximal	True	SPA0088_000000002456	1.0		4	2	False	False	0.9972743988037109	0					non-mobilizable	no_good_hit	936.0	83.01299999999999	14.0	0.6950037285607755	NZ_VULP01000067.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq67, whole genome shotgun sequence	True	False
ISR0296_000000001300	14041	0.9956767690225444	13	9	5	5	8	True	132596	backbone	False	ISR0120_000000000296	0.09111892560730622	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14041.0	99.97200000000001	100.0	0.4524477102065809	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0051_000000001356	13908	0.9956767690225444	13	9	5	5	8	True	132596	backbone	False	ISR0120_000000000296	0.08722601292027642	PS1169|PS902	0	0	False	True	0.9997124075889587	0		MOBB	MPF_T		conjugative	plasmid	13893.0	99.928	99.0	0.4476779786651197	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0374_000000003269	4741	0.9956729185641596	5	5	4	4	3	False	54110	fragment	False	ISR0374_000000003269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3575.0	87.35700000000001	75.0	0.0590339595015058	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
ISR0027_000000005511	4754	0.9956723589332817	7	5	4	5	2	False	37254	fragment	False	ISR0027_000000005511	1.0		0	0	False	False	0.9951619505882263	0					non-mobilizable	other	2209.0	97.103	91.0	0.0014877702187096374	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0266_000000000357	26094	0.9956721927366288	33	13	9	13	5	True	80333	maximal	True	ISR0266_000000000357	1.0		10	1	False	False	0.9999616742134094	0					non-mobilizable	no_good_hit	10939.0	98.272	87.0	0.060815434169462106	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0288_000000004273	6189	0.9956717612789354	9	6	3	6	3	False	81990	fragment	False	ISR0288_000000004273	1.0		0	0	False	False	0.9998384118080139	0					non-mobilizable	no_good_hit								True	False
FIJ0084_000000002184	6602	0.995669204725575	8	5	3	4	4	False	44136	fragment	False	FIJ0084_000000002184	1.0		0	0	False	False	0.9992426633834839	0					non-mobilizable	no_good_hit	2356.0	89.516	61.0	0.0009609844406395821	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
CHI0141_000000000700	32927	0.9956691254257048	36	12	5	12	4	True	80165	fragment	False	CHI0141_000000000700	1.0		0	0	False	False	0.9993318319320679	0					non-mobilizable	no_good_hit	512.0	83.398	2.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
MAD0094_000000002762	4703	0.995667406565904	10	3	2	3	2	False	45846	maximal	True	MAD0094_000000002762	1.0		2	1	False	False	0.9995747208595276	0					non-mobilizable	no_good_hit								True	False
SPA0032_000000006481	3951	0.9956670669851391	6	3	2	3	3	False	94075	maximal	True	SPA0032_000000006481	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1652.0	99.87899999999999	42.0	0.00034868865819915717	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0858_000000007299	1454	0.9956668947197144	4	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.18923782895652053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	366.0	84.426	24.0	0.0007590378828907006	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0227_000000010083	2627	0.9956648263363744	5	4	3	4	4	False	27637	maximal	True	ISR0227_000000010083	1.0		1	1	False	False	0.9756376147270203	0					non-mobilizable	no_good_hit	1116.0	99.64200000000001	42.0	0.298443370907139	MK233893.1	viruses	Uncultured human fecal virus clone R.torques_S04.r1.O04_1-CL01_c29 sequence	True	False
MAD0110_000000003619	7539	0.9956647642688684	5	5	2	5	3	False	108849	maximal	True	MAD0110_000000003619	1.0	PS676	1	1	False	True	0.9957554340362549	0	rep_cluster_2350	MOBP		MOBP	mobilizable	no_good_hit	2632.0	96.163	58.0	0.2696594427244582	LM996433.1	enterobacteria	Escherichia coli genome assembly FHI63, scaffold scaffold-18_contig-25.0_1_9690_[organism:Escherichia	True	True
MAD0047_000000000005	147997	0.9956639863829776	129	56	37	49	37	True	121852	maximal	True	MAD0047_000000000005	1.0	PS345|PS662|PS791|PS792	2	1	False	True	0.999986469745636	0					non-mobilizable	no_good_hit	17571.0	97.046	19.0	0.6249555255105671	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ISR0017_000000008393	3958	0.9956624145144224	3	3	2	3	2	False	37872	maximal	True	ISR0017_000000008393	1.0		5	1	False	False	0.9936836957931519	0					non-mobilizable	chromosome	3959.0	99.899	100.0	0.0008387537280886714	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0068_000000017793	1149	0.9956597839660664	2	2	2	2	2	False	34988	fragment	False	ISR0068_000000017793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	71.56	38.0	0.003323898910285578	NZ_FNZK01000014.1	firmicutes	Propionispira arboris strain DSM 2179, whole genome shotgun sequence	True	False
ISR0074_000000007027	3953	0.9956595445861596	5	4	2	3	3	True	34736	fragment	False	ISR0074_000000007027	1.0		0	0	False	False	1.0	0	rep_cluster_1249				non-mobilizable	no_good_hit	1542.0	89.948	58.0	0.029792444029850745	CP043867.1	firmicutes	Enterococcus faecium strain ME3 plasmid unnamed2	True	True
ENG0045_000000004797	2629	0.9956588642945542	3	3	3	3	3	True	69896	fragment	False	ENG0045_000000004797	0.9846531943123252		0	0	False	False	0.9882084727287292	0					non-mobilizable	other	2443.0	99.345	93.0	0.013579443359646634	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0357_000000009976	2515	0.9956588642945542	3	3	3	3	3	True	69896	fragment	False	ENG0045_000000004797	0.97559520558524		0	0	False	False	1.0	0					non-mobilizable	other	2515.0	99.443	100.0	0.013979984089632115	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0144_000000002809	2347	0.9956588642945542	3	3	3	3	3	True	69896	fragment	False	ENG0045_000000004797	0.643870112657389		0	0	False	False	1.0	0					non-mobilizable	other	2347.0	99.531	100.0	0.013045389052999326	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
CHI0108_000000000704	9353	0.995656037520572	15	7	4	5	4	False	82956	maximal	True	CHI0108_000000000704	1.0		1	1	False	False	0.9898428320884705	0					non-mobilizable	no_good_hit	483.0	100.0	5.0	9.335315829035118e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
DEN0039_000000005667	3056	0.9956559223255764	5	5	2	3	5	False	73294	maximal	True	DEN0039_000000005667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0170_000000002718	4187	0.9956551248562074	9	8	2	4	6	False	132209	backbone	False	ENG0141_000000006400	0.9751965835127789	PS1143|PS778	0	0	True	True	0.9983281493186951	16					non-mobilizable	other	3918.0	99.87200000000001	100.0	0.9443105110896818	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0835_000000000911	9751	0.9956546280293888	19	6	3	5	4	False	81989	maximal	True	ISR0835_000000000911	1.0		1	1	False	False	0.9997949004173279	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	0.0003550005006417317	NZ_FOYZ01000007.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	False
ISR0213_000000001231	14837	0.9956541347164136	25	8	4	5	5	True	118485	maximal	True	ISR0213_000000001231	0.9732640304389184		1	1	True	True	1.0	41					non-mobilizable	no_good_hit	309.0	78.317	2.0	0.0030668595765492228	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0341_000000002306	6009	0.9956516956114192	8	7	7	5	5	False	129607	maximal	True	ISR0341_000000002306	1.0	PS1061	1	1	False	True	0.9961724281311035	0					non-mobilizable	chromosome	1800.0	99.111	97.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0111_000000008187	4108	0.9956499362446828	6	2	1	1	2	False	5898	fragment	False	SPA0111_000000008187	1.0		0	0	False	False	0.9980525970458984	0					non-mobilizable	other	4118.0	99.199	100.0	0.03138579291627914	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	False
SPA0072_000000006026	3399	0.9956499362446828	6	2	1	1	2	False	5876	fragment	False	SPA0072_000000006026	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3408.0	99.061	100.0	0.025973134920029884	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	False
ENG0205_000000001040	15764	0.9956459989355998	21	9	7	7	5	True	121838	maximal	True	ENG0205_000000001040	1.0	PS446|PS447|PS652|PS653|PS858|PS863	1	1	True	True	1.0	757		MOBV			mobilizable	no_good_hit	4915.0	96.72399999999999	72.0	0.3954802259887006	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
USA0086_01_000000009149	1886	0.9956448250126888	5	2	2	2	1	True	441	fragment	False	USA0086_01_000000009149	1.0		0	0	False	False	0.998939573764801	0					non-mobilizable	other	1886.0	99.947	100.0	0.03184767182537001	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	True
FIJ0071_000000002624	11914	0.9956443787192584	17	8	3	4	7	True	122244	maximal	True	FIJ0071_000000002624	1.0	PS866	0	0	False	True	0.9999160766601562	0					non-mobilizable	no_good_hit	4505.0	97.40299999999999	64.0	0.363372327551432	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0066_000000011156	2905	0.9956438940688191	2	2	1	2	1	True	35143	maximal	False	ISR0103_000000009855	0.9832920383345608		0	0	True	True	0.9903614521026611	2	rep_cluster_1867				non-mobilizable	plasmid	2660.0	84.023	99.0	0.9477853799063738	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0095_000000010460	2869	0.9956438940688191	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.11137049808454626	PS1132	0	0	True	True	1.0	772					non-mobilizable	plasmid	2122.0	83.648	99.0	0.7523330940416367	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0162_000000013755	2861	0.9956438940688191	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.09672204350974799	PS1132	0	0	True	True	1.0	88					non-mobilizable	plasmid	2330.0	81.03	99.0	0.821608040201005	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0167_000000010490	2852	0.9956438940688191	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.11096921370616881	PS1132	0	0	True	True	0.997545599937439	9					non-mobilizable	plasmid	2495.0	82.88600000000001	99.0	0.8828406633020909	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0169_000000010405	2851	0.9956438940688191	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.1110149794375855	PS1132	0	0	True	True	1.0	65					non-mobilizable	plasmid	2494.0	82.919	99.0	0.8828406633020909	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0094_000000005956	2841	0.9956438940688191	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.04901402974963179	PS1132	0	0	True	True	1.0	15					non-mobilizable	plasmid	2195.0	87.289	100.0	0.780689160086145	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ENG0123_000000003722	2832	0.9956438940688191	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.10575080370716872	PS1132	0	0	True	True	1.0	46					non-mobilizable	plasmid	1419.0	83.721	100.0	0.5050251256281407	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0231_000000005856	2824	0.9956438940688191	4	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8261905593594602	PS1132	0	0	True	True	1.0	67	rep_cluster_1867				non-mobilizable	plasmid	2486.0	99.678	100.0	0.8919597989949749	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0143_000000011057	2812	0.9956438940688191	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.11138651880166817	PS1132	0	0	True	True	1.0	12					non-mobilizable	plasmid	2494.0	82.598	99.0	0.8836874324810947	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0083_000000008932	2794	0.9956438940688191	3	2	1	2	1	True	35143	maximal	False	ISR0103_000000009855	0.9964225950596323		0	0	True	True	1.0	28	rep_cluster_1867				non-mobilizable	plasmid	1616.0	85.272	99.0	0.5732805185451927	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0217_000000008959	2790	0.9956438940688191	3	2	1	2	1	True	35143	maximal	False	ISR0103_000000009855	0.9959510680396017		0	0	True	True	1.0	39	rep_cluster_1867				non-mobilizable	plasmid	2662.0	83.734	99.0	0.9481454807346057	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0201_000000011928	2539	0.9956438940688191	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.049064430071590504	PS1132	0	0	False	True	1.0	0					non-mobilizable	plasmid	2264.0	82.111	100.0	0.7997128499641063	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
AUS0024_000000018233	1774	0.9956438940688191	2	2	1	2	1	True	98875	fragment	False	AUS0024_000000018233	1.0		0	0	False	False	0.9994363188743591	0					non-mobilizable	plasmid	1461.0	82.75200000000001	100.0	0.5161521895190236	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0396_000000000872	18130	0.9956413879400784	20	8	7	6	5	True	22693	maximal	True	ISR0396_000000000872	1.0		1	1	True	True	0.9999448657035828	22					non-mobilizable	no_good_hit	49.0	89.796	0.0	0.00012138684470070556	NZ_DF977000.1	firmicutes	Tepidanaerobacter syntrophicus strain JL, whole genome shotgun sequence	True	True
ISR0185_000000002322	10640	0.9956352308435396	17	10	7	8	8	False	121823	fragment	False	ISR0185_000000002322	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9836.0	96.147	100.0	0.00275832880403472	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
DEN0003_000000002876	8812	0.995634872008494	6	4	4	4	3	False	126462	fragment	False	DEN0003_000000002876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	69.656	11.0	0.008989906742909774	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0198_000000000155	71634	0.9956340251100076	53	32	14	20	25	True	80735	maximal	True	ISR0198_000000000155	1.0		1	1	False	False	0.9999860525131226	0					non-mobilizable	no_good_hit	11007.0	97.93799999999999	84.0	0.004493726816250369	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
MON0002_000000007002	3226	0.9956327217758664	6	3	3	3	3	False	50947	maximal	True	MON0002_000000007002	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.12272013449496e-05	NZ_ATZZ01000018.1	b-proteobacteria	Chitinimonas koreensis DSM 17726 F559DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
MAD0111_000000000179	43262	0.9956325228330356	49	27	18	25	10	True	52101	fragment	False	MAD0111_000000000179	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	89.286	0.0	3.953727170070001e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AST0060_000000011978	2427	0.9956263962919782	5	2	1	1	2	False	112464	maximal	True	AST0060_000000011978	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000002456	12085	0.9956258785589468	13	8	6	7	3	True	106856	fragment	False	ISR0324_000000002456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	1.0	0.0009793479990696193	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0066_000000002585	5944	0.9956239873724808	13	1	1	1	1	False	16605	maximal	True	MAD0066_000000002585	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	5.8909714211873536e-05	LN609400.1	nematodes	Strongyloides ratti genome assembly S_ratti_ED321, scaffold srae_chrx_scaffold0000006	True	False
USA0130_01_000000000318	49889	0.9956239692972072	51	15	6	14	5	True	74077	fragment	False	USA0130_01_000000000318	1.0		0	0	False	False	0.9999198317527771	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MAD0102_000000000731	16423	0.9956238832124674	10	9	8	9	7	True	113164	fragment	False	AST0058_000000000949	0.6100552553281924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2306.0	75.759	14.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0841_000000000807	11895	0.9956223578007664	19	8	3	7	6	False	111050	fragment	False	ISR0091_000000002594	0.6245960695447529		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4688.0	97.376	86.0	0.12310561290153127	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0792_000000000551	15462	0.9956192239317724	20	11	9	9	8	False	123888	fragment	False	SPA0082_000000000937	0.9408123385675526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.958	78.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0784_000000000860	15316	0.9956192239317724	21	11	9	9	8	False	123888	fragment	False	SPA0082_000000000937	0.9382952055419977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.958	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0164_000000001135	15250	0.9956192239317724	22	11	9	9	8	False	123888	fragment	False	SPA0082_000000000937	0.9383137514003932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.947	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0087_000000000309	42116	0.9956183439119148	62	55	12	21	52	False	67940	maximal	True	ENG0087_000000000309	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	13150.0	99.156	90.0	0.14122309575976286	CP041570.1	enterobacteria	Escherichia coli strain 405 plasmid p168-7	False	True
MAD0111_000000007731	2209	0.9956179031820444	4	4	2	3	4	False	16504	maximal	True	MAD0111_000000007731	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1762.0	98.411	99.0	0.0003536415135374815	CP000800.1	enterobacteria	Escherichia coli E24377A, complete genome	False	False
ENG0074_000000001309	15832	0.9956159707487854	21	6	3	5	4	True	79297	fragment	False	FIJ0093_000000001103	0.3819917471375843		0	0	False	False	0.9999368190765381	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0004668600127325458	NZ_FUWX01000016.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	True
DEN0021_000000002110	12276	0.9956157795463609	19	11	7	10	6	True	125409	fragment	False	DEN0021_000000002110	0.9748966239102694		0	0	False	False	1.0	0					non-mobilizable	other	12287.0	98.37200000000001	100.0	0.003506301352972807	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0147_000000000079	57217	0.9956137017415092	106	30	12	21	19	True	124622	maximal	True	FIJ0147_000000000079	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit	4289.0	82.77	45.0	0.07537305497465707	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0152_000000004181	2340	0.9956100493036264	3	2	2	1	1	False	111857	fragment	False	CHI0152_000000004181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2341.0	99.829	100.0	0.0037322959284624663	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0247_000000007303	1893	0.9956100493036264	2	2	2	1	1	False	111856	fragment	False	ISR0265_000000008549	0.5488966838970801		0	0	False	False	0.9947173595428467	0					non-mobilizable	other	1893.0	99.947	100.0	0.003019026890402303	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0069_000000005633	1799	0.9956100493036264	3	2	2	1	1	False	85049	fragment	False	CHI0069_000000005633	0.9631608548931383		0	0	False	False	0.9994441270828247	0					non-mobilizable	no_good_hit	1378.0	99.34700000000001	77.0	0.0021972516004672153	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0284_000000007735	1719	0.9956100493036264	2	2	2	1	1	False	111856	fragment	False	ISR0265_000000008549	0.40244974897111435		0	0	False	False	1.0	0					non-mobilizable	other	1719.0	100.0	100.0	0.0027413785400164674	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0183_000000024733	1258	0.9956099764767052	1	1	1	1	1	False	55142	fragment	False	ENG0183_000000024733	1.0		0	0	False	False	0.9809221029281616	0					non-mobilizable	chromosome	1263.0	88.915	99.0	0.00044736816797392445	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
MON0033_000000026295	2414	0.9956079825462212	4	2	1	2	2	True	82804	maximal	True	MON0033_000000026295	0.9798261893160403		4	3	True	True	1.0	68					non-mobilizable	no_good_hit								True	True
ISR0049_000000003740	6897	0.9956032979506464	8	5	2	4	3	False	36919	maximal	False	ISR0331_000000002396	0.9601017539161869		0	0	False	False	0.9979701042175293	0					non-mobilizable	no_good_hit	785.0	93.12100000000001	24.0	0.001363072246315173	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0353_000000012389	2956	0.995600049381299	6	2	2	2	2	False	67434	maximal	True	ISR0353_000000012389	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2328.0	94.029	79.0	0.05225807900469357	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0263_000000005739	2374	0.995600049381299	4	2	2	2	2	False	67433	fragment	False	ISR0263_000000005739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2066.0	95.69200000000001	87.0	0.04637427294572077	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0115_000000016636	1415	0.9955998624526021	4	3	1	2	2	False	59417	fragment	False	MAD0097_000000029333	0.9753173483779972		0	0	False	False	0.9992932677268982	0					non-mobilizable	other	1395.0	99.64200000000001	99.0	0.0003917585688053387	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0062_000000002044	6075	0.9955989884295624	6	6	6	6	5	False	83707	fragment	False	MAD0062_000000002044	1.0		0	0	False	False	0.9976954460144043	0					non-mobilizable	no_good_hit	1776.0	98.14200000000001	31.0	0.004327969901712413	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0830_000000023787	1290	0.9955976985285192	2	1	1	1	1	False	21034	fragment	False	ISR0830_000000023787	1.0		0	0	False	False	0.9992247819900513	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000001071	13557	0.9955975115701184	14	10	6	6	6	False	76987	fragment	False	USA0081_01_000000001790	0.578735750741271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.41799999999999	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ENG0023_000000015064	1172	0.9955884575451294	1	1	1	1	1	False	66252	fragment	False	ENG0023_000000015064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0006_000000001876	9005	0.9955875968267272	14	5	3	4	3	False	127676	maximal	True	AST0006_000000001876	1.0		1	1	True	True	1.0	53					non-mobilizable	no_good_hit	565.0	84.956	7.0	0.0025755447208219706	NZ_CBYM010000002.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
MON0087_000000002076	15691	0.995587394230784	18	14	8	12	7	True	64245	maximal	True	MON0087_000000002076	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1632.0	71.691	10.0	0.0035191855536888255	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ENG0063_000000007894	3939	0.9955869292120636	7	3	2	1	2	False	91969	fragment	False	ENG0063_000000007894	1.0		0	0	False	False	0.9923838376998901	0					non-mobilizable	no_good_hit	2037.0	87.58	53.0	0.00035066681677789734	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
FIJ0133_000000000419	38997	0.9955825143957866	33	18	14	17	13	True	51337	maximal	True	FIJ0133_000000000419	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	2.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
DEN0064_000000000390	37348	0.9955756615203576	44	22	14	19	12	True	100677	maximal	True	DEN0064_000000000390	1.0	PS581	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	11049.0	98.181	83.0	0.17808948004836758	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
AST0055_000000005892	5266	0.9955737362415028	4	4	4	3	3	False	113943	fragment	False	AST0055_000000005892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	77.5	3.0	0.0003668022651814725	NZ_QXDJ01000005.1	firmicutes	Clostridium chromiireducens strain C1 Scaffold5, whole genome shotgun sequence	True	False
ISR0147_000000002832	7894	0.9955726350353624	12	4	3	3	3	False	30964	maximal	True	ISR0147_000000002832	1.0		1	1	False	False	0.9994933009147644	0					non-mobilizable	no_good_hit	1992.0	85.04	48.0	0.034824371743522486	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0069_000000012496	3641	0.9955725817195952	4	3	2	3	2	False	10506	fragment	False	MON0069_000000012496	1.0		0	0	False	False	0.9895632863044739	0					non-mobilizable	no_good_hit	75.0	86.667	2.0	0.00012255045973210134	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MAD0054_000000006719	2307	0.9955706026964346	4	2	1	2	2	False	17858	fragment	False	MAD0054_000000006719	0.9713902548055431		0	0	False	False	0.9995665550231934	0					non-mobilizable	no_good_hit	1483.0	94.67299999999999	69.0	0.0262644880019849	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0009_000000003503	7777	0.9955705857851456	5	5	5	5	3	False	105902	maximal	True	ISR0009_000000003503	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1398.0	99.571	18.0	0.007359642606904472	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
AST0090_000000007986	2956	0.9955689120895618	6	3	2	3	3	False	109909	fragment	False	AST0090_000000007986	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2957.0	99.155	100.0	0.13478379857690204	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
FIJ0074_000000010232	3158	0.9955670700207088	6	5	3	4	4	False	44650	fragment	False	FIJ0074_000000010232	1.0		0	0	False	False	0.9943001866340637	0					non-mobilizable	no_good_hit	425.0	79.294	13.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
MAD0088_000000004367	4458	0.9955645655091699	5	4	2	4	3	True	83771	maximal	True	MAD0088_000000004367	1.0	PS262	2	1	True	True	0.9995513558387756	7	Col156	MOBQ			mobilizable	plasmid	3696.0	99.838	95.0	0.9464651639344263	CP029994.1	enterobacteria	Salmonella enterica subsp. salamae serovar 56:z10:e,n,x strain SA20011914 plasmid pSA20011914.2, complete sequence	False	True
MON0088_000000000872	16622	0.9955638397540262	19	10	7	8	8	False	122547	maximal	True	MON0088_000000000872	1.0		1	1	False	False	0.9963301420211792	0					non-mobilizable	plasmid	7426.0	98.963	97.0	0.3219927095990279	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
FIJ0025_000000008981	2389	0.9955637578759782	1	1	1	1	1	True	103004	maximal	False	ISR0156_000000010631	0.48495653638873415		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1783.0	83.62299999999999	88.0	0.7388561816652649	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
ISR0091_000000012928	2368	0.9955637578759782	1	1	1	1	1	True	103004	maximal	False	ISR0156_000000010631	0.4850510840958641		0	0	True	True	1.0	128					non-mobilizable	no_good_hit	1928.0	84.38799999999999	88.0	0.7994112699747687	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
ENG0095_000000010925	2525	0.9955632802396136	5	1	1	1	1	False	60969	fragment	False	SPA0112_000000013853	0.952430208524088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	100.0	2.0	0.0002311861181627817	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
SPA0007_000000010342	2453	0.9955632802396136	4	1	1	1	1	False	60969	fragment	False	SPA0112_000000013853	0.6412348701210391		0	0	False	False	0.9947003722190857	0					non-mobilizable	no_good_hit	91.0	86.81299999999999	4.0	3.0159761052438572e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0112_000000013853	2451	0.9955632802396136	5	1	1	1	1	False	60969	fragment	False	SPA0112_000000013853	0.9539871296546695		0	0	False	False	0.9926560521125793	0					non-mobilizable	no_good_hit	49.0	100.0	2.0	1.204398463187561e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0096_000000032715	1172	0.9955632802396136	2	1	1	1	1	False	42950	fragment	False	FIJ0096_000000032715	1.0		0	0	False	False	0.9744027256965637	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.020785219399538105	NZ_FNQM01000085.1	a-proteobacteria	Rubrimonas cliftonensis strain DSM 15345, whole genome shotgun sequence	True	False
FIJ0083_000000031748	1146	0.9955632802396136	1	1	1	1	1	False	44028	fragment	False	FIJ0083_000000031748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0046_000000004702	5811	0.9955632575222709	7	4	3	4	2	True	11541	maximal	True	MON0046_000000004702	1.0		1	1	False	False	0.9984512329101562	0					non-mobilizable	no_good_hit								True	True
DEN0026_000000003149	8856	0.9955624587322888	11	11	4	8	10	True	114168	fragment	False	ENG0123_000000001281	0.9584199584199584		0	0	False	False	1.0	0					non-mobilizable	plasmid	8787.0	98.725	100.0	0.06967144796272336	CP015239.1	enterobacteria	Escherichia coli strain 2011C-3911 plasmid unnamed1, complete sequence	False	True
ISR0398_000000001216	15019	0.9955617089380968	14	9	6	6	8	True	132596	backbone	False	ISR0120_000000000296	0.16009160605438294	PS1169|PS902	0	0	False	True	0.9986017942428589	0		MOBB	MPF_T		conjugative	plasmid	15020.0	99.947	100.0	0.48396661187920975	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0006_000000001256	12360	0.9955602650465432	10	5	4	4	4	False	38504	fragment	False	ISR0006_000000001256	1.0		0	0	False	False	0.9997572898864746	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.861852002499604e-07	LR880645.1	bony fishes	Poecilia reticulata genome assembly, chromosome: 1	True	False
ISR0191_000000001331	6495	0.9955593133834079	7	6	3	3	5	True	127268	maximal	True	ISR0191_000000001331	1.0	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3136.0	99.936	72.0	0.44468085106382976	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
AST0050_000000001703	7774	0.9955579621546632	11	9	6	6	5	True	128674	maximal	True	AST0050_000000001703	1.0	PS1043|PS122|PS757|PS758|PS827|PS996	1	1	False	True	1.0	0	rep_cluster_1143,rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4302.0	99.954	75.0	0.6100709219858156	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
ISR0388_000000013450	2561	0.9955577698091036	4	3	2	2	3	False	83961	fragment	False	ISR0781_000000009958	0.4752159218926023		0	0	False	False	0.9828191995620728	0					non-mobilizable	chromosome	2445.0	99.55	95.0	0.0005559885223204803	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MAD0073_000000000477	7853	0.9955544557524264	8	8	6	8	8	False	109695	fragment	False	MAD0073_000000000477	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7853.0	99.351	100.0	0.0016125166781088538	AP021890.1	enterobacteria	Escherichia coli 2017.15.01CC DNA, complete genome	False	False
SPA0044_000000003642	6758	0.9955519540386708	5	3	1	1	2	False	127308	maximal	True	SPA0044_000000003642	1.0	PS1004	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1399.0	83.774	21.0	0.7954022988505747	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
USA0034_01_000000006212	9109	0.9955517244003722	10	8	6	6	5	False	113888	maximal	True	USA0034_01_000000006212	1.0		2	1	False	False	0.9998902082443237	0					non-mobilizable	no_good_hit	2824.0	93.945	33.0	0.0009560330133759686	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0063_000000016229	1219	0.9955500247124788	3	1	1	1	1	False	35261	fragment	False	ISR0063_000000016229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0125_000000000462	31747	0.9955490193313444	31	29	9	11	27	True	75503	maximal	True	ENG0125_000000000462	1.0		1	1	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	31747.0	99.417	100.0	0.20463482240701347	CP034948.1	firmicutes	Enterococcus faecium strain NM213 plasmid unnamed5, complete sequence	False	True
ISR0054_000000002833	7276	0.9955455159281568	9	4	3	3	2	False	75981	fragment	False	ISR0054_000000002833	0.9987842119048939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	75.646	4.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0821_000000003410	7265	0.9955455159281568	9	4	3	3	2	False	75981	fragment	False	ISR0054_000000002833	0.9984211073047878		0	0	False	False	0.9998623728752136	0					non-mobilizable	no_good_hit	271.0	75.646	4.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0279_000000002281	7111	0.9955455159281568	8	4	3	3	2	False	75981	fragment	False	ISR0054_000000002833	0.98340372663914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	75.646	4.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0207_000000005095	4900	0.9955455159281568	8	4	3	3	2	False	75980	fragment	False	ISR0207_000000005095	1.0		0	0	False	False	0.9926530718803406	0					non-mobilizable	no_good_hit	271.0	75.646	5.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0072_000000000332	36887	0.9955443693153714	32	13	10	13	8	True	74869	fragment	False	ISR0072_000000000332	0.9608183270003855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	73.441	1.0	0.00695748676796995	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	True
ISR0067_000000001619	12874	0.9955440765945271	17	17	6	10	17	True	123628	fragment	False	USA0108_01_000000001009	0.44065268192573603		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8438.0	98.42399999999999	99.0	0.2544645559658575	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ENG0063_000000006001	5041	0.9955436089671854	9	7	3	7	5	False	97435	fragment	False	ENG0063_000000006001	1.0		0	0	False	False	0.9944455623626709	0					non-mobilizable	no_good_hit	638.0	80.721	14.0	0.00019211329195274014	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
CAN0001_000000009533	4955	0.9955436089671854	8	7	3	7	5	False	97434	fragment	False	CAN0001_000000009533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	80.945	14.0	0.00017895408614684166	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0019_000000019547	3299	0.9955424262495016	6	3	1	3	2	True	125361	fragment	False	FIJ0114_000000005988	0.44821850034786354		0	0	False	False	1.0	0					non-mobilizable	other	3299.0	98.363	100.0	0.0009412927848680763	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AUS0006_000000008310	2854	0.9955424262495016	5	3	1	3	2	True	125361	fragment	False	FIJ0114_000000005988	0.16179930173385154		0	0	False	False	0.9996496438980103	0					non-mobilizable	other	2803.0	98.46600000000001	98.0	0.0007997278299576561	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AST0012_000000008310	2571	0.9955424262495016	5	3	1	3	2	True	125361	fragment	False	FIJ0114_000000005988	0.2650322571251555		0	0	False	False	0.9968883991241455	0					non-mobilizable	other	2571.0	98.678	100.0	0.0007335119639511693	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0176_000000010220	3252	0.9955408488664866	7	1	1	1	1	False	110354	fragment	False	ISR0176_000000010220	1.0		0	0	False	False	0.9932349324226379	0					non-mobilizable	no_good_hit	370.0	79.459	11.0	0.0031375124269205864	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
ISR0104_000000008074	3130	0.9955408488664866	5	1	1	1	1	False	110355	fragment	False	ISR0104_000000008074	1.0		0	0	False	False	0.9996805191040039	0					non-mobilizable	no_good_hit	257.0	82.101	8.0	0.06306539157405014	NZ_LBBT01000197.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig208, whole genome shotgun sequence	True	False
ISR0172_000000005665	2835	0.9955408488664866	5	1	1	1	1	False	110353	fragment	False	ISR0172_000000005665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	2.0	0.00037953864968582636	NZ_AVNC01000014.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.13, whole genome shotgun sequence	True	False
USA0135_01_000000007804	1942	0.9955408488664866	3	1	1	1	1	False	110350	fragment	False	USA0135_01_000000007804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.00043211678832116786	NZ_WJID01000019.1	firmicutes	Gracilibacillus thailandensis strain TP2-8 contig19, whole genome shotgun sequence	True	False
ISR0170_000000028834	1632	0.9955408488664866	3	1	1	1	1	False	110348	fragment	False	ISR0170_000000028834	1.0		0	0	False	False	0.9975489974021912	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.00043211678832116786	NZ_WJID01000019.1	firmicutes	Gracilibacillus thailandensis strain TP2-8 contig19, whole genome shotgun sequence	True	False
ISR0015_000000021973	1234	0.9955408488664866	3	1	1	1	1	False	37954	fragment	False	ISR0015_000000021973	1.0		0	0	False	False	0.9991896152496338	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.00043211678832116786	NZ_WJID01000019.1	firmicutes	Gracilibacillus thailandensis strain TP2-8 contig19, whole genome shotgun sequence	True	False
SPA0142_000000002207	11034	0.9955395931127948	8	5	5	5	1	True	78048	fragment	False	SPA0142_000000002207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
ENG0081_000000011629	2272	0.9955383125596984	5	3	2	3	2	False	91084	maximal	True	ENG0081_000000011629	1.0		0	0	False	False	0.997799277305603	0					non-mobilizable	virus	2126.0	91.345	93.0	0.09651523444626893	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
TAN0010_000000004314	3066	0.9955378654643732	3	2	2	2	1	True	105943	backbone	False	TAN0006_000000003325	0.6367389060887513	PS641	0	0	False	True	0.9986953735351562	0					non-mobilizable	no_good_hit	750.0	72.533	24.0	0.24180602006688964	LN852937.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0265	True	True
ISR0167_000000010441	2867	0.9955365929463792	4	3	2	2	2	False	30185	fragment	False	ISR0167_000000010441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	100.0	9.0	0.00011024886136248087	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MON0107_000000008272	5975	0.9955358037097436	8	5	4	5	3	False	8618	maximal	True	MON0107_000000008272	1.0		1	1	False	False	0.9996652603149414	0					non-mobilizable	no_good_hit	2910.0	79.863	48.0	0.0007728468281922845	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
DEN0062_000000001894	7684	0.995534956667506	12	7	4	5	5	False	121820	fragment	False	AST0024_000000003633	0.9455332145584118		0	0	False	False	1.0	0					non-mobilizable	other	6870.0	97.205	100.0	0.001929565518950829	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
AST0024_000000003049	9113	0.9955347436241072	12	8	0	4	5	True	125149	maximal	True	AST0024_000000003049	1.0	PS669|PS917|PS918|PS919|PS920	1	1	True	True	1.0	33	rep_cluster_233				non-mobilizable	no_good_hit	1863.0	96.726	43.0	0.18985403695008676	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0047_000000012110	2455	0.9955314839934238	3	2	2	2	1	False	36097	maximal	True	ISR0047_000000012110	1.0		0	0	False	False	0.9955193400382996	0					non-mobilizable	no_good_hit	316.0	94.304	13.0	0.002039389348560774	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0123_000000000885	16142	0.9955303792554109	23	14	10	11	8	False	123888	fragment	False	SPA0082_000000000937	0.9143115549587952		0	0	False	False	0.9996902346611023	0					non-mobilizable	no_good_hit	5605.0	98.39399999999999	74.0	0.05696904342872257	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0106_000000007779	2715	0.9955267281865872	6	5	5	4	4	False	125074	fragment	False	ENG0110_000000010538	0.5237016330518005		0	0	False	False	0.9977900385856628	0					non-mobilizable	no_good_hit	258.0	74.031	9.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0125_000000003437	4374	0.9955258954304832	4	4	2	3	4	False	32051	maximal	True	ISR0125_000000003437	1.0		1	1	False	False	0.9945130348205566	0					non-mobilizable	chromosome	4211.0	95.963	99.0	0.001902135146702173	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	False	False
SPA0082_000000000937	15669	0.9955250581030952	21	13	9	9	10	False	123888	fragment	False	SPA0082_000000000937	0.975111506535047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11254.0	99.964	80.0	0.11447725816132412	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
USA0051_01_000000002470	9207	0.9955248701007078	14	7	3	5	5	False	61583	maximal	True	USA0051_01_000000002470	0.9421374713146105		1	1	True	True	0.9997828006744385	2					non-mobilizable	no_good_hit	52.0	92.30799999999999	1.0	0.00011361415723290447	NZ_AUDY01000010.1	firmicutes	Halobacillus kuroshimensis DSM 18393 H615DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
ISR0079_000000024656	1185	0.9955227759216868	2	1	1	1	1	False	34337	fragment	False	ISR0079_000000024656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	96.70299999999999	41.0	0.000629244349002273	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0027_000000005339	4899	0.9955212170013841	8	3	3	3	2	False	37256	maximal	True	ISR0027_000000005339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	99.115	9.0	0.00012194399823275837	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0063_000000015795	1767	0.995520983588206	5	5	2	3	4	False	45583	maximal	True	FIJ0063_000000015795	1.0		2	1	False	False	0.9932088255882263	0					non-mobilizable	chromosome	1767.0	98.24600000000001	100.0	0.00033442585428279203	CP026399.1	enterobacteria	Escherichia coli strain ECONIH4 chromosome, complete genome	False	False
ENG0135_000000013491	1665	0.9955204042634472	4	2	2	2	1	False	58087	maximal	True	ENG0135_000000013491	1.0		1	1	False	False	0.9963964223861694	0					non-mobilizable	no_good_hit	182.0	95.055	11.0	4.817044139294013e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0388_000000000683	22523	0.9955163640997932	18	14	9	13	9	True	128664	maximal	True	ISR0388_000000000683	1.0	PS770|PS925|PS926|PS927	1	1	True	True	0.999866783618927	12					non-mobilizable	no_good_hit	3385.0	78.346	32.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0288_000000002125	10414	0.9955156397048016	14	7	5	6	5	False	126538	maximal	True	ISR0288_000000002125	1.0	PS336|PS768|PS968	0	0	True	True	0.9955828785896301	8					non-mobilizable	no_good_hit	217.0	73.733	2.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	True
AST0055_000000005489	5598	0.9955150493144128	7	5	5	4	2	False	113952	maximal	True	AST0055_000000005489	1.0		2	2	False	False	0.997677743434906	0					non-mobilizable	no_good_hit	2928.0	95.902	52.0	0.041322897830018086	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0083_000000021105	1829	0.9955138617714312	4	3	1	2	3	False	73655	fragment	False	MON0083_000000021105	0.9763888888888889		0	0	False	False	0.9201749563217163	0					non-mobilizable	other	1750.0	99.771	100.0	0.2246339583868482	U63096.1	CFB group bacteria	Bacteroides fragilis (bctA) gene, complete cds	False	False
MON0093_000000029746	1538	0.9955138617714312	3	3	1	2	3	False	72039	fragment	False	DEN0056_000000001817	0.9479974160206719		0	0	False	False	0.9941482543945312	0					non-mobilizable	other	1486.0	100.0	98.0	0.1016566265060241	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
ENG0071_000000003956	5233	0.9955117888341262	6	3	3	3	3	True	126352	fragment	False	ISR0258_000000002721	0.9743269805198691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	9.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0055_000000006063	5155	0.9955117888341262	6	3	3	3	3	True	126352	fragment	False	ISR0258_000000002721	0.9682978866315262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	9.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0781_000000004670	5136	0.9955117888341262	6	3	3	3	3	True	126352	fragment	False	ISR0258_000000002721	0.9322717160490175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	9.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0096_000000005032	4985	0.9955117888341262	6	3	3	3	3	True	126352	fragment	False	ISR0258_000000002721	0.7562158790578408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	9.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0200_000000004667	4489	0.9955117888341262	5	3	3	3	3	True	118717	fragment	False	ISR0200_000000004667	1.0		0	0	False	False	0.9997772574424744	0					non-mobilizable	no_good_hit	234.0	92.735	10.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0290_000000002561	3945	0.9955117888341262	5	3	3	3	3	True	118716	fragment	False	ISR0290_000000002561	1.0		0	0	False	False	0.9997465014457703	0					non-mobilizable	no_good_hit	235.0	89.787	6.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0058_000000004310	3653	0.9955117888341262	4	3	3	3	3	True	118714	fragment	False	AST0058_000000004310	0.9924647599374578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	13.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0049_000000008446	3407	0.9955117888341262	4	3	3	3	3	True	118714	fragment	False	AST0058_000000004310	0.9395432342590824		0	0	False	False	0.9815086722373962	0					non-mobilizable	no_good_hit	235.0	89.787	7.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0167_000000005464	3392	0.9955117888341262	5	3	3	3	3	True	118714	fragment	False	AST0058_000000004310	0.9431411414099348		0	0	False	False	0.9997051954269409	0					non-mobilizable	no_good_hit	234.0	92.735	14.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0389_000000006038	3372	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.9860913589166752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	86.975	10.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0005_000000007129	3371	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.9858058222153148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	86.975	10.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0129_000000007885	3371	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.986017888676849		0	0	False	False	0.9997033476829529	0					non-mobilizable	no_good_hit	238.0	86.975	10.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0165_000000005520	3352	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.983825554424193		0	0	False	False	0.9973150491714478	0					non-mobilizable	no_good_hit	238.0	86.975	10.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0177_000000008765	3058	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.9573848433215981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	86.975	11.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0179_000000008019	3050	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.8509047285497562		0	0	False	False	0.998032808303833	0					non-mobilizable	no_good_hit	113.0	91.15	4.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0234_000000003693	3014	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.9486397633187261		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	86.975	12.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0400_000000006181	2911	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.6588208204340945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	90.0	11.0	5.353638946804026e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0219_000000011506	2870	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.6558069130573448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	89.831	10.0	4.731751594397498e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0086_000000011001	2816	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.503476915170957		0	0	False	False	0.9992897510528564	0					non-mobilizable	no_good_hit	234.0	92.735	8.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0132_000000006807	2816	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.5036138268523002		0	0	False	False	0.9957386255264282	0					non-mobilizable	no_good_hit	234.0	92.735	8.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0195_000000009047	2707	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.28164493403689317		0	0	False	False	0.9933505654335022	0					non-mobilizable	no_good_hit	260.0	80.385	10.0	0.0012025023501286008	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0334_000000007850	2586	0.9955117888341262	4	3	3	3	3	True	115113	fragment	False	ISR0389_000000006038	0.21801245629370627		0	0	False	False	0.9996132850646973	0					non-mobilizable	no_good_hit	152.0	94.73700000000001	6.0	0.02871268301958547	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0142_000000014132	2334	0.9955117888341262	4	3	3	3	3	True	115111	fragment	False	ENG0142_000000014132	0.989514427377629		0	0	False	False	0.9944301843643188	0					non-mobilizable	no_good_hit	113.0	92.035	5.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0215_000000013523	2153	0.9955117888341262	4	3	3	3	3	True	115111	fragment	False	ENG0142_000000014132	0.977479163236055		0	0	False	False	0.9990710616111755	0					non-mobilizable	no_good_hit	113.0	91.15	5.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0174_000000011709	2105	0.9955117888341262	4	3	3	3	3	True	115111	fragment	False	ENG0142_000000014132	0.970985972688068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	91.15	5.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0104_000000018360	2033	0.9955117888341262	4	3	3	3	3	True	115111	fragment	False	ENG0142_000000014132	0.8301996961647453		0	0	False	False	0.9995081424713135	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	3.0	5.646700317172285e-05	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	True
ISR0092_000000014594	1957	0.9955117888341262	4	3	3	3	3	True	115111	fragment	False	ENG0142_000000014132	0.598915039845573		0	0	False	False	0.9964231252670288	0					non-mobilizable	no_good_hit	98.0	79.592	5.0	0.014419389476913637	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0101_000000017183	1930	0.9955117888341262	4	3	3	3	3	True	115111	fragment	False	ENG0142_000000014132	0.5971265728517571		0	0	False	False	0.9720207452774048	0					non-mobilizable	no_good_hit	113.0	92.035	6.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0830_000000016144	1818	0.9955117888341262	5	3	3	3	3	True	115111	fragment	False	ENG0142_000000014132	0.3469033044657017		0	0	False	False	0.9988998770713806	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	3.0	5.646700317172285e-05	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	True
MON0093_000000007720	4998	0.9955107547464362	8	7	5	6	6	False	105151	fragment	False	AST0148_000000006349	0.9247432306255836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000003067	7849	0.9955102544320824	9	8	4	5	6	True	119795	maximal	True	ISR0011_000000003067	1.0	PS824|PS825|PS826	0	0	False	True	0.999872624874115	0	IncW,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3034.0	99.934	78.0	0.001271705044933159	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
FIJ0096_000000002428	11046	0.9955085166208648	20	5	3	5	3	True	53554	backbone	True	FIJ0096_000000002428	1.0	PS226	2	1	True	True	0.9999094605445862	4					non-mobilizable	no_good_hit	879.0	75.882	8.0	0.0002874514000128579	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0195_000000006684	3548	0.9955077794243554	6	4	3	4	3	False	122354	fragment	False	AST0031_000000008426	0.3700756514429812		0	0	False	False	0.9932356476783752	0					non-mobilizable	virus	3409.0	96.803	96.0	0.1554004743659916	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
FIJ0059_000000002262	8099	0.995507497455411	13	6	4	3	6	False	45932	maximal	True	FIJ0059_000000002262	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	1508.0	86.87	19.0	0.0002343591874127811	LN908213.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, chromosome: I	True	True
MON0053_000000032944	1251	0.9954992299460074	3	2	2	1	1	False	13718	maximal	True	MON0053_000000032944	1.0		0	0	False	False	0.9648281335830688	0					non-mobilizable	no_good_hit	172.0	100.0	14.0	0.0003171829700568147	NZ_CZAI01000003.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0126_000000028274	1747	0.9954960461341996	3	2	2	2	2	False	94903	fragment	False	ISR0126_000000028274	1.0		0	0	False	False	0.9994276165962219	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	6.491543749961963e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
USA0121_01_000000003223	12506	0.995491432915954	16	10	7	9	7	True	99222	maximal	True	USA0121_01_000000003223	1.0	PS555	1	1	True	True	0.9993603229522705	2	rep_cluster_78				non-mobilizable	no_good_hit	7284.0	97.488	89.0	0.6341059602649006	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	True	True
ENG0154_000000013148	2372	0.9954861375097389	5	4	1	3	4	False	67410	fragment	False	ENG0154_000000013148	1.0		0	0	False	False	0.9970489144325256	0					non-mobilizable	no_good_hit								True	False
FIJ0057_000000002978	8089	0.9954859793383708	7	4	4	4	2	False	53213	maximal	True	FIJ0057_000000002978	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	79.327	3.0	0.0006213915551077782	NZ_FNQG01000003.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
FIJ0063_000000004153	5726	0.995485668221706	8	8	2	5	8	False	116144	fragment	False	FIJ0115_000000004034	0.9633923651012295		0	0	False	False	0.9991267919540405	0	IncFII				non-mobilizable	chromosome	5727.0	99.738	100.0	0.0009515808856216726	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	True
USA0038_01_000000007917	1971	0.9954851515921004	3	1	1	1	1	False	92741	fragment	False	CHI0111_000000014323	0.9336356406531845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0065_000000015619	1662	0.9954851515921004	3	1	1	1	1	False	92739	fragment	False	MON0065_000000015619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000017816	1512	0.9954851515921004	3	1	1	1	1	False	14540	fragment	False	MAD0110_000000017816	0.972876516773733		0	0	False	False	0.9993386268615723	0					non-mobilizable	no_good_hit								True	False
MON0033_000000041155	1452	0.9954851515921004	2	1	1	1	1	False	12284	fragment	False	MON0033_000000041155	1.0		0	0	False	False	0.9931129217147827	0					non-mobilizable	no_good_hit	45.0	95.556	3.0	0.05017103762827822	GQ876933.1		Uncultured organism clone VC1AH15TR genomic sequence	True	False
MON0010_000000024075	1159	0.9954851515921004	3	1	1	1	1	False	13717	fragment	False	MON0010_000000024075	1.0		0	0	False	False	0.9378774762153625	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	6.063584663598706e-05	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
MON0104_000000041171	1121	0.9954851515921004	3	1	1	1	1	False	13717	fragment	False	MON0010_000000024075	0.9890710382513661		0	0	False	False	0.9955397248268127	0					non-mobilizable	no_good_hit								True	False
MON0099_000000033330	1121	0.9954851515921004	3	1	1	1	1	False	13717	fragment	False	MON0010_000000024075	0.9890710382513661		0	0	False	False	0.9714540839195251	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000000421	23710	0.9954811746228736	22	14	8	9	10	True	44138	maximal	True	ISR0113_000000000421	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5174.0	91.825	72.0	0.002104760389775289	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
ISR0838_000000009912	2356	0.9954786179566272	3	2	2	2	2	False	20882	fragment	False	ISR0838_000000009912	1.0		0	0	False	False	0.9957554936408997	0					non-mobilizable	no_good_hit	999.0	84.184	59.0	0.022367445934110355	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
DEN0090_000000001221	12450	0.9954735199278296	18	10	7	10	6	True	125409	fragment	False	DEN0021_000000002110	0.9270247503464573		0	0	False	False	1.0	0					non-mobilizable	other	12450.0	99.1	100.0	0.00355310912032222	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0009_000000001990	6639	0.9954731583274312	6	4	1	3	4	False	114191	fragment	False	MON0001_000000004227	0.7168843383146919		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6639.0	100.0	100.0	0.04585394158768755	CP041551.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-1	False	True
ISR0134_000000005965	5471	0.995470779093202	8	6	6	5	4	False	31496	maximal	True	ISR0134_000000005965	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000006168	4543	0.9954699426810772	7	4	2	2	3	False	48364	maximal	False	MAD0059_000000004104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	94.92299999999999	31.0	0.004093874116763623	LR135483.1	firmicutes	Enterococcus faecium isolate E4456 genome assembly, plasmid: 2	True	False
MAD0059_000000004104	4543	0.9954699426810772	7	4	2	2	3	False	48364	maximal	True	MAD0059_000000004104	1.0		4	1	False	False	0.999559760093689	0					non-mobilizable	no_good_hit	906.0	94.92299999999999	31.0	0.004093874116763623	LR135483.1	firmicutes	Enterococcus faecium isolate E4456 genome assembly, plasmid: 2	True	False
MON0109_000000008087	4103	0.9954695528246478	7	5	3	4	4	True	125377	fragment	False	MON0109_000000008087	1.0		0	0	False	False	0.9997562766075134	0					non-mobilizable	other	4103.0	98.294	100.0	0.0011707650101664187	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0008_000000001005	7876	0.99546883142743	7	6	1	3	6	False	114192	fragment	False	USA0011_01_000000004718	0.9878726629610914		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	7876.0	99.975	100.0	0.08479686440039196	CP041523.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-1	False	True
ENG0145_000000014177	2180	0.995468385285705	3	3	3	2	1	True	73964	fragment	False	ENG0145_000000014177	1.0		0	0	False	False	0.9958715438842773	0					non-mobilizable	other	1776.0	99.887	96.0	0.004792608312947873	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
AST0151_000000010747	1516	0.9954669952192976	2	1	1	1	1	False	103649	maximal	True	AST0151_000000010747	1.0		1	1	False	False	0.9993403553962708	0					non-mobilizable	no_good_hit								True	False
MAD0036_000000002383	8561	0.9954667620625096	18	3	1	3	1	False	62301	maximal	True	MAD0036_000000002383	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	87.69200000000001	6.0	0.5863636363636363	MK233498.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B10.V06.L09_2_c8 sequence	True	False
ENG0202_000000009037	2435	0.9954637759834056	5	3	2	3	3	False	113022	fragment	False	ENG0202_000000009037	1.0		0	0	False	False	0.9983572959899902	0					non-mobilizable	other	2368.0	97.12799999999999	100.0	0.0008216370205669817	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0010_01_000000012544	2132	0.9954637759834056	4	3	2	3	3	False	113019	fragment	False	USA0010_01_000000012544	0.9734069242348219		0	0	False	False	1.0	0					non-mobilizable	other	2131.0	99.859	99.0	0.044178373555228155	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0340_000000011465	1993	0.9954637759834056	4	3	2	3	3	False	113019	fragment	False	USA0010_01_000000012544	0.9427767354596623		0	0	False	False	0.9909684062004089	0					non-mobilizable	other	1966.0	97.101	99.0	0.0024837745279057888	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ENG0051_000000016444	1754	0.9954637759834056	4	3	2	3	3	False	113017	fragment	False	ENG0051_000000016444	1.0		0	0	False	False	0.9703534841537476	0					non-mobilizable	other	1754.0	100.0	100.0	0.03637608682119068	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CHI0108_000000001358	5196	0.9954556566116728	7	6	2	3	6	True	82947	fragment	False	CHI0108_000000001358	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5204.0	99.80799999999999	100.0	0.058115247573411966	MG767298.1	enterobacteria	Shigella sonnei strain ID127706 plasmid pSs1 genomic sequence	False	True
DEN0059_000000000126	3163	0.9954549061599872	6	5	1	4	4	False	132552	maximal	True	DEN0059_000000000126	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2190.0	99.954	69.0	0.05987417943107221	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	True	False
USA0069_01_000000017412	3542	0.9954534889890838	2	2	2	2	2	True	100235	fragment	False	SPA0116_000000008773	0.43716675113214876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0006_000000009921	3220	0.9954517552637396	5	3	2	3	1	False	129096	fragment	False	SPA0006_000000009921	1.0		0	0	False	False	0.9959627389907837	0					non-mobilizable	no_good_hit	1054.0	86.62200000000001	32.0	0.023647510611062454	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
USA0056_01_000000006190	3435	0.9954517471715212	8	7	5	7	5	False	118820	fragment	False	USA0056_01_000000006190	0.5890796997235375		0	0	False	False	0.999417781829834	0					non-mobilizable	other	3434.0	99.884	99.0	0.07123736797327301	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
FIJ0081_000000012239	2812	0.995451593543094	2	2	2	2	2	False	44273	maximal	True	FIJ0081_000000012239	1.0		1	1	False	False	0.9779516458511353	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	7.909089226305968e-05	NZ_LOJF01000009.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_2, whole genome shotgun sequence	True	False
ENG0019_000000002690	7926	0.9954499400360504	11	6	2	4	3	True	130312	maximal	True	ENG0019_000000002690	1.0	PS1072|PS1075|PS1077|PS1093|PS387|PS974|PS975	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1978.0	98.12899999999999	35.0	0.3859375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0135_000000001339	15885	0.995448623917234	24	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9408158378091329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	76.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0024_000000001072	15654	0.995448623917234	24	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9404046081619459		0	0	False	False	0.9999361038208008	0					non-mobilizable	no_good_hit	8828.0	98.958	77.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
SPA0151_000000000852	15635	0.995448623917234	21	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.948778610667798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8829.0	98.969	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
SPA0150_000000000871	15635	0.995448623917234	21	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.948778610667798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8829.0	98.969	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
CAN0005_000000001211	15482	0.995448623917234	21	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9409649645656297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	78.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
CAN0017_000000002539	15427	0.995448623917234	22	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9402193181026396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
USA0042_01_000000001738	15425	0.995448623917234	22	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.940098714574161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0096_000000001531	15362	0.995448623917234	21	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9440488660654062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.98100000000001	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0132_000000001408	15358	0.995448623917234	21	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9399520072755992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.98100000000001	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0143_000000002253	15356	0.995448623917234	22	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9399315462457752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0126_000000001513	15346	0.995448623917234	23	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9398600712102247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0849_000000001158	15316	0.995448623917234	22	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9384748359511559		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.98100000000001	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0808_000000000607	15315	0.995448623917234	22	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9383112831272407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0790_000000000813	15300	0.995448623917234	22	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9383737670040486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.98100000000001	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
USA0042_01_000000010817	1802	0.9954478438753608	2	2	1	1	2	False	83955	fragment	False	ENG0144_000000009008	0.9397744746283957		0	0	False	False	0.9966703653335571	0					non-mobilizable	other	1130.0	98.053	100.0	0.24165239726027396	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	False	False
ISR0231_000000011662	1634	0.9954469087778268	3	2	2	2	2	False	27477	fragment	False	ISR0231_000000011662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	7.221127017957832e-06	CP015176.1	firmicutes	Bacillus thuringiensis serovar alesti strain BGSC 4C1, complete genome	True	False
ENG0101_000000030081	1134	0.9954421835630398	2	2	2	1	1	False	102584	fragment	False	ENG0101_000000030081	0.9995586937334511		0	0	False	False	0.998236358165741	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000033253	1133	0.9954421835630398	2	2	2	1	1	False	102584	fragment	False	ENG0101_000000030081	0.9991181657848325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000013343	2607	0.9954395118587154	2	2	2	2	1	False	25724	maximal	True	ISR0295_000000013343	1.0		1	1	False	False	0.9842731356620789	0					non-mobilizable	no_good_hit	326.0	95.09200000000001	13.0	0.3987730061349693	GQ883144.1		Uncultured organism clone VC1D880TR genomic sequence	True	False
ISR0089_000000004900	4684	0.995437524009222	4	3	2	3	2	False	33758	maximal	True	ISR0089_000000004900	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	79.31	9.0	0.016457519029006377	NZ_JH379477.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1495, whole genome shotgun sequence	True	False
ISR0029_000000008650	5291	0.9954366703947796	9	5	3	4	5	False	37148	maximal	True	ISR0029_000000008650	1.0		3	3	False	False	0.9998109936714172	0					non-mobilizable	no_good_hit	115.0	96.522	2.0	4.0063328173129804e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
MON0093_000000019017	2292	0.9954355557718384	2	2	2	2	2	False	95811	fragment	False	MON0093_000000019017	1.0		0	0	False	False	0.9554973840713501	0					non-mobilizable	no_good_hit	657.0	73.973	49.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0073_000000026313	1994	0.9954344255771852	4	3	3	3	2	False	113008	fragment	False	CAN0007_000000019756	0.9518248175182482		0	0	False	False	0.9959879517555237	0					non-mobilizable	other	1975.0	99.089	99.0	0.0024964210377220095	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ENG0058_000000000507	30240	0.995428810785802	30	30	16	23	29	True	113269	maximal	True	ENG0058_000000000507	1.0		2	2	False	False	0.9999338388442993	0	IncFIA	MOBF			mobilizable	other	30240.0	99.993	100.0	0.2582411013185762	LM997159.1	enterobacteria	Escherichia coli genome assembly FHI92, scaffold scaffold-12_contig-12.0_1_117096_[organism:Escherichia	False	True
ENG0178_000000020021	1159	0.9954282857807081	2	2	2	2	1	False	55430	fragment	False	ENG0178_000000020021	1.0		0	0	False	False	0.9870578050613403	0					non-mobilizable	other	1140.0	99.825	98.0	0.00021562854490298798	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
MAD0055_000000002679	2940	0.9954271161417668	4	3	3	3	1	False	17114	maximal	True	MAD0055_000000002679	1.0		1	1	False	False	0.9996598362922668	0					non-mobilizable	no_good_hit	819.0	90.84200000000001	28.0	0.013777170705384395	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ETH0001_000000020919	1619	0.9954268695232392	4	3	1	3	3	False	113007	fragment	False	CHI0118_000000004747	0.2891124805814555		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	98.21	100.0	0.0020474699392461666	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
DEN0063_000000031087	1612	0.99542686567519	3	2	2	1	1	False	71460	fragment	False	DEN0063_000000031087	1.0		0	0	False	False	0.9950371980667114	0					non-mobilizable	no_good_hit	171.0	79.532	10.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
FIJ0098_000000021590	1121	0.9954252097691756	1	1	1	1	1	False	42822	fragment	False	FIJ0098_000000021590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0002_000000005228	4952	0.995422059750112	7	7	2	3	5	True	127258	backbone	False	SPA0105_000000005394	0.994410976659888	PS757|PS758|PS996	0	0	True	True	1.0	802	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4643.0	99.806	100.0	0.9479166666666666	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
AST0058_000000003279	4955	0.9954220446583508	7	7	2	3	4	True	127258	backbone	False	SPA0105_000000005394	0.9950785111707378	PS757|PS758|PS996	0	0	True	True	1.0	561	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4579.0	99.913	100.0	0.9348447712418301	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0097_000000004924	4934	0.9954220446583508	7	7	2	3	4	True	127258	backbone	False	SPA0105_000000005394	0.9946855090413532	PS757|PS758|PS996	0	0	True	True	1.0	52	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4518.0	99.823	100.0	0.9223856209150327	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0182_000000000640	26387	0.9954216534907564	35	18	10	15	9	True	132459	maximal	True	ISR0182_000000000640	1.0		1	1	False	False	0.9981809258460999	0					non-mobilizable	no_good_hit	2809.0	99.146	17.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0132_000000001556	14064	0.9954206262811234	21	10	6	9	6	True	99224	maximal	True	ISR0132_000000001556	1.0	PS555	1	1	True	True	1.0	42	rep_cluster_78				non-mobilizable	no_good_hit	4055.0	98.98899999999999	81.0	0.35317183687696063	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	True	True
MON0019_000000002252	16705	0.995420333981346	20	20	7	15	20	True	82870	fragment	False	MON0019_000000002252	1.0		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	16699.0	99.713	99.0	0.15659848250377498	MN480462.1	enterobacteria	Klebsiella pneumoniae strain KP16-19 plasmid pKP16-19-tet(A), complete sequence	False	True
MON0019_000000007629	7087	0.9954152520257636	8	8	0	4	7	False	78693	backbone	False	ISR0383_000000001180	0.9930796079641899	PS381	0	0	True	True	1.0	425	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6562.0	99.695	100.0	0.9379468115527595	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
USA0020_01_000000004732	7271	0.9954135157350992	8	6	5	5	6	False	86117	fragment	False	USA0020_01_000000004732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	96.117	3.0	0.000836988319089488	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0107_000000001435	15318	0.9954076875794337	23	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9396741063226168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	79.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0840_000000004168	3439	0.9954070986292796	5	2	2	2	1	False	20800	maximal	True	ISR0840_000000004168	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	98.462	8.0	8.765334664214638e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0087_000000001718	14236	0.9954055540291824	21	7	3	6	4	True	61405	maximal	True	ENG0087_000000001718	1.0		1	1	True	True	0.9999297261238098	29					non-mobilizable	no_good_hit	355.0	74.085	2.0	0.0020470102409674193	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	True
ISR0029_000000001928	18740	0.9954051883534379	29	17	12	15	13	True	125417	fragment	False	SPA0098_000000001538	0.9407716200129455		0	0	False	False	0.9996264576911926	0					non-mobilizable	other	18740.0	98.853	100.0	0.005347502006454906	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0102_000000002027	7214	0.9954016987710992	6	5	3	4	5	True	88955	maximal	True	MAD0102_000000002027	1.0	PS262	1	1	False	True	1.0	0	Col156	MOBQ,MOBQ			mobilizable	no_good_hit	2516.0	96.86	62.0	0.4913961673836527	CP053758.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-007, complete sequence	True	True
MAD0047_000000022208	2036	0.9953986927571408	4	2	2	2	2	False	17653	fragment	False	MAD0047_000000022208	1.0		0	0	False	False	0.9975442290306091	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000002934	5290	0.9953957162543204	7	4	4	4	2	False	15525	maximal	True	MAD0096_000000002934	1.0		1	1	False	False	0.9958412051200867	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.0002358024612678525	NZ_MPZM01000003.1	g-proteobacteria	Oceanisphaera arctica strain V1-41 contig00003, whole genome shotgun sequence	True	False
FIJ0148_000000000117	62526	0.9953946493087042	65	23	14	18	17	True	97293	maximal	True	FIJ0148_000000000117	1.0	PS319	1	1	False	True	1.0	0	rep_cluster_329				non-mobilizable	plasmid	12757.0	98.87899999999999	90.0	0.06868140744649916	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0073_000000001596	14528	0.9953922411909308	15	11	7	5	8	True	132596	backbone	False	ISR0120_000000000296	0.16206349567590222	PS1169|PS902	0	0	False	True	0.9999311566352844	0		MOBB	MPF_T		conjugative	plasmid	14528.0	99.95200000000001	100.0	0.4681749331270747	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
USA0060_01_000000001231	14523	0.9953922411909308	15	11	7	5	8	True	132596	backbone	False	ISR0120_000000000296	0.16204860547788152	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14523.0	99.959	100.0	0.46801379354797124	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
DEN0001_000000009890	4011	0.9953911589511686	7	2	1	2	1	False	118029	fragment	False	ISR0049_000000006571	0.950852206397385		0	0	False	False	0.9997506737709045	0					non-mobilizable	no_good_hit	1898.0	94.94200000000001	50.0	0.15947514509210195	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ENG0013_000000005410	4609	0.995390815035706	6	6	2	3	4	True	127258	backbone	False	SPA0105_000000005394	0.956242907203792	PS757|PS758|PS996	0	0	True	True	1.0	53	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4074.0	99.82799999999999	100.0	0.5775886524822695	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
AST0153_000000002897	9158	0.9953902670286576	14	13	7	12	13	True	103556	fragment	False	AST0153_000000002897	1.0		0	0	False	False	0.9985804557800293	0	IncFIA				non-mobilizable	other	9158.0	99.98899999999999	100.0	0.09201442969542892	LM995886.1	enterobacteria	Escherichia coli genome assembly FHI30, scaffold scaffold-16_contig-12.0_1_99517_[organism:Escherichia	False	True
ENG0164_000000002847	6054	0.995387642240632	11	6	4	3	5	True	117587	maximal	False	ENG0194_000000004266	0.9899330635115268	PS593	0	0	True	True	1.0	632		MOBP			mobilizable	other	5763.0	99.87899999999999	99.0	0.9710047201618341	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
ENG0194_000000004266	6032	0.995387642240632	11	6	4	3	5	True	117587	maximal	True	ENG0194_000000004266	0.9972761579006812	PS593	6	3	True	True	1.0	382		MOBP			mobilizable	other	3827.0	99.869	99.0	0.6444706675657451	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
SPA0145_000000005203	5979	0.995387642240632	11	6	4	3	5	True	117587	maximal	False	ENG0194_000000004266	0.9916773029526205	PS593	0	0	True	True	1.0	2287		MOBP			mobilizable	other	3145.0	99.428	100.0	0.529838165879973	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
ISR0023_000000004898	5517	0.995387642240632	9	6	4	3	5	True	117587	maximal	False	ENG0194_000000004266	0.9333671663437633	PS593	0	0	False	True	0.9976436495780945	0		MOBP			mobilizable	other	5440.0	99.926	99.0	0.9167228590694538	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
ENG0172_000000004204	4535	0.9953873971891768	7	5	2	3	5	True	124109	fragment	False	ENG0172_000000004204	0.9739142775174824		0	0	False	False	1.0	0					non-mobilizable	other	4535.0	99.14	100.0	0.0012739179285470592	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0043_000000020285	1326	0.995386658311328	2	1	1	1	1	False	18009	maximal	True	MAD0043_000000020285	1.0		1	1	False	False	0.9947209358215332	0					non-mobilizable	no_good_hit	498.0	77.91199999999999	37.0	7.570858455168645e-05	CP010086.2	firmicutes	Clostridium beijerinckii strain NCIMB 14988, complete genome	True	False
BAN0018_000000000670	3407	0.9953865352611312	6	6	3	5	5	False	98161	maximal	True	BAN0018_000000000670	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	91.199	80.0	0.00027358550111993067	CP029630.1	enterobacteria	Escherichia coli strain ST410 chromosome	True	False
ISR0021_000000008067	2821	0.9953862291643888	5	2	2	1	2	False	37639	maximal	True	ISR0021_000000008067	1.0		0	0	False	False	0.9836937189102173	0					non-mobilizable	no_good_hit	1619.0	92.835	57.0	0.022858273056057865	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0077_000000003348	8718	0.9953861778884072	13	5	2	4	3	False	10507	fragment	False	MON0077_000000003348	1.0		0	0	False	False	0.9997705817222595	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	1.0	0.00010912027236419982	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
CAN0002_000000011773	1640	0.9953835639352429	2	2	2	2	2	False	96906	fragment	False	CAN0002_000000011773	0.9959068010075567		0	0	False	False	0.9902439117431641	0					non-mobilizable	other	1640.0	100.0	100.0	0.00034615427667378473	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0020_000000013606	2323	0.9953831192717988	6	4	3	4	3	False	125074	fragment	False	ENG0110_000000010538	0.5294567085877497		0	0	False	False	0.9987085461616516	0					non-mobilizable	no_good_hit	258.0	74.031	11.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
FIJ0028_000000002122	12799	0.9953824326234272	10	9	6	6	9	True	123656	fragment	False	FIJ0028_000000002122	0.9771598012502003		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	5638.0	98.9	58.0	0.1698952721109026	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
MON0001_000000005169	5927	0.9953809998407948	5	4	4	4	3	False	14411	maximal	True	MON0001_000000005169	1.0		2	1	False	False	0.9946009516716003	0					non-mobilizable	no_good_hit								True	False
ISR0047_000000012472	2380	0.9953756938285351	4	2	2	2	2	False	36094	fragment	False	ISR0047_000000012472	1.0		0	0	False	False	0.9974789619445801	0					non-mobilizable	no_good_hit								True	False
FIJ0054_000000007772	3225	0.9953750591027652	5	5	4	3	4	False	90349	fragment	False	FIJ0054_000000007772	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3227.0	99.75200000000001	100.0	0.0006880845972924106	CP057380.1	enterobacteria	Escherichia coli strain RHB28-C11 chromosome, complete genome	False	False
ENG0041_000000014618	1668	0.995375006423495	3	2	2	2	2	False	104011	fragment	False	ENG0041_000000014618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	85.955	15.0	3.931420042246107e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0113_000000020055	1388	0.995375006423495	2	2	2	2	2	False	103979	fragment	False	AST0150_000000016665	0.5705200705110969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	80.952	15.0	4.153534168926678e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0117_000000023099	1197	0.9953745143028916	2	2	2	2	2	True	32392	fragment	False	ISR0117_000000023099	1.0		0	0	False	False	0.9782790541648865	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	9.430154946177391e-07	CP032601.1	bony fishes	Lateolabrax maculatus linkage group 4 sequence	True	True
FIJ0078_000000017141	1420	0.9953738639409864	2	1	1	1	1	False	44434	maximal	True	FIJ0078_000000017141	1.0		2	1	False	False	0.9873239398002625	0					non-mobilizable	no_good_hit	189.0	74.60300000000001	13.0	4.341012893519935e-05	NC_000964.3	firmicutes	Bacillus subtilis subsp. subtilis str. 168 complete genome	True	False
ISR0316_000000008476	2345	0.9953736518063628	4	3	3	3	3	False	50946	fragment	False	ISR0316_000000008476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0246_000000011173	1973	0.9953724871636322	4	2	1	1	2	True	27125	maximal	True	ISR0246_000000011173	1.0		1	1	False	False	0.9792194366455078	0					non-mobilizable	no_good_hit								True	True
MON0099_000000010946	2924	0.9953718228893056	7	2	2	2	2	False	114442	fragment	False	MON0099_000000010946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	95.042	43.0	0.14521112255406798	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
MAD0062_000000005780	2336	0.9953699749876064	3	3	3	2	3	False	16768	fragment	False	MAD0062_000000005780	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2336.0	100.0	100.0	0.0004923040334775176	CP029212.1	enterobacteria	Escherichia coli strain H8Ecoli chromosome	False	False
ISR0013_000000000314	40903	0.9953694758180556	39	10	8	10	5	True	108342	fragment	False	ISR0013_000000000314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00023156691198286404	KC513612.1	microsporidians	Encephalitozoon cuniculi clone supercont1.8 genomic sequence	True	True
MAD0074_000000001945	2191	0.9953691442346811	4	2	2	2	2	False	16285	maximal	True	MAD0074_000000001945	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0171_000000001968	10776	0.9953670388075128	11	4	2	4	2	False	115461	maximal	True	ENG0171_000000001968	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	102.0	100.0	1.0	0.01724726775956284	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	True
FIJ0038_000000001974	13818	0.995364329432395	13	9	6	7	7	False	47697	maximal	True	FIJ0038_000000001974	1.0		0	0	False	False	0.9995657801628113	0					non-mobilizable	no_good_hit	2356.0	89.516	54.0	0.0009609844406395821	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
SPA0148_000000000039	3646	0.99536409456515	5	3	3	2	1	False	3328	fragment	False	SPA0148_000000000039	1.0		0	0	False	False	0.9909489750862122	0					non-mobilizable	no_good_hit	728.0	90.385	20.0	0.011643053567695351	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CHI0137_000000008544	1878	0.9953628270089948	5	2	1	2	2	False	80512	fragment	False	CHI0137_000000008544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0066_000000012294	2757	0.9953613055156934	6	4	2	4	2	False	122345	fragment	False	FIJ0008_000000010289	0.9177313232461153		0	0	False	False	0.9974610209465027	0					non-mobilizable	other	2643.0	97.238	96.0	0.015624352684251955	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
CHI0038_000000006287	1911	0.9953605951327976	2	2	2	2	1	False	87845	fragment	False	CHI0134_000000007425	0.9384502206964198		0	0	False	False	0.9843013882637024	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	2.0	0.0005681607647937947	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	False
ISR0273_000000003793	2758	0.9953603736814084	1	1	1	1	1	True	40832	maximal	True	ISR0273_000000003793	0.9954038297994905		7	5	True	True	0.9996374249458313	24					non-mobilizable	no_good_hit	133.0	77.444	5.0	0.0005003917796103926	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0257_000000005999	2747	0.9953603736814084	1	1	1	1	1	True	40832	maximal	False	ISR0273_000000003793	0.9947464014785398		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	147.0	76.87100000000001	5.0	0.0005430608460887982	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0323_000000007209	2737	0.9953603736814084	1	1	1	1	1	True	40832	maximal	False	ISR0273_000000003793	0.9912797392469819		0	0	True	True	1.0	19					non-mobilizable	no_good_hit	133.0	77.444	5.0	0.0005003917796103926	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
FIJ0131_000000006892	2679	0.9953603736814084	1	1	1	1	1	True	40832	maximal	False	ISR0273_000000003793	0.9896227566003701		0	0	False	True	0.9962672591209412	0					non-mobilizable	no_good_hit	133.0	77.444	5.0	0.0005003917796103926	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0794_000000012184	1674	0.9953603736814084	2	1	1	1	1	True	49586	fragment	False	ISR0794_000000012184	0.9838605551969013		0	0	False	False	0.9982078671455383	0					non-mobilizable	no_good_hit								True	True
FIJ0021_000000030912	1549	0.9953603736814084	1	1	1	1	1	True	49586	fragment	False	ISR0794_000000012184	0.9477299880525687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0017_000000024300	1352	0.9953603736814084	2	1	1	1	1	True	37840	fragment	False	ISR0017_000000024300	1.0		0	0	False	False	0.9955621361732483	0					non-mobilizable	plasmid	1365.0	88.71799999999999	100.0	0.5053963528098251	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
ISR0025_000000029503	1343	0.9953603736814084	1	1	1	1	1	True	37336	fragment	False	ISR0025_000000029503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0047_000000005162	5588	0.9953594228899336	7	4	3	3	4	False	100550	maximal	True	FIJ0047_000000005162	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.096	31.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0149_000000000376	32520	0.9953559948878278	37	19	14	17	8	True	53280	backbone	False	FIJ0155_000000000309	0.28096420534907046	PS221	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
AST0140_000000011507	2477	0.9953555143251832	3	2	2	2	1	False	105562	fragment	False	AST0140_000000011507	1.0		0	0	False	False	0.9975777268409729	0					non-mobilizable	no_good_hit								True	False
ISR0379_000000001796	9064	0.9953530726286646	12	3	2	2	2	True	23233	maximal	True	ISR0379_000000001796	1.0		1	1	False	False	0.9954766035079956	0					non-mobilizable	no_good_hit								True	True
ISR0143_000000018511	1579	0.9953507938147776	3	2	2	2	2	False	31135	fragment	False	ISR0143_000000018511	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1607.0	87.679	100.0	0.00943971308006889	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ENG0095_000000001474	13697	0.99535069879139	13	8	4	6	6	False	76987	fragment	False	USA0081_01_000000001790	0.6766788255946145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.53399999999999	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ISR0020_000000004915	4038	0.9953489530804172	6	2	2	1	2	False	37700	fragment	False	ISR0020_000000004915	1.0		0	0	False	False	0.9965329170227051	0					non-mobilizable	no_good_hit	1115.0	91.39	52.0	0.01974267181795626	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0805_000000001097	11956	0.9953484088668986	17	11	6	7	7	True	104923	maximal	True	ISR0805_000000001097	1.0	PS621	1	1	False	True	0.9997490644454956	0					non-mobilizable	no_good_hit	3650.0	96.54799999999999	68.0	0.2929407018959258	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0058_000000025569	1972	0.995347057628138	4	2	2	2	1	False	11008	maximal	True	MON0058_000000025569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	93.846	3.0	0.006702127659574468	MK233453.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S10.O04_4_c1 sequence	True	False
SPA0023_000000001543	11142	0.9953469396739564	16	9	5	9	6	True	35720	fragment	False	SPA0023_000000001543	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7039.0	96.079	96.0	0.49689265536723165	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
ISR0784_000000002892	4320	0.9953461118629824	4	4	4	4	4	False	125051	fragment	False	ISR0847_000000004306	0.32944717726456746		0	0	False	False	1.0	0					non-mobilizable	other	4320.0	99.398	100.0	0.015615622130145852	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0211_000000000152	54774	0.9953456850480152	88	27	10	19	15	True	88772	maximal	True	ISR0211_000000000152	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	7276.0	91.34100000000001	56.0	0.12866409102186935	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0057_000000007548	3958	0.9953450423542398	4	1	1	1	1	False	6382	fragment	False	SPA0056_000000007689	0.9621672115833723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1900.0	97.73700000000001	72.0	0.00042390331514762013	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
SPA0124_000000008395	3472	0.9953450423542398	4	1	1	1	1	False	4066	fragment	False	SPA0124_000000008395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	97.86200000000001	71.0	0.00035455765409444747	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
SPA0073_000000005108	2352	0.9953449108426248	3	3	2	2	3	False	90332	fragment	False	CHI0049_000000006892	0.6911915201543808		0	0	False	False	1.0	0					non-mobilizable	chromosome	2352.0	99.95700000000001	100.0	0.00048073266029397693	CP055967.1	enterobacteria	Escherichia coli strain RHB10-C14 chromosome	False	False
CHI0132_000000007155	4519	0.9953447938232408	9	7	4	4	4	True	125361	fragment	False	FIJ0114_000000005988	0.4567822790169231		0	0	False	False	0.999778687953949	0					non-mobilizable	other	4258.0	95.021	94.0	0.001212149926420473	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0027_000000009245	1879	0.9953444864185128	2	2	2	2	2	False	48988	fragment	False	FIJ0027_000000009245	1.0		0	0	False	False	0.9962745904922485	0					non-mobilizable	no_good_hit	455.0	99.34100000000001	24.0	0.5404761904761904	GQ878010.1		Uncultured organism clone VC1BU47TF genomic sequence	True	False
ISR0113_000000000091	67435	0.9953437190340402	64	33	21	29	16	True	132149	maximal	True	ISR0113_000000000091	1.0	PS1059|PS1061|PS924	1	1	False	True	0.9997034072875977	0					non-mobilizable	no_good_hit	3496.0	98.37	15.0	0.01625648182289163	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0791_000000000260	24730	0.9953411742300056	27	15	9	13	7	True	34471	fragment	False	ISR0791_000000000260	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	24730.0	99.988	100.0	0.21162042346336205	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
ISR0251_000000004278	3133	0.9953396258145436	5	2	2	2	2	False	27000	fragment	False	ISR0251_000000004278	1.0		0	0	False	False	0.995531439781189	0					non-mobilizable	no_good_hit	407.0	88.45200000000001	13.0	0.009027824563767432	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0236_000000000423	12990	0.9953394396647092	17	17	4	5	16	True	132544	fragment	False	CHI0126_000000000854	0.6575303681367757		0	0	False	False	1.0	0					non-mobilizable	plasmid	13002.0	94.20100000000001	99.0	0.17555765851020685	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0016_000000006093	3312	0.9953369400600296	4	4	1	3	3	True	37928	maximal	True	ISR0016_000000006093	1.0		1	1	True	True	0.9996980428695679	6					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.006554307116104869	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	True	True
ENG0032_000000002267	7488	0.9953369010385176	10	9	5	5	9	True	123628	fragment	False	USA0108_01_000000001009	0.30357989660478013		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7488.0	99.09200000000001	100.0	0.22564925237605182	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0182_000000011213	3213	0.9953358054069312	5	3	3	3	3	False	100305	fragment	False	ISR0182_000000011213	1.0		0	0	False	False	0.9950202107429504	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	0.001167778301780862	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0058_000000025070	1646	0.9953352980177108	4	2	2	1	1	False	45994	fragment	False	FIJ0058_000000025070	1.0		0	0	False	False	0.9884568452835083	0					non-mobilizable	no_good_hit	433.0	75.058	26.0	0.00010587403636523446	CP016378.1	CFB group bacteria	Elizabethkingia meningoseptica strain G4120, complete genome	True	False
ISR0231_000000002289	5566	0.995334921178728	6	4	4	3	3	False	70119	fragment	False	ISR0231_000000002289	1.0		0	0	False	False	0.9971253871917725	0					non-mobilizable	no_good_hit	2777.0	96.32700000000001	50.0	0.01713453324445103	NZ_SPFY01000002.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_2_length_162012_cov_22.7863, whole genome shotgun sequence	True	False
ISR0033_000000017699	1778	0.9953254316320236	3	3	3	2	1	False	36876	maximal	True	ISR0033_000000017699	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	80.64	38.0	0.017120973192160396	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0101_000000012896	2514	0.9953228961226024	5	3	2	2	2	False	105394	maximal	True	ENG0101_000000012896	1.0		0	0	False	False	0.999602198600769	0					non-mobilizable	no_good_hit	887.0	95.941	35.0	0.0047620072533172625	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
MAD0048_000000013513	1765	0.9953176088442924	4	2	1	2	1	False	18601	fragment	False	MAD0048_000000013513	1.0		0	0	False	False	0.9909348487854004	0					non-mobilizable	no_good_hit								True	False
MON0033_000000020847	3126	0.9953173038002474	6	5	4	4	4	False	88548	maximal	True	MON0033_000000020847	1.0		9	6	False	False	1.0	0					non-mobilizable	chromosome	3126.0	100.0	100.0	0.0006400969424258916	CP051001.1	enterobacteria	Escherichia coli O157:H16 str. 98-3133 chromosome, complete genome	False	False
ISR0126_000000017108	2871	0.9953161698531766	5	4	3	3	2	False	31987	maximal	True	ISR0126_000000017108	1.0		5	3	False	False	0.9965168833732605	0					non-mobilizable	no_good_hit	1863.0	98.49700000000001	65.0	0.0005273532498784015	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0101_000000000683	25730	0.9953140939432484	31	12	9	11	8	False	87576	maximal	True	ENG0101_000000000683	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	91.228	5.0	0.00027488506232578347	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0357_000000004988	4513	0.9953134586488638	7	5	3	3	2	False	23890	maximal	True	ISR0357_000000004988	1.0		2	1	False	False	0.9997783899307251	0					non-mobilizable	no_good_hit	273.0	98.535	6.0	8.7288541902672e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
USA0135_01_000000007843	1934	0.9953128307659624	4	1	1	1	1	False	78124	fragment	False	USA0135_01_000000007843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	92.8	6.0	0.0063556037823593245	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
MON0090_000000008152	6381	0.9953118106967213	9	8	5	7	6	False	105152	fragment	False	MON0090_000000008152	1.0		0	0	False	False	0.9946717023849487	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000007714	3010	0.9953101743369576	7	3	1	3	1	False	52300	fragment	False	MAD0048_000000007714	1.0		0	0	False	False	0.9933554530143738	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	2.0	1.7166161820890073e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0820_000000000791	17226	0.9953086353343992	27	14	10	11	11	False	123903	backbone	True	ISR0820_000000000791	1.0	PS909	1	1	True	True	1.0	6					non-mobilizable	plasmid	8489.0	98.787	99.0	0.11148053723026782	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
AST0014_000000011677	1399	0.995306956459647	3	2	2	2	1	False	124065	fragment	False	SPA0014_000000016541	0.9644337016574585		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	98.85600000000001	100.0	0.00039288269669287196	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0023_000000010108	3113	0.9953055229666896	5	4	2	2	4	True	124071	fragment	False	FIJ0023_000000010108	0.9648086441177929		0	0	False	False	0.998072624206543	0					non-mobilizable	other	3072.0	98.275	99.0	0.0008627681536817717	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0148_000000003793	3061	0.9953055229666896	5	4	2	2	4	True	124071	fragment	False	FIJ0023_000000010108	0.9599138847304959		0	0	False	False	1.0	0					non-mobilizable	other	3063.0	98.62899999999999	100.0	0.0008602388659348219	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0086_000000008910	2922	0.9953055229666896	5	4	2	2	4	True	124071	fragment	False	FIJ0023_000000010108	0.7172308645062684		0	0	False	False	0.9893908500671387	0					non-mobilizable	other	2922.0	99.932	100.0	0.0008208943898711581	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0221_000000003739	5892	0.995303528612148	7	6	3	4	5	False	27973	fragment	False	ISR0221_000000003739	1.0		0	0	False	False	0.9998303055763245	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00020680753349925477	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	True	False
MAD0105_000000034348	1162	0.9953026784497492	3	2	1	1	2	False	14764	maximal	True	MAD0105_000000034348	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1162.0	98.96700000000001	100.0	0.0002450963317249019	LR778150.1	enterobacteria	Escherichia coli isolate SC492 genome assembly, chromosome: omosome1	False	False
ENG0184_000000004904	4768	0.9953010576702316	8	5	3	4	5	False	104723	fragment	False	ENG0184_000000004904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	89.36200000000001	2.0	0.003638355306912875	NZ_CAPF01000038.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
SPA0030_000000008372	3660	0.9952996230034568	3	3	2	3	2	False	7341	maximal	True	SPA0030_000000008372	1.0		1	1	False	False	0.9994535446166992	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000019381	1550	0.9952993507763256	4	3	1	2	3	False	82511	fragment	False	CHI0111_000000019381	1.0		0	0	False	False	0.9664515852928162	0					non-mobilizable	no_good_hit								True	False
USA0012_01_000000000152	40198	0.9952991853578336	33	23	16	21	12	True	106700	maximal	True	USA0012_01_000000000152	1.0		1	1	False	False	1.0	0					non-mobilizable	other	9426.0	95.682	91.0	0.2069571714241765	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
ENG0068_000000024617	1100	0.9952990829105324	2	1	1	1	1	False	62513	fragment	False	ENG0068_000000024617	1.0		0	0	False	False	0.9818181991577148	0					non-mobilizable	no_good_hit								True	False
ISR0026_000000016355	1403	0.9952979457216672	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.5722388084418765		0	0	False	False	0.9950106739997864	0					non-mobilizable	no_good_hit	257.0	87.16	24.0	0.000533208430129831	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0070_000000015384	1314	0.9952967218167376	4	1	1	1	1	False	5917	maximal	True	SPA0070_000000015384	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	96.56700000000001	18.0	4.2195318292437666e-05	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
SPA0056_000000011066	3078	0.9952961933250692	5	4	4	4	3	True	126020	maximal	True	SPA0056_000000011066	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	96.993	73.0	0.03128900894264023	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	True
FIJ0167_000000015165	1389	0.9952921643657302	2	2	2	2	2	False	43086	fragment	False	ISR0130_000000021080	0.5755539946822881		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	97.984	100.0	0.003381912255591615	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0141_000000009846	2808	0.9952904773821376	3	3	3	3	1	False	90186	fragment	False	ENG0032_000000007411	0.9880357142857144		0	0	False	False	1.0	0					non-mobilizable	chromosome	2808.0	99.751	100.0	0.0005265839540283016	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ENG0032_000000007411	2800	0.9952904773821376	3	3	3	3	1	False	90186	fragment	False	ENG0032_000000007411	0.9923433048433048		0	0	False	False	0.9992856979370117	0					non-mobilizable	other	2800.0	99.536	100.0	0.0005709663896830311	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
SPA0015_000000001555	8247	0.9952901490691928	9	7	7	6	5	False	7924	maximal	True	SPA0015_000000001555	1.0		1	1	False	False	0.9993937015533447	0					non-mobilizable	no_good_hit	5549.0	97.729	67.0	0.07197063058622076	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	True	False
FIJ0123_000000005380	6121	0.9952893157569188	8	5	4	5	5	False	96432	maximal	True	FIJ0123_000000005380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2276.0	98.06700000000001	89.0	0.023102981719040884	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
SPA0099_000000002348	2140	0.9952892268743556	4	4	4	2	2	False	4991	maximal	True	SPA0099_000000002348	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	2140.0	99.95299999999999	100.0	0.0454043727446402	CP032754.1	firmicutes	Lactiplantibacillus plantarum subsp. argentoratensis strain DSM 16365 plasmid unnamed3, complete sequence	False	True
CHI0087_000000001048	5765	0.9952884490256648	6	6	1	5	6	False	108860	maximal	True	CHI0087_000000001048	0.9995375508694044		4	2	True	True	1.0	58	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	4756.0	99.895	100.0	0.8362645093211396	AP010956.1	enterobacteria	Escherichia coli O26:H11 str. 11368 plasmid pO26_3 DNA, complete sequence	False	True
ISR0006_000000001143	13346	0.9952871430125398	24	13	11	10	11	False	123922	fragment	False	ISR0006_000000001143	0.999839820599071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5502.0	95.765	73.0	0.0547960242695194	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0255_000000005245	5254	0.9952824142470612	6	6	2	3	5	False	127640	backbone	False	CHI0066_000000002654	0.9482026037235511	PS1015|PS542	0	0	True	True	0.9980967044830322	9	Col156	MOBQ			mobilizable	plasmid	2574.0	95.921	99.0	0.4993199922284826	CP057497.1	enterobacteria	Escherichia coli strain RHB24-C10 plasmid pRHB24-C10_5, complete sequence	False	True
CHI0168_000000001603	11790	0.9952822182794724	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.567546671368299		0	0	False	False	0.9996607303619385	0					non-mobilizable	other	11790.0	100.0	100.0	0.8070235487404163	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
MON0082_000000002470	8109	0.9952815216226304	10	4	3	4	1	False	107026	fragment	False	CHI0125_000000001580	0.6136712929556708		0	0	False	False	1.0	0					non-mobilizable	plasmid	7730.0	99.97399999999999	95.0	0.07862745297510657	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0144_000000012608	1476	0.9952798091483444	2	2	1	2	1	False	3374	fragment	False	SPA0144_000000012608	1.0		0	0	False	False	0.9844173192977905	0					non-mobilizable	no_good_hit								True	False
MON0011_000000007735	5661	0.9952771540468728	6	5	5	5	3	True	13704	fragment	False	MON0011_000000007735	0.9969189293279415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2985.0	92.32799999999999	77.0	0.04810963321241435	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
FIJ0040_000000009615	2562	0.9952769998690448	3	3	3	3	2	False	47492	maximal	True	FIJ0040_000000009615	1.0		0	0	False	False	0.9980484247207642	0					non-mobilizable	no_good_hit	1644.0	99.574	64.0	0.018892875212731704	NZ_JXQL01000013.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig13, whole genome shotgun sequence	True	False
ISR0019_000000002935	5199	0.9952764099551329	7	4	4	4	3	True	76729	maximal	True	ISR0019_000000002935	1.0		2	1	False	False	0.9921138882637024	0					non-mobilizable	no_good_hit	80.0	98.75	2.0	0.002791026320438085	KU900235.1	eukaryotes	Blastocystis sp. subtype 2 strain Flemming mitochondrion, complete genome	True	True
SPA0093_000000028034	1330	0.9952747400570621	2	2	1	2	1	False	5261	maximal	True	SPA0093_000000028034	1.0		1	1	False	False	0.9887217879295349	0					non-mobilizable	no_good_hit	77.0	83.117	6.0	0.00019598184254712833	NZ_QRDW01000005.1	a-proteobacteria	Aestuariispira insulae strain CECT 8488 Ga0244593_105, whole genome shotgun sequence	True	False
ISR0222_000000001305	37739	0.9952741048886508	29	15	12	12	8	True	126550	fragment	False	ISR0222_000000001305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	75.61	0.0	0.10434782608695652	MK233420.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c3 sequence	True	True
AST0025_000000008591	3880	0.995271924914214	7	5	5	1	1	False	120498	maximal	True	AST0025_000000008591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	98.96700000000001	25.0	0.0003324847579634741	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ENG0020_000000003606	5617	0.9952710231960284	7	2	2	2	2	False	81979	maximal	True	ENG0020_000000003606	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	82.37899999999999	24.0	0.32160804020100503	NZ_FNVV01000001.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
FIJ0119_000000003417	4824	0.9952673003068636	6	4	4	4	3	True	46325	fragment	False	FIJ0119_000000003417	1.0		0	0	False	False	0.9995853900909424	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	0.0001742595148049942	LN592971.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001951	True	True
AST0099_000000013665	1545	0.9952665743086468	2	2	2	2	2	False	108713	fragment	False	AST0099_000000013665	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	99.353	100.0	0.03203917743977091	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0094_000000013106	1350	0.9952665743086468	3	2	2	2	2	False	113007	fragment	False	CHI0118_000000004747	0.06336633663366337		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	99.48100000000001	100.0	0.027992778734618497	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0263_000000011664	1374	0.9952639199322686	3	2	2	1	1	False	82046	fragment	False	CHI0117_000000010302	0.9523809523809523		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	98.91799999999999	94.0	0.012903161424237586	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0105_000000003698	7607	0.9952625156761548	10	8	7	7	6	True	94597	fragment	False	SPA0105_000000003698	0.9592593517550839		0	0	False	False	0.9992112517356873	0					non-mobilizable	no_good_hit	6039.0	99.98299999999999	79.0	0.13072093526737388	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
SPA0027_000000016772	2231	0.9952620688869032	3	2	2	2	2	False	7482	fragment	False	SPA0027_000000016772	1.0		0	0	False	False	0.9995517730712891	0					non-mobilizable	no_good_hit	1068.0	86.891	48.0	0.00017384627167809705	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
SPA0128_000000005470	6631	0.9952617032347612	9	5	3	4	5	True	124115	fragment	False	ENG0028_000000002063	0.7083133554002238		0	0	False	False	1.0	0					non-mobilizable	other	6631.0	98.311	100.0	0.001863241973586367	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0091_000000001381	16111	0.9952532440926192	18	5	3	5	3	True	79298	fragment	False	FIJ0091_000000001381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	98.734	1.0	4.0473816920684985e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
FIJ0152_000000000506	32450	0.995251904925399	27	17	5	16	10	True	51487	fragment	False	FIJ0033_000000000484	0.9296145139990939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.813354585657807e-06	NC_012982.1	a-proteobacteria	Hirschia baltica ATCC 49814, complete sequence	True	True
FIJ0144_000000002165	12840	0.9952515928805395	12	11	4	8	11	False	103523	fragment	False	FIJ0144_000000002165	1.0		0	0	False	False	1.0	0	IncFIA	MOBF			mobilizable	other	12841.0	98.941	100.0	0.2515677667163126	NZ_CAAHGR010000026.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
ISR0062_000000004802	6019	0.9952491694026471	6	6	6	6	5	False	68554	fragment	False	ISR0062_000000004802	1.0		0	0	False	False	0.9996677041053772	0					non-mobilizable	other	5465.0	99.36	91.0	0.003270506958506341	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
MAD0001_000000008273	3096	0.9952483877374768	8	3	1	2	3	False	82512	maximal	True	MAD0001_000000008273	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0150_000000000474	26593	0.9952479876502696	27	15	8	13	9	True	127234	backbone	False	FIJ0038_000000000809	0.9828688875792373	PS988	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	6013.0	94.545	70.0	0.2390600647404388	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0139_000000006542	3916	0.9952437756547377	6	2	2	2	2	False	40445	fragment	False	FIJ0139_000000006542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	84.615	2.0	9.26123019713778e-06	LR698998.1	firmicutes	Paenibacillus odorifer isolate MGYG-HGUT-02414 genome assembly, chromosome: 1	True	False
ENG0127_000000016678	1581	0.995243187139508	4	2	1	2	1	False	122111	fragment	False	FIJ0103_000000012997	0.4319035893276636		0	0	False	False	0.9962049126625061	0					non-mobilizable	other	1581.0	97.723	100.0	0.0004509528805614192	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
USA0066_01_000000013321	1537	0.995243187139508	4	2	1	2	1	False	92781	fragment	False	USA0066_01_000000013321	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1537.0	98.439	100.0	0.0004383946990774303	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0019_000000000932	11687	0.995242860781124	12	5	4	4	4	False	37757	maximal	True	ISR0019_000000000932	1.0		1	1	False	False	0.9994866251945496	0					non-mobilizable	no_good_hit	187.0	75.936	2.0	5.182936413866819e-05	LT632614.1	g-proteobacteria	Legionella pneumophila strain ST62 genome assembly, chromosome: 1	True	False
ENG0151_000000012837	1837	0.9952426780886804	3	2	2	2	1	True	57100	maximal	True	ENG0151_000000012837	1.0		0	0	False	False	0.9902014136314392	0					non-mobilizable	no_good_hit	1158.0	91.36399999999999	63.0	0.4291030889467808	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
SPA0098_000000003000	11259	0.995241621926226	6	6	6	6	5	False	32152	maximal	True	SPA0098_000000003000	1.0		2	2	False	False	0.9992006421089172	0					non-mobilizable	no_good_hit	1615.0	70.217	14.0	0.014157427739988931	NZ_FONQ01000012.1	CFB group bacteria	Flavobacterium xueshanense strain CGMCC 1.9227, whole genome shotgun sequence	True	False
ISR0261_000000001734	8587	0.9952410304877518	8	5	4	4	4	True	129814	maximal	True	ISR0261_000000001734	1.0	PS1070	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0810_000000005784	2561	0.9952409110092676	3	3	3	2	3	False	21718	fragment	False	ISR0810_000000005784	1.0		0	0	False	False	0.9996095299720764	0					non-mobilizable	no_good_hit	1202.0	86.273	47.0	0.00039146604032100216	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
CAN0014_000000035146	1414	0.995238343567732	2	2	2	2	1	False	93478	maximal	True	CAN0014_000000035146	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	91.49700000000001	76.0	0.00024520869719048206	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
FIJ0058_000000037461	1163	0.9952381444401049	2	1	1	1	1	False	45945	maximal	True	FIJ0058_000000037461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0056_000000004340	4483	0.9952369455419376	7	4	2	4	2	False	116104	fragment	False	ISR0049_000000006072	0.9682116900468819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0009243974909210961	NZ_JACBNQ010000033.1	firmicutes	Sedimentibacter hydroxybenzoicus DSM 7310 contig33, whole genome shotgun sequence	True	False
CHI0029_000000000341	21708	0.9952355060185142	40	8	2	6	5	False	88633	maximal	True	CHI0029_000000000341	1.0		1	1	False	False	0.9986640810966492	0					non-mobilizable	no_good_hit	1464.0	75.888	7.0	0.005061665043443049	NZ_CYXL01000007.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
AST0148_000000000877	25753	0.9952335413163864	28	12	5	9	6	True	105233	fragment	False	FIJ0008_000000000600	0.9624533759610261		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	1.088694325693154e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0124_000000003594	4655	0.9952320221300132	9	4	0	3	1	True	61947	backbone	False	ISR0101_000000004945	0.8861080592384938	PS274	0	0	True	True	1.0	49					non-mobilizable	no_good_hit								True	True
MON0026_000000044657	1205	0.995231985538552	4	4	0	2	4	False	103173	fragment	False	FIJ0144_000000025954	0.7316078899958394		0	0	False	False	0.9917012453079224	0		MOBP		MOBP	mobilizable	plasmid	1209.0	98.925	100.0	0.21434913869650152	CP054347.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-2, complete sequence	False	True
ENG0032_000000000383	31012	0.9952308961316888	34	15	11	13	10	True	101260	maximal	True	ENG0032_000000000383	1.0		11	5	False	False	0.999871015548706	0					non-mobilizable	no_good_hit	11181.0	99.848	84.0	0.09002842579096978	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
MAD0105_000000028188	1380	0.9952306626164956	3	3	0	2	3	False	103176	fragment	False	MAD0105_000000028188	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	1381.0	96.88600000000001	100.0	0.2409933543196922	CP035351.1	enterobacteria	Escherichia coli strain BR32-DEC plasmid unnamed2	False	True
FIJ0140_000000007875	3544	0.9952302165989694	8	2	2	2	1	True	40401	maximal	True	FIJ0140_000000007875	1.0		1	1	False	False	0.9985891580581665	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.595225921717001e-05	NZ_CADIJQ010000003.1	b-proteobacteria	Achromobacter kerstersii strain LMG 3441 isolate LMG 3441, whole genome shotgun sequence	True	True
ISR0192_000000001012	16382	0.9952299762604384	12	11	10	11	9	True	118472	fragment	False	ISR0167_000000001245	0.7151068258299587		0	0	False	False	0.9996337294578552	0					non-mobilizable	no_good_hit	1448.0	89.572	9.0	0.020608132165491705	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0209_000000004002	6960	0.995229101056646	9	9	2	4	9	True	132491	maximal	False	AST0007_000000002363	0.9519255831975161		0	0	False	True	0.9998562932014465	0					non-mobilizable	other	3711.0	98.545	99.0	0.4936085219707057	AJ239049.2	firmicutes	Streptococcus thermophilus partial repA gene, ORF1 to ORF8 and partial ORF9 DNA	False	True
MON0024_000000026251	1932	0.995226472720928	3	3	2	3	2	False	12924	fragment	False	MON0024_000000026251	1.0		0	0	False	False	0.9953415989875793	0					non-mobilizable	no_good_hit	441.0	78.005	23.0	0.003886635335322814	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
CHI0178_000000005185	1988	0.9952258938173691	5	4	2	4	3	False	113007	fragment	False	CHI0118_000000004747	0.8988116080419863		0	0	False	False	0.9783702492713928	0					non-mobilizable	other	1988.0	100.0	100.0	0.0025128615004830967	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MAD0098_000000005522	7070	0.995225122525224	8	5	4	2	2	False	98851	maximal	True	MAD0098_000000005522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4091.0	90.198	67.0	0.0007736499703109917	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
USA0055_01_000000011263	2423	0.9952234576118066	3	3	2	3	2	False	1035	maximal	True	USA0055_01_000000011263	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0152_000000010159	2340	0.9952217050526624	5	4	4	3	2	False	113009	fragment	False	ENG0152_000000010159	0.973304157549234		0	0	False	False	0.995726466178894	0					non-mobilizable	other	2331.0	99.87100000000001	99.0	0.04834927683592372	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CAN0007_000000019756	2055	0.9952217050526624	5	4	4	3	2	False	113008	fragment	False	CAN0007_000000019756	0.9656469408224674		0	0	False	False	0.9927007555961609	0					non-mobilizable	other	2055.0	99.805	100.0	0.042622066360938765	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
MAD0052_000000019221	1215	0.9952200693520366	2	1	1	1	1	True	17249	maximal	True	MAD0052_000000019221	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0054_000000005435	4520	0.9952190072822772	6	4	0	2	3	True	86928	maximal	True	ENG0054_000000005435	1.0	PS148|PS435|PS444	1	1	False	True	0.9997787475585938	0					non-mobilizable	no_good_hit	2959.0	99.79700000000001	69.0	0.9414385741565882	LM997025.1	enterobacteria	Escherichia coli genome assembly FHI89, scaffold scaffold-7_contig-13.0_1_3142_[organism:Escherichia	True	True
SPA0133_000000008835	2413	0.9952151735077268	3	3	3	1	1	False	125027	fragment	False	SPA0133_000000008835	0.9795918367346939		0	0	False	False	1.0	0					non-mobilizable	other	2233.0	99.23899999999999	100.0	0.0004713949637192725	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0035_000000005920	3038	0.9952147862480458	5	1	1	1	1	False	36809	fragment	False	ISR0035_000000005920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0060_000000020674	1463	0.9952147862480458	2	1	1	1	1	False	112308	fragment	False	AST0060_000000020674	1.0		0	0	False	False	0.9993164539337158	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000005309	5204	0.995213108101356	6	4	3	4	2	False	79214	maximal	True	CHI0154_000000005309	1.0		2	2	False	False	0.998270571231842	0					non-mobilizable	no_good_hit	2978.0	99.396	57.0	0.0004205021419901687	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
CHI0012_000000002990	2023	0.9952125157955076	3	3	2	2	3	False	132549	maximal	True	CHI0012_000000002990	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1421.0	99.648	70.0	0.03673405990318155	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	True	False
ISR0170_000000007345	6013	0.9952108562702968	11	10	4	4	8	True	120545	backbone	False	ISR0774_000000003808	0.9843262539490355	PS472|PS846	0	0	True	True	1.0	34	rep_cluster_1085	MOBB			mobilizable	plasmid	4757.0	99.64299999999999	99.0	0.8014829794405123	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
AST0061_000000006077	6012	0.9952108562702968	11	10	4	4	8	True	120545	backbone	False	ISR0774_000000003808	0.9848953545315107	PS472|PS846	0	0	True	True	1.0	84	rep_cluster_1085	MOBB			mobilizable	plasmid	4761.0	99.79	100.0	0.8021570610043816	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
SPA0066_000000002778	5950	0.9952108562702968	11	10	4	4	8	True	120545	backbone	False	ISR0774_000000003808	0.9794438531728574	PS472|PS846	0	0	True	True	1.0	235	rep_cluster_1085	MOBB			mobilizable	plasmid	3339.0	99.94	100.0	0.5625210650488709	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
ISR0342_000000001745	10044	0.9952099229678854	10	8	7	7	6	True	128658	fragment	False	ISR0342_000000001745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	86.64299999999999	37.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0781_000000004759	5054	0.9952098927579416	6	4	4	3	3	False	126455	fragment	False	ISR0781_000000004759	0.9718890396361525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0069_000000021669	1188	0.9952097525485408	2	2	2	2	1	False	58142	fragment	False	ENG0134_000000029748	0.8949261088982959		0	0	False	False	0.9840067625045776	0					non-mobilizable	other	1102.0	92.37700000000001	93.0	0.02470300253767208	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
ENG0040_000000019116	1287	0.9952097318144142	2	1	1	1	1	False	64818	fragment	False	ENG0040_000000019116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	87.87299999999999	44.0	0.011623385925061902	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0811_000000002463	5257	0.9952083137718488	5	4	3	4	4	False	21694	fragment	False	ISR0811_000000002463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	1.9432306963824977e-05	NZ_CP013334.1	fusobacteria	Fusobacterium hwasookii ChDC F300 chromosome, complete genome	True	False
ISR0231_000000001200	8597	0.9952067625809086	9	7	4	6	6	True	96732	fragment	False	ISR0231_000000001200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4414.0	98.391	51.0	0.0011769322348988151	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0061_000000001471	15564	0.9952055513182034	11	5	4	5	3	True	112209	maximal	True	AST0061_000000001471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	10083.0	95.21	65.0	0.2414289830020167	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	True
SPA0071_000000010527	2179	0.995204777597484	3	1	1	1	1	False	5897	fragment	False	SPA0113_000000013171	0.9550960735171261		0	0	False	False	1.0	0					non-mobilizable	other	2179.0	99.816	100.0	0.016603900163142084	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	False
ISR0399_000000006073	2532	0.9952043555056432	5	2	2	1	2	False	30215	fragment	False	ISR0399_000000006073	0.9714227807053101		0	0	False	False	0.9996050596237183	0					non-mobilizable	no_good_hit								True	False
ISR0166_000000007819	2467	0.9952043555056432	4	2	2	1	2	False	30215	fragment	False	ISR0399_000000006073	0.9593206951026856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000010257	2169	0.9952043555056432	3	2	2	1	2	False	23042	fragment	False	ISR0385_000000010257	1.0		0	0	False	False	0.9995389580726624	0					non-mobilizable	no_good_hit	128.0	83.594	6.0	0.09477611940298507	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
TAN0012_000000000771	6852	0.9952017766125832	7	5	4	5	4	True	100526	maximal	True	TAN0012_000000000771	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	95.176	34.0	0.00020433592292214242	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0077_000000004431	6019	0.9952017292847696	6	3	3	3	2	False	114091	maximal	True	ISR0077_000000004431	1.0		0	0	False	False	0.999833881855011	0					non-mobilizable	no_good_hit	1002.0	91.51700000000001	19.0	0.12306740878169449	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
MAD0087_000000019569	1575	0.9952012801735516	3	2	1	1	2	False	15971	maximal	True	MAD0087_000000019569	1.0		1	1	False	False	0.9739682674407959	0					non-mobilizable	no_good_hit	74.0	85.135	5.0	0.0009495674192867694	NZ_FLKM01000004.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ENG0037_000000004816	6193	0.9952006651793778	10	2	2	1	1	False	65243	fragment	False	ENG0037_000000004816	1.0		0	0	False	False	0.9996770620346069	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	5.844519347642056e-06	NZ_CP036265.1	bacteria	Alienimonas californiensis strain CA12 chromosome	True	False
ISR0007_000000010621	1544	0.99519941029933	3	2	2	2	1	False	38441	maximal	True	ISR0007_000000010621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	89.661	78.0	0.5892156862745098	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0062_000000028245	1248	0.9951975820698772	2	1	1	1	1	False	10766	fragment	False	MON0062_000000028245	1.0		0	0	False	False	0.9967948794364929	0					non-mobilizable	no_good_hit	121.0	99.17399999999999	10.0	0.00038629303545848154	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0035_01_000000002560	10038	0.9951971419172368	22	9	5	9	7	True	1434	maximal	True	USA0035_01_000000002560	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1975.0	87.949	20.0	0.17734346724574737	NZ_SMUS01000063.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00063, whole genome shotgun sequence	True	True
FIJ0060_000000003034	4269	0.9951957227309732	8	4	1	3	3	True	125361	fragment	False	FIJ0114_000000005988	0.5137428908166112		0	0	False	False	1.0	0					non-mobilizable	other	4269.0	99.06299999999999	100.0	0.0012181436039469223	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0376_000000005660	3767	0.9951957227309732	6	4	1	3	3	True	125361	fragment	False	FIJ0114_000000005988	0.2665414661627567		0	0	False	False	0.9994691014289856	0					non-mobilizable	other	3767.0	98.67299999999999	100.0	0.0010748661697432308	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0066_000000004389	3452	0.9951930002723514	6	6	0	5	4	False	105951	maximal	False	BAN0019_000000000888	0.991957002276838		0	0	True	True	1.0	5752		MOBP		MOBP	mobilizable	plasmid	3333.0	99.97	100.0	0.9878410438908659	CP040320.1	enterobacteria	Salmonella enterica subsp. enterica serovar Rough O:-:- strain PNCS009887 plasmid p11-0883.2, complete sequence	False	True
ENG0204_000000002292	8270	0.995192987916414	7	7	7	7	6	False	54069	maximal	True	ENG0204_000000002292	1.0		0	0	False	False	0.9923821091651917	0					non-mobilizable	plasmid	6123.0	99.265	99.0	0.07577482919100902	CP055931.1	enterobacteria	Enterobacter sp. RHBSTW-00175 plasmid pRHBSTW-00175_2, complete sequence	False	True
DEN0022_000000004129	7729	0.9951911446960692	6	5	4	5	5	False	74659	fragment	False	DEN0022_000000004129	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	75.896	10.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
USA0031_01_000000005974	5122	0.9951904127369378	5	4	2	4	3	False	104181	maximal	True	USA0031_01_000000005974	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3410.0	87.478	66.0	0.14563231699472534	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0052_000000021747	1352	0.9951900665995356	1	1	1	1	1	False	66412	fragment	False	MON0052_000000021747	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	79.688	9.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MON0077_000000040220	1143	0.9951900665995356	1	1	1	1	1	False	66410	fragment	False	ENG0020_000000017225	0.9575191163976211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	79.688	11.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MON0066_000000022663	1562	0.9951864213727	2	2	1	2	2	False	94084	fragment	False	SPA0062_000000015646	0.33561318538707735		0	0	False	False	0.9987195730209351	0					non-mobilizable	chromosome	1562.0	98.20700000000001	100.0	0.0006428582606668758	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0303_000000002159	4988	0.9951853524267056	9	6	3	3	4	True	123814	backbone	False	CHI0167_000000003333	0.9706180753037849	PS607|PS904	0	0	True	True	1.0	116		MOBP			mobilizable	plasmid	3642.0	98.38	99.0	0.7291750503018108	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0086_000000001622	13870	0.995180392461557	12	9	5	8	8	False	70239	maximal	False	FIJ0043_000000001645	0.9317943144818503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	0.0	1.55630419014997e-05	LS483313.1	firmicutes	Staphylococcus simulans strain NCTC11046 genome assembly, chromosome: 1	True	False
CHI0145_000000005105	3587	0.9951796571882284	10	4	3	4	2	False	91083	fragment	False	CHI0145_000000005105	1.0		0	0	False	False	0.9997212290763855	0					non-mobilizable	virus	3433.0	93.3	95.0	0.15613026819923373	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
AST0102_000000003832	6924	0.9951786455202244	9	5	2	5	4	False	113802	fragment	False	AST0102_000000003832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	89.368	9.0	0.00021743981780832108	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0105_000000000980	18713	0.9951782431414912	23	8	5	8	5	True	101350	backbone	False	TAN0011_000000000086	0.5622725688067982	PS587|PS588	0	0	True	True	1.0	151					non-mobilizable	no_good_hit	710.0	94.366	4.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ITA0006_000000002715	9282	0.9951779069327784	15	3	2	3	3	False	118005	fragment	False	ITA0006_000000002715	0.9973880182282984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5894.0	98.541	77.0	0.49566826478257214	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0110_000000002369	8997	0.9951779069327784	16	3	2	3	3	False	118005	fragment	False	ITA0006_000000002715	0.9820620555914674		0	0	False	False	0.9989996552467346	0					non-mobilizable	no_good_hit	5935.0	98.551	78.0	0.4991168306838254	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0850_000000001599	8180	0.9951766914155952	13	7	6	4	6	False	70990	fragment	False	ISR0850_000000001599	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4044.0	96.044	83.0	0.06463181255327019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
DEN0001_000000009932	3997	0.9951753769414944	5	4	3	3	4	False	76948	maximal	True	DEN0001_000000009932	1.0		7	4	False	False	0.9979984760284424	0					non-mobilizable	no_good_hit	443.0	79.458	11.0	0.003940244098568646	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
SPA0040_000000001042	20735	0.9951748990492296	17	14	9	14	8	True	128653	backbone	False	SPA0087_000000000573	0.9496884489381671	PS1040	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	3382.0	77.85300000000001	32.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0081_000000003216	7373	0.9951725444124259	8	8	4	5	7	True	132403	maximal	True	ENG0081_000000003216	1.0	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3096.0	99.645	78.0	0.026322727697973277	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0274_000000000793	5265	0.9951713810097976	4	3	0	3	0	True	123453	maximal	True	ISR0274_000000000793	1.0	PS275|PS650|PS900	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1906.0	96.537	50.0	0.6850251979841613	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0173_000000002888	2937	0.9951713810097976	3	3	0	3	0	True	113831	maximal	True	ISR0173_000000002888	0.9495984273046436	PS275|PS276	7	5	True	True	1.0	152					non-mobilizable	no_good_hit	1286.0	95.023	66.0	0.4611231101511879	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0003_000000009138	2669	0.9951713810097976	3	3	0	3	0	True	128828	backbone	False	AST0025_000000013267	0.9956912701386287	PS1058	0	0	True	True	0.9992506504058838	3					non-mobilizable	no_good_hit	603.0	93.035	51.0	0.14682734874569603	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
AST0025_000000013267	2669	0.9951713810097976	3	3	0	3	0	True	128828	backbone	True	AST0025_000000013267	0.9956912701386287	PS1058	1	1	True	True	1.0	1086					non-mobilizable	no_good_hit	604.0	93.046	51.0	0.14682734874569603	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
DEN0051_000000017948	2505	0.9951713810097976	3	3	0	3	0	True	72565	backbone	False	ISR0243_000000004384	0.9475750289253194	PS342	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	166.0	92.771	13.0	0.055052030882846596	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0144_000000007034	2456	0.9951713810097976	4	3	0	3	0	True	72565	backbone	False	ISR0243_000000004384	0.7042974032905601	PS342	0	0	True	True	1.0	73					non-mobilizable	no_good_hit	261.0	95.402	26.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0089_000000001936	10796	0.9951712287583488	10	6	6	6	5	False	61305	maximal	True	ENG0089_000000001936	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1852.0	95.896	24.0	0.0004187923034526948	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0232_000000000678	17111	0.9951708336160152	17	13	11	13	12	False	38647	fragment	False	ISR0232_000000000678	1.0		0	0	False	False	0.9999415874481201	0					non-mobilizable	no_good_hit	860.0	98.837	5.0	0.000333435929003796	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0075_000000000224	45235	0.9951699657001314	59	15	13	13	11	True	67866	maximal	True	ISR0075_000000000224	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	94.884	4.0	0.00976854893429116	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ENG0194_000000011406	2389	0.9951698069176422	5	3	3	3	3	False	54523	fragment	False	ISR0115_000000013294	0.9737682082643224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	2.0	1.0500992821139453e-05	CP059901.1	high GC Gram+	Mumia sp. ZJ1417 chromosome, complete genome	True	False
ENG0105_000000009519	2294	0.9951653105954188	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.017099735904063877		0	0	False	False	0.98212730884552	0					non-mobilizable	plasmid	2294.0	100.0	100.0	0.0524677939729538	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0031_01_000000000518	35777	0.9951649230246328	44	21	11	12	16	False	84276	maximal	True	USA0031_01_000000000518	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	18730.0	98.382	85.0	0.0041573101090802474	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0062_000000011740	3389	0.995163905298779	3	3	3	3	3	False	98270	fragment	False	MON0062_000000011740	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3127.0	99.80799999999999	94.0	0.29627523457492183	LT985230.1	enterobacteria	Escherichia coli strain 730 genome assembly, plasmid: RCS37_pI	False	True
AST0150_000000019189	1450	0.995161579198528	3	3	2	2	1	False	103883	fragment	False	AST0150_000000019189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0784_000000001088	12321	0.9951600600025416	17	7	3	5	3	False	129819	maximal	True	ISR0784_000000001088	1.0	PS1064|PS1067|PS1068|PS1071|PS292|PS850	1	1	True	True	1.0	19					non-mobilizable	no_good_hit	134.0	82.836	1.0	0.004488673927415707	MK233338.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_3_c1 sequence	True	True
ISR0228_000000003440	6324	0.9951587817621388	5	2	2	1	1	True	111010	fragment	False	ISR0228_000000003440	1.0		0	0	False	False	0.9998418688774109	0					non-mobilizable	no_good_hit	259.0	72.587	4.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
AST0087_000000010285	3435	0.9951587817621388	5	2	2	1	1	True	111008	fragment	False	AST0087_000000010285	1.0		0	0	False	False	0.9959242939949036	0					non-mobilizable	no_good_hit	259.0	72.587	7.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
SPA0054_000000001737	11413	0.9951572616686812	18	7	3	7	2	False	118006	maximal	True	SPA0054_000000001737	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2760.0	97.82600000000001	59.0	0.23206325174531078	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ENG0049_000000000407	31065	0.9951558744641588	49	23	14	19	17	False	64207	maximal	True	ENG0049_000000000407	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	85.785	12.0	0.000458998450249738	AP017968.1	fusobacteria	Fusobacterium varium Fv113-g1 DNA, complete genome	True	False
ENG0199_000000002059	10138	0.9951554436274914	12	6	3	5	5	False	123953	fragment	False	ISR0187_000000002090	0.961806961368401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	76.538	2.0	0.000425026771705835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0162_000000002543	8680	0.9951554436274914	12	6	3	5	5	False	119413	fragment	False	ENG0162_000000002543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	78.704	1.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
ENG0100_000000003539	7877	0.9951554436274914	10	6	3	5	5	False	60614	fragment	False	ENG0100_000000003539	1.0		0	0	False	False	0.9988574385643005	0					non-mobilizable	no_good_hit	95.0	98.947	1.0	0.0026371160050497966	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	False
ENG0112_000000003187	7784	0.9951554436274914	10	6	3	5	5	False	119412	fragment	False	ENG0112_000000003187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	75.96600000000001	3.0	0.00038352025103143705	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0049_000000000627	18733	0.9951547536104964	23	9	5	8	6	True	101350	backbone	False	TAN0011_000000000086	0.5624238010685444	PS587|PS588	0	0	True	True	1.0	302					non-mobilizable	no_good_hit	710.0	94.225	4.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0130_01_000000005036	7821	0.9951546025862832	11	8	5	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.40617227939447514		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2791.0	98.137	91.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0014_000000008620	2842	0.9951530902677604	6	5	4	5	3	False	118818	fragment	False	ISR0324_000000010648	0.9482146661985102		0	0	False	False	0.999296247959137	0					non-mobilizable	other	2842.0	99.965	100.0	0.0589529165196821	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
AUS0022_000000006251	5678	0.9951512494077294	5	4	4	4	3	False	99408	fragment	False	AUS0022_000000006251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	87.209	2.0	2.1912576039861295e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
USA0041_01_000000002365	10529	0.995150811682751	12	5	3	4	5	True	1292	fragment	False	USA0041_01_000000002365	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	4391.0	96.538	92.0	0.048922493577590556	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	False	True
ISR0306_000000005878	1720	0.9951508036511136	3	2	2	1	1	False	25451	maximal	True	ISR0306_000000005878	1.0		0	0	False	False	0.9877907037734985	0					non-mobilizable	no_good_hit	845.0	94.43799999999999	49.0	0.00016665529019775497	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0021_000000018450	1770	0.9951490051125766	4	2	2	2	2	False	7681	fragment	False	SPA0021_000000018450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	96.554	79.0	0.02466947860915181	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0022_000000001597	14640	0.9951485183268586	17	10	6	5	9	True	123689	fragment	False	ENG0022_000000001597	1.0		0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14568.0	99.959	99.0	0.470235020661157	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0126_000000002423	12921	0.9951472516578832	15	12	8	10	7	True	52961	fragment	False	FIJ0126_000000002423	0.9746834209987949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	0.26804123711340205	KU548844.1	bacteria	Uncultured bacterium clone TE_040101_Contig_23 genomic sequence	True	True
FIJ0140_000000000068	74099	0.9951472475977534	91	33	18	30	21	True	51490	fragment	False	FIJ0062_000000000090	0.9573603505486256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	7.65295917320212e-06	NZ_CP009933.1	firmicutes	Clostridium scatologenes strain ATCC 25775 chromosome, complete genome	True	True
ISR0009_000000005546	5347	0.9951466777423064	5	4	2	4	4	True	83774	maximal	False	MON0076_000000007924	0.9551189949574298		0	0	True	True	1.0	70	Col156	MOBQ			mobilizable	plasmid	2582.0	99.92299999999999	100.0	0.2156469408224674	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
FIJ0133_000000009532	3897	0.9951464889739442	7	4	2	3	4	True	124109	fragment	False	ENG0172_000000004204	0.5499658184135472		0	0	False	False	0.987169623374939	0					non-mobilizable	other	3897.0	99.48700000000001	100.0	0.0010949005624573886	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0066_000000008142	3796	0.9951464889739442	6	4	2	3	4	True	124109	fragment	False	ENG0172_000000004204	0.4893522687026649		0	0	False	False	1.0	0					non-mobilizable	other	3796.0	99.236	100.0	0.001066516333297174	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0060_000000010383	3523	0.9951464889739442	6	4	2	3	4	True	124109	fragment	False	ENG0172_000000004204	0.4132451251708208		0	0	False	False	0.999148428440094	0					non-mobilizable	other	3523.0	99.574	100.0	0.0009897946049730294	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0014_000000000911	28408	0.995140897299574	31	20	9	16	13	True	127222	fragment	False	ISR0014_000000000911	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	6022.0	95.068	59.0	0.2394996603125125	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0141_000000000972	26485	0.9951408041978	21	16	11	15	11	True	125343	maximal	True	ISR0141_000000000972	0.9950990187578519	PS770|PS925|PS926|PS927	7	2	False	True	1.0	0					non-mobilizable	no_good_hit	3390.0	78.525	27.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0085_000000001418	15998	0.9951392035277368	19	8	7	5	7	False	87898	backbone	True	ENG0085_000000001418	0.9954950183509255	PS455	6	3	False	True	1.0	0					non-mobilizable	no_good_hit	3369.0	91.066	47.0	0.05402660217654172	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MON0087_000000001353	19892	0.9951378472850024	24	13	7	11	9	False	51420	maximal	True	MON0087_000000001353	1.0		1	1	False	False	0.9999497532844543	0					non-mobilizable	no_good_hit	1560.0	76.41	8.0	0.0003146548145333172	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
ENG0060_000000007148	3760	0.995137068412382	4	4	2	3	1	True	125553	backbone	False	ISR0070_000000005259	0.9142221133309041	PS930	0	0	True	True	1.0	27	rep_cluster_1351,rep_cluster_1351	MOBQ			mobilizable	plasmid	3529.0	98.101	100.0	0.9573832790445168	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
ISR0009_000000008452	3716	0.995137068412382	4	4	2	3	1	True	125553	backbone	False	ISR0070_000000005259	0.8063299624856082	PS930	0	0	True	True	1.0	40	rep_cluster_1351,rep_cluster_1351	MOBQ			mobilizable	other	3002.0	98.634	100.0	0.0012436126486224035	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0363_000000003562	5083	0.9951304330253384	7	6	6	4	5	False	23716	maximal	True	ISR0363_000000003562	1.0		1	1	False	False	0.9968522787094116	0					non-mobilizable	no_good_hit	1319.0	96.74	26.0	0.03870778267254038	NZ_CACVNJ010000023.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
MAD0047_000000001568	14085	0.9951278722437744	15	5	3	4	3	False	121841	maximal	False	FIJ0064_000000001467	0.9448090482854469		0	0	False	False	0.9990060329437256	0					non-mobilizable	no_good_hit	158.0	77.215	1.0	0.028433376695781453	LN853089.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0447	True	False
DEN0041_000000005108	6283	0.9951231857275816	7	5	5	5	5	False	115778	maximal	True	DEN0041_000000005108	1.0		0	0	False	False	0.9998408555984497	0					non-mobilizable	other	3555.0	99.97200000000001	98.0	0.2505640157924422	AJ627643.4	b-proteobacteria	Alcaligenes faecalis transposon Tn5393d	False	False
SPA0044_000000001982	11254	0.9951180601873844	16	9	6	9	6	True	125409	fragment	False	DEN0021_000000002110	0.9107213406083083		0	0	False	False	1.0	0					non-mobilizable	other	11254.0	99.289	100.0	0.0032114695013146133	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0220_000000000655	20754	0.9951165617344548	23	22	8	12	20	False	85513	fragment	False	ISR0350_000000000530	0.9448255034593044		0	0	False	False	0.9998554587364197	0	rep_cluster_488				non-mobilizable	plasmid	20754.0	99.995	100.0	0.1857208057775431	LR607054.1	enterobacteria	Escherichia coli strain VRES-hospital6495320 genome assembly, plasmid: 1	False	True
DEN0094_000000015740	2307	0.9951146419708512	5	2	1	2	2	False	68363	fragment	False	DEN0094_000000015740	1.0		0	0	False	False	0.9856957197189331	0					non-mobilizable	no_good_hit								True	False
SPA0087_000000007072	2126	0.9951144724408658	3	1	1	1	1	False	5475	fragment	False	SPA0087_000000007072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0114_000000013036	1105	0.9951130839666034	1	1	1	1	1	False	83950	fragment	False	SPA0026_000000028692	0.7141763859154797		0	0	False	False	1.0	0					non-mobilizable	chromosome	928.0	93.427	100.0	0.00021014635794504638	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
CHI0015_000000007872	1333	0.9951129287736676	2	2	2	2	1	False	89751	fragment	False	CHI0015_000000007872	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1333.0	99.85	100.0	0.002909370488236926	CP030859.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain JNM8C2 plasmid pKJNM8C2.2	False	True
ISR0275_000000002412	5524	0.9951120904757962	4	4	2	3	3	True	119793	maximal	True	ISR0275_000000002412	0.981705233470298	PS806|PS807|PS824|PS825	1	1	True	True	1.0	131	IncW	MOBQ			mobilizable	no_good_hit	4130.0	96.538	79.0	0.5338258164852255	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ISR0309_000000002924	5498	0.9951120904757962	7	4	2	3	3	True	119793	maximal	False	ISR0275_000000002412	0.9748424078001016	PS806|PS807|PS824|PS825	0	0	True	True	1.0	48	IncW	MOBQ			mobilizable	no_good_hit	2706.0	96.859	80.0	0.3495334370139969	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ISR0244_000000003937	5070	0.9951120904757962	5	4	2	3	3	True	119793	maximal	False	ISR0275_000000002412	0.9376572649529242	PS806|PS807|PS824|PS825	0	0	False	True	1.0	0	IncW	MOBQ			mobilizable	no_good_hit	2121.0	97.07700000000001	77.0	0.2747537584240539	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
MAD0045_000000017897	2237	0.9951117159851376	5	2	1	2	2	False	17858	fragment	False	MAD0054_000000006719	0.9570871261378413		0	0	False	False	0.9991059303283691	0					non-mobilizable	no_good_hit	1451.0	92.281	68.0	0.0256973735511998	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0322_000000002627	3591	0.9951116014112759	5	4	3	2	3	False	100541	fragment	False	ISR0322_000000002627	0.9814342403628118		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.28399999999999	49.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0045_000000000210	43057	0.9951115035207772	48	35	19	27	24	True	103564	maximal	True	ENG0045_000000000210	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2895.0	87.876	27.0	0.006151600458763424	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
SPA0079_000000020775	1278	0.9951110128785551	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.15578241055771855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	87.368	7.0	0.00019655526444001614	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0067_000000018387	1440	0.9951098935262632	2	2	1	2	1	False	62656	maximal	True	ENG0067_000000018387	1.0		0	0	False	False	0.9465277791023254	0					non-mobilizable	no_good_hit	358.0	99.721	25.0	0.0003974624748663435	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
CHI0115_000000000846	8235	0.9951084654061574	8	7	2	5	6	False	127103	maximal	True	CHI0115_000000000846	0.999514209375759		2	2	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	8235.0	99.988	100.0	0.09871954728563208	LC520275.1	enterobacteria	Escherichia coli C0122 plasmid pC0122 DNA, complete sequence	False	True
CHI0187_000000002210	8234	0.9951084654061574	8	7	2	5	6	False	127103	maximal	False	CHI0115_000000000846	0.9994535519125682		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	8234.0	99.915	100.0	0.0987075580280069	LC520275.1	enterobacteria	Escherichia coli C0122 plasmid pC0122 DNA, complete sequence	False	True
ISR0062_000000012016	2944	0.9951079837125486	3	2	2	2	2	False	35354	fragment	False	ISR0062_000000012016	1.0		0	0	False	False	0.98607337474823	0					non-mobilizable	no_good_hit	1881.0	97.661	64.0	0.005682144465500618	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0154_000000009795	3058	0.9951025441976548	3	3	3	3	3	False	56847	maximal	True	ENG0154_000000009795	1.0		1	1	False	False	0.9996730089187622	0					non-mobilizable	other	1892.0	95.98299999999999	99.0	0.000624161623203101	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
ISR0159_000000010742	2420	0.9951007456339356	5	5	4	5	4	True	126024	fragment	False	ISR0045_000000010511	0.9372937293729373		0	0	False	False	0.9987603425979614	0					non-mobilizable	other	2232.0	93.145	99.0	0.05005726605133733	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
CHI0141_000000018025	1536	0.9950989174027391	2	2	2	2	2	False	80085	maximal	True	CHI0141_000000018025	1.0		1	1	False	False	0.9934895634651184	0					non-mobilizable	other	1470.0	78.571	95.0	0.003432203987088711	NZ_KB903367.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_2.3, whole genome shotgun sequence	False	False
USA0130_01_000000008653	4539	0.9950983983063848	8	5	3	3	5	True	124109	fragment	False	ENG0172_000000004204	0.9718789367082614		0	0	False	False	1.0	0					non-mobilizable	other	4539.0	98.193	100.0	0.0012750420564345923	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0089_000000002813	7722	0.995098333110606	9	7	7	7	4	False	83713	maximal	True	FIJ0089_000000002813	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	98.69	23.0	0.004093893783084587	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CHI0106_000000000445	25659	0.9950968104029349	30	11	7	8	7	True	115181	maximal	True	CHI0106_000000000445	1.0	PS748	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1477.0	96.682	6.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
CAN0002_000000004847	3567	0.9950945929677346	4	3	3	3	3	False	96962	maximal	True	CAN0002_000000004847	1.0		1	1	False	False	0.9971964955329895	0					non-mobilizable	no_good_hit	2334.0	99.914	66.0	0.0006909572853345575	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0154_000000003642	7164	0.995094266387414	9	6	5	5	5	False	30641	maximal	True	ISR0154_000000003642	1.0		2	1	False	False	0.999302089214325	0					non-mobilizable	no_good_hit	1355.0	97.196	29.0	0.0010284158749737959	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	True	False
ISR0058_000000000929	17827	0.9950933280466916	17	7	4	6	4	True	35545	maximal	True	ISR0058_000000000929	1.0		1	1	False	False	0.9999439120292664	0					non-mobilizable	no_good_hit	1723.0	95.995	33.0	0.0004647931994725314	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0794_000000000479	21802	0.9950908011329029	28	9	3	9	4	False	51818	fragment	False	SPA0097_000000000473	0.9504241006142147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	95.645	3.0	0.0002557034589582561	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0020_000000002784	7771	0.9950901768269867	9	5	2	3	5	True	49830	maximal	True	FIJ0020_000000002784	1.0		1	1	False	False	0.9987131357192993	0	ColE10	MOBQ,MOBQ			mobilizable	plasmid	5156.0	99.98100000000001	99.0	0.6446167312742278	CP055920.1	enterobacteria	Escherichia coli strain RHBSTW-00511 plasmid pRHBSTW-00511_3, complete sequence	False	True
ISR0032_000000009180	3507	0.9950900491567074	7	3	3	3	2	False	103995	fragment	False	ISR0032_000000009180	1.0		0	0	False	False	0.9994297027587891	0					non-mobilizable	no_good_hit	572.0	93.706	30.0	0.0001263829380812449	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0069_000000017196	2792	0.9950876934936974	4	1	1	1	1	True	10501	maximal	True	MON0069_000000017196	1.0		1	1	False	False	0.9892550110816956	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	9.142489353571148e-06	NZ_CP038266.1	high GC Gram+	Microbacterium wangchenii strain dk512 chromosome, complete genome	True	True
USA0009_01_000000015937	1585	0.9950876934936974	3	1	1	1	1	True	7425	fragment	False	USA0009_01_000000015937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0028_000000023613	1398	0.9950876934936974	3	1	1	1	1	True	7424	fragment	False	SPA0028_000000023613	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0005_000000000460	18238	0.9950858202917222	22	9	5	8	6	True	101350	backbone	False	TAN0011_000000000086	0.3716748526860927	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	195.0	92.821	2.0	5.175087342936766e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0064_000000012144	1787	0.9950853956044952	3	2	1	1	2	False	16849	fragment	False	MAD0064_000000012144	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1784.0	83.8	99.0	0.0007309887333015405	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0007_000000008756	2982	0.9950850854338452	3	3	0	3	3	True	67534	maximal	True	ENG0007_000000008756	0.9879620210240759		2	2	True	True	0.9993293285369873	7					non-mobilizable	no_good_hit	596.0	78.859	23.0	0.004863236891478226	MK140641.1	firmicutes	Enterococcus faecalis strain E035 plasmid pE035, complete sequence	True	True
ISR0276_000000003531	2910	0.9950850854338452	4	3	0	3	3	True	67534	maximal	False	ENG0007_000000008756	0.9828973843058351		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	596.0	79.195	24.0	0.004863236891478226	MK140641.1	firmicutes	Enterococcus faecalis strain E035 plasmid pE035, complete sequence	True	True
MAD0068_000000001461	11711	0.9950841519049894	12	5	3	5	3	False	16491	maximal	True	MAD0068_000000001461	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	79.904	4.0	0.0013098796488891274	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ENG0163_000000005099	4310	0.9950830405802964	7	6	5	6	4	False	69722	fragment	False	ENG0163_000000005099	1.0		0	0	False	False	0.9958236813545227	0					non-mobilizable	no_good_hit	1079.0	72.104	25.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0123_000000005958	5526	0.9950819915050804	12	10	6	7	8	True	114225	fragment	False	FIJ0123_000000005958	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5537.0	99.079	100.0	0.046256501162265665	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
MON0103_000000002113	13337	0.9950819314258004	13	8	4	5	5	False	76987	fragment	False	USA0081_01_000000001790	0.5778955432826131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.65100000000001	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
CHI0182_000000006358	4029	0.9950806581298448	6	3	2	2	3	False	77380	maximal	True	CHI0182_000000006358	1.0		1	1	False	False	0.9997518062591553	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0032850711765421586	XM_022343783.1	bugs	PREDICTED: Nilaparvata lugens dystrophin-like (LOC111056420), mRNA	True	False
SPA0082_000000001873	8264	0.9950803872230692	7	3	3	3	3	False	5605	maximal	True	SPA0082_000000001873	1.0		1	1	False	False	0.999879002571106	0					non-mobilizable	no_good_hit	307.0	73.29	4.0	0.0005791212364334598	NZ_QQBB01000004.1	a-proteobacteria	Microvirga subterranea strain DSM 14364 Ga0244528_104, whole genome shotgun sequence	True	False
ISR0223_000000003898	6224	0.995076342935332	12	4	3	4	4	False	114443	fragment	False	ISR0223_000000003898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	93.12100000000001	43.0	0.20020597322348094	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
FIJ0001_000000002331	8054	0.9950747598252128	15	2	2	2	2	False	52664	maximal	True	FIJ0001_000000002331	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	89.779	34.0	0.016534930705703044	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0023_000000008359	3687	0.9950747598252128	8	2	2	2	2	False	49387	maximal	True	FIJ0023_000000008359	1.0		0	0	False	False	0.994575560092926	0					non-mobilizable	no_good_hit	1074.0	89.199	59.0	0.018821110835430477	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0060_000000002498	5128	0.99507448684292	6	3	0	2	1	True	45887	maximal	True	FIJ0060_000000002498	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	268.0	88.06	5.0	0.0001793143988114017	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ENG0106_000000006745	3105	0.9950743329347576	5	3	1	3	3	True	125361	fragment	False	FIJ0114_000000005988	0.15481681890752358		0	0	False	False	1.0	0					non-mobilizable	other	3105.0	98.68	100.0	0.0008859226210523072	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0188_000000011248	2307	0.9950743329347576	4	3	1	3	3	True	125361	fragment	False	FIJ0114_000000005988	0.07312181747450626		0	0	False	False	0.996965765953064	0					non-mobilizable	other	2304.0	98.43799999999999	99.0	0.0006573066354006003	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0051_000000017747	2168	0.9950743329347576	4	3	1	3	3	True	125361	fragment	False	FIJ0114_000000005988	0.06247630798793653		0	0	False	False	1.0	0					non-mobilizable	other	2168.0	98.478	100.0	0.0006184904380864528	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0227_000000010626	2499	0.9950709172206312	5	2	1	1	2	True	67115	maximal	True	ISR0227_000000010626	1.0		1	1	True	True	1.0	60					non-mobilizable	no_good_hit	1298.0	90.83200000000001	81.0	0.4823222925195385	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
MON0025_000000019612	2021	0.9950695997821366	2	2	2	2	1	False	12818	fragment	False	MON0025_000000019612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	94.086	28.0	0.00898024989923418	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ENG0196_000000000447	12539	0.9950680222078108	20	7	3	5	5	True	54431	maximal	True	ENG0196_000000000447	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	75.566	2.0	0.01808394314071831	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
USA0009_01_000000006052	3990	0.9950679882339429	4	3	3	3	2	False	103901	fragment	False	USA0009_01_000000006052	1.0		0	0	False	False	0.9989975094795227	0					non-mobilizable	no_good_hit	562.0	74.199	14.0	0.0001609650216895273	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
MON0107_000000006153	7450	0.9950654302345228	10	7	3	5	6	True	124124	fragment	False	SPA0131_000000002312	0.4730835940770412		0	0	False	False	0.9997315406799316	0					non-mobilizable	other	7451.0	98.524	99.0	0.0020925640626431505	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0060_000000026931	1186	0.9950632830360152	2	1	1	1	1	False	63296	fragment	False	ENG0060_000000026931	1.0		0	0	False	False	0.9907251000404358	0					non-mobilizable	other	1161.0	94.91799999999999	98.0	0.027825794679727265	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	False	False
SPA0047_000000003362	11388	0.9950631841974368	14	9	8	8	6	False	76125	maximal	True	SPA0047_000000003362	1.0		1	1	False	False	0.9989462494850159	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.6874005878508647e-07	LR761635.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG2	True	False
ISR0211_000000004907	4122	0.995061910196576	5	5	4	5	3	True	119522	fragment	False	ISR0847_000000005394	0.9579090808558166		0	0	False	False	1.0	0					non-mobilizable	other	3296.0	99.484	100.0	0.018324738396835728	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
MON0102_000000012033	3773	0.9950608550299552	5	3	3	3	2	False	8969	fragment	False	MON0102_000000012033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	90.05	5.0	7.302320853703689e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
CAN0020_000000006785	5317	0.9950595520105676	7	5	3	5	3	False	120317	fragment	False	CAN0020_000000006785	1.0		0	0	False	False	0.9973669648170471	0					non-mobilizable	no_good_hit	4317.0	97.545	81.0	0.009022723043177337	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0005_000000008189	3838	0.9950579382405028	7	5	3	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.716620059084022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3312.0	98.279	86.0	0.0009447177434546187	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0814_000000005701	6690	0.9950517210965648	6	4	4	3	4	False	26912	fragment	False	ISR0814_000000005701	1.0		0	0	False	False	0.9991031289100647	0					non-mobilizable	no_good_hit	187.0	75.936	3.0	5.182936413866819e-05	LT632614.1	g-proteobacteria	Legionella pneumophila strain ST62 genome assembly, chromosome: 1	True	False
ISR0359_000000002311	8296	0.9950508796987432	12	5	3	4	3	False	109994	maximal	True	ISR0359_000000002311	1.0	PS238	1	1	False	True	0.9986740350723267	0					non-mobilizable	no_good_hit	833.0	88.115	22.0	0.00019562539198732536	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ENG0153_000000016810	1781	0.9950504140938768	4	3	1	3	3	False	113007	fragment	False	CHI0118_000000004747	0.6923033984978575		0	0	False	False	0.9994385242462158	0					non-mobilizable	other	1784.0	98.094	100.0	0.03697785893631591	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CHI0107_000000008258	1764	0.9950504140938768	4	3	1	3	3	False	113007	fragment	False	CHI0118_000000004747	0.608587740183389		0	0	False	False	0.9994331002235413	0					non-mobilizable	other	1764.0	99.943	100.0	0.036583594447095934	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CHI0039_000000002985	4429	0.9950500455940392	6	6	6	6	6	False	113192	fragment	False	CHI0039_000000002985	0.9770180968874486		0	0	False	False	0.9981937408447266	0					non-mobilizable	chromosome	4429.0	99.79700000000001	100.0	0.0009451676808150812	CP047658.1	enterobacteria	Escherichia coli strain LD39-1 chromosome, complete genome	False	False
ENG0028_000000014352	1294	0.9950497266524196	3	3	0	2	3	False	103174	fragment	False	ENG0028_000000014352	1.0		0	0	False	False	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	1294.0	99.76799999999999	100.0	0.24774861084498948	DQ995353.1	enterobacteria	Escherichia coli plasmid pMG828-3, complete sequence	False	True
SPA0124_000000012517	2338	0.9950493091561716	5	4	3	4	3	False	125074	fragment	False	ENG0110_000000010538	0.4229046737420512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	89.39399999999999	3.0	1.7170660782501355e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
MAD0012_000000016129	1814	0.9950490192484016	2	2	2	2	1	False	19660	fragment	False	MAD0012_000000016129	1.0		0	0	False	False	0.9856670498847961	0					non-mobilizable	no_good_hit	955.0	96.545	53.0	0.01608741842464714	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0783_000000000130	49773	0.9950482808388518	42	15	11	15	8	True	92416	fragment	False	ISR0783_000000000130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	85.9	4.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0171_000000004726	4937	0.9950480462837832	5	4	3	4	3	True	119527	fragment	False	ISR0171_000000004726	0.9847376123771692		0	0	False	False	0.998582124710083	0					non-mobilizable	other	2921.0	99.555	99.0	0.016238588761494685	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0847_000000005394	4410	0.9950480462837832	6	4	3	4	3	True	119522	fragment	False	ISR0847_000000005394	0.9605885596219098		0	0	False	False	0.9947845935821533	0					non-mobilizable	other	3146.0	99.33200000000001	99.0	0.01749027854269931	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
SPA0102_000000010059	3669	0.9950480462837832	5	4	3	4	3	True	119522	fragment	False	ISR0847_000000005394	0.5575695596618394		0	0	False	False	0.9997274279594421	0					non-mobilizable	other	2820.0	99.50399999999999	100.0	0.01567671912637616	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
AST0026_000000008365	3644	0.9950480462837832	4	4	3	4	3	True	119522	fragment	False	ISR0847_000000005394	0.5520383568087858		0	0	False	False	1.0	0					non-mobilizable	other	2921.0	99.521	100.0	0.016238588761494685	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0073_000000007250	3597	0.9950480462837832	4	4	3	4	3	True	119522	fragment	False	ISR0847_000000005394	0.5533981307717576		0	0	False	False	0.9986099600791931	0					non-mobilizable	other	2848.0	99.473	100.0	0.01583248496581496	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ENG0048_000000007496	3583	0.9950480462837832	4	4	3	4	3	True	119522	fragment	False	ISR0847_000000005394	0.5527185302633973		0	0	False	False	0.98297518491745	0					non-mobilizable	other	2834.0	99.435	100.0	0.01575460204609556	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
FIJ0002_000000010317	3387	0.9950480462837832	5	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.9947779371027534		0	0	False	False	1.0	0					non-mobilizable	other	3187.0	99.62299999999999	99.0	0.017723927301857508	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0059_000000004943	3227	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.9905585442738444		0	0	False	False	1.0	0					non-mobilizable	other	3027.0	99.471	99.0	0.01682827372508442	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0151_000000005572	3162	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.9817962874773692		0	0	False	False	0.9965211749076843	0					non-mobilizable	other	2984.0	98.727	99.0	0.01658906190023198	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0294_000000006093	3152	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.985051828983969		0	0	False	False	1.0	0					non-mobilizable	other	2952.0	99.458	99.0	0.016411043798016212	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0328_000000008723	3152	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.985051828983969		0	0	False	False	1.0	0					non-mobilizable	other	2952.0	99.458	99.0	0.016411043798016212	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0041_000000004088	3150	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.9847884350134396		0	0	False	False	1.0	0					non-mobilizable	other	2950.0	99.458	99.0	0.016399917666627725	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0126_000000016114	3049	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.8400008631755613		0	0	False	False	1.0	0					non-mobilizable	other	2849.0	99.40299999999999	99.0	0.01583248496581496	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0280_000000003423	3048	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.8423037645782271		0	0	False	False	0.9993438124656677	0					non-mobilizable	other	2848.0	99.473	99.0	0.01583248496581496	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0331_000000007326	3048	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.8421207465558326		0	0	False	False	1.0	0					non-mobilizable	other	2848.0	99.473	99.0	0.01583248496581496	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0253_000000003848	3037	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.8400327774021109		0	0	False	False	1.0	0					non-mobilizable	other	2837.0	99.471	99.0	0.01577129124317829	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0323_000000006345	3034	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.839342858911413		0	0	False	False	0.9818721413612366	0					non-mobilizable	other	2834.0	99.471	99.0	0.01575460204609556	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0233_000000004042	3023	0.9950480462837832	4	4	3	4	3	True	80332	fragment	False	ISR0186_000000007491	0.8363711699852956		0	0	False	False	1.0	0					non-mobilizable	other	2823.0	99.469	99.0	0.01569340832345889	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ENG0029_000000008972	2696	0.9950480462837832	4	4	3	4	3	True	69897	fragment	False	ENG0029_000000008972	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2696.0	99.62899999999999	100.0	0.014986898980290058	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
MAD0075_000000001859	1928	0.995044000245597	3	2	1	2	1	False	16262	fragment	False	MAD0075_000000001859	1.0		0	0	False	False	0.9922199249267578	0					non-mobilizable	no_good_hit	1470.0	72.721	74.0	0.011616579806146802	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
DEN0079_000000003035	9696	0.9950417923346788	9	6	5	6	4	False	92977	fragment	False	DEN0079_000000003035	1.0		0	0	False	False	0.9998968839645386	0					non-mobilizable	no_good_hit	670.0	98.06	9.0	0.2368141592920354	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
FIJ0031_000000005488	4168	0.9950413128348244	3	3	3	3	3	False	75475	fragment	False	FIJ0031_000000005488	0.9926648524084913		0	0	False	False	1.0	0					non-mobilizable	plasmid	4168.0	99.904	100.0	0.02061065304164173	CP052373.1	enterobacteria	Klebsiella pneumoniae strain D16KP0042 plasmid pD16KP0042-1, complete sequence	False	True
MAD0069_000000000441	10956	0.9950404845373132	14	7	6	5	6	False	20241	fragment	False	MAD0069_000000000441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	80.278	4.0	0.00013242338516349482	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0212_000000014058	2492	0.9950381218288455	4	3	2	2	2	False	58790	fragment	False	ISR0212_000000014058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000004822	6856	0.9950345132909516	7	4	1	3	2	True	105194	maximal	True	AST0148_000000004822	1.0		0	0	False	False	0.9998541474342346	0					non-mobilizable	no_good_hit	60.0	98.333	1.0	0.013146167557932263	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
SPA0114_000000001822	15423	0.9950340608831352	22	12	9	9	9	False	123888	fragment	False	SPA0082_000000000937	0.9387027070871041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	78.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
MAD0098_000000037760	1216	0.99503364255925	2	1	1	1	1	False	15261	maximal	True	MAD0098_000000037760	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1216.0	96.21700000000001	100.0	0.0002208684109635807	CP009274.2	enterobacteria	Klebsiella variicola strain DX120E, complete genome	False	False
DEN0006_000000006030	1274	0.9950330638996044	3	2	2	1	1	False	76361	maximal	True	DEN0006_000000006030	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0116_000000010817	1610	0.9950329966070608	3	2	1	2	1	False	41668	fragment	False	FIJ0116_000000010817	1.0		0	0	False	False	0.9639751315116882	0					non-mobilizable	no_good_hit	684.0	97.807	64.0	0.013870555025283808	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
SPA0026_000000003720	6386	0.995032803799253	7	5	1	2	4	False	130184	fragment	False	SPA0026_000000003720	0.9507429344430438		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4205.0	98.787	73.0	0.8369175627240143	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0331_000000002763	6786	0.995031647307694	9	5	2	5	1	True	128734	backbone	False	ENG0051_000000003989	0.7896912688276676	PS1048|PS850	0	0	False	True	0.9998526573181152	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0115_000000001995	7838	0.9950311353504611	6	3	2	3	1	True	59548	maximal	True	ENG0115_000000001995	1.0		1	1	False	False	0.9998724460601807	0					non-mobilizable	no_good_hit	979.0	93.463	17.0	0.0002731635558394168	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0107_000000012729	2059	0.995030998410924	5	2	1	2	2	False	42277	fragment	False	FIJ0107_000000012729	1.0		0	0	False	False	0.9951432943344116	0					non-mobilizable	no_good_hit	888.0	90.991	68.0	0.015719703682699464	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0034_000000003497	8807	0.9950287230022932	15	11	5	7	7	True	125628	backbone	False	ISR0209_000000003071	0.9950964988481781	PS932|PS933	0	0	True	True	0.9998864531517029	30					non-mobilizable	no_good_hit	2174.0	93.19200000000001	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
FIJ0039_000000015734	1451	0.9950262717882736	3	1	1	1	1	False	47553	fragment	False	FIJ0039_000000015734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	97.807	47.0	0.013870555025283808	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
MAD0045_000000010457	3507	0.9950255413268732	5	3	2	3	2	False	17886	maximal	True	MAD0045_000000010457	1.0		1	1	False	False	0.9988594055175781	0					non-mobilizable	no_good_hit	911.0	72.33800000000001	26.0	0.005108092921885908	NZ_KB822474.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.12, whole genome shotgun sequence	True	False
USA0061_01_000000004809	2283	0.9950231197864464	3	3	2	3	3	True	97908	fragment	False	MAD0105_000000014091	0.9483652312599682		0	0	False	False	0.9829171895980835	0					non-mobilizable	plasmid	2283.0	100.0	100.0	0.01760367810417181	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
CHI0025_000000007986	1268	0.9950230220628986	2	2	2	2	1	False	88944	fragment	False	CHI0057_000000015949	0.9832944832944832		0	0	False	False	0.9984227418899536	0					non-mobilizable	chromosome	1260.0	99.12700000000001	99.0	0.0002374287242364375	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
ENG0053_000000004132	6355	0.99502148975651	7	7	7	7	7	False	73134	maximal	True	ENG0053_000000004132	1.0		76	9	False	False	0.9990558624267578	0					non-mobilizable	chromosome	6355.0	100.0	100.0	0.0011661221154123207	CP054780.1	enterobacteria	Klebsiella pneumoniae strain KP20194a chromosome, complete genome	False	False
AST0149_000000016737	1591	0.9950213896915154	3	1	1	1	1	True	104394	fragment	False	AST0149_000000016737	1.0		0	0	False	False	0.9899434447288513	0					non-mobilizable	no_good_hit	1241.0	88.961	77.0	0.46110904354298476	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
FIJ0045_000000008866	2581	0.9950213687027064	3	3	3	3	3	False	89720	fragment	False	FIJ0045_000000008866	1.0		0	0	False	False	0.9891514778137207	0					non-mobilizable	other	2450.0	95.87799999999999	95.0	0.014581780229610854	NZ_BAKJ01000005.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
TAN0002_000000006379	4800	0.9950211015818278	8	4	1	3	3	False	3067	maximal	True	TAN0002_000000006379	1.0		1	1	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.096091780319408e-07	LR812073.1	bony fishes	Danio rerio genome assembly, chromosome: 11	True	False
ENG0112_000000004625	5670	0.9950203331828344	6	6	1	4	6	False	108854	backbone	False	ENG0066_000000002902	0.992399228384015	PS677	0	0	True	True	1.0	144	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5366.0	99.98100000000001	100.0	0.9527614988456757	CP043665.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky strain 161365 plasmid unnamed1, complete sequence	False	True
SPA0026_000000005015	5133	0.9950202518485723	6	5	5	4	2	True	91118	fragment	False	SPA0026_000000005015	0.9915375203915171		0	0	False	False	0.9998051524162292	0					non-mobilizable	other	5000.0	99.96	100.0	0.000941366553899779	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0295_000000006296	4904	0.9950202518485723	5	5	5	4	2	True	91118	fragment	False	SPA0026_000000005015	0.9696084161309176		0	0	False	False	1.0	0					non-mobilizable	other	4825.0	99.93799999999999	98.0	0.0009084121336292326	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
USA0120_01_000000004943	2573	0.9950194518078568	4	2	2	1	2	False	1256	fragment	False	USA0120_01_000000004943	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	92.369	27.0	0.006301189238532343	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
ENG0051_000000009444	2917	0.9950192998308008	3	2	2	2	1	True	64076	fragment	False	ENG0051_000000009444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	71.107	18.0	0.005471322902747235	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	True
MON0090_000000010350	5199	0.9950189964388364	6	3	3	3	3	False	50810	maximal	True	MON0090_000000010350	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3173.0	99.244	65.0	0.007731826793425387	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0071_000000011588	1769	0.9950168721777412	1	1	1	1	1	True	62284	fragment	False	ENG0071_000000011588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0109_000000018007	1814	0.9950133495621676	3	2	1	2	2	False	4653	fragment	False	SPA0109_000000018007	1.0		0	0	False	False	0.9757441878318787	0					non-mobilizable	no_good_hit								True	False
USA0006_01_000000004783	5054	0.995011812456966	9	6	4	3	3	True	119399	backbone	False	USA0032_01_000000004790	0.9931949684178975	PS595|PS607|PS819	0	0	True	True	1.0	2457		MOBP			mobilizable	other	4251.0	99.741	100.0	0.8378698224852071	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0014_01_000000001456	5053	0.995011812456966	9	6	4	3	3	True	119399	backbone	False	USA0032_01_000000004790	0.9940181247912904	PS595|PS607|PS819	0	0	True	True	1.0	95		MOBP			mobilizable	other	4250.0	99.929	100.0	0.8380670611439842	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0164_000000006188	3912	0.9950108679141748	8	5	4	5	4	True	126030	fragment	False	ISR0164_000000006188	1.0		0	0	False	False	0.9951431751251221	0					non-mobilizable	other	3914.0	97.803	100.0	0.08783040265894136	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
MON0045_000000010725	1991	0.9950087041155492	3	2	1	1	2	True	11568	maximal	True	MON0045_000000010725	1.0		1	1	False	False	0.9884480237960815	0	rep_cluster_1259				non-mobilizable	plasmid	1997.0	96.795	100.0	0.045301402294664	CP026418.1	g-proteobacteria	Acinetobacter sp. ACNIH2 plasmid pKPC-8dee, complete sequence	False	True
ENG0011_000000001278	13714	0.9950087034150091	12	7	4	6	5	False	76987	fragment	False	USA0081_01_000000001790	0.7085048993869004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	98.836	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ISR0188_000000002772	7520	0.9950076148041284	11	8	5	5	7	True	123628	fragment	False	USA0108_01_000000001009	0.3587991027645934		0	0	False	True	0.9998670220375061	0	rep_cluster_1702				non-mobilizable	no_good_hit	2791.0	98.137	89.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MAD0044_000000003035	7338	0.9950054610247736	6	6	5	5	6	False	98039	maximal	True	MAD0044_000000003035	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	7092.0	99.97200000000001	99.0	0.06489251690719573	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
SPA0120_000000000640	39898	0.9950043203691192	36	20	15	19	15	False	99797	maximal	True	SPA0120_000000000640	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	76.143	2.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
DEN0041_000000017068	2002	0.9950040256372892	4	2	2	2	2	False	112411	maximal	True	DEN0041_000000017068	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	90.204	86.0	0.03849176940869995	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
AST0094_000000010465	2137	0.9949985607950316	6	4	3	4	3	False	125074	fragment	False	ENG0110_000000010538	0.3080023963767455		0	0	False	False	0.9897052049636841	0					non-mobilizable	no_good_hit	269.0	73.97800000000001	12.0	5.950425489360277e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0152_000000005925	3756	0.9949979899719104	7	5	3	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.6949852532861494		0	0	False	False	0.9973375797271729	0					non-mobilizable	other	3286.0	98.17399999999999	90.0	0.0009375824130659887	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0160_000000021029	1528	0.9949965158524886	3	2	2	2	1	False	78695	maximal	True	CHI0160_000000021029	1.0		0	0	False	False	0.9515706896781921	0					non-mobilizable	no_good_hit								True	False
ENG0029_000000002639	9235	0.9949963284143876	18	11	2	6	9	True	65831	fragment	False	ENG0029_000000002639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	82.186	10.0	0.012554828881359493	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	True
ENG0036_000000009514	2496	0.9949960711465858	5	2	1	1	2	False	65311	maximal	True	ENG0036_000000009514	1.0		5	3	False	False	0.9839743375778198	0					non-mobilizable	no_good_hit	295.0	79.322	12.0	6.643936693487309e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0210_000000021644	1248	0.9949960711465858	3	2	1	1	2	False	64113	fragment	False	ENG0210_000000021644	0.9745409015025042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	79.322	23.0	6.643936693487309e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0022_000000000846	11322	0.9949953707464314	9	8	8	5	4	True	110979	fragment	False	CHI0022_000000000846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	76.501	17.0	0.0003156452274199669	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ISR0320_000000018583	1427	0.9949936714934584	4	3	3	3	3	True	38782	fragment	False	ISR0320_000000018583	1.0		0	0	False	False	0.9992992281913757	0					non-mobilizable	other	1429.0	92.09200000000001	100.0	0.03200161692380247	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
MAD0043_000000001496	11276	0.9949933281610304	13	5	3	4	4	False	18081	maximal	True	MAD0043_000000001496	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	89.015	11.0	0.0190301554771407	CP043526.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_02, complete sequence	True	False
FIJ0001_000000005139	3789	0.9949924762833784	7	3	2	2	2	False	52642	fragment	False	FIJ0001_000000005139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	90.07600000000001	61.0	0.011519512281572325	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0043_000000001645	14099	0.994992254214381	12	9	5	8	8	False	70239	maximal	True	FIJ0043_000000001645	0.9399624407943211		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	83.333	1.0	0.0027196255771298463	NZ_FOGW01000025.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
CAN0005_000000008400	2035	0.9949912920496148	4	3	3	2	2	True	120791	fragment	False	ENG0057_000000011928	0.7928859452325515		0	0	False	False	0.9975429773330688	0					non-mobilizable	no_good_hit	1115.0	87.803	55.0	0.00036173288577690996	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
TAN0006_000000003325	3230	0.9949878792811908	3	2	1	2	1	True	105943	backbone	True	TAN0006_000000003325	0.9409009791429784	PS641	1	1	True	True	1.0	8					non-mobilizable	no_good_hit	751.0	72.304	23.0	0.24180602006688964	LN852937.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0265	True	True
AST0005_000000001479	15585	0.9949878560989917	17	7	5	7	6	True	128780	fragment	False	AST0005_000000001479	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	12671.0	99.10799999999999	99.0	0.07655114893205527	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0775_000000007763	2495	0.9949867123424396	5	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.24584656583874978		0	0	False	False	1.0	0					non-mobilizable	other	2495.0	98.43700000000001	100.0	0.0007118205595697339	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0209_000000010966	2678	0.9949851437585436	3	3	3	2	2	True	59079	fragment	False	ISR0209_000000010966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	75.789	42.0	0.0018000982756355888	CP019303.1	CFB group bacteria	Prevotella intermedia strain strain 17 chromosome II, complete sequence	True	True
ISR0194_000000009439	2590	0.9949851437585436	3	3	3	2	2	True	59080	maximal	True	ISR0194_000000009439	1.0		12	7	False	False	0.9984555840492249	0					non-mobilizable	no_good_hit	446.0	76.009	17.0	0.0001427760211737815	CP022385.1	CFB group bacteria	Capnocytophaga sputigena strain KC1668 chromosome, complete genome	True	True
ENG0122_000000011747	2404	0.9949851437585436	3	3	3	2	2	True	59075	fragment	False	ENG0122_000000011747	1.0		0	0	False	False	0.9962562322616577	0					non-mobilizable	no_good_hit	446.0	76.009	18.0	0.0001427760211737815	CP022385.1	CFB group bacteria	Capnocytophaga sputigena strain KC1668 chromosome, complete genome	True	True
SPA0015_000000000532	18087	0.99498405407807	21	20	15	17	16	True	95862	fragment	False	SPA0015_000000000532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4294.0	97.788	40.0	0.000835009804022635	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
DEN0061_000000002909	9630	0.9949827828991528	13	9	5	7	7	True	124133	fragment	False	ENG0207_000000001506	0.9492956339294635		0	0	False	False	1.0	0					non-mobilizable	other	9630.0	99.211	100.0	0.00270577582529254	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0151_000000000237	32857	0.9949770974487688	38	19	14	17	9	True	53280	backbone	False	FIJ0155_000000000309	0.5480134820923841	PS221	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	0.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
MAD0095_000000007231	3976	0.9949749808585536	5	4	2	4	3	False	119232	maximal	True	MAD0095_000000007231	1.0		1	1	False	False	0.9836519360542297	0					non-mobilizable	no_good_hit								True	False
MAD0030_000000000832	9354	0.9949686674245762	6	4	3	2	3	False	122091	maximal	True	MAD0030_000000000832	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1792.0	74.609	19.0	0.0005224383417617485	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0102_000000005441	3152	0.9949667248152138	7	6	1	3	6	True	15012	fragment	False	MAD0102_000000005441	1.0		0	0	False	False	0.9911167621612549	0					non-mobilizable	plasmid	3153.0	99.74600000000001	100.0	0.08766757523502253	CP014974.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium str. USDA-ARS-USMARC-1898 plasmid pSTY3-1898, complete sequence	False	True
MON0091_000000002860	4424	0.9949665791600171	6	6	6	6	6	False	9495	fragment	False	MON0091_000000002860	1.0		0	0	False	False	0.9993218779563904	0					non-mobilizable	chromosome	4408.0	99.819	99.0	0.0009086043408484761	CP035385.1	enterobacteria	Enterobacter hormaechei strain S11_16 chromosome, complete genome	False	False
ISR0089_000000000545	26009	0.9949655492479964	21	16	12	15	7	True	128670	maximal	True	ISR0089_000000000545	1.0	PS1038|PS1040|PS1042	1	1	False	True	0.998654305934906	0					non-mobilizable	no_good_hit	3383.0	77.83	22.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0008_000000007488	4006	0.9949646265577736	8	2	2	2	2	False	13874	maximal	True	MON0008_000000007488	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	85.991	36.0	0.008152270230035799	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0074_000000004093	7393	0.9949645577598856	8	5	4	5	3	False	44673	fragment	False	FIJ0074_000000004093	1.0		0	0	False	False	0.9998647570610046	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.012572968118545127	XM_020744956.1	stony corals	PREDICTED: Orbicella faveolata peptide-N(4)-(N-acetyl-beta-glucosaminyl)asparagine amidase-like (LOC110039813), mRNA	True	False
DEN0031_000000014185	2407	0.9949644212082518	5	4	3	2	2	False	113016	maximal	True	DEN0031_000000014185	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	92.10700000000001	72.0	0.0005044469149527516	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
FIJ0089_000000012990	1888	0.9949610296682716	3	2	2	2	2	False	106518	fragment	False	FIJ0089_000000012990	1.0		0	0	False	False	0.9830508232116699	0					non-mobilizable	no_good_hit	1226.0	92.57700000000001	65.0	0.030524269909299313	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0185_000000000609	23909	0.9949600464381184	22	11	7	11	5	False	112542	fragment	False	ISR0185_000000000609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7673.0	97.51100000000001	81.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
AST0093_000000006386	2908	0.9949553222809628	4	4	3	3	4	False	109555	maximal	True	AST0093_000000006386	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2908.0	99.96600000000001	100.0	0.03153236216116541	CP028978.1	firmicutes	Lactiplantibacillus plantarum strain LQ80 plasmid pLQ801, complete sequence	False	True
USA0119_01_000000008585	2791	0.9949517687649498	4	4	3	3	4	False	83962	fragment	False	USA0119_01_000000008585	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1438.0	99.583	100.0	0.00032694492958730944	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0043_000000004655	6568	0.9949500914087088	13	6	3	3	6	False	64633	backbone	True	ENG0043_000000004655	1.0	PS287	9	4	True	True	0.9996954798698425	8					non-mobilizable	no_good_hit	2471.0	77.661	50.0	0.00046036231677429714	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	True
ENG0080_000000015818	1722	0.9949495848663376	3	2	2	1	1	False	88316	fragment	False	ENG0080_000000015818	1.0		0	0	False	False	0.9860627055168152	0					non-mobilizable	no_good_hit	395.0	74.937	22.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
USA0052_01_000000008330	1890	0.9949491138160342	3	1	1	1	1	False	92741	fragment	False	CHI0111_000000014323	0.6254016573651277		0	0	False	False	0.9936507940292358	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000016140	1682	0.9949491138160342	3	1	1	1	1	False	63748	fragment	False	ENG0054_000000016140	0.9868581907090465		0	0	False	False	0.9803804755210876	0					non-mobilizable	no_good_hit								True	False
USA0055_01_000000016461	1616	0.9949491138160342	3	1	1	1	1	False	92738	fragment	False	USA0055_01_000000016461	0.9883793647253638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0054_000000045150	1144	0.9949491138160342	3	1	1	1	1	False	11103	fragment	False	MON0054_000000045150	1.0		0	0	False	False	0.9912587404251099	0					non-mobilizable	no_good_hit								True	False
AST0153_000000003688	7471	0.994948191298354	11	6	3	4	3	False	124547	fragment	False	AST0153_000000003688	1.0		0	0	False	False	0.9983937740325928	0					non-mobilizable	no_good_hit	84.0	96.429	1.0	0.0008835426868213753	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0166_000000003314	7469	0.9949457646188886	9	7	6	7	5	True	130302	maximal	False	ISR0092_000000002313	0.9466451612903226		0	0	False	False	0.9995983242988586	0					non-mobilizable	no_good_hit	966.0	88.199	39.0	0.0020115549403329313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0218_000000001777	7596	0.9949455669004528	8	7	3	4	6	False	130193	maximal	True	ISR0218_000000001777	0.9983459044594416	PS1072|PS1075|PS1077|PS1081|PS1083|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	4	3	False	True	0.9990784525871277	0	rep_cluster_475				non-mobilizable	no_good_hit	5764.0	99.20200000000001	81.0	0.999133148404993	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AUS0002_000000003720	7557	0.9949455669004528	8	7	3	4	6	False	130193	maximal	False	ISR0218_000000001777	0.99565560821485	PS1072|PS1075|PS1077|PS1081|PS1083|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	5764.0	99.566	81.0	0.999133148404993	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0031_000000004541	4884	0.9949445324660946	7	5	1	4	5	False	108858	maximal	True	FIJ0031_000000004541	1.0		1	1	False	False	1.0	0	rep_cluster_2350,rep_cluster_2358	MOBP,MOBP		MOBP	mobilizable	no_good_hit	2888.0	95.22200000000001	66.0	0.42299221847012186	CP057934.1	enterobacteria	Escherichia coli strain RHB09-C20 plasmid pRHB09-C20_3, complete sequence	True	True
ISR0050_000000013288	2031	0.994944416177024	1	1	1	1	1	True	50634	maximal	False	FIJ0058_000000020495	0.9942105152919345		0	0	True	True	1.0	62					non-mobilizable	no_good_hit	133.0	90.226	12.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
ISR0820_000000012020	2011	0.994944416177024	1	1	1	1	1	True	50634	maximal	False	FIJ0058_000000020495	0.9935687489046587		0	0	True	True	1.0	71					non-mobilizable	no_good_hit	132.0	91.667	12.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
FIJ0026_000000016295	1991	0.994944416177024	1	1	1	1	1	True	50634	maximal	False	FIJ0058_000000020495	0.9969886082203977		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	133.0	91.729	12.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
FIJ0058_000000020495	1971	0.994944416177024	1	1	1	1	1	True	50634	maximal	True	FIJ0058_000000020495	0.9971233096307631		10	2	True	True	1.0	1					non-mobilizable	no_good_hit	133.0	91.729	14.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
FIJ0058_000000005372	6940	0.9949434084876664	7	3	1	2	3	True	69931	maximal	True	FIJ0058_000000005372	0.9805280703302128		4	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
FIJ0009_000000004847	6940	0.9949434084876664	8	3	1	2	3	True	69931	maximal	False	FIJ0058_000000005372	0.9804200441910349		0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
DEN0077_000000000896	6883	0.9949434084876664	8	3	1	2	3	True	69931	maximal	False	FIJ0058_000000005372	0.9362643756851499		0	0	True	True	1.0	71					non-mobilizable	no_good_hit								True	True
ISR0020_000000010308	2248	0.9949433208554844	6	4	3	3	1	False	125361	fragment	False	FIJ0114_000000005988	0.2037794571949204		0	0	False	False	0.9755337834358215	0					non-mobilizable	no_good_hit	1991.0	97.941	89.0	0.000567972298934952	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0033_000000004673	6068	0.9949432331491086	9	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.1970929526590526		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5873.0	98.859	99.0	0.17688722077607602	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
SPA0047_000000028617	1353	0.9949431220989338	3	2	2	2	2	False	6646	fragment	False	SPA0047_000000028617	1.0		0	0	False	False	0.9970436096191406	0					non-mobilizable	no_good_hit	942.0	99.469	70.0	0.00021424455344126614	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
SPA0068_000000002857	4598	0.9949422774963292	6	6	0	2	6	False	45627	maximal	True	SPA0068_000000002857	1.0		1	1	False	False	1.0	0	rep_cluster_2335			MOB_unknown	mobilizable	no_good_hit	3449.0	99.71	80.0	0.7177352206494588	CP056172.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00695 plasmid pRHBSTW-00695_5, complete sequence	True	True
ISR0368_000000001647	6867	0.9949421476698558	7	4	1	2	4	False	127350	fragment	False	ISR0368_000000001647	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3860.0	99.819	73.0	0.6873997504901087	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0004_000000029133	1556	0.9949414049060352	3	1	1	1	1	False	14202	maximal	True	MON0004_000000029133	1.0		2	2	False	False	0.9980719685554504	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000006962	3643	0.9949404871038274	7	5	2	2	5	True	124081	fragment	False	ENG0054_000000006962	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3639.0	95.631	99.0	0.001021832249767727	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0095_000000002012	9454	0.9949403115666224	11	11	5	7	11	True	123628	fragment	False	USA0108_01_000000001009	0.4129631145588936		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	9462.0	97.929	99.0	0.30422743810167746	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0046_000000000599	32880	0.9949391051715716	26	17	6	16	10	True	51487	fragment	False	FIJ0033_000000000484	0.9269541539240127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.813354585657807e-06	NC_012982.1	a-proteobacteria	Hirschia baltica ATCC 49814, complete sequence	True	True
MAD0111_000000004220	4011	0.9949372056888528	5	4	3	4	3	True	123437	fragment	False	MAD0111_000000004220	0.965606936416185		0	0	False	False	0.9917726516723633	0					non-mobilizable	no_good_hit	234.0	92.735	6.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0025_000000009821	3460	0.9949372056888528	5	4	3	4	3	True	123437	fragment	False	MAD0111_000000004220	0.9309399152331089		0	0	False	False	0.9991329312324524	0					non-mobilizable	no_good_hit	113.0	92.035	3.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0148_000000004154	2811	0.9949370839858568	4	3	1	3	0	True	121072	backbone	False	CHI0144_000000005158	0.9683514592045235	PS470|PS848	0	0	True	True	1.0	22	rep_cluster_1683	MOBV			mobilizable	plasmid	2650.0	97.28299999999999	99.0	0.9545618463757664	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0134_000000005594	2808	0.9949370839858568	3	3	1	3	0	True	121072	backbone	False	CHI0144_000000005158	0.960436636455478	PS470|PS848	0	0	True	True	0.999643862247467	4	rep_cluster_1683	MOBV			mobilizable	plasmid	2636.0	96.47200000000001	100.0	0.9498737829065993	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
SPA0039_000000015681	1753	0.9949362953883336	4	4	4	4	3	True	126017	fragment	False	AST0055_000000017635	0.4630959662844229		0	0	False	False	0.998288631439209	0					non-mobilizable	other	1751.0	95.488	99.0	0.039300231309932855	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ENG0156_000000001974	8023	0.9949347532153988	10	9	3	3	9	False	113971	fragment	False	ENG0156_000000001974	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4246.0	97.85700000000001	100.0	0.0363864384067619	CP010179.1	enterobacteria	Escherichia coli strain H15 plasmid A, complete genome	False	True
USA0040_01_000000001408	14740	0.994934470358287	27	8	5	7	4	False	91624	maximal	True	USA0040_01_000000001408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	95.62899999999999	45.0	0.0332293623506894	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0001_000000013804	1877	0.9949342598971872	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.9270533934053353		0	0	False	False	0.9994672536849976	0					non-mobilizable	chromosome	1877.0	100.0	100.0	0.0008371722321216203	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0115_000000003325	7441	0.9949339527042768	6	4	4	3	4	False	96501	fragment	False	SPA0115_000000003325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4924.0	99.898	73.0	0.03963505471763446	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ENG0043_000000003689	7989	0.9949310425889624	12	6	3	5	6	False	95343	fragment	False	ENG0043_000000003689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	95.37	1.0	2.978738212061106e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0328_000000023000	1272	0.9949305141090028	3	1	1	1	1	True	24731	fragment	False	ISR0328_000000023000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	4.397881870144292e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
MAD0079_000000000519	9063	0.9949278798637514	9	3	2	2	2	False	16182	fragment	False	MAD0079_000000000519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000001775	17264	0.9949272824998504	24	14	5	6	14	False	29045	fragment	False	SPA0101_000000001775	1.0		0	0	False	False	0.9996524453163147	0					non-mobilizable	no_good_hit	3885.0	93.64200000000001	81.0	0.02085644433434932	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
AST0007_000000002363	7566	0.9949243743928128	10	9	2	5	8	True	132491	maximal	True	AST0007_000000002363	0.9982522829553896		4	3	True	True	1.0	78					non-mobilizable	other	6405.0	98.39200000000001	99.0	0.8521970705725699	AJ239049.2	firmicutes	Streptococcus thermophilus partial repA gene, ORF1 to ORF8 and partial ORF9 DNA	False	True
FIJ0161_000000000582	20809	0.9949243679428704	26	13	9	9	7	True	101350	backbone	False	TAN0011_000000000086	0.6110589375633273	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	157.0	99.363	1.0	0.11361981063364894	HG796594.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01768	True	True
MAD0062_000000004099	3249	0.9949192494491224	3	1	1	1	1	False	16773	maximal	True	MAD0062_000000004099	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2053.0	89.13799999999999	98.0	0.0003939557717161273	CP010157.1	enterobacteria	Escherichia coli strain D10, complete genome	False	False
CHI0015_000000001309	5845	0.9949183046607776	6	6	4	5	6	False	90204	fragment	False	CHI0015_000000001309	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5845.0	100.0	100.0	0.023592960868143446	CP037875.1	enterobacteria	Salmonella enterica subsp. enterica serovar 4,[5],12:i:- strain PNCS015054 plasmid pPNCS015054_S2, complete sequence	False	True
ENG0163_000000000117	58697	0.9949181359765508	63	17	7	16	7	True	74078	maximal	False	FIJ0096_000000000198	0.9409259714386756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MAD0056_000000001625	6396	0.9949164700672382	9	9	4	5	9	True	82948	fragment	False	MAD0056_000000001625	0.9882716331084377		0	0	False	False	0.9995309710502625	0					non-mobilizable	plasmid	6412.0	99.735	100.0	0.05866957070822618	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
CHI0037_000000003549	3474	0.9949149997491724	5	3	2	3	2	False	88006	maximal	True	CHI0037_000000003549	1.0		1	1	False	False	0.9997121691703796	0					non-mobilizable	no_good_hit								True	False
MON0097_000000012382	2821	0.9949119133809088	3	2	1	2	2	True	108863	maximal	False	FIJ0135_000000010513	0.4490655405832342		0	0	True	True	1.0	86					non-mobilizable	plasmid	832.0	97.115	97.0	0.3094523630907727	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
MAD0042_000000007848	2797	0.9949119133809088	3	2	1	2	2	True	108863	maximal	False	FIJ0135_000000010513	0.575726654732076		0	0	True	True	1.0	60					non-mobilizable	plasmid	1974.0	83.181	99.0	0.7299324831207802	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0390_000000004692	2733	0.9949119133809088	3	2	1	2	2	True	108863	maximal	False	FIJ0135_000000010513	0.512467043557554		0	0	True	True	0.9974387288093567	12					non-mobilizable	plasmid	1936.0	87.81	100.0	0.7220555138784697	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
MAD0091_000000005315	2733	0.9949119133809088	3	2	1	2	2	True	108863	maximal	False	FIJ0135_000000010513	0.6239996507760894		0	0	True	True	1.0	5					non-mobilizable	plasmid	2036.0	83.595	99.0	0.753563390847712	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
FIJ0047_000000025804	1218	0.9949071573441536	2	2	2	2	1	False	46836	fragment	False	FIJ0047_000000025804	1.0		0	0	False	False	0.9926108121871948	0					non-mobilizable	no_good_hit								True	False
ISR0125_000000001066	11876	0.9949058713267841	14	13	7	11	13	True	32062	maximal	True	ISR0125_000000001066	1.0		1	1	True	True	0.9999157786369324	32	rep_cluster_1267	MOBP			mobilizable	no_good_hit	5829.0	90.29	66.0	0.36562401263823063	NZ_CP053339.1	firmicutes	Lactobacillus paraplantarum strain CK401 plasmid pCK401B, complete sequence	True	True
ISR0324_000000005906	5410	0.9949056998606648	5	3	2	3	0	True	128000	maximal	True	ISR0324_000000005906	1.0	PS1023|PS1024	1	1	True	True	1.0	8					non-mobilizable	no_good_hit	493.0	97.566	48.0	0.07952318745917701	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0129_000000007103	3751	0.9949056998606648	4	3	2	3	0	True	127999	backbone	False	DEN0071_000000009520	0.963190510406817	PS1023|PS1024	0	0	True	True	1.0	164					non-mobilizable	no_good_hit	886.0	93.679	66.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
MAD0039_000000000778	10405	0.9949053644609144	11	11	6	8	11	False	82216	fragment	False	MAD0039_000000000778	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8602.0	95.292	99.0	0.0017684450381564706	CP057962.1	enterobacteria	Escherichia coli strain RHB08-C09 chromosome, complete genome	False	False
ISR0097_000000027165	1155	0.9949044897216172	2	1	1	1	1	False	33260	fragment	False	ISR0097_000000027165	1.0		0	0	False	False	0.9489177465438843	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000001261	11743	0.9949042394477128	16	16	5	9	16	True	123628	fragment	False	USA0108_01_000000001009	0.3317087222217375		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	11755.0	99.54899999999999	100.0	0.35504570494581994	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
AST0108_000000004122	5356	0.9949020924064133	7	3	2	3	3	False	107307	fragment	False	AST0108_000000004122	1.0		0	0	False	False	0.99346524477005	0					non-mobilizable	no_good_hit								True	False
ISR0335_000000004469	3704	0.9948984436221016	4	3	2	3	3	False	74743	maximal	True	ISR0335_000000004469	1.0		1	1	False	False	0.9927105903625488	0					non-mobilizable	no_good_hit	153.0	90.85	7.0	4.546320837173369e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0091_000000006534	3860	0.9948975620796312	2	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.8789017697477528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
FIJ0058_000000010068	3860	0.9948975620796312	2	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.8783256490738166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
FIJ0094_000000004908	3831	0.9948975620796312	2	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.8753371375742319		0	0	False	False	0.9984338283538818	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
USA0016_01_000000004847	3710	0.9948975620796312	2	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.7173050316103066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
TAN0024_000000000069	25607	0.9948947427412286	38	14	10	11	10	True	100516	maximal	True	TAN0024_000000000069	1.0		2	1	True	True	0.9999609589576721	26					non-mobilizable	no_good_hit	1601.0	71.518	6.0	0.4638749631377175	HG796348.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00608	True	True
SPA0138_000000000555	18118	0.9948927598715231	28	7	2	6	5	False	93869	fragment	False	SPA0138_000000000555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	81.301	1.0	0.005689502401716178	NZ_JWHR01000150.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig150, whole genome shotgun sequence	True	False
SPA0039_000000008984	2906	0.9948922485222612	2	2	2	2	2	False	7013	fragment	False	SPA0039_000000008984	1.0		0	0	False	False	0.9917412400245667	0					non-mobilizable	no_good_hit	254.0	77.165	9.0	0.0022661589981191796	NZ_JASY01000015.1	CFB group bacteria	Flavobacterium chungangense LMG 26729 Contig_15, whole genome shotgun sequence	True	False
ISR0037_000000019196	1269	0.9948892477167564	2	1	1	1	1	False	115755	fragment	False	SPA0137_000000023508	0.40527257085021046		0	0	False	False	0.9519306421279907	0					non-mobilizable	no_good_hit	532.0	86.84200000000001	42.0	0.005587062425689965	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0009_000000011864	2735	0.9948890654288964	2	2	1	2	2	True	38374	fragment	False	ISR0009_000000011864	1.0		0	0	False	False	0.9996343851089478	0	rep_cluster_1778				non-mobilizable	plasmid	2730.0	100.0	100.0	0.671505905511811	CP048336.1	enterobacteria	Escherichia coli strain 10 plasmid p010_F, complete sequence	False	True
ISR0317_000000020364	1160	0.9948863690744418	3	1	1	1	1	False	25135	fragment	False	ISR0317_000000020364	1.0		0	0	False	False	0.9974138140678406	0					non-mobilizable	no_good_hit								True	False
ISR0001_000000000911	23513	0.9948858714657004	18	9	5	7	3	True	54463	fragment	False	ISR0001_000000000911	1.0		0	0	False	False	0.9999574422836304	0					non-mobilizable	no_good_hit	124.0	85.484	1.0	0.0006467625067042455	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
ISR0039_000000006074	5082	0.994881880129914	8	7	6	6	6	False	125225	fragment	False	ISR0039_000000006074	1.0		0	0	False	False	0.9998032450675964	0					non-mobilizable	no_good_hit	1736.0	80.53	34.0	0.03232750552206956	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
DEN0018_000000001787	14161	0.9948783176583356	22	11	6	11	7	True	75154	maximal	True	DEN0018_000000001787	0.948177082321554		4	4	True	True	1.0	246					non-mobilizable	plasmid	6843.0	95.74700000000001	98.0	0.4826271186440678	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
ISR0135_000000005226	3569	0.9948764120672264	4	2	2	2	2	False	31433	maximal	True	ISR0135_000000005226	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	96.648	59.0	0.008474164892547311	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
SPA0132_000000018315	2250	0.9948764120672264	3	2	2	2	2	False	3737	fragment	False	SPA0132_000000018315	1.0		0	0	False	False	0.9915555715560913	0					non-mobilizable	no_good_hit	1192.0	96.56	53.0	0.008259190169413951	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
FIJ0044_000000003884	5639	0.9948751216620856	6	4	3	3	2	True	70900	maximal	True	FIJ0044_000000003884	1.0		1	1	True	True	0.9996453523635864	2					non-mobilizable	no_good_hit	265.0	75.472	5.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
AUS0018_000000016736	1684	0.99487403136284	2	2	2	2	2	True	99934	fragment	False	AUS0018_000000016736	1.0		0	0	False	False	0.9863420724868774	0					non-mobilizable	no_good_hit								True	True
MAD0044_000000014516	1707	0.994873860287835	4	3	3	3	2	False	17959	fragment	False	MAD0044_000000014516	1.0		0	0	False	False	0.9859402179718018	0					non-mobilizable	no_good_hit	180.0	100.0	11.0	0.0014685492538293037	NZ_LT629862.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0791_000000003929	4238	0.9948737568438004	7	5	4	4	3	True	103909	maximal	True	ISR0791_000000003929	1.0		38	8	False	False	0.9997640252113342	0					non-mobilizable	no_good_hit	2537.0	100.0	60.0	0.02763611002135914	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
DEN0007_000000001649	17174	0.994873735360395	33	13	7	10	6	True	76339	fragment	False	DEN0007_000000001649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	74.419	3.0	0.00014023804366540592	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
CHI0038_000000005310	2226	0.9948728916314264	3	3	3	3	3	False	89719	fragment	False	CHI0038_000000005310	1.0		0	0	False	False	0.9977537989616394	0					non-mobilizable	other	2226.0	99.955	100.0	0.008044630525486112	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ITA0002_000000001121	5786	0.994872656122995	7	5	3	5	3	True	113857	fragment	False	ITA0002_000000001121	1.0		0	0	False	False	0.9991358518600464	0					non-mobilizable	no_good_hit	105.0	79.048	2.0	0.000577350538379377	NZ_KB891332.1	b-proteobacteria	Thiobacillus thioparus DSM 505 B058DRAFT_scaffold_8.9, whole genome shotgun sequence	True	True
MON0103_000000028969	1878	0.9948725542947592	2	2	2	1	2	False	34682	fragment	False	MON0103_000000028969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	78.906	7.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
CAN0020_000000010801	3425	0.9948719240434154	6	2	1	1	2	False	91917	fragment	False	CAN0020_000000010801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	82.022	3.0	0.0026467382842908296	MH106224.1	bacteria	Uncultured bacterium clone B2Cecum_14_B01_0 genomic sequence	True	False
AST0006_000000003164	5069	0.9948713891111742	8	2	1	2	1	True	127638	maximal	False	ISR0365_000000002838	0.9963226590544503	PS111	0	0	True	True	1.0	123	rep_cluster_1380				non-mobilizable	no_good_hit	1391.0	79.942	28.0	0.27683845997148093	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0365_000000002838	5028	0.9948713891111742	7	2	1	2	1	True	127638	maximal	True	ISR0365_000000002838	0.9967946320315637	PS111	8	5	True	True	1.0	154	rep_cluster_1380				non-mobilizable	no_good_hit	1263.0	77.514	27.0	0.32136351808482955	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
ISR0331_000000004699	4437	0.9948713891111742	5	2	1	2	1	True	99986	backbone	True	ISR0331_000000004699	1.0	PS111|PS565|PS566	1	1	True	True	0.9995492696762085	16					non-mobilizable	no_good_hit	329.0	78.723	7.0	0.10181136789506559	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0179_000000006237	4027	0.9948713891111742	5	2	1	2	1	True	99985	backbone	False	ISR0249_000000003911	0.9604460273203383	PS111|PS565	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	329.0	78.723	8.0	0.10181136789506559	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0123_000000006534	3110	0.9948713891111742	3	2	1	2	1	True	60820	maximal	True	ISR0123_000000006534	1.0		1	1	False	False	0.9990353584289551	0					non-mobilizable	no_good_hit	1388.0	82.421	44.0	0.27704216744754534	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
MON0074_000000006442	2841	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.4703747821421086		0	0	True	True	1.0	23					non-mobilizable	plasmid	1467.0	91.616	96.0	0.5408852213053263	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
FIJ0140_000000010531	2807	0.9948713891111742	3	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.2479832642679934		0	0	True	True	1.0	3					non-mobilizable	plasmid	773.0	98.965	97.0	0.2891972993248312	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0006_000000007036	2776	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.42534822358792934		0	0	True	True	0.9992795586585999	29					non-mobilizable	plasmid	772.0	99.223	97.0	0.2891972993248312	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
FIJ0109_000000009564	2767	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.2472549840710974		0	0	True	True	1.0	4					non-mobilizable	plasmid	773.0	98.965	96.0	0.2891972993248312	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
FIJ0030_000000011901	2767	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.2274718585947649		0	0	True	True	1.0	5					non-mobilizable	plasmid	773.0	98.965	93.0	0.2891972993248312	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0335_000000006385	2747	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.2853320305683779		0	0	True	True	1.0	49					non-mobilizable	plasmid	1514.0	97.95200000000001	100.0	0.5652663165791448	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0132_000000010036	2735	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.6182981077344066		0	0	True	True	1.0	30					non-mobilizable	plasmid	2621.0	87.867	99.0	0.9744936234058514	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0119_000000011521	2734	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.6182899826074515		0	0	True	True	0.9989026784896851	13					non-mobilizable	plasmid	2621.0	87.867	99.0	0.9744936234058514	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0118_000000005499	2734	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.6182899826074515		0	0	True	True	0.9974396228790283	9					non-mobilizable	plasmid	2621.0	87.867	99.0	0.9744936234058514	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
FIJ0004_000000009716	2724	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.6763862994925389		0	0	True	True	0.9985315799713135	2					non-mobilizable	plasmid	2584.0	87.5	99.0	0.9572393098274569	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0793_000000005706	2715	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.5190329742928309		0	0	True	True	0.9974217414855957	15					non-mobilizable	plasmid	1403.0	91.01899999999999	99.0	0.5157539384846211	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
FIJ0061_000000009098	2704	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.6558214036824375		0	0	True	True	1.0	4					non-mobilizable	plasmid	1472.0	91.848	99.0	0.5416354088522131	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0038_000000011521	2699	0.9948713891111742	2	2	1	2	1	True	36642	maximal	True	ISR0038_000000011521	1.0		1	1	True	True	1.0	9					non-mobilizable	plasmid	1377.0	85.839	99.0	0.5086271567891973	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0256_000000007043	2533	0.9948713891111742	2	2	1	2	1	True	108863	maximal	False	FIJ0135_000000010513	0.11791829766929726		0	0	False	True	1.0	0					non-mobilizable	plasmid	2319.0	89.00399999999999	95.0	0.8649662415603901	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
ISR0126_000000020569	2398	0.9948713891111742	3	2	1	2	1	True	31984	fragment	False	ISR0126_000000020569	1.0		0	0	False	False	0.9995830059051514	0	rep_cluster_1380				non-mobilizable	no_good_hit	1355.0	79.852	56.0	0.2695049908331636	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
SPA0039_000000009527	2759	0.9948711219583032	6	3	2	2	2	False	106979	maximal	True	SPA0039_000000009527	1.0		0	0	False	False	0.995650589466095	0					non-mobilizable	no_good_hit	1458.0	99.10799999999999	53.0	0.027273407959267717	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
SPA0055_000000002075	12399	0.9948672344252948	9	5	3	5	3	True	107247	fragment	False	SPA0055_000000002075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	0.0	1.0731886675009542e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
DEN0059_000000000053	4636	0.9948614969810512	6	4	1	2	3	True	104319	fragment	False	DEN0059_000000000053	1.0		0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	1188.0	96.044	45.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
MAD0034_000000001445	8605	0.9948609016874684	9	6	6	6	4	True	116354	maximal	True	MAD0034_000000001445	1.0	PS773	1	1	False	True	0.999883770942688	0					non-mobilizable	no_good_hit	800.0	89.75	20.0	0.0001557549808454513	CP054230.1	enterobacteria	Escherichia coli strain EcPF14 chromosome, complete genome	True	True
FIJ0147_000000009394	2171	0.9948520064024116	3	2	2	2	2	False	96133	fragment	False	FIJ0138_000000007160	0.31590231774990063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000017222	2123	0.9948506817644268	4	4	4	1	2	False	21515	fragment	False	SPA0098_000000017222	1.0		0	0	False	False	0.998586893081665	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	2.0	0.0003221070294241026	NZ_DF820492.1	firmicutes	Weissella oryzae SG25, whole genome shotgun sequence	True	False
MAD0081_000000000957	5830	0.9948481766049124	7	5	3	5	5	True	48331	maximal	True	MAD0081_000000000957	1.0		5	1	False	False	0.9998284578323364	0					non-mobilizable	no_good_hit	1518.0	99.671	26.0	0.0005627102976726347	CP037955.1	firmicutes	Enterococcus hirae strain CQP3-9 chromosome, complete genome	True	True
SPA0128_000000004153	8567	0.9948470045247424	9	6	5	5	5	True	88246	fragment	False	SPA0128_000000004153	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	94.75299999999999	50.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MON0051_000000006115	5113	0.9948465631328658	9	5	2	4	3	True	125381	maximal	True	MON0051_000000006115	1.0		17	5	False	False	0.997848629951477	0					non-mobilizable	no_good_hit	4493.0	98.77600000000001	88.0	0.0012820761642290475	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
DEN0011_000000025417	1795	0.9948419146748664	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9002584600475305	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1809.0	79.82300000000001	99.0	0.04146386687062532	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0052_000000000270	51969	0.994839796100032	45	22	12	17	9	True	132147	fragment	False	ISR0104_000000000158	0.305891879647614		0	0	False	True	0.9999423027038574	0					non-mobilizable	no_good_hit	2810.0	97.65100000000001	9.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0010_000000009111	2473	0.9948371262180058	5	3	2	3	2	True	125361	fragment	False	FIJ0114_000000005988	0.1924620228119641		0	0	False	False	0.9858471751213074	0					non-mobilizable	other	2300.0	97.913	93.0	0.0006561649825384194	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0129_000000010472	2030	0.9948334727874416	5	3	3	3	3	False	40945	fragment	False	FIJ0129_000000010472	1.0		0	0	False	False	0.9975369572639465	0					non-mobilizable	no_good_hit	272.0	73.529	13.0	8.88608543365275e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0045_000000012248	3083	0.9948307722098246	4	3	3	3	2	False	17884	maximal	True	MAD0045_000000012248	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	76.168	7.0	0.0028556803793205634	NZ_AUEG01000007.1	firmicutes	Lacticigenium naphtae DSM 19658 H626DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
ISR0069_000000002244	9892	0.9948294310406682	14	6	6	6	5	True	34981	maximal	True	ISR0069_000000002244	1.0		1	1	False	False	0.9994945526123047	0					non-mobilizable	no_good_hit	2857.0	73.92399999999999	28.0	0.11437587083025981	NZ_CYZK01000033.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0091_000000013279	1811	0.9948290447077472	3	1	1	1	1	False	61164	fragment	False	ENG0091_000000013279	1.0		0	0	False	False	0.9889563918113708	0					non-mobilizable	other	1812.0	99.945	100.0	0.03920762069712059	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0024_000000008690	1735	0.9948290447077472	3	1	1	1	1	False	26210	fragment	False	SPA0024_000000008690	1.0		0	0	False	False	0.9976945519447327	0					non-mobilizable	other	1736.0	99.885	100.0	0.03756224290972072	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0362_000000017072	1207	0.9948290447077472	2	1	1	1	1	False	26208	fragment	False	ISR0362_000000017072	0.9991398912020136		0	0	False	False	0.9875724911689758	0					non-mobilizable	other	1189.0	99.916	98.0	0.02571985278198744	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0136_000000036638	1170	0.9948290447077472	2	1	1	1	1	False	26208	fragment	False	ISR0362_000000017072	0.9834659720320943		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	99.829	100.0	0.02533015804286642	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0279_000000019964	1159	0.9948290447077472	2	1	1	1	1	False	26208	fragment	False	ISR0362_000000017072	0.9770748506456876		0	0	False	False	0.9939603209495544	0					non-mobilizable	other	1159.0	99.914	99.0	0.025070361550119075	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0386_000000004973	7131	0.9948258311482284	8	4	4	3	4	False	23008	maximal	True	ISR0386_000000004973	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1258.0	89.348	68.0	0.028206337443014665	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0124_000000007097	4083	0.9948258311482284	4	4	4	3	4	False	4071	fragment	False	SPA0124_000000007097	1.0		0	0	False	False	0.9997550845146179	0					non-mobilizable	no_good_hit	1258.0	89.348	51.0	0.028206337443014665	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0133_000000005749	3961	0.9948258311482284	4	4	4	3	4	False	4071	fragment	False	SPA0124_000000007097	0.9850600048983591		0	0	False	False	0.9984852075576782	0					non-mobilizable	no_good_hit	1258.0	89.348	53.0	0.028206337443014665	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0146_000000000379	29479	0.9948255946251742	34	33	16	21	32	True	39993	maximal	True	FIJ0146_000000000379	1.0		1	1	True	True	0.9993554949760437	2	IncFIB,IncFII	MOBC	MPF_T		conjugative	no_good_hit	16714.0	93.55	80.0	0.5064844343204252	MN823994.1	enterobacteria	Leclercia adecarboxylata strain 150707804 plasmid p707804-2FII, complete sequence	True	True
MON0078_000000003022	10207	0.994824199077578	10	8	8	8	7	True	119344	maximal	True	MON0078_000000003022	1.0		7	2	False	False	1.0	0					non-mobilizable	other	8056.0	99.727	96.0	0.0023588234639534875	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0155_000000013086	1490	0.9948231725979196	3	2	1	2	1	False	3197	maximal	True	SPA0155_000000013086	1.0		6	3	False	False	0.9993288516998291	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000010021	3627	0.9948206651761295	5	4	1	3	4	False	51293	maximal	True	FIJ0009_000000010021	1.0		3	1	False	False	0.9975185990333557	0		MOBP			mobilizable	no_good_hit	2180.0	94.679	75.0	0.44983484723369116	AP022130.1	enterobacteria	Enterobacter cloacae plasmid pWP5-S18-CRE-02_4 DNA, complete genome, strain: WP5-S18-CRE-02	True	True
FIJ0122_000000002747	6457	0.9948200864544762	7	7	2	4	7	False	114191	fragment	False	MON0001_000000004227	0.7060702788646429		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6375.0	99.46700000000001	100.0	0.037242041086192064	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
MAD0110_000000000861	21690	0.9948191806531176	24	21	9	11	21	True	98243	maximal	True	MAD0110_000000000861	0.9608854860186418	PS546	4	3	False	True	1.0	0		MOBP			mobilizable	plasmid	9317.0	99.775	96.0	0.23567507399630652	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
MON0001_000000004227	6922	0.9948186381290888	7	6	2	4	6	False	114191	fragment	False	MON0001_000000004227	0.9583622847076818		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6922.0	100.0	100.0	0.07657837084246166	MH985167.1	enterobacteria	Escherichia coli plasmid pNDM-5-1001, partial sequence	False	True
ISR0280_000000001474	5036	0.9948186257631718	4	3	3	3	3	True	36180	fragment	False	ISR0280_000000001474	1.0		0	0	False	False	0.9998014569282532	0					non-mobilizable	no_good_hit	1585.0	71.609	31.0	0.1862471145668813	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
ISR0069_000000016317	1540	0.9948174908008454	2	1	1	1	1	False	34942	fragment	False	ISR0069_000000016317	1.0		0	0	False	False	0.9662337899208069	0					non-mobilizable	no_good_hit	933.0	95.177	62.0	0.199486301369863	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
SPA0103_000000016066	1156	0.9948174908008454	1	1	1	1	1	False	4861	fragment	False	SPA0103_000000016066	1.0		0	0	False	False	0.9982699155807495	0					non-mobilizable	no_good_hit	938.0	95.096	81.0	0.20055650684931506	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
ISR0336_000000001389	6921	0.9948135235476666	10	5	2	4	3	False	116106	fragment	False	ISR0336_000000001389	1.0		0	0	False	False	0.9992775321006775	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0009243974909210961	NZ_JACBNQ010000033.1	firmicutes	Sedimentibacter hydroxybenzoicus DSM 7310 contig33, whole genome shotgun sequence	True	False
FIJ0169_000000000309	35780	0.9948132747543904	43	13	8	12	8	True	122319	fragment	False	FIJ0169_000000000309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	82.21	5.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0201_000000012748	2388	0.9948124086852388	4	4	4	4	4	False	92136	fragment	False	ISR0201_000000012748	1.0		0	0	False	False	0.9865996837615967	0					non-mobilizable	no_good_hit	447.0	77.852	18.0	0.003940244098568646	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
MAD0035_000000003601	6361	0.9948103732500844	7	3	3	3	2	True	19938	maximal	True	MAD0035_000000003601	1.0		2	1	True	True	1.0	186					non-mobilizable	no_good_hit	220.0	83.182	3.0	0.04188982402448355	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
DEN0033_000000003180	8694	0.9948087251103108	12	9	7	7	7	False	125231	maximal	True	DEN0033_000000003180	1.0		1	1	False	False	0.9993098974227905	0					non-mobilizable	no_good_hit	3422.0	99.766	39.0	0.0014243685687947952	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
SPA0100_000000013566	2158	0.9948053275435134	5	3	2	2	1	False	125361	fragment	False	FIJ0114_000000005988	0.1802142129516288		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	95.005	96.0	0.0005882366372386614	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0066_000000015362	2111	0.9948053275435134	5	3	2	2	1	False	125361	fragment	False	FIJ0114_000000005988	0.17125050653037083		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	98.005	93.0	0.0005576974231753248	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0009_000000017739	2055	0.9948053275435134	6	3	2	2	1	False	125361	fragment	False	FIJ0114_000000005988	0.09908968551667564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1826.0	97.152	89.0	0.0005208791183699937	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0162_000000015750	2002	0.9948053275435134	5	3	2	2	1	False	125361	fragment	False	FIJ0114_000000005988	0.07999265441720077		0	0	False	False	0.9930070042610168	0					non-mobilizable	other	1835.0	98.256	92.0	0.0005234478373099006	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0142_000000023817	1524	0.9948053275435134	4	3	2	2	1	False	122111	fragment	False	FIJ0103_000000012997	0.36562979680729923		0	0	False	False	0.9993438124656677	0					non-mobilizable	no_good_hit	1297.0	97.61	85.0	0.00036989552734658184	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0114_000000006093	5836	0.9948020517230379	7	7	7	6	6	False	87411	maximal	True	FIJ0114_000000006093	1.0		0	0	False	False	0.9960589408874512	0					non-mobilizable	no_good_hit	4740.0	99.93700000000001	81.0	0.08665435192128317	LT968706.1	enterobacteria	Klebsiella pneumoniae genome assembly, plasmid: 20	True	False
USA0060_01_000000001746	9826	0.9948003960869428	15	11	7	6	9	True	123628	fragment	False	USA0108_01_000000001009	0.4930119275393082		0	0	False	True	1.0	0					non-mobilizable	plasmid	7906.0	99.684	96.0	0.2550361570247934	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0089_000000001519	12791	0.9947989615570456	12	11	6	9	4	True	52380	fragment	False	FIJ0089_000000001519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	94.075	4.0	0.001371528934080274	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	True
SPA0040_000000017420	2362	0.994793678102741	5	4	2	4	3	True	73344	fragment	False	SPA0040_000000017420	1.0		0	0	False	False	0.9991532564163208	0					non-mobilizable	no_good_hit								True	True
ISR0051_000000007527	5496	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9955133780204962	PS1122	0	0	True	True	1.0	299		MOBP			mobilizable	plasmid	4447.0	99.955	99.0	0.823943661971831	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0123_000000003127	5496	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9954283808543689	PS1122	0	0	True	True	1.0	270		MOBP			mobilizable	plasmid	4156.0	100.0	99.0	0.7700148257968866	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0176_000000005716	5495	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9954254718043015	PS1122	0	0	True	True	1.0	38		MOBP			mobilizable	plasmid	4484.0	99.955	99.0	0.8308005930318755	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0355_000000003039	5495	0.9947922511941084	10	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9950209706592545	PS1122	0	0	True	True	1.0	113		MOBP			mobilizable	plasmid	4156.0	99.904	99.0	0.7700148257968866	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CAN0010_000000002449	5494	0.9947922511941084	10	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9953227576882587	PS1122	0	0	True	True	1.0	4035		MOBP			mobilizable	plasmid	5274.0	99.88600000000001	99.0	0.9770200148257969	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0091_000000005750	5480	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9957539442490599	PS1122	0	0	True	True	1.0	99		MOBP			mobilizable	plasmid	3008.0	99.96700000000001	99.0	0.5572646404744255	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0098_000000004609	5477	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9946227150275585	PS1122	0	0	True	True	1.0	995		MOBP			mobilizable	plasmid	4656.0	99.89299999999999	99.0	0.8624907338769459	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0192_000000002884	5477	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9955688807508566	PS1122	0	0	True	True	1.0	118		MOBP			mobilizable	plasmid	4701.0	99.95700000000001	99.0	0.8708302446256486	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0115_000000002949	5476	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9959391332375971	PS1122	0	0	True	True	1.0	380		MOBP			mobilizable	plasmid	4797.0	100.0	99.0	0.8888065233506302	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0815_000000005245	5476	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9955844939420915	PS1122	0	0	True	True	1.0	102		MOBP			mobilizable	plasmid	4662.0	99.95700000000001	99.0	0.8637879911045219	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0050_000000004052	5476	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9955127182491643	PS1122	0	0	True	True	1.0	42		MOBP			mobilizable	plasmid	3007.0	99.93299999999999	99.0	0.5570793180133432	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
SPA0108_000000005351	5476	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9955061526887177	PS1122	0	0	True	True	1.0	278		MOBP			mobilizable	plasmid	3006.0	100.0	99.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
AST0028_000000003207	5476	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9938031067721461	PS1122	0	0	True	True	1.0	104		MOBP			mobilizable	plasmid	3006.0	99.93299999999999	99.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
FIJ0116_000000003597	5476	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9957233330200099	PS1122	0	0	True	True	1.0	16		MOBP			mobilizable	plasmid	3006.0	99.96700000000001	99.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0017_000000004005	5476	0.9947922511941084	10	5	3	2	5	True	130690	backbone	True	ENG0017_000000004005	0.9959416201268961	PS1122	68	9	True	True	1.0	1503		MOBP			mobilizable	plasmid	3208.0	100.0	99.0	0.5943291326908822	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0133_000000004369	5476	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9957189510158021	PS1122	0	0	True	True	1.0	707		MOBP			mobilizable	plasmid	3006.0	99.96700000000001	99.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0278_000000001651	5475	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9952884948985267	PS1122	0	0	True	True	1.0	66		MOBP			mobilizable	plasmid	5266.0	99.943	99.0	0.9755374351371386	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0091_000000004048	5475	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9957692589319921	PS1122	0	0	True	True	1.0	90		MOBP			mobilizable	plasmid	3006.0	99.96700000000001	99.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0367_000000001792	5475	0.9947922511941084	10	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9957286209079316	PS1122	0	0	True	True	1.0	854		MOBP			mobilizable	plasmid	5273.0	100.0	99.0	0.9770200148257969	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
FIJ0048_000000005191	5474	0.9947922511941084	10	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9787299488966712	PS1122	0	0	True	True	1.0	10		MOBP			mobilizable	plasmid	3438.0	98.837	99.0	0.6365826538176427	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
AST0003_000000006431	5474	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9956416144210423	PS1122	0	0	True	True	1.0	132		MOBP			mobilizable	plasmid	3006.0	99.93299999999999	99.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0193_000000003673	5473	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9947923239122524	PS1122	0	0	True	True	1.0	2057		MOBP			mobilizable	plasmid	3671.0	99.91799999999999	99.0	0.6801334321719792	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
DEN0057_000000000602	5458	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9946790666123777	PS1122	0	0	True	True	1.0	206		MOBP			mobilizable	plasmid	4573.0	99.978	99.0	0.8472942920681986	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
FIJ0058_000000006978	5457	0.9947922511941084	10	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9778633651981401	PS1122	0	0	True	True	1.0	58		MOBP			mobilizable	plasmid	3449.0	98.811	99.0	0.6386212008895478	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0037_000000005589	5456	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9952216422119341	PS1122	0	0	True	True	1.0	91		MOBP			mobilizable	plasmid	5274.0	99.905	99.0	0.9770200148257969	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0125_000000004351	5456	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9957212590208809	PS1122	0	0	True	True	1.0	106		MOBP			mobilizable	plasmid	3631.0	100.0	99.0	0.6727205337286879	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0775_000000003126	5455	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9956685342408036	PS1122	0	0	True	True	1.0	1148		MOBP			mobilizable	plasmid	5396.0	99.98100000000001	99.0	0.9998146775389177	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0384_000000002293	5455	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9954566437647069	PS1122	0	0	True	True	1.0	321		MOBP			mobilizable	plasmid	3631.0	99.945	99.0	0.6727205337286879	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CHI0095_000000001402	5455	0.9947922511941084	10	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9952651977541986	PS1122	0	0	True	True	1.0	378		MOBP			mobilizable	plasmid	3390.0	99.971	99.0	0.6280578206078576	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0169_000000003832	5454	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9956276878281927	PS1122	0	0	True	True	1.0	152		MOBP			mobilizable	plasmid	5396.0	99.963	99.0	0.9998146775389177	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0853_000000002606	5436	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9958092574839764	PS1122	0	0	True	True	1.0	92		MOBP			mobilizable	plasmid	5396.0	100.0	99.0	0.9998146775389177	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0038_000000003740	5436	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9956741414491042	PS1122	0	0	True	True	1.0	50		MOBP			mobilizable	plasmid	4616.0	100.0	99.0	0.8552631578947368	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0104_000000005145	5436	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9959110510986475	PS1122	0	0	True	True	1.0	25		MOBP			mobilizable	plasmid	2920.0	100.0	99.0	0.5409562638991846	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0075_000000004401	5436	0.9947922511941084	10	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.995650272158443	PS1122	0	0	True	True	1.0	11		MOBP			mobilizable	plasmid	3446.0	99.971	99.0	0.6382505559673832	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0149_000000002756	5435	0.9947922511941084	10	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9957803572452691	PS1122	0	0	True	True	1.0	21		MOBP			mobilizable	plasmid	3445.0	99.971	99.0	0.6382505559673832	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0097_000000005724	5435	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9957068888189686	PS1122	0	0	True	True	1.0	26		MOBP			mobilizable	plasmid	5377.0	99.98100000000001	99.0	0.9962935507783544	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0369_000000001714	5435	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.995740871057824	PS1122	0	0	True	True	0.9992640018463135	15		MOBP			mobilizable	plasmid	4765.0	99.979	99.0	0.882876204595997	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0004_000000004863	5435	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9954747001160608	PS1122	0	0	True	True	1.0	101		MOBP			mobilizable	plasmid	4639.0	99.978	99.0	0.8595255744996294	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0034_000000003550	5426	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9869713476696	PS1122	0	0	True	True	1.0	1108		MOBP			mobilizable	plasmid	2850.0	99.965	99.0	0.5277983691623425	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0138_000000003843	5424	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9955386504143267	PS1122	0	0	True	True	1.0	219		MOBP			mobilizable	plasmid	4438.0	100.0	99.0	0.8222757598220904	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0087_000000005086	5405	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9872728966044377	PS1122	0	0	True	True	1.0	194		MOBP			mobilizable	plasmid	3006.0	100.0	99.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0022_000000003878	5404	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9870305765286832	PS1122	0	0	True	True	1.0	1103		MOBP			mobilizable	plasmid	4499.0	100.0	99.0	0.8335804299481097	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0021_000000003415	5403	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9781283597853843	PS1122	0	0	True	True	1.0	1620		MOBP			mobilizable	plasmid	4405.0	98.456	99.0	0.8157894736842105	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
AST0059_000000002468	5403	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9780290449229059	PS1122	0	0	True	True	1.0	13		MOBP			mobilizable	plasmid	3008.0	99.734	99.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ITA0013_000000000180	5391	0.9947922511941084	9	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9945951417786201	PS1122	0	0	True	True	0.99721759557724	23		MOBP			mobilizable	plasmid	4571.0	100.0	99.0	0.8469236471460341	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
SPA0126_000000007215	5060	0.9947922511941084	8	5	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9652730646689157	PS607|PS904	0	0	True	True	1.0	653		MOBP			mobilizable	plasmid	4477.0	97.387	99.0	0.8997987927565393	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0117_000000007299	5060	0.9947922511941084	8	5	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9654527417270902	PS607|PS904	0	0	True	True	1.0	56		MOBP			mobilizable	plasmid	4477.0	97.32	99.0	0.8997987927565393	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CAN0003_000000010073	4812	0.9947922511941084	8	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.35840675333481514	PS1122	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4054.0	99.95100000000001	99.0	0.7511119347664937	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
MAD0104_000000000830	10686	0.994792157769986	16	8	3	5	7	True	16637	maximal	True	MAD0104_000000000830	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2482.0	91.29700000000001	59.0	0.035641650680090585	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	True	True
CHI0124_000000002780	5787	0.9947874096526441	7	3	1	2	2	True	81692	maximal	True	CHI0124_000000002780	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	86.82799999999999	16.0	0.11383792977766978	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
FIJ0172_000000003361	7095	0.994786269971746	4	4	4	3	2	False	38758	fragment	False	FIJ0172_000000003361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	76.13600000000001	4.0	7.334021401292643e-05	CP032125.1	a-proteobacteria	Rhodobacteraceae bacterium BAR1 chromosome, complete genome	True	False
FIJ0068_000000005708	5252	0.9947840651136152	8	8	8	8	6	False	89755	fragment	False	FIJ0068_000000005708	1.0		0	0	False	False	0.9979055523872375	0					non-mobilizable	plasmid	5195.0	99.67299999999999	100.0	0.04849220427597797	CP012994.1	enterobacteria	Klebsiella pneumoniae strain KpN06 plasmid pKpN06-SIL, complete sequence	False	True
MAD0108_000000001986	7764	0.9947839539605484	9	7	5	3	7	False	88628	maximal	True	MAD0108_000000001986	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	7764.0	99.97399999999999	100.0	0.0015352297959961808	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
ENG0090_000000008257	2716	0.9947822033283154	5	2	2	2	2	True	104396	maximal	True	ENG0090_000000008257	1.0	PS617	0	0	True	True	0.9779086709022522	3					non-mobilizable	no_good_hit	1442.0	90.291	61.0	0.5355414960922963	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0204_000000015651	1705	0.9947822033283154	3	2	2	2	2	True	64309	fragment	False	ENG0204_000000015651	1.0		0	0	False	False	0.9695014953613281	0					non-mobilizable	no_good_hit	1345.0	91.07799999999999	79.0	0.49944175660588014	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ISR0293_000000003173	10767	0.9947792260217572	16	11	3	8	8	True	35521	maximal	True	ISR0293_000000003173	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7370.0	98.765	82.0	0.23647391053205827	CP054365.1	enterobacteria	Escherichia coli strain SCU-171 plasmid pSCU-171-2, complete sequence	True	True
ISR0135_000000002312	8583	0.9947787364846156	6	4	4	3	3	False	38759	maximal	True	ISR0135_000000002312	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	96.62799999999999	10.0	0.012595464301758705	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
ENG0162_000000007449	3313	0.9947727122554352	6	2	1	2	1	False	56372	maximal	True	ENG0162_000000007449	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001950120257415874	NZ_AUCV01000014.1	d-proteobacteria	Desulfobulbus japonicus DSM 18378 G493DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	False
ISR0829_000000007010	2134	0.9947727122554352	3	2	1	2	1	False	21632	fragment	False	ISR0829_000000007010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000024548	1615	0.9947727122554352	2	2	1	2	1	False	21631	fragment	False	ISR0812_000000024548	1.0		0	0	False	False	0.998142421245575	0					non-mobilizable	no_good_hit								True	False
ISR0796_000000012594	1784	0.9947720067226632	4	4	3	3	2	False	21953	fragment	False	ISR0796_000000012594	1.0		0	0	False	False	0.9927130341529846	0					non-mobilizable	no_good_hit								True	False
ISR0819_000000003535	6301	0.9947694980090536	8	6	1	3	4	False	130032	fragment	False	ISR0819_000000003535	1.0		0	0	False	True	0.9998412728309631	0					non-mobilizable	no_good_hit	2515.0	97.734	70.0	0.4356796116504854	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0017_000000001302	9452	0.9947663163661288	10	7	3	5	4	True	128768	backbone	False	ENG0060_000000001922	0.8631086030200141	PS1052	0	0	False	True	0.9997884035110474	0	IncW	MOBF			mobilizable	other	7248.0	99.917	99.0	0.003038590986030532	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0036_000000002550	3582	0.9947661698463426	3	3	3	3	2	False	125032	fragment	False	ISR0036_000000002550	0.9960306209242984		0	0	False	False	0.9994416236877441	0					non-mobilizable	other	3582.0	99.49700000000001	100.0	0.012947335690681244	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0102_000000018639	1216	0.9947657810087902	3	1	1	1	1	False	14962	maximal	True	MAD0102_000000018639	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	768.0	99.87	100.0	0.00015713316984927917	CP057085.1	enterobacteria	Escherichia coli strain RHB38-C21 chromosome, complete genome	False	False
ENG0018_000000008843	2374	0.9947632828482252	4	2	1	2	2	False	91085	fragment	False	ENG0018_000000008843	1.0		0	0	False	False	0.9983150959014893	0					non-mobilizable	other	2278.0	100.0	96.0	0.01347600419016731	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
SPA0096_000000019733	2045	0.9947632828482252	4	2	1	2	2	False	91081	fragment	False	SPA0096_000000019733	0.9762934107323118		0	0	False	False	1.0	0					non-mobilizable	virus	2047.0	97.36200000000001	100.0	0.09323116219667944	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
CHI0001_000000004406	2039	0.9947632828482252	5	2	1	2	2	False	91081	fragment	False	SPA0096_000000019733	0.9732383408870066		0	0	False	False	1.0	0					non-mobilizable	other	2041.0	96.47200000000001	100.0	0.012061526807009653	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
SPA0143_000000010599	1893	0.9947632828482252	4	2	1	2	2	False	91081	fragment	False	SPA0096_000000019733	0.9281733978774932		0	0	False	False	1.0	0					non-mobilizable	other	1893.0	99.525	100.0	0.011197452757047234	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
MON0031_000000018459	1745	0.9947632828482252	4	2	1	2	2	False	30325	fragment	False	MON0031_000000018459	1.0		0	0	False	False	0.9243553280830383	0					non-mobilizable	virus	1671.0	96.948	96.0	0.4468599033816425	MK233893.1	viruses	Uncultured human fecal virus clone R.torques_S04.r1.O04_1-CL01_c29 sequence	False	False
ISR0175_000000013725	1493	0.9947632828482252	3	2	1	2	2	False	30326	fragment	False	ISR0175_000000013725	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1239.0	99.274	100.0	0.00034881188417304113	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0162_000000027330	1443	0.9947632828482252	4	2	1	2	2	False	30324	fragment	False	ISR0285_000000013675	0.970562549803325		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	99.861	99.0	0.008528292506820858	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ISR0205_000000012321	1320	0.9947632828482252	4	2	1	2	2	False	30324	fragment	False	ISR0285_000000013675	0.4853508095605243		0	0	False	False	0.9848484992980957	0					non-mobilizable	other	1320.0	100.0	100.0	0.007806258026715276	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ISR0246_000000018335	1297	0.9947632828482252	3	2	1	2	2	False	30324	fragment	False	ISR0285_000000013675	0.7060858940778126		0	0	False	False	1.0	0					non-mobilizable	virus	1297.0	99.69200000000001	100.0	0.3470209339774557	MK233893.1	viruses	Uncultured human fecal virus clone R.torques_S04.r1.O04_1-CL01_c29 sequence	False	False
SPA0024_000000000788	17922	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6687717098457017		0	0	False	True	1.0	0					non-mobilizable	other	17922.0	99.927	100.0	0.17882803768162223	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0134_01_000000000455	17902	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6688475015656543		0	0	False	True	1.0	0					non-mobilizable	other	17902.0	99.994	100.0	0.17863843206131247	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0043_000000000994	17680	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.667100157033257		0	0	False	True	1.0	0					non-mobilizable	other	17680.0	99.994	100.0	0.17642304007664059	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0020_000000000816	17411	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6670187435604804		0	0	False	True	1.0	0					non-mobilizable	other	17411.0	99.994	100.0	0.17373862366278142	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0368_000000000623	17406	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6670186410400918		0	0	False	True	1.0	0					non-mobilizable	other	17406.0	100.0	100.0	0.1736887274469104	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0268_000000000480	17406	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6670186410400918		0	0	False	True	1.0	0					non-mobilizable	other	17406.0	100.0	100.0	0.1736887274469104	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0042_000000001210	17406	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6668866877628468		0	0	False	True	1.0	0					non-mobilizable	other	17406.0	99.977	100.0	0.1736887274469104	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0365_000000000738	17406	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6669631999766007		0	0	False	True	1.0	0					non-mobilizable	plasmid	17406.0	99.994	100.0	0.17706182158516362	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0032_01_000000001235	17367	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6662859530297823		0	0	False	True	1.0	0					non-mobilizable	other	17367.0	99.994	100.0	0.17328955771994253	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0062_000000001289	17366	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6663195463850331		0	0	False	True	1.0	0					non-mobilizable	other	17366.0	100.0	100.0	0.17328955771994253	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0183_000000001455	17366	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6662607605823131		0	0	False	True	1.0	0					non-mobilizable	other	17366.0	99.988	100.0	0.17328955771994253	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0330_000000000917	17366	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6663195463850331		0	0	False	True	1.0	0					non-mobilizable	other	17366.0	100.0	100.0	0.17328955771994253	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0041_000000001255	17327	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6654652021717912		0	0	False	True	1.0	0					non-mobilizable	other	17327.0	99.994	100.0	0.17290036723614882	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0001_000000001697	17327	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6655040298478714		0	0	False	True	1.0	0					non-mobilizable	other	17327.0	100.0	100.0	0.17290036723614882	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0381_000000000672	17327	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6655040298478714		0	0	False	True	1.0	0					non-mobilizable	other	17327.0	100.0	100.0	0.17290036723614882	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0139_000000000910	17327	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6655040298478714		0	0	False	True	1.0	0					non-mobilizable	other	17327.0	100.0	100.0	0.17290036723614882	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0149_000000001292	17327	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6655040298478714		0	0	False	True	1.0	0					non-mobilizable	other	17327.0	100.0	100.0	0.17290036723614882	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0301_000000000762	17327	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6654652021717912		0	0	False	True	1.0	0					non-mobilizable	other	17327.0	99.994	100.0	0.17290036723614882	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0823_000000000266	17326	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6654345479346394		0	0	False	True	1.0	0					non-mobilizable	other	17326.0	99.994	100.0	0.17289038799297463	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0332_000000000471	17326	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6650175775533532		0	0	False	True	1.0	0					non-mobilizable	other	17326.0	99.971	100.0	0.17289038799297463	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0217_000000001447	17294	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6648698610241978		0	0	False	True	1.0	0					non-mobilizable	other	17294.0	99.988	100.0	0.1725710522114003	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0079_000000001481	17287	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.664804935192816		0	0	False	True	1.0	0					non-mobilizable	other	17287.0	100.0	100.0	0.17250119750918091	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0362_000000001192	17287	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6647661114446622		0	0	False	True	1.0	0					non-mobilizable	other	17287.0	99.994	100.0	0.17250119750918091	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0122_000000000799	17287	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6646646808597748		0	0	False	True	1.0	0					non-mobilizable	plasmid	17287.0	99.98299999999999	100.0	0.17585122941230327	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0073_000000000846	17287	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.664737565674626		0	0	False	True	1.0	0					non-mobilizable	other	17287.0	99.988	100.0	0.17250119750918091	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0155_000000000407	17279	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6643689326827228		0	0	False	True	1.0	0					non-mobilizable	plasmid	17279.0	99.98299999999999	100.0	0.17576984506454796	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0306_000000000228	17195	0.9947617341593176	25	17	13	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6622249290153909		0	0	False	True	1.0	0					non-mobilizable	other	17195.0	99.994	100.0	0.17158310713715472	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0105_000000000216	25359	0.9947598712369348	28	19	11	12	11	True	90020	maximal	True	CHI0105_000000000216	0.9925704829701928		2	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	215.0	99.535	1.0	0.0011741081715734146	NZ_RCXZ01000005.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0005, whole genome shotgun sequence	True	True
ISR0049_000000009833	2978	0.9947578324511503	5	3	3	3	3	True	54656	maximal	False	ENG0192_000000005973	0.95		0	0	False	False	0.9996641874313354	0					non-mobilizable	no_good_hit								True	True
ISR0121_000000007011	3381	0.9947535764803922	5	5	5	3	4	False	32220	maximal	True	ISR0121_000000007011	1.0		0	0	False	False	0.98994380235672	0					non-mobilizable	no_good_hit	1377.0	88.09	65.0	0.0004588531549417581	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
AST0029_000000001777	14718	0.994752865660353	24	9	4	6	5	True	118485	maximal	False	ISR0213_000000001231	0.9682599245853273		0	0	True	True	0.9995244145393372	10					non-mobilizable	no_good_hit	309.0	77.994	2.0	0.0030668595765492228	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ENG0166_000000018000	1636	0.9947526761257024	2	1	1	1	1	False	63748	fragment	False	ENG0054_000000016140	0.9735434007134365		0	0	False	False	0.9987775087356567	0					non-mobilizable	no_good_hit								True	False
FIJ0130_000000000849	20515	0.994752291857008	32	9	5	7	5	True	40899	maximal	True	FIJ0130_000000000849	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9547.0	94.721	62.0	0.015805683072810738	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0383_000000001930	5416	0.9947505709751664	10	3	2	3	1	True	23111	maximal	True	ISR0383_000000001930	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
AST0039_000000001745	8890	0.9947498453840096	7	5	5	5	5	False	116751	fragment	False	AST0039_000000001745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	94.719	74.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
CHI0056_000000011248	1786	0.9947470350614984	3	2	2	2	2	True	86107	fragment	False	CHI0056_000000011248	1.0		0	0	False	False	0.9899216294288635	0					non-mobilizable	no_good_hit								True	True
ISR0315_000000002876	3141	0.9947450111317232	6	4	3	4	3	False	122347	fragment	False	ISR0315_000000002876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2536.0	98.147	81.0	0.0007142472749423742	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
CHI0011_000000001155	4845	0.9947444980959734	4	3	2	3	3	True	90288	fragment	False	TAN0008_000000002781	0.9410826489012989		0	0	False	False	0.9993808269500732	0	IncFIB				non-mobilizable	plasmid	4845.0	99.73200000000001	100.0	0.02487393577143092	CP012884.1	enterobacteria	Klebsiella pneumoniae KP-1 plasmid pKP1-19, complete sequence	False	True
ENG0048_000000002504	8844	0.9947423134251508	15	11	5	8	7	True	125628	backbone	False	ISR0209_000000003071	0.9953444518822336	PS932|PS933	0	0	True	True	0.9989823698997498	18					non-mobilizable	no_good_hit	2174.0	93.238	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
AST0002_000000008908	3919	0.9947417690542936	5	5	1	3	5	True	132125	maximal	True	AST0002_000000008908	1.0		1	1	False	False	1.0	0	rep_cluster_1299	MOBP			mobilizable	plasmid	2708.0	91.027	99.0	0.6163349347975292	FR714836.1	firmicutes	Lactobacillus rennini plasmid pREN complete sequence, strain ACA-DC 1534	False	True
MON0001_000000000473	24345	0.99474097218931	27	25	11	17	24	True	51855	maximal	True	MON0001_000000000473	1.0		1	1	False	False	1.0	0	IncFII				non-mobilizable	plasmid	12845.0	99.93	100.0	0.06923039604120511	CP030071.1	enterobacteria	Klebsiella pneumoniae strain DA12090 plasmid pDA12090.1, complete sequence	False	True
CHI0056_000000002025	7237	0.9947382239300316	6	4	3	3	4	True	86171	maximal	True	CHI0056_000000002025	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	3069.0	96.93700000000001	44.0	0.0005942064100307	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0108_000000008650	2374	0.9947370257243221	4	2	2	2	1	False	115560	fragment	False	ENG0108_000000008650	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1819.0	96.262	92.0	0.010497234348862556	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0086_000000004040	3620	0.9947364554772729	4	4	4	4	2	False	5522	maximal	True	SPA0086_000000004040	1.0		2	1	False	False	0.9933701753616333	0					non-mobilizable	no_good_hit	196.0	99.49	5.0	5.4942098072490325e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MAD0045_000000016077	2450	0.9947360168931958	4	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.14657068975095833		0	0	False	False	0.9995918273925781	0					non-mobilizable	no_good_hit	947.0	86.37799999999999	42.0	0.0019739166982061197	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0186_000000015934	1932	0.9947360168931958	3	2	1	2	2	False	105393	fragment	False	ISR0186_000000015934	1.0		0	0	False	False	0.9943064451217651	0					non-mobilizable	no_good_hit	461.0	86.985	23.0	0.0009576841607822063	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0152_000000003385	6374	0.9947349135274864	5	4	4	3	1	True	43011	fragment	False	FIJ0152_000000003385	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0349_000000000805	9693	0.9947334927983856	8	6	5	4	3	True	120824	fragment	False	ISR0349_000000000805	1.0		0	0	False	False	0.9998968243598938	0					non-mobilizable	no_good_hit	1842.0	86.59100000000001	19.0	0.00292488176009906	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
ISR0220_000000006046	1578	0.994731007017182	2	2	2	2	1	False	27985	maximal	True	ISR0220_000000006046	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1573.0	99.682	100.0	0.0003136314148547569	CP015159.1	enterobacteria	Escherichia coli strain Eco889, complete genome	False	False
ENG0049_000000001692	11084	0.9947286893703328	8	7	6	5	7	False	64203	maximal	True	ENG0049_000000001692	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3503.0	91.37899999999999	74.0	0.0009199702240252528	LN681231.1	enterobacteria	Yersinia ruckeri strain CSF007-82 genome assembly, chromosome: chromosome	True	False
ISR0146_000000021999	1880	0.994728676724307	3	2	2	2	2	False	122093	maximal	True	ISR0146_000000021999	1.0		0	0	False	False	0.9898936152458191	0					non-mobilizable	no_good_hit	1707.0	74.22399999999999	89.0	0.0004978564923477887	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0070_000000004012	4846	0.9947283652401094	7	4	4	3	3	False	126455	fragment	False	ISR0781_000000004759	0.9654751611388305		0	0	False	False	0.9979364275932312	0					non-mobilizable	no_good_hit								True	False
ISR0007_000000001892	6807	0.9947255431093224	8	4	3	4	2	True	51766	backbone	False	ISR0079_000000004186	0.9994918699186992	PS209|PS210	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	207.0	83.575	3.0	0.002613554434030281	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
ISR0015_000000007713	3189	0.9947242168717856	5	2	2	2	2	True	37981	maximal	True	ISR0015_000000007713	1.0		1	1	True	True	0.9996864199638367	55					non-mobilizable	no_good_hit								True	True
MAD0112_000000012938	2192	0.9947206446406672	3	3	3	3	2	False	62962	fragment	False	ENG0064_000000009667	0.9550586191923578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	97.91	71.0	0.014916060020799288	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
MAD0101_000000011419	2470	0.9947195930353434	3	3	2	3	3	True	59641	fragment	False	MAD0101_000000011419	1.0		0	0	False	False	0.9971659779548645	0	Col156				non-mobilizable	plasmid	2081.0	95.675	100.0	0.4059444661712945	CP053758.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-007, complete sequence	False	True
DEN0073_000000005657	7097	0.994719243817478	9	6	6	6	5	True	70229	maximal	True	DEN0073_000000005657	1.0		1	1	False	False	1.0	0	rep_cluster_78				non-mobilizable	no_good_hit	3427.0	97.75299999999999	81.0	0.2983617985360753	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	True	True
ISR0212_000000001992	13031	0.9947169892879224	21	6	2	3	5	True	44866	maximal	True	ISR0212_000000001992	1.0		1	1	False	False	0.9999232888221741	0					non-mobilizable	no_good_hit	302.0	80.464	2.0	0.003046481772053879	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
DEN0021_000000020020	1808	0.9947164820822234	4	1	1	1	1	False	74763	fragment	False	DEN0021_000000020020	1.0		0	0	False	False	0.9966813921928406	0					non-mobilizable	no_good_hit	920.0	95.32600000000001	73.0	0.016286818133484565	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0093_000000007977	2247	0.9947127884057008	2	1	1	1	1	True	109547	maximal	True	AST0093_000000007977	1.0		1	1	True	True	1.0	2	rep_cluster_1174				non-mobilizable	plasmid	1644.0	98.175	99.0	0.5765987350667604	L75827.1	firmicutes	Lactococcus lactis plasmid pWC1, complete sequence	False	True
MAD0102_000000003143	4939	0.9947126763620736	7	5	1	2	4	False	15067	fragment	False	MAD0102_000000003143	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4863.0	99.85600000000001	100.0	0.0010317155428020807	AP021892.1	enterobacteria	Escherichia coli 2018-01-1CC DNA, complete genome	False	False
MAD0083_000000000050	32500	0.9947121845803142	44	11	10	11	8	True	98426	fragment	False	MAD0083_000000000050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	5.86021782252064e-06	NZ_LT575476.1	firmicutes	Paenibacillus tuaregi strain Marseille-P2472T, whole genome shotgun sequence	True	True
ISR0359_000000003513	5999	0.9947092650472856	11	5	3	4	4	False	122545	fragment	False	SPA0102_000000005776	0.9599254426840633		0	0	False	False	0.9994999170303345	0					non-mobilizable	plasmid	2723.0	95.556	97.0	0.11807845860093734	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
FIJ0115_000000001909	11727	0.9947084674837546	16	16	6	10	16	True	63894	maximal	True	FIJ0115_000000001909	1.0		6	1	False	False	1.0	0	rep_cluster_1418				non-mobilizable	plasmid	11728.0	99.463	100.0	0.09211156755398113	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
MAD0098_000000006169	6435	0.9947052723053258	7	5	3	4	3	False	15355	maximal	True	MAD0098_000000006169	1.0		1	1	False	False	0.9989122152328491	0					non-mobilizable	no_good_hit								True	False
FIJ0016_000000004923	3569	0.9947050023255659	5	3	1	2	3	False	67201	fragment	False	FIJ0016_000000004923	0.9970819959147943		0	0	False	False	0.9997197985649109	0					non-mobilizable	chromosome	3570.0	97.619	100.0	0.0014693903100957164	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0131_000000005456	3427	0.9947050023255659	5	3	1	2	3	False	67201	fragment	False	FIJ0016_000000004923	0.9773045671056318		0	0	False	False	0.9982491731643677	0					non-mobilizable	chromosome	3428.0	98.075	100.0	0.001410911211431593	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0093_000000015483	2758	0.9947024933665184	2	1	1	1	1	False	9396	maximal	True	MON0093_000000015483	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0176_000000004153	1848	0.9947006973894896	5	4	2	3	3	False	113007	fragment	False	CHI0118_000000004747	0.6996889889731837		0	0	False	False	1.0	0					non-mobilizable	other	1848.0	100.0	100.0	0.038326658504700045	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0050_000000016649	1658	0.9947006973894896	5	4	2	3	3	False	113007	fragment	False	CHI0118_000000004747	0.09136715590757545		0	0	False	False	1.0	0					non-mobilizable	other	1658.0	99.819	100.0	0.03438401361250026	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0145_000000006919	4750	0.9946990782902276	4	4	3	4	3	False	81856	fragment	False	ENG0145_000000006919	1.0		0	0	False	False	0.9934737086296082	0					non-mobilizable	no_good_hit	1442.0	79.196	50.0	0.00047520222586709503	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
ISR0017_000000000292	58418	0.9946968925315056	101	29	13	20	13	True	88776	maximal	True	ISR0017_000000000292	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	6010.0	89.00200000000001	45.0	0.10631623719561904	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0149_000000003266	4824	0.9946966605503632	4	4	3	4	4	False	90203	maximal	True	CHI0149_000000003266	0.9835271317829457		2	1	False	False	0.996061384677887	0					non-mobilizable	plasmid	4805.0	99.93799999999999	99.0	0.01854153318872687	CP030920.1	enterobacteria	Escherichia coli strain KL53 plasmid pKL53-L, complete sequence	False	True
AST0060_000000009391	3038	0.9946926478909488	6	3	1	2	3	False	112469	maximal	True	AST0060_000000009391	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0061_000000003879	8404	0.9946900958863616	10	3	2	3	1	True	112206	maximal	True	AST0061_000000003879	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	33.0	96.97	0.0	4.439182978396788e-06	NZ_LN831039.1	high GC Gram+	Mycolicibacterium smegmatis strain NCTC8159 chromosome 1	True	True
MAD0093_000000003535	7171	0.9946900241767072	10	4	3	4	3	False	15691	maximal	True	MAD0093_000000003535	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	77.027	14.0	0.0003204312569180486	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0089_000000002623	6563	0.9946870002293262	8	6	5	4	5	True	110311	maximal	True	AST0089_000000002623	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6491.0	99.815	99.0	0.0012756969895320119	CP042615.1	enterobacteria	Escherichia coli strain NCYU-26-73 chromosome, complete genome	False	True
ISR0120_000000016110	2088	0.9946865804743712	2	2	2	2	2	False	32273	maximal	True	ISR0120_000000016110	1.0		2	1	False	False	0.9995210766792297	0					non-mobilizable	no_good_hit	435.0	76.092	21.0	0.0009822846893496181	MN577573.1	firmicutes	Uncultured Firmicutes bacterium isolate LL40 clone UCI_5 genomic sequence	True	False
SPA0103_000000010164	1675	0.9946849635897792	2	1	1	1	1	False	26209	maximal	True	SPA0103_000000010164	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1280.0	97.18799999999999	76.0	0.027668326477592552	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0157_000000017777	1388	0.9946849635897792	2	1	1	1	1	False	56594	fragment	False	ENG0157_000000017777	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1390.0	94.604	100.0	0.029551851050010826	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0146_000000000339	31784	0.9946834468971852	25	17	6	16	10	True	51487	fragment	False	FIJ0033_000000000484	0.8370674140884959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.007303077725612937	XM_026436014.1	thrips	PREDICTED: Frankliniella occidentalis uncharacterized LOC113216263 (LOC113216263), mRNA	True	True
ISR0002_000000004621	4513	0.9946820273301415	3	3	3	3	3	True	127161	fragment	False	ISR0002_000000004621	1.0		0	0	False	True	0.9966762661933899	0	rep_cluster_1188				non-mobilizable	no_good_hit	3132.0	99.29799999999999	73.0	0.9312704552216602	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	True	True
CAN0016_000000014496	3318	0.9946771431160838	3	3	3	3	2	False	92975	fragment	False	CAN0016_000000014496	1.0		0	0	False	False	0.9996986389160156	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
ENG0036_000000002971	7076	0.9946768402462012	6	5	3	4	3	True	117501	fragment	False	SPA0030_000000003570	0.9517448549149943		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1813.0	86.98299999999999	26.0	0.031019481747682997	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
AST0002_000000004135	7550	0.994676754335842	10	8	2	5	7	True	132491	maximal	False	AST0007_000000002363	0.9965417208716078		0	0	True	True	1.0	20					non-mobilizable	other	6649.0	98.361	99.0	0.8844207723035952	AJ239049.2	firmicutes	Streptococcus thermophilus partial repA gene, ORF1 to ORF8 and partial ORF9 DNA	False	True
ISR0208_000000020733	1344	0.9946764014224764	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.3771508932307379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	98.925	14.0	0.0003868374885255637	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0078_000000005157	5063	0.9946755058080448	5	4	4	4	4	False	114076	maximal	True	DEN0078_000000005157	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	95.199	61.0	0.0007470661628758953	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	False
MON0062_000000000424	39477	0.99467491242181	80	23	12	17	11	True	88763	maximal	True	MON0062_000000000424	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3242.0	92.751	41.0	0.05718994789635983	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0018_000000002571	8405	0.9946728928131576	13	8	5	8	3	False	37811	fragment	False	ISR0018_000000002571	1.0		0	0	False	False	0.9998810291290283	0					non-mobilizable	no_good_hit	85.0	89.412	1.0	0.0011146475430750843	NZ_BAES01000041.1	g-proteobacteria	Paraglaciecola psychrophila 170, whole genome shotgun sequence	True	False
ISR0153_000000000830	24564	0.9946724085747484	27	24	8	18	24	True	82881	maximal	True	ISR0153_000000000830	1.0		1	1	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	17810.0	98.456	99.0	0.15737122243638485	CP027378.1	enterobacteria	Escherichia coli strain 2013C-4404 plasmid unnamed2	False	True
ISR0046_000000002392	8230	0.9946718906215316	7	5	4	5	3	False	99410	maximal	True	ISR0046_000000002392	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1739.0	98.39	21.0	0.006760857049496631	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
SPA0037_000000022082	1119	0.9946701094053416	2	1	1	1	1	False	7058	fragment	False	SPA0037_000000022082	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	94.444	5.0	9.238213434105392e-05	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
MON0101_000000060245	1115	0.9946669106928232	3	2	1	1	2	False	8993	fragment	False	MON0101_000000060245	1.0		0	0	False	False	0.9973094463348389	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000002054	12360	0.9946658652706948	13	11	11	10	7	True	71635	maximal	True	ISR0152_000000002054	1.0		1	1	False	False	0.9974110126495361	0					non-mobilizable	no_good_hit	1831.0	86.23700000000001	58.0	0.028724146681893162	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ENG0170_000000004388	2715	0.9946650938122188	3	2	2	2	2	True	108863	maximal	False	FIJ0135_000000010513	0.19611962167393593		0	0	True	True	1.0	18					non-mobilizable	plasmid	1934.0	85.16	99.0	0.7168042010502625	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
MAD0057_000000012140	1291	0.9946600925066352	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.11715505675817554		0	0	False	False	0.9930286407470703	0					non-mobilizable	no_good_hit	104.0	96.154	18.0	0.00021537438550342194	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0025_01_000000010959	1409	0.9946588605340532	2	1	1	1	1	False	1648	maximal	True	USA0025_01_000000010959	1.0		0	0	False	False	0.9822569489479065	0					non-mobilizable	no_good_hit	1068.0	87.17200000000001	75.0	0.023789808204462547	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MON0014_000000002534	5704	0.9946587142319744	9	4	4	4	4	True	13456	maximal	True	MON0014_000000002534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0083_000000001786	12777	0.9946574958989178	10	8	8	5	6	True	120825	fragment	False	DEN0083_000000001786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3957.0	89.816	31.0	0.0012837779863601026	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
USA0057_01_000000001725	14802	0.9946569110952196	20	12	8	12	10	True	70824	maximal	True	USA0057_01_000000001725	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2753.0	83.58200000000001	27.0	0.0009636940357890064	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
USA0038_01_000000002955	7050	0.9946559250454236	10	8	7	7	6	True	94597	fragment	False	SPA0105_000000003698	0.4783423162876298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5785.0	98.375	82.0	0.12515696038103485	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
SPA0089_000000011513	3389	0.994654647701895	3	2	1	2	1	False	124341	fragment	False	ISR0392_000000008685	0.9513908401236302		0	0	False	False	0.9985246658325195	0					non-mobilizable	no_good_hit	683.0	94.14299999999999	39.0	0.010361511776519993	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ENG0001_000000015887	1700	0.9946544710999948	2	1	1	1	1	False	68051	fragment	False	ENG0001_000000015887	1.0		0	0	False	False	0.99647057056427	0					non-mobilizable	no_good_hit	267.0	76.779	15.0	0.0037863576386896907	NZ_FCOU01000015.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
DEN0033_000000006940	3831	0.994649982156284	4	3	2	2	1	False	124342	fragment	False	DEN0033_000000006940	1.0		0	0	False	False	0.9913860559463501	0					non-mobilizable	no_good_hit	685.0	95.766	29.0	0.010407157202848275	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
USA0044_01_000000001567	18620	0.9946483850332994	24	19	12	13	16	True	123709	fragment	False	USA0044_01_000000001567	0.980952916057984		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	7904.0	98.39299999999999	82.0	0.25438681219614284	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
CHI0027_000000011698	1488	0.9946481075254268	3	2	2	2	2	False	103999	fragment	False	CHI0027_000000011698	1.0		0	0	False	False	0.9993279576301575	0					non-mobilizable	no_good_hit	718.0	78.969	59.0	0.00015725680168984427	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0127_000000023589	1099	0.994645775772278	2	1	1	1	1	False	31877	fragment	False	ISR0127_000000023589	1.0		0	0	False	False	0.9681528806686401	0					non-mobilizable	no_good_hit								True	False
ISR0130_000000002300	10720	0.9946446057764324	15	9	6	7	7	True	124134	fragment	False	ISR0130_000000002300	0.9695323112749854		0	0	False	False	1.0	0					non-mobilizable	other	9834.0	96.685	99.0	0.002761982219669203	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0105_000000017126	2119	0.9946412520691936	3	2	2	2	2	False	122090	maximal	True	MAD0105_000000017126	1.0		1	1	False	False	0.9952808022499084	0					non-mobilizable	no_good_hit	1619.0	74.429	75.0	0.0004720899754921923	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0140_000000004006	6626	0.9946385551813756	4	3	2	2	1	False	124346	maximal	True	AST0140_000000004006	1.0		1	1	False	False	0.9975852966308594	0					non-mobilizable	no_good_hit	1468.0	77.112	56.0	0.002541380223948238	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
MON0012_000000010100	4022	0.9946356964948476	4	4	4	3	2	False	116163	fragment	False	MON0012_000000010100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	94.94	42.0	0.00037965072133637056	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0002_000000004665	4205	0.9946350693481671	9	1	1	1	1	False	92937	fragment	False	ENG0002_000000004665	0.9912051800962655		0	0	False	False	0.9990487694740295	0					non-mobilizable	no_good_hit								True	False
USA0145_01_000000006206	3933	0.9946350693481671	9	1	1	1	1	False	92937	fragment	False	ENG0002_000000004665	0.970986920332937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0108_01_000000003313	3623	0.9946350693481671	8	1	1	1	1	False	92937	fragment	False	ENG0002_000000004665	0.6403932536655649		0	0	False	False	0.9964118003845215	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000017695	2742	0.9946350693481671	6	1	1	1	1	False	92935	fragment	False	CAN0016_000000017695	1.0		0	0	False	False	0.9970824122428894	0					non-mobilizable	no_good_hit	62.0	91.935	3.0	1.1696727255713851e-05	CP041329.1	g-proteobacteria	Shewanella sp. Scap07 chromosome, complete genome	True	False
USA0125_01_000000014998	1566	0.9946350693481671	3	1	1	1	1	False	141	fragment	False	USA0125_01_000000014998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0006_000000025002	1257	0.9946350693481671	4	1	1	1	1	False	8231	fragment	False	SPA0006_000000025002	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0156_000000000941	13668	0.9946343599489588	18	11	6	10	5	False	88904	maximal	True	CHI0156_000000000941	1.0		1	1	False	False	0.9965612888336182	0					non-mobilizable	no_good_hit	470.0	97.021	3.0	0.0022818109859182455	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0316_000000001039	13471	0.9946326816684754	17	13	6	8	13	True	123628	fragment	False	USA0108_01_000000001009	0.688462611319142		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8756.0	98.584	99.0	0.2639384950662873	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
SPA0055_000000001868	13466	0.9946326816684754	17	13	6	8	13	True	123628	fragment	False	USA0108_01_000000001009	0.6884807525194581		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8751.0	98.62899999999999	99.0	0.2639384950662873	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0267_000000001105	13388	0.9946326816684754	17	13	6	8	13	True	123628	fragment	False	USA0108_01_000000001009	0.6883967694029912		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8756.0	98.584	99.0	0.2639384950662873	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ENG0015_000000001567	13280	0.9946326816684754	16	13	6	8	13	True	123628	fragment	False	USA0108_01_000000001009	0.6881534397408225		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8756.0	98.584	99.0	0.2639384950662873	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0348_000000000671	13264	0.9946326816684754	16	13	6	8	13	True	123628	fragment	False	USA0108_01_000000001009	0.6881283991478184		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8756.0	98.584	99.0	0.2639384950662873	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ENG0151_000000004208	5783	0.9946319654510418	7	7	1	4	7	False	108854	backbone	False	ENG0066_000000002902	0.9906640395371471	PS677	0	0	True	True	1.0	91	rep_cluster_2401	MOBP,MOBP		MOBP	mobilizable	plasmid	5551.0	99.85600000000001	100.0	0.9856153436334576	CP059951.1	enterobacteria	Escherichia coli strain 268.2 plasmid p4, complete sequence	False	True
MAD0029_000000000785	5184	0.9946255729136738	6	5	4	5	5	False	47518	fragment	False	MAD0029_000000000785	0.9845883730003901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.235	17.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
DEN0001_000000001151	19074	0.9946246890729864	28	14	9	11	7	True	117599	fragment	False	DEN0001_000000001151	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8346.0	96.39299999999999	89.0	0.04803184075016992	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0103_000000000453	4172	0.9946244932779442	5	4	1	2	4	False	83268	fragment	False	CHI0103_000000000453	0.9877899877899878		0	0	False	False	0.9918504357337952	0					non-mobilizable	no_good_hit	3166.0	90.145	76.0	0.0008106771461600644	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ISR0278_000000002342	4095	0.9946244932779442	6	4	1	2	4	False	83268	fragment	False	CHI0103_000000000453	0.9787871524448706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3219.0	90.463	79.0	0.0008242653462696417	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ISR0301_000000005159	3206	0.9946244932779442	4	4	1	2	4	False	25569	fragment	False	ISR0301_000000005159	0.9998379779650033		0	0	False	False	0.9996880888938904	0					non-mobilizable	no_good_hit	2324.0	89.415	72.0	0.0005948042312116854	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ISR0833_000000002541	3086	0.9946244932779442	4	4	1	2	4	False	25569	fragment	False	ISR0301_000000005159	0.9811291328758578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2256.0	89.31700000000001	73.0	0.0005773703140899636	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
CHI0027_000000001318	9712	0.994623650864978	11	6	4	3	5	False	131203	maximal	True	CHI0027_000000001318	1.0		11	5	False	False	0.999794065952301	0					non-mobilizable	no_good_hit	5479.0	94.47	57.0	0.0013215720819104392	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ENG0039_000000008065	3034	0.9946226143630891	2	2	2	2	1	True	110383	fragment	False	ENG0039_000000008065	1.0		0	0	False	False	0.9996703863143921	0					non-mobilizable	no_good_hit	1350.0	81.333	51.0	0.2701161132613567	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
AST0116_000000009057	2960	0.9946226143630891	2	2	2	2	1	True	106261	maximal	True	AST0116_000000009057	1.0		2	2	False	False	0.9989864826202393	0					non-mobilizable	no_good_hit	1448.0	80.387	69.0	0.2874312487268283	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0331_000000002402	7454	0.9946221459860228	8	4	3	4	2	False	73635	maximal	True	ISR0331_000000002402	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1473.0	85.2	27.0	0.03294482247524085	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
DEN0061_000000011475	3471	0.9946189287044658	3	3	2	1	2	False	71934	fragment	False	DEN0061_000000011475	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	87.35600000000001	2.0	2.5591872262234195e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0110_000000002160	10497	0.9946172666151648	8	7	5	6	6	True	106686	maximal	True	SPA0110_000000002160	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	9340.0	98.919	89.0	0.8493723849372385	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
AUS0024_000000002050	12953	0.9946153290069244	16	13	6	8	13	True	123628	fragment	False	USA0108_01_000000001009	0.6710575051606467		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	11579.0	99.344	100.0	0.34971850596283066	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0095_000000016938	1958	0.9946151050246758	4	3	2	2	2	False	33407	fragment	False	ISR0095_000000016938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	79.458	23.0	0.003940244098568646	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0010_000000000085	44705	0.9946132304735428	40	14	6	13	4	True	74076	fragment	False	ISR0010_000000000085	0.9630588469616395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0369_000000012437	1339	0.9946102022034454	3	1	1	1	1	False	69712	fragment	False	DEN0078_000000024721	0.9531808434596141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0012_000000002973	4894	0.9946100993112922	6	3	3	3	3	True	112885	maximal	True	AUS0012_000000002973	1.0		2	2	True	True	0.998978316783905	32					non-mobilizable	other	3782.0	99.97399999999999	100.0	0.7700142595233245	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	False	True
CAN0011_000000001087	26938	0.9946099388776272	34	13	7	10	9	False	94551	maximal	True	CAN0011_000000001087	1.0		4	3	True	True	1.0	3					non-mobilizable	no_good_hit	1958.0	87.385	10.0	0.00981488195955201	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	True
ENG0188_000000003264	7706	0.9946088928500324	11	4	3	4	4	False	80118	maximal	True	ENG0188_000000003264	0.9961341894902371		3	3	False	False	0.9979236721992493	0					non-mobilizable	no_good_hit	1036.0	80.309	20.0	0.00031949796199498635	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0015_000000001705	4812	0.9946087729164156	6	6	4	5	6	False	90358	fragment	False	CHI0015_000000001705	0.9996639032041228		0	0	False	False	0.996051549911499	0					non-mobilizable	other	4812.0	99.584	100.0	0.0011680566727210087	AP023205.1	enterobacteria	Escherichia coli TUM18781 DNA, complete genome	False	False
ENG0139_000000001045	16254	0.9946079625737262	24	9	4	7	5	False	67411	maximal	True	ENG0139_000000001045	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	1.0	2.3987591163306125e-05	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	True	False
DEN0007_000000001596	17686	0.9946075704132672	19	6	4	6	3	True	76340	maximal	True	DEN0007_000000001596	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1772.0	78.837	10.0	0.025725427397950862	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0304_000000002131	4280	0.9946067362763664	5	3	2	2	1	True	126341	maximal	True	ISR0304_000000002131	1.0		0	0	False	False	0.9892523288726807	0					non-mobilizable	no_good_hit	961.0	99.584	22.0	0.0002701935860893737	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
AST0102_000000005476	5164	0.994604857778578	11	7	5	4	6	False	108357	fragment	False	ENG0140_000000002507	0.9819144602542901		0	0	False	False	0.989930272102356	0					non-mobilizable	other	5164.0	100.0	100.0	0.05152283250838256	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
CHI0050_000000003574	2744	0.9946034707600012	3	2	2	2	1	True	86709	maximal	True	CHI0050_000000003574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0229_000000004017	3821	0.9945980351064176	6	3	2	3	2	False	128477	fragment	False	ENG0174_000000004101	0.9816455696202532		0	0	False	False	0.9973828792572021	0					non-mobilizable	no_good_hit	1051.0	84.77600000000001	34.0	0.0002983784029786641	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0024_000000001619	11980	0.9945977145221736	11	4	4	4	3	False	49265	maximal	True	FIJ0024_000000001619	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	75.0	2.0	0.0029028282304099638	NZ_QAOM01000019.1	firmicutes	Trichococcus patagoniensis strain DSM 18806 Ga0192380_119, whole genome shotgun sequence	True	False
AST0024_000000021594	1642	0.9945953617971476	3	1	1	1	1	False	121168	fragment	False	AST0024_000000021594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	86.506	33.0	0.011050402111854625	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
MAD0096_000000000672	16983	0.9945950857802232	39	11	3	9	7	False	15547	maximal	True	MAD0096_000000000672	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	79.079	4.0	0.006119767554650229	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0002_000000033989	1326	0.9945943918914376	2	2	2	2	1	True	20134	maximal	True	MAD0002_000000033989	1.0		1	1	False	False	0.993966817855835	0					non-mobilizable	plasmid	1193.0	99.665	90.0	0.02587647888852708	LR882056.1	enterobacteria	Escherichia coli isolate 2015-01-466 genome assembly, plasmid: 5	False	True
ISR0079_000000026689	1105	0.9945921654866896	2	1	1	1	1	False	34331	fragment	False	ISR0079_000000026689	1.0		0	0	False	False	0.9981900453567505	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	1.3292620751667688e-05	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
SPA0114_000000000946	22734	0.9945910053551896	16	12	8	9	12	False	4477	maximal	True	SPA0114_000000000946	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2182.0	73.602	10.0	0.0005841958339483715	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MAD0099_000000004399	5885	0.9945899792762004	8	3	2	3	1	True	15873	maximal	True	MAD0099_000000004399	1.0		4	1	True	True	1.0	36					non-mobilizable	no_good_hit	704.0	80.398	12.0	0.017638461926120043	NZ_LKET01000033.1	firmicutes	Oxobacter pfennigii strain DSM 3222 OXPF_contig000033, whole genome shotgun sequence	True	True
FIJ0007_000000000643	20662	0.9945845769101614	22	21	8	12	19	False	85513	fragment	False	ISR0350_000000000530	0.6363271337252256		0	0	False	False	0.9995644092559814	0	rep_cluster_488				non-mobilizable	plasmid	20494.0	99.536	99.0	0.17950559750521208	CP041426.1	enterobacteria	Escherichia coli strain STEC388 plasmid pSTEC388_1, complete sequence	False	True
CAN0015_000000003395	11919	0.9945828704174584	16	9	4	9	6	False	100969	maximal	True	CAN0015_000000003395	1.0		11	6	False	False	0.9999160766601562	0					non-mobilizable	no_good_hit	1533.0	84.99700000000001	13.0	0.09041374767977965	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
FIJ0106_000000023546	1200	0.9945824477859458	3	2	1	1	2	False	49197	fragment	False	FIJ0024_000000017838	0.9762895174708819		0	0	False	False	0.9900000095367432	0					non-mobilizable	other	1181.0	98.137	98.0	0.0003316177268223097	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
DEN0064_000000008018	4392	0.9945809210368144	10	5	5	5	5	True	71332	fragment	False	DEN0064_000000008018	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2999.0	95.632	99.0	0.26089229696758454	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
ISR0293_000000008787	4192	0.9945808460518354	7	7	2	3	7	True	118880	fragment	False	ISR0293_000000008787	0.991495974957294		0	0	False	False	1.0	0					non-mobilizable	plasmid	4192.0	99.881	100.0	0.09100779570476211	LS992170.1	enterobacteria	Escherichia coli isolate Escherichia coli str. TO60 genome assembly, plasmid: 3	False	True
MON0107_000000002196	15013	0.9945804757692216	26	9	4	9	4	True	71830	maximal	True	MON0107_000000002196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	0.0	8.135278052181998e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0028_000000004501	3834	0.9945804587851572	6	6	2	3	6	True	118880	fragment	False	ISR0293_000000008787	0.9314824339113517		0	0	False	False	1.0	0					non-mobilizable	plasmid	3835.0	99.948	100.0	0.12070268228182848	CP026942.1	enterobacteria	Escherichia coli strain CFS3313 plasmid pCFS3313-3, complete sequence	False	True
ENG0104_000000004530	5931	0.9945780101703612	8	6	6	5	5	False	83951	maximal	True	ENG0104_000000004530	1.0		0	0	False	False	0.9935929775238037	0					non-mobilizable	no_good_hit	540.0	97.963	31.0	0.00022438204394141422	NZ_UGTL01000001.1	CFB group bacteria	Prevotella disiens strain NCTC11157, whole genome shotgun sequence	True	False
AST0085_000000003212	4707	0.9945776215187444	7	3	2	3	2	False	118032	fragment	False	AST0085_000000003212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2010.0	97.413	67.0	0.16897972916140971	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0847_000000002015	9683	0.9945775573636604	12	10	5	7	9	True	123628	fragment	False	USA0108_01_000000001009	0.5397876831213898		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4747.0	98.18799999999999	95.0	0.14365276348447242	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0153_000000001011	21028	0.9945772914243344	23	21	9	11	21	True	98243	maximal	False	MAD0110_000000000861	0.9436637483510047	PS546	0	0	False	True	0.9999524354934692	0		MOBP			mobilizable	plasmid	8683.0	99.539	96.0	0.21963621644868325	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
ISR0040_000000013366	1991	0.9945749491752924	3	2	2	1	1	False	36488	maximal	True	ISR0040_000000013366	1.0		2	1	False	False	0.9994977116584778	0					non-mobilizable	no_good_hit	968.0	85.124	48.0	0.00042251318926307023	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0121_000000018551	1398	0.9945749491752924	2	2	2	1	1	False	32192	fragment	False	ISR0121_000000018551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	88.412	50.0	0.00030656362381041894	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0097_000000012162	2572	0.994574672903467	3	2	2	2	2	False	42926	maximal	True	FIJ0097_000000012162	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	2572.0	99.806	100.0	0.03433814592710323	CP021611.1	other sequences	Unidentified plasmid plasmid FAKO02_000237F, complete sequence	False	True
ISR0099_000000002721	7777	0.9945735511419064	11	7	5	7	5	False	122369	fragment	False	ISR0099_000000002721	0.9708636836628513		0	0	False	False	0.997428297996521	0					non-mobilizable	other	7778.0	98.779	100.0	0.04602673894902555	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
USA0018_01_000000008265	2918	0.9945718545817696	6	4	3	4	2	False	124097	maximal	True	USA0018_01_000000008265	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1677.0	100.0	57.0	0.00047100958487643303	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0102_000000002074	7074	0.994570998613374	7	5	3	3	5	False	15040	maximal	True	MAD0102_000000002074	1.0		1	1	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit	4220.0	99.052	60.0	0.0007800228367908984	CP038344.1	enterobacteria	Escherichia coli O157:H7 strain Gim1-1 chromosome, complete genome	True	False
CHI0122_000000004332	3123	0.9945655488184628	4	2	2	2	1	False	111863	fragment	False	CHI0122_000000004332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1986.0	99.95	64.0	0.0031674251466430083	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0029_000000010595	2468	0.9945655488184628	3	2	2	2	1	False	111853	fragment	False	ISR0301_000000006666	0.9614858012902682		0	0	False	False	0.9927066564559937	0					non-mobilizable	no_good_hit	1503.0	99.867	61.0	0.0023967116222961197	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0262_000000007165	2263	0.9945655488184628	3	2	2	2	1	False	111853	fragment	False	ISR0301_000000006666	0.6339816315505132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1531.0	99.935	68.0	0.0024413906671857948	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
CHI0015_000000005959	1686	0.9945655488184628	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.8440751942854331		0	0	False	False	1.0	0					non-mobilizable	other	1686.0	100.0	100.0	0.0026887210942536364	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0150_000000017262	1428	0.9945623407537392	2	2	2	1	1	False	39790	maximal	True	FIJ0150_000000017262	1.0		0	0	False	False	0.9600840210914612	0					non-mobilizable	no_good_hit	259.0	98.84200000000001	18.0	4.836947983311405e-05	NC_016845.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 chromosome, complete genome	True	False
ENG0092_000000001209	12764	0.9945619905986509	16	12	6	8	12	True	123628	fragment	False	USA0108_01_000000001009	0.6826120384814329		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	10993.0	99.545	99.0	0.33179974574732124	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0007_000000002556	5113	0.9945618300617604	8	5	2	3	5	False	38452	maximal	True	ISR0007_000000002556	1.0	PS69	2	1	True	True	1.0	118		MOBQ			mobilizable	no_good_hit	1534.0	94.785	49.0	0.4130019120458891	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	True	True
ENG0050_000000014391	1882	0.9945611886563828	4	3	2	2	1	False	64133	fragment	False	ENG0050_000000014391	1.0		0	0	False	False	0.9978746175765991	0					non-mobilizable	no_good_hit	433.0	75.058	23.0	0.00010587403636523446	CP016378.1	CFB group bacteria	Elizabethkingia meningoseptica strain G4120, complete genome	True	False
ISR0849_000000012888	2127	0.9945597854564237	4	2	1	1	2	False	21521	fragment	False	ISR0849_000000012888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000018177	1790	0.9945587940797018	3	2	1	1	2	False	75655	fragment	False	DEN0011_000000024270	0.9527243589743589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0090_000000001537	7663	0.9945582999788612	9	4	3	4	3	False	57519	fragment	False	MAD0090_000000001537	1.0		0	0	False	False	0.9990864992141724	0					non-mobilizable	no_good_hit	698.0	84.527	10.0	0.00029415283340787206	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
MAD0035_000000004432	5151	0.994558110471003	6	3	2	3	2	False	18787	maximal	True	MAD0035_000000004432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4361.0	99.81700000000001	85.0	0.03731407151293155	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	True	False
FIJ0058_000000031060	1363	0.9945578197377384	2	1	1	1	1	False	45965	fragment	False	FIJ0058_000000031060	1.0		0	0	False	False	0.9845927953720093	0					non-mobilizable	no_good_hit								True	False
SPA0034_000000009455	3801	0.9945536728473248	6	4	3	3	4	True	104865	fragment	False	SPA0034_000000009455	1.0		0	0	False	False	0.9989476203918457	0					non-mobilizable	no_good_hit	2178.0	84.389	57.0	0.17523194836627673	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CAN0016_000000012548	3801	0.99455352706637	7	3	2	3	3	False	119411	fragment	False	CAN0016_000000012548	1.0		0	0	False	False	0.9989476203918457	0					non-mobilizable	no_good_hit	108.0	78.704	3.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
DEN0046_000000007685	3116	0.99455352706637	5	3	2	3	3	False	119408	fragment	False	DEN0046_000000007685	1.0		0	0	False	False	0.9964698553085327	0					non-mobilizable	no_good_hit	108.0	78.704	3.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
ISR0123_000000002737	6066	0.9945522969639914	7	2	2	2	2	True	122836	maximal	True	ISR0123_000000002737	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	73.17399999999999	12.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
AST0019_000000007112	3771	0.9945522969639914	4	2	2	2	2	True	122835	fragment	False	ISR0112_000000007891	0.9994694960212201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	73.17399999999999	19.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
ISR0112_000000007891	3770	0.9945522969639914	4	2	2	2	2	True	122835	fragment	False	ISR0112_000000007891	0.9994696367011403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	73.32300000000001	19.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
CHI0086_000000001440	3333	0.9945522969639914	3	2	2	2	2	True	84065	maximal	True	CHI0086_000000001440	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	82.021	40.0	0.2688938684049705	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
CHI0102_000000000688	11364	0.9945512600834652	14	10	4	7	7	False	130182	maximal	True	CHI0102_000000000688	1.0	PS1004|PS1080|PS1081|PS1086|PS1087|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	7	2	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	5222.0	99.885	78.0	0.9319885755087469	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
SPA0040_000000037547	1163	0.9945507215130844	1	1	1	1	1	False	6932	fragment	False	SPA0040_000000037547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0117_000000015437	1327	0.994548849858276	2	2	2	2	2	False	43086	fragment	False	ISR0130_000000021080	0.5641115503212573		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	98.30799999999999	98.0	0.0031673424801827743	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0052_000000006452	3635	0.9945486241317154	6	4	2	4	3	True	125370	fragment	False	MON0100_000000010783	0.9786893979754928		0	0	False	False	1.0	0					non-mobilizable	other	3636.0	98.26700000000001	100.0	0.0010374770385068095	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0117_000000004225	3546	0.9945467813474844	8	6	4	6	5	False	118820	fragment	False	USA0056_01_000000006190	0.4697202343947241		0	0	False	False	0.9997180104255676	0					non-mobilizable	other	3546.0	99.74600000000001	100.0	0.07356145338341184	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0066_000000004576	3907	0.9945453418398249	5	4	2	3	2	True	118585	backbone	False	ENG0087_000000006791	0.7254378214790342	PS806|PS807	0	0	True	True	1.0	60		MOBQ			mobilizable	no_good_hit	1955.0	93.146	76.0	0.536403750689465	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	True	True
MON0096_000000008579	3811	0.9945448168266926	2	2	2	2	2	False	92290	fragment	False	SPA0106_000000008798	0.8836188932929078		0	0	False	False	0.9916032552719116	0					non-mobilizable	no_good_hit	64.0	87.5	2.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
ISR0159_000000006036	4105	0.994543876236026	5	4	2	3	2	True	118585	backbone	False	ENG0087_000000006791	0.21129847816031808	PS806|PS807	0	0	True	True	1.0	70		MOBQ			mobilizable	no_good_hit	2514.0	95.545	83.0	0.24868460240246204	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	True	True
ISR0333_000000006518	3147	0.9945425427289012	2	2	2	2	2	False	41660	fragment	False	ISR0333_000000006518	1.0		0	0	False	False	0.9990466833114624	0					non-mobilizable	no_good_hit	81.0	100.0	3.0	9.745911894519995e-05	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0102_000000001030	18655	0.994536000274908	18	10	7	8	7	True	68459	backbone	True	ISR0102_000000001030	0.9287611431255356	PS255|PS256|PS318	2	1	True	True	1.0	25					non-mobilizable	no_good_hit	1603.0	74.984	8.0	0.06446192935005328	NZ_CYZK01000033.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
DEN0094_000000014302	2502	0.9945356766255392	5	3	3	2	2	False	68367	fragment	False	DEN0094_000000014302	1.0		0	0	False	False	0.9924060702323914	0					non-mobilizable	other	2502.0	99.96	100.0	0.056165644860652605	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
MON0059_000000024799	1579	0.9945356146083536	2	2	2	2	1	False	13894	fragment	False	MON0059_000000024799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	3.0	0.0002323253985274144	NZ_LR656172.1	firmicutes	Bacillus marasmi strain Marseille-P3556, whole genome shotgun sequence	True	False
MON0080_000000051849	1138	0.9945352847380636	2	1	1	1	1	False	17515	backbone	False	MON0016_000000031731	0.9415364082350456	PS39	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	121.0	76.86	11.0	0.00027343135847534677	NZ_RIAX01000002.1	firmicutes	Planococcus salinus strain LCB217 Scaffold2, whole genome shotgun sequence	True	True
ISR0029_000000012347	3734	0.9945333046052692	7	3	2	3	2	False	122351	fragment	False	ISR0029_000000012347	0.9751820879417319		0	0	False	False	0.9994643926620483	0					non-mobilizable	other	3736.0	97.698	100.0	0.022093071428148692	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
USA0108_01_000000003234	3707	0.9945333046052692	7	3	2	3	2	False	122351	fragment	False	ISR0029_000000012347	0.9717461167648633		0	0	False	False	1.0	0					non-mobilizable	other	3682.0	97.311	99.0	0.021773482395970812	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ENG0012_000000008338	2875	0.9945333046052692	6	3	2	3	2	False	122345	fragment	False	FIJ0008_000000010289	0.9631232073056427		0	0	False	False	0.9878261089324951	0					non-mobilizable	other	2875.0	99.2	100.0	0.017009238490356106	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
FIJ0008_000000010289	2792	0.9945333046052692	5	3	2	3	2	False	122345	fragment	False	FIJ0008_000000010289	0.9633979316828217		0	0	False	False	0.9992836713790894	0					non-mobilizable	other	2792.0	99.24799999999999	100.0	0.016518018311267882	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
DEN0022_000000014238	2748	0.9945333046052692	5	3	2	3	2	False	122345	fragment	False	FIJ0008_000000010289	0.9479895039051698		0	0	False	False	0.9945414662361145	0					non-mobilizable	other	2678.0	99.552	97.0	0.01584333035444791	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ISR0112_000000012754	2584	0.9945333046052692	5	3	2	3	2	False	122345	fragment	False	FIJ0008_000000010289	0.569845117887247		0	0	False	False	0.9930340647697449	0					non-mobilizable	other	2573.0	100.0	99.0	0.015221907236324253	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ISR0812_000000015644	2540	0.9945333046052692	6	3	2	3	2	False	122334	fragment	False	ISR0812_000000015644	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2540.0	98.307	100.0	0.6814278046162104	MK233893.1	viruses	Uncultured human fecal virus clone R.torques_S04.r1.O04_1-CL01_c29 sequence	False	False
CHI0164_000000010254	2177	0.9945333046052692	5	3	2	3	2	False	91082	fragment	False	CHI0164_000000010254	0.9705848230765174		0	0	False	False	1.0	0					non-mobilizable	virus	2177.0	99.954	100.0	0.5840042941492217	MK233893.1	viruses	Uncultured human fecal virus clone R.torques_S04.r1.O04_1-CL01_c29 sequence	False	False
ISR0054_000000011921	2107	0.9945333046052692	5	3	2	3	2	False	91082	fragment	False	CHI0164_000000010254	0.9663327790300048		0	0	False	False	1.0	0					non-mobilizable	other	2106.0	99.43	99.0	0.012458053939526653	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ISR0021_000000011246	2079	0.9945333046052692	5	3	2	3	2	False	122333	fragment	False	AST0019_000000013177	0.9510919017288444		0	0	False	False	1.0	0					non-mobilizable	virus	2080.0	98.99	100.0	0.5579710144927537	MK233893.1	viruses	Uncultured human fecal virus clone R.torques_S04.r1.O04_1-CL01_c29 sequence	False	False
ENG0149_000000004209	5979	0.994532667454658	11	7	5	4	5	True	117587	maximal	False	ENG0194_000000004266	0.9932561957620332	PS593	0	0	True	True	1.0	154		MOBP			mobilizable	other	3430.0	99.854	100.0	0.577714093054619	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
MAD0091_000000000786	11869	0.994530559104988	13	13	7	9	13	False	82217	maximal	True	MAD0091_000000000786	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	10246.0	96.40799999999999	100.0	0.0021071929181524615	CP057962.1	enterobacteria	Escherichia coli strain RHB08-C09 chromosome, complete genome	False	False
SPA0038_000000016055	1662	0.9945299404172828	4	2	1	1	2	False	7037	fragment	False	SPA0038_000000016055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0118_000000001291	8222	0.9945296707300348	13	5	3	4	3	False	32386	maximal	True	ISR0118_000000001291	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2636.0	93.134	56.0	0.046680608230248465	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0108_000000009909	2705	0.9945270354245874	3	3	2	3	2	True	107245	fragment	False	AST0108_000000009909	1.0		0	0	False	False	0.9929759502410889	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	2.8767519727737616e-06	LR862140.1	monocots	Ananas comosus var. bracteatus genome assembly, chromosome: 12	True	True
CHI0144_000000006063	2481	0.9945260502009928	4	4	3	4	4	False	115021	fragment	False	CHI0144_000000006063	1.0		0	0	False	False	0.9935510158538818	0					non-mobilizable	no_good_hit	645.0	77.209	26.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0198_000000027828	1197	0.9945240892854154	2	2	2	2	1	False	58142	fragment	False	ENG0134_000000029748	0.6209315375982043		0	0	False	False	0.9991645812988281	0					non-mobilizable	other	1199.0	93.411	100.0	0.026858900940959825	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
SPA0150_000000002477	6856	0.9945234529106668	8	8	5	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.26544706122952055		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6858.0	99.06700000000001	100.0	0.2207411700312309	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0183_000000003275	8532	0.9945214191441012	8	6	4	5	4	False	55188	maximal	True	ENG0183_000000003275	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	78.689	1.0	4.698733532034014e-05	CP027417.1	b-proteobacteria	Oligella urethralis strain FDAARGOS_329 chromosome, complete genome	True	False
DEN0008_000000005300	1641	0.9945195142074648	2	1	1	1	1	False	76123	maximal	True	DEN0008_000000005300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	98.333	4.0	1.727753995943585e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
AST0028_000000000452	35249	0.994519100323956	27	11	7	10	8	False	118942	maximal	True	AST0028_000000000452	1.0		1	1	False	False	0.9997730255126953	0					non-mobilizable	no_good_hit	1771.0	73.066	5.0	0.009300046311753492	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0154_000000002491	10919	0.9945186684776424	16	8	4	5	6	True	104918	maximal	False	ISR0155_000000002545	0.9997264271384279		0	0	True	True	1.0	19					non-mobilizable	no_good_hit	3650.0	96.164	59.0	0.2929407018959258	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0155_000000002545	10887	0.9945186684776424	15	8	4	5	6	True	104918	maximal	True	ISR0155_000000002545	0.99972647702407		1	1	True	True	0.9984384775161743	3					non-mobilizable	no_good_hit	3650.0	96.164	60.0	0.2929407018959258	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0049_000000015096	1102	0.9945179315289662	1	1	1	1	1	False	108446	fragment	False	AST0101_000000006179	0.6908983487407868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	96.815	28.0	0.0008881753121423813	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0040_000000001915	11156	0.9945174283520456	12	12	6	8	12	True	123628	fragment	False	USA0108_01_000000001009	0.45934513967005697		0	0	False	True	0.999641478061676	0	rep_cluster_1702				non-mobilizable	plasmid	8765.0	97.855	99.0	0.2817218841559612	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0044_000000001543	7070	0.9945164667154209	11	4	2	3	2	False	87286	maximal	True	CHI0044_000000001543	1.0		1	1	True	True	1.0	119					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.1060128579715496e-05	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	True	True
CAN0012_000000006028	9225	0.9945143618543028	11	6	4	6	4	True	125337	fragment	False	CAN0012_000000006028	1.0		0	0	False	True	0.9973983764648438	0					non-mobilizable	no_good_hit	2261.0	78.461	37.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0134_000000011708	2770	0.9945141853309416	5	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.5390155158610402		0	0	False	False	0.9924187660217285	0					non-mobilizable	no_good_hit	986.0	88.337	40.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0776_000000010483	2347	0.9945141853309416	4	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.4750992858389532		0	0	False	False	0.997869610786438	0					non-mobilizable	no_good_hit	986.0	88.337	41.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0072_000000003225	7268	0.9945134376195296	9	2	1	2	1	False	77362	fragment	False	ISR0072_000000003225	1.0		0	0	False	False	0.9976609945297241	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0006015704154002027	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
ISR0265_000000010967	1565	0.9945116692012052	2	2	2	2	1	False	26598	maximal	True	ISR0265_000000010967	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	93.81	40.0	0.004607822309478635	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	True	False
MON0016_000000000095	20762	0.9945111292249732	22	9	4	5	5	False	13373	maximal	True	MON0016_000000000095	1.0		2	1	False	False	0.999422013759613	0					non-mobilizable	no_good_hit	511.0	99.804	2.0	0.0009013116735767228	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0084_000000004914	5119	0.9945091668451514	6	5	4	5	3	True	64246	fragment	False	MON0084_000000004914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
SPA0118_000000007609	3857	0.9945074587746616	4	4	4	4	4	False	116244	fragment	False	ENG0141_000000006156	0.6316224481362096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2212.0	97.92	57.0	0.017804369358124704	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
TAN0002_000000000878	17272	0.9945071999963234	12	10	9	10	8	True	3082	maximal	True	TAN0002_000000000878	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	83.456	5.0	0.0002700021307196506	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	True
ENG0064_000000005554	4088	0.9945059156103272	6	4	2	4	2	False	96214	fragment	False	ENG0064_000000005554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0125_000000002608	5710	0.9945011190221364	10	4	3	4	3	True	34194	maximal	True	ISR0125_000000002608	1.0		18	3	True	True	1.0	26					non-mobilizable	no_good_hit	75.0	96.0	2.0	0.00016039882952205485	NZ_FNGW01000004.1	firmicutes	Romboutsia lituseburensis DSM 797, whole genome shotgun sequence	True	True
ISR0191_000000001548	5693	0.9945011190221364	9	4	3	4	3	True	34194	maximal	False	ISR0125_000000002608	0.9990075890251022		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	75.0	96.0	2.0	0.00016039882952205485	NZ_FNGW01000004.1	firmicutes	Romboutsia lituseburensis DSM 797, whole genome shotgun sequence	True	True
SPA0124_000000000151	79024	0.9945010165768321	69	42	27	38	29	True	93922	maximal	True	SPA0124_000000000151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	10957.0	83.14299999999999	14.0	0.07125795655882931	NZ_GL882606.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld5, whole genome shotgun sequence	True	True
FIJ0021_000000013253	3767	0.9945003845039506	6	5	5	5	5	False	49664	fragment	False	FIJ0021_000000013253	1.0		0	0	False	False	0.9986726641654968	0					non-mobilizable	plasmid	3767.0	99.947	100.0	0.022722061999975868	CP030066.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.1, complete sequence	False	True
FIJ0122_000000005432	3075	0.9945002764893284	5	3	1	2	1	True	41438	maximal	True	FIJ0122_000000005432	1.0		1	1	False	False	0.9977235794067383	0					non-mobilizable	no_good_hit	1415.0	98.65700000000001	82.0	0.526433358153388	LN852949.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0277	True	True
AST0052_000000007065	3028	0.9944971107378408	4	3	2	3	3	False	119424	fragment	False	AST0052_000000007065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	71.44800000000001	23.0	0.00023662568408552588	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0100_000000005068	3028	0.9944971107378408	4	3	2	3	3	False	119424	fragment	False	AST0052_000000007065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	71.44800000000001	23.0	0.00023662568408552588	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0026_000000011036	2660	0.9944971107378408	4	3	2	3	3	False	119406	fragment	False	DEN0026_000000010745	0.7346994299752446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	71.44800000000001	27.0	0.00023662568408552588	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0135_000000001385	14001	0.9944934722164462	20	11	8	8	8	False	123909	fragment	False	ISR0071_000000000283	0.4349204053514046		0	0	False	False	0.9997857213020325	0					non-mobilizable	no_good_hit	5779.0	98.425	54.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
FIJ0006_000000012257	2856	0.9944930583541016	4	1	1	1	1	False	53193	fragment	False	FIJ0006_000000012257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0035_000000008831	3059	0.9944918873685102	4	4	4	3	3	False	12727	maximal	True	MON0035_000000008831	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	94.412	20.0	0.0002285247413423503	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0087_000000018938	1877	0.9944844817181636	3	2	2	2	2	False	96908	fragment	False	ISR0087_000000018938	1.0		0	0	False	False	0.9957378506660461	0					non-mobilizable	other	1726.0	99.884	92.0	0.0003643173442722872	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0223_000000006834	3916	0.9944843156599574	3	2	2	2	2	False	27829	maximal	True	ISR0223_000000006834	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3602.0	98.89	92.0	0.033366072421333534	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	False	False
ISR0035_000000003280	5153	0.994484086155727	5	4	2	3	4	True	59645	maximal	True	ISR0035_000000003280	1.0	PS262	5	4	True	True	1.0	18	Col156	MOBQ			mobilizable	plasmid	5039.0	100.0	100.0	0.9851388345717638	CP053758.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-007, complete sequence	False	True
MON0012_000000012113	3555	0.9944839213955065	3	3	2	3	3	True	45453	fragment	False	MON0012_000000012113	1.0		0	0	False	False	1.0	0	Col156	MOBQ			mobilizable	plasmid	3404.0	100.0	96.0	0.6654282362143137	CP019693.1	enterobacteria	Shigella sonnei strain 75/02 plasmid p75-02_5, complete sequence	False	True
CHI0155_000000000528	14200	0.9944836557351032	19	10	7	8	6	True	88251	maximal	True	CHI0155_000000000528	1.0		15	4	False	False	0.999788761138916	0					non-mobilizable	no_good_hit	3018.0	93.671	58.0	0.04851269649334945	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0844_000000011024	1175	0.994483620220333	2	1	1	1	1	False	20699	fragment	False	ISR0844_000000011024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	91.525	5.0	1.89524460255577e-05	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
ISR0372_000000009500	1842	0.994483027327514	3	3	2	3	2	False	115014	fragment	False	ISR0372_000000009500	0.9829419944248058		0	0	False	False	0.9956569075584412	0					non-mobilizable	no_good_hit	604.0	76.987	32.0	0.00013514628905523675	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0177_000000017031	1801	0.9944827114275002	3	1	1	1	1	False	29759	maximal	True	ISR0177_000000017031	1.0		4	1	False	False	0.9838978052139282	0					non-mobilizable	no_good_hit								True	False
ISR0851_000000012703	1130	0.9944827114275002	1	1	1	1	1	False	20546	fragment	False	ISR0851_000000012703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000001135	15480	0.9944808840584438	27	6	2	5	4	False	93873	maximal	True	ENG0039_000000001135	1.0		1	1	False	False	0.9994832277297974	0					non-mobilizable	no_good_hit	88.0	87.5	1.0	0.000569850229951328	NC_024354.1	viruses	Cronobacter phage CR8, complete genome	True	False
ISR0115_000000028627	1277	0.9944801174022576	3	1	1	1	1	False	59414	fragment	False	ISR0115_000000028627	0.9524260622114114		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	99.68700000000001	100.0	0.00035859679612310774	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0109_000000011511	1244	0.9944801174022576	3	1	1	1	1	False	59414	fragment	False	ISR0115_000000028627	0.7206877773690226		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	98.23200000000001	100.0	0.0003493227410509584	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0022_000000002024	12881	0.9944789388870414	17	14	6	8	14	True	123628	fragment	False	USA0108_01_000000001009	0.6711984444173273		0	0	False	True	0.9999223947525024	0	rep_cluster_1702				non-mobilizable	plasmid	10524.0	97.48200000000001	100.0	0.3381950481341962	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0214_000000009314	2962	0.9944779538292171	3	2	1	2	1	True	80431	maximal	True	ISR0214_000000009314	0.9623445639455056		2	2	True	True	1.0	126					non-mobilizable	no_good_hit	778.0	80.72	39.0	0.26040268456375837	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
SPA0145_000000011586	2938	0.9944779538292171	2	2	1	2	1	True	80431	maximal	False	ISR0214_000000009314	0.9622636142849915		0	0	True	True	1.0	79					non-mobilizable	no_good_hit	778.0	80.72	33.0	0.26040268456375837	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
CHI0188_000000005217	2880	0.9944779538292171	3	2	1	2	1	True	80431	maximal	False	ISR0214_000000009314	0.8096448590761329		0	0	True	True	1.0	130					non-mobilizable	no_good_hit	544.0	82.537	33.0	0.1818791946308725	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
SPA0055_000000002818	9893	0.9944774488003144	10	5	4	3	5	False	62719	maximal	True	SPA0055_000000002818	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2935.0	94.889	59.0	0.015783691800665595	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
DEN0005_000000003314	7800	0.9944758572092476	11	5	3	4	4	False	119193	maximal	True	DEN0005_000000003314	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1491.0	87.12299999999999	19.0	0.0068732019130257815	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
DEN0029_000000002957	4103	0.9944748712956414	5	5	5	3	4	True	73855	maximal	True	DEN0029_000000002957	1.0		2	2	False	False	0.998293936252594	0					non-mobilizable	no_good_hit	59.0	94.915	1.0	2.322387283748056e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	True
CHI0039_000000006666	1935	0.9944721765194114	6	3	2	3	3	False	91082	fragment	False	CHI0164_000000010254	0.6267995570321152		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	96.296	100.0	0.011487450212171608	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
CHI0118_000000004747	2029	0.9944679858977534	6	5	3	4	3	False	113007	fragment	False	CHI0118_000000004747	0.9357237869302935		0	0	False	False	0.9960571527481079	0					non-mobilizable	other	2029.0	99.95100000000001	100.0	0.04208254653358511	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
DEN0078_000000005381	4869	0.9944677105364104	7	2	2	2	2	False	69840	maximal	True	DEN0078_000000005381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.99772035348739e-06	CP059255.1	a-proteobacteria	Rhodoblastus sp. isolate SSC7 chromosome, complete genome	True	False
MON0030_000000006339	5059	0.9944644292451754	9	6	3	3	4	True	123814	backbone	False	CHI0167_000000003333	0.9834514766198829	PS607|PS904	0	0	True	True	1.0	94		MOBP			mobilizable	plasmid	3886.0	98.713	100.0	0.7788732394366197	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0145_000000011094	2884	0.9944620938690488	2	2	2	1	2	False	57507	fragment	False	ENG0145_000000011094	1.0		0	0	False	False	0.9920249581336975	0					non-mobilizable	no_good_hit	895.0	87.709	31.0	0.0002686373161325141	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0072_000000000769	6792	0.9944599990430226	9	8	3	6	8	False	16321	maximal	True	MAD0072_000000000769	1.0		2	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	4851.0	99.979	100.0	0.04285815276943197	CP042948.1	enterobacteria	Escherichia coli strain 90-9133 plasmid p90-9133_1, complete sequence	False	True
AST0084_000000003858	6939	0.9944599091394536	8	4	4	4	2	True	111599	maximal	True	AST0084_000000003858	1.0		1	1	True	True	1.0	43					non-mobilizable	no_good_hit								True	True
FIJ0144_000000012316	2566	0.9944598572526256	4	3	2	1	2	False	90344	maximal	True	FIJ0144_000000012316	1.0		6	3	False	False	1.0	0					non-mobilizable	chromosome	2251.0	98.756	99.0	0.0004556655633484493	CP041437.1	enterobacteria	Escherichia coli strain STEC005 chromosome, complete genome	False	False
MON0058_000000013078	3409	0.9944593946293004	5	2	1	1	2	False	92740	fragment	False	MON0058_000000013078	1.0		0	0	False	False	0.9997066855430603	0					non-mobilizable	no_good_hit	125.0	96.0	4.0	0.0001568167217211394	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ENG0047_000000002113	6475	0.9944555146005766	6	5	5	4	4	False	115407	fragment	False	ENG0047_000000002113	1.0		0	0	False	False	0.9808494448661804	0					non-mobilizable	chromosome	6250.0	94.56	96.0	0.002572256691944463	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0162_000000016469	1386	0.9944509817702568	2	2	2	2	1	False	39214	maximal	True	FIJ0162_000000016469	1.0		2	1	False	False	0.9992784857749939	0					non-mobilizable	no_good_hit	889.0	93.363	64.0	0.43529411764705883	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0099_000000000469	19896	0.9944504488714266	27	26	4	21	25	True	89160	fragment	False	SPA0099_000000000469	1.0		0	0	False	False	1.0	0			MPF_F	MOBP	mobilizable	plasmid	6423.0	97.369	98.0	0.02904438543075719	CP031548.1	enterobacteria	Escherichia coli strain cq9 plasmid unnamed2, complete sequence	False	True
ITA0007_000000000125	3253	0.9944470707943718	6	2	0	2	1	True	108594	fragment	False	ITA0007_000000000125	1.0		0	0	False	False	0.9981555342674255	0					non-mobilizable	no_good_hit	974.0	97.023	57.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0149_000000008547	3211	0.9944470707943718	5	2	0	2	1	True	108599	maximal	True	AST0149_000000008547	1.0	PS261	0	0	False	True	0.9993771314620972	0					non-mobilizable	no_good_hit	879.0	99.204	45.0	0.4875069405885619	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0292_000000005956	3021	0.9944470707943718	6	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.9864437167443048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.369	56.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0820_000000007333	2935	0.9944470707943718	6	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.9774700618995108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.15899999999999	55.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0041_000000011880	2853	0.9944470707943718	5	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.7860238462192558		0	0	False	False	0.9996494650840759	0					non-mobilizable	no_good_hit	951.0	99.79	53.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0814_000000013857	2831	0.9944470707943718	6	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.9744149427470293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.15899999999999	53.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0096_000000008422	2829	0.9944470707943718	6	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.9730072380946484		0	0	False	False	0.998939573764801	0					non-mobilizable	no_good_hit	951.0	99.369	53.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0004_000000009416	2796	0.9944470707943718	6	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.9707985814082515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.79	52.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0142_000000011954	2706	0.9944470707943718	6	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.8690254943804772		0	0	False	False	0.9959349632263184	0					non-mobilizable	no_good_hit	951.0	99.15899999999999	51.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0010_000000007663	2698	0.9944470707943718	6	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.7804762491140763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	99.241	51.0	0.1948148148148148	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0148_000000006533	2638	0.9944470707943718	5	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.7770961289990029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.79	50.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0117_000000008597	2635	0.9944470707943718	4	2	0	2	1	True	108564	fragment	False	ENG0117_000000008597	1.0		0	0	False	False	0.9992409944534302	0					non-mobilizable	no_good_hit	935.0	99.786	53.0	0.23061728395061729	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0085_000000007100	2626	0.9944470707943718	5	2	0	2	1	True	108589	fragment	False	ENG0085_000000007100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.264	50.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0126_000000015886	2626	0.9944470707943718	5	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.7747038343026468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.79	49.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0200_000000008919	2619	0.9944470707943718	5	2	0	2	1	True	108593	fragment	False	ISR0292_000000005956	0.6822961019071239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	99.557	53.0	0.22271604938271605	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0044_000000010121	2611	0.9944470707943718	5	2	0	2	1	True	108588	fragment	False	SPA0044_000000010121	0.9776536312849162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.579	45.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0335_000000007119	2506	0.9944470707943718	5	2	0	2	1	True	108588	fragment	False	SPA0044_000000010121	0.9557640750670242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.579	45.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0129_000000012514	2143	0.9944470707943718	4	2	0	2	1	True	58539	fragment	False	ENG0129_000000012514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	99.35799999999999	44.0	0.23061728395061729	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0071_000000018047	1987	0.9944470707943718	3	2	0	2	1	True	58079	fragment	False	FIJ0071_000000018047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	78.358	20.0	9.106792006864908e-05	NZ_CP022437.1	firmicutes	Virgibacillus necropolis strain LMG 19488 chromosome, complete genome	True	True
FIJ0169_000000000961	18095	0.9944469701420786	22	12	7	11	7	False	38884	maximal	True	FIJ0169_000000000961	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2010.0	69.95	11.0	0.013257832632578327	NZ_QUNI01000013.1	CFB group bacteria	Flavobacterium aquicola strain DSM 100880 Ga0196849_113, whole genome shotgun sequence	True	False
ISR0779_000000008751	3742	0.994445375946552	6	6	4	5	4	True	32395	fragment	False	ISR0779_000000008751	1.0		0	0	False	False	0.9967931509017944	0					non-mobilizable	no_good_hit	179.0	100.0	5.0	6.464300175952441e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
MAD0037_000000004483	2845	0.9944447566644152	5	5	2	4	5	False	18649	maximal	True	MAD0037_000000004483	1.0		1	1	False	False	0.9905096888542175	0					non-mobilizable	no_good_hit	1188.0	100.0	42.0	0.00023038965742591284	CP057147.1	enterobacteria	Citrobacter sp. RHB35-C21 chromosome, complete genome	True	False
DEN0046_000000003949	5287	0.9944410938517636	6	3	2	3	0	True	121625	maximal	True	DEN0046_000000003949	1.0	PS857	1	1	True	True	1.0	25		MOBV			mobilizable	no_good_hit	1390.0	99.281	57.0	0.456973293768546	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
CHI0083_000000001992	5051	0.994438680001672	9	6	3	3	3	True	119399	backbone	False	USA0032_01_000000004790	0.9903810958258151	PS595|PS607|PS819	0	0	True	True	1.0	480		MOBP			mobilizable	other	4346.0	99.35600000000001	100.0	0.8568047337278106	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0035_000000004462	5010	0.994438680001672	9	6	3	3	3	True	119399	backbone	False	USA0032_01_000000004790	0.9936293284577792	PS595|PS607|PS819	0	0	True	True	1.0	157		MOBP			mobilizable	other	4109.0	99.87799999999999	100.0	0.8102564102564103	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0053_01_000000004488	4947	0.994438680001672	9	6	3	3	3	True	119399	backbone	False	USA0032_01_000000004790	0.9878732440233926	PS595|PS607|PS819	0	0	True	True	1.0	13		MOBP			mobilizable	other	4149.0	99.831	100.0	0.8181459566074951	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0052_000000029475	1563	0.9944350792847528	3	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.6708570176906927		0	0	False	False	0.9936020374298096	0					non-mobilizable	no_good_hit	353.0	84.419	32.0	0.0007318547080213368	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0151_000000014835	1439	0.9944350792847528	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.5189653848176963		0	0	False	False	0.9993050694465637	0					non-mobilizable	no_good_hit	266.0	92.105	25.0	0.0005520275511932369	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0150_000000021720	1283	0.9944350792847528	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.35553633181063554		0	0	False	False	0.9976617097854614	0					non-mobilizable	no_good_hit	123.0	94.309	16.0	0.0002551036410817231	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0016_000000017625	1273	0.9944350792847528	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.43066333315318756		0	0	False	False	0.9842891097068787	0					non-mobilizable	no_good_hit	136.0	88.235	15.0	0.0002801958024995975	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0083_000000014947	1233	0.9944350792847528	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.4293961693974491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	93.243	14.0	0.00015264398195873594	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0134_000000032223	1169	0.9944350792847528	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.27279680439628456		0	0	False	False	0.9786142110824585	0					non-mobilizable	no_good_hit	68.0	85.294	5.0	0.00014009790124979875	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0389_000000019057	1161	0.9944350792847528	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.3790349819539474		0	0	False	False	0.9965546727180481	0					non-mobilizable	no_good_hit	134.0	83.58200000000001	11.0	0.0002760137755966184	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0005_000000014031	1141	0.9944350792847528	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.19654486375291091		0	0	False	False	0.9807186722755432	0					non-mobilizable	no_good_hit	136.0	88.235	11.0	0.0002801958024995975	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0050_000000025847	1141	0.9944350792847528	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.1943688530706569		0	0	False	False	0.9991235733032227	0					non-mobilizable	no_good_hit	136.0	88.235	11.0	0.0002801958024995975	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0010_01_000000023237	1118	0.9944350792847528	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.19060563257811503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000009546	3629	0.9944345806432558	6	5	4	4	3	False	53231	maximal	True	ETH0003_000000009546	1.0		1	1	False	False	0.9988977909088135	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000001845	15219	0.9944345049880676	9	7	7	6	5	False	127626	maximal	True	ISR0137_000000001845	1.0		1	1	False	False	0.9995400309562683	0					non-mobilizable	no_good_hit	3976.0	99.874	37.0	0.2855808606940154	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0108_000000002606	6097	0.9944339292714192	8	7	5	5	6	True	114162	fragment	False	MAD0108_000000002606	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5191.0	99.634	100.0	0.04281683633903675	CP038413.1	enterobacteria	Escherichia coli O157:H7 strain 493/89 plasmid p493-89-1, complete sequence	False	True
MON0109_000000015165	2342	0.9944298411878248	3	1	1	1	1	False	9787	fragment	False	MON0109_000000015165	1.0		0	0	False	False	0.9803586602210999	0					non-mobilizable	no_good_hit	190.0	73.158	8.0	0.001306739544327275	NZ_FOXW01000006.1	firmicutes	Desemzia incerta strain DSM 20581, whole genome shotgun sequence	True	False
MON0085_000000013521	2063	0.9944298411878248	3	1	1	1	1	False	9786	fragment	False	MON0085_000000013521	1.0		0	0	False	False	0.9840039014816284	0					non-mobilizable	no_good_hit	190.0	73.158	9.0	0.001306739544327275	NZ_FOXW01000006.1	firmicutes	Desemzia incerta strain DSM 20581, whole genome shotgun sequence	True	False
MON0033_000000041830	1428	0.9944283065729416	3	3	0	2	3	False	51826	fragment	False	MON0033_000000041830	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	other	1429.0	96.431	100.0	0.20473797559224696	LM997246.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-7_contig-25.0_1_6965_[organism:Escherichia	False	True
ETH0005_000000005281	9051	0.9944278007405696	11	4	3	3	1	True	52811	maximal	True	ETH0005_000000005281	1.0		1	1	True	True	0.9998894929885864	94					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.595355468262104e-06	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	True
ENG0081_000000005524	4639	0.9944260636621676	5	5	4	5	3	True	119523	fragment	False	ENG0081_000000005524	0.961685833786149		0	0	False	False	1.0	0					non-mobilizable	other	4442.0	96.12799999999999	99.0	0.024616565697024317	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0099_000000000891	19882	0.9944244107413396	21	16	9	10	14	True	132606	maximal	True	ISR0099_000000000891	1.0	PS1169|PS902	171	10	False	True	1.0	0		MOBB	MPF_T		conjugative	no_good_hit	12219.0	99.91799999999999	85.0	0.36965734350405616	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
MAD0079_000000000562	8327	0.994423482265998	10	10	6	8	10	False	82215	fragment	False	MAD0079_000000000562	0.9651118695487296		0	0	False	False	0.9995196461677551	0					non-mobilizable	chromosome	8309.0	97.208	100.0	0.001600485212707317	CP057444.1	enterobacteria	Escherichia coli strain RHB26-C21 chromosome, complete genome	False	False
SPA0080_000000003463	3619	0.9944219513729571	5	3	1	3	1	False	21035	maximal	True	SPA0080_000000003463	1.0		2	1	False	False	0.9991710186004639	0					non-mobilizable	no_good_hit	92.0	90.21700000000001	3.0	0.0004574449160080307	NZ_PUDR01000011.1	a-proteobacteria	Pannonibacter carbonis strain Q4.6 Scaffold11, whole genome shotgun sequence	True	False
ISR0026_000000005814	3832	0.9944217764716838	6	4	3	4	3	False	122355	fragment	False	ISR0026_000000005814	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3832.0	100.0	100.0	0.022673066338397437	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
CHI0038_000000003105	3569	0.9944217764716838	7	4	3	4	3	False	122354	fragment	False	AST0031_000000008426	0.5526544435758209		0	0	False	False	0.9997197985649109	0					non-mobilizable	other	3490.0	97.564	98.0	0.020637165837116122	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
MAD0091_000000013024	1306	0.9944174701905708	2	1	1	1	1	False	18534	maximal	False	MAD0038_000000010478	0.9223050632285933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0088_000000001283	3383	0.9944119856259918	3	3	3	3	3	False	83948	maximal	True	CHI0088_000000001283	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	98.71600000000001	18.0	0.009222602790504575	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0124_000000001441	16791	0.9944094574799848	19	9	8	6	6	True	129824	maximal	True	ENG0124_000000001441	1.0	PS66	1	1	True	True	1.0	22					non-mobilizable	no_good_hit	2506.0	92.458	16.0	0.039608662613981764	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	True
DEN0007_000000004296	6595	0.9944082980260274	10	5	3	3	2	False	76331	maximal	True	DEN0007_000000004296	0.9899089529590288	PS238	1	1	False	True	0.9993934631347656	0					non-mobilizable	no_good_hit	833.0	88.115	13.0	0.00019562539198732536	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
TAN0009_000000002342	9604	0.9944028969800732	9	7	5	6	6	True	124743	maximal	True	TAN0009_000000002342	1.0		1	1	False	False	0.9993752837181091	0					non-mobilizable	no_good_hit	2301.0	77.488	36.0	0.004725690400366345	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0052_000000002412	6014	0.9944026697106529	5	5	4	4	5	False	86525	fragment	False	CHI0052_000000002412	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5865.0	99.26700000000001	99.0	0.13153585608218749	CP002035.1	firmicutes	Lactobacillus salivarius CECT 5713 plasmid pHN1, complete sequence	False	True
ISR0283_000000007416	1810	0.9944020854840304	5	4	2	4	4	False	113007	fragment	False	CHI0118_000000004747	0.2946974744133486		0	0	False	False	0.9983425140380859	0					non-mobilizable	other	1811.0	98.896	100.0	0.0022890182767359864	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MON0064_000000004148	5291	0.9944017291870249	6	6	5	6	5	True	122278	maximal	True	MON0064_000000004148	1.0	PS118|PS870	11	5	False	True	0.9984880089759827	0					non-mobilizable	no_good_hit	2192.0	95.62	41.0	0.04760662579887831	NZ_CABIWU010000015.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
CHI0173_000000004081	4101	0.9944004098143948	7	5	3	3	5	True	124109	fragment	False	ENG0172_000000004204	0.4742269379365671		0	0	False	False	1.0	0					non-mobilizable	other	4101.0	99.805	100.0	0.0011522310847215844	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0141_000000006297	4293	0.9943994668882149	7	5	3	4	1	False	60178	maximal	True	ENG0141_000000006297	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	75.771	5.0	0.0007711395042772537	NZ_QSBM01000006.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf6, whole genome shotgun sequence	True	False
MAD0043_000000002875	6966	0.9943994571613064	6	6	6	6	6	False	59389	fragment	False	MAD0043_000000002875	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6966.0	100.0	100.0	0.0014472161918661671	CP046429.1	enterobacteria	Salmonella enterica strain R19_2839 chromosome, complete genome	False	False
ISR0222_000000006675	9490	0.9943990358161418	11	4	3	4	3	True	27914	maximal	True	ISR0222_000000006675	1.0		1	1	True	True	1.0	56					non-mobilizable	no_good_hit	76.0	81.579	1.0	0.00030382612821462613	NZ_FORI01000007.1	spirochetes	Treponema bryantii strain XBD1002, whole genome shotgun sequence	True	True
ISR0038_000000003162	8159	0.9943978677131604	11	4	2	3	4	False	119426	fragment	False	ISR0038_000000003162	1.0		0	0	False	False	0.9985292553901672	0					non-mobilizable	no_good_hit	235.0	77.021	3.0	0.00038352025103143705	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0140_000000004816	6369	0.9943911098148848	8	4	1	2	3	True	86600	maximal	True	ISR0140_000000004816	1.0	PS133|PS437	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	907.0	98.787	19.0	0.2560768795929904	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
FIJ0133_000000009073	4097	0.994389755002863	5	5	3	5	2	True	46326	fragment	False	FIJ0133_000000009073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.868301998855254e-06	NC_003552.1	euryarchaeotes	Methanosarcina acetivorans C2A, complete sequence	True	True
ISR0117_000000008550	3133	0.9943878013627052	3	2	2	2	2	False	120486	fragment	False	ISR0127_000000005698	0.5595285007871921		0	0	False	False	0.9942547082901001	0					non-mobilizable	no_good_hit	802.0	88.155	56.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
FIJ0011_000000026004	1728	0.9943861753219722	5	2	1	2	1	False	50945	fragment	False	FIJ0011_000000026004	1.0		0	0	False	False	0.9994212985038757	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000004868	7271	0.9943848253907236	6	6	5	5	5	False	125567	maximal	False	FIJ0068_000000003669	0.9696810605066282		0	0	False	False	0.9998624920845032	0					non-mobilizable	other	7193.0	99.235	100.0	0.0013206425315204246	CP019944.1	enterobacteria	Escherichia coli strain DSM 103246, complete genome	False	False
ENG0142_000000020386	1677	0.994384587026028	4	3	3	3	3	False	69723	fragment	False	ENG0142_000000020386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0007_01_000000001413	13422	0.9943813501452936	17	6	3	5	4	True	44543	fragment	False	USA0007_01_000000001413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0004668600127325458	NZ_FUWX01000016.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	True
ENG0167_000000009492	2614	0.9943811428582158	5	3	3	1	1	False	56070	fragment	False	ENG0167_000000009492	1.0		0	0	False	False	0.9992349147796631	0					non-mobilizable	no_good_hit	312.0	73.39699999999999	12.0	0.0005153834402432207	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MON0068_000000025795	1642	0.9943809251810422	5	2	1	1	2	False	124066	fragment	False	ISR0152_000000013796	0.9458747805734348		0	0	False	False	0.9981729388237	0					non-mobilizable	other	1642.0	98.84299999999999	100.0	0.0004611734658605171	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0062_000000011732	3003	0.9943755478899744	3	2	2	2	2	False	63299	fragment	False	ISR0062_000000011732	0.9724901750625223		0	0	False	False	0.9996669888496399	0					non-mobilizable	other	3005.0	95.74	99.0	0.07192931912033036	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	False	False
ISR0050_000000000726	19646	0.9943749447845286	22	13	11	11	9	True	119207	maximal	True	ISR0050_000000000726	1.0	PS816	1	1	False	True	0.9991855621337891	0					non-mobilizable	no_good_hit	1801.0	100.0	10.0	0.0022763717669197657	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
CAN0006_000000003293	13272	0.9943731474066771	12	8	7	7	5	False	95782	fragment	False	CAN0006_000000003293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1316.0	87.462	22.0	0.0004493118947698519	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0088_000000013763	2020	0.9943721896289288	3	2	0	2	2	False	49905	fragment	False	FIJ0088_000000013763	1.0		0	0	False	False	1.0	0		MOBP,MOBP		MOB_unknown	mobilizable	other	2010.0	93.781	99.0	0.44706931134388234	NZ_VOID02000385.1	b-proteobacteria	Vogesella perlucida strain DS-28 NODE_37_length_4487_cov_8.854261, whole genome shotgun sequence	False	True
FIJ0063_000000011929	2250	0.9943719291576292	2	2	0	2	2	False	49907	fragment	False	FIJ0158_000000007403	0.9436706267922983		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	other	2250.0	97.911	100.0	0.32928079683609196	NZ_CDHL01000045.1	enterobacteria	Citrobacter pasteurii strain CIP 55.13, whole genome shotgun sequence	False	True
ISR0183_000000017873	1766	0.9943719291576292	2	2	0	2	2	False	49900	fragment	False	ISR0183_000000017873	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	1766.0	99.094	100.0	0.25762662385053275	CP053194.1	enterobacteria	Enterobacter hormaechei strain EGYMCRVIM plasmid pMS-37d, complete sequence	False	True
SPA0090_000000019686	1827	0.994371814331182	2	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.48575483693340055		0	0	False	False	1.0	0					non-mobilizable	chromosome	1774.0	95.265	97.0	0.0004009184017926392	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0056_000000000800	18810	0.9943710057145392	23	14	12	11	10	True	94601	fragment	False	ENG0056_000000000800	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9348.0	99.979	92.0	0.20235981814245507	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0125_000000018743	1777	0.9943677926901264	2	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9971503474756526		0	0	True	True	1.0	353					non-mobilizable	plasmid	1207.0	99.834	99.0	0.7102473498233216	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
ISR0278_000000002813	3502	0.9943617591116934	6	3	2	3	3	True	32795	fragment	False	ISR0278_000000002813	1.0		0	0	False	False	0.9691604971885681	0					non-mobilizable	no_good_hit	75.0	96.0	3.0	0.00016039882952205485	NZ_FNGW01000004.1	firmicutes	Romboutsia lituseburensis DSM 797, whole genome shotgun sequence	True	True
ENG0099_000000007059	2441	0.9943599203208608	3	2	1	2	1	True	82804	maximal	False	MON0033_000000026295	0.9262014636707561		0	0	True	True	1.0	45					non-mobilizable	no_good_hit	34.0	97.059	1.0	4.535315678586301e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
MAD0068_000000003028	7201	0.9943588470947922	8	7	4	7	4	True	16486	maximal	True	MAD0068_000000003028	1.0		1	1	False	False	0.9993056654930115	0			MPF_F		non-mobilizable	plasmid	3819.0	79.785	91.0	0.028826528662176935	CP033799.1	enterobacteria	Enterobacter roggenkampii strain FDAARGOS_523 plasmid unnamed3, complete sequence	False	True
MAD0063_000000000545	14239	0.9943585908147508	22	11	6	11	7	True	75154	maximal	False	DEN0018_000000001787	0.9443726721703215		0	0	True	True	1.0	48					non-mobilizable	plasmid	7123.0	96.167	100.0	0.5028248587570622	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
ISR0114_000000005429	4823	0.9943566671550306	6	2	0	2	1	True	99987	maximal	True	ISR0114_000000005429	0.9375189413072027	PS111|PS565|PS566	1	1	True	True	0.9939871430397034	10					non-mobilizable	no_good_hit	332.0	78.61399999999999	7.0	0.10274828232354778	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0027_000000005678	4606	0.9943566671550306	7	2	0	2	1	True	99989	maximal	False	ISR0089_000000005069	0.9995144208839866	PS111|PS565	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	332.0	78.61399999999999	7.0	0.10274828232354778	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0046_000000005723	4546	0.9943566671550306	6	2	0	2	1	True	99989	maximal	False	ISR0089_000000005069	0.9996195493291863	PS111|PS565	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	332.0	78.61399999999999	7.0	0.10274828232354778	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
FIJ0129_000000004652	4523	0.9943566671550306	7	2	0	2	1	True	99989	maximal	False	ISR0089_000000005069	0.9995095205582631	PS111|PS565	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	332.0	78.61399999999999	7.0	0.10274828232354778	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0249_000000003911	4027	0.9943566671550306	6	2	0	2	1	True	99985	backbone	True	ISR0249_000000003911	0.9656071517258505	PS111|PS565	1	1	True	True	0.9997516870498657	5					non-mobilizable	no_good_hit	332.0	78.61399999999999	8.0	0.10274828232354778	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0385_000000005575	3653	0.9943551808022856	2	2	2	2	2	True	127160	fragment	False	ISR0385_000000005575	1.0		0	0	False	True	1.0	0	rep_cluster_1188				non-mobilizable	no_good_hit	3132.0	99.29799999999999	89.0	0.9312704552216602	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	True	True
AST0052_000000006030	3440	0.9943551808022856	2	2	2	2	2	True	127159	backbone	False	AST0007_000000005470	0.9994030422839328	PS982	0	0	True	True	1.0	54	rep_cluster_1188				non-mobilizable	plasmid	3142.0	100.0	100.0	0.9345432906872955	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
AST0007_000000005470	3440	0.9943551808022856	2	2	2	2	2	True	127159	backbone	True	AST0007_000000005470	0.9994030422839328	PS982	16	4	True	True	1.0	170	rep_cluster_1188				non-mobilizable	plasmid	3142.0	100.0	100.0	0.9345432906872955	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
SPA0130_000000009558	3434	0.9943551808022856	3	2	2	2	2	True	127159	backbone	False	AST0007_000000005470	0.999402014203233	PS982	0	0	True	True	1.0	24	rep_cluster_1188				non-mobilizable	other	2553.0	99.647	100.0	0.7580980683506686	AJ242476.2	firmicutes	Streptococcus thermophilus repA gene for replication protein and ORF2 DNA for putative small heat shock protein, strain ER1	False	True
AST0031_000000008506	3420	0.9943551808022856	3	2	2	2	2	True	127159	backbone	False	AST0007_000000005470	0.9990598616653293	PS982	0	0	True	True	1.0	100	rep_cluster_1188				non-mobilizable	other	2543.0	99.646	100.0	0.7551263001485884	AJ242476.2	firmicutes	Streptococcus thermophilus repA gene for replication protein and ORF2 DNA for putative small heat shock protein, strain ER1	False	True
ISR0209_000000008599	3420	0.9943551808022856	3	2	2	2	2	True	127159	backbone	False	AST0007_000000005470	0.9990598616653293	PS982	0	0	True	True	0.9979532361030579	10	rep_cluster_1188				non-mobilizable	other	2543.0	99.646	100.0	0.7551263001485884	AJ242476.2	firmicutes	Streptococcus thermophilus repA gene for replication protein and ORF2 DNA for putative small heat shock protein, strain ER1	False	True
ENG0178_000000006178	3415	0.9943551808022856	3	2	2	2	2	True	127159	backbone	False	AST0007_000000005470	0.9980776082682064	PS982	0	0	True	True	0.9997071623802185	6	rep_cluster_1188				non-mobilizable	plasmid	3164.0	99.84200000000001	100.0	0.9366301450992005	HM050421.1	firmicutes	Streptococcus thermophilus plasmid pK1002C2, complete sequence	False	True
ENG0114_000000005036	3409	0.9943551808022856	2	2	2	2	2	True	127159	backbone	False	AST0007_000000005470	0.9958900287947992	PS982	0	0	True	True	1.0	5	rep_cluster_1188				non-mobilizable	plasmid	3206.0	99.844	100.0	0.9490672194255256	HM050421.1	firmicutes	Streptococcus thermophilus plasmid pK1002C2, complete sequence	False	True
ISR0180_000000006271	3400	0.9943551808022856	2	2	2	2	2	True	127159	backbone	False	AST0007_000000005470	0.9993961208655039	PS982	0	0	True	True	1.0	7	rep_cluster_1188				non-mobilizable	other	2713.0	99.631	100.0	0.8056463595839525	AJ242476.2	firmicutes	Streptococcus thermophilus repA gene for replication protein and ORF2 DNA for putative small heat shock protein, strain ER1	False	True
ISR0211_000000006232	3400	0.9943551808022856	2	2	2	2	2	True	127159	backbone	False	AST0007_000000005470	0.9993961208655039	PS982	0	0	True	True	1.0	9	rep_cluster_1188				non-mobilizable	other	2652.0	99.661	100.0	0.787518573551263	AJ242476.2	firmicutes	Streptococcus thermophilus repA gene for replication protein and ORF2 DNA for putative small heat shock protein, strain ER1	False	True
ISR0103_000000014544	1998	0.9943537192885592	4	4	4	3	2	False	125022	fragment	False	CHI0034_000000007812	0.7673110788097279		0	0	False	False	1.0	0					non-mobilizable	other	1998.0	99.55	100.0	0.007220281869391356	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0086_000000000058	57282	0.9943504111428376	101	30	11	24	12	True	75524	maximal	True	MON0086_000000000058	1.0		1	1	True	True	1.0	86					non-mobilizable	no_good_hit	8579.0	91.72399999999999	52.0	0.15188033885088434	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0127_000000005999	4860	0.9943497991850044	6	5	1	2	5	False	83269	fragment	False	SPA0127_000000005999	1.0		0	0	False	False	0.9997942447662354	0					non-mobilizable	no_good_hit	3900.0	89.949	80.0	0.0009986045174868597	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
MON0084_000000016851	2009	0.994348495726677	6	3	2	3	3	False	9826	fragment	False	MON0084_000000016851	1.0		0	0	False	False	0.9357889294624329	0					non-mobilizable	no_good_hit	1690.0	92.485	84.0	0.0007736906382970861	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0037_000000004996	6018	0.9943477936935491	10	6	3	3	6	True	124077	maximal	True	ENG0037_000000004996	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2469.0	98.177	76.0	0.0006933058746361339	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0066_000000008178	3527	0.9943461534435644	3	3	3	3	2	False	125032	fragment	False	ISR0036_000000002550	0.9884142936906757		0	0	False	False	1.0	0					non-mobilizable	other	3527.0	99.85799999999999	100.0	0.0007446857715385997	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0114_000000000326	19291	0.9943442325381698	22	14	7	9	9	True	90011	fragment	False	CHI0114_000000000326	0.980270231886453		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	1278.0	85.055	7.0	0.04088991918606523	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
CHI0183_000000000197	18453	0.9943442325381698	21	14	7	9	9	True	90011	fragment	False	CHI0114_000000000326	0.9592308475945924		0	0	False	False	0.9998916387557983	0			MPF_T		non-mobilizable	no_good_hit	1345.0	85.725	7.0	0.04316244834710744	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
SPA0035_000000000750	15092	0.9943433785029844	22	9	3	9	3	False	51816	fragment	False	SPA0035_000000000750	1.0		0	0	False	False	0.9996687173843384	0					non-mobilizable	no_good_hit	514.0	81.518	3.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	False
ISR0396_000000006195	3583	0.9943427152797756	7	3	1	3	2	False	122348	fragment	False	ISR0396_000000006195	0.9950676437429538		0	0	False	False	0.996092677116394	0					non-mobilizable	other	3583.0	99.805	100.0	0.021199405801132765	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
FIJ0126_000000001420	19725	0.9943403747992359	23	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.551999659778814	PS587|PS588	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0320_000000020529	1303	0.9943386659040888	4	1	1	1	1	False	59422	fragment	False	SPA0021_000000024230	0.918954396600846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	91.304	79.0	0.16464303059737737	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0028_000000004216	3046	0.9943371295952944	4	4	4	3	3	False	125036	fragment	False	ISR0806_000000002243	0.16573535840193226		0	0	False	False	1.0	0					non-mobilizable	other	3046.0	98.851	100.0	0.011009393236002344	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0012_000000017207	1457	0.994336924933504	2	2	2	2	1	False	83700	fragment	False	FIJ0018_000000013531	0.16397076140156638		0	0	False	False	0.9986273050308228	0					non-mobilizable	other	1457.0	98.01	100.0	0.0035501544658553654	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
DEN0092_000000009137	1745	0.9943311542515182	2	2	2	1	1	False	68553	fragment	False	DEN0092_000000009137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	98.47	71.0	0.0004119178009895985	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	False
TAN0023_000000000239	6201	0.9943304340962952	9	3	3	3	2	True	100512	maximal	True	TAN0023_000000000239	1.0	PS577	1	1	False	True	0.9996774792671204	0					non-mobilizable	no_good_hit	1453.0	87.061	30.0	0.49810148429409734	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0337_000000001764	4746	0.9943304340962952	6	3	3	3	2	True	70376	fragment	False	ISR0337_000000001764	1.0		0	0	False	True	0.9974715709686279	0					non-mobilizable	no_good_hit	1482.0	87.382	37.0	0.5056955471177079	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0014_000000006170	3824	0.9943254385782386	5	3	3	2	2	False	100548	fragment	False	FIJ0014_000000006170	0.993841306215984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.15899999999999	55.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0062_000000005129	6133	0.9943230851329179	10	6	3	4	6	True	124115	fragment	False	ENG0028_000000002063	0.5490686341905292		0	0	False	False	1.0	0					non-mobilizable	other	6133.0	99.12	100.0	0.0017230070196165936	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0080_000000007653	5191	0.9943230851329179	8	6	3	4	6	True	124114	fragment	False	MON0080_000000007653	1.0		0	0	False	False	0.9955692291259766	0					non-mobilizable	other	5193.0	99.23	100.0	0.0014588369660462792	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0816_000000010848	3903	0.9943221992322054	6	2	2	2	1	False	29848	fragment	False	ISR0816_000000010848	1.0		0	0	False	False	0.9918012022972107	0					non-mobilizable	no_good_hit	993.0	91.944	34.0	0.051085107479767	NZ_QRHR01000016.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf16, whole genome shotgun sequence	True	False
SPA0051_000000010408	2429	0.9943221992322054	3	2	2	2	1	False	6558	fragment	False	SPA0051_000000010408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	92.874	46.0	0.0440228877777205	NZ_QRHR01000016.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf16, whole genome shotgun sequence	True	False
ENG0109_000000001885	10874	0.9943219553417562	13	6	4	6	3	True	99221	backbone	False	ENG0181_000000001971	0.3719584625817282	PS555	0	0	True	True	1.0	17	rep_cluster_78				non-mobilizable	plasmid	6156.0	99.935	99.0	0.5684861919275884	FN429768.1	bacteria	Uncultured bacterium plasmid pTRACA30 complete sequence	False	True
ENG0101_000000012122	2654	0.9943216155000449	3	1	1	1	1	True	60501	maximal	True	ENG0101_000000012122	1.0		1	1	True	True	0.9954785108566284	11					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0014453187730849527	NZ_SOEF01000041.1	firmicutes	Halanaerobium congolense strain DSMZ 11287 Ga0206404_141, whole genome shotgun sequence	True	True
ISR0776_000000010233	2408	0.9943216155000449	2	1	1	1	1	True	22424	maximal	True	ISR0776_000000010233	1.0		1	1	True	True	0.9962624311447144	7					non-mobilizable	no_good_hit								True	True
AST0092_000000000600	24710	0.9943189330497528	16	15	5	11	13	True	109735	fragment	False	AST0092_000000000600	1.0		0	0	False	False	0.99894779920578	0	rep_cluster_199				non-mobilizable	no_good_hit	6335.0	96.069	86.0	0.04997827031725337	CP015284.1	firmicutes	Streptococcus salivarius strain ATCC 25975 plasmid, complete sequence	True	True
FIJ0031_000000018051	1399	0.9943179020572732	2	1	1	1	1	False	48537	maximal	True	FIJ0031_000000018051	1.0		1	1	False	False	0.9935668110847473	0					non-mobilizable	chromosome	1404.0	97.57799999999999	100.0	0.00029306415530223185	CP055786.1	enterobacteria	Escherichia coli strain RHB04-C20 chromosome, complete genome	False	False
ENG0123_000000001185	9869	0.9943174307096886	12	12	7	5	12	True	86809	maximal	True	ENG0123_000000001185	1.0		1	1	False	False	1.0	0	IncX1,IncX3			MOBP	mobilizable	no_good_hit	5322.0	99.944	84.0	0.07266941629564885	LR536427.1	enterobacteria	Salmonella enterica isolate 20-56 genome assembly, plasmid: 1	True	True
MAD0084_000000000074	23510	0.9943134751730328	36	32	7	22	28	True	46811	fragment	False	MAD0025_000000000223	0.9507014501891551		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	16279.0	95.42399999999999	94.0	0.09349264093147819	CP057205.1	enterobacteria	Escherichia coli strain RHB33-C09 plasmid pRHB33-C09_2, complete sequence	False	True
DEN0063_000000006304	6160	0.9943133277159736	10	7	6	4	3	False	71582	maximal	True	DEN0063_000000006304	1.0		3	2	False	False	0.9998376369476318	0					non-mobilizable	no_good_hit	91.0	86.81299999999999	1.0	3.0159761052438572e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0010_000000016275	2736	0.994311911482638	5	2	1	2	1	False	76001	maximal	True	DEN0010_000000016275	1.0		1	1	False	False	0.9908625483512878	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.0578696454048787e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
DEN0079_000000033243	1802	0.9943100873605756	4	1	1	1	1	False	69517	fragment	False	DEN0079_000000033243	1.0		0	0	False	False	0.9944506287574768	0					non-mobilizable	no_good_hit								True	False
ISR0096_000000018960	1278	0.9943074152154108	2	1	1	1	1	False	105391	fragment	False	DEN0052_000000029475	0.3811591738548483		0	0	False	False	0.9913927912712097	0					non-mobilizable	no_good_hit	108.0	94.444	17.0	0.00022373843930938007	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0113_000000012686	2004	0.9943058621698582	2	1	1	1	1	False	41950	maximal	True	FIJ0113_000000012686	1.0		5	2	False	False	0.9985029697418213	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	0.0002607776664516395	NZ_NJGV01000019.1	b-proteobacteria	Herbaspirillum aquaticum strain IEH 4430 Scaffold15_1, whole genome shotgun sequence	True	False
MON0100_000000038608	1187	0.9943058621698582	2	1	1	1	1	False	9090	maximal	True	MON0100_000000038608	1.0		1	1	False	False	0.9587194323539734	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	0.0002607776664516395	NZ_NJGV01000019.1	b-proteobacteria	Herbaspirillum aquaticum strain IEH 4430 Scaffold15_1, whole genome shotgun sequence	True	False
ISR0170_000000000114	75529	0.9943036069858008	74	44	28	39	27	True	105280	maximal	True	ISR0170_000000000114	0.9931870878221684		13	4	True	True	1.0	15					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0278_000000000084	48610	0.9942976385601346	48	22	15	21	12	True	74871	maximal	True	ISR0278_000000000084	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2508.0	99.88	5.0	0.000500365044941044	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
FIJ0123_000000001804	16346	0.9942945887461612	13	5	5	4	4	False	46822	fragment	False	FIJ0123_000000001804	1.0		0	0	False	False	0.9998776316642761	0					non-mobilizable	no_good_hit	579.0	76.51100000000001	3.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
FIJ0172_000000007143	3595	0.9942916224627782	2	2	2	2	2	False	38749	maximal	True	FIJ0172_000000007143	1.0		1	1	False	False	0.9991655349731445	0					non-mobilizable	no_good_hit	142.0	93.662	4.0	0.012825177369474259	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	False
ENG0143_000000000602	27088	0.994291074189774	28	14	12	12	7	True	120043	fragment	False	ISR0095_000000000358	0.5837373066763031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	95.0	3.0	0.0005551817809320984	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
FIJ0122_000000003249	5397	0.9942904031576388	6	6	4	4	6	True	41472	maximal	True	FIJ0122_000000003249	1.0		2	1	False	False	0.9998146891593933	0	rep_cluster_589	MOBV			mobilizable	no_good_hit	3486.0	89.271	73.0	0.34206638431990544	CP042388.1	firmicutes	Leuconostoc lactis strain CBA3625 plasmid unnamed, complete sequence	True	True
MAD0002_000000005393	5351	0.9942825450143116	8	6	3	5	3	False	20238	maximal	True	MAD0002_000000005393	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	376.0	92.553	7.0	0.0015078832134398637	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	False
ISR0082_000000003208	7904	0.9942816430467804	10	9	2	6	9	True	127608	maximal	True	ISR0082_000000003208	1.0	PS1012|PS394	1	1	False	True	0.9988613128662109	0	rep_cluster_2350,rep_cluster_2370	MOBF		MOBF,MOB_unknown,MOB_unknown	mobilizable	no_good_hit	3717.0	97.713	73.0	0.38376536197459465	CP043543.1	enterobacteria	Escherichia coli strain F2_81 plasmid pF2_18C_Col	True	True
ISR0306_000000003590	2628	0.9942767661259816	4	4	3	2	2	False	25455	maximal	True	ISR0306_000000003590	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	99.23899999999999	35.0	0.00024848455515721717	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0309_000000007454	2444	0.9942763878351204	4	4	4	3	3	False	125025	fragment	False	ISR0309_000000007454	1.0		0	0	False	False	0.9832242131233215	0					non-mobilizable	other	2444.0	98.241	100.0	0.008832823538769696	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0073_01_000000004364	4340	0.9942757307368228	5	4	2	4	2	False	714	fragment	False	USA0073_01_000000004364	1.0		0	0	False	False	0.9953917264938354	0					non-mobilizable	no_good_hit								True	False
ISR0015_000000002108	10205	0.9942752041257348	16	8	7	5	6	False	70992	fragment	False	ISR0015_000000002108	1.0		0	0	False	False	0.9993140697479248	0					non-mobilizable	no_good_hit	4044.0	96.044	70.0	0.06463181255327019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0821_000000025344	1301	0.9942732225077098	2	2	1	2	1	False	21214	fragment	False	ISR0821_000000025344	1.0		0	0	False	False	0.9746348857879639	0					non-mobilizable	no_good_hit	179.0	94.413	14.0	0.028816577626679617	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0031_000000009356	3690	0.9942726324274056	6	5	0	3	5	False	103821	fragment	False	MON0031_000000009356	1.0		0	0	False	False	1.0	0	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	3629.0	99.917	98.0	0.6832391713747646	LR792482.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate SV68791 genome assembly, plasmid: 46	False	True
SPA0123_000000003015	3629	0.9942718577272792	5	3	0	3	3	False	108844	backbone	True	SPA0123_000000003015	1.0	PS676	8	5	True	True	0.9991733431816101	13	rep_cluster_2350,rep_cluster_2370	MOBP		MOBP	mobilizable	plasmid	2924.0	99.96600000000001	100.0	0.4397472544004814	CP041097.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KPCTRSRTH01 plasmid unnamed5, complete sequence	False	True
MAD0048_000000007995	2910	0.9942718577272792	5	3	0	3	3	False	108851	maximal	True	MAD0048_000000007995	1.0		5	1	False	False	0.993127167224884	0		MOBP			mobilizable	plasmid	2905.0	96.73	99.0	0.4242601816583651	CP057495.1	enterobacteria	Escherichia coli strain RHB24-C10 plasmid pRHB24-C10_3, complete sequence	False	True
FIJ0167_000000009838	2029	0.9942718577272792	3	3	0	3	3	False	103831	fragment	False	FIJ0099_000000009940	0.918696423888744		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2029.0	99.211	100.0	0.3406113537117904	CP003114.1	enterobacteria	Escherichia coli O55:H7 str. RM12579 plasmid p12579_5, complete sequence	False	True
ENG0093_000000002706	4633	0.9942712696126128	6	2	2	2	2	False	61070	fragment	False	ENG0093_000000002706	1.0		0	0	False	False	0.9997841715812683	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00010900026676381077	NZ_PYLP01000001.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_0, whole genome shotgun sequence	True	False
ENG0127_000000009357	2720	0.9942681524468822	3	3	2	3	2	True	58734	fragment	False	ENG0127_000000009357	0.9984664964188351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	96.053	11.0	0.1163147792706334	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0103_000000001657	12449	0.9942635967695732	13	8	5	8	5	False	33078	maximal	True	ISR0103_000000001657	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.00010546806728260017	LR756498.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
USA0042_01_000000005600	4580	0.9942622537770296	3	3	3	3	2	False	64757	maximal	True	USA0042_01_000000005600	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	93.162	10.0	0.16495575221238937	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
USA0037_01_000000002468	14450	0.9942596542381908	15	11	7	5	8	True	132596	backbone	False	ISR0120_000000000296	0.15483335786264246	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14450.0	99.958	100.0	0.4656611556930613	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
USA0016_01_000000001479	14442	0.9942596542381908	15	11	7	5	8	True	132596	backbone	False	ISR0120_000000000296	0.15475523117479292	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14442.0	99.95200000000001	100.0	0.46540333236649584	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0203_000000000721	14433	0.9942596542381908	15	11	7	5	8	True	132596	backbone	False	ISR0120_000000000296	0.1527270630394284	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14433.0	99.73700000000001	100.0	0.46584452479338845	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
USA0044_01_000000002052	14418	0.9942596542381908	15	11	7	5	8	True	132596	backbone	False	ISR0120_000000000296	0.1506552131462377	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	14419.0	99.48700000000001	100.0	0.4364027121927594	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0114_000000008211	4464	0.9942569446006758	6	6	1	1	6	False	56701	maximal	True	FIJ0114_000000008211	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	4494.0	94.304	100.0	0.39682116853134436	CP050828.1	enterobacteria	Klebsiella pneumoniae strain Bckp212 plasmid pBckp212-2, complete sequence	False	True
FIJ0152_000000003469	6233	0.9942560990876688	8	6	5	5	2	True	64258	fragment	False	FIJ0152_000000003469	1.0		0	0	False	False	0.9996791481971741	0					non-mobilizable	no_good_hit								True	True
AST0150_000000015408	1813	0.9942553930280964	4	4	4	4	3	False	104080	fragment	False	AST0150_000000015408	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1813.0	100.0	100.0	0.07169139465875371	NZ_CP015624.1	high GC Gram+	Corynebacterium crudilactis strain JZ16 plasmid pCRULAC2, complete sequence	False	True
USA0035_01_000000002402	10691	0.9942529544661444	8	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.8825719767626685		0	0	False	False	1.0	0					non-mobilizable	other	10691.0	99.97200000000001	100.0	0.9723485537565945	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0123_000000001428	10417	0.9942529544661444	8	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.8095814568327765		0	0	False	False	1.0	0					non-mobilizable	other	10067.0	99.95	100.0	0.9155903219938148	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0141_000000002663	10283	0.9942529544661444	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9181485021720964		0	0	False	False	0.9999027252197266	0					non-mobilizable	other	9203.0	99.03299999999999	100.0	0.8368200836820083	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CAN0022_000000002545	10251	0.9942529544661444	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9056839798672731		0	0	False	False	1.0	0					non-mobilizable	other	9010.0	99.068	100.0	0.8193560123703838	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0064_000000002068	7303	0.9942529106225566	9	8	6	8	6	True	115453	maximal	True	ISR0064_000000002068	1.0		0	0	False	False	0.9990414977073669	0					non-mobilizable	no_good_hit	1583.0	97.915	26.0	0.0004277503441335338	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0094_000000000566	25374	0.9942503590118764	25	22	3	5	21	False	31443	fragment	False	SPA0094_000000000566	1.0		0	0	False	False	0.9991723895072937	0		MOBP	MPF_I		conjugative	plasmid	25374.0	99.99600000000001	100.0	0.27689503895933826	LT985281.1	enterobacteria	Escherichia coli strain B1-54 genome assembly, plasmid: RCS71_p	False	True
AST0151_000000005918	2721	0.9942495758926072	3	2	0	2	1	True	103686	maximal	True	AST0151_000000005918	1.0		1	1	False	False	0.9944873452186584	0					non-mobilizable	no_good_hit	1108.0	96.57	62.0	0.5594334850784016	NZ_AHMN02000024.1	bacteria	Leptospira kirschneri serovar Cynopteri str. 3522 CT ctg1134731807556, whole genome shotgun sequence	True	True
ISR0112_000000006336	4492	0.9942468642234096	6	3	2	3	2	True	132299	maximal	False	AST0055_000000007132	0.9998906147451323		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1349.0	81.39399999999999	37.0	0.2701161132613567	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
FIJ0021_000000004734	10125	0.9942430751558518	6	5	1	5	5	True	49702	fragment	False	FIJ0021_000000004734	1.0		0	0	False	False	0.9997037053108215	0					non-mobilizable	plasmid	10126.0	99.73299999999999	100.0	0.04059974803200154	CP026398.1	enterobacteria	Klebsiella pneumoniae strain KPNIH48 plasmid pKPN-edaa, complete sequence	False	True
MON0087_000000029744	1719	0.9942425122256752	3	2	2	2	2	False	12994	fragment	False	MON0087_000000029744	1.0		0	0	False	False	0.985456645488739	0					non-mobilizable	no_good_hit	700.0	75.429	39.0	0.00021123575091976216	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0005_000000001753	14549	0.9942412825723308	16	6	3	5	4	False	43952	maximal	True	MON0005_000000001753	1.0		3	1	False	False	0.9960821866989136	0					non-mobilizable	no_good_hit	661.0	75.34	4.0	0.001565680663484155	NZ_NBAX01000001.1	CFB group bacteria	Prevotella timonensis strain DNF00076 Contig_1, whole genome shotgun sequence	True	False
ISR0805_000000001144	11498	0.9942405591972032	23	13	5	9	9	False	21802	maximal	True	ISR0805_000000001144	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3911.0	84.071	34.0	0.0005499074924613554	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ENG0100_000000022245	1414	0.9942387080070254	3	2	2	2	1	False	60544	maximal	True	ENG0100_000000022245	1.0		0	0	False	False	0.9490806460380554	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.282445880783831e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0318_000000000681	6932	0.9942376194066204	8	7	1	4	7	False	127099	fragment	False	ISR0318_000000000681	1.0		0	0	False	False	0.9998557567596436	0	IncFIB				non-mobilizable	plasmid	5673.0	98.625	97.0	0.0368567454798331	MN218686.1	enterobacteria	Escherichia coli strain 5M plasmid pISV_IncFII_NDM-5, complete sequence	False	True
AST0040_000000008580	2322	0.9942369244045732	2	2	2	2	2	True	116237	maximal	True	AST0040_000000008580	1.0		1	1	False	False	1.0	0	IncR				non-mobilizable	plasmid	2322.0	99.95700000000001	100.0	0.018137063374228334	KP008371.1	enterobacteria	Klebsiella pneumoniae strain 565 plasmid PKPCAPSS, complete sequence	False	True
SPA0096_000000001113	20966	0.9942362424379191	17	13	9	13	8	True	128665	backbone	True	SPA0096_000000001113	0.967326288237367	PS1038|PS1040|PS1041	1	1	True	True	1.0	19					non-mobilizable	no_good_hit	3385.0	78.168	33.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0036_01_000000002869	13524	0.9942352823932284	17	12	7	9	9	True	88360	maximal	True	USA0036_01_000000002869	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	78.571	7.0	0.024397626831335513	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0199_000000016612	1834	0.9942333219705128	3	3	2	3	3	False	28807	maximal	True	ISR0199_000000016612	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	97.426	47.0	0.00015692225311235875	CP056625.1	enterobacteria	Escherichia coli strain RHBSTW-00304 chromosome, complete genome	True	False
SPA0151_000000005685	3078	0.9942329468301124	6	5	4	5	4	False	113020	maximal	True	SPA0151_000000005685	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2472.0	100.0	80.0	0.0031249525755881894	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ENG0139_000000001983	8562	0.994231049566962	7	7	1	4	7	False	127101	maximal	True	ENG0139_000000001983	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	5673.0	98.625	85.0	0.0368567454798331	MN218686.1	enterobacteria	Escherichia coli strain 5M plasmid pISV_IncFII_NDM-5, complete sequence	True	True
FIJ0047_000000008275	3644	0.994227927805826	7	5	3	5	3	True	125361	fragment	False	FIJ0114_000000005988	0.6747143226251195		0	0	False	False	0.9969813227653503	0					non-mobilizable	no_good_hit	3210.0	98.006	88.0	0.0009156055954690081	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0135_000000000487	31698	0.9942263066260536	35	16	6	15	6	True	21027	fragment	False	USA0050_01_000000000252	0.6377337828881012		0	0	False	False	1.0	0					non-mobilizable	plasmid	31702.0	99.75399999999999	99.0	0.27130582133748693	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
MAD0112_000000019495	1489	0.9942246567747292	3	1	1	1	1	False	14438	fragment	False	MAD0112_000000019495	1.0		0	0	False	False	0.9670920372009277	0					non-mobilizable	other	1443.0	94.595	97.0	0.0018433509614954409	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
DEN0061_000000003272	8850	0.9942232202904822	9	5	4	5	1	True	103117	fragment	False	DEN0061_000000003272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0368_000000005078	2487	0.9942228247534144	3	3	3	3	1	False	93158	fragment	False	ISR0368_000000005078	0.9594594594594594		0	0	False	False	0.9991958141326904	0					non-mobilizable	no_good_hit	757.0	96.301	30.0	0.004008058530378539	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
USA0117_01_000000004511	5762	0.9942226613299058	5	4	4	3	2	True	102515	fragment	False	USA0117_01_000000004511	0.9614638447971782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	95.89	1.0	0.08791208791208792	GQ880972.1		Uncultured organism clone VC1CM82TF genomic sequence	True	True
ENG0058_000000007924	3877	0.9942222570047452	8	6	5	6	3	False	63473	maximal	True	ENG0058_000000007924	1.0		0	0	False	False	0.9987103343009949	0					non-mobilizable	no_good_hit	1779.0	78.24600000000001	46.0	0.020567053028446032	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ISR0197_000000003922	5650	0.9942186996584756	6	3	2	3	1	True	130339	maximal	True	ISR0197_000000003922	1.0	PS1094|PS1096|PS1099|PS1100	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1710.0	95.029	61.0	0.42148148148148146	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0007_000000001271	13778	0.9942184088320082	18	10	7	7	7	False	123900	maximal	True	SPA0007_000000001271	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	11234.0	99.786	82.0	0.114253451204997	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0036_000000002732	7685	0.9942160463872004	12	12	4	7	11	False	89150	fragment	False	ENG0036_000000002732	1.0		0	0	False	False	0.9975276589393616	0	IncFIC				non-mobilizable	plasmid	7041.0	100.0	92.0	0.09259259259259259	CP041537.1	enterobacteria	Escherichia coli strain 95 plasmid p3409-2	False	True
ISR0346_000000004766	4051	0.9942153554277312	4	4	4	4	3	False	125034	maximal	True	ISR0346_000000004766	1.0		46	7	False	False	0.9985188841819763	0					non-mobilizable	chromosome	3416.0	77.693	100.0	0.0007392574127565769	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0213_000000005625	4145	0.9942137131711212	6	5	3	5	3	True	119522	fragment	False	ISR0847_000000005394	0.9600713107940924		0	0	False	False	0.9997587203979492	0					non-mobilizable	other	3300.0	99.03	100.0	0.0183469906596127	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ENG0025_000000005412	4056	0.9942137131711212	5	5	3	5	3	True	119522	fragment	False	ISR0847_000000005394	0.8781611380944665		0	0	False	False	1.0	0					non-mobilizable	other	3275.0	98.53399999999999	100.0	0.018202350951562387	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0186_000000007491	3474	0.9942137131711212	5	5	3	5	3	True	80332	fragment	False	ISR0186_000000007491	0.9984481841425998		0	0	False	False	1.0	0					non-mobilizable	other	3274.0	98.931	99.0	0.018202350951562387	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
USA0078_01_000000005335	2907	0.9942109913096993	4	4	4	3	2	False	125030	fragment	False	USA0078_01_000000005335	1.0		0	0	False	False	0.9982799887657166	0					non-mobilizable	chromosome	2982.0	77.498	100.0	0.0006456195990070016	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
CHI0034_000000007812	2097	0.9942109913096993	4	4	4	3	2	False	125022	fragment	False	CHI0034_000000007812	0.98606286451234		0	0	False	False	1.0	0					non-mobilizable	other	2097.0	99.95200000000001	100.0	0.007578222733221974	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0097_000000003070	8442	0.9942089489389704	8	3	2	3	3	True	112722	maximal	True	SPA0097_000000003070	1.0		1	1	False	False	0.9998815655708313	0					non-mobilizable	no_good_hit	1369.0	80.351	16.0	0.2723568954980648	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
DEN0063_000000001458	17068	0.9942056637681312	31	13	6	10	7	True	76963	fragment	False	DEN0063_000000001458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.37525677740641e-07	LR812496.1	bony fishes	Danio aesculapii genome assembly, chromosome: 17	True	True
ENG0113_000000014883	1884	0.9942042612280828	5	2	1	1	2	False	124068	fragment	False	MON0033_000000030183	0.9554263565891472		0	0	False	False	0.9984076619148254	0					non-mobilizable	other	1884.0	100.0	100.0	0.000529183203056279	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
SPA0138_000000017689	1528	0.9942042612280828	4	2	1	1	2	False	59418	maximal	True	SPA0138_000000017689	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1371.0	99.927	90.0	0.00038501380148013917	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0179_000000001129	11261	0.9942009775120771	13	13	6	8	13	False	82934	maximal	True	CHI0179_000000001129	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	8667.0	98.55799999999999	92.0	0.0015877669027735536	CP031355.1	enterobacteria	Escherichia coli O145 strain RM8995-C1 chromosome, complete genome	False	False
ISR0063_000000001193	13764	0.9941978445767896	13	8	4	6	6	False	76987	fragment	False	USA0081_01_000000001790	0.7128228155611279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	98.95200000000001	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ISR0244_000000004439	4626	0.994197357454748	4	4	4	4	3	True	80331	fragment	False	ISR0244_000000004439	1.0		0	0	False	False	0.9969736337661743	0					non-mobilizable	other	4619.0	99.286	99.0	0.02568467431031893	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
MON0061_000000010269	4077	0.9941964411564884	4	4	4	3	3	False	10838	maximal	True	MON0061_000000010269	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2766.0	86.76799999999999	88.0	0.0009207184750144249	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
CHI0053_000000003868	2906	0.9941939847069878	4	4	4	3	3	False	125036	fragment	False	ISR0806_000000002243	0.16372492367112415		0	0	False	False	0.9910529851913452	0					non-mobilizable	other	2906.0	98.69200000000001	100.0	0.010503214236645913	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0015_000000000810	12809	0.9941936134835216	17	12	8	8	9	True	19455	maximal	True	MAD0015_000000000810	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3856.0	86.126	30.0	0.011039294494983833	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
SPA0037_000000007088	3452	0.9941925598480564	3	2	2	2	2	True	82811	fragment	False	SPA0037_000000007088	0.9749922815683854		0	0	False	False	0.9944959282875061	0					non-mobilizable	no_good_hit								True	True
MON0033_000000020293	3227	0.9941925598480564	4	2	2	2	2	True	30903	maximal	True	MON0033_000000020293	1.0		1	1	False	False	0.9990703463554382	0					non-mobilizable	no_good_hit								True	True
ISR0810_000000001683	6716	0.9941915114298456	11	2	2	2	2	False	21728	maximal	True	ISR0810_000000001683	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	84.37299999999999	53.0	0.03159890830468224	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0097_000000002829	10228	0.9941900251194176	9	6	3	4	3	True	128768	backbone	False	ENG0060_000000001922	0.9591413976435792	PS1052	0	0	True	True	0.9919828176498413	8	IncW	MOBF			mobilizable	other	7759.0	99.98700000000001	99.0	0.00325284791908719	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0068_000000001902	7323	0.994188832297806	9	8	6	7	7	False	10587	maximal	True	SPA0068_000000001902	1.0		2	2	False	False	0.9998634457588196	0					non-mobilizable	no_good_hit	3991.0	99.449	89.0	0.17340462528255957	NZ_JAAISM010000076.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_76_length_23004_cov_174.081, whole genome shotgun sequence	True	False
ENG0042_000000006271	4294	0.9941841535548491	8	7	5	7	5	False	92148	fragment	False	ENG0042_000000006271	0.9640522875816994		0	0	False	False	0.9967396259307861	0					non-mobilizable	no_good_hit	621.0	72.142	14.0	0.00013764059975927633	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0357_000000003353	6211	0.9941835138388262	6	5	4	3	3	False	119566	fragment	False	AUS0004_000000002812	0.5616952742124124		0	0	False	False	0.9988729953765869	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0037_000000019621	1245	0.9941830527843256	3	1	1	1	1	False	36671	fragment	False	ISR0037_000000019621	0.9903147699757869		0	0	False	False	0.9943774938583374	0					non-mobilizable	no_good_hit	356.0	88.764	45.0	0.008845808830858169	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0126_000000001445	16029	0.9941830243218408	23	22	9	16	18	False	58785	maximal	True	ENG0126_000000001445	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	8039.0	92.92200000000001	92.0	0.0015495697726613444	CP041546.1	enterobacteria	Escherichia coli strain 131 chromosome	False	False
ISR0032_000000028549	1186	0.994180086073302	1	1	1	1	1	False	36913	fragment	False	ISR0032_000000028549	1.0		0	0	False	False	0.9544687867164612	0					non-mobilizable	no_good_hit	680.0	92.353	57.0	0.0011800510367715757	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0800_000000010308	1272	0.994179913677534	2	2	2	2	1	False	21877	fragment	False	ISR0800_000000010308	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	99.764	100.0	0.0013634149952049843	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
FIJ0032_000000011372	3064	0.9941783859014122	4	3	3	3	3	False	48455	fragment	False	FIJ0032_000000011372	1.0		0	0	False	False	0.9980417490005493	0					non-mobilizable	no_good_hit	1733.0	93.595	58.0	0.0005947772986802541	CP046108.1	firmicutes	Enterococcus faecalis strain 133170041-3 chromosome, complete genome	True	False
FIJ0028_000000007894	3851	0.9941778339893224	6	3	1	2	1	True	108596	backbone	False	ISR0351_000000002876	0.9286888966614956	PS526|PS674	0	0	False	True	0.9953258633613586	0					non-mobilizable	no_good_hit	951.0	99.685	65.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0045_000000002521	10790	0.9941719680702634	15	10	6	6	9	True	124137	fragment	False	DEN0008_000000000333	0.6174857665001071		0	0	False	False	0.9987025260925293	0					non-mobilizable	other	10762.0	98.086	99.0	0.0030236229854925674	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0046_000000000495	28321	0.9941703506632154	36	23	15	22	15	True	108327	fragment	False	MON0046_000000000495	1.0		0	0	False	False	0.9998587369918823	0					non-mobilizable	no_good_hit	2121.0	92.69200000000001	7.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
SPA0105_000000008520	3142	0.9941702829396204	4	3	2	3	2	False	95720	fragment	False	SPA0047_000000012177	0.9579058592053311		0	0	False	False	0.9961807727813721	0					non-mobilizable	chromosome	3142.0	99.491	100.0	0.0007881282443483603	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0143_000000006091	3074	0.9941687622262748	6	5	3	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.4385227031526231		0	0	False	False	0.9996746778488159	0					non-mobilizable	no_good_hit	2714.0	98.12100000000001	88.0	0.0007743260537741331	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0399_000000009464	1756	0.994167727566334	2	2	2	2	2	False	69512	fragment	False	ISR0399_000000009464	0.9864461871334723		0	0	False	False	0.9988610744476318	0					non-mobilizable	other	1678.0	99.821	96.0	0.05720035473088205	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0017_000000008003	4161	0.9941661939954448	8	4	0	3	4	False	103825	maximal	True	ISR0017_000000008003	1.0		3	3	False	False	1.0	0		MOBP		MOBP	mobilizable	no_good_hit	3039.0	96.611	80.0	0.4197650310988252	CP056942.1	enterobacteria	Escherichia coli strain RHB42-C04 plasmid pRHB42-C04_3, complete sequence	True	True
ENG0051_000000016154	1783	0.9941652644761556	3	2	2	1	1	False	105400	fragment	False	ENG0051_000000016154	1.0		0	0	False	False	0.9994391202926636	0					non-mobilizable	no_good_hit	519.0	77.649	39.0	0.00107478091406562	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0007_000000004076	7015	0.9941638179426175	7	3	3	3	3	False	76333	maximal	True	DEN0007_000000004076	1.0		1	1	False	False	0.9998574256896973	0					non-mobilizable	no_good_hit	906.0	82.45	26.0	0.0203013766309596	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0089_000000005496	6568	0.9941618166105928	8	3	2	3	2	False	74970	maximal	True	SPA0089_000000005496	1.0		6	2	False	False	0.9996954798698425	0					non-mobilizable	no_good_hit	642.0	85.20200000000001	10.0	0.012973990627621912	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
FIJ0036_000000023739	1760	0.9941614275727576	4	2	1	1	2	False	50611	fragment	False	FIJ0137_000000005760	0.9576371972397496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	90.824	55.0	0.013256254360609987	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0073_000000018615	1484	0.9941614275727576	3	2	1	1	2	False	36672	fragment	False	ISR0073_000000018615	1.0		0	0	False	False	0.9952830076217651	0					non-mobilizable	no_good_hit	465.0	92.04299999999999	31.0	0.011536928137147413	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0013_000000021531	1388	0.9941614275727576	3	2	1	1	2	False	50607	fragment	False	FIJ0013_000000021531	1.0		0	0	False	False	0.990634024143219	0					non-mobilizable	no_good_hit	534.0	90.637	38.0	0.013256254360609987	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0014_000000000437	27376	0.9941613869106586	31	24	7	11	21	True	98668	fragment	False	MAD0014_000000000437	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	13018.0	96.82700000000001	94.0	0.23453408538013804	CP057011.1	enterobacteria	Escherichia coli strain RHB40-C22 plasmid pRHB40-C22_2, complete sequence	False	True
FIJ0159_000000000461	31637	0.9941606066269678	35	19	14	17	9	True	53280	backbone	False	FIJ0155_000000000309	0.2815682039143793	PS221	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
ENG0207_000000005876	2956	0.9941602183698592	7	2	1	2	1	False	53900	maximal	True	ENG0207_000000005876	1.0		1	1	False	False	0.9959404468536377	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000009021	2923	0.9941602183698592	7	2	1	2	1	False	46007	fragment	False	USA0059_01_000000009021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0818_000000016883	1154	0.9941602183698592	3	2	1	2	1	False	21336	fragment	False	ISR0818_000000016883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0044_000000002022	10279	0.9941572400622712	9	7	6	7	6	True	128657	maximal	True	MAD0044_000000002022	1.0		2	1	False	False	0.9998054504394531	0					non-mobilizable	no_good_hit	2146.0	79.357	38.0	0.004409947369191426	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0058_000000006064	3158	0.9941548970895818	4	2	2	1	2	False	85912	fragment	False	CHI0058_000000006064	1.0		0	0	False	False	0.9974667429924011	0					non-mobilizable	no_good_hit	1260.0	91.74600000000001	64.0	0.022294686846489206	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0030_000000000937	14036	0.9941525111715412	21	12	9	8	10	False	123909	fragment	False	ISR0071_000000000283	0.11205502127999259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.40799999999999	55.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
CHI0063_000000006195	2124	0.9941519158162544	1	1	1	1	1	False	85457	maximal	True	CHI0063_000000006195	0.9713372177597074		1	1	False	True	1.0	0					non-mobilizable	no_good_hit	162.0	87.037	7.0	0.027724498692240626	MN855921.1	viruses	Bacteriophage sp. isolate 458, complete genome	True	True
FIJ0122_000000007980	2031	0.9941519158162544	3	1	1	1	1	False	85457	maximal	False	CHI0063_000000006195	0.9706528562460766		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	162.0	87.037	8.0	0.027724498692240626	MN855921.1	viruses	Bacteriophage sp. isolate 458, complete genome	True	True
FIJ0020_000000010857	2031	0.9941519158162544	2	1	1	1	1	False	85457	maximal	False	CHI0063_000000006195	0.9708709130998631		0	0	True	True	0.9911373853683472	2					non-mobilizable	no_good_hit	162.0	87.037	8.0	0.027724498692240626	MN855921.1	viruses	Bacteriophage sp. isolate 458, complete genome	True	True
ENG0104_000000019922	1592	0.9941519010464032	2	2	1	2	1	False	60231	fragment	False	ENG0104_000000019922	1.0		0	0	False	False	0.9861809015274048	0					non-mobilizable	no_good_hit	832.0	86.779	52.0	0.0017376321781878022	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0011_000000002905	8277	0.9941511889063832	10	6	5	6	6	False	66001	maximal	True	ISR0011_000000002905	1.0		1	1	False	False	0.9996375441551208	0					non-mobilizable	no_good_hit	975.0	70.76899999999999	12.0	0.00028933869698831834	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0049_000000002784	5269	0.9941511432135977	7	6	4	5	6	False	114204	fragment	False	CHI0049_000000002784	1.0		0	0	False	False	0.9958246350288391	0	IncFIB				non-mobilizable	plasmid	5255.0	99.943	99.0	0.03598580841358338	CP002089.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky plasmid pSSAP03302A, complete sequence	False	True
ISR0049_000000014442	2056	0.9941497062660952	3	2	1	2	1	False	105398	fragment	False	ISR0049_000000014442	1.0		0	0	False	False	0.9975680708885193	0					non-mobilizable	no_good_hit	488.0	84.426	31.0	0.0010141415239724237	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0030_000000011864	1816	0.9941497062660952	3	2	1	2	1	False	105395	fragment	False	ISR0030_000000011864	0.9696501450961156		0	0	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit	682.0	93.988	40.0	0.0014239801604643723	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0779_000000019501	1762	0.9941497062660952	3	2	1	2	1	False	105395	fragment	False	ISR0030_000000011864	0.9629806894597983		0	0	False	False	0.9937570691108704	0					non-mobilizable	no_good_hit	631.0	93.819	35.0	0.001317338474438406	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0096_000000026674	1690	0.9941497062660952	3	2	1	2	1	False	105395	fragment	False	ISR0030_000000011864	0.9296366270199314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	91.801	36.0	0.0012964283399235106	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0137_000000014776	1679	0.9941497062660952	3	2	1	2	1	False	105395	fragment	False	ISR0030_000000011864	0.9210628180498297		0	0	False	False	0.9982132315635681	0					non-mobilizable	no_good_hit	515.0	87.184	34.0	0.0010726899006141307	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0795_000000007586	1535	0.9941497062660952	3	2	1	2	1	False	21967	fragment	False	ISR0795_000000007586	1.0		0	0	False	False	0.9837133288383484	0					non-mobilizable	no_good_hit	694.0	94.236	45.0	0.0014490723218822466	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0079_000000020864	1591	0.9941496583332442	2	2	1	2	1	False	61806	fragment	False	ENG0079_000000020864	1.0		0	0	False	False	0.9868007302284241	0					non-mobilizable	no_good_hit								True	False
FIJ0051_000000013822	1603	0.9941484972047666	3	2	1	2	1	False	71776	fragment	False	ISR0097_000000018140	0.9481653076145757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000002811	9431	0.9941475936395732	14	8	5	5	5	True	126524	backbone	True	USA0019_01_000000002811	0.9877118952233086	PS624|PS966|PS967	1	1	True	True	1.0	25					non-mobilizable	no_good_hit	3003.0	93.806	79.0	0.36978453107485365	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0027_01_000000002761	9304	0.9941475936395732	13	8	5	5	5	True	126524	backbone	False	USA0019_01_000000002811	0.9840770452246228	PS624|PS966|PS967	0	0	True	True	0.99989253282547	1					non-mobilizable	no_good_hit	4963.0	96.131	79.0	0.6137750653879687	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0238_000000001879	6469	0.9941457169272396	9	5	3	3	3	True	127664	backbone	False	SPA0018_000000003974	0.9977936189845001	PS1019	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	1859.0	97.47200000000001	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0121_000000002854	6468	0.9941457169272396	9	5	3	3	3	True	127664	backbone	False	SPA0018_000000003974	0.9968075319539529	PS1019	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1859.0	97.41799999999999	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0018_01_000000003831	6468	0.9941457169272396	9	5	3	3	3	True	127664	backbone	False	SPA0018_000000003974	0.9976590648249314	PS1019	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1859.0	97.47200000000001	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0040_000000003380	6468	0.9941457169272396	9	5	3	3	3	True	127664	backbone	False	SPA0018_000000003974	0.9963706994669613	PS1019	0	0	True	True	0.9996907711029053	18					non-mobilizable	no_good_hit	1859.0	97.36399999999999	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0072_000000001863	6468	0.9941457169272396	9	5	3	3	3	True	127664	backbone	False	SPA0018_000000003974	0.9967381540655174	PS1019	0	0	True	True	1.0	260					non-mobilizable	no_good_hit	1859.0	97.36399999999999	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
SPA0004_000000002432	6466	0.9941457169272396	9	5	3	3	3	True	127664	backbone	False	SPA0018_000000003974	0.997775469237635	PS1019	0	0	True	True	1.0	283					non-mobilizable	no_good_hit	1859.0	97.47200000000001	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CAN0022_000000003842	7008	0.994144557684982	10	7	7	6	6	False	91356	maximal	True	CAN0022_000000003842	1.0		1	1	False	False	0.997003436088562	0					non-mobilizable	no_good_hit	192.0	80.208	3.0	0.0024593043681929968	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0108_000000002367	10613	0.9941439321823894	8	5	4	5	4	False	59954	maximal	True	ENG0108_000000002367	1.0		3	3	False	False	0.9999057650566101	0					non-mobilizable	other	5917.0	97.735	98.0	0.00428458014736348	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
SPA0058_000000001864	11357	0.9941426911456024	9	4	3	4	3	True	107246	fragment	False	SPA0058_000000001864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	98.63	1.0	9.105487067679062e-05	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ISR0086_000000025292	1147	0.9941425663307408	1	1	1	1	1	False	72375	fragment	False	ENG0154_000000029967	0.9834494773519165		0	0	False	False	0.9930253028869629	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0006950032921208574	NZ_JAAIQH010000019.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_19_length_54676_cov_322.576, whole genome shotgun sequence	True	False
ENG0030_000000001944	11709	0.9941417605271612	16	7	6	6	3	False	107038	fragment	False	ENG0030_000000001944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8330.0	99.868	71.0	0.08311711639789239	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0812_000000004792	7555	0.9941411636796752	11	8	6	7	6	True	67665	fragment	False	ISR0812_000000004792	1.0		0	0	False	False	0.9981469511985779	0					non-mobilizable	no_good_hit								True	True
ISR0156_000000010631	2405	0.9941400682180896	1	1	1	1	1	True	103004	maximal	True	ISR0156_000000010631	0.5568060748292265		1	1	True	True	1.0	53					non-mobilizable	plasmid	1815.0	84.132	94.0	0.7539949537426409	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	False	True
MAD0060_000000008880	1899	0.9941332583195542	3	3	3	3	3	False	18965	fragment	False	MAD0060_000000008880	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1899.0	100.0	100.0	0.010849992282671453	CP052444.1	enterobacteria	Klebsiella pneumoniae strain C16KP0098 plasmid pC16KP0098-1, complete sequence	False	True
FIJ0058_000000015106	2629	0.9941287152900296	4	2	1	2	2	True	125361	fragment	False	FIJ0114_000000005988	0.05079015212878054		0	0	False	False	1.0	0					non-mobilizable	other	2629.0	99.391	100.0	0.0007500659304527909	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0001_000000010224	2518	0.9941287152900296	5	2	1	2	2	True	125361	fragment	False	FIJ0114_000000005988	0.04143130285856782		0	0	False	False	1.0	0					non-mobilizable	other	2519.0	98.491	100.0	0.0007186704767428188	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0778_000000004156	3057	0.9941250463759436	3	3	2	3	1	False	22375	maximal	True	ISR0778_000000004156	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	72.2	16.0	0.0011190296577045535	MN577573.1	firmicutes	Uncultured Firmicutes bacterium isolate LL40 clone UCI_5 genomic sequence	True	False
ISR0178_000000000193	43942	0.994124864624896	50	32	16	28	22	True	123719	fragment	False	ISR0176_000000000218	0.9532427276533816		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	22903.0	97.73	90.0	0.22845481398690723	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0101_000000016479	2667	0.9941230861899732	6	4	4	4	4	False	125074	fragment	False	ENG0110_000000010538	0.9339154215903385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	2.110328980657117e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0106_000000000577	24016	0.994122393739777	23	18	11	15	13	True	123708	fragment	False	ISR0106_000000000577	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	12439.0	97.805	81.0	0.12396215870988345	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
USA0005_01_000000006488	5594	0.9941215488317416	6	4	1	3	2	False	112309	maximal	True	USA0005_01_000000006488	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1007.0	99.404	18.0	0.00030236537663462515	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
SPA0116_000000002456	12721	0.994116282302158	22	6	1	5	3	False	4368	fragment	False	SPA0116_000000002456	1.0		0	0	False	False	0.9992924928665161	0					non-mobilizable	no_good_hit	76.0	89.47399999999999	1.0	0.00012855960108812848	NZ_OAOF01000001.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
FIJ0043_000000005592	4469	0.9941157972312276	6	4	1	2	3	False	47244	maximal	True	FIJ0043_000000005592	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000010707	3115	0.9941125727874603	4	4	3	3	4	False	83966	fragment	False	SPA0053_000000010707	1.0		0	0	False	False	0.9990369081497192	0					non-mobilizable	no_good_hit	2714.0	97.93700000000001	87.0	0.580693493150685	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
DEN0046_000000000830	14222	0.9941121835716066	18	8	5	6	5	True	91985	fragment	False	DEN0046_000000000830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4416.0	97.917	69.0	0.03555237029223002	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
FIJ0141_000000002451	12379	0.9941120763198784	16	15	12	12	13	True	63995	maximal	True	FIJ0141_000000002451	1.0		7	4	False	False	0.9984651207923889	0					non-mobilizable	plasmid	6799.0	99.926	100.0	0.056825593257186814	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
AST0104_000000003343	8678	0.9941111858550206	7	3	2	3	2	False	108035	maximal	True	AST0104_000000003343	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	1.0	0.0003155861049747146	NZ_CYYU01000004.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0347_000000017681	1275	0.9941079064922652	3	1	1	1	1	False	34332	fragment	False	ISR0347_000000017681	1.0		0	0	False	False	0.9607843160629272	0					non-mobilizable	no_good_hit	1134.0	77.778	88.0	0.0004909808755884486	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
MON0079_000000017666	1290	0.9941077677774974	2	1	1	1	1	False	10082	maximal	True	MON0079_000000017666	1.0		0	0	False	False	0.97364342212677	0					non-mobilizable	no_good_hit								True	False
ISR0303_000000006506	1980	0.9941063703621276	4	4	4	2	2	False	125022	fragment	False	CHI0034_000000007812	0.9519544913319968		0	0	False	False	0.9929292798042297	0					non-mobilizable	other	1981.0	98.889	100.0	0.00041775055476555597	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0061_000000033360	1389	0.9941061872093426	3	1	1	1	1	False	11104	fragment	False	MON0061_000000033360	1.0		0	0	False	False	0.9820014238357544	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000010677	3284	0.9941054944895524	2	2	2	2	2	True	100235	fragment	False	SPA0116_000000008773	0.36057380747713563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0819_000000017421	1523	0.9941052805676384	3	2	1	2	1	True	92780	fragment	False	CAN0016_000000028777	0.7183737242013388		0	0	False	False	0.9862114191055298	0					non-mobilizable	other	1523.0	98.75200000000001	100.0	0.0004343989140597975	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0012_01_000000000844	9888	0.9941046325216764	12	10	5	7	10	True	123628	fragment	False	USA0108_01_000000001009	0.5206028800045299		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4149.0	96.24	93.0	0.1334878779097846	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0104_000000000684	12765	0.9941025966147748	17	12	7	10	8	True	18176	maximal	True	MAD0104_000000000684	0.9929835503235362		2	1	True	True	0.9999216794967651	22					non-mobilizable	no_good_hit	33.0	100.0	0.0	3.7516105546873445e-05	NZ_FOZN01000001.1	high GC Gram+	Agrococcus baldri strain IAM 15147, whole genome shotgun sequence	True	True
MAD0042_000000001605	12728	0.9941025966147748	16	12	7	10	8	True	18176	maximal	False	MAD0104_000000000684	0.9929835503235362		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	33.0	100.0	0.0	3.7516105546873445e-05	NZ_FOZN01000001.1	high GC Gram+	Agrococcus baldri strain IAM 15147, whole genome shotgun sequence	True	True
ISR0840_000000001348	8343	0.9941020465524304	9	7	5	7	3	False	99409	maximal	True	ISR0840_000000001348	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	91.346	1.0	3.916065411219185e-05	NZ_CP027846.1	firmicutes	Staphylococcus kloosii strain ATCC 43959 chromosome, complete genome	True	False
CHI0050_000000001804	4959	0.9940982963970864	6	5	4	5	4	False	86714	maximal	True	CHI0050_000000001804	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0088_000000001193	12619	0.9940950836204708	13	7	7	7	6	False	5492	fragment	False	SPA0088_000000001193	1.0		0	0	False	False	0.999762237071991	0					non-mobilizable	no_good_hit	920.0	73.913	7.0	0.000973229737002388	NZ_RQFO01000017.1	bacteria	Leptospira montravelensis strain 201800278 contig_0002, whole genome shotgun sequence	True	False
DEN0071_000000004448	7560	0.9940940688420252	11	7	5	7	4	True	125372	fragment	False	ISR0328_000000002744	0.6385064782839691		0	0	False	False	0.9994708895683289	0					non-mobilizable	other	7561.0	99.29899999999999	100.0	0.0021577239095217273	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0133_01_000000001406	17927	0.9940911013757682	33	7	5	6	4	False	93867	maximal	True	USA0133_01_000000001406	1.0		1	1	False	False	0.999721109867096	0					non-mobilizable	no_good_hit	73.0	93.15100000000001	0.0	1.161830761276697e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
FIJ0089_000000015798	1574	0.9940901920130928	2	2	2	2	1	True	43564	fragment	False	FIJ0089_000000015798	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0132_01_000000003114	6057	0.9940895376765568	7	5	4	3	2	True	87	maximal	True	USA0132_01_000000003114	1.0		1	1	False	False	0.9998348951339722	0					non-mobilizable	no_good_hit	47.0	95.745	1.0	0.0013232840457971348	MK233404.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.N05_1_c1 sequence	True	True
FIJ0083_000000004821	6532	0.9940890071677498	7	5	5	3	4	False	44141	maximal	True	FIJ0083_000000004821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2429.0	74.22800000000001	37.0	0.012849080233560496	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
ISR0070_000000002946	6448	0.9940870581058554	8	6	1	3	4	False	130184	fragment	False	SPA0026_000000003720	0.9362739033576194		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4192.0	99.022	72.0	0.8341628508859248	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
USA0062_01_000000004806	5331	0.9940850233249764	9	6	3	2	6	True	123814	backbone	False	CHI0167_000000003333	0.9711507180981743	PS607|PS904	0	0	True	True	1.0	151		MOBP			mobilizable	plasmid	4492.0	98.664	94.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0333_000000004586	4140	0.994083078344784	7	4	3	4	4	True	115114	fragment	False	ISR0333_000000004586	0.9952064896755162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	6.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0398_000000005545	4068	0.994083078344784	8	4	3	4	4	True	115114	fragment	False	ISR0333_000000004586	0.986231884057971		0	0	False	False	0.9990167021751404	0					non-mobilizable	no_good_hit	234.0	92.735	6.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0010_01_000000010730	2518	0.9940794142094171	3	2	2	2	2	False	2063	maximal	True	USA0010_01_000000010730	1.0		0	0	False	False	0.9916600584983826	0					non-mobilizable	no_good_hit	1058.0	81.664	63.0	0.6295631358467983	HG796487.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01418	True	False
ISR0776_000000004982	5222	0.9940790679085956	8	8	5	7	7	False	94491	fragment	False	ISR0776_000000004982	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5222.0	99.445	100.0	0.00131003424506297	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CAN0020_000000003281	10034	0.994078934716322	15	9	6	7	5	True	128147	maximal	True	CAN0020_000000003281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3073.0	86.853	31.0	0.4643723468768951	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0837_000000003481	3038	0.994078135445976	6	2	2	2	1	False	96152	fragment	False	ISR0837_000000003481	1.0		0	0	False	False	0.9944041967391968	0					non-mobilizable	no_good_hit	1230.0	95.61	45.0	0.0003425508883812611	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
BAN0018_000000000143	11888	0.994075288398474	14	13	3	3	13	False	98238	maximal	True	BAN0018_000000000143	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3908.0	89.125	78.0	0.0007846950702129175	CP041392.1	enterobacteria	Escherichia coli strain ECOL-18-VL-LA-PA-Ryan-0026 chromosome, complete genome	True	False
ENG0110_000000010538	2899	0.9940733543533125	7	5	5	4	4	False	125074	fragment	False	ENG0110_000000010538	0.9411299113406228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	73.97800000000001	9.0	5.950425489360277e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0126_000000009820	4936	0.9940719582057896	5	2	1	2	1	False	122720	maximal	True	ISR0126_000000009820	1.0		1	1	False	False	0.9995948076248169	0					non-mobilizable	no_good_hit								True	False
AST0150_000000006623	4024	0.9940706366706848	3	2	2	2	2	False	104205	fragment	False	AST0150_000000006623	1.0		0	0	False	False	0.9990059733390808	0					non-mobilizable	other	4036.0	96.184	100.0	0.09677806587918948	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	False	False
MAD0088_000000000877	13548	0.9940695820767468	15	11	9	11	9	False	40946	maximal	True	MAD0088_000000000877	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	71.63	8.0	0.5455882352941176	LC076760.1		Uncultured microorganism mexyl31 gene for alpha-xylosidase, complete cds, clone: fosmid-14A3	True	False
ENG0085_000000001070	20669	0.9940668168293862	15	13	9	13	8	True	128665	backbone	False	SPA0096_000000001113	0.961509109987599	PS1038|PS1040|PS1041	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	3385.0	78.168	36.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0087_000000023136	2183	0.9940648275577388	6	5	2	5	3	False	113024	fragment	False	MON0087_000000023136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1950.0	99.48700000000001	89.0	0.002463540112199835	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
USA0101_01_000000003804	7334	0.9940634040546458	4	4	4	4	4	False	92976	fragment	False	USA0101_01_000000003804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	98.06	12.0	0.2368141592920354	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
CHI0011_000000002086	2881	0.9940621616705646	4	3	2	3	2	False	90201	fragment	False	CHI0011_000000002086	1.0		0	0	False	False	0.9895869493484497	0					non-mobilizable	plasmid	2834.0	99.435	98.0	0.011437176273006569	CP037875.1	enterobacteria	Salmonella enterica subsp. enterica serovar 4,[5],12:i:- strain PNCS015054 plasmid pPNCS015054_S2, complete sequence	False	True
ISR0136_000000004863	1766	0.994060982911318	2	2	2	2	1	False	31394	maximal	True	ISR0136_000000004863	1.0		0	0	False	False	0.9983012676239014	0					non-mobilizable	no_good_hit	569.0	100.0	32.0	0.00013241013012092682	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
CHI0070_000000008851	1438	0.9940601926869921	2	1	1	1	1	False	96401	fragment	False	ISR0842_000000013924	0.6357481381178064		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	99.306	100.0	0.014350151684496248	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
MAD0111_000000013492	1280	0.994057579058165	2	1	1	1	1	False	14494	maximal	True	MAD0111_000000013492	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	97.175	14.0	0.0003728687163147012	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ISR0024_000000000247	46707	0.9940563828003112	43	19	9	15	7	True	132147	fragment	False	ISR0104_000000000158	0.3150416461533923		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	315.0	77.143	1.0	0.002267294458529518	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	True	True
TAN0005_000000017316	1127	0.9940517847630884	2	2	1	1	2	False	2898	fragment	False	TAN0005_000000017316	0.9713896457765667		0	0	False	False	0.9991126656532288	0					non-mobilizable	no_good_hit	121.0	81.818	11.0	2.9859045233191616e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0034_000000008359	3420	0.9940502425201704	4	2	2	2	2	True	48163	fragment	False	FIJ0034_000000008359	1.0		0	0	False	False	0.9964912533760071	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.255597424047214e-06	CP050301.1	a-proteobacteria	Phyllobacterium sp. 628 chromosome, complete genome	True	True
ISR0283_000000000950	11808	0.9940479262537798	16	13	6	8	12	True	123628	fragment	False	USA0108_01_000000001009	0.639093505600555		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	10072.0	98.51100000000001	100.0	0.30374114655850837	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
AST0010_000000003153	7562	0.9940466920253374	9	3	2	3	2	True	126532	maximal	True	AST0010_000000003153	1.0		1	1	False	False	0.999603271484375	0					non-mobilizable	no_good_hit	991.0	96.46799999999999	13.0	0.03217379802923087	NZ_WAJR01000029.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_029, whole genome shotgun sequence	True	True
FIJ0096_000000000198	61446	0.994043935799861	68	16	6	15	6	True	74078	maximal	True	FIJ0096_000000000198	0.9620335583386104		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0019_000000038645	1742	0.9940413263347267	3	2	2	1	1	False	13174	fragment	False	MON0019_000000038645	1.0		0	0	False	False	0.9931113719940186	0					non-mobilizable	chromosome	1735.0	93.02600000000001	99.0	0.00033074680683413697	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ISR0058_000000014462	1811	0.9940411082196408	3	3	0	3	0	True	96057	backbone	False	ISR0344_000000019427	0.8403432061522971	PS288|PS512	0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
AST0012_000000001187	11654	0.9940404980683424	18	14	3	4	14	False	125654	maximal	True	AST0012_000000001187	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	11654.0	99.96600000000001	100.0	0.002467457532013107	CP037910.1	enterobacteria	Escherichia coli strain YSP8-1 chromosome, complete genome	False	False
FIJ0107_000000006754	4094	0.9940359401727508	6	4	2	4	3	True	125376	maximal	True	FIJ0107_000000006754	1.0		1	1	False	False	0.9982901811599731	0					non-mobilizable	no_good_hit	3408.0	98.76799999999999	83.0	0.0009724028253625033	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
CHI0091_000000002484	1774	0.9940349165183898	4	2	1	2	2	False	113011	maximal	True	CHI0091_000000002484	1.0		0	0	False	False	0.9836527705192566	0					non-mobilizable	no_good_hit	1353.0	100.0	76.0	0.0017098081271530684	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
USA0059_01_000000017798	1429	0.9940349165183898	3	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.5283178733127406		0	0	False	False	0.9699090123176575	0					non-mobilizable	other	1430.0	95.944	100.0	0.02963208897926999	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
USA0117_01_000000014861	1373	0.9940349165183898	3	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.4370213819265722		0	0	False	False	0.9898033738136292	0					non-mobilizable	other	1370.0	95.985	100.0	0.00047526403557531964	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0132_01_000000012971	1207	0.9940349165183898	2	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.2841114181138129		0	0	False	False	0.9908865094184875	0					non-mobilizable	other	1207.0	97.929	100.0	0.02502541968417339	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0176_000000008112	1203	0.9940349165183898	2	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.2791809954638203		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	98.91799999999999	100.0	0.0015175811779465102	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0039_000000031969	1172	0.9940349165183898	2	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.2096209700146985		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	99.277	94.0	0.0013987039856740338	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0083_000000001691	11866	0.994028694414584	16	13	6	8	12	True	123628	fragment	False	USA0108_01_000000001009	0.6478743967604006		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	10523.0	98.175	100.0	0.3381950481341962	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0033_000000001526	15260	0.9940268674087148	24	12	9	9	10	False	123895	maximal	True	ENG0033_000000001526	1.0		17	4	False	False	0.9997378587722778	0					non-mobilizable	no_good_hit	4203.0	84.939	79.0	0.041583506306881686	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0185_000000002666	9636	0.994026790428165	12	6	5	5	4	True	73478	fragment	False	ISR0185_000000002666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	87.09100000000001	5.0	0.1307867442448773	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
FIJ0032_000000024431	1513	0.9940258840426709	3	3	0	2	1	True	48396	maximal	True	FIJ0032_000000024431	1.0		1	1	True	True	0.9933906197547913	3					non-mobilizable	no_good_hit	51.0	96.07799999999999	3.0	0.027502750275027504	LN854126.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1616	True	True
DEN0085_000000010703	2937	0.9940257260884664	6	3	1	3	2	True	125361	fragment	False	FIJ0114_000000005988	0.0848162383360105		0	0	False	False	1.0	0					non-mobilizable	other	2946.0	91.853	100.0	0.0008382586140562584	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0095_000000020620	1351	0.9940255877656988	2	2	2	2	2	False	43086	fragment	False	ISR0130_000000021080	0.7461398973119266		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	97.241	99.0	0.0031770956517922673	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0135_000000021446	1325	0.9940255877656988	2	2	2	2	2	False	43086	fragment	False	ISR0130_000000021080	0.5688010276794047		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	97.66	100.0	0.003225861509839731	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0302_000000001998	5758	0.9940253836487464	7	6	5	6	4	False	107282	fragment	False	ISR0302_000000001998	1.0		0	0	False	False	0.9947898387908936	0					non-mobilizable	no_good_hit	562.0	74.199	10.0	0.0001609650216895273	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ETH0005_000000015571	3075	0.9940242124464252	4	2	0	2	1	True	52772	maximal	True	ETH0005_000000015571	1.0		1	1	True	True	1.0	139					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.04991680532445923	XM_023907473.1	eudicots	PREDICTED: Lactuca sativa probable histone H2B.1 (LOC111911723), mRNA	True	True
ETH0003_000000012108	3017	0.9940242124464252	4	2	0	2	1	True	53221	maximal	True	ETH0003_000000012108	1.0		1	1	True	True	0.989393413066864	19					non-mobilizable	no_good_hit	31.0	100.0	1.0	4.5772805155848774e-05	NZ_WRXL01000002.1	euryarchaeotes	Halomicroarcula salina strain YGHS18 scaffold2, whole genome shotgun sequence	True	True
ISR0065_000000023055	1494	0.9940224670377408	3	2	1	1	2	True	49198	fragment	False	ISR0065_000000023055	1.0		0	0	False	False	0.9973226189613342	0					non-mobilizable	other	1491.0	99.531	99.0	0.0004187376381061368	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
AST0058_000000000949	16469	0.9940190106654688	11	9	7	9	7	True	113164	fragment	False	AST0058_000000000949	0.8979014556645007		0	0	False	False	0.9993928074836731	0					non-mobilizable	no_good_hit	2309.0	76.31	14.0	0.0047319634407208145	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0137_000000002268	7542	0.994017526611381	10	7	6	7	6	False	58005	maximal	True	ENG0137_000000002268	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	80.805	4.0	0.001016340354077829	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
FIJ0158_000000002651	6515	0.9940167974260063	11	4	2	3	3	False	39443	maximal	True	FIJ0158_000000002651	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	93.125	32.0	0.011324566689114947	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0016_000000002700	8772	0.994015930020087	12	8	4	8	5	False	123871	fragment	False	AST0016_000000002700	1.0		0	0	False	False	0.9996579885482788	0					non-mobilizable	other	8771.0	99.01899999999999	99.0	0.05189770783644144	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
SPA0130_000000001692	17465	0.994015580272225	15	12	3	7	8	True	83908	fragment	False	SPA0130_000000001692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	87.195	1.0	2.897526401265099e-05	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
MON0033_000000026581	2385	0.9940138096323944	4	1	1	1	1	False	45967	maximal	True	MON0033_000000026581	1.0		0	0	False	False	0.9958071112632751	0					non-mobilizable	no_good_hit	43.0	100.0	2.0	0.0001520158386026125	NZ_FWXI01000005.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
SPA0069_000000000004	102320	0.9940120152931414	129	43	22	36	24	False	5972	maximal	True	SPA0069_000000000004	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	3356.0	79.499	12.0	0.000931761632439618	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MON0068_000000005985	6277	0.9940110082930214	5	4	3	4	4	False	105887	fragment	False	MON0068_000000005985	0.9757131800489184		0	0	False	False	0.9984068870544434	0					non-mobilizable	no_good_hit	662.0	75.227	21.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0082_01_000000016175	1843	0.9940101061609978	6	2	1	2	2	False	530	fragment	False	USA0082_01_000000016175	1.0		0	0	False	False	0.9896907210350037	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000008425	3618	0.9940043790144301	4	4	3	3	3	False	116084	fragment	False	ISR0167_000000008425	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	1779.0	99.719	49.0	0.010745929480593263	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0133_000000000948	15576	0.9939940784741692	23	12	8	8	7	False	123909	fragment	False	ISR0071_000000000283	0.979672896927998		0	0	False	False	0.9999358057975769	0					non-mobilizable	no_good_hit	5779.0	98.18299999999999	50.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0224_000000001942	10571	0.9939933348334604	8	6	6	5	4	False	126463	maximal	True	ISR0224_000000001942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	69.76	9.0	0.008989906742909774	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
MAD0051_000000000330	28778	0.993992991189965	42	11	5	8	6	False	19304	maximal	True	MAD0051_000000000330	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5204.0	89.20100000000001	48.0	0.09192570800694715	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0019_01_000000018463	1650	0.993991831550558	3	2	1	1	2	False	1827	maximal	True	USA0019_01_000000018463	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	100.0	12.0	3.7769139364601745e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
DEN0082_000000028288	1495	0.9939903639008616	3	3	3	3	3	False	69199	fragment	False	DEN0082_000000028288	0.9703274215552524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000024670	1466	0.9939903639008616	3	3	3	3	3	False	69199	fragment	False	DEN0082_000000028288	0.9612040133779265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0188_000000003667	4074	0.9939893804948564	4	4	4	2	2	True	107002	fragment	False	CHI0188_000000003667	1.0		0	0	False	False	0.9982817769050598	0					non-mobilizable	other	3438.0	98.95299999999999	98.0	0.009280109730479909	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
CHI0131_000000011181	1596	0.9939885458346276	3	3	3	2	1	False	98838	fragment	False	CHI0131_000000011181	1.0		0	0	False	False	0.9993734359741211	0					non-mobilizable	no_good_hit	1179.0	77.014	73.0	0.02596795727636849	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0394_000000012267	1554	0.9939885458346276	3	3	3	2	1	False	98832	fragment	False	ISR0394_000000012267	1.0		0	0	False	False	0.9993565082550049	0					non-mobilizable	no_good_hit	910.0	75.385	72.0	0.00016458000771206208	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
ISR0029_000000030141	1396	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9945802305965192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	75.59100000000001	70.0	0.00019049874099340755	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
USA0039_01_000000016137	1381	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9975843302889447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	67.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0135_000000013828	1381	0.9939885458346276	3	3	3	2	1	False	82132	fragment	False	CHI0135_000000013828	0.9973775122722038		0	0	False	False	0.9985517859458923	0					non-mobilizable	no_good_hit	934.0	78.158	67.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
AUS0024_000000023238	1381	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9975843302889447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	67.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0168_000000011457	1381	0.9939885458346276	3	3	3	2	1	False	82132	fragment	False	CHI0135_000000013828	0.9973775122722038		0	0	False	False	0.9992758631706238	0					non-mobilizable	no_good_hit	934.0	78.158	67.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0120_000000015111	1381	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9948658764942664		0	0	False	False	0.9978276491165161	0					non-mobilizable	no_good_hit	962.0	76.403	69.0	0.02113929684023142	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0202_000000015295	1381	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9975843302889447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	67.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
USA0025_01_000000011194	1381	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9975843302889447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	67.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0140_000000021511	1381	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9948658764942664		0	0	False	False	0.9992758631706238	0					non-mobilizable	no_good_hit	962.0	76.403	69.0	0.02113929684023142	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
USA0061_01_000000007839	1380	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9947519142224696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	76.26100000000001	68.0	0.02091677792612372	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0207_000000014068	1372	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9948523055939601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	68.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0083_000000007887	1372	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9948523055939601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	68.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0085_000000011624	1363	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9935152186898651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	68.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0045_000000009659	1363	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9935152186898651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	68.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0024_000000018665	1363	0.9939885458346276	3	3	3	2	1	False	82132	fragment	False	CHI0135_000000013828	0.9921638989485253		0	0	False	False	0.9750550389289856	0					non-mobilizable	no_good_hit	934.0	78.158	68.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0145_000000013591	1363	0.9939885458346276	3	3	3	2	1	False	82132	fragment	False	CHI0135_000000013828	0.9908589637268814		0	0	False	False	0.9941306114196777	0					non-mobilizable	no_good_hit	949.0	78.082	69.0	0.02091677792612372	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
USA0111_01_000000018513	1363	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9935152186898651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	68.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
SPA0017_000000009606	1363	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9911574729804793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	68.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0039_000000009077	1362	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9932398161045164		0	0	False	False	0.9992657899856567	0					non-mobilizable	no_good_hit	937.0	76.307	68.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0164_000000015080	1358	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9885070059394541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	68.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
SPA0019_000000021526	1356	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9914354941667817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	68.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0044_000000012164	1350	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.989277528003145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	69.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
SPA0096_000000031724	1348	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.988139892555418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	69.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0774_000000018461	1341	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9849677510956939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	69.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0036_000000007441	1341	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9849677510956939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	69.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
USA0081_01_000000022745	1340	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9833479582058184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	69.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
SPA0042_000000025546	1335	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9805076463591822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	76.369	69.0	0.020471740097908322	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
DEN0041_000000025623	1329	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9780692514826349		0	0	False	False	0.9796839952468872	0					non-mobilizable	no_good_hit	937.0	76.307	70.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0127_000000020153	1291	0.9939885458346276	3	3	3	2	1	False	98830	fragment	False	AUS0024_000000023238	0.9484665048963656		0	0	False	False	0.999225378036499	0					non-mobilizable	no_good_hit	937.0	76.307	72.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0190_000000024562	1211	0.9939885458346276	3	3	3	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9621466820691111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	78.598	66.0	0.01764574988874054	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0210_000000003756	5244	0.993987951947009	6	5	4	5	4	False	53756	maximal	True	ENG0210_000000003756	1.0		0	0	False	False	0.997139573097229	0					non-mobilizable	no_good_hit	892.0	71.637	17.0	0.0002941635549365447	CP019600.1	bacteria	Brachyspira hyodysenteriae strain BH718 chromosome, complete genome	True	False
ISR0195_000000002987	7637	0.9939872534061512	11	7	3	4	6	True	132222	maximal	True	ISR0195_000000002987	1.0	PS1143|PS1144|PS1145|PS778|PS779|PS780|PS897	95	10	True	True	1.0	301	rep_cluster_1868	MOBP,MOBP			mobilizable	no_good_hit	2545.0	99.961	64.0	0.5316614420062696	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	True	True
USA0032_01_000000013879	1565	0.9939866596307486	3	3	3	2	2	False	98831	fragment	False	USA0032_01_000000013879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	75.59100000000001	64.0	0.00019049874099340755	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
MAD0024_000000002069	4646	0.993983815954984	7	4	2	3	3	False	19205	fragment	False	MAD0024_000000002069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0022_000000000325	14307	0.9939825329187891	22	10	4	9	4	False	19317	maximal	True	MAD0022_000000000325	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	80.208	9.0	0.0014589255442462375	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0064_000000011149	2384	0.993982531211974	5	4	3	4	3	True	89611	fragment	False	MON0064_000000011149	1.0		0	0	False	False	0.9899328947067261	0					non-mobilizable	chromosome	2384.0	99.74799999999999	100.0	0.0004034032131074388	CP050200.1	enterobacteria	Escherichia coli strain RH-024-MS chromosome	False	True
ISR0065_000000022420	1532	0.9939818224456114	3	3	2	3	2	False	35181	maximal	True	ISR0065_000000022420	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0321_000000002623	3696	0.9939786890337104	4	4	1	3	1	True	132118	maximal	False	ISR0337_000000002432	0.7879892985751206		0	0	True	True	0.9956709742546082	6					non-mobilizable	plasmid	1753.0	97.148	95.0	0.4893676552881925	LN852754.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0063	False	True
FIJ0085_000000000642	26625	0.9939776941419723	48	18	14	15	10	True	43980	maximal	True	FIJ0085_000000000642	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3788.0	95.22200000000001	67.0	0.006287407751757801	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0082_01_000000026991	1099	0.9939774011112786	3	1	1	1	1	False	509	fragment	False	USA0082_01_000000026991	1.0		0	0	False	False	0.993630588054657	0					non-mobilizable	no_good_hit								True	False
FIJ0062_000000001038	20158	0.9939727825353659	24	7	3	4	4	False	45741	fragment	False	FIJ0062_000000001038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5247.0	88.20299999999999	47.0	0.0922624322121008	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0036_000000010974	3446	0.993971165955468	4	2	2	2	2	False	47976	maximal	True	FIJ0036_000000010974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	99.285	49.0	0.023550519891500903	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0042_000000006080	3912	0.9939706426131091	7	3	0	2	3	False	47315	maximal	True	FIJ0042_000000006080	1.0		1	1	True	True	0.9997443556785583	7					non-mobilizable	no_good_hit	1703.0	79.21300000000001	58.0	0.46616331096196867	CP054299.1	enterobacteria	Citrobacter freundii strain IDR1800045912-01-00 plasmid p1C4, complete sequence	True	True
BAN0016_000000000318	2307	0.993969576689786	3	3	3	3	3	False	98265	fragment	False	SPA0111_000000014793	0.949290932531156		0	0	False	False	1.0	0					non-mobilizable	plasmid	2307.0	100.0	100.0	0.02067234424025101	CP056843.1	enterobacteria	Escherichia coli strain RHBSTW-00124 plasmid pRHBSTW-00124_2, complete sequence	False	True
ENG0122_000000004787	5614	0.9939678067550836	9	6	4	4	6	True	124115	fragment	False	ENG0028_000000002063	0.31207687974592074		0	0	False	False	1.0	0					non-mobilizable	other	5614.0	98.913	100.0	0.001577151426209154	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0061_000000000230	15029	0.993965614407201	22	15	13	12	12	False	123918	fragment	False	CHI0061_000000000230	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9326.0	100.0	100.0	0.09486363035229249	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0182_000000002473	9030	0.993961066700786	10	6	3	5	5	False	82513	maximal	True	CHI0182_000000002473	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2355.0	95.541	30.0	0.0008292497195548022	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0047_01_000000009873	3561	0.9939606814300692	7	5	3	4	5	False	1176	fragment	False	USA0047_01_000000009873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	94.73700000000001	3.0	0.004910924194138237	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0110_000000003892	7058	0.9939596308496156	6	6	6	6	4	False	98038	maximal	True	MAD0110_000000003892	1.0		3	2	True	True	1.0	1					non-mobilizable	other	5651.0	99.98200000000001	100.0	0.001037306682502625	CP019944.1	enterobacteria	Escherichia coli strain DSM 103246, complete genome	False	True
ISR0035_000000000990	13282	0.9939547565943716	15	12	6	8	12	True	123628	fragment	False	USA0108_01_000000001009	0.6872264434318401		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8770.0	98.404	99.0	0.2639384950662873	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0101_000000018394	1282	0.9939540744952609	2	1	1	1	1	False	39366	fragment	False	ISR0101_000000018394	1.0		0	0	False	False	0.9984399080276489	0					non-mobilizable	no_good_hit	699.0	92.84700000000001	54.0	0.0012131691604032743	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0259_000000012845	1402	0.9939532631448468	2	2	1	2	2	False	26741	maximal	True	ISR0259_000000012845	1.0		1	1	False	False	0.9786019921302795	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000025504	1238	0.99395271806823	3	2	2	2	2	False	42892	fragment	False	FIJ0097_000000025504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	90.823	51.0	0.015723113724708464	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0086_000000014213	2229	0.9939483015552784	4	2	2	2	2	False	43842	maximal	True	FIJ0086_000000014213	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000019637	1811	0.993943417173578	4	2	2	2	2	True	115110	fragment	False	ISR0128_000000019637	1.0		0	0	False	False	0.9839867353439331	0					non-mobilizable	no_good_hit	113.0	92.035	6.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0134_000000006355	4655	0.9939426339203592	6	4	3	3	4	False	53424	fragment	False	SPA0134_000000006355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2112.0	90.199	63.0	0.09086964068738067	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
FIJ0012_000000010917	2198	0.9939400132779802	3	3	0	3	0	True	103400	maximal	False	CHI0081_000000004608	0.9856928337729184		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AST0002_000000007467	4534	0.9939382683646648	6	3	2	3	1	True	132299	maximal	False	AST0055_000000007132	0.9997004629200864		0	0	True	True	1.0	66					non-mobilizable	no_good_hit	1349.0	81.39399999999999	37.0	0.2701161132613567	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0116_000000004907	4534	0.9939382683646648	6	3	2	3	1	True	132299	maximal	False	AST0055_000000007132	0.9998911150173686		0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1349.0	81.39399999999999	37.0	0.2701161132613567	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
AST0019_000000005785	4534	0.9939382683646648	6	3	2	3	1	True	132299	maximal	False	AST0055_000000007132	0.9997283046753879		0	0	True	True	0.999779462814331	25					non-mobilizable	no_good_hit	1349.0	81.39399999999999	37.0	0.2701161132613567	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
AST0055_000000007132	4514	0.9939382683646648	6	3	2	3	1	True	132299	maximal	True	AST0055_000000007132	0.9998911386893099		17	5	True	True	1.0	30					non-mobilizable	no_good_hit	1349.0	81.39399999999999	37.0	0.2701161132613567	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0110_000000006683	4494	0.9939382683646648	5	3	2	3	1	True	132299	maximal	False	AST0055_000000007132	0.9998633282309206		0	0	True	True	0.9979973435401917	3					non-mobilizable	no_good_hit	1349.0	81.39399999999999	37.0	0.2701161132613567	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0098_000000006442	3926	0.9939382683646648	4	3	2	3	1	True	110384	fragment	False	ENG0098_000000006442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1349.0	81.39399999999999	42.0	0.2701161132613567	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
CHI0043_000000002923	2859	0.9939352908029692	4	3	1	2	3	False	87417	fragment	False	TAN0008_000000005183	0.9345809341010877		0	0	False	False	1.0	0					non-mobilizable	plasmid	2860.0	98.566	100.0	0.02850673768415173	CP057381.1	enterobacteria	Escherichia coli strain RHB28-C11 plasmid pRHB28-C11_2, complete sequence	False	True
ISR0172_000000003955	3993	0.993930249438122	5	4	3	4	4	True	32798	fragment	False	ISR0172_000000003955	0.9965455475946776		0	0	False	False	0.9997495412826538	0					non-mobilizable	no_good_hit	75.0	96.0	3.0	0.00016039882952205485	NZ_FNGW01000004.1	firmicutes	Romboutsia lituseburensis DSM 797, whole genome shotgun sequence	True	True
DEN0028_000000006812	3797	0.9939253928200544	6	4	2	3	3	False	75656	maximal	True	DEN0028_000000006812	1.0		1	1	False	False	0.9955227971076965	0					non-mobilizable	no_good_hit								True	False
CHI0134_000000014777	1183	0.9939252701390476	2	1	1	1	1	False	80710	maximal	True	CHI0134_000000014777	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	98.885	83.0	0.00015657649481440046	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	False
USA0031_01_000000007810	3840	0.9939232257395548	5	4	4	4	4	False	85771	fragment	False	USA0081_01_000000007906	0.9855694609123619		0	0	False	False	0.9973958134651184	0					non-mobilizable	no_good_hit	1103.0	72.711	28.0	0.000303390670624926	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0060_000000003166	3801	0.9939232257395548	5	4	4	4	4	False	85771	fragment	False	USA0081_01_000000007906	0.9800102958480417		0	0	False	False	0.9994738101959229	0					non-mobilizable	no_good_hit	923.0	75.515	24.0	0.008894449940832994	NZ_VWXL01000108.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_108, whole genome shotgun sequence	True	False
USA0066_01_000000010284	2007	0.9939214848657574	3	2	1	2	1	False	75921	maximal	True	USA0066_01_000000010284	1.0	PS39	2	2	False	True	0.9910314083099365	0					non-mobilizable	no_good_hit	496.0	75.403	25.0	0.0022441631274438844	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
SPA0056_000000004476	6746	0.9939201997268761	4	3	3	3	3	False	6386	fragment	False	SPA0056_000000004476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2376.0	94.571	48.0	0.03829101168883515	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ENG0050_000000005860	4032	0.9939181269918989	7	4	3	4	3	False	124111	fragment	False	SPA0139_000000005501	0.4829585798816568		0	0	False	False	1.0	0					non-mobilizable	other	4032.0	98.214	100.0	0.001132839878661636	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0382_000000007082	2001	0.9939175727845256	3	1	1	1	1	True	98820	fragment	False	ISR0382_000000007082	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0069_000000017526	1443	0.9939175727845256	3	1	1	1	1	True	34940	fragment	False	ISR0069_000000017526	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0024_000000024787	1294	0.9939175727845256	2	1	1	1	1	True	98819	fragment	False	AUS0024_000000024787	1.0		0	0	False	True	0.9590417146682739	0					non-mobilizable	no_good_hit								True	True
MON0101_000000023845	2616	0.9939165054837406	5	4	1	3	3	False	9060	fragment	False	MON0101_000000023845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000003654	12455	0.9939142912154704	16	11	7	10	6	True	52961	fragment	False	FIJ0126_000000002423	0.9579753889017878		0	0	False	False	0.9975913166999817	0					non-mobilizable	no_good_hit	81.0	95.06200000000001	1.0	2.2504756942998827e-05	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	True
MON0094_000000013642	2590	0.9939140715617218	4	3	2	3	1	False	9346	fragment	False	MON0094_000000013642	1.0		0	0	False	False	0.9938223958015442	0					non-mobilizable	no_good_hit	1365.0	70.916	51.0	0.010804799246667642	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0128_000000006573	3852	0.9939140112802682	7	2	2	2	2	False	96912	fragment	False	FIJ0128_000000006573	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3027.0	98.315	100.0	0.000849559651003256	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0244_000000007347	3097	0.9939140112802682	6	2	2	2	2	True	96913	fragment	False	MON0096_000000009499	0.7267831505998886		0	0	False	False	0.9996771216392517	0					non-mobilizable	other	1694.0	98.052	100.0	0.0004757871283984494	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0021_000000008250	2255	0.9939140112802682	6	2	2	2	2	False	96911	fragment	False	ENG0021_000000008250	0.9682612695492181		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	98.191	100.0	0.00038782412119897235	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0785_000000017129	2125	0.9939140112802682	5	2	2	2	2	False	96910	fragment	False	ISR0785_000000017129	1.0		0	0	False	False	0.9929412007331848	0					non-mobilizable	other	1512.0	98.545	100.0	0.00042435827754380305	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0081_000000000872	20822	0.9939128321333522	25	24	5	19	23	True	86852	fragment	False	ENG0081_000000000872	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	9091.0	92.124	98.0	0.05896654163931016	CP055974.1	enterobacteria	Escherichia coli strain RHB07-C16 plasmid pRHB07-C16_2, complete sequence	False	True
ISR0326_000000003294	4880	0.9939116053388732	9	3	3	2	1	False	24837	fragment	False	ISR0326_000000003294	1.0		0	0	False	False	0.9885246157646179	0					non-mobilizable	plasmid	2994.0	93.721	93.0	0.04812575574365175	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ISR0162_000000023154	1711	0.9939109220357132	3	2	1	2	1	True	89759	fragment	False	ISR0162_000000023154	1.0		0	0	False	False	0.9994155168533325	0					non-mobilizable	no_good_hit	285.0	85.26299999999999	16.0	0.01353872649858872	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
MON0095_000000019692	1593	0.9939109220357132	2	2	1	2	1	True	9310	fragment	False	MON0095_000000019692	1.0		0	0	False	False	0.9993722438812256	0					non-mobilizable	no_good_hit								True	True
AST0085_000000005426	2163	0.9939095941663664	3	3	2	3	1	False	123201	fragment	False	AST0085_000000005426	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1915.0	99.321	100.0	0.003336215191109004	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
FIJ0037_000000012270	2439	0.9939082370223492	3	2	2	2	2	False	72113	fragment	False	MON0055_000000006943	0.6871264590685229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	78.906	5.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
ENG0167_000000002078	11275	0.9939001185786592	16	9	6	9	6	True	125409	fragment	False	DEN0021_000000002110	0.910793678835609		0	0	False	False	1.0	0					non-mobilizable	other	11275.0	98.25299999999999	100.0	0.0032174631788410625	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0166_000000003226	8074	0.9938986736331732	12	3	3	3	2	True	47272	maximal	True	FIJ0166_000000003226	1.0		1	1	False	False	0.9986376166343689	0					non-mobilizable	no_good_hit	124.0	82.258	2.0	0.004732225300092336	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	True
AST0012_000000001439	10069	0.9938978926178336	8	7	6	6	6	False	125652	fragment	False	AST0012_000000001439	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10069.0	99.99	100.0	0.19530931734854218	CP057749.1	enterobacteria	Citrobacter freundii strain RHB16-C09 plasmid pRHB16-C09_4, complete sequence	False	True
ISR0171_000000012484	2219	0.9938964846501231	3	3	3	2	2	False	97135	maximal	True	ISR0171_000000012484	1.0	PS521	0	0	False	True	0.9995493292808533	0					non-mobilizable	no_good_hit	1833.0	79.26899999999999	82.0	0.0022786127675050007	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
MAD0083_000000001268	6131	0.9938885436244692	5	4	3	3	4	True	66884	backbone	False	ENG0094_000000002778	0.9962021045407564	PS309	0	0	True	True	1.0	112		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3703.0	95.814	92.0	0.5542240862792092	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
ENG0094_000000002778	6129	0.9938885436244692	5	4	3	3	4	True	66884	backbone	True	ENG0094_000000002778	0.9965853036363687	PS309	7	5	True	True	1.0	20		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3215.0	95.303	93.0	0.4812762133013781	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
FIJ0042_000000003729	6050	0.9938885436244692	5	4	3	3	4	True	66884	backbone	False	ENG0094_000000002778	0.9894276052816844	PS309	0	0	True	True	0.9993388652801514	1		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3702.0	96.029	93.0	0.5542240862792092	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
ENG0043_000000008728	3818	0.9938867202224484	4	4	3	4	2	False	64626	maximal	True	ENG0043_000000008728	1.0		0	0	False	False	0.9879518151283264	0					non-mobilizable	chromosome	2114.0	98.486	96.0	0.000750481472867085	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
FIJ0069_000000004129	5841	0.9938862886226496	7	3	3	3	2	False	45004	maximal	True	FIJ0069_000000004129	1.0		0	0	False	False	0.9948638677597046	0					non-mobilizable	other	4253.0	90.195	96.0	0.059674502712477394	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0360_000000020839	1197	0.9938862404021924	2	2	1	2	2	False	107616	fragment	False	ISR0360_000000020839	0.982713915298185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	96.667	8.0	2.5315231520592093e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0044_000000012441	2163	0.9938855648747688	3	3	0	3	1	True	103400	maximal	False	CHI0081_000000004608	0.9806235510296616		0	0	True	True	1.0	40					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0009_000000004715	6129	0.9938855620512441	6	5	3	3	5	True	66884	backbone	False	ENG0094_000000002778	0.9965166918713498	PS309	0	0	True	True	1.0	25		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	2760.0	95.21700000000001	93.0	0.4131216297183942	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
ISR0222_000000028514	1646	0.9938849273932769	2	1	1	1	1	True	27867	maximal	True	ISR0222_000000028514	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0041_01_000000011951	1422	0.9938840301721182	3	2	2	2	2	False	1281	fragment	False	USA0041_01_000000011951	0.9784756527875794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	95.02600000000001	66.0	0.20205479452054795	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
SPA0009_000000004417	7329	0.9938836928156484	9	4	4	4	3	True	8149	maximal	True	SPA0009_000000004417	1.0		1	1	False	False	0.9994542002677917	0					non-mobilizable	no_good_hit	299.0	74.916	4.0	0.005858979037424482	NZ_NFLJ01000022.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_22, whole genome shotgun sequence	True	True
ISR0271_000000000973	12336	0.9938815675009384	18	6	6	6	5	False	26427	fragment	False	ISR0271_000000000973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	392.0	77.041	3.0	9.825947666593313e-05	NZ_CP051181.1	a-proteobacteria	Thalassobius gelatinovorus strain NEB572 chromosome, complete genome	True	False
ISR0217_000000003173	8669	0.9938782124460996	8	7	5	7	6	False	58228	fragment	False	ISR0217_000000003173	1.0		0	0	False	False	0.9987311363220215	0					non-mobilizable	no_good_hit	1411.0	76.896	16.0	0.006006442808311479	NZ_OAOF01000007.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
USA0057_01_000000007757	3955	0.9938778099236923	4	3	3	3	3	False	86115	fragment	False	USA0057_01_000000007757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1350.0	83.63	34.0	0.000451372748732134	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0005_000000006634	4319	0.9938750089804116	6	4	2	3	4	True	124074	fragment	False	FIJ0005_000000006634	1.0		0	0	False	False	0.9997684359550476	0					non-mobilizable	other	2073.0	98.119	97.0	0.0005820172137703418	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0005_000000001301	15447	0.9938716496052871	15	9	8	8	5	True	124745	fragment	False	DEN0005_000000001301	1.0		0	0	False	False	0.9992879033088684	0					non-mobilizable	no_good_hit	2256.0	78.85600000000001	21.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0019_000000015202	4112	0.9938706850394332	6	4	3	4	3	False	13219	maximal	True	MON0019_000000015202	1.0		2	2	False	False	0.994163453578949	0					non-mobilizable	no_good_hit								True	False
ISR0092_000000002089	8382	0.9938695634662704	12	3	3	3	1	False	33598	fragment	False	ISR0092_000000002089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	80.063	4.0	0.07549019607843137	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
ISR0091_000000007945	3910	0.9938686355106636	4	3	2	3	3	False	33634	fragment	False	ISR0091_000000007945	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	2416.0	95.695	62.0	0.6539196940726577	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	True	True
MON0104_000000020119	2257	0.9938682598177172	3	2	1	2	2	False	8808	maximal	True	MON0104_000000020119	1.0		1	1	False	False	0.992024838924408	0					non-mobilizable	no_good_hit	712.0	89.60700000000001	32.0	0.0003377128254164602	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	True	False
DEN0064_000000024130	1726	0.9938673694066716	3	3	0	3	0	True	96058	maximal	True	DEN0064_000000024130	0.965261492345666	PS288|PS512	2	2	True	True	1.0	21					non-mobilizable	no_good_hit	534.0	77.903	30.0	0.2996594778660613	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
FIJ0109_000000011242	2318	0.9938628838751338	2	2	1	2	1	True	58734	fragment	False	ENG0127_000000009357	0.6435949027498323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000022608	1984	0.9938628838751338	2	2	1	2	1	True	36269	fragment	False	MAD0098_000000022608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0011_000000005086	4914	0.9938623368878828	4	4	3	3	3	False	38265	maximal	True	ISR0011_000000005086	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.831451610290568e-06	NC_014328.1	firmicutes	Clostridium ljungdahlii DSM 13528, complete sequence	True	False
USA0061_01_000000003437	3276	0.9938599454599368	6	4	3	4	3	False	124103	fragment	False	USA0061_01_000000003437	1.0		0	0	False	False	0.9984737634658813	0					non-mobilizable	other	3240.0	98.272	99.0	0.0009102625569300517	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0065_000000000206	33635	0.99385851141566	39	20	11	15	12	True	119595	maximal	True	FIJ0065_000000000206	0.9967520691133314		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	4774.0	94.072	55.0	0.190584662110858	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0017_000000000606	30247	0.99385851141566	34	20	11	15	12	True	119595	maximal	False	FIJ0065_000000000206	0.9483127694365988		0	0	False	True	0.9999008178710938	0					non-mobilizable	no_good_hit	4774.0	94.11399999999999	51.0	0.190584662110858	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0323_000000005041	3628	0.9938548222795928	4	4	1	4	3	True	24994	maximal	True	ISR0323_000000005041	1.0		1	1	True	True	1.0	41	rep_cluster_1299	MOBP			mobilizable	plasmid	2331.0	98.155	100.0	0.5332263978001833	CP029970.1	firmicutes	Lactobacillus curvatus strain ZJUNIT8 plasmid pnunamed4, complete sequence	False	True
SPA0006_000000001161	18462	0.9938540819152544	16	7	5	7	4	True	48962	maximal	True	SPA0006_000000001161	1.0		1	1	False	False	0.9995666742324829	0					non-mobilizable	no_good_hit	1263.0	79.335	15.0	0.00027774390053919703	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
CAN0003_000000001310	24182	0.9938533276424444	27	24	7	12	23	True	132582	maximal	True	CAN0003_000000001310	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	14565.0	94.796	60.0	0.1966743274300392	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	True	True
ENG0117_000000000893	18900	0.99385231289408	20	20	5	17	20	True	59409	maximal	True	ENG0117_000000000893	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	18900.0	99.984	100.0	0.12478376272663647	CP061759.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 plasmid unnamed1, complete sequence	False	True
ISR0174_000000006308	4230	0.9938522285537088	4	3	3	3	2	False	120488	fragment	False	ISR0174_000000006308	0.9799599198396793		0	0	False	False	0.9992907643318176	0					non-mobilizable	no_good_hit	802.0	88.155	54.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0223_000000006733	3972	0.9938459781635998	5	3	3	3	2	False	36095	fragment	False	ISR0223_000000006733	1.0		0	0	False	False	0.9992446899414062	0					non-mobilizable	no_good_hit								True	False
AST0010_000000010519	2737	0.9938449385388024	6	3	1	3	2	False	126328	maximal	True	AST0010_000000010519	1.0		2	2	False	False	0.9989039301872253	0					non-mobilizable	no_good_hit	136.0	89.706	8.0	0.002099260558967289	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0800_000000000352	22996	0.9938419132090306	26	17	10	17	7	True	64264	maximal	True	ISR0800_000000000352	1.0		1	1	False	False	0.999956488609314	0					non-mobilizable	no_good_hit	1249.0	75.34	5.0	0.00032379995250584166	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0155_000000014823	1303	0.993841042032614	1	1	1	1	1	False	30591	fragment	False	ISR0155_000000014823	1.0		0	0	False	False	0.9992325305938721	0					non-mobilizable	no_good_hit	90.0	87.77799999999999	7.0	1.9897020341158428e-05	NZ_QTUC01000001.1	high GC Gram+	Thermasporomyces composti strain DSM 22891 Ga0197492_11, whole genome shotgun sequence	True	False
ENG0195_000000002122	8952	0.9938359578527506	13	11	6	10	7	True	54488	maximal	True	ENG0195_000000002122	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	80.488	2.0	0.0004023578664665574	NZ_SRMQ01000002.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000002, whole genome shotgun sequence	True	True
ISR0214_000000004078	6165	0.9938351541839296	7	4	0	2	3	True	123128	maximal	False	FIJ0059_000000003097	0.9061861153180963	PS879	0	0	True	True	0.9988645315170288	10					non-mobilizable	no_good_hit	1468.0	87.807	23.0	0.1785495903142962	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MAD0090_000000000499	19040	0.9938307814607644	19	17	6	15	13	True	90415	maximal	True	MAD0090_000000000499	1.0		1	1	False	False	1.0	0	IncFIB		MPF_F		non-mobilizable	no_good_hit	3548.0	96.928	60.0	0.020315477880053525	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	True	True
USA0069_01_000000001463	28731	0.9938298112075632	38	13	8	11	6	True	86175	maximal	True	USA0069_01_000000001463	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	75.107	2.0	0.004830258418825407	NZ_QGDL01000020.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_120, whole genome shotgun sequence	True	True
ENG0019_000000002064	10247	0.9938294320340936	12	12	6	8	12	True	123628	fragment	False	USA0108_01_000000001009	0.45036426921626194		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8586.0	97.927	100.0	0.27599085611255997	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0009_000000024949	1553	0.9938293254868336	4	1	1	1	1	True	92780	fragment	False	CAN0016_000000028777	0.6359071111826032		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	98.777	100.0	0.0004429613105261536	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0058_000000015995	1356	0.9938293254868336	4	1	1	1	1	False	92780	fragment	False	CAN0016_000000028777	0.212495057334915		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	98.595	99.0	0.00038559325420156794	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0045_000000008435	2711	0.9938281221101998	4	2	2	2	1	False	47056	maximal	True	FIJ0045_000000008435	1.0		3	1	False	False	0.9944669604301453	0					non-mobilizable	no_good_hit	71.0	84.507	3.0	0.00019063751909779433	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
ENG0193_000000007331	2810	0.9938270446290256	3	2	2	2	2	True	118712	fragment	False	ENG0193_000000007331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	89.36200000000001	8.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0072_000000002053	8143	0.993826435661688	10	9	4	7	9	True	97952	fragment	False	MON0072_000000002053	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8143.0	99.988	100.0	0.04844957780673724	CP049102.1	enterobacteria	Escherichia coli strain EC28 plasmid p2, complete sequence	False	True
SPA0089_000000017887	2170	0.9938263694003876	3	2	2	2	1	True	5420	maximal	True	SPA0089_000000017887	1.0		1	1	False	False	0.9995391964912415	0					non-mobilizable	chromosome	900.0	83.77799999999999	92.0	0.00031807306847190646	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ISR0075_000000005034	4466	0.993825929833602	5	4	4	3	3	False	120491	fragment	False	ISR0075_000000005034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	54.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
DEN0096_000000012363	3497	0.9938248505454704	7	3	3	3	3	False	68220	maximal	True	DEN0096_000000012363	1.0		1	1	False	False	0.9982842206954956	0					non-mobilizable	no_good_hit	398.0	72.362	11.0	0.004857667816063024	NZ_PVXO01000012.1	firmicutes	Clostridium liquoris strain DSM 100320 CLLI_contig000012, whole genome shotgun sequence	True	False
MAD0022_000000000503	10980	0.9938222081410708	8	7	6	7	7	True	90291	maximal	True	MAD0022_000000000503	1.0		2	2	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	6366.0	99.277	100.0	0.10423490108738373	CP058169.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00059 plasmid pRHBSTW-00059_3, complete sequence	False	True
ISR0304_000000000286	27820	0.9938217452898302	26	7	6	4	7	False	128753	maximal	True	ISR0304_000000000286	1.0	PS785	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2130.0	94.883	8.0	0.0005205126866079662	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0124_000000007862	3905	0.993820923142516	6	3	3	3	2	True	58947	maximal	True	ENG0124_000000007862	1.0		2	2	False	False	0.9994878172874451	0					non-mobilizable	no_good_hit								True	True
SPA0014_000000016541	1448	0.9938190303623814	4	2	2	1	1	False	124065	fragment	False	SPA0014_000000016541	0.9807005003573981		0	0	False	False	0.9737569093704224	0					non-mobilizable	other	1448.0	96.961	100.0	0.00040665326331515433	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0112_000000004428	5723	0.9938158326033386	12	3	2	3	1	True	14471	maximal	True	MAD0112_000000004428	1.0		2	1	False	False	0.9965053200721741	0					non-mobilizable	no_good_hit	1388.0	72.695	24.0	0.0003721240090892801	CP032452.1	firmicutes	Paraclostridium bifermentans strain Cbm chromosome	True	True
CHI0063_000000005886	2223	0.9938145928241628	3	3	0	3	2	True	85458	maximal	False	FIJ0094_000000008337	0.63488759367194	PS264	0	0	True	True	1.0	13		MOBV			mobilizable	plasmid	1141.0	99.825	100.0	0.4666393778141629	CP025947.4	enterobacteria	Escherichia coli strain SCEC020023 plasmid p3_020023, complete sequence	False	True
AST0029_000000007075	4398	0.9938139869733124	5	3	2	3	1	True	118428	maximal	True	AST0029_000000007075	1.0	PS641	1	1	True	True	0.9997726082801819	52					non-mobilizable	no_good_hit	750.0	72.8	17.0	0.24180602006688964	LN852937.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0265	True	True
USA0054_01_000000001507	7207	0.9938127598330612	7	7	7	5	3	True	96869	fragment	False	USA0054_01_000000001507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4492.0	97.462	77.0	0.0009478586904892898	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
SPA0135_000000000941	21319	0.9938103098063278	23	23	11	10	22	True	132564	maximal	True	SPA0135_000000000941	1.0		56	7	False	False	1.0	0		MOBV			mobilizable	no_good_hit	13588.0	99.838	64.0	0.3622643521851585	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
ENG0092_000000001604	10047	0.9938096276202572	13	8	6	6	6	False	103449	fragment	False	ENG0092_000000001604	1.0		0	0	False	False	0.9994028210639954	0					non-mobilizable	plasmid	3762.0	93.67399999999999	96.0	0.1628623502864086	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
USA0062_01_000000004935	5166	0.9938094445152996	10	3	1	2	2	False	8232	maximal	True	USA0062_01_000000004935	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.002383257615252849	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
ISR0080_000000010663	2851	0.993808045523204	5	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.7765093352573208		0	0	True	True	1.0	33					non-mobilizable	no_good_hit								True	True
ISR0363_000000007724	2439	0.993808045523204	3	2	1	2	1	True	49589	fragment	False	ISR0363_000000007724	1.0		0	0	False	False	0.9967199563980103	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.0456852933426097e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0009_000000023473	1641	0.993808045523204	2	2	1	2	1	True	17211	fragment	False	MAD0053_000000006545	0.9407665505226481		0	0	False	False	0.9957343339920044	0					non-mobilizable	no_good_hit								True	True
ISR0380_000000003350	3285	0.9938075929323475	4	3	0	3	1	True	127157	maximal	False	ISR0301_000000004960	0.6497245076452247		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	69.0	97.101	2.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0132_000000015723	1811	0.9938061253192322	4	4	4	4	3	True	126017	fragment	False	AST0055_000000017635	0.6764693351118686		0	0	False	False	0.9983434677124023	0					non-mobilizable	other	1812.0	93.874	100.0	0.04064766781198769	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0346_000000013405	1769	0.9938061253192322	4	4	4	4	3	True	126017	fragment	False	AST0055_000000017635	0.45266732296164625		0	0	False	False	0.9525155425071716	0					non-mobilizable	other	1771.0	94.071	99.0	0.03968200498551506	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
DEN0028_000000016212	1860	0.9938039718772445	4	3	3	1	1	False	73968	fragment	False	DEN0028_000000016212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	21.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ISR0149_000000001732	8371	0.9938031150562154	13	9	7	9	6	True	73352	fragment	False	ISR0149_000000001732	1.0		0	0	False	False	0.9992832541465759	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.4571552239798913e-07	CP039354.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu05	True	True
SPA0118_000000001243	19011	0.9938027973071172	22	14	7	9	8	True	90011	fragment	False	CHI0114_000000000326	0.9537843251984807		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	79.0	100.0	0.0	0.00013504575973627986	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ENG0010_000000003476	5305	0.9938026298811692	8	5	3	2	5	True	103427	maximal	False	ENG0039_000000003905	0.9482066942099276		0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	2324.0	96.34299999999999	76.0	0.4295774647887324	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
ISR0785_000000006411	4730	0.9938019330797736	4	2	2	1	1	True	22209	maximal	True	ISR0785_000000006411	1.0		1	1	False	False	0.9993657469749451	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.156874941433206e-06	CP025658.1	eudicots	Ipomoea trifida cultivar NCNSP0306 chromosome 15	True	True
ISR0339_000000002419	5469	0.9938006768633312	12	3	2	3	3	False	118000	fragment	False	ISR0339_000000002419	1.0		0	0	False	False	0.9989029169082642	0					non-mobilizable	no_good_hit	4186.0	98.352	77.0	0.8617919670442843	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0086_000000009200	2845	0.99379607088226	5	4	3	3	4	False	33918	fragment	False	ISR0086_000000009200	1.0		0	0	False	False	0.9891036748886108	0					non-mobilizable	no_good_hit	825.0	82.545	29.0	0.01671884912108376	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
FIJ0083_000000027056	1340	0.9937959424463558	2	2	2	1	1	True	44055	maximal	True	FIJ0083_000000027056	1.0		1	1	False	False	0.9820895791053772	0					non-mobilizable	no_good_hit								True	True
CAN0009_000000004144	4976	0.9937953472320772	9	5	4	3	4	True	117586	fragment	False	CAN0009_000000004144	1.0		0	0	False	False	0.9973874688148499	0		MOBP			mobilizable	other	3258.0	93.094	98.0	0.5470330411328388	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
DEN0028_000000013419	2198	0.9937933176558948	5	3	2	2	1	False	125361	fragment	False	FIJ0114_000000005988	0.19482854508761036		0	0	False	False	1.0	0					non-mobilizable	other	2051.0	98.147	93.0	0.0005850970918676642	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0331_000000006399	3409	0.9937894245336484	4	3	3	2	2	False	111864	fragment	False	ISR0331_000000006399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1899.0	99.26299999999999	56.0	0.00395711801718782	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
FIJ0064_000000001467	15427	0.993788637781534	18	5	3	4	3	False	121841	maximal	True	FIJ0064_000000001467	0.9876630316848957		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	76.166	1.0	0.034751904850399556	LN853089.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0447	True	False
ISR0813_000000013703	2236	0.993787248416284	3	3	2	2	3	True	32394	fragment	False	ISR0813_000000013703	1.0		0	0	False	False	0.9977638721466064	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.430154946177391e-07	CP032601.1	bony fishes	Lateolabrax maculatus linkage group 4 sequence	True	True
SPA0088_000000006816	2329	0.9937853351322472	5	1	1	1	1	False	5456	maximal	True	SPA0088_000000006816	1.0		3	1	False	False	0.9969944357872009	0					non-mobilizable	no_good_hit	47.0	100.0	2.0	9.738108393614342e-05	NZ_QSGP01000005.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf5, whole genome shotgun sequence	True	False
ISR0380_000000001896	6224	0.9937833259810588	5	4	3	3	2	False	87863	fragment	False	ISR0380_000000001896	0.9597160451590832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	79.343	3.0	0.05168024439918534	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
FIJ0074_000000008164	3946	0.993783245552142	6	3	1	3	1	True	97252	backbone	False	FIJ0150_000000005710	0.992920077356539	PS526|PS527	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	954.0	97.37899999999999	52.0	0.23530864197530865	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0150_000000000319	32190	0.9937829011858604	25	16	7	15	9	True	51487	fragment	False	FIJ0033_000000000484	0.8450686469147703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.1928153708429865e-06	CP039731.1	b-proteobacteria	Aquitalea sp. THG-DN7.12 chromosome, complete genome	True	True
ISR0228_000000011984	2219	0.9937804376327886	3	2	1	1	2	False	99027	fragment	False	ENG0096_000000015497	0.5726663793634181		0	0	False	False	0.9752140641212463	0					non-mobilizable	no_good_hit	247.0	78.138	11.0	0.0004071347431700215	NZ_KE695651.1	firmicutes	Brevibacillus thermoruber 423 Scaffold4, whole genome shotgun sequence	True	False
FIJ0073_000000016616	1118	0.9937768007338066	1	1	1	1	1	True	44675	fragment	False	FIJ0073_000000016616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	76.36399999999999	10.0	2.1610874592094742e-05	NZ_CP013747.1	high GC Gram+	Pseudarthrobacter sulfonivorans strain Ar51 chromosome, complete genome	True	True
SPA0048_000000003777	5543	0.9937739087224297	4	4	4	4	2	True	96242	maximal	True	SPA0048_000000003777	1.0	PS514	23	6	True	True	1.0	154		MOBV			mobilizable	no_good_hit	1323.0	99.84899999999999	56.0	0.43245011449133136	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
ISR0183_000000024330	1259	0.993773266370054	2	2	2	2	2	False	29442	fragment	False	ISR0183_000000024330	1.0		0	0	False	False	0.9658458828926086	0					non-mobilizable	plasmid	1260.0	99.603	100.0	0.0243760769811613	CP051519.1	firmicutes	Lactococcus lactis subsp. cremoris strain F plasmid pScrF52, complete sequence	False	True
MON0083_000000020098	1909	0.9937731512104656	5	3	2	3	2	False	113007	fragment	False	CHI0118_000000004747	0.8561017093389209		0	0	False	False	1.0	0					non-mobilizable	other	1865.0	100.0	98.0	0.0023573094297435794	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
SPA0033_000000007123	4176	0.99376864831837	8	2	1	2	1	False	7212	maximal	True	SPA0033_000000007123	1.0		1	1	False	False	0.9997605085372925	0					non-mobilizable	no_good_hit	660.0	79.09100000000001	17.0	0.0002871517353609607	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0330_000000000116	68760	0.9937684407268608	91	21	13	18	17	True	127688	fragment	False	ISR0330_000000000116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	97.24600000000001	3.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
USA0082_01_000000002282	11531	0.9937674792225704	15	10	5	6	7	True	130648	backbone	True	USA0082_01_000000002282	0.866577204278404	PS1107|PS1110|PS1114	68	8	False	True	1.0	0		MOBV			mobilizable	other	6106.0	97.199	95.0	0.9985219247823944	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0181_000000001971	11603	0.9937664315655936	16	8	6	8	5	True	99221	backbone	True	ENG0181_000000001971	0.8688993198107114	PS555	1	1	True	True	1.0	1246	rep_cluster_78				non-mobilizable	plasmid	7333.0	93.87700000000001	97.0	0.6370686650400836	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
ENG0170_000000009030	1470	0.9937662324094421	4	1	1	1	1	False	81181	fragment	False	ENG0170_000000009030	0.9673916130157686		0	0	False	False	1.0	0					non-mobilizable	other	878.0	99.431	100.0	0.00024646503934166574	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0090_000000013200	4199	0.9937646563629328	5	5	5	5	3	False	14680	maximal	True	MON0090_000000013200	1.0		2	1	False	False	0.9990473985671997	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000007826	4695	0.99376333494634	9	4	2	4	2	False	58215	maximal	True	ENG0134_000000007826	1.0		2	2	False	False	0.9993610382080078	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	7.221127017957832e-06	CP015176.1	firmicutes	Bacillus thuringiensis serovar alesti strain BGSC 4C1, complete genome	True	False
SPA0049_000000001411	13728	0.9937619818297349	13	9	5	4	8	True	132596	backbone	False	ISR0120_000000000296	0.08972190650946424	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	13728.0	99.94200000000001	100.0	0.4423603725547069	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0194_000000001250	17487	0.9937611432050024	16	14	10	13	7	True	128652	fragment	False	ENG0194_000000001250	1.0		0	0	False	False	0.999885618686676	0					non-mobilizable	no_good_hit	1518.0	78.327	30.0	0.0031637033521036643	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0060_000000002651	10186	0.993760368716135	15	15	4	8	15	True	123628	fragment	False	USA0108_01_000000001009	0.007731008059188796		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5462.0	99.579	97.0	0.1652945093528664	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ENG0157_000000002092	10229	0.9937559857577558	10	7	3	4	4	True	128768	backbone	False	ENG0060_000000001922	0.9592704421393164	PS1052	0	0	True	True	1.0	64	IncW	MOBF			mobilizable	other	7476.0	99.973	100.0	0.003134188991386536	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
CHI0115_000000000322	18492	0.9937548327794888	20	10	8	10	8	True	82261	maximal	True	CHI0115_000000000322	1.0		1	1	True	True	1.0	46					non-mobilizable	no_good_hit	1541.0	82.479	8.0	0.017441000011384464	NZ_JHXW01000011.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	True
FIJ0058_000000005542	6721	0.9937519582908556	8	6	4	6	3	True	119524	fragment	False	FIJ0058_000000005542	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6510.0	96.436	99.0	0.036009724238833536	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ENG0081_000000005586	4590	0.9937485789621564	5	2	2	2	1	True	85988	fragment	False	ENG0081_000000005586	1.0		0	0	False	False	0.9954248070716858	0					non-mobilizable	other	3612.0	99.97200000000001	99.0	0.07817709460922277	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0026_000000006908	3242	0.9937485789621564	4	2	2	2	1	True	85982	fragment	False	CHI0141_000000008198	0.943751855149896		0	0	False	False	0.9867365956306458	0					non-mobilizable	other	3242.0	100.0	100.0	0.07016670274951288	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0123_000000001193	9793	0.9937477454469698	11	10	6	8	8	False	103562	fragment	False	ENG0179_000000001843	0.24238389944348493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.059	38.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
CHI0011_000000005478	1267	0.9937448790460646	2	2	2	2	2	False	90123	fragment	False	CHI0011_000000005478	1.0		0	0	False	False	0.9960536956787109	0					non-mobilizable	plasmid	1267.0	100.0	100.0	0.005956273612202362	NZ_CP019987.1	enterobacteria	Citrobacter werkmanii strain BF-6 plasmid unnamed, complete sequence	False	True
FIJ0104_000000002827	8361	0.993741968824558	8	6	4	6	2	False	112324	fragment	False	FIJ0104_000000002827	0.9989649293716512		0	0	False	False	0.9994019865989685	0					non-mobilizable	no_good_hit	637.0	94.662	9.0	0.00020499445129012743	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0038_000000003745	8212	0.993741968824558	8	6	4	6	2	False	112324	fragment	False	FIJ0104_000000002827	0.9900729577801699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	94.662	8.0	0.00020499445129012743	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0094_000000002878	6002	0.9937414285227348	10	6	5	4	4	True	100587	fragment	False	MAD0105_000000004261	0.9598545124168621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0048_000000011339	2386	0.9937364022592547	3	3	2	3	1	False	64241	fragment	False	ENG0048_000000011339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0059_000000004194	3336	0.9937342902115498	3	3	3	3	2	True	112884	fragment	False	AST0059_000000004194	1.0		0	0	False	False	0.9994004964828491	0					non-mobilizable	other	3012.0	99.76799999999999	99.0	0.6133632104298228	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	False	True
ENG0144_000000003752	5248	0.9937333006330636	7	5	4	5	4	False	94513	fragment	False	ENG0144_000000003752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1066.0	77.298	25.0	0.00965106289641558	NZ_LN866273.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0077_000000004932	5670	0.9937318301505582	7	4	3	4	3	False	124115	fragment	False	ENG0028_000000002063	0.2395186578855799		0	0	False	False	1.0	0					non-mobilizable	other	5670.0	99.61200000000001	100.0	0.0015931702486065029	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
DEN0029_000000001566	7002	0.9937315975579999	10	6	4	6	3	False	122358	fragment	False	DEN0029_000000001566	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7000.0	97.84299999999999	99.0	0.04141045292867838	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
SPA0050_000000005233	4894	0.993731291022338	6	4	3	4	4	False	57403	maximal	True	SPA0050_000000005233	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1257.0	94.51100000000001	26.0	0.2582904222451081	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
AST0085_000000000432	35272	0.993731275749917	50	28	14	15	28	False	116097	maximal	True	AST0085_000000000432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	16366.0	97.0	81.0	0.0987138730070471	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
AST0094_000000003319	5856	0.9937303817881123	5	5	4	5	5	True	109397	maximal	True	AST0094_000000003319	1.0		4	3	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	5856.0	100.0	100.0	0.047330342346711934	LT883141.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, plasmid: III	False	True
AST0150_000000014933	1870	0.9937300697173352	2	1	1	1	1	False	104084	fragment	False	AST0150_000000014933	1.0		0	0	False	False	0.9957219362258911	0					non-mobilizable	no_good_hit	41.0	100.0	2.0	1.676730543113982e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0086_000000002763	10242	0.9937291295031544	19	6	5	5	5	False	67868	maximal	True	FIJ0086_000000002763	1.0		1	1	False	False	0.9999023675918579	0					non-mobilizable	no_good_hit	2194.0	96.809	58.0	0.0009118290457938034	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0848_000000000371	20602	0.993725894178418	22	15	10	8	13	True	132603	maximal	True	ISR0848_000000000371	1.0	PS1169|PS902	2	2	False	True	1.0	0		MOBB	MPF_T		conjugative	no_good_hit	17840.0	97.696	87.0	0.5756392045454546	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0271_000000005049	3089	0.9937145471753172	5	3	2	3	1	False	26423	fragment	False	ISR0271_000000005049	1.0		0	0	False	False	0.9825186133384705	0					non-mobilizable	other	2324.0	96.601	92.0	0.0015652933610529125	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
MAD0057_000000004338	3668	0.9937141762766499	5	5	2	5	5	False	98321	fragment	False	MAD0057_000000004338	1.0		0	0	False	False	1.0	0	IncFIA,IncFII				non-mobilizable	plasmid	3421.0	99.182	100.0	0.020169732426678303	AP018785.1	enterobacteria	Escherichia coli SK1144 plasmid pSK1144, nearly complete genome	False	True
ENG0124_000000003622	7869	0.993713789535008	11	6	2	2	6	False	99640	maximal	True	ENG0124_000000003622	1.0		1	1	False	False	0.9993646144866943	0					non-mobilizable	no_good_hit	1538.0	98.44	20.0	0.0007678573034370232	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0037_000000024623	2748	0.9937123082986284	3	2	2	2	1	True	19232	fragment	False	MON0037_000000024623	1.0		0	0	False	False	0.9923580884933472	0					non-mobilizable	no_good_hit								True	True
ENG0066_000000002211	7296	0.9937114772313796	9	9	5	9	9	False	98325	maximal	True	ENG0066_000000002211	1.0		0	0	False	False	0.9998629093170166	0	IncFIA,IncFIC				non-mobilizable	plasmid	4187.0	95.367	100.0	0.053940138341198526	CP023351.1	enterobacteria	Escherichia coli strain ETEC-2264 plasmid unnamed2, complete sequence	False	True
MAD0102_000000008532	2210	0.9937110271472512	6	3	2	2	1	False	14998	maximal	True	MAD0102_000000008532	1.0		1	1	False	False	0.9995474815368652	0					non-mobilizable	no_good_hit	285.0	95.088	13.0	0.0003043428872709659	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
FIJ0140_000000011656	2587	0.9937099294003506	4	3	3	3	2	False	40397	maximal	True	FIJ0140_000000011656	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	1633.0	97.91799999999999	99.0	0.0007063111437167575	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0832_000000002271	5622	0.9937074784701058	7	4	1	2	3	True	111108	backbone	True	ISR0832_000000002271	1.0	PS437|PS705	1	1	True	True	1.0	2	rep_cluster_1143				non-mobilizable	no_good_hit	2176.0	91.866	38.0	0.6124929338609384	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
CHI0094_000000001920	2410	0.9937067908424628	1	1	1	1	1	True	83544	maximal	True	CHI0094_000000001920	0.932854065074815		2	2	True	True	1.0	116					non-mobilizable	no_good_hit	1998.0	90.34	82.0	0.8359966358284272	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
CHI0149_000000006893	1922	0.9937067908424628	1	1	1	1	1	True	79579	maximal	True	CHI0149_000000006893	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
CHI0112_000000013618	1373	0.9937067908424628	1	1	1	1	1	True	82383	fragment	False	CHI0112_000000013618	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1347.0	87.676	97.0	0.5643397813288478	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	False	True
AST0059_000000000755	15584	0.9937064332590833	20	18	7	8	16	True	112917	maximal	True	AST0059_000000000755	1.0		3	1	False	False	0.9990374445915222	0		MOBP			mobilizable	plasmid	11415.0	100.0	100.0	0.17693929435108824	FM179324.1	firmicutes	Lactobacillus rhamnosus Lc 705 plasmid sequence, strain Lc 705	False	True
AST0102_000000008041	3704	0.9937059937628796	5	4	4	4	3	False	108352	fragment	False	AST0102_000000008041	1.0		0	0	False	False	0.9948704242706299	0					non-mobilizable	no_good_hit	2212.0	97.92	79.0	0.017804369358124704	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
DEN0041_000000014742	2318	0.9937035005402282	5	5	3	4	3	False	119899	maximal	True	DEN0041_000000014742	1.0		2	2	False	False	0.9987058043479919	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	0.0009656628264726358	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
CHI0087_000000001583	4432	0.9936970130193208	10	8	4	4	6	True	132228	backbone	False	CHI0133_000000003968	0.9892621236315393	PS1143|PS1146|PS778	0	0	True	True	0.9975180625915527	25	rep_cluster_1019	MOBP			mobilizable	other	4432.0	99.819	100.0	0.72060497641893	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
FIJ0094_000000001107	13146	0.9936969290961436	15	10	6	9	7	False	50668	maximal	True	FIJ0094_000000001107	1.0		7	1	False	False	0.9990110993385315	0					non-mobilizable	no_good_hit	1647.0	96.053	25.0	0.0006201088677452917	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
ISR0305_000000001882	6883	0.9936895065831091	6	5	3	5	1	False	112314	fragment	False	ISR0305_000000001882	1.0		0	0	False	False	0.9985471367835999	0					non-mobilizable	no_good_hit	188.0	94.681	8.0	6.294310515504031e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0081_01_000000007906	3966	0.9936850289283063	5	4	4	4	4	False	85771	fragment	False	USA0081_01_000000007906	0.9962548918047882		0	0	False	False	0.9972264170646667	0					non-mobilizable	no_good_hit	1118.0	72.898	28.0	0.00030758888101180227	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0046_000000011128	2823	0.9936843322464994	5	4	3	2	1	True	11533	fragment	False	MON0046_000000011128	1.0		0	0	False	False	0.9992915391921997	0					non-mobilizable	no_good_hit	348.0	88.506	12.0	0.016552647945271014	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
ISR0184_000000002542	5669	0.9936826619094392	8	5	3	4	2	True	36048	maximal	True	ISR0184_000000002542	1.0	PS116	1	1	True	True	0.9984124302864075	11					non-mobilizable	no_good_hit								True	True
ISR0112_000000002227	10139	0.993679035721556	11	6	5	5	4	False	32666	fragment	False	ISR0112_000000002227	1.0		0	0	False	False	0.9855015277862549	0					non-mobilizable	no_good_hit	187.0	75.936	2.0	5.182936413866819e-05	LT632614.1	g-proteobacteria	Legionella pneumophila strain ST62 genome assembly, chromosome: 1	True	False
MAD0043_000000011404	2215	0.9936787304916634	2	2	1	2	2	True	18044	maximal	True	MAD0043_000000011404	1.0		1	1	False	False	1.0	0	rep_cluster_1197				non-mobilizable	no_good_hit	1173.0	91.134	59.0	0.1661923733636881	MK283980.1	firmicutes	Enterococcus faecalis strain MP8-1 plasmid pMP, complete sequence	True	True
CAN0005_000000004115	4527	0.9936783607546364	5	2	2	1	1	False	119922	fragment	False	CAN0005_000000004115	0.97039673039465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000006134	4129	0.9936783607546364	4	2	2	1	1	False	119922	fragment	False	CAN0005_000000004115	0.6256775822380635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	98.59200000000001	2.0	0.0015547608999844525	MH538296.1	viruses	Bacillus phage Maceta, complete genome	True	False
ISR0005_000000011158	1390	0.9936783607546364	3	2	2	1	1	False	119900	fragment	False	ISR0005_000000011158	1.0		0	0	False	False	0.9834532141685486	0					non-mobilizable	no_good_hit								True	False
SPA0157_000000002802	2452	0.9936772812987962	4	4	1	2	4	True	60752	fragment	False	SPA0157_000000002802	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2471.0	82.113	100.0	0.0006989769648701998	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0800_000000000923	10855	0.9936760222415848	16	9	4	8	7	False	100967	fragment	False	ISR0800_000000000923	0.9944653401277668		0	0	False	False	0.9999078512191772	0					non-mobilizable	no_good_hit	1530.0	84.641	14.0	0.09041374767977965	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
FIJ0072_000000005425	4639	0.9936752801642764	4	3	3	3	2	True	48164	fragment	False	FIJ0072_000000005425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	79.439	2.0	0.00019708834813685815	NZ_FONX01000002.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
CHI0159_000000003959	3507	0.9936727542520292	6	3	1	2	3	True	125361	fragment	False	FIJ0114_000000005988	0.1443466086354201		0	0	False	False	1.0	0					non-mobilizable	other	3507.0	98.71700000000001	100.0	0.0010006587337014782	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0103_000000005842	4429	0.9936722243934988	5	3	2	3	1	True	113443	fragment	False	ISR0103_000000005842	0.9993987493987494		0	0	False	False	0.9952585101127625	0					non-mobilizable	no_good_hit								True	True
AUS0010_000000005397	4158	0.9936722243934988	5	3	2	3	1	True	113443	fragment	False	ISR0103_000000005842	0.9688417249943554		0	0	False	False	0.9927849769592285	0					non-mobilizable	no_good_hit								True	True
ISR0839_000000002612	5670	0.9936688765048504	4	4	4	3	3	True	102515	fragment	False	USA0117_01_000000004511	0.9594758764317945		0	0	False	False	0.9996472597122192	0					non-mobilizable	no_good_hit								True	True
MON0044_000000020729	2497	0.9936685359094176	3	1	1	1	1	False	53192	fragment	False	MON0044_000000020729	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	100.0	4.0	0.06729377713458755	HG796588.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01752	True	False
ETH0003_000000016659	2336	0.9936685359094176	4	1	1	1	1	False	53190	fragment	False	ETH0003_000000016659	1.0		0	0	False	False	0.9995719194412231	0					non-mobilizable	no_good_hit								True	False
MON0094_000000030244	1277	0.9936685359094176	1	1	1	1	1	False	13039	fragment	False	MON0094_000000030244	1.0		0	0	False	False	0.9420517086982727	0					non-mobilizable	no_good_hit	110.0	96.36399999999999	9.0	3.5425772281835745e-05	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ENG0193_000000007752	2653	0.99366741989873	3	3	2	3	2	False	94460	fragment	False	ENG0193_000000007752	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2653.0	99.54799999999999	100.0	0.0006654301509111274	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0085_000000001390	11996	0.993664728006905	13	8	7	8	6	False	122390	fragment	False	USA0057_01_000000002232	0.9909441075233569		0	0	False	False	0.9999166131019592	0					non-mobilizable	virus	10826.0	98.25399999999999	99.0	0.5087900723888314	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	False	False
SPA0141_000000001079	15183	0.9936637998837684	16	15	9	14	11	True	15925	maximal	True	SPA0141_000000001079	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3070.0	81.531	25.0	0.0014479119722707525	CP001733.2	g-proteobacteria	Aggregatibacter actinomycetemcomitans D11S-1, complete genome	True	True
ENG0151_000000021545	1128	0.9936625728608476	2	1	1	1	1	False	57071	maximal	True	ENG0151_000000021545	1.0		0	0	False	False	0.9698581695556641	0					non-mobilizable	no_good_hit	336.0	82.738	30.0	0.002155687076849599	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ENG0151_000000015729	1516	0.9936620017702892	2	2	1	2	2	False	57086	fragment	False	ENG0151_000000015729	1.0		0	0	False	False	0.9835092425346375	0					non-mobilizable	other	1516.0	99.538	100.0	0.010506022759581977	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
FIJ0144_000000026469	1210	0.9936583059634018	4	3	0	2	3	False	103173	fragment	False	FIJ0144_000000025954	0.9163305739185581		0	0	False	False	0.9991735816001892	0		MOBP		MOBP	mobilizable	plasmid	1212.0	95.62700000000001	100.0	0.10085085085085085	LT599828.1	enterobacteria	Escherichia coli isolate E. coli NRZ14408 genome assembly, plasmid: p14408_3	False	True
ISR0818_000000005696	3036	0.9936568211578196	6	2	1	2	2	True	125361	fragment	False	FIJ0114_000000005988	0.0928027541497455		0	0	False	False	1.0	0					non-mobilizable	other	3036.0	99.868	100.0	0.0008662291091796881	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0064_000000002039	7779	0.9936524463703386	9	9	4	6	7	True	128142	backbone	False	MON0027_000000005575	0.9697262525653939	PS1033	0	0	False	True	0.9996143579483032	0					non-mobilizable	no_good_hit	3079.0	85.417	59.0	0.4640691328077623	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ETH0003_000000025149	1654	0.9936523723691606	4	2	2	2	2	False	53103	fragment	False	ETH0003_000000025149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0068_000000008359	3721	0.9936518983399888	4	4	1	3	3	False	49906	maximal	True	FIJ0068_000000008359	1.0		6	5	False	False	0.9986562728881836	0		MOBP			mobilizable	plasmid	3724.0	98.98	100.0	0.3167347633639768	CP019842.1	enterobacteria	Enterobacter roggenkampii strain R11 plasmid pASM3, complete sequence	False	True
ISR0781_000000002688	8353	0.9936510682036116	13	5	4	3	3	False	92742	maximal	True	ISR0781_000000002688	1.0		1	1	False	False	0.9986830949783325	0					non-mobilizable	no_good_hit	1072.0	96.26899999999999	13.0	0.002810119587954375	NZ_CAPH01000009.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ENG0161_000000000670	22108	0.9936480533303336	19	11	11	10	8	False	82192	maximal	False	ISR0178_000000000401	0.9682893169881053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3082.0	94.06200000000001	21.0	0.05353199923500878	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ENG0208_000000004093	6795	0.9936478508101412	9	5	4	5	2	True	61268	fragment	False	ENG0208_000000004093	1.0		0	0	False	False	0.9942604899406433	0					non-mobilizable	no_good_hit	517.0	86.654	8.0	0.15792701625268324	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
SPA0117_000000003698	9429	0.9936464455634704	11	10	10	10	9	False	97416	fragment	False	SPA0117_000000003698	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9430.0	98.961	100.0	0.012302076048722953	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
CHI0185_000000005548	3691	0.9936461660301824	6	1	1	1	1	False	123368	fragment	False	CHI0185_000000005548	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	93.64200000000001	5.0	0.0005536866841571569	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0113_000000006851	2284	0.9936461207292	3	1	1	1	1	False	32588	fragment	False	ISR0113_000000006851	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0076_000000008000	1834	0.9936461207292	3	1	1	1	1	False	44542	fragment	False	FIJ0076_000000008000	1.0		0	0	False	False	0.9956379532814026	0					non-mobilizable	no_good_hit								True	False
AST0100_000000002498	6735	0.9936418380648084	10	8	7	5	5	False	108663	maximal	True	AST0100_000000002498	1.0		2	2	False	False	0.9973273873329163	0					non-mobilizable	no_good_hit	194.0	78.351	7.0	0.00010447583216914801	NZ_RBIG01000001.1	a-proteobacteria	Oceanibaculum indicum strain USBA 36 Ga0105851_101, whole genome shotgun sequence	True	False
SPA0029_000000001362	13120	0.9936409233804344	14	11	10	8	8	True	116755	fragment	False	SPA0051_000000001434	0.9792288285384352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	94.684	61.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
CHI0071_000000004056	2523	0.9936405578539936	4	4	1	4	4	False	84907	fragment	False	CHI0071_000000004056	1.0		0	0	False	False	0.9992073178291321	0	IncFII				non-mobilizable	plasmid	2523.0	99.762	100.0	0.01980944601101223	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
ENG0204_000000010360	2456	0.9936384868219832	4	4	4	4	3	False	54046	maximal	True	ENG0204_000000010360	1.0		0	0	False	False	0.9991856813430786	0					non-mobilizable	chromosome	2456.0	100.0	100.0	0.0004806312460037127	CP059427.1	enterobacteria	Citrobacter freundii strain CIFR51929 chromosome, complete genome	False	False
FIJ0072_000000000994	20193	0.993637976500484	20	15	10	13	7	True	52391	maximal	True	FIJ0072_000000000994	0.999936597679568		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	87.915	7.0	0.01376263118879482	NZ_FQUG01000008.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	True
FIJ0006_000000001216	20187	0.993637976500484	20	15	10	13	7	True	52391	maximal	False	FIJ0072_000000000994	0.9998365659348957		0	0	False	False	0.9999504685401917	0					non-mobilizable	no_good_hit	1415.0	87.845	7.0	0.01376263118879482	NZ_FQUG01000008.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	True
FIJ0052_000000001040	19413	0.993637976500484	20	15	10	13	7	True	52391	maximal	False	FIJ0072_000000000994	0.980669648129706		0	0	False	False	0.9996909499168396	0					non-mobilizable	no_good_hit	1415.0	87.915	7.0	0.01376263118879482	NZ_FQUG01000008.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	True
FIJ0027_000000000661	19413	0.993637976500484	20	15	10	13	7	True	52391	maximal	False	FIJ0072_000000000994	0.9806696444499532		0	0	False	False	0.9997424483299255	0					non-mobilizable	no_good_hit	1415.0	87.915	7.0	0.01376263118879482	NZ_FQUG01000008.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	True
SPA0127_000000006577	4446	0.9936374150997228	7	6	3	3	6	True	124109	fragment	False	ENG0172_000000004204	0.9629535435026276		0	0	False	False	0.9997750520706177	0					non-mobilizable	other	4446.0	99.348	100.0	0.0012489060830494442	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0152_000000020504	1352	0.993636957499572	3	2	2	1	1	False	39692	maximal	True	FIJ0152_000000020504	1.0		1	1	False	False	0.9926035404205322	0					non-mobilizable	no_good_hit	436.0	74.541	32.0	0.0015175529104750154	NZ_QFFN01000001.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c1, whole genome shotgun sequence	True	False
MAD0095_000000000625	17453	0.9936348878955042	28	6	3	5	3	False	15606	fragment	False	MAD0095_000000000625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5212.0	92.51700000000001	63.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0082_000000007076	3927	0.9936340876881126	6	1	1	1	1	False	44194	maximal	True	FIJ0082_000000007076	1.0		1	1	False	False	0.9791189432144165	0					non-mobilizable	no_good_hit								True	False
ENG0196_000000000248	18045	0.9936316653748388	27	14	7	12	8	True	117600	fragment	False	ISR0074_000000000976	0.463894947574397		0	0	False	False	1.0	0					non-mobilizable	other	10685.0	97.351	91.0	0.061475457048394716	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0152_000000004686	4642	0.9936312917885332	4	2	2	2	1	True	39733	maximal	True	FIJ0152_000000004686	1.0		1	1	False	False	0.9982765913009644	0					non-mobilizable	no_good_hit								True	True
ENG0003_000000001545	13090	0.9936306363280276	12	12	6	9	12	True	103538	maximal	True	ENG0003_000000001545	1.0		1	1	False	False	1.0	0	IncFIA,IncFII	MOBF			mobilizable	plasmid	7001.0	95.329	95.0	0.035788870234634125	CP057912.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_2, complete sequence	False	True
USA0017_01_000000006370	4251	0.993626272105844	7	5	5	4	4	False	120426	maximal	True	USA0017_01_000000006370	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	98.667	14.0	0.0001803474292362151	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0200_000000006598	3033	0.9936252545722408	6	4	3	4	3	False	66492	fragment	False	ENG0200_000000006598	0.9998305659098611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	82.927	3.0	1.909271422025355e-05	CP059901.1	high GC Gram+	Mumia sp. ZJ1417 chromosome, complete genome	True	False
ENG0020_000000006761	2951	0.9936252545722408	6	4	3	4	3	False	66492	fragment	False	ENG0200_000000006598	0.9863171777118365		0	0	False	False	0.9996611475944519	0					non-mobilizable	no_good_hit	82.0	82.927	3.0	1.909271422025355e-05	CP059901.1	high GC Gram+	Mumia sp. ZJ1417 chromosome, complete genome	True	False
SPA0055_000000002944	9553	0.9936248426908898	9	6	4	6	5	True	125318	maximal	True	SPA0055_000000002944	1.0		0	0	False	False	0.9998953342437744	0					non-mobilizable	no_good_hit	2263.0	77.508	37.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0022_000000003365	3188	0.9936226173577636	6	2	2	2	2	False	19298	fragment	False	MAD0022_000000003365	1.0		0	0	False	False	0.9974905848503113	0					non-mobilizable	no_good_hit	1782.0	85.185	62.0	0.03131535107928969	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0031_000000008836	3285	0.9936184520954646	4	4	2	3	4	False	117492	maximal	True	AST0031_000000008836	1.0		4	2	True	True	1.0	1	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	2603.0	99.539	100.0	0.7954753897890553	CP055375.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00165 plasmid pRHBSTW-00165_12, complete sequence	False	True
CHI0050_000000004080	2381	0.9936169671985268	3	2	1	2	1	True	86705	fragment	False	CHI0050_000000004080	1.0		0	0	False	False	0.9878202676773071	0					non-mobilizable	no_good_hit	60.0	100.0	3.0	1.1334949684350469e-05	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	True
USA0011_01_000000003484	10603	0.9936136400217443	15	8	4	8	6	False	100967	fragment	False	ISR0800_000000000923	0.9877960455608987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	84.641	14.0	0.09041374767977965	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
AUS0014_000000002955	10593	0.9936136400217443	15	8	4	8	6	False	100967	fragment	False	ISR0800_000000000923	0.9898720732664483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	84.641	14.0	0.09041374767977965	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
FIJ0140_000000004218	5933	0.9936128097824763	7	2	1	1	2	True	47817	maximal	True	FIJ0140_000000004218	1.0		1	1	False	False	0.9996628761291504	0					non-mobilizable	no_good_hit								True	True
FIJ0037_000000006760	4023	0.9936128097824763	5	2	1	1	2	True	47816	fragment	False	FIJ0037_000000006760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0045_000000002805	9748	0.9936116159858548	9	5	5	4	4	True	59101	maximal	True	SPA0045_000000002805	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	93.626	15.0	0.23292349726775957	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	True
MAD0064_000000005992	3213	0.9936100457310288	7	3	2	2	3	False	96913	fragment	False	MON0096_000000009499	0.9468438708456205		0	0	False	False	1.0	0					non-mobilizable	other	1934.0	97.415	100.0	0.0005429537696785612	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0068_000000008382	2815	0.9936100457310288	6	3	2	2	3	True	96913	fragment	False	MON0096_000000009499	0.4747336131740394		0	0	False	False	1.0	0					non-mobilizable	other	1403.0	98.21799999999999	100.0	0.0003937257926085219	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CAN0004_000000012721	2174	0.9936100457310288	5	3	2	2	3	False	96911	fragment	False	ENG0021_000000008250	0.9514412416851441		0	0	False	False	0.9990800619125366	0					non-mobilizable	other	1178.0	98.21700000000001	100.0	0.0003304935989347764	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0191_000000000236	45009	0.9936093227004009	63	37	20	22	32	True	127500	maximal	True	ENG0191_000000000236	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6915.0	93.579	82.0	0.03710863875755258	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0814_000000003094	12486	0.9936091883027952	16	9	7	7	4	True	90538	maximal	True	ISR0814_000000003094	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	78.44800000000001	1.0	0.0001226725836460229	NZ_RRCO01000001.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_1, whole genome shotgun sequence	True	True
DEN0079_000000006472	5959	0.993605921943162	10	6	4	3	5	True	117587	maximal	False	ENG0194_000000004266	0.985695288232162	PS593	0	0	True	True	0.9976506233215332	17		MOBP			mobilizable	other	5589.0	98.676	100.0	0.9413351314902225	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
ENG0039_000000003905	5567	0.9936036638443708	8	6	3	2	6	True	103427	maximal	True	ENG0039_000000003905	0.9873955491154477		4	3	True	True	1.0	122		MOBP			mobilizable	no_good_hit	2635.0	89.98100000000001	76.0	0.5173570019723865	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
USA0055_01_000000004706	5567	0.9936036638443708	8	6	3	2	6	True	103427	maximal	False	ENG0039_000000003905	0.9872034143348859		0	0	True	True	1.0	63		MOBP			mobilizable	no_good_hit	2508.0	95.415	75.0	0.46349147516679023	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
SPA0049_000000002973	7359	0.9936031654339026	13	3	2	3	3	False	118832	fragment	False	SPA0049_000000002973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4334.0	95.962	69.0	0.36411809235427706	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
SPA0153_000000006856	2621	0.9936021156101292	5	4	1	2	4	False	132544	fragment	False	CHI0126_000000000854	0.06149061491005746		0	0	False	False	1.0	0					non-mobilizable	plasmid	2621.0	99.39	100.0	0.05995011784088049	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ENG0211_000000010015	2597	0.9935972927232752	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.021348228043143295	PS971	0	0	False	True	1.0	0					non-mobilizable	plasmid	1648.0	86.954	96.0	0.40063944909001475	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0814_000000024929	1651	0.9935957281005016	3	1	1	1	1	False	21520	fragment	False	ISR0814_000000024929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0032_01_000000008589	2842	0.99359312768972	4	3	2	3	3	False	20762	fragment	False	USA0032_01_000000008589	1.0		0	0	False	False	0.9957776069641113	0					non-mobilizable	no_good_hit	805.0	71.304	28.0	0.012185752043764214	NZ_BAJR01000019.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	True	False
ISR0167_000000023008	1193	0.9935886720638648	2	1	1	1	1	False	30158	fragment	False	ISR0167_000000023008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.0555044557366666e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
FIJ0055_000000011852	1210	0.9935878937324204	3	1	1	1	1	False	46232	fragment	False	FIJ0055_000000011852	1.0		0	0	False	False	0.957851231098175	0					non-mobilizable	no_good_hit	426.0	82.62899999999999	35.0	0.008574293490494609	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0856_000000000201	20547	0.993587697073502	25	9	5	8	7	True	101350	backbone	False	TAN0011_000000000086	0.7402186201523785	PS587|PS588	0	0	True	True	1.0	874					non-mobilizable	no_good_hit	382.0	95.02600000000001	4.0	0.00010163444730200556	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0073_000000004494	8381	0.9935859984449242	14	4	1	3	2	False	70232	fragment	False	DEN0073_000000004494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000001394	15430	0.9935859977419618	17	12	8	10	10	False	105157	fragment	False	ENG0166_000000001394	1.0		0	0	False	False	0.9998703598976135	0					non-mobilizable	no_good_hit	783.0	76.373	5.0	0.0002177997782095678	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0338_000000014915	1878	0.9935857207798052	3	1	1	1	1	False	69713	fragment	False	ISR0338_000000014915	1.0		0	0	False	False	0.9898828268051147	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	3.4006056657669976e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0102_000000010632	2970	0.9935786588334392	5	1	1	1	1	False	42638	maximal	True	FIJ0102_000000010632	1.0		3	2	False	False	0.9996632933616638	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	3.0	2.667075204698022e-05	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
FIJ0055_000000003136	4624	0.9935785809032306	6	5	2	4	4	True	59648	maximal	True	FIJ0055_000000003136	1.0		1	1	True	True	1.0	3	Col156,Col156	MOBQ			mobilizable	plasmid	4240.0	99.85799999999999	100.0	0.92453653217012	CP001126.1	enterobacteria	Salmonella enterica subsp. enterica serovar Schwarzengrund str. CVM19633 plasmid pCVM19633_4, complete sequence	False	True
ISR0207_000000004540	5373	0.9935778946140488	5	4	3	4	2	True	112620	fragment	False	ISR0207_000000004540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2308.0	75.82300000000001	42.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0096_000000004123	6838	0.9935747693957556	9	5	3	3	3	False	57471	maximal	True	MON0096_000000004123	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	73.574	10.0	0.00028931687205022806	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MAD0012_000000008073	3390	0.9935719267343878	4	4	2	4	3	True	19685	fragment	False	MAD0012_000000008073	1.0		0	0	False	False	0.9946902394294739	0					non-mobilizable	plasmid	3392.0	98.20200000000001	100.0	0.1088184327065015	CP054365.1	enterobacteria	Escherichia coli strain SCU-171 plasmid pSCU-171-2, complete sequence	False	True
ENG0184_000000002478	9545	0.9935715780635649	5	4	3	4	2	False	77826	maximal	True	ENG0184_000000002478	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.806	3.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0185_000000004257	6754	0.9935714573553304	6	5	4	4	5	True	66885	maximal	True	ISR0185_000000004257	0.9972737186477645	PS309	1	1	True	True	1.0	16		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3458.0	99.79799999999999	100.0	0.517825044937088	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
ENG0014_000000002298	11344	0.9935711609129201	12	7	7	6	7	False	88250	maximal	True	ENG0014_000000002298	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2440.0	93.156	56.0	0.03927448609431681	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
AST0102_000000003134	8200	0.9935676871903348	9	7	6	6	4	False	119297	fragment	False	AST0102_000000003134	1.0		0	0	False	False	0.9992682933807373	0					non-mobilizable	no_good_hit	2515.0	99.404	31.0	0.019453085101443893	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0047_000000000605	3043	0.9935655696503022	5	4	4	3	2	True	72668	maximal	True	DEN0047_000000000605	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	97.67399999999999	6.0	4.785959841038962e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0031_000000002226	9803	0.9935630675919248	13	7	4	6	5	False	123953	fragment	False	ISR0187_000000002090	0.9528406743706909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	75.969	3.0	0.000425026771705835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0359_000000003063	6645	0.993562403563309	13	4	3	3	2	False	81001	maximal	True	ISR0359_000000003063	1.0		2	2	False	False	0.9992475509643555	0					non-mobilizable	no_good_hit	2458.0	93.084	60.0	0.00045069598920974296	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
MON0044_000000004917	7285	0.9935532715657392	13	4	3	4	2	False	11646	fragment	False	MON0044_000000004917	1.0		0	0	False	False	0.9976664185523987	0					non-mobilizable	no_good_hit	453.0	75.27600000000001	6.0	0.0001465849638587721	NZ_CP046996.1	firmicutes	Dehalobacter restrictus strain 12DCA chromosome, complete genome	True	False
ISR0083_000000002276	8950	0.9935501050403112	9	8	7	6	6	False	126086	maximal	True	ISR0083_000000002276	1.0		1	1	False	False	0.9998882412910461	0					non-mobilizable	no_good_hit	688.0	77.762	11.0	0.0003356895401789461	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0021_01_000000009463	1914	0.9935498411588048	2	2	2	2	2	False	4863	fragment	False	USA0021_01_000000009463	1.0		0	0	False	False	0.9905956387519836	0					non-mobilizable	no_good_hit	863.0	94.554	45.0	0.18450342465753425	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
ISR0069_000000001080	17955	0.99354939327674	23	11	8	8	9	False	86675	maximal	True	ISR0069_000000001080	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	10961.0	98.83200000000001	61.0	0.17617355225704776	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0007_000000000808	23307	0.9935493514629792	18	9	6	9	4	True	117545	fragment	False	ENG0007_000000000808	0.9553135313531353		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1516.0	89.57799999999999	9.0	0.026032979692900252	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
MON0107_000000032964	1829	0.9935472205221882	3	3	3	2	2	False	8587	maximal	True	MON0107_000000032964	1.0		1	1	False	False	0.9994532465934753	0					non-mobilizable	no_good_hit	756.0	77.778	40.0	0.000429189481123132	NZ_LT732540.1	actinobacteria	Olsenella urininfantis strain Marseille-P3197T, whole genome shotgun sequence	True	False
FIJ0061_000000016863	1616	0.9935446200219946	4	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.5369298335945327		0	0	False	False	0.9987623691558838	0					non-mobilizable	other	1616.0	99.93799999999999	100.0	0.0335124815836982	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
USA0101_01_000000020902	1468	0.9935446200219946	3	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.4389697131894392		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	100.0	100.0	0.030441368720300472	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
USA0011_01_000000026083	1385	0.9935446200219946	2	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.41780819170995476		0	0	False	False	0.9667869806289673	0					non-mobilizable	other	1385.0	99.928	100.0	0.02871905542528688	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0361_000000010745	1385	0.9935446200219946	2	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.4176380744046955		0	0	False	False	0.9898917078971863	0					non-mobilizable	other	1385.0	99.928	100.0	0.02871905542528688	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0007_000000019147	1364	0.9935446200219946	3	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.4124263652686727		0	0	False	False	0.9970674514770508	0					non-mobilizable	other	1364.0	100.0	100.0	0.02828328941088585	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CHI0074_000000010733	1288	0.9935446200219946	2	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.2881715531302621		0	0	False	False	0.986801266670227	0					non-mobilizable	other	1207.0	98.757	94.0	0.02502541968417339	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
USA0024_01_000000016695	1279	0.9935446200219946	3	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.3799451200883395		0	0	False	False	0.9882720708847046	0					non-mobilizable	other	1261.0	99.68299999999999	99.0	0.026145960864061756	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0243_000000011146	1189	0.9935446200219946	2	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.28382558223515064		0	0	False	False	0.9991589784622192	0					non-mobilizable	other	1189.0	100.0	100.0	0.024651905957543938	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0270_000000007771	1174	0.9935446200219946	2	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.280542023350797		0	0	False	False	0.9804088473320007	0					non-mobilizable	other	1174.0	98.296	100.0	0.02434064451868606	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0132_000000016661	1170	0.9935446200219946	2	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.3070841178847521		0	0	False	False	0.9931623935699463	0					non-mobilizable	other	1170.0	99.316	100.0	0.02425764146832396	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
USA0145_01_000000020145	1158	0.9935446200219946	2	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.21594604873276382		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	96.72399999999999	100.0	0.024008632317237658	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0095_000000007581	3579	0.9935440756714892	4	4	2	2	4	True	108521	fragment	False	ENG0095_000000007581	0.9652601969057666		0	0	False	False	0.9994412064552307	0	IncR				non-mobilizable	plasmid	3579.0	100.0	100.0	0.04021941952743868	CP050069.1	enterobacteria	Klebsiella aerogenes strain 035 plasmid p035_A-VIM-1, complete sequence	False	True
ENG0014_000000006011	4242	0.9935420081858805	5	3	3	3	1	True	75768	maximal	False	DEN0011_000000009555	0.9894859813084111		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	61.0	93.443	1.0	0.011591962905718702	HG796296.1	bacteria	Uncultured bacterium plasmid pRGI00277	True	True
DEN0011_000000009555	4201	0.9935420081858805	5	3	3	3	1	True	75768	maximal	True	DEN0011_000000009555	0.9894884372810091		3	3	True	True	1.0	20					non-mobilizable	no_good_hit	61.0	93.443	1.0	0.011591962905718702	HG796296.1	bacteria	Uncultured bacterium plasmid pRGI00277	True	True
FIJ0162_000000006215	3667	0.9935420081858805	4	3	3	3	1	True	39248	fragment	False	FIJ0162_000000006215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	93.443	2.0	0.011591962905718702	HG796296.1	bacteria	Uncultured bacterium plasmid pRGI00277	True	True
AST0016_000000000538	26613	0.9935391351873544	26	17	7	14	11	True	123972	fragment	False	AST0016_000000000538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2110.0	91.564	42.0	0.0839627542660752	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0017_000000014001	2405	0.9935379992396322	4	3	3	3	1	False	93158	fragment	False	ISR0368_000000005078	0.9441093687173301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	674.0	94.065	28.0	0.010239790639644574	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0062_000000019555	1930	0.9935379992396322	3	3	3	3	1	False	35336	fragment	False	ISR0062_000000019555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	674.0	94.214	35.0	0.010239790639644574	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
FIJ0080_000000004037	6074	0.993536441106716	6	4	1	2	3	True	123128	maximal	False	FIJ0059_000000003097	0.9501873413105504	PS879	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1469.0	87.883	24.0	0.1785495903142962	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
USA0017_01_000000003013	8598	0.9935363088401692	6	5	4	5	3	False	61374	fragment	False	USA0017_01_000000003013	0.9718989993018385		0	0	False	False	0.9998837113380432	0					non-mobilizable	no_good_hit	3166.0	72.142	36.0	0.0012741325703823135	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
USA0120_01_000000006594	1966	0.9935348030060712	4	3	1	3	2	False	209	maximal	True	USA0120_01_000000006594	1.0		0	0	False	False	0.9949135184288025	0					non-mobilizable	no_good_hit	848.0	96.934	43.0	0.01720111289372677	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
CHI0057_000000015949	1287	0.9935338654769941	2	2	2	2	1	False	88944	fragment	False	CHI0057_000000015949	0.9905362776025237		0	0	False	False	1.0	0					non-mobilizable	chromosome	1287.0	99.611	100.0	0.00024252052372363673	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
CHI0081_000000004608	2238	0.9935283724307238	3	2	0	2	2	True	103400	maximal	True	CHI0081_000000004608	0.9862453771826125		22	7	True	True	0.9995531439781189	37					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0363_000000008424	2232	0.9935283724307238	3	2	0	2	2	True	103400	maximal	False	CHI0081_000000004608	0.983034022743041		0	0	True	True	1.0	48					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0153_000000011895	2218	0.9935283724307238	3	2	0	2	2	True	103400	maximal	False	CHI0081_000000004608	0.9862180656914096		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0147_000000011051	2204	0.9935283724307238	3	2	0	2	2	True	103400	maximal	False	CHI0081_000000004608	0.9817531057188806		0	0	True	True	1.0	24					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0285_000000007872	2203	0.9935283724307238	3	2	0	2	2	True	103400	maximal	False	CHI0081_000000004608	0.9817214389057877		0	0	True	True	1.0	79					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
USA0082_01_000000025068	1182	0.9935261697844884	1	1	1	1	1	False	515	maximal	True	USA0082_01_000000025068	1.0		1	1	False	False	0.9983079433441162	0					non-mobilizable	no_good_hit								True	False
ENG0135_000000001363	11522	0.9935252573173216	16	7	6	7	5	True	99221	backbone	False	ENG0181_000000001971	0.686127171140058	PS555	0	0	True	True	1.0	25	rep_cluster_78				non-mobilizable	plasmid	3925.0	95.87299999999999	95.0	0.33767129190726536	CP021604.1	other sequences	Unidentified plasmid plasmid FAKO03_2027, complete sequence	False	True
ENG0169_000000001741	11502	0.9935252573173216	15	7	6	7	5	True	99221	backbone	False	ENG0181_000000001971	0.6862366318761803	PS555	0	0	True	True	1.0	67	rep_cluster_78				non-mobilizable	plasmid	2673.0	98.616	95.0	0.23028527105059035	CP021604.1	other sequences	Unidentified plasmid plasmid FAKO03_2027, complete sequence	False	True
FIJ0142_000000017054	2061	0.9935246549989544	3	2	1	2	1	False	40192	maximal	True	FIJ0142_000000017054	1.0		0	0	False	False	0.9995148181915283	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	1.3096267087652125e-05	NC_004556.1	g-proteobacteria	Xylella fastidiosa Temecula1, complete sequence	True	False
SPA0034_000000002844	10323	0.9935246361095472	15	6	4	5	4	False	119429	backbone	False	ENG0195_000000001684	0.9889306315090902	PS822	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	1005.0	72.23899999999999	9.0	0.0003291890740194087	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0789_000000002326	5910	0.9935238356443136	14	2	1	2	1	False	66596	fragment	False	ISR0789_000000002326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0218_000000000182	42579	0.993521304292616	47	12	2	11	4	True	78487	fragment	False	ISR0218_000000000182	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	18893.0	95.54899999999999	97.0	0.1910763980580552	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
FIJ0089_000000003311	6696	0.9935201024087792	7	5	4	5	3	False	103486	maximal	True	FIJ0089_000000003311	1.0		0	0	False	False	0.9935782551765442	0					non-mobilizable	no_good_hit	2019.0	93.363	73.0	0.045162589799252514	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ENG0063_000000004570	6334	0.993517087537476	6	4	2	4	4	False	105887	fragment	False	MON0068_000000005985	0.9657025176927823		0	0	False	False	0.99984210729599	0					non-mobilizable	no_good_hit	657.0	74.734	20.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0042_000000004731	4913	0.9935170039881032	5	4	2	3	3	True	47319	fragment	False	FIJ0042_000000004731	1.0		0	0	False	False	0.9914512634277344	0					non-mobilizable	no_good_hit	110.0	78.182	2.0	0.000454634295571777	NZ_SRSO01000002.1	CFB group bacteria	Flavivirga rizhaonensis strain RZ03 NODE_2_length_235354_cov_15.8627_ID_1296, whole genome shotgun sequence	True	True
ISR0205_000000003716	5187	0.9935163688464462	8	7	2	2	7	True	115875	backbone	True	ISR0205_000000003716	1.0	PS758|PS759	1	1	True	True	1.0	149	rep_cluster_1320,rep_cluster_1351				non-mobilizable	plasmid	2650.0	99.774	100.0	0.26298024421721433	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
AST0087_000000027632	1325	0.9935154241509352	3	1	1	1	1	False	110560	fragment	False	AST0087_000000027632	1.0		0	0	False	False	0.99622642993927	0					non-mobilizable	no_good_hit								True	False
MON0096_000000009499	3501	0.9935150257610944	6	4	2	3	3	True	96913	fragment	False	MON0096_000000009499	0.9800955535761231		0	0	False	False	1.0	0					non-mobilizable	other	1891.0	96.66799999999999	100.0	0.0005308693948875788	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0010_000000018266	1416	0.9935123153671718	3	1	1	1	1	False	8074	fragment	False	SPA0010_000000018266	1.0		0	0	False	False	0.994350254535675	0					non-mobilizable	no_good_hit								True	False
FIJ0079_000000006422	4565	0.9935122751260502	4	4	3	4	4	False	114200	fragment	False	ENG0042_000000005890	0.9898514617543163		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	4565.0	99.978	100.0	0.03668987250188916	LC484363.1	enterobacteria	Escherichia coli C1 plasmid pColV-C1 DNA, complete sequence	False	True
ISR0154_000000005388	4479	0.9935102052763134	7	6	3	5	6	False	59913	fragment	False	ISR0154_000000005388	1.0		0	0	False	False	0.997990608215332	0					non-mobilizable	chromosome	4461.0	98.521	99.0	0.0011190869053784422	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0083_000000004913	4566	0.9935097229340314	6	6	3	4	6	False	114200	fragment	False	ENG0042_000000005890	0.993939393939394		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	4566.0	100.0	100.0	0.033221503373092404	CP048296.1	enterobacteria	Escherichia coli strain CVM N18EC0432 plasmid pN18EC0432-2, complete sequence	False	True
ENG0042_000000005890	4565	0.9935097229340314	6	6	3	4	6	False	114200	fragment	False	ENG0042_000000005890	0.994158643893457		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	4565.0	100.0	100.0	0.027079143008015758	KC853435.1	enterobacteria	Escherichia coli ACN001 plasmid pACN001-B, complete sequence	False	True
ISR0810_000000004152	3286	0.99350867159161	3	2	2	2	1	True	21721	maximal	True	ISR0810_000000004152	1.0		1	1	False	False	0.9978697299957275	0					non-mobilizable	no_good_hit								True	True
MON0087_000000015742	3119	0.9935070804685986	6	3	1	3	0	True	121624	backbone	False	CHI0109_000000004976	0.7724355608903817	PS857	0	0	True	True	1.0	122					non-mobilizable	plasmid	2104.0	98.81200000000001	100.0	0.6894164193867458	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0219_000000002825	9967	0.9934999979365868	17	13	5	9	10	True	125626	maximal	False	CHI0081_000000000899	0.9980085631783331		0	0	True	True	0.999899685382843	23	rep_cluster_1079				non-mobilizable	no_good_hit	2412.0	99.79299999999999	61.0	0.2918028817048069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0099_000000005350	4037	0.9934998712230352	5	5	2	2	5	True	115864	fragment	False	ISR0099_000000005350	1.0		0	0	False	False	1.0	0	rep_cluster_1320,rep_cluster_1351				non-mobilizable	plasmid	1700.0	99.882	98.0	0.1686687183560012	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ISR0192_000000003409	5806	0.9934951706801092	9	5	3	4	3	True	128029	maximal	True	ISR0192_000000003409	1.0		0	0	True	True	0.9984498620033264	8	rep_cluster_1143				non-mobilizable	no_good_hit	1867.0	99.464	32.0	0.0007591525481650966	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	True
ISR0167_000000015726	1832	0.9934929113047244	2	1	1	1	1	False	100275	fragment	False	CHI0165_000000008251	0.9540684380141976		0	0	False	False	0.9819868803024292	0					non-mobilizable	no_good_hit	880.0	76.932	48.0	0.0031154762712893858	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
ISR0336_000000008252	1778	0.9934929113047244	2	1	1	1	1	False	100275	fragment	False	CHI0165_000000008251	0.8151717557930632		0	0	False	False	0.9943757057189941	0					non-mobilizable	no_good_hit	880.0	76.932	49.0	0.0031154762712893858	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
AUS0016_000000016013	1774	0.9934929113047244	3	1	1	1	1	False	100275	fragment	False	CHI0165_000000008251	0.8185125408274326		0	0	False	False	0.994363009929657	0					non-mobilizable	no_good_hit	889.0	77.053	50.0	0.0031476314162912256	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
CHI0185_000000011646	1723	0.9934929113047244	2	1	1	1	1	False	100275	fragment	False	CHI0165_000000008251	0.27374256789329904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	77.35300000000001	42.0	0.002590275569592666	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
ISR0227_000000016211	1624	0.9934929113047244	3	1	1	1	1	False	88315	fragment	False	ISR0227_000000016211	1.0		0	0	False	False	0.9950739145278931	0					non-mobilizable	no_good_hit	395.0	75.19	24.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ISR0193_000000017189	1548	0.9934929113047244	3	1	1	1	1	False	88315	fragment	False	ISR0227_000000016211	0.9766009852216748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	25.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
CHI0117_000000010262	1415	0.9934929113047244	2	1	1	1	1	False	88314	fragment	False	CHI0117_000000010262	0.9843188760033549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	27.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
CHI0070_000000009028	1413	0.9934929113047244	2	1	1	1	1	False	88314	fragment	False	CHI0117_000000010262	0.9830421248947806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	27.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ISR0293_000000024960	1403	0.9934929113047244	2	1	1	1	1	False	88314	fragment	False	CHI0117_000000010262	0.9797103302607598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	27.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
USA0101_01_000000021856	1395	0.9934929113047244	2	1	1	1	1	False	88314	fragment	False	CHI0117_000000010262	0.9761949719672569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	28.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
CHI0056_000000014948	1391	0.9934929113047244	2	1	1	1	1	False	88314	fragment	False	CHI0117_000000010262	0.9771943460089456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	28.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
CHI0033_000000005330	1375	0.9934929113047244	2	1	1	1	1	False	88314	fragment	False	CHI0117_000000010262	0.9700082694388021		0	0	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit	395.0	75.19	28.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
MON0031_000000023294	1373	0.9934929113047244	2	1	1	1	1	False	88314	fragment	False	CHI0117_000000010262	0.9696540129470868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	28.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
CHI0160_000000023865	1353	0.9934929113047244	2	1	1	1	1	False	88314	fragment	False	CHI0117_000000010262	0.9678331826484706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	28.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
CHI0134_000000016104	1101	0.9934929113047244	3	1	1	1	1	False	80708	fragment	False	CHI0134_000000016104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	35.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
MON0106_000000025227	1691	0.9934918477188188	3	3	0	3	0	True	131638	maximal	False	ENG0196_000000006783	0.9032753279852606		0	0	True	True	1.0	7					non-mobilizable	plasmid	1399.0	99.071	100.0	0.8667496886674969	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
AST0003_000000005782	6099	0.9934914773766284	9	7	5	6	4	True	132448	fragment	False	ISR0370_000000003998	0.1568375012381903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	99.18700000000001	10.0	0.07496636908401615	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0034_000000008237	4308	0.9934878813098076	5	2	1	2	1	False	44545	fragment	False	SPA0034_000000008237	1.0		0	0	False	False	0.9997678995132446	0					non-mobilizable	no_good_hit	254.0	95.27600000000001	6.0	0.00043925090290463373	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ITA0007_000000000367	1932	0.9934860380165352	2	2	2	2	2	True	112577	fragment	False	ITA0007_000000000367	1.0		0	0	False	False	1.0	0	rep_cluster_1188				non-mobilizable	plasmid	1934.0	99.69	100.0	0.6486577181208054	HM050422.1	firmicutes	Streptococcus thermophilus plasmid pK2007C6, complete sequence	False	True
MON0091_000000004133	3003	0.993483858918397	7	4	0	3	4	False	62608	maximal	False	ENG0092_000000007310	0.9795885567341691	PS280	0	0	True	True	1.0	140	rep_cluster_1186				non-mobilizable	plasmid	2677.0	97.31	100.0	0.9071917808219178	AB713429.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-2 DNA, complete sequence	False	True
ISR0376_000000008425	2743	0.993481594508166	3	2	2	2	1	False	26718	fragment	False	ISR0376_000000008425	1.0		0	0	False	False	0.9996354579925537	0					non-mobilizable	no_good_hit								True	False
ISR0260_000000005281	2456	0.993481594508166	3	2	2	2	1	False	26717	fragment	False	ISR0260_000000005281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0248_000000001485	3175	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9944874787531472	PS514	0	0	True	True	1.0	16		MOBV			mobilizable	plasmid	2051.0	99.512	100.0	0.6710310965630114	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
USA0057_01_000000009969	3151	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.997390734150918	PS514	0	0	True	True	1.0	123		MOBV			mobilizable	plasmid	3007.0	99.834	100.0	0.9833060556464812	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
CAN0007_000000013257	3142	0.993480672027815	3	2	2	2	1	True	95718	backbone	False	CAN0006_000000014190	1.0	PS509	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	2008.0	90.588	83.0	0.6549918166939444	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
SPA0115_000000008203	3140	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9961295950577835	PS514	0	0	True	True	1.0	44		MOBV			mobilizable	plasmid	2999.0	99.76700000000001	100.0	0.9793780687397708	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
SPA0143_000000005937	3140	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9962657674861902	PS514	0	0	True	True	0.9968152642250061	21		MOBV			mobilizable	plasmid	2155.0	99.90700000000001	100.0	0.7050736497545008	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
SPA0118_000000009229	3136	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9971672428580761	PS514	0	0	True	True	1.0	100		MOBV			mobilizable	plasmid	2882.0	99.861	100.0	0.9423895253682488	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
CHI0103_000000000586	3136	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9974590824483701	PS514	0	0	True	True	1.0	21		MOBV			mobilizable	plasmid	2889.0	99.82700000000001	100.0	0.9446808510638298	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
SPA0103_000000004962	3136	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9974469616784861	PS514	0	0	True	True	1.0	306		MOBV			mobilizable	plasmid	2995.0	99.9	100.0	0.9793780687397708	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ENG0018_000000006733	3136	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9974469616784861	PS514	0	0	True	True	1.0	46		MOBV			mobilizable	plasmid	2995.0	99.9	100.0	0.9793780687397708	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ENG0026_000000003400	3136	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9975712191037854	PS514	0	0	True	True	1.0	31		MOBV			mobilizable	plasmid	2914.0	99.897	100.0	0.9525678770035984	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
SPA0146_000000007576	3136	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.997638770027737	PS514	0	0	True	True	1.0	188		MOBV			mobilizable	plasmid	2640.0	99.92399999999999	100.0	0.8629375204448806	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
SPA0025_000000006791	3136	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9975337766505242	PS514	0	0	True	True	1.0	113		MOBV			mobilizable	plasmid	2995.0	99.866	100.0	0.9793780687397708	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ISR0376_000000007143	3136	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9972048995980486	PS514	0	0	True	True	0.999043345451355	21		MOBV			mobilizable	plasmid	2995.0	99.866	100.0	0.9793780687397708	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ISR0395_000000012289	3136	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9972048995980486	PS514	0	0	True	True	1.0	49		MOBV			mobilizable	plasmid	2995.0	99.866	100.0	0.9793780687397708	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
SPA0120_000000013401	3136	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9974905109543354	PS514	0	0	True	True	1.0	37		MOBV			mobilizable	plasmid	2995.0	99.866	100.0	0.9793780687397708	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
DEN0041_000000010705	3136	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9973595025890417	PS514	0	0	True	True	1.0	97		MOBV			mobilizable	plasmid	2848.0	99.789	100.0	0.9309780830879948	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
CAN0005_000000005679	3134	0.993480672027815	5	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9959710557152907	PS514	0	0	True	True	0.9996809363365173	74		MOBV			mobilizable	plasmid	2857.0	99.755	100.0	0.934860883797054	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ENG0083_000000007073	3132	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9975220387729625	PS514	0	0	True	True	0.9996806979179382	18		MOBV			mobilizable	plasmid	2657.0	99.887	100.0	0.8684985279685966	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
ISR0367_000000003114	3132	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9972800062391847	PS514	0	0	True	True	0.9996806979179382	1		MOBV			mobilizable	plasmid	2657.0	99.84899999999999	100.0	0.8684985279685966	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
ISR0816_000000013291	3130	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9975745932571172	PS514	0	0	True	True	0.9961661100387573	1		MOBV			mobilizable	plasmid	2681.0	99.88799999999999	100.0	0.8763493621197253	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
ISR0094_000000006650	3123	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9943770954738166	PS514	0	0	True	True	1.0	2		MOBV			mobilizable	plasmid	2661.0	99.47399999999999	100.0	0.8698070003271181	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
USA0043_01_000000003596	3118	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9893210112155072	PS514	0	0	True	True	0.9964721202850342	1		MOBV			mobilizable	plasmid	2848.0	98.912	100.0	0.9309780830879948	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
CHI0031_000000002989	3116	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9967311706586522	PS514	0	0	True	True	1.0	54		MOBV			mobilizable	plasmid	2923.0	99.76100000000001	99.0	0.9555119398102715	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
SPA0045_000000008665	3116	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9976545130512683	PS514	0	0	True	True	1.0	22		MOBV			mobilizable	plasmid	1890.0	100.0	100.0	0.6183306055646481	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
CHI0167_000000006064	3116	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9976371757491106	PS514	0	0	True	True	1.0	32		MOBV			mobilizable	plasmid	2395.0	99.958	100.0	0.7836333878887071	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ENG0013_000000008430	3116	0.993480672027815	2	2	2	2	1	True	96239	backbone	True	ENG0013_000000008430	0.9982490063872528	PS514	35	7	True	True	0.9993581771850586	17		MOBV			mobilizable	plasmid	2486.0	99.87899999999999	100.0	0.8127659574468085	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ENG0108_000000007006	3116	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9955130987264944	PS514	0	0	True	True	1.0	59		MOBV			mobilizable	plasmid	2061.0	99.66	100.0	0.6739770867430442	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
DEN0018_000000011854	3116	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9979038466412729	PS514	0	0	True	True	1.0	142		MOBV			mobilizable	plasmid	2943.0	99.898	100.0	0.9623567921440261	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ENG0060_000000009036	3111	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.991064329393139	PS514	0	0	True	True	1.0	42		MOBV			mobilizable	plasmid	2091.0	100.0	100.0	0.6841243862520459	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ISR0003_000000008472	3075	0.993480672027815	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9972003864963579	PS514	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	2599.0	99.846	100.0	0.8495256787700359	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
ENG0140_000000005586	2842	0.993480672027815	3	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.8297120371585879	PS514	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	2332.0	98.714	98.0	0.7621851488387308	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
USA0023_01_000000011825	2652	0.993480672027815	2	2	2	2	1	True	93945	fragment	False	USA0023_01_000000011825	1.0		0	0	False	False	0.9984917044639587	0		MOBV			mobilizable	plasmid	1743.0	99.885	100.0	0.5695125940464507	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
SPA0019_000000013658	2139	0.993480672027815	2	2	2	2	1	True	69957	fragment	False	SPA0019_000000013658	1.0		0	0	False	False	0.9995325207710266	0					non-mobilizable	plasmid	1897.0	99.947	100.0	0.6206219312602291	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ENG0108_000000009777	2003	0.9934802775822328	3	1	1	1	1	False	59932	fragment	False	ENG0108_000000009777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0174_000000014748	1390	0.9934802775822328	3	1	1	1	1	False	55637	fragment	False	ENG0174_000000014748	1.0		0	0	False	False	0.9870503544807434	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000007452	2985	0.9934793381683809	3	3	2	3	2	False	37462	maximal	True	ISR0024_000000007452	1.0		0	0	False	False	0.9996649622917175	0		MOBQ			mobilizable	no_good_hit	1482.0	99.73	52.0	0.4083885209713024	KP691633.1	high GC Gram+	Bifidobacterium longum subsp. longum 2-2B plasmid p2-2B, complete sequence	True	True
AST0014_000000002964	6651	0.9934784892480796	9	5	2	4	3	False	124545	fragment	False	AST0014_000000002964	0.9699392862431512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	98.765	1.0	0.002761561855489915	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	False
AST0149_000000004048	6648	0.9934784892480796	9	5	2	4	3	False	124545	fragment	False	AST0014_000000002964	0.9696902113569732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	1.0	0.0027266053763064985	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	False
MON0037_000000028494	2440	0.9934771096093056	4	2	2	2	2	False	14080	maximal	True	MON0037_000000028494	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0236_000000000970	7198	0.9934712600362212	8	5	2	4	1	True	78978	backbone	True	ISR0236_000000000970	1.0	PS385	1	1	True	True	1.0	20					non-mobilizable	no_good_hit	63.0	96.825	1.0	0.013814616755793227	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
MON0090_000000030137	1992	0.993469199059188	6	4	4	4	4	False	9560	fragment	False	MON0090_000000030137	1.0		0	0	False	False	0.9994980096817017	0					non-mobilizable	no_good_hit	427.0	79.625	21.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ISR0039_000000004993	5878	0.9934665147963622	8	7	5	5	6	False	121914	maximal	True	ISR0039_000000004993	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	86.43299999999999	8.0	0.010640791262363475	NZ_LR130823.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0183_000000006288	5666	0.993462399215838	6	4	1	3	4	False	116345	maximal	True	ISR0183_000000006288	1.0	PS772	1	1	True	True	1.0	172	rep_cluster_1571	MOBQ,MOBQ			mobilizable	no_good_hit	2962.0	99.831	64.0	0.8087954110898662	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	True	True
ENG0013_000000006799	3787	0.993462399215838	4	4	1	3	4	False	67008	maximal	True	ENG0013_000000006799	1.0		0	0	False	False	1.0	0	rep_cluster_1571	MOBQ			mobilizable	no_good_hit	2713.0	92.92299999999999	72.0	0.7369571155422016	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	True	True
MAD0069_000000008346	1115	0.993461833212942	2	1	1	1	1	False	16389	maximal	True	MAD0069_000000008346	1.0		0	0	False	False	0.9641255736351013	0					non-mobilizable	no_good_hit	304.0	98.684	27.0	0.009006866621087364	NZ_JH379378.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld119, whole genome shotgun sequence	True	False
SPA0005_000000015918	1812	0.9934613189870236	2	2	2	2	1	False	8303	fragment	False	SPA0005_000000015918	1.0		0	0	False	False	0.9988962411880493	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000007679	4511	0.9934570587746648	9	7	5	6	6	False	92154	fragment	False	DEN0018_000000007679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	72.289	24.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0050_01_000000003034	4682	0.9934556429820804	5	5	3	5	3	False	121897	fragment	False	USA0050_01_000000003034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	96.25	2.0	2.209103688336296e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0130_000000011109	1845	0.993454934627896	5	2	1	1	2	False	81182	fragment	False	FIJ0130_000000011109	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1001.0	98.20200000000001	99.0	0.0002810319718833133	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0097_000000023863	1313	0.993454934627896	4	2	1	1	2	False	60749	fragment	False	ENG0097_000000023863	0.9964200477326969		0	0	False	False	0.997715175151825	0					non-mobilizable	other	1068.0	99.53200000000001	99.0	0.0002998611139994953	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0034_000000023414	1257	0.993454934627896	4	2	1	1	2	False	60749	fragment	False	ENG0097_000000023863	0.9752475247524752		0	0	False	False	1.0	0					non-mobilizable	other	1060.0	99.057	100.0	0.00029761285822442875	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0024_000000017838	1202	0.993454934627896	3	2	1	1	2	False	49197	fragment	False	FIJ0024_000000017838	0.9770833333333333		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	97.837	100.0	0.00033751939823185926	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0223_000000003171	7256	0.9934533541900678	10	8	3	4	5	True	121816	backbone	False	AST0150_000000003170	0.9889112424452754	PS861	0	0	True	True	1.0	45		MOBB			mobilizable	no_good_hit	2096.0	95.945	37.0	0.2536626710255479	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
DEN0053_000000000581	11238	0.9934526345430912	7	6	6	6	4	False	72161	maximal	True	DEN0053_000000000581	1.0		4	2	False	False	0.9996440410614014	0					non-mobilizable	no_good_hit	80.0	80.0	1.0	2.8986293570951572e-05	CP058669.1	a-proteobacteria	Hyphobacterium sp. CCMP332 chromosome, complete genome	True	False
ENG0054_000000005723	4325	0.9934452559203376	9	2	1	2	1	False	63798	fragment	False	ENG0054_000000005723	1.0		0	0	False	False	0.9926011562347412	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000004190	4543	0.993443727014902	6	5	1	2	3	True	122718	maximal	True	ENG0132_000000004190	1.0	PS729|PS873	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	183.0	87.432	8.0	0.06676669167291822	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0268_000000004415	3909	0.9934411607486596	5	2	2	2	2	False	26503	maximal	True	ISR0268_000000004415	1.0		1	1	False	False	0.999744176864624	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	1.6304770636132956e-05	FN568063.1	firmicutes	Streptococcus mitis B6 complete genome, strain B6	True	False
FIJ0104_000000000533	29279	0.9934401724465888	23	16	5	15	10	True	51487	fragment	False	FIJ0033_000000000484	0.4570192147638796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.007303077725612937	XM_026436014.1	thrips	PREDICTED: Frankliniella occidentalis uncharacterized LOC113216263 (LOC113216263), mRNA	True	True
FIJ0109_000000018155	1328	0.9934378455576466	3	1	1	1	1	False	62922	fragment	False	FIJ0109_000000018155	1.0		0	0	False	False	0.9984939694404602	0					non-mobilizable	chromosome	1189.0	95.12200000000001	94.0	0.00026856102874032886	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0021_000000010826	3041	0.9934327845738528	4	4	2	4	3	False	7689	maximal	True	SPA0021_000000010826	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	85.977	45.0	0.030474522221473645	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0054_000000004834	4629	0.9934325591840816	2	1	1	1	1	True	35717	fragment	False	ISR0054_000000004834	1.0		0	0	False	False	0.9982717633247375	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000020711	2378	0.9934325591840816	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.1347764622628777	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	1013.0	79.664	48.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0239_000000006305	2314	0.9934325591840816	2	1	1	1	1	True	27270	fragment	False	ISR0239_000000006305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0005_000000003293	7858	0.9934314814195562	12	8	4	6	7	True	104953	backbone	True	DEN0005_000000003293	0.9463903722009774	PS624	1	1	False	True	1.0	0					non-mobilizable	plasmid	4981.0	98.916	93.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0172_000000006842	3040	0.9934286367463224	6	5	4	5	4	False	118818	fragment	False	ISR0324_000000010648	0.9509195233769655		0	0	False	False	0.9996710419654846	0					non-mobilizable	other	3040.0	99.671	100.0	0.0038432743331495373	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MON0006_000000008250	2556	0.9934283734669782	3	3	1	3	0	True	72565	backbone	False	ISR0243_000000004384	0.9702687227183312	PS342	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	259.0	99.61399999999999	10.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0008_000000003357	3237	0.993427986650148	6	3	2	3	2	False	96212	fragment	False	MAD0008_000000003357	0.9505305867665419		0	0	False	False	0.9910410642623901	0					non-mobilizable	no_good_hit								True	False
SPA0086_000000008150	1702	0.9934270544427986	4	3	2	3	3	False	5508	maximal	True	SPA0086_000000008150	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	97.20299999999999	75.0	0.0003397149194814883	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
SPA0005_000000004045	7391	0.9934232326836968	11	8	5	5	7	True	130649	maximal	True	SPA0005_000000004045	1.0	PS1107|PS1110|PS1114	5	2	True	True	1.0	1					non-mobilizable	no_good_hit	2944.0	99.96600000000001	82.0	0.39078475634045945	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ENG0163_000000002439	7883	0.9934214596924597	9	7	4	5	5	False	96405	maximal	True	ENG0163_000000002439	1.0		10	3	False	False	0.999873161315918	0					non-mobilizable	no_good_hit	4388.0	100.0	56.0	0.0013285368318439407	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ENG0102_000000001709	11720	0.9934200040039232	13	10	7	9	8	False	122555	maximal	True	ENG0102_000000001709	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4974.0	97.427	68.0	0.11125036367298526	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0101_000000004481	5593	0.9934194312926704	8	6	3	6	5	False	15128	maximal	True	MAD0101_000000004481	1.0		1	1	True	True	0.9944573640823364	2	rep_cluster_2486	MOBP			mobilizable	plasmid	5593.0	100.0	100.0	0.48630315679624314	CP022687.1	enterobacteria	Escherichia coli Nissle 1917 plasmid pNissle1	False	True
ISR0125_000000003153	4792	0.9934174436344948	8	7	5	6	5	False	119316	maximal	True	ISR0125_000000003153	1.0	PS818	5	2	False	True	0.9993739724159241	0					non-mobilizable	no_good_hit	1415.0	95.97200000000001	29.0	0.02471186974238794	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ENG0204_000000002992	6634	0.9934145469363554	5	5	3	2	5	False	54067	maximal	True	ENG0204_000000002992	1.0		1	1	False	False	0.999849259853363	0					non-mobilizable	chromosome	6633.0	100.0	99.0	0.0013126221924194882	CP056899.1	enterobacteria	Citrobacter sp. RHBSTW-00017 chromosome, complete genome	False	False
ENG0005_000000013895	1712	0.99341304717792	3	3	2	3	2	True	67664	fragment	False	ENG0005_000000013895	1.0		0	0	False	False	0.9994158744812012	0					non-mobilizable	no_good_hit								True	True
ISR0773_000000005985	2350	0.9934118435107194	5	4	3	3	4	False	54523	fragment	False	ISR0115_000000013294	0.9662021568694619		0	0	False	False	0.9948936104774475	0					non-mobilizable	no_good_hit	45.0	95.556	2.0	1.0500992821139453e-05	CP059901.1	high GC Gram+	Mumia sp. ZJ1417 chromosome, complete genome	True	False
MON0015_000000010103	3631	0.9934105346974942	6	5	0	2	5	False	49908	maximal	True	MON0015_000000010103	1.0		1	1	False	False	0.9975213408470154	0		MOBP		MOBP	mobilizable	no_good_hit	2717.0	90.46700000000001	74.0	0.35666931848316097	CP047462.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-7kb, complete sequence	True	True
ENG0082_000000011329	1813	0.9934094429374332	3	2	1	1	2	False	61624	fragment	False	ENG0082_000000011329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	2.2679803371379144e-05	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MON0011_000000002786	12168	0.9934075528389952	11	11	11	11	11	False	69052	fragment	False	MON0011_000000002786	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	12168.0	99.992	100.0	0.05135683864404776	CP052259.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-1, complete sequence	False	True
MAD0110_000000003627	7511	0.9934065234063509	8	5	4	4	4	False	87194	fragment	False	ISR0366_000000001621	0.9535838064086587		0	0	False	False	0.9998668432235718	0					non-mobilizable	no_good_hit	765.0	93.725	10.0	0.12352274566941882	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0069_000000002068	13548	0.9934053092555672	18	15	10	13	15	False	132201	maximal	True	MON0069_000000002068	1.0		1	1	False	False	0.9968999028205872	0					non-mobilizable	other	8066.0	98.14	99.0	0.0028005141745414117	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0020_01_000000006985	4945	0.9934033631308375	8	6	4	4	4	True	115589	maximal	True	USA0020_01_000000006985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1399.0	96.355	51.0	0.22860896698965347	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
DEN0011_000000001844	13702	0.9934016296401138	12	8	4	6	6	False	76987	fragment	False	USA0081_01_000000001790	0.7110423353154463		0	0	False	False	0.99978107213974	0					non-mobilizable	no_good_hit	859.0	99.65100000000001	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ISR0829_000000000763	13591	0.9934016296401138	12	8	4	6	6	False	76987	fragment	False	USA0081_01_000000001790	0.7086118434187223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.65100000000001	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
FIJ0009_000000021505	1889	0.9934011514907141	2	1	1	1	1	False	99022	fragment	False	FIJ0009_000000021505	1.0		0	0	False	False	0.999470591545105	0					non-mobilizable	no_good_hit	484.0	77.479	25.0	0.0001081623823478992	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0087_000000004107	5678	0.9933987301498886	4	3	3	3	3	False	33862	fragment	False	ISR0087_000000004107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	75.896	14.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ISR0331_000000014714	1661	0.9933976415085941	2	2	2	2	2	False	24609	fragment	False	ISR0331_000000014714	1.0		0	0	False	False	0.9993979334831238	0					non-mobilizable	no_good_hit	830.0	91.928	50.0	0.02021408890297725	NZ_SMUS01000037.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00037, whole genome shotgun sequence	True	False
ISR0243_000000001061	7637	0.9933964629258633	16	3	2	3	2	False	52307	maximal	True	ISR0243_000000001061	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	93.243	1.0	1.1779672996277623e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
USA0008_01_000000000267	27809	0.993395678834491	35	9	3	8	5	True	97473	fragment	False	USA0020_01_000000000809	0.9845739859774889		0	0	False	False	1.0	0					non-mobilizable	other	26034.0	99.87299999999999	96.0	0.028562650866798333	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
USA0025_01_000000000635	25670	0.993395678834491	31	9	3	8	5	True	97473	fragment	False	USA0020_01_000000000809	0.647021072537485		0	0	False	False	1.0	0					non-mobilizable	other	23902.0	99.866	96.0	0.026223392582839587	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0006_000000004465	5846	0.993394497438452	6	4	2	2	3	False	87863	fragment	False	ISR0380_000000001896	0.9320372750642674		0	0	False	False	0.9953814744949341	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	False
ISR0063_000000004516	4460	0.993394497438452	5	4	2	2	3	False	87857	fragment	False	ISR0063_000000004516	1.0		0	0	False	False	0.9993273615837097	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
DEN0045_000000001807	13719	0.9933922916933248	15	7	4	4	6	False	72986	maximal	True	DEN0045_000000001807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3094.0	92.50200000000001	54.0	0.04972188633615478	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
TAN0002_000000011038	3178	0.9933909436722403	4	3	3	3	3	False	3058	maximal	True	TAN0002_000000011038	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	79.118	14.0	0.0038330265720769824	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
MON0092_000000018487	2922	0.9933899485368324	6	3	2	3	1	False	9462	fragment	False	MON0092_000000018487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000029345	1298	0.993387655297884	3	1	1	1	1	False	42962	fragment	False	FIJ0096_000000029345	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	99.538	100.0	0.00023582523206438282	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
ISR0032_000000004087	7249	0.9933871279472553	9	5	4	4	4	True	105198	maximal	False	ISR0293_000000004890	0.9997636747336857	PS413	0	0	True	True	1.0	54					non-mobilizable	no_good_hit								True	True
AST0148_000000004497	7246	0.9933871279472553	9	5	4	4	4	True	105198	maximal	False	ISR0293_000000004890	0.9996139883023097	PS413	0	0	True	True	1.0	52					non-mobilizable	no_good_hit								True	True
SPA0112_000000004667	7246	0.9933871279472553	9	5	4	4	4	True	105198	maximal	False	ISR0293_000000004890	0.9996885516353793	PS413	0	0	True	True	1.0	129					non-mobilizable	no_good_hit								True	True
SPA0138_000000002692	7246	0.9933871279472553	9	5	4	4	4	True	105198	maximal	False	ISR0293_000000004890	0.9997264432001262	PS413	0	0	True	True	1.0	44					non-mobilizable	no_good_hit								True	True
ISR0370_000000003277	7246	0.9933871279472553	9	5	4	4	4	True	105198	maximal	False	ISR0293_000000004890	0.9997620942795021	PS413	0	0	True	True	1.0	77					non-mobilizable	no_good_hit								True	True
ISR0293_000000004890	7245	0.9933871279472553	9	5	4	4	4	True	105198	maximal	True	ISR0293_000000004890	0.9997638264149468	PS413	15	4	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
ISR0346_000000002204	7245	0.9933871279472553	9	5	4	4	4	True	105198	maximal	False	ISR0293_000000004890	0.9996501201100554	PS413	0	0	True	True	0.9976535439491272	3					non-mobilizable	no_good_hit								True	True
SPA0139_000000002973	7241	0.9933871279472553	9	5	4	4	4	True	105198	maximal	False	ISR0293_000000004890	0.9997262647584481	PS413	0	0	True	True	1.0	63					non-mobilizable	no_good_hit								True	True
FIJ0078_000000003200	7234	0.9933871279472553	9	5	4	4	4	True	105198	maximal	False	ISR0293_000000004890	0.9984188621711332	PS413	0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
SPA0044_000000003394	7222	0.9933871279472553	9	5	4	4	4	True	105198	maximal	False	ISR0293_000000004890	0.9996133609204185	PS413	0	0	True	True	1.0	36					non-mobilizable	no_good_hit								True	True
ISR0848_000000001788	7201	0.9933871279472553	9	5	4	4	4	True	105198	maximal	False	ISR0293_000000004890	0.9978789473888764	PS413	0	0	True	True	1.0	21					non-mobilizable	no_good_hit								True	True
SPA0111_000000005599	5739	0.9933871279472553	8	5	4	4	4	True	83361	fragment	False	SPA0111_000000005599	1.0		0	0	False	False	0.9980832934379578	0					non-mobilizable	no_good_hit								True	True
CHI0141_000000008600	3212	0.9933863059027184	5	2	2	2	2	False	80127	maximal	True	CHI0141_000000008600	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0128_000000000965	24677	0.9933849784632524	56	17	8	12	10	False	3899	maximal	True	SPA0128_000000000965	1.0		1	1	False	False	0.9996352791786194	0					non-mobilizable	no_good_hit	1960.0	91.17299999999999	34.0	0.03450536986495587	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0074_000000008707	3277	0.9933849340973644	3	3	2	2	3	False	34730	maximal	True	ISR0074_000000008707	1.0		0	0	False	False	0.9993897080421448	0					non-mobilizable	no_good_hit	2095.0	98.13799999999999	63.0	0.00086841987395885	CP021556.1	high GC Gram+	Bifidobacterium breve strain 139W423 chromosome, complete genome	True	False
CHI0167_000000016662	1360	0.9933842193576646	3	1	1	1	1	False	78123	fragment	False	CHI0167_000000016662	0.9807549962990377		0	0	False	False	0.9404411911964417	0					non-mobilizable	no_good_hit	45.0	100.0	3.0	0.00013399029179431273	NZ_CABJDM010000004.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
FIJ0142_000000001079	20976	0.9933833205626572	24	12	9	9	8	True	101350	backbone	False	TAN0011_000000000086	0.5531075497332039	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1403.0	95.581	7.0	0.3421181063933626	KU545938.1	bacteria	Uncultured bacterium clone TE_03B_000_Contig_7 genomic sequence	True	True
ISR0109_000000003892	6706	0.993382265435124	6	5	4	5	3	True	119531	fragment	False	ISR0109_000000003892	0.9851412796362455		0	0	False	False	1.0	0					non-mobilizable	other	5126.0	97.913	100.0	0.028388324237720922	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
DEN0052_000000006131	5581	0.993382265435124	6	5	4	5	3	True	119529	fragment	False	ISR0263_000000001677	0.9649107455372768		0	0	False	False	1.0	0					non-mobilizable	other	3927.0	98.116	100.0	0.021835032849902923	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ENG0018_000000003941	5535	0.993382265435124	5	5	4	5	3	True	119526	fragment	False	ENG0018_000000003941	1.0		0	0	False	False	0.9817524552345276	0					non-mobilizable	other	3321.0	98.675	98.0	0.018441562776414826	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0272_000000002494	4368	0.993382265435124	5	5	4	5	3	True	119523	fragment	False	ENG0081_000000005524	0.9540767183642747		0	0	False	False	0.9993131756782532	0					non-mobilizable	other	4168.0	98.824	99.0	0.023175731682215435	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
FIJ0036_000000008393	4346	0.993382265435124	5	5	4	5	3	True	119523	fragment	False	ENG0081_000000005524	0.9520235225264322		0	0	False	False	0.9995397925376892	0					non-mobilizable	other	4170.0	97.05	99.0	0.023175731682215435	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0344_000000007045	4295	0.993382265435124	5	5	4	5	3	True	119523	fragment	False	ENG0081_000000005524	0.695149159304417		0	0	False	False	1.0	0					non-mobilizable	other	3886.0	98.07	100.0	0.021590257959356242	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
FIJ0145_000000001463	6940	0.9933763363370968	8	2	1	2	2	True	69931	maximal	False	FIJ0058_000000005372	0.9803459253169187		0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
ENG0116_000000016407	1460	0.9933742427733934	2	2	2	2	1	False	59435	maximal	False	MON0106_000000027468	0.9666030534351144		0	0	False	False	0.9972602725028992	0					non-mobilizable	no_good_hit	567.0	96.825	85.0	0.0002012444386188434	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
CHI0157_000000001108	7711	0.993372185199452	12	6	6	5	4	False	90963	maximal	True	CHI0157_000000001108	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	88.462	1.0	0.002268986074654091	NZ_ASRY01000296.1	firmicutes	Paenibacillus maysiensis strain 1-49 S149_contig00249, whole genome shotgun sequence	True	False
ISR0819_000000020849	1288	0.9933696155965746	1	1	1	1	1	True	84875	fragment	False	CHI0172_000000005149	0.6177024482109228		0	0	False	False	0.9883540272712708	0					non-mobilizable	other	1288.0	99.92200000000001	100.0	0.11706385301073313	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0057_01_000000002232	12202	0.9933683261322837	13	8	7	8	6	False	122390	fragment	False	USA0057_01_000000002232	0.9993747915971991		0	0	False	False	1.0	0					non-mobilizable	virus	10963.0	98.258	99.0	0.5152298580426812	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	False	False
ISR0292_000000006049	2982	0.9933670943462364	5	3	3	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.23885476294246896	PS575	0	0	True	True	1.0	153					non-mobilizable	plasmid	1589.0	91.945	98.0	0.5467725232999655	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0111_000000025332	1347	0.9933649782178487	2	2	2	2	1	False	4559	fragment	False	SPA0111_000000025332	1.0		0	0	False	False	0.9896065592765808	0					non-mobilizable	chromosome	833.0	93.51700000000001	97.0	0.0001892000254088121	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MON0061_000000009054	4523	0.9933639728256212	6	4	2	3	4	False	67202	fragment	False	MON0061_000000009054	1.0		0	0	False	False	0.9995577931404114	0					non-mobilizable	chromosome	4525.0	95.58	100.0	0.0018610355412899502	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
TAN0014_000000000986	4020	0.9933626232678796	4	3	1	2	2	False	9349	fragment	False	TAN0014_000000000986	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0003_000000001439	3601	0.993362113004092	6	5	2	4	3	True	124109	fragment	False	ENG0172_000000004204	0.4745577058407641		0	0	False	False	1.0	0					non-mobilizable	other	3601.0	97.36200000000001	100.0	0.0010117150987799279	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0108_000000001382	5125	0.9933617507601484	9	5	4	4	3	False	122337	fragment	False	CHI0108_000000001382	1.0		0	0	False	False	0.9986341595649719	0					non-mobilizable	virus	5158.0	93.525	100.0	0.24179749929491398	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	False	False
AST0016_000000013366	1874	0.9933576513962236	5	1	1	1	1	False	123363	fragment	False	AST0016_000000013366	0.9883147378054472		0	0	False	False	0.9989327788352966	0					non-mobilizable	no_good_hit	97.0	98.969	5.0	0.00030903442836678526	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0151_000000000404	21070	0.9933576367137676	17	10	7	10	6	True	74860	fragment	False	ISR0151_000000000404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1549.0	95.15799999999999	7.0	0.03471085499024598	NZ_QRYH01000021.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf21, whole genome shotgun sequence	True	True
FIJ0048_000000000499	36145	0.993357180198835	53	12	7	8	7	True	119608	fragment	False	FIJ0048_000000000499	1.0		0	0	False	False	0.9997233152389526	0					non-mobilizable	no_good_hit	58.0	89.655	0.0	0.00015600410537119398	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0316_000000002896	5558	0.9933566063984388	6	6	6	6	6	False	97129	maximal	True	ISR0316_000000002896	1.0	PS521	0	0	False	True	0.996581494808197	0					non-mobilizable	no_good_hit	1832.0	79.749	32.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
CAN0006_000000009046	4984	0.9933557711941646	6	3	1	3	1	False	95760	maximal	True	CAN0006_000000009046	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000006812	3930	0.993355144048806	4	2	1	1	2	False	71936	fragment	False	ISR0223_000000006812	1.0		0	0	False	False	0.9984732866287231	0					non-mobilizable	no_good_hit	145.0	88.96600000000001	4.0	4.538845424891091e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0030_000000004010	4607	0.9933488200921672	7	2	2	2	2	False	37062	maximal	True	ISR0030_000000004010	1.0		1	1	False	False	0.9978293776512146	0					non-mobilizable	no_good_hit	134.0	89.552	5.0	0.0007456954310736333	NZ_OEPZ01000005.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
AST0153_000000006724	4463	0.9933454880158132	5	4	2	3	3	False	103501	fragment	False	AST0153_000000006724	1.0		0	0	False	False	1.0	0	rep_cluster_2150	MOBQ		MOBQ,MOBQ	mobilizable	other	4495.0	96.885	100.0	0.6555051908173709	LM996509.1	enterobacteria	Escherichia coli genome assembly FHI65, scaffold scaffold-8_contig-18.0_1_6839_[organism:Escherichia	False	True
ISR0810_000000002121	5589	0.9933416531651372	10	6	3	3	6	True	124117	fragment	False	ISR0810_000000002121	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5596.0	95.78299999999999	100.0	0.0015701256269120712	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0136_000000008212	4599	0.9933375108516048	5	4	4	4	4	False	66764	fragment	False	SPA0136_000000008212	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2723.0	95.70299999999999	61.0	0.11764450616212463	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
SPA0031_000000011515	2649	0.9933362527482764	4	2	1	2	1	True	64567	maximal	True	SPA0031_000000011515	1.0		2	2	True	True	1.0	203					non-mobilizable	no_good_hit	937.0	74.707	35.0	0.3341902313624679	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
MON0033_000000028264	2224	0.9933357188735916	3	2	2	2	2	False	12312	maximal	True	MON0033_000000028264	1.0		1	1	False	False	0.9874100685119629	0					non-mobilizable	no_good_hit	1318.0	83.384	83.0	0.029351658469761278	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0113_000000015309	2012	0.9933312055857424	3	2	2	2	1	False	4496	maximal	True	SPA0113_000000015309	1.0		2	1	False	False	0.9990059733390808	0					non-mobilizable	no_good_hit	50.0	88.0	2.0	0.0024540491811488956	NZ_AP018494.1	firmicutes	Melissococcus plutonius strain DAT561 plasmid pMP19	True	False
SPA0098_000000016277	2232	0.9933273787540796	4	3	2	2	3	False	132545	maximal	True	SPA0098_000000016277	1.0		11	5	False	False	0.980286717414856	0					non-mobilizable	no_good_hit	1264.0	99.13	57.0	0.08645947426067908	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	True	False
ENG0014_000000010201	2387	0.9933244883761508	3	1	1	1	1	False	66924	fragment	False	ENG0014_000000010201	1.0		0	0	False	False	0.9995810389518738	0					non-mobilizable	no_good_hit								True	False
ENG0051_000000011697	2387	0.9933244883761508	3	1	1	1	1	False	66924	fragment	False	ENG0014_000000010201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000007969	4029	0.9933243497897336	7	2	1	2	1	False	69715	fragment	False	USA0015_01_000000007969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0060_000000005354	5113	0.9933213282254892	5	4	3	3	3	True	125563	maximal	True	AST0060_000000005354	1.0	PS930	1	1	True	True	1.0	65	rep_cluster_1351	MOBQ			mobilizable	no_good_hit	2130.0	99.906	73.0	0.5874724061810155	KP691635.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B2, complete sequence	True	True
CHI0025_000000003141	3687	0.9933212710845704	2	2	2	2	2	False	90124	fragment	False	CHI0025_000000003141	1.0		0	0	False	False	0.999728798866272	0					non-mobilizable	chromosome	3648.0	98.21799999999999	100.0	0.0006824537346143827	CP024679.1	enterobacteria	Citrobacter freundii strain UMH15 chromosome, complete genome	False	False
SPA0019_000000004475	5765	0.9933203887198152	6	4	2	3	3	True	67702	maximal	False	ENG0125_000000003976	0.9690563446418524		0	0	True	True	1.0	74	rep_cluster_2141	MOBQ			mobilizable	chromosome	5319.0	98.15799999999999	100.0	0.0010381734706267967	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
ENG0152_000000003858	5748	0.9933203887198152	7	4	2	3	3	True	67702	maximal	False	ENG0125_000000003976	0.9692994616740334		0	0	True	True	1.0	25	rep_cluster_2141	MOBQ			mobilizable	plasmid	5079.0	99.882	100.0	0.8925997539110564	CP053240.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-6, complete sequence	False	True
FIJ0042_000000003957	5728	0.9933203887198152	6	4	2	3	3	True	67702	maximal	False	ENG0125_000000003976	0.9672181563791701		0	0	True	True	0.9998254179954529	2	rep_cluster_2141	MOBQ			mobilizable	other	5658.0	99.59299999999999	100.0	0.978042876901798	LM997290.1	enterobacteria	Escherichia coli genome assembly FHI90, scaffold scaffold-7_contig-24.0_1_5784_[organism:Escherichia	False	True
ISR0002_000000006303	3287	0.9933203214084398	3	3	3	2	2	True	109336	backbone	False	ISR0013_000000006661	0.943590850565607	PS687	0	0	False	True	0.9996957778930664	0	rep_cluster_1188				non-mobilizable	plasmid	2882.0	100.0	100.0	0.823378108030866	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
DEN0078_000000024721	1399	0.9933194794154059	3	1	1	1	1	False	69712	fragment	False	DEN0078_000000024721	0.9697535474234503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000003134	7864	0.993319045446736	6	6	5	5	6	False	90359	maximal	True	ENG0095_000000003134	1.0		3	2	False	False	1.0	0					non-mobilizable	other	7864.0	99.631	100.0	0.0015955497493751118	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
AST0025_000000006479	4932	0.9933160791302426	7	5	4	4	3	False	125062	maximal	True	AST0025_000000006479	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	3769.0	99.54899999999999	76.0	0.01362344621125019	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
FIJ0004_000000006017	4429	0.9933126187355358	7	3	0	2	1	True	54739	maximal	True	FIJ0004_000000006017	0.9996642793196061		3	1	True	True	0.9993226528167725	4					non-mobilizable	no_good_hit	210.0	81.429	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0055_000000003842	3202	0.9933040788611008	5	4	1	4	1	False	35676	maximal	True	ISR0055_000000003842	1.0		1	1	False	False	0.9984384775161743	0					non-mobilizable	no_good_hit	1606.0	81.258	50.0	0.044460620992804546	NZ_QRYH01000025.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf25, whole genome shotgun sequence	True	False
MAD0062_000000001477	7835	0.9933026094322563	18	6	2	6	4	False	16782	maximal	True	MAD0062_000000001477	1.0		1	1	False	False	0.9998723864555359	0					non-mobilizable	no_good_hit	286.0	72.378	4.0	0.001092717678305471	NZ_NPOA01000007.1	firmicutes	Virgibacillus profundi strain P3-H5 NODE_7_length_257157_cov_109.592, whole genome shotgun sequence	True	False
CAN0006_000000027822	1625	0.9933017343570472	4	3	2	3	3	False	113007	fragment	False	CHI0118_000000004747	0.6123545980856883		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	100.0	100.0	0.033699238447012926	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CHI0141_000000002957	9313	0.9933011120029741	9	5	4	3	4	False	98787	maximal	True	CHI0141_000000002957	1.0		1	1	False	False	1.0	0					non-mobilizable	other	5948.0	97.10799999999999	97.0	0.0018715246157079324	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0033_000000026410	2402	0.993298341696638	5	2	1	2	1	False	12316	maximal	True	MON0033_000000026410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0107_000000004959	2765	0.9932928049109716	4	4	2	3	3	False	113771	fragment	False	CHI0064_000000006064	0.9578680203045685		0	0	False	False	0.9884267449378967	0					non-mobilizable	no_good_hit	573.0	80.279	21.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
USA0017_01_000000004267	6158	0.993292494766472	6	6	4	6	3	True	119531	fragment	False	ISR0109_000000003892	0.9477333730987175		0	0	False	False	0.9998376369476318	0					non-mobilizable	other	5053.0	98.555	100.0	0.0279043375223218	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
MON0075_000000012878	1928	0.9932917636128152	3	2	2	2	2	False	10345	fragment	False	MON0076_000000022641	0.9195538680588515		0	0	False	False	0.9989626407623291	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000001487	12301	0.9932904729420134	18	10	4	8	8	False	100968	fragment	False	ISR0039_000000001661	0.9605057044106844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1533.0	84.99700000000001	12.0	0.09041374767977965	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
SPA0079_000000001412	12298	0.9932904729420134	18	10	4	8	8	False	100968	fragment	False	ISR0039_000000001661	0.9605433324995053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1533.0	85.06200000000001	12.0	0.09041374767977965	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
FIJ0101_000000012874	2164	0.9932881582632817	4	1	1	1	1	False	42693	fragment	False	FIJ0101_000000012874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0010_000000000910	17777	0.9932874392430378	26	18	14	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6685775270639503		0	0	False	True	1.0	0					non-mobilizable	other	17777.0	99.977	100.0	0.17739102666453777	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0011_000000001771	17647	0.9932874392430378	27	18	14	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6680905564158167		0	0	False	True	1.0	0					non-mobilizable	other	17647.0	99.921	100.0	0.17606378732236946	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0833_000000000442	17366	0.9932874392430378	26	18	14	14	12	False	123927	fragment	False	SPA0145_000000000420	0.6657063118246809		0	0	False	True	1.0	0					non-mobilizable	other	17366.0	99.965	100.0	0.17328955771994253	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0140_000000006699	4142	0.9932857232326271	4	4	1	3	4	False	105623	maximal	True	AST0140_000000006699	1.0		1	1	False	False	1.0	0	rep_cluster_1152,rep_cluster_1571	MOBQ			mobilizable	no_good_hit	2735.0	92.834	69.0	0.739961759082218	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	True	True
ISR0117_000000010912	2463	0.9932853170625692	5	4	2	2	4	False	61371	fragment	False	ISR0117_000000010912	1.0		0	0	False	False	0.9971579313278198	0					non-mobilizable	no_good_hit	1432.0	93.645	58.0	0.22875182127246235	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0063_000000005593	3623	0.9932852175715872	4	2	2	2	2	False	69890	fragment	False	ISR0063_000000005593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0089_000000012115	3220	0.9932836131093772	7	3	1	3	2	False	5428	maximal	True	SPA0089_000000012115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0064_000000001522	12025	0.9932805350794734	8	8	3	7	8	True	103536	fragment	False	SPA0064_000000001522	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_Unknown		conjugative	plasmid	10203.0	99.98	100.0	0.1042364914575329	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
SPA0063_000000001233	12011	0.9932805350794734	8	8	3	7	8	True	103536	fragment	False	SPA0064_000000001522	0.9994178794178794		0	0	False	False	1.0	0	IncFIA,IncFIC	MOBF	MPF_Unknown		conjugative	plasmid	10192.0	99.98	100.0	0.10412409057467506	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
FIJ0116_000000003949	4983	0.9932757822326512	4	3	1	3	0	True	97551	maximal	True	FIJ0116_000000003949	1.0	PS536|PS537	1	1	False	True	0.999197244644165	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.699296616711842e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ISR0269_000000003937	3820	0.9932757822326512	4	3	1	3	0	True	70480	maximal	True	ISR0269_000000003937	1.0		1	1	True	True	1.0	48					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.699296616711842e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ISR0171_000000006815	3682	0.9932757822326512	5	3	1	3	0	True	132120	maximal	False	ISR0387_000000006522	0.9775000592058544		0	0	True	True	0.9983704686164856	75					non-mobilizable	no_good_hit								True	True
FIJ0128_000000007000	3618	0.9932757822326512	4	3	1	3	0	True	97549	backbone	False	FIJ0071_000000009852	0.96241171348431	PS536	0	0	True	True	0.999447226524353	5					non-mobilizable	no_good_hit								True	True
ISR0311_000000005234	3509	0.9932757822326512	4	3	1	3	0	True	100129	backbone	False	SPA0045_000000007841	0.9499699104168254	PS570	0	0	True	True	1.0	198					non-mobilizable	no_good_hit	904.0	88.60600000000001	52.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0085_000000009027	1896	0.9932755237869328	3	1	1	1	1	False	61476	maximal	True	ENG0085_000000009027	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	89.93700000000001	31.0	0.001883223717951348	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0100_000000001403	16031	0.9932741270456236	19	14	5	11	7	True	67462	fragment	False	MON0100_000000001403	1.0		0	0	False	False	0.9911421537399292	0					non-mobilizable	no_good_hit	63.0	90.476	0.0	9.862293746828557e-05	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
DEN0068_000000001217	1791	0.9932740958879582	3	2	0	2	0	True	70777	maximal	True	DEN0068_000000001217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	96.07	44.0	0.19869565217391305	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
ISR0789_000000002868	4764	0.9932740588200945	4	3	3	3	3	True	83549	fragment	False	ISR0789_000000002868	1.0		0	0	False	False	1.0	0	rep_cluster_1018	MOBV			mobilizable	plasmid	3148.0	99.46	98.0	0.677537796976242	U32369.1	firmicutes	Bacillus cereus plasmid pBC16, complete sequence	False	True
MON0044_000000006197	6213	0.9932737565909594	10	6	5	4	4	True	100587	fragment	False	MAD0105_000000004261	0.9744203948041653		0	0	False	False	0.9998390674591064	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	9.119479207587407e-05	NZ_VRKO01000014.1	enterobacteria	Erwinia rhapontici strain H1 Contig_4, whole genome shotgun sequence	True	True
MON0072_000000002728	6615	0.9932735638051408	10	9	7	7	9	True	125085	fragment	False	MON0072_000000002728	1.0		0	0	False	False	0.9998488426208496	0					non-mobilizable	no_good_hit	3009.0	82.419	45.0	0.011430654413598603	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
AST0002_000000000996	22422	0.9932700514639006	32	14	8	12	7	True	132589	fragment	False	SPA0046_000000000570	0.6133809447995785		0	0	False	False	1.0	0					non-mobilizable	other	12968.0	97.74799999999999	96.0	0.07467139746794613	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0039_000000008980	2762	0.9932693348907148	4	3	3	3	2	False	64947	fragment	False	ENG0039_000000008980	1.0		0	0	False	False	0.9963794350624084	0					non-mobilizable	no_good_hit	1184.0	98.14200000000001	60.0	0.01757539741494577	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
ENG0064_000000009667	2303	0.9932693348907148	3	3	3	3	2	False	62962	fragment	False	ENG0064_000000009667	0.9781021897810219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	98.005	72.0	0.01785767345119596	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
USA0001_01_000000000400	26358	0.993263165795714	32	8	3	8	4	True	97473	fragment	False	USA0020_01_000000000809	0.9386347947838413		0	0	False	False	1.0	0					non-mobilizable	other	26017.0	99.87299999999999	99.0	0.028543998244459075	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
USA0045_01_000000000633	22999	0.993263165795714	26	8	3	8	4	True	97472	fragment	False	USA0045_01_000000000633	0.9539338175458812		0	0	False	False	1.0	0					non-mobilizable	other	22885.0	99.85600000000001	99.0	0.02510752688172043	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0397_000000006223	3210	0.9932617963094708	4	4	3	3	2	False	95720	fragment	False	SPA0047_000000012177	0.9703909919937767		0	0	False	False	1.0	0					non-mobilizable	chromosome	3214.0	99.28399999999999	100.0	0.0008061942212961736	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CAN0020_000000020450	1767	0.9932614849234688	5	3	2	3	2	False	113007	fragment	False	CHI0118_000000004747	0.7061391727886008		0	0	False	False	0.994340717792511	0					non-mobilizable	other	1767.0	99.83	100.0	0.0366458467348675	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
MAD0096_000000011881	1609	0.9932591658208376	3	2	2	2	1	False	15482	maximal	True	MAD0096_000000011881	1.0		1	1	False	False	0.998135507106781	0					non-mobilizable	no_good_hit	798.0	96.617	50.0	0.01343990826461611	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0104_000000002000	5004	0.9932585556683644	8	4	2	2	4	True	18057	fragment	False	MAD0104_000000002000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2789.0	84.18799999999999	82.0	0.020596049525247368	CP047878.1	enterobacteria	Escherichia coli strain LD22-1 plasmid pLD22-1-135kb, complete sequence	True	True
FIJ0126_000000004678	7082	0.9932585336146064	18	4	2	4	4	False	41167	maximal	True	FIJ0126_000000004678	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	81.528	8.0	0.00016496494124789907	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0043_000000007301	3249	0.9932580108637551	4	3	2	2	3	True	18056	fragment	False	MAD0043_000000007301	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2790.0	84.229	94.0	0.00043456136462258405	CP050211.1	enterobacteria	Escherichia coli strain RM-065-CS chromosome	False	True
ISR0029_000000003311	12593	0.9932566710823231	16	13	3	10	10	False	37160	maximal	True	ISR0029_000000003311	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	8129.0	99.779	70.0	0.0020394480643309365	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0011_000000024270	1872	0.9932543025575924	3	2	1	1	2	False	75655	fragment	False	DEN0011_000000024270	0.973463687150838		0	0	False	False	0.999465823173523	0					non-mobilizable	no_good_hit								True	False
MAD0092_000000000365	24444	0.9932532023322382	31	9	5	7	4	False	51980	maximal	True	MAD0092_000000000365	1.0		1	1	False	False	0.9999591112136841	0					non-mobilizable	no_good_hit	6721.0	89.749	45.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0156_000000004937	1641	0.9932530764016964	4	3	2	2	2	False	50611	fragment	False	FIJ0137_000000005760	0.6363636363636364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	90.637	49.0	0.013256254360609987	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0070_000000006131	3493	0.9932509220722444	5	4	4	4	4	False	103703	fragment	False	AST0151_000000004398	0.9652034261241971		0	0	False	False	0.9979959726333618	0					non-mobilizable	no_good_hit								True	False
ENG0028_000000002063	6708	0.9932497980400196	10	8	4	6	6	True	124115	fragment	False	ENG0028_000000002063	0.7232092995836362		0	0	False	False	0.9998509287834167	0					non-mobilizable	other	6706.0	98.196	99.0	0.0018837573075338489	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0396_000000010297	2227	0.9932470001223244	4	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.5973311833455344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1644.0	99.574	74.0	0.002077821562805097	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
SPA0097_000000017715	1859	0.9932402400948084	3	2	2	1	2	False	101010	fragment	False	SPA0097_000000017715	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1840.0	99.67399999999999	99.0	0.0310112814286437	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
DEN0085_000000009632	3353	0.9932400289556551	7	3	2	3	1	False	69001	fragment	False	DEN0085_000000009632	1.0		0	0	False	False	0.993140459060669	0					non-mobilizable	no_good_hit	117.0	88.03399999999999	3.0	0.0006380743356601044	NZ_BFBT01000003.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0139_000000003517	5043	0.9932385464573888	8	4	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9785401551884838	PS607|PS904	0	0	True	True	1.0	146		MOBP			mobilizable	plasmid	4572.0	98.556	99.0	0.9191146881287726	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0136_000000009700	1196	0.993236849843718	2	2	2	1	1	False	62914	fragment	False	ENG0069_000000013366	0.7337173057261202		0	0	False	False	0.9816053509712219	0					non-mobilizable	chromosome	1078.0	94.712	99.0	0.00024344706564835203	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0135_000000008237	2316	0.9932320796926264	5	5	2	2	5	False	31423	maximal	True	ISR0135_000000008237	1.0		1	1	False	False	0.9987046718597412	0					non-mobilizable	no_good_hit	657.0	82.344	28.0	0.04593490207129773	CP003724.1	fusobacteria	Fusobacterium nucleatum subsp. animalis 4_8 plasmid unnamed, complete sequence	True	False
CHI0043_000000001895	4021	0.993229748553087	5	5	3	4	4	False	90355	fragment	False	CHI0043_000000001895	0.9823513093652907		0	0	False	False	1.0	0					non-mobilizable	chromosome	4021.0	99.975	100.0	0.0007950049954791507	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
TAN0027_000000000800	6623	0.9932256531103256	11	1	1	1	1	False	2318	maximal	True	TAN0027_000000000800	1.0		1	1	False	False	0.9981881380081177	0					non-mobilizable	no_good_hit								True	False
SPA0143_000000018169	1167	0.9932247743289248	3	1	1	1	1	False	3395	maximal	True	SPA0143_000000018169	1.0		0	0	False	False	0.9837189316749573	0					non-mobilizable	no_good_hit	84.0	100.0	7.0	2.926530337365481e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0325_000000004875	3767	0.9932230048421036	5	3	2	3	3	False	31181	maximal	True	ISR0325_000000004875	0.9780490500689025		2	1	True	True	1.0	47	rep_cluster_1186	MOBQ			mobilizable	no_good_hit	2810.0	92.206	78.0	0.756077574433215	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	True	True
SPA0099_000000001274	6366	0.9932222892068816	6	2	1	2	2	False	5013	maximal	True	SPA0099_000000001274	1.0		1	1	True	True	0.9998429417610168	42					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.5902402864431675e-06	CP050235.1	eudicots	Morus alba cultivar Heyebai chromosome 12	True	True
ISR0056_000000005350	3760	0.9932214414281276	5	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9956485236507217	PS772	0	0	True	True	1.0	65	rep_cluster_1571	MOBQ			mobilizable	plasmid	2726.0	99.89	100.0	0.7443321496858781	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ENG0006_000000006614	3741	0.9932214414281276	5	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9954629408718633	PS772	0	0	True	True	1.0	17	rep_cluster_1571	MOBQ			mobilizable	plasmid	2551.0	99.13799999999999	100.0	0.6959847036328872	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
CAN0009_000000005890	3740	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9967008905081335	PS772	0	0	True	True	1.0	69	rep_cluster_1571	MOBQ			mobilizable	plasmid	3097.0	99.677	100.0	0.8453974323955203	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ENG0066_000000004795	3740	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9969572726774364	PS772	0	0	True	True	1.0	252	rep_cluster_1571	MOBQ			mobilizable	plasmid	2523.0	99.366	100.0	0.6886096694892107	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ENG0007_000000007055	3720	0.9932214414281276	4	3	1	3	3	False	116344	backbone	True	ENG0007_000000007055	0.9971736986353009	PS772	16	4	True	True	1.0	67	rep_cluster_1571	MOBQ			mobilizable	plasmid	3662.0	99.59	99.0	0.9997268505872713	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ENG0176_000000002071	3720	0.9932214414281276	5	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9969273158364291	PS772	0	0	True	True	1.0	166	rep_cluster_1571	MOBQ			mobilizable	plasmid	3641.0	99.561	100.0	0.9939907129199672	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0363_000000005001	3688	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9906647577408187	PS772	0	0	True	True	1.0	5	rep_cluster_1571	MOBQ			mobilizable	plasmid	3645.0	99.15	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0164_000000006679	3680	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9959171832802768	PS772	0	0	True	True	1.0	10	rep_cluster_1571	MOBQ			mobilizable	plasmid	3637.0	99.56	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0161_000000008031	3680	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9959712285470392	PS772	0	0	True	True	1.0	7	rep_cluster_1571	MOBQ			mobilizable	plasmid	3637.0	99.53299999999999	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0185_000000008575	3679	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9963425347977848	PS772	0	0	True	True	1.0	6	rep_cluster_1571	MOBQ			mobilizable	plasmid	3636.0	99.615	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
MON0020_000000004720	3679	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9959975731794425	PS772	0	0	True	True	1.0	14	rep_cluster_1571	MOBQ			mobilizable	plasmid	3636.0	99.615	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ENG0103_000000005245	3679	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9961150443797788	PS772	0	0	True	True	1.0	16	rep_cluster_1571	MOBQ			mobilizable	plasmid	3636.0	99.587	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ENG0203_000000004181	3679	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9960594839728543	PS772	0	0	True	True	1.0	24	rep_cluster_1571	MOBQ			mobilizable	plasmid	3636.0	99.56	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0191_000000002518	3679	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9884491411443761	PS772	0	0	True	True	1.0	11	rep_cluster_1571	MOBQ			mobilizable	plasmid	3636.0	98.955	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0779_000000008912	3679	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9959595529031121	PS772	0	0	True	True	1.0	33	rep_cluster_1571	MOBQ			mobilizable	plasmid	3636.0	99.505	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0160_000000007390	3679	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9963437848891036	PS772	0	0	True	True	1.0	20	rep_cluster_1571	MOBQ			mobilizable	plasmid	3636.0	99.615	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0002_000000005653	3678	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.987122741211586	PS772	0	0	True	True	0.9997280836105347	13	rep_cluster_1571	MOBQ			mobilizable	plasmid	3635.0	98.87200000000001	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ENG0011_000000007008	3678	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9959309943765438	PS772	0	0	True	True	1.0	23	rep_cluster_1571	MOBQ			mobilizable	plasmid	3636.0	99.53200000000001	100.0	0.9926249658563234	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
AST0040_000000005218	3675	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9857919252190298	PS772	0	0	True	True	1.0	74	rep_cluster_1571	MOBQ			mobilizable	plasmid	3587.0	99.331	100.0	0.9759628516798688	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0272_000000003105	3492	0.9932214414281276	4	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9511864439054931	PS772	0	0	True	True	1.0	1	rep_cluster_1571	MOBQ			mobilizable	plasmid	3451.0	99.71	100.0	0.9420923245015024	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
FIJ0042_000000004476	5181	0.9932192884934768	4	4	1	4	4	False	112903	maximal	True	FIJ0042_000000004476	0.9673387757361971		13	3	True	True	1.0	15	rep_cluster_2358,rep_cluster_2373	MOBP,MOBP			mobilizable	plasmid	4888.0	99.816	100.0	0.957851401685944	CP057279.1	enterobacteria	Escherichia coli strain RHB31-C01 plasmid pRHB31-C01_4, complete sequence	False	True
CHI0171_000000001303	4804	0.9932192884934768	4	4	1	4	4	False	112903	maximal	False	FIJ0042_000000004476	0.7590309030778313		0	0	False	True	0.9995836615562439	0	rep_cluster_2374	MOBP,MOBP			mobilizable	plasmid	3528.0	99.887	100.0	0.6914330523426779	CP057261.1	enterobacteria	Escherichia coli strain RHB31-C15 plasmid pRHB31-C15_3, complete sequence	False	True
ENG0039_000000002302	8480	0.9932182207039524	9	3	3	2	3	False	66782	fragment	False	ENG0039_000000002302	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3808.0	97.374	79.0	0.1318624225000866	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
SPA0142_000000021966	1202	0.9932166220775382	2	1	1	1	1	False	3423	maximal	True	SPA0142_000000021966	1.0		6	2	False	False	0.9808652400970459	0					non-mobilizable	no_good_hit	857.0	99.3	71.0	0.023479071808656535	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	True	False
MON0108_000000006533	3248	0.9932145020261984	5	4	2	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.32923940044468697		0	0	False	False	1.0	0					non-mobilizable	other	3248.0	98.06	100.0	0.000926736710875271	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0018_000000004205	3864	0.9932140755526464	5	5	2	2	4	False	89585	maximal	True	CHI0018_000000004205	1.0		1	1	False	False	0.9940476417541504	0					non-mobilizable	chromosome	2275.0	99.824	99.0	0.0005177386976890959	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
FIJ0144_000000014368	2187	0.9932140527423448	4	1	1	1	1	False	40088	fragment	False	FIJ0144_000000014368	1.0		0	0	False	False	0.999542772769928	0					non-mobilizable	no_good_hit								True	False
ISR0117_000000006461	4186	0.9932140195825958	6	5	2	1	4	False	87419	fragment	False	ISR0117_000000006461	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3938.0	99.898	100.0	0.02450181103048257	CP025740.1	enterobacteria	Escherichia coli strain Ec40 plasmid unnamed	False	True
FIJ0017_000000001608	15219	0.9932113789445772	16	8	4	7	5	False	50181	maximal	True	FIJ0017_000000001608	1.0		1	1	False	False	0.9989486932754517	0					non-mobilizable	no_good_hit	1994.0	84.45299999999999	16.0	0.04815781131891444	NZ_SMUS01000037.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00037, whole genome shotgun sequence	True	False
ISR0126_000000014094	3464	0.9932101369687049	4	1	1	1	1	True	126338	fragment	False	ISR0126_000000014094	0.9820900406485482		0	0	False	False	0.9994226098060608	0					non-mobilizable	no_good_hit	235.0	89.787	7.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0320_000000006077	3463	0.9932101369687049	4	1	1	1	1	True	126338	fragment	False	ISR0126_000000014094	0.9820539760387738		0	0	False	False	0.9997112154960632	0					non-mobilizable	no_good_hit	235.0	89.787	7.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0225_000000004447	3460	0.9932101369687049	4	1	1	1	1	True	126338	fragment	False	ISR0126_000000014094	0.9798752666245059		0	0	False	False	0.9997109770774841	0					non-mobilizable	no_good_hit	238.0	88.655	7.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0010_000000006104	3296	0.9932101369687049	4	1	1	1	1	True	126338	fragment	False	ISR0126_000000014094	0.9699255848412439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	89.787	7.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0812_000000012136	3259	0.9932101369687049	4	1	1	1	1	True	126338	fragment	False	ISR0126_000000014094	0.9639175539043836		0	0	False	False	0.9996931552886963	0					non-mobilizable	no_good_hit	161.0	90.68299999999999	5.0	4.326172886306284e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0010_000000008848	3188	0.9932101369687049	5	1	1	1	1	True	126338	fragment	False	ISR0126_000000014094	0.7247911620857423		0	0	False	False	0.9978042840957642	0					non-mobilizable	no_good_hit	64.0	92.18799999999999	2.0	1.703430573983099e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0072_000000008848	3099	0.9932101369687049	5	1	1	1	1	True	126338	fragment	False	ISR0126_000000014094	0.6046137946952956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	92.18799999999999	2.0	1.703430573983099e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0383_000000004391	2976	0.9932101369687049	4	1	1	1	1	True	126338	fragment	False	ISR0126_000000014094	0.5795800590779612		0	0	False	False	0.9939516186714172	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	1.6253220417057638e-05	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	True
ISR0244_000000007770	2959	0.9932101369687049	4	1	1	1	1	True	80451	fragment	False	ISR0244_000000007770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	3.0	0.00027489991924814874	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0053_000000003791	2463	0.9932101369687049	4	1	1	1	1	True	118708	fragment	False	AST0053_000000003791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	92.18799999999999	3.0	1.703430573983099e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0040_000000008950	2224	0.9932101369687049	2	1	1	1	1	True	118711	fragment	False	AST0040_000000008950	1.0		0	0	False	False	0.9851618409156799	0					non-mobilizable	no_good_hit	235.0	89.787	11.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0357_000000011582	2193	0.9932101369687049	2	1	1	1	1	True	118707	fragment	False	ISR0357_000000011582	0.9947368421052631		0	0	False	False	0.99589604139328	0					non-mobilizable	no_good_hit	235.0	89.36200000000001	11.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0077_000000017247	1995	0.9932101369687049	2	1	1	1	1	True	118707	fragment	False	ISR0357_000000011582	0.9500683994528043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	89.787	12.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0037_000000011439	1986	0.9932101369687049	3	1	1	1	1	True	80450	fragment	False	ISR0037_000000011439	1.0		0	0	False	False	0.9853977560997009	0					non-mobilizable	no_good_hit								True	True
ISR0271_000000008949	1958	0.9932101369687049	3	1	1	1	1	True	115104	fragment	False	ISR0271_000000008949	1.0		0	0	False	False	0.9897854924201965	0					non-mobilizable	no_good_hit	113.0	92.035	6.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0120_000000022113	1837	0.9932101369687049	3	1	1	1	1	True	115103	fragment	False	SPA0120_000000022113	1.0		0	0	False	False	0.9994556307792664	0					non-mobilizable	no_good_hit	238.0	86.975	19.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0056_000000012084	1813	0.9932101369687049	3	1	1	1	1	True	118706	fragment	False	ISR0056_000000012084	1.0		0	0	False	False	0.9939327239990234	0					non-mobilizable	no_good_hit	50.0	92.0	3.0	0.00018330914151465724	NZ_QJKD01000009.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_109, whole genome shotgun sequence	True	True
ISR0842_000000012621	1792	0.9932101369687049	3	1	1	1	1	True	24452	fragment	False	ISR0842_000000012621	1.0		0	0	False	False	0.9910714030265808	0					non-mobilizable	no_good_hit	117.0	92.30799999999999	6.0	3.109436762032642e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0192_000000010721	1675	0.9932101369687049	2	1	1	1	1	True	115105	fragment	False	ISR0192_000000010721	0.7981373664279744		0	0	False	False	0.9970149397850037	0					non-mobilizable	no_good_hit	126.0	88.095	8.0	3.3798225674267845e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0286_000000012986	1539	0.9932101369687049	2	1	1	1	1	True	118705	fragment	False	ISR0286_000000012986	0.9960644728792789		0	0	False	False	0.9948018193244934	0					non-mobilizable	no_good_hit								True	True
ISR0201_000000019472	1528	0.9932101369687049	2	1	1	1	1	True	115105	fragment	False	ISR0192_000000010721	0.7729963973237262		0	0	False	False	0.9921466112136841	0					non-mobilizable	no_good_hit								True	True
FIJ0017_000000019514	1502	0.9932101369687049	3	1	1	1	1	True	50112	fragment	False	FIJ0017_000000019514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0067_000000018002	1478	0.9932101369687049	2	1	1	1	1	True	115105	fragment	False	ISR0192_000000010721	0.5773793103448276		0	0	False	False	0.9932340979576111	0					non-mobilizable	no_good_hit	127.0	88.189	9.0	3.406861147966198e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0380_000000008284	1450	0.9932101369687049	2	1	1	1	1	True	115105	fragment	False	ISR0192_000000010721	0.7507973514349124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0059_000000010797	1427	0.9932101369687049	2	1	1	1	1	True	115102	fragment	False	AST0059_000000010797	0.9836059595954838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	93.939	5.0	1.7304691545225136e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0207_000000021371	1418	0.9932101369687049	3	1	1	1	1	True	115102	fragment	False	AST0059_000000010797	0.9758374786760025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	93.243	5.0	1.9467777988378278e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0028_000000011367	1416	0.9932101369687049	3	1	1	1	1	True	118705	fragment	False	ISR0286_000000012986	0.954640126159627		0	0	False	False	0.9992938041687012	0					non-mobilizable	no_good_hit								True	True
AST0047_000000016335	1413	0.9932101369687049	2	1	1	1	1	True	115102	fragment	False	AST0059_000000010797	0.979669189091512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	94.444	4.0	1.4060061880495422e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0110_000000021311	1410	0.9932101369687049	2	1	1	1	1	True	118705	fragment	False	ISR0286_000000012986	0.9475696855711558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0024_000000009306	1374	0.9932101369687049	3	1	1	1	1	True	115102	fragment	False	AST0059_000000010797	0.9556984332462475		0	0	False	False	0.9992722272872925	0					non-mobilizable	no_good_hit								True	True
ISR0090_000000023018	1360	0.9932101369687049	2	1	1	1	1	True	115102	fragment	False	AST0059_000000010797	0.5677792302913989		0	0	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit	78.0	100.0	6.0	0.00031440120860724347	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0048_000000011883	1349	0.9932101369687049	2	1	1	1	1	True	114877	fragment	False	AST0048_000000011883	1.0		0	0	False	False	0.9940696954727173	0					non-mobilizable	no_good_hit	113.0	91.15	8.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0296_000000019662	1314	0.9932101369687049	2	1	1	1	1	True	115105	fragment	False	ISR0192_000000010721	0.3753103448275862		0	0	False	False	0.9954338073730469	0					non-mobilizable	no_good_hit								True	True
ISR0098_000000013535	1295	0.9932101369687049	1	1	1	1	1	True	33237	fragment	False	ISR0098_000000013535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	96.491	9.0	0.0003410661972946142	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	True
AST0148_000000026340	1279	0.9932101369687049	2	1	1	1	1	True	118705	fragment	False	ISR0286_000000012986	0.6992186560884721		0	0	False	False	0.9976544380187988	0					non-mobilizable	no_good_hit								True	True
SPA0032_000000023343	1279	0.9932101369687049	2	1	1	1	1	True	24451	fragment	False	SPA0032_000000023343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	7.841188356430139e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0009_000000030597	1229	0.9932101369687049	2	1	1	1	1	True	24450	fragment	False	SPA0009_000000030597	0.9979423868312758		0	0	False	False	0.9926769733428955	0					non-mobilizable	no_good_hit	78.0	93.59	6.0	2.0549321209954847e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0336_000000013084	1215	0.9932101369687049	2	1	1	1	1	True	24450	fragment	False	SPA0009_000000030597	0.9922701383238406		0	0	False	False	0.9991769790649414	0					non-mobilizable	no_good_hit	59.0	93.22	5.0	1.5411990907466136e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0330_000000027573	1182	0.9932101369687049	1	1	1	1	1	True	24634	fragment	False	ISR0330_000000027573	1.0		0	0	False	False	0.9636209607124329	0					non-mobilizable	no_good_hit								True	True
CHI0137_000000015265	1168	0.9932101369687049	2	1	1	1	1	True	80449	fragment	False	CHI0137_000000015265	1.0		0	0	False	False	0.9991438388824463	0					non-mobilizable	no_good_hit								True	True
FIJ0058_000000035219	1228	0.9932018400291326	2	1	1	1	1	False	45950	fragment	False	FIJ0058_000000035219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	90.141	52.0	0.5343959731543624	MK231658.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.I12_2-CL12_c17 sequence	True	False
DEN0065_000000010600	3134	0.9932008963199972	4	4	4	3	3	False	125036	fragment	False	ISR0806_000000002243	0.20627105709406074		0	0	False	False	1.0	0					non-mobilizable	other	3134.0	99.936	100.0	0.01132756289274067	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0138_000000013484	1963	0.9932002752626448	3	2	2	2	2	False	6334	fragment	False	SPA0138_000000013484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	89.837	12.0	9.679805575329004e-05	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
SPA0139_000000014334	1950	0.9932002752626448	2	2	2	2	2	False	6334	fragment	False	SPA0138_000000013484	0.9966887417218543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	89.837	12.0	9.679805575329004e-05	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
FIJ0090_000000003085	10244	0.9931981410560996	8	5	4	5	3	True	51343	fragment	False	FIJ0090_000000003085	0.9998973305954825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	1.0	0.002535383035399082	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
FIJ0107_000000002523	10227	0.9931981410560996	8	5	4	5	3	True	51343	fragment	False	FIJ0090_000000003085	0.9993441612605873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.00250328957925479	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
AST0026_000000002728	10351	0.9931972636527228	13	6	4	5	4	True	119599	fragment	False	ISR0028_000000001134	0.9647613008424676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	86.755	18.0	0.14105461393596988	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ENG0008_000000018840	1388	0.9931968225592586	2	2	2	1	1	False	67396	fragment	False	ENG0008_000000018840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	98.305	76.0	0.021954306820775663	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
ENG0099_000000009158	1806	0.9931967035083356	3	2	2	2	1	False	60655	fragment	False	ENG0099_000000009158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	86.939	42.0	0.0038923510417309395	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	False
MAD0061_000000005615	2917	0.9931935055975748	3	3	3	3	3	False	98269	fragment	False	MON0037_000000021332	0.9501787737836117		0	0	False	False	1.0	0					non-mobilizable	plasmid	2917.0	100.0	100.0	0.03081931174431386	CP051713.1	enterobacteria	Escherichia coli strain SCU-123 plasmid pSCU-123-2, complete sequence	False	True
ISR0773_000000000654	11501	0.9931915910938413	8	6	6	6	5	True	100285	fragment	False	ISR0773_000000000654	0.9747782067747277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	90.993	15.0	0.0021102340229946963	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
ENG0004_000000009217	2853	0.993187301961162	6	1	1	1	1	False	67808	fragment	False	ENG0004_000000009217	1.0		0	0	False	False	0.9859796762466431	0					non-mobilizable	no_good_hit								True	False
ISR0834_000000005106	3287	0.9931850902370823	4	4	4	2	3	False	97127	maximal	True	ISR0834_000000005106	1.0	PS521	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1835.0	79.837	55.0	0.042066471978862464	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
CHI0063_000000002100	5766	0.9931835592997128	8	7	6	5	6	True	85509	fragment	False	CHI0063_000000002100	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5292.0	99.962	100.0	0.06459055617950095	CP043751.1	enterobacteria	Escherichia coli strain CVM N62675 plasmid pN62675, complete sequence	False	True
FIJ0152_000000001528	13427	0.9931830881100748	20	4	3	4	1	True	105676	fragment	False	FIJ0152_000000001528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0149_000000027286	1474	0.9931814568538518	3	1	1	1	1	False	92738	fragment	False	USA0055_01_000000016461	0.9360159902439428		0	0	False	False	0.985753059387207	0					non-mobilizable	no_good_hit								True	False
MON0080_000000040741	1401	0.9931814568538518	3	1	1	1	1	False	14540	fragment	False	MAD0110_000000017816	0.9388227513227513		0	0	False	False	0.9864382743835449	0					non-mobilizable	no_good_hit								True	False
MON0069_000000043918	1215	0.9931814568538518	3	1	1	1	1	False	10465	fragment	False	MON0069_000000043918	1.0		0	0	False	False	0.9991769790649414	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000017913	1727	0.993179404496727	2	2	2	2	2	False	29753	fragment	False	ISR0177_000000017913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	3.0	0.0010411846367422489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0095_000000003245	7636	0.9931779098326164	11	9	4	5	8	False	61002	maximal	True	ENG0095_000000003245	1.0		1	1	False	False	0.9998690485954285	0					non-mobilizable	chromosome	6892.0	99.985	90.0	0.0014303140650870736	CP058175.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00040 chromosome, complete genome	False	False
MON0024_000000013483	3386	0.9931766246729046	5	4	3	4	3	False	12945	fragment	False	MON0024_000000013483	1.0		0	0	False	False	0.989663302898407	0					non-mobilizable	no_good_hit	425.0	78.58800000000001	13.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ISR0296_000000000439	29642	0.9931724682720378	26	20	16	20	16	True	118458	maximal	True	ISR0296_000000000439	1.0		1	1	False	False	0.9997638463973999	0					non-mobilizable	no_good_hit	9228.0	97.26899999999999	72.0	0.14034447081735743	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0365_000000008728	1881	0.9931690826291164	5	3	1	2	2	False	23652	maximal	True	ISR0365_000000008728	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0007_01_000000002196	9036	0.9931669607616151	6	6	5	6	5	True	106683	fragment	False	USA0007_01_000000002196	0.9377205448763712		0	0	False	False	1.0	0					non-mobilizable	other	9048.0	91.645	100.0	0.8222666909223213	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0005_01_000000003992	8806	0.9931669607616151	7	6	5	6	5	True	106683	fragment	False	USA0007_01_000000002196	0.9335046828812981		0	0	False	False	1.0	0					non-mobilizable	other	8743.0	92.10799999999999	99.0	0.7949790794979079	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0047_000000004495	8686	0.9931669607616151	7	6	5	6	5	True	106683	fragment	False	USA0007_01_000000002196	0.5617013278274714		0	0	False	False	0.999884843826294	0					non-mobilizable	other	8638.0	90.06700000000001	99.0	0.7839730762233946	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0089_000000012918	2199	0.993164412425226	3	3	3	3	2	False	33741	maximal	True	ISR0089_000000012918	1.0		1	1	False	False	0.9677125811576843	0					non-mobilizable	no_good_hit	71.0	83.09899999999999	3.0	2.051071083970557e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
ENG0164_000000004885	3719	0.9931583547807123	5	5	2	4	3	True	128506	backbone	False	ISR0018_000000007251	0.6414102073778027	PS1035	0	0	False	True	0.9994622468948364	0					non-mobilizable	no_good_hit	1914.0	90.073	77.0	0.6361815754339119	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0252_000000003107	2992	0.993156816456024	3	3	3	3	3	False	97141	maximal	True	ISR0252_000000003107	1.0	PS521	0	0	False	True	0.9996657967567444	0					non-mobilizable	no_good_hit	1836.0	79.793	60.0	0.04208964909841005	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
SPA0027_000000003321	8845	0.9931536824092474	15	11	5	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9945840503085076	PS932|PS933	0	0	True	True	1.0	155					non-mobilizable	no_good_hit	2172.0	93.6	46.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
DEN0022_000000003447	8844	0.9931536824092474	15	11	5	7	8	True	125628	backbone	False	ISR0209_000000003071	0.995585101353082	PS932|PS933	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2174.0	93.1	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0013_000000007903	3082	0.99315230238451	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9792565326601116		0	0	False	False	1.0	0					non-mobilizable	other	3082.0	100.0	100.0	0.004916290618038845	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0153_000000006135	2890	0.99315230238451	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9534015922434439		0	0	False	False	1.0	0					non-mobilizable	other	2890.0	99.965	100.0	0.004609920024509648	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0056_000000007689	4282	0.9931500074905499	3	2	1	2	1	False	6382	fragment	False	SPA0056_000000007689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2217.0	97.384	74.0	0.0004948148459665096	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MON0107_000000012166	4430	0.9931479378660923	4	3	2	3	1	True	84508	fragment	False	MON0107_000000012166	0.9963681843073591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	86.78200000000001	8.0	0.016552647945271014	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
MON0102_000000010401	4345	0.9931479378660923	5	3	2	3	1	True	84508	fragment	False	MON0107_000000012166	0.988959018084962		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	87.931	8.0	0.016552647945271014	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
CHI0078_000000004008	4153	0.9931479378660923	5	3	2	3	1	True	84508	fragment	False	MON0107_000000012166	0.9591769337804713		0	0	False	False	0.9997591972351074	0					non-mobilizable	no_good_hit	348.0	88.506	8.0	0.016552647945271014	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
ENG0125_000000003028	7534	0.9931476246552199	7	7	5	5	7	False	127643	maximal	False	ISR0135_000000002602	0.9746280042102455	PS1015|PS542	0	0	True	True	1.0	161	rep_cluster_2131	MOBQ			mobilizable	other	4430.0	99.819	100.0	0.5867002251953901	LM997247.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-8_contig-24.0_1_7549_[organism:Escherichia	False	True
ENG0159_000000007703	2934	0.9931465665147464	5	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.983732666979924	PS125|PS616	0	0	True	True	1.0	1207					non-mobilizable	no_good_hit	1187.0	96.209	69.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
CAN0014_000000016163	2909	0.9931465665147464	5	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.92953692885427	PS125|PS616	0	0	True	True	1.0	9133					non-mobilizable	no_good_hit	790.0	96.58200000000001	65.0	0.26464646464646463	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ISR0002_000000007116	2908	0.9931465665147464	5	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.9211326872854997	PS125|PS616	0	0	True	True	1.0	1763					non-mobilizable	no_good_hit	1008.0	94.24600000000001	65.0	0.33905723905723906	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ISR0384_000000005425	2874	0.9931465665147464	5	3	1	2	2	True	37446	backbone	True	ISR0384_000000005425	0.9988501054149054	PS125|PS126	7	4	True	True	1.0	247					non-mobilizable	no_good_hit	587.0	94.889	57.0	0.19730639730639732	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0124_000000010159	2874	0.9931465665147464	4	3	1	2	2	True	37446	backbone	False	ISR0384_000000005425	0.9986227151916466	PS125|PS126	0	0	True	True	1.0	174					non-mobilizable	no_good_hit	590.0	94.74600000000001	55.0	0.1983164983164983	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
USA0116_01_000000009117	2854	0.9931465665147464	4	3	1	2	2	True	37446	backbone	False	ISR0384_000000005425	0.998731252310364	PS125|PS126	0	0	True	True	1.0	206					non-mobilizable	no_good_hit	590.0	94.915	57.0	0.1983164983164983	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0079_000000008614	2834	0.9931465665147464	4	3	1	2	2	True	37446	backbone	False	ISR0384_000000005425	0.9984955537412308	PS125|PS126	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	590.0	94.74600000000001	55.0	0.1983164983164983	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
USA0111_01_000000008724	2830	0.9931465665147464	4	3	1	2	2	True	37446	backbone	False	ISR0384_000000005425	0.9970624946014093	PS125|PS126	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	590.0	94.915	56.0	0.1983164983164983	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0102_000000005776	6438	0.9931463115879924	12	6	4	4	4	False	122545	fragment	False	SPA0102_000000005776	0.9935822637106184		0	0	False	False	1.0	0					non-mobilizable	plasmid	2877.0	95.064	97.0	0.12471793091477174	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ENG0040_000000020450	1212	0.9931458342972662	2	2	1	2	1	False	113007	fragment	False	CHI0118_000000004747	0.122000512024334		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	99.83	97.0	0.02434064451868606	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0056_000000001383	10803	0.9931450132703776	9	9	6	8	9	False	113270	fragment	False	ISR0056_000000001383	1.0		0	0	False	False	0.9999074339866638	0	IncFIC	MOBF			mobilizable	plasmid	10803.0	100.0	100.0	0.12942571979727058	AP023231.1	enterobacteria	Escherichia coli YJ4 plasmid pYJ4-NDM5 DNA, complete genome	False	True
ISR0374_000000001623	8825	0.9931449062501004	11	4	1	2	3	True	130597	maximal	True	ISR0374_000000001623	1.0	PS1004|PS1005|PS1006|PS1103|PS1104|PS1106|PS879|PS961	0	0	True	True	1.0	8		MOBV			mobilizable	no_good_hit	3086.0	98.574	43.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0089_000000025414	1249	0.9931448410928344	1	1	1	1	1	False	33707	fragment	False	ISR0089_000000025414	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	98.60700000000001	100.0	0.00043276458924229155	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0249_000000006974	2580	0.9931435715500254	5	4	4	4	3	False	118814	fragment	False	AST0028_000000006617	0.9757775071228976		0	0	False	False	1.0	0					non-mobilizable	other	2580.0	99.92200000000001	100.0	0.003261534881603375	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
CHI0038_000000003001	3680	0.9931433524266712	4	4	3	3	4	False	90355	fragment	False	CHI0043_000000001895	0.6421660008877054		0	0	False	False	0.999728262424469	0					non-mobilizable	chromosome	3624.0	99.917	100.0	0.0007289962849962987	LR134228.1	enterobacteria	Escherichia coli strain NCTC9699 genome assembly, chromosome: 1	False	False
ISR0849_000000007903	3406	0.9931400710997452	5	3	2	3	3	False	103614	fragment	False	ISR0849_000000007903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	80.392	4.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0011_000000000202	61083	0.9931326353857316	57	20	16	16	11	True	67867	maximal	True	ISR0011_000000000202	1.0		1	1	False	False	0.9988376498222351	0					non-mobilizable	no_good_hit	2496.0	73.237	5.0	0.0009372096561556563	CP021558.1	high GC Gram+	Bifidobacterium breve strain 215W447a chromosome, complete genome	True	True
FIJ0108_000000001313	12782	0.9931227132482842	8	2	2	1	1	False	42244	maximal	True	FIJ0108_000000001313	1.0		4	2	False	False	0.9985917806625366	0					non-mobilizable	no_good_hit								True	False
MON0075_000000001978	7731	0.9931225281629464	13	7	5	7	5	True	125379	fragment	False	MON0075_000000001978	0.9962244286784655		0	0	False	False	0.9879705309867859	0					non-mobilizable	other	7637.0	98.54700000000001	99.0	0.0021794153139031627	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0839_000000004332	3856	0.9931213696815512	7	3	1	3	1	False	55320	fragment	False	ISR0839_000000004332	1.0		0	0	False	False	0.9997406601905823	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000001986	8300	0.9931209821426552	9	9	7	5	5	True	91119	fragment	False	SPA0150_000000001970	0.6864597085034976		0	0	False	False	1.0	0					non-mobilizable	other	7070.0	99.448	97.0	0.001327027426551659	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
AST0033_000000006854	1918	0.9931199010970728	5	5	4	5	3	True	126017	fragment	False	AST0055_000000017635	0.7867857029753185		0	0	False	False	0.9994786381721497	0					non-mobilizable	other	1918.0	100.0	100.0	0.04305059624065216	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0348_000000002848	4203	0.9931193579787216	4	4	3	4	2	False	24147	fragment	False	ISR0348_000000002848	1.0		0	0	False	False	0.9997620582580566	0					non-mobilizable	no_good_hit	263.0	99.62	6.0	0.0011466083150984683	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0120_000000022136	1604	0.9931186975045628	3	1	1	1	1	False	32257	fragment	False	ISR0120_000000022136	1.0		0	0	False	False	0.9993765354156494	0					non-mobilizable	no_good_hit								True	False
FIJ0099_000000002039	10586	0.9931170517678238	9	9	8	7	9	False	98289	fragment	False	FIJ0099_000000002039	0.9767853282099199		0	0	False	False	0.999716579914093	0					non-mobilizable	plasmid	5559.0	100.0	100.0	0.03307329322646101	CP049102.1	enterobacteria	Escherichia coli strain EC28 plasmid p2, complete sequence	False	True
CHI0153_000000000982	15315	0.993116778637511	17	6	3	5	4	True	79297	fragment	False	FIJ0093_000000001103	0.7432541686648703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0004668600127325458	NZ_FUWX01000016.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	True
ENG0208_000000007920	3815	0.9931153071341244	6	5	3	5	3	False	53854	maximal	True	ENG0208_000000007920	1.0		1	1	False	False	0.9963302612304688	0					non-mobilizable	no_good_hit	429.0	82.51700000000001	11.0	0.0013414430139226004	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
SPA0051_000000003181	7329	0.993113857918794	9	8	5	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.36077708314112167		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5465.0	98.792	98.0	0.17589104607360184	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0083_000000031945	1278	0.9931135962921488	2	2	2	2	1	False	9853	fragment	False	MON0083_000000031945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000017206	2381	0.9931122512223692	3	2	2	2	2	False	95339	maximal	True	CAN0007_000000017206	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000011645	2355	0.9931118170333484	3	3	2	3	2	False	96205	fragment	False	ISR0024_000000009390	0.9441966733992122		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	2.038082246129682e-05	NZ_OAOI01000014.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
AST0031_000000013583	2011	0.9931113307137504	4	4	4	3	4	False	117449	maximal	True	AST0031_000000013583	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2011.0	99.602	100.0	0.031081416258448565	FM179324.1	firmicutes	Lactobacillus rhamnosus Lc 705 plasmid sequence, strain Lc 705	False	True
ISR0019_000000007566	2276	0.9931098351722372	3	3	2	2	2	False	116190	fragment	False	ISR0019_000000007566	0.9761020881670533		0	0	False	False	0.9982425570487976	0					non-mobilizable	chromosome	1753.0	93.49700000000001	94.0	0.0003957146076384458	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0067_000000004512	5634	0.9931086252085052	5	3	2	2	2	False	87854	fragment	False	ISR0067_000000004512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	79.783	5.0	0.0517578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ISR0345_000000001495	4598	0.9931086252085052	4	3	2	2	2	False	87849	fragment	False	ISR0345_000000001495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	79.783	6.0	0.0517578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ISR0109_000000007287	4112	0.9931086252085052	4	3	2	2	2	False	87848	fragment	False	ISR0109_000000007287	1.0		0	0	False	False	0.9995136260986328	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
FIJ0029_000000000176	60667	0.9931079075285846	97	31	17	22	18	True	48904	maximal	True	FIJ0029_000000000176	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	5857.0	92.044	53.0	0.10364016588097685	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0146_000000001025	5866	0.9931047300847994	7	3	3	2	3	False	79718	maximal	True	CHI0146_000000001025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1800.0	83.167	63.0	0.03138624038563783	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0164_000000006063	3927	0.9931014985677312	6	1	1	1	1	False	44697	maximal	True	FIJ0164_000000006063	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	92.37200000000001	24.0	0.00048536228249702716	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
MAD0044_000000005326	4424	0.9930990567235732	9	8	3	2	8	True	50776	maximal	True	MAD0044_000000005326	1.0		3	2	False	False	0.9993218779563904	0					non-mobilizable	plasmid	3992.0	99.925	99.0	0.10096384932581143	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
ISR0395_000000004038	9116	0.9930970954640844	11	5	5	5	3	False	105989	fragment	False	ISR0395_000000004038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	79.985	15.0	0.0055230815042034975	NZ_DS544190.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_23, whole genome shotgun sequence	True	False
ISR0263_000000001677	5714	0.9930970699180848	6	5	4	5	3	True	119529	fragment	False	ISR0263_000000001677	0.9759899659559219		0	0	False	False	1.0	0					non-mobilizable	other	4222.0	98.22399999999999	99.0	0.023476137229704545	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0180_000000002463	8240	0.9930944313898024	9	5	3	5	4	False	29655	maximal	True	ISR0180_000000002463	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2367.0	85.00200000000001	40.0	0.05302162635585798	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0399_000000002831	4651	0.9930935477768726	7	3	1	2	2	True	22593	maximal	True	ISR0399_000000002831	1.0		1	1	False	False	0.9935497641563416	0					non-mobilizable	no_good_hit								True	True
ISR0157_000000005903	4778	0.9930908906507978	5	4	4	4	4	False	109582	maximal	True	ISR0157_000000005903	0.9801051197196807		10	5	False	False	0.9997907280921936	0					non-mobilizable	plasmid	4702.0	99.89399999999999	100.0	0.12557766795779352	CP043527.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_03, complete sequence	False	True
ISR0363_000000003821	4778	0.9930908906507978	5	4	4	4	4	False	109582	maximal	False	ISR0157_000000005903	0.9801051197196807		0	0	False	False	1.0	0					non-mobilizable	plasmid	4702.0	99.89399999999999	100.0	0.12557766795779352	CP043527.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_03, complete sequence	False	True
ENG0129_000000005485	4768	0.9930908906507978	5	4	4	4	4	False	109582	maximal	False	ISR0157_000000005903	0.9792679493555116		0	0	False	False	1.0	0					non-mobilizable	plasmid	4702.0	99.89399999999999	100.0	0.12557766795779352	CP043527.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_03, complete sequence	False	True
ENG0148_000000007928	4755	0.9930908906507978	5	4	4	4	4	False	109582	maximal	False	ISR0157_000000005903	0.977634325868669		0	0	False	False	1.0	0					non-mobilizable	plasmid	4699.0	99.89399999999999	100.0	0.12549752905035394	CP043527.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_03, complete sequence	False	True
ISR0395_000000002506	13378	0.9930899944407224	16	7	6	6	5	True	45604	fragment	False	ISR0395_000000002506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	85.088	2.0	0.005402960917789308	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0131_000000002008	8851	0.993089701794343	17	5	2	5	3	False	83896	fragment	False	SPA0131_000000002008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3196.0	92.772	46.0	0.05136638452237001	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ETH0004_000000010415	2714	0.9930891158979664	6	3	2	3	3	False	52914	maximal	True	ETH0004_000000010415	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	77.393	44.0	0.0003764289523017853	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0109_000000013299	1852	0.9930889051416448	2	2	2	2	2	True	69956	fragment	False	ENG0109_000000013299	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1610.0	100.0	100.0	0.5266775777414076	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ISR0194_000000002802	7265	0.993087505587176	11	10	0	5	8	False	78692	maximal	False	ISR0807_000000001829	0.984519397482349		0	0	True	True	1.0	75	rep_cluster_2350	MOBP		MOBP	mobilizable	other	3899.0	99.48700000000001	99.0	0.536692826655652	MK878523.1	enterobacteria	Escherichia coli 0315J contig 0315J-ColS4 genomic sequence	False	True
MON0076_000000005252	7236	0.993087505587176	11	10	0	5	8	False	78692	maximal	False	ISR0807_000000001829	0.9837393638158466		0	0	True	True	1.0	16	rep_cluster_2350	MOBP		MOBP	mobilizable	other	6985.0	99.12700000000001	100.0	0.9610353848272064	MK878523.1	enterobacteria	Escherichia coli 0315J contig 0315J-ColS4 genomic sequence	False	True
ISR0015_000000003126	7213	0.993087505587176	10	10	0	5	8	False	78692	maximal	False	ISR0807_000000001829	0.9858553342480955		0	0	True	True	0.9972272515296936	14	rep_cluster_2350,rep_cluster_2370	MOBP		MOBP	mobilizable	plasmid	6945.0	99.68299999999999	100.0	0.9730941704035875	CP060059.1	enterobacteria	Escherichia coli strain G8 plasmid pSYM12, complete sequence	False	True
ISR0807_000000001829	7195	0.993087505587176	10	10	0	5	8	False	78692	maximal	True	ISR0807_000000001829	0.9868497959508309		6	4	True	True	1.0	35	rep_cluster_2370	MOBP		MOBP	mobilizable	plasmid	7019.0	99.65799999999999	100.0	0.9834641255605381	CP060059.1	enterobacteria	Escherichia coli strain G8 plasmid pSYM12, complete sequence	False	True
ENG0204_000000002815	6989	0.993087505587176	10	10	0	5	8	False	78692	maximal	False	ISR0807_000000001829	0.9653021166850432		0	0	False	True	0.9989984035491943	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6811.0	99.765	99.0	0.9543161434977578	CP060059.1	enterobacteria	Escherichia coli strain G8 plasmid pSYM12, complete sequence	False	True
FIJ0011_000000006347	6508	0.993087505587176	10	10	0	5	8	False	78692	maximal	False	ISR0807_000000001829	0.6940862390175017		0	0	False	True	1.0	0	ColRNAI_rep_cluster_1857	MOBP			mobilizable	plasmid	6508.0	99.969	100.0	0.9119585027337727	LT985282.1	enterobacteria	Escherichia coli strain 13942-1 genome assembly, plasmid: RCS74_pII	False	True
CAN0015_000000009288	4450	0.993087357214468	4	3	3	3	2	False	93330	maximal	True	CAN0015_000000009288	1.0		2	1	False	False	0.9993258714675903	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000004631	7165	0.9930860754215424	10	9	0	5	7	False	78692	maximal	False	ISR0807_000000001829	0.9588736198133838		0	0	False	True	0.9976273775100708	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6872.0	99.94200000000001	96.0	0.9629889247161082	LT985282.1	enterobacteria	Escherichia coli strain 13942-1 genome assembly, plasmid: RCS74_pII	False	True
SPA0094_000000002171	7214	0.9930860243012531	11	9	0	5	7	False	78692	maximal	False	ISR0807_000000001829	0.9819041611713444		0	0	True	True	1.0	30	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	6868.0	98.515	100.0	0.9618673769802327	LT985282.1	enterobacteria	Escherichia coli strain 13942-1 genome assembly, plasmid: RCS74_pII	False	True
AST0002_000000008030	4269	0.9930859799755024	6	4	1	3	2	True	132263	maximal	True	AST0002_000000008030	1.0		2	2	True	True	1.0	119	Inc11	MOBV			mobilizable	plasmid	3322.0	100.0	100.0	0.7851063829787234	AF295100.1	firmicutes	Streptococcus thermophilus plasmid pSMQ172, complete plasmid sequence	False	True
MAD0041_000000006766	4218	0.9930857778911054	8	2	1	2	1	False	52303	fragment	False	MAD0041_000000006766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	95.652	3.0	1.667209735720287e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0063_01_000000005946	3417	0.9930819438789064	7	4	1	4	4	False	28922	fragment	False	USA0063_01_000000005946	1.0		0	0	False	False	0.9997073411941528	0					non-mobilizable	no_good_hit	1247.0	87.65	36.0	0.07364828453386024	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
USA0080_01_000000011145	3906	0.993076791774158	7	5	3	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.7081458586269921		0	0	False	False	0.9987199306488037	0					non-mobilizable	other	3462.0	98.44	90.0	0.0009878151390019442	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0034_000000001046	10746	0.9930749262157578	19	8	4	7	5	True	19416	maximal	True	MAD0034_000000001046	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	7.6141516622795125e-06	CP003261.1	firmicutes	Clostridium pasteurianum BC1, complete genome	True	True
CHI0164_000000000497	24813	0.9930723961835892	26	18	10	11	10	True	90020	maximal	False	CHI0105_000000000216	0.9782692081109211		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	349.0	74.212	1.0	0.0004259637122982334	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
CHI0118_000000000243	24750	0.9930723961835892	27	18	10	11	10	True	90020	maximal	False	CHI0105_000000000216	0.9839936031186368		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	349.0	74.212	1.0	0.0004259637122982334	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
SPA0110_000000007563	2658	0.9930699928378212	6	3	2	3	3	False	88111	fragment	False	SPA0110_000000007563	1.0		0	0	False	False	0.9924755692481995	0					non-mobilizable	no_good_hit	1544.0	76.425	56.0	0.00046758075645420103	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0111_000000002546	11777	0.9930675381304929	17	8	5	6	6	True	126525	maximal	True	CHI0111_000000002546	1.0	PS624|PS966|PS967	1	1	True	True	1.0	56					non-mobilizable	no_good_hit	3729.0	93.323	62.0	0.45970855648275005	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0019_01_000000011898	2519	0.9930663735016744	2	2	2	2	1	False	116619	fragment	False	CHI0132_000000011972	0.9608294930875576		0	0	False	False	0.9960301518440247	0					non-mobilizable	other	2519.0	99.64299999999999	100.0	0.00048610413980030735	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
SPA0062_000000014591	2258	0.9930663735016744	3	2	2	2	1	False	116618	fragment	False	SPA0062_000000014591	0.9760148511214091		0	0	False	False	1.0	0					non-mobilizable	other	2258.0	99.779	100.0	0.00043571765032934616	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0785_000000017688	2071	0.9930663735016744	2	2	2	2	1	False	116618	fragment	False	SPA0062_000000014591	0.8040976665957329		0	0	False	False	0.9995171427726746	0					non-mobilizable	other	2071.0	99.855	100.0	0.0003996169854593472	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
FIJ0022_000000013592	1898	0.9930663735016744	2	2	2	2	1	False	116618	fragment	False	SPA0062_000000014591	0.46978802273170245		0	0	False	False	0.9994731545448303	0					non-mobilizable	chromosome	1898.0	99.631	100.0	0.0003712334578997384	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0775_000000010430	1896	0.9930663735016744	2	2	2	2	1	False	116618	fragment	False	SPA0062_000000014591	0.6207559309595418		0	0	False	False	0.9857594966888428	0					non-mobilizable	other	1896.0	99.84200000000001	100.0	0.0003658329407949096	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
FIJ0054_000000013284	1886	0.9930591503713698	3	2	2	2	1	True	46323	fragment	False	FIJ0054_000000013284	0.9897463572584997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0044_000000039589	1430	0.9930542420562124	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.9661181326128786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	78.212	37.0	0.00012086069138664628	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0043_000000006927	3402	0.9930541849387112	5	5	2	4	2	True	128506	backbone	False	ISR0018_000000007251	0.752774949594423	PS1035	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	1896.0	93.51299999999999	79.0	0.6318424566088118	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0040_000000011975	3270	0.9930541849387112	5	5	2	4	2	True	128506	backbone	False	ISR0018_000000007251	0.7898937623374199	PS1035	0	0	True	True	1.0	228					non-mobilizable	no_good_hit	1515.0	94.191	75.0	0.5036715620827771	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0086_000000010001	3098	0.9930541849387112	5	5	2	4	2	True	130268	backbone	False	FIJ0135_000000009121	0.5177105995231719	PS1090	0	0	True	True	0.9922530651092529	3					non-mobilizable	other	2509.0	98.605	98.0	0.8371161548731643	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MAD0103_000000006755	2982	0.9930541849387112	5	5	2	4	2	True	128506	backbone	False	ISR0018_000000007251	0.7438410668861015	PS1035	0	0	True	True	0.9996646642684937	138					non-mobilizable	no_good_hit	1552.0	94.072	76.0	0.5176902536715621	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0008_000000010963	2962	0.9930541849387112	5	5	2	4	2	True	128506	backbone	False	ISR0018_000000007251	0.7880793983555836	PS1035	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	1570.0	95.541	77.0	0.5230307076101469	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0334_000000009223	2238	0.9930529929415052	3	2	1	2	1	False	31878	maximal	True	ISR0334_000000009223	1.0		2	2	False	False	0.997765839099884	0					non-mobilizable	no_good_hit	269.0	100.0	12.0	0.0002736293771766553	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
ENG0105_000000001648	10314	0.9930526863952016	8	5	2	3	4	True	128768	backbone	False	ENG0060_000000001922	0.9596436968506009	PS1052	0	0	False	True	1.0	0	IncW	MOBF			mobilizable	other	9944.0	99.96	99.0	0.004168995470415562	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0118_000000001423	10228	0.9930526863952016	8	5	2	3	4	True	128768	backbone	False	ENG0060_000000001922	0.9593339961173292	PS1052	0	0	True	True	1.0	22	IncW	MOBF			mobilizable	other	6204.0	99.984	100.0	0.0026008527509793554	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MON0012_000000000057	41411	0.9930521502407051	38	11	4	10	3	True	74076	fragment	False	ISR0010_000000000085	0.5368213235213307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
USA0145_01_000000010435	2308	0.9930520426937984	2	2	2	2	2	True	84876	fragment	False	USA0145_01_000000010435	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2309.0	91.85799999999999	99.0	0.2098417318537384	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0048_000000009008	2228	0.9930507678598194	2	2	2	2	2	False	94056	fragment	False	SPA0048_000000009008	1.0		0	0	False	False	0.9973070025444031	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000000271	45564	0.9930469966031936	45	21	11	17	6	True	132147	fragment	False	ISR0104_000000000158	0.1269378543358134		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1800.0	97.111	7.0	0.008579758831473112	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0075_000000007571	2455	0.9930413790539371	2	2	2	2	2	False	5788	fragment	False	SPA0075_000000007571	1.0		0	0	False	False	0.9987779855728149	0					non-mobilizable	plasmid	2455.0	99.552	100.0	0.05016148154204652	CP008839.1	firmicutes	Lactobacillus gasseri DSM 14869 plasmid pEB01-1, complete sequence	False	True
ISR0798_000000000926	12332	0.9930379825135224	11	7	5	6	5	False	103152	fragment	False	ISR0798_000000000926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	84.89200000000001	1.0	0.0010468083805797942	NZ_CZBD01000012.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MAD0110_000000005402	5157	0.9930358385844078	7	6	3	4	5	True	98157	fragment	False	MAD0110_000000005402	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4939.0	98.88600000000001	99.0	0.051728292872036126	CP018774.2	enterobacteria	Escherichia coli strain 2016C-3936C1 plasmid unnamed4 sequence	False	True
ENG0206_000000001491	12477	0.9930346299179856	14	8	6	7	7	False	122392	fragment	False	ENG0206_000000001491	1.0		0	0	False	False	0.9982367753982544	0					non-mobilizable	no_good_hit	10136.0	98.29299999999999	86.0	0.4763561154460844	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	True	False
ENG0191_000000018226	1740	0.9930302319556782	3	2	2	2	2	False	54698	fragment	False	ENG0191_000000018226	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1586.0	75.66199999999999	90.0	0.0004632049696799177	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MON0101_000000016621	3593	0.9930255587829132	7	4	2	2	4	True	125361	fragment	False	FIJ0114_000000005988	0.04157882336727094		0	0	False	False	1.0	0					non-mobilizable	other	3602.0	94.86399999999999	100.0	0.0010246334438072753	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
DEN0022_000000011865	3222	0.9930228491847941	6	3	1	3	2	True	125361	fragment	False	FIJ0114_000000005988	0.37687375912123205		0	0	False	False	1.0	0					non-mobilizable	other	3222.0	98.51	100.0	0.0009193159672710958	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0079_01_000000002663	5008	0.9930215977365014	9	5	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9709951900577077	PS607|PS904	0	0	True	True	1.0	332		MOBP			mobilizable	plasmid	4185.0	98.59	100.0	0.8384305835010061	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0120_000000008530	4989	0.9930215977365014	8	5	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9677341252337346	PS607|PS904	0	0	True	True	1.0	1039		MOBP			mobilizable	plasmid	4247.0	98.42200000000001	99.0	0.8505030181086519	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0025_01_000000003546	4989	0.9930215977365014	9	5	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9704966329518951	PS607|PS904	0	0	True	True	1.0	752		MOBP			mobilizable	plasmid	4522.0	98.585	100.0	0.9060362173038229	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0111_01_000000004685	4988	0.9930215977365014	9	5	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9708756363377153	PS607|PS904	0	0	True	True	1.0	1485		MOBP			mobilizable	plasmid	4302.0	98.652	100.0	0.8619718309859155	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0186_000000003566	4986	0.9930215977365014	9	5	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9694858979985661	PS607|PS904	0	0	True	True	1.0	1802		MOBP			mobilizable	plasmid	4472.0	98.524	100.0	0.8963782696177063	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0026_000000011681	1927	0.993018851684004	4	2	2	2	1	False	37291	maximal	True	ISR0026_000000011681	1.0		1	1	False	False	0.9911779761314392	0					non-mobilizable	no_good_hit	344.0	99.419	18.0	0.0004931583268273816	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
CHI0176_000000002455	3545	0.993018345073202	5	5	3	3	5	True	98156	fragment	False	ISR0135_000000004995	0.6465129358830146		0	0	False	False	1.0	0					non-mobilizable	plasmid	3356.0	99.70200000000001	100.0	0.03515260736999822	CP018774.2	enterobacteria	Escherichia coli strain 2016C-3936C1 plasmid unnamed4 sequence	False	True
ENG0168_000000023936	1315	0.9930175851800379	2	2	2	1	1	False	55958	fragment	False	ENG0168_000000023936	1.0		0	0	False	False	0.9961977005004883	0					non-mobilizable	other	1315.0	100.0	100.0	0.0004714838392993621	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ISR0279_000000000247	35882	0.9930169206948648	30	16	10	11	7	True	105662	maximal	True	ISR0279_000000000247	0.9951239333604226		4	3	True	True	0.9999163746833801	11					non-mobilizable	no_good_hit	80.0	91.25	0.0	0.011004318150160189	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0117_000000001618	15451	0.9930151783081276	20	13	11	10	9	True	94599	fragment	False	ISR0221_000000001115	0.9722733504129307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6250.0	97.936	89.0	0.13472613119722884	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ENG0041_000000000704	27840	0.9930150795126871	24	10	6	10	5	True	117520	backbone	True	ENG0041_000000000704	1.0	PS662|PS791	1	1	True	True	1.0	41					non-mobilizable	no_good_hit	1647.0	85.367	8.0	0.02818233402685833	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
MAD0039_000000000626	11924	0.9930129160158422	10	8	6	6	8	False	98040	maximal	True	MAD0039_000000000626	1.0		0	0	True	True	0.9995806813240051	13	rep_cluster_2335			MOBP	mobilizable	plasmid	5641.0	99.98200000000001	100.0	0.31466190582459275	CP039301.1	enterobacteria	Escherichia coli strain PigCaeca_1 plasmid unnamed3, complete sequence	False	True
FIJ0067_000000007656	3891	0.9930124353760412	3	3	2	3	3	False	45236	fragment	False	FIJ0067_000000007656	0.9837770390711568		0	0	False	False	1.0	0					non-mobilizable	plasmid	3891.0	99.846	100.0	0.07810617621074613	MH536949.1	enterobacteria	Citrobacter freundii strain AA535 plasmid pIBACIncN, complete sequence	False	True
SPA0139_000000007044	3700	0.9930124353760412	3	3	2	3	3	False	45236	fragment	False	FIJ0067_000000007656	0.9676015907636389		0	0	False	False	1.0	0					non-mobilizable	plasmid	3700.0	99.973	100.0	0.025541699465550814	CP055332.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_3, complete sequence	False	True
FIJ0047_000000018971	1631	0.9930120555038126	2	2	2	2	2	False	115918	fragment	False	FIJ0047_000000018971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000006941	4546	0.9930114335387292	5	4	0	2	4	False	40109	maximal	True	FIJ0144_000000006941	1.0	PS86	1	1	True	True	1.0	1	rep_cluster_2392	MOBP		MOB_unknown	mobilizable	plasmid	4470.0	98.725	100.0	0.9566151202749141	AF025795.1	enterobacteria	Salmonella enterica subsp. enterica serovar Berta plasmid pBERT, complete sequence	False	True
ENG0158_000000017038	1108	0.9930112028734928	2	2	2	2	2	False	67110	fragment	False	ENG0158_000000017038	0.9773755656108598		0	0	False	False	0.9494584798812866	0					non-mobilizable	other	1108.0	100.0	100.0	0.0229710941877114	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
MON0036_000000022251	1130	0.9930102555210656	2	2	2	2	1	False	12156	fragment	False	MON0036_000000022251	1.0		0	0	False	False	0.9991150498390198	0					non-mobilizable	no_good_hit								True	False
USA0079_01_000000003645	3538	0.993008633576274	10	1	1	1	1	False	642	fragment	False	USA0079_01_000000003645	1.0		0	0	False	False	0.9988694190979004	0					non-mobilizable	no_good_hit								True	False
USA0117_01_000000010656	2038	0.993008633576274	4	1	1	1	1	False	1856	fragment	False	USA0117_01_000000010656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0018_01_000000012522	1806	0.993008633576274	4	1	1	1	1	False	1855	fragment	False	USA0018_01_000000012522	1.0		0	0	False	False	0.9872646927833557	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000002936	9724	0.9930072153157292	11	7	4	5	6	False	76174	fragment	False	FIJ0015_000000002936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.65100000000001	9.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
CHI0041_000000010613	1410	0.9930057048276021	2	2	2	2	1	False	87585	fragment	False	CHI0041_000000010613	1.0		0	0	False	False	0.9992907643318176	0					non-mobilizable	no_good_hit	1232.0	97.89	87.0	0.004600911197547179	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ISR0359_000000003059	6650	0.993002838830332	6	2	1	2	2	False	48961	fragment	False	ISR0359_000000003059	0.9858856584651295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	75.684	14.0	0.013922868199813176	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0113_000000006317	5327	0.9930022656891856	6	5	5	4	4	False	89265	maximal	True	SPA0113_000000006317	1.0		0	0	False	False	0.997184157371521	0					non-mobilizable	no_good_hit	3382.0	99.40899999999999	63.0	0.004411212124375045	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	True	False
MON0092_000000027418	2023	0.9929950315963224	5	2	1	2	1	True	125361	fragment	False	FIJ0114_000000005988	0.07124114459015761		0	0	False	False	0.9713296890258789	0					non-mobilizable	other	2023.0	98.12200000000001	100.0	0.0005771055218323985	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0096_000000019816	1862	0.9929950315963224	4	2	1	2	1	True	125361	fragment	False	FIJ0114_000000005988	0.031319885337513495		0	0	False	False	1.0	0					non-mobilizable	other	1862.0	98.389	100.0	0.000531153994129621	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0076_000000009456	1717	0.9929950315963224	5	2	1	2	1	False	122111	fragment	False	FIJ0103_000000012997	0.43864369382581825		0	0	False	False	0.9737914800643921	0					non-mobilizable	other	1704.0	98.06299999999999	99.0	0.0004860587060734791	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0156_000000013252	1518	0.9929950315963224	4	2	1	2	1	False	122111	fragment	False	FIJ0103_000000012997	0.3593057248511202		0	0	False	False	0.9993412494659424	0					non-mobilizable	other	1518.0	98.155	100.0	0.0004329718479820715	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0154_000000026370	1283	0.9929950315963224	3	2	1	2	1	False	79109	fragment	False	MON0055_000000018823	0.9711996444873511		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	98.59700000000001	100.0	0.000365899742328949	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0102_000000002717	2714	0.9929928759709004	3	3	3	3	2	False	83298	maximal	True	CHI0102_000000002717	1.0		1	1	False	False	0.9859985113143921	0					non-mobilizable	no_good_hit	2077.0	100.0	77.0	0.0005304240070518798	LR134189.1	enterobacteria	Providencia rustigianii strain NCTC6933 genome assembly, chromosome: 1	True	False
MAD0050_000000006832	3390	0.9929925232604364	4	4	3	4	3	True	36272	maximal	False	MAD0053_000000003626	0.9982100238663485		0	0	True	True	1.0	48					non-mobilizable	no_good_hit	1273.0	99.529	68.0	0.48829174664107483	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
MAD0053_000000003626	3352	0.9929925232604364	4	4	3	4	3	True	36272	maximal	True	MAD0053_000000003626	0.9986960301361925		4	2	True	True	1.0	12					non-mobilizable	no_good_hit	1277.0	99.53	68.0	0.48982725527831095	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0123_000000006039	3324	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9954218112333444	PS118|PS870	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	927.0	86.839	27.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0034_000000006059	3283	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9946599611313814	PS118|PS870	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	928.0	86.853	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0297_000000003884	3282	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9937089453598428	PS118|PS870	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	927.0	86.947	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0012_000000007217	3282	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9985796784338725	PS118|PS870	0	0	True	True	0.9996953010559082	11					non-mobilizable	no_good_hit	927.0	86.947	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0183_000000010261	3282	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9942819904566551	PS118|PS870	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	927.0	86.73100000000001	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0111_000000009314	3282	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9969084826122206	PS118|PS870	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0114_000000008351	3282	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9945015751173542	PS118|PS870	0	0	True	True	0.9990859031677246	14					non-mobilizable	no_good_hit	927.0	86.947	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0132_000000009686	3282	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.996867330572083	PS118|PS870	0	0	True	True	0.9996953010559082	19					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0142_000000005450	3282	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9942819904566552	PS118|PS870	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AUS0006_000000007015	3279	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.994755766514479	PS118|PS870	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	928.0	86.853	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0160_000000008425	3271	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9991807948427399	PS118|PS870	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0048_000000009472	3271	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9981368475831224	PS118|PS870	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0033_000000009134	3271	0.9929925232604364	4	4	3	4	3	True	122277	backbone	True	ISR0033_000000009134	0.9993034619026457	PS118|PS870	53	11	True	True	1.0	136					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0052_000000010150	3270	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9988987850096597	PS118|PS870	0	0	True	True	1.0	95					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0103_000000008262	3268	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9988194681577718	PS118|PS870	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AST0094_000000006518	3268	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9982802725409519	PS118|PS870	0	0	True	True	1.0	209					non-mobilizable	no_good_hit	928.0	86.853	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0068_000000006142	3268	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9990810760444315	PS118|PS870	0	0	True	True	1.0	87					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0340_000000007498	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9979464262372807	PS118|PS870	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0192_000000005984	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9985210428658287	PS118|PS870	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0366_000000004948	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9982586745388659	PS118|PS870	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
USA0038_01_000000005585	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.995995322499921	PS118|PS870	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	925.0	87.027	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0071_000000002384	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9985210428658287	PS118|PS870	0	0	True	True	0.9996939301490784	15					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0334_000000006039	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9985210428658287	PS118|PS870	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0347_000000006435	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9985210428658287	PS118|PS870	0	0	True	True	1.0	162					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0112_000000008476	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9982254405497339	PS118|PS870	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0097_000000008378	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9982254405497338	PS118|PS870	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AST0116_000000008205	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9985210428658287	PS118|PS870	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0267_000000004890	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.998857202585415	PS118|PS870	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	928.0	86.853	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0271_000000004681	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9982814056606033	PS118|PS870	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	927.0	86.947	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AUS0012_000000004860	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9985210428658287	PS118|PS870	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AUS0020_000000008606	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.998236719593271	PS118|PS870	0	0	True	True	1.0	76					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0157_000000009225	3267	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9985210428658287	PS118|PS870	0	0	True	True	1.0	145					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0083_000000006802	3264	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9979701850811326	PS118|PS870	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0133_000000005506	3263	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9974638591937346	PS118|PS870	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0291_000000004050	3257	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9960484086286419	PS118|PS870	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	928.0	86.853	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0096_000000007354	3255	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9962034943528985	PS118|PS870	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0154_000000009118	3252	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9950488708686808	PS118|PS870	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	928.0	86.74600000000001	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0303_000000003520	3247	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9945550387455138	PS118|PS870	0	0	True	True	0.9990760684013367	8					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0132_000000012371	3229	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9883069655624886	PS118|PS870	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	927.0	86.73100000000001	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0797_000000003599	3227	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9896865343388439	PS118|PS870	0	0	True	True	0.9993802309036255	19					non-mobilizable	no_good_hit	927.0	86.947	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0031_000000002866	3227	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.989971437616789	PS118|PS870	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0785_000000010336	3227	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9897504767835059	PS118|PS870	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	927.0	86.947	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0791_000000005413	3227	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.989547041835928	PS118|PS870	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	927.0	86.947	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0821_000000008779	3227	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.989547041835928	PS118|PS870	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	927.0	86.947	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0042_000000008269	3224	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9859766383184847	PS118|PS870	0	0	True	True	0.9996898174285889	5					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0112_000000005133	3224	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9892048668609603	PS118|PS870	0	0	True	True	0.9953473806381226	3					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0032_000000001795	3219	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9856584417466739	PS118|PS870	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0831_000000005322	3217	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9867614258565098	PS118|PS870	0	0	True	True	0.9996891617774963	11					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
DEN0005_000000010225	3214	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9861226970299318	PS118|PS870	0	0	True	True	0.9956440329551697	13					non-mobilizable	no_good_hit	927.0	86.839	28.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0099_000000007159	3158	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9697703262234919	PS118|PS870	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	899.0	87.43	28.0	0.33896353166986565	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0167_000000009666	3121	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9600574230834714	PS118|PS870	0	0	True	True	0.9996795654296875	8					non-mobilizable	no_good_hit	927.0	86.839	29.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0065_000000004251	3032	0.9929925232604364	4	4	3	4	3	True	122277	backbone	False	ISR0033_000000009134	0.9330477807708721	PS118|PS870	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	927.0	86.839	30.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
USA0041_01_000000004665	4897	0.992992420881012	5	4	4	3	2	False	1290	maximal	True	USA0041_01_000000004665	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1854.0	94.876	38.0	0.1380493992985598	NZ_WEHX01000071.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_71_length_13401_cov_276.427981, whole genome shotgun sequence	True	False
ISR0069_000000015681	1595	0.9929904445616649	2	1	1	1	1	False	101009	fragment	False	ISR0069_000000015681	1.0		0	0	False	False	0.995611310005188	0					non-mobilizable	other	1595.0	100.0	100.0	0.02687981652923222	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0098_000000025297	1513	0.9929904445616649	3	1	1	1	1	False	32104	fragment	False	SPA0098_000000025297	1.0		0	0	False	False	0.9847984313964844	0					non-mobilizable	other	1513.0	100.0	100.0	0.025497040522082258	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0394_000000012693	1506	0.9929896050509	2	2	2	2	2	False	22751	fragment	False	ISR0394_000000012693	1.0		0	0	False	False	0.9780876636505127	0					non-mobilizable	no_good_hit	107.0	90.654	7.0	3.433260281184017e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0167_000000001696	9915	0.9929862433131582	8	8	6	6	8	False	38980	maximal	True	FIJ0167_000000001696	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	4272.0	92.15799999999999	65.0	0.0009159455829650424	CP017183.1	enterobacteria	Enterobacter xiangfangensis strain LMG27195, complete genome	True	False
SPA0077_000000012629	2293	0.99297879798673	4	2	2	2	1	False	5698	maximal	True	SPA0077_000000012629	1.0		1	1	False	False	0.9995638728141785	0					non-mobilizable	no_good_hit								True	False
SPA0068_000000003135	4106	0.9929765603961891	6	2	1	2	1	True	5996	maximal	True	SPA0068_000000003135	1.0		2	1	True	True	1.0	127					non-mobilizable	no_good_hit								True	True
SPA0078_000000001866	4106	0.9929765603961891	6	2	1	2	1	True	5996	maximal	False	SPA0068_000000003135	1.0		0	0	True	True	0.9997564554214478	62					non-mobilizable	no_good_hit								True	True
SPA0084_000000001043	10931	0.9929754914956436	14	5	4	2	3	True	68206	fragment	False	SPA0084_000000001043	1.0		0	0	False	False	0.9998170137405396	0					non-mobilizable	no_good_hit	205.0	78.53699999999999	2.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
CHI0147_000000004305	4415	0.9929738795630588	10	8	3	4	6	True	132228	backbone	False	CHI0133_000000003968	0.9799329566514223	PS1143|PS1146|PS778	0	0	True	True	1.0	1168	rep_cluster_1019	MOBP			mobilizable	other	4418.0	98.37	100.0	0.7180029273052528	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0143_000000007459	4413	0.9929738795630588	10	8	3	4	6	True	132228	backbone	False	CHI0133_000000003968	0.9673716615555819	PS1143|PS1146|PS778	0	0	True	True	1.0	496	rep_cluster_1019	MOBP			mobilizable	other	4419.0	95.97200000000001	100.0	0.7180029273052528	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0066_000000003115	4376	0.9929738795630588	10	8	3	4	6	True	132228	backbone	False	CHI0133_000000003968	0.9896480268547827	PS1143|PS1146|PS778	0	0	True	True	1.0	228	rep_cluster_1019	MOBP			mobilizable	other	4376.0	99.954	100.0	0.7114978045210604	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0110_000000001454	4375	0.9929738795630588	10	8	3	4	6	True	132228	backbone	False	CHI0133_000000003968	0.9819233987061898	PS1143|PS1146|PS778	0	0	True	True	1.0	8	rep_cluster_1019	MOBP			mobilizable	other	4376.0	98.469	100.0	0.7113351764514555	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
FIJ0083_000000018214	1958	0.9929733403260664	4	2	1	1	2	False	44089	fragment	False	FIJ0083_000000018214	1.0		0	0	False	False	0.9882532954216003	0					non-mobilizable	no_good_hit	385.0	76.104	19.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0132_000000004547	5411	0.9929712255762332	6	3	2	3	3	False	58791	fragment	False	ISR0132_000000004547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000008272	4499	0.9929710383105508	6	2	2	2	2	False	96155	fragment	False	ISR0162_000000008272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	95.428	37.0	0.00043287246956260586	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0040_000000003991	6048	0.9929705218598408	7	5	2	2	4	True	47525	maximal	True	FIJ0040_000000003991	1.0		1	1	True	True	0.9996693134307861	6					non-mobilizable	no_good_hit	1986.0	93.505	88.0	0.32955114300016686	HG796278.1	bacteria	Uncultured bacterium plasmid pRGI00192	True	True
ISR0135_000000016893	1257	0.9929696732046852	1	1	1	1	1	False	31407	maximal	True	ISR0135_000000016893	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1257.0	100.0	100.0	0.0002613716434241517	CP049183.1	enterobacteria	Shigella sonnei strain 19.0822.3296 chromosome	False	False
USA0063_01_000000004236	4858	0.992965999883549	6	3	3	3	3	False	867	maximal	True	USA0063_01_000000004236	1.0		1	1	False	False	0.9997941255569458	0					non-mobilizable	no_good_hit	1532.0	90.339	31.0	0.022214796303829838	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
SPA0055_000000002040	12566	0.9929622000674192	14	12	7	9	8	False	112317	maximal	True	SPA0055_000000002040	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1396.0	84.02600000000001	44.0	0.00046449992039548465	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0055_000000000491	10706	0.9929611576746948	22	4	3	4	1	False	65974	maximal	True	MAD0055_000000000491	1.0		1	1	False	False	0.999906599521637	0					non-mobilizable	no_good_hit	212.0	77.83	2.0	3.735506235805076e-05	CP017967.3	firmicutes	Paenibacillus polymyxa strain YC0136 chromosome, complete genome	True	False
USA0113_01_000000000718	19385	0.9929609465512166	25	10	5	7	5	False	91623	fragment	False	USA0113_01_000000000718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7020.0	88.03399999999999	67.0	0.12366639492432567	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0069_000000012131	3743	0.9929582558373288	7	5	3	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.7079149312372931		0	0	False	False	0.9997328519821167	0					non-mobilizable	no_good_hit	3315.0	98.311	89.0	0.0009458593963167995	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
CHI0162_000000000997	18810	0.992958046694577	21	13	7	8	8	True	90011	fragment	False	CHI0114_000000000326	0.9699548854398423		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	782.0	76.598	4.0	0.023428986560116237	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
CAN0002_000000000951	13117	0.9929525180132386	14	9	4	8	4	False	96992	maximal	True	CAN0002_000000000951	1.0		1	1	False	False	0.9998475313186646	0					non-mobilizable	no_good_hit	5744.0	96.15299999999999	53.0	0.003393201895512783	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0042_000000003950	6880	0.9929506312411208	9	7	4	7	5	False	103615	maximal	True	SPA0042_000000003950	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	80.392	2.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
AUS0016_000000003170	6948	0.992949021409952	9	6	4	5	3	False	103332	fragment	False	AUS0016_000000003170	1.0		0	0	False	False	0.9992803931236267	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000003366	8539	0.9929476699663236	11	9	2	7	8	True	109403	maximal	True	DEN0064_000000003366	1.0		1	1	False	False	0.9992973208427429	0					non-mobilizable	chromosome	8540.0	99.941	100.0	0.0015322826542839756	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	True
ISR0103_000000000537	30065	0.9929455415704096	31	11	5	11	3	True	82840	fragment	False	ISR0103_000000000537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	85.185	1.0	7.184687066715398e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
SPA0133_000000002265	10362	0.9929455038205766	11	7	3	6	6	False	43179	fragment	False	SPA0133_000000002265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	90.74	27.0	0.026702574402044914	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0780_000000003057	3672	0.9929448339595808	4	2	2	2	1	False	92743	fragment	False	ISR0780_000000003057	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000004178	8250	0.9929445307328396	8	7	4	6	5	False	116409	maximal	True	MON0103_000000004178	1.0		2	2	False	False	0.9998787641525269	0					non-mobilizable	no_good_hit	97.0	90.72200000000001	3.0	2.3569600243866798e-05	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
SPA0025_000000014262	1485	0.9929435410519908	3	3	0	2	3	True	7554	maximal	True	SPA0025_000000014262	0.9915857605177993		2	1	True	True	1.0	57					non-mobilizable	no_good_hit	51.0	94.118	3.0	0.0330188679245283	LN853967.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1418	True	True
CHI0143_000000007599	2525	0.9929416899687596	4	3	2	3	2	True	89510	fragment	False	CHI0143_000000007599	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1931.0	99.171	76.0	0.000830007280312692	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
FIJ0047_000000011157	2736	0.9929326092881909	1	1	1	1	1	True	50497	backbone	False	FIJ0014_000000008799	0.9898787471592884	PS198	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	133.0	77.444	5.0	0.0005003917796103926	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
FIJ0017_000000010334	2736	0.9929326092881909	1	1	1	1	1	True	50497	backbone	False	FIJ0014_000000008799	0.9898787471592884	PS198	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	133.0	77.444	5.0	0.0005003917796103926	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
MAD0050_000000009388	2539	0.9929326092881909	1	1	1	1	1	True	50497	backbone	False	FIJ0014_000000008799	0.9390167258742487	PS198	0	0	True	True	0.9992122650146484	8					non-mobilizable	no_good_hit	147.0	76.87100000000001	6.0	0.0005430608460887982	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ITA0008_000000001006	1757	0.9929326092881909	2	1	1	1	1	True	20327	fragment	False	ITA0008_000000001006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0036_000000010340	1359	0.9929326092881909	1	1	1	1	1	True	36740	fragment	False	ISR0036_000000010340	1.0		0	0	False	False	0.9977924823760986	0					non-mobilizable	no_good_hit								True	True
ITA0013_000000000096	8282	0.9929299129620088	14	10	2	4	9	True	123443	maximal	True	ITA0013_000000000096	1.0	PS897	0	0	False	True	0.9987925887107849	0	rep_cluster_1079,rep_cluster_1868	MOBB,MOBP			mobilizable	no_good_hit	1995.0	93.985	50.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
FIJ0015_000000006807	4243	0.992925360034109	5	5	3	5	3	True	82285	maximal	True	FIJ0015_000000006807	1.0		0	0	False	False	0.9995286464691162	0					non-mobilizable	no_good_hit	1223.0	82.666	29.0	0.0004235196182695037	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	True
CHI0043_000000000616	9268	0.99292396187722	12	12	7	11	10	False	88559	maximal	True	CHI0043_000000000616	1.0		1	1	False	False	0.9995684027671814	0					non-mobilizable	no_good_hit	2702.0	97.594	41.0	0.014435127436361984	MK419152.1	enterobacteria	Escherichia coli strain D72C plasmid pD72C, complete sequence	True	False
ENG0209_000000010628	1730	0.992923943289375	3	2	2	2	1	False	53783	fragment	False	ENG0209_000000010628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	93.05799999999999	59.0	0.006389611395452404	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ENG0071_000000004008	5149	0.9929210696707188	6	4	1	3	3	False	64082	maximal	True	ENG0071_000000004008	1.0		1	1	True	True	1.0	387	rep_cluster_1571	MOBQ			mobilizable	no_good_hit	2447.0	95.87200000000001	61.0	0.315966822187662	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ISR0198_000000001555	21285	0.9929185609435709	17	15	11	14	9	True	128666	maximal	False	ISR0328_000000000661	0.9945831589714976	PS1038|PS1040|PS1041	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	3375.0	77.956	34.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0065_000000002015	10922	0.9929164824093806	17	8	6	7	8	True	83937	maximal	True	SPA0065_000000002015	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	82.098	11.0	0.0002961699891817406	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
USA0031_01_000000000612	32370	0.9929139209286152	40	12	4	11	5	True	97474	fragment	False	USA0031_01_000000000612	1.0		0	0	False	False	1.0	0					non-mobilizable	other	26394.0	99.867	97.0	0.028955453149001536	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0121_000000002024	10198	0.9929132933868794	13	12	7	9	7	True	71937	maximal	True	ISR0121_000000002024	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4491.0	98.352	48.0	0.001446886936857519	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0153_000000016243	1770	0.99290987700411	2	2	2	2	1	False	30668	fragment	False	ISR0153_000000016243	1.0		0	0	False	False	0.993220329284668	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	3.0	7.515561633499952e-05	NZ_AP014657.1	mycoplasmas	Mycoplasma arginini strain HAZ145_1 isolate Mycoplasma arginini 	True	False
MAD0034_000000011738	1354	0.99290987700411	2	2	2	2	1	False	25709	fragment	False	MAD0034_000000011738	0.9845516201959307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000026869	1327	0.99290987700411	2	2	2	2	1	False	25709	fragment	False	MAD0034_000000011738	0.9748892171344166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0058_000000006399	5928	0.9929088732087644	9	3	3	3	3	False	124115	fragment	False	ENG0028_000000002063	0.31832331066775116		0	0	False	False	0.9998313188552856	0					non-mobilizable	other	5930.0	97.47	100.0	0.0016662385612961645	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
SPA0139_000000005501	4542	0.9929088732087644	8	3	3	3	3	False	124111	fragment	False	SPA0139_000000005501	0.9862315763888928		0	0	False	False	1.0	0					non-mobilizable	other	4542.0	99.20700000000001	100.0	0.0012761661843221255	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0106_000000003123	5672	0.9929077287154462	6	3	3	3	3	True	87430	maximal	True	CHI0106_000000003123	1.0		12	3	False	False	0.9996473789215088	0					non-mobilizable	other	5463.0	99.725	100.0	0.007781901593565898	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
ISR0089_000000008479	3041	0.9929075062541678	4	2	1	2	1	False	33751	fragment	False	ISR0089_000000008479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0140_000000002012	10740	0.9929072813034115	10	7	6	7	6	True	128660	maximal	False	ISR0353_000000002316	0.9397232325024395		0	0	False	False	0.9999068975448608	0					non-mobilizable	no_good_hit	861.0	87.805	36.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0078_000000008146	1304	0.9929059476878632	2	2	1	2	2	False	16192	maximal	True	MAD0078_000000008146	1.0		0	0	False	False	0.9179447889328003	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000002992	5179	0.9929034197694436	8	4	2	4	2	False	125199	fragment	False	ISR0374_000000002992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	77.455	5.0	0.06720977596741344	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0039_000000008354	3945	0.9929000217407276	7	4	2	3	3	False	36563	fragment	False	ISR0039_000000008354	1.0		0	0	False	False	0.9941698312759399	0					non-mobilizable	no_good_hit	983.0	91.76	50.0	0.017403324708467727	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AUS0018_000000003394	7613	0.9928959986317378	12	4	2	3	4	False	100072	maximal	True	AUS0018_000000003394	1.0		8	5	False	False	0.9988178014755249	0					non-mobilizable	no_good_hit	213.0	81.69	3.0	0.005916993040489138	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
AST0102_000000002676	9310	0.9928904964838818	17	4	2	4	3	False	118834	fragment	False	AST0102_000000002676	1.0		0	0	False	False	0.9997851848602295	0					non-mobilizable	no_good_hit	7465.0	95.928	81.0	0.6273866599377576	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0128_000000004725	6919	0.9928904964838818	15	4	2	4	3	False	118008	fragment	False	ISR0128_000000004725	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	6846.0	98.64200000000001	99.0	0.5757422827824039	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
USA0019_01_000000008623	3413	0.9928888639382824	6	5	4	5	4	False	118819	fragment	False	USA0019_01_000000008623	1.0		0	0	False	False	0.9961910247802734	0					non-mobilizable	other	3360.0	98.006	98.0	0.06943205162789733	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0324_000000010648	2923	0.9928888639382824	6	5	4	5	4	False	118818	fragment	False	ISR0324_000000010648	0.9611765713544945		0	0	False	False	0.9986315369606018	0					non-mobilizable	other	2923.0	100.0	100.0	0.06063372828951464	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
FIJ0018_000000001944	12252	0.9928888031848022	11	6	5	6	3	True	51346	maximal	False	FIJ0058_000000002840	0.9945983559315998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0002502896871378911	LN593034.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001454	True	True
FIJ0133_000000002627	12123	0.9928888031848022	11	6	5	6	3	True	51346	maximal	False	FIJ0058_000000002840	0.9847556797260282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0002502896871378911	LN593034.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001454	True	True
FIJ0092_000000001720	12099	0.9928888031848022	11	6	5	6	3	True	51346	maximal	False	FIJ0058_000000002840	0.9838221264304978		0	0	False	False	0.9998347163200378	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0002502896871378911	LN593034.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001454	True	True
AUS0018_000000005367	4990	0.992887121020148	6	2	2	2	1	False	101013	fragment	False	AUS0018_000000005367	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4944.0	99.96	99.0	0.08335441223588134	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0113_000000002137	14155	0.9928833923145504	10	5	4	3	2	False	7171	maximal	True	SPA0113_000000002137	1.0		5	2	False	False	0.9988696575164795	0					non-mobilizable	no_good_hit	4409.0	99.04700000000001	32.0	0.0013903114916218428	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
FIJ0008_000000000600	26274	0.9928779849415514	29	10	4	9	5	True	105233	fragment	False	FIJ0008_000000000600	0.9719450161146275		0	0	False	False	0.9995813369750977	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	1.088694325693154e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
CHI0039_000000002422	5422	0.9928751874878148	6	3	3	3	2	False	87804	maximal	True	CHI0039_000000002422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	1.0	0.0005700265186249969	NC_016905.1	g-proteobacteria	Shewanella baltica OS678 plasmid pSBAL67801, complete sequence	True	False
AST0093_000000004909	3933	0.9928740545047402	5	4	0	3	3	True	109573	maximal	True	AST0093_000000004909	0.9307139615582669		1	1	True	True	1.0	12	rep_cluster_1956	MOBP			mobilizable	other	3522.0	99.83	100.0	0.8756528226809251	NZ_VDFO01000072.1	firmicutes	Lactobacillus halodurans strain TMW 1.1920 seq72, whole genome shotgun sequence	False	True
FIJ0112_000000000486	28586	0.9928709912125891	32	28	8	9	28	False	45141	maximal	True	FIJ0112_000000000486	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	11878.0	98.426	95.0	0.1285862763354481	CP028198.1	enterobacteria	Salmonella enterica subsp. enterica serovar Concord strain CFSAN018747 plasmid pGMI14-002_2, complete sequence	False	True
MON0080_000000030973	1773	0.9928705370849163	4	3	3	2	2	False	10045	maximal	True	MON0080_000000030973	1.0		4	3	False	False	0.9949238300323486	0					non-mobilizable	no_good_hit	223.0	73.543	12.0	5.434411041320807e-05	NZ_CP003923.1	firmicutes	Bacillus lehensis G1 chromosome, complete genome	True	False
MON0097_000000018422	1962	0.992870378846164	3	2	2	2	2	False	109993	maximal	True	MON0097_000000018422	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	99.819	62.0	0.00012567799521740586	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
MAD0033_000000015117	1383	0.9928681972577332	2	2	2	1	1	False	18858	maximal	True	MAD0033_000000015117	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	72.949	32.0	0.12785652299681805	NZ_CAPF01000090.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
SPA0087_000000005033	3040	0.9928667281355044	3	1	1	1	1	True	5484	fragment	False	SPA0087_000000005033	1.0		0	0	False	False	0.9924342036247253	0					non-mobilizable	no_good_hit	111.0	93.694	4.0	3.538275618160875e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	True
DEN0052_000000014844	2803	0.9928667281355044	3	1	1	1	1	True	72308	fragment	False	DEN0052_000000014844	1.0		0	0	False	False	0.9971458911895752	0					non-mobilizable	no_good_hit								True	True
ENG0207_000000006893	2547	0.9928667281355044	3	1	1	1	1	True	63206	fragment	False	ENG0207_000000006893	0.9851175268267757		0	0	False	False	0.9956811666488647	0					non-mobilizable	no_good_hit								True	True
ENG0062_000000010087	2508	0.9928667281355044	3	1	1	1	1	True	63206	fragment	False	ENG0207_000000006893	0.9740072717061636		0	0	False	False	0.9976076483726501	0					non-mobilizable	no_good_hit								True	True
SPA0143_000000007821	2472	0.9928667281355044	3	1	1	1	1	True	63206	fragment	False	ENG0207_000000006893	0.9561920112412952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0269_000000010667	1772	0.9928667281355044	3	1	1	1	1	True	38774	fragment	False	ISR0269_000000010667	1.0		0	0	False	True	0.9920993447303772	0					non-mobilizable	no_good_hit	1018.0	81.139	64.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0040_000000015485	1550	0.9928667281355044	2	1	1	1	1	True	64835	fragment	False	ENG0040_000000015485	0.9481193255512321		0	0	False	False	0.9974193572998047	0					non-mobilizable	no_good_hit	705.0	93.475	60.0	0.5675020210185934	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
MAD0014_000000008540	3522	0.9928666498880044	5	4	2	3	4	False	19517	maximal	True	MAD0014_000000008540	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	3522.0	100.0	100.0	0.0007216555487441328	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
ISR0130_000000023700	1344	0.99286445839758	3	1	1	1	1	False	31721	maximal	True	ISR0130_000000023700	1.0		1	1	False	False	0.96875	0					non-mobilizable	no_good_hit								True	False
SPA0076_000000000398	14383	0.9928621741128429	20	17	9	11	16	True	109534	maximal	True	SPA0076_000000000398	1.0		3	2	False	False	1.0	0	rep_cluster_707	MOBQ	MPF_T		conjugative	no_good_hit	9196.0	90.55	81.0	0.13473801757324635	NZ_CP018868.1	firmicutes	Lactobacillus alimentarius DSM 20249 plasmid pLDW-11, complete sequence	True	True
ISR0042_000000005098	4748	0.9928610950166756	5	1	1	1	1	False	38077	maximal	False	ISR0353_000000007088	0.9742096505823628		0	0	False	False	0.9993681311607361	0					non-mobilizable	no_good_hit	787.0	93.52	27.0	0.0013665583645921938	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
SPA0096_000000008689	4106	0.9928610950166756	4	1	1	1	1	False	26640	fragment	False	SPA0096_000000008689	1.0		0	0	False	False	0.9995129108428955	0					non-mobilizable	no_good_hit	787.0	93.52	25.0	0.0013665583645921938	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0031_000000006206	3720	0.9928608912361999	4	4	1	4	4	False	116143	fragment	False	FIJ0031_000000006206	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	3721.0	98.73700000000001	100.0	0.03036833855799373	CP050957.1	enterobacteria	Klebsiella variicola strain FDAARGOS_628 plasmid unnamed1, complete sequence	False	True
FIJ0068_000000009223	3395	0.9928608912361999	4	4	1	4	4	False	116140	fragment	False	FIJ0068_000000009223	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	chromosome	3396.0	99.05799999999999	100.0	0.0005642013808392558	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	True
SPA0127_000000016847	1746	0.9928596385612888	2	2	2	2	2	False	69512	fragment	False	ISR0399_000000009464	0.9696192892851966		0	0	False	False	1.0	0					non-mobilizable	other	1746.0	99.82799999999999	100.0	0.05951974895968347	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
AST0108_000000002494	7525	0.9928580646864602	10	8	4	6	6	True	124124	fragment	False	SPA0131_000000002312	0.47841942180490893		0	0	False	False	0.9981395602226257	0					non-mobilizable	other	7471.0	98.166	99.0	0.002099027797996467	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0146_000000013824	1664	0.9928563840480932	3	2	2	2	2	False	4862	fragment	False	SPA0146_000000013824	1.0		0	0	False	False	0.9987980723381042	0					non-mobilizable	no_good_hit	950.0	94.73700000000001	57.0	0.203125	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
ISR0308_000000000723	13564	0.9928517405303248	19	11	6	11	4	True	119525	fragment	False	ISR0308_000000000723	1.0		0	0	False	False	0.9994102120399475	0					non-mobilizable	other	9478.0	99.061	99.0	0.052704484387256126	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
MAD0096_000000001661	8546	0.99284884677424	9	8	3	4	8	False	15536	maximal	True	MAD0096_000000001661	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6215.0	99.35600000000001	95.0	0.0013433153359780192	CP059283.1	enterobacteria	Escherichia coli strain SY3626_hybrid chromosome, complete genome	False	False
ISR0262_000000001845	7805	0.992848348269056	7	5	3	4	2	False	109307	maximal	True	ISR0262_000000001845	1.0		2	2	False	False	0.9996156096458435	0					non-mobilizable	no_good_hit	2440.0	77.828	31.0	0.00911611956039287	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0110_000000010040	2327	0.9928473208887812	4	2	1	2	2	False	120278	fragment	False	ISR0110_000000010040	1.0		0	0	False	False	0.9828104972839355	0					non-mobilizable	no_good_hit								True	False
MON0100_000000006275	5829	0.9928448137945676	9	5	3	4	5	True	124115	fragment	False	ENG0028_000000002063	0.3103562111577371		0	0	False	False	0.9996569156646729	0					non-mobilizable	other	5830.0	97.993	100.0	0.001638135364107833	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0005_000000000684	14889	0.9928444231890062	20	17	9	9	17	True	55309	maximal	True	MAD0005_000000000684	1.0		2	1	False	False	0.9998656511306763	0		MOBP			mobilizable	no_good_hit	6873.0	96.639	88.0	0.045795404419136224	CP042629.1	enterobacteria	Escherichia coli strain NCYU-25-82 plasmid pNCYU-25-82-2, complete sequence	True	True
ISR0327_000000002613	7575	0.992842319221368	8	8	6	6	8	False	113982	fragment	False	ENG0181_000000002617	0.8114492623815494		0	0	False	False	1.0	0					non-mobilizable	chromosome	7575.0	99.934	100.0	0.0015274418143096267	CP042973.1	enterobacteria	Escherichia coli strain CFSAN061768 chromosome, complete genome	False	False
ENG0178_000000005506	3774	0.9928419448065388	5	2	2	2	2	False	116201	fragment	False	USA0034_01_000000014843	0.5619598530354131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	94.65	51.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0120_000000003792	5496	0.9928412539163574	4	4	2	3	3	True	107248	fragment	False	ENG0120_000000003792	1.0		0	0	False	False	0.9981805086135864	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	9.332075369573514e-06	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
FIJ0131_000000003297	5683	0.992839140352638	9	4	2	3	3	True	40844	maximal	False	ISR0208_000000004334	0.9987180607657797		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2074.0	97.396	56.0	0.39819439108720706	DQ497626.1	high GC Gram+	Bifidobacterium breve plasmid pB21a, complete sequence	True	True
ISR0208_000000004334	5662	0.992839140352638	9	4	2	3	3	True	40844	maximal	True	ISR0208_000000004334	0.9991252802868175		6	2	True	True	0.9991168975830078	6					non-mobilizable	no_good_hit	2472.0	84.385	76.0	0.4700345754898194	DQ497626.1	high GC Gram+	Bifidobacterium breve plasmid pB21a, complete sequence	True	True
MON0088_000000000124	39339	0.9928363912763232	57	10	8	10	6	False	26729	maximal	True	MON0088_000000000124	1.0		1	1	False	False	0.9999746084213257	0					non-mobilizable	no_good_hit	6082.0	96.416	53.0	0.0025252251884654874	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MAD0051_000000001769	11242	0.9928358276439454	19	9	2	7	5	False	46771	maximal	True	MAD0051_000000001769	1.0		1	1	False	False	0.997331440448761	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000003550	6585	0.992835615248306	8	8	8	8	8	False	89756	fragment	False	FIJ0063_000000003550	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6528.0	99.831	100.0	0.06093735412193073	CP012994.1	enterobacteria	Klebsiella pneumoniae strain KpN06 plasmid pKpN06-SIL, complete sequence	False	True
FIJ0090_000000004988	7121	0.9928353815904188	8	5	4	5	2	False	93052	maximal	True	FIJ0090_000000004988	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	72.249	6.0	0.00010337579990569858	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
DEN0041_000000007932	4183	0.9928326987862768	4	4	4	3	4	False	73151	maximal	True	DEN0041_000000007932	1.0		1	1	False	False	0.9947406053543091	0					non-mobilizable	no_good_hit	921.0	99.34899999999999	22.0	0.006379895009119089	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
ISR0131_000000006133	4245	0.9928322975770985	8	1	1	1	1	True	31697	maximal	True	ISR0131_000000006133	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0066_000000019504	1769	0.9928322975770985	2	1	1	1	1	True	22001	fragment	False	MON0066_000000019504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0124_000000016988	1672	0.9928322975770985	1	1	1	1	1	True	41235	maximal	True	FIJ0124_000000016988	1.0		1	1	False	False	0.9952152967453003	0					non-mobilizable	no_good_hit								True	True
FIJ0079_000000018601	1515	0.9928322975770985	2	1	1	1	1	True	44376	fragment	False	FIJ0079_000000018601	1.0		0	0	False	False	0.9907590746879578	0					non-mobilizable	no_good_hit								True	True
AST0061_000000003272	9409	0.9928313007003348	11	7	6	6	3	True	121723	maximal	True	AST0061_000000003272	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	97.619	1.0	2.1825374390631604e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
MAD0093_000000006211	4494	0.9928278078744536	8	6	5	5	3	False	15687	maximal	True	MAD0093_000000006211	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	88.288	2.0	3.538275618160875e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
CHI0069_000000007457	1389	0.992826521583392	4	2	1	2	1	False	85044	fragment	False	CHI0069_000000007457	1.0		0	0	False	False	0.9935204982757568	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
SPA0069_000000016583	1330	0.992826521583392	2	2	1	2	1	False	26950	fragment	False	SPA0069_000000016583	0.9996130030959752		0	0	False	False	0.995488703250885	0					non-mobilizable	no_good_hit	196.0	80.102	14.0	0.04735234215885947	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0252_000000010150	1292	0.992826521583392	2	2	1	2	1	False	26950	fragment	False	SPA0069_000000016583	0.9853383458646616		0	0	False	False	0.9814241528511047	0					non-mobilizable	no_good_hit	196.0	80.102	14.0	0.04735234215885947	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MON0063_000000025742	1164	0.992826521583392	3	2	1	2	1	False	10722	fragment	False	MON0063_000000025742	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0858_000000006821	1535	0.9928261232196997	2	2	2	1	1	True	20455	maximal	True	ISR0858_000000006821	1.0		0	0	False	False	0.9947882890701294	0					non-mobilizable	no_good_hit	419.0	76.85	27.0	0.0033910739759527206	NZ_OFSM01000018.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
ISR0051_000000012981	3088	0.992822084773601	5	5	4	5	4	True	73345	fragment	False	ISR0051_000000012981	0.9885714285714287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	100.0	3.0	0.00041049009750292875	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	True
USA0004_01_000000012236	1906	0.9928194925872754	4	2	2	2	2	False	124098	fragment	False	USA0015_01_000000013484	0.278935602509555		0	0	False	False	1.0	0					non-mobilizable	other	1891.0	99.788	99.0	0.0005311504268594621	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0055_000000010013	1577	0.992817430580892	3	2	2	2	2	False	106516	fragment	False	AST0113_000000022342	0.6319657072872015		0	0	False	False	0.9778059720993042	0					non-mobilizable	no_good_hit	816.0	90.441	57.0	0.020307983653941993	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0155_000000001372	16200	0.9928154297586578	18	9	7	8	7	False	122394	maximal	True	ENG0155_000000001372	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	10963.0	98.27600000000001	78.0	0.5152298580426812	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	True	False
FIJ0015_000000005391	5291	0.9928140892585582	10	3	2	3	3	False	50388	maximal	True	FIJ0015_000000005391	1.0		1	1	False	False	0.9998109936714172	0					non-mobilizable	no_good_hit	1921.0	95.367	47.0	0.034026867047105946	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0173_000000002136	8632	0.9928140248189826	8	8	7	7	8	False	66387	fragment	False	ENG0173_000000002136	1.0		0	0	False	False	0.9996524453163147	0					non-mobilizable	no_good_hit	891.0	99.214	47.0	0.0002024053220077424	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0119_000000011694	2811	0.9928120751141188	4	3	2	2	2	False	87847	fragment	False	ENG0119_000000011694	0.9676220920335474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
MON0086_000000016452	1875	0.9928120751141188	3	3	2	2	2	False	63591	fragment	False	MON0086_000000016452	1.0		0	0	False	False	0.9968000054359436	0					non-mobilizable	no_good_hit	75.0	98.667	4.0	3.075974065381907e-05	NZ_CP035464.1	high GC Gram+	Bifidobacterium gallinarum strain CACC 514 chromosome CACC514, complete sequence	True	False
ISR0204_000000007363	1624	0.9928120751141188	3	3	2	2	2	False	63590	fragment	False	ISR0204_000000007363	0.99966239027684		0	0	False	False	0.9864531755447388	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
MON0076_000000022641	2107	0.9928115514890442	4	2	2	2	2	False	10345	fragment	False	MON0076_000000022641	0.95850622406639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	100.0	4.0	2.304462169443169e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0163_000000000902	9984	0.9928096062392928	16	12	5	8	11	True	127656	backbone	True	CHI0163_000000000902	0.9820528609746466	PS1016|PS1018	2	2	True	True	1.0	23	rep_cluster_1097				non-mobilizable	no_good_hit	5315.0	99.454	74.0	0.643419300157404	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0081_000000000899	9964	0.9928096062392928	14	12	5	8	11	True	125626	maximal	True	CHI0081_000000000899	0.9980091578737806		1	1	True	True	0.9997992515563965	26	rep_cluster_1079				non-mobilizable	no_good_hit	4141.0	99.71	61.0	0.5012713403559753	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
AST0116_000000009898	2718	0.9928093973715674	8	2	2	2	2	False	117994	fragment	False	AST0116_000000009898	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2718.0	99.55799999999999	100.0	0.5596292481977343	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ENG0137_000000004295	4130	0.9928082414923528	7	6	2	3	5	True	124083	fragment	False	ENG0137_000000004295	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4139.0	93.984	100.0	0.0011600999799343172	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0353_000000023398	1578	0.9928066387153854	2	1	1	1	1	True	24017	fragment	False	ISR0353_000000023398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	90.681	18.0	9.5334344060276e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
ISR0814_000000030448	1379	0.9928066387153854	1	1	1	1	1	True	21510	fragment	False	ISR0814_000000030448	1.0		0	0	False	False	0.9956490397453308	0					non-mobilizable	no_good_hit	417.0	89.448	30.0	0.00011148104715005135	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CHI0038_000000009561	1312	0.9928066387153854	2	1	1	1	1	True	87809	fragment	False	CHI0038_000000009561	1.0		0	0	False	False	0.9946646094322205	0					non-mobilizable	no_good_hit								True	True
SPA0066_000000003781	4120	0.9928054936399824	5	2	2	2	1	False	6078	fragment	False	SPA0066_000000003781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0036_000000003131	7019	0.9928018125688692	8	8	6	6	8	False	82214	fragment	False	MAD0036_000000003131	0.9819672131147541		0	0	False	False	1.0	0					non-mobilizable	chromosome	7020.0	97.806	100.0	0.0013677531059474652	CP056594.1	enterobacteria	Escherichia coli strain RHBSTW-00343 chromosome, complete genome	False	False
MAD0060_000000002235	5992	0.9928006078903074	10	6	5	4	4	True	100587	fragment	False	MAD0105_000000004261	0.9628529885307113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	9.119479207587407e-05	NZ_VRKO01000014.1	enterobacteria	Erwinia rhapontici strain H1 Contig_4, whole genome shotgun sequence	True	True
MAD0005_000000006828	3703	0.9927937170433672	3	3	1	2	3	False	98109	fragment	False	MAD0005_000000006828	1.0		0	0	False	False	0.9986497163772583	0	IncFIB				non-mobilizable	plasmid	3703.0	99.406	100.0	0.061134505821154324	AP009243.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-3 DNA, complete sequence	False	True
MON0104_000000010781	3952	0.9927936627892916	2	2	1	2	2	False	98089	maximal	True	MON0104_000000010781	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3952.0	98.02600000000001	100.0	0.03249399486457384	AB255435.1	enterobacteria	Escherichia coli plasmid pO86A1 DNA, complete sequence	False	True
SPA0134_000000008993	3258	0.9927936627892916	2	2	1	2	2	False	98086	fragment	False	SPA0134_000000008993	1.0		0	0	False	False	0.9993861317634583	0	IncFIB				non-mobilizable	plasmid	3258.0	99.969	100.0	0.023507249933238543	MH195200.1	enterobacteria	Escherichia coli strain 2009-52 plasmid pSDJ2009-52F, complete sequence	False	True
BAN0018_000000000979	2342	0.9927936627892916	2	2	1	2	2	False	98078	fragment	False	BAN0018_000000000979	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2342.0	98.719	100.0	0.01780173987103054	CP010243.1	enterobacteria	Escherichia coli strain S56 plasmid A, complete sequence	False	True
SPA0053_000000009449	3502	0.9927924615212488	3	3	1	2	3	False	98079	fragment	False	SPA0053_000000009449	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3502.0	100.0	100.0	0.025793285346967943	LC520281.1	enterobacteria	Escherichia coli H0130 plasmid pH0130 DNA, complete sequence	False	True
ENG0051_000000008180	3324	0.992791349984313	3	3	1	3	2	False	64081	fragment	False	ENG0051_000000008180	1.0		0	0	False	False	1.0	0	rep_cluster_1571	MOBQ			mobilizable	no_good_hit	1935.0	99.535	61.0	0.5336644591611479	KP691633.1	high GC Gram+	Bifidobacterium longum subsp. longum 2-2B plasmid p2-2B, complete sequence	True	True
ISR0083_000000011268	2298	0.992791349984313	3	3	1	3	2	False	34708	fragment	False	ISR0083_000000011268	0.9913145539906103		0	0	False	False	0.997389018535614	0	rep_cluster_1571				non-mobilizable	plasmid	2254.0	98.492	100.0	0.6129472821633434	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0075_000000011976	2130	0.992791349984313	3	3	1	3	2	False	34708	fragment	False	ISR0083_000000011268	0.9575718015665797		0	0	False	False	0.9981220364570618	0	rep_cluster_1571				non-mobilizable	plasmid	2086.0	99.85600000000001	100.0	0.5695165255394701	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
SPA0094_000000004556	2980	0.9927908299552168	4	4	1	2	4	False	98085	fragment	False	SPA0094_000000004556	0.9934953782951045		0	0	False	False	0.9993288516998291	0	IncFIB				non-mobilizable	plasmid	2980.0	100.0	100.0	0.024316382336135825	MN816372.1	enterobacteria	Escherichia coli strain A130 plasmid pA130-TEM, complete sequence	False	True
CAN0012_000000017166	2921	0.9927908299552168	4	4	1	2	4	False	98085	fragment	False	SPA0094_000000004556	0.9837248322147651		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2921.0	99.932	100.0	0.0170851154708061	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
ISR0112_000000006080	4632	0.9927881609437884	6	4	4	4	3	False	83706	maximal	True	ISR0112_000000006080	1.0		7	4	False	False	0.9991364479064941	0					non-mobilizable	no_good_hit	3292.0	99.757	71.0	0.00802442194171017	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0064_000000005838	3666	0.9927879092658364	4	4	1	2	4	False	98087	fragment	False	SPA0064_000000005838	0.9938165905631658		0	0	False	False	1.0	0	IncFIB				non-mobilizable	other	3542.0	98.56	100.0	0.0007256420742780189	CP007391.1	enterobacteria	Escherichia coli strain ST540, complete genome	False	True
SPA0063_000000004817	3662	0.9927879092658364	4	4	1	2	4	False	98087	fragment	False	SPA0064_000000005838	0.9931674999439499		0	0	False	False	1.0	0	IncFIB				non-mobilizable	other	3542.0	98.56	100.0	0.0007256420742780189	CP007391.1	enterobacteria	Escherichia coli strain ST540, complete genome	False	True
MON0012_000000021585	2332	0.9927860146668104	3	3	2	3	2	True	89766	fragment	False	MON0012_000000021585	1.0		0	0	False	False	0.9922813177108765	0					non-mobilizable	no_good_hit	348.0	88.506	15.0	0.016552647945271014	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
SPA0117_000000006342	5770	0.992785590895044	6	5	1	2	5	False	98094	fragment	False	SPA0117_000000006342	1.0		0	0	False	False	0.9993067383766174	0	IncFIB				non-mobilizable	other	5770.0	99.98299999999999	100.0	0.050499833680561636	LR730401.1	enterobacteria	XXX	False	True
ENG0115_000000009024	2200	0.9927854433340556	3	2	2	2	1	False	110569	fragment	False	ENG0115_000000009024	0.9589846111952561		0	0	False	False	0.9986363649368286	0					non-mobilizable	no_good_hit	68.0	83.824	3.0	0.00011719904771400633	NZ_FJNE01000003.1	firmicutes	Trichococcus palustris isolate Trichococcus palustris, whole genome shotgun sequence	True	False
ISR0086_000000004248	5604	0.9927822034114876	9	5	3	2	5	True	103425	maximal	True	ISR0086_000000004248	1.0		1	1	True	True	1.0	32		MOBP			mobilizable	no_good_hit	2117.0	96.693	77.0	0.4251509054325956	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
MAD0067_000000002556	3617	0.992781944280287	6	5	1	2	5	False	98093	fragment	False	MAD0067_000000002556	1.0		0	0	False	False	0.9997235536575317	0	IncFIB				non-mobilizable	plasmid	3614.0	97.925	99.0	0.014927161401740194	CP053608.1	enterobacteria	Escherichia coli strain NEB5-alpha_F'Iq plasmid F'Iq, complete sequence	False	True
SPA0049_000000011591	1548	0.9927813252227042	3	1	1	1	1	False	6606	fragment	False	SPA0049_000000011591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	70.789	71.0	0.009035117627003068	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0041_000000005545	2448	0.9927795029785472	3	3	3	3	2	False	62923	maximal	True	ISR0041_000000005545	1.0		12	3	False	False	1.0	0					non-mobilizable	chromosome	1303.0	96.546	97.0	0.00029457999951129583	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0137_000000002178	14459	0.9927794260094884	16	6	3	5	2	True	73600	fragment	False	SPA0137_000000002178	1.0		0	0	False	False	0.9971643686294556	0					non-mobilizable	no_good_hit								True	True
ENG0090_000000001341	12906	0.9927794260094884	16	6	3	5	2	True	73599	fragment	False	ENG0090_000000001341	1.0		0	0	False	False	0.990934431552887	0					non-mobilizable	no_good_hit	74.0	100.0	1.0	0.0002980686782899841	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0025_000000007534	4335	0.9927789726556356	7	6	4	5	5	True	120507	maximal	True	AST0025_000000007534	1.0		1	1	False	False	1.0	0	rep_cluster_589				non-mobilizable	no_good_hit	1922.0	83.559	59.0	0.025026875376910774	CP042423.1	firmicutes	Leuconostoc lactis strain CBA3622 plasmid unnamed3	True	True
ISR0394_000000010368	1837	0.9927785989149928	4	1	1	1	1	False	123363	fragment	False	AST0016_000000013366	0.9827453348671537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	4.0	0.0002221184953886269	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0161_000000009727	1746	0.9927785989149928	4	1	1	1	1	False	123363	fragment	False	AST0016_000000013366	0.9450980642769956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.00021576864207353664	LN594233.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001522	True	False
CHI0071_000000002831	3614	0.9927781118629838	2	2	1	2	2	False	89785	fragment	False	CHI0071_000000002831	1.0		0	0	False	False	0.997232973575592	0	IncFIB				non-mobilizable	plasmid	3614.0	99.723	100.0	0.024787491681474216	CP025212.1	enterobacteria	Klebsiella pneumoniae strain HZW25 plasmid unnamed1, complete sequence	False	True
ENG0002_000000005777	3525	0.9927781118629838	3	2	1	2	2	False	82331	fragment	False	ENG0002_000000005777	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3527.0	96.14399999999999	100.0	0.021802687235630756	LR792629.1	enterobacteria	Klebsiella pneumoniae isolate SB5881 genome assembly, plasmid: SB5881_II	False	True
FIJ0055_000000004462	3165	0.9927781118629838	2	2	1	2	2	False	82328	fragment	False	FIJ0055_000000004462	0.9605052766229614		0	0	False	False	0.9927330017089844	0	IncFIB				non-mobilizable	plasmid	3165.0	99.62100000000001	100.0	0.026651167883826515	CP026370.1	enterobacteria	Klebsiella quasipneumoniae strain A708 plasmid pA708-2, complete sequence	False	True
ISR0799_000000014876	1132	0.9927777610629971	2	1	1	1	1	False	21899	fragment	False	ISR0799_000000014876	1.0		0	0	False	False	0.9885159134864807	0					non-mobilizable	no_good_hit								True	False
SPA0104_000000011889	3042	0.9927774652003644	5	2	2	2	1	False	61165	fragment	False	SPA0104_000000011889	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2950.0	99.96600000000001	97.0	0.06384498809266075	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0053_000000002020	12927	0.992777028014132	20	7	2	4	5	False	6536	maximal	True	SPA0053_000000002020	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	0.0	0.0006656934306569343	NZ_WJID01000019.1	firmicutes	Gracilibacillus thailandensis strain TP2-8 contig19, whole genome shotgun sequence	True	False
ISR0020_000000001427	11154	0.9927761246809536	12	10	7	9	5	True	64267	fragment	False	ISR0020_000000001427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
DEN0084_000000000323	4527	0.9927758944306344	4	3	1	2	3	False	89786	fragment	False	DEN0084_000000000323	1.0		0	0	False	False	0.998895525932312	0	IncFIB				non-mobilizable	plasmid	4527.0	99.779	100.0	0.028153769594426475	LR792629.1	enterobacteria	Klebsiella pneumoniae isolate SB5881 genome assembly, plasmid: SB5881_II	False	True
ISR0180_000000016003	1514	0.9927756364472112	3	2	2	2	2	False	29625	fragment	False	ISR0180_000000016003	1.0		0	0	False	False	0.9940555095672607	0					non-mobilizable	no_good_hit								True	False
ISR0107_000000000750	18193	0.9927742552115209	25	15	5	15	7	True	126101	maximal	True	ISR0107_000000000750	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	2.087011456000722e-05	NZ_SGXE01000001.1	CFB group bacteria	Aquimarina brevivitae strain DSM 17196 Ga0310459_101, whole genome shotgun sequence	True	True
FIJ0058_000000003281	10795	0.9927742493793248	10	6	5	4	4	False	49303	maximal	True	FIJ0058_000000003281	1.0		1	1	False	False	0.9981473088264465	0					non-mobilizable	no_good_hit	3481.0	94.51299999999999	32.0	0.0014315024433555802	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0818_000000009225	1950	0.9927703923712491	5	3	3	2	1	False	21353	maximal	True	ISR0818_000000009225	1.0		0	0	False	False	0.980512797832489	0					non-mobilizable	no_good_hit	549.0	86.70299999999999	28.0	0.08628784199449571	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0292_000000000603	15839	0.9927696532683796	19	9	5	9	5	True	53555	backbone	False	ISR0075_000000001076	0.936480842484931	PS226|PS227	0	0	False	True	0.9993054866790771	0					non-mobilizable	no_good_hit	1012.0	73.913	6.0	0.00033322820376197813	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0042_000000000095	58267	0.9927672778582248	101	27	15	21	16	True	112957	maximal	True	ISR0042_000000000095	1.0		1	1	True	True	0.9999828338623047	20					non-mobilizable	no_good_hit	3697.0	92.04799999999999	48.0	0.0653776627795697	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0007_000000000218	59728	0.9927652315373772	104	30	13	21	18	True	76344	maximal	True	DEN0007_000000000218	1.0		1	1	True	True	1.0	108					non-mobilizable	no_good_hit	6703.0	93.06299999999999	47.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0048_000000003823	7112	0.9927639207161156	8	3	3	3	1	True	46816	maximal	False	ISR0293_000000005017	0.9779553305745416		0	0	True	True	1.0	78					non-mobilizable	no_good_hit								True	True
SPA0079_000000012836	1980	0.9927604275228271	3	2	2	2	2	False	75982	fragment	False	DEN0010_000000019827	0.49227183513248285		0	0	False	False	0.9848484992980957	0					non-mobilizable	chromosome	1064.0	99.436	99.0	0.0002420212118045334	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
FIJ0054_000000005653	4332	0.9927565264913576	9	3	3	3	2	False	59018	fragment	False	FIJ0054_000000005653	1.0		0	0	False	False	0.9997691512107849	0					non-mobilizable	no_good_hit	677.0	95.126	36.0	0.011980292772835218	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
DEN0079_000000007378	5488	0.9927551035160604	5	2	2	2	2	False	126371	fragment	False	FIJ0067_000000005628	0.6364475627769571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	97.225	17.0	0.9989304812834224	GQ882260.1		Uncultured organism clone VC1D005TR genomic sequence	True	False
ISR0392_000000014922	2228	0.9927551035160604	3	2	2	2	2	False	46234	fragment	False	ISR0392_000000014922	1.0		0	0	False	False	0.9838420152664185	0					non-mobilizable	no_good_hit	411.0	80.535	18.0	0.009185025489007164	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
CAN0001_000000000572	35573	0.9927537028234532	51	20	12	17	13	False	107043	maximal	True	CAN0001_000000000572	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	8294.0	99.337	23.0	0.08432435731797883	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
CHI0046_000000003527	3322	0.9927534326696624	4	4	4	4	3	False	125033	fragment	False	ISR0039_000000010205	0.9914179359423123		0	0	False	False	0.9993979334831238	0					non-mobilizable	other	3322.0	99.27799999999999	100.0	0.012007288977590732	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0146_000000028770	1479	0.9927521703105586	3	1	1	1	1	False	30987	maximal	True	ISR0146_000000028770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	88.359	51.0	0.00020207255660600304	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0064_000000015526	1430	0.9927493455893596	3	2	2	2	1	False	62934	maximal	True	ENG0064_000000015526	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	94.54299999999999	59.0	0.18022260273972604	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
ISR0131_000000005004	4930	0.9927481455748092	7	7	4	4	6	True	132556	maximal	True	ISR0131_000000005004	1.0		24	5	False	False	0.999391496181488	0					non-mobilizable	no_good_hit	4228.0	100.0	86.0	0.11271098312135029	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
FIJ0091_000000006826	3661	0.9927470716965188	7	1	1	1	1	False	43387	maximal	True	FIJ0091_000000006826	1.0		2	1	False	False	0.9997268319129944	0					non-mobilizable	no_good_hit	407.0	88.698	23.0	0.009027824563767432	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MAD0004_000000000341	15763	0.9927458819835212	23	6	4	5	3	False	49869	maximal	True	MAD0004_000000000341	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1786.0	91.713	49.0	0.03159890830468224	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0042_01_000000011373	1675	0.9927438422013742	3	3	3	3	3	False	1262	fragment	False	USA0042_01_000000011373	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	100.0	100.0	0.03681467308834202	NZ_NQCD01000071.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_32_length_45471_cov_30.0522_ID_63.ctg_1, whole genome shotgun sequence	False	False
USA0035_01_000000002720	9385	0.9927411747756258	11	7	6	6	6	False	107030	fragment	False	USA0035_01_000000002720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2228.0	97.083	64.0	0.004719560642524135	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
AST0140_000000005676	4835	0.9927405257565984	6	5	3	5	2	False	105636	maximal	True	AST0140_000000005676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2209.0	98.09899999999999	73.0	0.5752996352266806	NZ_CABMGA010000048.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0148_000000000860	20168	0.9927392757909108	25	12	9	8	6	True	101350	backbone	False	TAN0011_000000000086	0.5224641164955929	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0068_000000005788	3454	0.9927386011745704	3	3	3	2	2	True	91153	fragment	False	ISR0068_000000005788	1.0		0	0	False	False	0.9994209408760071	0					non-mobilizable	other	3282.0	97.471	97.0	0.008858900211144771	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
FIJ0123_000000013767	2349	0.9927385956341136	2	2	2	2	1	True	44377	maximal	True	FIJ0123_000000013767	1.0		0	0	False	False	0.9821200370788574	0					non-mobilizable	no_good_hit	370.0	81.081	16.0	0.000110195591152679	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0149_000000033379	1216	0.9927380698750156	1	1	1	1	1	False	3279	maximal	True	SPA0149_000000033379	1.0		0	0	False	False	0.9876644611358643	0					non-mobilizable	no_good_hit	397.0	97.48100000000001	37.0	9.936287321297379e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
USA0053_01_000000013920	1329	0.9927375940948214	2	2	2	2	1	False	82128	fragment	False	USA0053_01_000000013920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	77.152	54.0	0.00013140694064187332	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ISR0813_000000027516	1147	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9209083245149573		0	0	False	False	0.9982563257217407	0					non-mobilizable	no_good_hit	650.0	77.23100000000001	61.0	0.0001336797021938554	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
CHI0116_000000013668	1133	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9206108454807045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	77.88	57.0	0.014352469959946596	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0171_000000003580	1133	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9206108454807045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	77.88	57.0	0.014352469959946596	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0141_000000024462	1133	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9206108454807045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	77.88	57.0	0.014352469959946596	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0093_000000010767	1133	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9206108454807045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	77.88	57.0	0.014352469959946596	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0006_000000019467	1133	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9637162563731008		0	0	False	False	0.999117374420166	0					non-mobilizable	no_good_hit	710.0	78.169	62.0	0.015665331553182022	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
USA0011_01_000000031732	1133	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9206108454807045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	77.88	57.0	0.014352469959946596	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0124_000000027667	1116	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9109435865242338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	77.88	58.0	0.014352469959946596	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
SPA0073_000000009465	1113	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9132675894146564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	77.88	58.0	0.014352469959946596	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
DEN0026_000000025233	1109	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9521478287134072		0	0	False	False	0.9855725765228271	0					non-mobilizable	no_good_hit	703.0	78.094	63.0	0.01550956831330663	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0154_000000018602	1109	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.8870801818084957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	76.995	57.0	0.00013140694064187332	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
CHI0188_000000013905	1106	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9449677457819537		0	0	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	710.0	78.169	64.0	0.015665331553182022	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
SPA0067_000000018372	1105	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9533264921555005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	77.842	63.0	0.015331553182020471	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
SPA0024_000000012714	1103	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.9077164785307031		0	0	False	False	0.9918404221534729	0					non-mobilizable	no_good_hit	651.0	77.88	59.0	0.014352469959946596	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
MON0031_000000028990	1094	0.9927375940948214	2	2	2	2	1	False	82126	fragment	False	ENG0006_000000019467	0.8960339867637921		0	0	False	False	0.9552102088928223	0					non-mobilizable	no_good_hit	650.0	77.23100000000001	64.0	0.0001336797021938554	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
DEN0035_000000011164	2870	0.992736866111873	5	2	2	2	2	False	124102	fragment	False	FIJ0166_000000008406	0.9735573532103484		0	0	False	False	1.0	0					non-mobilizable	other	2868.0	99.024	99.0	0.0008057186633894591	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0152_000000007996	2863	0.992736866111873	6	2	2	2	2	False	124102	fragment	False	FIJ0166_000000008406	0.9678995631603041		0	0	False	False	0.9853300452232361	0					non-mobilizable	other	2863.0	99.51100000000001	100.0	0.0008043135035300426	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0166_000000008406	2857	0.992736866111873	5	2	2	2	2	False	124102	fragment	False	FIJ0166_000000008406	0.9770104481353238		0	0	False	False	0.9989499449729919	0					non-mobilizable	other	2857.0	99.09	100.0	0.0008026273116987428	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
USA0015_01_000000013484	2482	0.992736866111873	5	2	2	2	2	False	124098	fragment	False	USA0015_01_000000013484	0.9780696616728124		0	0	False	False	1.0	0					non-mobilizable	other	2478.0	99.96	99.0	0.000696116194354967	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0038_000000014968	2316	0.992736866111873	4	2	2	2	2	False	124098	fragment	False	USA0015_01_000000013484	0.9666837744972067		0	0	False	False	1.0	0					non-mobilizable	other	2316.0	99.007	100.0	0.0006505890149098702	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
SPA0136_000000003218	10234	0.9927361168765062	7	4	3	4	2	False	105982	maximal	True	SPA0136_000000003218	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	92.59299999999999	1.0	2.369334883273236e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0039_000000001661	12910	0.9927326349801798	20	11	4	8	9	False	100968	fragment	False	ISR0039_000000001661	0.9622668341622989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	87.44200000000001	10.0	0.07652236393030358	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
USA0015_01_000000005488	5557	0.9927320683394232	10	6	1	4	6	False	28923	fragment	False	USA0015_01_000000005488	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	84.95100000000001	27.0	0.09041374767977965	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
CHI0115_000000000723	9477	0.9927282663564668	13	10	6	6	7	True	92180	maximal	False	CHI0133_000000001640	0.9806489013903004		0	0	True	True	1.0	57		MOBB			mobilizable	no_good_hit	1769.0	93.04700000000001	43.0	0.29672544080604535	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
FIJ0146_000000000549	23423	0.992726466360227	35	34	4	23	34	True	95708	fragment	False	FIJ0063_000000000581	0.9616295594504973		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	23423.0	99.919	100.0	0.1532316630355846	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
USA0056_01_000000005213	4272	0.9927264254977376	4	4	4	4	4	False	90688	fragment	False	USA0056_01_000000005213	0.9733370113493064		0	0	False	False	0.9962546825408936	0					non-mobilizable	chromosome	4253.0	99.882	99.0	0.0017979329690672652	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
SPA0058_000000004200	6337	0.9927263906118328	11	9	6	8	5	False	44753	maximal	True	SPA0058_000000004200	1.0		0	0	False	False	0.9996843934059143	0					non-mobilizable	no_good_hit	598.0	85.117	9.0	0.00031917126858797774	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0031_000000008112	3519	0.9927244528136532	3	3	3	3	3	False	129571	maximal	True	SPA0031_000000008112	1.0	PS1059|PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1781.0	99.15799999999999	51.0	0.00047701024982473895	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MAD0111_000000006613	2579	0.9927240573371096	3	3	3	3	3	False	98267	fragment	False	MAD0111_000000006613	1.0		0	0	False	False	0.9996122717857361	0					non-mobilizable	plasmid	2579.0	99.961	100.0	0.027246977255432486	CP051713.1	enterobacteria	Escherichia coli strain SCU-123 plasmid pSCU-123-2, complete sequence	False	True
SPA0090_000000006014	5210	0.9927179078432972	6	5	3	4	2	True	128511	maximal	True	SPA0090_000000006014	1.0	PS1035|PS631	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2081.0	95.09899999999999	44.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0099_000000006706	4240	0.9927161351603724	6	2	2	2	2	False	15245	fragment	False	MAD0099_000000006706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1187.0	71.27199999999999	27.0	0.009408536684363483	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0134_000000001541	11509	0.9927097821723267	12	8	7	8	5	True	44493	maximal	True	FIJ0134_000000001541	1.0		1	1	False	False	0.9992179870605469	0					non-mobilizable	no_good_hit	49.0	89.796	0.0	0.0023423775131758734	NZ_AQQX01000029.1	a-proteobacteria	Pseudooceanicola atlanticus strain 22II-s11g contig29, whole genome shotgun sequence	True	True
ISR0009_000000002046	11508	0.9927081454102484	18	7	2	7	2	False	118836	backbone	False	ISR0143_000000002610	0.6214531801168958	PS813	0	0	False	True	0.9992179274559021	0					non-mobilizable	no_good_hit	2737.0	95.944	61.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
MAD0058_000000002444	5540	0.99270801294504	6	6	6	5	6	False	16967	maximal	True	MAD0058_000000002444	1.0		6	1	False	False	0.9938628077507019	0					non-mobilizable	no_good_hit	3583.0	99.721	87.0	0.0012368859350077059	CP042289.1	firmicutes	Enterococcus hirae strain HDC14-2 complete genome	True	False
USA0031_01_000000000107	72026	0.9927064772121552	74	43	29	37	24	True	116760	maximal	False	ITA0005_000000000049	0.9654206928735299	PS635	0	0	True	True	0.999916672706604	2					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MAD0061_000000015557	1215	0.9927046739444312	3	1	1	1	1	False	16804	fragment	False	MAD0061_000000015557	1.0		0	0	False	False	0.9934156537055969	0					non-mobilizable	no_good_hit								True	False
CHI0181_000000007074	2863	0.9927042251883608	4	2	2	2	1	False	77438	fragment	False	CHI0181_000000007074	1.0		0	0	False	False	0.9996507167816162	0					non-mobilizable	no_good_hit	45.0	95.556	2.0	0.05017103762827822	GQ876933.1		Uncultured organism clone VC1AH15TR genomic sequence	True	False
ISR0054_000000006258	3700	0.9927006375756956	5	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9966208640564221	PS772	0	0	True	True	1.0	64	rep_cluster_1571	MOBQ			mobilizable	plasmid	1873.0	99.89299999999999	100.0	0.5113357006282436	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0028_000000002941	5553	0.9926984222055156	6	5	5	5	2	True	129619	backbone	False	ITA0004_000000000143	0.9516525463851009	PS1023|PS1024|PS1061|PS1062	0	0	True	True	1.0	81					non-mobilizable	no_good_hit	886.0	93.00200000000001	44.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0055_000000006150	2264	0.9926983822448704	4	1	1	1	1	False	117676	fragment	False	ENG0082_000000008691	0.9522990975504941		0	0	False	False	0.9991165995597839	0					non-mobilizable	no_good_hit	120.0	96.667	5.0	0.0003649228713863358	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0102_000000005172	1692	0.9926983822448704	3	1	1	1	1	False	117663	fragment	False	CHI0102_000000005172	1.0		0	0	False	False	0.991725742816925	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	0.0001469927728553346	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0164_000000024908	1151	0.9926983822448704	1	1	1	1	1	False	30267	fragment	False	ISR0164_000000024908	1.0		0	0	False	False	0.9991312026977539	0					non-mobilizable	no_good_hit	48.0	93.75	4.0	0.00019190723122779795	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0082_000000005119	3700	0.9926973901589144	5	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9943158504027722	PS772	0	0	True	True	1.0	261	rep_cluster_1571	MOBQ			mobilizable	plasmid	2037.0	99.804	100.0	0.5561322043157607	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
AST0088_000000003347	3699	0.9926973901589144	5	3	1	3	3	False	116344	backbone	False	ENG0007_000000007055	0.9926361766533291	PS772	0	0	True	True	1.0	141	rep_cluster_1571	MOBQ			mobilizable	plasmid	2037.0	99.60700000000001	100.0	0.5561322043157607	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0192_000000006114	3186	0.9926972204960128	4	4	2	2	4	True	115860	fragment	False	ISR0192_000000006114	1.0		0	0	False	False	0.9981167316436768	0	rep_cluster_1320,rep_cluster_1351				non-mobilizable	plasmid	1141.0	99.912	100.0	0.11317383103345577	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
SPA0100_000000013538	2162	0.9926970750829772	3	2	1	2	1	True	4965	maximal	True	SPA0100_000000013538	1.0		1	1	True	True	1.0	464					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	0.00022117417466254675	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
ENG0185_000000006954	3165	0.9926954138221008	6	4	1	2	2	True	55061	maximal	True	ENG0185_000000006954	1.0		1	1	True	True	1.0	55					non-mobilizable	no_good_hit	261.0	93.103	8.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0072_000000001779	3136	0.9926954138221008	5	4	1	2	2	True	18125	maximal	False	MAD0101_000000008929	0.9981939302450832		0	0	True	True	0.9993622303009033	13					non-mobilizable	no_good_hit	840.0	87.738	31.0	0.28029540114132256	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0101_000000008929	3115	0.9926954138221008	5	4	1	2	2	True	18125	maximal	True	MAD0101_000000008929	0.9985027896583886		4	1	True	True	1.0	34					non-mobilizable	no_good_hit	840.0	87.738	31.0	0.28029540114132256	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0080_000000001859	3024	0.9926954138221008	4	4	1	2	2	True	18125	maximal	False	MAD0101_000000008929	0.9906726300593868		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	874.0	87.529	30.0	0.2903871829105474	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0024_000000047493	1117	0.9926932171206551	2	2	2	2	2	False	12856	fragment	False	MON0024_000000047493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000000648	42634	0.9926915620418912	49	21	13	17	13	True	114904	maximal	True	CAN0007_000000000648	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1263.0	92.399	6.0	0.00035132407697393604	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0008_000000000587	24335	0.9926874170117068	20	8	3	7	2	True	67486	fragment	False	ENG0008_000000000587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	4.546118439468067e-07	CP011897.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 12 sequence	True	True
ISR0785_000000001435	15085	0.9926869093942314	12	11	7	7	10	True	123657	fragment	False	SPA0116_000000001980	0.9687351117530822		0	0	False	True	0.9999337196350098	0	rep_cluster_1702				non-mobilizable	no_good_hit	7571.0	99.51100000000001	58.0	0.0014377142774640377	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
ISR0092_000000000991	14763	0.9926859763685176	20	20	11	13	17	True	123675	fragment	False	ISR0092_000000000991	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7944.0	97.45700000000001	93.0	0.25509514150487783	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0068_000000014804	2156	0.9926857550123092	4	3	2	1	2	False	45073	fragment	False	FIJ0068_000000014804	1.0		0	0	False	False	0.994434118270874	0					non-mobilizable	plasmid	2157.0	99.72200000000001	100.0	0.014621806566249127	CP033632.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb1, complete sequence	False	True
FIJ0034_000000025239	1116	0.9926815981873808	2	1	1	1	1	False	94084	fragment	False	SPA0062_000000015646	0.09513198528759503		0	0	False	False	1.0	0					non-mobilizable	chromosome	1116.0	97.84899999999999	100.0	0.00047810555284224105	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
USA0038_01_000000000155	55899	0.9926801984024044	100	30	14	21	15	True	112988	maximal	True	USA0038_01_000000000155	1.0		2	1	True	True	1.0	16					non-mobilizable	no_good_hit	7020.0	88.06299999999999	47.0	0.12366639492432567	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0043_000000000137	59363	0.9926749726005804	102	30	15	22	17	True	93511	maximal	True	ISR0043_000000000137	1.0		1	1	True	True	1.0	82					non-mobilizable	no_good_hit	6179.0	92.62	43.0	0.10943536667493708	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0182_000000009643	2804	0.9926725048282022	5	5	4	4	3	False	83960	fragment	False	CHI0182_000000009643	1.0		0	0	False	False	0.9996433854103088	0					non-mobilizable	no_good_hit	2135.0	99.391	76.0	0.00048540848877447337	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
MON0096_000000004219	6725	0.9926693501809716	12	1	1	1	1	False	9284	maximal	True	MON0096_000000004219	1.0		1	1	False	False	0.9998512864112854	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00010769500773808574	NZ_QETA01000006.1	b-proteobacteria	Corticimicrobacter populi strain 3d-2-2 Scaffold6, whole genome shotgun sequence	True	False
ENG0116_000000000180	46564	0.9926668689867809	41	15	12	15	8	True	92419	fragment	False	ENG0190_000000000230	0.5587563773779924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	85.9	4.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
AST0148_000000006349	5355	0.9926651469236898	8	7	5	6	6	False	105151	fragment	False	AST0148_000000006349	0.9548819527811124		0	0	False	False	0.9966386556625366	0					non-mobilizable	no_good_hit	620.0	71.774	11.0	0.00013764059975927633	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ETH0003_000000000977	19171	0.9926640547472232	24	20	15	18	14	True	53296	maximal	True	ETH0003_000000000977	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	74.123	4.0	0.0001828848235667188	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0067_000000002097	10580	0.992661202537906	15	8	4	8	6	False	100967	fragment	False	ISR0800_000000000923	0.987292977778105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1532.0	84.726	14.0	0.09041374767977965	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
ISR0070_000000001698	10572	0.992661202537906	15	8	4	8	6	False	100967	fragment	False	ISR0800_000000000923	0.9879671757527955		0	0	False	False	0.9990541338920593	0					non-mobilizable	no_good_hit	1530.0	84.837	14.0	0.09041374767977965	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
FIJ0023_000000000904	22518	0.9926602155490716	27	10	4	10	4	True	51817	fragment	False	FIJ0023_000000000904	1.0		0	0	False	False	0.9996447563171387	0					non-mobilizable	no_good_hit	512.0	83.398	2.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
SPA0005_000000011426	2565	0.9926591666233314	3	2	2	1	1	False	8318	maximal	True	SPA0005_000000011426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	99.25299999999999	42.0	0.0018633302190676725	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
USA0036_01_000000001623	21540	0.9926576816676328	22	16	9	10	10	True	90012	fragment	False	USA0036_01_000000001623	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	86.0	98.837	0.0	2.874043197207377e-05	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	True	True
ISR0318_000000000148	37531	0.9926538462133851	43	22	10	17	14	True	56013	maximal	True	ISR0318_000000000148	1.0		3	2	False	False	0.9999733567237854	0		MOBB			mobilizable	no_good_hit	10222.0	94.77600000000001	70.0	0.13063968752001023	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	True
AST0097_000000003087	7214	0.9926526763883091	8	4	1	3	3	False	109031	fragment	False	AST0097_000000003087	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6683.0	97.18700000000001	100.0	0.050833244392943726	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	False
CAN0021_000000015907	2714	0.9926475159560691	4	3	2	2	3	True	115859	fragment	False	CAN0021_000000015907	1.0		0	0	False	False	0.9955784678459167	0	rep_cluster_1320,rep_cluster_1351				non-mobilizable	other	1924.0	99.844	100.0	0.0008062937030684025	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MAD0040_000000017710	1863	0.9926438854117344	4	2	2	1	1	False	25136	fragment	False	MAD0040_000000017710	1.0		0	0	False	False	0.9908749461174011	0					non-mobilizable	no_good_hit								True	False
SPA0149_000000008376	4331	0.9926422727528176	6	3	2	3	2	False	3317	maximal	True	SPA0149_000000008376	1.0		1	1	False	False	0.9958438873291016	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0006487638731203226	AF193903.1	eukaryotes	Cafeteria roenbergensis mitochondrial DNA, complete genome	True	False
ENG0117_000000000838	20090	0.9926401314769652	30	28	8	18	27	True	59410	maximal	True	ENG0117_000000000838	1.0		1	1	False	False	0.9999502301216125	0			MPF_F		non-mobilizable	plasmid	9568.0	96.478	94.0	0.08931040926929545	CP056885.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00062 plasmid pRHBSTW-00062_3, complete sequence	False	True
ENG0192_000000004009	4317	0.9926375801144758	6	5	1	2	4	True	104318	fragment	False	ENG0192_000000004009	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1188.0	95.96	48.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0005_000000004971	6011	0.992636524078902	10	5	4	4	4	False	8344	maximal	True	SPA0005_000000004971	1.0		1	1	False	False	0.9998336434364319	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.004815961472308222	XM_001017727.3	ciliates	Tetrahymena thermophila SB210 tetratricopeptide repeat protein partial mRNA	True	False
CAN0017_000000002315	16927	0.9926310492594572	12	5	4	5	2	False	92745	maximal	True	CAN0017_000000002315	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	76.279	1.0	6.337970812755906e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0167_000000000229	58661	0.9926307188516282	100	33	14	22	19	True	112974	maximal	True	ENG0167_000000000229	1.0		1	1	True	True	1.0	725					non-mobilizable	no_good_hit	5666.0	87.999	46.0	0.09995392195087371	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0192_000000007260	2651	0.9926294172517259	4	4	1	2	2	True	29129	maximal	True	ISR0192_000000007260	1.0		0	0	False	False	0.9996227622032166	0					non-mobilizable	no_good_hit	681.0	81.93799999999999	32.0	0.24990447076805503	NZ_LOJF01000016.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_9, whole genome shotgun sequence	True	True
ISR0093_000000002277	8354	0.9926290256086716	13	4	1	2	3	False	33544	maximal	True	ISR0093_000000002277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	76.804	2.0	0.0032609080920143196	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0011_000000012356	3496	0.9926253673857792	7	5	3	4	3	True	125361	fragment	False	FIJ0114_000000005988	0.6307744256902749		0	0	False	False	0.9988558292388916	0					non-mobilizable	no_good_hit	3062.0	98.334	88.0	0.0008736498527838634	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0112_000000006784	5061	0.9926244642046892	8	5	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9821108799660259	PS607|PS904	0	0	True	True	1.0	145		MOBP			mobilizable	plasmid	4488.0	99.57700000000001	100.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0111_000000006493	5049	0.9926244642046892	8	5	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9832832191461265	PS607|PS904	0	0	True	True	1.0	20		MOBP			mobilizable	plasmid	4496.0	99.57700000000001	100.0	0.9018108651911468	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0369_000000001009	8404	0.9926226867148	7	6	5	6	3	True	119533	fragment	False	ISR0369_000000001009	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5123.0	97.228	100.0	0.028388324237720922	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
MON0026_000000021849	2063	0.9926217992501204	3	3	3	2	2	False	12747	fragment	False	MON0026_000000021849	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2063.0	98.98200000000001	100.0	0.0011476653470184912	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
CHI0158_000000000769	14363	0.9926216578251778	19	14	7	9	13	True	123695	fragment	False	CHI0158_000000000769	1.0		0	0	False	True	0.9997215270996094	0	rep_cluster_1702				non-mobilizable	plasmid	6644.0	99.579	97.0	0.21445635330578514	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0076_000000023963	1997	0.9926179272503826	5	1	1	1	1	False	70813	fragment	False	MON0076_000000023963	1.0		0	0	False	False	0.997996985912323	0					non-mobilizable	no_good_hit	683.0	76.428	33.0	0.00022518148314824583	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0274_000000001553	3410	0.9926168980481728	5	3	1	2	3	False	26359	maximal	True	ISR0274_000000001553	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	93.814	63.0	0.015436146457306916	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0102_000000015889	1799	0.9926164499194328	5	2	1	1	2	False	60372	maximal	True	ENG0102_000000015889	1.0		1	1	False	False	0.9955530762672424	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	1.2453983372922415e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0151_000000006149	2881	0.9926127578300968	3	3	3	3	3	False	98269	fragment	False	MON0037_000000021332	0.6459833161924351		0	0	False	False	1.0	0					non-mobilizable	plasmid	2860.0	99.65	99.0	0.05035223670306446	CP050159.1	enterobacteria	Enterobacter cloacae plasmid Carbapenemase(IMP-26)_IncN, complete sequence	False	True
ISR0199_000000001122	18231	0.9926040638497844	18	17	2	7	16	True	28836	fragment	False	ISR0199_000000001122	1.0		0	0	False	False	0.9988481402397156	0	IncL/M		MPF_I		non-mobilizable	plasmid	17479.0	98.75299999999999	96.0	0.47423407777265203	MH000720.1	enterobacteria	Klebsiella aerogenes strain Ea33A plasmid clone NODE5 genomic sequence	False	True
ISR0036_000000001112	7053	0.9926021328855332	17	2	1	2	2	False	36765	maximal	True	ISR0036_000000001112	1.0		1	1	False	False	0.9997164607048035	0					non-mobilizable	no_good_hit	678.0	97.788	11.0	0.013748705347170041	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
ENG0058_000000003087	8246	0.992601999600597	16	9	1	4	9	False	63482	fragment	False	ENG0058_000000003087	1.0		0	0	False	False	0.9995149374008179	0					non-mobilizable	no_good_hit	1345.0	86.617	22.0	0.03461770808709584	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0150_000000004446	4998	0.9926008451097384	6	5	1	4	5	False	103823	fragment	False	ISR0150_000000004446	1.0		0	0	False	False	0.999799907207489	0	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5003.0	98.941	100.0	0.8881193393713372	CP043665.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky strain 161365 plasmid unnamed1, complete sequence	False	True
ISR0840_000000005262	2826	0.9925945015125202	5	2	1	2	1	True	56670	maximal	True	ISR0840_000000005262	1.0		3	2	True	True	1.0	58					non-mobilizable	no_good_hit	154.0	77.273	5.0	0.05753217259651779	HG796388.1	bacteria	Uncultured bacterium plasmid pRGI00870	True	True
AST0149_000000002512	10409	0.9925931735863792	11	7	5	6	5	False	104566	fragment	False	AST0149_000000002512	1.0		0	0	False	False	0.9999039173126221	0					non-mobilizable	no_good_hit	4647.0	97.977	67.0	0.04721309474155383	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0296_000000007866	3248	0.9925903802224728	8	6	4	6	5	False	118820	fragment	False	USA0056_01_000000006190	0.3560972541690627		0	0	False	False	0.9972290396690369	0					non-mobilizable	other	3248.0	99.384	100.0	0.004106321737326933	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
FIJ0019_000000000250	18171	0.9925889165912064	19	19	7	15	19	True	98679	fragment	False	FIJ0019_000000000250	0.9541332888295505		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	17709.0	99.221	97.0	0.19979907211956338	CP058573.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2-2, complete sequence	False	True
FIJ0009_000000004414	7533	0.9925847922889336	9	7	5	7	6	False	51336	fragment	False	FIJ0009_000000004414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.346	12.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0328_000000002000	10520	0.9925812938084054	18	6	2	6	3	False	127292	fragment	False	ISR0020_000000001360	0.9696944760074487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5708.0	96.391	83.0	0.4796029943645386	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
CHI0063_000000004965	2593	0.9925805583196999	5	4	4	4	3	False	118814	fragment	False	AST0028_000000006617	0.9817288915280984		0	0	False	False	0.9899730086326599	0					non-mobilizable	other	2575.0	99.961	99.0	0.05341246290801187	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
AST0028_000000006617	2591	0.9925805583196999	5	4	4	4	3	False	118814	fragment	False	AST0028_000000006617	0.9830751590828319		0	0	False	False	0.9992281198501587	0					non-mobilizable	other	2591.0	99.92299999999999	100.0	0.0008998054474708171	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0283_000000005169	2627	0.9925771696809124	3	2	2	2	2	True	115843	fragment	False	ISR0283_000000005169	1.0		0	0	False	False	1.0	0	rep_cluster_1320,rep_cluster_1351				non-mobilizable	plasmid	1021.0	99.902	100.0	0.10126079618782885	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ENG0108_000000000213	58661	0.9925731639765064	51	15	9	13	10	False	59958	maximal	True	ENG0108_000000000213	1.0		1	1	False	False	0.999710202217102	0					non-mobilizable	no_good_hit	2622.0	97.06299999999999	4.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	False
FIJ0037_000000000992	17296	0.9925721388505218	21	12	7	9	10	True	47857	maximal	True	FIJ0037_000000000992	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2326.0	95.056	23.0	0.03378005174569028	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	True
SPA0120_000000025521	1581	0.9925720778179464	3	3	3	1	1	False	4167	maximal	True	SPA0120_000000025521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	95.833	3.0	1.3680571463666877e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
MON0109_000000011059	3119	0.992561947727226	5	4	2	4	2	True	8506	maximal	True	MON0109_000000011059	1.0		1	1	False	False	0.982366144657135	0					non-mobilizable	no_good_hit	258.0	99.61200000000001	8.0	8.732832084628959e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
FIJ0063_000000000581	25332	0.9925596067296508	35	34	4	23	34	True	95708	fragment	False	FIJ0063_000000000581	0.9993809503479486		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	25307.0	99.822	99.0	0.1584331993438271	CP025516.1	enterobacteria	Klebsiella pneumoniae strain 002SK2 plasmid p002SK2_A, complete sequence	False	True
USA0116_01_000000010426	2469	0.9925595732635584	4	1	1	1	1	False	71248	maximal	True	USA0116_01_000000010426	1.0		1	1	False	False	0.9979748725891113	0					non-mobilizable	no_good_hit								True	False
MON0005_000000048981	1122	0.9925595732635584	2	1	1	1	1	False	14079	fragment	False	MON0005_000000048981	1.0		0	0	False	False	0.9982174634933472	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000001897	10279	0.9925586115163986	8	7	6	7	4	False	118461	maximal	True	SPA0028_000000001897	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	3426.0	98.83200000000001	65.0	0.012993220763356461	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0067_000000005628	5416	0.9925555716689146	5	2	2	2	2	False	126371	fragment	False	FIJ0067_000000005628	0.9198334484391681		0	0	False	False	0.9898449182510376	0					non-mobilizable	no_good_hit	937.0	94.45	17.0	0.9989304812834224	GQ882260.1		Uncultured organism clone VC1D005TR genomic sequence	True	False
ENG0166_000000004516	5669	0.9925550819359228	9	4	3	3	4	False	124115	fragment	False	ENG0028_000000002063	0.23141794375289984		0	0	False	False	0.9998236298561096	0					non-mobilizable	other	5669.0	99.541	100.0	0.0015928892166346196	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
USA0065_01_000000003028	3699	0.9925550819359228	7	4	3	3	4	False	124110	fragment	False	USA0065_01_000000003028	1.0		0	0	False	False	0.9981076121330261	0					non-mobilizable	other	3699.0	99.973	100.0	0.0010392562320244924	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
SPA0050_000000013011	1992	0.9925550676925012	3	2	2	2	2	False	6588	fragment	False	SPA0050_000000013011	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1992.0	96.285	100.0	0.001176570005915352	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MAD0099_000000001282	14127	0.9925493978631094	17	10	5	9	9	True	48333	maximal	True	MAD0099_000000001282	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	3361.0	78.935	24.0	0.013884771016114687	NZ_LXWL01000009.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig009, whole genome shotgun sequence	True	True
CAN0006_000000030965	1450	0.992546758181398	3	2	2	1	2	False	95562	fragment	False	CAN0006_000000030965	0.9769345238095237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	80.189	7.0	0.006848386221860591	NZ_KB850961.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.5, whole genome shotgun sequence	True	False
ISR0052_000000001273	17923	0.9925437167725892	22	19	8	10	15	False	80999	maximal	True	ISR0052_000000001273	1.0		1	1	False	False	0.9998884201049805	0					non-mobilizable	other	14255.0	98.955	90.0	0.0027606969258727504	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0038_000000002748	10289	0.9925428743291156	12	7	6	6	6	True	116752	fragment	False	SPA0004_000000001628	0.9723558406081122		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	95.13600000000001	60.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
SPA0092_000000003308	10174	0.9925428743291156	11	7	6	6	6	True	116752	fragment	False	SPA0004_000000001628	0.9652154868143424		0	0	False	False	0.9999017119407654	0					non-mobilizable	no_good_hit	2878.0	95.13600000000001	59.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0154_000000014580	1430	0.9925403867069692	2	2	1	2	2	False	88934	fragment	False	ISR0154_000000014580	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1432.0	97.277	100.0	0.00492195142113167	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
CAN0014_000000000482	43727	0.9925385055221192	34	15	9	13	7	True	117530	maximal	True	CAN0014_000000000482	1.0	PS662	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1812.0	87.914	4.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0024_000000004832	4277	0.9925338892617124	4	2	2	2	1	False	121170	maximal	True	ISR0024_000000004832	1.0		1	1	False	False	0.9990647435188293	0					non-mobilizable	no_good_hit	1031.0	84.869	24.0	0.02306362146017202	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0031_000000000284	54394	0.9925336876061609	50	27	12	22	11	True	132147	fragment	False	ISR0104_000000000158	0.818517480359252		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2808.0	97.82799999999999	8.0	0.013389768231987518	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0221_000000013229	1702	0.9925333451292424	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.39994480389014037		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	99.706	100.0	0.00032202296302017786	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
CHI0182_000000016739	1696	0.9925333451292424	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.39995685015944904		0	0	False	False	0.9770047068595886	0					non-mobilizable	chromosome	1696.0	99.705	100.0	0.0003179764168428825	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
USA0013_01_000000006048	1690	0.9925333451292424	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.40122005152882706		0	0	False	False	0.9911242723464966	0					non-mobilizable	chromosome	1681.0	99.64299999999999	99.0	0.0003151624662513526	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
USA0032_01_000000015061	1418	0.9925333451292424	2	2	2	2	1	False	55431	fragment	False	USA0032_01_000000015061	1.0		0	0	False	False	0.9971791505813599	0					non-mobilizable	other	1418.0	99.859	100.0	0.00026372009861680017	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
MAD0012_000000010033	2769	0.9925313123056098	3	2	2	1	1	False	19680	maximal	True	MAD0012_000000010033	1.0		1	1	False	False	0.9877212047576904	0					non-mobilizable	no_good_hit	1232.0	96.75299999999999	44.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
USA0023_01_000000001722	17084	0.9925297816783408	27	15	11	14	12	True	125417	fragment	False	SPA0098_000000001538	0.6713891425190307		0	0	False	False	1.0	0					non-mobilizable	other	17086.0	98.84700000000001	100.0	0.004875999374374232	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
DEN0046_000000000904	13589	0.9925224996668972	12	8	4	4	8	True	132596	backbone	False	ISR0120_000000000296	0.09709862384454622	PS1169|PS902	0	0	False	True	0.9991169571876526	0		MOBB	MPF_T		conjugative	plasmid	13573.0	99.978	99.0	0.4373650456025009	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
USA0020_01_000000002367	13515	0.9925224996668972	12	8	4	4	8	True	132596	backbone	False	ISR0120_000000000296	0.08996768599784627	PS1169|PS902	0	0	False	True	0.9994080662727356	0		MOBB	MPF_T		conjugative	plasmid	13498.0	99.963	99.0	0.4349157240001289	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0249_000000005346	3181	0.992521622940216	2	1	1	1	1	False	59937	fragment	False	ISR0249_000000005346	1.0		0	0	False	False	0.9949701428413391	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000007558	3433	0.9925206407069732	6	4	3	4	2	False	6793	fragment	False	SPA0044_000000007558	1.0		0	0	False	False	0.9924264550209045	0					non-mobilizable	virus	3446.0	90.88799999999999	100.0	0.15672322568874292	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
ISR0324_000000003664	8551	0.9925144759404034	10	4	1	3	1	True	89429	maximal	True	ISR0324_000000003664	1.0	PS161|PS166|PS333|PS464	1	1	True	True	1.0	74					non-mobilizable	no_good_hit	1770.0	87.684	31.0	0.6555721765145849	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0069_000000000259	43634	0.9925139055144258	53	19	10	17	11	True	116870	fragment	False	ISR0069_000000000259	1.0		0	0	False	False	0.9999541640281677	0					non-mobilizable	no_good_hit	1113.0	82.39	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0330_000000005454	4466	0.9925117713724828	5	4	2	4	3	False	107619	fragment	False	ISR0330_000000005454	1.0		0	0	False	False	0.9997760653495789	0					non-mobilizable	no_good_hit	2190.0	85.75299999999999	53.0	0.03023172115943634	NZ_VULP01000015.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq15, whole genome shotgun sequence	True	False
BAN0018_000000000457	4805	0.9925112009448224	7	6	2	1	5	False	98198	fragment	False	BAN0018_000000000457	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4805.0	99.126	100.0	0.048866329634112846	AP023233.1	enterobacteria	Escherichia coli YJ4 plasmid pYJ4-b DNA, complete genome	False	True
FIJ0107_000000006885	4005	0.9925097547559396	4	2	2	2	2	False	42302	fragment	False	FIJ0107_000000006885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	86.435	29.0	0.0003068542565451531	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ENG0203_000000002879	4780	0.9925076059814884	8	5	3	2	4	True	130690	backbone	False	ENG0017_000000004005	0.2742648787316216	PS1122	0	0	True	True	1.0	4					non-mobilizable	plasmid	3751.0	100.0	99.0	0.6949592290585619	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
USA0026_01_000000007575	4497	0.9925076059814884	8	5	3	2	4	True	130690	backbone	False	ENG0017_000000004005	0.26022483718485095	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3751.0	100.0	99.0	0.6949592290585619	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
FIJ0029_000000015096	2158	0.992502741177533	3	1	1	1	1	True	48871	fragment	False	FIJ0029_000000015096	1.0		0	0	False	False	0.9972196221351624	0					non-mobilizable	no_good_hit	107.0	79.439	5.0	0.00019708834813685815	NZ_FONX01000002.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
ISR0008_000000003563	3305	0.9925011871454136	3	2	2	2	1	False	87855	fragment	False	ISR0224_000000007967	0.9476869787192637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.002656692417939665	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	False
ISR0128_000000010980	3198	0.9925011871454136	3	2	2	2	1	False	87855	fragment	False	ISR0224_000000007967	0.486232980332829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	97.333	2.0	0.00022230207502238247	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
ENG0164_000000006595	2873	0.9925011871454136	4	2	2	2	1	False	87847	fragment	False	ENG0119_000000011694	0.961775550713558		0	0	False	False	0.9899060130119324	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0173_000000003439	2576	0.9925011871454136	3	2	2	2	1	False	87847	fragment	False	ENG0119_000000011694	0.7684248922910174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	98.0	2.0	1.5731407723414884e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0091_000000010241	2328	0.9925011871454136	4	2	2	2	1	False	87846	fragment	False	ENG0091_000000010241	1.0		0	0	False	False	0.9819587469100952	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0148_000000013467	2162	0.9925011871454136	4	2	2	2	1	False	78881	fragment	False	ISR0148_000000013467	1.0		0	0	False	False	0.9805735349655151	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
CHI0134_000000007425	2039	0.9925011871454136	2	2	2	2	1	False	87845	fragment	False	CHI0134_000000007425	0.9678178963893249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
CHI0158_000000011517	1652	0.9925011871454136	4	2	2	2	1	False	78880	fragment	False	CHI0158_000000011517	1.0		0	0	False	False	0.9921307563781738	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0394_000000012942	1481	0.9925011871454136	2	2	2	2	1	False	63590	fragment	False	ISR0204_000000007363	0.9556650246305418		0	0	False	False	0.9993247985839844	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
USA0015_01_000000007534	4242	0.9925000256145364	6	3	3	3	2	False	119906	maximal	True	USA0015_01_000000007534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0365_000000002609	5445	0.992496601948956	4	4	4	4	2	False	62967	maximal	True	ISR0365_000000002609	1.0		1	1	False	False	0.999816358089447	0					non-mobilizable	no_good_hit	3220.0	94.876	61.0	0.0477937899272025	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
DEN0011_000000011924	3484	0.9924962297891864	8	4	3	4	2	False	125369	maximal	True	DEN0011_000000011924	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	1893.0	98.204	54.0	0.0005400018038115222	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0110_000000017757	1697	0.9924950137264072	2	2	2	2	2	False	59792	fragment	False	ENG0110_000000017757	1.0		0	0	False	False	0.9988214373588562	0					non-mobilizable	other	1697.0	100.0	100.0	0.02859985497715047	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0781_000000020608	1467	0.9924927922088066	4	1	1	1	1	False	22284	fragment	False	ISR0781_000000020608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000000714	25722	0.9924919756192278	43	20	13	16	11	True	56196	maximal	True	ENG0166_000000000714	1.0		1	1	False	False	0.999066948890686	0					non-mobilizable	no_good_hit	1780.0	86.404	11.0	0.1324197512474864	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
USA0093_01_000000002099	9185	0.992490618226386	18	8	4	3	7	False	106636	maximal	True	USA0093_01_000000002099	1.0	PS287	9	4	False	True	0.9996733665466309	0					non-mobilizable	no_good_hit	2471.0	77.661	35.0	0.00046036231677429714	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	True
ENG0068_000000012550	1957	0.9924900845277036	3	3	3	3	1	False	62603	fragment	False	ENG0068_000000012550	1.0		0	0	False	False	0.9964231252670288	0					non-mobilizable	other	1957.0	99.64200000000001	100.0	0.0006833125707853833	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
FIJ0097_000000007876	3826	0.9924858734188235	6	2	1	2	1	True	84565	maximal	False	MAD0046_000000006168	0.9276247736132847		0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
ISR0065_000000011048	2891	0.9924858734188235	4	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.9227242003515298		0	0	True	True	0.9996541142463684	9					non-mobilizable	no_good_hit								True	True
DEN0082_000000013718	2870	0.9924858734188235	5	2	1	2	1	True	70971	maximal	True	DEN0082_000000013718	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	100.0	2.0	9.706347052236325e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
SPA0097_000000013704	2418	0.9924858734188235	3	2	1	2	1	True	36741	fragment	False	SPA0097_000000013704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0126_000000002345	12974	0.9924857315231008	17	8	4	6	5	True	119600	fragment	False	SPA0126_000000002345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	86.755	14.0	0.14105461393596988	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ISR0074_000000021668	1392	0.9924822181889696	1	1	1	1	1	False	34681	fragment	False	ISR0074_000000021668	0.966706280000749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	79.07	9.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
USA0046_01_000000000960	10282	0.9924789677003476	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9161739562243763		0	0	False	False	1.0	0					non-mobilizable	other	9164.0	98.76700000000001	100.0	0.8332726941968346	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
FIJ0092_000000030289	1246	0.9924761807524772	2	2	2	1	1	False	43267	maximal	True	FIJ0092_000000030289	1.0		3	1	False	False	0.9991974234580994	0					non-mobilizable	no_good_hit	872.0	74.42699999999999	70.0	0.019314641744548288	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0780_000000000221	30105	0.9924723938992059	47	12	7	8	7	True	119607	fragment	False	FIJ0133_000000000591	0.9462171979708148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000009734	4340	0.9924706550884276	5	3	2	2	2	False	15345	maximal	True	MAD0098_000000009734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	91.355	66.0	0.019866728104065503	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0084_000000018086	1939	0.9924698844647076	5	2	2	2	2	False	111374	maximal	True	AST0084_000000018086	1.0		1	1	False	False	0.9819494485855103	0					non-mobilizable	no_good_hit								True	False
ISR0228_000000011738	2257	0.992467051028475	3	2	1	2	2	False	120319	fragment	False	ENG0126_000000007659	0.29218524575319654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	92.221	43.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0004_000000022810	1200	0.9924643054963272	2	2	2	2	1	True	67725	fragment	False	ISR0365_000000014065	0.9760551948051949		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	99.917	100.0	0.006670115767397097	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
CHI0011_000000004503	1487	0.9924642847600644	4	3	3	2	2	False	90137	fragment	False	CHI0011_000000004503	1.0		0	0	False	False	0.9919300675392151	0					non-mobilizable	chromosome	1053.0	99.525	100.0	0.00022279016300954778	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
FIJ0094_000000006634	2954	0.9924641869342651	4	2	2	1	2	False	43195	fragment	False	FIJ0094_000000006634	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	88.05	24.0	0.006405140483352774	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ENG0207_000000003317	4937	0.99246369333289	7	4	2	3	2	True	53905	fragment	False	ENG0207_000000003317	0.9693344932579382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2123.0	92.98200000000001	80.0	0.08452223953962355	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
SPA0114_000000005669	6856	0.9924610100998352	8	8	5	5	5	False	100057	fragment	False	SPA0031_000000003133	0.9487207217212311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	87.69200000000001	3.0	3.681830480533106e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0059_000000004248	3299	0.9924578118536164	5	3	1	2	2	True	112883	maximal	True	AST0059_000000004248	1.0		1	1	True	True	0.9996968507766724	40					non-mobilizable	no_good_hit	77.0	85.714	2.0	0.02276176024279211	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ENG0082_000000001567	10384	0.992456840850091	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9641135664232425	PS1052	0	0	True	True	1.0	3	IncW	MOBF			mobilizable	other	9597.0	99.927	98.0	0.004023502014895678	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0135_000000001566	10297	0.992456840850091	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9637963457989472	PS1052	0	0	True	True	0.9999029040336609	20	IncW	MOBF			mobilizable	other	9597.0	99.93700000000001	99.0	0.004023502014895678	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0142_000000001998	10257	0.992456840850091	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.962488666649977	PS1052	0	0	True	True	1.0	20	IncW	MOBF			mobilizable	other	9465.0	99.93700000000001	99.0	0.003968155801268519	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0071_000000002018	10209	0.992456840850091	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9592758904310839	PS1052	0	0	True	True	1.0	104	IncW	MOBF			mobilizable	other	9041.0	99.978	100.0	0.003790377054466125	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
FIJ0018_000000003949	6604	0.9924549130149088	10	4	2	4	2	False	56262	fragment	False	FIJ0018_000000003949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.25210084033613445	XR_004406024.1	birds	PREDICTED: Tyto alba alba uncharacterized LOC116959735 (LOC116959735), transcript variant X3, ncRNA	True	False
CAN0012_000000007576	7337	0.9924532380282836	12	10	8	10	8	False	94317	maximal	True	CAN0012_000000007576	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	646.0	70.433	9.0	0.0001412686880560612	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0176_000000001553	4771	0.9924508700940772	8	5	2	2	4	True	120076	fragment	False	ENG0176_000000001553	1.0		0	0	False	True	1.0	0	rep_cluster_1143,rep_cluster_1320				non-mobilizable	plasmid	2646.0	99.811	93.0	0.375177304964539	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ENG0042_000000004896	5542	0.9924441063847488	5	4	4	3	2	True	64714	maximal	True	ENG0042_000000004896	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0100_000000002408	8318	0.9924438664702788	9	4	1	4	2	False	100611	fragment	False	FIJ0014_000000002484	0.9683485707672723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	100.0	1.0	0.038408779149519894	NZ_VZBY01000037.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_64_length_2187_cov_149.301_ID_127, whole genome shotgun sequence	True	False
ISR0058_000000006808	3529	0.9924412919159984	9	3	2	3	2	False	117997	fragment	False	ISR0058_000000006808	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	3529.0	99.915	100.0	0.7266735324407827	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
FIJ0095_000000001922	12277	0.9924336862707348	11	7	6	6	3	True	51346	maximal	False	FIJ0058_000000002840	0.9955603741820838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0002502896871378911	LN593034.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001454	True	True
FIJ0058_000000002840	12276	0.9924336862707348	11	7	6	6	3	True	51346	maximal	True	FIJ0058_000000002840	0.9956099381559287		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0002502896871378911	LN593034.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001454	True	True
ENG0151_000000000422	37693	0.9924335307459808	43	25	13	24	12	True	105277	fragment	False	USA0038_01_000000000303	0.9616063945079328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5734.0	77.433	25.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0169_000000005084	2858	0.9924327860477842	7	2	2	2	1	False	80114	fragment	False	CHI0169_000000005084	0.9973175965665236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	82.02600000000001	31.0	0.00020464924029018453	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0141_000000009900	2796	0.9924327860477842	7	2	2	2	1	False	80114	fragment	False	CHI0169_000000005084	0.9867039888033591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	82.02600000000001	29.0	0.00020464924029018453	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0101_000000004052	6827	0.992431252795124	9	3	0	3	1	True	126246	maximal	True	ENG0101_000000004052	1.0	PS261|PS950	1	1	True	True	1.0	32					non-mobilizable	no_good_hit	1170.0	98.03399999999999	27.0	0.6451971127151582	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
CHI0149_000000001536	11155	0.9924298610727356	10	5	4	5	4	False	79596	fragment	False	CHI0149_000000001536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2661.0	99.324	27.0	0.029840365264019925	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
DEN0045_000000001318	16981	0.9924297258257049	26	15	11	14	12	True	125417	fragment	False	SPA0098_000000001538	0.6331974392300208		0	0	False	False	0.9997055530548096	0					non-mobilizable	other	16981.0	98.693	100.0	0.004846030986741985	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0061_000000002823	5428	0.9924274638226228	12	2	2	2	2	False	16836	maximal	True	MAD0061_000000002823	1.0		1	1	False	False	0.9996315240859985	0					non-mobilizable	no_good_hit	1249.0	94.63600000000001	46.0	0.022082018927444796	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
DEN0069_000000009770	2884	0.9924239755969771	2	2	2	2	2	False	70740	maximal	True	DEN0069_000000009770	1.0		1	1	False	False	0.9968793392181396	0					non-mobilizable	no_good_hit	808.0	87.12899999999999	28.0	0.0002853040625375107	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
SPA0129_000000001873	13380	0.9924218598504059	12	8	4	4	8	True	132596	backbone	False	ISR0120_000000000296	0.07359338346662228	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	13323.0	99.94	99.0	0.4288611996522747	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0066_000000000051	94321	0.9924182773753952	89	14	4	12	7	True	127415	maximal	False	SPA0046_000000000019	0.7834499110739833		0	0	True	True	1.0	35					non-mobilizable	virus	23778.0	96.88799999999999	96.0	0.2447741204347602	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
AST0101_000000001795	7469	0.9924182095340016	7	3	2	2	2	True	108538	maximal	True	AST0101_000000001795	1.0	PS324	1	1	True	True	1.0	269					non-mobilizable	no_good_hit	2091.0	98.804	80.0	0.272525753031686	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	True
ISR0122_000000001967	7453	0.9924182095340016	7	3	2	2	2	True	68960	backbone	True	ISR0122_000000001967	1.0	PS324	1	1	True	True	1.0	35					non-mobilizable	no_good_hit	1958.0	98.059	70.0	0.25492241491719914	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	True
ENG0119_000000000877	23776	0.9924167288260584	19	15	11	15	10	True	130770	maximal	True	ENG0119_000000000877	1.0	PS1039|PS1127|PS770|PS805	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	3391.0	78.148	24.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0042_000000003586	7446	0.9924155542285996	8	4	4	2	3	False	6873	maximal	True	SPA0042_000000003586	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	93.12100000000001	14.0	0.0008750260060176614	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0138_000000004334	6606	0.9924153612405596	8	8	4	4	6	True	127269	maximal	True	ISR0138_000000004334	1.0	PS757|PS758|PS996	1	1	True	True	1.0	230	rep_cluster_1152,rep_cluster_1320	MOBQ,MOBQ			mobilizable	no_good_hit	2730.0	99.70700000000001	76.0	0.5571661902817476	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
SPA0124_000000006674	4326	0.9924141108390772	7	4	2	4	1	False	4072	maximal	True	SPA0124_000000006674	1.0		1	1	False	False	0.999768853187561	0					non-mobilizable	no_good_hit	1963.0	94.447	67.0	0.0008549456787079924	CP049097.1	firmicutes	Weissella confusa strain N17 chromosome, complete genome	True	False
CAN0017_000000012005	3030	0.9924076300256084	5	2	1	1	2	True	92969	maximal	False	CAN0016_000000016177	0.9836921069797783		0	0	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
ISR0142_000000000311	3553	0.9924060596537688	4	3	2	3	3	False	31181	maximal	False	ISR0325_000000004875	0.9613750995487125		0	0	False	True	1.0	0	rep_cluster_1186	MOBQ			mobilizable	plasmid	3443.0	89.74700000000001	96.0	0.9224255667850314	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0219_000000010792	3049	0.9924060596537688	3	3	2	3	3	False	28429	fragment	False	ISR0219_000000010792	1.0		0	0	False	False	0.9954083561897278	0	rep_cluster_1186	MOBQ			mobilizable	plasmid	2677.0	86.40299999999999	94.0	0.7126468178093417	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ENG0005_000000002001	11436	0.9924052087119736	23	8	3	7	4	False	105389	fragment	False	ENG0005_000000002001	1.0		0	0	False	False	0.9986883401870728	0					non-mobilizable	no_good_hit	9190.0	99.75	80.0	0.1865924737515485	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
CHI0140_000000000571	33618	0.9924008555892968	29	21	4	15	13	False	80310	maximal	True	CHI0140_000000000571	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	81.006	6.0	0.0006539485909696082	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ISR0820_000000009623	2411	0.9924004781744136	5	4	4	1	1	False	97031	fragment	False	ISR0820_000000009623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	16.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ENG0047_000000004178	3899	0.9923965689232944	4	3	1	3	3	False	64370	maximal	True	ENG0047_000000004178	1.0		4	2	True	True	1.0	15	rep_cluster_2335,rep_cluster_2373	MOBP		MOBP	mobilizable	plasmid	3080.0	99.96799999999999	100.0	0.806020942408377	CP011605.1	enterobacteria	Citrobacter freundii strain CAV1321 plasmid pCAV1321-3820, complete sequence	False	True
DEN0045_000000013620	2776	0.9923918490663172	5	4	4	1	2	False	115304	fragment	False	DEN0045_000000013620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.182	24.0	0.00024463746509554223	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
DEN0007_000000015286	1681	0.9923907391133672	3	3	2	2	1	True	76288	fragment	False	DEN0007_000000015286	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1049.0	99.809	90.0	0.3003725995987389	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ENG0109_000000017936	1363	0.9923895913880744	2	2	2	2	1	False	59854	fragment	False	ENG0109_000000017936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	78.788	7.0	0.001798148289846201	NZ_BAVR01000022.1	firmicutes	Hungateiclostridium straminisolvens JCM 21531, whole genome shotgun sequence	True	False
CHI0156_000000001579	7789	0.9923895451471382	10	8	3	5	6	True	128146	maximal	True	CHI0156_000000001579	1.0	PS1033	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2697.0	84.464	61.0	0.43734603383149945	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0103_000000014798	1142	0.9923882852445188	1	1	1	1	1	False	60275	fragment	False	ENG0103_000000014798	1.0		0	0	False	False	0.9886164665222168	0					non-mobilizable	chromosome	884.0	100.0	100.0	0.0002469162730127784	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0059_000000003315	5702	0.992387996831976	7	6	2	4	6	False	49733	maximal	True	FIJ0059_000000003315	1.0		2	1	False	False	0.9985969662666321	0					non-mobilizable	no_good_hit	2372.0	98.18700000000001	55.0	0.0005216795131988657	CP044293.1	enterobacteria	Escherichia coli strain P276M chromosome, complete genome	True	False
AST0093_000000008091	2209	0.9923875608232182	3	3	2	3	3	True	109546	maximal	True	AST0093_000000008091	1.0		1	1	False	False	1.0	0	rep_cluster_1229				non-mobilizable	no_good_hit	1356.0	79.204	83.0	0.0006039615893115562	CP043939.1	firmicutes	Lactobacillus nenjiangensis strain SH-Y15 chromosome, complete genome	True	True
ISR0246_000000001643	7923	0.9923871589361376	8	7	6	7	7	False	119431	fragment	False	ISR0246_000000001643	1.0		0	0	False	False	0.9998737573623657	0					non-mobilizable	no_good_hit	3061.0	73.70100000000001	39.0	0.0010111288122232145	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0151_000000003193	5214	0.992385513129415	7	3	2	3	2	True	103715	maximal	True	AST0151_000000003193	1.0		1	1	True	True	1.0	69					non-mobilizable	no_good_hit								True	True
USA0130_01_000000021826	1551	0.9923833859326026	2	1	1	1	1	False	110	maximal	True	USA0130_01_000000021826	1.0		1	1	False	False	0.9987105131149292	0					non-mobilizable	no_good_hit								True	False
MON0104_000000002866	10269	0.992378882970128	13	13	5	8	13	True	114235	fragment	False	MON0104_000000002866	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10269.0	100.0	100.0	0.10889115126834649	LR595889.1	enterobacteria	Escherichia coli strain VREC-hospital6489712 genome assembly, plasmid: 1	False	True
SPA0117_000000006682	5499	0.9923784947184434	6	4	0	2	4	False	49922	maximal	True	SPA0117_000000006682	1.0		4	2	True	True	0.9998181462287903	34	ColRNAI_rep_cluster_1987	MOBP		MOB_unknown	mobilizable	plasmid	4868.0	99.85600000000001	100.0	0.896316758747698	CP055925.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_3, complete sequence	False	True
FIJ0033_000000009931	3410	0.9923745589494986	7	3	2	2	3	False	124109	fragment	False	ENG0172_000000004204	0.24383844900359422		0	0	False	False	1.0	0					non-mobilizable	other	3410.0	98.68	100.0	0.000958037992150215	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
SPA0009_000000010683	3303	0.9923745589494986	6	3	2	2	3	False	124109	fragment	False	ENG0172_000000004204	0.2984456536027176		0	0	False	False	1.0	0					non-mobilizable	other	3303.0	99.031	100.0	0.0009279675711587004	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0135_000000006609	3090	0.9923745589494986	6	3	2	2	3	True	124109	fragment	False	ENG0172_000000004204	0.17946614052882923		0	0	False	False	1.0	0					non-mobilizable	other	3089.0	99.96799999999999	99.0	0.0008678267291756714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0095_000000004558	5768	0.9923743856665008	7	4	2	3	3	True	67702	maximal	False	ENG0125_000000003976	0.9695962099947965		0	0	True	True	1.0	159	rep_cluster_2141	MOBQ			mobilizable	other	5636.0	96.771	100.0	0.9685080020650491	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
DEN0001_000000029770	1480	0.9923722530143518	3	2	2	2	1	False	76777	fragment	False	DEN0001_000000029770	1.0		0	0	False	False	0.9986486434936523	0					non-mobilizable	no_good_hit	660.0	80.90899999999999	44.0	0.00019726170635291112	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0029_000000000122	23976	0.9923685432919312	25	17	14	15	10	True	50044	fragment	False	MAD0029_000000000122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	83.28399999999999	3.0	0.00032533027306956607	NZ_KB899636.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
SPA0052_000000003061	10438	0.9923638995027391	8	5	5	5	4	True	36181	fragment	False	SPA0052_000000003061	1.0		0	0	False	False	0.999904215335846	0					non-mobilizable	no_good_hit	1585.0	71.546	15.0	0.1862471145668813	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
ISR0847_000000014707	1938	0.992362247054327	3	1	1	1	1	True	120100	maximal	True	ISR0847_000000014707	0.9788029925187032		4	3	True	True	0.9989680051803589	9					non-mobilizable	plasmid	1888.0	95.71	97.0	0.9936775553213909	HG796443.1	bacteria	Uncultured bacterium plasmid pRGI01240	False	True
AST0025_000000023108	1636	0.992362247054327	3	1	1	1	1	True	120099	fragment	False	AST0025_000000023108	1.0		0	0	False	False	0.9993887543678284	0					non-mobilizable	plasmid	1592.0	93.21600000000001	97.0	0.8345626975763962	HG796443.1	bacteria	Uncultured bacterium plasmid pRGI01240	False	True
USA0026_01_000000020367	1587	0.992362247054327	2	1	1	1	1	True	1621	fragment	False	USA0026_01_000000020367	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1282.0	100.0	100.0	0.6749209694415174	HG796443.1	bacteria	Uncultured bacterium plasmid pRGI01240	False	True
CHI0141_000000007561	3637	0.9923616270272232	5	3	1	2	2	True	105948	backbone	False	CHI0137_000000003747	0.9900403768506056	PS642	0	0	True	True	1.0	30		MOBV			mobilizable	no_good_hit	1054.0	95.92	62.0	0.28989508558807286	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
SPA0022_000000005816	2316	0.9923583940418028	4	1	1	1	1	False	7673	fragment	False	SPA0022_000000005816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	78.704	5.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
ISR0118_000000000718	12702	0.9923580638199324	15	10	9	10	5	False	122391	maximal	True	ISR0118_000000000718	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	9779.0	98.10799999999999	86.0	0.45957506815831534	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	True	False
MON0106_000000027468	1572	0.9923551430366636	2	2	2	2	1	False	59435	maximal	True	MON0106_000000027468	0.9817576660355645		2	2	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit	553.0	96.022	81.0	0.00019625785075926143	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
CHI0167_000000004995	3667	0.9923550596590508	5	3	1	2	1	True	115718	backbone	False	ISR0072_000000007005	0.8679906489238676	PS754	0	0	True	True	1.0	26	rep_cluster_269	MOBV			mobilizable	other	1764.0	98.016	98.0	0.48674765323025954	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MON0001_000000009120	3663	0.9923550596590508	5	3	1	2	1	True	115718	backbone	False	ISR0072_000000007005	0.8699044570468524	PS754	0	0	True	True	1.0	60	rep_cluster_269	MOBV			mobilizable	other	2582.0	96.088	99.0	0.7112092766427388	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MON0021_000000021379	1415	0.9923499179252432	2	2	1	2	1	False	13056	maximal	True	MON0021_000000021379	1.0		1	1	False	False	0.9992932677268982	0					non-mobilizable	no_good_hit	385.0	76.104	27.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
TAN0010_000000002439	4570	0.9923489343387836	7	2	1	2	1	True	51529	fragment	False	TAN0010_000000002439	1.0		0	0	False	False	0.9951859712600708	0					non-mobilizable	no_good_hit	1221.0	93.12	43.0	0.04855532909723055	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0015_000000001705	12358	0.9923463799624312	19	11	4	8	9	False	100968	fragment	False	ISR0039_000000001661	0.7042475416537504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	84.837	12.0	0.09041374767977965	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
ISR0289_000000001893	3839	0.9923431614712228	4	2	1	2	1	True	118709	fragment	False	ISR0289_000000001893	1.0		0	0	False	False	0.9997395277023315	0					non-mobilizable	no_good_hit	235.0	89.787	6.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0277_000000003735	2364	0.9923431614712228	4	2	1	2	1	True	26297	fragment	False	ISR0277_000000003735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	91.15	6.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0104_000000000357	21654	0.9923314659379	20	20	14	15	20	False	98291	fragment	False	MAD0104_000000000357	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5489.0	99.98200000000001	97.0	0.01982086102282577	CP029748.1	enterobacteria	Escherichia coli strain 2016C-3878 plasmid pMCR1-PA, complete sequence	False	True
CAN0007_000000010942	3872	0.9923300727654412	5	3	1	2	2	True	115718	backbone	False	ISR0072_000000007005	0.9290879607981776	PS754	0	0	True	True	1.0	10	rep_cluster_269	MOBV			mobilizable	plasmid	1767.0	93.775	98.0	0.4632275132275132	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0029_000000011539	4002	0.9923254559762986	4	3	3	2	2	False	37144	maximal	True	ISR0029_000000011539	1.0		1	1	False	False	0.9927536249160767	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	9.482298129774733e-06	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
ENG0142_000000013162	2492	0.9923247421292171	4	4	4	4	2	False	105722	maximal	True	ENG0142_000000013162	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	93.291	19.0	0.00014930677429301204	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ENG0125_000000001069	17720	0.9923224280800526	26	22	3	16	22	True	58891	maximal	True	ENG0125_000000001069	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	17720.0	99.98899999999999	100.0	0.0025920291774801977	LR607350.1	enterobacteria	Klebsiella oxytoca strain 4928STDY7071151 genome assembly, chromosome: 1	False	True
AST0028_000000006110	2808	0.9923217639714526	5	4	3	3	4	False	118827	maximal	True	AST0028_000000006110	1.0		1	1	False	False	0.997863233089447	0					non-mobilizable	chromosome	1607.0	99.37799999999999	100.0	0.000786377166270785	CP021964.1	firmicutes	Limosilactobacillus fermentum strain CBA7106 chromosome, complete genome	False	False
ENG0089_000000011529	1805	0.9923194780438404	4	3	2	3	2	False	61290	maximal	True	ENG0089_000000011529	1.0		1	1	False	False	0.9944598078727722	0					non-mobilizable	no_good_hit	243.0	100.0	13.0	8.788542935845453e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0057_000000019062	1710	0.9923181019725896	5	5	3	5	3	True	126017	fragment	False	AST0055_000000017635	0.5278866995104831		0	0	False	False	0.9947368502616882	0					non-mobilizable	other	1710.0	100.0	100.0	0.038379483033528713	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
FIJ0085_000000013896	2240	0.992313310234236	4	2	2	2	2	False	43956	maximal	True	FIJ0085_000000013896	1.0		0	0	False	False	0.9977678656578064	0					non-mobilizable	no_good_hit	209.0	82.775	9.0	0.005047426300260905	NZ_SMUS01000037.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00037, whole genome shotgun sequence	True	False
USA0132_01_000000006849	2394	0.9923110205400768	4	2	1	2	1	False	80	maximal	True	USA0132_01_000000006849	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	4.850130953535746e-05	LN593720.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000879	True	False
FIJ0099_000000004423	5139	0.9923106703835776	8	7	1	3	7	True	79519	maximal	True	FIJ0099_000000004423	1.0		2	2	False	False	1.0	0	IncN				non-mobilizable	plasmid	2783.0	99.03	100.0	0.049041037935411085	KR091915.1	enterobacteria	Klebsiella pneumoniae strain KPC-DK05 plasmid pKPC-DK05, complete sequence	False	True
MAD0005_000000000213	25554	0.9923101687299742	37	35	18	27	35	False	84846	maximal	True	MAD0005_000000000213	1.0		2	1	False	False	0.9997260570526123	0					non-mobilizable	chromosome	16150.0	98.44	97.0	0.0031642785497811026	CP026202.1	enterobacteria	Escherichia coli strain ECONIH5 chromosome, complete genome	False	False
ISR0105_000000012820	1540	0.992309271854316	2	1	1	1	1	False	32937	fragment	False	ISR0105_000000012820	1.0		0	0	False	False	0.9993506669998169	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000002468	9720	0.9923089708291456	12	5	4	5	2	True	114544	maximal	True	ISR0011_000000002468	1.0	PS737	1	1	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0065_000000006814	2561	0.9923060709047371	4	2	2	2	1	True	45433	maximal	True	FIJ0065_000000006814	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0060_000000014848	1146	0.9923035794910636	2	1	1	1	1	False	16848	fragment	False	MAD0060_000000014848	1.0		0	0	False	False	0.9973822236061096	0					non-mobilizable	chromosome	1154.0	80.676	100.0	0.0004715392110593036	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0031_000000000301	48677	0.99230248876316	32	17	13	17	6	True	76567	fragment	False	MON0031_000000000301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	98.147	3.0	0.006122800965850293	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
SPA0006_000000015659	2038	0.9923016224805162	3	2	2	2	2	False	75982	fragment	False	DEN0010_000000019827	0.7230966084623802		0	0	False	False	1.0	0					non-mobilizable	chromosome	1110.0	99.459	99.0	0.0002524943780726505	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0097_000000018140	1674	0.992301472056028	3	3	2	2	1	False	71776	fragment	False	ISR0097_000000018140	0.9749527653779505		0	0	False	False	0.9964157938957214	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000020315	1527	0.992301472056028	3	3	2	2	1	False	71776	fragment	False	ISR0097_000000018140	0.717454737616028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0035_000000008945	3033	0.9922973853438096	5	2	2	2	1	False	12209	maximal	True	MON0035_000000008945	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	33.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
ISR0791_000000004765	3590	0.9922958540757952	3	1	1	1	1	False	119904	fragment	False	ISR0791_000000004765	1.0		0	0	False	False	0.9997214674949646	0					non-mobilizable	no_good_hit								True	False
SPA0134_000000004008	7398	0.9922954677350097	14	5	3	5	3	False	118025	maximal	True	SPA0134_000000004008	1.0		4	2	False	False	0.9991889595985413	0					non-mobilizable	virus	6459.0	99.985	91.0	0.5431911851291109	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0343_000000006692	2532	0.9922927461849468	2	2	2	2	1	False	87847	fragment	False	ENG0119_000000011694	0.5839210579042275		0	0	False	False	0.9988151788711548	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	0.0006175660486889072	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	False
ISR0148_000000005285	5536	0.9922894406930304	5	4	2	4	3	False	30935	maximal	True	ISR0148_000000005285	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	87.619	23.0	0.001584514107710979	NZ_QRWX01000001.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf1, whole genome shotgun sequence	True	False
CAN0001_000000000150	63624	0.9922888194586684	78	33	16	29	13	False	102641	maximal	True	CAN0001_000000000150	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6843.0	95.73299999999999	40.0	0.11750950014615609	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MAD0057_000000004113	3853	0.9922885360188991	5	4	2	2	3	False	33673	fragment	False	MAD0057_000000004113	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3686.0	87.303	99.0	0.0015072781768358525	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0032_000000013495	1732	0.9922832435372844	3	2	2	2	1	False	119907	fragment	False	ENG0032_000000013495	1.0		0	0	False	False	0.9913395047187805	0					non-mobilizable	no_good_hit								True	False
CHI0144_000000000218	36633	0.9922764078235584	54	11	2	10	4	True	79888	fragment	False	CHI0144_000000000218	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	26873.0	95.055	98.0	0.2742514602534857	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
DEN0022_000000031296	1341	0.9922758181514871	3	1	1	1	1	False	74509	fragment	False	DEN0022_000000031296	1.0		0	0	False	False	0.9888142943382263	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000006255	5783	0.9922755218379208	10	6	3	5	4	True	125361	fragment	False	FIJ0114_000000005988	0.603453450552195		0	0	False	False	0.9968874454498291	0					non-mobilizable	other	5786.0	98.324	100.0	0.0016505446254979034	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0328_000000000661	21507	0.9922715806025992	16	14	10	13	8	True	128666	maximal	True	ISR0328_000000000661	0.9995536762978623	PS1038|PS1040|PS1041	4	1	True	True	1.0	15					non-mobilizable	no_good_hit	3375.0	77.956	34.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0195_000000004226	5509	0.9922644071527486	8	6	4	4	5	False	126429	maximal	True	ISR0195_000000004226	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3962.0	92.781	72.0	0.015334318390710986	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0166_000000004742	5358	0.992264148981392	6	6	4	6	5	True	108317	fragment	False	ISR0364_000000002391	0.9407278330860012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2121.0	88.73200000000001	40.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0093_000000000679	20094	0.9922625365248569	29	28	5	20	28	True	113236	maximal	True	ISR0093_000000000679	1.0		1	1	False	False	1.0	0			MPF_F	MOBF	mobilizable	other	11038.0	94.98100000000001	97.0	0.11063508824860462	LM996133.1	enterobacteria	Escherichia coli genome assembly FHI40, scaffold scaffold-4_contig-5.0_1_99435_[organism:Escherichia	False	True
ENG0191_000000025196	1290	0.9922615137157924	3	2	1	2	2	False	79109	fragment	False	MON0055_000000018823	0.9672871430219473		0	0	False	False	0.9891473054885864	0					non-mobilizable	other	1290.0	98.295	100.0	0.0003678976348377654	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0212_000000016553	2135	0.992261342632394	4	3	2	2	3	True	28352	fragment	False	ISR0212_000000016553	1.0		0	0	False	False	0.999531626701355	0	rep_cluster_1018				non-mobilizable	chromosome	2135.0	100.0	100.0	0.0009738929155907751	CP050959.1	firmicutes	Streptococcus gallolyticus strain FDAARGOS_666 chromosome	False	True
ENG0104_000000000667	22604	0.9922599886753004	25	24	12	16	20	True	123627	fragment	False	ENG0104_000000000667	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	6504.0	99.86200000000001	82.0	0.007134079438226903	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0170_000000015148	3022	0.9922597910579484	3	1	1	1	1	False	30062	fragment	False	ISR0170_000000015148	1.0		0	0	False	False	0.9963600039482117	0					non-mobilizable	no_good_hit	1156.0	75.433	38.0	0.007891652739540787	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
ISR0157_000000009392	3221	0.9922596037434441	4	4	0	2	4	False	103840	fragment	False	ISR0157_000000009392	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3100.0	96.742	100.0	0.25193073733842775	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	False	True
SPA0111_000000006310	5192	0.9922586681607504	7	4	4	4	4	False	4586	fragment	False	SPA0111_000000006310	1.0		0	0	False	False	0.9967257380485535	0					non-mobilizable	no_good_hit	1839.0	76.346	35.0	0.018122305604342966	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0200_000000010605	2249	0.9922581432642912	3	1	1	1	1	False	28773	fragment	False	ISR0200_000000010605	1.0		0	0	False	False	0.9884393215179443	0					non-mobilizable	no_good_hit								True	False
ISR0786_000000001251	13573	0.992256607426729	17	9	5	7	5	True	86262	fragment	False	ISR0786_000000001251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5883.0	97.059	86.0	0.04735752880829099	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0048_000000000093	53747	0.9922553688153982	66	25	13	17	19	True	117149	maximal	True	ENG0048_000000000093	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	20544.0	98.79799999999999	93.0	0.1105935443569667	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
AST0093_000000007420	2444	0.9922544109484496	2	2	2	2	2	False	109550	maximal	True	AST0093_000000007420	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2171.0	94.749	92.0	0.05747310109726217	CP047411.1	firmicutes	Lactobacillus sp. 3B(2020) plasmid unnamed, complete sequence	False	True
ISR0271_000000005606	2848	0.9922509455346497	5	4	2	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.10335417108373615		0	0	False	False	0.9982444047927856	0					non-mobilizable	other	2679.0	98.619	94.0	0.000764336591230051	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0074_000000001598	13069	0.9922505935201448	16	11	9	9	5	False	123888	fragment	False	SPA0082_000000000937	0.04989208905449107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8741.0	99.199	77.0	0.0888717077488072	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
SPA0104_000000017120	2171	0.9922495491982266	3	2	1	2	2	False	115011	fragment	False	ISR0266_000000008189	0.9704128440366973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	77.36399999999999	29.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0192_000000005661	3478	0.9922461813141198	8	7	5	6	5	False	118820	fragment	False	USA0056_01_000000006190	0.48866703531569516		0	0	False	False	0.9997124671936035	0					non-mobilizable	other	3478.0	99.971	100.0	0.07215040152725613	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
MON0078_000000004937	6959	0.9922454253342436	7	4	4	4	4	False	10178	fragment	False	MON0078_000000004937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	85.05	9.0	0.0001502988915519477	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0149_000000008752	2688	0.9922418591317638	2	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.40808129956171524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	59.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0035_000000016423	1369	0.9922368772862024	2	2	2	2	1	False	65374	fragment	False	ENG0035_000000016423	0.9303894170005624		0	0	False	False	0.9824689626693726	0					non-mobilizable	chromosome	1372.0	95.117	100.0	0.0005646115793557251	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0171_000000000910	8206	0.992234749464704	8	7	3	5	7	False	114202	fragment	False	CHI0171_000000000910	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	8206.0	100.0	100.0	0.04762595774320873	CP009232.1	enterobacteria	Escherichia coli strain CA28 plasmid pCA28, complete sequence	False	True
USA0035_01_000000001721	14986	0.9922347065042326	23	10	8	10	8	True	7545	fragment	False	USA0035_01_000000001721	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7074.0	94.55799999999999	68.0	0.3659751037344398	NC_015168.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA02, complete sequence	True	True
MON0017_000000006460	3011	0.9922321639597744	5	4	3	4	3	False	63098	fragment	False	MON0017_000000006460	0.9673792724739371		0	0	False	False	0.9970109462738037	0					non-mobilizable	no_good_hit	570.0	77.895	19.0	0.00015771322534451532	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0358_000000000723	13915	0.9922317698553984	11	11	10	11	10	False	23866	maximal	True	ISR0358_000000000723	1.0		1	1	False	False	0.9988501667976379	0					non-mobilizable	no_good_hit	3987.0	96.413	29.0	0.001352171781533886	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0123_000000000683	18727	0.9922283038693208	18	17	17	16	16	False	125642	maximal	True	ENG0123_000000000683	1.0		1	1	False	False	1.0	0					non-mobilizable	other	18650.0	99.979	100.0	0.003424452526463348	CP019944.1	enterobacteria	Escherichia coli strain DSM 103246, complete genome	False	False
SPA0085_000000001499	9265	0.9922265982653748	9	7	5	5	2	False	119568	fragment	False	SPA0085_000000001499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	94.331	15.0	0.00654695723958905	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0358_000000003392	4873	0.9922213377126122	9	4	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9607491960502351	PS607|PS904	0	0	True	True	1.0	30		MOBP			mobilizable	plasmid	3547.0	98.70299999999999	99.0	0.7126760563380282	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CHI0108_000000001831	4042	0.9922207604166404	3	3	2	2	2	False	82941	maximal	True	CHI0108_000000001831	1.0		2	1	False	False	0.9997525811195374	0					non-mobilizable	no_good_hit	3003.0	100.0	74.0	0.0005840701008639645	CP056396.1	enterobacteria	Escherichia coli strain RHBSTW-00573 chromosome, complete genome	True	False
AUS0020_000000021670	1170	0.9922172762461494	2	2	2	1	1	False	99437	fragment	False	AUS0020_000000021670	0.9581896551724138		0	0	False	False	0.9923076629638672	0					non-mobilizable	chromosome	1170.0	100.0	100.0	0.0005216707565832484	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0148_000000001209	19404	0.9922161766409496	25	24	13	11	24	False	98210	maximal	True	ISR0148_000000001209	1.0	PS396|PS544	0	0	False	True	1.0	0		MOBP,MOBP		MOBP	mobilizable	no_good_hit	6967.0	99.569	73.0	0.04353178645302804	CP019954.1	enterobacteria	Escherichia coli M8 plasmid unnamed1, complete sequence	True	True
MAD0068_000000018218	1572	0.9922120543442472	4	2	2	2	1	False	16441	fragment	False	MAD0068_000000018218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	75.176	27.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ISR0300_000000000237	14396	0.992210003713742	21	11	7	8	8	False	123909	fragment	False	ISR0071_000000000283	0.7850638256490176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5780.0	98.339	54.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0104_000000001527	14237	0.992210003713742	20	11	7	8	8	False	123909	fragment	False	ISR0071_000000000283	0.7282694366804673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.391	54.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0396_000000000842	18523	0.9922057756496372	18	9	6	8	5	False	126513	fragment	False	ISR0396_000000000842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	70.774	3.0	0.6009615384615384	GQ883126.1		Uncultured organism clone VC1D865TR genomic sequence	True	False
SPA0085_000000001933	7179	0.9922023777850691	9	7	7	6	4	True	5553	maximal	True	SPA0085_000000001933	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	76.319	12.0	0.00025026099704573556	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0149_000000034999	1160	0.9922002394742172	2	1	1	1	1	False	3275	maximal	True	SPA0149_000000034999	1.0		1	1	False	False	0.9965517520904541	0					non-mobilizable	no_good_hit	994.0	94.56700000000001	86.0	0.00018902542420566883	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ISR0123_000000004452	4229	0.9921978626909168	5	4	4	4	3	True	118718	maximal	True	ISR0123_000000004452	1.0		0	0	False	False	0.999763548374176	0					non-mobilizable	no_good_hit	235.0	89.787	6.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0102_000000002405	8933	0.9921968077457628	10	7	6	7	7	False	119432	fragment	False	ENG0102_000000002405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3062.0	73.645	46.0	0.0010111288122232145	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0015_000000010687	2772	0.9921944697282904	5	4	2	4	3	False	50364	maximal	True	FIJ0015_000000010687	1.0		2	1	False	False	0.9992784857749939	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	0.02267932489451477	NZ_AWQP01000083.1	g-proteobacteria	Pseudomonas syringae pv. coryli str. NCPPB 4273 contig83, whole genome shotgun sequence	True	False
SPA0013_000000012272	2286	0.9921931105592209	5	3	2	3	2	False	7983	maximal	True	SPA0013_000000012272	1.0		4	3	False	False	0.9973753094673157	0					non-mobilizable	no_good_hit	523.0	99.235	23.0	0.0203277409285993	MK232046.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.O21_2-CL08_c3 sequence	True	False
AST0093_000000006195	3014	0.9921927228141784	5	5	4	5	2	False	109559	maximal	True	AST0093_000000006195	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	98.071	45.0	0.045149153453372746	CP005487.1	firmicutes	Lactobacillus paracasei strain LOCK919 plasmid pLOCK919, complete sequence	True	False
AST0118_000000005938	4749	0.9921915844738388	5	3	3	3	1	False	105981	fragment	False	ISR0848_000000003121	0.9069036194270349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0118_000000001862	12381	0.992191280828705	19	7	4	7	4	False	118838	fragment	False	AST0118_000000001862	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	9879.0	97.72200000000001	83.0	0.8295062662965766	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
ISR0269_000000001539	7051	0.9921911074606334	4	4	3	3	4	False	57508	maximal	True	ISR0269_000000001539	1.0		1	1	False	False	0.9998582005500793	0					non-mobilizable	no_good_hit	3043.0	88.038	57.0	0.0009122224557907906	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0074_000000002358	11767	0.992183326632078	9	8	5	7	2	False	49057	maximal	True	FIJ0074_000000002358	1.0	PS181	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	173.0	77.457	1.0	4.951871617014631e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	True
FIJ0139_000000002098	11482	0.992183326632078	10	8	5	7	2	False	49057	maximal	False	FIJ0074_000000002358	0.987889861477012	PS181	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	173.0	77.457	1.0	4.951871617014631e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	True
AUS0020_000000005850	4777	0.9921821684673758	6	3	1	2	3	False	115575	fragment	False	AUS0020_000000005850	1.0		0	0	False	False	0.99727863073349	0					non-mobilizable	chromosome	3503.0	99.14399999999999	97.0	0.0011028763987287451	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0334_000000007319	2755	0.9921821684673758	4	3	1	2	3	False	115530	fragment	False	ISR0334_000000007319	1.0		0	0	False	False	0.9970961809158325	0					non-mobilizable	chromosome	1869.0	98.395	95.0	0.0005878435220431865	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0059_000000002245	5335	0.9921796689002612	4	4	3	4	2	True	63396	maximal	True	ENG0059_000000002245	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.29123349313463e-07	LR812517.1	bony fishes	Danio aesculapii genome assembly, chromosome: 3	True	True
AST0012_000000019849	1216	0.9921766759697972	2	2	2	2	1	False	124607	fragment	False	AST0012_000000019849	1.0		0	0	False	False	0.9925987124443054	0					non-mobilizable	no_good_hit	490.0	73.673	40.0	0.00010929615994064447	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0108_000000001945	13202	0.9921718317963222	12	7	5	5	7	True	123685	fragment	False	SPA0108_000000001945	0.98696672886971		0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	13128.0	99.931	99.0	0.42371513429752067	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0062_000000001971	13144	0.9921718317963222	12	7	5	5	7	True	123685	fragment	False	SPA0108_000000001945	0.9860152740620372		0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	13065.0	99.916	99.0	0.4216813016528926	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0284_000000000254	23435	0.9921682917429264	24	20	6	10	20	True	113294	fragment	False	MAD0101_000000000331	0.39530097753387067		0	0	False	False	0.9999573230743408	0			MPF_I		non-mobilizable	plasmid	23435.0	99.825	100.0	0.2723648577970455	CP049178.1	enterobacteria	Shigella sonnei strain 1205.3131 plasmid p1205-3131, complete sequence	False	True
SPA0016_000000007499	4301	0.992162917034542	7	5	2	4	4	True	124109	fragment	False	ENG0172_000000004204	0.668629393054793		0	0	False	False	1.0	0					non-mobilizable	other	4300.0	99.163	99.0	0.0012078754151544804	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0381_000000001334	10039	0.9921624794097942	13	8	6	8	3	False	37812	fragment	False	ISR0381_000000001334	1.0		0	0	False	False	0.9972108602523804	0					non-mobilizable	no_good_hit	85.0	89.412	1.0	0.0011146475430750843	NZ_BAES01000041.1	g-proteobacteria	Paraglaciecola psychrophila 170, whole genome shotgun sequence	True	False
ISR0367_000000003874	2484	0.9921612363760904	3	3	1	2	3	True	23588	maximal	True	ISR0367_000000003874	1.0		1	1	False	False	0.9951691031455994	0	rep_cluster_1291				non-mobilizable	plasmid	2484.0	100.0	100.0	0.26	LR135231.1	firmicutes	Enterococcus faecium isolate E7025 genome assembly, plasmid: 6	False	True
ENG0165_000000006208	3019	0.9921595553296104	3	3	2	3	0	True	56232	maximal	True	ENG0165_000000006208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	82.243	7.0	0.04686078252957234	HG796315.1	bacteria	Uncultured bacterium plasmid pRGI00390	True	True
MON0054_000000007770	4645	0.9921586846813556	5	2	2	2	0	True	116378	backbone	False	ENG0136_000000002709	0.9637706468323691	PS774	0	0	True	True	1.0	13					non-mobilizable	plasmid	3389.0	99.97	100.0	0.7452705675318961	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
USA0135_01_000000003134	4605	0.9921586846813556	5	2	2	2	0	True	116378	backbone	False	ENG0136_000000002709	0.964376298316201	PS774	0	0	True	True	1.0	68					non-mobilizable	plasmid	3415.0	99.824	100.0	0.7509898812142543	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
MAD0100_000000008164	4547	0.9921586846813556	4	2	2	2	0	True	76932	fragment	False	MAD0100_000000008164	1.0		0	0	False	True	0.9984605312347412	0					non-mobilizable	no_good_hit	322.0	81.67699999999999	12.0	0.10587454364420842	HG796361.1	bacteria	Uncultured bacterium plasmid pRGI00732	True	True
ISR0843_000000006775	2433	0.9921586846813556	3	2	2	2	0	True	123258	backbone	False	ISR0072_000000011567	0.4245381121900508	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	840.0	99.405	53.0	0.6782538399353274	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
DEN0021_000000020871	1741	0.9921586846813556	2	2	2	2	0	True	74757	maximal	True	DEN0021_000000020871	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0186_000000028193	1176	0.9921586846813556	2	2	2	2	0	True	29306	fragment	False	ISR0186_000000028193	1.0		0	0	False	False	0.9974489808082581	0					non-mobilizable	no_good_hit	322.0	91.304	27.0	0.00021571656999867873	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
DEN0079_000000002347	11495	0.9921553195497592	15	7	5	6	4	True	73481	fragment	False	DEN0079_000000002347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	86.654	4.0	0.15792701625268324	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
MAD0036_000000028732	1102	0.992152264902322	3	2	2	2	2	False	18693	maximal	True	MAD0036_000000028732	1.0		0	0	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
ISR0175_000000013818	1482	0.9921505622166756	3	1	1	1	1	False	29845	fragment	False	ISR0175_000000013818	1.0		0	0	False	False	0.9838056564331055	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000006167	3939	0.9921497109045606	7	3	1	3	1	False	54298	maximal	True	ENG0199_000000006167	1.0		1	1	False	False	0.9903528690338135	0					non-mobilizable	no_good_hit	104.0	94.23100000000001	3.0	0.034785545423843295	KU545825.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_19 genomic sequence	True	False
ISR0039_000000008433	3913	0.9921497109045606	7	3	1	3	1	False	36562	fragment	False	ISR0039_000000008433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	92.30799999999999	2.0	2.299491849997738e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
ENG0037_000000011535	2911	0.9921497109045606	7	3	1	3	1	False	65221	fragment	False	ENG0037_000000011535	0.9985406785844582		0	0	False	False	0.9969083070755005	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	5.5087442524458236e-05	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0103_000000010180	2741	0.9921497109045606	6	3	1	3	1	False	65221	fragment	False	ENG0037_000000011535	0.9687392648574373		0	0	False	False	0.9974461793899536	0					non-mobilizable	no_good_hit	47.0	100.0	2.0	0.00037609968276809365	NZ_QIML01000006.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_6, whole genome shotgun sequence	True	False
ISR0325_000000010589	1928	0.9921497109045606	4	3	1	3	1	False	24867	fragment	False	ISR0325_000000010589	1.0		0	0	False	False	0.9927386045455933	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000024617	1421	0.992149357747974	3	2	2	2	1	False	93157	fragment	False	CAN0015_000000024617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	94.63600000000001	37.0	0.007927089039011624	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
FIJ0062_000000000090	74805	0.9921490011948104	92	34	18	31	22	True	51490	fragment	False	FIJ0062_000000000090	0.9578002806406418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	7.65295917320212e-06	NZ_CP009933.1	firmicutes	Clostridium scatologenes strain ATCC 25775 chromosome, complete genome	True	True
ISR0035_000000004946	3594	0.9921477833885262	4	3	3	3	2	False	78906	fragment	False	ISR0035_000000004946	0.9827491777125913		0	0	False	False	0.9983305335044861	0					non-mobilizable	no_good_hit	269.0	73.97800000000001	7.0	5.950425489360277e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0093_000000012222	3378	0.9921477833885262	4	3	3	3	2	False	78906	fragment	False	ISR0035_000000004946	0.9626268156494895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	73.97800000000001	8.0	5.950425489360277e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0149_000000000682	26762	0.992145781091564	26	12	9	11	6	False	113967	fragment	False	SPA0149_000000000682	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1037.0	94.986	6.0	0.10564458507706441	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
SPA0114_000000005385	7155	0.9921442548931368	9	7	2	4	6	False	130187	fragment	False	SPA0114_000000005385	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4710.0	99.59700000000001	71.0	0.9372884730240892	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
MAD0093_000000014263	2196	0.9921431144756988	2	2	2	2	2	False	43090	fragment	False	MAD0093_000000014263	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2123.0	96.514	100.0	0.005171619245933537	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
USA0113_01_000000002353	7813	0.9921424324769408	7	7	5	5	5	True	120803	fragment	False	USA0113_01_000000002353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6966.0	90.741	89.0	0.002580015754801242	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
DEN0031_000000014612	2341	0.9921419191158872	6	4	3	3	1	False	125361	fragment	False	FIJ0114_000000005988	0.09092391785996194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1774.0	97.689	76.0	0.0005060376311616432	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0126_000000014826	3303	0.9921404939052421	6	2	1	1	2	False	31996	fragment	False	ISR0126_000000014826	0.9761456371625863		0	0	False	False	0.9981834888458252	0					non-mobilizable	no_good_hit	108.0	78.704	3.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
MAD0066_000000004176	4399	0.99213906804896	8	5	5	5	3	False	76116	fragment	False	MAD0066_000000004176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	95.208	37.0	0.000353405498645656	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0006_000000016736	1115	0.9921381023990612	3	1	1	1	1	False	38461	fragment	False	ISR0006_000000016736	1.0		0	0	False	False	0.9730941653251648	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000004576	6322	0.9921363049941008	7	6	5	6	5	False	103611	fragment	False	ISR0295_000000004576	1.0		0	0	False	False	0.997627317905426	0					non-mobilizable	no_good_hit	153.0	80.392	2.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
AST0024_000000001735	14297	0.9921334678246648	15	5	3	4	3	False	121841	maximal	False	FIJ0064_000000001467	0.961858129538356		0	0	False	False	0.9996502995491028	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	7.609589985779579e-05	NZ_JAAIUD010000002.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_2_length_420522_cov_292.513, whole genome shotgun sequence	True	False
SPA0099_000000001988	2873	0.9921324998209866	5	3	2	3	3	False	5002	maximal	True	SPA0099_000000001988	1.0		1	1	False	False	0.9906021356582642	0					non-mobilizable	no_good_hit	1854.0	98.975	65.0	0.0005969668154785888	CP052065.1	firmicutes	Lactobacillus paracasei strain 347-16 chromosome, complete genome	True	False
CHI0123_000000003715	3687	0.9921323669346891	5	3	2	2	1	True	90475	maximal	False	CHI0009_000000002340	0.9825309529094194		0	0	True	True	1.0	34		MOBV			mobilizable	plasmid	3429.0	98.104	100.0	0.938240970499035	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	False	True
MAD0088_000000011680	2116	0.9921302353821744	3	3	2	3	1	True	16500	fragment	False	MAD0088_000000011680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	1.4827129921965575e-06	LT594793.1	eudicots	Theobroma cacao genome assembly, chromosome: VI	True	True
FIJ0014_000000007665	3112	0.9921285086987994	3	3	1	3	2	True	50502	maximal	True	FIJ0014_000000007665	0.9992099849448732		5	2	True	True	1.0	9		MOBV			mobilizable	no_good_hit	898.0	96.325	76.0	0.2936324645331574	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
FIJ0139_000000008345	3092	0.9921285086987994	3	3	1	3	2	True	50502	maximal	False	FIJ0014_000000007665	0.999090447258349		0	0	True	True	1.0	5		MOBV			mobilizable	no_good_hit	1192.0	91.443	79.0	0.3837017485978225	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
MAD0055_000000002783	2864	0.9921285086987994	3	3	1	3	2	True	50502	maximal	False	FIJ0014_000000007665	0.957983313213412		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	1706.0	94.08	81.0	0.5555922137908281	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
FIJ0048_000000005632	5128	0.9921276723317916	7	6	4	5	4	True	120108	maximal	True	FIJ0048_000000005632	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3293.0	87.185	64.0	0.5348989981934636	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AUS0004_000000004634	4604	0.9921251721850892	10	3	2	3	1	False	102521	fragment	False	AUS0004_000000004634	1.0		0	0	False	False	0.9989140033721924	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.005902454178316247	NZ_SRYX01000116.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_116_length_6438_cov_367.733, whole genome shotgun sequence	True	False
AUS0014_000000003066	10256	0.9921249448014378	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9137700187153173		0	0	False	False	1.0	0					non-mobilizable	other	9237.0	98.69	100.0	0.8386392577769692	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
DEN0007_000000002774	10241	0.9921249448014378	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9122080775253141		0	0	False	False	1.0	0					non-mobilizable	other	9237.0	98.66799999999999	100.0	0.8386392577769692	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0108_000000002650	10194	0.9921249448014378	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9129485107923238		0	0	False	False	1.0	0					non-mobilizable	other	9155.0	98.788	100.0	0.8324540658541022	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0841_000000005686	2449	0.9921242531029671	5	3	2	3	1	True	125361	fragment	False	FIJ0114_000000005988	0.2673612784130081		0	0	False	False	1.0	0					non-mobilizable	other	2216.0	97.92399999999999	90.0	0.0006321902724326225	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AST0140_000000004943	5486	0.9921233372118388	9	6	4	3	5	True	105641	maximal	True	AST0140_000000004943	1.0		17	8	True	True	1.0	1		MOBP			mobilizable	no_good_hit	2618.0	100.0	81.0	0.4849888806523351	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
ISR0232_000000013312	2077	0.9921208745823136	4	2	1	1	2	False	27449	fragment	False	ISR0232_000000013312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	100.0	4.0	1.6963210593955425e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
SPA0013_000000023509	1206	0.9921183075400266	2	1	1	1	1	False	7962	fragment	False	SPA0013_000000023509	0.9978184991273997		0	0	False	False	0.9991708397865295	0					non-mobilizable	other	1206.0	99.42	100.0	0.008356275528248372	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
SPA0113_000000025075	1146	0.9921183075400266	2	1	1	1	1	False	7962	fragment	False	SPA0013_000000023509	0.9730514096185738		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	99.389	100.0	0.007940195418957997	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
USA0061_01_000000002254	5221	0.992114325459596	7	6	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9812016635807804	PS1015|PS542	0	0	True	True	1.0	7	Col156,rep_cluster_2344	MOBQ			mobilizable	plasmid	5026.0	98.62700000000001	100.0	0.9719318621757647	CP041341.1	enterobacteria	Escherichia coli strain CCUG 73778 plasmid pSUH-4, complete sequence	False	True
SPA0120_000000012995	3230	0.9921115910275382	6	4	4	4	3	False	69200	fragment	False	SPA0120_000000012995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000001373	17534	0.9921103530179805	26	17	11	14	12	True	126460	maximal	True	ENG0134_000000001373	1.0		0	0	False	False	0.9998859167098999	0					non-mobilizable	no_good_hit	1294.0	80.37100000000001	12.0	0.0004298307234384304	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0121_000000013247	1947	0.9921087594999398	4	2	2	2	1	False	41480	maximal	True	FIJ0121_000000013247	1.0		0	0	False	False	0.9758602976799011	0					non-mobilizable	no_good_hit	76.0	82.895	4.0	0.0004980657310308596	NZ_OBMN01000008.1	a-proteobacteria	Rhodobacter vinaykumarii strain JA123, whole genome shotgun sequence	True	False
ISR0087_000000000838	17320	0.9921081892569706	25	16	13	13	12	False	123927	fragment	False	SPA0145_000000000420	0.6507024943030119		0	0	False	True	1.0	0					non-mobilizable	other	11271.0	99.98200000000001	100.0	0.11246607057320773	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0080_000000000371	30928	0.9921079384292856	39	15	5	11	9	False	44346	maximal	True	FIJ0080_000000000371	1.0		1	1	False	False	0.9999353289604187	0					non-mobilizable	no_good_hit	1101.0	77.475	3.0	0.00957646623105209	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0247_000000000505	16643	0.9921068842064008	24	11	6	10	6	True	116043	fragment	False	ISR0247_000000000505	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5838.0	98.01299999999999	98.0	0.033609040745561994	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0085_000000001868	9525	0.992105161768332	16	12	7	7	10	True	128119	maximal	True	ISR0085_000000001868	1.0		0	0	False	False	0.9998950362205505	0					non-mobilizable	no_good_hit	3224.0	93.70299999999999	57.0	0.5395561578858208	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
AST0029_000000004680	6574	0.9921045101847408	10	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.19891021268093237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	89.787	4.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0048_000000001449	12932	0.9921038518278712	11	4	3	4	2	False	121841	maximal	False	FIJ0064_000000001467	0.23646569210323842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	7.609589985779579e-05	NZ_JAAIUD010000002.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_2_length_420522_cov_292.513, whole genome shotgun sequence	True	False
ISR0045_000000012774	2010	0.9920971111864542	2	2	2	2	1	False	110569	fragment	False	ENG0115_000000009024	0.9308593327461252		0	0	False	False	0.9995024800300598	0					non-mobilizable	no_good_hit	68.0	83.824	3.0	0.00011719904771400633	NZ_FJNE01000003.1	firmicutes	Trichococcus palustris isolate Trichococcus palustris, whole genome shotgun sequence	True	False
MON0033_000000016569	4075	0.992094748178998	6	6	3	6	6	False	85385	maximal	True	MON0033_000000016569	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	4075.0	99.387	100.0	0.0008350533847948134	CP053851.1	enterobacteria	Escherichia coli strain CE1803A chromosome, complete genome	False	False
ISR0066_000000001527	18304	0.9920906267301908	12	7	5	6	5	True	107249	fragment	False	ISR0066_000000001527	0.9794670926674898		0	0	False	False	0.9998360872268677	0					non-mobilizable	no_good_hit	134.0	96.26899999999999	1.0	4.620622568093385e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0050_000000001708	7735	0.9920864829711894	7	3	3	3	3	False	114792	maximal	True	AST0050_000000001708	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4436.0	97.85799999999999	57.0	0.10645347162201095	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	False
CHI0154_000000022088	1516	0.9920830769288173	2	2	1	2	1	False	79141	maximal	True	CHI0154_000000022088	1.0		1	1	False	False	0.9993403553962708	0					non-mobilizable	no_good_hit								True	False
FIJ0155_000000012562	1754	0.9920823841341818	4	2	2	2	2	False	106517	fragment	False	FIJ0155_000000012562	0.9744117647058823		0	0	False	False	0.9868870973587036	0					non-mobilizable	no_good_hit	739.0	91.34	61.0	0.01838931525964318	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0316_000000012398	1700	0.9920823841341818	4	2	2	2	2	False	106517	fragment	False	FIJ0155_000000012562	0.959806157354618		0	0	False	False	0.9958823323249817	0					non-mobilizable	no_good_hit	794.0	90.428	59.0	0.01975979268414233	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0085_000000002157	6418	0.9920820594422388	8	3	2	1	3	False	5824	maximal	True	SPA0085_000000002157	1.0		3	1	False	False	0.9989092946052551	0					non-mobilizable	no_good_hit	180.0	99.444	4.0	0.00010337946906845858	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0074_000000005283	4896	0.9920820594422388	5	3	2	1	3	False	5823	fragment	False	SPA0074_000000005283	1.0		0	0	False	False	0.9944853186607361	0					non-mobilizable	no_good_hit	69.0	100.0	1.0	0.01328125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
SPA0086_000000003423	4323	0.9920820594422388	6	3	2	1	3	False	5524	fragment	False	SPA0086_000000003423	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0118_000000010013	2853	0.9920820594422388	5	3	2	1	3	False	4258	fragment	False	SPA0118_000000010013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	100.0	7.0	6.435513689476919e-05	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	False
MON0042_000000002921	7462	0.9920812977926587	5	5	5	5	5	False	115408	maximal	True	MON0042_000000002921	1.0		7	3	False	False	1.0	0					non-mobilizable	chromosome	7429.0	93.59299999999999	99.0	0.003057797940712078	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0063_000000013938	2087	0.9920794871260564	3	2	2	2	2	False	124098	fragment	False	USA0015_01_000000013484	0.6761458134793354		0	0	False	False	1.0	0					non-mobilizable	other	2087.0	99.521	100.0	0.0005862326933485915	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0133_000000000591	31934	0.99207576600407	51	12	7	8	7	True	119607	fragment	False	FIJ0133_000000000591	0.9733113874962243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	89.655	0.0	0.00015600410537119398	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0139_000000010922	1886	0.9920754202807271	3	2	2	2	1	False	57862	maximal	True	ENG0139_000000010922	1.0		1	1	False	False	0.9840933084487915	0					non-mobilizable	no_good_hit	104.0	85.57700000000001	6.0	0.0007433959208908975	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
MON0039_000000015367	3010	0.9920740496977498	3	2	1	2	1	True	12122	maximal	True	MON0039_000000015367	0.981649772806711		2	1	True	True	1.0	46					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.314298398308352e-05	NZ_CP013988.1	firmicutes	Aerococcus urinaeequi strain USDA-ARS-USMARC-56713 chromosome, complete genome	True	True
MON0001_000000011943	2864	0.9920740496977498	3	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8248537125319025	PS1132	0	0	True	True	1.0	6	rep_cluster_1867				non-mobilizable	plasmid	2081.0	99.664	100.0	0.7465900933237617	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
FIJ0125_000000007041	2816	0.9920740496977498	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.8455290425828336	PS1132	0	0	True	True	1.0	7	rep_cluster_1867				non-mobilizable	plasmid	2210.0	97.87299999999999	100.0	0.7951026287360461	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
MON0043_000000009485	2803	0.9920740496977498	4	2	1	2	1	True	11690	maximal	True	MON0043_000000009485	1.0		1	1	False	False	0.992508053779602	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.0012990080302314596	NZ_CACWHD010000018.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ENG0169_000000009293	2513	0.9920740496977498	2	2	1	2	1	True	130986	backbone	False	SPA0127_000000010391	0.5620195279801494	PS1132	0	0	False	True	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	1973.0	99.949	100.0	0.7108868060562364	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
DEN0017_000000009345	3252	0.9920732344972824	3	3	2	2	3	False	75241	maximal	True	DEN0017_000000009345	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1691.0	96.215	97.0	0.0003291289450383909	CP060662.1	enterobacteria	Citrobacter freundii strain MGH281 chromosome, complete genome	False	False
CAN0008_000000000899	23959	0.9920727022223343	42	12	7	8	8	True	95090	fragment	False	CAN0008_000000000899	1.0		0	0	False	False	0.9999582767486572	0					non-mobilizable	no_good_hit								True	True
CHI0140_000000021194	1400	0.9920694352120236	2	2	1	2	1	False	80209	fragment	False	CHI0140_000000021194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	80.279	41.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
DEN0061_000000003468	8527	0.9920693404281128	11	9	3	4	7	False	126362	fragment	False	DEN0061_000000003468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	89.167	1.0	0.003002511191178076	NC_047913.1	viruses	Faecalibacterium phage FP_Mushu, complete genome	True	False
CAN0016_000000025591	1860	0.992066951159502	2	2	2	2	2	False	92813	fragment	False	CAN0016_000000025591	1.0		0	0	False	False	0.9709677696228027	0					non-mobilizable	no_good_hit								True	False
SPA0118_000000007736	3795	0.9920667389622996	7	5	1	4	2	True	33465	maximal	False	ISR0397_000000005295	0.9969637573652006		0	0	True	True	1.0	105	rep_cluster_1569				non-mobilizable	plasmid	2326.0	100.0	100.0	0.6223233404710921	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	False	True
MON0068_000000016927	2505	0.9920657674417196	5	4	4	4	4	False	13733	fragment	False	MON0012_000000017854	0.9651898734177216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	10.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
SPA0117_000000010602	3561	0.9920651419988876	6	5	3	5	4	False	12184	fragment	False	MON0036_000000005189	0.9170689618666498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0007_000000000317	33744	0.9920631155440932	22	11	7	10	6	True	127413	maximal	True	AST0007_000000000317	0.9835315227639062		27	4	False	False	1.0	0					non-mobilizable	no_good_hit	408.0	96.07799999999999	1.0	0.00014139799888827125	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0136_000000002238	5732	0.9920609311262784	9	6	4	4	4	True	124084	fragment	False	ENG0136_000000002238	1.0		0	0	False	False	0.9994766116142273	0					non-mobilizable	other	3341.0	95.78	93.0	0.000938365754118383	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0058_000000007379	4042	0.9920596426830104	7	5	4	4	2	False	122356	maximal	True	SPA0058_000000007379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3617.0	97.09700000000001	89.0	0.021388791894275214	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
DEN0094_000000025701	1509	0.9920575600642786	4	1	1	1	1	False	68325	fragment	False	DEN0094_000000025701	1.0		0	0	False	False	0.9946984648704529	0					non-mobilizable	no_good_hit								True	False
ISR0370_000000002335	9678	0.9920574864470256	17	5	3	5	3	False	118016	fragment	False	ISR0370_000000002335	1.0		0	0	False	False	0.9934903979301453	0					non-mobilizable	no_good_hit	8120.0	100.0	84.0	0.6829001598115906	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
MON0015_000000018781	2011	0.9920568383529512	4	2	2	1	1	False	33115	fragment	False	MON0015_000000018781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	80.107	37.0	0.015102216219534656	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ENG0112_000000002350	9946	0.9920513946486804	12	9	5	6	6	True	130648	backbone	False	USA0082_01_000000002282	0.6257996302557246	PS1107|PS1110|PS1114	0	0	False	True	0.9998994469642639	0		MOBV			mobilizable	other	6108.0	97.413	96.0	0.9985219247823944	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CAN0008_000000002711	9797	0.9920513946486804	12	9	5	6	6	True	130648	backbone	False	USA0082_01_000000002282	0.669797611473852	PS1107|PS1110|PS1114	0	0	False	True	0.9997958540916443	0		MOBV			mobilizable	plasmid	5849.0	95.35	98.0	0.9756793022475679	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
CHI0133_000000002537	6560	0.9920494703955208	11	6	2	5	4	False	101632	fragment	False	CHI0133_000000002537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0048_01_000000000684	15784	0.992046021468845	15	7	6	7	5	True	116078	fragment	False	USA0048_01_000000000684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12155.0	97.976	86.0	0.07338418208850585	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
FIJ0141_000000000354	56477	0.992042695570658	50	26	13	23	14	True	57800	maximal	True	FIJ0141_000000000354	1.0		3	3	True	True	0.9999645948410034	1					non-mobilizable	no_good_hit	1280.0	93.75	5.0	0.002074311941484617	NZ_QJKD01000002.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_102, whole genome shotgun sequence	True	True
ISR0048_000000012305	1542	0.992038985257561	2	1	1	1	1	True	64835	fragment	False	ENG0040_000000015485	0.9458064516129032		0	0	False	False	0.996757447719574	0					non-mobilizable	no_good_hit	1031.0	99.03	67.0	0.8326596604688763	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0268_000000001691	7749	0.9920380911270912	10	5	4	5	2	False	34501	fragment	False	ISR0268_000000001691	1.0		0	0	False	False	0.9996128678321838	0					non-mobilizable	no_good_hit	89.0	88.764	1.0	2.5370868764856735e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
MAD0106_000000013100	1683	0.9920360718654092	2	1	1	1	1	False	14734	fragment	False	MAD0106_000000013100	1.0		0	0	False	False	0.9803921580314636	0					non-mobilizable	no_good_hit								True	False
AST0028_000000010736	1507	0.9920357140741318	2	2	2	2	1	False	118724	fragment	False	AST0028_000000010736	1.0		0	0	False	False	0.9535501003265381	0					non-mobilizable	other	1507.0	94.95700000000001	100.0	0.030818343667505677	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
FIJ0001_000000003440	5657	0.9920341477119088	9	4	3	4	4	False	52656	fragment	False	FIJ0001_000000003440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	1.0	0.00025481090159992537	NZ_KB899214.1	CFB group bacteria	Prevotella loescheii DSM 19665 = JCM 12249 = ATCC 15930 strain DSM 19665 F453DRAFT_scaffold00005.5, whole genome shotgun sequence	True	False
AST0057_000000000670	10803	0.9920322447512828	11	10	7	7	10	False	113292	maximal	True	AST0057_000000000670	1.0		2	2	False	False	0.9997223019599915	0	IncFIB				non-mobilizable	plasmid	5756.0	98.575	100.0	0.03876908981898776	CP054369.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-1, complete sequence	False	True
FIJ0168_000000000238	36677	0.9920303547200368	43	22	11	20	14	True	122938	maximal	True	FIJ0168_000000000238	1.0	PS859	1	1	True	True	1.0	6					non-mobilizable	no_good_hit	2144.0	94.963	56.0	0.047937694425172886	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
FIJ0028_000000004686	6340	0.9920298044544922	7	2	1	2	2	False	48961	fragment	False	ISR0359_000000003059	0.9729833459388115		0	0	False	False	0.9992113709449768	0					non-mobilizable	no_good_hit								True	False
ISR0843_000000002524	5915	0.9920298044544922	6	2	1	2	2	False	48961	fragment	False	ISR0359_000000003059	0.6430599369085174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000012544	3113	0.9920251647657904	5	5	3	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.05212686493613797	PS1090	0	0	True	True	1.0	104					non-mobilizable	no_good_hit	1087.0	88.04	71.0	0.3608144192256342	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0008_000000007173	1853	0.9920238038085879	3	2	2	2	1	True	46323	fragment	False	FIJ0054_000000013284	0.9811770943796394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0236_000000001071	6737	0.9920235744310864	12	4	3	3	3	False	27338	maximal	True	ISR0236_000000001071	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	97.539	20.0	0.0074369844372140425	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0012_000000020678	1468	0.9920201219044332	2	2	2	2	1	False	19647	maximal	True	MAD0012_000000020678	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	96.355	43.0	0.00022213423042653652	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0114_000000004281	4218	0.9920200605477744	8	2	2	2	2	False	59588	maximal	True	ENG0114_000000004281	1.0		0	0	False	False	0.9895685315132141	0					non-mobilizable	no_good_hit	3718.0	100.0	88.0	0.0525118670886076	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0857_000000001033	2328	0.992019523505988	3	2	2	1	1	False	100280	fragment	False	ISR0857_000000001033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	77.25399999999999	31.0	0.0025474020429235456	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
DEN0071_000000018577	2210	0.992019523505988	3	2	2	1	1	False	100283	fragment	False	DEN0071_000000018577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	77.053	40.0	0.0031476314162912256	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
MON0093_000000023532	1899	0.992019523505988	3	2	2	1	1	False	100275	fragment	False	CHI0165_000000008251	0.9679383418305936		0	0	False	False	0.9720906019210815	0					non-mobilizable	no_good_hit	889.0	77.053	46.0	0.0031476314162912256	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
DEN0011_000000024225	1875	0.992019523505988	3	2	2	1	1	False	100275	fragment	False	CHI0165_000000008251	0.9669835085230053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	77.053	47.0	0.0031476314162912256	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
CHI0182_000000015731	1796	0.992019523505988	3	2	2	1	1	False	88317	fragment	False	CHI0182_000000015731	1.0		0	0	False	False	0.9994432330131531	0					non-mobilizable	no_good_hit	395.0	75.19	21.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
USA0007_01_000000009035	1842	0.992019129089778	2	2	2	2	1	False	2117	fragment	False	USA0007_01_000000009035	1.0		0	0	False	False	0.9907708764076233	0					non-mobilizable	no_good_hit	876.0	96.34700000000001	48.0	0.0001992178366217937	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
MAD0088_000000007157	3117	0.9920148802643908	4	2	2	2	2	False	15906	fragment	False	MAD0088_000000007157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	98.361	4.0	1.9339099178313906e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0021_000000004170	11373	0.992014526555608	9	6	3	4	5	False	49705	maximal	True	FIJ0021_000000004170	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	11405.0	99.649	100.0	0.00226096142011534	CP056947.1	enterobacteria	Escherichia coli strain RHB42-C02 chromosome, complete genome	False	False
ISR0398_000000001042	17094	0.9920110699451338	21	11	5	9	4	False	125201	fragment	False	ISR0398_000000001042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2632.0	99.20200000000001	23.0	0.012540381651341125	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0034_000000011317	2464	0.9920071904640978	4	2	1	1	2	True	48149	maximal	True	FIJ0034_000000011317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0010_000000008561	3281	0.9920033318179248	5	2	2	2	2	False	126368	fragment	False	AST0010_000000008561	1.0		0	0	False	False	0.9987808465957642	0					non-mobilizable	no_good_hit	341.0	81.525	10.0	0.006916733173716414	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
DEN0072_000000007768	2250	0.9919992776399722	2	2	2	2	2	False	75982	fragment	False	DEN0010_000000019827	0.9754059975808851		0	0	False	False	0.9986666440963745	0					non-mobilizable	chromosome	1297.0	99.69200000000001	100.0	0.00029507007572782243	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0274_000000000333	9160	0.9919969483737572	11	5	4	4	3	True	129820	maximal	True	ISR0274_000000000333	1.0	PS1048|PS1071|PS850	1	1	True	True	0.9998908042907715	14					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AUS0008_000000006193	3562	0.9919936846131592	7	5	4	5	4	False	101884	maximal	True	AUS0008_000000006193	1.0		0	0	False	False	0.9997192621231079	0					non-mobilizable	no_good_hit	3026.0	78.78399999999999	84.0	0.13651705893085203	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	True	False
ISR0199_000000007643	3749	0.9919914495319988	4	4	4	4	3	False	125035	fragment	False	ISR0199_000000007643	1.0		0	0	False	False	0.9997332692146301	0					non-mobilizable	other	3749.0	99.333	100.0	0.0007915718297579898	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0053_000000007918	4156	0.9919885921037416	4	3	2	3	2	False	6489	maximal	True	SPA0053_000000007918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.018392370572207085	XM_011270985.3	ants	PREDICTED: Camponotus floridanus dynein light chain 2, cytoplasmic (LOC105259196), transcript variant X2, mRNA	True	False
FIJ0123_000000008944	3603	0.9919852080499464	5	3	2	2	1	True	115718	backbone	False	ISR0072_000000007005	0.8623709014269229	PS754	0	0	True	True	0.9955592751502991	2	rep_cluster_269	MOBV			mobilizable	other	2723.0	95.99700000000001	100.0	0.7487575924903368	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MAD0087_000000008181	3342	0.9919852080499464	4	3	2	2	1	True	115718	backbone	False	ISR0072_000000007005	0.3907503359478175	PS754	0	0	True	True	1.0	113	rep_cluster_269	MOBV			mobilizable	plasmid	1778.0	94.038	100.0	0.46613756613756613	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MAD0044_000000001745	11528	0.991983421244962	15	7	4	6	5	True	17993	maximal	True	MAD0044_000000001745	1.0		1	1	False	False	0.9995662569999695	0					non-mobilizable	no_good_hit	2783.0	95.29299999999999	43.0	0.048186088433605466	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	True
DEN0045_000000012623	2960	0.9919823085981836	7	6	4	6	5	False	118820	fragment	False	USA0056_01_000000006190	0.2345674261083744		0	0	False	False	0.9972972869873047	0					non-mobilizable	other	2960.0	100.0	100.0	0.06140150650536407	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CHI0069_000000000192	18801	0.9919815132817272	26	18	14	15	13	False	123927	fragment	False	SPA0145_000000000420	0.6512757555212239		0	0	False	True	1.0	0					non-mobilizable	plasmid	17278.0	99.98299999999999	92.0	0.17574949897760914	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0025_000000001388	19707	0.9919806711217132	28	13	8	10	7	True	117597	fragment	False	ISR0025_000000001388	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12812.0	96.90899999999999	97.0	0.0736979736657182	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0007_000000001246	10643	0.9919797549904856	12	7	5	6	3	False	107025	maximal	True	ISR0007_000000001246	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	5000.0	99.44	58.0	0.050824525173196064	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
SPA0106_000000015567	2518	0.9919762498309224	3	1	1	1	1	False	96900	fragment	False	SPA0106_000000015567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000011935	1619	0.9919762498309224	3	1	1	1	1	False	96899	fragment	False	CAN0002_000000011935	1.0		0	0	False	False	0.9938233494758606	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	6.063584663598706e-05	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0170_000000029820	1576	0.9919762498309224	3	1	1	1	1	False	74510	fragment	False	ISR0170_000000029820	1.0		0	0	False	False	0.9936548471450806	0					non-mobilizable	no_good_hit								True	False
ISR0039_000000010205	3344	0.9919757606486678	4	4	4	4	3	False	125033	fragment	False	ISR0039_000000010205	0.9961001617602906		0	0	False	False	1.0	0					non-mobilizable	other	3344.0	99.492	100.0	0.012086831391775315	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0149_000000008225	3338	0.9919757606486678	4	4	4	4	3	False	125033	fragment	False	ISR0039_000000010205	0.9928982223771348		0	0	False	False	1.0	0					non-mobilizable	other	3338.0	99.491	100.0	0.01206513800608861	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
BAN0018_000000001647	1366	0.9919719794575164	3	1	1	1	1	True	97970	fragment	False	BAN0018_000000001647	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1366.0	98.023	100.0	0.013591150319118218	LR745047.1	enterobacteria	Klebsiella pneumoniae isolate Kpn2166 genome assembly, plasmid: pCTX-M15_Kpn2166	False	True
ENG0005_000000002211	10383	0.9919681185576068	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9641957050584989	PS1052	0	0	False	True	1.0	0	IncW	MOBF			mobilizable	plasmid	7150.0	99.734	98.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ENG0160_000000002059	10297	0.9919681185576068	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9635988630108909	PS1052	0	0	True	True	1.0	10	IncW	MOBF			mobilizable	plasmid	7150.0	99.706	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0319_000000000989	10262	0.9919681185576068	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.955064097338715	PS1052	0	0	True	True	1.0	21	IncW	MOBF			mobilizable	other	6204.0	99.984	100.0	0.0026008527509793554	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0146_000000006987	3488	0.991966610563855	3	3	3	2	3	True	57439	fragment	False	ENG0146_000000006987	1.0		0	0	False	False	0.9902523159980774	0					non-mobilizable	no_good_hit	446.0	76.009	13.0	0.0001427760211737815	CP022385.1	CFB group bacteria	Capnocytophaga sputigena strain KC1668 chromosome, complete genome	True	True
ENG0033_000000001276	17549	0.9919638647993826	24	22	9	15	19	True	132521	backbone	False	USA0060_01_000000001071	0.9362596673997485	PS1166	0	0	False	True	0.9998290538787842	0		MOBP	MPF_T		conjugative	plasmid	16333.0	99.682	100.0	0.4463074398249453	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0083_000000002918	7197	0.9919636860364799	10	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.23702815917043027		0	0	False	False	0.9997221231460571	0					non-mobilizable	no_good_hit	234.0	92.735	7.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0046_000000003301	5971	0.9919636860364799	9	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.19301070516078847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	89.787	4.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0858_000000001068	6920	0.991961992683384	10	4	3	4	2	False	107308	fragment	False	ISR0858_000000001068	0.9883792048929664		0	0	False	False	0.9988439083099365	0					non-mobilizable	no_good_hit	70.0	94.286	1.0	0.0029750355710774804	NZ_JWSW01000008.1	a-proteobacteria	Rickettsia asembonensis strain NMRCii contig00014, whole genome shotgun sequence	True	False
MAD0056_000000001967	5538	0.9919614184218049	7	7	5	5	6	True	114161	fragment	False	MAD0056_000000001967	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5539.0	99.603	100.0	0.06481633226418186	CP041415.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_4, complete sequence	False	True
FIJ0009_000000000840	27817	0.9919611874763176	31	18	13	16	8	True	53279	fragment	False	FIJ0009_000000000840	1.0		0	0	False	False	0.9997842907905579	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ISR0183_000000009706	3492	0.9919577935768972	5	4	0	3	2	True	125542	maximal	True	ISR0183_000000009706	0.9962637693825045		4	2	True	True	1.0	29		MOBP			mobilizable	no_good_hit	1213.0	96.538	64.0	0.3238909673971138	LN853232.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0603	True	True
ENG0091_000000002377	8694	0.9919570407439312	7	5	4	3	3	False	122670	maximal	True	ENG0091_000000002377	1.0		4	3	False	False	0.9990798234939575	0					non-mobilizable	chromosome	5231.0	96.54	98.0	0.002332568900479589	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MAD0091_000000003111	4334	0.9919507427554718	5	4	2	3	3	False	104209	fragment	False	MAD0099_000000005451	0.729168366803678		0	0	False	False	0.9997692704200745	0					non-mobilizable	chromosome	3765.0	87.331	94.0	0.0015389886739987926	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0002_000000007549	3013	0.9919466339552288	5	3	3	3	1	False	118726	fragment	False	SPA0002_000000007549	1.0		0	0	False	False	0.9996681213378906	0					non-mobilizable	other	2870.0	96.167	100.0	0.05866944973090225	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
ISR0134_000000019293	1659	0.9919466107968784	2	2	2	2	2	False	31470	maximal	True	ISR0134_000000019293	1.0		0	0	False	False	0.9710668921470642	0					non-mobilizable	no_good_hit								True	False
ENG0167_000000001110	19767	0.9919465240778924	22	20	3	15	19	True	97901	fragment	False	ENG0167_000000001110	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	19767.0	99.98	100.0	0.22112835199749403	CP049174.1	enterobacteria	Shigella sonnei strain 19.0820.1561 plasmid p19-0820-1561, complete sequence	False	True
FIJ0068_000000000872	21453	0.9919443302732176	25	24	9	16	24	True	113290	fragment	False	FIJ0068_000000000872	1.0		0	0	False	False	0.9999533891677856	0	IncI-gamma/K1				non-mobilizable	plasmid	21453.0	99.59899999999999	99.0	0.2556701030927835	CP010831.1	enterobacteria	Shigella sonnei strain FORC_011 plasmid pFORC11.2, complete sequence	False	True
USA0032_01_000000004790	5502	0.9919420796670351	9	5	3	2	4	True	119399	backbone	True	USA0032_01_000000004790	0.9957880192267464	PS595|PS607|PS819	84	9	True	True	1.0	244		MOBP			mobilizable	other	3028.0	99.934	90.0	0.5970414201183432	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0041_000000005910	5475	0.9919420796670351	10	5	3	2	4	True	130690	backbone	False	ENG0017_000000004005	0.995276666401874	PS1122	0	0	True	True	1.0	6686		MOBP			mobilizable	plasmid	4095.0	99.902	99.0	0.7587101556708673	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CAN0006_000000008204	5472	0.9919420796670351	10	5	3	2	4	True	103429	maximal	True	CAN0006_000000008204	1.0		3	2	True	True	1.0	11316		MOBP			mobilizable	no_good_hit	2379.0	97.14200000000001	79.0	0.4690335305719921	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ENG0143_000000003751	5180	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9933277162127614	PS595|PS607|PS819	0	0	False	True	1.0	0		MOBP			mobilizable	other	4987.0	99.88	98.0	0.9830374753451676	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0213_000000004426	5073	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9803197359214036	PS595|PS607|PS819	0	0	True	True	1.0	210		MOBP			mobilizable	other	3879.0	99.02	100.0	0.7644970414201183	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0099_000000001235	5071	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9903068791025478	PS595|PS607|PS819	0	0	True	True	1.0	467		MOBP			mobilizable	other	3907.0	99.38600000000001	100.0	0.7702169625246549	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0129_000000002364	5071	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9932716723397669	PS595|PS607|PS819	0	0	True	True	1.0	677		MOBP			mobilizable	other	2831.0	99.75299999999999	100.0	0.5579881656804734	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0284_000000001551	5071	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9933059407073251	PS595|PS607|PS819	0	0	True	True	1.0	96		MOBP			mobilizable	other	3928.0	99.84700000000001	100.0	0.7745562130177515	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0005_000000005832	5060	0.9919420796670351	10	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9872770071333732	PS595|PS607|PS819	0	0	True	True	1.0	194		MOBP			mobilizable	other	4975.0	99.116	99.0	0.978698224852071	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0039_000000002597	5052	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9902479862003841	PS595|PS607|PS819	0	0	True	True	1.0	1383		MOBP			mobilizable	other	3150.0	99.429	100.0	0.6207100591715976	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0041_01_000000004549	5052	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9935021907638102	PS595|PS607|PS819	0	0	True	True	1.0	173		MOBP			mobilizable	other	4971.0	99.899	100.0	0.9798816568047337	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0091_01_000000002266	5051	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9938142340108945	PS595|PS607|PS819	0	0	True	True	1.0	345		MOBP			mobilizable	other	4384.0	99.88600000000001	100.0	0.8644970414201183	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0337_000000001621	5051	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.993327225185094	PS595|PS607|PS819	0	0	True	True	1.0	12		MOBP			mobilizable	other	4384.0	99.84	100.0	0.8644970414201183	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0130_01_000000007841	5051	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9899366690594354	PS595|PS607|PS819	0	0	True	True	1.0	324		MOBP			mobilizable	other	2704.0	99.51899999999999	100.0	0.5329388560157791	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0080_000000004677	5050	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9927487321404469	PS595|PS607|PS819	0	0	True	True	1.0	146		MOBP			mobilizable	other	5015.0	99.781	100.0	0.9887573964497042	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0072_01_000000004001	5050	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9933635674485702	PS595|PS607|PS819	0	0	True	True	1.0	1648		MOBP			mobilizable	other	4969.0	99.87899999999999	100.0	0.9798816568047337	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0272_000000002192	5050	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9938891157210133	PS595|PS607|PS819	0	0	True	True	1.0	633		MOBP			mobilizable	other	4969.0	99.94	100.0	0.9798816568047337	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0045_000000002286	5050	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9934087019881851	PS595|PS607|PS819	0	0	True	True	1.0	4753		MOBP			mobilizable	other	5014.0	99.94	100.0	0.9887573964497042	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0133_01_000000005469	5037	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9915916258521167	PS595|PS607|PS819	0	0	True	True	1.0	515		MOBP			mobilizable	other	4055.0	99.655	100.0	0.7996055226824458	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0035_000000005793	5031	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9936509109570808	PS595|PS607|PS819	0	0	True	True	1.0	757		MOBP			mobilizable	other	2801.0	99.85700000000001	100.0	0.5522682445759369	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0013_000000001660	5031	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9889068007953008	PS595|PS607|PS819	0	0	True	True	1.0	314		MOBP			mobilizable	other	4961.0	99.294	100.0	0.9777120315581854	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0166_000000001568	5031	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9902287873451329	PS595|PS607|PS819	0	0	True	True	1.0	69		MOBP			mobilizable	other	3891.0	99.383	100.0	0.7670611439842209	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0143_000000003717	5031	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9903692241518077	PS595|PS607|PS819	0	0	True	True	1.0	189		MOBP			mobilizable	other	4393.0	99.34	100.0	0.8662721893491124	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0140_000000005997	5030	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9853115702029654	PS595|PS607|PS819	0	0	True	True	1.0	63		MOBP			mobilizable	other	4972.0	98.854	100.0	0.9798816568047337	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0066_000000003231	5029	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9931925506034097	PS595|PS607|PS819	0	0	True	True	1.0	721		MOBP			mobilizable	other	4888.0	99.898	100.0	0.9639053254437869	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0068_000000004533	5029	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9931193992943035	PS595|PS607|PS819	0	0	True	True	1.0	690		MOBP			mobilizable	other	3989.0	99.85	100.0	0.7865877712031558	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0810_000000002411	5021	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9881861403376123	PS595|PS607|PS819	0	0	True	True	1.0	103		MOBP			mobilizable	other	3345.0	99.28299999999999	100.0	0.6593688362919132	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0101_01_000000006127	5001	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.989642316876945	PS595|PS607|PS819	0	0	True	True	0.9982003569602966	20		MOBP			mobilizable	other	4955.0	99.415	100.0	0.9769230769230769	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AUS0016_000000004910	5000	0.9919420796670351	9	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9913705737913242	PS595|PS607|PS819	0	0	True	True	0.9977999925613403	9		MOBP			mobilizable	other	4861.0	99.609	100.0	0.9583826429980277	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0017_000000002196	4988	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9894483722837781	PS595|PS607|PS819	0	0	True	True	1.0	1521		MOBP			mobilizable	other	3852.0	99.40299999999999	100.0	0.7593688362919132	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0092_000000007715	4971	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9867432374622687	PS595|PS607|PS819	0	0	True	True	1.0	9		MOBP			mobilizable	other	4936.0	99.311	100.0	0.9729783037475345	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0211_000000003999	4803	0.9919420796670351	8	5	3	2	4	True	119399	backbone	False	USA0032_01_000000004790	0.9354431309284654	PS595|PS607|PS819	0	0	True	True	0.9977097511291504	10		MOBP			mobilizable	other	4785.0	99.436	99.0	0.9433925049309665	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0168_000000004504	4056	0.9919420796670351	8	5	3	2	4	True	103428	fragment	False	CHI0168_000000004504	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2072.0	99.90299999999999	99.0	0.38361749444032617	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0217_000000000188	55686	0.9919395746194498	95	28	13	20	15	True	58910	maximal	True	ISR0217_000000000188	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5865.0	85.59200000000001	49.0	0.10309077375677879	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0105_000000007478	4239	0.9919367786832004	6	5	5	4	4	True	114158	fragment	False	MAD0105_000000007478	0.9832742017232641		0	0	False	False	1.0	0					non-mobilizable	plasmid	4239.0	99.811	100.0	0.04961018893545291	CP041415.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_4, complete sequence	False	True
CHI0033_000000006165	1212	0.9919353764323036	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.5438454162378613		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	98.928	100.0	0.0016773852182332188	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
TAN0002_000000012143	2957	0.9919341259933928	5	5	3	5	4	True	97947	maximal	True	TAN0002_000000012143	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2618.0	99.16	100.0	0.02949496770994173	CP041436.1	enterobacteria	Escherichia coli strain STEC309 plasmid pSTEC309, complete sequence	False	True
CHI0151_000000005747	4257	0.9919303283764932	6	6	1	3	6	True	79518	fragment	False	CHI0151_000000005747	1.0		0	0	False	False	0.9997650980949402	0	IncN				non-mobilizable	plasmid	2221.0	99.054	98.0	0.03913411366520942	KR091915.1	enterobacteria	Klebsiella pneumoniae strain KPC-DK05 plasmid pKPC-DK05, complete sequence	False	True
ISR0826_000000000728	15780	0.9919261808258749	20	10	8	7	8	False	70997	fragment	False	ISR0826_000000000728	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8871.0	98.625	56.0	0.14257916150716435	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CHI0068_000000001216	7707	0.991925096799858	9	4	4	4	3	False	88254	fragment	False	CHI0068_000000001216	1.0		0	0	False	False	0.999870240688324	0					non-mobilizable	no_good_hit	707.0	95.898	16.0	0.011366384522370012	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
FIJ0069_000000000067	76089	0.9919243030835538	91	33	18	30	21	True	51490	fragment	False	FIJ0062_000000000090	0.9472802611688729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	7.65295917320212e-06	NZ_CP009933.1	firmicutes	Clostridium scatologenes strain ATCC 25775 chromosome, complete genome	True	True
SPA0047_000000010394	3808	0.991922601683732	4	3	2	3	2	False	6684	maximal	True	SPA0047_000000010394	1.0		1	1	False	False	0.9992122054100037	0					non-mobilizable	no_good_hit	73.0	84.932	2.0	2.3762636032724163e-05	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
CHI0091_000000000017	72195	0.99191870663694	75	44	30	37	24	True	116760	maximal	False	ITA0005_000000000049	0.9669507327749208	PS635	0	0	True	True	1.0	154					non-mobilizable	no_good_hit	5734.0	77.415	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
FIJ0020_000000006416	3596	0.9919179729206016	5	2	2	2	2	False	49810	fragment	False	FIJ0020_000000006416	1.0		0	0	False	False	0.9794215559959412	0					non-mobilizable	other	3566.0	98.87799999999999	99.0	0.05036448915009042	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0105_000000010984	3092	0.9919177355449459	3	2	2	2	2	True	14841	maximal	True	MAD0105_000000010984	1.0		1	1	False	False	0.9941785335540771	0					non-mobilizable	plasmid	3062.0	87.198	98.0	0.01955845310416358	AP022022.1	enterobacteria	Klebsiella sp. WP3-S18-ESBL-05 plasmid pWP3-S18-ESBL-05_2 DNA, complete genome, strain: WP3-S18-ESBL-05	False	True
CAN0011_000000020878	1449	0.9919174838939916	2	2	2	2	2	False	94409	fragment	False	CAN0011_000000020878	1.0		0	0	False	False	0.9951691031455994	0					non-mobilizable	chromosome	1403.0	98.00399999999999	96.0	0.00031720519148604976	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0008_000000000763	22616	0.9919055213445293	24	6	3	6	1	True	105231	fragment	False	FIJ0008_000000000763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	85.316	6.0	0.00043118786385553054	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
SPA0097_000000009398	3441	0.991903942232396	4	2	2	2	2	False	105721	maximal	True	SPA0097_000000009398	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1509.0	94.698	44.0	0.0004730138983904667	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
MAD0054_000000002663	4589	0.9919022916787096	6	2	1	2	1	False	18379	maximal	True	MAD0054_000000002663	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	86.598	2.0	1.4568351493906121e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MAD0012_000000002947	8355	0.9918938624161564	10	4	4	4	2	True	19699	fragment	False	MAD0045_000000003269	0.9962589595433485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0026_000000023005	1421	0.9918937126619256	3	1	1	1	1	False	49055	fragment	False	FIJ0026_000000023005	1.0		0	0	False	False	0.9788880944252014	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000003020	5127	0.9918921894355224	6	6	4	4	6	False	19984	maximal	True	MAD0102_000000003020	1.0		1	1	False	False	0.9998049736022949	0					non-mobilizable	no_good_hit	2726.0	84.59299999999999	71.0	0.0005607814161843008	CP010512.1	enterobacteria	Enterobacter cloacae strain colR/S, complete genome	True	False
MAD0056_000000001944	5593	0.9918881263734208	4	4	3	4	4	True	59399	fragment	False	MAD0056_000000001944	0.9820556759329461		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	5593.0	99.875	100.0	0.08318952692650997	CP046273.1	enterobacteria	Enterobacter hormaechei strain E70 plasmid pE70-sul2, complete sequence	False	True
MON0076_000000002242	12752	0.9918881239500044	16	9	2	8	6	False	10319	maximal	True	MON0076_000000002242	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1255.0	94.661	38.0	0.022152908233792932	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0038_01_000000001533	12996	0.9918861398019696	11	4	4	4	4	False	1349	maximal	True	USA0038_01_000000001533	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1896.0	71.888	14.0	0.0005681064490602458	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0289_000000010659	1161	0.9918844809258726	2	2	2	2	2	False	25931	maximal	True	ISR0289_000000010659	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	0.000980018511460772	NZ_FPKW01000029.1	CFB group bacteria	Chryseobacterium limigenitum strain SUR2, whole genome shotgun sequence	True	False
ISR0126_000000008260	5862	0.9918842698241672	9	6	3	5	5	True	125378	fragment	False	ISR0126_000000008260	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5869.0	97.34200000000001	100.0	0.0016736630959570647	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AST0055_000000004481	6622	0.9918836565408864	8	4	4	4	3	False	126461	fragment	False	AST0055_000000004481	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	70.932	9.0	0.6009615384615384	GQ883126.1		Uncultured organism clone VC1D865TR genomic sequence	True	False
ISR0130_000000021080	1485	0.9918835738370376	2	2	2	2	2	False	43086	fragment	False	ISR0130_000000021080	0.9506547645738654		0	0	False	False	0.9831649661064148	0					non-mobilizable	other	1375.0	98.4	99.0	0.0033477761549583905	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0139_000000005309	4679	0.9918834340025686	11	3	2	3	2	False	118015	fragment	False	SPA0139_000000005309	1.0		0	0	False	False	0.9997862577438354	0					non-mobilizable	virus	4368.0	100.0	96.0	0.3673143241651947	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
DEN0016_000000006112	1539	0.9918831739385554	2	2	2	1	1	False	116159	fragment	False	USA0048_01_000000006517	0.17607860506027603		0	0	False	False	0.9980506896972656	0					non-mobilizable	chromosome	1486.0	95.76	99.0	0.000335757848905348	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0853_000000000056	52372	0.9918811839864096	58	22	13	19	12	True	119618	fragment	False	ISR0853_000000000056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	88.06	0.0	1.7272630679227884e-05	CP007161.1	firmicutes	Virgibacillus sp. SK37, complete genome	True	True
MON0102_000000028199	1577	0.991876667879796	4	2	1	2	1	False	8940	fragment	False	MON0102_000000028199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	92.78399999999999	6.0	2.8903761613817444e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0319_000000002799	5005	0.9918743332599546	7	3	0	3	0	True	52285	maximal	True	ISR0319_000000002799	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	74.937	25.0	0.29399744572158365	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0030_000000005123	3770	0.9918743332599546	5	3	0	3	0	True	107487	backbone	False	ISR0043_000000005789	0.8518923492537893	PS661	0	0	True	True	1.0	118					non-mobilizable	no_good_hit								True	True
FIJ0171_000000007173	2872	0.9918743332599546	3	3	0	3	0	True	38809	maximal	True	FIJ0171_000000007173	1.0		1	1	True	True	1.0	102					non-mobilizable	no_good_hit								True	True
USA0075_01_000000004759	5250	0.9918718021144683	6	4	4	4	3	True	114086	fragment	False	USA0075_01_000000004759	1.0		0	0	False	False	0.9992380738258362	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	0.03129890453834116	NZ_JAAITI010000090.1	firmicutes	Blautia luti strain MSK.16.34 NODE_92_length_1278_cov_165.701, whole genome shotgun sequence	True	True
ISR0114_000000000333	38314	0.9918696228857984	51	14	8	8	10	False	32568	maximal	True	ISR0114_000000000333	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	80.429	6.0	0.00044289185829938946	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
USA0040_01_000000000318	48644	0.9918646370858256	50	27	18	25	15	True	92553	maximal	True	USA0040_01_000000000318	1.0		1	1	False	False	0.9999794363975525	0					non-mobilizable	no_good_hit	8793.0	87.38799999999999	54.0	0.1928274770914365	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
SPA0049_000000003913	5592	0.9918631896956479	9	6	3	2	5	True	103430	maximal	True	SPA0049_000000003913	0.9767038000062331		3	1	True	True	1.0	617		MOBP			mobilizable	no_good_hit	2634.0	96.20299999999999	77.0	0.5181459566074951	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0051_000000004373	5592	0.9918631896956479	8	6	3	2	5	True	103430	maximal	False	SPA0049_000000003913	0.9766334407187853		0	0	True	True	1.0	1559		MOBP			mobilizable	no_good_hit	2634.0	96.20299999999999	77.0	0.5181459566074951	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0050_000000004538	5592	0.9918631896956479	8	6	3	2	5	True	103430	maximal	False	SPA0049_000000003913	0.9766334407187853		0	0	True	True	1.0	3234		MOBP			mobilizable	no_good_hit	2085.0	95.3	77.0	0.41851106639839036	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ISR0776_000000003417	7817	0.9918628227757832	9	9	7	7	8	False	113982	fragment	False	ENG0181_000000002617	0.82322894615488		0	0	False	False	0.9951388239860535	0					non-mobilizable	chromosome	7799.0	99.62799999999999	99.0	0.0015901334239805905	LT883142.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, chromosome: IV	False	False
CAN0009_000000021415	1337	0.9918607761552038	3	1	1	1	1	False	94696	maximal	True	CAN0009_000000021415	1.0		1	1	False	False	0.9992520809173584	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000011259	2909	0.9918572804345714	4	3	2	2	3	True	123335	fragment	False	SPA0097_000000011259	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	no_good_hit	1231.0	99.756	70.0	0.17446808510638298	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
SPA0011_000000007760	2432	0.9918572804345714	3	3	2	2	3	True	115838	fragment	False	SPA0011_000000007760	0.986902286902287		0	0	False	False	0.9979440569877625	0	rep_cluster_1320				non-mobilizable	no_good_hit	1009.0	99.802	75.0	0.14297872340425533	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
SPA0066_000000005883	2405	0.9918572804345714	3	3	2	2	3	True	115838	fragment	False	SPA0011_000000007760	0.9782072368421053		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	no_good_hit	1012.0	99.802	76.0	0.14340425531914894	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
MAD0099_000000000614	24062	0.9918566692969418	44	11	6	7	8	False	51979	maximal	True	MAD0099_000000000614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3912.0	83.384	50.0	0.06860312621840996	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0005_000000001647	8423	0.9918551421945542	5	5	4	5	4	False	90806	fragment	False	CHI0005_000000001647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	71.437	21.0	0.013372163942424981	NZ_ANLA01000005.1	CFB group bacteria	Xanthomarina gelatinilytica strain AK20 contig5, whole genome shotgun sequence	True	False
CHI0159_000000010137	1549	0.9918523412865689	4	2	1	2	1	False	78803	maximal	True	CHI0159_000000010137	0.9687285223367698		1	1	False	False	0.9993544220924377	0					non-mobilizable	no_good_hit								True	False
ISR0119_000000005977	5445	0.9918519849108997	5	4	4	4	2	True	129619	backbone	False	ITA0004_000000000143	0.9207838083061576	PS1023|PS1024|PS1061|PS1062	0	0	True	True	1.0	112					non-mobilizable	no_good_hit	477.0	97.484	44.0	0.07691051600261267	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0805_000000002427	5197	0.9918519849108997	5	4	4	4	2	True	129619	backbone	False	ITA0004_000000000143	0.4566101974487915	PS1023|PS1024|PS1061|PS1062	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	759.0	87.87899999999999	49.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
MON0080_000000006467	5849	0.99185183308133	12	5	2	2	4	False	16806	fragment	False	MON0080_000000006467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000002405	7875	0.991849581237888	14	7	5	7	3	False	125372	fragment	False	ISR0328_000000002744	0.9485796471930231		0	0	False	False	1.0	0					non-mobilizable	other	7886.0	98.50399999999999	100.0	0.0022501977913583727	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0854_000000005042	1766	0.9918477640370108	3	1	1	1	1	True	64836	fragment	False	USA0082_01_000000015978	0.9586909871244635		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1032.0	99.12799999999999	58.0	0.8326596604688763	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
CAN0013_000000002822	9815	0.9918446730399528	10	3	3	3	2	False	105992	maximal	True	CAN0013_000000002822	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	80.0	14.0	0.0055230815042034975	NZ_DS544190.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_23, whole genome shotgun sequence	True	False
CAN0012_000000005655	9795	0.9918446730399528	10	3	3	3	2	False	105992	maximal	False	CAN0013_000000002822	0.9989811512990321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	80.0	14.0	0.0055230815042034975	NZ_DS544190.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_23, whole genome shotgun sequence	True	False
MON0076_000000016849	2787	0.9918429893073882	2	2	1	2	1	True	11204	maximal	True	MON0076_000000016849	1.0		2	1	True	True	0.9996411800384521	15					non-mobilizable	no_good_hit								True	True
CAN0011_000000001842	16951	0.9918422150724736	20	16	16	15	14	True	94657	maximal	True	CAN0011_000000001842	1.0		4	3	False	True	0.9999409914016724	0					non-mobilizable	no_good_hit	3374.0	99.97	54.0	0.031879400784461984	MN821365.1	enterobacteria	Leclercia adecarboxylata strain P12375 plasmid pP12375-2FII, partial sequence	True	True
CHI0117_000000000856	16740	0.9918422150724736	20	16	16	15	14	True	94657	maximal	False	CAN0011_000000001842	0.9940121526753584		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3630.0	99.835	55.0	0.0781414994720169	CP056487.1	enterobacteria	Klebsiella sp. RHBSTW-00464 plasmid pRHBSTW-00464_5, complete sequence	True	True
USA0130_01_000000001141	25146	0.99183981130697	34	16	11	12	10	True	70348	maximal	True	USA0130_01_000000001141	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0125913863726201e-05	CP033735.1	firmicutes	Staphylococcus cohnii strain FDAARGOS_538 chromosome, complete genome	True	True
SPA0116_000000021192	1916	0.9918362619540274	3	2	2	2	1	False	4353	fragment	False	SPA0116_000000021192	1.0		0	0	False	False	0.9973903894424438	0					non-mobilizable	no_good_hit	841.0	81.926	44.0	0.0002974143473393526	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
SPA0046_000000023579	1410	0.9918340766016244	3	2	2	1	1	False	6706	fragment	False	SPA0046_000000023579	1.0		0	0	False	False	0.9950354695320129	0					non-mobilizable	no_good_hit	1107.0	100.0	79.0	0.0002164386950116556	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
ISR0215_000000023601	1283	0.9918340766016244	2	2	2	1	1	False	116611	fragment	False	ENG0084_000000012565	0.040783320735701685		0	0	False	False	1.0	0					non-mobilizable	chromosome	1208.0	99.917	94.0	0.00023620389229572178	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
SPA0089_000000030582	1220	0.9918332214830141	3	1	1	1	1	False	5403	fragment	False	SPA0089_000000030582	1.0		0	0	False	False	0.9836065769195557	0					non-mobilizable	no_good_hit								True	False
MON0069_000000003838	8929	0.9918332041917794	11	5	4	4	1	True	124837	maximal	True	MON0069_000000003838	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	72.587	3.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
FIJ0154_000000003528	8242	0.9918315133415462	6	2	2	2	1	True	39623	fragment	False	FIJ0154_000000003528	1.0		0	0	False	False	0.9998786449432373	0					non-mobilizable	no_good_hit	887.0	91.432	12.0	0.00024713465144078384	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0150_000000002122	9530	0.9918312475942314	10	7	3	4	4	True	128768	backbone	False	ENG0060_000000001922	0.8667566616349909	PS1052	0	0	False	True	1.0	0	IncW	MOBF			mobilizable	other	6843.0	99.445	99.0	0.0028591350812394367	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
FIJ0033_000000009080	3673	0.9918272105652742	3	3	2	3	3	False	114186	fragment	False	MON0072_000000005262	0.9149646776477076		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3642.0	99.973	99.0	0.029269900477514994	LC484363.1	enterobacteria	Escherichia coli C1 plasmid pColV-C1 DNA, complete sequence	False	True
ISR0190_000000011329	2023	0.9918257617595244	3	3	3	3	3	False	94191	fragment	False	ISR0190_000000011329	0.9798957096598948		0	0	False	False	0.9822046756744385	0					non-mobilizable	other	1995.0	97.544	99.0	0.0008124281129462498	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0134_000000004588	3044	0.9918212126303988	3	3	3	3	3	True	83239	maximal	True	CHI0134_000000004588	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1709.0	85.48899999999999	55.0	0.7098402018502944	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
ISR0281_000000005171	3144	0.9918182077089291	5	4	0	2	2	True	97219	backbone	False	SPA0069_000000007515	0.9697910316575504	PS525	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	742.0	99.32600000000001	51.0	0.24874118831822759	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
DEN0063_000000002287	12824	0.991817808027228	10	8	8	7	6	True	100286	fragment	False	DEN0063_000000002287	1.0		0	0	False	False	0.9998440146446228	0					non-mobilizable	no_good_hit	1607.0	99.315	23.0	0.0025594710001085063	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
MON0101_000000042736	1536	0.9918154673867564	2	2	2	2	1	False	9025	fragment	False	MON0101_000000042736	1.0		0	0	False	False	0.9993489384651184	0					non-mobilizable	no_good_hit	99.0	89.899	6.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0119_000000002294	12722	0.9918087701463252	16	14	7	9	13	True	123673	fragment	False	ISR0119_000000002294	1.0		0	0	False	True	0.9995283484458923	0	rep_cluster_1702				non-mobilizable	plasmid	5039.0	99.04700000000001	96.0	0.16194983740622687	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0116_000000021658	1108	0.9918073886676928	3	1	1	1	1	False	59413	fragment	False	ENG0116_000000021658	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	98.014	100.0	0.0003111023928748278	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0036_000000003983	5443	0.9918071187258066	7	5	3	5	4	False	91086	fragment	False	ENG0036_000000003983	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5452.0	97.102	99.0	0.0015344341851424733	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0141_000000005471	5244	0.9918068168988816	5	4	2	2	4	False	127640	backbone	False	CHI0066_000000002654	0.9761882229869518	PS1015|PS542	0	0	True	True	1.0	4	rep_cluster_2131	MOBQ			mobilizable	plasmid	3401.0	95.94200000000001	100.0	0.6559597523219814	CP045284.1	enterobacteria	Escherichia coli strain LAU-OXA plasmid pLAU-OXA7, complete sequence	False	True
ENG0096_000000006099	5243	0.9918068168988816	5	4	2	2	4	False	127640	backbone	False	CHI0066_000000002654	0.9853530284660444	PS1015|PS542	0	0	True	True	1.0	12	rep_cluster_2131	MOBQ			mobilizable	other	5223.0	98.66	100.0	0.9927742916904354	LM996376.1	enterobacteria	Escherichia coli genome assembly FHI66, scaffold scaffold-7_contig-25.0_1_5259_[organism:Escherichia	False	True
AST0094_000000005078	4054	0.9918068168988816	5	4	2	2	4	False	109358	fragment	False	AST0094_000000005078	1.0		0	0	False	True	0.9886531829833984	0	Col156	MOBQ			mobilizable	plasmid	3917.0	98.902	100.0	0.6444444444444445	CP018986.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_5, complete sequence	False	True
MON0084_000000008421	3467	0.9918068168988816	4	4	2	2	4	False	98143	backbone	False	SPA0005_000000007744	0.38184941311193815	PS542	0	0	False	True	1.0	0	Col156	MOBQ			mobilizable	plasmid	3468.0	99.25	100.0	0.6709252806813782	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
MON0016_000000025726	1471	0.9918058462170596	3	2	1	2	2	False	13338	fragment	False	MON0016_000000025726	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	98.165	100.0	0.0003092318323668962	CP043757.1	enterobacteria	Escherichia coli strain CVM N55972 chromosome, complete genome	False	False
ISR0180_000000002628	7689	0.9918047257809692	8	5	4	4	4	True	129813	backbone	True	ISR0180_000000002628	0.9757345033053433	PS1070	1	1	True	True	1.0	12					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0332_000000001453	7494	0.9918047257809692	10	5	4	4	4	True	129813	backbone	False	ISR0180_000000002628	0.9662696263450945	PS1070	0	0	True	True	0.9995996952056885	3					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
SPA0031_000000003133	7523	0.9918000392363608	9	9	6	6	6	False	100057	fragment	False	SPA0031_000000003133	0.9781883214838779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	85.586	2.0	3.139545370997222e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0033_000000013416	2311	0.9917999720974772	3	3	3	2	1	False	103299	fragment	False	SPA0033_000000013416	1.0		0	0	False	False	0.9995672702789307	0					non-mobilizable	other	2311.0	99.135	100.0	0.008647766368050433	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
MON0088_000000008861	3389	0.9917983301266994	5	2	1	2	1	True	9650	maximal	True	MON0088_000000008861	1.0		1	1	True	True	1.0	28					non-mobilizable	no_good_hit	50.0	96.0	1.0	0.0330188679245283	LN853967.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1418	True	True
CHI0084_000000001320	2943	0.9917983301266994	3	2	1	2	1	True	84176	maximal	True	CHI0084_000000001320	0.9979879275653923		2	1	True	True	1.0	12		MOBV			mobilizable	no_good_hit	1486.0	97.914	55.0	0.409153570443893	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	True	True
CHI0156_000000004462	2923	0.9917983301266994	3	2	1	2	1	True	84176	maximal	False	CHI0084_000000001320	0.9979879275653923		0	0	True	True	0.9996578693389893	31		MOBV			mobilizable	no_good_hit	1589.0	97.42	54.0	0.43727598566308246	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	True	True
CHI0143_000000007769	2479	0.9917983301266994	2	2	1	2	1	True	79938	maximal	True	CHI0143_000000007769	1.0		1	1	True	True	1.0	11		MOBV			mobilizable	no_good_hit	1574.0	92.948	67.0	0.4331403363661428	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	True	True
MON0027_000000012179	3210	0.9917982344356636	3	3	2	2	3	False	90270	fragment	False	MON0027_000000012179	1.0		0	0	False	False	1.0	0	Col156	MOBQ			mobilizable	plasmid	3067.0	99.902	96.0	0.593381072188891	CP054377.1	enterobacteria	Escherichia coli strain SCU-182 plasmid pSCU-182-2, complete sequence	False	True
MON0027_000000002262	11909	0.9917971439684226	18	10	6	9	7	True	125409	fragment	False	DEN0021_000000002110	0.9145483649686312		0	0	False	False	0.9996641278266907	0					non-mobilizable	other	11745.0	98.221	99.0	0.0033516073901473076	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0045_000000005090	4805	0.9917964916545036	9	3	2	3	2	False	81993	fragment	False	ISR0045_000000005090	1.0		0	0	False	False	0.9997918605804443	0					non-mobilizable	no_good_hit								True	False
ENG0109_000000008789	2822	0.9917959797420556	5	3	2	2	1	False	59980	fragment	False	ENG0109_000000008789	1.0		0	0	False	False	0.996810793876648	0					non-mobilizable	no_good_hit	192.0	79.688	7.0	0.0024593043681929968	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0125_000000003833	4099	0.9917944646893896	9	7	5	7	5	False	118825	maximal	True	CHI0125_000000003833	1.0		11	4	False	False	0.9968284964561462	0					non-mobilizable	no_good_hit	3343.0	99.491	82.0	0.06934904857753522	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
AST0101_000000002881	3555	0.9917939540024658	4	4	2	2	4	True	108521	fragment	False	ENG0095_000000007581	0.9621402626431965		0	0	False	False	0.9985935091972351	0	IncR				non-mobilizable	plasmid	3555.0	99.944	100.0	0.028645350571053205	LC549808.1	enterobacteria	Klebsiella pneumoniae VNCKp83 plasmid pVNCKp83 DNA, complete sequence	False	True
DEN0053_000000007767	1550	0.9917880243287904	4	1	1	1	1	False	78872	fragment	False	DEN0053_000000007767	0.9614873837981408		0	0	False	False	0.9993548393249512	0					non-mobilizable	chromosome	1176.0	94.38799999999999	98.0	0.0002653935018638633	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0114_000000031584	1488	0.9917880243287904	2	1	1	1	1	False	116159	fragment	False	USA0048_01_000000006517	0.09613551198875085		0	0	False	False	1.0	0					non-mobilizable	chromosome	1341.0	95.302	95.0	0.0003029513205419548	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0069_000000013366	1369	0.9917880243287904	3	1	1	1	1	False	62914	fragment	False	ENG0069_000000013366	0.9697673882043947		0	0	False	False	0.9963477253913879	0					non-mobilizable	chromosome	1307.0	95.103	99.0	0.000295485007190286	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0069_000000040601	1304	0.9917880243287904	3	1	1	1	1	False	62914	fragment	False	ENG0069_000000013366	0.9694416112058816		0	0	False	False	0.9854294657707214	0					non-mobilizable	chromosome	1231.0	95.126	99.0	0.0002780636093697255	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0202_000000017846	1172	0.9917880243287904	1	1	1	1	1	False	62914	fragment	False	ENG0069_000000013366	0.735924924452218		0	0	False	False	1.0	0					non-mobilizable	chromosome	1090.0	94.954	99.0	0.0002461620886853225	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0066_000000028035	1149	0.9917880243287904	1	1	1	1	1	False	62914	fragment	False	ENG0069_000000013366	0.7260893822273986		0	0	False	False	1.0	0					non-mobilizable	chromosome	1084.0	95.387	99.0	0.00024480457716683727	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0025_01_000000013864	1125	0.9917880243287904	1	1	1	1	1	False	62914	fragment	False	ENG0069_000000013366	0.715334467696452		0	0	False	False	0.9733333587646484	0					non-mobilizable	chromosome	1090.0	94.771	99.0	0.0002461620886853225	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0083_000000021197	1101	0.9917880243287904	2	1	1	1	1	False	62910	fragment	False	ENG0064_000000016979	0.2700318549375153		0	0	False	False	0.9600363373756409	0					non-mobilizable	chromosome	1102.0	95.917	99.0	0.000248877111722293	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MAD0054_000000003358	3852	0.9917836608502238	4	3	2	3	2	False	98098	maximal	True	MAD0054_000000003358	1.0		0	0	False	False	0.9815680384635925	0	IncFIB				non-mobilizable	no_good_hit	3010.0	95.083	78.0	0.028196407095610342	CP027106.1	enterobacteria	Escherichia coli strain RM14721 plasmid pRM14721, complete sequence	True	True
ISR0086_000000002321	9820	0.9917801203702468	17	7	4	6	6	True	107180	maximal	True	ISR0086_000000002321	1.0	PS128	1	1	False	True	0.9962321519851685	0					non-mobilizable	no_good_hit	2301.0	98.305	66.0	0.0007814058033989794	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
USA0116_01_000000010838	2362	0.9917746744450042	2	2	2	2	1	True	21449	fragment	False	USA0116_01_000000010838	1.0		0	0	False	False	0.997883141040802	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.284637778131517e-05	NZ_CDQL01000006.1	g-proteobacteria	Mannheimia massilioguelmaensis strain MG13T, whole genome shotgun sequence	True	True
DEN0081_000000004052	2112	0.9917737870827371	3	1	1	1	1	False	69368	maximal	True	DEN0081_000000004052	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	86.014	39.0	0.00040671453975634625	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0025_000000004303	8204	0.9917722209039241	11	6	4	5	4	True	69679	maximal	True	ISR0025_000000004303	1.0		1	1	True	True	1.0	72					non-mobilizable	no_good_hit	150.0	87.333	3.0	0.028500382555470542	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
CHI0058_000000009134	2263	0.9917717000931384	4	3	3	3	3	False	85894	fragment	False	CHI0058_000000009134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	80.882	12.0	0.00011708512219448975	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0375_000000015346	1515	0.9917715308484504	3	3	3	3	3	False	23370	fragment	False	ISR0375_000000015346	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1515.0	99.802	100.0	0.023856796192997385	CP016714.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77B, complete sequence	False	True
MON0016_000000000467	11848	0.991770414087576	17	10	6	9	7	True	125409	fragment	False	DEN0021_000000002110	0.9237720804503375		0	0	False	False	0.999915599822998	0					non-mobilizable	other	11848.0	98.785	100.0	0.003381004951348463	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AST0150_000000009011	3046	0.991764338039326	4	4	2	4	2	False	104180	fragment	False	AST0150_000000009011	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3067.0	86.469	100.0	0.13100904841545521	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0133_000000001716	9237	0.9917615073091384	17	2	1	2	1	False	105675	maximal	True	ISR0133_000000001716	1.0		1	1	False	False	0.9998917579650879	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	8.870922194996257e-07	LR792820.1	monocots	Digitaria exilis annotation	True	False
ISR0225_000000000754	11044	0.9917611519697304	17	9	3	4	6	False	130742	maximal	True	ISR0225_000000000754	1.0	PS1125|PS140|PS493|PS494|PS922|PS923	1	1	True	True	1.0	117	rep_cluster_233				non-mobilizable	no_good_hit	4283.0	95.14399999999999	58.0	0.6570901828237825	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
ISR0201_000000012634	2407	0.9917597687861179	5	2	1	1	2	False	116183	fragment	False	AST0087_000000013978	0.6227397775259315		0	0	False	False	1.0	0					non-mobilizable	chromosome	1315.0	94.98100000000001	94.0	0.00029684251870877126	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
DEN0010_000000020082	2246	0.9917597687861179	4	2	1	1	2	False	116183	fragment	False	AST0087_000000013978	0.31602271153579836		0	0	False	False	0.9991095066070557	0					non-mobilizable	chromosome	1237.0	95.23	94.0	0.00027896861704871566	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0072_000000005262	3898	0.9917572301421412	5	5	2	3	5	False	114186	fragment	False	MON0072_000000005262	0.9826057097373532		0	0	False	False	0.9730631113052368	0	IncFIB				non-mobilizable	plasmid	3898.0	100.0	100.0	0.023230444579562932	CP042897.1	enterobacteria	Escherichia coli strain CFSAN061771 plasmid pCFSAN061771_01, complete sequence	False	True
AST0053_000000002910	3613	0.9917572301421412	5	5	2	3	5	False	114186	fragment	False	MON0072_000000005262	0.8088555569064116		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3537.0	99.71700000000001	100.0	0.03186705238777589	CP011916.1	enterobacteria	Escherichia coli strain PSUO2 plasmid pPSUO2, complete sequence	False	True
ENG0068_000000006733	3431	0.9917572301421412	5	5	2	3	5	False	114186	fragment	False	MON0072_000000005262	0.6498371316239296		0	0	False	False	1.0	0	IncFIB				non-mobilizable	other	3354.0	99.881	100.0	0.0006401380086381403	AP022362.1	enterobacteria	Escherichia coli E302 DNA, complete genome	False	True
FIJ0099_000000006703	3385	0.9917572301421412	5	5	2	3	5	False	114186	fragment	False	MON0072_000000005262	0.644223552140886		0	0	False	False	0.9997045993804932	0	IncFIB				non-mobilizable	plasmid	3385.0	99.17299999999999	100.0	0.028158447534260278	CP053298.1	enterobacteria	Escherichia coli strain M1/5 plasmid pM1-5_120, complete sequence	False	True
FIJ0127_000000003667	4988	0.9917560848970216	5	4	4	4	4	True	41062	maximal	True	FIJ0127_000000003667	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	2720.0	79.375	54.0	0.004761046369834689	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
AST0104_000000000787	24618	0.9917546148745134	28	18	15	17	16	False	108048	maximal	True	AST0104_000000000787	1.0		1	1	False	False	0.9996750354766846	0					non-mobilizable	no_good_hit	524.0	72.71	2.0	0.000304507792168945	LR134372.1	e-proteobacteria	Campylobacter upsaliensis strain NCTC11541 genome assembly, chromosome: 1	True	False
FIJ0169_000000016415	1391	0.9917520349902736	1	1	1	1	1	True	38852	fragment	False	FIJ0169_000000016415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0043_000000017407	1277	0.9917520349902736	1	1	1	1	1	True	36295	fragment	False	ISR0043_000000017407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0109_000000000799	14359	0.9917515203959034	20	11	9	9	8	False	123888	fragment	False	SPA0082_000000000937	0.09706803602225396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.969	74.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
MAD0085_000000000562	13932	0.9917515203959034	19	11	9	9	8	False	123888	fragment	False	SPA0082_000000000937	0.09663685988304974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.98100000000001	77.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
MON0074_000000011311	1815	0.9917512375571312	2	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.7798195707434686		0	0	False	True	0.9983471035957336	0					non-mobilizable	no_good_hit	502.0	75.697	28.0	0.002271475457595331	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
USA0009_01_000000014373	1746	0.9917512375571312	2	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.8777868747670933		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	121.0	80.992	7.0	0.0026724040312535386	NZ_FNAQ01000019.1	d-proteobacteria	Desulfuromonas thiophila strain DSM 8987, whole genome shotgun sequence	True	True
ENG0100_000000000683	28476	0.9917475039009184	33	19	10	16	12	True	127250	backbone	True	ENG0100_000000000683	1.0	PS985|PS993	1	1	True	True	1.0	17					non-mobilizable	no_good_hit	7411.0	93.645	63.0	0.2955281141349958	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0299_000000001464	4871	0.9917458185313482	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.9149158924508938	PS1015|PS542	0	0	False	True	1.0	0	rep_cluster_2131	MOBQ			mobilizable	plasmid	4872.0	99.795	100.0	0.9430673896204492	CP043409.1	enterobacteria	Escherichia coli strain NMBU-W13E19 plasmid pNMBU-W13E19_03, complete sequence	False	True
ISR0263_000000006341	2203	0.9917348825779964	3	2	2	2	2	False	97132	fragment	False	ISR0263_000000006341	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1833.0	79.815	82.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0168_000000012662	1992	0.9917348825779964	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.971662769523813	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1833.0	79.705	91.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0206_000000013583	1919	0.9917348825779964	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.971101114755817	PS521	0	0	False	True	0.9854090809822083	0					non-mobilizable	other	1833.0	79.869	94.0	0.042043294859314885	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0793_000000008715	1907	0.9917348825779964	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9692731183358482	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1833.0	79.815	95.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0084_000000018496	1859	0.9917348825779964	2	2	2	2	2	False	97114	maximal	True	MON0084_000000018496	1.0	PS521	0	0	False	True	0.9774072170257568	0					non-mobilizable	other	1685.0	79.585	90.0	0.038613081166272656	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0021_000000016416	1817	0.9917348825779964	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9671372680658785	PS521	0	0	False	True	0.9983489513397217	0					non-mobilizable	other	1830.0	79.781	99.0	0.041950586381124554	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0103_000000030380	1804	0.9917348825779964	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9684120310956926	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1830.0	79.29	100.0	0.002274850611036913	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	True
MON0027_000000022839	1803	0.9917348825779964	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9682775366497629	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1833.0	79.815	100.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0080_000000032043	1722	0.9917348825779964	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.7418832594751736	PS521	0	0	True	True	1.0	2					non-mobilizable	other	1725.0	79.42	99.0	0.03951698882862838	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
SPA0082_000000004289	3741	0.9917347541848704	4	4	4	4	4	False	5853	fragment	False	SPA0133_000000005827	0.9661669027611874		0	0	False	False	0.9997326731681824	0					non-mobilizable	chromosome	3741.0	100.0	100.0	0.0005824103660324571	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ENG0028_000000011717	1554	0.9917336981190248	3	1	1	1	1	False	65859	maximal	True	ENG0028_000000011717	1.0		1	1	False	False	0.9897040128707886	0					non-mobilizable	no_good_hit								True	False
MON0031_000000008756	3985	0.9917322417818878	3	2	2	2	2	False	57231	maximal	True	MON0031_000000008756	1.0		2	2	False	False	0.9967377781867981	0					non-mobilizable	no_good_hit	1563.0	72.809	39.0	0.00043017662430858974	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0149_000000006291	3790	0.9917322417818878	3	2	2	2	2	False	57230	fragment	False	ENG0149_000000006291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1563.0	72.937	41.0	0.00043017662430858974	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0041_000000012690	2695	0.9917322417818878	3	2	2	2	2	False	6917	fragment	False	SPA0041_000000012690	1.0		0	0	False	False	0.9907235503196716	0					non-mobilizable	no_good_hit	1563.0	73.001	57.0	0.00043017662430858974	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0109_000000018246	1773	0.9917285647443791	1	1	1	1	1	False	66421	fragment	False	ISR0109_000000018246	1.0		0	0	False	False	0.9531866908073425	0					non-mobilizable	no_good_hit	128.0	80.469	7.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
CHI0136_000000003112	4800	0.9917280836057992	5	4	1	3	3	False	126725	maximal	True	CHI0136_000000003112	1.0	PS832|PS974|PS975	0	0	False	True	0.996666669845581	0	rep_cluster_475				non-mobilizable	no_good_hit	1890.0	97.98899999999999	73.0	0.3689453125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AST0031_000000008426	3451	0.9917239233171518	7	5	4	5	3	False	122354	fragment	False	AST0031_000000008426	0.7284546048238271		0	0	False	False	1.0	0					non-mobilizable	other	3452.0	98.059	100.0	0.02042410648233087	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
TAN0024_000000000496	9045	0.991723404824268	11	2	2	1	1	False	97556	fragment	False	TAN0024_000000000496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	97.059	2.0	0.0009743845137821276	NZ_LT629834.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0090_000000024731	1823	0.9917224490885445	2	2	1	2	1	False	74952	fragment	False	FIJ0090_000000024731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	81.191	35.0	0.00019093728523319946	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0011_000000014309	3285	0.9917174164688728	3	1	1	1	1	True	17213	maximal	True	MON0011_000000014309	1.0		2	1	True	True	0.9957382082939148	4					non-mobilizable	no_good_hit								True	True
MON0037_000000023472	2853	0.9917174164688728	3	1	1	1	1	True	17212	fragment	False	MON0037_000000023472	1.0		0	0	False	False	0.9996494650840759	0					non-mobilizable	no_good_hit								True	True
ISR0397_000000006938	2820	0.9917174164688728	4	1	1	1	1	True	22646	maximal	True	ISR0397_000000006938	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
MAD0053_000000006545	1722	0.9917174164688728	2	1	1	1	1	True	17211	fragment	False	MAD0053_000000006545	0.9625228519195612		0	0	False	False	0.9889663457870483	0					non-mobilizable	no_good_hit	38.0	100.0	2.0	7.736749770511274e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0196_000000012436	1691	0.9917174164688728	2	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9928716648768517		0	0	True	True	1.0	9					non-mobilizable	plasmid	1490.0	99.664	100.0	0.8769140164899882	LN852824.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0134	False	True
DEN0003_000000018926	1289	0.9917174164688728	2	1	1	1	1	True	76628	fragment	False	DEN0003_000000018926	1.0		0	0	False	False	0.9899146556854248	0					non-mobilizable	plasmid	1058.0	99.62200000000001	99.0	0.6224970553592462	LN852824.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0134	False	True
CHI0015_000000006978	1473	0.9917136723924256	2	2	1	2	1	True	89758	fragment	False	CHI0015_000000006978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	82.71600000000001	5.0	0.0037793618140936707	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
SPA0023_000000004152	5333	0.9917134466618394	4	2	2	2	2	False	7642	maximal	True	SPA0023_000000004152	1.0		1	1	False	False	0.9990624189376831	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000002060	14945	0.9917124460127356	23	10	7	6	8	True	3820	fragment	False	SPA0130_000000002060	1.0		0	0	False	False	0.9979256987571716	0					non-mobilizable	no_good_hit	1298.0	81.202	14.0	0.002140076205971958	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0119_000000007719	4213	0.9917107246449672	4	3	3	3	2	True	82812	fragment	False	ENG0119_000000007719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	97.75299999999999	2.0	3.882408539156768e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0398_000000001116	16195	0.9917102786521096	21	9	5	9	5	True	53556	maximal	True	ISR0398_000000001116	0.9174507609707954	PS226	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	718.0	76.741	4.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0103_000000033328	1670	0.9917056372515896	3	3	0	3	0	True	131638	maximal	False	ENG0196_000000006783	0.8979156928326538		0	0	True	True	1.0	19					non-mobilizable	plasmid	1429.0	92.792	99.0	0.8790322580645161	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
MAD0047_000000027976	1659	0.9917056372515896	3	3	0	3	0	True	131638	maximal	False	ENG0196_000000006783	0.8981048805564085		0	0	True	True	1.0	17					non-mobilizable	plasmid	1558.0	92.49	99.0	0.956575682382134	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
FIJ0158_000000007403	2441	0.9917042514573592	3	2	0	2	2	False	49907	fragment	False	FIJ0158_000000007403	0.9817777777777777		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	2344.0	85.154	96.0	0.4987174005985464	CP055488.1	enterobacteria	Klebsiella sp. RHBSTW-00484 plasmid pRHBSTW-00484_8, complete sequence	False	True
AST0118_000000024845	1258	0.9917030210130512	2	2	2	2	1	False	105720	fragment	False	AST0118_000000024845	1.0		0	0	False	False	0.9841017723083496	0					non-mobilizable	no_good_hit	303.0	92.079	24.0	9.472824755565049e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0027_000000001715	14049	0.9917026659577236	18	8	4	6	6	False	119428	maximal	True	ISR0027_000000001715	1.0	PS820|PS821	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	281.0	88.61200000000001	3.0	0.0028093577888939417	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0041_000000003254	9316	0.991699869301635	6	5	4	4	5	False	73161	maximal	True	DEN0041_000000003254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	82.031	1.0	2.108382577731966e-05	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0815_000000000298	43335	0.9916960511352872	52	15	6	13	7	True	97475	maximal	True	ISR0815_000000000298	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	28188.0	99.904	78.0	0.030926047838490234	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ENG0126_000000002102	10706	0.9916956122231326	10	6	4	6	1	True	79294	fragment	False	ENG0126_000000002102	0.9992747617074181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	91.429	6.0	0.0011779544048355624	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
ETH0005_000000003733	12264	0.991694054389342	9	8	7	8	7	False	52816	maximal	True	ETH0005_000000003733	1.0		1	1	False	False	0.9996738433837891	0					non-mobilizable	no_good_hit	2076.0	74.374	17.0	0.000691027780124587	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0094_000000010244	1810	0.991689727925166	2	1	1	1	1	False	33446	maximal	True	ISR0094_000000010244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	97.333	4.0	1.2136437834131305e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
CHI0073_000000006057	1314	0.9916868256680046	3	2	2	2	1	False	84776	maximal	True	CHI0073_000000006057	1.0		1	1	False	False	0.990867555141449	0					non-mobilizable	no_good_hit	952.0	92.227	72.0	0.0029168677328038507	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ISR0066_000000005448	5836	0.9916855418859204	8	5	2	5	3	False	120537	maximal	True	ISR0066_000000005448	0.9999103139013452		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	90.374	11.0	0.0015508459920672553	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
AST0025_000000005623	5575	0.9916855418859204	8	5	2	5	3	False	120537	maximal	False	ISR0066_000000005448	0.977553118574366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	90.374	10.0	0.0015508459920672553	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MON0012_000000017854	2686	0.9916843804176876	6	4	4	4	4	False	13733	fragment	False	MON0012_000000017854	0.9988023952095808		0	0	False	False	0.992926299571991	0					non-mobilizable	no_good_hit	258.0	74.031	10.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
FIJ0156_000000003353	2237	0.99168420151388	3	2	1	1	2	True	39506	maximal	True	FIJ0156_000000003353	1.0		2	1	False	False	0.9928475618362427	0	rep_cluster_1364				non-mobilizable	plasmid	2229.0	94.07799999999999	99.0	0.18233360723089564	CP018141.1	g-proteobacteria	Acinetobacter sp. BRTC-1 plasmid pRW1, complete sequence	False	True
ISR0370_000000001540	13732	0.991683567904422	18	10	8	8	6	False	123888	fragment	False	SPA0082_000000000937	0.050562442918420686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8741.0	99.18799999999999	73.0	0.0888717077488072	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0091_000000002201	13069	0.991683567904422	15	10	8	8	6	False	123888	fragment	False	SPA0082_000000000937	0.04990433576690965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8741.0	99.15299999999999	77.0	0.0888717077488072	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
CHI0070_000000000300	18659	0.9916826024660518	32	9	4	7	5	False	85020	maximal	True	CHI0070_000000000300	1.0		1	1	False	False	0.9981778264045715	0					non-mobilizable	no_good_hit	1755.0	99.544	9.0	0.008477853179436614	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0032_000000000801	24235	0.9916817729459736	24	18	8	14	12	True	67463	maximal	False	ENG0038_000000000666	0.9803767660910518		0	0	True	True	0.9999587535858154	5					non-mobilizable	no_good_hit	63.0	90.476	0.0	9.862293746828557e-05	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
MON0048_000000007706	4654	0.9916810151389605	4	4	4	4	4	False	88248	maximal	True	MON0048_000000007706	1.0		4	1	False	False	0.9974215626716614	0					non-mobilizable	no_good_hit	1621.0	99.93799999999999	35.0	0.00031359546688073753	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ENG0194_000000003049	8024	0.9916775306569257	9	9	7	7	8	False	113982	fragment	False	ENG0181_000000002617	0.8114338205018959		0	0	False	False	0.9992522597312927	0					non-mobilizable	chromosome	7463.0	99.93299999999999	93.0	0.0014431887082377993	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ENG0103_000000000988	20871	0.991676760698007	27	19	11	15	13	True	60337	maximal	True	ENG0103_000000000988	1.0	PS52	1	1	True	True	1.0	5					non-mobilizable	no_good_hit	1221.0	80.672	8.0	0.0004725484636684741	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
ISR0191_000000003249	2942	0.9916743000131992	5	2	2	2	2	True	56588	maximal	True	ISR0191_000000003249	1.0		1	1	False	False	0.9993202090263367	0	rep_cluster_1351				non-mobilizable	no_good_hit	917.0	87.895	65.0	0.26139294926913154	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
MON0010_000000018245	1479	0.9916737335847554	3	2	2	2	1	False	13729	fragment	False	MON0010_000000018245	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	99.63799999999999	93.0	0.0002649304341477847	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
ISR0077_000000010386	3006	0.9916737331878852	5	2	0	2	0	True	105690	maximal	True	ISR0077_000000010386	1.0	PS638|PS639|PS640	1	1	False	True	0.9973386526107788	0					non-mobilizable	no_good_hit	808.0	99.134	39.0	0.19925925925925925	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0307_000000004013	2350	0.9916737331878852	3	2	0	2	0	True	68794	maximal	True	ISR0307_000000004013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	98.531	54.0	0.49028317601332594	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0159_000000010702	2140	0.9916735196195856	3	3	2	3	2	False	124098	fragment	False	USA0015_01_000000013484	0.6666644505393873		0	0	False	False	1.0	0					non-mobilizable	other	2139.0	97.148	99.0	0.0006005653239146405	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0070_000000006301	3206	0.9916722042043824	5	5	3	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5747441900099992	PS971	0	0	True	True	1.0	103					non-mobilizable	plasmid	1206.0	95.93700000000001	97.0	0.2963600590260698	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
AST0010_000000011213	2576	0.9916715252812678	5	4	2	3	4	True	127459	maximal	True	AST0010_000000011213	1.0	PS1007	1	1	False	True	0.9848602414131165	0	Inc11				non-mobilizable	no_good_hit	1162.0	99.914	68.0	0.00046650880640848895	CP010050.1	firmicutes	Lactococcus lactis subsp. lactis strain S0, complete genome	True	True
FIJ0078_000000001144	16037	0.991669264570676	20	8	5	8	5	True	53556	maximal	False	ISR0398_000000001116	0.7726677571677553	PS226	0	0	True	True	0.9999376535415649	9					non-mobilizable	no_good_hit	1113.0	74.124	7.0	0.0003662144299929618	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0022_000000001141	16016	0.991669264570676	21	8	5	8	5	True	53556	maximal	False	ISR0398_000000001116	0.7727033604743945	PS226	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1110.0	74.054	7.0	0.00036520464755731945	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
DEN0062_000000004046	4135	0.9916690389712668	5	5	5	5	4	False	71738	maximal	True	DEN0062_000000004046	1.0		1	1	False	False	0.9954050779342651	0					non-mobilizable	no_good_hit	454.0	73.568	11.0	0.00030146585241661635	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	True	False
USA0035_01_000000021175	1237	0.9916634789875926	2	1	1	1	1	False	1402	fragment	False	USA0035_01_000000021175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	75.493	57.0	0.000127587013795825	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
CAN0003_000000040206	1215	0.9916634789875926	2	1	1	1	1	False	96387	fragment	False	CAN0003_000000040206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	75.817	50.0	0.00011042938962299589	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
FIJ0066_000000029195	1156	0.9916573125430924	2	1	1	1	1	False	45260	fragment	False	FIJ0066_000000029195	1.0		0	0	False	False	0.970588207244873	0					non-mobilizable	no_good_hit								True	False
CHI0159_000000003802	3623	0.9916572374993616	4	3	3	2	1	False	78819	fragment	False	CHI0159_000000003802	1.0		0	0	False	False	0.9980679154396057	0					non-mobilizable	no_good_hit	1266.0	91.86399999999999	35.0	0.00033848931469035595	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MON0070_000000022744	1514	0.9916566767539522	3	2	2	1	1	False	10443	fragment	False	MON0070_000000022744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	74.578	62.0	0.000694464065574063	AP018050.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
CHI0183_000000000522	6061	0.991653564916407	8	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.23813001867625047		0	0	False	True	0.998845100402832	0	rep_cluster_1702				non-mobilizable	plasmid	2791.0	98.38799999999999	90.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0058_000000002554	6024	0.991653564916407	9	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.23678531958307888		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	chromosome	2887.0	97.714	92.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0013_000000001441	5937	0.991653564916407	9	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.23822519415888577		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	chromosome	2887.0	97.991	90.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0113_000000002432	5718	0.991653564916407	9	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.20605239115441393		0	0	False	True	0.9987757802009583	0	rep_cluster_1702				non-mobilizable	plasmid	2720.0	98.529	92.0	0.08777763429752067	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0060_000000004075	6721	0.9916514002067108	10	4	2	2	3	True	112535	maximal	True	AST0060_000000004075	1.0	PS274	1	1	True	True	1.0	460					non-mobilizable	no_good_hit	79.0	93.671	2.0	0.010569663692518874	MK233193.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_4_c1 sequence	True	True
FIJ0017_000000010269	2755	0.9916499051014552	4	4	2	2	3	False	50151	fragment	False	FIJ0017_000000010269	1.0		0	0	False	False	0.9967331886291504	0					non-mobilizable	plasmid	2755.0	100.0	100.0	0.0310463779225757	CP048027.1	enterobacteria	Escherichia coli strain GZEC065 plasmid pTET-GZEC065, complete sequence	False	True
FIJ0154_000000006560	5022	0.991649160187036	10	5	2	2	4	True	130690	backbone	False	ENG0017_000000004005	0.9224976583588305	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3439.0	98.837	99.0	0.636767976278725	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
AUS0008_000000001230	10912	0.9916481566787269	21	4	1	2	3	True	101903	maximal	True	AUS0008_000000001230	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0082_000000000388	39120	0.9916428792234799	40	34	7	13	28	True	125596	fragment	False	ENG0082_000000000388	1.0		0	0	False	True	0.9997443556785583	0					non-mobilizable	chromosome	29571.0	97.765	99.0	0.01214556243885461	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
AST0007_000000005588	3377	0.9916368422025016	3	1	1	1	1	True	127158	maximal	True	AST0007_000000005588	1.0		1	1	True	True	0.9997038841247559	4	rep_cluster_1620				non-mobilizable	plasmid	1229.0	86.9	90.0	0.3941347083467612	HG796357.1	bacteria	Uncultured bacterium plasmid pRGI00704	False	True
ISR0830_000000007631	3358	0.9916368422025016	3	1	1	1	1	True	30844	fragment	False	ISR0830_000000007631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0006_000000007614	3059	0.9916368422025016	4	1	1	1	1	True	123262	backbone	False	ISR0234_000000003706	0.9440819384262736	PS121|PS629|PS654|PS88|PS886|PS887	0	0	True	True	0.999673068523407	26					non-mobilizable	no_good_hit	1006.0	99.50299999999999	40.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0195_000000007475	3049	0.9916368422025016	3	1	1	1	1	True	123262	backbone	False	ISR0234_000000003706	0.8304522805711276	PS121|PS629|PS654|PS88|PS886|PS887	0	0	True	True	1.0	85					non-mobilizable	no_good_hit	1006.0	99.50299999999999	40.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0234_000000003706	3008	0.9916368422025016	3	1	1	1	1	True	123262	backbone	True	ISR0234_000000003706	0.9690632966737996	PS121|PS629|PS654|PS88|PS886|PS887	3	1	True	True	0.9996675252914429	31					non-mobilizable	no_good_hit	1014.0	91.124	41.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0053_000000006187	2987	0.9916368422025016	4	1	1	1	1	True	123262	backbone	False	ISR0234_000000003706	0.9665724999014406	PS121|PS629|PS654|PS88|PS886|PS887	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	1014.0	91.124	43.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0043_000000007624	2879	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.0510122333580982	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	175					non-mobilizable	no_good_hit	1018.0	81.041	42.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0065_000000009907	2836	0.9916368422025016	3	1	1	1	1	True	123262	backbone	False	ISR0234_000000003706	0.9373154646491149	PS121|PS629|PS654|PS88|PS886|PS887	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1014.0	91.124	43.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0124_000000005657	2836	0.9916368422025016	3	1	1	1	1	True	32085	maximal	True	ISR0124_000000005657	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	81.99	35.0	0.8019401778496362	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0073_000000009089	2807	0.9916368422025016	2	1	1	1	1	True	123262	backbone	False	ISR0234_000000003706	0.9311671812490008	PS121|PS629|PS654|PS88|PS886|PS887	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1011.0	89.416	42.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
FIJ0148_000000006108	2799	0.9916368422025016	3	1	1	1	1	True	123262	backbone	False	ISR0234_000000003706	0.9426560655905674	PS121|PS629|PS654|PS88|PS886|PS887	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1014.0	91.124	40.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0019_000000006185	2736	0.9916368422025016	4	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.3874758774404726	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9904970526695251	10					non-mobilizable	no_good_hit	1014.0	91.124	50.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0097_000000008321	2715	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5341935518550365	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	144					non-mobilizable	no_good_hit	1013.0	91.708	45.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0084_000000012701	2679	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5073158955533619	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1013.0	91.115	46.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0006_000000007381	2645	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5108416848117437	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	286					non-mobilizable	no_good_hit	1014.0	91.02600000000001	46.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0095_000000011692	2639	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5316866954447399	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9996210932731628	38					non-mobilizable	no_good_hit	1014.0	91.02600000000001	48.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0041_000000005076	2639	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5317629975001891	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9981053471565247	6					non-mobilizable	no_good_hit	1014.0	91.02600000000001	48.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0327_000000010088	2635	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.21915601450005673	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	1013.0	79.664	49.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0180_000000008485	2633	0.9916368422025016	4	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.14096687752994239	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1018.0	81.041	49.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0036_000000004066	2626	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.2712400533004336	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9950494766235352	22					non-mobilizable	no_good_hit	1015.0	82.266	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0814_000000015055	2623	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4498320490740607	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9889439344406128	2					non-mobilizable	no_good_hit	1018.0	81.041	46.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0137_000000010036	2623	0.9916368422025016	4	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5219238352576793	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	127					non-mobilizable	no_good_hit	1014.0	82.249	49.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0101_000000016731	2622	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.48333161182486245	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	151					non-mobilizable	no_good_hit	1014.0	91.124	50.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
CHI0053_000000004282	2617	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5029538280618879	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9992357492446899	55					non-mobilizable	no_good_hit	1237.0	98.949	47.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0064_000000007710	2612	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.485359411036035	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9961715340614319	8					non-mobilizable	no_good_hit	1018.0	80.943	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0184_000000004719	2609	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4854595140304597	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9992334246635437	6					non-mobilizable	no_good_hit	1018.0	81.041	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0028_000000006582	2606	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4972741985401718	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	1014.0	91.124	49.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0122_000000010794	2591	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.12108261824819681	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9996140599250793	33					non-mobilizable	no_good_hit	1018.0	81.925	49.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0046_000000012245	2587	0.9916368422025016	2	1	1	1	1	True	36179	fragment	False	ISR0046_000000012245	1.0		0	0	False	False	0.9880170226097107	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.274398113255954e-07	LR215989.1	flatworms	Hymenolepis microstoma genome assembly, chromosome: 1	True	True
ISR0282_000000008566	2557	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5155375215542056	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	156					non-mobilizable	no_good_hit	1015.0	82.167	48.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0160_000000008307	2557	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4290158885586669	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9996089339256287	23					non-mobilizable	no_good_hit	1006.0	99.006	51.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0808_000000006115	2549	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.3328812858135027	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1014.0	82.249	48.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0377_000000005510	2536	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.20352150533468666	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1013.0	79.664	48.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0027_000000010299	2524	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.36476304755867245	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	176					non-mobilizable	no_good_hit	1014.0	82.249	49.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0079_000000010944	2506	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.40145304177280855	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	1014.0	91.124	52.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0085_000000004963	2504	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4810134764474707	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	479					non-mobilizable	no_good_hit	1015.0	82.167	52.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0279_000000008306	2503	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.3567535950455367	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9996004700660706	37					non-mobilizable	no_good_hit	1014.0	82.249	52.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0057_000000008705	2488	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.34898261931628877	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	1237.0	99.03	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0106_000000009873	2482	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.1433736629536378	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	83					non-mobilizable	no_good_hit	1226.0	82.95299999999999	54.0	0.98464025869038	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0200_000000009509	2481	0.9916368422025016	4	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.11895442674298215	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	83					non-mobilizable	no_good_hit	970.0	84.124	53.0	0.7801131770412287	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0018_000000008485	2478	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4671305881980467	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	1073.0	99.348	53.0	0.8666127728375101	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0058_000000010167	2478	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.46549363635262714	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	1237.0	99.111	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0090_000000011153	2477	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5010479396030365	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	81					non-mobilizable	no_good_hit	1246.0	84.51	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0077_000000008190	2468	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4719897248195929	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	392					non-mobilizable	no_good_hit	1237.0	99.111	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0113_000000011403	2467	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.49454175505100473	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9995946288108826	6					non-mobilizable	no_good_hit	1237.0	99.19200000000001	53.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0081_000000010799	2467	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5546767668626681	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1237.0	99.838	53.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0108_000000011967	2467	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.6090186306302143	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	1237.0	99.272	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AUS0022_000000014113	2467	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5829764507956608	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9995946288108826	12					non-mobilizable	no_good_hit	1237.0	99.03	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0090_000000009506	2466	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4339878327647348	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9882400631904602	7					non-mobilizable	no_good_hit	1237.0	98.949	53.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0182_000000015477	2466	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5542165575132794	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9987834692001343	23					non-mobilizable	no_good_hit	1198.0	99.833	53.0	0.967663702506063	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0142_000000013334	2466	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.507319981947145	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1194.0	83.585	53.0	0.9563459983831851	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AUS0020_000000011242	2465	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.47304082389331353	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	102					non-mobilizable	no_good_hit	1238.0	98.14200000000001	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0149_000000006541	2465	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.47562951973338724	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	1247.0	84.443	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0331_000000009388	2464	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.47568185729338996	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	1205.0	83.734	53.0	0.9652384801940178	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0198_000000013440	2464	0.9916368422025016	2	1	1	1	1	True	28884	maximal	True	ISR0198_000000013440	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	0.009135802469135803	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0164_000000010608	2464	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.31031831232845064	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9987824559211731	20					non-mobilizable	no_good_hit	1003.0	81.057	53.0	0.8019401778496362	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
DEN0010_000000018204	2463	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.1693172855762778	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9987819790840149	2					non-mobilizable	no_good_hit	937.0	80.363	46.0	0.7477768795472919	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0005_000000009752	2463	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.15051571899773442	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	245					non-mobilizable	no_good_hit	1245.0	83.133	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0374_000000006514	2462	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.1574394546990643	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	373					non-mobilizable	no_good_hit	1070.0	81.028	53.0	0.8585286984640259	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0102_000000014230	2461	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5036175112292577	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1238.0	99.838	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0051_000000015973	2447	0.9916368422025016	4	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.2473340939791324	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	508					non-mobilizable	no_good_hit	1018.0	81.041	50.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0071_000000008530	2447	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.6149107718094132	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	1113.0	99.82	53.0	0.898949070331447	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0072_000000011567	2447	0.9916368422025016	2	1	1	1	1	True	123258	backbone	True	ISR0072_000000011567	0.6222612775022552	PS121|PS629|PS654|PS88|PS886	21	4	True	True	1.0	55					non-mobilizable	no_good_hit	1237.0	99.272	51.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0112_000000013677	2446	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5626892949153832	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9995911717414856	14					non-mobilizable	no_good_hit	1114.0	99.28200000000001	53.0	0.8997574777687954	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0257_000000006813	2446	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.6150476203794533	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	102					non-mobilizable	no_good_hit	1114.0	99.82	53.0	0.8997574777687954	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0120_000000016982	2446	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4880457935163766	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1177.0	98.98	53.0	0.9506871463217461	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0005_000000011985	2444	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4547660829802181	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	1177.0	98.726	53.0	0.9506871463217461	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0304_000000003849	2442	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.15677266539543	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1244.0	83.199	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0185_000000008655	2441	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.3679125754912809	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9938549995422363	6					non-mobilizable	no_good_hit	1015.0	82.266	51.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
CHI0105_000000002965	2440	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.04075455782046134	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.993852436542511	26					non-mobilizable	no_good_hit	1278.0	80.203	52.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0080_000000012774	2439	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5145746913836969	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1062.0	99.24700000000001	53.0	0.8577202910266775	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0393_000000007166	2439	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5204048782945545	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	1114.0	99.28200000000001	53.0	0.8997574777687954	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0785_000000014564	2438	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4062118661828591	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1177.0	99.065	53.0	0.9506871463217461	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0131_000000010489	2436	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5609972034343388	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1158.0	100.0	53.0	0.9353274050121261	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0010_000000008124	2432	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.3595475475587548	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9995887875556946	1					non-mobilizable	no_good_hit	937.0	80.363	47.0	0.7477768795472919	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0110_000000012595	2423	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.48486755242860413	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9991745948791504	16					non-mobilizable	no_good_hit	1237.0	99.919	51.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0046_000000007822	2410	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.047535565383263	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	1238.0	99.919	51.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0108_000000009209	2405	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.42606031637277875	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	1185.0	99.325	55.0	0.9571544058205336	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0081_000000009861	2399	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4398995533753089	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9995831847190857	7					non-mobilizable	no_good_hit	1166.0	98.971	52.0	0.9417946645109135	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0195_000000010409	2394	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.3961208633670903	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9970760345458984	3					non-mobilizable	no_good_hit	1124.0	84.34200000000001	46.0	0.898949070331447	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
USA0078_01_000000006736	2388	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5103386810761884	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1207.0	84.01	52.0	0.967663702506063	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0162_000000016582	2388	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4989364476634348	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	1246.0	84.51	52.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0381_000000006930	2385	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.38050938862391276	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9995807409286499	22					non-mobilizable	no_good_hit	1114.0	99.82	54.0	0.898949070331447	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0160_000000011959	2384	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.49823830359486093	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1144.0	83.12899999999999	52.0	0.9167340339531124	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0202_000000005628	2379	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4544811412507684	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	93					non-mobilizable	no_good_hit	1015.0	82.069	48.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0254_000000004671	2375	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4416504062479092	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1105.0	97.285	52.0	0.8924818108326596	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0211_000000009436	2372	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.15160265069099435	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	1018.0	80.943	48.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0378_000000011495	2371	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.30685272328024243	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1018.0	80.943	50.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0146_000000009911	2370	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.13683547838802512	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9970464110374451	1					non-mobilizable	no_good_hit	1178.0	83.531	49.0	0.9450282942603072	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0045_000000010794	2365	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.16526722504335328	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	904.0	80.973	43.0	0.7235246564268392	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0015_000000010749	2345	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.40011313165916956	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	148					non-mobilizable	no_good_hit	1015.0	82.167	46.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0156_000000006848	2345	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.1715075926634267	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9914712309837341	13					non-mobilizable	no_good_hit	998.0	82.164	48.0	0.7987065481002426	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0047_000000008006	2340	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.1709348105009908	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9987179636955261	30					non-mobilizable	no_good_hit	998.0	82.164	49.0	0.7987065481002426	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0093_000000007724	2337	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4916754286529491	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	269					non-mobilizable	no_good_hit	1237.0	99.757	53.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0029_000000019166	2329	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.3696802004075166	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	121					non-mobilizable	no_good_hit	1015.0	82.167	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0399_000000006717	2328	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.15128954193557387	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	1018.0	81.041	48.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0114_000000011978	2326	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.17130664495099732	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	998.0	82.164	48.0	0.7987065481002426	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0066_000000013910	2325	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.36311599462062844	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	1015.0	82.167	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0031_000000009029	2325	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.3496572819948574	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	173					non-mobilizable	no_good_hit	1015.0	82.266	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0303_000000005311	2325	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.35069475968358316	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	139					non-mobilizable	no_good_hit	1015.0	82.069	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0301_000000007710	2325	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.33778984817247015	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	1015.0	82.069	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0346_000000009558	2325	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.38186599848781544	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1015.0	82.167	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0104_000000014593	2321	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.15903369334021936	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	159					non-mobilizable	no_good_hit	1015.0	82.167	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0033_000000013369	2315	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.1592018997104831	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9896328449249268	6					non-mobilizable	no_good_hit	754.0	80.902	49.0	0.6063055780113177	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
USA0035_01_000000010974	2299	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.15628340586954922	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9834710955619812	2					non-mobilizable	no_good_hit	998.0	82.164	48.0	0.7987065481002426	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0850_000000006500	2291	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.2623681464214362	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9991270303726196	26					non-mobilizable	no_good_hit	1015.0	80.197	47.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0163_000000001946	2289	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.33094011693708986	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	947.0	81.309	45.0	0.7582861762328214	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0013_000000011200	2255	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.31836273397890663	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1015.0	82.167	48.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0105_000000008299	2230	0.9916368422025016	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.014132354468954531	PS121|PS629|PS654|PS88|PS886	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1014.0	91.02600000000001	45.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0815_000000014316	2175	0.9916368422025016	3	1	1	1	1	True	30845	fragment	False	ISR0815_000000014316	1.0		0	0	False	False	0.9370114803314209	0					non-mobilizable	no_good_hit								True	True
ISR0297_000000006562	2168	0.9916368422025016	1	1	1	1	1	True	38776	fragment	False	ISR0297_000000006562	1.0		0	0	False	True	0.9995387196540833	0					non-mobilizable	no_good_hit	1014.0	91.124	57.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0123_000000010107	2161	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.06997861108666527	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9953725337982178	2					non-mobilizable	no_good_hit	998.0	82.064	52.0	0.7987065481002426	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0133_000000011437	2155	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.2853586260744118	PS121|PS629|PS654|PS88|PS886	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1136.0	99.208	53.0	0.9167340339531124	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0148_000000016104	2153	0.9916368422025016	2	1	1	1	1	True	105007	backbone	True	AST0148_000000016104	1.0	PS629	2	2	True	True	0.9995355606079102	17					non-mobilizable	no_good_hit	894.0	79.97800000000001	49.0	0.7162489894907034	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
FIJ0008_000000013283	2150	0.9916368422025016	3	1	1	1	1	True	64837	fragment	False	FIJ0008_000000013283	1.0		0	0	False	False	0.9990697503089905	0					non-mobilizable	no_good_hit	690.0	93.478	42.0	0.555375909458367	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0151_000000009081	2140	0.9916368422025016	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.11043694401631049	PS121|PS629|PS654|PS88|PS886	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1015.0	82.167	51.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0169_000000015155	2059	0.9916368422025016	2	1	1	1	1	True	123254	fragment	False	ISR0169_000000015155	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1018.0	81.041	54.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AUS0002_000000018000	2029	0.9916368422025016	2	1	1	1	1	True	123256	fragment	False	AUS0002_000000018000	1.0		0	0	False	True	0.9995071291923523	0					non-mobilizable	no_good_hit	1018.0	81.925	60.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0059_000000008413	2001	0.9916368422025016	2	1	1	1	1	True	38772	fragment	False	ISR0059_000000008413	1.0		0	0	False	True	0.9910045266151428	0					non-mobilizable	no_good_hit	1129.0	82.64	55.0	0.9021827000808408	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0045_000000013360	1927	0.9916368422025016	2	1	1	1	1	True	123255	fragment	False	ISR0045_000000013360	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1018.0	81.041	63.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0342_000000008187	1909	0.9916368422025016	2	1	1	1	1	True	29926	fragment	False	ISR0342_000000008187	0.9702286018075492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	80.46600000000001	47.0	0.6208569118835894	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
USA0069_01_000000032373	1881	0.9916368422025016	2	1	1	1	1	True	29926	fragment	False	ISR0342_000000008187	0.9633315872184389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	81.257	55.0	0.7388843977364592	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
USA0082_01_000000015978	1864	0.9916368422025016	2	1	1	1	1	True	64836	fragment	False	USA0082_01_000000015978	0.9844280860702153		0	0	False	True	0.9973176121711731	0					non-mobilizable	no_good_hit	1166.0	99.914	63.0	0.9417946645109135	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0026_000000012529	1801	0.9916368422025016	2	1	1	1	1	True	38771	fragment	False	ISR0026_000000012529	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1010.0	80.891	55.0	0.8051738075990299	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0334_000000011839	1786	0.9916368422025016	2	1	1	1	1	True	106767	backbone	True	ISR0334_000000011839	1.0	PS654	11	3	True	True	1.0	38					non-mobilizable	no_good_hit	1187.0	83.656	66.0	0.9506871463217461	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0320_000000014313	1778	0.9916368422025016	2	1	1	1	1	True	123253	fragment	False	ISR0320_000000014313	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1014.0	90.927	69.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0101_000000014122	1674	0.9916368422025016	3	1	1	1	1	True	33132	fragment	False	ISR0101_000000014122	1.0		0	0	False	False	0.999402642250061	0					non-mobilizable	no_good_hit								True	True
FIJ0052_000000018131	1673	0.9916368422025016	3	1	1	1	1	True	46459	maximal	True	FIJ0052_000000018131	1.0		3	1	False	False	0.9994022846221924	0					non-mobilizable	no_good_hit	85.0	88.235	7.0	0.0006277463904582549	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	True	True
USA0108_01_000000006301	1650	0.9916368422025016	3	1	1	1	1	True	315	maximal	True	USA0108_01_000000006301	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	83.824	12.0	0.03113974535971775	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0333_000000014333	1637	0.9916368422025016	3	1	1	1	1	True	24537	maximal	True	ISR0333_000000014333	1.0		1	1	False	False	0.9883934259414673	0					non-mobilizable	no_good_hit								True	True
MAD0059_000000012296	1577	0.9916368422025016	2	1	1	1	1	True	16885	fragment	False	MAD0059_000000012296	1.0		0	0	False	False	0.9974635243415833	0					non-mobilizable	no_good_hit	548.0	83.39399999999999	35.0	0.010802469135802469	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
FIJ0016_000000012230	1552	0.9916368422025016	2	1	1	1	1	True	50210	fragment	False	ISR0349_000000007104	0.9816484224082421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	5.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0017_000000002817	1541	0.9916368422025016	2	1	1	1	1	True	19372	fragment	False	MAD0017_000000002817	0.9427609427609427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0263_000000010478	1502	0.9916368422025016	2	1	1	1	1	True	123252	fragment	False	ISR0263_000000010478	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1017.0	90.954	67.0	0.814874696847211	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0346_000000016355	1498	0.9916368422025016	2	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.9758857537650414		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1238.0	99.031	83.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0027_000000017259	1492	0.9916368422025016	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.7842605259057777		0	0	False	True	0.997989296913147	0					non-mobilizable	no_good_hit	1009.0	99.20700000000001	78.0	0.814874696847211	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
DEN0029_000000009169	1470	0.9916368422025016	2	1	1	1	1	True	73838	fragment	False	DEN0029_000000009169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	78.497	80.0	0.7679870654810024	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0141_000000021406	1450	0.9916368422025016	2	1	1	1	1	True	106766	fragment	False	ISR0141_000000021406	0.9342296164332572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	84.43	85.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0266_000000014288	1436	0.9916368422025016	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.5379765129954557		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1237.0	98.949	86.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0029_000000029732	1418	0.9916368422025016	2	1	1	1	1	True	38773	fragment	False	ISR0029_000000029732	0.9991400759752285		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1018.0	80.943	79.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0013_000000018894	1414	0.9916368422025016	2	1	1	1	1	True	38773	fragment	False	ISR0029_000000029732	0.9988592856055595		0	0	False	True	0.9964639544487	0					non-mobilizable	no_good_hit	1018.0	80.943	80.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0231_000000013991	1413	0.9916368422025016	2	1	1	1	1	True	38773	fragment	False	ISR0029_000000029732	0.9982829463073399		0	0	False	True	0.9992923140525818	0					non-mobilizable	no_good_hit	1018.0	81.041	80.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0016_000000016869	1413	0.9916368422025016	2	1	1	1	1	True	123251	fragment	False	AST0016_000000016869	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1017.0	90.757	71.0	0.814874696847211	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
FIJ0067_000000023102	1409	0.9916368422025016	1	1	1	1	1	True	106766	fragment	False	ISR0141_000000021406	0.49587396849212306		0	0	False	False	0.9964513778686523	0					non-mobilizable	no_good_hit	1136.0	82.835	80.0	0.9086499595796281	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0124_000000010025	1397	0.9916368422025016	1	1	1	1	1	True	38775	fragment	False	ISR0124_000000010025	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1018.0	81.041	77.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0243_000000009099	1392	0.9916368422025016	1	1	1	1	1	True	38430	fragment	False	ISR0243_000000009099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	82.266	82.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0278_000000008785	1379	0.9916368422025016	2	1	1	1	1	True	38773	fragment	False	ISR0029_000000029732	0.9837467426353925		0	0	False	True	0.9941986799240112	0					non-mobilizable	no_good_hit	1018.0	80.943	82.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0100_000000011821	1370	0.9916368422025016	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.1356927386339151		0	0	False	True	0.9941605925559998	0					non-mobilizable	no_good_hit	1006.0	99.304	80.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0231_000000014564	1367	0.9916368422025016	1	1	1	1	1	True	38429	fragment	False	ISR0231_000000014564	0.976728570132975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	82.167	80.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0007_000000012449	1357	0.9916368422025016	1	1	1	1	1	True	106766	fragment	False	ISR0141_000000021406	0.46474118529632413		0	0	False	False	0.9992631077766418	0					non-mobilizable	no_good_hit	1177.0	82.583	86.0	0.9450282942603072	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0183_000000022752	1355	0.9916368422025016	2	1	1	1	1	True	78607	fragment	False	ISR0183_000000022752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	81.00399999999999	87.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0238_000000011216	1349	0.9916368422025016	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.814922647874223		0	0	False	True	0.9985173940658569	0					non-mobilizable	no_good_hit	1135.0	99.20700000000001	84.0	0.9167340339531124	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0141_000000023004	1343	0.9916368422025016	2	1	1	1	1	True	38773	fragment	False	ISR0029_000000029732	0.9632605146566366		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1018.0	80.943	84.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0171_000000022445	1342	0.9916368422025016	2	1	1	1	1	True	38769	fragment	False	ISR0171_000000022445	1.0		0	0	False	True	0.9932935833930969	0					non-mobilizable	no_good_hit	1014.0	91.02600000000001	75.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0111_000000014223	1333	0.9916368422025016	1	1	1	1	1	True	106766	fragment	False	ISR0141_000000021406	0.9176507221302438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.24700000000001	86.0	0.9223928860145514	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0266_000000015773	1332	0.9916368422025016	2	1	1	1	1	True	38770	fragment	False	ISR0266_000000015773	0.9987165823155876		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1018.0	81.041	75.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0243_000000009624	1330	0.9916368422025016	2	1	1	1	1	True	38770	fragment	False	ISR0266_000000015773	0.9979582603517537		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1018.0	81.041	75.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0229_000000012250	1330	0.9916368422025016	1	1	1	1	1	True	38429	fragment	False	ISR0231_000000014564	0.9666833897107918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	82.167	82.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0262_000000012935	1326	0.9916368422025016	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.6800403124060536		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1135.0	99.20700000000001	86.0	0.9167340339531124	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
MON0090_000000046883	1325	0.9916368422025016	3	1	1	1	1	True	9528	fragment	False	MON0090_000000046883	1.0		0	0	False	False	0.998490571975708	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0007577341137123746	CP008811.1	e-proteobacteria	Campylobacter fetus subsp. venerealis 97/608 plasmid pCFV97608-1, complete sequence	True	True
ISR0251_000000013314	1323	0.9916368422025016	2	1	1	1	1	True	30843	fragment	False	ISR0251_000000013314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0054_000000019970	1317	0.9916368422025016	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.7323493624274411		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1114.0	97.038	83.0	0.8997574777687954	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0057_000000017080	1314	0.9916368422025016	1	1	1	1	1	True	38429	fragment	False	ISR0231_000000014564	0.36719852712940315		0	0	False	False	0.9992389678955078	0					non-mobilizable	no_good_hit	998.0	82.064	81.0	0.7987065481002426	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0842_000000017995	1302	0.9916368422025016	1	1	1	1	1	True	38429	fragment	False	ISR0231_000000014564	0.8403758302332148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	82.167	84.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0851_000000010863	1291	0.9916368422025016	2	1	1	1	1	True	38770	fragment	False	ISR0266_000000015773	0.977711169816433		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1018.0	81.041	77.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0035_000000015752	1276	0.9916368422025016	1	1	1	1	1	True	36769	backbone	True	ISR0035_000000015752	0.917956846303303	PS121	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	1014.0	91.124	79.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0825_000000018950	1273	0.9916368422025016	1	1	1	1	1	True	21117	fragment	False	ISR0825_000000018950	1.0		0	0	False	False	0.9795758128166199	0					non-mobilizable	no_good_hit								True	True
ISR0391_000000012692	1264	0.9916368422025016	2	1	1	1	1	True	22847	maximal	True	ISR0391_000000012692	1.0		0	0	False	False	0.9944620132446289	0					non-mobilizable	no_good_hit	802.0	98.50399999999999	63.0	0.6475343573160873	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0164_000000016443	1258	0.9916368422025016	2	1	1	1	1	True	56253	maximal	True	ENG0164_000000016443	1.0		0	0	False	False	0.8751987218856812	0					non-mobilizable	no_good_hit	68.0	98.529	5.0	0.0003777137606196761	NZ_DS562846.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_3, whole genome shotgun sequence	True	True
ISR0007_000000013970	1237	0.9916368422025016	1	1	1	1	1	True	38429	fragment	False	ISR0231_000000014564	0.35829720825385813		0	0	False	False	0.9919159412384033	0					non-mobilizable	no_good_hit	998.0	82.164	85.0	0.7987065481002426	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0066_000000018022	1208	0.9916368422025016	1	1	1	1	1	True	62711	fragment	False	ENG0066_000000018022	1.0		0	0	False	False	0.9801324605941772	0					non-mobilizable	other	1009.0	91.08	94.0	0.8084074373484236	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	False	True
FIJ0171_000000017925	1185	0.9916368422025016	2	1	1	1	1	True	38766	fragment	False	FIJ0171_000000017925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	91.318	78.0	0.7477768795472919	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0149_000000015782	1183	0.9916368422025016	1	1	1	1	1	True	30842	fragment	False	ISR0149_000000015782	0.9596219931271477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0161_000000009777	1178	0.9916368422025016	2	1	1	1	1	True	78606	fragment	False	CHI0161_000000009777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	80.47	85.0	0.7477768795472919	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0134_000000021403	1164	0.9916368422025016	1	1	1	1	1	True	30842	fragment	False	ISR0149_000000015782	0.9522400676246829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.274398113255954e-07	LR215989.1	flatworms	Hymenolepis microstoma genome assembly, chromosome: 1	True	True
ISR0229_000000014226	1147	0.9916368422025016	1	1	1	1	1	True	27558	fragment	False	ISR0229_000000014226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	79.664	87.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0009_000000029860	1146	0.9916368422025016	1	1	1	1	1	True	38329	fragment	False	ISR0062_000000034136	0.9461485797632071		0	0	False	False	1.0	0					non-mobilizable	other	1018.0	80.943	96.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	False	True
ISR0199_000000026718	1144	0.9916368422025016	1	1	1	1	1	True	28789	fragment	False	ISR0199_000000026718	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1043.0	82.359	90.0	0.8350848827809216	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	False	True
ISR0172_000000014558	1137	0.9916368422025016	1	1	1	1	1	True	29925	fragment	False	ISR0172_000000014558	1.0		0	0	False	False	0.9868074059486389	0					non-mobilizable	other	1015.0	82.167	96.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	False	True
ISR0062_000000034136	1134	0.9916368422025016	2	1	1	1	1	True	38329	fragment	False	ISR0062_000000034136	0.9688667346232459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	80.943	88.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
FIJ0082_000000028607	1125	0.9916368422025016	1	1	1	1	1	True	44149	fragment	False	FIJ0082_000000028607	1.0		0	0	False	False	0.9857777953147888	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	6.063081577167073e-05	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
ISR0197_000000022713	1106	0.9916368422025016	2	1	1	1	1	True	38329	fragment	False	ISR0062_000000034136	0.6581422692533804		0	0	False	False	1.0	0					non-mobilizable	other	1016.0	81.00399999999999	90.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	False	True
DEN0093_000000027928	1099	0.9916368422025016	1	1	1	1	1	True	68405	fragment	False	DEN0093_000000027928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0003_000000009846	4908	0.9916350432692592	9	4	3	4	2	False	104001	maximal	True	CAN0003_000000009846	1.0		1	1	False	False	0.9979625344276428	0					non-mobilizable	no_good_hit	700.0	98.429	28.0	0.00015525777454971913	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0279_000000002028	7791	0.9916348855036128	10	10	5	6	8	True	123628	fragment	False	USA0108_01_000000001009	0.2825357653201985		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7794.0	98.884	100.0	0.2350626551244022	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0311_000000005410	3416	0.99163089053778	5	5	3	5	4	True	97916	maximal	True	ISR0311_000000005410	1.0		0	0	False	False	0.9991217851638794	0					non-mobilizable	no_good_hit	2768.0	99.928	81.0	0.027720728933949126	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	True	True
ISR0263_000000007478	1951	0.9916308498400724	3	3	1	3	1	True	26645	fragment	False	ISR0263_000000007478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0031_000000003629	7274	0.9916289459708064	15	6	4	4	4	False	73818	maximal	True	DEN0031_000000003629	1.0		1	1	False	False	0.999862551689148	0					non-mobilizable	no_good_hit	994.0	96.881	14.0	0.007972573704155694	NZ_MIEH01000001.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_1, whole genome shotgun sequence	True	False
SPA0154_000000001015	5252	0.9916286643108336	8	7	7	7	7	False	125086	fragment	False	SPA0155_000000001948	0.11015466723262952		0	0	False	False	0.99961918592453	0					non-mobilizable	no_good_hit	1298.0	78.043	24.0	0.0049037852771329354	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
MAD0068_000000002260	8755	0.9916286450067476	10	7	3	3	6	False	127644	maximal	True	MAD0068_000000002260	1.0	PS1015|PS542|PS543	1	1	False	True	1.0	0	rep_cluster_2150	MOBQ			mobilizable	no_good_hit	3136.0	92.34700000000001	75.0	0.41091196626251975	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	True	True
ENG0097_000000003022	9717	0.9916265601751728	6	3	2	3	1	False	95429	maximal	True	ENG0097_000000003022	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	6.491543749961963e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CAN0007_000000005207	8241	0.9916265601751728	4	2	2	2	1	False	95427	fragment	False	CAN0007_000000005207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0346_000000012484	1881	0.9916249749929109	2	2	2	2	1	True	24187	fragment	False	ISR0346_000000012484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	78.547	15.0	0.12539184952978055	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	True	True
ENG0162_000000002427	9066	0.9916236364090396	9	8	6	7	5	True	128654	fragment	False	ENG0162_000000002427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	87.573	25.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0068_000000001220	11435	0.9916165481381768	9	9	5	4	8	False	6013	maximal	True	SPA0068_000000001220	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5391.0	97.40299999999999	47.0	0.0010169595970269242	CP044033.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_631 chromosome 1, complete sequence	True	False
ISR0291_000000002950	4214	0.991616245576906	5	4	4	2	3	False	111854	maximal	True	ISR0291_000000002950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2696.0	97.88600000000001	64.0	0.005618774002276698	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
MAD0083_000000000071	27248	0.9916154702507588	30	13	6	9	8	False	16120	fragment	False	MAD0083_000000000071	1.0		0	0	False	False	0.9994127750396729	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000002322	10653	0.991615234575058	11	8	5	7	7	True	117193	maximal	True	AUS0002_000000002322	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	94.898	3.0	0.00546448087431694	MK232835.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_1_c1 sequence	True	True
ISR0326_000000008239	2293	0.9916115982029359	2	2	2	2	1	False	89717	fragment	False	ISR0326_000000008239	1.0		0	0	False	False	0.9960750341415405	0					non-mobilizable	chromosome	1371.0	99.635	100.0	0.00030429635355238226	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0001_000000017308	1572	0.991610710233011	2	1	1	1	1	False	68042	maximal	True	ENG0001_000000017308	1.0		0	0	False	False	0.9955470561981201	0					non-mobilizable	no_good_hit	564.0	100.0	36.0	0.00018643822520081848	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
SPA0054_000000009627	3027	0.9916103184460486	5	3	3	3	2	False	103903	maximal	True	SPA0054_000000009627	1.0		2	1	False	False	0.9950445890426636	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000015159	1373	0.9916102813605292	2	2	2	2	1	False	26565	fragment	False	ISR0266_000000015159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0082_000000016591	2050	0.9916096773953552	3	2	1	1	2	False	9922	maximal	True	MON0082_000000016591	1.0		0	0	False	False	0.9351219534873962	0					non-mobilizable	no_good_hit	192.0	73.958	9.0	0.0023935851916862807	NZ_JAAIUD010000011.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_11_length_75201_cov_332.532, whole genome shotgun sequence	True	False
ISR0791_000000006668	2697	0.9916090950319272	3	2	2	2	2	True	118576	fragment	False	ISR0791_000000006668	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	no_good_hit	1343.0	99.70200000000001	75.0	0.19035460992907802	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
ISR0838_000000003237	5846	0.9916059644095592	8	5	3	5	3	False	124115	fragment	False	ENG0028_000000002063	0.2424375575691365		0	0	False	False	1.0	0					non-mobilizable	other	5789.0	97.236	99.0	0.0016263320212887339	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0160_000000021792	1371	0.9916010362783932	2	1	1	1	1	False	50861	maximal	True	ISR0160_000000021792	1.0		0	0	False	False	0.964259684085846	0					non-mobilizable	no_good_hit	241.0	98.755	18.0	0.0007067991129671132	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
SPA0016_000000029396	1162	0.9916010362783932	1	1	1	1	1	False	50859	fragment	False	SPA0016_000000029396	0.993881118881119		0	0	False	False	0.9647160172462463	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000040785	1144	0.9916010362783932	1	1	1	1	1	False	50859	fragment	False	SPA0016_000000029396	0.9862306368330465		0	0	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit								True	False
CHI0015_000000009267	1159	0.9915974661581366	1	1	1	1	1	False	89721	fragment	False	CHI0015_000000009267	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1159.0	100.0	100.0	0.005448155484147185	NZ_CP019987.1	enterobacteria	Citrobacter werkmanii strain BF-6 plasmid unnamed, complete sequence	False	True
AST0089_000000001607	9461	0.9915968546490366	11	4	3	4	3	True	110316	maximal	True	AST0089_000000001607	1.0		1	1	True	True	0.9995772242546082	22					non-mobilizable	no_good_hit	33.0	100.0	0.0	0.0256	KY615740.1	firmicutes	Lactobacillus helveticus strain AA15A clone 2 CRISPR repeat region	True	True
CHI0062_000000001050	13474	0.9915959544669144	21	13	7	9	12	False	85607	maximal	True	CHI0062_000000001050	1.0		1	1	True	True	1.0	43					non-mobilizable	no_good_hit	2424.0	78.589	35.0	0.0005605816898097427	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	True
ENG0171_000000000289	39517	0.9915956916517767	37	10	3	9	2	True	74076	fragment	False	ISR0010_000000000085	0.5307400334132649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ITA0001_000000000648	3044	0.9915929211108476	5	5	3	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.3017914023116099	PS971	0	0	True	True	0.999671459197998	13					non-mobilizable	plasmid	1066.0	87.899	99.0	0.2609444171175603	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
FIJ0172_000000024344	1189	0.9915927811835632	3	1	1	1	1	False	69655	fragment	False	MON0024_000000046477	0.9556525262135318		0	0	False	False	1.0	0					non-mobilizable	chromosome	1189.0	96.72	100.0	0.0005150998396166408	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0144_000000009036	3497	0.9915915519347402	4	2	2	2	1	False	53194	fragment	False	FIJ0144_000000009036	0.9836397631660954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0122_000000005240	3209	0.9915915519347402	5	2	2	2	1	False	53194	fragment	False	FIJ0144_000000009036	0.9443808979124965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006889512630773156	XM_028179448.1	moths	PREDICTED: Bombyx mandarina centromere protein J (LOC114246764), mRNA	True	False
USA0121_01_000000017213	2687	0.9915915519347402	5	2	2	2	1	False	53191	fragment	False	USA0121_01_000000017213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0056_000000002175	7813	0.9915891918764278	12	12	5	7	12	True	114234	fragment	False	ISR0056_000000002175	0.9841599584523499		0	0	False	False	0.9985920786857605	0					non-mobilizable	plasmid	7813.0	99.962	100.0	0.09048369162342476	CP054943.1	enterobacteria	Escherichia coli strain MS6192 plasmid pMS6192C, complete sequence	False	True
MON0075_000000011091	2182	0.9915890595153012	4	3	1	3	2	False	10348	maximal	True	MON0075_000000011091	1.0		0	0	False	False	0.9454628825187683	0					non-mobilizable	no_good_hit	425.0	92.471	48.0	0.0007338278973129	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0132_000000010127	2713	0.9915872874787176	4	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.5409148548654801		0	0	False	False	1.0	0					non-mobilizable	other	2714.0	95.947	100.0	0.0525979061651803	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ISR0162_000000006843	5247	0.9915832552415292	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.9832313175926278	PS1015|PS542	0	0	True	True	0.9996188282966614	31	Col156	MOBQ			mobilizable	plasmid	5244.0	99.6	100.0	0.6908276225619399	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
CHI0025_000000002291	5226	0.9915832552415292	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.9828003309057377	PS1015|PS542	0	0	True	True	0.999808669090271	27	Col156	MOBQ			mobilizable	plasmid	5226.0	99.82799999999999	100.0	0.6885872430152873	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
FIJ0093_000000004205	5226	0.9915832552415292	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.983904844162572	PS1015|PS542	0	0	True	True	0.999808669090271	3	Col156	MOBQ			mobilizable	plasmid	5226.0	99.82799999999999	100.0	0.6885872430152873	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
ENG0079_000000006022	5224	0.9915832552415292	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.9834448622387025	PS1015|PS542	0	0	True	True	0.9978943467140198	10	rep_cluster_2131	MOBQ			mobilizable	plasmid	5229.0	98.833	100.0	0.6885872430152873	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
CHI0016_000000000769	5192	0.9915832552415292	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.9814732835548493	PS1015|PS542	0	0	True	True	1.0	47	rep_cluster_2131	MOBQ			mobilizable	plasmid	5209.0	98.75200000000001	100.0	0.6859515023721666	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
ISR0136_000000001363	5185	0.9915832552415292	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.9809252104408387	PS1015|PS542	0	0	True	True	1.0	5	Col156	MOBQ			mobilizable	plasmid	4995.0	99.479	100.0	0.9670734069339532	CP048314.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_D, complete sequence	False	True
ISR0173_000000001403	5262	0.9915824910509794	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.9840661931393777	PS1015|PS542	0	0	True	True	0.9990497827529907	37	rep_cluster_2131	MOBQ			mobilizable	plasmid	5143.0	99.76700000000001	100.0	0.9955469506292353	CP040268.1	enterobacteria	Escherichia coli strain 631 plasmid pEc631_5, complete sequence	False	True
ENG0093_000000002404	5242	0.9915824910509794	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.9841257951913674	PS1015|PS542	0	0	True	True	1.0	304	rep_cluster_2131	MOBQ			mobilizable	plasmid	5129.0	99.98100000000001	100.0	0.9932209955452257	CP048874.1	enterobacteria	Escherichia coli strain 2-Pyelo plasmid p2-Pyelo_1, complete sequence	False	True
ENG0139_000000003364	5241	0.9915824910509794	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.985162793285197	PS1015|PS542	0	0	True	True	1.0	189	rep_cluster_2131	MOBQ			mobilizable	plasmid	5153.0	98.758	100.0	0.6785714285714286	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
CHI0071_000000002060	5204	0.9915824910509794	6	6	2	2	6	False	127640	backbone	False	CHI0066_000000002654	0.9849251826415261	PS1015|PS542	0	0	True	True	0.9988470673561096	14	rep_cluster_2131	MOBQ			mobilizable	plasmid	5076.0	99.704	100.0	0.9827652982184353	CP054322.1	enterobacteria	Escherichia coli strain SCU-390 plasmid pSCU-390-3, complete sequence	False	True
ISR0017_000000006275	5267	0.9915822119960224	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9849518104406242	PS1015|PS542	0	0	True	True	0.9998101592063904	72	rep_cluster_2131	MOBQ			mobilizable	plasmid	5075.0	99.488	100.0	0.9817935308928917	AP022209.1	enterobacteria	Escherichia coli plasmid pWP7-S18-ESBL-09_2 DNA, complete genome, strain: WP7-S18-ESBL-09	False	True
ISR0154_000000004703	5265	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9836003163217368	PS1015|PS542	0	0	True	True	1.0	25	Col156	MOBQ			mobilizable	plasmid	5206.0	99.94200000000001	100.0	0.6859515023721666	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
ISR0133_000000003299	5263	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9840623208607278	PS1015|PS542	0	0	True	True	1.0	18	rep_cluster_2131	MOBQ			mobilizable	plasmid	5067.0	99.76299999999999	100.0	0.9804415182029435	CP011139.1	enterobacteria	Escherichia coli VR50 plasmid pVR50E, complete sequence	False	True
AST0006_000000003069	5246	0.9915822119960224	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9825075521602259	PS1015|PS542	0	0	True	True	0.9994281530380249	12	Col156	MOBQ			mobilizable	plasmid	5150.0	99.94200000000001	100.0	0.9965163537836269	CP010879.1	enterobacteria	Escherichia coli strain MNCRE44 plasmid pMNCRE44_3, complete sequence	False	True
DEN0082_000000006958	5246	0.9915822119960224	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9820806470083375	PS1015|PS542	0	0	True	True	0.9998093843460083	56	Col156	MOBQ			mobilizable	plasmid	5150.0	99.786	100.0	0.9965163537836269	CP010879.1	enterobacteria	Escherichia coli strain MNCRE44 plasmid pMNCRE44_3, complete sequence	False	True
ISR0221_000000004256	5246	0.9915822119960224	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9828474426848227	PS1015|PS542	0	0	True	True	1.0	31	Col156	MOBQ			mobilizable	plasmid	5150.0	99.92200000000001	100.0	0.9965163537836269	CP010879.1	enterobacteria	Escherichia coli strain MNCRE44 plasmid pMNCRE44_3, complete sequence	False	True
MON0001_000000005994	5244	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9833682319980094	PS1015|PS542	0	0	True	True	1.0	747	Col156	MOBQ			mobilizable	plasmid	5222.0	99.962	100.0	0.6880600948866632	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
SPA0046_000000004830	5244	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9841111542208817	PS1015|PS542	0	0	True	True	1.0	70	rep_cluster_2131	MOBQ			mobilizable	plasmid	5132.0	99.766	100.0	0.9932236205227493	CP040268.1	enterobacteria	Escherichia coli strain 631 plasmid pEc631_5, complete sequence	False	True
ISR0250_000000001670	5244	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9857576146856623	PS1015|PS542	0	0	True	True	0.9998093247413635	28	rep_cluster_2131	MOBQ			mobilizable	chromosome	5250.0	99.219	100.0	0.00102411771848593	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
ENG0151_000000004581	5243	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9805270533365872	PS1015|PS542	0	0	True	True	1.0	49	rep_cluster_2131	MOBQ			mobilizable	plasmid	5250.0	98.43799999999999	100.0	0.6913547706905641	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
CHI0066_000000002654	5227	0.9915822119960224	6	5	2	2	5	False	127640	backbone	True	CHI0066_000000002654	0.9857702537694398	PS1015|PS542	35	9	True	True	0.9996173977851868	17	rep_cluster_2131	MOBQ			mobilizable	chromosome	5233.0	99.21700000000001	100.0	0.0010207989992304476	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
AST0025_000000006091	5226	0.9915822119960224	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9512379674012743	PS1015|PS542	0	0	True	True	0.9988518953323364	9	rep_cluster_2131	MOBQ			mobilizable	other	5054.0	95.825	100.0	0.9575965012359764	LM996376.1	enterobacteria	Escherichia coli genome assembly FHI66, scaffold scaffold-7_contig-25.0_1_5259_[organism:Escherichia	False	True
FIJ0011_000000008038	5226	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9841050855303827	PS1015|PS542	0	0	True	True	1.0	6	Col156	MOBQ			mobilizable	plasmid	5126.0	99.961	100.0	0.991871492161796	CP054377.1	enterobacteria	Escherichia coli strain SCU-182 plasmid pSCU-182-2, complete sequence	False	True
AST0057_000000001292	5226	0.9915822119960224	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9834588624595548	PS1015|PS542	0	0	True	True	1.0	63	Col156	MOBQ			mobilizable	chromosome	5227.0	99.77	100.0	0.0010202133428912448	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
SPA0053_000000006121	5226	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9831722147364824	PS1015|PS542	0	0	True	True	1.0	45	Col156	MOBQ			mobilizable	plasmid	5226.0	100.0	100.0	0.6885872430152873	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
CHI0009_000000001667	5225	0.9915822119960224	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9836846537811959	PS1015|PS542	0	0	True	True	1.0	43	Col156	MOBQ			mobilizable	chromosome	5227.0	99.962	100.0	0.0010202133428912448	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
ISR0152_000000004771	5224	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9836615693862438	PS1015|PS542	0	0	True	True	1.0	55	rep_cluster_2131	MOBQ			mobilizable	plasmid	5076.0	99.448	100.0	0.9825648973266176	CP023898.1	enterobacteria	Escherichia coli strain FDAARGOS_433 plasmid unnamed7, complete sequence	False	True
AST0113_000000006617	5224	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9742894624292195	PS1015|PS542	0	0	True	True	0.9952144026756287	9	rep_cluster_2131	MOBQ			mobilizable	plasmid	5144.0	98.89200000000001	100.0	0.9957389114855704	CP059007.1	enterobacteria	Escherichia coli strain 2D plasmid p2D-5, complete sequence	False	True
ENG0185_000000004568	5223	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9855657010004476	PS1015|PS542	0	0	True	True	1.0	174	rep_cluster_2131	MOBQ			mobilizable	plasmid	5114.0	98.788	100.0	0.6734317343173432	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
SPA0103_000000002952	5222	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9838386247743482	PS1015|PS542	0	0	True	True	0.9996169805526733	34	rep_cluster_2131	MOBQ			mobilizable	plasmid	5229.0	98.929	100.0	0.6885872430152873	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
ISR0286_000000002359	5206	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9837695110117136	PS1015|PS542	0	0	True	True	0.9998078942298889	24	Col156	MOBQ			mobilizable	plasmid	5142.0	99.14399999999999	100.0	0.9945809947745307	CP054349.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-4, complete sequence	False	True
CHI0042_000000002303	5204	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9851134077844093	PS1015|PS542	0	0	True	True	1.0	14	rep_cluster_2131	MOBQ			mobilizable	plasmid	5170.0	99.20700000000001	100.0	0.9996130030959752	CP053249.1	enterobacteria	Escherichia coli strain SCU-482 plasmid pSCU-482-2, complete sequence	False	True
MAD0035_000000004383	5204	0.9915822119960224	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9857326051572867	PS1015|PS542	0	0	True	True	0.9998078346252441	19	rep_cluster_2131	MOBQ			mobilizable	chromosome	5210.0	99.213	100.0	0.0010163089672965595	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
AST0099_000000004118	4952	0.9915822119960224	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9404031817432834	PS1015|PS542	0	0	False	True	1.0	0	rep_cluster_2131	MOBQ			mobilizable	chromosome	4961.0	98.428	100.0	0.0009675042723629945	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
MON0009_000000005756	4944	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9432792627334085	PS1015|PS542	0	0	False	True	1.0	0	Col156	MOBQ			mobilizable	plasmid	4944.0	99.98	100.0	0.956833139759969	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
MON0107_000000011329	4702	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.7935845282928362	PS1015|PS542	0	0	False	True	0.9989365935325623	0	rep_cluster_2131	MOBQ			mobilizable	plasmid	4702.0	99.936	100.0	0.9633196721311476	LC056256.1	enterobacteria	Escherichia coli plasmid pV097-a DNA, contig: V097-a_scaffold_12, strain: V097	False	True
MON0012_000000008412	4565	0.9915822119960224	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.0578343685647253	PS1015|PS542	0	0	False	True	0.9986856579780579	0	rep_cluster_2131	MOBQ			mobilizable	plasmid	4565.0	99.365	100.0	0.8832300542215337	CP011139.1	enterobacteria	Escherichia coli VR50 plasmid pVR50E, complete sequence	False	True
MAD0097_000000010131	3866	0.9915822119960224	5	5	2	2	5	False	98145	fragment	False	ISR0318_000000001107	0.9484946504105498		0	0	False	True	0.9837040901184082	0	Col156	MOBQ			mobilizable	plasmid	3866.0	99.845	100.0	0.7481610530391019	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
FIJ0058_000000012068	3246	0.9915817059966624	6	4	2	2	4	True	124072	fragment	False	FIJ0058_000000012068	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2653.0	96.834	100.0	0.0007447347254907802	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ITA0002_000000002698	3044	0.9915797269366836	6	5	5	4	4	False	34525	maximal	False	ISR0077_000000008986	0.9358518518518519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0127_000000012424	1423	0.9915746209747752	1	1	1	1	1	False	81359	fragment	False	CHI0127_000000012424	1.0		0	0	False	False	0.9992972612380981	0					non-mobilizable	other	1423.0	99.93	100.0	0.0022690572083256207	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0029_000000002364	4909	0.9915733962552794	6	4	2	2	4	False	127640	backbone	False	CHI0066_000000002654	0.9342594861651851	PS1015|PS542	0	0	False	True	1.0	0	Col156	MOBQ			mobilizable	plasmid	4825.0	98.86	100.0	0.1779329196217494	JQ480155.1	enterobacteria	Escherichia coli plasmid pASL01a, complete sequence	False	True
DEN0080_000000000014	13474	0.9915708284066082	25	6	3	5	5	True	72318	maximal	True	DEN0080_000000000014	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0349_000000007104	1553	0.9915664804427672	2	1	1	1	1	True	50210	fragment	False	ISR0349_000000007104	0.981958762886598		0	0	False	False	0.9903412461280823	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	5.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0148_000000013307	2611	0.9915617088189341	6	4	3	4	4	False	105078	maximal	False	TAN0008_000000006076	0.9289803220035778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	93.626	35.0	0.00021901320861194778	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0304_000000002485	3703	0.9915562921613362	7	5	4	5	4	False	122354	fragment	False	AST0031_000000008426	0.583290447321714		0	0	False	False	0.9935187697410583	0					non-mobilizable	virus	3703.0	96.435	100.0	0.16881043605181537	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
ENG0164_000000016848	1229	0.9915538939269536	3	3	3	1	1	False	82132	fragment	False	CHI0135_000000013828	0.38033749082905355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	78.082	77.0	0.02091677792612372	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0381_000000001070	12122	0.9915535584896662	8	6	6	5	3	False	24285	fragment	False	ISR0381_000000001070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	76.143	7.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
FIJ0133_000000010081	3690	0.9915529404741448	3	2	2	1	2	True	46738	fragment	False	FIJ0133_000000010081	1.0		0	0	False	False	0.9994580149650574	0					non-mobilizable	no_good_hit								True	True
ENG0008_000000005895	3936	0.9915447950313409	6	5	0	3	5	False	67474	fragment	False	ENG0008_000000005895	1.0		0	0	False	False	0.997459352016449	0	ColRNAI_rep_cluster_1987	MOBP		MOBP	mobilizable	plasmid	2887.0	99.965	100.0	0.5496095981717768	CP045021.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain BK13048 plasmid pBK13048-7, complete sequence	False	True
MAD0101_000000025000	1162	0.9915443886881476	3	1	1	1	1	False	15062	fragment	False	MAD0101_000000025000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0141_000000001161	22271	0.9915436844244264	25	7	4	5	7	True	80164	maximal	True	CHI0141_000000001161	0.9995054623926629		3	3	False	False	0.9999551177024841	0		MOBB			mobilizable	no_good_hit	8155.0	93.758	62.0	0.09103555042012093	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
ENG0114_000000001066	22243	0.9915436844244264	25	7	4	5	7	True	80164	maximal	False	CHI0141_000000001161	0.9993713798212922		0	0	False	False	1.0	0		MOBB			mobilizable	no_good_hit	4479.0	96.338	62.0	0.04990969363143784	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
MON0090_000000008247	6316	0.99154237027148	10	3	1	2	2	False	9573	fragment	False	MON0090_000000008247	1.0		0	0	False	False	0.9943001866340637	0					non-mobilizable	no_good_hit								True	False
MON0013_000000008727	4942	0.9915397879639036	9	3	2	3	3	False	70818	fragment	False	MON0013_000000008727	1.0		0	0	False	False	0.9957507252693176	0					non-mobilizable	no_good_hit	1056.0	77.462	21.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0130_000000006703	4907	0.9915379637036692	6	4	4	4	4	False	93689	fragment	False	SPA0130_000000006703	1.0		0	0	False	False	0.9969431161880493	0					non-mobilizable	no_good_hit	836.0	99.402	17.0	0.00023187874546656226	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0007_000000012027	4418	0.991532472045651	7	5	2	3	5	True	124109	fragment	False	ENG0172_000000004204	0.9673453547144173		0	0	False	False	1.0	0					non-mobilizable	other	4418.0	98.64200000000001	100.0	0.0012410371878367114	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0109_000000006237	3913	0.9915297905711212	6	5	3	3	5	True	124109	fragment	False	ENG0172_000000004204	0.18145978951834985		0	0	False	False	0.9887554049491882	0					non-mobilizable	other	3915.0	98.391	100.0	0.001099678105979405	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
TAN0009_000000035243	1241	0.9915287683086899	4	1	1	1	1	False	59414	fragment	False	ISR0115_000000028627	0.9386962151577082		0	0	False	False	0.996776819229126	0					non-mobilizable	other	1241.0	96.213	100.0	0.00034847964513530846	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ETH0003_000000021194	1911	0.9915224119878944	2	2	2	1	1	True	53120	maximal	True	ETH0003_000000021194	1.0		1	1	True	True	0.9989534020423889	60					non-mobilizable	no_good_hit								True	True
DEN0036_000000000092	3108	0.991521285618698	5	2	2	2	2	False	73372	maximal	True	DEN0036_000000000092	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0010_000000012367	1730	0.9915206709464408	2	2	2	1	1	False	101768	maximal	True	ISR0010_000000012367	1.0		0	0	False	False	0.9705202579498291	0					non-mobilizable	no_good_hit	1531.0	99.869	88.0	0.002119239788519261	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0004_000000012649	1548	0.9915206709464408	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.9382850101469883		0	0	False	False	0.9870800971984863	0					non-mobilizable	other	1549.0	98.709	100.0	0.0021441720213253696	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0084_000000013241	1445	0.9915206709464408	2	2	2	1	1	False	101762	maximal	True	SPA0084_000000013241	1.0		0	0	False	False	0.9882352948188782	0					non-mobilizable	no_good_hit	1133.0	100.0	78.0	0.0015679604186952963	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0331_000000017332	1437	0.9915206709464408	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.8521287360918847		0	0	False	False	0.9993041157722473	0					non-mobilizable	other	1440.0	99.167	100.0	0.0019931935004439323	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0120_000000025095	1435	0.9915206709464408	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.8165774811519806		0	0	False	False	0.996515691280365	0					non-mobilizable	other	1436.0	98.60700000000001	100.0	0.001987653004264797	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0086_000000018031	1379	0.9915206709464408	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.5892417314788974		0	0	False	False	0.9985496997833252	0					non-mobilizable	other	1380.0	99.275	100.0	0.0019100860577569024	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0011_000000021974	1313	0.9915206709464408	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.6654144957201701		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	100.0	100.0	0.0018172827467563858	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
DEN0077_000000011344	1255	0.9915206709464408	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.5855825510472008		0	0	False	False	0.9808765053749084	0					non-mobilizable	other	1278.0	97.809	100.0	0.0017688034051889516	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0394_000000016058	1203	0.9915206709464408	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.37053651440597984		0	0	False	False	0.9758936166763306	0					non-mobilizable	other	1198.0	99.499	99.0	0.0016579934816062453	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0087_000000032699	1194	0.9915206709464408	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.32895478776078085		0	0	False	False	0.9572864174842834	0					non-mobilizable	other	1141.0	99.211	95.0	0.0015790414110535668	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0127_000000024321	1137	0.9915206709464408	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.3601529184576174		0	0	False	False	0.9991204738616943	0					non-mobilizable	other	1138.0	99.385	100.0	0.0015748860389192155	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0266_000000008189	2180	0.9915202047993829	3	3	2	3	2	False	115011	fragment	False	ISR0266_000000008189	0.9723629663749424		0	0	False	False	0.9931192398071289	0					non-mobilizable	no_good_hit	645.0	77.209	29.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0125_000000025972	1229	0.9915192590875525	2	2	2	2	1	False	72177	fragment	False	DEN0052_000000039576	0.9470800938728058		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	99.512	100.0	0.033682593669427836	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
DEN0062_000000020257	1111	0.9915165021525326	2	1	1	1	1	False	78830	fragment	False	ENG0087_000000021632	0.8057715725335891		0	0	False	False	1.0	0					non-mobilizable	chromosome	1111.0	98.74	100.0	0.0002465466806154338	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0113_000000010070	3246	0.9915160163218518	4	4	3	4	2	False	95720	fragment	False	SPA0047_000000012177	0.9783397269413214		0	0	False	False	0.9984596371650696	0					non-mobilizable	chromosome	3246.0	99.353	100.0	0.0008142235443840907	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0111_000000010626	3232	0.9915160163218518	4	4	3	4	2	False	95720	fragment	False	SPA0047_000000012177	0.9766209594144223		0	0	False	False	1.0	0					non-mobilizable	chromosome	3232.0	99.412	100.0	0.000810710715533127	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0078_000000002358	3197	0.9915160163218518	4	4	3	4	2	False	95720	fragment	False	SPA0047_000000012177	0.9680337187048034		0	0	False	False	0.9928057789802551	0					non-mobilizable	other	3197.0	99.46799999999999	100.0	0.0008367208086572714	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
CAN0009_000000001466	10951	0.9915140496779614	15	12	5	6	9	True	94839	backbone	True	CAN0009_000000001466	1.0	PS456|PS503	1	1	True	True	1.0	38		MOBB			mobilizable	no_good_hit	6112.0	98.95299999999999	85.0	0.5533013314011412	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0183_000000003948	7088	0.9915139823864926	8	6	4	5	3	False	55186	maximal	True	ENG0183_000000003948	1.0		1	1	False	False	0.99957674741745	0					non-mobilizable	no_good_hit	589.0	72.49600000000001	8.0	0.002056366539316873	CP022928.1	mycoplasmas	Candidatus Spiroplasma holothuricola isolate MT37 chromosome 1, complete sequence	True	False
ISR0784_000000003716	3353	0.9915117238616724	4	4	3	4	3	False	95720	fragment	False	SPA0047_000000012177	0.9780884234544889		0	0	False	False	1.0	0					non-mobilizable	chromosome	3364.0	97.919	100.0	0.0008410715934593134	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0198_000000002239	15780	0.9915091808591616	33	8	4	7	2	True	110410	maximal	True	ISR0198_000000002239	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3741.0	97.24700000000001	69.0	0.021536281636273573	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0011_000000011813	3649	0.9914963359696476	9	3	1	3	1	False	50995	maximal	True	FIJ0011_000000011813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0040_000000022606	1239	0.991496018259566	2	2	2	2	1	False	11848	fragment	False	MON0040_000000022606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	76.748	66.0	0.00019635821762152374	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0005_000000008957	5170	0.9914941488771511	9	5	4	5	3	False	121527	fragment	False	MON0005_000000008957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	76.291	8.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
SPA0031_000000002324	9458	0.9914911387506116	9	7	4	6	6	True	125320	fragment	False	SPA0031_000000002324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2259.0	76.583	37.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0175_000000003341	3704	0.9914909250991684	4	3	1	2	2	True	90475	maximal	False	CHI0009_000000002340	0.9916871589547822		0	0	True	True	1.0	81		MOBV			mobilizable	plasmid	2020.0	99.455	100.0	0.5566583953680728	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	False	True
CHI0110_000000001884	3664	0.9914909250991684	4	3	1	2	2	True	90475	maximal	False	CHI0009_000000002340	0.9881319192927632		0	0	True	True	1.0	11		MOBV			mobilizable	plasmid	3180.0	98.679	100.0	0.87648194099807	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	False	True
FIJ0063_000000003875	6048	0.9914901942372528	7	5	3	4	4	False	45644	maximal	True	FIJ0063_000000003875	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	6025.0	99.054	99.0	0.04251279336509617	CP031793.1	enterobacteria	Klebsiella pneumoniae strain INF116-sc-2279924 plasmid unnamed1, complete sequence	False	True
ISR0342_000000003517	5223	0.9914897696474112	6	4	1	3	3	False	115545	fragment	False	ISR0342_000000003517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2590.0	98.571	71.0	0.000814785793287741	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0145_000000000298	28225	0.9914834647351932	26	18	12	18	10	True	54182	fragment	False	SPA0145_000000000298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	93.031	5.0	0.03379398169983964	NZ_LT985759.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	True
AST0140_000000009338	3026	0.9914833907594781	4	4	4	3	4	False	120056	fragment	False	AST0140_000000009338	0.9861111111111112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	96.59	60.0	0.09161075518337285	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0132_000000011904	2623	0.9914833907594781	4	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.9811569940746542		0	0	False	False	0.9996187686920166	0					non-mobilizable	no_good_hit	1801.0	88.06200000000001	69.0	0.08971906152451918	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0020_01_000000013773	2533	0.9914833907594781	4	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.9657073167638583		0	0	False	False	0.9932885766029358	0					non-mobilizable	no_good_hit	1708.0	86.944	68.0	0.0009771958752169381	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MON0084_000000017505	1948	0.9914731003014255	3	2	1	2	1	False	9824	maximal	True	MON0084_000000017505	1.0		1	1	False	False	0.9948665499687195	0					non-mobilizable	no_good_hit	658.0	80.395	33.0	0.041779322775846534	NZ_LT635508.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
MAD0097_000000001017	22785	0.9914715897998729	31	8	4	5	5	False	15455	maximal	True	MAD0097_000000001017	1.0		1	1	False	False	0.9999561309814453	0					non-mobilizable	no_good_hit	6764.0	85.645	48.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0121_000000009213	2827	0.991470231195945	4	4	4	3	2	False	41488	maximal	True	FIJ0121_000000009213	1.0		1	1	False	False	0.9992925524711609	0					non-mobilizable	no_good_hit	670.0	94.478	24.0	0.010178930071206864	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
SPA0057_000000014697	2178	0.9914698827868196	3	3	2	3	1	False	70827	fragment	False	SPA0057_000000014697	1.0		0	0	False	False	0.9871441721916199	0					non-mobilizable	no_good_hit	219.0	77.169	10.0	8.055588759595246e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
MAD0002_000000015138	2479	0.9914675716348412	4	2	2	2	2	False	116186	fragment	False	MAD0002_000000015138	1.0		0	0	False	False	0.9995965957641602	0					non-mobilizable	chromosome	2001.0	94.90299999999999	93.0	0.0004522775875753306	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CAN0001_000000004744	9427	0.9914674753704772	13	8	5	5	7	True	123628	fragment	False	USA0108_01_000000001009	0.05771154635039896		0	0	False	True	1.0	0					non-mobilizable	plasmid	9427.0	99.926	100.0	0.30426782024793386	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0153_000000022535	1516	0.9914668823506948	3	2	1	2	1	False	103322	fragment	False	AST0153_000000022535	1.0		0	0	False	False	0.998021125793457	0					non-mobilizable	no_good_hit								True	False
ENG0205_000000001637	8748	0.9914652428201924	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9922543017499644	PS932|PS933	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	2176.0	93.061	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0058_000000007471	3249	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9776340260297651		0	0	False	False	0.9984610676765442	0					non-mobilizable	no_good_hit	802.0	88.155	61.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0055_000000009862	3208	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9389376780558639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	87.95	32.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0362_000000006932	3183	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9376116936933266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	87.95	32.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0078_000000008575	3070	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9253416459242726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	88.045	60.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0011_000000008547	3067	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9199279429102163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	87.71700000000001	29.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0001_000000009229	3065	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9275445678085035		0	0	False	False	0.9996737241744995	0					non-mobilizable	no_good_hit	802.0	88.155	60.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0090_000000007722	3063	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9265594432945133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	87.781	29.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0328_000000009063	3049	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9257635191329181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	61.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0088_000000004009	3047	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9244408277143288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	88.045	61.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0168_000000008529	3046	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9091474488705703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	65.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0255_000000009822	3027	0.9914632024824086	4	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9067858802781917		0	0	False	False	0.9986785650253296	0					non-mobilizable	no_good_hit	803.0	87.796	28.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0054_000000009640	3024	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9201587321636348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	87.95	29.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0089_000000015379	2550	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.18460942225399993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	88.042	67.0	0.00019000645680624178	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0183_000000011169	2519	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.18216554388093323		0	0	False	False	0.9972211122512817	0					non-mobilizable	no_good_hit	623.0	87.801	66.0	0.00017692217984054248	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0142_000000013507	2438	0.9914632024824086	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.13601494375704495		0	0	False	False	0.9946677684783936	0					non-mobilizable	no_good_hit	678.0	87.758	28.0	0.007123241548384381	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0223_000000008259	3347	0.9914529161836284	7	5	5	5	5	True	126028	fragment	False	SPA0051_000000006873	0.6152584085315832		0	0	False	False	0.999701201915741	0					non-mobilizable	other	2193.0	95.212	99.0	0.04920388960003593	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
MAD0053_000000003423	3604	0.9914493518413108	6	6	2	1	5	False	35508	fragment	False	MAD0053_000000003423	1.0		0	0	False	False	0.9966703653335571	0					non-mobilizable	plasmid	3614.0	98.866	100.0	0.023788673878548054	CP029688.1	enterobacteria	Escherichia coli strain E706 plasmid pLKJULY7989, complete sequence	False	True
MAD0050_000000006706	3449	0.9914472695748598	6	2	1	2	1	False	17413	maximal	True	MAD0050_000000006706	1.0		1	1	False	False	0.9968106746673584	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	2.0	0.0009973663295360688	NZ_KE386883.1	d-proteobacteria	Desulfovibrio inopinatus DSM 10711 G451DRAFT_scaffold00026.26, whole genome shotgun sequence	True	False
ETH0005_000000040446	1107	0.9914460634503054	3	1	1	1	1	False	52672	maximal	True	ETH0005_000000040446	1.0		1	1	False	False	0.9756097793579102	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000015084	2215	0.9914448082652018	3	3	1	3	2	False	10705	maximal	True	SPA0053_000000015084	1.0		0	0	False	False	0.9963882565498352	0		MOBP			mobilizable	no_good_hit	1893.0	99.947	85.0	0.26524603953455766	LT985282.1	enterobacteria	Escherichia coli strain 13942-1 genome assembly, plasmid: RCS74_pII	True	True
ISR0819_000000016149	1643	0.9914445313763709	3	2	1	2	1	False	21313	maximal	True	ISR0819_000000016149	1.0		0	0	False	False	0.984783947467804	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.111015065229172e-06	CP000680.1	g-proteobacteria	Pseudomonas mendocina ymp, complete genome	True	False
FIJ0023_000000012271	2628	0.991443657872403	5	3	1	2	0	True	49550	maximal	True	FIJ0023_000000012271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0161_000000003491	7768	0.9914415836027096	9	5	4	5	3	False	126458	maximal	True	ISR0161_000000003491	1.0		1	1	False	False	0.9989701509475708	0					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.009135802469135803	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0777_000000000418	28673	0.9914375371645134	36	11	4	9	5	True	97473	fragment	False	USA0020_01_000000000809	0.9934544126371314		0	0	False	False	1.0	0					non-mobilizable	other	26917.0	99.863	96.0	0.029531490015360984	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CHI0109_000000000473	23170	0.991437262538468	27	17	9	12	11	True	123615	fragment	False	CHI0101_000000000242	0.9696207665787873		0	0	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	4970.0	94.829	21.0	0.16002711776859505	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
FIJ0105_000000011373	2704	0.9914360450107959	3	1	1	1	1	True	123262	backbone	False	ISR0234_000000003706	0.8833533771656406	PS121|PS629|PS654|PS88|PS886|PS887	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1018.0	81.139	38.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0187_000000010850	2574	0.9914360450107959	3	1	1	1	1	True	38777	backbone	True	ISR0187_000000010850	1.0	PS121|PS134	3	1	True	True	1.0	3					non-mobilizable	no_good_hit	1167.0	97.258	51.0	0.9232012934518997	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0167_000000011901	2487	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.562830445390964	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	1127.0	99.37899999999999	54.0	0.910266774454325	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0172_000000006474	2487	0.9914360450107959	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5760913924052966	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1063.0	99.34100000000001	54.0	0.8585286984640259	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0194_000000009943	2469	0.9914360450107959	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.33211049526809266	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	1247.0	84.844	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0226_000000002857	2469	0.9914360450107959	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.3322087533059565	PS121|PS629|PS654|PS88|PS886	0	0	True	True	0.9963548183441162	64					non-mobilizable	no_good_hit	1083.0	82.91799999999999	54.0	0.8666127728375101	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0034_000000014710	2468	0.9914360450107959	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5221754825570539	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1238.0	99.031	53.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0077_000000013286	2468	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5962219244247065	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	1237.0	99.111	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0115_000000013559	2467	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.568743477164997	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1237.0	99.111	50.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0394_000000007644	2467	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.4678457272402211	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	1237.0	98.949	53.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0376_000000009642	2466	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.548670707720057	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	247					non-mobilizable	no_good_hit	1135.0	99.20700000000001	53.0	0.9167340339531124	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0268_000000007856	2447	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.42862109304036006	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	1196.0	84.53200000000001	54.0	0.9563459983831851	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0362_000000008873	2447	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5696630202326349	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	202					non-mobilizable	no_good_hit	1062.0	99.34100000000001	53.0	0.8577202910266775	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0779_000000013792	2447	0.9914360450107959	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5624660869914814	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	1237.0	99.111	52.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AUS0018_000000011457	2446	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5493011491686894	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1062.0	99.24700000000001	53.0	0.8577202910266775	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0281_000000006921	2446	0.9914360450107959	4	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5820906268966709	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1237.0	99.03	51.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0208_000000012670	2445	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.5157131028512077	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	1247.0	85.325	51.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0145_000000012843	2445	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.46203241875321305	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1247.0	85.00399999999999	51.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0359_000000010738	2427	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.33217919626420367	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1126.0	83.39299999999999	53.0	0.9013742926434923	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0836_000000008249	2425	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.2925896629701625	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1166.0	97.084	52.0	0.9417946645109135	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0107_000000011672	2424	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.44800449400289455	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1126.0	83.65899999999999	53.0	0.9013742926434923	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0102_000000011567	2423	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.3198177273186233	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	1193.0	84.241	54.0	0.9563459983831851	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0791_000000007523	2408	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.43597849468771355	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1116.0	99.014	52.0	0.9013742926434923	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0044_000000011168	2393	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.32537773086396155	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1179.0	84.902	49.0	0.9450282942603072	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0236_000000004433	2383	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.49400246222882727	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	1093.0	99.36	52.0	0.8827809215844786	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0127_000000012614	2332	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.49256893804859225	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1171.0	84.62899999999999	50.0	0.9393694421988682	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0009_000000014194	2310	0.9914360450107959	2	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.41781716019593	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1213.0	98.516	52.0	0.9797898140662894	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0066_000000011095	1823	0.9914360450107959	1	1	1	1	1	True	62763	maximal	True	ENG0066_000000011095	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	85.164	68.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0025_000000021019	1785	0.9914360450107959	2	1	1	1	1	True	120231	fragment	False	AST0025_000000021019	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1144.0	83.829	64.0	0.9159256265157639	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
CHI0181_000000011584	1781	0.9914360450107959	2	1	1	1	1	True	77420	maximal	True	CHI0181_000000011584	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	91.74600000000001	76.0	0.1776669728382102	LN852829.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0139	True	True
DEN0024_000000006176	1549	0.9914360450107959	3	1	1	1	1	True	74319	fragment	False	DEN0024_000000006176	1.0		0	0	False	False	0.9993544220924377	0					non-mobilizable	no_good_hit	1022.0	84.834	66.0	0.8213419563459984	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0400_000000012808	1484	0.9914360450107959	2	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.9749528079945614		0	0	False	True	0.9939352869987488	0					non-mobilizable	no_good_hit	1238.0	99.273	83.0	0.9991915925626516	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0197_000000018381	1385	0.9914360450107959	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.8252199273213122		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1144.0	99.38799999999999	83.0	0.9240097008892482	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0042_000000024054	1368	0.9914360450107959	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.8212311146333856		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1176.0	99.15	86.0	0.9482619240097009	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0026_000000017061	1353	0.9914360450107959	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.3989725724744769		0	0	False	True	0.9889135360717773	0					non-mobilizable	no_good_hit	1035.0	99.324	76.0	0.83589329021827	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0054_000000019399	1353	0.9914360450107959	1	1	1	1	1	True	38429	fragment	False	ISR0231_000000014564	0.9754470915674172		0	0	False	False	0.9992609024047852	0					non-mobilizable	no_good_hit	1015.0	82.069	81.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0197_000000018780	1353	0.9914360450107959	1	1	1	1	1	True	38429	fragment	False	ISR0231_000000014564	0.9747820931096839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	82.069	81.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0269_000000014606	1333	0.9914360450107959	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.6174123950771444		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1169.0	99.316	88.0	0.9442198868229588	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0211_000000018355	1253	0.9914360450107959	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.4033567460359449		0	0	False	True	0.9976057410240173	0					non-mobilizable	other	1171.0	99.402	93.0	0.9458367016976557	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	False	True
ISR0124_000000011226	1218	0.9914360450107959	1	1	1	1	1	True	38767	fragment	False	ISR0346_000000016355	0.20458339701787834		0	0	False	True	1.0	0					non-mobilizable	other	1184.0	99.071	97.0	0.9563459983831851	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	False	True
SPA0102_000000026025	1185	0.9914360450107959	1	1	1	1	1	True	38429	fragment	False	ISR0231_000000014564	0.5597540925219336		0	0	False	False	0.9966244697570801	0					non-mobilizable	no_good_hit	1010.0	82.079	84.0	0.8075990299110751	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0199_000000026752	1143	0.9914360450107959	1	1	1	1	1	True	36769	backbone	False	ISR0035_000000015752	0.9114420062695925	PS121	0	0	False	True	1.0	0					non-mobilizable	other	1035.0	99.324	91.0	0.83589329021827	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	False	True
CHI0164_000000002346	9126	0.9914310691483358	10	9	5	5	7	True	132370	fragment	False	CHI0164_000000002346	1.0		0	0	False	True	0.9996712803840637	0		MOBV,MOBV			mobilizable	no_good_hit	3152.0	94.09899999999999	70.0	0.5307470777570726	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
SPA0068_000000000982	14480	0.9914268353878668	19	19	2	6	17	True	80543	maximal	True	SPA0068_000000000982	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	14479.0	97.928	100.0	0.060343065906522254	MG288682.1	enterobacteria	Klebsiella aerogenes strain E20 plasmid pE20-HI3, complete sequence	False	True
ISR0130_000000009032	3141	0.9914251176208826	3	1	1	1	1	True	126330	maximal	True	ISR0130_000000009032	1.0		3	2	True	True	0.9974530339241028	10					non-mobilizable	no_good_hit	148.0	79.73	5.0	0.0005469398521322896	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0201_000000010428	2891	0.9914251176208826	5	1	1	1	1	True	131988	maximal	False	ENG0076_000000004149	0.9216145379358418		0	0	True	True	1.0	62					non-mobilizable	no_good_hit								True	True
AST0010_000000010228	2802	0.9914251176208826	3	1	1	1	1	True	126329	fragment	False	AST0010_000000010228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	79.73	5.0	0.0005469398521322896	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0310_000000005144	3103	0.9914226084366978	5	4	1	2	2	True	97219	backbone	False	SPA0069_000000007515	0.971711154781298	PS525	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	703.0	99.289	50.0	0.23564954682779457	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
CAN0021_000000007615	5325	0.991420728230681	8	4	4	4	3	False	94413	maximal	True	CAN0021_000000007615	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	4801.0	98.81299999999999	90.0	0.0010860092147881874	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0048_000000003954	4696	0.9914136132163004	4	3	2	2	2	False	87852	fragment	False	ISR0048_000000003954	1.0		0	0	False	False	0.9953151345252991	0					non-mobilizable	no_good_hit	82.0	98.78	2.0	0.0027965183346733316	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	False
MON0057_000000016866	1567	0.9914103254622084	3	3	3	2	2	False	103928	fragment	False	MON0059_000000018343	0.38521905474529805		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	97.001	100.0	0.0007685523683044292	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
BAN0016_000000000068	9622	0.9914096130960841	9	7	6	6	7	True	98362	maximal	True	BAN0016_000000000068	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	9577.0	99.822	99.0	0.16266073278863957	KT754163.1	enterobacteria	Shigella dysenteriae 1 strain A5468 plasmid pA5468, complete sequence	False	True
ENG0038_000000001616	11834	0.9914069641655712	7	6	5	6	3	True	119528	maximal	True	ENG0038_000000001616	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	2905.0	99.449	53.0	0.0161495797103868	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ENG0188_000000001007	20020	0.991405166830636	30	7	4	7	3	False	65979	maximal	True	ENG0188_000000001007	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1414.0	93.42299999999999	10.0	0.000397957359052303	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
USA0032_01_000000002546	10071	0.9914033765407292	9	4	4	4	1	True	80293	maximal	True	USA0032_01_000000002546	1.0		1	1	False	False	0.9990070462226868	0					non-mobilizable	no_good_hit	1270.0	100.0	13.0	0.00019524777080588864	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
SPA0102_000000004953	7476	0.9914028680166934	9	6	5	6	4	False	4919	fragment	False	SPA0102_000000004953	1.0		0	0	False	False	0.9966559410095215	0					non-mobilizable	no_good_hit	1057.0	87.133	25.0	0.0002642149128617712	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0024_000000002630	7589	0.9914016555174688	7	6	2	5	3	False	49261	fragment	False	FIJ0024_000000002630	1.0		0	0	False	False	0.9996047019958496	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000022303	1476	0.9914010689944291	3	3	1	3	3	False	113010	fragment	False	ENG0052_000000022303	1.0		0	0	False	False	0.9993224740028381	0					non-mobilizable	other	1212.0	99.75200000000001	100.0	0.00042037242912729296	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0011_01_000000002662	13288	0.9914000200267504	15	8	5	3	7	True	132596	backbone	False	ISR0120_000000000296	0.028976926216979806	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	13217.0	99.962	99.0	0.4254805370424032	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0050_000000003984	2451	0.9913994699981584	2	2	2	2	2	False	86707	fragment	False	CHI0050_000000003984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	71.875	26.0	0.0001726710404764465	AP019823.1	fusobacteria	Leptotrichia hofstadii JCM16775 DNA, complete genome	True	False
ENG0014_000000002550	10336	0.9913993186772424	19	8	5	5	6	False	66939	maximal	True	ENG0014_000000002550	1.0		1	1	False	False	0.9986454844474792	0					non-mobilizable	no_good_hit	107.0	86.916	1.0	0.0018785666182256407	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0162_000000009188	4102	0.9913960438607872	4	3	3	3	1	False	116626	maximal	True	ISR0162_000000009188	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2846.0	99.29700000000001	69.0	0.0005490389887180596	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
ISR0089_000000022704	1378	0.99139600294048	2	1	1	1	1	False	33714	fragment	False	ISR0089_000000022704	1.0		0	0	False	False	0.9934688210487366	0					non-mobilizable	no_good_hit	658.0	75.38	47.0	0.0002067031425607539	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0132_000000004465	5493	0.9913919025882968	8	7	5	7	6	False	93773	fragment	False	ISR0132_000000004465	1.0		0	0	False	False	0.999089777469635	0					non-mobilizable	no_good_hit	512.0	81.445	21.0	0.00014205375616137194	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0071_000000017787	2014	0.9913891243792712	3	2	2	2	2	False	44873	maximal	True	FIJ0071_000000017787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	75.289	21.0	0.00010587403636523446	CP016378.1	CFB group bacteria	Elizabethkingia meningoseptica strain G4120, complete genome	True	False
SPA0001_000000007874	4279	0.9913880868540944	8	6	6	6	6	False	125081	maximal	True	SPA0001_000000007874	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	91.85700000000001	34.0	0.00019355627016789687	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0025_01_000000000957	18676	0.991387716860915	15	10	10	9	8	True	1662	maximal	True	USA0025_01_000000000957	1.0		1	1	False	False	0.9996787309646606	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017918623849688344	NZ_FOMH01000014.1	CFB group bacteria	Flavobacterium phragmitis strain CGMCC 1.10370, whole genome shotgun sequence	True	True
ENG0015_000000009073	1945	0.9913875204789132	3	1	1	1	1	False	66859	maximal	True	ENG0015_000000009073	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	78.916	8.0	0.0008911038135942837	NZ_BFBT01000003.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0004_000000022696	1906	0.9913852390650006	3	3	3	2	1	False	116159	fragment	False	USA0048_01_000000006517	0.29325932761485285		0	0	False	False	1.0	0					non-mobilizable	chromosome	1566.0	95.275	99.0	0.00035408425440489863	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0065_000000004642	3488	0.9913815097304848	3	3	2	3	1	False	61347	fragment	False	FIJ0065_000000004642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	95.241	75.0	0.028437100602519628	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
AST0150_000000023622	1180	0.9913778910410584	3	3	0	3	3	False	103809	fragment	False	FIJ0123_000000028666	0.7514379947861679		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1180.0	98.898	100.0	0.23420738974970204	CP034069.1	enterobacteria	Shigella sonnei strain FDAARGOS_524 plasmid unnamed3	False	True
ISR0783_000000002805	5083	0.9913764139397232	9	6	4	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9835658270480323	PS607|PS904	0	0	True	True	1.0	56		MOBP			mobilizable	plasmid	3836.0	98.87899999999999	99.0	0.7708249496981892	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0857_000000000233	5078	0.9913764139397232	9	6	4	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9821305436892729	PS607|PS904	0	0	True	True	0.9988184571266174	58		MOBP			mobilizable	plasmid	3834.0	99.426	99.0	0.7708249496981892	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0139_000000005487	4167	0.9913752886431138	8	5	4	4	4	False	103996	maximal	True	ISR0139_000000005487	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	95.36	41.0	0.00018102301324466537	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0145_000000000601	38574	0.9913745234423186	38	21	17	20	17	False	100016	maximal	True	ISR0145_000000000601	1.0		2	1	False	False	0.9995592832565308	0					non-mobilizable	no_good_hit	152.0	79.605	0.0	0.0007205026226295464	NZ_JFKA01000007.1	a-proteobacteria	Thalassospira mesophila strain JCM 18969 contig7, whole genome shotgun sequence	True	False
CHI0188_000000004024	3714	0.9913742580252832	4	2	2	2	1	True	88356	maximal	True	CHI0188_000000004024	1.0	PS70	2	1	True	True	1.0	87					non-mobilizable	no_good_hit	1392.0	93.463	87.0	0.3717741935483871	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0202_000000002563	4606	0.9913725267202534	11	8	3	3	8	True	132228	backbone	False	CHI0133_000000003968	0.9695193164287108	PS1143|PS1146|PS778	0	0	True	True	1.0	116	rep_cluster_1019				non-mobilizable	plasmid	3288.0	99.209	100.0	0.7607988852763585	CP021612.1	other sequences	Unidentified plasmid plasmid FA1-2_2760, complete sequence	False	True
ISR0821_000000002278	9988	0.9913721175530216	11	11	10	10	10	False	42301	maximal	True	ISR0821_000000002278	0.9999497991967872		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	96.667	1.0	0.0010764653233024505	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	True	False
FIJ0170_000000000734	18268	0.991361208153688	17	13	7	9	11	True	123683	maximal	True	FIJ0170_000000000734	1.0	PS902	29	8	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	5188.0	99.76899999999999	63.0	0.0007979156338844274	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
SPA0026_000000008556	3369	0.9913594931374652	5	2	2	2	2	True	111459	maximal	True	SPA0026_000000008556	0.9437628779099134		3	1	True	True	0.9976254105567932	3					non-mobilizable	no_good_hit								True	True
MAD0105_000000031934	1237	0.9913592295309231	2	2	1	2	1	False	14775	fragment	False	MAD0105_000000031934	1.0		0	0	False	False	0.9991915822029114	0					non-mobilizable	no_good_hit	956.0	99.686	77.0	0.0012064770364674758	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
USA0078_01_000000012730	1365	0.99135887978997	3	2	1	2	1	False	647	fragment	False	USA0078_01_000000012730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0111_000000009621	1859	0.9913563443433784	4	4	4	4	3	True	126017	fragment	False	AST0055_000000017635	0.5496439801519765		0	0	False	False	0.9795588850975037	0					non-mobilizable	other	1859.0	99.62299999999999	100.0	0.04172561701363157	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
SPA0124_000000007266	3974	0.9913552580573094	8	7	2	5	6	False	4070	maximal	True	SPA0124_000000007266	1.0		1	1	False	False	0.9992451071739197	0				MOB_unknown	mobilizable	no_good_hit	1462.0	92.88600000000001	62.0	0.3507086235887581	CP025580.1	enterobacteria	Klebsiella pneumoniae strain 08EU827 plasmid p08EU827_4, complete sequence	True	True
MON0022_000000028051	1140	0.9913477460179267	3	2	2	2	2	False	12993	fragment	False	MON0022_000000028051	1.0		0	0	False	False	0.9824561476707458	0					non-mobilizable	no_good_hit	175.0	86.85700000000001	15.0	5.75575988316144e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0026_000000009506	3149	0.9913423045005472	4	3	1	3	1	True	119488	fragment	False	ISR0317_000000005102	0.6175119710739764		0	0	False	False	1.0	0					non-mobilizable	plasmid	2241.0	89.603	96.0	0.09603367470925186	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
SPA0128_000000012511	2957	0.9913406117734792	3	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.9494301410694779		0	0	True	True	0.9996618032455444	29					non-mobilizable	no_good_hit	72.0	95.833	2.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
USA0023_01_000000005092	6332	0.9913391696920943	7	6	5	6	4	False	107279	maximal	True	USA0023_01_000000005092	1.0		0	0	False	False	0.9981048703193665	0					non-mobilizable	no_good_hit	675.0	72.593	11.0	0.00019414768438863418	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
MAD0112_000000007166	3783	0.9913370548772336	7	2	2	2	2	False	123364	fragment	False	MAD0112_000000007166	1.0		0	0	False	False	0.9981496334075928	0					non-mobilizable	no_good_hit	119.0	99.16	3.0	0.0003798548182008402	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0111_01_000000017623	1436	0.991336842796297	2	2	2	2	1	False	29615	fragment	False	ISR0212_000000022878	0.6374429223744292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	4.0	3.387669885371289e-05	NZ_FQLR01000004.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	False
ENG0125_000000001569	12819	0.991336020895008	19	10	6	10	6	True	75154	maximal	False	DEN0018_000000001787	0.23245240339855017		0	0	True	True	0.999843955039978	13					non-mobilizable	plasmid	7991.0	99.81200000000001	100.0	0.5641949152542373	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
ENG0123_000000002137	4973	0.9913355235161772	5	1	1	1	1	True	85979	fragment	False	ENG0123_000000002137	1.0		0	0	False	False	0.9959782958030701	0					non-mobilizable	other	4973.0	99.98	100.0	0.10764234682831782	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0091_000000005233	4356	0.9913355235161772	4	1	1	1	1	True	85978	fragment	False	ENG0091_000000005233	1.0		0	0	False	False	0.9986225962638855	0					non-mobilizable	other	4356.0	99.977	100.0	0.09428447715955834	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
CHI0057_000000009498	2073	0.9913355235161772	2	1	1	1	1	True	85977	fragment	False	CHI0057_000000009498	0.9957005563985837		0	0	False	False	1.0	0					non-mobilizable	other	2073.0	100.0	100.0	0.044858194414375406	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0054_000000013521	1977	0.9913355235161772	2	1	1	1	1	True	85977	fragment	False	CHI0057_000000009498	0.9732272069464545		0	0	False	False	0.975214958190918	0					non-mobilizable	other	1979.0	99.141	100.0	0.04282312188785451	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0038_000000004527	4597	0.9913320478685348	7	4	2	4	3	False	96973	fragment	False	ENG0206_000000005164	0.9591295116772824		0	0	False	False	0.9973896145820618	0					non-mobilizable	no_good_hit								True	False
ISR0373_000000003816	3824	0.9913309658321888	4	3	2	3	1	True	102032	fragment	False	ISR0373_000000003816	1.0		0	0	False	False	0.9989539980888367	0					non-mobilizable	no_good_hit								True	True
FIJ0135_000000003763	7966	0.9913234884402624	13	8	6	4	5	False	48122	maximal	True	FIJ0135_000000003763	1.0		2	1	False	False	0.999874472618103	0					non-mobilizable	no_good_hit								True	False
ISR0140_000000004102	7688	0.9913228707348796	10	7	5	7	5	False	122369	fragment	False	ISR0099_000000002721	0.9654108267969654		0	0	False	False	1.0	0					non-mobilizable	other	7616.0	98.45100000000001	99.0	0.04506797185249191	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
SPA0026_000000004405	5628	0.9913214610698692	9	6	0	2	5	True	113953	backbone	False	SPA0033_000000005007	0.9960848827377902	PS734	0	0	True	True	1.0	25		MOBV			mobilizable	plasmid	3463.0	99.65299999999999	100.0	0.4992064637137498	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
SPA0027_000000005953	5609	0.9913214610698692	9	6	0	2	5	True	113953	backbone	False	SPA0033_000000005007	0.9960913880216518	PS734	0	0	True	True	1.0	322		MOBV			mobilizable	plasmid	3270.0	99.602	100.0	0.4713605540326071	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
MAD0104_000000001285	7378	0.9913212929625626	8	8	4	7	7	False	97990	maximal	True	MAD0104_000000001285	1.0		2	1	False	False	0.9990512132644653	0	IncFIC,IncI1				non-mobilizable	plasmid	2615.0	96.13799999999999	96.0	0.013615662707169351	CP022280.1	enterobacteria	Escherichia coli strain STEC299 plasmid pSTEC299_1, complete sequence	False	True
ISR0197_000000003879	5699	0.991320963929671	11	1	1	1	1	False	105678	maximal	True	ISR0197_000000003879	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
MAD0089_000000011708	2135	0.9913199389840142	4	3	0	3	3	False	103828	fragment	False	MAD0089_000000011708	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	2136.0	98.17399999999999	100.0	0.3129681304156264	CP055716.1	enterobacteria	Escherichia coli strain RHB15-C06 plasmid pRHB15-C06_4, complete sequence	False	True
SPA0073_000000006318	1798	0.9913199389840142	3	3	0	3	3	False	103827	fragment	False	SPA0073_000000006318	0.9524953281720117		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1798.0	99.72200000000001	100.0	0.263915406080188	CP055716.1	enterobacteria	Escherichia coli strain RHB15-C06 plasmid pRHB15-C06_4, complete sequence	False	True
AST0101_000000003168	3008	0.9913174881167844	5	5	2	5	4	False	108509	fragment	False	AST0101_000000003168	1.0		0	0	False	False	0.9896941781044006	0	IncFII				non-mobilizable	plasmid	3008.0	99.96700000000001	100.0	0.02714241871716643	MK933278.1	enterobacteria	Enterobacter hormaechei strain SCNJ07 plasmid pNDM-SCNJ07, complete sequence	False	True
CHI0111_000000010740	2836	0.9913170889485292	5	4	4	4	2	False	83975	maximal	True	CHI0111_000000010740	1.0		1	1	False	False	0.9996473789215088	0					non-mobilizable	no_good_hit	2355.0	98.429	82.0	0.0005354975448393815	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
MON0082_000000020969	1675	0.9913142193860244	2	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.6541937384444734	PS306	0	0	False	True	1.0	0					non-mobilizable	other	1652.0	93.16	98.0	0.16770439930590997	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0075_000000001076	16240	0.9913078381682772	21	8	5	8	5	True	53555	backbone	True	ISR0075_000000001076	0.9513316569605751	PS226|PS227	1	1	True	True	1.0	32					non-mobilizable	no_good_hit	1110.0	74.324	7.0	0.0003672242124286042	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0073_000000003528	3774	0.991305530945822	5	4	4	4	4	False	5853	fragment	False	SPA0133_000000005827	0.9722004252176744		0	0	False	False	0.9997350573539734	0					non-mobilizable	other	3774.0	100.0	100.0	0.0005916224504804326	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
ENG0063_000000005117	5742	0.991300950809852	6	3	3	3	2	False	105984	fragment	False	ENG0063_000000005117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.81	2.0	0.0002051201612003149	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0112_000000001846	11696	0.9912991876965522	15	7	2	3	6	False	102740	maximal	True	ISR0112_000000001846	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	5940.0	82.23899999999999	50.0	0.0014769039332257373	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
DEN0029_000000007361	1808	0.9912986745474356	5	3	2	3	0	True	73844	maximal	True	DEN0029_000000007361	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	99.31	11.0	2.7889740236121514e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MON0030_000000007579	4342	0.9912972397450632	5	3	3	3	2	True	112616	fragment	False	MON0030_000000007579	1.0		0	0	False	False	0.9933210611343384	0					non-mobilizable	no_good_hit	2270.0	75.727	52.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0317_000000001165	12086	0.9912881604803327	17	8	6	7	4	True	99407	maximal	True	ISR0317_000000001165	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	78.873	3.0	0.00011350482346575236	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0058_000000009550	2618	0.9912873348664988	5	3	1	1	3	False	35507	fragment	False	ISR0058_000000009550	1.0		0	0	False	False	0.9969442486763	0					non-mobilizable	plasmid	2619.0	98.77799999999999	100.0	0.028315865753809878	CP059290.1	enterobacteria	Escherichia coli strain 1506 plasmid p1506-2, complete sequence	False	True
ENG0028_000000001444	9232	0.9912870341066028	12	7	3	6	6	False	70168	fragment	False	ENG0028_000000001444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000020774	2372	0.9912864595380984	3	2	2	2	1	True	31983	maximal	True	ISR0126_000000020774	1.0		1	1	True	True	1.0	74					non-mobilizable	no_good_hit	926.0	77.322	55.0	0.42382271468144045	LN852804.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0114	True	True
MON0098_000000003004	6702	0.991285322447544	7	5	4	5	3	False	9204	fragment	False	MON0098_000000003004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	86.05	11.0	0.00020161566573297083	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0098_000000011143	2725	0.9912841483603558	3	3	3	3	1	False	12726	maximal	True	MON0098_000000011143	1.0		0	0	False	False	0.9412844181060791	0					non-mobilizable	no_good_hit	282.0	80.49600000000001	10.0	0.0001887519987488439	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0029_000000006845	6587	0.9912830676901804	6	5	4	5	3	False	125860	fragment	False	ISR0029_000000006845	1.0		0	0	False	False	0.9995445609092712	0					non-mobilizable	no_good_hit	1831.0	93.93799999999999	28.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0105_000000016421	2197	0.9912808037598656	3	3	1	1	3	False	25332	fragment	False	ISR0310_000000006995	0.9356960950764007		0	0	False	False	1.0	0					non-mobilizable	plasmid	2204.0	99.18299999999999	99.0	0.013427850446782314	CP033251.1	enterobacteria	Escherichia coli strain ECCHD184 plasmid pTB211, complete sequence	False	True
ENG0184_000000013756	1630	0.99127953706155	1	1	1	1	1	False	55101	maximal	True	ENG0184_000000013756	1.0		1	1	False	False	0.9981595277786255	0					non-mobilizable	no_good_hit	1273.0	95.679	77.0	0.002021770218099854	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0323_000000010773	1950	0.991279513169144	1	1	1	1	1	True	46532	fragment	False	ISR0323_000000010773	0.9768349817803228		0	0	False	False	1.0	0	rep_cluster_1188				non-mobilizable	no_good_hit	1510.0	84.834	76.0	0.6877890841813136	LR822022.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_956 genome assembly, plasmid: pbSTHERMO	True	True
FIJ0051_000000011562	1921	0.991279513169144	2	1	1	1	1	True	46532	fragment	False	ISR0323_000000010773	0.9697435897435898		0	0	False	False	0.9979177713394165	0	rep_cluster_1188				non-mobilizable	no_good_hit	1396.0	84.59899999999999	72.0	0.635522664199815	LR822022.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_956 genome assembly, plasmid: pbSTHERMO	True	True
USA0035_01_000000016495	1553	0.991279513169144	1	1	1	1	1	True	1410	fragment	False	USA0035_01_000000016495	1.0		0	0	False	False	1.0	0	rep_cluster_1188				non-mobilizable	plasmid	1507.0	100.0	100.0	0.4304086881966276	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
FIJ0032_000000005659	6038	0.9912770525076666	12	2	1	2	1	True	49379	maximal	True	FIJ0032_000000005659	1.0		1	1	False	False	0.9998343586921692	0					non-mobilizable	no_good_hit								True	True
AST0055_000000017635	2011	0.9912759773565154	5	5	5	5	3	True	126017	fragment	False	AST0055_000000017635	0.9533745159681294		0	0	False	False	1.0	0					non-mobilizable	other	2011.0	100.0	100.0	0.04513912281883716	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
DEN0052_000000003400	8821	0.9912723824139876	14	10	5	8	9	True	125622	fragment	False	DEN0052_000000003400	0.9981671554252199		0	0	False	False	0.9997732639312744	0	rep_cluster_1079				non-mobilizable	no_good_hit	2620.0	99.542	56.0	0.31698752875650804	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
FIJ0126_000000000617	34639	0.9912723409114752	30	9	3	8	2	True	67489	fragment	False	FIJ0126_000000000617	0.9920053609275652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0839_000000000222	32078	0.9912723409114752	29	9	3	8	2	True	67489	fragment	False	FIJ0126_000000000617	0.9563209099569849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0171_000000003427	6473	0.991266225952451	4	3	3	3	2	False	58143	fragment	False	ISR0171_000000003427	1.0		0	0	False	False	0.9976826906204224	0					non-mobilizable	other	5419.0	96.97399999999999	99.0	0.12131419973500415	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
FIJ0038_000000013742	2512	0.9912650475677386	6	4	3	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.26036667503429306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2094.0	98.042	83.0	0.0005973698601361079	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
FIJ0123_000000001078	24390	0.9912575068003624	23	22	4	8	22	True	80380	fragment	False	FIJ0141_000000001073	0.9494463940897147		0	0	False	False	0.999671995639801	0			MPF_I		non-mobilizable	plasmid	24390.0	99.992	100.0	0.29082995468638206	CP009052.1	enterobacteria	Escherichia coli NCCP15648 plasmid p15648-2, complete sequence	False	True
ISR0360_000000011343	2167	0.9912571163527732	5	1	1	1	1	False	105677	fragment	False	ISR0360_000000011343	1.0		0	0	False	False	0.9713889956474304	0					non-mobilizable	no_good_hit	77.0	94.805	4.0	1.9946836431741925e-05	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	False
CAN0013_000000003953	6406	0.9912568000353654	9	5	4	4	3	False	93915	maximal	True	CAN0013_000000003953	1.0		1	1	False	False	0.9985950589179993	0					non-mobilizable	no_good_hit	1764.0	99.943	55.0	0.0005221421749013395	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0120_000000001134	28152	0.991256579120044	27	10	7	9	6	True	111625	fragment	False	ENG0164_000000000535	0.95198382112014		0	0	False	True	1.0	0					non-mobilizable	other	15887.0	99.95	100.0	0.34392725698203075	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0269_000000002016	6031	0.991251438271894	10	7	5	4	5	True	102411	maximal	False	ISR0349_000000001400	0.7127674816604763	PS593|PS594	0	0	True	True	1.0	86		MOBP			mobilizable	plasmid	3710.0	94.79799999999999	99.0	0.6045031815956926	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
ISR0350_000000001198	10899	0.9912514258953136	15	15	10	12	14	True	24111	maximal	True	ISR0350_000000001198	1.0		2	2	False	False	0.9999082684516907	0					non-mobilizable	plasmid	10899.0	99.98200000000001	100.0	0.04159764262212485	CP019161.1	enterobacteria	Klebsiella pneumoniae strain GN-2 plasmid pGN-2, complete sequence	False	True
DEN0073_000000021289	2433	0.9912498020735891	3	1	1	1	1	False	70172	fragment	False	DEN0073_000000021289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0343_000000005416	2998	0.9912435621647108	5	4	0	2	3	True	128539	maximal	False	ISR0182_000000011420	0.5000714859368989	PS342|PS522	0	0	True	True	0.9993329048156738	41					non-mobilizable	no_good_hit	267.0	88.764	19.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
CHI0149_000000003938	3895	0.9912363176428116	4	3	2	3	3	True	89823	fragment	False	FIJ0068_000000008533	0.9579737468380722		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3895.0	100.0	100.0	0.02457821287231827	MG516909.1	enterobacteria	Escherichia coli plasmid pEc1675, complete sequence	False	True
ISR0804_000000009289	2047	0.9912359712408868	5	1	1	1	1	False	21818	maximal	True	ISR0804_000000009289	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	81.707	32.0	0.00019735156612348716	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
CAN0001_000000002543	15020	0.9912332680857024	16	5	3	4	3	False	121841	maximal	False	FIJ0064_000000001467	0.9850564517448714		0	0	False	False	0.9996005296707153	0					non-mobilizable	no_good_hit	193.0	75.13	1.0	0.034751904850399556	LN853089.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0447	True	False
ENG0064_000000007986	2815	0.9912316235744996	3	2	1	2	1	False	62986	maximal	True	ENG0064_000000007986	1.0		1	1	False	False	0.9936056733131409	0					non-mobilizable	no_good_hit	550.0	72.545	19.0	0.053025880521502235	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
FIJ0104_000000003563	6764	0.9912297409646194	9	3	3	3	1	True	84625	maximal	True	FIJ0104_000000003563	1.0	PS420	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	75.235	29.0	0.504002784545771	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0003_000000004380	5748	0.9912297409646194	6	3	3	3	1	True	98563	maximal	True	FIJ0003_000000004380	1.0	PS224|PS551	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	290.0	85.17200000000001	14.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0058_000000005149	4466	0.9912297409646194	6	3	3	3	1	True	61936	maximal	True	ISR0058_000000005149	0.9670652401929936	PS224|PS225|PS272	8	4	False	True	0.9995521903038025	0					non-mobilizable	no_good_hit	466.0	91.416	11.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0023_000000001572	4427	0.9912297409646194	5	3	3	3	1	True	53325	maximal	True	MAD0023_000000001572	1.0	PS202|PS207	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1128.0	92.819	53.0	0.37377822716548703	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MON0041_000000013481	3899	0.9912297409646194	4	3	3	3	1	True	61936	maximal	False	ISR0058_000000005149	0.9670652401929936	PS224|PS225|PS272	0	0	False	True	0.9997435212135315	0					non-mobilizable	no_good_hit	471.0	86.837	13.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0788_000000002408	3066	0.9912297409646194	4	3	3	3	1	True	101215	backbone	False	AUS0012_000000005306	0.9593844750570912	PS199|PS586	0	0	True	True	1.0	475					non-mobilizable	plasmid	1706.0	99.12100000000001	100.0	0.5743174924165824	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
CAN0003_000000016202	3066	0.9912297409646194	5	3	3	3	1	True	96696	maximal	True	CAN0003_000000016202	0.9810299095196113		4	2	True	True	1.0	310					non-mobilizable	plasmid	1819.0	90.104	96.0	0.6100438153016515	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0031_000000004465	2991	0.9912297409646194	4	3	3	3	1	True	53481	backbone	False	FIJ0161_000000004666	0.8950614236711664	PS224	0	0	True	True	1.0	964					non-mobilizable	no_good_hit	203.0	97.044	14.0	0.17162276975361088	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0153_000000001506	17089	0.9912291941997979	14	7	2	6	1	True	49549	fragment	False	FIJ0153_000000001506	1.0		0	0	False	False	0.9990637302398682	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	4.546118439468067e-07	CP011897.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 12 sequence	True	True
FIJ0106_000000014343	1857	0.991226923182258	3	2	2	2	1	False	42344	maximal	True	FIJ0106_000000014343	1.0		1	1	False	False	0.9962304830551147	0					non-mobilizable	no_good_hit	426.0	75.822	23.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
MAD0081_000000002508	2828	0.9912243586494368	5	3	1	1	3	False	48363	fragment	False	MAD0081_000000002508	1.0		0	0	False	False	0.9996463656425476	0					non-mobilizable	no_good_hit	959.0	96.87200000000001	48.0	0.016324722241156022	MT261365.1	firmicutes	Enterococcus faecium strain O_03 plasmid pEfmO_03, complete sequence	True	False
MAD0104_000000003978	2657	0.9912243586494368	5	3	1	1	3	False	48362	fragment	False	MAD0104_000000003978	0.9997222222222222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	96.976	49.0	0.016324722241156022	MT261365.1	firmicutes	Enterococcus faecium strain O_03 plasmid pEfmO_03, complete sequence	True	False
MAD0108_000000006757	2496	0.9912243586494368	4	3	1	1	3	False	48362	fragment	False	MAD0104_000000003978	0.9795240036800067		0	0	False	False	0.9995993375778198	0					non-mobilizable	no_good_hit	959.0	96.976	52.0	0.016324722241156022	MT261365.1	firmicutes	Enterococcus faecium strain O_03 plasmid pEfmO_03, complete sequence	True	False
AST0110_000000002415	7913	0.9912231330943212	10	7	5	7	5	False	107059	maximal	True	AST0110_000000002415	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	4215.0	98.434	65.0	0.0005525892585149518	CP050202.1	enterobacteria	Escherichia coli strain RH-045-CS chromosome	True	True
ISR0103_000000007393	3589	0.9912220181137916	6	2	1	2	1	False	69714	fragment	False	ISR0103_000000007393	1.0		0	0	False	False	0.9902479648590088	0					non-mobilizable	no_good_hit								True	False
ISR0098_000000000805	18162	0.99122055792776	18	9	7	9	6	True	68459	backbone	False	ISR0102_000000001030	0.617203394600005	PS255|PS256|PS318	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1601.0	75.016	9.0	0.06446192935005328	NZ_CYZK01000033.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0077_000000009863	2995	0.9912196491940308	6	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.9431265896966863	PS575	0	0	True	True	1.0	960					non-mobilizable	plasmid	1553.0	96.90899999999999	100.0	0.5346910597169485	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0147_000000006441	2995	0.9912196491940308	5	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.943723636329976	PS575	0	0	True	True	1.0	392					non-mobilizable	plasmid	1571.0	96.881	100.0	0.5409043838453572	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0060_000000005361	2986	0.9912196491940308	6	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.8890332614170302	PS575	0	0	True	True	1.0	779					non-mobilizable	plasmid	1802.0	93.06299999999999	100.0	0.6209872281670694	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0097_000000013489	2981	0.9912196491940308	6	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.8919910663570284	PS575	0	0	True	True	1.0	239					non-mobilizable	plasmid	1834.0	93.89299999999999	99.0	0.6320331377286849	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0110_000000009151	2981	0.9912196491940308	6	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.8919910663570284	PS575	0	0	True	True	1.0	2437					non-mobilizable	plasmid	1834.0	93.89299999999999	99.0	0.6320331377286849	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0036_000000009185	2981	0.9912196491940308	6	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.8919910663570284	PS575	0	0	True	True	1.0	107					non-mobilizable	plasmid	1834.0	93.89299999999999	99.0	0.6320331377286849	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0044_000000008083	2979	0.9912196491940308	5	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.9033197848761737	PS575	0	0	True	True	1.0	152					non-mobilizable	plasmid	1838.0	91.839	99.0	0.6320331377286849	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0019_000000002420	2975	0.9912196491940308	5	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.9487199786975578	PS575	0	0	True	True	1.0	266					non-mobilizable	plasmid	1754.0	97.26299999999999	100.0	0.6040731791508457	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0105_000000011533	2972	0.9912196491940308	6	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.9013774806555569	PS575	0	0	True	True	1.0	152					non-mobilizable	plasmid	1834.0	93.89299999999999	99.0	0.6320331377286849	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0061_000000005499	2972	0.9912196491940308	6	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.9052760107641048	PS575	0	0	True	True	1.0	68					non-mobilizable	plasmid	1834.0	93.89299999999999	99.0	0.6320331377286849	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0040_000000010116	2972	0.9912196491940308	5	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.8753817159166021	PS575	0	0	True	True	1.0	104					non-mobilizable	plasmid	1834.0	93.075	99.0	0.6320331377286849	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0036_000000013081	2964	0.9912196491940308	5	3	2	2	1	True	100500	backbone	False	FIJ0069_000000007847	0.9011778790185789	PS575	0	0	True	True	1.0	90					non-mobilizable	plasmid	1833.0	96.56299999999999	100.0	0.6316879530548843	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
CHI0108_000000001557	4644	0.9912173972392202	4	4	3	3	4	False	90203	maximal	False	CHI0149_000000003266	0.9654850746268657		0	0	False	False	0.9995693564414978	0					non-mobilizable	chromosome	4636.0	99.95700000000001	100.0	0.0009062618293075886	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
DEN0028_000000003860	5988	0.991216820852462	4	2	1	2	1	False	74052	maximal	True	DEN0028_000000003860	1.0		1	1	False	False	0.9958249926567078	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	0.00010360049627164556	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	False
ISR0082_000000004148	6340	0.9912148824942306	5	5	4	4	5	True	66885	maximal	False	ISR0185_000000004257	0.9726088244003553	PS309	0	0	True	True	1.0	2		MOBQ		MOBQ	mobilizable	plasmid	5096.0	99.882	100.0	0.7631815458358299	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
MON0007_000000000212	38076	0.9912140773145559	65	16	7	12	10	False	14011	maximal	True	MON0007_000000000212	1.0		2	1	False	False	0.998424232006073	0					non-mobilizable	no_good_hit								True	False
MON0100_000000000224	37559	0.9912140773145559	63	16	7	12	10	False	14011	maximal	False	MON0007_000000000212	0.9932109465279966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000006031	4512	0.9912099891828374	7	5	2	2	4	True	34741	maximal	True	ISR0074_000000006031	1.0		2	1	True	True	1.0	21		MOBV			mobilizable	no_good_hit	1223.0	90.352	38.0	0.3160352880124546	AY026767.1	firmicutes	Lactococcus lactis subsp. cremoris strain P8-2-47 plasmid pBM02, complete sequence	True	True
USA0106_01_000000006935	1191	0.991207113049147	2	2	2	2	1	True	324	fragment	False	USA0106_01_000000006935	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	99.745	99.0	0.1069674367837002	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CAN0012_000000030736	1496	0.9912054323708704	2	1	1	1	1	False	94084	fragment	False	SPA0062_000000015646	0.2621787440872437		0	0	False	False	1.0	0					non-mobilizable	chromosome	1492.0	94.236	99.0	0.0006578790509233708	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0352_000000002869	2871	0.9911962387291404	6	2	2	2	2	False	70819	fragment	False	ISR0352_000000002869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	76.667	30.0	0.000287787994158072	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0061_01_000000004598	2392	0.9911935187258872	4	4	2	4	2	True	896	maximal	True	USA0061_01_000000004598	1.0		1	1	False	False	0.9945651888847351	0					non-mobilizable	no_good_hit								True	True
USA0083_01_000000000062	72198	0.991191097826884	75	43	29	37	24	True	116760	maximal	False	ITA0005_000000000049	0.9669844501792878	PS635	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CAN0014_000000000157	72193	0.991191097826884	74	43	29	37	24	True	116760	maximal	False	ITA0005_000000000049	0.9668521371663432	PS635	0	0	True	True	1.0	495					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0049_000000009697	1701	0.9911900213524384	3	2	1	2	2	False	86770	maximal	True	CHI0049_000000009697	1.0		1	1	False	False	0.9988242387771606	0					non-mobilizable	no_good_hit	909.0	97.91	87.0	0.00017822656325600303	CP022154.1	enterobacteria	Escherichia coli strain ABWA45, complete genome	True	False
ENG0108_000000004299	5715	0.9911881403294064	7	3	3	3	2	False	59950	fragment	False	ENG0108_000000004299	1.0		0	0	False	False	0.9994750618934631	0					non-mobilizable	no_good_hit	3372.0	87.515	59.0	0.0024150478610709286	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
FIJ0023_000000002821	9535	0.991187749112016	9	5	4	4	3	False	74866	fragment	False	FIJ0023_000000002821	1.0		0	0	False	False	0.9991610050201416	0					non-mobilizable	no_good_hit	197.0	84.264	2.0	0.0022332619297206146	NZ_RJQC01000005.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_5, whole genome shotgun sequence	True	False
MAD0058_000000012082	1304	0.9911875186437272	2	2	1	2	2	True	16940	fragment	False	MAD0058_000000012082	1.0		0	0	False	False	0.9984662532806396	0					non-mobilizable	no_good_hit	550.0	81.63600000000001	42.0	0.010513837064676616	CP043867.1	firmicutes	Enterococcus faecium strain ME3 plasmid unnamed2	True	True
ENG0117_000000003771	5573	0.9911848112441008	7	6	6	6	6	False	59398	maximal	True	ENG0117_000000003771	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	5573.0	100.0	100.0	0.039195824364439566	CP056149.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 plasmid pRHBSTW-00872_2, complete sequence	False	True
SPA0018_000000004362	6047	0.9911839195814416	3	2	2	2	1	True	87810	maximal	True	SPA0018_000000004362	1.0		6	3	False	False	0.9995039105415344	0					non-mobilizable	no_good_hit	427.0	92.272	7.0	0.22327044025157233	NZ_JAAIPV010000081.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_82_length_1908_cov_192.572, whole genome shotgun sequence	True	True
MAD0026_000000002304	4899	0.9911833977953248	5	3	2	3	1	True	40199	fragment	False	MAD0026_000000002304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	93.846	1.0	0.00516545601291364	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0831_000000000207	34701	0.991181994946852	37	17	6	16	6	True	21027	fragment	False	USA0050_01_000000000252	0.9828547950070928		0	0	False	False	1.0	0					non-mobilizable	plasmid	33980.0	99.662	98.0	0.29078445132909986	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
SPA0041_000000026850	1256	0.9911806539443824	3	2	2	2	1	False	6894	fragment	False	SPA0041_000000026850	1.0		0	0	False	False	0.9816879034042358	0					non-mobilizable	no_good_hit								True	False
ITA0006_000000004248	6208	0.99118042369134	6	5	4	5	4	True	102036	maximal	True	ITA0006_000000004248	1.0		1	1	False	False	0.9950064420700073	0					non-mobilizable	no_good_hit	226.0	74.336	4.0	0.00011032241850487892	CP060264.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS0369-1-AR-4 chromosome, complete genome	True	True
MAD0006_000000000429	11538	0.991179642148415	11	10	7	9	8	False	98081	maximal	True	MAD0006_000000000429	1.0		2	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	11431.0	99.93	99.0	0.17482945333292546	CP035753.1	enterobacteria	Escherichia coli E110019 plasmid pE110019_65, complete sequence	False	True
SPA0051_000000007655	3293	0.9911740803480008	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6333970701593326	PS342|PS522	0	0	True	True	0.9975706338882446	23					non-mobilizable	no_good_hit	255.0	89.412	8.0	0.08492782813024505	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0049_000000006444	3291	0.9911740803480008	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.5856652094209526	PS342|PS522	0	0	True	True	0.9960498213768005	35					non-mobilizable	no_good_hit	255.0	89.412	8.0	0.08492782813024505	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0050_000000007915	3284	0.9911740803480008	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.585702426150434	PS342|PS522	0	0	True	True	0.9996954798698425	41					non-mobilizable	no_good_hit	255.0	89.412	8.0	0.08492782813024505	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0070_000000006610	3237	0.9911740803480008	4	4	0	2	2	True	97219	backbone	False	SPA0069_000000007515	0.9726110901790739	PS525	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	868.0	98.618	53.0	0.3169838945827233	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
AST0005_000000009173	3148	0.9911740803480008	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.4468481678058466	PS342|PS522	0	0	True	True	1.0	186					non-mobilizable	no_good_hit	267.0	88.39	18.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0063_000000005692	3128	0.9911740803480008	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6036468713283556	PS342|PS522	0	0	True	True	1.0	68					non-mobilizable	no_good_hit	195.0	92.30799999999999	16.0	0.06478684122188653	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0064_000000006867	3128	0.9911740803480008	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6058296185480782	PS342|PS522	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	237.0	92.405	19.0	0.07888553205773749	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0056_000000004197	3067	0.9911740803480008	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.4849360397423043	PS342|PS522	0	0	True	True	0.9934789538383484	2					non-mobilizable	no_good_hit	233.0	91.845	17.0	0.07720711648204096	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0182_000000009206	3063	0.9911740803480008	4	4	0	2	2	True	97219	backbone	False	SPA0069_000000007515	0.971432253609896	PS525	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	703.0	98.86200000000001	52.0	0.23564954682779457	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0073_000000008618	3063	0.9911740803480008	4	4	0	2	2	True	97219	backbone	False	SPA0069_000000007515	0.9722407493656104	PS525	0	0	True	True	0.9993470311164856	16					non-mobilizable	no_good_hit	703.0	99.147	52.0	0.23564954682779457	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MON0058_000000015187	3016	0.9911740803480008	4	4	0	2	2	True	97179	backbone	False	MON0015_000000012386	0.9480359206315938	PS522	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	350.0	82.571	19.0	0.1273792093704246	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
MON0059_000000012668	3016	0.9911740803480008	4	4	0	2	2	True	97179	backbone	False	MON0015_000000012386	0.9612601215677666	PS522	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	331.0	83.686	18.0	0.12005856515373353	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0058_000000008244	2979	0.9911740803480008	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.44166093483155516	PS342|PS522	0	0	True	True	1.0	104					non-mobilizable	no_good_hit	247.0	87.045	12.0	0.08123531386371266	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MON0076_000000015706	2976	0.9911740803480008	4	4	0	2	2	True	97179	backbone	False	MON0015_000000012386	0.8534316482540789	PS522	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	331.0	83.384	18.0	0.12005856515373353	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
MAD0013_000000008046	2914	0.9911740803480008	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.41111862532552595	PS342|PS522	0	0	False	True	0.9979409575462341	0					non-mobilizable	no_good_hit	170.0	94.118	16.0	0.056059080228264516	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0124_000000010848	2877	0.9911740803480008	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.30551341539738436	PS342|PS522	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	361.0	80.88600000000001	13.0	0.13140556368960468	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0057_000000007432	2848	0.9911740803480008	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.39399506013900815	PS342|PS522	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	110.0	86.36399999999999	6.0	0.03262542320714066	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
SPA0092_000000016354	2650	0.9911740803480008	4	4	0	2	2	True	97179	backbone	False	MON0015_000000012386	0.23373712323540635	PS522	0	0	False	True	0.9909433722496033	0					non-mobilizable	no_good_hit	345.0	83.478	13.0	0.12518301610541727	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0338_000000010123	2621	0.9911740803480008	4	4	0	2	2	True	97179	backbone	False	MON0015_000000012386	0.5662219345007107	PS522	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	331.0	83.384	21.0	0.12005856515373353	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0112_000000009786	2843	0.9911666086487062	4	3	2	3	1	False	115770	fragment	False	ISR0058_000000007471	0.275982618249905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	718.0	88.022	70.0	0.00020365961537914537	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0048_000000003557	6776	0.9911665544052172	8	7	6	7	5	True	119475	maximal	True	ENG0048_000000003557	1.0		1	1	False	False	0.9966056942939758	0					non-mobilizable	no_good_hit	2784.0	88.829	53.0	0.000790460993210398	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0126_000000002212	10135	0.9911664604200052	13	6	3	6	4	False	99806	maximal	True	ENG0126_000000002212	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2560.0	98.32	25.0	0.03059124733807097	NZ_CABJDZ010000009.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0055_000000004227	6923	0.9911639920215146	10	7	2	3	7	False	113970	fragment	False	AST0055_000000004227	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6020.0	99.053	100.0	0.040616227596631395	CP060066.1	enterobacteria	Escherichia coli strain G5 plasmid unnamed1, complete sequence	False	True
AST0113_000000022342	1682	0.9911629545235896	3	2	2	2	2	False	106516	fragment	False	AST0113_000000022342	0.9510440640960076		0	0	False	False	0.9821640849113464	0					non-mobilizable	no_good_hit	891.0	90.236	53.0	0.022176816505531747	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0054_000000014058	1788	0.991162940676827	2	2	2	1	1	False	46317	maximal	True	FIJ0054_000000014058	1.0		2	1	False	False	0.9899328947067261	0					non-mobilizable	no_good_hit	783.0	71.648	43.0	0.002849759079229201	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MAD0097_000000028245	1475	0.9911628916402248	3	1	1	1	1	False	18190	fragment	False	MAD0097_000000028245	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1475.0	99.119	100.0	0.011637822132390096	MN086777.1	enterobacteria	Escherichia coli plasmid p16EC-p0111, complete sequence	False	True
MAD0041_000000034317	1122	0.9911628916402248	2	1	1	1	1	False	18188	fragment	False	MAD0041_000000034317	1.0		0	0	False	False	0.9964349269866943	0					non-mobilizable	plasmid	1122.0	99.465	100.0	0.01134248016836652	KU980950.1	enterobacteria	Escherichia coli strain WE-0250 plasmid U2501, complete sequence	False	True
CHI0037_000000005069	2596	0.9911621388782924	5	4	3	4	1	False	87996	maximal	True	CHI0037_000000005069	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	79.45100000000001	38.0	0.020233238554415462	NZ_ALJP01000006.1	g-proteobacteria	Haemophilus sputorum HK 2154 ctg120006325158, whole genome shotgun sequence	True	False
ISR0326_000000003375	4789	0.9911606775369248	8	6	4	6	4	True	132448	fragment	False	ISR0370_000000003998	0.11579003922133209		0	0	False	False	0.9989559650421143	0					non-mobilizable	no_good_hit	113.0	91.15	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0091_000000004770	6589	0.9911553866632854	7	4	2	3	2	True	40200	maximal	True	ISR0091_000000004770	1.0		2	1	True	True	0.9998482465744019	27					non-mobilizable	no_good_hit	288.0	84.72200000000001	4.0	0.042030986347599324	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0051_01_000000007479	2800	0.9911552734871186	5	2	2	2	2	False	124102	fragment	False	FIJ0166_000000008406	0.9632839775310226		0	0	False	False	0.9996428489685059	0					non-mobilizable	other	2791.0	99.713	99.0	0.0007840792015544441	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0381_000000000982	13010	0.9911547920034809	18	6	2	6	3	False	118839	backbone	True	ISR0381_000000000982	0.9576326260084521	PS798|PS813|PS814	1	1	True	True	1.0	15					non-mobilizable	no_good_hit	5834.0	99.914	75.0	0.4904533602489696	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
ISR0271_000000000115	50103	0.9911528755029436	88	26	11	20	14	True	85929	maximal	True	ISR0271_000000000115	1.0		1	1	False	False	0.9998602867126465	0					non-mobilizable	no_good_hit	5540.0	82.509	47.0	0.09679934781838159	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0102_01_000000008683	1496	0.9911478723471348	2	2	2	2	1	False	333	fragment	False	USA0102_01_000000008683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	85.145	18.0	7.337505714015626e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ENG0121_000000005447	3273	0.9911458174783192	4	3	2	3	1	False	59141	maximal	True	ENG0121_000000005447	1.0		1	1	False	False	0.9987778663635254	0					non-mobilizable	no_good_hit	893.0	97.648	27.0	0.02460078876968477	KJ524644.1	CFB group bacteria	Uncultured Bacteroides sp. clone SMG 9 genomic sequence	True	False
ISR0343_000000001729	7265	0.9911423497172788	10	7	4	7	5	False	121904	maximal	False	SPA0042_000000003376	0.4624777975133215	PS602	0	0	False	True	0.9995870590209961	0					non-mobilizable	no_good_hit								True	True
FIJ0027_000000000817	16743	0.9911422607848496	17	7	5	5	5	True	98626	fragment	False	FIJ0027_000000000817	0.9903670537539826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	87.007	14.0	0.00047936247192048294	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0073_000000001281	15772	0.9911422607848496	14	7	5	5	5	True	98626	fragment	False	FIJ0027_000000000817	0.9718688407095502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	87.618	15.0	0.00047936247192048294	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0025_000000008087	3973	0.9911420795629576	4	3	3	3	2	False	12833	maximal	True	MON0025_000000008087	1.0		0	0	False	False	0.9939592480659485	0					non-mobilizable	no_good_hit	2173.0	99.54	55.0	0.0028338221633074827	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	True	False
MON0008_000000020874	1721	0.9911415875758602	3	3	3	1	1	False	13858	maximal	True	MON0008_000000020874	1.0		1	1	False	False	0.9610691666603088	0					non-mobilizable	no_good_hit	390.0	96.41	23.0	0.0004308626828383051	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ENG0120_000000001597	11484	0.9911395206090362	11	5	2	4	4	True	59203	maximal	True	ENG0120_000000001597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2689.0	85.868	25.0	0.021548843239412804	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
AST0140_000000001304	17025	0.9911394338806018	29	8	5	6	6	False	105665	fragment	False	AST0140_000000001304	0.9992355189650103		0	0	False	False	1.0	0					non-mobilizable	virus	8215.0	99.89	97.0	0.1423742915085019	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	False	False
MON0092_000000006223	7146	0.9911394215023676	10	3	1	3	3	False	44546	maximal	True	MON0092_000000006223	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0078_01_000000006321	2536	0.9911391296423144	7	4	3	4	4	False	24023	fragment	False	USA0078_01_000000006321	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2545.0	97.367	100.0	0.0011737002459181467	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
FIJ0063_000000004804	5045	0.9911367755034264	7	6	3	6	5	False	45641	maximal	True	FIJ0063_000000004804	1.0		1	1	True	True	0.9980178475379944	3		MOBP			mobilizable	plasmid	4573.0	99.978	99.0	0.364099705343633	CP058136.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00138 plasmid pRHBSTW-00138_6, complete sequence	False	True
CHI0159_000000000579	18408	0.9911355989533271	17	9	6	9	4	True	90391	maximal	True	CHI0159_000000000579	0.9999453611627145		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	6313.0	97.117	64.0	0.0508282132014849	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
CHI0017_000000000329	18302	0.9911355989533271	17	9	6	9	4	True	90391	maximal	False	CHI0159_000000000579	0.9970664928292046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6313.0	97.133	64.0	0.0508282132014849	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0213_000000003786	5788	0.9911354634774452	7	4	2	3	3	True	67702	maximal	False	ENG0125_000000003976	0.9662311628051893		0	0	True	True	0.9986178278923035	19	rep_cluster_2141	MOBQ			mobilizable	plasmid	5325.0	99.38	100.0	0.17737206823027718	HQ201416.1	enterobacteria	Escherichia coli plasmid p838C-R1, complete sequence	False	True
ENG0026_000000001779	6941	0.9911351476361779	9	8	0	4	8	False	127610	maximal	True	ENG0026_000000001779	1.0		1	1	True	True	1.0	26	ColRNAI_rep_cluster_1857,rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6725.0	99.197	100.0	0.6938965196736548	CP043543.1	enterobacteria	Escherichia coli strain F2_81 plasmid pF2_18C_Col	False	True
AST0012_000000003535	5065	0.9911337244716301	6	6	6	6	4	False	125587	maximal	True	AST0012_000000003535	1.0		6	4	False	False	0.99901282787323	0					non-mobilizable	chromosome	4261.0	99.43700000000001	100.0	0.0008297657625790834	CP026935.2	enterobacteria	Escherichia coli strain CFS3292 chromosome, complete genome	False	False
SPA0149_000000020730	1910	0.9911287740710616	5	2	2	2	1	False	48798	maximal	True	SPA0149_000000020730	1.0		4	3	False	False	0.9937172532081604	0					non-mobilizable	no_good_hit	433.0	91.917	29.0	0.0001202423526562794	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0396_000000007781	2907	0.9911258990895444	4	1	1	1	1	False	83546	maximal	True	ISR0396_000000007781	1.0		6	2	False	False	0.9969040155410767	0					non-mobilizable	no_good_hit	95.0	84.211	3.0	1.6404114651210188e-05	CP009746.1	firmicutes	Bacillus weihenstephanensis strain WSBC 10204, complete genome	True	False
SPA0009_000000023183	1599	0.9911258682769142	2	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.6096316175714793		0	0	False	True	0.9912445545196533	0					non-mobilizable	no_good_hit	535.0	75.14	33.0	0.002421693273428289	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
MAD0064_000000007349	2706	0.9911227848474315	4	2	2	2	1	True	16677	maximal	True	MAD0064_000000007349	1.0		3	1	True	True	0.9966740608215332	15					non-mobilizable	no_good_hit								True	True
ENG0080_000000025948	1119	0.9911206004312271	2	2	1	2	1	False	83228	fragment	False	ISR0053_000000014869	0.6370305164319249		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	99.553	100.0	0.0038507639529917473	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
MAD0043_000000009919	2503	0.9911130493395386	3	2	2	2	2	False	18047	maximal	True	MAD0043_000000009919	1.0		0	0	False	False	0.9940071702003479	0					non-mobilizable	no_good_hit	629.0	93.005	29.0	0.00021889248085127182	LR594051.1	firmicutes	Enterococcus faecalis strain NCTC8732 genome assembly, chromosome: 1	True	False
CHI0078_000000002584	6648	0.9911090456105376	7	6	5	4	6	True	114179	maximal	True	CHI0078_000000002584	1.0		0	0	False	False	0.9986461997032166	0					non-mobilizable	plasmid	5147.0	99.94200000000001	100.0	0.08952990709488848	CP013192.1	enterobacteria	Escherichia coli strain FORC_031 plasmid pFORC31.2, complete sequence	False	True
SPA0009_000000015138	2379	0.9911065419449668	3	2	2	2	2	False	8133	maximal	True	SPA0009_000000015138	1.0		1	1	False	False	0.9903320670127869	0					non-mobilizable	no_good_hit	114.0	81.579	5.0	0.003820178729790572	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0085_000000007159	4195	0.9911063074881208	6	3	2	2	1	False	43971	maximal	True	FIJ0085_000000007159	1.0		2	1	False	False	0.9969010949134827	0					non-mobilizable	plasmid	4195.0	99.14200000000001	100.0	0.04895472213467801	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
MON0009_000000030360	1307	0.9911051648493688	3	1	1	1	1	False	13785	maximal	True	MON0009_000000030360	1.0		0	0	False	False	0.8890588879585266	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000013381	2275	0.9911047249353228	3	2	0	2	2	True	8168	maximal	True	SPA0008_000000013381	1.0		1	1	True	True	1.0	870					non-mobilizable	no_good_hit								True	True
MAD0049_000000011546	1616	0.9911041704638902	3	2	1	2	1	False	17456	maximal	True	MAD0049_000000011546	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	89.179	33.0	0.00018017763157008473	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
FIJ0155_000000005566	4070	0.9911022357503132	7	4	0	2	4	False	77585	maximal	True	FIJ0155_000000005566	0.9998148589054618		5	2	True	True	1.0	11	rep_cluster_2373				non-mobilizable	plasmid	2511.0	99.96	100.0	0.6292303835547757	CP010161.1	enterobacteria	Escherichia coli strain H1 plasmid A, complete genome	False	True
FIJ0031_000000006017	3826	0.9911022357503132	7	4	0	2	4	False	77585	maximal	False	FIJ0155_000000005566	0.9647356176136377		0	0	False	True	1.0	0	rep_cluster_2374				non-mobilizable	plasmid	3621.0	99.97200000000001	100.0	0.9074956129355728	CP010161.1	enterobacteria	Escherichia coli strain H1 plasmid A, complete genome	False	True
SPA0069_000000005078	4744	0.9910987943718986	8	5	3	3	5	True	124082	fragment	False	SPA0069_000000005078	1.0		0	0	False	False	0.9959949254989624	0					non-mobilizable	other	3341.0	95.929	99.0	0.000938365754118383	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0162_000000001246	18328	0.9910954483875936	24	22	3	15	20	True	97900	fragment	False	ISR0162_000000001246	0.9528415300546448		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	18329.0	98.369	100.0	0.14803205583920379	CP048854.1	enterobacteria	Escherichia coli strain 19 plasmid p19-Pyelo_1, complete sequence	False	True
AST0029_000000011128	2732	0.991094901975196	3	3	2	3	2	False	118332	fragment	False	AST0029_000000011128	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2732.0	100.0	100.0	0.0012187192782111647	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0052_000000007561	3769	0.9910944619147322	6	4	0	2	2	True	97180	maximal	True	ENG0052_000000007561	1.0	PS522	1	1	True	True	0.9984080791473389	69					non-mobilizable	no_good_hit	172.0	92.44200000000001	5.0	0.05640854472630174	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0202_000000003515	3557	0.9910944619147322	5	4	0	2	2	True	65442	maximal	False	ISR0136_000000002103	0.9825479784459258		0	0	True	True	0.9997188448905945	81					non-mobilizable	no_good_hit	1690.0	93.07700000000001	53.0	0.6029517638588913	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0136_000000002103	3556	0.9910944619147322	5	4	0	2	2	True	65442	maximal	True	ISR0136_000000002103	0.9835655592156766		2	1	True	True	1.0	32					non-mobilizable	no_good_hit	1690.0	92.72200000000001	53.0	0.6029517638588913	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0214_000000008115	3335	0.9910944619147322	4	4	0	2	2	True	65442	maximal	False	ISR0136_000000002103	0.9399690014752519		0	0	True	True	0.9952024221420288	13					non-mobilizable	no_good_hit	1503.0	93.679	52.0	0.5388768898488121	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0182_000000011420	3166	0.9910944619147322	5	4	0	2	2	True	128539	maximal	True	ISR0182_000000011420	0.8447130722149732	PS342|PS522	1	1	True	True	1.0	165					non-mobilizable	no_good_hit	261.0	90.038	19.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0047_000000005550	3132	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.8312887704510313	PS342|PS522	0	0	True	True	0.9993614554405212	13					non-mobilizable	no_good_hit	259.0	99.228	20.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0096_000000012272	3067	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.8072343090180338	PS342|PS522	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	365.0	83.014	13.0	0.13250366032210834	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0038_000000007332	3029	0.9910944619147322	4	4	0	2	2	True	122717	backbone	False	ENG0180_000000005490	0.943960276704936	PS873	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	261.0	93.103	9.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0048_000000007680	3025	0.9910944619147322	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6926676784852811	PS342|PS522	0	0	True	True	0.9973554015159607	20					non-mobilizable	no_good_hit	260.0	94.23100000000001	20.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0042_000000007193	3024	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6296522258449954	PS342|PS522	0	0	True	True	0.9980158805847168	57					non-mobilizable	no_good_hit	234.0	91.45299999999999	24.0	0.07720711648204096	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0104_000000003442	3024	0.9910944619147322	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6721579650082552	PS342|PS522	0	0	True	True	0.9996693134307861	24					non-mobilizable	no_good_hit	262.0	91.603	23.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0086_000000002529	3024	0.9910944619147322	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.672940726723545	PS342|PS522	0	0	True	True	0.995039701461792	53					non-mobilizable	no_good_hit	262.0	91.603	20.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0049_000000005655	3024	0.9910944619147322	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.672940726723545	PS342|PS522	0	0	True	True	0.9990079402923584	199					non-mobilizable	no_good_hit	262.0	91.603	20.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0106_000000006499	3024	0.9910944619147322	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.673048446182885	PS342|PS522	0	0	True	True	0.9990079402923584	90					non-mobilizable	no_good_hit	262.0	91.603	20.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0082_000000002736	3001	0.9910944619147322	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6297229983584919	PS342|PS522	0	0	True	True	0.9996667504310608	19					non-mobilizable	no_good_hit	262.0	92.366	21.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0041_000000010516	2991	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6295144191726878	PS342|PS522	0	0	True	True	0.9926446080207825	9					non-mobilizable	no_good_hit	262.0	92.366	23.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0091_000000004849	2985	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.628097395914167	PS342|PS522	0	0	True	True	0.9979899525642395	18					non-mobilizable	no_good_hit	168.0	97.619	23.0	0.056059080228264516	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0031_000000004477	2984	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6507523344031545	PS342|PS522	0	0	True	True	0.9902815222740173	13					non-mobilizable	no_good_hit	262.0	91.603	21.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0066_000000007830	2965	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6912523686974974	PS342|PS522	0	0	True	True	0.9996627569198608	20					non-mobilizable	no_good_hit	262.0	92.366	21.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
FIJ0109_000000008971	2965	0.9910944619147322	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.5918361405143691	PS342|PS522	0	0	True	True	0.9996627569198608	4					non-mobilizable	no_good_hit	267.0	88.015	23.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0057_000000005489	2964	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6282462329194278	PS342|PS522	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	222.0	91.441	19.0	0.07317891910036925	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
FIJ0113_000000008569	2945	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.5519800989566284	PS342|PS522	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	267.0	88.015	21.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MON0054_000000014717	2945	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.5945960017401276	PS342|PS522	0	0	True	True	0.9996604323387146	11					non-mobilizable	no_good_hit	267.0	88.015	21.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0110_000000009339	2926	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6051026550208422	PS342|PS522	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	216.0	91.667	19.0	0.0711648204095334	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
FIJ0129_000000007307	2869	0.9910944619147322	4	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6796705807502007	PS342|PS522	0	0	False	True	0.999302864074707	0					non-mobilizable	no_good_hit	367.0	79.01899999999999	19.0	0.12084592145015106	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0095_000000007124	2847	0.9910944619147322	5	4	0	2	2	True	122717	backbone	False	ENG0180_000000005490	0.3750318332224591	PS873	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	176.0	81.25	10.0	0.0523237919359803	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
MON0094_000000013432	2622	0.9910944619147322	4	4	0	2	2	True	97179	backbone	False	MON0015_000000012386	0.5629027624832121	PS522	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	267.0	83.521	10.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0079_000000001997	2533	0.9910944619147322	4	4	0	2	2	True	97218	fragment	False	MAD0079_000000001997	1.0		0	0	False	False	0.9857876300811768	0					non-mobilizable	no_good_hit	262.0	92.366	25.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0012_000000012433	2271	0.9910944619147322	4	4	0	2	2	True	19672	fragment	False	MAD0012_000000012433	1.0		0	0	False	False	0.9982386827468872	0					non-mobilizable	no_good_hit	344.0	79.65100000000001	18.0	0.12445095168374817	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
AST0046_000000011502	1436	0.9910906281618156	1	1	1	1	1	False	115528	fragment	False	AST0046_000000011502	1.0		0	0	False	False	0.9972144961357117	0					non-mobilizable	other	1035.0	95.072	99.0	0.006020901211757369	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0018_000000020015	1124	0.9910906281618156	1	1	1	1	1	False	66576	fragment	False	ENG0018_000000020015	1.0		0	0	False	False	1.0	0					non-mobilizable	other	968.0	95.351	99.0	0.005630387774015119	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0847_000000022339	1337	0.9910902719584	3	2	1	2	1	False	20629	fragment	False	ISR0847_000000022339	1.0		0	0	False	False	0.997008204460144	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	6.072068635300861e-07	LR812538.1	bony fishes	Danio kyathit genome assembly, chromosome: 20	True	False
ISR0796_000000005286	4114	0.9910852021358306	5	3	3	3	3	True	125425	fragment	False	ISR0796_000000005286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	86.03399999999999	24.0	0.060171596297132535	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0145_000000012110	2503	0.991084120758644	2	1	1	1	1	False	99021	maximal	True	ISR0145_000000012110	1.0		17	6	False	False	0.9888134002685547	0					non-mobilizable	no_good_hit	497.0	77.666	20.0	0.00011111020408903691	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ETH0001_000000027155	1331	0.991084120758644	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.9429244802046793		0	0	False	False	0.9947407841682434	0					non-mobilizable	no_good_hit	498.0	78.112	37.0	0.00011133695960758597	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0797_000000002602	4459	0.9910834655009844	5	5	3	5	4	False	21946	maximal	True	ISR0797_000000002602	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	2.8463697065895133e-05	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0133_000000005827	3909	0.991078243402866	5	4	4	4	4	False	5853	fragment	False	SPA0133_000000005827	0.994586548433428		0	0	False	False	0.999744176864624	0					non-mobilizable	other	3909.0	99.28399999999999	100.0	0.0006127910247753857	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
ISR0131_000000001004	15844	0.9910749181911246	16	8	4	7	4	False	31706	maximal	True	ISR0131_000000001004	1.0		1	1	False	False	0.9998106360435486	0					non-mobilizable	no_good_hit	45.0	95.556	0.0	0.000203660331596049	NZ_JAEA01000010.1	a-proteobacteria	Microvirga flocculans ATCC BAA-817 L879DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
ISR0372_000000007553	2250	0.991071575560518	4	2	0	2	0	True	53142	maximal	False	MON0089_000000010505	0.8127998166975029	PS220|PS92	0	0	True	True	1.0	40					non-mobilizable	no_good_hit								True	True
MAD0059_000000008749	2205	0.991071575560518	2	2	0	2	0	True	16895	maximal	True	MAD0059_000000008749	0.9992760617760618		1	1	True	True	1.0	176					non-mobilizable	no_good_hit	310.0	76.774	14.0	0.1875768757687577	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
CHI0187_000000007886	2066	0.991071575560518	5	2	0	2	0	True	77075	maximal	True	CHI0187_000000007886	1.0		1	1	True	True	1.0	53					non-mobilizable	no_good_hit	38.0	92.105	2.0	1.0682153672307903e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	True
MON0043_000000014871	1901	0.991071575560518	3	2	0	2	0	True	14047	maximal	False	MON0022_000000016002	0.9753454392220398		0	0	True	True	1.0	301					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.010285714285714285	HG796826.1	bacteria	Uncultured bacterium plasmid pRGF00141	True	True
MON0022_000000016002	1901	0.991071575560518	3	2	0	2	0	True	14047	maximal	True	MON0022_000000016002	0.9753454392220398		7	1	True	True	1.0	165					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.010285714285714285	HG796826.1	bacteria	Uncultured bacterium plasmid pRGF00141	True	True
ETH0003_000000024894	1669	0.991071575560518	2	2	0	2	0	True	53493	maximal	False	ETH0001_000000020427	0.983704974271012		0	0	True	True	1.0	45					non-mobilizable	no_good_hit								True	True
USA0080_01_000000026481	1595	0.991071575560518	2	2	0	2	0	True	37099	maximal	True	USA0080_01_000000026481	0.9942598187311178		2	2	True	True	1.0	9					non-mobilizable	plasmid	1464.0	98.975	100.0	0.964993394980185	HG796540.1	bacteria	Uncultured bacterium plasmid pRGI01595	False	True
MON0091_000000008564	1442	0.991071575560518	3	2	0	2	0	True	9484	maximal	True	MON0091_000000008564	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	51.0	96.07799999999999	4.0	0.0330188679245283	LN853967.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1418	True	True
TAN0009_000000030819	1402	0.991071575560518	2	2	0	2	0	True	67388	backbone	False	ENG0008_000000018984	0.483038593214483	PS311	0	0	True	True	1.0	85					non-mobilizable	plasmid	603.0	97.181	96.0	0.4485842026825633	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
ISR0232_000000017822	1619	0.9910703645727243	3	2	2	2	2	False	27433	fragment	False	ISR0232_000000017822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0039_000000008719	2988	0.9910685053401436	4	3	3	3	3	True	61173	fragment	False	SPA0039_000000008719	1.0		0	0	False	False	0.9959839582443237	0					non-mobilizable	chromosome	2974.0	99.93299999999999	99.0	0.0015292100727262066	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0106_000000000260	37123	0.9910684848525229	30	13	7	10	5	True	132145	fragment	False	ISR0012_000000000319	0.8168416639809964		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	655.0	71.908	2.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0126_000000000871	36233	0.9910684848525229	29	13	7	10	5	True	132145	fragment	False	ISR0012_000000000319	0.6747577533075969		0	0	False	True	0.999972403049469	0					non-mobilizable	no_good_hit	655.0	71.756	2.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
SPA0105_000000004234	6597	0.9910674944969994	9	8	4	4	8	True	123628	fragment	False	USA0108_01_000000001009	0.21817909724608983		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6453.0	99.194	98.0	0.19456383558326776	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
MAD0111_000000005131	3333	0.991064456841928	4	4	3	4	4	False	107353	maximal	True	MAD0111_000000005131	1.0		4	2	False	False	0.9975997805595398	0					non-mobilizable	chromosome	3334.0	95.95100000000001	100.0	0.0007132005022369923	CP017061.1	enterobacteria	Escherichia coli strain NIVEDI C53 chromosome	False	False
ISR0105_000000014897	1351	0.9910632555050974	2	1	1	1	1	False	32934	fragment	False	ISR0105_000000014897	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1354.0	94.09200000000001	100.0	0.0004192128066045244	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0029_000000025501	1144	0.9910632555050974	2	1	1	1	1	False	117656	fragment	False	AST0029_000000025501	1.0		0	0	False	False	0.992132842540741	0					non-mobilizable	chromosome	1144.0	99.038	100.0	0.0003590100652049273	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0066_000000003272	5096	0.9910592309889708	6	4	2	3	3	True	20239	maximal	False	MAD0098_000000007020	0.3189880507841673		0	0	False	True	0.9994112849235535	0					non-mobilizable	no_good_hit	261.0	85.824	6.0	0.04924242424242424	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
USA0003_01_000000021523	1775	0.9910494634620528	3	2	2	1	1	False	98844	fragment	False	USA0003_01_000000021523	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1769.0	89.712	100.0	0.0003290301279059321	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
SPA0018_000000002496	9573	0.9910490872147306	10	6	6	6	4	True	100475	maximal	True	SPA0018_000000002496	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	5612.0	97.149	100.0	0.0010063691274433508	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
CHI0016_000000002992	1583	0.9910408065923616	3	2	1	2	1	False	89685	fragment	False	MAD0090_000000008238	0.9859638178415471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	77.708	40.0	0.0002273346782761805	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
DEN0005_000000009163	3503	0.9910404540712224	4	3	3	3	3	False	76540	maximal	True	DEN0005_000000009163	1.0		1	1	False	False	0.994576096534729	0					non-mobilizable	no_good_hit	856.0	99.883	24.0	0.00025809902671007965	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
MON0103_000000039975	1438	0.9910380246215807	3	2	2	1	1	False	8861	fragment	False	MON0103_000000039975	1.0		0	0	False	False	0.998609185218811	0					non-mobilizable	no_good_hit	171.0	78.363	12.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MON0019_000000055730	1195	0.9910380246215807	2	2	2	1	1	False	13133	fragment	False	MON0019_000000055730	0.9657240788346186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	78.947	14.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MAD0077_000000007301	1659	0.9910364652553324	2	2	1	2	1	False	16219	fragment	False	MAD0077_000000007301	1.0		0	0	False	False	0.9993972182273865	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000004659	5739	0.991034701029238	6	2	1	2	1	False	78592	fragment	False	CHI0162_000000004659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000020234	1548	0.9910299974508046	2	1	1	1	1	False	2157	maximal	True	USA0005_01_000000020234	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	79.661	11.0	5.8456442601451993e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0107_000000021798	1398	0.9910297688059236	2	2	2	1	1	False	59976	fragment	False	ENG0107_000000021798	1.0		0	0	False	False	0.9985693693161011	0					non-mobilizable	no_good_hit	171.0	78.363	12.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
SPA0091_000000002459	7333	0.9910260592155009	8	8	6	4	6	True	91119	fragment	False	SPA0150_000000001970	0.28197046969610146		0	0	False	False	1.0	0					non-mobilizable	other	6786.0	99.44	97.0	0.0012735471102268865	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
FIJ0058_000000007774	4936	0.9910241898094398	6	4	4	4	3	True	46327	fragment	False	FIJ0058_000000007774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.868301998855254e-06	NC_003552.1	euryarchaeotes	Methanosarcina acetivorans C2A, complete sequence	True	True
ISR0350_000000005706	3062	0.9910233369531792	5	5	4	5	3	False	122341	fragment	False	ISR0350_000000005706	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3062.0	98.171	99.0	0.0008621683082144636	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0139_000000004463	5336	0.991022155585263	5	5	4	4	5	False	90356	fragment	False	SPA0139_000000004463	0.994288681204569		0	0	False	False	1.0	0					non-mobilizable	chromosome	5336.0	99.944	100.0	0.001072355558128405	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
ISR0171_000000011574	2362	0.9910214406713334	2	1	1	1	1	False	119846	fragment	False	ISR0171_000000011574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1423.0	94.589	63.0	0.00247165785840782	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0362_000000012865	1627	0.9910214406713334	3	1	1	1	1	False	39367	maximal	True	ISR0362_000000012865	1.0		2	2	False	False	0.9883220791816711	0					non-mobilizable	no_good_hit	659.0	94.537	40.0	0.001143446794862856	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0102_000000021612	1497	0.9910214406713334	3	1	1	1	1	False	42617	fragment	False	FIJ0102_000000021612	0.9684620836286322		0	0	False	False	0.9913159608840942	0					non-mobilizable	other	1481.0	97.50200000000001	99.0	0.002576241406718447	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ISR0347_000000016119	1411	0.9910214406713334	2	1	1	1	1	False	42617	fragment	False	FIJ0102_000000021612	0.9412157648630595		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	99.22	100.0	0.0024577133852997364	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
FIJ0049_000000007214	2363	0.991019170732378	4	2	2	2	2	False	46671	fragment	False	FIJ0049_000000007214	1.0		0	0	False	False	0.9978840351104736	0					non-mobilizable	other	1964.0	98.523	95.0	0.16492938802958979	NZ_JAAXPO010000016.1	firmicutes	Leuconostoc holzapfelii strain CCUG 54536 SS2010_16, whole genome shotgun sequence	False	False
SPA0002_000000005131	5052	0.9910191436948504	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9922470308796574	PS595|PS607|PS819	0	0	True	True	1.0	2220		MOBP			mobilizable	other	3664.0	99.75399999999999	100.0	0.7222879684418146	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0045_000000003661	5051	0.9910191436948504	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9898461647294987	PS595|PS607|PS819	0	0	True	True	1.0	172		MOBP			mobilizable	other	3665.0	98.963	100.0	0.7222879684418146	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0065_000000005864	5051	0.9910191436948504	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9937488530219417	PS595|PS607|PS819	0	0	True	True	1.0	799		MOBP			mobilizable	other	3663.0	99.836	100.0	0.7222879684418146	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0044_000000003499	5051	0.9910191436948504	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.993383669795709	PS595|PS607|PS819	0	0	True	True	1.0	1380		MOBP			mobilizable	other	3663.0	99.809	100.0	0.7222879684418146	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0033_000000005184	5051	0.9910191436948504	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9936947893878886	PS595|PS607|PS819	0	0	True	True	0.9970303177833557	21		MOBP			mobilizable	other	3663.0	99.809	100.0	0.7222879684418146	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0011_000000004313	5051	0.9910191436948504	10	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9934047667360838	PS595|PS607|PS819	0	0	True	True	1.0	1553		MOBP			mobilizable	other	3663.0	99.78200000000001	100.0	0.7222879684418146	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0162_000000004724	5051	0.9910191436948504	10	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9935482121915443	PS595|PS607|PS819	0	0	True	True	1.0	506		MOBP			mobilizable	other	3663.0	99.78200000000001	100.0	0.7222879684418146	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0105_000000003833	5050	0.9910191436948504	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9941678521852955	PS595|PS607|PS819	0	0	True	True	1.0	51		MOBP			mobilizable	other	3663.0	99.945	100.0	0.7222879684418146	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CAN0005_000000003730	5050	0.9910191436948504	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9936569255026247	PS595|PS607|PS819	0	0	True	True	1.0	87		MOBP			mobilizable	other	3636.0	99.89	100.0	0.7169625246548323	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0112_000000005267	5050	0.9910191436948504	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9894646708522451	PS595|PS607|PS819	0	0	True	True	1.0	178		MOBP			mobilizable	other	3665.0	98.936	100.0	0.7222879684418146	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0075_01_000000004967	5049	0.9910191436948504	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9934865671502213	PS595|PS607|PS819	0	0	True	True	1.0	162		MOBP			mobilizable	other	3663.0	99.891	100.0	0.7222879684418146	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0235_000000000785	4825	0.9910191436948504	8	4	3	2	3	True	95173	maximal	True	ISR0235_000000000785	0.9980295040075549		3	1	True	True	0.999792754650116	20		MOBP			mobilizable	no_good_hit	1747.0	95.249	70.0	0.35090543259557344	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ISR0852_000000001635	4754	0.9910191436948504	7	4	3	2	3	True	95173	maximal	False	ISR0235_000000000785	0.9936984868074765		0	0	True	True	1.0	8		MOBP			mobilizable	no_good_hit	1569.0	95.34700000000001	70.0	0.3154929577464789	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
DEN0012_000000003870	1635	0.9910178552444928	3	2	1	2	2	False	75440	maximal	True	DEN0012_000000003870	1.0		1	1	False	False	0.9975535273551941	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000005948	3844	0.9910160096978912	7	3	3	3	3	False	94412	fragment	False	ENG0068_000000005948	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3844.0	98.569	100.0	0.0008694861275897926	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0161_000000002806	5456	0.9910159417535598	4	3	3	3	2	True	50745	maximal	False	ISR0123_000000003148	0.9967390607301511		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	165.0	76.36399999999999	3.0	0.0023887773111800864	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0109_000000005225	5361	0.9910159417535598	4	3	3	3	2	True	50745	maximal	False	ISR0123_000000003148	0.9979123183600473		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	165.0	76.36399999999999	3.0	0.0023887773111800864	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0009_000000005531	5361	0.9910159417535598	4	3	3	3	2	True	50745	maximal	False	ISR0123_000000003148	0.9978018186422067		0	0	True	True	0.9960828423500061	3					non-mobilizable	no_good_hit	165.0	76.36399999999999	3.0	0.0023887773111800864	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0065_000000002662	5361	0.9910159417535598	4	3	3	3	2	True	50745	maximal	False	ISR0123_000000003148	0.9979123183600473		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	165.0	76.36399999999999	3.0	0.0023887773111800864	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
TAN0017_000000006023	5303	0.9910159417535598	5	3	3	3	2	True	2494	maximal	True	TAN0017_000000006023	1.0		1	1	True	True	1.0	39					non-mobilizable	no_good_hit								True	True
ISR0813_000000005785	4795	0.9910159417535598	4	3	3	3	2	True	21592	maximal	True	ISR0813_000000005785	1.0		1	1	False	False	0.9985401630401611	0					non-mobilizable	no_good_hit								True	True
ISR0230_000000006440	4451	0.9910154177363496	5	3	3	3	3	False	61295	maximal	True	ISR0230_000000006440	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1300.0	96.154	68.0	0.3381969775924961	NZ_CABMGA010000048.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0098_000000010123	4193	0.9910122766581702	3	3	3	3	1	False	64312	fragment	False	MAD0098_000000010123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	81.098	4.0	6.729625130979974e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
MAD0109_000000001505	8092	0.9910112380816268	9	8	6	6	8	True	108532	fragment	False	MAD0109_000000001505	0.9995030438563797		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	8092.0	100.0	100.0	0.04055761075521068	CP010149.1	enterobacteria	Escherichia coli strain D6 plasmid A, complete genome	False	True
CHI0061_000000004563	1680	0.9910111476673572	3	3	1	3	3	False	103318	fragment	False	CHI0061_000000004563	1.0		0	0	False	False	1.0	0					non-mobilizable	other	872.0	99.427	91.0	0.001101511004992842	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0310_000000006995	2356	0.9910099341510474	4	3	1	1	3	False	25332	fragment	False	ISR0310_000000006995	0.9654073736913974		0	0	False	False	0.9991511106491089	0					non-mobilizable	plasmid	2356.0	99.066	100.0	0.02404582490963671	CP057623.1	enterobacteria	Escherichia coli strain RHB20-C18 plasmid pRHB20-C18_3, complete sequence	False	True
ISR0037_000000011928	1913	0.991009827974704	5	3	2	3	1	False	36697	maximal	True	ISR0037_000000011928	1.0		0	0	False	False	0.9994772672653198	0					non-mobilizable	no_good_hit	1691.0	99.34899999999999	88.0	0.0010108477723068383	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0035_000000001714	8859	0.991008193884975	14	11	4	7	9	True	125628	backbone	False	ISR0209_000000003071	0.9883991127680178	PS932|PS933	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	2034.0	92.822	45.0	0.244823828550672	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0016_000000003670	1289	0.9910078528131476	2	1	1	1	1	False	89678	fragment	False	CHI0016_000000003670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	9.745523001811241e-05	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
DEN0024_000000000168	9617	0.9910039455238471	19	7	2	7	2	False	105388	fragment	False	DEN0024_000000000168	1.0		0	0	False	False	0.9996880292892456	0					non-mobilizable	no_good_hit	7509.0	99.90700000000001	78.0	0.15247456387969374	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
USA0121_01_000000000872	28349	0.991003168741484	36	10	3	9	5	True	97473	fragment	False	USA0020_01_000000000809	0.9939854960956567		0	0	False	False	0.9979187846183777	0					non-mobilizable	other	26394.0	99.86	96.0	0.028955453149001536	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0150_000000000309	28322	0.991003168741484	35	10	3	9	5	True	97473	fragment	False	USA0020_01_000000000809	0.9927461191652174		0	0	False	False	1.0	0					non-mobilizable	other	26271.0	99.874	96.0	0.02882269036646917	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0151_000000000305	28318	0.991003168741484	35	10	3	9	5	True	97473	fragment	False	USA0020_01_000000000809	0.9927105203458886		0	0	False	False	1.0	0					non-mobilizable	other	26271.0	99.874	96.0	0.02882269036646917	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0089_000000000526	28140	0.991003168741484	35	10	3	9	5	True	97473	fragment	False	USA0020_01_000000000809	0.9913850971644995		0	0	False	False	1.0	0					non-mobilizable	other	26271.0	99.87799999999999	96.0	0.02882269036646917	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0088_000000014413	2191	0.9910022551422664	3	3	3	2	1	False	110563	maximal	True	MON0088_000000014413	1.0		2	1	False	False	0.9762665629386902	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	4.0	2.6254343326701307e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0063_000000006066	4102	0.9910015143652976	7	5	1	5	3	True	45635	maximal	True	FIJ0063_000000006066	0.9676258992805755		1	1	True	True	1.0	1		MOBQ			mobilizable	plasmid	3683.0	92.316	99.0	0.9028051181102362	CP024518.1	enterobacteria	Klebsiella pneumoniae strain KSB1_10J plasmid unnamed3, complete sequence	False	True
ENG0057_000000014912	1705	0.9910003599081662	2	2	2	2	1	False	63530	fragment	False	MON0089_000000015568	0.9401611047180667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000010549	3853	0.9909964953145116	7	4	4	3	3	True	75766	maximal	True	DEN0011_000000010549	1.0		1	1	False	False	0.9971450567245483	0					non-mobilizable	no_good_hit								True	True
MON0096_000000003930	7132	0.990995410167616	6	4	1	2	4	False	127351	fragment	False	MON0096_000000003930	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	5459.0	99.98200000000001	99.0	0.9727321333095705	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0004_000000000103	67811	0.9909941157267412	95	32	18	18	24	True	52120	maximal	True	FIJ0004_000000000103	1.0		4	1	True	True	1.0	24					non-mobilizable	no_good_hit	199.0	76.382	0.0	0.0005519505589571852	NZ_AAWL01000001.1	firmicutes	Thermosinus carboxydivorans Nor1 ctg55, whole genome shotgun sequence	True	True
FIJ0015_000000002484	11460	0.9909906625442516	14	9	6	8	7	False	105156	fragment	False	FIJ0015_000000002484	1.0		0	0	False	False	0.9999127388000488	0					non-mobilizable	no_good_hit	1080.0	71.944	15.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0229_000000004997	3143	0.9909841434342458	5	2	2	2	1	True	126340	maximal	True	ISR0229_000000004997	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	99.57799999999999	15.0	0.010160462268811891	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
DEN0090_000000011128	2382	0.9909840235757216	4	2	2	2	2	False	68759	fragment	False	DEN0090_000000011128	1.0		0	0	False	False	0.9995802044868469	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000006818	3236	0.990980339291584	3	2	1	1	2	False	18023	maximal	True	MAD0088_000000006818	0.9866606714628298		7	1	True	True	0.999381959438324	10					non-mobilizable	no_good_hit								True	True
AST0153_000000006893	4354	0.9909787759682864	6	4	4	4	3	True	118713	maximal	True	AST0153_000000006893	1.0		0	0	False	False	0.9977032542228699	0					non-mobilizable	no_good_hit	918.0	94.444	21.0	0.0002080972601969365	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0199_000000009275	3159	0.9909759638360311	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9721851555039107		0	0	False	False	0.997467577457428	0					non-mobilizable	no_good_hit	806.0	87.59299999999999	31.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0296_000000008321	3077	0.9909759638360311	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9650707871616685		0	0	False	False	0.9993500113487244	0					non-mobilizable	no_good_hit	806.0	87.59299999999999	29.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0153_000000010415	3002	0.9909759638360311	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.9555754232248257		0	0	False	False	0.9970020055770874	0					non-mobilizable	no_good_hit	806.0	87.59299999999999	29.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0013_000000009980	2763	0.9909759638360311	3	2	2	2	1	False	115770	fragment	False	ISR0058_000000007471	0.6153736827361206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	87.59299999999999	32.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0130_01_000000013166	2846	0.9909748941480642	6	4	2	3	3	False	116184	fragment	False	USA0130_01_000000013166	1.0		0	0	False	False	0.9996486306190491	0					non-mobilizable	chromosome	1189.0	95.038	95.0	0.00026833477682058134	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0179_000000002782	9145	0.9909736505195412	7	4	1	2	4	False	130594	fragment	False	ISR0179_000000002782	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5459.0	97.47200000000001	65.0	0.9709499198003921	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0100_000000002151	7816	0.9909736505195412	7	4	1	2	4	False	130592	fragment	False	AST0100_000000002151	0.9738164545237349		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5382.0	98.792	69.0	0.9572268757797184	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0173_000000002284	7288	0.9909736505195412	6	4	1	2	4	False	130592	fragment	False	AST0100_000000002151	0.6490509161132306		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5287.0	98.48700000000001	72.0	0.9402958474425236	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0013_000000003285	7077	0.9909736505195412	7	4	1	2	4	False	130592	fragment	False	AST0100_000000002151	0.9415967171771079		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5269.0	98.804	74.0	0.9370878631260025	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0081_000000012135	2167	0.9909692524429496	3	3	2	3	2	False	61668	maximal	True	ENG0081_000000012135	1.0		1	1	False	False	0.9986156225204468	0					non-mobilizable	no_good_hit	992.0	97.883	46.0	0.00033374959417935317	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
DEN0047_000000000362	4387	0.9909556939538596	5	3	2	2	2	False	92796	maximal	True	DEN0047_000000000362	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.818804151841334e-07	LR535845.1	bony fishes	Mastacembelus armatus genome assembly, chromosome: 13	True	False
FIJ0142_000000029444	1249	0.9909543041407208	1	1	1	1	1	True	40163	fragment	False	FIJ0142_000000029444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0033_01_000000003937	2779	0.9909498193415508	4	4	2	4	2	False	32907	fragment	False	ISR0106_000000008453	0.9837340876944838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000011708	2171	0.990946968057732	3	2	2	2	2	False	100436	fragment	False	AUS0016_000000011195	0.5579562701134964		0	0	False	False	0.9972363114356995	0					non-mobilizable	no_good_hit	131.0	78.626	6.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
ISR0223_000000001953	10544	0.9909465684375229	11	3	1	2	3	False	48963	maximal	True	ISR0223_000000001953	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000006157	5073	0.990944436543757	9	4	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9809542880250631	PS607|PS904	0	0	True	True	1.0	230		MOBP			mobilizable	plasmid	4787.0	98.475	99.0	0.9595573440643863	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0005_01_000000007288	4988	0.990944436543757	8	4	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9706130297653228	PS607|PS904	0	0	True	True	1.0	72		MOBP			mobilizable	plasmid	3126.0	98.976	100.0	0.6255533199195171	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0107_000000006020	4986	0.990944436543757	9	4	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9708469317502193	PS607|PS904	0	0	True	True	0.9997994303703308	44		MOBP			mobilizable	plasmid	3124.0	99.008	100.0	0.6255533199195171	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0056_01_000000004611	4968	0.990944436543757	9	4	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9704482874513294	PS607|PS904	0	0	True	True	1.0	8		MOBP			mobilizable	plasmid	3255.0	98.833	100.0	0.6515090543259557	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0838_000000003221	5867	0.9909428651523964	8	8	4	5	6	True	31755	fragment	False	ISR0838_000000003221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	0.00014776954904210563	NZ_WHOS01000002.1	a-proteobacteria	Azospirillum melinis strain TMCY0552 NODE_2_length_345133_cov_42.137969_1-345133, whole genome shotgun sequence	True	True
ISR0129_000000003011	3862	0.9909418714170212	9	2	1	2	1	False	31811	fragment	False	ISR0129_000000003011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	1.0	0.003723840023832576	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
ENG0050_000000003275	6509	0.990941815543658	8	6	6	6	5	False	75143	fragment	False	ENG0050_000000003275	0.9739642108657102		0	0	False	False	0.9995390772819519	0					non-mobilizable	no_good_hit	289.0	80.277	5.0	0.00012538228444768665	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0061_000000010586	1463	0.9909386739041658	3	2	2	2	1	False	42963	fragment	False	SPA0061_000000010586	1.0		0	0	False	False	0.9931647181510925	0					non-mobilizable	chromosome	1464.0	99.65799999999999	100.0	0.00026580301580138066	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
ISR0156_000000002405	10599	0.99093697088773	10	5	1	2	5	False	130595	maximal	True	ISR0156_000000002405	1.0	PS1004|PS1005|PS1006|PS1103|PS879|PS961|PS964	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5289.0	98.223	57.0	0.9402958474425236	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0039_000000002078	10619	0.9909346240258258	13	11	3	4	10	False	113972	fragment	False	SPA0039_000000002078	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6859.0	98.90700000000001	100.0	0.04267435058064998	CP025740.1	enterobacteria	Escherichia coli strain Ec40 plasmid unnamed	False	True
ISR0388_000000001588	13198	0.9909322602777524	19	10	6	7	8	True	126527	maximal	True	ISR0388_000000001588	1.0	PS622|PS624|PS862|PS966	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3137.0	91.90299999999999	61.0	0.388217710798356	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0029_000000001745	2058	0.9909315541634472	3	2	2	1	1	False	18997	maximal	True	MAD0029_000000001745	1.0		1	1	False	False	0.999028205871582	0					non-mobilizable	no_good_hit								True	False
CHI0086_000000000991	4540	0.990928979149418	6	5	0	2	5	False	125571	maximal	True	CHI0086_000000000991	0.9993476842791912		3	2	True	True	0.9997797608375549	26	ColRNAI_rep_cluster_1987	MOBP		MOB_unknown	mobilizable	plasmid	3274.0	99.26700000000001	100.0	0.734052111410602	KM107843.1	enterobacteria	Escherichia coli strain G5 plasmid pSYM7, complete sequence	False	True
CHI0149_000000003461	4520	0.990928979149418	5	5	0	2	5	False	125571	maximal	False	CHI0086_000000000991	0.9993448351168377		0	0	True	True	1.0	204	ColRNAI_rep_cluster_1987,rep_cluster_2358	MOBP		MOB_unknown	mobilizable	plasmid	4324.0	99.445	100.0	0.9699011680143755	KM107843.1	enterobacteria	Escherichia coli strain G5 plasmid pSYM7, complete sequence	False	True
FIJ0122_000000003111	5669	0.9909279212791292	8	8	6	7	5	False	45549	maximal	True	FIJ0122_000000003111	1.0		0	0	False	False	0.9998236298561096	0	IncFII,rep_cluster_2272				non-mobilizable	plasmid	3510.0	99.23100000000001	100.0	0.027628833510491713	CP016763.1	enterobacteria	Citrobacter freundii strain B38 plasmid pOZ172, complete sequence	False	True
ISR0136_000000005398	1626	0.9909262889127396	1	1	1	1	1	False	111856	fragment	False	ISR0265_000000008549	0.3953519414530396		0	0	False	False	1.0	0					non-mobilizable	other	1630.0	94.23299999999999	100.0	0.0025929802837757624	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0009_000000017585	1582	0.9909262889127396	1	1	1	1	1	False	111856	fragment	False	ISR0265_000000008549	0.27251043530113295		0	0	False	False	0.999367892742157	0					non-mobilizable	other	1584.0	96.338	100.0	0.0025211746759173565	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0371_000000001678	7198	0.9909198012455896	8	4	3	4	2	True	128739	maximal	False	AST0047_000000002732	0.9168662226995185	PS1048|PS850	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1423.0	93.535	22.0	0.3265915881406573	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	True
AST0047_000000002732	7143	0.9909198012455896	7	4	3	4	2	True	128739	maximal	True	AST0047_000000002732	0.9577773743136145	PS1048|PS850	1	1	True	True	1.0	59					non-mobilizable	no_good_hit	1446.0	93.63799999999999	21.0	0.3318777292576419	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	True
MON0069_000000010093	4346	0.9909190071133848	6	5	4	5	2	False	10509	maximal	True	MON0069_000000010093	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	78.283	40.0	0.000521253674320112	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0139_000000009720	2085	0.9909183893629318	3	1	1	1	1	False	57864	maximal	True	ENG0139_000000009720	1.0		0	0	False	False	0.9971222877502441	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
SPA0099_000000000290	27874	0.9909179849084117	24	22	6	10	20	True	87875	fragment	False	SPA0099_000000000290	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	27813.0	99.99600000000001	100.0	0.10389862673899075	CP061755.1	enterobacteria	Escherichia coli O18ac:H14 strain 873.10 plasmid unnamed1, complete sequence	False	True
ENG0012_000000006961	3453	0.9909153766429732	7	3	1	3	1	False	67084	maximal	True	ENG0012_000000006961	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1588.0	98.992	82.0	0.05596896490918709	MK233074.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_2_c1 sequence	True	False
FIJ0104_000000017303	1573	0.9909152973553006	2	2	1	2	1	False	42485	fragment	False	TAN0009_000000026020	0.9628025925154623		0	0	False	False	0.9993642568588257	0					non-mobilizable	no_good_hit	621.0	77.295	39.0	0.00018521518993441273	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0123_000000001026	11617	0.9909151992650344	9	7	3	3	6	False	98116	maximal	True	ENG0123_000000001026	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	5834.0	99.96600000000001	100.0	0.055705172282068914	CP057842.1	enterobacteria	Escherichia coli strain RHB13-C06 plasmid pRHB13-C06_2, complete sequence	False	True
ENG0100_000000014243	2129	0.9909147102533332	4	4	3	4	2	False	115015	fragment	False	ENG0100_000000014243	1.0		0	0	False	False	0.9995303153991699	0					non-mobilizable	no_good_hit	648.0	76.235	30.0	0.0001453502873899442	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0840_000000001173	9131	0.9909144323729292	14	8	5	5	8	True	124127	fragment	False	ISR0840_000000001173	0.9855971896955503		0	0	False	False	1.0	0					non-mobilizable	other	6431.0	99.72	100.0	0.0018070355792097043	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0053_000000004848	5415	0.9909094521759853	5	4	3	4	2	True	124712	fragment	False	ISR0038_000000004953	0.9688061848256023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2235.0	79.23899999999999	64.0	0.004587683512568036	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0027_000000006058	3474	0.9909059371393464	4	3	2	2	2	False	91970	fragment	False	ENG0027_000000006058	1.0		0	0	False	False	0.9994242787361145	0					non-mobilizable	no_good_hit	3044.0	86.071	89.0	0.0005225965402852288	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ENG0083_000000001471	15471	0.9909041282286802	20	20	3	17	20	True	82252	fragment	False	ENG0083_000000001471	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	15394.0	100.0	100.0	0.11202159943527083	CP048296.1	enterobacteria	Escherichia coli strain CVM N18EC0432 plasmid pN18EC0432-2, complete sequence	False	True
ISR0017_000000000929	29605	0.9909004392857236	19	9	6	8	5	True	107251	fragment	False	ISR0017_000000000929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	408.0	95.833	1.0	0.00014139799888827125	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0021_000000006172	3638	0.9909003259937956	7	4	3	4	2	False	37642	maximal	True	ISR0021_000000006172	1.0		1	1	False	False	0.9978010058403015	0					non-mobilizable	no_good_hit	809.0	76.143	22.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
MON0087_000000007423	6044	0.990896968792421	9	6	4	4	6	True	124115	fragment	False	ENG0028_000000002063	0.3242582173502529		0	0	False	False	1.0	0					non-mobilizable	other	6047.0	97.999	100.0	0.0016988382700346288	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0087_000000012929	3737	0.9908959116194224	4	2	2	2	1	False	9707	maximal	True	MON0087_000000012929	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	75.862	7.0	0.0009507692420643807	NZ_SPFR01000002.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_2_length_272411_cov_57.815, whole genome shotgun sequence	True	False
ISR0293_000000004030	8829	0.9908899663560504	9	8	4	5	7	False	30822	maximal	True	ISR0293_000000004030	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	5880.0	100.0	73.0	0.0820802792321117	CP051737.1	enterobacteria	Escherichia coli strain SCU-108 plasmid pSCU-108-2, complete sequence	True	False
TAN0004_000000000474	5459	0.9908894234606536	7	2	0	2	0	True	57979	fragment	False	TAN0004_000000000474	1.0		0	0	False	False	0.9935885667800903	0					non-mobilizable	no_good_hit								True	True
MON0107_000000015786	3555	0.9908894234606536	4	2	0	2	0	True	49547	fragment	False	MON0107_000000015786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0141_000000009705	3645	0.9908857900463968	4	3	1	2	3	False	115535	fragment	False	ISR0141_000000009705	1.0		0	0	False	False	0.9975308775901794	0					non-mobilizable	chromosome	2610.0	98.62100000000001	96.0	0.0008210897452667565	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0192_000000002414	7878	0.990883849498016	5	5	5	5	5	False	90125	fragment	False	ISR0192_000000002414	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7739.0	99.98700000000001	98.0	0.13317728860816136	CP056752.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00216 plasmid pRHBSTW-00216_2, complete sequence	False	True
AST0118_000000014920	2057	0.9908775732395456	2	2	2	2	2	False	105895	fragment	False	AST0118_000000014920	1.0		0	0	False	False	0.9970831274986267	0					non-mobilizable	no_good_hit								True	False
SPA0100_000000017324	1646	0.9908773642232326	2	2	2	2	2	False	103893	fragment	False	SPA0040_000000020795	0.5890732480403738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0024_000000019278	1817	0.9908738959252372	5	3	1	3	3	False	121187	fragment	False	AST0024_000000019278	1.0		0	0	False	False	0.9845899939537048	0					non-mobilizable	no_good_hit	1479.0	98.648	81.0	0.030669627108796248	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
ISR0822_000000003396	2046	0.990872449986886	3	2	1	1	2	False	22047	fragment	False	ISR0822_000000003396	0.9944444444444445		0	0	False	False	0.9995112419128418	0					non-mobilizable	no_good_hit	1039.0	87.199	51.0	0.0002653544738379717	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ISR0791_000000009663	1890	0.990872449986886	3	2	1	1	2	False	22047	fragment	False	ISR0822_000000003396	0.9567448680351907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	87.45299999999999	56.0	0.0002707384776549741	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
MAD0102_000000000709	16722	0.9908723981948075	15	12	2	7	9	True	15054	fragment	False	MAD0102_000000000709	1.0		0	0	False	False	1.0	0	IncHI1A		MPF_F		non-mobilizable	no_good_hit	10414.0	89.31200000000001	86.0	0.03353178698591259	CP031135.1	enterobacteria	Escherichia coli strain CFSAN064035 plasmid pGMI17-003_1, complete sequence	True	True
MAD0014_000000024553	1395	0.9908716676086524	3	2	2	2	2	False	19489	maximal	True	MAD0014_000000024553	1.0		1	1	False	False	0.9942652583122253	0					non-mobilizable	no_good_hit	242.0	95.868	30.0	7.466359384498221e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0126_000000031784	1419	0.9908687710576524	3	1	1	1	1	False	66096	maximal	True	SPA0126_000000031784	1.0		0	0	False	False	0.9809725284576416	0					non-mobilizable	no_good_hit	920.0	99.348	65.0	0.0012729289971563403	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
CAN0021_000000033138	1318	0.9908687710576524	1	1	1	1	1	False	101761	fragment	False	ISR0004_000000012649	0.1065408041680746		0	0	False	False	0.9893778562545776	0					non-mobilizable	other	943.0	98.834	95.0	0.0013034017261415846	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0026_000000030352	1157	0.9908687710576524	1	1	1	1	1	False	101761	fragment	False	ISR0004_000000012649	0.17832235664379592		0	0	False	False	0.9982714056968689	0					non-mobilizable	other	1169.0	97.861	99.0	0.001617824884307514	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0258_000000000092	52367	0.9908667639607373	57	21	11	19	11	True	130801	maximal	False	ISR0079_000000000160	0.5674578870713463		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1113.0	82.39	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0088_000000000136	37010	0.9908586197814302	38	18	9	18	11	True	80304	maximal	True	MON0088_000000000136	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	0.0010316457328553375	NZ_AFWT01000045.1	g-proteobacteria	Thiorhodococcus drewsii AZ1 ctg162, whole genome shotgun sequence	True	True
FIJ0126_000000003828	8505	0.990858573720574	8	7	6	7	4	True	64259	maximal	True	FIJ0126_000000003828	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00011946889894990958	NZ_FNHC01000006.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	True
AUS0022_000000004153	8377	0.9908567531163094	8	5	4	5	2	False	112326	maximal	True	AUS0022_000000004153	0.9395185677996856		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	95.28299999999999	9.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0096_000000008168	5035	0.9908559302477798	7	5	4	5	4	False	122366	fragment	False	DEN0096_000000008168	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5035.0	97.736	100.0	0.02979279977747134	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ISR0183_000000011319	2938	0.9908532833532064	4	4	2	3	4	True	29479	maximal	True	ISR0183_000000011319	1.0		2	2	True	True	0.9996596574783325	1					non-mobilizable	plasmid	2938.0	98.979	100.0	0.9579256360078278	CP056591.1	enterobacteria	Citrobacter freundii strain RHBSTW-00355 plasmid pRHBSTW-00355_6, complete sequence	False	True
ENG0091_000000012369	1936	0.9908518515926924	4	2	2	2	2	False	61180	fragment	False	ENG0091_000000012369	1.0		0	0	False	False	0.9989669322967529	0					non-mobilizable	no_good_hit	108.0	78.704	6.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
CHI0044_000000004890	2866	0.9908513918093924	3	2	1	1	2	True	87262	maximal	True	CHI0044_000000004890	0.9579406631762653		3	3	True	True	0.9958129525184631	8	rep_cluster_1188				non-mobilizable	no_good_hit	1551.0	84.655	63.0	0.7049028677150786	LR822022.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_956 genome assembly, plasmid: pbSTHERMO	True	True
FIJ0148_000000006031	2830	0.9908513918093924	4	2	1	1	2	True	87262	maximal	False	CHI0044_000000004890	0.9578227350435986		0	0	True	True	1.0	9	rep_cluster_1188				non-mobilizable	no_good_hit	1507.0	82.814	63.0	0.6845513413506013	LR822022.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_956 genome assembly, plasmid: pbSTHERMO	True	True
MON0093_000000002626	11402	0.9908506793212682	10	3	3	3	3	False	65395	fragment	False	MON0093_000000002626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	77.751	4.0	0.00014650085358810597	LR134354.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain NCTC11817 genome assembly, chromosome: 1	True	False
FIJ0137_000000005760	1949	0.9908491635876088	5	4	3	3	2	False	50611	fragment	False	FIJ0137_000000005760	0.9981060606060606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	90.637	52.0	0.013256254360609987	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0003_000000002880	3608	0.9908400978933471	6	5	4	4	3	False	90991	maximal	True	CHI0003_000000002880	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	85.387	30.0	0.00029298685529683413	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0779_000000025440	1368	0.9908354106687729	1	1	1	1	1	False	60276	fragment	False	ISR0779_000000025440	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1030.0	99.61200000000001	100.0	0.0002877427462402593	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0199_000000008568	2890	0.9908350024058185	4	2	2	2	1	False	54291	maximal	True	ENG0199_000000008568	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	72.35	7.0	7.53414825918327e-05	NZ_CP032098.1	e-proteobacteria	Arcobacter molluscorum LMG 25693 strain CECT 7696 chromosome, complete genome	True	False
ISR0074_000000004899	5372	0.9908349108702444	5	4	4	4	3	False	107281	fragment	False	ISR0182_000000005551	0.9497446187522802		0	0	False	False	0.9998138546943665	0					non-mobilizable	no_good_hit	562.0	73.843	10.0	0.0001609650216895273	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ISR0199_000000004469	5874	0.990834676430046	8	4	1	2	4	False	28826	maximal	True	ISR0199_000000004469	1.0		2	2	True	True	1.0	17					non-mobilizable	no_good_hit	1608.0	99.689	84.0	0.10256573908603524	KX783439.1	enterobacteria	Enterobacter cloacae strain EC4365 plasmid pEC4365, complete sequence	True	True
ISR0093_000000011741	2115	0.9908335892097578	4	3	1	3	3	False	33520	fragment	False	ISR0093_000000011741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0024_000000013041	2062	0.9908332375863382	3	3	3	3	2	False	66239	fragment	False	SPA0001_000000015774	0.9788076385654401		0	0	False	False	1.0	0					non-mobilizable	chromosome	2062.0	99.758	100.0	0.00038663681127621286	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ENG0180_000000001451	8476	0.990833014809526	12	3	1	3	2	False	55357	fragment	False	ENG0180_000000001451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0004668600127325458	NZ_FUWX01000016.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	False
SPA0090_000000005102	5955	0.9908306061865044	8	3	2	2	3	False	5385	maximal	True	SPA0090_000000005102	1.0		1	1	False	False	0.9998320937156677	0					non-mobilizable	no_good_hit	1004.0	94.323	41.0	0.017757771240208414	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0034_01_000000005102	10905	0.9908298990500342	12	8	5	8	4	True	128647	backbone	False	USA0062_01_000000002421	0.9953344496453901	PS1039|PS770|PS805	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	2261.0	78.328	34.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0030_01_000000001509	10479	0.9908298416242364	8	8	7	8	5	True	106684	fragment	False	DEN0070_000000002811	0.9417603963937926		0	0	False	False	1.0	0					non-mobilizable	other	9228.0	91.79700000000001	100.0	0.8386392577769692	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0813_000000007088	4018	0.9908297607069396	6	4	2	2	3	False	91971	fragment	False	ISR0813_000000007088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3523.0	85.18299999999999	88.0	0.0006041104295013951	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ENG0062_000000001795	10485	0.9908286746820736	14	7	6	7	4	True	99221	backbone	False	ENG0181_000000001971	0.24940272721035875	PS555	0	0	True	True	0.9998092651367188	17	rep_cluster_78				non-mobilizable	plasmid	4913.0	93.62899999999999	94.0	0.4210979918986469	CP021604.1	other sequences	Unidentified plasmid plasmid FAKO03_2027, complete sequence	False	True
AST0007_000000003326	5532	0.9908260326491284	5	5	3	3	3	False	127362	maximal	True	AST0007_000000003326	1.0		5	3	False	False	0.9998192191123962	0					non-mobilizable	no_good_hit	116.0	97.414	2.0	0.003184801573015038	NZ_JAAIUL010000026.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_26_length_36109_cov_396.316, whole genome shotgun sequence	True	False
AST0106_000000000671	23298	0.9908221843006364	16	15	6	9	14	False	107540	maximal	True	AST0106_000000000671	1.0		1	1	False	False	1.0	0					non-mobilizable	virus	14623.0	97.928	99.0	0.11553693529900004	MH445380.1	viruses	Escherichia virus P1 isolate transconjugant 2(L-II), complete genome	False	False
CHI0018_000000005994	2855	0.9908212938762336	5	4	3	3	3	True	89574	maximal	True	CHI0018_000000005994	1.0		2	1	False	False	0.9992994666099548	0					non-mobilizable	no_good_hit	1060.0	99.15100000000001	37.0	0.00038943361334763463	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	True
USA0134_01_000000000267	38324	0.990820896804302	53	19	10	15	13	True	91918	maximal	True	USA0134_01_000000000267	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1928.0	77.075	8.0	0.1415059209056379	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
FIJ0007_000000005355	3153	0.9908190428779844	3	3	1	3	3	False	82330	fragment	False	FIJ0007_000000005355	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3153.0	99.11200000000001	100.0	0.022061087936392398	KY020154.1	enterobacteria	Klebsiella pneumoniae strain Kpn-431, plasmid pKPN-431cz, complete sequence	False	True
MAD0083_000000000657	9117	0.9908189237851738	8	8	5	6	8	False	103519	fragment	False	MAD0083_000000000657	0.9751912960306073		0	0	False	False	0.9998903274536133	0		MOBF			mobilizable	plasmid	9118.0	97.916	100.0	0.1702183291933586	CP051658.1	enterobacteria	Escherichia coli strain SJ7 plasmid pSJ7-2	False	True
FIJ0164_000000011598	1964	0.9908174296488698	4	2	1	2	2	True	125361	fragment	False	FIJ0114_000000005988	0.030969485671087614		0	0	False	False	1.0	0					non-mobilizable	other	1964.0	98.829	100.0	0.0005602661421152316	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0096_000000004613	3644	0.9908137096280246	6	4	4	4	2	True	37917	fragment	False	MAD0096_000000004613	1.0		0	0	False	False	0.988199770450592	0					non-mobilizable	no_good_hit	976.0	92.725	41.0	0.0004304913252686487	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ISR0324_000000000388	42635	0.9908045741841468	73	16	5	12	6	False	24961	maximal	True	ISR0324_000000000388	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	78.0	82.051	0.0	0.0018249063214754975	NC_028671.2	viruses	Enterococcus phage vB_EfaS_IME197, complete genome	True	True
ISR0814_000000009318	4137	0.9908013415403032	6	4	4	4	4	False	73024	maximal	True	ISR0814_000000009318	1.0		0	0	False	False	0.9944404363632202	0					non-mobilizable	no_good_hit	1428.0	99.58	37.0	0.00039599891141954227	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0824_000000005599	3345	0.9907979826299198	7	5	5	5	5	False	125080	fragment	False	ENG0060_000000005592	0.09584556664709336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.419	8.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ENG0141_000000016252	1646	0.990792167749904	2	1	1	1	1	False	97034	fragment	False	SPA0110_000000011423	0.9231783750177144		0	0	False	False	0.9963548183441162	0					non-mobilizable	no_good_hit	804.0	91.791	49.0	0.00029772268134540956	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ENG0112_000000023330	1185	0.990792167749904	3	1	1	1	1	False	65652	fragment	False	ENG0112_000000023330	1.0		0	0	False	False	0.9949367046356201	0					non-mobilizable	no_good_hit	625.0	71.68	52.0	0.00010750530483371159	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ISR0137_000000010762	2409	0.9907918588569344	3	3	3	2	1	True	87811	maximal	True	ISR0137_000000010762	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	93.603	25.0	0.00017189975316586877	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0288_000000009216	3259	0.990787115653169	6	3	2	3	2	True	125365	fragment	False	ISR0288_000000009216	1.0		0	0	False	False	0.9996931552886963	0					non-mobilizable	other	3259.0	99.23299999999999	100.0	0.0009298762562462682	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0015_000000007224	2903	0.990787115653169	6	3	2	3	2	False	125364	fragment	False	SPA0015_000000007224	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2903.0	98.34700000000001	100.0	0.0008282691515121763	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0141_000000001073	26634	0.9907859487930181	27	25	4	8	25	True	80380	fragment	False	FIJ0141_000000001073	0.980713151218295		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	26598.0	98.601	100.0	0.23498258209403902	CP027378.1	enterobacteria	Escherichia coli strain 2013C-4404 plasmid unnamed2	False	True
SPA0105_000000000444	36564	0.9907853837973636	37	15	10	12	11	True	111628	maximal	True	SPA0105_000000000444	1.0	PS24	1	1	False	True	1.0	0					non-mobilizable	other	15887.0	99.962	92.0	0.34392725698203075	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0170_000000000115	75109	0.9907831966222848	78	26	17	24	14	True	69861	maximal	True	ISR0170_000000000115	1.0		1	1	False	False	0.9999334216117859	0					non-mobilizable	no_good_hit	68.0	98.529	0.0	2.1311896746086882e-05	CP017831.1	firmicutes	Butyrivibrio hungatei strain MB2003 chromosome I, complete sequence	True	True
MAD0057_000000001456	9230	0.9907822933686892	7	7	4	5	7	True	20352	maximal	True	MAD0057_000000001456	1.0		1	1	True	True	1.0	3	ColE10	MOBQ			mobilizable	no_good_hit	5885.0	94.613	81.0	0.6285561497326203	AP022023.1	enterobacteria	Klebsiella sp. WP3-S18-ESBL-05 plasmid pWP3-S18-ESBL-05_3 DNA, complete genome, strain: WP3-S18-ESBL-05	True	True
FIJ0002_000000027134	1405	0.9907809007835372	4	1	1	1	1	False	92780	fragment	False	CAN0016_000000028777	0.3216948347317439		0	0	False	False	0.9950177669525146	0					non-mobilizable	other	1405.0	99.00399999999999	100.0	0.00040072015462546366	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0210_000000001464	11739	0.9907757429514276	12	5	4	5	5	False	67004	fragment	False	ENG0210_000000001464	1.0		0	0	False	False	0.999914824962616	0					non-mobilizable	no_good_hit	134.0	97.76100000000001	1.0	4.476702131347787e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0132_000000000641	31027	0.9907749961110316	34	19	15	16	12	False	128705	maximal	True	SPA0132_000000000641	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7674.0	97.55	82.0	0.1716984087908153	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0029_000000001727	20119	0.9907743652021926	29	16	9	11	14	False	123907	maximal	True	ISR0029_000000001727	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	9894.0	100.0	49.0	0.09872465272233753	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0776_000000003322	8011	0.9907691314021037	11	7	5	5	6	True	58965	maximal	True	ISR0776_000000003322	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.02735562310030395	XM_018832217.1	ascomycetes	Fonsecaea erecta hypothetical protein (AYL99_00701), partial mRNA	True	True
FIJ0126_000000004151	7916	0.9907601617291948	11	2	1	1	2	True	41169	maximal	True	FIJ0126_000000004151	1.0		2	1	False	False	0.999873697757721	0					non-mobilizable	no_good_hit	60.0	98.333	1.0	0.004126162668718092	XM_034384253.1	thrips	PREDICTED: Thrips palmi mucin-17-like (LOC117644642), mRNA	True	True
SPA0130_000000002598	12125	0.9907594023817216	14	10	7	9	9	True	67666	fragment	False	SPA0130_000000002598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	93.617	0.0	1.4149501168564237e-05	CP030918.1	a-proteobacteria	Paracoccus sp. SC2-6 chromosome, complete genome	True	True
FIJ0068_000000005890	5110	0.9907545404264426	9	8	2	3	7	False	45118	maximal	True	FIJ0068_000000005890	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1845.0	94.743	92.0	0.000383364602876798	CP061754.1	enterobacteria	Escherichia coli O18ac:H14 strain 873.10 chromosome, complete genome	False	False
ITA0006_000000001416	15547	0.9907514249345212	19	13	6	12	6	True	132454	fragment	False	ITA0006_000000001416	1.0		0	0	False	True	0.9971698522567749	0					non-mobilizable	no_good_hit	2809.0	97.40100000000001	31.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0069_000000007515	3222	0.9907476272968256	5	4	1	2	2	True	97219	backbone	True	SPA0069_000000007515	0.9838668705931766	PS525	2	1	True	True	1.0	47					non-mobilizable	no_good_hit	673.0	98.21700000000001	53.0	0.24560761346998536	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0155_000000002515	11050	0.9907448712681554	14	13	10	13	9	False	117061	fragment	False	ISR0155_000000002515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	94.40299999999999	22.0	0.00407840903205759	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
ISR0174_000000001475	17031	0.9907446321009488	12	6	4	6	4	True	107249	fragment	False	ISR0066_000000001527	0.9562500974183998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	76.952	2.0	0.0022073947724878342	NZ_JAAIPW010000010.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_10_length_119598_cov_282.667, whole genome shotgun sequence	True	True
DEN0073_000000013054	3710	0.9907434975774267	4	3	3	3	1	True	94904	maximal	True	DEN0073_000000013054	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	70.623	27.0	0.010227460369881109	NZ_VEJE01000021.1	firmicutes	Paenibacillus ihbetae strain DE00C1 NODE_21_length_96896_cov_14.431434, whole genome shotgun sequence	True	True
USA0034_01_000000002726	17927	0.9907427750048696	23	9	6	8	4	True	86174	fragment	False	USA0034_01_000000002726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	75.107	3.0	0.004830258418825407	NZ_QGDL01000020.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_120, whole genome shotgun sequence	True	True
MAD0089_000000006837	3216	0.9907402915876654	5	1	1	1	1	False	15843	maximal	True	MAD0089_000000006837	1.0		1	1	False	False	0.9925373196601868	0					non-mobilizable	no_good_hit								True	False
BAN0013_000000000047	3945	0.9907395127807376	6	4	2	3	4	False	98715	maximal	True	BAN0013_000000000047	1.0		1	1	False	False	0.9987325668334961	0					non-mobilizable	no_good_hit	2398.0	94.579	84.0	0.0004904332774426268	AP009240.1	enterobacteria	Escherichia coli SE11 DNA, complete genome	True	False
ISR0350_000000001213	10777	0.9907373472538988	8	7	4	6	7	False	98111	maximal	True	ISR0350_000000001213	1.0		1	1	False	False	0.9973090887069702	0	IncFIB				non-mobilizable	plasmid	7161.0	97.04	100.0	0.04775344622816499	CP056585.1	enterobacteria	Escherichia coli strain RHBSTW-00357 plasmid pRHBSTW-00357_2, complete sequence	False	True
ISR0092_000000003249	6051	0.9907278897307168	11	4	2	4	3	False	118030	fragment	False	ISR0092_000000003249	0.9553321756161172		0	0	False	False	0.9953726530075073	0					non-mobilizable	no_good_hit	3861.0	98.49799999999999	68.0	0.3245857515350324	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
MON0069_000000029359	1748	0.9907268199172052	3	2	2	2	2	False	13893	fragment	False	MON0069_000000029359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	92.845	34.0	0.00016313463479138393	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0175_000000001857	13978	0.9907243632053822	20	6	3	6	2	False	118840	maximal	True	ISR0175_000000001857	1.0	PS798|PS813|PS814	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	5891.0	98.43799999999999	72.0	0.4942383716040037	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
ETH0005_000000038326	1181	0.9907210607835486	1	1	1	1	1	False	52681	fragment	False	ETH0005_000000038326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	88.889	4.0	1.5025387783062085e-05	NC_014836.1	bacteria	Desulfurispirillum indicum S5, complete genome	True	False
ISR0042_000000012274	2405	0.9907208789228183	5	1	1	1	1	False	36366	fragment	False	ISR0042_000000012274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0787_000000008005	1806	0.9907208789228183	4	1	1	1	1	False	22132	fragment	False	ISR0787_000000008005	1.0		0	0	False	False	0.9994462728500366	0					non-mobilizable	no_good_hit								True	False
TAN0027_000000001211	5159	0.9907184205959828	8	3	2	2	2	True	2316	maximal	True	TAN0027_000000001211	1.0		2	1	True	True	1.0	33					non-mobilizable	no_good_hit	774.0	79.97399999999999	24.0	0.22189866045428072	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
SPA0010_000000000187	38000	0.9907167391911492	42	22	16	17	11	True	53859	maximal	False	ENG0208_000000000261	0.9511770328212862		0	0	True	True	0.9999736547470093	106					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.00019587648408029673	AC182567.2	eudicots	Erythranthe guttata clone MGBa-50E20, complete sequence	True	True
SPA0122_000000002945	10824	0.9907126700815018	9	8	7	8	8	False	103706	fragment	False	SPA0122_000000002945	1.0		0	0	False	False	0.9995380640029907	0					non-mobilizable	no_good_hit	1758.0	82.08200000000001	27.0	0.00027267394409701397	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ISR0220_000000003195	3109	0.9907079990558352	3	2	2	2	2	False	27998	maximal	True	ISR0220_000000003195	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.9644556309278984e-05	NZ_CP053849.1	e-proteobacteria	Campylobacter upsaliensis RM3940 chromosome, complete genome	True	False
ISR0379_000000006161	3600	0.9907046203240272	4	3	2	3	2	False	23226	maximal	True	ISR0379_000000006161	1.0		1	1	False	False	0.9997222423553467	0					non-mobilizable	no_good_hit	1797.0	78.464	50.0	0.020765486570718212	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ISR0202_000000002190	5266	0.9907036962158404	5	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9678994508017705	PS1015|PS542	0	0	True	True	0.989745557308197	22	rep_cluster_2131	MOBQ			mobilizable	plasmid	5146.0	99.94200000000001	100.0	0.9955495356037152	CP045284.1	enterobacteria	Escherichia coli strain LAU-OXA plasmid pLAU-OXA7, complete sequence	False	True
ISR0174_000000005217	5226	0.9907036962158404	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9691569474101804	PS1015|PS542	0	0	True	True	1.0	35	rep_cluster_2131	MOBQ			mobilizable	other	5062.0	96.91799999999999	100.0	0.9593078532040312	LM996376.1	enterobacteria	Escherichia coli genome assembly FHI66, scaffold scaffold-7_contig-25.0_1_5259_[organism:Escherichia	False	True
MAD0032_000000000960	11471	0.9907026304161246	14	6	3	6	5	False	18934	maximal	True	MAD0032_000000000960	1.0		1	1	False	False	0.9987795352935791	0					non-mobilizable	no_good_hit	1857.0	78.029	18.0	0.0005680655098372396	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0181_000000006262	2993	0.9907026222914768	5	5	2	4	2	True	130268	backbone	False	FIJ0135_000000009121	0.01134407593725295	PS1090	0	0	True	True	1.0	138					non-mobilizable	no_good_hit	1769.0	84.90700000000001	63.0	0.42867683226758485	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0284_000000002651	3556	0.9907019797855344	5	5	3	3	4	True	98156	fragment	False	ISR0135_000000004995	0.9561918371434334		0	0	False	False	1.0	0					non-mobilizable	plasmid	3556.0	99.775	100.0	0.038886032749587074	CP057857.1	enterobacteria	Escherichia coli strain RHB13-C01 plasmid pRHB13-C01_4, complete sequence	False	True
SPA0121_000000002653	5412	0.9907016201765332	8	4	3	2	4	False	4141	maximal	True	SPA0121_000000002653	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	99.057	4.0	0.0007272273936170212	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
ISR0139_000000001639	11391	0.9906987251979791	10	7	5	5	5	False	31322	maximal	True	ISR0139_000000001639	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1912.0	82.897	17.0	0.0005737153444309858	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0040_000000000419	20404	0.9906980056868054	21	12	11	9	8	True	87731	maximal	True	CHI0040_000000000419	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	95.205	41.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ENG0059_000000002725	4490	0.990695728111721	5	3	0	2	3	False	63394	maximal	True	ENG0059_000000002725	1.0		1	1	True	True	1.0	681	ColRNAI_rep_cluster_1987,ColRNAI_rep_cluster_1987	MOBP		MOBP	mobilizable	plasmid	3363.0	99.851	100.0	0.05584346555046176	MH514861.1	enterobacteria	Escherichia coli strain TcEc20/2xEcTOP plasmid pEc20/2xEcTOP, partial sequence	False	True
DEN0061_000000001283	16837	0.9906945924793682	26	15	10	13	11	True	125417	fragment	False	SPA0098_000000001538	0.4890266172588787		0	0	False	False	1.0	0					non-mobilizable	other	16837.0	99.869	100.0	0.004805216896919021	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0149_000000026463	1517	0.9906924260130302	2	2	2	1	1	False	3285	fragment	False	SPA0149_000000026463	1.0		0	0	False	False	0.999340832233429	0					non-mobilizable	chromosome	1511.0	94.176	100.0	0.0002836335073600702	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
FIJ0006_000000012314	2847	0.9906913234759548	3	2	1	2	0	True	51754	maximal	True	FIJ0006_000000012314	1.0		1	1	False	False	0.9996487498283386	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.29515503322686e-06	NZ_UGSY01000001.1	g-proteobacteria	Pasteurella testudinis strain NCTC12150, whole genome shotgun sequence	True	True
FIJ0122_000000007235	2255	0.9906913234759548	2	2	1	2	0	True	113379	fragment	False	FIJ0122_000000007235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	80.017	52.0	0.2342635974740273	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
TAN0002_000000029479	1426	0.9906898255096696	3	1	1	1	1	False	3020	maximal	True	TAN0002_000000029479	1.0		1	1	False	False	0.9530154466629028	0					non-mobilizable	no_good_hit								True	False
ENG0110_000000000035	93621	0.9906894219851264	88	14	4	12	4	True	127415	maximal	False	SPA0046_000000000019	0.7062841842854044		0	0	True	True	1.0	117					non-mobilizable	virus	24866.0	96.755	98.0	0.25399715621387725	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
MAD0099_000000013692	2277	0.9906872695095532	5	3	2	3	3	False	15230	maximal	True	MAD0099_000000013692	1.0		2	1	False	False	0.9881423115730286	0					non-mobilizable	no_good_hit	141.0	76.596	6.0	7.533487435606297e-05	CP032346.1	a-proteobacteria	Azospirillum brasilense strain MTCC4039 plasmid p1, complete sequence	True	False
AST0111_000000002527	7577	0.9906862961159548	7	4	2	4	0	True	106865	maximal	True	AST0111_000000002527	1.0		1	1	False	False	0.9993401169776917	0					non-mobilizable	no_good_hit	2199.0	72.851	31.0	0.6016027475672582	NZ_SZNQ01000002.1	high GC Gram+	Streptomyces lasalocidi strain X-537 Scaffold2, whole genome shotgun sequence	True	True
MAD0040_000000017231	1911	0.9906852622893336	2	1	1	1	1	False	18360	fragment	False	MAD0040_000000017231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0111_000000011186	1533	0.9906852622893336	2	1	1	1	1	False	14507	fragment	False	MAD0111_000000011186	1.0		0	0	False	False	0.9973907470703125	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000004486	5232	0.9906828114046494	7	5	4	5	3	False	61181	maximal	True	ISR0296_000000004486	1.0		0	0	False	False	0.9936926364898682	0					non-mobilizable	no_good_hit	216.0	99.074	4.0	0.0008739055856793295	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
SPA0084_000000000720	14018	0.9906809227294072	21	4	3	4	2	False	69716	fragment	False	SPA0083_000000000579	0.956939826585827		0	0	False	False	0.9991439580917358	0					non-mobilizable	no_good_hit	108.0	82.40700000000001	1.0	2.4355846963937267e-05	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	True	False
TAN0009_000000011174	3194	0.9906778426261172	4	4	4	3	3	True	2709	maximal	True	TAN0009_000000011174	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	5.671464028739398e-05	NZ_SAXT01000001.1	bacteria	Brachyspira aalborgi strain W1 W1_contig1, whole genome shotgun sequence	True	True
DEN0094_000000004877	5858	0.9906777376410008	9	6	4	4	6	True	124115	fragment	False	ENG0028_000000002063	0.32058356296714596		0	0	False	False	1.0	0					non-mobilizable	other	5859.0	98.447	99.0	0.0016460042593205658	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0077_000000004110	2701	0.9906764053921764	3	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.43205553377043326		0	0	False	False	0.9966679215431213	0					non-mobilizable	no_good_hit	1593.0	79.033	58.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0069_000000011161	2022	0.9906752321057568	3	2	2	2	2	False	44994	fragment	False	FIJ0069_000000011161	0.9606287262872629		0	0	False	False	1.0	0					non-mobilizable	other	1840.0	99.348	100.0	0.0006343633742471249	CP000312.1	firmicutes	Clostridium perfringens SM101, complete genome	False	False
MAD0062_000000007268	1927	0.9906752321057568	3	2	2	2	2	False	44994	fragment	False	FIJ0069_000000011161	0.945909396636993		0	0	False	False	1.0	0					non-mobilizable	chromosome	1850.0	99.135	100.0	0.0005466597287101314	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	False	False
ISR0380_000000002479	4584	0.9906744060889264	11	4	3	4	1	False	23194	maximal	True	ISR0380_000000002479	1.0		1	1	False	False	0.9938917756080627	0					non-mobilizable	no_good_hit	783.0	100.0	17.0	0.00017692900124257555	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0330_000000020553	1539	0.990673018096941	3	3	2	3	2	False	24653	fragment	False	ISR0330_000000020553	1.0		0	0	False	False	0.9935022592544556	0					non-mobilizable	no_good_hit	646.0	76.316	64.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0018_000000003904	8188	0.9906726383126336	11	6	4	5	4	True	102874	fragment	False	CAN0018_000000003904	1.0		0	0	False	False	0.9997557401657104	0					non-mobilizable	no_good_hit	1472.0	73.505	18.0	0.008145712117379206	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
DEN0063_000000001323	18094	0.9906702438164152	35	12	2	9	8	False	108169	maximal	True	DEN0063_000000001323	1.0		1	1	False	False	0.9995025992393494	0					non-mobilizable	no_good_hit	76.0	89.47399999999999	0.0	0.00043952388871730297	NZ_FUXZ01000009.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
MAD0056_000000000656	12703	0.9906661199156409	23	7	4	7	4	False	52299	maximal	True	MAD0056_000000000656	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	74.89399999999999	2.0	0.0020458012574623248	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0050_000000001420	13632	0.9906626581579752	21	7	1	5	4	False	66825	fragment	False	ENG0050_000000001420	1.0		0	0	False	False	0.999339759349823	0					non-mobilizable	no_good_hit	1570.0	76.115	23.0	0.11596037834214643	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
CHI0108_000000001817	4075	0.9906615470922484	5	4	2	3	4	True	98160	maximal	True	CHI0108_000000001817	0.9995033523714925		2	2	False	False	1.0	0					non-mobilizable	chromosome	3545.0	97.743	97.0	0.028999226248291984	LT719075.1	enterobacteria	Escherichia coli isolate C700-09 genome assembly, chromosome: I	False	True
MAD0044_000000005874	4027	0.9906615470922484	5	4	2	3	4	True	98160	maximal	False	CHI0108_000000001817	0.9936196319018404		0	0	False	False	0.9985100626945496	0					non-mobilizable	chromosome	3545.0	97.715	97.0	0.028999226248291984	LT719075.1	enterobacteria	Escherichia coli isolate C700-09 genome assembly, chromosome: I	False	True
BAN0018_000000000680	3366	0.9906615470922484	4	4	2	3	4	True	98155	fragment	False	BAN0018_000000000680	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3171.0	99.495	100.0	0.017111378335337515	CP010239.1	enterobacteria	Escherichia coli strain S50 plasmid A, complete sequence	False	True
ENG0187_000000000556	28077	0.9906607889219122	27	13	11	11	7	True	120043	fragment	False	ISR0095_000000000358	0.7661917683620514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	95.0	3.0	0.0005551817809320984	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
MAD0037_000000012551	1116	0.9906580645284916	2	1	1	1	1	False	18595	fragment	False	MAD0037_000000012551	1.0		0	0	False	False	0.9991039633750916	0					non-mobilizable	no_good_hit								True	False
TAN0008_000000003060	4463	0.9906573644475276	5	2	2	2	2	False	53195	maximal	True	TAN0008_000000003060	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	92.686	36.0	0.05267355687747167	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
USA0044_01_000000011409	2536	0.9906568872566762	3	2	2	2	2	False	30268	fragment	False	USA0044_01_000000011409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	71.101	48.0	0.0034543970113435347	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0006_000000002245	7690	0.9906549756487164	8	5	4	3	4	False	102187	fragment	False	ISR0006_000000002245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	97.24600000000001	11.0	0.9987864077669902	GQ875203.1		Uncultured organism clone VC1A044TF genomic sequence	True	False
ISR0065_000000006646	4466	0.9906520268935488	5	4	4	4	4	False	84391	maximal	True	ISR0065_000000006646	1.0		1	1	True	True	0.9912673830986023	4					non-mobilizable	no_good_hit	1767.0	79.00399999999999	39.0	0.02043865485403462	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	True
FIJ0011_000000000463	46259	0.990651550306391	62	8	5	8	5	False	51036	maximal	True	FIJ0011_000000000463	1.0		2	1	False	False	0.9997838139533997	0					non-mobilizable	no_good_hit	1351.0	87.195	3.0	0.0006075824304108529	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	True	False
MON0055_000000018823	1349	0.9906492517353284	4	2	1	2	1	False	79109	fragment	False	MON0055_000000018823	0.9844749768891949		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	98.295	100.0	0.00038473701455493236	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
USA0056_01_000000002767	8836	0.9906477573476642	15	11	5	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9958290436656283	PS932|PS933	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	2174.0	93.28399999999999	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MAD0016_000000000857	4038	0.9906476070422796	5	2	2	2	2	False	19399	maximal	True	MAD0016_000000000857	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	1.0568438566044059e-05	CP040449.1	g-proteobacteria	Aeromonas simiae strain A6 chromosome, complete genome	True	False
AST0149_000000017874	1491	0.9906437916162038	2	1	1	1	1	False	104372	fragment	False	AST0149_000000017874	1.0		0	0	False	False	0.9979879260063171	0					non-mobilizable	no_good_hit								True	False
DEN0068_000000001760	1435	0.9906421834529826	2	2	2	2	2	False	70772	maximal	True	DEN0068_000000001760	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0149_000000003463	4404	0.99064204132996	4	3	3	3	2	True	52157	fragment	False	ISR0149_000000003463	1.0		0	0	False	False	0.9938691854476929	0					non-mobilizable	no_good_hit								True	True
CHI0063_000000000644	15292	0.990640680794366	17	16	7	12	15	True	98342	fragment	False	CHI0063_000000000644	1.0		0	0	False	False	1.0	0	IncFIC,rep_cluster_2244	MOBF			mobilizable	plasmid	12853.0	100.0	100.0	0.06442299016511775	CP010149.1	enterobacteria	Escherichia coli strain D6 plasmid A, complete genome	False	True
ISR0365_000000003588	4041	0.9906393119347008	5	3	3	3	3	False	120039	fragment	False	ISR0365_000000003588	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3729.0	99.27600000000001	100.0	0.18786258386722493	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0063_000000001673	9573	0.9906344559616128	9	7	6	6	3	True	91738	fragment	False	SPA0063_000000001673	1.0		0	0	False	False	0.9980152249336243	0					non-mobilizable	no_good_hit	7382.0	91.01899999999999	84.0	0.1620190300393346	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
MAD0007_000000001051	5494	0.990631814707376	8	3	1	3	1	True	56615	fragment	False	MAD0007_000000001051	1.0		0	0	False	False	0.9983618259429932	0					non-mobilizable	no_good_hit	1075.0	93.86	63.0	0.045781982294740495	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
FIJ0037_000000021715	1509	0.9906309516516127	3	1	1	1	1	False	115915	maximal	True	FIJ0037_000000021715	1.0		1	1	False	False	0.9980119466781616	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000016843	1862	0.9906276383826704	3	1	1	1	1	False	60768	maximal	True	ENG0097_000000016843	1.0		1	1	False	False	0.9924812316894531	0					non-mobilizable	no_good_hit	202.0	80.19800000000001	11.0	0.0002650509657045361	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0013_000000019095	1402	0.9906270257158007	2	2	1	2	1	False	72377	fragment	False	ISR0013_000000019095	1.0		0	0	False	False	0.992154061794281	0					non-mobilizable	no_good_hit	259.0	91.506	18.0	0.0010923362871574276	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	True	False
USA0015_01_000000014491	2320	0.9906264951768212	3	3	2	3	3	False	1951	maximal	True	USA0015_01_000000014491	1.0		1	1	False	False	0.987500011920929	0					non-mobilizable	no_good_hit	1530.0	99.935	66.0	0.0003345145262221977	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ENG0099_000000002401	8033	0.9906246667801208	8	8	6	7	8	False	113982	fragment	False	ENG0181_000000002617	0.9580130000669893		0	0	False	False	1.0	0					non-mobilizable	chromosome	8033.0	99.95	100.0	0.0016400227626665316	CP025976.1	enterobacteria	Escherichia coli strain 10754 a-1 chromosome, complete genome	False	False
CHI0176_000000000989	12506	0.990619053736638	12	11	10	11	11	False	77731	maximal	True	CHI0176_000000000989	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	7926.0	97.88	91.0	0.001502474407100192	CP052544.1	enterobacteria	Klebsiella pneumoniae strain B16KP0102 chromosome, complete genome	False	False
ISR0149_000000013215	1367	0.9906178208332006	2	1	1	1	1	False	30854	fragment	False	ISR0149_000000013215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000003773	4086	0.9906165725235784	5	5	0	2	5	False	49794	maximal	True	ISR0310_000000003773	1.0		7	5	True	True	1.0	8	ColRNAI_rep_cluster_1987,rep_cluster_2358	MOBP		MOB_unknown	mobilizable	plasmid	3806.0	99.79	100.0	0.9469885515181683	CP019997.1	enterobacteria	Salmonella enterica subsp. enterica serovar Anatum str. USDA-ARS-USMARC-1765 plasmid pSAN2-06-0624, complete sequence	False	True
FIJ0094_000000004805	3893	0.9906165725235784	5	5	0	2	5	False	49794	maximal	False	ISR0310_000000003773	0.9842551802904226		0	0	False	True	1.0	0	rep_cluster_2358	MOBP		MOB_unknown	mobilizable	plasmid	3616.0	99.889	100.0	0.899701343952215	CP019997.1	enterobacteria	Salmonella enterica subsp. enterica serovar Anatum str. USDA-ARS-USMARC-1765 plasmid pSAN2-06-0624, complete sequence	False	True
FIJ0091_000000006527	3863	0.9906165725235784	5	5	0	2	5	False	49794	maximal	False	ISR0310_000000003773	0.9792390859136662		0	0	False	True	0.9984468221664429	0		MOBP		MOB_unknown	mobilizable	plasmid	3616.0	99.889	100.0	0.899701343952215	CP019997.1	enterobacteria	Salmonella enterica subsp. enterica serovar Anatum str. USDA-ARS-USMARC-1765 plasmid pSAN2-06-0624, complete sequence	False	True
FIJ0063_000000005762	4303	0.9906164904751366	2	2	2	2	1	True	50498	maximal	True	FIJ0063_000000005762	1.0	PS146|PS198	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	133.0	77.444	3.0	0.0005003917796103926	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
FIJ0105_000000010590	2880	0.9906164904751366	2	2	2	2	1	True	42436	backbone	True	FIJ0105_000000010590	1.0	PS146	2	1	True	True	1.0	44					non-mobilizable	no_good_hit								True	True
MAD0099_000000011000	2783	0.9906164904751366	3	2	2	2	1	True	20328	maximal	True	MAD0099_000000011000	1.0		1	1	True	True	0.9946101307868958	9					non-mobilizable	no_good_hit								True	True
DEN0066_000000004648	6043	0.9906139256646276	11	7	3	4	5	True	119400	maximal	True	DEN0066_000000004648	1.0	PS595|PS607|PS819	58	8	True	True	1.0	387		MOBP			mobilizable	no_good_hit	2692.0	99.814	82.0	0.5305719921104537	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0334_000000002124	7482	0.9906122866041066	10	7	3	5	7	True	34694	maximal	True	ISR0334_000000002124	1.0		1	1	True	True	1.0	11	rep_cluster_1742	MOBP			mobilizable	plasmid	2778.0	99.17200000000001	99.0	0.3758634701340918	DQ832184.1	firmicutes	Enterococcus faecium strain L50 plasmid pCIZ2, complete sequence	False	True
ISR0344_000000003732	7142	0.9906120391246596	8	3	2	3	1	True	37120	maximal	True	ISR0344_000000003732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1960.0	90.969	41.0	0.06774204835718535	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0093_000000027947	1628	0.9906109464295983	4	1	1	1	1	False	9387	maximal	True	MON0093_000000027947	1.0		0	0	False	False	0.996314525604248	0					non-mobilizable	no_good_hit	64.0	87.5	4.0	2.931247822587427e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	False
DEN0073_000000002077	14176	0.9906092143726226	13	9	5	7	8	False	70239	maximal	False	FIJ0043_000000001645	0.9376213308373025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	86.04700000000001	1.0	4.3016956271998744e-05	LT960784.1	firmicutes	Lactobacillus sakei isolate MFPB19 genome assembly, chromosome: 1	True	False
ISR0140_000000004305	7300	0.9906075953261954	11	6	5	4	4	False	103683	fragment	False	ISR0140_000000004305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0001364475870706165	NZ_LOHE01000068.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00068, whole genome shotgun sequence	True	False
SPA0119_000000008419	3996	0.9906053738737168	4	3	3	3	2	False	105896	fragment	False	ISR0387_000000005579	0.968337997302521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	90.385	3.0	0.07507507507507508	NZ_JAAIUD010000037.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_38_length_1332_cov_1135.35, whole genome shotgun sequence	True	False
ISR0262_000000001062	12077	0.9906041313746674	14	9	5	7	8	False	44137	maximal	True	ISR0262_000000001062	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2355.0	89.936	51.0	0.0009609844406395821	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
SPA0036_000000007116	3339	0.9906032709157979	5	5	3	5	3	False	93041	maximal	True	SPA0036_000000007116	1.0		2	1	False	False	0.9811320900917053	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000007909	3487	0.990601242080952	7	5	4	5	2	True	125363	fragment	False	SPA0028_000000007909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2131.0	97.98200000000001	61.0	0.0006079301491112803	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
CHI0128_000000001734	5462	0.9906007449325479	5	2	2	2	2	True	81346	maximal	True	CHI0128_000000001734	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000034302	1755	0.9906002472226833	2	2	2	2	2	False	69512	fragment	False	ISR0399_000000009464	0.9860655573733563		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	99.762	96.0	0.05720035473088205	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0023_000000007567	2277	0.9905978383872512	7	3	2	3	2	False	66273	fragment	False	ENG0023_000000007567	0.9898664210041456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0111_000000003642	5462	0.9905947012393679	10	3	2	3	2	False	118030	fragment	False	ISR0092_000000003249	0.9213878943896141		0	0	False	False	0.9985353350639343	0					non-mobilizable	no_good_hit	3288.0	97.506	65.0	0.27638994028093194	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
SPA0047_000000012177	3244	0.990590274442938	4	4	3	4	2	False	95720	fragment	False	SPA0047_000000012177	0.9785680323389615		0	0	False	False	1.0	0					non-mobilizable	chromosome	3244.0	99.568	100.0	0.0008137217116910959	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0121_000000007004	3707	0.990589094640998	3	3	3	3	2	False	50813	fragment	False	FIJ0121_000000007004	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3512.0	97.43700000000001	95.0	0.008555969794427526	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0394_000000010538	1805	0.9905868828035967	2	2	2	2	1	False	89716	fragment	False	ISR0394_000000010538	1.0		0	0	False	False	0.9562326669692993	0					non-mobilizable	other	1059.0	99.811	99.0	0.0002234479711536695	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0169_000000000037	96954	0.990584794685854	94	14	5	12	4	True	127415	maximal	False	SPA0046_000000000019	0.9102507175200742		0	0	True	True	1.0	41					non-mobilizable	virus	26636.0	97.147	98.0	0.2743625405656004	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
AST0029_000000004416	6947	0.9905846772393468	6	5	3	5	2	False	118460	fragment	False	AST0029_000000004416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2440.0	77.78699999999999	49.0	0.00911611956039287	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0019_01_000000003418	7957	0.9905802584711744	12	6	4	6	4	True	125372	fragment	False	ISR0328_000000002744	0.9657087772663538		0	0	False	False	0.9992459416389465	0					non-mobilizable	other	7957.0	98.655	100.0	0.0022704621296620823	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0057_000000004242	3741	0.990580212798176	4	3	0	2	3	False	49904	fragment	False	MAD0057_000000004242	1.0		0	0	False	False	1.0	0	rep_cluster_2392	MOBP		MOBP	mobilizable	no_good_hit	2377.0	96.929	73.0	0.3147706178732432	CP047456.1	enterobacteria	Escherichia coli strain ZF31 plasmid pZF31-7kb, complete sequence	True	True
FIJ0122_000000006568	2502	0.990580212798176	3	3	0	2	3	False	49902	fragment	False	FIJ0122_000000006568	1.0		0	0	False	False	0.9992006421089172	0		MOBP,MOBP			mobilizable	plasmid	2502.0	99.84	100.0	0.49029602038815917	CP057279.1	enterobacteria	Escherichia coli strain RHB31-C01 plasmid pRHB31-C01_4, complete sequence	False	True
ISR0813_000000011453	2637	0.9905790122540982	3	3	2	2	1	False	101764	fragment	False	ISR0813_000000011453	0.9997926171712982		0	0	False	False	0.9821767210960388	0					non-mobilizable	other	2638.0	98.67299999999999	100.0	0.0036373357416023392	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0042_000000000685	21619	0.9905774517960612	19	7	5	7	4	True	47326	fragment	False	FIJ0042_000000000685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	0.0	1.1871828091058748e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
MAD0004_000000003179	2996	0.9905756895656569	5	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.8525584508960619		0	0	True	True	0.9969959855079651	23					non-mobilizable	no_good_hit								True	True
ISR0015_000000008443	2936	0.9905756895656569	4	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.7836137961265425		0	0	True	True	1.0	431					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.739406638434545e-06	CP050975.1	high GC Gram+	Streptomyces sp. RPA4-2 chromosome, complete genome	True	True
USA0011_01_000000018445	1983	0.9905756895656569	3	2	1	2	1	True	4354	fragment	False	SPA0116_000000020311	0.9235205616850551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0077_000000008986	3375	0.990575466416662	6	5	5	4	4	False	34525	maximal	True	ISR0077_000000008986	0.9832457293035479		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0054_000000004723	5126	0.9905710585881188	6	5	4	5	4	False	47518	fragment	False	MAD0029_000000000785	0.9792631172839507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	82.235	17.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
AST0100_000000004014	4034	0.990570958343374	6	5	5	4	3	False	108655	maximal	True	AST0100_000000004014	1.0		3	3	False	False	0.9997521042823792	0					non-mobilizable	no_good_hit	550.0	98.545	14.0	0.00019178865100264592	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	False
SPA0089_000000004603	7589	0.9905687111423492	5	4	4	4	4	False	90806	fragment	False	CHI0005_000000001647	0.9504926985634572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	71.437	23.0	0.013372163942424981	NZ_ANLA01000005.1	CFB group bacteria	Xanthomarina gelatinilytica strain AK20 contig5, whole genome shotgun sequence	True	False
FIJ0115_000000005990	4063	0.9905679658886112	6	3	0	2	3	False	79512	maximal	True	FIJ0115_000000005990	1.0	PS390	2	1	False	True	1.0	0		MOBP		MOBP	mobilizable	no_good_hit	2056.0	100.0	76.0	0.5811651583710408	CP055339.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_10, complete sequence	True	True
ISR0199_000000007952	3624	0.990567024088292	7	2	0	2	2	False	79511	backbone	False	FIJ0005_000000008400	0.9994573571002943	PS390	0	0	True	True	0.9997240900993347	28		MOBP		MOBP	mobilizable	no_good_hit	2723.0	99.633	86.0	0.7697963800904978	CP055339.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_10, complete sequence	True	True
SPA0061_000000006651	2573	0.990567024088292	2	2	0	2	2	False	49920	fragment	False	SPA0061_000000006651	1.0		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1987	MOBP		MOB_unknown	mobilizable	plasmid	2577.0	98.448	100.0	0.6385991058122206	LC056615.1	enterobacteria	Escherichia coli plasmid pV318-a DNA, contig: V318-a_scaffold_11, strain: V318	False	True
MON0030_000000000230	40554	0.9905649188036018	45	24	10	14	19	True	128782	maximal	True	MON0030_000000000230	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	14588.0	96.36	81.0	0.07838533532940581	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ENG0159_000000009103	2512	0.9905629038716256	3	1	1	1	1	False	56544	maximal	True	ENG0159_000000009103	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	5.0	0.06912991656734208	NZ_QRUU01000159.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf159, whole genome shotgun sequence	True	False
ISR0012_000000007099	3341	0.9905618436106386	5	2	2	2	1	False	129097	maximal	True	ISR0012_000000007099	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	88.738	44.0	0.018123020952637608	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0126_000000003359	9578	0.9905615286524851	10	7	4	7	3	True	3996	maximal	True	SPA0126_000000003359	1.0		2	1	True	True	0.9997912049293518	4					non-mobilizable	no_good_hit	282.0	91.135	4.0	0.047984972677595626	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	True
MON0033_000000003219	16995	0.9905568123981624	22	20	11	14	19	True	98735	fragment	False	MON0033_000000003219	0.9500265712510082		0	0	False	False	0.9999411702156067	0		MOBP	MPF_T		conjugative	plasmid	10041.0	97.45	100.0	0.2353768608603915	CP010127.1	enterobacteria	Escherichia coli strain C8 plasmid B, complete genome	False	True
FIJ0099_000000006227	3659	0.9905564372085608	5	5	0	2	5	False	42806	maximal	True	FIJ0099_000000006227	1.0		1	1	False	False	1.0	0	rep_cluster_2358	MOBP		MOBP	mobilizable	no_good_hit	2060.0	84.175	80.0	0.5784676730276275	CP052543.1	enterobacteria	Klebsiella pneumoniae strain B16KP0141 plasmid pB16KP0141-6, complete sequence	True	True
ISR0397_000000010856	1692	0.9905534210296696	3	1	1	1	1	False	22642	maximal	True	ISR0397_000000010856	1.0		2	2	False	False	0.9757683277130127	0					non-mobilizable	no_good_hit								True	False
ENG0162_000000003031	7427	0.9905532544657148	11	3	1	3	1	False	56382	fragment	False	ENG0162_000000003031	0.9630245118404653		0	0	False	False	0.9991921186447144	0					non-mobilizable	no_good_hit								True	False
ISR0116_000000000004	5393	0.9905513119996472	8	4	3	2	4	True	130690	backbone	False	ENG0017_000000004005	0.9932719751063439	PS1122	0	0	True	True	1.0	4		MOBP			mobilizable	plasmid	4584.0	99.891	99.0	0.8485915492957746	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0064_000000002287	6752	0.9905508769087572	14	5	1	4	3	False	39564	maximal	True	ISR0064_000000002287	1.0		1	1	True	True	0.9974822402000427	1					non-mobilizable	no_good_hit	301.0	72.093	4.0	0.0011524350089372512	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
FIJ0063_000000004995	4857	0.9905491031290756	5	4	3	3	4	True	95469	fragment	False	FIJ0063_000000004995	1.0		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	4857.0	97.694	100.0	0.03702404733222525	CP038858.1	enterobacteria	Escherichia coli strain PigCaeca_2 plasmid unnamed, complete sequence	False	True
FIJ0090_000000008128	4772	0.9905449152895658	9	7	4	7	5	True	73351	fragment	False	FIJ0090_000000008128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.0905485648333083e-07	LR877206.1	rodents	Onychomys torridus genome assembly, chromosome: 19	True	True
AST0106_000000013830	1412	0.9905421667672996	2	2	1	2	2	False	107381	fragment	False	AST0106_000000013830	1.0		0	0	False	False	0.9950425028800964	0					non-mobilizable	no_good_hit	118.0	92.37299999999999	8.0	0.0002039379192057228	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0027_000000006235	4181	0.9905396254100928	5	2	1	2	1	False	37252	maximal	True	ISR0027_000000006235	1.0		1	1	True	True	0.9997608065605164	3					non-mobilizable	no_good_hit	431.0	74.014	10.0	0.00011024111043245751	CP013239.1	firmicutes	Clostridium butyricum strain CDC_51208, complete genome	True	True
CHI0144_000000002356	5414	0.9905391461057036	7	4	3	4	3	False	103329	fragment	False	CHI0144_000000002356	0.9990578400588331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0087_000000001203	5318	0.9905391461057036	6	4	3	4	3	False	103329	fragment	False	CHI0144_000000002356	0.9925810644160266		0	0	False	False	0.999059796333313	0					non-mobilizable	no_good_hit								True	False
CHI0130_000000003189	5157	0.9905391461057036	6	4	3	4	3	False	103329	fragment	False	CHI0144_000000002356	0.9733969415857068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0059_000000006803	2672	0.9905346995188896	3	2	1	2	2	True	45915	maximal	True	FIJ0059_000000006803	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	729.0	84.63600000000001	27.0	0.03978082191780822	NZ_SMUS01000054.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00054, whole genome shotgun sequence	True	True
CHI0102_000000001347	5065	0.9905344391424812	9	6	3	6	3	False	122359	fragment	False	CHI0102_000000001347	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5077.0	96.15899999999999	100.0	0.001428776304233838	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
DEN0022_000000002429	11458	0.9905334547381586	8	6	3	4	4	False	74663	fragment	False	DEN0022_000000002429	1.0		0	0	False	False	0.9999127388000488	0					non-mobilizable	no_good_hit	715.0	71.608	6.0	8.807233940563254e-05	CP043930.1	planctomycetes	Gimesia sp. E7 chromosome, complete genome	True	False
ISR0193_000000003243	7898	0.9905331744090182	10	9	5	4	5	False	99442	maximal	True	ISR0193_000000003243	1.0		2	1	False	False	0.9992403388023376	0					non-mobilizable	no_good_hit	1591.0	85.544	49.0	0.0004254617127872952	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
SPA0064_000000000763	18992	0.9905317018521288	14	12	10	11	6	True	91739	maximal	True	SPA0064_000000000763	1.0		2	1	False	False	0.9995787739753723	0					non-mobilizable	other	14066.0	94.78200000000001	90.0	0.3088535829652581	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
ISR0231_000000004964	3213	0.9905313935740006	6	3	3	3	3	False	123379	maximal	True	ISR0231_000000004964	1.0		90	7	False	False	1.0	0					non-mobilizable	chromosome	3214.0	98.84899999999999	100.0	0.0012736974926830776	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0089_000000005623	3734	0.9905270324539572	3	3	2	3	2	False	15845	fragment	False	MAD0089_000000005623	1.0		0	0	False	False	0.9962506890296936	0					non-mobilizable	chromosome	1762.0	96.595	91.0	0.0003335306438393589	CP044368.1	enterobacteria	Klebsiella pneumoniae strain 2018C01-046 chromosome, complete genome	False	False
ISR0390_000000002833	4208	0.9905239816595652	6	4	2	2	3	False	91972	fragment	False	ISR0390_000000002833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3160.0	86.329	76.0	0.000542669553689638	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
SPA0122_000000013061	1994	0.9905235727521186	2	2	2	2	2	False	4113	fragment	False	SPA0122_000000013061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000003784	8577	0.9905202164459421	10	10	4	6	10	True	123628	fragment	False	USA0108_01_000000001009	0.32636599904994734		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8606.0	97.734	99.0	0.2764738079139702	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0036_000000001784	10795	0.9905201977619014	14	13	7	8	10	True	130662	maximal	True	MAD0036_000000001784	1.0	PS1032|PS1107|PS1110|PS1114	1	1	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3227.0	93.802	66.0	0.5461629679823818	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
ISR0062_000000028010	1381	0.9905198250951368	2	1	1	1	1	False	35312	fragment	False	ISR0062_000000028010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	98.75	89.0	0.005220852056989585	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
SPA0006_000000023404	1346	0.9905198250951368	2	1	1	1	1	False	8237	fragment	False	SPA0006_000000023404	1.0		0	0	False	False	0.9851411581039429	0					non-mobilizable	other	917.0	98.691	100.0	0.003988574215348173	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
SPA0016_000000007607	4251	0.9905167905338134	5	5	5	4	3	False	118815	maximal	True	SPA0016_000000007607	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2664.0	99.962	63.0	0.05525928077856861	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
FIJ0060_000000002227	5797	0.9905167641272862	10	4	1	3	2	False	52308	maximal	True	FIJ0060_000000002227	1.0		1	1	False	False	0.99982750415802	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0009173610580230869	KX520649.1	firmicutes	Staphylococcus epidermidis strain 14-01514 plasmid p14-01514, complete sequence	True	False
DEN0079_000000006029	6230	0.9905120455110524	8	7	5	6	5	False	121917	maximal	True	DEN0079_000000006029	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2776.0	92.00299999999999	45.0	0.05251297201075635	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
SPA0123_000000001009	15961	0.9905119851318676	22	16	13	14	11	False	123927	fragment	False	SPA0145_000000000420	0.5210756421474301		0	0	False	True	0.9999373555183411	0					non-mobilizable	other	15884.0	100.0	99.0	0.15850031933578157	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0046_000000008155	3449	0.9905112307462132	5	2	1	2	2	True	130972	backbone	True	SPA0046_000000008155	0.8907181016620244	PS1129	1	1	True	True	1.0	108					non-mobilizable	plasmid	3353.0	94.602	97.0	0.9908066429418743	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
TAN0007_000000005420	5750	0.9905102687755734	11	3	3	2	1	False	2855	maximal	True	TAN0007_000000005420	1.0		3	1	False	False	0.9946087002754211	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.664145935023398e-06	NZ_CP029346.1	CFB group bacteria	Allopseudarcicella aquatilis strain HME7025 chromosome, complete genome	True	False
ISR0126_000000017551	2799	0.990508162356776	3	2	2	2	2	False	63299	fragment	False	ISR0062_000000011732	0.9407259407259407		0	0	False	False	0.9874955415725708	0					non-mobilizable	other	2802.0	95.21799999999999	99.0	0.06717564582733122	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	False	False
CHI0147_000000003316	5598	0.990506011722504	5	4	4	4	4	False	79675	fragment	False	CHI0147_000000003316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4162.0	85.992	74.0	0.0683682467845793	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
ISR0373_000000003144	4442	0.9905052126683934	6	3	2	3	2	False	128478	fragment	False	ISR0373_000000003144	1.0		0	0	False	False	0.9995497465133667	0					non-mobilizable	no_good_hit	1670.0	85.509	43.0	0.0004744472604084001	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0290_000000002129	4439	0.9905052126683934	6	3	2	3	2	False	128478	fragment	False	ISR0373_000000003144	0.99966231427285		0	0	False	False	0.9995494484901428	0					non-mobilizable	no_good_hit	1667.0	85.48299999999999	43.0	0.0004735939379975936	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0115_000000002510	10297	0.9905020594151186	12	4	4	4	2	False	32501	maximal	True	ISR0115_000000002510	1.0		1	1	False	False	0.999805748462677	0					non-mobilizable	no_good_hit	102.0	82.353	1.0	0.0034108738658844397	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0002_000000029581	1304	0.9905020443200488	3	1	1	1	1	False	52298	fragment	False	FIJ0002_000000029581	1.0		0	0	False	False	0.9639570713043213	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.0009173610580230869	KX520649.1	firmicutes	Staphylococcus epidermidis strain 14-01514 plasmid p14-01514, complete sequence	True	False
FIJ0146_000000016978	1231	0.9905020443200488	2	1	1	1	1	False	39957	fragment	False	FIJ0146_000000016978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.0009173610580230869	KX520649.1	firmicutes	Staphylococcus epidermidis strain 14-01514 plasmid p14-01514, complete sequence	True	False
MAD0033_000000009211	2160	0.9905016714349912	4	2	2	2	1	False	46233	fragment	False	MAD0033_000000009211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	79.50399999999999	28.0	0.01223729715349827	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0812_000000021662	1825	0.9905008887018782	4	1	1	1	1	False	21644	fragment	False	ISR0812_000000021662	1.0		0	0	False	False	0.9917808175086975	0					non-mobilizable	no_good_hit								True	False
MAD0009_000000000746	9927	0.9904986880217579	9	9	9	9	9	False	85786	maximal	False	MAD0090_000000001124	0.9743247254378153		0	0	False	False	0.9998992681503296	0					non-mobilizable	chromosome	9850.0	100.0	100.0	0.002046465509503213	CP046429.1	enterobacteria	Salmonella enterica strain R19_2839 chromosome, complete genome	False	False
ISR0821_000000003655	6863	0.9904961277581712	10	6	3	4	5	True	124075	fragment	False	ISR0821_000000003655	1.0		0	0	False	False	0.9998542666435242	0					non-mobilizable	other	4458.0	96.119	99.0	0.001252278466712044	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0318_000000000450	11379	0.9904942936822572	15	15	9	10	15	True	25134	maximal	True	ISR0318_000000000450	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	11381.0	97.45200000000001	100.0	0.522399043326281	AE017044.1	enterobacteria	Yersinia pestis biovar Microtus str. 91001 plasmid pCRY, complete sequence	False	True
ISR0350_000000000891	14275	0.9904936344303628	24	16	9	9	15	True	123667	fragment	False	ISR0350_000000000891	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	7829.0	96.99799999999999	76.0	0.07798778540635479	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ENG0130_000000011302	2664	0.9904896749317283	5	2	2	1	1	False	117660	maximal	True	ENG0130_000000011302	0.999611197511664		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	98.262	73.0	0.0003791827115377766	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0128_000000013786	2572	0.9904896749317283	5	2	2	1	1	False	117660	maximal	False	ENG0130_000000011302	0.9823573573573573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	98.88600000000001	72.0	0.000366259609980795	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0816_000000003615	11752	0.9904884682939168	11	5	5	4	2	False	99374	fragment	False	ISR0815_000000001745	0.6303395681970423		0	0	False	False	0.999744713306427	0					non-mobilizable	no_good_hit	2563.0	94.304	64.0	0.10464735722467682	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0144_000000006542	2621	0.9904880480351704	3	2	1	2	1	True	3386	maximal	True	SPA0144_000000006542	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0046_000000002253	7901	0.9904879569781636	10	6	3	5	5	False	121904	maximal	False	SPA0042_000000003376	0.9529927604002744	PS602	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	60.0	91.667	1.0	0.000115932916105833	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	True
ENG0056_000000008308	1293	0.9904792236578204	2	2	2	2	1	False	63589	fragment	False	ENG0056_000000008308	1.0		0	0	False	False	0.9675173759460449	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0162_000000000990	21421	0.990473782678428	22	15	10	13	10	False	128704	fragment	False	ISR0162_000000000990	1.0		0	0	False	False	0.9998599290847778	0					non-mobilizable	no_good_hit	7674.0	97.772	70.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0094_000000005750	2578	0.9904689227069068	4	4	4	3	2	False	15625	fragment	False	MAD0094_000000005750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	93.42299999999999	23.0	0.0012151241910290172	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ISR0378_000000006087	3763	0.9904666727145436	3	3	3	3	3	False	23281	maximal	True	ISR0378_000000006087	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	73.913	8.0	7.914306875573433e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0186_000000002453	8234	0.9904657785086056	17	11	8	8	9	False	125079	maximal	True	ISR0186_000000002453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1998.0	93.794	26.0	0.03166695752883502	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	True	False
AST0048_000000004820	3363	0.9904654359768912	3	1	1	1	1	True	114939	maximal	True	AST0048_000000004820	0.9991233196960841		2	2	True	True	0.9997026324272156	12					non-mobilizable	plasmid	3312.0	97.28299999999999	99.0	0.9996978851963746	LN852924.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0251	False	True
SPA0050_000000008541	3046	0.9904624227492004	5	2	2	2	2	False	6593	maximal	True	SPA0050_000000008541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	100.0	43.0	0.0004439676775374234	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0002_000000005558	5255	0.9904621553456192	6	5	5	4	4	False	75041	fragment	False	MAD0002_000000005558	1.0		0	0	False	False	0.9992388486862183	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	5.30249237415821e-06	CP051774.1	verrucomicrobia	Luteolibacter sp. G-1-1-1 chromosome, complete genome	True	False
MAD0102_000000000080	52503	0.9904532907508138	87	19	8	15	8	True	20144	maximal	True	MAD0102_000000000080	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3502.0	91.74799999999999	53.0	0.06190408676851097	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0199_000000003635	6286	0.9904513423685084	10	7	3	6	5	True	125361	fragment	False	FIJ0114_000000005988	0.6739997265972579		0	0	False	False	0.9993636608123779	0					non-mobilizable	other	6049.0	97.735	96.0	0.001724752061539656	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0134_000000006929	5145	0.9904499825742448	9	6	5	6	5	False	122365	fragment	False	ENG0134_000000006929	1.0		0	0	False	False	0.9992225170135498	0					non-mobilizable	virus	5149.0	98.0	100.0	0.23462871738733806	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
MON0095_000000009585	3126	0.9904489531954704	5	3	2	3	3	False	70815	fragment	False	MON0095_000000009585	1.0		0	0	False	False	0.9772872924804688	0					non-mobilizable	no_good_hit	1063.0	76.952	33.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0093_000000011272	3626	0.990440134816464	8	7	4	7	5	False	118821	fragment	False	MON0093_000000011272	1.0		0	0	False	False	0.9972421526908875	0					non-mobilizable	other	3607.0	100.0	99.0	0.004560331439729263	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
FIJ0120_000000011492	2077	0.9904383053614234	4	3	3	2	1	False	41540	maximal	True	FIJ0120_000000011492	1.0		1	1	False	False	0.9990370869636536	0					non-mobilizable	no_good_hit	235.0	77.447	11.0	0.0001267705896566034	NZ_FLQT01000003.1	firmicutes	Peptoniphilus pacaensis strain Kh-D5, whole genome shotgun sequence	True	False
CHI0053_000000000715	15428	0.9904342004840434	25	8	2	6	5	False	86446	maximal	True	CHI0053_000000000715	1.0		1	1	False	False	0.9995462894439697	0					non-mobilizable	no_good_hit	132.0	100.0	1.0	6.01444660893104e-05	NZ_LS483462.1	firmicutes	Streptococcus pasteurianus strain NCTC13784 chromosome 1	True	False
ENG0018_000000006765	3120	0.9904309464269264	4	2	2	2	2	True	98823	fragment	False	ENG0018_000000006765	1.0		0	0	False	True	0.9910256266593933	0					non-mobilizable	no_good_hit								True	True
ISR0293_000000008075	4548	0.9904304604840926	7	6	4	6	6	False	41374	maximal	True	ISR0293_000000008075	0.9949156459440721		9	5	False	False	0.9995602369308472	0					non-mobilizable	chromosome	4548.0	99.978	100.0	0.0008794128995386322	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ISR0268_000000001032	10737	0.9904303198666304	12	12	6	8	12	True	123628	fragment	False	USA0108_01_000000001009	0.4289151955945083		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8438.0	98.613	99.0	0.2544645559658575	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
BAN0019_000000001146	2900	0.9904275019276017	3	2	2	2	1	True	97800	maximal	True	BAN0019_000000001146	1.0		1	1	True	True	1.0	14					non-mobilizable	plasmid	2344.0	89.07799999999999	98.0	0.8285410010649628	CP032269.1	g-proteobacteria	Acinetobacter sp. WCHAc010034 plasmid p11_010034, complete sequence	False	True
ENG0140_000000004815	3173	0.9904245523929242	3	2	0	2	1	True	65487	maximal	True	ENG0140_000000004815	1.0		1	1	True	True	0.9993696808815002	35					non-mobilizable	no_good_hit	289.0	74.74	9.0	0.012708787218591141	NZ_CAPF01000087.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	True
ISR0139_000000008161	3014	0.9904245523929242	3	2	0	2	1	True	31314	maximal	True	ISR0139_000000008161	1.0		2	1	True	True	0.9960185885429382	8					non-mobilizable	no_good_hit								True	True
DEN0082_000000013026	3009	0.9904245523929242	3	2	0	2	1	True	123452	backbone	False	FIJ0126_000000012647	0.7627815301100952	PS275|PS900	0	0	True	True	1.0	3					non-mobilizable	plasmid	2311.0	95.932	97.0	0.8254139668826493	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0027_000000008783	2979	0.9904245523929242	2	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9666674037213993		0	0	True	True	1.0	181					non-mobilizable	no_good_hit	624.0	86.699	31.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0006_000000011761	2955	0.9904245523929242	4	2	0	2	1	True	51758	maximal	False	FIJ0017_000000009421	0.9781307500177178		0	0	True	True	0.9983079433441162	1					non-mobilizable	no_good_hit	52.0	98.07700000000001	2.0	0.5483870967741935	FJ340330.1	bacteria	Uncultured bacterium clone DR120_1338 16S ribosomal RNA gene, partial sequence	True	True
FIJ0158_000000006242	2871	0.9904245523929242	2	2	0	2	1	True	39437	maximal	True	FIJ0158_000000006242	1.0		2	1	True	True	1.0	4					non-mobilizable	no_good_hit	1558.0	90.565	88.0	0.5402018795683954	NZ_QIBX01000035.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_035, whole genome shotgun sequence	True	True
ENG0050_000000009005	2836	0.9904245523929242	3	2	0	2	1	True	127569	maximal	False	SPA0102_000000012732	0.9533500646579989		0	0	True	True	1.0	65					non-mobilizable	no_good_hit	1168.0	96.49	71.0	0.4200863930885529	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0280_000000003830	2830	0.9904245523929242	4	2	0	2	1	True	110497	maximal	True	ISR0280_000000003830	1.0		1	1	True	True	1.0	35					non-mobilizable	no_good_hit	667.0	93.103	37.0	0.23974082073434125	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
AST0116_000000009507	2830	0.9904245523929242	2	2	0	2	1	True	123452	backbone	False	FIJ0126_000000012647	0.7797163440266284	PS275|PS900	0	0	True	True	1.0	330					non-mobilizable	plasmid	1579.0	96.897	99.0	0.5676745860331174	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0035_000000006427	2828	0.9904245523929242	2	2	0	2	1	True	123452	backbone	False	FIJ0126_000000012647	0.79370396573008	PS275|PS900	0	0	True	True	1.0	39					non-mobilizable	plasmid	1667.0	96.641	99.0	0.5993520518358532	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0355_000000006666	2819	0.9904245523929242	3	2	0	2	1	True	23964	maximal	True	ISR0355_000000006666	1.0		1	1	True	True	0.9882937073707581	14					non-mobilizable	no_good_hit	767.0	93.351	67.0	0.2906666666666667	HG796826.1	bacteria	Uncultured bacterium plasmid pRGF00141	True	True
MAD0090_000000004402	2812	0.9904245523929242	2	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9620617645943097		0	0	True	True	1.0	165					non-mobilizable	no_good_hit	623.0	88.443	33.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0032_000000005650	2812	0.9904245523929242	3	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9592160273183601		0	0	True	True	0.99964439868927	40					non-mobilizable	no_good_hit	623.0	88.12200000000001	36.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0046_000000008894	2812	0.9904245523929242	3	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9579470822144646		0	0	True	True	1.0	667					non-mobilizable	no_good_hit	623.0	88.443	36.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0102_000000012732	2799	0.9904245523929242	2	2	0	2	1	True	127569	maximal	True	SPA0102_000000012732	0.9640380978962283		1	1	True	True	0.9985709190368652	24					non-mobilizable	no_good_hit	1500.0	96.4	69.0	0.5392368610511159	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0005_000000009904	2792	0.9904245523929242	3	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9617666472341652		0	0	True	True	1.0	47					non-mobilizable	no_good_hit	623.0	88.443	36.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0079_000000009778	2791	0.9904245523929242	3	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9679779744016399		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	623.0	86.838	35.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0032_000000012548	2791	0.9904245523929242	2	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9663925676516048		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	624.0	86.538	35.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0006_000000007443	2790	0.9904245523929242	3	2	0	2	1	True	110499	maximal	True	MON0006_000000007443	0.9686734825195447		5	2	True	True	1.0	217					non-mobilizable	no_good_hit	623.0	87.15899999999999	35.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
AST0006_000000005076	2780	0.9904245523929242	2	2	0	2	1	True	127569	maximal	False	SPA0102_000000012732	0.9460718714676216		0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1280.0	96.719	70.0	0.46004319654427644	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0112_000000010025	2772	0.9904245523929242	3	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9611230666651994		0	0	True	True	0.9949495196342468	18					non-mobilizable	no_good_hit	623.0	88.443	38.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0096_000000006376	2772	0.9904245523929242	2	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9621137013921385		0	0	True	True	1.0	76					non-mobilizable	no_good_hit	623.0	88.443	35.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0793_000000005557	2771	0.9904245523929242	3	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9684158273834197		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	623.0	87.15899999999999	36.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0150_000000008451	2771	0.9904245523929242	3	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9647016885797625		0	0	True	True	0.999639093875885	6					non-mobilizable	no_good_hit	624.0	86.699	36.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0036_000000014214	2751	0.9904245523929242	3	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9565067611132579		0	0	False	True	0.9898219108581543	0					non-mobilizable	no_good_hit	623.0	88.12200000000001	33.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0050_000000012297	2751	0.9904245523929242	3	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.968554575160767		0	0	True	True	1.0	64					non-mobilizable	no_good_hit	623.0	87.15899999999999	36.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0061_000000016066	2751	0.9904245523929242	2	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9682647964780227		0	0	True	True	0.9614685773849487	5					non-mobilizable	no_good_hit	623.0	87.15899999999999	35.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0147_000000008815	2751	0.9904245523929242	2	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9576489289010396		0	0	True	True	1.0	48					non-mobilizable	no_good_hit	624.0	86.37799999999999	36.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0352_000000003065	2721	0.9904245523929242	2	2	0	2	1	True	115070	maximal	False	ISR0338_000000009742	0.9388853166551603		0	0	True	True	1.0	60					non-mobilizable	no_good_hit	1314.0	87.215	58.0	0.4369158878504673	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0034_000000010320	2704	0.9904245523929242	3	2	0	2	1	True	48154	maximal	True	FIJ0034_000000010320	1.0		1	1	True	True	0.9996301531791687	5					non-mobilizable	no_good_hit	187.0	90.374	7.0	0.06141522029372497	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0338_000000009742	2702	0.9904245523929242	2	2	0	2	1	True	115070	maximal	True	ISR0338_000000009742	0.9401482319697607		2	1	True	True	1.0	76					non-mobilizable	no_good_hit	1314.0	86.91	57.0	0.4369158878504673	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0288_000000011133	2702	0.9904245523929242	2	2	0	2	1	True	115070	maximal	False	ISR0338_000000009742	0.6792397813868173		0	0	True	True	1.0	69					non-mobilizable	no_good_hit	1208.0	89.57	54.0	0.40186915887850466	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0358_000000007122	2692	0.9904245523929242	2	2	0	2	1	True	115070	maximal	False	ISR0338_000000009742	0.7065530698659849		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1406.0	90.04299999999999	58.0	0.46628838451268356	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0014_000000011865	2652	0.9904245523929242	3	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.9402523408508322		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	430.0	86.04700000000001	36.0	0.15190784737221022	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0022_000000009660	2625	0.9904245523929242	2	2	0	2	1	True	73753	maximal	False	FIJ0113_000000009711	0.7655930642869938	PS346	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1215.0	86.337	52.0	0.4035380507343124	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0075_000000008981	2607	0.9904245523929242	5	2	0	2	1	True	10350	fragment	False	MON0075_000000008981	1.0		0	0	False	False	0.9854238629341125	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	4.5772805155848774e-05	NZ_WRXL01000002.1	euryarchaeotes	Halomicroarcula salina strain YGHS18 scaffold2, whole genome shotgun sequence	True	True
FIJ0014_000000009239	2604	0.9904245523929242	3	2	0	2	1	True	73753	maximal	False	FIJ0113_000000009711	0.9539693938862804	PS346	0	0	True	True	0.9992319345474243	9					non-mobilizable	no_good_hit	1215.0	86.749	52.0	0.4035380507343124	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0113_000000009711	2604	0.9904245523929242	3	2	0	2	1	True	73753	maximal	True	FIJ0113_000000009711	0.9543550764489563	PS346	1	1	True	True	1.0	5					non-mobilizable	no_good_hit	1210.0	87.025	52.0	0.4022029372496662	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0023_000000006675	2581	0.9904245523929242	2	2	0	2	1	True	73753	maximal	False	FIJ0113_000000009711	0.7558328725038402	PS346	0	0	True	True	0.9972878694534302	9					non-mobilizable	no_good_hit	1215.0	88.23	50.0	0.4022029372496662	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0228_000000010211	2556	0.9904245523929242	3	2	0	2	1	True	106361	maximal	True	ISR0228_000000010211	0.9612672759021478		1	1	True	True	1.0	90					non-mobilizable	no_good_hit	666.0	84.985	45.0	0.2212950600801068	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0016_000000010215	2548	0.9904245523929242	2	2	0	2	1	True	123435	maximal	True	AST0016_000000010215	1.0		1	1	True	True	1.0	33					non-mobilizable	no_good_hit	901.0	98.66799999999999	64.0	0.32906295754026355	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0207_000000006898	2546	0.9904245523929242	2	2	0	2	1	True	106361	maximal	False	ISR0228_000000010211	0.9463476454259053		0	0	True	True	1.0	50					non-mobilizable	no_good_hit	1083.0	92.79799999999999	42.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0139_000000010480	2472	0.9904245523929242	2	2	0	2	1	True	110499	maximal	False	MON0006_000000007443	0.7387825370581382		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	624.0	86.859	31.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
AST0084_000000014211	2430	0.9904245523929242	2	2	0	2	1	True	111480	maximal	True	AST0084_000000014211	1.0		1	1	True	True	1.0	77					non-mobilizable	no_good_hit	481.0	81.081	28.0	0.1471221914435211	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
DEN0079_000000024746	2312	0.9904245523929242	2	2	0	2	1	True	69565	fragment	False	DEN0079_000000024746	0.9630681818181819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	86.538	38.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0010_000000011080	2288	0.9904245523929242	2	2	0	2	1	True	69565	fragment	False	DEN0079_000000024746	0.9582612456747405		0	0	False	False	0.9650349617004395	0					non-mobilizable	no_good_hit	623.0	87.15899999999999	35.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0145_000000006867	4785	0.9904234195644356	6	5	4	5	5	True	57523	maximal	True	ENG0145_000000006867	1.0		1	1	False	False	1.0	0	IncN				non-mobilizable	plasmid	2835.0	95.76700000000001	95.0	0.04870956641431521	KT345946.1	enterobacteria	Enterobacter cloacae plasmid pG6809-2, complete sequence	False	True
USA0121_01_000000011934	3967	0.9904216728816227	6	1	1	1	1	False	48838	maximal	True	USA0121_01_000000011934	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	97.436	2.0	0.0016818624413561121	NZ_VZBY01000016.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_29_length_45188_cov_19.3853_ID_57, whole genome shotgun sequence	True	False
ISR0205_000000003650	5310	0.9904206223134476	9	6	4	6	4	True	90366	maximal	True	ISR0205_000000003650	1.0		2	2	False	False	0.9958568811416626	0					non-mobilizable	no_good_hit	4019.0	91.291	75.0	0.03230715959511366	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0006_01_000000004032	5939	0.9904134218420468	11	6	5	6	3	False	102596	fragment	False	USA0006_01_000000004032	1.0		0	0	False	False	0.9942751526832581	0					non-mobilizable	no_good_hit	62.0	95.161	1.0	2.0195648712847158e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0299_000000000841	6917	0.9904122336958626	9	5	4	5	4	False	99800	maximal	True	ISR0299_000000000841	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	0.000195362397246893	NZ_ATVO01000008.1	a-proteobacteria	Sandarakinorhabdus limnophila DSM 17366 G566DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0090_000000005529	4294	0.990411403194079	7	5	5	5	5	False	49079	maximal	False	ISR0076_000000005770	0.99906868451688		0	0	False	False	0.9979040622711182	0					non-mobilizable	other	2486.0	96.179	99.0	0.0016711293032085144	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
SPA0149_000000003622	8403	0.9904085756472442	12	2	2	2	1	False	3321	maximal	True	SPA0149_000000003622	1.0		5	2	True	True	0.9991669654846191	3					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.027892561983471075	XM_005811572.2	bony fishes	PREDICTED: Xiphophorus maculatus zinc finger matrin-type 2 (zmat2), mRNA	True	True
ENG0156_000000004059	3839	0.9904071304420502	6	5	1	1	5	False	56699	fragment	False	ENG0156_000000004059	0.9625776817076466		0	0	False	False	0.9997395277023315	0					non-mobilizable	plasmid	3178.0	92.7	98.0	0.47213459516298634	CP024491.1	enterobacteria	Klebsiella pneumoniae strain INF249 plasmid unnamed2, complete sequence	False	True
MON0101_000000000333	44044	0.990406237345915	40	13	6	12	4	True	74076	fragment	False	ISR0010_000000000085	0.9448365689773254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	0.0	3.1517556164108016e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MAD0037_000000002382	5451	0.990405980097533	4	4	3	4	4	True	59399	fragment	False	MAD0056_000000001944	0.963804780951214		0	0	False	False	0.9939460754394531	0	IncFIB				non-mobilizable	plasmid	5451.0	99.963	100.0	0.08107706039869086	CP046273.1	enterobacteria	Enterobacter hormaechei strain E70 plasmid pE70-sul2, complete sequence	False	True
ISR0106_000000001277	14352	0.9904009474952872	20	11	7	8	8	False	123909	fragment	False	ISR0071_000000000283	0.7292812216749363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.40799999999999	54.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0326_000000000695	14256	0.9904009474952872	21	11	7	8	8	False	123909	fragment	False	ISR0071_000000000283	0.7289815779332323		0	0	False	False	0.9999298453330994	0					non-mobilizable	no_good_hit	5779.0	98.40799999999999	54.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0109_000000001356	14235	0.9904009474952872	21	11	7	8	8	False	123909	fragment	False	ISR0071_000000000283	0.7284173021031719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.40799999999999	54.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0196_000000001111	14136	0.9904009474952872	21	11	7	8	8	False	123909	fragment	False	ISR0071_000000000283	0.7246733449792688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.40799999999999	54.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
AST0031_000000006662	4365	0.9904001427627109	9	5	3	3	3	True	117585	fragment	False	AST0031_000000006662	1.0		0	0	False	False	0.9956471920013428	0					non-mobilizable	other	3476.0	99.79899999999999	100.0	0.5856372218476062	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
ISR0375_000000001849	7804	0.9903995536737328	5	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.9178933204047236		0	0	False	False	0.9996156096458435	0					non-mobilizable	no_good_hit	1160.0	98.103	15.0	0.025171873640240188	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0046_000000017923	1799	0.9903984887177448	2	2	2	1	2	False	59977	fragment	False	MON0102_000000025779	0.9332118740918935		0	0	False	False	0.9988882541656494	0					non-mobilizable	no_good_hit	156.0	78.846	9.0	0.000549842902027992	NZ_SMCZ01000003.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_103, whole genome shotgun sequence	True	False
SPA0095_000000012611	1546	0.9903969490573798	2	1	1	1	1	False	5200	maximal	True	SPA0095_000000012611	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	792.0	99.62100000000001	100.0	0.00020895373352243954	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
ISR0005_000000001811	6426	0.9903954958379596	9	6	4	6	4	False	122360	fragment	False	ISR0005_000000001811	1.0		0	0	False	False	0.9939308762550354	0					non-mobilizable	chromosome	6437.0	97.561	100.0	0.0018119622189958218	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0258_000000015978	1700	0.9903948776107474	3	3	2	3	1	False	115014	fragment	False	ISR0372_000000009500	0.9529468468704705		0	0	False	False	0.9770588278770447	0					non-mobilizable	no_good_hit	646.0	79.721	37.0	0.00019184077396458684	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0125_000000010827	2401	0.9903909187118972	4	1	1	1	1	False	76916	fragment	False	ISR0814_000000016537	0.9701465071624273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	75.155	7.0	0.0013025046251358503	NZ_RKLX01000008.1	bacteria	Lactobacillus suantsaiihabitans strain BCRC 81129 Scaffold8_1, whole genome shotgun sequence	True	False
FIJ0081_000000006765	4693	0.9903893546775178	5	2	2	2	2	False	44279	maximal	True	FIJ0081_000000006765	1.0		0	0	False	False	0.9942467212677002	0					non-mobilizable	no_good_hit	582.0	82.47399999999999	18.0	0.00031060291238427365	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0111_000000009319	3643	0.990384504895498	6	3	2	3	2	False	119409	fragment	False	SPA0111_000000009319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	75.96600000000001	6.0	0.00038352025103143705	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0208_000000011344	2717	0.9903840495030988	4	4	2	3	1	True	58998	maximal	True	ENG0208_000000011344	1.0		1	1	False	False	0.9970555901527405	0		MOBV			mobilizable	no_good_hit	1235.0	97.652	45.0	0.29312395907684985	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	True	True
ISR0847_000000001695	11017	0.9903801769211278	12	8	6	7	8	False	20763	maximal	True	ISR0847_000000001695	1.0		2	2	False	False	0.9999092221260071	0					non-mobilizable	no_good_hit	1196.0	71.656	11.0	0.010452930569689179	NZ_FONQ01000012.1	CFB group bacteria	Flavobacterium xueshanense strain CGMCC 1.9227, whole genome shotgun sequence	True	False
SPA0054_000000001093	15637	0.9903774120963584	16	11	5	5	10	True	132600	maximal	True	SPA0054_000000001093	1.0	PS1169|PS902	4	2	False	True	1.0	0		MOBB	MPF_T		conjugative	no_good_hit	13556.0	99.941	87.0	0.43684939894936997	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	True	True
AST0151_000000004355	3762	0.9903747473653872	4	2	2	2	2	True	113849	maximal	True	AST0151_000000004355	1.0		5	3	False	False	0.9896332025527954	0					non-mobilizable	no_good_hit	671.0	73.17399999999999	19.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
ISR0779_000000022511	1537	0.9903733643778241	2	2	2	2	1	False	22331	maximal	True	ISR0779_000000022511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0082_000000001879	4366	0.9903711069642392	4	3	2	2	2	False	98092	fragment	False	MAD0082_000000001879	0.9838670840356369		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	4009.0	95.385	92.0	0.03302410337115878	AB255435.1	enterobacteria	Escherichia coli plasmid pO86A1 DNA, complete sequence	False	True
ENG0156_000000002361	6590	0.9903690186450742	10	5	3	3	2	False	76331	maximal	False	DEN0007_000000004296	0.9896891584533738	PS238	0	0	False	True	0.9977238178253174	0					non-mobilizable	no_good_hit	833.0	85.594	18.0	0.00019562539198732536	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
TAN0017_000000000526	29524	0.9903680170032202	35	23	11	18	11	True	43772	maximal	True	TAN0017_000000000526	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3298.0	91.419	16.0	0.053155985489721884	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
FIJ0014_000000002484	8641	0.9903677925121296	9	3	1	3	2	False	100611	fragment	False	FIJ0014_000000002484	0.9864150036066361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.056081573197378005	HG796594.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01768	True	False
SPA0062_000000019030	1693	0.9903668129092724	2	2	1	2	1	True	6160	fragment	False	SPA0062_000000019030	1.0		0	0	False	False	0.989958643913269	0					non-mobilizable	no_good_hit								True	True
ENG0194_000000006158	4366	0.9903666418085084	8	1	1	1	1	False	54549	maximal	True	ENG0194_000000006158	1.0		0	0	False	False	0.9995419383049011	0					non-mobilizable	no_good_hit	672.0	83.631	15.0	0.18732394366197183	MK232330.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_9_c1 sequence	True	False
FIJ0109_000000011682	2211	0.990365798791182	3	1	1	1	1	True	47923	maximal	True	FIJ0109_000000011682	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	79.439	5.0	0.00019708834813685815	NZ_FONX01000002.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
FIJ0058_000000021820	1862	0.990365798791182	2	1	1	1	1	True	46008	fragment	False	FIJ0058_000000021820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	79.439	6.0	0.00019708834813685815	NZ_FONX01000002.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
FIJ0080_000000013969	1749	0.990365798791182	2	1	1	1	1	True	44676	fragment	False	FIJ0080_000000013969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	79.439	6.0	0.00019708834813685815	NZ_FONX01000002.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
FIJ0036_000000026728	1590	0.990365798791182	1	1	1	1	1	True	47922	fragment	False	FIJ0036_000000026728	1.0		0	0	False	False	0.9974842667579651	0					non-mobilizable	no_good_hit	107.0	79.439	7.0	0.00019708834813685815	NZ_FONX01000002.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
SPA0141_000000009615	2416	0.9903644699886546	7	3	2	3	2	False	88947	maximal	True	SPA0141_000000009615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1773.0	82.459	73.0	0.0008120287415679268	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0092_000000001374	11848	0.9903607504146564	11	7	4	3	7	True	132596	backbone	False	ISR0120_000000000296	0.034849292952370575	PS1169|PS902	0	0	False	True	0.9997467994689941	0		MOBB	MPF_T		conjugative	plasmid	11848.0	99.975	100.0	0.38143533275379116	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0080_000000012392	3647	0.9903580197464368	5	5	2	2	5	False	98143	backbone	False	SPA0005_000000007744	0.5641796593310235	PS542	0	0	False	True	1.0	0	Col156	MOBQ			mobilizable	plasmid	3650.0	96.84899999999999	100.0	0.489010989010989	CP056633.1	enterobacteria	Escherichia coli strain RHBSTW-00303 plasmid pRHBSTW-00303_2, complete sequence	False	True
ENG0070_000000001983	10049	0.990357369786844	10	5	4	5	5	False	62464	maximal	True	ENG0070_000000001983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	1.0	2.6292763192088203e-05	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
SPA0117_000000017060	2219	0.9903545198659128	3	2	2	2	1	False	4307	maximal	True	SPA0117_000000017060	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	76.351	20.0	0.00018042001118026064	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ENG0211_000000015057	1613	0.9903539869944794	3	3	3	2	1	False	116611	fragment	False	ENG0084_000000012565	0.21996425757672278		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	99.44200000000001	100.0	0.0003113923659642159	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
CHI0045_000000014871	1423	0.9903539869944794	3	3	3	2	1	False	116611	fragment	False	ENG0084_000000012565	0.12331155738463839		0	0	False	False	1.0	0					non-mobilizable	chromosome	1423.0	100.0	100.0	0.0002782783221578429	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
CAN0014_000000033609	1475	0.9903531651931232	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.15124546582955434		0	0	False	False	0.9979661107063293	0					non-mobilizable	other	1475.0	99.525	100.0	0.00028455818191646266	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0194_000000002370	8508	0.9903525222859868	12	3	2	2	3	True	37374	maximal	True	ISR0194_000000002370	1.0		2	1	False	False	0.9968265295028687	0					non-mobilizable	no_good_hit	265.0	95.47200000000001	3.0	0.004762515340794607	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0114_000000008410	4997	0.9903523586804232	7	3	2	3	2	False	4469	maximal	True	SPA0114_000000008410	1.0		1	1	False	False	0.9975985884666443	0					non-mobilizable	no_good_hit	3488.0	81.594	84.0	0.0006565343189867932	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
CHI0092_000000000684	12334	0.9903452884899184	17	7	3	6	6	False	104078	maximal	True	CHI0092_000000000684	0.993390422347855		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	84.024	12.0	0.0003401688211280125	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0400_000000005383	3286	0.9903450250838196	5	5	1	4	5	True	22560	fragment	False	ISR0400_000000005383	1.0		0	0	False	False	1.0	0	rep_cluster_1197				non-mobilizable	plasmid	3131.0	99.617	100.0	0.5067184717500405	LR135275.1	firmicutes	Enterococcus faecium isolate E7196 genome assembly, plasmid: 6	False	True
CHI0144_000000003535	3895	0.9903439471424196	4	2	2	2	1	True	97413	maximal	False	CAN0001_000000012234	0.6449815977777709		0	0	True	True	1.0	35					non-mobilizable	no_good_hit	892.0	95.404	52.0	0.239247311827957	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CAN0001_000000012234	3887	0.9903439471424196	4	2	2	2	1	True	97413	maximal	True	CAN0001_000000012234	0.9358772572431809		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	1354.0	96.97200000000001	59.0	0.3618279569892473	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
SPA0120_000000011615	3634	0.9903439471424196	4	2	2	2	1	True	97413	maximal	False	CAN0001_000000012234	0.6089529199897094		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	1747.0	93.475	56.0	0.4682795698924731	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ENG0055_000000002620	7359	0.9903435799410106	8	8	2	4	7	False	126360	fragment	False	ENG0055_000000002620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000014634	2650	0.9903432362483904	4	3	1	3	1	False	44355	maximal	True	MAD0107_000000014634	1.0		0	0	False	False	0.995849072933197	0					non-mobilizable	no_good_hit	217.0	100.0	8.0	5.2958426899350305e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0053_000000000724	19752	0.9903420108290356	24	22	7	11	21	False	114281	maximal	True	AST0053_000000000724	1.0		1	1	False	False	0.9998481273651123	0		MOBP			mobilizable	plasmid	9717.0	99.774	100.0	0.1645050963394399	CP019199.1	enterobacteria	Salmonella enterica subsp. enterica serovar Muenster str. 0315 strain 315 plasmid pCFSAN001297_02, complete sequence	False	True
AST0050_000000001964	6844	0.990341765943663	7	6	5	6	3	False	114789	maximal	True	AST0050_000000001964	1.0		1	1	False	False	0.9998539090156555	0					non-mobilizable	no_good_hit	189.0	96.825	4.0	0.0005654339404730397	NZ_QSLJ01000002.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf2, whole genome shotgun sequence	True	False
ISR0145_000000003212	10297	0.9903413144043116	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9624426951033023	PS1052	0	0	True	True	0.9999029040336609	42	IncW	MOBF			mobilizable	other	9353.0	99.75399999999999	99.0	0.003921195377584868	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0114_000000003066	10753	0.990337739138891	15	9	6	9	6	True	125409	fragment	False	DEN0021_000000002110	0.7829510805111083		0	0	False	False	1.0	0					non-mobilizable	other	10753.0	98.84700000000001	100.0	0.003068477480326467	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0011_000000000427	34062	0.9903322566882412	34	25	16	24	13	True	98520	fragment	False	MAD0068_000000000179	0.9124867136396071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8126.0	99.68	24.0	0.40415899706482267	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ISR0200_000000000061	97109	0.9903311285371164	92	15	6	13	6	True	127415	maximal	False	SPA0046_000000000019	0.9126780983925943		0	0	True	True	1.0	96					non-mobilizable	virus	22192.0	97.193	97.0	0.22432183768590697	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0385_000000005714	3578	0.9903270205565174	3	3	3	3	3	True	109336	backbone	False	ISR0013_000000006661	1.0	PS687	0	0	True	True	1.0	47	rep_cluster_1188				non-mobilizable	plasmid	2889.0	100.0	100.0	0.8253786796227494	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
DEN0069_000000005354	5424	0.9903244746973054	4	3	2	3	1	False	104194	maximal	True	DEN0069_000000005354	1.0		0	0	False	False	0.9964970350265503	0					non-mobilizable	no_good_hit	999.0	86.086	25.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MAD0043_000000001230	12660	0.9903210089591764	16	12	7	10	8	True	53945	maximal	True	MAD0043_000000001230	1.0		1	1	True	True	1.0	36					non-mobilizable	no_good_hit	51.0	92.15700000000001	0.0	6.822200777925809e-06	NZ_CP036319.1	bacteria	Crateriforma conspicua strain Mal65 chromosome	True	True
MAD0014_000000016617	1971	0.9903162793151512	2	1	1	1	1	False	19506	fragment	False	MAD0014_000000016617	1.0		0	0	False	False	0.995941162109375	0					non-mobilizable	no_good_hit								True	False
CAN0021_000000036084	1209	0.9903162793151512	2	1	1	1	1	False	91395	fragment	False	ISR0159_000000021333	0.9105295579637476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	5.0	1.7732603538183273e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0243_000000009172	1381	0.9903122450686014	3	2	2	1	1	False	71775	fragment	False	ISR0243_000000009172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0157_000000003171	8407	0.99031133299452	10	10	4	6	10	True	123628	fragment	False	USA0108_01_000000001009	0.3035138021541578		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8443.0	97.359	99.0	0.2712579284587398	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0095_000000020500	1535	0.9903084241842326	3	2	2	1	1	False	110561	fragment	False	MON0095_000000020500	1.0		0	0	False	False	0.9752442836761475	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010408876072692507	NZ_BCTW01000003.1	a-proteobacteria	Novosphingobium lentum NBRC 107847, whole genome shotgun sequence	True	False
AST0046_000000002279	8763	0.9903063219158597	12	9	6	8	2	False	115732	maximal	True	AST0046_000000002279	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	96.85	9.0	0.0002043498146508503	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0166_000000004156	4091	0.9903061176403279	5	3	3	3	2	False	105896	fragment	False	ISR0387_000000005579	0.9607645028205777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	93.458	3.0	3.6350505289169985e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0188_000000005898	3744	0.9903061176403279	5	3	3	3	2	False	105896	fragment	False	ISR0387_000000005579	0.7065737556391761		0	0	False	False	0.9997329115867615	0					non-mobilizable	no_good_hit								True	False
ISR0080_000000011106	2751	0.990305620204728	3	3	3	3	3	False	97138	maximal	True	ISR0080_000000011106	1.0	PS521	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1832.0	79.803	66.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0039_000000012129	3708	0.990295900560232	4	4	2	4	3	False	34777	fragment	False	MON0039_000000012129	1.0		0	0	False	False	0.9913700222969055	0					non-mobilizable	no_good_hit	593.0	80.607	16.0	0.00016302625953165323	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0345_000000000522	9457	0.9902909181810392	14	10	4	6	8	True	35469	maximal	True	ISR0345_000000000522	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5677.0	99.87700000000001	65.0	0.04590970121487617	LM995853.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-13_contig-10.1_2966_126599_[organism:Escherichia	True	True
ISR0063_000000014759	1346	0.9902891851847084	2	2	2	2	1	False	83033	fragment	False	CHI0123_000000010158	0.9527369461682071		0	0	False	False	0.9992570877075195	0					non-mobilizable	chromosome	1346.0	98.14299999999999	100.0	0.000298743500385368	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0324_000000024212	1272	0.9902891851847084	2	2	2	2	1	False	83032	fragment	False	ISR0324_000000024212	1.0		0	0	False	False	0.9630503058433533	0					non-mobilizable	other	1168.0	97.774	92.0	0.002852027238572323	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0103_000000026436	1160	0.9902891851847084	2	2	2	2	1	False	83030	fragment	False	ISR0284_000000013501	0.9471240726004725		0	0	False	False	1.0	0					non-mobilizable	chromosome	1159.0	97.49799999999999	99.0	0.0002572081586961012	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0284_000000013501	1137	0.9902891851847084	2	2	2	2	1	False	83030	fragment	False	ISR0284_000000013501	0.9510587078594742		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	97.79700000000001	100.0	0.0002518774196557675	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0222_000000006135	10420	0.9902881503904696	10	7	3	5	5	True	128768	backbone	False	ENG0060_000000001922	0.964880998403641	PS1052	0	0	True	True	0.9998080730438232	5	IncW	MOBF			mobilizable	other	8266.0	99.794	98.0	0.003465427694155146	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
FIJ0049_000000004013	4153	0.9902867010777126	4	3	1	2	3	False	109324	maximal	False	SPA0139_000000006178	0.9982610054703893		0	0	True	True	1.0	9	ColRNAI_rep_cluster_1987,rep_cluster_2335			MOB_unknown	mobilizable	plasmid	3762.0	99.947	100.0	0.9231713303878253	LT985290.1	enterobacteria	Escherichia coli strain ECOR 10 genome assembly, plasmid: RCS83_pI	False	True
SPA0139_000000006178	4142	0.9902867010777126	4	3	1	2	3	False	109324	maximal	True	SPA0139_000000006178	0.99913112164297		10	6	True	True	1.0	34	rep_cluster_2335			MOB_unknown	mobilizable	plasmid	3591.0	99.694	100.0	0.8809523809523809	LT985290.1	enterobacteria	Escherichia coli strain ECOR 10 genome assembly, plasmid: RCS83_pI	False	True
SPA0138_000000005744	4134	0.9902867010777126	4	3	1	2	3	False	109324	maximal	False	SPA0139_000000006178	0.9984856599884231		0	0	True	True	0.9995161890983582	41	rep_cluster_2335			MOB_unknown	mobilizable	plasmid	3586.0	99.693	100.0	0.8797250859106529	LT985290.1	enterobacteria	Escherichia coli strain ECOR 10 genome assembly, plasmid: RCS83_pI	False	True
AST0094_000000006257	3396	0.9902867010777126	3	3	1	2	3	False	109323	fragment	False	AST0094_000000006257	1.0		0	0	False	False	0.997644305229187	0	ColRNAI_rep_cluster_1857				non-mobilizable	plasmid	3035.0	98.155	97.0	0.7434953362788415	LT985290.1	enterobacteria	Escherichia coli strain ECOR 10 genome assembly, plasmid: RCS83_pI	False	True
ENG0143_000000005045	3795	0.9902843757394296	6	3	1	2	2	True	57631	maximal	True	ENG0143_000000005045	1.0		1	1	True	True	0.999472975730896	4					non-mobilizable	no_good_hit	41.0	97.561	1.0	0.029061102831594635	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
FIJ0097_000000000550	30676	0.9902842935108329	24	17	7	16	10	True	51487	fragment	False	FIJ0033_000000000484	0.7264988206465587		0	0	False	False	0.9999347925186157	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001226018844363719	AL392086.14	primates	Human DNA sequence from clone RP11-799O21 on chromosome 10, complete sequence	True	True
ISR0324_000000003864	8122	0.9902833075918744	9	3	2	2	1	False	80462	fragment	False	ISR0324_000000003864	1.0		0	0	False	False	0.9992612600326538	0					non-mobilizable	no_good_hit								True	False
MON0079_000000011779	1938	0.9902830853306208	2	2	2	2	2	False	116561	fragment	False	ISR0166_000000010234	0.9361716655632777		0	0	False	False	1.0	0					non-mobilizable	other	1860.0	97.84899999999999	96.0	0.0003926179379722794	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0015_000000004192	4784	0.990282522185898	6	4	4	4	3	False	66877	maximal	True	ENG0015_000000004192	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	78.212	4.0	0.004597278411180581	NZ_MRAE01000029.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_28, whole genome shotgun sequence	True	False
DEN0023_000000000893	4563	0.9902818795386747	6	3	1	2	2	False	74396	maximal	True	DEN0023_000000000893	1.0		1	1	False	False	0.9967126846313477	0					non-mobilizable	no_good_hit								True	False
ISR0815_000000003694	7342	0.9902799386015044	13	10	3	5	8	True	125644	maximal	False	USA0039_01_000000003137	0.9749667675260028	PS799|PS803	0	0	True	True	1.0	21	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3490.0	97.93700000000001	67.0	0.39048684946838275	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0067_000000020803	1540	0.990279346156145	2	1	1	1	1	False	45179	fragment	False	FIJ0067_000000020803	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0008_01_000000003177	2370	0.990276663242279	2	2	1	2	1	False	60277	fragment	False	USA0008_01_000000003177	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1097.0	100.0	97.0	0.0003300745498668559	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0153_000000016130	1782	0.9902763714019488	6	1	1	1	1	False	73754	fragment	False	ENG0088_000000009864	0.7512303557162763		0	0	False	False	0.9994388222694397	0					non-mobilizable	virus	1782.0	99.719	100.0	0.36683831101956743	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ISR0295_000000003711	7420	0.9902732056497928	9	7	4	5	6	False	62582	maximal	True	ISR0295_000000003711	1.0		1	1	False	False	0.9998652338981628	0					non-mobilizable	no_good_hit	1936.0	90.186	45.0	0.07624985013787315	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0232_000000014552	1928	0.9902714367121412	4	1	1	1	1	False	27446	fragment	False	ISR0232_000000014552	1.0		0	0	False	False	0.9839211702346802	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.00010726556607726473	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
ISR0143_000000008672	3712	0.990270834086692	7	6	2	4	6	False	31156	maximal	True	ISR0143_000000008672	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1268.0	97.792	34.0	0.007667959790114565	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	True	False
FIJ0054_000000005792	4234	0.9902652037555972	5	1	1	1	1	False	46353	maximal	True	FIJ0054_000000005792	1.0		1	1	False	False	0.9952763319015503	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000008614	3744	0.9902652037555972	3	1	1	1	1	False	41371	maximal	True	FIJ0123_000000008614	1.0		2	1	False	False	0.9938568472862244	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000011760	2396	0.9902652037555972	3	1	1	1	1	False	19673	fragment	False	MAD0012_000000011760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0284_000000013453	1140	0.9902643764289384	2	2	1	2	1	False	26077	fragment	False	ISR0284_000000013453	0.9973309608540926		0	0	False	False	0.9868420958518982	0					non-mobilizable	chromosome	1140.0	99.825	100.0	0.00022154115229018896	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ISR0793_000000015217	1124	0.9902643764289384	2	2	1	2	1	False	26077	fragment	False	ISR0284_000000013453	0.9903508771929824		0	0	False	False	0.9866548180580139	0					non-mobilizable	other	1123.0	100.0	99.0	0.00020881718464929415	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ISR0193_000000004376	6055	0.9902640462778484	7	7	5	5	5	True	29108	maximal	True	ISR0193_000000004376	1.0		6	3	False	False	0.9988439083099365	0					non-mobilizable	no_good_hit	2193.0	99.59	37.0	0.0009950149388419879	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	True	True
FIJ0124_000000008092	3258	0.99026212589963	5	4	3	3	3	False	41257	maximal	True	FIJ0124_000000008092	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	627.0	72.408	19.0	0.00021708159470335074	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0032_000000015973	1109	0.9902591212704908	2	2	1	2	1	True	18904	fragment	False	MAD0032_000000015973	1.0		0	0	False	False	0.982867419719696	0					non-mobilizable	plasmid	1113.0	88.679	100.0	0.04403948367501898	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
CAN0012_000000007504	7394	0.9902576178968484	7	6	3	4	4	True	115007	fragment	False	CAN0012_000000007504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2925.0	97.915	75.0	0.0004125717660329933	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0138_000000017471	1665	0.9902574230559136	2	2	2	2	2	False	83038	fragment	False	ISR0213_000000015361	0.9428893023902923		0	0	False	False	0.9993994235992432	0					non-mobilizable	chromosome	1665.0	100.0	100.0	0.00036959790679647015	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0123_000000017276	1345	0.9902549394867752	3	2	2	1	1	False	32103	fragment	False	ISR0123_000000017276	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	99.48	100.0	0.022664036019628676	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
MAD0072_000000000259	16747	0.9902545702888416	22	18	5	7	17	False	16325	maximal	True	MAD0072_000000000259	1.0		1	1	False	False	0.9999402761459351	0					non-mobilizable	no_good_hit	3193.0	98.40299999999999	66.0	0.0005043568723048034	CP050213.1	enterobacteria	Escherichia coli strain RM-065-WU chromosome	True	False
ENG0125_000000004627	5152	0.9902537807253484	6	6	0	4	6	False	58869	maximal	False	ISR0818_000000003156	1.0		0	0	True	True	1.0	39		MOBP			mobilizable	plasmid	4968.0	100.0	100.0	0.9714453354195188	AY271828.1	enterobacteria	Hafnia alvei plasmid pAlvA, complete sequence	False	True
ISR0004_000000006056	2913	0.9902526534832649	3	3	2	3	1	False	52684	maximal	True	ISR0004_000000006056	1.0		0	0	False	False	0.9996567368507385	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000002761	10575	0.9902507419532606	12	8	7	8	7	True	128645	fragment	False	DEN0001_000000002761	0.9968222348700436		0	0	False	False	0.9982978701591492	0					non-mobilizable	no_good_hit	861.0	86.179	20.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0062_01_000000012712	1507	0.9902497740242848	3	2	2	1	1	False	62920	fragment	False	USA0062_01_000000012712	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1233.0	95.62	95.0	0.00027874236512896814	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CHI0120_000000001596	7171	0.9902475167593696	10	8	6	5	8	True	123637	fragment	False	CHI0120_000000001596	1.0		0	0	False	True	0.999721109867096	0	rep_cluster_1702				non-mobilizable	no_good_hit	2238.0	98.749	65.0	0.07221720041322315	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0052_000000002796	9323	0.9902463716656262	8	5	4	5	3	False	74855	fragment	False	ISR0052_000000002796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	85.057	1.0	2.8413193348772282e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
USA0081_01_000000005419	5723	0.9902458840513779	12	8	5	8	4	True	99215	fragment	False	USA0081_01_000000005419	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3489.0	97.85	91.0	0.3036772394562565	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
FIJ0001_000000010158	1957	0.9902441167112036	5	1	1	1	1	False	52581	fragment	False	FIJ0001_000000010158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1563.0	96.09700000000001	83.0	0.027682274128947647	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0125_01_000000004256	6085	0.9902432838728848	5	5	2	2	5	False	127641	fragment	False	USA0125_01_000000004256	1.0		0	0	False	True	1.0	0	rep_cluster_2150	MOBQ			mobilizable	plasmid	4799.0	91.20700000000001	94.0	0.6279652082235108	CP030334.1	enterobacteria	Escherichia coli strain AR_451 plasmid unnamed7	False	True
FIJ0028_000000005758	5226	0.9902432838728848	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.8874130033252678	PS1015|PS542	0	0	True	True	0.9996172785758972	3	rep_cluster_2150	MOBQ			mobilizable	plasmid	2660.0	96.20299999999999	99.0	0.5141418055017435	CP023898.1	enterobacteria	Escherichia coli strain FDAARGOS_433 plasmid unnamed7, complete sequence	False	True
ISR0170_000000012815	3563	0.9902426610996092	5	3	3	2	2	True	86108	maximal	False	ISR0040_000000007781	0.9631426483411385		0	0	True	True	1.0	304					non-mobilizable	no_good_hit								True	True
MON0107_000000002294	14594	0.9902405151881952	14	6	4	4	5	False	65402	fragment	False	MON0107_000000002294	1.0		0	0	False	False	0.9993147850036621	0					non-mobilizable	no_good_hit	394.0	78.426	3.0	0.0001380235451930035	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
SPA0137_000000005064	7080	0.9902399592233194	11	7	3	4	5	True	87193	maximal	False	SPA0122_000000004557	0.9912519027328379		0	0	True	True	1.0	295	rep_cluster_722	MOBB			mobilizable	plasmid	4165.0	99.85600000000001	100.0	0.5947955390334573	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
ENG0150_000000004826	3291	0.9902389842623772	4	2	2	2	2	False	57177	maximal	True	ENG0150_000000004826	1.0		1	1	True	True	0.9996961355209351	10					non-mobilizable	no_good_hit	1369.0	92.54899999999999	42.0	0.16833642547928263	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
DEN0089_000000004309	4411	0.9902368529257956	9	2	2	1	1	False	68857	maximal	True	DEN0089_000000004309	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0146_000000001115	5468	0.9902355545039292	6	5	4	3	2	True	84509	maximal	True	CHI0146_000000001115	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	88.506	6.0	0.016552647945271014	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
CHI0123_000000010158	1381	0.9902304855339008	2	2	2	2	2	False	83033	fragment	False	CHI0123_000000010158	0.9699658581000122		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	97.39299999999999	100.0	0.0033730236380713837	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0078_000000028318	1248	0.9902302180943237	3	2	2	1	1	False	69684	fragment	False	DEN0078_000000028318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	80.815	33.0	0.00018062063354002414	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0121_000000007310	3255	0.9902283333956584	4	4	3	3	2	False	95720	fragment	False	SPA0047_000000012177	0.9757540539249129		0	0	False	False	1.0	0					non-mobilizable	chromosome	3259.0	99.264	100.0	0.000817485456888557	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0127_000000000549	23444	0.9902246966993676	20	10	4	10	5	True	41069	maximal	True	FIJ0127_000000000549	1.0		10	4	False	False	0.9991468787193298	0					non-mobilizable	no_good_hit	1723.0	70.575	7.0	0.00099797424344133	LR134472.1	firmicutes	Parvimonas micra strain NCTC11808 genome assembly, chromosome: 1	True	True
ISR0785_000000019770	1877	0.9902202553773064	4	2	1	2	1	False	22182	fragment	False	ISR0785_000000019770	1.0		0	0	False	False	0.9968034029006958	0					non-mobilizable	no_good_hit								True	False
CHI0184_000000005197	1645	0.9902184444709982	3	2	2	1	1	False	77249	maximal	True	CHI0184_000000005197	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	79.277	25.0	0.00010669387533131426	CP053292.1	firmicutes	Clostridium butyricum strain 16-3 chromosome 1, complete sequence	True	False
DEN0082_000000009084	4178	0.9902177713737572	6	4	3	4	2	True	69314	fragment	False	DEN0082_000000009084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	1.0	0.0011725293132328308	NZ_LDAQ01000116.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_116, whole genome shotgun sequence	True	True
FIJ0106_000000004770	5090	0.9902154918350494	7	3	2	3	3	False	42364	maximal	True	FIJ0106_000000004770	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0093_000000002667	4695	0.9902135517702224	9	2	1	2	1	False	61071	fragment	False	ENG0093_000000002667	1.0		0	0	False	False	0.9806177020072937	0					non-mobilizable	no_good_hit	207.0	100.0	4.0	0.0012415023383636275	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	True	False
MON0090_000000027821	2143	0.9902135517702224	6	2	1	2	1	False	9563	maximal	True	MON0090_000000027821	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000021990	1848	0.9902135517702224	4	2	1	2	1	False	46006	fragment	False	FIJ0058_000000021990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000019177	1838	0.9902135517702224	4	2	1	2	1	False	18245	fragment	False	MAD0041_000000019177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000020535	1793	0.990210724105109	2	2	2	2	2	False	52369	fragment	False	ISR0070_000000010719	0.9247810407006698		0	0	False	False	1.0	0					non-mobilizable	chromosome	1804.0	82.927	100.0	0.0007782863738315407	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0135_000000002782	6988	0.990210705018134	10	7	4	6	4	True	64364	fragment	False	ISR0135_000000002782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2252.0	92.762	79.0	0.08967749670303321	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0042_000000000189	42215	0.9902105905961086	26	17	13	13	9	True	108382	fragment	False	ISR0042_000000000189	1.0		0	0	False	False	0.9997867941856384	0					non-mobilizable	no_good_hit	1814.0	82.58	4.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0256_000000003586	4933	0.99020556031132	6	4	2	4	2	False	44547	maximal	True	ISR0256_000000003586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0057_000000005350	3773	0.9902043023691962	6	6	2	4	6	True	47164	maximal	True	ISR0057_000000005350	1.0		9	3	True	True	1.0	363	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	2679.0	100.0	100.0	0.18005782290055805	MH595533.1	enterobacteria	Klebsiella pneumoniae strain KPN535 plasmid pKPN535a, complete sequence	False	True
MAD0099_000000006413	4406	0.9901983757333388	4	4	2	2	4	False	127640	backbone	False	CHI0066_000000002654	0.042431416779066845	PS1015|PS542	0	0	False	True	0.9945529103279114	0	Col156	MOBQ			mobilizable	plasmid	2612.0	96.095	99.0	0.5069957248348231	EU090225.1	enterobacteria	Escherichia coli plasmid pIGJC156, complete sequence	False	True
ISR0830_000000000827	15614	0.990197762966355	15	12	11	12	10	True	99403	maximal	True	ISR0830_000000000827	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5083.0	98.682	33.0	0.0009300127835550004	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	True
SPA0006_000000014659	2184	0.9901943145705872	3	2	2	2	2	False	103982	maximal	True	SPA0006_000000014659	1.0		1	1	False	False	0.9954212307929993	0					non-mobilizable	no_good_hit	228.0	94.73700000000001	28.0	5.041990675648962e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0130_01_000000002398	14928	0.99019026463814	23	13	9	12	10	True	125417	fragment	False	SPA0098_000000001538	0.29494890777461696		0	0	False	False	1.0	0					non-mobilizable	other	14928.0	98.921	100.0	0.0042597922420121405	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0034_01_000000001355	28839	0.9901888785278019	27	14	10	11	5	True	69330	fragment	False	USA0034_01_000000001355	0.9996793615732659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	93.50200000000001	1.0	0.034137291280148425	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0069_01_000000001518	28069	0.9901888785278019	27	14	10	11	5	True	69330	fragment	False	USA0034_01_000000001355	0.986337945143729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	93.50200000000001	1.0	0.034137291280148425	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0192_000000000987	10938	0.9901872239216682	17	10	6	8	9	True	125390	fragment	False	USA0024_01_000000001996	0.9688185246908166		0	0	False	False	0.9999085664749146	0					non-mobilizable	other	10940.0	99.141	100.0	0.00312184975163342	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0089_000000000236	16389	0.9901860933451709	20	14	7	8	8	True	90011	fragment	False	CHI0114_000000000326	0.24187318225884635		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	1425.0	86.52600000000001	9.0	0.04562284683988538	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0080_000000019411	1676	0.9901794613686996	3	2	2	2	2	False	83038	fragment	False	ISR0213_000000015361	0.9444016714456893		0	0	False	False	0.9988066554069519	0					non-mobilizable	chromosome	1676.0	97.852	100.0	0.00037204116218995644	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0046_000000022218	1612	0.9901794613686996	2	2	2	2	2	False	83038	fragment	False	ISR0213_000000015361	0.9375051888978798		0	0	False	False	0.9950371980667114	0					non-mobilizable	chromosome	1618.0	97.713	100.0	0.0003591585428424833	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
TAN0004_000000001388	2944	0.990179253370536	5	2	2	2	2	False	2962	maximal	True	TAN0004_000000001388	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1099.0	94.904	56.0	0.0004019249937679663	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
CAN0007_000000004770	8998	0.9901787688855576	14	9	6	5	5	True	126524	backbone	False	USA0019_01_000000002811	0.9550343768635101	PS624|PS966|PS967	0	0	True	True	0.9995554685592651	3					non-mobilizable	no_good_hit	3740.0	93.77	78.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0108_000000007525	3387	0.9901738474004768	4	3	3	3	2	False	107275	fragment	False	AST0108_000000007525	1.0		0	0	False	False	0.9976380467414856	0					non-mobilizable	no_good_hit								True	False
ISR0778_000000003199	3889	0.9901729072710388	9	2	1	2	1	False	28168	maximal	True	ISR0778_000000003199	1.0		1	1	False	False	0.9994857311248779	0					non-mobilizable	no_good_hit								True	False
ENG0080_000000006637	3699	0.9901729072710388	6	2	1	2	1	False	67810	fragment	False	ENG0080_000000006637	1.0		0	0	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit								True	False
ISR0215_000000012969	2238	0.9901729072710388	5	2	1	2	1	False	28167	fragment	False	ISR0215_000000012969	1.0		0	0	False	False	0.9991063475608826	0					non-mobilizable	no_good_hit								True	False
ISR0345_000000000457	10350	0.9901721393210507	9	5	4	3	4	True	24221	maximal	True	ISR0345_000000000457	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	98.969	1.0	0.0003075917488513371	NZ_CABKUF010000004.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	True	True
CHI0034_000000001246	8667	0.99016931742257	10	7	5	7	6	False	98908	fragment	False	CHI0034_000000001246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0327_000000002530	7757	0.9901680875179112	8	5	5	5	3	True	124720	fragment	False	ISR0327_000000002530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	86.259	34.0	0.0018003625817324884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0183_000000013461	2129	0.9901641297601218	6	4	3	3	2	False	125361	fragment	False	FIJ0114_000000005988	0.08946554793184111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1770.0	98.023	83.0	0.0005048959782994624	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0818_000000003156	5212	0.9901630101284404	7	6	0	4	6	False	58869	maximal	True	ISR0818_000000003156	1.0		2	2	True	True	1.0	7		MOBP			mobilizable	plasmid	3197.0	100.0	100.0	0.625073342460395	AY271828.1	enterobacteria	Hafnia alvei plasmid pAlvA, complete sequence	False	True
MON0056_000000007084	2545	0.9901575744608554	3	3	3	3	2	False	11072	fragment	False	MON0056_000000007084	1.0		0	0	False	False	0.9681729078292847	0					non-mobilizable	chromosome	2355.0	83.56700000000001	92.0	0.0011615950980089643	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	False
TAN0009_000000022081	1860	0.9901560055779788	4	2	1	2	1	False	2687	fragment	False	TAN0009_000000022081	1.0		0	0	False	False	0.9956989288330078	0					non-mobilizable	no_good_hit								True	False
ENG0180_000000012433	1439	0.9901557921091054	4	2	1	2	1	False	55319	fragment	False	ENG0180_000000012433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0106_000000003050	11353	0.990155627275076	18	7	2	7	2	False	118837	fragment	False	SPA0106_000000003050	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2737.0	96.96700000000001	73.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
SPA0045_000000002415	11351	0.990155627275076	18	7	2	7	2	False	118837	fragment	False	SPA0106_000000003050	0.9999119175548313		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2737.0	96.96700000000001	73.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
DEN0065_000000001877	12132	0.9901545688226856	15	12	8	10	9	False	103562	fragment	False	ENG0179_000000001843	0.8579048756667567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.104	40.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0252_000000000572	11705	0.9901545688226856	15	12	8	10	9	False	103562	fragment	False	ENG0179_000000001843	0.7338501270616012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.059	39.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0091_01_000000004694	2377	0.9901534545005184	2	2	2	2	2	False	94459	fragment	False	USA0091_01_000000004694	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2381.0	98.95	100.0	0.0005971809046638323	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0182_000000005551	5482	0.9901528551669476	6	4	4	4	3	False	107281	fragment	False	ISR0182_000000005551	0.9611876396128072		0	0	False	False	0.9892374873161316	0					non-mobilizable	no_good_hit	562.0	74.199	10.0	0.0001609650216895273	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
MAD0072_000000000645	8049	0.9901474634338896	9	8	6	6	8	True	108532	fragment	False	MAD0109_000000001505	0.9969105289174494		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	8049.0	99.95	100.0	0.19130021392916569	CP052666.1	enterobacteria	Klebsiella pneumoniae strain C17KP0033 plasmid pC17KP0033-3, complete sequence	False	True
DEN0001_000000002038	12947	0.9901450531331092	13	9	6	6	6	True	76995	maximal	True	DEN0001_000000002038	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	0.0	8.8356806382503e-06	CP045404.1	a-proteobacteria	Roseovarius sp. THAF9 chromosome, complete genome	True	True
MAD0053_000000003322	3740	0.9901407705769952	5	3	1	1	3	False	17229	maximal	True	MAD0053_000000003322	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2281.0	78.431	61.0	0.00044229513094572073	CP032184.1	enterobacteria	Citrobacter freundii strain AR_0116 chromosome, complete genome	True	False
TAN0009_000000017344	2267	0.9901360019091764	4	2	2	2	2	False	2697	maximal	True	TAN0009_000000017344	1.0		1	1	False	False	0.9973533153533936	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	3.0	0.06477272727272727	GQ879307.1		Uncultured organism clone VC1C685TR genomic sequence	True	False
ISR0257_000000002179	6428	0.9901326438339496	7	6	5	3	4	True	107004	maximal	True	ISR0257_000000002179	1.0		2	2	False	False	0.9998444318771362	0					non-mobilizable	no_good_hit	5266.0	96.905	88.0	0.014191520728368462	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
MAD0037_000000001422	8721	0.9901322003445636	10	9	5	6	7	True	18682	maximal	True	MAD0037_000000001422	1.0		1	1	False	False	0.9998853206634521	0	ColRNAI_rep_cluster_1857				non-mobilizable	no_good_hit	3448.0	89.47200000000001	54.0	0.4144856968959221	CP023954.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_447 plasmid unnamed	True	True
ISR0093_000000001301	12643	0.9901274610004948	15	6	5	5	3	True	108341	fragment	False	ISR0093_000000001301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0107_000000009231	5521	0.9901203638025804	7	6	4	4	4	False	104210	fragment	False	TAN0007_000000005431	0.9232650260912922		0	0	False	False	1.0	0					non-mobilizable	chromosome	3701.0	92.678	96.0	0.001522103863821123	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0223_000000004824	5218	0.9901105450217071	8	5	4	4	3	False	27832	maximal	True	ISR0223_000000004824	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	79.00399999999999	30.0	0.00046950958383802855	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0034_000000015112	1424	0.9901069163344488	2	2	1	2	1	False	36833	fragment	False	ISR0034_000000015112	1.0		0	0	False	False	0.995084285736084	0					non-mobilizable	no_good_hit								True	False
AST0084_000000001536	13987	0.9901028851426851	17	6	5	6	2	True	111622	fragment	False	AST0084_000000001536	1.0		0	0	False	False	0.9994280338287354	0					non-mobilizable	other	7586.0	97.337	99.0	0.16375838926174496	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0026_000000002771	7922	0.9901002630445296	7	5	4	5	3	False	118462	maximal	True	SPA0026_000000002771	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	99.69200000000001	55.0	0.0036912127891228722	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0088_000000004346	2807	0.9900984269151916	3	2	2	2	2	False	110441	fragment	False	AST0088_000000004346	1.0		0	0	False	True	0.9939436912536621	0					non-mobilizable	no_good_hit	1751.0	97.316	62.0	0.17862611003368378	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ENG0035_000000012366	1798	0.9900984269151916	3	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.8607050748904563	PS306	0	0	False	True	1.0	0					non-mobilizable	other	1729.0	97.28200000000001	96.0	0.1763805246504032	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0793_000000003342	4141	0.9900955875678386	5	3	2	3	2	False	22022	fragment	False	ISR0793_000000003342	1.0		0	0	False	False	0.999517023563385	0					non-mobilizable	no_good_hit								True	False
ENG0038_000000002008	9856	0.9900938476226032	16	7	3	7	4	False	65117	maximal	True	ENG0038_000000002008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	75.0	2.0	5.046931031788068e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MAD0040_000000011481	2693	0.9900934408410836	5	2	1	2	1	False	18378	fragment	False	MAD0040_000000011481	1.0		0	0	False	False	0.991459310054779	0					non-mobilizable	no_good_hit	97.0	85.56700000000001	4.0	1.4568351493906121e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MAD0063_000000005837	2111	0.9900934408410836	4	2	1	2	1	False	16715	fragment	False	MAD0063_000000005837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	85.56700000000001	5.0	1.4568351493906121e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0830_000000002258	8143	0.990093311888797	10	6	4	6	3	False	34498	maximal	True	ISR0830_000000002258	1.0		1	1	False	False	0.9976667165756226	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	1.0	1.8703990644066996e-05	NZ_MDTU01000001.1	g-proteobacteria	Piscirickettsia litoralis strain Y2 scaffold00001, whole genome shotgun sequence	True	False
ISR0246_000000000530	16217	0.9900932788837152	21	10	6	9	5	True	53556	maximal	False	ISR0398_000000001116	0.3929360913862303	PS226	0	0	False	True	0.9999383091926575	0					non-mobilizable	no_good_hit	718.0	76.741	4.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0839_000000003054	4992	0.9900922088628634	10	2	1	2	1	False	36367	fragment	False	ISR0839_000000003054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000006021	3977	0.9900922088628634	8	2	1	2	1	False	67809	fragment	False	ISR0089_000000006021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0053_000000002448	4723	0.9900904985748968	9	6	3	6	5	False	118823	maximal	True	AST0053_000000002448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3419.0	99.795	72.0	0.07090535577182462	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
CHI0040_000000005521	3139	0.9900878402506248	5	5	3	3	5	True	123556	backbone	False	ISR0826_000000002301	0.17345255082908495	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3139.0	99.96799999999999	100.0	0.10103351685501787	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0178_000000005262	3058	0.9900860234798524	5	5	3	3	4	True	29717	fragment	False	ISR0178_000000005262	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3069.0	99.413	100.0	0.02986934595089277	CP042248.1	enterobacteria	Escherichia coli strain BCE049 plasmid pBCE049-2, complete sequence	False	True
DEN0052_000000003992	7745	0.9900846754242932	10	6	4	6	3	False	103334	fragment	False	DEN0052_000000003992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	78.372	10.0	0.00017437499376422324	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0077_000000008409	1606	0.9900844478691244	3	2	2	2	1	False	69889	fragment	False	DEN0077_000000008409	1.0		0	0	False	False	0.9782067537307739	0					non-mobilizable	no_good_hit								True	False
DEN0012_000000001579	4014	0.9900837309283862	4	4	4	4	4	False	85454	maximal	True	DEN0012_000000001579	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3171.0	100.0	99.0	0.024128665920733147	CP057855.1	enterobacteria	Escherichia coli strain RHB13-C01 plasmid pRHB13-C01_2, complete sequence	False	True
USA0009_01_000000018854	1365	0.9900823193597506	2	2	2	1	1	False	2084	maximal	True	USA0009_01_000000018854	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	407.0	79.115	29.0	0.012609269857241683	NZ_KQ960550.1	CFB group bacteria	Prevotella amnii strain DNF00307 Scaffold313, whole genome shotgun sequence	True	False
ISR0335_000000001903	7257	0.9900817890872372	10	8	4	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.2865186826541061		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	chromosome	3248.0	96.15100000000001	92.0	0.0007353984140438785	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0127_000000005698	3913	0.9900795373200568	4	3	3	3	3	False	120486	fragment	False	ISR0127_000000005698	0.9810897861310245		0	0	False	False	0.999488890171051	0					non-mobilizable	no_good_hit	805.0	87.82600000000001	31.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0047_01_000000004105	7646	0.9900747224906356	10	4	3	2	1	False	32838	maximal	True	USA0047_01_000000004105	1.0		1	1	False	False	0.9998692274093628	0					non-mobilizable	no_good_hit	624.0	96.314	8.0	0.00019350314738157887	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
TAN0007_000000012821	2881	0.9900681521756416	3	2	1	1	2	True	2840	maximal	True	TAN0007_000000012821	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	75.785	46.0	0.11684191443074692	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
USA0121_01_000000025494	1707	0.9900666137763874	3	1	1	1	1	False	174	maximal	True	USA0121_01_000000025494	1.0		1	1	False	False	0.9923843145370483	0					non-mobilizable	no_good_hit	418.0	93.541	24.0	0.005821745686044564	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	False
MON0092_000000029733	1869	0.9900655796303836	3	3	3	1	2	False	59978	fragment	False	MON0007_000000032679	0.9660093409444732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	78.947	9.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0344_000000012546	2629	0.9900611399327484	3	3	1	3	2	False	24273	fragment	False	ISR0344_000000012546	1.0		0	0	False	False	0.991631805896759	0					non-mobilizable	no_good_hit	1436.0	75.0	54.0	0.00029492584142716674	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
USA0054_01_000000000073	72171	0.9900584715965108	74	43	29	37	23	True	116760	maximal	False	ITA0005_000000000049	0.9659054330596982	PS635	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0110_000000020149	1163	0.9900554937718226	2	1	1	1	1	False	94084	fragment	False	SPA0062_000000015646	0.11835110431572334		0	0	False	False	0.9888219833374023	0					non-mobilizable	chromosome	1163.0	97.07700000000001	100.0	0.0004777165806364997	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0037_000000027947	2478	0.990052805507616	3	2	2	2	2	False	66767	fragment	False	MON0037_000000027947	1.0		0	0	False	True	0.9782082438468933	0					non-mobilizable	no_good_hit	1764.0	93.311	71.0	0.1795447585995713	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ENG0100_000000008843	3350	0.9900525172566882	5	4	4	4	3	False	103905	fragment	False	DEN0051_000000011770	0.9585520862116608		0	0	False	False	0.9997014999389648	0					non-mobilizable	no_good_hit	118.0	76.271	4.0	0.00031863699620631337	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
ISR0366_000000009228	2069	0.9900516404751791	6	2	1	1	2	False	33262	fragment	False	ISR0366_000000009228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000000992	22725	0.9900514532178888	16	10	7	10	4	True	117545	fragment	False	ENG0007_000000000808	0.9428712403998798		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1743.0	96.443	10.0	0.029936207163368124	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ENG0028_000000012490	1468	0.9900504821327092	2	2	2	2	2	False	76277	fragment	False	MAD0004_000000006513	0.47648902821316613		0	0	False	False	0.9952316284179688	0					non-mobilizable	other	1411.0	79.66	95.0	0.03240161312752051	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0202_000000003459	3609	0.9900479869888932	6	2	2	2	2	False	105325	maximal	True	ISR0202_000000003459	1.0		0	0	False	False	0.9983375072479248	0					non-mobilizable	no_good_hit	293.0	98.635	28.0	6.485732499072673e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0199_000000014175	2143	0.9900479869888932	3	2	2	2	2	False	105320	maximal	True	ISR0199_000000014175	1.0		3	2	False	False	0.9981334805488586	0					non-mobilizable	no_good_hit	628.0	77.707	29.0	0.0011256995031768539	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
USA0043_01_000000005170	1908	0.9900479869888932	4	2	2	2	2	False	105319	maximal	True	USA0043_01_000000005170	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	77.742	33.0	0.0011275035087909193	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
DEN0021_000000020157	1796	0.9900479869888932	3	2	2	2	2	False	105321	fragment	False	DEN0021_000000020157	1.0		0	0	False	False	0.9966592192649841	0					non-mobilizable	no_good_hit	1018.0	76.62100000000001	56.0	0.0018022016084514056	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0165_000000015237	1539	0.9900479869888932	4	2	2	2	2	False	105318	fragment	False	ISR0165_000000015237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	77.707	41.0	0.0011256995031768539	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CHI0106_000000002351	7171	0.9900462856226914	9	6	2	4	6	False	130154	fragment	False	CHI0106_000000002351	1.0		0	0	False	True	0.9998605251312256	0					non-mobilizable	other	4485.0	99.978	90.0	0.7991445375155943	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0011_000000002566	2404	0.9900446089315188	3	2	2	2	1	False	90185	fragment	False	CHI0011_000000002566	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2404.0	100.0	100.0	0.0004549213287110449	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
USA0102_01_000000006149	2230	0.9900446089315188	3	2	2	2	1	False	89127	fragment	False	USA0102_01_000000006149	0.9975178565072489		0	0	False	False	1.0	0					non-mobilizable	chromosome	1891.0	99.736	100.0	0.0003642343456799783	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
CHI0179_000000008854	2224	0.9900446089315188	2	2	2	2	1	False	89127	fragment	False	USA0102_01_000000006149	0.9936214496318012		0	0	False	False	1.0	0					non-mobilizable	chromosome	2224.0	100.0	100.0	0.0004284089684902602	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
USA0039_01_000000010200	2219	0.9900446089315188	2	2	2	2	1	False	89127	fragment	False	USA0102_01_000000006149	0.9922801535153191		0	0	False	False	1.0	0					non-mobilizable	chromosome	2219.0	99.685	100.0	0.0004274453855651809	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
USA0066_01_000000009479	2190	0.9900446089315188	2	2	2	2	1	False	89127	fragment	False	USA0102_01_000000006149	0.99204844998336		0	0	False	False	1.0	0					non-mobilizable	chromosome	1879.0	99.84	100.0	0.0003652803195794336	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ENG0017_000000010594	1965	0.9900446089315188	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.9872614363656851		0	0	False	False	1.0	0					non-mobilizable	chromosome	1935.0	99.69	100.0	0.00036281202960125944	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
CHI0023_000000006982	1948	0.9900446089315188	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.9781578713261415		0	0	False	False	1.0	0					non-mobilizable	other	1948.0	99.795	100.0	0.0003623592321855398	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
USA0048_01_000000008357	1909	0.9900446089315188	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.9837548705857501		0	0	False	False	1.0	0					non-mobilizable	chromosome	1909.0	99.738	100.0	0.00035793451524260755	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
SPA0085_000000007167	1885	0.9900446089315188	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.9698847090130024		0	0	False	False	0.999469518661499	0					non-mobilizable	chromosome	1847.0	99.78299999999999	100.0	0.0003557548159392804	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0017_000000017778	1882	0.9900446089315188	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.9697232267823811		0	0	False	False	0.9994686245918274	0					non-mobilizable	other	1882.0	99.62799999999999	100.0	0.0003500758683826402	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ISR0844_000000006717	1872	0.9900446089315188	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.9660293004980461		0	0	False	False	0.992521345615387	0					non-mobilizable	chromosome	1872.0	99.73299999999999	100.0	0.00036391878484191706	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ISR0816_000000020867	1859	0.9900446089315188	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.9725782292262067		0	0	False	False	1.0	0					non-mobilizable	chromosome	1859.0	99.785	100.0	0.00035806741495947076	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ENG0169_000000013139	1819	0.9900446089315188	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.9591756959732706		0	0	False	False	0.9983507394790649	0					non-mobilizable	other	1819.0	99.945	100.0	0.0003492701445110026	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
ENG0097_000000017479	1791	0.9900446089315188	2	2	2	2	1	False	89123	fragment	False	ENG0017_000000010594	0.952270473596594		0	0	False	False	1.0	0					non-mobilizable	chromosome	1791.0	99.777	100.0	0.0003357981039225721	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
FIJ0068_000000003669	7619	0.9900410667705994	6	6	5	5	5	False	125567	maximal	True	FIJ0068_000000003669	0.992160638151561		21	6	False	False	1.0	0					non-mobilizable	chromosome	7619.0	99.90799999999999	100.0	0.0015211579330542747	LR134222.1	enterobacteria	Escherichia coli strain NCTC11129 genome assembly, chromosome: 1	False	False
ENG0087_000000013004	2043	0.990037740241708	4	2	2	2	1	False	96404	maximal	True	ENG0087_000000013004	1.0		13	6	False	False	0.9916788935661316	0					non-mobilizable	no_good_hit	1688.0	100.0	83.0	0.016834983234871467	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ENG0062_000000006004	4112	0.9900346146925936	5	2	2	2	2	False	118341	maximal	True	ENG0062_000000006004	1.0		9	5	False	False	0.9961089491844177	0					non-mobilizable	no_good_hit	2960.0	99.96600000000001	72.0	0.0013204651571683765	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0027_000000018920	1979	0.9900346146925936	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.9321608065986126		0	0	False	False	1.0	0					non-mobilizable	chromosome	1979.0	99.949	100.0	0.0008826901253393203	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0090_000000018322	1954	0.9900346146925936	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.9884607693497549		0	0	False	False	0.9994882345199585	0					non-mobilizable	chromosome	1954.0	100.0	100.0	0.000871533778962433	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0105_000000013111	1924	0.9900346146925936	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.9312450476623623		0	0	False	False	0.9948024749755859	0					non-mobilizable	chromosome	1924.0	100.0	100.0	0.0008581461633101683	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
AST0153_000000004075	6858	0.99003402822302	9	9	2	4	8	False	103553	maximal	True	AST0153_000000004075	1.0		0	0	False	False	0.9912511110305786	0	IncFIB				non-mobilizable	other	6824.0	100.0	99.0	0.25060603834569894	LM995881.1	enterobacteria	Escherichia coli genome assembly FHI30, scaffold scaffold-11_contig-16.0_1_27226_[organism:Escherichia	False	True
ENG0204_000000004339	5028	0.9900326546919408	7	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.045521653645059286		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2238.0	97.98899999999999	91.0	0.07221720041322315	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0110_000000003435	6537	0.9900281373348336	9	4	3	4	2	False	32722	fragment	False	ISR0110_000000003435	1.0		0	0	False	False	0.9984702467918396	0					non-mobilizable	no_good_hit	993.0	92.044	16.0	0.051085107479767	NZ_QRHR01000016.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf16, whole genome shotgun sequence	True	False
FIJ0024_000000009670	2135	0.9900248383600014	3	3	3	2	2	False	71640	fragment	False	FIJ0024_000000009670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1686.0	96.085	79.0	0.03905344643767673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0138_000000008253	3058	0.990024190238567	5	4	3	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.3128690176424886	PS971	0	0	True	True	1.0	165					non-mobilizable	plasmid	1202.0	86.10600000000001	99.0	0.29168716182980814	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0056_000000009068	2354	0.9900225086983664	4	3	1	1	3	False	35641	maximal	True	ISR0056_000000009068	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	98.962	66.0	0.00018993849687444457	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
SPA0047_000000030565	1266	0.9900195188192304	3	2	2	2	2	True	6641	fragment	False	SPA0047_000000030565	1.0		0	0	False	False	0.9921011328697205	0					non-mobilizable	other	1258.0	94.277	99.0	0.02122051767250118	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	True
MAD0061_000000004106	3887	0.990018960738692	5	4	1	3	3	False	16830	maximal	True	MAD0061_000000004106	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	91.387	12.0	0.015503116942458957	LC316981.1	firmicutes	Lactococcus garvieae plasmid pNs15sousui29 DNA, complete sequence, strain: Ns15sousui29	True	False
CHI0141_000000013012	2120	0.9900171904821904	3	2	2	2	2	False	80106	fragment	False	CHI0141_000000013012	1.0		0	0	False	False	0.99622642993927	0					non-mobilizable	other	2106.0	99.85799999999999	99.0	0.002552257626461031	NZ_JH724315.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.2, whole genome shotgun sequence	False	False
MAD0099_000000000806	19505	0.9900168837348172	15	13	8	11	12	False	32113	maximal	True	MAD0099_000000000806	1.0		2	2	False	False	0.9994360208511353	0					non-mobilizable	no_good_hit	4216.0	98.76700000000001	24.0	0.0015973174173236472	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	True	False
DEN0011_000000004966	7038	0.9900164010139706	10	8	6	7	6	False	75787	maximal	True	DEN0011_000000004966	1.0		1	1	False	False	0.9951691031455994	0					non-mobilizable	no_good_hit	704.0	86.506	10.0	0.0006291120481668945	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
USA0019_01_000000021460	1419	0.9900085206883	2	1	1	1	1	False	1823	fragment	False	USA0019_01_000000021460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	76.19	12.0	0.00026638682596060706	NZ_BAVS01000001.1	firmicutes	Gracilibacillus boraciitolerans JCM 21714, whole genome shotgun sequence	True	False
AST0029_000000021471	1369	0.9900085206883	3	1	1	1	1	False	117932	fragment	False	AST0029_000000021471	1.0		0	0	False	False	0.9956172108650208	0					non-mobilizable	no_good_hit	168.0	76.19	12.0	0.00026638682596060706	NZ_BAVS01000001.1	firmicutes	Gracilibacillus boraciitolerans JCM 21714, whole genome shotgun sequence	True	False
ISR0022_000000014129	1823	0.9900069632834764	3	2	1	2	2	True	37583	maximal	True	ISR0022_000000014129	1.0		1	1	False	False	0.9994514584541321	0					non-mobilizable	no_good_hit								True	True
SPA0092_000000000615	34454	0.9900061295364878	29	15	9	10	7	True	105662	maximal	False	ISR0279_000000000247	0.9757120561841592		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	0.0	0.0037919411674582505	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
USA0101_01_000000001402	14150	0.9900060703769415	13	7	4	7	5	False	99796	fragment	False	USA0101_01_000000001402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	71.362	4.0	0.0002915018660392255	NZ_GL397071.1	firmicutes	Peptoniphilus duerdenii ATCC BAA-1640 SCAFFOLD1, whole genome shotgun sequence	True	False
AST0118_000000001312	16444	0.990005932831996	22	11	7	10	10	False	125216	maximal	True	AST0118_000000001312	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	97.624	10.0	0.0003663384144343609	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AST0048_000000007117	2209	0.9900056192896136	4	2	2	2	2	False	115936	fragment	False	AST0048_000000007117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	74.545	9.0	0.001327650059394871	LC467712.1	firmicutes	Enterococcus faecium AA620 DNA, VanD-type vancomycin-resistant region	True	False
SPA0114_000000011889	3731	0.9900038854654905	5	2	1	2	1	True	47920	maximal	True	SPA0114_000000011889	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1733.0	99.885	46.0	0.00032903291867966613	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
FIJ0160_000000012057	1579	0.990003687920874	1	1	1	1	1	False	43993	fragment	False	FIJ0160_000000012057	0.9852879558012431		0	0	False	False	0.9993667006492615	0					non-mobilizable	no_good_hit	475.0	76.632	30.0	0.0049986761980407735	NZ_QEKY01000009.1	CFB group bacteria	Porphyromonas loveana strain DSM 28520 Ga0215711_109, whole genome shotgun sequence	True	False
FIJ0100_000000010058	1834	0.9900021283405844	4	4	0	3	4	False	103817	fragment	False	FIJ0100_000000010058	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	1837.0	96.734	100.0	0.2753121709041673	CP012628.1	enterobacteria	Escherichia coli strain SF-468 plasmid pSF-468-3, complete sequence	False	True
MON0039_000000009282	4664	0.9899990337315008	6	4	3	4	4	False	125670	fragment	False	MON0039_000000009282	1.0		0	0	False	False	0.9616209268569946	0					non-mobilizable	no_good_hit	179.0	96.089	4.0	7.717825879777952e-05	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ISR0367_000000003487	2776	0.989995310728104	4	3	1	2	3	True	34693	maximal	True	ISR0367_000000003487	1.0		1	1	False	False	1.0	0	rep_cluster_1742				non-mobilizable	no_good_hit	1912.0	98.37899999999999	73.0	0.22161660674939115	NZ_WOTP01000039.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_39_length_8623_cov_7.768067, whole genome shotgun sequence	True	True
ISR0208_000000013565	2024	0.989995310728104	4	3	1	2	3	True	34692	fragment	False	ISR0208_000000013565	1.0		0	0	False	False	0.9980236887931824	0	rep_cluster_1742				non-mobilizable	other	1901.0	99.47399999999999	94.0	0.22022497970543894	NZ_WOTP01000039.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_39_length_8623_cov_7.768067, whole genome shotgun sequence	False	True
ISR0074_000000018693	1606	0.989995310728104	3	3	1	2	3	True	34691	fragment	False	ISR0074_000000018693	1.0		0	0	False	False	1.0	0	rep_cluster_1742				non-mobilizable	plasmid	1606.0	99.50200000000001	100.0	0.1727292294446836	LR135225.1	firmicutes	Enterococcus faecium isolate E7040 genome assembly, plasmid: 7	False	True
SPA0104_000000013128	2778	0.9899948010846468	3	3	3	2	2	False	18258	maximal	True	SPA0104_000000013128	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2367.0	76.046	83.0	0.000591903717676488	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ENG0046_000000006212	3015	0.9899932543926788	4	4	4	3	3	False	103303	fragment	False	ENG0046_000000006212	1.0		0	0	False	False	0.997678279876709	0					non-mobilizable	chromosome	3016.0	89.62200000000001	100.0	0.0007291552029150694	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
ISR0201_000000013019	2340	0.9899920668564001	3	3	2	3	1	False	107398	fragment	False	ISR0201_000000013019	0.9923339011925043		0	0	False	False	0.9931623935699463	0					non-mobilizable	no_good_hit	84.0	96.429	4.0	1.6249612848079433e-05	NC_022571.1	firmicutes	Clostridium saccharobutylicum DSM 13864, complete sequence	True	False
ISR0146_000000017599	2305	0.9899920668564001	3	3	2	3	1	False	107398	fragment	False	ISR0201_000000013019	0.9849744827385373		0	0	False	False	0.9995661377906799	0					non-mobilizable	no_good_hit	46.0	95.652	2.0	0.0019139977032027562	NZ_AVPF01000060.1	firmicutes	Pontibacillus marinus BH030004 = DSM 16465 strain BH030004 contig66, whole genome shotgun sequence	True	False
SPA0059_000000011121	2300	0.9899920668564001	3	3	2	3	1	False	107398	fragment	False	ISR0201_000000013019	0.9833656273823657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	8.637675204736247e-05	CP032999.1	enterobacteria	Buchnera aphidicola (Sarucallis kahawaluokalani) strain Ska chromosome	True	False
ISR0170_000000007715	5748	0.9899907650046772	7	2	1	1	2	False	119848	fragment	False	ISR0170_000000007715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	92.765	36.0	0.002159650272614449	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
CHI0117_000000005171	2885	0.9899887944254012	2	2	1	2	2	True	82106	maximal	True	CHI0117_000000005171	1.0	PS21	1	1	False	True	0.9923743605613708	0					non-mobilizable	no_good_hit	1304.0	75.0	44.0	0.535744322960471	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
ISR0041_000000001312	8184	0.9899827880101448	12	10	5	8	8	True	125622	fragment	False	DEN0052_000000003400	0.9624192268450289		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2400.0	99.833	52.0	0.29047100133188036	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0148_000000022919	1275	0.9899820522291612	2	2	1	1	2	False	30896	fragment	False	ISR0148_000000022919	0.9559681940442302		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	89.134	99.0	0.10353877412800541	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
CHI0144_000000001853	6702	0.9899794795728828	6	4	3	4	2	True	117523	fragment	False	CHI0144_000000001853	1.0		0	0	False	False	0.9989555478096008	0					non-mobilizable	no_good_hit								True	True
ENG0185_000000010081	2048	0.9899777165841832	4	2	2	2	2	False	55050	maximal	True	ENG0185_000000010081	1.0		1	1	False	False	0.99951171875	0					non-mobilizable	no_good_hit	446.0	75.785	21.0	0.00018042001118026064	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
FIJ0088_000000000557	38374	0.9899771706037054	42	17	15	14	9	True	45169	maximal	True	FIJ0088_000000000557	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	8.381959967218425e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0200_000000005635	3509	0.989973561491244	5	3	3	2	1	False	72690	maximal	True	ENG0200_000000005635	1.0		0	0	False	False	0.9880307912826538	0					non-mobilizable	no_good_hit	1374.0	99.709	50.0	0.00031962358140789286	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
USA0035_01_000000003951	6464	0.9899723087688246	10	5	4	5	3	True	113834	fragment	False	AST0116_000000003463	0.9688134609805628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	76.781	22.0	0.014412971674507056	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
MAD0090_000000001379	8365	0.9899722362081406	9	4	1	3	4	False	15802	maximal	True	MAD0090_000000001379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.004290530186944529	XM_017716053.1	bony fishes	PREDICTED: Pygocentrus nattereri alpha-tectorin-like (LOC108438326), mRNA	True	False
FIJ0066_000000017068	1915	0.9899657908188876	3	2	2	2	1	True	61277	fragment	False	FIJ0066_000000017068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000008178	4621	0.9899622502206308	8	2	1	2	1	True	37386	maximal	True	ISR0025_000000008178	1.0		2	2	True	True	1.0	8					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.012784454103809767	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	True	True
ISR0812_000000013202	2989	0.9899622502206308	5	2	1	2	1	True	51758	maximal	False	FIJ0017_000000009421	0.9798028502963151		0	0	True	True	1.0	37					non-mobilizable	no_good_hit	718.0	81.89399999999999	24.0	0.2255089058524173	HG796356.1	bacteria	Uncultured bacterium plasmid pRGI00686	True	True
FIJ0120_000000007717	2969	0.9899622502206308	3	2	1	2	1	True	51758	maximal	False	FIJ0017_000000009421	0.9819857293233559		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	718.0	81.755	24.0	0.2255089058524173	HG796356.1	bacteria	Uncultured bacterium plasmid pRGI00686	True	True
SPA0092_000000015220	2822	0.9899622502206308	3	2	1	2	1	True	127569	maximal	False	SPA0102_000000012732	0.9313021422093346		0	0	True	True	1.0	29					non-mobilizable	no_good_hit	830.0	93.37299999999999	65.0	0.296976241900648	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
CHI0141_000000010399	2653	0.9899622502206308	3	2	1	2	1	True	80431	maximal	False	ISR0214_000000009314	0.468264912412351		0	0	True	True	1.0	180					non-mobilizable	no_good_hit	812.0	80.172	37.0	0.2714765100671141	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ENG0193_000000005496	3745	0.989959226340312	5	3	3	2	3	False	54603	maximal	True	ENG0193_000000005496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	76.87899999999999	5.0	0.0014748615122597863	NZ_ANAZ01000028.1	high GC Gram+	Nocardiopsis valliformis DSM 45023 contig_28, whole genome shotgun sequence	True	False
FIJ0129_000000010835	1969	0.9899589569298528	2	2	2	2	2	False	40943	fragment	False	FIJ0129_000000010835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	73.413	13.0	0.0006627207504038035	NZ_QGDS01000004.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_104, whole genome shotgun sequence	True	False
ENG0071_000000005326	3924	0.989957471880481	8	2	1	2	1	False	62299	fragment	False	ENG0071_000000005326	1.0		0	0	False	False	0.9997451305389404	0					non-mobilizable	no_good_hit	71.0	95.775	2.0	3.356225990997643e-05	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
ISR0334_000000012585	1688	0.989957471880481	3	2	1	2	1	False	44356	fragment	False	ISR0334_000000012585	1.0		0	0	False	False	0.9899289011955261	0					non-mobilizable	no_good_hit	63.0	90.476	4.0	1.4710674138708418e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0079_000000024691	1174	0.989957471880481	3	2	1	2	1	False	44354	fragment	False	FIJ0079_000000024691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.0009173610580230869	KX520649.1	firmicutes	Staphylococcus epidermidis strain 14-01514 plasmid p14-01514, complete sequence	True	False
TAN0017_000000014053	2544	0.9899533438756148	3	1	1	1	1	True	2475	maximal	True	TAN0017_000000014053	1.0		2	1	True	True	0.9952830076217651	1					non-mobilizable	no_good_hit	68.0	91.176	3.0	0.0002502997993865787	NZ_LT706942.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	True
ENG0211_000000012770	1942	0.9899533438756148	1	1	1	1	1	True	53652	maximal	True	ENG0211_000000012770	1.0		1	1	False	False	0.9938207864761353	0					non-mobilizable	no_good_hit	485.0	89.691	28.0	0.16771488469601678	HG796367.1	bacteria	Uncultured bacterium plasmid pRGI00788	True	True
FIJ0021_000000030894	1549	0.9899533438756148	1	1	1	1	1	True	49591	fragment	False	FIJ0021_000000030894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0026_000000003569	6590	0.9899530377559562	11	8	5	7	4	True	125375	fragment	False	SPA0026_000000003569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3988.0	98.22	79.0	0.0011379424903787206	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MAD0099_000000001325	13856	0.9899497992189232	14	9	9	9	8	False	36503	maximal	True	MAD0099_000000001325	1.0	PS119|PS120	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	4729.0	91.161	48.0	0.0020712151864976727	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
USA0059_01_000000002592	9264	0.989944392571296	13	10	6	5	9	True	123628	fragment	False	USA0108_01_000000001009	0.3571860017101166		0	0	False	True	1.0	0					non-mobilizable	plasmid	9264.0	99.914	100.0	0.29887654958677684	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0814_000000004159	9221	0.989944392571296	13	10	6	5	9	True	123628	fragment	False	USA0108_01_000000001009	0.3566085206053738		0	0	False	True	1.0	0					non-mobilizable	plasmid	9221.0	99.978	100.0	0.29764979338842973	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0268_000000010746	1855	0.9899438289641908	3	2	2	2	1	False	106980	fragment	False	ISR0268_000000010746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	88.616	59.0	0.02461317343753509	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0081_000000001976	6413	0.989943817301422	9	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.21398860288945762		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6414.0	98.78399999999999	100.0	0.19335310854167928	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0048_000000002982	6044	0.989943817301422	7	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.24804224127255342		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5350.0	99.009	96.0	0.1721884155961235	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0329_000000008404	1870	0.9899421668822016	5	2	1	2	1	False	24704	maximal	True	ISR0329_000000008404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000003726	5662	0.9899413409356554	7	6	2	2	6	False	123449	maximal	True	ENG0116_000000003726	1.0	PS386|PS459|PS897	80	9	True	True	1.0	893	rep_cluster_1868,rep_cluster_870	MOBP			mobilizable	no_good_hit	2868.0	99.37200000000001	51.0	0.5123346442617089	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	True	True
ISR0190_000000010201	2252	0.989933573063728	3	2	2	2	1	True	29188	maximal	True	ISR0190_000000010201	1.0		3	1	True	True	1.0	124					non-mobilizable	no_good_hit	289.0	78.547	12.0	0.12539184952978055	LN854313.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1814	True	True
ISR0252_000000001782	4498	0.9899334154078816	7	3	0	3	3	False	26965	maximal	True	ISR0252_000000001782	1.0		2	1	True	True	0.9997776746749878	9	rep_cluster_2373				non-mobilizable	no_good_hit	1477.0	88.355	49.0	0.3309287646528404	CP058963.1	enterobacteria	Klebsiella pneumoniae strain ZZW20 plasmid pZZW20-4.4K, complete sequence	True	True
DEN0082_000000013239	2966	0.9899331370391244	4	4	3	4	3	False	69290	maximal	True	DEN0082_000000013239	1.0		2	2	False	False	0.9949426651000977	0					non-mobilizable	no_good_hit	546.0	72.711	18.0	0.0016886400292908028	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
CHI0024_000000005708	2210	0.9899326578912296	4	4	2	3	1	False	89030	maximal	True	CHI0024_000000005708	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	87.10799999999999	56.0	0.0002853019541742942	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
USA0020_01_000000002658	12096	0.9899295772273532	13	10	9	7	8	True	116755	fragment	False	SPA0051_000000001434	0.7602049458737974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	94.684	64.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ENG0058_000000022134	1549	0.9899293493905444	2	2	2	2	1	False	63432	maximal	True	ENG0058_000000022134	1.0		5	5	False	False	0.9993544220924377	0					non-mobilizable	no_good_hit								True	False
USA0051_01_000000003700	6054	0.9899288768067916	9	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.24963396211288874		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2972.0	98.721	93.0	0.09565665346598409	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0076_000000001960	5705	0.9899288768067916	8	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.24058738328693025		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2915.0	98.59299999999999	92.0	0.08820146497972033	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0086_000000012628	2151	0.9899271034032298	4	2	2	2	2	False	106983	fragment	False	ISR0086_000000012628	1.0		0	0	False	False	0.999535083770752	0					non-mobilizable	no_good_hit	904.0	90.376	42.0	0.02027891935592535	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0051_000000001066	16035	0.9899265650218372	21	8	5	8	5	True	53556	maximal	False	ISR0398_000000001116	0.7727892980842286	PS226	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1113.0	74.124	7.0	0.0003662144299929618	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0119_000000011648	2703	0.9899248475052596	5	3	2	3	2	False	71779	fragment	False	ISR0119_000000011648	1.0		0	0	False	False	0.9911209940910339	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000026215	1301	0.9899238501859988	1	1	1	1	1	False	93371	fragment	False	SPA0111_000000026215	1.0		0	0	False	False	0.9877017736434937	0					non-mobilizable	no_good_hit	932.0	98.28299999999999	74.0	0.00021196242140770368	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	False
SPA0053_000000028082	1166	0.9899238501859988	2	1	1	1	1	False	81503	fragment	False	SPA0116_000000027959	0.42451879644738316		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.65700000000001	100.0	0.0047836664913203574	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
CAN0014_000000042988	1161	0.9899238501859988	1	1	1	1	1	False	93370	fragment	False	CAN0014_000000042988	1.0		0	0	False	False	0.9888027310371399	0					non-mobilizable	no_good_hit	792.0	97.98	71.0	0.00018009292430610152	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
MAD0107_000000006765	5598	0.9899195121501618	6	4	3	3	1	False	14710	fragment	False	MAD0107_000000006765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	98.22200000000001	8.0	0.00015382254154578978	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
MON0081_000000029691	1822	0.9899155714498884	3	2	1	1	2	False	81504	maximal	True	MON0081_000000029691	1.0		0	0	False	False	0.9593852758407593	0					non-mobilizable	no_good_hit	1123.0	99.73299999999999	62.0	0.004611059968437664	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
ENG0087_000000000438	35346	0.9899134816927736	39	11	10	10	9	False	89058	maximal	True	ENG0087_000000000438	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	76.928	4.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0134_000000008090	4573	0.989910360537582	5	5	4	4	2	False	90188	maximal	True	ENG0134_000000008090	1.0		25	7	False	False	0.9982506036758423	0					non-mobilizable	chromosome	1876.0	99.36	99.0	0.00036450229972942417	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
SPA0150_000000000714	17800	0.9899101232739238	20	13	10	10	11	False	90002	maximal	True	SPA0150_000000000714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	99.59200000000001	7.0	0.0009468531262798582	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
SPA0151_000000000696	17800	0.9899101232739238	20	13	10	10	11	False	90002	maximal	False	SPA0150_000000000714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	99.59200000000001	7.0	0.0009468531262798582	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
MON0039_000000006626	6216	0.9899101219276176	6	4	4	3	3	True	24673	maximal	True	MON0039_000000006626	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2701.0	99.63	43.0	0.00041526692939723676	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
ENG0058_000000008865	3529	0.9899096241658012	2	2	2	2	1	False	116625	fragment	False	USA0119_01_000000005030	0.2047483708302816		0	0	False	False	0.9914990067481995	0					non-mobilizable	other	3529.0	99.32	100.0	0.0006810863404350612	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
CHI0057_000000009652	2045	0.9899093184230662	5	4	2	4	4	False	113023	fragment	False	SPA0036_000000012089	0.9431762991743564		0	0	False	False	0.9941320419311523	0					non-mobilizable	other	2047.0	96.678	100.0	0.002586211257417178	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
AUS0020_000000008150	3478	0.9899084522989776	6	5	3	3	5	True	123556	backbone	False	ISR0826_000000002301	0.2770709871639558	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3478.0	99.741	100.0	0.03537167214315507	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0130_01_000000004154	9387	0.9899076749612712	11	9	7	8	8	False	105153	fragment	False	USA0130_01_000000004154	0.9723035352398108		0	0	False	False	0.9957388043403625	0					non-mobilizable	no_good_hit	429.0	77.622	5.0	0.0013477556869292949	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ISR0072_000000008481	3213	0.9899056203045992	4	4	4	4	3	False	110568	maximal	True	ISR0072_000000008481	1.0		0	0	False	False	0.9996887445449829	0					non-mobilizable	no_good_hit	62.0	91.935	2.0	0.0001781646124189497	NZ_RJUH01000003.1	enterobacteria	Lonsdalea populi strain HEZEL_2_1_2 3, whole genome shotgun sequence	True	False
FIJ0009_000000004995	6752	0.9898986900447996	7	4	1	4	1	False	51329	fragment	False	FIJ0009_000000004995	1.0		0	0	False	False	0.9988151788711548	0					non-mobilizable	no_good_hit								True	False
FIJ0076_000000003439	5079	0.9898986900447996	6	4	1	4	1	False	108294	fragment	False	FIJ0076_000000003439	1.0		0	0	False	False	0.9998031258583069	0					non-mobilizable	no_good_hit	46.0	86.95700000000001	1.0	1.6219530260777607e-05	NZ_LUUO01000001.1	firmicutes	Cytobacillus eiseniae strain FJAT-2352 Scaffold1_1, whole genome shotgun sequence	True	False
ENG0130_000000009336	3228	0.9898958883741624	4	1	1	1	1	False	58456	fragment	False	ENG0130_000000009336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000007485	4327	0.9898937440226684	6	6	4	6	6	False	41374	maximal	False	ISR0293_000000008075	0.9707563764291998		0	0	False	False	1.0	0					non-mobilizable	chromosome	4327.0	98.96	100.0	0.0008364769717406167	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
MAD0009_000000001635	5301	0.9898900378489895	7	7	5	6	5	False	90346	fragment	False	MAD0009_000000001635	1.0		0	0	False	False	0.9975476264953613	0					non-mobilizable	chromosome	5055.0	99.68299999999999	100.0	0.0009979115728717325	CP031892.1	enterobacteria	Escherichia coli O113:H21 strain FWSEC0011 chromosome, complete genome	False	False
ENG0022_000000002713	8324	0.989889996244298	11	4	4	4	3	False	66331	maximal	True	ENG0022_000000002713	1.0		2	2	False	False	0.9960355758666992	0					non-mobilizable	no_good_hit	2021.0	98.615	24.0	0.0006374101709205907	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
CHI0117_000000003652	4168	0.989889697218939	5	2	2	2	2	False	82112	maximal	True	CHI0117_000000003652	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	87.234	10.0	0.00014170613513514422	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0062_000000007372	4374	0.9898870254479178	7	2	2	2	2	False	6307	maximal	False	SPA0135_000000005648	0.980580306145762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	76.176	38.0	0.019598230439705384	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
CHI0010_000000005992	1279	0.9898862640602968	2	1	1	1	1	False	90237	maximal	True	CHI0010_000000005992	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1279.0	87.334	100.0	0.0005207036751982483	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0226_000000003976	1885	0.9898839423607124	3	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.9266312780365545	PS306	0	0	False	True	1.0	0					non-mobilizable	other	1765.0	92.861	93.0	0.17934061447381852	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ENG0025_000000014312	1840	0.9898839423607124	2	2	2	2	2	False	66760	backbone	True	ENG0025_000000014312	0.9268608155321308	PS306	1	1	False	True	1.0	0					non-mobilizable	other	1766.0	93.715	96.0	0.17934061447381852	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ENG0096_000000019543	1665	0.9898820998553016	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.4943141213360488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	4.0	1.8976996768932976e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0029_000000003198	5726	0.9898790812595248	9	7	4	5	6	True	125361	fragment	False	FIJ0114_000000005988	0.11333016360348336		0	0	False	False	0.9975550174713135	0					non-mobilizable	other	5741.0	92.353	100.0	0.001634561485427372	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0012_000000002034	11093	0.9898771486687624	15	8	4	6	6	False	119418	backbone	True	MAD0012_000000002034	1.0	PS820	1	1	True	True	1.0	28					non-mobilizable	no_good_hit	218.0	79.817	2.0	6.08183317290742e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ETH0001_000000008881	3077	0.9898721711094716	5	5	3	4	2	True	126570	backbone	False	FIJ0004_000000008444	0.3112365352985337	PS971	0	0	True	True	1.0	41					non-mobilizable	plasmid	1188.0	95.118	99.0	0.29168716182980814	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0176_000000000218	47445	0.9898696595060492	54	36	19	32	24	True	123719	fragment	False	ISR0176_000000000218	0.9657504569758544		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	22903.0	97.756	83.0	0.22845481398690723	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
DEN0005_000000018070	2015	0.9898674186573352	3	2	2	2	1	False	76504	maximal	True	DEN0005_000000018070	1.0		1	1	False	False	0.9935483932495117	0					non-mobilizable	no_good_hit	1716.0	99.825	85.0	0.00033357601069154875	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	False
ISR0040_000000008397	3274	0.9898671958690132	4	3	1	3	1	True	51538	fragment	False	ISR0040_000000008397	1.0		0	0	False	False	0.998778223991394	0					non-mobilizable	plasmid	1994.0	99.749	98.0	0.07964672501298806	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
FIJ0009_000000029718	1450	0.9898669676711992	2	1	1	1	1	True	51191	fragment	False	FIJ0009_000000029718	1.0		0	0	False	False	0.9862068891525269	0	ColpVC				non-mobilizable	plasmid	1035.0	94.78299999999999	99.0	0.5321667524446732	LN853085.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0443	False	True
ISR0049_000000000701	23649	0.989864863536669	36	12	8	11	7	False	101249	maximal	True	ISR0049_000000000701	1.0		1	1	False	False	0.9999154210090637	0					non-mobilizable	no_good_hit	667.0	85.45700000000001	3.0	0.0001809712304950192	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ISR0293_000000021631	1629	0.9898603476764912	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.4074370431546992	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1645.0	79.453	99.0	0.03768599638436935	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0039_000000030434	1602	0.9898603476764912	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.20774379495862091	PS521	0	0	False	True	0.9887640476226807	0					non-mobilizable	other	1620.0	79.383	99.0	0.03710656839567979	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
CHI0120_000000001623	7066	0.9898580199140112	12	7	5	4	6	True	130694	maximal	True	CHI0120_000000001623	1.0	PS1122	7	4	False	True	1.0	0		MOBP			mobilizable	no_good_hit	3574.0	100.0	76.0	0.6621571534469978	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
MAD0036_000000006240	4067	0.9898497502228768	3	2	2	2	2	False	18742	maximal	True	MAD0036_000000006240	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0150_000000008783	1937	0.9898491096771188	2	2	2	2	1	False	94858	fragment	False	ENG0150_000000008783	1.0		0	0	False	False	0.9994837641716003	0					non-mobilizable	no_good_hit								True	False
FIJ0130_000000013928	1479	0.9898450840175076	3	2	2	2	1	False	40869	maximal	True	FIJ0130_000000013928	1.0		3	2	False	False	0.9918864369392395	0					non-mobilizable	no_good_hit	433.0	75.058	29.0	0.00010587403636523446	CP016378.1	CFB group bacteria	Elizabethkingia meningoseptica strain G4120, complete genome	True	False
FIJ0040_000000012813	1911	0.9898441005930072	3	3	1	3	1	True	47486	maximal	True	FIJ0040_000000012813	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1638.0	86.14200000000001	85.0	0.21637816245006658	AJ239049.2	firmicutes	Streptococcus thermophilus partial repA gene, ORF1 to ORF8 and partial ORF9 DNA	True	True
CHI0119_000000000552	12974	0.9898432241186802	10	9	8	6	6	True	120826	fragment	False	USA0086_01_000000001669	0.9911197115778704		0	0	False	False	0.9998458623886108	0					non-mobilizable	no_good_hit	2331.0	86.615	18.0	0.000755641472984111	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
MAD0103_000000018608	1325	0.9898427111554754	2	1	1	1	1	False	14908	maximal	True	MAD0103_000000018608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0108_01_000000001871	7479	0.9898422729324908	8	7	5	4	5	True	91119	fragment	False	SPA0150_000000001970	0.41331164403576787		0	0	False	False	0.9998663067817688	0					non-mobilizable	other	6741.0	99.46600000000001	97.0	0.0012650731164430317	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ETH0002_000000001356	17051	0.989841835657185	17	9	8	9	8	False	103478	maximal	True	ETH0002_000000001356	1.0		1	1	False	False	0.999941349029541	0					non-mobilizable	no_good_hit	2772.0	89.719	60.0	0.06149989929055793	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MON0041_000000025586	2423	0.9898394785426864	3	1	1	1	1	False	45966	maximal	True	MON0041_000000025586	1.0		1	1	False	False	0.9995872974395752	0					non-mobilizable	no_good_hit	57.0	96.491	5.0	1.5737790425465544e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0015_000000003608	4478	0.9898308500568078	6	6	2	5	6	False	98324	maximal	True	MAD0015_000000003608	1.0		1	1	False	False	0.9915140867233276	0	IncFIA,IncFII				non-mobilizable	plasmid	3564.0	99.01799999999999	99.0	0.014018673187712397	CP029058.1	enterobacteria	Escherichia coli strain FORC_081 plasmid pFORC_081_1, complete sequence	False	True
DEN0073_000000000513	32271	0.9898301476909444	58	32	16	29	21	False	73551	maximal	True	DEN0073_000000000513	1.0		1	1	False	False	0.9997521042823792	0					non-mobilizable	no_good_hit	1017.0	83.088	6.0	0.0006105928832810155	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
AST0010_000000012532	2331	0.9898286725056362	3	2	1	2	2	True	126293	maximal	True	AST0010_000000012532	1.0		1	1	False	False	0.9914199709892273	0					non-mobilizable	no_good_hit								True	True
ISR0133_000000003899	4566	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9748314614291304	PS1143|PS1146|PS778	0	0	True	True	1.0	66	rep_cluster_1019				non-mobilizable	other	4536.0	97.33200000000001	100.0	0.7375182956578306	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0065_000000002779	4427	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9863920206879826	PS1143|PS1146|PS778	0	0	True	True	1.0	3070	rep_cluster_1019				non-mobilizable	plasmid	4008.0	96.28200000000001	100.0	0.9252206223873665	CP021612.1	other sequences	Unidentified plasmid plasmid FA1-2_2760, complete sequence	False	True
CHI0098_000000001927	4416	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.990299687195912	PS1143|PS1146|PS778	0	0	True	True	1.0	185	rep_cluster_1019	MOBP			mobilizable	other	4416.0	100.0	100.0	0.7180029273052528	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
MON0082_000000006156	4416	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.990095008393271	PS1143|PS1146|PS778	0	0	True	True	1.0	155	rep_cluster_1019				non-mobilizable	other	4416.0	99.977	100.0	0.7180029273052528	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0250_000000002141	4413	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.966237120973621	PS1143|PS1146|PS778	0	0	True	True	1.0	580	rep_cluster_1019				non-mobilizable	other	4283.0	95.844	100.0	0.696048137908603	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0140_000000006459	4407	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9624148377548563	PS1143|PS1146|PS778	0	0	True	True	1.0	1002	rep_cluster_1019				non-mobilizable	other	4170.0	98.51299999999999	100.0	0.9216814159292035	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
USA0051_01_000000004988	4397	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9902478108969679	PS1143|PS1146|PS778	0	0	True	True	1.0	137	rep_cluster_1019				non-mobilizable	other	4396.0	99.977	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
USA0075_01_000000005673	4397	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9696170492704479	PS1143|PS1146|PS778	0	0	True	True	1.0	1602	rep_cluster_1019				non-mobilizable	plasmid	3978.0	98.039	100.0	0.9208081746400372	CP021612.1	other sequences	Unidentified plasmid plasmid FA1-2_2760, complete sequence	False	True
CHI0067_000000002251	4396	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9901562488181043	PS1143|PS1146|PS778	0	0	True	True	1.0	3429	rep_cluster_1019				non-mobilizable	other	4396.0	99.977	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0086_000000001033	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9900685045439878	PS1143|PS1146|PS778	0	0	True	True	1.0	548	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.92399999999999	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0136_000000003384	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9885407728921369	PS1143|PS1146|PS778	0	0	True	True	1.0	325	rep_cluster_1019				non-mobilizable	other	4216.0	99.73899999999999	100.0	0.6853146853146853	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0043_000000001665	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9899465698222263	PS1143|PS1146|PS778	0	0	True	True	1.0	182	rep_cluster_1019				non-mobilizable	other	4396.0	99.977	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0129_000000004582	4396	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9901562488181043	PS1143|PS1146|PS778	0	0	True	True	1.0	381	rep_cluster_1019				non-mobilizable	other	4396.0	99.977	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0089_000000001566	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9903400903565084	PS1143|PS1146|PS778	0	0	True	True	1.0	153	rep_cluster_1019				non-mobilizable	other	4396.0	99.977	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0085_000000000169	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9876403064584981	PS1143|PS1146|PS778	0	0	True	True	1.0	56	rep_cluster_1019				non-mobilizable	plasmid	3950.0	99.494	100.0	0.9147358665430955	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0103_000000000437	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9903400903565084	PS1143|PS1146|PS778	0	0	True	True	1.0	294	rep_cluster_1019				non-mobilizable	other	4396.0	99.977	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
SPA0093_000000009229	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9904522714759482	PS1143|PS1146|PS778	0	0	True	True	1.0	287	rep_cluster_1019				non-mobilizable	plasmid	3739.0	99.973	100.0	0.866079703429101	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0122_000000003014	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9899718991119298	PS1143|PS1146|PS778	0	0	True	True	1.0	2077	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0143_000000004255	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9901680955284936	PS1143|PS1146|PS778	0	0	True	True	1.0	1497	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0081_000000002445	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9900727147087104	PS1143|PS1146|PS778	0	0	True	True	1.0	519	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.899	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
ENG0168_000000006595	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9902901892060612	PS1143|PS1146|PS778	0	0	True	True	1.0	1735	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.92399999999999	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0113_000000001679	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9903880533697901	PS1143|PS1146|PS778	0	0	True	True	1.0	22	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0096_000000001208	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.990463366734937	PS1143|PS1146|PS778	0	0	True	True	1.0	71	rep_cluster_1019				non-mobilizable	other	4120.0	100.0	100.0	0.669865018702228	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0080_000000000875	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9889037314921015	PS1143|PS1146|PS778	0	0	True	True	1.0	145	rep_cluster_1019				non-mobilizable	other	4194.0	99.738	100.0	0.6817368677833794	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0125_000000003603	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9900449671241092	PS1143|PS1146|PS778	0	0	True	True	1.0	1000	rep_cluster_1019				non-mobilizable	plasmid	4032.0	99.95	100.0	0.9337349397590361	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0046_000000002681	4396	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9902740575991656	PS1143|PS1146|PS778	0	0	True	True	1.0	5283	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0090_000000002751	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9901527262781271	PS1143|PS1146|PS778	0	0	True	True	1.0	485	rep_cluster_1019				non-mobilizable	other	4145.0	99.976	100.0	0.6739307204423484	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0068_000000002667	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9902700904198224	PS1143|PS1146|PS778	0	0	True	True	1.0	907	rep_cluster_1019				non-mobilizable	other	4396.0	99.977	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0055_000000003404	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9900499864101937	PS1143|PS1146|PS778	0	0	True	True	1.0	331	rep_cluster_1019				non-mobilizable	other	4396.0	99.977	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0155_000000002568	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9889037314921015	PS1143|PS1146|PS778	0	0	True	True	1.0	356	rep_cluster_1019				non-mobilizable	other	4194.0	99.738	100.0	0.6817368677833794	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0118_000000001901	4396	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9902740575991656	PS1143|PS1146|PS778	0	0	True	True	1.0	266	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0133_000000003968	4396	0.9898264250749936	10	7	3	3	7	True	132228	backbone	True	CHI0133_000000003968	0.990466882504244	PS1143|PS1146|PS778	174	9	True	True	1.0	360	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0151_000000005545	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9903881214348697	PS1143|PS1146|PS778	0	0	True	True	1.0	209	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0841_000000002847	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9902700904198224	PS1143|PS1146|PS778	0	0	True	True	1.0	1148	rep_cluster_1019				non-mobilizable	other	4396.0	99.977	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0050_000000002075	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9903880533697901	PS1143|PS1146|PS778	0	0	True	True	1.0	167	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ENG0042_000000006126	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9882708414183428	PS1143|PS1146|PS778	0	0	True	True	1.0	435	rep_cluster_1019				non-mobilizable	other	4194.0	99.666	100.0	0.6817368677833794	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0153_000000003777	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.989941475203153	PS1143|PS1146|PS778	0	0	True	True	1.0	215	rep_cluster_1019				non-mobilizable	plasmid	4032.0	99.90100000000001	100.0	0.9337349397590361	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0097_000000001085	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9901728660718068	PS1143|PS1146|PS778	0	0	True	True	1.0	186	rep_cluster_1019				non-mobilizable	plasmid	3949.0	99.975	100.0	0.9147358665430955	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0123_000000003105	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9897133428645375	PS1143|PS1146|PS778	0	0	True	True	1.0	402	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.899	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0137_000000002922	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9660252678289029	PS1143|PS1146|PS778	0	0	True	True	1.0	135	rep_cluster_1019				non-mobilizable	other	4099.0	97.634	100.0	0.9414746543778801	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0144_000000003045	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9901102725290927	PS1143|PS1146|PS778	0	0	True	True	1.0	256	rep_cluster_1019				non-mobilizable	other	4215.0	100.0	100.0	0.6853146853146853	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0057_000000003779	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9901721316450321	PS1143|PS1146|PS778	0	0	True	True	1.0	3291	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.95	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0130_000000003719	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9667828574018827	PS1143|PS1146|PS778	0	0	True	True	1.0	197	rep_cluster_1019				non-mobilizable	other	4398.0	95.90700000000001	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
SPA0022_000000003064	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9903880533697901	PS1143|PS1146|PS778	0	0	True	True	1.0	299	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ENG0049_000000004527	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9904522714759482	PS1143|PS1146|PS778	0	0	True	True	1.0	1611	rep_cluster_1019				non-mobilizable	plasmid	3739.0	99.973	100.0	0.866079703429101	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0088_000000001011	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.989532469025824	PS1143|PS1146|PS778	0	0	True	True	1.0	108	rep_cluster_1019				non-mobilizable	other	4145.0	100.0	100.0	0.6739307204423484	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0132_000000007317	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9898908612600148	PS1143|PS1146|PS778	0	0	True	True	1.0	102	rep_cluster_1019				non-mobilizable	other	4215.0	99.976	100.0	0.6853146853146853	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0082_000000002103	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9902901892060612	PS1143|PS1146|PS778	0	0	True	True	1.0	532	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.92399999999999	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0139_000000002278	4396	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.990466882504244	PS1143|PS1146|PS778	0	0	True	True	1.0	341	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0323_000000003930	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9899923030320243	PS1143|PS1146|PS778	0	0	True	True	1.0	126	rep_cluster_1019				non-mobilizable	other	4215.0	99.976	100.0	0.6853146853146853	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0053_000000002649	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9903880533697901	PS1143|PS1146|PS778	0	0	True	True	1.0	203	rep_cluster_1019				non-mobilizable	other	4396.0	100.0	100.0	0.7147503659131567	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0128_000000002064	4396	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9895588248732107	PS1143|PS1146|PS778	0	0	True	True	1.0	720	rep_cluster_1019				non-mobilizable	plasmid	3963.0	99.773	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
AST0108_000000005409	4394	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9664768701496887	PS1143|PS1146|PS778	0	0	True	True	1.0	298	rep_cluster_1019				non-mobilizable	other	4242.0	97.40700000000001	100.0	0.9741935483870968	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0175_000000002843	4393	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.966717548033903	PS1143|PS1146|PS778	0	0	True	True	1.0	3138	rep_cluster_1019				non-mobilizable	other	4254.0	100.0	100.0	0.940929203539823	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
CHI0168_000000004202	4393	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9666894625591428	PS1143|PS1146|PS778	0	0	True	True	1.0	318	rep_cluster_1019				non-mobilizable	other	4322.0	100.0	100.0	0.9559734513274336	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
CHI0077_000000003168	4393	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9666861831780618	PS1143|PS1146|PS778	0	0	True	True	1.0	803	rep_cluster_1019				non-mobilizable	other	4258.0	100.0	100.0	0.9418141592920354	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
CHI0063_000000002878	4393	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9668424843231026	PS1143|PS1146|PS778	0	0	True	True	1.0	263	rep_cluster_1019				non-mobilizable	other	4258.0	99.977	100.0	0.9418141592920354	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
ISR0304_000000002077	4393	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.966811842914437	PS1143|PS1146|PS778	0	0	True	True	1.0	187	rep_cluster_1019				non-mobilizable	other	4097.0	99.927	100.0	0.9061946902654867	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
ISR0137_000000006291	4387	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9683965579216262	PS1143|PS1146|PS778	0	0	True	True	1.0	37	rep_cluster_1019				non-mobilizable	other	3252.0	98.985	100.0	0.7192477876106195	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
CHI0107_000000002814	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9904278432747232	PS1143|PS1146|PS778	0	0	True	True	1.0	34	rep_cluster_1019				non-mobilizable	other	3853.0	100.0	100.0	0.6264433241177427	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0048_000000003860	4376	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9900238900850575	PS1143|PS1146|PS778	0	0	True	True	1.0	786	rep_cluster_1019				non-mobilizable	other	4376.0	99.977	100.0	0.7114978045210604	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0106_000000004238	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9881748434660059	PS1143|PS1146|PS778	0	0	True	True	1.0	91	rep_cluster_1019				non-mobilizable	plasmid	4013.0	99.626	100.0	0.9291010194624653	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0027_000000003659	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.989801170902751	PS1143|PS1146|PS778	0	0	True	True	1.0	1387	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.899	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0024_000000002656	4376	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9900238900850575	PS1143|PS1146|PS778	0	0	True	True	1.0	145	rep_cluster_1019				non-mobilizable	other	4376.0	99.977	100.0	0.7114978045210604	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0062_000000003610	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9900236999449314	PS1143|PS1146|PS778	0	0	True	True	1.0	550	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.92399999999999	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0036_000000002617	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9898608562368025	PS1143|PS1146|PS778	0	0	True	True	1.0	419	rep_cluster_1019				non-mobilizable	other	4376.0	100.0	100.0	0.7114978045210604	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0002_000000002172	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9903074951738974	PS1143|PS1146|PS778	0	0	True	True	1.0	814	rep_cluster_1019				non-mobilizable	other	4376.0	99.977	100.0	0.7114978045210604	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0369_000000002293	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9898626441712902	PS1143|PS1146|PS778	0	0	True	True	1.0	72	rep_cluster_1019				non-mobilizable	other	4376.0	100.0	100.0	0.7114978045210604	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0028_000000002655	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9903769265231195	PS1143|PS1146|PS778	0	0	True	True	1.0	684	rep_cluster_1019				non-mobilizable	other	3892.0	100.0	100.0	0.6327858188323304	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0023_000000002779	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9898053663140912	PS1143|PS1146|PS778	0	0	True	True	1.0	1146	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.899	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
DEN0033_000000006158	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9900236999449314	PS1143|PS1146|PS778	0	0	True	True	1.0	1573	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.92399999999999	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0010_000000001949	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9892457605924767	PS1143|PS1146|PS778	0	0	True	True	1.0	144	rep_cluster_1019				non-mobilizable	other	4216.0	99.834	100.0	0.6851520572450805	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0160_000000006163	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.989919539569217	PS1143|PS1146|PS778	0	0	True	True	1.0	141	rep_cluster_1019				non-mobilizable	other	4376.0	99.977	100.0	0.7114978045210604	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0394_000000004063	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9899051255758107	PS1143|PS1146|PS778	0	0	True	True	1.0	265	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.95	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
ISR0774_000000005412	4376	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9901523355864337	PS1143|PS1146|PS778	0	0	True	True	1.0	7719	rep_cluster_1019				non-mobilizable	other	4376.0	99.977	100.0	0.7114978045210604	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0791_000000003783	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9899051255758107	PS1143|PS1146|PS778	0	0	True	True	1.0	1837	rep_cluster_1019				non-mobilizable	plasmid	3961.0	99.95	100.0	0.917516218721038	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0019_000000001838	4376	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9903769265231195	PS1143|PS1146|PS778	0	0	True	True	1.0	64	rep_cluster_1019				non-mobilizable	other	3892.0	100.0	100.0	0.6327858188323304	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0070_000000002183	4375	0.9898264250749936	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.989693678121918	PS1143|PS1146|PS778	0	0	True	True	1.0	33	rep_cluster_1019				non-mobilizable	other	4217.0	99.95299999999999	100.0	0.685639941453895	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0031_000000002029	4373	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.989810715322244	PS1143|PS1146|PS778	0	0	True	True	1.0	702	rep_cluster_1019				non-mobilizable	other	4373.0	100.0	100.0	0.7110099203122459	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0020_000000001955	4373	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9666880631937409	PS1143|PS1146|PS778	0	0	True	True	1.0	103	rep_cluster_1019				non-mobilizable	other	3867.0	100.0	100.0	0.8553097345132743	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
CHI0026_000000002181	4373	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9668341662019563	PS1143|PS1146|PS778	0	0	True	True	1.0	298	rep_cluster_1019				non-mobilizable	other	4333.0	100.0	100.0	0.9584070796460177	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
DEN0068_000000000301	4373	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9650772354145731	PS1143|PS1146|PS778	0	0	True	True	1.0	70	rep_cluster_1019				non-mobilizable	other	4232.0	99.40899999999999	100.0	0.9360619469026549	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
ISR0307_000000001652	4356	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9665574163789997	PS1143|PS1146|PS778	0	0	True	True	1.0	51	rep_cluster_1019				non-mobilizable	other	3115.0	99.551	100.0	0.6882743362831858	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
CHI0074_000000003647	4356	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9898896705333561	PS1143|PS1146|PS778	0	0	True	True	1.0	480	rep_cluster_1019				non-mobilizable	plasmid	3992.0	99.95	100.0	0.9244670991658943	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0095_000000001782	4356	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.98970777449133	PS1143|PS1146|PS778	0	0	True	True	1.0	32	rep_cluster_1019				non-mobilizable	plasmid	3823.0	99.948	100.0	0.8855421686746988	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0035_000000002418	4355	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9746564181748341	PS1143|PS1146|PS778	0	0	True	True	1.0	392	rep_cluster_1019				non-mobilizable	plasmid	3992.0	96.869	100.0	0.9244670991658943	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0142_000000003996	4344	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9900509457808	PS1143|PS1146|PS778	0	0	True	True	1.0	182	rep_cluster_1019				non-mobilizable	plasmid	3687.0	99.973	100.0	0.8540315106580166	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
ISR0277_000000002007	4323	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9677833191342617	PS1143|PS1146|PS778	0	0	True	True	1.0	29	rep_cluster_1019				non-mobilizable	other	4322.0	98.427	100.0	0.9928571428571429	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
DEN0055_000000000024	4303	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9850645157613723	PS1143|PS1146|PS778	0	0	True	True	1.0	89	rep_cluster_1019				non-mobilizable	other	4303.0	99.977	100.0	0.6996259554399089	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
USA0017_01_000000006356	4259	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9760284843598068	PS1143|PS1146|PS778	0	0	True	True	1.0	65	rep_cluster_1019				non-mobilizable	other	4259.0	100.0	100.0	0.6924703203772972	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0284_000000002033	4227	0.9898264250749936	8	7	3	3	7	True	132209	backbone	False	ENG0141_000000006400	0.9753571123111019	PS1143|PS778	0	0	True	True	1.0	54					non-mobilizable	other	3571.0	99.97200000000001	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0120_01_000000002832	4138	0.9898264250749936	9	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9181118576802053	PS1143|PS1146|PS778	0	0	True	True	1.0	13	rep_cluster_1019				non-mobilizable	other	3159.0	99.96799999999999	100.0	0.6986725663716814	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
USA0035_01_000000007809	3204	0.98982469396294	4	3	2	2	3	True	109449	fragment	False	USA0035_01_000000007809	0.9825959661678595		0	0	False	False	1.0	0	rep_cluster_667				non-mobilizable	plasmid	3205.0	99.906	100.0	0.06588254647145912	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
ISR0051_000000013020	3074	0.98982469396294	3	3	2	2	3	True	109449	fragment	False	USA0035_01_000000007809	0.9630149812734082		0	0	False	False	0.9915419816970825	0	rep_cluster_667				non-mobilizable	plasmid	3061.0	99.935	99.0	0.06292153314689916	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
MON0044_000000022115	2368	0.9898242418327602	3	2	2	2	2	False	11630	fragment	False	MON0044_000000022115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	76.104	16.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
USA0052_01_000000001538	11507	0.9898242366348192	12	4	4	3	3	False	30400	maximal	True	USA0052_01_000000001538	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4837.0	95.555	76.0	0.0010717006612337551	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0003_000000007125	3248	0.9898233373216684	3	3	3	3	3	False	82022	fragment	False	ISR0021_000000007074	0.8928792682604119		0	0	False	False	0.9972290396690369	0					non-mobilizable	no_good_hit	2002.0	87.213	61.0	0.9779411764705882	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0011_000000022037	2145	0.98982310610747	3	2	2	2	1	True	13682	fragment	False	MON0011_000000022037	1.0		0	0	False	False	0.9995337724685669	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.382350587052289e-06	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	True	True
AST0151_000000002337	7091	0.9898187572599544	8	6	6	6	3	False	129098	fragment	False	AST0151_000000002337	1.0		0	0	False	False	0.9977436065673828	0					non-mobilizable	no_good_hit	2714.0	89.72	38.0	0.06081430079274181	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
FIJ0099_000000002845	7882	0.9898180865783911	8	8	6	7	8	False	113982	fragment	False	ENG0181_000000002617	0.953217344313929		0	0	False	False	1.0	0					non-mobilizable	other	7882.0	99.46700000000001	100.0	0.0016969819133600284	CP000802.1	enterobacteria	Escherichia coli HS, complete genome	False	False
FIJ0065_000000000447	19742	0.9898179260694338	24	10	8	8	6	True	101350	backbone	False	TAN0011_000000000086	0.5556350149346061	PS587|PS588	0	0	True	True	1.0	409					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0134_000000000909	19247	0.9898179260694338	22	10	8	8	6	True	101350	backbone	False	TAN0011_000000000086	0.5164993041936266	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0071_000000001397	18972	0.9898179260694338	23	10	8	8	6	True	101350	backbone	False	TAN0011_000000000086	0.4503310615310445	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0048_000000001250	18910	0.9898179260694338	22	10	8	8	6	True	101350	backbone	False	TAN0011_000000000086	0.45020466720890645	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0018_000000001105	18844	0.9898179260694338	22	10	8	8	6	True	101350	backbone	False	TAN0011_000000000086	0.4340567424483661	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0038_000000001926	14119	0.9898179260694338	17	10	8	8	6	True	101343	fragment	False	FIJ0038_000000001926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
FIJ0046_000000001096	19276	0.9898159661957272	30	18	12	16	13	True	125417	fragment	False	SPA0098_000000001538	0.9454681702360249		0	0	False	False	0.9996887445449829	0					non-mobilizable	other	19276.0	99.118	100.0	0.005500483489987134	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0126_000000001477	9262	0.989810054628634	16	12	5	8	10	True	127656	backbone	False	CHI0163_000000000902	0.7640239248099052	PS1016|PS1018	0	0	True	True	1.0	54	rep_cluster_1097				non-mobilizable	no_good_hit	5207.0	99.405	78.0	0.6299794163942366	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
USA0119_01_000000012745	1927	0.9898043172853906	4	4	4	3	2	False	125022	fragment	False	CHI0034_000000007812	0.9392100730394315		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	99.585	100.0	0.00040676823482227545	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0125_000000023309	1152	0.9898025078734451	2	2	2	2	2	False	58795	maximal	True	ENG0125_000000023309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	99.815	47.0	0.0001705219010323667	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0054_000000001705	12267	0.9898014056452884	16	7	5	7	4	True	59134	maximal	True	MON0054_000000001705	1.0		1	1	False	False	0.9988587498664856	0					non-mobilizable	no_good_hit	48.0	89.583	0.0	5.9171672128505765e-05	NZ_SMAD01000001.1	CFB group bacteria	Anseongella ginsenosidimutans strain DSM 21100 Ga0244681_101, whole genome shotgun sequence	True	True
USA0015_01_000000022888	1460	0.9898008333049207	2	2	2	2	2	False	29615	fragment	False	ISR0212_000000022878	0.9421009054403303		0	0	False	False	0.984246551990509	0					non-mobilizable	no_good_hit	62.0	90.323	4.0	3.826812277919419e-05	NZ_FQLR01000004.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	False
ISR0192_000000004238	4689	0.9897985225261084	7	2	1	2	1	True	51762	maximal	True	ISR0192_000000004238	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
ENG0076_000000001587	7228	0.9897952500394406	12	6	4	6	5	True	125379	fragment	False	MON0075_000000001978	0.9738050410667148		0	0	False	False	1.0	0					non-mobilizable	other	7229.0	98.243	100.0	0.002062681308745175	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0154_000000003803	6804	0.9897952500394406	11	6	4	6	5	True	125379	fragment	False	MON0075_000000001978	0.6448994650433499		0	0	False	False	0.9967666268348694	0					non-mobilizable	other	6804.0	98.427	100.0	0.0019416661053540095	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0129_000000002378	10997	0.9897932077319456	6	5	5	5	4	False	94344	fragment	False	CAN0012_000000004423	0.5897356706831844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3167.0	72.15	28.0	0.0012741325703823135	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
MON0033_000000028270	2223	0.9897902266359762	3	2	2	2	2	False	124314	fragment	False	MON0033_000000028270	0.968216766039407		0	0	False	False	0.9986504912376404	0					non-mobilizable	no_good_hit								True	False
ISR0366_000000008497	2209	0.9897902266359762	3	2	2	2	2	False	124314	fragment	False	MON0033_000000028270	0.9598865059545695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000006727	2809	0.9897897520811242	5	1	1	1	1	True	29593	fragment	False	ISR0181_000000006727	1.0		0	0	False	False	0.9957280158996582	0					non-mobilizable	no_good_hit								True	True
ENG0033_000000010767	2448	0.9897897520811242	3	1	1	1	1	True	65519	maximal	True	ENG0033_000000010767	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	3.0	0.007196899797010519	NZ_FOJY01000031.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
CHI0139_000000006067	1858	0.9897897520811242	1	1	1	1	1	True	80329	fragment	False	CHI0139_000000006067	1.0		0	0	False	False	0.9994617700576782	0					non-mobilizable	other	1826.0	99.179	98.0	0.010141468760604594	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
USA0045_01_000000008200	1742	0.9897897520811242	2	1	1	1	1	True	67726	fragment	False	USA0045_01_000000008200	1.0		0	0	False	False	0.9994259476661682	0					non-mobilizable	no_good_hit	1418.0	99.295	81.0	0.00787730102304778	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
DEN0077_000000008214	1638	0.9897897520811242	2	1	1	1	1	True	69895	fragment	False	DEN0077_000000008214	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1638.0	99.634	100.0	0.009101175475781193	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ENG0156_000000010660	1591	0.9897897520811242	2	1	1	1	1	True	67729	fragment	False	ENG0156_000000010660	0.9996857322438718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	98.51899999999999	68.0	0.006002547884087963	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
USA0048_01_000000010000	1591	0.9897897520811242	2	1	1	1	1	True	67729	fragment	False	ENG0156_000000010660	0.9996857322438718		0	0	False	False	0.9993714690208435	0					non-mobilizable	no_good_hit	1080.0	98.611	68.0	0.006002547884087963	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0372_000000012285	1438	0.9897897520811242	1	1	1	1	1	True	67727	fragment	False	ISR0372_000000012285	1.0		0	0	False	False	0.9972183704376221	0					non-mobilizable	other	1437.0	99.443	99.0	0.007988562336932637	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
FIJ0023_000000026544	1311	0.9897897520811242	1	1	1	1	1	True	49307	fragment	False	FIJ0023_000000026544	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	99.619	100.0	0.007282052993763804	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0365_000000014065	1232	0.9897897520811242	1	1	1	1	1	True	67725	fragment	False	ISR0365_000000014065	0.98875		0	0	False	False	0.9935064911842346	0					non-mobilizable	other	1191.0	99.664	97.0	0.006620048176148912	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0282_000000022620	1152	0.9897897520811242	1	1	1	1	1	True	26125	fragment	False	ISR0282_000000022620	1.0		0	0	False	False	0.9965277910232544	0					non-mobilizable	no_good_hit								True	True
MAD0105_000000035224	1136	0.9897897520811242	2	1	1	1	1	True	14761	fragment	False	MAD0105_000000035224	1.0		0	0	False	False	0.9973591566085815	0					non-mobilizable	no_good_hit								True	True
ISR0121_000000023656	1119	0.9897897520811242	1	1	1	1	1	True	32172	maximal	True	ISR0121_000000023656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0081_01_000000004144	7363	0.9897881547183311	17	5	3	4	4	False	587	maximal	True	USA0081_01_000000004144	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	90.244	1.0	0.005271084337349397	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	True	False
MON0090_000000008745	6013	0.9897864042686298	8	3	2	3	2	True	51765	fragment	False	MON0090_000000008745	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	207.0	83.575	3.0	0.002613554434030281	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
CHI0140_000000003694	8213	0.9897847784440572	9	4	4	2	2	True	100077	maximal	True	CHI0140_000000003694	0.9909702329057168	PS102	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2052.0	98.587	25.0	0.33203820624898817	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	True
SPA0102_000000000346	44142	0.9897834419116904	40	27	22	22	20	True	95459	maximal	True	SPA0102_000000000346	1.0		1	1	False	False	0.9999773502349854	0					non-mobilizable	no_good_hit	29423.0	98.535	87.0	0.010477177277828811	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
DEN0064_000000027068	1565	0.989781487508526	2	1	1	1	1	True	71235	maximal	True	DEN0064_000000027068	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1020.0	86.37299999999999	95.0	0.44010530934620445	LN853287.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0664	False	True
MAD0037_000000003049	4253	0.9897797042897436	4	4	3	3	4	False	18659	maximal	True	MAD0037_000000003049	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1767.0	95.07600000000001	91.0	0.0075682860940782986	FR904233.1	enterobacteria	Serratia symbiotica SCt-VLC genomic scaffold 04	False	False
SPA0053_000000007045	4618	0.9897791966031171	6	5	2	5	5	True	97951	fragment	False	SPA0053_000000007045	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4618.0	100.0	100.0	0.035239970690602675	MG886288.1	enterobacteria	Escherichia coli strain MO plasmid pMO, complete sequence	False	True
ISR0267_000000002570	5929	0.9897743462972004	8	4	3	4	3	False	94411	maximal	True	ISR0267_000000002570	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	3762.0	97.82	63.0	0.0008509334701704944	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
DEN0011_000000016530	2617	0.9897738564957532	5	1	1	1	1	False	75722	maximal	True	DEN0011_000000016530	1.0		1	1	False	False	0.9988536238670349	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	2.0	0.00015175335830181923	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MON0083_000000017284	2162	0.9897738564957532	4	1	1	1	1	False	9883	fragment	False	MON0083_000000017284	1.0		0	0	False	False	0.9727104306221008	0					non-mobilizable	no_good_hit								True	False
ISR0830_000000002016	8852	0.9897715198628873	12	6	3	4	5	True	84606	maximal	True	ISR0830_000000002016	0.9438129070455891		3	2	True	True	1.0	4					non-mobilizable	no_good_hit	3537.0	82.669	51.0	0.3781594296824368	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
MON0042_000000009801	2717	0.9897624045328508	6	5	3	5	1	False	122116	maximal	True	MON0042_000000009801	1.0		6	2	False	False	0.9985277652740479	0					non-mobilizable	other	1328.0	97.741	90.0	0.0003787433370284831	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0103_000000006680	3001	0.9897602337247812	3	2	1	1	2	True	15238	maximal	True	MAD0103_000000006680	0.9986595174262735		6	1	False	False	0.9816727638244629	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
MAD0099_000000010175	2984	0.9897602337247812	3	2	1	1	2	True	15238	maximal	False	MAD0103_000000006680	0.9958347217594135		0	0	False	False	0.9993297457695007	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
ISR0263_000000000675	10757	0.9897577171568536	8	6	4	4	2	False	113906	fragment	False	ISR0263_000000000675	1.0		0	0	False	False	0.9987914562225342	0					non-mobilizable	no_good_hit	1654.0	90.568	31.0	0.024937617917351346	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
USA0052_01_000000009053	1713	0.989756540139748	3	2	1	2	1	False	1081	fragment	False	USA0052_01_000000009053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1327.0	70.535	74.0	0.010471969217281184	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
SPA0051_000000016080	1520	0.989756540139748	2	2	1	2	1	False	6551	maximal	True	SPA0051_000000016080	1.0		1	1	False	False	0.9993420839309692	0					non-mobilizable	no_good_hit	912.0	71.053	58.0	0.007265436007338496	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0355_000000009318	2119	0.9897555523519836	5	2	1	2	1	False	23958	maximal	True	ISR0355_000000009318	1.0		1	1	False	False	0.9886739253997803	0					non-mobilizable	no_good_hit	188.0	76.064	9.0	4.341012893519935e-05	NC_000964.3	firmicutes	Bacillus subtilis subsp. subtilis str. 168 complete genome	True	False
MAD0064_000000020524	1159	0.9897538338287242	1	1	1	1	1	False	16655	maximal	True	MAD0064_000000020524	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	90.419	72.0	0.1717816683831102	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
MAD0055_000000000025	58720	0.9897477273122756	96	27	14	20	14	True	88766	maximal	True	MAD0055_000000000025	1.0		1	1	True	True	1.0	383					non-mobilizable	no_good_hit	7669.0	90.155	47.0	0.13543401977811648	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0212_000000018754	1896	0.9897458381159592	3	3	3	3	2	False	28347	maximal	True	ISR0212_000000018754	1.0		3	2	False	False	0.9952531456947327	0					non-mobilizable	no_good_hit	239.0	81.59	13.0	0.0021086113543360555	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
USA0075_01_000000010916	2277	0.9897437130302256	3	3	3	3	2	False	88949	fragment	False	USA0075_01_000000010916	1.0		0	0	False	False	0.9978041052818298	0					non-mobilizable	other	2251.0	97.69	99.0	0.01331620967407837	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
MON0065_000000020181	1309	0.9897407790629944	1	1	1	1	1	False	90596	fragment	False	ISR0228_000000013157	0.22866710671135707		0	0	False	False	0.924369752407074	0					non-mobilizable	other	1310.0	98.855	100.0	0.009252251168910172	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0048_000000006451	2979	0.989739912307212	5	4	0	2	3	True	128539	maximal	False	ISR0182_000000011420	0.4410428637970736	PS342|PS522	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	267.0	87.64	9.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0300_000000001092	5320	0.9897394739314468	6	5	4	5	3	False	42823	fragment	False	ISR0300_000000001092	1.0		0	0	False	False	0.9998120069503784	0					non-mobilizable	no_good_hit	121.0	80.992	2.0	2.794688776177603e-05	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
TAN0009_000000002542	9068	0.9897382796826912	11	4	3	4	1	True	2729	maximal	True	TAN0009_000000002542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0049_000000003565	4226	0.9897366583715588	8	7	4	4	4	True	132209	backbone	False	ENG0141_000000006400	0.9615140370413378	PS1143|PS778	0	0	True	True	1.0	226		MOBP			mobilizable	other	3907.0	94.369	100.0	0.9180598069225335	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0127_000000001049	15171	0.9897358826704598	12	9	6	9	5	True	119538	fragment	False	ISR0127_000000001049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8864.0	93.806	89.0	0.04918862686849469	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
MON0084_000000029796	1251	0.989732896055575	3	1	1	1	1	False	9809	maximal	True	MON0084_000000029796	1.0		3	1	False	False	0.9376499056816101	0					non-mobilizable	no_good_hit	806.0	85.98	64.0	0.0002577643918185262	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0044_000000005632	3003	0.989729220903081	3	2	0	2	2	True	125272	maximal	False	ENG0052_000000009814	0.9612473034629628		0	0	True	True	1.0	56					non-mobilizable	no_good_hit	72.0	95.833	5.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
AST0093_000000006219	3003	0.989729220903081	3	2	0	2	2	True	125272	maximal	False	ENG0052_000000009814	0.9602025695628522		0	0	True	True	1.0	65					non-mobilizable	no_good_hit	72.0	95.833	5.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ENG0006_000000008047	2964	0.989729220903081	3	2	0	2	2	True	125272	maximal	False	ENG0052_000000009814	0.9490078818778412		0	0	True	True	0.9939271211624146	10					non-mobilizable	no_good_hit	72.0	95.833	5.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
MON0005_000000003465	9887	0.98972810376247	14	7	6	6	3	False	69835	maximal	True	MON0005_000000003465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	99.206	1.0	4.410902763589374e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0035_000000001672	13387	0.9897278366361724	21	10	5	10	7	True	75154	maximal	False	DEN0018_000000001787	0.9351696723863625		0	0	True	True	1.0	32					non-mobilizable	plasmid	7050.0	99.135	97.0	0.49781073446327684	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
FIJ0030_000000001575	13387	0.9897278366361724	22	10	5	10	7	True	75154	maximal	False	DEN0018_000000001787	0.9394120355333082		0	0	True	True	1.0	12					non-mobilizable	plasmid	7050.0	97.53200000000001	97.0	0.49781073446327684	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
ISR0790_000000000974	13359	0.9897278366361724	21	10	5	10	7	True	75154	maximal	False	DEN0018_000000001787	0.9397277689447183		0	0	True	True	0.9997754096984863	8					non-mobilizable	plasmid	7035.0	97.655	97.0	0.49675141242937854	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
ISR0232_000000006859	3578	0.9897272731421214	3	3	3	3	3	True	109336	backbone	False	ISR0013_000000006661	1.0	PS687	0	0	True	True	1.0	65	rep_cluster_1188				non-mobilizable	plasmid	2714.0	100.0	100.0	0.7753643898256645	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
ISR0079_000000007650	3578	0.9897272731421214	3	3	3	3	3	True	109336	backbone	False	ISR0013_000000006661	1.0	PS687	0	0	True	True	1.0	22	rep_cluster_1188				non-mobilizable	plasmid	2714.0	100.0	100.0	0.7753643898256645	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
ISR0013_000000006661	3578	0.9897272731421214	3	3	3	3	3	True	109336	backbone	True	ISR0013_000000006661	1.0	PS687	11	3	True	True	1.0	25	rep_cluster_1188				non-mobilizable	plasmid	2714.0	100.0	100.0	0.7753643898256645	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
ISR0283_000000007867	1704	0.989724460078312	4	3	2	3	1	False	26111	fragment	False	ISR0283_000000007867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	97.406	41.0	0.0002968455978825871	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0010_000000003163	5759	0.9897228625066924	10	5	0	2	4	True	67284	maximal	False	SPA0012_000000004196	0.9789667072753958		0	0	True	True	1.0	71		MOBV			mobilizable	no_good_hit	1528.0	95.02600000000001	73.0	0.2755692085290929	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	True	True
CAN0012_000000010324	5217	0.9897214116598152	8	4	3	4	2	False	94299	fragment	False	CAN0012_000000010324	1.0		0	0	False	False	0.9998083114624023	0					non-mobilizable	no_good_hit	2730.0	83.883	56.0	0.0007422801622317817	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
SPA0060_000000001363	12012	0.9897161606917736	10	9	8	9	9	False	103707	fragment	False	SPA0060_000000001363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1716.0	79.25399999999999	29.0	0.00045148583138250955	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ENG0097_000000003996	7528	0.9897133127716377	7	7	4	5	6	False	127643	maximal	False	ISR0135_000000002602	0.973374602945807	PS1015|PS542	0	0	True	True	0.9994686245918274	22	rep_cluster_2131	MOBQ			mobilizable	other	5925.0	98.684	100.0	0.784607232746059	LM997247.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-8_contig-24.0_1_7549_[organism:Escherichia	False	True
ENG0156_000000001990	7991	0.9897127056090652	8	8	6	8	8	False	109698	fragment	False	SPA0005_000000003297	0.6458946679751391		0	0	False	False	1.0	0					non-mobilizable	chromosome	7991.0	99.925	100.0	0.0015469281665803497	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
FIJ0077_000000000260	45595	0.989712364239158	53	21	11	18	12	True	122327	fragment	False	FIJ0077_000000000260	0.9659464169999776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	82.21	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
CAN0003_000000022488	2211	0.9897081110767576	3	3	2	3	3	False	115020	fragment	False	CAN0003_000000022488	1.0		0	0	False	False	0.9995477199554443	0					non-mobilizable	no_good_hit	645.0	77.209	29.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0858_000000006834	1533	0.9897051006031949	3	2	2	2	1	False	20454	maximal	True	ISR0858_000000006834	1.0		6	2	False	False	0.9941291809082031	0					non-mobilizable	no_good_hit								True	False
ENG0204_000000003419	6021	0.9897043109546032	9	8	3	4	8	True	82948	fragment	False	MAD0056_000000001625	0.9658311149878421		0	0	False	False	1.0	0					non-mobilizable	plasmid	6029.0	99.834	100.0	0.064839514671715	LT985300.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pI	False	True
MAD0037_000000002319	5601	0.9897043109546032	8	8	3	4	8	True	82948	fragment	False	MAD0056_000000001625	0.6400930078060123		0	0	False	False	1.0	0					non-mobilizable	plasmid	5622.0	99.59100000000001	100.0	0.06278412581398206	MG767298.1	enterobacteria	Shigella sonnei strain ID127706 plasmid pSs1 genomic sequence	False	True
MON0010_000000005711	3936	0.9897038691863896	2	2	2	1	1	False	13752	maximal	True	MON0010_000000005711	1.0		1	1	False	False	0.9997459053993225	0					non-mobilizable	no_good_hit	1485.0	99.93299999999999	38.0	0.0002783935118553614	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CHI0092_000000002374	4037	0.9897028396070552	6	5	2	4	3	True	84037	backbone	True	CHI0092_000000002374	1.0	PS415	3	1	True	True	0.9957889318466187	7		MOBQ			mobilizable	plasmid	3760.0	96.383	100.0	0.935644799201796	CP056424.1	enterobacteria	Citrobacter sp. RHBSTW-00524 plasmid pRHBSTW-00524_4, complete sequence	False	True
FIJ0040_000000006230	3983	0.9897028396070552	6	5	2	4	3	True	84035	maximal	False	SPA0138_000000006026	0.9179254783484391		0	0	True	True	1.0	3					non-mobilizable	plasmid	3358.0	92.67399999999999	90.0	0.8321277126465453	CP056424.1	enterobacteria	Citrobacter sp. RHBSTW-00524 plasmid pRHBSTW-00524_4, complete sequence	False	True
USA0133_01_000000007306	3444	0.989702575115402	6	3	2	3	3	False	31283	maximal	True	USA0133_01_000000007306	1.0		2	2	False	False	0.9956446290016174	0					non-mobilizable	no_good_hit	2654.0	93.444	87.0	0.0005041313785828282	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ENG0165_000000001543	10371	0.9897008924556288	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9223819015257133		0	0	False	False	0.999710738658905	0					non-mobilizable	other	9222.0	98.861	100.0	0.8386392577769692	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
AUS0006_000000001424	10335	0.9897008924556288	8	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9196704512043072		0	0	False	False	1.0	0					non-mobilizable	other	9256.0	98.855	99.0	0.8417318537384028	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0396_000000001740	10251	0.9897008924556288	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9175299647964756		0	0	False	False	1.0	0					non-mobilizable	other	9194.0	98.836	100.0	0.836092414044024	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0215_000000008122	3558	0.989700731142642	3	3	3	3	3	True	109336	backbone	False	ISR0013_000000006661	1.0	PS687	0	0	True	True	1.0	25	rep_cluster_1188				non-mobilizable	plasmid	2689.0	100.0	100.0	0.7682194912832238	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
ISR0178_000000000672	15540	0.9896978429442976	19	18	7	13	17	True	97719	maximal	True	ISR0178_000000000672	1.0		1	1	False	False	0.9993565082550049	0	IncFIA				non-mobilizable	no_good_hit	3318.0	98.463	69.0	0.07277994820244942	LM996478.1	enterobacteria	Escherichia coli genome assembly FHI34, scaffold scaffold-12_contig-13.0_1_45562_[organism:Escherichia	True	True
ENG0006_000000002914	9236	0.9896929443465242	12	6	3	4	3	False	111823	maximal	True	ENG0006_000000002914	1.0	PS711	1	1	True	True	0.9972931742668152	4					non-mobilizable	no_good_hit	297.0	85.522	3.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CAN0003_000000000986	28621	0.9896882630766936	35	18	9	14	12	True	96813	fragment	False	CAN0003_000000000986	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5708.0	99.24700000000001	62.0	0.045932212943800683	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0200_000000006195	3207	0.9896873950542232	3	3	2	3	2	False	54215	fragment	False	ENG0200_000000006195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	81.333	11.0	7.744716977491547e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0076_000000029077	1650	0.9896859299849988	2	1	1	1	1	False	52878	fragment	False	ETH0004_000000015208	0.6356721810230082		0	0	False	False	0.9896969795227051	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	1.6020862723457659e-06	LN590688.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG48, chromosome: 48	True	False
ISR0107_000000001735	9623	0.9896854618528536	14	6	6	6	5	True	73480	fragment	False	ISR0107_000000001735	1.0		0	0	False	False	0.9979216456413269	0					non-mobilizable	no_good_hit	517.0	86.654	5.0	0.15792701625268324	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
MAD0012_000000005004	5247	0.989685178065236	5	3	2	3	0	True	76933	maximal	True	MAD0012_000000005004	1.0	PS36|PS368|PS37	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	322.0	81.67699999999999	10.0	0.10587454364420842	HG796361.1	bacteria	Uncultured bacterium plasmid pRGI00732	True	True
SPA0136_000000023256	1810	0.989681018437946	5	5	4	5	3	True	126017	fragment	False	AST0055_000000017635	0.5448293184093101		0	0	False	False	1.0	0					non-mobilizable	other	1808.0	95.40899999999999	99.0	0.04058029598688495	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
CHI0060_000000004844	2680	0.9896802170177889	4	4	3	4	1	False	117935	fragment	False	CHI0060_000000004844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	76.19	6.0	0.00026638682596060706	NZ_BAVS01000001.1	firmicutes	Gracilibacillus boraciitolerans JCM 21714, whole genome shotgun sequence	True	False
ISR0817_000000006133	1992	0.9896789885204555	2	2	2	2	1	False	21376	maximal	True	ISR0817_000000006133	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	90.741	3.0	1.309269312507921e-05	NZ_UGOB01000001.1	g-proteobacteria	Legionella gratiana strain NCTC12388, whole genome shotgun sequence	True	False
FIJ0161_000000000342	30673	0.9896733525451988	36	18	9	16	12	True	128728	maximal	True	FIJ0161_000000000342	0.9588178718423888	PS985|PS993	0	0	True	True	0.9999021887779236	4					non-mobilizable	no_good_hit	3481.0	93.04799999999999	52.0	0.1375534508252408	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0070_000000005267	4388	0.989668226315427	8	3	1	2	3	False	62449	fragment	False	ENG0070_000000005267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000002778	7282	0.9896643980025696	9	6	3	6	3	False	64976	maximal	True	ENG0039_000000002778	1.0		1	1	False	False	0.9989014267921448	0					non-mobilizable	no_good_hit	85.0	94.118	1.0	0.000603240261978628	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0068_000000008795	4555	0.9896641879221808	4	2	2	2	2	False	66769	maximal	True	MON0068_000000008795	1.0	PS306	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1464.0	93.03299999999999	61.0	0.05067368639811576	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
MON0017_000000008703	2245	0.9896641879221808	2	2	2	2	2	False	66768	fragment	False	MON0017_000000008703	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1769.0	96.552	79.0	0.18025926303970602	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ENG0195_000000014769	1767	0.9896641879221808	2	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.7485740419281899	PS306	0	0	False	True	1.0	0					non-mobilizable	other	1768.0	95.475	100.0	0.18025926303970602	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
SPA0137_000000020862	1766	0.9896641879221808	2	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.8037765041819485	PS306	0	0	False	True	1.0	0					non-mobilizable	other	1767.0	95.699	100.0	0.18015719097682964	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ENG0115_000000001272	12466	0.9896639158072408	19	9	2	6	4	False	59555	maximal	True	ENG0115_000000001272	1.0		1	1	False	False	0.9980747699737549	0					non-mobilizable	no_good_hit	135.0	79.259	1.0	8.00876267025395e-05	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
SPA0034_000000015305	2369	0.9896630949250854	3	2	2	1	1	False	119903	fragment	False	SPA0034_000000015305	1.0		0	0	False	False	0.9881806373596191	0					non-mobilizable	no_good_hit								True	False
MON0068_000000034348	1232	0.9896630949250854	2	2	2	1	1	False	119893	fragment	False	MON0090_000000038217	0.5899185835514364		0	0	False	False	0.9967532753944397	0					non-mobilizable	no_good_hit								True	False
FIJ0163_000000000963	21182	0.98966256554712	27	11	7	9	8	True	102499	fragment	False	FIJ0163_000000000963	0.9954431252771072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	83.738	5.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0071_000000005531	4373	0.9896609873689476	7	7	1	2	4	True	97220	maximal	True	SPA0071_000000005531	1.0	PS525	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	98.618	39.0	0.3169838945827233	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0129_000000005272	4959	0.9896538889668418	5	3	2	2	3	False	122658	fragment	False	ENG0129_000000005272	1.0		0	0	False	False	0.9965718984603882	0					non-mobilizable	chromosome	4959.0	99.98	100.0	0.0022125266134642822	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0058_000000003507	4807	0.9896538889668418	5	3	2	2	3	False	122658	fragment	False	ENG0129_000000005272	0.9846743295019157		0	0	False	False	0.9989598393440247	0					non-mobilizable	chromosome	4807.0	99.979	100.0	0.0021446960274928077	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
AST0111_000000004529	4419	0.9896538889668418	4	3	2	2	3	False	122653	fragment	False	AST0111_000000004529	1.0		0	0	False	False	0.9936637282371521	0					non-mobilizable	chromosome	4372.0	99.977	99.0	0.0019505756005349692	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0087_01_000000004118	3498	0.9896538889668418	5	3	2	2	3	False	122639	fragment	False	USA0087_01_000000004118	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3501.0	99.286	100.0	0.001358615393703113	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ENG0048_000000009044	2997	0.9896538889668418	3	3	2	2	3	False	122637	fragment	False	MON0061_000000013382	0.7514016794305939		0	0	False	False	0.9916583299636841	0					non-mobilizable	other	3011.0	92.461	100.0	0.0011646940317300428	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
CAN0008_000000018467	1556	0.9896510510545616	3	1	1	1	1	False	94932	maximal	True	CAN0008_000000018467	1.0		0	0	False	False	0.9813624620437622	0					non-mobilizable	other	1337.0	98.50399999999999	93.0	0.00036838272538694663	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
FIJ0127_000000005313	3543	0.9896488799142702	5	2	2	2	2	False	78128	maximal	True	FIJ0127_000000005313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0370_000000008680	3022	0.9896478483704376	2	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.9636769816347064		0	0	True	True	1.0	336					non-mobilizable	no_good_hit	72.0	95.833	5.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ENG0052_000000009814	3003	0.9896478483704376	2	2	0	2	1	True	125272	maximal	True	ENG0052_000000009814	0.9640839291159883		9	3	True	True	1.0	34					non-mobilizable	no_good_hit	72.0	95.833	5.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0256_000000005926	3002	0.9896478483704376	2	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.9632324307993378		0	0	True	True	1.0	52					non-mobilizable	no_good_hit	72.0	95.833	5.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ENG0002_000000007048	3001	0.9896478483704376	3	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.9633411323809782		0	0	True	True	1.0	21					non-mobilizable	no_good_hit	69.0	97.101	2.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0319_000000005876	2998	0.9896478483704376	2	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.9577789667732098		0	0	True	True	1.0	100					non-mobilizable	no_good_hit	69.0	97.101	2.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ENG0154_000000010533	2874	0.9896478483704376	2	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.926027169962961		0	0	True	True	1.0	102					non-mobilizable	no_good_hit	72.0	95.833	5.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
SPA0125_000000012687	2753	0.9896478483704376	2	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.8940365494047723		0	0	True	True	0.9996367692947388	2					non-mobilizable	no_good_hit	72.0	95.833	3.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
USA0037_01_000000012649	2738	0.9896478483704376	3	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.903130792536459		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	69.0	97.101	3.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
SPA0066_000000005418	2658	0.9896478483704376	2	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.7674612705900278		0	0	False	True	0.9981188774108887	0					non-mobilizable	no_good_hit	69.0	97.101	5.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
USA0065_01_000000005263	2176	0.9896478483704376	2	2	0	2	1	True	73825	fragment	False	USA0065_01_000000005263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	3.0	0.020462633451957295	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
AST0090_000000011881	1923	0.9896445024296451	5	5	4	5	4	True	126017	fragment	False	AST0055_000000017635	0.5551897609777172		0	0	False	False	1.0	0					non-mobilizable	other	1921.0	98.647	99.0	0.0431179680657549	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ENG0181_000000002617	8724	0.9896404681641368	9	9	6	7	9	False	113982	fragment	False	ENG0181_000000002617	0.9739716796528652		0	0	False	False	0.9935809373855591	0					non-mobilizable	chromosome	8724.0	99.289	100.0	0.0016475407390003094	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
ISR0140_000000006380	4479	0.98964022279784	6	3	3	3	2	False	124331	fragment	False	ISR0140_000000006380	1.0		0	0	False	False	0.9982138872146606	0					non-mobilizable	no_good_hit	302.0	76.15899999999999	6.0	0.004284365696027885	NZ_KI912473.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00014.14, whole genome shotgun sequence	True	False
CHI0174_000000000973	15728	0.9896391047431384	20	10	8	8	6	False	99376	fragment	False	CHI0174_000000000973	0.978151308716155		0	0	False	False	0.9999364018440247	0					non-mobilizable	no_good_hit	4646.0	92.574	61.0	0.18900343642611683	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0838_000000002868	6506	0.9896388685146876	9	9	5	6	7	True	123628	fragment	False	USA0108_01_000000001009	0.011316939098617317		0	0	False	True	0.9990777969360352	0	rep_cluster_1702				non-mobilizable	plasmid	6506.0	99.016	100.0	0.19616804891337247	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
MON0101_000000011557	4871	0.9896365743952578	5	4	2	2	4	False	98146	fragment	False	MON0101_000000011557	1.0		0	0	False	True	0.9944570064544678	0	Col156	MOBQ			mobilizable	plasmid	4871.0	99.979	100.0	0.6526400428839453	CP056633.1	enterobacteria	Escherichia coli strain RHBSTW-00303 plasmid pRHBSTW-00303_2, complete sequence	False	True
ISR0213_000000006431	3699	0.9896365743952578	5	4	2	2	4	False	98143	backbone	False	SPA0005_000000007744	0.7411582475272371	PS542	0	0	True	True	0.9991889595985413	24	Col156	MOBQ			mobilizable	plasmid	2078.0	99.374	100.0	0.19936617689426678	CP061761.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 plasmid unnamed4	False	True
MON0037_000000018310	3493	0.9896365743952578	4	4	2	2	4	False	98143	backbone	False	SPA0005_000000007744	0.740769398413067	PS542	0	0	False	True	0.9928428530693054	0	Col156	MOBQ			mobilizable	plasmid	3493.0	100.0	100.0	0.4680337756332931	CP056406.1	enterobacteria	Escherichia coli strain RHBSTW-00562 plasmid pRHBSTW-00562_3, complete sequence	False	True
ENG0143_000000005204	3654	0.9896346424284392	5	2	2	2	2	False	57625	fragment	False	ENG0143_000000005204	1.0		0	0	False	False	0.9939792156219482	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.00013136943576827338	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0028_000000012111	2479	0.9896346424284392	5	2	2	2	2	False	7446	fragment	False	SPA0028_000000012111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0053_000000015031	1665	0.9896298430348828	2	2	2	2	1	False	116159	fragment	False	USA0048_01_000000006517	0.27303421525998756		0	0	False	False	1.0	0					non-mobilizable	chromosome	1591.0	95.537	99.0	0.0003595143004788396	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0092_000000033124	1684	0.9896295055409792	3	2	1	1	2	False	9443	fragment	False	MON0092_000000033124	1.0		0	0	False	False	0.9976246953010559	0					non-mobilizable	no_good_hit	54.0	88.889	3.0	9.575975791933198e-06	NZ_CP013251.1	g-proteobacteria	Endozoicomonas montiporae CL-33 chromosome	True	False
ISR0057_000000005952	3452	0.989628009245318	5	3	0	3	0	True	35594	maximal	True	ISR0057_000000005952	1.0		1	1	True	True	1.0	82					non-mobilizable	no_good_hit	504.0	78.77	14.0	0.1458272327964861	CP016208.1	firmicutes	Streptococcus sp. oral taxon 064 strain W10853 plasmid unnamed1, complete sequence	True	True
FIJ0071_000000011645	3074	0.9896257423547048	4	3	2	2	3	False	90272	fragment	False	FIJ0071_000000011645	1.0		0	0	False	False	0.9980481266975403	0	Col156	MOBQ			mobilizable	plasmid	3047.0	96.095	99.0	0.2919427638528762	CP061761.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 plasmid unnamed4	False	True
ISR0045_000000004414	5466	0.9896244079456076	12	9	4	5	8	True	132240	fragment	False	ISR0045_000000004414	0.9814027971805853		0	0	False	True	0.9989023208618164	0					non-mobilizable	no_good_hit	2681.0	99.851	82.0	0.6473149492017417	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	True	True
CHI0079_000000001265	5391	0.9896244079456076	11	9	4	5	8	True	132240	fragment	False	ISR0045_000000004414	0.9594745407925798		0	0	False	True	0.9990725517272949	0					non-mobilizable	no_good_hit	3871.0	99.92299999999999	81.0	0.9112314574994114	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ISR0212_000000006082	5261	0.9896244079456076	12	9	4	5	8	True	132240	fragment	False	ISR0045_000000004414	0.9649819841809085		0	0	False	True	0.9990496039390564	0					non-mobilizable	no_good_hit	2660.0	99.81200000000001	84.0	0.6422351233671988	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	True	True
DEN0031_000000001252	14271	0.9896231747459848	18	10	5	9	9	True	73822	maximal	True	DEN0031_000000001252	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	93.295	11.0	0.0009627570327002713	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
SPA0018_000000009296	3116	0.9896187520997068	2	2	2	2	1	True	96239	backbone	False	ENG0013_000000008430	0.9976182173568894	PS514	0	0	True	True	1.0	67		MOBV			mobilizable	plasmid	2746.0	99.891	100.0	0.8976120379456984	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
MON0044_000000018044	2790	0.9896165752085933	5	2	1	1	2	False	16805	fragment	False	MON0044_000000018044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0142_000000005442	3285	0.989608206197477	4	2	2	2	2	True	90110	backbone	False	CHI0012_000000001729	0.9409564411912247	PS474	0	0	True	True	0.9996955990791321	40					non-mobilizable	plasmid	1217.0	89.4	90.0	0.325	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
MON0032_000000004159	4936	0.9896058186701518	6	6	4	6	2	False	15719	fragment	False	MON0032_000000004159	1.0		0	0	False	False	0.9975689053535461	0					non-mobilizable	no_good_hit	639.0	94.366	14.0	0.00020514179220615527	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0139_000000021277	1301	0.989604369249759	2	1	1	1	1	False	31282	fragment	False	ISR0139_000000021277	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1294.0	91.42200000000001	99.0	0.00024548508673329544	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
CHI0112_000000003873	4137	0.989603124060778	6	3	3	2	2	False	82453	fragment	False	CHI0112_000000003873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	98.73899999999999	6.0	0.0018644974510667758	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
USA0010_01_000000009508	2869	0.989602814814766	6	4	3	3	4	False	92135	fragment	False	USA0010_01_000000009508	1.0		0	0	False	False	0.9996514320373535	0					non-mobilizable	no_good_hit	1080.0	72.685	37.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0066_000000005070	5059	0.9895951373367936	9	4	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9833382171668394	PS607|PS904	0	0	True	True	1.0	14		MOBP			mobilizable	plasmid	3124.0	99.104	100.0	0.6255533199195171	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0042_000000003943	6826	0.9895945062380136	7	6	3	5	5	False	103502	maximal	False	ISR0069_000000003459	0.6979641864180184		0	0	True	True	1.0	84	rep_cluster_2131	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	5263.0	100.0	100.0	0.7799021787461093	KC853437.1	enterobacteria	Escherichia coli ACN001 plasmid pACN001-D, complete sequence	False	True
TAN0001_000000005940	2155	0.9895942395916968	3	3	2	2	2	False	116190	fragment	False	ISR0019_000000007566	0.9477152899824253		0	0	False	False	0.9990718960762024	0					non-mobilizable	chromosome	1767.0	95.473	98.0	0.00039933463835440644	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0053_01_000000006490	3273	0.9895924748165986	4	4	3	4	4	False	1070	maximal	True	USA0053_01_000000006490	1.0		2	2	False	False	0.9984723329544067	0					non-mobilizable	plasmid	3254.0	100.0	99.0	0.015881850360063468	CP029448.1	enterobacteria	Serratia marcescens strain CAV1761 plasmid pCAV1761-205, complete sequence	False	True
ENG0131_000000005108	5494	0.9895923395557744	8	7	7	7	7	False	125086	fragment	False	SPA0155_000000001948	0.08525576099417434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1563.0	77.543	28.0	0.0058170097653627	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0122_000000003497	5008	0.989589164323206	8	3	1	2	1	True	127638	maximal	False	ISR0365_000000002838	0.9959032735586052	PS111	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1161.0	79.07	28.0	0.22957832552454674	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
FIJ0037_000000004674	5429	0.989588817739062	4	3	3	3	1	False	47827	maximal	True	FIJ0037_000000004674	1.0		1	1	False	False	0.9996315836906433	0					non-mobilizable	no_good_hit	598.0	80.76899999999999	11.0	0.009983249581239532	CP028161.1	firmicutes	Lactococcus lactis subsp. lactis strain 14B4 plasmid p14B4, complete sequence	True	False
ENG0001_000000011238	2339	0.98958844255401	6	5	3	5	5	False	113025	fragment	False	SPA0125_000000014480	0.9631578947368421		0	0	False	False	0.9918769001960754	0					non-mobilizable	other	2339.0	99.914	100.0	0.04851528293664792	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0110_000000007798	3887	0.9895883862346301	3	3	3	3	3	False	59818	fragment	False	ENG0110_000000007798	1.0		0	0	False	False	0.9945973753929138	0					non-mobilizable	no_good_hit	2949.0	98.881	78.0	0.011172273035937163	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0009_000000002340	3683	0.9895867500185068	4	3	1	2	2	True	90475	maximal	True	CHI0009_000000002340	0.9918450281721948		3	1	True	True	1.0	80		MOBV			mobilizable	plasmid	2146.0	99.39399999999999	100.0	0.5913978494623656	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	False	True
CHI0157_000000002108	4396	0.9895858122501726	10	7	3	3	7	True	132228	backbone	False	CHI0133_000000003968	0.9900302717624622	PS1143|PS1146|PS778	0	0	True	True	1.0	182	rep_cluster_1019				non-mobilizable	other	3972.0	99.975	100.0	0.6457960644007156	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
DEN0021_000000014412	2426	0.9895854921149476	3	2	2	2	1	False	74803	maximal	True	DEN0021_000000014412	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	7.466313351668789e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0176_000000006339	4995	0.9895835251847748	7	7	3	3	5	True	127258	backbone	False	SPA0105_000000005394	0.9952494866705993	PS757|PS758|PS996	0	0	True	True	1.0	167	rep_cluster_1152,rep_cluster_1320	MOBQ,MOBQ			mobilizable	plasmid	4824.0	99.876	100.0	0.9850868232890705	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ENG0149_000000005042	4935	0.9895835251847748	7	7	3	3	5	True	127258	backbone	False	SPA0105_000000005394	0.993803111727704	PS757|PS758|PS996	0	0	True	True	1.0	58	rep_cluster_1152,rep_cluster_1320	MOBQ,MOBQ			mobilizable	plasmid	4568.0	99.73700000000001	100.0	0.9321756894790603	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
FIJ0151_000000002311	7045	0.9895799832666164	6	6	4	6	6	False	42759	maximal	True	FIJ0151_000000002311	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	7048.0	97.148	100.0	0.001498725997698659	LR134214.1	enterobacteria	Citrobacter portucalensis strain NCTC11104 genome assembly, chromosome: 1	False	False
MON0050_000000006981	4071	0.9895752091409494	8	3	1	2	3	False	77321	maximal	True	MON0050_000000006981	1.0		3	1	False	False	0.9911569356918335	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	9.199431571964974e-05	NZ_KE159507.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.4, whole genome shotgun sequence	True	False
ISR0222_000000006895	9153	0.9895737928188956	9	5	2	3	4	False	130179	maximal	True	ISR0222_000000006895	1.0	PS1004|PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	5	2	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	5472.0	99.744	78.0	0.9748707895205846	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0102_000000000450	22905	0.9895709394036984	17	17	4	8	16	False	15057	maximal	True	MAD0102_000000000450	1.0		1	1	False	False	0.9999563694000244	0					non-mobilizable	chromosome	12131.0	98.912	98.0	0.002390392986918318	CP029568.1	enterobacteria	Salmonella enterica strain DA34837 chromosome, complete genome	False	False
AUS0014_000000012103	2476	0.989570774292958	3	3	3	3	2	False	103898	fragment	False	AUS0014_000000012103	1.0		0	0	False	False	0.9919224381446838	0					non-mobilizable	no_good_hit	130.0	76.154	5.0	0.00035131771376593527	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
USA0036_01_000000002516	15281	0.9895698280658296	22	6	2	2	4	False	1394	fragment	False	USA0036_01_000000002516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	85.507	0.0	0.0003366428169466999	NZ_NHNT01000005.1	firmicutes	Solibacillus kalamii strain ISSFR-015 scaffold_4, whole genome shotgun sequence	True	False
FIJ0090_000000029733	1545	0.9895675355584032	2	2	2	2	1	False	43434	fragment	False	FIJ0090_000000029733	1.0		0	0	False	False	0.9902912378311157	0					non-mobilizable	no_good_hit	444.0	83.10799999999999	29.0	0.00012393509960054115	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0119_000000028133	1129	0.989567481990974	1	1	1	1	1	False	94363	fragment	False	SPA0124_000000022236	0.4811951783413635		0	0	False	False	0.9849424362182617	0					non-mobilizable	other	1129.0	99.20299999999999	100.0	0.00035562438743935926	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0087_000000046740	1111	0.989567481990974	2	1	1	1	1	False	94363	fragment	False	SPA0124_000000022236	0.3218187186300561		0	0	False	False	0.9990999102592468	0					non-mobilizable	other	1119.0	98.66	100.0	0.0003527844411332774	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0258_000000000519	15778	0.9895674268909388	19	7	6	5	5	True	95897	fragment	False	ISR0258_000000000519	1.0		0	0	False	True	0.9999366402626038	0					non-mobilizable	no_good_hit	934.0	85.65299999999999	6.0	0.0002455103112978816	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0011_000000003659	6420	0.9895672435552318	9	9	6	6	7	False	90360	fragment	False	ENG0011_000000003659	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6420.0	99.95299999999999	100.0	0.001367674848355136	LR134296.1	enterobacteria	Escherichia coli strain NCTC9041 genome assembly, chromosome: 1	False	False
ISR0189_000000000743	10017	0.9895650973326704	15	5	3	3	5	False	29240	maximal	True	ISR0189_000000000743	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1120.0	92.589	52.0	0.019831283450891433	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0344_000000000524	30058	0.9895648003771303	26	15	11	13	9	True	122923	maximal	True	ISR0344_000000000524	1.0		2	2	False	False	0.9999667406082153	0					non-mobilizable	no_good_hit	1840.0	71.685	6.0	0.011725184503041544	NZ_NFLJ01000001.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_1, whole genome shotgun sequence	True	True
MON0007_000000043957	1476	0.9895615247903904	3	3	3	2	1	False	125665	fragment	False	MON0007_000000043957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00011574313291858711	NZ_JAAISM010000001.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_1_length_241915_cov_163.61, whole genome shotgun sequence	True	False
SPA0067_000000017585	1160	0.9895612764847338	2	2	2	1	1	False	6019	maximal	True	SPA0067_000000017585	1.0		7	3	False	False	0.9913793206214905	0					non-mobilizable	chromosome	1147.0	99.738	99.0	0.0003132825228811057	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
AST0106_000000011048	1800	0.9895593168752292	3	3	2	2	3	False	107415	fragment	False	AST0106_000000011048	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1800.0	100.0	100.0	0.026938396573927107	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
MON0043_000000006809	3669	0.989554771247456	4	3	3	3	3	False	14179	maximal	True	MON0043_000000006809	1.0		0	0	False	False	0.9885527491569519	0					non-mobilizable	no_good_hit	1524.0	94.488	41.0	0.15494539144636113	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
MON0086_000000002998	8868	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9959555800855178	PS932|PS933	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	2086.0	93.912	44.0	0.2512410703474997	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ITA0006_000000002868	8866	0.9895521189551344	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9956126653149248	PS932|PS933	0	0	True	True	1.0	303					non-mobilizable	no_good_hit	2174.0	93.238	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
USA0063_01_000000002403	8863	0.9895521189551344	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9956244694878492	PS932|PS933	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	2126.0	93.744	45.0	0.2560842717035961	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0001_000000003296	8863	0.9895521189551344	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9956381794039609	PS932|PS933	0	0	True	True	1.0	148					non-mobilizable	no_good_hit	2174.0	93.1	44.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0092_000000001943	8849	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9955824080426379	PS932|PS933	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	1310.0	99.084	46.0	0.1582516043104492	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
USA0102_01_000000001618	8849	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9958338021737031	PS932|PS933	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1313.0	98.934	46.0	0.15861484441215642	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0281_000000001388	8848	0.9895521189551344	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9959471487214471	PS932|PS933	0	0	True	True	0.9998869895935059	24					non-mobilizable	no_good_hit	1267.0	99.448	46.0	0.153166242886548	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0053_000000002996	8848	0.9895521189551344	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9947788379311017	PS932|PS933	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	2173.0	93.557	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0092_000000001888	8847	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.995473028571719	PS932|PS933	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	2034.0	92.97	45.0	0.244823828550672	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0209_000000003071	8847	0.9895521189551344	13	10	4	7	8	True	125628	backbone	True	ISR0209_000000003071	0.9960032682022818	PS932|PS933	54	10	True	True	1.0	17					non-mobilizable	no_good_hit	2174.0	93.238	46.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0054_000000002663	8847	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9956599170094508	PS932|PS933	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1545.0	99.029	46.0	0.18670541227751544	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0015_000000002387	8847	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9958840220565744	PS932|PS933	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	2034.0	92.822	45.0	0.244823828550672	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0122_000000001604	8846	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9959357719485981	PS932|PS933	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	2035.0	92.77600000000001	46.0	0.244823828550672	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
USA0119_01_000000001941	8846	0.9895521189551344	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9954783381813013	PS932|PS933	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	2174.0	93.238	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
USA0089_01_000000001086	8843	0.9895521189551344	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9955253814548952	PS932|PS933	0	0	True	True	1.0	167					non-mobilizable	no_good_hit	2174.0	93.1	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
DEN0035_000000002953	8836	0.9895521189551344	16	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9955880355761332	PS932|PS933	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	2173.0	93.37299999999999	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0028_000000001510	8828	0.9895521189551344	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9955733129012486	PS932|PS933	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	2174.0	93.19200000000001	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0212_000000003203	8828	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9956137540874408	PS932|PS933	0	0	True	True	0.9998867511749268	18					non-mobilizable	no_good_hit	2035.0	92.77600000000001	45.0	0.244823828550672	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0031_000000002524	8827	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9957203590953405	PS932|PS933	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	2174.0	93.238	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ITA0004_000000000049	8821	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9959992221640444	PS932|PS933	0	0	True	True	0.9998866319656372	20					non-mobilizable	no_good_hit	2135.0	93.115	45.0	0.25693183194091296	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0165_000000001861	8808	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9949375864142661	PS932|PS933	0	0	True	True	1.0	102					non-mobilizable	no_good_hit	2173.0	93.51100000000001	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0011_000000002709	8807	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9956598995802086	PS932|PS933	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1580.0	98.861	38.0	0.19094321346409976	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0126_000000003707	8807	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9956604080703105	PS932|PS933	0	0	True	True	1.0	167					non-mobilizable	no_good_hit	2174.0	93.19200000000001	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0138_000000003150	8769	0.9895521189551344	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9888814520778668	PS932|PS933	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	2174.0	93.238	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0243_000000000881	8768	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9891483856063203	PS932|PS933	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	2174.0	93.238	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
DEN0026_000000003196	8768	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9885117864839579	PS932|PS933	0	0	True	True	1.0	97					non-mobilizable	no_good_hit	2035.0	92.727	46.0	0.244823828550672	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0837_000000000849	8746	0.9895521189551344	15	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9936521127764021	PS932|PS933	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1901.0	92.37200000000001	45.0	0.22859910400774913	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0033_000000003078	8737	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9920935660272405	PS932|PS933	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	2174.0	93.33	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
USA0060_01_000000001954	8671	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9853686941358104	PS932|PS933	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1822.0	92.206	44.0	0.21903378132945878	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0210_000000002055	8668	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.984889531441642	PS932|PS933	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	1822.0	92.15100000000001	44.0	0.21903378132945878	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0050_000000002903	8436	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9337025231951307	PS932|PS933	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2173.0	93.37299999999999	47.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0136_000000000841	8320	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9276147332899244	PS932|PS933	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2174.0	93.238	47.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0007_000000001570	8239	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.9216699444514138	PS932|PS933	0	0	False	True	0.9973297715187073	0					non-mobilizable	no_good_hit	2174.0	93.238	48.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MON0062_000000004926	7982	0.9895521189551344	14	10	4	7	8	True	125628	backbone	False	ISR0209_000000003071	0.8765624172698853	PS932|PS933	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2174.0	93.238	49.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0834_000000016372	1135	0.9895485831066692	1	1	1	1	1	False	34681	fragment	False	ISR0074_000000021668	0.4653389738311031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	80.62	11.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
ENG0082_000000003119	5620	0.9895469761890848	8	4	3	2	3	True	103430	maximal	False	SPA0049_000000003913	0.9650721069293		0	0	True	True	1.0	2		MOBP			mobilizable	no_good_hit	2638.0	91.509	77.0	0.5181459566074951	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
AUS0024_000000005557	5592	0.9895469761890848	9	4	3	2	3	True	103430	maximal	False	SPA0049_000000003913	0.9653282672049179		0	0	True	True	1.0	407		MOBP			mobilizable	no_good_hit	2508.0	95.93299999999999	75.0	0.4636767976278725	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CHI0154_000000005483	5051	0.9895469761890848	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9898404339645025	PS595|PS607|PS819	0	0	True	True	1.0	606		MOBP			mobilizable	other	3557.0	99.55	100.0	0.7011834319526628	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0058_000000000211	4810	0.9895469761890848	9	4	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9442812873938295	PS595|PS607|PS819	0	0	False	True	0.9995841979980469	0		MOBP			mobilizable	other	3742.0	99.73299999999999	100.0	0.73767258382643	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0093_000000011558	2144	0.989545111302992	5	4	2	3	3	False	33522	maximal	True	ISR0093_000000011558	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	97.12100000000001	31.0	0.0002822817445954183	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0004_000000004591	5740	0.9895393752170912	5	4	4	3	4	False	125007	fragment	False	ENG0004_000000004591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2078.0	72.47399999999999	35.0	0.0007918262991337747	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
FIJ0044_000000007252	3039	0.98953878385354	4	4	4	4	3	False	131511	maximal	True	FIJ0044_000000007252	1.0		0	0	False	False	0.99901282787323	0					non-mobilizable	no_good_hit	1680.0	78.452	55.0	0.0231760374832664	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0107_000000005800	5155	0.9895364835411848	8	2	1	2	1	True	80145	fragment	False	SPA0107_000000005800	1.0		0	0	False	False	0.997090220451355	0					non-mobilizable	no_good_hit	118.0	77.119	2.0	2.090743732086644e-05	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	True
CHI0141_000000005725	4809	0.9895364835411848	7	2	1	2	1	True	80144	fragment	False	CHI0141_000000005725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	77.119	2.0	2.090743732086644e-05	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	True
ENG0013_000000005241	4718	0.989535033045073	4	3	2	2	2	False	87862	fragment	False	ISR0096_000000005271	0.9715584690209347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	77.455	5.0	0.06720977596741344	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MON0096_000000006298	4896	0.9895348733290456	4	4	4	3	3	False	9283	maximal	True	MON0096_000000006298	1.0		1	1	False	False	0.9997957348823547	0					non-mobilizable	no_good_hit	3255.0	99.01700000000001	67.0	0.0009144780365083014	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0280_000000000193	19346	0.9895312218742901	27	17	11	16	12	True	108325	fragment	False	ISR0280_000000000193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.610101545471101e-06	NC_019729.1	cyanobacteria	Oscillatoria nigro-viridis PCC 7112, complete sequence	True	True
FIJ0058_000000011308	3448	0.9895269211486648	5	3	3	2	3	False	46047	maximal	True	FIJ0058_000000011308	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0004_000000005311	5671	0.9895250071743874	7	5	3	4	5	False	67204	fragment	False	MON0004_000000005311	1.0		0	0	False	False	0.992417573928833	0					non-mobilizable	chromosome	5673.0	95.611	100.0	0.0023354575248186117	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0101_000000000242	24655	0.9895204002366856	28	19	9	13	13	True	123615	fragment	False	CHI0101_000000000242	0.9998273629693569		0	0	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	6463.0	93.919	26.0	0.20774147727272727	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0068_000000001422	10744	0.9895177075719802	11	3	2	3	2	True	35039	maximal	True	ISR0068_000000001422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.014038371548900327	XM_020195161.1	budding yeasts	Ascoidea rubescens DSM 1968 hypothetical protein mRNA	True	True
CHI0176_000000001475	7304	0.989516061771206	8	8	0	5	7	False	127612	backbone	False	SPA0066_000000002401	0.9210115206653389	PS1013|PS676	0	0	False	True	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	7036.0	95.324	100.0	0.653864168618267	CP047382.1	enterobacteria	Escherichia coli strain CAU16175 plasmid pCAU16175_4, complete sequence	False	True
FIJ0148_000000001432	12218	0.9895134589107604	14	8	3	6	6	False	39923	maximal	True	FIJ0148_000000001432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	81.59899999999999	10.0	0.0002961699891817406	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
ISR0251_000000001732	6189	0.9895081196354022	6	3	3	2	1	False	27008	maximal	True	ISR0251_000000001732	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	87.81	8.0	0.00014515947364331607	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MAD0088_000000001470	9594	0.9895073341044728	13	8	5	7	5	False	54999	maximal	True	MAD0088_000000001470	0.9623340777356499		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	76.0	97.368	1.0	3.1438697683387164e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0017_000000001461	8018	0.9895071733331909	9	9	3	7	8	False	127672	backbone	False	ISR0162_000000004103	0.9956600416482727	PS1021	0	0	True	True	1.0	126	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	7709.0	99.98700000000001	100.0	0.9709031364151657	CP023847.1	enterobacteria	Escherichia coli strain 4/1-1 plasmid p4_1_1.3, complete sequence	False	True
CHI0171_000000000925	8018	0.9895071733331909	9	9	3	7	8	False	127672	backbone	False	ISR0162_000000004103	0.9951347237809818	PS1021	0	0	True	True	1.0	388	rep_cluster_2350,rep_cluster_2358	MOBP,MOBP		MOBP	mobilizable	plasmid	7697.0	99.883	100.0	0.9693568726355611	HE603112.1	enterobacteria	Escherichia coli HUSEC41 plasmid pHUSEC41-3 complete sequence	False	True
ISR0135_000000002532	7805	0.9895071733331909	10	9	3	7	8	False	127672	backbone	False	ISR0162_000000004103	0.9817068778894175	PS1021	0	0	True	True	1.0	26		MOBP,MOBP		MOBP	mobilizable	plasmid	7472.0	99.53200000000001	100.0	0.9408575031525851	HE603112.1	enterobacteria	Escherichia coli HUSEC41 plasmid pHUSEC41-3 complete sequence	False	True
FIJ0091_000000001848	12790	0.989505341224172	12	11	3	7	9	True	79917	fragment	False	FIJ0091_000000001848	1.0		0	0	False	False	0.9981235265731812	0					non-mobilizable	plasmid	7256.0	96.29299999999999	100.0	0.03494705504245746	CP020429.2	firmicutes	Streptococcus sp. FDAARGOS_192 plasmid unnamed1, complete sequence	False	True
ENG0092_000000008167	2648	0.989503453818484	4	2	2	2	2	False	66779	fragment	False	ENG0092_000000008167	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1773.0	91.20100000000001	67.0	0.18025926303970602	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
FIJ0020_000000011460	1911	0.9895027609475144	2	2	0	2	2	False	49914	fragment	False	FIJ0020_000000011460	1.0		0	0	False	False	1.0	0		MOBP,MOBP			mobilizable	plasmid	1911.0	99.791	100.0	0.3744363850225446	CP010227.1	enterobacteria	Escherichia coli strain S1 plasmid A, complete sequence	False	True
ISR0038_000000003650	7169	0.9895023441777928	7	6	6	6	5	False	127154	fragment	False	ISR0038_000000003650	1.0		0	0	False	False	0.995675802230835	0					non-mobilizable	no_good_hit	1153.0	73.634	16.0	0.0016914312213233294	NZ_CABJAT010000003.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ENG0080_000000005090	4690	0.9895017836367428	5	3	3	3	2	False	63301	maximal	True	ENG0080_000000005090	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3581.0	95.839	76.0	0.0858782291366561	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	False
ISR0162_000000004103	7978	0.9895017713269612	9	8	3	7	7	False	127672	backbone	True	ISR0162_000000004103	0.9964402662849796	PS1021	13	6	True	True	1.0	34	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	7137.0	99.17299999999999	100.0	0.8983114919354839	AP022301.1	enterobacteria	Escherichia coli plasmid pBEC1-S17-ESBL-09_3 DNA, complete genome, strain: BEC1-S17-ESBL-09	False	True
FIJ0162_000000003027	7971	0.9895017713269612	8	8	3	7	7	False	127672	backbone	False	ISR0162_000000004103	0.9954203999116918	PS1021	0	0	True	True	1.0	2	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	7476.0	99.92	100.0	0.9415543519334929	CP042889.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 plasmid pNMBU-W12E19_05, complete sequence	False	True
ISR0284_000000000829	7958	0.9895017713269612	8	8	3	7	7	False	127672	backbone	False	ISR0162_000000004103	0.995714658164742	PS1021	0	0	True	True	1.0	27	rep_cluster_2350,rep_cluster_2370	MOBP,MOBP		MOBP	mobilizable	plasmid	7474.0	99.973	100.0	0.9413024310366545	CP023847.1	enterobacteria	Escherichia coli strain 4/1-1 plasmid p4_1_1.3, complete sequence	False	True
ISR0353_000000006441	5201	0.9894987480283179	7	6	2	3	6	False	127640	backbone	False	CHI0066_000000002654	0.9842663629590437	PS1015|PS542	0	0	True	True	1.0	10	rep_cluster_2131	MOBQ			mobilizable	plasmid	4975.0	99.899	100.0	0.9633933759442185	CP059007.1	enterobacteria	Escherichia coli strain 2D plasmid p2D-5, complete sequence	False	True
CHI0164_000000002567	8463	0.989496689121236	10	3	2	2	2	True	78429	maximal	True	CHI0164_000000002567	0.9964366314289108		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	4361.0	98.28	73.0	0.5680010431607772	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	True
ISR0175_000000003158	8419	0.989496689121236	10	3	2	2	2	True	78429	maximal	False	CHI0164_000000002567	0.9938556067588326		0	0	True	True	1.0	39					non-mobilizable	no_good_hit	4360.0	98.601	73.0	0.5680010431607772	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	True
MON0043_000000002758	6784	0.9894958353887209	6	5	5	3	4	False	100520	maximal	True	MON0043_000000002758	1.0		0	0	False	False	0.9995577931404114	0					non-mobilizable	no_good_hit	1365.0	71.575	20.0	0.0006408243840129369	CP024725.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 1, complete sequence	True	False
MAD0087_000000009828	2848	0.9894945227570556	4	3	3	3	2	True	15997	fragment	False	MAD0087_000000009828	1.0		0	0	False	False	0.9985954761505127	0					non-mobilizable	no_good_hit	921.0	80.673	32.0	0.00025665059498437007	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0095_000000024990	1121	0.9894916360814472	1	1	1	1	1	False	60894	fragment	False	ENG0095_000000024990	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	100.0	100.0	0.0001727240635926821	LR607351.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071171 genome assembly, chromosome: 1	False	False
SPA0118_000000009250	3130	0.9894912026696969	4	4	4	4	3	False	77940	fragment	False	SPA0118_000000009250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000000978	13622	0.9894852535192924	15	3	1	3	1	False	69919	maximal	True	FIJ0055_000000000978	1.0		2	1	False	False	0.9998531937599182	0					non-mobilizable	no_good_hit	327.0	93.884	2.0	0.0014266958424507658	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0116_01_000000002777	9728	0.9894839123004436	6	4	4	3	4	True	115773	maximal	True	USA0116_01_000000002777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3374.0	99.14	34.0	0.030241881238733285	CP053236.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-2, complete sequence	True	True
USA0108_01_000000002952	4225	0.9894833929973629	7	3	3	3	3	False	124111	fragment	False	SPA0139_000000005501	0.94997969668013		0	0	False	False	1.0	0					non-mobilizable	other	4225.0	97.87	100.0	0.0011870790492351153	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0151_000000002843	8181	0.9894755448582856	10	8	6	7	8	False	79534	maximal	True	CHI0151_000000002843	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3552.0	91.948	88.0	0.0006613475817328167	NC_013716.1	enterobacteria	Citrobacter rodentium ICC168, complete genome	True	False
ENG0096_000000010903	3063	0.9894726352032928	5	3	0	3	0	True	64509	fragment	False	USA0072_01_000000006467	0.9384812560076898		0	0	False	False	0.9964087605476379	0					non-mobilizable	no_good_hit								True	True
ISR0072_000000002594	8641	0.9894715462253362	8	6	5	6	5	False	56974	maximal	True	ISR0072_000000002594	1.0		1	1	False	False	0.9993056654930115	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.6429584341784644e-05	CP006011.1	firmicutes	Lactobacillus reuteri I5007, complete genome	True	False
TAN0009_000000009151	3675	0.9894712907315556	4	2	2	2	1	True	2715	maximal	True	TAN0009_000000009151	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
ISR0342_000000000020	97706	0.9894709565314772	93	15	4	12	5	True	127415	maximal	False	SPA0046_000000000019	0.9137453872623362		0	0	True	True	0.9999897480010986	29					non-mobilizable	virus	33269.0	97.71	96.0	0.34269819193324064	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0199_000000003210	6966	0.989468497093412	3	2	2	1	1	True	112671	fragment	False	ENG0199_000000003210	1.0		0	0	False	False	0.9969853758811951	0					non-mobilizable	no_good_hit	161.0	95.031	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0339_000000002585	5185	0.989468497093412	3	2	2	1	1	True	112665	fragment	False	ISR0339_000000002585	1.0		0	0	False	False	0.9944069385528564	0					non-mobilizable	no_good_hit								True	True
AUS0008_000000002476	6987	0.9894667649747486	12	4	3	3	4	False	101901	maximal	True	AUS0008_000000002476	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	97.22200000000001	4.0	7.503846842599487e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0185_000000001503	14557	0.9894649193429071	15	5	3	4	3	False	121841	maximal	False	FIJ0064_000000001467	0.9742199656094044		0	0	False	False	0.9995878338813782	0					non-mobilizable	no_good_hit	159.0	77.358	1.0	0.028433376695781453	LN853089.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0447	True	False
SPA0142_000000005032	5684	0.9894607063519388	4	4	2	4	4	True	3440	maximal	True	SPA0142_000000005032	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	81.025	18.0	0.0002496897378233882	CP034090.1	enterobacteria	Proteus mirabilis strain PmSC1111 chromosome, complete genome	True	True
CHI0135_000000013988	1365	0.9894601141081836	1	1	1	1	1	True	80658	fragment	False	CHI0135_000000013988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	2.51253226780352e-05	NZ_CABPSF010000002.1	b-proteobacteria	Pandoraea iniqua strain LMG 31009, whole genome shotgun sequence	True	True
ENG0154_000000018754	1740	0.989454011924572	2	1	1	1	1	False	56829	maximal	True	ENG0154_000000018754	1.0		1	1	False	False	0.9879310131072998	0					non-mobilizable	no_good_hit	112.0	80.357	6.0	5.914408203772524e-05	NZ_LN651337.1	firmicutes	Sporosarcina koreensis strain S-K12, whole genome shotgun sequence	True	False
FIJ0150_000000001125	15752	0.9894488356553399	17	6	4	6	5	False	101342	maximal	False	FIJ0092_000000001114	0.9777892111306348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	15.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0065_000000000040	61304	0.989447853948376	103	31	14	22	19	True	48938	maximal	True	MAD0065_000000000040	1.0		1	1	True	True	0.9999836683273315	1					non-mobilizable	no_good_hit	3168.0	92.014	48.0	0.05600255201502853	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0233_000000002460	4072	0.9894477613517506	4	2	2	2	2	False	66770	fragment	False	ISR0233_000000002460	1.0		0	0	False	True	0.9997544288635254	0					non-mobilizable	no_good_hit	1774.0	90.755	43.0	0.18025926303970602	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0135_000000007541	2516	0.9894477613517506	3	2	2	2	2	False	66771	backbone	True	ISR0135_000000007541	1.0	PS306|PS307	1	1	True	True	1.0	7					non-mobilizable	no_good_hit	1767.0	91.681	73.0	0.1796468306624477	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0384_000000010843	1714	0.9894477613517506	2	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.9039314434416288	PS306	0	0	False	True	1.0	0					non-mobilizable	other	1723.0	92.397	100.0	0.17484944370725733	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
AST0097_000000001025	18461	0.9894456500375964	15	7	6	7	5	False	129504	maximal	True	AST0097_000000001025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2073.0	82.92299999999999	11.0	0.024690317687705403	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
FIJ0113_000000000869	20202	0.9894400069691353	16	7	5	7	3	True	55358	maximal	True	FIJ0113_000000000869	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3332.0	96.008	16.0	0.1899030233884769	NZ_CYXX01000048.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0213_000000015361	1735	0.9894364240423944	2	2	2	2	2	False	83038	fragment	False	ISR0213_000000015361	0.9470640068934779		0	0	False	False	1.0	0					non-mobilizable	chromosome	1700.0	94.706	100.0	0.00037737190123029015	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0060_000000001536	8246	0.9894356843976242	11	10	4	6	9	True	123628	fragment	False	USA0108_01_000000001009	0.3989527114991953		0	0	False	True	0.9986660480499268	0	rep_cluster_1702				non-mobilizable	plasmid	4473.0	97.40700000000001	97.0	0.13499606513711485	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
DEN0067_000000000977	18111	0.9894354922444504	20	12	7	7	8	True	90011	fragment	False	CHI0114_000000000326	0.9352342790505325		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	67.0	82.09	0.0	1.569844150154166e-05	CP031747.1	b-proteobacteria	Alcaligenes faecalis strain AU14 chromosome	True	True
AST0058_000000001206	13019	0.9894314588248482	20	7	3	7	2	False	118839	backbone	False	ISR0381_000000000982	0.9563790905480666	PS798|PS813|PS814	0	0	True	True	1.0	108					non-mobilizable	no_good_hit	5786.0	98.49600000000001	75.0	0.48540667844225754	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
SPA0029_000000006298	3948	0.9894310277393468	6	4	4	4	3	False	7391	maximal	True	SPA0029_000000006298	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	81.25	2.0	0.02755790090882439	NZ_PQVI01000064.1	g-proteobacteria	Avibacterium endocarditidis strain 20186H4H1 contig64, whole genome shotgun sequence	True	False
SPA0136_000000015934	2572	0.989424427101226	2	2	2	2	2	False	103297	fragment	False	SPA0136_000000015934	1.0		0	0	False	False	0.9996111989021301	0					non-mobilizable	other	2572.0	99.10600000000001	100.0	0.009624851658986003	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
SPA0124_000000026816	1104	0.9894221348924072	2	1	1	1	1	False	4031	fragment	False	SPA0124_000000026816	1.0		0	0	False	False	0.9990941882133484	0					non-mobilizable	no_good_hit	239.0	88.285	27.0	0.000413105015826977	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0053_000000000171	39236	0.9894215206353312	46	22	17	20	10	True	53286	maximal	True	FIJ0053_000000000171	1.0	PS221	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	0.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
AUS0004_000000000206	42597	0.9894213631299592	51	32	16	28	19	True	123719	fragment	False	ISR0176_000000000218	0.6360777981014502		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	23392.0	99.69200000000001	100.0	0.2379474867496109	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0150_000000000774	12061	0.9894195273068448	12	9	8	7	8	True	116755	fragment	False	SPA0051_000000001434	0.38764880952380953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	94.99700000000001	69.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
DEN0007_000000006577	4271	0.989415710338202	9	8	5	8	5	False	132172	fragment	False	SPA0066_000000003552	0.9797205948625507		0	0	False	False	0.9990634322166443	0					non-mobilizable	other	4271.0	100.0	100.0	0.08860575626154261	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
DEN0010_000000016448	2712	0.9894134790157454	5	4	2	2	4	True	124071	fragment	False	FIJ0023_000000010108	0.4738193018480493		0	0	False	False	0.998525083065033	0					non-mobilizable	other	2712.0	98.046	100.0	0.000761596643803779	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0006_000000000254	9762	0.9894116378228304	13	9	6	9	5	False	93059	maximal	True	DEN0006_000000000254	1.0		3	2	False	False	0.9994878172874451	0					non-mobilizable	no_good_hit	100.0	92.0	1.0	0.08981481481481482	NZ_QGHH01000080.1	firmicutes	Bacillus aciditolerans strain YN-1 YN_scaffold87, whole genome shotgun sequence	True	False
MAD0001_000000003122	7620	0.9894072154443979	11	6	4	5	5	True	124076	fragment	False	MAD0001_000000003122	1.0		0	0	False	False	0.9998687505722046	0					non-mobilizable	other	5726.0	97.18799999999999	99.0	0.0016080649431163185	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0097_000000027826	1127	0.9894062249951576	2	2	1	2	1	False	42887	fragment	False	FIJ0097_000000027826	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1118.0	100.0	99.0	0.00020403537027122458	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0353_000000007088	4808	0.9894039528451182	5	1	1	1	1	False	38077	maximal	True	ISR0353_000000007088	0.9829401853411963		2	1	False	False	0.9991680383682251	0					non-mobilizable	no_good_hit	786.0	93.00299999999999	27.0	0.0013665583645921938	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ITA0005_000000005781	3095	0.9894039528451182	3	1	1	1	1	False	119847	fragment	False	ITA0005_000000005781	1.0		0	0	False	False	0.9987075924873352	0					non-mobilizable	no_good_hit	1315.0	93.916	42.0	0.002285150530587202	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0047_000000012470	2381	0.9894039528451182	3	1	1	1	1	False	36920	fragment	False	ISR0047_000000012470	1.0		0	0	False	False	0.9979000687599182	0					non-mobilizable	no_good_hit	789.0	93.40899999999999	33.0	0.0013717875420077253	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0328_000000011968	2370	0.9894039528451182	3	1	1	1	1	False	42619	maximal	True	ISR0328_000000011968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1775.0	95.54899999999999	75.0	0.0030904438525790304	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0013_000000019130	1400	0.9894039528451182	3	1	1	1	1	False	38076	fragment	False	ISR0013_000000019130	1.0		0	0	False	False	0.9864285588264465	0					non-mobilizable	no_good_hit	786.0	93.00299999999999	56.0	0.0013665583645921938	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0260_000000011714	1373	0.9894039528451182	2	1	1	1	1	False	36916	fragment	False	ISR0260_000000011714	1.0		0	0	False	False	0.9905316829681396	0					non-mobilizable	no_good_hit	689.0	93.469	50.0	0.0011974816281566801	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0263_000000013282	1237	0.9894039528451182	2	1	1	1	1	False	26639	fragment	False	ISR0263_000000013282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	93.00299999999999	63.0	0.0013665583645921938	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
USA0020_01_000000006884	5002	0.9894036973678776	13	2	1	2	2	False	1803	maximal	True	USA0020_01_000000006884	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	79.167	3.0	4.637574909331245e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0836_000000011552	1735	0.989402794551612	4	3	2	3	2	False	20922	fragment	False	ISR0836_000000011552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0005331121904987561	AP020670.1	eudicots	Prunus dulcis DNA, unplaced-scaffold_333	True	False
AST0005_000000002259	11533	0.9894020402521196	17	9	4	9	4	True	128776	fragment	False	AST0005_000000002259	1.0		0	0	False	True	0.9997398853302002	0					non-mobilizable	no_good_hit	84.0	97.619	1.0	0.0029013877722235816	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	True
AST0025_000000017097	2145	0.989401616074672	5	5	4	5	4	True	126023	fragment	False	AST0025_000000017097	1.0		0	0	False	False	0.9995337724685669	0					non-mobilizable	other	2151.0	93.212	100.0	0.04812594039839206	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0374_000000004125	3819	0.9893998685159344	5	2	2	2	2	False	117664	fragment	False	ISR0374_000000004125	1.0		0	0	False	False	0.9989526271820068	0					non-mobilizable	no_good_hit	1602.0	70.59899999999999	44.0	0.004864607429582256	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0051_000000010833	3746	0.9893998685159344	3	2	2	2	2	False	35865	fragment	False	ISR0051_000000010833	1.0		0	0	False	False	0.9962626695632935	0					non-mobilizable	no_good_hit	1627.0	70.252	45.0	0.004914088496888878	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0010_000000002829	12019	0.9893992601435438	15	10	5	9	7	False	123872	fragment	False	ISR0187_000000001816	0.9910273296015805		0	0	False	False	1.0	0					non-mobilizable	other	9003.0	99.411	100.0	0.053276675327134884	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
FIJ0096_000000001639	14827	0.9893977176615184	24	13	9	12	10	True	125417	fragment	False	SPA0098_000000001538	0.33298048531703917		0	0	False	False	1.0	0					non-mobilizable	other	14827.0	99.083	100.0	0.0042312509204576205	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0084_01_000000012207	2683	0.989396634400571	5	4	3	4	4	False	119913	maximal	True	USA0084_01_000000012207	1.0		0	0	False	False	0.9839731454849243	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	6.537868530480101e-06	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
CHI0180_000000011201	1176	0.9893894724819456	2	1	0	1	1	True	77465	fragment	False	CHI0180_000000011201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0108_000000001867	13352	0.9893877392961458	17	13	6	8	13	True	123628	fragment	False	USA0108_01_000000001009	0.6865595500284765		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8753.0	98.05799999999999	99.0	0.2639384950662873	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
TAN0019_000000004730	1598	0.9893876070365824	2	1	1	1	1	False	2412	fragment	False	TAN0019_000000004730	1.0		0	0	False	False	0.9981226325035095	0					non-mobilizable	no_good_hit	916.0	91.266	74.0	0.07746359634270233	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
FIJ0040_000000006012	4135	0.9893875104514982	6	4	2	4	2	True	47515	maximal	True	FIJ0040_000000006012	1.0		2	1	True	True	1.0	4		MOBQ			mobilizable	plasmid	3805.0	85.493	100.0	0.921505905511811	CP024502.1	enterobacteria	Klebsiella pneumoniae strain KSB1_4E plasmid unnamed3, complete sequence	False	True
MON0092_000000002502	13620	0.9893857715835858	12	4	3	4	3	False	65400	fragment	False	MON0092_000000002502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	78.426	3.0	0.0001380235451930035	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
ISR0352_000000005227	1811	0.9893818381440408	3	3	3	3	3	False	31295	fragment	False	ISR0352_000000005227	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1615.0	97.95700000000001	100.0	0.0007809732843265339	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0331_000000017174	1449	0.9893784834957954	2	2	2	2	1	False	121909	fragment	False	ISR0331_000000017174	1.0		0	0	False	False	0.9986197352409363	0					non-mobilizable	no_good_hit								True	False
MAD0079_000000000362	12416	0.989370078877652	22	7	2	6	5	False	16184	maximal	True	MAD0079_000000000362	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5278.0	91.73899999999999	52.0	0.04641852508311067	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0052_000000005890	2870	0.9893659878061932	5	3	3	3	2	False	17286	maximal	True	MAD0052_000000005890	1.0		1	1	False	False	0.9717770218849182	0					non-mobilizable	no_good_hit	1020.0	98.92200000000001	41.0	0.007846220249105931	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
AST0090_000000007874	3000	0.9893657257806364	4	2	0	2	2	True	125272	maximal	False	ENG0052_000000009814	0.941042773697708		0	0	True	True	1.0	35					non-mobilizable	no_good_hit	69.0	97.101	2.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ENG0069_000000006764	2999	0.9893657257806364	3	2	0	2	2	True	125272	maximal	False	ENG0052_000000009814	0.950083741924689		0	0	True	True	0.9996665716171265	51					non-mobilizable	no_good_hit	72.0	95.833	5.0	0.021055753262158958	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0302_000000000481	16002	0.98936169655221	22	9	4	9	3	False	118842	fragment	False	ISR0302_000000000481	1.0		0	0	False	True	0.9991875886917114	0					non-mobilizable	no_good_hit	2737.0	97.041	50.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
ISR0089_000000010510	2572	0.9893603935111188	4	2	1	1	2	False	61625	fragment	False	ISR0089_000000010510	1.0		0	0	False	False	0.9992223978042603	0					non-mobilizable	no_good_hit	53.0	100.0	2.0	0.0002311861181627817	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0186_000000001590	12598	0.9893599161107484	20	9	5	9	6	False	127294	fragment	False	ENG0186_000000001590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6642.0	99.624	77.0	0.5585835646395828	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0153_000000002482	9814	0.989358498010173	12	12	6	8	11	True	123628	fragment	False	USA0108_01_000000001009	0.42452042629638037		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8470.0	97.686	99.0	0.27206284812775683	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0116_000000020311	1994	0.9893543111470756	4	2	1	2	1	True	4354	fragment	False	SPA0116_000000020311	0.9261220373171961		0	0	False	False	0.9904714226722717	0					non-mobilizable	no_good_hit								True	True
MAD0038_000000010478	1421	0.9893539958307752	3	1	1	1	1	False	18534	maximal	True	MAD0038_000000010478	0.9836651352730984		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000008249	1391	0.9893539958307752	3	1	1	1	1	False	18534	maximal	False	MAD0038_000000010478	0.9766278375954068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0204_000000001746	5239	0.9893531139249404	7	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9367885515319142	PS1015|PS542	0	0	True	True	0.9998091459274292	15	Col156	MOBQ			mobilizable	plasmid	4388.0	99.613	100.0	0.852341169613367	CP057497.1	enterobacteria	Escherichia coli strain RHB24-C10 plasmid pRHB24-C10_5, complete sequence	False	True
ISR0058_000000004285	5225	0.9893531139249404	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9352673498713305	PS1015|PS542	0	0	True	True	1.0	42	Col156	MOBQ			mobilizable	plasmid	4459.0	99.91	100.0	0.8663039253789351	EU090225.1	enterobacteria	Escherichia coli plasmid pIGJC156, complete sequence	False	True
ISR0287_000000001788	5184	0.9893531139249404	6	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.934676244523127	PS1015|PS542	0	0	True	True	1.0	24	Col156	MOBQ			mobilizable	plasmid	4827.0	99.917	100.0	0.9378157792460163	EU090225.1	enterobacteria	Escherichia coli plasmid pIGJC156, complete sequence	False	True
ISR0318_000000001107	4019	0.9893531139249404	5	5	2	2	5	False	98145	fragment	False	ISR0318_000000001107	0.9663735126745991		0	0	False	True	1.0	0	Col156	MOBQ			mobilizable	plasmid	4023.0	97.514	100.0	0.5381935138032699	CP056633.1	enterobacteria	Escherichia coli strain RHBSTW-00303 plasmid pRHBSTW-00303_2, complete sequence	False	True
ISR0069_000000007122	3427	0.9893526085784731	7	7	3	5	7	True	63738	maximal	True	ISR0069_000000007122	1.0		0	0	False	False	0.997081995010376	0					non-mobilizable	no_good_hit	2093.0	97.946	79.0	0.019145167359600576	AP017613.1	enterobacteria	Escherichia coli plasmid pMRY16-002_3 DNA, complete genome, strain: 20Ec-P-124	True	True
MAD0025_000000001309	6932	0.9893477997851824	8	6	2	4	5	False	97718	fragment	False	MAD0025_000000001309	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	3027.0	98.976	79.0	0.03408886085075703	CP024864.1	enterobacteria	Escherichia coli strain AR_0015 plasmid unitig_2_pilon, complete sequence	True	True
MAD0042_000000011461	2023	0.9893475641096744	3	2	2	2	2	False	18126	maximal	True	MAD0042_000000011461	1.0		1	1	False	False	0.9965397715568542	0					non-mobilizable	no_good_hit	421.0	96.2	21.0	0.0005368983382996429	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
CHI0169_000000009416	1634	0.989341554708741	2	2	2	2	2	False	119908	fragment	False	CHI0169_000000009416	1.0		0	0	False	False	0.9987760186195374	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0006961755260616677	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0047_000000001921	11637	0.9893386319627204	11	8	4	6	7	True	128770	maximal	True	ISR0047_000000001921	1.0	PS1052	1	1	True	True	1.0	102	IncW	MOBF			mobilizable	no_good_hit	8056.0	98.126	87.0	0.0033736032942737215	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
FIJ0106_000000000520	34294	0.9893353290960352	39	20	15	18	10	True	53280	backbone	False	FIJ0155_000000000309	0.8194407160036384	PS221	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
FIJ0028_000000012664	2411	0.989334946558005	2	2	1	2	1	False	101764	fragment	False	ISR0813_000000011453	0.9569586651497914		0	0	False	False	1.0	0					non-mobilizable	other	2412.0	98.59	100.0	0.0033242977074811934	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0212_000000003354	8562	0.9893310793923916	11	8	4	7	6	False	123952	fragment	False	AST0016_000000002451	0.95155672823219		0	0	False	False	0.999883234500885	0					non-mobilizable	no_good_hit	258.0	75.969	3.0	0.000425026771705835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0391_000000000527	15863	0.9893278112388664	24	13	8	9	8	False	123909	fragment	False	ISR0071_000000000283	0.9811145129119054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.46	51.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0045_000000001296	15598	0.9893278112388664	23	13	8	9	8	False	123909	fragment	False	ISR0071_000000000283	0.9806860832594227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.391	50.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0137_000000001814	15424	0.9893278112388664	22	13	8	9	8	False	123909	fragment	False	ISR0071_000000000283	0.91689807811781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6294.0	99.889	49.0	0.0011286902368563547	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0052_000000027313	1365	0.9893170809989948	2	2	2	2	1	False	35773	maximal	True	ISR0052_000000027313	1.0		0	0	False	False	0.9897435903549194	0					non-mobilizable	no_good_hit	276.0	93.116	20.0	6.12015806476596e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0078_000000000869	18063	0.9893162694093494	19	18	9	12	17	False	98083	maximal	True	CHI0078_000000000869	1.0		2	2	False	False	0.9998892545700073	0	IncFIB				non-mobilizable	plasmid	18063.0	99.994	100.0	0.29044188589438474	CP024235.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed3, complete sequence	False	True
ISR0110_000000000033	116174	0.9893127863705664	124	37	22	31	25	True	127692	fragment	False	ISR0110_000000000033	0.9516911123360353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5276.0	81.71	5.0	0.0022989931934203063	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	True	True
MAD0010_000000000232	9564	0.9893127315010358	10	10	7	8	10	False	82219	fragment	False	MAD0010_000000000232	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9572.0	96.03	100.0	0.0017643263708006203	CP049201.1	enterobacteria	Escherichia coli strain PapRG-04-4 chromosome, complete genome	False	False
AST0059_000000004267	3285	0.9893105749387656	3	2	1	2	2	True	112882	maximal	True	AST0059_000000004267	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	76.316	36.0	0.08201147485656429	CP031099.1	firmicutes	Clostridium botulinum strain CFSAN034202 plasmid p2_CFSAN034202, complete sequence	True	True
USA0038_01_000000001921	10619	0.9893086696724808	13	8	4	5	7	True	104919	backbone	True	USA0038_01_000000001921	0.9930667679741666	PS620	2	1	True	True	1.0	73					non-mobilizable	no_good_hit	3650.0	96.35600000000001	71.0	0.2929407018959258	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0114_000000000212	28023	0.9893065474550724	29	24	11	17	17	True	84536	maximal	True	CHI0114_000000000212	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	9309.0	94.178	79.0	0.20056723462296216	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
AST0019_000000008997	3085	0.9893064928811378	4	2	1	2	1	False	122719	fragment	False	AST0019_000000008997	1.0		0	0	False	False	0.9996758699417114	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00033652228258256815	NZ_SMCQ01000012.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_112, whole genome shotgun sequence	True	False
USA0071_01_000000002890	4765	0.9893047593362012	8	3	3	3	3	False	124112	fragment	False	USA0071_01_000000002890	1.0		0	0	False	False	0.9995802640914917	0					non-mobilizable	other	4759.0	95.104	99.0	0.001335744962361388	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0080_000000005338	4497	0.9893047593362012	8	3	3	3	3	False	124111	fragment	False	SPA0139_000000005501	0.9799344471596243		0	0	False	False	1.0	0					non-mobilizable	other	4497.0	99.133	100.0	0.0012635197455873764	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
USA0035_01_000000005742	4355	0.9893034877164056	5	5	2	3	5	True	35823	maximal	True	USA0035_01_000000005742	1.0		2	2	False	False	1.0	0	rep_cluster_570	MOBQ			mobilizable	plasmid	4107.0	98.15	94.0	0.0831322124647616	CP016727.1	firmicutes	Lactococcus lactis subsp. lactis strain UC08 plasmid pUC08B, complete sequence	False	True
ENG0081_000000003846	6350	0.9893022316612228	6	5	4	5	4	False	97150	maximal	True	ENG0081_000000003846	1.0	PS521	0	0	False	True	0.9998425245285034	0					non-mobilizable	no_good_hit	4197.0	97.999	66.0	0.0013524476692034194	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
CHI0179_000000004394	3755	0.98930215677094	4	3	3	3	2	False	111871	fragment	False	CHI0179_000000004394	1.0		0	0	False	False	0.9994673728942871	0					non-mobilizable	other	3755.0	99.68	100.0	0.0059901833755656685	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0135_000000007584	3176	0.98930215677094	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9824200516820045		0	0	False	False	1.0	0					non-mobilizable	other	3102.0	100.0	98.0	0.00494820422153147	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0166_000000001056	19424	0.9893016475479284	35	14	10	12	7	True	78722	fragment	False	ENG0166_000000001056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0113_000000017381	1605	0.9892972817683174	3	1	1	1	1	False	69078	maximal	True	ENG0113_000000017381	0.9989905787348587		3	3	False	False	0.9943925142288208	0					non-mobilizable	no_good_hit								True	False
DEN0083_000000020503	1486	0.9892972817683174	3	1	1	1	1	False	69078	maximal	False	ENG0113_000000017381	0.961993769470405		0	0	False	False	0.9979811310768127	0					non-mobilizable	no_good_hit								True	False
CHI0143_000000005703	3328	0.9892968024959043	4	1	1	1	1	True	79942	maximal	True	CHI0143_000000005703	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	977.0	88.741	47.0	0.29425981873111784	LN852924.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0251	True	True
MON0094_000000005253	5311	0.989292495906258	8	4	2	4	4	False	70820	fragment	False	MON0094_000000005253	1.0		0	0	False	False	0.9990585446357727	0					non-mobilizable	no_good_hit	1047.0	77.459	19.0	0.0003473651578609711	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0127_000000020565	1316	0.9892896492298426	2	1	1	1	1	False	115010	fragment	False	ENG0127_000000020565	1.0		0	0	False	False	0.9939209818840027	0					non-mobilizable	no_good_hit	645.0	76.589	48.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0146_000000001415	4396	0.9892874045110248	10	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9713087791174932	PS1143|PS1146|PS778	0	0	True	True	0.9997725486755371	16	rep_cluster_1019				non-mobilizable	plasmid	4316.0	99.305	100.0	0.99930345948456	CP021589.1	other sequences	Unidentified plasmid plasmid FAKO27_6410, complete sequence	False	True
CHI0181_000000004489	4385	0.9892874045110248	11	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9696340984438423	PS1143|PS1146|PS778	0	0	True	True	1.0	63	rep_cluster_1019				non-mobilizable	plasmid	4305.0	99.977	100.0	0.99930345948456	CP021589.1	other sequences	Unidentified plasmid plasmid FAKO27_6410, complete sequence	False	True
CHI0022_000000002777	4376	0.9892874045110248	10	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.99018630746386	PS1143|PS1146|PS778	0	0	True	True	1.0	253	rep_cluster_1019				non-mobilizable	other	4317.0	99.977	100.0	0.7019027484143763	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0161_000000002353	4356	0.9892874045110248	10	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9902460380326904	PS1143|PS1146|PS778	0	0	True	True	0.9993112683296204	13	rep_cluster_1019				non-mobilizable	other	4338.0	100.0	100.0	0.7053179378760774	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
MAD0062_000000002366	5374	0.9892859315537376	6	6	5	4	5	True	16776	maximal	True	MAD0062_000000002366	1.0		1	1	False	False	0.9998139142990112	0					non-mobilizable	other	4033.0	98.066	93.0	0.1960603112840467	AY009096.1	enterobacteria	Escherichia coli strain 350C1 CS12 fimbrial gene cluster, complete sequence; insertion sequence IS1 ItsA (itsA) gene, InsB (insB), complete cds; insertion sequence IS21 transposition protein (istB) gene, complete cds; and stable inheritance protein (stbA) gene, partial cds	False	True
ISR0197_000000008326	2993	0.9892815045652188	2	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.9570294878115133		0	0	True	True	1.0	173					non-mobilizable	no_good_hit	69.0	97.101	2.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0208_000000008930	2990	0.9892815045652188	2	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.9540336263706364		0	0	True	True	1.0	235					non-mobilizable	no_good_hit	69.0	97.101	2.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0150_000000007654	2971	0.9892815045652188	2	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.9523821801488374		0	0	True	True	0.9993268251419067	26					non-mobilizable	no_good_hit	69.0	97.101	2.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0228_000000008605	2969	0.9892815045652188	2	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.9529618298402426		0	0	True	True	0.9996631741523743	104					non-mobilizable	no_good_hit	69.0	97.101	2.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0128_000000014010	2529	0.9892815045652188	3	2	0	2	1	True	125272	maximal	False	ENG0052_000000009814	0.1565862237204645		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	69.0	97.101	3.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
AST0012_000000009814	2240	0.9892815045652188	2	2	0	2	1	True	125271	fragment	False	AST0012_000000009814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	98.571	3.0	0.08079625292740047	GQ877960.1		Uncultured organism clone VC1BT83TF genomic sequence	True	True
ENG0059_000000003120	3958	0.989281035222524	5	5	2	3	4	True	63389	maximal	True	ENG0059_000000003120	1.0		1	1	True	True	1.0	61	rep_cluster_1855				non-mobilizable	no_good_hit	1498.0	86.449	66.0	0.410106085985483	AB021465.1	firmicutes	Streptococcus bovis plasmid pSBO2 genes for Cop protein, replication protein and mobilization protein, complete and partial cds	True	True
FIJ0028_000000004286	6883	0.9892801059912382	5	5	4	3	2	False	55679	fragment	False	FIJ0028_000000004286	1.0		0	0	False	False	0.99970942735672	0					non-mobilizable	chromosome	5185.0	100.0	100.0	0.0009462247203398524	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
SPA0084_000000001975	6730	0.9892786694600924	8	6	2	4	6	False	130151	fragment	False	SPA0084_000000001975	1.0		0	0	False	True	0.999851405620575	0					non-mobilizable	no_good_hit	5129.0	99.86399999999999	86.0	0.9137408661557654	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0132_000000018126	1586	0.9892778794411282	2	2	2	2	1	False	55228	fragment	False	ISR0132_000000018126	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	99.559	100.0	0.010236286538573246	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	False
ISR0101_000000003994	5858	0.9892766765365002	7	3	3	3	2	True	33148	fragment	False	ISR0101_000000003994	1.0		0	0	False	False	0.9909525513648987	0					non-mobilizable	no_good_hit	3150.0	75.016	56.0	0.0008333692621173953	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0015_000000005837	3217	0.9892752194659342	6	1	1	1	1	True	66871	maximal	False	ISR0222_000000016751	0.9978864734299517		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0021733880705143687	XM_018239117.1	frogs & toads	PREDICTED: Xenopus laevis serine/threonine-protein kinase SMG1 (LOC108703118), transcript variant X2, mRNA	True	True
SPA0094_000000004706	2878	0.9892752194659342	5	1	1	1	1	True	5237	fragment	False	SPA0094_000000004706	1.0		0	0	False	False	0.9958304166793823	0					non-mobilizable	no_good_hit								True	True
SPA0061_000000009240	1724	0.9892752194659342	2	1	1	1	1	True	6194	fragment	False	SPA0061_000000009240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0249_000000015281	1432	0.9892752194659342	2	1	1	1	1	True	27049	fragment	False	ISR0249_000000015281	1.0		0	0	False	False	0.9860334992408752	0					non-mobilizable	no_good_hit	410.0	86.34100000000001	28.0	0.125114995400184	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
ISR0365_000000011210	1511	0.9892748865955532	2	2	1	2	2	False	94084	fragment	False	SPA0062_000000015646	0.3333086426229931		0	0	False	False	1.0	0					non-mobilizable	chromosome	1511.0	98.213	100.0	0.0006218552041044091	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0126_000000011852	1311	0.9892661608407328	2	2	2	2	1	False	81447	fragment	False	CHI0126_000000011852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	74.131	77.0	0.006986544177994799	NZ_FNVS01000010.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	False
FIJ0093_000000012235	1552	0.989262481393082	3	3	3	3	1	True	43241	fragment	False	FIJ0093_000000012235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	91.54899999999999	41.0	0.10312449409098268	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	True
ISR0821_000000001693	12607	0.9892597307215024	12	7	6	7	4	False	123888	fragment	False	SPA0082_000000000937	0.046179074857422654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8301.0	99.31299999999999	76.0	0.08278780137314386	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0183_000000003526	10298	0.98925903676751	9	6	2	4	4	True	128768	backbone	False	ENG0060_000000001922	0.9621423794493907	PS1052	0	0	True	True	1.0	90	IncW	MOBF			mobilizable	other	9401.0	99.79799999999999	99.0	0.0039413212734492895	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0050_000000006538	3975	0.9892583434905672	2	2	2	2	1	False	6596	fragment	False	SPA0050_000000006538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	10.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
MON0057_000000007403	3233	0.9892582234564724	3	3	3	3	3	False	13067	fragment	False	MON0057_000000007403	1.0		0	0	False	False	0.9993813633918762	0					non-mobilizable	other	3233.0	99.01	100.0	0.0017988624643859184	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
DEN0041_000000016404	2089	0.98925603010991	3	1	1	1	1	False	73114	maximal	True	DEN0041_000000016404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0028_000000001134	11039	0.9892535624851448	14	6	4	5	4	True	119599	fragment	False	ISR0028_000000001134	0.9956525939522751		0	0	False	False	0.999275267124176	0					non-mobilizable	no_good_hit	755.0	86.755	17.0	0.14105461393596988	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ISR0281_000000001695	7591	0.9892535624851448	10	6	4	5	4	True	60610	fragment	False	ISR0281_000000001695	1.0		0	0	False	False	0.994994044303894	0					non-mobilizable	no_good_hit	755.0	86.755	24.0	0.14105461393596988	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
CHI0142_000000000236	39661	0.989249059478746	51	25	14	19	17	True	116259	maximal	True	CHI0142_000000000236	1.0		1	1	False	False	0.99994957447052	0					non-mobilizable	no_good_hit	9774.0	99.335	79.0	0.07850510939500575	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0361_000000008101	1722	0.9892466793262988	3	3	2	2	1	False	110565	fragment	False	ISR0361_000000008101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0094_000000009403	2359	0.98924027010926	3	2	1	1	2	True	109251	backbone	False	CHI0031_000000004114	0.9606879143516168	PS682	0	0	True	True	1.0	273	ColpVC				non-mobilizable	plasmid	884.0	98.869	97.0	0.3897481219619974	LN853289.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0666	False	True
ISR0077_000000008153	3653	0.9892354858128636	4	2	2	2	2	False	34527	maximal	True	ISR0077_000000008153	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	86.598	3.0	2.638141415487834e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0039_000000024749	1941	0.9892339866336092	4	1	1	1	1	False	70814	fragment	False	MON0039_000000024749	1.0		0	0	False	False	0.9984543919563293	0					non-mobilizable	no_good_hit								True	False
SPA0110_000000000849	25362	0.9892314334601809	42	18	7	16	9	True	4633	maximal	True	SPA0110_000000000849	1.0		1	1	False	False	0.9999605417251587	0					non-mobilizable	no_good_hit	360.0	83.889	3.0	0.00010038838279907978	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MON0060_000000012301	3082	0.9892310716499944	4	2	2	2	2	False	116181	fragment	False	MON0060_000000012301	0.9879783271249576		0	0	False	False	0.9987021684646606	0					non-mobilizable	no_good_hit	1471.0	95.785	48.0	0.0003325903220288824	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0037_000000016082	1931	0.989230767790556	3	2	0	2	1	True	47783	backbone	False	FIJ0154_000000019745	1.0	PS176	0	0	False	True	0.9994821548461914	0					non-mobilizable	no_good_hit								True	True
ISR0170_000000024675	1890	0.989230767790556	3	2	0	2	1	True	59996	maximal	False	ISR0371_000000010580	0.9752009871209725		0	0	True	True	1.0	133					non-mobilizable	no_good_hit	52.0	96.154	3.0	0.02894438138479001	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
FIJ0153_000000013890	1870	0.989230767790556	3	2	0	2	1	True	51086	backbone	False	FIJ0089_000000013283	0.9811098815625813	PS164|PS201	0	0	True	True	0.9941176176071167	6					non-mobilizable	no_good_hit	483.0	79.089	26.0	0.2958179581795818	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
MON0022_000000016376	1865	0.989230767790556	4	2	0	2	1	True	51086	backbone	False	FIJ0089_000000013283	0.9687067811473892	PS164|PS201	0	0	True	True	0.9973190426826477	11					non-mobilizable	no_good_hit	483.0	79.089	26.0	0.2958179581795818	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
SPA0041_000000019393	1736	0.989230767790556	4	2	0	2	1	True	31753	maximal	False	ISR0130_000000017558	0.988313856427379		0	0	True	True	0.9953917264938354	13					non-mobilizable	no_good_hit								True	True
MAD0031_000000009870	1473	0.989230767790556	3	2	0	2	1	True	52975	backbone	True	MAD0031_000000009870	1.0	PS219	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	62.0	90.323	4.0	0.03355335533553355	LN854126.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1616	True	True
MON0088_000000022386	1441	0.989230767790556	2	2	0	2	1	True	67388	backbone	False	ENG0008_000000018984	0.4841621006833729	PS311	0	0	True	True	1.0	37					non-mobilizable	plasmid	583.0	93.654	94.0	0.42995529061102833	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
ENG0029_000000017428	1420	0.989230767790556	2	2	0	2	1	True	67388	backbone	False	ENG0008_000000018984	0.26514244171714685	PS311	0	0	True	True	0.9992957711219788	22					non-mobilizable	plasmid	978.0	89.059	92.0	0.7190760059612519	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
FIJ0123_000000026250	1320	0.989230767790556	2	2	0	2	1	True	67388	backbone	False	ENG0008_000000018984	0.4438419392207689	PS311	0	0	False	True	1.0	0					non-mobilizable	plasmid	597.0	92.12700000000001	99.0	0.4403874813710879	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
ENG0108_000000014248	1208	0.9892240669174316	2	1	1	1	1	False	59909	fragment	False	ISR0129_000000008992	0.9809716599190283		0	0	False	False	0.9991722106933594	0					non-mobilizable	chromosome	1203.0	98.919	99.0	0.00030160144848988507	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
AST0151_000000006241	2567	0.9892206197200464	3	2	2	2	2	False	103681	fragment	False	AST0151_000000006241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	95.91799999999999	4.0	0.033287577213452296	NZ_MIEH01000013.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_13, whole genome shotgun sequence	True	False
ISR0230_000000000036	74727	0.989215349687504	73	27	20	26	16	True	92704	fragment	False	ISR0230_000000000036	0.975645370140783		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	539.0	91.28	3.0	0.00014546756330204879	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0004_01_000000005310	5060	0.9892128657638702	9	5	3	2	4	True	103424	backbone	True	USA0004_01_000000005310	0.998868618300099	PS607	6	2	True	True	1.0	1216		MOBP			mobilizable	other	2843.0	95.885	100.0	0.5599605522682446	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0069_01_000000013245	4635	0.9892128657638702	8	5	3	2	4	True	103424	backbone	False	USA0004_01_000000005310	0.9766798418972332	PS607	0	0	False	True	1.0	0		MOBP			mobilizable	other	2151.0	96.281	100.0	0.42347140039447734	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0034_01_000000012217	4635	0.9892128657638702	8	5	3	2	4	True	103424	backbone	False	USA0004_01_000000005310	0.9766798418972332	PS607	0	0	False	True	1.0	0		MOBP			mobilizable	other	2151.0	96.281	100.0	0.42347140039447734	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0096_000000007065	4895	0.9892111470841176	8	5	3	4	4	False	26719	fragment	False	SPA0096_000000007065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	82.23700000000001	22.0	0.00031953153845551527	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0266_000000000249	34612	0.9892108417894054	32	15	10	12	5	True	69332	maximal	True	ISR0266_000000000249	1.0		8	3	False	False	0.9997110962867737	0					non-mobilizable	no_good_hit	277.0	93.50200000000001	1.0	0.034137291280148425	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0012_000000002477	9626	0.9892063282124328	7	5	2	4	2	False	67104	maximal	True	ENG0012_000000002477	1.0		1	1	False	False	0.9977145195007324	0					non-mobilizable	no_good_hit	313.0	77.63600000000001	3.0	0.00010970493291080313	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
SPA0124_000000008542	3413	0.9892056868601102	5	3	2	2	1	True	130972	backbone	False	SPA0046_000000008155	0.520752795681705	PS1129	0	0	True	True	0.9997069835662842	22					non-mobilizable	plasmid	2721.0	96.398	100.0	0.8054567022538552	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
TAN0002_000000002797	8455	0.989205270706652	11	10	2	5	9	False	126361	fragment	False	TAN0002_000000002797	1.0		0	0	False	False	0.9956238865852356	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000004738	3713	0.9892050660472406	6	3	2	2	3	False	105330	maximal	True	ISR0078_000000004738	1.0		7	4	False	False	0.9991919994354248	0					non-mobilizable	no_good_hit	1080.0	76.296	29.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0095_000000007722	3629	0.9892050660472406	7	3	2	2	3	False	105329	maximal	True	ISR0095_000000007722	1.0		0	0	False	False	0.9997244477272034	0					non-mobilizable	no_good_hit	1079.0	76.274	29.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MON0041_000000029287	2175	0.9892039953677386	4	4	1	3	4	False	11811	fragment	False	MON0041_000000029287	1.0		0	0	False	False	0.9889655113220215	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.141196080406071e-06	NC_015152.1	spirochetes	Sphaerochaeta globosa str. Buddy, complete sequence	True	False
ENG0132_000000010566	1814	0.9892011872632576	3	2	2	2	1	False	116159	fragment	False	USA0048_01_000000006517	0.4907986130179374		0	0	False	False	1.0	0					non-mobilizable	chromosome	1749.0	95.14	99.0	0.00039548835571869825	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AUS0022_000000020518	1662	0.9892011872632576	2	2	2	2	1	False	116159	fragment	False	USA0048_01_000000006517	0.1912383365839253		0	0	False	False	0.9608904719352722	0					non-mobilizable	chromosome	1514.0	95.178	91.0	0.0003423191545780266	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0085_000000015652	1646	0.9892011872632576	2	2	2	2	1	False	116159	fragment	False	USA0048_01_000000006517	0.308577546309345		0	0	False	False	0.9793438911437988	0					non-mobilizable	chromosome	1639.0	95.302	99.0	0.0003703743926267214	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0296_000000017086	1527	0.9892011872632576	3	2	2	2	1	False	62926	fragment	False	ISR0296_000000017086	1.0		0	0	False	False	0.9993451237678528	0					non-mobilizable	chromosome	1284.0	94.54799999999999	92.0	0.0002900549611163451	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0064_000000016979	1310	0.9892011872632576	2	2	2	2	1	False	62910	fragment	False	ENG0064_000000016979	0.9714169735768668		0	0	False	False	1.0	0					non-mobilizable	chromosome	1311.0	95.5	99.0	0.00029616376294952864	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0101_000000055730	1201	0.9892011872632576	2	2	2	2	1	False	62910	fragment	False	ENG0064_000000016979	0.807121315366056		0	0	False	False	1.0	0					non-mobilizable	chromosome	1201.0	96.336	100.0	0.00027150230369704686	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
DEN0045_000000007160	4728	0.9891862888495574	10	1	1	1	1	False	72970	fragment	False	DEN0045_000000007160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000018090	1771	0.9891862888495574	3	1	1	1	1	False	31473	fragment	False	ISR0134_000000018090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0045_000000001222	10823	0.9891850653942996	13	8	7	7	7	False	107040	fragment	False	CHI0045_000000001222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3746.0	96.156	69.0	0.007945373958153796	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ENG0141_000000005433	4908	0.9891845606203462	5	4	3	4	1	False	57754	maximal	True	ENG0141_000000005433	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	84.337	2.0	0.0002827001310073778	NZ_FONL01000002.1	firmicutes	Succiniclasticum ruminis DSM 9236, whole genome shotgun sequence	True	False
ENG0113_000000004512	6051	0.9891840207514204	10	6	4	3	5	True	102411	maximal	False	ISR0349_000000001400	0.5415309687324575	PS593|PS594	0	0	True	True	1.0	372		MOBP			mobilizable	plasmid	4893.0	97.75200000000001	92.0	0.7950726056452929	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
FIJ0036_000000006003	5781	0.9891819181104292	6	3	2	3	2	False	96213	maximal	True	FIJ0036_000000006003	1.0		2	2	False	False	0.9989621043205261	0					non-mobilizable	no_good_hit								True	False
FIJ0079_000000008885	3204	0.9891819181104292	6	3	2	3	2	False	96212	fragment	False	MAD0008_000000003357	0.9459375965400061		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0061_000000008523	2511	0.9891819181104292	4	3	2	3	2	False	96206	fragment	False	ENG0061_000000008523	0.9620689655172414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0109_000000004214	6309	0.9891808213304938	8	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.29012253051486037		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2765.0	99.204	93.0	0.08366630342656496	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0183_000000004464	8123	0.9891806730842674	12	12	9	8	11	False	85386	maximal	True	ISR0183_000000004464	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	4567.0	97.59100000000001	100.0	0.0008981938749315191	CP055713.1	enterobacteria	Escherichia coli strain RHB15-C06 chromosome, complete genome	False	False
ISR0381_000000001394	9659	0.9891783100902396	9	6	5	4	3	True	23170	fragment	False	ISR0381_000000001394	1.0		0	0	False	False	0.9998964667320251	0					non-mobilizable	no_good_hit	58.0	89.655	1.0	1.1561197236295801e-05	CP010820.1	firmicutes	Lysinibacillus fusiformis strain RB-21, complete genome	True	True
MON0048_000000001768	13544	0.9891767757621884	18	6	1	4	3	False	11422	maximal	True	MON0048_000000001768	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	82.301	3.0	0.00015532423325599552	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
ISR0361_000000001421	7232	0.9891624540113082	10	8	4	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.2569663167615425		0	0	False	True	0.9994469285011292	0	rep_cluster_1702				non-mobilizable	plasmid	7251.0	98.814	99.0	0.2187178400629578	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0772_000000000963	4436	0.9891614796063712	4	2	2	2	2	False	22517	maximal	True	ISR0772_000000000963	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	75.704	6.0	0.0008333604224723617	NZ_FNIJ01000005.1	g-proteobacteria	Pseudomonas jinjuensis strain JCM 21621, whole genome shotgun sequence	True	False
DEN0064_000000002279	11333	0.9891582281480812	10	6	6	6	4	False	94344	fragment	False	CAN0012_000000004423	0.5852468546420145		0	0	False	False	0.9993823170661926	0					non-mobilizable	no_good_hit	3160.0	72.373	27.0	0.0012741325703823135	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
ENG0179_000000001843	12873	0.989158080208556	14	11	7	9	8	False	103562	fragment	False	ENG0179_000000001843	0.9806131256651488		0	0	False	False	0.9999223351478577	0					non-mobilizable	no_good_hit	2237.0	91.104	39.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0133_01_000000002200	12604	0.989158080208556	14	11	7	9	8	False	103562	fragment	False	ENG0179_000000001843	0.9739956960587798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.104	40.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
AST0153_000000002475	10422	0.989158080208556	12	11	7	9	8	False	103562	fragment	False	ENG0179_000000001843	0.3646903656419117		0	0	False	False	0.9996162056922913	0					non-mobilizable	no_good_hit	2237.0	91.059	43.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0183_000000004753	7634	0.9891543925150468	5	4	3	4	4	False	29495	maximal	True	ISR0183_000000004753	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	7634.0	100.0	100.0	0.061588736030983984	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
ISR0776_000000003507	7613	0.9891543925150468	5	4	3	4	4	False	29495	maximal	False	ISR0183_000000004753	0.9986245742729893		0	0	False	False	0.9994745850563049	0					non-mobilizable	plasmid	7613.0	100.0	100.0	0.061419292371000925	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
ISR0379_000000021837	1157	0.9891495638014056	3	2	1	1	2	False	23200	fragment	False	ISR0379_000000021837	1.0		0	0	False	False	0.9913569688796997	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000009146	3525	0.9891485997109182	3	2	2	2	1	True	98975	backbone	False	CHI0120_000000003806	0.9531473388303634	PS553	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	1319.0	91.736	55.0	0.35268817204301073	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0120_000000003806	3483	0.9891485997109182	3	2	2	2	1	True	98975	backbone	True	CHI0120_000000003806	0.9771511232347477	PS553	3	1	True	True	0.9977031350135803	3					non-mobilizable	no_good_hit	1307.0	88.906	55.0	0.3489247311827957	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0165_000000004754	3446	0.9891485997109182	3	2	2	2	1	True	98975	backbone	False	CHI0120_000000003806	0.9750172163476908	PS553	0	0	True	True	0.995647132396698	8					non-mobilizable	no_good_hit	1325.0	88.755	55.0	0.35268817204301073	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0086_000000001464	3306	0.9891485997109182	3	2	2	2	1	True	90110	backbone	False	CHI0012_000000001729	0.917338321677504	PS474	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1317.0	92.40700000000001	88.0	0.35268817204301073	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0012_000000001729	3228	0.9891485997109182	3	2	2	2	1	True	90110	backbone	True	CHI0012_000000001729	0.9485949437366881	PS474	1	1	True	True	1.0	45					non-mobilizable	plasmid	1774.0	93.461	94.0	0.4752688172043011	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
MON0045_000000007191	3221	0.9891485997109182	3	2	2	2	1	True	93950	maximal	True	MON0045_000000007191	0.9986234021632252		3	2	True	True	1.0	242		MOBV			mobilizable	no_good_hit	1583.0	95.073	57.0	0.5145662847790508	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
CHI0128_000000002812	3077	0.9891485997109182	3	2	2	2	1	True	90110	backbone	False	CHI0012_000000001729	0.7106350398623913	PS474	0	0	True	True	1.0	6					non-mobilizable	plasmid	1594.0	93.538	93.0	0.4268817204301075	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
AST0047_000000002565	7604	0.9891478855722768	14	9	5	5	7	True	118197	maximal	True	AST0047_000000002565	1.0		1	1	True	True	0.9967122673988342	14	rep_cluster_1097				non-mobilizable	no_good_hit	3246.0	92.206	59.0	0.36396477760216756	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MAD0021_000000008832	1708	0.9891475237499119	2	2	1	1	2	False	19323	fragment	False	MAD0021_000000008832	1.0		0	0	False	False	0.9994145035743713	0					non-mobilizable	plasmid	1629.0	99.87700000000001	100.0	0.01104095597859628	CP033632.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb1, complete sequence	False	True
CAN0018_000000010943	3158	0.9891440406761616	3	2	1	2	2	False	92787	fragment	False	CAN0018_000000010943	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0268_000000007769	2472	0.9891440406761616	2	2	1	2	2	False	92785	fragment	False	ISR0268_000000007769	1.0		0	0	False	False	0.9995954632759094	0					non-mobilizable	no_good_hit								True	False
CHI0052_000000003025	5023	0.989141070811573	6	4	1	2	4	False	86523	maximal	True	CHI0052_000000003025	1.0		2	1	False	False	0.9994027614593506	0					non-mobilizable	no_good_hit	1628.0	95.885	64.0	0.000725065182289681	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	True	False
DEN0029_000000011493	1189	0.9891404425173876	1	1	1	1	1	False	73831	maximal	True	DEN0029_000000011493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	91.803	5.0	6.554640576284e-05	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0074_000000006474	4247	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.975530144390399	PS1143|PS778	0	0	True	True	1.0	217		MOBP			mobilizable	other	3044.0	100.0	100.0	0.28118647200147845	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0014_000000003609	4247	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9751999961137139	PS1143|PS778	0	0	True	True	1.0	217		MOBP			mobilizable	other	4008.0	94.885	100.0	0.9425476807157994	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0067_000000003779	4247	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9753311764647346	PS1143|PS778	0	0	True	True	1.0	1281					non-mobilizable	other	3096.0	99.96799999999999	100.0	0.2859914987987433	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0349_000000002167	4247	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9756396430063597	PS1143|PS778	0	0	True	True	1.0	351		MOBP			mobilizable	other	4002.0	94.928	100.0	0.9411349187661879	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0162_000000008864	4240	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9751005023462858	PS1143|PS778	0	0	True	True	1.0	198		MOBP			mobilizable	other	3029.0	99.96700000000001	100.0	0.27980040657919053	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0105_000000003657	4239	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9755189460889654	PS1143|PS778	0	0	True	True	1.0	240		MOBP			mobilizable	other	3036.0	100.0	100.0	0.2804472371095916	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0032_000000007479	4237	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9579928982486003	PS1143|PS778	0	0	True	True	1.0	341		MOBP			mobilizable	plasmid	3522.0	99.83	100.0	0.8507498790517658	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0145_000000007546	4237	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9578684678950519	PS1143|PS778	0	0	True	True	1.0	695		MOBP			mobilizable	plasmid	3522.0	99.85799999999999	100.0	0.8507498790517658	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0102_000000004597	4237	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9572422449059944	PS1143|PS778	0	0	True	True	1.0	1150		MOBP			mobilizable	plasmid	3310.0	99.819	100.0	0.7994678277697146	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0132_000000006053	4237	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9577205814473204	PS1143|PS778	0	0	True	True	1.0	205		MOBP			mobilizable	plasmid	3243.0	99.846	100.0	0.7832607643928399	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0151_000000003915	4236	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9755160603383286	PS1143|PS778	0	0	True	True	1.0	253		MOBP			mobilizable	other	3032.0	100.0	100.0	0.28007761966364814	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0026_000000005280	4228	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754823256810036	PS1143|PS778	0	0	True	True	1.0	95		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0164_000000004220	4228	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9751620646166025	PS1143|PS778	0	0	True	True	1.0	733		MOBP			mobilizable	other	3029.0	99.934	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0050_000000005587	4228	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754829699878647	PS1143|PS778	0	0	True	True	1.0	77		MOBP			mobilizable	other	3029.0	100.0	100.0	0.27980040657919053	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0190_000000007245	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	653		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0028_000000003585	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	317		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0087_000000006250	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	55		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0012_000000005696	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9752571630580054	PS1143|PS778	0	0	True	True	1.0	2655		MOBP			mobilizable	other	3028.0	99.96700000000001	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0195_000000005351	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	280		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0010_000000004576	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	532		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0093_000000004619	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	151		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0064_000000005016	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	1669		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0140_000000005156	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9734735440176849	PS1143|PS778	0	0	True	True	0.9992902874946594	37		MOBP			mobilizable	other	3029.0	99.637	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0229_000000003609	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	80		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0319_000000003594	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9750508720099913	PS1143|PS778	0	0	True	True	1.0	74		MOBP			mobilizable	other	3028.0	99.96700000000001	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0151_000000005613	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	121		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0359_000000005377	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	198		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CAN0019_000000001413	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9752550707266661	PS1143|PS778	0	0	True	True	1.0	51		MOBP			mobilizable	other	3028.0	99.96700000000001	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0064_000000008429	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	164		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0084_000000006180	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	1130		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0353_000000008227	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	640		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0257_000000003667	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9752542110132426	PS1143|PS778	0	0	True	True	1.0	40		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0016_000000005361	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	199		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0016_000000007659	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.97523841423913	PS1143|PS778	0	0	True	True	1.0	1092		MOBP			mobilizable	other	3028.0	99.96700000000001	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0022_000000005989	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9735763988898688	PS1143|PS778	0	0	True	True	1.0	79		MOBP			mobilizable	other	3029.0	99.637	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0003_000000005911	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.974572999090062	PS1143|PS778	0	0	True	True	1.0	59		MOBP			mobilizable	other	3028.0	99.90100000000001	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0111_000000005106	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	289		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0191_000000006493	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9752083065705638	PS1143|PS778	0	0	True	True	1.0	293		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0059_000000006223	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	4319		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0151_000000003922	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	43		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0232_000000005517	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	19		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0342_000000004289	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9735763988898688	PS1143|PS778	0	0	True	True	1.0	188		MOBP			mobilizable	other	3029.0	99.637	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0389_000000004615	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9750508720099913	PS1143|PS778	0	0	True	True	1.0	341		MOBP			mobilizable	other	3028.0	99.96700000000001	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0308_000000003541	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	54		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0046_000000004425	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	105		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0194_000000006405	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	656		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0085_000000004827	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	695		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0211_000000006761	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	587		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0362_000000005378	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	748		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0145_01_000000005767	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9733576080442793	PS1143|PS778	0	0	True	True	1.0	407		MOBP			mobilizable	other	3029.0	99.604	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0091_01_000000002690	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.975574162385694	PS1143|PS778	0	0	True	True	1.0	1166		MOBP			mobilizable	other	3328.0	100.0	100.0	0.7833765010595715	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0079_000000005412	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9752421669580233	PS1143|PS778	0	0	True	True	1.0	99		MOBP			mobilizable	other	3028.0	99.96700000000001	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0063_000000004127	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	1361		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0135_000000004799	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	118		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0091_000000005409	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	140		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0041_000000008117	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	2986		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0154_000000006665	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	116		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0149_000000003653	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9751674967224031	PS1143|PS778	0	0	True	True	1.0	167		MOBP			mobilizable	other	3028.0	99.934	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0084_000000007486	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	49		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0069_01_000000014571	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754997475142712	PS1143|PS778	0	0	True	True	1.0	5226		MOBP			mobilizable	other	3034.0	100.0	100.0	0.28026242838661986	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0087_000000007975	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9727262221931845	PS1143|PS778	0	0	True	True	1.0	108		MOBP			mobilizable	other	3027.0	99.571	100.0	0.2796155978562188	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0055_000000004592	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	1188		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0066_01_000000004732	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9754778084363184	PS1143|PS778	0	0	True	True	1.0	29		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0009_000000008120	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9730962059703356	PS1143|PS778	0	0	True	True	1.0	469		MOBP			mobilizable	other	3027.0	99.637	100.0	0.2796155978562188	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0101_000000007142	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9752563444777813	PS1143|PS778	0	0	True	True	1.0	165		MOBP			mobilizable	other	3028.0	99.96700000000001	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0116_000000004291	4227	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.974572999090062	PS1143|PS778	0	0	True	True	1.0	378		MOBP			mobilizable	other	3028.0	99.90100000000001	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0104_000000006998	4226	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9743858066778605	PS1143|PS778	0	0	True	True	1.0	314		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0020_01_000000008255	4226	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9752494262755079	PS1143|PS778	0	0	True	True	1.0	358		MOBP			mobilizable	other	3028.0	100.0	100.0	0.2797080022177047	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0064_000000004210	4218	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9573653436830379	PS1143|PS778	0	0	True	True	1.0	63		MOBP			mobilizable	plasmid	3238.0	99.846	100.0	0.782051282051282	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0061_000000004452	4218	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9571542191350111	PS1143|PS778	0	0	True	True	1.0	1926		MOBP			mobilizable	plasmid	3238.0	99.78399999999999	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0033_000000007051	4218	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9728649189958785	PS1143|PS778	0	0	True	True	1.0	32		MOBP			mobilizable	other	3945.0	94.93	100.0	0.9277136802448788	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0030_000000007164	4218	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.957376732326627	PS1143|PS778	0	0	True	True	1.0	148		MOBP			mobilizable	plasmid	3238.0	99.815	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0003_000000008358	4218	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.957332573438528	PS1143|PS778	0	0	True	True	1.0	107		MOBP			mobilizable	plasmid	3238.0	99.78399999999999	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0106_000000009213	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575961191270034	PS1143|PS778	0	0	True	True	1.0	392		MOBP			mobilizable	plasmid	3237.0	99.846	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0395_000000009115	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575961191270034	PS1143|PS778	0	0	True	True	1.0	578		MOBP			mobilizable	plasmid	3237.0	99.846	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0126_000000011521	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9574642321941663	PS1143|PS778	0	0	True	True	1.0	416		MOBP			mobilizable	plasmid	3637.0	99.835	100.0	0.8785679729075956	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0028_000000004106	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9573920915857983	PS1143|PS778	0	0	True	True	1.0	551		MOBP			mobilizable	plasmid	3237.0	99.876	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0286_000000003180	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9573920915857983	PS1143|PS778	0	0	True	True	1.0	79		MOBP			mobilizable	plasmid	3237.0	99.876	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0089_000000004609	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9573920915857983	PS1143|PS778	0	0	True	True	1.0	111		MOBP			mobilizable	plasmid	3237.0	99.876	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0015_000000004261	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575955792908782	PS1143|PS778	0	0	True	True	1.0	187		MOBP			mobilizable	plasmid	3237.0	99.846	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0029_000000005838	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575955792908782	PS1143|PS778	0	0	True	True	1.0	640		MOBP			mobilizable	plasmid	3237.0	99.846	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0101_000000010670	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575961191270034	PS1143|PS778	0	0	True	True	1.0	286		MOBP			mobilizable	plasmid	3237.0	99.846	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0092_000000009428	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575961191270034	PS1143|PS778	0	0	True	True	1.0	217		MOBP			mobilizable	plasmid	3237.0	99.846	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ENG0060_000000006144	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575296741218421	PS1143|PS778	0	0	True	True	1.0	458		MOBP			mobilizable	plasmid	3237.0	99.815	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0775_000000004251	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9569597904474592	PS1143|PS778	0	0	True	True	1.0	814		MOBP			mobilizable	plasmid	3237.0	99.815	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0110_000000005046	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9573920915857983	PS1143|PS778	0	0	True	True	1.0	94		MOBP			mobilizable	plasmid	3237.0	99.876	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0085_000000003466	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575505961620334	PS1143|PS778	0	0	True	True	0.9997628927230835	18		MOBP			mobilizable	plasmid	3335.0	99.88	100.0	0.8055152394775036	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
DEN0005_000000007315	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9571390407311313	PS1143|PS778	0	0	True	True	1.0	318		MOBP			mobilizable	plasmid	3237.0	99.815	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0148_000000008217	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575961191270034	PS1143|PS778	0	0	True	True	1.0	410		MOBP			mobilizable	plasmid	3237.0	99.846	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0012_000000004485	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9573920915857983	PS1143|PS778	0	0	True	True	1.0	53		MOBP			mobilizable	plasmid	3237.0	99.876	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0055_000000007740	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9573926314219234	PS1143|PS778	0	0	True	True	1.0	27		MOBP			mobilizable	plasmid	3237.0	99.876	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0230_000000006862	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9571594785148386	PS1143|PS778	0	0	True	True	1.0	165		MOBP			mobilizable	plasmid	3237.0	99.846	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0133_000000005407	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9573583296163886	PS1143|PS778	0	0	True	True	1.0	97		MOBP			mobilizable	plasmid	3237.0	99.815	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0282_000000004725	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9573920915857983	PS1143|PS778	0	0	True	True	1.0	87		MOBP			mobilizable	plasmid	3237.0	99.876	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0121_000000003200	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575955792908782	PS1143|PS778	0	0	True	True	1.0	3866		MOBP			mobilizable	plasmid	3237.0	99.846	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0331_000000005012	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.957152894868994	PS1143|PS778	0	0	True	True	1.0	274		MOBP			mobilizable	plasmid	3237.0	99.876	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0374_000000003722	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9575955792908782	PS1143|PS778	0	0	True	True	1.0	38		MOBP			mobilizable	plasmid	3237.0	99.846	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ENG0150_000000003734	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9572121557605586	PS1143|PS778	0	0	True	True	1.0	85		MOBP			mobilizable	plasmid	3237.0	99.815	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0384_000000003264	4217	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9574195095637857	PS1143|PS778	0	0	True	True	1.0	249		MOBP			mobilizable	plasmid	3237.0	99.815	100.0	0.7818093855829705	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0097_000000007470	4207	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9755545025108857	PS1143|PS778	0	0	True	True	1.0	198		MOBP			mobilizable	other	3939.0	94.897	100.0	0.9263009182952673	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0330_000000005908	4207	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9751262533360008	PS1143|PS778	0	0	True	True	1.0	38		MOBP			mobilizable	other	3939.0	94.897	100.0	0.9263009182952673	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0065_000000006609	4207	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9755545025108857	PS1143|PS778	0	0	True	True	1.0	56		MOBP			mobilizable	other	3939.0	94.897	100.0	0.9263009182952673	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MAD0012_000000006374	4207	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9755545025108857	PS1143|PS778	0	0	True	True	0.999049186706543	17		MOBP			mobilizable	other	3939.0	94.897	100.0	0.9263009182952673	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0046_000000005394	4197	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9571684323348564	PS1143|PS778	0	0	True	True	1.0	248		MOBP			mobilizable	plasmid	3335.0	99.85	100.0	0.8055152394775036	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
CHI0177_000000003682	4187	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9752464410674029	PS1143|PS778	0	0	True	True	0.999761164188385	26		MOBP			mobilizable	other	3985.0	94.931	100.0	0.9371320932422886	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0358_000000004212	4187	0.989139388400142	9	8	3	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9735539159466524	PS1143|PS778	0	0	True	True	1.0	108		MOBP			mobilizable	other	3959.0	94.74600000000001	100.0	0.930774664469037	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AST0110_000000001809	10281	0.9891319229381228	11	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9328201550859494	PS1052	0	0	True	True	1.0	73	IncW	MOBF			mobilizable	other	5036.0	95.353	100.0	0.0021027368283349133	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0293_000000026188	1337	0.9891274589874366	2	2	2	1	1	False	116159	fragment	False	USA0048_01_000000006517	0.039250795816280125		0	0	False	False	1.0	0					non-mobilizable	chromosome	1339.0	94.62299999999999	100.0	0.00030249881670245973	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
DEN0094_000000003358	7704	0.9891248397265384	9	6	5	5	5	False	75690	maximal	True	DEN0094_000000003358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	77.885	19.0	0.006773205029068935	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
USA0135_01_000000013532	1132	0.9891236995112728	1	1	1	1	1	False	81309	fragment	False	CHI0128_000000006542	0.9381385353577069		0	0	False	False	0.9991165995597839	0					non-mobilizable	other	1132.0	99.823	100.0	0.005028298070040502	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MAD0002_000000009166	3607	0.9891230315293392	8	3	1	3	1	False	52306	maximal	True	MAD0002_000000009166	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	90.541	2.0	2.108125135898781e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
CHI0144_000000001133	10449	0.9891209899495425	14	9	4	6	7	True	104919	backbone	False	USA0038_01_000000001921	0.9880049731641769	PS620	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	3650.0	96.329	71.0	0.2929407018959258	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0142_000000006260	4600	0.9891202007641301	7	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.9158684371600934	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	292					non-mobilizable	no_good_hit	1844.0	95.119	63.0	0.36618876941457584	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0148_000000030286	1186	0.9891109002862388	2	2	2	2	2	False	57251	fragment	False	ISR0185_000000027994	0.9936921783010934		0	0	False	False	1.0	0					non-mobilizable	chromosome	1186.0	99.831	100.0	0.0005010702183313051	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0099_000000010480	2123	0.9890993599925292	3	2	1	2	1	True	59679	backbone	False	FIJ0122_000000007671	0.9841314921532384	PS264	0	0	True	True	1.0	8		MOBV			mobilizable	plasmid	1835.0	95.204	100.0	0.8944281524926686	CP053743.1	enterobacteria	Escherichia coli strain CP8-3_Sichuan plasmid pCP8-3-2k, complete sequence	False	True
ENG0194_000000002874	8449	0.9890982991844164	14	9	4	7	7	True	125628	backbone	False	ISR0209_000000003071	0.9404867401049566	PS932|PS933	0	0	False	True	0.998579740524292	0					non-mobilizable	no_good_hit	2174.0	93.238	44.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
FIJ0091_000000009717	2402	0.9890967457088098	2	2	1	2	1	True	85458	maximal	False	FIJ0094_000000008337	0.9866546708651972	PS264	0	0	True	True	1.0	8		MOBV			mobilizable	plasmid	1287.0	99.845	100.0	0.5264019647973802	CP025947.4	enterobacteria	Escherichia coli strain SCEC020023 plasmid p3_020023, complete sequence	False	True
FIJ0094_000000008337	2402	0.9890967457088098	2	2	1	2	1	True	85458	maximal	True	FIJ0094_000000008337	0.9866600482934421	PS264	3	1	True	True	1.0	4		MOBV			mobilizable	plasmid	1393.0	99.85600000000001	100.0	0.5697912402783463	CP025947.4	enterobacteria	Escherichia coli strain SCEC020023 plasmid p3_020023, complete sequence	False	True
FIJ0021_000000005856	8311	0.9890964051759512	12	8	7	8	4	False	49696	maximal	True	FIJ0021_000000005856	1.0		7	5	False	False	0.9998796582221985	0					non-mobilizable	no_good_hit	371.0	76.55	4.0	0.00010565606353220344	LR738849.1	d-proteobacteria	Desulfovibrio sp. 86 genome assembly, chromosome: DESU86	True	False
AST0087_000000002884	8657	0.9890962749441038	8	7	5	6	6	False	115416	fragment	False	AST0087_000000002884	1.0		0	0	False	False	0.9989603757858276	0					non-mobilizable	chromosome	8641.0	95.29	99.0	0.0035573412271880035	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0156_000000014816	1211	0.9890961652887112	1	1	1	1	1	True	56669	fragment	False	ENG0156_000000014816	1.0		0	0	False	False	0.9983484745025635	0					non-mobilizable	no_good_hit	41.0	97.561	3.0	0.013266998341625208	HG796360.1	bacteria	Uncultured bacterium plasmid pRGI00731	True	True
ENG0191_000000009232	3166	0.9890948930113256	5	4	0	2	3	True	97179	backbone	False	MON0015_000000012386	0.942488342372648	PS522	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	345.0	84.05799999999999	20.0	0.12518301610541727	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0045_000000002841	8284	0.9890935801859662	10	9	4	6	9	True	123628	fragment	False	USA0108_01_000000001009	0.3001400753828132		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8313.0	97.60600000000001	99.0	0.26707234617985126	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0135_000000002911	8122	0.9890935801859662	10	9	4	6	9	True	123628	fragment	False	USA0108_01_000000001009	0.29138557167347434		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8152.0	97.559	100.0	0.26188866351138157	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0016_000000001371	18767	0.9890925184552852	24	13	11	13	9	False	74786	maximal	True	SPA0016_000000001371	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	72.711	3.0	0.00015783350819649673	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0150_000000002236	6789	0.9890888220087066	7	4	3	3	4	False	94446	maximal	True	ENG0150_000000002236	1.0		2	1	False	False	0.99970543384552	0					non-mobilizable	no_good_hit	1343.0	74.98100000000001	19.0	0.0005791258662776016	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0125_000000014480	2375	0.9890836448014909	5	4	2	4	4	False	113025	fragment	False	SPA0125_000000014480	0.970286447199658		0	0	False	False	1.0	0					non-mobilizable	other	2378.0	99.15899999999999	100.0	0.049262310389906826	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0036_000000012089	2059	0.9890836448014909	5	4	2	4	4	False	113023	fragment	False	SPA0036_000000012089	0.9462102689486552		0	0	False	False	1.0	0					non-mobilizable	other	2058.0	99.806	99.0	0.04268431864871034	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
MAD0045_000000011928	3151	0.9890830843072776	3	3	3	3	3	False	104590	maximal	True	MAD0045_000000011928	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2182.0	96.609	89.0	0.10997326338092116	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0178_000000002014	6853	0.989079765245662	7	6	3	5	5	False	103502	maximal	False	ISR0069_000000003459	0.9455570201888568		0	0	True	True	1.0	21	rep_cluster_2150	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	6355.0	96.633	100.0	0.9384342163682108	KY348421.1	enterobacteria	Escherichia coli strain BZB1011 E2C plasmid pColE2-P9, complete sequence	False	True
SPA0157_000000000220	13654	0.9890652550526581	17	12	10	11	7	False	123927	fragment	False	SPA0145_000000000420	0.12632374023372767		0	0	False	True	0.999926745891571	0					non-mobilizable	other	13581.0	99.993	99.0	0.13551812230560434	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0158_000000000618	13652	0.9890652550526581	17	12	10	11	7	False	123927	fragment	False	SPA0145_000000000420	0.1263215861569219		0	0	False	True	0.9997802376747131	0					non-mobilizable	other	13581.0	99.993	99.0	0.13551812230560434	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0050_000000000135	53196	0.9890617550778148	88	31	13	24	16	True	53377	maximal	True	MAD0050_000000000135	1.0		1	1	True	True	0.9999436140060425	9					non-mobilizable	no_good_hit	48.0	93.75	0.0	5.501908050005555e-06	CP036525.1	bacteria	Planctomycetes bacterium K22_7 chromosome, complete genome	True	True
MAD0034_000000005781	2651	0.9890606211377686	4	2	2	2	2	False	18815	maximal	True	MAD0034_000000005781	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	82.99	22.0	0.00031060291238427365	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ENG0114_000000008156	1865	0.9890575562147796	3	2	2	1	1	False	59575	maximal	True	ENG0114_000000008156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	79.461	32.0	0.00015567296476005853	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	False
MAD0088_000000005314	3865	0.9890552020633226	3	2	2	2	2	False	97118	maximal	True	MAD0088_000000005314	1.0	PS521	3	1	False	True	0.9989650845527649	0					non-mobilizable	no_good_hit	1832.0	79.803	47.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0011_000000013720	3165	0.9890552020633226	4	2	2	2	2	False	97149	maximal	True	FIJ0011_000000013720	1.0	PS521	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1832.0	79.803	57.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
SPA0131_000000008546	2884	0.9890552020633226	5	2	2	2	2	False	97131	maximal	True	SPA0131_000000008546	1.0	PS521	4	2	False	True	0.9993064999580383	0					non-mobilizable	no_good_hit	1832.0	79.803	63.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0080_000000009729	2603	0.9890552020633226	2	2	2	2	2	False	97145	maximal	True	FIJ0080_000000009729	0.9979533360622186	PS521	0	0	False	True	0.9911640286445618	0					non-mobilizable	no_good_hit	1833.0	79.26899999999999	77.0	0.0022786127675050007	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
FIJ0052_000000011813	2443	0.9890552020633226	2	2	2	2	2	False	97145	maximal	False	FIJ0080_000000009729	0.9673453707260853	PS521	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1804.0	79.324	81.0	0.0022434993071361836	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
ISR0281_000000007194	2375	0.9890552020633226	3	2	2	2	2	False	97130	fragment	False	ISR0281_000000007194	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1833.0	79.815	76.0	0.042043294859314885	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MAD0103_000000009623	2271	0.9890552020633226	3	2	2	2	2	False	97116	maximal	True	MAD0103_000000009623	1.0	PS521	2	2	False	True	0.9859092831611633	0					non-mobilizable	no_good_hit	1832.0	79.749	79.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0079_000000013451	2086	0.9890552020633226	3	2	2	2	2	False	97143	maximal	True	FIJ0079_000000013451	1.0	PS521	1	1	False	True	0.9928091764450073	0					non-mobilizable	no_good_hit	1839.0	79.88	87.0	0.042159180457052796	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0002_000000018296	1993	0.9890552020633226	2	2	2	2	2	False	97108	backbone	True	FIJ0002_000000018296	0.975941267247988	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1829.0	79.278	96.0	0.002274850611036913	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	True
FIJ0016_000000009281	1969	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9746330907912011	PS521	0	0	False	True	0.9994921088218689	0					non-mobilizable	other	1832.0	79.803	92.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MAD0016_000000002844	1941	0.9890552020633226	3	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.971783158587582	PS521	0	0	False	True	0.996393620967865	0					non-mobilizable	other	1832.0	79.803	93.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0393_000000009318	1911	0.9890552020633226	3	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9707600827812743	PS521	0	0	False	True	0.9895342588424683	0					non-mobilizable	other	1832.0	79.203	95.0	0.0022786127675050007	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	True
FIJ0027_000000009164	1896	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.973253753690373	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1834.0	79.88	95.0	0.042066471978862464	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MAD0084_000000003729	1881	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.969843072101933	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1835.0	79.72800000000001	96.0	0.04208964909841005	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MAD0085_000000006083	1862	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9695621759936299	PS521	0	0	True	True	0.9844253659248352	6					non-mobilizable	other	1831.0	79.792	97.0	0.04199694062021972	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0058_000000022126	1838	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.7116863899295799	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1704.0	79.577	92.0	0.03905344643767673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ENG0156_000000009156	1814	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9683360113680374	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1834.0	79.771	99.0	0.042043294859314885	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MAD0005_000000016775	1806	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.969558191488315	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1835.0	79.837	100.0	0.04208964909841005	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MAD0047_000000025477	1804	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9693828332624954	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1832.0	79.803	99.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0019_000000037276	1804	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9694524290410385	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1829.0	79.278	100.0	0.002274850611036913	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	True
MON0069_000000028412	1803	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9693337229466032	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1832.0	79.803	100.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0081_000000020138	1786	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.8786122197625511	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1810.0	79.227	100.0	0.002251023620072359	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	True
MAD0098_000000025205	1783	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9038613069206762	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1808.0	79.867	99.0	0.04146386687062532	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MAD0057_000000008961	1783	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.8783926723131567	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1812.0	79.63600000000001	100.0	0.04155657534881565	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MAD0046_000000014717	1782	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.9037589422274033	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1807.0	79.85600000000001	99.0	0.04144068975107774	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0006_000000021332	1775	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.8459927224781472	PS521	0	0	False	True	0.9954929351806641	0					non-mobilizable	other	1801.0	79.567	99.0	0.04130162703379224	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MAD0017_000000002413	1693	0.9890552020633226	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.6449687413541367	PS521	0	0	False	True	1.0	0					non-mobilizable	other	1691.0	79.42	99.0	0.03875214388355815	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0070_000000001739	10339	0.9890550350307477	8	5	2	3	4	True	128768	backbone	False	ENG0060_000000001922	0.962557096533375	PS1052	0	0	True	True	0.9998065829277039	41	IncW	MOBF			mobilizable	other	9618.0	99.522	99.0	0.004022663435901328	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0059_000000001400	10316	0.9890550350307477	8	5	2	3	4	True	128768	backbone	False	ENG0060_000000001922	0.9641668850891952	PS1052	0	0	True	True	1.0	26	IncW	MOBF			mobilizable	other	9595.0	99.73899999999999	99.0	0.004022663435901328	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0197_000000001837	10296	0.9890550350307477	8	5	2	3	4	True	128768	backbone	False	ENG0060_000000001922	0.9643518715601865	PS1052	0	0	True	True	1.0	19	IncW	MOBF			mobilizable	plasmid	6888.0	99.94200000000001	99.0	0.6090917130980809	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0262_000000001298	10295	0.9890550350307477	8	5	2	3	4	True	128768	backbone	False	ENG0060_000000001922	0.9645031351031116	PS1052	0	0	True	True	0.9999028444290161	61	IncW	MOBF			mobilizable	other	8001.0	99.75	99.0	0.0033543159774036503	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0387_000000005579	4173	0.9890549628881548	4	4	3	4	2	False	105896	fragment	False	ISR0387_000000005579	0.9837695498979415		0	0	False	False	0.9997603893280029	0					non-mobilizable	no_good_hit	104.0	90.385	2.0	0.07507507507507508	NZ_JAAIUD010000037.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_38_length_1332_cov_1135.35, whole genome shotgun sequence	True	False
ENG0084_000000013549	2092	0.989054578315938	2	2	2	2	2	False	61519	fragment	False	ENG0084_000000013549	1.0		0	0	False	False	0.9923518300056458	0					non-mobilizable	no_good_hit	1149.0	80.592	55.0	0.0003093753127875405	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
SPA0001_000000001250	21772	0.9890524994995707	22	15	7	10	8	True	90017	maximal	True	SPA0001_000000001250	1.0		1	1	False	False	0.9999540448188782	0			MPF_T		non-mobilizable	no_good_hit	1304.0	77.684	6.0	0.04121188705367204	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
TAN0001_000000006005	2139	0.9890399073232338	4	2	1	2	1	False	3107	fragment	False	TAN0001_000000006005	1.0		0	0	False	False	0.9957924485206604	0					non-mobilizable	no_good_hit	676.0	90.976	61.0	0.008125774958167306	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
ENG0072_000000002969	3926	0.9890358690818912	7	6	4	6	5	False	118822	fragment	False	ENG0072_000000002969	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3926.0	100.0	100.0	0.08144674316781142	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ITA0006_000000001684	13673	0.989034120317002	17	11	7	9	5	False	123888	fragment	False	SPA0082_000000000937	0.05025842340003401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8459.0	99.291	71.0	0.08600290949043225	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0025_000000034659	1149	0.9890274047185668	2	2	2	1	1	False	37326	maximal	True	ISR0025_000000034659	1.0		1	1	False	False	0.9947780966758728	0					non-mobilizable	no_good_hit	111.0	100.0	10.0	0.0003779873889662045	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0101_000000023802	1220	0.9890247509565238	2	2	1	1	2	False	15066	fragment	False	MAD0101_000000023802	1.0		0	0	False	False	0.9672130942344666	0					non-mobilizable	chromosome	1218.0	95.484	99.0	0.0002435691831546192	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ENG0195_000000014575	1787	0.9890247118473172	2	2	2	1	1	False	103296	fragment	False	ENG0195_000000014575	1.0		0	0	False	False	0.9994404315948486	0					non-mobilizable	other	1784.0	99.88799999999999	99.0	0.006674877677157543	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0051_000000024221	1528	0.9890247118473172	2	2	2	1	1	False	103295	fragment	False	ISR0051_000000024221	0.9958929276713935		0	0	False	False	0.9751309156417847	0					non-mobilizable	other	1528.0	99.804	100.0	0.005716510495243728	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
SPA0059_000000009152	2834	0.9890245074482672	3	3	3	3	3	True	6275	maximal	True	SPA0059_000000009152	1.0		1	1	False	False	0.9950599670410156	0					non-mobilizable	no_good_hit	2034.0	99.164	72.0	0.0009325832280046665	AP018132.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: TMC 3115	True	True
SPA0095_000000012321	1584	0.989018140605414	2	2	2	2	2	False	5202	maximal	True	SPA0095_000000012321	1.0		4	3	False	False	0.9962121248245239	0					non-mobilizable	chromosome	830.0	99.639	100.0	0.00016591524472898874	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ISR0196_000000001281	12316	0.9890131210759824	14	9	7	8	7	False	109910	fragment	False	ISR0196_000000001281	1.0		0	0	False	False	0.9999188184738159	0					non-mobilizable	virus	11687.0	99.666	99.0	0.17584831841095477	MK231413.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_1-CL01_c5 sequence	False	False
USA0057_01_000000000759	27273	0.9890106866683418	19	12	10	9	12	True	86792	maximal	True	USA0057_01_000000000759	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5026.0	92.758	24.0	0.08449347840778536	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	True
ENG0084_000000000036	97957	0.9890078983800996	91	15	6	13	4	True	127415	maximal	False	SPA0046_000000000019	0.913519569705904		0	0	True	True	1.0	99					non-mobilizable	virus	22189.0	97.165	97.0	0.22427128514665293	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0123_000000004073	4514	0.9890060686532736	6	3	2	3	0	True	132299	maximal	False	AST0055_000000007132	0.9998911386893099		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	839.0	84.38600000000001	26.0	0.16989203503768588	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0776_000000002360	11254	0.9890056344138198	11	6	3	2	5	False	105327	maximal	True	ISR0776_000000002360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3165.0	92.891	48.0	0.0007018806403106044	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0163_000000000136	55308	0.9890048300456082	82	25	13	20	14	True	56329	maximal	True	ENG0163_000000000136	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8238.0	91.95200000000001	54.0	0.14589019246446674	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0816_000000003045	13635	0.9889967075832796	9	8	8	7	6	True	110976	fragment	False	ISR0215_000000001494	0.4798730244495475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	90.993	13.0	0.0021102340229946963	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
ENG0107_000000012448	2293	0.988996500474787	4	3	3	3	2	False	60014	maximal	True	ENG0107_000000012448	1.0		1	1	False	False	0.9890972375869751	0					non-mobilizable	no_good_hit	537.0	78.02600000000001	23.0	0.00016270441492052373	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0020_000000017225	1177	0.9889959282954196	1	1	1	1	1	False	66410	fragment	False	ENG0020_000000017225	0.9746281714785652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	78.626	11.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
USA0087_01_000000006979	2192	0.9889954382853926	5	1	1	1	1	False	425	fragment	False	USA0087_01_000000006979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000008186	2341	0.988989790957104	3	2	2	2	2	False	66776	fragment	False	ENG0132_000000008186	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1674.0	95.579	71.0	0.1706644891293253	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0125_000000004777	3162	0.9889864915733813	2	1	1	1	1	True	51435	maximal	True	ISR0125_000000004777	0.9422373588144592		1	1	True	True	0.9990512132644653	9					non-mobilizable	no_good_hit	1218.0	76.929	43.0	0.4077636551013398	AJ566638.1	firmicutes	Streptococcus thermophilus pt38 plasmid	True	True
AST0093_000000006729	2740	0.9889864915733813	2	1	1	1	1	True	109553	maximal	True	AST0093_000000006729	1.0		1	1	True	True	0.9981752038002014	21	rep_cluster_1188				non-mobilizable	no_good_hit	1234.0	81.03699999999999	69.0	0.559204440333025	LR822022.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_956 genome assembly, plasmid: pbSTHERMO	True	True
ISR0270_000000002805	2484	0.9889864915733813	1	1	1	1	1	True	103004	maximal	False	ISR0156_000000010631	0.47884225660367374		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1711.0	86.441	86.0	0.7115222876366695	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
CHI0045_000000008461	2463	0.9889864915733813	1	1	1	1	1	True	103004	maximal	False	ISR0156_000000010631	0.37809474848385805		0	0	True	True	1.0	77					non-mobilizable	no_good_hit	1709.0	85.31299999999999	80.0	0.7115222876366695	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
SPA0034_000000017519	2043	0.9889864915733813	2	1	1	1	1	True	7150	backbone	True	SPA0034_000000017519	1.0	PS21	1	1	True	True	1.0	238					non-mobilizable	no_good_hit	1119.0	75.067	53.0	0.4587888982338099	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
CHI0112_000000013668	1368	0.9889864915733813	1	1	1	1	1	True	82382	fragment	False	CHI0112_000000013668	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1354.0	83.82600000000001	97.0	0.5643397813288478	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	False	True
ISR0333_000000017399	1377	0.988977956121556	2	2	2	1	1	False	103295	fragment	False	ISR0051_000000024221	0.948832093322311		0	0	False	False	0.9862018823623657	0					non-mobilizable	other	1377.0	98.911	100.0	0.005151223602786752	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
FIJ0051_000000012987	1706	0.9889767974994956	2	2	2	1	1	False	93936	maximal	True	FIJ0051_000000012987	1.0		2	1	False	False	0.9964830279350281	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	3.0	5.376448696902449e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ISR0145_000000002040	15760	0.9889764287574512	19	8	5	5	7	True	119602	maximal	True	ISR0145_000000002040	0.9995957797835726		4	3	True	True	1.0	8					non-mobilizable	no_good_hit	755.0	86.755	12.0	0.14105461393596988	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ISR0351_000000001360	7468	0.9889753416745692	7	5	2	4	3	True	128514	maximal	True	ISR0351_000000001360	0.9998626062330258	PS1036|PS360|PS606	10	4	True	True	1.0	42					non-mobilizable	no_good_hit	60.0	95.0	1.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0855_000000001235	7381	0.9889753416745692	6	5	2	4	3	True	128514	maximal	False	ISR0351_000000001360	0.9988825202744266	PS1036|PS360|PS606	0	0	True	True	1.0	73					non-mobilizable	no_good_hit	60.0	95.0	1.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0043_000000003088	6807	0.9889753416745692	6	5	2	4	3	True	128514	maximal	False	ISR0351_000000001360	0.6397958722846949	PS1036|PS360|PS606	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	1.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
BAN0041_000000002650	1902	0.9889677053888318	3	2	2	2	1	False	97553	fragment	False	BAN0041_000000002650	1.0		0	0	False	False	0.995793879032135	0					non-mobilizable	no_good_hit	753.0	78.486	39.0	0.19078104993597952	NZ_VZBY01000059.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_59_length_3905_cov_75.6901_ID_117, whole genome shotgun sequence	True	False
ENG0124_000000000721	28035	0.9889654831442296	27	13	11	11	8	True	120043	fragment	False	ISR0095_000000000358	0.7678469742527597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	95.0	3.0	0.0005551817809320984	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ENG0154_000000006545	4281	0.9889605974485406	8	4	3	3	4	False	124113	fragment	False	ENG0154_000000006545	1.0		0	0	False	False	0.9964961409568787	0					non-mobilizable	other	4262.0	98.73299999999999	99.0	0.0011974772321947979	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0199_000000018521	1654	0.9889600094365382	2	2	1	2	2	False	88397	fragment	False	ISR0199_000000018521	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	97.444	95.0	0.006253498600559776	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
AST0024_000000009429	3454	0.9889597454014682	5	2	1	2	1	True	121635	maximal	True	AST0024_000000009429	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0009820324434422056	NZ_CP022996.1	b-proteobacteria	Paraburkholderia aromaticivorans strain BN5 plasmid pBN6, complete sequence	True	True
SPA0016_000000013854	2400	0.9889597454014682	3	2	1	2	1	True	49587	fragment	False	SPA0016_000000013854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	2.0	0.0006720509343866062	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	True	True
ISR0224_000000003384	7048	0.9889573520579924	8	8	0	4	7	False	78693	backbone	False	ISR0383_000000001180	0.9938263883151593	PS381	0	0	True	True	1.0	9	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6861.0	99.796	100.0	0.9815397824842588	CP057719.1	enterobacteria	Escherichia coli strain RHB17-C01 plasmid pRHB17-C01_3, complete sequence	False	True
MON0090_000000027183	2191	0.9889545255560688	4	2	1	2	2	False	41930	fragment	False	MON0087_000000022741	0.9385411976587124		0	0	False	False	0.9913281798362732	0					non-mobilizable	no_good_hit	1013.0	80.94800000000001	46.0	0.0003392868983758323	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0062_000000002635	4890	0.9889536200791296	6	4	4	4	3	False	24610	maximal	True	MAD0062_000000002635	1.0		2	2	False	False	0.994683027267456	0					non-mobilizable	no_good_hit	1113.0	80.952	22.0	0.009881280513069952	NZ_CBYM010000009.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0020_000000001360	11539	0.9889512116743896	18	6	2	6	3	False	127292	fragment	False	ISR0020_000000001360	0.9996508116373318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5837.0	96.471	82.0	0.4904533602489696	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0367_000000000960	10449	0.9889512116743896	18	6	2	6	3	False	127292	fragment	False	ISR0020_000000001360	0.9655425211969195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5717.0	96.414	83.0	0.48035999663554546	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
SPA0045_000000003808	7173	0.9889505320561164	6	5	5	5	3	False	6773	fragment	False	SPA0045_000000003808	1.0		0	0	False	False	0.9986059069633484	0					non-mobilizable	no_good_hit	628.0	93.471	19.0	0.010108827085852479	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0104_000000001558	16562	0.988949996318944	15	7	7	6	6	False	4856	fragment	False	SPA0104_000000001558	1.0		0	0	False	False	0.9999396204948425	0					non-mobilizable	no_good_hit	2878.0	94.475	44.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ENG0139_000000004329	4166	0.9889493731539194	5	5	5	5	3	False	125043	fragment	False	ENG0139_000000004329	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4166.0	99.78399999999999	100.0	0.0008796415877646818	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0080_000000011266	2216	0.9889484879814248	3	3	3	3	2	False	44995	maximal	True	FIJ0080_000000011266	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2039.0	98.774	92.0	0.000703390944894255	CP000312.1	firmicutes	Clostridium perfringens SM101, complete genome	False	False
CHI0055_000000007198	2253	0.9889462512188856	6	4	3	3	2	False	125361	fragment	False	FIJ0114_000000005988	0.11099959437286602		0	0	False	False	0.9871282577514648	0					non-mobilizable	no_good_hit	1833.0	97.709	81.0	0.0005228770108788102	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0024_000000000448	39922	0.988940534684562	41	18	10	17	6	True	108583	maximal	False	ISR0201_000000000306	0.9417444631377901		0	0	False	False	0.9998998045921326	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	9.544596636090792e-07	LR594559.1	birds	Streptopelia turtur genome assembly, chromosome: 8	True	True
ISR0328_000000000337	31075	0.9889375405157336	35	20	11	17	13	True	128723	maximal	True	ISR0328_000000000337	1.0	PS985|PS993	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	6023.0	93.95700000000001	56.0	0.2390600647404388	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0222_000000016468	3303	0.9889338744206252	5	2	2	2	2	False	104004	fragment	False	ISR0222_000000016468	1.0		0	0	False	False	0.992431104183197	0					non-mobilizable	no_good_hit	317.0	90.221	27.0	6.996594990437987e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0058_000000011243	2768	0.9889338744206252	5	2	2	2	2	False	104020	maximal	True	SPA0058_000000011243	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	92.679	29.0	0.00013304636188166203	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0016_000000011992	2747	0.9889338744206252	6	2	2	2	2	False	104012	maximal	True	SPA0016_000000011992	1.0		0	0	False	False	0.9996359944343567	0					non-mobilizable	no_good_hit	407.0	80.59	24.0	8.706873765878384e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0074_000000010852	2682	0.9889338744206252	5	2	2	2	2	False	103994	maximal	True	ISR0074_000000010852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	87.54899999999999	27.0	5.641698817686504e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0123_000000005216	2632	0.9889338744206252	6	2	2	2	2	False	104037	maximal	True	CHI0123_000000005216	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	82.19	61.0	0.00015125972026946885	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0062_000000012528	2628	0.9889338744206252	5	2	2	2	2	False	103981	maximal	True	SPA0062_000000012528	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	92.679	25.0	0.00013304636188166203	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
DEN0063_000000019979	2379	0.9889338744206252	5	2	2	2	2	False	104019	fragment	False	DEN0063_000000019979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	92.62799999999999	34.0	0.00013815498679531517	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0204_000000011345	2269	0.9889338744206252	5	2	2	2	2	False	104003	fragment	False	ENG0204_000000011345	1.0		0	0	False	False	0.9920669794082642	0					non-mobilizable	no_good_hit	464.0	92.241	33.0	0.0001026167265264238	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0129_000000011020	2190	0.9889338744206252	4	2	2	2	2	False	104027	maximal	True	CHI0129_000000011020	1.0		2	2	False	False	0.9990867376327515	0					non-mobilizable	no_good_hit	511.0	92.368	26.0	0.00011305609048041065	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0320_000000014461	1763	0.9889338744206252	4	2	2	2	2	False	103987	fragment	False	ISR0320_000000014461	1.0		0	0	False	False	0.9756097793579102	0					non-mobilizable	no_good_hit	306.0	89.869	21.0	6.752269451089359e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
AST0150_000000016665	1672	0.9889338744206252	2	2	2	2	2	False	103979	fragment	False	AST0150_000000016665	0.9515848479956339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	91.943	33.0	9.328793320583982e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0233_000000011326	1548	0.9889338744206252	3	2	2	2	2	False	103979	fragment	False	AST0150_000000016665	0.4618243973563846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	92.241	71.0	0.0001026167265264238	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0143_000000012635	1540	0.9889338744206252	3	2	2	2	2	False	103979	fragment	False	AST0150_000000016665	0.7684772675288988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	78.423	69.0	0.00015814525819656656	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0100_000000020246	1539	0.9889338744206252	3	2	2	2	2	False	103979	fragment	False	AST0150_000000016665	0.8582784415612495		0	0	False	False	0.9993502497673035	0					non-mobilizable	no_good_hit	284.0	89.085	27.0	6.263618372392102e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0045_000000016847	1407	0.9889338744206252	2	2	2	2	2	False	103979	fragment	False	AST0150_000000016665	0.7362955039267776		0	0	False	False	0.9879175424575806	0					non-mobilizable	no_good_hit	272.0	84.559	22.0	5.997081420375417e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0093_000000004994	4532	0.9889325942803382	9	8	6	7	5	False	132174	fragment	False	ISR0093_000000004994	1.0		0	0	False	False	0.9977934956550598	0					non-mobilizable	other	4515.0	99.978	99.0	0.09366894233363077	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0099_000000001228	6757	0.9889314723227668	10	5	1	3	4	True	111106	maximal	True	SPA0099_000000001228	1.0		1	1	True	True	1.0	1299	rep_cluster_1143				non-mobilizable	no_good_hit	918.0	97.16799999999999	32.0	0.25918598078010174	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
ISR0815_000000002318	10516	0.988927334684824	6	5	3	5	3	False	77825	maximal	True	ISR0815_000000002318	1.0		5	2	False	False	0.9987637996673584	0					non-mobilizable	no_good_hit	269.0	73.97800000000001	3.0	5.950425489360277e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0036_000000003332	6362	0.988919968341486	6	5	4	4	3	True	127275	maximal	True	ENG0036_000000003332	1.0	PS757|PS758|PS996	0	0	True	True	1.0	22	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	2626.0	99.772	69.0	0.3721985815602837	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
ISR0311_000000018159	1304	0.9889177982583568	2	2	2	2	1	False	25287	fragment	False	ISR0311_000000018159	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	93.294	91.0	0.002905839073262367	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0043_000000000284	8525	0.9889122067468858	8	6	6	6	6	True	119343	fragment	False	ENG0167_000000002624	0.94865549165233		0	0	False	False	1.0	0					non-mobilizable	other	8525.0	97.947	100.0	0.0024929440283843625	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0341_000000012005	1179	0.9889089369997959	3	3	3	1	1	False	78830	fragment	False	ENG0087_000000021632	0.9198117273574962		0	0	False	False	1.0	0					non-mobilizable	chromosome	1180.0	92.79700000000001	100.0	0.0002635135120020562	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0383_000000002313	4789	0.9889056255866986	7	3	1	3	1	True	127228	fragment	False	ISR0383_000000002313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2136.0	92.463	79.0	0.08500179834552211	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0080_000000001957	10830	0.9889027283419743	10	9	5	7	7	False	44345	maximal	True	FIJ0080_000000001957	1.0		1	1	False	False	0.9999076724052429	0					non-mobilizable	no_good_hit	104.0	95.19200000000001	1.0	0.03646017699115044	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
ISR0249_000000002463	5742	0.9888996208499472	7	4	3	4	3	False	128482	fragment	False	ISR0249_000000002463	1.0		0	0	False	False	0.998084306716919	0					non-mobilizable	no_good_hit	1702.0	96.71	56.0	0.0004835493661236692	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0173_000000000884	18127	0.9888982636168664	19	14	6	9	10	True	83907	fragment	False	CHI0173_000000000884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	87.912	1.0	9.33258100573042e-05	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	True	True
FIJ0109_000000005592	4912	0.988897331618952	7	6	5	6	5	True	73348	fragment	False	FIJ0109_000000005592	1.0		0	0	False	False	0.9997963905334473	0					non-mobilizable	no_good_hit	2119.0	92.96799999999999	43.0	0.06698973774230331	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0060_000000004974	2732	0.9888942516563396	4	2	1	2	2	False	115012	fragment	False	FIJ0060_000000004974	1.0		0	0	False	False	0.9926793575286865	0					non-mobilizable	no_good_hit	645.0	77.829	26.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0116_000000001209	15145	0.9888932621508041	18	9	8	7	6	False	99376	fragment	False	CHI0174_000000000973	0.8186106453056725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4646.0	92.574	63.0	0.18900343642611683	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0390_000000001519	7147	0.9888914836655986	7	3	3	3	1	True	100498	maximal	True	ISR0390_000000001519	1.0	PS574	1	1	False	True	0.9995802640914917	0					non-mobilizable	no_good_hit	600.0	71.667	8.0	0.15408970976253297	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
CHI0046_000000008443	1368	0.9888911075782624	2	1	1	1	1	False	87040	fragment	False	CHI0046_000000008443	1.0		0	0	False	False	0.9985380172729492	0					non-mobilizable	no_good_hit	573.0	80.279	42.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
MON0106_000000012324	3243	0.9888883606287237	7	2	2	2	1	True	119002	fragment	False	MON0106_000000012324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	90.13799999999999	40.0	0.015666614444618518	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0271_000000001498	8496	0.988886193900706	13	8	4	5	6	True	101744	maximal	False	ISR0311_000000001595	0.9920821434252767	PS589	0	0	True	True	0.9996469020843506	27					non-mobilizable	no_good_hit	1213.0	85.161	59.0	0.12940159861741196	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0311_000000001595	8495	0.988886193900706	13	8	4	5	6	True	101744	maximal	True	ISR0311_000000001595	0.9985864943068515	PS589	17	8	True	True	1.0	32					non-mobilizable	no_good_hit	1212.0	86.71600000000001	59.0	0.12940159861741196	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0011_000000011283	2405	0.9888844647326244	3	3	3	2	2	False	91704	fragment	False	ISR0011_000000011283	1.0		0	0	False	False	0.9995841979980469	0					non-mobilizable	other	2405.0	99.792	100.0	0.0025787959468707962	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
ENG0204_000000006570	3587	0.988884119438262	6	4	3	3	2	False	54056	maximal	True	ENG0204_000000006570	1.0		1	1	False	False	0.991357684135437	0					non-mobilizable	no_good_hit	711.0	72.574	19.0	0.017542515703998774	NZ_CYZN01000033.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0006_000000006283	3975	0.988883401613908	6	3	2	3	2	False	67617	maximal	True	ENG0006_000000006283	1.0		1	1	False	False	0.9997484087944031	0					non-mobilizable	no_good_hit	111.0	88.288	4.0	2.8914192491594327e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MAD0004_000000000122	31229	0.9888833297130499	28	21	11	14	20	True	20051	fragment	False	MAD0004_000000000122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2945.0	89.64299999999999	23.0	0.0005768328407811999	LR778144.1	enterobacteria	Escherichia coli isolate SC368 genome assembly, chromosome: omosome1	True	True
DEN0043_000000008883	1106	0.9888818117637852	3	2	2	1	1	False	78830	fragment	False	ENG0087_000000021632	0.8081325661578148		0	0	False	False	0.9900542497634888	0					non-mobilizable	other	1106.0	100.0	100.0	0.002702821696931747	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0007_000000023705	1104	0.9888818117637852	2	2	2	1	1	False	78830	fragment	False	ENG0087_000000021632	0.8101794037285843		0	0	False	False	0.9909420013427734	0					non-mobilizable	other	1104.0	98.098	100.0	0.0026954837194740136	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0158_000000018717	1104	0.9888818117637852	2	2	2	1	1	False	78830	fragment	False	ENG0087_000000021632	0.8089447227681305		0	0	False	False	0.9990941882133484	0					non-mobilizable	chromosome	1105.0	98.914	100.0	0.00024696003162162145	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0143_000000004833	3734	0.9888817677070018	7	2	1	2	1	False	117678	fragment	False	ISR0284_000000002394	0.628322815069803		0	0	False	False	0.984467089176178	0					non-mobilizable	no_good_hit	224.0	83.929	6.0	0.0006339761748660918	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0066_000000003528	7544	0.9888804233750704	8	5	3	4	5	False	71021	maximal	True	DEN0066_000000003528	1.0		2	2	False	False	0.9998674392700195	0					non-mobilizable	no_good_hit	3605.0	87.795	48.0	0.000684001181838071	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
AUS0018_000000008127	3386	0.9888762790338004	6	5	3	3	5	True	123556	backbone	False	ISR0826_000000002301	0.22708628281739315	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3387.0	99.52799999999999	100.0	0.03377973814465911	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0110_000000016002	1694	0.9888755255402136	2	2	2	2	2	False	19712	fragment	False	MAD0110_000000016002	1.0		0	0	False	False	0.9834710955619812	0					non-mobilizable	no_good_hit								True	False
USA0145_01_000000001351	15320	0.988874536231398	24	14	11	13	11	False	125417	fragment	False	SPA0098_000000001538	0.18191153344394417		0	0	False	False	1.0	0					non-mobilizable	other	15320.0	98.916	100.0	0.00437167422250586	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
DEN0073_000000008827	5074	0.9888743826471728	9	8	8	8	8	False	125086	fragment	False	SPA0155_000000001948	0.05800074388828151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	75.403	14.0	0.0028164150183220458	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
DEN0028_000000020060	1546	0.9888696255841108	3	2	2	2	2	False	73929	fragment	False	DEN0028_000000020060	1.0		0	0	False	False	0.9935317039489746	0					non-mobilizable	no_good_hit								True	False
FIJ0113_000000019627	1321	0.9888683934471127	3	2	2	1	1	False	41915	maximal	True	FIJ0113_000000019627	1.0		1	1	False	False	0.9916729927062988	0					non-mobilizable	no_good_hit								True	False
FIJ0042_000000016039	1517	0.9888654292567594	2	1	1	1	1	False	47281	maximal	True	FIJ0042_000000016039	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	83.87100000000001	4.0	6.298896518738683e-05	NZ_QXDJ01000003.1	firmicutes	Clostridium chromiireducens strain C1 Scaffold3, whole genome shotgun sequence	True	False
SPA0136_000000007783	4820	0.9888653022963488	6	4	3	3	3	False	3635	maximal	True	SPA0136_000000007783	1.0		1	1	False	False	0.9991701245307922	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.291974156163299e-07	LR131987.1	bony fishes	Gouania willdenowi genome assembly, chromosome: 15	True	False
ENG0105_000000001753	9765	0.9888608382542146	8	8	5	8	8	False	113264	fragment	False	SPA0073_000000001616	0.954352248158942		0	0	False	False	1.0	0	IncFIA	MOBF,MOBF			mobilizable	plasmid	9768.0	98.89399999999999	100.0	0.08874045801526717	CP006789.1	enterobacteria	Escherichia coli JJ1886 plasmid pJJ1886_5, complete sequence	False	True
AST0151_000000002078	7928	0.9888571254693804	11	6	4	6	4	True	113836	fragment	False	AST0151_000000002078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	76.781	18.0	0.014412971674507056	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
AST0116_000000003463	6894	0.9888571254693804	10	6	4	6	4	True	113834	fragment	False	AST0116_000000003463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	76.781	21.0	0.014412971674507056	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
MON0046_000000008023	3755	0.9888568849828652	4	4	2	4	2	True	73476	fragment	False	MON0046_000000008023	1.0		0	0	False	False	0.9962716102600098	0					non-mobilizable	no_good_hit	519.0	90.944	14.0	0.1307867442448773	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
ISR0339_000000001888	6852	0.9888567931189846	6	4	4	4	2	True	90179	maximal	True	ISR0339_000000001888	1.0		2	2	True	True	1.0	9					non-mobilizable	no_good_hit	2429.0	84.891	35.0	0.018476860077628738	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	True	True
USA0091_01_000000002043	5583	0.9888549405890641	7	2	2	1	1	False	387	maximal	True	USA0091_01_000000002043	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2935.0	97.54700000000001	55.0	0.0005581065790984033	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ETH0005_000000017112	2787	0.9888508908160814	3	3	1	3	1	True	52767	maximal	True	ETH0005_000000017112	1.0		1	1	True	True	0.9974883198738098	10					non-mobilizable	no_good_hit								True	True
USA0020_01_000000000809	28653	0.988848141863461	36	11	4	10	5	True	97473	fragment	False	USA0020_01_000000000809	0.9954316250887014		0	0	False	False	0.9999650716781616	0					non-mobilizable	other	26395.0	99.86399999999999	96.0	0.028955453149001536	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0075_000000003009	4859	0.988846217901046	6	4	2	4	2	True	5800	maximal	True	SPA0075_000000003009	1.0		1	1	False	False	0.9962955117225647	0					non-mobilizable	no_good_hit	663.0	94.118	14.0	0.00017618139338191363	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0394_000000001039	12953	0.9888442487140175	13	8	6	7	5	False	123888	fragment	False	SPA0082_000000000937	0.0498103244807376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8316.0	99.315	74.0	0.08454816427430595	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0042_000000001965	12925	0.9888442487140175	14	8	6	7	5	False	123888	fragment	False	SPA0082_000000000937	0.04977342634659019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8316.0	99.32700000000001	74.0	0.08454816427430595	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0204_000000001298	12643	0.9888442487140175	13	8	6	7	5	False	123888	fragment	False	SPA0082_000000000937	0.04632803177407499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8316.0	99.315	76.0	0.08454816427430595	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0136_000000001023	12607	0.9888442487140175	13	8	6	7	5	False	123888	fragment	False	SPA0082_000000000937	0.04623527183483096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8316.0	99.315	76.0	0.08454816427430595	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0134_000000005295	6139	0.9888373297597508	9	7	6	6	5	True	94594	fragment	False	ENG0164_000000002692	0.9697727907253179		0	0	False	False	1.0	0					non-mobilizable	other	6040.0	99.321	100.0	0.13072093526737388	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0090_000000016600	2587	0.9888365391439174	5	1	1	1	1	False	43492	fragment	False	FIJ0090_000000016600	1.0		0	0	False	False	0.9996134638786316	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.469664861036568e-05	CP032326.1	a-proteobacteria	Azospirillum brasilense strain MTCC4035 plasmid p5, complete sequence	True	False
FIJ0039_000000018382	1247	0.9888365391439174	2	1	1	1	1	False	47542	fragment	False	FIJ0039_000000018382	1.0		0	0	False	False	0.9967923164367676	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.469664861036568e-05	CP032326.1	a-proteobacteria	Azospirillum brasilense strain MTCC4035 plasmid p5, complete sequence	True	False
ISR0012_000000012005	1915	0.9888323215020098	3	1	1	1	1	False	38167	fragment	False	ISR0012_000000012005	1.0		0	0	False	False	0.9947780966758728	0					non-mobilizable	chromosome	1915.0	100.0	100.0	0.00036495250850507137	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
CHI0005_000000005961	2902	0.9888291263796256	3	2	1	2	2	False	92786	fragment	False	CHI0005_000000005961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015052432640363933	AL591606.4	rodents	Mouse DNA sequence from clone RP23-272O14 on chromosome 2, complete sequence	True	False
ISR0811_000000007485	1991	0.9888291263796256	2	2	1	2	2	False	21683	fragment	False	ISR0811_000000007485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0834_000000001265	11870	0.9888286794180888	12	6	4	6	3	True	92842	fragment	False	ISR0834_000000001265	1.0		0	0	False	False	0.9999157786369324	0					non-mobilizable	no_good_hit	48.0	91.667	0.0	0.0016160088020904964	NZ_JHYQ01000039.1	g-proteobacteria	Thiothrix lacustris DSM 21227 Q394DRAFT_scaffold00034.34_C, whole genome shotgun sequence	True	True
FIJ0005_000000029358	1260	0.9888266074365496	3	3	3	3	1	False	51852	maximal	True	FIJ0005_000000029358	1.0		2	1	False	False	0.9936507940292358	0					non-mobilizable	no_good_hit	135.0	78.51899999999999	11.0	0.00014134651150433074	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ENG0077_000000001165	17335	0.9888211377658209	23	23	9	15	21	True	132521	backbone	False	USA0060_01_000000001071	0.9628404702795696	PS1166	0	0	False	True	0.9999423027038574	0		MOBP	MPF_T		conjugative	plasmid	13421.0	99.396	92.0	0.26302997040202286	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MAD0090_000000006427	1990	0.9888203658594974	3	2	1	2	2	False	18599	fragment	False	MAD0090_000000006427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000020493	1448	0.9888166887773248	3	1	1	1	1	False	50616	fragment	False	FIJ0013_000000020493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0095_000000011847	2286	0.9888163338474408	3	1	1	1	1	False	43128	fragment	False	FIJ0095_000000011847	1.0		0	0	False	False	0.9899387359619141	0					non-mobilizable	no_good_hit								True	False
ISR0318_000000000893	5080	0.988815070149009	9	5	4	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9824921532468779	PS607|PS904	0	0	True	True	1.0	327		MOBP			mobilizable	plasmid	3835.0	98.853	99.0	0.7708249496981892	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
MAD0088_000000001158	11309	0.988811310935748	10	5	4	5	3	False	74857	fragment	False	MAD0088_000000001158	1.0		0	0	False	False	0.999204158782959	0					non-mobilizable	no_good_hit	369.0	92.68299999999999	3.0	0.00022159583929725216	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
USA0117_01_000000011400	1878	0.9888103309904664	2	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.9688389398018095		0	0	False	True	0.9813631772994995	0					non-mobilizable	no_good_hit	121.0	80.992	6.0	0.0026724040312535386	NZ_FNAQ01000019.1	d-proteobacteria	Desulfuromonas thiophila strain DSM 8987, whole genome shotgun sequence	True	True
ISR0032_000000005225	5839	0.988809437389474	5	4	3	4	2	False	78821	fragment	False	ISR0032_000000005225	1.0		0	0	False	False	0.9989724159240723	0					non-mobilizable	no_good_hit	2090.0	92.057	36.0	0.0005575433173934501	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
USA0042_01_000000006166	4065	0.9888055585687536	4	2	2	2	1	False	105981	fragment	False	ISR0848_000000003121	0.4781009506564056		0	0	False	False	0.999754011631012	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000000017	100993	0.9888053906725436	115	36	20	28	23	True	2509	maximal	True	TAN0017_000000000017	1.0		1	1	True	True	0.9998812079429626	36					non-mobilizable	no_good_hit	1667.0	85.963	3.0	0.0034960496553954707	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
AUS0022_000000011055	3202	0.988800762465974	5	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.7621093986534287		0	0	False	False	0.9946908354759216	0					non-mobilizable	no_good_hit	390.0	99.23100000000001	12.0	0.00013715907243797254	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0047_000000003201	4771	0.9887945903649537	6	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.05329838200817115		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4771.0	99.665	100.0	0.1443791997094255	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
FIJ0032_000000005025	6774	0.9887939231634646	9	7	5	6	5	False	48474	maximal	True	FIJ0032_000000005025	1.0		1	1	False	False	0.9998523592948914	0					non-mobilizable	no_good_hit	47.0	95.745	1.0	7.089967113581431e-06	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ENG0169_000000008444	2745	0.9887829958859804	5	2	2	2	2	False	124102	fragment	False	FIJ0166_000000008406	0.9549139016142445		0	0	False	False	0.9974499344825745	0					non-mobilizable	other	2745.0	98.506	100.0	0.0007711517308478116	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0060_000000003736	8371	0.9887829949487584	10	2	1	2	2	False	35431	maximal	True	ISR0060_000000003736	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2034.0	97.001	45.0	0.014028834351573823	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
ISR0811_000000004462	3159	0.988781900647707	7	2	2	1	1	False	67069	maximal	True	ISR0811_000000004462	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0150_000000017124	1627	0.9887808464358956	2	2	2	1	2	False	103908	fragment	False	ISR0255_000000018162	0.9515134529147983		0	0	False	False	0.9926244616508484	0					non-mobilizable	other	1627.0	99.01700000000001	100.0	0.0427074304625325	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
SPA0014_000000015817	1509	0.988780718688562	2	1	1	1	1	False	7935	fragment	False	SPA0014_000000015817	1.0		0	0	False	False	0.9966865181922913	0					non-mobilizable	other	1409.0	95.529	93.0	0.022316330414921964	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0056_000000002676	4517	0.9887800216963132	5	2	2	2	2	True	116378	backbone	False	ENG0136_000000002709	0.9202829643197498	PS774	0	0	True	True	1.0	3					non-mobilizable	plasmid	2853.0	92.885	100.0	0.6218653761548614	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
CHI0174_000000011854	1294	0.9887798969111268	3	2	2	1	1	False	77780	fragment	False	CHI0174_000000011854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	80.279	44.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
FIJ0014_000000006614	3592	0.9887791276111476	6	2	2	2	1	False	62642	maximal	True	FIJ0014_000000006614	1.0		0	0	False	False	0.9994432330131531	0					non-mobilizable	no_good_hit	82.0	98.78	2.0	0.007813253593132053	NZ_CYXV01000029.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0035_000000014988	2206	0.9887781053937408	4	3	3	3	3	False	73453	maximal	True	DEN0035_000000014988	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	79.0	45.0	0.0001960788790795538	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0025_000000016496	1629	0.9887779645770228	2	2	2	1	1	False	116159	fragment	False	USA0048_01_000000006517	0.2535461280696514		0	0	False	False	0.9987722635269165	0					non-mobilizable	chromosome	1544.0	95.402	95.0	0.0003488804602507052	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0357_000000017274	1523	0.9887779645770228	3	2	2	1	1	False	116159	fragment	False	USA0048_01_000000006517	0.13767252802990657		0	0	False	False	0.9960604310035706	0					non-mobilizable	chromosome	1464.0	94.67200000000001	99.0	0.0003307803066709021	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0001_000000016789	1466	0.9887779645770228	2	2	2	1	1	False	116159	fragment	False	USA0048_01_000000006517	0.11741002025965934		0	0	False	False	1.0	0					non-mobilizable	chromosome	1457.0	95.264	99.0	0.0003291965432326693	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0038_000000031018	1166	0.9887779645770228	2	2	2	1	1	False	62910	fragment	False	ENG0064_000000016979	0.5405245128429381		0	0	False	False	0.9991423487663269	0					non-mobilizable	chromosome	1167.0	95.887	100.0	0.000263583486505883	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0383_000000013685	1147	0.9887779645770228	2	2	2	1	1	False	62910	fragment	False	ENG0064_000000016979	0.670781689660264		0	0	False	False	0.9825631976127625	0					non-mobilizable	chromosome	1147.0	96.07700000000001	100.0	0.0002592847000306798	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0007_000000023885	2540	0.988775774118208	4	2	1	2	1	False	18246	fragment	False	MON0007_000000023885	1.0		0	0	False	False	0.9984251856803894	0					non-mobilizable	no_good_hit								True	False
ENG0047_000000007441	2468	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.7645561210735586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	72.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0120_000000013592	2413	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.772701310665001		0	0	False	False	0.9950269460678101	0					non-mobilizable	no_good_hit	802.0	88.155	73.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0042_000000011039	2382	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.6860444435300764		0	0	False	False	0.9966414570808411	0					non-mobilizable	no_good_hit	803.0	87.92	73.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0301_000000007705	2326	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.7102175124103123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	77.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0821_000000013151	2278	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.6770714185074312		0	0	False	False	0.9995610117912292	0					non-mobilizable	no_good_hit	804.0	87.68700000000001	76.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0047_000000013426	2217	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.5673846141326117		0	0	False	False	0.9959404468536377	0					non-mobilizable	no_good_hit	882.0	89.796	83.0	0.009269683610231373	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0045_000000011859	2157	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.5078558406644867		0	0	False	False	0.999536395072937	0					non-mobilizable	no_good_hit	812.0	87.80799999999999	82.0	0.00851211582369714	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0083_000000007884	2143	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.5004084794526392		0	0	False	False	0.9944003820419312	0					non-mobilizable	no_good_hit	802.0	88.155	83.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0106_000000011796	2129	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.5070242171509913		0	0	False	False	0.99483323097229	0					non-mobilizable	no_good_hit	804.0	87.811	38.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0234_000000006251	2014	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.2546351312649661		0	0	False	False	0.9721946120262146	0					non-mobilizable	no_good_hit	687.0	87.91799999999999	82.0	0.00721793752170116	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
AST0111_000000010036	1943	0.9887755580220072	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.19054608969404555		0	0	False	False	0.9994853138923645	0					non-mobilizable	no_good_hit	632.0	87.5	82.0	0.006639239906987511	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0151_000000011213	1800	0.9887755580220072	2	1	1	1	1	False	115762	fragment	False	ISR0151_000000011213	0.9528399303237545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	45.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
AST0084_000000020388	1725	0.9887755580220072	2	1	1	1	1	False	115762	fragment	False	ISR0151_000000011213	0.7358747726551742		0	0	False	False	0.9994202852249146	0					non-mobilizable	no_good_hit	802.0	88.155	70.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0221_000000013582	1657	0.9887755580220072	2	1	1	1	1	False	115762	fragment	False	ISR0151_000000011213	0.9361963063033287		0	0	False	False	0.996379017829895	0					non-mobilizable	no_good_hit	812.0	87.685	49.0	0.00851211582369714	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0043_000000013490	1646	0.9887755580220072	2	1	1	1	1	False	115750	fragment	False	ISR0043_000000013490	0.9986622073578595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	49.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0137_000000023508	1573	0.9887755580220072	2	1	1	1	1	False	115755	fragment	False	SPA0137_000000023508	0.9813610660701819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	88.272	87.0	0.008322723877063584	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0074_000000019512	1538	0.9887755580220072	2	1	1	1	1	False	115755	fragment	False	SPA0137_000000023508	0.974389146751797		0	0	False	False	0.9986996054649353	0					non-mobilizable	no_good_hit	759.0	88.14200000000001	87.0	0.007964983533422417	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0219_000000021816	1509	0.9887755580220072	2	1	1	1	1	False	115755	fragment	False	SPA0137_000000023508	0.9760986448018747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	87.779	87.0	0.007049589124693553	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0073_000000018456	1495	0.9887755580220072	2	1	1	1	1	False	115750	fragment	False	ISR0043_000000013490	0.9526123936816524		0	0	False	False	0.9993311166763306	0					non-mobilizable	no_good_hit	803.0	87.92	54.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
AST0055_000000024598	1481	0.9887755580220072	3	1	1	1	1	False	115754	maximal	True	AST0055_000000024598	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	88.095	79.0	0.00019085977921704824	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0338_000000020051	1455	0.9887755580220072	2	1	1	1	1	False	115755	fragment	False	SPA0137_000000023508	0.8341025384436962		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	87.844	86.0	0.006481413284792879	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
AST0052_000000017869	1393	0.9887755580220072	2	1	1	1	1	False	115755	fragment	False	SPA0137_000000023508	0.8185700045172688		0	0	False	False	0.9942569732666016	0					non-mobilizable	no_good_hit	613.0	87.765	85.0	0.006439326185540977	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0243_000000009519	1341	0.9887755580220072	1	1	1	1	1	False	65782	fragment	False	ENG0029_000000016511	0.7420282810243245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.03	60.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0076_000000019841	1334	0.9887755580220072	1	1	1	1	1	False	65782	fragment	False	ENG0029_000000016511	0.44803672187158294		0	0	False	False	0.9970015287399292	0					non-mobilizable	no_good_hit	802.0	88.155	60.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0290_000000012904	1322	0.9887755580220072	1	1	1	1	1	False	65782	fragment	False	ENG0029_000000016511	0.6018228639186917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	61.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0016_000000026317	1296	0.9887755580220072	1	1	1	1	1	False	65782	fragment	False	ENG0029_000000016511	0.5863247366456392		0	0	False	False	0.9953703880310059	0					non-mobilizable	no_good_hit	802.0	88.155	62.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0055_000000015780	1224	0.9887755580220072	1	1	1	1	1	False	65782	fragment	False	ENG0029_000000016511	0.4405713229804539		0	0	False	False	0.9901960492134094	0					non-mobilizable	no_good_hit	803.0	87.796	66.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0099_000000013469	1208	0.9887755580220072	1	1	1	1	1	False	65782	fragment	False	ENG0029_000000016511	0.5778033439873705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	66.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0257_000000014997	1206	0.9887755580220072	2	1	1	1	1	False	115749	fragment	False	ISR0251_000000013265	0.9516131842196142		0	0	False	False	0.9991708397865295	0					non-mobilizable	no_good_hit	678.0	87.906	56.0	0.007123241548384381	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0072_000000024662	1203	0.9887755580220072	1	1	1	1	1	False	65782	fragment	False	ENG0029_000000016511	0.4351843492362869		0	0	False	False	0.9900249242782593	0					non-mobilizable	no_good_hit	803.0	87.671	67.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0368_000000011759	1132	0.9887755580220072	1	1	1	1	1	False	23559	maximal	True	ISR0368_000000011759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	759.0	88.01100000000001	67.0	0.007964983533422417	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0158_000000017028	1109	0.9887755580220072	1	1	1	1	1	False	65782	fragment	False	ENG0029_000000016511	0.14534177377070145		0	0	False	False	0.968440055847168	0					non-mobilizable	no_good_hit	802.0	88.155	72.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
AST0040_000000018456	1108	0.9887755580220072	2	1	1	1	1	False	115749	fragment	False	ISR0251_000000013265	0.6903157540194622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	87.844	56.0	0.006481413284792879	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0306_000000004672	2089	0.9887739428428968	3	2	2	2	1	False	53785	maximal	True	ISR0306_000000004672	1.0		7	3	False	False	0.9971278309822083	0					non-mobilizable	no_good_hit	977.0	92.93799999999999	48.0	0.006279890795732514	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
SPA0097_000000013106	2519	0.9887733194583592	4	3	2	2	3	False	106520	fragment	False	SPA0097_000000013106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1193.0	94.04899999999999	73.0	0.02970198345459982	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0024_000000000202	51545	0.9887722617308112	45	16	13	16	9	True	92419	fragment	False	ENG0190_000000000230	0.9811661604542408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	85.954	4.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0077_000000009632	3206	0.9887693605284594	3	3	1	3	1	True	34523	maximal	True	ISR0077_000000009632	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	828.0	74.638	26.0	0.08364747834946511	NZ_LBBT01000315.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig337, whole genome shotgun sequence	True	True
SPA0126_000000005452	6339	0.988767686735588	4	3	2	3	2	True	124888	fragment	False	SPA0126_000000005452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	95.413	2.0	0.004215456674473068	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	True
ISR0392_000000005759	5009	0.988767686735588	3	3	2	3	2	True	124883	fragment	False	ISR0392_000000005759	1.0		0	0	False	False	0.9896186590194702	0					non-mobilizable	no_good_hit	79.0	87.34200000000001	2.0	0.001698611270515322	NZ_AUDP01000035.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00034.34_C, whole genome shotgun sequence	True	True
SPA0067_000000017772	1149	0.9887644011240552	1	1	1	1	1	False	6017	fragment	False	SPA0067_000000017772	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	99.04299999999999	100.0	0.0003008828097118314	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
ENG0179_000000015381	2161	0.9887610982739534	2	2	2	2	1	True	55390	maximal	True	ENG0179_000000015381	1.0		1	1	False	False	0.9967607855796814	0					non-mobilizable	no_good_hit								True	True
SPA0070_000000000495	20614	0.9887597133483558	21	11	6	9	8	True	109032	maximal	True	SPA0070_000000000495	0.9860731978566373		11	3	False	True	0.9995633959770203	0					non-mobilizable	other	10412.0	98.406	92.0	0.07931449829996798	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
SPA0109_000000026657	1285	0.9887585909619894	2	2	2	2	1	False	4646	fragment	False	SPA0109_000000026657	1.0		0	0	False	False	0.9992218017578125	0					non-mobilizable	no_good_hit	464.0	78.44800000000001	36.0	0.0014519147915397557	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
SPA0049_000000004480	4901	0.9887585763454482	6	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.06455071480004962		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	chromosome	4904.0	98.919	100.0	0.001116302917664748	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CAN0011_000000004867	6468	0.9887572536621574	10	6	4	4	5	False	94541	maximal	True	CAN0011_000000004867	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3568.0	97.365	55.0	0.005840589724360842	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ISR0392_000000009666	3252	0.9887534523733024	6	4	3	4	3	False	75229	fragment	False	ISR0392_000000009666	1.0		0	0	False	False	0.9904674291610718	0					non-mobilizable	no_good_hit	616.0	77.11	32.0	0.00018370937538210043	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0005_000000003053	6505	0.9887395071569338	13	1	1	1	1	False	105673	fragment	False	MAD0005_000000003053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0172_000000008667	2509	0.9887394696927676	4	3	2	1	2	False	116183	fragment	False	AST0087_000000013978	0.6443204016084683		0	0	False	False	0.9948186278343201	0					non-mobilizable	chromosome	1475.0	95.39	94.0	0.00033281657394862994	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
DEN0051_000000011770	3619	0.9887385825133972	5	4	4	4	3	False	103905	fragment	False	DEN0051_000000011770	0.9953731343283583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	76.154	4.0	0.00035131771376593527	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
FIJ0159_000000022122	1178	0.9887381908064428	1	1	1	1	1	False	39365	fragment	False	FIJ0159_000000022122	1.0		0	0	False	False	0.9431239366531372	0					non-mobilizable	no_good_hit	687.0	93.45	58.0	0.0011922524507411488	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
MON0019_000000018902	3398	0.98873405496793	4	1	1	1	1	False	58944	fragment	False	MON0019_000000018902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	72.587	8.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
ISR0115_000000010399	3099	0.98873405496793	4	1	1	1	1	False	58943	fragment	False	ISR0115_000000010399	0.9846780405270413		0	0	False	False	0.9990319609642029	0					non-mobilizable	no_good_hit	259.0	72.587	8.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
MON0103_000000016147	3007	0.98873405496793	4	1	1	1	1	False	58943	fragment	False	ISR0115_000000010399	0.9751312814785854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	90.476	3.0	0.0008463428810327422	NZ_AAXG02000034.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont317, whole genome shotgun sequence	True	False
ENG0124_000000010575	2949	0.98873405496793	4	1	1	1	1	False	58943	fragment	False	ISR0115_000000010399	0.9636696548181881		0	0	False	False	0.9993218183517456	0					non-mobilizable	no_good_hit	259.0	72.587	9.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
USA0087_01_000000006133	2477	0.98873405496793	3	1	1	1	1	False	58719	fragment	False	USA0087_01_000000006133	1.0		0	0	False	False	0.9991925954818726	0					non-mobilizable	no_good_hit	259.0	72.587	10.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
ENG0127_000000012561	2054	0.98873405496793	3	1	1	1	1	False	58718	fragment	False	ENG0127_000000012561	1.0		0	0	False	False	0.997565746307373	0					non-mobilizable	no_good_hit	259.0	72.587	13.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
MON0007_000000059228	1119	0.988730450718926	2	1	1	1	1	False	13891	fragment	False	MON0007_000000059228	1.0		0	0	False	False	0.993744432926178	0					non-mobilizable	no_good_hit								True	False
SPA0036_000000005869	3939	0.988729312969832	5	5	5	5	5	False	98268	fragment	False	SPA0036_000000005869	1.0		0	0	False	False	0.9982228875160217	0					non-mobilizable	chromosome	2539.0	99.882	99.0	0.0006051722916930446	CP033869.1	g-proteobacteria	Acinetobacter baumannii strain MRSN15313 chromosome, complete genome	False	False
MON0045_000000001915	12190	0.9887284698055464	12	9	8	6	7	False	99372	fragment	False	ENG0006_000000002142	0.9699530092995463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2621.0	95.65100000000001	69.0	0.1071837669775814	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0156_000000014435	1419	0.9887251857057344	3	3	3	2	1	False	83031	maximal	True	SPA0156_000000014435	1.0		0	0	False	False	0.996476411819458	0					non-mobilizable	no_good_hit	1207.0	94.78	85.0	0.0029254070131496555	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0104_000000015685	1580	0.988725090412032	2	2	2	2	1	False	32969	fragment	False	ISR0104_000000015685	1.0		0	0	False	False	0.9981012940406799	0					non-mobilizable	plasmid	828.0	94.565	93.0	0.012552492240277524	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
FIJ0108_000000022284	1108	0.988722819755294	1	1	1	1	1	False	42175	fragment	False	FIJ0108_000000022284	1.0		0	0	False	False	0.9972923994064331	0					non-mobilizable	no_good_hit	122.0	87.705	11.0	6.426267152778076e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
BAN0013_000000000146	2244	0.9887212382572754	3	3	3	3	3	True	98704	fragment	False	BAN0013_000000000146	1.0		0	0	False	False	0.9991087317466736	0	IncFII				non-mobilizable	chromosome	2015.0	99.90100000000001	100.0	0.00026612416449697514	CP050205.1	enterobacteria	Escherichia coli strain RH-048-CS chromosome	False	True
FIJ0068_000000007529	4107	0.9887198099008632	6	4	2	4	2	True	45106	maximal	True	FIJ0068_000000007529	1.0		1	1	True	True	0.9982956051826477	2		MOBQ			mobilizable	no_good_hit	1996.0	84.51899999999999	84.0	0.48572834645669294	CP024502.1	enterobacteria	Klebsiella pneumoniae strain KSB1_4E plasmid unnamed3, complete sequence	True	True
USA0034_01_000000012411	4558	0.988719690725312	7	4	4	4	3	False	97121	maximal	True	USA0034_01_000000012411	1.0	PS521	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1833.0	79.815	40.0	0.042043294859314885	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MAD0090_000000000222	33496	0.9887185759476154	25	17	6	16	10	True	51487	fragment	False	FIJ0033_000000000484	0.9246861683477651		0	0	False	False	0.9999701380729675	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001226018844363719	AL392086.14	primates	Human DNA sequence from clone RP11-799O21 on chromosome 10, complete sequence	True	True
ENG0068_000000002946	7641	0.9887180163412956	12	8	4	8	6	False	97436	fragment	False	ENG0118_000000001883	0.9994751336119708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	80.032	24.0	0.00027312294828989083	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0118_000000001883	7635	0.9887180163412956	12	8	4	8	6	False	97436	fragment	False	ENG0118_000000001883	0.9995631381408558		0	0	False	False	0.9997380375862122	0					non-mobilizable	no_good_hit	631.0	80.032	24.0	0.00027312294828989083	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0133_000000003056	7614	0.9887180163412956	12	8	4	8	6	False	97436	fragment	False	ENG0118_000000001883	0.9979053133120903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	80.032	24.0	0.00027312294828989083	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0107_000000000700	19450	0.9887152407382932	17	9	7	9	4	True	104234	fragment	False	ISR0107_000000000700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
ISR0059_000000009744	1756	0.9887142024329276	3	2	2	1	1	False	115302	fragment	False	USA0087_01_000000007354	0.6746833518839146		0	0	False	False	0.9903188943862915	0					non-mobilizable	no_good_hit	667.0	72.11399999999999	49.0	0.00011459166737098196	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
USA0020_01_000000023386	1481	0.9887142024329276	3	2	2	1	1	False	65651	fragment	False	USA0020_01_000000023386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	72.676	59.0	0.021250758955676987	NZ_SRYX01000034.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_34_length_41175_cov_295.469, whole genome shotgun sequence	True	False
MAD0049_000000001793	7551	0.9887135218961784	7	7	5	5	7	False	127643	maximal	False	ISR0135_000000002602	0.9737270378892383	PS1015|PS542	0	0	True	True	0.9965567588806152	34	rep_cluster_2131	MOBQ			mobilizable	other	4718.0	99.152	100.0	0.6248509736388925	LM997247.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-8_contig-24.0_1_7549_[organism:Escherichia	False	True
AST0061_000000015180	2748	0.9887125381854572	2	2	1	2	1	True	116267	maximal	False	ISR0815_000000011317	0.9906402501789275		0	0	True	True	1.0	127					non-mobilizable	no_good_hit	611.0	87.07	32.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0089_000000013848	2083	0.9887122308959684	5	2	1	1	2	False	34374	fragment	False	ISR0089_000000013848	1.0		0	0	False	False	0.994239091873169	0					non-mobilizable	no_good_hit								True	False
ISR0079_000000013469	2058	0.9887122308959684	4	2	1	1	2	False	34373	fragment	False	ISR0079_000000013469	1.0		0	0	False	False	0.999514102935791	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000001402	19098	0.9887089839509694	21	14	12	14	8	True	50041	fragment	False	FIJ0133_000000001402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	79.41199999999999	1.0	0.0039157864204394386	NZ_MSJW02000052.1	enterobacteria	Shigella dysenteriae strain BCW_4872 BCW_4872_1__paired__contig_52, whole genome shotgun sequence	True	True
ISR0021_000000005331	4141	0.988708076783856	6	4	2	2	4	False	105337	maximal	True	ISR0021_000000005331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	95.948	46.0	0.0001508154920161077	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0818_000000006701	2607	0.9887072904313664	4	3	1	2	2	False	21357	fragment	False	ISR0818_000000006701	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2608.0	96.54899999999999	100.0	0.00175674181692674	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
AST0005_000000008744	3326	0.9887066212674912	6	3	3	2	2	False	128543	fragment	False	AST0005_000000008744	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2409.0	91.15799999999999	100.0	0.2037758211987809	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
USA0121_01_000000010429	4548	0.9887024436007092	7	2	2	2	2	False	68067	maximal	True	USA0121_01_000000010429	1.0		3	3	False	False	0.9958223104476929	0					non-mobilizable	no_good_hit	123.0	76.423	3.0	0.001613354844731263	NZ_FRDH01000015.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
ISR0088_000000005233	4256	0.9887012997485412	5	4	2	4	2	True	84038	maximal	False	ENG0047_000000003760	0.9864893892390137	PS415	0	0	True	True	0.9969455003738403	5		MOBQ			mobilizable	plasmid	4183.0	99.976	100.0	0.9997609371264643	CP055373.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00165 plasmid pRHBSTW-00165_10, complete sequence	False	True
ENG0059_000000002897	4242	0.9887012997485412	7	4	2	4	2	True	84038	maximal	False	ENG0047_000000003760	0.9866978960887465	PS415	0	0	True	True	1.0	1235		MOBQ			mobilizable	plasmid	4046.0	99.605	100.0	0.9667702605785321	HG796320.1	bacteria	Uncultured bacterium plasmid pRGI00434	False	True
ENG0047_000000003760	4222	0.9887012997485412	7	4	2	4	2	True	84038	maximal	True	ENG0047_000000003760	0.9868625810428837	PS415	8	4	True	True	1.0	21		MOBQ			mobilizable	plasmid	3644.0	100.0	100.0	0.8709060482907005	CP056468.1	enterobacteria	Citrobacter freundii strain RHBSTW-00486 plasmid pRHBSTW-00486_3, complete sequence	False	True
CHI0087_000000001698	4222	0.9887012997485412	6	4	2	4	2	True	84038	maximal	False	ENG0047_000000003760	0.9868608579336021	PS415	0	0	True	True	0.9921838045120239	14		MOBQ			mobilizable	plasmid	3866.0	100.0	100.0	0.9239780062156348	CP056468.1	enterobacteria	Citrobacter freundii strain RHBSTW-00486 plasmid pRHBSTW-00486_3, complete sequence	False	True
USA0069_01_000000014657	4200	0.9887012997485412	7	4	2	4	2	True	84038	maximal	False	ENG0047_000000003760	0.9640154938749687	PS415	0	0	True	True	1.0	27		MOBQ			mobilizable	plasmid	4012.0	99.975	100.0	0.9639509733237203	CP056659.1	enterobacteria	Escherichia coli strain RHBSTW-00204 plasmid pRHBSTW-00204_5, complete sequence	False	True
ISR0199_000000024588	1242	0.9887004388524108	1	1	1	1	1	False	28795	fragment	False	ISR0199_000000024588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	95.69	9.0	0.00012563061104544333	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ENG0137_000000002367	7255	0.9886987011726532	7	5	3	5	4	True	125316	fragment	False	ENG0137_000000002367	0.9898176291793312		0	0	False	False	0.9997243285179138	0					non-mobilizable	no_good_hit	2258.0	78.03399999999999	49.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0857_000000000101	9191	0.988697256077529	14	7	5	6	6	False	20471	maximal	True	ISR0857_000000000101	1.0		1	1	False	False	0.998041570186615	0					non-mobilizable	no_good_hit	536.0	90.11200000000001	6.0	0.6054421768707483	GQ876881.1		Uncultured organism clone VC1AG37TF genomic sequence	True	False
ISR0230_000000010558	2963	0.9886939088839316	6	3	2	2	3	False	124109	fragment	False	ENG0172_000000004204	0.12109627831715211		0	0	False	False	1.0	0					non-mobilizable	other	2963.0	98.65	100.0	0.0008324167007183739	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0054_000000015076	1788	0.9886901052945818	3	3	2	3	2	False	115014	fragment	False	ISR0372_000000009500	0.9758197199007386		0	0	False	False	0.998881459236145	0					non-mobilizable	no_good_hit	645.0	77.36399999999999	52.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ETH0003_000000006904	4640	0.9886891781699924	4	3	2	3	2	False	53243	maximal	True	ETH0003_000000006904	0.9671823204419889		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	78.693	39.0	0.0005094236004469971	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0185_000000009870	3235	0.9886849754552888	7	5	1	5	4	True	39336	fragment	False	ISR0185_000000009870	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3142.0	83.132	100.0	0.7128758319944917	FJ696405.1	enterobacteria	Yersinia enterocolitica strain 07-04449 plasmid pYe4449-1, complete sequence	False	True
SPA0044_000000004175	5988	0.988679517478432	11	8	5	5	7	True	90261	maximal	True	SPA0044_000000004175	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	88.56700000000001	11.0	0.0004180921020991173	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
USA0004_01_000000001235	17971	0.9886794777888862	20	12	7	7	8	True	90011	fragment	False	CHI0114_000000000326	0.942836606428991		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	80.0	100.0	0.0	0.02840704782452355	NZ_QRML01000069.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf69, whole genome shotgun sequence	True	True
ISR0244_000000005956	3648	0.9886787594916012	4	4	4	4	3	True	84997	fragment	False	ISR0244_000000005956	1.0		0	0	False	False	0.999725878238678	0					non-mobilizable	other	2416.0	98.84100000000001	94.0	0.00045477099973354	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MAD0047_000000010468	3757	0.9886785180972482	5	2	2	2	2	False	97554	fragment	False	MAD0047_000000010468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006889512630773156	XM_028179448.1	moths	PREDICTED: Bombyx mandarina centromere protein J (LOC114246764), mRNA	True	False
CHI0157_000000000234	22558	0.9886762191487132	16	9	6	8	6	False	78961	maximal	True	CHI0157_000000000234	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2446.0	93.949	18.0	0.039419588875453444	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
AST0088_000000001793	6654	0.9886758803789716	9	5	4	5	5	False	128487	fragment	False	AST0088_000000001793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3055.0	90.213	57.0	0.0008669755693793786	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0027_000000013421	1924	0.988674024175672	3	3	2	2	3	False	50608	fragment	False	ISR0027_000000013421	0.9693370165745856		0	0	False	False	0.9958419799804688	0					non-mobilizable	no_good_hit	527.0	91.461	27.0	0.013081829961128277	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0100_000000003916	3058	0.9886623510013268	6	3	3	3	3	True	33181	maximal	True	ISR0100_000000003916	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
USA0003_01_000000009195	4249	0.9886564457212822	5	4	3	4	3	False	2248	fragment	False	USA0003_01_000000009195	1.0		0	0	False	False	0.9995293021202087	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.99269763462034e-07	CP023117.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-05	True	False
FIJ0033_000000007108	4553	0.9886540902278272	9	2	1	2	2	True	85958	maximal	False	FIJ0145_000000002443	0.9284358278484837	PS432	0	0	False	True	0.9887986183166504	0					non-mobilizable	no_good_hit								True	True
MAD0045_000000001510	13122	0.9886536868310606	9	7	3	6	7	False	17914	maximal	True	MAD0045_000000001510	1.0		1	1	False	False	0.9999237656593323	0		MOBF			mobilizable	no_good_hit	8748.0	98.85700000000001	71.0	0.09580069768972553	AP009242.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-2 DNA, complete sequence	True	True
FIJ0147_000000000214	35753	0.9886536078437188	43	19	15	18	9	True	53287	backbone	True	FIJ0147_000000000214	1.0	PS221|PS222	6	1	True	True	1.0	15					non-mobilizable	no_good_hit	99.0	82.82799999999999	0.0	0.0029584896452862415	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
FIJ0007_000000000242	35683	0.9886536078437188	42	19	15	18	9	True	53287	backbone	False	FIJ0147_000000000214	0.9978463345733225	PS221|PS222	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	99.0	82.82799999999999	0.0	0.0029584896452862415	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
SPA0053_000000012886	2607	0.9886535321071852	4	1	1	1	1	False	6480	maximal	True	SPA0053_000000012886	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1500.0	93.2	58.0	0.0011762967945323022	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
TAN0001_000000007951	1741	0.9886529874766088	4	1	1	1	1	False	3102	maximal	True	TAN0001_000000007951	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0394_000000000244	30463	0.9886514081400126	31	20	10	16	14	True	123973	maximal	True	ISR0394_000000000244	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	5481.0	90.057	48.0	0.21759980817647764	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0178_000000006258	3380	0.9886462474082128	5	2	2	2	2	False	68468	fragment	False	ENG0178_000000006258	1.0		0	0	False	False	0.999704122543335	0					non-mobilizable	no_good_hit	2782.0	99.101	82.0	0.016203393386917217	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
SPA0104_000000001519	17005	0.9886447588438492	31	8	5	6	6	False	105665	fragment	False	AST0140_000000001304	0.9987371512481644		0	0	False	False	1.0	0					non-mobilizable	virus	8213.0	99.73200000000001	97.0	0.14233962525783023	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	False	False
ISR0350_000000001466	9252	0.9886402041913382	11	11	10	9	9	False	45612	maximal	True	ISR0350_000000001466	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4996.0	97.35799999999999	94.0	0.0009389897297645834	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	False	False
TAN0007_000000004383	6705	0.9886367880108308	14	3	2	3	3	True	2931	maximal	True	TAN0007_000000004383	1.0		2	1	True	True	1.0	19					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.023901310717039322	XM_010786712.1	bony fishes	PREDICTED: Notothenia coriiceps zinc finger protein 839 (znf839), mRNA	True	True
MON0069_000000022560	2215	0.9886366403060498	4	4	3	4	2	False	46730	fragment	False	MON0069_000000022560	1.0		0	0	False	False	0.99819415807724	0					non-mobilizable	no_good_hit	579.0	80.311	26.0	0.00013083793420280468	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0010_000000004185	4590	0.9886260317032473	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9186021748341645	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	1774.0	95.039	63.0	0.35225009956192754	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0127_000000000431	27384	0.9886254290976236	35	10	4	10	4	True	97473	fragment	False	USA0020_01_000000000809	0.963247540875096		0	0	False	False	0.9999634623527527	0					non-mobilizable	other	27125.0	99.919	100.0	0.02975751590958964	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0034_000000002527	5638	0.98862255001267	3	2	2	2	1	True	67734	fragment	False	ENG0034_000000002527	0.9559346126510306		0	0	False	False	0.9989358186721802	0					non-mobilizable	no_good_hit	1554.0	97.74799999999999	82.0	0.0086338779574648	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0013_000000004002	5628	0.98862255001267	4	2	2	2	1	True	67734	fragment	False	ENG0034_000000002527	0.95512593118127		0	0	False	False	0.9998223185539246	0					non-mobilizable	no_good_hit	3245.0	93.867	85.0	0.01796870219240419	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
FIJ0112_000000001893	11351	0.9886191504379728	9	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.8449931584181819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.975	10.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0079_000000002685	10691	0.9886191504379728	9	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.835514759454647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.14299999999999	11.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0336_000000000704	10670	0.9886191504379728	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.8463359794045253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.397	11.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0372_000000001139	10160	0.9886191504379728	7	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.7443287616617847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.31200000000001	12.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
TAN0003_000000000340	9969	0.9886191504379728	9	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.5757572043973329		0	0	False	False	0.9962884783744812	0					non-mobilizable	no_good_hit	1185.0	97.806	12.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0277_000000000889	9864	0.9886191504379728	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.7840000385710113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.228	12.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
TAN0011_000000000279	9791	0.9886191504379728	9	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.8233889138890479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.806	12.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0787_000000001022	9742	0.9886191504379728	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.7422009999984222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.14299999999999	12.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0196_000000000789	8744	0.9886175086986502	10	8	4	8	5	False	54430	maximal	True	ENG0196_000000000789	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	99.194	8.0	0.0017536801785977359	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0067_000000002323	9677	0.9886158082962782	11	7	5	7	5	False	127155	fragment	False	ISR0067_000000002323	1.0		0	0	False	False	0.9991732835769653	0					non-mobilizable	no_good_hit	940.0	75.426	10.0	0.001383763152066801	NZ_CABJAT010000003.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ISR0045_000000003154	7480	0.9886121609223976	7	7	5	7	5	True	98876	maximal	True	ISR0045_000000003154	1.0		1	1	False	False	0.9962567090988159	0					non-mobilizable	no_good_hit	2173.0	83.755	31.0	0.7698955707598127	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0173_000000012569	1357	0.988611083372951	2	2	1	1	2	False	55678	fragment	False	ENG0173_000000012569	1.0		0	0	False	False	0.9985261559486389	0					non-mobilizable	chromosome	1357.0	100.0	100.0	0.00024750785508889655	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0824_000000000865	10412	0.9886057297818174	11	6	5	6	3	False	123888	fragment	False	SPA0082_000000000937	0.006514612370583636		0	0	False	False	0.9979830980300903	0					non-mobilizable	no_good_hit	7624.0	99.948	86.0	0.0775491103673486	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
MAD0043_000000024865	1101	0.98860115722591	1	1	1	1	1	False	17998	fragment	False	MAD0043_000000024865	1.0		0	0	False	False	0.9945504069328308	0					non-mobilizable	no_good_hit	39.0	100.0	4.0	8.288267695342473e-06	CP053045.1	enterobacteria	Escherichia fergusonii strain HNCF11W chromosome, complete genome	True	False
USA0003_01_000000003247	11284	0.9885965583809212	16	9	6	9	6	True	125409	fragment	False	DEN0021_000000002110	0.9093384537609737		0	0	False	False	1.0	0					non-mobilizable	other	11284.0	98.618	100.0	0.003219746484565424	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0016_000000031731	1233	0.9885959558796964	2	1	1	1	1	False	17515	backbone	True	MON0016_000000031731	0.9859362472533295	PS39	9	5	False	True	0.9991889595985413	0					non-mobilizable	no_good_hit	124.0	81.452	10.0	0.002740346506624391	NZ_FNAQ01000019.1	d-proteobacteria	Desulfuromonas thiophila strain DSM 8987, whole genome shotgun sequence	True	True
USA0018_01_000000004614	5372	0.98859297135076	7	3	3	3	3	False	1872	maximal	True	USA0018_01_000000004614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	97.994	12.0	0.00028872624423384235	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0013_000000004863	4716	0.9885926269835692	6	2	1	2	1	True	51763	backbone	True	ISR0013_000000004863	1.0	PS209	1	1	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
ISR0151_000000004454	3808	0.9885926269835692	4	2	1	2	1	True	37122	fragment	False	ISR0151_000000004454	1.0		0	0	False	False	0.9994747638702393	0					non-mobilizable	no_good_hit	207.0	83.575	5.0	0.002613554434030281	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
FIJ0006_000000010819	3192	0.9885926269835692	3	2	1	2	1	True	51761	fragment	False	FIJ0006_000000010819	1.0		0	0	False	False	0.9996867179870605	0					non-mobilizable	no_good_hit								True	True
ISR0041_000000004681	2827	0.9885926269835692	3	2	1	2	1	True	37121	fragment	False	ISR0041_000000004681	1.0		0	0	False	False	0.998585045337677	0					non-mobilizable	no_good_hit								True	True
ISR0113_000000006765	2310	0.9885926269835692	2	2	1	2	1	True	32589	fragment	False	ISR0113_000000006765	1.0		0	0	False	False	0.9991341829299927	0					non-mobilizable	no_good_hit								True	True
FIJ0067_000000002424	12680	0.9885898668207066	18	6	5	6	6	True	45250	maximal	True	FIJ0067_000000002424	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.6466229091679018e-05	LS423641.1	birds	Anas platyrhynchos genome assembly, chromosome: W	True	True
SPA0153_000000003625	4470	0.9885851092916368	7	5	3	2	4	True	132213	fragment	False	SPA0153_000000003625	1.0		0	0	False	True	0.9984340071678162	0					non-mobilizable	no_good_hit	3388.0	97.786	76.0	0.3128811679911292	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	True	True
DEN0028_000000008220	3286	0.9885766792003492	2	2	2	2	1	False	116625	fragment	False	USA0119_01_000000005030	0.20215205692958021		0	0	False	False	0.9966524839401245	0					non-mobilizable	chromosome	3214.0	99.78200000000001	98.0	0.0006485845127630004	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
CHI0185_000000007152	2901	0.9885766792003492	2	2	2	2	1	False	116625	fragment	False	USA0119_01_000000005030	0.10141680046579742		0	0	False	False	1.0	0					non-mobilizable	chromosome	2901.0	100.0	100.0	0.0005855837755332194	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
CHI0132_000000011972	2604	0.9885766792003492	2	2	2	2	1	False	116619	fragment	False	CHI0132_000000011972	0.9763795156808257		0	0	False	False	0.9996159672737122	0					non-mobilizable	chromosome	2604.0	99.92299999999999	100.0	0.0004993995885469237	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0081_000000006118	2080	0.9885766792003492	3	2	2	2	1	False	116618	fragment	False	SPA0062_000000014591	0.7873554302757092		0	0	False	False	0.9817307591438293	0					non-mobilizable	other	2067.0	99.661	99.0	0.00042939872331820047	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ENG0139_000000002938	5937	0.9885748273548488	8	7	4	5	6	True	85396	fragment	False	ENG0139_000000002938	0.9996630160067397		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1088.0	81.434	37.0	0.12023030029351998	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
FIJ0073_000000006921	2669	0.988571693921276	4	4	4	3	2	False	71644	maximal	True	FIJ0073_000000006921	1.0		0	0	False	False	0.9853878021240234	0					non-mobilizable	no_good_hit	1688.0	95.083	63.0	0.0021155859872212085	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ENG0031_000000007070	2902	0.9885712477252324	3	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.7831761797420574		0	0	True	True	1.0	524					non-mobilizable	no_good_hit								True	True
ENG0179_000000011632	2875	0.9885712477252324	3	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.4582046680415662		0	0	True	True	0.9961739182472229	22					non-mobilizable	no_good_hit								True	True
ISR0288_000000010451	2875	0.9885712477252324	5	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.9153216483587782		0	0	True	True	1.0	36					non-mobilizable	no_good_hit								True	True
ENG0200_000000006989	2868	0.9885712477252324	5	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.8585332535861833		0	0	True	True	0.9937238693237305	8					non-mobilizable	no_good_hit								True	True
AST0005_000000010059	2850	0.9885712477252324	4	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.9204102300355596		0	0	True	True	1.0	80					non-mobilizable	no_good_hit								True	True
AUS0022_000000012314	2850	0.9885712477252324	4	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.9189958857034141		0	0	True	True	1.0	49					non-mobilizable	no_good_hit								True	True
DEN0066_000000015736	2240	0.9885712477252324	3	2	1	2	1	True	70970	fragment	False	DEN0066_000000015736	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0392_000000016573	2030	0.9885712477252324	2	2	1	2	1	True	22814	fragment	False	ISR0392_000000016573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0143_000000018143	1613	0.988566219543944	2	2	0	2	0	True	31137	maximal	True	ISR0143_000000018143	1.0		1	1	True	True	1.0	28					non-mobilizable	no_good_hit	305.0	87.869	38.0	0.11748195669607057	LN853896.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1330	True	True
SPA0110_000000011423	1653	0.9885654111829244	2	1	1	1	1	False	97034	fragment	False	SPA0110_000000011423	0.9342940624958554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	85.564	46.0	0.00024700538471738686	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ENG0042_000000015868	1588	0.9885654111829244	3	1	1	1	1	False	97034	fragment	False	SPA0110_000000011423	0.9163198985018587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	88.49600000000001	44.0	0.0002513195202878332	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
CAN0001_000000035951	1199	0.9885654111829244	2	1	1	1	1	False	97028	fragment	False	CAN0001_000000035951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	90.18700000000001	36.0	0.00015814197288422003	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ENG0031_000000020037	1109	0.9885654111829244	2	1	1	1	1	False	65650	fragment	False	ENG0031_000000020037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	89.20200000000001	19.0	6.85764949675903e-05	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ISR0135_000000001787	10975	0.9885639176299348	9	9	5	7	9	False	103510	maximal	True	ISR0135_000000001787	1.0		1	1	False	False	1.0	0		MOBF			mobilizable	plasmid	6623.0	99.65299999999999	93.0	0.04779162274938997	CP054458.1	enterobacteria	Escherichia coli strain SCU-103 plasmid pSCU-103-1, complete sequence	False	True
AST0062_000000009642	1685	0.98856236561358	2	2	2	2	1	False	111676	fragment	False	AST0062_000000009642	1.0		0	0	False	False	0.997032642364502	0					non-mobilizable	no_good_hit	1134.0	97.178	67.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
SPA0102_000000000338	44753	0.9885571797383604	49	19	10	17	10	True	122327	fragment	False	FIJ0077_000000000260	0.9570566948130277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	82.39	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
CHI0109_000000005376	3239	0.9885564446911228	4	2	2	2	2	True	82811	fragment	False	SPA0037_000000007088	0.9455388180764774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007577341137123746	CP008811.1	e-proteobacteria	Campylobacter fetus subsp. venerealis 97/608 plasmid pCFV97608-1, complete sequence	True	True
ISR0836_000000004333	4578	0.9885544887135987	7	3	1	3	3	False	23201	fragment	False	ISR0836_000000004333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0109_000000011856	2590	0.9885541371717788	3	2	0	2	0	True	44114	maximal	False	MON0027_000000015486	0.9904987991707193	PS151	0	0	True	True	1.0	97					non-mobilizable	no_good_hit								True	True
ENG0084_000000003896	6392	0.9885494615101204	10	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.3065705231144626		0	0	False	False	0.9995306730270386	0					non-mobilizable	other	6259.0	99.984	98.0	0.1298582722915067	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
USA0046_01_000000000784	12560	0.9885494321520588	10	8	7	7	5	False	1197	maximal	True	USA0046_01_000000000784	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2524.0	99.485	20.0	0.19413665743305633	NZ_WNCH01000059.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold59_size12996, whole genome shotgun sequence	True	False
ISR0819_000000002031	9960	0.9885479653003564	11	11	10	10	10	False	42301	maximal	False	ISR0821_000000002278	0.9985482579094914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	96.0	1.0	0.000895038583420015	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	True	False
ISR0794_000000003947	4769	0.9885478183199532	8	6	5	6	4	False	122357	fragment	False	ISR0794_000000003947	1.0		0	0	False	False	0.9981127977371216	0					non-mobilizable	no_good_hit	3689.0	98.48200000000001	77.0	0.021808992288435018	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
SPA0124_000000000963	25510	0.9885418128673956	31	26	17	15	24	True	47840	maximal	True	SPA0124_000000000963	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4638.0	98.62	77.0	0.10089446995582059	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	True	True
ISR0255_000000018162	1784	0.98854137179021	3	3	3	2	2	False	103908	fragment	False	ISR0255_000000018162	0.9950829748002459		0	0	False	False	0.9876681566238403	0					non-mobilizable	other	1784.0	100.0	100.0	0.04683108764741418	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0165_000000002532	6774	0.988541143869005	12	11	8	10	9	False	132186	fragment	False	SPA0043_000000002161	0.23731232207969427		0	0	False	False	1.0	0					non-mobilizable	other	6774.0	100.0	100.0	0.1405449150256272	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CHI0069_000000009281	1151	0.988539594054166	1	1	1	1	1	False	85025	fragment	False	CHI0069_000000009281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0155_000000000547	31234	0.9885366458772048	36	23	12	18	18	True	109961	maximal	True	ENG0155_000000000547	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4593.0	93.59899999999999	46.0	0.18327139032090478	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
SPA0124_000000023214	1272	0.9885343963001616	2	2	1	2	1	True	29165	fragment	False	SPA0124_000000023214	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1272.0	100.0	100.0	0.41933355328274496	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ISR0271_000000005808	2761	0.9885323189968171	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.5387720046743012		0	0	False	False	1.0	0					non-mobilizable	other	2764.0	98.95100000000001	100.0	0.004408864322506111	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0350_000000002959	5275	0.9885312267827429	7	3	2	3	3	False	128479	fragment	False	ISR0350_000000002959	1.0		0	0	False	False	0.9992417097091675	0					non-mobilizable	no_good_hit	2153.0	85.27600000000001	48.0	0.0006112632869410382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0301_000000003095	4977	0.9885312267827429	6	3	2	3	3	False	128479	fragment	False	ISR0350_000000002959	0.9717535545023697		0	0	False	False	0.9997990727424622	0					non-mobilizable	no_good_hit	2153.0	85.27600000000001	48.0	0.0006112632869410382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0055_000000009997	1410	0.9885312174564418	3	1	1	1	1	False	46254	fragment	False	FIJ0055_000000009997	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1410.0	88.865	99.0	0.05756013745704467	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0039_01_000000002241	10542	0.9885223765626308	11	8	7	8	7	True	128645	fragment	False	DEN0001_000000002761	0.9959810874704491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	86.179	19.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0042_000000021944	1114	0.9885187716979787	2	2	2	1	2	False	47261	fragment	False	FIJ0042_000000021944	1.0		0	0	False	False	0.9991023540496826	0					non-mobilizable	no_good_hit	573.0	80.279	51.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
MAD0088_000000004232	4554	0.9885164818925036	6	5	3	2	4	False	104209	fragment	False	MAD0099_000000005451	0.7686261384352673		0	0	False	False	1.0	0					non-mobilizable	chromosome	3771.0	86.661	98.0	0.0015418714464681506	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0124_000000022236	1327	0.9885153111934436	3	2	2	2	1	False	94363	fragment	False	SPA0124_000000022236	0.9935704420973775		0	0	False	False	0.9977392554283142	0					non-mobilizable	other	1305.0	99.387	98.0	0.00041116111520273743	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0225_000000006524	2642	0.9885149325844598	3	2	2	2	1	True	67732	fragment	False	ISR0225_000000006524	1.0		0	0	False	False	0.9947009682655334	0					non-mobilizable	no_good_hit	2265.0	95.85	86.0	0.012583654600377176	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
FIJ0034_000000014240	1939	0.9885148048907524	5	4	3	3	2	False	122115	fragment	False	FIJ0034_000000014240	0.9592929833958221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	97.602	77.0	0.00042811982331780307	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0118_000000005136	5592	0.98851344793936	5	3	2	3	3	True	4266	fragment	False	SPA0118_000000005136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	75.46	26.0	0.0003013689006831513	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
ISR0016_000000010032	2127	0.988512774040038	3	2	2	2	2	False	97140	fragment	False	ISR0016_000000010032	1.0		0	0	False	True	0.9971791505813599	0					non-mobilizable	no_good_hit	1818.0	79.593	84.0	0.04167246094655356	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0079_000000001491	15428	0.9885109138664588	26	14	9	12	11	True	125417	fragment	False	SPA0098_000000001538	0.4070476188310526		0	0	False	False	1.0	0					non-mobilizable	other	15429.0	99.391	100.0	0.0044030696762158315	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AST0116_000000001751	11196	0.9885104754631788	15	10	3	9	6	False	131164	maximal	True	AST0116_000000001751	1.0		2	2	False	False	0.9999106526374817	0					non-mobilizable	no_good_hit	1531.0	82.495	28.0	0.0004385492928248013	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CAN0006_000000011478	3913	0.9885007401747404	5	5	2	3	5	False	95738	maximal	True	CAN0006_000000011478	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	1516.0	81.926	90.0	0.0005181995308100809	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0208_000000020559	1355	0.9885002930918618	2	1	1	1	1	False	28502	fragment	False	ISR0208_000000020559	1.0		0	0	False	False	0.9992619752883911	0					non-mobilizable	no_good_hit	54.0	90.741	4.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ISR0370_000000023963	1129	0.9884963452030946	1	1	1	1	1	False	23502	maximal	True	ISR0370_000000023963	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0123_000000002145	4967	0.9884905269661934	5	4	0	3	4	False	112903	maximal	False	FIJ0042_000000004476	0.9285297205512165		0	0	True	True	1.0	199	rep_cluster_2358	MOBP,MOBP			mobilizable	plasmid	4202.0	96.09700000000001	96.0	0.8212115271515389	CP057261.1	enterobacteria	Escherichia coli strain RHB31-C15 plasmid pRHB31-C15_3, complete sequence	False	True
AST0059_000000002790	4834	0.9884905269661934	4	4	0	3	4	False	112903	maximal	False	FIJ0042_000000004476	0.7473945517428293		0	0	True	True	1.0	14	rep_cluster_2374	MOBP,MOBP			mobilizable	plasmid	3252.0	95.695	96.0	0.635169574593217	CP057261.1	enterobacteria	Escherichia coli strain RHB31-C15 plasmid pRHB31-C15_3, complete sequence	False	True
FIJ0041_000000007592	4670	0.9884905269661934	4	4	0	3	4	False	112903	maximal	False	FIJ0042_000000004476	0.5731202171644585		0	0	False	True	1.0	0	rep_cluster_2374	MOBP,MOBP			mobilizable	plasmid	4670.0	99.786	100.0	0.915310723387571	CP057279.1	enterobacteria	Escherichia coli strain RHB31-C01 plasmid pRHB31-C01_4, complete sequence	False	True
MON0093_000000018478	2353	0.9884893514036044	6	5	2	4	4	False	53115	fragment	False	MON0093_000000018478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	94.595	5.0	3.834179408922902e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0151_000000003045	7701	0.9884884639685408	4	4	3	4	2	False	79533	maximal	True	CHI0151_000000003045	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	5.181946788315746e-05	NZ_QNRH01000004.1	a-proteobacteria	Pseudochrobactrum asaccharolyticum strain DSM 25619 Ga0244562_104, whole genome shotgun sequence	True	False
ENG0109_000000011448	2160	0.9884807587730459	3	3	1	3	1	False	59884	maximal	True	ENG0109_000000011448	1.0		1	1	False	False	0.9995370507240295	0					non-mobilizable	no_good_hit								True	False
MAD0062_000000000332	19756	0.9884782454153228	14	12	10	11	10	True	113165	fragment	False	MAD0062_000000000332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2306.0	75.80199999999999	12.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0087_01_000000002834	4660	0.988474548935663	6	6	6	5	5	False	129545	maximal	True	USA0087_01_000000002834	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1838.0	76.931	41.0	0.0023029294375338295	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
MAD0108_000000000660	17140	0.9884730785504564	17	16	5	7	15	True	98178	maximal	False	MAD0104_000000000464	0.9762566725978647	PS396|PS544	0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	17140.0	99.994	100.0	0.15558278867102396	CP025751.1	enterobacteria	Escherichia coli strain CV839-06 plasmid pCV839-06-p1, complete sequence	False	True
FIJ0151_000000008185	2150	0.9884657594847476	5	3	2	3	2	False	39757	maximal	True	FIJ0151_000000008185	1.0		1	1	False	False	0.9972093105316162	0					non-mobilizable	no_good_hit	213.0	73.709	10.0	0.002384619772947687	NZ_CP017081.1	firmicutes	Peribacillus muralis strain G25-68 plasmid pG25-68, complete sequence	True	False
MAD0058_000000008576	1796	0.9884650531781608	2	1	1	1	1	False	16952	fragment	False	MAD0058_000000008576	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1099.0	95.632	60.0	0.028601943264997785	LR536644.1	firmicutes	Enterococcus faecium isolate E6020 genome assembly, plasmid: 5	True	False
FIJ0032_000000028876	1301	0.9884650531781608	2	1	1	1	1	False	48361	fragment	False	FIJ0032_000000028876	1.0		0	0	False	False	0.9784780740737915	0					non-mobilizable	plasmid	1201.0	94.671	90.0	0.03125895438797572	LR536644.1	firmicutes	Enterococcus faecium isolate E6020 genome assembly, plasmid: 5	False	True
ENG0011_000000017683	1607	0.9884646904867136	2	2	2	2	2	False	67147	fragment	False	ENG0011_000000017683	0.9662346521145975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0195_000000007756	2905	0.9884635943656774	6	4	1	3	4	False	29007	fragment	False	ISR0195_000000007756	1.0		0	0	False	False	0.9965576529502869	0					non-mobilizable	no_good_hit	576.0	96.70100000000001	32.0	0.014859302596494862	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	True	False
FIJ0031_000000005401	4236	0.9884576633645288	4	4	1	3	4	False	78714	fragment	False	FIJ0031_000000005401	1.0		0	0	False	False	1.0	0	rep_cluster_2392	MOBP,MOBP			mobilizable	plasmid	4236.0	99.976	100.0	0.9080188679245284	JX566768.1	enterobacteria	Salmonella enterica subsp. enterica serovar Derby plasmid pSD4.6, complete sequence	False	True
ISR0122_000000004280	3798	0.9884521301791359	6	4	3	4	4	False	32163	fragment	False	ISR0122_000000004280	1.0		0	0	False	False	0.9952606558799744	0					non-mobilizable	no_good_hit	175.0	82.286	5.0	4.837657444078218e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0144_000000003931	7702	0.9884511182763974	13	11	5	7	11	True	114234	fragment	False	ISR0056_000000002175	0.9774094457954692		0	0	False	False	1.0	0					non-mobilizable	plasmid	7704.0	99.351	100.0	0.061991918996796576	CP029213.1	enterobacteria	Escherichia coli strain H8Ecoli plasmid p2-H8	False	True
SPA0127_000000004049	7010	0.9884511036589428	6	4	3	3	2	False	7014	fragment	False	SPA0127_000000004049	1.0		0	0	False	False	0.9968616366386414	0					non-mobilizable	no_good_hit	119.0	78.992	2.0	0.001082618468737098	NZ_JASY01000015.1	CFB group bacteria	Flavobacterium chungangense LMG 26729 Contig_15, whole genome shotgun sequence	True	False
SPA0021_000000027460	1144	0.98844793479717	1	1	1	1	1	False	7679	fragment	False	SPA0021_000000027460	1.0		0	0	False	False	0.9606643319129944	0					non-mobilizable	no_good_hit	117.0	93.162	10.0	3.221309517858829e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0003_000000009393	2591	0.9884471091802752	2	2	1	1	2	True	52200	maximal	True	FIJ0003_000000009393	1.0		1	1	False	False	1.0	0	rep_cluster_1188				non-mobilizable	no_good_hit	1234.0	80.956	59.0	0.559204440333025	LR822022.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_956 genome assembly, plasmid: pbSTHERMO	True	True
USA0119_01_000000001233	12086	0.9884432433052768	8	7	6	6	6	True	110975	fragment	False	USA0119_01_000000001233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	77.827	18.0	0.010228121588231914	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ISR0293_000000017837	1988	0.9884424124973782	3	2	2	2	2	False	89264	fragment	False	ISR0293_000000017837	0.991283676703645		0	0	False	False	0.9994969964027405	0					non-mobilizable	plasmid	1922.0	99.376	100.0	0.006835569156317831	CP051135.1	enterobacteria	Enterobacter hormaechei strain AMS-38 plasmid pAMS-38c, complete sequence	False	True
TAN0004_000000002779	1893	0.9884424124973782	2	2	2	2	2	False	89264	fragment	False	ISR0293_000000017837	0.9678068410462777		0	0	False	False	0.9994717240333557	0					non-mobilizable	plasmid	1893.0	99.84200000000001	100.0	0.03332159210989785	CP050159.1	enterobacteria	Enterobacter cloacae plasmid Carbapenemase(IMP-26)_IncN, complete sequence	False	True
ISR0069_000000012937	1915	0.9884344564351216	3	3	2	2	2	False	111677	fragment	False	ISR0069_000000012937	0.985193019566367		0	0	False	False	0.9864229559898376	0					non-mobilizable	no_good_hit	1134.0	97.178	59.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
FIJ0107_000000009734	2783	0.98843383209084	5	4	3	3	3	False	99028	maximal	True	FIJ0107_000000009734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	77.532	19.0	0.00012154095794229345	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0832_000000004223	3134	0.988432247547718	4	3	2	3	2	False	21011	fragment	False	ISR0832_000000004223	1.0		0	0	False	False	0.9993618130683899	0					non-mobilizable	no_good_hit	2156.0	98.609	85.0	0.03735288509871215	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
ISR0069_000000003459	6746	0.9884290823782949	6	6	3	5	4	False	103502	maximal	True	ISR0069_000000003459	0.9476063575156541		2	2	True	True	1.0	15	rep_cluster_2134	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	6194.0	99.806	100.0	0.7608108108108108	AP010964.1	enterobacteria	Escherichia coli O111:H- str. 11128 plasmid pO111_4 DNA, complete sequence	False	True
SPA0033_000000003869	7203	0.9884269483804492	12	4	3	4	3	True	7217	maximal	True	SPA0033_000000003869	1.0		1	1	False	False	0.9941691160202026	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.815715605298322e-05	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
MON0087_000000036015	1428	0.9884265325079026	2	2	1	2	1	False	34449	maximal	True	MON0087_000000036015	1.0		0	0	False	False	0.9502801299095154	0					non-mobilizable	no_good_hit	578.0	79.585	40.0	0.0001591113922358674	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0018_000000006241	5361	0.988421614119824	10	5	3	2	3	True	130690	backbone	False	ENG0017_000000004005	0.9354396951678217	PS1122	0	0	True	True	1.0	66		MOBP			mobilizable	plasmid	3474.0	92.89	99.0	0.6421423276501111	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0223_000000005420	4725	0.988421614119824	7	5	3	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.9286803332234987	PS595|PS607|PS819	0	0	False	True	0.9980952143669128	0		MOBP			mobilizable	other	4429.0	99.616	100.0	0.8731755424063117	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0019_000000001865	11181	0.9884177515743644	15	6	3	6	4	False	122939	fragment	False	AST0019_000000001865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2737.0	96.566	43.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
AST0002_000000008287	4151	0.9884155410333846	10	7	5	6	6	False	132171	fragment	False	AST0002_000000008287	1.0		0	0	False	False	0.9983136653900146	0					non-mobilizable	other	4152.0	98.94	100.0	0.08601191093772696	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
MON0013_000000033990	1634	0.9884133970814152	3	3	1	3	1	True	13507	fragment	False	MON0013_000000033990	1.0		0	0	False	False	0.9993879795074463	0					non-mobilizable	no_good_hit								True	True
ENG0129_000000002287	10205	0.9884083250920264	10	6	2	4	6	True	128768	backbone	False	ENG0060_000000001922	0.9592851337910521	PS1052	0	0	True	True	1.0	133	IncW	MOBF			mobilizable	other	8434.0	99.976	100.0	0.003535868329680623	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
AST0153_000000011468	2758	0.9884066571311614	3	2	2	2	1	False	103899	fragment	False	ENG0145_000000011267	0.9405002722417283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0192_000000009633	2222	0.9884066571311614	3	2	2	2	1	False	103896	fragment	False	ISR0023_000000012975	0.7236408378838668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000012195	2196	0.9884066571311614	3	2	2	2	1	False	103895	fragment	False	ENG0129_000000012195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0287_000000006011	2048	0.9884066571311614	3	2	2	2	1	False	103896	fragment	False	ISR0023_000000012975	0.47626012601260126		0	0	False	False	0.97998046875	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000024482	1795	0.9884066571311614	3	2	2	2	1	False	103893	fragment	False	SPA0040_000000020795	0.7283014625123768		0	0	False	False	0.983843982219696	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000016018	1625	0.9884066571311614	2	2	2	2	1	False	103893	fragment	False	SPA0040_000000020795	0.5889238933205895		0	0	False	False	0.9993846416473389	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000007631	3433	0.988404915676966	4	4	2	1	3	True	63875	fragment	False	SPA0134_000000008006	0.9580412130935283		0	0	False	False	0.9927177429199219	0	rep_cluster_1418				non-mobilizable	plasmid	3315.0	99.51700000000001	100.0	0.018043917392180243	CP029723.1	enterobacteria	Klebsiella pneumoniae strain AR_0140 plasmid unnamed1, complete sequence	False	True
AST0003_000000002760	12232	0.9884022018314279	17	7	6	7	5	False	130767	maximal	True	AST0003_000000002760	1.0		1	1	False	False	0.9997547268867493	0					non-mobilizable	no_good_hit	4256.0	99.037	35.0	0.050168012733596654	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	True	False
ISR0352_000000006154	1599	0.9883994941804962	2	2	2	1	1	False	24054	fragment	False	ISR0352_000000006154	1.0		0	0	False	False	0.9993746280670166	0					non-mobilizable	no_good_hit	912.0	99.45200000000001	57.0	0.0017603082375082847	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
AST0097_000000006411	3566	0.9883922897902688	7	5	4	5	4	False	122354	fragment	False	AST0031_000000008426	0.5714848823304826		0	0	False	False	1.0	0					non-mobilizable	chromosome	3566.0	99.15899999999999	100.0	0.001004454254504759	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0115_000000003080	8685	0.9883919181891491	6	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.9713456721424961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	98.462	16.0	0.02965364198068053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0203_000000002421	7660	0.9883919181891491	5	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.9196796841132479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	97.961	13.0	0.021299277695587853	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0287_000000001012	7652	0.9883919181891491	5	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.9193973951218868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	97.95299999999999	13.0	0.021212253067618137	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0819_000000002801	7625	0.9883919181891491	5	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.8995848257516649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	98.117	13.0	0.02075537377077713	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0374_000000001935	7552	0.9883919181891491	4	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.8780481719877308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	98.07700000000001	12.0	0.019188930467322254	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0834_000000002132	7512	0.9883919181891491	5	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.8382054729427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	864.0	98.03200000000001	12.0	0.018753807327473674	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0060_000000004297	6652	0.9883919181891491	5	2	2	2	1	True	98582	fragment	False	MON0060_000000004297	0.9529762981717618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.553	18.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0258_000000002520	5598	0.9883919181891491	5	2	2	2	1	True	98582	fragment	False	MON0060_000000004297	0.4744585881963961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	98.055	17.0	0.021212253067618137	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0284_000000003172	3166	0.9883902404778492	4	4	2	3	3	False	90338	fragment	False	ISR0284_000000003172	1.0		0	0	False	False	0.9981048703193665	0					non-mobilizable	chromosome	3166.0	99.93700000000001	100.0	0.0006164809010710796	CP026935.2	enterobacteria	Escherichia coli strain CFS3292 chromosome, complete genome	False	False
MON0094_000000005738	5002	0.9883890618788159	6	5	4	5	2	True	39748	fragment	False	MON0094_000000005738	1.0		0	0	False	False	0.9998000860214233	0					non-mobilizable	no_good_hit	138.0	97.82600000000001	3.0	0.001782508001769497	NZ_LT635857.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0015_000000018315	1450	0.988386598576156	3	1	1	1	1	False	37963	maximal	True	ISR0015_000000018315	1.0		2	2	False	False	0.9993103742599487	0					non-mobilizable	no_good_hit	848.0	91.156	58.0	0.0026033582399208233	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
DEN0063_000000005610	6734	0.9883855450516148	8	3	1	3	3	False	71584	maximal	True	DEN0063_000000005610	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.8303971468032065e-07	LR877199.1	rodents	Onychomys torridus genome assembly, chromosome: 12	True	False
ENG0089_000000013737	1504	0.9883841135035624	2	1	1	1	1	False	61285	maximal	True	ENG0089_000000013737	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000005653	3487	0.9883827236879841	6	3	3	3	3	False	65632	fragment	False	ENG0032_000000005653	1.0		0	0	False	False	0.9997132420539856	0					non-mobilizable	no_good_hit	60.0	91.667	2.0	1.6243330598580497e-05	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
ENG0015_000000008876	1992	0.988381243730288	3	2	2	2	2	False	66861	maximal	True	ENG0015_000000008876	1.0		1	1	False	False	0.9844377636909485	0					non-mobilizable	no_good_hit								True	False
FIJ0165_000000002956	6148	0.9883801149774432	7	7	1	4	7	False	66109	maximal	True	FIJ0165_000000002956	1.0	PS302	1	1	False	True	1.0	0	rep_cluster_2358	MOBP		MOB_unknown	mobilizable	no_good_hit	2270.0	98.59	76.0	0.10764267754637316	MH594579.1	g-proteobacteria	Pseudomonas aeruginosa strain PA-IMP-1 plasmid pYUI-1, complete sequence	True	True
ENG0142_000000011927	2710	0.9883649430408646	6	3	2	3	1	False	57693	maximal	True	ENG0142_000000011927	1.0		0	0	False	False	0.993726909160614	0					non-mobilizable	no_good_hit	377.0	96.81700000000001	14.0	0.060870972964222114	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0163_000000001787	5047	0.9883607582750252	9	7	4	5	5	True	104887	fragment	False	USA0081_01_000000005580	0.723332614909524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2174.0	97.47	74.0	0.17507059298104075	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0104_000000001291	5029	0.9883607582750252	9	7	4	5	5	True	104887	fragment	False	USA0081_01_000000005580	0.7216793881553547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2174.0	97.47	74.0	0.17507059298104075	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0041_01_000000009958	1807	0.988360011756364	2	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.883775613779148		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	121.0	77.686	7.0	0.00027343135847534677	NZ_RIAX01000002.1	firmicutes	Planococcus salinus strain LCB217 Scaffold2, whole genome shotgun sequence	True	True
MON0058_000000037289	1419	0.988360011756364	3	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.25748569089808987		0	0	False	True	0.9992952942848206	0					non-mobilizable	no_good_hit	121.0	77.686	9.0	0.00027343135847534677	NZ_RIAX01000002.1	firmicutes	Planococcus salinus strain LCB217 Scaffold2, whole genome shotgun sequence	True	True
ISR0093_000000000410	27696	0.9883566371171713	23	16	11	16	8	True	64273	maximal	True	ISR0093_000000000410	0.9997041967091884		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1231.0	75.305	4.0	0.0003185519792075298	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0185_000000001035	21963	0.9883564231868801	21	10	7	8	7	True	55078	maximal	True	ENG0185_000000001035	1.0		7	3	False	False	0.9999544620513916	0					non-mobilizable	no_good_hit	712.0	84.831	4.0	0.000606605852294038	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	True
MAD0039_000000005050	2712	0.9883553039649118	6	2	2	2	2	False	123365	fragment	False	MAD0039_000000005050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	3.0	0.0002446522557903716	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0040_000000003883	4837	0.9883549397025849	8	6	1	4	5	False	130029	backbone	False	ISR0080_000000005952	0.9486949396879957	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	124					non-mobilizable	no_good_hit	1909.0	95.07600000000001	62.0	0.37913181999203505	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0172_000000003401	4637	0.9883549397025849	7	6	1	4	5	False	130029	backbone	False	ISR0080_000000005952	0.9163274872783527	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	143					non-mobilizable	no_good_hit	1909.0	95.181	63.0	0.379056340832172	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
CHI0129_000000017802	1464	0.9883545734069972	3	1	1	1	1	False	81181	fragment	False	ENG0170_000000009030	0.9624380709967729		0	0	False	False	0.999316930770874	0					non-mobilizable	other	768.0	97.656	100.0	0.00021555152243450128	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0041_000000019203	1244	0.9883540610097484	3	3	2	2	1	False	88932	fragment	False	ENG0041_000000019203	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1030.0	100.0	100.0	0.033568212957525934	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
SPA0062_000000019539	1646	0.9883535962130098	3	3	2	3	2	False	69524	fragment	False	DEN0079_000000030222	0.6996725344878559		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	75.0	15.0	0.00030703820344425345	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
CHI0032_000000006707	1199	0.9883534222138364	2	1	1	1	1	False	88396	fragment	False	ISR0035_000000014210	0.4777992277992278		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	98.33200000000001	100.0	0.004790083966413435	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0126_000000000109	55973	0.988351611521592	98	27	7	16	17	True	87940	maximal	True	CHI0126_000000000109	1.0		1	1	True	True	0.9999642968177795	6					non-mobilizable	no_good_hit	3974.0	94.061	51.0	0.07037535887711338	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0105_000000003391	4482	0.9883490416846962	4	3	3	3	2	False	61372	fragment	False	ISR0105_000000003391	1.0		0	0	False	False	0.9997768998146057	0					non-mobilizable	no_good_hit	765.0	95.163	17.0	0.12352274566941882	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0176_000000000759	10256	0.9883484968330702	9	5	2	3	4	True	128768	backbone	False	ENG0060_000000001922	0.9637624651562526	PS1052	0	0	True	True	0.9999024868011475	9	IncW	MOBF			mobilizable	plasmid	7150.0	99.83200000000001	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0848_000000001229	9448	0.9883398574969284	14	8	5	5	5	True	126524	backbone	False	USA0019_01_000000002811	0.9875895904811387	PS624|PS966|PS967	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	3756.0	93.53	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0219_000000000720	27556	0.9883393968448084	33	13	5	8	6	True	77359	maximal	True	ISR0219_000000000720	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	73.01	2.0	0.0006940407326321461	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
MON0098_000000000481	17586	0.9883356918347171	32	9	4	7	6	False	25466	maximal	True	MON0098_000000000481	1.0		1	1	False	False	0.996758759021759	0					non-mobilizable	no_good_hit	564.0	83.51100000000001	5.0	0.00018960779389972602	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
USA0066_01_000000005093	3967	0.9883346883722236	5	2	2	2	1	True	90178	fragment	False	USA0066_01_000000005093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1849.0	88.21	58.0	0.49166666666666664	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0293_000000009899	3708	0.9883346883722236	5	2	2	2	1	True	25837	backbone	True	ISR0293_000000009899	1.0	PS70	1	1	True	True	1.0	48					non-mobilizable	plasmid	898.0	93.764	91.0	0.2411290322580645	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
CHI0131_000000004731	3291	0.9883346883722236	2	2	2	2	1	True	93950	maximal	False	MON0045_000000007191	0.9972394513510164		0	0	True	True	0.9993922710418701	3		MOBV			mobilizable	no_good_hit	1742.0	95.522	58.0	0.5666121112929624	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
CHI0158_000000012927	1506	0.9883327710666224	3	2	1	1	2	False	78872	fragment	False	DEN0053_000000007767	0.9480645161290322		0	0	False	False	0.996679961681366	0					non-mobilizable	chromosome	1075.0	94.791	100.0	0.00024231580604961434	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0135_000000001821	12501	0.9883269049375428	16	13	9	13	12	False	132194	maximal	True	SPA0135_000000001821	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	7140.0	96.51299999999999	58.0	0.009020755451910382	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
MAD0061_000000001192	11319	0.9883264778910924	9	8	4	8	2	True	42390	fragment	False	MAD0061_000000001192	1.0		0	0	False	False	0.9999116659164429	0					non-mobilizable	no_good_hit	4418.0	87.619	78.0	0.009208823240359905	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0395_000000000500	39419	0.9883228224217112	44	24	15	22	14	True	128717	maximal	True	ISR0395_000000000500	0.9902636700458763		2	1	False	True	1.0	0					non-mobilizable	no_good_hit	5728.0	96.212	60.0	0.12805765056061588	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
CHI0003_000000003093	3397	0.9883186574621824	4	1	1	1	1	False	90984	fragment	False	CHI0003_000000003093	1.0		0	0	False	False	0.9976449608802795	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000004403	5806	0.9883107854182543	8	6	3	5	4	False	19206	maximal	True	MAD0087_000000004403	1.0		2	1	False	False	0.9875990152359009	0					non-mobilizable	no_good_hit	265.0	98.113	5.0	0.005738880918220947	NZ_CABIWU010000015.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0360_000000009993	2443	0.9883099554861215	8	5	3	5	2	False	24024	maximal	True	ISR0360_000000009993	1.0		9	4	False	False	0.99918133020401	0					non-mobilizable	no_good_hit	1907.0	98.322	78.0	0.0008790049460772268	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0149_000000007317	2246	0.9883081536282045	2	1	1	1	1	True	43483	maximal	True	ISR0149_000000007317	0.9975402504472273		2	2	False	False	0.9986643195152283	0					non-mobilizable	no_good_hit								True	True
FIJ0090_000000019567	2236	0.9883081536282045	2	1	1	1	1	True	43483	maximal	False	ISR0149_000000007317	0.9953250222617989		0	0	False	False	0.9991055727005005	0					non-mobilizable	no_good_hit								True	True
ISR0232_000000018424	1573	0.9883074522007086	2	2	2	2	1	False	27430	maximal	True	ISR0232_000000018424	1.0		0	0	False	False	0.9993642568588257	0					non-mobilizable	no_good_hit	1390.0	82.302	88.0	0.03782434582259038	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	True	False
ENG0185_000000005789	3945	0.9883067765294279	5	4	4	4	3	False	55066	maximal	True	ENG0185_000000005789	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	8.721167909735912e-05	NZ_FZNR01000005.1	high GC Gram+	Actinoplanes regularis strain DSM 43151, whole genome shotgun sequence	True	False
SPA0136_000000012210	3250	0.9883055101014226	4	3	2	3	2	False	92784	maximal	True	SPA0136_000000012210	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0049_000000010559	1749	0.9883027992705652	2	2	2	2	2	False	17460	fragment	False	MAD0049_000000010559	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	98.34200000000001	100.0	0.0008321669665895436	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0011_000000014787	1886	0.9883025137286628	3	2	2	1	1	False	67169	maximal	True	ENG0011_000000014787	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	72.316	83.0	0.037862780813600484	NZ_SRYX01000034.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_34_length_41175_cov_295.469, whole genome shotgun sequence	True	False
ISR0134_000000002981	10153	0.9882974313018236	7	6	5	6	4	False	31504	maximal	True	ISR0134_000000002981	1.0		2	1	False	False	0.9998030066490173	0					non-mobilizable	no_good_hit	2572.0	74.922	25.0	0.0005055543114621717	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
FIJ0077_000000016122	1843	0.9882904091111588	2	1	1	1	1	False	49534	maximal	True	FIJ0077_000000016122	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	9.77360454999083e-07	LR597459.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 2	True	False
SPA0090_000000018120	1974	0.9882894278617602	3	2	2	2	2	False	5374	fragment	False	SPA0090_000000018120	1.0		0	0	False	False	0.999493420124054	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.1107447461301755e-05	NZ_CP017015.1	mycoplasmas	Spiroplasma helicoides strain TABS-2 chromosome, complete genome	True	False
ISR0249_000000000651	13803	0.9882865513757402	18	14	7	9	13	True	123684	maximal	True	ISR0249_000000000651	1.0	PS902	20	5	False	True	0.9999275803565979	0	rep_cluster_1702				non-mobilizable	plasmid	10501.0	98.324	90.0	0.3374867188254612	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0265_000000003937	3909	0.988285803414347	5	2	2	2	2	False	97555	fragment	False	ISR0265_000000003937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000025766	1241	0.9882842996730404	2	2	2	2	2	False	73894	fragment	False	DEN0028_000000025766	1.0		0	0	False	False	0.9991942048072815	0					non-mobilizable	other	1121.0	98.21600000000001	90.0	0.001416409099416743	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
AST0102_000000009469	3179	0.9882828266244996	7	6	4	6	3	True	108316	fragment	False	AST0102_000000009469	1.0		0	0	False	False	0.9993708729743958	0					non-mobilizable	no_good_hit	204.0	85.78399999999999	6.0	5.440060714293371e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0153_000000009190	2905	0.9882806187553218	3	1	1	1	1	False	39663	maximal	True	FIJ0153_000000009190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	2.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0024_000000013192	2569	0.9882806187553218	4	1	1	1	1	False	121563	maximal	True	AST0024_000000013192	1.0		2	2	False	False	0.9996107220649719	0					non-mobilizable	no_good_hit	635.0	94.016	31.0	0.0001770079284451741	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0063_000000023619	1267	0.9882806187553218	1	1	1	1	1	False	12863	fragment	False	MON0063_000000023619	0.9895196506550219		0	0	False	False	0.9984214901924133	0					non-mobilizable	no_good_hit	228.0	82.895	18.0	0.25844004656577413	GQ875831.1		Uncultured organism clone VC1A654TR genomic sequence	True	False
MON0024_000000046230	1145	0.9882806187553218	2	1	1	1	1	False	12863	fragment	False	MON0063_000000023619	0.9423835832675612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	84.81	14.0	0.18044237485448195	GQ875831.1		Uncultured organism clone VC1A654TR genomic sequence	True	False
AST0106_000000004665	4212	0.9882770028829184	10	4	3	3	3	False	107490	fragment	False	AST0106_000000004665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	1.0	0.00013816440658387372	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0105_000000003856	4081	0.988274851560728	10	7	5	3	5	True	123556	backbone	False	ISR0826_000000002301	0.5712245527839767	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4081.0	100.0	100.0	0.03417743786491535	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
CHI0077_000000003654	3776	0.988274851560728	8	7	5	3	5	True	123556	backbone	False	ISR0826_000000002301	0.42650585570377936	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3776.0	100.0	100.0	0.03840323909704066	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0080_000000001024	3741	0.988274851560728	8	7	5	3	5	True	123556	backbone	False	ISR0826_000000002301	0.37998805922860035	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3741.0	99.947	100.0	0.03804718257561115	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0149_000000006777	3311	0.9882599194711766	5	5	5	3	2	False	71637	fragment	False	FIJ0149_000000006777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1821.0	93.74	58.0	0.0022798668196610298	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
FIJ0135_000000003047	9755	0.9882500877338984	10	6	4	3	4	False	122668	fragment	False	FIJ0135_000000003047	1.0		0	0	False	False	0.9982572793960571	0					non-mobilizable	chromosome	9752.0	98.86200000000001	99.0	0.004350528833130957	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
AST0055_000000004949	6107	0.9882468403644441	7	6	1	3	5	False	113959	maximal	True	AST0055_000000004949	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6031.0	98.624	100.0	0.0012860497557316986	LR134082.1	enterobacteria	Escherichia coli strain NCTC9038 genome assembly, chromosome: 1	False	False
USA0011_01_000000004207	8867	0.9882462480999032	15	11	5	8	8	True	125628	backbone	False	ISR0209_000000003071	0.9958449100015873	PS932|PS933	0	0	True	True	1.0	205					non-mobilizable	no_good_hit	2174.0	93.33	46.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0167_000000003343	8786	0.9882462480999032	15	11	5	8	8	True	125628	backbone	False	ISR0209_000000003071	0.9886334386660431	PS932|PS933	0	0	True	True	1.0	178					non-mobilizable	no_good_hit	2174.0	93.28399999999999	46.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0124_000000000141	72176	0.9882451675072303	74	43	29	37	24	True	116760	maximal	False	ITA0005_000000000049	0.9670324999923581	PS635	0	0	True	True	0.9999861717224121	25					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0016_000000029654	1152	0.9882388042676498	2	1	1	1	1	False	7852	maximal	True	SPA0016_000000029654	1.0		1	1	False	False	0.9973958134651184	0					non-mobilizable	no_good_hit								True	False
CHI0050_000000005626	1687	0.9882358563572254	3	1	1	1	1	False	86696	maximal	True	CHI0050_000000005626	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1687.0	99.941	100.0	0.0004210082623495757	CP048806.1	enterobacteria	Morganella morganii strain MP63 chromosome, complete genome	False	False
ISR0359_000000020170	1382	0.9882314181708692	3	2	2	2	1	False	23812	maximal	True	ISR0359_000000020170	1.0		7	4	False	False	0.9927641153335571	0					non-mobilizable	no_good_hit	617.0	87.844	45.0	0.006481413284792879	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
MAD0042_000000008961	2506	0.9882293498575732	3	3	3	2	2	False	97124	maximal	True	MAD0042_000000008961	1.0	PS521	2	1	False	True	0.9924181699752808	0					non-mobilizable	no_good_hit	1832.0	79.803	72.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ETH0004_000000001602	15601	0.988228783913732	23	11	3	9	5	False	52969	maximal	True	ETH0004_000000001602	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	84.848	1.0	2.79704951234298e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0064_000000008749	2547	0.988227713161532	5	2	2	2	2	False	62980	maximal	True	ENG0064_000000008749	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	73.077	12.0	0.0005153834402432207	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ENG0062_000000000119	78640	0.9882233347396367	85	31	22	29	13	True	63231	maximal	False	ISR0172_000000000090	0.9639891507050857		0	0	False	True	0.9999873042106628	0					non-mobilizable	no_good_hit	250.0	97.2	0.0	0.996	NZ_SZPR01000090.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_90, whole genome shotgun sequence	True	True
ISR0289_000000001443	4679	0.9882196657352236	5	4	3	3	3	True	25943	maximal	True	ISR0289_000000001443	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	1207.0	96.272	61.0	0.37119113573407203	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
SPA0038_000000009001	3204	0.9882196657352236	4	4	3	3	3	True	7047	maximal	True	SPA0038_000000009001	1.0		1	1	True	True	0.9993757605552673	19					non-mobilizable	other	3011.0	97.84100000000001	100.0	0.9242843951985226	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	False	True
ISR0293_000000002888	11693	0.9882149479233228	16	10	5	6	9	True	60816	fragment	False	ISR0293_000000002888	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	11693.0	99.54700000000001	100.0	0.3919530595138307	CP045281.1	enterobacteria	Escherichia coli strain LAU-OXA plasmid pLAU-OXA4, complete sequence	False	True
CAN0017_000000006243	5962	0.9882122856425759	5	4	3	4	4	False	105887	fragment	False	MON0068_000000005985	0.946931675652809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	74.77199999999999	21.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0052_000000003192	4780	0.9882117929294052	5	2	2	2	1	True	86522	maximal	True	CHI0052_000000003192	1.0		1	1	False	False	0.996443510055542	0					non-mobilizable	no_good_hit	2303.0	98.524	48.0	0.021909427057522968	NZ_PYLQ01000007.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_6, whole genome shotgun sequence	True	True
SPA0085_000000000213	32699	0.9882089110910406	35	29	17	22	22	False	123876	maximal	False	SPA0086_000000000223	0.9581103421222226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12907.0	98.714	71.0	0.07636402374428143	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
ENG0101_000000022850	1478	0.988208045803418	4	2	1	1	2	False	60446	maximal	True	ENG0101_000000022850	1.0		1	1	False	False	0.9749661684036255	0					non-mobilizable	chromosome	1452.0	98.76	98.0	0.0006747449929268111	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
FIJ0052_000000000077	74651	0.9882067572617416	91	33	18	30	21	True	51490	fragment	False	FIJ0062_000000000090	0.9575638207978042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	7.65295917320212e-06	NZ_CP009933.1	firmicutes	Clostridium scatologenes strain ATCC 25775 chromosome, complete genome	True	True
ENG0154_000000017538	1847	0.9882052582403223	3	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5134130244916532		0	0	False	False	1.0	0					non-mobilizable	chromosome	1780.0	95.618	99.0	0.000402502165230872	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CHI0051_000000010066	1818	0.9882052582403223	3	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5097744140653987		0	0	False	False	1.0	0					non-mobilizable	chromosome	1784.0	96.35700000000001	99.0	0.0004031809209901146	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0103_000000031253	1763	0.9882052582403223	2	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.483971884200254		0	0	False	False	1.0	0					non-mobilizable	chromosome	1766.0	95.866	100.0	0.0003991083864346589	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0087_000000037481	1374	0.9882052582403223	2	2	2	2	2	False	76114	fragment	False	DEN0008_000000006547	0.7176169675229499		0	0	False	False	0.9985443949699402	0					non-mobilizable	chromosome	1374.0	95.92399999999999	100.0	0.0003106438858133711	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0078_000000000817	23506	0.9882012464758186	22	21	4	8	21	True	80380	fragment	False	FIJ0141_000000001073	0.637816044827115		0	0	False	False	0.9985535740852356	0			MPF_I		non-mobilizable	plasmid	23506.0	99.885	100.0	0.27956183543852137	CP026855.1	enterobacteria	Escherichia coli strain MS7163 plasmid pMS7163B, complete sequence	False	True
ENG0012_000000004555	5311	0.9882007324486408	6	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.19288860175251876		0	0	False	True	0.9998117089271545	0	rep_cluster_1702				non-mobilizable	chromosome	5155.0	98.758	97.0	0.0011727669445015536	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0016_000000004327	5190	0.9881973602015218	9	3	1	3	1	False	66824	fragment	False	ENG0016_000000004327	1.0		0	0	False	False	0.9992293119430542	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000005325	4899	0.9881973602015218	10	3	1	3	1	False	32559	maximal	True	ISR0114_000000005325	1.0		1	1	False	False	0.9899979829788208	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000017957	1908	0.9881962254054252	3	2	2	2	1	False	68465	fragment	False	ISR0120_000000017957	1.0		0	0	False	False	0.99947589635849	0					non-mobilizable	other	1908.0	99.633	100.0	0.011109233019951157	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0083_000000000518	16390	0.988196090122904	28	7	5	4	4	True	68207	fragment	False	SPA0083_000000000518	1.0		0	0	False	False	0.9998779892921448	0					non-mobilizable	no_good_hit	205.0	78.53699999999999	1.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
DEN0069_000000000943	24861	0.988195675042263	22	10	10	10	8	False	70764	maximal	True	DEN0069_000000000943	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	82.19200000000001	1.0	5.032889062282523e-05	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	False
ISR0191_000000000946	8773	0.9881927519790972	7	5	2	3	5	False	127355	maximal	True	ISR0191_000000000946	1.0	PS1004|PS832	14	3	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	3016.0	99.934	81.0	0.5373373730172875	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0117_000000004048	5247	0.9881835199710148	6	6	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9835631131723732	PS1015|PS542	0	0	True	True	1.0	999	Col156	MOBQ			mobilizable	plasmid	5014.0	99.801	100.0	0.9700019353590091	MG649065.1	enterobacteria	Escherichia coli strain Ec001 plasmid pMG2, complete sequence	False	True
MON0010_000000003858	5246	0.9881835199710148	6	6	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.983811567146414	PS1015|PS542	0	0	True	True	1.0	56	Col156,rep_cluster_2344	MOBQ			mobilizable	plasmid	5023.0	99.94	100.0	0.9719318621757647	CP041341.1	enterobacteria	Escherichia coli strain CCUG 73778 plasmid pSUH-4, complete sequence	False	True
CAN0012_000000010273	5246	0.9881835199710148	6	6	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.983354373519738	PS1015|PS542	0	0	True	True	1.0	23	Col156,rep_cluster_2344	MOBQ			mobilizable	plasmid	5023.0	99.881	100.0	0.9719318621757647	CP041341.1	enterobacteria	Escherichia coli strain CCUG 73778 plasmid pSUH-4, complete sequence	False	True
CHI0115_000000001443	5246	0.9881835199710148	6	6	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.983811567146414	PS1015|PS542	0	0	True	True	1.0	30	Col156,rep_cluster_2344	MOBQ			mobilizable	plasmid	5023.0	99.94	100.0	0.9719318621757647	CP041341.1	enterobacteria	Escherichia coli strain CCUG 73778 plasmid pSUH-4, complete sequence	False	True
ENG0052_000000005186	5245	0.9881835199710148	6	6	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9767163301880247	PS1015|PS542	0	0	True	True	1.0	15	Col156	MOBQ			mobilizable	plasmid	5009.0	98.98200000000001	100.0	0.9690282617111885	CP041341.1	enterobacteria	Escherichia coli strain CCUG 73778 plasmid pSUH-4, complete sequence	False	True
ENG0176_000000001419	5241	0.9881835199710148	6	6	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9847143452375029	PS1015|PS542	0	0	True	True	1.0	845	Col156	MOBQ			mobilizable	plasmid	5010.0	99.12200000000001	100.0	0.9690282617111885	CP041341.1	enterobacteria	Escherichia coli strain CCUG 73778 plasmid pSUH-4, complete sequence	False	True
DEN0064_000000001787	13354	0.988181986962881	16	12	9	12	8	True	92273	maximal	True	DEN0064_000000001787	1.0		1	1	False	False	0.9995507001876831	0					non-mobilizable	no_good_hit	129.0	78.295	1.0	4.182608778054113e-05	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	True
SPA0103_000000000141	62839	0.9881778555468544	59	20	16	20	12	True	92420	fragment	False	FIJ0163_000000000124	0.9930114510759217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	85.9	3.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0087_000000008099	3527	0.9881777001899086	4	3	3	2	2	False	33856	fragment	False	ISR0087_000000008099	1.0		0	0	False	False	0.9963141679763794	0					non-mobilizable	chromosome	3527.0	99.97200000000001	100.0	0.0006723210788865631	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
AST0084_000000004286	6457	0.9881738608921083	11	5	3	5	4	False	111589	maximal	True	AST0084_000000004286	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	77.145	22.0	0.00041905971079157854	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0115_000000000540	28537	0.98816819506277	27	15	8	15	10	True	51486	fragment	False	FIJ0115_000000000540	1.0		0	0	False	False	0.9999649524688721	0					non-mobilizable	no_good_hit	46.0	89.13	0.0	7.022070530982845e-06	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	True
FIJ0085_000000007493	4040	0.9881621428460472	4	3	1	3	2	False	83772	fragment	False	FIJ0085_000000007493	1.0		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	plasmid	2685.0	98.54700000000001	95.0	0.22417251755265796	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
USA0083_01_000000008015	3860	0.9881579812472964	2	2	2	2	2	False	64756	fragment	False	USA0083_01_000000008015	0.9997408655091992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.8836466273720225e-06	CP046294.1	enterobacteria	Yersinia intermedia strain FDAARGOS_729 chromosome, complete genome	True	False
ENG0041_000000006687	3859	0.9881579812472964	2	2	2	2	2	False	64756	fragment	False	USA0083_01_000000008015	0.9993954423658487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.8836466273720225e-06	CP046294.1	enterobacteria	Yersinia intermedia strain FDAARGOS_729 chromosome, complete genome	True	False
USA0030_01_000000004407	3859	0.9881579812472964	2	2	2	2	2	False	64756	fragment	False	USA0083_01_000000008015	0.9996545097233617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.8836466273720225e-06	CP046294.1	enterobacteria	Yersinia intermedia strain FDAARGOS_729 chromosome, complete genome	True	False
SPA0106_000000019208	2017	0.9881542494924206	4	3	1	3	1	False	4747	fragment	False	SPA0106_000000019208	1.0		0	0	False	False	0.9985126256942749	0					non-mobilizable	no_good_hit	245.0	84.898	12.0	5.921625777338841e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0294_000000012546	1510	0.9881542494924206	3	3	1	3	1	False	25754	maximal	True	ISR0294_000000012546	1.0		0	0	False	False	0.996688723564148	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	9.062440213068039e-05	NZ_AKCB01000003.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.3, whole genome shotgun sequence	True	False
ISR0329_000000001381	6415	0.9881526892922468	11	10	7	10	9	False	132186	fragment	False	SPA0043_000000002161	0.20072067003292826		0	0	False	False	0.9993764758110046	0					non-mobilizable	other	6349.0	98.819	99.0	0.008024210478392173	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
SPA0041_000000010962	3120	0.9881489367064946	3	3	3	3	1	False	55229	maximal	True	SPA0041_000000010962	1.0		4	3	False	False	1.0	0					non-mobilizable	other	3072.0	99.154	98.0	0.01982070363175185	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	False
ISR0095_000000032100	1134	0.9881484251108268	2	1	1	1	1	False	33371	maximal	True	ISR0095_000000032100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	89.399	58.0	0.000210824667967987	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
FIJ0008_000000002560	9845	0.9881475785271718	12	7	5	7	4	True	113838	maximal	True	FIJ0008_000000002560	1.0		16	5	False	False	0.9968512058258057	0					non-mobilizable	no_good_hit	1460.0	76.781	15.0	0.014412971674507056	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
ISR0004_000000007254	2507	0.9881473223281152	2	2	2	2	2	False	51725	fragment	False	ISR0004_000000007254	0.9721246707638279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1302.0	92.55	52.0	0.008377490496259818	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
SPA0097_000000004961	5943	0.9881451081259092	5	4	3	2	3	False	122654	fragment	False	SPA0097_000000004961	1.0		0	0	False	False	0.9966347217559814	0					non-mobilizable	chromosome	4479.0	99.978	99.0	0.0019983247630280467	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0145_000000009136	3673	0.9881431597641732	4	3	3	3	1	True	127999	backbone	False	DEN0071_000000009520	0.8378737800908305	PS1023|PS1024	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	707.0	92.928	62.0	0.11463096015676029	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0116_000000023300	1754	0.9881367572378026	2	1	1	1	1	False	115762	fragment	False	ISR0151_000000011213	0.739672885343689		0	0	False	False	0.982326090335846	0					non-mobilizable	no_good_hit	802.0	88.03	46.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0251_000000013265	1328	0.9881367572378026	2	1	1	1	1	False	115749	fragment	False	ISR0251_000000013265	0.9697379910468408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	87.611	84.0	0.008291158552624656	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
USA0121_01_000000003162	12685	0.9881353567034858	19	11	7	9	6	True	125409	fragment	False	DEN0021_000000002110	0.9653136461413154		0	0	False	False	1.0	0					non-mobilizable	other	12685.0	99.038	100.0	0.0036198958127597975	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0266_000000002495	5275	0.9881327673805604	9	5	3	4	4	False	59935	maximal	True	ISR0266_000000002495	1.0		1	1	False	False	0.9998103976249695	0					non-mobilizable	no_good_hit	1809.0	99.39200000000001	34.0	0.006303297377577274	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
CHI0091_000000000601	4040	0.9881291220942234	5	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.6257229223601998	PS1154|PS695	0	0	False	True	0.9997524619102478	0					non-mobilizable	no_good_hit	863.0	76.477	28.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0141_000000021818	1419	0.9881284861438849	2	2	2	2	2	False	31199	fragment	False	ISR0141_000000021818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	72.707	31.0	0.0001791809674711035	NZ_KE148312.1	firmicutes	Oribacterium parvum ACB1 acqcx-supercont2.1, whole genome shotgun sequence	True	False
SPA0055_000000015857	1973	0.9881235401525608	4	3	3	3	1	False	118725	fragment	False	SPA0055_000000015857	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	95.99600000000001	100.0	0.040333967708269386	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
CHI0181_000000004719	4184	0.9881229660827644	3	3	2	3	2	False	94060	fragment	False	CHI0181_000000004719	1.0		0	0	False	False	0.9968929290771484	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	2.0	0.005924899969221299	NZ_WNCH01000059.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold59_size12996, whole genome shotgun sequence	True	False
ISR0126_000000004629	10402	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9827090173210319	PS1052	0	0	False	True	1.0	0	IncW	MOBF			mobilizable	other	8022.0	99.76299999999999	99.0	0.003363121056844335	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0343_000000001070	10339	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9628199699723852	PS1052	0	0	True	True	1.0	47	IncW	MOBF			mobilizable	other	9618.0	99.553	99.0	0.004022663435901328	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MON0062_000000003554	10339	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9621807018458299	PS1052	0	0	True	True	1.0	10	IncW	MOBF			mobilizable	plasmid	6840.0	99.62	99.0	0.6028124170867604	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0201_000000002156	10338	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9628194276042226	PS1052	0	0	True	True	1.0	49	IncW	MOBF			mobilizable	other	9618.0	99.54299999999999	99.0	0.004022663435901328	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0096_000000002563	10321	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9624779007219915	PS1052	0	0	True	True	1.0	13	IncW	MOBF			mobilizable	plasmid	6913.0	99.609	99.0	0.6091801538869727	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0346_000000001433	10319	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9624624772931057	PS1052	0	0	True	True	0.9999030828475952	18	IncW	MOBF			mobilizable	plasmid	6911.0	99.595	99.0	0.6090917130980809	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0247_000000000933	10319	0.9881204271971156	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9623028987490574	PS1052	0	0	True	True	1.0	63	IncW	MOBF			mobilizable	other	9618.0	99.522	99.0	0.004022663435901328	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0230_000000001978	10319	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9625252893595175	PS1052	0	0	True	True	1.0	58	IncW	MOBF			mobilizable	other	9464.0	99.67200000000001	99.0	0.003966059353782641	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0325_000000001315	10319	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9628906067961736	PS1052	0	0	True	True	1.0	18	IncW	MOBF			mobilizable	other	8001.0	99.75	99.0	0.0033543159774036503	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0138_000000002584	10316	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9643338103476867	PS1052	0	0	True	True	1.0	130	IncW	MOBF			mobilizable	plasmid	6817.0	99.971	99.0	0.6028124170867604	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0025_000000003301	10312	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.962932323933936	PS1052	0	0	True	True	1.0	94	IncW	MOBF			mobilizable	other	9086.0	99.791	99.0	0.0038092450818390205	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0236_000000000580	10301	0.9881204271971156	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9645285187392872	PS1052	0	0	True	True	1.0	24	IncW	MOBF			mobilizable	other	9595.0	99.792	99.0	0.004022663435901328	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0185_000000002441	10299	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9634298143293883	PS1052	0	0	True	True	1.0	35	IncW	MOBF			mobilizable	other	9444.0	99.693	99.0	0.003957673563839132	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0386_000000003234	10296	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9644207978056478	PS1052	0	0	True	True	1.0	66	IncW	MOBF			mobilizable	plasmid	6888.0	99.971	99.0	0.6090917130980809	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0113_000000001198	10296	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9645216206835919	PS1052	0	0	True	True	1.0	60	IncW	MOBF			mobilizable	plasmid	6888.0	99.971	99.0	0.6090917130980809	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0241_000000001178	10296	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9645026534835245	PS1052	0	0	True	True	1.0	18	IncW	MOBF			mobilizable	plasmid	6888.0	99.956	99.0	0.6090917130980809	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ENG0013_000000001919	10286	0.9881204271971156	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9640791902296812	PS1052	0	0	True	True	0.9998055696487427	27	IncW	MOBF			mobilizable	other	9365.0	99.765	99.0	0.0039258075620537975	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0379_000000001709	9389	0.9881204271971156	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.7335298849399035	PS1052	0	0	False	True	1.0	0	IncW	MOBF			mobilizable	other	9389.0	99.521	100.0	0.003926646141048149	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0151_000000002564	5872	0.9881181804844292	8	3	2	2	2	True	118292	maximal	True	ISR0151_000000002564	1.0	PS67	1	1	True	True	1.0	18					non-mobilizable	no_good_hit	2414.0	87.075	41.0	0.054452650360232176	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	True
ISR0215_000000021288	1409	0.9881153375255254	2	2	2	1	1	False	28155	fragment	False	ISR0215_000000021288	1.0		0	0	False	False	0.9957416653633118	0					non-mobilizable	other	1356.0	95.501	96.0	0.014246483096768762	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
ISR0094_000000001290	17491	0.9881146935211294	14	12	9	10	10	True	118473	maximal	True	ISR0094_000000001290	1.0		7	3	False	False	0.9999428391456604	0					non-mobilizable	no_good_hit	1587.0	78.009	9.0	0.0005294625904218097	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0031_000000004314	4448	0.9881130053182248	5	3	3	3	1	True	88678	maximal	False	MAD0045_000000007798	0.9993330199018603		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	145.0	78.62100000000001	3.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
CHI0159_000000001498	8061	0.9881061026677944	11	6	2	6	5	False	113855	maximal	True	CHI0159_000000001498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000025536	1631	0.9881046855007972	2	2	2	2	2	False	53096	fragment	False	ETH0003_000000025536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	79.646	7.0	4.072811691005959e-05	NZ_GL892076.1	firmicutes	Centipeda periodontii DSM 2778 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0185_000000003021	8779	0.9881034907641324	13	7	4	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8900584564323701	PS624|PS966	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	3119.0	92.594	84.0	0.3861003861003861	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0016_000000002887	7677	0.9881034907641324	10	7	4	5	5	True	104953	backbone	False	DEN0005_000000003293	0.7101372630762118	PS624	0	0	True	True	1.0	16					non-mobilizable	plasmid	4982.0	97.51100000000001	94.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0186_000000003508	5469	0.988086397912362	10	4	1	3	4	False	104072	fragment	False	CHI0186_000000003508	1.0		0	0	False	False	0.9998171329498291	0					non-mobilizable	no_good_hit	1059.0	77.715	19.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0050_000000002997	4508	0.9880860973217984	6	5	1	3	5	True	120510	maximal	False	AST0031_000000006428	0.999644348405895		0	0	True	True	1.0	54	rep_cluster_321	MOBT			mobilizable	plasmid	2610.0	100.0	100.0	0.5864239154866262	CP000420.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 1, complete sequence	False	True
AST0052_000000004401	4488	0.9880860973217984	5	5	1	3	5	True	120510	maximal	False	AST0031_000000006428	0.9996442885555177		0	0	True	True	1.0	118	rep_cluster_321	MOBT			mobilizable	plasmid	3591.0	100.0	100.0	0.8069229040233761	CP000420.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 1, complete sequence	False	True
AST0025_000000007237	4488	0.9880860973217984	6	5	1	3	5	True	120510	maximal	False	AST0031_000000006428	0.9996442885555177		0	0	True	True	0.9986631274223328	5	rep_cluster_321	MOBT			mobilizable	plasmid	4108.0	100.0	100.0	0.9231287929871881	CP000420.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 1, complete sequence	False	True
AST0085_000000003326	4488	0.9880860973217984	6	5	1	3	5	True	120510	maximal	False	AST0031_000000006428	0.9996442885555177		0	0	True	True	0.999331533908844	22	rep_cluster_321	MOBT			mobilizable	plasmid	2847.0	100.0	100.0	0.639694313328838	AY312235.1	firmicutes	Streptococcus thermophilus plasmid pSMQ173b, complete sequence	False	True
AST0055_000000007204	4479	0.9880860973217984	6	5	1	3	5	True	120510	maximal	False	AST0031_000000006428	0.9996439203491071		0	0	True	True	1.0	7	rep_cluster_321	MOBT			mobilizable	plasmid	2528.0	100.0	100.0	0.5679928073724433	AY312235.1	firmicutes	Streptococcus thermophilus plasmid pSMQ173b, complete sequence	False	True
SPA0105_000000016169	1514	0.9880843250621968	3	1	1	1	1	False	4780	fragment	False	SPA0105_000000016169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0091_01_000000001307	8366	0.9880839915236688	14	10	4	7	7	True	125628	backbone	False	ISR0209_000000003071	0.9331894968981402	PS932|PS933	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2126.0	93.744	47.0	0.2560842717035961	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MAD0001_000000013141	1967	0.988082279036252	2	2	2	1	1	False	66416	maximal	True	MAD0001_000000013141	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	79.688	6.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MON0079_000000014344	1588	0.9880800848505862	2	2	1	2	1	True	67728	fragment	False	MON0079_000000014344	1.0		0	0	False	False	0.994962215423584	0					non-mobilizable	other	1588.0	98.23700000000001	100.0	0.008823022191069054	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ENG0182_000000004405	5935	0.9880790688098486	9	6	4	5	5	True	85396	fragment	False	ENG0139_000000002938	0.9995789119083711		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1088.0	81.342	37.0	0.12023030029351998	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0398_000000000910	18881	0.9880746853163668	23	14	12	12	10	False	99396	maximal	True	ISR0398_000000000910	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	72.95100000000001	8.0	0.012310145170764454	NZ_OAOG01000011.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	False
FIJ0117_000000004504	4737	0.9880746749772598	6	6	4	5	4	True	42824	fragment	False	FIJ0117_000000004504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0103_000000001431	14269	0.988072831731564	20	5	3	5	3	True	60336	maximal	False	ISR0231_000000000568	0.9999068770789409		0	0	True	True	1.0	44					non-mobilizable	no_good_hit	205.0	85.366	1.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ENG0122_000000001666	14269	0.988072831731564	19	5	3	5	3	True	60336	maximal	False	ISR0231_000000000568	0.9999068770789409		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	205.0	85.366	1.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
TAN0008_000000005226	3103	0.9880682533298784	5	3	3	3	3	False	28628	maximal	True	TAN0008_000000005226	1.0		1	1	False	False	0.9983886480331421	0					non-mobilizable	no_good_hit								True	False
ISR0285_000000012038	1578	0.98806770429225	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.3636359748598548	PS1061	0	0	False	True	0.9987325668334961	0					non-mobilizable	other	1578.0	99.556	100.0	0.9437462597247157	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
ENG0096_000000008873	3770	0.9880654066075588	9	6	5	6	4	True	60880	fragment	False	ENG0096_000000008873	1.0		0	0	False	False	0.9957559704780579	0					non-mobilizable	plasmid	3698.0	99.405	100.0	0.32206343673753923	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	False	True
USA0021_01_000000005396	3410	0.9880653715481956	7	6	5	6	5	False	118820	fragment	False	USA0056_01_000000006190	0.2370042872454448		0	0	False	False	0.9868035316467285	0					non-mobilizable	other	3411.0	98.094	100.0	0.07073934967110042	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0102_000000002172	15226	0.9880547575238016	10	9	8	9	5	True	112622	fragment	False	SPA0102_000000002172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2306.0	75.889	15.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0029_000000002550	8080	0.9880528497263132	8	4	3	4	2	True	7404	maximal	True	SPA0029_000000002550	1.0		1	1	True	True	0.9998762607574463	33					non-mobilizable	no_good_hit	43.0	90.698	1.0	2.910675526208554e-05	NZ_QNHG01000002.1	a-proteobacteria	Pseudogemmobacter bohemicus strain Cd-10 scaffold00002, whole genome shotgun sequence	True	True
ENG0153_000000004193	6364	0.9880514440728349	7	7	5	6	6	False	56973	fragment	False	ENG0153_000000004193	1.0		0	0	False	False	0.9996857047080994	0					non-mobilizable	no_good_hit	99.0	90.90899999999999	2.0	3.290155751175117e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0085_000000000304	43115	0.9880466334198644	37	26	10	19	15	True	111156	fragment	False	AST0085_000000000304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8356.0	97.463	76.0	0.04494394123792394	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
USA0075_01_000000010912	2277	0.9880461896280262	3	2	1	2	2	True	680	fragment	False	USA0075_01_000000010912	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2285.0	90.72200000000001	100.0	0.0007678161372529102	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0129_000000002996	6757	0.9880420425651144	5	4	3	3	3	False	40973	maximal	True	FIJ0129_000000002996	1.0		1	1	False	False	0.9998520016670227	0					non-mobilizable	no_good_hit	769.0	96.749	11.0	0.04208219178082192	NZ_SMUS01000054.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00054, whole genome shotgun sequence	True	False
USA0035_01_000000011982	2100	0.9880414988687308	4	3	3	3	2	False	1420	fragment	False	USA0035_01_000000011982	1.0		0	0	False	False	0.9976190328598022	0					non-mobilizable	plasmid	2011.0	99.851	100.0	0.02892710656976326	LT599053.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-4	False	True
ISR0304_000000001537	5981	0.9880399766976946	8	4	2	3	3	True	25499	maximal	True	ISR0304_000000001537	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	85.509	36.0	0.18959876011710006	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
CAN0017_000000000892	34868	0.988039689203266	55	18	7	14	14	True	92938	maximal	True	CAN0017_000000000892	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	7614.0	77.187	27.0	0.5602889699858494	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
AST0061_000000016420	2555	0.9880392390834885	4	4	2	3	3	False	112075	maximal	True	AST0061_000000016420	1.0		4	1	False	False	0.9984344244003296	0					non-mobilizable	plasmid	2555.0	100.0	100.0	0.03824383815998323	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
USA0003_01_000000002058	16226	0.9880381237762718	20	9	4	9	5	True	53558	maximal	False	FIJ0081_000000001360	0.9376525794479986	PS226|PS228	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	1112.0	74.37100000000001	7.0	0.0003672242124286042	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
AST0002_000000005991	5518	0.9880370403401444	6	4	2	3	1	True	132468	maximal	True	AST0002_000000005991	0.9740995556616736		2	2	True	True	1.0	98					non-mobilizable	no_good_hit	265.0	75.472	5.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
MAD0045_000000034881	1233	0.9880357409436128	3	1	1	1	1	True	17801	maximal	True	MAD0045_000000034881	1.0		1	1	False	False	0.9983779191970825	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000000077	75771	0.9880344134507028	81	10	4	9	1	True	114298	fragment	False	ISR0176_000000000077	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	26570.0	95.939	95.0	0.27332200072116625	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
DEN0061_000000000336	36607	0.9880243845007156	47	17	12	16	12	True	115694	maximal	True	DEN0061_000000000336	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3488.0	98.194	11.0	0.018777800514814376	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0110_000000004734	4509	0.9880179307758771	6	5	1	3	4	True	120510	maximal	False	AST0031_000000006428	0.9996287642106018		0	0	True	True	0.9951208829879761	20	rep_cluster_321	MOBT			mobilizable	plasmid	2611.0	99.962	100.0	0.5864239154866262	CP000420.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 1, complete sequence	False	True
SPA0091_000000003478	4489	0.9880179307758771	5	5	1	3	4	True	120510	maximal	False	AST0031_000000006428	0.9996283897263459		0	0	True	True	0.9948763847351074	10	rep_cluster_321	MOBT			mobilizable	plasmid	4296.0	99.977	100.0	0.9651607102719713	CP000420.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 1, complete sequence	False	True
SPA0068_000000002919	4489	0.9880179307758771	6	5	1	3	4	True	120510	maximal	False	AST0031_000000006428	0.9996283897263459		0	0	True	True	0.9997772574424744	19	rep_cluster_321	MOBT			mobilizable	plasmid	3990.0	100.0	100.0	0.8966059788716566	AY312235.1	firmicutes	Streptococcus thermophilus plasmid pSMQ173b, complete sequence	False	True
ENG0124_000000006794	4489	0.9880179307758771	5	5	1	3	4	True	120510	maximal	False	AST0031_000000006428	0.9994410533545575		0	0	True	True	0.999554455280304	10	rep_cluster_321	MOBT			mobilizable	plasmid	4407.0	99.955	100.0	0.9901101371094628	AY312235.1	firmicutes	Streptococcus thermophilus plasmid pSMQ173b, complete sequence	False	True
FIJ0032_000000004469	7528	0.9880174605420424	12	5	4	4	5	False	48477	fragment	False	FIJ0032_000000004469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	96.0	4.0	6.997696099894501e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0145_000000013255	2574	0.9880093437058304	5	4	4	1	1	False	110504	fragment	False	SPA0145_000000013255	0.9913962787472552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	15.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ISR0126_000000019332	2545	0.9880093437058304	5	4	4	1	1	False	110504	fragment	False	SPA0145_000000013255	0.9826447890116115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.19	15.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
CHI0045_000000004694	4149	0.9880066034950896	9	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9511665410319042	PS1143|PS1146|PS778	0	0	False	True	1.0	0	rep_cluster_1019				non-mobilizable	other	4149.0	100.0	100.0	0.6745812327207676	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
MON0004_000000030696	1492	0.9880041339176244	2	2	2	2	1	False	115917	fragment	False	AST0104_000000022510	0.9183100701420465		0	0	False	False	0.9611260294914246	0					non-mobilizable	no_good_hit								True	False
TAN0027_000000000846	6444	0.9880039086176612	6	3	1	3	1	False	2317	maximal	True	TAN0027_000000000846	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0185_000000002425	10216	0.9880029198309641	15	15	7	10	14	True	114236	fragment	False	ENG0185_000000002425	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9498.0	98.684	94.0	0.10237587046978419	CP012627.1	enterobacteria	Escherichia coli strain SF-468 plasmid pSF-468-2, complete sequence	False	True
AUS0020_000000002257	10543	0.9880020359708424	8	7	5	7	5	False	99712	fragment	False	AUS0020_000000002257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3206.0	93.45	50.0	0.000856399389540948	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
CHI0020_000000005427	1871	0.98800071882593	3	2	2	2	1	False	96390	fragment	False	CHI0020_000000005427	1.0		0	0	False	False	0.9941207766532898	0					non-mobilizable	no_good_hit	935.0	76.684	50.0	0.00016810821131037887	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
FIJ0006_000000002500	11466	0.9880004215508801	18	8	3	8	4	False	51815	fragment	False	FIJ0006_000000002500	1.0		0	0	False	False	0.9999127984046936	0					non-mobilizable	no_good_hit	512.0	83.398	4.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	False
FIJ0032_000000003181	10379	0.9879978819212524	10	7	5	7	3	True	64265	maximal	True	FIJ0032_000000003181	1.0		1	1	False	False	0.9997109770774841	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.000156643834641072	NZ_FNIJ01000011.1	g-proteobacteria	Pseudomonas jinjuensis strain JCM 21621, whole genome shotgun sequence	True	True
ISR0023_000000012975	2312	0.9879969411204708	3	2	2	2	2	False	103896	fragment	False	ISR0023_000000012975	0.9596800472123191		0	0	False	False	0.9965397715568542	0					non-mobilizable	no_good_hit								True	False
ISR0176_000000015063	2261	0.9879969411204708	3	2	2	2	2	False	103896	fragment	False	ISR0023_000000012975	0.48046875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0145_000000014580	2000	0.9879969411204708	2	2	2	2	2	False	103893	fragment	False	SPA0040_000000020795	0.9782272419021855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000021943	1790	0.9879969411204708	2	2	2	2	2	False	103893	fragment	False	SPA0040_000000020795	0.7301869420289947		0	0	False	False	0.9966480731964111	0					non-mobilizable	no_good_hit								True	False
ISR0146_000000006368	5929	0.9879967039807016	6	2	2	2	2	False	31038	maximal	True	ISR0146_000000006368	1.0		1	1	False	False	0.9974700808525085	0					non-mobilizable	no_good_hit	1194.0	85.93	20.0	0.002134927412467976	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0093_000000001679	10422	0.9879951715267724	10	10	4	7	10	False	103520	fragment	False	ISR0093_000000001679	1.0		0	0	False	False	1.0	0	IncFII	MOBF			mobilizable	plasmid	10428.0	98.542	100.0	0.17478952134974676	CP024284.1	enterobacteria	Escherichia albertii strain 2014C-4356 plasmid unnamed2, complete sequence	False	True
MAD0103_000000015390	1563	0.9879946552473058	2	2	2	1	2	False	14914	fragment	False	MAD0103_000000015390	1.0		0	0	False	False	0.9961612224578857	0					non-mobilizable	chromosome	646.0	89.319	93.0	0.000265626891819433	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0326_000000005610	3157	0.9879926508049016	5	4	1	2	3	True	122717	backbone	False	ENG0180_000000005490	0.8633208963849189	PS873	0	0	True	True	1.0	230					non-mobilizable	no_good_hit	262.0	91.985	8.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
DEN0003_000000009168	2991	0.9879926508049016	5	4	1	2	3	True	122717	backbone	False	ENG0180_000000005490	0.9475868072520724	PS873	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	261.0	92.337	9.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0325_000000000049	73473	0.9879861400350688	70	41	26	37	24	True	105280	maximal	False	ISR0170_000000000114	0.9851390258830245		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0222_000000001237	38990	0.987985147495808	45	34	14	26	25	True	97465	maximal	True	ISR0222_000000001237	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5851.0	96.54799999999999	85.0	0.03143814149856218	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
FIJ0012_000000008385	2825	0.9879840335335354	5	5	4	5	5	True	97956	maximal	True	FIJ0012_000000008385	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2825.0	99.89399999999999	100.0	0.03653015289886943	CP023062.1	enterobacteria	Escherichia coli strain FORC_069 plasmid pFORC69, complete sequence	False	True
USA0086_01_000000001833	11974	0.9879815205343734	16	7	4	5	5	True	104917	maximal	True	USA0086_01_000000001833	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	3651.0	96.193	55.0	0.2929407018959258	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0055_000000004998	1776	0.9879805617461914	4	2	2	2	1	False	82153	maximal	True	MAD0055_000000004998	1.0		1	1	False	False	0.9994369149208069	0					non-mobilizable	no_good_hit								True	False
MAD0025_000000004198	2675	0.987980304334788	3	3	3	2	2	False	72113	fragment	False	MON0055_000000006943	0.950376860978827		0	0	False	False	0.994766354560852	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	1.1456962873711808e-05	NC_007498.2	d-proteobacteria	Pelobacter carbinolicus DSM 2380, complete sequence	True	False
SPA0131_000000000187	41240	0.9879790034035908	42	19	11	18	8	True	108583	maximal	False	ISR0201_000000000306	0.9542043731962021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	9.544596636090792e-07	LR594559.1	birds	Streptopelia turtur genome assembly, chromosome: 8	True	True
MON0039_000000027741	1742	0.9879784053267184	4	2	2	1	2	False	11923	maximal	True	MON0039_000000027741	1.0		1	1	False	False	0.9638346433639526	0					non-mobilizable	no_good_hit	643.0	87.40299999999999	50.0	0.00020557110502794263	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0781_000000003281	6985	0.9879756784836848	9	8	4	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.18844233736877838		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6985.0	99.52799999999999	100.0	0.21066650523639446	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
AUS0022_000000011097	3191	0.9879742629675542	7	4	3	4	3	False	99332	fragment	False	AUS0022_000000011097	1.0		0	0	False	False	0.995926022529602	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000004283	4997	0.98797054130534	7	4	2	2	4	False	105338	maximal	True	AUS0004_000000004283	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	21.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
USA0023_01_000000006627	4849	0.98797054130534	8	4	2	2	4	False	105334	maximal	True	USA0023_01_000000006627	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	22.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0368_000000002639	4491	0.98797054130534	6	4	2	2	4	False	105335	maximal	True	ISR0368_000000002639	0.996955345060893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	24.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0335_000000003566	4434	0.98797054130534	6	4	2	2	4	False	105335	maximal	False	ISR0368_000000002639	0.9907592963705187		0	0	False	False	0.993008553981781	0					non-mobilizable	no_good_hit	1080.0	76.296	24.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0101_000000006766	4434	0.98797054130534	7	4	2	2	4	False	105332	maximal	True	ENG0101_000000006766	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	83.242	29.0	0.00020034694226587506	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0025_000000005148	4036	0.98797054130534	7	4	2	2	4	False	105323	maximal	True	SPA0025_000000005148	1.0		0	0	False	False	0.9997522234916687	0					non-mobilizable	no_good_hit	1079.0	76.274	26.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0145_000000007923	4023	0.98797054130534	5	4	2	2	4	False	105336	maximal	True	ISR0145_000000007923	1.0		0	0	False	False	0.9997514486312866	0					non-mobilizable	no_good_hit	1080.0	76.296	27.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0804_000000004806	3727	0.98797054130534	6	4	2	2	4	False	105331	fragment	False	ISR0804_000000004806	0.9852558542931483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	29.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
USA0108_01_000000003335	3606	0.98797054130534	5	4	2	2	4	False	105333	fragment	False	USA0108_01_000000003335	0.9879227993756116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	30.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0044_000000004767	3583	0.98797054130534	5	4	2	2	4	False	105333	fragment	False	USA0108_01_000000003335	0.9835137315994184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.204	30.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0128_000000009759	3571	0.98797054130534	5	4	2	2	4	False	105328	maximal	True	ISR0128_000000009759	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	30.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
DEN0018_000000010133	3555	0.98797054130534	5	4	2	2	4	False	105333	fragment	False	USA0108_01_000000003335	0.9779771722378404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	30.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0183_000000009554	3554	0.98797054130534	6	4	2	2	4	False	105326	fragment	False	ISR0183_000000009554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	30.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0794_000000005453	3535	0.98797054130534	4	4	2	2	4	False	105333	fragment	False	USA0108_01_000000003335	0.9759662696326785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	30.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
AUS0002_000000009655	3516	0.98797054130534	4	4	2	2	4	False	105333	fragment	False	USA0108_01_000000003335	0.9795095925335713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.204	30.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0816_000000012054	3488	0.98797054130534	4	4	2	2	4	False	105333	fragment	False	USA0108_01_000000003335	0.9738172017336802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	31.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0131_000000007855	3459	0.98797054130534	5	4	2	2	4	False	105331	fragment	False	ISR0804_000000004806	0.9510330024148108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.204	31.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0813_000000008693	3356	0.98797054130534	6	4	2	2	4	False	105324	fragment	False	ISR0813_000000008693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	32.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
USA0004_01_000000008355	3037	0.98797054130534	5	4	2	2	4	False	105322	fragment	False	USA0004_01_000000008355	0.9847775175644028		0	0	False	False	0.9996707439422607	0					non-mobilizable	no_good_hit	1079.0	76.274	35.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
USA0058_01_000000006676	2989	0.98797054130534	4	4	2	2	4	False	105322	fragment	False	USA0004_01_000000008355	0.9772802107342773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	36.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0204_000000000816	17976	0.9879615451105952	17	17	7	15	17	True	98679	fragment	False	FIJ0019_000000000250	0.9492598095867042		0	0	False	False	0.9999443888664246	0	IncI1/B/O				non-mobilizable	plasmid	17976.0	99.994	100.0	0.1933460975819637	LT985300.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pI	False	True
ISR0054_000000004518	4934	0.98796130033556	10	7	3	7	5	True	35719	fragment	False	ISR0054_000000004518	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4935.0	95.72399999999999	100.0	0.3483757062146893	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
ISR0071_000000001065	7018	0.987957849490286	9	8	4	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.27828576762719187		0	0	False	True	0.9995725154876709	0	rep_cluster_1702				non-mobilizable	chromosome	3107.0	95.17200000000001	93.0	0.0007023851725465527	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0190_000000009313	2472	0.9879536336250514	3	3	2	3	2	False	116159	fragment	False	USA0048_01_000000006517	0.7325462693910608		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	95.41799999999999	98.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0151_000000017912	1112	0.9879509821913788	2	2	1	2	1	False	3234	fragment	False	SPA0151_000000017912	1.0		0	0	False	False	0.9991007447242737	0					non-mobilizable	no_good_hit								True	False
MON0043_000000004414	5017	0.9879458701945956	8	5	3	4	3	False	11695	maximal	True	MON0043_000000004414	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1301.0	93.851	55.0	0.00043656260634271273	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0836_000000003837	5106	0.9879454537297734	7	6	4	4	6	True	123596	fragment	False	ISR0836_000000003837	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	3603.0	99.695	70.0	0.03594523391346	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0266_000000000651	16036	0.9879429494141309	21	11	6	11	7	True	84530	maximal	True	ISR0266_000000000651	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3720.0	91.398	76.0	0.08012730303751976	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
USA0073_01_000000001157	20885	0.9879401972732144	16	10	7	6	6	False	27828	fragment	False	USA0073_01_000000001157	0.9981326726918179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	95.803	7.0	0.010561148160357026	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
ISR0161_000000025968	1196	0.9879358573044936	4	1	1	1	1	False	30371	maximal	True	ISR0161_000000025968	1.0		0	0	False	False	0.9958193898200989	0					non-mobilizable	no_good_hit	248.0	92.742	21.0	5.588422417764215e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0261_000000003258	5093	0.9879343450706459	6	5	5	5	3	False	122344	fragment	False	ISR0261_000000003258	0.9998989694887856		0	0	False	False	0.9935204982757568	0					non-mobilizable	other	4927.0	96.99600000000001	97.0	0.029147703397704876	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
AST0092_000000003505	4949	0.9879343450706459	6	5	5	5	3	False	122344	fragment	False	ISR0261_000000003258	0.9857647751816219		0	0	False	False	0.9997979402542114	0					non-mobilizable	other	4884.0	96.97	99.0	0.028893215835044714	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
FIJ0001_000000003438	5663	0.9879335158290644	8	3	2	3	2	False	52658	fragment	False	FIJ0083_000000005560	0.9683126839954698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	93.796	13.0	0.00010861106019967664	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
FIJ0047_000000005825	5004	0.9879335158290644	7	3	2	3	2	False	52027	fragment	False	FIJ0047_000000005825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	98.765	4.0	3.194442947049313e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
FIJ0096_000000015535	2308	0.9879323533686036	4	3	3	2	3	False	115932	fragment	False	ISR0267_000000007024	0.6437404474086424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0016210374639769453	XM_005406892.2	rodents	PREDICTED: Chinchilla lanigera dystonin (Dst), transcript variant X7, mRNA	True	False
FIJ0053_000000004362	4436	0.9879317619267182	7	2	2	2	2	False	78623	fragment	False	FIJ0053_000000004362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	7.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
SPA0016_000000006118	5204	0.9879208320496052	7	5	2	4	4	False	106411	maximal	True	SPA0016_000000006118	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	95.652	1.0	1.8735436344117955e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0090_000000000011	138013	0.98792045950674	126	41	25	35	24	True	109968	maximal	True	AST0090_000000000011	1.0		1	1	False	False	0.9999855160713196	0					non-mobilizable	no_good_hit	1788.0	84.00399999999999	3.0	0.030641195384906374	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0223_000000002452	8851	0.9879186774467168	8	5	3	5	2	False	34260	maximal	True	ISR0223_000000002452	0.9999717514124293		4	1	True	True	1.0	9					non-mobilizable	no_good_hit	329.0	92.40100000000001	9.0	0.0008800187306739006	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ISR0153_000000002862	8607	0.9879186774467168	8	5	3	5	2	False	34260	maximal	False	ISR0223_000000002452	0.986215468008658		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	329.0	92.40100000000001	7.0	0.0008800187306739006	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ISR0081_000000002420	8603	0.9879186774467168	8	5	3	5	2	False	34260	maximal	False	ISR0223_000000002452	0.9858733075733861		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	329.0	92.40100000000001	7.0	0.0008800187306739006	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
FIJ0009_000000034219	1288	0.9879147463037532	2	2	2	1	2	False	51169	fragment	False	FIJ0009_000000034219	1.0		0	0	False	False	0.9976708292961121	0					non-mobilizable	no_good_hit	429.0	93.473	33.0	0.06912740812692246	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0014_000000005307	6542	0.9879139656195168	7	7	3	5	6	False	114622	maximal	True	ISR0014_000000005307	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3678.0	99.647	88.0	0.0016652740320056883	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	True	False
ENG0028_000000004622	3440	0.9879110940885736	6	2	1	1	2	False	65902	fragment	False	ENG0028_000000004622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0319_000000001987	6434	0.9879071183817412	8	7	4	5	7	True	123628	fragment	False	USA0108_01_000000001009	0.082593842523702		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3147.0	97.649	93.0	0.09501180458865549	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
AUS0018_000000006196	4357	0.9879058204707508	6	5	4	2	3	False	100055	fragment	False	AUS0018_000000006196	1.0		0	0	False	False	0.99977046251297	0					non-mobilizable	no_good_hit	91.0	85.714	2.0	3.0159761052438572e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0005_000000004632	4927	0.9879058149572116	4	4	1	3	3	False	85452	maximal	False	MAD0096_000000002624	0.7440160335634207		0	0	False	False	0.9997970461845398	0	IncHI1B				non-mobilizable	plasmid	4349.0	99.402	100.0	0.026489985493289122	CP033251.1	enterobacteria	Escherichia coli strain ECCHD184 plasmid pTB211, complete sequence	False	True
ENG0097_000000000860	24931	0.9879056464664576	21	13	9	13	5	True	64271	fragment	False	ENG0097_000000000860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
ISR0287_000000000083	37742	0.9879007248723496	43	23	14	21	13	True	128717	maximal	False	ISR0395_000000000500	0.9685856409977163		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	5728.0	96.194	63.0	0.12805765056061588	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
CHI0073_000000002417	3926	0.9878997318752722	9	8	2	4	5	True	132209	backbone	False	ENG0141_000000006400	0.9160313146493073	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2921.0	100.0	100.0	0.6875441488109254	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0070_000000003209	5294	0.9878984445143209	7	3	3	3	3	True	40806	maximal	True	MAD0070_000000003209	1.0		1	1	False	False	1.0	0	rep_cluster_589				non-mobilizable	no_good_hit	1199.0	96.33	46.0	0.02602885808178633	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	True	True
AST0106_000000006447	3111	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9297338793217667	PS873	0	0	True	True	1.0	643					non-mobilizable	no_good_hit	159.0	86.792	9.0	0.05240320427236315	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CAN0016_000000015933	3031	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9520879766205543	PS873	0	0	False	True	0.9996700882911682	0					non-mobilizable	no_good_hit	193.0	90.67399999999999	11.0	0.0634441087613293	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0002_000000007522	3030	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9505908057335478	PS873	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	261.0	92.337	9.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
AST0102_000000010008	3029	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.952953366196429	PS873	0	0	True	True	1.0	68					non-mobilizable	no_good_hit	265.0	92.45299999999999	9.0	0.08761329305135952	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
AST0019_000000009214	3029	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.954052178069729	PS873	0	0	True	True	1.0	137					non-mobilizable	no_good_hit	265.0	92.075	9.0	0.08761329305135952	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0024_000000009032	3029	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9541011409200562	PS873	0	0	True	True	1.0	180					non-mobilizable	no_good_hit	169.0	83.432	14.0	0.061140285071267814	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0122_000000009111	3029	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9524002465416458	PS873	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	265.0	92.075	9.0	0.08761329305135952	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
CAN0017_000000012012	3029	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9523746943495385	PS873	0	0	True	True	0.9970287084579468	1					non-mobilizable	no_good_hit	193.0	91.19200000000001	11.0	0.0634441087613293	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0152_000000007850	3026	0.9878976881451818	4	4	1	2	2	True	128539	maximal	False	ISR0182_000000011420	0.68289204929037	PS342|PS522	0	0	True	True	1.0	114					non-mobilizable	no_good_hit	264.0	88.258	24.0	0.0869419268210809	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0028_000000009449	3020	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9505861754787405	PS873	0	0	True	True	0.9993377327919006	31					non-mobilizable	no_good_hit	254.0	93.70100000000001	11.0	0.08358509566968782	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0026_000000009812	3010	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9504727821028789	PS873	0	0	True	True	0.9973421692848206	15					non-mobilizable	no_good_hit	246.0	93.902	11.0	0.08089963074857334	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0112_000000009182	3009	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9188178725476409	PS873	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	261.0	89.655	9.0	0.08559919436052367	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0109_000000009843	3008	0.9878976881451818	5	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9050725095482165	PS873	0	0	True	True	0.9970079660415649	19					non-mobilizable	no_good_hit	261.0	92.72	9.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0015_000000006875	3008	0.9878976881451818	5	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.8959364607112072	PS873	0	0	True	True	1.0	106					non-mobilizable	no_good_hit	261.0	93.103	9.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
AST0099_000000007034	3001	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9534213798491818	PS873	0	0	True	True	0.9923359155654907	9					non-mobilizable	no_good_hit	161.0	82.609	11.0	0.05813953488372093	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0173_000000006084	2992	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9457238717749722	PS873	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	148.0	93.243	10.0	0.04900973481033904	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0067_000000009605	2988	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9537053193793823	PS873	0	0	True	True	0.9993306398391724	9					non-mobilizable	no_good_hit	171.0	94.73700000000001	10.0	0.05639476334340383	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0027_000000012287	2987	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.94980695434509	PS873	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	220.0	93.182	10.0	0.07217186975495132	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0093_000000010108	2987	0.9878976881451818	4	4	1	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6240062087133103	PS342|PS522	0	0	True	True	0.999330461025238	14					non-mobilizable	no_good_hit	257.0	92.21799999999999	23.0	0.08459214501510574	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0102_000000009165	2981	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.9530399237348443	PS873	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	265.0	92.45299999999999	9.0	0.08761329305135952	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0210_000000007703	2977	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.945836410901236	PS873	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	146.0	93.15100000000001	10.0	0.04800268546492111	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
USA0069_01_000000021265	2913	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.08701543353272548	PS873	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	107.0	92.523	4.0	0.025823905558288243	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0256_000000006135	2911	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.8880031049096764	PS873	0	0	True	True	0.9993129372596741	7					non-mobilizable	no_good_hit	110.0	90.90899999999999	5.0	0.026561731431382195	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0080_000000008773	2878	0.9878976881451818	4	4	1	2	2	True	128539	maximal	False	ISR0182_000000011420	0.6729785488784199	PS342|PS522	0	0	True	True	0.9874913096427917	2					non-mobilizable	no_good_hit	350.0	80.0	18.0	0.11581067472306143	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0033_000000010801	2827	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.8344898868225737	PS873	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	168.0	83.333	10.0	0.060765191297824456	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0225_000000006023	2791	0.9878976881451818	4	4	1	2	2	True	128539	maximal	False	ISR0182_000000011420	0.633202148886517	PS342|PS522	0	0	True	True	0.9996417164802551	2					non-mobilizable	no_good_hit	363.0	79.063	18.0	0.11950318898959382	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
CAN0018_000000012942	2680	0.9878976881451818	4	4	1	2	2	True	122717	backbone	False	ENG0180_000000005490	0.4428648322475276	PS873	0	0	False	True	0.9951492547988892	0					non-mobilizable	no_good_hit	167.0	82.635	10.0	0.0603900975243811	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
TAN0008_000000003040	4490	0.9878976685281152	5	1	1	1	1	False	2773	maximal	True	TAN0008_000000003040	1.0		1	1	False	False	0.9926503300666809	0					non-mobilizable	no_good_hit	78.0	80.76899999999999	2.0	0.0006278385231933335	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
MAD0088_000000005304	3871	0.9878946627738326	3	3	2	3	2	False	15910	fragment	False	MAD0088_000000005304	1.0		0	0	False	False	0.9997416734695435	0					non-mobilizable	no_good_hit	135.0	78.51899999999999	3.0	0.00014134651150433074	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
FIJ0135_000000013167	2170	0.987881739487928	3	1	1	1	1	False	91401	fragment	False	FIJ0135_000000013167	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	1.80437018458707e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0103_000000001359	14503	0.987881677440785	22	8	7	7	6	True	33079	maximal	True	ISR0103_000000001359	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0001076572645988917	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
FIJ0012_000000005829	3942	0.98787786672433	7	3	1	2	3	False	86968	fragment	False	FIJ0012_000000005829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000000831	20510	0.9878736925875332	21	20	11	14	20	False	113275	maximal	True	FIJ0112_000000000831	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	10076.0	98.928	99.0	0.10952008176223715	CP041527.1	enterobacteria	Escherichia coli strain 95 plasmid p5696-1	False	True
FIJ0063_000000007544	3362	0.9878715350696532	3	2	1	2	2	True	90284	fragment	False	FIJ0063_000000007544	0.7257378872724971		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3362.0	99.941	100.0	0.02936807521582608	CP041645.1	enterobacteria	Klebsiella pneumoniae strain NKU_Kleb8A7 plasmid pKleb8A7, complete sequence	False	True
FIJ0149_000000009581	2490	0.9878715350696532	2	2	1	2	2	True	82353	fragment	False	FIJ0149_000000009581	1.0		0	0	False	False	0.9995983839035034	0	IncFIB				non-mobilizable	plasmid	2490.0	99.35700000000001	100.0	0.05621428732750638	CP055460.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00489 plasmid unnamed	False	True
ENG0068_000000005005	4533	0.9878670095461672	10	4	1	2	2	True	128033	fragment	False	ENG0068_000000005005	1.0		0	0	False	False	0.9966909289360046	0					non-mobilizable	no_good_hit	1525.0	99.148	54.0	0.38887471293697373	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
MON0090_000000033012	1829	0.9878665871885609	2	2	2	2	2	False	74541	fragment	False	MON0001_000000018110	0.9553757828810021		0	0	False	False	0.9994532465934753	0					non-mobilizable	chromosome	1031.0	96.79899999999999	100.0	0.0003647537398767557	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
CHI0093_000000000683	6120	0.987865557510926	6	3	3	3	2	True	83604	maximal	True	CHI0093_000000000683	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit	903.0	88.37200000000001	37.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0392_000000031560	1119	0.9878645065304472	2	1	1	1	1	False	94084	fragment	False	SPA0062_000000015646	0.0953912654325644		0	0	False	False	0.9910634756088257	0					non-mobilizable	chromosome	1119.0	97.766	100.0	0.00046000812118187083	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0082_000000006042	3210	0.9878561021225314	5	5	5	5	5	False	125786	fragment	False	AST0061_000000012781	0.9804046200204833		0	0	False	False	0.999688446521759	0					non-mobilizable	no_good_hit	1026.0	74.65899999999999	31.0	0.0003513502585631169	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0229_000000000098	46883	0.9878512923736844	43	21	10	17	7	True	132147	fragment	False	ISR0104_000000000158	0.31622400972950115		0	0	False	True	0.9999786615371704	0					non-mobilizable	no_good_hit	315.0	77.143	1.0	0.002267294458529518	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	True	True
SPA0001_000000022341	1498	0.9878504203766244	2	2	2	2	2	False	102812	fragment	False	SPA0001_000000022341	0.996756866356451		0	0	False	False	0.9993324279785156	0					non-mobilizable	other	1498.0	99.53299999999999	100.0	0.0006574867404644659	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0149_000000027560	1459	0.9878504203766244	2	2	2	2	2	False	102812	fragment	False	SPA0001_000000022341	0.9916652708968166		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	99.589	100.0	0.0006403578273862332	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0275_000000009845	1459	0.9878504203766244	2	2	2	2	2	False	102812	fragment	False	SPA0001_000000022341	0.9911281014431258		0	0	False	False	0.9917752146720886	0					non-mobilizable	other	1459.0	99.52	100.0	0.0006403578273862332	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0260_000000012045	1345	0.9878504203766244	2	2	2	2	2	False	102812	fragment	False	SPA0001_000000022341	0.8101315602218387		0	0	False	False	0.9992564916610718	0					non-mobilizable	other	1345.0	99.405	100.0	0.0005902886968498611	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CAN0006_000000013875	3255	0.987850078634508	4	4	3	3	2	False	95720	fragment	False	SPA0047_000000012177	0.9760006335525301		0	0	False	False	0.9987711310386658	0					non-mobilizable	chromosome	3255.0	99.693	100.0	0.0008164817915025673	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0122_000000009090	3191	0.987850078634508	4	4	3	3	2	False	95720	fragment	False	SPA0047_000000012177	0.9619523815331771		0	0	False	False	0.9974929690361023	0					non-mobilizable	chromosome	3202.0	98.095	100.0	0.0008004231453267333	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0199_000000016478	1850	0.9878474170010024	2	1	1	1	1	False	91399	maximal	True	ISR0199_000000016478	1.0		2	2	False	False	0.9951351284980774	0					non-mobilizable	no_good_hit	190.0	100.0	31.0	5.6904280677203094e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0159_000000021333	1247	0.9878474170010024	1	1	1	1	1	False	91395	fragment	False	ISR0159_000000021333	0.9551574060382313		0	0	False	False	0.9991980791091919	0					non-mobilizable	no_good_hit	106.0	96.226	9.0	3.384342356204934e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0177_000000021056	1237	0.9878474170010024	1	1	1	1	1	False	91395	fragment	False	ISR0159_000000021333	0.952361598357149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	96.97	14.0	3.048763415336773e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0010_000000018038	1233	0.9878474170010024	1	1	1	1	1	False	91395	fragment	False	ISR0159_000000021333	0.9513527097650291		0	0	False	False	0.9862124919891357	0					non-mobilizable	no_good_hit	98.0	96.939	14.0	3.0176535845680307e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0036_000000013524	1729	0.9878455325617064	3	3	2	3	2	False	94084	fragment	False	SPA0062_000000015646	0.33168761071900865		0	0	False	False	1.0	0					non-mobilizable	chromosome	1727.0	98.958	99.0	0.0007108093260160331	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0327_000000002423	7977	0.9878410824883199	6	4	4	4	1	True	56009	fragment	False	ISR0327_000000002423	0.9985739508352574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	98.73700000000001	5.0	0.0019756223210311247	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
DEN0062_000000006448	2858	0.9878385370395434	4	2	2	2	2	False	71724	fragment	False	DEN0062_000000006448	1.0		0	0	False	False	0.9993001818656921	0					non-mobilizable	no_good_hit								True	False
DEN0012_000000001524	4159	0.9878384551042316	3	3	3	3	3	False	75475	fragment	False	FIJ0031_000000005488	0.9919476786821554		0	0	False	False	1.0	0					non-mobilizable	other	4159.0	99.976	100.0	0.0009216926959511357	CP011047.1	enterobacteria	Cronobacter sakazakii strain ATCC 29544, complete genome	False	False
DEN0010_000000019827	2271	0.987837855793162	2	2	2	2	2	False	75982	fragment	False	DEN0010_000000019827	0.9880163211237247		0	0	False	False	0.9947159886360168	0					non-mobilizable	chromosome	1340.0	99.40299999999999	100.0	0.0003048602094132363	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MON0016_000000018085	1936	0.9878355153295874	4	2	2	2	2	False	13354	maximal	True	MON0016_000000018085	1.0		1	1	False	False	0.9979338645935059	0					non-mobilizable	no_good_hit	1047.0	92.932	54.0	0.000421954204656664	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
SPA0109_000000000047	72594	0.9878345087913	72	26	19	25	16	True	92704	fragment	False	ISR0230_000000000036	0.9621421975992613		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1844.0	85.9	3.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
MON0011_000000007655	5712	0.9878303621470214	10	9	6	8	8	False	126447	fragment	False	MON0011_000000007655	1.0		0	0	False	False	0.9952731132507324	0					non-mobilizable	other	5363.0	100.0	94.0	0.006781058563457657	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
DEN0078_000000016442	1972	0.9878302957659424	2	2	2	2	2	False	103893	fragment	False	SPA0040_000000020795	0.9813110053617653		0	0	False	False	0.999492883682251	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000012819	2754	0.9878298317933272	4	3	3	3	2	False	75533	maximal	True	TAN0017_000000012819	1.0		0	0	False	False	0.9862018823623657	0					non-mobilizable	no_good_hit	112.0	80.357	4.0	0.0035520537328855594	NZ_MOEC01000047.1	a-proteobacteria	Ochrobactrum cytisi strain IPA7.2 NODE_47_length_30968_cov_21.6271, whole genome shotgun sequence	True	False
FIJ0083_000000004652	6712	0.9878292345660781	7	5	4	5	3	True	64260	fragment	False	FIJ0083_000000004652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00011946889894990958	NZ_FNHC01000006.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	True
USA0022_01_000000002086	3786	0.9878275845313034	7	5	3	3	5	True	123556	backbone	False	ISR0826_000000002301	0.4558410739672886	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3794.0	98.919	100.0	0.038566007792551295	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0854_000000002106	3545	0.9878275845313034	6	5	3	3	5	True	123556	backbone	False	ISR0826_000000002301	0.3385268069147169	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3529.0	99.462	99.0	0.03518681143222098	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0102_01_000000008955	1447	0.9878271467058232	2	1	1	1	1	True	332	fragment	False	USA0102_01_000000008955	1.0		0	0	False	False	0.9951624274253845	0					non-mobilizable	no_good_hit								True	True
USA0019_01_000000004869	5828	0.9878263089416304	12	3	2	3	2	False	64160	fragment	False	ISR0014_000000005659	0.9307829469930298		0	0	False	False	0.9977694153785706	0					non-mobilizable	other	5800.0	95.20700000000001	99.0	0.003455424603915151	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
ENG0050_000000006218	3840	0.9878263089416304	8	3	2	3	2	False	64159	fragment	False	ENG0050_000000006218	1.0		0	0	False	False	0.9997395873069763	0					non-mobilizable	other	2627.0	99.124	99.0	0.0015701037883464205	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
CHI0158_000000015449	1304	0.987825971224594	2	1	1	1	1	False	78862	maximal	True	CHI0158_000000015449	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000038295	1152	0.9878213133108332	2	1	1	1	1	False	71774	fragment	False	DEN0061_000000038295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0055_000000011800	2671	0.9878208227404328	4	1	1	1	1	False	106536	fragment	False	SPA0055_000000011800	0.9945162553858207		0	0	False	False	0.9992512464523315	0					non-mobilizable	no_good_hit	215.0	80.93	8.0	8.666326009197752e-05	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	False
ISR0215_000000010920	2663	0.9878196962765528	8	1	1	1	1	False	28171	fragment	False	ISR0215_000000010920	1.0		0	0	False	False	0.9924896955490112	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00017736041035598102	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0138_000000002033	12625	0.9878177362369448	16	6	1	4	5	False	33392	maximal	True	ISR0138_000000002033	1.0		1	1	False	False	0.999683141708374	0					non-mobilizable	no_good_hit	443.0	99.09700000000001	10.0	0.000266155872199417	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ENG0144_000000014185	1194	0.9878164405206094	1	1	1	1	1	False	88798	maximal	False	ENG0148_000000029248	0.9510784532593327		0	0	False	False	0.999162495136261	0					non-mobilizable	chromosome	1195.0	96.15100000000001	100.0	0.00017590209168671676	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
ISR0353_000000003323	8682	0.9878139704684736	16	12	4	6	10	True	125628	backbone	False	ISR0209_000000003071	0.9120669442217736	PS932|PS933	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2173.0	93.235	45.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
AST0029_000000004459	6882	0.9878129599919114	9	8	4	6	7	True	123628	fragment	False	USA0108_01_000000001009	0.12772989685469124		0	0	False	True	0.9998546838760376	0	rep_cluster_1702				non-mobilizable	plasmid	6882.0	100.0	100.0	0.20827531932925722	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
FIJ0028_000000015037	2019	0.9878128487772552	6	4	2	3	3	False	48935	fragment	False	FIJ0028_000000015037	1.0		0	0	False	False	0.9995046854019165	0					non-mobilizable	chromosome	2007.0	99.801	99.0	0.000407952594525626	CP041435.1	enterobacteria	Escherichia coli strain STEC309 chromosome, complete genome	False	False
MAD0009_000000001559	5542	0.9878122886806588	8	7	3	7	7	False	98308	fragment	False	MAD0009_000000001559	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	2881.0	92.46799999999999	95.0	0.019386804552388923	CP057646.1	enterobacteria	Escherichia coli strain RHB19-C13 plasmid pRHB19-C13_2, complete sequence	False	True
MON0025_000000001977	9063	0.9878077915241644	9	6	5	6	4	False	12845	maximal	True	MON0025_000000001977	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	86.118	9.0	0.00021671586815957334	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0351_000000002227	5163	0.9878057267806124	7	5	2	2	4	False	127640	backbone	False	CHI0066_000000002654	0.9831294314723443	PS1015|PS542	0	0	True	True	1.0	6	rep_cluster_2131	MOBQ			mobilizable	plasmid	4931.0	99.39200000000001	100.0	0.9544838272322294	CP023837.1	enterobacteria	Escherichia coli strain 4/2-1 plasmid p4_2_1.3, complete sequence	False	True
MON0062_000000006170	6524	0.9878031899382052	10	9	6	9	9	False	132186	fragment	False	SPA0043_000000002161	0.23508719061764546		0	0	False	False	1.0	0					non-mobilizable	other	6444.0	99.95299999999999	99.0	0.008148146274591138	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
AST0003_000000009944	3527	0.9878024864053964	5	3	3	3	2	False	130346	maximal	True	AST0003_000000009944	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2646.0	95.76700000000001	88.0	0.054106042932858575	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
FIJ0063_000000003963	5950	0.9878020683879012	6	6	5	5	3	True	45643	fragment	False	FIJ0063_000000003963	0.9973896934994948		0	0	False	False	0.9996638894081116	0					non-mobilizable	no_good_hit	142.0	80.986	2.0	0.0005399103279368383	NZ_KI912470.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
MAD0085_000000001683	5938	0.9878020683879012	6	6	5	5	3	True	45643	fragment	False	FIJ0063_000000003963	0.9963865546218488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	80.992	2.0	2.794688776177603e-05	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	True
MAD0066_000000000134	33978	0.9877967407715867	47	16	7	13	9	False	16617	maximal	True	MAD0066_000000000134	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.007838745800671893	XM_026612343.1	fleas	PREDICTED: Ctenocephalides felis formin-like protein CG32138 (LOC113371691), mRNA	True	False
CAN0014_000000015973	2940	0.987795892380594	4	3	2	2	2	False	93672	fragment	False	CAN0014_000000015973	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2629.0	99.391	98.0	0.0007343172513381156	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0185_000000016254	2013	0.9877885932175328	3	3	3	2	1	False	110566	fragment	False	ISR0185_000000016254	1.0		0	0	False	False	0.998012900352478	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000010656	3539	0.9877885009521948	6	5	3	3	5	True	123556	backbone	False	ISR0826_000000002301	0.2862506088402001	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3549.0	98.929	99.0	0.03537641705253074	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0089_000000012431	2040	0.9877881351045956	2	2	2	2	1	False	116565	fragment	False	MAD0089_000000012431	1.0		0	0	False	False	0.9995098114013672	0					non-mobilizable	no_good_hit	551.0	94.73700000000001	34.0	0.0031313873184507035	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
SPA0096_000000010376	3516	0.987788069158991	6	3	3	2	1	False	5172	maximal	True	SPA0096_000000010376	1.0		0	0	False	False	0.997724711894989	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0009243974909210961	NZ_JACBNQ010000033.1	firmicutes	Sedimentibacter hydroxybenzoicus DSM 7310 contig33, whole genome shotgun sequence	True	False
AST0012_000000002760	6155	0.9877851659751214	7	7	3	5	6	False	125633	maximal	False	SPA0068_000000002193	0.8970967107963477	PS450|PS542	0	0	True	True	1.0	229	Col156	MOBQ			mobilizable	plasmid	5979.0	99.665	100.0	0.9838709677419355	CP061533.1	enterobacteria	Escherichia coli strain WEM25 plasmid p3, complete sequence	False	True
ISR0399_000000013219	1324	0.9877850948573336	3	3	2	2	1	False	22576	fragment	False	ISR0399_000000013219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1073.0	93.197	81.0	0.004274290283886446	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	True	False
DEN0085_000000004139	8733	0.9877818292011938	7	2	2	2	1	True	98606	maximal	True	DEN0085_000000004139	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1592.0	98.241	18.0	0.03459228961796188	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0105_000000001163	27045	0.9877806430849796	23	16	11	16	8	True	64273	maximal	False	ISR0093_000000000410	0.9879224436741767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1231.0	75.305	4.0	0.0003185519792075298	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0126_000000016681	2952	0.9877767376470158	4	4	4	3	4	False	120056	fragment	False	AST0140_000000009338	0.9740581625908791		0	0	False	False	0.9996612668037415	0					non-mobilizable	no_good_hit	1816.0	98.18299999999999	62.0	0.002295341531644097	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ENG0089_000000003225	6792	0.9877761283359284	7	4	3	4	1	True	103114	fragment	False	ENG0089_000000003225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	1.0	1.0886836649851989e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	True
AST0140_000000003658	7181	0.9877737408863442	10	5	3	3	5	True	105643	maximal	True	AST0140_000000003658	1.0		1	1	False	False	0.9997214674949646	0					non-mobilizable	no_good_hit	1610.0	99.565	25.0	0.0005071529367117893	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0050_000000001001	15564	0.9877714219233836	23	13	9	9	7	False	123909	fragment	False	ISR0071_000000000283	0.9785892139052602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.166	50.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0030_000000006001	3324	0.9877669416436972	5	4	3	4	2	True	122277	backbone	False	ISR0033_000000009134	0.9990741076025423	PS118|PS870	0	0	True	True	1.0	160					non-mobilizable	no_good_hit	927.0	86.839	27.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0056_000000006122	3324	0.9877669416436972	5	4	3	4	2	True	122277	backbone	False	ISR0033_000000009134	0.999106676947407	PS118|PS870	0	0	True	True	1.0	249					non-mobilizable	no_good_hit	927.0	86.839	27.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
MAD0088_000000006638	3303	0.9877669416436972	5	4	3	4	2	True	122277	backbone	False	ISR0033_000000009134	0.9985066446433641	PS118|PS870	0	0	True	True	1.0	120					non-mobilizable	no_good_hit	928.0	86.853	27.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0155_000000006441	1936	0.987764482637588	3	2	2	2	2	False	79068	maximal	True	CHI0155_000000006441	1.0		5	3	False	False	0.9984503984451294	0					non-mobilizable	no_good_hit	630.0	100.0	33.0	0.001003682829843049	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
DEN0082_000000015814	2519	0.9877631289775424	5	2	2	2	1	False	69279	maximal	True	DEN0082_000000015814	1.0		1	1	False	False	0.999206006526947	0					non-mobilizable	no_good_hit								True	False
SPA0043_000000002161	7660	0.9877631069758904	11	9	6	9	9	False	132186	fragment	False	SPA0043_000000002161	0.8254787415768192		0	0	False	False	0.9964752197265625	0					non-mobilizable	other	7661.0	99.086	100.0	0.15893009068083253	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
MON0061_000000004742	7651	0.9877631069758904	10	9	6	9	9	False	132186	fragment	False	SPA0043_000000002161	0.7858986893164007		0	0	False	False	1.0	0					non-mobilizable	other	7651.0	99.686	100.0	0.06260434056761269	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
ENG0079_000000020041	1656	0.9877629542665092	2	1	1	1	1	False	82720	fragment	False	ENG0079_000000020041	1.0		0	0	False	False	0.9698067903518677	0					non-mobilizable	no_good_hit								True	False
CHI0109_000000017154	1183	0.9877629542665092	2	1	1	1	1	False	82719	fragment	False	CHI0109_000000017154	1.0		0	0	False	False	0.9890109896659851	0					non-mobilizable	no_good_hit								True	False
CHI0182_000000004940	5044	0.9877622955647968	6	3	1	3	2	True	132303	maximal	True	CHI0182_000000004940	1.0	PS1154|PS695	8	6	False	True	1.0	0					non-mobilizable	no_good_hit	1622.0	79.408	35.0	0.5077269800386349	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
USA0063_01_000000008116	2502	0.9877618180791492	3	2	1	2	1	True	21450	maximal	True	USA0063_01_000000008116	1.0		0	0	False	False	0.9996002912521362	0					non-mobilizable	no_good_hit								True	True
DEN0039_000000014547	1455	0.9877508860344658	2	2	2	2	2	False	102812	fragment	False	SPA0001_000000022341	0.989462150042729		0	0	False	False	1.0	0					non-mobilizable	other	1455.0	99.588	100.0	0.0006386010157884658	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0035_000000000472	20284	0.9877500309681146	31	14	9	12	12	True	7546	maximal	True	SPA0035_000000000472	0.9999865958929817		7	2	True	True	1.0	285		MOBB			mobilizable	no_good_hit	7077.0	95.76100000000001	50.0	0.3659751037344398	NC_015168.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA02, complete sequence	True	True
SPA0037_000000000928	20284	0.9877500309681146	32	14	9	12	12	True	7546	maximal	False	SPA0035_000000000472	0.9999865958929817		0	0	True	True	1.0	1099		MOBB			mobilizable	no_good_hit	7077.0	95.76100000000001	50.0	0.3659751037344398	NC_015168.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA02, complete sequence	True	True
SPA0036_000000000605	20284	0.9877500309681146	31	14	9	12	12	True	7546	maximal	False	SPA0035_000000000472	0.9999865958929817		0	0	True	True	1.0	353		MOBB			mobilizable	no_good_hit	7077.0	95.76100000000001	50.0	0.3659751037344398	NC_015168.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA02, complete sequence	True	True
CHI0158_000000009495	1929	0.9877454735436809	4	3	3	3	2	False	85151	fragment	False	CHI0068_000000007041	0.9640096618357488		0	0	False	False	1.0	0					non-mobilizable	chromosome	1929.0	99.844	100.0	0.0007560775418695586	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
DEN0090_000000025146	1217	0.9877452199507388	2	2	2	2	1	False	68689	fragment	False	DEN0090_000000025146	1.0		0	0	False	False	0.9893180131912231	0					non-mobilizable	no_good_hit	979.0	86.619	80.0	0.00021656127351355674	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0016_000000020550	1758	0.9877414733701558	2	1	1	1	1	False	99020	fragment	False	MON0016_000000020550	0.9905381431105855		0	0	False	False	0.9982935190200806	0					non-mobilizable	no_good_hit	558.0	77.778	31.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0083_01_000000019494	1399	0.9877414733701558	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.9584710674384139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.184	40.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0171_000000021867	1120	0.9877414733701558	2	1	1	1	1	False	99015	fragment	False	DEN0064_000000037007	0.9637368245754673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.362	49.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AUS0022_000000030781	1105	0.9877414733701558	2	1	1	1	1	False	99015	fragment	False	DEN0064_000000037007	0.9543680780456599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.184	50.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0154_000000002154	12863	0.987740519139278	12	8	6	7	7	True	128650	maximal	True	ISR0154_000000002154	0.9980841280653951		2	1	False	False	0.9993780851364136	0					non-mobilizable	no_good_hit	2267.0	78.827	31.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0051_000000029198	1265	0.9877402893457908	2	1	1	1	1	False	11245	maximal	True	MON0051_000000029198	1.0		0	0	False	False	0.9644268751144409	0					non-mobilizable	no_good_hit	109.0	82.569	9.0	0.00020252647039895822	NZ_BIME01000004.1	firmicutes	Paenibacillus illinoisensis NBRC 15959 PIL01S_CON000004, whole genome shotgun sequence	True	False
ENG0004_000000009520	2766	0.9877401489309272	3	2	2	2	2	True	67803	fragment	False	ENG0004_000000009520	1.0		0	0	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	43.0	93.023	2.0	0.0011725293132328308	NZ_LDAQ01000116.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_116, whole genome shotgun sequence	True	True
ENG0204_000000007268	3302	0.9877393196065304	5	5	2	3	4	False	113121	backbone	False	AST0058_000000004714	0.9999007936507937	PS728	0	0	True	True	1.0	112	ColRNAI_rep_cluster_1987	MOBP		MOB_unknown	mobilizable	plasmid	3223.0	99.93799999999999	100.0	0.9996897300651567	CP011604.1	enterobacteria	Citrobacter freundii strain CAV1321 plasmid pCAV1321-3223, complete sequence	False	True
ISR0832_000000004828	2772	0.9877373358345536	8	3	1	2	2	False	21010	fragment	False	ISR0832_000000004828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	98.53299999999999	25.0	0.00010237386937094268	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0079_000000003446	6203	0.9877306104558417	12	7	4	4	6	True	102411	maximal	False	ISR0349_000000001400	0.9254665691865596	PS593|PS594	0	0	True	True	1.0	97		MOBP			mobilizable	plasmid	3961.0	98.561	100.0	0.6457823462228749	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
CHI0044_000000002144	5503	0.9877298529990584	12	2	2	2	1	True	87281	maximal	True	CHI0044_000000002144	1.0		1	1	False	False	0.9954570531845093	0					non-mobilizable	no_good_hit	1008.0	91.071	69.0	0.017828660546556553	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0336_000000005017	2656	0.9877256946955124	3	2	2	2	2	False	82017	fragment	False	FIJ0142_000000011971	0.940645878856334		0	0	False	False	0.9977409839630127	0					non-mobilizable	no_good_hit	1401.0	93.86200000000001	53.0	0.6857843137254902	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0064_000000006111	4408	0.9877255238883222	5	5	2	4	5	False	49913	maximal	True	FIJ0064_000000006111	1.0		1	1	False	False	1.0	0	rep_cluster_2405	MOBP,MOBP		MOBP	mobilizable	no_good_hit	1417.0	92.802	79.0	0.00023465459491753436	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	True	True
SPA0051_000000018074	1340	0.9877229489065592	2	2	2	2	2	False	116564	fragment	False	AST0039_000000011635	0.9267585206671501		0	0	False	False	0.9970149397850037	0					non-mobilizable	no_good_hit	411.0	91.727	40.0	0.0023115331841654283	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0295_000000005369	5598	0.987722095881148	4	3	2	3	1	False	25737	maximal	True	ISR0295_000000005369	1.0		1	1	False	False	0.9980350136756897	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000020040	1655	0.9877187662427148	3	3	3	2	3	False	103928	fragment	False	MON0059_000000018343	0.6210412075786949		0	0	False	False	1.0	0					non-mobilizable	other	1655.0	99.094	100.0	0.0008117404962806679	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
AST0150_000000016851	1652	0.9877187662427148	3	3	3	2	3	False	103928	fragment	False	MON0059_000000018343	0.6197028425438572		0	0	False	False	0.9993946552276611	0					non-mobilizable	other	1652.0	98.48700000000001	100.0	0.0008102681737360233	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
SPA0067_000000005454	4087	0.987716357843973	4	2	2	2	2	True	6050	fragment	False	SPA0067_000000005454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0789_000000006543	2126	0.9877099667342925	3	1	1	1	1	False	32034	fragment	False	ISR0789_000000006543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	80.337	16.0	0.027065527065527065	MK232143.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_2-proph_c1 sequence	True	False
ISR0125_000000010629	1432	0.9877099667342925	2	1	1	1	1	False	32033	fragment	False	ISR0125_000000010629	1.0		0	0	False	False	0.9839385747909546	0					non-mobilizable	no_good_hit								True	False
MON0105_000000014300	3720	0.9877094341562584	8	3	2	3	1	False	8752	maximal	True	MON0105_000000014300	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0005_000000002998	5692	0.9877077299396037	9	6	2	3	5	True	132470	backbone	False	CAN0001_000000008257	0.9978133814959419	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	664	rep_cluster_870	MOBV			mobilizable	plasmid	5225.0	99.885	100.0	0.9338577046835895	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
USA0135_01_000000002448	5673	0.9877077299396037	9	6	2	3	5	True	132470	backbone	False	CAN0001_000000008257	0.997527406865279	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2309	rep_cluster_870	MOBV			mobilizable	plasmid	5188.0	99.865	100.0	0.9272434751519485	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
DEN0082_000000006385	5672	0.9877077299396037	9	6	2	3	5	True	132470	backbone	False	CAN0001_000000008257	0.997984423341036	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	639	rep_cluster_870	MOBV			mobilizable	plasmid	5184.0	99.884	100.0	0.9265284233106901	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
MAD0098_000000036237	1267	0.9877055292262356	2	2	2	2	2	False	24636	fragment	False	ISR0363_000000014075	0.6385172798216276		0	0	False	False	0.9928966164588928	0					non-mobilizable	no_good_hit	911.0	95.28	72.0	0.44607843137254904	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ETH0004_000000016347	1730	0.9877051433070162	3	3	2	3	1	False	122117	maximal	True	ETH0004_000000016347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	94.648	79.0	0.00038873279957256514	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0024_000000031685	1623	0.9877049433207336	2	2	2	2	1	False	43404	maximal	True	MON0024_000000031685	1.0		1	1	False	False	0.996303141117096	0					non-mobilizable	no_good_hit								True	False
FIJ0068_000000015771	2027	0.9877011921408708	3	3	3	3	3	False	60895	maximal	True	FIJ0068_000000015771	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	2027.0	100.0	100.0	0.0003124454936060482	LR607351.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071171 genome assembly, chromosome: 1	False	False
ISR0121_000000012067	2079	0.9877005090078392	3	3	2	2	1	False	94368	maximal	True	ISR0121_000000012067	1.0		28	6	False	False	0.9918230175971985	0					non-mobilizable	other	2080.0	99.32700000000001	100.0	0.0006557120471153403	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0055_000000010393	3030	0.9877001545021268	4	4	3	4	3	False	95720	fragment	False	SPA0047_000000012177	0.7610303974220501		0	0	False	False	1.0	0					non-mobilizable	chromosome	3030.0	99.736	100.0	0.0007600256135406505	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MON0005_000000001659	15001	0.9876937472165208	23	13	9	12	10	True	125417	fragment	False	SPA0098_000000001538	0.29841523931211994		0	0	False	False	1.0	0					non-mobilizable	other	15003.0	98.807	100.0	0.004281483646393576	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0782_000000000132	47239	0.987693733798597	38	23	13	17	14	True	114907	maximal	True	ISR0782_000000000132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3024.0	85.28399999999999	57.0	0.0012312868726662902	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
MON0014_000000006459	2528	0.9876937285319356	3	2	2	2	2	False	36835	fragment	False	MON0014_000000006459	1.0		0	0	False	False	0.9865506291389465	0					non-mobilizable	no_good_hit								True	False
FIJ0025_000000000919	18990	0.9876913323344144	22	18	12	18	10	True	108332	maximal	True	FIJ0025_000000000919	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	91.506	3.0	0.016375269225896365	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0065_000000002007	11213	0.9876859295522236	15	8	7	6	8	False	122613	maximal	True	ISR0065_000000002007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2423.0	99.09200000000001	22.0	0.0131255794284599	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
FIJ0148_000000002690	6363	0.9876812947841728	9	3	3	3	2	True	53017	maximal	True	FIJ0148_000000002690	1.0		2	1	True	True	1.0	66					non-mobilizable	no_good_hit	244.0	77.459	4.0	0.004235636054301209	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0154_000000006368	4375	0.9876783897764156	7	7	7	6	6	False	113192	fragment	False	CHI0039_000000002985	0.9565275421370839		0	0	False	False	0.9990857243537903	0					non-mobilizable	chromosome	4375.0	100.0	100.0	0.0008609014350522298	CP037449.1	enterobacteria	Escherichia coli strain ATCC 25922 chromosome, complete genome	False	False
USA0116_01_000000001572	16025	0.987677827674412	17	12	6	8	10	False	76988	fragment	False	USA0116_01_000000001572	1.0		0	0	False	False	0.9989391565322876	0					non-mobilizable	no_good_hit	859.0	99.53399999999999	5.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
DEN0090_000000005785	3988	0.9876746407497368	4	4	4	4	1	False	104190	fragment	False	DEN0090_000000005785	1.0		0	0	False	False	0.9967402219772339	0					non-mobilizable	no_good_hit	838.0	87.82799999999999	50.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
USA0047_01_000000006782	5025	0.987671599727158	8	5	3	2	4	True	1180	backbone	True	USA0047_01_000000006782	1.0	PS1	17	8	True	True	1.0	59					non-mobilizable	no_good_hit	1798.0	74.027	48.0	0.32524091919940695	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
ISR0295_000000007827	4102	0.9876690084711328	3	2	2	2	1	False	68470	fragment	False	ISR0295_000000007827	0.9587981744421907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1705.0	90.381	41.0	0.06950580919653085	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0166_000000001261	10539	0.9876675757182366	7	6	6	6	4	True	100285	fragment	False	ISR0773_000000000654	0.9578891946796386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	90.993	16.0	0.0021102340229946963	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
USA0011_01_000000017425	2107	0.9876674215741524	3	1	1	1	1	False	2016	maximal	True	USA0011_01_000000017425	1.0		1	1	False	False	0.9914570450782776	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000006871	4527	0.9876670233571646	3	3	2	3	2	True	114484	fragment	False	SPA0097_000000006871	1.0		0	0	False	False	0.9984537363052368	0					non-mobilizable	no_good_hit	79.0	93.671	2.0	0.006227544910179641	NZ_BBCG01000077.1	firmicutes	Cellulosilyticum ruminicola JCM 14822, whole genome shotgun sequence	True	True
ENG0051_000000018889	1550	0.9876634319451436	3	2	2	2	2	False	64043	fragment	False	ENG0051_000000018889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0039_000000011814	1355	0.9876596408128592	2	2	2	2	1	False	116558	fragment	False	AST0039_000000011814	0.9910514541387025		0	0	False	False	0.9874538779258728	0					non-mobilizable	other	1343.0	98.287	99.0	0.00028342833392081706	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
DEN0020_000000008486	1341	0.9876596408128592	2	2	2	2	1	False	116558	fragment	False	AST0039_000000011814	0.9859778597785978		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	98.435	100.0	0.00029975221229435936	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0087_000000021632	1184	0.9876596408128592	2	2	2	2	1	False	78830	fragment	False	ENG0087_000000021632	0.9568460775185691		0	0	False	False	1.0	0					non-mobilizable	chromosome	1190.0	98.235	100.0	0.0002640936966231989	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0089_000000032102	1157	0.9876596408128592	2	2	2	2	1	False	78830	fragment	False	ENG0087_000000021632	0.7938061955962643		0	0	False	False	1.0	0					non-mobilizable	chromosome	1163.0	98.45200000000001	100.0	0.0002580966152028235	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0085_000000002698	1157	0.9876596408128592	3	2	2	2	1	False	84084	fragment	False	CHI0085_000000002698	1.0		0	0	False	False	0.9524632692337036	0					non-mobilizable	other	1076.0	93.494	91.0	0.002609873982467126	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0146_000000039477	1101	0.9876596408128592	2	2	2	2	1	False	30969	fragment	False	ISR0146_000000039477	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	99.001	100.0	0.0026905917345021917	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0844_000000007709	1635	0.987659452268512	3	3	3	3	2	False	20711	maximal	True	ISR0844_000000007709	1.0		2	2	False	False	0.9920489192008972	0					non-mobilizable	other	1504.0	95.346	99.0	0.0016197885065441623	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
AST0007_000000013085	1368	0.9876594021552071	2	1	1	1	1	False	126690	maximal	True	AST0007_000000013085	1.0		0	0	False	False	0.9956140518188477	0					non-mobilizable	chromosome	1098.0	100.0	93.0	0.00033778748886871676	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
FIJ0131_000000007959	2333	0.9876587213588802	4	4	3	4	4	False	78306	fragment	False	FIJ0005_000000013468	0.9523615635179152		0	0	False	False	0.9957136511802673	0					non-mobilizable	chromosome	2333.0	98.757	100.0	0.00042744066419733533	CP044050.1	enterobacteria	Klebsiella variicola strain FDAARGOS_627 chromosome, complete genome	False	False
ENG0168_000000004823	5875	0.9876569963513868	9	4	3	4	2	False	56006	fragment	False	ENG0168_000000004823	1.0		0	0	False	False	0.9954042434692383	0					non-mobilizable	no_good_hit	516.0	81.589	9.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	False
CHI0109_000000003138	5060	0.9876569963513868	9	4	3	4	2	False	82839	fragment	False	CHI0109_000000003138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	85.185	3.0	7.184687066715398e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0003_000000006211	4031	0.9876569963513868	6	4	3	4	2	False	52212	fragment	False	FIJ0003_000000006211	1.0		0	0	False	False	0.9990077018737793	0					non-mobilizable	no_good_hit	516.0	81.589	13.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	False
SPA0023_000000001960	9211	0.987656165661668	9	5	4	4	5	False	7657	maximal	True	SPA0023_000000001960	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	94.505	1.0	3.4964858374841156e-05	NZ_AP014568.1	b-proteobacteria	Serpentinomonas raichei strain A1	True	False
ISR0399_000000001280	8692	0.98764799332857	14	11	8	10	9	False	132200	fragment	False	ENG0181_000000001954	0.387595102390003		0	0	False	False	0.9995397925376892	0					non-mobilizable	other	8696.0	99.402	100.0	0.07115617532488788	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
MON0041_000000057587	1223	0.987647753431116	2	2	2	1	1	False	11757	fragment	False	MON0041_000000057587	1.0		0	0	False	False	0.9991823434829712	0					non-mobilizable	no_good_hit								True	False
ISR0039_000000003277	8023	0.987643081385274	11	7	5	4	4	True	59169	maximal	True	ISR0039_000000003277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0145_000000012312	1351	0.987642800415423	3	1	1	1	1	False	78123	fragment	False	CHI0167_000000016662	0.9742647058823529		0	0	False	False	0.9925980567932129	0					non-mobilizable	no_good_hit								True	False
AST0061_000000009099	4331	0.987638848967132	5	1	1	1	1	True	112153	maximal	True	AST0061_000000009099	1.0		6	2	True	True	1.0	72					non-mobilizable	no_good_hit								True	True
FIJ0048_000000007607	3975	0.987638848967132	4	1	1	1	1	True	46795	maximal	True	FIJ0048_000000007607	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	119.0	81.513	3.0	0.0074927154155681975	AP017399.1	firmicutes	Lactococcus garvieae plasmid pNALG-1 DNA, complete sequence, strain: 122061	True	True
USA0035_01_000000009056	2779	0.987638848967132	3	1	1	1	1	True	1425	backbone	True	USA0035_01_000000009056	1.0	PS4	1	1	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
ISR0125_000000006151	2432	0.987638848967132	2	1	1	1	1	True	32045	maximal	True	ISR0125_000000006151	1.0		1	1	True	True	1.0	31	rep_cluster_689				non-mobilizable	no_good_hit	1660.0	98.133	76.0	0.7991287512100678	CP015127.2	firmicutes	Lactobacillus plantarum strain CAUH2 plasmid pCAUH201, complete sequence	True	True
ISR0323_000000011932	1784	0.987638848967132	2	1	1	1	1	True	24976	maximal	True	ISR0323_000000011932	1.0		1	1	False	False	1.0	0	rep_cluster_689				non-mobilizable	no_good_hit	1396.0	99.785	78.0	0.3990274599542334	KT247376.1	firmicutes	Lactobacillus plantarum plasmid pPC101, complete sequence	True	True
ENG0101_000000021743	1556	0.987638848967132	2	1	1	1	1	True	60450	fragment	False	ENG0101_000000021743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0199_000000007512	3806	0.9876387108432356	4	3	2	2	2	True	90285	fragment	False	ISR0199_000000007512	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3806.0	99.869	100.0	0.014413370152770359	CP040862.1	enterobacteria	Klebsiella pneumoniae strain Xen39 plasmid unnamed3, complete sequence	False	True
FIJ0115_000000007507	3223	0.9876387108432356	3	3	2	2	2	True	89813	fragment	False	FIJ0115_000000007507	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3223.0	99.44200000000001	100.0	0.02560211046571685	CP043515.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 plasmid unnamed4, complete sequence	False	True
USA0042_01_000000010485	1885	0.9876384429278808	2	2	2	2	2	False	1264	fragment	False	USA0042_01_000000010485	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1883.0	100.0	99.0	0.48743848743848744	NZ_CAAHGR010000062.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	False
MON0026_000000020379	2169	0.9876376317121868	5	4	3	1	3	False	71478	fragment	False	MON0026_000000020379	1.0		0	0	False	False	0.9963116645812988	0					non-mobilizable	other	2051.0	90.68700000000001	95.0	0.17346766000677277	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
SPA0092_000000006087	6094	0.9876315326046694	9	7	6	6	5	True	94594	fragment	False	ENG0164_000000002692	0.9665695877456292		0	0	False	False	0.9998359084129333	0					non-mobilizable	other	6050.0	99.95	100.0	0.1309590820523923	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0123_000000001806	6084	0.9876315326046694	9	7	6	6	5	True	94594	fragment	False	ENG0164_000000002692	0.9690941355056347		0	0	False	False	1.0	0					non-mobilizable	other	6039.0	99.98299999999999	100.0	0.13072093526737388	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0081_000000004068	6072	0.9876315326046694	9	7	6	6	5	True	94594	fragment	False	ENG0164_000000002692	0.9651799983725797		0	0	False	False	0.9975296258926392	0					non-mobilizable	other	6087.0	99.73700000000001	100.0	0.13176012123836328	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0142_000000021920	1566	0.987631004615366	2	2	2	1	1	False	57670	maximal	True	ENG0142_000000021920	1.0		1	1	False	False	0.9578543901443481	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	9.358645117750819e-06	NZ_CP011805.1	a-proteobacteria	Altererythrobacter marensis strain KCTC 22370 chromosome, complete genome	True	False
MON0026_000000000855	15406	0.9876235724487938	24	14	9	12	10	True	125417	fragment	False	SPA0098_000000001538	0.39693398086551335		0	0	False	False	1.0	0					non-mobilizable	other	15406.0	98.786	100.0	0.004396505172258292	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0092_000000005122	6990	0.98761867138127	8	8	5	6	5	False	100057	fragment	False	SPA0031_000000003133	0.6515460910151692		0	0	False	False	0.9985693693161011	0					non-mobilizable	no_good_hit	84.0	91.667	2.0	9.61100061065016e-05	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
SPA0023_000000007272	3411	0.9876179196020084	8	2	1	2	1	False	80459	fragment	False	SPA0023_000000007272	1.0		0	0	False	False	0.9976546764373779	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	7.609589985779579e-05	NZ_JAAIUD010000002.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_2_length_420522_cov_292.513, whole genome shotgun sequence	True	False
SPA0143_000000003685	4677	0.9876163188637668	7	6	5	6	3	False	3414	maximal	True	SPA0143_000000003685	1.0		0	0	False	False	0.9997861981391907	0					non-mobilizable	no_good_hit	143.0	76.923	3.0	0.00014505589248702414	NZ_CZRP01000012.1	firmicutes	Gracilibacillus massiliensis strain Awa-1, whole genome shotgun sequence	True	False
ISR0197_000000009516	2643	0.9876154011460836	3	2	2	2	2	False	110571	fragment	False	ISR0197_000000009516	1.0		0	0	False	False	0.9977298378944397	0					non-mobilizable	no_good_hit	68.0	83.824	3.0	0.00011719904771400633	NZ_FJNE01000003.1	firmicutes	Trichococcus palustris isolate Trichococcus palustris, whole genome shotgun sequence	True	False
ISR0069_000000004291	5571	0.9876131564654994	8	7	4	5	7	False	98329	fragment	False	ISR0069_000000004291	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	2784.0	94.397	99.0	0.013036101423319823	CP015160.1	enterobacteria	Escherichia coli strain Eco889 plasmid pECO-fce, complete sequence	False	True
DEN0035_000000007928	3862	0.9876126684456256	6	5	1	5	3	True	73496	maximal	True	DEN0035_000000007928	1.0		1	1	False	False	0.9857586622238159	0					non-mobilizable	no_good_hit	1954.0	99.693	51.0	0.0038648624045658016	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
USA0101_01_000000003846	7273	0.9876101596508274	10	8	4	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.28944922004728313		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	chromosome	3330.0	94.625	93.0	0.0007529295836665963	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
FIJ0104_000000015036	1779	0.9876101224654636	2	1	1	1	1	False	42493	fragment	False	FIJ0104_000000015036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	73.14399999999999	44.0	0.016457696765356654	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ENG0157_000000006740	3655	0.9876092742883804	3	3	2	3	2	False	56638	fragment	False	ENG0157_000000006740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2474.0	91.795	67.0	0.0006603755142614064	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
AST0113_000000013188	2855	0.987605325146098	6	3	1	2	3	False	106635	fragment	False	AST0113_000000013188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	90.02600000000001	14.0	0.00011481964689091598	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
SPA0111_000000027416	1242	0.9876036504468496	2	2	2	2	1	False	94363	fragment	False	SPA0124_000000022236	0.9584634185758146		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	99.59700000000001	100.0	0.0003912814910601646	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CAN0011_000000024471	1235	0.9876036504468496	2	2	2	2	1	False	94363	fragment	False	SPA0124_000000022236	0.8001700442240258		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	99.595	100.0	0.00038907264393321205	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CHI0021_000000002850	2808	0.9876020570251111	2	2	1	2	2	True	89311	fragment	False	CHI0021_000000002850	1.0		0	0	False	False	0.9946581125259399	0	IncFIB				non-mobilizable	plasmid	2808.0	100.0	100.0	0.030485685737868716	CP053729.1	enterobacteria	Escherichia coli strain CP61_Sichuan plasmid pCP61-IncFIB, complete sequence	False	True
ISR0148_000000006593	4418	0.9876018728228468	5	3	3	3	2	False	105981	fragment	False	ISR0848_000000003121	0.7293087268829813		0	0	False	False	0.9997736811637878	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000011374	2684	0.9875844737241112	4	3	3	3	2	False	103899	fragment	False	ENG0145_000000011267	0.643243879472693		0	0	False	False	0.9903129935264587	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.063584663598706e-05	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
DEN0063_000000004636	7730	0.9875812208126676	11	7	3	5	6	False	71587	fragment	False	DEN0063_000000004636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	1.0	2.6745389437332455e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MON0101_000000007001	7195	0.9875803268192032	8	4	4	4	2	True	70363	maximal	False	MON0085_000000001928	1.0	PS190|PS224	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	900.0	91.22200000000001	27.0	0.309975837072834	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0037_000000003026	3926	0.9875802531511212	6	2	2	1	2	False	106218	fragment	False	CHI0037_000000003026	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	85.105	59.0	0.00046660950483272065	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0181_000000010329	1850	0.9875771430113964	3	3	2	3	3	True	58030	fragment	False	ISR0293_000000016481	0.4817240080841429		0	0	False	False	0.9935135245323181	0					non-mobilizable	plasmid	1850.0	100.0	100.0	0.014263453468279437	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0154_000000005577	4269	0.9875767654170812	5	3	3	3	3	False	30637	maximal	True	ISR0154_000000005577	1.0		1	1	False	False	0.9997657537460327	0					non-mobilizable	no_good_hit	3694.0	99.594	87.0	0.0009755576964581153	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
SPA0067_000000005053	4417	0.987575885222144	5	5	5	5	4	False	6055	fragment	False	SPA0067_000000005053	1.0		0	0	False	False	0.9997736215591431	0					non-mobilizable	other	4417.0	100.0	100.0	0.0006924475858260244	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
AST0026_000000001338	17939	0.987570565391945	32	8	5	4	5	True	119606	fragment	False	AST0026_000000001338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	0.0	0.00015600410537119398	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0207_000000001347	13554	0.987570565391945	23	8	5	4	5	True	59171	fragment	False	ISR0207_000000001347	1.0		0	0	False	False	0.9994097948074341	0					non-mobilizable	no_good_hit								True	True
ISR0811_000000004209	3334	0.9875695322862972	3	2	1	2	2	True	90284	fragment	False	FIJ0063_000000007544	0.7248181850989525		0	0	False	False	0.9937012791633606	0	IncFIB				non-mobilizable	plasmid	3334.0	99.1	100.0	0.014845706240364994	CP049605.1	enterobacteria	Klebsiella pneumoniae strain Kp8701 plasmid unnamed, complete sequence	False	True
FIJ0031_000000007638	3099	0.9875695322862972	2	2	1	2	2	True	90284	fragment	False	FIJ0063_000000007544	0.4736379613356766		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3099.0	99.29	100.0	0.02461680267622309	CP043515.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 plasmid unnamed4, complete sequence	False	True
CHI0121_000000002151	3828	0.9875663589517484	7	5	3	4	4	False	81796	maximal	True	CHI0121_000000002151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2400.0	95.208	74.0	0.495251857968621	AP022130.1	enterobacteria	Enterobacter cloacae plasmid pWP5-S18-CRE-02_4 DNA, complete genome, strain: WP5-S18-CRE-02	True	False
CHI0068_000000007041	2070	0.9875660689148168	4	3	3	3	2	False	85151	fragment	False	CHI0068_000000007041	0.997926386728875		0	0	False	False	0.9985507130622864	0					non-mobilizable	chromosome	2070.0	99.51700000000001	100.0	0.0008113715944647908	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0092_000000002120	8262	0.9875584880939956	7	4	3	4	2	True	127363	fragment	False	MAD0035_000000002553	0.9299340651206032		0	0	False	False	0.9997579455375671	0					non-mobilizable	other	8272.0	97.087	100.0	0.08978371916096077	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0066_000000018711	1726	0.9875576662659484	2	2	2	2	1	False	101766	fragment	False	ISR0066_000000018711	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	99.571	67.0	0.001612284388128379	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0041_000000000894	11714	0.9875540298353328	14	7	3	6	7	False	36444	maximal	True	ISR0041_000000000894	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	88.75	37.0	0.008037452670508469	LR135288.1	firmicutes	Enterococcus faecium isolate E7199 genome assembly, plasmid: 2	True	False
ISR0383_000000000097	52293	0.9875539795080376	42	24	12	21	13	True	57799	fragment	False	ISR0383_000000000097	1.0		0	0	False	False	0.9999808669090271	0					non-mobilizable	no_good_hit	1280.0	93.75	3.0	0.002074311941484617	NZ_QJKD01000002.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_102, whole genome shotgun sequence	True	True
ENG0105_000000001268	12982	0.9875537973522606	10	9	9	6	6	True	120826	fragment	False	USA0086_01_000000001669	0.988499082721348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2278.0	86.348	18.0	0.0007384160974709249	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ISR0076_000000005770	4295	0.9875525174717594	7	5	5	5	5	False	49079	maximal	True	ISR0076_000000005770	0.9991849091755938		3	1	False	False	1.0	0					non-mobilizable	other	2486.0	96.13799999999999	99.0	0.0016711293032085144	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ENG0188_000000000258	47093	0.9875524340494698	42	20	10	16	7	True	132147	fragment	False	ISR0104_000000000158	0.2672785637527471		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	315.0	77.143	1.0	0.002267294458529518	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	True	True
ISR0196_000000010648	1912	0.987549522842618	2	2	2	2	2	False	43089	fragment	False	ISR0196_000000010648	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1912.0	96.54799999999999	100.0	0.004657139443532794	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0011_000000002220	14010	0.9875444971268054	14	14	11	12	13	False	13708	maximal	True	MON0011_000000002220	1.0		2	1	False	False	0.9986438155174255	0					non-mobilizable	plasmid	13229.0	99.675	95.0	0.05583531368319749	CP052259.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-1, complete sequence	False	True
MAD0096_000000008101	2254	0.9875417737399173	3	3	3	3	2	False	100436	fragment	False	AUS0016_000000011195	0.7344561031199539		0	0	False	False	0.9986690282821655	0					non-mobilizable	no_good_hit	168.0	74.405	7.0	3.451017924796254e-05	NZ_AP018449.1	firmicutes	Methylomusa anaerophila strain MMFC1	True	False
CHI0045_000000006700	3059	0.9875397502745688	2	2	1	2	2	True	87170	fragment	False	CHI0045_000000006700	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3059.0	99.64	100.0	0.012325078996582188	CP028549.2	enterobacteria	Klebsiella variicola strain WCHKP19 plasmid p1_020019, complete sequence	False	True
ISR0135_000000004995	3723	0.9875394656855574	5	5	3	4	5	True	98156	fragment	False	ISR0135_000000004995	0.9657049568380822		0	0	False	False	0.9959709644317627	0					non-mobilizable	plasmid	3723.0	100.0	100.0	0.04282689740875408	CP053868.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain SL7207 plasmid pSL7202-2b, complete sequence	False	True
SPA0009_000000014305	2508	0.9875333785323506	3	2	2	2	1	False	42967	maximal	True	SPA0009_000000014305	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	8.797418083469903e-05	NZ_FNIT01000004.1	a-proteobacteria	Aureimonas jatrophae strain L7-484,KACC 16230,DSM 25025, whole genome shotgun sequence	True	False
SPA0106_000000003200	10931	0.9875277792332621	10	9	3	7	4	False	83903	fragment	False	SPA0106_000000003200	0.9932707700841913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000012783	3217	0.9875267105032188	4	2	1	1	2	True	17678	fragment	False	MAD0047_000000012783	1.0		0	0	False	False	0.9807273745536804	0	rep_cluster_1704				non-mobilizable	plasmid	3156.0	99.525	98.0	0.03383813466612325	CP055953.1	enterobacteria	Escherichia coli strain RHB20-C09 plasmid pRHB20-C09_3, complete sequence	False	True
DEN0094_000000011619	2970	0.9875259338388512	5	3	3	3	3	False	128263	maximal	True	DEN0094_000000011619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	99.255	24.0	0.019482974206868474	NZ_MIEH01000011.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_11, whole genome shotgun sequence	True	False
ISR0084_000000001896	9875	0.9875244209901084	11	4	3	4	3	False	34503	maximal	True	ISR0084_000000001896	1.0		2	1	False	False	0.9977721571922302	0					non-mobilizable	no_good_hit	523.0	81.64399999999999	5.0	0.0038668692169589835	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
MON0041_000000038392	1737	0.9875200426864488	3	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.07542455432478042		0	0	False	False	1.0	0					non-mobilizable	chromosome	1644.0	95.195	94.0	0.00037150565222545914	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0067_000000008990	3117	0.9875187400131858	5	5	5	5	4	False	118816	fragment	False	SPA0044_000000008224	0.9876753180606622		0	0	False	False	0.9939044117927551	0					non-mobilizable	other	3117.0	99.39	100.0	0.003940652458734439	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
SPA0001_000000005218	6255	0.9875181999029876	9	5	3	5	4	False	52657	maximal	True	SPA0001_000000005218	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	86.111	1.0	0.00025481090159992537	NZ_KB899214.1	CFB group bacteria	Prevotella loescheii DSM 19665 = JCM 12249 = ATCC 15930 strain DSM 19665 F453DRAFT_scaffold00005.5, whole genome shotgun sequence	True	False
ISR0122_000000001226	10964	0.9875143371091984	7	7	7	7	6	False	114995	maximal	True	ISR0122_000000001226	1.0		31	9	False	False	0.9999088048934937	0					non-mobilizable	no_good_hit	264.0	75.758	2.0	3.5707667141984616e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
MAD0056_000000002017	5430	0.987513766764678	5	5	1	3	5	False	49909	maximal	True	MAD0056_000000002017	1.0		5	1	False	False	1.0	0	rep_cluster_2335,rep_cluster_2358	MOBP,MOBP		MOBP	mobilizable	no_good_hit	2717.0	94.7	66.0	0.2306775621382363	CP019842.1	enterobacteria	Enterobacter roggenkampii strain R11 plasmid pASM3, complete sequence	True	True
ISR0203_000000006361	2660	0.9875133968677792	3	3	3	3	2	False	28695	maximal	True	ISR0203_000000006361	1.0		1	1	False	False	0.9988721609115601	0					non-mobilizable	no_good_hit	551.0	99.819	21.0	0.0002324723262829408	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
FIJ0060_000000009000	1593	0.9875053849709472	1	1	1	1	1	False	45875	maximal	True	FIJ0060_000000009000	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	78.26100000000001	8.0	5.051342752454048e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
ISR0308_000000009064	1900	0.9875052961789488	3	2	2	2	1	False	50860	fragment	False	ISR0308_000000009064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0038_000000000513	17404	0.9875002575194192	20	20	13	20	20	False	109706	maximal	True	CHI0038_000000000513	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	17364.0	99.367	100.0	0.003711369119408096	CP026766.1	enterobacteria	Shigella boydii strain 59-248 chromosome, complete genome	False	False
CHI0149_000000004664	3154	0.9874995485040295	3	3	2	3	2	False	84036	fragment	False	CHI0149_000000004664	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	3155.0	99.715	100.0	0.7540043031317236	CP056480.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00473 plasmid pRHBSTW-00473_7, complete sequence	False	True
FIJ0007_000000011400	1591	0.9874928830197788	2	2	0	2	0	True	51983	maximal	True	FIJ0007_000000011400	0.9999001996007983		7	1	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
SPA0007_000000020862	1253	0.9874925529889296	2	1	1	1	1	False	98786	fragment	False	SPA0007_000000020862	0.9995925020374898		0	0	False	False	0.9792497754096985	0					non-mobilizable	other	1238.0	97.65799999999999	99.0	0.00038970374311234133	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
AUS0024_000000026133	1227	0.9874925529889296	2	1	1	1	1	False	98786	fragment	False	SPA0007_000000020862	0.9892258579409419		0	0	False	False	0.9991850256919861	0					non-mobilizable	other	1230.0	97.72399999999999	100.0	0.00038717934639582416	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0339_000000001776	7239	0.9874896550398156	8	5	4	5	3	True	129472	maximal	True	ISR0339_000000001776	1.0		0	0	True	True	0.9998618364334106	9					non-mobilizable	no_good_hit	1798.0	97.219	25.0	0.0005111401240730785	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0344_000000003591	7361	0.9874896196058732	7	2	1	2	1	False	92473	fragment	False	ISR0344_000000003591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2275.0	91.165	88.0	0.09298805432826052	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0848_000000003121	4758	0.9874884375320441	5	3	3	3	2	False	105981	fragment	False	ISR0848_000000003121	0.9669692261035081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	80.816	14.0	0.000666905234392791	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
DEN0096_000000006199	6307	0.9874786652472344	7	5	1	3	3	False	126505	maximal	True	DEN0096_000000006199	0.9581237743019796		9	6	True	True	1.0	191					non-mobilizable	no_good_hit	834.0	73.141	15.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0298_000000002028	6250	0.9874786652472344	7	5	1	3	3	False	126505	maximal	False	DEN0096_000000006199	0.9541592411394088		0	0	True	True	0.9998400211334229	8					non-mobilizable	no_good_hit	279.0	88.17200000000001	4.0	0.04962513388075687	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
ISR0120_000000004112	6192	0.9874786652472344	7	5	1	3	3	False	126505	maximal	False	DEN0096_000000006199	0.9529500871626077		0	0	True	True	1.0	19					non-mobilizable	no_good_hit	279.0	88.17200000000001	4.0	0.04962513388075687	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
ENG0202_000000003996	6089	0.9874786652472344	7	5	1	3	3	False	126505	maximal	False	DEN0096_000000006199	0.9484726889367018		0	0	True	True	1.0	41					non-mobilizable	no_good_hit	834.0	73.141	16.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0087_000000003522	10925	0.9874783651138016	14	6	5	6	3	False	20817	maximal	True	MON0087_000000003522	0.9517003676470588		3	1	False	False	0.9998169541358948	0					non-mobilizable	no_good_hit	453.0	75.497	4.0	0.0001465849638587721	NZ_CP046996.1	firmicutes	Dehalobacter restrictus strain 12DCA chromosome, complete genome	True	False
ISR0326_000000001708	7958	0.9874779228883448	12	5	5	5	4	True	73477	fragment	False	ISR0326_000000001708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	87.14	7.0	0.15884697945415516	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
SPA0009_000000002738	11181	0.9874726461872512	20	11	7	9	8	True	8151	maximal	True	SPA0009_000000002738	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	92.505	5.0	9.857291335495077e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	True
ENG0105_000000005500	3714	0.9874722388968826	4	3	1	3	1	True	60182	maximal	True	ENG0105_000000005500	1.0		1	1	True	True	0.9967690110206604	7					non-mobilizable	no_good_hit								True	True
ISR0253_000000000850	11456	0.9874714311804036	11	6	5	6	3	False	123888	fragment	False	SPA0082_000000000937	0.009892285336816277		0	0	False	False	0.9993016719818115	0					non-mobilizable	no_good_hit	7954.0	99.95	81.0	0.08090621471225547	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
MAD0099_000000007031	4073	0.9874677563594709	4	1	1	1	1	False	26775	maximal	True	MAD0099_000000007031	1.0		1	1	True	True	0.998772382736206	1					non-mobilizable	no_good_hit	446.0	76.009	11.0	9.112273589060954e-05	CP061336.1	firmicutes	Ruminiclostridium sp. MA18 chromosome, complete genome	True	True
ISR0024_000000019133	1391	0.9874669077340132	2	2	2	2	2	False	62924	fragment	False	ISR0024_000000019133	1.0		0	0	False	False	0.999281108379364	0					non-mobilizable	no_good_hit	1142.0	95.79700000000001	82.0	0.00025815344043194206	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0069_000000014278	3257	0.9874665583874452	3	2	0	2	1	True	33062	maximal	False	MON0019_000000019979	0.9984926138076574		0	0	True	True	0.999692976474762	32					non-mobilizable	no_good_hit	206.0	74.757	9.0	0.057007786429365964	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	True	True
MON0019_000000019979	3237	0.9874665583874452	3	2	0	2	1	True	33062	maximal	True	MON0019_000000019979	0.9986856738449096		3	2	True	True	1.0	113					non-mobilizable	no_good_hit	266.0	75.188	8.0	0.18287373004354138	HG796590.1	bacteria	Uncultured bacterium plasmid pRGI01759	True	True
ISR0103_000000008436	3218	0.9874665583874452	2	2	0	2	1	True	33062	maximal	False	MON0019_000000019979	0.9971774343088916		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	266.0	75.188	8.0	0.18287373004354138	HG796590.1	bacteria	Uncultured bacterium plasmid pRGI01759	True	True
SPA0064_000000003968	5242	0.987466544045114	6	5	1	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9840259868810132	PS1015|PS542	0	0	True	True	1.0	73	Col156,rep_cluster_2131	MOBQ			mobilizable	plasmid	5036.0	98.868	100.0	0.9738726533772015	MG649065.1	enterobacteria	Escherichia coli strain Ec001 plasmid pMG2, complete sequence	False	True
FIJ0091_000000010269	2248	0.9874564527237254	4	3	3	2	2	False	77126	fragment	False	USA0017_01_000000012242	0.9871225577264653		0	0	False	False	0.9937722682952881	0					non-mobilizable	other	2037.0	77.76100000000001	90.0	0.0005631737674325608	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0060_000000013587	1254	0.9874517281311344	1	1	1	1	1	False	34681	fragment	False	ISR0074_000000021668	0.7879051775909236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	78.906	10.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MON0065_000000001106	18239	0.9874480274533592	16	5	4	5	3	True	108343	fragment	False	DEN0006_000000000056	0.9597320564413427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	0.0	0.006384213580963436	NZ_CZAF01000018.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0374_000000001370	10256	0.9874457259409488	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9644855581025525	PS1052	0	0	True	True	0.9998049736022949	16	IncW	MOBF			mobilizable	other	7895.0	99.74700000000001	99.0	0.003309871290703052	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
CHI0183_000000001901	2928	0.9874339393278077	3	1	1	1	1	True	80923	maximal	True	CHI0183_000000001901	1.0		2	1	True	True	1.0	991					non-mobilizable	no_good_hit	224.0	88.39299999999999	8.0	0.017998385794995964	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
CHI0132_000000010932	2888	0.9874339393278077	3	1	1	1	1	True	80923	maximal	False	CHI0183_000000001901	1.0		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	224.0	88.39299999999999	8.0	0.017998385794995964	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0228_000000011740	2257	0.9874339393278077	2	1	1	1	1	True	52156	fragment	False	ISR0228_000000011740	1.0		0	0	False	False	0.9836065769195557	0					non-mobilizable	no_good_hit								True	True
ISR0035_000000008989	2104	0.9874339393278077	4	1	1	1	1	True	52155	fragment	False	ISR0035_000000008989	1.0		0	0	False	False	0.9876425862312317	0					non-mobilizable	no_good_hit								True	True
ISR0225_000000010621	1855	0.9874339393278077	2	1	1	1	1	True	52154	fragment	False	ISR0225_000000010621	1.0		0	0	False	False	0.981671154499054	0					non-mobilizable	no_good_hit								True	True
ENG0079_000000023674	1390	0.9874339393278077	1	1	1	1	1	True	113441	fragment	False	ENG0079_000000023674	0.982561412742027		0	0	False	False	0.999280571937561	0					non-mobilizable	no_good_hit								True	True
AST0055_000000026268	1390	0.9874339393278077	1	1	1	1	1	True	113441	fragment	False	ENG0079_000000023674	0.9818076067577086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0135_000000016241	1390	0.9874339393278077	1	1	1	1	1	True	113441	fragment	False	ENG0079_000000023674	0.9795610171059075		0	0	False	False	0.9985611438751221	0					non-mobilizable	no_good_hit								True	True
ISR0064_000000016799	1390	0.9874339393278077	1	1	1	1	1	True	113441	fragment	False	ENG0079_000000023674	0.982561412742027		0	0	False	False	0.999280571937561	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000024114	1385	0.9874339393278077	1	1	1	1	1	True	113441	fragment	False	ENG0079_000000023674	0.9204472806575514		0	0	False	False	0.9992779493331909	0					non-mobilizable	no_good_hit								True	True
ISR0206_000000019058	1371	0.9874339393278077	1	1	1	1	1	True	113441	fragment	False	ENG0079_000000023674	0.9730811719623789		0	0	False	False	0.9890590906143188	0					non-mobilizable	no_good_hit								True	True
ISR0029_000000030844	1359	0.9874339393278077	1	1	1	1	1	True	113441	fragment	False	ENG0079_000000023674	0.9329982797298493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0125_01_000000017174	1354	0.9874339393278077	1	1	1	1	1	True	134	fragment	False	USA0125_01_000000017174	1.0		0	0	False	False	0.9985228776931763	0					non-mobilizable	no_good_hit								True	True
ENG0134_000000029005	1320	0.9874339393278077	1	1	1	1	1	True	113441	fragment	False	ENG0079_000000023674	0.8490487415999585		0	0	False	False	0.9878787994384766	0					non-mobilizable	no_good_hit								True	True
ENG0211_000000018273	1302	0.9874339393278077	2	1	1	1	1	True	113441	fragment	False	ENG0079_000000023674	0.826541730607604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0002_000000030757	1225	0.9874339393278077	1	1	1	1	1	True	102701	maximal	True	AUS0002_000000030757	1.0		1	1	False	False	0.9991836547851562	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	0.009382716049382716	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0230_000000029225	1225	0.9874339393278077	1	1	1	1	1	True	113441	fragment	False	ENG0079_000000023674	0.2842258301882314		0	0	False	False	0.9942857027053833	0					non-mobilizable	no_good_hit								True	True
CHI0177_000000013931	1217	0.9874339393278077	2	1	1	1	1	True	77652	fragment	False	CHI0177_000000013931	0.9994026284348866		0	0	False	False	0.9991782903671265	0					non-mobilizable	no_good_hit								True	True
ENG0163_000000021972	1197	0.9874339393278077	2	1	1	1	1	True	77652	fragment	False	CHI0177_000000013931	0.9939246771886526		0	0	False	False	0.9615706205368042	0					non-mobilizable	no_good_hit								True	True
MAD0005_000000027051	1185	0.9874339393278077	1	1	1	1	1	True	19911	fragment	False	MAD0005_000000027051	1.0		0	0	False	False	0.9746835231781006	0					non-mobilizable	no_good_hit	65.0	93.846	5.0	0.00516545601291364	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ENG0096_000000027237	1178	0.9874339393278077	1	1	1	1	1	True	60808	maximal	True	ENG0096_000000027237	0.9969378827646544		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0044_000000025057	1143	0.9874339393278077	1	1	1	1	1	True	60808	maximal	False	ENG0096_000000027237	0.9821731748726655		0	0	False	False	0.9991251230239868	0					non-mobilizable	no_good_hit								True	True
CAN0012_000000039423	1119	0.9874334067078868	1	1	1	1	1	False	93932	fragment	False	CAN0012_000000039423	1.0		0	0	False	False	0.9848078489303589	0					non-mobilizable	no_good_hit								True	False
FIJ0094_000000004591	4050	0.9874328164244079	6	5	4	5	4	False	122362	fragment	False	FIJ0094_000000004591	1.0		0	0	False	False	0.9982715845108032	0					non-mobilizable	virus	4051.0	98.17299999999999	100.0	0.18472906403940886	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
ISR0797_000000003906	2951	0.9874262897604784	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.3145160539386368	PS971	0	0	True	True	1.0	1					non-mobilizable	plasmid	1804.0	94.62299999999999	95.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0110_000000004502	5109	0.9874220025485896	7	5	4	5	4	False	61182	maximal	True	ISR0110_000000004502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	86.014	14.0	0.0014908925909120374	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0317_000000001096	12797	0.9874191646925304	20	11	6	10	6	True	75154	maximal	False	DEN0018_000000001787	0.4731288754543783		0	0	False	True	1.0	0					non-mobilizable	plasmid	6291.0	97.91799999999999	95.0	0.4442090395480226	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
MON0019_000000018578	3453	0.9874173035769612	4	2	1	2	2	True	130972	backbone	False	SPA0046_000000008155	0.4525561404364423	PS1129	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	2915.0	93.105	84.0	0.8606168446026097	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
DEN0017_000000012608	2359	0.9874171362208	4	1	1	1	1	False	75234	maximal	True	DEN0017_000000012608	1.0		1	1	False	False	0.9995760917663574	0					non-mobilizable	no_good_hit	642.0	86.76	34.0	0.0002049306966010643	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0195_000000001060	14989	0.9874132992228724	16	5	3	4	3	False	121841	maximal	False	FIJ0064_000000001467	0.9850823423199839		0	0	False	False	0.9995329976081848	0					non-mobilizable	no_good_hit	193.0	75.13	1.0	0.034751904850399556	LN853089.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0447	True	False
ENG0145_000000011267	2832	0.9874121748082176	4	3	3	3	2	False	103899	fragment	False	ENG0145_000000011267	0.9727572987329999		0	0	False	False	0.9996469020843506	0					non-mobilizable	no_good_hit								True	False
CHI0116_000000003541	5215	0.9874092547211988	6	4	3	3	2	True	89561	maximal	True	CHI0116_000000003541	1.0		3	1	True	True	1.0	56					non-mobilizable	no_good_hit	1406.0	88.265	36.0	0.0005834576838278955	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
MAD0047_000000013121	3154	0.9874075281257892	2	1	1	1	1	True	17675	maximal	True	MAD0047_000000013121	1.0		1	1	False	False	0.995878279209137	0					non-mobilizable	no_good_hit								True	True
MON0070_000000010081	3028	0.9874075281257892	5	1	1	1	1	True	10455	maximal	True	MON0070_000000010081	1.0		1	1	True	True	1.0	57					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.00123278253242e-05	NZ_FOLJ01000007.1	high GC Gram+	Verrucosispora sediminis strain CGMCC 4.3550, whole genome shotgun sequence	True	True
ISR0060_000000012013	2336	0.9874075281257892	4	1	1	1	1	True	35411	maximal	True	ISR0060_000000012013	1.0		1	1	False	False	0.9982876777648926	0					non-mobilizable	plasmid	2224.0	98.65100000000001	100.0	0.8992718446601942	LN853070.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0424	False	True
USA0062_01_000000009367	2270	0.9874075281257892	3	1	1	1	1	True	879	maximal	True	USA0062_01_000000009367	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	454.0	83.921	20.0	0.1796875	HG796408.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00970	True	True
CAN0020_000000024823	1426	0.9874075281257892	1	1	1	1	1	True	91803	maximal	True	CAN0020_000000024823	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	5.0	1.8116286632263837e-05	NZ_OAOI01000014.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	True
MAD0098_000000022796	1968	0.9873951250680733	2	2	2	2	2	False	16764	fragment	False	MAD0098_000000022796	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1971.0	83.51100000000001	99.0	0.00046079422841689986	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	False	False
ENG0183_000000003516	7964	0.9873928678591052	12	4	4	4	2	False	55187	maximal	True	ENG0183_000000003516	1.0		2	1	False	False	0.9962330460548401	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	0.00019796369113006214	NZ_LN879453.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	False
ENG0060_000000003421	6771	0.9873906245102809	10	6	4	5	4	False	124124	fragment	False	SPA0131_000000002312	0.3182026593305823		0	0	False	False	1.0	0					non-mobilizable	other	6769.0	98.96600000000001	99.0	0.0019011812897906143	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0090_000000001124	10107	0.9873905026710112	10	10	9	9	10	False	85786	maximal	True	MAD0090_000000001124	0.9829253550921728		2	1	False	False	1.0	0					non-mobilizable	chromosome	7574.0	99.221	100.0	0.0016056629248550598	CP023383.1	enterobacteria	Escherichia coli strain 1223 chromosome, complete genome	False	False
SPA0122_000000019754	1158	0.9873853577180948	1	1	1	1	1	False	22142	fragment	False	SPA0122_000000019754	0.9809437386569873		0	0	False	False	0.9991364479064941	0					non-mobilizable	chromosome	1158.0	99.914	100.0	0.00032353581865887275	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0786_000000012888	1102	0.9873853577180948	1	1	1	1	1	False	22142	fragment	False	SPA0122_000000019754	0.9576856649395509		0	0	False	False	0.9945553541183472	0					non-mobilizable	chromosome	1060.0	100.0	100.0	0.00029613174758837184	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0050_000000021308	1792	0.9873851377079388	3	2	2	1	2	False	59977	fragment	False	MON0102_000000025779	0.6463250815582422		0	0	False	False	0.9877232313156128	0					non-mobilizable	no_good_hit	171.0	78.947	9.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
DEN0064_000000003136	9053	0.987380140678762	11	7	6	5	4	False	75761	maximal	True	DEN0064_000000003136	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2326.0	78.16	25.0	0.0007214402959536296	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
DEN0094_000000000996	16908	0.987378434604762	26	15	10	13	12	True	125417	fragment	False	SPA0098_000000001538	0.5218230721889332		0	0	False	False	0.9998225569725037	0					non-mobilizable	other	16910.0	97.771	100.0	0.004825195822007185	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0281_000000013589	1353	0.9873760949756916	1	1	1	1	1	True	26167	fragment	False	ISR0281_000000013589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0068_000000002408	7179	0.9873699740133824	8	6	5	6	3	False	105900	maximal	True	ISR0068_000000002408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	98.462	11.0	0.0001987681386366009	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0049_000000003612	4180	0.9873667348513964	6	4	1	4	1	True	86832	maximal	True	CHI0049_000000003612	1.0		1	1	True	True	0.9992823004722595	16		MOBQ			mobilizable	no_good_hit	1998.0	85.085	67.0	0.48168050806057644	CP055400.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00123 plasmid pRHBSTW-00123_4, complete sequence	True	True
ISR0065_000000001670	12763	0.9873658688269796	10	7	4	5	6	True	128769	backbone	True	ISR0065_000000001670	1.0	PS1052|PS1053	22	4	True	True	1.0	30	IncW	MOBF			mobilizable	other	9596.0	99.781	91.0	0.004022663435901328	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ETH0005_000000014872	3222	0.987363517315862	6	3	3	2	3	False	52924	maximal	True	ETH0005_000000014872	0.9823474759987612		9	3	True	True	0.9996896386146545	67					non-mobilizable	no_good_hit	1409.0	91.27	44.0	0.0018377814960089968	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0400_000000004660	3755	0.9873582586287796	4	4	3	4	2	False	94058	fragment	False	ISR0400_000000004660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	2.0	2.830003362709878e-05	NZ_UWOP01000001.1	firmicutes	Enterococcus mediterraneensis strain Marseille-P4358, whole genome shotgun sequence	True	False
MAD0052_000000004368	3585	0.987357780326808	5	2	2	2	2	False	116201	fragment	False	USA0034_01_000000014843	0.744202645376909		0	0	False	False	0.991631805896759	0					non-mobilizable	no_good_hit	1487.0	96.167	41.0	0.00033621035274484303	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0040_000000003631	6575	0.9873570039393568	7	6	6	6	6	True	108531	fragment	False	ENG0059_000000001719	0.9527793862092171		0	0	False	False	1.0	0					non-mobilizable	plasmid	6588.0	99.529	100.0	0.09177290142807384	CP045065.1	enterobacteria	Enterobacter roggenkampii strain WCHER090065 plasmid pMCR10_090065, complete sequence	False	True
ISR0212_000000002632	10318	0.9873543279742724	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.960077928716733	PS1052	0	0	True	True	1.0	77	IncW	MOBF			mobilizable	other	9441.0	99.36399999999999	99.0	0.0039564156953476055	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0179_000000002508	10180	0.9873543279742724	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9533993279614804	PS1052	0	0	True	True	0.9968565702438354	4	IncW	MOBF			mobilizable	plasmid	7172.0	99.637	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0265_000000001449	10173	0.9873543279742724	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9565284297680048	PS1052	0	0	True	True	1.0	5	IncW	MOBF			mobilizable	plasmid	7172.0	99.65100000000001	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0207_000000002070	9833	0.9873543279742724	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9286936257012577	PS1052	0	0	False	True	1.0	0	IncW	MOBF			mobilizable	other	8560.0	99.755	99.0	0.0035886988063247305	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0199_000000010708	2348	0.987351684055264	2	2	2	2	0	True	62696	fragment	False	ENG0199_000000010708	1.0		0	0	False	False	0.995741069316864	0					non-mobilizable	no_good_hit	496.0	80.645	21.0	0.12788865546218486	HG796335.1	bacteria	Uncultured bacterium plasmid pRGI00505	True	True
AST0090_000000006885	3501	0.9873504325983858	6	2	2	2	1	False	109925	maximal	True	AST0090_000000006885	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	73.846	7.0	0.001186295023165446	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0085_000000004132	5096	0.9873469917164198	13	8	5	7	4	False	61488	maximal	True	ENG0085_000000004132	1.0		1	1	False	False	0.9948979616165161	0					non-mobilizable	no_good_hit	281.0	98.932	5.0	7.889121774511431e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0027_000000002402	10329	0.9873460641812828	11	6	3	3	3	True	128768	backbone	False	ENG0060_000000001922	0.9429335031380659	PS1052	0	0	True	True	1.0	57	IncW	MOBF			mobilizable	other	7137.0	96.427	99.0	0.0029840833513977223	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0158_000000011355	1654	0.98734167688625	1	1	1	1	1	False	56570	fragment	False	ENG0158_000000011355	1.0		0	0	False	False	0.9933494329452515	0					non-mobilizable	no_good_hit	1372.0	98.178	83.0	0.007979296959240888	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
SPA0014_000000005760	3659	0.9873409979781436	5	2	2	2	1	False	101593	fragment	False	DEN0065_000000007095	0.231657219640366		0	0	False	False	0.9997267127037048	0					non-mobilizable	no_good_hit	70.0	98.571	2.0	0.012756516916250694	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	False
ISR0394_000000000018	96319	0.9873381712651972	93	13	5	11	4	True	127415	maximal	False	SPA0046_000000000019	0.9088617881696215		0	0	True	True	1.0	78					non-mobilizable	virus	35288.0	95.571	99.0	0.3631071962087261	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
TAN0007_000000006595	4931	0.9873340752575696	6	2	1	2	1	True	14653	maximal	True	TAN0007_000000006595	1.0		2	1	True	True	0.9995943903923035	9					non-mobilizable	no_good_hit								True	True
CHI0127_000000002378	9065	0.9873302828579906	7	5	2	5	3	False	89850	fragment	False	CHI0127_000000002378	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8046.0	98.633	90.0	0.06477537183028273	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
MAD0048_000000015309	1558	0.9873296274125416	2	2	1	2	1	False	19941	fragment	False	MAD0005_000000018888	0.9526105115110352		0	0	False	False	0.9858793616294861	0					non-mobilizable	chromosome	1539.0	99.61	99.0	0.0008236332400810566	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
ENG0065_000000013020	2117	0.9873267535870908	3	2	1	2	1	False	62858	fragment	False	ENG0065_000000013020	1.0		0	0	False	False	0.9990552663803101	0					non-mobilizable	no_good_hit	616.0	81.169	29.0	0.00016973746061014325	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0067_000000009834	3030	0.9873177602954686	7	5	4	5	4	True	126027	fragment	False	FIJ0067_000000009834	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2293.0	94.76700000000001	99.0	0.05142715982842642	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
CHI0169_000000001717	7898	0.9873142792542596	11	5	3	4	3	False	78058	maximal	True	CHI0169_000000001717	1.0		1	1	False	False	0.9994935393333435	0					non-mobilizable	no_good_hit	541.0	75.046	7.0	0.00014879376738017087	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
MAD0009_000000000786	9508	0.9873142004959422	17	6	2	6	2	False	62302	maximal	True	MAD0009_000000000786	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	94.87200000000001	1.0	0.0006429472031796662	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0005_000000000631	24022	0.9873099833018496	33	8	4	7	3	False	76569	maximal	True	DEN0005_000000000631	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5328.0	86.39299999999999	48.0	0.09359160670612839	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0026_01_000000022953	1414	0.9873046059695304	2	2	2	2	1	True	1618	fragment	False	USA0026_01_000000022953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	9.283948277523465e-06	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	True
MON0005_000000019820	2674	0.9873020689933748	3	3	0	3	3	False	103829	fragment	False	MON0005_000000019820	1.0		0	0	False	False	0.9712041616439819	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	2575.0	99.845	96.0	0.37369337979094075	CP057401.1	enterobacteria	Escherichia coli strain RHB27-C22 plasmid pRHB27-C22_6, complete sequence	False	True
ENG0140_000000000758	18193	0.9873018772899284	18	18	16	18	18	True	90217	maximal	True	ENG0140_000000000758	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	18193.0	99.962	100.0	0.261304222924447	AP022059.1	enterobacteria	Klebsiella sp. WP4-W18-ESBL-05 plasmid pWP4-W18-ESBL-05_2 DNA, complete genome, strain: WP4-W18-ESBL-05	False	True
ISR0853_000000001578	7947	0.987295495212028	11	5	3	5	3	True	99218	fragment	False	ISR0853_000000001578	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5183.0	94.829	99.0	0.4771404821280133	FN429768.1	bacteria	Uncultured bacterium plasmid pTRACA30 complete sequence	False	True
FIJ0104_000000003955	6115	0.9872954867154308	10	3	3	3	1	False	97558	fragment	False	FIJ0104_000000003955	1.0		0	0	False	False	0.9985281825065613	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000003003	7031	0.9872900036809128	7	5	3	4	4	True	125307	fragment	False	ISR0097_000000003003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1691.0	77.824	24.0	0.003468991316021136	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0164_000000002692	6367	0.9872894656466136	9	7	6	6	5	True	94594	fragment	False	ENG0164_000000002692	0.9897381533706578		0	0	False	False	1.0	0					non-mobilizable	other	6245.0	98.751	99.0	0.13468283178177096	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0062_000000004928	6359	0.9872894656466136	9	7	6	6	5	True	94594	fragment	False	ENG0164_000000002692	0.989496096160853		0	0	False	False	1.0	0					non-mobilizable	other	6246.0	98.751	99.0	0.13468283178177096	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
USA0057_01_000000004639	6332	0.9872894656466136	9	7	6	6	5	True	94594	fragment	False	ENG0164_000000002692	0.9799993372589779		0	0	False	False	1.0	0					non-mobilizable	other	6250.0	97.936	99.0	0.13472613119722884	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0120_000000006977	6098	0.9872894656466136	9	7	6	6	5	True	94594	fragment	False	ENG0164_000000002692	0.9700747125267841		0	0	False	False	1.0	0					non-mobilizable	other	6100.0	99.213	100.0	0.1319982680233817	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0108_000000004096	6024	0.9872894656466136	9	7	6	6	5	True	94594	fragment	False	ENG0164_000000002692	0.9563864583949974		0	0	False	False	0.9995020031929016	0					non-mobilizable	other	5892.0	98.914	99.0	0.12751677852348994	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0845_000000007377	1420	0.9872823450404536	2	1	1	1	1	False	20684	fragment	False	ISR0845_000000007377	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1420.0	98.02799999999999	100.0	0.00046990380383652114	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
USA0056_01_000000013817	1223	0.9872802336392348	3	1	1	1	1	False	1005	fragment	False	USA0056_01_000000013817	1.0		0	0	False	False	0.9975470304489136	0					non-mobilizable	no_good_hit	702.0	86.895	57.0	0.00022446315362085323	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0069_000000016703	2860	0.9872728885728288	5	3	2	3	2	False	10502	fragment	False	MON0069_000000016703	1.0		0	0	False	False	0.9671328663825989	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000004738	6090	0.9872709929429933	13	3	1	3	2	True	76599	backbone	True	ETH0003_000000004738	1.0	PS364	1	1	True	True	1.0	26					non-mobilizable	no_good_hit	103.0	86.40799999999999	2.0	3.793167941196132e-05	CP020769.1	firmicutes	Staphylococcus lugdunensis strain VISLISI_33 genome	True	True
ISR0114_000000009661	2866	0.9872656624914344	3	2	2	2	1	False	115767	fragment	False	ISR0114_000000009661	0.9599364631133074		0	0	False	False	0.9989532232284546	0					non-mobilizable	no_good_hit	802.0	88.155	62.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0026_000000007959	2833	0.9872656624914344	3	2	2	2	1	False	115767	fragment	False	ISR0114_000000009661	0.9546406140963014		0	0	False	False	0.9992940425872803	0					non-mobilizable	no_good_hit	802.0	88.03	28.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0325_000000008196	2420	0.9872656624914344	3	2	2	2	1	False	115765	fragment	False	ISR0120_000000013592	0.703480369187515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	87.68700000000001	73.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0340_000000009834	2388	0.9872656624914344	3	2	2	2	1	False	115765	fragment	False	ISR0120_000000013592	0.7071438269489723		0	0	False	False	0.9907872676849365	0					non-mobilizable	no_good_hit	802.0	88.155	74.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0178_000000009507	2336	0.9872656624914344	3	2	2	2	1	False	115765	fragment	False	ISR0120_000000013592	0.5802309486517655		0	0	False	False	0.9995719194412231	0					non-mobilizable	no_good_hit	783.0	88.12299999999999	75.0	0.008217506128933828	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0172_000000000090	79623	0.9872628494242204	87	30	21	28	13	True	63231	maximal	True	ISR0172_000000000090	0.9703787416670957		10	4	True	True	1.0	1					non-mobilizable	no_good_hit	250.0	100.0	0.0	0.996	NZ_SZPR01000090.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_90, whole genome shotgun sequence	True	True
FIJ0112_000000003130	7512	0.9872611836105284	11	9	5	5	8	True	48562	fragment	False	FIJ0112_000000003130	1.0		0	0	False	False	0.9998669028282166	0					non-mobilizable	plasmid	7515.0	99.89399999999999	100.0	0.05964544581259279	CP026283.1	enterobacteria	Klebsiella oxytoca strain KONIH2 plasmid pKOR-e6bf, complete sequence	False	True
ISR0775_000000006275	3022	0.9872559565651908	6	4	3	2	3	False	22452	fragment	False	ISR0775_000000006275	1.0		0	0	False	False	0.999669075012207	0					non-mobilizable	no_good_hit								True	False
TAN0004_000000003484	1637	0.9872557033670388	3	2	2	1	2	False	14572	fragment	False	TAN0004_000000003484	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1584.0	90.152	97.0	0.13384693532001354	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
CHI0108_000000001035	6603	0.9872552250927964	10	9	4	6	9	True	82955	maximal	True	CHI0108_000000001035	1.0		1	1	False	False	0.9995456337928772	0	IncN				non-mobilizable	plasmid	6603.0	100.0	100.0	0.05402883938654926	CP029368.1	enterobacteria	Escherichia coli strain WCHEC035148 plasmid pQnrS1_035148, complete sequence	False	True
ISR0115_000000009590	3326	0.9872526401018991	5	3	2	2	2	True	34676	maximal	True	ISR0115_000000009590	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	340.0	84.412	10.0	0.030456852791878174	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0265_000000008549	1951	0.98724796742383	2	2	2	1	1	False	111856	fragment	False	ISR0265_000000008549	0.8122217388875521		0	0	False	False	0.9984623193740845	0					non-mobilizable	other	1955.0	95.959	100.0	0.0031115763405309147	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0177_000000008580	3120	0.9872468377950028	6	3	2	3	2	False	106981	maximal	True	ENG0177_000000008580	1.0		2	2	False	False	0.9923076629638672	0					non-mobilizable	no_good_hit	2019.0	90.54	65.0	0.04522895191897415	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0012_000000006009	4020	0.9872408573589616	4	2	2	2	1	True	67089	fragment	False	ENG0012_000000006009	1.0		0	0	False	False	0.9885572195053101	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.0010250890546116193	NZ_AYZJ01000003.1	firmicutes	Lactobacillus camelliae DSM 22697 = JCM 13995 strain DSM 22697 NODE_7, whole genome shotgun sequence	True	True
ISR0269_000000011670	1642	0.9872354168459732	3	3	2	1	2	False	30901	fragment	False	ISR0269_000000011670	1.0		0	0	False	False	0.9658952355384827	0					non-mobilizable	other	1641.0	89.458	99.0	0.1387571960717914	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
FIJ0125_000000004319	4618	0.9872324163797199	5	2	2	2	1	True	81601	maximal	False	DEN0062_000000003469	0.9643398357009008	PS400	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	904.0	86.947	46.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0028_000000009615	2621	0.9872324163797199	4	2	2	2	1	True	77534	fragment	False	MON0028_000000009615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	90.03299999999999	61.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0158_000000007728	2348	0.9872286647534942	3	3	3	3	1	False	107398	fragment	False	ISR0201_000000013019	0.9788336090172836		0	0	False	False	0.9995741248130798	0					non-mobilizable	no_good_hit	87.0	95.402	4.0	0.0013401901199937667	NZ_JNJN01000009.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
SPA0076_000000001706	6129	0.9872260930837882	11	10	7	10	9	False	132183	fragment	False	ISR0842_000000002919	0.7587493874172149		0	0	False	False	1.0	0					non-mobilizable	other	6070.0	99.984	100.0	0.007675166807464476	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
AST0007_000000000984	15768	0.9872177173006162	13	10	10	10	9	False	132152	maximal	True	AST0007_000000000984	1.0		6	3	False	False	0.9993023872375488	0					non-mobilizable	no_good_hit	12522.0	98.586	80.0	0.04298403862343866	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0032_000000027748	1168	0.9872175081460308	2	2	2	2	1	False	12366	fragment	False	MON0032_000000027748	1.0		0	0	False	False	0.9494863152503967	0					non-mobilizable	other	1010.0	93.069	100.0	0.0004951911491821002	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0040_000000007901	3491	0.9872137752063784	4	2	1	2	1	True	40198	fragment	False	ISR0040_000000007901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	93.846	2.0	0.00516545601291364	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0173_000000003379	2617	0.9872137752063784	3	2	1	2	1	True	40197	fragment	False	ISR0173_000000003379	1.0		0	0	False	False	0.9965609312057495	0					non-mobilizable	no_good_hit	65.0	93.846	2.0	0.00516545601291364	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0172_000000006882	2341	0.9872137752063784	3	2	1	2	1	True	40196	fragment	False	ISR0172_000000006882	1.0		0	0	False	False	0.9965826272964478	0					non-mobilizable	no_good_hit	65.0	93.846	3.0	0.00516545601291364	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
CHI0020_000000000273	16755	0.9872091886050398	32	9	2	7	5	False	89401	maximal	True	CHI0020_000000000273	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	89.47399999999999	0.0	0.00043952388871730297	NZ_FUXZ01000009.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
FIJ0018_000000019315	1408	0.9872069770628298	3	2	2	2	1	True	49951	fragment	False	FIJ0018_000000019315	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1410.0	92.411	100.0	0.0001987345352632414	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
MON0084_000000029948	1246	0.9871950990639934	2	2	1	2	1	False	9808	fragment	False	MON0084_000000029948	1.0		0	0	False	False	0.9991974234580994	0					non-mobilizable	no_good_hit	501.0	79.441	40.0	0.00011315100375597841	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0183_000000006178	5757	0.9871945162884626	4	4	2	3	4	True	29494	maximal	True	ISR0183_000000006178	1.0		1	1	False	False	0.9979155659675598	0	rep_cluster_1155				non-mobilizable	other	5738.0	99.721	99.0	0.5987892704310614	NZ_KE161031.1	enterobacteria	Cedecea davisae DSM 4568 Scaffold1, whole genome shotgun sequence	False	True
SPA0067_000000007801	2797	0.9871890859774252	6	3	3	3	1	False	6042	fragment	False	SPA0067_000000007801	1.0		0	0	False	False	0.9939220547676086	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001356726148397278	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	True	False
DEN0082_000000009742	3925	0.987180416629828	5	3	3	3	1	True	127999	backbone	False	DEN0071_000000009520	0.9810245242159983	PS1023|PS1024	0	0	True	True	1.0	67					non-mobilizable	no_good_hit	729.0	93.416	66.0	0.11822338340953625	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
DEN0071_000000009520	3925	0.987180416629828	5	3	3	3	1	True	127999	backbone	True	DEN0071_000000009520	0.9810245242159983	PS1023|PS1024	4	2	True	True	1.0	33					non-mobilizable	no_good_hit	729.0	93.416	66.0	0.11822338340953625	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
DEN0003_000000007098	3906	0.987180416629828	5	3	3	3	1	True	127999	backbone	False	DEN0071_000000009520	0.9758362613030208	PS1023|PS1024	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	729.0	93.416	66.0	0.11822338340953625	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0060_000000006761	3925	0.9871789453399172	5	3	3	3	1	True	127999	backbone	False	DEN0071_000000009520	0.9805712209507672	PS1023|PS1024	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	786.0	93.51100000000001	66.0	0.12720444154147617	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0013_000000007199	3714	0.9871789453399172	4	3	3	3	1	True	127999	backbone	False	DEN0071_000000009520	0.9675207986928597	PS1023|PS1024	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	778.0	93.445	67.0	0.125898105813194	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0079_000000003350	8568	0.9871766789115968	10	9	3	5	7	False	83270	maximal	True	ISR0079_000000003350	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	4891.0	93.376	78.0	0.0009297327228164723	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
USA0051_01_000000002871	7953	0.9871766789115968	10	9	3	5	7	False	92570	fragment	False	USA0051_01_000000002871	0.9997884940778342		0	0	False	False	1.0	0					non-mobilizable	chromosome	7128.0	91.512	90.0	0.001720835367517978	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
CAN0017_000000004873	7880	0.9871766789115968	10	9	3	5	7	False	92570	fragment	False	USA0051_01_000000002871	0.9965180998601598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7056.0	91.46799999999999	89.0	0.001703382184469479	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
USA0078_01_000000001434	7836	0.9871766789115968	10	9	3	5	7	False	92570	fragment	False	USA0051_01_000000002871	0.993023432079712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7012.0	91.38600000000001	89.0	0.001692716350384285	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
FIJ0154_000000009806	3566	0.9871758610849476	3	3	3	2	2	False	39612	maximal	True	FIJ0154_000000009806	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	2.379517725488089e-05	NZ_KE136488.1	firmicutes	Enterococcus villorum ATCC 700913 acOto-supercont2.2, whole genome shotgun sequence	True	False
MON0031_000000006664	5279	0.9871725080752788	6	2	2	2	2	False	120526	fragment	False	ISR0046_000000003838	0.3480979804282509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	87.947	60.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0123_000000018825	1241	0.9871649176427756	1	1	1	1	1	False	65782	fragment	False	ENG0029_000000016511	0.5012687922225166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	65.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0034_000000008846	1776	0.9871608925881304	2	2	2	2	2	False	18808	maximal	True	MAD0034_000000008846	1.0		2	2	False	False	0.9994369149208069	0					non-mobilizable	other	1788.0	83.949	99.0	0.0010280193013511524	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ENG0069_000000004376	5031	0.9871577333601006	5	5	4	3	5	False	62505	maximal	True	ENG0069_000000004376	1.0		1	1	False	False	0.9992049336433411	0					non-mobilizable	no_good_hit	4299.0	99.977	85.0	0.0021857845685033426	CP002464.1	firmicutes	Lactobacillus johnsonii DPC 6026, complete genome	True	False
ISR0130_000000012920	2268	0.9871572502787984	3	3	3	3	1	False	31773	fragment	False	ISR0130_000000012920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	95.16	40.0	0.004813911568232425	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
FIJ0167_000000004495	4068	0.9871569109829468	9	4	0	2	4	False	77585	maximal	False	FIJ0155_000000005566	0.9998134454846426		0	0	True	True	1.0	9	ColRNAI_rep_cluster_1987,rep_cluster_2358				non-mobilizable	plasmid	3772.0	99.947	100.0	0.9453497117071948	CP010161.1	enterobacteria	Escherichia coli strain H1 plasmid A, complete genome	False	True
ISR0021_000000003836	5568	0.9871499602474602	8	8	4	8	8	True	97930	fragment	False	ISR0021_000000003836	1.0		0	0	False	False	0.9969468116760254	0					non-mobilizable	plasmid	5559.0	99.155	99.0	0.01811290748338781	CP052818.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N17S1509 plasmid pN17S1509, complete sequence	False	True
SPA0146_000000007745	3064	0.9871475474748358	6	3	1	2	3	False	12895	fragment	False	SPA0146_000000007745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	94.805	2.0	0.0015416759640546078	NZ_QEKJ01000019.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_119, whole genome shotgun sequence	True	False
FIJ0032_000000011458	3043	0.9871475474748358	5	3	1	2	3	False	86966	fragment	False	FIJ0032_000000011458	1.0		0	0	False	False	0.9996713995933533	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.004050925925925926	NZ_ASRY01000162.1	firmicutes	Paenibacillus maysiensis strain 1-49 S149_contig00129, whole genome shotgun sequence	True	False
MON0064_000000009675	2680	0.9871475474748358	5	3	1	2	3	False	101626	fragment	False	MON0064_000000009675	1.0		0	0	False	False	0.9824627041816711	0					non-mobilizable	no_good_hit								True	False
TAN0007_000000018923	2086	0.9871475474748358	4	3	1	2	3	False	12894	fragment	False	TAN0007_000000018923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0139_000000006093	4184	0.9871452636100636	5	4	3	4	4	True	119522	fragment	False	ISR0847_000000005394	0.8960427124490229		0	0	False	False	1.0	0					non-mobilizable	other	4186.0	99.044	100.0	0.023275866864711805	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
SPA0107_000000007711	3986	0.9871452636100636	4	4	3	4	4	True	119522	fragment	False	ISR0847_000000005394	0.8027617641291442		0	0	False	False	1.0	0					non-mobilizable	other	3988.0	99.223	100.0	0.022174379857251736	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
SPA0138_000000006003	3982	0.9871452636100636	5	4	3	4	4	True	119522	fragment	False	ISR0847_000000005394	0.6567938609092995		0	0	False	False	1.0	0					non-mobilizable	other	3984.0	99.197	100.0	0.02215212759447476	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
SPA0116_000000009605	3963	0.9871452636100636	5	4	3	4	4	True	119522	fragment	False	ISR0847_000000005394	0.6559131318327721		0	0	False	False	1.0	0					non-mobilizable	other	3965.0	99.243	100.0	0.02204642934628415	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
FIJ0040_000000000892	19164	0.9871394230605728	25	16	11	14	10	True	52388	fragment	False	FIJ0040_000000000892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	76.075	2.0	0.00664505966068551	NZ_SPVF01000067.1	b-proteobacteria	Massilia arenosa strain MC02 EFN1C69W2T, whole genome shotgun sequence	True	True
MAD0010_000000000282	8206	0.9871387969888488	12	12	8	11	12	True	97934	fragment	False	MAD0010_000000000282	0.9984815354713314		0	0	False	False	1.0	0					non-mobilizable	plasmid	5738.0	97.926	100.0	0.04042026932752679	CP057997.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_2, complete sequence	False	True
MAD0009_000000000948	8202	0.9871387969888488	12	12	8	11	12	True	97934	fragment	False	MAD0010_000000000282	0.9983596734191744		0	0	False	False	1.0	0					non-mobilizable	plasmid	5738.0	97.926	100.0	0.04042026932752679	CP057997.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_2, complete sequence	False	True
MAD0013_000000011124	2172	0.9871349898112696	2	1	1	1	1	False	86220	fragment	False	MAD0013_000000011124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	97.311	45.0	0.014158617556099491	NZ_JH379439.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld922, whole genome shotgun sequence	True	False
CHI0055_000000008167	2014	0.9871349898112696	2	1	1	1	1	False	86219	fragment	False	CHI0055_000000008167	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	98.29899999999999	55.0	0.016357160654872704	NZ_JH379439.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld922, whole genome shotgun sequence	True	False
SPA0141_000000008140	2874	0.9871346356171088	7	3	1	2	2	True	3490	maximal	True	SPA0141_000000008140	1.0		2	1	False	False	0.9996520280838013	0					non-mobilizable	no_good_hit	624.0	72.436	22.0	0.0002543830902834671	NZ_UFSB01000001.1	g-proteobacteria	Actinobacillus seminis strain NCTC10851, whole genome shotgun sequence	True	True
SPA0140_000000008091	2717	0.9871346356171088	7	3	1	2	2	True	3490	maximal	False	SPA0141_000000008140	0.9726861517049408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	72.436	23.0	0.0002543830902834671	NZ_UFSB01000001.1	g-proteobacteria	Actinobacillus seminis strain NCTC10851, whole genome shotgun sequence	True	True
MAD0061_000000015190	1239	0.9871335408690852	2	1	1	1	1	True	16808	fragment	False	MAD0061_000000015190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0106_000000000187	50876	0.9871333641865536	40	15	9	15	5	True	107542	maximal	True	AST0106_000000000187	1.0		1	1	False	False	0.9999606609344482	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.281289710925877e-05	NZ_PKHR01000003.1	high GC Gram+	Corynebacterium aurimucosum strain UMB0043 .21837_8_62.3, whole genome shotgun sequence	True	True
SPA0050_000000001021	20499	0.9871314922490484	33	12	8	9	10	False	105666	maximal	True	SPA0050_000000001021	1.0		5	2	False	False	0.9998048543930054	0					non-mobilizable	no_good_hit	5942.0	99.579	81.0	0.10294143136949023	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
ISR0212_000000008983	3765	0.9871281691865118	3	1	1	1	1	True	112666	fragment	False	ISR0212_000000008983	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	4.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0140_000000010992	1973	0.9871281691865118	2	1	1	1	1	True	112652	fragment	False	SPA0140_000000010992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0117_000000007504	1952	0.9871281691865118	2	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.6005824177710719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	89.375	9.0	5.351846908904497e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0051_01_000000010472	1952	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.5940828580132458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	3.0	0.002528707043070928	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0227_000000013861	1901	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.5931267427339988		0	0	False	False	0.9826407432556152	0					non-mobilizable	no_good_hit	86.0	86.04700000000001	5.0	0.0035236081747709656	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
USA0047_01_000000019229	1884	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.616363797576679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	7.0	0.0034821539609501307	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
CHI0069_000000005448	1851	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.5396294142525365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	90.23	9.0	5.382000722992467e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
DEN0016_000000004604	1846	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.6160594388519373		0	0	False	False	0.9913325905799866	0					non-mobilizable	no_good_hit	43.0	100.0	5.0	0.0017410769804750653	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0393_000000009977	1787	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.5707005228047409		0	0	False	False	0.9916060566902161	0					non-mobilizable	no_good_hit	111.0	93.694	6.0	3.422081384561684e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0038_000000008261	1746	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.5220056995326177		0	0	False	False	0.9936999082565308	0					non-mobilizable	no_good_hit								True	True
ISR0014_000000020861	1700	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.5480039911153527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0320_000000015155	1697	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.5481999955766738		0	0	False	False	0.9893930554389954	0					non-mobilizable	no_good_hit								True	True
ISR0305_000000011095	1659	0.9871281691865118	2	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.4971054852171358		0	0	False	False	0.994575023651123	0					non-mobilizable	no_good_hit								True	True
MAD0040_000000020340	1647	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.47809227198150506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.040995607613469986	GQ877106.1		Uncultured organism clone VC1AJ31TR genomic sequence	True	True
FIJ0051_000000013664	1622	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.2576782103347063		0	0	False	False	0.9839704036712646	0					non-mobilizable	no_good_hit								True	True
MAD0063_000000008485	1607	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.435847951373228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0013_01_000000006484	1548	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.16880775426057879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	92.15700000000001	7.0	0.0006684356580040106	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0358_000000012712	1541	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.1857262259618597		0	0	False	False	0.9987021684646606	0					non-mobilizable	no_good_hit	105.0	91.429	7.0	3.500579110226841e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0278_000000008010	1484	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.16612650934674633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	100.0	4.0	0.0021556191186834143	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0153_000000020742	1402	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.15815302633644995		0	0	False	False	0.9857346415519714	0					non-mobilizable	no_good_hit								True	True
ISR0196_000000015795	1387	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.14931417116611076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0144_000000012460	1369	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.1484477987891484		0	0	False	False	0.9963477253913879	0					non-mobilizable	no_good_hit								True	True
ENG0077_000000015555	1337	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.1466647238242411		0	0	False	False	0.9775617122650146	0					non-mobilizable	no_good_hit								True	True
ISR0368_000000009960	1330	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.12874160393312392		0	0	False	False	0.9969924688339233	0					non-mobilizable	no_good_hit								True	True
SPA0145_000000026295	1316	0.9871281691865118	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.12943330328383348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0324_000000023891	1288	0.9871281691865118	2	1	1	1	1	True	53768	maximal	True	ISR0324_000000023891	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0159_000000022987	1157	0.9871281691865118	1	1	1	1	1	True	53766	fragment	False	ISR0159_000000022987	0.9934725848563969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0209_000000015552	1149	0.9871281691865118	1	1	1	1	1	True	53766	fragment	False	ISR0159_000000022987	0.9904926534140017		0	0	False	False	0.9765012860298157	0					non-mobilizable	no_good_hit								True	True
ISR0350_000000001183	11072	0.9871272360636034	10	10	5	7	9	True	77085	fragment	False	ISR0350_000000001183	1.0		0	0	False	False	1.0	0		MOBF	MPF_F		conjugative	plasmid	11072.0	99.819	100.0	0.07386871638843295	CP056585.1	enterobacteria	Escherichia coli strain RHBSTW-00357 plasmid pRHBSTW-00357_2, complete sequence	False	True
MAD0088_000000003746	4967	0.9871252122896728	7	3	2	2	3	False	15917	maximal	True	MAD0088_000000003746	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	90.08200000000001	49.0	0.02153262680324673	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
BAN0019_000000000031	16529	0.9871252067511412	21	20	4	16	20	True	113253	fragment	False	BAN0019_000000000031	1.0		0	0	False	False	1.0	0			MPF_F	MOBP	mobilizable	other	15389.0	99.87	97.0	0.5841749563368517	NZ_MSJW02000131.1	enterobacteria	Shigella dysenteriae strain BCW_4872 BCW_4872_1__paired__contig_131, whole genome shotgun sequence	False	True
FIJ0034_000000010365	2694	0.9871245728996012	3	3	3	3	2	False	97148	maximal	True	FIJ0034_000000010365	1.0	PS521	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1832.0	79.803	67.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0813_000000005389	5094	0.9871224105759464	5	4	4	3	4	True	57440	fragment	False	ISR0813_000000005389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	74.101	18.0	0.0002847322623159577	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
SPA0120_000000012280	3422	0.9871223843968256	4	2	1	2	2	True	89844	maximal	False	ISR0267_000000004679	0.9850729772524183		0	0	True	True	1.0	107					non-mobilizable	plasmid	1476.0	84.824	94.0	0.4288256227758007	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ENG0040_000000008669	2602	0.9871223843968256	5	2	1	2	2	True	64860	fragment	False	ENG0040_000000008669	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1453.0	92.49799999999999	92.0	0.4288256227758007	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
MON0093_000000008995	4401	0.987122084553135	7	1	1	1	1	False	61563	maximal	True	MON0093_000000008995	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	92.126	5.0	3.5962065158695455e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0112_000000014979	1831	0.9871197353008858	2	2	2	2	2	False	71633	fragment	False	FIJ0013_000000015575	0.9369557647531493		0	0	False	False	0.9994538426399231	0					non-mobilizable	other	1681.0	96.193	92.0	0.03893756083993881	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
AST0003_000000004357	7940	0.9871193851956402	12	4	3	4	4	False	130753	maximal	True	AST0003_000000004357	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	93.01799999999999	34.0	0.20020597322348094	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
FIJ0079_000000006984	4185	0.9871193493964474	5	2	2	2	1	True	105944	maximal	True	FIJ0079_000000006984	1.0	PS641	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	750.0	72.667	18.0	0.24180602006688964	LN852937.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0265	True	True
FIJ0017_000000008526	3289	0.9871119223811348	4	4	2	3	4	False	50160	maximal	True	FIJ0017_000000008526	1.0		1	1	True	True	1.0	28	rep_cluster_2358,rep_cluster_2373				non-mobilizable	no_good_hit	1516.0	91.62299999999999	58.0	0.4096122337520481	CP056153.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00853 plasmid pRHBSTW-00853_4, complete sequence	True	True
SPA0132_000000029840	1389	0.9871106578057339	2	2	2	2	1	True	3721	fragment	False	SPA0132_000000029840	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1389.0	100.0	100.0	0.0007139399868630928	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
SPA0010_000000002675	6517	0.9871081188660192	7	4	2	3	3	False	122663	fragment	False	SPA0010_000000002675	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6474.0	99.985	99.0	0.0028886012039036502	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0055_000000005167	3732	0.9871063991293836	7	6	5	6	4	False	118820	fragment	False	USA0056_01_000000006190	0.4764863059383276		0	0	False	False	0.9994640946388245	0					non-mobilizable	other	3732.0	99.973	100.0	0.07742109522524952	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0398_000000006075	3729	0.9871050508811235	6	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.20046622782369872	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3729.0	99.33	100.0	0.21714818266542404	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
MON0049_000000016408	1348	0.9871041731183944	2	1	1	1	1	False	64668	fragment	False	MON0049_000000016408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	84.848	5.0	1.787746127948165e-05	CP061473.1	firmicutes	Geobacillus sp. 47C-IIb chromosome, complete genome	True	False
ISR0800_000000004249	2583	0.9871017328130172	4	3	1	3	0	True	21890	maximal	True	ISR0800_000000004249	1.0		1	1	False	False	0.9996128678321838	0	rep_cluster_1839				non-mobilizable	no_good_hit	799.0	87.735	58.0	0.4466515323496027	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
SPA0034_000000007793	4534	0.987101097490384	8	5	2	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.8301366784124279	PS595|PS607|PS819	0	0	False	True	1.0	0					non-mobilizable	other	4230.0	99.787	100.0	0.8339250493096647	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0131_000000006369	4139	0.987101097490384	8	5	2	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.05389976281199273	PS595|PS607|PS819	0	0	False	True	0.9980671405792236	0					non-mobilizable	other	4065.0	99.975	100.0	0.801577909270217	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0172_000000004767	4124	0.987101097490384	8	5	2	2	3	True	119399	backbone	False	USA0032_01_000000004790	0.05376328138054443	PS595|PS607|PS819	0	0	False	True	0.9958778023719788	0					non-mobilizable	other	4065.0	99.87700000000001	100.0	0.801577909270217	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0183_000000003141	11470	0.987097312524634	10	7	7	7	6	True	126021	maximal	True	ISR0183_000000003141	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2739.0	95.29	48.0	0.06148801904376923	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	True
ENG0031_000000008375	2498	0.9870960538799722	4	1	1	1	1	False	65710	fragment	False	ENG0031_000000008375	1.0		0	0	False	False	0.9875900745391846	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000010015	2276	0.9870960538799722	4	1	1	1	1	False	85895	fragment	False	ISR0286_000000005945	0.25499101618146675		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000025446	1503	0.9870960538799722	2	1	1	1	1	False	22169	fragment	False	ISR0785_000000025446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000010534	2551	0.9870949851618028	3	2	2	2	1	True	84897	maximal	True	FIJ0112_000000010534	1.0		2	1	False	False	1.0	0	IncFIA				non-mobilizable	chromosome	2551.0	99.53	100.0	0.006318226434924003	LR134223.1	enterobacteria	Klebsiella aerogenes strain NCTC9652 genome assembly, chromosome: 1	False	True
SPA0158_000000000100	34609	0.9870907650712542	36	16	9	15	5	True	103149	maximal	False	DEN0062_000000000158	0.9610213997978203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	92.42399999999999	0.0	0.000435617146979948	NC_040135.1	eukaryotes	Mallomonas splendens strain CCMP1782 plastid, complete genome	True	True
CHI0165_000000004156	3973	0.9870859478435472	9	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.541457774657524	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3979.0	99.67299999999999	100.0	0.04046836692133186	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MAD0105_000000007799	4095	0.9870821420369834	6	6	5	6	5	False	14853	maximal	True	MAD0105_000000007799	1.0		1	1	False	False	0.9995115995407104	0					non-mobilizable	no_good_hit	599.0	77.462	15.0	0.0014816071196958964	NZ_QSGP01000007.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf7, whole genome shotgun sequence	True	False
CAN0014_000000012459	3646	0.9870806844230025	4	2	2	2	0	True	93716	maximal	True	CAN0014_000000012459	1.0		1	1	True	True	0.9972572922706604	3					non-mobilizable	no_good_hit	1371.0	81.036	80.0	0.377573734001113	LN852753.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0062	True	True
ISR0073_000000016527	1655	0.9870806716267391	3	2	2	1	1	False	34786	fragment	False	ISR0073_000000016527	1.0		0	0	False	False	0.9854984879493713	0					non-mobilizable	no_good_hit	387.0	76.227	23.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0188_000000005044	4363	0.9870757216952036	6	4	0	2	3	True	125145	backbone	False	ISR0317_000000003305	0.7162140467833495	PS921	0	0	True	True	1.0	5	rep_cluster_233				non-mobilizable	no_good_hit	1501.0	94.47	43.0	0.34015927189988626	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
CHI0046_000000002973	3950	0.9870693259135472	5	2	2	2	2	True	90653	backbone	True	CHI0046_000000002973	0.9940135477731542	PS480	3	1	True	True	1.0	85					non-mobilizable	no_good_hit	1095.0	89.863	63.0	0.29193548387096774	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
SPA0027_000000005740	5779	0.9870683380143106	6	3	3	3	2	False	105986	fragment	False	SPA0027_000000005740	1.0		0	0	False	False	0.9961931109428406	0					non-mobilizable	no_good_hit	1365.0	79.92699999999999	23.0	0.0055230815042034975	NZ_DS544190.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_23, whole genome shotgun sequence	True	False
SPA0026_000000004270	5746	0.9870683380143106	6	3	3	3	2	False	105986	fragment	False	SPA0027_000000005740	0.997144834746496		0	0	False	False	0.9998259544372559	0					non-mobilizable	no_good_hit	1365.0	79.92699999999999	24.0	0.0055230815042034975	NZ_DS544190.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_23, whole genome shotgun sequence	True	False
ISR0160_000000003410	7156	0.9870676104191106	8	6	4	6	5	False	30445	fragment	False	ISR0160_000000003410	1.0		0	0	False	False	0.9997205138206482	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	8.987707581477025e-05	NZ_FXLO01000008.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	False
AST0097_000000003100	7192	0.9870621689443156	9	9	4	6	7	False	126366	maximal	True	AST0097_000000003100	1.0		9	5	False	False	0.9983314871788025	0					non-mobilizable	no_good_hit	793.0	74.779	11.0	0.00027799192796432355	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0153_000000001180	18526	0.9870612611888376	28	27	9	16	25	True	114239	maximal	True	ISR0153_000000001180	1.0		1	1	False	False	0.9996221661567688	0					non-mobilizable	plasmid	7848.0	98.624	95.0	0.07616354218295966	CP027330.1	enterobacteria	Escherichia coli strain 2014C-3741 plasmid unnamed2	False	True
SPA0122_000000009252	3129	0.9870573113478109	3	3	3	3	3	False	75984	fragment	False	ENG0140_000000004817	0.9657836644591611		0	0	False	False	1.0	0					non-mobilizable	chromosome	2092.0	99.809	100.0	0.000476073710144195	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MON0106_000000028238	1534	0.9870562342616209	2	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.2411807615768521	PS306	0	0	False	True	1.0	0					non-mobilizable	other	1540.0	92.273	100.0	0.156476472389507	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0051_000000013834	2865	0.98705258229862	3	2	1	2	1	False	123199	fragment	False	ISR0051_000000013834	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2865.0	99.51100000000001	100.0	0.0049921213726939325	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
DEN0003_000000010817	2473	0.98705258229862	2	2	1	2	1	False	123198	fragment	False	DEN0003_000000010817	1.0		0	0	False	False	0.9975737929344177	0					non-mobilizable	other	2473.0	100.0	100.0	0.004308842190397836	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
FIJ0142_000000017195	2047	0.98705258229862	4	2	1	2	1	False	40189	fragment	False	FIJ0142_000000017195	1.0		0	0	False	False	0.9995114803314209	0					non-mobilizable	no_good_hit	698.0	92.264	34.0	0.0012131691604032743	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
AST0029_000000020923	1407	0.98705258229862	3	2	1	2	1	False	123193	fragment	False	AST0029_000000020923	0.9674142165936166		0	0	False	False	0.9900497794151306	0					non-mobilizable	other	1388.0	100.0	99.0	0.002417623025113996	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ISR0218_000000012907	1381	0.98705258229862	2	2	1	2	1	False	123193	fragment	False	AST0029_000000020923	0.6350012086052695		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	99.928	100.0	0.002405421611144423	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
AST0016_000000017200	1379	0.98705258229862	3	2	1	2	1	False	123193	fragment	False	AST0029_000000020923	0.9607903381612678		0	0	False	False	0.9883973598480225	0					non-mobilizable	other	1359.0	99.926	99.0	0.002367074310097193	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
DEN0094_000000029959	1313	0.98705258229862	2	2	1	2	1	False	68301	fragment	False	DEN0094_000000029959	1.0		0	0	False	False	0.9824828505516052	0					non-mobilizable	other	1313.0	100.0	100.0	0.002286893589725712	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
USA0081_01_000000005580	5579	0.9870483935780164	9	6	4	4	5	True	104887	fragment	False	USA0081_01_000000005580	0.9862417044322966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2181.0	97.616	76.0	0.1756353368293667	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0058_000000015736	1674	0.987046390810256	2	2	2	2	2	False	35490	fragment	False	ISR0058_000000015736	1.0		0	0	False	False	0.9838709831237793	0					non-mobilizable	no_good_hit	720.0	81.25	49.0	0.001699524133242692	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
USA0007_01_000000000572	24755	0.987044461554218	25	12	8	12	6	True	85920	fragment	False	USA0007_01_000000000572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1406.0	82.859	18.0	0.011201211115853217	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0077_000000015900	2130	0.9870436985154466	4	2	2	2	2	False	66773	fragment	False	ISR0077_000000015900	1.0		0	0	False	True	0.997183084487915	0					non-mobilizable	no_good_hit	1767.0	99.604	83.0	0.18025926303970602	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
SPA0063_000000010145	1775	0.9870436985154466	2	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.8681845945021861	PS306	0	0	False	True	1.0	0					non-mobilizable	other	1766.0	97.678	99.0	0.18015719097682964	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
SPA0069_000000013198	1716	0.9870436985154466	2	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.7902518782228322	PS306	0	0	False	True	1.0	0					non-mobilizable	other	1714.0	96.791	99.0	0.17484944370725733	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
SPA0114_000000000376	38850	0.9870432299779044	43	24	17	18	12	True	53859	maximal	False	ENG0208_000000000261	0.9684682606204975		0	0	True	True	1.0	38					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.00019587648408029673	AC182567.2	eudicots	Erythranthe guttata clone MGBa-50E20, complete sequence	True	True
CHI0126_000000003490	4189	0.9870414280048084	9	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9397843128306881	PS1143|PS1146|PS778	0	0	True	True	1.0	15	rep_cluster_1019				non-mobilizable	other	3928.0	99.949	100.0	0.8685840707964602	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
AST0029_000000007592	4083	0.9870414280048084	9	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9166317600146423	PS1143|PS1146|PS778	0	0	False	True	1.0	0	rep_cluster_1019				non-mobilizable	other	3948.0	100.0	100.0	0.8732300884955753	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
CHI0093_000000001163	3882	0.9870414280048084	9	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.5695056089016527	PS1143|PS1146|PS778	0	0	False	True	1.0	0	rep_cluster_1019				non-mobilizable	plasmid	3567.0	99.916	100.0	0.8262279888785913	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
USA0069_01_000000011924	5157	0.9870398615923784	4	4	3	4	2	False	105897	fragment	False	USA0069_01_000000011924	1.0		0	0	False	False	0.9996121525764465	0					non-mobilizable	no_good_hit	210.0	95.238	4.0	0.0016365458702665456	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	True	False
SPA0011_000000001406	14231	0.9870338661028016	19	7	4	5	4	True	106286	maximal	True	SPA0011_000000001406	1.0		1	1	True	True	0.9999297261238098	29					non-mobilizable	no_good_hit	309.0	78.317	2.0	0.0030668595765492228	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0109_000000014618	2216	0.9870320607561941	3	2	2	1	1	False	115763	fragment	False	ISR0055_000000006310	0.6606741573033709		0	0	False	False	0.9927797913551331	0					non-mobilizable	no_good_hit	802.0	88.155	64.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0029_000000016511	1500	0.9870320607561941	2	2	2	1	1	False	65782	fragment	False	ENG0029_000000016511	0.9120618433523142		0	0	False	False	0.9933333396911621	0					non-mobilizable	no_good_hit	802.0	88.155	53.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0229_000000011010	1481	0.9870320607561941	2	2	2	1	1	False	65782	fragment	False	ENG0029_000000016511	0.9097696841002295		0	0	False	False	0.9810938835144043	0					non-mobilizable	no_good_hit	802.0	88.155	54.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0161_000000014203	1478	0.9870320607561941	2	2	2	1	1	False	65782	fragment	False	ENG0029_000000016511	0.9082204538939725		0	0	False	False	0.9790257215499878	0					non-mobilizable	no_good_hit	802.0	87.905	54.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
DEN0016_000000001074	5105	0.9870276437209003	8	6	2	4	3	False	91973	fragment	False	DEN0016_000000001074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	87.126	46.0	0.00039587473392347993	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0034_000000002904	6630	0.9870275876161044	7	5	4	3	5	False	75685	maximal	True	ISR0034_000000002904	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	217.0	73.733	3.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	True
SPA0044_000000004694	5388	0.9870231416012576	8	4	2	4	2	True	67730	maximal	True	SPA0044_000000004694	1.0		6	3	False	False	0.9959168434143066	0					non-mobilizable	no_good_hit	1807.0	98.395	34.0	0.004553476879632898	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	True
ISR0194_000000004053	5216	0.987022247939924	4	4	3	4	3	False	29055	fragment	False	ISR0194_000000004053	1.0		0	0	False	False	0.9988496899604797	0					non-mobilizable	no_good_hit	1780.0	89.60700000000001	34.0	0.000534564166070866	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0102_000000002049	10281	0.9870204496345274	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9577280771191194	PS1052	0	0	True	True	1.0	27	IncW	MOBF			mobilizable	plasmid	7150.0	99.161	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
USA0078_01_000000002810	4880	0.9870188767003368	9	4	3	4	3	False	65968	maximal	True	USA0078_01_000000002810	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2235.0	99.955	46.0	0.0004286049484494151	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
ISR0197_000000016072	1589	0.987014855934902	3	1	1	1	1	False	28921	fragment	False	ISR0197_000000016072	1.0		0	0	False	False	0.9213341474533081	0					non-mobilizable	no_good_hit	490.0	81.837	30.0	0.028321657385785282	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
ISR0327_000000023697	1251	0.987014855934902	2	1	1	1	1	False	24763	fragment	False	ISR0327_000000023697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000022102	1722	0.9870142792150968	3	2	2	2	2	False	115014	fragment	False	ISR0372_000000009500	0.9643906318727632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	76.589	53.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0006_000000004513	9830	0.9870111070051024	8	5	2	4	4	True	128768	backbone	False	ENG0060_000000001922	0.914617405223249	PS1052	0	0	True	True	0.9992879033088684	1	IncW	MOBF			mobilizable	plasmid	6567.0	99.89299999999999	99.0	0.5806137790749093	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
AST0014_000000002649	7546	0.9870067354732333	9	6	6	6	4	False	129104	maximal	True	AST0014_000000002649	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3471.0	88.59100000000001	46.0	0.07785937254373554	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MAD0091_000000013195	1290	0.9869967094891894	1	1	1	1	1	False	98379	fragment	False	BAN0014_000000003460	0.9521710358404434		0	0	False	False	0.9906976819038391	0					non-mobilizable	no_good_hit								True	False
SPA0051_000000008024	3139	0.9869960073345002	3	3	2	3	1	False	123202	fragment	False	SPA0051_000000008024	1.0		0	0	False	False	0.9955399632453918	0					non-mobilizable	other	2479.0	99.87899999999999	100.0	0.004319300545228898	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ENG0162_000000020501	1190	0.9869934071930868	2	2	2	2	1	False	80195	fragment	False	ENG0162_000000020501	1.0		0	0	False	False	0.9890756011009216	0					non-mobilizable	other	1190.0	95.96600000000001	100.0	0.044591959195919594	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
SPA0156_000000000362	17625	0.9869924957861942	21	8	6	8	3	True	7660	maximal	True	SPA0156_000000000362	1.0		3	1	False	False	0.9997730255126953	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	1.9052358768617184e-05	LR129806.1	apicomplexans	Plasmodium yoelii strain 2CL genome assembly, chromosome: 9	True	True
FIJ0017_000000009421	2987	0.9869904613206693	5	2	1	2	1	True	51758	maximal	True	FIJ0017_000000009421	0.98198777852196		2	1	True	True	1.0	14					non-mobilizable	no_good_hit	52.0	98.07700000000001	2.0	0.5483870967741935	FJ340330.1	bacteria	Uncultured bacterium clone DR120_1338 16S ribosomal RNA gene, partial sequence	True	True
FIJ0096_000000012126	2885	0.9869904613206693	5	2	1	2	1	True	51758	maximal	False	FIJ0017_000000009421	0.9715695960360934		0	0	False	True	0.9913344979286194	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	2.0	0.5483870967741935	FJ340330.1	bacteria	Uncultured bacterium clone DR120_1338 16S ribosomal RNA gene, partial sequence	True	True
MON0105_000000006867	7283	0.9869867421426216	12	8	3	4	7	True	123826	backbone	False	ISR0183_000000005642	0.3204291996417188	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	68.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
USA0051_01_000000004364	5021	0.9869861904964872	5	4	4	3	2	False	1099	maximal	True	USA0051_01_000000004364	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1146.0	74.695	23.0	0.000339816337217777	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
MAD0001_000000003056	7757	0.9869843379606199	11	7	4	5	5	True	91913	maximal	True	MAD0001_000000003056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2294.0	81.779	53.0	0.1836224283985478	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0062_000000001060	19816	0.9869779026498712	23	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5557882778332519	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0103_000000000631	19741	0.9869779026498712	23	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5556006329594078	PS587|PS588	0	0	True	True	1.0	124					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0109_000000001104	19740	0.9869779026498712	24	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5556522101610641	PS587|PS588	0	0	True	True	1.0	185					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0089_000000000822	19740	0.9869779026498712	24	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5556293118530461	PS587|PS588	0	0	True	True	1.0	178					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0051_000000000797	19739	0.9869779026498712	24	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5556162212603117	PS587|PS588	0	0	True	True	1.0	173					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0131_000000000707	19739	0.9869779026498712	24	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5556599134808952	PS587|PS588	0	0	True	True	1.0	268					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0085_000000001028	19728	0.9869779026498712	24	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5555688873982325	PS587|PS588	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0108_000000000749	19723	0.9869779026498712	24	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5556957296906319	PS587|PS588	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0119_000000000699	19708	0.9869779026498712	24	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5556266137893067	PS587|PS588	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0137_000000000489	19683	0.9869779026498712	23	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.551807676267578	PS587|PS588	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	132.0	96.212	1.0	0.11045029736618521	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0083_000000001254	19402	0.9869779026498712	23	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5494793181663074	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0036_000000001309	19400	0.9869779026498712	23	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5349333964007932	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0023_000000005953	4013	0.9869670865981116	5	2	1	2	1	True	130973	maximal	True	SPA0023_000000005953	1.0	PS1129	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2084.0	97.12100000000001	78.0	0.6174377224199288	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0094_000000005913	3600	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.5620142307757742	PS1129	0	0	True	True	0.9997222423553467	30					non-mobilizable	plasmid	2223.0	99.685	96.0	0.6586595492289442	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
CHI0092_000000002691	3542	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.4903759870247535	PS1129	0	0	True	True	1.0	11					non-mobilizable	plasmid	1636.0	98.227	93.0	0.484282325029656	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0286_000000004150	3513	0.9869670865981116	4	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.11715943366306472	PS1129	0	0	True	True	0.9965841174125671	4					non-mobilizable	plasmid	1297.0	89.36	90.0	0.3760379596678529	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ETH0003_000000010074	3471	0.9869670865981116	5	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.5610267198723813	PS1129	0	0	True	True	1.0	56					non-mobilizable	plasmid	3372.0	99.76299999999999	99.0	0.9997034400948992	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
MON0069_000000013314	3453	0.9869670865981116	4	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.4829836013478292	PS1129	0	0	True	True	0.9950767159461975	14					non-mobilizable	plasmid	3277.0	91.181	94.0	0.9664887307236062	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
MON0072_000000006072	3450	0.9869670865981116	4	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.49602675032948784	PS1129	0	0	True	True	1.0	21					non-mobilizable	plasmid	2765.0	90.705	98.0	0.8152431791221827	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0175_000000006728	3450	0.9869670865981116	4	2	1	2	1	True	130971	maximal	True	ISR0175_000000006728	0.9397428229665072		1	1	True	True	1.0	416					non-mobilizable	no_good_hit	1461.0	86.85799999999999	88.0	0.4314946619217082	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
MON0096_000000009704	3448	0.9869670865981116	4	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.496284675003561	PS1129	0	0	True	True	1.0	28					non-mobilizable	plasmid	2763.0	90.807	98.0	0.8152431791221827	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
CHI0062_000000004436	3448	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.8379707860313386	PS1129	0	0	True	True	1.0	101					non-mobilizable	plasmid	1742.0	98.163	98.0	0.515717674970344	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0109_000000009088	3432	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.5603210585401422	PS1129	0	0	True	True	1.0	121					non-mobilizable	plasmid	1640.0	99.634	100.0	0.486061684460261	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
SPA0114_000000013150	3412	0.9869670865981116	4	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.5621312638255285	PS1129	0	0	True	True	0.9997069239616394	17					non-mobilizable	plasmid	2619.0	99.542	100.0	0.7760972716488731	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
CHI0137_000000004059	3409	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.4961419076516111	PS1129	0	0	True	True	1.0	49					non-mobilizable	plasmid	1711.0	98.071	98.0	0.5062277580071174	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
MON0037_000000018866	3408	0.9869670865981116	4	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.49498671151734935	PS1129	0	0	True	True	1.0	75					non-mobilizable	plasmid	3308.0	91.80799999999999	96.0	0.9768683274021353	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0267_000000004679	3405	0.9869670865981116	4	2	1	2	1	True	89844	maximal	True	ISR0267_000000004679	0.9855646382066416		2	2	True	True	0.9997063279151917	3					non-mobilizable	no_good_hit	1374.0	84.571	87.0	0.39887307236061686	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0379_000000006668	3378	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.4954430020936679	PS1129	0	0	True	True	1.0	8					non-mobilizable	plasmid	2169.0	97.925	97.0	0.6423487544483986	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ENG0007_000000007799	3373	0.9869670865981116	4	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.5608083786923195	PS1129	0	0	True	True	0.9982211589813232	2					non-mobilizable	plasmid	2181.0	99.587	100.0	0.6462040332147093	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
MON0036_000000005742	3364	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.49588090601375695	PS1129	0	0	True	True	1.0	2					non-mobilizable	plasmid	1327.0	98.64399999999999	98.0	0.3932384341637011	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0104_000000007535	3344	0.9869670865981116	3	2	1	2	1	True	130971	maximal	False	ISR0175_000000006728	0.9175649059161949		0	0	True	True	0.9997009634971619	18					non-mobilizable	plasmid	1361.0	88.979	96.0	0.39916963226571767	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
MON0047_000000011374	3340	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.4849889428305534	PS1129	0	0	True	True	1.0	1					non-mobilizable	plasmid	1516.0	98.615	96.0	0.44928825622775803	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ENG0204_000000007195	3329	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.5463656653495643	PS1129	0	0	False	True	1.0	0					non-mobilizable	plasmid	2179.0	99.35799999999999	97.0	0.6456109134045077	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
MON0041_000000016953	3305	0.9869670865981116	4	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.5507268538898402	PS1129	0	0	True	True	1.0	6					non-mobilizable	plasmid	1853.0	99.191	100.0	0.548932384341637	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0177_000000008192	3270	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.5448678973660839	PS1129	0	0	True	True	0.9966360926628113	10					non-mobilizable	plasmid	2187.0	99.36	99.0	0.6479833926453143	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
AST0010_000000008756	3218	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.4816313772198566	PS1129	0	0	False	True	0.9959602355957031	0					non-mobilizable	plasmid	2187.0	99.588	99.0	0.6479833926453143	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
CHI0117_000000004664	3212	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.4079104846211464	PS1129	0	0	True	True	1.0	1					non-mobilizable	plasmid	2103.0	97.955	97.0	0.6227758007117438	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0346_000000006335	3205	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.7183007916148173	PS1129	0	0	False	True	0.9993759989738464	0					non-mobilizable	plasmid	2187.0	99.45100000000001	100.0	0.6479833926453143	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0095_000000009335	3131	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.47082769641643507	PS1129	0	0	True	True	0.997125506401062	1					non-mobilizable	plasmid	2379.0	99.538	99.0	0.7049228944246738	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
SPA0105_000000008761	3039	0.9869670865981116	3	2	1	2	1	True	130972	backbone	False	SPA0046_000000008155	0.29118990611461093	PS1129	0	0	False	True	0.9963803887367249	0					non-mobilizable	plasmid	2092.0	99.76100000000001	99.0	0.6198102016607354	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
AUS0014_000000010371	2956	0.9869670865981116	4	2	1	2	1	True	130970	fragment	False	AUS0014_000000010371	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1515.0	98.74600000000001	97.0	0.4489916963226572	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
SPA0075_000000006892	2622	0.9869670865981116	3	2	1	2	1	True	130969	fragment	False	SPA0075_000000006892	0.9950400610454024		0	0	False	False	0.9908466935157776	0					non-mobilizable	plasmid	1604.0	97.569	100.0	0.4753855278766311	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
USA0047_01_000000013660	2621	0.9869670865981116	3	2	1	2	1	True	130969	fragment	False	SPA0075_000000006892	0.9948512585812357		0	0	False	False	0.9965661764144897	0					non-mobilizable	plasmid	1592.0	96.671	99.0	0.4718268090154211	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
MON0089_000000010555	2348	0.9869670865981116	3	2	1	2	1	True	81015	fragment	False	MON0089_000000010555	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1329.0	94.65799999999999	100.0	0.39383155397390274	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0346_000000000245	35911	0.9869626270640822	31	11	7	9	7	False	66783	maximal	True	ISR0346_000000000245	1.0	PS306	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	9224.0	97.322	38.0	0.3194208721554501	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
CHI0111_000000016118	1871	0.986959965848294	4	3	1	3	3	False	82529	maximal	True	CHI0111_000000016118	1.0		1	1	False	False	0.9989310503005981	0					non-mobilizable	no_good_hit	259.0	78.764	14.0	0.0020538048154822787	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0220_000000000952	12828	0.9869573457957909	13	12	7	10	12	False	114193	maximal	True	ISR0220_000000000952	1.0		3	2	False	False	0.9992204308509827	0	IncFIB				non-mobilizable	chromosome	4867.0	99.445	100.0	0.0009347182036177825	CP027851.1	enterobacteria	Escherichia coli strain C4435 chromosome	False	True
TAN0018_000000005687	1838	0.9869568427163836	3	3	3	2	2	False	2421	fragment	False	TAN0018_000000005687	1.0		0	0	False	False	0.9972796440124512	0					non-mobilizable	other	1839.0	92.65899999999999	100.0	0.15551981036234339	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
ISR0396_000000001168	14414	0.9869562610877364	18	12	10	12	7	False	123927	fragment	False	SPA0145_000000000420	0.15684329019280174		0	0	False	True	1.0	0					non-mobilizable	other	14414.0	99.993	100.0	0.143830831869711	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AUS0004_000000001316	14414	0.9869562610877364	18	12	10	12	7	False	123927	fragment	False	SPA0145_000000000420	0.1568289944445669		0	0	False	True	1.0	0					non-mobilizable	plasmid	14414.0	99.986	100.0	0.1466240755246747	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AST0025_000000001769	14402	0.9869562610877364	18	12	10	12	7	False	123927	fragment	False	SPA0145_000000000420	0.15680542891297633		0	0	False	True	0.9999305605888367	0					non-mobilizable	other	14402.0	100.0	100.0	0.14371108095162063	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
DEN0062_000000000783	14394	0.9869562610877364	18	12	10	12	7	False	123927	fragment	False	SPA0145_000000000420	0.1567659133651762		0	0	False	True	1.0	0					non-mobilizable	other	14394.0	100.0	100.0	0.14363124700622704	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0047_000000013765	3035	0.9869528091359108	3	1	1	1	1	False	19923	fragment	False	MAD0047_000000013765	1.0		0	0	False	False	0.9950576424598694	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000004760	5726	0.9869475846385052	6	4	3	3	4	False	61373	fragment	False	ISR0038_000000004760	0.9740908234407386		0	0	False	False	0.998428225517273	0					non-mobilizable	no_good_hit	1370.0	92.84700000000001	24.0	0.21887647725433057	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0371_000000003615	4173	0.986947539644828	6	5	2	3	4	True	132470	backbone	False	CAN0001_000000008257	0.01711763416210386	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	46	rep_cluster_870				non-mobilizable	plasmid	2872.0	99.896	100.0	0.5128709331426529	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ISR0155_000000005872	4172	0.986947539644828	7	5	2	3	4	True	132470	backbone	False	CAN0001_000000008257	0.017118775799280592	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	40	rep_cluster_870				non-mobilizable	plasmid	2865.0	99.93	100.0	0.5119771183410797	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ISR0154_000000005785	4092	0.986947539644828	6	5	2	3	4	True	132470	backbone	False	CAN0001_000000008257	0.01711969215275901	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	18	rep_cluster_870				non-mobilizable	plasmid	2139.0	100.0	100.0	0.3821952091526636	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	False	True
ISR0841_000000000546	15612	0.9869462432252756	15	10	7	8	9	False	24472	fragment	False	ISR0336_000000000317	0.9627583749109052		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3298.0	94.027	42.0	0.053155985489721884	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
DEN0079_000000017349	3039	0.9869417138367732	3	3	3	3	2	True	69614	fragment	False	DEN0079_000000017349	1.0		0	0	False	False	0.9940770268440247	0					non-mobilizable	no_good_hit	77.0	87.01299999999999	3.0	0.00017175087421194974	NZ_LT854636.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	True
ISR0185_000000011202	2889	0.9869341838451388	2	2	2	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9689354953890836		0	0	False	False	1.0	0					non-mobilizable	chromosome	987.0	98.075	100.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
FIJ0028_000000002414	11502	0.9869341232032474	10	6	4	3	6	True	132596	backbone	False	ISR0120_000000000296	0.031133263443059774	PS1169|PS902	0	0	False	True	0.9987828135490417	0		MOBB	MPF_T		conjugative	plasmid	11481.0	99.97399999999999	99.0	0.36958691522586046	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0366_000000000934	11500	0.9869341232032474	10	6	4	3	6	True	132596	backbone	False	ISR0120_000000000296	0.03104423435262169	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	11500.0	99.574	100.0	0.3702308509610741	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0346_000000001253	11456	0.9869341232032474	10	6	4	3	6	True	132596	backbone	False	ISR0120_000000000296	0.031095278186712687	PS1169|PS902	0	0	False	True	0.9997381567955017	0		MOBB	MPF_T		conjugative	plasmid	11456.0	99.97399999999999	100.0	0.36878199555684343	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0246_000000000910	11448	0.9869341232032474	11	6	4	3	6	True	132596	backbone	False	ISR0120_000000000296	0.029021014923880352	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	11204.0	99.92	98.0	0.36063620850639105	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0300_000000000335	11307	0.9869341232032474	10	6	4	3	6	True	132596	backbone	False	ISR0120_000000000296	0.030861819751015727	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	11307.0	99.965	100.0	0.3640168711162626	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0009_000000002094	11280	0.9869341232032474	10	6	4	3	6	True	132596	backbone	False	ISR0120_000000000296	0.030817607778953267	PS1169|PS902	0	0	False	True	0.9997340440750122	0		MOBB	MPF_T		conjugative	plasmid	11280.0	99.973	100.0	0.3631475578737242	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0283_000000001009	11222	0.9869341232032474	10	6	4	3	6	True	132596	backbone	False	ISR0120_000000000296	0.0268693178273688	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	10936.0	99.91799999999999	99.0	0.3520074696545285	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0074_000000013539	1602	0.9869340527245808	3	3	3	3	1	False	82135	fragment	False	SPA0074_000000013539	1.0		0	0	False	False	0.9993757605552673	0					non-mobilizable	no_good_hit	934.0	78.158	58.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
MAD0090_000000001392	8297	0.9869309015752884	6	5	4	5	4	True	100148	maximal	True	MAD0090_000000001392	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	79.801	47.0	0.0003426207236139116	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	True
ISR0087_000000019063	1868	0.986929343516243	3	2	2	1	1	False	33836	fragment	False	ISR0087_000000019063	1.0		0	0	False	False	0.9994646906852722	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000025577	1142	0.9869257144994688	1	1	1	1	1	False	14416	fragment	False	MAD0112_000000025577	1.0		0	0	False	False	0.9290717840194702	0					non-mobilizable	no_good_hit	174.0	85.057	15.0	3.2404944384537656e-05	CP050009.1	enterobacteria	Citrobacter sp. Y3 chromosome, complete genome	True	False
ENG0089_000000005663	3860	0.9869244466286194	10	4	2	3	3	False	66275	fragment	False	ENG0089_000000005663	1.0		0	0	False	False	0.9997409582138062	0					non-mobilizable	no_good_hit								True	False
AST0039_000000006347	2724	0.9869216672627859	4	3	2	3	2	False	116661	maximal	True	AST0039_000000006347	1.0		1	1	True	True	0.9933920502662659	14					non-mobilizable	other	2621.0	93.85700000000001	99.0	0.9140761439049948	LC219417.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold44_size2863, cultivar: TDr96_F1	False	True
MON0106_000000000043	77897	0.9869140143167492	100	23	11	20	9	True	17093	maximal	True	MON0106_000000000043	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	90.291	0.0	0.2318181818181818	MK379290.1	viruses	Porcine rotavirus C isolate PoRVC_VP1_VIRES_HeB02_C3 VP1 gene, partial cds	True	True
FIJ0125_000000011223	1708	0.9869066762172132	3	2	2	1	1	False	43995	fragment	False	FIJ0125_000000011223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	76.406	53.0	0.0003243501142284359	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ISR0399_000000001510	7591	0.9869042318808738	12	8	7	8	4	False	115943	fragment	False	ISR0399_000000001510	1.0		0	0	False	False	0.9998682737350464	0					non-mobilizable	no_good_hit	1467.0	95.16	19.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
USA0018_01_000000001160	19456	0.9868986642068841	14	8	6	6	5	False	27828	fragment	False	USA0073_01_000000001157	0.9755684778236139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	91.679	5.0	0.008634023886198241	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
FIJ0153_000000004781	5873	0.9868972196447916	14	6	3	6	4	False	50735	fragment	False	FIJ0153_000000004781	1.0		0	0	False	False	0.9982972741127014	0					non-mobilizable	no_good_hit	87.0	90.805	1.0	0.0003264798177858523	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	True	False
MON0097_000000026557	1396	0.9868957473690279	2	2	2	2	1	False	94364	fragment	False	MON0097_000000026557	1.0		0	0	False	False	0.9792263507843018	0					non-mobilizable	other	1341.0	99.553	96.0	0.0004228364500166295	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CHI0175_000000000551	21939	0.9868904658681062	29	19	16	16	13	False	123930	maximal	True	CHI0175_000000000551	1.0	PS902	13	6	False	True	1.0	0					non-mobilizable	no_good_hit	9459.0	99.08	77.0	0.096175952959847	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
MON0102_000000018041	2522	0.9868893714003892	3	2	2	1	1	False	8955	maximal	True	MON0102_000000018041	1.0		0	0	False	False	0.9662966132164001	0					non-mobilizable	no_good_hit	1139.0	99.649	45.0	0.0006811560978733924	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	True	False
MAD0068_000000001615	11013	0.9868841775738798	13	11	8	9	10	True	16490	maximal	True	MAD0068_000000001615	1.0		4	1	False	False	0.9999092221260071	0					non-mobilizable	no_good_hit	7274.0	99.73899999999999	88.0	0.052840004941034566	CP056561.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00399 plasmid pRHBSTW-00399_2, complete sequence	True	True
ENG0161_000000005629	3828	0.9868832181353928	7	4	3	2	2	False	68578	fragment	False	USA0069_01_000000014863	0.757071793228388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	99.86399999999999	19.0	0.00020410883582984822	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0315_000000000038	98467	0.9868829135588152	94	13	4	11	3	True	127415	maximal	False	SPA0046_000000000019	0.922155976407918		0	0	True	True	1.0	74					non-mobilizable	virus	24395.0	97.12200000000001	97.0	0.2493836758492998	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ISR0370_000000005358	4717	0.9868775744204376	6	5	4	4	5	True	123628	fragment	False	USA0108_01_000000001009	0.03779404894685356		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2214.0	99.09700000000001	91.0	0.06698347357588232	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ENG0076_000000001034	12351	0.9868766953811028	13	8	6	7	5	False	123888	fragment	False	SPA0082_000000000937	0.036066363113326734		0	0	False	False	0.9998380541801453	0					non-mobilizable	no_good_hit	7855.0	99.949	74.0	0.0798990834087834	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0096_000000015497	2146	0.9868716362048249	3	1	1	1	1	False	99027	fragment	False	ENG0096_000000015497	0.7426905781052673		0	0	False	False	0.99767005443573	0					non-mobilizable	no_good_hit	561.0	77.184	26.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0011_01_000000027123	1333	0.9868716362048249	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.787957462985378		0	0	False	False	0.9969992637634277	0					non-mobilizable	no_good_hit	561.0	77.54	41.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0098_000000008697	4788	0.9868713848880608	4	4	4	2	2	False	60636	maximal	True	MAD0098_000000008697	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	85.016	38.0	0.005798909306081978	NZ_FOZC01000003.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ISR0045_000000004277	5625	0.9868689103589156	7	6	3	3	6	False	98150	fragment	False	ISR0045_000000004277	1.0		0	0	False	True	0.9983999729156494	0	rep_cluster_2131	MOBQ			mobilizable	other	3040.0	99.145	100.0	0.4024374089283349	LM997247.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-8_contig-24.0_1_7549_[organism:Escherichia	False	True
AST0047_000000009548	2295	0.9868667436505032	5	3	2	2	2	False	115371	fragment	False	AST0047_000000009548	1.0		0	0	False	False	0.9938997626304626	0					non-mobilizable	no_good_hit	658.0	86.626	29.0	0.0001175681450995533	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
FIJ0062_000000022858	1298	0.9868657663446312	3	3	3	2	1	False	45687	fragment	False	FIJ0062_000000022858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	77.17399999999999	14.0	0.0003885347706241811	NZ_FOWI01000003.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	True	False
ISR0157_000000000223	57640	0.9868643756674712	96	33	14	27	16	True	52644	maximal	True	ISR0157_000000000223	1.0		1	1	False	False	0.9994621872901917	0					non-mobilizable	no_good_hit	7192.0	89.085	52.0	0.1268918583631659	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0028_000000007839	3406	0.986863689656537	8	6	6	5	5	False	125080	fragment	False	ENG0060_000000005592	0.18531517333417716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	8.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
DEN0078_000000031953	1128	0.9868619586337264	3	1	1	1	1	False	69655	fragment	False	MON0024_000000046477	0.9493462284789469		0	0	False	False	0.9893617033958435	0					non-mobilizable	other	1114.0	97.846	99.0	0.03052827911569477	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
FIJ0115_000000020888	1127	0.9868619586337264	2	1	1	1	1	False	94084	fragment	False	SPA0062_000000015646	0.09408890555460249		0	0	False	False	0.9991126656532288	0					non-mobilizable	chromosome	1082.0	97.874	96.0	0.0004682725814696735	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0038_000000031812	1117	0.9868619586337264	3	1	1	1	1	False	69655	fragment	False	MON0024_000000046477	0.9419847164235051		0	0	False	False	0.9892569184303284	0					non-mobilizable	other	1118.0	96.869	100.0	0.030610565582313894	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0290_000000007803	1899	0.9868615730838268	2	2	1	2	1	False	115533	fragment	False	ISR0290_000000007803	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1585.0	86.94	92.0	0.0004917082543632016	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0061_000000000149	16392	0.9868582940177651	24	13	8	9	8	False	123909	fragment	False	ISR0071_000000000283	0.9829020507126013		0	0	False	False	0.9998779892921448	0					non-mobilizable	no_good_hit	5779.0	98.40799999999999	47.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0071_000000000283	16342	0.9868582940177651	25	13	8	9	8	False	123909	fragment	False	ISR0071_000000000283	0.987162092818543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.40799999999999	47.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0853_000000000573	15991	0.9868582940177651	24	13	8	9	8	False	123909	fragment	False	ISR0071_000000000283	0.9843610615567358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.40799999999999	48.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0803_000000000497	15544	0.9868582940177651	24	13	8	9	8	False	123909	fragment	False	ISR0071_000000000283	0.9790383934960825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5779.0	98.40799999999999	50.0	0.058739152992400734	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0191_000000007026	3946	0.9868535112153458	4	2	2	2	1	False	94862	fragment	False	ENG0191_000000007026	1.0		0	0	False	False	0.9979726076126099	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	6.491543749961963e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0347_000000000022	73387	0.98685099885367	70	41	26	37	24	True	105280	maximal	False	ISR0170_000000000114	0.9857144425447679		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
USA0055_01_000000017515	1512	0.9868488431709116	3	2	1	2	1	False	1029	fragment	False	USA0055_01_000000017515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	80.14699999999999	9.0	0.0005479207422499655	NZ_KQ959848.1	firmicutes	Lachnoanaerobaculum saburreum strain DNF00896 Scaffold565, whole genome shotgun sequence	True	False
DEN0052_000000006596	5273	0.9868477203500414	11	8	7	7	7	False	72343	fragment	False	DEN0052_000000006596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	80.235	8.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
MAD0061_000000007210	2350	0.9868473152434972	4	4	4	4	3	False	127435	fragment	False	MAD0061_000000007210	1.0		0	0	False	True	0.9923404455184937	0					non-mobilizable	no_good_hit	1225.0	98.449	73.0	0.01886065611661556	CP043526.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_02, complete sequence	True	True
CHI0154_000000013322	2381	0.9868459430177252	3	3	2	3	3	False	79180	fragment	False	CHI0154_000000013322	1.0		0	0	False	False	0.9995800256729126	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	5.540038801177415e-05	NZ_FOOT01000002.1	CFB group bacteria	Pontibacter chinhatensis strain LP51, whole genome shotgun sequence	True	False
ENG0136_000000006092	1876	0.9868439972254308	3	3	2	3	3	True	58030	fragment	False	ISR0293_000000016481	0.4861518409905507		0	0	False	False	0.9994669556617737	0					non-mobilizable	plasmid	1876.0	100.0	100.0	0.014464021229326092	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
CHI0093_000000000442	9970	0.9868343224740822	16	13	5	8	12	True	127656	backbone	False	CHI0163_000000000902	0.974962923425915	PS1016|PS1018	0	0	True	True	1.0	20	rep_cluster_1097				non-mobilizable	no_good_hit	2900.0	99.931	74.0	0.3510110182830851	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0151_000000004789	5061	0.9868325566802504	9	6	4	5	4	True	104887	fragment	False	USA0081_01_000000005580	0.7002281949948865		0	0	False	False	0.9990120530128479	0					non-mobilizable	no_good_hit	1690.0	96.805	74.0	0.13602258975393303	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0026_000000014554	2166	0.9868276043168684	3	1	1	1	1	False	7523	fragment	False	SPA0026_000000014554	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2033.0	89.031	93.0	0.000385108306227291	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
FIJ0026_000000013656	2366	0.986825355818832	4	4	4	4	3	False	88543	maximal	True	FIJ0026_000000013656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	99.78399999999999	59.0	0.0002795886939657659	CP054371.1	enterobacteria	Escherichia coli strain SCU-316 chromosome, complete genome	True	False
CAN0008_000000002992	9032	0.9868215646410832	15	7	4	5	5	True	104924	maximal	True	CAN0008_000000002992	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3325.0	98.165	60.0	0.2680112948769665	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0177_000000002112	6960	0.9868215646410832	11	7	4	5	5	True	104915	fragment	False	CHI0177_000000002112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3078.0	96.134	81.0	0.24687373941105284	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0029_000000002075	13294	0.9868206615634136	14	13	7	8	9	True	118483	maximal	True	AST0029_000000002075	1.0		4	3	False	False	0.9966902136802673	0					non-mobilizable	no_good_hit	5705.0	98.66799999999999	54.0	0.002729171701413398	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	True	True
ENG0210_000000002763	6807	0.9868133076172356	10	7	5	5	5	False	93937	fragment	False	ENG0210_000000002763	1.0		0	0	False	False	0.9998530745506287	0					non-mobilizable	no_good_hit								True	False
ISR0056_000000000011	139991	0.9868128271708207	174	52	25	38	25	True	99784	backbone	False	ISR0167_000000000019	0.9370421789785776	PS562	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4242.0	74.517	3.0	0.001307546187210251	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0048_000000018278	1308	0.9868120808852364	2	2	2	1	1	False	69656	fragment	False	MAD0048_000000018278	1.0		0	0	False	False	0.9908257126808167	0					non-mobilizable	chromosome	1050.0	95.14299999999999	100.0	0.0004315922211267687	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0067_000000007073	4365	0.9868108343910338	11	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9693224700132061	PS1143|PS1146|PS778	0	0	True	True	1.0	277	rep_cluster_1019				non-mobilizable	other	4187.0	100.0	100.0	0.964516129032258	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
ISR0168_000000005982	4356	0.9868108343910338	10	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9902636062860026	PS1143|PS1146|PS778	0	0	True	True	1.0	37	rep_cluster_1019				non-mobilizable	other	4356.0	99.977	100.0	0.7082452431289641	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0025_000000002715	4356	0.9868108343910338	10	6	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9901556349296708	PS1143|PS1146|PS778	0	0	True	True	1.0	49	rep_cluster_1019				non-mobilizable	other	4356.0	99.977	100.0	0.7082452431289641	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
MAD0057_000000002667	5607	0.9868106547775336	10	5	1	5	4	False	18603	maximal	True	MAD0057_000000002667	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	1.0215156738811212e-05	CP060287.1	firmicutes	Sporosarcina sp. resist chromosome, complete genome	True	False
ISR0842_000000012327	1826	0.9868095541840772	2	2	1	2	1	False	123305	fragment	False	ISR0842_000000012327	0.9983880422039859		0	0	False	False	0.9972617626190186	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.6061724361366818e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
AST0016_000000013863	1792	0.9868095541840772	2	2	1	2	1	False	123305	fragment	False	ISR0842_000000012327	0.9861279198837056		0	0	False	False	0.9709821343421936	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.6061724361366818e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
SPA0008_000000002033	10514	0.9868078606943698	16	9	6	9	6	True	125409	fragment	False	DEN0021_000000002110	0.666443898072417		0	0	False	False	0.9988586902618408	0					non-mobilizable	other	10516.0	98.62100000000001	100.0	0.003000834548242254	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
DEN0012_000000001401	4541	0.9868053628947576	10	4	1	2	4	False	101011	maximal	True	DEN0012_000000001401	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1157.0	90.147	35.0	0.01939259034417632	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
SPA0139_000000006496	3972	0.9867971243453438	6	5	2	4	3	True	84035	maximal	False	SPA0138_000000006026	0.9590760733115742		0	0	True	True	1.0	71		MOBQ			mobilizable	plasmid	3358.0	90.917	90.0	0.8303816413070592	CP056424.1	enterobacteria	Citrobacter sp. RHBSTW-00524 plasmid pRHBSTW-00524_4, complete sequence	False	True
SPA0138_000000006026	3972	0.9867971243453438	6	5	2	4	3	True	84035	maximal	True	SPA0138_000000006026	0.9590760733115742		2	1	True	True	1.0	78		MOBQ			mobilizable	plasmid	3358.0	90.917	90.0	0.8303816413070592	CP056424.1	enterobacteria	Citrobacter sp. RHBSTW-00524 plasmid pRHBSTW-00524_4, complete sequence	False	True
ISR0123_000000004103	4488	0.9867957445525116	6	3	1	3	0	True	116357	maximal	False	FIJ0122_000000003905	0.9848236878906125	PS169	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
MAD0089_000000019044	1451	0.9867951112287874	3	2	2	2	2	False	15819	fragment	False	MAD0089_000000019044	1.0		0	0	False	False	0.9924190044403076	0					non-mobilizable	no_good_hit	308.0	93.506	21.0	0.00010333440258073463	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0047_000000025183	1823	0.9867918927953696	2	2	2	2	1	True	17646	fragment	False	MAD0047_000000025183	1.0		0	0	False	False	0.9308831691741943	0					non-mobilizable	no_good_hit								True	True
FIJ0141_000000000070	114224	0.986788419715234	120	116	58	87	111	True	95704	maximal	True	FIJ0141_000000000070	1.0		1	1	False	False	1.0	0	IncFII,rep_cluster_2183	MOBF,MOBF	MPF_F		conjugative	no_good_hit	15971.0	95.39200000000001	59.0	0.09802957481592565	CP009275.1	enterobacteria	Klebsiella variicola strain DX120E plasmid pKV1, complete sequence	True	True
USA0116_01_000000001735	14806	0.9867877517578918	11	10	10	8	7	True	110976	fragment	False	ISR0215_000000001494	0.9693842015315594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	99.37700000000001	20.0	0.0025546839595846126	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
SPA0125_000000013170	2644	0.986786430786068	4	3	3	3	2	True	99823	fragment	False	SPA0125_000000013170	1.0		0	0	False	False	0.9996218085289001	0					non-mobilizable	no_good_hit	681.0	83.554	32.0	0.0001769898880657832	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	True
ISR0293_000000001827	16750	0.9867823476485256	23	21	10	15	16	True	118901	fragment	False	ISR0293_000000001827	1.0		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	16750.0	99.713	100.0	0.45675948400469085	CP052790.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N19S0552 plasmid pN19S0552-2, complete sequence	False	True
ISR0083_000000000439	32864	0.9867820112897324	48	26	19	22	21	True	125421	maximal	False	SPA0136_000000000618	0.9715031945198145		0	0	False	False	0.9996652603149414	0					non-mobilizable	other	31212.0	98.302	96.0	0.008907175630734666	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AST0153_000000030282	1165	0.9867814689068014	2	1	1	1	1	False	103194	fragment	False	AST0153_000000030282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	81.86	18.0	8.666326009197752e-05	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	False
ENG0024_000000000761	25699	0.9867811892607794	30	5	4	4	3	True	66249	fragment	False	ENG0024_000000000761	1.0		0	0	False	False	0.9991828203201294	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	2.373516190564405e-05	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	True	True
MAD0045_000000026721	1577	0.9867798528954788	3	3	2	3	3	True	17833	fragment	False	MAD0045_000000026721	1.0		0	0	False	False	0.9917564988136292	0					non-mobilizable	plasmid	1558.0	99.87200000000001	99.0	0.018649610118940674	MG904991.1	enterobacteria	Escherichia coli strain 14OD0056 plasmid p14ODK88, complete sequence	False	True
FIJ0006_000000012348	2839	0.9867777952934604	3	3	2	2	2	True	51747	fragment	False	FIJ0006_000000012348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	79.439	4.0	0.00019708834813685815	NZ_FONX01000002.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
ISR0139_000000005400	4223	0.986766754232163	7	2	1	2	1	False	76514	fragment	False	ISR0139_000000005400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000010547	3372	0.986766754232163	7	2	1	2	1	False	76513	fragment	False	ISR0182_000000010547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00036075721039740253	NZ_CYXX01000012.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0177_000000012817	2290	0.986766754232163	4	2	1	2	1	False	29765	fragment	False	ISR0177_000000012817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0005_000000015824	2255	0.986766754232163	5	2	1	2	1	False	76512	fragment	False	DEN0005_000000015824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000001169	13762	0.9867660707496336	13	5	4	5	4	False	70862	maximal	False	ISR0157_000000001788	0.9944215025719046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	93.506	1.0	0.0001289536598236389	NZ_NTLB01000004.1	g-proteobacteria	Mangrovitalea sediminis strain M11-4 Scaffold3_1, whole genome shotgun sequence	True	False
ENG0199_000000000885	18346	0.986764172947818	23	14	10	11	10	False	123939	fragment	False	DEN0026_000000001328	0.9568992572444817		0	0	False	False	0.9997819662094116	0					non-mobilizable	no_good_hit	8828.0	98.958	66.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
FIJ0105_000000001854	13246	0.9867570491733648	10	5	4	3	3	True	43498	maximal	True	FIJ0105_000000001854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	100.0	1.0	1.8752006394714063e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MAD0088_000000001520	9410	0.9867462937026792	17	4	2	4	2	False	45847	maximal	True	MAD0088_000000001520	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	0.0	1.0763388432097207e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0011_000000005906	4282	0.9867430274034472	6	3	2	3	1	False	67224	maximal	True	ENG0011_000000005906	1.0		0	0	False	False	0.9957963824272156	0					non-mobilizable	no_good_hit	679.0	86.45100000000001	16.0	0.007123241548384381	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0016_000000002994	6233	0.9867395790062022	8	6	1	2	4	True	125137	maximal	True	ISR0016_000000002994	1.0	PS112|PS669|PS670	1	1	True	True	1.0	23	rep_cluster_233				non-mobilizable	no_good_hit	2527.0	94.18299999999999	70.0	0.2547718689394713	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MAD0075_000000000526	4153	0.986736539980896	3	3	2	3	2	False	98092	fragment	False	MAD0082_000000001879	0.9602611085661933		0	0	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	3682.0	94.541	88.0	0.03154030245065662	CP010201.1	enterobacteria	Escherichia coli strain M10 plasmid A, complete sequence	True	True
AST0007_000000015418	1152	0.986736509361971	2	2	2	2	2	False	126592	maximal	True	AST0007_000000015418	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0159_000000002832	7049	0.9867337519600448	8	2	2	2	2	False	39416	maximal	True	FIJ0159_000000002832	1.0		2	1	False	False	0.9988650679588318	0					non-mobilizable	no_good_hit	369.0	92.141	5.0	0.00621288573095802	NZ_QRYH01000016.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf16, whole genome shotgun sequence	True	False
FIJ0052_000000022274	1396	0.9867292555739312	3	2	1	2	2	False	46447	maximal	True	FIJ0052_000000022274	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0137_000000004327	2590	0.986728879018858	3	2	2	2	2	False	97498	fragment	False	FIJ0137_000000004327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1041.0	95.965	66.0	0.00018997026417374535	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
SPA0090_000000002261	11064	0.9867283720299896	16	9	6	9	6	True	125409	fragment	False	DEN0021_000000002110	0.8504429941141224		0	0	False	False	0.9991865754127502	0					non-mobilizable	other	11065.0	98.65299999999999	100.0	0.00315752640357657	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0039_000000008366	2939	0.9867283692749104	5	3	1	3	0	True	64949	maximal	True	ENG0039_000000008366	1.0	PS89	1	1	True	True	1.0	19	rep_cluster_1839				non-mobilizable	no_good_hit	794.0	97.985	50.0	0.44948921679909193	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ENG0192_000000006919	2887	0.9867283692749104	5	3	1	3	0	True	54655	maximal	True	ENG0192_000000006919	1.0		1	1	True	True	0.9927260279655457	2	rep_cluster_1839				non-mobilizable	no_good_hit	830.0	90.0	53.0	0.463677639046538	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0819_000000008841	2863	0.9867283692749104	4	3	1	3	0	True	21321	maximal	True	ISR0819_000000008841	1.0		1	1	True	True	1.0	21	rep_cluster_1839				non-mobilizable	no_good_hit	801.0	90.88600000000001	48.0	0.4477866061293984	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ENG0141_000000009887	2761	0.9867283692749104	4	3	1	3	0	True	69123	maximal	True	ENG0141_000000009887	0.9930972522620293		3	3	True	True	1.0	14	rep_cluster_1839				non-mobilizable	no_good_hit	793.0	90.921	54.0	0.4466515323496027	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0341_000000004853	2744	0.9867283692749104	6	3	1	3	0	True	69123	maximal	False	ENG0141_000000009887	0.9858170998015341		0	0	True	True	0.9963557124137878	11	rep_cluster_1839				non-mobilizable	no_good_hit	793.0	91.04700000000001	54.0	0.4466515323496027	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
DEN0083_000000010476	2673	0.9867283692749104	4	3	1	3	0	True	69123	maximal	False	ENG0141_000000009887	0.9790734579132009		0	0	False	True	1.0	0	rep_cluster_1839				non-mobilizable	no_good_hit	793.0	91.17299999999999	56.0	0.4466515323496027	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
MAD0044_000000001015	17219	0.9867280924071264	22	18	10	13	16	True	98735	fragment	False	MON0033_000000003219	0.941332396815192		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	17218.0	99.01299999999999	100.0	0.4970371440959676	DQ115387.2	enterobacteria	Salmonella enterica subsp. enterica serovar Dublin serovar Dublin plasmid pOU1114, complete sequence	False	True
CHI0163_000000002883	3120	0.9867210232498624	4	3	2	3	3	False	115013	fragment	False	CHI0163_000000002883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	76.744	23.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0184_000000002584	5571	0.9867202562781352	6	5	2	5	5	False	108845	maximal	True	ISR0184_000000002584	0.9882151682189698	PS676	1	1	True	True	1.0	19	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	2271.0	99.251	95.0	0.43082178781552477	AY079201.1	enterobacteria	Salmonella enteritidis serovar Enteritidis plasmid pC, complete sequence	False	True
ENG0167_000000002275	10384	0.9867186757793208	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9580977671731596	PS1052	0	0	False	True	1.0	0	IncW	MOBF			mobilizable	plasmid	7150.0	99.147	98.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ENG0164_000000001676	10324	0.9867186757793208	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9556937434736589	PS1052	0	0	True	True	0.99990314245224	25	IncW	MOBF			mobilizable	other	9471.0	98.53200000000001	99.0	0.003966897932776992	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0193_000000001851	10301	0.9867186757793208	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9578510033864067	PS1052	0	0	True	True	1.0	24	IncW	MOBF			mobilizable	plasmid	6889.0	99.1	99.0	0.6090917130980809	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ENG0168_000000002572	10301	0.9867186757793208	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9570788141725377	PS1052	0	0	True	True	1.0	104	IncW	MOBF			mobilizable	other	9408.0	98.62899999999999	99.0	0.00394215985244364	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0073_000000002414	10296	0.9867186757793208	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9581125868372156	PS1052	0	0	True	True	1.0	57	IncW	MOBF			mobilizable	plasmid	6889.0	99.12899999999999	99.0	0.6090917130980809	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
SPA0039_000000024513	1166	0.9867153657364104	1	1	1	1	1	False	6984	maximal	True	SPA0039_000000024513	1.0		1	1	False	False	0.9888507723808289	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000015703	1592	0.98670799371859	3	3	3	3	1	False	116559	fragment	False	ISR0200_000000015703	1.0		0	0	False	False	0.9993718862533569	0					non-mobilizable	other	1592.0	98.241	100.0	0.0038891280525986224	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0110_000000014468	1882	0.9866975834487948	4	1	1	1	1	False	14548	fragment	False	MAD0110_000000014468	1.0		0	0	False	False	0.9691817164421082	0					non-mobilizable	no_good_hit								True	False
AST0006_000000005432	2549	0.98669510899209	3	1	1	1	1	True	127561	fragment	False	AST0006_000000005432	0.9998001598721022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
AST0055_000000013864	2502	0.98669510899209	3	1	1	1	1	True	127561	fragment	False	AST0006_000000005432	0.9905845429580227		0	0	False	False	0.9996002912521362	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
MAD0044_000000010539	2318	0.98669510899209	3	1	1	1	1	True	18039	fragment	False	MAD0044_000000010539	1.0		0	0	False	False	0.9987058043479919	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
MAD0043_000000012361	2059	0.98669510899209	2	1	1	1	1	True	18038	fragment	False	MAD0043_000000012361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
USA0119_01_000000004264	4950	0.9866910372345588	5	4	4	4	4	False	84453	maximal	True	USA0119_01_000000004264	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1505.0	87.04299999999999	30.0	0.0005507931457994591	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ENG0022_000000000076	96962	0.9866905776832092	90	14	4	13	2	True	127415	maximal	False	SPA0046_000000000019	0.8605868641227591		0	0	True	True	1.0	5					non-mobilizable	virus	37097.0	96.822	95.0	0.38193993715551433	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
FIJ0144_000000012511	2527	0.9866867482512066	4	3	1	3	2	True	44989	fragment	False	FIJ0144_000000012511	1.0		0	0	False	False	0.9976256489753723	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.4708828593962786e-06	LN590703.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG6, chromosome: 6	True	True
ISR0118_000000008755	1856	0.9866820846351404	2	2	1	2	1	False	107396	fragment	False	ISR0118_000000008755	0.9818007124734323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	85.82700000000001	7.0	0.16983695652173914	GQ880931.1		Uncultured organism clone VC1CM43TR genomic sequence	True	False
ISR0396_000000012873	1784	0.9866820846351404	2	2	1	2	1	False	107396	fragment	False	ISR0118_000000008755	0.9763302884525792		0	0	False	False	0.9994394779205322	0					non-mobilizable	no_good_hit	104.0	88.462	6.0	0.00024841125327094917	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	False
ISR0104_000000014181	1748	0.9866820846351404	2	2	1	2	1	False	107396	fragment	False	ISR0118_000000008755	0.9712948314995551		0	0	False	False	0.9908466935157776	0					non-mobilizable	no_good_hit	91.0	89.01100000000001	5.0	0.00021705837664451867	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	False
FIJ0136_000000004710	5467	0.9866805481199621	6	6	4	6	5	True	108317	fragment	False	ISR0364_000000002391	0.9604946375595421		0	0	False	False	0.9998170733451843	0					non-mobilizable	no_good_hit	2122.0	92.978	39.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0067_000000005710	5332	0.9866805481199621	6	6	4	6	5	True	108317	fragment	False	ISR0364_000000002391	0.7789486060288556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2121.0	92.079	40.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0023_000000005619	5295	0.9866805481199621	6	6	4	6	5	True	108317	fragment	False	ISR0364_000000002391	0.7733441482041594		0	0	False	False	0.9996222853660583	0					non-mobilizable	no_good_hit	2108.0	92.837	40.0	0.0666413277587736	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0141_000000006020	4743	0.9866784823177186	5	2	2	2	2	True	40308	maximal	True	FIJ0141_000000006020	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
ISR0124_000000006030	2619	0.9866770933440108	3	3	1	3	1	False	107397	maximal	True	ISR0124_000000006030	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	2.0	2.1679267379509884e-05	NC_013512.1	e-proteobacteria	Sulfurospirillum deleyianum DSM 6946, complete sequence	True	False
ENG0179_000000006198	5176	0.986676552120508	9	8	5	8	8	False	126448	fragment	False	ENG0179_000000006198	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5177.0	98.88	100.0	0.015641009366471115	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
TAN0007_000000012255	2991	0.9866755865193152	7	2	2	2	2	False	80115	fragment	False	TAN0007_000000012255	1.0		0	0	False	False	0.9993313550949097	0					non-mobilizable	no_good_hit	660.0	82.42399999999999	38.0	0.00020376939153526392	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0399_000000002977	4462	0.9866736867326736	11	5	4	3	3	False	22592	maximal	True	ISR0399_000000002977	1.0		1	1	False	False	0.9979829788208008	0					non-mobilizable	no_good_hit	955.0	98.639	52.0	0.0002084972815498721	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
SPA0044_000000003118	7774	0.9866697194084972	7	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.7854002173223509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	99.04700000000001	18.0	0.02965364198068053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0166_000000010234	1991	0.9866646759634956	3	3	3	3	2	False	116561	fragment	False	ISR0166_000000010234	0.9604083382271148		0	0	False	False	0.9763937592506409	0					non-mobilizable	chromosome	1991.0	97.288	100.0	0.00044515440482520533	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
MON0004_000000004057	6817	0.986663338583574	4	4	3	4	4	False	95818	maximal	True	MON0004_000000004057	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	72.727	39.0	0.0004208482342969779	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0012_000000005720	3488	0.9866629316105142	4	3	3	2	2	False	125551	maximal	True	AST0012_000000005720	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2607.0	99.38600000000001	75.0	0.0011624912924716529	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0030_000000003337	8369	0.986657447292205	11	8	5	5	7	True	123654	fragment	False	MON0030_000000003337	1.0		0	0	False	True	0.9998804926872253	0					non-mobilizable	no_good_hit	3410.0	99.32600000000001	86.0	0.10969445249364114	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
SPA0069_000000000687	20341	0.9866563046267118	16	8	6	6	4	False	119561	fragment	False	SPA0069_000000000687	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	76.535	10.0	0.0003001644668463773	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
ISR0793_000000001230	8668	0.986653240224832	10	6	4	5	4	False	59035	fragment	False	ISR0793_000000001230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1058.0	95.369	12.0	0.3031258961858331	KX125700.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time3_TE_7 genomic sequence	True	False
MAD0036_000000017424	1752	0.9866510148642508	3	3	2	3	2	False	115014	fragment	False	ISR0372_000000009500	0.9708619155297158		0	0	False	False	0.9988584518432617	0					non-mobilizable	no_good_hit	591.0	76.48100000000001	33.0	0.0002569021632389664	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0296_000000020789	1239	0.986650624863866	3	1	1	1	1	False	36671	fragment	False	ISR0037_000000019621	0.9883534136546184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	89.045	29.0	0.008845808830858169	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0087_000000000224	12532	0.9866502413872048	15	7	6	7	3	False	107039	fragment	False	CHI0087_000000000224	1.0		0	0	False	False	0.9988030791282654	0					non-mobilizable	plasmid	6610.0	99.939	100.0	0.06723364428936204	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
TAN0016_000000000683	8806	0.9866461077591592	9	4	4	4	1	True	100513	maximal	True	TAN0016_000000000683	1.0	PS225|PS272|PS273|PS577	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	525.0	89.14299999999999	9.0	0.43840271877655057	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0392_000000017714	1916	0.9866447292351846	2	2	2	2	2	False	124314	fragment	False	MON0033_000000028270	0.3174940898345154		0	0	False	False	0.9775574207305908	0					non-mobilizable	no_good_hit								True	False
MAD0056_000000007532	1828	0.9866438796494086	3	3	2	3	3	False	17050	maximal	True	MAD0056_000000007532	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1828.0	100.0	100.0	0.00039522331415191503	CP057463.1	enterobacteria	Escherichia fergusonii strain RHB26-C03 chromosome, complete genome	False	False
AST0047_000000005968	3521	0.9866402481542	3	2	2	2	2	False	115440	fragment	False	AST0047_000000005968	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1762.0	95.176	50.0	0.17934061447381852	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
SPA0126_000000005417	6368	0.986639072395626	9	7	6	6	5	True	94594	fragment	False	ENG0164_000000002692	0.9887001278769186		0	0	False	False	1.0	0					non-mobilizable	other	6246.0	98.367	99.0	0.13468283178177096	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0048_000000006921	4299	0.9866296509270048	6	6	5	6	5	False	46801	fragment	False	FIJ0048_000000006921	1.0		0	0	False	False	0.9993021488189697	0					non-mobilizable	no_good_hit	1391.0	98.706	53.0	0.010705697373288938	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ENG0079_000000016010	2080	0.9866278422137884	3	3	3	3	2	False	92757	fragment	False	ENG0079_000000016010	1.0		0	0	False	False	0.9975961446762085	0					non-mobilizable	other	2080.0	99.76	100.0	0.0022301650472314415	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
ISR0221_000000013188	1708	0.9866267170858244	4	2	2	2	1	False	88948	fragment	False	ISR0221_000000013188	1.0		0	0	False	False	0.9964871406555176	0					non-mobilizable	virus	1708.0	99.766	100.0	0.4581320450885668	MK233893.1	viruses	Uncultured human fecal virus clone R.torques_S04.r1.O04_1-CL01_c29 sequence	False	False
ENG0148_000000014092	2665	0.9866264978742956	4	2	2	1	1	False	57307	fragment	False	ENG0148_000000014092	1.0		0	0	False	False	0.9838649034500122	0					non-mobilizable	no_good_hit	124.0	85.484	5.0	0.00031020470947149833	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
AST0010_000000026751	1137	0.9866200350762436	2	2	2	2	1	False	125664	fragment	False	AST0010_000000026751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0033_01_000000000442	11900	0.9866179851018824	12	8	3	3	7	True	132596	backbone	False	ISR0120_000000000296	0.03143158678818758	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	8293.0	99.699	100.0	0.2669757558195692	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0190_000000005801	3999	0.9866162545831832	7	2	1	2	1	True	85958	maximal	False	FIJ0145_000000002443	0.3699083389224234	PS432	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0084_000000003063	4846	0.9866135770210674	6	6	6	3	2	False	66317	fragment	False	SPA0084_000000003063	1.0		0	0	False	False	0.9993809461593628	0					non-mobilizable	other	2666.0	99.887	95.0	0.0005018487429771777	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0084_000000001363	12828	0.9866098672324428	10	8	5	7	4	True	117515	fragment	False	ISR0084_000000001363	0.9497879491077859		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1817.0	86.95700000000001	14.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
SPA0117_000000008636	4359	0.9866089762770502	6	3	2	3	1	False	4321	maximal	True	SPA0117_000000008636	1.0		1	1	False	False	0.9919706583023071	0					non-mobilizable	plasmid	4359.0	98.00399999999999	100.0	0.05820522751859816	CP021611.1	other sequences	Unidentified plasmid plasmid FAKO02_000237F, complete sequence	False	True
MAD0026_000000010262	1386	0.9866074751225116	3	1	1	1	1	False	94084	fragment	False	SPA0062_000000015646	0.1899353457722588		0	0	False	False	0.9783549904823303	0					non-mobilizable	chromosome	1386.0	96.898	100.0	0.0005938799916470886	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ENG0125_000000019358	1379	0.9866074751225116	3	1	1	1	1	False	94084	fragment	False	SPA0062_000000015646	0.19085770725214418		0	0	False	False	1.0	0					non-mobilizable	chromosome	1379.0	97.75200000000001	100.0	0.0005670825271866035	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0055_000000004555	4266	0.986605443910428	6	4	2	4	2	True	84038	maximal	False	ENG0047_000000003760	0.9486995239134474	PS415	0	0	True	True	1.0	653		MOBQ			mobilizable	plasmid	2744.0	96.39200000000001	100.0	0.6530074287083633	CP042549.1	enterobacteria	Klebsiella michiganensis strain C52 plasmid pC52_004, complete sequence	False	True
ITA0005_000000000568	20089	0.986597486240136	33	19	9	10	15	False	70989	maximal	True	ITA0005_000000000568	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7388.0	97.98299999999999	41.0	0.11850505765241304	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
DEN0035_000000009979	3168	0.9865971112644998	4	2	2	2	2	True	73475	fragment	False	DEN0035_000000009979	1.0		0	0	False	False	0.9996843338012695	0					non-mobilizable	no_good_hit	479.0	87.265	15.0	0.14627414903403863	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
ISR0297_000000008839	1683	0.9865971112644998	2	2	2	2	2	True	25800	fragment	False	ISR0297_000000008839	1.0		0	0	False	False	0.9839572310447693	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	0.0011725293132328308	NZ_LDAQ01000116.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_116, whole genome shotgun sequence	True	True
ENG0127_000000005016	5090	0.9865922721315042	5	5	5	4	4	False	125051	fragment	False	ISR0847_000000004306	0.40152082711910025		0	0	False	False	0.9960707426071167	0					non-mobilizable	other	5090.0	99.62700000000001	100.0	0.018395991062325097	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0110_000000010633	1501	0.9865883197243784	2	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.12624945675793134	PS306	0	0	False	True	0.9447035193443298	0					non-mobilizable	other	1508.0	93.17	100.0	0.1531080943145861	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
AST0062_000000003362	5049	0.9865876774208926	7	5	2	3	4	True	130283	maximal	True	AST0062_000000003362	1.0	PS1090	1	1	True	True	1.0	76					non-mobilizable	no_good_hit	2731.0	93.775	59.0	0.9065420560747663	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0138_000000005556	3613	0.9865844987783332	4	2	2	2	1	False	94863	maximal	True	ENG0138_000000005556	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	6.491543749961963e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
USA0009_01_000000005661	4272	0.9865840643113126	6	3	1	3	1	True	71319	maximal	False	ISR0052_000000007226	0.9542797838241839		0	0	False	True	0.9995318055152893	0					non-mobilizable	no_good_hit								True	True
ISR0320_000000004438	4322	0.9865791824973762	6	4	0	1	3	True	125145	backbone	False	ISR0317_000000003305	0.5060131916661885	PS921	0	0	False	True	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	1539.0	87.979	44.0	0.2612364387807818	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0077_000000021721	1640	0.986577827603952	3	2	1	2	2	False	34488	fragment	False	ISR0077_000000021721	1.0		0	0	False	False	0.9957317113876343	0					non-mobilizable	no_good_hit								True	False
ISR0149_000000006666	2426	0.9865706386349508	4	3	3	3	2	True	32796	fragment	False	ISR0149_000000006666	1.0		0	0	False	False	0.9983512163162231	0					non-mobilizable	no_good_hit	57.0	84.211	2.0	0.00036009388161913644	NZ_KL370825.1	mycoplasmas	Mycoplasma alvi ATCC 29626 T383DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
FIJ0171_000000002716	7490	0.9865704310481552	7	3	0	1	3	False	130589	maximal	True	FIJ0171_000000002716	1.0	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	3202.0	81.512	77.0	0.5624776865405212	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
ISR0815_000000000044	107874	0.9865646587469696	122	37	21	31	24	True	127692	fragment	False	ISR0110_000000000033	0.6371292921529944		0	0	False	False	0.9999165534973145	0					non-mobilizable	no_good_hit	1779.0	97.302	3.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0060_000000005648	5285	0.9865645510568684	6	4	1	4	0	False	121466	backbone	False	ISR0126_000000008951	0.9493977556725381	PS850	0	0	True	True	1.0	64					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
USA0133_01_000000011696	1861	0.9865583547748996	3	3	3	3	2	False	116561	fragment	False	ISR0166_000000010234	0.9254403674464227		0	0	False	False	1.0	0					non-mobilizable	chromosome	1867.0	96.572	100.0	0.0004144649603859455	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ITA0003_000000005120	1330	0.986557241084544	2	2	2	1	1	False	116611	fragment	False	ENG0084_000000012565	0.02712270093222474		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	99.774	100.0	0.00025497581758696184	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ISR0084_000000022041	1278	0.986557241084544	2	2	2	1	1	False	61418	fragment	False	ISR0084_000000022041	0.997564935064935		0	0	False	False	0.9827855825424194	0					non-mobilizable	no_good_hit	943.0	88.759	73.0	0.006635024156297967	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
CHI0077_000000011110	1257	0.986557241084544	2	2	2	1	1	False	84531	fragment	False	CHI0077_000000011110	1.0		0	0	False	False	0.9546539187431335	0					non-mobilizable	other	1257.0	100.0	100.0	0.00026104782017795727	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ENG0086_000000020024	1232	0.986557241084544	2	2	2	1	1	False	61418	fragment	False	ISR0084_000000022041	0.9796557120500782		0	0	False	False	0.9975649118423462	0					non-mobilizable	no_good_hit	943.0	88.865	76.0	0.006635024156297967	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
ENG0177_000000009901	2722	0.9865568540390256	4	2	2	1	1	False	59861	maximal	True	ENG0177_000000009901	1.0		0	0	False	False	0.9974283576011658	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000014337	4292	0.9865560016040014	4	3	3	3	2	False	97110	maximal	True	USA0069_01_000000014337	1.0	PS521	5	2	False	True	0.9948741793632507	0					non-mobilizable	no_good_hit	1832.0	79.803	42.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0005_000000003285	7789	0.9865533571062224	9	5	3	4	3	False	51924	fragment	False	FIJ0005_000000003285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	95.323	10.0	0.0001995150398562718	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0150_000000017853	1563	0.986552408806902	2	2	2	2	1	False	103893	fragment	False	SPA0040_000000020795	0.3583622768483036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0036_000000021899	1434	0.9865521149171846	2	2	1	2	1	True	51530	fragment	False	MAD0036_000000021899	0.9331926294543117		0	0	False	False	0.9881450533866882	0					non-mobilizable	no_good_hit	1237.0	90.137	86.0	0.0488750349678296	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
DEN0007_000000006482	4335	0.9865517380112556	3	2	2	2	2	False	76323	maximal	True	DEN0007_000000006482	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1791.0	78.783	59.0	0.00032453463594989536	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
ISR0184_000000006019	1931	0.9865511484782428	2	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5821523608018104		0	0	False	False	1.0	0					non-mobilizable	chromosome	1934.0	95.553	100.0	0.00043711870895224545	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0044_000000008224	3166	0.986550788741307	5	5	5	5	3	False	118816	fragment	False	SPA0044_000000008224	0.9941909407741939		0	0	False	False	0.985786497592926	0					non-mobilizable	other	3166.0	99.684	100.0	0.06567616359901227	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0099_000000002477	1970	0.9865362433124324	2	2	1	2	2	True	4986	maximal	True	SPA0099_000000002477	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1314.0	99.619	100.0	0.06603963383965396	AY662330.1	firmicutes	Lactobacillus paracasei subsp. paracasei strain NFBC338 plasmid pCD01, complete sequence	False	True
FIJ0006_000000003422	8920	0.9865351080176344	9	4	1	2	3	False	51809	fragment	False	FIJ0006_000000003422	1.0		0	0	False	False	0.9998878836631775	0					non-mobilizable	no_good_hit	4675.0	88.406	81.0	0.0019802880596704138	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
FIJ0066_000000010394	3051	0.9865335280637352	6	3	3	3	2	False	97144	maximal	True	FIJ0066_000000010394	1.0	PS521	0	0	False	True	0.9990167021751404	0					non-mobilizable	no_good_hit	1828.0	79.267	60.0	0.002273596558880884	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
SPA0100_000000010349	2946	0.986533370146776	4	3	3	3	2	False	4970	fragment	False	SPA0100_000000010349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	98.584	12.0	0.005219222157970434	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0084_01_000000007764	4096	0.9865319815449128	5	5	2	3	4	False	132546	maximal	True	USA0084_01_000000007764	1.0		3	2	False	False	0.99609375	0					non-mobilizable	no_good_hit	2264.0	100.0	55.0	0.051781342241951356	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	True	False
AUS0024_000000017132	1895	0.9865301535434768	2	2	2	2	2	False	98881	fragment	False	AUS0024_000000017132	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	73.684	9.0	0.0012509738119494216	NZ_DF820492.1	firmicutes	Weissella oryzae SG25, whole genome shotgun sequence	True	False
DEN0052_000000021519	2053	0.9865268733469836	3	3	3	2	2	False	91486	fragment	False	DEN0052_000000021519	1.0		0	0	False	False	0.9775937795639038	0					non-mobilizable	other	1989.0	98.994	97.0	0.0006021784441320467	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
DEN0046_000000020554	1154	0.9865268143026854	2	1	1	1	1	False	72688	fragment	False	DEN0046_000000020554	1.0		0	0	False	False	0.998266875743866	0					non-mobilizable	other	1134.0	99.647	98.0	0.0002636311291904518	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MAD0088_000000007045	3155	0.9865249529368176	5	3	1	2	1	True	18125	maximal	False	MAD0101_000000008929	0.9978844638420703		0	0	True	True	1.0	140					non-mobilizable	no_good_hit	840.0	87.381	31.0	0.28029540114132256	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0169_000000004108	5981	0.9865196109323944	5	3	1	2	1	False	76760	maximal	True	ISR0169_000000004108	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	1257.0	94.749	23.0	0.11375997099347353	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
SPA0040_000000011425	3412	0.9865161260237556	5	2	1	2	1	True	6968	maximal	True	SPA0040_000000011425	1.0		3	1	True	True	1.0	365		MOBV			mobilizable	no_good_hit	775.0	83.742	37.0	0.2197508896797153	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
CHI0167_000000007048	2749	0.9865161260237556	3	2	1	2	1	True	78196	maximal	True	CHI0167_000000007048	1.0		3	3	True	True	0.9992724657058716	10					non-mobilizable	no_good_hit	1170.0	83.419	50.0	0.14637865311308768	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
ISR0080_000000013601	2305	0.9865161260237556	2	2	1	2	1	True	58978	fragment	False	ISR0080_000000013601	1.0		0	0	False	False	0.9865509867668152	0					non-mobilizable	no_good_hit	795.0	81.509	34.0	0.15884623197237457	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
USA0051_01_000000009997	2047	0.9865161260237556	2	2	1	2	1	True	58977	fragment	False	USA0051_01_000000009997	0.9345841784989858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	81.86399999999999	38.0	0.15884623197237457	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
ENG0123_000000005429	1972	0.9865161260237556	2	2	1	2	1	True	58977	fragment	False	USA0051_01_000000009997	0.9291646311675623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	81.054	30.0	0.12147064797887468	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
DEN0063_000000015412	2983	0.9865142076309229	3	3	3	3	1	False	116625	fragment	False	USA0119_01_000000005030	0.15019808358775066		0	0	False	False	1.0	0					non-mobilizable	chromosome	2983.0	99.83200000000001	100.0	0.0006053552625408721	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
SPA0093_000000015749	2482	0.9865130631508754	3	3	3	3	2	False	116618	fragment	False	SPA0062_000000014591	0.9746463365035277		0	0	False	False	1.0	0					non-mobilizable	other	2482.0	97.78399999999999	100.0	0.00051565258109993	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
CHI0179_000000001479	8978	0.9865100156924402	8	8	8	7	8	True	109221	maximal	True	CHI0179_000000001479	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	5031.0	97.814	93.0	0.026320209092149598	AP022113.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-W18-ESBL-06_1 DNA, complete genome, strain: WP5-W18-ESBL-06	False	True
SPA0046_000000008234	3419	0.9865081023033576	4	4	4	3	3	True	61174	fragment	False	SPA0046_000000008234	1.0		0	0	False	False	0.9856683015823364	0					non-mobilizable	chromosome	3400.0	100.0	99.0	0.0017483299822389426	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0349_000000004985	2077	0.9865036837833644	4	4	3	2	2	True	24123	maximal	True	ISR0349_000000004985	1.0		8	3	False	False	0.9855560660362244	0					non-mobilizable	no_good_hit	1071.0	85.52799999999999	52.0	0.0003749009795435386	LR134354.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain NCTC11817 genome assembly, chromosome: 1	True	True
MON0059_000000009003	4022	0.9865001064153264	4	4	3	4	1	True	34672	maximal	True	MON0059_000000009003	1.0		2	1	False	False	0.9972650408744812	0					non-mobilizable	no_good_hit	1658.0	98.73299999999999	41.0	0.005334062997955866	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0067_000000007509	2916	0.9865000896588362	4	1	1	1	1	False	89922	maximal	True	SPA0067_000000007509	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	91.85	76.0	0.3127448720903434	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	True	False
SPA0073_000000004628	2637	0.9865000896588362	4	1	1	1	1	False	5849	fragment	False	SPA0073_000000004628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	90.376	72.0	0.18685197440988308	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	True	False
ISR0771_000000001375	7000	0.9864995890724599	8	5	4	4	3	True	85000	fragment	False	ISR0771_000000001375	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3206.0	99.969	100.0	0.0006035366683834351	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0106_000000004710	3950	0.9864989622020278	4	2	2	2	1	True	90653	backbone	False	CHI0046_000000002973	0.9938263753249386	PS480	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	1780.0	92.079	64.0	0.4752688172043011	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0151_000000006277	3928	0.9864989622020278	6	2	2	2	1	True	90653	backbone	False	CHI0046_000000002973	0.9891863103602547	PS480	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	990.0	92.42399999999999	67.0	0.26424731182795697	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0006_000000002836	3928	0.9864989622020278	4	2	2	2	1	True	90653	backbone	False	CHI0046_000000002973	0.9904958638648694	PS480	0	0	True	True	0.9997454285621643	30					non-mobilizable	no_good_hit	1778.0	93.307	64.0	0.4752688172043011	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0111_000000008959	3410	0.9864989622020278	4	2	2	2	1	True	85229	maximal	True	CHI0111_000000008959	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	90.43299999999999	59.0	0.35268817204301073	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0080_000000001130	3398	0.9864989622020278	4	2	2	2	1	True	90177	fragment	False	CHI0080_000000001130	1.0		0	0	False	False	0.9961742162704468	0					non-mobilizable	no_good_hit	1438.0	92.837	59.0	0.3849462365591398	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
AST0052_000000014138	1700	0.9864971017731812	2	1	1	1	1	True	114487	maximal	True	AST0052_000000014138	1.0		1	1	True	True	0.9976470470428467	20					non-mobilizable	plasmid	1208.0	97.765	99.0	0.7436845348120764	LN854332.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1835	False	True
ENG0037_000000013644	2523	0.9864958093887533	4	3	2	3	3	False	99035	fragment	False	MON0103_000000018739	0.942383115092065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	77.061	22.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0052_000000011326	2993	0.9864942057701588	3	3	3	2	2	False	35801	maximal	True	ISR0052_000000011326	1.0		3	3	False	False	0.9866355061531067	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.001246660730186999	NZ_BJXX01000059.1	firmicutes	Aneurinibacillus danicus strain NBRC 102444 sequence059, whole genome shotgun sequence	True	False
ENG0092_000000007310	2928	0.9864928665651436	6	4	0	3	4	False	62608	maximal	True	ENG0092_000000007310	0.9795951156812339	PS280	2	2	False	True	1.0	0	rep_cluster_1186				non-mobilizable	other	2088.0	94.971	100.0	0.2491332934847579	AB688000.1	other sequences	Shuttle vector pTBR101-CM DNA, complete sequence	False	True
ISR0074_000000002533	9265	0.9864914993629862	10	3	3	3	3	False	118833	maximal	True	ISR0074_000000002533	1.0		4	3	False	False	0.9991365075111389	0					non-mobilizable	no_good_hit	2381.0	96.43	35.0	0.20010093363613424	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
CHI0171_000000000577	14528	0.9864911745107972	15	15	1	6	15	False	98695	maximal	True	CHI0171_000000000577	1.0		1	1	False	False	0.9999311566352844	0	IncI1/B/O				non-mobilizable	plasmid	14528.0	99.97200000000001	100.0	0.1649257459466824	CP041621.1	enterobacteria	Shigella flexneri strain C32 plasmid pC32_2, complete sequence	False	True
FIJ0038_000000009877	3413	0.9864897144559016	4	3	3	3	2	False	97147	maximal	True	FIJ0038_000000009877	1.0	PS521	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1836.0	79.248	56.0	0.002282374923973088	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
FIJ0052_000000000384	34777	0.9864886224085052	35	21	14	16	11	True	46505	maximal	True	FIJ0052_000000000384	1.0		1	1	False	False	0.9998274445533752	0					non-mobilizable	no_good_hit	280.0	82.5	1.0	7.663718295239675e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
MON0001_000000014957	2322	0.9864820351432964	3	3	3	3	3	False	97115	maximal	True	MON0001_000000014957	1.0	PS521	1	1	False	True	0.9991386532783508	0					non-mobilizable	no_good_hit	1833.0	79.815	78.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0024_000000011750	1773	0.986479769349444	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.08724579683228496	PS521	0	0	False	True	0.9943598508834839	0					non-mobilizable	other	1565.0	79.617	92.0	0.0019462889461572706	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	True
FIJ0031_000000009766	2466	0.9864793487848168	6	5	1	1	5	False	48594	maximal	True	FIJ0031_000000009766	1.0		2	1	False	False	1.0	0				MOBP	mobilizable	no_good_hit	1617.0	97.34100000000001	79.0	0.10885546637890335	CP038459.1	enterobacteria	Escherichia coli strain EC-129 plasmid pEC129_6, complete sequence	True	True
ISR0334_000000004686	3999	0.9864792317216206	5	4	4	4	4	False	125036	fragment	False	ISR0806_000000002243	0.61714951627939		0	0	False	False	0.9982495903968811	0					non-mobilizable	other	3999.0	98.525	100.0	0.014451410431626064	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0036_01_000000008152	4706	0.9864770257104608	8	6	1	4	3	False	130029	backbone	False	ISR0080_000000005952	0.9229726615319815	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9983000159263611	5					non-mobilizable	no_good_hit	1635.0	96.575	61.0	0.32510451921162653	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0102_000000022255	1428	0.9864763971991845	2	1	1	1	1	False	4899	fragment	False	SPA0102_000000022255	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1428.0	99.51	100.0	0.3054366438356164	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	False	False
MAD0056_000000000383	18121	0.9864728162339356	24	24	3	21	24	True	86851	fragment	False	MAD0056_000000000383	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	18121.0	99.525	100.0	0.12899941619558872	CP057971.1	enterobacteria	Escherichia coli strain RHB07-C14 plasmid pRHB07-C14_2, complete sequence	False	True
CHI0165_000000006634	2443	0.9864701882609758	3	3	0	1	3	False	89776	fragment	False	CHI0165_000000006634	1.0		0	0	False	False	0.9995906949043274	0	rep_cluster_2335			MOB_unknown	mobilizable	plasmid	2444.0	97.463	100.0	0.5930289641629848	LT985290.1	enterobacteria	Escherichia coli strain ECOR 10 genome assembly, plasmid: RCS83_pI	False	True
ISR0183_000000015284	2105	0.9864701882609758	4	3	0	1	3	False	89774	fragment	False	ISR0183_000000015284	1.0		0	0	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	2105.0	99.145	100.0	0.5164457535591557	LT985290.1	enterobacteria	Escherichia coli strain ECOR 10 genome assembly, plasmid: RCS83_pI	False	True
CHI0086_000000004074	1564	0.9864701882609758	4	3	0	1	3	False	84048	fragment	False	CHI0086_000000004074	1.0		0	0	False	False	0.9993606209754944	0				MOB_unknown	mobilizable	plasmid	1563.0	94.946	99.0	0.38223748773307165	CP057169.1	enterobacteria	Escherichia coli strain RHB34-C15 plasmid pRHB34-C15_3, complete sequence	False	True
FIJ0162_000000017793	1291	0.9864701882609758	3	3	0	1	3	False	39210	fragment	False	FIJ0162_000000017793	1.0		0	0	False	False	0.999225378036499	0					non-mobilizable	plasmid	1291.0	99.92299999999999	100.0	0.3163966617574865	LT985290.1	enterobacteria	Escherichia coli strain ECOR 10 genome assembly, plasmid: RCS83_pI	False	True
AST0118_000000027487	1140	0.9864699442498464	2	1	1	1	1	False	105672	fragment	False	AST0118_000000027487	1.0		0	0	False	False	0.99210524559021	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000009899	3627	0.98646486159002	4	4	4	4	3	False	4026	maximal	True	SPA0125_000000009899	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3627.0	99.697	100.0	0.0016657960975533562	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	False	False
MON0027_000000013523	2930	0.9864595779059864	4	3	3	3	3	False	12748	fragment	False	MON0027_000000013523	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2931.0	98.84	100.0	0.0016302191083497385	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
MON0021_000000013698	2136	0.9864587024238888	2	2	2	2	2	False	13066	fragment	False	MON0021_000000013698	0.9908097367113761		0	0	False	False	0.9995318055152893	0					non-mobilizable	other	2136.0	98.361	100.0	0.0011882955945123562	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
ISR0180_000000003457	5887	0.9864572811375856	11	6	3	3	6	True	102410	maximal	False	ISR0208_000000004152	0.9998737359742453		0	0	True	True	1.0	396		MOBP			mobilizable	no_good_hit	2181.0	94.406	68.0	0.35421765377712516	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
ISR0208_000000004152	5869	0.9864572811375856	10	6	3	3	6	True	102410	maximal	True	ISR0208_000000004152	0.9998737422289042		8	1	True	True	1.0	114		MOBP			mobilizable	no_good_hit	1835.0	93.624	68.0	0.2977647250775004	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
SPA0008_000000011916	2545	0.9864521105485442	4	3	2	3	2	False	62326	fragment	False	SPA0008_000000011916	0.9839413164155433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	80.714	27.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0047_000000014108	2796	0.986450342538738	2	2	2	1	1	True	6680	maximal	True	SPA0047_000000014108	1.0		1	1	False	False	0.9974964261054993	0					non-mobilizable	no_good_hit	1692.0	99.704	62.0	0.021779449267149222	NZ_NFIG01000020.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_20, whole genome shotgun sequence	True	True
MAD0089_000000001874	8346	0.9864470772404019	10	8	4	6	7	True	125438	backbone	False	USA0062_01_000000003155	0.9884792626728109	PS929	0	0	True	True	0.9998801946640015	2					non-mobilizable	no_good_hit	1136.0	81.074	23.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0092_000000001624	10307	0.9864470459166896	10	7	3	5	5	True	128768	backbone	False	ENG0060_000000001922	0.9594819917831786	PS1052	0	0	True	True	0.9999029636383057	11	IncW	MOBF			mobilizable	other	7930.0	99.00399999999999	99.0	0.003319934238635263	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
AST0094_000000008867	2478	0.9864347215683168	4	3	0	2	1	True	124562	maximal	True	AST0094_000000008867	1.0	PS915	1	1	True	True	1.0	21					non-mobilizable	no_good_hit	636.0	99.52799999999999	46.0	0.27608695652173915	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
AST0040_000000014197	1426	0.9864347215683168	3	3	0	2	1	True	124561	backbone	False	AST0110_000000012532	0.9893453008608248	PS915	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	65.0	98.462	5.0	0.03553581343697946	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0151_000000011425	1425	0.9864347215683168	3	3	0	2	1	True	124561	backbone	False	AST0110_000000012532	0.98862536989578	PS915	0	0	True	True	1.0	1925					non-mobilizable	no_good_hit	68.0	86.765	5.0	0.01654786150712831	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ENG0142_000000024224	1425	0.9864347215683168	3	3	0	2	1	True	124561	backbone	False	AST0110_000000012532	0.9955559933354228	PS915	0	0	True	True	0.9971929788589478	8					non-mobilizable	no_good_hit	65.0	100.0	5.0	0.03553581343697946	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0255_000000013318	2340	0.986433457447784	5	1	1	1	1	False	26894	fragment	False	ISR0255_000000013318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0076_000000003450	3357	0.9864304161546192	5	3	3	3	2	False	62047	maximal	True	ENG0076_000000003450	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1132.0	92.491	49.0	0.018218460298266827	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0119_000000020249	1561	0.9864298715006232	2	2	2	2	2	False	4209	maximal	True	SPA0119_000000020249	1.0		0	0	False	False	0.998718798160553	0					non-mobilizable	no_good_hit	1118.0	99.374	72.0	0.004590511572856391	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
MAD0089_000000011241	2204	0.9864287057289849	3	3	2	3	2	True	58030	fragment	False	ISR0293_000000016481	0.9714408131081113		0	0	False	False	0.9904718399047852	0					non-mobilizable	plasmid	2204.0	99.728	100.0	0.007179333426754831	CP052818.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N17S1509 plasmid pN17S1509, complete sequence	False	True
ISR0293_000000016481	2170	0.9864287057289849	3	3	2	3	2	True	58030	fragment	False	ISR0293_000000016481	0.9734165863203267		0	0	False	False	1.0	0					non-mobilizable	plasmid	2170.0	100.0	100.0	0.027495373069999746	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
SPA0019_000000014244	2046	0.9864287057289849	3	3	2	3	2	True	58030	fragment	False	ISR0293_000000016481	0.8061900440757066		0	0	False	False	0.9828934669494629	0					non-mobilizable	plasmid	2046.0	100.0	100.0	0.02592348452196841	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
MON0104_000000025854	1760	0.9864287057289849	4	3	2	3	2	True	18969	fragment	False	MON0104_000000025854	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1602.0	98.315	97.0	0.00935929353187092	MK134376.1	enterobacteria	Escherichia coli strain 47EC plasmid p47EC, complete sequence	False	True
CHI0157_000000001007	8376	0.9864241404538271	12	7	3	5	7	False	130170	maximal	True	CHI0157_000000001007	1.0	PS1081|PS832|PS833|PS834|PS837|PS838|PS839|PS840|PS974|PS975	3	2	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	5121.0	99.473	77.0	0.9998046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CHI0046_000000002416	4903	0.9864160607545922	6	5	1	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9227413880800606	PS1015|PS542	0	0	False	True	0.9995920658111572	0	rep_cluster_2131				non-mobilizable	plasmid	4903.0	99.735	100.0	0.9492543095099748	CP023837.1	enterobacteria	Escherichia coli strain 4/2-1 plasmid p4_2_1.3, complete sequence	False	True
ISR0364_000000003434	4293	0.9864142946934644	4	2	1	2	1	True	123260	maximal	True	ISR0364_000000003434	1.0	PS121|PS134|PS629|PS654|PS88|PS886|PS95	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1014.0	91.02600000000001	27.0	0.8124494745351657	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
USA0059_01_000000004951	5270	0.98640652073492	7	4	3	2	4	True	933	maximal	True	USA0059_01_000000004951	1.0		1	1	True	True	1.0	281		MOBP			mobilizable	no_good_hit	1607.0	96.391	59.0	0.3227364185110664	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
SPA0047_000000032533	1190	0.9864011520767091	2	1	1	1	1	True	6640	fragment	False	SPA0047_000000032533	1.0		0	0	False	True	0.9815126061439514	0					non-mobilizable	no_good_hit								True	True
ISR0207_000000004146	5765	0.9863990740122514	12	4	1	2	2	True	128039	maximal	False	ISR0164_000000003937	0.9830888537642364	PS827|PS828	0	0	True	True	1.0	22	rep_cluster_1143				non-mobilizable	no_good_hit	1845.0	99.35	63.0	0.47052819596835926	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ISR0164_000000003937	5760	0.9863990740122514	12	4	1	2	2	True	128039	maximal	True	ISR0164_000000003937	0.9950784683307365	PS827|PS828	4	3	True	True	0.9998263716697693	60	rep_cluster_1143				non-mobilizable	no_good_hit	2056.0	99.514	62.0	0.5243684613421792	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ENG0177_000000004377	5742	0.9863990740122514	11	4	1	2	2	True	128039	maximal	False	ISR0164_000000003937	0.9941399503966626	PS827|PS828	0	0	True	True	1.0	149	rep_cluster_1143				non-mobilizable	no_good_hit	1547.0	99.354	64.0	0.3944883898953815	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
CAN0001_000000008195	5730	0.9863990740122514	11	4	1	2	2	True	128039	maximal	False	ISR0164_000000003937	0.9914569885436066	PS827|PS828	0	0	True	True	1.0	57	rep_cluster_1143				non-mobilizable	no_good_hit	1525.0	99.016	63.0	0.38887471293697373	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
AST0149_000000004764	5681	0.9863990740122514	12	4	1	2	2	True	128039	maximal	False	ISR0164_000000003937	0.9910758116489741	PS827|PS828	0	0	True	True	0.9998239874839783	14	rep_cluster_1143				non-mobilizable	no_good_hit	1760.0	99.09100000000001	63.0	0.4488389895381475	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ENG0071_000000003711	5598	0.9863990740122514	10	4	1	2	2	True	128039	maximal	False	ISR0164_000000003937	0.9852930399855245	PS827|PS828	0	0	True	True	1.0	211	rep_cluster_1143				non-mobilizable	no_good_hit	1525.0	99.08200000000001	63.0	0.38887471293697373	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ENG0166_000000004678	5485	0.9863990740122514	10	4	1	2	2	True	128039	maximal	False	ISR0164_000000003937	0.966238334881545	PS827|PS828	0	0	False	True	0.9992707371711731	0	rep_cluster_1143				non-mobilizable	no_good_hit	1567.0	98.915	62.0	0.3995917325848431	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ENG0150_000000002897	5319	0.9863990740122514	11	4	1	2	2	True	128039	maximal	False	ISR0164_000000003937	0.9444537126346605	PS827|PS828	0	0	False	True	0.9990599751472473	0	rep_cluster_1143				non-mobilizable	no_good_hit	1525.0	99.08200000000001	61.0	0.38887471293697373	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ISR0171_000000007328	3465	0.9863962156998524	3	2	2	2	2	False	36836	fragment	False	ISR0171_000000007328	1.0		0	0	False	False	0.9994227886199951	0					non-mobilizable	no_good_hit								True	False
ISR0161_000000006512	4454	0.9863873562420786	5	5	4	5	4	False	103307	fragment	False	ISR0042_000000005355	0.9807021369385085		0	0	False	False	0.995285153388977	0					non-mobilizable	other	4454.0	99.484	100.0	0.016670347894774278	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
SPA0034_000000010332	3472	0.9863861709956508	4	3	2	3	3	False	20923	fragment	False	SPA0034_000000010332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005331121904987561	AP020670.1	eudicots	Prunus dulcis DNA, unplaced-scaffold_333	True	False
MAD0045_000000005092	6171	0.9863795078641084	13	2	1	2	1	False	17905	maximal	True	MAD0045_000000005092	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0173_000000002686	3116	0.9863793534436444	2	2	2	2	1	True	67733	fragment	False	ISR0173_000000002686	1.0		0	0	False	False	0.9971116781234741	0					non-mobilizable	other	3113.0	95.824	99.0	0.01714536846965626	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
CAN0013_000000005702	4113	0.9863775057166712	5	5	4	3	3	False	93906	maximal	True	CAN0013_000000005702	1.0		6	3	False	False	0.9995137453079224	0					non-mobilizable	chromosome	4119.0	94.829	99.0	0.0014085979309718469	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
MAD0059_000000006184	3108	0.9863770275066348	5	4	4	3	2	True	78811	fragment	False	MAD0059_000000006184	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3108.0	99.87100000000001	100.0	0.022936490945733457	CP054228.1	enterobacteria	Escherichia coli strain EcPF15 plasmid p1, complete sequence	False	True
ETH0005_000000017558	2713	0.9863763854735392	3	2	2	2	1	False	52764	fragment	False	ETH0005_000000017558	1.0		0	0	False	False	0.9878363609313965	0					non-mobilizable	no_good_hit								True	False
CHI0025_000000006448	1601	0.986374332390206	2	2	1	1	2	True	88957	fragment	False	CHI0025_000000006448	1.0		0	0	False	False	1.0	0	rep_cluster_1778			MOBQ	mobilizable	plasmid	1602.0	99.376	100.0	0.39206076941926	KT693144.1	enterobacteria	Escherichia coli strain FV9873 plasmid pFV9873_1, complete sequence	False	True
ISR0344_000000004732	5955	0.9863732843523833	8	3	2	3	1	False	117688	fragment	False	ISR0342_000000002805	0.4946625566752463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	95.146	3.0	0.0006339761748660918	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0010_000000019260	1562	0.9863715957871272	4	4	3	4	3	True	126014	fragment	False	ISR0170_000000026928	0.6918401381171024		0	0	False	False	0.9891164898872375	0					non-mobilizable	other	1511.0	96.029	97.0	0.03391048530171349	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0268_000000001002	11012	0.9863694849265688	15	4	2	2	4	True	26507	maximal	True	ISR0268_000000001002	1.0		1	1	False	False	0.9987286329269409	0					non-mobilizable	no_good_hit	205.0	85.366	2.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
FIJ0080_000000007389	3498	0.9863687251730826	5	2	2	2	2	False	44337	maximal	True	FIJ0080_000000007389	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3227.0	85.559	92.0	0.04519382911392405	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0107_000000008141	3371	0.9863687251730826	3	2	2	2	2	False	42295	maximal	True	FIJ0107_000000008141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2897.0	83.949	85.0	0.04053175858951175	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0216_000000003509	5712	0.9863685926018252	9	3	1	3	1	True	127200	fragment	False	ISR0058_000000003821	0.9226893644056764		0	0	False	False	1.0	0					non-mobilizable	plasmid	2047.0	95.31	90.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0146_000000005324	4653	0.9863685926018252	6	3	1	3	1	True	66565	fragment	False	ENG0146_000000005324	0.997125776040469		0	0	False	False	1.0	0					non-mobilizable	plasmid	2050.0	94.195	90.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0019_000000004852	4349	0.9863685926018252	6	3	1	3	1	True	66565	fragment	False	ENG0146_000000005324	0.9626047711154094		0	0	False	False	1.0	0					non-mobilizable	plasmid	2050.0	94.098	92.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0047_000000004796	3501	0.9863685926018252	4	3	1	3	1	True	64360	fragment	False	ENG0047_000000004796	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1793.0	93.921	98.0	0.07117451944211325	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0291_000000000884	10257	0.9863612093316954	10	6	2	4	4	True	128768	backbone	False	ENG0060_000000001922	0.9641743490199736	PS1052	0	0	True	True	1.0	13	IncW	MOBF			mobilizable	plasmid	7150.0	99.902	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0293_000000003385	10256	0.9863612093316954	10	6	2	4	4	True	128768	backbone	False	ENG0060_000000001922	0.9643497441452578	PS1052	0	0	True	True	1.0	145	IncW	MOBF			mobilizable	plasmid	7149.0	99.97200000000001	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ENG0070_000000004933	4623	0.9863599110477584	4	3	3	3	3	False	74720	fragment	False	ENG0070_000000004933	0.9414029101435701		0	0	False	False	0.9982694983482361	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.460523348692235e-06	NZ_LGUG01000004.1	firmicutes	Aneurinibacillus migulanus strain DSM 2895 super7, whole genome shotgun sequence	True	False
MON0032_000000005032	4313	0.9863599110477584	4	3	3	3	3	False	74720	fragment	False	ENG0070_000000004933	0.9220271881526863		0	0	False	False	0.9997681379318237	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000006572	4071	0.986357819471342	6	3	1	2	1	True	128031	fragment	False	ENG0129_000000006572	1.0		0	0	False	False	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1333.0	99.55	45.0	0.3398826231181424	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
AST0140_000000023311	1248	0.9863570641348868	3	3	1	3	2	False	105383	fragment	False	AST0140_000000023311	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	100.0	100.0	0.025324424767977905	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	False	False
SPA0070_000000001708	9971	0.9863524138800176	18	7	4	7	3	True	90468	fragment	False	SPA0070_000000001708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	87.294	4.0	0.00015606791309961919	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	True
ISR0166_000000003245	4978	0.9863521862545712	8	3	2	2	3	False	103991	maximal	True	ISR0166_000000003245	1.0		0	0	False	False	0.9995982050895691	0					non-mobilizable	no_good_hit	719.0	92.62899999999999	49.0	0.00015947794295664998	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0006_000000002359	11970	0.9863488909214714	9	3	2	3	2	False	99938	maximal	True	FIJ0006_000000002359	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	87.80799999999999	15.0	0.0005959003231951999	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
CHI0060_000000000793	10587	0.9863372318264536	8	4	3	4	4	True	91987	fragment	False	CHI0060_000000000793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5244.0	99.14200000000001	53.0	0.04219579169451535	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
SPA0019_000000015839	1828	0.986334747716825	3	3	3	3	1	False	7754	maximal	True	SPA0019_000000015839	1.0		1	1	False	False	0.9934354424476624	0					non-mobilizable	no_good_hit	269.0	88.476	20.0	6.724558086130549e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0051_000000004353	8209	0.9863326461827371	8	5	3	4	4	True	122651	maximal	True	DEN0051_000000004353	1.0		46	10	False	False	0.9968327283859253	0					non-mobilizable	no_good_hit	6266.0	99.936	76.0	0.0024347040736699094	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
SPA0038_000000005570	5336	0.9863325556205126	5	2	2	2	2	False	93306	maximal	True	SPA0038_000000005570	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2478.0	96.086	46.0	0.008939979066661854	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0032_000000013071	2687	0.9863308275905566	3	3	3	3	2	False	48444	maximal	True	FIJ0032_000000013071	1.0		3	2	False	False	0.9962784051895142	0					non-mobilizable	no_good_hit	459.0	71.678	17.0	0.036659046374918354	NZ_CZBD01000036.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
SPA0074_000000000955	20525	0.9863289360878069	32	11	5	10	8	False	124225	maximal	True	SPA0074_000000000955	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1976.0	100.0	10.0	0.009627008267041022	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
FIJ0099_000000005490	4134	0.9863280608841508	7	5	1	4	3	True	45635	maximal	False	FIJ0063_000000006066	0.9671905374001912		0	0	True	True	1.0	5		MOBQ			mobilizable	plasmid	2266.0	93.51299999999999	100.0	0.5533956692913385	CP024518.1	enterobacteria	Klebsiella pneumoniae strain KSB1_10J plasmid unnamed3, complete sequence	False	True
ISR0182_000000001855	12321	0.9863257601822946	11	8	8	8	5	True	112634	maximal	True	ISR0182_000000001855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2247.0	76.547	18.0	0.004610684660534421	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0006_000000003525	12385	0.9863250313791441	11	9	6	7	4	True	130659	maximal	True	CAN0006_000000003525	1.0	PS1045|PS1046|PS1107|PS1110|PS1114|PS656|PS658	10	4	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4419.0	99.819	44.0	0.7255707012645755	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
SPA0127_000000006634	4413	0.9863210566962513	6	6	5	4	4	False	112752	maximal	True	SPA0127_000000006634	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2644.0	73.903	59.0	0.31602681291895185	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0104_000000007281	5354	0.9863181540935316	8	5	2	4	4	True	125361	fragment	False	FIJ0114_000000005988	0.2854013354423399		0	0	False	False	1.0	0					non-mobilizable	other	5354.0	98.87899999999999	100.0	0.0015278169428134664	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0039_000000013744	1112	0.9863145806514202	1	1	1	1	1	True	18434	fragment	False	MAD0039_000000013744	1.0		0	0	False	False	1.0	0	Col(MP18)				non-mobilizable	plasmid	1112.0	99.82	100.0	0.47682403433476395	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
ISR0784_000000008707	1384	0.9863131315006858	2	2	2	1	1	False	81312	fragment	False	SPA0134_000000017889	0.9835995877887956		0	0	False	False	0.9942196607589722	0					non-mobilizable	other	1384.0	99.711	100.0	0.006148661565752444	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0279_000000002357	6925	0.9863130988928293	7	5	4	5	2	True	119530	fragment	False	ISR0279_000000002357	1.0		0	0	False	False	0.9997112154960632	0					non-mobilizable	other	4287.0	99.324	93.0	0.023837736499830328	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0818_000000005736	3017	0.9863125246146536	6	2	1	2	1	False	80461	fragment	False	ISR0818_000000005736	1.0		0	0	False	False	0.999668538570404	0					non-mobilizable	no_good_hit	91.0	83.516	3.0	0.031097134870719776	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	True	False
AST0002_000000030047	1250	0.9863108422100324	2	2	1	2	1	False	130996	maximal	True	AST0002_000000030047	1.0		1	1	False	False	0.9959999918937683	0					non-mobilizable	no_good_hit	56.0	96.429	4.0	0.0007701355438557186	NZ_RRCO01000009.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_9, whole genome shotgun sequence	True	False
ISR0320_000000009704	2452	0.9863104126094664	1	1	1	1	1	True	83544	maximal	False	CHI0094_000000001920	0.9127856142160654		0	0	True	True	1.0	275					non-mobilizable	plasmid	1700.0	90.235	91.0	0.7098402018502944	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	False	True
FIJ0073_000000010120	1815	0.9863104126094664	2	1	1	1	1	True	44694	maximal	True	FIJ0073_000000010120	1.0		1	1	True	True	1.0	35					non-mobilizable	no_good_hit	273.0	87.179	18.0	0.07888493475682087	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
MON0080_000000004809	7101	0.9863046269073028	8	8	4	8	6	False	103830	maximal	True	MON0080_000000004809	1.0		0	0	False	False	0.9860582947731018	0	rep_cluster_2401	MOBP		MOBP	mobilizable	no_good_hit	2783.0	96.479	62.0	0.22559141533208682	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	True	True
ISR0327_000000002468	7889	0.9863016473094636	8	6	4	4	5	False	24798	maximal	True	ISR0327_000000002468	1.0		1	1	False	False	0.998478889465332	0					non-mobilizable	no_good_hit	2598.0	96.074	59.0	0.0005604174071873533	CP059283.1	enterobacteria	Escherichia coli strain SY3626_hybrid chromosome, complete genome	True	False
MAD0104_000000000464	17984	0.9862990433703988	19	17	6	7	16	True	98178	maximal	True	MAD0104_000000000464	0.999708284714119	PS396|PS544	8	2	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	17984.0	99.939	100.0	0.16324437182280319	CP025751.1	enterobacteria	Escherichia coli strain CV839-06 plasmid pCV839-06-p1, complete sequence	False	True
ISR0030_000000011643	1847	0.9862990309355574	3	2	2	1	1	False	37042	fragment	False	ISR0030_000000011643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	100.0	60.0	0.0002164386950116556	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
MON0045_000000004718	5255	0.986298793806705	7	7	5	6	5	False	59912	maximal	True	MON0045_000000004718	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	5255.0	99.029	100.0	0.0013183144844973844	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0065_000000004967	2400	0.9862946179512776	5	3	1	1	3	False	48362	fragment	False	MAD0104_000000003978	0.9544196068118724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	96.76700000000001	53.0	0.016324722241156022	MT261365.1	firmicutes	Enterococcus faecium strain O_03 plasmid pEfmO_03, complete sequence	True	False
AST0026_000000008563	3549	0.9862924061027456	5	3	2	3	0	True	119516	fragment	False	AST0026_000000008563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	87.291	9.0	0.0445522048795272	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ENG0039_000000006810	3495	0.9862904466410812	7	6	5	3	4	True	123556	backbone	False	ISR0826_000000002301	0.22154617587810518	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3495.0	99.485	100.0	0.029260242760330717	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
MAD0050_000000001638	10707	0.9862903287226056	9	8	6	6	6	True	114165	maximal	True	MAD0050_000000001638	1.0		1	1	False	False	0.9995329976081848	0					non-mobilizable	no_good_hit	9349.0	99.914	87.0	0.10652505868678351	CP057086.1	enterobacteria	Escherichia coli strain RHB38-C21 plasmid pRHB38-C21_2, complete sequence	True	True
TAN0021_000000006675	2646	0.986288705759881	4	3	2	3	2	False	91396	fragment	False	TAN0021_000000006675	1.0		0	0	False	False	0.9913076162338257	0					non-mobilizable	no_good_hit	111.0	100.0	4.0	3.422081384561684e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0288_000000005618	5004	0.9862863812094188	5	2	2	2	1	False	55230	fragment	False	ISR0288_000000005618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	99.88	45.0	0.010778435384247994	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
AUS0014_000000020863	1309	0.986284723088874	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.5889178071264544		0	0	False	False	0.9961802959442139	0					non-mobilizable	other	1310.0	97.71	100.0	0.0017937356379950607	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0010_000000000780	20185	0.986276935957211	28	10	5	8	6	True	86176	maximal	True	FIJ0010_000000000780	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	75.107	2.0	0.004830258418825407	NZ_QGDL01000020.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_120, whole genome shotgun sequence	True	True
ISR0134_000000005907	5521	0.9862701727648284	9	5	4	4	4	True	90263	fragment	False	ISR0134_000000005907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	88.376	11.0	0.00037128117655734497	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
FIJ0074_000000021384	1372	0.9862694047447272	3	2	2	1	1	False	82133	fragment	False	FIJ0074_000000021384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	77.346	86.0	0.0014362692294023428	NZ_JH992943.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.4, whole genome shotgun sequence	True	False
CHI0112_000000016019	1182	0.9862694047447272	3	2	2	1	1	False	98830	fragment	False	AUS0024_000000023238	0.16922554414354038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	79.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0149_000000010346	1168	0.9862694047447272	3	2	2	1	1	False	98830	fragment	False	AUS0024_000000023238	0.1684431773028422		0	0	False	False	0.9991438388824463	0					non-mobilizable	no_good_hit	937.0	76.307	79.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0828_000000006258	1146	0.9862694047447272	3	2	2	1	1	False	98830	fragment	False	AUS0024_000000023238	0.13589292632787559		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.307	81.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ENG0163_000000023546	1121	0.9862694047447272	2	2	2	1	1	False	98830	fragment	False	AUS0024_000000023238	0.1331523973706439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	76.26100000000001	84.0	0.02091677792612372	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0791_000000000568	15871	0.9862690155575556	21	14	8	12	10	False	103563	fragment	False	ISR0791_000000000568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.104	31.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0136_000000000988	7078	0.9862646650485912	11	7	4	6	5	True	91994	fragment	False	ISR0136_000000000988	1.0		0	0	False	False	0.9998587369918823	0					non-mobilizable	no_good_hit	907.0	98.346	13.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
FIJ0112_000000012387	2198	0.9862621573968426	3	2	0	2	2	True	103400	maximal	False	CHI0081_000000004608	0.9856991152993447		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0096_000000019957	2025	0.986261443182912	2	2	2	2	2	True	25801	fragment	False	SPA0096_000000019957	1.0		0	0	False	False	0.9920987486839294	0					non-mobilizable	no_good_hit								True	True
FIJ0114_000000003765	8599	0.9862559022129614	8	4	4	4	3	False	74724	fragment	False	FIJ0114_000000003765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.460523348692235e-06	NZ_LGUG01000004.1	firmicutes	Aneurinibacillus migulanus strain DSM 2895 super7, whole genome shotgun sequence	True	False
ISR0324_000000004532	6944	0.9862559022129614	4	4	4	4	3	False	74722	fragment	False	ISR0324_000000004532	1.0		0	0	False	False	0.997407853603363	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.460523348692235e-06	NZ_LGUG01000004.1	firmicutes	Aneurinibacillus migulanus strain DSM 2895 super7, whole genome shotgun sequence	True	False
AST0151_000000004482	3661	0.9862547699501772	6	4	2	3	3	True	115067	maximal	True	AST0151_000000004482	1.0	PS747	1	1	True	True	0.9989073872566223	23					non-mobilizable	no_good_hit	1768.0	92.36399999999999	67.0	0.5392428439519852	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
ENG0109_000000007713	3197	0.9862547699501772	4	4	2	3	3	True	106373	maximal	True	ENG0109_000000007713	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit	1877.0	96.484	85.0	0.5761772853185596	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
ENG0130_000000010169	2960	0.9862547699501772	5	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.8150349460429885	PS1035	0	0	True	True	0.996283769607544	18					non-mobilizable	no_good_hit	1272.0	95.36200000000001	76.0	0.42289719626168226	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CAN0012_000000036510	1224	0.9862546783922396	2	1	1	1	1	False	93991	fragment	False	CAN0012_000000036510	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	99.59200000000001	100.0	0.00034906036261178207	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0014_000000006794	2402	0.9862546523967308	4	1	1	1	1	False	13519	fragment	False	MON0014_000000006794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0045_000000000647	30753	0.9862535762221262	28	12	9	12	4	True	38141	fragment	False	SPA0045_000000000647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	0.0	0.00022877296666110622	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	True	True
ISR0388_000000001606	13073	0.9862517610295072	15	14	5	6	13	False	98190	maximal	True	ISR0388_000000001606	1.0	PS396|PS544	1	1	False	True	0.9996940493583679	0		MOBP	MPF_I	MOBP	conjugative	plasmid	5761.0	90.92200000000001	97.0	0.050460297668002016	CP022673.1	enterobacteria	Shigella sonnei strain 866 plasmid p866, complete sequence	False	True
ISR0302_000000010900	1488	0.9862501774348028	2	2	1	2	1	False	25534	maximal	True	ISR0302_000000010900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	87.54	42.0	0.052912292583813074	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0040_000000008949	3003	0.9862492593126716	5	3	3	3	2	True	11874	maximal	True	MON0040_000000008949	1.0		1	1	False	False	0.9996669888496399	0					non-mobilizable	no_good_hit	99.0	100.0	3.0	0.01186584332243613	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
AUS0018_000000003194	8029	0.9862490514545676	8	3	3	2	2	True	100077	maximal	False	CHI0140_000000003694	0.980031657128942	PS102	0	0	False	True	0.9972599148750305	0					non-mobilizable	no_good_hit	1768.0	99.943	22.0	0.2860611947547353	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	True
ENG0051_000000014631	1945	0.9862476831644325	3	3	3	3	3	False	102819	fragment	False	ENG0051_000000014631	1.0		0	0	False	False	0.9974293112754822	0					non-mobilizable	other	1945.0	99.69200000000001	100.0	0.0008538104365149777	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0017_000000005858	5212	0.986246574407192	6	6	6	4	5	False	90689	fragment	False	DEN0017_000000005858	1.0		0	0	False	False	0.999616265296936	0					non-mobilizable	chromosome	5212.0	99.789	100.0	0.002203440428459435	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0218_000000000514	20561	0.9862447628607576	22	14	13	14	9	False	128915	maximal	True	ISR0218_000000000514	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	virus	18367.0	99.984	92.0	0.8633073234934662	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	False	True
CHI0072_000000002166	5493	0.9862441730087488	7	7	6	7	6	False	84856	maximal	True	CHI0072_000000002166	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	5493.0	99.709	100.0	0.0011199041760068483	LT883142.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, chromosome: IV	False	False
ENG0113_000000001434	15857	0.9862370934886516	19	9	8	8	6	False	99376	fragment	False	CHI0174_000000000973	0.9663555198696279		0	0	False	False	0.9991171360015869	0					non-mobilizable	no_good_hit	4646.0	92.574	56.0	0.18900343642611683	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0077_000000001181	19739	0.986234079099212	24	12	8	9	7	True	101350	backbone	False	TAN0011_000000000086	0.555699505411477	PS587|PS588	0	0	True	True	1.0	110					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0081_000000005527	4173	0.9862313247497074	7	5	3	3	3	False	128547	fragment	False	ISR0081_000000005527	1.0		0	0	False	False	0.9990414381027222	0					non-mobilizable	other	2287.0	91.124	92.0	0.19344734168642058	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
ISR0196_000000013823	1547	0.9862223573404302	2	2	2	1	1	False	28976	fragment	False	ISR0196_000000013823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	6.361018406998233e-06	NZ_CP022737.1	g-proteobacteria	Halomonas ventosae strain NRS2HaP1 genome	True	False
ISR0015_000000016115	1620	0.9862211394998032	3	1	1	1	1	False	91809	fragment	False	ISR0015_000000016115	1.0		0	0	False	False	0.9876543283462524	0					non-mobilizable	no_good_hit								True	False
ISR0169_000000005160	5036	0.9862210444675134	5	4	4	4	4	False	63290	fragment	False	ISR0169_000000005160	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5036.0	99.444	100.0	0.0030137266720496755	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
ENG0195_000000006535	3611	0.9862186714276208	4	2	1	2	0	True	54481	maximal	True	ENG0195_000000006535	1.0		1	1	True	True	0.995569109916687	16					non-mobilizable	no_good_hit	42.0	95.238	1.0	0.0005361067924730607	MK784778.1	firmicutes	Enterococcus faecalis strain E508 plasmid pE508-2, complete sequence	True	True
ISR0288_000000011037	2726	0.9862186714276208	5	2	1	2	0	True	31905	maximal	True	ISR0288_000000011037	0.9440316828363831		1	1	True	True	0.9944974184036255	1					non-mobilizable	no_good_hit	78.0	84.615	3.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0147_000000009504	2563	0.9862186714276208	5	2	1	2	0	True	35664	maximal	True	ISR0147_000000009504	1.0		1	1	False	False	0.9996098279953003	0	rep_cluster_1839				non-mobilizable	no_good_hit	825.0	84.60600000000001	55.0	0.4591373439273553	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
MON0043_000000003320	6014	0.9862144955539046	6	2	1	2	1	False	100608	fragment	False	MON0043_000000003320	1.0		0	0	False	False	0.9986697435379028	0					non-mobilizable	no_good_hit	137.0	96.35	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
FIJ0029_000000006941	5092	0.9862089026228036	4	4	4	4	4	False	50816	maximal	True	FIJ0029_000000006941	1.0		2	1	False	False	0.9998036026954651	0					non-mobilizable	no_good_hit	3529.0	97.39299999999999	89.0	0.008597420773767869	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0025_000000015786	2491	0.9862085312833214	2	2	2	2	1	True	96470	fragment	False	SPA0128_000000014242	0.933744449868775		0	0	False	False	1.0	0					non-mobilizable	other	2491.0	100.0	100.0	0.22648717482263053	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
FIJ0157_000000000908	19541	0.9862051729432832	19	7	6	7	5	True	44487	fragment	False	FIJ0157_000000000908	1.0		0	0	False	False	0.9994370937347412	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	1.7964306555992023e-05	NZ_CP044499.1	firmicutes	Lactobacillus dextrinicus strain LH506 chromosome, complete genome	True	True
MAD0062_000000001989	6221	0.9862046276648468	8	5	1	2	2	True	16778	maximal	True	MAD0062_000000001989	1.0		1	1	False	False	0.9998392462730408	0					non-mobilizable	no_good_hit	970.0	98.66	29.0	0.3234312416555407	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0053_000000002466	5285	0.986202751266405	5	5	4	5	5	False	109692	fragment	False	MAD0053_000000002466	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5285.0	99.603	100.0	0.0010303249754946837	CP023165.1	enterobacteria	Escherichia coli O22:H8 strain RM10809-3 chromosome, complete genome	False	False
ISR0386_000000004112	8408	0.9861987666462212	8	4	3	4	3	False	23011	maximal	True	ISR0386_000000004112	1.0		7	4	False	False	0.9979780912399292	0					non-mobilizable	no_good_hit	1859.0	82.35600000000001	27.0	0.03470480326457265	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
MAD0049_000000003916	4102	0.986198083804832	5	4	4	3	3	False	17486	maximal	True	MAD0049_000000003916	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	1.3398433959513086e-05	NZ_CP018799.1	proteobacteria	Mariprofundus aestuarium strain CP-5 chromosome, complete genome	True	False
DEN0096_000000033115	1374	0.9861934490108399	2	2	2	2	1	False	68141	maximal	True	DEN0096_000000033115	1.0		2	1	False	False	0.9978166222572327	0					non-mobilizable	no_good_hit								True	False
ENG0187_000000016015	1862	0.9861888672691996	1	1	1	1	1	False	115549	fragment	False	ENG0187_000000016015	1.0		0	0	False	False	0.9930182695388794	0					non-mobilizable	other	1718.0	95.285	92.0	0.00999014973567486	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0360_000000016063	1550	0.9861888672691996	1	1	1	1	1	False	115532	fragment	False	ISR0360_000000016063	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1546.0	95.47200000000001	99.0	0.008993466185616283	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0183_000000020412	1527	0.9861888672691996	1	1	1	1	1	False	80661	fragment	False	ISR0183_000000020412	0.9948489010989011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1349.0	94.514	88.0	0.00783358298993408	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
CHI0135_000000013194	1456	0.9861888672691996	1	1	1	1	1	False	80661	fragment	False	ISR0183_000000020412	0.9718402095612312		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	95.087	91.0	0.007682040461854997	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0257_000000012444	1425	0.9861888672691996	1	1	1	1	1	False	66577	fragment	False	ISR0257_000000012444	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	938.0	84.115	98.0	0.0002915577790294625	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0045_000000018876	1385	0.9861888672691996	2	1	1	1	1	False	115529	fragment	False	USA0069_01_000000040474	0.9672449002205337		0	0	False	False	0.9826714992523193	0					non-mobilizable	other	1387.0	98.34200000000001	100.0	0.008072553899597247	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0054_000000019435	1351	0.9861888672691996	1	1	1	1	1	False	115529	fragment	False	USA0069_01_000000040474	0.9524822683070091		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	98.287	99.0	0.00781026875484499	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0033_000000024729	1291	0.9861888672691996	1	1	1	1	1	False	115529	fragment	False	USA0069_01_000000040474	0.7196333819549106		0	0	False	False	0.9759876132011414	0					non-mobilizable	other	1293.0	98.531	100.0	0.007524669375003643	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0025_000000032549	1221	0.9861888672691996	2	1	1	1	1	False	115529	fragment	False	USA0069_01_000000040474	0.6021197378170982		0	0	False	False	0.9680589437484741	0					non-mobilizable	other	1224.0	97.54899999999999	100.0	0.0070933560258554865	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0355_000000018551	1181	0.9861888672691996	2	1	1	1	1	False	23936	maximal	True	ISR0355_000000018551	1.0		0	0	False	False	0.9983065128326416	0					non-mobilizable	no_good_hit	800.0	97.875	68.0	0.004657018459045632	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
SPA0134_000000022246	1114	0.9861888672691996	1	1	1	1	1	False	115529	fragment	False	USA0069_01_000000040474	0.24673128944995493		0	0	False	False	0.9901256561279297	0					non-mobilizable	other	1098.0	98.45200000000001	98.0	0.006388100414410528	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0200_000000003448	5758	0.9861885921196876	6	2	2	2	2	False	126371	fragment	False	FIJ0067_000000005628	0.6389709502708025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	89.7	16.0	0.9935828877005347	GQ882260.1		Uncultured organism clone VC1D005TR genomic sequence	True	False
ISR0241_000000002609	4631	0.9861885921196876	3	2	2	2	2	False	81778	fragment	False	ISR0241_000000002609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	87.52600000000001	10.0	0.5112299465240642	GQ882260.1		Uncultured organism clone VC1D005TR genomic sequence	True	False
ISR0029_000000010236	4516	0.9861885921196876	5	2	2	2	2	False	81777	fragment	False	ISR0029_000000010236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	90.244	10.0	0.010038401940308563	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0057_000000000134	74869	0.9861881273165598	105	30	15	27	20	True	90948	fragment	False	ENG0057_000000000134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	97.802	0.0	2.4992918673042637e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
AUS0012_000000014999	1157	0.986186082499704	1	1	1	1	1	False	101008	fragment	False	AUS0012_000000014999	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	90.925	98.0	0.019055327903408036	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
MON0102_000000027480	1619	0.9861824389300784	3	3	2	2	2	False	8942	fragment	False	MON0102_000000027480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	76.64399999999999	35.0	0.055195746737554376	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	False
MON0013_000000019053	2690	0.9861823377670464	4	3	2	2	2	False	109476	fragment	False	MON0013_000000019053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	93.301	54.0	0.12532546432910954	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
ENG0003_000000001774	11528	0.9861783856738042	18	7	3	7	3	False	118836	backbone	False	ISR0143_000000002610	0.5086476992588405	PS813	0	0	False	True	0.9999132752418518	0					non-mobilizable	no_good_hit	4335.0	96.609	66.0	0.36411809235427706	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
ENG0125_000000005016	4803	0.9861774022229683	3	2	2	2	1	False	94864	fragment	False	ENG0125_000000005016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	6.491543749961963e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0011_000000013937	3117	0.9861774022229683	3	2	2	2	1	False	94859	fragment	False	FIJ0011_000000013937	1.0		0	0	False	False	0.9964709877967834	0					non-mobilizable	no_good_hit								True	False
SPA0087_000000003117	4993	0.9861762784085976	8	1	1	1	1	False	5487	maximal	True	SPA0087_000000003117	1.0		3	1	False	False	0.9961946606636047	0					non-mobilizable	no_good_hit	588.0	80.952	12.0	0.030104644569307695	NZ_QRHR01000016.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf16, whole genome shotgun sequence	True	False
ISR0167_000000013257	2217	0.9861758802830828	3	3	2	3	1	False	110567	fragment	False	ISR0167_000000013257	1.0		0	0	False	False	0.9851149916648865	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.851896262290589e-05	NZ_PVZF01000003.1	high GC Gram+	Kineococcus rhizosphaerae strain DSM 19711 Ga0180978_103, whole genome shotgun sequence	True	False
DEN0082_000000020908	1960	0.9861738516751298	3	2	2	2	1	False	69236	maximal	True	DEN0082_000000020908	1.0		1	1	False	False	0.9867346882820129	0					non-mobilizable	no_good_hit	725.0	77.10300000000001	37.0	0.00018748785470506425	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
TAN0002_000000007462	4291	0.9861711561367901	5	3	2	3	1	True	3065	maximal	True	TAN0002_000000007462	1.0		1	1	False	False	0.9997669458389282	0					non-mobilizable	no_good_hit	824.0	84.223	19.0	0.29384227583723443	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
SPA0156_000000007720	2290	0.9861690455811084	4	4	2	3	2	False	53114	fragment	False	SPA0156_000000007720	1.0		0	0	False	False	0.9969432353973389	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000011008	2894	0.9861660283364384	3	3	3	2	2	False	60504	fragment	False	ENG0101_000000011008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0026_000000016190	1774	0.9861655477271212	2	1	1	1	1	True	74780	maximal	False	DEN0021_000000017678	0.9283242708848245		0	0	False	True	1.0	0					non-mobilizable	plasmid	1021.0	90.891	100.0	0.5234173957797221	HG796438.1	bacteria	Uncultured bacterium plasmid pRGI01209	False	True
FIJ0109_000000007030	3862	0.9861653043061398	5	4	3	4	4	False	63099	fragment	False	FIJ0109_000000007030	1.0		0	0	False	False	0.9997410774230957	0					non-mobilizable	no_good_hit	829.0	82.147	37.0	0.00024785707531060436	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0112_000000010888	2477	0.9861591288838504	5	5	1	1	5	False	48739	fragment	False	FIJ0112_000000010888	0.991090830073881		0	0	False	False	0.9975777268409729	0					non-mobilizable	plasmid	2480.0	98.387	100.0	0.3722397476340694	CP024491.1	enterobacteria	Klebsiella pneumoniae strain INF249 plasmid unnamed2, complete sequence	False	True
MAD0050_000000001089	14286	0.9861551463460034	17	8	2	7	1	False	66925	maximal	True	MAD0050_000000001089	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0175_000000005092	5045	0.9861532420713904	4	2	2	2	1	True	94037	fragment	False	ENG0175_000000005092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	71.415	21.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
DEN0068_000000001602	1519	0.986153003342606	1	1	1	1	1	False	70774	maximal	True	DEN0068_000000001602	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0004_000000000598	27225	0.9861529806063052	36	23	16	20	16	True	52392	maximal	True	FIJ0004_000000000598	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1549.0	79.858	6.0	0.27987593504834885	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	True	True
ISR0297_000000006697	2138	0.9861514293456975	3	2	2	2	2	False	25651	maximal	True	ISR0297_000000006697	1.0		3	1	False	False	0.9981290698051453	0					non-mobilizable	no_good_hit	712.0	70.225	32.0	0.0003062310623213839	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	False
MON0044_000000019175	2658	0.9861307783864456	4	4	3	4	3	False	46731	fragment	False	MON0044_000000019175	1.0		0	0	False	False	0.9996237754821777	0					non-mobilizable	no_good_hit	579.0	80.311	22.0	0.00013083793420280468	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0117_000000019883	1161	0.9861290904017384	2	1	1	1	1	False	59327	maximal	True	ENG0117_000000019883	1.0		1	1	False	False	0.9956933856010437	0					non-mobilizable	chromosome	1161.0	100.0	100.0	0.00023942445663032369	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
ENG0073_000000013078	1876	0.9861238019014776	2	2	2	2	2	False	114085	fragment	False	AST0055_000000018797	0.9237757583884258		0	0	False	False	0.9968017339706421	0					non-mobilizable	no_good_hit								True	False
MON0065_000000001950	12358	0.9861201413296784	13	11	11	11	11	False	97417	fragment	False	MON0065_000000001950	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12372.0	98.788	99.0	0.016133998559604203	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
DEN0094_000000017731	2085	0.986116288377198	4	2	1	2	1	False	99027	fragment	False	ENG0096_000000015497	0.3822003577817531		0	0	False	False	0.99184650182724	0					non-mobilizable	no_good_hit	561.0	77.718	27.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0089_000000012652	2237	0.9861131920511808	4	2	1	2	2	False	99026	maximal	True	ISR0089_000000012652	1.0		18	8	False	False	0.9955297112464905	0					non-mobilizable	no_good_hit	561.0	77.184	25.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0087_000000021183	1524	0.9861083155976492	3	3	2	3	2	False	43721	maximal	True	FIJ0087_000000021183	1.0		1	1	False	False	0.9842519760131836	0					non-mobilizable	no_good_hit								True	False
AST0116_000000002374	9133	0.98610584082723	10	5	3	3	4	True	106285	fragment	False	AST0116_000000002374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	309.0	78.317	3.0	0.0030668595765492228	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0177_000000001556	12019	0.986104103760692	14	13	6	10	12	True	123668	fragment	False	ISR0177_000000001556	1.0		0	0	False	True	0.9999167919158936	0	rep_cluster_1702				non-mobilizable	plasmid	6648.0	96.134	94.0	0.21374612603305784	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0033_000000007779	4208	0.9860975252298092	4	2	2	2	1	True	83731	maximal	True	FIJ0033_000000007779	0.9579883097905504		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	242.0	72.314	6.0	7.077277241945908e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
FIJ0111_000000005590	4106	0.9860975252298092	4	2	2	2	1	True	83731	maximal	False	FIJ0033_000000007779	0.9358365019011406		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	186.0	94.086	5.0	0.030045721750489876	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0815_000000008007	3802	0.9860975252298092	3	2	2	2	1	True	85156	maximal	False	SPA0124_000000007714	0.9715837944581958		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	547.0	85.55799999999999	14.0	0.11768587769467664	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
SPA0124_000000007714	3760	0.9860975252298092	3	2	2	2	1	True	85156	maximal	True	SPA0124_000000007714	0.9721602413918771		3	2	True	True	0.9989361763000488	62					non-mobilizable	no_good_hit	547.0	85.55799999999999	14.0	0.11768587769467664	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0123_000000005540	3539	0.9860975252298092	2	2	2	2	1	True	85156	maximal	False	SPA0124_000000007714	0.9625185723316291		0	0	True	True	1.0	63					non-mobilizable	no_good_hit	176.0	85.795	7.0	0.028249510124101894	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0124_000000004650	3538	0.9860975252298092	3	2	2	2	1	True	85156	maximal	False	SPA0124_000000007714	0.9564822447178235		0	0	True	True	1.0	168					non-mobilizable	no_good_hit	176.0	85.795	9.0	0.028249510124101894	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0091_000000008757	3536	0.9860975252298092	2	2	2	2	1	True	85156	maximal	False	SPA0124_000000007714	0.7615930940942885		0	0	True	True	1.0	141					non-mobilizable	no_good_hit	1014.0	71.893	28.0	0.21997360316761988	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
CHI0111_000000008852	3454	0.9860975252298092	3	2	2	2	1	True	82617	maximal	True	CHI0111_000000008852	1.0		1	1	True	True	0.9994209408760071	27					non-mobilizable	no_good_hit	876.0	83.79	29.0	0.22196738022426096	HG796793.1	bacteria	Uncultured bacterium plasmid pRGF00037	True	True
SPA0011_000000006509	3023	0.9860975252298092	2	2	2	2	1	True	8046	maximal	True	SPA0011_000000006509	1.0		1	1	True	True	0.9996691942214966	6					non-mobilizable	no_good_hit	58.0	84.48299999999999	2.0	2.4402178729262965e-05	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	True
SPA0131_000000002312	7939	0.9860961685844531	11	9	5	7	6	True	124124	fragment	False	SPA0131_000000002312	0.9513716250774761		0	0	False	False	0.9918125867843628	0					non-mobilizable	other	7937.0	97.87100000000001	99.0	0.002229988696894091	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0105_000000009129	5604	0.9860953073877832	9	7	5	7	6	False	132175	maximal	True	MON0105_000000009129	1.0		2	1	False	False	0.997501790523529	0					non-mobilizable	other	5025.0	100.0	90.0	0.00635360653166939	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0120_000000016015	2098	0.9860932694640988	3	2	2	2	1	False	32274	maximal	True	ISR0120_000000016015	1.0		2	2	False	False	0.9942802786827087	0					non-mobilizable	no_good_hit	190.0	88.947	12.0	5.365768452249798e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0020_000000008345	2386	0.9860920669499648	3	1	1	1	1	False	76916	fragment	False	ISR0814_000000016537	0.9700489435812553		0	0	False	False	0.9924560189247131	0					non-mobilizable	no_good_hit	572.0	78.671	24.0	0.00015799285872278572	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0066_01_000000011090	1850	0.9860895096646536	2	1	1	1	1	False	825	maximal	True	USA0066_01_000000011090	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	98.61	51.0	0.003382109581798891	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	True	False
AUS0006_000000021558	1235	0.9860895096646536	2	1	1	1	1	False	101975	fragment	False	AUS0006_000000021558	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	100.0	100.0	0.004468440282590826	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	False	False
SPA0156_000000019199	1134	0.9860895096646536	1	1	1	1	1	False	3167	fragment	False	SPA0156_000000019199	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	100.0	100.0	0.0041027089466575415	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	False	False
FIJ0077_000000020974	1427	0.9860866044082592	2	1	1	1	1	False	44488	fragment	False	FIJ0077_000000020974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0083_000000001573	14114	0.98608263126664	12	9	5	8	7	True	125335	maximal	True	DEN0083_000000001573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2263.0	77.817	24.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0037_000000002812	4566	0.9860804066613332	10	6	3	3	5	True	132231	backbone	True	MAD0037_000000002812	1.0	PS1143|PS1147|PS778	1	1	True	True	0.9967148303985596	3					non-mobilizable	no_good_hit	3021.0	98.08	89.0	0.7299975827894609	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	True	True
MON0102_000000025779	1737	0.9860796367473108	2	2	2	1	2	False	59977	fragment	False	MON0102_000000025779	0.9350326280804152		0	0	False	False	0.9965457916259766	0					non-mobilizable	no_good_hit	312.0	73.077	18.0	0.0005153834402432207	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
SPA0128_000000008600	4281	0.9860767796103912	5	3	1	2	2	True	118888	maximal	False	AST0092_000000003997	0.9515012126634489	PS790	0	0	True	True	0.9992992281913757	10	Inc11	MOBV			mobilizable	plasmid	2279.0	97.806	94.0	0.5419938139424221	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
ISR0113_000000003575	4084	0.9860767796103912	5	3	1	2	2	True	118888	maximal	False	AST0092_000000003997	0.797798715235831	PS790	0	0	True	True	0.9919196963310242	2	Inc11	MOBV			mobilizable	plasmid	2061.0	97.72	93.0	0.4898881751130145	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
ISR0255_000000010641	2825	0.9860740519766892	4	2	2	2	2	False	26900	maximal	True	ISR0255_000000010641	1.0		0	0	False	False	0.9982300996780396	0					non-mobilizable	no_good_hit	336.0	99.405	12.0	0.00533091453032256	NZ_QRYH01000013.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf13, whole genome shotgun sequence	True	False
ISR0386_000000009363	3693	0.9860720134682984	5	4	2	2	4	True	115840	backbone	True	ISR0386_000000009363	1.0	PS755	1	1	True	True	1.0	29	rep_cluster_1320				non-mobilizable	no_good_hit	2290.0	99.913	62.0	0.0009597536590346194	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
FIJ0171_000000006988	2955	0.9860690141742982	3	1	1	1	1	False	38810	fragment	False	FIJ0171_000000006988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0118_000000006482	2389	0.9860690141742982	3	1	1	1	1	False	36606	fragment	False	ISR0118_000000006482	1.0		0	0	False	False	0.9836751818656921	0					non-mobilizable	no_good_hit	242.0	100.0	10.0	0.0007036681255857819	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ISR0038_000000025996	1357	0.9860690141742982	2	1	1	1	1	False	36605	fragment	False	ISR0038_000000025996	1.0		0	0	False	False	0.9933677315711975	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000010634	2787	0.9860671623354172	4	3	3	3	2	False	55961	maximal	True	FIJ0015_000000010634	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2709.0	93.835	97.0	0.0009662906995686317	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
CAN0018_000000008126	4215	0.986066803725938	7	6	3	4	4	False	115374	fragment	False	CAN0018_000000008126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2474.0	89.73299999999999	59.0	0.0006330050201989876	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
MAD0047_000000003446	8489	0.9860662912626909	9	8	8	8	6	True	108535	maximal	True	MAD0047_000000003446	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7479.0	99.973	88.0	0.056137769503333136	KM877517.1	enterobacteria	Enterobacter cloacae strain CRE623 plasmid pIMP-HB623, complete sequence	True	True
DEN0069_000000009176	3066	0.9860640012025312	4	4	3	2	4	False	70743	maximal	True	DEN0069_000000009176	1.0		0	0	False	False	0.9827136397361755	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	1.2022778541189963e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0306_000000004527	2139	0.9860605917115086	2	2	2	2	2	False	84390	fragment	False	ISR0306_000000004527	1.0		0	0	False	False	0.9906498193740845	0					non-mobilizable	no_good_hit	1767.0	78.212	82.0	0.020391964608794107	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ENG0180_000000000191	31885	0.9860541725293492	36	23	19	15	13	False	55360	fragment	False	ENG0180_000000000191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2071.0	96.66799999999999	9.0	0.026244389786241346	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
AST0060_000000003232	8430	0.9860534134960064	10	8	7	6	6	False	112548	maximal	True	AST0060_000000003232	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	92.413	14.0	0.00032908843907535984	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0064_01_000000005241	1572	0.9860527936948911	2	2	2	2	2	False	25750	fragment	False	USA0064_01_000000005241	0.9792099792099792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	81.382	66.0	0.013608857648706498	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
MAD0090_000000000684	15150	0.9860481926217818	37	11	5	9	7	False	50733	maximal	True	MAD0090_000000000684	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	0.0	8.992969077434552e-07	LR778257.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 5	True	False
MON0026_000000004470	5764	0.9860462472448532	8	5	5	5	3	False	107986	maximal	True	MON0026_000000004470	1.0	PS211	0	0	False	True	0.994101345539093	0					non-mobilizable	no_good_hit	2031.0	97.686	41.0	0.0013677778766478723	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ENG0011_000000004729	5184	0.9860352837003152	7	6	2	3	4	False	127640	backbone	False	CHI0066_000000002654	0.92135242413112	PS1015|PS542	0	0	True	True	1.0	445	Col156,rep_cluster_2361	MOBQ			mobilizable	plasmid	3774.0	99.947	100.0	0.7331908278274388	EU090225.1	enterobacteria	Escherichia coli plasmid pIGJC156, complete sequence	False	True
AST0062_000000000431	25988	0.9860250861021564	22	17	13	17	11	True	125347	maximal	True	AST0062_000000000431	1.0	PS770|PS925|PS928	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3387.0	78.152	28.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0118_000000008035	3603	0.9860221972942828	5	3	2	3	2	False	124334	fragment	False	AST0118_000000008035	1.0		0	0	False	False	0.9952816963195801	0					non-mobilizable	no_good_hit								True	False
SPA0021_000000000825	19817	0.9860217817916356	15	13	7	13	3	True	129159	maximal	True	SPA0021_000000000825	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	7942.0	90.796	63.0	0.016556644508894127	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0012_000000008321	4601	0.9860162074602484	10	7	4	5	3	True	102384	backbone	True	MON0012_000000008321	1.0	PS594	2	2	True	True	1.0	137		MOBP			mobilizable	plasmid	3417.0	99.971	100.0	0.5573503018436939	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
ISR0023_000000013518	2235	0.9860119867920392	4	1	1	1	1	False	37532	fragment	False	ISR0023_000000013518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000015749	2445	0.9860079975939472	7	3	3	3	2	False	73930	fragment	False	TAN0009_000000015749	1.0		0	0	False	False	0.9959100484848022	0					non-mobilizable	no_good_hit	412.0	90.53399999999999	17.0	0.00012786140445953203	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0075_01_000000008894	2786	0.9860057348991718	5	3	3	3	3	False	94410	fragment	False	USA0075_01_000000008894	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2787.0	98.45700000000001	100.0	0.0006303378484166438	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0132_000000005591	4541	0.9860032306288504	6	3	1	3	2	True	119783	maximal	True	ISR0132_000000005591	1.0		0	0	False	False	0.9988989233970642	0	IncW,rep_cluster_1351				non-mobilizable	other	3149.0	95.713	91.0	0.001317826889622459	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0159_000000021470	1239	0.9860013244107522	2	2	2	2	1	False	30460	fragment	False	ISR0159_000000021470	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1239.0	99.193	100.0	0.0002749772888305469	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MAD0111_000000001145	13199	0.9860009767311524	13	13	7	9	12	False	48633	maximal	True	MAD0111_000000001145	1.0		2	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	13088.0	99.34299999999999	99.0	0.11664497495052506	MK295820.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain B28 plasmid pB28, complete sequence	False	True
SPA0119_000000009044	3692	0.9859936842746256	3	3	1	3	3	False	78713	fragment	False	SPA0119_000000009044	1.0		0	0	False	False	0.9970206022262573	0	rep_cluster_2335	MOBP,MOBP		MOBP	mobilizable	plasmid	3628.0	99.807	98.0	0.7776586620926244	CP057383.1	enterobacteria	Escherichia coli strain RHB28-C11 plasmid pRHB28-C11_4, complete sequence	False	True
ISR0191_000000001830	4853	0.9859922372253992	4	4	1	3	4	False	66107	backbone	True	ISR0191_000000001830	1.0	PS302	2	1	True	True	1.0	6	ColRNAI_rep_cluster_1987,rep_cluster_2358	MOBP		MOB_unknown	mobilizable	plasmid	2823.0	99.89399999999999	100.0	0.13387731865838037	MH594579.1	g-proteobacteria	Pseudomonas aeruginosa strain PA-IMP-1 plasmid pYUI-1, complete sequence	False	True
USA0087_01_000000007354	2083	0.9859920302429312	4	2	2	1	1	False	115302	fragment	False	USA0087_01_000000007354	0.9698229773261909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	73.016	42.0	0.021250758955676987	NZ_SRYX01000034.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_34_length_41175_cov_295.469, whole genome shotgun sequence	True	False
ISR0214_000000015768	1872	0.9859920302429312	3	2	2	1	1	False	115302	fragment	False	USA0087_01_000000007354	0.7089665931780061		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	73.016	47.0	0.021250758955676987	NZ_SRYX01000034.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_34_length_41175_cov_295.469, whole genome shotgun sequence	True	False
AST0047_000000011943	1866	0.9859920302429312	3	2	2	1	1	False	115302	fragment	False	USA0087_01_000000007354	0.9276925292802413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	72.564	46.0	0.00011459166737098196	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ISR0811_000000010381	1498	0.9859920302429312	3	2	2	1	1	False	97029	fragment	False	ISR0811_000000010381	1.0		0	0	False	False	0.9966621994972229	0					non-mobilizable	no_good_hit	578.0	84.429	39.0	0.00018720408104896686	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ENG0169_000000017509	1383	0.9859920302429312	3	2	2	1	1	False	97030	fragment	False	ENG0169_000000017509	1.0		0	0	False	False	0.9963846802711487	0					non-mobilizable	no_good_hit	667.0	72.564	52.0	0.00011459166737098196	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
CAN0002_000000004000	4156	0.9859891758586529	7	5	2	5	4	False	96972	fragment	False	CAN0002_000000004000	1.0		0	0	False	False	0.9910972118377686	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.250580347442485e-05	LR135185.1	firmicutes	Enterococcus faecium isolate E4413 genome assembly, chromosome: 1	True	False
MON0104_000000030530	1499	0.9859864784312408	2	2	1	1	2	False	59910	fragment	False	SPA0105_000000015668	0.9525593704003597		0	0	False	False	0.9613075256347656	0					non-mobilizable	chromosome	1463.0	98.906	98.0	0.0003668396985792113	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ETH0004_000000006952	4123	0.9859835764609788	4	3	3	3	3	False	52932	maximal	True	ETH0004_000000006952	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	71.429	13.0	0.0001277683962199987	CP014339.1	CFB group bacteria	Elizabethkingia anophelis strain E6809, complete genome	True	False
AST0053_000000001453	9539	0.9859832686169572	11	10	10	10	10	False	114278	maximal	True	AST0053_000000001453	1.0		2	2	False	False	0.997798502445221	0					non-mobilizable	plasmid	9540.0	99.853	100.0	0.071537313544768	CP031799.1	enterobacteria	Klebsiella pneumoniae strain QMP B2-170 plasmid unnamed, complete sequence	False	True
DEN0035_000000003185	8303	0.9859785913830448	8	2	2	2	2	False	109346	maximal	True	DEN0035_000000003185	0.9821958760212978		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	75.758	3.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
FIJ0126_000000004007	8190	0.9859785913830448	7	2	2	2	2	False	109346	maximal	False	DEN0035_000000003185	0.9614338764424373		0	0	False	False	0.9998778700828552	0					non-mobilizable	no_good_hit	231.0	75.325	3.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
SPA0114_000000005386	7155	0.9859785913830448	6	2	2	2	2	False	109347	fragment	False	DEN0018_000000004122	0.9655996812325673		0	0	False	False	0.999161422252655	0					non-mobilizable	no_good_hit	231.0	75.325	3.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
DEN0092_000000001550	6052	0.9859785913830448	6	2	2	2	2	False	109343	fragment	False	ISR0798_000000002036	0.9644497378777414		0	0	False	False	0.9998347759246826	0					non-mobilizable	no_good_hit	231.0	75.758	4.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ISR0228_000000003628	6010	0.9859785913830448	6	2	2	2	2	False	109343	fragment	False	ISR0798_000000002036	0.9567027100261514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	76.19	4.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
FIJ0124_000000004237	5868	0.9859785913830448	6	2	2	2	2	False	109343	fragment	False	ISR0798_000000002036	0.724585703712583		0	0	False	False	0.9988070726394653	0					non-mobilizable	no_good_hit	231.0	76.19	4.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
TAN0013_000000001306	5425	0.9859785913830448	6	2	2	2	2	False	109341	maximal	True	TAN0013_000000001306	1.0		2	1	False	False	0.9992626905441284	0					non-mobilizable	no_good_hit	231.0	75.758	4.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ISR0139_000000005428	4202	0.9859785913830448	5	2	2	2	2	False	109340	fragment	False	ISR0139_000000005428	0.98901731726379		0	0	False	False	0.9978581666946411	0					non-mobilizable	no_good_hit	231.0	75.758	5.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
AST0094_000000005796	3624	0.9859785913830448	4	2	2	2	2	False	109340	fragment	False	ISR0139_000000005428	0.6381987577639752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	75.758	6.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ENG0209_000000002140	9540	0.9859756884728036	13	9	5	6	5	True	126522	backbone	False	ISR0029_000000004601	0.9775359989285773	PS624|PS966	0	0	True	True	0.9998951554298401	6					non-mobilizable	no_good_hit	3742.0	93.72	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
BAN0014_000000003460	1281	0.9859662127178213	1	1	1	1	1	False	98379	fragment	False	BAN0014_000000003460	0.9712860456860755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000032946	1252	0.9859662127178213	1	1	1	1	1	False	98379	fragment	False	BAN0014_000000003460	0.96578073089701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000004203	6580	0.9859622503949392	7	5	4	5	4	True	125316	fragment	False	ENG0137_000000002367	0.9490742979570722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2257.0	79.176	53.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0025_000000003975	5131	0.9859617195036204	4	3	3	3	3	False	130746	fragment	False	ISR0130_000000004031	0.660340664615992		0	0	False	False	0.9998050928115845	0					non-mobilizable	no_good_hit	1320.0	83.788	43.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0063_000000007059	2543	0.9859615172863518	2	2	1	2	1	True	94486	maximal	True	SPA0063_000000007059	0.9791662786383515		4	2	True	True	1.0	20					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003949100482667837	NZ_QJKI01000022.1	b-proteobacteria	Rivicola pingtungensis strain DSM 29661 Ga0244579_122, whole genome shotgun sequence	True	True
USA0121_01_000000006050	7532	0.985960753340185	9	9	6	9	7	True	108318	fragment	False	USA0121_01_000000006050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2120.0	93.16	28.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
USA0026_01_000000005068	6849	0.9859595934945528	10	6	3	4	4	True	87193	maximal	False	SPA0122_000000004557	0.9121036827356284		0	0	True	True	1.0	18	rep_cluster_722	MOBB			mobilizable	plasmid	3151.0	99.016	94.0	0.449671146697169	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
USA0022_01_000000002513	3045	0.9859525483142092	3	1	1	1	1	False	1731	fragment	False	USA0022_01_000000002513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	1.0	9.745523001811241e-05	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0232_000000014789	1900	0.985951644820953	2	2	2	2	2	False	43087	fragment	False	ISR0232_000000014789	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1900.0	97.105	100.0	0.004630318221606688	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0001_000000005612	5539	0.9859477054460102	3	1	1	1	1	False	74542	fragment	False	MON0001_000000005612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2330.0	92.318	74.0	0.0011341791335578134	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0008_000000008691	3380	0.9859477054460102	3	1	1	1	1	False	74538	fragment	False	SPA0008_000000008691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1774.0	94.70100000000001	57.0	0.0008701426238848998	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0096_000000023954	1349	0.9859477054460102	2	1	1	1	1	False	60824	fragment	False	USA0064_01_000000005522	0.6545531780808377		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	96.723	97.0	0.0006434049520096467	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MON0103_000000044871	1304	0.9859477054460102	2	1	1	1	1	False	60824	fragment	False	USA0064_01_000000005522	0.6489343059722225		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	96.93299999999999	100.0	0.0006394787585572613	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MAD0037_000000003898	3288	0.9859476430515896	9	3	1	3	1	False	18653	maximal	True	MAD0037_000000003898	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	91.40899999999999	22.0	7.201299144475625e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0016_000000004272	1936	0.9859445343081366	3	1	1	1	1	False	101763	maximal	True	DEN0016_000000004272	1.0		1	1	False	False	0.9989669322967529	0					non-mobilizable	no_good_hit	1146.0	98.95299999999999	59.0	0.001585967031277486	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0029_000000000237	63087	0.9859359434683548	64	21	13	19	10	True	37167	maximal	True	ISR0029_000000000237	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	0.0	3.9272647467347396e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
USA0030_01_000000001055	13908	0.9859319696396684	15	6	3	5	5	False	1562	maximal	True	USA0030_01_000000001055	1.0		1	1	False	False	0.9997124075889587	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.0250323798119105e-06	CP020674.1	bony fishes	Oryzias latipes strain Hd-rR chromosome 10 sequence	True	False
ENG0027_000000007821	2790	0.9859301821247536	6	5	2	5	4	False	113027	fragment	False	ENG0027_000000007821	1.0		0	0	False	False	0.9867383241653442	0					non-mobilizable	other	2771.0	100.0	99.0	0.05747961237575481	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
AST0148_000000024765	1360	0.985928951909592	3	2	2	2	2	False	104717	fragment	False	AST0148_000000024765	1.0		0	0	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit								True	False
ENG0185_000000016310	1153	0.985926977159844	2	2	2	2	1	False	116611	fragment	False	ENG0084_000000012565	0.04032983833438937		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	99.48	100.0	0.00022239553973389756	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0013_000000002859	7671	0.9859251185647095	6	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.9158778555484446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	98.079	13.0	0.02147332695152728	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0189_000000001112	7618	0.9859251185647095	6	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.9140433241291501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	98.06299999999999	13.0	0.021299277695587853	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0391_000000001333	7566	0.9859251185647095	5	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.8755975759794251		0	0	False	False	0.998017430305481	0					non-mobilizable	no_good_hit	880.0	98.068	12.0	0.019101905839352538	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
CHI0046_000000004311	2683	0.9859249444098124	5	3	1	2	2	True	87065	maximal	True	CHI0046_000000004311	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	86.014	32.0	0.18538741549661986	LN853923.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1362	True	True
USA0145_01_000000005118	4786	0.9859242393709986	7	6	2	5	5	False	115399	fragment	False	USA0145_01_000000005118	1.0		0	0	False	False	0.9981195330619812	0					non-mobilizable	no_good_hit	1589.0	85.148	56.0	0.0005335017201643791	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0175_000000003002	8900	0.9859071897387968	9	3	1	2	2	False	29868	maximal	True	ISR0175_000000003002	1.0		2	1	True	True	1.0	20					non-mobilizable	no_good_hit	824.0	75.36399999999999	9.0	0.0201285436699716	CP006904.1	firmicutes	Clostridium botulinum 202F plasmid pCBI, complete sequence	True	True
MON0075_000000016886	1536	0.985904529934917	3	2	1	2	1	False	75094	fragment	False	TAN0010_000000007116	0.28177465543097907		0	0	False	False	0.9986979365348816	0					non-mobilizable	no_good_hit	484.0	83.678	32.0	0.0001350629217046115	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0108_000000000114	40343	0.9859024314090724	49	22	14	17	11	False	107325	maximal	True	AST0108_000000000114	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6557.0	98.04799999999999	45.0	0.11264336193407501	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0004_000000002378	6685	0.985901159166814	10	5	3	3	5	False	105317	maximal	True	SPA0004_000000002378	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	93.84299999999999	29.0	0.00011883105777410549	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0164_000000000604	28508	0.9859005283724992	42	12	5	7	8	False	39118	maximal	True	FIJ0164_000000000604	1.0		1	1	False	False	0.9999648928642273	0					non-mobilizable	no_good_hit	13993.0	86.20700000000001	79.0	0.005924715907280023	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
DEN0026_000000003243	8654	0.9858983494819901	9	9	6	6	8	False	82926	maximal	True	DEN0026_000000003243	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	8654.0	99.988	100.0	0.0015982076728005483	CP032791.1	enterobacteria	Escherichia coli strain NZRM4165 chromosome, complete genome	False	False
FIJ0124_000000011866	2324	0.985894752527564	2	2	2	2	1	False	94861	fragment	False	FIJ0124_000000011866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0025_000000002787	10189	0.9858930109012854	10	7	7	6	5	False	120568	maximal	True	AST0025_000000002787	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	97.45200000000001	2.0	0.011037215225696902	KC876749.1	e-proteobacteria	Campylobacter coli strain DZB4 30S ribosomal protein S9 (rpsI), outer membrane fibronectin-binding protein (cadF), acetyltransferase (aac), bifunctional aminoglycoside modifying enzyme AacA-AphD (aacA/aphD), acetyltransferase (aac), hypothetical proteins, rRNA adenine N-6-methyltransferase (ermB), omega transcriptional repressor, antidote of epsilon-zeta postsegregational killing system, putative adenyltransferase (aadE), hypothetical protein, truncated tetracycline resistance protein (tetO), and pyruvate ferredoxin genes, complete cds	True	False
MON0015_000000000590	23197	0.9858870073744136	26	10	4	7	9	False	43951	maximal	True	MON0015_000000000590	1.0		3	1	False	False	0.9990947246551514	0					non-mobilizable	no_good_hit	4723.0	86.238	25.0	0.2939003006012024	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0019_000000000799	29999	0.9858842765230336	39	36	16	26	34	True	114280	fragment	False	MON0019_000000000799	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	12210.0	98.78	99.0	0.1880014166705163	CP055257.1	enterobacteria	Escherichia coli strain AH25 plasmid pAH25-1, complete sequence	False	True
CHI0048_000000001405	9968	0.9858840204896018	10	8	6	6	7	True	110980	fragment	False	CHI0111_000000003063	0.741395400561353		0	0	False	False	0.9993980526924133	0					non-mobilizable	no_good_hit	4702.0	78.584	66.0	0.0008624410282217728	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
CHI0172_000000001853	4047	0.98588283548455	9	7	5	3	5	True	123556	backbone	False	ISR0826_000000002301	0.5254981155737849	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2081.0	98.126	95.0	0.017390284560677517	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0181_000000002150	7770	0.9858784654512021	13	6	4	5	6	False	129602	maximal	True	ISR0181_000000002150	1.0	PS1061	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1794.0	98.04899999999999	34.0	0.30679678137305255	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0052_000000000653	21441	0.985871811765724	24	23	13	13	23	True	114645	maximal	True	AST0052_000000000653	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	21443.0	99.464	100.0	0.7508141611513814	CP017265.1	firmicutes	Lactobacillus paracasei strain FAM18149 plasmid pFAM18149.24, complete sequence	False	True
ETH0002_000000012318	2149	0.9858697622635888	2	2	1	2	2	True	89962	fragment	False	ETH0002_000000012318	1.0		0	0	False	False	0.999069333076477	0	rep_cluster_1683				non-mobilizable	plasmid	2144.0	93.09700000000001	99.0	0.765045045045045	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
MAD0053_000000000346	25355	0.985867256443588	41	12	2	9	7	False	17236	maximal	True	MAD0053_000000000346	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	85.01799999999999	2.0	0.0001524568039055601	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0034_000000020422	1434	0.9858646348468916	3	1	1	1	1	False	94084	fragment	False	SPA0062_000000015646	0.23536237955363132		0	0	False	False	1.0	0					non-mobilizable	chromosome	1434.0	97.211	100.0	0.000590144706941469	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0024_000000046477	1140	0.9858646348468916	3	1	1	1	1	False	69655	fragment	False	MON0024_000000046477	0.9557539761941238		0	0	False	False	1.0	0					non-mobilizable	chromosome	1140.0	97.456	100.0	0.00046824461395146566	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0043_000000006538	3864	0.9858639416892218	5	2	2	2	2	False	109340	fragment	False	ISR0139_000000005428	0.9590390048678595		0	0	False	False	0.9912008047103882	0					non-mobilizable	no_good_hit	231.0	76.19	6.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
FIJ0013_000000006338	4076	0.9858629246241469	4	2	2	2	1	True	67458	backbone	True	FIJ0013_000000006338	0.955183004154882	PS313	3	1	True	True	1.0	3					non-mobilizable	no_good_hit	202.0	92.574	7.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0132_000000007116	4054	0.9858629246241469	4	2	2	2	1	True	67458	backbone	False	FIJ0013_000000006338	0.9511130314094915	PS313	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	202.0	92.574	7.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0121_01_000000011695	4049	0.9858629246241469	6	2	2	2	1	True	67458	backbone	False	FIJ0013_000000006338	0.9374274912898468	PS313	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	426.0	78.638	11.0	0.09348878134623845	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0016_000000004888	4038	0.9858629246241469	4	2	2	2	1	True	67456	backbone	True	ISR0016_000000004888	0.933964618829898	PS312	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	560.0	77.143	14.0	0.1205455345358557	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
FIJ0068_000000007766	3991	0.9858629246241469	4	2	2	2	1	True	67456	backbone	False	ISR0016_000000004888	0.9232487833676006	PS312	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	430.0	79.535	11.0	0.09348878134623845	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0293_000000009422	3909	0.9858629246241469	4	2	2	2	1	True	67456	backbone	False	ISR0016_000000004888	0.6940641362580418	PS312	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	202.0	94.554	7.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0100_000000005937	3259	0.9858629246241469	3	2	2	2	1	True	42741	fragment	False	FIJ0100_000000005937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	87.77799999999999	3.0	0.02247765006385696	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CHI0142_000000003887	4474	0.9858619477467286	9	7	5	3	5	True	123556	backbone	False	ISR0826_000000002301	0.620114175012699	PS902	0	0	False	True	0.9988824129104614	0	rep_cluster_1702				non-mobilizable	plasmid	2546.0	99.647	98.0	0.03344547533314059	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
USA0019_01_000000007183	4074	0.9858619477467286	9	7	5	3	5	True	123556	backbone	False	ISR0826_000000002301	0.5723184612864115	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4085.0	99.73100000000001	100.0	0.04075522912342328	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0015_000000007510	5588	0.9858589417271602	8	6	4	4	6	True	123625	maximal	True	CAN0015_000000007510	1.0	PS902	1	1	False	True	0.9983894228935242	0	rep_cluster_1702				non-mobilizable	no_good_hit	2972.0	96.602	74.0	0.006319700229168928	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
USA0120_01_000000006102	2117	0.9858578581529209	3	3	3	3	2	False	82136	fragment	False	USA0120_01_000000006102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	78.158	44.0	0.02060525144637294	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0259_000000005365	2733	0.9858568044512824	3	2	0	2	0	True	26752	maximal	True	ISR0259_000000005365	1.0	PS59	1	1	True	True	1.0	72					non-mobilizable	no_good_hit	304.0	75.0	11.0	0.07462686567164178	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
DEN0066_000000014131	2456	0.9858568044512824	6	2	0	2	0	True	108590	fragment	False	DEN0066_000000014131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	99.461	70.0	0.22864197530864197	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0333_000000010486	2138	0.9858568044512824	2	2	0	2	0	True	24544	backbone	True	ISR0333_000000010486	1.0	PS59	1	1	True	True	1.0	36					non-mobilizable	no_good_hit	86.0	84.884	4.0	1.4835665859123696e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	True
ISR0022_000000013132	1957	0.9858568044512824	2	2	0	2	0	True	126240	backbone	False	ENG0079_000000017898	0.9289228177237417	PS261|PS950	0	0	True	True	1.0	136					non-mobilizable	plasmid	1804.0	94.29	100.0	0.9639089394780678	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0043_000000018010	1910	0.9858568044512824	5	2	0	2	0	True	108587	fragment	False	ENG0043_000000018010	1.0		0	0	False	False	0.9947643876075745	0					non-mobilizable	no_good_hit	974.0	97.023	57.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0046_000000018154	1895	0.9858568044512824	3	2	0	2	0	True	126240	backbone	False	ENG0079_000000017898	0.9640772290308719	PS261|PS950	0	0	True	True	0.9994723200798035	20					non-mobilizable	plasmid	1742.0	96.9	100.0	0.9572459744586341	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0023_000000016364	1895	0.9858568044512824	3	2	0	2	0	True	126240	backbone	False	ENG0079_000000017898	0.9645384929547793	PS261|PS950	0	0	True	True	1.0	22					non-mobilizable	plasmid	1742.0	96.9	100.0	0.9572459744586341	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0049_000000010694	1723	0.9858568044512824	2	2	0	2	0	True	78938	maximal	True	SPA0049_000000010694	0.9892779657896642		6	3	True	True	1.0	1058					non-mobilizable	no_good_hit								True	True
DEN0065_000000002401	10065	0.9858522992773542	10	6	2	3	4	False	71167	maximal	True	DEN0065_000000002401	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1764.0	90.363	30.0	0.0005644872985544119	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
FIJ0043_000000003986	6072	0.9858518911110764	6	6	4	5	5	False	125568	fragment	False	FIJ0043_000000003986	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6072.0	99.72	100.0	0.0012599325268879687	CP010160.1	enterobacteria	Escherichia coli strain H1, complete genome	False	False
SPA0039_000000000930	20133	0.9858507024076634	28	12	7	10	10	False	7024	maximal	True	SPA0039_000000000930	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	94.969	1.0	5.559838559286471e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0083_000000012925	1728	0.9858449626891188	3	2	2	1	1	False	93372	fragment	False	ENG0083_000000012925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	99.48700000000001	79.0	0.005605602314571278	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
FIJ0096_000000026655	1412	0.9858449626891188	2	2	2	1	1	False	81505	fragment	False	FIJ0096_000000026655	1.0		0	0	False	False	0.9688385128974915	0					non-mobilizable	other	1412.0	99.71700000000001	100.0	0.000321244872831654	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
DEN0094_000000004280	6461	0.9858424941415292	7	7	3	6	5	False	121902	maximal	True	DEN0094_000000004280	1.0		2	1	True	True	0.9990713596343994	4					non-mobilizable	no_good_hit	178.0	86.51700000000001	4.0	4.6544112774544525e-05	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	True
SPA0011_000000003664	6023	0.9858421471102724	8	6	6	6	4	True	94594	fragment	False	ENG0164_000000002692	0.9453634513484563		0	0	False	False	0.998505711555481	0					non-mobilizable	other	5969.0	98.274	99.0	0.128685862740853	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
CHI0134_000000002263	5447	0.9858421471102724	8	6	6	6	4	True	94594	fragment	False	ENG0164_000000002692	0.23363355431374655		0	0	False	False	1.0	0					non-mobilizable	other	5449.0	98.55	100.0	0.11792595799956701	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0080_000000006296	4571	0.9858394543525176	7	4	3	3	1	False	34323	maximal	True	ISR0080_000000006296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1524.0	81.03699999999999	33.0	0.0004147063016332094	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
FIJ0009_000000003453	9405	0.9858319523818174	13	5	3	5	3	True	51357	maximal	True	FIJ0009_000000003453	1.0		1	1	False	False	0.9995747208595276	0					non-mobilizable	no_good_hit	93.0	84.946	1.0	0.006896551724137931	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
FIJ0057_000000001460	13382	0.9858272666470632	13	9	9	8	8	False	46178	maximal	True	FIJ0057_000000001460	1.0		2	1	False	False	0.9999252557754517	0					non-mobilizable	no_good_hit	1437.0	84.969	24.0	0.0025272072415974778	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0060_000000004007	4135	0.9858266602626794	4	3	3	3	2	True	96241	fragment	False	SPA0060_000000004007	0.9998787878787878		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2668.0	99.88799999999999	74.0	0.8720968269545306	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
SPA0061_000000004523	4125	0.9858266602626794	4	3	3	3	2	True	96241	fragment	False	SPA0060_000000004007	0.9986698911729142		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2668.0	99.88799999999999	74.0	0.8720968269545306	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
SPA0146_000000006864	3482	0.9858264982454792	5	5	5	3	2	False	22702	fragment	False	SPA0146_000000006864	1.0		0	0	False	False	0.9965537190437317	0					non-mobilizable	other	1599.0	99.875	94.0	0.00030092093481333203	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0096_000000016259	1473	0.9858264638910276	3	2	1	2	2	False	113007	fragment	False	CHI0118_000000004747	0.5419745996283891		0	0	False	False	0.9993211030960083	0					non-mobilizable	other	1473.0	99.86399999999999	100.0	0.030545122533253095	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
FIJ0029_000000011817	2853	0.9858247309051124	4	2	1	1	2	True	48885	fragment	False	FIJ0029_000000011817	1.0		0	0	False	False	0.9950928688049316	0					non-mobilizable	plasmid	1890.0	99.788	100.0	0.48899818793683664	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
ENG0184_000000009555	2341	0.9858210344502846	5	3	2	3	2	False	55113	maximal	True	ENG0184_000000009555	1.0		1	1	False	False	0.9863306283950806	0					non-mobilizable	no_good_hit	214.0	72.89699999999999	9.0	3.9068148738182116e-05	CP015176.1	firmicutes	Bacillus thuringiensis serovar alesti strain BGSC 4C1, complete genome	True	False
ISR0090_000000005055	4600	0.9858209829477814	3	3	3	3	3	False	33688	maximal	True	ISR0090_000000005055	1.0		3	2	False	False	0.9997826218605042	0					non-mobilizable	no_good_hit	3760.0	98.59	82.0	0.0009099895717231285	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
MAD0106_000000007037	2853	0.9858195571901426	2	2	2	2	1	False	14745	maximal	True	MAD0106_000000007037	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2246.0	99.955	79.0	0.00044985688739911784	CP010121.1	enterobacteria	Escherichia coli strain C4, complete genome	True	False
SPA0035_000000001609	8434	0.9858139880061196	12	5	2	4	3	False	7128	fragment	False	SPA0035_000000001609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1810.0	89.006	79.0	0.031935632509835894	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CAN0009_000000003601	5565	0.9858102233720536	6	4	3	4	2	False	94832	maximal	True	CAN0009_000000003601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2895.0	94.646	73.0	0.007051543073663267	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0051_000000006873	3657	0.9858085637703	8	5	5	5	5	True	126028	fragment	False	SPA0051_000000006873	0.9362531653009546		0	0	False	False	0.9964451789855957	0					non-mobilizable	other	3662.0	93.119	100.0	0.08203642570010555	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0023_000000005430	5020	0.9857997905168092	4	4	3	4	3	False	62856	fragment	False	ISR0023_000000005430	1.0		0	0	False	False	0.9996016025543213	0					non-mobilizable	chromosome	5018.0	98.525	99.0	0.001661386457961823	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
MON0062_000000019936	1867	0.9857966322783592	4	4	3	3	2	False	122115	fragment	False	FIJ0034_000000014240	0.9406910778751933		0	0	False	False	0.9935725927352905	0					non-mobilizable	no_good_hit	1328.0	97.139	71.0	0.0003787433370284831	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0213_000000002844	7270	0.9857963067651028	10	7	4	6	4	True	124124	fragment	False	SPA0131_000000002312	0.4801113749072301		0	0	False	False	0.997524082660675	0					non-mobilizable	other	7270.0	97.48299999999999	100.0	0.002042821403619804	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0187_000000001816	12148	0.985795472642087	14	10	5	9	7	False	123872	fragment	False	ISR0187_000000001816	0.9962143273150845		0	0	False	False	1.0	0					non-mobilizable	other	9036.0	99.325	99.0	0.05346606142027733	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ETH0002_000000006561	4318	0.9857947999427992	5	4	1	3	2	False	53374	fragment	False	ETH0002_000000006561	1.0		0	0	False	False	0.9997684359550476	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000018907	1645	0.9857879157520067	2	1	1	1	1	False	112310	fragment	False	MAD0066_000000018907	1.0		0	0	False	False	0.9981762766838074	0					non-mobilizable	no_good_hit	48.0	91.667	3.0	0.0003832261115595672	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
ENG0151_000000002392	10239	0.9857783185901142	8	8	3	6	8	False	103535	fragment	False	ENG0151_000000002392	1.0		0	0	False	False	0.9999023079872131	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	10239.0	100.0	100.0	0.10461456715441837	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
MON0061_000000040374	1173	0.9857781755043721	2	2	2	1	1	False	93074	fragment	False	MON0061_000000040374	0.9436968991333441		0	0	False	False	0.9872123003005981	0					non-mobilizable	other	1173.0	96.334	100.0	0.004202720293186358	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
FIJ0102_000000004662	6404	0.9857771233473784	11	1	1	1	1	False	72971	fragment	False	FIJ0102_000000004662	1.0		0	0	False	False	0.9946908354759216	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000000516	31474	0.9857735574945478	36	25	12	13	16	True	101502	maximal	True	ENG0042_000000000516	1.0		2	2	False	False	1.0	0					non-mobilizable	other	29995.0	99.553	100.0	0.8825035310734464	NZ_CAEUHO010000007.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
MON0093_000000021957	2022	0.9857728282081416	3	2	2	2	2	False	115921	fragment	False	MON0093_000000021957	1.0		0	0	False	False	0.9782393574714661	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000016420	2273	0.9857712957553659	3	3	3	3	2	False	91560	fragment	False	FIJ0154_000000016213	0.6876326368521064		0	0	False	False	1.0	0					non-mobilizable	chromosome	1063.0	95.579	99.0	0.000376085894902053	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0005_000000001916	13868	0.9857658553677644	12	6	5	5	3	True	67092	maximal	True	MON0005_000000001916	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	80.812	5.0	0.08556601496500121	NZ_WEHX01000101.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_101_length_8286_cov_179.562477, whole genome shotgun sequence	True	True
DEN0071_000000012790	3044	0.9857624195529644	2	2	1	2	1	False	70474	fragment	False	DEN0071_000000012790	0.9948329069131838		0	0	False	False	0.9977003931999207	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003607407209470112	NZ_RLII01000016.1	firmicutes	Hungateiclostridium mesophilum strain N2K1 seq16, whole genome shotgun sequence	True	False
ISR0040_000000009750	2799	0.9857624195529644	2	2	1	2	1	False	70474	fragment	False	DEN0071_000000012790	0.9551588565446892		0	0	False	False	0.9992854595184326	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003607407209470112	NZ_RLII01000016.1	firmicutes	Hungateiclostridium mesophilum strain N2K1 seq16, whole genome shotgun sequence	True	False
ISR0297_000000005412	2545	0.9857624195529644	2	2	1	2	1	False	70474	fragment	False	DEN0071_000000012790	0.47731332618792427		0	0	False	False	0.997642457485199	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000007248	5267	0.9857602617648212	7	6	0	4	4	False	78689	fragment	False	FIJ0058_000000007248	1.0		0	0	False	False	0.9954433441162109	0	rep_cluster_2350	MOBP		MOBP	mobilizable	other	5256.0	96.556	99.0	0.7501794687724336	LK985402.1	enterobacteria	Escherichia coli genome assembly FHI100, scaffold scaffold-5	False	True
ISR0147_000000001292	15636	0.9857594389743954	24	11	6	8	7	True	117600	fragment	False	ISR0074_000000000976	0.32156343635841234		0	0	False	False	0.99968022108078	0					non-mobilizable	no_good_hit	10929.0	96.779	85.0	0.06287511375810706	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0838_000000002599	7028	0.9857574040551109	15	5	2	3	2	True	47921	maximal	True	ISR0838_000000002599	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	2.5620424192239266e-05	NZ_LR130785.1	firmicutes	Senegalia massiliensis strain SIT17, whole genome shotgun sequence	True	True
MON0070_000000007640	3747	0.9857527331170096	5	3	2	2	3	False	122640	fragment	False	MON0070_000000007640	1.0		0	0	False	False	0.9863891005516052	0					non-mobilizable	other	3559.0	99.944	95.0	0.0013823212114994201	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
SPA0005_000000008633	3410	0.9857520840995916	5	3	2	1	2	False	8330	maximal	True	SPA0005_000000008633	1.0		3	1	False	False	0.9976539611816406	0					non-mobilizable	no_good_hit	61.0	100.0	2.0	1.9569797149267648e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0183_000000010484	3195	0.9857474739902276	4	3	2	3	2	True	30508	maximal	True	ISR0183_000000010484	1.0		4	1	True	True	1.0	48	rep_cluster_1188				non-mobilizable	plasmid	1799.0	98.999	100.0	0.5117209834190967	AF177168.1	firmicutes	Streptococcus thermophilus plasmid pER36, complete plasmid sequence	False	True
ISR0158_000000005748	3120	0.9857474739902276	4	3	2	3	2	True	30508	maximal	False	ISR0183_000000010484	1.0		0	0	True	True	1.0	4	rep_cluster_1188				non-mobilizable	plasmid	3001.0	98.6	100.0	0.8553459119496856	AF177168.1	firmicutes	Streptococcus thermophilus plasmid pER36, complete plasmid sequence	False	True
ISR0185_000000010259	3120	0.9857474739902276	4	3	2	3	2	True	30508	maximal	False	ISR0183_000000010484	1.0		0	0	True	True	1.0	8	rep_cluster_1188				non-mobilizable	plasmid	3001.0	98.6	100.0	0.8553459119496856	AF177168.1	firmicutes	Streptococcus thermophilus plasmid pER36, complete plasmid sequence	False	True
ISR0220_000000003478	2845	0.9857474739902276	3	3	2	3	2	True	30508	maximal	False	ISR0183_000000010484	0.9353655049957866		0	0	True	True	1.0	2	rep_cluster_1188				non-mobilizable	plasmid	1644.0	98.35799999999999	100.0	0.4691252144082333	AF177168.1	firmicutes	Streptococcus thermophilus plasmid pER36, complete plasmid sequence	False	True
FIJ0007_000000001420	11259	0.9857465428575212	14	14	7	5	12	True	98021	maximal	True	FIJ0007_000000001420	1.0		1	1	False	False	0.9989342093467712	0					non-mobilizable	no_good_hit	7224.0	97.92399999999999	73.0	0.06650275790307283	CP041543.1	enterobacteria	Escherichia coli strain 131 plasmid p2629-2	True	True
ISR0080_000000015521	2050	0.9857463645928812	2	2	2	2	2	True	100276	fragment	False	ISR0080_000000015521	1.0		0	0	False	False	0.9892683029174805	0					non-mobilizable	no_good_hit	1356.0	77.581	65.0	0.0076768373268976614	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ISR0074_000000003226	7692	0.9857419795199956	9	9	5	7	6	True	34746	maximal	True	ISR0074_000000003226	1.0		1	1	False	False	0.9998700022697449	0					non-mobilizable	no_good_hit	2462.0	98.01	43.0	0.14679502511360917	CP021458.1	firmicutes	Lactobacillus brevis strain ZLB004 plasmid p2, complete sequence	True	True
SPA0128_000000012264	3019	0.9857400604908236	2	2	1	2	1	True	77060	maximal	True	SPA0128_000000012264	1.0		1	1	True	True	1.0	89	rep_cluster_1683				non-mobilizable	no_good_hit	1418.0	89.492	73.0	0.5050251256281407	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	True	True
ISR0134_000000011782	2754	0.9857400604908236	2	2	1	2	1	True	35143	maximal	False	ISR0103_000000009855	0.9960800300949618		0	0	True	True	1.0	20	rep_cluster_1867				non-mobilizable	plasmid	2765.0	83.436	100.0	0.9830752610731005	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0323_000000001502	9045	0.9857377964333844	11	11	8	9	10	False	25004	maximal	True	ISR0323_000000001502	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3775.0	97.166	76.0	0.029685681024447033	CP013754.1	firmicutes	Lactobacillus plantarum strain DF plasmid unnamed1, complete sequence	True	False
ETH0001_000000021916	1565	0.9857365092810249	2	2	0	1	2	True	53488	maximal	True	ETH0001_000000021916	1.0		1	1	True	True	1.0	91					non-mobilizable	no_good_hit	1040.0	72.308	69.0	0.5627062706270627	LN854126.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1616	True	True
ISR0067_000000021114	1455	0.9857347922833029	3	2	1	2	1	False	78803	maximal	False	CHI0159_000000010137	0.9402840542285346		0	0	False	False	0.9986254572868347	0					non-mobilizable	no_good_hit								True	False
USA0080_01_000000005681	7177	0.9857345844142559	13	4	2	3	2	False	635	fragment	False	USA0080_01_000000005681	1.0		0	0	False	False	0.999721348285675	0					non-mobilizable	no_good_hit	430.0	99.76700000000001	6.0	9.767365932657085e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
SPA0073_000000001678	9148	0.9857315362724808	14	9	7	9	6	False	69595	maximal	True	SPA0073_000000001678	1.0		3	1	False	False	0.9975951313972473	0					non-mobilizable	no_good_hit								True	False
SPA0058_000000015492	2003	0.9857265800029108	3	3	3	2	3	False	6299	fragment	False	SPA0058_000000015492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	70.036	41.0	0.007322175732217573	NZ_FNBY01000014.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0106_000000001040	20299	0.9857198348862668	26	10	7	8	8	True	102499	fragment	False	FIJ0163_000000000963	0.9749551505995657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	83.738	5.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0037_000000006708	3640	0.9857090914504648	6	3	2	2	3	False	7086	fragment	False	SPA0037_000000006708	1.0		0	0	False	False	0.9859890341758728	0					non-mobilizable	no_good_hit	968.0	77.583	26.0	0.0002681684097613301	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0117_000000001698	17705	0.9857087916955316	23	20	11	12	19	True	98736	fragment	False	SPA0117_000000001698	1.0		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	10522.0	99.42	99.0	0.10372875340142762	CP009767.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain FORC_007 plasmid pFORC7, complete sequence	False	True
FIJ0063_000000004872	4965	0.9857070439818176	7	3	2	3	2	False	97565	fragment	False	MAD0069_000000001274	0.9673713940041094		0	0	False	False	0.999798595905304	0					non-mobilizable	no_good_hit	430.0	76.279	9.0	0.00011337175880144977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0082_000000005558	4791	0.9857070439818176	6	3	2	3	2	False	97565	fragment	False	MAD0069_000000001274	0.9602413715281007		0	0	False	False	0.9972865581512451	0					non-mobilizable	no_good_hit	430.0	76.279	9.0	0.00011337175880144977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0815_000000004472	6261	0.9857059095732396	10	8	7	7	8	False	125226	fragment	False	ISR0815_000000004472	1.0		0	0	False	False	0.9993610978126526	0					non-mobilizable	no_good_hit	2661.0	77.753	42.0	0.000793950201829548	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0025_000000006804	4723	0.9857050642259088	4	4	4	4	4	False	120512	maximal	True	AST0025_000000006804	1.0		2	2	False	False	0.9972475171089172	0					non-mobilizable	no_good_hit	916.0	70.633	19.0	0.00031626085700381054	NZ_LT964679.1	actinobacteria	Raoultibacter timonensis strain Marseille-P3277, whole genome shotgun sequence	True	False
SPA0042_000000012278	2603	0.985702191823934	5	5	4	5	4	False	88939	fragment	False	SPA0042_000000012278	1.0		0	0	False	False	0.9965424537658691	0					non-mobilizable	other	2603.0	96.696	100.0	0.02068674919105429	NZ_WBKJ01000015.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000015, whole genome shotgun sequence	False	False
CHI0066_000000001447	9480	0.9857008071782488	11	8	7	6	6	False	85213	maximal	True	CHI0066_000000001447	1.0		2	1	False	False	0.9994725584983826	0					non-mobilizable	no_good_hit	2231.0	99.686	41.0	0.0006750121986509442	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	True	False
ISR0014_000000006517	5423	0.9857003525803246	8	4	2	3	4	True	38053	maximal	True	ISR0014_000000006517	1.0		1	1	False	False	0.9998155832290649	0					non-mobilizable	no_good_hit	2157.0	99.444	40.0	0.36894367402841977	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0034_000000001891	3478	0.985696235430093	6	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.19454687042853885	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3461.0	99.133	99.0	0.10400145287244991	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
CAN0009_000000005152	4172	0.9856849813617684	4	4	3	3	4	False	94815	fragment	False	CAN0009_000000005152	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3112.0	94.152	95.0	0.0011063101351329692	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ENG0042_000000003008	8873	0.985684384724376	8	4	4	4	4	False	64716	maximal	True	ENG0042_000000003008	1.0		0	0	False	False	0.9968443512916565	0					non-mobilizable	no_good_hit	809.0	76.143	9.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ISR0130_000000018768	1641	0.9856837895868672	2	2	2	2	2	False	31748	maximal	True	ISR0130_000000018768	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1628.0	78.993	99.0	0.00043306099085212255	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0292_000000009779	1979	0.985680352812712	5	2	1	2	2	True	44988	fragment	False	ISR0292_000000009779	1.0		0	0	False	False	0.9989894032478333	0					non-mobilizable	no_good_hit								True	True
SPA0028_000000014393	2141	0.9856798257743504	3	2	2	2	2	False	56151	fragment	False	SPA0028_000000014393	0.9797249464341768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0167_000000000090	52870	0.9856786202624198	61	21	12	19	11	True	130801	maximal	False	ISR0079_000000000160	0.6855488961137205		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1113.0	82.21	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0049_000000006251	4471	0.9856785744303478	7	4	3	3	4	False	86130	fragment	False	ISR0049_000000006251	1.0		0	0	False	False	0.9993290305137634	0					non-mobilizable	no_good_hit	1711.0	83.57700000000001	38.0	0.0005722100468640029	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0193_000000004525	4502	0.9856699254577426	5	3	0	3	2	True	119790	maximal	True	ENG0193_000000004525	1.0	PS824	1	1	False	True	1.0	0	IncW				non-mobilizable	no_good_hit	1404.0	97.15100000000001	69.0	0.17871954380508034	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ENG0004_000000009240	2847	0.9856684777164414	3	2	2	2	2	False	67806	fragment	False	ENG0004_000000009240	1.0		0	0	False	False	0.9863013625144958	0					non-mobilizable	no_good_hit	59.0	94.915	2.0	2.322387283748056e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
USA0005_01_000000020336	1540	0.9856666446348156	3	3	2	2	2	False	2156	maximal	True	USA0005_01_000000020336	1.0		1	1	False	False	1.0	0					non-mobilizable	other	966.0	91.822	96.0	0.0022599454042295276	NZ_KB903367.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_2.3, whole genome shotgun sequence	False	False
AST0090_000000005044	4988	0.9856616560320036	10	6	3	3	6	True	119403	maximal	True	AST0090_000000005044	1.0		2	2	True	True	1.0	28		MOBP			mobilizable	no_good_hit	3080.0	98.766	87.0	0.6187122736418511	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
DEN0012_000000001640	3843	0.9856585137867648	6	6	5	4	6	False	75471	maximal	True	DEN0012_000000001640	1.0		1	1	False	False	0.9981784820556641	0					non-mobilizable	chromosome	3472.0	92.512	99.0	0.000575362732284666	CP055991.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00494 chromosome	False	False
CHI0164_000000004119	5699	0.985649231880106	8	7	3	5	4	True	132217	maximal	False	CHI0101_000000002342	0.8581935218317862	PS1143|PS778	0	0	True	True	1.0	2624		MOBP			mobilizable	no_good_hit	1185.0	95.274	59.0	0.24723092998955068	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	True	True
CHI0101_000000002342	5699	0.985649231880106	8	7	3	5	4	True	132217	maximal	True	CHI0101_000000002342	0.8582194064992028	PS1143|PS778	21	3	True	True	1.0	37		MOBP			mobilizable	no_good_hit	1129.0	95.306	59.0	0.2355276907001045	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	True	True
CHI0066_000000002471	5646	0.985649231880106	8	7	3	5	4	True	132217	maximal	False	CHI0101_000000002342	0.8551004821171848	PS1143|PS778	0	0	True	True	1.0	450		MOBP			mobilizable	no_good_hit	1039.0	94.899	59.0	0.22219836839845428	NZ_FQVD01000065.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
ISR0137_000000012276	2072	0.9856468589129704	2	2	2	2	2	False	31371	maximal	True	ISR0137_000000012276	1.0		2	2	False	False	0.9995173811912537	0					non-mobilizable	no_good_hit	1130.0	99.115	55.0	0.9991150442477876	NZ_QEKJ01000056.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_156, whole genome shotgun sequence	True	False
SPA0099_000000001597	4455	0.985642732270312	6	5	2	4	4	False	57822	backbone	False	SPA0139_000000005601	0.946784498054565	PS252	0	0	True	True	1.0	43					non-mobilizable	plasmid	3642.0	100.0	100.0	0.8245018115942029	CP055938.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_5, complete sequence	False	True
ENG0077_000000003563	5732	0.9856381154812248	7	4	2	2	4	False	62022	fragment	False	ENG0077_000000003563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2002.0	93.007	88.0	0.000561258075488365	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
AST0055_000000019628	1814	0.9856380412577992	4	2	2	2	2	False	113770	fragment	False	AST0055_000000019628	1.0		0	0	False	False	0.9823594093322754	0					non-mobilizable	no_good_hit	573.0	80.279	31.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
BAN0018_000000000527	4195	0.9856379455737904	7	5	0	3	4	False	98196	maximal	True	BAN0018_000000000527	0.9991374894498101		5	3	True	True	1.0	9	ColRNAI_rep_cluster_1987,rep_cluster_2358				non-mobilizable	no_good_hit	1818.0	95.875	82.0	0.4946852003270646	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	True	True
MON0107_000000013004	4194	0.9856379455737904	7	5	0	3	4	False	98196	maximal	False	BAN0018_000000000527	0.9988526169229415		0	0	True	True	1.0	21	rep_cluster_2358,rep_cluster_2373				non-mobilizable	no_good_hit	1472.0	98.302	78.0	0.4009266830198964	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	True	True
MAD0043_000000005558	4098	0.9856379455737904	7	5	0	3	4	False	98196	maximal	False	BAN0018_000000000527	0.9968931153241382		0	0	True	True	1.0	6	rep_cluster_2358				non-mobilizable	no_good_hit	1718.0	95.925	82.0	0.4677023712183156	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	True	True
MAD0037_000000003247	3969	0.9856379455737904	7	5	0	3	4	False	98196	maximal	False	BAN0018_000000000527	0.9660737079603774		0	0	True	True	1.0	5	ColRNAI_rep_cluster_1987				non-mobilizable	no_good_hit	1681.0	95.895	81.0	0.4576178795312074	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	True	True
MAD0028_000000006867	1850	0.9856350951633251	2	2	1	1	2	True	103360	backbone	False	ISR0210_000000009224	0.8376671585613299	PS603|PS604	0	0	True	True	0.9951351284980774	6	ColpVC			MOBP	mobilizable	plasmid	1861.0	92.63799999999999	100.0	0.9326923076923077	CP056806.1	enterobacteria	Escherichia coli strain RHBSTW-00176 plasmid pRHBSTW-00176_7, complete sequence	False	True
SPA0058_000000001940	11101	0.9856337804000136	13	7	5	5	7	True	85984	fragment	False	SPA0058_000000001940	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11052.0	99.765	99.0	0.23903442303528902	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0062_000000002509	11059	0.9856337804000136	13	7	5	5	7	True	85984	fragment	False	SPA0058_000000001940	0.9981082785334654		0	0	False	False	1.0	0					non-mobilizable	other	11011.0	99.764	99.0	0.23814678501840225	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0121_000000009026	2719	0.9856261563678532	4	4	3	4	2	False	116164	fragment	False	ISR0121_000000009026	0.9780157835400225		0	0	False	False	0.9996322393417358	0					non-mobilizable	chromosome	1626.0	95.941	99.0	0.00036765936958975095	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0067_000000001237	15725	0.9856247941498304	13	8	3	4	8	False	98095	maximal	True	SPA0067_000000001237	1.0		2	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	4967.0	95.83200000000001	96.0	0.03924857961289506	CP055633.1	enterobacteria	Escherichia coli strain RHB36-C13 plasmid pRHB36-C13_3, complete sequence	False	True
AST0026_000000011862	2443	0.9856246292275782	2	2	2	2	2	False	119386	maximal	True	AST0026_000000011862	1.0		4	3	False	False	0.9963160157203674	0					non-mobilizable	no_good_hit								True	False
CHI0043_000000000262	17698	0.9856223444844452	20	11	8	9	9	False	88905	maximal	True	CHI0043_000000000262	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.512123318349408e-05	CP046875.1	firmicutes	Streptococcus sp. CNU 77-61 chromosome, complete genome	True	False
ISR0216_000000005782	3287	0.9856219033110848	4	2	2	2	1	False	28135	maximal	True	ISR0216_000000005782	1.0		2	1	False	False	0.9857012629508972	0					non-mobilizable	no_good_hit								True	False
MON0029_000000005322	4201	0.985620889307134	7	4	2	3	2	True	12573	fragment	False	MON0029_000000005322	1.0		0	0	False	False	0.999285876750946	0					non-mobilizable	no_good_hit								True	True
FIJ0010_000000003971	4666	0.985616914856428	4	2	2	2	1	True	51104	maximal	True	FIJ0010_000000003971	1.0		1	1	True	True	0.9993570446968079	3					non-mobilizable	no_good_hit	528.0	79.92399999999999	11.0	0.18134171907756813	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	True	True
FIJ0158_000000004210	4190	0.985616914856428	5	2	2	2	1	True	49630	maximal	True	FIJ0158_000000004210	0.9952932657494569		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	529.0	80.15100000000001	13.0	0.18134171907756813	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	True	True
FIJ0129_000000005231	3997	0.985616914856428	5	2	2	2	1	True	49630	maximal	False	FIJ0158_000000004210	0.9877088305489261		0	0	True	True	0.9997498393058777	2					non-mobilizable	no_good_hit	529.0	79.584	13.0	0.18134171907756813	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	True	True
FIJ0086_000000010859	2865	0.985616914856428	2	2	2	2	1	True	43852	maximal	True	FIJ0086_000000010859	1.0		3	1	True	True	0.9996509552001953	6					non-mobilizable	no_good_hit	868.0	88.134	30.0	0.3237735849056604	HG796783.1	bacteria	Uncultured bacterium plasmid pRGF00023	True	True
ENG0051_000000006114	4375	0.9856123362266276	6	3	1	2	1	True	128035	maximal	True	ENG0051_000000006114	1.0		0	0	False	False	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1265.0	87.66799999999999	33.0	0.35472018089316	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
ISR0011_000000013862	1992	0.9856059871702841	3	3	1	2	2	True	61316	fragment	False	ISR0011_000000013862	1.0		0	0	False	False	0.9804216623306274	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.1154790526379824e-06	CP026253.1	bony fishes	Scophthalmus maximus chromosome 11	True	True
CHI0086_000000003290	1803	0.9856055825087408	2	2	1	2	1	False	84053	fragment	False	CHI0086_000000003290	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0206_000000005164	4710	0.9856038053292274	8	4	2	4	3	False	96973	fragment	False	ENG0206_000000005164	0.9705242549488797		0	0	False	False	0.9961783289909363	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000001338	9967	0.985601256843466	12	6	6	5	4	True	23129	maximal	True	MAD0057_000000001338	1.0		1	1	False	False	0.9991973638534546	0					non-mobilizable	no_good_hit	1324.0	82.553	13.0	0.007007012324691883	NZ_FCOU01000007.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	True
ENG0074_000000004732	4606	0.9856011405571372	5	5	3	4	4	False	119698	fragment	False	ENG0074_000000004732	1.0		0	0	False	False	0.9910985827445984	0					non-mobilizable	chromosome	4613.0	89.616	100.0	0.0008651235406556423	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
DEN0096_000000009079	4600	0.9856011405571372	5	5	3	4	4	False	119698	fragment	False	ENG0074_000000004732	0.999348675640469		0	0	False	False	1.0	0					non-mobilizable	chromosome	4607.0	89.603	100.0	0.0008639968332009139	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ISR0193_000000019696	1340	0.9856004581786522	3	3	2	2	1	False	29075	fragment	False	ISR0193_000000019696	1.0		0	0	False	False	0.9932835698127747	0					non-mobilizable	other	1329.0	99.85	99.0	0.001424559491449425	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
USA0031_01_000000022815	1143	0.9855977081603472	2	2	1	2	1	True	1508	fragment	False	USA0031_01_000000022815	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1146.0	87.522	99.0	0.04903662558583579	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
MON0081_000000013154	4284	0.9855948797080444	8	7	7	7	5	True	126029	maximal	True	MON0081_000000013154	1.0		3	3	False	False	1.0	0					non-mobilizable	other	2586.0	93.542	99.0	0.05802959868849514	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0837_000000002570	3724	0.9855946330967772	5	2	2	2	2	False	112031	fragment	False	ISR0077_000000007968	0.6532366371206016		0	0	False	False	0.9943609237670898	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
ISR0096_000000005271	4729	0.9855935985630676	4	3	2	2	2	False	87862	fragment	False	ISR0096_000000005271	0.9722339974565494		0	0	False	False	0.9997885227203369	0					non-mobilizable	no_good_hit	275.0	77.09100000000001	5.0	0.06720977596741344	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0081_000000011316	2337	0.9855867035157144	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.17115357602696815		0	0	False	False	1.0	0					non-mobilizable	other	2337.0	99.95700000000001	100.0	0.0006585616111886093	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ETH0001_000000003962	5587	0.9855767015936592	9	2	2	1	1	True	53584	maximal	True	ETH0001_000000003962	1.0		2	2	False	False	0.9890817999839783	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.020195439739413682	XM_018989474.2	eudicots	PREDICTED: Juglans regia tRNA-dihydrouridine(16/17) synthase [NAD(P)(+)]-like (LOC109009106), transcript variant X2, mRNA	True	True
MON0019_000000020358	3188	0.9855761971061892	5	5	1	3	5	True	13203	fragment	False	MON0019_000000020358	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3188.0	99.184	100.0	0.051289896615027857	KY829117.1	enterobacteria	Escherichia coli strain WCHEC1604 plasmid pMCR_WCHEC1604-IncI2, complete sequence	False	True
ISR0250_000000000328	19261	0.9855755146857574	13	7	5	6	5	False	27828	fragment	False	USA0073_01_000000001157	0.9680246032602304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	91.679	4.0	0.008634023886198241	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
SPA0084_000000003908	3994	0.9855729419906184	5	3	1	2	2	False	36918	fragment	False	SPA0084_000000003908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	92.994	41.0	0.001363072246315173	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
DEN0010_000000020456	2203	0.9855659117200236	4	3	3	2	2	False	75974	fragment	False	DEN0010_000000020456	1.0		0	0	False	False	0.999092161655426	0					non-mobilizable	no_good_hit	271.0	75.646	12.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
MON0006_000000008444	2500	0.9855603791128782	2	2	1	2	1	False	47113	fragment	False	MON0006_000000008444	1.0		0	0	False	False	0.9987999796867371	0					non-mobilizable	no_good_hit	63.0	98.413	3.0	2.691335536434131e-06	LN590700.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG10, chromosome: 10	True	False
ISR0815_000000006671	4470	0.9855563747178796	4	2	2	2	2	True	87426	fragment	False	ISR0815_000000006671	0.9803001253414941		0	0	False	False	0.990827739238739	0					non-mobilizable	other	4121.0	99.41799999999999	99.0	0.0058684827286521295	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
TAN0002_000000001198	14413	0.9855538187298576	9	6	6	5	3	True	95428	maximal	True	TAN0002_000000001198	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	76.585	1.0	0.0003692009981158018	NZ_QGDS01000002.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_102, whole genome shotgun sequence	True	True
SPA0143_000000011259	1789	0.9855524237920786	2	2	2	2	1	False	3405	maximal	True	SPA0143_000000011259	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	99.76700000000001	24.0	0.0035386230787674347	NZ_JAAIOD010000009.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_9_length_120951_cov_287.588, whole genome shotgun sequence	True	False
MON0040_000000015963	1736	0.9855487780041582	2	2	2	1	2	False	11865	fragment	False	MON0040_000000015963	1.0		0	0	False	False	0.9936636090278625	0					non-mobilizable	no_good_hit	796.0	90.955	46.0	0.00034470065024850964	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ENG0150_000000002869	5370	0.985548552290566	8	7	5	7	6	False	57181	fragment	False	ENG0150_000000002869	1.0		0	0	False	False	0.9994413256645203	0					non-mobilizable	no_good_hit	741.0	72.2	14.0	0.000220777814879022	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
DEN0016_000000005589	1632	0.9855474804627092	3	2	2	2	1	False	75337	maximal	True	DEN0016_000000005589	1.0		0	0	False	False	0.9926470518112183	0					non-mobilizable	no_good_hit	563.0	76.554	34.0	0.0002450653741477512	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0097_000000036027	1157	0.9855445931419898	3	2	2	2	2	False	15378	fragment	False	MAD0097_000000036027	1.0		0	0	False	False	0.9835782051086426	0					non-mobilizable	chromosome	1157.0	99.22200000000001	100.0	0.0002183373947362556	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
ISR0182_000000004349	6562	0.9855339635980428	14	1	1	1	1	False	88908	backbone	True	ISR0182_000000004349	0.9769196425332254	PS460	1	1	True	True	1.0	26					non-mobilizable	no_good_hit								True	True
FIJ0086_000000004590	6500	0.9855339635980428	13	1	1	1	1	False	88908	backbone	False	ISR0182_000000004349	0.9737062478465229	PS460	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0033_000000004585	5682	0.9855339635980428	12	1	1	1	1	False	88907	fragment	False	ENG0033_000000004585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0026_000000003655	2826	0.9855339635980428	5	1	1	1	1	False	88906	fragment	False	CHI0026_000000003655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0032_000000016857	1977	0.9855339635980428	5	1	1	1	1	False	36940	fragment	False	ISR0032_000000016857	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0078_000000003326	2440	0.9855286329224762	2	2	2	2	2	False	66420	fragment	False	MAD0078_000000003326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	74.976	42.0	0.0008119596885895783	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
DEN0071_000000027058	1585	0.9855261682077684	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.3355023016647849		0	0	False	False	0.9993690848350525	0					non-mobilizable	other	1586.0	93.695	100.0	0.07990717852999042	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0114_000000000452	13193	0.985521063692777	16	9	6	9	7	True	84529	fragment	False	CHI0114_000000000452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3738.0	92.402	84.0	0.08012730303751976	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
ENG0183_000000017211	1716	0.9855106068236202	1	1	1	1	1	False	55158	maximal	True	ENG0183_000000017211	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.090506478124003e-06	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
MON0038_000000011681	2597	0.9855082829958798	6	2	2	2	1	False	70817	maximal	True	MON0038_000000011681	1.0		1	1	False	False	0.9899884462356567	0					non-mobilizable	no_good_hit	415.0	98.795	16.0	0.00010223282414472612	CP033213.1	firmicutes	Clostridioides difficile strain CD10010 chromosome, complete genome	True	False
ISR0332_000000001018	10036	0.985508077802298	17	6	6	5	4	False	24581	maximal	True	ISR0332_000000001018	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1237.0	85.287	12.0	0.014663209970507088	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
SPA0015_000000008818	2480	0.9855070576558388	2	2	2	1	1	False	125028	fragment	False	SPA0120_000000015667	0.9253112033195021		0	0	False	False	1.0	0					non-mobilizable	chromosome	2490.0	92.04799999999999	100.0	0.0005506209200411355	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0096_000000003281	2205	0.9855070576558388	2	2	2	1	1	False	125027	fragment	False	SPA0133_000000008835	0.938251139660174		0	0	False	False	0.999546468257904	0					non-mobilizable	chromosome	2205.0	100.0	100.0	0.0004895395352039785	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0820_000000018828	1382	0.9855070576558388	2	2	2	1	1	False	91960	fragment	False	CHI0162_000000020873	0.8260423586735941		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	99.421	100.0	0.00030673960894586855	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0104_000000002282	3323	0.985497213909882	4	3	2	3	2	False	83249	maximal	True	CHI0104_000000002282	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	97.959	1.0	0.0008848557873333835	NZ_JAANXY010000022.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_22, whole genome shotgun sequence	True	False
CHI0111_000000009901	3086	0.9854969245159048	2	1	1	1	1	False	82610	fragment	False	CHI0111_000000009901	1.0		0	0	False	False	0.9961114525794983	0					non-mobilizable	no_good_hit	52.0	96.154	4.0	1.4556073992805304e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CAN0016_000000021292	2269	0.9854969245159048	2	1	1	1	1	False	92903	fragment	False	CAN0016_000000021292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	90.196	8.0	4.2224640118833e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0004_000000018077	1567	0.9854969245159048	2	1	1	1	1	False	96151	fragment	False	CAN0004_000000018077	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	94.64299999999999	7.0	3.103930498801631e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0130_000000023032	1457	0.9854969245159048	2	1	1	1	1	False	48795	fragment	False	SPA0130_000000023032	0.9335181582845502		0	0	False	False	0.9945092797279358	0					non-mobilizable	no_good_hit	153.0	91.50299999999999	14.0	4.2224640118833e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0062_000000008503	4794	0.9854941527176024	8	5	5	4	0	True	62867	fragment	False	MON0062_000000008503	1.0		0	0	False	False	0.9974968433380127	0					non-mobilizable	no_good_hit	333.0	85.285	7.0	0.11530398322851153	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
DEN0073_000000014364	3426	0.9854928358419336	5	2	2	2	2	False	104018	maximal	True	DEN0073_000000014364	1.0		1	1	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit	559.0	94.633	69.0	0.0001239396826877586	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0145_000000006734	4885	0.9854906757543632	6	4	2	4	1	True	128025	maximal	True	ENG0145_000000006734	1.0	PS827	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1283.0	86.36	38.0	0.3600904465799887	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
ENG0100_000000012184	2468	0.9854809013538808	5	2	1	2	2	False	99034	fragment	False	ENG0100_000000012184	1.0		0	0	False	False	0.9995948076248169	0					non-mobilizable	no_good_hit	561.0	77.362	22.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0224_000000004346	5810	0.985479558002544	5	3	3	2	2	False	102185	fragment	False	AUS0006_000000003204	0.9914159442461329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	97.24600000000001	14.0	0.9987864077669902	GQ875203.1		Uncultured organism clone VC1A044TF genomic sequence	True	False
FIJ0142_000000022531	1602	0.985477211152318	4	3	3	1	1	False	116159	fragment	False	USA0048_01_000000006517	0.17643034887374429		0	0	False	False	0.9931336045265198	0					non-mobilizable	chromosome	1426.0	95.512	96.0	0.0003221827337204956	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CHI0178_000000005287	1946	0.985475745511822	3	1	1	1	1	False	106214	fragment	False	AST0116_000000012371	0.47435369413058603		0	0	False	False	0.9922918677330017	0					non-mobilizable	no_good_hit	746.0	85.12100000000001	38.0	0.00021522471890610302	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0112_000000017652	1571	0.985475745511822	2	1	1	1	1	False	86415	fragment	False	ISR0086_000000018060	0.9753175073243208		0	0	False	False	0.9484404921531677	0					non-mobilizable	no_good_hit	745.0	85.101	47.0	0.0002149354383699389	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0086_000000018060	1565	0.985475745511822	2	1	1	1	1	False	86415	fragment	False	ISR0086_000000018060	0.9851474644600042		0	0	False	False	0.9916933178901672	0					non-mobilizable	no_good_hit	746.0	85.12100000000001	48.0	0.00021522471890610302	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0169_000000026726	1217	0.985475745511822	2	1	1	1	1	False	86413	fragment	False	ISR0169_000000026726	0.966199505358615		0	0	False	False	0.9704190492630005	0					non-mobilizable	no_good_hit	745.0	84.96600000000001	61.0	0.0002149354383699389	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0137_000000004438	8025	0.9854693517225654	9	3	3	3	2	False	110351	maximal	True	SPA0137_000000004438	1.0		2	2	False	False	0.9998753666877747	0					non-mobilizable	no_good_hit	5929.0	95.851	74.0	0.0020288131203433568	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
SPA0004_000000002586	5934	0.9854660142318332	10	6	2	4	4	False	91975	fragment	False	SPA0004_000000002586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2254.0	87.35600000000001	39.0	0.00038662369296318694	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0014_000000009811	3714	0.9854635071059632	6	1	1	1	1	False	78222	fragment	False	ISR0014_000000009811	1.0		0	0	False	False	0.9997307658195496	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000001940	16275	0.9854632071585188	18	12	7	12	8	True	124832	maximal	True	SPA0098_000000001940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	0.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
ISR0224_000000007967	3546	0.9854628945708384	5	3	3	3	2	False	87855	fragment	False	ISR0224_000000007967	0.9862045264786372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	73.02600000000001	8.0	0.0020808373794060156	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0341_000000004121	3199	0.9854582984763824	5	2	2	2	1	True	105014	fragment	False	ISR0341_000000004121	0.9983097192677073		0	0	False	False	0.9996873736381531	0					non-mobilizable	no_good_hit								True	True
CHI0133_000000006035	2993	0.9854582984763824	5	2	2	2	1	True	105014	fragment	False	ISR0341_000000004121	0.9857876202427003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0009_000000010924	2954	0.9854582984763824	5	2	2	2	1	True	105014	fragment	False	ISR0341_000000004121	0.9797570803689384		0	0	False	False	0.9996615052223206	0					non-mobilizable	no_good_hit								True	True
CHI0056_000000006283	2934	0.9854582984763824	5	2	2	2	1	True	105014	fragment	False	ISR0341_000000004121	0.9780667996366457		0	0	False	False	0.9982958436012268	0					non-mobilizable	no_good_hit								True	True
ISR0088_000000008080	2903	0.9854582984763824	5	2	2	2	1	True	105014	fragment	False	ISR0341_000000004121	0.9697833970765446		0	0	False	False	0.9982776641845703	0					non-mobilizable	no_good_hit								True	True
CHI0107_000000001204	9201	0.9854530689765262	12	6	3	6	2	False	83028	maximal	True	CHI0107_000000001204	1.0		1	1	False	False	0.9995652437210083	0					non-mobilizable	no_good_hit	856.0	77.804	10.0	0.00027970973467293317	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0080_000000000449	8863	0.9854479512881504	9	5	2	3	5	False	132256	maximal	True	CHI0080_000000000449	1.0	PS1004|PS1005|PS1006|PS1081|PS1103|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	7	4	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1272.0	98.506	62.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0136_000000004980	2908	0.985444150173373	4	4	4	3	2	False	103305	fragment	False	CHI0136_000000004980	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2908.0	99.243	100.0	0.010882708585247884	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
CHI0072_000000004927	2238	0.9854399983517388	2	2	2	2	2	False	99593	fragment	False	CHI0072_000000004927	0.9995525727069352		0	0	False	False	1.0	0					non-mobilizable	chromosome	2131.0	98.686	99.0	0.000385699773469288	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
CHI0147_000000008701	2235	0.9854399983517388	2	2	2	2	2	False	99593	fragment	False	CHI0072_000000004927	0.9988829311885612		0	0	False	False	0.9991051554679871	0					non-mobilizable	chromosome	2246.0	86.287	100.0	0.00041740267107694015	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
SPA0064_000000010163	2097	0.9854399983517388	3	2	2	2	2	False	99589	fragment	False	SPA0064_000000010163	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2098.0	99.571	100.0	0.00038099037876657225	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
AUS0020_000000013974	1924	0.9854399983517388	2	2	2	2	2	False	99588	fragment	False	AUS0020_000000013974	0.9912601386395705		0	0	False	False	0.997401237487793	0					non-mobilizable	chromosome	1934.0	86.039	100.0	0.00035906009547921955	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ENG0055_000000010075	1912	0.9854399983517388	2	2	2	2	2	False	99588	fragment	False	AUS0020_000000013974	0.9871002765739608		0	0	False	False	1.0	0					non-mobilizable	chromosome	1912.0	99.163	100.0	0.00036777505330428854	CP018937.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 chromosome, complete genome	False	False
CHI0164_000000011543	1881	0.9854399983517388	2	2	2	2	2	False	99588	fragment	False	AUS0020_000000013974	0.9822730277751198		0	0	False	False	1.0	0					non-mobilizable	chromosome	1881.0	98.99	100.0	0.0003545401124420195	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
CHI0168_000000012550	1242	0.9854378604661368	3	2	2	2	1	False	78090	fragment	False	CHI0168_000000012550	1.0		0	0	False	False	0.9975845217704773	0					non-mobilizable	no_good_hit	645.0	77.36399999999999	51.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0361_000000004099	2975	0.9854375188299778	6	5	4	5	4	True	73345	fragment	False	ISR0051_000000012981	0.9706930051813472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	2.0	0.00231217534524262	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
DEN0073_000000010270	4505	0.9854362842745058	8	4	3	4	2	True	70212	fragment	False	DEN0073_000000010270	1.0		0	0	False	False	0.9982241988182068	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00024683980096917103	NZ_AGDG01000046.1	CFB group bacteria	Bacteroides faecis MAJ27 contig046, whole genome shotgun sequence	True	True
CHI0187_000000002780	6530	0.985431634504582	9	8	5	7	8	False	77109	maximal	True	CHI0187_000000002780	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5690.0	99.104	87.0	0.0014274630952237572	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0099_000000003163	7123	0.985431338803663	16	4	1	4	3	True	68352	maximal	True	FIJ0099_000000003163	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	99.205	7.0	0.00019854602609337753	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MAD0096_000000002624	5786	0.98542737264429	5	5	1	3	4	False	85452	maximal	True	MAD0096_000000002624	0.9922380835331616		7	2	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	4651.0	98.71	100.0	0.028227133644597772	CP033251.1	enterobacteria	Escherichia coli strain ECCHD184 plasmid pTB211, complete sequence	False	True
FIJ0012_000000009031	2639	0.9854249012395072	2	2	2	2	2	False	50809	fragment	False	FIJ0012_000000009031	1.0		0	0	False	False	0.9973474740982056	0					non-mobilizable	other	2529.0	97.39	100.0	0.006161566164297052	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0142_000000010682	3094	0.9854219733237072	6	3	2	3	3	False	40208	maximal	True	FIJ0142_000000010682	1.0		1	1	False	False	0.999030351638794	0					non-mobilizable	no_good_hit	44.0	95.455	1.0	1.337722723055931e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0169_000000000477	22133	0.9854194780057642	20	16	13	13	15	False	78062	maximal	True	CHI0169_000000000477	1.0		1	1	False	False	0.9999096393585205	0					non-mobilizable	no_good_hit	12353.0	96.074	87.0	0.0021316124188330626	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
MAD0091_000000004869	2968	0.9854178930003727	4	1	1	1	1	False	15756	fragment	False	MAD0091_000000004869	1.0		0	0	False	False	0.9979784488677979	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000020795	2011	0.9854175259936636	2	2	2	2	2	False	103893	fragment	False	SPA0040_000000020795	0.9831045044034474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0086_000000016793	1839	0.9854058745914996	2	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5123763135950871		0	0	False	False	1.0	0					non-mobilizable	chromosome	1774.0	95.54700000000001	99.0	0.0004009184017926392	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
DEN0026_000000001328	19118	0.9854041388451946	25	14	10	11	11	False	123939	fragment	False	DEN0026_000000001328	0.9761255859587921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8828.0	98.958	63.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0186_000000016078	1917	0.9853955912507464	3	3	3	3	2	False	83036	fragment	False	ISR0186_000000016078	1.0		0	0	False	False	0.9942618608474731	0					non-mobilizable	no_good_hit	1401.0	88.865	73.0	0.00031051554909943826	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0018_000000003600	4376	0.9853952496082206	10	7	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.990094291296664	PS1143|PS1146|PS778	0	0	True	True	1.0	1767	rep_cluster_1019	MOBP			mobilizable	other	4376.0	99.977	100.0	0.7114978045210604	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0005_000000003678	4376	0.9853952496082206	10	7	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9902054377527649	PS1143|PS1146|PS778	0	0	True	True	1.0	1241	rep_cluster_1019	MOBP			mobilizable	other	4376.0	99.977	100.0	0.7114978045210604	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0044_000000002886	4356	0.9853952496082206	10	7	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9900587680525198	PS1143|PS1146|PS778	0	0	True	True	1.0	21	rep_cluster_1019				non-mobilizable	other	4356.0	99.977	100.0	0.7082452431289641	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0071_000000002377	4356	0.9853952496082206	10	7	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9901777098090093	PS1143|PS1146|PS778	0	0	True	True	1.0	46	rep_cluster_1019				non-mobilizable	other	4356.0	100.0	100.0	0.7082452431289641	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
DEN0034_000000001503	4177	0.9853952496082206	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9529016582672243	PS1143|PS778	0	0	True	True	0.9997605681419373	51		MOBP			mobilizable	plasmid	3654.0	95.56700000000001	100.0	0.8809869375907112	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
CHI0003_000000002502	4053	0.9853952496082206	9	7	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9316755890567637	PS1143|PS1146|PS778	0	0	False	True	1.0	0	rep_cluster_1019				non-mobilizable	other	4053.0	99.975	100.0	0.6589689380387055	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
MON0075_000000005696	3733	0.9853952496082206	8	7	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.016144140979479523	PS1143|PS1146|PS778	0	0	False	True	0.9986606240272522	0	rep_cluster_1019				non-mobilizable	other	3734.0	98.286	100.0	0.6069279557651651	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
SPA0086_000000003258	4542	0.9853868766193862	5	4	4	4	4	False	119292	fragment	False	SPA0086_000000003258	0.9949037717077097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	23.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0194_000000001896	10423	0.9853837293262728	10	7	3	5	4	True	128768	backbone	False	ENG0060_000000001922	0.9332309397167543	PS1052	0	0	True	True	1.0	2	IncW	MOBF			mobilizable	other	7919.0	96.565	99.0	0.003311967738188929	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MON0046_000000002355	9739	0.9853826883990664	8	6	6	6	4	False	105886	maximal	True	MON0046_000000002355	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	79.21600000000001	29.0	0.0002304179036948238	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0083_000000016560	2147	0.9853818690510594	3	2	2	2	1	False	49082	fragment	False	FIJ0083_000000016560	1.0		0	0	False	False	0.9995342493057251	0					non-mobilizable	no_good_hit	1836.0	95.915	86.0	0.02905722624032483	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MON0064_000000019228	1491	0.9853788568150954	3	2	1	2	2	True	10706	fragment	False	MON0064_000000019228	1.0		0	0	False	False	0.9993293285369873	0					non-mobilizable	no_good_hit								True	True
FIJ0043_000000000172	62800	0.9853774125322776	60	20	16	20	12	True	92420	fragment	False	FIJ0163_000000000124	0.9952187827488136		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	85.954	3.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
FIJ0163_000000000124	62799	0.9853774125322776	59	20	16	20	12	True	92420	fragment	False	FIJ0163_000000000124	0.9952784510939853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	85.954	3.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
DEN0057_000000000598	5473	0.9853760517408784	8	8	4	5	6	True	123626	fragment	False	ISR0317_000000001658	0.06442491630798661		0	0	False	True	0.9983555674552917	0	rep_cluster_1702				non-mobilizable	plasmid	5466.0	99.37799999999999	99.0	0.16465887765603246	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
FIJ0158_000000008528	2141	0.9853707541216457	5	5	4	5	4	True	126017	fragment	False	AST0055_000000017635	0.9334692004991388		0	0	False	False	0.9906585812568665	0					non-mobilizable	other	2136.0	94.71	99.0	0.04794628219811808	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0222_000000006532	9721	0.9853700581342532	7	3	3	2	1	True	111011	fragment	False	ISR0222_000000006532	1.0		0	0	False	False	0.9974282383918762	0					non-mobilizable	no_good_hit	259.0	72.587	3.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
FIJ0146_000000002102	7635	0.9853696784759848	15	5	3	4	2	False	39991	maximal	True	FIJ0146_000000002102	1.0		1	1	False	False	0.9997380375862122	0					non-mobilizable	no_good_hit	1308.0	91.28399999999999	40.0	0.023092191542905753	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
DEN0001_000000007849	4852	0.9853685840467052	6	4	2	4	3	False	76956	fragment	False	DEN0001_000000007849	0.9816510063274185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	87.387	3.0	3.1110040494427024e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0191_000000005655	4718	0.9853685840467052	7	4	2	4	3	False	76956	fragment	False	DEN0001_000000007849	0.9707617761522546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	88.462	3.0	3.681830480533106e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0026_000000005490	5259	0.985367629602669	7	6	5	6	4	False	74219	maximal	True	DEN0026_000000005490	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3237.0	94.686	61.0	0.0011449017873995644	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0102_000000000770	15712	0.9853673529471941	13	13	3	10	13	True	77084	fragment	False	MAD0102_000000000770	1.0		0	0	False	False	1.0	0		MOBF	MPF_F		conjugative	plasmid	15712.0	99.962	100.0	0.10996325459317585	KJ484634.1	enterobacteria	Escherichia coli plasmid pH1038-142, complete sequence	False	True
FIJ0093_000000016082	1180	0.985367068590264	2	2	2	2	2	False	43226	maximal	True	FIJ0093_000000016082	1.0		9	3	False	False	1.0	0					non-mobilizable	other	1180.0	99.15299999999999	100.0	0.0004069175289648315	CP000312.1	firmicutes	Clostridium perfringens SM101, complete genome	False	False
ISR0808_000000000655	14475	0.9853644635923016	19	11	10	11	7	False	122386	fragment	False	ISR0808_000000000655	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	13193.0	99.15899999999999	91.0	0.6200526464228636	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	False	False
CHI0064_000000007481	2395	0.9853629828545428	5	3	3	3	2	False	85342	fragment	False	ISR0247_000000005253	0.9657967576117042		0	0	False	False	0.9895615577697754	0					non-mobilizable	no_good_hit	304.0	73.02600000000001	12.0	0.0020808373794060156	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
AST0099_000000005680	3704	0.9853610087824638	4	2	1	2	2	True	108876	maximal	True	AST0099_000000005680	1.0		3	1	False	False	0.9892008900642395	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
ENG0192_000000005973	3200	0.9853592959376324	5	3	2	3	2	True	54656	maximal	True	ENG0192_000000005973	0.9835460040295501		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	100.0	3.0	0.0013295138365383298	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	True
ISR0160_000000013431	2148	0.9853586308875512	5	2	1	2	1	False	30428	fragment	False	ISR0160_000000013431	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	91.52799999999999	100.0	0.001055490411016005	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	False
MON0058_000000015030	3045	0.9853582873539741	4	2	0	2	0	True	11019	maximal	True	MON0058_000000015030	0.9985687022900763		2	1	True	True	0.9862068891525269	4					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	2.425663520042045e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
CHI0090_000000004183	3014	0.9853582873539741	5	2	0	2	0	True	83825	maximal	True	CHI0090_000000004183	1.0		1	1	True	True	0.9963503479957581	11					non-mobilizable	no_good_hit	432.0	97.22200000000001	30.0	0.2737715379706445	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
MON0098_000000010724	2809	0.9853582873539741	2	2	0	2	0	True	12554	maximal	True	MON0098_000000010724	1.0	PS26|PS27	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1264.0	98.339	67.0	0.7713936430317848	HG796495.1	bacteria	Uncultured bacterium plasmid pRGI01450	True	True
ENG0028_000000007300	2342	0.9853582873539741	3	2	0	2	0	True	65888	maximal	True	ENG0028_000000007300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0044_000000011730	2094	0.9853582873539741	4	2	0	2	0	True	17965	maximal	False	MAD0087_000000013985	0.977077542204483		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	249.0	76.305	12.0	0.11036339165545088	LN853898.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1334	True	True
CHI0104_000000005055	1832	0.9853582873539741	2	2	0	2	0	True	83309	maximal	False	CHI0112_000000010029	0.9897678091621854		0	0	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
MON0092_000000033492	1666	0.9853582873539741	2	2	0	2	0	True	126062	maximal	False	ISR0051_000000022634	0.9972218953637255		0	0	True	True	1.0	9					non-mobilizable	plasmid	1475.0	99.59299999999999	100.0	0.9406509253350351	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
ISR0295_000000022309	1606	0.9853582873539741	2	2	0	2	0	True	126062	maximal	False	ISR0051_000000022634	0.9966339047792302		0	0	True	True	1.0	27					non-mobilizable	plasmid	1561.0	99.552	100.0	0.9955328653477984	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
CHI0182_000000017819	1604	0.9853582873539741	2	2	0	2	0	True	126062	maximal	False	ISR0051_000000022634	0.9926590278861785		0	0	True	True	0.9869077205657959	4					non-mobilizable	plasmid	1537.0	98.959	99.0	0.9795788130185067	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
ISR0032_000000021143	1586	0.9853582873539741	2	2	0	2	0	True	126062	maximal	False	ISR0051_000000022634	0.9978116175772754		0	0	True	True	0.99684739112854	5					non-mobilizable	plasmid	1516.0	99.538	100.0	0.9668155711550734	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
SPA0007_000000016808	1545	0.9853582873539741	2	2	0	2	0	True	8197	maximal	True	SPA0007_000000016808	1.0		1	1	True	True	0.9974110126495361	17					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0025809674465073684	CP060114.1	fusobacteria	Fusobacterium hwasookii strain KCOM 1249 plasmid pFh1249-2, complete sequence	True	True
ISR0790_000000005106	3072	0.9853574676200832	5	2	2	1	2	False	22081	fragment	False	ISR0790_000000005106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	90.824	21.0	0.00020557110502794263	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0026_000000014794	2701	0.985357370579603	4	4	4	4	4	False	97311	fragment	False	ISR0167_000000010483	0.9597197898423817		0	0	False	False	0.9933357834815979	0					non-mobilizable	chromosome	1354.0	94.535	98.0	0.0005457973603254937	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
SPA0127_000000011471	2553	0.9853565880148449	3	2	1	2	1	False	106536	fragment	False	SPA0055_000000011800	0.9726694122051667		0	0	False	False	0.9964747428894043	0					non-mobilizable	no_good_hit	215.0	81.395	8.0	8.666326009197752e-05	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	False
ISR0104_000000003864	6422	0.9853502271750578	7	6	4	6	5	False	58227	fragment	False	ISR0347_000000002395	0.9907057357391338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	76.825	22.0	0.006006442808311479	NZ_OAOF01000007.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0049_000000004108	6414	0.9853502271750578	7	6	4	6	5	False	58227	fragment	False	ISR0347_000000002395	0.9901704689988048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	76.825	22.0	0.006006442808311479	NZ_OAOF01000007.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0013_000000004012	5620	0.9853502271750578	7	6	4	6	5	False	38124	fragment	False	ISR0013_000000004012	1.0		0	0	False	False	0.9991103410720825	0					non-mobilizable	no_good_hit	1411.0	76.896	25.0	0.006006442808311479	NZ_OAOF01000007.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
FIJ0021_000000011361	4404	0.985332916110895	4	4	4	4	3	False	125039	fragment	False	FIJ0021_000000011361	0.9898139550116748		0	0	False	False	0.9925068020820618	0					non-mobilizable	other	4377.0	99.84	99.0	0.0009242044629191471	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0126_000000005200	9257	0.985332821904838	10	8	3	5	6	True	125147	fragment	False	ISR0126_000000005200	1.0		0	0	False	True	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	4861.0	96.17399999999999	53.0	0.02793553515269506	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0099_000000026582	1157	0.9853316009369232	2	2	1	2	1	True	15189	maximal	True	MAD0099_000000026582	1.0		1	1	False	False	0.9861711263656616	0					non-mobilizable	other	1141.0	94.12799999999999	99.0	0.2036838340486409	NZ_JUPW01000175.1	high GC Gram+	Isoptericola variabilis strain 871_IVAR 597_5592_144980, whole genome shotgun sequence	False	True
USA0037_01_000000002148	16170	0.9853313114232336	19	10	3	7	6	False	52964	fragment	False	USA0037_01_000000002148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0262_000000002399	6199	0.9853301517782014	10	9	4	5	8	True	132241	fragment	False	ISR0262_000000002399	1.0		0	0	False	True	0.998548150062561	0		MOBP			mobilizable	no_good_hit	4457.0	96.836	86.0	0.9306454982243576	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	True	True
FIJ0042_000000004937	4736	0.9853186055104164	6	6	5	4	5	False	125566	fragment	False	FIJ0042_000000004937	0.9899314007523788		0	0	False	False	1.0	0					non-mobilizable	chromosome	4736.0	99.958	100.0	0.0009425483441704828	CP057932.1	enterobacteria	Escherichia coli strain RHB09-C20 chromosome, complete genome	False	False
ISR0075_000000001873	10239	0.9853155982912868	11	10	9	8	6	True	72085	maximal	True	ISR0075_000000001873	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	81.219	72.0	0.0013468803339292503	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0334_000000017833	1226	0.9853150475409952	2	1	1	1	1	False	115749	fragment	False	ISR0251_000000013265	0.9288235728444608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	98.54700000000001	84.0	0.007228459296514136	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0068_000000017721	1153	0.9853150475409952	2	1	1	1	1	False	34990	fragment	False	ISR0068_000000017721	1.0		0	0	False	False	0.9791847467422485	0					non-mobilizable	other	1153.0	99.133	100.0	0.012121084584547722	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
SPA0100_000000007630	4138	0.9853109272872934	8	3	3	3	2	False	29849	fragment	False	SPA0100_000000007630	1.0		0	0	False	False	0.9997583627700806	0					non-mobilizable	no_good_hit	993.0	92.044	32.0	0.051085107479767	NZ_QRHR01000016.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf16, whole genome shotgun sequence	True	False
ENG0112_000000005392	4938	0.985307423856494	8	3	3	3	3	False	85899	maximal	True	ENG0112_000000005392	1.0		1	1	False	False	0.9844066500663757	0					non-mobilizable	no_good_hit	379.0	82.322	15.0	0.00010570141698621771	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0114_000000006697	5359	0.9852995449550564	7	7	7	7	7	False	98057	fragment	False	ENG0068_000000004154	0.9594272076372314		0	0	False	False	1.0	0					non-mobilizable	chromosome	5359.0	99.16	100.0	0.0011962601131200352	CP053597.1	enterobacteria	Escherichia coli strain T7Express_LysY chromosome, complete genome	False	False
MON0009_000000018441	2019	0.9852952620407542	3	2	2	2	2	False	115923	fragment	False	AUS0012_000000008152	0.6342732460557233		0	0	False	False	0.9990094304084778	0					non-mobilizable	no_good_hit								True	False
ISR0800_000000001783	6026	0.9852935047602038	11	5	4	5	4	False	125366	fragment	False	ISR0800_000000001783	1.0		0	0	False	False	0.993694007396698	0					non-mobilizable	other	6026.0	98.573	100.0	0.0017196146236598423	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0028_000000000135	41537	0.9852934726537008	35	17	11	15	11	True	74870	fragment	False	ISR0028_000000000135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	98.874	1.0	0.04006526468455403	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0129_000000003246	6325	0.9852880698527938	4	3	3	3	2	False	62969	maximal	True	FIJ0129_000000003246	1.0		2	1	False	False	0.9998418688774109	0					non-mobilizable	no_good_hit	3214.0	95.022	52.0	0.04770465012628138	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
ENG0206_000000008714	2930	0.9852873725236521	3	3	2	2	2	True	53963	maximal	True	ENG0206_000000008714	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2304.0	99.82600000000001	79.0	0.29263024142312577	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
ISR0332_000000005659	2430	0.9852836138497136	4	3	2	3	2	False	54083	fragment	False	ISR0332_000000005659	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2232.0	85.439	91.0	0.09524422145031948	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0137_000000001506	7331	0.9852813456422098	8	8	5	6	8	True	89826	fragment	False	FIJ0017_000000003651	0.7703558228733113		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	7331.0	99.959	100.0	0.03613881644143589	CP035203.1	enterobacteria	Klebsiella pneumoniae strain LH94 plasmid pLH94-1, complete sequence	False	True
MAD0051_000000005223	4943	0.9852650221541068	6	3	2	2	2	False	17358	maximal	True	MAD0051_000000005223	1.0		1	1	False	False	0.9961561560630798	0					non-mobilizable	chromosome	4933.0	99.899	100.0	0.0010050972351570823	CP055995.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00144 chromosome	False	False
CAN0019_000000001280	4631	0.9852648510664832	5	2	2	2	2	True	116378	backbone	False	ENG0136_000000002709	0.9560888058333028	PS774	0	0	True	True	1.0	71					non-mobilizable	plasmid	4288.0	96.852	100.0	0.9395072591289045	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
MAD0010_000000000836	3591	0.9852648510664832	5	2	2	2	2	True	53071	fragment	False	MAD0010_000000000836	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1979.0	97.37200000000001	100.0	0.4346678398592169	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
MON0107_000000054015	1153	0.9852644968676086	1	1	1	1	1	False	8542	fragment	False	MON0107_000000054015	0.9725663716814159		0	0	False	False	1.0	0					non-mobilizable	chromosome	1153.0	98.352	100.0	0.00040795758091070157	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0011_000000034605	1347	0.9852641303936428	1	1	1	1	1	False	13646	maximal	True	MON0011_000000034605	1.0		2	1	False	False	0.9866369962692261	0					non-mobilizable	no_good_hit	114.0	78.07	8.0	1.9987393665281112e-05	NZ_CP009962.1	b-proteobacteria	Collimonas arenae strain Cal35 chromosome, complete genome	True	False
MON0047_000000022321	1774	0.9852629162293092	2	2	2	2	2	False	94365	fragment	False	MON0047_000000022321	1.0		0	0	False	False	0.9988725781440735	0					non-mobilizable	other	1772.0	99.54899999999999	99.0	0.0005585227735294284	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
USA0064_01_000000004450	1859	0.9852578890173721	2	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.039207925542122435		0	0	False	False	1.0	0					non-mobilizable	chromosome	1855.0	96.119	99.0	0.0004194710592119374	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0282_000000010542	2155	0.985257029885096	3	3	3	2	1	False	116159	fragment	False	USA0048_01_000000006517	0.629338566629205		0	0	False	False	0.9902552366256714	0					non-mobilizable	chromosome	1872.0	93.964	90.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0031_000000002474	9002	0.9852511874853294	14	12	9	12	9	False	132200	fragment	False	ENG0181_000000001954	0.5037270784901945		0	0	False	False	1.0	0					non-mobilizable	other	9002.0	99.978	100.0	0.18677761407731733	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0018_000000000751	25202	0.9852493993757452	36	22	13	14	19	True	125400	maximal	False	USA0045_01_000000000440	0.3580809662063702		0	0	False	False	1.0	0					non-mobilizable	other	25202.0	99.97200000000001	100.0	0.007082286723431378	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0076_000000005008	3298	0.9852472773931608	5	2	1	2	1	True	46343	maximal	False	FIJ0054_000000007600	1.0		0	0	True	True	1.0	36					non-mobilizable	no_good_hit								True	True
FIJ0054_000000007600	3298	0.9852472773931608	4	2	1	2	1	True	46343	maximal	True	FIJ0054_000000007600	1.0		2	1	True	True	1.0	111					non-mobilizable	no_good_hit								True	True
FIJ0108_000000007609	2930	0.9852472773931608	2	2	1	2	1	True	42234	maximal	True	FIJ0108_000000007609	1.0		1	1	True	True	1.0	42					non-mobilizable	no_good_hit								True	True
TAN0009_000000012809	2881	0.9852472773931608	3	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9626295998166058	PS470|PS848	0	0	True	True	0.9989587068557739	20	rep_cluster_1683	MOBV			mobilizable	plasmid	2191.0	97.353	100.0	0.7890371438874865	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0134_000000011371	2863	0.9852472773931608	2	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9618077420464388	PS470|PS848	0	0	True	True	1.0	79	rep_cluster_1683	MOBV			mobilizable	plasmid	2164.0	98.152	99.0	0.7793003966822936	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
DEN0011_000000015021	2853	0.9852472773931608	2	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9584005567329699	PS470|PS848	0	0	True	True	0.9996494650840759	87	rep_cluster_1683	MOBV			mobilizable	plasmid	2197.0	95.35700000000001	99.0	0.7883159033537684	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
CHI0143_000000006681	2853	0.9852472773931608	3	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9571823667631743	PS470|PS848	0	0	True	True	0.9985979795455933	11	rep_cluster_1683	MOBV			mobilizable	plasmid	1892.0	94.76700000000001	100.0	0.6796396396396397	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
MAD0034_000000005359	2853	0.9852472773931608	2	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9660387859097136	PS470|PS848	0	0	True	True	0.9943918585777283	17	rep_cluster_1683	MOBV			mobilizable	plasmid	2192.0	97.035	99.0	0.7893977641543455	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
SPA0063_000000006301	2838	0.9852472773931608	2	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9523246050084493	PS470|PS848	0	0	True	True	1.0	94	rep_cluster_1683	MOBV			mobilizable	plasmid	1581.0	99.93700000000001	100.0	0.5693693693693693	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0804_000000006424	2834	0.9852472773931608	3	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9615993690920243	PS470|PS848	0	0	True	True	1.0	174	rep_cluster_1683	MOBV			mobilizable	plasmid	2467.0	97.89200000000001	100.0	0.8882077172737107	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0309_000000006344	2816	0.9852472773931608	3	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9598537364752416	PS470|PS848	0	0	True	True	0.9996448755264282	7	rep_cluster_1683	MOBV			mobilizable	plasmid	2301.0	94.35	100.0	0.8263063063063063	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0142_000000010136	2815	0.9852472773931608	2	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9580193611487361	PS470|PS848	0	0	True	True	1.0	20	rep_cluster_1683	MOBV			mobilizable	plasmid	2349.0	95.573	100.0	0.8454054054054054	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0373_000000005460	2813	0.9852472773931608	2	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9654149961275866	PS470|PS848	0	0	True	True	1.0	15	rep_cluster_1683	MOBV			mobilizable	plasmid	2260.0	98.319	100.0	0.8139199423007573	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0056_000000007826	2810	0.9852472773931608	3	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9639721889581635	PS470|PS848	0	0	True	True	0.9996441006660461	6	rep_cluster_1683	MOBV			mobilizable	plasmid	2103.0	95.38799999999999	100.0	0.7571171171171172	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0146_000000014145	2806	0.9852472773931608	2	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9630769456923054	PS470|PS848	0	0	True	True	0.9996436238288879	6	rep_cluster_1683	MOBV			mobilizable	plasmid	2156.0	96.197	99.0	0.7760548142805626	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0001_000000010298	2694	0.9852472773931608	2	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9296122725102605	PS470|PS848	0	0	True	True	0.9955456852912903	4	rep_cluster_1683	MOBV			mobilizable	plasmid	2367.0	94.59200000000001	100.0	0.8497297297297297	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0079_000000015250	1701	0.9852462257168312	3	2	2	2	1	False	83229	maximal	True	SPA0079_000000015250	1.0		17	6	False	False	0.9994121193885803	0					non-mobilizable	chromosome	1702.0	99.236	100.0	0.0003453523111297447	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
ENG0014_000000014723	1596	0.9852401764288669	2	1	1	1	1	False	66909	maximal	True	ENG0014_000000014723	1.0		2	2	False	False	0.993107795715332	0					non-mobilizable	no_good_hit	127.0	100.0	8.0	3.4990086142259696e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0073_000000012977	1891	0.9852336718917244	2	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5544821929276865		0	0	False	False	0.9915388822555542	0					non-mobilizable	chromosome	1817.0	95.322	99.0	0.0004106472343417834	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0139_000000000541	24590	0.985232903118013	29	19	13	16	11	True	96964	maximal	True	ISR0139_000000000541	1.0		4	3	True	True	1.0	87					non-mobilizable	no_good_hit	6324.0	95.699	72.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
AST0058_000000002207	7355	0.9852310517062336	7	5	4	5	3	False	129100	fragment	False	AST0058_000000002207	1.0		0	0	False	False	0.9986403584480286	0					non-mobilizable	no_good_hit	951.0	86.751	13.0	0.02131195400750073	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
CAN0006_000000010834	4154	0.9852298782913712	5	3	3	3	2	False	95746	maximal	True	CAN0006_000000010834	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0116_000000002350	8134	0.985222705150604	12	7	4	5	6	True	122252	maximal	True	CHI0116_000000002350	1.0		2	1	True	True	1.0	34					non-mobilizable	no_good_hit	1168.0	97.603	54.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0126_000000001812	22471	0.9852216608172504	27	14	10	10	12	False	86674	maximal	True	ISR0126_000000001812	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9063.0	97.904	40.0	0.14542559863628324	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0139_000000005720	4393	0.9852181134543933	5	4	1	3	4	False	49903	maximal	True	SPA0139_000000005720	1.0		2	1	False	False	0.9984065294265747	0		MOBP,MOBP		MOBP	mobilizable	plasmid	2750.0	98.618	99.0	0.5676233739417716	CP056705.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00577 plasmid pRHBSTW-00577_5, complete sequence	False	True
ISR0815_000000006354	4644	0.9852152782310809	12	3	2	3	1	False	21472	fragment	False	ISR0815_000000006354	1.0		0	0	False	False	0.9797587990760803	0					non-mobilizable	no_good_hit								True	False
ISR0243_000000001542	5719	0.985213062884108	7	4	3	4	1	True	128734	backbone	False	ENG0051_000000003989	0.8431181936502867	PS1048|PS850	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0330_000000001535	11557	0.985212565322636	9	7	5	6	5	False	94344	fragment	False	CAN0012_000000004423	0.8299646557414063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3166.0	72.142	27.0	0.0012741325703823135	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
SPA0052_000000004376	7208	0.985209748037814	9	8	4	5	7	False	122342	maximal	True	SPA0052_000000004376	1.0		0	0	False	False	0.9988901019096375	0					non-mobilizable	no_good_hit	4119.0	76.572	57.0	0.024093248920182237	NZ_AUDP01000005.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
FIJ0005_000000028411	1296	0.9852031496729328	3	2	2	2	1	False	51858	fragment	False	FIJ0005_000000028411	1.0		0	0	False	False	0.9976851940155029	0					non-mobilizable	other	1296.0	99.76899999999999	100.0	0.00835812803748572	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	False
USA0041_01_000000002349	10580	0.9852011430071724	14	7	5	3	5	True	116415	fragment	False	USA0041_01_000000002349	1.0		0	0	False	False	0.9999054670333862	0		MOBB	MPF_T		conjugative	plasmid	10580.0	99.97200000000001	100.0	0.34057761035448664	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0109_000000017073	1435	0.985199701616548	2	1	1	1	1	False	59858	fragment	False	ENG0109_000000017073	1.0		0	0	False	False	0.9728223085403442	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000026020	1626	0.9851986966299632	2	2	1	2	2	False	42485	fragment	False	TAN0009_000000026020	0.9790666665054166		0	0	False	False	0.992004930973053	0					non-mobilizable	no_good_hit	621.0	76.973	38.0	0.00018521518993441273	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0076_000000030452	1577	0.9851986966299632	2	2	1	2	2	False	42485	fragment	False	TAN0009_000000026020	0.9498554298956848		0	0	False	False	0.9847812056541443	0					non-mobilizable	no_good_hit	621.0	76.973	39.0	0.00018521518993441273	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0364_000000008381	2041	0.9851948316786602	2	2	2	2	1	False	115922	fragment	False	ISR0364_000000008381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0029_000000010484	2635	0.9851932613966901	4	3	2	3	3	False	99035	fragment	False	MON0103_000000018739	0.9533072239250707		0	0	False	False	0.9984819889068604	0					non-mobilizable	no_good_hit	561.0	77.89699999999999	21.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0345_000000006411	1875	0.9851893107432776	2	2	2	2	2	True	24211	fragment	False	ISR0345_000000006411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	88.493	39.0	0.01875225387666787	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
MAD0102_000000001825	7853	0.9851876832010554	11	7	1	4	6	False	15044	maximal	True	MAD0102_000000001825	1.0		1	1	False	False	0.9998726844787598	0		MOBP		MOB_unknown	mobilizable	no_good_hit	2422.0	88.604	31.0	0.3768411156377311	CP056891.1	enterobacteria	Citrobacter sp. RHBSTW-00053 plasmid pRHBSTW-00053_4, complete sequence	True	True
ISR0283_000000005815	2336	0.9851839800367445	3	2	2	2	2	False	124316	fragment	False	ISR0283_000000005815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0029_000000002795	8708	0.9851804687730342	13	7	5	7	6	False	65830	maximal	True	ENG0029_000000002795	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	81.633	2.0	0.0041843435811007145	NZ_QREV01000048.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold48, whole genome shotgun sequence	True	False
SPA0111_000000013611	2527	0.9851785237545274	5	3	2	3	2	False	4574	fragment	False	SPA0111_000000013611	1.0		0	0	False	False	0.9984170794487	0					non-mobilizable	no_good_hit	56.0	98.214	2.0	0.019755747126436782	LN853250.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0622	True	False
ISR0038_000000004953	5562	0.9851784286473424	6	4	3	4	3	True	124712	fragment	False	ISR0038_000000004953	0.9822714681440443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2258.0	78.167	63.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0032_000000017193	1716	0.9851767879509028	2	2	0	2	2	False	49897	fragment	False	MON0032_000000017193	1.0		0	0	False	False	0.9918414950370789	0		MOBP			mobilizable	plasmid	1708.0	92.916	99.0	0.3414829659318637	CP058170.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00059 plasmid pRHBSTW-00059_4, complete sequence	False	True
AST0025_000000000759	25304	0.9851727125490748	36	19	14	13	9	True	131912	maximal	True	AST0025_000000000759	1.0		1	1	False	False	0.9986958503723145	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	4.379097835176375e-07	HG975450.1	eudicots	Solanum pennellii chromosome ch11, complete genome	True	True
MON0088_000000008039	3702	0.9851683596189822	4	4	3	3	4	False	9652	maximal	True	MON0088_000000008039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1040.0	98.26899999999999	28.0	0.0003323719735498512	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0156_000000000538	14141	0.985167645561163	17	12	10	11	7	False	123927	fragment	False	SPA0145_000000000420	0.14061794772418296		0	0	False	True	1.0	0					non-mobilizable	other	13525.0	99.985	96.0	0.13495928468784926	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
TAN0009_000000001567	12253	0.9851584090324944	13	6	2	5	3	False	51418	fragment	False	TAN0009_000000001567	0.9989311481250557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000002468	11227	0.9851584090324944	12	6	2	5	3	False	51418	fragment	False	TAN0009_000000001567	0.957153350199951		0	0	False	False	0.9992874264717102	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000001364	12921	0.9851571971302788	8	8	4	7	7	True	103547	fragment	False	MAD0041_000000001364	1.0		0	0	False	False	0.9988390803337097	0		MOBF	MPF_F		conjugative	plasmid	12070.0	99.95	93.0	0.07120900128033418	CP021728.1	enterobacteria	Escherichia coli strain Combat11I9 plasmid pCombat11I9-2, complete sequence	False	True
ISR0156_000000000177	64686	0.9851498532635822	78	34	17	24	27	True	106313	maximal	True	ISR0156_000000000177	1.0	PS319	1	1	False	True	1.0	0	rep_cluster_329				non-mobilizable	plasmid	19042.0	98.913	91.0	0.10248898749582656	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
USA0032_01_000000001202	17736	0.9851494158123804	21	4	3	4	3	False	22729	maximal	True	USA0032_01_000000001202	1.0		1	1	False	False	0.9997744560241699	0					non-mobilizable	no_good_hit	10704.0	97.272	70.0	0.002681542995017805	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0160_000000004895	3493	0.9851484381708332	6	2	2	1	1	False	39348	fragment	False	FIJ0160_000000004895	1.0		0	0	False	False	0.9994274377822876	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	4.657090477045087e-05	LN590881.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000633	True	False
SPA0064_000000003803	5436	0.9851449106740324	6	4	2	3	3	True	91285	maximal	False	SPA0063_000000003176	1.0	PS315|PS84	0	0	True	True	1.0	219					non-mobilizable	no_good_hit	1011.0	83.87700000000001	41.0	0.24495818986719134	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
SPA0063_000000003176	5436	0.9851449106740324	7	4	2	3	3	True	91285	maximal	True	SPA0063_000000003176	1.0	PS315|PS84	2	1	True	True	1.0	168					non-mobilizable	no_good_hit	1082.0	86.969	39.0	0.26143630103295623	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
AST0090_000000005707	4365	0.9851442471870868	5	3	3	3	2	False	109929	fragment	False	AST0090_000000005707	1.0		0	0	False	False	0.9995418190956116	0					non-mobilizable	no_good_hit	446.0	75.336	10.0	0.00010959287651411883	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ENG0194_000000007590	3611	0.9851417287390094	5	1	1	1	1	False	54542	fragment	False	ENG0194_000000007590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1196.0	89.465	38.0	0.021071846311983836	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0036_000000010161	2424	0.9851417287390094	4	1	1	1	1	False	19283	fragment	False	SPA0036_000000010161	1.0		0	0	False	False	0.9979373216629028	0					non-mobilizable	no_good_hit	60.0	100.0	2.0	0.0010456172686350263	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0022_000000006674	1945	0.9851417287390094	2	1	1	1	1	False	19282	fragment	False	MAD0022_000000006674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	95.91799999999999	5.0	0.0017190656789423315	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0286_000000007533	2323	0.9851399888448538	2	2	2	2	1	False	26898	fragment	False	ISR0255_000000012288	0.9410358565737051		0	0	False	False	1.0	0					non-mobilizable	chromosome	1929.0	83.1	93.0	0.0008211409270788265	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
TAN0017_000000025588	1475	0.9851377705800838	2	2	2	2	1	False	57008	fragment	False	TAN0017_000000025588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	79.72	57.0	0.00022540973220523542	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0122_000000011717	1529	0.9851341727449996	2	2	2	2	1	False	32143	fragment	False	ISR0122_000000011717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1235.0	99.109	83.0	0.013843237118722025	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
ENG0206_000000011240	2281	0.9851335645059229	3	3	1	3	3	True	53958	fragment	False	ENG0206_000000011240	1.0		0	0	False	False	0.9837790727615356	0					non-mobilizable	plasmid	2281.0	99.956	100.0	0.7522269877928076	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	False	True
ENG0210_000000013574	1854	0.9851325854674976	3	1	1	1	1	False	53715	fragment	False	ENG0210_000000013574	1.0		0	0	False	False	0.990830659866333	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	1.3788876972575457e-05	NZ_LR134089.1	firmicutes	Staphylococcus saprophyticus subsp. saprophyticus strain NCTC7666 chromosome 1	True	False
ISR0046_000000027832	1337	0.9851325854674976	2	1	1	1	1	False	36148	fragment	False	ISR0046_000000027832	1.0		0	0	False	False	0.9857890605926514	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	1.3788876972575457e-05	NZ_LR134089.1	firmicutes	Staphylococcus saprophyticus subsp. saprophyticus strain NCTC7666 chromosome 1	True	False
TAN0002_000000002794	8459	0.9851296766204608	12	10	7	7	10	False	3074	maximal	True	TAN0002_000000002794	1.0		2	2	False	False	0.999763548374176	0					non-mobilizable	no_good_hit	148.0	75.0	2.0	5.563472805316968e-05	LR778114.1	firmicutes	Firmicutes bacterium R50 isolate R501 genome assembly, chromosome: 1	True	False
ISR0186_000000012373	2360	0.9851285149904392	4	1	1	1	1	False	29337	maximal	True	ISR0186_000000012373	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	2361.0	99.958	100.0	0.0004791484152064653	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
SPA0112_000000007609	4536	0.9851274020586608	4	3	1	2	1	True	128820	maximal	True	SPA0112_000000007609	1.0	PS1056	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1088.0	85.38600000000001	37.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0085_000000016042	1800	0.9851273989555386	3	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.4792038429049061		0	0	False	False	1.0	0					non-mobilizable	chromosome	1803.0	95.008	100.0	0.00040747970746531786	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0109_000000006236	4322	0.9851273246978656	5	4	4	4	3	False	97133	maximal	True	SPA0109_000000006236	1.0	PS521	2	1	False	True	0.9995372295379639	0					non-mobilizable	no_good_hit	1833.0	79.76	42.0	0.042043294859314885	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ENG0211_000000007928	3447	0.9851231059864044	5	3	2	3	2	False	53665	maximal	True	ENG0211_000000007928	1.0		0	0	False	False	0.9956483840942383	0					non-mobilizable	no_good_hit								True	False
MAD0037_000000009222	1461	0.9851216721677584	3	1	1	1	1	True	18611	fragment	False	MAD0037_000000009222	1.0		0	0	False	False	0.9979466199874878	0					non-mobilizable	plasmid	1461.0	99.11	100.0	0.01406076949005634	CP033798.1	enterobacteria	Enterobacter roggenkampii strain FDAARGOS_523 plasmid unnamed2, complete sequence	False	True
SPA0041_000000000296	41871	0.9851165414024056	45	18	9	15	12	True	73144	maximal	True	SPA0041_000000000296	1.0		3	2	False	False	0.9999760985374451	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	1.0703323408676703e-05	CP053447.1	bacteria	Ignavibacteriae bacterium isolate IGN3 chromosome	True	True
ISR0168_000000008154	3184	0.985114823149194	4	3	2	3	3	False	30130	fragment	False	ISR0168_000000008154	1.0		0	0	False	False	0.9993718862533569	0					non-mobilizable	no_good_hit	719.0	85.95299999999999	23.0	0.7048371174728529	NZ_FNVV01000006.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0114_000000010327	4212	0.985111173634394	7	3	1	3	2	False	4464	maximal	True	SPA0114_000000010327	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0078003120124804995	CP040370.1	firmicutes	Enterococcus faecium strain VB3240 plasmid unnamed2, complete sequence	True	False
DEN0018_000000004122	7529	0.9851110284683046	7	3	2	2	3	False	109347	fragment	False	DEN0018_000000004122	0.9895178197064989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	75.758	3.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
CHI0078_000000001968	8852	0.9851074760595327	13	7	4	5	6	True	126522	backbone	False	ISR0029_000000004601	0.8946811655139383	PS624|PS966	0	0	True	True	0.9992092251777649	15					non-mobilizable	no_good_hit	3714.0	93.538	84.0	0.45970855648275005	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0036_000000000520	16068	0.9851063784386616	13	12	8	8	11	True	123659	fragment	False	CHI0036_000000000520	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	6094.0	99.62299999999999	60.0	0.0011575043726993104	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
ISR0015_000000002661	8240	0.9851048424666048	16	3	3	3	2	True	37992	maximal	True	ISR0015_000000002661	1.0		1	1	False	False	0.998907744884491	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.408369466497849e-06	NZ_KV917378.1	firmicutes	Salipaludibacillus agaradhaerens strain DSM 8721 Scaffold1, whole genome shotgun sequence	True	True
AST0052_000000001426	12077	0.9851031946361908	12	9	6	8	7	True	125341	backbone	True	AST0052_000000001426	1.0	PS770|PS926	2	1	True	True	1.0	44					non-mobilizable	no_good_hit	2956.0	78.789	55.0	0.006112032318703906	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0100_000000001381	11863	0.9851031946361908	12	9	6	8	7	True	125341	backbone	False	AST0052_000000001426	0.9911401838204852	PS770|PS926	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2956.0	78.789	54.0	0.006112032318703906	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0121_01_000000016664	2774	0.9851003740896768	5	3	3	3	2	False	67148	maximal	True	USA0121_01_000000016664	1.0		0	0	False	False	0.9906272292137146	0					non-mobilizable	no_good_hit	607.0	99.671	22.0	0.0011003617030548656	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MAD0101_000000005301	4874	0.9850969576666884	6	4	3	3	2	True	116390	fragment	False	AST0040_000000003791	0.9372477804681194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	734.0	78.47399999999999	15.0	0.2693173293323331	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0063_000000000042	96313	0.9850957501678846	88	13	3	11	4	True	127415	maximal	False	SPA0046_000000000019	0.8256228983153387		0	0	True	True	1.0	484					non-mobilizable	virus	31107.0	97.03299999999999	95.0	0.3144367941601707	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ENG0082_000000004674	4008	0.9850949396815668	4	3	3	3	2	False	120490	fragment	False	ENG0082_000000004674	0.9527450488844322		0	0	False	False	0.9960079789161682	0					non-mobilizable	no_good_hit	803.0	87.92	66.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0016_000000011153	1934	0.9850903378318496	2	2	2	2	2	False	37905	fragment	False	ISR0056_000000011330	0.9323903260417468		0	0	False	False	0.9994829297065735	0					non-mobilizable	no_good_hit	138.0	100.0	9.0	0.02410698574696463	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	True	False
ISR0056_000000011330	1923	0.9850903378318496	2	2	2	2	2	False	37905	fragment	False	ISR0056_000000011330	0.9327674583505821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	97.59	8.0	0.0018351498332699237	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0020_000000018652	1780	0.9850903378318496	2	2	2	2	2	False	37905	fragment	False	ISR0056_000000011330	0.9237284986348413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000021375	1692	0.9850903378318496	2	2	2	2	2	False	37905	fragment	False	ISR0056_000000011330	0.6861885381595818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0147_000000003616	5202	0.9850900255630028	7	6	3	3	4	False	79673	maximal	True	CHI0147_000000003616	1.0		2	2	False	False	0.9982699155807495	0					non-mobilizable	no_good_hit	665.0	94.135	13.0	0.0002252866798485992	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0110_000000004167	4537	0.9850863903157344	5	2	1	2	0	True	128026	fragment	False	AST0110_000000004167	1.0		0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	2067.0	98.45200000000001	57.0	0.5243684613421792	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ISR0255_000000012288	2510	0.9850854189278436	2	2	2	2	2	False	26898	fragment	False	ISR0255_000000012288	0.9765389582436506		0	0	False	False	0.9996016025543213	0					non-mobilizable	other	2123.0	83.23100000000001	93.0	0.057984530144275605	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
FIJ0140_000000027782	1273	0.9850844207051254	2	2	1	2	1	True	40346	maximal	True	FIJ0140_000000027782	1.0		1	1	False	False	0.9874312877655029	0	rep_cluster_1778				non-mobilizable	no_good_hit	852.0	99.883	67.0	0.2083741429970617	CP056320.1	enterobacteria	Escherichia coli strain RHBSTW-00822 plasmid pRHBSTW-00822_6, complete sequence	True	True
MAD0062_000000001580	7439	0.9850817654694634	7	6	2	4	3	True	16780	maximal	True	MAD0062_000000001580	1.0		1	1	False	False	0.9995967149734497	0					non-mobilizable	no_good_hit	508.0	89.961	9.0	0.27832783278327833	NZ_LZYW01000211.1	firmicutes	Clostridium aurantibutyricum strain DSM 793 CLAUR_contig000211, whole genome shotgun sequence	True	True
SPA0003_000000010625	1706	0.9850761372328244	2	2	2	2	1	True	53767	maximal	True	SPA0003_000000010625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	99.37299999999999	19.0	0.012269465236515164	NZ_CABIWU010000032.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
MON0084_000000008509	3435	0.9850752618782842	7	4	3	4	3	False	9831	maximal	True	MON0084_000000008509	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	1.8609983139355277e-05	LN906597.1	bacteria	bacterium 2013Arg42i genome assembly Ark11, chromosome : I	True	False
SPA0001_000000015774	2147	0.9850722156468013	3	3	3	3	2	False	66239	fragment	False	SPA0001_000000015774	0.998545101842871		0	0	False	False	0.9967396259307861	0					non-mobilizable	other	2147.0	99.76700000000001	100.0	0.00041228478004434076	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
MAD0042_000000007430	2936	0.9850719498212864	4	3	1	2	3	False	33670	fragment	False	MAD0042_000000007430	0.9462225530331225		0	0	False	False	0.9986376166343689	0					non-mobilizable	chromosome	2785.0	85.242	94.0	0.0011411660732273626	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
TAN0005_000000014254	1327	0.9850703337995188	2	2	2	1	1	False	2917	fragment	False	TAN0005_000000014254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0102_000000002776	12403	0.9850699362757688	16	8	6	7	6	False	96428	fragment	False	SPA0102_000000002776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4154.0	85.075	75.0	0.0411045026345202	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0106_000000008453	2828	0.9850655990295496	4	4	2	4	2	False	32907	fragment	False	ISR0106_000000008453	0.992263404102195		0	0	False	False	0.9855021238327026	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000011450	1434	0.98506465253957	2	2	2	1	1	False	97501	maximal	True	FIJ0145_000000011450	1.0		30	5	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	94.603	81.0	0.0002761477996906442	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0162_000000022929	1728	0.985064314932515	2	1	1	1	1	False	30335	fragment	False	ISR0162_000000022929	1.0		0	0	False	False	0.9924768805503845	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	9.745523001811241e-05	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0078_000000002283	6860	0.9850625371889272	9	8	4	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.2748228096019312		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	chromosome	2887.0	97.991	92.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
FIJ0162_000000005909	3876	0.9850617446094256	3	3	3	3	2	False	39249	fragment	False	FIJ0162_000000005909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	70.751	28.0	0.0037896228085709228	NZ_JXLF01000004.1	firmicutes	Enterococcus termitis strain DSM 22803 Scaffold4, whole genome shotgun sequence	True	False
FIJ0126_000000003057	10403	0.9850595096797607	12	5	2	4	1	True	109383	fragment	False	FIJ0126_000000003057	1.0		0	0	False	False	0.9998077750205994	0					non-mobilizable	no_good_hit	2728.0	93.65799999999999	70.0	0.10858010630220197	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0005_000000009989	2773	0.9850574398569274	2	2	1	2	1	False	86221	fragment	False	MAD0005_000000009989	1.0		0	0	False	False	0.9967544078826904	0					non-mobilizable	no_good_hit	1854.0	96.98	67.0	0.02715933574684509	NZ_JH379439.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld922, whole genome shotgun sequence	True	False
ENG0090_000000003491	5866	0.9850561839009034	8	4	3	4	2	True	61267	fragment	False	ENG0090_000000003491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	86.654	9.0	0.15792701625268324	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
ENG0145_000000011025	2902	0.9850525517128488	5	3	3	2	2	False	64048	fragment	False	ENG0145_000000011025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	80.426	8.0	0.00010039350747734351	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0012_000000001151	11864	0.9850525473813148	22	7	3	6	4	False	127302	maximal	True	AST0012_000000001151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5885.0	96.432	76.0	0.4933972579695517	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ENG0102_000000000229	47783	0.9850511677636764	57	23	14	21	13	True	122329	fragment	False	SPA0116_000000000240	0.9650853249101059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	97.281	2.0	0.14400285154161468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0075_01_000000006550	3771	0.9850431534529877	5	4	4	4	3	False	103902	maximal	True	USA0075_01_000000006550	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	100.0	24.0	0.0002022692162542999	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0097_000000009654	3508	0.9850417806062122	7	5	5	5	4	False	51219	maximal	True	MON0097_000000009654	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	76.869	12.0	0.10452876376988984	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
SPA0096_000000002468	11568	0.9850417067754073	16	14	5	9	13	True	127657	maximal	True	SPA0096_000000002468	1.0	PS1016|PS1018	3	3	True	True	1.0	73	rep_cluster_1097				non-mobilizable	no_good_hit	3355.0	99.911	63.0	0.40610243370868143	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
USA0034_01_000000017024	3247	0.9850416801229324	5	4	3	3	2	False	100217	fragment	False	USA0034_01_000000017024	1.0		0	0	False	False	0.9996920228004456	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000006958	2627	0.9850416801229324	4	4	3	3	2	False	100216	fragment	False	USA0019_01_000000011102	0.7569937047204707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000003684	6372	0.9850408689562248	7	2	2	2	2	False	3704	fragment	False	SPA0133_000000003684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	77.922	6.0	0.007188049867095953	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
USA0063_01_000000003483	6003	0.9850316808069508	12	7	4	4	6	True	102379	backbone	False	USA0047_01_000000005503	0.9936667215002468	PS593	0	0	True	True	1.0	2765		MOBP			mobilizable	plasmid	4719.0	95.719	90.0	0.7683145700766846	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
USA0047_01_000000005503	5986	0.9850316808069508	10	7	4	4	6	True	102379	backbone	True	USA0047_01_000000005503	0.9936698454455771	PS593	2	1	True	True	1.0	14		MOBP			mobilizable	plasmid	4715.0	96.501	90.0	0.7683145700766846	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
ISR0051_000000020617	1824	0.985028125219344	4	3	2	3	2	False	35843	maximal	True	ISR0051_000000020617	1.0		14	5	False	False	0.9873903393745422	0					non-mobilizable	no_good_hit	1234.0	97.488	68.0	0.00017389271835533622	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0137_000000002252	12692	0.9850254196493822	18	12	7	11	8	False	123874	fragment	False	ISR0137_000000002252	0.9594144251368721		0	0	False	False	1.0	0					non-mobilizable	other	6752.0	99.23	100.0	0.0019032007504499937	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0018_000000019089	1570	0.9850250288773076	3	1	1	1	1	False	94085	maximal	True	SPA0018_000000019089	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	98.274	78.0	0.0005007787603913652	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0159_000000003855	5447	0.985021953077306	4	4	4	4	3	False	39415	maximal	True	FIJ0159_000000003855	1.0		1	1	False	False	0.9998164176940918	0					non-mobilizable	no_good_hit	2636.0	87.74700000000001	48.0	0.0008752013130362491	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ISR0398_000000000312	37467	0.9850218633769086	30	19	11	17	12	True	110959	fragment	False	ISR0398_000000000312	1.0		0	0	False	False	0.9999732971191406	0					non-mobilizable	no_good_hit	20548.0	98.62299999999999	83.0	0.12408587073456707	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
SPA0072_000000016131	1232	0.9850189777953382	2	1	1	1	1	False	89715	fragment	False	CHI0027_000000014490	0.8518509048736761		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	97.40299999999999	100.0	0.00025998530481112205	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0091_01_000000007000	1504	0.9850106142083692	3	2	2	1	1	False	379	maximal	True	USA0091_01_000000007000	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	79.365	8.0	0.00022215504965711642	NZ_FRDE01000005.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0258_000000019740	1444	0.9850056843737732	1	1	1	1	1	False	26774	fragment	False	ISR0258_000000019740	1.0		0	0	False	False	0.9909972548484802	0					non-mobilizable	no_good_hit	138.0	81.884	9.0	3.2549110291931515e-05	CP013847.1	firmicutes	Clostridium botulinum strain Af650 chromosome, complete genome	True	False
SPA0086_000000005535	2590	0.9850054550456602	6	1	1	1	1	True	5545	maximal	True	SPA0086_000000005535	0.9960350584307178		2	1	True	True	0.999613881111145	5					non-mobilizable	no_good_hit	443.0	83.07	17.0	0.1642694928084784	LN853067.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0421	True	True
SPA0085_000000005740	2396	0.9850054550456602	6	1	1	1	1	True	5545	maximal	False	SPA0086_000000005535	0.9588803088803088		0	0	False	True	0.9941569566726685	0					non-mobilizable	no_good_hit	260.0	86.538	11.0	0.09534619750283768	HG796817.1	bacteria	Uncultured bacterium plasmid pRGF00107	True	True
ENG0152_000000001219	17451	0.9850038167192264	31	5	3	5	4	False	115690	maximal	True	ENG0152_000000001219	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1417.0	94.77799999999999	21.0	0.0005887334569645836	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0051_000000004231	9744	0.985002953980052	12	10	7	10	10	False	132193	fragment	False	MON0031_000000003564	0.9694691695715972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7090.0	98.94200000000001	73.0	0.05799698844479361	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	True	False
FIJ0109_000000001228	18507	0.985000402389708	24	16	11	13	8	True	95417	maximal	True	FIJ0109_000000001228	1.0		1	1	False	False	0.9998919367790222	0					non-mobilizable	no_good_hit	1872.0	82.479	11.0	0.0010707571824185597	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
SPA0033_000000002182	11652	0.9849985631976486	10	4	4	4	2	False	13518	maximal	True	SPA0033_000000002182	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	314.0	87.58	3.0	0.003248041775456919	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0015_000000006846	5099	0.9849980257841728	7	6	3	4	4	True	129367	maximal	True	MON0015_000000006846	1.0		1	1	False	False	0.999803900718689	0		MOBV			mobilizable	no_good_hit	1074.0	90.96799999999999	57.0	0.1712428919577579	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MAD0089_000000009133	2589	0.9849947665124328	6	4	2	3	3	False	37618	fragment	False	MAD0089_000000009133	1.0		0	0	False	False	0.9992275238037109	0					non-mobilizable	chromosome	2594.0	97.803	100.0	0.0004713208539460383	CP038423.1	enterobacteria	Escherichia coli O157:H7 strain 7409 chromosome, complete genome	False	False
ISR0197_000000007357	3321	0.9849922344402932	4	3	3	3	1	False	115770	fragment	False	ISR0058_000000007471	0.9659688195180751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	59.0	0.00022755264288172667	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0108_000000001418	5002	0.9849908369181464	8	7	4	3	5	True	132239	maximal	True	CHI0108_000000001418	1.0	PS1143|PS778	388	13	False	True	1.0	0					non-mobilizable	no_good_hit	4110.0	99.87799999999999	83.0	0.9675064751589357	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ENG0100_000000009344	3189	0.9849737009938186	7	2	1	2	1	False	115541	fragment	False	ENG0100_000000009344	1.0		0	0	False	False	0.9749137759208679	0					non-mobilizable	no_good_hit	944.0	97.24600000000001	43.0	0.00548467380470831	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
AST0061_000000008210	4727	0.98497249923978	2	2	2	2	1	False	112157	maximal	True	AST0061_000000008210	1.0		2	2	False	False	0.9976729154586792	0					non-mobilizable	no_good_hit	145.0	100.0	3.0	0.0001470247399755163	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
USA0001_01_000000006113	2615	0.9849684146216224	5	4	2	3	3	False	119902	fragment	False	USA0001_01_000000006113	1.0		0	0	False	False	0.9984703660011292	0					non-mobilizable	no_good_hit								True	False
DEN0005_000000004156	6575	0.984966940529314	10	6	3	6	4	False	103328	maximal	True	DEN0005_000000004156	1.0		1	1	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
ISR0057_000000017309	1297	0.984966894352274	2	2	2	1	2	False	40729	fragment	False	ISR0057_000000017309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	93.779	49.0	0.10361016674761211	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0173_000000013071	1298	0.9849658800481652	1	1	1	1	1	False	58758	fragment	False	ENG0173_000000013071	0.9792402979737569		0	0	False	False	0.9892141819000244	0					non-mobilizable	no_good_hit	1134.0	97.178	87.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0385_000000019017	1262	0.9849658800481652	1	1	1	1	1	False	58758	fragment	False	ENG0173_000000013071	0.9737607315554031		0	0	False	False	0.996038019657135	0					non-mobilizable	chromosome	1134.0	97.178	90.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ENG0126_000000014805	1224	0.9849658800481652	1	1	1	1	1	False	58758	fragment	False	ENG0173_000000013071	0.960011765990398		0	0	False	False	0.9959150552749634	0					non-mobilizable	chromosome	1134.0	97.443	92.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
SPA0005_000000015803	1826	0.9849640546045246	2	2	2	2	2	False	8304	fragment	False	SPA0005_000000015803	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	94.26299999999999	97.0	0.0004802051903799975	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0111_000000003063	9832	0.9849616060416271	10	9	7	6	7	True	110980	fragment	False	CHI0111_000000003063	0.9141213018849139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4465.0	78.387	62.0	0.00082037981277548	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
AUS0010_000000004618	4783	0.9849611806809616	7	1	1	1	1	False	101608	maximal	True	AUS0010_000000004618	1.0		1	1	False	False	0.9916370511054993	0					non-mobilizable	no_good_hit	120.0	80.0	2.0	0.004347157036239132	NZ_FQZY01000060.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0064_000000006614	4083	0.9849535655961246	2	2	2	2	2	False	49650	maximal	True	FIJ0064_000000006614	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3961.0	97.829	100.0	0.023063348495349474	CP056374.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 plasmid pRHBSTW-00636_3, complete sequence	False	True
FIJ0031_000000005557	4120	0.9849486200518494	5	5	1	5	5	False	48616	maximal	True	FIJ0031_000000005557	1.0		1	1	False	False	0.9987863898277283	0		MOBP			mobilizable	plasmid	2376.0	97.264	100.0	0.4528445971744941	CP053742.1	enterobacteria	Escherichia coli strain CP8-3_Sichuan plasmid pCP8-3-ColYe4449, complete sequence	False	True
SPA0106_000000011218	3498	0.9849468818915736	5	4	3	3	2	True	100242	fragment	False	SPA0106_000000011218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0058_000000002675	1295	0.9849456240605738	3	3	2	2	1	False	88396	fragment	False	ISR0035_000000014210	0.7266721681213217		0	0	False	False	0.9961389899253845	0					non-mobilizable	other	1295.0	98.919	100.0	0.005173930427828869	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0088_000000002742	1758	0.9849414906559516	3	3	3	2	2	False	120198	fragment	False	CHI0092_000000005602	0.604793392404443		0	0	False	False	0.9994311928749084	0					non-mobilizable	chromosome	1595.0	99.436	100.0	0.0006318934962143871	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0077_000000003088	8399	0.9849388174542296	11	7	4	5	4	True	118481	maximal	False	SPA0144_000000001669	0.9971653864993476		0	0	True	True	1.0	142					non-mobilizable	no_good_hit	2253.0	84.421	62.0	0.18144413069786205	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0086_000000007244	1932	0.9849367804933374	3	1	1	1	1	False	81311	fragment	False	SPA0086_000000007244	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1933.0	99.63799999999999	100.0	0.0004847703814329933	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0083_000000001995	11750	0.9849346749313296	15	9	8	6	7	False	70998	fragment	False	ENG0083_000000001995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4044.0	96.044	59.0	0.06463181255327019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
MON0004_000000005088	5832	0.9849336278959822	7	7	3	6	7	True	98322	maximal	True	MON0004_000000005088	1.0		1	1	False	False	0.9926269054412842	0	IncFIA				non-mobilizable	plasmid	3486.0	99.197	99.0	0.042140403502830326	FR851303.1	enterobacteria	Escherichia coli APEC strain 7122 (O78:K80:H9) plasmid pChi7122-2 complete sequence	False	True
FIJ0068_000000001432	15537	0.9849320803083088	19	17	3	4	17	False	45140	fragment	False	FIJ0068_000000001432	1.0		0	0	False	False	0.9997425675392151	0					non-mobilizable	plasmid	15558.0	97.853	99.0	0.16667202830947403	CP031764.1	enterobacteria	Escherichia coli strain S17-20 plasmid p1720-1	False	True
ISR0090_000000000925	17256	0.9849292756580228	21	8	3	5	3	False	77361	fragment	False	ISR0090_000000000925	1.0		0	0	False	False	0.9996522665023804	0					non-mobilizable	no_good_hit								True	False
USA0061_01_000000002933	3854	0.984923299425404	5	4	3	4	2	False	107276	fragment	False	USA0061_01_000000002933	1.0		0	0	False	False	0.9994810819625854	0					non-mobilizable	no_good_hit								True	False
ENG0055_000000005178	3724	0.9849214020641204	7	5	3	4	5	False	76866	maximal	True	ENG0055_000000005178	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1903.0	99.632	99.0	0.0003821083253987062	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
MAD0095_000000032045	1198	0.9849186959448056	3	1	1	1	1	False	15559	maximal	True	MAD0095_000000032045	1.0		1	1	False	False	0.9983305335044861	0					non-mobilizable	no_good_hit								True	False
SPA0015_000000022944	1115	0.984916681600708	3	1	1	1	1	False	7893	fragment	False	SPA0015_000000022944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0134_000000002586	11303	0.9849139065103306	17	17	7	13	16	True	4063	maximal	True	SPA0134_000000002586	1.0		1	1	False	False	0.9999115467071533	0			MPF_F		non-mobilizable	plasmid	6629.0	97.91799999999999	100.0	0.06817760951420752	CP020843.1	enterobacteria	Klebsiella pneumoniae strain KPN1482 plasmid pKPN1482-2, complete sequence	False	True
MAD0044_000000001408	13467	0.9849131359402438	22	18	3	8	13	True	17995	maximal	True	MAD0044_000000001408	1.0		1	1	False	False	0.9996287226676941	0					non-mobilizable	no_good_hit	3396.0	82.89200000000001	44.0	0.05081120166307639	NZ_JHWQ01000010.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	True
SPA0138_000000008040	3121	0.9849131158513054	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.9191713964218489		0	0	False	False	1.0	0					non-mobilizable	other	3122.0	97.47	100.0	0.01196449395445897	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0015_000000001043	10524	0.984912186901158	13	13	7	11	13	False	82218	maximal	True	MAD0015_000000001043	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	9373.0	97.066	100.0	0.0018968692337414175	CP057287.1	enterobacteria	Escherichia coli strain RHB30-C16 chromosome, complete genome	False	False
USA0057_01_000000023249	1395	0.9849116129440916	2	1	1	1	1	False	64217	fragment	False	ENG0048_000000017512	0.9638011895380248		0	0	False	False	0.9928315281867981	0					non-mobilizable	other	1395.0	97.56299999999999	100.0	0.001612929771721062	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0074_000000015011	2081	0.9849115215076968	4	1	1	1	1	False	44638	fragment	False	FIJ0074_000000015011	1.0		0	0	False	False	0.9750120043754578	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0002581206102514638	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	True	False
ISR0781_000000000110	63649	0.984909856753506	68	18	10	16	4	True	89325	fragment	False	DEN0069_000000000135	0.9707430840992011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	87.5	0.0	0.0008850676444556834	NZ_FOJY01000009.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
ISR0780_000000001551	6992	0.9849095596371984	12	6	1	5	3	False	55321	maximal	True	ISR0780_000000001551	1.0		2	1	False	False	0.997568666934967	0					non-mobilizable	no_good_hit	1143.0	72.441	16.0	0.00031074528883483015	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0146_000000011327	3440	0.9849086126865968	5	5	4	3	2	False	31029	fragment	False	ISR0146_000000011327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	4.0	2.1077397891248495e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0038_000000009301	3233	0.9849081427315594	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.8748170993395825		0	0	False	False	0.9993813633918762	0					non-mobilizable	other	3233.0	97.21600000000001	100.0	0.012397962315104646	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0090_000000012122	3397	0.9849030531354468	6	1	1	1	1	False	43516	fragment	False	FIJ0090_000000012122	1.0		0	0	False	False	0.9997056126594543	0					non-mobilizable	no_good_hit								True	False
ISR0224_000000014344	2114	0.984898860781053	3	3	3	2	2	False	62405	fragment	False	ENG0070_000000011574	0.9474503965074459		0	0	False	False	0.999053955078125	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000004156	6970	0.9848972835801262	7	3	0	1	3	False	130596	backbone	True	ISR0148_000000004156	1.0	PS1004|PS1005|PS1006|PS1103|PS1104|PS1106|PS879|PS961	14	4	True	True	1.0	1					non-mobilizable	no_good_hit	3086.0	98.185	59.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0140_000000005139	3019	0.9848856752190712	2	2	0	2	1	True	87068	backbone	False	ISR0124_000000004966	0.8972355969220337	PS448	0	0	False	True	1.0	0					non-mobilizable	plasmid	1646.0	99.575	100.0	0.5121419676214197	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
DEN0011_000000015382	2792	0.9848840964078124	4	2	2	2	2	False	124327	fragment	False	DEN0011_000000015382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0024_000000015824	2175	0.9848840964078124	3	2	2	2	2	False	124314	fragment	False	MON0033_000000028270	0.9593745799312781		0	0	False	False	0.9788506031036377	0					non-mobilizable	no_good_hit	41.0	100.0	2.0	7.684711650407098e-06	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
AST0014_000000007834	2131	0.9848840964078124	4	2	2	2	2	False	124314	fragment	False	MON0033_000000028270	0.9516026614682757		0	0	False	False	0.9934303164482117	0					non-mobilizable	no_good_hit								True	False
AST0087_000000017482	2115	0.9848840964078124	2	2	2	2	2	False	124314	fragment	False	MON0033_000000028270	0.9553898013322281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0336_000000001142	7844	0.984883126816802	10	8	5	7	5	True	124124	fragment	False	SPA0131_000000002312	0.6433641617291891		0	0	False	False	0.9949005842208862	0					non-mobilizable	other	7672.0	97.79700000000001	98.0	0.0021552341923731294	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0062_000000009253	3558	0.9848810103364496	5	3	3	3	2	False	87855	fragment	False	ISR0224_000000007967	0.9859589478907523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	72.699	9.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
AST0059_000000000123	51274	0.9848776460581252	52	24	11	19	7	True	132147	fragment	False	ISR0104_000000000158	0.2586533116923009		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2808.0	98.825	8.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0003_000000002221	9408	0.9848752527336144	11	6	5	6	4	True	128661	fragment	False	AST0106_000000001749	0.9513295807453416		0	0	False	False	0.9994685649871826	0					non-mobilizable	no_good_hit	861.0	85.01700000000001	32.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0169_000000002583	7849	0.984873873284566	7	5	4	5	3	True	125315	fragment	False	ENG0169_000000002583	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	85.134	31.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0058_000000010594	4016	0.9848727789414472	4	4	4	4	3	False	14178	maximal	True	MON0058_000000010594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	92.12200000000001	38.0	0.0006106642776534717	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
ISR0323_000000003588	4727	0.9848723344517142	7	7	2	4	7	True	24996	maximal	True	ISR0323_000000003588	1.0		1	1	False	False	1.0	0	rep_cluster_1567,rep_cluster_731				non-mobilizable	no_good_hit	1762.0	95.516	75.0	0.029439361951677224	CP016802.1	firmicutes	Lactobacillus brevis strain TMW 1.2112 plasmid pl12112-5, complete sequence	True	True
ENG0126_000000002497	8931	0.9848686962016528	11	7	6	5	3	False	82032	maximal	True	ENG0126_000000002497	1.0		1	1	False	False	0.9989922642707825	0					non-mobilizable	no_good_hit	1695.0	87.611	19.0	0.8274509803921568	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0032_01_000000010180	2287	0.984865796998889	3	2	2	2	2	False	8812	maximal	False	MON0104_000000019570	0.9568965517241379		0	0	False	False	0.9960647225379944	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	4.887437990630494e-05	NZ_VDMA02000001.1	high GC Gram+	Microbispora catharanthi strain CR1-09 NODE_1_length_695661_cov_37.108803, whole genome shotgun sequence	True	False
ISR0284_000000000575	10725	0.9848623353609156	11	10	5	4	9	False	26096	maximal	True	ISR0284_000000000575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5113.0	92.235	74.0	0.0006696143341548703	CP050202.1	enterobacteria	Escherichia coli strain RH-045-CS chromosome	True	False
CHI0147_000000009291	2078	0.9848616651234688	3	3	3	2	1	False	98837	maximal	True	CHI0147_000000009291	1.0		70	9	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	75.385	54.0	0.00016458000771206208	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
ISR0126_000000006154	7834	0.9848614898369542	17	4	2	3	2	True	32009	fragment	False	ISR0126_000000006154	1.0		0	0	False	False	0.9959152340888977	0					non-mobilizable	no_good_hit	53.0	90.566	1.0	0.003723840023832576	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
ISR0045_000000004088	5846	0.98486044656015	5	3	2	3	0	True	67823	maximal	True	ISR0045_000000004088	0.9512260703620128		1	1	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
ENG0004_000000004629	5695	0.98486044656015	6	3	2	3	0	True	67823	maximal	False	ISR0045_000000004088	0.9405342724540295		0	0	True	True	0.9989464282989502	16					non-mobilizable	no_good_hit								True	True
ISR0258_000000017923	1552	0.9848510792172558	3	3	2	2	3	True	63736	fragment	False	ISR0274_000000004797	0.9772637535690004		0	0	False	False	0.998711347579956	0					non-mobilizable	plasmid	1552.0	99.35600000000001	100.0	0.017804256491493906	CP018946.1	enterobacteria	Escherichia coli strain Ecol_224 plasmid pEC224_2, complete sequence	False	True
AST0014_000000006670	2585	0.9848509287414082	4	2	2	2	2	False	124469	maximal	True	AST0014_000000006670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0794_000000008849	2249	0.9848500602497916	3	3	3	2	2	False	82138	maximal	True	ISR0794_000000008849	1.0		76	9	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	77.126	56.0	0.00024153256856973256	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
CHI0132_000000014797	2085	0.9848500602497916	3	3	3	2	2	False	82137	fragment	False	CHI0132_000000014797	1.0		0	0	False	False	0.9985611438751221	0					non-mobilizable	no_good_hit	1007.0	97.219	56.0	0.00016833594231733	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0097_000000014772	2016	0.9848500602497916	3	3	3	2	2	False	98836	fragment	False	ISR0097_000000014772	0.9989832231825114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	97.471	59.0	0.00013390528404658378	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
SPA0118_000000013745	1967	0.9848500602497916	3	3	3	2	2	False	98836	fragment	False	ISR0097_000000014772	0.9868551587301587		0	0	False	False	0.9969496726989746	0					non-mobilizable	no_good_hit	916.0	97.598	59.0	0.00012924402415888625	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
USA0117_01_000000003882	6799	0.9848484646841924	13	6	5	5	5	True	104882	maximal	True	USA0117_01_000000003882	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1739.0	93.73200000000001	53.0	0.13965308592174264	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0011_000000009761	1438	0.9848473791138584	4	2	2	2	2	False	19711	fragment	False	MAD0011_000000009761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0080_000000004241	6549	0.9848447312568982	13	7	4	4	6	False	103993	maximal	True	ISR0080_000000004241	1.0		2	1	False	False	0.9977095723152161	0					non-mobilizable	no_good_hit	1565.0	97.955	66.0	0.0003473864941284131	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0022_000000006375	2682	0.9848380856052046	4	4	4	2	1	False	66316	fragment	False	ENG0022_000000006375	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	99.704	92.0	0.00031843385529996526	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0012_000000003134	1999	0.9848378661551899	3	3	3	2	2	False	75450	maximal	False	MAD0062_000000006763	0.9890664206488267		0	0	False	False	1.0	0					non-mobilizable	chromosome	1999.0	100.0	100.0	0.0003881562229718546	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
MAD0102_000000009718	1998	0.9848378661551899	3	3	3	2	2	False	75450	maximal	False	MAD0062_000000006763	0.9872132965555593		0	0	False	False	0.9984984993934631	0					non-mobilizable	chromosome	1998.0	99.65	100.0	0.0004046906011671788	CP041520.1	enterobacteria	Escherichia coli strain 3057 chromosome	False	False
MAD0104_000000007748	1470	0.9848354084192382	2	1	1	1	1	False	14880	fragment	False	MAD0104_000000007748	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1470.0	100.0	100.0	0.00030108264728915965	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
MAD0050_000000003598	5805	0.9848314822185332	8	6	2	2	4	True	17423	maximal	True	MAD0050_000000003598	1.0		1	1	True	True	1.0	28					non-mobilizable	plasmid	4353.0	88.85799999999999	99.0	0.7040169133192389	CP056714.1	enterobacteria	Enterobacter asburiae strain RHBSTW-00542 plasmid pRHBSTW-00542_4, complete sequence	False	True
ISR0359_000000011399	2304	0.9848253623478432	5	2	2	1	1	False	29542	fragment	False	ISR0359_000000011399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	95.876	8.0	0.003211261043909419	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
ISR0182_000000020864	1895	0.9848253623478432	3	2	2	1	1	False	29541	fragment	False	ISR0182_000000020864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0121_000000001346	15465	0.9848228233235264	17	7	4	6	6	True	101342	maximal	False	FIJ0092_000000001114	0.9716556143173151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	15.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0039_000000003254	4476	0.9848210122268048	7	4	2	2	3	False	102742	fragment	False	DEN0039_000000003254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3239.0	98.086	72.0	0.0007183170856849666	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0140_000000001392	19148	0.9848151615697542	33	12	6	10	9	False	80307	maximal	True	CHI0140_000000001392	1.0		1	1	False	False	0.9994255304336548	0					non-mobilizable	no_good_hit	195.0	75.89699999999999	1.0	4.6101969833381204e-05	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	False
ISR0004_000000003643	4494	0.9848114495614254	3	2	1	2	1	False	48801	maximal	True	ISR0004_000000003643	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	91.50299999999999	3.0	4.2224640118833e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0083_000000016320	2177	0.9848072667009417	4	2	2	2	2	False	106519	fragment	False	FIJ0083_000000016320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	90.868	61.0	0.033265224758297615	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0054_000000007742	3237	0.98480655687762	3	2	0	2	1	True	53177	maximal	False	FIJ0009_000000011455	0.9866925837320574		0	0	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
MAD0068_000000020676	1394	0.9848050705854904	1	1	1	1	1	False	27716	fragment	False	MAD0054_000000011788	0.9573493775094385		0	0	False	False	0.9928264021873474	0					non-mobilizable	no_good_hit	181.0	88.95	13.0	0.06988817891373802	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0068_000000002730	4863	0.9847996241148524	9	6	2	4	5	False	57823	maximal	True	SPA0068_000000002730	1.0	PS252	1	1	True	True	0.9995887279510498	13					non-mobilizable	plasmid	2341.0	83.853	90.0	0.4711165543988569	CP056247.1	enterobacteria	Citrobacter freundii strain RHBSTW-00915 plasmid pRHBSTW-00915_3, complete sequence	False	True
MAD0100_000000014209	2601	0.9847957511681475	5	3	1	3	2	False	18602	fragment	False	MAD0100_000000014209	1.0		0	0	False	False	0.9953863620758057	0					non-mobilizable	no_good_hit								True	False
SPA0032_000000008151	3237	0.9847954638888526	5	4	4	4	4	False	107150	fragment	False	CHI0098_000000002520	0.7778564136095232		0	0	False	False	0.9996910691261292	0					non-mobilizable	other	1914.0	98.589	100.0	0.01712684429164876	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AUS0024_000000013900	2351	0.98479131762603	4	4	2	4	2	False	98907	fragment	False	AUS0024_000000013900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000021357	1534	0.9847842848054398	2	2	2	2	1	False	55376	maximal	True	ENG0179_000000021357	1.0		1	1	False	False	0.9732725024223328	0					non-mobilizable	no_good_hit	687.0	73.945	44.0	0.00022127625436182185	NZ_CP015910.2	bacteria	Brachyspira hyodysenteriae ATCC 27164 strain B-78 chromosome, complete genome	True	False
ISR0063_000000001015	15577	0.9847833796844352	16	6	4	6	4	False	107310	maximal	True	ISR0063_000000001015	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	81.64399999999999	3.0	0.0038668692169589835	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
ITA0005_000000005013	3554	0.9847772831579059	4	4	4	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.5522011190242198		0	0	False	False	1.0	0					non-mobilizable	chromosome	3554.0	99.494	100.0	0.0006953044153493783	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
AUS0002_000000025268	1485	0.98477316929166	2	2	2	2	2	False	102812	fragment	False	SPA0001_000000022341	0.9948983532177595		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	99.461	100.0	0.0006517771027717217	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0799_000000003410	4115	0.9847671848620272	4	4	4	3	3	False	125036	fragment	False	ISR0806_000000002243	0.5027601260924804		0	0	False	False	1.0	0					non-mobilizable	other	4115.0	99.052	100.0	0.014874431452516794	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0150_000000005903	3865	0.9847632813570348	4	3	2	3	1	False	88517	maximal	True	FIJ0150_000000005903	1.0		3	1	False	False	0.9968951940536499	0					non-mobilizable	no_good_hit	892.0	86.09899999999999	23.0	0.0002853019541742942	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0098_000000012723	3414	0.9847573477079526	3	2	1	2	2	True	90284	fragment	False	FIJ0063_000000007544	0.7198069824563644		0	0	False	False	0.9991212487220764	0	IncFIB				non-mobilizable	plasmid	3379.0	99.34899999999999	100.0	0.017728747021591492	AP022113.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-W18-ESBL-06_1 DNA, complete genome, strain: WP5-W18-ESBL-06	False	True
DEN0038_000000003361	1375	0.9847557342764782	4	3	2	3	2	True	73342	fragment	False	DEN0038_000000003361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0335_000000007197	2483	0.9847548176673896	5	3	3	3	1	False	96412	maximal	True	ISR0335_000000007197	1.0		3	2	False	False	0.9991945028305054	0					non-mobilizable	no_good_hit	1868.0	99.89299999999999	75.0	0.018631247006227047	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0821_000000005383	4978	0.9847518573857702	8	3	2	3	2	False	76515	fragment	False	ISR0821_000000005383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000017346	2037	0.9847509280124942	3	2	1	2	1	False	116	fragment	False	USA0130_01_000000017346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	80.484	28.0	0.00013083793420280468	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0100_000000029008	1582	0.9847509280124942	2	2	1	2	1	False	46729	fragment	False	MON0100_000000029008	1.0		0	0	False	False	0.999367892742157	0					non-mobilizable	no_good_hit	579.0	80.138	37.0	0.00013083793420280468	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0294_000000005772	3312	0.9847396357282474	6	1	1	1	1	True	25775	maximal	True	ISR0294_000000005772	1.0		1	1	True	True	1.0	76					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.455226459160919e-06	NC_013235.1	high GC Gram+	Nakamurella multipartita DSM 44233, complete sequence	True	True
ISR0017_000000029260	1105	0.9847396357282474	1	1	1	1	1	True	37824	fragment	False	ISR0017_000000029260	1.0		0	0	False	False	0.9936651587486267	0					non-mobilizable	no_good_hit								True	True
ISR0848_000000007997	2172	0.9847386538418076	3	3	3	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.6299117843623154		0	0	False	False	1.0	0					non-mobilizable	chromosome	1781.0	95.95700000000001	97.0	0.000402502165230872	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0095_000000001153	14114	0.9847359169058774	26	7	4	4	5	True	59167	fragment	False	ISR0095_000000001153	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0083_000000004072	3627	0.9847311204799896	4	2	1	2	1	False	36917	fragment	False	SPA0083_000000004072	0.9924562462281231		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	92.994	36.0	0.001363072246315173	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0072_000000008170	3314	0.9847311204799896	3	2	1	2	1	False	36917	fragment	False	SPA0083_000000004072	0.9499586435070306		0	0	False	False	0.9957755208015442	0					non-mobilizable	no_good_hit	785.0	93.12100000000001	36.0	0.001363072246315173	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
USA0031_01_000000007703	3897	0.9847294850858744	5	4	3	4	2	False	117933	fragment	False	USA0031_01_000000007703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	73.516	6.0	0.00044534901627813086	NZ_CYXL01000004.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ISR0362_000000005016	4562	0.984720688533254	5	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9973408449074013	PS1154|PS695	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
FIJ0112_000000009391	2844	0.984718568721935	3	2	2	2	2	False	48989	maximal	True	FIJ0112_000000009391	1.0		13	4	False	False	0.99964839220047	0					non-mobilizable	no_good_hit	899.0	75.417	31.0	0.01837530291855442	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
MON0092_000000040110	1392	0.9847182000421542	2	2	2	2	1	False	11378	fragment	False	MON0092_000000040110	1.0		0	0	False	False	0.9475574493408203	0					non-mobilizable	no_good_hit								True	False
FIJ0033_000000027585	1400	0.9847171440460899	2	1	1	1	1	True	66883	fragment	False	FIJ0033_000000027585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	98.759	70.0	0.08418214499700419	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	True	True
ENG0014_000000021048	1104	0.9847171440460899	2	1	1	1	1	True	66882	fragment	False	ENG0014_000000021048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	98.759	81.0	0.08418214499700419	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	True	True
AUS0016_000000010314	2680	0.984709270429378	4	3	3	2	2	False	116231	fragment	False	AUS0016_000000010314	1.0		0	0	False	False	0.995895504951477	0					non-mobilizable	chromosome	1964.0	94.705	90.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0057_01_000000013925	2290	0.984709270429378	4	3	3	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.7295108342912068		0	0	False	False	0.9895196557044983	0					non-mobilizable	chromosome	1964.0	94.705	99.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AUS0006_000000011907	2098	0.984709270429378	3	3	3	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5933357110571706		0	0	False	False	0.9933269619941711	0					non-mobilizable	chromosome	1902.0	94.742	99.0	0.0004298786475203242	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0206_000000009242	2765	0.984706603731802	3	2	2	1	1	False	53961	maximal	True	ENG0206_000000009242	1.0		2	2	False	False	0.9974683523178101	0					non-mobilizable	no_good_hit	159.0	99.37100000000001	6.0	9.514169187218978e-05	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
CHI0137_000000000913	10758	0.9847058370593494	11	10	6	7	10	False	86527	maximal	True	CHI0137_000000000913	1.0		4	3	False	False	1.0	0					non-mobilizable	plasmid	6080.0	98.50299999999999	98.0	0.12181030332209918	NZ_CP011405.1	firmicutes	Lactobacillus salivarius str. Ren plasmid pR2, complete sequence	False	True
ISR0395_000000000946	27472	0.98469915353964	40	20	11	19	13	True	22741	maximal	True	ISR0395_000000000946	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	78.351	0.0	5.619668113278007e-05	CP008713.1	firmicutes	Candidatus Arthromitus sp. SFB-mouse-NL, complete genome	True	True
FIJ0012_000000001327	14223	0.984695385516	15	12	7	10	11	True	98227	maximal	True	FIJ0012_000000001327	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	13607.0	96.641	97.0	0.38524590163934425	LT985310.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pII	False	True
MAD0101_000000008885	3127	0.9846952219501	3	3	1	1	3	True	15115	fragment	False	MAD0101_000000008885	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1722.0	99.303	100.0	0.3379147849990183	CP011432.1	enterobacteria	Salmonella enterica subsp. enterica strain YU39 plasmid pYU39_5.1, complete sequence	False	True
FIJ0114_000000004573	7373	0.9846907652799428	7	5	3	3	4	True	65003	fragment	False	FIJ0114_000000004573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2252.0	84.103	33.0	0.24927600801960348	LN852800.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0110	True	True
SPA0126_000000012602	3186	0.9846904557205164	5	3	1	2	3	False	31996	fragment	False	ISR0126_000000014826	0.9589766878595216		0	0	False	False	0.9987444877624512	0					non-mobilizable	no_good_hit	108.0	78.704	3.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
SPA0085_000000003655	3825	0.9846827574778424	5	4	4	4	2	False	116222	fragment	False	SPA0085_000000003655	1.0		0	0	False	False	0.9986928105354309	0					non-mobilizable	no_good_hit	1969.0	94.71799999999999	87.0	0.00044481127422366177	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0038_000000010908	2174	0.984682005447486	3	2	2	1	2	False	65085	maximal	True	ENG0038_000000010908	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	91.149	26.0	0.0034013385913165828	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
USA0034_01_000000012150	4659	0.9846816014674894	6	4	1	3	3	False	1477	maximal	True	USA0034_01_000000012150	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	94.595	2.0	2.1677821210363084e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0162_000000002814	8701	0.9846812367722482	15	13	6	9	12	True	98332	maximal	True	FIJ0162_000000002814	1.0		1	1	False	False	0.9995402693748474	0	IncFIA				non-mobilizable	no_good_hit	4478.0	99.62	79.0	0.0006348456376448007	CP050218.1	enterobacteria	Escherichia coli strain RM-096-MS chromosome	True	True
FIJ0060_000000001049	12346	0.9846808818656372	13	8	6	6	7	False	52659	maximal	True	FIJ0060_000000001049	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1463.0	91.729	25.0	0.0005897677315564462	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
FIJ0009_000000011696	3171	0.9846801488818336	5	1	1	1	1	False	51284	maximal	True	FIJ0009_000000011696	1.0		0	0	False	False	0.9750867486000061	0					non-mobilizable	no_good_hit	885.0	98.19200000000001	45.0	0.00020623886566757468	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0136_000000013800	2912	0.9846690007865184	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.81418750763492		0	0	False	False	0.9979395866394043	0					non-mobilizable	other	2912.0	96.84100000000001	100.0	0.011166605290615602	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0185_000000006051	5041	0.9846667202455645	6	3	2	3	2	True	49363	maximal	True	ISR0185_000000006051	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0084_000000002433	9475	0.9846663617730288	12	5	5	5	4	False	107022	maximal	True	ENG0084_000000002433	1.0		1	1	False	False	0.9978891611099243	0					non-mobilizable	no_good_hit	4788.0	94.82	57.0	0.04860680169686365	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
FIJ0114_000000018162	2158	0.9846662529136304	5	2	1	2	1	False	71777	fragment	False	FIJ0114_000000018162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0102_01_000000004337	3261	0.984658455018768	3	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.39758224015602134		0	0	False	False	0.9987733960151672	0					non-mobilizable	chromosome	3238.0	99.66	99.0	0.0006334647882031909	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
FIJ0052_000000002079	11711	0.9846575234771684	17	3	2	2	2	False	46504	maximal	True	FIJ0052_000000002079	1.0		5	1	False	False	0.9998292326927185	0					non-mobilizable	no_good_hit	341.0	81.818	3.0	0.002713715132384204	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0043_000000001566	12224	0.9846566837057396	15	4	3	4	3	False	87563	maximal	True	ISR0043_000000001566	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	1.0	1.8471749795475446e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0068_000000021650	1336	0.9846531162181774	3	3	3	1	1	False	16430	maximal	True	MAD0068_000000021650	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000031271	1334	0.9846531162181774	3	3	3	1	1	False	16430	maximal	False	MAD0068_000000021650	0.999251497005988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0253_000000000040	74720	0.9846496625551246	121	28	14	22	15	False	26945	maximal	True	ISR0253_000000000040	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	709.0	97.743	1.0	0.998589562764457	GQ880384.1		Uncultured organism clone VC1CH24TF genomic sequence	True	True
FIJ0005_000000002894	8762	0.9846481788049029	18	6	4	3	3	False	51931	maximal	True	FIJ0005_000000002894	1.0		1	1	False	False	0.9998858571052551	0					non-mobilizable	no_good_hit	213.0	84.977	2.0	0.0016910391032661212	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0034_000000015249	1805	0.9846466655710246	2	1	1	1	1	False	48127	maximal	True	FIJ0034_000000015249	1.0		1	1	False	False	0.9861496090888977	0					non-mobilizable	no_good_hit	600.0	73.5	33.0	0.032609905397885365	NZ_JNJN01000054.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	False
FIJ0026_000000025017	1307	0.9846466655710246	2	1	1	1	1	False	49047	maximal	True	FIJ0026_000000025017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	73.993	45.0	0.032387312186978295	NZ_JNJN01000054.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	False
ISR0179_000000003709	6979	0.9846441681398044	12	7	7	3	4	False	29688	maximal	True	ISR0179_000000003709	1.0		2	1	False	False	0.99985671043396	0					non-mobilizable	no_good_hit	570.0	73.158	8.0	0.0057834995317629385	NZ_FNRK01000012.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	True	False
ISR0776_000000007529	3348	0.9846424686015616	4	4	3	4	3	False	95720	fragment	False	SPA0047_000000012177	0.9655327296320267		0	0	False	False	0.9997013211250305	0					non-mobilizable	chromosome	3362.0	97.85799999999999	100.0	0.0008405697607663186	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0027_000000001261	17140	0.9846414675289688	17	8	7	7	7	True	27505	maximal	True	SPA0027_000000001261	1.0		3	1	False	False	0.9999416470527649	0					non-mobilizable	no_good_hit	3346.0	93.963	23.0	0.12987367436057393	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
FIJ0083_000000005560	5786	0.9846413233641425	7	3	2	3	2	False	52658	fragment	False	FIJ0083_000000005560	0.9825567101390932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	93.796	15.0	0.00010861106019967664	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
AST0150_000000010198	2729	0.9846404033050165	4	1	1	1	1	True	104164	maximal	True	AST0150_000000010198	1.0		0	0	False	False	0.9996335506439209	0					non-mobilizable	no_good_hit	1519.0	95.194	87.0	0.45432764300688827	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0356_000000008374	2274	0.9846404033050165	2	1	1	1	1	True	36172	maximal	True	ISR0356_000000008374	0.9864244318690898		3	1	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
ISR0046_000000015248	2188	0.9846404033050165	2	1	1	1	1	True	36172	maximal	False	ISR0356_000000008374	0.9708815731349754		0	0	True	True	0.9995429515838623	21					non-mobilizable	no_good_hit								True	True
ENG0049_000000009300	2063	0.9846404033050165	2	1	1	1	1	True	64185	fragment	False	ENG0049_000000009300	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0821_000000014832	2054	0.9846404033050165	2	1	1	1	1	True	36172	maximal	False	ISR0356_000000008374	0.6479280926264473		0	0	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
USA0035_01_000000019003	1366	0.9846404033050165	2	1	1	1	1	True	1404	fragment	False	USA0035_01_000000019003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0007098538226942896	NZ_JFBD01000040.1	firmicutes	Virgibacillus alimentarius strain J18T KHU-J18_contig_40, whole genome shotgun sequence	True	True
ISR0335_000000017835	1128	0.9846404033050165	1	1	1	1	1	True	24474	fragment	False	ISR0335_000000017835	1.0		0	0	False	False	0.9991135001182556	0					non-mobilizable	plasmid	1153.0	76.843	100.0	0.4264816204051013	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
FIJ0172_000000001169	18178	0.9846386685728103	23	16	11	16	12	True	108323	fragment	False	ISR0161_000000001125	0.8458694536270811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2121.0	93.494	12.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0140_000000006639	4110	0.9846340156103496	6	6	6	5	5	False	113192	fragment	False	CHI0039_000000002985	0.6283815132749832		0	0	False	False	0.9941605925559998	0					non-mobilizable	chromosome	4061.0	99.75399999999999	99.0	0.0008517882202724338	CP058083.1	enterobacteria	Escherichia coli strain RHB01-C21 chromosome, complete genome	False	False
ENG0022_000000008722	1745	0.9846316972626776	3	3	3	2	1	False	98835	fragment	False	ENG0022_000000008722	1.0		0	0	False	False	0.996561586856842	0					non-mobilizable	no_good_hit	930.0	75.59100000000001	57.0	0.00019049874099340755	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ISR0384_000000005657	2795	0.984628762769866	2	2	2	2	1	False	90607	fragment	False	ISR0384_000000005657	1.0		0	0	False	False	0.9903398752212524	0					non-mobilizable	other	2796.0	98.999	100.0	0.019763600738482434	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0122_000000011799	2395	0.984628762769866	2	2	2	2	1	False	90606	fragment	False	ENG0122_000000011799	0.9822360886583436		0	0	False	False	1.0	0					non-mobilizable	other	2396.0	98.87299999999999	100.0	0.01693416613025302	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0228_000000013157	2036	0.984628762769866	2	2	2	2	1	False	90596	fragment	False	ISR0228_000000013157	0.9410964773967232		0	0	False	False	0.9995088577270508	0					non-mobilizable	other	2037.0	98.92	100.0	0.014394748569367127	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0115_000000014238	1914	0.984628762769866	2	2	2	2	1	False	90596	fragment	False	ISR0228_000000013157	0.23205945701264774		0	0	False	False	0.9932079315185547	0					non-mobilizable	other	1877.0	98.66799999999999	98.0	0.013262974726075362	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0133_000000013037	1884	0.984628762769866	2	2	2	2	1	False	90603	fragment	False	ENG0030_000000009824	0.9732543067760705		0	0	False	False	0.9861995577812195	0					non-mobilizable	other	1884.0	99.098	100.0	0.013319563418239951	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0005_000000000869	11991	0.9846230094355374	13	9	6	8	6	False	93048	maximal	True	ISR0005_000000000869	1.0		1	1	False	False	0.999332845211029	0					non-mobilizable	no_good_hit	831.0	85.921	7.0	0.01563092799150163	NZ_LMUA01000022.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00022, whole genome shotgun sequence	True	False
DEN0024_000000000522	6136	0.9846218654841056	6	4	3	4	2	True	129704	fragment	False	DEN0024_000000000522	1.0		0	0	False	True	0.9975554347038269	0					non-mobilizable	no_good_hit	1758.0	98.635	29.0	0.0071699808092768776	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0010_000000017053	1750	0.9846204489659496	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8279142061159093		0	0	False	False	1.0	0					non-mobilizable	other	1777.0	78.222	100.0	0.02447289156626506	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0152_000000003869	6547	0.9846178615507784	8	8	5	7	7	True	127100	maximal	True	ISR0152_000000003869	1.0		1	1	False	False	0.9824346899986267	0					non-mobilizable	plasmid	2685.0	99.926	98.0	0.013723424925093824	CP024976.1	enterobacteria	Escherichia coli strain CV839-15 plasmid pCV839-15-p2, complete sequence	False	True
SPA0106_000000001659	18003	0.9846157707077859	23	6	4	6	4	True	4762	maximal	True	SPA0106_000000001659	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	0.0	8.909222575427705e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
FIJ0026_000000018655	1746	0.9846157256147844	2	1	1	1	1	False	49081	fragment	False	FIJ0026_000000018655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1406.0	95.73299999999999	81.0	0.022237025758152517	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0044_000000019053	1172	0.9846157256147844	2	1	1	1	1	False	47087	fragment	False	FIJ0044_000000019053	1.0		0	0	False	False	0.9897611141204834	0					non-mobilizable	no_good_hit	740.0	88.243	76.0	0.0004974963395594529	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
MAD0032_000000000033	60372	0.984614894778945	90	32	16	22	18	True	52609	maximal	True	MAD0032_000000000033	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	6729.0	90.221	38.0	0.11895225605217453	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0077_000000006660	4292	0.9846142521750211	5	1	1	1	1	False	10973	fragment	False	SPA0077_000000006660	1.0		0	0	False	False	0.999767005443573	0					non-mobilizable	no_good_hit	338.0	73.964	8.0	0.0009648918856079981	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ENG0019_000000001614	12911	0.9846124519635236	12	9	5	6	8	True	128771	backbone	False	ENG0095_000000001601	0.9703430070572626	PS1052|PS1054	0	0	True	True	1.0	86	IncW	MOBF			mobilizable	no_good_hit	9612.0	99.78200000000001	79.0	0.004023502014895678	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ENG0052_000000010029	2946	0.984611749690844	4	3	3	3	2	True	94991	fragment	False	ENG0052_000000010029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	90.956	36.0	0.0002840240191323792	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0191_000000002842	3305	0.9846092388793368	4	4	2	2	3	True	29156	maximal	True	ISR0191_000000002842	1.0		1	1	True	True	0.9993948340415955	4	rep_cluster_2146				non-mobilizable	plasmid	2378.0	88.352	100.0	0.7042127278159546	NZ_AP022825.1	firmicutes	Enterococcus saigonensis strain VE80 plasmid pVE80-3, complete sequence	False	True
CHI0058_000000003029	5328	0.9846081993355644	7	2	2	2	1	True	116844	maximal	True	CHI0058_000000003029	1.0	PS774|PS784	1	1	True	True	0.9973723888397217	1					non-mobilizable	no_good_hit	2558.0	98.984	84.0	0.5624725032996041	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
ISR0157_000000005836	4832	0.9846081993355644	7	2	2	2	1	True	116378	backbone	False	ENG0136_000000002709	0.9605580532525586	PS774	0	0	True	True	0.9997930526733398	18					non-mobilizable	plasmid	2550.0	98.667	96.0	0.5607127144742631	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
FIJ0169_000000002964	7045	0.984604827121997	7	5	5	4	4	False	42865	fragment	False	FIJ0169_000000002964	1.0		0	0	False	False	0.9995741844177246	0					non-mobilizable	no_good_hit	162.0	82.71600000000001	2.0	4.993080790891357e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
CHI0020_000000001986	4318	0.9846044446672116	8	5	3	4	4	True	104881	fragment	False	ISR0347_000000004736	0.9723400058509932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1656.0	97.101	70.0	0.13336022589753932	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0055_01_000000009981	2747	0.984604424628602	4	3	3	3	3	False	104005	fragment	False	ENG0109_000000008570	0.9651887772774506		0	0	False	False	0.9996359944343567	0					non-mobilizable	no_good_hit	720.0	80.556	39.0	0.0001577010299432054	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0041_000000027997	1339	0.9846032933371008	2	2	2	1	1	True	18215	maximal	True	MAD0041_000000027997	1.0		0	0	False	False	0.9925317168235779	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
FIJ0166_000000000695	30721	0.9846021729596279	31	19	15	19	12	True	51376	maximal	True	FIJ0166_000000000695	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	84.04299999999999	0.0	4.286082995338419e-05	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	True	True
FIJ0028_000000000876	26283	0.9846013461994098	20	16	11	12	14	False	116249	fragment	False	FIJ0028_000000000876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12839.0	99.81299999999999	65.0	0.002047150151080574	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MAD0110_000000000271	41875	0.984601303357744	44	25	18	23	11	True	53281	fragment	False	MAD0110_000000000271	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ENG0207_000000001506	10009	0.9846001425999152	14	8	5	6	6	True	124133	fragment	False	ENG0207_000000001506	0.9669781931464174		0	0	False	False	0.9990009069442749	0					non-mobilizable	other	9854.0	98.12299999999999	99.0	0.0027687269869944024	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0128_000000003296	7053	0.9846001017457552	8	8	4	4	7	True	127283	backbone	False	ISR0197_000000003016	0.9958351624474243	PS1001|PS756|PS757|PS758|PS996	0	0	True	True	1.0	19	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4504.0	99.756	69.0	0.9189465087790936	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
AST0028_000000002510	7022	0.9846001017457552	9	8	4	4	7	True	127283	backbone	False	ISR0197_000000003016	0.9976795043571076	PS1001|PS756|PS757|PS758|PS996	0	0	True	True	1.0	1009	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	2909.0	99.82799999999999	70.0	0.5935075541037158	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ISR0197_000000003016	7002	0.9846001017457552	8	8	4	4	7	True	127283	backbone	True	ISR0197_000000003016	0.9978856183322797	PS1001|PS756|PS757|PS758|PS996	2	1	True	True	1.0	33	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4139.0	99.831	70.0	0.8446304614128216	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ENG0195_000000002880	6983	0.9846001017457552	8	8	4	4	7	True	127283	backbone	False	ISR0197_000000003016	0.9978795553381814	PS1001|PS756|PS757|PS758|PS996	0	0	True	True	0.9972791075706482	16	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	2942.0	99.796	70.0	0.6002859477124183	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	True	True
ISR0130_000000002428	10159	0.9845958440769192	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.6277819667984221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.09700000000001	12.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0107_000000038638	1575	0.9845931521750804	3	2	2	2	2	False	8578	maximal	True	MON0107_000000038638	1.0		0	0	False	False	0.9733333587646484	0					non-mobilizable	no_good_hit								True	False
ISR0059_000000003132	4976	0.9845922684800124	7	5	2	2	5	False	127640	backbone	False	CHI0066_000000002654	0.9027360003419179	PS1015|PS542	0	0	True	True	0.9957797527313232	2	Col156	MOBQ			mobilizable	plasmid	3588.0	99.833	100.0	0.6965222459685253	CP057497.1	enterobacteria	Escherichia coli strain RHB24-C10 plasmid pRHB24-C10_5, complete sequence	False	True
MON0073_000000001217	5084	0.9845917689647884	9	6	3	3	3	True	123814	backbone	False	CHI0167_000000003333	0.9811366123168077	PS607|PS904	0	0	True	True	1.0	1613		MOBP			mobilizable	plasmid	3864.0	98.447	100.0	0.7736418511066399	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0019_000000003017	5079	0.9845917689647884	9	6	3	3	3	True	123814	backbone	False	CHI0167_000000003333	0.9815566790665163	PS607|PS904	0	0	True	True	1.0	41		MOBP			mobilizable	plasmid	3965.0	99.294	100.0	0.7955734406438632	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0104_000000006701	5063	0.9845917689647884	9	6	3	3	3	True	123814	backbone	False	CHI0167_000000003333	0.9821789141839373	PS607|PS904	0	0	True	True	1.0	2618		MOBP			mobilizable	plasmid	3654.0	98.303	100.0	0.7313883299798792	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CHI0029_000000002303	5041	0.9845917689647884	9	6	3	3	3	True	123814	backbone	False	CHI0167_000000003333	0.9832862833322059	PS607|PS904	0	0	True	True	1.0	3828		MOBP			mobilizable	plasmid	3685.0	98.507	100.0	0.7382293762575453	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0347_000000003599	5037	0.9845917689647884	9	6	3	3	3	True	123814	backbone	False	CHI0167_000000003333	0.9827316048190713	PS607|PS904	0	0	True	True	1.0	469		MOBP			mobilizable	plasmid	3789.0	99.57799999999999	100.0	0.7603621730382294	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
MON0091_000000002522	5007	0.9845917689647884	9	6	3	3	3	True	123814	backbone	False	CHI0167_000000003333	0.9714003133123756	PS607|PS904	0	0	True	True	1.0	1184		MOBP			mobilizable	plasmid	3861.0	98.55	100.0	0.7736418511066399	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
FIJ0032_000000001888	16999	0.984591491558078	27	15	11	14	12	True	125417	fragment	False	SPA0098_000000001538	0.6333072664660448		0	0	False	False	1.0	0					non-mobilizable	other	16999.0	99.223	100.0	0.004851168424621799	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0044_01_000000016130	1715	0.9845880394157756	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.7531682738379061		0	0	False	False	0.9953352808952332	0					non-mobilizable	other	1696.0	99.587	99.0	0.006502025409685141	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0107_000000001369	16024	0.9845827602891274	17	17	10	13	16	True	98735	fragment	False	MON0033_000000003219	0.63042071197411		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	16033.0	98.94	100.0	0.48638640157838825	CP029061.1	enterobacteria	Escherichia coli strain FORC_081 plasmid pFORC_081_4, complete sequence	False	True
ISR0067_000000003877	6396	0.9845812898638882	7	4	3	3	3	False	101972	maximal	True	ISR0067_000000003877	1.0		1	1	True	True	1.0	60					non-mobilizable	no_good_hit	753.0	77.955	12.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ENG0166_000000002473	9572	0.984580481803406	15	13	7	7	11	True	123601	maximal	True	ENG0166_000000002473	1.0	PS902	15	6	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	2603.0	96.965	50.0	0.15150279589934762	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	True	True
FIJ0074_000000008434	3840	0.9845779148006948	4	3	2	3	3	False	44663	maximal	True	FIJ0074_000000008434	1.0		4	4	False	False	0.9994791746139526	0					non-mobilizable	no_good_hit	1275.0	98.98	33.0	0.05616389968209114	NZ_WEHX01000035.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_35_length_22648_cov_194.755909, whole genome shotgun sequence	True	False
FIJ0006_000000011485	3014	0.9845776474419492	2	2	2	1	1	True	51760	maximal	True	FIJ0006_000000011485	1.0		1	1	True	True	0.9956867694854736	2					non-mobilizable	no_good_hit	985.0	76.548	32.0	0.36046511627906974	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
AST0093_000000003943	5020	0.9845766405600508	9	6	2	4	5	False	109581	maximal	True	AST0093_000000003943	1.0		1	1	True	True	1.0	29					non-mobilizable	plasmid	3777.0	98.756	92.0	0.769748928352725	CP056247.1	enterobacteria	Citrobacter freundii strain RHBSTW-00915 plasmid pRHBSTW-00915_3, complete sequence	False	True
ISR0278_000000005198	2125	0.9845754561649556	2	2	2	2	2	True	26275	maximal	True	ISR0278_000000005198	1.0		1	1	False	False	0.9835293889045715	0					non-mobilizable	no_good_hit	1555.0	91.061	74.0	0.0004493153730707232	CP034358.1	firmicutes	Clostridium septicum strain VAT12 chromosome, complete genome	True	True
ISR0773_000000003561	3354	0.9845696931005544	5	3	2	3	0	True	127999	backbone	False	DEN0071_000000009520	0.01935880544576197	PS1023|PS1024	0	0	False	True	0.999403715133667	0					non-mobilizable	no_good_hit	759.0	87.088	61.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0037_000000021998	1615	0.9845687560702386	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.6843535753816757		0	0	False	False	0.998142421245575	0					non-mobilizable	other	1615.0	99.814	100.0	0.006191309151169214	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0284_000000008922	1557	0.9845673775805532	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.5981756977694309		0	0	False	False	0.9916505813598633	0					non-mobilizable	other	1557.0	99.807	100.0	0.005968820966059044	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0121_01_000000012549	3773	0.9845673038918328	6	5	4	4	2	True	192	maximal	True	USA0121_01_000000012549	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2066.0	89.932	55.0	0.0005671880734438242	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	True
ENG0159_000000016630	1387	0.9845640106837484	2	2	2	2	1	False	73895	fragment	False	ENG0159_000000016630	1.0		0	0	False	False	0.9747656583786011	0					non-mobilizable	no_good_hit	1172.0	99.829	84.0	0.02429914299350501	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
MAD0008_000000000752	9807	0.9845617921841888	12	3	1	2	2	False	19848	maximal	True	MAD0008_000000000752	1.0		1	1	False	False	0.9998980164527893	0					non-mobilizable	no_good_hit	1007.0	92.751	26.0	0.017828660546556553	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0157_000000008840	3390	0.9845610240049364	4	3	1	2	3	True	57281	maximal	True	ISR0157_000000008840	1.0		6	3	False	False	1.0	0					non-mobilizable	plasmid	3313.0	98.189	100.0	0.04460245636716225	CP061326.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS74, complete sequence	False	True
MAD0097_000000009502	4099	0.9845591946158859	5	3	2	3	3	False	98090	maximal	True	MAD0097_000000009502	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2944.0	97.69	95.0	0.015134445524741372	CP049349.1	enterobacteria	Escherichia coli strain 3R plasmid p3R-1, complete sequence	False	True
ISR0089_000000026426	1208	0.984559079684064	4	3	2	2	1	False	33699	maximal	True	ISR0089_000000026426	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	95.781	20.0	0.0004355071166660823	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	False
AST0053_000000002865	3683	0.9845580973427288	4	4	2	3	3	True	125553	backbone	False	ISR0070_000000005259	0.8073352090269686	PS930	0	0	True	True	1.0	56	rep_cluster_1351	MOBQ,MOBQ			mobilizable	plasmid	3367.0	99.465	100.0	0.9288079470198676	AP010892.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC2 DNA, complete sequence	False	True
ENG0060_000000013498	2218	0.984553302116712	4	3	2	2	3	False	76120	maximal	True	ENG0060_000000013498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1434.0	95.537	65.0	0.00032421900099822347	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0136_000000007200	1951	0.9845403339653248	3	2	0	2	1	True	80619	maximal	True	CHI0136_000000007200	1.0		1	1	True	True	1.0	74					non-mobilizable	no_good_hit	979.0	74.566	48.0	0.6064638783269962	LN853439.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0833	True	True
ISR0270_000000000298	12648	0.9845372895340628	11	6	4	5	4	True	98612	fragment	False	ISR0270_000000000298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1930.0	87.35799999999999	15.0	0.0025143776686690255	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0065_000000008317	3137	0.984524061794076	3	3	3	3	1	False	78904	fragment	False	MON0065_000000008317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	85.882	3.0	0.0009663119496551475	NZ_SLUM01000019.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_119, whole genome shotgun sequence	True	False
ENG0126_000000007841	2390	0.9845167226426832	3	2	2	2	1	False	101977	fragment	False	ENG0126_000000007841	0.9659041864479931		0	0	False	False	0.9974895119667053	0					non-mobilizable	other	2384.0	98.65799999999999	99.0	0.008629086866623937	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	False	False
USA0055_01_000000011681	2334	0.9845167226426832	2	2	2	2	1	False	101978	fragment	False	USA0055_01_000000011681	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2101.0	97.23899999999999	90.0	0.007604314905543546	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	False	False
USA0007_01_000000007389	2317	0.9845167226426832	3	2	2	2	1	False	101977	fragment	False	ENG0126_000000007841	0.951673640167364		0	0	False	False	1.0	0					non-mobilizable	other	2315.0	100.0	99.0	0.008379230805441793	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	False	False
CAN0008_000000024854	1111	0.9845130711398428	2	2	1	2	1	False	94856	fragment	False	CAN0008_000000024854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0066_000000003552	4438	0.984512986500396	9	8	5	8	6	False	132172	fragment	False	SPA0066_000000003552	0.9984781081713885		0	0	False	False	1.0	0					non-mobilizable	other	4438.0	100.0	100.0	0.09207113361416032	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
MAD0068_000000004967	4933	0.9845088320451759	9	6	2	4	6	False	86835	maximal	True	MAD0068_000000004967	1.0	PS443	1	1	False	True	0.9807419180870056	0					non-mobilizable	plasmid	4177.0	95.834	95.0	0.8516023678301694	CP056247.1	enterobacteria	Citrobacter freundii strain RHBSTW-00915 plasmid pRHBSTW-00915_3, complete sequence	False	True
ISR0132_000000012438	2249	0.9845058830461809	3	2	2	2	2	False	72112	fragment	False	ISR0132_000000012438	1.0		0	0	False	False	0.9897732138633728	0					non-mobilizable	no_good_hit	128.0	78.906	6.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
CHI0140_000000020361	1455	0.9845041717894368	3	2	2	2	2	False	80226	fragment	False	CHI0140_000000020361	1.0		0	0	False	False	0.9896907210350037	0					non-mobilizable	other	1435.0	99.93	99.0	0.0008076584494647433	CP015434.1	g-proteobacteria	[Haemophilus] ducreyi strain GHA9, complete genome	False	False
AST0028_000000000817	21872	0.9845020877776676	19	14	8	13	9	True	125348	maximal	True	AST0028_000000000817	1.0	PS770	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3392.0	78.096	29.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0009_000000001790	4876	0.9845011279460412	5	3	1	3	1	True	90488	maximal	True	CHI0009_000000001790	1.0		1	1	True	True	1.0	43					non-mobilizable	no_good_hit								True	True
USA0025_01_000000001561	12022	0.9845008694852988	14	8	5	4	7	True	123685	fragment	False	SPA0108_000000001945	0.9592415153100778		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	11944.0	99.93299999999999	99.0	0.38539514462809915	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CHI0163_000000009185	1202	0.9845000344498024	1	1	1	1	1	True	78442	maximal	True	CHI0163_000000009185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	100.0	23.0	6.23836425535674e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0093_000000004090	5313	0.9844971248469424	7	4	4	3	3	False	33537	fragment	False	ISR0093_000000004090	1.0		0	0	False	False	0.9973649382591248	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	1.3931402488577143e-05	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	False
SPA0140_000000010494	2076	0.9844944170270264	3	2	2	2	2	False	3486	maximal	True	SPA0140_000000010494	1.0		2	1	False	False	0.9937379360198975	0					non-mobilizable	no_good_hit	157.0	98.726	8.0	0.3579676674364896	NZ_CZBD01000042.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MAD0061_000000001165	11571	0.9844935735445683	14	12	6	9	12	True	46247	maximal	False	MAD0065_000000000739	0.9601838330040374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2855.0	96.602	61.0	0.024068028243869107	MN335639.1	enterobacteria	Escherichia coli strain SFE059 plasmid pSFE059, complete sequence	True	True
ISR0374_000000003279	4726	0.9844932615108368	12	3	2	3	3	False	125212	fragment	False	ISR0374_000000003279	1.0		0	0	False	False	0.9997884035110474	0					non-mobilizable	no_good_hit	1408.0	84.09100000000001	29.0	0.0004695488325736964	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0046_000000003532	6915	0.984492793980147	17	5	1	5	1	False	46991	maximal	True	FIJ0046_000000003532	1.0		1	1	False	False	0.9995661377906799	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000005691	4630	0.9844920336563368	4	4	3	4	3	False	81197	maximal	True	ENG0129_000000005691	1.0		32	7	False	False	0.9995680451393127	0					non-mobilizable	no_good_hit	954.0	79.245	20.0	0.00031459380806532424	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
AUS0022_000000002628	12420	0.9844919345035744	14	7	3	5	5	False	99423	maximal	True	AUS0022_000000002628	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.599877121572845e-06	NZ_CP031218.1	e-proteobacteria	Arcobacter halophilus strain CCUG 53805 chromosome, complete genome	True	False
DEN0045_000000002251	11674	0.9844917917184804	10	7	6	7	5	False	94344	fragment	False	CAN0012_000000004423	0.7055081765865822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3158.0	72.388	27.0	0.0012741325703823135	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
MAD0062_000000001734	6975	0.9844884301453328	5	5	4	5	5	False	18133	maximal	True	MAD0062_000000001734	0.9998565691336776		2	1	False	False	1.0	0					non-mobilizable	plasmid	6975.0	100.0	100.0	0.08649171544796111	CP030780.2	enterobacteria	Escherichia albertii strain 05-3106 plasmid unnamed2, complete sequence	False	True
DEN0083_000000015715	1875	0.9844883659103386	2	2	2	2	2	False	69094	fragment	False	DEN0083_000000015715	0.9845765563656759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	74.779	47.0	0.0002409137526061812	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CAN0007_000000009496	4489	0.9844862304233852	4	2	2	2	1	False	119922	fragment	False	CAN0005_000000004115	0.9575504642819331		0	0	False	False	0.9991089105606079	0					non-mobilizable	no_good_hit								True	False
ISR0106_000000007517	3130	0.9844791582154924	4	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9986626930168462	PS1011	0	0	True	True	1.0	102		MOBV			mobilizable	plasmid	2672.0	99.963	100.0	0.8812273177169251	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	False	True
ISR0126_000000015739	3112	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9989077735893742	PS1011	0	0	True	True	0.9987146258354187	22		MOBV			mobilizable	plasmid	3029.0	100.0	100.0	0.999010227647641	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
AUS0022_000000011379	3110	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9988991117364294	PS1011	0	0	True	True	1.0	14		MOBV			mobilizable	plasmid	3012.0	100.0	100.0	0.9934015176509403	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ISR0150_000000007306	3110	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9985974368635898	PS1011	0	0	True	True	1.0	37		MOBV			mobilizable	plasmid	3012.0	99.96700000000001	100.0	0.9934015176509403	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ISR0288_000000009654	3110	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9988991117364294	PS1011	0	0	True	True	1.0	22		MOBV			mobilizable	plasmid	3012.0	100.0	100.0	0.9934015176509403	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
FIJ0122_000000005385	3110	0.9844791582154924	3	3	1	3	2	True	127590	backbone	True	FIJ0122_000000005385	0.9991939332610053	PS1011	23	7	True	True	1.0	147		MOBV			mobilizable	plasmid	1956.0	100.0	100.0	0.6450016496205873	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ENG0098_000000008192	3110	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9988991117364294	PS1011	0	0	True	True	1.0	44		MOBV			mobilizable	plasmid	3012.0	100.0	100.0	0.9934015176509403	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ENG0180_000000005318	3110	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9988991117364294	PS1011	0	0	True	True	1.0	132		MOBV			mobilizable	plasmid	3012.0	100.0	100.0	0.9934015176509403	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ISR0219_000000010572	3110	0.9844791582154924	4	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9983077146148638	PS1011	0	0	True	True	1.0	30		MOBV			mobilizable	plasmid	2645.0	99.962	100.0	0.8723193665456945	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	False	True
AST0006_000000004664	3110	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9988932278387285	PS1011	0	0	True	True	1.0	207		MOBV			mobilizable	plasmid	2211.0	100.0	100.0	0.7291322995710986	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ISR0292_000000005754	3110	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9988991117364294	PS1011	0	0	True	True	1.0	43		MOBV			mobilizable	plasmid	3012.0	100.0	100.0	0.9934015176509403	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ENG0199_000000007873	3105	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9986274387854222	PS1011	0	0	True	True	0.9996779561042786	15		MOBV			mobilizable	plasmid	2180.0	99.954	100.0	0.718904651930056	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ENG0018_000000006828	3090	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9986430691000074	PS1011	0	0	True	True	0.9996763467788696	13		MOBV			mobilizable	plasmid	2913.0	99.96600000000001	100.0	0.9607390300230947	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
SPA0138_000000008147	3090	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9936381030711108	PS1011	0	0	True	True	1.0	33		MOBV			mobilizable	plasmid	2992.0	99.53200000000001	100.0	0.9868030353018805	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
SPA0139_000000008680	3090	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9936381030711108	PS1011	0	0	True	True	1.0	37		MOBV			mobilizable	plasmid	2992.0	99.53200000000001	100.0	0.9868030353018805	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
FIJ0129_000000006769	3090	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9989011514796535	PS1011	0	0	True	True	1.0	23		MOBV			mobilizable	plasmid	2943.0	100.0	100.0	0.9706367535466842	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ISR0102_000000006000	3090	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9988974387218937	PS1011	0	0	True	True	1.0	17		MOBV			mobilizable	plasmid	2913.0	100.0	100.0	0.9607390300230947	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
CHI0075_000000002148	3070	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9982125819749363	PS1011	0	0	True	True	0.990227997303009	16		MOBV			mobilizable	plasmid	2876.0	100.0	100.0	0.9485318376773342	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ISR0031_000000006912	3070	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9975105979205452	PS1011	0	0	True	True	1.0	62		MOBV			mobilizable	plasmid	2895.0	100.0	100.0	0.954800395908941	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
CHI0176_000000002718	3070	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9982125819749363	PS1011	0	0	True	True	0.9947882890701294	16		MOBV			mobilizable	plasmid	2876.0	100.0	100.0	0.9485318376773342	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
FIJ0027_000000005666	3070	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9975105979205452	PS1011	0	0	True	True	1.0	3		MOBV			mobilizable	plasmid	2895.0	100.0	100.0	0.954800395908941	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
FIJ0045_000000007328	3070	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9987429320024149	PS1011	0	0	True	True	0.9964169263839722	2		MOBV			mobilizable	plasmid	1918.0	100.0	100.0	0.6324645331573738	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ENG0039_000000007955	3069	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9981580627140506	PS1011	0	0	True	True	1.0	40		MOBV			mobilizable	plasmid	2200.0	99.955	100.0	0.7255031342791158	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
AUS0018_000000009048	3052	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9977500246120187	PS1011	0	0	True	True	1.0	11		MOBV			mobilizable	plasmid	2183.0	99.954	100.0	0.719894424282415	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
AST0059_000000004640	3052	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.99805521514926	PS1011	0	0	True	True	1.0	59		MOBV			mobilizable	plasmid	2183.0	100.0	100.0	0.719894424282415	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
AST0150_000000009086	3030	0.9844791582154924	3	3	1	3	2	True	127590	backbone	False	FIJ0122_000000005385	0.9924113851996362	PS1011	0	0	True	True	1.0	16		MOBV			mobilizable	plasmid	2313.0	100.0	100.0	0.7627845595513032	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	False	True
ISR0257_000000005484	2978	0.9844791582154924	4	3	1	3	2	True	29033	maximal	True	ISR0257_000000005484	1.0		1	1	False	False	0.992276668548584	0					non-mobilizable	no_good_hit	1727.0	99.595	58.0	0.5694490267238536	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
SPA0041_000000016679	2026	0.9844786680372624	3	3	2	3	1	False	78364	fragment	False	SPA0041_000000016679	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	97.137	100.0	0.0005767359738415828	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
ISR0135_000000001616	12117	0.9844785449963606	14	11	4	5	10	False	98188	fragment	False	ISR0135_000000001616	0.9891175772746273		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	9225.0	99.436	99.0	0.10857896223749883	CP025625.1	enterobacteria	Escherichia coli strain SCEC020007 plasmid pBOKZ_020007, complete sequence	False	True
AUS0012_000000008152	2079	0.9844674283118604	3	3	3	2	2	False	115923	fragment	False	AUS0012_000000008152	0.93718635700024		0	0	False	False	0.9913420081138611	0					non-mobilizable	no_good_hit								True	False
CHI0047_000000001618	8879	0.984464141218696	10	8	4	5	7	True	125628	backbone	False	ISR0209_000000003071	0.9059081475988306	PS932|PS933	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1734.0	99.30799999999999	40.0	0.20971061871897323	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0188_000000005186	2895	0.984461300695086	4	4	2	3	2	False	77045	maximal	True	CHI0188_000000005186	1.0		1	1	False	False	0.99689120054245	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	7.238930970760752e-05	NZ_JAATLI010000001.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_01, whole genome shotgun sequence	True	False
CHI0064_000000000514	19264	0.9844578552384922	24	18	9	12	13	True	123614	fragment	False	CHI0064_000000000514	1.0		0	0	False	True	1.0	0	rep_cluster_1702		MPF_T		non-mobilizable	no_good_hit	7200.0	92.819	37.0	0.002164664069756209	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0179_000000012645	1845	0.9844560786451878	3	2	2	2	2	False	82014	fragment	False	ISR0179_000000012645	0.9546511627906977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	92.115	73.0	0.6642156862745098	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0206_000000001836	10642	0.984456078015798	18	12	6	10	7	False	93938	fragment	False	USA0047_01_000000002429	0.9592611772829276		0	0	False	False	0.9997180700302124	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000008194	3856	0.9844552017556552	7	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.3154195021430932	PS902	0	0	False	True	0.9979252815246582	0	rep_cluster_1702				non-mobilizable	plasmid	3858.0	98.911	100.0	0.12415080974918703	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0062_000000008709	3743	0.9844552017556552	7	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.3340607697607638	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2610.0	99.234	94.0	0.0789394031115685	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
AST0016_000000007569	3515	0.9844552017556552	6	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.22434313233701283	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3525.0	98.525	100.0	0.20520736253494873	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
CHI0032_000000002617	2396	0.9844485735968922	4	2	2	2	2	False	88455	fragment	False	CHI0032_000000002617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0041_000000001675	6613	0.9844424718332548	10	5	1	4	5	False	104073	fragment	False	ISR0041_000000001675	1.0		0	0	False	False	0.9995463490486145	0					non-mobilizable	no_good_hit	1059.0	77.715	16.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0050_000000004167	3184	0.9844397449283522	6	5	3	5	4	False	114765	fragment	False	FIJ0029_000000009025	0.711676332490339		0	0	False	False	1.0	0					non-mobilizable	other	3184.0	100.0	100.0	0.06604967732564172	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CHI0183_000000006491	1257	0.9844376331321176	2	2	2	2	1	False	77278	fragment	False	CHI0183_000000006491	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	97.975	94.0	0.004734106357457017	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ENG0042_000000005652	4768	0.9844365547600812	5	4	4	3	3	False	64711	fragment	False	ENG0042_000000005652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	75.49	31.0	0.00043210744933695647	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0036_000000002460	5924	0.9844360391073566	4	4	4	4	4	False	63113	fragment	False	MON0036_000000002460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2149.0	77.013	36.0	0.2965431070387339	NZ_JH604923.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld332, whole genome shotgun sequence	True	False
ISR0207_000000004010	5915	0.9844330749231701	6	5	3	4	3	False	60101	fragment	False	ISR0207_000000004010	1.0		0	0	False	False	0.9912087917327881	0					non-mobilizable	no_good_hit	4095.0	93.65100000000001	69.0	0.0010939310526187531	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
SPA0142_000000006868	4207	0.9844322350479268	8	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.6019290753924441	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4207.0	98.431	99.0	0.04192280057480441	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0299_000000002261	3749	0.9844322350479268	7	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.4530868787592752	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3760.0	99.38799999999999	100.0	0.037511975091809036	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0184_000000006121	3749	0.9844322350479268	7	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.45380282132490446	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3760.0	99.70700000000001	100.0	0.037511975091809036	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0011_000000008258	3749	0.9844322350479268	7	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.45380282132490446	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3760.0	99.70700000000001	100.0	0.037511975091809036	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0205_000000002893	3521	0.9844322350479268	6	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.3122659499065537	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2614.0	99.92299999999999	100.0	0.02607576241417851	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0146_000000006562	5782	0.98442919789855	6	6	6	5	4	False	119289	maximal	True	ISR0146_000000006562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	96.49799999999999	19.0	0.029205733376441428	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0113_01_000000005605	3384	0.98442581366926	4	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.39997806454832235		0	0	False	False	1.0	0					non-mobilizable	chromosome	3328.0	99.459	100.0	0.0006184579298965761	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0160_000000006749	3181	0.98442581366926	3	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.29883155136651296		0	0	False	False	0.9996856451034546	0					non-mobilizable	chromosome	3181.0	99.93700000000001	100.0	0.0006223101719141635	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
SPA0104_000000014491	2544	0.98442581366926	3	3	3	3	2	False	116622	fragment	False	ENG0108_000000008080	0.9874420401854714		0	0	False	False	0.9996069073677063	0					non-mobilizable	chromosome	2544.0	99.45	100.0	0.0005160338958346401	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ENG0084_000000012565	2239	0.98442581366926	3	3	3	3	2	False	116611	fragment	False	ENG0084_000000012565	0.9752225126765531		0	0	False	False	1.0	0					non-mobilizable	chromosome	2239.0	99.73200000000001	100.0	0.00043796546061128865	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
MAD0050_000000000151	50228	0.9844219629833738	79	31	18	25	16	False	17434	maximal	True	MAD0050_000000000151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	83.256	0.0	0.13144963144963145	MK232338.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_2-CL16_c7 sequence	True	False
CHI0079_000000001232	5553	0.9844164677006068	7	5	2	3	5	False	84407	maximal	False	CHI0088_000000000796	0.9644188110026619		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1762.0	71.51	31.0	0.0008642766004853937	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0151_000000002772	8908	0.9844163742203572	20	6	4	5	4	True	112132	maximal	True	ENG0151_000000002772	1.0		1	1	False	False	0.9988774061203003	0					non-mobilizable	no_good_hit	3687.0	99.756	68.0	0.021231006716048245	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0073_000000017585	2869	0.984415805237984	4	2	2	1	2	False	91391	fragment	False	DEN0073_000000017585	1.0		0	0	False	False	0.9940745830535889	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00019381096970088506	NZ_LAQP01000017.1	firmicutes	Paenibacillus wulumuqiensis strain Y24 Scaffold11_1, whole genome shotgun sequence	True	False
SPA0097_000000005165	5765	0.9844101431604936	6	4	4	4	3	True	5131	maximal	True	SPA0097_000000005165	1.0		1	1	True	True	1.0	196					non-mobilizable	no_good_hit	47.0	93.617	1.0	1.5526377727834596e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0228_000000015374	1753	0.9844092967895708	2	1	1	1	1	False	92351	fragment	False	ISR0228_000000015374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	85.197	64.0	0.00042163478346418653	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0070_000000007149	1705	0.9844092967895708	2	1	1	1	1	False	92350	fragment	False	CHI0070_000000007149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	85.197	66.0	0.00042163478346418653	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0009_000000033040	1144	0.9844092967895708	1	1	1	1	1	False	8102	fragment	False	SPA0009_000000033040	1.0		0	0	False	False	0.993881106376648	0					non-mobilizable	no_good_hit	837.0	88.292	88.0	0.000366295218134512	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0125_000000009336	3861	0.9844054609634	7	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.35776350161457127	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3861.0	98.88600000000001	100.0	0.11610872328833464	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
SPA0052_000000008099	3612	0.9844054609634	6	6	4	3	5	True	123556	backbone	False	ISR0826_000000002301	0.2376476720905507	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3541.0	99.238	98.0	0.10714934318057993	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
DEN0065_000000016255	2128	0.9844037825224702	3	3	2	3	2	False	71090	maximal	True	DEN0065_000000016255	1.0		1	1	False	False	0.9971804618835449	0					non-mobilizable	no_good_hit								True	False
FIJ0077_000000016256	1828	0.9844021136290124	2	2	2	2	1	False	115919	fragment	False	FIJ0077_000000016256	1.0		0	0	False	False	0.9939824938774109	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.563319413508367e-06	NZ_AP022591.1	high GC Gram+	Mycolicibacterium celeriflavum strain JCM 18439	True	False
ISR0199_000000000588	28697	0.9844006037215928	31	16	12	16	9	False	122569	fragment	False	ISR0199_000000000588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7673.0	97.56299999999999	71.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0023_000000001060	20934	0.9843996713618716	18	14	12	12	10	False	111072	maximal	True	ISR0023_000000001060	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	74.18	6.0	0.0002575942690717264	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0110_000000007217	3250	0.9843978881502796	5	5	2	4	4	False	123197	maximal	True	ISR0110_000000007217	1.0		4	3	False	False	0.9926154017448425	0					non-mobilizable	no_good_hit	1881.0	96.385	58.0	0.0006552961171613688	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0067_000000008626	3321	0.9843910362245324	4	3	3	3	1	False	87524	fragment	False	ENG0067_000000008626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	22.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
AST0025_000000006674	4795	0.9843909099684608	6	5	1	3	4	False	120513	fragment	False	AST0025_000000006674	1.0		0	0	False	False	0.998123049736023	0					non-mobilizable	no_good_hit	2581.0	97.75299999999999	71.0	0.015031853073690468	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
FIJ0118_000000004763	2009	0.9843903613885852	2	2	2	2	2	False	120219	maximal	True	FIJ0118_000000004763	1.0		6	4	False	False	0.9865604639053345	0					non-mobilizable	no_good_hit	1767.0	99.095	88.0	0.0007000777379639947	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ENG0203_000000003666	4036	0.9843862591436616	4	4	3	3	2	False	104488	fragment	False	ISR0091_000000007609	0.9661598822952427		0	0	False	False	1.0	0					non-mobilizable	other	4003.0	99.07600000000001	100.0	0.02830141966881468	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0130_000000010322	3162	0.9843862591436616	4	4	3	3	2	False	104482	fragment	False	SPA0130_000000010322	1.0		0	0	False	False	0.9987349510192871	0					non-mobilizable	other	3160.0	99.08200000000001	99.0	0.022338386231971197	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0071_000000002063	3758	0.9843859315195131	4	4	4	3	3	False	125036	fragment	False	ISR0806_000000002243	0.37652884126916336		0	0	False	False	0.9997339248657227	0					non-mobilizable	other	3758.0	99.601	100.0	0.0007934726159020191	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0080_000000008516	3468	0.9843859315195131	4	4	4	3	3	False	125036	fragment	False	ISR0806_000000002243	0.25229103444927004		0	0	False	False	1.0	0					non-mobilizable	chromosome	3468.0	97.03	100.0	0.0007755529253914506	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
DEN0035_000000001842	12524	0.9843844086048206	14	10	9	8	8	True	73520	maximal	True	DEN0035_000000001842	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1714.0	70.77	13.0	0.0004353955224588231	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	True
ENG0110_000000004357	6516	0.9843839343487448	8	4	2	3	2	False	59824	maximal	True	ENG0110_000000004357	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1582.0	83.059	44.0	0.0052192137605469495	NZ_OAOE01000002.1	firmicutes	Clostridium tertium isolate src5, whole genome shotgun sequence	True	False
DEN0094_000000009130	3599	0.9843824941839968	5	4	3	3	4	False	116194	fragment	False	ENG0196_000000002717	0.7226314993740766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	95.36200000000001	86.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0337_000000005399	1878	0.9843753849645624	3	2	2	2	2	False	24441	fragment	False	ISR0337_000000005399	1.0		0	0	False	False	0.9994674921035767	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	1.0036653859896342e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
AST0014_000000001408	13993	0.9843685652878214	21	11	4	11	4	True	128777	maximal	True	AST0014_000000001408	1.0	PS727	2	1	False	True	0.9998570680618286	0					non-mobilizable	no_good_hit	362.0	90.884	3.0	0.0013695044366632651	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AUS0024_000000011087	2942	0.9843678201414908	4	4	4	4	2	False	116631	fragment	False	SPA0101_000000007479	0.13588941965356313		0	0	False	False	1.0	0					non-mobilizable	chromosome	2942.0	99.796	100.0	0.000575539061509294	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0327_000000010538	2549	0.9843652567149094	7	5	3	5	4	False	113026	fragment	False	ISR0327_000000010538	1.0		0	0	False	False	0.9882307052612305	0					non-mobilizable	other	2550.0	97.137	100.0	0.007689029532039134	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0070_000000008579	3836	0.9843582029556188	3	2	2	1	1	False	108137	maximal	True	DEN0070_000000008579	0.9782608695652174		3	2	False	False	0.9994786381721497	0					non-mobilizable	no_good_hit	2571.0	95.09899999999999	69.0	0.00925036994261378	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0024_000000037082	1400	0.9843576362764476	2	1	1	1	1	False	12893	fragment	False	MON0024_000000037082	1.0		0	0	False	False	0.9971428513526917	0					non-mobilizable	no_good_hit								True	False
MON0060_000000001630	12447	0.984356454205676	11	6	5	5	3	True	67091	maximal	True	MON0060_000000001630	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	80.812	6.0	0.08556601496500121	NZ_WEHX01000101.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_101_length_8286_cov_179.562477, whole genome shotgun sequence	True	True
SPA0028_000000022025	1488	0.9843538077493152	2	2	2	1	1	False	7430	maximal	True	SPA0028_000000022025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	98.06299999999999	28.0	0.00019935625349599254	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
SPA0005_000000016839	1717	0.9843528282915284	2	1	1	1	1	True	8302	fragment	False	SPA0005_000000016839	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1725.0	94.551	99.0	0.4175018332925935	CP058001.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_6, complete sequence	False	True
ISR0338_000000017575	1637	0.9843528282915284	2	1	1	1	1	True	90542	fragment	False	ISR0338_000000017575	1.0		0	0	False	False	0.9902260303497314	0	rep_cluster_1778				non-mobilizable	plasmid	1567.0	85.322	95.0	0.38089390962671904	CP041450.1	enterobacteria	Escherichia coli strain YPE3 plasmid pYPE3-Col, complete sequence	False	True
CHI0073_000000005165	1574	0.9843528282915284	3	1	1	1	1	True	84782	fragment	False	CHI0073_000000005165	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1574.0	100.0	100.0	0.38782051282051283	LC056195.1	enterobacteria	Escherichia coli plasmid pV046-a DNA, contig: V046-a_scaffold_7, strain: V046	False	True
CHI0007_000000006600	1150	0.9843528282915284	1	1	1	1	1	True	90541	fragment	False	CHI0007_000000006600	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1150.0	100.0	100.0	0.2814796668299853	CP054456.1	enterobacteria	Escherichia coli strain SCU-487 plasmid pSCU-487-2, complete sequence	False	True
ISR0002_000000001334	17385	0.9843517700373764	12	7	5	7	4	True	107249	fragment	False	ISR0066_000000001527	0.9512956442191184		0	0	False	False	0.9977566599845886	0					non-mobilizable	no_good_hit	575.0	89.73899999999999	3.0	0.049730481655364284	NZ_JAAIUL010000043.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_43_length_11502_cov_232.056, whole genome shotgun sequence	True	True
CHI0046_000000006315	1821	0.9843507354193328	2	2	1	1	2	True	87051	fragment	False	CHI0046_000000006315	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1821.0	100.0	100.0	0.44871794871794873	LC056195.1	enterobacteria	Escherichia coli plasmid pV046-a DNA, contig: V046-a_scaffold_7, strain: V046	False	True
FIJ0068_000000008533	3646	0.9843492342197858	3	3	2	3	3	True	89823	fragment	False	FIJ0068_000000008533	0.970116246443005		0	0	False	False	1.0	0					non-mobilizable	chromosome	3646.0	99.75299999999999	100.0	0.0007405753406900537	CP058191.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00012 chromosome, complete genome	False	True
FIJ0112_000000007445	3518	0.9843492342197858	3	3	2	3	3	True	89823	fragment	False	FIJ0068_000000008533	0.9554691628411105		0	0	False	False	1.0	0					non-mobilizable	plasmid	3518.0	99.85799999999999	100.0	0.03073118730558177	CP041645.1	enterobacteria	Klebsiella pneumoniae strain NKU_Kleb8A7 plasmid pKleb8A7, complete sequence	False	True
ISR0148_000000002707	10276	0.9843459614405672	17	6	4	6	4	True	30938	maximal	True	ISR0148_000000002707	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	95.79	58.0	0.00039477980154331045	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0159_000000013085	1753	0.984345912515596	3	1	1	1	1	False	56518	fragment	False	ENG0159_000000013085	1.0		0	0	False	False	0.9977182149887085	0					non-mobilizable	no_good_hit	97.0	98.969	6.0	0.0005558772437753329	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	False
ISR0347_000000000008	97881	0.9843399910464008	92	16	4	14	5	True	127415	maximal	False	SPA0046_000000000019	0.8869041405153346		0	0	False	True	1.0	0					non-mobilizable	virus	28673.0	96.10799999999999	95.0	0.289494171292224	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
FIJ0067_000000008928	3332	0.9843360573419422	4	3	2	3	3	True	89823	fragment	False	FIJ0068_000000008533	0.7468298819729493		0	0	False	False	0.9993997812271118	0					non-mobilizable	chromosome	3332.0	99.49	100.0	0.0005538095563488338	LR607342.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071186 genome assembly, chromosome: 1	False	True
FIJ0091_000000004898	5251	0.9843359428660152	6	5	3	2	4	False	43391	maximal	True	FIJ0091_000000004898	1.0		1	1	False	False	0.9952390193939209	0					non-mobilizable	no_good_hit	305.0	100.0	6.0	0.0037404335949996308	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	False
ISR0395_000000013488	2853	0.984334200026896	4	2	2	2	1	False	78882	fragment	False	ISR0395_000000013488	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0036_000000004894	4557	0.9843335854377364	6	3	3	3	3	False	129676	maximal	False	ISR0354_000000003774	0.6327978301689964	PS1061	0	0	False	True	0.9947333931922913	0					non-mobilizable	chromosome	1800.0	99.0	91.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AST0090_000000002096	11946	0.9843288333812429	15	9	3	7	6	False	109963	fragment	False	ISR0105_000000000820	0.9650601456157011		0	0	False	False	0.9998325705528259	0					non-mobilizable	no_good_hit	167.0	95.80799999999999	2.0	0.0017261761536610627	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
ENG0184_000000010042	2230	0.9843265671868564	4	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.656593739896061		0	0	False	False	1.0	0					non-mobilizable	chromosome	1942.0	94.542	98.0	0.0004389287243102258	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0114_000000005988	5916	0.9843241856897376	10	7	4	6	5	True	125361	fragment	False	FIJ0114_000000005988	0.8436529093593463		0	0	False	False	1.0	0					non-mobilizable	other	5534.0	93.928	93.0	0.0015769080158872413	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0049_000000001064	11067	0.9843215795498499	14	10	6	8	6	True	17501	maximal	True	MAD0049_000000001064	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	0.0	8.713620381603886e-06	CP031010.1	g-proteobacteria	Alteromonas sp. RKMC-009 chromosome, complete genome	True	True
MON0064_000000009340	2761	0.9843202716576196	3	2	2	2	2	False	34787	fragment	False	MON0064_000000009340	1.0		0	0	False	False	0.9920318722724915	0					non-mobilizable	no_good_hit	385.0	76.36399999999999	14.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0296_000000000052	85444	0.9843109699255876	83	13	3	11	5	True	127415	maximal	False	SPA0046_000000000019	0.018391303954175157		0	0	False	True	1.0	0					non-mobilizable	virus	29776.0	97.35	98.0	0.30672229949003244	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
MON0058_000000009793	4273	0.98430770711314	6	3	1	3	2	False	70816	maximal	True	MON0058_000000009793	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	77.657	24.0	0.0003392868983758323	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0003_000000011552	1961	0.9843073759872112	2	2	2	2	2	False	67861	fragment	False	ENG0003_000000011552	0.9606942317508933		0	0	False	False	1.0	0					non-mobilizable	plasmid	1806.0	98.117	92.0	0.009714698058137405	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0105_000000011307	1959	0.9843073759872112	2	2	2	2	2	False	67861	fragment	False	ENG0003_000000011552	0.960224375318715		0	0	False	False	1.0	0					non-mobilizable	plasmid	1806.0	98.17299999999999	92.0	0.009714698058137405	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
SPA0158_000000005434	3084	0.9843062488303576	4	4	3	4	3	False	3143	maximal	True	SPA0158_000000005434	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	94.406	14.0	0.00013315007569021826	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0142_000000018734	1896	0.984305966119634	3	2	2	2	2	False	95537	fragment	False	ISR0143_000000014694	0.9508641975308642		0	0	False	False	0.9952531456947327	0					non-mobilizable	other	1705.0	99.883	99.0	0.055588177725582305	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0215_000000014309	2040	0.9843024924138488	3	3	2	3	2	False	28165	maximal	True	ISR0215_000000014309	1.0		1	1	False	False	0.9975489974021912	0					non-mobilizable	no_good_hit	79.0	98.734	8.0	2.171416640567909e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0020_000000004392	4416	0.9843013735289918	10	7	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9903045173450455	PS1143|PS1146|PS778	0	0	True	True	1.0	279	rep_cluster_1019				non-mobilizable	other	3895.0	99.97399999999999	100.0	0.6332737030411449	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0167_000000007030	4416	0.9843013735289918	10	7	3	3	6	True	132228	backbone	False	CHI0133_000000003968	0.9903045173450455	PS1143|PS1146|PS778	0	0	True	True	1.0	423	rep_cluster_1019				non-mobilizable	other	3895.0	99.97399999999999	100.0	0.6332737030411449	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
FIJ0076_000000003921	4380	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9592822846972981	PS1143|PS778	0	0	True	True	0.9995433688163757	1					non-mobilizable	other	4143.0	96.28299999999999	100.0	0.9978302796528448	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
SPA0031_000000006289	4292	0.9843013735289918	10	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9576405536989749	PS1143|PS778	0	0	True	True	1.0	80					non-mobilizable	other	4158.0	96.152	100.0	0.38366290888929955	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0094_000000005054	4281	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.974887626519385	PS1143|PS778	0	0	True	True	0.9978976845741272	10					non-mobilizable	other	3868.0	99.87100000000001	100.0	0.35732766586582887	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0348_000000002801	4253	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9738776347096647	PS1143|PS778	0	0	True	True	1.0	110					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0079_01_000000003067	4248	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754763354831507	PS1143|PS778	0	0	True	True	1.0	290					non-mobilizable	other	4210.0	94.584	99.0	0.9901106663527196	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0063_000000006558	4248	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.938292772485212	PS1143|PS778	0	0	True	True	0.999764621257782	27					non-mobilizable	other	4027.0	94.537	100.0	0.9467859665646339	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0089_01_000000002044	4248	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.972712916067734	PS1143|PS778	0	0	True	True	1.0	3411					non-mobilizable	other	3832.0	99.58200000000001	100.0	0.353908704490852	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0194_000000005222	4248	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9674087439698431	PS1143|PS778	0	0	True	True	1.0	34					non-mobilizable	other	3965.0	98.63799999999999	100.0	0.9372781065088758	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0134_000000007738	4248	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9733111595369998	PS1143|PS778	0	0	True	True	1.0	773					non-mobilizable	other	3834.0	99.68700000000001	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0136_000000001714	4248	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750044306385957	PS1143|PS778	0	0	True	True	1.0	366					non-mobilizable	other	3833.0	99.948	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0214_000000006190	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	90					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0814_000000009070	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	122					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0010_000000003832	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	77					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CAN0006_000000010598	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754121916271429	PS1143|PS778	0	0	True	True	1.0	2303					non-mobilizable	other	3220.0	100.0	100.0	0.2974496396229902	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0075_000000005358	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751847441426428	PS1143|PS778	0	0	True	True	1.0	143					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0104_000000005937	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9385082928196855	PS1143|PS778	0	0	True	True	1.0	88					non-mobilizable	other	3897.0	100.0	100.0	0.9173534259477278	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0099_000000005095	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975663518291073	PS1143|PS778	0	0	True	True	1.0	498					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0399_000000003177	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756662392314366	PS1143|PS778	0	0	True	True	1.0	569					non-mobilizable	other	4154.0	99.976	100.0	0.9829585798816568	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0078_000000003982	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	210					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0138_000000006886	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	559					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0127_000000005162	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756662392314366	PS1143|PS778	0	0	True	True	1.0	529					non-mobilizable	other	4154.0	99.976	100.0	0.9829585798816568	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0156_000000006149	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751154030704836	PS1143|PS778	0	0	True	True	1.0	764					non-mobilizable	other	3832.0	99.948	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0017_000000007810	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752021273059718	PS1143|PS778	0	0	True	True	1.0	272					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0172_000000003735	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	114					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0005_000000011638	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975666750866704	PS1143|PS778	0	0	True	True	1.0	29					non-mobilizable	other	4202.0	100.0	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0786_000000004270	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749995883452623	PS1143|PS778	0	0	True	True	1.0	1051					non-mobilizable	other	3832.0	99.948	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0334_000000004353	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751858112451588	PS1143|PS778	0	0	True	True	1.0	134					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0059_01_000000006223	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	479					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0176_000000007571	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756662392314366	PS1143|PS778	0	0	True	True	1.0	299					non-mobilizable	other	4154.0	99.976	100.0	0.9829585798816568	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0034_000000004615	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	510					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0052_01_000000003961	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	651					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0047_000000006624	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.97524132644904	PS1143|PS778	0	0	True	True	1.0	113					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0188_000000005167	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9735296034168303	PS1143|PS778	0	0	True	True	1.0	72					non-mobilizable	other	3833.0	99.713	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0341_000000003138	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749995883452623	PS1143|PS778	0	0	True	True	1.0	84					non-mobilizable	other	3832.0	99.948	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0029_000000010848	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.938441571407436	PS1143|PS778	0	0	True	True	1.0	1355					non-mobilizable	other	3867.0	94.44	100.0	0.9093477748999294	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0216_000000004599	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749995883452623	PS1143|PS778	0	0	True	True	1.0	134					non-mobilizable	other	3832.0	99.948	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0002_000000004887	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	3626					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CAN0021_000000009718	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975320883033704	PS1143|PS778	0	0	True	True	1.0	8486					non-mobilizable	other	3907.0	99.97399999999999	100.0	0.36093143596377747	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0095_000000006245	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	551					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0133_01_000000006218	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	698					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0343_000000003426	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	59					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0379_000000004938	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752247414180795	PS1143|PS778	0	0	True	True	1.0	79					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0106_000000005220	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9388256286993144	PS1143|PS778	0	0	True	True	1.0	405					non-mobilizable	other	3572.0	99.86	100.0	0.840828820343772	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0261_000000004009	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750809254194743	PS1143|PS778	0	0	True	True	1.0	713					non-mobilizable	other	3832.0	99.948	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0317_000000003836	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	186					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0098_000000004078	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751943380185694	PS1143|PS778	0	0	True	True	1.0	345					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0006_000000004460	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9735296034168303	PS1143|PS778	0	0	True	True	1.0	397					non-mobilizable	other	3833.0	99.713	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0205_000000004431	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751620516980363	PS1143|PS778	0	0	True	True	1.0	723					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0324_000000007476	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753027609824768	PS1143|PS778	0	0	True	True	1.0	102					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0180_000000004894	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	311					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0063_01_000000004826	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754121243138009	PS1143|PS778	0	0	True	True	1.0	980					non-mobilizable	plasmid	3977.0	100.0	100.0	0.9585342333654774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0059_000000003686	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	206					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0221_000000005326	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752115532512756	PS1143|PS778	0	0	True	True	1.0	1245					non-mobilizable	other	3495.0	100.0	100.0	0.3228608390316023	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0112_000000006774	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9558201419598251	PS1143|PS778	0	0	True	True	1.0	279					non-mobilizable	other	3834.0	96.74	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0816_000000010072	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752375378482729	PS1143|PS778	0	0	True	True	1.0	3114					non-mobilizable	other	4183.0	99.95200000000001	100.0	0.9846950788792088	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CAN0008_000000006672	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	419					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0396_000000005130	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	843					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0207_000000006103	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	140					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0066_000000006384	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.97547490330636	PS1143|PS778	0	0	True	True	1.0	123					non-mobilizable	other	4202.0	99.976	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0032_01_000000006079	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	1764					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0068_000000004634	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	54					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0092_000000005214	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	219					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0004_01_000000006216	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	2156					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0181_000000004266	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754115922234248	PS1143|PS778	0	0	True	True	1.0	141					non-mobilizable	other	3618.0	100.0	100.0	0.33422657549436335	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ITA0005_000000004153	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756930492755476	PS1143|PS778	0	0	True	True	1.0	765					non-mobilizable	other	4138.0	100.0	100.0	0.38227684346701163	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0111_000000003889	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	68					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CAN0005_000000004347	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744717810942952	PS1143|PS778	0	0	True	True	1.0	970					non-mobilizable	plasmid	4071.0	99.95100000000001	100.0	0.9811957569913211	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
CAN0002_000000003903	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754352243479579	PS1143|PS778	0	0	True	True	1.0	17393					non-mobilizable	other	4154.0	99.95200000000001	100.0	0.9829585798816568	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0054_000000008829	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752424125954621	PS1143|PS778	0	0	True	True	1.0	104					non-mobilizable	other	4202.0	99.95200000000001	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0211_000000004731	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	729					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0084_000000005247	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752043886482619	PS1143|PS778	0	0	True	True	1.0	424					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0056_01_000000005242	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	1453					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0025_000000008976	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	387					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0154_000000005609	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	1373					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0311_000000004073	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	84					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0833_000000001874	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744480690360621	PS1143|PS778	0	0	True	True	1.0	137					non-mobilizable	plasmid	4138.0	99.976	100.0	0.9973481195756991	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0049_000000006634	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9735296034168303	PS1143|PS778	0	0	True	True	1.0	115					non-mobilizable	other	3833.0	99.713	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0367_000000002297	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9736600180836382	PS1143|PS778	0	0	True	True	1.0	528					non-mobilizable	other	3833.0	99.713	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0844_000000003216	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	339					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0033_000000015953	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754296732701244	PS1143|PS778	0	0	True	True	1.0	933					non-mobilizable	other	4183.0	99.976	100.0	0.9846950788792088	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0352_000000001789	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9383645515569758	PS1143|PS778	0	0	True	True	1.0	735					non-mobilizable	other	4145.0	99.976	100.0	0.9757475865316694	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0193_000000006413	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	1485					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0036_000000002027	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	111					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0179_000000005949	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	1041					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0225_000000003294	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753955136752401	PS1143|PS778	0	0	True	True	1.0	115					non-mobilizable	other	4146.0	99.928	100.0	0.9810650887573964	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0144_000000001255	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	100					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0339_000000003233	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9375183691913622	PS1143|PS778	0	0	True	True	1.0	921					non-mobilizable	other	4118.0	94.536	100.0	0.9918032786885246	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0351_000000002849	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9375183691913622	PS1143|PS778	0	0	True	True	1.0	291					non-mobilizable	other	4118.0	94.536	100.0	0.9918032786885246	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0843_000000003733	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	2416					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0114_000000006294	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9733100312360656	PS1143|PS778	0	0	True	True	1.0	332					non-mobilizable	other	3833.0	99.68700000000001	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0154_000000006746	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	590					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0388_000000007394	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9747716327317945	PS1143|PS778	0	0	True	True	1.0	1510					non-mobilizable	other	3832.0	99.92200000000001	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0382_000000002973	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	229					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0071_000000002675	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754580226130496	PS1143|PS778	0	0	True	True	1.0	346					non-mobilizable	other	3931.0	100.0	100.0	0.3631491406394382	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0332_000000002890	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9381730146405897	PS1143|PS778	0	0	True	True	1.0	233					non-mobilizable	other	4118.0	94.609	100.0	0.9918032786885246	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0812_000000009168	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755829083494552	PS1143|PS778	0	0	True	True	1.0	2626					non-mobilizable	other	3385.0	100.0	100.0	0.3126963592681575	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0097_000000005989	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9735296034168303	PS1143|PS778	0	0	True	True	1.0	278					non-mobilizable	other	3833.0	99.713	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0182_000000007821	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748520788778717	PS1143|PS778	0	0	True	True	1.0	210					non-mobilizable	other	3832.0	99.92200000000001	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ITA0002_000000001702	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754585085975356	PS1143|PS778	0	0	True	True	1.0	101					non-mobilizable	other	3957.0	100.0	100.0	0.3655516540380706	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0090_000000005607	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.938334205752006	PS1143|PS778	0	0	True	True	1.0	271					non-mobilizable	other	3901.0	99.97399999999999	100.0	0.9182952672474688	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0222_000000013490	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750161634138645	PS1143|PS778	0	0	True	True	1.0	175					non-mobilizable	other	3935.0	99.949	100.0	0.36351875808538164	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0835_000000002764	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748520788778717	PS1143|PS778	0	0	True	True	1.0	974					non-mobilizable	other	3832.0	99.92200000000001	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0038_000000006745	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9735296034168303	PS1143|PS778	0	0	True	True	1.0	256					non-mobilizable	other	3833.0	99.713	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0217_000000006216	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9375183691913622	PS1143|PS778	0	0	True	True	1.0	1125					non-mobilizable	other	4118.0	94.536	100.0	0.9918032786885246	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
USA0135_01_000000003442	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9735296034168303	PS1143|PS778	0	0	True	True	1.0	867					non-mobilizable	other	3833.0	99.713	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CAN0007_000000009972	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756686010589931	PS1143|PS778	0	0	True	True	1.0	1312					non-mobilizable	other	3540.0	100.0	100.0	0.3270190352984661	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0809_000000001847	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	697					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0013_000000010717	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9733029949749534	PS1143|PS778	0	0	True	True	1.0	477					non-mobilizable	other	3833.0	99.68700000000001	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0091_000000007316	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	350					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0006_01_000000005714	4247	0.9843013735289918	10	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.974626422066255	PS1143|PS778	0	0	True	True	1.0	2286					non-mobilizable	plasmid	4148.0	100.0	100.0	0.9997589199614272	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0345_000000001699	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	358					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0792_000000002822	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	593					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0117_000000006383	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	481					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0213_000000005473	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751943380185694	PS1143|PS778	0	0	True	True	1.0	162					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0118_000000003165	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	112					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CAN0023_000000002093	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748807897520051	PS1143|PS778	0	0	True	True	1.0	1923					non-mobilizable	plasmid	4083.0	100.0	100.0	0.9840887174541948	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0815_000000007072	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756560436986272	PS1143|PS778	0	0	True	True	1.0	319					non-mobilizable	other	4157.0	99.976	100.0	0.9836686390532544	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0011_000000005945	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752073360751	PS1143|PS778	0	0	True	True	1.0	418					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0858_000000001948	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752051216991783	PS1143|PS778	0	0	True	True	1.0	120					non-mobilizable	other	3935.0	99.975	100.0	0.36351875808538164	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0013_01_000000002869	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9381423984342286	PS1143|PS778	0	0	True	True	1.0	801					non-mobilizable	other	4201.0	94.76299999999999	100.0	0.9931360946745562	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0155_000000005789	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756786093049638	PS1143|PS778	0	0	True	True	1.0	1616					non-mobilizable	other	4120.0	100.0	100.0	0.9698610784082882	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0071_000000001821	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751895368843831	PS1143|PS778	0	0	True	True	1.0	85					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0024_000000004881	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	316					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0087_01_000000003218	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	463					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0315_000000002027	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	67					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0280_000000001984	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	145					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0204_000000002216	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9375183691913622	PS1143|PS778	0	0	True	True	1.0	798					non-mobilizable	other	4118.0	94.536	100.0	0.9918032786885246	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0019_000000003724	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9735296034168303	PS1143|PS778	0	0	True	True	1.0	118					non-mobilizable	other	3833.0	99.713	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0778_000000002889	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9734267907508632	PS1143|PS778	0	0	True	True	1.0	800					non-mobilizable	other	3833.0	99.68700000000001	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ITA0003_000000001217	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750197689846696	PS1143|PS778	0	0	True	True	1.0	434					non-mobilizable	other	3835.0	100.0	100.0	0.9027548858017425	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0039_000000007635	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	593					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0857_000000000316	4247	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751801281575595	PS1143|PS778	0	0	True	True	1.0	78					non-mobilizable	other	3694.0	100.0	100.0	0.34124930696728883	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0061_000000000945	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	57					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0130_000000006485	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	97					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0055_01_000000006303	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	236					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0186_000000005810	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	169					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0005_000000003009	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753692647735459	PS1143|PS778	0	0	True	True	1.0	85					non-mobilizable	other	4183.0	99.904	100.0	0.9846950788792088	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ITA0013_000000000242	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975407378689359	PS1143|PS778	0	0	True	True	0.9974099397659302	15					non-mobilizable	other	4136.0	94.729	100.0	0.9726866023075111	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0235_000000000919	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	0.9997645616531372	29					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0125_000000003522	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752209626287027	PS1143|PS778	0	0	True	True	0.9985872507095337	33					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0276_000000002503	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754253780830728	PS1143|PS778	0	0	True	True	1.0	510					non-mobilizable	other	3832.0	100.0	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0383_000000002707	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752060826529362	PS1143|PS778	0	0	True	True	1.0	408					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0368_000000002791	4247	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749995883452623	PS1143|PS778	0	0	True	True	1.0	434					non-mobilizable	other	3832.0	99.948	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0080_01_000000010204	4246	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9385367801716603	PS1143|PS778	0	0	True	True	1.0	221					non-mobilizable	other	3901.0	99.897	100.0	0.9182952672474688	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0788_000000001703	4246	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744625539397058	PS1143|PS778	0	0	True	True	1.0	25					non-mobilizable	other	4104.0	99.756	100.0	0.9891513982642237	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
FIJ0005_000000006794	4245	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.06287716954691733	PS1143|PS778	0	0	True	True	1.0	239		MOBP			mobilizable	other	2504.0	92.37200000000001	94.0	0.5867671297386391	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0028_000000007163	4245	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.06194501504685135	PS1143|PS778	0	0	True	True	1.0	240					non-mobilizable	plasmid	3310.0	95.619	94.0	0.7967695274831244	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0128_000000008155	4240	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755517645354369	PS1143|PS778	0	0	True	True	1.0	318					non-mobilizable	other	3583.0	100.0	100.0	0.33099242284235814	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0120_000000006736	4239	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9380298601022681	PS1143|PS778	0	0	True	True	1.0	119					non-mobilizable	other	4131.0	94.67399999999999	100.0	0.9765680473372781	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0063_000000004758	4238	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9571927420839075	PS1143|PS778	0	0	True	True	1.0	62					non-mobilizable	other	3785.0	96.01100000000001	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0122_000000003747	4238	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9566903168477693	PS1143|PS778	0	0	True	True	1.0	422					non-mobilizable	other	3785.0	95.958	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0001_000000006904	4238	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572940930935304	PS1143|PS778	0	0	True	True	1.0	1506					non-mobilizable	plasmid	3478.0	99.79899999999999	100.0	0.8398645379777455	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0027_000000006153	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9563432364972912	PS1143|PS778	0	0	True	True	1.0	209					non-mobilizable	other	4137.0	96.06	100.0	0.9963837994214079	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0033_000000006672	4237	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755258978425131	PS1143|PS778	0	0	True	True	1.0	248					non-mobilizable	other	3907.0	100.0	100.0	0.36093143596377747	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0355_000000004141	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574103910801878	PS1143|PS778	0	0	True	True	0.9997639656066895	87					non-mobilizable	other	3784.0	96.036	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0108_000000005087	4237	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574132719298671	PS1143|PS778	0	0	True	True	1.0	168					non-mobilizable	other	3886.0	94.10700000000001	100.0	0.9133506004238285	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0048_000000004482	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572080782839075	PS1143|PS778	0	0	True	True	1.0	128					non-mobilizable	other	3784.0	96.01	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0178_000000003635	4237	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9550390418770008	PS1143|PS778	0	0	True	True	1.0	591					non-mobilizable	plasmid	2718.0	99.853	100.0	0.6562651185292695	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0139_000000005379	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572080782839075	PS1143|PS778	0	0	True	True	1.0	344					non-mobilizable	other	3784.0	96.01	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0018_000000005110	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975607244331673	PS1143|PS778	0	0	True	True	1.0	230					non-mobilizable	other	4153.0	99.976	100.0	0.9827218934911243	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0269_000000003395	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574103910801878	PS1143|PS778	0	0	True	True	1.0	99					non-mobilizable	other	3784.0	96.036	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0067_000000006353	4237	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756556512411622	PS1143|PS778	0	0	True	True	1.0	143					non-mobilizable	other	3905.0	95.03200000000001	100.0	0.9185307275724041	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0855_000000002889	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574103910801878	PS1143|PS778	0	0	True	True	1.0	502					non-mobilizable	other	3784.0	96.036	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0052_000000007465	4237	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9576285804762364	PS1143|PS778	0	0	True	True	1.0	264					non-mobilizable	plasmid	3870.0	99.92200000000001	100.0	0.9352187575537829	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0008_000000002636	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575192180729466	PS1143|PS778	0	0	True	True	1.0	316					non-mobilizable	other	3784.0	96.06200000000001	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0110_000000005471	4237	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575988105743436	PS1143|PS778	0	0	True	True	1.0	512					non-mobilizable	other	3581.0	96.314	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0247_000000002755	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572353150930786	PS1143|PS778	0	0	True	True	0.9997639656066895	32					non-mobilizable	other	3784.0	96.01	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0263_000000002588	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574103910801878	PS1143|PS778	0	0	True	True	1.0	82					non-mobilizable	other	3784.0	96.036	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0828_000000001612	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572080782839075	PS1143|PS778	0	0	True	True	1.0	2381					non-mobilizable	other	3784.0	96.01	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MAD0093_000000006688	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9567013833072966	PS1143|PS778	0	0	True	True	1.0	159					non-mobilizable	other	3784.0	95.95700000000001	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0012_000000005606	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574103910801878	PS1143|PS778	0	0	True	True	1.0	98					non-mobilizable	other	3784.0	96.036	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0783_000000003360	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9569700900970842	PS1143|PS778	0	0	True	True	1.0	259					non-mobilizable	other	3784.0	95.98299999999999	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0845_000000002429	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572080782839075	PS1143|PS778	0	0	True	True	1.0	294					non-mobilizable	other	3784.0	96.01	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CAN0016_000000011172	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9647937223425684	PS1143|PS778	0	0	True	True	1.0	4904					non-mobilizable	other	4124.0	97.67200000000001	100.0	0.9698610784082882	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0164_000000005622	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574103910801878	PS1143|PS778	0	0	True	True	1.0	61					non-mobilizable	other	3784.0	96.036	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0021_000000005203	4237	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9571745045398222	PS1143|PS778	0	0	True	True	1.0	194					non-mobilizable	other	3784.0	96.01	100.0	0.34910367769358713	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0045_01_000000003226	4236	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9729946651763189	PS1143|PS778	0	0	True	True	1.0	239					non-mobilizable	other	3494.0	100.0	100.0	0.32276843467011646	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0318_000000001059	4236	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9730512529745138	PS1143|PS778	0	0	True	True	1.0	53					non-mobilizable	other	4109.0	99.757	100.0	0.9701775147928994	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0818_000000003951	4235	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9592456024933268	PS1143|PS778	0	0	True	True	1.0	100					non-mobilizable	plasmid	4046.0	99.16	100.0	0.9777616630408509	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0141_000000008434	4235	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975427220482701	PS1143|PS778	0	0	True	True	1.0	271					non-mobilizable	other	3579.0	99.97200000000001	100.0	0.3306228053964147	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0054_01_000000002243	4234	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9737563121844071	PS1143|PS778	0	0	True	True	1.0	347					non-mobilizable	other	3605.0	100.0	100.0	0.33302531879504715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0160_000000006265	4233	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756363460675538	PS1143|PS778	0	0	True	True	1.0	623					non-mobilizable	other	4106.0	100.0	100.0	0.9665646338591948	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0062_000000007594	4232	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756148671719248	PS1143|PS778	0	0	True	True	1.0	90					non-mobilizable	other	3576.0	100.0	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0040_000000006455	4232	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755216871751929	PS1143|PS778	0	0	True	True	1.0	176					non-mobilizable	other	3576.0	100.0	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0219_000000007487	4231	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9728512270680776	PS1143|PS778	0	0	True	True	1.0	167					non-mobilizable	other	4203.0	99.738	99.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0089_000000005564	4231	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753986341469604	PS1143|PS778	0	0	True	True	1.0	60					non-mobilizable	other	3573.0	99.97200000000001	100.0	0.33006837922749954	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0042_000000005961	4231	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756153889623351	PS1143|PS778	0	0	True	True	1.0	104					non-mobilizable	other	3574.0	100.0	100.0	0.3301607835889854	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0112_000000006379	4230	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749867800639588	PS1143|PS778	0	0	True	True	1.0	478					non-mobilizable	other	3553.0	100.0	100.0	0.3282202919977823	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0189_000000002645	4229	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756027080911006	PS1143|PS778	0	0	True	True	1.0	161					non-mobilizable	other	3572.0	100.0	100.0	0.32997597486601365	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0127_000000006948	4229	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9690325510991415	PS1143|PS778	0	0	True	True	1.0	345					non-mobilizable	other	4152.0	98.555	100.0	0.9810650887573964	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0215_000000006779	4229	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9728507674700155	PS1143|PS778	0	0	True	True	1.0	258					non-mobilizable	other	4203.0	99.738	99.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0238_000000003158	4229	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975400100616361	PS1143|PS778	0	0	True	True	1.0	107					non-mobilizable	other	3606.0	100.0	100.0	0.333117723156533	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0202_000000005493	4228	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752505144843986	PS1143|PS778	0	0	True	True	1.0	1545					non-mobilizable	other	3901.0	99.949	100.0	0.3602846054333765	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0096_000000008395	4228	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9726378697666455	PS1143|PS778	0	0	True	True	1.0	502					non-mobilizable	other	4126.0	94.741	100.0	0.9703319990581587	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0103_000000006157	4228	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754235768881555	PS1143|PS778	0	0	True	True	1.0	172					non-mobilizable	other	3449.0	100.0	100.0	0.31861023840325264	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0004_000000003385	4228	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.97181031798485	PS1143|PS778	0	0	True	True	1.0	6603					non-mobilizable	plasmid	4149.0	99.59	100.0	0.9997589199614272	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
CHI0134_000000003094	4228	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9385548500933902	PS1143|PS778	0	0	True	True	1.0	127					non-mobilizable	other	3736.0	99.946	100.0	0.8794443136331528	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0014_01_000000001685	4228	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750275014272284	PS1143|PS778	0	0	True	True	0.9997634887695312	24					non-mobilizable	other	3605.0	99.97200000000001	100.0	0.33302531879504715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0208_000000006082	4228	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753739261150688	PS1143|PS778	0	0	True	True	1.0	36					non-mobilizable	other	3548.0	99.97200000000001	100.0	0.327758270190353	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0046_000000006334	4228	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.972898673556794	PS1143|PS778	0	0	True	True	1.0	1022					non-mobilizable	other	4101.0	99.585	100.0	0.9651518719095832	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0162_000000005756	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975613305804812	PS1143|PS778	0	0	True	True	1.0	172					non-mobilizable	other	3553.0	100.0	100.0	0.3282202919977823	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0173_000000003955	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756084718139454	PS1143|PS778	0	0	True	True	1.0	220					non-mobilizable	other	4155.0	99.976	100.0	0.9831952662721893	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0043_000000007725	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756084718139454	PS1143|PS778	0	0	True	True	1.0	983					non-mobilizable	other	4155.0	99.976	100.0	0.9831952662721893	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0037_01_000000008404	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	140					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0015_01_000000007562	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749030704351541	PS1143|PS778	0	0	True	True	1.0	1162					non-mobilizable	plasmid	4057.0	100.0	100.0	0.9778206364513018	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ENG0116_000000005304	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9377820351707288	PS1143|PS778	0	0	True	True	1.0	2668					non-mobilizable	other	3851.0	99.896	100.0	0.9065222510007064	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0153_000000006795	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756159989044362	PS1143|PS778	0	0	True	True	1.0	397					non-mobilizable	other	4100.0	100.0	100.0	0.9651518719095832	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0192_000000004122	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975594721238911	PS1143|PS778	0	0	True	True	1.0	197					non-mobilizable	other	4134.0	99.976	100.0	0.978224852071006	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0209_000000004479	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9360178018143996	PS1143|PS778	0	0	True	True	1.0	1190					non-mobilizable	plasmid	3971.0	94.132	100.0	0.9562484892434131	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0305_000000003559	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975479782103743	PS1143|PS778	0	0	True	True	1.0	144					non-mobilizable	plasmid	4022.0	100.0	100.0	0.9693828351012537	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ENG0133_000000005802	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975147650449177	PS1143|PS778	0	0	True	True	1.0	1518					non-mobilizable	other	4148.0	94.79299999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AST0047_000000004926	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9745773678330405	PS1143|PS778	0	0	True	True	1.0	63					non-mobilizable	other	4157.0	99.78299999999999	100.0	0.9836686390532544	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0145_000000007746	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	402					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0047_000000003758	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756014074570161	PS1143|PS778	0	0	True	True	1.0	177					non-mobilizable	other	3576.0	100.0	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0024_000000007517	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756159989044362	PS1143|PS778	0	0	True	True	1.0	79					non-mobilizable	other	4100.0	100.0	100.0	0.9651518719095832	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0083_000000005263	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756295138379809	PS1143|PS778	0	0	True	True	1.0	2086					non-mobilizable	other	3876.0	100.0	100.0	0.35806690075771574	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0113_000000006594	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751686486184193	PS1143|PS778	0	0	True	True	1.0	839					non-mobilizable	plasmid	4031.0	100.0	100.0	0.9715525554484089	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ENG0181_000000005078	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	84					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0026_01_000000008027	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756103511428648	PS1143|PS778	0	0	True	True	1.0	1495					non-mobilizable	other	4183.0	100.0	100.0	0.9846950788792088	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0062_000000005808	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	347					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0135_000000005838	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9384203595693715	PS1143|PS778	0	0	True	True	1.0	7268					non-mobilizable	other	4006.0	94.55799999999999	100.0	0.9420767600659289	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0045_000000006516	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756109186922679	PS1143|PS778	0	0	True	True	1.0	701					non-mobilizable	other	4133.0	99.976	100.0	0.9779881656804734	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0032_000000004450	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756128817443138	PS1143|PS778	0	0	True	True	1.0	121					non-mobilizable	other	3552.0	100.0	100.0	0.3281278876362964	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0044_000000004106	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756172333270648	PS1143|PS778	0	0	True	True	1.0	1279					non-mobilizable	other	4191.0	100.0	100.0	0.9865787614786908	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0266_000000003287	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750110107876458	PS1143|PS778	0	0	True	True	1.0	56					non-mobilizable	other	3571.0	99.916	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0030_000000004475	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9737082719732698	PS1143|PS778	0	0	True	True	1.0	191					non-mobilizable	other	4156.0	99.711	100.0	0.9831952662721893	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0197_000000005599	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9728498522560904	PS1143|PS778	0	0	True	True	1.0	95					non-mobilizable	other	4203.0	99.738	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0082_000000006497	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753843281774476	PS1143|PS778	0	0	True	True	1.0	35					non-mobilizable	other	4034.0	100.0	100.0	0.9496114904638568	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0110_000000007118	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	450					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0009_01_000000005729	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752833422800758	PS1143|PS778	0	0	True	True	1.0	222					non-mobilizable	other	4100.0	99.95100000000001	100.0	0.9651518719095832	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0031_01_000000007146	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752305601733366	PS1143|PS778	0	0	True	True	1.0	420					non-mobilizable	other	3878.0	99.948	100.0	0.35825170948068746	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0051_000000009948	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756265882392211	PS1143|PS778	0	0	True	True	1.0	2099					non-mobilizable	other	3900.0	100.0	100.0	0.3602846054333765	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0089_000000005182	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756127332404325	PS1143|PS778	0	0	True	True	1.0	1330					non-mobilizable	other	4191.0	100.0	100.0	0.9865787614786908	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0040_01_000000004220	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754567017502409	PS1143|PS778	0	0	True	True	1.0	4192					non-mobilizable	other	4111.0	99.976	100.0	0.9727810650887574	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0127_000000006014	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756127424527319	PS1143|PS778	0	0	True	True	1.0	110					non-mobilizable	other	4170.0	100.0	100.0	0.9816340946550506	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0131_000000005341	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9747497952061545	PS1143|PS778	0	0	True	True	1.0	395					non-mobilizable	other	4202.0	100.0	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0198_000000004406	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751686483574974	PS1143|PS778	0	0	True	True	1.0	532					non-mobilizable	plasmid	4032.0	100.0	100.0	0.9717936354869817	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
SPA0007_000000005537	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.938135064864962	PS1143|PS778	0	0	True	True	1.0	1179					non-mobilizable	other	4211.0	94.77600000000001	100.0	0.9955029585798817	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0012_000000005877	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756312484905025	PS1143|PS778	0	0	True	True	1.0	691					non-mobilizable	other	3875.0	100.0	100.0	0.3579744963962299	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0030_01_000000004029	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756030727221653	PS1143|PS778	0	0	True	True	1.0	405					non-mobilizable	other	4157.0	99.976	100.0	0.9836686390532544	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0400_000000004064	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9736827855140922	PS1143|PS778	0	0	True	True	1.0	1455					non-mobilizable	other	3572.0	99.69200000000001	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AUS0018_000000006410	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751047403988188	PS1143|PS778	0	0	True	True	1.0	772					non-mobilizable	other	4064.0	99.803	100.0	0.9795081967213115	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
AUS0006_000000005055	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753770684607327	PS1143|PS778	0	0	True	True	1.0	3288					non-mobilizable	other	4131.0	99.976	100.0	0.972451141982576	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0019_000000004980	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753023217286607	PS1143|PS778	0	0	True	True	1.0	616					non-mobilizable	other	3694.0	99.973	100.0	0.34124930696728883	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0340_000000005923	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756084718139454	PS1143|PS778	0	0	True	True	1.0	559					non-mobilizable	other	4155.0	99.976	100.0	0.9831952662721893	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0326_000000003950	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754509913509808	PS1143|PS778	0	0	True	True	1.0	183					non-mobilizable	other	3598.0	100.0	100.0	0.3323784882646461	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0118_000000003249	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751444715972452	PS1143|PS778	0	0	True	True	1.0	1149					non-mobilizable	other	3878.0	99.948	100.0	0.35825170948068746	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0375_000000004421	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9738335522670014	PS1143|PS778	0	0	True	True	1.0	28					non-mobilizable	other	4158.0	99.711	100.0	0.9836686390532544	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0103_000000004589	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753412582219764	PS1143|PS778	0	0	True	True	1.0	3625					non-mobilizable	other	3522.0	100.0	100.0	0.3253557567917206	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0158_000000003551	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9745431733342067	PS1143|PS778	0	0	True	True	1.0	920					non-mobilizable	other	4202.0	99.929	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0281_000000003601	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756159989044362	PS1143|PS778	0	0	True	True	1.0	74					non-mobilizable	other	4100.0	100.0	100.0	0.9651518719095832	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0121_000000004290	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752012642098025	PS1143|PS778	0	0	True	True	1.0	4791					non-mobilizable	other	3431.0	99.971	100.0	0.3169469598965071	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0027_01_000000006358	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753908334019157	PS1143|PS778	0	0	True	True	1.0	105					non-mobilizable	other	4207.0	99.976	100.0	0.9955029585798817	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0038_01_000000004594	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755952333269838	PS1143|PS778	0	0	True	True	1.0	670					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0150_000000006226	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751845062479447	PS1143|PS778	0	0	True	True	1.0	165					non-mobilizable	other	3897.0	99.949	100.0	0.9173534259477278	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0145_000000007839	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755989799409094	PS1143|PS778	0	0	True	True	1.0	1929		MOBP			mobilizable	other	3409.0	100.0	100.0	0.8024487873793266	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0024_000000006422	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754084224104378	PS1143|PS778	0	0	True	True	1.0	191					non-mobilizable	other	4149.0	94.77	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0132_000000009179	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756212965699746	PS1143|PS778	0	0	True	True	1.0	444					non-mobilizable	other	4146.0	99.976	100.0	0.9810650887573964	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0132_01_000000004167	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9746690253696977	PS1143|PS778	0	0	True	True	1.0	1946					non-mobilizable	plasmid	4077.0	100.0	100.0	0.982642237222758	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
DEN0073_000000011145	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756030727221653	PS1143|PS778	0	0	True	True	1.0	540					non-mobilizable	other	4157.0	99.976	100.0	0.9836686390532544	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0146_000000005597	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9729000916241298	PS1143|PS778	0	0	True	True	1.0	519					non-mobilizable	other	3575.0	99.60799999999999	100.0	0.33025318795047126	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0106_000000004888	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9383661583339907	PS1143|PS778	0	0	True	True	1.0	1556					non-mobilizable	other	4145.0	100.0	100.0	0.9757475865316694	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0271_000000003419	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	118					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0086_01_000000004449	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755106858554223	PS1143|PS778	0	0	True	True	1.0	1094					non-mobilizable	other	3725.0	100.0	100.0	0.34411384217335056	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0155_000000005547	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9747497952061545	PS1143|PS778	0	0	True	True	1.0	929					non-mobilizable	other	4202.0	100.0	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0093_01_000000004687	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755717321709588	PS1143|PS778	0	0	True	True	1.0	1561					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0143_000000004521	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753825817390877	PS1143|PS778	0	0	True	True	1.0	50					non-mobilizable	other	3553.0	100.0	100.0	0.3282202919977823	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0165_000000004245	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.974540210829615	PS1143|PS778	0	0	True	True	1.0	1311					non-mobilizable	plasmid	4065.0	99.95100000000001	100.0	0.9797492767598843	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
AUS0008_000000004935	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754057379614447	PS1143|PS778	0	0	True	True	1.0	979					non-mobilizable	other	3542.0	99.97200000000001	100.0	0.3272038440214378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0021_01_000000004356	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756084718139454	PS1143|PS778	0	0	True	True	1.0	687					non-mobilizable	other	4155.0	99.976	100.0	0.9831952662721893	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0172_000000004604	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752307792627107	PS1143|PS778	0	0	True	True	1.0	724					non-mobilizable	other	3598.0	99.97200000000001	100.0	0.3323784882646461	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0135_000000004793	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.973081502465164	PS1143|PS778	0	0	True	True	1.0	1433					non-mobilizable	other	4155.0	99.59100000000001	100.0	0.9831952662721893	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0051_000000003981	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9366554830896295	PS1143|PS778	0	0	True	True	1.0	530					non-mobilizable	plasmid	3971.0	94.208	100.0	0.9562484892434131	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0090_000000004981	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	498					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0053_01_000000005193	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751334887308393	PS1143|PS778	0	0	True	True	1.0	397					non-mobilizable	plasmid	4125.0	100.0	100.0	0.9942140790742526	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
SPA0006_000000007479	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	433					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0050_000000005571	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755717321709588	PS1143|PS778	0	0	True	True	1.0	246					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0350_000000003841	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751849112067456	PS1143|PS778	0	0	True	True	1.0	654					non-mobilizable	other	3555.0	99.97200000000001	100.0	0.328405100720754	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0387_000000005510	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9735895207333076	PS1143|PS778	0	0	True	True	1.0	201					non-mobilizable	other	3572.0	99.69200000000001	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0196_000000004145	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9746795247637448	PS1143|PS778	0	0	True	True	1.0	78					non-mobilizable	plasmid	4138.0	100.0	100.0	0.9973481195756991	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
SPA0024_000000003945	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	1506					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0183_000000006522	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755651156290115	PS1143|PS778	0	0	True	True	1.0	236					non-mobilizable	other	4226.0	100.0	100.0	0.9948198728514245	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0144_000000003753	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753488135790019	PS1143|PS778	0	0	True	True	1.0	303					non-mobilizable	other	3571.0	99.97200000000001	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0052_000000008869	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751095957825673	PS1143|PS778	0	0	True	True	1.0	1026					non-mobilizable	other	4226.0	99.95299999999999	100.0	0.9948198728514245	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0102_000000006943	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975594721238911	PS1143|PS778	0	0	True	True	1.0	123					non-mobilizable	other	4134.0	99.976	100.0	0.978224852071006	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0371_000000003568	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753507119019519	PS1143|PS778	0	0	True	True	1.0	90					non-mobilizable	other	3556.0	100.0	100.0	0.3284975050822399	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0143_000000004162	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753488135790019	PS1143|PS778	0	0	True	True	1.0	282					non-mobilizable	other	3571.0	99.97200000000001	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0009_000000007249	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	241					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0099_000000004403	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751628018094188	PS1143|PS778	0	0	True	True	1.0	2098		MOBP			mobilizable	other	3431.0	99.94200000000001	100.0	0.8076289145279021	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0148_000000008967	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9728498522560904	PS1143|PS778	0	0	True	True	1.0	764					non-mobilizable	other	4203.0	99.738	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0080_000000005719	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753826472187931	PS1143|PS778	0	0	True	True	1.0	1421					non-mobilizable	other	4177.0	99.976	100.0	0.9832823169295973	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0376_000000004837	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756212965699746	PS1143|PS778	0	0	True	True	1.0	65					non-mobilizable	other	4146.0	99.976	100.0	0.9810650887573964	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0112_000000008157	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	775					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0063_000000010179	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753456477738448	PS1143|PS778	0	0	True	True	1.0	1801					non-mobilizable	other	4134.0	99.95200000000001	100.0	0.978224852071006	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0206_000000005848	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755717321709588	PS1143|PS778	0	0	True	True	1.0	195					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0080_000000002934	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9743603336107001	PS1143|PS778	0	0	True	True	1.0	121					non-mobilizable	other	4146.0	99.831	100.0	0.9810650887573964	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0076_000000002677	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756202531872832	PS1143|PS778	0	0	True	True	1.0	1190					non-mobilizable	other	3545.0	100.0	100.0	0.3274810571058954	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0059_000000002911	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753016803016631	PS1143|PS778	0	0	True	True	1.0	1170					non-mobilizable	other	4148.0	99.855	100.0	0.9997589199614272	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
CHI0042_000000002895	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9736168784092957	PS1143|PS778	0	0	True	True	1.0	34					non-mobilizable	other	3606.0	99.695	100.0	0.33302531879504715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0231_000000003403	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755952333269838	PS1143|PS778	0	0	True	True	1.0	17					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0125_01_000000005971	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975571046287174	PS1143|PS778	0	0	True	True	1.0	67					non-mobilizable	other	4130.0	99.976	100.0	0.9772781065088757	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0096_000000007828	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9383516842071103	PS1143|PS778	0	0	True	True	1.0	564					non-mobilizable	other	4145.0	99.90299999999999	100.0	0.9757475865316694	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0182_000000006481	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753631901723061	PS1143|PS778	0	0	True	True	1.0	2098					non-mobilizable	plasmid	4116.0	100.0	100.0	0.9920443587270974	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
SPA0105_000000006493	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750203863548161	PS1143|PS778	0	0	True	True	1.0	2795					non-mobilizable	other	3563.0	99.916	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0140_000000006552	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756125787517153	PS1143|PS778	0	0	True	True	1.0	695					non-mobilizable	other	3555.0	100.0	100.0	0.328405100720754	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0061_000000009361	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	287					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0039_000000003119	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753351806023919	PS1143|PS778	0	0	True	True	1.0	2709					non-mobilizable	other	4176.0	99.95200000000001	100.0	0.9881656804733728	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0078_01_000000003404	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9747714092873837	PS1143|PS778	0	0	True	True	1.0	697					non-mobilizable	plasmid	4082.0	100.0	100.0	0.983847637415622	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
USA0106_01_000000002637	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756151442681991	PS1143|PS778	0	0	True	True	1.0	1004					non-mobilizable	other	4195.0	100.0	100.0	0.9875206027784318	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0166_000000001855	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749288049438627	PS1143|PS778	0	0	True	True	1.0	141					non-mobilizable	other	3605.0	99.945	100.0	0.33302531879504715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0136_000000002947	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752990992026886	PS1143|PS778	0	0	True	True	1.0	2370					non-mobilizable	other	4100.0	94.68299999999999	100.0	0.9642100306098422	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0799_000000003301	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751510473663273	PS1143|PS778	0	0	True	True	1.0	788					non-mobilizable	other	3605.0	99.97200000000001	100.0	0.33302531879504715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0224_000000006502	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756212965699746	PS1143|PS778	0	0	True	True	1.0	80					non-mobilizable	other	4146.0	99.976	100.0	0.9810650887573964	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0128_000000005907	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.938341317645306	PS1143|PS778	0	0	True	True	1.0	120					non-mobilizable	other	3901.0	99.97399999999999	100.0	0.9182952672474688	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0299_000000001861	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753866109190374	PS1143|PS778	0	0	True	True	1.0	24					non-mobilizable	other	3605.0	100.0	100.0	0.33302531879504715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0337_000000002035	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750262426719507	PS1143|PS778	0	0	True	True	1.0	58					non-mobilizable	plasmid	4022.0	99.95	100.0	0.9693828351012537	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
SPA0156_000000003350	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9745431733342067	PS1143|PS778	0	0	True	True	1.0	860					non-mobilizable	other	4202.0	99.929	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0007_000000006163	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	665					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0030_000000005039	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9381836872931475	PS1143|PS778	0	0	True	True	1.0	1740					non-mobilizable	other	4104.0	94.639	100.0	0.9651518719095832	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0391_000000002757	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756103511428648	PS1143|PS778	0	0	True	True	1.0	173					non-mobilizable	other	4183.0	100.0	100.0	0.9846950788792088	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0088_000000005637	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975621725532135	PS1143|PS778	0	0	True	True	1.0	1854					non-mobilizable	other	3543.0	100.0	100.0	0.32729624838292365	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ITA0001_000000000348	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754809386207919	PS1143|PS778	0	0	True	True	1.0	77					non-mobilizable	other	3415.0	100.0	100.0	0.3154684901127333	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0171_000000001469	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756103511428648	PS1143|PS778	0	0	True	True	1.0	2452					non-mobilizable	other	4183.0	100.0	100.0	0.9846950788792088	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0095_000000006424	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755717321709588	PS1143|PS778	0	0	True	True	1.0	259					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0076_000000001705	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9475685316026863	PS1143|PS778	0	0	True	True	1.0	30					non-mobilizable	other	4156.0	96.24600000000001	100.0	0.9831952662721893	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0147_000000003217	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754565027250445	PS1143|PS778	0	0	True	True	1.0	905					non-mobilizable	plasmid	3994.0	100.0	100.0	0.962632594021215	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0336_000000002762	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749599127799862	PS1143|PS778	0	0	True	True	1.0	174					non-mobilizable	other	3605.0	99.945	100.0	0.33302531879504715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0272_000000002580	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.973319420139329	PS1143|PS778	0	0	True	True	1.0	263					non-mobilizable	other	3599.0	99.694	100.0	0.3323784882646461	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0083_000000002370	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751719907649397	PS1143|PS778	0	0	True	True	1.0	1438					non-mobilizable	other	4045.0	99.95100000000001	100.0	0.9522015540381445	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0018_000000006604	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9735403620413327	PS1143|PS778	0	0	True	True	1.0	1924					non-mobilizable	other	4134.0	99.613	100.0	0.996142719382835	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ENG0057_000000005152	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9385943650200967	PS1143|PS778	0	0	True	True	1.0	450					non-mobilizable	other	4123.0	99.927	100.0	0.970567459383094	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MAD0053_000000002980	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753866109190374	PS1143|PS778	0	0	True	True	1.0	21					non-mobilizable	other	3605.0	100.0	100.0	0.33302531879504715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0116_01_000000006307	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756159989044362	PS1143|PS778	0	0	True	True	1.0	588					non-mobilizable	other	4100.0	100.0	100.0	0.9651518719095832	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0378_000000005171	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753735456858107	PS1143|PS778	0	0	True	True	1.0	97					non-mobilizable	other	4171.0	99.976	100.0	0.9818695549799858	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0060_000000002748	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9736164435446624	PS1143|PS778	0	0	True	True	1.0	890					non-mobilizable	other	3606.0	99.723	100.0	0.33302531879504715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0001_000000009277	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9389986747372598	PS1143|PS778	0	0	True	True	1.0	676					non-mobilizable	other	4145.0	99.87899999999999	100.0	0.9757475865316694	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0274_000000001126	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754809386207919	PS1143|PS778	0	0	True	True	1.0	36					non-mobilizable	other	3415.0	100.0	100.0	0.3154684901127333	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0061_01_000000002702	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753306887242552	PS1143|PS778	0	0	True	True	1.0	3580					non-mobilizable	other	4117.0	99.87899999999999	100.0	0.9922854387656702	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
SPA0090_000000007716	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753504139089183	PS1143|PS778	0	0	True	True	1.0	1102					non-mobilizable	other	3571.0	99.97200000000001	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0146_000000009088	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9747714092873837	PS1143|PS778	0	0	True	True	1.0	414					non-mobilizable	plasmid	4082.0	100.0	100.0	0.983847637415622	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
SPA0102_000000008845	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9724787388861669	PS1143|PS778	0	0	True	True	1.0	5857					non-mobilizable	plasmid	4122.0	99.685	100.0	0.9932497589199615	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
SPA0157_000000001336	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9745431733342067	PS1143|PS778	0	0	True	True	1.0	359					non-mobilizable	other	4202.0	99.929	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0046_01_000000002533	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751699769606234	PS1143|PS778	0	0	True	True	1.0	4647					non-mobilizable	plasmid	4024.0	100.0	100.0	0.9698649951783992	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0072_000000006195	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	27					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0013_000000006226	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756312484905025	PS1143|PS778	0	0	True	True	1.0	1325					non-mobilizable	other	3875.0	100.0	100.0	0.3579744963962299	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0001_000000005834	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750569421538884	PS1143|PS778	0	0	True	True	1.0	534					non-mobilizable	other	3878.0	99.92299999999999	100.0	0.35825170948068746	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0067_000000006753	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748772656321465	PS1143|PS778	0	0	True	True	1.0	1354					non-mobilizable	plasmid	4065.0	100.0	100.0	0.9797492767598843	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ENG0098_000000006000	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756125787517153	PS1143|PS778	0	0	True	True	1.0	850					non-mobilizable	other	3555.0	100.0	100.0	0.328405100720754	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0176_000000002158	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755572379194003	PS1143|PS778	0	0	True	True	1.0	3627					non-mobilizable	other	3890.0	100.0	100.0	0.9157052036731811	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AUS0002_000000007748	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9746362167941965	PS1143|PS778	0	0	True	True	1.0	2679					non-mobilizable	other	4202.0	99.976	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0129_000000006313	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9730017808024625	PS1143|PS778	0	0	True	True	1.0	35					non-mobilizable	other	3575.0	99.441	100.0	0.33025318795047126	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0022_01_000000001905	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754509913509808	PS1143|PS778	0	0	True	True	1.0	2018					non-mobilizable	other	3598.0	100.0	100.0	0.3323784882646461	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0148_000000006865	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754221204622097	PS1143|PS778	0	0	True	True	1.0	78					non-mobilizable	plasmid	3977.0	100.0	100.0	0.9585342333654774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ENG0033_000000006186	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755103654510302	PS1143|PS778	0	0	True	True	1.0	229					non-mobilizable	other	3575.0	100.0	100.0	0.33025318795047126	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0081_000000003049	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753595593655868	PS1143|PS778	0	0	True	True	0.9997634291648865	83					non-mobilizable	other	3563.0	99.97200000000001	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0141_000000006400	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	True	ENG0141_000000006400	0.9846488232220266	PS1143|PS778	813	13	True	True	1.0	302					non-mobilizable	other	3571.0	99.97200000000001	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0039_000000005447	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9732611744742552	PS1143|PS778	0	0	True	True	1.0	650					non-mobilizable	other	4140.0	99.63799999999999	100.0	0.38246165218998335	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0053_000000006179	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	1310					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0082_01_000000006933	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9742934382620866	PS1143|PS778	0	0	True	True	1.0	365					non-mobilizable	plasmid	4126.0	100.0	99.0	0.9944551591128254	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ENG0102_000000006136	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755952333269838	PS1143|PS778	0	0	True	True	1.0	1283					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0085_000000008015	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9747497952061545	PS1143|PS778	0	0	True	True	1.0	12432					non-mobilizable	other	4202.0	100.0	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0014_000000006043	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9360034658745143	PS1143|PS778	0	0	True	True	1.0	1576					non-mobilizable	plasmid	3971.0	94.132	100.0	0.9562484892434131	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
USA0010_01_000000006420	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756298213134905	PS1143|PS778	0	0	True	True	1.0	503					non-mobilizable	other	3528.0	100.0	100.0	0.8304685660466211	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0285_000000003119	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	269					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0107_000000007247	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9728498522560904	PS1143|PS778	0	0	True	True	1.0	134					non-mobilizable	other	4203.0	99.738	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0150_000000002096	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751548673534526	PS1143|PS778	0	0	True	True	1.0	57					non-mobilizable	other	3605.0	99.97200000000001	100.0	0.33302531879504715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0134_01_000000001063	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754509913509808	PS1143|PS778	0	0	True	True	1.0	1278					non-mobilizable	other	3598.0	100.0	100.0	0.3323784882646461	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0184_000000002083	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754479146358425	PS1143|PS778	0	0	True	True	1.0	1226					non-mobilizable	other	4122.0	99.95100000000001	100.0	0.9753846153846154	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0157_000000006795	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755862151996624	PS1143|PS778	0	0	True	True	1.0	113					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0073_000000006155	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756014074570161	PS1143|PS778	0	0	True	True	1.0	1190					non-mobilizable	other	3576.0	100.0	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0003_000000006569	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9360572823232766	PS1143|PS778	0	0	True	True	1.0	193					non-mobilizable	plasmid	3971.0	94.15799999999999	100.0	0.9562484892434131	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
USA0071_01_000000003252	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752861820981032	PS1143|PS778	0	0	True	True	1.0	5089					non-mobilizable	other	4218.0	99.976	100.0	0.9929361902519426	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0119_000000007668	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754509913509808	PS1143|PS778	0	0	True	True	1.0	238					non-mobilizable	other	3598.0	100.0	100.0	0.3323784882646461	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0123_000000002487	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752900232152776	PS1143|PS778	0	0	True	True	1.0	2830					non-mobilizable	other	3375.0	99.97	100.0	0.3117723156532988	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0022_000000008666	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9729806547029822	PS1143|PS778	0	0	True	True	1.0	1547					non-mobilizable	other	4203.0	99.738	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0185_000000005486	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756172333270648	PS1143|PS778	0	0	True	True	1.0	1339					non-mobilizable	other	4191.0	100.0	100.0	0.9865787614786908	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0380_000000002655	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755341458012626	PS1143|PS778	0	0	True	True	1.0	170					non-mobilizable	other	3694.0	100.0	100.0	0.34124930696728883	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0073_000000006135	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9756030727221653	PS1143|PS778	0	0	True	True	1.0	29					non-mobilizable	other	4157.0	99.976	100.0	0.9836686390532544	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0163_000000001149	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754809386207919	PS1143|PS778	0	0	True	True	1.0	42					non-mobilizable	other	3415.0	100.0	100.0	0.3154684901127333	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0208_000000007068	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753400163967664	PS1143|PS778	0	0	True	True	1.0	446					non-mobilizable	other	3612.0	100.0	100.0	0.33367214932544814	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0268_000000003973	4227	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9747497952061545	PS1143|PS778	0	0	True	True	1.0	512					non-mobilizable	other	4202.0	100.0	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0303_000000002600	4227	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9737115504775421	PS1143|PS778	0	0	True	True	1.0	141					non-mobilizable	other	4184.0	99.73700000000001	100.0	0.9846950788792088	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0328_000000006338	4226	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744868966359093	PS1143|PS778	0	0	True	True	1.0	582					non-mobilizable	other	4202.0	99.976	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0386_000000008343	4226	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753571232895182	PS1143|PS778	0	0	True	True	1.0	927					non-mobilizable	other	3570.0	99.97200000000001	100.0	0.32979116614304194	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0273_000000001954	4226	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751751282454824	PS1143|PS778	0	0	True	True	1.0	49					non-mobilizable	other	4133.0	99.855	100.0	0.996142719382835	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
FIJ0060_000000003072	4225	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.06281833268493567	PS1143|PS778	0	0	True	True	1.0	11					non-mobilizable	plasmid	3396.0	95.554	94.0	0.8182256509161041	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
FIJ0088_000000006557	4225	0.9843013735289918	10	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.0619526410210509	PS1143|PS778	0	0	True	True	1.0	128					non-mobilizable	plasmid	3523.0	95.402	94.0	0.8486017357762777	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
CHI0084_000000000732	4225	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9736883186036256	PS1143|PS778	0	0	True	True	1.0	5					non-mobilizable	plasmid	3996.0	99.725	100.0	0.9628736740597879	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0365_000000003414	4223	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.937747582064277	PS1143|PS778	0	0	True	True	0.9978688359260559	12		MOBP			mobilizable	other	3489.0	100.0	100.0	0.8212856133741464	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0393_000000003998	4223	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9568676827511623	PS1143|PS778	0	0	True	True	1.0	8					non-mobilizable	plasmid	3790.0	99.815	99.0	0.9155781325592647	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
USA0113_01_000000004486	4223	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755439548696694	PS1143|PS778	0	0	True	True	1.0	766					non-mobilizable	other	3580.0	100.0	100.0	0.3307152097579006	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0140_000000007112	4223	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744885744238815	PS1143|PS778	0	0	True	True	1.0	62					non-mobilizable	plasmid	3973.0	99.899	100.0	0.9575699132111861	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
CHI0131_000000003479	4221	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9631557181770594	PS1143|PS778	0	0	True	True	1.0	245					non-mobilizable	other	3564.0	98.45700000000001	100.0	0.32905193125115506	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0007_000000003177	4221	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9686916401647284	PS1143|PS778	0	0	True	True	1.0	167					non-mobilizable	other	3564.0	98.26	100.0	0.3292367399741268	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0035_000000004113	4221	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9715044873156626	PS1143|PS778	0	0	True	True	1.0	37					non-mobilizable	other	3565.0	99.215	100.0	0.32932914433561267	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0011_000000004999	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752286820907373	PS1143|PS778	0	0	True	True	1.0	4906					non-mobilizable	other	3563.0	99.97200000000001	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0228_000000005701	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752341274216553	PS1143|PS778	0	0	True	True	1.0	89					non-mobilizable	other	3563.0	99.97200000000001	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0186_000000004054	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	2077					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0117_000000005140	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.937654594107081	PS1143|PS778	0	0	True	True	1.0	415					non-mobilizable	other	3878.0	99.948	100.0	0.9128796797739581	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0265_000000003627	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9735584006672355	PS1143|PS778	0	0	True	True	1.0	53					non-mobilizable	other	3564.0	99.691	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0027_000000004758	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	2250					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0087_000000006561	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	194					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0002_000000004651	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	880					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0022_000000004649	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975241668000078	PS1143|PS778	0	0	True	True	1.0	1218					non-mobilizable	other	3563.0	99.97200000000001	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0037_000000007459	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	1027					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0006_000000005957	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	2638					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0036_01_000000008987	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	318					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0002_000000005911	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9729864268045664	PS1143|PS778	0	0	True	True	1.0	749					non-mobilizable	other	3562.0	99.551	100.0	0.32905193125115506	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0064_000000005382	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752286820907373	PS1143|PS778	0	0	True	True	1.0	753					non-mobilizable	other	3563.0	99.97200000000001	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0072_000000002788	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	925					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0045_000000002854	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752258300246157	PS1143|PS778	0	0	True	True	1.0	3961					non-mobilizable	other	3563.0	99.97200000000001	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0300_000000001558	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	80					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0029_000000005704	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	580					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0142_000000000213	4219	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9568933136279906	PS1143|PS778	0	0	True	True	1.0	51					non-mobilizable	plasmid	3684.0	99.70100000000001	100.0	0.8894533139816159	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
USA0008_01_000000001871	4219	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754648717104807	PS1143|PS778	0	0	True	True	1.0	200					non-mobilizable	other	3563.0	100.0	100.0	0.3291443356126409	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0398_000000005363	4218	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574693613280478	PS1143|PS778	0	0	True	True	1.0	292					non-mobilizable	plasmid	3702.0	99.919	100.0	0.8943678994440416	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0338_000000005527	4218	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572595626271461	PS1143|PS778	0	0	True	True	1.0	299					non-mobilizable	plasmid	4031.0	99.82600000000001	99.0	0.9736332849540397	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0017_000000002661	4218	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9566585491782129	PS1143|PS778	0	0	True	True	1.0	2792					non-mobilizable	plasmid	3987.0	99.875	100.0	0.9630166787527193	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0275_000000003203	4218	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9565696533198743	PS1143|PS778	0	0	True	True	1.0	127					non-mobilizable	plasmid	3785.0	99.84100000000001	100.0	0.9141267537493952	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ITA0007_000000000057	4218	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744935265998512	PS1143|PS778	0	0	True	True	0.9957325458526611	9					non-mobilizable	other	4100.0	99.70700000000001	100.0	0.9881870781099324	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
SPA0001_000000007986	4218	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9576686948049916	PS1143|PS778	0	0	True	True	1.0	1038					non-mobilizable	other	3891.0	94.166	100.0	0.9145279020485049	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0050_000000006164	4218	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572246570544408	PS1143|PS778	0	0	True	True	1.0	657					non-mobilizable	other	3884.0	94.07799999999999	100.0	0.9126442194490229	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0084_01_000000007525	4218	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574603534164049	PS1143|PS778	0	0	True	True	1.0	230					non-mobilizable	other	3892.0	94.116	100.0	0.91476336237344	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0018_000000005070	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9577407589300733	PS1143|PS778	0	0	True	True	1.0	1332					non-mobilizable	plasmid	3853.0	99.87	100.0	0.9308176100628931	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0026_000000007267	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9576759357364826	PS1143|PS778	0	0	True	True	1.0	25					non-mobilizable	other	3899.0	95.92200000000001	100.0	0.9168825052978573	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0031_000000006903	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574701315141836	PS1143|PS778	0	0	True	True	1.0	37					non-mobilizable	other	3883.0	94.102	100.0	0.9126442194490229	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0246_000000004221	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575260794378873	PS1143|PS778	0	0	True	True	1.0	35					non-mobilizable	other	4151.0	93.977	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0111_000000007955	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574320257867445	PS1143|PS778	0	0	True	True	1.0	2780					non-mobilizable	plasmid	3905.0	99.846	100.0	0.9433962264150944	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ENG0100_000000006906	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574633799479143	PS1143|PS778	0	0	True	True	1.0	190					non-mobilizable	other	4151.0	93.929	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0357_000000005393	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575485214107865	PS1143|PS778	0	0	True	True	1.0	29					non-mobilizable	plasmid	3701.0	99.973	100.0	0.8943678994440416	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0040_000000005164	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575471234873281	PS1143|PS778	0	0	True	True	1.0	296					non-mobilizable	plasmid	3682.0	99.891	100.0	0.8894533139816159	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ENG0077_000000004882	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.956785872968324	PS1143|PS778	0	0	True	True	1.0	2437					non-mobilizable	plasmid	3902.0	99.92299999999999	100.0	0.9429538312787044	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
AUS0010_000000005301	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.957514977919405	PS1143|PS778	0	0	True	True	1.0	323					non-mobilizable	other	3911.0	94.119	100.0	0.9192371085472097	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0025_000000005171	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574971830842814	PS1143|PS778	0	0	True	True	1.0	832					non-mobilizable	other	3891.0	94.115	100.0	0.9145279020485049	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0093_000000005439	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9568435149941187	PS1143|PS778	0	0	True	True	1.0	100					non-mobilizable	plasmid	4043.0	99.926	100.0	0.9767947788252357	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0301_000000003770	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9573764360593584	PS1143|PS778	0	0	True	True	1.0	191					non-mobilizable	plasmid	3885.0	99.97399999999999	100.0	0.9388445733623398	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0094_000000003449	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.957275724217499	PS1143|PS778	0	0	True	True	1.0	6392					non-mobilizable	other	3856.0	96.03200000000001	100.0	0.35575679172056923	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0039_000000005937	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9570897284955395	PS1143|PS778	0	0	True	True	1.0	408					non-mobilizable	other	4067.0	95.992	100.0	0.9795081967213115	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0233_000000002334	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9559481646855543	PS1143|PS778	0	0	True	True	1.0	98					non-mobilizable	other	4106.0	96.055	100.0	0.9889103182256509	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ENG0199_000000005701	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572878137886474	PS1143|PS778	0	0	True	True	0.9992886185646057	25					non-mobilizable	other	4151.0	93.95299999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AST0113_000000008535	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9577501662429574	PS1143|PS778	0	0	True	True	1.0	1160					non-mobilizable	plasmid	3897.0	99.87200000000001	100.0	0.9414610546686019	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0113_000000007919	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574320257867445	PS1143|PS778	0	0	True	True	1.0	3748					non-mobilizable	plasmid	3905.0	99.846	100.0	0.9433962264150944	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0122_000000007243	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574433256993052	PS1143|PS778	0	0	True	True	1.0	5107					non-mobilizable	plasmid	2997.0	99.867	100.0	0.7237542331881954	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0115_000000005979	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9577327638676355	PS1143|PS778	0	0	True	True	1.0	316					non-mobilizable	other	3902.0	94.15700000000001	100.0	0.9171179656227926	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0023_000000006589	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9577478385915659	PS1143|PS778	0	0	True	True	1.0	67					non-mobilizable	other	3911.0	94.145	100.0	0.9192371085472097	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0191_000000002159	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9576619679563322	PS1143|PS778	0	0	True	True	0.9997628927230835	12					non-mobilizable	plasmid	3850.0	99.948	100.0	0.9303843364757071	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0243_000000002276	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575961899389828	PS1143|PS778	0	0	True	True	1.0	28					non-mobilizable	other	4151.0	96.04899999999999	100.0	0.9997589199614272	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0252_000000001964	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9563039388574492	PS1143|PS778	0	0	True	True	1.0	12					non-mobilizable	other	4106.0	96.103	100.0	0.9889103182256509	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
SPA0120_000000010015	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9571455929497128	PS1143|PS778	0	0	True	True	1.0	240					non-mobilizable	other	3603.0	96.281	100.0	0.3323784882646461	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0264_000000002155	4217	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9561855941668613	PS1143|PS778	0	0	True	True	0.9997628927230835	30					non-mobilizable	other	4106.0	96.079	100.0	0.9889103182256509	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ENG0188_000000006301	4217	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9576555690309511	PS1143|PS778	0	0	True	True	1.0	817					non-mobilizable	plasmid	3843.0	99.87	100.0	0.9283986453797775	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ENG0094_000000004009	4216	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9576965300954638	PS1143|PS778	0	0	True	True	1.0	2135					non-mobilizable	plasmid	3682.0	99.837	100.0	0.8894533139816159	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0034_000000008446	4213	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754627227307515	PS1143|PS778	0	0	True	True	1.0	732					non-mobilizable	plasmid	3977.0	100.0	100.0	0.9585342333654774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0839_000000003849	4212	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9746178872743778	PS1143|PS778	0	0	True	True	1.0	23					non-mobilizable	other	3913.0	99.87200000000001	100.0	0.3614858621326927	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0146_000000005882	4211	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755122523129943	PS1143|PS778	0	0	True	True	1.0	1211					non-mobilizable	other	4118.0	99.976	100.0	0.9744378698224853	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0082_000000004417	4211	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752895527328611	PS1143|PS778	0	0	True	True	1.0	780					non-mobilizable	other	3555.0	100.0	100.0	0.328405100720754	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0166_000000005897	4210	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9382255101977004	PS1143|PS778	0	0	True	True	1.0	12					non-mobilizable	other	4106.0	99.90299999999999	100.0	0.9665646338591948	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0021_000000007521	4209	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9576549471258716	PS1143|PS778	0	0	True	True	1.0	667					non-mobilizable	other	3883.0	94.154	100.0	0.9126442194490229	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AUS0016_000000006025	4209	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575265436293104	PS1143|PS778	0	0	True	True	0.9997624158859253	21					non-mobilizable	other	3883.0	94.12799999999999	100.0	0.9126442194490229	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0021_000000007649	4209	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.957323271839339	PS1143|PS778	0	0	True	True	1.0	78					non-mobilizable	other	3883.0	94.102	100.0	0.9126442194490229	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AST0149_000000006494	4209	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572894199589914	PS1143|PS778	0	0	True	True	1.0	226					non-mobilizable	other	3883.0	94.102	100.0	0.9126442194490229	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0092_000000004737	4208	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752343743179639	PS1143|PS778	0	0	True	True	1.0	922					non-mobilizable	other	4149.0	94.74600000000001	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0831_000000003914	4208	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9592769612936136	PS1143|PS778	0	0	True	True	1.0	3070					non-mobilizable	plasmid	3872.0	99.17399999999999	100.0	0.9328015470147449	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0255_000000006740	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754766851777837	PS1143|PS778	0	0	True	True	1.0	96					non-mobilizable	other	3576.0	100.0	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0046_000000006369	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975446291957272	PS1143|PS778	0	0	True	True	1.0	90					non-mobilizable	plasmid	3977.0	100.0	100.0	0.9585342333654774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0842_000000004781	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9729146509558189	PS1143|PS778	0	0	True	True	1.0	96					non-mobilizable	other	3570.0	99.63600000000001	100.0	0.32979116614304194	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0158_000000004070	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749323543206777	PS1143|PS778	0	0	True	True	1.0	20					non-mobilizable	other	4114.0	99.87799999999999	100.0	0.9915621986499518	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0203_000000004147	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9385943468161316	PS1143|PS778	0	0	True	True	1.0	30					non-mobilizable	other	4103.0	99.95100000000001	100.0	0.965858252884389	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0218_000000003720	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755335725941593	PS1143|PS778	0	0	True	True	1.0	21					non-mobilizable	other	3856.0	100.0	100.0	0.3562188135279985	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0124_000000003993	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748676812898461	PS1143|PS778	0	0	True	True	1.0	174					non-mobilizable	plasmid	4038.0	100.0	100.0	0.9732401157184185	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
CHI0064_000000004153	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754543253115857	PS1143|PS778	0	0	True	True	1.0	196					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AST0014_000000004355	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754543253115857	PS1143|PS778	0	0	True	True	1.0	68					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0023_000000005639	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9727843300865475	PS1143|PS778	0	0	True	True	1.0	108					non-mobilizable	other	4027.0	99.603	100.0	0.9528994082840236	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0310_000000003635	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975446291957272	PS1143|PS778	0	0	True	True	1.0	18					non-mobilizable	plasmid	3977.0	100.0	100.0	0.9585342333654774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ENG0171_000000005542	4207	0.9843013735289918	10	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9746986194924709	PS1143|PS778	0	0	True	True	1.0	149					non-mobilizable	plasmid	4077.0	100.0	100.0	0.982642237222758	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0325_000000004230	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754543253115857	PS1143|PS778	0	0	True	True	1.0	111					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0830_000000005635	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754072921656702	PS1143|PS778	0	0	True	True	1.0	722					non-mobilizable	other	3543.0	100.0	100.0	0.32729624838292365	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0821_000000006437	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9746020088482906	PS1143|PS778	0	0	True	True	1.0	851					non-mobilizable	other	4202.0	100.0	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0838_000000004929	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751468652592018	PS1143|PS778	0	0	True	True	1.0	625					non-mobilizable	plasmid	4147.0	100.0	100.0	0.9995178399228544	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0847_000000005766	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975446291957272	PS1143|PS778	0	0	True	True	1.0	458					non-mobilizable	plasmid	3977.0	100.0	100.0	0.9585342333654774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
DEN0066_000000007323	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754543253115857	PS1143|PS778	0	0	True	True	1.0	962					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0033_000000007781	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749880393807445	PS1143|PS778	0	0	True	True	1.0	18					non-mobilizable	other	4102.0	99.927	100.0	0.9706508875739644	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0031_000000004670	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752427619821243	PS1143|PS778	0	0	True	True	1.0	30					non-mobilizable	plasmid	3977.0	99.975	100.0	0.9585342333654774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0790_000000003656	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754766851777837	PS1143|PS778	0	0	True	True	1.0	261					non-mobilizable	other	3576.0	100.0	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0824_000000003960	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749769765924557	PS1143|PS778	0	0	True	True	1.0	202					non-mobilizable	other	3547.0	99.944	100.0	0.32766586582886714	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0356_000000003906	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750022916071904	PS1143|PS778	0	0	True	True	1.0	169					non-mobilizable	other	4114.0	99.927	100.0	0.973491124260355	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0794_000000004531	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748667154005621	PS1143|PS778	0	0	True	True	1.0	824					non-mobilizable	other	3571.0	99.944	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0058_000000007157	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750424110013453	PS1143|PS778	0	0	True	True	1.0	136					non-mobilizable	other	3580.0	99.944	100.0	0.3307152097579006	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0042_000000005615	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748065850694021	PS1143|PS778	0	0	True	True	0.9997622966766357	2					non-mobilizable	other	4144.0	99.831	100.0	0.9987945998071359	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
USA0003_01_000000009283	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753054225349578	PS1143|PS778	0	0	True	True	1.0	56					non-mobilizable	other	4040.0	99.876	100.0	0.9737222757955641	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
AST0100_000000003885	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752246665843922	PS1143|PS778	0	0	True	True	1.0	386					non-mobilizable	plasmid	3977.0	99.975	100.0	0.9585342333654774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
CHI0165_000000003947	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.97432112101026	PS1143|PS778	0	0	True	True	1.0	37					non-mobilizable	other	4202.0	99.95200000000001	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0804_000000004246	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752661461249306	PS1143|PS778	0	0	True	True	1.0	2065					non-mobilizable	other	4091.0	94.671	100.0	0.9620908876854251	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0124_000000007283	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754599432698581	PS1143|PS778	0	0	True	True	1.0	465					non-mobilizable	other	3578.0	100.0	100.0	0.33053040103492887	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0825_000000005292	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9726939747256003	PS1143|PS778	0	0	True	True	1.0	279					non-mobilizable	other	4203.0	99.738	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0797_000000002744	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9746621280956902	PS1143|PS778	0	0	True	True	1.0	29					non-mobilizable	other	3571.0	99.916	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0125_000000005807	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754543253115857	PS1143|PS778	0	0	True	True	1.0	42					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0058_000000000281	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754893145877672	PS1143|PS778	0	0	True	True	0.9971476197242737	10					non-mobilizable	other	3279.0	100.0	100.0	0.30290149695065605	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0019_000000001774	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755652372861827	PS1143|PS778	0	0	True	True	0.9997622966766357	2					non-mobilizable	other	4125.0	99.976	100.0	0.976094674556213	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0811_000000003227	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753963204815885	PS1143|PS778	0	0	True	True	1.0	1095					non-mobilizable	plasmid	4147.0	100.0	100.0	0.9995178399228544	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ENG0035_000000005287	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751674919893727	PS1143|PS778	0	0	True	True	1.0	91					non-mobilizable	plasmid	3977.0	99.95	100.0	0.9585342333654774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0837_000000002137	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752955139854386	PS1143|PS778	0	0	True	True	1.0	502					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0793_000000003274	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751727642261191	PS1143|PS778	0	0	True	True	1.0	123					non-mobilizable	other	3552.0	100.0	100.0	0.3281278876362964	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0801_000000001535	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752955139854386	PS1143|PS778	0	0	True	True	1.0	254					non-mobilizable	other	3571.0	100.0	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0099_000000001485	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750259818156584	PS1143|PS778	0	0	True	True	1.0	108					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0806_000000002403	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754630657102137	PS1143|PS778	0	0	True	True	1.0	698					non-mobilizable	other	4080.0	100.0	100.0	0.9604426654108783	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0007_000000002090	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754536801921954	PS1143|PS778	0	0	True	True	1.0	173					non-mobilizable	other	4172.0	94.655	100.0	0.9811631740051802	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0780_000000002652	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9727051118028639	PS1143|PS778	0	0	True	True	1.0	479					non-mobilizable	other	4192.0	99.738	100.0	0.9865787614786908	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0074_000000007614	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754887472401035	PS1143|PS778	0	0	True	True	1.0	15					non-mobilizable	other	3386.0	100.0	100.0	0.3127887636296433	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0091_000000000563	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754072921656702	PS1143|PS778	0	0	True	True	1.0	78					non-mobilizable	other	3543.0	100.0	100.0	0.32729624838292365	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0795_000000001952	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750480659215696	PS1143|PS778	0	0	True	True	1.0	67					non-mobilizable	other	3576.0	99.944	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0004_000000006327	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754762332187882	PS1143|PS778	0	0	True	True	1.0	110					non-mobilizable	other	3191.0	100.0	100.0	0.2947699131399002	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0787_000000003115	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9381000920067528	PS1143|PS778	0	0	True	True	1.0	125		MOBP			mobilizable	other	3473.0	100.0	100.0	0.8175182481751825	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0140_000000006429	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9380872398864293	PS1143|PS778	0	0	True	True	1.0	4					non-mobilizable	other	3854.0	99.896	100.0	0.9072286319755122	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0344_000000007247	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.93800478104799	PS1143|PS778	0	0	True	True	1.0	110					non-mobilizable	other	4145.0	100.0	100.0	0.9757475865316694	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0138_000000003698	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9742553360451056	PS1143|PS778	0	0	True	True	1.0	20					non-mobilizable	plasmid	4137.0	99.95200000000001	100.0	0.9971070395371263	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
SPA0077_000000006836	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975554044497197	PS1143|PS778	0	0	True	True	1.0	2201					non-mobilizable	other	3518.0	100.0	100.0	0.32498613934577714	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0829_000000003241	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748089686387108	PS1143|PS778	0	0	True	True	1.0	45					non-mobilizable	other	3576.0	99.944	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0197_000000002517	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.972731485946196	PS1143|PS778	0	0	True	True	1.0	716					non-mobilizable	other	4140.0	99.589	100.0	0.38246165218998335	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0034_000000003476	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754766851777837	PS1143|PS778	0	0	True	True	1.0	75					non-mobilizable	other	3576.0	100.0	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0784_000000002964	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9747574278176365	PS1143|PS778	0	0	True	True	1.0	2307					non-mobilizable	plasmid	4075.0	100.0	100.0	0.9821600771456124	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0159_000000005880	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754543253115857	PS1143|PS778	0	0	True	True	1.0	133					non-mobilizable	other	4148.0	94.76899999999999	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0142_000000006857	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754766851777837	PS1143|PS778	0	0	True	True	1.0	243					non-mobilizable	other	3576.0	100.0	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0183_000000008230	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752464372755933	PS1143|PS778	0	0	True	True	1.0	805					non-mobilizable	other	3629.0	100.0	100.0	0.33524302347070783	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0856_000000001117	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9745406142211449	PS1143|PS778	0	0	True	True	1.0	382					non-mobilizable	plasmid	4102.0	99.976	100.0	0.9886692381870781	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0115_000000007298	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751329823769298	PS1143|PS778	0	0	True	True	1.0	64					non-mobilizable	other	4148.0	99.95200000000001	100.0	0.3832008870818703	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0180_000000003712	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9746185000662047	PS1143|PS778	0	0	True	True	1.0	41					non-mobilizable	other	4101.0	99.976	100.0	0.9704142011834319	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0819_000000005702	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754599432698581	PS1143|PS778	0	0	True	True	1.0	222					non-mobilizable	other	3578.0	100.0	100.0	0.33053040103492887	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0029_000000002868	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9724528453448756	PS1143|PS778	0	0	True	True	1.0	1501					non-mobilizable	other	4203.0	99.714	100.0	0.9891688250529785	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0107_000000006102	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.974726161588428	PS1143|PS778	0	0	True	True	1.0	1134					non-mobilizable	plasmid	4139.0	100.0	100.0	0.997589199614272	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
USA0090_01_000000002039	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9746734239768956	PS1143|PS778	0	0	True	True	1.0	463					non-mobilizable	plasmid	4095.0	100.0	100.0	0.9869816779170685	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
CHI0029_000000002795	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752426371225359	PS1143|PS778	0	0	True	True	1.0	604					non-mobilizable	other	3888.0	99.97399999999999	100.0	0.9152342830233106	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0006_000000002553	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751633429624977	PS1143|PS778	0	0	True	True	1.0	655					non-mobilizable	plasmid	4147.0	99.976	100.0	0.9995178399228544	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0776_000000006067	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751760289619849	PS1143|PS778	0	0	True	True	1.0	276					non-mobilizable	other	3551.0	100.0	100.0	0.3280354832748106	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0178_000000002812	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9380074311311885	PS1143|PS778	0	0	True	True	1.0	21					non-mobilizable	other	3954.0	94.765	100.0	0.9349112426035503	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0097_000000007443	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754630657102137	PS1143|PS778	0	0	True	True	1.0	309					non-mobilizable	other	4080.0	100.0	100.0	0.9604426654108783	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0004_000000001104	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9379003819067516	PS1143|PS778	0	0	True	True	0.9997622966766357	42					non-mobilizable	other	4009.0	94.787	100.0	0.9474556213017752	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0853_000000003613	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748345221639788	PS1143|PS778	0	0	True	True	1.0	192					non-mobilizable	other	3548.0	99.915	100.0	0.327758270190353	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0096_000000007843	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754505289655861	PS1143|PS778	0	0	True	True	1.0	17					non-mobilizable	other	4119.0	99.976	100.0	0.9746745562130178	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0302_000000002996	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9380790175154612	PS1143|PS778	0	0	True	True	1.0	119					non-mobilizable	other	4118.0	94.682	100.0	0.973491124260355	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
DEN0080_000000000362	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9589799961068712	PS1143|PS778	0	0	True	True	1.0	278					non-mobilizable	other	3888.0	97.685	100.0	0.9152342830233106	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0773_000000002581	4207	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754072921656702	PS1143|PS778	0	0	True	True	1.0	386					non-mobilizable	other	3543.0	100.0	100.0	0.32729624838292365	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0239_000000003043	4207	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755392316301346	PS1143|PS778	0	0	True	True	1.0	47					non-mobilizable	other	4106.0	94.715	100.0	0.9656227925594537	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0061_000000001264	4206	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9842782386311099	PS1143|PS778	0	0	True	True	0.999762237071991	31					non-mobilizable	other	4175.0	94.65899999999999	100.0	0.9818695549799858	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0121_01_000000011251	4206	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751523581326795	PS1143|PS778	0	0	True	True	1.0	97					non-mobilizable	other	3550.0	100.0	100.0	0.3279430789133247	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0329_000000002652	4206	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748860058992752	PS1143|PS778	0	0	True	True	1.0	66					non-mobilizable	other	3550.0	100.0	100.0	0.3279430789133247	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0049_000000003950	4205	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.06281089061970266	PS1143|PS778	0	0	True	True	1.0	8					non-mobilizable	other	3385.0	93.56	94.0	0.8138862102217936	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
FIJ0106_000000005810	4205	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.0627956673922699	PS1143|PS778	0	0	True	True	1.0	4					non-mobilizable	other	3390.0	93.54	94.0	0.8150916104146577	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
FIJ0038_000000007897	4205	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.06278362139721046	PS1143|PS778	0	0	True	True	1.0	31					non-mobilizable	plasmid	2329.0	94.805	94.0	0.5612343297974928	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0346_000000004550	4201	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575986097553334	PS1143|PS778	0	0	True	True	1.0	279					non-mobilizable	plasmid	3834.0	99.948	100.0	0.9265167996132463	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0010_000000004696	4200	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575394589183669	PS1143|PS778	0	0	True	True	1.0	36					non-mobilizable	other	3577.0	96.31	100.0	0.32997597486601365	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0023_000000001011	4200	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9386671810753558	PS1143|PS778	0	0	True	True	1.0	30		MOBP			mobilizable	other	3465.0	99.76899999999999	100.0	0.8153991052507652	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0054_000000005930	4199	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750680219246953	PS1143|PS778	0	0	True	True	1.0	478					non-mobilizable	plasmid	4107.0	100.0	100.0	0.9898746383799422	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0296_000000005805	4199	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9567262890560063	PS1143|PS778	0	0	True	True	1.0	92					non-mobilizable	plasmid	3873.0	99.897	100.0	0.9359439207154944	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0014_000000004892	4198	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9571506265011062	PS1143|PS778	0	0	True	True	1.0	190					non-mobilizable	other	3906.0	96.03200000000001	100.0	0.3602846054333765	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0020_000000006620	4198	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9573294251435048	PS1143|PS778	0	0	True	True	1.0	130					non-mobilizable	plasmid	3830.0	99.948	100.0	0.9255499153976311	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
DEN0045_000000008245	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575495337363928	PS1143|PS778	0	0	True	True	1.0	782					non-mobilizable	plasmid	3830.0	99.948	100.0	0.9255499153976311	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
AST0094_000000004875	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9555613762913249	PS1143|PS778	0	0	True	True	1.0	300					non-mobilizable	other	3631.0	96.227	100.0	0.33496581038625023	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0083_000000008080	4197	0.9843013735289918	7	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.957203948035693	PS1143|PS778	0	0	True	True	1.0	12					non-mobilizable	other	4034.0	93.803	100.0	0.9479632681893101	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0027_000000008363	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9556739087842828	PS1143|PS778	0	0	True	True	1.0	107					non-mobilizable	plasmid	3092.0	99.935	100.0	0.7471597776166304	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
FIJ0136_000000006220	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9564637031058071	PS1143|PS778	0	0	True	True	1.0	22					non-mobilizable	other	4119.0	96.04299999999999	100.0	0.973491124260355	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
DEN0017_000000007259	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574981056799228	PS1143|PS778	0	0	True	True	1.0	204					non-mobilizable	plasmid	3873.0	99.948	100.0	0.9359439207154944	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
AST0016_000000006362	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9573460105002504	PS1143|PS778	0	0	True	True	1.0	165		MOBP			mobilizable	plasmid	3787.0	99.84200000000001	100.0	0.9148524431543299	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0147_000000005701	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9732862278742742	PS1143|PS778	0	0	True	True	1.0	182					non-mobilizable	other	3566.0	99.69200000000001	100.0	0.32932914433561267	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0153_000000006204	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574490129127086	PS1143|PS778	0	0	True	True	1.0	218					non-mobilizable	other	3891.0	94.14	100.0	0.9145279020485049	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AST0099_000000004986	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9573328375012808	PS1143|PS778	0	0	True	True	0.9988086819648743	14					non-mobilizable	plasmid	3890.0	99.846	100.0	0.9397677793904209	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0149_000000008709	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9565022052688166	PS1143|PS778	0	0	True	True	1.0	1454					non-mobilizable	plasmid	2422.0	99.959	100.0	0.5856313497822931	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0297_000000002840	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574981056799228	PS1143|PS778	0	0	True	True	1.0	78					non-mobilizable	plasmid	3873.0	99.948	100.0	0.9359439207154944	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0055_000000007485	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.957429697354106	PS1143|PS778	0	0	True	True	1.0	608					non-mobilizable	plasmid	3003.0	99.833	100.0	0.7252056119980649	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0065_000000007136	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9570650900330083	PS1143|PS778	0	0	True	True	1.0	65					non-mobilizable	plasmid	3890.0	99.897	100.0	0.9397677793904209	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0802_000000003135	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.957069274926523	PS1143|PS778	0	0	True	True	1.0	77					non-mobilizable	other	3914.0	96.014	100.0	0.3611162446867492	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0134_000000008868	4197	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.957140181870163	PS1143|PS778	0	0	True	True	1.0	71					non-mobilizable	plasmid	3585.0	99.861	100.0	0.8659893565553943	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0019_000000006325	4197	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9560536484382974	PS1143|PS778	0	0	True	True	0.9997617602348328	30					non-mobilizable	plasmid	2666.0	99.85	100.0	0.6436865021770682	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
DEN0061_000000009004	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572808203887351	PS1143|PS778	0	0	True	True	1.0	141					non-mobilizable	plasmid	2999.0	99.867	100.0	0.7242380261248186	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0805_000000002911	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.957358939513579	PS1143|PS778	0	0	True	True	1.0	1124					non-mobilizable	plasmid	3853.0	99.896	100.0	0.9308176100628931	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0044_000000000042	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9575744252103574	PS1143|PS778	0	0	True	True	1.0	22					non-mobilizable	other	3905.0	96.08200000000001	100.0	0.3602846054333765	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0069_000000006775	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574586244880015	PS1143|PS778	0	0	True	True	1.0	421					non-mobilizable	other	4214.0	93.806	100.0	0.9903461266776549	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0081_000000007714	4197	0.9843013735289918	7	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.957203948035693	PS1143|PS778	0	0	True	True	1.0	27					non-mobilizable	other	4034.0	93.803	100.0	0.9479632681893101	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0807_000000003176	4197	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9570146281519026	PS1143|PS778	0	0	True	True	1.0	159					non-mobilizable	other	3886.0	94.081	100.0	0.9133506004238285	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0118_000000001847	4197	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9572893450629686	PS1143|PS778	0	0	True	True	1.0	7					non-mobilizable	plasmid	3678.0	99.86399999999999	100.0	0.8884857281083696	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ENG0210_000000004932	4196	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574945926756997	PS1143|PS778	0	0	True	True	1.0	54					non-mobilizable	plasmid	3830.0	99.948	100.0	0.9255499153976311	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0051_000000005967	4195	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9490417186928569	PS1143|PS778	0	0	True	True	1.0	463					non-mobilizable	other	3741.0	96.792	98.0	0.8849704142011834	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
DEN0092_000000002823	4191	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752861989615355	PS1143|PS778	0	0	True	True	1.0	150					non-mobilizable	other	4114.0	99.976	100.0	0.973491124260355	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0015_000000002025	4191	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749171656983503	PS1143|PS778	0	0	True	True	1.0	1437					non-mobilizable	other	4114.0	99.927	100.0	0.973491124260355	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0800_000000002553	4190	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9568483736860842	PS1143|PS778	0	0	True	True	1.0	669					non-mobilizable	other	3576.0	96.309	100.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0004_000000000214	4189	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9743046573193387	PS1143|PS778	0	0	True	True	1.0	6					non-mobilizable	other	3262.0	99.939	100.0	0.3013306228053964	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0009_000000000254	4188	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.96219568273796	PS1143|PS778	0	0	True	True	1.0	528					non-mobilizable	plasmid	3862.0	96.919	100.0	0.9303843364757071	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0160_000000005209	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753920218852492	PS1143|PS778	0	0	True	True	1.0	46					non-mobilizable	other	4187.0	100.0	100.0	0.9856369201789499	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0048_000000003969	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9755463210268397	PS1143|PS778	0	0	True	True	1.0	152					non-mobilizable	other	3637.0	100.0	100.0	0.3359822583625947	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0148_000000003979	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9374221600730409	PS1143|PS778	0	0	True	True	0.999761164188385	1					non-mobilizable	other	3896.0	94.68700000000001	100.0	0.9209467455621302	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0086_000000005906	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750801467760716	PS1143|PS778	0	0	True	True	1.0	160					non-mobilizable	plasmid	4141.0	100.0	100.0	0.9980713596914176	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
SPA0129_000000006757	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9725172917772156	PS1143|PS778	0	0	True	True	1.0	266					non-mobilizable	other	4188.0	99.73700000000001	100.0	0.9856369201789499	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0128_000000006021	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9367921975843442	PS1143|PS778	0	0	True	True	1.0	6					non-mobilizable	other	2705.0	99.926	100.0	0.6366847186249117	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0084_000000003349	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9736632316262104	PS1143|PS778	0	0	True	True	0.999283492565155	2					non-mobilizable	other	3537.0	99.887	100.0	0.3267418222140085	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0144_000000004606	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9738999189387236	PS1143|PS778	0	0	True	True	0.99952232837677	13					non-mobilizable	other	4078.0	99.902	100.0	0.9649704142011835	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0259_000000003119	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9729927109161899	PS1143|PS778	0	0	True	True	1.0	183					non-mobilizable	plasmid	4048.0	99.728	100.0	0.9754098360655737	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ENG0015_000000004655	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754833655420235	PS1143|PS778	0	0	True	True	1.0	134					non-mobilizable	other	3996.0	100.0	100.0	0.9406639981163174	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0031_000000004816	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9745774618991231	PS1143|PS778	0	0	True	True	1.0	780					non-mobilizable	plasmid	4035.0	99.975	100.0	0.9725168756027001	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ENG0063_000000007345	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975250808126224	PS1143|PS778	0	0	True	True	1.0	160		MOBP			mobilizable	other	3459.0	99.971	100.0	0.814221803626089	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0327_000000005697	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9754096650890672	PS1143|PS778	0	0	True	True	1.0	226					non-mobilizable	plasmid	4140.0	100.0	100.0	0.9978302796528448	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ENG0163_000000005297	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9751584474884445	PS1143|PS778	0	0	True	True	1.0	20					non-mobilizable	other	4187.0	99.976	100.0	0.9856369201789499	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0142_000000007430	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9372137949968967	PS1143|PS778	0	0	True	True	1.0	5					non-mobilizable	other	4036.0	94.59899999999999	100.0	0.9540828402366864	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0093_000000009519	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748680385832701	PS1143|PS778	0	0	True	True	1.0	17					non-mobilizable	other	3216.0	99.969	100.0	0.29708002217704677	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0010_000000004410	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9746187292082298	PS1143|PS778	0	0	True	True	1.0	4					non-mobilizable	other	4156.0	100.0	100.0	0.9783376501059572	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0075_000000005715	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753920218852492	PS1143|PS778	0	0	True	True	1.0	211					non-mobilizable	other	4187.0	100.0	100.0	0.9856369201789499	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0234_000000002480	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9753266430640849	PS1143|PS778	0	0	True	True	0.999761164188385	25					non-mobilizable	other	4120.0	99.87899999999999	100.0	0.9930086788813887	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0253_000000002627	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749105565301525	PS1143|PS778	0	0	True	True	1.0	470					non-mobilizable	plasmid	4060.0	100.0	100.0	0.9785438765670202	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0077_000000006911	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749519813813151	PS1143|PS778	0	0	True	True	1.0	43					non-mobilizable	plasmid	4140.0	99.95200000000001	100.0	0.9978302796528448	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
CHI0032_000000001299	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9743460182138364	PS1143|PS778	0	0	True	True	1.0	349					non-mobilizable	plasmid	4081.0	99.902	100.0	0.9836065573770492	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
DEN0056_000000000366	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744245471775607	PS1143|PS778	0	0	True	True	1.0	148					non-mobilizable	other	4094.0	99.976	100.0	0.9687573964497042	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ETH0001_000000005870	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744184200062369	PS1143|PS778	0	0	True	True	1.0	44					non-mobilizable	other	4065.0	99.975	100.0	0.9618934911242604	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0798_000000003177	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9733760648539765	PS1143|PS778	0	0	True	True	1.0	353					non-mobilizable	plasmid	4073.0	99.73	100.0	0.9814368370298939	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0054_000000005428	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744489721176872	PS1143|PS778	0	0	True	True	1.0	72					non-mobilizable	plasmid	4090.0	100.0	100.0	0.9857762777242044	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0080_000000006927	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9748173431999376	PS1143|PS778	0	0	True	True	1.0	68					non-mobilizable	plasmid	4031.0	100.0	100.0	0.9715525554484089	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0377_000000002899	4187	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744259478577181	PS1143|PS778	0	0	True	True	1.0	20					non-mobilizable	other	4094.0	99.976	100.0	0.9687573964497042	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0049_01_000000000935	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9372702828278339	PS1143|PS778	0	0	True	True	1.0	6					non-mobilizable	other	4145.0	99.976	100.0	0.9757475865316694	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0043_000000001181	4187	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975085793971785	PS1143|PS778	0	0	True	True	1.0	214					non-mobilizable	plasmid	4082.0	99.976	100.0	0.983847637415622	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
FIJ0165_000000004318	4185	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.0611196279568944	PS1143|PS778	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	3523.0	95.402	89.0	0.8486017357762777	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	True	True
SPA0060_000000003962	4185	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9518131647241406	PS1143|PS778	0	0	True	True	1.0	1589					non-mobilizable	plasmid	2994.0	100.0	100.0	0.7234711143340585	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0854_000000001718	4182	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9742096870655655	PS1143|PS778	0	0	True	True	1.0	108					non-mobilizable	other	3553.0	100.0	100.0	0.3282202919977823	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0852_000000001948	4181	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9739135428809825	PS1143|PS778	0	0	True	True	1.0	305					non-mobilizable	other	3552.0	100.0	100.0	0.3281278876362964	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0779_000000007796	4179	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9740515197942529	PS1143|PS778	0	0	True	True	1.0	3377					non-mobilizable	other	3543.0	100.0	100.0	0.32729624838292365	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0014_000000000339	4178	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9557118878225122	PS1143|PS778	0	0	True	True	1.0	428					non-mobilizable	plasmid	2657.0	99.774	100.0	0.6415094339622641	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0048_000000004885	4177	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9558725654287191	PS1143|PS778	0	0	True	True	1.0	34					non-mobilizable	plasmid	3974.0	99.925	100.0	0.9601160261058739	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
FIJ0001_000000004707	4177	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9570262726252337	PS1143|PS778	0	0	True	True	1.0	10					non-mobilizable	other	4194.0	93.75299999999999	100.0	0.9856369201789499	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0161_000000005118	4177	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9567337621302116	PS1143|PS778	0	0	True	True	1.0	315					non-mobilizable	plasmid	4131.0	99.927	100.0	0.9980662315687696	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0364_000000003551	4177	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9571549297757029	PS1143|PS778	0	0	True	True	1.0	18					non-mobilizable	plasmid	2980.0	99.866	100.0	0.7196419932268989	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0177_000000005977	4177	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9566652654453409	PS1143|PS778	0	0	True	True	1.0	215					non-mobilizable	plasmid	4111.0	99.95100000000001	100.0	0.9932318104906938	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0258_000000004110	4177	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9573554590490854	PS1143|PS778	0	0	True	True	1.0	9					non-mobilizable	plasmid	3797.0	99.868	100.0	0.9172714078374455	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0101_000000005700	4177	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9571502958251923	PS1143|PS778	0	0	True	True	1.0	55					non-mobilizable	plasmid	3797.0	99.895	100.0	0.9172714078374455	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0185_000000007502	4177	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9569591736684401	PS1143|PS778	0	0	True	True	1.0	130					non-mobilizable	plasmid	4005.0	99.925	100.0	0.9676093787768915	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
FIJ0017_000000006623	4177	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9561329179271545	PS1143|PS778	0	0	False	True	0.9997605681419373	0					non-mobilizable	other	3867.0	94.052	100.0	0.9088768542500588	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0109_000000006536	4177	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9573874570861768	PS1143|PS778	0	0	True	True	0.9997605681419373	11					non-mobilizable	plasmid	4003.0	99.925	100.0	0.9671259366690839	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
AST0002_000000008242	4177	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9551363044201281	PS1143|PS778	0	0	True	True	1.0	66					non-mobilizable	other	3611.0	96.206	100.0	0.333117723156533	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0288_000000006930	4177	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9573554590490854	PS1143|PS778	0	0	True	True	1.0	10					non-mobilizable	plasmid	3797.0	99.868	100.0	0.9172714078374455	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0372_000000003575	4177	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9562126714511953	PS1143|PS778	0	0	True	True	0.9997605681419373	11					non-mobilizable	plasmid	2658.0	99.85	100.0	0.6417513304305758	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0035_000000003992	4173	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9497384075051586	PS1143|PS778	0	0	True	True	1.0	103					non-mobilizable	plasmid	4089.0	99.902	99.0	0.9879139473048103	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
AUS0014_000000007597	4164	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9732753795876712	PS1143|PS778	0	0	True	True	1.0	2988					non-mobilizable	other	3545.0	100.0	100.0	0.3274810571058954	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0209_000000007063	4164	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9727274898381565	PS1143|PS778	0	0	True	True	0.998799204826355	7					non-mobilizable	plasmid	4100.0	100.0	99.0	0.9881870781099324	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
USA0033_01_000000002506	4162	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9706562760928813	PS1143|PS778	0	0	True	True	1.0	267					non-mobilizable	other	3508.0	100.0	99.0	0.3240620957309185	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0049_000000005286	4157	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9548824023509276	PS1143|PS778	0	0	True	True	1.0	200					non-mobilizable	plasmid	2659.0	99.81200000000001	100.0	0.6419932268988873	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0117_000000009075	4149	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9664836319062696	PS1143|PS778	0	0	True	True	1.0	626					non-mobilizable	other	3824.0	98.117	100.0	0.8989875206027784	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0850_000000003447	4147	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9744712723517533	PS1143|PS778	0	0	True	True	1.0	3818					non-mobilizable	plasmid	4109.0	100.0	100.0	0.9903567984570878	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
SPA0054_000000006686	4143	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9559123207632894	PS1143|PS778	0	0	True	True	1.0	465					non-mobilizable	plasmid	4113.0	99.927	100.0	0.9937152525985014	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0026_000000006579	4143	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9556365003654317	PS1143|PS778	0	0	True	True	1.0	101					non-mobilizable	plasmid	4113.0	99.90299999999999	100.0	0.9937152525985014	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0089_000000009361	4142	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9516976701274664	PS1143|PS778	0	0	True	True	0.9901013970375061	79					non-mobilizable	plasmid	4115.0	96.744	100.0	0.991321118611379	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
DEN0062_000000004036	4142	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9558342065325252	PS1143|PS778	0	0	True	True	1.0	315					non-mobilizable	plasmid	4112.0	99.90299999999999	100.0	0.9934735315445975	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0142_000000006978	4142	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9481969126135177	PS1143|PS778	0	0	True	True	1.0	257					non-mobilizable	plasmid	3316.0	99.94	100.0	0.8013052936910805	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
DEN0013_000000000307	4142	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9490009052955528	PS1143|PS778	0	0	True	True	1.0	327					non-mobilizable	plasmid	3959.0	99.67200000000001	100.0	0.9564902102973168	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
DEN0032_000000000017	4141	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9395336543880916	PS1143|PS778	0	0	True	True	1.0	117		MOBP			mobilizable	plasmid	4112.0	98.346	100.0	0.9932318104906938	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0060_000000007056	4141	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9715452594483059	PS1143|PS778	0	0	True	True	1.0	67					non-mobilizable	other	4139.0	99.87899999999999	99.0	0.9743348245820579	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0150_000000005402	4138	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9712428858944547	PS1143|PS778	0	0	True	True	0.9997583627700806	7					non-mobilizable	other	4138.0	99.90299999999999	100.0	0.9740993642571226	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0038_000000000712	4138	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9555228218709894	PS1143|PS778	0	0	True	True	1.0	12					non-mobilizable	plasmid	2666.0	99.85	100.0	0.6436865021770682	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0036_000000005495	4137	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.955010751893624	PS1143|PS778	0	0	True	True	1.0	128					non-mobilizable	plasmid	2667.0	99.775	100.0	0.6439283986453798	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0028_000000006480	4127	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9544550139912193	PS1143|PS778	0	0	True	True	1.0	42					non-mobilizable	plasmid	2656.0	99.774	100.0	0.6412675374939526	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0088_000000002963	4110	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9495244906219024	PS1143|PS778	0	0	True	True	1.0	8					non-mobilizable	other	3860.0	96.036	100.0	0.35612640916651267	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0057_000000000959	4108	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9266720345357508	PS1143|PS778	0	0	True	True	1.0	253					non-mobilizable	plasmid	4070.0	93.759	100.0	0.9794388001935171	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
DEN0020_000000002034	4077	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9393164912934989	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	4030.0	99.90100000000001	99.0	0.9736524051244864	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0810_000000003140	4076	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9540783601564854	PS1143|PS778	0	0	True	True	1.0	32					non-mobilizable	other	3518.0	100.0	100.0	0.32498613934577714	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0101_01_000000007889	4050	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9489762277353698	PS1143|PS778	0	0	True	True	1.0	87					non-mobilizable	other	3536.0	100.0	100.0	0.32664941785252266	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0060_000000008673	4037	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9487829667138373	PS1143|PS778	0	0	False	True	0.9967797994613647	0					non-mobilizable	plasmid	3992.0	100.0	100.0	0.9621504339440694	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
DEN0086_000000000534	4012	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9450023194817208	PS1143|PS778	0	0	True	True	1.0	4					non-mobilizable	plasmid	4012.0	100.0	100.0	0.9669720347155255	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ENG0066_000000004440	4005	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9055535517377629	PS1143|PS778	0	0	True	True	1.0	9					non-mobilizable	other	3901.0	99.87200000000001	100.0	0.9182952672474688	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0028_000000004366	4005	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.937782415327836	PS1143|PS778	0	0	True	True	1.0	1					non-mobilizable	other	3326.0	99.88	100.0	0.3072445019404916	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0822_000000001367	4005	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9387441367168495	PS1143|PS778	0	0	True	True	1.0	57					non-mobilizable	other	3326.0	99.97	100.0	0.3072445019404916	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0059_000000000082	3995	0.9843013735289918	7	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9228467020629354	PS1143|PS778	0	0	True	True	1.0	3					non-mobilizable	plasmid	2672.0	100.0	100.0	0.6456369349770364	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
DEN0047_000000000411	3991	0.9843013735289918	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9253940922957502	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2664.0	99.85	100.0	0.6432027092404451	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0079_000000006919	3964	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9275287915054687	PS1143|PS778	0	0	True	True	1.0	1					non-mobilizable	other	3306.0	100.0	100.0	0.30539641471077433	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0007_000000007052	3962	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9267924992509405	PS1143|PS778	0	0	True	True	1.0	23					non-mobilizable	other	3899.0	94.973	100.0	0.9171179656227926	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0031_000000008055	3960	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.921486577943456	PS1143|PS778	0	0	True	True	1.0	7					non-mobilizable	plasmid	3960.0	99.949	100.0	0.9567319313512207	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0777_000000004298	3893	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.8854854111644951	PS1143|PS778	0	0	True	True	1.0	78					non-mobilizable	other	3861.0	94.794	100.0	0.9079350129503179	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0070_000000006154	3841	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.8661075540391672	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3326.0	100.0	100.0	0.3072445019404916	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0109_000000006356	3840	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.8348531922197132	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3736.0	99.946	100.0	0.8794443136331528	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0205_000000002756	3840	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.8392803229107122	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3736.0	98.822	100.0	0.8794443136331528	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0287_000000002684	3840	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.8349257511869866	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3736.0	99.839	100.0	0.8794443136331528	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0052_000000007442	3818	0.9843013735289918	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.8099669550962695	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3736.0	99.973	100.0	0.8794443136331528	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
TAN0002_000000022691	1786	0.9842950687822376	2	2	2	2	2	False	71633	fragment	False	FIJ0013_000000015575	0.9403074504135844		0	0	False	False	1.0	0					non-mobilizable	other	1774.0	96.84299999999999	99.0	0.041093032957864	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MAD0060_000000008164	2048	0.9842920435656956	4	4	3	4	4	True	58030	fragment	False	ISR0293_000000016481	0.4789023031560345		0	0	False	False	1.0	0					non-mobilizable	plasmid	2048.0	99.854	100.0	0.020603510749657782	CP057691.1	enterobacteria	Escherichia coli strain RHB17-C12 plasmid pRHB17-C12_2, complete sequence	False	True
ENG0103_000000001964	10522	0.9842917960108264	9	3	3	3	1	False	99371	fragment	False	ENG0103_000000001964	0.9721741637831603		0	0	False	False	0.9994297623634338	0					non-mobilizable	no_good_hit	2562.0	93.365	59.0	0.10464735722467682	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0043_000000002000	8190	0.9842899154848098	8	6	6	5	4	False	79676	maximal	True	SPA0043_000000002000	1.0		6	3	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit	5602.0	86.07600000000001	68.0	0.09244438528477064	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
SPA0093_000000005867	6886	0.9842899154848098	7	6	6	5	4	False	54111	fragment	False	SPA0093_000000005867	1.0		0	0	False	False	0.9930293560028076	0					non-mobilizable	no_good_hit	5602.0	86.041	81.0	0.09244438528477064	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
ENG0204_000000006899	3440	0.984289904920684	5	4	2	3	2	True	54053	maximal	True	ENG0204_000000006899	1.0		1	1	True	True	0.9994186162948608	5					non-mobilizable	no_good_hit	704.0	80.54	29.0	0.2294757665677547	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MAD0031_000000005350	2569	0.9842880164456848	2	2	2	2	2	False	72111	maximal	True	MAD0031_000000005350	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	79.352	42.0	0.0004633131415001433	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ENG0168_000000024005	1310	0.9842877811368788	2	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.3438332847165037		0	0	False	False	0.9977099299430847	0					non-mobilizable	no_good_hit	158.0	84.81	12.0	3.939386640009314e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0849_000000012130	2257	0.9842852391427904	2	2	2	2	2	False	98882	maximal	True	ISR0849_000000012130	1.0		0	0	False	False	0.9991138577461243	0					non-mobilizable	no_good_hit	295.0	99.661	13.0	0.003470377846241014	NZ_CAPH01000004.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ISR0814_000000028582	1460	0.9842852391427904	2	2	2	2	2	False	21514	fragment	False	ISR0814_000000028582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	73.48100000000001	12.0	0.001325882423443399	NZ_DF820492.1	firmicutes	Weissella oryzae SG25, whole genome shotgun sequence	True	False
USA0005_01_000000018961	1672	0.98428405571921	2	2	1	2	2	True	2162	fragment	False	USA0005_01_000000018961	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1676.0	99.523	100.0	0.5214819427148194	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
USA0023_01_000000004049	7974	0.9842824208728248	8	4	1	4	1	False	4385	maximal	True	USA0023_01_000000004049	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	2.0	0.0013384380738942323	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
AST0007_000000000027	95834	0.9842800611300476	89	12	6	11	4	True	127415	maximal	False	SPA0046_000000000019	0.9094930859298828		0	0	True	True	1.0	1168					non-mobilizable	virus	23805.0	97.236	98.0	0.24517591304795755	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
CAN0015_000000001517	23406	0.9842773452800372	42	9	2	8	5	False	93341	maximal	True	CAN0015_000000001517	1.0		2	1	False	False	0.99957275390625	0					non-mobilizable	no_good_hit	58.0	100.0	0.0	1.7166161820890073e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
CHI0138_000000001224	11311	0.9842758049001472	13	12	11	11	12	True	99366	fragment	False	CHI0138_000000001224	1.0		0	0	False	False	0.9997347593307495	0					non-mobilizable	no_good_hit								True	True
SPA0113_000000004826	6932	0.9842739146552256	11	9	4	8	6	False	122346	fragment	False	SPA0113_000000004826	1.0		0	0	False	False	0.9984131455421448	0					non-mobilizable	chromosome	6739.0	97.537	97.0	0.0018970520324209095	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CHI0158_000000005867	2801	0.9842735184382364	3	3	3	3	2	False	78902	fragment	False	CHI0158_000000005867	1.0		0	0	False	False	0.9982149004936218	0					non-mobilizable	no_good_hit	85.0	85.882	3.0	0.0009663119496551475	NZ_SLUM01000019.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_119, whole genome shotgun sequence	True	False
BAN0013_000000000034	4717	0.9842724870306416	7	6	1	1	6	False	98726	maximal	True	BAN0013_000000000034	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2048.0	97.656	91.0	0.04785787944126746	CP054423.1	enterobacteria	Salmonella enterica subsp. diarizonae serovar 61:k:1,5,(7) strain 14-SA00836-0 plasmid p14-SA00836-0, complete sequence	False	True
SPA0143_000000007962	2429	0.9842719379354882	6	2	2	2	2	False	125211	fragment	False	SPA0143_000000007962	1.0		0	0	False	False	0.9987649321556091	0					non-mobilizable	no_good_hit								True	False
AST0012_000000010475	2120	0.9842719379354882	5	2	2	2	2	False	125210	fragment	False	AST0012_000000010475	1.0		0	0	False	False	0.9820754528045654	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000010597	2820	0.9842716114231738	3	2	0	2	1	True	55991	maximal	True	ENG0168_000000010597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.002555502315923974	NZ_AXZE01000016.1	mycoplasmas	Mycoplasma salivarium ATCC 23064 F800DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	True
DEN0071_000000011252	3404	0.9842701683318784	2	2	2	2	1	False	104186	fragment	False	DEN0071_000000011252	0.9760871471558747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	85.986	44.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0020_000000008940	3267	0.9842701683318784	2	2	2	2	1	False	104186	fragment	False	DEN0071_000000011252	0.9635909795126065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	85.88600000000001	45.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0052_000000010286	3234	0.9842701683318784	2	2	2	2	1	False	104186	fragment	False	DEN0071_000000011252	0.4756195316716238		0	0	False	False	0.9938157200813293	0					non-mobilizable	no_good_hit	838.0	87.947	41.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
AST0150_000000008544	3201	0.9842701683318784	3	2	2	2	1	False	104186	fragment	False	DEN0071_000000011252	0.47325677964381635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	87.947	41.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0077_000000009329	3108	0.9842701683318784	2	2	2	2	1	False	104186	fragment	False	DEN0071_000000011252	0.48762952412450494		0	0	False	False	0.9996782541275024	0					non-mobilizable	no_good_hit	990.0	85.96	44.0	0.0004517429517937613	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0038_000000009822	2907	0.9842701683318784	2	2	2	2	1	False	104186	fragment	False	DEN0071_000000011252	0.3219111969111969		0	0	False	False	0.9996560215950012	0					non-mobilizable	no_good_hit	841.0	86.445	42.0	0.0003838429375670917	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0232_000000010006	2633	0.9842701683318784	2	2	2	2	1	False	70908	fragment	False	ISR0232_000000010006	1.0		0	0	False	False	0.9946828484535217	0					non-mobilizable	no_good_hit	686.0	88.77600000000001	40.0	0.000315942923340422	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
USA0062_01_000000003155	8463	0.9842641325104208	11	7	4	6	6	True	125438	backbone	True	USA0062_01_000000003155	0.9953870117421519	PS929	1	1	True	True	1.0	92					non-mobilizable	no_good_hit	871.0	94.948	23.0	0.026092747305969246	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
USA0005_01_000000021482	1441	0.9842619884100824	2	2	1	1	2	False	64217	fragment	False	ENG0048_000000017512	0.9730295850798858		0	0	False	False	0.9965301752090454	0					non-mobilizable	other	1441.0	97.432	100.0	0.0016646563824759648	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0029_000000005368	4182	0.9842587670988324	8	7	6	7	5	False	12572	maximal	True	MON0029_000000005368	1.0		1	1	False	False	0.9835007190704346	0					non-mobilizable	no_good_hit	2555.0	99.68700000000001	61.0	0.002285564965886556	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
SPA0034_000000013829	2627	0.9842585157124762	4	3	3	3	2	False	7158	fragment	False	SPA0034_000000013829	1.0		0	0	False	False	0.9969546794891357	0					non-mobilizable	other	1180.0	91.525	94.0	0.032256294914696365	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0031_000000008994	2469	0.9842583108579084	3	2	2	2	1	False	37017	maximal	True	ISR0031_000000008994	1.0		0	0	False	False	0.9688133001327515	0					non-mobilizable	no_good_hit	465.0	86.882	19.0	0.000214533226999473	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CAN0013_000000003924	6466	0.9842558123425692	6	5	4	5	5	False	119430	fragment	False	CAN0013_000000003924	1.0		0	0	False	False	0.9998453259468079	0					non-mobilizable	no_good_hit	3069.0	73.705	59.0	0.0010111288122232145	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0052_000000012076	2397	0.9842553902293202	3	3	2	3	2	False	129637	fragment	False	FIJ0052_000000012076	1.0		0	0	False	True	0.9966624975204468	0					non-mobilizable	no_good_hit	1827.0	76.19	76.0	0.005804921397016986	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
USA0113_01_000000006627	2889	0.9842545863463746	3	3	3	3	3	False	96907	fragment	False	USA0113_01_000000006627	1.0		0	0	False	False	0.9989615678787231	0					non-mobilizable	other	2889.0	99.204	100.0	0.010441749643866918	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0054_000000005096	5181	0.9842506414951312	6	5	4	5	2	False	112316	fragment	False	SPA0054_000000005096	0.9840497957595798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	95.44	13.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0017_01_000000003132	8267	0.9842499978556604	8	7	4	7	2	False	112326	maximal	False	AUS0022_000000004153	0.9335681031395487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	96.2	8.0	0.00018629998875109065	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0051_000000000063	61864	0.9842420103588814	70	27	19	23	16	True	117634	fragment	False	ENG0175_000000000109	0.48213207401099323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10181.0	99.725	17.0	0.9999017778214321	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
ENG0135_000000002249	7663	0.9842370454675774	9	4	4	3	3	False	67873	fragment	False	ENG0135_000000002249	1.0		0	0	False	False	0.9996085166931152	0					non-mobilizable	plasmid	3135.0	97.735	100.0	0.01677454792189469	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0364_000000002391	5950	0.9842340358625578	7	7	5	7	6	True	108317	fragment	False	ISR0364_000000002391	0.9658926233602863		0	0	False	False	0.9909243583679199	0					non-mobilizable	no_good_hit	2122.0	92.601	36.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
USA0117_01_000000007005	3397	0.9842334180197628	5	4	3	3	4	False	99030	fragment	False	MON0105_000000013157	0.7808862550823733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.184	16.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0055_000000011469	2967	0.9842320444214884	5	2	1	2	2	False	113850	maximal	True	AST0055_000000011469	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	792.0	88.76299999999999	27.0	0.013288140166270383	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0057_000000004284	6151	0.9842302211256247	6	6	5	6	6	False	47520	fragment	False	FIJ0057_000000004284	1.0		0	0	False	False	0.999512255191803	0					non-mobilizable	no_good_hit	895.0	82.346	14.0	0.024366123671126005	NZ_FOXF01000023.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
SPA0005_000000017258	1670	0.9842222588543548	2	1	1	1	1	True	8300	fragment	False	SPA0005_000000017258	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1692.0	98.7	100.0	0.4151730910876504	CP039858.1	enterobacteria	Salmonella enterica subsp. enterica serovar 1,4,[5],12:i:- strain PNCS014876 plasmid p15-0756.2, complete sequence	False	True
ENG0136_000000004601	2538	0.9842222388752954	2	2	1	1	2	True	79852	fragment	False	ENG0136_000000004601	1.0		0	0	False	False	0.9980299472808838	0	rep_cluster_1778				non-mobilizable	plasmid	2538.0	100.0	100.0	0.6230353634577603	CP051723.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-4, complete sequence	False	True
FIJ0099_000000016912	1306	0.9842221589955478	2	1	1	1	1	True	42757	fragment	False	FIJ0099_000000016912	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1306.0	99.84700000000001	100.0	0.32111220472440943	CP054350.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-5, complete sequence	False	True
MAD0097_000000032427	1284	0.9842221589955478	2	1	1	1	1	True	16745	fragment	False	MAD0097_000000032427	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1284.0	99.844	100.0	0.31467844869906725	CP056526.1	enterobacteria	Escherichia coli strain RHBSTW-00440 plasmid pRHBSTW-00440_3, complete sequence	False	True
MAD0062_000000012751	1182	0.9842221589955478	1	1	1	1	1	True	16744	fragment	False	MAD0062_000000012751	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1182.0	99.831	100.0	0.28964162984781544	CP056526.1	enterobacteria	Escherichia coli strain RHBSTW-00440 plasmid pRHBSTW-00440_3, complete sequence	False	True
USA0089_01_000000006203	1162	0.9842221589955478	1	1	1	1	1	True	401	fragment	False	USA0089_01_000000006203	1.0		0	0	False	False	0.9991394281387329	0	rep_cluster_1778				non-mobilizable	plasmid	1162.0	100.0	100.0	0.28111380145278453	KT693145.1	enterobacteria	Escherichia coli strain E35BA plasmid pE35BA_1, complete sequence	False	True
CHI0088_000000003644	1425	0.9842218339720874	2	2	2	2	2	False	96125	fragment	False	CAN0004_000000018877	0.563351815720105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0164_000000012216	1757	0.9842200489259868	2	2	1	1	2	True	78391	fragment	False	CHI0164_000000012216	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1757.0	100.0	100.0	0.431237721021611	CP051723.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-4, complete sequence	False	True
SPA0129_000000005426	5223	0.9842119053032428	4	1	1	1	1	False	93994	maximal	True	SPA0129_000000005426	1.0		10	5	False	False	0.9963622689247131	0					non-mobilizable	other	4843.0	98.47200000000001	99.0	0.0013819707896698683	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CAN0021_000000029613	1479	0.9842119053032428	2	1	1	1	1	False	93993	fragment	False	CAN0021_000000029613	0.9852112676056338		0	0	False	False	0.9966193437576294	0					non-mobilizable	other	1479.0	99.527	100.0	0.0004218407325758086	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ETH0003_000000008221	4069	0.9842115047050426	7	2	1	2	2	True	97255	fragment	False	ETH0003_000000008221	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	873.0	97.251	50.0	0.21481481481481482	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CAN0021_000000024366	1786	0.9842107582796984	2	2	2	2	2	False	98467	fragment	False	CAN0021_000000024366	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1771.0	99.322	100.0	0.000592392475745377	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
ENG0023_000000006438	2663	0.9842069369697624	5	3	3	3	2	False	116209	fragment	False	ISR0839_000000006957	0.9482963326309872		0	0	False	False	1.0	0					non-mobilizable	chromosome	1969.0	94.76899999999999	95.0	0.00044481127422366177	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0106_01_000000001148	10275	0.9842060723695896	9	8	7	7	5	False	329	fragment	False	USA0106_01_000000001148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2526.0	99.525	25.0	0.1942905509387504	NZ_WNCH01000059.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold59_size12996, whole genome shotgun sequence	True	False
SPA0035_000000003128	5046	0.9842060318502812	8	7	4	4	5	False	125001	fragment	False	SPA0035_000000003128	1.0		0	0	False	False	0.9988109469413757	0					non-mobilizable	no_good_hit	1559.0	92.046	31.0	0.2491500728508985	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0084_000000008479	1517	0.9842054421610006	2	1	1	1	1	False	43993	fragment	False	FIJ0160_000000012057	0.9730184386730661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	76.218	45.0	0.0002490545519968347	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
FIJ0171_000000014921	1407	0.9842054421610006	1	1	1	1	1	False	43993	fragment	False	FIJ0160_000000012057	0.6374423203691496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	75.435	32.0	0.014564967420467612	NZ_QRUU01000040.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf40, whole genome shotgun sequence	True	False
ENG0013_000000007688	3391	0.9841980880052676	5	2	2	1	2	False	66998	maximal	True	ENG0013_000000007688	1.0		1	1	False	False	0.9997050762176514	0					non-mobilizable	no_good_hit	920.0	89.67399999999999	27.0	0.14602557875991581	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0151_000000004881	3528	0.9841969162200211	5	5	4	5	3	False	122343	fragment	False	ISR0151_000000004881	1.0		0	0	False	False	0.9991496801376343	0					non-mobilizable	other	3528.0	96.74	100.0	0.020873898453544183	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
AST0028_000000001245	14400	0.9841956599298508	20	19	10	13	16	True	118934	fragment	False	AST0028_000000001245	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	13449.0	99.993	93.0	0.42337237123787935	CP026942.1	enterobacteria	Escherichia coli strain CFS3313 plasmid pCFS3313-3, complete sequence	False	True
SPA0076_000000006018	2426	0.9841927153750682	5	5	2	5	4	True	5747	maximal	True	SPA0076_000000006018	1.0		3	2	False	False	0.9789777398109436	0					non-mobilizable	chromosome	2016.0	100.0	98.0	0.0009462892780493761	LR698989.1	firmicutes	Lactobacillus gasseri isolate MGYG-HGUT-02387 genome assembly, chromosome: 1	False	True
ISR0274_000000003451	2058	0.9841921625681193	4	4	3	3	2	False	88398	fragment	False	ISR0274_000000003451	1.0		0	0	False	False	0.999514102935791	0					non-mobilizable	other	2058.0	98.445	100.0	0.008216713314674131	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
MON0024_000000004134	7971	0.9841896120156748	9	7	3	5	6	True	78003	maximal	True	MON0024_000000004134	1.0		1	1	False	False	0.9998745322227478	0					non-mobilizable	no_good_hit	2324.0	99.87100000000001	54.0	0.0006630148997115044	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
FIJ0153_000000006847	3993	0.9841868168840658	7	6	5	6	3	True	73347	fragment	False	FIJ0153_000000006847	1.0		0	0	False	False	0.99899822473526	0					non-mobilizable	no_good_hit	1160.0	92.5	29.0	0.036709742810084885	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
AST0006_000000002121	7998	0.9841812497673019	9	9	3	7	8	False	127672	backbone	False	ISR0162_000000004103	0.9960385203104901	PS1021	0	0	True	True	0.9997499585151672	27	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	7938.0	99.912	100.0	0.9996221662468514	CP045283.1	enterobacteria	Escherichia coli strain LAU-OXA plasmid pLAU-OXA6, complete sequence	False	True
ISR0040_000000004774	5668	0.9841786249869591	5	5	1	4	5	False	36506	maximal	True	ISR0040_000000004774	1.0		1	1	True	True	0.9992942810058594	20	rep_cluster_2335	MOBP			mobilizable	no_good_hit	3791.0	94.012	80.0	0.23676071451114056	LT985254.1	enterobacteria	Escherichia coli strain 580 genome assembly, plasmid: RCS49_pIII	True	True
MAD0053_000000001363	9808	0.9841769654499106	8	8	5	5	7	True	114164	fragment	False	MAD0053_000000001363	1.0		0	0	False	False	0.9991843104362488	0					non-mobilizable	plasmid	9808.0	99.91799999999999	100.0	0.11175558948879823	CP057086.1	enterobacteria	Escherichia coli strain RHB38-C21 plasmid pRHB38-C21_2, complete sequence	False	True
CHI0107_000000000750	13798	0.9841718890002356	17	7	5	6	5	True	119603	maximal	True	CHI0107_000000000750	1.0		8	5	True	True	1.0	20					non-mobilizable	no_good_hit	755.0	86.755	13.0	0.14105461393596988	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
SPA0041_000000001181	20295	0.9841686413151758	21	7	3	3	6	False	103990	fragment	False	SPA0041_000000001181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3303.0	92.583	24.0	0.0007329766180458843	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0108_000000009416	1830	0.9841654111946508	5	3	3	3	3	False	131428	fragment	False	ISR0326_000000008584	0.8062273772443131		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	78.273	94.0	0.024124274877286925	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0071_000000001184	21224	0.9841611144751892	15	13	9	13	10	True	122952	maximal	True	FIJ0071_000000001184	1.0		1	1	False	False	0.999481737613678	0					non-mobilizable	no_good_hit	2547.0	96.23100000000001	12.0	0.010437736685115969	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0128_000000002637	3330	0.9841602330810564	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.9340062026977686	PS448	0	0	True	True	1.0	20		MOBV			mobilizable	plasmid	1479.0	94.456	98.0	0.4598381070983811	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
CHI0046_000000003516	3328	0.9841602330810564	3	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.9520745453510735	PS448	0	0	True	True	1.0	121					non-mobilizable	plasmid	1479.0	94.38799999999999	98.0	0.4598381070983811	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
CHI0165_000000004950	3294	0.9841602330810564	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.9415871066243783	PS448	0	0	True	True	1.0	36					non-mobilizable	plasmid	1643.0	93.18299999999999	97.0	0.5102739726027398	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
CHI0060_000000003816	3289	0.9841602330810564	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.9297459737203658	PS448	0	0	True	True	1.0	62		MOBV			mobilizable	plasmid	1479.0	94.38799999999999	97.0	0.4598381070983811	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
ISR0124_000000004966	3289	0.9841602330810564	2	2	1	2	1	True	87068	backbone	True	ISR0124_000000004966	0.9600536453425567	PS448	7	4	False	True	1.0	0					non-mobilizable	plasmid	1647.0	99.575	100.0	0.512453300124533	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
ISR0094_000000006373	3287	0.9841602330810564	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.9600440180093455	PS448	0	0	False	True	1.0	0					non-mobilizable	plasmid	1647.0	99.575	100.0	0.512453300124533	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
SPA0048_000000006154	3286	0.9841602330810564	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.959706631088979	PS448	0	0	True	True	1.0	96					non-mobilizable	plasmid	1646.0	99.575	100.0	0.5121419676214197	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
ENG0083_000000006763	3283	0.9841602330810564	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.959309163097158	PS448	0	0	True	True	1.0	2					non-mobilizable	plasmid	1641.0	99.939	100.0	0.5105853051058531	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
CHI0080_000000001186	3249	0.9841602330810564	3	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.9520995014673292	PS448	0	0	True	True	1.0	17					non-mobilizable	plasmid	2562.0	92.23299999999999	100.0	0.7951432129514321	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
CHI0075_000000002017	3241	0.9841602330810564	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.950627061848582	PS448	0	0	True	True	1.0	34					non-mobilizable	plasmid	3204.0	93.508	98.0	0.9956413449564134	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
ISR0003_000000008014	3231	0.9841602330810564	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.9531798582625318	PS448	0	0	True	True	1.0	3					non-mobilizable	plasmid	1646.0	99.575	100.0	0.5121419676214197	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
CHI0184_000000002975	2990	0.9841602330810564	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.7859950805603894	PS448	0	0	False	True	1.0	0					non-mobilizable	plasmid	1474.0	95.18299999999999	100.0	0.4579701120797011	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
CHI0131_000000005469	2935	0.9841602330810564	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.5641828956806421	PS448	0	0	False	True	1.0	0					non-mobilizable	plasmid	1474.0	95.115	100.0	0.4579701120797011	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
ENG0145_000000003127	9798	0.9841574122474216	14	7	6	6	3	False	69836	fragment	False	ENG0145_000000003127	1.0		0	0	False	False	0.9992855787277222	0					non-mobilizable	no_good_hit	160.0	98.75	2.0	0.0028432459497156753	NZ_SLUM01000025.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_125, whole genome shotgun sequence	True	False
ENG0138_000000005057	4016	0.9841519283186002	3	3	3	3	3	False	125039	fragment	False	FIJ0021_000000011361	0.9585269472509313		0	0	False	False	0.9987549781799316	0					non-mobilizable	other	4016.0	99.602	100.0	0.014516490588686176	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0062_000000003603	10253	0.98414474559488	9	6	4	5	5	False	105889	maximal	True	MON0062_000000003603	1.0		8	4	False	False	0.9997074007987976	0					non-mobilizable	no_good_hit	625.0	78.08	17.0	0.00017253379439284742	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0041_01_000000008850	2110	0.9841416112475436	3	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.2847651507323865		0	0	False	False	0.9995260834693909	0					non-mobilizable	no_good_hit								True	False
MON0093_000000011357	3605	0.9841409087084292	5	3	3	3	2	False	119914	maximal	True	MON0093_000000011357	1.0		2	2	False	False	0.9969486594200134	0					non-mobilizable	no_good_hit								True	False
ISR0042_000000005355	4586	0.9841367364661446	5	5	4	5	4	False	103307	fragment	False	ISR0042_000000005355	0.9949483610237988		0	0	False	False	1.0	0					non-mobilizable	other	4586.0	99.542	100.0	0.01716450597294859	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ENG0107_000000018126	1653	0.9841360125281844	3	3	3	2	1	False	116611	fragment	False	ENG0084_000000012565	0.13642001107449023		0	0	False	False	1.0	0					non-mobilizable	chromosome	1653.0	99.395	100.0	0.0003232881773591818	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
CHI0120_000000009517	1624	0.9841360125281844	3	3	3	2	1	False	116611	fragment	False	ENG0084_000000012565	0.13728215416404307		0	0	False	False	0.9987684488296509	0					non-mobilizable	chromosome	1624.0	99.631	100.0	0.00032947404128230566	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
CHI0057_000000013646	1490	0.9841360125281844	3	3	3	2	1	False	116611	fragment	False	ENG0084_000000012565	0.15164787934176116		0	0	False	False	1.0	0					non-mobilizable	chromosome	1490.0	99.664	100.0	0.0002767910602993693	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0048_01_000000011705	1363	0.9841360125281844	3	3	3	2	1	False	116611	fragment	False	ENG0084_000000012565	0.12176841841090606		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	99.56	100.0	0.00026293639333122265	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0274_000000004797	1615	0.9841354190214526	3	3	2	2	3	True	63736	fragment	False	ISR0274_000000004797	0.9795860821266449		0	0	False	False	0.9987615942955017	0					non-mobilizable	plasmid	1616.0	99.56700000000001	100.0	0.018726374620254633	MF156268.1	enterobacteria	Escherichia coli strain 3-S1R plasmid pCERC10, complete sequence	False	True
ISR0106_000000016684	1592	0.9841346694669736	3	3	3	2	2	False	116612	fragment	False	ISR0106_000000016684	1.0		0	0	False	False	0.9993718862533569	0					non-mobilizable	no_good_hit	1151.0	74.457	71.0	0.0007223091905215136	NZ_LT960488.1	CFB group bacteria	Parabacteroides provencensis strain Marseille-P3668, whole genome shotgun sequence	True	False
DEN0079_000000030222	1959	0.9841238106087532	5	3	2	3	3	False	69524	fragment	False	DEN0079_000000030222	0.979991803201782		0	0	False	False	0.9984685778617859	0					non-mobilizable	no_good_hit	257.0	85.214	13.0	0.005156854318865492	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
MON0107_000000016386	3451	0.9841197537801374	6	5	2	2	5	True	89612	fragment	False	MON0107_000000016386	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3452.0	99.82600000000001	100.0	0.03918918918918919	CP053754.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-003, complete sequence	False	True
USA0013_01_000000001990	6257	0.9841180333486956	9	6	5	6	4	False	122367	fragment	False	USA0013_01_000000001990	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5169.0	98.27799999999999	98.0	0.2354953475643131	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
FIJ0099_000000000340	36932	0.9841172336946434	43	23	17	21	11	True	53284	fragment	False	MAD0060_000000000081	0.6202680292232531		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
MON0100_000000002771	10535	0.984116525098196	17	4	2	3	3	False	11143	fragment	False	MON0100_000000002771	1.0		0	0	False	False	0.9957285523414612	0					non-mobilizable	no_good_hit	6195.0	85.876	88.0	0.10888597455073902	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0088_000000000796	5635	0.9841164356275202	8	5	2	3	5	False	84407	maximal	True	CHI0088_000000000796	0.9712767873221682		1	1	False	False	0.9998225569725037	0					non-mobilizable	no_good_hit	1782.0	71.829	31.0	0.0008742682374852248	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0189_000000000426	16598	0.9841122223354032	21	12	8	9	8	False	123910	maximal	True	ISR0189_000000000426	1.0		42	6	False	False	1.0	0					non-mobilizable	no_good_hit	8537.0	99.895	51.0	0.001530986788782114	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
CHI0151_000000010750	2323	0.9841109907675566	3	2	2	2	2	False	115939	fragment	False	CHI0151_000000010750	0.9316797214969539		0	0	False	False	0.9956952333450317	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000039169	1214	0.9841051585235646	2	2	1	2	2	False	75546	fragment	False	DEN0011_000000039169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000026311	1194	0.9841051585235646	2	2	1	2	2	False	75546	fragment	False	DEN0011_000000039169	0.9917627677100493		0	0	False	False	0.980737030506134	0					non-mobilizable	no_good_hit								True	False
ISR0336_000000007199	1986	0.9841047437095646	2	2	2	2	2	False	115923	fragment	False	AUS0012_000000008152	0.9336674368868524		0	0	False	False	0.9994964599609375	0					non-mobilizable	no_good_hit								True	False
MON0036_000000016274	1475	0.9841045874510276	2	1	1	1	1	False	51965	fragment	False	MON0036_000000016274	1.0		0	0	False	False	0.9647457599639893	0					non-mobilizable	other	1477.0	90.86	100.0	0.06030109638357061	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0021_000000009846	5067	0.9841021864101709	6	6	5	6	5	True	49685	fragment	False	FIJ0021_000000009846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2121.0	92.881	42.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0157_000000013730	1824	0.984101221820936	2	2	2	2	1	False	124609	maximal	True	ENG0157_000000013730	1.0		12	8	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	73.878	26.0	0.00010929615994064447	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0045_000000000582	21115	0.9840955899536058	13	6	5	5	5	True	43496	maximal	True	MAD0045_000000000582	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	72.442	5.0	0.18415051311288483	MK233836.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_5_c1 sequence	True	True
CAN0014_000000007868	5598	0.9840928058459604	4	3	3	3	2	False	111873	fragment	False	CAN0014_000000007868	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5598.0	100.0	100.0	0.00893102193741104	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0003_000000003692	4749	0.9840922461494771	6	5	4	5	5	True	58470	fragment	False	SPA0003_000000003692	0.9995720094157928		0	0	False	False	1.0	0	IncN				non-mobilizable	plasmid	4575.0	99.891	100.0	0.07428822010362021	AB366441.1	enterobacteria	Salmonella enterica subsp. enterica serovar Dublin plasmid pMAK2 DNA, complete genome, strain: L-789	False	True
ENG0130_000000006348	4673	0.9840922461494771	5	5	4	5	5	True	58470	fragment	False	SPA0003_000000003692	0.9915771741419246		0	0	False	False	1.0	0	IncN				non-mobilizable	plasmid	4673.0	99.936	100.0	0.03313310686703497	MT199177.1	enterobacteria	Escherichia coli strain 100 plasmid p100_NDM5_IncN, complete sequence	False	True
AST0116_000000010777	2504	0.9840842601120228	4	3	2	1	2	False	109483	fragment	False	AST0116_000000010777	1.0		0	0	False	False	0.9996006488800049	0					non-mobilizable	no_good_hit	1448.0	87.70700000000001	58.0	0.12532546432910954	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
AUS0018_000000014149	1984	0.9840827434349096	3	3	3	3	3	False	99957	fragment	False	AUS0018_000000014149	1.0		0	0	False	False	0.9753023982048035	0					non-mobilizable	no_good_hit	117.0	79.487	6.0	0.0005508202948787958	NZ_LIPT01000006.1	a-proteobacteria	Pannonibacter indicus strain DSM 23407 DSM_23407_06, whole genome shotgun sequence	True	False
ISR0126_000000015097	3236	0.9840814230746976	5	4	3	3	3	True	130275	maximal	True	ISR0126_000000015097	1.0	PS1090	2	2	True	True	0.9885661602020264	2					non-mobilizable	no_good_hit	2404.0	86.93799999999999	83.0	0.7960614152202937	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0164_000000000951	21301	0.9840805332280196	29	9	6	7	6	False	49870	maximal	True	FIJ0164_000000000951	1.0		1	1	False	False	0.9998591542243958	0					non-mobilizable	no_good_hit	2873.0	94.292	65.0	0.0508276326516145	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0090_000000003958	7206	0.984070266215239	9	4	2	4	3	False	5388	maximal	True	SPA0090_000000003958	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2064.0	94.428	66.0	0.014209135732266318	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
ISR0035_000000014210	1400	0.9840698363789178	3	2	2	2	1	False	88396	fragment	False	ISR0035_000000014210	0.976761888368685		0	0	False	False	0.9857142567634583	0					non-mobilizable	other	1400.0	98.35700000000001	100.0	0.005593762495001999	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0148_000000016329	1278	0.9840698363789178	2	2	2	2	1	False	88396	fragment	False	ISR0035_000000014210	0.9367606813593052		0	0	False	False	0.9984350800514221	0					non-mobilizable	other	1278.0	98.905	100.0	0.005105957616953219	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0107_000000012860	1199	0.9840698363789178	2	2	2	2	1	False	82988	fragment	False	CHI0107_000000012860	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	84.37799999999999	91.0	0.007437949163825076	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
FIJ0132_000000009817	3062	0.984068823236918	4	2	1	2	2	False	48140	fragment	False	FIJ0132_000000009817	1.0		0	0	False	False	0.9996734261512756	0					non-mobilizable	plasmid	3062.0	100.0	100.0	0.7778907242693773	CP055560.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00184 plasmid unnamed	False	True
FIJ0131_000000006771	2737	0.984068823236918	3	2	1	2	2	False	48139	fragment	False	FIJ0131_000000006771	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2736.0	99.927	99.0	0.6950444726810674	CP055560.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00184 plasmid unnamed	False	True
CAN0016_000000008375	5437	0.98406733454494	4	4	4	4	1	True	94302	maximal	False	CAN0012_000000009889	0.9998632158415113		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1286.0	93.079	30.0	0.4187111547268564	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
USA0026_01_000000024213	1344	0.9840645135721602	3	1	1	1	1	False	95562	fragment	False	CAN0006_000000030965	0.9420689655172414		0	0	False	False	0.9992559552192688	0					non-mobilizable	no_good_hit								True	False
MON0077_000000020288	2092	0.9840577080974772	3	3	3	3	3	False	108453	fragment	False	MON0077_000000020288	0.9939909864797196		0	0	False	False	0.9995219707489014	0					non-mobilizable	chromosome	2092.0	99.76100000000001	100.0	0.000406322463025336	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
AST0035_000000001381	11171	0.9840576301425216	11	5	3	4	2	False	116917	fragment	False	AST0035_000000001381	1.0		0	0	False	False	0.9976725578308105	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	9.021224480869537e-06	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ENG0101_000000004540	6216	0.9840548571199812	12	7	4	4	6	True	102411	maximal	False	ISR0349_000000001400	0.3476722122289329	PS593|PS594	0	0	True	True	1.0	125		MOBP			mobilizable	plasmid	3556.0	96.822	91.0	0.5795398923152227	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
USA0071_01_000000006705	1787	0.9840545682213984	2	2	2	2	2	False	53643	fragment	False	ISR0032_000000018661	0.961498052085117		0	0	False	False	1.0	0					non-mobilizable	plasmid	1772.0	78.273	98.0	0.02050869022189539	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
MAD0102_000000013413	1574	0.9840536021077284	2	2	1	1	2	False	14983	maximal	True	MAD0102_000000013413	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1502.0	95.473	95.0	0.12486418721270372	EU876907.1	enterobacteria	Escherichia coli O32:H37 str. P4 tRNA-Arg (argW) gene, partial sequence; putative integrase, putative transcriptional regulator, hypothetical proteins, putative resolvase, putative transcriptional regulator, and putative transporter genes, complete cds; and DsdA (dsdA) gene, partial cds	False	False
ENG0007_000000007776	3387	0.9840464819078404	4	4	4	4	3	False	97151	maximal	True	ENG0007_000000007776	1.0	PS521	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1833.0	79.705	53.0	0.042043294859314885	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0059_000000000335	24504	0.9840431629720744	34	20	12	13	19	True	125400	maximal	False	USA0045_01_000000000440	0.241414371875248		0	0	False	False	0.9993470311164856	0					non-mobilizable	other	12580.0	97.01100000000001	98.0	0.003533414982488898	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
USA0065_01_000000001790	6457	0.984043126679671	13	4	2	4	3	False	847	fragment	False	USA0065_01_000000001790	1.0		0	0	False	False	0.9905529022216797	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.18719211822660098	NZ_ATDK01000209.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig209, whole genome shotgun sequence	True	False
ISR0082_000000001245	18076	0.9840427657132852	21	13	12	11	12	False	69515	maximal	True	ISR0082_000000001245	1.0	PS211	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4670.0	96.146	75.0	0.1592537007981445	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0052_000000005343	4203	0.9840407463504656	5	2	2	2	1	False	11233	fragment	False	MON0052_000000005343	1.0		0	0	False	False	0.9923864006996155	0					non-mobilizable	no_good_hit								True	False
CHI0090_000000001350	8356	0.9840401868994536	13	11	5	8	10	True	127653	fragment	False	CHI0090_000000001350	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3740.0	99.786	68.0	0.4527182467611091	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0025_000000026299	1502	0.9840275905552311	3	3	3	2	2	False	120077	fragment	False	ISR0155_000000005779	0.1068448744771478		0	0	False	False	0.9993342161178589	0					non-mobilizable	other	1502.0	99.001	100.0	0.003671434721352536	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0130_000000020199	1645	0.98402368623012	3	3	0	1	3	True	3798	fragment	False	SPA0130_000000020199	1.0		0	0	False	False	1.0	0	rep_cluster_1871				non-mobilizable	plasmid	1150.0	99.652	100.0	0.47617074181516783	CP016712.1	firmicutes	Lactococcus lactis subsp. cremoris strain UC109 plasmid pUC109F, complete sequence	False	True
ISR0836_000000007126	2801	0.9840236737660566	4	4	4	3	2	False	120047	fragment	False	ISR0836_000000007126	1.0		0	0	False	False	0.9939307570457458	0					non-mobilizable	no_good_hit	2461.0	95.61200000000001	88.0	0.003109776763808724	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
AST0113_000000000243	57162	0.9840223375760716	105	26	12	20	16	True	124630	maximal	True	AST0113_000000000243	0.9995631050994374		2	2	True	True	1.0	69					non-mobilizable	no_good_hit	5669.0	88.464	49.0	0.09995392195087371	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0112_000000005745	4471	0.98402016687592	7	2	2	2	2	False	42045	maximal	True	FIJ0112_000000005745	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	100.0	1.0	2.891820218750134e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0051_000000001434	13465	0.9840198381875296	14	10	9	8	8	True	116755	fragment	False	SPA0051_000000001434	0.9939427961113377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	94.684	63.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
SPA0050_000000001798	12876	0.9840198381875296	14	10	9	8	8	True	116755	fragment	False	SPA0051_000000001434	0.9753694956479361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	94.684	61.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0838_000000006342	3439	0.9840184323154084	4	4	3	3	2	False	20899	fragment	False	ISR0838_000000006342	1.0		0	0	False	False	0.995056688785553	0					non-mobilizable	no_good_hit	194.0	87.113	6.0	6.083313659749866e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0142_000000002547	10243	0.984017492539586	7	5	4	5	5	False	40226	maximal	True	FIJ0142_000000002547	1.0		1	1	False	False	0.9981451034545898	0					non-mobilizable	no_good_hit	1737.0	75.30199999999999	17.0	0.0004768093484623801	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0803_000000003148	4072	0.9840162823399592	5	3	3	2	1	True	25034	backbone	False	ISR0321_000000002314	0.9839119839378826	PS63	0	0	True	True	1.0	76					non-mobilizable	no_good_hit	203.0	92.611	8.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0018_000000011456	3204	0.9840094763801444	5	3	3	3	2	False	75130	fragment	False	DEN0018_000000011456	1.0		0	0	False	False	0.9978152513504028	0					non-mobilizable	no_good_hit	349.0	74.499	11.0	0.004007945369706515	NZ_AUDP01000023.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
FIJ0090_000000043619	1101	0.9840092387175547	3	2	2	1	1	False	43403	fragment	False	FIJ0090_000000043619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0140_000000014668	2139	0.9840032878414456	2	2	2	2	2	False	49721	maximal	True	FIJ0140_000000014668	1.0		45	3	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	75.887	39.0	0.0019752511254890587	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
FIJ0057_000000017778	1899	0.9840032878414456	2	2	2	2	2	False	49720	fragment	False	FIJ0057_000000017778	1.0		0	0	False	False	0.994207501411438	0					non-mobilizable	no_good_hit	846.0	75.887	44.0	0.0019752511254890587	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
TAN0013_000000006118	1746	0.9840032878414456	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9936473619133891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	75.561	50.0	0.0020774602691665915	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
MAD0073_000000001963	1705	0.9840032878414456	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9914513900019126		0	0	False	False	0.9994134902954102	0					non-mobilizable	no_good_hit	846.0	75.887	49.0	0.0019752511254890587	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
MAD0029_000000002150	1704	0.9840032878414456	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9912320227256901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	75.887	49.0	0.0019752511254890587	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
MAD0008_000000008086	1697	0.9840032878414456	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9888088520653503		0	0	False	False	0.9994107484817505	0					non-mobilizable	no_good_hit	846.0	75.768	49.0	0.0019752511254890587	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
FIJ0097_000000018936	1673	0.9840032878414456	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9744969684577989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	76.155	47.0	0.0018754189386412364	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
FIJ0026_000000019833	1645	0.9840032878414456	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9702986652577659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	75.887	51.0	0.0019752511254890587	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
FIJ0031_000000015246	1626	0.9840032878414456	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9651101893696286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	76.156	50.0	0.0019229580752354377	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
FIJ0096_000000023773	1568	0.9840032878414456	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.8851889376188014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	75.796	49.0	0.0018373876293658754	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ENG0192_000000017148	1338	0.9840027847807656	2	2	1	1	2	True	118131	fragment	False	ISR0056_000000010587	0.058958619505494504		0	0	False	False	0.994020938873291	0	rep_cluster_1097				non-mobilizable	plasmid	1338.0	100.0	100.0	0.14948568872987478	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MON0021_000000027600	1103	0.9840000029718976	2	1	1	1	1	False	13038	fragment	False	MON0021_000000027600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	96.226	10.0	3.412574394121792e-05	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ENG0174_000000002927	5259	0.9839965429388534	7	6	3	2	5	True	118890	maximal	True	ENG0174_000000002927	0.9965918813969271		6	3	False	True	0.9998098611831665	0		MOBV			mobilizable	plasmid	3911.0	99.949	94.0	0.7958061889250815	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
AST0028_000000003530	4991	0.9839965429388534	7	6	3	2	5	True	118890	maximal	False	ENG0174_000000002927	0.987270217253382		0	0	True	True	1.0	543		MOBV			mobilizable	plasmid	4714.0	99.958	100.0	0.9594869706840391	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
DEN0057_000000000711	4951	0.9839965429388534	7	6	3	2	5	True	118890	maximal	False	ENG0174_000000002927	0.9874110393229334		0	0	True	True	1.0	254		MOBV			mobilizable	plasmid	3670.0	99.973	100.0	0.7469462540716613	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
DEN0039_000000002770	4951	0.9839965429388534	8	6	3	2	5	True	118890	maximal	False	ENG0174_000000002927	0.9874110393229334		0	0	True	True	1.0	93		MOBV			mobilizable	plasmid	2819.0	99.965	100.0	0.5736970684039088	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
SPA0149_000000007338	4814	0.9839965429388534	7	6	3	2	5	True	118890	maximal	False	ENG0174_000000002927	0.9682874247319695		0	0	True	True	0.9997922778129578	13		MOBV			mobilizable	plasmid	4568.0	99.978	100.0	0.9297638436482085	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
USA0057_01_000000004427	6578	0.9839956811028356	7	7	6	6	6	False	31416	fragment	False	USA0057_01_000000004427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2288.0	70.804	34.0	0.0003455778139659987	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0039_000000000378	38536	0.9839948797580388	36	17	12	17	8	True	50264	maximal	True	FIJ0039_000000000378	1.0		3	1	False	False	0.9999740719795227	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00044022696145568384	NZ_FMTY01000009.1	CFB group bacteria	Flavobacterium saliperosum strain CGMCC 1.3801, whole genome shotgun sequence	True	True
ISR0278_000000003356	3030	0.9839941374627444	3	2	1	1	2	False	115551	fragment	False	ISR0278_000000003356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1367.0	85.955	72.0	0.00042362557298983517	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
BAN0016_000000000157	4447	0.9839937881336296	6	5	1	3	4	False	98707	maximal	True	BAN0016_000000000157	1.0		2	1	False	False	1.0	0				MOBP	mobilizable	chromosome	3135.0	99.904	100.0	0.0005186735726050323	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
ENG0042_000000006621	4039	0.9839921215972778	7	5	4	4	3	False	87860	maximal	True	ENG0042_000000006621	1.0		0	0	False	False	0.9977717399597168	0					non-mobilizable	no_good_hit	717.0	99.163	18.0	0.0001755473780552538	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0097_000000007331	3101	0.9839814680629332	4	2	1	2	2	True	109017	maximal	True	AST0097_000000007331	1.0		2	2	True	True	0.9990325570106506	1					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.009380234505862646	XM_028880393.1	rodents	PREDICTED: Peromyscus leucopus ArfGAP with GTPase domain, ankyrin repeat and PH domain 1 (Agap1), transcript variant X8, mRNA	True	True
CHI0131_000000003045	4685	0.9839814357278532	7	5	4	4	3	False	88945	maximal	True	CHI0131_000000003045	1.0		4	1	False	False	0.9882603883743286	0					non-mobilizable	chromosome	2438.0	93.191	98.0	0.0004527929840283451	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
MON0015_000000012518	2969	0.983979422480296	4	3	3	3	3	False	46225	fragment	False	MON0015_000000012518	1.0		0	0	False	False	0.9861906170845032	0					non-mobilizable	chromosome	2969.0	99.63	100.0	0.0005867860061818143	CP043562.1	enterobacteria	Klebsiella pneumoniae strain P094-1 chromosome, complete genome	False	False
USA0009_01_000000011652	2134	0.9839763880239794	4	4	3	4	3	False	88935	fragment	False	USA0009_01_000000011652	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2134.0	99.625	100.0	0.016958046127793548	NZ_WBKJ01000015.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000015, whole genome shotgun sequence	False	False
MAD0022_000000002978	3467	0.983975815742971	3	3	3	3	2	True	114154	fragment	False	MAD0022_000000002978	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3467.0	100.0	100.0	0.026325383563724745	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
CHI0112_000000001549	9151	0.9839734295422112	16	12	5	7	10	True	125629	fragment	False	CHI0112_000000001549	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3908.0	99.488	62.0	0.4729386124228115	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
FIJ0068_000000009522	3292	0.9839712185859916	3	3	1	1	3	True	63875	fragment	False	SPA0134_000000008006	0.7682194983007435		0	0	False	False	0.9975698590278625	0	rep_cluster_1418				non-mobilizable	plasmid	1601.0	98.001	100.0	0.01664516665973118	KR822246.1	enterobacteria	Enterobacter hormaechei strain E0083033-1 plasmid pEh1A, complete sequence	False	True
ENG0053_000000008281	3111	0.9839712185859916	3	3	1	1	3	True	63875	fragment	False	SPA0134_000000008006	0.5782752552780257		0	0	False	False	1.0	0	rep_cluster_1418				non-mobilizable	plasmid	3111.0	99.743	100.0	0.03199522643567005	CP020843.1	enterobacteria	Klebsiella pneumoniae strain KPN1482 plasmid pKPN1482-2, complete sequence	False	True
ISR0199_000000010310	2878	0.9839712185859916	3	3	1	1	3	True	63875	fragment	False	SPA0134_000000008006	0.3828351012536162		0	0	False	False	1.0	0	rep_cluster_1418				non-mobilizable	plasmid	2878.0	99.965	100.0	0.008703491379701535	MN200130.1	enterobacteria	Escherichia coli strain EC600 plasmid p17ZR-91-TC1, complete sequence	False	True
MAD0076_000000003822	1677	0.9839710930923732	3	2	2	1	1	False	54667	fragment	False	MAD0076_000000003822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	75.592	25.0	0.00014690169528783749	NZ_CP022386.1	CFB group bacteria	Capnocytophaga gingivalis strain H1496 chromosome, complete genome	True	False
ENG0200_000000015361	1364	0.9839626835640222	2	1	1	1	1	True	54187	maximal	True	ENG0200_000000015361	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0020_000000013270	2038	0.9839621574264874	3	3	3	3	2	False	131428	fragment	False	ISR0326_000000008584	0.8810165958140898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1800.0	78.167	87.0	0.02483545292280232	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0016_000000022993	2094	0.9839606241521712	3	3	2	3	2	False	92848	fragment	False	CAN0016_000000022993	1.0		0	0	False	False	0.9899713397026062	0					non-mobilizable	other	2094.0	98.806	100.0	0.008368652538984406	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
AUS0008_000000017300	1437	0.98395886696261	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.8383656901542775		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	99.37799999999999	100.0	0.0017812695215920062	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0858_000000007588	1401	0.98395886696261	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.7435045864952603		0	0	False	False	1.0	0					non-mobilizable	other	1401.0	99.429	100.0	0.001939173662697363	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0013_000000021840	1242	0.98395886696261	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.07354446795440585		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	99.193	99.0	0.0017147835674423823	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CAN0005_000000014367	1184	0.98395886696261	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.36687534056661836		0	0	False	False	0.9653716087341309	0					non-mobilizable	other	1184.0	99.324	100.0	0.0016386017449792716	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0009_000000033748	1122	0.98395886696261	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.324231931064875		0	0	False	False	0.9884135723114014	0					non-mobilizable	other	1122.0	99.465	100.0	0.0015527240542026742	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0078_000000002227	6988	0.9839580230322896	8	6	2	4	3	False	130152	fragment	False	ISR0078_000000002227	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3912.0	100.0	84.0	0.6970237034396721	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0018_000000008301	2603	0.9839570974207554	4	3	3	3	2	False	116209	fragment	False	ISR0839_000000006957	0.9488274246556383		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	94.807	99.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0003_000000014975	1569	0.9839559419051884	2	2	2	1	1	False	52498	fragment	False	FIJ0003_000000014975	1.0		0	0	False	False	0.9993626475334167	0					non-mobilizable	no_good_hit	869.0	94.24600000000001	63.0	0.0005851311961214161	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
FIJ0002_000000026657	1425	0.9839559419051884	2	2	2	1	1	False	52498	fragment	False	FIJ0003_000000014975	0.9541108986615678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	94.24600000000001	65.0	0.0005851311961214161	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
MAD0033_000000003499	4967	0.9839536666654848	7	4	2	4	4	False	116187	maximal	False	MAD0042_000000003992	0.9574995235372594		0	0	False	False	1.0	0					non-mobilizable	chromosome	2201.0	95.00200000000001	92.0	0.0004968492157655958	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0060_000000016871	1819	0.983952518477078	4	3	2	1	3	True	63323	fragment	False	ENG0060_000000016871	1.0		0	0	False	False	0.9939526915550232	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000023800	1428	0.983951422241506	2	2	1	2	1	False	46728	fragment	False	FIJ0048_000000023800	1.0		0	0	False	False	0.9985994100570679	0					non-mobilizable	no_good_hit	504.0	79.167	35.0	0.00011383127031162557	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0789_000000002889	4726	0.9839498583163178	6	6	4	4	6	False	94490	maximal	True	ISR0789_000000002889	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4099.0	95.316	87.0	0.0010280042715998827	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0159_000000014452	1810	0.9839493561235646	3	3	2	2	3	False	50608	fragment	False	ISR0027_000000013421	0.942047817047817		0	0	False	False	0.9983425140380859	0					non-mobilizable	no_good_hit	534.0	90.824	29.0	0.013256254360609987	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
DEN0093_000000003092	9532	0.98394934230343	11	7	3	6	6	False	104076	fragment	False	DEN0093_000000003092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	87.34299999999999	21.0	0.00026677139914188535	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0054_000000003260	7312	0.9839470811511214	10	4	4	4	3	False	87520	fragment	False	SPA0054_000000003260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	10.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
ISR0776_000000005469	4736	0.9839468069957004	4	3	3	3	3	False	63109	fragment	False	ISR0776_000000005469	0.9868535419382878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2113.0	76.763	44.0	0.2915451895043732	NZ_JH604923.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld332, whole genome shotgun sequence	True	False
CHI0076_000000001336	5101	0.983943852369234	7	6	2	4	5	False	130157	backbone	False	CHI0140_000000005922	0.9341117274383056	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	77	rep_cluster_475				non-mobilizable	other	3819.0	100.0	100.0	0.745703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0031_000000003564	9905	0.9839422511807016	15	11	8	11	11	False	132193	fragment	False	MON0031_000000003564	0.9772939465819448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7551.0	98.954	77.0	0.009546850260265171	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
FIJ0158_000000004194	4207	0.9839322101964614	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9382206946663079	PS1143|PS778	0	0	True	True	1.0	40					non-mobilizable	other	4123.0	94.713	100.0	0.3806135649602661	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0159_000000009547	2508	0.9839316749405314	4	2	1	2	2	True	39407	fragment	False	FIJ0159_000000009547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	79.623	21.0	0.10522039406865732	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
DEN0064_000000023916	1740	0.9839300073377863	4	2	1	1	2	False	71244	fragment	False	DEN0064_000000023916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0045_01_000000001279	11509	0.9839246586439921	13	7	4	4	7	True	123685	fragment	False	SPA0108_000000001945	0.6522210246581092		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	11509.0	99.818	100.0	0.3712874483471074	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0139_000000001693	10176	0.9839246586439921	13	7	4	4	7	True	123685	fragment	False	SPA0108_000000001945	0.32051044370287973		0	0	False	True	1.0	0					non-mobilizable	plasmid	10097.0	99.911	99.0	0.32589746900826444	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0386_000000003970	8666	0.9839246586439921	11	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.03431487964203869		0	0	False	True	1.0	0					non-mobilizable	plasmid	8592.0	99.919	99.0	0.2772791838842975	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
USA0089_01_000000001946	4530	0.9839230430538703	4	4	4	4	3	False	116631	fragment	False	SPA0101_000000007479	0.3031734472227841		0	0	False	False	0.998454749584198	0					non-mobilizable	other	4529.0	99.36	99.0	0.0008741380242318473	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
FIJ0026_000000018873	1729	0.9839186057663584	2	2	2	2	2	False	49076	fragment	False	FIJ0026_000000018873	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1720.0	95.64	99.0	0.0011581283351804065	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
SPA0083_000000009385	1845	0.9839147719446052	1	1	1	1	1	False	115542	fragment	False	SPA0083_000000009385	1.0		0	0	False	False	0.9962059855461121	0					non-mobilizable	other	1845.0	99.837	100.0	0.010747862376070269	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
USA0069_01_000000040474	1489	0.9839147719446052	1	1	1	1	1	False	115529	fragment	False	USA0069_01_000000040474	0.9822332360437552		0	0	False	False	0.9973136186599731	0					non-mobilizable	other	1489.0	99.79899999999999	100.0	0.008672895453141302	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0106_000000014670	1419	0.9839147719446052	3	1	1	1	1	False	115536	fragment	False	ENG0106_000000014670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	99.912	80.0	0.0066154142065291514	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
SPA0010_000000019974	1313	0.9839147719446052	2	1	1	1	1	False	8072	maximal	True	SPA0010_000000019974	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	99.51700000000001	79.0	0.006020901211757369	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
AST0093_000000013362	1263	0.9839147719446052	1	1	1	1	1	False	115529	fragment	False	USA0069_01_000000040474	0.83384155323225		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	99.84200000000001	100.0	0.007355641170607744	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0001_000000029966	1109	0.9839147719446052	1	1	1	1	1	False	115529	fragment	False	USA0069_01_000000040474	0.35786632274513785		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	100.0	100.0	0.006458043119677797	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0111_000000004316	5072	0.9839087767063001	5	5	2	4	3	False	95064	fragment	False	ISR0227_000000005174	0.9761642570572485		0	0	False	False	0.9940851926803589	0					non-mobilizable	no_good_hit	116.0	87.069	3.0	3.282251978769823e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0059_000000001006	11861	0.9839084027928986	14	12	4	5	11	False	98188	fragment	False	ISR0135_000000001616	0.9793854716414223		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	11863.0	98.795	100.0	0.1392536241270888	CP041959.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2_4, complete sequence	False	True
MAD0088_000000000267	29337	0.9839055608642396	53	14	3	11	9	False	18554	maximal	True	MAD0088_000000000267	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	81.138	2.0	0.023744831659775548	MK233181.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_1_c1 sequence	True	False
FIJ0136_000000008253	3227	0.9839004106456783	5	5	3	5	4	False	119911	maximal	True	FIJ0136_000000008253	1.0		3	1	False	False	0.9996901154518127	0					non-mobilizable	no_good_hit	44.0	93.182	1.0	0.0009656628264726358	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0031_000000001087	16772	0.9838994455883824	15	10	8	8	8	True	33352	maximal	True	SPA0031_000000001087	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	73.556	4.0	0.09880749574105621	NZ_CABKPS010000043.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
SPA0012_000000018692	1277	0.9838961550728492	2	1	1	1	1	False	81312	fragment	False	SPA0134_000000017889	0.6392100192678227		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	99.60799999999999	100.0	0.005672951668763643	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0128_000000006542	1232	0.9838961550728492	1	1	1	1	1	False	81309	fragment	False	CHI0128_000000006542	0.9641154147180678		0	0	False	False	1.0	0					non-mobilizable	other	894.0	100.0	100.0	0.00023386281130858945	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
SPA0059_000000019473	1193	0.9838961550728492	1	1	1	1	1	False	81309	fragment	False	CHI0128_000000006542	0.6510600706713782		0	0	False	False	0.997485339641571	0					non-mobilizable	other	1083.0	99.631	100.0	0.00028335897182070973	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
FIJ0131_000000003832	4880	0.9838886049962275	7	7	2	2	6	True	127258	backbone	False	SPA0105_000000005394	0.9848385890589821	PS757|PS758|PS996	0	0	True	True	1.0	8	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4639.0	99.698	100.0	0.9470996732026143	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
FIJ0142_000000011971	2802	0.9838841786215768	3	3	3	2	2	False	82017	fragment	False	FIJ0142_000000011971	0.9686255446974305		0	0	False	False	0.999643087387085	0					non-mobilizable	no_good_hit	1535.0	93.16	55.0	0.7509803921568627	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0047_000000010520	2791	0.9838841786215768	3	3	3	2	2	False	82017	fragment	False	FIJ0142_000000011971	0.9674614852600785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	93.16	55.0	0.7509803921568627	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0168_000000001771	9289	0.9838744401327216	10	6	4	5	3	False	51925	maximal	True	FIJ0168_000000001771	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1809.0	92.92399999999999	20.0	0.0005392358026077817	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0183_000000007960	3476	0.9838704348438184	6	4	3	3	4	False	62992	maximal	True	ENG0183_000000007960	0.9835216572504708		5	4	False	False	0.9925201535224915	0					non-mobilizable	no_good_hit	586.0	80.887	17.0	0.00013219846731409902	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CAN0001_000000002853	13934	0.983868977060244	13	10	8	9	9	True	128646	maximal	True	CAN0001_000000002853	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1828.0	77.133	24.0	0.0006099085911279842	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0117_000000006719	4010	0.9838682789973718	5	4	2	3	3	True	118585	backbone	False	ENG0087_000000006791	0.8747444967405104	PS806|PS807	0	0	True	True	1.0	79		MOBQ			mobilizable	no_good_hit	1531.0	91.509	75.0	0.41947049089906235	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	True	True
SPA0155_000000008147	2323	0.9838608322305116	2	2	2	2	1	False	3200	maximal	True	SPA0155_000000008147	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	82.443	72.0	0.0006213283418944834	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
AST0055_000000003640	7764	0.9838600023726988	13	4	3	4	4	False	114444	maximal	True	AST0055_000000003640	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	93.264	35.0	0.19855818743563336	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0166_000000003963	4247	0.9838517915121908	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9752260437993076	PS1143|PS778	0	0	True	True	0.9997645616531372	96					non-mobilizable	other	3150.0	100.0	100.0	0.2909813343189799	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AUS0024_000000007535	4227	0.9838517915121908	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9747300161852742	PS1143|PS778	0	0	True	True	1.0	473					non-mobilizable	other	3150.0	99.96799999999999	100.0	0.2909813343189799	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0051_000000006322	4227	0.9838517915121908	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975457268126718	PS1143|PS778	0	0	True	True	1.0	689					non-mobilizable	other	3132.0	100.0	100.0	0.28931805581223435	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0169_000000003306	4227	0.9838517915121908	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9749586084703642	PS1143|PS778	0	0	True	True	1.0	276					non-mobilizable	other	3150.0	99.96799999999999	100.0	0.2909813343189799	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0084_01_000000005490	5701	0.983849242074147	8	4	3	2	4	True	116589	maximal	True	USA0084_01_000000005490	1.0	PS778	4	3	True	True	1.0	376		MOBP			mobilizable	other	4403.0	95.70700000000001	90.0	0.7569204152249135	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0036_000000001073	7302	0.9838469616985852	10	4	3	4	2	False	91984	fragment	False	ISR0036_000000001073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2502.0	90.84700000000001	40.0	0.020083264214908643	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
USA0005_01_000000014284	2336	0.9838427027243091	2	2	1	2	0	True	2173	maximal	True	USA0005_01_000000014284	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.01602747567258157	LN853683.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1102	True	True
ISR0388_000000013301	2584	0.9838423035297894	3	3	3	3	3	False	89183	maximal	True	ISR0388_000000013301	1.0		28	10	False	False	1.0	0					non-mobilizable	other	2228.0	98.92299999999999	91.0	0.000785226874856979	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ENG0040_000000003017	7141	0.9838372791149504	7	4	3	3	3	False	64879	maximal	True	ENG0040_000000003017	1.0		3	1	False	False	0.9998599886894226	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	0.00039547081841645156	NZ_FQXL01000028.1	firmicutes	Clostridium magnum DSM 2767, whole genome shotgun sequence	True	False
ENG0146_000000006039	4091	0.9838371799052621	4	3	2	3	2	True	63674	fragment	False	ISR0207_000000005268	0.8242486242083904		0	0	False	False	0.9951112270355225	0					non-mobilizable	no_good_hit								True	True
MON0087_000000022741	2221	0.9838304119039524	5	1	1	1	1	False	41930	fragment	False	MON0087_000000022741	0.9445458694659973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	80.887	43.0	0.00031673509064648626	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0851_000000007089	1847	0.9838304119039524	4	1	1	1	1	False	20553	fragment	False	ISR0851_000000007089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	80.20100000000001	22.0	0.00013362787565000537	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0012_000000004112	4520	0.9838133413073188	6	5	0	2	5	False	125571	maximal	False	CHI0086_000000000991	0.9986925193960289		0	0	True	True	1.0	495	ColRNAI_rep_cluster_1987	MOBP		MOB_unknown	mobilizable	plasmid	4408.0	99.932	100.0	0.9878950907868191	CP060069.1	enterobacteria	Escherichia coli strain G5 plasmid pSYM7, complete sequence	False	True
ISR0017_000000003099	10316	0.983811444180598	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9562584382634658	PS1052	0	0	True	True	1.0	49	IncW	MOBF			mobilizable	plasmid	6818.0	99.413	99.0	0.6028124170867604	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
MON0107_000000036971	1641	0.9838059167950924	3	2	1	2	2	False	8580	fragment	False	MON0107_000000036971	1.0		0	0	False	False	0.9835466146469116	0					non-mobilizable	no_good_hit								True	False
FIJ0113_000000007612	3292	0.9838029675785792	4	4	4	4	4	False	42930	fragment	False	FIJ0113_000000007612	1.0		0	0	False	False	0.9908869862556458	0					non-mobilizable	no_good_hit	432.0	75.694	13.0	0.1047735618115055	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
SPA0123_000000002346	5263	0.9838024663132484	10	7	4	3	5	True	132244	backbone	True	SPA0123_000000002346	0.9973343488194973	PS1143|PS1148|PS778	116	10	True	True	0.993729829788208	16					non-mobilizable	no_good_hit	3571.0	99.97200000000001	77.0	0.3298835705045278	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	True	True
MAD0107_000000023449	1683	0.9837952906979132	2	2	1	2	1	False	62329	fragment	False	MAD0107_000000023449	1.0		0	0	False	False	0.9809863567352295	0					non-mobilizable	no_good_hit	675.0	80.593	40.0	0.00020087566127846064	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0101_000000008529	3261	0.9837936288353424	6	5	3	5	4	True	73349	fragment	False	FIJ0163_000000007552	0.9929281400001129		0	0	False	False	0.9981600642204285	0					non-mobilizable	no_good_hit	65.0	98.462	2.0	0.002027112631445585	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0100_000000002728	9836	0.9837904193526712	8	5	4	5	3	False	105723	maximal	True	ENG0100_000000002728	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2433.0	95.027	25.0	0.0007628446955474901	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
AST0048_000000006036	2621	0.9837892975444396	3	2	2	2	2	False	114938	maximal	True	AST0048_000000006036	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	96.881	68.0	0.00033051399934686307	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	True	False
SPA0158_000000011687	1734	0.983787020250702	4	2	1	2	2	False	75547	maximal	True	SPA0158_000000011687	1.0		0	0	False	False	0.9988465905189514	0					non-mobilizable	no_good_hit	282.0	99.645	16.0	0.0010779168968268582	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0010_000000004818	7903	0.9837855482250084	8	7	6	6	5	False	76047	maximal	True	DEN0010_000000004818	1.0		3	2	False	False	0.9997469186782837	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	1.0	4.880433929871357e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
ISR0161_000000016079	1916	0.9837808193155828	3	2	2	2	1	False	30395	maximal	True	ISR0161_000000016079	1.0		0	0	False	False	0.9885177612304688	0					non-mobilizable	no_good_hit	602.0	85.54799999999999	36.0	0.008899123458624276	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
ITA0007_000000000022	6062	0.983779068394929	9	5	2	4	2	False	130178	backbone	False	USA0083_01_000000005091	0.983455045949907	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	0.9988452792167664	15	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	70.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CAN0003_000000008702	5525	0.9837785547085957	8	3	3	3	1	False	96960	maximal	True	CAN0003_000000008702	1.0		4	2	False	False	0.9985520243644714	0					non-mobilizable	no_good_hit	1204.0	86.296	72.0	0.000358986189271252	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0065_000000004882	3357	0.9837765731191568	4	2	1	2	1	False	45438	maximal	True	FIJ0065_000000004882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	93.45	20.0	0.0011922524507411488	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0227_000000005174	5106	0.9837742045887294	5	5	2	4	4	False	95064	fragment	False	ISR0227_000000005174	0.9854445483161554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	87.786	4.0	3.710371802087626e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0061_000000004004	5097	0.9837742045887294	5	5	2	4	4	False	95064	fragment	False	ISR0227_000000005174	0.984781583382299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	87.69200000000001	3.0	3.681830480533106e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0087_000000001799	17148	0.9837732079262278	26	15	11	14	12	True	125417	fragment	False	SPA0098_000000001538	0.6722332634613087		0	0	False	False	1.0	0					non-mobilizable	other	17148.0	98.863	100.0	0.004893694993738034	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
TAN0005_000000000801	9969	0.9837674705274622	12	6	4	6	2	True	64244	fragment	False	TAN0005_000000000801	1.0		0	0	False	False	0.9990972280502319	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
SPA0004_000000005720	2159	0.9837668039094334	3	3	0	1	3	True	38600	maximal	False	ISR0003_000000012164	0.9921381862474388		0	0	True	True	0.9888837337493896	9	rep_cluster_1871				non-mobilizable	plasmid	1213.0	98.351	99.0	0.5716981132075472	CP016703.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10A, complete sequence	False	True
ISR0003_000000012164	2159	0.9837668039094334	3	3	0	1	3	True	38600	maximal	True	ISR0003_000000012164	0.9949507065158161		7	2	True	True	0.9990736246109009	6	rep_cluster_1871				non-mobilizable	plasmid	1571.0	100.0	100.0	0.7409155261915998	CP016706.1	firmicutes	Lactococcus lactis subsp. lactis strain UL8 plasmid pUL8C, complete sequence	False	True
ISR0842_000000010187	2159	0.9837668039094334	3	3	0	1	3	True	38600	maximal	False	ISR0003_000000012164	0.9949507065158161		0	0	True	True	0.9990736246109009	25	rep_cluster_1871				non-mobilizable	plasmid	1571.0	100.0	100.0	0.7409155261915998	CP016706.1	firmicutes	Lactococcus lactis subsp. lactis strain UL8 plasmid pUL8C, complete sequence	False	True
ISR0222_000000025015	1940	0.9837668039094334	3	3	0	1	3	True	38600	maximal	False	ISR0003_000000012164	0.47406206577119037		0	0	True	True	1.0	3	rep_cluster_1871				non-mobilizable	plasmid	1512.0	100.0	100.0	0.7130722038697499	CP016706.1	firmicutes	Lactococcus lactis subsp. lactis strain UL8 plasmid pUL8C, complete sequence	False	True
ISR0303_000000008266	1648	0.9837668039094334	3	3	0	1	3	True	25508	fragment	False	ISR0303_000000008266	1.0		0	0	False	False	0.9848300814628601	0	rep_cluster_1871				non-mobilizable	plasmid	851.0	100.0	100.0	0.4009433962264151	CP016703.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10A, complete sequence	False	True
TAN0005_000000005752	2687	0.9837640647022834	3	3	1	2	3	False	33670	fragment	False	MAD0042_000000007430	0.9071866485013624		0	0	False	False	0.994789719581604	0					non-mobilizable	chromosome	2593.0	86.38600000000001	96.0	0.0010629193919162118	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0181_000000003623	5380	0.9837548139599316	6	4	1	4	2	False	77855	maximal	False	CHI0174_000000002940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0174_000000002940	5380	0.9837548139599316	6	4	1	4	2	False	77855	maximal	True	CHI0174_000000002940	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000002784	6695	0.9837545626877728	7	4	4	3	3	True	103623	maximal	True	MAD0013_000000002784	1.0		1	1	False	False	0.9992531538009644	0					non-mobilizable	no_good_hit	2074.0	91.851	33.0	0.2550401978973408	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0309_000000001421	10309	0.9837528319998651	10	5	2	3	4	True	128768	backbone	False	ENG0060_000000001922	0.9425768442059581	PS1052	0	0	True	True	0.9999030232429504	23	IncW	MOBF			mobilizable	plasmid	6904.0	96.64	99.0	0.6090917130980809	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0284_000000000602	10267	0.9837528319998651	8	5	2	3	4	True	128768	backbone	False	ENG0060_000000001922	0.9592950693196906	PS1052	0	0	True	True	0.9994155764579773	15	IncW	MOBF			mobilizable	plasmid	7117.0	99.32600000000001	99.0	0.6290793313876359	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
AST0005_000000002771	9906	0.9837528319998651	8	5	2	3	4	True	128768	backbone	False	ENG0060_000000001922	0.869314982937703	PS1052	0	0	False	True	1.0	0	IncW	MOBF			mobilizable	other	7553.0	98.014	99.0	0.003162700677194467	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0079_000000005747	4840	0.9837517704133756	9	4	3	3	4	False	115947	fragment	False	ISR0079_000000005747	1.0		0	0	False	False	0.9997934103012085	0					non-mobilizable	no_good_hit	258.0	74.806	5.0	0.001562688586656164	LC467712.1	firmicutes	Enterococcus faecium AA620 DNA, VanD-type vancomycin-resistant region	True	False
FIJ0099_000000012678	1745	0.9837494743337328	2	2	2	2	2	False	42771	maximal	True	FIJ0099_000000012678	1.0		1	1	False	False	0.9994269609451294	0					non-mobilizable	no_good_hit	937.0	91.355	54.0	0.013227700360755464	NZ_FUWX01000016.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	False
ISR0386_000000014726	2142	0.9837491267015476	3	2	2	2	2	False	71387	maximal	True	ISR0386_000000014726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	85.944	51.0	0.00045451438094587027	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
FIJ0093_000000002384	9107	0.9837450566556519	8	6	4	4	6	False	122449	maximal	True	FIJ0093_000000002384	1.0	PS871	0	0	False	True	0.9993411898612976	0					non-mobilizable	no_good_hit	2321.0	92.50299999999999	25.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ENG0012_000000002322	10357	0.9837406405002748	10	5	4	5	2	True	67105	maximal	True	ENG0012_000000002322	1.0		1	1	False	False	0.9961378574371338	0					non-mobilizable	no_good_hit	948.0	95.88600000000001	10.0	0.6343434343434343	KU546641.1	bacteria	Uncultured bacterium clone AX_03X_000_Contig_9 genomic sequence	True	True
SPA0121_000000004475	2808	0.9837264563226932	4	2	2	2	2	False	4138	fragment	False	SPA0121_000000004475	1.0		0	0	False	False	0.9903846383094788	0					non-mobilizable	no_good_hit	1568.0	74.298	55.0	0.00686043443455083	NZ_FNAF01000004.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
FIJ0034_000000006200	4690	0.9837241411651522	4	3	3	3	3	False	74720	fragment	False	ENG0070_000000004933	0.9157730110081488		0	0	False	False	0.9968017339706421	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.460523348692235e-06	NZ_LGUG01000004.1	firmicutes	Aneurinibacillus migulanus strain DSM 2895 super7, whole genome shotgun sequence	True	False
CHI0097_000000001802	3035	0.9837233089844098	5	5	5	1	1	False	110507	fragment	False	CHI0097_000000001802	1.0		0	0	False	False	0.9970346093177795	0					non-mobilizable	no_good_hit	936.0	76.816	31.0	0.003315552729078612	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
FIJ0002_000000035713	1105	0.9837220897051104	2	1	1	1	1	False	52244	fragment	False	FIJ0002_000000035713	1.0		0	0	False	False	0.9972850680351257	0					non-mobilizable	no_good_hit	879.0	89.647	79.0	0.0742465289536065	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0848_000000000047	57183	0.983720356702451	105	26	12	20	16	True	124630	maximal	False	AST0113_000000000243	0.9995630974642177		0	0	True	True	1.0	91					non-mobilizable	no_good_hit	4406.0	92.01100000000001	49.0	0.0780136816361252	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0282_000000021190	1214	0.9837187544353482	2	1	1	1	1	False	74951	fragment	False	ISR0282_000000021190	0.9946369636963697		0	0	False	False	0.9744645953178406	0					non-mobilizable	no_good_hit	660.0	81.515	54.0	0.00019726170635291112	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0147_000000000470	28299	0.9837114134421624	29	15	8	12	9	True	96511	maximal	True	CHI0147_000000000470	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	14349.0	99.944	82.0	0.11553916397574547	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0232_000000016021	1772	0.983709910693998	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9698046557737495		0	0	False	False	0.9785553216934204	0					non-mobilizable	chromosome	1736.0	99.07799999999999	98.0	0.0006877887176486585	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0243_000000006974	1720	0.983709910693998	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.84534941073625		0	0	False	False	0.9988372325897217	0					non-mobilizable	chromosome	1640.0	99.024	96.0	0.0006497323966721333	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0770_000000006572	1717	0.983709910693998	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.969990553329847		0	0	False	False	1.0	0					non-mobilizable	chromosome	1715.0	99.65	100.0	0.0006790674774248714	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
AST0029_000000017653	1674	0.983709910693998	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.843009080668222		0	0	False	False	0.9988052845001221	0					non-mobilizable	chromosome	1641.0	99.45200000000001	98.0	0.0006501288166823055	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0182_000000024105	1654	0.983709910693998	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9072383928604326		0	0	False	False	1.0	0					non-mobilizable	chromosome	1654.0	99.57700000000001	100.0	0.0006552822768145433	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0153_000000011599	1615	0.983709910693998	3	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.7534034240350911		0	0	False	False	1.0	0					non-mobilizable	chromosome	1615.0	99.62799999999999	100.0	0.0006398218964178299	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0072_000000000215	25125	0.9837093870710724	32	28	8	13	26	True	84865	maximal	True	CHI0072_000000000215	1.0		1	1	False	False	1.0	0		MOBF			mobilizable	plasmid	23631.0	99.712	100.0	0.305264517796008	CP030922.1	enterobacteria	Escherichia coli strain KL53 plasmid pKL53-S, complete sequence	False	True
ENG0005_000000003344	7069	0.9837073334641298	7	4	2	4	1	True	80805	maximal	True	ENG0005_000000003344	1.0		1	1	True	True	1.0	119					non-mobilizable	no_good_hit	197.0	78.68	3.0	0.002297345701122735	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0047_000000003641	7030	0.9837073334641298	7	4	2	4	1	True	119959	maximal	True	ISR0047_000000003641	0.9999287241625089		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	197.0	78.68	3.0	0.002297345701122735	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0095_000000003067	7015	0.9837073334641298	7	4	2	4	1	True	119959	maximal	False	ISR0047_000000003641	0.9988620199146514		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	197.0	78.68	3.0	0.002297345701122735	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0037_000000002970	7683	0.983703708000257	9	4	3	4	3	False	47836	fragment	False	FIJ0037_000000002970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0050_000000000081	34610	0.983703528056178	51	12	6	10	7	False	90444	fragment	False	CHI0050_000000000081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	75.248	1.0	0.04321581663896422	NZ_UGGU01000004.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	False
FIJ0017_000000020734	1424	0.983702307443647	2	2	2	2	1	False	50106	fragment	False	FIJ0017_000000020734	1.0		0	0	False	False	0.9901685118675232	0					non-mobilizable	chromosome	791.0	96.081	99.0	0.0002797625771870262	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
TAN0005_000000008355	2025	0.9837014507343332	4	2	2	2	2	True	2930	fragment	False	TAN0005_000000008355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0212_000000010608	3250	0.9837004630656876	3	2	2	2	2	False	120486	fragment	False	ISR0127_000000005698	0.7468864971126734		0	0	False	False	0.9990769028663635	0					non-mobilizable	no_good_hit	802.0	88.155	54.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
MAD0107_000000012950	2998	0.9836993508278088	5	4	0	2	2	True	128539	maximal	False	ISR0182_000000011420	0.48172324021979596	PS342|PS522	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	267.0	87.64	19.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0158_000000000090	46843	0.9836940092095796	42	21	11	17	7	True	132147	fragment	False	ISR0104_000000000158	0.31944748516277627		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1368.0	92.325	3.0	0.006513554396529922	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CAN0001_000000017147	2679	0.983693107418096	5	2	1	1	2	True	108977	backbone	False	ISR0319_000000006665	0.934578399987871	PS679	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	1796.0	86.915	86.0	0.6657982880535913	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ISR0789_000000005253	2659	0.983693107418096	4	2	1	1	2	True	108977	backbone	False	ISR0319_000000006665	0.9345604928265788	PS679	0	0	True	True	0.9966152906417847	15					non-mobilizable	no_good_hit	1938.0	86.63600000000001	86.0	0.7167845180498698	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ISR0202_000000005074	2600	0.983693107418096	4	2	1	1	2	True	108977	backbone	False	ISR0319_000000006665	0.7083345786354311	PS679	0	0	True	True	1.0	8					non-mobilizable	plasmid	1286.0	89.036	92.0	0.47301823595087455	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
ISR0821_000000002909	8198	0.9836913794821888	5	4	2	3	3	True	118395	fragment	False	ISR0821_000000002909	0.9846758349705305		0	0	False	False	1.0	0	IncW	MOBF			mobilizable	other	5869.0	97.87	99.0	0.0024595521904312266	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0811_000000003735	3705	0.9836884284971292	5	2	2	1	1	True	21691	maximal	True	ISR0811_000000003735	1.0		1	1	True	True	0.9986504912376404	13					non-mobilizable	no_good_hit	495.0	75.152	13.0	0.17270488920154767	CP056913.1	enterobacteria	Citrobacter freundii strain RHBSTW-00006 plasmid pRHBSTW-00006_4, complete sequence	True	True
FIJ0160_000000004697	3637	0.9836884284971292	4	2	2	1	1	True	39350	maximal	True	FIJ0160_000000004697	1.0		2	1	True	True	1.0	1					non-mobilizable	no_good_hit	216.0	75.926	6.0	0.0893760539629005	JX026951.1	enterobacteria	Enterobacter sp. 638 plasmid pENT638-2 plasmid mobilization protein gene, complete cds; and plasmid replication protein gene, partial cds	True	True
ISR0350_000000005841	2998	0.9836884284971292	3	2	2	1	1	True	45096	maximal	True	ISR0350_000000005841	0.9302287040106065		1	1	True	True	1.0	256					non-mobilizable	no_good_hit	2485.0	82.656	89.0	0.8557525199860966	CP056837.1	enterobacteria	Citrobacter sp. RHBSTW-00127 plasmid pRHBSTW-00127_4, complete sequence	True	True
FIJ0144_000000010720	2936	0.9836884284971292	3	2	2	1	1	True	42027	maximal	True	FIJ0144_000000010720	1.0		1	1	True	True	1.0	10					non-mobilizable	plasmid	2814.0	99.964	100.0	0.9777546054918318	CP056837.1	enterobacteria	Citrobacter sp. RHBSTW-00127 plasmid pRHBSTW-00127_4, complete sequence	False	True
CHI0134_000000004792	2934	0.9836884284971292	3	2	2	1	1	True	80744	maximal	True	CHI0134_000000004792	1.0		1	1	True	True	0.9993183612823486	20					non-mobilizable	no_good_hit	1134.0	85.802	75.0	0.3924226624956552	CP056837.1	enterobacteria	Citrobacter sp. RHBSTW-00127 plasmid pRHBSTW-00127_4, complete sequence	True	True
FIJ0031_000000008149	2925	0.9836884284971292	2	2	2	1	1	True	80259	maximal	False	FIJ0043_000000008656	0.9488272542791911		0	0	True	True	1.0	4					non-mobilizable	plasmid	2770.0	87.834	100.0	0.9579423010079945	CP056837.1	enterobacteria	Citrobacter sp. RHBSTW-00127 plasmid pRHBSTW-00127_4, complete sequence	False	True
CHI0140_000000012455	2346	0.9836884284971292	2	2	2	1	1	True	80258	fragment	False	CHI0140_000000012455	1.0		0	0	False	False	0.9957374334335327	0					non-mobilizable	plasmid	1542.0	94.163	93.0	0.5364746945898778	CP056661.1	enterobacteria	Escherichia coli strain RHBSTW-00204 plasmid pRHBSTW-00204_7, complete sequence	False	True
ISR0282_000000005929	3484	0.9836879071637518	5	5	5	3	3	True	61176	fragment	False	ISR0282_000000005929	1.0		0	0	False	False	0.9954075813293457	0					non-mobilizable	chromosome	3363.0	100.0	97.0	0.0017292984408023905	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0149_000000007471	2208	0.9836835018543998	3	3	3	3	3	False	131492	fragment	False	ISR0066_000000014081	0.977579451458424		0	0	False	False	0.9990941882133484	0					non-mobilizable	no_good_hit	1793.0	76.79899999999999	81.0	0.0004972025246965727	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0189_000000008671	1931	0.983673064066976	2	2	2	2	1	False	59007	fragment	False	ENG0189_000000008671	1.0		0	0	False	False	0.9958570599555969	0					non-mobilizable	chromosome	1931.0	97.929	100.0	0.0006391221574379745	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
TAN0007_000000024840	1649	0.9836667279441786	3	2	2	2	1	False	51218	fragment	False	TAN0007_000000024840	0.9373860182370821		0	0	False	False	0.9957550168037415	0					non-mobilizable	no_good_hit	325.0	78.76899999999999	20.0	0.07906976744186046	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ISR0041_000000003212	3824	0.983664985469382	7	6	0	4	4	False	66108	maximal	True	ISR0041_000000003212	1.0		1	1	True	True	1.0	253	ColRNAI_rep_cluster_1987	MOBP,MOBP		MOB_unknown	mobilizable	plasmid	1912.0	92.78200000000001	99.0	0.44930604563632087	CP045948.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain AUSMDU00010530 plasmid pAUSMDU00010530_01, complete sequence	False	True
SPA0027_000000001110	18572	0.9836640536704584	30	12	9	12	10	True	7546	maximal	False	SPA0035_000000000472	0.9395459475448629		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	7077.0	95.76100000000001	55.0	0.3659751037344398	NC_015168.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA02, complete sequence	True	True
MON0078_000000014574	2919	0.9836632042485502	4	3	3	2	1	True	77535	fragment	False	MON0078_000000014574	1.0		0	0	False	False	0.9753340482711792	0					non-mobilizable	no_good_hit	583.0	92.796	59.0	0.1486590038314176	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CHI0185_000000003267	5897	0.9836597502722348	8	8	2	5	7	False	122893	fragment	False	CHI0185_000000003267	1.0		0	0	False	False	0.999830424785614	0					non-mobilizable	no_good_hit	1589.0	85.211	45.0	0.0005335017201643791	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0033_000000009543	3183	0.9836572206677462	4	2	2	2	1	False	54203	fragment	False	SPA0033_000000009543	1.0		0	0	False	False	0.9996858239173889	0					non-mobilizable	no_good_hit	681.0	97.65100000000001	21.0	0.0019854536323582225	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ISR0358_000000007088	2701	0.9836572206677462	5	2	2	2	1	False	54202	fragment	False	ISR0358_000000007088	1.0		0	0	False	False	0.9855608940124512	0					non-mobilizable	no_good_hit	788.0	97.208	29.0	0.002297870600979296	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
DEN0007_000000002495	11348	0.9836570284598226	14	12	7	10	7	False	103562	fragment	False	ENG0179_000000001843	0.7250348534310026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.104	42.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
FIJ0163_000000006311	3886	0.9836535415437034	4	2	1	2	2	False	67359	fragment	False	FIJ0163_000000006311	1.0		0	0	False	False	0.9976840019226074	0					non-mobilizable	no_good_hit								True	False
MAD0108_000000000967	13323	0.9836513769209386	16	16	9	12	16	False	82220	maximal	True	MAD0108_000000000967	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	13351.0	97.693	100.0	0.0025750621122940733	CP024997.2	enterobacteria	Escherichia coli strain S17-13 chromosome	False	False
SPA0131_000000001035	14346	0.98364608386061	21	12	8	11	9	True	125417	fragment	False	SPA0098_000000001538	0.3255449614210045		0	0	False	False	1.0	0					non-mobilizable	other	14346.0	98.84299999999999	100.0	0.004093967163780378	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AST0153_000000024720	1397	0.9836432990903043	3	1	1	1	1	False	103292	maximal	True	AST0153_000000024720	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0124_000000016732	1863	0.9836415162762064	4	1	1	1	1	False	58928	fragment	False	ENG0124_000000016732	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1864.0	94.95700000000001	100.0	0.04164894926482107	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
ENG0210_000000001377	12424	0.9836330433173812	12	10	9	10	10	False	53763	fragment	False	ENG0210_000000001377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	88.889	1.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ETH0004_000000021148	1356	0.98363138524185	3	3	2	3	3	False	63129	fragment	False	ETH0004_000000021148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	92.76299999999999	11.0	4.226198456122124e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ETH0003_000000012701	2905	0.9836310319074766	3	2	2	2	2	False	53216	fragment	False	ETH0003_000000012701	1.0		0	0	False	False	0.9903614521026611	0					non-mobilizable	other	2886.0	82.848	99.0	0.0785012891546437	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
USA0132_01_000000001918	10411	0.9836305832846892	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.940251611157701		0	0	False	False	1.0	0					non-mobilizable	other	9206.0	91.723	100.0	0.8366381662725123	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0103_000000001596	10361	0.9836305832846892	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9364609301231497		0	0	False	False	1.0	0					non-mobilizable	other	9203.0	89.971	99.0	0.8350918682917955	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
MAD0025_000000007874	1624	0.9836300098996144	3	1	1	1	1	False	19132	fragment	False	MAD0025_000000007874	1.0		0	0	False	False	0.9993842244148254	0					non-mobilizable	no_good_hit	982.0	97.352	80.0	0.00022816924278607243	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
AUS0016_000000000994	14527	0.9836241864130196	15	12	10	11	8	True	100669	maximal	True	AUS0016_000000000994	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1488.0	83.73700000000001	16.0	0.0003547682542747161	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
MON0031_000000001885	16760	0.9836239852609856	24	13	4	8	11	True	83897	maximal	True	MON0031_000000001885	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	5018.0	94.99799999999999	67.0	0.0007722323139918168	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
SPA0041_000000013424	2544	0.9836191850170328	3	1	1	1	1	False	69739	fragment	False	SPA0041_000000013424	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000021768	1560	0.9836191850170328	2	1	1	1	1	False	69737	fragment	False	DEN0078_000000021768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0227_000000001582	14391	0.9836134917843776	18	9	5	7	5	True	119601	maximal	True	ISR0227_000000001582	1.0		5	3	False	False	0.9994440674781799	0					non-mobilizable	no_good_hit	755.0	86.755	13.0	0.14105461393596988	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ISR0187_000000010579	2638	0.9836121363482748	2	2	2	2	1	False	82131	maximal	True	ISR0187_000000010579	1.0		68	9	False	False	1.0	0					non-mobilizable	no_good_hit	1861.0	98.066	71.0	0.0002627255573065884	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
CAN0006_000000034877	1284	0.9836112419991658	2	2	2	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5781862656658004		0	0	False	False	0.9992212057113647	0					non-mobilizable	chromosome	1284.0	98.131	100.0	0.00019524021698903368	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0028_000000006765	2738	0.9836090679878848	2	2	1	2	2	True	131974	maximal	False	SPA0039_000000009752	0.9966226114257433		0	0	True	True	1.0	131					non-mobilizable	no_good_hit	1654.0	88.39200000000001	84.0	0.20876747141041932	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
SPA0056_000000012700	2731	0.9836090679878848	2	2	1	2	2	True	131974	maximal	False	SPA0039_000000009752	0.9962286676045985		0	0	True	True	1.0	72					non-mobilizable	other	1371.0	86.87100000000001	90.0	0.17293519695044474	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	False	True
ENG0146_000000008725	2729	0.9836090679878848	3	2	1	2	2	True	57431	maximal	True	ENG0146_000000008725	1.0		4	2	True	True	1.0	165					non-mobilizable	other	2731.0	98.682	100.0	0.34498094027954257	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	False	True
AST0002_000000013407	2718	0.9836090679878848	2	2	1	2	2	True	131974	maximal	False	SPA0039_000000009752	0.9955850320981154		0	0	True	True	0.9985283017158508	26					non-mobilizable	other	1347.0	86.637	90.0	0.17001270648030495	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	False	True
SPA0025_000000007890	2698	0.9836090679878848	2	2	1	2	2	True	131974	maximal	False	SPA0039_000000009752	0.9972399962537791		0	0	True	True	1.0	939					non-mobilizable	no_good_hit	2438.0	86.792	88.0	0.3078780177890724	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
SPA0102_000000013170	2698	0.9836090679878848	2	2	1	2	2	True	131974	maximal	False	SPA0039_000000009752	0.996036654157099		0	0	True	True	1.0	860					non-mobilizable	other	1822.0	86.93700000000001	90.0	0.2298602287166455	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	False	True
CHI0112_000000006391	2698	0.9836090679878848	2	2	1	2	2	True	131974	maximal	False	SPA0039_000000009752	0.9969166337437674		0	0	True	True	1.0	18					non-mobilizable	other	1309.0	88.77	90.0	0.16556543837357052	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	False	True
ISR0849_000000010171	2689	0.9836090679878848	2	2	1	2	2	True	57431	maximal	False	ENG0146_000000008725	1.0		0	0	True	True	1.0	31					non-mobilizable	other	2691.0	98.699	100.0	0.33989834815756037	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	False	True
MAD0025_000000004171	2684	0.9836090679878848	2	2	1	2	2	True	131974	maximal	False	SPA0039_000000009752	0.9967597859336115		0	0	True	True	0.999627411365509	10					non-mobilizable	no_good_hit	2437.0	86.82799999999999	89.0	0.3078780177890724	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
SPA0057_000000011736	2674	0.9836090679878848	2	2	1	2	2	True	131974	maximal	False	SPA0039_000000009752	0.9943558890199844		0	0	True	True	1.0	33					non-mobilizable	other	1371.0	86.944	90.0	0.17293519695044474	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	False	True
DEN0011_000000017066	2547	0.9836090679878848	3	2	1	2	2	True	131974	maximal	False	SPA0039_000000009752	0.9623965776647898		0	0	True	True	0.999214768409729	4					non-mobilizable	no_good_hit	1411.0	89.51100000000001	89.0	0.1786531130876747	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
SPA0019_000000015159	1918	0.9836090679878848	2	2	1	2	2	True	7755	fragment	False	SPA0019_000000015159	1.0		0	0	False	False	0.9932221174240112	0					non-mobilizable	no_good_hit	852.0	85.446	86.0	0.32	HG796783.1	bacteria	Uncultured bacterium plasmid pRGF00023	True	True
ISR0095_000000003500	6364	0.9836058186215602	15	7	3	4	6	False	33429	maximal	True	ISR0095_000000003500	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	83.4	29.0	0.0004280986120015562	NZ_CAEUHO010000001.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0330_000000011381	2522	0.9836030507586304	5	3	2	2	2	False	115372	fragment	False	ISR0330_000000011381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	76.41199999999999	40.0	0.00014346694255152855	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
ISR0379_000000017009	1477	0.9835999908404844	2	2	2	2	2	False	23210	maximal	True	ISR0379_000000017009	1.0		13	4	False	False	0.9945836067199707	0					non-mobilizable	no_good_hit	107.0	84.11200000000001	7.0	0.0010003019779556092	NZ_WAJR01000007.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_007, whole genome shotgun sequence	True	False
AST0055_000000004014	7197	0.9835929476948551	12	11	8	8	11	False	125511	maximal	True	AST0055_000000004014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4756.0	99.18	83.0	0.06062500797529572	CP056648.1	enterobacteria	Citrobacter sp. RHBSTW-00229 plasmid pRHBSTW-00229_2, complete sequence	True	False
ENG0175_000000015590	1616	0.9835777454049262	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.6848118241529298		0	0	False	False	0.9950494766235352	0					non-mobilizable	other	1616.0	99.691	100.0	0.006195145154360768	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0088_000000011833	2092	0.9835714979531871	2	2	0	2	1	True	15896	maximal	True	MAD0088_000000011833	1.0		1	1	False	False	0.985659658908844	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.002750891492613347	NZ_LBBT01000315.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig337, whole genome shotgun sequence	True	True
SPA0137_000000004342	8170	0.9835702757646476	14	4	3	4	3	True	116306	maximal	True	SPA0137_000000004342	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	74.598	4.0	0.06569655467579713	HG796305.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00343	True	True
AST0150_000000002514	8844	0.9835702051057889	14	10	4	6	8	True	125628	backbone	False	ISR0209_000000003071	0.9952169304453738	PS932|PS933	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1309.0	99.007	45.0	0.1582516043104492	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0842_000000002206	8190	0.9835702051057889	14	10	4	6	8	True	125628	backbone	False	ISR0209_000000003071	0.8905425195957655	PS932|PS933	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2135.0	92.553	48.0	0.25705291197481533	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0180_000000013347	1770	0.983570148854378	4	2	2	2	1	False	29631	maximal	True	ISR0180_000000013347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	83.471	7.0	3.840424241015989e-05	CP022383.1	CFB group bacteria	Capnocytophaga sputigena strain H4486 chromosome, complete genome	True	False
ISR0268_000000004634	3765	0.9835673560667428	8	6	6	6	6	False	125080	fragment	False	ENG0060_000000005592	0.3694685271450193		0	0	False	False	0.9997344017028809	0					non-mobilizable	no_good_hit	269.0	73.97800000000001	7.0	5.950425489360277e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0048_000000000480	23014	0.983565284210917	24	19	11	15	16	True	17579	maximal	True	MAD0048_000000000480	1.0		1	1	False	False	0.9999565482139587	0					non-mobilizable	no_good_hit	2566.0	73.578	18.0	0.04675516224188791	CP056467.1	enterobacteria	Citrobacter freundii strain RHBSTW-00486 plasmid pRHBSTW-00486_2, complete sequence	True	True
DEN0053_000000008376	1468	0.9835651623423544	2	1	1	1	1	False	72110	fragment	False	DEN0053_000000008376	1.0		0	0	False	False	0.9965940117835999	0					non-mobilizable	no_good_hit	128.0	79.688	9.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
ISR0840_000000012846	1381	0.9835651623423544	1	1	1	1	1	False	34681	fragment	False	ISR0074_000000021668	0.9639810133321104		0	0	False	False	0.9942070841789246	0					non-mobilizable	no_good_hit	128.0	79.688	9.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
ISR0281_000000013423	1368	0.9835651623423544	1	1	1	1	1	False	66414	fragment	False	ISR0281_000000013423	1.0		0	0	False	False	0.9868420958518982	0					non-mobilizable	no_good_hit	181.0	75.138	13.0	0.0001289358015605578	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ENG0050_000000022213	1281	0.9835651623423544	1	1	1	1	1	False	66417	fragment	False	ENG0050_000000022213	0.9721792890262752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	79.688	10.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MON0100_000000037287	1231	0.9835651623423544	1	1	1	1	1	False	34681	fragment	False	ISR0074_000000021668	0.6255985362835311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	79.688	10.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MON0028_000000021772	1207	0.9835651623423544	1	1	1	1	1	False	34681	fragment	False	ISR0074_000000021668	0.6300484819673214		0	0	False	False	0.9933720231056213	0					non-mobilizable	no_good_hit	128.0	80.469	11.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MAD0086_000000009518	1199	0.9835651623423544	1	1	1	1	1	False	66411	fragment	False	MAD0086_000000009518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	79.688	11.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
ISR0339_000000001675	7639	0.9835645518779144	6	3	2	3	2	True	128698	fragment	False	ISR0339_000000001675	1.0		0	0	False	False	0.9931928515434265	0					non-mobilizable	no_good_hit	82.0	93.902	1.0	3.2036310983194386e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
AST0005_000000004936	5913	0.9835645518779144	5	3	2	3	2	True	128697	fragment	False	AST0005_000000004936	1.0		0	0	False	False	0.9998309016227722	0					non-mobilizable	no_good_hit	82.0	93.902	2.0	3.2036310983194386e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0043_000000004289	5120	0.9835645518779144	4	3	2	3	2	True	63676	fragment	False	ISR0043_000000004289	1.0		0	0	False	False	0.998828113079071	0					non-mobilizable	no_good_hit								True	True
ISR0207_000000005268	4756	0.9835645518779144	4	3	2	3	2	True	63674	fragment	False	ISR0207_000000005268	0.9765433910986252		0	0	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit	82.0	91.463	2.0	0.0018262517915761246	NZ_CYYA01000026.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0073_000000005723	4506	0.9835645518779144	4	3	2	3	2	True	63674	fragment	False	ISR0207_000000005268	0.9667391598206367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0055_000000004365	4443	0.9835645518779144	4	3	2	3	2	True	63674	fragment	False	ISR0207_000000005268	0.9634835241422856		0	0	False	False	0.9997749328613281	0					non-mobilizable	no_good_hit								True	True
ISR0392_000000008098	3780	0.9835645518779144	4	3	2	3	2	True	63674	fragment	False	ISR0207_000000005268	0.24059539918809203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0057_01_000000004326	6728	0.9835628537789608	9	5	4	4	2	True	58024	maximal	True	USA0057_01_000000004326	1.0		9	4	False	False	0.9979191422462463	0					non-mobilizable	no_good_hit	2243.0	94.249	80.0	0.2071963740634539	LN852926.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0253	True	True
ENG0134_000000001581	16036	0.9835626058384304	19	8	5	7	3	True	73601	maximal	True	ENG0134_000000001581	0.9999376013977287		10	5	False	False	0.9999376535415649	0					non-mobilizable	no_good_hit								True	True
ISR0360_000000001237	16026	0.9835626058384304	19	8	5	7	3	True	73601	maximal	False	ENG0134_000000001581	0.9996258418558244		0	0	False	False	0.9998127818107605	0					non-mobilizable	no_good_hit								True	True
ISR0131_000000016137	2036	0.9835589386451628	3	2	1	2	1	False	31670	fragment	False	ISR0131_000000016137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.00768772429216e-06	AP019870.1	liverworts	Marchantia polymorpha subsp. ruderalis Tak-1 DNA, chromosome: 5	True	False
ISR0138_000000000924	23221	0.9835577624269748	19	15	11	14	10	True	125311	fragment	False	ISR0138_000000000924	1.0		0	0	False	False	0.9999569058418274	0					non-mobilizable	no_good_hit	3390.0	78.525	25.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0030_000000008268	2528	0.983556100109406	3	3	3	3	2	False	53650	maximal	True	ISR0030_000000008268	1.0		1	1	False	False	0.9992088675498962	0					non-mobilizable	no_good_hit	1757.0	77.917	69.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ISR0182_000000015601	2451	0.9835547422837568	3	3	3	3	1	False	29555	maximal	True	ISR0182_000000015601	1.0		0	0	False	False	0.9955120086669922	0					non-mobilizable	no_good_hit	686.0	89.06700000000001	28.0	0.029375187615249366	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0068_000000009947	3168	0.9835544246300232	6	4	2	3	3	False	76862	maximal	True	FIJ0068_000000009947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1505.0	96.744	86.0	0.0002945018676277786	CP026202.1	enterobacteria	Escherichia coli strain ECONIH5 chromosome, complete genome	True	False
ISR0062_000000016496	2251	0.9835479670417172	2	1	1	1	1	False	59005	fragment	False	ISR0062_000000016496	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2251.0	98.001	100.0	0.0007450905980494522	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
USA0034_01_000000030628	1705	0.9835479670417172	3	1	1	1	1	False	59004	fragment	False	USA0034_01_000000030628	1.0		0	0	False	False	0.9824047088623047	0					non-mobilizable	chromosome	1705.0	98.59200000000001	100.0	0.0005642819462561184	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
USA0069_01_000000037275	1626	0.9835479670417172	2	1	1	1	1	False	59004	fragment	False	USA0034_01_000000030628	0.97683284457478		0	0	False	False	0.998769998550415	0					non-mobilizable	chromosome	1626.0	98.524	100.0	0.0005381209874801599	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ENG0171_000000017523	1382	0.9835479670417172	1	1	1	1	1	False	55767	fragment	False	ENG0171_000000017523	1.0		0	0	False	False	0.9797394871711731	0					non-mobilizable	chromosome	1346.0	99.777	97.0	0.00044539860194511697	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ENG0122_000000023129	1292	0.9835479670417172	2	1	1	1	1	False	59003	fragment	False	ENG0122_000000023129	1.0		0	0	False	False	0.9883900880813599	0					non-mobilizable	chromosome	1275.0	98.824	99.0	0.0004215557028075345	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
USA0059_01_000000001076	18558	0.9835456986800584	31	17	14	14	14	False	123925	maximal	False	USA0004_01_000000001125	0.9940128205608808		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5502.0	95.765	80.0	0.0547960242695194	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
MAD0091_000000010357	1574	0.9835416247107832	3	2	2	1	1	False	15744	fragment	False	MAD0091_000000010357	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	93.26100000000001	42.0	0.001883223717951348	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0094_000000000876	18320	0.9835404684522328	19	7	2	5	5	False	68403	maximal	True	DEN0094_000000000876	1.0		1	1	False	False	0.9989628791809082	0					non-mobilizable	no_good_hit	1852.0	75.16199999999999	10.0	0.1358456840694124	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
USA0027_01_000000019135	1416	0.9835311475322508	2	1	1	1	1	True	1573	fragment	False	USA0027_01_000000019135	1.0		0	0	False	False	0.9858757257461548	0					non-mobilizable	no_good_hit								True	True
ISR0392_000000006717	4412	0.9835285066874688	7	5	3	5	2	False	22835	maximal	True	ISR0392_000000006717	1.0		3	2	False	False	0.9945603013038635	0					non-mobilizable	no_good_hit	307.0	88.59899999999999	7.0	0.0019746468295588444	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0089_000000000984	13219	0.983527844530192	12	11	9	9	11	False	98290	fragment	False	MAD0089_000000000984	1.0		0	0	False	False	0.9997730255126953	0					non-mobilizable	plasmid	5489.0	99.98200000000001	94.0	0.01982086102282577	CP029748.1	enterobacteria	Escherichia coli strain 2016C-3878 plasmid pMCR1-PA, complete sequence	False	True
ISR0083_000000012635	2082	0.9835251962854756	3	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.2730560870168629		0	0	False	False	0.9899135231971741	0					non-mobilizable	no_good_hit	367.0	75.204	18.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0098_000000000493	16025	0.9835247107739084	32	12	6	9	5	False	83414	maximal	True	CHI0098_000000000493	1.0		1	1	False	False	0.9995631575584412	0					non-mobilizable	no_good_hit	1911.0	96.18	46.0	0.0338496437812356	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0022_000000000392	12968	0.9835214620858412	16	16	3	14	15	True	89159	fragment	False	MAD0022_000000000392	1.0		0	0	False	False	0.9993830919265747	0			MPF_F		non-mobilizable	plasmid	12870.0	100.0	100.0	0.11124846556821522	MT077882.1	enterobacteria	Escherichia coli plasmid p4, complete sequence	False	True
ENG0001_000000014623	1836	0.9835180371064114	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9656344813495226		0	0	False	False	0.998910665512085	0					non-mobilizable	chromosome	1832.0	97.926	100.0	0.0007254486186150116	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0087_000000020273	1776	0.9835180371064114	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9651248177609867		0	0	False	False	0.9932432174682617	0					non-mobilizable	chromosome	1730.0	99.306	100.0	0.0006854101975876256	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0062_000000005853	5431	0.9835171893262296	9	2	1	2	1	True	130318	maximal	True	SPA0062_000000005853	1.0	PS1094	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	1377.0	98.257	43.0	0.3397530864197531	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0058_000000005134	5418	0.9835171893262296	9	2	1	2	1	True	130318	maximal	False	SPA0062_000000005853	1.0	PS1094	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	1377.0	98.257	43.0	0.3397530864197531	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0002_000000003595	5244	0.9835171893262296	7	2	1	2	1	True	97253	maximal	True	ENG0002_000000003595	1.0	PS526	1	1	True	True	1.0	30					non-mobilizable	no_good_hit	1385.0	97.617	38.0	0.3402469135802469	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0233_000000002454	4078	0.9835171893262296	6	2	1	2	1	True	97254	backbone	False	DEN0083_000000006573	0.9820437658712233	PS526|PS528	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1290.0	98.837	56.0	0.31777777777777777	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0083_000000006573	4046	0.9835171893262296	5	2	1	2	1	True	97254	backbone	True	DEN0083_000000006573	0.9832396057360122	PS526|PS528	1	1	True	True	0.9975284337997437	21					non-mobilizable	no_good_hit	1653.0	98.73	54.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0074_000000006912	4009	0.9835171893262296	6	2	1	2	1	True	97254	backbone	False	DEN0083_000000006573	0.9767554112792987	PS526|PS528	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1653.0	98.669	55.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0156_000000006897	3773	0.9835171893262296	6	2	1	2	1	True	97254	backbone	False	DEN0083_000000006573	0.6919903848198462	PS526|PS528	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1190.0	98.48700000000001	59.0	0.29358024691358026	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0279_000000005439	3558	0.9835171893262296	6	2	1	2	1	True	97250	backbone	False	ENG0017_000000006371	0.9820383224577948	PS526	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1630.0	98.589	56.0	0.4017283950617284	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0372_000000004538	3471	0.9835171893262296	5	2	1	2	1	True	97250	backbone	False	ENG0017_000000006371	0.9823663357389402	PS526	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1659.0	98.01100000000001	55.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0105_000000004704	3470	0.9835171893262296	6	2	1	2	1	True	97250	backbone	False	ENG0017_000000006371	0.9823407813557422	PS526	0	0	True	True	0.999711811542511	12					non-mobilizable	no_good_hit	1659.0	97.348	56.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0017_000000006371	3450	0.9835171893262296	5	2	1	2	1	True	97250	backbone	True	ENG0017_000000006371	0.9837365631819524	PS526	1	1	True	True	0.9997101426124573	19					non-mobilizable	no_good_hit	1659.0	97.529	54.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0183_000000010232	3293	0.9835171893262296	5	2	1	2	1	True	97250	backbone	False	ENG0017_000000006371	0.9427411386566776	PS526	0	0	True	True	0.9996963143348694	30					non-mobilizable	no_good_hit	1642.0	98.417	52.0	0.4051851851851852	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
USA0061_01_000000003503	3200	0.9835171893262296	4	2	1	2	1	True	82982	fragment	False	USA0061_01_000000003503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	97.67299999999999	50.0	0.31777777777777777	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0034_000000006347	3148	0.9835171893262296	4	2	1	2	1	True	97250	backbone	False	ENG0017_000000006371	0.7834983075055563	PS526	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1653.0	97.943	52.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0342_000000005629	3116	0.9835171893262296	4	2	1	2	1	True	97250	backbone	False	ENG0017_000000006371	0.7900606781304494	PS526	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1628.0	98.833	58.0	0.4017283950617284	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MAD0070_000000005953	3051	0.9835171893262296	4	2	1	2	1	True	16378	maximal	True	MAD0070_000000005953	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	448.0	74.33	14.0	0.15628415300546447	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	True	True
ENG0139_000000006147	3050	0.9835171893262296	2	2	1	2	1	True	57870	maximal	True	ENG0139_000000006147	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit	310.0	83.226	10.0	0.19527760051052967	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
ISR0153_000000009508	2865	0.9835171893262296	4	2	1	2	1	True	30683	maximal	True	ISR0153_000000009508	1.0		1	1	True	True	0.9870855212211609	7					non-mobilizable	no_good_hit	1042.0	79.559	46.0	0.336630398944939	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
CHI0146_000000002345	2858	0.9835171893262296	4	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9166530352046139		0	0	True	True	0.992652177810669	12					non-mobilizable	plasmid	2408.0	90.822	100.0	0.8750455373406193	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ENG0008_000000008669	2815	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9557185827840917		0	0	True	True	1.0	36					non-mobilizable	plasmid	2518.0	99.04700000000001	100.0	0.916575591985428	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
AST0099_000000007512	2814	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9545348129712621		0	0	True	True	0.9992892742156982	13					non-mobilizable	plasmid	1633.0	98.65299999999999	100.0	0.594535519125683	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ENG0056_000000004055	2814	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9538598725175036		0	0	True	True	1.0	15					non-mobilizable	plasmid	2281.0	98.948	100.0	0.8306010928961749	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ENG0155_000000008008	2814	0.9835171893262296	3	2	1	2	1	True	113844	maximal	True	ENG0155_000000008008	0.9577971785856211		13	4	True	True	1.0	30					non-mobilizable	plasmid	2517.0	99.881	100.0	0.916575591985428	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
CHI0114_000000002509	2812	0.9835171893262296	4	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.920598712113812		0	0	True	True	1.0	22					non-mobilizable	plasmid	2284.0	91.243	100.0	0.829872495446266	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ISR0125_000000005350	2804	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9540001137253985		0	0	True	True	0.9978601932525635	21					non-mobilizable	plasmid	1430.0	99.021	100.0	0.516575591985428	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ISR0308_000000005751	2798	0.9835171893262296	4	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9185850052971529		0	0	True	True	1.0	53					non-mobilizable	plasmid	2630.0	91.445	100.0	0.9551912568306011	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ISR0268_000000006704	2796	0.9835171893262296	4	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9189348012814761		0	0	True	True	1.0	33					non-mobilizable	plasmid	2628.0	91.514	100.0	0.9551912568306011	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
AST0150_000000009924	2795	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9537376391804762		0	0	True	True	1.0	184					non-mobilizable	plasmid	1877.0	98.721	100.0	0.682695810564663	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ENG0084_000000009767	2794	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9577153359979955		0	0	True	True	1.0	44					non-mobilizable	plasmid	1554.0	99.807	100.0	0.5657559198542805	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
AST0055_000000012256	2793	0.9835171893262296	4	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9536824253003822		0	0	True	True	1.0	69					non-mobilizable	plasmid	2369.0	98.902	100.0	0.8626593806921676	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
SPA0097_000000011842	2776	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.954880091203776		0	0	True	True	1.0	313					non-mobilizable	plasmid	1629.0	99.01799999999999	100.0	0.5930783242258653	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ENG0172_000000007655	2774	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9570217638111621		0	0	True	True	0.9996395111083984	71					non-mobilizable	plasmid	1534.0	99.73899999999999	100.0	0.5584699453551912	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ISR0082_000000010589	2774	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9569551591252399		0	0	True	True	1.0	16					non-mobilizable	plasmid	1437.0	99.861	100.0	0.5231329690346084	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
SPA0008_000000010916	2755	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9168600891786167		0	0	True	True	1.0	23					non-mobilizable	plasmid	1938.0	91.331	100.0	0.7045537340619308	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
CHI0148_000000004257	2755	0.9835171893262296	3	2	1	2	1	True	113844	maximal	False	ENG0155_000000008008	0.9070354607047659		0	0	True	True	0.9970961809158325	9					non-mobilizable	plasmid	1677.0	91.473	99.0	0.6087431693989072	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ENG0119_000000012034	2724	0.9835171893262296	4	2	1	2	1	True	82981	fragment	False	ENG0119_000000012034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1379.0	98.76700000000001	52.0	0.3402469135802469	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0039_000000009752	2698	0.9835171893262296	3	2	1	2	1	True	131974	maximal	True	SPA0039_000000009752	0.9975532288687483		17	7	True	True	1.0	161					non-mobilizable	other	2329.0	86.73299999999999	90.0	0.29415501905972047	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	False	True
CHI0022_000000005928	2046	0.9835171893262296	3	2	1	2	1	True	89190	fragment	False	CHI0022_000000005928	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1376.0	89.971	100.0	0.4990892531876138	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
SPA0019_000000009694	2949	0.9835084383596124	3	3	1	1	3	True	35468	fragment	False	SPA0019_000000009694	1.0		0	0	False	False	0.9976263046264648	0					non-mobilizable	plasmid	2957.0	99.594	100.0	0.026141016457520847	CP022673.1	enterobacteria	Shigella sonnei strain 866 plasmid p866, complete sequence	False	True
ENG0032_000000006628	3065	0.9835029648050644	3	3	2	3	1	False	104481	fragment	False	ENG0032_000000006628	1.0		0	0	False	False	0.9947797656059265	0					non-mobilizable	other	3066.0	99.119	100.0	0.021673469099037286	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0218_000000004645	3458	0.9834987895882368	7	4	4	4	2	False	72689	maximal	True	ISR0218_000000004645	1.0		6	3	False	False	0.9979757070541382	0					non-mobilizable	no_good_hit	1374.0	99.56299999999999	49.0	0.00031962358140789286	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0284_000000002241	3977	0.983498004043204	5	2	2	2	1	False	85897	fragment	False	ISR0284_000000002241	0.991602422907489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	77.056	6.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ENG0044_000000004593	3728	0.983498004043204	5	2	2	2	1	False	85900	fragment	False	ENG0044_000000004593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	76.19	6.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
FIJ0037_000000007668	3632	0.983498004043204	5	2	2	2	1	False	85897	fragment	False	ISR0284_000000002241	0.9489564998742772		0	0	False	False	0.9988986849784851	0					non-mobilizable	no_good_hit	44.0	93.182	1.0	9.221786320059036e-06	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
FIJ0142_000000009933	3287	0.983498004043204	6	2	2	2	1	False	85896	fragment	False	FIJ0142_000000009933	1.0		0	0	False	False	0.9926984906196594	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	3.0	0.00014794171784417954	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ISR0286_000000005945	2753	0.983498004043204	5	2	2	2	1	False	85895	fragment	False	ISR0286_000000005945	0.9651687034174476		0	0	False	False	0.9909189939498901	0					non-mobilizable	no_good_hit	345.0	73.623	12.0	0.00013241225442213965	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
ISR0839_000000007427	2534	0.983498004043204	4	2	2	2	1	False	85895	fragment	False	ISR0286_000000005945	0.869386458658785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	3.0	0.00014794171784417954	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ISR0214_000000012114	2357	0.983498004043204	4	2	2	2	1	False	85895	fragment	False	ISR0286_000000005945	0.608851508774209		0	0	False	False	0.9949088096618652	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	4.0	0.00014794171784417954	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ISR0378_000000013014	2166	0.983498004043204	4	2	2	2	1	False	85895	fragment	False	ISR0286_000000005945	0.42892254070824604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	4.0	0.00014794171784417954	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ENG0184_000000011288	1981	0.983498004043204	3	2	2	2	1	False	85895	fragment	False	ISR0286_000000005945	0.17342399059850583		0	0	False	False	0.9924280643463135	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	4.0	0.00014794171784417954	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
TAN0006_000000007360	1823	0.983498004043204	2	2	2	2	1	False	2881	fragment	False	TAN0006_000000007360	1.0		0	0	False	False	0.9824464917182922	0					non-mobilizable	no_good_hit	231.0	75.758	13.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
FIJ0115_000000015143	1557	0.983498004043204	3	2	2	2	1	False	41718	fragment	False	FIJ0115_000000015143	1.0		0	0	False	False	0.9987154603004456	0					non-mobilizable	no_good_hit								True	False
TAN0007_000000035541	1196	0.9834973470577584	2	1	1	1	1	False	62911	fragment	False	TAN0007_000000035541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	95.229	84.0	0.00022715692742652921	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0379_000000001514	10205	0.9834944661832244	6	5	4	4	2	False	23236	maximal	True	ISR0379_000000001514	1.0		3	2	False	False	0.9987261295318604	0					non-mobilizable	no_good_hit	551.0	76.95100000000001	5.0	0.05306911551474142	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	False
AUS0024_000000008736	3683	0.9834939416203164	5	3	2	3	3	False	98977	maximal	True	AUS0024_000000008736	1.0		2	2	False	False	0.998370885848999	0					non-mobilizable	chromosome	3535.0	99.859	98.0	0.0006740825924751096	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ISR0295_000000006792	4613	0.98349392583951	9	8	5	8	7	False	126444	fragment	False	ISR0295_000000006792	0.9915761471957437		0	0	False	False	0.9971818923950195	0					non-mobilizable	other	4594.0	99.978	99.0	0.09530825257828225	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0101_000000000298	44355	0.9834925857984396	53	20	9	16	11	True	82827	fragment	False	SPA0101_000000000298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	100.0	0.0	8.108594698078537e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
ISR0244_000000001969	8523	0.9834901406452172	15	7	6	7	4	True	73346	fragment	False	ISR0244_000000001969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0005956583127426756	EU016644.1	archaea	Uncultured Group I marine crenarchaea HF4000APKG6D9 fosmid sequence	True	True
FIJ0122_000000002137	8276	0.9834899708210684	11	8	4	5	8	False	41446	maximal	True	FIJ0122_000000002137	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	8276.0	99.976	100.0	0.0017614804354337062	CP050031.1	enterobacteria	Escherichia coli strain 33-6 chromosome, complete genome	False	False
ISR0852_000000000018	70753	0.9834860323191182	68	40	26	37	22	True	105280	maximal	False	ISR0170_000000000114	0.9575258002971845		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
FIJ0035_000000003458	3482	0.9834849205799614	3	3	3	3	3	False	48044	maximal	True	FIJ0035_000000003458	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.002024606759071796	NZ_JADU01000034.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00030.30_C, whole genome shotgun sequence	True	False
ISR0056_000000007780	2708	0.9834829425463096	4	2	2	2	2	False	85895	fragment	False	ISR0286_000000005945	0.8833019063947493		0	0	False	False	0.996676504611969	0					non-mobilizable	no_good_hit	202.0	76.238	7.0	0.000344050506614371	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ENG0145_000000013096	2395	0.9834829425463096	4	2	2	2	2	False	85895	fragment	False	ISR0286_000000005945	0.6088851994463035		0	0	False	False	0.9949895739555359	0					non-mobilizable	no_good_hit	202.0	76.238	8.0	0.000344050506614371	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
SPA0034_000000017621	2030	0.983481443712018	3	3	3	2	2	False	103298	fragment	False	SPA0034_000000017621	1.0		0	0	False	False	0.9995073676109314	0					non-mobilizable	other	2030.0	99.803	100.0	0.007595808641027849	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0083_000000006292	3756	0.9834790991726023	4	2	2	2	1	True	34118	maximal	False	ISR0380_000000002701	0.9340474665946377		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	944.0	96.71600000000001	67.0	0.15284128020901372	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
USA0053_01_000000006297	3394	0.9834783916677668	5	4	2	3	4	True	62524	maximal	True	USA0053_01_000000006297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2391.0	97.031	70.0	0.026623593628160854	CP007735.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae KPNIH27 plasmid pKPN-a41, complete sequence	True	True
CHI0009_000000003693	2237	0.9834780135596176	3	2	2	2	1	True	90466	fragment	False	CHI0009_000000003693	1.0		0	0	False	False	0.9977648854255676	0					non-mobilizable	no_good_hit								True	True
FIJ0002_000000004606	7466	0.9834772533925544	10	3	3	3	1	True	52452	fragment	False	FIJ0002_000000004606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0033_000000027089	1422	0.983476408846978	2	2	2	2	1	False	48253	maximal	True	FIJ0033_000000027089	1.0		0	0	False	False	0.9599156379699707	0					non-mobilizable	no_good_hit	184.0	77.717	13.0	0.0003885347706241811	NZ_FOWI01000003.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	True	False
CAN0009_000000005036	4247	0.9834745096305998	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975223224589091	PS1143|PS778	0	0	True	True	1.0	782					non-mobilizable	other	4090.0	99.95100000000001	100.0	0.9627972686602307	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0108_000000004776	4247	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9617795367409013	PS1143|PS778	0	0	True	True	1.0	96					non-mobilizable	other	3833.0	98.25200000000001	100.0	0.353908704490852	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CAN0010_000000003082	4247	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9753829798506717	PS1143|PS778	0	0	True	True	1.0	7051					non-mobilizable	other	3965.0	100.0	100.0	0.9333647280433247	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0070_000000004671	4247	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9737287196248694	PS1143|PS778	0	0	True	True	1.0	579					non-mobilizable	other	3975.0	99.723	100.0	0.9354838709677419	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0004_000000003894	4246	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9617648167141285	PS1143|PS778	0	0	True	True	1.0	128					non-mobilizable	other	3833.0	98.25200000000001	100.0	0.353908704490852	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0039_000000010378	4245	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9617646804180936	PS1143|PS778	0	0	True	True	1.0	20					non-mobilizable	other	3833.0	98.25200000000001	100.0	0.353908704490852	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0030_000000007756	4245	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9617646804180936	PS1143|PS778	0	0	True	True	1.0	30					non-mobilizable	other	3833.0	98.25200000000001	100.0	0.353908704490852	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0065_000000005339	4230	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9746716927233601	PS1143|PS778	0	0	True	True	1.0	4213					non-mobilizable	other	4158.0	99.88	100.0	0.9831952662721893	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0085_000000005073	4228	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9645305066536299	PS1143|PS778	0	0	True	True	1.0	33					non-mobilizable	other	3831.0	98.79899999999999	100.0	0.9013421238521309	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0042_01_000000005970	4227	0.9834745096305998	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9756262454005049	PS1143|PS778	0	0	True	True	1.0	182					non-mobilizable	other	4081.0	100.0	100.0	0.9606781257358136	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AUS0020_000000006627	4227	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9756423737672473	PS1143|PS778	0	0	True	True	1.0	486					non-mobilizable	other	3873.0	100.0	100.0	0.9117023781492819	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0034_01_000000013304	4227	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9756395038272042	PS1143|PS778	0	0	True	True	1.0	551					non-mobilizable	other	3856.0	100.0	100.0	0.9076995526253826	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0074_000000005131	4227	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975396664913917	PS1143|PS778	0	0	True	True	1.0	1771					non-mobilizable	other	3888.0	99.97399999999999	100.0	0.9152342830233106	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0189_000000002950	4227	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9755591166993249	PS1143|PS778	0	0	True	True	1.0	196					non-mobilizable	other	3946.0	100.0	100.0	0.928890981869555	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0108_01_000000002951	4227	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9756390206327507	PS1143|PS778	0	0	True	True	1.0	2216					non-mobilizable	other	3846.0	100.0	100.0	0.9053449493760302	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0008_000000006721	4223	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9621670068483477	PS1143|PS778	0	0	True	True	1.0	69					non-mobilizable	other	4001.0	98.475	100.0	0.9411349187661879	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0019_000000006491	4217	0.9834745096305998	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9575648018465687	PS1143|PS778	0	0	True	True	1.0	2156					non-mobilizable	plasmid	3986.0	99.9	100.0	0.9629898403483309	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
AST0111_000000004793	4208	0.9834745096305998	7	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9613158645911958	PS1143|PS778	0	0	True	True	1.0	74					non-mobilizable	other	3508.0	98.23299999999999	100.0	0.32387728700794677	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0072_000000004850	4191	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9523919432240492	PS1143|PS778	0	0	True	True	1.0	48					non-mobilizable	plasmid	3259.0	98.036	100.0	0.7849566055930569	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
MON0012_000000009666	4147	0.9834745096305998	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9749497614148077	PS1143|PS778	0	0	True	True	1.0	19					non-mobilizable	other	4085.0	99.976	100.0	0.9616199670355545	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0249_000000003934	4009	0.9834745096305998	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9224463165113177	PS1143|PS778	0	0	True	True	1.0	1					non-mobilizable	plasmid	3966.0	99.06700000000001	100.0	0.9552491533623609	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
MAD0068_000000006818	3797	0.9834745096305998	7	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.7782626272048825	PS1143|PS778	0	0	False	True	0.9920990467071533	0					non-mobilizable	other	3801.0	98.553	100.0	0.894749234753944	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0150_000000006996	2740	0.9834681081141442	3	3	3	3	3	False	87403	fragment	False	SPA0150_000000006996	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2741.0	96.60700000000001	100.0	0.0007603401258532305	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0101_000000006375	7729	0.9834656081497396	9	5	4	5	3	False	9078	maximal	True	MON0101_000000006375	1.0		1	1	False	False	0.9776167869567871	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	3.5961919093980946e-05	NZ_UFSV01000001.1	actinobacteria	Fannyhessea vaginae strain NCTC13935, whole genome shotgun sequence	True	False
ISR0174_000000008846	2873	0.983463386934538	2	2	0	2	1	True	75642	fragment	False	ISR0174_000000008846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0028_000000010131	2858	0.983463386934538	2	2	0	2	1	True	75642	fragment	False	ISR0174_000000008846	0.998259658893143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0026_000000010443	2853	0.983463386934538	2	2	0	2	1	True	75642	fragment	False	ISR0174_000000008846	0.9970963868050399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0331_000000006911	3200	0.9834631615456376	7	4	2	4	2	True	113113	fragment	False	ISR0331_000000006911	1.0		0	0	False	False	0.9990624785423279	0					non-mobilizable	no_good_hit	631.0	92.235	20.0	0.002931114150093581	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0126_000000006909	2179	0.9834617176127932	3	1	1	1	1	False	81485	maximal	True	CHI0126_000000006909	1.0		1	1	False	False	0.9995410442352295	0					non-mobilizable	no_good_hit								True	False
ISR0199_000000023682	1289	0.9834577664114518	2	2	0	2	2	False	28799	fragment	False	ISR0199_000000023682	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1289.0	99.92200000000001	100.0	0.27902946273830154	AP022026.1	enterobacteria	Klebsiella sp. WP3-S18-ESBL-05 plasmid pWP3-S18-ESBL-05_6 DNA, complete genome, strain: WP3-S18-ESBL-05	False	True
ENG0052_000000005686	4822	0.9834477650749378	7	5	3	4	2	True	124749	fragment	False	ENG0052_000000005686	1.0		0	0	False	False	0.9983409643173218	0					non-mobilizable	no_good_hit	1498.0	79.973	66.0	0.003073789773689614	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ITA0002_000000000299	15215	0.9834474503681612	27	7	4	6	7	False	28902	fragment	False	ISR0198_000000002163	0.9668535518452344		0	0	False	False	0.9999342560768127	0					non-mobilizable	virus	5980.0	98.863	95.0	0.10360009013225174	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	False	False
ISR0018_000000017049	1238	0.9834452836666144	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.39872741122607763		0	0	False	False	0.9628432989120483	0					non-mobilizable	other	1224.0	99.346	99.0	0.001692621582725841	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0172_000000005105	3126	0.9834451669560064	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.9227138131588271		0	0	False	False	0.9996801018714905	0					non-mobilizable	other	3124.0	96.191	99.0	0.01197216596084208	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0001_000000018690	1166	0.9834424774832258	2	1	1	1	1	False	52497	fragment	False	FIJ0001_000000018690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	94.24600000000001	78.0	0.0005851311961214161	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
MAD0052_000000001911	7042	0.9834423127718266	8	2	2	1	1	False	109346	maximal	False	DEN0035_000000003185	0.5757548169835323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	85.227	1.0	0.00014794171784417954	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ISR0838_000000007827	2889	0.9834423127718266	5	2	2	1	1	False	85895	fragment	False	ISR0286_000000005945	0.9630199068379532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000014833	2635	0.9834423127718266	5	2	2	1	1	False	85895	fragment	False	ISR0286_000000005945	0.9565731289122723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000003702	8011	0.9834410570858988	9	6	3	3	6	True	111318	maximal	True	ENG0119_000000003702	1.0	PS706	1	1	True	True	0.9996255040168762	15					non-mobilizable	no_good_hit	690.0	83.18799999999999	12.0	0.020644145780360817	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
TAN0009_000000002284	9777	0.9834377535739571	11	8	7	5	6	True	20386	fragment	False	TAN0009_000000002284	1.0		0	0	False	False	0.9998977184295654	0					non-mobilizable	no_good_hit	3298.0	91.419	48.0	0.053155985489721884	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
FIJ0032_000000007663	4474	0.9834355972208316	5	2	2	2	2	False	85898	maximal	True	FIJ0032_000000007663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.000273453720489786	NZ_BJNH01000026.1	high GC Gram+	Pseudonocardia saturnea strain NBRC 14499 sequence026, whole genome shotgun sequence	True	False
SPA0126_000000019880	2158	0.9834349175973396	3	3	3	3	3	False	89180	fragment	False	DEN0092_000000006707	0.8609486079244258		0	0	False	False	0.9986098408699036	0					non-mobilizable	other	2158.0	99.212	100.0	0.000732822746926782	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0100_000000001073	8676	0.9834342830677509	8	4	3	4	2	False	74854	fragment	False	ISR0100_000000001073	1.0		0	0	False	False	0.9872061014175415	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	1.0	2.8413193348772282e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
DEN0051_000000022328	2061	0.983433391539036	2	1	1	1	1	False	72536	fragment	False	DEN0051_000000022328	0.994098712446352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	77.83800000000001	9.0	3.2387407491242945e-05	NZ_CP041217.1	firmicutes	Saccharibacillus brassicae strain ATSA2 chromosome, complete genome	True	False
SPA0034_000000019000	1864	0.983433391539036	2	1	1	1	1	False	72536	fragment	False	DEN0051_000000022328	0.9468704512372634		0	0	False	False	0.9973176121711731	0					non-mobilizable	no_good_hit	185.0	77.83800000000001	10.0	3.2387407491242945e-05	NZ_CP041217.1	firmicutes	Saccharibacillus brassicae strain ATSA2 chromosome, complete genome	True	False
SPA0136_000000000300	48865	0.9834319417462032	54	20	11	17	10	True	130801	maximal	False	ISR0079_000000000160	0.28501292977166565		0	0	True	True	1.0	185					non-mobilizable	no_good_hit	1108.0	83.935	4.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MAD0062_000000000672	13418	0.9834313693045822	14	14	10	12	14	False	16788	maximal	True	MAD0062_000000000672	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	4252.0	99.34100000000001	79.0	0.0006021273086977785	CP050208.1	enterobacteria	Escherichia coli strain RM-055-CS chromosome	True	True
MAD0105_000000004725	6076	0.9834302483455306	9	5	4	4	4	False	119417	fragment	False	MAD0105_000000004725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	79.817	4.0	6.08183317290742e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0166_000000000110	81492	0.9834232227280146	84	33	22	29	18	True	90947	maximal	True	FIJ0166_000000000110	1.0		1	1	False	False	0.9999508857727051	0					non-mobilizable	no_good_hit	1574.0	76.62	2.0	0.03427644699642771	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	True
MAD0002_000000004530	6075	0.983421176825085	10	5	4	4	5	False	20240	fragment	False	MAD0002_000000004530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	1.0	2.1920493806898435e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0136_000000004887	5297	0.9834204797249584	7	2	2	2	2	False	85901	fragment	False	FIJ0136_000000004887	0.9860295606398056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	75.943	4.0	0.00036125303194508955	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
MON0069_000000031892	1629	0.9834140848233524	2	1	1	1	1	False	10479	fragment	False	MON0069_000000031892	1.0		0	0	False	False	0.979742169380188	0					non-mobilizable	no_good_hit	529.0	72.968	32.0	0.0001615751374008918	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
AST0047_000000020071	1177	0.9834124307599068	2	2	1	2	1	False	115009	fragment	False	MON0084_000000031502	0.9710570469798658		0	0	False	False	0.9983007907867432	0					non-mobilizable	no_good_hit	162.0	74.691	14.0	1.791545718432511e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
TAN0007_000000000285	34920	0.9834000878521606	39	19	11	19	11	True	121768	backbone	True	TAN0007_000000000285	1.0	PS859	4	1	True	True	1.0	44					non-mobilizable	no_good_hit	1849.0	95.78200000000001	49.0	0.04135801087661974	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
CAN0021_000000037182	1172	0.9833980051079748	1	1	1	1	1	False	91388	fragment	False	CAN0021_000000037182	1.0		0	0	False	False	0.9684300422668457	0					non-mobilizable	no_good_hit								True	False
MAD0067_000000000586	13227	0.9833960780890071	22	6	2	6	3	False	62300	maximal	True	MAD0067_000000000586	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	1.0	0.0006512971668573242	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0007_01_000000003763	5043	0.9833904681738762	9	3	3	3	1	True	99382	fragment	False	CHI0106_000000003179	0.9080450944048668		0	0	False	False	1.0	0					non-mobilizable	other	5044.0	98.67200000000001	100.0	0.0013504759604299563	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
TAN0003_000000006127	1601	0.9833836406751189	2	2	1	1	2	False	2975	fragment	False	TAN0003_000000006127	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1601.0	99.81299999999999	100.0	0.0003230004825817091	CP025865.1	enterobacteria	Escherichia coli strain 504211 chromosome, complete genome	False	False
BAN0018_000000000352	5908	0.9833823917866444	8	8	3	3	7	True	98222	fragment	False	BAN0018_000000000352	1.0		0	0	False	False	0.9998307228088379	0	IncY				non-mobilizable	plasmid	4247.0	98.94	100.0	0.044140584381823854	CP035333.1	enterobacteria	Escherichia coli strain BR25-DEC plasmid unnamed2	False	True
ISR0104_000000005607	4511	0.9833804440871112	8	7	4	6	6	False	126444	fragment	False	ISR0295_000000006792	0.9807066984608714		0	0	False	False	1.0	0					non-mobilizable	other	4435.0	100.0	98.0	0.09200888132638875	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0152_000000011389	2070	0.9833775471290728	3	3	3	2	2	False	49077	fragment	False	ISR0152_000000011389	1.0		0	0	False	False	0.9942029118537903	0					non-mobilizable	other	2048.0	99.12100000000001	99.0	0.001379911933710298	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
USA0066_01_000000001221	13674	0.9833746867017136	13	9	6	9	7	True	128648	maximal	True	USA0066_01_000000001221	1.0	PS1039|PS770|PS805	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2261.0	78.328	28.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0046_000000009662	1943	0.9833729903913734	3	2	2	1	1	False	104700	fragment	False	ENG0046_000000009662	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	98.456	100.0	0.0015639415193840923	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
USA0038_01_000000004304	4618	0.9833677762564924	7	3	3	1	2	False	50752	maximal	True	USA0038_01_000000004304	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	78.509	17.0	0.0002870643310079795	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ISR0177_000000004768	4983	0.9833652097330294	5	4	4	3	3	False	116211	fragment	False	ISR0177_000000004768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	95.775	52.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0161_000000001776	13774	0.9833628183031043	14	8	7	8	7	False	86077	fragment	False	ISR0161_000000001776	1.0		0	0	False	True	0.9997822046279907	0					non-mobilizable	no_good_hit	5756.0	97.62	47.0	0.0017894374658180734	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0338_000000001884	8903	0.9833611460917634	10	8	5	7	7	False	24427	maximal	True	ISR0338_000000001884	1.0		2	2	False	False	0.9975289106369019	0					non-mobilizable	no_good_hit	93.0	88.17200000000001	1.0	0.00016903809971777987	NZ_KB823012.1	a-proteobacteria	Robiginitomaculum antarcticum DSM 21748 H142DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ENG0036_000000008445	2785	0.9833564022056412	4	3	2	3	2	False	114095	maximal	True	ENG0036_000000008445	1.0		1	1	False	False	0.9989228248596191	0					non-mobilizable	no_good_hit	566.0	96.64299999999999	25.0	0.11093657961908501	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
FIJ0058_000000008053	4765	0.9833539013450184	10	4	2	4	2	False	46063	fragment	False	FIJ0058_000000008053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	73.609	24.0	0.0004752251620324907	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0002_000000005246	3958	0.9833518257708372	5	3	3	3	2	False	107277	fragment	False	USA0057_01_000000007734	0.9621006635061059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.004804270462633452	XM_003784418.3	primates	PREDICTED: Otolemur garnettii zinc finger protein 609 (ZNF609), mRNA	True	False
SPA0105_000000004976	5612	0.9833492111424028	6	6	6	4	4	False	4803	maximal	True	SPA0105_000000004976	1.0		7	5	False	False	0.9989308714866638	0					non-mobilizable	chromosome	5612.0	98.04	100.0	0.0019230274916503729	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
DEN0001_000000007666	4939	0.9833482311643796	6	2	2	2	2	False	85901	fragment	False	FIJ0136_000000004887	0.9492165376628281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	76.238	4.0	0.000344050506614371	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ISR0009_000000026762	1273	0.9833446783918764	2	1	1	1	1	False	38334	fragment	False	ISR0009_000000026762	1.0		0	0	False	False	0.9269442558288574	0					non-mobilizable	no_good_hit	118.0	100.0	9.0	0.0004494865480585639	NZ_AGDG01000031.1	CFB group bacteria	Bacteroides faecis MAJ27 contig031, whole genome shotgun sequence	True	False
MAD0015_000000011467	1797	0.9833433737981366	3	2	2	2	1	False	19427	fragment	False	MAD0015_000000011467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	76.667	8.0	0.00018919274778177894	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
SPA0115_000000000551	34570	0.9833421841753792	37	28	18	26	14	True	98520	fragment	False	MAD0068_000000000179	0.8170990503696566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8960.0	99.721	26.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ISR0152_000000010116	2328	0.9833410297487648	2	1	1	1	1	False	115765	fragment	False	ISR0120_000000013592	0.7062688118764392		0	0	False	False	0.9961340427398682	0					non-mobilizable	no_good_hit	812.0	87.685	35.0	0.00851211582369714	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
FIJ0071_000000001488	18066	0.9833399528025936	22	17	11	17	10	True	108323	fragment	False	ISR0161_000000001125	0.9258826414177734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2120.0	92.736	12.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0320_000000006859	3168	0.9833302719800064	4	3	3	2	3	False	131463	fragment	False	ISR0320_000000006859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1661.0	78.748	52.0	0.022883199464524766	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0253_000000000692	13710	0.9833230045307388	14	5	4	3	3	False	26944	maximal	True	ISR0253_000000000692	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1828.0	90.26299999999999	13.0	0.010993726504611442	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0129_000000000949	13946	0.9833219698321112	18	13	11	12	7	False	123927	fragment	False	SPA0145_000000000420	0.14093541217449582		0	0	False	True	1.0	0					non-mobilizable	plasmid	13946.0	99.964	100.0	0.1418630911809886	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0005_000000002516	9211	0.9833176403863793	12	7	6	7	3	True	124737	fragment	False	ENG0005_000000002516	1.0		0	0	False	False	0.9997828602790833	0					non-mobilizable	no_good_hit	2256.0	78.85600000000001	35.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0013_000000016214	1620	0.9833123893193396	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.6860405332293141		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	99.93799999999999	100.0	0.006210489167126987	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0107_000000020348	1615	0.9833123893193396	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.6850246407943396		0	0	False	False	0.9944272637367249	0					non-mobilizable	other	1615.0	99.93799999999999	100.0	0.006191309151169214	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0057_000000006887	3278	0.9833070401430624	5	2	2	2	1	False	63558	maximal	True	ENG0057_000000006887	1.0		1	1	False	False	0.9835265278816223	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	8.352982730804846e-05	NZ_HE978581.1	firmicutes	Peptoniphilus obesi ph1, whole genome shotgun sequence	True	False
MAD0101_000000021985	1319	0.983301295857241	2	2	1	1	2	False	18189	fragment	False	MAD0101_000000021985	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1319.0	99.697	100.0	0.013335761696616481	KU980950.1	enterobacteria	Escherichia coli strain WE-0250 plasmid U2501, complete sequence	False	True
MAD0082_000000000908	8051	0.9832955394145468	10	8	4	3	7	False	19745	maximal	True	MAD0082_000000000908	1.0	PS44	5	1	False	True	0.9998757839202881	0	Col156				non-mobilizable	no_good_hit	1175.0	85.95700000000001	34.0	0.3024402907580478	CP056164.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_6, complete sequence	True	True
AST0010_000000002033	10907	0.9832908276537085	11	7	4	7	5	True	128647	backbone	False	USA0062_01_000000002421	0.9937044391618897	PS1039|PS770|PS805	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	2261.0	78.328	35.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0062_01_000000002421	10903	0.9832908276537085	11	7	4	7	5	True	128647	backbone	True	USA0062_01_000000002421	0.9967772096523684	PS1039|PS770|PS805	0	0	True	True	0.9998165369033813	4					non-mobilizable	no_good_hit	2261.0	78.328	35.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0022_000000004008	3074	0.9832882892662302	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9779086575231534		0	0	False	False	0.9996746778488159	0					non-mobilizable	other	3074.0	99.96700000000001	100.0	0.0049035251766417955	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0166_000000021264	1405	0.9832872132533343	3	2	2	1	1	False	56124	maximal	True	ENG0166_000000021264	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	93.897	30.0	0.00014997069396203871	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0043_000000003292	5283	0.9832855152945384	6	4	3	3	2	False	6819	maximal	True	SPA0043_000000003292	1.0		1	1	False	False	0.9994321465492249	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000013937	3131	0.9832812866269496	4	3	2	3	1	False	72587	maximal	True	DEN0051_000000013937	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	77.241	23.0	0.00018748785470506425	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
CHI0077_000000004765	2846	0.9832796665388128	5	5	5	3	3	False	87488	fragment	False	CHI0077_000000004765	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2846.0	99.33200000000001	100.0	0.0011156849619392605	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
DEN0062_000000000158	35815	0.9832794897407268	38	16	9	15	5	True	103149	maximal	True	DEN0062_000000000158	0.9747970441060045		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	524.0	74.618	1.0	0.008207370789365275	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
MON0109_000000007245	4503	0.9832778474884863	9	6	2	4	5	True	43650	maximal	True	MON0109_000000007245	1.0		2	2	False	False	0.997113049030304	0					non-mobilizable	no_good_hit	2429.0	97.65299999999999	54.0	0.00087180389439252	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
ISR0259_000000004551	3123	0.9832740490115208	5	2	2	1	1	False	115761	maximal	True	ISR0259_000000004551	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	88.04700000000001	35.0	0.007207415746888185	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0320_000000015481	1667	0.9832736350328132	2	2	2	2	2	False	121910	maximal	True	ISR0320_000000015481	1.0		0	0	False	False	0.962207555770874	0					non-mobilizable	no_good_hit	129.0	98.45	8.0	0.21052631578947367	EU064215.1	bacteria	Uncultured bacterium clone HA0AAA11ZC07FM1 genomic sequence	True	False
ISR0009_000000006919	4406	0.9832699667307041	6	3	1	3	2	True	77466	maximal	True	ISR0009_000000006919	1.0		1	1	True	True	1.0	88	Col(MG828)				non-mobilizable	no_good_hit	643.0	76.827	16.0	0.01624635660879483	CP047611.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 plasmid pNMBU_W06E18_Str1_2, complete sequence	True	True
ISR0276_000000003918	2624	0.9832626435680154	5	2	2	1	2	False	26319	maximal	True	ISR0276_000000003918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	83.28	36.0	0.0021059489098151697	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	True	False
MAD0102_000000002374	6307	0.9832593994934486	8	8	6	5	8	False	82925	maximal	True	MAD0102_000000002374	1.0		1	1	False	False	0.9998414516448975	0					non-mobilizable	no_good_hit	4891.0	99.939	78.0	0.0010154543088148622	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	True	False
ENG0166_000000016867	1735	0.9832577110786292	5	3	3	3	3	False	58763	maximal	True	ENG0166_000000016867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	97.266	66.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
MON0101_000000034546	1871	0.9832537655961714	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.1765578582574324	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1776.0	87.556	95.0	0.0004748663835333918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0061_000000005558	6070	0.9832525408170344	9	3	2	3	2	False	71952	fragment	False	DEN0061_000000005558	1.0		0	0	False	False	0.9996705055236816	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000011994	1874	0.9832508381142441	3	3	3	3	3	False	95478	fragment	False	CAN0013_000000011994	0.9818115006903263		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	78.575	99.0	0.0006872988421601512	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	False	False
SPA0146_000000000690	21582	0.9832456325717436	24	7	4	7	5	True	40712	fragment	False	SPA0146_000000000690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	93.82700000000001	0.0	2.256656708811873e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ISR0215_000000001494	15995	0.9832435593679636	11	10	10	9	8	True	110976	fragment	False	ISR0215_000000001494	0.987395671714267		0	0	False	False	0.9997498989105225	0					non-mobilizable	no_good_hit	2809.0	99.64399999999999	26.0	0.004477478570015255	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
MON0100_000000016425	2632	0.9832385872123977	5	5	3	2	4	False	71479	fragment	False	MON0100_000000016425	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2263.0	90.941	100.0	0.19141550965120216	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
AST0093_000000000749	25660	0.983231119122724	25	24	8	10	24	True	109604	maximal	True	AST0093_000000000749	1.0		1	1	False	False	0.9998441338539124	0	rep_cluster_167				non-mobilizable	plasmid	25660.0	99.99600000000001	100.0	0.2018295944372778	CP013754.1	firmicutes	Lactobacillus plantarum strain DF plasmid unnamed1, complete sequence	False	True
FIJ0058_000000005857	6386	0.9832291229975768	4	3	3	3	3	False	46070	maximal	True	FIJ0058_000000005857	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3221.0	76.156	50.0	0.0012393090647938294	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0058_000000016675	1855	0.9832207813468068	4	2	2	2	1	False	6298	maximal	True	SPA0058_000000016675	1.0		2	1	False	False	0.9994609355926514	0					non-mobilizable	no_good_hit								True	False
MAD0029_000000000597	7137	0.9832197940813564	9	9	5	8	9	True	114231	fragment	False	MAD0029_000000000597	0.9847234289024037		0	0	False	False	1.0	0					non-mobilizable	plasmid	7137.0	100.0	100.0	0.06477850399419027	CP025751.1	enterobacteria	Escherichia coli strain CV839-06 plasmid pCV839-06-p1, complete sequence	False	True
ENG0110_000000001121	17541	0.9832186052569498	10	6	4	6	4	False	124350	fragment	False	ENG0110_000000001121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3421.0	82.315	58.0	0.00590722742041192	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
CHI0103_000000000344	6012	0.9832109936526924	9	7	4	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.23796869727919612		0	0	False	True	0.9998336434364319	0	rep_cluster_1702				non-mobilizable	plasmid	2791.0	98.316	90.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0089_000000005213	3946	0.9832109736333904	4	4	4	4	4	True	114158	fragment	False	MAD0105_000000007478	0.9549422033498467		0	0	False	False	1.0	0					non-mobilizable	plasmid	3946.0	99.92399999999999	100.0	0.04563912123000035	CP057522.1	enterobacteria	Escherichia coli strain RHB23-C14 plasmid pRHB23-C14_3, complete sequence	False	True
MAD0040_000000004144	5635	0.9832014982992352	8	5	5	5	3	False	93543	maximal	True	MAD0040_000000004144	1.0		1	1	False	False	0.9998225569725037	0					non-mobilizable	no_good_hit	1722.0	81.94	44.0	0.0006686948331633669	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
FIJ0032_000000022050	1659	0.9832008859028704	3	1	1	1	1	False	48403	maximal	True	FIJ0032_000000022050	1.0		1	1	False	False	0.978300154209137	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000008713	3631	0.9831999847458388	5	2	1	2	1	False	40106	fragment	False	FIJ0144_000000008713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00910010111223458	XM_028562441.1	soft corals	PREDICTED: Dendronephthya gigantea uncharacterized LOC114543478 (LOC114543478), mRNA	True	False
CHI0074_000000009571	1437	0.9831962811271214	3	3	1	3	2	False	84719	maximal	True	CHI0074_000000009571	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000017081	2263	0.9831955195598818	4	2	2	2	2	False	103986	maximal	True	ISR0395_000000017081	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	87.838	4.0	8.038408174950999e-05	NZ_LT160626.1	CFB group bacteria	Prevotella phocaeensis strain SN19, whole genome shotgun sequence	True	False
FIJ0122_000000014335	1120	0.9831883497198808	2	1	1	1	1	False	41391	fragment	False	FIJ0122_000000014335	1.0		0	0	False	False	0.9758928418159485	0					non-mobilizable	no_good_hit	942.0	80.786	83.0	0.02539908936310275	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	True	False
TAN0025_000000001689	1574	0.9831866540102004	3	2	2	2	2	True	10259	fragment	False	TAN0025_000000001689	1.0		0	0	False	False	0.9993646740913391	0					non-mobilizable	plasmid	1574.0	99.809	100.0	0.013425625618790755	MN783745.1	enterobacteria	Escherichia coli plasmid pFII-FIB, complete sequence	False	True
ISR0847_000000017279	1682	0.9831862536975612	4	2	2	2	1	False	20636	maximal	True	ISR0847_000000017279	1.0		1	1	False	False	0.9934601783752441	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000009538	1981	0.9831768929084072	2	2	2	2	2	False	38570	maximal	True	ISR0004_000000009538	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	79.63	8.0	3.620030715960625e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0162_000000004284	7711	0.983175827602332	14	5	5	4	2	False	84412	maximal	True	ISR0162_000000004284	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	94.96	18.0	0.0005941195443912674	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0267_000000001439	10575	0.9831718272775508	13	5	2	4	2	True	128735	maximal	True	ISR0267_000000001439	1.0	PS1048|PS850	1	1	True	True	1.0	18					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0175_000000012200	2107	0.9831703194342882	2	1	1	1	1	False	55605	maximal	True	ENG0175_000000012200	1.0		1	1	False	False	0.9848125576972961	0					non-mobilizable	no_good_hit	153.0	80.392	7.0	7.143966752266412e-05	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
ISR0262_000000003426	4442	0.9831694081881472	4	3	2	3	1	True	99744	fragment	False	ISR0262_000000003426	0.9890995260663507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000008142	4220	0.9831694081881472	4	3	2	3	1	True	99744	fragment	False	ISR0262_000000003426	0.9645429986492571		0	0	False	False	0.9921801090240479	0					non-mobilizable	no_good_hit								True	True
MAD0032_000000001555	8232	0.9831692311457128	12	12	8	11	12	True	97934	fragment	False	MAD0010_000000000282	0.9978354370666993		0	0	False	False	0.9997570514678955	0					non-mobilizable	plasmid	6524.0	97.777	100.0	0.04595903008265861	CP057997.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_2, complete sequence	False	True
MAD0025_000000001080	8063	0.9831692311457128	12	12	8	11	12	True	97934	fragment	False	MAD0010_000000000282	0.9865475736245075		0	0	False	False	0.9993798732757568	0					non-mobilizable	plasmid	5738.0	97.926	100.0	0.04042026932752679	CP057997.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_2, complete sequence	False	True
TAN0007_000000003922	7280	0.9831671924428774	4	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.7660805345697282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	98.973	11.0	0.01692629014010965	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0046_000000001780	10978	0.9831662587155336	13	8	4	7	7	False	70169	maximal	True	SPA0046_000000001780	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0057_000000001146	3713	0.9831652581189032	5	3	2	3	2	False	72028	fragment	False	DEN0057_000000001146	1.0		0	0	False	False	0.994344174861908	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000007426	3897	0.9831637020326612	4	4	1	4	4	False	103834	maximal	True	MAD0099_000000007426	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	other	2224.0	99.146	100.0	0.23526299079267649	LM997248.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-9_contig-22.0_1_9449_[organism:Escherichia	False	True
MAD0091_000000012289	1370	0.9831568835523022	3	3	3	2	1	False	15741	fragment	False	MAD0091_000000012289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	87.891	19.0	0.00014025784066375353	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
AST0040_000000002689	6707	0.9831532889607536	7	6	3	5	4	False	116408	fragment	False	CAN0007_000000006327	0.985817166372722		0	0	False	False	0.9995527267456055	0					non-mobilizable	no_good_hit	136.0	84.559	3.0	3.681830480533106e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0186_000000000168	50126	0.9831532258577622	50	24	10	18	8	True	132147	fragment	False	ISR0104_000000000158	0.3090727997115475		0	0	False	True	0.999880313873291	0					non-mobilizable	no_good_hit	2809.0	99.25200000000001	9.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0160_000000006557	4076	0.983152865418188	3	2	1	2	1	False	30439	fragment	False	ISR0160_000000006557	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.004497949464214843	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	False
USA0043_01_000000001545	10291	0.9831430439071498	8	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9333841377661517		0	0	False	False	1.0	0					non-mobilizable	other	8685.0	91.169	95.0	0.7893396398035292	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
DEN0041_000000002919	10248	0.9831430439071498	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.93435948805617		0	0	False	False	1.0	0					non-mobilizable	other	9203.0	89.98200000000001	99.0	0.8350918682917955	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0005_000000002861	10129	0.9831430439071498	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9266819471580857		0	0	False	False	1.0	0					non-mobilizable	other	8764.0	90.84899999999999	96.0	0.7959796252501364	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0379_000000016397	1528	0.983140958433036	2	2	2	1	1	False	101765	fragment	False	ISR0379_000000016397	1.0		0	0	False	False	0.9973822236061096	0					non-mobilizable	other	1342.0	98.80799999999999	92.0	0.0018574513440551168	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CHI0185_000000014635	1331	0.983140958433036	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.5421868250297132		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	98.723	100.0	0.0016261356285762172	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0282_000000019087	1320	0.983140958433036	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.47444866231600025		0	0	False	False	0.9643939137458801	0					non-mobilizable	other	1276.0	99.295	97.0	0.001766033157099384	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0111_000000027815	1224	0.983140958433036	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.44419145384602293		0	0	False	False	0.9991829991340637	0					non-mobilizable	other	1225.0	99.429	100.0	0.0016940067067706247	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0006_000000019221	1147	0.983140958433036	2	2	2	1	1	False	67558	fragment	False	ENG0006_000000019221	1.0		0	0	False	False	0.9686138033866882	0					non-mobilizable	other	1106.0	99.54799999999999	96.0	0.0015305620694861328	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0157_000000007758	1127	0.983140958433036	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.21799825777263715		0	0	False	False	0.9813664555549622	0					non-mobilizable	other	1128.0	99.37899999999999	100.0	0.0015610347984713771	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0095_000000001601	12896	0.9831402548320264	11	8	4	6	7	True	128771	backbone	True	ENG0095_000000001601	0.9715968023877732	PS1052|PS1054	8	1	True	True	1.0	65	IncW	MOBF			mobilizable	no_good_hit	9597.0	99.917	79.0	0.004023502014895678	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0162_000000021826	1814	0.9831352382534044	2	2	1	2	1	False	30338	fragment	False	ISR0162_000000021826	1.0		0	0	False	False	0.9988974928855896	0					non-mobilizable	no_good_hit	894.0	79.306	49.0	0.004385445648098818	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0014_000000003607	7076	0.9831210229960178	11	11	8	10	11	True	97929	fragment	False	MAD0014_000000003607	0.9999290578887627		0	0	False	False	0.9995760321617126	0					non-mobilizable	plasmid	5368.0	98.51	100.0	0.04745274177291295	CP027378.1	enterobacteria	Escherichia coli strain 2013C-4404 plasmid unnamed2	False	True
MAD0075_000000000196	7048	0.9831210229960178	11	11	8	10	11	True	97929	fragment	False	MAD0014_000000003607	0.9979508196721312		0	0	False	False	1.0	0					non-mobilizable	plasmid	5348.0	98.523	100.0	0.04727591024031405	CP027378.1	enterobacteria	Escherichia coli strain 2013C-4404 plasmid unnamed2	False	True
AST0040_000000014219	1424	0.9831145832618372	2	2	2	1	1	False	115913	fragment	False	AST0040_000000014219	1.0		0	0	False	False	0.9789325594902039	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000010894	2006	0.9831108597980668	3	1	1	1	1	False	71846	fragment	False	ISR0391_000000006699	0.9287709497206704		0	0	False	False	0.9930209517478943	0					non-mobilizable	no_good_hit	75.0	84.0	4.0	0.0002650990001468792	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0123_000000005613	5874	0.9831063635762378	8	6	2	3	6	True	62597	fragment	False	FIJ0031_000000003416	0.9636030582988213		0	0	False	False	1.0	0					non-mobilizable	plasmid	5882.0	99.83	100.0	0.06764201833385092	LT985278.1	enterobacteria	Escherichia coli strain 499 genome assembly, plasmid: RCS68_p	False	True
AST0118_000000002461	9941	0.9831024777745441	10	10	8	9	10	False	113985	fragment	False	AST0118_000000002461	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9941.0	99.97	100.0	0.0019236522919136548	CP024997.2	enterobacteria	Escherichia coli strain S17-13 chromosome	False	False
USA0008_01_000000001162	7087	0.9830998216316932	6	6	3	6	3	True	86706	maximal	True	USA0008_01_000000001162	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	1.0	2.006156033084379e-05	LT635624.2	apicomplexans	Plasmodium vivax genome assembly, chromosome: 13	True	True
ENG0069_000000013147	1389	0.9830981091367192	3	3	3	3	3	False	62467	fragment	False	ENG0069_000000013147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	88.064	49.0	0.00721793752170116	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
MAD0109_000000003007	4478	0.983097040694648	6	5	2	4	4	False	57822	backbone	False	SPA0139_000000005601	0.9348382316128939	PS252	0	0	True	True	1.0	55					non-mobilizable	plasmid	4198.0	92.711	100.0	0.9438405797101449	CP055938.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_5, complete sequence	False	True
FIJ0036_000000011560	3299	0.9830954017966482	4	3	2	3	2	False	47972	maximal	True	FIJ0036_000000011560	1.0		1	1	False	False	0.9906032085418701	0					non-mobilizable	no_good_hit	211.0	78.199	6.0	0.0050899561558232125	NZ_LKET01000033.1	firmicutes	Oxobacter pfennigii strain DSM 3222 OXPF_contig000033, whole genome shotgun sequence	True	False
CHI0125_000000001389	11041	0.9830944419646228	16	9	6	9	6	True	125409	fragment	False	DEN0021_000000002110	0.7956203469623175		0	0	False	False	0.999728262424469	0					non-mobilizable	other	11041.0	98.478	100.0	0.003150676486403485	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0136_000000017113	2408	0.9830940272246136	4	1	1	1	1	False	3615	maximal	True	SPA0136_000000017113	1.0		0	0	False	False	0.9966777563095093	0					non-mobilizable	no_good_hit	204.0	94.60799999999999	8.0	5.394177530088483e-05	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
FIJ0089_000000000146	50911	0.9830938985962844	57	20	10	17	10	True	130801	maximal	False	ISR0079_000000000160	0.5636658975470776		0	0	True	True	0.9999803304672241	12					non-mobilizable	no_good_hit	1108.0	82.22	4.0	0.00030982792655146965	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0090_000000029617	2024	0.9830916763301673	3	2	2	2	2	False	91558	fragment	False	MON0090_000000029617	0.9775449101796407		0	0	False	False	1.0	0					non-mobilizable	other	2024.0	96.09700000000001	100.0	0.0009928361692719415	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0081_000000011771	2008	0.9830916763301673	3	2	2	2	2	False	73104	fragment	False	ISR0081_000000011771	1.0		0	0	False	False	0.9795816540718079	0					non-mobilizable	chromosome	1317.0	96.279	97.0	0.00046603487541535006	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0106_000000020340	1368	0.9830916763301673	3	2	2	2	2	False	60824	fragment	False	USA0064_01_000000005522	0.6455096622436611		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	96.711	100.0	0.000670888306176344	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0165_000000019065	1290	0.9830916763301673	2	2	2	2	2	False	60824	fragment	False	USA0064_01_000000005522	0.5603443169824682		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	96.899	100.0	0.000632607920015587	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0132_000000007014	3728	0.9830888260570296	4	4	4	3	3	False	116631	fragment	False	SPA0101_000000007479	0.2559740281971138		0	0	False	False	0.9997317790985107	0					non-mobilizable	other	3728.0	99.329	100.0	0.0007195036255106217	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0281_000000001068	10742	0.9830843167856624	14	7	6	7	6	True	26182	maximal	True	ISR0281_000000001068	1.0		1	1	True	True	0.9996276497840881	12					non-mobilizable	no_good_hit								True	True
AST0059_000000003552	3867	0.983077784109903	5	4	1	3	4	True	112890	fragment	False	AST0059_000000003552	1.0		0	0	False	False	0.9979312419891357	0	rep_cluster_321	MOBT			mobilizable	plasmid	3743.0	100.0	99.0	0.841087884917959	CP000420.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 1, complete sequence	False	True
ISR0311_000000004848	3734	0.9830764723150404	5	3	2	3	1	True	127999	backbone	False	DEN0071_000000009520	0.9654951444224054	PS1023|PS1024	0	0	True	True	0.9997321963310242	13					non-mobilizable	no_good_hit	886.0	93.679	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0016_000000008583	2644	0.9830762194373464	3	2	2	2	2	False	66799	maximal	True	ENG0016_000000008583	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	96.257	68.0	0.005362469279656671	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0015_000000006277	2964	0.983070634763173	5	3	0	2	1	True	128539	maximal	False	ISR0182_000000011420	0.6515521987600782	PS342|PS522	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	262.0	91.603	21.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
FIJ0139_000000014261	1827	0.9830666008031186	3	3	3	3	3	False	95478	fragment	False	CAN0013_000000011994	0.9778263824965385		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	78.583	99.0	0.03836990595611285	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
MON0037_000000001591	15646	0.9830632593565184	19	18	7	7	16	False	98218	fragment	False	MON0037_000000001591	0.9699518437891681		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	12594.0	97.936	97.0	0.1431172200350454	CP056607.1	enterobacteria	Escherichia coli strain RHBSTW-00321 plasmid pRHBSTW-00321_4, complete sequence	False	True
MON0085_000000001928	7195	0.9830620552748704	8	4	4	4	2	True	70363	maximal	True	MON0085_000000001928	1.0	PS190|PS224	2	1	True	True	1.0	41					non-mobilizable	no_good_hit	1450.0	89.51700000000001	26.0	0.49810148429409734	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0178_000000001880	7289	0.9830619057622411	8	7	5	3	6	True	120818	maximal	True	ISR0178_000000001880	1.0		13	5	False	False	0.999451220035553	0					non-mobilizable	no_good_hit	2845.0	82.601	57.0	0.0005237623183722941	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
FIJ0002_000000004874	7027	0.9830546852569296	12	5	4	3	3	True	100588	fragment	False	FIJ0002_000000004874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	0.020223523150612027	XR_001776655.1	bony fishes	PREDICTED: Poecilia reticulata uncharacterized LOC108166316 (LOC108166316), transcript variant X2, ncRNA	True	True
FIJ0021_000000022629	2142	0.98305308311202	3	3	2	2	1	False	52499	fragment	False	FIJ0021_000000022629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	94.24600000000001	42.0	0.0005851311961214161	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
CAN0014_000000014897	3134	0.9830513572812866	3	3	3	3	2	False	93692	maximal	True	CAN0014_000000014897	1.0		3	2	False	False	0.9942565560340881	0					non-mobilizable	no_good_hit	1470.0	94.83	47.0	0.0004086717472248321	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0003_000000006001	3815	0.9830495976806394	4	3	3	3	2	False	90189	fragment	False	ENG0003_000000006001	1.0		0	0	False	False	0.9965924024581909	0					non-mobilizable	other	3816.0	99.45	100.0	0.0007323530202837964	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
CHI0140_000000009232	3193	0.9830454495395892	5	2	2	2	2	False	116197	fragment	False	FIJ0011_000000012565	0.7495450736038871		0	0	False	False	0.9996868371963501	0					non-mobilizable	no_good_hit	1870.0	95.508	61.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0034_000000004884	2953	0.9830454495395892	4	2	2	2	2	False	116181	fragment	False	MON0060_000000012301	0.9677157689811811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	96.118	47.0	0.0003144901684490793	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0019_000000002683	8515	0.9830432524733048	9	4	2	3	3	False	122920	maximal	True	AST0019_000000002683	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	92.985	19.0	0.001363072246315173	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0363_000000010189	1834	0.9830432458408508	3	2	2	1	1	False	34992	fragment	False	ISR0363_000000010189	1.0		0	0	False	False	0.9978189468383789	0					non-mobilizable	other	1837.0	97.605	100.0	0.01927589145737103	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
FIJ0101_000000004152	6536	0.9830426697960184	8	7	4	6	4	False	52990	fragment	False	MON0036_000000001365	0.7621156678780128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1119.0	76.944	17.0	0.00040145566593675826	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
MON0078_000000033476	1410	0.9830391071170768	3	1	1	1	1	True	10143	maximal	True	MON0078_000000033476	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	0.0016956990904886697	NZ_NWBP01000013.1	high GC Gram+	Corynebacterium accolens strain AH4003 NODE_18_length_25948_cov_654.582, whole genome shotgun sequence	True	True
ISR0381_000000015635	1222	0.9830352279786326	3	2	2	2	1	False	23138	maximal	True	ISR0381_000000015635	1.0		5	2	False	False	0.9713584184646606	0					non-mobilizable	no_good_hit	1012.0	98.715	83.0	0.00028855276091619927	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0097_000000000362	11199	0.9830348868488716	22	10	5	10	8	False	83430	maximal	True	CHI0097_000000000362	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	93.443	1.0	1.2470437269647641e-05	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
ISR0168_000000009151	2823	0.9830346104138652	2	2	1	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9614140840671136		0	0	False	False	1.0	0					non-mobilizable	chromosome	987.0	97.87200000000001	100.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
SPA0069_000000003797	6183	0.9830334866982758	10	5	3	5	2	True	90467	fragment	False	SPA0069_000000003797	1.0		0	0	False	False	0.9988678693771362	0					non-mobilizable	no_good_hit	425.0	87.294	7.0	0.00015606791309961919	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	True
SPA0034_000000021609	1620	0.9830311188096338	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.1910757806105316		0	0	False	False	0.9925925731658936	0					non-mobilizable	other	1543.0	87.492	95.0	0.02077792328774521	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ISR0148_000000000951	22441	0.9830249480038517	43	19	10	15	9	True	103576	fragment	False	ISR0148_000000000951	1.0		0	0	False	False	0.999420702457428	0					non-mobilizable	no_good_hit								True	True
ISR0004_000000010142	1876	0.983024714789726	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.8369472825147269		0	0	False	False	0.9952025413513184	0					non-mobilizable	other	1785.0	93.78200000000001	97.0	0.02480756358768407	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0032_01_000000005657	4591	0.9830235794290032	9	7	4	7	7	False	126445	fragment	False	USA0032_01_000000005657	1.0		0	0	False	False	0.9976040124893188	0					non-mobilizable	other	4591.0	100.0	100.0	0.09524600029051068	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0096_000000010281	3543	0.983021242756045	5	4	4	4	3	True	83363	fragment	False	SPA0096_000000010281	0.9847339342832219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	75.306	14.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
MAD0093_000000008606	3439	0.983021242756045	5	4	4	4	3	True	83363	fragment	False	SPA0096_000000010281	0.9651713318203834		0	0	False	False	0.9994184374809265	0					non-mobilizable	no_good_hit	490.0	75.306	14.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
MON0038_000000024723	1393	0.9830211110804932	2	1	1	1	1	False	11989	maximal	True	MON0038_000000024723	1.0		0	0	False	False	0.9985642433166504	0					non-mobilizable	no_good_hit	728.0	85.98899999999999	52.0	0.0008016049913270794	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0249_000000006625	2685	0.983019412266562	4	3	1	3	0	True	27068	maximal	True	ISR0249_000000006625	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.685467837071925e-07	LS423616.1	birds	Anas platyrhynchos genome assembly, chromosome: 6	True	True
USA0057_01_000000002788	10044	0.983018539808102	8	8	7	8	7	True	106684	fragment	False	DEN0070_000000002811	0.8319497806259344		0	0	False	False	0.9999004602432251	0					non-mobilizable	other	8656.0	90.007	96.0	0.7857012916136075	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0101_000000004223	6603	0.983016648924574	12	9	3	6	9	True	118187	maximal	False	SPA0139_000000003351	0.9881032300306496	PS799	0	0	True	True	1.0	55	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4509.0	95.25399999999999	74.0	0.5674483106404438	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0108_000000003220	6583	0.983016648924574	12	9	3	6	9	True	118187	maximal	False	SPA0139_000000003351	0.9879189847193519	PS799	0	0	True	True	1.0	37	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4510.0	95.432	74.0	0.5674483106404438	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0817_000000003517	3321	0.9830162599414805	5	5	5	5	4	False	94195	fragment	False	ISR0817_000000003517	0.9897490820073439		0	0	False	False	1.0	0					non-mobilizable	other	3262.0	99.05	98.0	0.00132864998812323	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0143_000000002997	11810	0.9830152658976652	14	6	4	5	4	True	110320	maximal	True	ISR0143_000000002997	0.999651433027809		18	3	True	True	1.0	29					non-mobilizable	no_good_hit	719.0	82.89299999999999	15.0	0.0002536827050111484	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
CHI0134_000000014511	1200	0.983013657241236	2	1	1	1	1	False	80711	fragment	False	CHI0134_000000014511	1.0		0	0	False	False	0.9975000023841858	0					non-mobilizable	other	1200.0	99.917	100.0	0.0014900870066650014	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0109_000000001068	20153	0.9830111802890428	24	11	7	10	7	False	114900	fragment	False	FIJ0109_000000001068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	87.896	6.0	0.00035132407697393604	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0209_000000014222	1264	0.9830045863618688	3	1	1	1	1	False	53776	fragment	False	ENG0209_000000014222	1.0		0	0	False	False	0.9723101258277893	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000002176	19563	0.9830042687233296	22	10	8	9	6	False	32020	maximal	True	ISR0126_000000002176	1.0		2	1	False	False	0.9999488592147827	0					non-mobilizable	no_good_hit	50.0	94.0	0.0	1.4477099002084702e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
FIJ0168_000000007439	2763	0.9830039842161872	6	5	3	3	3	False	38923	maximal	True	FIJ0168_000000007439	1.0		0	0	False	False	0.9840753078460693	0					non-mobilizable	no_good_hit	1548.0	100.0	56.0	0.03508095605242868	CP002366.1	firmicutes	Lactococcus lactis subsp. lactis CV56 plasmid pCV56A, complete sequence	True	False
SPA0001_000000004079	7929	0.9830038065581396	9	9	5	7	9	True	82866	maximal	True	SPA0001_000000004079	1.0		1	1	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	7934.0	98.51299999999999	100.0	0.09049815076937126	CP038793.1	enterobacteria	Escherichia coli strain PF9285 plasmid pDW54_2, complete sequence	False	True
ENG0177_000000001008	17068	0.9830008788486132	18	16	3	15	13	True	55556	maximal	True	ENG0177_000000001008	1.0		1	1	False	False	0.9993554949760437	0					non-mobilizable	no_good_hit	144.0	88.889	1.0	0.06887755102040816	NZ_MLHJ01000095.1	g-proteobacteria	Rodentibacter rarus strain CCUG 17206 contig_95, whole genome shotgun sequence	True	True
MAD0034_000000003467	4312	0.9829974208044672	7	5	2	5	5	False	18825	maximal	True	MAD0034_000000003467	1.0		1	1	True	True	0.999768078327179	120		MOBP		MOBP	mobilizable	no_good_hit	1764.0	97.506	75.0	0.433489058273912	MG228255.1	enterobacteria	Edwardsiella tarda strain 9.1 plasmid p9.1_2	True	True
MAD0059_000000006939	2782	0.9829891465125636	3	3	3	3	3	False	46664	fragment	False	FIJ0169_000000007926	0.9887801636918244		0	0	False	False	0.9960460066795349	0					non-mobilizable	no_good_hit	855.0	78.363	36.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0263_000000001075	7690	0.9829850875756441	8	6	5	6	2	False	87672	maximal	True	ISR0263_000000001075	1.0		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	937.0	75.667	12.0	0.20655080213903743	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
DEN0066_000000010326	3192	0.9829785263074114	4	2	2	2	2	False	119917	fragment	False	DEN0066_000000010326	1.0		0	0	False	False	0.9943609237670898	0					non-mobilizable	no_good_hit								True	False
ISR0381_000000003007	4973	0.9829745527502336	6	4	3	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9108832025147233	PS936	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1653.0	90.079	38.0	0.35044737963357475	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0336_000000002216	4972	0.9829745527502336	6	4	3	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9110074975861292	PS936	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1654.0	90.085	38.0	0.35066041755432464	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0378_000000004169	4921	0.9829745527502336	6	4	3	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9118376883923923	PS936	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1655.0	88.52	38.0	0.35066041755432464	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
DEN0078_000000006328	4276	0.9829745527502336	6	4	3	4	2	True	125776	fragment	False	ISR0322_000000002096	0.9705001152339249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1571.0	91.025	37.0	0.3338304218150831	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ENG0008_000000003914	5640	0.9829715317834056	7	5	4	5	3	False	67481	maximal	True	ENG0008_000000003914	1.0		1	1	False	False	0.9998226761817932	0					non-mobilizable	no_good_hit	1247.0	72.574	22.0	0.0007109504269456565	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0055_000000001116	9454	0.9829701486999752	9	4	2	3	2	True	98608	fragment	False	ISR0336_000000000704	0.2866818651135773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.14299999999999	12.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0061_000000005309	3404	0.9829696320183446	7	6	3	6	5	False	113028	fragment	False	SPA0061_000000005309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2908.0	99.27799999999999	85.0	0.06026021456288519	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
ISR0813_000000017939	1727	0.9829652404773148	3	2	1	2	1	False	21573	fragment	False	ISR0813_000000017939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	2.2242852142396398e-05	NZ_CP023864.1	CFB group bacteria	Prevotella jejuni strain CD3:33 chromosome II, complete sequence	True	False
ENG0067_000000018170	1462	0.9829602614352948	2	2	2	2	1	False	65782	fragment	False	ENG0029_000000016511	0.8945384527963133		0	0	False	False	0.99726402759552	0					non-mobilizable	no_good_hit	802.0	87.905	55.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0097_000000001464	11520	0.9829587975345804	9	7	7	6	7	False	67807	maximal	True	ISR0097_000000001464	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	70.461	14.0	0.0004606836197865574	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0001_000000006794	4919	0.9829517531384532	6	6	1	2	6	False	47166	maximal	True	SPA0001_000000006794	1.0		1	1	True	True	0.9997966885566711	49	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	3551.0	95.41	93.0	0.7281513469052026	KU302807.1	enterobacteria	Enterobacter cloacae strain SZECL1 plasmid pSZECL_e, complete sequence	False	True
ISR0775_000000000459	22628	0.9829487034309524	43	18	10	15	9	True	78731	fragment	False	ISR0775_000000000459	1.0		0	0	False	False	0.9996906518936157	0					non-mobilizable	no_good_hit	1085.0	78.80199999999999	5.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
MAD0041_000000007506	3889	0.98294137905521	5	5	4	3	2	False	132006	fragment	False	SPA0013_000000006291	0.9778157779391549		0	0	False	False	0.999742865562439	0					non-mobilizable	no_good_hit	2928.0	85.485	74.0	0.0009793580422538437	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
MON0046_000000008003	3767	0.98294137905521	5	5	4	3	2	False	132006	fragment	False	SPA0013_000000006291	0.740293134481872		0	0	False	False	0.9880541563034058	0					non-mobilizable	no_good_hit	2947.0	85.545	77.0	0.0009857568740292298	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0350_000000004462	3729	0.9829401436896876	4	3	0	2	3	False	51245	maximal	True	ISR0350_000000004462	1.0		1	1	True	True	0.9997318387031555	48	ColRNAI_rep_cluster_1987			MOB_unknown	mobilizable	no_good_hit	2309.0	88.61	77.0	0.49868823786620026	MG786898.1	enterobacteria	Klebsiella aerogenes strain Ea18A UFPE plasmid clone contig1 genomic sequence	True	True
FIJ0009_000000021512	1888	0.9829401436896876	4	3	0	2	3	False	51244	fragment	False	FIJ0009_000000021512	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1897.0	93.885	100.0	0.0004004720998792657	CP019280.1	enterobacteria	Escherichia coli strain 13P484A chromosome, complete genome	False	False
SPA0061_000000009318	1705	0.9829373577786206	1	1	1	1	1	True	87472	fragment	False	SPA0061_000000009318	1.0		0	0	False	False	0.9941349029541016	0	IncFII				non-mobilizable	plasmid	1705.0	100.0	100.0	0.012942427464681756	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
FIJ0031_000000015223	1628	0.9829373577786206	2	1	1	1	1	True	84896	fragment	False	FIJ0031_000000015223	0.9965452261306533		0	0	False	False	0.9889435172080994	0	IncFIA				non-mobilizable	plasmid	1628.0	99.20100000000001	100.0	0.01599551692948995	CP038275.1	enterobacteria	Raoultella ornithinolytica strain WLK218 plasmid pWLK-101716, complete sequence	False	True
CHI0063_000000008469	1619	0.9829373577786206	1	1	1	1	1	True	85428	fragment	False	CHI0063_000000008469	0.9781931464174454		0	0	False	False	0.9993823170661926	0	IncFII				non-mobilizable	plasmid	1619.0	100.0	100.0	0.009628029586256553	CP049102.1	enterobacteria	Escherichia coli strain EC28 plasmid p2, complete sequence	False	True
SPA0060_000000009010	1605	0.9829373577786206	2	1	1	1	1	True	85428	fragment	False	CHI0063_000000008469	0.9672637430512663		0	0	False	False	0.995015561580658	0	IncFII				non-mobilizable	plasmid	1605.0	100.0	100.0	0.012182895336472732	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
CHI0071_000000006846	1592	0.9829373577786206	1	1	1	1	1	True	84896	fragment	False	FIJ0031_000000015223	0.9855651105651105		0	0	False	False	0.9949748516082764	0	IncFIA				non-mobilizable	plasmid	1592.0	100.0	100.0	0.01564159031027567	CP038275.1	enterobacteria	Raoultella ornithinolytica strain WLK218 plasmid pWLK-101716, complete sequence	False	True
SPA0090_000000024088	1514	0.9829373577786206	1	1	1	1	1	True	87471	fragment	False	SPA0090_000000024088	1.0		0	0	False	False	0.9993395209312439	0	IncFIA				non-mobilizable	plasmid	1514.0	100.0	100.0	0.01395447502397993	CP046260.1	enterobacteria	Escherichia coli strain ECO2947 plasmid p2974-D, complete sequence	False	True
MAD0037_000000009132	1475	0.9829373577786206	1	1	1	1	1	True	18613	fragment	False	MAD0037_000000009132	1.0		0	0	False	False	1.0	0	rep_cluster_2268				non-mobilizable	plasmid	1475.0	99.39	100.0	0.009203833993576686	CP056767.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00675 plasmid pRHBSTW-00675_2, complete sequence	False	True
CHI0043_000000006925	1426	0.9829373577786206	1	1	1	1	1	True	87346	maximal	True	CHI0043_000000006925	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1426.0	97.896	100.0	0.018187155401266083	CP029127.1	enterobacteria	Klebsiella oxytoca strain AR380 plasmid unnamed1, complete sequence	False	True
CHI0042_000000008563	1345	0.9829373577786206	1	1	1	1	1	True	87470	fragment	False	CHI0042_000000008563	1.0		0	0	False	False	0.983643114566803	0	IncFIA				non-mobilizable	plasmid	1345.0	100.0	100.0	0.010422321137770058	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
SPA0094_000000004536	2998	0.9829365105500422	4	4	0	4	3	False	29462	backbone	True	SPA0094_000000004536	1.0	PS86	1	1	True	True	1.0	69	ColRNAI_rep_cluster_1987	MOBP,MOBP		MOB_unknown	mobilizable	plasmid	2027.0	98.964	100.0	0.46393405083581407	CP047408.1	enterobacteria	Escherichia coli strain MS6193 plasmid pMS6193C, complete sequence	False	True
MON0024_000000040212	1301	0.9829348352039708	2	1	1	1	1	False	12887	fragment	False	MON0024_000000040212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000002935	6294	0.9829328119428122	7	7	5	6	6	True	128135	fragment	False	ISR0385_000000002935	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3351.0	82.72200000000001	82.0	0.539825915585482	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0025_000000013593	2614	0.982932188722332	3	2	2	2	2	False	120425	fragment	False	AST0025_000000013593	0.995212562236691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0022_000000009563	3123	0.9829317673947636	5	4	3	3	2	False	111545	fragment	False	ISR0157_000000004871	0.09657660423702794		0	0	False	False	0.9980787634849548	0					non-mobilizable	no_good_hit								True	False
FIJ0141_000000017307	1712	0.9829280815159605	3	2	2	2	1	False	40266	fragment	False	FIJ0141_000000017307	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1707.0	100.0	99.0	0.0003254060279463885	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
DEN0067_000000010203	3200	0.9829276775912194	4	4	4	3	3	False	103304	fragment	False	DEN0067_000000010203	1.0		0	0	False	False	0.9965624809265137	0					non-mobilizable	other	3200.0	99.75	100.0	0.011975846152118328	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0086_000000019344	1474	0.9829263289438164	2	2	2	2	2	False	33894	fragment	False	ISR0086_000000019344	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	99.729	100.0	0.005514354917808783	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ENG0035_000000002801	8039	0.9829230886717631	15	3	1	3	1	True	127217	fragment	False	ENG0035_000000002801	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3235.0	97.125	96.0	0.12880150261759182	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MON0025_000000034636	1244	0.9829139968435772	3	2	2	1	1	False	119893	fragment	False	MON0090_000000038217	0.448559624050854		0	0	False	False	0.9839228391647339	0					non-mobilizable	no_good_hit								True	False
ISR0325_000000002060	7356	0.9829138783480958	9	4	4	3	2	True	24885	maximal	True	ISR0325_000000002060	1.0		6	2	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	875.0	99.65700000000001	12.0	0.0001553642990616992	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
SPA0099_000000003278	1433	0.9829079924705584	2	2	2	2	1	False	4979	maximal	True	SPA0099_000000003278	1.0		1	1	False	False	0.9539427757263184	0					non-mobilizable	no_good_hit	95.0	81.053	7.0	5.6858338367028525e-05	CP042420.1	firmicutes	Leuconostoc lactis strain CBA3622 chromosome, complete genome	True	False
ISR0010_000000005967	3069	0.9829029032983247	5	4	3	3	3	True	39802	maximal	True	ISR0010_000000005967	1.0		1	1	True	True	1.0	51					non-mobilizable	no_good_hit	878.0	97.15299999999999	72.0	0.2940584088620342	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0309_000000002797	5702	0.9829021291933336	5	4	4	3	3	False	130746	fragment	False	ISR0130_000000004031	0.7406891136074686		0	0	False	False	0.9977201223373413	0					non-mobilizable	no_good_hit	1320.0	83.561	60.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0058_000000034296	1255	0.9829008941366372	2	2	1	2	2	False	45956	fragment	False	FIJ0058_000000034296	1.0		0	0	False	False	0.997609555721283	0					non-mobilizable	no_good_hit								True	False
FIJ0068_000000013726	2312	0.9828987148638456	3	3	3	3	1	True	84898	fragment	False	FIJ0068_000000013726	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	2312.0	99.87	100.0	0.013165090577646121	CP039831.1	enterobacteria	Klebsiella pneumoniae strain C2315 plasmid pC2315-4-KPC, complete sequence	False	True
ETH0001_000000006427	3907	0.9828984247098006	5	4	0	4	2	True	53572	maximal	True	ETH0001_000000006427	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	194.0	100.0	10.0	0.1304054054054054	HM560025.1	bacteria	Uncultured bacterium plasmid pTRACA42, complete sequence	True	True
FIJ0066_000000007821	3930	0.9828939677047772	7	6	5	5	3	False	45370	maximal	True	FIJ0066_000000007821	1.0		0	0	False	False	0.9872773289680481	0					non-mobilizable	no_good_hit	418.0	72.249	10.0	0.011336193425576043	NZ_WHJC01000008.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig008, whole genome shotgun sequence	True	False
MON0076_000000003820	9048	0.982891243087904	11	8	3	6	5	False	121098	maximal	True	MON0076_000000003820	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1105.0	92.76	12.0	0.00047737788166491715	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
CHI0130_000000000547	25579	0.9828887737527684	33	15	9	12	10	True	116868	fragment	False	CHI0130_000000000547	0.9713837524895909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	84.09700000000001	5.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0124_000000001220	17129	0.9828880847866808	19	9	7	7	7	False	41270	maximal	True	FIJ0124_000000001220	1.0		1	1	False	False	0.9999416470527649	0					non-mobilizable	no_good_hit								True	False
USA0030_01_000000002763	6092	0.9828877180520056	10	9	5	5	7	True	123626	fragment	False	ISR0317_000000001658	0.21872974652498117		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6103.0	99.738	100.0	0.060893341848954174	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0027_000000019735	1298	0.982887309240077	2	1	1	1	1	False	37220	maximal	True	ISR0027_000000019735	1.0		4	2	False	False	0.9976887702941895	0					non-mobilizable	no_good_hit	45.0	100.0	11.0	1.803107984449013e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
AST0055_000000000163	58845	0.9828811577191896	56	30	15	25	12	True	132147	fragment	False	ISR0104_000000000158	0.8520771461796783		0	0	False	True	0.9998810291290283	0					non-mobilizable	no_good_hit	2809.0	99.25200000000001	7.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0022_000000004039	5659	0.982880919687895	7	7	4	5	6	True	123628	fragment	False	USA0108_01_000000001009	0.06132890549961249		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5653.0	99.098	99.0	0.17034929475149826	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
DEN0090_000000004529	4833	0.9828798489222575	6	4	2	3	2	True	68782	fragment	False	DEN0090_000000004529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	76.782	20.0	0.04669186241209396	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
ISR0325_000000002759	5936	0.9828781957944124	7	5	2	5	3	False	96210	fragment	False	ISR0325_000000002759	1.0		0	0	False	False	0.9986522793769836	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000002539	12958	0.9828777017729704	11	10	5	8	10	False	103513	maximal	True	MAD0098_000000002539	1.0		4	1	False	False	0.9991511106491089	0	IncFIA	MOBF			mobilizable	no_good_hit	8789.0	93.492	89.0	0.09307140960976905	CP043219.1	enterobacteria	Escherichia coli O80:H26 strain EC-107 plasmid pET6.2-IncFII, complete sequence	True	True
SPA0125_000000026440	1204	0.9828753168614308	1	1	1	1	1	False	4004	fragment	False	SPA0125_000000026440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	81.148	10.0	1.8456491380663427e-05	NZ_CP044310.1	firmicutes	Paenibacillus xylanilyticus strain W4 chromosome, complete genome	True	False
ENG0036_000000013632	1800	0.9828746294418428	2	1	1	1	1	False	65301	maximal	True	ENG0036_000000013632	1.0		0	0	False	False	0.9988889098167419	0					non-mobilizable	no_good_hit	652.0	99.387	36.0	0.021237032687414368	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
ENG0099_000000000434	32443	0.9828719092339102	55	16	5	11	11	False	81998	maximal	True	ENG0099_000000000434	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	86.35600000000001	2.0	0.00016578636053118283	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0183_000000004953	5638	0.982870824662734	6	3	1	3	0	True	57980	fragment	False	ENG0183_000000004953	1.0		0	0	False	False	0.9998226165771484	0					non-mobilizable	no_good_hit								True	True
DEN0063_000000007183	5597	0.982870824662734	5	3	1	3	0	True	71577	fragment	False	DEN0063_000000007183	1.0		0	0	False	False	0.997498631477356	0					non-mobilizable	no_good_hit								True	True
ISR0204_000000001799	5078	0.9828639666511999	6	3	3	3	2	False	86073	fragment	False	ISR0204_000000001799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	95.22	10.0	0.000168250162851331	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0031_000000003416	6278	0.9828611306629702	9	8	4	4	8	True	62597	fragment	False	FIJ0031_000000003416	0.9977868573374191		0	0	False	False	1.0	0					non-mobilizable	plasmid	6302.0	99.334	100.0	0.07513713331743382	CP009052.1	enterobacteria	Escherichia coli NCCP15648 plasmid p15648-2, complete sequence	False	True
ISR0038_000000003757	7008	0.9828604471713076	8	4	3	4	2	True	128739	maximal	False	AST0047_000000002732	0.9373984257107137	PS1048|PS850	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1497.0	93.854	22.0	0.34199034704665593	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	True
ISR0829_000000005447	2671	0.9828568090244908	3	2	2	2	2	False	62406	maximal	True	ISR0829_000000005447	1.0		1	1	False	False	0.989142656326294	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000011574	2154	0.9828568090244908	2	2	2	2	2	False	62405	fragment	False	ENG0070_000000011574	0.957335492866698		0	0	False	False	0.9953574538230896	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000019686	1883	0.9828568090244908	2	2	2	2	2	False	22183	fragment	False	ISR0785_000000019686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000007995	3703	0.9828553840706984	4	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8090716395638934	PS930	0	0	True	True	1.0	29	rep_cluster_1351,rep_cluster_1351	MOBQ			mobilizable	other	3259.0	98.34299999999999	100.0	0.0013568208128597766	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
CAN0008_000000005448	5154	0.9828505651492708	5	5	2	4	4	False	95064	fragment	False	ISR0227_000000005174	0.9850477210221846		0	0	False	False	0.998447835445404	0					non-mobilizable	no_good_hit	114.0	86.84200000000001	3.0	3.225169335660783e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0143_000000005815	3263	0.9828493882226891	3	1	1	1	1	False	109473	fragment	False	ENG0143_000000005815	1.0		0	0	False	False	0.9990805983543396	0					non-mobilizable	other	3261.0	85.955	99.0	0.28180871376497135	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	False	False
ENG0160_000000013949	1442	0.9828493882226891	2	1	1	1	1	False	109472	fragment	False	AST0093_000000011592	0.9656929347826086		0	0	False	False	0.9930651783943176	0					non-mobilizable	other	1445.0	86.92	100.0	0.1250650928658219	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	False	False
ISR0231_000000000568	14289	0.9828479749913012	20	5	3	5	2	True	60336	maximal	True	ISR0231_000000000568	0.9999069421179975		10	4	True	True	0.99972003698349	11					non-mobilizable	no_good_hit	205.0	85.366	1.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
MAD0038_000000000566	13844	0.9828456986307392	24	6	4	5	2	False	18580	maximal	True	MAD0038_000000000566	1.0		2	1	False	False	0.9999277591705322	0					non-mobilizable	no_good_hit								True	False
ISR0153_000000000666	28160	0.9828384050695368	35	11	4	8	3	True	77360	maximal	True	ISR0153_000000000666	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	91.765	1.0	7.54169015077579e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0057_000000018629	1207	0.9828372997378187	3	1	1	1	1	False	35553	maximal	True	ISR0057_000000018629	1.0		9	5	False	False	0.953603982925415	0					non-mobilizable	no_good_hit	229.0	78.60300000000001	19.0	7.616989577810737e-05	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
AST0055_000000007573	4296	0.9828351562831821	6	3	1	2	2	True	118888	maximal	False	AST0092_000000003997	0.9477758543708804	PS790	0	0	True	True	1.0	12	Inc11	MOBV			mobilizable	plasmid	2733.0	98.024	94.0	0.6500118962645729	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
AST0100_000000003766	4371	0.9828344175662568	5	4	3	3	3	False	108656	maximal	True	AST0100_000000003766	1.0		1	1	False	False	0.9963394999504089	0					non-mobilizable	no_good_hit	124.0	79.032	3.0	0.0002030554060612864	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
MON0104_000000000914	19777	0.982833859490112	17	15	2	3	15	True	80378	fragment	False	MON0104_000000000914	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	19720.0	99.995	99.0	0.18494133535916266	MN480462.1	enterobacteria	Klebsiella pneumoniae strain KP16-19 plasmid pKP16-19-tet(A), complete sequence	False	True
ISR0399_000000001693	6905	0.9828323263751891	12	8	5	5	4	True	125382	maximal	True	ISR0399_000000001693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4373.0	98.719	63.0	0.0012478265783636233	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ENG0007_000000002156	10905	0.98283079948002	11	7	4	7	5	True	128647	backbone	False	USA0062_01_000000002421	0.9963585796924627	PS1039|PS770|PS805	0	0	True	True	0.9995415210723877	5					non-mobilizable	no_good_hit	2261.0	78.328	35.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0031_01_000000003031	10055	0.9828234618716329	5	4	3	4	2	False	106707	fragment	False	USA0031_01_000000003031	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8792.0	98.772	99.0	0.0026402952360243845	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0123_000000001887	15836	0.9828217604901534	19	7	3	3	5	False	85915	maximal	True	FIJ0123_000000001887	1.0		0	0	False	False	0.9999368786811829	0					non-mobilizable	no_good_hit	5251.0	86.441	59.0	0.09228015453868783	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0115_000000010417	1942	0.982818889856961	2	2	1	2	2	False	117705	fragment	False	ENG0115_000000010417	1.0		0	0	False	True	0.9886714816093445	0					non-mobilizable	other	1202.0	88.76899999999999	92.0	0.0005140183513118391	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0005_000000000022	132314	0.9828177769863801	162	52	24	43	20	True	99783	fragment	False	ISR0005_000000000022	1.0		0	0	False	False	0.9999168515205383	0					non-mobilizable	no_good_hit	1713.0	85.98899999999999	2.0	0.029351582784531528	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
DEN0017_000000005327	5668	0.9828148031772737	8	7	4	4	5	False	75255	maximal	True	DEN0017_000000005327	1.0		1	1	False	False	0.9957656860351562	0					non-mobilizable	chromosome	5665.0	99.947	99.0	0.0011307470157182619	LS992183.1	enterobacteria	Citrobacter freundii isolate Citrobacter freundii str. U2785 genome assembly, chromosome: 1	False	False
AST0053_000000002820	3789	0.9828143897806464	6	5	2	3	3	False	114208	maximal	True	AST0053_000000002820	1.0		1	1	False	False	0.9994721412658691	0					non-mobilizable	plasmid	3789.0	100.0	100.0	0.024530977806847692	CP040877.1	firmicutes	Enterococcus faecium strain HB-1 plasmid punnamed, complete sequence	False	True
USA0036_01_000000024191	1256	0.982814294679894	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.80590300565463		0	0	False	False	0.9880573153495789	0					non-mobilizable	other	1256.0	100.0	100.0	0.0010112038159850777	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
SPA0074_000000016857	1240	0.982814294679894	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.8036204536852415		0	0	False	False	0.9983870983123779	0					non-mobilizable	other	1240.0	99.113	100.0	0.0009983119745063836	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ISR0786_000000011715	1240	0.982814294679894	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.8028110112819786		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	98.95200000000001	100.0	0.0009983119745063836	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
CAN0001_000000037683	1143	0.982814294679894	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.32632317947342787		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	98.75299999999999	98.0	0.000904040383693432	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
MAD0011_000000000107	34272	0.9828142548055842	28	9	5	9	4	True	92413	fragment	False	MAD0011_000000000107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	85.846	5.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
MON0064_000000013822	1982	0.982810587649371	3	2	2	2	1	False	10712	fragment	False	MON0064_000000013822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1742.0	96.728	88.0	0.002221736457058999	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ISR0789_000000004296	3231	0.9828094211237144	4	4	4	4	4	False	43091	fragment	False	ISR0789_000000004296	1.0		0	0	False	False	0.9897864460945129	0					non-mobilizable	other	3231.0	99.164	100.0	0.007873247781763033	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0001_000000002070	13195	0.9828093377209238	14	11	10	11	8	True	103612	fragment	False	ENG0043_000000001880	0.9900625279142474		0	0	False	False	0.9992421269416809	0					non-mobilizable	no_good_hit	153.0	80.392	1.0	6.923209525592876e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	True
AST0059_000000003322	4100	0.9828076128516979	5	4	4	4	4	False	112892	maximal	True	AST0059_000000003322	1.0		28	5	False	False	0.9939024448394775	0					non-mobilizable	no_good_hit	1208.0	82.45	29.0	0.005853324864415889	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
ISR0355_000000007837	2447	0.9828075238487772	2	2	2	1	1	False	104701	fragment	False	ISR0355_000000007837	1.0		0	0	False	False	0.9938700199127197	0					non-mobilizable	chromosome	2347.0	77.16199999999999	99.0	0.00039856468319379246	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
FIJ0088_000000019251	1509	0.9828062075525932	3	2	1	1	2	False	43648	fragment	False	FIJ0088_000000019251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	98.007	53.0	0.0002879681726947286	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ISR0278_000000001927	4819	0.9827996668265284	6	3	3	3	2	False	87521	maximal	True	ISR0278_000000001927	1.0		1	1	False	False	0.9983398914337158	0					non-mobilizable	no_good_hit	726.0	78.65	15.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
ISR0067_000000005713	4627	0.9827996668265284	7	3	3	3	2	False	87519	fragment	False	ISR0067_000000005713	1.0		0	0	False	False	0.9948130249977112	0					non-mobilizable	no_good_hit	726.0	78.65	15.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
FIJ0014_000000000239	36500	0.9827979908672966	53	20	4	16	12	True	50531	fragment	False	FIJ0014_000000000239	1.0		0	0	False	False	0.9999178051948547	0					non-mobilizable	no_good_hit	160.0	86.875	0.0	0.009894789579158316	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
FIJ0161_000000005593	2864	0.9827952348027482	4	2	0	2	1	True	49519	backbone	False	FIJ0067_000000010591	0.9530331826365369	PS184	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	889.0	75.928	30.0	0.31495495495495496	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
SPA0157_000000002283	2837	0.9827952348027482	4	2	0	2	1	True	101794	maximal	False	CHI0069_000000003439	0.9752606065347992	PS58	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	842.0	76.128	29.0	0.298018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
CHI0069_000000003439	2830	0.9827952348027482	4	2	0	2	1	True	101794	maximal	True	CHI0069_000000003439	0.9755461214146602	PS58	4	3	True	True	1.0	13					non-mobilizable	no_good_hit	842.0	76.366	29.0	0.298018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0067_000000010591	2818	0.9827952348027482	4	2	0	2	1	True	49519	backbone	True	FIJ0067_000000010591	0.9666237606469883	PS184	2	1	True	True	1.0	5					non-mobilizable	no_good_hit	890.0	76.292	31.0	0.31495495495495496	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0192_000000009334	1970	0.9827930164697338	2	2	2	2	2	False	107352	fragment	False	ISR0192_000000009334	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1970.0	97.665	100.0	0.00042742037369000756	CP049353.1	enterobacteria	Escherichia coli strain T28R chromosome, complete genome	False	False
ISR0183_000000003089	11630	0.9827882225056576	17	16	7	9	16	True	40853	maximal	True	ISR0183_000000003089	1.0		2	2	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	11630.0	99.98299999999999	100.0	0.455125445222905	CP056428.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00515 plasmid pRHBSTW-00515_4, complete sequence	False	True
DEN0051_000000006394	6078	0.9827873526249749	7	4	1	3	2	True	126249	maximal	True	DEN0051_000000006394	1.0	PS261|PS950	1	1	True	True	1.0	13					non-mobilizable	no_good_hit	1357.0	97.2	28.0	0.7947214076246334	HG796849.1	bacteria	Uncultured bacterium plasmid pRGF00221	True	True
MAD0104_000000005746	1912	0.9827789790753017	2	1	1	1	1	False	14887	fragment	False	MAD0104_000000005746	1.0		0	0	False	False	0.9979079365730286	0					non-mobilizable	no_good_hit								True	False
MAD0003_000000007258	3823	0.9827778647446986	6	2	1	2	2	True	53474	maximal	True	MAD0003_000000007258	1.0		3	2	True	True	1.0	30					non-mobilizable	no_good_hit								True	True
ISR0148_000000009837	2968	0.9827751502238808	5	2	2	2	1	False	30925	fragment	False	ISR0148_000000009837	1.0		0	0	False	False	0.9996630549430847	0					non-mobilizable	other	2969.0	98.35	99.0	0.0006042166653237363	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
DEN0008_000000006168	1457	0.9827740870181726	2	2	1	2	1	False	94860	fragment	False	DEN0008_000000006168	1.0		0	0	False	False	0.9924502372741699	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000004908	5083	0.9827731040658072	10	3	1	3	2	True	38266	maximal	True	ISR0011_000000004908	1.0		1	1	True	True	1.0	33					non-mobilizable	no_good_hit	1666.0	86.435	80.0	0.36387607119314436	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0395_000000007569	5063	0.9827731040658072	11	3	1	3	2	True	22738	maximal	True	ISR0395_000000007569	1.0		1	1	True	True	1.0	60					non-mobilizable	no_good_hit	1663.0	85.929	53.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0021_000000004326	5027	0.9827731040658072	12	3	1	3	2	True	37646	maximal	True	ISR0021_000000004326	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	1657.0	85.094	68.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0089_000000010514	2135	0.9827731022806232	2	2	1	1	2	True	110236	maximal	True	AST0089_000000010514	0.9804187377617111	PS541	1	1	True	True	1.0	5790	ColpVC				non-mobilizable	plasmid	1981.0	93.94200000000001	99.0	0.960603112840467	CP024436.1	enterobacteria	Klebsiella pneumoniae strain DA48896 plasmid p48896_7, complete sequence	False	True
MON0051_000000017873	1969	0.9827731022806232	2	2	1	1	2	True	110236	maximal	False	AST0089_000000010514	0.9556596409055426	PS541	0	0	True	True	0.9969527721405029	3	ColpVC				non-mobilizable	plasmid	1786.0	94.79299999999999	100.0	0.8667315175097277	CP024436.1	enterobacteria	Klebsiella pneumoniae strain DA48896 plasmid p48896_7, complete sequence	False	True
ENG0012_000000011621	2035	0.9827673584450516	4	1	1	1	1	False	67068	fragment	False	ENG0012_000000011621	1.0		0	0	False	False	0.9990171790122986	0					non-mobilizable	no_good_hit								True	False
TAN0002_000000013743	2674	0.9827629085846618	3	3	1	1	3	False	3052	maximal	True	TAN0002_000000013743	1.0		1	1	False	False	0.9992520809173584	0					non-mobilizable	chromosome	2674.0	99.963	100.0	0.0005399501500568533	CP025865.1	enterobacteria	Escherichia coli strain 504211 chromosome, complete genome	False	False
FIJ0107_000000010465	2565	0.9827616938225676	3	3	2	3	2	False	42286	maximal	True	FIJ0107_000000010465	1.0		2	2	False	False	0.9992202520370483	0					non-mobilizable	no_good_hit								True	False
ENG0056_000000001556	8809	0.9827603079956322	9	6	6	6	6	False	63608	fragment	False	ENG0056_000000001556	1.0		0	0	False	False	0.9959132671356201	0					non-mobilizable	no_good_hit	2579.0	94.765	74.0	0.0007327195100791598	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0818_000000002607	6114	0.9827596618922796	6	5	5	4	4	False	97128	maximal	True	ISR0818_000000002607	1.0	PS521	3	1	False	True	0.9921491742134094	0					non-mobilizable	no_good_hit	1828.0	79.212	30.0	0.002273596558880884	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
ENG0162_000000005119	4688	0.9827576021152008	7	6	5	6	6	False	121731	fragment	False	ISR0380_000000002150	0.46669358094469116		0	0	False	False	0.9993600845336914	0					non-mobilizable	no_good_hit	746.0	79.357	38.0	0.0002228605537422202	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0102_000000003046	5086	0.9827556177755952	8	7	4	7	7	True	97925	fragment	False	MAD0108_000000003174	0.970341274948739		0	0	False	False	1.0	0					non-mobilizable	plasmid	5086.0	99.882	100.0	0.04418204566781358	MN124285.1	enterobacteria	Escherichia coli strain RKI3099 plasmid pRKI3099a, complete sequence	False	True
AST0016_000000005235	5040	0.9827503449841016	9	5	4	2	2	True	123814	backbone	False	CHI0167_000000003333	0.9838528039768709	PS607|PS904	0	0	True	True	1.0	155		MOBP			mobilizable	plasmid	3700.0	98.865	100.0	0.7436619718309859	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
MON0027_000000028670	1442	0.9827494981531189	2	1	1	1	1	False	13291	fragment	False	MON0027_000000028670	0.9502798235291525		0	0	False	False	0.9993064999580383	0					non-mobilizable	no_good_hit	507.0	75.74	35.0	0.0006726167722652801	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
AUS0022_000000006726	5306	0.9827456805142047	6	3	3	2	3	False	100187	fragment	False	AUS0022_000000006726	1.0		0	0	False	False	0.9966076016426086	0					non-mobilizable	no_good_hit	79.0	93.671	1.0	0.011819972723139869	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ENG0146_000000016222	1371	0.9827438470346412	2	1	1	1	1	False	57406	fragment	False	ENG0146_000000016222	1.0		0	0	False	False	0.9985412359237671	0					non-mobilizable	no_good_hit	450.0	74.889	32.0	0.0010336932550345772	NZ_CCAT010000083.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	False
ENG0204_000000013314	1979	0.9827427932135592	2	2	2	2	2	False	54038	maximal	True	ENG0204_000000013314	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	87.665	54.0	0.0002800138527607913	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
MON0102_000000010073	4471	0.9827240228383934	7	6	2	6	1	False	44029	maximal	True	MON0102_000000010073	1.0		1	1	False	False	0.9906061291694641	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.808850691661667e-06	CP027224.1	firmicutes	Lysinibacillus sp. B2A1 chromosome, complete genome	True	False
MON0107_000000024519	2410	0.9827235137840956	3	2	2	1	2	False	72113	fragment	False	MON0055_000000006943	0.6851284998831296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	79.688	5.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
DEN0070_000000002811	10516	0.9827186421135534	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9419693497143202		0	0	False	False	1.0	0					non-mobilizable	other	9238.0	90.26799999999999	99.0	0.8386392577769692	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0052_000000003051	10463	0.9827186421135534	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9407422643200583		0	0	False	False	1.0	0					non-mobilizable	other	9202.0	90.23	99.0	0.8353647444060397	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0098_000000003266	10448	0.9827186421135534	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9402682795311089		0	0	False	False	0.9999042749404907	0					non-mobilizable	other	9197.0	90.214	99.0	0.8349099508822995	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0042_01_000000002678	10308	0.9827186421135534	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9373061192686731		0	0	False	False	1.0	0					non-mobilizable	other	9218.0	90.236	99.0	0.8366381662725123	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0125_01_000000002558	10280	0.9827186421135534	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9362630842469574		0	0	False	False	0.9982490539550781	0					non-mobilizable	other	9211.0	90.21799999999999	99.0	0.836001455339276	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0064_01_000000001203	10227	0.9827186421135534	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9334275865012083		0	0	False	False	1.0	0					non-mobilizable	other	9216.0	90.20200000000001	99.0	0.8366381662725123	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0188_000000001516	10219	0.9827186421135534	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.904125736138811		0	0	False	False	0.9997064471244812	0					non-mobilizable	other	9206.0	90.20200000000001	99.0	0.8357285792250319	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0033_000000002570	10201	0.9827186421135534	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9039748607922744		0	0	False	False	1.0	0					non-mobilizable	other	9198.0	90.17200000000001	99.0	0.8350009095870475	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
DEN0079_000000023992	2371	0.9827114548447368	5	3	2	2	1	False	71778	fragment	False	DEN0079_000000023992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0077_000000020241	1478	0.982710082724894	3	1	1	1	1	True	44492	fragment	False	FIJ0077_000000020241	1.0		0	0	False	False	0.9993234276771545	0					non-mobilizable	no_good_hit	55.0	85.455	4.0	0.004101593311247831	NZ_PYWA01000015.1	a-proteobacteria	Paracoccus indicus strain IO390502 scaffold15, whole genome shotgun sequence	True	True
MAD0098_000000002782	12120	0.9827040416003241	16	4	2	3	2	False	15367	fragment	False	MAD0098_000000002782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3792.0	92.194	68.0	0.06716761776486017	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0085_000000003402	4364	0.9827032384464506	5	3	3	3	2	False	126369	fragment	False	AST0085_000000003402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	84.434	20.0	0.01980731658020616	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0073_000000001616	9578	0.9827030420209952	8	8	5	8	8	False	113264	fragment	False	SPA0073_000000001616	0.9582554150840543		0	0	False	False	1.0	0	IncFIC	MOBF			mobilizable	plasmid	9578.0	100.0	100.0	0.07387836336706986	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0375_000000016502	1423	0.9827005333589496	2	2	0	2	0	True	23365	backbone	True	ISR0375_000000016502	0.9539430086149768	PS53	1	1	True	True	0.9971890449523926	36					non-mobilizable	no_good_hit	277.0	88.809	19.0	0.16554673182651192	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	True	True
ISR0109_000000000557	26014	0.9826993924289728	28	17	10	15	8	True	132462	fragment	False	ISR0109_000000000557	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	98.79	18.0	0.013389768231987518	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0132_000000008223	3906	0.982698431286702	4	3	3	2	3	False	80941	maximal	True	CHI0132_000000008223	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	95.402	41.0	9.256470659788958e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0308_000000003773	3998	0.9826957552447544	6	4	2	2	3	False	30900	maximal	True	ISR0308_000000003773	1.0		1	1	False	False	0.9994997382164001	0					non-mobilizable	no_good_hit	1571.0	88.542	74.0	0.13274635963427023	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0389_000000007330	2869	0.9826942165194216	4	4	4	4	4	False	94194	fragment	False	ISR0389_000000007330	1.0		0	0	False	False	0.9933775067329407	0					non-mobilizable	other	2866.0	98.91799999999999	99.0	0.0011673051873575756	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0177_000000025087	1274	0.9826817295524912	2	2	2	2	2	False	83033	fragment	False	CHI0123_000000010158	0.919311974332186		0	0	False	False	0.9945054650306702	0					non-mobilizable	other	1261.0	99.524	99.0	0.0002661100601641054	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0056_000000004611	3802	0.9826750623997904	6	3	2	2	3	False	86163	maximal	True	CHI0056_000000004611	1.0		1	1	False	False	0.9978958368301392	0					non-mobilizable	no_good_hit	1302.0	99.77	34.0	0.0020807077924985765	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
DEN0024_000000004112	2038	0.9826717022546616	3	3	2	2	2	False	79694	maximal	True	DEN0024_000000004112	1.0		2	2	False	False	0.999509334564209	0					non-mobilizable	other	1799.0	93.83	92.0	0.00037182687125666053	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
DEN0073_000000016783	2989	0.9826675218106792	2	2	2	2	1	False	70188	maximal	True	DEN0073_000000016783	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	86.383	31.0	0.0003262653199555054	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
SPA0104_000000012720	2860	0.9826673637858372	4	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.5760868721784251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	80.702	6.0	0.002761214256674346	NZ_AUMW01000024.1	firmicutes	Desulfallas alcoholivorax DSM 16058 H569DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
ISR0306_000000002037	4209	0.9826665823712406	8	4	2	1	4	True	130690	backbone	False	ENG0017_000000004005	0.20499899120449006	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3376.0	100.0	99.0	0.6254633061527057	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
MAD0107_000000009581	4051	0.9826654181538949	7	3	3	3	3	False	51220	maximal	True	MAD0107_000000009581	1.0		0	0	False	False	0.9918538928031921	0					non-mobilizable	no_good_hit	426.0	74.883	10.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ENG0091_000000012972	1849	0.9826528277752034	4	1	1	1	1	False	107156	maximal	True	ENG0091_000000012972	1.0		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	94.652	33.0	0.0001824387860120392	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0129_000000002177	8306	0.9826511383743779	12	9	6	9	9	False	132192	maximal	True	CHI0129_000000002177	1.0		7	3	False	False	0.9967493414878845	0					non-mobilizable	other	7437.0	99.93299999999999	90.0	0.1543026706231454	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
FIJ0089_000000002819	7714	0.9826506618937982	9	4	2	4	2	True	96663	maximal	True	FIJ0089_000000002819	1.0		3	1	False	False	0.9998703598976135	0					non-mobilizable	no_good_hit								True	True
MAD0022_000000009194	1512	0.9826444086124752	2	2	2	2	1	False	19276	maximal	True	MAD0022_000000009194	1.0		1	1	False	False	0.9966931343078613	0					non-mobilizable	plasmid	783.0	98.084	100.0	0.0024114739286364073	CP049891.1	enterobacteria	Klebsiella pneumoniae strain k9 plasmid pk9, complete sequence	False	True
SPA0090_000000003833	7382	0.9826428089058616	10	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.7608745573207065		0	0	False	False	1.0	0					non-mobilizable	other	7383.0	99.485	100.0	0.06041114275426364	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
SPA0139_000000003154	6931	0.9826428089058616	10	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.6788947870689032		0	0	False	False	1.0	0					non-mobilizable	other	6931.0	99.56700000000001	100.0	0.05671216733771973	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
SPA0062_000000004480	6888	0.9826428089058616	9	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.6129487248629257		0	0	False	False	0.9991289377212524	0					non-mobilizable	other	6878.0	99.956	100.0	0.056270254345477756	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
SPA0087_000000002337	6620	0.9826428089058616	9	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.41343867780588894		0	0	False	False	0.9996978640556335	0					non-mobilizable	other	6603.0	99.37899999999999	99.0	0.019950976391898714	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0088_000000002455	6604	0.9826428089058616	9	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.41316219934824405		0	0	False	False	1.0	0					non-mobilizable	other	6608.0	99.18299999999999	100.0	0.0540688729581983	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
ISR0320_000000002462	6548	0.9826428089058616	9	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.38095340794815247		0	0	False	False	1.0	0					non-mobilizable	other	6548.0	99.81700000000001	100.0	0.05357785852237389	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
MAD0057_000000001504	9070	0.9826379779402732	12	11	9	9	9	False	17016	fragment	False	MAD0057_000000001504	1.0		0	0	False	False	0.9975744485855103	0					non-mobilizable	chromosome	1885.0	92.46700000000001	90.0	0.0003711100315581706	CP027366.1	enterobacteria	Escherichia coli strain 89-3156 chromosome, complete genome	False	False
DEN0045_000000002565	10613	0.982636284731868	16	10	5	7	7	True	126434	maximal	False	ISR0097_000000001635	0.9963834596891248		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	2678.0	98.992	57.0	0.21597418313836225	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0102_000000003335	10604	0.982636284731868	16	10	5	7	7	True	126434	maximal	False	ISR0097_000000001635	0.9980325957501489		0	0	True	True	1.0	287					non-mobilizable	no_good_hit	2903.0	98.96700000000001	57.0	0.23412666397741025	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0221_000000005016	4503	0.9826347475158602	4	4	4	4	3	False	116631	fragment	False	SPA0101_000000007479	0.3537915001293617		0	0	False	False	1.0	0					non-mobilizable	other	4503.0	99.42299999999999	100.0	0.0008691186804531309	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0002_000000007945	2611	0.9826309534158668	3	2	2	2	2	False	120425	fragment	False	AST0025_000000013593	0.9946442234123949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0156_000000002254	6980	0.9826284150335486	12	5	3	2	2	True	129822	maximal	True	ENG0156_000000002254	1.0	PS274	0	0	True	True	0.99985671043396	5					non-mobilizable	no_good_hit								True	True
ISR0297_000000000166	24927	0.98261971650144	25	18	15	16	13	False	123928	maximal	True	ISR0297_000000000166	1.0	PS902	47	8	False	True	1.0	0					non-mobilizable	no_good_hit	14772.0	99.492	59.0	0.15022533291284754	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
MON0015_000000002657	10306	0.9826196228963338	14	8	4	5	8	True	124134	fragment	False	ISR0130_000000002300	0.9514458955223881		0	0	False	False	0.9984474778175354	0					non-mobilizable	other	8976.0	96.602	99.0	0.0025208567877933203	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
USA0064_01_000000007478	1114	0.9826189563476382	1	1	1	1	1	True	118120	fragment	False	MON0108_000000010990	0.09225589348789102		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1114.0	100.0	100.0	0.12456631225517627	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0149_000000000580	25039	0.982617718219438	26	15	8	13	10	True	84691	maximal	True	CHI0149_000000000580	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	2348.0	92.462	15.0	0.05055316200827037	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
DEN0033_000000005397	5096	0.9826169337526516	9	6	4	6	3	True	113119	fragment	False	DEN0033_000000005397	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	89.787	5.0	6.299989265683526e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0103_000000000925	20091	0.9826141121888144	28	20	16	16	15	False	123931	maximal	True	ISR0103_000000000925	1.0	PS902	185	10	False	True	1.0	0					non-mobilizable	no_good_hit	13658.0	99.29	87.0	0.1388925624879195	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
MON0047_000000008752	4180	0.9826058097196716	8	4	0	3	3	False	11478	maximal	True	MON0047_000000008752	1.0		1	1	False	False	1.0	0	rep_cluster_2373				non-mobilizable	no_good_hit	1098.0	98.634	55.0	0.27500626723489596	CP010161.1	enterobacteria	Escherichia coli strain H1 plasmid A, complete genome	True	True
FIJ0122_000000004540	3789	0.9826058097196716	7	4	0	3	3	False	86777	maximal	True	FIJ0122_000000004540	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1058.0	82.23100000000001	44.0	0.2840010902153175	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	True	False
AUS0012_000000000999	10701	0.9826054260937246	15	2	2	2	1	False	101354	maximal	True	AUS0012_000000000999	1.0		0	0	False	False	0.9961685538291931	0					non-mobilizable	no_good_hit	151.0	100.0	1.0	3.415162913516463e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0109_000000007366	3332	0.982602657472722	5	4	3	3	3	False	116185	fragment	False	ENG0109_000000007366	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1481.0	93.92299999999999	96.0	0.00033462658930661027	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0020_000000016505	1224	0.9826016514809732	2	2	2	1	1	False	101761	fragment	False	ISR0004_000000012649	0.39923406333695666		0	0	False	False	0.9991829991340637	0					non-mobilizable	other	1225.0	99.51	100.0	0.0016953918308154087	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0066_01_000000000559	24421	0.982596725619117	30	9	6	9	3	True	110143	maximal	True	USA0066_01_000000000559	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0001436425776412898	AC233697.2	carnivores	Felis catus BAC clone FCAB-81H12 from chromosome unknown, complete sequence	True	True
CAN0003_000000024270	2045	0.9825957739532952	3	1	1	1	1	False	96602	fragment	False	CAN0003_000000024270	1.0		0	0	False	False	0.9995110034942627	0					non-mobilizable	other	2012.0	99.95	98.0	0.0012036950024810124	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
USA0004_01_000000017654	1232	0.9825957739532952	1	1	1	1	1	False	63289	fragment	False	USA0004_01_000000017654	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	100.0	100.0	0.0007368217543779842	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
ENG0060_000000027434	1167	0.9825957739532952	1	1	1	1	1	False	63288	fragment	False	ENG0060_000000027434	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	99.65700000000001	100.0	0.00038702349391931654	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
CAN0006_000000004275	10345	0.9825910589232382	9	8	7	8	7	True	106684	fragment	False	DEN0070_000000002811	0.8406604772320007		0	0	False	False	0.9995166659355164	0					non-mobilizable	other	8659.0	90.11399999999999	95.0	0.7857012916136075	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0108_000000014804	1526	0.9825787581297908	3	3	3	2	1	False	104698	fragment	False	ISR0108_000000014804	0.9880526933245615		0	0	False	False	0.9986894130706787	0					non-mobilizable	other	1532.0	86.488	100.0	0.0009192121966464396	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0031_000000003507	5141	0.9825773766737852	6	5	4	5	2	False	112316	fragment	False	SPA0054_000000005096	0.9803126809496236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	94.811	13.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0195_000000016672	1585	0.9825709464368948	1	1	1	1	1	False	54452	fragment	False	ENG0195_000000016672	1.0		0	0	False	False	0.9993690848350525	0					non-mobilizable	no_good_hit	974.0	79.26100000000001	71.0	0.0007721577430704813	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0332_000000009843	1517	0.9825709464368948	2	1	1	1	1	False	24565	fragment	False	ISR0332_000000009843	1.0		0	0	False	False	0.9973632097244263	0					non-mobilizable	no_good_hit	974.0	79.26100000000001	67.0	0.0007721577430704813	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ITA0008_000000000579	2406	0.9825705579210972	3	2	1	2	1	True	112656	maximal	True	ITA0008_000000000579	1.0		0	0	False	False	0.9866999387741089	0					non-mobilizable	no_good_hit	133.0	81.203	6.0	0.005471956224350205	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
USA0003_01_000000004424	8552	0.9825704250982856	12	9	6	5	7	True	123628	fragment	False	USA0108_01_000000001009	0.23078957134302935		0	0	False	True	1.0	0					non-mobilizable	plasmid	8552.0	99.87100000000001	100.0	0.2760524276859504	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0018_000000005794	3682	0.9825681502091118	5	2	2	2	2	False	120427	fragment	False	ENG0018_000000005794	1.0		0	0	False	False	0.9956545233726501	0					non-mobilizable	no_good_hit	48.0	97.917	2.0	1.5967857721631318e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0089_000000004775	4620	0.9825664435991034	6	6	4	5	3	False	119720	fragment	False	SPA0037_000000004859	0.45580459770114945		0	0	False	False	0.9978355169296265	0					non-mobilizable	chromosome	3679.0	91.655	96.0	0.0006897327468695842	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
FIJ0057_000000003678	6916	0.9825631351619524	10	5	4	5	3	True	53557	backbone	False	FIJ0018_000000003789	0.9986985960061987	PS228	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	347.0	78.67399999999999	5.0	0.00011477860351801469	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0138_000000002663	6302	0.9825631351619524	10	5	4	5	3	True	53557	backbone	False	FIJ0018_000000003789	0.9383593671781836	PS228	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	347.0	78.67399999999999	5.0	0.00011477860351801469	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0150_000000011218	2077	0.9825618412831406	3	3	3	2	2	True	76722	fragment	False	ISR0150_000000011218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0834_000000002807	5806	0.9825607112220824	9	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.13540654815704453		0	0	False	False	0.9987943768501282	0					non-mobilizable	other	5806.0	99.897	100.0	0.007341298948316244	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
CHI0023_000000006340	2140	0.9825603608805226	3	3	1	1	3	True	120312	maximal	False	CHI0009_000000003776	0.9832833797922765	PS529	0	0	True	True	1.0	225	Col(BS512)				non-mobilizable	plasmid	2101.0	99.81	100.0	0.9995240361732508	CP029581.1	enterobacteria	Escherichia coli strain DA33137 plasmid pDA33137-2, complete sequence	False	True
AST0025_000000017153	2140	0.9825603608805226	3	3	1	1	3	True	120312	maximal	False	CHI0009_000000003776	0.9826027072965267	PS529	0	0	True	True	1.0	11	Col(BS512)				non-mobilizable	plasmid	2057.0	99.90299999999999	100.0	0.9785816277962874	CP029581.1	enterobacteria	Escherichia coli strain DA33137 plasmid pDA33137-2, complete sequence	False	True
CHI0063_000000003631	3511	0.9825544062368852	5	3	1	2	3	False	85484	maximal	True	CHI0063_000000003631	1.0		3	2	False	False	0.9977214336395264	0					non-mobilizable	chromosome	3510.0	100.0	99.0	0.0007727122685083747	CP038180.1	enterobacteria	Escherichia coli strain 2 HS-C chromosome, complete genome	False	False
USA0034_01_000000014843	3774	0.9825517706262844	5	2	2	2	2	False	116201	fragment	False	USA0034_01_000000014843	0.9426135372371451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1632.0	95.588	43.0	0.00036879062918848866	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
DEN0079_000000018330	2922	0.9825517706262844	5	2	2	2	2	False	116193	fragment	False	DEN0079_000000018330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	94.325	59.0	0.00035838304088010186	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0048_000000008808	2664	0.9825517706262844	5	2	2	2	2	False	116178	fragment	False	MAD0048_000000008808	1.0		0	0	False	False	0.9883633852005005	0					non-mobilizable	no_good_hit	1586.0	94.704	59.0	0.00035838304088010186	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0167_000000010809	2301	0.9825517706262844	2	2	2	2	2	False	116177	fragment	False	ENG0032_000000009416	0.9724861098175445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	95.402	68.0	0.0003538580024851511	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0040_000000008692	2289	0.9825517706262844	3	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.7309043110512174		0	0	False	False	1.0	0					non-mobilizable	chromosome	1963.0	94.906	98.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AST0048_000000007831	2016	0.9825517706262844	2	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.552118536381278		0	0	False	False	0.9995039701461792	0					non-mobilizable	chromosome	1897.0	95.045	94.0	0.0004287473879215865	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0090_000000024404	1497	0.9825484041116004	3	3	3	2	2	False	103928	fragment	False	MON0059_000000018343	0.30964228169309066		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	98.86399999999999	100.0	0.0007341981755960575	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
USA0040_01_000000001970	10226	0.9825450538750894	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9046502695395734		0	0	False	False	1.0	0					non-mobilizable	other	9214.0	90.211	99.0	0.8363652901582681	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0105_000000007674	2370	0.982544131218346	3	2	2	2	2	False	65775	fragment	False	ISR0105_000000007674	1.0		0	0	False	False	0.998734176158905	0					non-mobilizable	no_good_hit	1218.0	74.138	51.0	0.0003900912898420685	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
SPA0093_000000018819	2040	0.982544131218346	2	2	2	2	2	False	65774	fragment	False	SPA0093_000000018819	0.9754622245228303		0	0	False	False	0.9926470518112183	0					non-mobilizable	other	1887.0	71.913	90.0	0.0004980506535360109	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0050_000000013904	1957	0.982544131218346	2	2	2	2	2	False	65774	fragment	False	SPA0093_000000018819	0.6614244396240058		0	0	False	False	0.9964231252670288	0					non-mobilizable	no_good_hit	1218.0	74.138	61.0	0.0003900912898420685	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
SPA0145_000000018850	1844	0.982544131218346	2	2	2	2	2	False	65774	fragment	False	SPA0093_000000018819	0.9436237772233745		0	0	False	False	1.0	0					non-mobilizable	other	1886.0	71.95100000000001	100.0	0.0004977802677306168	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0093_000000000306	14425	0.9825437470443809	23	9	3	6	5	False	83606	maximal	True	CHI0093_000000000306	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3927.0	91.266	54.0	0.0693474639350654	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0108_000000002555	3006	0.9825408053693748	5	5	3	5	2	False	82936	maximal	True	CHI0108_000000002555	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1691.0	99.645	100.0	0.0003288069521852432	CP056396.1	enterobacteria	Escherichia coli strain RHBSTW-00573 chromosome, complete genome	False	False
FIJ0108_000000009559	2365	0.9825401131477524	3	3	3	2	2	False	129633	maximal	True	FIJ0108_000000009559	1.0	PS1061	1	1	False	True	0.9978858232498169	0					non-mobilizable	no_good_hit	1806.0	88.98100000000001	77.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0037_000000055083	1379	0.9825385266784646	2	2	2	2	2	False	18977	fragment	False	MAD0030_000000007994	0.9581659973226239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	82.609	5.0	0.00022520447542712075	NZ_AUCH01000003.1	b-proteobacteria	Azovibrio restrictus DSM 23866 G474DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
FIJ0159_000000006373	3558	0.9825365723345189	5	4	2	3	3	False	75550	fragment	False	FIJ0159_000000006373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	84.75	22.0	0.000267928939590439	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0106_000000015363	2661	0.9825365723345189	4	4	2	3	3	False	75548	fragment	False	MON0106_000000015363	1.0		0	0	False	False	0.979706883430481	0					non-mobilizable	no_good_hit	819.0	85.104	31.0	0.00027432422834950727	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0137_000000013374	1879	0.9825313981716958	2	2	1	2	2	False	32713	maximal	False	ISR0110_000000012327	0.9942003544444463		0	0	True	True	0.9994677901268005	23	rep_cluster_1186				non-mobilizable	other	1649.0	98.059	100.0	0.38694529232214137	DQ834380.1	other sequences	Escherichia coli/Bifidobacterium longum shuttle vector pDP870, complete sequence	False	True
ISR0380_000000006051	1876	0.9825313981716958	4	2	1	2	2	False	32713	maximal	False	ISR0110_000000012327	0.992922163816959		0	0	True	True	0.9994669556617737	15	rep_cluster_1186				non-mobilizable	other	1736.0	98.963	100.0	0.4073726226813806	DQ834380.1	other sequences	Escherichia coli/Bifidobacterium longum shuttle vector pDP870, complete sequence	False	True
SPA0036_000000013467	1853	0.9825313981716958	3	2	1	2	2	False	32713	maximal	False	ISR0110_000000012327	0.9929952554148546		0	0	True	True	1.0	19	rep_cluster_1186				non-mobilizable	other	1642.0	99.756	100.0	0.38530171401737495	DQ834380.1	other sequences	Escherichia coli/Bifidobacterium longum shuttle vector pDP870, complete sequence	False	True
SPA0072_000000010604	1963	0.982528267694525	3	2	2	2	2	False	102202	fragment	False	SPA0072_000000010604	1.0		0	0	False	False	0.9908303618431091	0					non-mobilizable	other	1820.0	86.319	93.0	0.09102809384754808	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ISR0215_000000007034	4078	0.9825272196081148	6	4	4	4	3	False	83963	fragment	False	ISR0215_000000007034	1.0		0	0	False	False	0.999754786491394	0					non-mobilizable	chromosome	3958.0	99.242	96.0	0.0009006922990580753	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AST0104_000000006764	4684	0.9825266130981316	4	3	3	3	2	True	108018	maximal	True	AST0104_000000006764	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	80.604	18.0	0.0002891688756427721	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0145_000000014145	2077	0.9825246483239606	3	2	2	2	2	False	129560	fragment	False	USA0011_01_000000017235	0.9863849765258216		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1662.0	98.436	80.0	0.0067820832142419666	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0031_000000005062	4450	0.9825211845780036	7	4	2	3	4	False	76865	maximal	True	FIJ0031_000000005062	1.0		2	2	False	False	0.9997752904891968	0					non-mobilizable	chromosome	2744.0	98.79700000000001	95.0	0.0005323690890430986	CP057062.1	enterobacteria	Escherichia coli strain RHB39-C14 chromosome, complete genome	False	False
MAD0043_000000004976	4512	0.9825197800218416	5	3	2	2	2	False	98853	maximal	True	MAD0043_000000004976	1.0		2	1	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit	3883.0	89.82700000000001	85.0	0.0007360737759936185	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ISR0824_000000005106	3562	0.9825167543335128	6	3	3	3	3	False	21170	maximal	True	ISR0824_000000005106	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	86.024	12.0	0.00021849308319445455	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0062_000000015014	2185	0.982511905774826	3	2	2	2	1	True	112655	fragment	False	SPA0062_000000015014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	85.185	7.0	5.351846908904497e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0043_000000000725	17380	0.9825112483233956	14	12	7	12	4	True	125649	maximal	True	MAD0043_000000000725	1.0	PS934	2	1	True	True	1.0	13					non-mobilizable	other	7693.0	91.031	90.0	0.016058983307439618	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0033_000000005984	4900	0.9825106356711196	7	4	2	4	2	True	119490	fragment	False	SPA0033_000000005984	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1511.0	90.801	91.0	0.06496268009026211	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0296_000000018563	1397	0.9825082027941944	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.9415717030431585		0	0	False	False	0.9992842078208923	0					non-mobilizable	no_good_hit	477.0	77.149	34.0	0.00010657509371805582	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0043_000000001664	10447	0.9825077793332868	15	13	8	12	12	True	97935	fragment	False	MAD0043_000000001664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5738.0	97.90899999999999	82.0	0.04042026932752679	CP057997.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_2, complete sequence	True	True
ISR0143_000000008232	3944	0.9825002108005833	3	2	2	2	1	False	68470	fragment	False	ISR0295_000000007827	0.9380789858605558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1539.0	91.87799999999999	39.0	0.06287841597119948	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0042_000000014129	1695	0.9824983311995362	2	2	2	2	2	False	18113	maximal	True	MAD0042_000000014129	1.0		14	2	False	False	0.9870206713676453	0					non-mobilizable	other	1695.0	99.17399999999999	100.0	0.0006171119234839502	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
MAD0057_000000007330	2200	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9825916434615904	PS529	0	0	True	True	1.0	257	Col(BS512)				non-mobilizable	plasmid	2099.0	99.95200000000001	100.0	0.9985721085197525	CP058660.1	enterobacteria	Escherichia coli strain WCHEC035125 plasmid p3_035125, complete sequence	False	True
ISR0154_000000009875	2200	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9835994130380717	PS529	0	0	True	True	0.9995454549789429	21	Col(BS512)				non-mobilizable	plasmid	2099.0	99.95200000000001	100.0	0.9985721085197525	CP058660.1	enterobacteria	Escherichia coli strain WCHEC035125 plasmid p3_035125, complete sequence	False	True
ISR0173_000000004160	2200	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9835841068530997	PS529	0	0	True	True	0.9977272748947144	48	Col(BS512)				non-mobilizable	plasmid	2099.0	99.95200000000001	100.0	0.9985721085197525	CP058660.1	enterobacteria	Escherichia coli strain WCHEC035125 plasmid p3_035125, complete sequence	False	True
MAD0068_000000012643	2199	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9829000874314671	PS529	0	0	True	True	1.0	213	Col(BS512)				non-mobilizable	plasmid	2098.0	99.905	100.0	0.9985714285714286	CP054463.1	enterobacteria	Escherichia coli strain SCU-103 plasmid pSCU-103-6, complete sequence	False	True
FIJ0093_000000008909	2192	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9814692831892468	PS529	0	0	True	True	0.9995437860488892	8	Col(BS512)				non-mobilizable	plasmid	2090.0	99.95200000000001	100.0	0.99428843407901	CP050362.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_COLBS512, complete sequence	False	True
ENG0174_000000008491	2192	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9792402577419379	PS529	0	0	True	True	0.9936131238937378	13	Col(BS512)				non-mobilizable	plasmid	2112.0	100.0	100.0	0.9990534784666352	CP053255.2	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-4, complete sequence	False	True
ISR0392_000000015233	2188	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.980269047081582	PS529	0	0	True	True	1.0	17	Col(BS512)				non-mobilizable	chromosome	2165.0	99.353	100.0	0.0003275238711021027	CP050216.1	enterobacteria	Escherichia coli strain RM-069-WU chromosome	False	True
MON0079_000000010496	2188	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9837614146304728	PS529	0	0	True	True	1.0	73	Col(BS512)				non-mobilizable	plasmid	2089.0	99.76100000000001	100.0	0.9995213020584012	CP046288.1	enterobacteria	Shigella sonnei strain FDAARGOS_715 plasmid unnamed3, complete sequence	False	True
CHI0180_000000006114	2181	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9820172359698093	PS529	0	0	True	True	0.9977074861526489	11	Col(BS512)				non-mobilizable	plasmid	2113.0	99.29	100.0	0.9990534784666352	CP053255.2	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-4, complete sequence	False	True
MAD0083_000000004670	2181	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9817795823505084	PS529	0	0	True	True	1.0	78	Col(BS512)				non-mobilizable	plasmid	2113.0	99.29	100.0	0.9995267392333176	CP053255.2	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-4, complete sequence	False	True
CHI0009_000000003776	2181	0.982493964436852	3	2	1	1	2	True	120312	maximal	True	CHI0009_000000003776	0.9869826600089722	PS529	47	11	True	True	1.0	86	Col(BS512)				non-mobilizable	plasmid	1530.0	99.935	100.0	0.7195294117647059	CP041109.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KPCTRSRTH07 plasmid unnamed10, complete sequence	False	True
CHI0042_000000005424	2180	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9850544856947201	PS529	0	0	True	True	1.0	25	Col(BS512)				non-mobilizable	plasmid	2100.0	99.95200000000001	100.0	0.9990480723465016	CP050362.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_COLBS512, complete sequence	False	True
SPA0064_000000009775	2180	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9828805286135924	PS529	0	0	True	True	1.0	108	Col(BS512)				non-mobilizable	plasmid	2112.0	99.384	100.0	0.9990534784666352	CP053255.2	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-4, complete sequence	False	True
ISR0006_000000008922	2180	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9869162315948644	PS529	0	0	True	True	0.9995412826538086	4	Col(BS512)				non-mobilizable	plasmid	2090.0	99.85600000000001	100.0	0.9942857142857143	CP049131.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_11, complete sequence	False	True
MON0092_000000025343	2180	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9840057992974409	PS529	0	0	True	True	1.0	31	Col(BS512)				non-mobilizable	plasmid	2093.0	100.0	100.0	0.9957163255592575	CP055929.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_7, complete sequence	False	True
SPA0063_000000008277	2180	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9828805286135924	PS529	0	0	True	True	1.0	92	Col(BS512)				non-mobilizable	plasmid	2112.0	99.384	100.0	0.9990534784666352	CP053255.2	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-4, complete sequence	False	True
ENG0066_000000009011	2180	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9829125072717649	PS529	0	0	True	True	1.0	42	Col(BS512)				non-mobilizable	plasmid	2112.0	99.384	100.0	0.9990534784666352	CP053255.2	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-4, complete sequence	False	True
MAD0031_000000006434	2179	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9860872006025234	PS529	0	0	True	True	0.997705340385437	3	Col(BS512)				non-mobilizable	plasmid	2072.0	99.71	100.0	0.9847619047619047	CP049131.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_11, complete sequence	False	True
MAD0052_000000008587	2173	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.978522097069492	PS529	0	0	True	True	1.0	12	Col(BS512)				non-mobilizable	plasmid	2085.0	99.85600000000001	100.0	0.991432651118515	CP050362.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_COLBS512, complete sequence	False	True
CAN0011_000000013988	2171	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9419458942475998	PS529	0	0	True	True	1.0	525					non-mobilizable	plasmid	2067.0	93.227	100.0	0.8391038696537678	MH846707.1	enterobacteria	Escherichia coli strain 17-346F plasmid p17-346F clone c28 genomic sequence	False	True
ISR0190_000000010613	2169	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9828914900299711	PS529	0	0	True	True	1.0	42	Col(BS512)				non-mobilizable	plasmid	2053.0	99.95100000000001	100.0	0.9822881761608425	CP061366.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed3, complete sequence	False	True
MAD0088_000000011342	2168	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.984384523682573	PS529	0	0	True	True	1.0	11	Col(BS512)				non-mobilizable	plasmid	2098.0	99.85700000000001	100.0	0.9985714285714286	CP049131.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_11, complete sequence	False	True
MON0107_000000027538	2168	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9837626110545804	PS529	0	0	True	True	1.0	58	Col(BS512)				non-mobilizable	plasmid	2101.0	99.429	100.0	0.9995240361732508	CP055929.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_7, complete sequence	False	True
ENG0071_000000009598	2168	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9837136376659927	PS529	0	0	True	True	1.0	14	Col(BS512)				non-mobilizable	plasmid	2089.0	100.0	100.0	0.9995213020584012	AP022212.1	enterobacteria	Escherichia coli plasmid pWP7-S18-ESBL-09_5 DNA, complete genome, strain: WP7-S18-ESBL-09	False	True
ISR0058_000000011790	2168	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9822613908489833	PS529	0	0	True	True	1.0	32	Col(BS512)				non-mobilizable	plasmid	2052.0	99.90299999999999	100.0	0.9818094782192437	CP061366.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed3, complete sequence	False	True
ENG0185_000000009593	2168	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9823849479810361	PS529	0	0	True	True	1.0	178	Col(BS512)				non-mobilizable	plasmid	2170.0	98.986	100.0	0.880244399185336	MH846707.1	enterobacteria	Escherichia coli strain 17-346F plasmid p17-346F clone c28 genomic sequence	False	True
ENG0074_000000010347	2168	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.983092677109106	PS529	0	0	True	True	0.9981549978256226	25	Col(BS512)				non-mobilizable	plasmid	2052.0	100.0	100.0	0.9818094782192437	CP061366.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed3, complete sequence	False	True
ENG0139_000000009278	2167	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9809964694538942	PS529	0	0	True	True	1.0	113	Col(BS512)				non-mobilizable	plasmid	2052.0	99.708	100.0	0.9818094782192437	CP061366.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed3, complete sequence	False	True
ISR0002_000000009591	2156	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9780756616038362	PS529	0	0	True	True	1.0	14	Col(BS512)				non-mobilizable	plasmid	2052.0	99.26899999999999	100.0	0.9818094782192437	CP061366.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed3, complete sequence	False	True
ISR0316_000000009375	2156	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9782948024448321	PS529	0	0	True	True	1.0	42	Col(BS512)				non-mobilizable	plasmid	2089.0	99.186	100.0	0.9995210727969349	CP034955.1	enterobacteria	Escherichia coli strain SCEC020026 plasmid p2_020026, complete sequence	False	True
USA0069_01_000000028466	2152	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.978824532407283	PS529	0	0	True	True	1.0	5	Col(BS512)				non-mobilizable	plasmid	2110.0	99.289	100.0	0.9817415730337079	CP023648.1	enterobacteria	Shigella sonnei strain CFSAN030807 plasmid pCFSAN030807_3, complete sequence	False	True
MON0019_000000031176	2151	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9433968653043135	PS529	0	0	True	True	1.0	75					non-mobilizable	plasmid	2071.0	93.337	100.0	0.8407331975560082	MH846707.1	enterobacteria	Escherichia coli strain 17-346F plasmid p17-346F clone c28 genomic sequence	False	True
ISR0380_000000005214	2151	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9434105931705015	PS529	0	0	True	True	1.0	183					non-mobilizable	plasmid	2095.0	93.604	100.0	0.9995210727969349	CP034955.1	enterobacteria	Escherichia coli strain SCEC020026 plasmid p2_020026, complete sequence	False	True
CHI0179_000000009222	2151	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9434105931705015	PS529	0	0	True	True	0.9962807893753052	16					non-mobilizable	plasmid	2095.0	93.604	100.0	0.9995210727969349	CP034955.1	enterobacteria	Escherichia coli strain SCEC020026 plasmid p2_020026, complete sequence	False	True
FIJ0017_000000013371	2148	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.98153764695035	PS529	0	0	True	True	1.0	6	Col(BS512)				non-mobilizable	plasmid	2032.0	99.95100000000001	100.0	0.9722355193872666	CP023838.1	enterobacteria	Escherichia coli strain 4/2-1 plasmid p4_2_1.4, complete sequence	False	True
MAD0102_000000008886	2148	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9826405223990432	PS529	0	0	True	True	1.0	23	Col(BS512)				non-mobilizable	plasmid	2150.0	99.302	100.0	0.8720977596741344	MH846707.1	enterobacteria	Escherichia coli strain 17-346F plasmid p17-346F clone c28 genomic sequence	False	True
ENG0151_000000010957	2148	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9821783368047421	PS529	0	0	True	True	1.0	71	Col(BS512)				non-mobilizable	plasmid	2062.0	99.61200000000001	100.0	0.9865964576352322	CP046288.1	enterobacteria	Shigella sonnei strain FDAARGOS_715 plasmid unnamed3, complete sequence	False	True
MAD0015_000000009272	2140	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9828761691340624	PS529	0	0	True	True	1.0	25	Col(BS512)				non-mobilizable	plasmid	2072.0	99.083	100.0	0.9851603638104356	LN852969.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0297	False	True
FIJ0079_000000013130	2140	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9856059008886188	PS529	0	0	False	True	0.9995326995849609	0	Col(BS512)				non-mobilizable	plasmid	2078.0	99.904	100.0	0.98857686815802	CP050362.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_COLBS512, complete sequence	False	True
FIJ0039_000000010935	2140	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9865247180356963	PS529	0	0	True	True	0.9990653991699219	1	Col(BS512)				non-mobilizable	plasmid	2078.0	100.0	100.0	0.98857686815802	CP050362.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_COLBS512, complete sequence	False	True
ISR0105_000000008684	2139	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9827763611430088	PS529	0	0	True	True	0.9995325207710266	12	Col(BS512)				non-mobilizable	chromosome	2140.0	99.67299999999999	100.0	0.00032374009255425033	CP050216.1	enterobacteria	Escherichia coli strain RM-069-WU chromosome	False	True
FIJ0123_000000015232	2134	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9423749350704476	PS529	0	0	True	True	1.0	15					non-mobilizable	chromosome	2166.0	93.306	100.0	0.0003267671153925322	CP050216.1	enterobacteria	Escherichia coli strain RM-069-WU chromosome	False	True
BAN0018_000000001063	2131	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9415420204060005	PS529	0	0	True	True	1.0	104					non-mobilizable	chromosome	2166.0	93.12100000000001	100.0	0.0003267671153925322	CP050216.1	enterobacteria	Escherichia coli strain RM-069-WU chromosome	False	True
BAN0020_000000000811	2128	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9830776275660508	PS529	0	0	True	True	1.0	47	Col(BS512)				non-mobilizable	plasmid	2052.0	99.708	100.0	0.9818094782192437	LN852969.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0297	False	True
ENG0158_000000008696	2128	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9836380190053637	PS529	0	0	True	True	1.0	626	Col(BS512)				non-mobilizable	plasmid	2130.0	99.014	100.0	0.8631364562118127	MH846707.1	enterobacteria	Escherichia coli strain 17-346F plasmid p17-346F clone c28 genomic sequence	False	True
MON0012_000000024304	2127	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9797581445318464	PS529	0	0	True	True	0.9981194138526917	8	Col(BS512)				non-mobilizable	chromosome	2101.0	98.95299999999999	100.0	0.0003178373980196006	CP050216.1	enterobacteria	Escherichia coli strain RM-069-WU chromosome	False	True
FIJ0064_000000012578	2126	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9828102296982896	PS529	0	0	True	True	1.0	3	Col(BS512)				non-mobilizable	chromosome	2098.0	99.19	100.0	0.0003173833445938583	CP050216.1	enterobacteria	Escherichia coli strain RM-069-WU chromosome	False	True
MON0068_000000020075	2112	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9854768094177659	PS529	0	0	True	True	0.9957386255264282	1	Col(BS512)				non-mobilizable	plasmid	2062.0	100.0	100.0	0.9809614469300333	CP058804.1	enterobacteria	Klebsiella pneumoniae strain BA27935 plasmid pColBS512	False	True
ENG0114_000000007361	2108	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9828120177608023	PS529	0	0	True	True	1.0	8	Col(BS512)				non-mobilizable	plasmid	2120.0	99.34	100.0	0.9510552312528064	CP029795.1	enterobacteria	Shigella sonnei strain 4303 plasmid pC, complete sequence	False	True
CHI0057_000000009340	2108	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.98287876844871	PS529	0	0	True	True	1.0	8	Col(BS512)				non-mobilizable	chromosome	2120.0	99.198	100.0	0.0003207130697159684	CP050216.1	enterobacteria	Escherichia coli strain RM-069-WU chromosome	False	True
CHI0016_000000002290	2106	0.982493964436852	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9795117222624106	PS529	0	0	True	True	1.0	66	Col(BS512)				non-mobilizable	plasmid	2062.0	99.90299999999999	100.0	0.9870689655172413	AP022170.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-08_9 DNA, complete genome, strain: WP5-S18-ESBL-08	False	True
ISR0128_000000017200	2064	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9373598577480988	PS529	0	0	True	True	1.0	6					non-mobilizable	plasmid	2058.0	93.537	100.0	0.9822881761608425	CP056408.1	enterobacteria	Escherichia coli strain RHBSTW-00562 plasmid pRHBSTW-00562_5, complete sequence	False	True
ISR0140_000000011612	2055	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.959825572167777	PS529	0	0	True	True	1.0	1	Col(BS512)				non-mobilizable	plasmid	1994.0	100.0	100.0	0.94859590671109	CP050362.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_COLBS512, complete sequence	False	True
CHI0066_000000005625	2031	0.982493964436852	2	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9502725897480934	PS529	0	0	True	True	1.0	6	Col(BS512)				non-mobilizable	plasmid	2032.0	99.902	100.0	0.9722355193872666	CP011141.1	enterobacteria	Escherichia coli VR50 plasmid pVR50G, complete sequence	False	True
CHI0178_000000006434	1587	0.982493964436852	2	2	1	1	2	True	77626	fragment	False	CHI0178_000000006434	1.0		0	0	False	False	1.0	0	Col(BS512)				non-mobilizable	plasmid	1587.0	100.0	100.0	0.7595785440613027	JX238453.1	enterobacteria	Escherichia coli strain EC147 plasmid pEC147-2 RepA gene, complete cds	False	True
CHI0018_000000011921	1482	0.982493964436852	2	2	1	1	2	True	89518	fragment	False	CHI0018_000000011921	1.0		0	0	False	False	0.9655870199203491	0	Col(BS512)				non-mobilizable	plasmid	1432.0	100.0	97.0	0.685016754427956	CP011141.1	enterobacteria	Escherichia coli VR50 plasmid pVR50G, complete sequence	False	True
CHI0059_000000012544	1462	0.982493964436852	2	2	1	1	2	True	89233	fragment	False	CHI0059_000000012544	0.9993006993006993		0	0	False	False	1.0	0	Col(BS512)				non-mobilizable	other	1463.0	99.863	100.0	0.5919028340080972	NZ_LDOX01000028.1	firmicutes	Enterococcus cecorum strain 1711s24 1711_S24_contig_29, whole genome shotgun sequence	False	True
ITA0003_000000004604	1435	0.982493964436852	2	2	1	1	2	True	89233	fragment	False	CHI0059_000000012544	0.9931447485483053		0	0	False	False	0.995121955871582	0	Col(BS512)				non-mobilizable	plasmid	1435.0	100.0	100.0	0.6825321275583056	CP050362.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_COLBS512, complete sequence	False	True
ISR0045_000000018295	1430	0.982493964436852	2	2	1	1	2	True	89233	fragment	False	CHI0059_000000012544	0.9901617595421607		0	0	False	False	1.0	0	Col(BS512)				non-mobilizable	plasmid	1430.0	100.0	100.0	0.6840593585447583	LN852969.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0297	False	True
CHI0155_000000003354	3479	0.9824922996313092	7	5	4	4	4	False	80001	maximal	True	CHI0155_000000003354	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	97.917	39.0	0.00013800801599227923	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0012_000000014002	1760	0.9824916264655612	2	2	1	1	2	True	50775	fragment	False	FIJ0012_000000014002	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1471.0	98.912	99.0	0.027778827620091463	CP028193.1	enterobacteria	Escherichia coli strain CFSAN018748 plasmid pGMI14-004_2, complete sequence	False	True
SPA0017_000000008485	1524	0.9824916264655612	2	2	1	1	2	True	7820	fragment	False	SPA0017_000000008485	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1524.0	99.934	100.0	0.030297604838067954	CP025919.1	enterobacteria	Escherichia coli strain 120899 plasmid p120899_50, complete sequence	False	True
FIJ0121_000000000165	50221	0.9824891660798388	57	20	11	18	10	True	130801	maximal	False	ISR0079_000000000160	0.4467259727224729		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1108.0	82.22	4.0	0.00030982792655146965	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0117_000000000140	50217	0.9824891660798388	57	20	11	18	10	True	130801	maximal	False	ISR0079_000000000160	0.44670708709769297		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1108.0	82.22	4.0	0.00030982792655146965	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0140_000000002252	8324	0.982487050139568	11	7	5	6	5	True	125432	maximal	True	SPA0140_000000002252	1.0		6	4	False	False	0.9995194673538208	0					non-mobilizable	no_good_hit	1170.0	95.556	38.0	0.00026569967467158086	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
FIJ0118_000000000262	18226	0.9824858385397393	22	17	11	17	12	True	108323	fragment	False	ISR0161_000000001125	0.8452283917307845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2116.0	93.006	12.0	0.0668947168377043	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0083_000000006918	3483	0.9824843382700791	7	4	2	3	3	False	53648	fragment	False	ISR0083_000000006918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	77.74600000000001	50.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ISR0812_000000029602	1333	0.9824825369274368	1	1	1	1	1	False	21621	fragment	False	ISR0812_000000029602	1.0		0	0	False	False	0.9572393298149109	0					non-mobilizable	other	1294.0	97.37200000000001	97.0	0.00037057373855921966	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
DEN0072_000000003910	4955	0.9824814400895668	6	2	2	2	2	False	70300	maximal	True	DEN0072_000000003910	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	78.689	11.0	0.004851593073747789	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
TAN0022_000000000444	7652	0.9824796841982312	8	3	2	2	2	False	109346	maximal	False	DEN0035_000000003185	0.9498086318284106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	76.19	3.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
USA0037_01_000000005117	7088	0.9824796841982312	8	3	2	2	2	False	109346	maximal	False	DEN0035_000000003185	0.5754497158311305		0	0	False	False	0.9997178316116333	0					non-mobilizable	no_good_hit								True	False
SPA0070_000000000425	22066	0.9824764983428044	31	13	8	11	7	True	132589	fragment	False	SPA0046_000000000570	0.7168636500449768		0	0	False	False	0.9998640418052673	0					non-mobilizable	other	21271.0	98.228	100.0	0.12247860195606346	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
DEN0090_000000003266	6270	0.9824752565332944	11	4	4	4	3	False	121530	maximal	True	DEN0090_000000003266	1.0		3	2	False	False	0.9961722493171692	0					non-mobilizable	no_good_hit	426.0	76.52600000000001	7.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ENG0122_000000002151	11524	0.982474122008088	16	14	9	8	10	False	100058	maximal	True	ENG0122_000000002151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2335.0	98.63	25.0	0.000752290958036411	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0102_000000000607	18659	0.9824729148810006	26	23	12	13	21	True	98738	fragment	False	MAD0102_000000000607	1.0		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	18659.0	99.925	100.0	0.540169653455314	KT317614.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain EC20120005_2 plasmid pSE12-5_2, complete sequence	False	True
ISR0811_000000005935	2457	0.9824671111056528	2	1	1	1	1	False	21687	fragment	False	ISR0811_000000005935	1.0		0	0	False	False	0.9979649782180786	0					non-mobilizable	no_good_hit								True	False
ISR0084_000000014972	1763	0.9824671111056528	3	1	1	1	1	False	34043	fragment	False	ISR0084_000000014972	1.0		0	0	False	False	0.9931934475898743	0					non-mobilizable	no_good_hit								True	False
FIJ0162_000000002160	11633	0.9824669624616374	17	16	6	10	15	True	98662	maximal	False	FIJ0114_000000002528	0.9942881500426257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9687.0	95.64399999999999	85.0	0.07781840488816782	CP059926.1	enterobacteria	Escherichia coli strain 34.1 plasmid p1, complete sequence	True	True
ISR0821_000000004451	5827	0.9824607246400344	9	5	3	3	5	True	102410	maximal	False	ISR0208_000000004152	0.9997886151412445		0	0	True	True	1.0	112		MOBP			mobilizable	no_good_hit	2181.0	94.45200000000001	67.0	0.35421765377712516	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
CHI0083_000000000148	35154	0.9824550062708995	35	13	7	13	4	True	84242	maximal	False	CHI0183_000000000108	0.9688397230197602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	77.146	3.0	0.0003875935118506607	CP019306.1	fusobacteria	Fusobacterium necrophorum subsp. funduliforme strain F1260 chromosome, complete genome	True	True
SPA0097_000000004815	6075	0.9824514248369436	10	6	5	6	5	True	115112	fragment	False	SPA0097_000000004815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	91.15	2.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0084_000000014041	2329	0.9824504757726416	2	2	2	2	2	False	9827	fragment	False	MON0084_000000014041	0.999784110535406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	74.054	8.0	0.0017096452486109132	NZ_VWXL01000003.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_3, whole genome shotgun sequence	True	False
MON0094_000000015606	2316	0.9824504757726416	2	2	2	2	2	False	9827	fragment	False	MON0084_000000014041	0.9969944182052384		0	0	False	False	0.9969775676727295	0					non-mobilizable	no_good_hit	185.0	74.054	8.0	0.0017096452486109132	NZ_VWXL01000003.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_3, whole genome shotgun sequence	True	False
FIJ0099_000000006361	3579	0.9824462409678408	5	4	3	2	3	False	42804	maximal	True	FIJ0099_000000006361	1.0		1	1	False	False	0.9857501983642578	0					non-mobilizable	chromosome	3579.0	99.88799999999999	100.0	0.0007602389504537955	CP041416.1	enterobacteria	Escherichia coli strain STEC711 chromosome, complete genome	False	False
ISR0218_000000002937	5075	0.9824449647595078	4	3	3	3	2	False	120487	maximal	True	ISR0218_000000002937	1.0		3	2	False	False	0.9980295300483704	0					non-mobilizable	no_good_hit	1762.0	95.85700000000001	35.0	0.0003316156234081838	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
USA0049_01_000000000668	5390	0.9824402387915396	5	5	5	5	5	False	125051	fragment	False	ISR0847_000000004306	0.46566756886032523		0	0	False	False	0.9996289610862732	0					non-mobilizable	other	5390.0	99.147	100.0	0.019484275910941422	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0127_000000002696	7984	0.9824350905214811	6	4	4	4	1	True	119673	fragment	False	CHI0127_000000002696	0.9687758708259456		0	0	False	False	0.9998747706413269	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.02196969696969697	XM_019108094.1	bony fishes	PREDICTED: Cyprinus carpio protein S100-A1-like (LOC109094356), transcript variant X3, mRNA	True	True
ENG0101_000000003825	7187	0.9824350905214811	6	4	4	4	1	True	119673	fragment	False	CHI0127_000000002696	0.7161502848476398		0	0	False	False	0.9993042945861816	0					non-mobilizable	no_good_hit	132.0	75.0	2.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
ISR0206_000000010026	2588	0.9824319821319728	7	4	4	4	3	False	28636	fragment	False	ISR0206_000000010026	1.0		0	0	False	False	0.9992272257804871	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.829442387044327e-05	CP046206.1	enterobacteria	Enterobacteriaceae endosymbiont of Donacia provostii isolate DprovSym chromosome	True	False
ISR0310_000000014222	1283	0.9824303956775928	2	2	1	2	1	False	40244	fragment	False	MON0032_000000021938	0.6375214303208425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000002766	5552	0.98242952843948	8	6	1	1	6	False	15038	maximal	True	MAD0102_000000002766	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	2043.0	98.287	91.0	0.00041228516882380755	CP025865.1	enterobacteria	Escherichia coli strain 504211 chromosome, complete genome	False	False
ISR0029_000000006600	6827	0.9824215489988448	7	2	2	2	1	True	130315	maximal	True	ISR0029_000000006600	1.0	PS1094	1	1	False	True	0.9998535513877869	0					non-mobilizable	no_good_hit	1567.0	95.086	35.0	0.3814814814814815	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0019_000000006813	3924	0.9824215489988448	4	2	2	2	1	True	122845	maximal	False	ISR0172_000000004116	0.9819114705626576		0	0	True	True	1.0	91					non-mobilizable	no_good_hit	522.0	79.885	13.0	0.10400162502539102	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
ISR0172_000000004116	3833	0.9824215489988448	4	2	2	2	1	True	122845	maximal	True	ISR0172_000000004116	0.9835202174651716		3	1	True	True	1.0	31					non-mobilizable	no_good_hit	523.0	79.732	14.0	0.10400162502539102	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
ISR0304_000000002390	3833	0.9824215489988448	4	2	2	2	1	True	122845	maximal	False	ISR0172_000000004116	0.9835202174651716		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	523.0	79.732	14.0	0.10400162502539102	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
FIJ0090_000000010643	3813	0.9824215489988448	5	2	2	2	1	True	43521	maximal	True	FIJ0090_000000010643	1.0		1	1	True	True	0.9968528747558594	2					non-mobilizable	no_good_hit								True	True
FIJ0145_000000003340	3703	0.9824215489988448	3	2	2	2	1	True	40028	backbone	True	FIJ0145_000000003340	0.9575145308607805	PS138	2	1	True	True	0.9997299313545227	4					non-mobilizable	no_good_hit	869.0	78.596	23.0	0.15521305530371712	NZ_JNJN01000077.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00075.75_C, whole genome shotgun sequence	True	True
USA0121_01_000000013102	3613	0.9824215489988448	3	2	2	2	1	True	40028	backbone	False	FIJ0145_000000003340	0.9458547123953551	PS138	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	867.0	78.66199999999999	24.0	0.15521305530371712	NZ_JNJN01000077.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00075.75_C, whole genome shotgun sequence	True	True
MAD0111_000000005392	3176	0.9824215489988448	4	2	2	2	1	True	19678	fragment	False	MAD0111_000000005392	1.0		0	0	False	False	0.999370276927948	0					non-mobilizable	no_good_hit	524.0	79.58	17.0	0.10400162502539102	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
MAD0042_000000003836	5440	0.982421520972962	6	5	4	4	3	False	89689	maximal	True	MAD0042_000000003836	1.0		5	2	False	False	0.9998161792755127	0					non-mobilizable	no_good_hit	1457.0	78.243	26.0	0.012842282119110603	NZ_VZBY01000074.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_9_length_111896_cov_23.9657_ID_17, whole genome shotgun sequence	True	False
CAN0011_000000018858	1598	0.9824207001431228	3	2	2	1	1	False	94444	fragment	False	CAN0011_000000018858	1.0		0	0	False	False	0.995619535446167	0					non-mobilizable	no_good_hit	267.0	77.154	16.0	0.0037863576386896907	NZ_FCOU01000015.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
AST0016_000000011739	2180	0.9824206546805516	4	3	0	3	2	False	123405	maximal	True	AST0016_000000011739	1.0		2	1	False	False	1.0	0	rep_cluster_1186				non-mobilizable	no_good_hit	908.0	98.678	70.0	0.41147018661811563	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	True	True
ISR0171_000000001814	11493	0.9824197303770102	11	8	6	8	8	False	30019	maximal	True	ISR0171_000000001814	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	0.0	1.4456354678552375e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0381_000000003839	4027	0.9824186841693636	11	2	0	2	2	True	23164	maximal	True	ISR0381_000000003839	1.0		1	1	True	True	0.9997516870498657	7					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	2.834801382475938e-06	CP038189.1	nematodes	Caenorhabditis elegans strain CB4856 chromosome III	True	True
ENG0038_000000005578	3862	0.9824186841693636	9	2	0	2	2	True	65102	maximal	True	ENG0038_000000005578	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0006983414390821798	NZ_CABKTP010000146.1	firmicutes	Clostridium polynesiense isolate MGYG-HGUT-01479, whole genome shotgun sequence	True	True
ENG0174_000000005680	3041	0.9824185029612806	4	2	2	2	2	False	115764	maximal	True	ENG0174_000000005680	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	94.955	33.0	0.0002649780892862599	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0033_000000029650	2104	0.9824170765757398	3	2	1	2	1	False	59332	fragment	False	MON0033_000000029650	1.0		0	0	False	False	0.9923954606056213	0					non-mobilizable	chromosome	2008.0	100.0	99.0	0.00043887510646602765	LR134227.1	enterobacteria	Escherichia coli strain NCTC9102 genome assembly, chromosome: 1	False	False
MON0004_000000031693	1453	0.9824170765757398	2	2	1	2	1	False	59331	fragment	False	MON0004_000000031693	1.0		0	0	False	False	0.9993117451667786	0					non-mobilizable	chromosome	1453.0	99.931	100.0	0.00031008705501866927	LR134082.1	enterobacteria	Escherichia coli strain NCTC9038 genome assembly, chromosome: 1	False	False
USA0132_01_000000004652	3716	0.982416879024225	6	3	2	2	3	False	129567	maximal	True	USA0132_01_000000004652	1.0	PS1061	1	1	True	True	1.0	162					non-mobilizable	no_good_hit	1803.0	91.902	51.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
USA0025_01_000000001321	14275	0.9824147161593004	11	10	7	10	2	True	113127	fragment	False	USA0025_01_000000001321	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14296.0	94.985	100.0	0.029838761952755644	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0165_000000007036	2299	0.9824068530033948	2	2	1	1	2	True	82352	fragment	False	CHI0165_000000007036	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2299.0	97.78200000000001	100.0	0.028610388310648518	CP040810.1	enterobacteria	Escherichia fergusonii strain EFCF056 plasmid pEF05, complete sequence	False	True
MAD0105_000000015732	2278	0.9824068470769612	2	2	1	1	1	True	89782	fragment	False	MAD0105_000000015732	0.9687579416803981		0	0	False	False	1.0	0	IncFIB				non-mobilizable	other	2278.0	99.912	100.0	0.018091530271730494	NZ_UGNM01000004.1	enterobacteria	Kluyvera ascorbata strain NCTC9737, whole genome shotgun sequence	False	True
FIJ0085_000000011836	2617	0.9824039058423004	5	2	2	2	2	False	106523	fragment	False	FIJ0085_000000011836	1.0		0	0	False	False	0.9992357492446899	0					non-mobilizable	no_good_hit	1613.0	92.74600000000001	73.0	0.04016744742350244	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
USA0040_01_000000005177	3286	0.982402299714736	8	1	1	1	1	False	92936	fragment	False	USA0040_01_000000005177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000001317	10285	0.9824010032767322	11	7	0	4	6	True	85451	maximal	True	MAD0102_000000001317	1.0		3	1	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	2771.0	92.566	92.0	0.011394355981933868	MG948335.1	enterobacteria	Escherichia coli strain 3498 plasmid p3498, complete sequence	False	True
USA0020_01_000000006330	5409	0.9823996531221268	9	7	3	4	6	True	102407	maximal	True	USA0020_01_000000006330	0.9999088921282799	PS596	3	1	True	True	1.0	405		MOBP			mobilizable	no_good_hit	1225.0	93.22399999999999	66.0	0.19872736172295644	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
USA0145_01_000000004544	5409	0.9823996531221268	9	7	3	4	6	True	102407	maximal	False	USA0020_01_000000006330	0.9999088921282799	PS596	0	0	True	True	1.0	585		MOBP			mobilizable	no_good_hit	1769.0	79.367	67.0	0.28356991352586064	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
ENG0032_000000003401	5285	0.9823929731480056	6	4	4	3	3	False	111870	fragment	False	ENG0032_000000003401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3030.0	98.54799999999999	57.0	0.004833315248958021	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0051_000000012690	2218	0.9823918729164894	2	2	1	1	1	True	119624	fragment	False	ENG0051_000000012690	0.989158673979698		0	0	False	False	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	2149.0	99.62799999999999	100.0	0.7736121124729632	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
MON0083_000000021862	1776	0.9823918729164894	3	2	1	1	1	True	119626	fragment	False	ISR0379_000000014196	0.6248812915479581		0	0	False	False	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	1781.0	98.87700000000001	100.0	0.6374730796841349	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
DEN0064_000000032576	1333	0.9823918729164894	2	2	1	1	1	True	119622	fragment	False	USA0121_01_000000033501	0.9455486767188266		0	0	False	False	0.9737434387207031	0	rep_cluster_1867				non-mobilizable	plasmid	1287.0	99.76700000000001	96.0	0.46123474515434315	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
SPA0084_000000010349	1785	0.9823876135198436	4	3	2	3	3	False	69524	fragment	False	DEN0079_000000030222	0.955657621210958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	75.0	14.0	0.00031197054406183184	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0117_000000004102	6604	0.982381126848922	6	4	4	4	3	False	32427	maximal	True	ISR0117_000000004102	1.0		3	2	False	False	0.9974257946014404	0					non-mobilizable	no_good_hit	2458.0	98.98299999999999	75.0	0.022766020532967644	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	False
ISR0388_000000003052	8342	0.982376022692563	8	7	5	5	6	False	103517	fragment	False	ISR0388_000000003052	1.0		0	0	False	False	0.9998801350593567	0		MOBF,MOBF			mobilizable	plasmid	4277.0	99.53200000000001	100.0	0.027405864444800514	CP053732.1	enterobacteria	Escherichia coli strain CP55_Sichuan plasmid pCP55-IncFIB, complete sequence	False	True
CHI0164_000000003246	7033	0.9823747753653428	8	5	4	5	3	False	78427	fragment	False	CHI0164_000000003246	1.0		0	0	False	False	0.9997156262397766	0					non-mobilizable	no_good_hit	820.0	70.244	11.0	0.0002829497457878911	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0190_000000002308	10424	0.9823735296171252	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9577741834158849	PS1052	0	0	True	True	0.9999040961265564	11	IncW	MOBF			mobilizable	other	8037.0	98.42	99.0	0.003357670293381054	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0036_000000001962	10385	0.9823735296171252	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9431636803430035	PS1052	0	0	True	True	0.9996148347854614	10	IncW	MOBF			mobilizable	other	9072.0	97.619	99.0	0.0037975049759181078	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0283_000000001111	10327	0.9823735296171252	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9592845707132919	PS1052	0	0	True	True	1.0	60	IncW	MOBF			mobilizable	other	8962.0	98.985	99.0	0.003752640999720334	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
AST0040_000000001658	10315	0.9823735296171252	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9450101849964642	PS1052	0	0	True	True	1.0	105	IncW	MOBF			mobilizable	other	9237.0	97.26100000000001	99.0	0.0038624948479803033	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0388_000000002243	10312	0.9823735296171252	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9401611570267192	PS1052	0	0	True	True	1.0	31	IncW	MOBF			mobilizable	other	9171.0	96.554	99.0	0.003827274530217565	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0052_000000002494	10311	0.9823735296171252	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9594289923777951	PS1052	0	0	True	True	0.9991271495819092	8	IncW	MOBF			mobilizable	plasmid	6891.0	99.376	99.0	0.6090917130980809	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0090_000000001805	10309	0.9823735296171252	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9433047968732828	PS1052	0	0	True	True	0.9999030232429504	29	IncW	MOBF			mobilizable	plasmid	7165.0	96.818	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0159_000000002085	10303	0.9823735296171252	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9596717539076448	PS1052	0	0	True	True	0.9989323616027832	19	IncW	MOBF			mobilizable	other	9165.0	99.01799999999999	99.0	0.0038377567676469515	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0175_000000002618	10291	0.9823735296171252	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9597110894593935	PS1052	0	0	True	True	1.0	65	IncW	MOBF			mobilizable	plasmid	7152.0	99.37100000000001	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
AST0061_000000002884	10289	0.9823735296171252	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9426167555358319	PS1052	0	0	True	True	1.0	85	IncW	MOBF			mobilizable	plasmid	6893.0	96.678	99.0	0.6081188644202706	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0164_000000001914	10287	0.9823735296171252	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9591455703041571	PS1052	0	0	True	True	1.0	8	IncW	MOBF			mobilizable	plasmid	7152.0	99.385	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
AST0025_000000002754	10286	0.9823735296171252	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9432724153857825	PS1052	0	0	True	True	0.9998055696487427	9	IncW	MOBF			mobilizable	other	9616.0	96.87	99.0	0.004023502014895678	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0145_000000002950	10271	0.9823735296171252	9	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9595881983468313	PS1052	0	0	True	True	1.0	4	IncW	MOBF			mobilizable	plasmid	7152.0	99.34299999999999	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
AST0153_000000011214	2815	0.9823698167511954	4	2	1	2	0	True	118107	maximal	False	CHI0009_000000002838	0.9556814220331831		0	0	True	True	0.9996447563171387	37					non-mobilizable	no_good_hit	1102.0	95.735	87.0	0.4032317297098788	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
ISR0257_000000001593	8112	0.9823679920560504	5	5	5	5	5	False	38481	fragment	False	ISR0257_000000001593	1.0		0	0	False	False	0.9995068907737732	0					non-mobilizable	no_good_hit	55.0	87.273	1.0	8.459489385220709e-06	LN908213.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, chromosome: I	True	False
ENG0068_000000004900	4641	0.9823669421752471	7	3	1	3	1	True	62623	fragment	False	ENG0068_000000004900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	94.072	83.0	0.0723334532230348	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0109_000000005432	2589	0.9823662709568176	4	3	3	2	2	False	129547	maximal	True	MAD0109_000000005432	1.0	PS1061	0	0	False	True	0.9984549880027771	0					non-mobilizable	no_good_hit	1819.0	78.285	70.0	0.001044190391484766	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
USA0101_01_000000022399	1357	0.9823641694250512	2	2	2	2	2	False	355	fragment	False	USA0101_01_000000022399	1.0		0	0	False	False	0.9918938875198364	0					non-mobilizable	no_good_hit	248.0	75.0	18.0	7.906755790327037e-05	CP022383.1	CFB group bacteria	Capnocytophaga sputigena strain H4486 chromosome, complete genome	True	False
ENG0207_000000005528	3117	0.9823625992157438	5	4	4	2	2	False	124325	maximal	True	ENG0207_000000005528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0076_000000011403	3944	0.9823606804598748	6	2	1	1	2	True	64003	maximal	False	FIJ0025_000000005302	0.9986656005786749		0	0	True	True	1.0	39	Col(MP18)			MOBP	mobilizable	plasmid	2634.0	99.848	100.0	0.6810768832513591	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
ENG0101_000000006545	4562	0.9823598945468894	6	3	1	3	2	True	132302	backbone	False	AST0002_000000007418	0.9971039199489855	PS1154|PS695	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	829.0	76.357	24.0	0.25434642627173215	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
AST0002_000000007418	4562	0.9823598945468894	5	3	1	3	2	True	132302	backbone	True	AST0002_000000007418	0.9979653897932348	PS1154|PS695	28	7	True	True	1.0	53					non-mobilizable	no_good_hit	829.0	76.357	24.0	0.25434642627173215	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0065_000000006467	4562	0.9823598945468894	5	3	1	3	2	True	132302	backbone	False	AST0002_000000007418	0.9974261778238802	PS1154|PS695	0	0	True	True	0.9997807741165161	35					non-mobilizable	no_good_hit	829.0	76.357	24.0	0.25434642627173215	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ENG0142_000000014528	2278	0.9823598888005064	3	1	1	1	1	False	57690	maximal	True	ENG0142_000000014528	1.0		0	0	False	False	0.9771729707717896	0					non-mobilizable	no_good_hit	643.0	88.958	28.0	0.00020557110502794263	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0196_000000018908	1189	0.9823598888005064	2	1	1	1	1	False	28956	maximal	True	ISR0196_000000018908	1.0		0	0	False	False	0.9907485246658325	0					non-mobilizable	no_good_hit	643.0	90.824	54.0	0.00020557110502794263	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
TAN0008_000000004684	3342	0.9823595064911942	6	5	2	5	3	False	116161	fragment	False	TAN0008_000000004684	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1585.0	95.584	92.0	0.00035815678896035434	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0069_000000018170	1200	0.9823594467861498	2	2	2	2	1	False	116611	fragment	False	ENG0084_000000012565	0.041272890246919755		0	0	False	False	1.0	0					non-mobilizable	chromosome	1200.0	100.0	100.0	0.0002434007242744821	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
MON0019_000000000818	29579	0.9823585478177695	40	20	16	16	10	True	13246	maximal	True	MON0019_000000000818	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2565.0	99.844	12.0	0.0010451246748512338	CP045532.1	high GC Gram+	Bifidobacterium breve strain IDCC4401 chromosome	True	True
DEN0043_000000007778	1223	0.9823579560153282	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.054101290202888515		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	99.91799999999999	100.0	0.0002539812390584903	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
SPA0018_000000020798	1442	0.9823548218520192	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3090431498974975		0	0	False	False	0.9993064999580383	0					non-mobilizable	other	1442.0	99.792	100.0	0.00027818747635116874	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
MON0047_000000014305	2715	0.9823506639941166	4	3	3	3	3	False	100438	fragment	False	USA0003_01_000000012705	0.5568953494377313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	76.884	29.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0186_000000014498	2087	0.9823474220158502	4	2	2	2	1	True	29332	maximal	True	ISR0186_000000014498	1.0		0	0	False	False	0.9976041913032532	0					non-mobilizable	no_good_hit	901.0	94.229	43.0	0.00017431087647575946	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MON0078_000000005154	6762	0.9823455116614088	8	8	0	3	7	False	78692	maximal	False	ISR0807_000000001829	0.8545024483881952		0	0	False	True	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6255.0	99.648	99.0	0.8764013452914798	CP060059.1	enterobacteria	Escherichia coli strain G8 plasmid pSYM12, complete sequence	False	True
MAD0057_000000002793	5391	0.9823455116614088	8	8	0	3	7	False	78686	fragment	False	MAD0057_000000002793	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	5392.0	99.815	100.0	0.771322266742988	CP057719.1	enterobacteria	Escherichia coli strain RHB17-C01 plasmid pRHB17-C01_3, complete sequence	False	True
MAD0048_000000003446	5969	0.9823407097089422	8	8	0	3	8	False	78684	maximal	True	MAD0048_000000003446	1.0		1	1	False	False	1.0	0		MOBP		MOBP	mobilizable	no_good_hit	3461.0	95.088	86.0	0.3555716203655892	CP043543.1	enterobacteria	Escherichia coli strain F2_81 plasmid pF2_18C_Col	True	True
ISR0812_000000018882	2101	0.982332893731814	3	3	3	2	2	False	127025	fragment	False	FIJ0047_000000014025	0.9711670480549199		0	0	False	False	0.9881008863449097	0					non-mobilizable	other	2102.0	99.23899999999999	100.0	0.008055606702264776	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0255_000000001860	12477	0.9823312522232868	19	8	4	8	3	True	116041	fragment	False	ISR0255_000000001860	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5756.0	98.00200000000001	99.0	0.03314248850899121	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0122_000000002939	10848	0.982330805434584	11	9	7	9	5	True	95682	maximal	True	SPA0122_000000002939	1.0		3	3	False	False	0.9951143264770508	0					non-mobilizable	no_good_hit	800.0	99.25	7.0	0.99875	GQ876099.1		Uncultured organism clone VC1A903TR genomic sequence	True	True
ISR0128_000000009737	3583	0.9823289255256672	7	4	0	2	4	False	79511	backbone	False	FIJ0005_000000008400	0.9997269624522491	PS390	0	0	True	True	1.0	36		MOBP,MOBP		MOBP	mobilizable	no_good_hit	1491.0	100.0	86.0	0.42138009049773756	CP055339.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_10, complete sequence	True	True
TAN0002_000000001074	15348	0.9823284527024571	16	12	9	11	9	False	3081	maximal	True	TAN0002_000000001074	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	98.693	1.0	0.000598932166991745	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MAD0044_000000001715	11667	0.9823126243906132	13	10	9	10	6	True	52072	maximal	True	MAD0044_000000001715	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4922.0	99.594	56.0	0.011993962786773725	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0084_000000004711	3477	0.982309992457052	6	5	5	5	5	True	126028	fragment	False	SPA0051_000000006873	0.6140734664114483		0	0	False	False	1.0	0					non-mobilizable	other	2170.0	94.839	99.0	0.04870982954928249	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
FIJ0060_000000005600	2443	0.982304968834535	2	2	1	2	1	True	45879	maximal	True	FIJ0060_000000005600	1.0		2	2	True	True	1.0	59					non-mobilizable	no_good_hit								True	True
ETH0003_000000001174	16829	0.9823038098990904	13	9	8	9	8	True	53295	maximal	True	ETH0003_000000001174	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1509.0	80.517	9.0	0.005410393289814692	NZ_QRST01000001.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf1, whole genome shotgun sequence	True	True
FIJ0094_000000002240	7374	0.9823002484385108	8	8	0	3	8	False	78693	backbone	False	ISR0383_000000001180	0.9944291834896851	PS381	0	0	True	True	1.0	2	rep_cluster_2335,rep_cluster_2350	MOBP		MOBP,MOBP	mobilizable	plasmid	6346.0	99.669	99.0	0.9069202173291393	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
CHI0182_000000003315	7087	0.9823002484385108	8	8	0	3	8	False	78693	backbone	False	ISR0383_000000001180	0.9924698326637712	PS381	0	0	True	True	1.0	1	rep_cluster_2350	MOBP		MOBP	mobilizable	other	6479.0	99.75299999999999	100.0	0.3688468550592525	KJ930189.1	other sequences	Helper vector pRL623, complete sequence	False	True
ENG0079_000000004286	7067	0.9823002484385108	8	8	0	3	8	False	78693	backbone	False	ISR0383_000000001180	0.9926831996470904	PS381	0	0	True	True	0.9995754957199097	8	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6388.0	99.92200000000001	100.0	0.9139954207212364	CP057709.1	enterobacteria	Escherichia coli strain RHB17-C03 plasmid pRHB17-C03_5, complete sequence	False	True
CHI0095_000000001503	5092	0.9822994817421684	8	6	4	4	6	False	104016	fragment	False	CHI0095_000000001503	0.9772411709602923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1380.0	77.536	27.0	0.02251718806539689	NZ_FQZN01000033.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
SPA0093_000000008075	5033	0.9822994817421684	8	6	4	4	6	False	104016	fragment	False	CHI0095_000000001503	0.9712660345097097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1385.0	77.617	27.0	0.022599427612750418	NZ_FQZN01000033.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0360_000000005701	4225	0.98229791558845	3	3	3	3	3	False	74720	fragment	False	ENG0070_000000004933	0.5700753846037184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0383_000000001180	7659	0.9822964967480596	7	7	0	3	7	False	78693	backbone	True	ISR0383_000000001180	0.9959848774673665	PS381	8	4	False	True	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6429.0	99.76700000000001	92.0	0.9189305118673149	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
ISR0153_000000003525	7075	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9931662511960175	PS381	0	0	True	True	1.0	153	rep_cluster_2350	MOBP		MOBP	mobilizable	other	6946.0	99.654	100.0	0.3951116681859617	KJ930189.1	other sequences	Helper vector pRL623, complete sequence	False	True
ISR0311_000000002065	7074	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.992958923789388	PS381	0	0	True	True	1.0	36	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6488.0	99.92299999999999	100.0	0.9273663139834144	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
MAD0015_000000001856	7074	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9932081974113434	PS381	0	0	True	True	1.0	19	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6420.0	99.93799999999999	100.0	0.9176436945953674	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
ISR0009_000000003975	7069	0.9822964967480596	8	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.993697125973875	PS381	0	0	True	True	1.0	56	ColRNAI_rep_cluster_1857,rep_cluster_2350	MOBP		MOBP	mobilizable	other	6662.0	99.73	100.0	0.37927301731996355	KJ930189.1	other sequences	Helper vector pRL623, complete sequence	False	True
ENG0030_000000003144	7068	0.9822964967480596	8	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9933602041379306	PS381	0	0	True	True	1.0	187	ColRNAI_rep_cluster_1857,rep_cluster_2350	MOBP		MOBP	mobilizable	other	6662.0	99.82	100.0	0.37927301731996355	KJ930189.1	other sequences	Helper vector pRL623, complete sequence	False	True
ISR0035_000000002290	7068	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9935532414291212	PS381	0	0	True	True	1.0	16	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	5401.0	99.796	100.0	0.771947383471547	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
ENG0174_000000002112	7068	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9932165922023001	PS381	0	0	True	True	1.0	19	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6389.0	99.82799999999999	100.0	0.9139954207212364	CP057709.1	enterobacteria	Escherichia coli strain RHB17-C03 plasmid pRHB17-C03_5, complete sequence	False	True
ISR0169_000000003312	7067	0.9822964967480596	8	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9934852424195447	PS381	0	0	True	True	1.0	28	ColRNAI_rep_cluster_1857,rep_cluster_2350	MOBP		MOBP	mobilizable	other	6673.0	99.73	100.0	0.3798997265268915	KJ930189.1	other sequences	Helper vector pRL623, complete sequence	False	True
ISR0185_000000004032	7050	0.9822964967480596	8	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9934563259752195	PS381	0	0	True	True	0.9998581409454346	16	ColRNAI_rep_cluster_1857,rep_cluster_2350	MOBP		MOBP	mobilizable	other	6662.0	99.745	100.0	0.37927301731996355	KJ930189.1	other sequences	Helper vector pRL623, complete sequence	False	True
ETH0001_000000002884	7048	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9931328920813741	PS381	0	0	True	True	1.0	7	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6315.0	99.95200000000001	100.0	0.902630826422648	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
SPA0133_000000003352	7048	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9932270064721779	PS381	0	0	True	True	1.0	293	rep_cluster_2350	MOBP		MOBP	mobilizable	other	6264.0	99.84	100.0	0.3565975387420237	KJ930189.1	other sequences	Helper vector pRL623, complete sequence	False	True
CHI0179_000000001954	7047	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9930901805746638	PS381	0	0	True	True	1.0	14	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6332.0	99.74700000000001	100.0	0.9050614812696597	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
FIJ0025_000000002801	7043	0.9822964967480596	8	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9819966280572544	PS381	0	0	False	True	0.9984381794929504	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6176.0	99.806	100.0	0.8827566485559051	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
MAD0052_000000001912	7037	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9931573355085216	PS381	0	0	True	True	1.0	366	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6633.0	99.66799999999999	100.0	0.9480538065254722	CP057709.1	enterobacteria	Escherichia coli strain RHB17-C03 plasmid pRHB17-C03_5, complete sequence	False	True
SPA0103_000000002242	7033	0.9822964967480596	8	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9922640450739675	PS381	0	0	True	True	1.0	17	rep_cluster_2350	MOBP		MOBP	mobilizable	other	6659.0	99.64	100.0	0.3787602552415679	KJ930189.1	other sequences	Helper vector pRL623, complete sequence	False	True
ENG0054_000000003393	7028	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9937072900935163	PS381	0	0	True	True	1.0	49	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	6370.0	99.84299999999999	100.0	0.9104947097512154	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
ISR0380_000000001807	6518	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.8705939042140731	PS381	0	0	False	True	1.0	0	ColRNAI_rep_cluster_1857	MOBP			mobilizable	other	6077.0	99.77	100.0	0.3459434822242479	KJ930189.1	other sequences	Helper vector pRL623, complete sequence	False	True
ISR0017_000000005102	6421	0.9822964967480596	8	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.8570619238736867	PS381	0	0	False	True	1.0	0		MOBP			mobilizable	other	6428.0	99.689	100.0	0.92275664034458	LM997246.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-7_contig-25.0_1_6965_[organism:Escherichia	False	True
FIJ0123_000000005342	6166	0.9822964967480596	7	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.10363017356373218	PS381	0	0	False	True	1.0	0		MOBP			mobilizable	other	6172.0	99.806	100.0	0.8860014357501794	LM997246.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-7_contig-25.0_1_6965_[organism:Escherichia	False	True
SPA0030_000000008436	3636	0.9822960097634241	4	4	4	3	3	False	104712	fragment	False	SPA0030_000000008436	0.9994332672145083		0	0	False	False	1.0	0					non-mobilizable	other	3636.0	98.735	100.0	0.0029288652359408425	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
SPA0072_000000005806	3529	0.9822960097634241	4	4	4	3	3	False	104712	fragment	False	SPA0030_000000008436	0.9847359735973598		0	0	False	False	1.0	0					non-mobilizable	other	3529.0	98.75299999999999	100.0	0.0028426510460520748	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ISR0220_000000002525	4003	0.9822954783193268	4	4	0	3	3	True	109573	maximal	False	AST0093_000000004909	0.929046579018743		0	0	True	True	1.0	51	rep_cluster_1956				non-mobilizable	other	2398.0	91.618	96.0	0.5889082317831386	NZ_VDFO01000072.1	firmicutes	Lactobacillus halodurans strain TMW 1.1920 seq72, whole genome shotgun sequence	False	True
FIJ0062_000000011556	2510	0.9822951226076944	2	2	1	2	1	True	45719	maximal	True	FIJ0062_000000011556	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
SPA0064_000000008576	2504	0.9822951226076944	2	2	1	2	1	True	94486	maximal	False	SPA0063_000000007059	0.9783399065375414		0	0	True	True	1.0	34					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003949100482667837	NZ_QJKI01000022.1	b-proteobacteria	Rivicola pingtungensis strain DSM 29661 Ga0244579_122, whole genome shotgun sequence	True	True
USA0063_01_000000006090	3344	0.9822939191524712	6	3	3	3	2	False	124321	maximal	True	USA0063_01_000000006090	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	96.931	17.0	0.0001471726745320215	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0169_000000008478	3392	0.9822921028469332	5	5	3	3	4	False	131483	maximal	True	ISR0169_000000008478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1810.0	78.453	53.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0002_000000016505	1182	0.9822914908222212	2	2	1	2	1	False	96857	fragment	False	CAN0002_000000016505	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	95.552	99.0	0.0003322209828946152	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0106_000000018380	1124	0.9822880100032962	1	1	1	1	1	False	93073	fragment	False	CAN0015_000000029073	0.9417808219178082		0	0	False	False	1.0	0					non-mobilizable	chromosome	1125.0	96.8	100.0	0.0005237408998269743	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
CAN0021_000000007324	5502	0.9822864018423584	8	4	2	3	3	True	97204	maximal	False	CAN0004_000000004437	0.9977581347024774		0	0	True	True	1.0	54	rep_cluster_870	MOBV			mobilizable	plasmid	4895.0	99.87700000000001	100.0	0.905775638652351	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	False	True
CAN0022_000000005048	5482	0.9822864018423584	8	4	2	3	3	True	97204	maximal	False	CAN0004_000000004437	0.9976984764418633		0	0	True	True	1.0	95	rep_cluster_870	MOBV			mobilizable	plasmid	4971.0	99.859	100.0	0.9198445020362829	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	False	True
ISR0238_000000003441	3911	0.9822849826272348	5	4	4	3	3	False	128453	fragment	False	ISR0813_000000007095	0.9818497874049226		0	0	False	False	0.9987215399742126	0					non-mobilizable	other	3614.0	97.316	97.0	0.013851807524703861	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0093_000000003293	3801	0.9822849826272348	5	4	4	3	3	False	128453	fragment	False	ISR0813_000000007095	0.9709242348352971		0	0	False	False	0.9997369050979614	0					non-mobilizable	other	3532.0	97.14	97.0	0.01353725526299638	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0138_000000015844	1838	0.9822830517509614	2	2	2	2	2	False	92754	fragment	False	ISR0138_000000015844	0.9982628836132021		0	0	False	False	0.9989118576049805	0					non-mobilizable	other	1838.0	99.946	100.0	0.001970569115807676	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
CAN0016_000000030397	1527	0.9822830517509614	2	2	2	2	2	False	92753	fragment	False	CAN0016_000000030397	1.0		0	0	False	False	0.9986902475357056	0					non-mobilizable	other	1527.0	99.60700000000001	100.0	0.001636956162614324	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
ISR0323_000000001945	7569	0.9822787121735029	9	9	4	6	9	True	123628	fragment	False	USA0108_01_000000001009	0.007519827851214264		0	0	False	True	0.999867856502533	0	rep_cluster_1702				non-mobilizable	plasmid	4472.0	98.39	99.0	0.1351474060173134	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
MAD0087_000000028909	1119	0.9822751995530932	2	1	1	1	1	False	15945	fragment	False	MAD0087_000000028909	1.0		0	0	False	False	0.9740840196609497	0					non-mobilizable	no_good_hit								True	False
USA0007_01_000000009442	1754	0.9822743610280384	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.1340478943432732	PS1061	0	0	False	True	0.9920182228088379	0					non-mobilizable	other	1645.0	98.176	94.0	0.006712669960393614	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0073_000000000427	13637	0.9822670040170102	12	10	8	8	8	True	91928	maximal	True	MON0073_000000000427	1.0		2	1	False	False	1.0	0	IncQ1	MOBQ		MOBQ	mobilizable	no_good_hit	5360.0	99.88799999999999	46.0	0.4745372420511912	AF100178.1	other sequences	Cloning vector pVZ361 complete sequence	True	True
MAD0030_000000005196	2166	0.9822641833741218	4	4	2	3	2	True	18983	maximal	True	MAD0030_000000005196	1.0		0	0	False	False	0.9819944500923157	0					non-mobilizable	other	2151.0	94.096	99.0	0.024220672219588724	LM997158.1	enterobacteria	Escherichia coli genome assembly FHI92, scaffold scaffold-11_contig-13.0_1_88602_[organism:Escherichia	False	True
ENG0030_000000001254	17798	0.9822630665615172	21	18	10	12	17	True	123709	fragment	False	USA0044_01_000000001567	0.9597475832438238		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	6507.0	99.647	78.0	0.2100335743801653	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
MAD0042_000000002475	8317	0.9822586721501546	11	6	5	5	5	False	98854	maximal	True	MAD0042_000000002475	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4106.0	90.35600000000001	77.0	0.0007772740702705353	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ENG0062_000000008800	2853	0.9822572053736024	5	3	3	3	3	False	63209	fragment	False	ISR0002_000000007011	0.9462442599155191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	71.92	12.0	0.008485394608395284	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0071_000000017715	2307	0.982257036538642	3	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.7247660286604676		0	0	False	False	0.9995665550231934	0					non-mobilizable	chromosome	1964.0	93.89	97.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0325_000000016721	1276	0.9822558333956544	1	1	1	1	1	False	24852	maximal	True	ISR0325_000000016721	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	79.273	21.0	0.003901095748953015	NZ_FCOU01000015.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
ISR0134_000000010913	2998	0.9822556675221096	2	2	0	2	2	True	31485	maximal	True	ISR0134_000000010913	0.9720513959966933		3	2	True	True	1.0	55					non-mobilizable	no_good_hit	260.0	80.385	8.0	0.08288590604026845	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ISR0839_000000006059	2977	0.9822556675221096	2	2	0	2	2	True	31485	maximal	False	ISR0134_000000010913	0.971842443051548		0	0	True	True	0.9996640682220459	18					non-mobilizable	no_good_hit	260.0	80.385	9.0	0.08288590604026845	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
FIJ0059_000000015733	1144	0.982252445599312	2	2	1	1	2	False	45892	fragment	False	FIJ0059_000000015733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0099_000000004812	5393	0.9822517528753586	11	7	3	4	4	True	130693	backbone	False	MON0033_000000012705	0.9967745598999654	PS1122|PS1123	0	0	True	True	1.0	552		MOBP			mobilizable	no_good_hit	3710.0	97.844	88.0	0.6869903632320237	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CHI0071_000000001261	9034	0.9822366082653446	9	7	6	6	7	True	110980	fragment	False	CHI0111_000000003063	0.5784608110368336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2999.0	79.36	49.0	0.0004959719016188529	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	True
CHI0001_000000000825	8939	0.9822366082653446	9	7	6	6	7	True	110980	fragment	False	CHI0111_000000003063	0.3960814700022139		0	0	False	False	0.9998881220817566	0					non-mobilizable	no_good_hit	2820.0	79.291	48.0	0.0004661868144096236	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	True
FIJ0088_000000024332	1243	0.9822301708496624	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.8028434720579858		0	0	False	False	0.9951729774475098	0					non-mobilizable	chromosome	1243.0	100.0	100.0	0.00023681871241551655	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0180_000000007229	3022	0.9822298209331469	3	3	3	3	3	False	76117	fragment	False	ISR0180_000000007229	1.0		0	0	False	False	0.9940437078475952	0					non-mobilizable	no_good_hit	1568.0	95.02600000000001	52.0	0.00035431050632464615	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0027_000000008352	3126	0.9822288287677756	4	3	3	2	2	False	70928	maximal	True	ISR0027_000000008352	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1802.0	86.90299999999999	58.0	0.0007721795594327163	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0206_000000001125	16212	0.9822287901467696	22	16	7	16	11	True	126096	maximal	True	ISR0206_000000001125	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1673.0	84.87700000000001	10.0	0.008150531823429709	NZ_NHOC01000010.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c10, whole genome shotgun sequence	True	True
ISR0784_000000010885	1123	0.9822242508957169	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.3781780933220615		0	0	False	False	0.983081042766571	0					non-mobilizable	chromosome	1123.0	99.288	100.0	0.0002139376773995246	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
SPA0025_000000001113	15321	0.9822217561320971	25	15	9	9	13	True	124143	fragment	False	SPA0025_000000001113	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7906.0	97.445	97.0	0.0022198715459062915	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0087_000000044579	1163	0.9822200802944776	2	1	1	1	1	False	9662	fragment	False	MON0087_000000044579	0.9827288428324698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	78.671	73.0	0.00024260123321342172	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0193_000000010658	1892	0.9822196702130565	4	3	3	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5671523203158559		0	0	False	False	1.0	0					non-mobilizable	chromosome	1781.0	94.891	99.0	0.000402502165230872	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0185_000000002224	10974	0.9822184642762072	13	10	2	4	9	True	29413	fragment	False	ISR0185_000000002224	1.0		0	0	False	False	1.0	0	IncHI1A		MPF_F		non-mobilizable	chromosome	10974.0	99.954	100.0	0.0021345238268921213	CP020525.1	enterobacteria	Enterobacter cloacae strain 109 chromosome, complete genome	False	True
MON0040_000000006416	4081	0.9822130397263722	4	3	3	3	3	True	55798	fragment	False	MON0040_000000006416	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3984.0	99.62299999999999	98.0	0.0011663803670920847	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0003_000000003256	7644	0.9822117168129316	10	8	6	6	7	False	67206	maximal	True	FIJ0003_000000003256	1.0		1	1	False	False	0.9962061643600464	0					non-mobilizable	chromosome	5239.0	96.71700000000001	98.0	0.0021563138070799246	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0094_000000010058	3335	0.9822103196926192	5	5	3	4	4	False	95914	fragment	False	SPA0077_000000008270	0.8026716491006366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	75.936	17.0	0.0001263028238318236	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0814_000000014975	2635	0.9822055916217112	3	3	2	3	2	False	56152	fragment	False	ISR0814_000000014975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0055_000000001882	7250	0.9822034683549288	9	5	1	5	2	False	86259	maximal	True	CHI0055_000000001882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	1.0	0.002027112631445585	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
AST0012_000000017923	1336	0.982203312510496	3	1	1	1	1	False	124689	maximal	True	AST0012_000000017923	1.0		0	0	False	False	0.966317355632782	0					non-mobilizable	chromosome	1223.0	87.899	91.0	0.0005276738256005487	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0327_000000009394	2797	0.9822007575364652	5	2	2	2	1	False	24794	fragment	False	ISR0327_000000009394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000008450	3725	0.98219657571132	4	3	2	2	3	False	116194	fragment	False	ENG0196_000000002717	0.4834965034965035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	93.87	72.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CAN0007_000000006327	6804	0.982194944134466	7	6	3	5	4	False	116408	fragment	False	CAN0007_000000006327	0.9927687490681378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	84.559	3.0	3.681830480533106e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0004_01_000000001125	19085	0.9821912316740768	31	17	14	14	14	False	123925	maximal	True	USA0004_01_000000001125	0.9998051406440016		24	5	True	True	1.0	532					non-mobilizable	no_good_hit	5502.0	95.74700000000001	81.0	0.0547960242695194	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
CAN0022_000000001224	18835	0.9821912316740768	31	17	14	14	14	False	123925	maximal	False	USA0004_01_000000001125	0.9987995713553555		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	5502.0	95.765	81.0	0.0547960242695194	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
DEN0045_000000001130	18638	0.9821912316740768	32	17	14	14	14	False	123925	maximal	False	USA0004_01_000000001125	0.9956443019448189		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5502.0	95.765	80.0	0.0547960242695194	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0204_000000000442	18559	0.9821912316740768	31	17	14	14	14	False	123925	maximal	False	USA0004_01_000000001125	0.9940259184017943		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5502.0	95.765	80.0	0.0547960242695194	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0288_000000000856	18558	0.9821912316740768	31	17	14	14	14	False	123925	maximal	False	USA0004_01_000000001125	0.994066401155798		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5502.0	95.765	80.0	0.0547960242695194	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
SPA0077_000000000966	18558	0.9821912316740768	31	17	14	14	14	False	123925	maximal	False	USA0004_01_000000001125	0.9940930261196842		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5502.0	95.765	80.0	0.0547960242695194	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0216_000000001151	18549	0.9821912316740768	30	17	14	14	14	False	123925	maximal	False	USA0004_01_000000001125	0.993524596068553		0	0	False	True	0.999946117401123	0					non-mobilizable	no_good_hit	5502.0	95.765	80.0	0.0547960242695194	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
DEN0051_000000021189	2162	0.9821876545413908	6	5	5	4	4	False	92144	fragment	False	DEN0051_000000021189	1.0		0	0	False	False	0.9861239790916443	0					non-mobilizable	no_good_hit	1079.0	72.104	49.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0127_000000010996	1752	0.9821873286090242	3	2	2	2	1	False	41052	fragment	False	FIJ0127_000000010996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	93.194	11.0	0.11329755515802027	KU545091.1	bacteria	Uncultured bacterium clone CH_01C_014_Contig_7 genomic sequence	True	False
AST0052_000000004248	4626	0.9821871304097508	5	2	2	2	2	True	116378	backbone	False	ENG0136_000000002709	0.9629861596717612	PS774	0	0	True	True	1.0	187					non-mobilizable	plasmid	3618.0	99.50200000000001	100.0	0.7954245490541135	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ISR0780_000000001217	8750	0.9821849945822604	9	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.16606644052061184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.059	14.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0172_000000003176	7456	0.9821849945822604	7	3	2	2	2	True	98584	fragment	False	FIJ0172_000000003176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.72200000000001	16.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
DEN0051_000000002774	11196	0.9821820726046973	14	10	7	9	6	True	91800	maximal	True	DEN0051_000000002774	1.0		1	1	False	False	0.9999106526374817	0					non-mobilizable	no_good_hit	1608.0	78.98	14.0	0.6219369894982497	KU546098.1	bacteria	Uncultured bacterium clone CH_03D_000_Contig_8 genomic sequence	True	True
USA0134_01_000000000732	7495	0.9821819318807122	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.998584726769591	PS799|PS803	0	0	True	True	1.0	632	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3897.0	97.76799999999999	66.0	0.43592613318410744	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0067_000000017028	1833	0.98217573831216	2	1	1	1	1	False	45209	fragment	False	MON0104_000000024587	0.9517810277746088		0	0	False	False	0.9923622608184814	0					non-mobilizable	no_good_hit	190.0	78.947	10.0	2.348413107445612e-05	NZ_JAAIVH010000001.1	firmicutes	Paenibacillus elgii strain SWL-W8 Contig00001, whole genome shotgun sequence	True	False
DEN0001_000000003054	9810	0.9821727109237272	11	5	3	4	4	False	76983	maximal	True	DEN0001_000000003054	1.0		1	1	False	False	0.9995922446250916	0					non-mobilizable	no_good_hit	2367.0	81.411	24.0	0.019431441186008033	NZ_JNJN01000003.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
FIJ0096_000000004570	6637	0.982158107168028	7	6	6	6	5	False	50907	fragment	False	FIJ0096_000000004570	1.0		0	0	False	False	0.9995480179786682	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	0.0002710744228373747	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
SPA0103_000000003716	4102	0.9821547086381052	4	4	4	3	3	False	99595	maximal	True	SPA0103_000000003716	1.0		1	1	False	False	0.9946367740631104	0					non-mobilizable	no_good_hit	2120.0	98.443	80.0	0.0003996119671620422	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	False
USA0135_01_000000000574	18792	0.9821540101976384	21	5	1	4	5	False	22286	fragment	False	USA0135_01_000000000574	0.9405828356558283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4656.0	90.01299999999999	25.0	0.34639159901690625	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
CHI0107_000000002566	4745	0.9821488422557748	9	8	5	4	5	True	123556	backbone	False	ISR0826_000000002301	0.6791438438824088	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4750.0	99.074	100.0	0.04821005300155647	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0017_000000020184	1649	0.9821479899502464	3	3	2	2	2	False	64219	fragment	False	ISR0017_000000020184	1.0		0	0	False	False	0.9860521554946899	0					non-mobilizable	other	1651.0	97.57700000000001	100.0	0.0019138845979314058	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0297_000000001133	8267	0.9821439556853464	10	10	5	6	10	True	123628	fragment	False	USA0108_01_000000001009	0.07829480577167312		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5923.0	97.13	99.0	0.1902830097556264	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0104_000000001995	12795	0.9821406143907264	16	8	8	8	6	False	8832	maximal	True	MON0104_000000001995	1.0		3	1	False	False	0.9992184638977051	0					non-mobilizable	no_good_hit	2671.0	96.59299999999999	38.0	0.001099159960102429	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
TAN0013_000000001609	4517	0.9821403237555052	5	4	3	4	3	False	69724	fragment	False	TAN0013_000000001609	1.0		0	0	False	False	0.9957936406135559	0					non-mobilizable	no_good_hit	174.0	84.48299999999999	4.0	6.126446310551334e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0015_000000004684	3691	0.9821380354936664	7	2	1	2	1	True	56626	fragment	False	MAD0015_000000004684	1.0		0	0	False	False	0.9959360361099243	0					non-mobilizable	no_good_hit	2050.0	93.024	77.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0089_000000007398	3030	0.9821380354936664	5	2	1	2	1	True	56611	fragment	False	MAD0089_000000007398	1.0		0	0	False	False	0.9963696599006653	0					non-mobilizable	no_good_hit	2051.0	93.80799999999999	80.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0051_000000011174	2582	0.9821380354936664	5	2	1	2	1	True	56609	fragment	False	MAD0051_000000011174	0.9910379324718632		0	0	False	False	0.989930272102356	0					non-mobilizable	no_good_hit	2050.0	93.073	89.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0004_000000004178	2399	0.9821380354936664	3	2	1	2	1	True	56609	fragment	False	MAD0051_000000011174	0.9562354763749032		0	0	False	False	0.9766569137573242	0					non-mobilizable	no_good_hit	2050.0	93.024	88.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0072_000000004646	1344	0.9821380354936664	2	2	1	2	1	True	19348	fragment	False	MAD0072_000000004646	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1345.0	93.01100000000001	100.0	0.05355073332534069	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
DEN0079_000000008270	5078	0.9821361202814466	7	6	5	5	3	False	128264	maximal	True	DEN0079_000000008270	1.0		1	1	False	False	0.9982276558876038	0					non-mobilizable	no_good_hit	966.0	90.994	55.0	0.0005611936892488911	NZ_JH601133.1	firmicutes	Facklamia languida CCUG 37842 supercont1.1, whole genome shotgun sequence	True	False
USA0043_01_000000001504	10575	0.982135228380332	10	5	4	3	5	True	132596	backbone	False	ISR0120_000000000296	0.021260025613902032	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	10575.0	99.97200000000001	100.0	0.3404488232074439	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0266_000000001069	10520	0.982135228380332	10	5	4	3	5	True	132596	backbone	False	ISR0120_000000000296	0.019498528483395422	PS1169|PS902	0	0	False	True	0.9990494251251221	0		MOBB	MPF_T		conjugative	plasmid	10521.0	99.95200000000001	100.0	0.33871019672236713	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0375_000000001165	10493	0.982135228380332	10	5	4	3	5	True	132596	backbone	False	ISR0120_000000000296	0.019433078046366424	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	10476.0	99.962	99.0	0.33722914453137576	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
AST0089_000000004909	4006	0.9821343709386764	5	4	1	2	4	True	115878	maximal	True	AST0089_000000004909	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	1700.0	99.647	98.0	0.1686687183560012	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
USA0034_01_000000005869	9616	0.9821299968072552	15	10	4	10	5	True	126092	fragment	False	USA0069_01_000000006170	0.995737159492618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	0.0	1.1255298029572492e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0165_000000004321	4177	0.9821282612230028	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9574672781694068	PS1143|PS778	0	0	True	True	1.0	37					non-mobilizable	other	4101.0	96.12299999999999	100.0	0.3783958602846054	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0157_000000012661	1496	0.9821255902964816	3	2	1	2	1	False	39456	fragment	False	FIJ0157_000000012661	1.0		0	0	False	False	0.9786096215248108	0					non-mobilizable	other	1469.0	97.686	98.0	0.0232838472275092	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0045_000000003210	7360	0.9821224966215056	10	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.729744179112456		0	0	False	False	1.0	0					non-mobilizable	other	7360.0	99.78299999999999	100.0	0.15270486190367497	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0331_000000002396	7469	0.982118374110926	8	5	2	4	3	False	36919	maximal	True	ISR0331_000000002396	0.998260113092649		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	93.12100000000001	22.0	0.001363072246315173	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
DEN0071_000000006398	5546	0.9821173421763448	9	4	2	4	3	True	91867	maximal	True	DEN0071_000000006398	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
ISR0108_000000013984	1608	0.9821091310429658	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.37529428799065284	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1608.0	99.565	100.0	0.000430649141274357	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0083_000000007861	3114	0.9821071043380144	7	6	5	4	5	False	92145	fragment	False	ISR0083_000000007861	0.9611735769501054		0	0	False	False	0.9922928810119629	0					non-mobilizable	no_good_hit	1079.0	72.104	34.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0106_000000018195	1134	0.9821025873132644	2	2	2	2	1	False	83030	fragment	False	ISR0284_000000013501	0.6361770741717971		0	0	False	False	0.998236358165741	0					non-mobilizable	chromosome	1134.0	98.413	100.0	0.00025165530552908694	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0128_000000026135	1434	0.9821005984747684	3	1	1	1	1	False	3866	fragment	False	SPA0128_000000026135	1.0		0	0	False	False	0.9993026256561279	0					non-mobilizable	no_good_hit	139.0	97.12200000000001	10.0	0.0027149855397509298	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0111_01_000000011428	2197	0.982098342862734	4	4	4	2	2	False	116617	fragment	False	USA0111_01_000000011428	1.0		0	0	False	False	0.9963586926460266	0					non-mobilizable	other	2189.0	99.589	99.0	0.0004223970841473679	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
CHI0028_000000001507	6441	0.9820948152544564	11	6	4	3	4	True	130695	maximal	True	CHI0028_000000001507	1.0	PS1122|PS1123	1	1	False	True	1.0	0		MOBP			mobilizable	no_good_hit	5402.0	97.37100000000001	84.0	0.9998146775389177	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
ENG0156_000000000972	15889	0.982088260191316	19	10	8	9	8	False	119433	maximal	True	ENG0156_000000000972	1.0	PS822	5	3	False	True	0.9996852874755859	0					non-mobilizable	no_good_hit	3062.0	73.579	26.0	0.0010111288122232145	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0068_000000000369	35087	0.9820838195159642	27	16	7	15	10	True	51491	fragment	False	FIJ0106_000000000453	0.6444462178242403		0	0	False	False	0.9999715089797974	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.007303077725612937	XM_026436014.1	thrips	PREDICTED: Frankliniella occidentalis uncharacterized LOC113216263 (LOC113216263), mRNA	True	True
FIJ0129_000000001083	15923	0.9820832287128888	15	5	2	5	2	True	40975	maximal	True	FIJ0129_000000001083	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0017_000000014629	2306	0.9820800892990148	4	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.6968762862370809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1699.0	94.17299999999999	74.0	0.08555718105231297	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0002_000000039753	1171	0.9820770453047064	3	3	2	2	1	False	20118	fragment	False	MAD0002_000000039753	1.0		0	0	False	False	0.9948761463165283	0					non-mobilizable	no_good_hit	752.0	77.66	63.0	0.000267878442554735	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
USA0059_01_000000005187	5067	0.9820742629346372	6	5	4	5	3	False	932	maximal	True	USA0059_01_000000005187	1.0		1	1	False	False	0.9976317286491394	0					non-mobilizable	no_good_hit								True	False
ISR0205_000000005730	3189	0.9820722025535557	4	3	3	2	2	False	129556	fragment	False	ISR0205_000000005730	0.9912080755454249		0	0	False	True	0.9996864199638367	0					non-mobilizable	no_good_hit	1792.0	87.444	60.0	0.008345274045170896	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0119_000000002057	12720	0.9820682914906576	14	9	8	6	5	False	99373	maximal	True	ENG0119_000000002057	1.0		4	4	False	False	0.9979559779167175	0					non-mobilizable	no_good_hit	1655.0	93.051	47.0	0.0676648666339388	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0039_000000003677	4715	0.98206028824158	4	4	3	4	4	False	116721	maximal	True	AST0039_000000003677	1.0		2	2	False	False	0.9976670145988464	0					non-mobilizable	no_good_hit	1881.0	79.001	74.0	0.006829268292682927	NZ_UYZY01000008.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
MAD0101_000000000137	37185	0.9820595815743024	43	22	17	20	9	True	53284	fragment	False	MAD0060_000000000081	0.9429737245113077		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	0.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
SPA0034_000000012261	2940	0.9820593052899343	3	3	3	3	3	False	7552	fragment	False	SPA0034_000000012261	1.0		0	0	False	False	0.9989795684814453	0					non-mobilizable	no_good_hit	1486.0	99.93299999999999	51.0	0.05889351576442594	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	True	False
CHI0077_000000003750	3687	0.9820592683645308	5	2	1	2	2	False	86088	maximal	True	CHI0077_000000003750	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	83.333	2.0	0.0006278385231933335	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
MAD0047_000000019408	2288	0.9820547896075764	4	3	3	3	2	False	107585	maximal	True	MAD0047_000000019408	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1699.0	94.82	74.0	0.19539170506912443	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ENG0145_000000020970	1375	0.9820544307591802	3	1	1	1	1	False	57468	maximal	True	ENG0145_000000020970	1.0		3	3	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit	176.0	93.75	13.0	4.871768103838257e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ETH0004_000000015208	1847	0.9820514650138392	2	2	1	1	2	False	52878	fragment	False	ETH0004_000000015208	0.9634683399885909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0149_000000007137	3839	0.9820502175544688	5	2	2	2	1	True	104553	maximal	True	AST0149_000000007137	1.0		1	1	True	True	0.996874213218689	48					non-mobilizable	no_good_hit	1308.0	97.324	80.0	0.21293272370999347	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
FIJ0067_000000001468	19417	0.9820499635517066	24	12	8	9	7	True	101350	backbone	False	TAN0011_000000000086	0.35647581487358226	PS587|PS588	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	244.0	91.803	2.0	6.402169908787751e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AUS0018_000000005599	4785	0.982048552420362	7	4	4	3	4	False	124333	maximal	True	AUS0018_000000005599	1.0		1	1	False	False	0.9977011680603027	0					non-mobilizable	no_good_hit	363.0	79.063	7.0	6.770547473675467e-05	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
USA0004_01_000000003655	7308	0.9820457219818094	12	11	8	11	10	False	132186	fragment	False	SPA0043_000000002161	0.34014596769518646		0	0	False	False	0.9998631477355957	0					non-mobilizable	other	7308.0	99.973	100.0	0.15162582224896765	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CAN0006_000000009478	4747	0.9820455404844344	5	4	2	4	3	False	95756	maximal	True	CAN0006_000000009478	1.0		1	1	True	True	0.9989467263221741	9	rep_cluster_2335,rep_cluster_2335	MOBP,MOBP		MOBP	mobilizable	plasmid	4665.0	97.663	100.0	0.9989279588336192	JX566768.1	enterobacteria	Salmonella enterica subsp. enterica serovar Derby plasmid pSD4.6, complete sequence	False	True
CHI0054_000000007486	2295	0.9820404964630258	4	2	1	2	1	True	86345	fragment	False	CHI0054_000000007486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0102_000000001539	9116	0.9820383789312918	6	6	4	5	6	True	15049	maximal	True	MAD0102_000000001539	1.0		1	1	False	False	0.9987933039665222	0	rep_cluster_589				non-mobilizable	no_good_hit	6461.0	93.17399999999999	73.0	0.4044352565307273	CP041196.1	firmicutes	Weissella cibaria strain CBA3612 plasmid pCBA3612-03, complete sequence	True	True
SPA0113_000000006954	4831	0.9820359901450458	5	2	2	2	2	False	91980	fragment	False	SPA0113_000000006954	0.9969408565601632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	77.86	36.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ENG0211_000000013705	1792	0.9820359901450458	2	2	2	2	2	False	53643	fragment	False	ISR0032_000000018661	0.9794827316610873		0	0	False	False	1.0	0					non-mobilizable	plasmid	1757.0	77.86	98.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
ISR0794_000000011302	1792	0.9820359901450458	2	2	2	2	2	False	53643	fragment	False	ISR0032_000000018661	0.9824120311654272		0	0	False	False	1.0	0					non-mobilizable	plasmid	1757.0	77.86	98.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
CHI0092_000000001306	7100	0.9820348418520548	11	6	3	3	5	True	87193	maximal	False	SPA0122_000000004557	0.991375673426789		0	0	True	True	1.0	268	rep_cluster_722	MOBB			mobilizable	plasmid	4129.0	99.87899999999999	100.0	0.5896482699456678	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
SPA0122_000000004557	7071	0.9820348418520548	11	6	3	3	5	True	87193	maximal	True	SPA0122_000000004557	0.9914448675606151		10	5	True	True	1.0	1886	rep_cluster_722	MOBB			mobilizable	plasmid	6533.0	99.89299999999999	100.0	0.9330855018587361	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
SPA0120_000000005939	7060	0.9820348418520548	11	6	3	3	5	True	87193	maximal	False	SPA0122_000000004557	0.9914029396018247		0	0	True	True	1.0	1004	rep_cluster_722	MOBB			mobilizable	plasmid	5905.0	99.898	100.0	0.8434372319130683	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
SPA0079_000000002981	7040	0.9820348418520548	10	6	3	3	5	True	87193	maximal	False	SPA0122_000000004557	0.9913919096361333		0	0	True	True	1.0	18	rep_cluster_722	MOBB			mobilizable	plasmid	6250.0	99.88799999999999	100.0	0.892622247640835	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
MAD0062_000000006763	2054	0.9820341219273684	3	3	3	3	2	False	75450	maximal	True	MAD0062_000000006763	0.9954836350948975		20	8	False	False	1.0	0					non-mobilizable	other	2054.0	99.90299999999999	100.0	0.0030114249235036433	LM996613.1	enterobacteria	Escherichia coli genome assembly FHI74, scaffold scaffold-21_contig-2.0_1_681405_[organism:Escherichia	False	False
SPA0115_000000001765	14084	0.9820293067771452	22	6	3	4	5	True	4406	maximal	True	SPA0115_000000001765	1.0		1	1	True	True	1.0	25					non-mobilizable	no_good_hit	205.0	85.366	1.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
CHI0078_000000008144	1907	0.9820207637992906	2	1	1	1	1	False	84443	fragment	False	CHI0078_000000008144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0026_000000015882	1809	0.9820207637992906	3	1	1	1	1	False	82996	fragment	False	DEN0026_000000015882	0.9681344148319815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0054_000000031699	1561	0.9820207637992906	2	1	1	1	1	False	82992	fragment	False	MON0054_000000031699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0026_000000034718	1463	0.9820207637992906	2	1	1	1	1	False	82991	fragment	False	MON0026_000000034718	0.96		0	0	False	False	0.9384825825691223	0					non-mobilizable	no_good_hit								True	False
MON0038_000000023644	1450	0.9820207637992906	1	1	1	1	1	False	82991	fragment	False	MON0026_000000034718	0.9559125085440875		0	0	False	False	0.9993103742599487	0					non-mobilizable	no_good_hit								True	False
DEN0067_000000029992	1105	0.9820207637992906	1	1	1	1	1	False	82989	fragment	False	CHI0107_000000012649	0.946223316912972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0222_000000007671	8189	0.9820200249454436	11	2	1	1	2	False	27908	maximal	True	ISR0222_000000007671	1.0		1	1	True	True	0.9993894100189209	24					non-mobilizable	no_good_hit	52.0	94.23100000000001	1.0	0.0012287084106295323	NC_028958.1	viruses	Clostridium phage phiCD146, complete genome	True	True
ISR0155_000000008639	2520	0.9820197949648152	5	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.6714032012685133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	91.667	11.0	0.003585638937725548	NZ_VULP01000026.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq26, whole genome shotgun sequence	True	False
ISR0161_000000012616	2410	0.9820197949648152	5	2	1	2	2	False	128472	fragment	False	ENG0085_000000007101	0.6024657510591755		0	0	False	False	0.998755156993866	0					non-mobilizable	no_good_hit	162.0	90.12299999999999	7.0	0.0004948532191585036	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ENG0077_000000011293	1799	0.9820197949648152	3	2	1	2	2	False	107628	fragment	False	ENG0093_000000006263	0.9515544041450777		0	0	False	False	0.9944413304328918	0					non-mobilizable	no_good_hit	186.0	96.774	11.0	0.0013755055912443492	NZ_VULP01000005.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq5, whole genome shotgun sequence	True	False
AST0104_000000030771	1157	0.9820197949648152	2	2	1	2	2	False	107616	fragment	False	ISR0360_000000020839	0.9665831244778613		0	0	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000014081	2297	0.9820197280446042	4	4	4	3	3	False	131492	fragment	False	ISR0066_000000014081	0.9968297101449275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1663.0	77.09	78.0	0.0004664829179075397	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0106_000000002631	7753	0.9820187615444292	10	6	3	3	6	True	111317	backbone	True	ISR0106_000000002631	1.0	PS706	1	1	True	True	0.9980652928352356	19					non-mobilizable	no_good_hit	693.0	82.973	13.0	0.020644145780360817	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
DEN0046_000000002578	7190	0.9820142256223551	10	8	2	3	7	True	118166	maximal	True	DEN0046_000000002578	0.9966063745796067		4	2	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3057.0	94.374	71.0	0.3639942734430923	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ENG0081_000000003333	7173	0.9820142256223551	10	8	2	3	7	True	118166	maximal	False	DEN0046_000000002578	0.9914925008577035		0	0	True	True	0.9997211694717407	17	rep_cluster_1097	MOBB			mobilizable	no_good_hit	1940.0	95.361	73.0	0.23109043187783346	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ENG0120_000000002767	7151	0.9820142256223551	9	8	2	3	7	True	118166	maximal	False	DEN0046_000000002578	0.9919069218579794		0	0	True	True	1.0	1151	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2980.0	94.295	73.0	0.3549272250059652	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
SPA0119_000000015048	2122	0.9820133633475652	2	2	1	1	2	True	103361	maximal	True	SPA0119_000000015048	0.9945969210285014	PS603|PS604	4	4	True	True	0.9981150031089783	7	ColpVC			MOBP	mobilizable	plasmid	2068.0	99.807	100.0	0.9861641221374046	CP059916.1	enterobacteria	Escherichia coli strain 81.1 plasmid p3, complete sequence	False	True
ETH0004_000000006407	4466	0.9820096963649676	5	3	2	3	1	True	52935	fragment	False	ETH0004_000000006407	1.0		0	0	False	False	0.9968652129173279	0					non-mobilizable	no_good_hit								True	True
MON0001_000000008458	3917	0.9820096963649676	5	3	2	3	1	True	14407	fragment	False	MON0001_000000008458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0138_000000007483	3319	0.9820091958731236	7	5	1	3	5	False	94797	maximal	False	SPA0139_000000008273	0.9932980073914566	PS501|PS502	0	0	True	True	1.0	167					non-mobilizable	no_good_hit	751.0	97.47	76.0	0.11945556445156125	LT726871.1	other sequences	Shuttle vector pAM1, complete sequence	True	True
USA0021_01_000000006194	2965	0.9820067888130029	4	3	2	3	2	False	68760	fragment	False	USA0021_01_000000006194	1.0		0	0	False	False	0.9827993512153625	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000009066	2936	0.9819984536990682	4	3	3	3	3	False	116210	fragment	False	SPA0136_000000013198	0.9616789071809843		0	0	False	False	0.9897820353507996	0					non-mobilizable	chromosome	1964.0	95.367	97.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0258_000000007450	2866	0.9819984536990682	4	3	3	3	3	False	116210	fragment	False	SPA0136_000000013198	0.9530742592159396		0	0	False	False	0.9996510744094849	0					non-mobilizable	chromosome	1964.0	95.46799999999999	96.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CHI0068_000000011247	1429	0.9819938635325284	3	2	2	2	1	False	104698	fragment	False	ISR0108_000000014804	0.9820625123044031		0	0	False	False	0.9937018752098083	0					non-mobilizable	other	1429.0	99.09	100.0	0.0011505968519734588	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
CHI0059_000000014553	1284	0.9819938635325284	2	2	2	2	1	False	104698	fragment	False	ISR0108_000000014804	0.8100909133334101		0	0	False	False	0.9875389337539673	0					non-mobilizable	other	1284.0	98.83200000000001	100.0	0.0010337645385727927	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
USA0059_01_000000004501	5761	0.981985214031159	8	5	2	3	4	False	91974	fragment	False	USA0059_01_000000004501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3340.0	85.689	58.0	0.0005730408957102225	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
AST0153_000000008622	3574	0.9819835637876344	4	2	1	2	2	True	125554	fragment	False	AST0153_000000008622	1.0		0	0	False	True	1.0	0	IncW,rep_cluster_1351				non-mobilizable	plasmid	1942.0	96.859	95.0	0.25051840331778125	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0377_000000005596	2507	0.981982242329416	3	2	2	2	2	False	127033	fragment	False	ISR0377_000000005596	0.9660354055166736		0	0	False	False	0.9896290302276611	0					non-mobilizable	no_good_hit	1795.0	98.719	72.0	0.006881789725649051	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0021_000000024742	1947	0.981982242329416	3	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.9481725599468835		0	0	False	False	0.990755021572113	0					non-mobilizable	other	1916.0	99.84299999999999	98.0	0.007345946111827165	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0849_000000014493	1889	0.981982242329416	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.9476554447101146		0	0	False	False	1.0	0					non-mobilizable	other	1889.0	99.788	100.0	0.007242374025655189	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0188_000000013995	1829	0.981982242329416	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.9255304009649123		0	0	False	False	0.9994532465934753	0					non-mobilizable	other	1800.0	99.889	98.0	0.006900969741606825	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0150_000000013872	1716	0.981982242329416	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.7535980149258676		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	100.0	100.0	0.006578745473516234	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0148_000000020391	1674	0.981982242329416	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.7471535861240045		0	0	False	False	0.9952210187911987	0					non-mobilizable	other	1674.0	98.447	100.0	0.006417633339470938	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0084_000000013516	1922	0.9819790808329741	2	2	2	2	2	False	34047	fragment	False	ISR0084_000000013516	1.0		0	0	False	False	0.9979188442230225	0					non-mobilizable	no_good_hit	1111.0	96.85	76.0	0.0002958336012019007	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0116_000000013062	3006	0.9819788548031696	3	2	1	2	1	False	4359	maximal	True	SPA0116_000000013062	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0016_000000008553	1239	0.9819783545408352	2	2	2	2	2	False	120077	fragment	False	ISR0155_000000005779	0.03496669728000171		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	98.305	100.0	0.0030281386975579212	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0120_000000001880	6188	0.9819770276605918	9	8	8	8	7	False	125088	maximal	True	CHI0120_000000001880	1.0		0	0	False	False	0.9967679381370544	0					non-mobilizable	no_good_hit	1180.0	87.712	19.0	0.00031275076098706155	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
AST0092_000000003997	4300	0.9819712944785964	5	2	1	2	1	True	118888	maximal	True	AST0092_000000003997	0.9520560471494519	PS790	3	1	True	True	1.0	23	Inc11	MOBV			mobilizable	plasmid	3290.0	97.781	94.0	0.7820604330240305	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
ENG0007_000000009198	2826	0.9819712944785964	4	2	1	2	1	True	67532	maximal	True	ENG0007_000000009198	1.0		1	1	False	False	0.9968152642250061	0					non-mobilizable	no_good_hit								True	True
FIJ0121_000000012218	2119	0.9819712944785964	2	2	1	2	1	True	62894	fragment	False	FIJ0121_000000012218	1.0		0	0	False	False	0.9952808022499084	0	rep_cluster_1683	MOBV			mobilizable	plasmid	2109.0	97.155	99.0	0.7591056617381897	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
AST0113_000000020365	1854	0.9819707537647044	3	1	1	1	1	False	106535	fragment	False	AST0113_000000020365	0.9925115207373272		0	0	False	False	0.990830659866333	0					non-mobilizable	no_good_hit	215.0	81.86	11.0	8.666326009197752e-05	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	False
MAD0108_000000004251	3867	0.9819703014350956	8	4	1	4	2	False	14619	fragment	False	MAD0108_000000004251	1.0		0	0	False	False	0.9976726174354553	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000018661	1483	0.9819696342675608	3	3	2	2	3	True	63736	fragment	False	ISR0274_000000004797	0.9527339801900142		0	0	False	False	1.0	0					non-mobilizable	plasmid	1483.0	99.595	100.0	0.07489387507580351	CP018771.2	enterobacteria	Escherichia coli strain 2016C-3936C1 plasmid unnamed1, complete sequence	False	True
FIJ0106_000000004828	5034	0.981968049927782	6	5	3	4	3	False	75553	fragment	False	FIJ0106_000000004828	1.0		0	0	False	False	0.9976162314414978	0					non-mobilizable	no_good_hit	1604.0	84.04	41.0	0.0005385506323425909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0044_01_000000003166	9277	0.9819663729523584	10	4	4	4	3	True	102600	fragment	False	ISR0133_000000001577	0.9419431902733413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	1.1199630615819325e-05	CP046444.1	bacteria	Granulicella sp. 5B5 chromosome, complete genome	True	True
ISR0019_000000000758	13225	0.9819652734539868	15	9	8	5	5	False	75789	maximal	True	ISR0019_000000000758	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	0.000264459671595336	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	False
TAN0004_000000000719	4328	0.9819604472428496	5	3	3	2	1	True	53318	fragment	False	TAN0004_000000000719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	79.324	29.0	0.00522081912415167	LR756491.1	viruses	uncultured phage genome assembly, chromosome: 1	True	True
USA0090_01_000000004998	1749	0.9819589860848466	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3672393524939602		0	0	False	False	0.9994282722473145	0					non-mobilizable	chromosome	1749.0	99.714	100.0	0.0003420748995301754	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
USA0130_01_000000022500	1497	0.9819589860848466	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.1390737361192251		0	0	False	False	0.9899799823760986	0					non-mobilizable	chromosome	1497.0	100.0	100.0	0.00029275975383131716	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0799_000000015329	1102	0.9819588051695592	2	2	2	2	2	False	99464	fragment	False	DEN0021_000000029700	0.38787361229718187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	919.0	87.92200000000001	83.0	0.012353346204214988	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
SPA0019_000000017631	1642	0.9819581510822508	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.7071136413459572		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	99.81700000000001	100.0	0.00629488123734119	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0157_000000000410	32450	0.9819413320304532	36	21	15	18	17	True	52389	maximal	True	FIJ0157_000000000410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1805.0	90.139	6.0	0.0044402015851519655	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	True
FIJ0147_000000002816	6113	0.9819365195506424	7	4	1	2	3	True	123128	maximal	False	FIJ0059_000000003097	0.9450710222521123	PS879	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1251.0	87.29	24.0	0.15213403448697566	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0279_000000001655	9246	0.9819322435243579	12	3	3	3	3	False	87558	maximal	True	ISR0279_000000001655	1.0		0	0	False	False	0.9988102912902832	0					non-mobilizable	no_good_hit	1293.0	99.845	14.0	0.0002875361534428226	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0791_000000011177	1647	0.9819241651548384	2	2	2	1	1	False	90596	fragment	False	ISR0228_000000013157	0.5634202695445188		0	0	False	False	0.9993928074836731	0					non-mobilizable	other	1648.0	98.84700000000001	100.0	0.011643123412864024	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0181_000000012257	1647	0.9819241651548384	2	2	2	1	1	False	90596	fragment	False	ISR0228_000000013157	0.5634202695445188		0	0	False	False	0.9659987688064575	0					non-mobilizable	other	1648.0	98.84700000000001	100.0	0.011643123412864024	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0821_000000025596	1290	0.9819241651548384	3	2	2	1	1	False	72421	fragment	False	SPA0106_000000027602	0.7984125992612411		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	94.81	100.0	0.0007467892404458737	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
CHI0076_000000000554	10788	0.981918831426374	13	6	4	4	6	True	123685	fragment	False	SPA0108_000000001945	0.4836713760200066		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	10790.0	98.693	100.0	0.34727454200070834	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0110_000000003174	6994	0.9819124410028768	11	8	4	6	5	True	125431	fragment	False	ISR0196_000000002296	0.9917500763668485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	35.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0254_000000001982	4310	0.9819121996480432	9	7	4	7	6	False	114767	fragment	False	ISR0254_000000001982	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3916.0	99.949	96.0	0.001360130628126737	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0112_000000012699	1463	0.9819103713666116	2	1	1	1	1	False	82387	maximal	True	CHI0112_000000012699	1.0		1	1	False	False	0.9815447926521301	0					non-mobilizable	other	1465.0	98.225	100.0	0.04287345886900753	NZ_UGGU01000002.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	False	False
MAD0040_000000017900	1847	0.9819068489194099	2	2	1	1	2	True	97295	backbone	True	MAD0040_000000017900	0.9672246712054197	PS529	47	8	True	True	1.0	1	Col(BS512)				non-mobilizable	plasmid	1847.0	99.946	100.0	0.8836206896551724	CP052212.1	enterobacteria	Klebsiella pneumoniae strain E17KP0085 plasmid pE17KP0085-4, complete sequence	False	True
FIJ0060_000000000433	27968	0.9819053122016264	33	11	8	10	7	True	111082	fragment	False	FIJ0060_000000000433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	83.738	4.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0036_000000026821	1585	0.9818960764604951	3	2	1	2	1	True	47919	fragment	False	FIJ0036_000000026821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	81.25	5.0	0.021643835616438355	NZ_NGOA01000012.1	firmicutes	Lactobacillus taiwanensis strain 601c 601c_12, whole genome shotgun sequence	True	True
FIJ0114_000000019540	2015	0.9818850159584442	2	2	1	1	2	True	103360	backbone	False	ISR0210_000000009224	0.9362845713213335	PS603|PS604	0	0	True	True	1.0	10	ColpVC			MOBP,MOBP	mobilizable	plasmid	1680.0	99.70200000000001	100.0	0.8496963562753036	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
MON0107_000000000311	43955	0.9818845138674208	58	14	3	12	5	False	47847	maximal	True	MON0107_000000000311	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2130.0	72.25399999999999	5.0	0.02248610136557457	NZ_FQVD01000017.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
FIJ0047_000000014025	2185	0.9818817389343468	3	3	3	2	2	False	127025	fragment	False	FIJ0047_000000014025	0.9902427415516422		0	0	False	False	0.9995423555374146	0					non-mobilizable	other	2109.0	98.815	96.0	0.008086294727797214	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0386_000000003424	9861	0.9818781607086758	7	5	3	5	2	True	117536	fragment	False	ISR0386_000000003424	1.0		0	0	False	True	0.9994929432868958	0					non-mobilizable	no_good_hit	142.0	97.887	2.0	0.002424471688704713	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
FIJ0038_000000020013	1756	0.9818775113318912	3	2	0	2	0	True	50949	maximal	False	FIJ0011_000000025544	0.9914325751986018		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	335.0	80.29899999999999	19.0	0.5139751552795031	NZ_JH376819.1	firmicutes	Selenomonas infelix ATCC 43532 supercont1.23, whole genome shotgun sequence	True	True
ISR0254_000000002882	3374	0.9818736628750764	7	3	1	2	1	True	104315	maximal	True	ISR0254_000000002882	1.0		3	1	True	True	1.0	117					non-mobilizable	no_good_hit	1772.0	97.51700000000001	79.0	0.5962962962962963	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ISR0042_000000008112	3330	0.9818736628750764	6	3	1	2	1	True	104315	maximal	False	ISR0254_000000002882	1.0		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	2263.0	97.17200000000001	76.0	0.7616161616161616	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
CHI0045_000000006853	3007	0.9818736628750764	4	3	1	2	1	True	104316	maximal	True	CHI0045_000000006853	1.0		1	1	True	True	1.0	50					non-mobilizable	plasmid	2275.0	97.538	100.0	0.7646464646464647	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	False	True
CHI0009_000000002838	2997	0.9818736628750764	5	3	1	2	1	True	118107	maximal	True	CHI0009_000000002838	0.9873914796029937		1	1	True	True	1.0	825					non-mobilizable	no_good_hit	1187.0	99.916	81.0	0.4355490268086669	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
ISR0367_000000003251	2984	0.9818736628750764	5	3	1	2	1	True	31908	maximal	False	ISR0127_000000007798	0.9988643737832577		0	0	True	True	1.0	541					non-mobilizable	no_good_hit	339.0	84.366	36.0	0.118986412045538	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
ISR0127_000000007798	2983	0.9818736628750764	5	3	1	2	1	True	31908	maximal	True	ISR0127_000000007798	0.9988647421342848		2	1	True	True	1.0	52					non-mobilizable	no_good_hit	363.0	86.501	29.0	0.11986531986531987	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0040_000000011740	3328	0.9818730080989336	6	4	4	4	2	False	116221	fragment	False	SPA0040_000000011740	0.9876285347043702		0	0	False	False	1.0	0					non-mobilizable	chromosome	1963.0	94.855	99.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
DEN0066_000000002350	10713	0.9818727001864129	10	7	5	7	4	True	95573	backbone	True	DEN0066_000000002350	1.0	PS506	1	1	True	True	1.0	16					non-mobilizable	no_good_hit	2291.0	79.223	50.0	0.004715235333108898	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AUS0012_000000000072	44677	0.9818674259114524	61	16	10	12	11	True	119611	fragment	False	AUS0012_000000000072	1.0		0	0	False	False	0.9998880624771118	0					non-mobilizable	no_good_hit	216.0	82.40700000000001	0.0	5.7862562354346543e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0060_000000000897	14484	0.9818639416351268	25	7	4	4	5	True	59172	fragment	False	FIJ0060_000000000897	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	89.655	0.0	0.00015600410537119398	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0132_000000002365	9922	0.9818639416351268	16	7	4	4	5	True	59170	fragment	False	FIJ0132_000000002365	1.0		0	0	False	False	0.998488187789917	0					non-mobilizable	no_good_hit								True	True
MON0090_000000020062	2888	0.9818591028060408	5	2	2	2	2	False	24795	fragment	False	MON0090_000000020062	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	84.568	6.0	7.184687066715398e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0138_000000024353	1189	0.9818566059648408	1	1	1	1	1	False	101761	fragment	False	ISR0004_000000012649	0.07433016421780467		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	99.32700000000001	100.0	0.0016455273652031907	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0025_000000025430	1114	0.9818566059648408	2	1	1	1	1	False	66095	fragment	False	ENG0025_000000025430	1.0		0	0	False	False	0.9919210076332092	0					non-mobilizable	other	997.0	99.09700000000001	90.0	0.0013795835486046953	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0140_000000002162	11343	0.9818557708927854	14	11	7	11	7	False	123873	fragment	False	AST0140_000000002162	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11344.0	98.845	100.0	0.06711961507276569	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
USA0019_01_000000001893	13024	0.9818546473490092	22	6	2	4	4	False	94339	fragment	False	USA0019_01_000000001893	1.0		0	0	False	False	0.999539315700531	0					non-mobilizable	no_good_hit								True	False
ISR0111_000000011022	1623	0.9818510595150016	2	2	2	2	2	False	120077	fragment	False	ISR0155_000000005779	0.07180839987419411		0	0	False	False	1.0	0					non-mobilizable	chromosome	1556.0	98.329	96.0	0.00034538746698828794	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0015_000000006412	1584	0.9818510595150016	2	2	2	2	2	False	120077	fragment	False	ISR0155_000000005779	0.06018106137362292		0	0	False	False	0.9993686676025391	0					non-mobilizable	chromosome	1584.0	99.369	100.0	0.00035160666253534394	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0063_000000012651	1417	0.9818510595150016	2	2	2	2	2	False	120077	fragment	False	ISR0155_000000005779	0.08304192465054533		0	0	False	False	0.9964714050292969	0					non-mobilizable	other	1417.0	98.941	100.0	0.0034635253600500938	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0067_000000026109	1276	0.9818510595150016	2	2	2	2	2	False	120077	fragment	False	ISR0155_000000005779	0.03521577016281486		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	98.44	100.0	0.0002705452278335072	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0072_000000014388	2010	0.9818494789471596	4	2	2	2	1	False	125966	fragment	False	DEN0051_000000012717	0.17711239416517965		0	0	False	False	0.9830845594406128	0					non-mobilizable	no_good_hit								True	False
ISR0787_000000005496	2543	0.9818487846426128	4	2	2	2	2	False	103985	maximal	True	ISR0787_000000005496	1.0		1	1	False	False	0.9937081933021545	0					non-mobilizable	no_good_hit	380.0	93.15799999999999	22.0	8.418125401193642e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
AUS0024_000000022351	1438	0.9818484854704872	3	1	1	1	1	False	98843	fragment	False	CHI0179_000000014915	0.9176310415248469		0	0	False	False	0.9888734221458435	0					non-mobilizable	chromosome	1455.0	95.464	100.0	0.0002771482758535185	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
SPA0033_000000009014	3373	0.9818460001601124	4	2	2	2	1	False	7209	maximal	True	SPA0033_000000009014	1.0		5	4	False	False	0.9997035264968872	0					non-mobilizable	other	3373.0	100.0	100.0	0.02176340366208637	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	False
ISR0816_000000024416	1552	0.9818435350808108	4	4	3	4	3	True	126014	fragment	False	ISR0170_000000026928	0.4753521126760563		0	0	False	False	1.0	0					non-mobilizable	other	1552.0	95.619	99.0	0.034808776303083384	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
MON0034_000000022738	1294	0.9818396253694348	1	1	1	1	1	False	66417	fragment	False	ENG0050_000000022213	0.9718969555035128		0	0	False	False	0.9636785387992859	0					non-mobilizable	no_good_hit	128.0	78.906	10.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MAD0073_000000001639	2033	0.981838268585536	2	2	1	1	2	True	97782	maximal	True	MAD0073_000000001639	0.9991848414391702		12	4	True	True	1.0	135	ColpVC				non-mobilizable	other	1964.0	100.0	100.0	0.9771030363364858	NZ_VMTV02000343.1	b-proteobacteria	Vogesella mureinivorans strain 389 NODE_44_length_2009_cov_11.291107, whole genome shotgun sequence	False	True
MAD0089_000000012483	2033	0.981838268585536	3	2	1	1	2	True	97782	maximal	False	MAD0073_000000001639	0.9991848414391702		0	0	True	True	1.0	111	ColpVC				non-mobilizable	plasmid	1910.0	99.895	100.0	0.9870734229576008	KM107839.1	enterobacteria	Escherichia coli strain G3/10 plasmid pSYM3, complete sequence	False	True
BAN0019_000000001794	1989	0.981838268585536	2	2	1	1	2	True	97782	maximal	False	MAD0073_000000001639	0.9991292578568677		0	0	True	True	1.0	9	ColpVC				non-mobilizable	other	1958.0	100.0	100.0	0.9741164758586361	NZ_VOID02000366.1	b-proteobacteria	Vogesella perlucida strain DS-28 NODE_56_length_2009_cov_75.522751, whole genome shotgun sequence	False	True
CHI0149_000000006754	1973	0.981838268585536	2	2	1	1	2	True	97782	maximal	False	MAD0073_000000001639	0.9988471419163958		0	0	True	True	1.0	161	ColpVC				non-mobilizable	plasmid	1813.0	99.835	100.0	0.9368856699430936	CP018439.1	enterobacteria	Klebsiella pneumoniae strain Kp_Goe_822917 plasmid pKp_Goe_917-8, complete sequence	False	True
CHI0015_000000005009	1972	0.981838268585536	2	2	1	1	2	True	97782	maximal	False	MAD0073_000000001639	0.9987804755505483		0	0	True	True	0.999492883682251	16	ColpVC				non-mobilizable	plasmid	1910.0	99.84299999999999	100.0	0.9870734229576008	CP060079.1	enterobacteria	Escherichia coli strain G3/10 plasmid pSYM3, complete sequence	False	True
CHI0086_000000002904	1969	0.981838268585536	2	2	1	1	2	True	97782	maximal	False	MAD0073_000000001639	0.9991213373744035		0	0	True	True	1.0	15	ColpVC				non-mobilizable	plasmid	1913.0	100.0	100.0	0.9886246122026887	KM107839.1	enterobacteria	Escherichia coli strain G3/10 plasmid pSYM3, complete sequence	False	True
CHI0011_000000003338	1899	0.981838268585536	2	2	1	1	2	True	97782	maximal	False	MAD0073_000000001639	0.9814271204432612		0	0	True	True	0.9973670244216919	11	ColpVC				non-mobilizable	plasmid	1898.0	99.947	100.0	0.44622264062132266	CP018317.1	enterobacteria	Klebsiella pneumoniae strain Kp_Goe_822579 plasmid pKp_Goe_579-5, complete sequence	False	True
MON0094_000000010468	3201	0.9818380104058212	5	1	1	1	1	True	22003	maximal	True	MON0094_000000010468	0.9914738124238734		3	1	True	True	1.0	35					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0002016588063099691	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
MON0026_000000011624	3161	0.9818380104058212	4	1	1	1	1	True	22003	maximal	False	MON0094_000000010468	0.9909492954849326		0	0	True	True	0.9996836185455322	7					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0002016588063099691	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
MON0042_000000008688	3050	0.9818380104058212	4	1	1	1	1	True	63733	maximal	False	MON0105_000000017107	0.9168469617317987		0	0	True	True	1.0	45					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0002016588063099691	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
MAD0012_000000009156	3016	0.9818380104058212	3	1	1	1	1	True	90457	maximal	True	MAD0012_000000009156	0.9997793943601386	PS297|PS477	3	2	True	True	1.0	22	Col(MP18)			MOBP,MOB_unknown	mobilizable	no_good_hit	1836.0	92.919	86.0	0.6663015699160277	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	True	True
MAD0008_000000003758	2976	0.9818380104058212	3	1	1	1	1	True	90457	maximal	False	MAD0012_000000009156	0.9994445085149734	PS297|PS477	0	0	True	True	0.9973118305206299	4	Col(MP18)			MOB_unknown	mobilizable	no_good_hit	1836.0	92.919	86.0	0.6663015699160277	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	True	True
ISR0164_000000008797	2899	0.9818380104058212	5	1	1	1	1	True	63732	fragment	False	ISR0164_000000008797	1.0		0	0	False	False	0.9965505599975586	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0002016588063099691	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
FIJ0024_000000007103	2867	0.9818380104058212	3	1	1	1	1	True	49242	maximal	True	FIJ0024_000000007103	1.0		1	1	True	True	1.0	549				MOBF,MOB_unknown	mobilizable	no_good_hit	1654.0	99.274	76.0	0.7091377091377091	CP023856.1	enterobacteria	Escherichia coli strain 2/0 plasmid p2_0.3, complete sequence	True	True
MON0095_000000010643	2842	0.9818380104058212	3	1	1	1	1	True	90456	backbone	False	MAD0101_000000009908	0.9899013185340308	PS297|PS477	0	0	True	True	0.9996481537818909	16	Col(MP18)			MOBP	mobilizable	plasmid	2675.0	99.70100000000001	99.0	0.9748083242059146	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
MAD0096_000000006231	2837	0.9818380104058212	3	1	1	1	1	True	90456	backbone	False	MAD0101_000000009908	0.9898779721959041	PS297|PS477	0	0	True	True	1.0	3289	Col(MP18)			MOBP	mobilizable	plasmid	2468.0	99.676	100.0	0.8995983935742972	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
FIJ0064_000000009643	2818	0.9818380104058212	4	1	1	1	1	True	90456	backbone	False	MAD0101_000000009908	0.9898892165958076	PS297|PS477	0	0	True	True	0.9996451139450073	31	Col(MP18)			MOBP	mobilizable	plasmid	2500.0	99.84	100.0	0.9120116830960204	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
MAD0101_000000009908	2817	0.9818380104058212	4	1	1	1	1	True	90456	backbone	True	MAD0101_000000009908	0.9903288611005568	PS297|PS477	8	5	True	True	1.0	13	Col(MP18)			MOBP	mobilizable	plasmid	2736.0	99.635	100.0	0.9974443227455275	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
ISR0213_000000008855	2807	0.9818380104058212	2	1	1	1	1	True	61836	maximal	True	ISR0213_000000008855	1.0		2	2	True	True	1.0	10				MOBP	mobilizable	plasmid	1580.0	98.861	100.0	0.5537219101123596	CP055734.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_11, complete sequence	False	True
CHI0060_000000004607	2786	0.9818380104058212	3	1	1	1	1	True	90456	backbone	False	MAD0101_000000009908	0.986500239166724	PS297|PS477	0	0	True	True	0.9996410608291626	15	Col(MP18)			MOBP	mobilizable	plasmid	2688.0	99.29299999999999	100.0	0.9766338079591091	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
FIJ0017_000000010139	2783	0.9818380104058212	3	1	1	1	1	True	90456	backbone	False	MAD0101_000000009908	0.9868677157568077	PS297|PS477	0	0	True	True	1.0	3	Col(MP18)			MOBP	mobilizable	plasmid	2667.0	99.475	100.0	0.9715224534501643	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
ISR0045_000000009031	2780	0.9818380104058212	2	1	1	1	1	True	90456	backbone	False	MAD0101_000000009908	0.9897873952594846	PS297|PS477	0	0	True	True	1.0	13	Col(MP18)			MOBP	mobilizable	plasmid	1989.0	99.749	100.0	0.7254472435195327	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
CHI0053_000000004135	2705	0.9818380104058212	1	1	1	1	1	True	90456	backbone	False	MAD0101_000000009908	0.13605305466237944	PS297|PS477	0	0	False	True	0.9992606043815613	0	Col(MP18)			MOBP	mobilizable	plasmid	1841.0	99.565	91.0	0.6706827309236948	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
ENG0079_000000012398	2666	0.9818380104058212	3	1	1	1	1	True	61835	fragment	False	ENG0079_000000012398	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1585.0	99.685	92.0	0.5561797752808989	CP055734.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_11, complete sequence	False	True
CHI0026_000000004268	2488	0.9818380104058212	2	1	1	1	1	True	90456	backbone	False	MAD0101_000000009908	0.8413175704332005	PS297|PS477	0	0	False	True	1.0	0	Col(MP18)			MOBP	mobilizable	plasmid	2077.0	99.51899999999999	100.0	0.7564804673238408	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
MON0024_000000020221	2432	0.9818380104058212	4	1	1	1	1	True	12936	maximal	True	MON0024_000000020221	1.0		0	0	True	True	0.9958881735801697	3					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0002016588063099691	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
MAD0057_000000006645	2430	0.9818380104058212	2	1	1	1	1	True	65876	backbone	False	MAD0003_000000011601	0.9887776233576998	PS297	0	0	True	True	1.0	56	Col(MP18)			MOBP	mobilizable	plasmid	2070.0	99.324	100.0	0.8871244635193133	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
ENG0194_000000011296	2409	0.9818380104058212	4	1	1	1	1	True	65876	backbone	False	MAD0003_000000011601	0.9896092158298991	PS297	0	0	True	True	1.0	85	Col(MP18)			MOBP	mobilizable	plasmid	2031.0	99.95100000000001	100.0	0.871244635193133	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
USA0025_01_000000006634	2409	0.9818380104058212	4	1	1	1	1	True	65876	backbone	False	MAD0003_000000011601	0.9892698276369631	PS297	0	0	True	True	1.0	11	Col(MP18)			MOBP	mobilizable	plasmid	2031.0	99.902	100.0	0.871244635193133	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
ENG0151_000000009731	2409	0.9818380104058212	4	1	1	1	1	True	65876	backbone	False	MAD0003_000000011601	0.9896092158298991	PS297	0	0	True	True	1.0	83	Col(MP18)			MOBP	mobilizable	plasmid	2031.0	99.95100000000001	100.0	0.871244635193133	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
ENG0094_000000007074	2403	0.9818380104058212	2	1	1	1	1	True	65876	backbone	False	MAD0003_000000011601	0.9891350675529441	PS297	0	0	True	True	1.0	24	Col(MP18)			MOBP	mobilizable	plasmid	2251.0	94.625	100.0	0.8174516246805403	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
CHI0149_000000005826	2389	0.9818380104058212	2	1	1	1	1	True	90180	maximal	False	FIJ0122_000000006898	0.9971797016091808		0	0	True	True	1.0	167	ColpVC				non-mobilizable	no_good_hit	1776.0	92.736	83.0	0.7620481927710844	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
FIJ0020_000000009341	2389	0.9818380104058212	2	1	1	1	1	True	90180	maximal	False	FIJ0122_000000006898	0.9973414534385305		0	0	True	True	0.9949769973754883	2	ColpVC				non-mobilizable	no_good_hit	1776.0	92.736	83.0	0.7620481927710844	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
CHI0086_000000002229	2384	0.9818380104058212	2	1	1	1	1	True	90180	maximal	False	FIJ0122_000000006898	0.9971614499483058		0	0	True	True	0.9979026913642883	12	ColpVC				non-mobilizable	no_good_hit	1776.0	92.736	83.0	0.7620481927710844	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
MAD0102_000000007708	2381	0.9818380104058212	2	1	1	1	1	True	90180	maximal	False	FIJ0122_000000006898	0.9953055057108304		0	0	True	True	0.9937001466751099	6	ColpVC				non-mobilizable	no_good_hit	1776.0	93.243	83.0	0.7620481927710844	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
MAD0043_000000010507	2380	0.9818380104058212	1	1	1	1	1	True	90180	maximal	False	FIJ0122_000000006898	0.9959069823207007		0	0	True	True	1.0	6	ColpVC				non-mobilizable	no_good_hit	1735.0	93.141	86.0	0.7444061962134251	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
FIJ0122_000000006898	2369	0.9818380104058212	1	1	1	1	1	True	90180	maximal	True	FIJ0122_000000006898	0.9979312566932352		13	4	True	True	0.9991557598114014	10	ColpVC				non-mobilizable	no_good_hit	1398.0	94.70700000000001	86.0	0.601118760757315	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
CHI0015_000000004073	2360	0.9818380104058212	1	1	1	1	1	True	90180	maximal	False	FIJ0122_000000006898	0.9961453093928595		0	0	True	True	1.0	117	ColpVC				non-mobilizable	no_good_hit	1499.0	94.73	86.0	0.6445783132530121	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
MON0025_000000016620	2325	0.9818380104058212	2	1	1	1	1	True	45405	fragment	False	MON0025_000000016620	1.0		0	0	False	False	1.0	0	Col(MP18)			MOBP	mobilizable	plasmid	2259.0	99.823	97.0	0.6263522884882108	CP055731.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_8, complete sequence	False	True
ISR0284_000000004947	2321	0.9818380104058212	1	1	1	1	1	True	34958	backbone	False	MAD0053_000000005072	0.9996821425092538	PS110	0	0	True	True	1.0	178					non-mobilizable	plasmid	1528.0	99.346	100.0	0.3609075868588986	CP030792.1	enterobacteria	Escherichia coli strain APEC O2-211 plasmid pAPEC-O2-211B, complete sequence	False	True
MAD0053_000000005072	2301	0.9818380104058212	1	1	1	1	1	True	34958	backbone	True	MAD0053_000000005072	0.9998958333333333	PS110	6	2	True	True	1.0	17					non-mobilizable	plasmid	1215.0	99.506	100.0	0.28692980382888206	CP030792.1	enterobacteria	Escherichia coli strain APEC O2-211 plasmid pAPEC-O2-211B, complete sequence	False	True
ISR0155_000000009377	2264	0.9818380104058212	2	1	1	1	1	True	103358	maximal	False	ISR0154_000000008498	0.9451054989433941	PS603	0	0	False	True	0.9986749291419983	0	ColpVC			MOBF,MOBP	mobilizable	plasmid	2095.0	99.666	100.0	0.8312822548630409	CP030213.1	enterobacteria	Salmonella enterica strain SA20051528 plasmid pSA20051528.2, complete sequence	False	True
MON0052_000000011616	2264	0.9818380104058212	2	1	1	1	1	True	65876	backbone	False	MAD0003_000000011601	0.5334208457085315	PS297	0	0	True	True	0.9880741834640503	9	Col(MP18)			MOBP,MOBP	mobilizable	plasmid	1864.0	96.51299999999999	99.0	0.678714859437751	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
MAD0097_000000018630	2200	0.9818380104058212	3	1	1	1	1	True	120312	maximal	False	CHI0009_000000003776	0.9825786362283674	PS529	0	0	True	True	1.0	20	Col(BS512)				non-mobilizable	plasmid	2153.0	99.76799999999999	100.0	0.9654243376740009	CP029795.1	enterobacteria	Shigella sonnei strain 4303 plasmid pC, complete sequence	False	True
FIJ0019_000000003115	2199	0.9818380104058212	1	1	1	1	1	True	90180	maximal	False	FIJ0122_000000006898	0.9618861850249371		0	0	False	True	0.9986357688903809	0	ColpVC				non-mobilizable	no_good_hit	1173.0	94.544	85.0	0.504302925989673	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
ISR0213_000000011877	2180	0.9818380104058212	1	1	1	1	1	True	106577	maximal	True	ISR0213_000000011877	1.0		3	3	False	False	0.9963302612304688	0					non-mobilizable	plasmid	1668.0	100.0	100.0	0.7327472527472527	CP055735.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_12, complete sequence	False	True
FIJ0087_000000014783	2177	0.9818380104058212	1	1	1	1	1	True	43738	maximal	True	FIJ0087_000000014783	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	972.0	79.42399999999999	70.0	0.4174630755864466	HG796416.1	bacteria	Uncultured bacterium plasmid pRGI01031	True	True
ISR0318_000000001980	2169	0.9818380104058212	2	1	1	1	1	True	63762	maximal	True	ISR0318_000000001980	0.9916289592760181		3	3	True	True	1.0	67					non-mobilizable	no_good_hit	1192.0	78.35600000000001	54.0	0.5972644376899696	NZ_ATMJ01000056.1	enterobacteria	Tatumella ptyseos ATCC 33301 contig000056, whole genome shotgun sequence	True	True
FIJ0144_000000014684	2141	0.9818380104058212	2	1	1	1	1	True	111455	maximal	False	AST0084_000000016550	0.950556233202037	PS603|PS604	0	0	True	True	1.0	29	ColpVC			MOBP,MOBP	mobilizable	plasmid	2053.0	93.765	100.0	0.9912790697674418	CP057920.1	enterobacteria	Escherichia fergusonii strain RHB10-C04 plasmid pRHB10-C04_3, complete sequence	False	True
CHI0063_000000006154	2136	0.9818380104058212	3	1	1	1	1	True	103361	maximal	False	SPA0119_000000015048	0.9939405804725516	PS603|PS604	0	0	True	True	1.0	527	ColpVC			MOBP	mobilizable	plasmid	1989.0	99.698	100.0	0.9479961832061069	CP059916.1	enterobacteria	Escherichia coli strain 81.1 plasmid p3, complete sequence	False	True
ENG0201_000000003643	2135	0.9818380104058212	3	1	1	1	1	True	110236	maximal	False	AST0089_000000010514	0.9623681354547969	PS541	0	0	True	True	0.9981264472007751	76	ColpVC				non-mobilizable	plasmid	2019.0	94.79899999999999	100.0	0.978134110787172	CP052398.1	enterobacteria	Klebsiella pneumoniae strain C17KP0040 plasmid pC17KP0040-5, complete sequence	False	True
ENG0054_000000012438	2131	0.9818380104058212	2	1	1	1	1	True	63762	maximal	False	ISR0318_000000001980	0.9916213768115942		0	0	True	True	0.9981229305267334	15					non-mobilizable	no_good_hit	1189.0	79.39399999999999	55.0	0.5972644376899696	NZ_ATMJ01000056.1	enterobacteria	Tatumella ptyseos ATCC 33301 contig000056, whole genome shotgun sequence	True	True
FIJ0042_000000011342	2131	0.9818380104058212	1	1	1	1	1	True	90180	maximal	False	FIJ0122_000000006898	0.845475778256375		0	0	False	True	0.9967151284217834	0	ColpVC				non-mobilizable	no_good_hit	1191.0	94.626	84.0	0.5120481927710844	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
ENG0095_000000013043	2128	0.9818380104058212	2	1	1	1	1	True	120312	maximal	False	CHI0009_000000003776	0.9815535141926656	PS529	0	0	True	True	1.0	89	Col(BS512)				non-mobilizable	plasmid	2080.0	99.712	100.0	0.9952107279693486	CP024803.1	enterobacteria	Escherichia coli strain AMA1167 plasmid pAMA1167-4, complete sequence	False	True
AST0084_000000016550	2109	0.9818380104058212	1	1	1	1	1	True	111455	maximal	True	AST0084_000000016550	0.9726058931860037	PS603|PS604	1	1	True	True	0.9857752323150635	4	ColpVC			MOBP	mobilizable	plasmid	1799.0	94.10799999999999	99.0	0.8650910881339242	CP031921.1	enterobacteria	Escherichia coli O145:NM strain FWSEC0002 plasmid unnamed10, complete sequence	False	True
ISR0170_000000022249	2093	0.9818380104058212	3	1	1	1	1	True	103358	maximal	False	ISR0154_000000008498	0.6179839229256888	PS603	0	0	False	True	0.9636884927749634	0	ColpVC			MOBF,MOBP	mobilizable	plasmid	1135.0	100.0	99.0	0.43783783783783786	CP058098.1	enterobacteria	Escherichia coli strain RHB01-C09 plasmid pRHB01-C09_6, complete sequence	False	True
MON0090_000000028685	2082	0.9818380104058212	3	1	1	1	1	True	103360	backbone	False	ISR0210_000000009224	0.9682744706512608	PS603|PS604	0	0	True	True	1.0	18	ColpVC			MOBP	mobilizable	plasmid	1634.0	99.816	100.0	0.8234997478567827	AY178821.1	enterobacteria	Salmonella enteritidis plasmid pB, complete sequence	False	True
MON0080_000000025627	2081	0.9818380104058212	3	1	1	1	1	True	103360	backbone	False	ISR0210_000000009224	0.9676037413143038	PS603|PS604	0	0	True	True	1.0	18	ColpVC			MOBP	mobilizable	plasmid	1580.0	100.0	100.0	0.7966700302724521	MF156267.1	enterobacteria	Escherichia coli strain 838B plasmid pBuzz, complete sequence	False	True
ENG0176_000000004192	2056	0.9818380104058212	2	1	1	1	1	True	97296	maximal	True	ENG0176_000000004192	1.0	PS529	1	1	True	True	1.0	2370					non-mobilizable	no_good_hit	1279.0	89.523	81.0	0.6091954022988506	CP052212.1	enterobacteria	Klebsiella pneumoniae strain E17KP0085 plasmid pE17KP0085-4, complete sequence	True	True
MAD0099_000000015288	2053	0.9818380104058212	2	1	1	1	1	True	120312	maximal	False	CHI0009_000000003776	0.9659656476221672	PS529	0	0	True	True	1.0	2	Col(BS512)				non-mobilizable	plasmid	2053.0	99.95100000000001	100.0	0.98227969348659	CP052212.1	enterobacteria	Klebsiella pneumoniae strain E17KP0085 plasmid pE17KP0085-4, complete sequence	False	True
CHI0011_000000003073	2046	0.9818380104058212	1	1	1	1	1	True	90180	maximal	False	FIJ0122_000000006898	0.2878668453238738		0	0	False	True	0.9970674514770508	0	ColpVC				non-mobilizable	no_good_hit	1194.0	94.64	83.0	0.5133390705679862	CP012490.1	enterobacteria	Enterobacter sp. FY-07 plasmid pAKI40C, complete sequence	True	True
FIJ0162_000000011019	2035	0.9818380104058212	2	1	1	1	1	True	103360	backbone	False	ISR0210_000000009224	0.9528872841940346	PS603|PS604	0	0	True	True	1.0	60	ColpVC			MOBP,MOBP	mobilizable	plasmid	1620.0	99.93799999999999	100.0	0.819331983805668	CP056792.1	enterobacteria	Escherichia coli strain RHBSTW-00180 plasmid pRHBSTW-00180_7, complete sequence	False	True
ENG0028_000000008669	2014	0.9818380104058212	3	1	1	1	1	True	65876	backbone	False	MAD0003_000000011601	0.40302934659582124	PS297	0	0	False	True	1.0	0	Col(MP18)			MOBP	mobilizable	plasmid	1870.0	99.947	100.0	0.8021459227467811	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
MAD0069_000000004220	2012	0.9818380104058212	2	1	1	1	1	True	113092	maximal	False	AST0058_000000007255	0.9490058262995179		0	0	True	True	1.0	19					non-mobilizable	plasmid	1860.0	91.12899999999999	100.0	0.945417095777549	CP057249.1	enterobacteria	Escherichia coli strain RHB31-C22 plasmid pRHB31-C22_3, complete sequence	False	True
MAD0107_000000019591	2005	0.9818380104058212	2	1	1	1	1	True	103360	backbone	False	ISR0210_000000009224	0.9679961532667964	PS603|PS604	0	0	True	True	1.0	11	ColpVC			MOBP	mobilizable	plasmid	1897.0	93.094	100.0	0.951417004048583	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
MAD0037_000000006523	1997	0.9818380104058212	1	1	1	1	1	True	98018	maximal	True	MAD0037_000000006523	1.0	PS541	1	1	True	True	0.9994992613792419	119	ColpVC				non-mobilizable	no_good_hit	1625.0	90.646	84.0	0.9035333707234997	LN852985.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0315	True	True
ENG0079_000000016712	1994	0.9818380104058212	1	1	1	1	1	True	106576	fragment	False	AST0113_000000018941	1.0		0	0	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	1821.0	100.0	100.0	0.8	CP055735.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_12, complete sequence	False	True
AST0113_000000018941	1994	0.9818380104058212	1	1	1	1	1	True	106576	fragment	False	AST0113_000000018941	1.0		0	0	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	1821.0	100.0	100.0	0.8	CP055735.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_12, complete sequence	False	True
ISR0035_000000009635	1973	0.9818380104058212	2	1	1	1	1	True	97782	maximal	False	MAD0073_000000001639	0.9971697622672813		0	0	True	True	1.0	7	ColpVC				non-mobilizable	plasmid	1932.0	99.48200000000001	100.0	0.9979317476732161	CP024804.1	enterobacteria	Escherichia coli strain AMA1167 plasmid pAMA1167-5, complete sequence	False	True
ISR0811_000000007570	1973	0.9818380104058212	2	1	1	1	1	True	97782	maximal	False	MAD0073_000000001639	0.9987034190196845		0	0	True	True	1.0	16	ColpVC				non-mobilizable	plasmid	1912.0	99.895	100.0	0.9881075491209927	HG796440.1	bacteria	Uncultured bacterium plasmid pRGI01215	False	True
MAD0037_000000006624	1969	0.9818380104058212	2	1	1	1	1	True	18631	maximal	True	MAD0037_000000006624	1.0		1	1	True	True	1.0	46					non-mobilizable	no_good_hit	1061.0	83.412	62.0	0.5437693099897013	CP057249.1	enterobacteria	Escherichia coli strain RHB31-C22 plasmid pRHB31-C22_3, complete sequence	True	True
ITA0003_000000003024	1946	0.9818380104058212	2	1	1	1	1	True	103360	backbone	False	ISR0210_000000009224	0.9538762894461709	PS603|PS604	0	0	True	True	0.9917780160903931	3	ColpVC			MOBP	mobilizable	plasmid	1922.0	92.61200000000001	100.0	0.9630566801619433	CP056806.1	enterobacteria	Escherichia coli strain RHBSTW-00176 plasmid pRHBSTW-00176_7, complete sequence	False	True
MAD0048_000000012302	1942	0.9818380104058212	2	1	1	1	1	True	65876	backbone	False	MAD0003_000000011601	0.329196167809147	PS297	0	0	False	True	1.0	0	Col(MP18)				non-mobilizable	plasmid	1802.0	99.445	100.0	0.7729613733905579	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
MAD0047_000000023593	1932	0.9818380104058212	2	1	1	1	1	True	65876	backbone	False	MAD0003_000000011601	0.32769668262486823	PS297	0	0	False	True	1.0	0	Col(MP18)				non-mobilizable	plasmid	1800.0	99.611	100.0	0.7721030042918455	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
ISR0840_000000008603	1909	0.9818380104058212	2	1	1	1	1	True	65876	backbone	False	MAD0003_000000011601	0.32440785261192917	PS297	0	0	False	True	0.9979046583175659	0	Col(MP18)			MOBP	mobilizable	plasmid	1760.0	99.48899999999999	100.0	0.7549356223175966	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
MAD0100_000000018966	1904	0.9818380104058212	2	1	1	1	1	True	48019	fragment	False	MAD0100_000000018966	1.0		0	0	False	False	1.0	0	Col(MP18)				non-mobilizable	plasmid	1438.0	99.72200000000001	100.0	0.6167381974248927	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
ISR0183_000000017045	1863	0.9818380104058212	2	1	1	1	1	True	98017	backbone	False	FIJ0164_000000012307	0.9321018557477226	PS541	0	0	True	True	1.0	237	ColpVC				non-mobilizable	plasmid	1730.0	99.94200000000001	100.0	0.9713483146067415	CP049975.1	enterobacteria	Escherichia coli strain ARL09/232 plasmid pCO_Eco4457-8, complete sequence	False	True
ISR0383_000000007772	1853	0.9818380104058212	1	1	1	1	1	True	23105	maximal	True	ISR0383_000000007772	1.0		1	1	False	False	1.0	0	Col(MP18)			MOBP	mobilizable	plasmid	1221.0	92.301	98.0	0.4351254480286738	CP032886.1	enterobacteria	Escherichia coli strain SCEC020022 plasmid p7_020022, complete sequence	False	True
ISR0228_000000014562	1844	0.9818380104058212	1	1	1	1	1	True	113092	maximal	False	AST0058_000000007255	0.9330835756407019		0	0	True	True	1.0	5	ColpVC				non-mobilizable	plasmid	1757.0	99.943	100.0	0.9037570766855378	LN853085.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0443	False	True
FIJ0164_000000012307	1842	0.9818380104058212	1	1	1	1	1	True	98017	backbone	True	FIJ0164_000000012307	0.9800592152716846	PS541	11	5	True	True	1.0	4	ColpVC				non-mobilizable	other	1609.0	99.876	100.0	0.8562300319488818	LM996853.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-12_contig-21.0_1_1878_[organism:Escherichia	False	True
MAD0047_000000024976	1836	0.9818380104058212	1	1	1	1	1	True	97295	backbone	False	MAD0040_000000017900	0.943950426880775	PS529	0	0	True	True	0.9950980544090271	2	Col(BS512)				non-mobilizable	plasmid	1805.0	99.889	100.0	0.8537624230951254	CP054361.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-8, complete sequence	False	True
SPA0017_000000006919	1823	0.9818380104058212	1	1	1	1	1	True	98017	backbone	False	FIJ0164_000000012307	0.9793315212197331	PS541	0	0	True	True	1.0	54	ColpVC				non-mobilizable	plasmid	1784.0	99.77600000000001	100.0	0.9994391475042064	LN852985.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0315	False	True
FIJ0141_000000016204	1822	0.9818380104058212	1	1	1	1	1	True	98017	backbone	False	FIJ0164_000000012307	0.9795769947734144	PS541	0	0	True	True	0.9989023208618164	1	ColpVC				non-mobilizable	other	1786.0	99.77600000000001	100.0	0.950479233226837	LM996853.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-12_contig-21.0_1_1878_[organism:Escherichia	False	True
ENG0125_000000014448	1822	0.9818380104058212	1	1	1	1	1	True	98017	backbone	False	FIJ0164_000000012307	0.9790377948123924	PS541	0	0	True	True	1.0	138	ColpVC				non-mobilizable	other	1715.0	99.883	100.0	0.9126730564430245	LM996853.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-12_contig-21.0_1_1878_[organism:Escherichia	False	True
ISR0383_000000007918	1821	0.9818380104058212	2	1	1	1	1	True	98017	backbone	False	FIJ0164_000000012307	0.9083176505001428	PS541	0	0	True	True	1.0	48	ColpVC				non-mobilizable	plasmid	1697.0	96.464	100.0	0.9506449803701627	LN852985.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0315	False	True
FIJ0026_000000017877	1819	0.9818380104058212	1	1	1	1	1	True	98017	backbone	False	FIJ0164_000000012307	0.979171837855207	PS541	0	0	True	True	0.9978010058403015	1	ColpVC				non-mobilizable	plasmid	1733.0	99.82700000000001	100.0	0.971396522714526	LN852985.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0315	False	True
ISR0392_000000018833	1814	0.9818380104058212	1	1	1	1	1	True	98017	backbone	False	FIJ0164_000000012307	0.9495374001160634	PS541	0	0	True	True	1.0	10	ColpVC				non-mobilizable	other	1824.0	94.29799999999999	100.0	0.966986155484558	LM996853.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-12_contig-21.0_1_1878_[organism:Escherichia	False	True
MON0010_000000014681	1792	0.9818380104058212	1	1	1	1	1	True	97295	backbone	False	MAD0040_000000017900	0.9598014995687121	PS529	0	0	False	True	0.9637276530265808	0	Col(BS512)				non-mobilizable	plasmid	1792.0	100.0	100.0	0.8524512137077582	CP029581.1	enterobacteria	Escherichia coli strain DA33137 plasmid pDA33137-2, complete sequence	False	True
CAN0001_000000024875	1774	0.9818380104058212	2	1	1	1	1	True	97295	backbone	False	MAD0040_000000017900	0.7817384459892842	PS529	0	0	False	True	1.0	0					non-mobilizable	plasmid	1529.0	99.477	100.0	0.7367405978784957	CP053387.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-3, complete sequence	False	True
MON0011_000000026623	1759	0.9818380104058212	1	1	1	1	1	True	97295	backbone	False	MAD0040_000000017900	0.8168875151952429	PS529	0	0	False	True	0.9550881385803223	0	Col(BS512)				non-mobilizable	plasmid	1700.0	99.882	97.0	0.804070042593469	CP054324.1	enterobacteria	Escherichia coli strain SCU-390 plasmid pSCU-390-5, complete sequence	False	True
MAD0035_000000012855	1731	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.970671529767435	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1742.0	92.537	100.0	0.8724696356275303	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
MON0050_000000022297	1727	0.9818380104058212	1	1	1	1	1	True	97295	backbone	False	MAD0040_000000017900	0.9492396324474864	PS529	0	0	False	True	0.9994209408760071	0	Col(BS512)				non-mobilizable	plasmid	1727.0	100.0	100.0	0.8168480832938949	CP054324.1	enterobacteria	Escherichia coli strain SCU-390 plasmid pSCU-390-5, complete sequence	False	True
AST0153_000000019470	1722	0.9818380104058212	1	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.9135515367264656	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1722.0	99.884	100.0	0.6644787644787645	CP058098.1	enterobacteria	Escherichia coli strain RHB01-C09 plasmid pRHB01-C09_6, complete sequence	False	True
ISR0348_000000009909	1722	0.9818380104058212	1	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.914144876130643	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1722.0	100.0	100.0	0.6644787644787645	CP058098.1	enterobacteria	Escherichia coli strain RHB01-C09 plasmid pRHB01-C09_6, complete sequence	False	True
ENG0011_000000016375	1722	0.9818380104058212	1	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.914144876130643	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1722.0	100.0	100.0	0.6644787644787645	CP058098.1	enterobacteria	Escherichia coli strain RHB01-C09 plasmid pRHB01-C09_6, complete sequence	False	True
MAD0047_000000026833	1720	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.972928018252538	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1731.0	92.31700000000001	100.0	0.8669028340080972	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
ENG0028_000000010435	1718	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.9729699107600946	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1729.0	92.134	100.0	0.8658906882591093	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
FIJ0085_000000018166	1718	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.9729699107600946	PS603	0	0	False	True	0.9994179010391235	0	ColpVC			MOBP	mobilizable	plasmid	1729.0	92.134	100.0	0.8658906882591093	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
ISR0056_000000012825	1718	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.9729699107600946	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1729.0	92.134	100.0	0.8658906882591093	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
ENG0185_000000011623	1718	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.9705839979086834	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1729.0	92.48100000000001	100.0	0.8658906882591093	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
MAD0102_000000011896	1718	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.9729699107600946	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1729.0	92.134	100.0	0.8658906882591093	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
ISR0058_000000015258	1718	0.9818380104058212	2	1	1	1	1	True	103357	backbone	True	ISR0058_000000015258	0.9731897584707216	PS603	14	5	True	True	1.0	2	ColpVC			MOBP	mobilizable	plasmid	1729.0	92.30799999999999	100.0	0.8658906882591093	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
MAD0109_000000008289	1718	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.9729699107600946	PS603	0	0	False	True	1.0	0	ColpVC			MOBP,MOBP	mobilizable	plasmid	1729.0	92.134	100.0	0.8658906882591093	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
MAD0083_000000006018	1718	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.9725592453225893	PS603	0	0	True	True	1.0	1	ColpVC			MOBP,MOBP	mobilizable	plasmid	1729.0	92.134	100.0	0.8658906882591093	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
SPA0108_000000016665	1701	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.964791857104202	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1712.0	92.056	100.0	0.8572874493927125	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
MAD0097_000000024523	1692	0.9818380104058212	3	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.9281593664953555	PS603	0	0	True	True	1.0	95	ColpVC				non-mobilizable	plasmid	1592.0	93.97	100.0	0.611969111969112	CP056944.1	enterobacteria	Escherichia coli strain RHB42-C04 plasmid pRHB42-C04_5, complete sequence	False	True
ISR0807_000000008473	1678	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.9606419854991101	PS603	0	0	False	True	1.0	0	ColpVC				non-mobilizable	plasmid	1688.0	92.417	100.0	0.8456477732793523	HG796434.1	bacteria	Uncultured bacterium plasmid pRGI01198	False	True
USA0053_01_000000011376	1676	0.9818380104058212	1	1	1	1	1	True	17138	maximal	True	USA0053_01_000000011376	1.0		1	1	False	False	0.9934367537498474	0	Col(MP18)				non-mobilizable	plasmid	1465.0	91.126	100.0	0.5204301075268817	CP032886.1	enterobacteria	Escherichia coli strain SCEC020022 plasmid p7_020022, complete sequence	False	True
CHI0074_000000008498	1622	0.9818380104058212	1	1	1	1	1	True	97295	backbone	False	MAD0040_000000017900	0.6562780326024458	PS529	0	0	False	True	1.0	0	Col(BS512)				non-mobilizable	plasmid	1622.0	100.0	100.0	0.7588951310861424	CP023648.1	enterobacteria	Shigella sonnei strain CFSAN030807 plasmid pCFSAN030807_3, complete sequence	False	True
USA0053_01_000000011954	1587	0.9818380104058212	1	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.13785069232758043	PS603	0	0	False	True	1.0	0	ColpVC			MOBP	mobilizable	plasmid	1587.0	99.62200000000001	100.0	0.7566793893129771	CP059921.1	enterobacteria	Escherichia coli strain 64.1 plasmid p4, complete sequence	False	True
USA0125_01_000000015623	1499	0.9818380104058212	2	1	1	1	1	True	103357	backbone	False	ISR0058_000000015258	0.18618428589948838	PS603	0	0	False	True	1.0	0	ColpVC				non-mobilizable	plasmid	1503.0	93.74600000000001	100.0	0.5776061776061776	CP058098.1	enterobacteria	Escherichia coli strain RHB01-C09 plasmid pRHB01-C09_6, complete sequence	False	True
ENG0054_000000018915	1465	0.9818380104058212	2	1	1	1	1	True	63731	fragment	False	ENG0054_000000018915	1.0		0	0	False	False	0.9904437065124512	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	5.262334288400846e-05	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	True	True
MAD0100_000000024880	1370	0.9818380104058212	1	1	1	1	1	True	89232	fragment	False	MAD0100_000000024880	1.0		0	0	False	False	0.9927007555961609	0	Col(BS512)				non-mobilizable	plasmid	1351.0	99.926	99.0	0.6389020350212967	CP054324.1	enterobacteria	Escherichia coli strain SCU-390 plasmid pSCU-390-5, complete sequence	False	True
ENG0161_000000015590	1341	0.9818380104058212	2	1	1	1	1	True	56391	maximal	True	ENG0161_000000015590	1.0		0	0	False	False	0.9753915071487427	0	Col(MP18)			MOBP	mobilizable	plasmid	1070.0	85.14	96.0	0.45836909871244635	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
MAD0054_000000014011	1338	0.9818380104058212	1	1	1	1	1	True	17137	fragment	False	MAD0054_000000014011	1.0		0	0	False	False	1.0	0	Col(MP18)				non-mobilizable	plasmid	1033.0	99.03200000000001	99.0	0.36989247311827955	CP032886.1	enterobacteria	Escherichia coli strain SCEC020022 plasmid p7_020022, complete sequence	False	True
MAD0089_000000022770	1259	0.9818380104058212	1	1	1	1	1	True	15809	fragment	False	MAD0089_000000022770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	78.055	88.0	0.5592705167173252	NZ_ATMJ01000056.1	enterobacteria	Tatumella ptyseos ATCC 33301 contig000056, whole genome shotgun sequence	True	True
MAD0049_000000015309	1237	0.9818380104058212	1	1	1	1	1	True	17449	fragment	False	MAD0049_000000015309	1.0		0	0	False	False	1.0	0	ColpVC				non-mobilizable	plasmid	1237.0	99.757	100.0	0.744578313253012	CP055129.1	enterobacteria	Shigella flexneri strain FDAARGOS_714 plasmid unnamed4	False	True
MAD0070_000000017979	1223	0.9818380104058212	1	1	1	1	1	True	49436	fragment	False	MAD0070_000000017979	0.9807032590051459		0	0	False	False	1.0	0	Col(BS512)				non-mobilizable	other	1223.0	100.0	100.0	0.49473684210526314	NZ_LDOX01000028.1	firmicutes	Enterococcus cecorum strain 1711s24 1711_S24_contig_29, whole genome shotgun sequence	False	True
FIJ0022_000000021830	1166	0.9818380104058212	2	1	1	1	1	True	49436	fragment	False	MAD0070_000000017979	0.9582992641046606		0	0	False	False	1.0	0	Col(BS512)				non-mobilizable	other	1166.0	100.0	100.0	0.4716599190283401	NZ_LDOX01000028.1	firmicutes	Enterococcus cecorum strain 1711s24 1711_S24_contig_29, whole genome shotgun sequence	False	True
ISR0294_000000007384	2592	0.9818362535039716	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.19939323262344363		0	0	False	False	1.0	0					non-mobilizable	other	2524.0	97.266	100.0	0.0005326425172491062	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0014_000000000503	8942	0.9818316576060341	7	2	2	2	1	True	98608	fragment	False	ISR0336_000000000704	0.36176037594944543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.89	13.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0016_000000002264	7930	0.9818316576060341	5	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.7582301959236507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.397	15.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0226_000000000809	7542	0.9818316576060341	5	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.8598476905510167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	98.244	12.0	0.01977634670611783	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0103_000000003067	7530	0.9818316576060341	4	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.8376708585373568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	97.964	12.0	0.019188930467322254	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0078_000000003579	7174	0.9818316576060341	4	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.6886096618694412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	98.53399999999999	12.0	0.01925419893829954	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
DEN0065_000000004604	6049	0.9818316576060341	4	2	2	2	1	True	98582	fragment	False	MON0060_000000004297	0.9263038587033628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	97.964	15.0	0.019188930467322254	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0169_000000025157	1290	0.9818311901784358	1	1	1	1	1	False	30084	fragment	False	ISR0169_000000025157	1.0		0	0	False	False	0.9937984347343445	0					non-mobilizable	no_good_hit	99.0	91.919	8.0	0.0005687951989041986	NZ_JXLB01000002.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold2, whole genome shotgun sequence	True	False
AUS0024_000000005392	5759	0.9818307125151836	5	3	2	3	2	True	124887	fragment	False	AUS0024_000000005392	1.0		0	0	False	False	0.9977426528930664	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.031322505800464036	GQ880800.1		Uncultured organism clone VC1CL23TR genomic sequence	True	True
AST0099_000000013430	1572	0.9818293731056712	3	3	3	2	1	False	108749	maximal	True	AST0099_000000013430	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0182_000000005932	4301	0.9818284856992988	6	3	2	3	3	False	101012	maximal	True	CHI0182_000000005932	1.0		2	2	False	False	0.9962799549102783	0					non-mobilizable	no_good_hit	1178.0	88.964	40.0	0.019763579029021434	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
DEN0082_000000003909	8420	0.9818251155106688	12	9	5	5	9	True	123628	fragment	False	USA0108_01_000000001009	0.3693195555754958		0	0	False	True	1.0	0					non-mobilizable	plasmid	8420.0	99.822	100.0	0.27179106404958675	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0785_000000032053	1212	0.9818188688000712	2	1	1	1	1	False	34548	fragment	False	ISR0785_000000032053	0.9743150684931507		0	0	False	False	0.9917491674423218	0					non-mobilizable	no_good_hit								True	False
ISR0033_000000003260	7690	0.9818150270207632	7	4	3	3	4	False	108106	maximal	True	ISR0033_000000003260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	1.0	0.0007371564661853097	CP054590.1	euryarchaeotes	Halolamina sp. CBA1230 plasmid pCBA1230-03, complete sequence	True	False
MAD0067_000000001208	6951	0.9818121348296468	14	1	1	1	1	False	16525	maximal	True	MAD0067_000000001208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0087_000000006332	4377	0.981812132500478	4	4	4	4	3	False	131473	maximal	True	ENG0087_000000006332	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1720.0	99.82600000000001	39.0	0.009592473340290062	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0063_000000017438	1134	0.9818117402416016	2	2	2	2	1	False	116611	fragment	False	ENG0084_000000012565	0.02769047619047619		0	0	False	False	1.0	0					non-mobilizable	chromosome	1134.0	99.647	100.0	0.00022172246062224755	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
TAN0004_000000000832	3989	0.9818076736091532	6	6	6	5	5	False	113192	fragment	False	CHI0039_000000002985	0.9291598600936618		0	0	False	False	1.0	0					non-mobilizable	other	3989.0	99.95	100.0	0.0008591768620310183	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0400_000000001984	7892	0.9818056098517244	9	4	3	3	4	False	22567	maximal	True	ISR0400_000000001984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1861.0	98.227	24.0	0.04172561701363157	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0005_000000008071	2968	0.9818025872148188	2	2	0	2	0	True	67694	maximal	True	ENG0005_000000008071	1.0		1	1	False	False	0.9969676733016968	0					non-mobilizable	no_good_hit								True	True
MAD0043_000000012598	2026	0.9818025872148188	2	2	0	2	0	True	113378	fragment	False	MAD0043_000000012598	1.0		0	0	False	False	0.9925962686538696	0					non-mobilizable	no_good_hit	165.0	87.273	14.0	0.05059337913803873	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0214_000000003607	6905	0.9817901095597992	10	6	4	5	4	True	130609	maximal	True	ISR0214_000000003607	1.0		9	6	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2262.0	95.491	46.0	0.3347156398104265	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
MAD0035_000000002619	8589	0.9817833336175184	11	5	4	4	4	False	124568	maximal	True	MAD0035_000000002619	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	96.479	42.0	0.000329951129204612	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MON0085_000000001764	7482	0.9817829666945072	7	6	3	5	5	False	44820	fragment	False	MON0085_000000001764	1.0		0	0	False	False	0.9971932768821716	0					non-mobilizable	no_good_hit	219.0	79.452	3.0	6.54123445813292e-05	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0122_000000005545	3033	0.9817731648789324	4	4	4	4	4	False	101234	fragment	False	ISR0356_000000004418	0.407343863865603		0	0	False	False	1.0	0					non-mobilizable	chromosome	3033.0	99.571	100.0	0.0011890182089981855	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
MAD0022_000000000295	15392	0.9817707964841575	24	6	3	5	3	True	75525	maximal	True	MAD0022_000000000295	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3207.0	92.891	74.0	0.05674688973168397	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0230_000000007371	3979	0.9817695278143268	9	3	1	2	3	False	27549	fragment	False	ISR0230_000000007371	1.0		0	0	False	False	0.9992460608482361	0					non-mobilizable	other	2669.0	99.963	92.0	0.0006222161252663141	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CAN0014_000000029263	1680	0.9817670036838566	3	2	2	2	1	False	115014	fragment	False	ISR0372_000000009500	0.9502404400599137		0	0	False	False	0.9982143044471741	0					non-mobilizable	no_good_hit	645.0	76.434	38.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0329_000000005472	2544	0.981756043025676	3	3	3	3	2	False	24707	maximal	True	ISR0329_000000005472	1.0		8	3	False	False	0.9988207817077637	0					non-mobilizable	no_good_hit	234.0	73.932	9.0	4.55459748493923e-05	CP003017.1	firmicutes	Bacillus megaterium WSH-002, complete genome	True	False
ISR0138_000000006590	4446	0.9817553214117112	4	4	2	4	2	False	60099	fragment	False	ISR0138_000000006590	0.9799635701275046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3250.0	93.262	73.0	0.0008679144532527243	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ENG0106_000000004719	4392	0.9817553214117112	5	4	2	4	2	False	60099	fragment	False	ISR0138_000000006590	0.9744714349977508		0	0	False	False	0.9981784820556641	0					non-mobilizable	no_good_hit	3155.0	93.249	72.0	0.0008427419883944226	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
CAN0016_000000009861	4722	0.981753140035478	7	3	2	3	1	False	93004	maximal	True	CAN0016_000000009861	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	81.37	10.0	0.027004370995748758	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
FIJ0017_000000007749	3592	0.9817523585646228	5	3	1	2	2	True	90252	backbone	False	FIJ0112_000000007239	0.9727910565559115	PS476	0	0	True	True	0.9983296394348145	2		MOBV			mobilizable	plasmid	2156.0	97.35600000000001	92.0	0.4731750219876869	CP049126.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_6, complete sequence	False	True
ISR0255_000000008515	3417	0.9817523585646228	5	3	1	2	2	True	90252	backbone	False	FIJ0112_000000007239	0.966531869993514	PS476	0	0	True	True	0.9988293647766113	16		MOBV			mobilizable	plasmid	2474.0	96.84700000000001	100.0	0.5428759894459103	CP049126.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_6, complete sequence	False	True
CHI0160_000000008478	3397	0.9817523585646228	5	3	1	2	2	True	90252	backbone	False	FIJ0112_000000007239	0.9664698035954289	PS476	0	0	True	True	1.0	24		MOBV			mobilizable	plasmid	2186.0	97.804	100.0	0.4799912049252419	CP049126.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_6, complete sequence	False	True
CAN0013_000000001529	19039	0.9817511683374373	26	18	14	15	14	False	123927	fragment	False	SPA0145_000000000420	0.7401950829678645		0	0	False	True	1.0	0					non-mobilizable	other	17343.0	99.965	91.0	0.17306003512693596	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0054_000000001689	11628	0.9817509459852278	13	11	5	7	11	True	123672	maximal	True	SPA0054_000000001689	1.0	PS902	69	9	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	7449.0	98.51	89.0	0.22452932986258248	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
ENG0158_000000000912	15398	0.9817457483113408	21	21	3	17	20	True	113238	fragment	False	ENG0158_000000000912	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	10531.0	99.98100000000001	100.0	0.07370955774265354	CP015131.1	enterobacteria	Klebsiella pneumoniae strain Kpn555 plasmid pKPN-7c3, complete sequence	False	True
FIJ0087_000000014406	2236	0.9817448563210092	3	3	1	2	2	False	99027	fragment	False	ENG0096_000000015497	0.5766658844406302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	77.24	25.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AUS0006_000000003204	5883	0.9817361333236252	5	3	3	2	3	False	102185	fragment	False	AUS0006_000000003204	0.9975903614457832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	97.24600000000001	14.0	0.9987864077669902	GQ875203.1		Uncultured organism clone VC1A044TF genomic sequence	True	False
MON0046_000000025157	1378	0.9817344041027416	2	1	1	1	1	False	74971	maximal	True	MON0046_000000025157	0.9762633996937213		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0077_000000003595	3019	0.9817327314080512	3	3	3	2	2	False	60637	maximal	True	MAD0077_000000003595	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1835.0	83.488	61.0	0.0005949218333377366	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0250_000000004308	2656	0.9817306014854604	3	3	3	2	3	True	27029	maximal	True	ISR0250_000000004308	1.0		3	3	False	False	1.0	0					non-mobilizable	plasmid	2607.0	99.885	98.0	0.07704816249297815	CP041553.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-3	False	True
CAN0012_000000009889	5457	0.9817278376883888	4	3	3	3	1	True	94302	maximal	True	CAN0012_000000009889	0.9998644741597398		6	2	True	True	1.0	58					non-mobilizable	no_good_hit	1286.0	93.079	30.0	0.4187111547268564	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
CAN0017_000000006816	5437	0.9817278376883888	4	3	3	3	1	True	94302	maximal	False	CAN0012_000000009889	0.9998632158415113		0	0	True	True	1.0	49					non-mobilizable	no_good_hit	1286.0	93.079	30.0	0.4187111547268564	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
MAD0072_000000003553	1688	0.981726754254	2	2	1	2	1	False	59333	fragment	False	MAD0072_000000003553	1.0		0	0	False	False	0.9994075894355774	0					non-mobilizable	chromosome	1611.0	99.876	100.0	0.0003357657931403257	CP061758.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 chromosome, complete genome	False	False
CAN0014_000000015220	3078	0.9817208140509932	5	4	4	4	3	False	125966	fragment	False	DEN0051_000000012717	0.8715285436775729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	99.13799999999999	4.0	4.0548311903256666e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
BAN0019_000000001359	2510	0.9817196266685188	4	2	1	1	2	True	97798	maximal	True	BAN0019_000000001359	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	496.0	83.266	81.0	0.1991869918699187	LR215522.1		BMMF2 DNA sequence, isolate C2MI.7A.10	True	True
FIJ0152_000000021341	1309	0.9817089621413356	2	1	1	1	1	False	39687	fragment	False	FIJ0152_000000021341	1.0		0	0	False	False	0.9747899174690247	0					non-mobilizable	no_good_hit	156.0	76.282	12.0	7.508844977686951e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0123_000000007657	1464	0.9817077270786752	2	2	1	2	1	False	80079	fragment	False	CHI0141_000000018492	0.9824091523551127		0	0	False	False	0.9678961634635925	0					non-mobilizable	chromosome	1414.0	100.0	97.0	0.00039512196349609954	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0328_000000002744	8348	0.9817015099586156	13	7	5	7	4	False	125372	fragment	False	ISR0328_000000002744	0.9734930787659412		0	0	False	False	0.9983229637145996	0					non-mobilizable	other	8244.0	98.726	99.0	0.002352375722523555	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0090_000000001342	8599	0.9816982906842341	10	6	4	4	4	True	118745	maximal	True	MAD0090_000000001342	1.0		1	1	True	True	0.9986044764518738	5	rep_cluster_1404	MOBV			mobilizable	no_good_hit	1600.0	95.75	23.0	0.2257699915230291	EU685104.1	firmicutes	Streptococcus parasanguinis plasmid pFW213, complete sequence	True	True
MON0090_000000001040	27907	0.9816953273480936	41	11	4	8	6	False	16807	maximal	True	MON0090_000000001040	1.0		2	1	False	False	0.998817503452301	0					non-mobilizable	no_good_hit								True	False
ENG0020_000000000930	20061	0.9816949398579878	16	12	8	12	6	True	120596	fragment	False	ENG0020_000000000930	0.9749956557567505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	97.824	4.0	0.9988425925925926	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
ISR0244_000000007027	3208	0.9816933050150808	7	2	2	2	2	False	27200	maximal	True	ISR0244_000000007027	1.0		1	1	False	False	0.993453860282898	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	8.718927920622881e-06	CP022890.1	firmicutes	Bacillus subtilis strain DKU_NT_02, complete genome	True	False
FIJ0095_000000001568	14318	0.9816931206289182	13	5	3	4	3	True	98622	fragment	False	FIJ0095_000000001568	1.0		0	0	False	False	0.9999301433563232	0					non-mobilizable	no_good_hit	1185.0	98.14299999999999	8.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
DEN0051_000000035269	1378	0.9816876588119152	2	1	1	1	1	False	72438	maximal	True	DEN0051_000000035269	1.0		1	1	False	False	0.9992743134498596	0					non-mobilizable	no_good_hit	653.0	79.786	47.0	0.00017980426222787826	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0066_000000006529	2116	0.9816861709674568	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9743286169615709		0	0	False	False	0.9981096386909485	0					non-mobilizable	other	2116.0	99.95299999999999	100.0	0.00040830431123020254	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
SPA0090_000000017114	2080	0.9816861709674568	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9715213659620541		0	0	False	False	1.0	0					non-mobilizable	chromosome	2080.0	99.375	100.0	0.00040684995201558044	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
CHI0115_000000004038	1960	0.9816861709674568	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9233493900585548		0	0	False	False	0.9933673739433289	0					non-mobilizable	chromosome	1960.0	99.745	100.0	0.00038336654930183845	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
AUS0002_000000018738	1955	0.9816861709674568	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9237785553267126		0	0	False	False	0.9667519330978394	0					non-mobilizable	other	1955.0	99.744	100.0	0.00037722299013892	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ENG0050_000000013932	1937	0.9816861709674568	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9204377783616426		0	0	False	False	0.995353639125824	0					non-mobilizable	other	1937.0	99.948	100.0	0.00037374805983057786	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
CHI0042_000000006036	1937	0.9816861709674568	4	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9202135017782976		0	0	False	False	0.9974187016487122	0					non-mobilizable	other	1937.0	99.69	100.0	0.00037374805983057786	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ENG0119_000000016476	1928	0.9816861709674568	4	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.6182648931190219		0	0	False	False	1.0	0					non-mobilizable	other	1928.0	99.53299999999999	100.0	0.0003720105946764068	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ENG0164_000000010493	1901	0.9816861709674568	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.8638861819222579		0	0	False	False	1.0	0					non-mobilizable	other	1901.0	99.947	100.0	0.00036679819921389353	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
FIJ0025_000000011410	1877	0.9816861709674568	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.8092306950217267		0	0	False	False	1.0	0					non-mobilizable	chromosome	1877.0	99.84	100.0	0.00036712386242483355	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
SPA0131_000000014871	1806	0.9816861709674568	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.7490263478260657		0	0	False	False	0.9994462728500366	0					non-mobilizable	other	1806.0	99.723	100.0	0.00034845828925319887	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
SPA0058_000000017352	1780	0.9816861709674568	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.7441272796179941		0	0	False	False	1.0	0					non-mobilizable	chromosome	1780.0	99.775	100.0	0.0003611425258417879	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
CHI0162_000000018966	1696	0.9816861709674568	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.5046003009076716		0	0	False	False	0.9864386916160583	0					non-mobilizable	chromosome	1696.0	99.882	100.0	0.00033150736830899147	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ENG0037_000000005004	6009	0.9816830655821022	7	3	2	3	1	True	97251	maximal	True	ENG0037_000000005004	1.0	PS526	1	1	True	True	1.0	35					non-mobilizable	no_good_hit	1653.0	98.427	28.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0052_000000004573	5867	0.9816830655821022	6	3	2	3	1	True	97256	maximal	True	ENG0052_000000004573	1.0	PS526|PS528	1	1	True	True	1.0	48					non-mobilizable	no_good_hit	1653.0	98.488	39.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0101_000000017626	2471	0.9816820974373326	2	1	1	1	1	True	131862	fragment	False	ISR0341_000000005191	0.9519155590304926		0	0	False	False	0.9858356714248657	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0578696454048787e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0080_000000011182	2339	0.9816820974373326	3	1	1	1	1	True	123258	backbone	False	ISR0072_000000011567	0.02690877381042693	PS121|PS629|PS654|PS88|PS886	0	0	False	True	0.9965797066688538	0					non-mobilizable	no_good_hit	665.0	81.50399999999999	44.0	0.5335489086499596	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0002_000000019310	1922	0.9816820974373326	2	1	1	1	1	True	131861	fragment	False	AST0002_000000019310	0.9562212542354369		0	0	False	False	0.9989594221115112	0					non-mobilizable	no_good_hit								True	True
ISR0018_000000011153	1896	0.9816820974373326	1	1	1	1	1	True	131861	fragment	False	AST0002_000000019310	0.6525980116300881		0	0	False	False	0.9941983222961426	0					non-mobilizable	no_good_hit								True	True
ISR0087_000000020257	1777	0.9816820974373326	1	1	1	1	1	True	131861	fragment	False	AST0002_000000019310	0.9329413219644914		0	0	False	False	0.9994372725486755	0					non-mobilizable	no_good_hit								True	True
FIJ0104_000000018439	1487	0.9816820974373326	1	1	1	1	1	True	42477	fragment	False	FIJ0104_000000018439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1268.0	94.479	86.0	0.02009580002537749	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0021_000000034469	1105	0.9816820974373326	1	1	1	1	1	True	74676	fragment	False	DEN0021_000000034469	1.0		0	0	False	False	0.9791855216026306	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000003478	7361	0.981681432776374	12	6	4	6	5	False	53104	maximal	True	TAN0009_000000003478	1.0		1	1	False	False	0.9994565844535828	0					non-mobilizable	no_good_hit	1529.0	76.521	20.0	0.0004610476919927651	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0855_000000006315	2521	0.9816661027344179	4	4	4	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.7920453253203807		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	95.46799999999999	96.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0032_000000021125	1205	0.9816634515738974	3	2	2	1	1	False	65565	fragment	False	ENG0032_000000021125	1.0		0	0	False	False	0.9958506226539612	0					non-mobilizable	other	1234.0	77.796	100.0	0.00033501872106672165	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0079_000000003311	8643	0.9816631250272632	11	6	5	5	4	False	87866	maximal	True	ISR0079_000000003311	1.0		0	0	False	False	0.9969918131828308	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	False
MON0100_000000020349	2186	0.9816546332015844	3	2	2	2	2	False	56342	fragment	False	MON0100_000000020349	1.0		0	0	False	False	0.9730100631713867	0					non-mobilizable	no_good_hit								True	False
AST0093_000000005355	3569	0.9816505167366824	3	3	1	2	3	True	109566	fragment	False	AST0093_000000005355	1.0		0	0	False	False	0.9997197985649109	0		MOBV			mobilizable	plasmid	3240.0	98.488	99.0	0.46053193002417864	CP014906.1	firmicutes	Lactobacillus backii strain TMW 1.2002 plasmid pL12002-7, complete sequence	False	True
ENG0088_000000009864	1964	0.9816489213731175	6	1	1	1	1	False	73754	fragment	False	ENG0088_000000009864	0.9841156003080964		0	0	False	False	0.9994908571243286	0					non-mobilizable	virus	1965.0	98.931	100.0	0.40453141091658085	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
MON0103_000000054548	1105	0.9816456461712706	2	2	2	1	1	False	8834	maximal	True	MON0103_000000054548	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	80.0	15.0	0.0022632067249571254	NZ_FOLE01000013.1	CFB group bacteria	Flexibacter flexilis DSM 6793, whole genome shotgun sequence	True	False
ENG0105_000000004981	4052	0.981643932482518	3	3	3	3	3	False	60183	maximal	True	ENG0105_000000004981	1.0		2	1	False	False	0.9950641393661499	0					non-mobilizable	no_good_hit	149.0	77.181	4.0	0.0015887082828981497	NZ_LOEE01000031.1	firmicutes	Thermotalea metallivorans strain B2-1 AN619_contig000038, whole genome shotgun sequence	True	False
CAN0002_000000000969	12845	0.9816417616956121	11	8	8	8	5	True	96991	maximal	True	CAN0002_000000000969	1.0		5	4	False	False	1.0	0					non-mobilizable	other	8568.0	99.837	100.0	0.014633354687166346	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	True
CHI0111_000000001870	15408	0.9816414438951672	12	9	9	9	7	True	87429	maximal	True	CHI0111_000000001870	1.0		9	3	False	False	0.9998052716255188	0					non-mobilizable	other	11220.0	99.777	100.0	0.015981250489752595	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
MAD0068_000000015640	1813	0.9816398815194468	3	2	2	2	1	True	19645	fragment	False	MAD0068_000000015640	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1813.0	100.0	100.0	0.022969855234135333	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
CHI0173_000000006605	2533	0.981639788208326	4	4	3	2	2	False	104478	fragment	False	CHI0173_000000006605	1.0		0	0	False	False	0.9901303052902222	0					non-mobilizable	other	2534.0	98.934	100.0	0.017910321070092168	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0077_000000013008	2511	0.981639788208326	4	4	3	2	2	False	104478	fragment	False	CHI0173_000000006605	0.9956573233320174		0	0	False	False	0.9992035031318665	0					non-mobilizable	other	2512.0	99.164	100.0	0.01775470216663955	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0114_000000038229	1230	0.9816377150138909	2	2	2	2	2	True	4416	fragment	False	SPA0114_000000038229	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1230.0	100.0	100.0	0.009480683781782276	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0229_000000003094	4903	0.981635014893686	7	5	5	5	4	False	27582	maximal	True	ISR0229_000000003094	1.0		1	1	False	False	0.9995920658111572	0					non-mobilizable	no_good_hit	2032.0	99.705	41.0	0.011060620920374426	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0149_000000007051	3883	0.9816333206698342	3	2	2	2	1	False	104554	maximal	True	AST0149_000000007051	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	95.455	15.0	0.001883223717951348	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0067_000000003215	2951	0.9816333206698342	3	2	2	2	1	False	16517	fragment	False	MAD0067_000000003215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	96.64200000000001	9.0	0.001095470005867124	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0062_000000011778	1157	0.9816319029299516	2	1	1	1	1	False	85537	fragment	False	CHI0062_000000011778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0081_000000038732	1350	0.981627371083744	2	2	1	2	1	False	88933	fragment	False	MON0081_000000038732	1.0		0	0	False	False	0.9311110973358154	0					non-mobilizable	other	1266.0	99.921	94.0	0.01005716284653485	NZ_WBKJ01000015.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000015, whole genome shotgun sequence	False	False
CHI0104_000000009490	1136	0.981627371083744	2	2	1	2	1	False	83228	fragment	False	ISR0053_000000014869	0.9184193563491849		0	0	False	False	1.0	0					non-mobilizable	other	889.0	99.88799999999999	100.0	0.02896848698375416	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0029_000000009147	5018	0.9816266498876752	5	5	5	4	4	False	125051	fragment	False	ISR0847_000000004306	0.5571631175592848		0	0	False	False	1.0	0					non-mobilizable	other	5018.0	99.84100000000001	100.0	0.018139285998365767	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0046_000000000008	145941	0.9816246305855126	180	57	28	43	25	True	115748	maximal	True	AST0046_000000000008	1.0		1	1	True	True	1.0	78					non-mobilizable	no_good_hit	1720.0	85.988	2.0	0.02936877761920319	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0228_000000004651	5001	0.981618531853486	8	3	1	3	3	True	91859	fragment	False	ISR0228_000000004651	1.0		0	0	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
ISR0812_000000014452	2744	0.9816181663352151	4	4	4	3	2	False	116631	fragment	False	SPA0101_000000007479	0.1512079566806222		0	0	False	False	0.9992711544036865	0					non-mobilizable	other	2744.0	99.964	100.0	0.0005295407686545842	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ENG0036_000000009090	2604	0.9816181663352151	4	4	4	3	2	False	116631	fragment	False	SPA0101_000000007479	0.11717159835775073		0	0	False	False	1.0	0					non-mobilizable	other	2604.0	99.57799999999999	100.0	0.0005023204812392374	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0174_000000009763	2573	0.9816181663352151	4	4	4	3	2	False	116631	fragment	False	SPA0101_000000007479	0.11644521768446053		0	0	False	False	0.996502161026001	0					non-mobilizable	other	2573.0	99.728	100.0	0.0004965289307253338	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
CHI0186_000000005718	3382	0.9816111829031556	5	4	4	4	4	False	101234	fragment	False	ISR0356_000000004418	0.8207738907667437		0	0	False	False	0.9914252161979675	0					non-mobilizable	chromosome	3349.0	99.58200000000001	99.0	0.0014156819333107254	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0148_000000001549	6857	0.9816098558456868	10	9	3	3	7	True	109291	maximal	False	CAN0020_000000005037	0.9886060180842846		0	0	True	True	1.0	150		MOBB			mobilizable	no_good_hit	4140.0	90.845	76.0	0.6883291351805205	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
USA0026_01_000000029616	1107	0.9816072135636972	2	1	1	1	1	False	1602	fragment	False	USA0026_01_000000029616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	84.954	49.0	0.0001510020242660253	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0029_000000000249	52927	0.981604763308606	60	30	16	26	11	True	89168	backbone	True	ENG0029_000000000249	1.0	PS461	3	3	True	True	1.0	31		MOBP			mobilizable	plasmid	28102.0	99.641	90.0	0.24047892097290452	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
MON0053_000000033213	1241	0.9816037083086858	1	1	1	1	1	False	11166	maximal	True	MON0053_000000033213	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	94.848	77.0	0.007351858881494852	NZ_FNQG01000010.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
ISR0165_000000001231	12410	0.9816021073176272	11	11	11	10	9	True	69514	maximal	True	ISR0165_000000001231	1.0		1	1	False	False	0.9992747902870178	0					non-mobilizable	other	6528.0	99.617	97.0	0.22262773722627738	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0019_000000018648	3443	0.9815996293403344	5	4	0	3	2	True	13211	maximal	True	MON0019_000000018648	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	86.46600000000001	17.0	0.18934485241180707	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0069_000000020886	2368	0.9815996293403344	4	4	0	3	2	True	10498	fragment	False	MON0069_000000020886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	88.08200000000001	23.0	0.13157894736842105	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0815_000000001876	12296	0.9815975559670164	10	5	5	4	1	True	124838	maximal	True	ISR0815_000000001876	1.0		2	2	False	False	0.9999186992645264	0					non-mobilizable	no_good_hit	259.0	72.587	2.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
MON0093_000000011882	3461	0.981596714559366	5	3	3	3	3	False	97113	maximal	True	MON0093_000000011882	1.0	PS521	2	1	False	True	0.9867090582847595	0					non-mobilizable	no_good_hit	1832.0	79.803	52.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
SPA0131_000000004763	4618	0.9815944389094298	6	4	2	1	4	True	3776	maximal	True	SPA0131_000000004763	1.0		1	1	False	False	0.998700737953186	0		MOBV			mobilizable	no_good_hit	2585.0	96.867	84.0	0.3575682038498823	CP036543.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_1, complete sequence	True	True
ENG0033_000000000414	36722	0.9815942613485816	25	14	7	13	4	True	65544	maximal	True	ENG0033_000000000414	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	79.208	1.0	0.050407331975560084	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
CAN0005_000000001873	10226	0.9815908091121204	7	7	6	7	6	True	106684	fragment	False	DEN0070_000000002811	0.9331356057402164		0	0	False	False	0.9997066259384155	0					non-mobilizable	other	9215.0	90.23299999999999	99.0	0.8363652901582681	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0259_000000005664	2622	0.9815885514691164	4	2	1	2	1	False	55021	fragment	False	ISR0259_000000005664	1.0		0	0	False	False	0.9942792057991028	0					non-mobilizable	no_good_hit	48.0	89.583	2.0	0.0003832261115595672	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
AST0055_000000005712	5408	0.981587349018516	6	5	2	3	4	False	127545	fragment	False	AST0055_000000005712	0.9999073044123099		0	0	False	False	1.0	0					non-mobilizable	other	5408.0	99.98200000000001	100.0	0.49889278464661374	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0129_000000005897	4493	0.981587349018516	6	5	2	3	4	False	127544	fragment	False	ENG0129_000000005897	0.9570668658256629		0	0	False	False	0.9997774362564087	0					non-mobilizable	other	4493.0	99.978	100.0	0.41446761395091347	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0123_000000002956	5736	0.9815863176119908	8	2	1	2	1	False	32126	maximal	True	ISR0123_000000002956	1.0		1	1	True	True	0.999476969242096	13					non-mobilizable	no_good_hit	171.0	80.702	3.0	0.01978616197615829	NZ_OAOI01000025.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	True
ISR0101_000000005048	4691	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9888136475495445	PS1154|PS695	0	0	True	True	0.9985077977180481	4					non-mobilizable	no_good_hit	891.0	76.431	25.0	0.2733419188667096	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0235_000000000838	4583	0.9815856761665804	6	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.997014789837618	PS1154|PS695	0	0	True	True	0.9975998401641846	18					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0011_000000005456	4582	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9978389462969296	PS1154|PS695	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0182_000000007073	4582	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9979639081093167	PS1154|PS695	0	0	True	True	1.0	73					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0123_000000003993	4582	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9974128957291104	PS1154|PS695	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0175_000000005350	4582	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.99774902433116	PS1154|PS695	0	0	True	True	1.0	160					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0310_000000003308	4562	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9977719987976793	PS1154|PS695	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0169_000000005856	4562	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9975576128694533	PS1154|PS695	0	0	True	True	0.9978079795837402	13					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
AST0052_000000004317	4562	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9977563571633917	PS1154|PS695	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0384_000000002942	4562	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9977563571633917	PS1154|PS695	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0301_000000003452	4561	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9975408622016189	PS1154|PS695	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	863.0	76.362	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0013_000000005659	4561	0.9815856761665804	5	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9977737288383512	PS1154|PS695	0	0	True	True	0.995834231376648	25					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
CHI0074_000000003507	4542	0.9815856761665804	5	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9975110358142809	PS1154|PS695	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ENG0177_000000005786	4542	0.9815856761665804	5	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9975370538849212	PS1154|PS695	0	0	True	True	1.0	287					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
AUS0012_000000003264	4542	0.9815856761665804	5	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9971019304293899	PS1154|PS695	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	863.0	76.362	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0391_000000002515	4542	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9973401308613533	PS1154|PS695	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0346_000000004094	4541	0.9815856761665804	6	3	1	3	1	True	132302	backbone	False	AST0002_000000007418	0.9977707640470818	PS1154|PS695	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
AST0003_000000007805	4525	0.9815856761665804	5	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9972582048854027	PS1154|PS695	0	0	True	True	0.9995580315589905	11					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0290_000000002085	4523	0.9815856761665804	7	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9972067255069015	PS1154|PS695	0	0	True	True	0.9997789263725281	8					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0386_000000007810	4523	0.9815856761665804	6	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9969476813746052	PS1154|PS695	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0006_000000006986	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.997466909119054	PS1154|PS695	0	0	True	True	0.9991154074668884	14					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0045_000000005447	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9961985725838464	PS1154|PS695	0	0	True	True	0.9995577335357666	17					non-mobilizable	no_good_hit	863.0	76.362	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0098_000000007588	4522	0.9815856761665804	5	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9970130982402734	PS1154|PS695	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0092_000000008637	4522	0.9815856761665804	6	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9974573338331768	PS1154|PS695	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0115_000000006717	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9975959119542152	PS1154|PS695	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0287_000000002162	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9979151284344389	PS1154|PS695	0	0	True	True	0.9973462820053101	4					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
AST0116_000000005753	4522	0.9815856761665804	5	3	1	3	1	True	132302	backbone	False	AST0002_000000007418	0.9977108597979395	PS1154|PS695	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	863.0	76.362	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0114_000000005852	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.997698116186416	PS1154|PS695	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0332_000000002683	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9963527821989319	PS1154|PS695	0	0	True	True	0.99668288230896	6					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0378_000000004695	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9975922125025947	PS1154|PS695	0	0	True	True	0.9997788667678833	11					non-mobilizable	no_good_hit	298.0	96.98	13.0	0.09798746288353678	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
SPA0018_000000006132	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9977501177937866	PS1154|PS695	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
DEN0012_000000001405	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.997575332268779	PS1154|PS695	0	0	True	True	1.0	68					non-mobilizable	no_good_hit	718.0	77.577	22.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0168_000000005742	4522	0.9815856761665804	5	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9975495268041165	PS1154|PS695	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0818_000000003685	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9977463314603077	PS1154|PS695	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	863.0	76.362	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
CHI0178_000000002650	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9977520472069407	PS1154|PS695	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	863.0	76.477	26.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0046_000000005767	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9973461176995536	PS1154|PS695	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0271_000000003151	4522	0.9815856761665804	6	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9971375174218288	PS1154|PS695	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0143_000000007301	4522	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9973248586979218	PS1154|PS695	0	0	True	True	0.9997788667678833	6					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0069_000000005373	4521	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9975398392016833	PS1154|PS695	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0056_000000007215	4521	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9976901409411844	PS1154|PS695	0	0	True	True	0.9997788071632385	23					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0223_000000005731	4521	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9976309646669771	PS1154|PS695	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	718.0	77.577	22.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0780_000000002445	4521	0.9815856761665804	5	3	1	3	1	True	132302	backbone	False	AST0002_000000007418	0.9971280290135048	PS1154|PS695	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0027_000000005774	4515	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9975477332189921	PS1154|PS695	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	863.0	76.477	25.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0043_000000004878	4492	0.9815856761665804	5	3	1	3	1	True	132302	backbone	False	AST0002_000000007418	0.9908965907018158	PS1154|PS695	0	0	True	True	0.9995547533035278	15					non-mobilizable	no_good_hit	863.0	76.362	26.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0326_000000003708	4482	0.9815856761665804	7	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9956645375404595	PS1154|PS695	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	863.0	76.477	26.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0262_000000003395	4482	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9963358059915307	PS1154|PS695	0	0	True	True	0.9953145980834961	9					non-mobilizable	no_good_hit	718.0	77.577	22.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0021_000000007195	4382	0.9815856761665804	6	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9622946959344933	PS1154|PS695	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	863.0	76.477	26.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ENG0116_000000005098	4381	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9774123938726077	PS1154|PS695	0	0	True	True	0.9979456663131714	3					non-mobilizable	no_good_hit	718.0	77.437	23.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0782_000000003129	4366	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9743169687890424	PS1154|PS695	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	718.0	77.577	23.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
AST0059_000000003204	4237	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9505276334809536	PS1154|PS695	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	718.0	77.577	21.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0292_000000003940	4180	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9264736353214691	PS1154|PS695	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	718.0	77.577	20.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0106_000000005335	4168	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9235565092257285	PS1154|PS695	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	718.0	77.437	20.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0219_000000007752	4108	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9116354140685087	PS1154|PS695	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	718.0	77.577	20.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
AUS0022_000000008668	4108	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9127187882830489	PS1154|PS695	0	0	False	True	0.9931840300559998	0					non-mobilizable	no_good_hit	718.0	77.577	20.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0139_000000006247	4107	0.9815856761665804	5	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.9123022425250544	PS1154|PS695	0	0	False	True	0.9970781803131104	0					non-mobilizable	no_good_hit	718.0	77.577	20.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0126_000000011857	4090	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.8941234842451999	PS1154|PS695	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	718.0	77.577	17.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ENG0180_000000003877	4073	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.8492341483740669	PS1154|PS695	0	0	False	True	0.9992634654045105	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	5.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ISR0365_000000003681	3959	0.9815856761665804	5	2	1	2	1	True	110187	backbone	True	ISR0365_000000003681	1.0	PS695	3	2	True	True	1.0	138					non-mobilizable	no_good_hit	863.0	76.477	29.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ENG0004_000000006830	3896	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.1291382112137588	PS1154|PS695	0	0	False	True	0.9992299675941467	0					non-mobilizable	no_good_hit	863.0	76.477	22.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
CHI0054_000000004316	3854	0.9815856761665804	4	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.05934640067734863	PS1154|PS695	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	863.0	76.593	22.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
CHI0167_000000005089	3609	0.9815856761665804	3	2	1	2	1	True	132302	backbone	False	AST0002_000000007418	0.04357802075552321	PS1154|PS695	0	0	False	True	0.9858686327934265	0					non-mobilizable	no_good_hit	718.0	77.577	20.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0288_000000008242	3584	0.9815856761665804	4	2	1	2	1	True	122779	fragment	False	ISR0231_000000003753	0.7856896279745338		0	0	False	False	0.9988839030265808	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	6.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ISR0150_000000006947	3253	0.9815856761665804	3	2	1	2	1	True	110204	fragment	False	ISR0150_000000006947	1.0		0	0	False	False	0.9978481531143188	0					non-mobilizable	no_good_hit	718.0	77.577	22.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
FIJ0084_000000004523	3015	0.9815856761665804	2	2	1	2	1	True	65660	fragment	False	FIJ0084_000000004523	0.9788306451612904		0	0	False	False	0.997678279876709	0					non-mobilizable	no_good_hit	863.0	76.477	38.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0089_000000008700	2976	0.9815856761665804	2	2	1	2	1	True	65660	fragment	False	FIJ0084_000000004523	0.9724709784411277		0	0	False	False	0.9865591526031494	0					non-mobilizable	no_good_hit	863.0	76.477	39.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0211_000000008817	2526	0.9815856761665804	2	2	1	2	1	True	65658	fragment	False	ISR0211_000000008817	1.0		0	0	False	False	0.9996041059494019	0					non-mobilizable	no_good_hit	863.0	76.477	45.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0107_000000011427	2250	0.9815856761665804	2	2	1	2	1	True	65659	fragment	False	ISR0107_000000011427	1.0		0	0	False	False	0.9982222318649292	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	10.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ISR0222_000000030830	1495	0.9815856761665804	2	2	1	2	1	True	65657	fragment	False	ISR0222_000000030830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0142_000000001475	12481	0.9815856246818886	10	8	5	8	6	False	99713	fragment	False	ENG0142_000000001475	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5513.0	96.82600000000001	63.0	0.0014731247785693417	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MAD0036_000000004115	5679	0.9815848334839052	3	2	2	2	1	False	52683	maximal	True	MAD0036_000000004115	1.0		1	1	False	False	0.9985913038253784	0					non-mobilizable	no_good_hit	45.0	88.889	1.0	1.5025387783062085e-05	NC_014836.1	bacteria	Desulfurispirillum indicum S5, complete genome	True	False
ISR0324_000000009816	3192	0.9815815405738381	4	4	4	4	4	False	107432	maximal	True	ISR0324_000000009816	1.0		15	4	False	False	0.9962406158447266	0					non-mobilizable	no_good_hit	430.0	72.791	13.0	0.0004452766666524972	NZ_FNQO01000002.1	g-proteobacteria	Microbulbifer marinus strain CGMCC 1.10657, whole genome shotgun sequence	True	False
CHI0084_000000000817	3915	0.9815814492072178	4	4	3	3	2	False	101246	fragment	False	AUS0012_000000003636	0.9644396551724138		0	0	False	False	0.9729246497154236	0					non-mobilizable	no_good_hit	726.0	78.65	18.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
ISR0196_000000002296	7128	0.9815793448399444	12	7	4	6	5	True	125431	fragment	False	ISR0196_000000002296	0.99335874982429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	34.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MAD0040_000000022842	1487	0.981577032981628	1	1	1	1	1	False	18344	fragment	False	MAD0040_000000022842	1.0		0	0	False	False	0.9993274807929993	0					non-mobilizable	no_good_hit								True	False
SPA0095_000000000954	20615	0.9815769248024204	24	15	10	14	10	False	5227	fragment	False	SPA0095_000000000954	1.0		0	0	False	False	0.9995149374008179	0					non-mobilizable	no_good_hit	445.0	72.36	2.0	0.000320149946593168	NZ_JH976434.1	firmicutes	Amphibacillus jilinensis Y1 Scaffold1, whole genome shotgun sequence	True	False
FIJ0063_000000000407	30662	0.9815765068706052	37	19	9	17	12	True	128728	maximal	False	FIJ0161_000000000342	0.9541081871807564	PS985|PS993	0	0	True	True	0.9999347925186157	7					non-mobilizable	no_good_hit	5634.0	94.37299999999999	52.0	0.22367421971785956	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0308_000000012581	1464	0.9815732443251112	2	1	1	1	1	False	103195	fragment	False	ISR0308_000000012581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	81.86	15.0	8.666326009197752e-05	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	False
FIJ0087_000000019594	1647	0.9815709247041612	2	1	0	1	1	True	43724	fragment	False	FIJ0087_000000019594	1.0		0	0	False	False	0.995749831199646	0					non-mobilizable	no_good_hit								True	True
MAD0043_000000024512	1116	0.9815706710368234	1	1	1	1	1	False	18000	maximal	True	MAD0043_000000024512	1.0		1	1	False	False	0.9874551892280579	0					non-mobilizable	no_good_hit	572.0	87.238	51.0	0.031287671232876714	NZ_SMUS01000054.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00054, whole genome shotgun sequence	True	False
ENG0042_000000001041	20413	0.9815660348182824	23	23	9	15	23	True	113289	fragment	False	FIJ0099_000000000899	0.9574313351243336		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	chromosome	20291.0	99.921	100.0	0.004015915613915534	CP035322.1	enterobacteria	Escherichia coli strain BR07-DEC chromosome	False	True
FIJ0020_000000000257	35445	0.9815643785436848	33	15	11	15	6	True	106307	fragment	False	FIJ0014_000000000221	0.46579796328431783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	0.0	0.00029167534748057977	NZ_MCHZ01000027.1	firmicutes	Caminicella sporogenes strain AM 1114 contig_5, whole genome shotgun sequence	True	True
MAD0067_000000001637	5398	0.981559995408078	9	9	6	8	9	True	114229	fragment	False	CHI0087_000000001017	0.9436731669909074		0	0	False	False	0.9998147487640381	0					non-mobilizable	other	5400.0	99.167	100.0	0.044865561235091216	LK999973.1	enterobacteria	Escherichia coli genome assembly FHI59, scaffold scaffold-14	False	True
ENG0149_000000005830	4150	0.9815588511091778	5	2	2	1	1	False	57232	maximal	True	ENG0149_000000005830	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	97.5	5.0	0.0006060015469788235	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
MON0066_000000010411	2954	0.981556584105526	4	2	2	2	1	False	10648	maximal	True	MON0066_000000010411	1.0		1	1	False	False	0.9911983609199524	0					non-mobilizable	no_good_hit	1369.0	93.061	87.0	0.00037037961604251144	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0082_000000003518	7329	0.9815539913598116	9	8	5	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.23954129199611066		0	0	False	True	1.0	0					non-mobilizable	plasmid	7329.0	99.67299999999999	100.0	0.2364088326446281	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0120_000000002857	13966	0.9815512881504104	17	13	8	12	9	False	123875	fragment	False	SPA0100_000000001739	0.9552834487362555		0	0	False	False	1.0	0					non-mobilizable	other	10932.0	98.271	100.0	0.06468126912355666	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ENG0078_000000004538	5708	0.9815454965764862	7	4	2	2	4	False	61952	fragment	False	ENG0078_000000004538	1.0		0	0	False	False	0.9994744062423706	0					non-mobilizable	no_good_hit	2002.0	93.007	80.0	0.000561258075488365	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0044_000000018014	1382	0.9815441804006256	2	2	1	1	2	False	17948	maximal	True	MAD0044_000000018014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	98.113	8.0	3.384342356204934e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0031_01_000000011362	2556	0.9815411824016704	3	2	2	1	1	False	62540	fragment	False	USA0031_01_000000011362	1.0		0	0	False	False	0.9984350800514221	0					non-mobilizable	no_good_hit	234.0	99.145	9.0	6.486411246824652e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0812_000000027556	1434	0.9815364476466788	2	2	2	1	1	False	21627	fragment	False	ISR0812_000000027556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	100.0	14.0	0.02706359945872801	KU545389.1	bacteria	Uncultured bacterium clone TE_01G_000_2_Contig_5 genomic sequence	True	False
ISR0260_000000002498	4295	0.9815320673342384	4	4	3	3	3	False	118774	maximal	True	ISR0260_000000002498	1.0		0	0	False	False	0.9967404007911682	0		MOBQ			mobilizable	no_good_hit	2611.0	97.35700000000001	61.0	0.6163477439168439	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	True	True
ISR0210_000000008264	2319	0.9815316703030696	5	3	0	2	3	False	118764	backbone	False	ITA0006_000000010694	0.989656657621868	PS810|PS811	0	0	True	True	0.99956876039505	213	rep_cluster_1186				non-mobilizable	plasmid	1668.0	98.20100000000001	100.0	0.7482931269913519	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	False	True
ISR0253_000000005490	2229	0.9815316703030696	3	3	0	2	3	False	118764	backbone	False	ITA0006_000000010694	0.988182944047798	PS810|PS811	0	0	True	True	1.0	69	rep_cluster_1186				non-mobilizable	plasmid	1090.0	99.81700000000001	100.0	0.49567592171142466	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	False	True
SPA0135_000000010342	2168	0.9815316703030696	3	3	0	2	3	False	118764	backbone	False	ITA0006_000000010694	0.9835559493428768	PS810|PS811	0	0	True	True	1.0	16	rep_cluster_1186				non-mobilizable	plasmid	1114.0	99.73100000000001	100.0	0.5065999089667729	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	False	True
ISR0074_000000014174	2086	0.9815316703030696	4	3	0	2	3	False	118764	backbone	False	ITA0006_000000010694	0.9643916215201634	PS810|PS811	0	0	True	True	0.9904122948646545	2	rep_cluster_1186				non-mobilizable	plasmid	1114.0	99.73100000000001	100.0	0.5065999089667729	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	False	True
SPA0102_000000016332	2079	0.9815316703030696	4	3	0	2	3	False	118764	backbone	False	ITA0006_000000010694	0.9550042033422337	PS810|PS811	0	0	True	True	0.9995189905166626	13	rep_cluster_1186				non-mobilizable	plasmid	1124.0	100.0	100.0	0.5111515703231679	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	False	True
SPA0131_000000013130	2005	0.9815316703030696	3	3	0	2	3	False	118764	backbone	False	ITA0006_000000010694	0.9396218689359979	PS810|PS811	0	0	False	True	0.9970074892044067	0	rep_cluster_1186				non-mobilizable	plasmid	1114.0	99.82	100.0	0.5065999089667729	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	False	True
MAD0068_000000018599	1542	0.9815295434073232	2	1	1	1	1	True	95461	fragment	False	MAD0068_000000018599	1.0		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	1542.0	97.08200000000001	100.0	0.011765604122924222	AP019633.1	enterobacteria	Enterobacter asburiae 1808-013 plasmid pEAS1808-013-1 DNA, complete genome	False	True
FIJ0095_000000019616	1416	0.9815264136194072	4	1	1	1	1	False	43097	maximal	True	FIJ0095_000000019616	1.0		4	3	False	False	0.9971751570701599	0					non-mobilizable	no_good_hit	972.0	86.728	68.0	0.154120123037073	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0031_000000000632	28724	0.9815206480397048	30	8	5	8	4	True	117645	maximal	True	AST0031_000000000632	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	0.0	1.5966668692068158e-05	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	True	True
ISR0848_000000004024	3897	0.9815169554457754	9	5	3	3	5	False	104039	fragment	False	ISR0848_000000004024	1.0		0	0	False	False	0.9987169504165649	0					non-mobilizable	no_good_hit	1434.0	92.678	54.0	0.00031762320115321654	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0187_000000013346	2192	0.9815127933708206	3	3	3	2	2	False	67869	fragment	False	ENG0187_000000013346	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2176.0	97.656	99.0	0.011701795388210966	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0201_000000006893	4247	0.98151170556542	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975692317431095	PS1143|PS778	0	0	True	True	1.0	73					non-mobilizable	other	3896.0	100.0	100.0	0.359914987987433	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0102_000000010653	4247	0.98151170556542	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9751615073042567	PS1143|PS778	0	0	True	True	1.0	97					non-mobilizable	other	3783.0	99.947	100.0	0.34947329513953057	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0093_000000007502	4227	0.98151170556542	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9753711106837645	PS1143|PS778	0	0	True	True	1.0	1737					non-mobilizable	other	3804.0	100.0	100.0	0.3514137867307337	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0161_000000006879	4220	0.98151170556542	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9728928256910974	PS1143|PS778	0	0	True	True	1.0	411					non-mobilizable	other	3890.0	100.0	99.0	0.35936056181851783	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0025_000000007801	4217	0.98151170556542	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9574029756147637	PS1143|PS778	0	0	True	True	1.0	90					non-mobilizable	plasmid	3233.0	100.0	100.0	0.7812424462170655	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
DEN0079_000000010868	4216	0.98151170556542	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9567418159232476	PS1143|PS778	0	0	True	True	1.0	194					non-mobilizable	other	3818.0	95.96600000000001	100.0	0.35224542598410646	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0846_000000002261	4207	0.98151170556542	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9752847854732597	PS1143|PS778	0	0	True	True	1.0	245					non-mobilizable	other	3783.0	99.97399999999999	100.0	0.34947329513953057	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0019_01_000000006967	4187	0.98151170556542	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9752097843492339	PS1143|PS778	0	0	True	True	1.0	40					non-mobilizable	other	3741.0	100.0	100.0	0.34559231195712437	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0023_000000004368	3944	0.98151170556542	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9223815534057785	PS1143|PS778	0	0	False	True	0.9987322688102722	0					non-mobilizable	other	3477.0	100.0	100.0	0.32119756052485676	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0199_000000007783	3693	0.9815102023724834	5	5	1	4	5	False	28821	maximal	True	ISR0199_000000007783	1.0		2	2	False	False	0.9962090253829956	0	IncFII				non-mobilizable	plasmid	3693.0	100.0	100.0	0.0385651910502016	MH192342.1	enterobacteria	Klebsiella grimontii strain WCHKG020121 plasmid pKPC2_020121, complete sequence	False	True
ETH0005_000000008485	5742	0.9815070186940956	9	4	1	2	3	True	111105	maximal	True	ETH0005_000000008485	1.0	PS437|PS704	1	1	True	True	1.0	15	rep_cluster_1143				non-mobilizable	no_good_hit	1901.0	93.477	37.0	0.5347654041831543	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
ISR0139_000000006140	3807	0.9815054808418652	5	2	2	2	1	True	31318	maximal	True	ISR0139_000000006140	0.9997280391623606		3	2	True	True	1.0	66					non-mobilizable	no_good_hit								True	True
SPA0108_000000008316	3578	0.9815054808418652	5	2	2	2	1	True	31318	maximal	False	ISR0139_000000006140	0.9826635145784082		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
USA0027_01_000000016899	1603	0.981500610208302	3	2	1	1	2	False	1580	fragment	False	USA0027_01_000000016899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000009089	3339	0.981499845936688	4	4	4	4	3	False	97125	maximal	True	MAD0041_000000009089	1.0	PS521	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	1832.0	79.803	54.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0377_000000002560	4551	0.9814995250957383	8	6	3	4	5	True	123556	backbone	False	ISR0826_000000002301	0.4889056716173142	PS902	0	0	False	True	0.999560534954071	0	rep_cluster_1702				non-mobilizable	plasmid	3569.0	98.34700000000001	95.0	0.10796658393365216	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0787_000000003429	3852	0.9814995250957383	6	6	3	4	5	True	123556	backbone	False	ISR0826_000000002301	0.35124260575721794	PS902	0	0	False	True	0.9981827735900879	0	rep_cluster_1702				non-mobilizable	other	3881.0	97.42299999999999	100.0	0.22582712022367193	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
ENG0037_000000004442	6600	0.981494216916448	18	5	2	5	1	False	65247	fragment	False	ENG0037_000000004442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000004088	6967	0.9814936328747343	14	3	2	3	1	True	52625	maximal	True	FIJ0015_000000004088	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	91.58	30.0	0.01366391379860348	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0079_000000001159	20710	0.9814930972300728	19	9	8	8	7	False	51030	maximal	True	FIJ0079_000000001159	0.9988549829173164		20	2	True	True	1.0	5					non-mobilizable	no_good_hit	578.0	74.74	3.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	True
FIJ0103_000000000596	20618	0.9814930972300728	18	9	8	8	7	False	51030	maximal	False	FIJ0079_000000001159	0.9980682387086365		0	0	False	True	0.9997090101242065	0					non-mobilizable	no_good_hit	578.0	74.74	3.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	True
SPA0077_000000016327	1746	0.9814930518709803	3	3	3	1	1	False	22701	fragment	False	SPA0077_000000016327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1194.0	99.749	87.0	0.000224654990758639	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0093_000000014628	1727	0.9814930518709803	3	3	3	1	1	False	35228	fragment	False	ISR0093_000000014628	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1481.0	99.932	100.0	0.00027870024000233506	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0064_000000014459	1572	0.9814930518709803	3	3	3	1	1	False	35227	fragment	False	ISR0064_000000014459	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	99.844	100.0	0.00024141466735337402	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
CHI0185_000000006871	3018	0.9814882973805472	4	2	2	2	2	False	77227	maximal	True	CHI0185_000000006871	1.0		1	1	False	False	0.9996686577796936	0					non-mobilizable	no_good_hit	1466.0	99.523	49.0	0.07358850713281093	NZ_CYXX01000045.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0023_01_000000005290	6111	0.981487075266846	11	8	5	5	5	True	118195	fragment	False	USA0023_01_000000005290	0.9962591396021085		0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3459.0	97.13799999999999	58.0	0.3869054280917739	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0120_000000002094	10405	0.9814843328164952	14	13	12	10	8	False	52018	maximal	True	FIJ0120_000000002094	1.0	PS211	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	3043.0	95.235	59.0	0.005778818407912536	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0095_000000004316	5563	0.9814809950999654	8	6	2	3	6	True	102386	maximal	True	ISR0095_000000004316	1.0		1	1	True	True	0.9998202323913574	19		MOBP			mobilizable	no_good_hit	1655.0	93.353	63.0	0.32564102564102565	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
DEN0089_000000012978	1484	0.9814772424363776	2	2	2	2	2	False	68818	fragment	False	DEN0089_000000012978	1.0		0	0	False	False	0.9939352869987488	0					non-mobilizable	no_good_hit	745.0	99.866	50.0	0.007719363775017898	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
ISR0810_000000009021	1839	0.9814763866006412	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.8107192035403432		0	0	False	False	0.9994562268257141	0					non-mobilizable	other	1723.0	84.50399999999999	94.0	0.02314058513008141	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
AST0005_000000005867	4996	0.981471207934352	5	4	3	4	2	True	128637	fragment	False	AST0005_000000005867	1.0		0	0	False	False	0.9979984164237976	0					non-mobilizable	no_good_hit	861.0	87.456	53.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0068_000000003984	8630	0.9814703610665516	13	10	7	10	8	False	132200	fragment	False	ENG0181_000000001954	0.3309692215472891		0	0	False	False	0.991309404373169	0					non-mobilizable	other	8630.0	99.82600000000001	100.0	0.07061605944548104	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
SPA0055_000000007331	4278	0.981461202818828	6	6	6	4	4	False	37906	maximal	True	SPA0055_000000007331	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	96.766	55.0	0.0004338896444637774	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
CHI0153_000000007606	2011	0.9814582117052136	5	2	1	1	2	False	79257	maximal	True	CHI0153_000000007606	1.0		1	1	False	False	0.9940328001976013	0					non-mobilizable	no_good_hit	1088.0	96.14	54.0	0.0006122208748732049	CP015434.1	g-proteobacteria	[Haemophilus] ducreyi strain GHA9, complete genome	True	False
FIJ0122_000000001529	11207	0.9814561311540846	14	8	5	8	5	True	113837	fragment	False	FIJ0122_000000001529	0.9999698804252883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	76.781	13.0	0.014412971674507056	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
ISR0365_000000001242	11067	0.9814561311540846	13	8	5	8	5	True	113837	fragment	False	FIJ0122_000000001529	0.9951736243312209		0	0	False	False	0.9999096393585205	0					non-mobilizable	no_good_hit	1460.0	76.712	13.0	0.014412971674507056	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
ISR0324_000000002717	11066	0.9814561311540846	13	8	5	8	5	True	113837	fragment	False	FIJ0122_000000001529	0.9951435619145671		0	0	False	False	0.9994577765464783	0					non-mobilizable	no_good_hit	1460.0	76.781	13.0	0.014412971674507056	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
ISR0024_000000011269	2130	0.9814533915491191	3	2	2	1	1	False	107098	maximal	True	ISR0024_000000011269	1.0		0	0	False	False	0.9896713495254517	0					non-mobilizable	no_good_hit	460.0	98.696	22.0	0.003099110778018595	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0005_000000006431	4672	0.981452966872282	6	3	2	2	2	False	76546	maximal	True	DEN0005_000000006431	1.0		1	1	False	False	0.9978595972061157	0					non-mobilizable	no_good_hit	1047.0	83.095	22.0	0.0235270187809343	NZ_QENY01000025.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_125, whole genome shotgun sequence	True	False
ISR0074_000000016156	1845	0.9814527990831382	2	2	2	2	2	False	34713	fragment	False	ISR0074_000000016156	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1770.0	99.605	100.0	0.03305244670316324	LR135261.1	firmicutes	Enterococcus faecium isolate E4457 genome assembly, plasmid: 4	False	True
FIJ0013_000000015575	1847	0.9814523941562648	3	3	2	3	2	False	71633	fragment	False	FIJ0013_000000015575	0.9563693912378352		0	0	False	False	0.9983757734298706	0					non-mobilizable	other	1770.0	96.554	96.0	0.04100032447967367	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0192_000000004447	4445	0.9814522740488221	4	3	2	3	2	False	54216	maximal	True	ISR0192_000000004447	1.0		3	2	False	False	0.9991000890731812	0					non-mobilizable	no_good_hit	133.0	90.226	3.0	0.003655598327286826	NZ_JAAIUL010000026.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_26_length_36109_cov_396.316, whole genome shotgun sequence	True	False
AST0058_000000000656	21960	0.9814521218375469	34	10	6	8	6	True	116048	maximal	True	AST0058_000000000656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4069.0	97.665	81.0	0.02343129010333268	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0039_000000010266	2301	0.981446587166504	3	3	3	3	3	False	73254	fragment	False	FIJ0039_000000010266	0.9900414949144265		0	0	False	False	1.0	0					non-mobilizable	other	2294.0	99.085	99.0	0.00858412479737647	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
AST0061_000000002965	10111	0.9814462050583324	10	7	6	7	6	True	128671	maximal	True	AST0061_000000002965	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2296.0	78.39699999999999	39.0	0.004713144319657408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0196_000000006777	1697	0.9814457060962152	2	2	2	2	1	False	54412	fragment	False	SPA0079_000000014218	0.9485619469026548		0	0	False	False	0.966411292552948	0					non-mobilizable	no_good_hit	53.0	96.226	3.0	1.7553477343861818e-05	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
SPA0145_000000028598	1210	0.9814454494634316	2	1	1	1	1	False	3351	maximal	True	SPA0145_000000028598	1.0		0	0	False	False	0.9958677887916565	0					non-mobilizable	no_good_hit	669.0	99.70100000000001	55.0	0.012485492868106773	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
ISR0279_000000001892	8232	0.9814403030230072	14	11	8	11	10	False	132188	fragment	False	ISR0279_000000001892	1.0		0	0	False	False	0.9998785257339478	0					non-mobilizable	other	5423.0	98.709	99.0	0.01637545676280976	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0844_000000002685	5122	0.9814361183931772	8	3	1	3	1	True	127199	fragment	False	ISR0844_000000002685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	92.59100000000001	89.0	0.0746513207848779	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
AST0007_000000004443	4187	0.9814361183931772	7	3	1	3	1	True	127197	fragment	False	AST0007_000000004443	1.0		0	0	False	False	0.999761164188385	0					non-mobilizable	plasmid	1796.0	94.154	91.0	0.07157415178036207	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
CHI0110_000000000579	8191	0.9814356695508024	18	4	2	4	1	True	88794	maximal	True	CHI0110_000000000579	1.0		1	1	False	False	0.9989012479782104	0					non-mobilizable	no_good_hit	1685.0	89.97	51.0	0.029631730053521425	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0092_000000011529	2341	0.9814356013135718	3	2	1	2	1	True	42120	maximal	True	ISR0092_000000011529	0.9997919267582189		2	2	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
FIJ0110_000000007424	2323	0.9814356013135718	3	2	1	2	1	True	42120	maximal	False	ISR0092_000000011529	0.9997919267582189		0	0	False	True	0.9909599423408508	0					non-mobilizable	no_good_hit								True	True
SPA0055_000000001101	19733	0.9814316754810968	22	14	8	8	9	True	90013	fragment	False	SPA0055_000000001101	1.0		0	0	False	False	0.9999493360519409	0			MPF_T		non-mobilizable	no_good_hit	81.0	93.82700000000001	1.0	0.0024199159079221996	NZ_VJZV01000040.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold40_1, whole genome shotgun sequence	True	True
AST0087_000000014208	2570	0.9814315281906671	5	2	1	2	2	False	110931	maximal	True	AST0087_000000014208	1.0		1	1	False	False	0.9863813519477844	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.061817855765022e-05	NZ_AP018678.1	g-proteobacteria	Vibrio algivorus strain NBRC 111146 chromosome 1	True	False
ENG0145_000000015000	2039	0.9814315281906671	3	2	1	2	2	False	59369	maximal	True	ENG0145_000000015000	1.0		2	2	False	False	0.9985287189483643	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.061817855765022e-05	NZ_AP018678.1	g-proteobacteria	Vibrio algivorus strain NBRC 111146 chromosome 1	True	False
ENG0117_000000011745	1955	0.9814315281906671	4	2	1	2	2	False	59368	fragment	False	ENG0117_000000011745	1.0		0	0	False	False	0.9969309568405151	0					non-mobilizable	no_good_hit	159.0	74.214	8.0	5.9290485290658844e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
AUS0008_000000001237	10896	0.9814314886418366	10	6	3	2	6	True	132596	backbone	False	ISR0120_000000000296	0.01601154845910479	PS1169|PS902	0	0	False	True	0.9986233711242676	0		MOBB	MPF_T		conjugative	plasmid	10838.0	99.88	99.0	0.3488843813387424	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0209_000000006174	4722	0.9814267371069182	5	3	1	3	0	True	28475	fragment	False	ISR0209_000000006174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0119_000000003347	10395	0.9814261138220628	11	6	2	4	4	True	128768	backbone	False	ENG0060_000000001922	0.9433130232439719	PS1052	0	0	True	True	1.0	59	IncW	MOBF			mobilizable	other	5827.0	96.01899999999999	99.0	0.002434814110097875	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0051_000000004927	8405	0.9814258257955796	7	6	5	6	3	True	52076	maximal	True	ISR0051_000000004927	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	98.944	9.0	0.00034476163326864484	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ENG0052_000000002884	8660	0.9814253989907064	7	6	2	4	6	False	82888	maximal	True	ENG0052_000000002884	1.0		1	1	False	False	0.9987297654151917	0	IncK2/Z				non-mobilizable	plasmid	5413.0	99.48299999999999	99.0	0.0541891661740986	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
FIJ0142_000000029435	1249	0.9814251474822671	2	2	1	1	2	False	43556	fragment	False	SPA0131_000000021818	0.9248677248677248		0	0	False	False	0.9791833758354187	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000002994	8561	0.9814211721718183	11	6	4	6	6	False	70821	maximal	True	ISR0038_000000002994	1.0		3	3	False	False	0.9980142712593079	0					non-mobilizable	no_good_hit	1056.0	77.462	13.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0097_000000023809	1740	0.9814142404066376	2	1	1	1	1	False	66415	fragment	False	MAD0097_000000023809	1.0		0	0	False	False	0.9856321811676025	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000010473	2179	0.981412733108314	5	3	1	3	1	False	67883	fragment	False	ENG0003_000000010473	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2180.0	99.35799999999999	100.0	0.0013033356780216573	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
ISR0216_000000009203	1944	0.981412733108314	4	3	1	3	1	False	28130	fragment	False	ISR0216_000000009203	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1904.0	99.10700000000001	98.0	0.0011382504797040908	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
ISR0285_000000000344	22923	0.9814083181500493	21	9	6	9	3	True	117517	fragment	False	ISR0285_000000000344	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	405.0	84.198	2.0	0.006877933868665853	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
FIJ0092_000000003300	7733	0.9814075911523424	6	6	4	6	3	False	49056	backbone	True	FIJ0092_000000003300	1.0	PS181	4	1	True	True	1.0	4					non-mobilizable	no_good_hit	185.0	76.757	2.0	5.3034838028381546e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	True
FIJ0106_000000000453	37593	0.9814068723534829	30	17	7	16	10	True	51491	fragment	False	FIJ0106_000000000453	0.9551270235400828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.007303077725612937	XM_026436014.1	thrips	PREDICTED: Frankliniella occidentalis uncharacterized LOC113216263 (LOC113216263), mRNA	True	True
ISR0342_000000005591	3139	0.9814048443250688	3	2	1	2	1	True	113442	fragment	False	ENG0024_000000008809	0.9696968046599547		0	0	False	False	0.9996814131736755	0					non-mobilizable	no_good_hit	90.0	98.889	3.0	0.004649704822109608	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0024_000000008809	3104	0.9814048443250688	3	2	1	2	1	True	113442	fragment	False	ENG0024_000000008809	0.980248486779229		0	0	False	False	0.9913015365600586	0					non-mobilizable	no_good_hit								True	True
ISR0305_000000005342	3076	0.9814048443250688	3	2	1	2	1	True	113442	fragment	False	ENG0024_000000008809	0.9764982774079342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0112_000000007239	3612	0.9814023042578692	6	3	1	2	2	True	90252	backbone	True	FIJ0112_000000007239	0.9730760786707533	PS476	3	1	True	True	1.0	26		MOBV			mobilizable	plasmid	1875.0	97.06700000000001	93.0	0.4113896218117854	CP049126.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_6, complete sequence	False	True
TAN0005_000000003592	3775	0.9813973015651596	4	1	1	1	1	True	2943	fragment	False	TAN0005_000000003592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0072_000000016441	1778	0.9813973015651596	2	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9966212419706362		0	0	True	True	1.0	49					non-mobilizable	plasmid	1245.0	99.759	100.0	0.7326266195524146	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
ISR0106_000000014667	1778	0.9813973015651596	2	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.996073602996533		0	0	True	True	1.0	35					non-mobilizable	plasmid	1245.0	99.51799999999999	100.0	0.7326266195524146	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
SPA0143_000000011337	1777	0.9813973015651596	2	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9958717146666675		0	0	True	True	1.0	85					non-mobilizable	plasmid	1245.0	99.598	100.0	0.7326266195524146	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
SPA0144_000000010173	1777	0.9813973015651596	2	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9958717146666675		0	0	True	True	0.9994372725486755	70					non-mobilizable	plasmid	1245.0	99.598	100.0	0.7326266195524146	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
ENG0174_000000010992	1777	0.9813973015651596	2	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9935909429109775		0	0	True	True	1.0	55					non-mobilizable	plasmid	1245.0	99.197	100.0	0.7326266195524146	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
ISR0259_000000009413	1777	0.9813973015651596	2	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9963023068233281		0	0	True	True	1.0	31					non-mobilizable	plasmid	1245.0	99.51799999999999	100.0	0.7326266195524146	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
DEN0067_000000017796	1892	0.9813943913914585	3	1	1	1	1	False	124570	fragment	False	DEN0067_000000017796	1.0		0	0	False	False	0.9883720874786377	0					non-mobilizable	no_good_hit	1456.0	93.20100000000001	83.0	0.0003241350415033781	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ENG0206_000000011731	2190	0.9813943050481684	2	2	2	2	2	False	131525	maximal	True	ENG0206_000000011731	0.9971445505852534		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1659.0	77.215	82.0	0.00046534515469313106	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0121_000000014679	1757	0.9813943050481684	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8550083170823125		0	0	False	False	1.0	0					non-mobilizable	other	1780.0	78.202	100.0	0.024556559571619813	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0033_000000013277	1688	0.9813943050481684	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7744129260410536		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	77.905	98.0	0.022911088799643018	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0104_000000000398	20108	0.981392998326568	21	15	11	15	8	True	17534	maximal	True	MAD0104_000000000398	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	8568.0	93.978	43.0	0.012561069948437992	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ISR0061_000000001643	2945	0.9813878461214258	5	4	2	1	4	True	35381	fragment	False	ISR0061_000000001643	1.0		0	0	False	False	0.997623085975647	0					non-mobilizable	plasmid	1840.0	99.946	100.0	0.25474442443551737	LN852993.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0323	False	True
ISR0053_000000012605	1401	0.9813827601272308	2	2	2	2	1	False	35743	fragment	False	ISR0053_000000012605	1.0		0	0	False	False	0.9828693866729736	0					non-mobilizable	no_good_hit	79.0	88.60799999999999	6.0	2.2262230812525757e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0060_000000004722	5771	0.9813770806234904	8	5	4	4	4	True	117595	maximal	False	AST0031_000000005085	0.957023756457034		0	0	True	True	1.0	71					non-mobilizable	no_good_hit	254.0	88.189	15.0	0.061977373339891784	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0210_000000001644	10559	0.9813765726526488	13	3	1	3	2	False	53761	maximal	True	ENG0210_000000001644	1.0		2	2	False	False	0.9999052882194519	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	4.443362777344101e-05	LT594510.1	apicomplexans	Plasmodium ovale genome assembly, chromosome: 6	True	False
CAN0015_000000027269	1263	0.9813755766521782	2	2	2	2	1	False	93121	maximal	True	CAN0015_000000027269	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	75.69800000000001	48.0	0.0001366561595275136	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0146_000000009426	4085	0.9813732597814472	5	2	2	1	1	False	31033	maximal	True	ISR0146_000000009426	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	98.866	48.0	0.041034068332883665	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	False
CAN0021_000000017250	2510	0.9813716394373628	2	2	1	2	1	True	94486	maximal	False	SPA0063_000000007059	0.9779818054642562		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00019167054571342515	NZ_BDAE01000013.1	g-proteobacteria	Pseudomonas luteola NBRC 103146, whole genome shotgun sequence	True	True
SPA0010_000000004570	4285	0.9813711916333416	6	4	4	4	4	False	8092	maximal	True	SPA0010_000000004570	1.0		1	1	False	False	0.9990665316581726	0					non-mobilizable	no_good_hit	2398.0	97.49799999999999	72.0	0.08302448824079527	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	False
SPA0007_000000000974	16504	0.9813692208045776	18	12	6	7	7	True	90011	fragment	False	CHI0114_000000000326	0.35365792101530863		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	59.0	100.0	0.0	0.116	NZ_QSFT01000081.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf81, whole genome shotgun sequence	True	True
ENG0085_000000003682	5798	0.9813659009128416	13	4	2	3	3	False	107492	fragment	False	ENG0085_000000003682	0.9926094890510949		0	0	False	False	0.9920662045478821	0					non-mobilizable	no_good_hit	220.0	99.545	7.0	0.0002574574489846301	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0016_000000005777	5480	0.9813659009128416	12	4	2	3	3	False	107492	fragment	False	ENG0085_000000003682	0.9655915833045878		0	0	False	False	0.985948920249939	0					non-mobilizable	no_good_hit	127.0	100.0	2.0	0.00014812620352540364	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0086_000000010202	2603	0.9813659009128416	7	4	2	3	3	False	66274	fragment	False	ISR0086_000000010202	1.0		0	0	False	False	0.9731079339981079	0					non-mobilizable	no_good_hit								True	False
ENG0048_000000012372	2171	0.9813659009128416	6	4	2	3	3	False	66273	fragment	False	ENG0023_000000007567	0.9648660518225736		0	0	False	False	0.9847996234893799	0					non-mobilizable	no_good_hit								True	False
ENG0050_000000013946	1935	0.9813659009128416	5	4	2	3	3	False	64136	fragment	False	ENG0050_000000013946	1.0		0	0	False	False	0.962273895740509	0					non-mobilizable	no_good_hit	172.0	96.512	9.0	0.0007161433794429158	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0021_000000038621	1234	0.9813614555010622	2	1	1	1	1	False	49531	fragment	False	FIJ0021_000000038621	1.0		0	0	False	False	0.9951377511024475	0					non-mobilizable	no_good_hit	31.0	96.774	3.0	9.77360454999083e-07	LR597459.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 2	True	False
FIJ0084_000000005912	2244	0.9813456058481982	3	3	0	2	3	False	87315	maximal	True	FIJ0084_000000005912	1.0		4	1	False	False	0.9950980544090271	0					non-mobilizable	no_good_hit	1599.0	95.31	71.0	0.31777198958124625	CP059753.1	firmicutes	Enterococcus faecium strain A7214 plasmid pA7214_P6, complete sequence	True	False
MON0033_000000006115	10539	0.9813441363071114	7	5	5	5	4	True	87748	maximal	True	MON0033_000000006115	1.0		1	1	False	False	0.9996204376220703	0					non-mobilizable	no_good_hit	2568.0	94.743	49.0	0.0008093846972333243	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
MAD0002_000000020246	1982	0.98134172856978	2	1	1	1	1	False	20178	fragment	False	MAD0002_000000020246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	3.0	0.0010987842483961294	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0254_000000006425	1878	0.9813408333713196	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7785489805218541		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	77.499	90.0	0.02356648817492191	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0007_000000013590	3059	0.9813397077358804	4	3	3	2	2	False	95381	maximal	True	CAN0007_000000013590	1.0		1	1	False	False	0.9934619069099426	0					non-mobilizable	no_good_hit	754.0	90.186	28.0	0.00022242131216727504	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0296_000000002315	8992	0.9813382812487628	12	11	5	7	10	True	123628	fragment	False	USA0108_01_000000001009	0.41773448020492393		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3571.0	99.04799999999999	98.0	0.11508910123966942	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0053_000000005504	5714	0.9813321211434356	7	3	1	3	2	False	6494	maximal	True	SPA0053_000000005504	1.0		1	1	False	False	0.9978998899459839	0					non-mobilizable	no_good_hit	2796.0	95.029	49.0	0.0007320922751145043	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
DEN0071_000000005561	6283	0.9813191607606809	11	10	7	10	9	False	132183	fragment	False	ISR0842_000000002919	0.7655170320198683		0	0	False	False	1.0	0					non-mobilizable	other	6282.0	99.713	99.0	0.13031478906849828	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
MON0013_000000008347	5110	0.9813184313818321	5	4	4	4	4	False	62437	fragment	False	MON0013_000000008347	1.0		0	0	False	False	0.9884539842605591	0					non-mobilizable	no_good_hit	850.0	92.353	60.0	0.00019329822090503182	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
AST0029_000000003917	7742	0.9813134111337928	15	4	3	2	3	False	118475	maximal	True	AST0029_000000003917	1.0		1	1	False	False	0.9994833469390869	0					non-mobilizable	no_good_hit	1872.0	96.581	24.0	0.09800942902042954	NZ_CYXX01000047.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0839_000000006957	2666	0.9813115610518128	4	3	3	3	2	False	116209	fragment	False	ISR0839_000000006957	0.9599096279474173		0	0	False	False	1.0	0					non-mobilizable	chromosome	1963.0	94.49799999999999	99.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0055_000000004785	2731	0.981304894648696	3	2	2	2	2	False	68466	fragment	False	ISR0055_000000004785	1.0		0	0	False	False	0.9959721565246582	0					non-mobilizable	other	2714.0	98.12100000000001	99.0	0.01579539427285815	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
MAD0058_000000009066	1702	0.9813005008438376	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9808377897552158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	75.791	48.0	0.0019229580752354377	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0254_000000005005	2266	0.9812937504402242	3	3	3	2	2	False	127022	fragment	False	ISR0254_000000005005	1.0		0	0	False	False	0.9973521828651428	0					non-mobilizable	other	2146.0	99.25399999999999	95.0	0.008228226845884735	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0117_000000008230	3266	0.9812873532946139	4	3	3	3	3	False	94664	fragment	False	ISR0117_000000008230	1.0		0	0	False	False	0.9996938109397888	0					non-mobilizable	no_good_hit	117.0	90.598	4.0	3.738892507807355e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0062_000000005964	3028	0.9812844935011852	5	3	3	3	3	False	71726	maximal	True	DEN0062_000000005964	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	380.0	71.316	12.0	0.009286375810367701	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0137_000000005861	1915	0.9812788286270684	2	2	2	2	2	False	107594	fragment	False	FIJ0137_000000005861	1.0		0	0	False	False	0.9932115077972412	0					non-mobilizable	other	1747.0	95.764	94.0	0.2011520737327189	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ENG0167_000000002624	9030	0.9812785530070056	9	7	7	6	6	True	119343	fragment	False	ENG0167_000000002624	0.968056037821872		0	0	False	False	1.0	0					non-mobilizable	other	8596.0	99.03399999999999	95.0	0.002516956880531375	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
USA0034_01_000000002909	17139	0.981276852357173	20	15	11	15	10	True	108323	fragment	False	ISR0161_000000001125	0.7065819099001514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1978.0	92.46700000000001	12.0	0.06252375522614975	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0002_000000003586	9288	0.9812766782481256	11	4	3	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.2279090388231939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0032_000000001301	12069	0.9812726762516816	15	12	9	12	8	True	108322	fragment	False	ENG0032_000000001301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1954.0	92.52799999999999	16.0	0.06176358798935766	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0091_000000018957	1105	0.9812715408403886	1	1	1	1	1	True	43357	fragment	False	FIJ0091_000000018957	1.0		0	0	False	False	0.992760181427002	0					non-mobilizable	no_good_hit								True	True
FIJ0087_000000017543	1842	0.981265845963782	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8547958029395656		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	78.324	96.0	0.024696006247211067	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0063_000000007850	1725	0.981265845963782	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8168678333707396		0	0	False	False	0.9942029118537903	0					non-mobilizable	other	1749.0	77.816	100.0	0.02413821954484605	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0048_000000003102	6454	0.9812636835774668	3	3	3	3	2	False	62965	maximal	True	MAD0048_000000003102	1.0		2	1	False	False	0.9930275678634644	0					non-mobilizable	no_good_hit	3199.0	95.686	51.0	0.04748180062397861	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
MAD0046_000000001735	11333	0.9812611219682158	16	11	6	9	7	True	53944	maximal	True	MAD0046_000000001735	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0033_000000013111	1567	0.981260938811894	3	3	3	3	2	False	18871	fragment	False	MAD0033_000000013111	1.0		0	0	False	False	0.9993618130683899	0					non-mobilizable	no_good_hit								True	False
ISR0032_000000008998	3576	0.9812504485049588	2	2	2	2	1	False	36964	maximal	True	ISR0032_000000008998	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.683911785689086e-05	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	True	False
ISR0162_000000008656	4325	0.9812495417157164	6	6	6	6	5	False	96701	fragment	False	ENG0004_000000005996	0.9880258307928104		0	0	False	False	0.998381495475769	0					non-mobilizable	no_good_hit	1912.0	78.295	62.0	0.03939393939393939	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
CHI0067_000000006456	1780	0.9812484102474256	3	2	2	2	1	False	85180	maximal	True	CHI0067_000000006456	1.0		2	1	False	False	0.9859550595283508	0					non-mobilizable	chromosome	959.0	99.374	100.0	0.00018066458921247588	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
MAD0083_000000004473	2272	0.9812444806757274	3	3	3	3	2	False	97109	maximal	True	MAD0083_000000004473	1.0	PS521	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1665.0	79.64	72.0	0.03821907013396375	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0187_000000022959	1253	0.9812438632713671	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.8082528771387614		0	0	False	False	0.9968076348304749	0					non-mobilizable	chromosome	1253.0	98.64299999999999	100.0	0.00023872546533351588	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
SPA0141_000000018052	1233	0.9812438632713671	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.8005678696156617		0	0	False	False	1.0	0					non-mobilizable	chromosome	1233.0	98.62100000000001	100.0	0.00023491195949751722	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
SPA0134_000000021259	1174	0.9812438632713671	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.712785305328314		0	0	False	False	1.0	0					non-mobilizable	chromosome	1174.0	98.552	100.0	0.00022366211728132117	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
SPA0134_000000004425	6698	0.9812420983624908	7	7	4	6	7	False	109694	fragment	False	SPA0134_000000004425	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6699.0	98.477	100.0	0.001477751531647427	CP010163.1	enterobacteria	Escherichia coli strain H2, complete genome	False	False
MON0065_000000012387	2081	0.9812414616386104	3	3	3	3	1	False	62925	maximal	True	MON0065_000000012387	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	95.60700000000001	64.0	0.0003029513205419548	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0166_000000004962	5187	0.9812346220165774	5	5	2	2	5	True	67137	maximal	True	ENG0166_000000004962	1.0		4	3	True	True	1.0	11	rep_cluster_2301	MOBV		MOBP	mobilizable	other	5187.0	99.98100000000001	100.0	0.001792376696338001	CP021161.1	firmicutes	Enterococcus faecalis strain DD14 genome	False	True
ISR0291_000000001413	7379	0.9812338223726212	10	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.7193148769734793		0	0	False	False	0.9993224143981934	0					non-mobilizable	other	7010.0	97.86	96.0	0.008860144777244377	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
SPA0084_000000001766	7363	0.9812338223726212	11	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.7264295819401568		0	0	False	False	1.0	0					non-mobilizable	other	7363.0	99.932	100.0	0.15276711419144653	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0146_000000005113	7280	0.9812338223726212	10	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.7244694206864235		0	0	False	False	1.0	0					non-mobilizable	other	7280.0	99.91799999999999	100.0	0.15104480089643293	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0353_000000004824	6584	0.9812338223726212	9	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.4139200344300234		0	0	False	False	1.0	0					non-mobilizable	other	6584.0	99.939	100.0	0.1366022701334274	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
AST0026_000000004719	6498	0.9812338223726212	9	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.3783740662615216		0	0	False	False	1.0	0					non-mobilizable	other	6498.0	99.554	100.0	0.13481770455064224	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
FIJ0164_000000002290	10076	0.9812296459496976	10	4	2	3	3	False	53590	fragment	False	FIJ0010_000000001668	0.9551905849523166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	100.0	6.0	0.002843578579686616	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0017_000000026862	1214	0.9812290920825818	3	1	1	1	1	False	37833	fragment	False	ISR0017_000000026862	1.0		0	0	False	False	0.9958813786506653	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.6423540638754714e-05	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	False
TAN0015_000000002061	2585	0.9812239708826392	5	3	3	2	1	False	12249	fragment	False	MON0034_000000009866	0.93506006006006		0	0	False	False	0.9984526038169861	0					non-mobilizable	no_good_hit	425.0	78.35300000000001	16.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
AUS0016_000000012867	2193	0.9812197111332585	2	2	2	2	1	False	100369	maximal	True	AUS0016_000000012867	1.0		0	0	False	False	0.9927040338516235	0					non-mobilizable	no_good_hit	1053.0	89.839	48.0	0.08889265154080596	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0061_000000012765	3378	0.9812029222600014	4	2	2	2	2	False	63150	maximal	True	MON0061_000000012765	1.0		1	1	False	False	0.9988158941268921	0					non-mobilizable	no_good_hit	1246.0	97.59200000000001	37.0	0.00036872774120939736	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0087_000000025249	2005	0.9812029222600014	2	2	2	2	2	False	61211	fragment	False	MON0087_000000025249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	98.176	44.0	0.00025944216971841936	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0041_000000064829	1087	0.9812022607411032	2	1	1	1	1	False	11733	fragment	False	MON0041_000000064829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.718	51.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0018_000000000031	95428	0.9811984615912126	93	13	4	12	3	True	127415	maximal	False	SPA0046_000000000019	0.8895733520509098		0	0	True	True	1.0	5138					non-mobilizable	virus	25810.0	96.331	96.0	0.2652552413331273	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
MON0101_000000003939	11005	0.9811976786376012	9	8	5	7	7	False	44822	fragment	False	MON0101_000000003939	0.9748242996052758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	95.353	6.0	0.0006824665350010972	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
MAD0108_000000005383	3076	0.9811970524054908	3	3	3	3	3	False	14616	fragment	False	MAD0108_000000005383	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2292.0	91.318	97.0	0.0009422547728416477	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0134_000000011960	2326	0.9811932307491166	2	2	2	2	2	False	61294	fragment	False	SPA0134_000000011960	0.9379221027324192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	98.774	62.0	0.2334549244398124	NZ_CABMGA010000048.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0011_000000001633	20632	0.9811919323046704	18	8	7	7	7	False	51030	maximal	False	FIJ0079_000000001159	0.993764870251393		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	579.0	76.51100000000001	3.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	True
FIJ0123_000000008218	3951	0.981190983947382	4	2	1	1	2	True	64003	maximal	False	FIJ0025_000000005302	0.9980587506543135		0	0	True	True	0.9949380159378052	13	Col(MP18)			MOBP	mobilizable	plasmid	2900.0	99.79299999999999	100.0	0.749935283458452	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
FIJ0033_000000008359	3945	0.981190983947382	5	2	1	1	2	True	64003	maximal	False	FIJ0025_000000005302	0.998669036696053		0	0	True	True	1.0	6	Col(MP18)			MOBP	mobilizable	plasmid	3760.0	99.787	100.0	0.9725601863836396	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
MAD0046_000000006065	3943	0.981190983947382	4	2	1	1	2	True	64003	maximal	False	FIJ0025_000000005302	0.9970640764594865		0	0	True	True	1.0	25	Col(MP18)			MOBP	mobilizable	plasmid	3010.0	99.9	100.0	0.7786694279057728	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
ISR0009_000000007870	3943	0.981190983947382	5	2	1	1	2	True	64003	maximal	False	FIJ0025_000000005302	0.9987799211474779		0	0	True	True	1.0	101	Col(MP18)			MOBP	mobilizable	plasmid	2339.0	99.829	100.0	0.60522909655708	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
SPA0090_000000008393	3918	0.981190983947382	4	2	1	1	2	True	64003	maximal	False	FIJ0025_000000005302	0.9976708722177658		0	0	True	True	0.9997447729110718	26	Col(MP18)			MOBP	mobilizable	plasmid	3164.0	99.71600000000001	100.0	0.818793683665545	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
FIJ0005_000000007601	3905	0.981190983947382	4	2	1	1	2	True	64003	maximal	False	FIJ0025_000000005302	0.9984538759742271		0	0	True	True	0.9997439384460449	2	Col(MP18)			MOBP	mobilizable	plasmid	2954.0	99.76299999999999	100.0	0.7636551902666322	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
ISR0026_000000005714	3902	0.981190983947382	3	2	1	1	2	True	64003	maximal	False	FIJ0025_000000005302	0.9988593828645488		0	0	True	True	0.9958995580673218	15	Col(MP18)			MOBP	mobilizable	plasmid	3680.0	99.891	100.0	0.9523686254206575	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
FIJ0025_000000005302	3902	0.981190983947382	4	2	1	1	2	True	64003	maximal	True	FIJ0025_000000005302	0.9988593828645488		17	6	True	True	1.0	1	Col(MP18)			MOBP	mobilizable	plasmid	3654.0	99.891	100.0	0.9456381050996635	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
ISR0261_000000004416	3872	0.981190983947382	5	2	1	1	2	True	64003	maximal	False	FIJ0025_000000005302	0.9975413402922111		0	0	True	True	1.0	12	Col(MP18)			MOBP	mobilizable	plasmid	2925.0	99.897	100.0	0.756406937613254	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
FIJ0085_000000009115	3363	0.981190983947382	2	2	1	1	2	True	65877	maximal	True	FIJ0085_000000009115	1.0	PS297	1	1	False	True	1.0	0	Col(MP18)				non-mobilizable	plasmid	1465.0	98.771	92.0	0.4061026352288488	CP055731.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_8, complete sequence	False	True
SPA0058_000000004934	5576	0.9811906803637293	8	8	4	5	7	True	123626	fragment	False	ISR0317_000000001658	0.09454333407565527		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5581.0	96.70299999999999	100.0	0.16756462255584478	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0244_000000015264	1691	0.9811903723953656	2	2	1	1	2	False	99020	fragment	False	MON0016_000000020550	0.9718430034129693		0	0	False	False	0.9544647932052612	0					non-mobilizable	no_good_hit	548.0	77.92	32.0	0.00012267473553503872	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0019_000000005763	8763	0.981185636268871	14	11	8	11	9	False	132200	fragment	False	ENG0181_000000001954	0.27423397975881064		0	0	False	False	1.0	0					non-mobilizable	other	8265.0	98.27	95.0	0.002869649805447471	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0055_000000000969	13689	0.9811818276075029	17	16	5	13	16	True	125612	fragment	False	FIJ0055_000000000969	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	7484.0	99.17200000000001	100.0	0.04043030322727421	CP010239.1	enterobacteria	Escherichia coli strain S50 plasmid A, complete sequence	False	True
ISR0377_000000013262	1250	0.9811817397514112	3	2	2	2	2	False	23293	maximal	True	ISR0377_000000013262	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.0047694753577106515	XM_017301658.2	flies	PREDICTED: Drosophila miranda phosphatidylinositol 4-kinase beta (LOC108165586), transcript variant X1, mRNA	True	False
MAD0023_000000004089	2461	0.9811812719719308	4	1	1	1	1	False	52880	fragment	False	MAD0107_000000014696	0.9621068586585828		0	0	False	False	0.9983746409416199	0					non-mobilizable	no_good_hit								True	False
MON0043_000000023173	1275	0.9811812719719308	1	1	1	1	1	False	11662	fragment	False	MON0043_000000023173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	100.0	7.0	4.084525654425103e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	False
DEN0026_000000005619	5162	0.981180702896668	5	4	4	3	4	False	124326	maximal	True	DEN0026_000000005619	1.0		0	0	False	False	0.9959318041801453	0					non-mobilizable	no_good_hit	389.0	73.52199999999999	7.0	0.0013375551786335422	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
AST0102_000000017340	1809	0.9811794145554306	3	2	2	2	2	False	108230	fragment	False	AST0102_000000017340	1.0		0	0	False	False	0.999447226524353	0					non-mobilizable	no_good_hit								True	False
CHI0050_000000005962	1586	0.9811782843701689	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.6447567453875328		0	0	False	False	0.9993695020675659	0					non-mobilizable	chromosome	1586.0	99.685	100.0	0.0006283257161228379	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0021_000000007428	4305	0.98117714257568	7	3	2	2	2	False	74845	fragment	False	DEN0021_000000007428	1.0		0	0	False	False	0.99303138256073	0					non-mobilizable	no_good_hit	1052.0	80.89399999999999	24.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0159_000000003124	6786	0.9811758822533696	13	4	2	4	3	False	56557	maximal	True	ENG0159_000000003124	1.0		2	1	True	True	0.9989684820175171	1					non-mobilizable	no_good_hit								True	True
SPA0086_000000007343	1904	0.9811673314170158	2	2	2	2	2	True	5514	fragment	False	SPA0086_000000007343	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1884.0	98.62	99.0	0.0009685511493250747	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
CHI0140_000000015164	1945	0.9811631932833108	3	2	2	2	1	False	125966	fragment	False	DEN0051_000000012717	0.17564343791924192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000014997	1940	0.9811631932833108	3	2	2	2	1	False	125966	fragment	False	DEN0051_000000012717	0.17654215499355772		0	0	False	False	0.9881443381309509	0					non-mobilizable	no_good_hit								True	False
ENG0080_000000003899	5941	0.981162982768176	9	8	4	5	7	True	123626	fragment	False	ISR0317_000000001658	0.18734905279880157		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5952.0	99.815	100.0	0.059386476129650326	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0043_000000003503	5986	0.9811620282599008	6	6	5	4	6	False	18071	fragment	False	MAD0043_000000003503	1.0		0	0	False	False	0.9984964728355408	0					non-mobilizable	chromosome	5986.0	99.85	100.0	0.0029954147728410386	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	False	False
MON0083_000000020713	1857	0.9811617462881784	3	2	2	2	2	True	9875	maximal	True	MON0083_000000020713	1.0		0	0	False	False	0.9838449358940125	0					non-mobilizable	no_good_hit	348.0	88.506	18.0	0.016552647945271014	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
DEN0041_000000007851	4228	0.98115868756765	6	3	0	2	3	False	87319	maximal	True	DEN0041_000000007851	1.0		5	3	True	True	1.0	23	ColRNAI_rep_cluster_1987				non-mobilizable	no_good_hit	1837.0	89.494	58.0	0.00026609295523655283	LR607350.1	enterobacteria	Klebsiella oxytoca strain 4928STDY7071151 genome assembly, chromosome: 1	True	True
MON0029_000000006522	3681	0.981154501236639	8	4	3	4	4	False	88114	fragment	False	MON0029_000000006522	1.0		0	0	False	False	0.9948383569717407	0					non-mobilizable	no_good_hit	1543.0	76.215	41.0	0.00046789185476188845	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0017_000000005537	5948	0.9811451882058574	9	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.13780239070735043		0	0	False	False	1.0	0					non-mobilizable	other	5948.0	99.899	100.0	0.12340478512585337	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0008_000000000868	18058	0.9811437738717484	25	15	10	11	13	True	124146	maximal	True	SPA0008_000000000868	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5326.0	96.677	79.0	0.0014962142183067599	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0155_000000000208	52481	0.9811437279035774	59	24	14	21	14	True	130801	maximal	False	ISR0079_000000000160	0.3943400068120981		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1152.0	83.681	2.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ENG0075_000000002598	9121	0.9811346118677964	12	8	4	5	7	True	125631	maximal	True	ENG0075_000000002598	1.0	PS929|PS932|PS933	3	3	False	True	0.9985747337341309	0					non-mobilizable	no_good_hit	2330.0	93.133	38.0	0.2804213585179804	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MAD0099_000000009452	3187	0.9811337226717228	6	4	2	3	4	False	37617	maximal	True	MAD0099_000000009452	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1891.0	96.56299999999999	100.0	0.0003851473331196343	CP055718.1	enterobacteria	Escherichia coli strain RHB13-C21 chromosome, complete genome	False	False
CHI0105_000000002103	3559	0.9811332491889212	5	4	4	3	2	False	83206	fragment	False	CHI0105_000000002103	1.0		0	0	False	False	0.9907277226448059	0					non-mobilizable	no_good_hit	1609.0	93.47399999999999	45.0	0.003300540032389628	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
SPA0087_000000003929	3936	0.9811290409173372	5	2	2	2	2	False	5485	maximal	True	SPA0087_000000003929	1.0		2	1	False	False	0.9979674816131592	0					non-mobilizable	no_good_hit	1575.0	74.222	39.0	0.006887267946028864	NZ_FNAF01000004.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
ISR0277_000000001501	5867	0.9811261516823088	11	6	3	3	6	True	102410	maximal	False	ISR0208_000000004152	0.999873309397098		0	0	True	True	1.0	172		MOBP			mobilizable	no_good_hit	2181.0	94.406	68.0	0.35421765377712516	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
MAD0035_000000002001	11040	0.9811228909237686	15	8	3	7	6	False	104077	fragment	False	MAD0035_000000002001	0.9900069196009603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	77.715	11.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0197_000000005320	1903	0.9811197025397186	3	2	2	2	1	False	54373	maximal	True	ENG0197_000000005320	1.0		0	0	False	False	0.9758276343345642	0					non-mobilizable	no_good_hit	1570.0	94.26799999999999	83.0	0.0003014328144872184	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
AST0097_000000004578	4995	0.9811146747231188	5	3	3	3	1	False	109022	fragment	False	AST0097_000000004578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0016_000000010836	2077	0.9811078916642458	3	3	2	3	1	False	117934	fragment	False	ENG0016_000000010836	1.0		0	0	False	False	0.9865190386772156	0					non-mobilizable	no_good_hit	174.0	73.563	8.0	0.00026070205345797077	NZ_LSFN01000014.1	firmicutes	Paenibacillus crassostreae strain LPB0068 PNBC_14, whole genome shotgun sequence	True	False
ENG0113_000000000029	111912	0.9811062961153362	97	39	24	34	21	True	121850	fragment	False	ENG0113_000000000029	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	19182.0	97.185	23.0	0.6820607699423611	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ISR0283_000000000620	18395	0.9811026027275582	21	14	9	10	12	True	124509	maximal	True	ISR0283_000000000620	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3563.0	96.12700000000001	22.0	0.0005836970574550447	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
DEN0096_000000004106	8840	0.9810998482490326	12	9	5	5	9	True	123628	fragment	False	USA0108_01_000000001009	0.42198433312142863		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	8842.0	99.37799999999999	100.0	0.2846195949644226	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0039_000000004683	2821	0.9810966566726173	4	4	4	3	3	False	116631	fragment	False	SPA0101_000000007479	0.15269429315770677		0	0	False	False	0.9985820651054382	0					non-mobilizable	chromosome	2821.0	99.71600000000001	100.0	0.0005518599637729375	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0785_000000005201	5523	0.9810900144330724	13	3	0	3	1	True	22211	maximal	True	ISR0785_000000005201	1.0		1	1	True	True	0.9998189210891724	43					non-mobilizable	no_good_hit								True	True
ISR0333_000000014290	1641	0.9810853558749468	2	2	2	2	2	False	24538	maximal	True	ISR0333_000000014290	1.0		1	1	False	False	0.9993906021118164	0					non-mobilizable	chromosome	1205.0	84.647	96.0	0.0005341658645253622	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0021_000000002123	19628	0.9810831469543341	17	7	6	6	6	False	51030	maximal	False	FIJ0079_000000001159	0.9558785069135041		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	578.0	74.74	3.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	True
MAD0107_000000015535	2503	0.9810802820432596	6	4	4	4	4	True	126018	fragment	False	MAD0107_000000015535	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2415.0	92.795	96.0	0.054166947382604594	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
FIJ0114_000000002528	11730	0.981076883621268	18	17	7	10	15	True	98662	maximal	True	FIJ0114_000000002528	0.9984096965529099		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	9821.0	95.662	86.0	0.07890000080716113	CP059926.1	enterobacteria	Escherichia coli strain 34.1 plasmid p1, complete sequence	True	True
ENG0084_000000002223	10168	0.9810758426750554	13	9	6	5	6	True	126528	maximal	True	ENG0084_000000002223	1.0	PS624|PS966	1	1	False	True	0.9997049570083618	0					non-mobilizable	no_good_hit	3573.0	93.535	72.0	0.4421472163407647	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0005_000000001177	16396	0.9810750787372841	30	11	7	10	5	True	78730	maximal	True	DEN0005_000000001177	1.0		1	1	False	False	0.9968894720077515	0					non-mobilizable	no_good_hit	1373.0	97.961	8.0	0.00047822674082202016	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0062_000000011821	2786	0.9810729054194806	3	2	2	2	2	False	6175	maximal	True	SPA0062_000000011821	1.0		0	0	False	False	0.9992821216583252	0					non-mobilizable	no_good_hit	269.0	99.62799999999999	10.0	0.24272727272727274	GQ874102.1		Uncultured organism clone 1041059766165 genomic sequence	True	False
ISR0194_000000000686	25510	0.9810717541260952	25	23	9	19	23	True	45525	fragment	False	ISR0194_000000000686	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	25510.0	99.95700000000001	100.0	0.23800548640528488	MK758104.1	enterobacteria	Escherichia coli strain 0126:B16 plasmid R16, complete sequence	False	True
CHI0063_000000000891	12026	0.98107168360775	12	12	4	5	11	False	85529	maximal	True	CHI0063_000000000891	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	10237.0	99.59899999999999	100.0	0.09100528159621575	CP058356.1	enterobacteria	Escherichia coli strain AMSCJX03 plasmid pAMPD1, complete sequence	False	True
AST0003_000000008539	4130	0.9810700892581288	4	2	1	2	1	True	130504	maximal	True	AST0003_000000008539	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	84.15100000000001	31.0	0.24410540915395285	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	True	True
MAD0011_000000011220	1253	0.9810659240757104	2	2	2	2	1	False	19709	maximal	True	MAD0011_000000011220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	85.115	21.0	6.019188613374917e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MAD0052_000000001405	9091	0.9810613300620146	14	14	6	5	13	False	76167	maximal	True	MAD0052_000000001405	1.0		5	3	False	False	0.9998900294303894	0		MOBP		MOBP	mobilizable	plasmid	8992.0	99.978	100.0	0.09007483695162147	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
SPA0146_000000010868	2146	0.9810425358067526	3	3	3	3	3	False	73254	fragment	False	FIJ0039_000000010266	0.9682091969229575		0	0	False	False	0.9930102229118347	0					non-mobilizable	other	2128.0	99.671	99.0	0.007962683577854231	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0051_000000004870	8510	0.9810311694503082	10	9	5	7	9	True	123628	fragment	False	USA0108_01_000000001009	0.13971363176261306		0	0	False	True	0.9991774559020996	0	rep_cluster_1702				non-mobilizable	plasmid	6352.0	97.654	99.0	0.20409543127595867	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0016_000000017154	2013	0.9810276594150594	2	1	1	1	1	False	63152	fragment	False	MON0016_000000017154	0.9967965830218899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0051_000000023092	1556	0.9810276594150594	3	1	1	1	1	False	63142	fragment	False	MON0051_000000023092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0104_000000033352	1376	0.9810276594150594	1	1	1	1	1	False	61212	fragment	False	ENG0157_000000017185	0.9286209286209286		0	0	False	False	0.992732584476471	0					non-mobilizable	no_good_hit								True	False
MON0004_000000036333	1297	0.9810276594150594	2	1	1	1	1	False	53772	fragment	False	MON0004_000000036333	0.9709874450873894		0	0	False	False	0.9876638650894165	0					non-mobilizable	no_good_hit								True	False
MON0041_000000056588	1242	0.9810276594150594	2	1	1	1	1	False	61210	fragment	False	ISR0072_000000022660	0.9406584992343032		0	0	False	False	0.999194860458374	0					non-mobilizable	no_good_hit								True	False
MAD0078_000000002556	2948	0.9810250311595252	3	2	2	2	1	False	18354	fragment	False	MAD0078_000000002556	1.0		0	0	False	False	0.990841269493103	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000006779	6198	0.9810246898517476	9	5	2	5	1	False	93335	maximal	True	CAN0015_000000006779	1.0		1	1	False	False	0.998063862323761	0					non-mobilizable	no_good_hit	668.0	79.042	14.0	0.0028528173759330725	NZ_AUGK01000006.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
MON0090_000000013082	4226	0.9810174832365034	9	8	2	4	4	True	132209	backbone	False	ENG0141_000000006400	0.9750367895514752	PS1143|PS778	0	0	True	True	1.0	172		MOBP			mobilizable	other	3031.0	100.0	100.0	0.27998521530216225	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0071_000000002341	4435	0.981010455342444	4	3	3	3	3	False	84920	maximal	True	CHI0071_000000002341	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3756.0	93.104	97.0	0.027076541357721935	CP055398.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00123 plasmid pRHBSTW-00123_2, complete sequence	False	True
MON0012_000000009855	4094	0.9810024548496912	5	4	4	3	2	False	13611	maximal	True	MON0012_000000009855	1.0		1	1	False	False	0.9997557401657104	0					non-mobilizable	no_good_hit	2670.0	99.85	65.0	0.006679463340532505	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
ISR0845_000000000948	11754	0.980995874527852	13	7	4	6	4	False	107024	fragment	False	ISR0319_000000000696	0.4770099332609033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6294.0	99.85700000000001	55.0	0.0011286902368563547	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ENG0076_000000002289	4933	0.9809902182975344	9	6	6	5	5	False	62050	maximal	True	ENG0076_000000002289	1.0		1	1	False	False	0.9995945692062378	0					non-mobilizable	no_good_hit	2420.0	95.95	49.0	0.050092340893527834	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
FIJ0099_000000000158	54036	0.98098578455009	86	29	12	21	15	True	88745	maximal	True	FIJ0099_000000000158	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4169.0	86.568	46.0	0.07340587672349626	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0072_000000005196	3606	0.9809837756552316	6	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.011667808811177993	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3456.0	94.184	96.0	0.8121026607016718	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0103_000000031644	1744	0.9809837408695844	3	3	3	2	1	False	110562	fragment	False	MON0103_000000031644	1.0		0	0	False	False	0.9713302850723267	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010408876072692507	NZ_BCTW01000003.1	a-proteobacteria	Novosphingobium lentum NBRC 107847, whole genome shotgun sequence	True	False
SPA0106_000000001534	18954	0.980981843259764	16	9	7	8	5	False	103153	maximal	True	SPA0106_000000001534	1.0		1	1	False	False	0.9998417496681213	0					non-mobilizable	no_good_hit	117.0	81.197	1.0	2.8537312536141005e-05	NZ_CP012898.1	CFB group bacteria	Algibacter alginicilyticus strain HZ22 chromosome, complete genome	True	False
USA0069_01_000000006170	9618	0.9809813429103801	14	10	4	10	5	True	126092	fragment	False	USA0069_01_000000006170	0.9958402662229617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	0.0	1.1255298029572492e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0060_000000004088	6891	0.9809797537137668	12	2	1	2	2	True	10906	maximal	True	MON0060_000000004088	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
FIJ0032_000000016387	2174	0.9809794373778692	4	3	3	1	2	False	71484	fragment	False	FIJ0032_000000016387	1.0		0	0	False	False	0.9954001903533936	0					non-mobilizable	other	1958.0	90.756	90.0	0.1654249915340332	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
SPA0020_000000000825	20226	0.9809776306193864	26	18	14	15	14	False	123927	fragment	False	SPA0145_000000000420	0.7447735346044		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	17828.0	99.994	88.0	0.17789996806642183	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0247_000000004274	2970	0.9809774515062696	5	4	3	1	2	False	120813	fragment	False	AUS0018_000000009086	0.969078947368421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	85.397	32.0	0.00030648168130065234	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
AST0028_000000009238	1779	0.9809748029903352	2	2	0	2	2	False	118763	backbone	True	AST0028_000000009238	0.9787073676276616	PS810	2	1	True	True	1.0	4198	rep_cluster_1186				non-mobilizable	plasmid	1005.0	96.915	91.0	0.4594965675057208	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	False	True
ISR0309_000000010885	1769	0.9809748029903352	4	2	0	2	2	False	118763	backbone	False	AST0028_000000009238	0.9603725307703413	PS810	0	0	True	True	1.0	21	rep_cluster_1186				non-mobilizable	plasmid	1007.0	97.319	92.0	0.459954233409611	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	False	True
AST0089_000000013507	1699	0.9809748029903352	4	2	0	2	2	False	110388	fragment	False	AST0089_000000013507	1.0		0	0	False	False	1.0	0	rep_cluster_1186				non-mobilizable	plasmid	971.0	99.588	98.0	0.4434782608695652	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	False	True
AST0029_000000017926	1647	0.9809748029903352	2	2	0	2	2	False	118763	backbone	False	AST0028_000000009238	0.6419336706014614	PS810	0	0	True	True	1.0	3	rep_cluster_1186				non-mobilizable	no_good_hit	1005.0	96.915	87.0	0.4594965675057208	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
ISR0078_000000013173	1537	0.9809748029903352	4	2	0	2	2	False	110387	fragment	False	ISR0078_000000013173	0.9925368181521756		0	0	False	False	1.0	0	rep_cluster_1186				non-mobilizable	plasmid	1007.0	98.51	99.0	0.459954233409611	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	False	True
AST0111_000000012529	1526	0.9809748029903352	4	2	0	2	2	False	110387	fragment	False	ISR0078_000000013173	0.9895110394504898		0	0	False	False	1.0	0	rep_cluster_1186				non-mobilizable	plasmid	911.0	98.902	100.0	0.41374601729631316	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	False	True
AST0088_000000007594	1514	0.9809748029903352	3	2	0	2	2	False	110387	fragment	False	ISR0078_000000013173	0.9825939054508949		0	0	False	False	1.0	0	rep_cluster_1186				non-mobilizable	plasmid	921.0	97.93700000000001	100.0	0.4182976786527082	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	False	True
CHI0008_000000005753	1698	0.9809700188681928	3	2	2	2	1	False	90515	maximal	True	CHI0008_000000005753	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	94.771	11.0	0.0010580601762966491	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
MAD0035_000000001452	14833	0.980968974905726	15	12	6	9	8	False	86083	maximal	True	MAD0035_000000001452	1.0		1	1	False	False	0.9998651742935181	0					non-mobilizable	no_good_hit	2671.0	82.741	48.0	0.0008515650004850891	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0025_000000000134	6196	0.9809662821385408	7	3	1	3	3	False	74292	maximal	True	DEN0025_000000000134	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	95.986	9.0	0.0018154128872059493	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
SPA0138_000000005236	4459	0.9809637242286507	7	5	2	4	5	False	57822	backbone	False	SPA0139_000000005601	0.951874702364053	PS252	0	0	True	True	1.0	42					non-mobilizable	plasmid	4213.0	94.564	100.0	0.9501811594202898	CP055938.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_5, complete sequence	False	True
DEN0052_000000024176	1854	0.9809530641440121	2	2	2	2	2	False	72269	fragment	False	DEN0052_000000024176	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1859.0	96.719	100.0	0.0007631110551029603	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0085_000000020329	1497	0.9809514189769744	2	2	2	2	2	False	13134	fragment	False	MON0085_000000020329	1.0		0	0	False	False	0.9939879775047302	0					non-mobilizable	no_good_hit	171.0	78.947	11.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0812_000000002492	13222	0.9809485666535208	14	4	2	3	2	True	101621	fragment	False	ISR0812_000000002492	0.985044268963867		0	0	False	False	0.9953108429908752	0					non-mobilizable	no_good_hit	92.0	97.82600000000001	1.0	0.12101063829787234	GQ878878.1		Uncultured organism clone VC1C286TF genomic sequence	True	True
ISR0793_000000001746	6727	0.9809481849436964	9	6	3	3	6	False	123628	fragment	False	USA0108_01_000000001009	0.07624028848910076		0	0	False	True	0.9998513460159302	0					non-mobilizable	plasmid	3802.0	99.23700000000001	98.0	0.1219614282494607	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0042_000000005364	4583	0.9809455486631856	4	3	2	3	2	False	92792	fragment	False	ISR0042_000000005364	1.0		0	0	False	False	0.9975998401641846	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015052432640363933	AL591606.4	rodents	Mouse DNA sequence from clone RP23-272O14 on chromosome 2, complete sequence	True	False
ISR0012_000000013798	1658	0.98094177827367	4	2	2	2	2	False	38158	fragment	False	ISR0012_000000013798	1.0		0	0	False	False	0.9975874423980713	0					non-mobilizable	other	1658.0	93.90799999999999	100.0	0.0371892474567136	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
CHI0049_000000003036	4910	0.9809400591964104	9	5	2	3	5	False	86834	backbone	True	CHI0049_000000003036	1.0	PS443	1	1	True	True	1.0	11					non-mobilizable	plasmid	3097.0	90.927	99.0	0.6278832414778526	CP056247.1	enterobacteria	Citrobacter freundii strain RHBSTW-00915 plasmid pRHBSTW-00915_3, complete sequence	False	True
DEN0064_000000001474	15282	0.9809391136928384	13	9	8	9	6	True	124739	maximal	True	DEN0064_000000001474	1.0		2	2	False	False	0.9962701201438904	0					non-mobilizable	no_good_hit	2258.0	77.98899999999999	21.0	0.004635776821952296	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0061_000000038873	1135	0.980933583984296	3	1	1	1	1	False	101761	fragment	False	ISR0004_000000012649	0.10911473285367435		0	0	False	False	0.9726872444152832	0					non-mobilizable	other	1089.0	99.265	96.0	0.001505629836680024	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CAN0015_000000006704	6279	0.9809302701776784	6	4	4	4	2	False	105983	fragment	False	CAN0015_000000006704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	79.581	15.0	0.000964776017437132	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
USA0038_01_000000003806	5319	0.9809292775615378	9	3	2	3	2	False	35970	maximal	True	USA0038_01_000000003806	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	81.307	16.0	0.0002448100550371361	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0130_000000003887	8388	0.9809291429576562	11	7	6	7	5	False	122368	maximal	True	SPA0130_000000003887	1.0		0	0	False	False	0.9988078474998474	0					non-mobilizable	no_good_hit	5204.0	97.63600000000001	62.0	0.030792995081879895	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
ENG0210_000000011725	2103	0.9809235311322814	2	2	2	2	2	False	114092	maximal	True	ENG0210_000000011725	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	90.09899999999999	9.0	0.024242424242424242	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
AST0089_000000013028	1753	0.9809235311322814	2	2	2	2	2	False	114085	fragment	False	AST0055_000000018797	0.932255182894664		0	0	False	False	0.9897319078445435	0					non-mobilizable	no_good_hit	40.0	97.5	2.0	0.00012466516216060709	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0260_000000009374	1616	0.9809181190302788	3	2	1	2	1	False	26712	fragment	False	ISR0260_000000009374	1.0		0	0	False	False	0.9975247383117676	0					non-mobilizable	no_good_hit	842.0	97.98100000000001	52.0	0.0048959893687087995	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
CAN0016_000000001210	21063	0.9809178504194817	42	17	9	13	11	False	93699	maximal	True	CAN0016_000000001210	1.0		5	3	False	False	0.999952495098114	0					non-mobilizable	no_good_hit								True	False
AST0055_000000008353	3956	0.9809126016764635	3	3	2	3	2	False	120285	fragment	False	ISR0222_000000014200	0.694700366670628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000009288	4952	0.9809119348302844	5	4	3	3	4	False	108460	maximal	True	ISR0029_000000009288	1.0		2	2	False	False	0.9975767135620117	0					non-mobilizable	plasmid	1888.0	99.62899999999999	97.0	0.011190445127085977	CP043485.1	firmicutes	Enterococcus faecium strain DMEA02 plasmid pDMEA1, complete sequence	False	True
FIJ0040_000000005645	4405	0.9809102286229872	6	4	2	3	4	False	57822	backbone	False	SPA0139_000000005601	0.9221354742306513	PS252	0	0	False	True	1.0	0					non-mobilizable	plasmid	4103.0	91.738	99.0	0.9182518115942029	CP056378.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 plasmid pRHBSTW-00636_7, complete sequence	False	True
AST0084_000000007533	4204	0.9809047140535586	6	5	3	5	3	False	111545	fragment	False	ISR0157_000000004871	0.6726910847038698		0	0	False	False	0.9997621178627014	0					non-mobilizable	no_good_hit								True	False
ISR0023_000000007017	3996	0.9809047140535586	6	5	3	5	3	False	111545	fragment	False	ISR0157_000000004871	0.57848191384168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000020674	1555	0.9809030195606346	3	2	1	1	2	False	6155	fragment	False	SPA0062_000000020674	1.0		0	0	False	False	0.9890674948692322	0					non-mobilizable	no_good_hit								True	False
MAD0080_000000003484	1942	0.980899359977963	2	1	1	1	1	False	16159	maximal	True	MAD0080_000000003484	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000010921	4586	0.9808940951992352	3	3	3	3	3	False	49681	maximal	True	FIJ0021_000000010921	1.0		1	1	False	False	0.9997819662094116	0					non-mobilizable	plasmid	4539.0	100.0	100.0	0.02876375437351047	CP056419.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00529 plasmid pRHBSTW-00529_2, complete sequence	False	True
SPA0087_000000001780	8511	0.9808935385171436	10	6	3	6	3	False	34493	fragment	False	SPA0087_000000001780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	98.009	5.0	0.0001249645933652132	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0151_000000001969	8186	0.9808875898587124	11	6	3	5	5	False	86967	maximal	False	USA0043_01_000000001754	0.9783361888444698		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	54.0	100.0	1.0	9.989294491940712e-05	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
MON0036_000000000154	21641	0.9808761033778188	26	13	5	9	7	False	12186	fragment	False	MON0036_000000000154	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9943.0	92.698	58.0	0.0027514426468056275	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0109_000000008081	2273	0.9808744235164296	4	1	1	1	1	False	96505	fragment	False	CHI0109_000000008081	1.0		0	0	False	False	0.9982402324676514	0					non-mobilizable	no_good_hit	611.0	89.525	27.0	0.009777591946351897	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0790_000000007953	2058	0.9808744235164296	3	1	1	1	1	False	96504	fragment	False	ISR0790_000000007953	1.0		0	0	False	False	0.9922254681587219	0					non-mobilizable	no_good_hit	620.0	89.355	30.0	0.009922326037663028	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0185_000000001215	19342	0.9808709946312472	16	15	10	12	14	True	103537	maximal	True	ENG0185_000000001215	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	10906.0	99.569	93.0	0.06809097949089456	CP054450.1	enterobacteria	Escherichia coli strain SCU-488 plasmid pSCU-488-1, complete sequence	False	True
USA0027_01_000000002670	9585	0.98086937648314	15	8	4	7	6	True	125380	maximal	True	USA0027_01_000000002670	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	8406.0	98.561	88.0	0.002398612663441878	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
FIJ0139_000000000468	32314	0.98086873380315	42	18	10	15	11	False	82154	maximal	True	FIJ0139_000000000468	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	91.09100000000001	1.0	0.0001208624550111818	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0022_000000016047	1624	0.9808683507030342	2	1	1	1	1	False	44717	fragment	False	ISR0022_000000016047	1.0		0	0	False	False	0.9119458198547363	0					non-mobilizable	no_good_hit	90.0	100.0	6.0	0.001518071878144882	NZ_CYZK01000019.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0040_000000001566	4426	0.9808659897089635	10	7	3	4	7	False	103997	fragment	False	DEN0040_000000001566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1791.0	94.193	45.0	0.00039647371612481927	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0141_000000005327	5396	0.980860358553622	8	8	5	5	6	True	123598	fragment	False	FIJ0141_000000005327	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	4193.0	98.927	78.0	0.12615775773351898	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
AST0148_000000008405	4126	0.9808573146383758	8	5	4	4	3	False	105128	maximal	True	AST0148_000000008405	1.0		2	2	False	False	0.9985458254814148	0					non-mobilizable	no_good_hit	1078.0	84.87899999999999	54.0	0.0022853057394368443	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
FIJ0090_000000001698	15715	0.9808502366811318	14	4	3	3	3	True	98623	fragment	False	FIJ0086_000000001389	0.9557116850608716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.14299999999999	8.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0041_000000002399	12784	0.9808502366811318	12	4	3	3	3	True	98617	fragment	False	FIJ0041_000000002399	0.9679292929292929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.14299999999999	9.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0043_000000001232	11880	0.9808502366811318	9	4	3	3	3	True	98617	fragment	False	FIJ0041_000000002399	0.9342160688689553		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.975	10.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0167_000000006241	3938	0.9808494749973692	5	3	2	1	3	False	56087	maximal	True	ENG0167_000000006241	1.0		1	1	False	False	0.9969527721405029	0					non-mobilizable	no_good_hit	1319.0	91.35700000000001	79.0	0.0005415493996008596	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0140_000000004817	3171	0.9808480046868026	4	3	3	3	3	False	75984	fragment	False	ENG0140_000000004817	0.9720357941834452		0	0	False	False	0.996531069278717	0					non-mobilizable	chromosome	2243.0	99.42	99.0	0.0005104530168069274	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AST0024_000000005112	5862	0.9808465311662508	8	5	3	3	4	True	121782	fragment	False	USA0102_01_000000002372	0.9531276063386155		0	0	False	False	0.9981235265731812	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	2.0	0.00017252867545571369	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
ISR0082_000000001235	18194	0.9808457543473491	23	20	6	8	19	True	132596	backbone	False	ISR0120_000000000296	0.05211990936112699	PS1169|PS902	0	0	False	True	0.9998351335525513	0		MOBB	MPF_T		conjugative	plasmid	18210.0	99.835	100.0	0.55100496428139	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0137_000000006080	4563	0.980841613314976	5	2	1	1	2	True	31381	maximal	True	ISR0137_000000006080	1.0		1	1	True	True	0.9936445355415344	4					non-mobilizable	no_good_hit								True	True
DEN0080_000000000013	13952	0.9808378235182448	17	14	10	12	11	False	103568	maximal	True	DEN0080_000000000013	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.059	34.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
FIJ0029_000000009025	3846	0.9808264779949084	7	6	3	6	5	False	114765	fragment	False	FIJ0029_000000009025	0.9992893689596362		0	0	False	False	0.9994799494743347	0					non-mobilizable	other	3846.0	100.0	100.0	0.0797866821605694	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
AST0087_000000010088	3493	0.9808261736036324	5	5	4	5	5	False	117151	maximal	True	AST0087_000000010088	1.0		0	0	False	False	0.9979959726333618	0					non-mobilizable	no_good_hit	1980.0	99.242	57.0	0.010657088390828118	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
BAN0016_000000000272	2654	0.9808255688229612	3	3	1	2	3	True	98343	fragment	False	BAN0016_000000000272	1.0		0	0	False	False	0.9958553314208984	0	IncX1				non-mobilizable	plasmid	2654.0	99.962	100.0	0.04824250359136618	CP024467.1	enterobacteria	Shigella dysenteriae strain BU53M1 plasmid unnamed1, complete sequence	False	True
FIJ0065_000000013959	1399	0.9808139055727564	3	2	2	1	2	False	45400	fragment	False	FIJ0065_000000013959	1.0		0	0	False	False	0.9749821424484253	0					non-mobilizable	no_good_hit	71.0	90.141	5.0	2.2507720148010767e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
MAD0096_000000014759	1332	0.9808107697108844	3	3	2	2	2	True	35467	fragment	False	MAD0044_000000018503	0.9815661627419763		0	0	False	False	1.0	0					non-mobilizable	plasmid	1332.0	99.925	100.0	0.015024438700064343	CP058573.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2-2, complete sequence	False	True
FIJ0013_000000001110	16795	0.9808093541608328	18	7	4	6	5	False	74868	maximal	True	FIJ0013_000000001110	1.0		1	1	False	False	0.9994641542434692	0					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.0004101631784320681	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	True	False
SPA0044_000000006457	3982	0.9808072621136836	7	6	4	4	2	False	73972	fragment	False	SPA0044_000000006457	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	86.81299999999999	2.0	3.0159761052438572e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0021_000000038924	1120	0.98080586122347	3	1	1	1	1	False	91362	fragment	False	CAN0021_000000038924	1.0		0	0	False	False	0.9767857193946838	0					non-mobilizable	no_good_hit								True	False
SPA0025_000000003898	5227	0.9808049736658444	6	4	2	4	3	False	7572	maximal	True	SPA0025_000000003898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	82.051	1.0	0.0006278385231933335	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
MAD0079_000000001597	3070	0.9808048654831242	6	4	3	3	3	False	90139	maximal	True	MAD0079_000000001597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1471.0	95.649	81.0	0.00030264103919987	CP042901.1	enterobacteria	Escherichia coli strain CFSAN061762 chromosome, complete genome	True	False
ENG0096_000000009069	3686	0.9808001603790852	8	8	4	3	7	True	60878	fragment	False	ENG0096_000000009069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	98.171	89.0	0.015513714199121079	LR130558.1	enterobacteria	Escherichia coli strain MS14385 genome assembly, plasmid: 4	True	True
USA0069_01_000000014863	4143	0.9807954593352832	8	5	4	2	2	False	68578	fragment	False	USA0069_01_000000014863	0.9803295039515108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	98.71700000000001	23.0	0.000259093256910542	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0293_000000009189	3999	0.980792895533304	4	3	2	2	2	True	118585	backbone	False	ENG0087_000000006791	0.7985931253001207	PS806|PS807	0	0	True	True	0.9997499585151672	16		MOBQ			mobilizable	no_good_hit	2691.0	96.135	76.0	0.3475894245723173	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ISR0110_000000005628	4133	0.9807830263109036	5	3	2	3	2	False	129662	fragment	False	ISR0110_000000005628	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1763.0	93.137	44.0	0.008223922185453645	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0032_000000004245	4865	0.980778358309014	10	7	3	5	4	True	132220	backbone	False	ISR0043_000000004492	0.977709102642623	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	18		MOBP			mobilizable	plasmid	4557.0	99.934	100.0	0.9517443074994778	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0087_000000005143	4865	0.980778358309014	10	7	3	5	4	True	132220	backbone	False	ISR0043_000000004492	0.9778241532018013	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	51		MOBP			mobilizable	plasmid	4557.0	99.868	100.0	0.9517443074994778	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
AST0060_000000003469	7880	0.9807753072343076	8	4	3	4	2	False	118974	maximal	True	AST0060_000000003469	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	96.154	1.0	1.7949964822731275e-05	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
MAD0096_000000007460	2421	0.9807683137320838	4	4	4	4	4	False	15506	fragment	False	MAD0096_000000007460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1395.0	96.272	86.0	0.010705697373288938	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
SPA0033_000000002961	8997	0.9807668448746092	9	8	3	6	4	False	7219	fragment	False	SPA0033_000000002961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	2.0204697198500655e-05	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
MON0062_000000004422	8710	0.9807659768729924	4	4	3	3	3	True	107451	fragment	False	MON0062_000000004422	0.9978980900762241		0	0	False	False	1.0	0					non-mobilizable	other	8723.0	94.245	100.0	0.21346905657593862	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
MON0065_000000003301	8088	0.9807659768729924	4	4	3	3	3	True	107451	fragment	False	MON0062_000000004422	0.9720021236592058		0	0	False	False	1.0	0					non-mobilizable	other	8101.0	93.84	100.0	0.1982739544146935	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
USA0052_01_000000002198	8082	0.9807659768729924	4	4	3	3	3	True	107451	fragment	False	MON0062_000000004422	0.9730843329574451		0	0	False	False	1.0	0					non-mobilizable	other	8095.0	93.947	100.0	0.19802807897519117	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
FIJ0032_000000011708	2986	0.9807605515263448	4	4	4	3	4	False	100438	fragment	False	USA0003_01_000000012705	0.7202057381203919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	76.683	35.0	0.0006328509337536419	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
SPA0083_000000013588	1340	0.9807556875761344	2	2	1	2	2	False	94084	fragment	False	SPA0062_000000015646	0.21489424341097463		0	0	False	False	1.0	0					non-mobilizable	chromosome	1340.0	97.31299999999999	100.0	0.0005510213662858936	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0089_000000023999	1314	0.9807556875761344	2	2	1	2	2	False	94084	fragment	False	SPA0062_000000015646	0.21429451459343785		0	0	False	False	0.9969558715820312	0					non-mobilizable	chromosome	1314.0	98.17399999999999	100.0	0.0005403139256854203	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0009_000000029488	1274	0.9807556875761344	2	2	1	2	2	False	94084	fragment	False	SPA0062_000000015646	0.18957645387433678		0	0	False	False	0.9693877696990967	0					non-mobilizable	chromosome	1274.0	97.331	100.0	0.000523429115507751	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0009_000000013787	2374	0.9807544908990888	3	3	3	2	2	False	131502	maximal	True	ISR0009_000000013787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1806.0	78.295	75.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0188_000000003168	7940	0.98075037972143	10	3	2	3	1	True	80804	maximal	True	ENG0188_000000003168	1.0		4	3	True	True	1.0	28					non-mobilizable	no_good_hit	1145.0	73.97399999999999	15.0	0.25267379679144386	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
ISR0236_000000000870	7765	0.98075037972143	10	3	2	3	1	True	80804	maximal	False	ENG0188_000000003168	0.993513853904282		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1178.0	74.44800000000001	15.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
MAD0009_000000008879	1249	0.9807466352969948	2	1	1	1	1	False	19758	fragment	False	MAD0009_000000008879	1.0		0	0	False	False	0.9983987212181091	0					non-mobilizable	no_good_hit								True	False
ISR0350_000000005277	3251	0.9807385707977919	3	2	2	2	2	False	115766	maximal	True	ISR0350_000000005277	1.0		0	0	False	False	0.9944632649421692	0					non-mobilizable	no_good_hit	1928.0	94.50200000000001	89.0	0.020264938289790722	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0139_000000005601	4475	0.9807344226811104	7	6	2	4	6	False	57822	backbone	True	SPA0139_000000005601	0.9526439418585909	PS252	2	1	True	True	0.9997765421867371	46					non-mobilizable	plasmid	4221.0	94.551	99.0	0.9519927536231884	CP055938.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_5, complete sequence	False	True
FIJ0026_000000006572	4520	0.9807317497252284	6	4	3	4	4	False	49134	fragment	False	FIJ0026_000000006572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	2.8463697065895133e-05	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0054_000000009996	2471	0.9807298859844608	4	2	1	1	2	False	95914	fragment	False	SPA0077_000000008270	0.2096668569140797		0	0	False	False	0.9951436519622803	0					non-mobilizable	no_good_hit	595.0	73.95	24.0	0.00013310548938829525	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0153_000000025041	1381	0.9807263761248838	3	1	1	1	1	False	103276	fragment	False	AST0153_000000025041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0117_000000005511	4935	0.9807080427445592	7	7	3	3	6	True	127258	backbone	False	SPA0105_000000005394	0.994794300225453	PS757|PS758|PS996	0	0	True	True	1.0	60	rep_cluster_1152,rep_cluster_1320	MOBQ,MOBQ			mobilizable	plasmid	4898.0	99.571	100.0	0.9969450101832994	AM183144.1	high GC Gram+	Bifidobacterium longum pNAL8M plasmid	False	True
ISR0033_000000003286	7623	0.9807076588982668	12	3	3	2	2	False	87508	fragment	False	ISR0033_000000003286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	73.84	3.0	0.007947336107510744	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0114_000000006160	5780	0.9807052325166812	8	2	1	2	1	False	41895	maximal	True	FIJ0114_000000006160	1.0		1	1	True	True	1.0	2					non-mobilizable	plasmid	5590.0	97.245	98.0	0.9716373760222725	AP022186.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP7-S17-ESBL-08_3 DNA, complete genome, strain: WP7-S17-ESBL-08	False	True
ENG0084_000000001265	15932	0.9807046170984951	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9708443902955929	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15934.0	99.441	100.0	0.3122880608424643	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MON0105_000000018095	2980	0.980704578577046	3	3	2	3	1	True	107804	fragment	False	MON0105_000000018095	1.0		0	0	False	False	0.9664429426193237	0					non-mobilizable	no_good_hit								True	True
ISR0298_000000007534	1952	0.9807035251297412	2	1	1	1	1	True	70606	fragment	False	ISR0298_000000007534	0.9922168545356951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0070_000000018209	1863	0.9807035251297412	2	1	1	1	1	True	70606	fragment	False	ISR0298_000000007534	0.9697745901639344		0	0	False	False	0.9973161816596985	0					non-mobilizable	no_good_hit								True	True
SPA0144_000000010801	1686	0.9807035251297412	2	1	1	1	1	True	98771	fragment	False	ISR0210_000000010250	0.5643942053109942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0288_000000018841	1587	0.9807035251297412	1	1	1	1	1	True	25968	fragment	False	ISR0288_000000018841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0097_000000023192	1416	0.9807035251297412	1	1	1	1	1	True	98762	fragment	False	SPA0097_000000023192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0088_000000024239	1116	0.9807035251297412	1	1	1	1	1	True	15860	fragment	False	MAD0088_000000024239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0020_000000009096	2170	0.9806918014843842	2	2	2	2	2	False	66786	fragment	False	ENG0020_000000009096	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1725.0	94.84100000000001	79.0	0.17566602021026845	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
DEN0031_000000001556	12497	0.9806902034913242	10	8	6	7	4	True	117515	fragment	False	ISR0084_000000001363	0.9411443716869348		0	0	False	True	0.9996799230575562	0					non-mobilizable	no_good_hit	1817.0	86.736	15.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0017_000000004661	7018	0.98068159910689	13	5	2	2	3	True	37879	maximal	True	ISR0017_000000004661	1.0		1	1	True	True	1.0	28					non-mobilizable	no_good_hit	1271.0	86.46700000000001	26.0	0.2173239194076115	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ENG0091_000000005396	4237	0.9806764093069791	5	5	1	3	3	True	120510	maximal	False	AST0031_000000006428	0.9509853211359633		0	0	False	True	0.9985839128494263	0	rep_cluster_321				non-mobilizable	plasmid	2412.0	99.959	99.0	0.5416947628680603	CP000420.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 1, complete sequence	False	True
MON0045_000000000333	37676	0.9806734333778298	61	32	14	16	28	False	55255	maximal	True	MON0045_000000000333	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	6359.0	97.311	74.0	0.03421684670809594	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0069_000000005593	4318	0.9806702882607744	7	3	2	3	2	True	34975	maximal	True	ISR0069_000000005593	1.0		1	1	False	False	0.9981473088264465	0					non-mobilizable	no_good_hit	308.0	80.844	7.0	0.0068846815834767644	NZ_FOZC01000018.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	True
MAD0043_000000000798	16515	0.9806657895375228	18	16	5	10	12	True	98670	maximal	True	MAD0043_000000000798	1.0		2	1	False	False	1.0	0	IncI1		MPF_I		non-mobilizable	no_good_hit	6827.0	97.43700000000001	73.0	0.09225446338068144	CP057202.1	enterobacteria	Escherichia coli strain RHB33-C11 plasmid pRHB33-C11_3, complete sequence	True	True
MON0084_000000009575	3141	0.9806577406925691	4	2	1	2	1	True	47967	backbone	False	MON0094_000000010642	0.977513228962659	PS177	0	0	True	True	1.0	68					non-mobilizable	no_good_hit	489.0	85.27600000000001	16.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0061_000000013826	3141	0.9806577406925691	4	2	1	2	1	True	47967	backbone	False	MON0094_000000010642	0.9774711760823944	PS177	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	763.0	81.782	39.0	0.2201514269073966	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0041_000000018327	3121	0.9806577406925691	4	2	1	2	1	True	47967	backbone	False	MON0094_000000010642	0.9773211288451517	PS177	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	658.0	82.219	37.0	0.18957483983692486	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
AST0106_000000010081	1977	0.9806577406925691	3	2	1	2	1	True	107417	backbone	False	SPA0153_000000009383	0.8087163807440274	PS659	0	0	True	True	1.0	106					non-mobilizable	plasmid	1832.0	91.594	99.0	0.9609704641350211	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	False	True
SPA0130_000000018813	1759	0.9806548579649681	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8526501316700057		0	0	False	False	1.0	0					non-mobilizable	chromosome	1644.0	77.068	100.0	0.0004607941018354965	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AUS0002_000000021447	1732	0.9806548579649681	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8309556784351819		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	77.847	100.0	0.024207942882641678	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0192_000000010664	1686	0.9806548579649681	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.773404586754767		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	78.104	98.0	0.022980812137438644	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0028_000000010807	2345	0.9806544682264888	3	2	1	2	1	False	12597	maximal	True	MON0028_000000010807	1.0		1	1	False	False	0.9995735883712769	0					non-mobilizable	no_good_hit	350.0	80.286	15.0	0.007312190496259615	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
SPA0077_000000000648	22855	0.980650205562258	28	27	18	22	23	True	95860	fragment	False	SPA0077_000000000648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2861.0	94.477	31.0	0.00908712254897285	NZ_SPHG01000004.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_4_length_314511_cov_62.3502, whole genome shotgun sequence	True	True
FIJ0068_000000000734	23915	0.9806500884303044	29	19	13	18	14	True	108328	fragment	False	FIJ0068_000000000734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	92.449	9.0	0.06698973774230331	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0013_000000002165	9293	0.9806466468591738	10	4	3	4	2	False	117692	fragment	False	ENG0132_000000002109	0.9621643646138988		0	0	False	False	0.999139130115509	0					non-mobilizable	no_good_hit	206.0	95.146	21.0	0.0006339761748660918	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0194_000000006515	4156	0.9806449985208646	6	5	5	4	2	False	116087	maximal	True	ENG0194_000000006515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	95.65700000000001	64.0	0.004351150793223406	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0180_000000019078	1289	0.9806382277309592	2	2	1	2	1	False	29614	fragment	False	ISR0180_000000019078	1.0		0	0	False	False	0.9992241859436035	0					non-mobilizable	no_good_hit	104.0	82.69200000000001	8.0	4.4698245615557764e-05	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
MAD0089_000000002981	6024	0.9806368048416076	8	7	4	5	5	False	104215	fragment	False	MAD0089_000000002981	1.0		0	0	False	False	0.9983399510383606	0					non-mobilizable	chromosome	3759.0	87.044	97.0	0.0015418714464681506	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0085_000000013272	2090	0.9806353364868876	2	2	2	2	2	False	11380	fragment	False	MON0085_000000013272	1.0		0	0	False	False	0.9688995480537415	0					non-mobilizable	no_good_hit								True	False
MON0027_000000017839	2272	0.9806343848161176	4	2	1	2	1	False	12657	fragment	False	MON0027_000000017839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	83.626	7.0	0.00020878616940760652	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0092_000000004627	7662	0.9806330662895166	7	4	3	4	2	True	27971	maximal	True	SPA0092_000000004627	1.0		1	1	True	True	1.0	120					non-mobilizable	no_good_hit	32.0	100.0	0.0	1.0531991263203635e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0033_000000017469	1790	0.9806309690060148	3	2	1	2	2	False	94084	fragment	False	SPA0062_000000015646	0.49082833788038505		0	0	False	False	0.9916201233863831	0					non-mobilizable	chromosome	1790.0	93.40799999999999	100.0	0.000789896390672423	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MON0081_000000021323	2614	0.9806257473017468	4	3	3	3	2	False	121481	fragment	False	MON0081_000000021323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1644.0	83.029	63.0	0.001432734888973973	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0239_000000000149	50924	0.9806245085069576	49	18	13	17	12	True	40855	fragment	False	ISR0239_000000000149	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	539.0	91.28	1.0	0.00014546756330204879	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0142_000000002515	10022	0.9806219006813488	18	6	4	5	6	True	83660	fragment	False	ISR0178_000000001110	0.9432669386371918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	82.098	12.0	0.0002961699891817406	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0265_000000000002	225222	0.980616871420654	259	72	41	58	37	True	127698	maximal	False	ISR0353_000000000005	0.9225393492051915	PS319	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1755.0	91.111	3.0	0.0007302959572248087	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
MAD0030_000000009133	1336	0.9806155025059768	2	2	1	2	2	True	18968	fragment	False	MAD0030_000000009133	1.0		0	0	False	False	0.9992514848709106	0					non-mobilizable	plasmid	1336.0	98.428	100.0	0.007199521110505908	CP050282.1	enterobacteria	Klebsiella pneumoniae strain 9949 plasmid unnamed2, complete sequence	False	True
AUS0016_000000011195	2492	0.9806146977242608	3	3	3	3	2	False	100436	fragment	False	AUS0016_000000011195	0.9504619095769066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	75.0	7.0	3.451017924796254e-05	NZ_AP018449.1	firmicutes	Methylomusa anaerophila strain MMFC1	True	False
SPA0083_000000010119	1726	0.9806094960529632	4	4	4	2	2	False	45401	fragment	False	SPA0083_000000010119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	9.138198044103094e-06	NZ_CP031356.1	high GC Gram+	Brachybacterium saurashtrense strain DSM 23186 chromosome, complete genome	True	False
CHI0142_000000000882	15106	0.9806091437065472	11	9	8	6	7	True	120829	maximal	True	CHI0142_000000000882	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	2836.0	88.399	19.0	0.0009197700509871115	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
MON0104_000000010800	3942	0.9806071215192571	8	7	3	7	6	False	121190	fragment	False	MON0104_000000010800	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3232.0	99.969	99.0	0.004086087321620979	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ENG0024_000000003088	8128	0.980606786068134	8	6	4	3	6	False	122649	fragment	False	USA0039_01_000000002770	0.9489206087059101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3390.0	86.28299999999999	45.0	0.0009076335645876928	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MAD0042_000000001304	15278	0.980606373982766	24	5	4	4	4	False	49866	maximal	True	MAD0042_000000001304	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1787.0	93.117	52.0	0.03158118597809521	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0018_000000008021	2165	0.9806041829795812	3	3	2	2	1	False	104467	fragment	False	ISR0849_000000012446	0.7138553280984381		0	0	False	False	1.0	0					non-mobilizable	other	2166.0	99.12299999999999	100.0	0.015307241230521112	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
AST0149_000000013672	1971	0.9806041829795812	3	3	2	2	1	False	104467	fragment	False	ISR0849_000000012446	0.6064617513504019		0	0	False	False	1.0	0					non-mobilizable	other	1972.0	99.23899999999999	100.0	0.013934965445529846	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0075_000000016160	1652	0.9805978409264828	2	2	2	2	2	False	60633	fragment	False	ISR0075_000000016160	1.0		0	0	False	False	0.9951573610305786	0					non-mobilizable	chromosome	1177.0	86.406	100.0	0.00034567767004977756	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	False	False
FIJ0169_000000005502	4012	0.9805960979333084	8	6	5	5	6	True	104850	fragment	False	FIJ0169_000000005502	1.0		0	0	False	False	0.9997507333755493	0					non-mobilizable	no_good_hit	1439.0	93.329	72.0	0.11569181121419927	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0058_000000035387	1223	0.9805957323480275	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.4721812834207082		0	0	False	False	0.9910057187080383	0					non-mobilizable	no_good_hit	483.0	77.01899999999999	39.0	0.00010793562682935015	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CAN0017_000000004552	8514	0.9805951713615652	11	5	3	3	5	True	114961	fragment	False	CAN0017_000000004552	1.0		0	0	False	False	0.9996476173400879	0		MOBB			mobilizable	plasmid	8514.0	99.941	100.0	0.27405904890691907	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0798_000000002036	6600	0.9805947600410012	7	2	2	2	2	False	109343	fragment	False	ISR0798_000000002036	0.9832144706392127		0	0	False	False	0.9990909099578857	0					non-mobilizable	no_good_hit	231.0	76.19	3.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
USA0031_01_000000010949	2656	0.9805934752322406	3	3	3	3	3	False	116210	fragment	False	SPA0136_000000013198	0.7320578291833948		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	94.705	99.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0034_01_000000031530	1654	0.9805928954742944	2	2	2	2	1	False	28503	fragment	False	USA0034_01_000000031530	1.0		0	0	False	False	0.9854897260665894	0					non-mobilizable	no_good_hit	54.0	90.741	3.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ENG0020_000000003150	6456	0.9805837496958202	7	3	2	3	2	False	66501	fragment	False	ENG0020_000000003150	1.0		0	0	False	False	0.9922552704811096	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.40250287410529e-05	NZ_NBOF01000001.1	g-proteobacteria	Colwellia mytili strain KCTC 52417 KCTC52417, whole genome shotgun sequence	True	False
ENG0117_000000018229	1271	0.9805827252216404	2	2	1	2	1	False	59329	fragment	False	ENG0117_000000018229	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1271.0	100.0	100.0	0.00026212849993147505	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
ISR0223_000000008149	3397	0.9805772888079248	5	4	4	3	3	True	27826	maximal	True	ISR0223_000000008149	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	85.73700000000001	18.0	0.0024570703978320898	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	True
ENG0096_000000009606	3482	0.9805756592350771	7	4	3	4	1	False	60876	maximal	True	ENG0096_000000009606	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007049545084043795	NZ_WOTO01000072.1	high GC Gram+	Fodinicola feengrottensis strain HKI 0501, whole genome shotgun sequence	True	False
AST0140_000000012772	2246	0.9805748231552542	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.11864895360762305		0	0	False	False	0.9933214783668518	0					non-mobilizable	chromosome	2185.0	97.941	100.0	0.0004848751385436865	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CAN0006_000000015918	2830	0.9805746671348422	3	3	2	3	2	False	95688	maximal	True	CAN0006_000000015918	1.0		4	2	False	False	0.9939929246902466	0					non-mobilizable	other	2302.0	85.882	99.0	0.051539446203597655	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
ISR0128_000000002428	11447	0.980570561182218	16	10	6	7	8	True	124086	fragment	False	ISR0128_000000002428	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5842.0	95.721	97.0	0.0016392594919953664	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0057_000000013835	1812	0.9805548215097888	4	3	2	3	2	False	63534	fragment	False	ENG0057_000000013835	1.0		0	0	False	False	0.99227374792099	0					non-mobilizable	no_good_hit								True	False
ENG0057_000000003282	6430	0.9805540019083964	4	2	1	2	1	False	63580	maximal	True	ENG0057_000000003282	1.0		1	1	False	False	0.999844491481781	0					non-mobilizable	no_good_hit	860.0	91.395	16.0	0.00014976213479115776	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
MAD0057_000000005773	2813	0.9805521123177544	4	3	0	2	3	False	18647	fragment	False	MAD0056_000000004696	0.9788144681969909		0	0	False	False	0.9996445178985596	0					non-mobilizable	no_good_hit	1886.0	82.397	66.0	0.5215324384787472	CP026554.1	enterobacteria	Citrobacter sp. SL156 plasmid unnamed5	True	False
MAD0056_000000004696	2787	0.9805521123177544	4	3	0	2	3	False	18647	fragment	False	MAD0056_000000004696	0.9857688093841808		0	0	False	False	0.9974883198738098	0					non-mobilizable	no_good_hit	1777.0	81.486	62.0	0.49105145413870244	CP026554.1	enterobacteria	Citrobacter sp. SL156 plasmid unnamed5	True	False
MAD0037_000000004606	2783	0.9805521123177544	4	3	0	2	3	False	18647	fragment	False	MAD0056_000000004696	0.9839884728807716		0	0	False	False	0.9989220499992371	0					non-mobilizable	no_good_hit	1766.0	81.42699999999999	62.0	0.4879753914988814	CP026554.1	enterobacteria	Citrobacter sp. SL156 plasmid unnamed5	True	False
ISR0025_000000002429	13270	0.9805476506468844	21	9	7	8	7	False	118020	fragment	False	ISR0025_000000002429	1.0		0	0	False	False	0.9992464184761047	0					non-mobilizable	no_good_hit	9887.0	99.302	74.0	0.8315249390192615	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0057_000000004723	4188	0.9805476314993692	4	3	3	2	2	False	35599	fragment	False	ISR0057_000000004723	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4105.0	98.197	98.0	0.06507740134500697	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0098_000000014694	1707	0.9805475760011416	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7804023716619337		0	0	False	False	0.991798460483551	0					non-mobilizable	other	1700.0	78.471	99.0	0.023454930834448908	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0001_000000002678	8725	0.9805472428994014	14	5	3	4	3	True	20308	maximal	True	MAD0001_000000002678	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	94.25399999999999	35.0	0.00042074268151764916	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0331_000000021029	1205	0.9805470090143922	2	2	2	2	2	False	24597	fragment	False	ISR0331_000000021029	1.0		0	0	False	False	0.9933609962463379	0					non-mobilizable	other	1208.0	85.844	100.0	0.008171555108750289	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ISR0134_000000001368	18261	0.9805345226985236	19	9	9	9	4	True	114485	maximal	True	ISR0134_000000001368	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	84.848	1.0	7.835808142738415e-05	CP018022.1	mycoplasmas	Spiroplasma sp. NBRC 100390, complete genome	True	True
MON0013_000000012095	3863	0.9805300778226922	3	2	2	2	2	False	131543	fragment	False	MON0013_000000012095	0.9925779260419508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1908.0	81.918	51.0	0.000569473866595884	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0002_000000009938	2067	0.9805300778226922	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8185040958054097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	77.848	83.0	0.023942994199018297	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0116_000000013455	2012	0.9805300778226922	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8213938810247653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1743.0	77.91199999999999	85.0	0.024012717536813923	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0092_000000014219	1996	0.9805300778226922	2	2	2	2	2	False	131490	maximal	False	SPA0139_000000012771	0.9604898336414048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1799.0	78.09899999999999	89.0	0.024793618920124945	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0178_000000005263	1955	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8688559764308997		0	0	False	False	0.9938619136810303	0					non-mobilizable	chromosome	1654.0	77.328	91.0	0.00046306962826431376	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0137_000000005796	1939	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8885967477092842		0	0	False	False	0.9958741664886475	0					non-mobilizable	other	1835.0	78.14699999999999	93.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0170_000000006544	1908	0.9805300778226922	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8808431812246931		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	78.22	93.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0138_000000015760	1847	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8776998274888717		0	0	False	False	1.0	0					non-mobilizable	chromosome	1805.0	76.73100000000001	97.0	0.0005009002551434009	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0251_000000008726	1838	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8582272960424469		0	0	False	False	1.0	0					non-mobilizable	other	1799.0	78.21	97.0	0.024793618920124945	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0024_000000014652	1809	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8881330261154633		0	0	False	False	1.0	0					non-mobilizable	other	1821.0	78.638	99.0	0.025128290941543955	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0084_000000016032	1805	0.9805300778226922	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.751163648475331		0	0	False	False	0.9911357164382935	0					non-mobilizable	other	1814.0	81.753	99.0	0.02507251227130745	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0217_000000012882	1803	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8173460753095134		0	0	False	False	0.981142520904541	0					non-mobilizable	other	1754.0	77.708	96.0	0.024193998215082554	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0074_000000016717	1784	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8767393253082184		0	0	False	False	1.0	0					non-mobilizable	other	1808.0	78.208	99.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0385_000000012999	1774	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8675379934992762		0	0	False	False	0.9994363188743591	0					non-mobilizable	chromosome	1670.0	77.305	100.0	0.00046790512192555045	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0085_000000009495	1769	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8682157531829423		0	0	False	False	0.9966082572937012	0					non-mobilizable	other	1794.0	78.317	100.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0091_000000009087	1756	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8458458307321167		0	0	False	False	0.9988610744476318	0					non-mobilizable	other	1782.0	78.507	100.0	0.024556559571619813	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0106_000000011809	1756	0.9805300778226922	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8584864169222483		0	0	False	False	0.9937357902526855	0					non-mobilizable	other	1781.0	78.102	100.0	0.024542614904060688	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0001_000000024813	1755	0.9805300778226922	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8548741730100498		0	0	False	False	0.9982905983924866	0					non-mobilizable	other	1780.0	78.09	100.0	0.02452867023650156	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0349_000000006106	1754	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8528744196007371		0	0	False	False	1.0	0					non-mobilizable	other	1777.0	78.109	100.0	0.024514725568942436	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0031_000000013439	1750	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.839818388130077		0	0	False	False	0.998285710811615	0					non-mobilizable	other	1773.0	78.06	100.0	0.024458946898705935	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0112_000000019164	1737	0.9805300778226922	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8241121845843407		0	0	False	False	0.9994242787361145	0					non-mobilizable	other	1760.0	77.84100000000001	100.0	0.024277666220437304	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0291_000000008424	1729	0.9805300778226922	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8207302872328107		0	0	False	False	0.997686505317688	0					non-mobilizable	other	1754.0	77.822	100.0	0.0241661088799643	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0099_000000012962	1705	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6458045398839533		0	0	False	False	0.9794721603393555	0					non-mobilizable	chromosome	1501.0	77.082	96.0	0.00042211015254560295	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0120_000000020680	1695	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7847118948407034		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	78.209	98.0	0.02307842481035252	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0040_000000019765	1692	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.77218121453841		0	0	False	False	1.0	0					non-mobilizable	other	1659.0	77.939	97.0	0.022883199464524766	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0226_000000004587	1692	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7646671996844607		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	78.079	95.0	0.022464859437751002	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0087_000000022481	1642	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6832163433719052		0	0	False	False	1.0	0					non-mobilizable	other	1658.0	77.986	100.0	0.02284136546184739	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0078_000000005854	1639	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.5987068924792067		0	0	False	False	0.9981696009635925	0					non-mobilizable	chromosome	1501.0	77.282	99.0	0.00042211015254560295	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0333_000000014684	1608	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6216217418315075		0	0	False	False	1.0	0					non-mobilizable	other	1622.0	77.867	100.0	0.022367246764837128	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0101_000000014914	1580	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.4566197526014117		0	0	False	False	0.9993671178817749	0					non-mobilizable	other	1512.0	78.108	95.0	0.020917001338688086	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0030_000000007620	1556	0.9805300778226922	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.41863136674519896		0	0	False	False	0.9987146258354187	0					non-mobilizable	chromosome	1501.0	77.015	97.0	0.00042211015254560295	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0140_000000000502	26254	0.9805220558306202	35	34	11	19	31	True	57812	maximal	True	ENG0140_000000000502	1.0		1	1	False	False	1.0	0		MOBF	MPF_T	MOBF	conjugative	plasmid	26177.0	99.859	99.0	0.5494542401343409	KX863569.1	bacteria	Uncultured bacterium plasmid pTRE-131 clone TRE-131, complete sequence	False	True
MAD0060_000000000081	38645	0.980518220945366	44	23	18	21	10	True	53284	fragment	False	MAD0060_000000000081	0.9557294487165602		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	198.0	88.384	1.0	0.010961573594787163	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
MON0109_000000010936	3147	0.9805129613540308	5	1	1	1	1	True	63733	maximal	False	MON0105_000000017107	0.9531573716423464		0	0	True	True	0.997140109539032	6					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0002016588063099691	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
MON0105_000000017107	3145	0.9805129613540308	5	1	1	1	1	True	63733	maximal	True	MON0105_000000017107	0.9561195047447169		2	1	True	True	1.0	28					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0002016588063099691	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
ISR0184_000000004334	2909	0.9805100328490012	3	2	0	2	1	True	110029	backbone	False	SPA0107_000000011260	0.9690433923416453	PS694	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	1150.0	97.13	59.0	0.4136069114470842	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0076_000000004939	2842	0.9805100328490012	3	2	0	2	1	True	110029	backbone	False	SPA0107_000000011260	0.9807158811637394	PS694	0	0	True	True	0.9996481537818909	30					non-mobilizable	no_good_hit	980.0	95.714	66.0	0.35205183585313177	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0146_000000008457	2821	0.9805100328490012	3	2	0	2	1	True	110029	backbone	False	SPA0107_000000011260	0.966893502758008	PS694	0	0	True	True	0.9996455311775208	242					non-mobilizable	no_good_hit	1634.0	93.635	64.0	0.578113750899928	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0107_000000011260	2820	0.9805100328490012	3	2	0	2	1	True	110029	backbone	True	SPA0107_000000011260	0.9824432329528014	PS694	2	2	True	True	0.99858158826828	45					non-mobilizable	no_good_hit	1636.0	95.11	65.0	0.5795536357091433	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0116_000000014101	2802	0.9805100328490012	2	2	0	2	1	True	110029	backbone	False	SPA0107_000000011260	0.9765130316708226	PS694	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	1517.0	95.45200000000001	63.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0075_000000006327	2800	0.9805100328490012	3	2	0	2	1	True	110029	backbone	False	SPA0107_000000011260	0.9814932438815503	PS694	0	0	True	True	0.9996428489685059	62					non-mobilizable	no_good_hit	1263.0	96.595	66.0	0.4539236861051116	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0052_000000010653	2799	0.9805100328490012	2	2	0	2	1	True	110029	backbone	False	SPA0107_000000011260	0.962999276359744	PS694	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1579.0	97.53	66.0	0.5676745860331174	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0046_000000006745	2794	0.9805100328490012	2	2	0	2	1	True	110029	backbone	False	SPA0107_000000011260	0.9765456822269457	PS694	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1509.0	95.361	72.0	0.5341972642188625	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0087_000000009794	2780	0.9805100328490012	2	2	0	2	1	True	110029	backbone	False	SPA0107_000000011260	0.9820337494842982	PS694	0	0	True	True	1.0	95					non-mobilizable	no_good_hit	1636.0	95.04899999999999	64.0	0.5795536357091433	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0040_000000015605	2604	0.9805100328490012	3	2	0	2	1	True	110029	backbone	False	SPA0107_000000011260	0.9416779248342165	PS694	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1636.0	95.04899999999999	68.0	0.5795536357091433	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0010_000000007618	2553	0.9805100328490012	2	2	0	2	1	True	110029	backbone	False	SPA0107_000000011260	0.7555533619406289	PS694	0	0	False	True	0.9925577640533447	0					non-mobilizable	no_good_hit	1636.0	95.23200000000001	70.0	0.5795536357091433	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0075_000000006060	2889	0.9805075649159268	7	7	4	6	7	True	5793	fragment	False	SPA0075_000000006060	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2766.0	100.0	100.0	0.0012985061309213524	LR698989.1	firmicutes	Lactobacillus gasseri isolate MGYG-HGUT-02387 genome assembly, chromosome: 1	False	True
USA0056_01_000000012675	1355	0.9805071887486311	3	2	1	2	2	False	1010	maximal	True	USA0056_01_000000012675	1.0		0	0	False	False	0.9970479607582092	0					non-mobilizable	no_good_hit	782.0	92.96700000000001	57.0	0.00031998774409875883	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
SPA0104_000000010844	3305	0.9805071490914408	5	2	2	2	2	False	33490	fragment	False	SPA0104_000000010844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	98.14299999999999	41.0	0.00038257288084490295	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0132_000000018390	1798	0.9805069543052102	3	2	2	2	2	False	53097	fragment	False	FIJ0132_000000018390	1.0		0	0	False	False	0.9905450344085693	0					non-mobilizable	no_good_hit	46.0	93.478	2.0	1.6918953325871447e-05	NZ_CP018092.1	cyanobacteria	Synechococcus lividus PCC 6715 chromosome, complete genome	True	False
AST0102_000000008431	3546	0.980505478221958	4	3	3	3	1	True	108350	maximal	True	AST0102_000000008431	1.0	PS259	1	1	False	True	0.9971799254417419	0		MOBV			mobilizable	no_good_hit	2097.0	97.99700000000001	82.0	0.6493023255813953	CP054156.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B503, complete sequence	True	True
ISR0310_000000002044	6927	0.9805005063492034	10	8	7	7	7	True	85510	maximal	True	ISR0310_000000002044	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6879.0	100.0	100.0	0.054900583488318264	CP050812.1	enterobacteria	Yokenella regensburgei strain W13 plasmid pYRW13-125, complete sequence	False	True
ENG0113_000000006217	4461	0.980498934065516	5	5	5	3	2	False	59622	fragment	False	ENG0113_000000006217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2108214837047836e-07	LR877229.1	rodents	Acomys russatus genome assembly, chromosome: 18	True	False
ISR0112_000000006901	4188	0.980497639020462	4	2	2	2	2	False	78660	maximal	True	ISR0112_000000006901	1.0		0	0	False	False	0.9873448014259338	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.641369860089e-07	LR597463.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 6	True	False
ETH0005_000000014398	3331	0.9804955002138795	5	1	1	1	1	False	52778	maximal	True	ETH0005_000000014398	1.0		1	1	False	False	0.9969978928565979	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000009197	3257	0.9804953507920096	5	4	3	4	2	False	111545	fragment	False	ISR0157_000000004871	0.14448286903618315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.642834960799838e-05	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
CHI0188_000000002062	7467	0.9804950766344668	9	6	5	6	4	True	112631	fragment	False	CHI0188_000000002062	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	84.50399999999999	19.0	0.0005036717496266904	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
TAN0013_000000002315	3468	0.9804949827820372	7	3	3	2	2	False	2574	maximal	True	TAN0013_000000002315	1.0		2	1	False	False	0.9971165060997009	0					non-mobilizable	no_good_hit	867.0	91.00299999999999	43.0	0.0732306129359973	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
DEN0078_000000027926	1263	0.9804903397952888	2	2	2	2	1	False	103181	fragment	False	DEN0078_000000027926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	7.233260888580867e-05	NZ_JNJA01000002.1	d-proteobacteria	Desulfovibrio alcoholivorans DSM 5433 Q368DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
AST0153_000000031398	1129	0.9804903397952888	2	2	2	2	1	False	103180	fragment	False	AST0153_000000031398	1.0		0	0	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	7.233260888580867e-05	NZ_JNJA01000002.1	d-proteobacteria	Desulfovibrio alcoholivorans DSM 5433 Q368DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
USA0017_01_000000011958	2307	0.9804864344448332	3	2	2	2	2	False	1900	fragment	False	USA0017_01_000000011958	1.0		0	0	False	False	0.9995665550231934	0					non-mobilizable	no_good_hit	890.0	89.551	85.0	0.0003657002789700101	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0783_000000000054	72674	0.980486050027704	128	33	17	27	19	False	22256	maximal	True	ISR0783_000000000054	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1492.0	77.078	2.0	0.0004628182926206782	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
FIJ0012_000000004059	5472	0.9804853190136332	6	5	5	5	3	False	50838	fragment	False	FIJ0012_000000004059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4083.0	98.506	75.0	0.06472846085522142	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0294_000000005506	3457	0.9804849448727271	4	3	3	3	2	False	25777	maximal	True	ISR0294_000000005506	1.0		1	1	False	False	0.9991322159767151	0					non-mobilizable	no_good_hit	247.0	75.304	7.0	0.0001522259411953084	CP018793.1	e-proteobacteria	Campylobacter sp. RM12175, complete genome	True	False
SPA0002_000000002093	14211	0.9804837897269604	18	18	7	10	18	False	114254	fragment	False	SPA0002_000000002093	1.0		0	0	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	14218.0	97.86200000000001	100.0	0.1523853437275486	KX452392.1	enterobacteria	Escherichia coli strain JB10 plasmid pJB10, complete sequence	False	True
CHI0092_000000002276	4215	0.9804811383448856	3	2	2	2	1	True	84610	maximal	False	CHI0108_000000001753	0.9834866091089373		0	0	True	True	0.9995254874229431	11					non-mobilizable	no_good_hit	1011.0	88.52600000000001	34.0	0.3094645080946451	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
CHI0108_000000001753	4196	0.9804811383448856	3	2	2	2	1	True	84610	maximal	True	CHI0108_000000001753	0.9850140278366607		2	1	True	True	0.9973784685134888	7					non-mobilizable	no_good_hit	1011.0	88.52600000000001	33.0	0.3094645080946451	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
ISR0253_000000002663	4140	0.9804811383448856	3	2	2	2	1	True	84610	maximal	False	CHI0108_000000001753	0.98433044395211		0	0	True	True	0.9975845217704773	3					non-mobilizable	no_good_hit	1011.0	88.32799999999999	35.0	0.3094645080946451	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
ISR0367_000000002464	3969	0.9804811383448856	4	2	2	2	1	True	35952	maximal	True	ISR0367_000000002464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1592.0	99.24600000000001	40.0	0.4943960149439601	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
CHI0162_000000007140	3969	0.9804811383448856	4	2	2	2	1	True	84610	maximal	False	CHI0108_000000001753	0.9517536165325343		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1062.0	88.70100000000001	36.0	0.325653798256538	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
CHI0076_000000001853	3949	0.9804811383448856	3	2	2	2	1	True	84610	maximal	False	CHI0108_000000001753	0.9518581062178137		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1062.0	88.70100000000001	36.0	0.325653798256538	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
CHI0184_000000002419	3652	0.9804811383448856	3	2	2	2	1	True	84610	maximal	False	CHI0108_000000001753	0.47267843045355534		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	889.0	88.07600000000001	32.0	0.27179327521793273	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
USA0064_01_000000002635	3425	0.9804811383448856	3	2	2	2	1	True	88355	maximal	False	ISR0170_000000013824	0.9825434430862421		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1455.0	86.735	48.0	0.3860215053763441	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0376_000000006605	3348	0.9804811383448856	3	2	2	2	1	True	88355	maximal	False	ISR0170_000000013824	0.9896454759771113		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	1454.0	89.546	49.0	0.3860215053763441	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0170_000000013824	3308	0.9804811383448856	3	2	2	2	1	True	88355	maximal	True	ISR0170_000000013824	0.989671684523452		6	1	True	True	0.9996976852416992	18					non-mobilizable	no_good_hit	1454.0	89.546	50.0	0.3860215053763441	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0395_000000011623	3308	0.9804811383448856	4	2	2	2	1	True	88355	maximal	False	ISR0170_000000013824	0.9894238428721893		0	0	True	True	1.0	36					non-mobilizable	no_good_hit	1013.0	94.176	51.0	0.27204301075268816	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0263_000000004006	3082	0.9804811383448856	4	2	2	2	1	True	88355	maximal	False	ISR0170_000000013824	0.7942996341309682		0	0	True	True	0.9970797896385193	2					non-mobilizable	no_good_hit	1454.0	89.546	54.0	0.3860215053763441	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
AUS0002_000000006888	4657	0.9804807960110888	6	2	2	2	2	True	118441	maximal	False	AST0029_000000006665	0.9812918937950555	PS399	0	0	True	True	1.0	261					non-mobilizable	no_good_hit	906.0	87.52799999999999	45.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0039_000000000574	12719	0.9804797098117596	18	17	8	9	15	True	63393	fragment	False	MAD0039_000000000574	1.0		0	0	False	False	0.9990565180778503	0			MPF_T		non-mobilizable	plasmid	12739.0	97.292	100.0	0.3372973831973726	CP019016.1	enterobacteria	Escherichia coli strain Ecol_244 plasmid pEC244_4, complete sequence	False	True
ENG0168_000000004657	6050	0.9804785224920436	9	5	2	4	4	False	130178	backbone	False	USA0083_01_000000005091	0.9825134203780838	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	412	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	73.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0162_000000014358	2749	0.9804768948031664	3	2	2	2	2	False	82015	fragment	False	ISR0162_000000014358	0.9309776638593922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	89.67299999999999	52.0	0.05870749174492903	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0099_000000019227	1639	0.9804746711152226	4	1	1	1	1	False	15216	maximal	True	MAD0099_000000019227	1.0		1	1	False	False	0.9572910070419312	0					non-mobilizable	no_good_hit	449.0	93.318	27.0	0.00012113284081657594	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0121_000000002027	4053	0.9804723958880809	7	4	2	4	2	True	81797	maximal	True	CHI0121_000000002027	1.0		1	1	True	True	1.0	12		MOBQ			mobilizable	no_good_hit	1268.0	91.956	81.0	0.30948296986032836	AP022273.1	enterobacteria	Raoultella ornithinolytica plasmid pWP8-W19-CRE-01_5 DNA, draft genome, strain: WP8-W19-CRE-01	True	True
USA0009_01_000000010388	2380	0.980471271634363	4	3	3	3	2	False	62919	maximal	True	USA0009_01_000000010388	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	93.986	83.0	0.00025159213475926345	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0054_000000014747	1287	0.9804580805487896	2	2	2	2	1	False	17134	fragment	False	MAD0054_000000014747	1.0		0	0	False	False	0.998445987701416	0					non-mobilizable	no_good_hit	717.0	96.234	56.0	0.00012841922923711267	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ENG0106_000000008922	2349	0.9804574058511414	3	2	2	1	1	False	99456	fragment	False	ENG0106_000000008922	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2349.0	99.95700000000001	100.0	0.0010478040517172518	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0300_000000004062	2233	0.9804574058511414	3	2	2	1	1	False	99448	fragment	False	ISR0300_000000004062	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2233.0	100.0	100.0	0.0009960386045284948	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0243_000000005458	2092	0.9804574058511414	3	2	2	1	1	False	99449	fragment	False	ISR0243_000000005458	1.0		0	0	False	False	0.9985659718513489	0					non-mobilizable	chromosome	2092.0	100.0	100.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0378_000000019318	1603	0.9804574058511414	2	2	2	1	1	False	99439	fragment	False	MAD0097_000000026747	0.9609871630160404		0	0	False	False	0.9588271975517273	0					non-mobilizable	chromosome	1603.0	96.569	100.0	0.0007148986758309359	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MAD0097_000000026747	1554	0.9804574058511414	3	2	2	1	1	False	99439	fragment	False	MAD0097_000000026747	0.9740329563195265		0	0	False	False	1.0	0					non-mobilizable	chromosome	1550.0	99.613	99.0	0.0006912472215119349	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0086_000000020759	1476	0.9804574058511414	2	2	2	1	1	False	99439	fragment	False	MAD0097_000000026747	0.9526128833238259		0	0	False	False	0.9715447425842285	0					non-mobilizable	chromosome	1457.0	99.931	99.0	0.0006497456129899142	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0090_000000020355	1451	0.9804574058511414	2	2	2	1	1	False	99439	fragment	False	MAD0097_000000026747	0.7998036243571116		0	0	False	False	0.98483806848526	0					non-mobilizable	chromosome	1451.0	99.51799999999999	100.0	0.0006470680898594612	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0179_000000015196	1447	0.9804574058511414	2	2	2	1	1	False	99444	fragment	False	CHI0179_000000015196	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1447.0	100.0	100.0	0.0006452830744391593	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0258_000000020831	1382	0.9804574058511414	2	2	2	1	1	False	99439	fragment	False	MAD0097_000000026747	0.4722418330317004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	100.0	100.0	0.0006162765738592525	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0046_000000018295	1313	0.9804574058511414	2	2	2	1	1	False	72698	maximal	True	DEN0046_000000018295	1.0		0	0	False	False	0.9862909317016602	0					non-mobilizable	other	1245.0	87.47	96.0	0.0003329346438711806	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
USA0053_01_000000014659	1258	0.9804574058511414	2	2	2	1	1	False	1054	fragment	False	USA0053_01_000000014659	1.0		0	0	False	False	0.9841017723083496	0					non-mobilizable	chromosome	1251.0	100.0	99.0	0.0005578173188443632	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0064_000000001961	12226	0.9804529361283596	10	10	10	9	10	False	75477	maximal	True	FIJ0064_000000001961	1.0		3	3	False	False	1.0	0					non-mobilizable	plasmid	12226.0	99.853	100.0	0.08533257016815228	CP045662.1	enterobacteria	Klebsiella pneumoniae strain SMU18037509 plasmid unnamed1, complete sequence	False	True
ISR0060_000000011587	2435	0.9804528286827592	3	2	1	1	2	False	96603	fragment	False	ISR0060_000000011587	1.0		0	0	False	False	0.9967145919799805	0					non-mobilizable	other	2435.0	99.425	100.0	0.0008079032454542165	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
ENG0157_000000013680	1832	0.9804528286827592	2	2	1	1	2	False	63294	fragment	False	ENG0157_000000013680	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	99.29	100.0	0.0006077530166091498	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
ENG0182_000000017448	1633	0.9804528286827592	2	2	1	1	2	False	63291	fragment	False	ENG0182_000000017448	1.0		0	0	False	False	0.9993876218795776	0					non-mobilizable	other	1633.0	99.633	100.0	0.000541700121849335	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
ENG0145_000000004267	7495	0.9804520904710216	12	9	5	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9985339164926376	PS799|PS803	0	0	True	True	0.9998666048049927	16	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4697.0	97.147	66.0	0.5254616675993284	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0847_000000000400	26865	0.9804418392399468	39	15	6	12	10	True	103559	fragment	False	ISR0847_000000000400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	97.89200000000001	1.0	0.024651820957771655	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
SPA0120_000000032643	1208	0.9804398177902848	2	1	1	1	1	False	4155	maximal	True	SPA0120_000000032643	1.0		0	0	False	False	0.9975165724754333	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000008304	3981	0.9804387311756548	8	3	1	2	3	False	64628	maximal	True	ENG0043_000000008304	1.0		1	1	False	False	0.9904546737670898	0					non-mobilizable	no_good_hit	161.0	97.516	4.0	0.002853779474191132	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	True	False
ISR0003_000000007616	3374	0.9804277162479094	3	2	2	2	2	False	131543	fragment	False	MON0013_000000012095	0.5575698393973969		0	0	False	False	0.9994072318077087	0					non-mobilizable	no_good_hit	1779.0	78.19	52.0	0.024556559571619813	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0023_000000007598	3290	0.9804277162479094	3	2	2	2	2	False	131543	fragment	False	MON0013_000000012095	0.5532848788256263		0	0	False	False	0.9993920922279358	0					non-mobilizable	no_good_hit	1645.0	76.535	50.0	0.0004576652529958728	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0069_000000003416	2396	0.9804277162479094	2	2	2	2	2	False	131446	maximal	True	MAD0069_000000003416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	78.54	76.0	0.025337460954930835	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0206_000000011299	2301	0.9804277162479094	3	2	2	2	2	False	131536	fragment	False	AST0149_000000011380	0.9794999034096398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	77.714	74.0	0.02390116019634092	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0073_000000012141	2209	0.9804277162479094	2	2	2	2	2	False	131491	maximal	True	ISR0073_000000012141	1.0		0	0	False	False	0.9904934167861938	0					non-mobilizable	no_good_hit	1806.0	78.184	81.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0139_000000012771	2164	0.9804277162479094	2	2	2	2	2	False	131490	maximal	True	SPA0139_000000012771	0.999248496993988		0	0	False	False	0.9995378851890564	0					non-mobilizable	no_good_hit	1807.0	78.307	82.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0176_000000015899	2145	0.9804277162479094	3	2	2	2	2	False	131525	maximal	False	ENG0206_000000011731	0.9901540120918769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1663.0	77.33	83.0	0.0004664829179075397	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0066_000000016599	2135	0.9804277162479094	3	2	2	2	2	False	131532	maximal	True	DEN0066_000000016599	1.0		0	0	False	False	0.999531626701355	0					non-mobilizable	no_good_hit	1699.0	77.752	85.0	0.00047672278683721735	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0003_000000011009	2067	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8871284594268015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	78.208	86.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0011_000000021537	2066	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.868449772954095		0	0	False	False	0.999515950679779	0					non-mobilizable	no_good_hit	1786.0	77.94	85.0	0.024640227576974566	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0128_000000013588	2066	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8307329865120072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1748.0	78.032	83.0	0.0241103302097278	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0083_000000010925	2041	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8539051369929795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	78.222	86.0	0.024514725568942436	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0073_000000026061	2012	0.9804277162479094	3	2	2	2	2	False	131527	fragment	False	DEN0073_000000026061	1.0		0	0	False	False	0.974155068397522	0					non-mobilizable	other	1838.0	78.727	90.0	0.025365350290049084	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0006_000000018474	2004	0.9804277162479094	2	2	2	2	2	False	131513	maximal	True	FIJ0006_000000018474	1.0		0	0	False	False	0.9675648808479309	0					non-mobilizable	no_good_hit	1671.0	76.30199999999999	83.0	0.00046506071388952887	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0031_000000013721	1991	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7030282955030247		0	0	False	False	0.9984931945800781	0					non-mobilizable	no_good_hit	1589.0	77.848	79.0	0.021976796073181617	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0006_000000016126	1976	0.9804277162479094	2	2	2	2	2	False	131444	maximal	True	SPA0006_000000016126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	78.078	89.0	0.024556559571619813	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0202_000000007012	1961	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.9005004679073679		0	0	False	False	0.9801121950149536	0					non-mobilizable	chromosome	1842.0	76.764	93.0	0.0005122778872874872	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0172_000000014041	1959	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8810729893482991		0	0	False	False	0.9994895458221436	0					non-mobilizable	chromosome	1810.0	77.017	92.0	0.0005006158143397987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0055_000000018245	1946	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8821065474018235		0	0	False	False	0.9994861483573914	0					non-mobilizable	other	1811.0	78.134	92.0	0.024974899598393573	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0361_000000006981	1941	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.9046936075273654		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	77.541	94.0	0.00047473170121200225	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0054_000000014022	1911	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8476602883538902		0	0	False	False	1.0	0					non-mobilizable	other	1780.0	77.809	92.0	0.024542614904060688	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0815_000000016437	1896	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8997342738547961		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	77.541	96.0	0.00047473170121200225	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0171_000000015246	1875	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.881983639274443		0	0	False	False	0.990933358669281	0					non-mobilizable	other	1807.0	78.196	95.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0336_000000007786	1869	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8997935218900073		0	0	False	False	1.0	0					non-mobilizable	chromosome	1834.0	76.99	97.0	0.0005088645976442613	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0060_000000016461	1859	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8971512036316601		0	0	False	False	0.9913932085037231	0					non-mobilizable	other	1821.0	78.583	97.0	0.02514223560910308	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0112_000000019357	1855	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8783850474280323		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	78.271	96.0	0.024891231593038823	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0011_000000024743	1839	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8939864698603249		0	0	False	False	1.0	0					non-mobilizable	other	1818.0	78.438	98.0	0.025086456938866578	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0042_000000017015	1839	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8719599990729625		0	0	False	False	0.9847743511199951	0					non-mobilizable	chromosome	1798.0	76.752	97.0	0.0004986247287145836	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0204_000000006225	1836	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8710838571995871		0	0	False	False	0.9978213310241699	0					non-mobilizable	chromosome	1795.0	76.71300000000001	97.0	0.0004977714063037771	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0117_000000014709	1836	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8303410276886835		0	0	False	False	0.9934640526771545	0					non-mobilizable	other	1768.0	77.771	95.0	0.02438922356091031	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0034_000000015035	1832	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8933090097161672		0	0	False	False	0.989628791809082	0					non-mobilizable	chromosome	1692.0	77.719	99.0	0.00047473170121200225	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0125_000000008242	1831	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8713948349930428		0	0	False	False	1.0	0					non-mobilizable	other	1794.0	78.149	97.0	0.024751784917447568	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0075_000000011187	1828	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8555611284026615		0	0	False	False	1.0	0					non-mobilizable	chromosome	1643.0	77.115	97.0	0.0004607941018354965	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0225_000000010836	1827	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8697445032202642		0	0	False	False	1.0	0					non-mobilizable	other	1792.0	78.069	97.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0033_000000020389	1816	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8996618765294103		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	78.583	99.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0023_000000009544	1813	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8771667308283919		0	0	False	False	1.0	0					non-mobilizable	other	1803.0	78.148	98.0	0.0248772869254797	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0103_000000012078	1813	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7533859451596803		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	78.001	90.0	0.02263219544846051	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0045_000000012883	1812	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.898419352601141		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	77.719	100.0	0.00047473170121200225	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0109_000000013590	1809	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8743009125865141		0	0	False	False	1.0	0					non-mobilizable	other	1823.0	79.265	100.0	0.025156180276662204	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0098_000000024988	1798	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8926126602403429		0	0	False	False	1.0	0					non-mobilizable	other	1821.0	78.583	100.0	0.025128290941543955	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0300_000000005557	1795	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8924767102278433		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	78.462	100.0	0.025086456938866578	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0167_000000011409	1787	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8903054033878994		0	0	False	False	0.9994404315948486	0					non-mobilizable	other	1816.0	78.304	100.0	0.02507251227130745	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0355_000000011475	1783	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8790418468908402		0	0	False	False	1.0	0					non-mobilizable	chromosome	1664.0	77.404	100.0	0.00046676735871114183	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0134_000000017981	1782	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8792322840372212		0	0	False	False	1.0	0					non-mobilizable	other	1793.0	78.305	99.0	0.024737840249888444	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0072_000000016394	1782	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8766234342186512		0	0	False	False	0.9994388222694397	0					non-mobilizable	other	1806.0	78.184	99.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0005_000000019758	1781	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.872813196775068		0	0	False	False	1.0	0					non-mobilizable	other	1806.0	78.461	100.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0043_000000012404	1780	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7885569550814582		0	0	False	False	0.9926966428756714	0					non-mobilizable	chromosome	1658.0	76.357	92.0	0.0004613629834427008	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0001_000000015150	1778	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8338638325498019		0	0	False	False	0.9988751411437988	0					non-mobilizable	other	1767.0	77.816	98.0	0.02437527889335118	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0072_000000014200	1778	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8375078143290007		0	0	False	False	1.0	0					non-mobilizable	other	1768.0	77.828	98.0	0.02438922356091031	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0079_000000015843	1775	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8761665282593357		0	0	False	False	0.998309850692749	0					non-mobilizable	other	1792.0	78.292	99.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0069_000000013989	1774	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8619151228531432		0	0	False	False	0.9994363188743591	0					non-mobilizable	other	1786.0	77.94	99.0	0.024640227576974566	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0229_000000009101	1772	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.871471720555478		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	78.44800000000001	99.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0078_000000018686	1772	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.87022402873021		0	0	False	False	1.0	0					non-mobilizable	chromosome	1794.0	76.64399999999999	100.0	0.0004974869655001749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0171_000000011723	1771	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8684472762250331		0	0	False	False	0.9994353652000427	0					non-mobilizable	chromosome	1797.0	76.795	100.0	0.0004991936103217879	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0007_000000014562	1771	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8610264358478139		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	78.156	99.0	0.024696006247211067	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0082_000000017431	1770	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8651797640412044		0	0	False	False	1.0	0					non-mobilizable	other	1794.0	78.205	99.0	0.024751784917447568	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0068_000000011724	1770	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8610999570168489		0	0	False	False	0.9971751570701599	0					non-mobilizable	other	1793.0	78.193	100.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0022_000000007442	1770	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8705105092662628		0	0	False	False	1.0	0					non-mobilizable	other	1793.0	78.416	100.0	0.024737840249888444	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0088_000000013771	1770	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8709256124979551		0	0	False	False	1.0	0					non-mobilizable	other	1793.0	78.416	100.0	0.024737840249888444	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0175_000000014325	1769	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8681670510673172		0	0	False	False	0.9988694190979004	0					non-mobilizable	other	1792.0	78.292	100.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0360_000000013992	1769	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8680339270635247		0	0	False	False	0.9977388381958008	0					non-mobilizable	other	1792.0	78.348	100.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0044_000000009236	1769	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8680716560246234		0	0	False	False	0.9983041286468506	0					non-mobilizable	other	1792.0	78.292	100.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0118_000000009260	1768	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8533575585387339		0	0	False	False	0.9988687634468079	0					non-mobilizable	other	1790.0	78.212	99.0	0.024696006247211067	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0069_000000015496	1767	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8692005649911393		0	0	False	False	0.9966044425964355	0					non-mobilizable	other	1791.0	78.28	100.0	0.024696006247211067	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0096_000000018494	1767	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8641655934824453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1647.0	77.11	100.0	0.00046193186504990514	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0028_000000010954	1766	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8679274016084945		0	0	False	False	0.9915062189102173	0					non-mobilizable	other	1789.0	78.368	100.0	0.024682061579651943	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0256_000000010068	1766	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8535399781619184		0	0	False	False	1.0	0					non-mobilizable	other	1789.0	78.2	100.0	0.024682061579651943	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0022_000000014660	1764	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8651646902374291		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	78.288	100.0	0.02465417224453369	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0165_000000012891	1763	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8628022342674784		0	0	False	False	0.9994328022003174	0					non-mobilizable	other	1786.0	78.219	100.0	0.024640227576974566	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0130_01_000000019535	1762	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8624874668797073		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	78.207	100.0	0.024626282909415438	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0144_000000004150	1762	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8625976741327313		0	0	False	False	0.9920544624328613	0					non-mobilizable	other	1785.0	78.207	100.0	0.024626282909415438	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0135_000000012728	1761	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8583226318547691		0	0	False	False	0.9977285861968994	0					non-mobilizable	other	1784.0	78.195	100.0	0.024612338241856314	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0189_000000008855	1759	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.859134395038659		0	0	False	False	1.0	0					non-mobilizable	other	1782.0	78.227	100.0	0.024584448906738065	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0038_000000014186	1758	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8563190976387609		0	0	False	False	0.9994311928749084	0					non-mobilizable	other	1781.0	78.158	100.0	0.024570504239178937	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0275_000000008070	1754	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8530433650097038		0	0	False	False	1.0	0					non-mobilizable	other	1777.0	78.278	100.0	0.024514725568942436	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0231_000000010666	1753	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8500766749550881		0	0	False	False	0.9954363703727722	0					non-mobilizable	other	1776.0	78.097	100.0	0.02450078090138331	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0052_000000009091	1753	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.853907532445305		0	0	False	False	1.0	0					non-mobilizable	other	1776.0	78.041	100.0	0.024514725568942436	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0002_000000013106	1752	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8478187166587602		0	0	False	False	0.9977169036865234	0					non-mobilizable	other	1775.0	78.141	100.0	0.024486836233824187	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0051_000000026872	1751	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8477419760357274		0	0	False	False	0.9988577961921692	0					non-mobilizable	other	1774.0	78.072	100.0	0.02447289156626506	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0186_000000017863	1751	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8479031552420386		0	0	False	False	0.9988577961921692	0					non-mobilizable	other	1774.0	78.12899999999999	100.0	0.02447289156626506	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0081_000000014759	1750	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.844232332615667		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	77.947	100.0	0.024458946898705935	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0034_000000012105	1749	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8444603232884172		0	0	False	False	0.9971412420272827	0					non-mobilizable	other	1772.0	78.104	100.0	0.02444500223114681	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0309_000000011042	1748	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7714679087663034		0	0	False	False	1.0	0					non-mobilizable	chromosome	1657.0	76.524	94.0	0.00046107854263909866	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0001_000000019219	1746	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8441208129036877		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	78.067	100.0	0.024403168228469434	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0131_000000015661	1730	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6865226984308419		0	0	False	False	1.0	0					non-mobilizable	chromosome	1678.0	77.831	97.0	0.00047188729317598066	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0247_000000008189	1708	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7961160530018012		0	0	False	False	0.9994145035743713	0					non-mobilizable	other	1632.0	78.125	94.0	0.022576416778224008	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0157_000000018559	1707	0.9804277162479094	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7938658819282374		0	0	False	False	0.9976567029953003	0					non-mobilizable	chromosome	1645.0	76.35300000000001	96.0	0.0004576652529958728	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0100_000000018044	1707	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7973726682908382		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	78.157	97.0	0.02305053547523427	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0005_000000008832	1704	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7593984099955473		0	0	False	False	0.9911971688270569	0					non-mobilizable	chromosome	1659.0	76.432	97.0	0.00046107854263909866	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0812_000000023282	1701	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7544315272756968		0	0	False	False	0.9882422089576721	0					non-mobilizable	chromosome	1657.0	76.343	97.0	0.00046107854263909866	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0182_000000023404	1700	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6183690955487997		0	0	False	False	1.0	0					non-mobilizable	chromosome	1658.0	76.297	97.0	0.0004613629834427008	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0045_000000024335	1699	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7497263337276546		0	0	False	False	0.9952913522720337	0					non-mobilizable	chromosome	1659.0	76.37100000000001	97.0	0.00046107854263909866	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0259_000000010018	1697	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7858783259777129		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	78.217	98.0	0.02305053547523427	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0005_000000022108	1697	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7657627688362753		0	0	False	False	0.9976428747177124	0					non-mobilizable	other	1656.0	77.959	97.0	0.022827420794288265	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0090_000000017816	1694	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7827624893870616		0	0	False	False	0.9994096755981445	0					non-mobilizable	other	1671.0	78.157	98.0	0.02305053547523427	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0317_000000012557	1693	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7850988929352039		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	78.17	98.0	0.023064480142793397	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0260_000000008816	1693	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7845705266164443		0	0	False	False	0.9923213124275208	0					non-mobilizable	other	1716.0	77.681	100.0	0.023678045515394913	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0087_000000021612	1688	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7471129195120034		0	0	False	False	0.9994075894355774	0					non-mobilizable	chromosome	1645.0	76.35300000000001	97.0	0.0004576652529958728	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0093_000000019024	1687	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.778974156700446		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	78.065	98.0	0.02295292280232039	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0076_000000015407	1684	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7788463663334777		0	0	False	False	0.9946556091308594	0					non-mobilizable	other	1663.0	78.05199999999999	98.0	0.022938978134761267	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0331_000000014495	1684	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7735176328433466		0	0	False	False	1.0	0					non-mobilizable	other	1659.0	77.939	98.0	0.022883199464524766	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0358_000000011709	1677	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7685807760239893		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	78.01899999999999	98.0	0.02284136546184739	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0130_000000017655	1654	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7261058103900989		0	0	False	False	0.9927448630332947	0					non-mobilizable	other	1631.0	77.682	98.0	0.022492748772869255	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0111_000000011740	1636	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6820388427818848		0	0	False	False	0.9957212805747986	0					non-mobilizable	other	1650.0	77.818	100.0	0.022757697456492636	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AUS0022_000000020817	1635	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.5866807472683425		0	0	False	False	0.9975535273551941	0					non-mobilizable	other	1634.0	78.152	99.0	0.022590361445783132	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0199_000000015803	1617	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6503990156692423		0	0	False	False	0.9993815422058105	0					non-mobilizable	other	1631.0	77.744	100.0	0.022492748772869255	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0370_000000016986	1583	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.5060602341513071		0	0	False	False	1.0	0					non-mobilizable	chromosome	1516.0	76.847	95.0	0.00042723008701044183	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0057_000000014144	1575	0.9804277162479094	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.4615726845515532		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	78.042	95.0	0.02090305667112896	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0211_000000004237	7569	0.9804213718999644	11	9	6	9	8	False	132186	fragment	False	SPA0043_000000002161	0.7233371567734329		0	0	False	False	1.0	0					non-mobilizable	other	7569.0	99.934	100.0	0.15704177128509472	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0143_000000013734	2191	0.9804169810320542	3	3	3	3	2	False	62488	fragment	False	ISR0143_000000013734	0.9801194057586627		0	0	False	False	0.9981743693351746	0					non-mobilizable	other	2191.0	99.40700000000001	100.0	0.0006243777605194823	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MAD0045_000000008030	4332	0.9804166622384164	3	2	2	2	2	False	17896	maximal	True	MAD0045_000000008030	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	86.29	3.0	0.02319832667807568	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	False
ISR0076_000000004847	5092	0.9804115615760254	11	3	1	3	1	True	34592	maximal	True	ISR0076_000000004847	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	1022.0	88.35600000000001	67.0	0.22368710173588222	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0168_000000005666	5079	0.9804115615760254	11	3	1	3	1	True	56002	maximal	True	ENG0168_000000005666	1.0		1	1	True	True	1.0	35					non-mobilizable	no_good_hit	1659.0	85.23200000000001	70.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0129_000000005147	5078	0.9804115615760254	11	3	1	3	1	True	58561	maximal	True	ENG0129_000000005147	1.0		1	1	True	True	1.0	56					non-mobilizable	no_good_hit	1656.0	85.447	70.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0192_000000003203	5073	0.9804115615760254	11	3	1	3	1	True	54661	maximal	True	ENG0192_000000003203	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit	917.0	86.587	68.0	0.1997363216875412	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0048_000000003642	5066	0.9804115615760254	11	3	1	3	1	True	36046	maximal	True	ISR0048_000000003642	1.0		1	1	True	True	1.0	60					non-mobilizable	no_good_hit	1134.0	88.007	80.0	0.24500109865963524	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0086_000000000652	28115	0.9804099523925638	30	26	19	24	21	True	67668	maximal	True	ISR0086_000000000652	1.0		9	4	True	True	1.0	36					non-mobilizable	no_good_hit	2838.0	82.77	18.0	0.0009498686777942448	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0200_000000010047	2028	0.9804000319477708	3	2	2	2	1	False	54201	fragment	False	ENG0200_000000010047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	99.863	36.0	0.0021343626547850893	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ISR0107_000000006228	3619	0.9803996538157952	5	3	1	3	0	True	118400	maximal	True	ISR0107_000000006228	0.9998177510479315		3	3	True	True	0.9997236728668213	33					non-mobilizable	no_good_hit								True	True
AST0029_000000008550	3602	0.9803996538157952	5	3	1	3	0	True	118400	maximal	False	ISR0107_000000006228	0.9998169001190149		0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
SPA0132_000000011086	3579	0.9803996538157952	5	3	1	3	0	True	118400	maximal	False	ISR0107_000000006228	0.9996346511669464		0	0	True	True	1.0	80					non-mobilizable	no_good_hit								True	True
CHI0018_000000007679	2256	0.9803970620986666	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.1295697467611779		0	0	False	False	1.0	0					non-mobilizable	other	2256.0	97.917	100.0	0.005513267063243582	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0251_000000001614	6459	0.9803901953387596	10	6	5	6	3	False	126468	fragment	False	ISR0251_000000001614	1.0		0	0	False	False	0.9998452067375183	0					non-mobilizable	no_good_hit	2394.0	93.23299999999999	63.0	0.0005405158362768708	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0775_000000001577	9567	0.980389782049492	15	7	4	5	5	True	104964	maximal	False	ISR0156_000000002713	0.9992914347644644	PS624	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	4984.0	98.77600000000001	79.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0044_000000001064	16647	0.9803881277603516	19	19	3	13	18	True	97898	fragment	False	MAD0044_000000001064	1.0		0	0	False	False	0.9998798370361328	0			MPF_F		non-mobilizable	plasmid	16665.0	98.794	100.0	0.22210966864820195	CP032262.1	enterobacteria	Escherichia coli strain AR_0067 plasmid unnamed4, complete sequence	False	True
ENG0135_000000001612	9981	0.9803850011673318	15	8	6	8	5	False	125409	fragment	False	DEN0021_000000002110	0.2785201632111653		0	0	False	False	0.9994990229606628	0					non-mobilizable	other	9981.0	99.84	100.0	0.0028484238911411163	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0154_000000001280	21734	0.9803816971769032	20	19	17	18	16	False	84233	maximal	True	ISR0154_000000001280	1.0	PS417	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	15244.0	99.98	82.0	0.0030423072915980584	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0259_000000004445	3169	0.9803738397691126	6	3	1	2	3	False	26753	maximal	True	ISR0259_000000004445	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	84.14200000000001	20.0	0.6051332675222113	NZ_FNVV01000006.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CHI0179_000000003980	4046	0.9803690493921562	8	4	0	2	4	False	77585	maximal	False	FIJ0155_000000005566	0.9995647017307183		0	0	True	True	1.0	240	rep_cluster_2373				non-mobilizable	plasmid	2109.0	99.81	100.0	0.5284532464276761	CP010161.1	enterobacteria	Escherichia coli strain H1 plasmid A, complete genome	False	True
SPA0049_000000000019	74357	0.9803680715446464	80	31	21	27	18	True	117635	maximal	True	SPA0049_000000000019	1.0		3	1	False	False	0.9999865293502808	0					non-mobilizable	no_good_hit	10181.0	99.725	14.0	0.9999017778214321	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
CHI0088_000000002003	2273	0.9803679932677508	4	4	4	4	3	False	83946	fragment	False	CHI0088_000000002003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1993.0	80.08	86.0	0.0007181227090803076	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0050_000000019612	1309	0.9803638990256166	3	1	1	1	1	False	6575	fragment	False	SPA0050_000000019612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0006_000000002142	12534	0.9803623809888966	13	9	9	7	6	False	99372	fragment	False	ENG0006_000000002142	0.9751323875899723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2819.0	93.65	63.0	0.11520209458353788	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0032_000000001276	23250	0.9803600100716126	19	12	5	12	8	True	51485	fragment	False	FIJ0032_000000001276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	True
MAD0099_000000010787	2827	0.9803590541836832	4	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.553778198124523		0	0	False	False	0.9996462464332581	0					non-mobilizable	other	2340.0	93.24799999999999	100.0	0.045094998061264054	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ISR0831_000000000015	97609	0.9803566097970448	92	13	4	11	5	True	127415	maximal	False	SPA0046_000000000019	0.90989575425303		0	0	True	True	1.0	478					non-mobilizable	virus	44565.0	96.744	96.0	0.4498973783453143	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
AST0052_000000016511	1492	0.9803536633981031	2	2	1	2	1	False	114446	fragment	False	MON0093_000000031648	0.951395411546975		0	0	False	False	0.9939678311347961	0					non-mobilizable	chromosome	1514.0	79.062	100.0	0.0006148541852502535	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0771_000000005315	2173	0.9803509227843183	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.14164723993071984		0	0	False	False	0.9949378967285156	0					non-mobilizable	other	2179.0	98.62299999999999	100.0	0.00045999024685509655	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0079_000000007589	3612	0.9803438909844444	5	4	2	4	2	False	129652	fragment	False	ISR0079_000000007589	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1790.0	78.212	55.0	0.0010280193013511524	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
CAN0002_000000009616	1972	0.9803434025642532	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.09401955079010346		0	0	False	False	1.0	0					non-mobilizable	chromosome	1972.0	98.27600000000001	100.0	0.0004409041868896883	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0836_000000000992	14311	0.9803430368664612	20	15	9	10	12	True	124142	fragment	False	ISR0836_000000000992	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14312.0	97.436	100.0	0.004021005453706447	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0045_000000021945	1103	0.980342436802866	1	1	1	1	1	False	108446	fragment	False	AST0101_000000006179	0.7063987880536718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	100.0	29.0	0.0008881753121423813	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
FIJ0039_000000009657	2449	0.9803410884634972	2	2	2	2	2	False	47571	fragment	False	FIJ0039_000000009657	1.0		0	0	False	False	0.9975500106811523	0					non-mobilizable	chromosome	2414.0	99.544	99.0	0.0005493858740210151	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
SPA0073_000000000830	17638	0.980340918027892	15	12	10	9	8	True	91124	fragment	False	SPA0073_000000000830	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12759.0	99.875	99.0	0.002402471393209318	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0139_000000010118	2691	0.9803342588181304	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.6907930044676402		0	0	False	False	1.0	0					non-mobilizable	other	2688.0	97.28399999999999	99.0	0.010307340575707358	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0039_000000004434	3648	0.9803329900898132	4	3	2	3	2	False	73304	maximal	True	DEN0039_000000004434	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	7.499078684618747e-06	CP011272.1	planctomycetes	Pirellula sp. SH-Sr6A, complete genome	True	False
ISR0775_000000003962	4463	0.9803307870949268	7	5	3	5	5	False	34780	maximal	True	ISR0775_000000003962	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	608.0	83.553	13.0	0.000170962516111576	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0108_000000003174	5065	0.9803293292522356	8	8	5	8	8	True	97925	fragment	False	MAD0108_000000003174	0.9713100217672543		0	0	False	False	1.0	0					non-mobilizable	plasmid	5065.0	98.914	100.0	0.057594540801819735	CP056166.1	enterobacteria	Escherichia marmotae strain RHBSTW-00777 plasmid pRHBSTW-00777_2, complete sequence	False	True
SPA0036_000000011823	2102	0.9803276076491352	3	3	1	1	3	False	7102	fragment	False	SPA0036_000000011823	0.9495192307692307		0	0	False	False	0.9976212978363037	0					non-mobilizable	no_good_hit	968.0	77.583	46.0	0.0002681684097613301	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0142_000000013342	2080	0.9803276076491352	4	3	1	1	3	False	7102	fragment	False	SPA0036_000000011823	0.9448144624167459		0	0	False	False	0.9937499761581421	0					non-mobilizable	no_good_hit	954.0	82.39	46.0	0.000325931054100785	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0058_000000004548	7583	0.9803247100985528	7	6	5	5	5	True	88247	fragment	False	MON0050_000000002198	0.9625556104794859		0	0	False	False	0.9988131523132324	0					non-mobilizable	no_good_hit	2878.0	93.711	54.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ENG0170_000000007624	1687	0.9803243895593492	2	2	2	2	1	False	55843	maximal	True	ENG0170_000000007624	1.0		0	0	False	False	0.9762892723083496	0					non-mobilizable	no_good_hit	1298.0	98.15100000000001	77.0	0.0004295033358533953	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
ISR0112_000000024372	1545	0.9803243895593492	2	2	2	2	1	False	55768	fragment	False	ISR0112_000000024372	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1403.0	98.361	91.0	0.0004642742304290364	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
DEN0022_000000000336	35973	0.9803240033904236	35	14	8	13	6	True	117558	fragment	False	DEN0022_000000000336	1.0		0	0	False	True	0.9995830059051514	0					non-mobilizable	no_good_hit	194.0	85.56700000000001	1.0	0.009204941097915772	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
MON0062_000000004400	8742	0.98032126195626	6	6	5	5	6	False	20865	fragment	False	MON0062_000000004400	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8644.0	97.51299999999999	99.0	0.011707609200790715	NZ_RBXN01000001.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_101, whole genome shotgun sequence	False	False
ISR0388_000000017153	2034	0.9803206572884434	4	4	3	4	3	False	88936	fragment	False	ISR0388_000000017153	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	99.917	100.0	0.039440203562340966	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ENG0137_000000003920	4561	0.9803148493472464	7	5	5	4	3	False	58000	maximal	True	ENG0137_000000003920	1.0		6	4	False	False	0.9866257309913635	0					non-mobilizable	no_good_hit	711.0	78.059	15.0	0.0024712509959035752	NZ_DF158900.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0083_000000002288	5487	0.9803102721301924	8	5	4	5	4	False	128475	fragment	False	ISR0134_000000005520	0.961336717428088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3056.0	90.18299999999999	58.0	0.0008669755693793786	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0775_000000016904	1156	0.9803091654627206	2	1	1	1	1	False	42253	fragment	False	FIJ0107_000000021526	0.9535379369138961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000012952	2086	0.9803085303864659	3	2	2	2	1	False	55527	maximal	True	ENG0177_000000012952	1.0		0	0	False	False	0.985139012336731	0					non-mobilizable	no_good_hit	1091.0	99.542	52.0	0.00041570828109965135	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	True	False
ISR0055_000000006310	2225	0.9803077952378988	3	2	2	2	1	False	115763	fragment	False	ISR0055_000000006310	0.9604230059880048		0	0	False	False	0.9874157309532166	0					non-mobilizable	no_good_hit	805.0	87.95	64.0	0.00022840596529253315	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0149_000000014991	1787	0.9803077952378988	3	2	2	2	1	False	115751	fragment	False	AST0149_000000014991	1.0		0	0	False	False	0.9776161313056946	0					non-mobilizable	no_good_hit	803.0	87.796	45.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0138_000000024846	1162	0.9803059000720776	1	1	1	1	1	False	31332	maximal	True	ISR0138_000000024846	1.0		0	0	False	False	0.9173838496208191	0					non-mobilizable	no_good_hit	918.0	84.314	79.0	0.00040011384139153534	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0087_000000002851	12771	0.9803033112030284	8	4	4	4	2	False	105988	maximal	True	MON0087_000000002851	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	80.293	10.0	0.005266099129931104	NZ_DS544190.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_23, whole genome shotgun sequence	True	False
FIJ0048_000000016267	2014	0.9803021890239032	2	2	2	2	2	False	98381	fragment	False	FIJ0048_000000016267	1.0		0	0	False	False	0.9960278272628784	0					non-mobilizable	no_good_hit	64.0	96.875	3.0	0.0004451604697502862	NZ_HE999452.1	CFB group bacteria	Prevotella conceptionensis 9403948, whole genome shotgun sequence	True	False
FIJ0047_000000020728	1498	0.9802948440019033	3	3	3	1	1	False	46863	fragment	False	FIJ0047_000000020728	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1503.0	88.09	100.0	0.0006018696685924882	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0065_000000001063	17329	0.9802920790941754	30	10	5	9	4	True	116045	fragment	False	ISR0065_000000001063	1.0		0	0	False	False	1.0	0					non-mobilizable	other	16540.0	98.22200000000001	100.0	0.09523425530199177	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0064_000000011165	1932	0.9802873827670472	2	2	2	2	2	False	65784	fragment	False	ISR0064_000000011165	0.997718197375927		0	0	False	False	0.9963768124580383	0					non-mobilizable	no_good_hit	803.0	87.671	72.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
FIJ0027_000000003578	4799	0.9802828242736992	8	4	2	4	2	True	49006	maximal	True	FIJ0027_000000003578	1.0	PS174	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	1.0	0.00024199176102469443	AC217166.3	primates	Macaca mulatta Y Chr BAC CH250-214L22 (Children's Hospital Oakland Research Institute Rhesus macaque Adult Male BAC Library) complete sequence	True	True
ISR0288_000000013439	2253	0.980278057113152	3	2	2	2	2	False	115763	fragment	False	ISR0055_000000006310	0.9363485850268392		0	0	False	False	0.9986684322357178	0					non-mobilizable	no_good_hit	802.0	88.279	69.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0046_000000009157	3226	0.9802778177356434	4	3	3	3	3	False	36193	fragment	False	ISR0046_000000009157	1.0		0	0	False	False	0.9928704500198364	0					non-mobilizable	no_good_hit	82.0	82.927	3.0	1.909271422025355e-05	CP059901.1	high GC Gram+	Mumia sp. ZJ1417 chromosome, complete genome	True	False
ENG0132_000000002109	8956	0.9802741793399754	9	4	3	4	2	False	117692	fragment	False	ENG0132_000000002109	0.9692548130302144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	95.146	24.0	0.0006339761748660918	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0136_000000001829	7062	0.98027392183107	11	9	4	4	9	True	123852	fragment	False	ENG0136_000000001829	1.0		0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3420.0	96.60799999999999	73.0	0.3094654687358199	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
DEN0007_000000016072	1595	0.9802733480941932	2	2	2	2	2	False	76277	fragment	False	MAD0004_000000006513	0.9686355597040144		0	0	False	False	0.9805642366409302	0					non-mobilizable	other	1565.0	80.319	97.0	0.03597088953784824	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0137_000000026082	1417	0.9802708368751534	3	3	2	2	1	False	104698	fragment	False	ISR0108_000000014804	0.9764777690786902		0	0	False	False	1.0	0					non-mobilizable	chromosome	1417.0	98.37700000000001	100.0	0.00026999621318870486	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
FIJ0036_000000021396	1926	0.9802673616153584	3	3	2	3	2	False	131512	maximal	True	FIJ0036_000000021396	1.0		0	0	False	False	0.9979231357574463	0					non-mobilizable	no_good_hit	1700.0	78.58800000000001	88.0	0.023454930834448908	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0098_000000008784	2901	0.980265072791402	4	3	3	3	3	False	131395	fragment	False	ENG0098_000000008784	0.9903780068728523		0	0	False	False	0.9986211657524109	0					non-mobilizable	no_good_hit	87.0	82.759	3.0	4.838320408377011e-05	NZ_CP017076.1	a-proteobacteria	Novosphingobium resinovorum strain SA1 plasmid pSA1, complete sequence	True	False
ISR0085_000000000579	22549	0.9802650188454634	39	14	7	7	10	True	65903	maximal	True	ISR0085_000000000579	1.0		3	2	False	False	0.9999556541442871	0					non-mobilizable	no_good_hit	1485.0	78.45100000000001	17.0	0.0004004420969614165	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
DEN0045_000000009795	3651	0.9802627826577059	4	3	3	3	3	False	115937	fragment	False	DEN0045_000000009795	0.9814432989690722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1474.0	95.794	40.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
ISR0127_000000002395	8094	0.980262291732813	12	7	4	5	5	True	126522	backbone	False	ISR0029_000000004601	0.26217087592982447	PS624|PS966	0	0	False	True	0.9998764395713806	0					non-mobilizable	no_good_hit	2411.0	90.917	83.0	0.29792003985552373	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0058_000000001860	8764	0.9802513633546736	7	6	5	5	5	False	113157	fragment	False	AST0058_000000001860	0.9999429484253766		0	0	False	False	1.0	0					non-mobilizable	chromosome	8764.0	99.98899999999999	100.0	0.0017133921057653503	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
SPA0099_000000001033	8764	0.9802513633546736	7	6	5	5	5	False	113157	fragment	False	AST0058_000000001860	0.9999429484253766		0	0	False	False	1.0	0					non-mobilizable	chromosome	8764.0	100.0	100.0	0.0017133921057653503	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
ISR0844_000000001425	9316	0.9802503075735364	21	7	4	7	3	True	38175	fragment	False	ISR0844_000000001425	1.0		0	0	False	False	0.9998926520347595	0					non-mobilizable	no_good_hit								True	True
USA0011_01_000000013904	2656	0.9802464589455372	3	1	1	1	1	False	71383	maximal	True	USA0011_01_000000013904	1.0		3	3	False	False	0.9984939694404602	0					non-mobilizable	no_good_hit	999.0	85.986	42.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0121_000000010820	1526	0.9802464589455372	2	1	1	1	1	False	71390	fragment	False	ENG0121_000000010820	1.0		0	0	False	False	0.996723473072052	0					non-mobilizable	no_good_hit	838.0	87.947	72.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0007_000000018384	1421	0.9802464589455372	2	1	1	1	1	False	71386	maximal	True	SPA0007_000000018384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	85.944	77.0	0.00045451438094587027	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
DEN0045_000000030114	1415	0.9802464589455372	2	1	1	1	1	False	72845	maximal	True	DEN0045_000000030114	1.0		0	0	False	False	0.9922261238098145	0					non-mobilizable	no_good_hit	838.0	87.709	65.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0065_000000018946	1401	0.9802464589455372	2	1	1	1	1	False	71381	fragment	False	ISR0170_000000034410	0.9609369970145675		0	0	False	False	0.9957173466682434	0					non-mobilizable	no_good_hit	996.0	85.944	79.0	0.00045451438094587027	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0170_000000034410	1370	0.9802464589455372	1	1	1	1	1	False	71381	fragment	False	ISR0170_000000034410	0.9635173684802134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	87.947	80.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0307_000000009117	1293	0.9802464589455372	1	1	1	1	1	False	71381	fragment	False	ISR0170_000000034410	0.9547381011360762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	87.947	85.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0374_000000012617	1293	0.9802464589455372	1	1	1	1	1	False	71381	fragment	False	ISR0170_000000034410	0.8384374362665331		0	0	False	False	0.9945862293243408	0					non-mobilizable	no_good_hit	996.0	85.944	85.0	0.00045451438094587027	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
DEN0076_000000007074	1261	0.9802464589455372	1	1	1	1	1	False	71391	fragment	False	DEN0076_000000007074	1.0		0	0	False	False	0.9968279004096985	0					non-mobilizable	no_good_hit	845.0	87.811	76.0	0.00038846198615393997	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0292_000000016794	1234	0.9802464589455372	2	1	1	1	1	False	25863	fragment	False	ISR0292_000000016794	1.0		0	0	False	False	0.9740680456161499	0					non-mobilizable	no_good_hit	829.0	88.05799999999999	79.0	0.0003810715084149827	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0323_000000018396	1226	0.9802464589455372	1	1	1	1	1	False	71381	fragment	False	ISR0170_000000034410	0.826578337275029		0	0	False	False	1.0	0					non-mobilizable	other	838.0	87.947	90.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
DEN0063_000000042924	1197	0.9802464589455372	2	1	1	1	1	False	71381	fragment	False	ISR0170_000000034410	0.48038030354630207		0	0	False	False	0.9841269850730896	0					non-mobilizable	no_good_hit	866.0	87.529	82.0	0.0003972381784689517	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
DEN0065_000000029342	1164	0.9802464589455372	2	1	1	1	1	False	71381	fragment	False	ISR0170_000000034410	0.47522382941611185		0	0	False	False	0.975944995880127	0					non-mobilizable	no_good_hit	838.0	87.947	83.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0183_000000028714	1104	0.9802464589455372	1	1	1	1	1	False	71381	fragment	False	ISR0170_000000034410	0.35515442386033813		0	0	False	False	0.98097825050354	0					non-mobilizable	no_good_hit	837.0	87.93299999999999	86.0	0.00038476674728446134	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0125_000000014174	2433	0.9802417705431364	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.23548390299574778		0	0	False	False	1.0	0					non-mobilizable	chromosome	2362.0	97.79799999999999	97.0	0.0005244114530928281	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0019_000000031447	2134	0.9802417705431364	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.15235867664137323		0	0	False	False	0.9948453903198242	0					non-mobilizable	chromosome	2140.0	98.131	100.0	0.0004751021169697414	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0069_000000001660	5390	0.9802416289636028	11	7	2	4	4	True	130693	backbone	False	MON0033_000000012705	0.9963170862451785	PS1122|PS1123	0	0	True	True	0.9998144507408142	28		MOBP			mobilizable	no_good_hit	3882.0	97.836	88.0	0.7188658265381764	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CHI0159_000000002373	5372	0.9802416289636028	11	7	2	4	4	True	130693	backbone	False	MON0033_000000012705	0.9963605896621286	PS1122|PS1123	0	0	True	True	1.0	196		MOBP			mobilizable	no_good_hit	3582.0	97.962	88.0	0.6632690882134915	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
DEN0041_000000024508	1391	0.9802380710832228	2	1	1	1	1	False	73078	fragment	False	DEN0041_000000024508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0048_01_000000006517	2408	0.98023570712256	4	4	4	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.8448454236772767		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	94.705	99.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0015_000000012834	2899	0.9802331744490932	2	2	2	1	1	False	63169	fragment	False	MON0015_000000012834	0.9843468873695573		0	0	False	False	0.9996550679206848	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000007328	4688	0.98022911751703	8	4	2	4	2	False	65222	fragment	False	ISR0128_000000007328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	74.425	25.0	0.0004826779551639965	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0057_01_000000000180	58044	0.9802261875268896	57	36	27	28	20	True	105283	backbone	False	CAN0004_000000000072	0.9337571547262655	PS635	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	2071.0	96.66799999999999	5.0	0.026244389786241346	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	True
FIJ0120_000000010391	2272	0.9802239305909862	2	1	1	1	1	False	41541	fragment	False	FIJ0120_000000010391	1.0		0	0	False	False	0.9925175905227661	0					non-mobilizable	no_good_hit	880.0	87.727	42.0	0.00028113929939958506	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0380_000000000766	15689	0.9802186544675175	21	20	6	13	19	True	114261	maximal	True	ISR0380_000000000766	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	7206.0	95.046	82.0	0.054715617272208486	CP057820.1	enterobacteria	Escherichia coli strain RHB14-C14 plasmid pRHB14-C14_3, complete sequence	True	True
MAD0046_000000005597	4227	0.9802173778382992	4	4	3	3	3	False	63298	fragment	False	MAD0046_000000005597	1.0		0	0	False	False	0.999526858329773	0					non-mobilizable	other	3185.0	95.008	90.0	0.07634687409968309	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	False	False
ISR0827_000000009449	1258	0.9802165449118376	2	2	2	2	2	False	21087	fragment	False	ISR0827_000000009449	1.0		0	0	False	False	0.980127215385437	0					non-mobilizable	other	1258.0	98.728	100.0	0.00851118749066011	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
FIJ0139_000000003088	8221	0.9802110721080765	5	3	2	3	2	True	40449	fragment	False	FIJ0139_000000003088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	92.945	15.0	0.00015813259123900663	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0033_000000002575	9790	0.9802102575597964	18	9	5	7	7	True	65542	maximal	False	ENG0108_000000002559	0.9585932948774121		0	0	False	True	0.9964249134063721	0					non-mobilizable	no_good_hit	678.0	98.67299999999999	7.0	0.005759643361521839	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	True
FIJ0114_000000005062	6776	0.9802046181161104	12	9	5	8	8	True	98331	fragment	False	FIJ0114_000000005062	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	2286.0	96.325	74.0	0.03249426613672949	CP029578.1	enterobacteria	Escherichia coli strain DA33135 plasmid pDA33135-70, complete sequence	True	True
AST0003_000000013567	2519	0.9802033870228634	2	2	2	2	1	False	130219	maximal	True	AST0003_000000013567	1.0		3	2	False	False	0.9916633367538452	0					non-mobilizable	other	2519.0	98.76899999999999	100.0	0.13782910942032953	NZ_NFJN01000040.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_40, whole genome shotgun sequence	False	False
MAD0102_000000007913	2337	0.980202184242102	2	2	1	2	2	True	15000	fragment	False	MAD0102_000000007913	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	plasmid	2337.0	99.101	100.0	0.028517017432491822	CP043751.1	enterobacteria	Escherichia coli strain CVM N62675 plasmid pN62675, complete sequence	False	True
MAD0035_000000005770	3938	0.9801951522042716	4	3	1	2	2	True	18784	maximal	True	MAD0035_000000005770	1.0		2	1	True	True	0.9997460842132568	80					non-mobilizable	no_good_hit	874.0	87.529	22.0	0.33397312859884837	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
MAD0105_000000009996	3349	0.9801939367166168	7	3	2	2	2	False	14845	maximal	True	MAD0105_000000009996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	80.392	13.0	0.18076616121308858	NZ_OFSM01000106.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0796_000000002667	6855	0.980192353518806	7	4	4	4	2	True	109984	fragment	False	ISR0796_000000002667	0.9344624447717231		0	0	False	False	1.0	0					non-mobilizable	other	5492.0	96.686	92.0	0.0016062255369068753	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
CAN0011_000000019970	1513	0.9801841956659276	2	2	2	2	1	False	94435	fragment	False	CAN0011_000000019970	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1231.0	99.594	99.0	0.0003086271061918125	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0134_000000018779	1361	0.9801841956659276	2	2	2	2	1	False	29664	fragment	False	SPA0134_000000018779	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	99.706	100.0	0.0003412462312364756	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0092_000000015288	2218	0.9801811764679824	4	2	1	2	1	False	43309	fragment	False	FIJ0092_000000015288	1.0		0	0	False	False	0.9909828901290894	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	0.0006664957703153038	NZ_RJQC01000006.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_6, whole genome shotgun sequence	True	False
ENG0117_000000001278	13891	0.9801803511833708	20	12	5	6	11	True	60817	fragment	False	ENG0117_000000001278	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	13876.0	99.575	99.0	0.46514668901927914	CP045281.1	enterobacteria	Escherichia coli strain LAU-OXA plasmid pLAU-OXA4, complete sequence	False	True
USA0053_01_000000006645	3173	0.9801785586527224	5	5	2	2	5	False	114186	fragment	False	MON0072_000000005262	0.47545804529931784		0	0	False	False	0.9987393617630005	0	IncFIB				non-mobilizable	plasmid	3173.0	99.905	100.0	0.025891763937637743	MN816372.1	enterobacteria	Escherichia coli strain A130 plasmid pA130-TEM, complete sequence	False	True
ISR0806_000000006292	1879	0.9801754333988512	3	2	2	2	2	False	104000	fragment	False	ISR0806_000000006292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	82.163	67.0	0.00015725680168984427	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0021_000000001087	30645	0.980172308429472	46	24	17	20	21	True	125421	maximal	False	SPA0136_000000000618	0.9614795741031756		0	0	False	False	1.0	0					non-mobilizable	other	22475.0	98.21600000000001	100.0	0.00641380577973178	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0132_000000001296	21286	0.9801651607239044	20	11	8	9	9	True	98625	maximal	True	CHI0132_000000001296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1932.0	87.06	9.0	0.0025143776686690255	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0282_000000003795	5095	0.9801590209086828	8	4	4	4	2	True	28758	maximal	True	ISR0282_000000003795	1.0		4	2	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
AST0035_000000007185	2280	0.9801530282004328	3	2	2	2	2	False	116827	fragment	False	AST0035_000000007185	1.0		0	0	False	False	0.9978070259094238	0					non-mobilizable	other	2280.0	99.912	100.0	0.0072849206298467575	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0036_000000012174	2044	0.9801530282004328	3	2	2	2	2	False	102205	fragment	False	SPA0036_000000012174	0.9916824164876458		0	0	False	False	0.9867905974388123	0					non-mobilizable	other	2044.0	98.875	100.0	0.00653053657164411	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0042_000000013275	1938	0.9801530282004328	3	2	2	2	2	False	102205	fragment	False	SPA0036_000000012174	0.976475648147956		0	0	False	False	1.0	0					non-mobilizable	other	1919.0	99.792	99.0	0.006130968744206267	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0005_01_000000017178	1886	0.9801530282004328	2	2	2	2	2	False	102205	fragment	False	SPA0036_000000012174	0.9626535786148153		0	0	False	False	1.0	0					non-mobilizable	other	1886.0	99.947	100.0	0.006025482837762676	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0005_000000007258	3554	0.980151831350612	6	5	3	3	5	False	76861	fragment	False	MAD0005_000000007258	1.0		0	0	False	False	0.9991558790206909	0					non-mobilizable	chromosome	2260.0	94.51299999999999	97.0	0.0004723885144260668	CP047876.1	enterobacteria	Escherichia coli strain LD22-1 chromosome, complete genome	False	False
SPA0117_000000014146	2680	0.9801463303512994	3	3	3	3	2	False	89125	fragment	False	USA0087_01_000000005250	0.962254213483146		0	0	False	False	1.0	0					non-mobilizable	other	2683.0	99.59	100.0	0.0005470996274133224	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
ENG0070_000000018391	1408	0.9801398999286188	2	2	1	2	1	False	62325	fragment	False	MON0061_000000030903	0.948959032907992		0	0	False	False	0.9893465638160706	0					non-mobilizable	no_good_hit	540.0	78.704	38.0	0.00012199446897939155	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0140_000000020901	1600	0.9801379537922876	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.5735188946495039		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	77.819	100.0	0.022255689424364122	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0092_000000002967	4053	0.9801354841029022	7	4	3	2	2	False	68578	fragment	False	USA0069_01_000000014863	0.9771306342671876		0	0	False	False	0.9997532963752747	0					non-mobilizable	no_good_hit	935.0	98.71700000000001	23.0	0.000259093256910542	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0013_000000012153	3850	0.9801354841029022	7	4	3	2	2	False	68578	fragment	False	USA0069_01_000000014863	0.3885310290652003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	98.569	31.0	0.00032935112829142856	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0169_000000007348	3819	0.9801354841029022	7	4	3	2	2	False	68578	fragment	False	USA0069_01_000000014863	0.9377739609276506		0	0	False	False	0.9997381567955017	0					non-mobilizable	no_good_hit	935.0	98.71700000000001	24.0	0.000259093256910542	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0035_000000012727	1746	0.9801341846847532	2	1	1	1	1	True	18768	maximal	True	MAD0035_000000012727	1.0		1	1	False	False	0.9862542748451233	0					non-mobilizable	no_good_hit	51.0	90.196	3.0	4.66355318972762e-05	NZ_SJPF01000003.1	bacteria	Blastopirellula retiformator strain Enr8 Enr8_contig00003, whole genome shotgun sequence	True	True
ISR0029_000000010553	4375	0.9801306242609664	6	5	3	4	4	False	94121	maximal	True	ISR0029_000000010553	1.0		2	2	False	False	0.9949714541435242	0					non-mobilizable	no_good_hit	1912.0	91.99799999999999	66.0	0.004246828811556725	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0200_000000008630	2686	0.9801276791192532	5	5	3	3	3	False	28774	maximal	True	ISR0200_000000008630	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	91.81700000000001	35.0	0.006047541290443336	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0355_000000006277	2965	0.9801187447458208	5	4	4	2	3	False	116631	fragment	False	SPA0101_000000007479	0.1858518383085314		0	0	False	False	1.0	0					non-mobilizable	other	2965.0	99.52799999999999	100.0	0.0005722051907736739	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0211_000000009140	2442	0.9801157752790064	3	3	2	3	3	True	28413	maximal	True	ISR0211_000000009140	1.0		7	4	False	False	0.9950860142707825	0					non-mobilizable	no_good_hit	1512.0	76.786	63.0	0.0003461540896956541	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	True	True
ISR0370_000000007281	3559	0.9801094650632788	4	4	4	4	3	False	125036	fragment	False	ISR0806_000000002243	0.08358352792913007		0	0	False	False	0.9994380474090576	0					non-mobilizable	other	3282.0	99.787	92.0	0.01186266640634604	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CAN0008_000000004431	6250	0.9801089159192568	8	8	7	4	5	True	95072	maximal	True	CAN0008_000000004431	1.0		5	1	False	False	0.9998400211334229	0					non-mobilizable	no_good_hit	510.0	74.51	8.0	0.01449108351819308	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	True	True
CHI0177_000000006836	2385	0.9801064297618658	3	3	3	3	2	False	99590	fragment	False	CHI0177_000000006836	1.0		0	0	False	False	0.9903563857078552	0					non-mobilizable	chromosome	2385.0	99.287	100.0	0.00044767842867876086	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
CHI0045_000000016097	1311	0.9801058637946176	1	1	1	1	1	True	87106	fragment	False	CHI0045_000000016097	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1344.0	82.515	100.0	0.5584524810765349	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	False	True
SPA0093_000000021196	1787	0.9801003739825564	2	2	2	2	2	False	84389	fragment	False	CHI0079_000000003570	0.9938444320089536		0	0	False	False	1.0	0					non-mobilizable	plasmid	1768.0	78.507	98.0	0.020391964608794107	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
CHI0079_000000003570	1787	0.9801003739825564	2	2	2	2	2	False	84389	fragment	False	CHI0079_000000003570	0.9938444320089536		0	0	False	False	1.0	0					non-mobilizable	plasmid	1769.0	78.745	98.0	0.020391964608794107	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
ETH0003_000000006557	4823	0.9801000329443484	3	3	3	3	2	False	53246	fragment	False	ETH0003_000000006557	1.0		0	0	False	False	0.9937797784805298	0					non-mobilizable	other	4823.0	98.486	99.0	0.07648141098845324	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0161_000000001125	19910	0.9800993758213972	24	19	12	18	13	True	108323	fragment	False	ISR0161_000000001125	0.9356616882821546		0	0	False	False	0.9996986389160156	0					non-mobilizable	no_good_hit	2099.0	92.711	11.0	0.06635626504497656	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0806_000000002243	4476	0.9800922791438292	5	5	5	4	3	False	125036	fragment	False	ISR0806_000000002243	0.8783948577316479		0	0	False	False	0.9890527129173279	0					non-mobilizable	other	4476.0	99.33	100.0	0.01617965015800016	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0325_000000004170	4254	0.9800922791438292	5	5	5	4	3	False	125036	fragment	False	ISR0806_000000002243	0.7496662477413439		0	0	False	False	1.0	0					non-mobilizable	other	4254.0	99.765	100.0	0.015376994887592107	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0039_000000009873	3440	0.9800848744021576	5	3	2	2	3	False	131496	fragment	False	ISR0039_000000009873	0.9774259694202135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	78.417	52.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0212_000000010965	3145	0.9800848744021576	4	3	2	2	3	False	131496	fragment	False	ISR0039_000000009873	0.9122349725259477		0	0	False	False	0.9920508861541748	0					non-mobilizable	no_good_hit	1807.0	78.251	57.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0131_000000010118	2508	0.9800839719957356	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.16586242333764345		0	0	False	False	0.9976076483726501	0					non-mobilizable	other	2493.0	95.10600000000001	99.0	0.006083183312460864	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0104_000000018292	2474	0.9800839719957356	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.16555963688123806		0	0	False	False	0.9773645997047424	0					non-mobilizable	chromosome	2404.0	97.837	97.0	0.0005337402464134121	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0330_000000006768	3776	0.980082743368854	8	6	6	6	6	False	125080	fragment	False	ENG0060_000000005592	0.5623862751693859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	524.0	86.83200000000001	14.0	0.00020285962114216963	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0165_000000003129	5822	0.9800806552285364	7	6	5	6	2	False	112319	fragment	False	FIJ0165_000000003129	1.0		0	0	False	False	0.9891789555549622	0					non-mobilizable	no_good_hit	610.0	94.75399999999999	10.0	0.00019629185665988617	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0191_000000004573	5562	0.9800793410351198	7	4	3	4	4	False	66494	maximal	True	ENG0191_000000004573	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	80.46	2.0	1.5898656785343362e-05	CP047607.1	a-proteobacteria	Methylobacterium sp. NI91 chromosome, complete genome	True	False
MAD0099_000000009164	3277	0.9800777199315608	3	2	1	1	2	False	18023	maximal	False	MAD0088_000000006818	0.9866566716641679		0	0	True	True	0.9902349710464478	7					non-mobilizable	no_good_hit								True	True
DEN0070_000000023727	1436	0.9800772046588442	3	1	1	1	1	False	70570	maximal	True	DEN0070_000000023727	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	85.522	61.0	0.0006867934660720147	NZ_DS560019.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_4, whole genome shotgun sequence	True	False
AUS0008_000000008273	2807	0.9800755196724824	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.5248108733842742		0	0	False	False	1.0	0					non-mobilizable	other	2807.0	99.751	100.0	0.010763824955502363	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0133_000000001195	21073	0.9800744108955044	24	13	12	13	6	True	51367	fragment	False	FIJ0133_000000001195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	91.609	5.0	0.08947134606841403	NZ_FOXF01000063.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
DEN0021_000000001118	19434	0.9800724401269212	21	7	4	4	5	True	74884	maximal	True	DEN0021_000000001118	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	95.464	2.0	0.00013141165126419715	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0027_000000001987	12300	0.9800667599439776	16	8	5	7	4	False	112041	fragment	False	ISR0027_000000001987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
DEN0078_000000000032	83620	0.9800665049408814	82	30	17	27	15	True	69862	maximal	True	DEN0078_000000000032	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	79.582	1.0	0.00015470740870537862	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ENG0095_000000020670	1355	0.9800510650793264	2	2	2	1	2	False	60916	maximal	True	ENG0095_000000020670	1.0		1	1	False	False	0.9638376235961914	0					non-mobilizable	no_good_hit	957.0	99.791	71.0	0.00019021060054022994	CP055543.1	enterobacteria	Citrobacter freundii strain RHBSTW-00269 chromosome, complete genome	True	False
SPA0132_000000007573	5033	0.980050634541904	6	4	3	4	2	False	116160	maximal	True	SPA0132_000000007573	1.0		2	1	False	False	0.998609185218811	0					non-mobilizable	no_good_hit	1565.0	95.335	42.0	0.0003538580024851511	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0075_000000001566	7923	0.9800494088063916	11	6	4	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8822028772371299	PS872	0	0	True	True	1.0	11					non-mobilizable	plasmid	3596.0	98.137	100.0	0.44725370531822145	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0083_000000001246	18118	0.98004241617902	26	6	4	5	2	False	61586	maximal	True	ENG0083_000000001246	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	82.105	1.0	0.00015175976751695189	NZ_BAVS01000001.1	firmicutes	Gracilibacillus boraciitolerans JCM 21714, whole genome shotgun sequence	True	False
ISR0774_000000011057	2247	0.9800352254290212	3	2	2	1	1	False	22477	fragment	False	ISR0774_000000011057	1.0		0	0	False	False	0.9995549917221069	0					non-mobilizable	no_good_hit	109.0	82.569	5.0	0.00020252647039895822	NZ_BIME01000004.1	firmicutes	Paenibacillus illinoisensis NBRC 15959 PIL01S_CON000004, whole genome shotgun sequence	True	False
FIJ0016_000000004133	4223	0.9800344117286632	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.974452318748946	PS1143|PS778	0	0	True	True	0.9997631907463074	6					non-mobilizable	other	4214.0	99.881	100.0	0.9971597633136094	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0061_000000004942	4223	0.9800344117286632	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9748271447851707	PS1143|PS778	0	0	True	True	1.0	569					non-mobilizable	other	4219.0	99.929	100.0	0.9983431952662722	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0141_000000005547	4210	0.9800344117286632	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9732815236827809	PS1143|PS778	0	0	True	True	1.0	68					non-mobilizable	other	4200.0	99.69	100.0	0.9936094674556213	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0008_000000001984	4207	0.9800344117286632	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975426266306139	PS1143|PS778	0	0	True	True	1.0	419					non-mobilizable	other	4179.0	99.976	100.0	0.9888757396449704	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0390_000000002836	4207	0.9800344117286632	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975281804129269	PS1143|PS778	0	0	True	True	1.0	70					non-mobilizable	other	4198.0	99.976	100.0	0.9933727810650888	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0159_000000005435	4079	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.944314823965861	PS1143|PS778	0	0	True	True	1.0	235					non-mobilizable	other	4083.0	96.865	100.0	0.9649704142011835	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0124_000000007113	4078	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9585578251521786	PS1143|PS778	0	0	True	True	1.0	176					non-mobilizable	other	4078.0	99.975	100.0	0.9649704142011835	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0066_000000003819	4078	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9583139949664706	PS1143|PS778	0	0	True	True	1.0	206					non-mobilizable	other	4078.0	99.95100000000001	100.0	0.9649704142011835	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0083_000000003472	4078	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9579280345495355	PS1143|PS778	0	0	True	True	1.0	111					non-mobilizable	other	4078.0	99.82799999999999	100.0	0.9649704142011835	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
DEN0035_000000007446	4078	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9585578251521786	PS1143|PS778	0	0	True	True	1.0	228					non-mobilizable	other	4078.0	99.975	100.0	0.9649704142011835	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0187_000000006379	4078	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9583224209620221	PS1143|PS778	0	0	True	True	1.0	363					non-mobilizable	other	4078.0	99.95100000000001	100.0	0.9649704142011835	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0121_000000005700	4072	0.9800344117286632	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.942099191346579	PS1143|PS778	0	0	True	True	1.0	32					non-mobilizable	plasmid	3701.0	99.973	100.0	0.8943678994440416	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
AST0142_000000001245	4068	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9491484012957889	PS1143|PS778	0	0	True	True	1.0	178					non-mobilizable	other	4083.0	97.992	100.0	0.9649704142011835	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
AST0060_000000006826	4068	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9412099807265184	PS1143|PS778	0	0	True	True	1.0	63					non-mobilizable	plasmid	3701.0	99.973	100.0	0.8943678994440416	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0207_000000004106	4068	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9412094366375029	PS1143|PS778	0	0	True	True	1.0	584					non-mobilizable	plasmid	3701.0	99.973	100.0	0.8943678994440416	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0011_000000006243	4068	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9482759613891643	PS1143|PS778	0	0	True	True	1.0	57					non-mobilizable	other	4083.0	97.796	100.0	0.9649704142011835	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0223_000000006535	4068	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9411783757325545	PS1143|PS778	0	0	True	True	1.0	21					non-mobilizable	plasmid	3701.0	99.838	100.0	0.8943678994440416	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0173_000000001942	4068	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9412094366375029	PS1143|PS778	0	0	True	True	0.9997541904449463	84					non-mobilizable	plasmid	3701.0	99.973	100.0	0.8943678994440416	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0320_000000004841	4068	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9409827252674939	PS1143|PS778	0	0	True	True	1.0	28					non-mobilizable	plasmid	3701.0	99.973	100.0	0.8943678994440416	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0105_000000004950	4068	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9411770343692033	PS1143|PS778	0	0	True	True	1.0	145					non-mobilizable	plasmid	3701.0	99.919	100.0	0.8943678994440416	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0115_000000004223	4067	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9482888672924865	PS1143|PS778	0	0	True	True	1.0	109					non-mobilizable	other	4078.0	97.79299999999999	100.0	0.9649704142011835	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0078_000000006483	4024	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9448492470208334	PS1143|PS778	0	0	True	True	1.0	62					non-mobilizable	other	4024.0	99.95	100.0	0.952189349112426	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0106_000000010324	3784	0.9800344117286632	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.6923991416103161	PS1143|PS778	0	0	False	True	0.9928646683692932	0					non-mobilizable	plasmid	3734.0	99.705	99.0	0.8997107039537127	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
FIJ0067_000000004047	7631	0.9800342108378752	12	4	3	4	4	False	80118	maximal	False	ENG0188_000000003264	0.9917596677913314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	80.309	19.0	0.00031949796199498635	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0036_000000000466	36703	0.980033919805228	33	21	15	17	14	True	96969	maximal	True	FIJ0036_000000000466	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2560.0	81.016	8.0	0.0007171935922462155	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0147_000000003850	4654	0.9800265843724552	5	2	2	2	1	True	118441	maximal	False	AST0029_000000006665	0.9766761124711714	PS399	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	780.0	89.87200000000001	43.0	0.19897828863346104	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0029_000000006665	4653	0.9800265843724552	5	2	2	2	1	True	118441	maximal	True	AST0029_000000006665	0.9866143062877564	PS399	2	2	True	True	1.0	903					non-mobilizable	no_good_hit	771.0	89.235	43.0	0.19642401021711367	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0826_000000002563	4619	0.9800265843724552	5	2	2	2	1	True	118441	maximal	False	AST0029_000000006665	0.9764151962745834	PS399	0	0	True	True	1.0	259					non-mobilizable	no_good_hit	687.0	93.01299999999999	47.0	0.1752234993614304	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0312_000000003385	4486	0.9800265843724552	5	2	2	2	1	True	118441	maximal	False	AST0029_000000006665	0.9706004206507495	PS399	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	905.0	87.182	47.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0020_000000005211	4421	0.9800265843724552	5	2	2	2	1	True	118441	maximal	False	AST0029_000000006665	0.9589512964126768	PS399	0	0	False	True	0.9997738003730774	0					non-mobilizable	no_good_hit	905.0	86.74	48.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0056_000000005048	3949	0.9800265843724552	6	2	2	2	1	True	81533	backbone	True	ISR0056_000000005048	1.0	PS399	3	3	True	True	1.0	1					non-mobilizable	no_good_hit	904.0	87.16799999999999	39.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0109_000000007544	3568	0.9800265843724552	3	2	2	2	1	True	81604	fragment	False	FIJ0109_000000007544	1.0		0	0	False	False	0.9994394779205322	0					non-mobilizable	no_good_hit	905.0	87.072	59.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0001_000000013627	3049	0.9800265843724552	4	2	2	2	1	True	81603	fragment	False	MON0056_000000005649	0.9808935701453203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	90.844	62.0	0.17828863346104726	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0056_000000005649	3011	0.9800265843724552	4	2	2	2	1	True	81603	fragment	False	MON0056_000000005649	0.9820402813310332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	90.759	62.0	0.18492975734355044	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0085_000000009004	2738	0.9800265843724552	3	2	2	2	1	True	81603	fragment	False	MON0056_000000005649	0.7110014044612926		0	0	False	False	0.9959824681282043	0					non-mobilizable	no_good_hit	612.0	90.196	63.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CHI0058_000000005417	3450	0.9800229765515868	3	3	1	3	2	False	85919	fragment	False	CHI0058_000000005417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	75.47	41.0	0.00029492584142716674	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
FIJ0003_000000004607	5459	0.9800229018713028	6	3	1	3	1	True	127200	fragment	False	ISR0058_000000003821	0.6176915909620312		0	0	False	False	1.0	0					non-mobilizable	plasmid	3712.0	95.986	92.0	0.14810374455500938	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MAD0028_000000006736	1881	0.9800218170204716	3	3	3	2	2	False	60436	fragment	False	MAD0028_000000006736	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1699.0	80.577	90.0	0.0004520878041878284	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0081_000000005389	9526	0.9800207307409124	6	6	4	5	5	False	105888	maximal	True	MON0081_000000005389	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	75.325	20.0	0.00021196210072897624	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0066_01_000000006990	2937	0.980018238570489	3	3	3	3	3	False	127019	maximal	True	USA0066_01_000000006990	1.0		6	5	False	False	0.999659538269043	0					non-mobilizable	other	2943.0	90.35	99.0	0.011258669367212914	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0084_000000026007	1400	0.980012082321452	2	2	2	1	1	False	45261	fragment	False	MON0084_000000026007	1.0		0	0	False	False	0.9985714554786682	0					non-mobilizable	no_good_hit								True	False
MON0056_000000003022	4523	0.9800098386607468	8	4	4	3	3	False	117134	maximal	True	MON0056_000000003022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	93.61	69.0	0.010097039278829066	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0080_000000003138	7241	0.9800078684842941	10	6	3	6	4	False	96974	maximal	True	ENG0080_000000003138	1.0		1	1	False	False	0.9998618960380554	0					non-mobilizable	no_good_hit								True	False
MON0105_000000031652	1721	0.9800068531553796	2	2	2	2	1	False	95806	fragment	False	SPA0109_000000021663	0.6794119434661547		0	0	False	False	0.9965136647224426	0					non-mobilizable	no_good_hit	482.0	75.51899999999999	28.0	0.00013366475481325942	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0110_000000003365	5662	0.980006323236688	7	6	5	5	4	False	107053	maximal	True	AST0110_000000003365	1.0		18	5	False	False	0.9985870718955994	0					non-mobilizable	no_good_hit	4288.0	99.977	76.0	0.0018828628299072578	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0041_000000011053	1360	0.9800022920066777	2	1	1	1	1	False	87554	fragment	False	CHI0041_000000011053	1.0		0	0	False	False	0.9750000238418579	0					non-mobilizable	no_good_hit								True	False
MAD0049_000000005992	2885	0.9799982979865868	4	4	3	3	2	False	17480	maximal	True	MAD0049_000000005992	1.0		0	0	False	False	0.9996533989906311	0					non-mobilizable	no_good_hit	962.0	99.272	33.0	0.008071967342550439	LM996603.1	enterobacteria	Escherichia coli genome assembly FHI74, scaffold scaffold-14_contig-9.0_1_119054_[organism:Escherichia	True	False
ISR0172_000000001146	14805	0.979997586983136	15	6	4	4	4	True	98614	maximal	True	ISR0172_000000001146	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1371.0	94.96700000000001	9.0	0.045528563357814626	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
USA0039_01_000000002770	8477	0.9799970638119704	8	5	4	3	5	False	122649	fragment	False	USA0039_01_000000002770	0.9685654527559056		0	0	False	False	0.998466432094574	0					non-mobilizable	no_good_hit	4112.0	97.69	48.0	0.001595284951702311	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0101_000000007742	3105	0.9799962300826696	2	2	0	2	1	True	33144	maximal	True	ISR0101_000000007742	0.9922839506172839		5	2	True	True	1.0	30					non-mobilizable	no_good_hit	94.0	89.36200000000001	3.0	0.026021264689423614	LN852754.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0063	True	True
ISR0842_000000007279	2916	0.9799962300826696	2	2	0	2	1	True	33144	maximal	False	ISR0101_000000007742	0.9623188405797101		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	94.0	89.36200000000001	3.0	0.026021264689423614	LN852754.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0063	True	True
ISR0178_000000010711	1610	0.9799896366300402	3	3	3	1	1	False	116159	fragment	False	USA0048_01_000000006517	0.17557209790619213		0	0	False	False	1.0	0					non-mobilizable	chromosome	1416.0	95.76299999999999	96.0	0.00031992021452302024	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0205_000000001225	13138	0.9799858512978968	10	9	5	8	5	False	78823	fragment	False	ENG0205_000000001225	1.0		0	0	False	False	0.9999238848686218	0					non-mobilizable	no_good_hit	7944.0	94.927	60.0	0.0021243953587330644	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
FIJ0085_000000002121	11674	0.9799858512978968	10	9	5	8	5	False	78822	fragment	False	FIJ0085_000000002121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6578.0	94.89200000000001	56.0	0.0017580556573909703	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
CHI0182_000000006140	4169	0.9799854246905891	6	5	2	3	4	False	127544	fragment	False	ENG0129_000000005897	0.9505871226479264		0	0	False	False	1.0	0					non-mobilizable	other	3966.0	99.21799999999999	100.0	0.36575013840191917	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
USA0025_01_000000010820	1429	0.9799851562593996	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3069025017234951		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	99.79	100.0	0.00027567780446181053	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
MON0023_000000005920	3100	0.9799843299810778	4	4	4	4	3	False	12988	fragment	False	MON0023_000000005920	1.0		0	0	False	False	0.9751613140106201	0					non-mobilizable	chromosome	3051.0	85.447	97.0	0.001505494932081027	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	False
CHI0082_000000003140	2892	0.9799686535453712	4	4	4	3	3	False	125036	fragment	False	ISR0806_000000002243	0.12472547251476687		0	0	False	False	0.9937759041786194	0					non-mobilizable	chromosome	2892.0	99.689	100.0	0.0006421319402335308	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0392_000000032112	1100	0.9799653732277636	3	1	1	1	1	False	22785	maximal	True	ISR0392_000000032112	1.0		0	0	False	False	0.9990909099578857	0					non-mobilizable	no_good_hit								True	False
ENG0015_000000004033	5001	0.9799644854722008	5	3	3	3	3	False	85772	maximal	True	ENG0015_000000004033	1.0		4	3	False	False	0.9962007403373718	0					non-mobilizable	no_good_hit	1563.0	72.937	31.0	0.00043017662430858974	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0030_000000009445	1296	0.9799639354451014	2	2	2	2	2	False	18964	fragment	False	MAD0030_000000009445	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	100.0	100.0	0.5627987831377662	NZ_MSJW02000218.1	enterobacteria	Shigella dysenteriae strain BCW_4872 BCW_4872_1__paired__contig_218, whole genome shotgun sequence	False	False
ISR0792_000000005395	2609	0.9799629507295686	3	3	3	3	2	False	120204	maximal	True	ISR0792_000000005395	1.0		73	6	False	False	0.9938673973083496	0					non-mobilizable	chromosome	1730.0	99.075	99.0	0.0006854101975876256	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0058_000000007125	3384	0.9799615845146321	6	4	3	2	2	True	103422	fragment	False	ISR0058_000000007125	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2537.0	86.559	100.0	0.49368836291913215	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0057_000000000264	8978	0.9799615469037184	11	6	3	4	5	False	72037	maximal	True	DEN0057_000000000264	1.0		1	1	False	False	0.9998885989189148	0					non-mobilizable	no_good_hit	162.0	74.074	2.0	0.009244992295839754	NZ_NFLJ01000047.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_47, whole genome shotgun sequence	True	False
USA0020_01_000000007532	4616	0.9799578788314114	7	5	5	4	4	False	129046	fragment	False	USA0020_01_000000007532	1.0		0	0	False	False	0.9984835386276245	0					non-mobilizable	no_good_hit	991.0	86.68	45.0	0.0026972447380018633	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
FIJ0015_000000000617	35987	0.9799541958800986	56	22	5	18	16	True	50408	fragment	False	FIJ0015_000000000617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1073.0	93.01	7.0	0.06707164328657314	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ISR0193_000000009742	2806	0.9799537079015042	6	3	1	2	3	False	29100	fragment	False	ISR0193_000000009742	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	90.934	80.0	0.006475528795994614	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
FIJ0042_000000008092	2953	0.9799520428190264	4	4	3	4	4	False	107354	maximal	True	FIJ0042_000000008092	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1935.0	92.92	91.0	0.0003694572776177947	CP029741.1	enterobacteria	Escherichia coli strain AR_0085 chromosome, complete genome	False	False
FIJ0068_000000003143	8670	0.9799497976437253	6	6	6	6	6	False	90126	fragment	False	FIJ0068_000000003143	1.0		0	0	False	False	0.9991925954818726	0					non-mobilizable	chromosome	6909.0	99.971	99.0	0.0012926762815234868	CP024679.1	enterobacteria	Citrobacter freundii strain UMH15 chromosome, complete genome	False	False
ISR0134_000000002746	10837	0.9799492740512156	19	2	2	2	2	True	31506	maximal	True	ISR0134_000000002746	1.0		1	1	False	False	0.9988926649093628	0					non-mobilizable	no_good_hit	205.0	85.366	2.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0806_000000000009	98271	0.9799492643832344	96	16	5	13	6	True	127415	maximal	False	SPA0046_000000000019	0.9090193888865795		0	0	True	True	1.0	39					non-mobilizable	virus	22712.0	96.852	96.0	0.22954897024477539	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0073_000000020384	1365	0.9799430828089718	2	1	1	1	1	False	34774	fragment	False	ISR0073_000000020384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0122_000000001820	9615	0.9799415907341812	10	3	2	2	3	False	53590	fragment	False	FIJ0010_000000001668	0.8954165597779784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	99.2	1.0	0.0006100410793791356	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0320_000000000579	19066	0.9799405672334444	18	15	10	12	10	False	35338	maximal	True	ISR0320_000000000579	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	3263.0	75.29899999999999	30.0	0.0011875383246839736	FP929056.1	bacteria	Fretibacterium fastidiosum draft genome	True	False
ENG0006_000000000980	24356	0.9799385614917182	14	11	9	9	10	False	67623	maximal	True	ENG0006_000000000980	1.0		8	3	False	False	1.0	0					non-mobilizable	other	24132.0	99.90899999999999	99.0	0.3059436569718792	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	False	False
ISR0027_000000003761	6830	0.9799333963343227	8	5	2	2	4	False	130034	maximal	True	ISR0027_000000003761	1.0	PS1072|PS1075|PS1077|PS974|PS975	1	1	True	True	1.0	65					non-mobilizable	no_good_hit	2843.0	95.92	43.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0816_000000005102	8455	0.9799314249632926	6	5	3	4	4	False	93676	fragment	False	ISR0816_000000005102	1.0		0	0	False	False	0.9979893565177917	0					non-mobilizable	chromosome	5045.0	100.0	99.0	0.0014104707599959844	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0163_000000007552	3271	0.979928349462346	5	5	3	5	4	True	73349	fragment	False	FIJ0163_000000007552	0.9971359940609082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	2.0	0.0019320917268465729	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0142_000000010145	3231	0.979928349462346	5	5	3	5	4	True	73349	fragment	False	FIJ0163_000000007552	0.9894846571706614		0	0	False	False	0.9993810057640076	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005956583127426756	EU016644.1	archaea	Uncultured Group I marine crenarchaea HF4000APKG6D9 fosmid sequence	True	True
ISR0056_000000009310	2296	0.9799280689413306	4	4	4	3	3	False	103270	fragment	False	CHI0109_000000006726	0.22410571884256092		0	0	False	False	1.0	0					non-mobilizable	chromosome	2304.0	94.35799999999999	100.0	0.0004570546282070166	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0059_000000023234	1687	0.9799182364893778	3	3	2	3	1	False	69459	fragment	False	MON0059_000000023234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	77.331	36.0	0.00018521518993441273	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0017_000000014539	2029	0.9799177701438972	3	3	2	3	2	False	75227	fragment	False	ISR0128_000000018538	0.9588060375510655		0	0	False	False	0.9965500235557556	0					non-mobilizable	no_good_hit	623.0	77.207	30.0	0.00017283466270823767	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0016_000000026982	1415	0.9799175237846616	2	2	2	1	2	False	13773	fragment	False	MON0016_000000026982	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1388.0	91.21	98.0	0.0005595128889663413	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0105_000000003613	5282	0.9799162428672116	7	4	2	3	4	False	116203	fragment	False	ENG0105_000000003613	1.0		0	0	False	False	0.9994320273399353	0					non-mobilizable	no_good_hit	2093.0	96.60799999999999	71.0	0.00047309276419210417	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0037_000000005962	2178	0.9799153178319442	5	1	1	1	1	False	18637	fragment	False	MAD0037_000000005962	1.0		0	0	False	False	0.997245192527771	0					non-mobilizable	no_good_hit	74.0	86.486	3.0	3.1426207390582985e-05	CP022124.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain ChDC F332, complete genome	True	False
MAD0072_000000004392	1410	0.9799138004644632	2	2	0	2	2	False	28793	fragment	False	MAD0072_000000004392	1.0		0	0	False	False	1.0	0		MOBP,MOBP		MOBP	mobilizable	plasmid	1410.0	96.383	100.0	0.28236472945891783	CP058170.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00059 plasmid pRHBSTW-00059_4, complete sequence	False	True
ISR0128_000000018538	1918	0.9799055527124808	3	3	2	3	2	False	75227	fragment	False	ISR0128_000000018538	0.9615837256856987		0	0	False	False	0.9994786381721497	0					non-mobilizable	no_good_hit	616.0	77.11	41.0	0.00018370937538210043	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0037_000000018381	1909	0.9799055527124808	3	3	2	3	2	False	75227	fragment	False	ISR0128_000000018538	0.959258554976963		0	0	False	False	0.9947616457939148	0					non-mobilizable	no_good_hit	616.0	77.11	41.0	0.00018370937538210043	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0112_000000020487	1772	0.9799049582672484	3	1	1	1	1	False	34608	maximal	True	ISR0112_000000020487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	98.81299999999999	66.0	0.00832561133471504	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
ENG0050_000000020799	1363	0.9799049582672484	1	1	1	1	1	False	90596	fragment	False	ISR0228_000000013157	0.23454513118378661		0	0	False	False	0.9977989792823792	0					non-mobilizable	other	1364.0	99.12	100.0	0.009634224841021144	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0223_000000024100	1330	0.9799049582672484	1	1	1	1	1	False	90596	fragment	False	ISR0228_000000013157	0.27374141093934223		0	0	False	False	0.9879699349403381	0					non-mobilizable	other	1331.0	99.023	100.0	0.009400796485842217	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
USA0006_01_000000018549	1265	0.9799049582672484	2	1	1	1	1	False	22601	fragment	False	USA0006_01_000000018549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	98.662	71.0	0.006330859935913306	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
ISR0075_000000024010	1167	0.9799049582672484	1	1	1	1	1	False	34607	fragment	False	USA0031_01_000000022091	0.9764309764309764		0	0	False	False	0.9965724349021912	0					non-mobilizable	other	1168.0	99.14399999999999	100.0	0.008247801882988732	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0830_000000023222	1320	0.9799032319528648	3	2	2	1	1	False	131371	fragment	False	AST0002_000000024033	0.5220208040351587		0	0	False	False	0.9909090995788574	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000027038	1195	0.9799014929956624	2	2	1	2	1	False	15141	fragment	False	MAD0100_000000027038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0029_000000002916	4034	0.9798989051681268	6	3	3	3	2	False	88622	maximal	True	CHI0029_000000002916	1.0		1	1	False	False	0.9995042085647583	0					non-mobilizable	no_good_hit	45.0	100.0	1.0	0.00014532435404976038	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
SPA0005_000000007327	4028	0.9798989051681268	5	3	3	3	2	False	8333	maximal	True	SPA0005_000000007327	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	52.0	96.154	3.0	8.830753487573628e-06	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	True
ISR0376_000000014930	1662	0.9798978426011234	4	2	1	1	2	False	59427	fragment	False	ISR0376_000000014930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	91.42399999999999	76.0	0.20268738870001618	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0098_000000007020	5768	0.9798939431640856	7	5	3	4	4	True	20239	maximal	True	MAD0098_000000007020	0.9911098774883617		11	1	True	True	1.0	4					non-mobilizable	no_good_hit	613.0	74.878	11.0	0.19838872104733132	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0051_000000007270	5690	0.9798939431640856	7	5	3	4	4	True	117595	maximal	False	AST0031_000000005085	0.9705615502608633		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	586.0	75.085	13.0	0.18991989319092123	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0002_000000005198	5490	0.9798939431640856	7	5	3	4	4	True	20239	maximal	False	MAD0098_000000007020	0.9804938148024448		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	599.0	75.793	11.0	0.19425901201602136	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0062_000000002323	5483	0.9798939431640856	7	5	3	4	4	True	20239	maximal	False	MAD0098_000000007020	0.9810867352205649		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	599.0	75.626	11.0	0.19425901201602136	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0093_000000004926	5446	0.9798939431640856	7	5	3	4	4	True	20239	maximal	False	MAD0098_000000007020	0.9742275366974488		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	599.0	75.626	11.0	0.19425901201602136	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0040_000000004450	5356	0.9798939431640856	7	5	3	4	4	True	20239	maximal	False	MAD0098_000000007020	0.9658366820568234		0	0	False	True	0.9932785630226135	0					non-mobilizable	no_good_hit	584.0	74.14399999999999	11.0	0.17482302246845183	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
USA0009_01_000000009111	2683	0.979891418506022	5	3	2	2	3	False	58022	fragment	False	USA0009_01_000000009111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	93.551	49.0	0.12182036814355748	LN852926.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0253	True	False
ISR0844_000000001278	10276	0.9798876887396836	12	10	5	7	10	True	123628	fragment	False	USA0108_01_000000001009	0.454481310343401		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3912.0	99.744	92.0	0.12625903925619836	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0246_000000014541	1582	0.9798857081892708	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.5496904883457263		0	0	False	False	0.9962073564529419	0					non-mobilizable	other	1584.0	96.086	100.0	0.02201863007585899	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0096_000000014113	3095	0.979885220991728	6	3	2	3	3	False	88113	fragment	False	DEN0096_000000014113	1.0		0	0	False	False	0.9990307092666626	0					non-mobilizable	no_good_hit	1539.0	76.283	50.0	0.00046789185476188845	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0113_000000012637	2013	0.9798841348570458	2	2	2	2	2	False	41951	fragment	False	FIJ0113_000000012637	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1815.0	83.63600000000001	90.0	0.001044190391484766	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MON0108_000000004995	4100	0.979883256217947	5	2	2	2	2	False	37907	fragment	False	MON0108_000000004995	1.0		0	0	False	False	0.9992682933807373	0					non-mobilizable	no_good_hit	394.0	78.426	10.0	0.0001380235451930035	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
ENG0002_000000015823	1494	0.9798831943307712	2	2	2	1	2	False	67969	fragment	False	ENG0002_000000015823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	88.323	22.0	8.920582487004333e-05	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
CHI0092_000000005602	1822	0.9798831855426056	3	3	3	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9752983864576228		0	0	False	False	0.9736553430557251	0					non-mobilizable	chromosome	1731.0	99.65299999999999	100.0	0.0006858066175977978	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0111_000000011444	1814	0.9798831855426056	3	3	3	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9388714897614067		0	0	False	False	0.9994487166404724	0					non-mobilizable	chromosome	1686.0	99.585	99.0	0.0006679677171400517	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0284_000000001120	6389	0.9798791024057524	8	8	4	4	7	True	127267	backbone	False	ISR0236_000000001067	0.9677885648953737	PS757|PS758|PS996|PS998	0	0	True	True	1.0	43	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4498.0	99.73299999999999	76.0	0.9179256839526337	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ENG0107_000000000685	27260	0.9798709456138902	34	10	5	8	4	True	117144	fragment	False	ENG0107_000000000685	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	19459.0	97.179	99.0	0.10452993570205388	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0111_000000012704	1399	0.9798655933299456	3	3	3	3	2	False	32673	fragment	False	ISR0111_000000012704	1.0		0	0	False	False	0.9907076358795166	0					non-mobilizable	no_good_hit	694.0	81.7	49.0	0.009607875948237393	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0132_000000015165	2692	0.9798648412468648	4	3	3	2	2	False	22700	fragment	False	SPA0132_000000015165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	98.46	84.0	0.0002566678561643126	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0083_000000010243	2493	0.9798647051290008	3	1	1	1	1	False	36838	fragment	False	ISR0083_000000010243	1.0		0	0	False	False	0.9971921443939209	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	2.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ISR0034_000000014382	1493	0.9798647051290008	2	1	1	1	1	False	36837	fragment	False	ISR0034_000000014382	1.0		0	0	False	False	0.9832552075386047	0					non-mobilizable	no_good_hit	193.0	77.202	13.0	0.00023476105686092395	NZ_JHVC01000001.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
AST0084_000000019121	1834	0.9798636464224114	3	2	0	1	2	False	111349	fragment	False	AST0084_000000019121	1.0		0	0	False	False	0.9983642101287842	0					non-mobilizable	plasmid	1848.0	91.93700000000001	100.0	0.3943481053307643	CP057890.1	enterobacteria	Escherichia coli strain RHB11-C15 plasmid pRHB11-C15_3, complete sequence	False	True
ENG0084_000000007277	3636	0.9798619943288512	4	2	1	2	0	True	100043	maximal	False	AUS0018_000000007289	0.9908982683918482		0	0	True	True	0.9991748929023743	19					non-mobilizable	no_good_hit	1123.0	78.094	36.0	0.2745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
TAN0009_000000028013	1525	0.979861773221396	2	2	2	2	1	False	47735	fragment	False	TAN0009_000000028013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000024237	1378	0.979861773221396	2	2	2	2	1	False	47734	fragment	False	FIJ0037_000000024237	1.0		0	0	False	False	0.9804064035415649	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000001692	9242	0.9798532587119198	11	10	5	7	10	True	123628	fragment	False	USA0108_01_000000001009	0.3194558906284161		0	0	False	True	0.9982687830924988	0	rep_cluster_1702				non-mobilizable	chromosome	6740.0	97.13600000000001	99.0	0.001528854597617537	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
SPA0044_000000017345	1601	0.9798494620516476	3	3	2	2	2	False	6782	maximal	True	SPA0044_000000017345	1.0		0	0	False	False	0.9850093722343445	0					non-mobilizable	no_good_hit	414.0	99.275	26.0	0.0001301766083666681	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0003_000000016736	1491	0.9798468938832884	2	2	1	2	2	False	94084	fragment	False	SPA0062_000000015646	0.3300018842806599		0	0	False	False	0.9879275560379028	0					non-mobilizable	chromosome	1491.0	95.84200000000001	100.0	0.0006389033845156405	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
TAN0005_000000006099	2575	0.9798460995973042	6	1	1	1	1	False	2936	maximal	True	TAN0005_000000006099	1.0		2	1	False	False	0.9875727891921997	0					non-mobilizable	no_good_hit								True	False
TAN0010_000000009294	1701	0.9798460995973042	3	1	1	1	1	False	2613	fragment	False	TAN0010_000000009294	1.0		0	0	False	False	0.9988242387771606	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000029345	1527	0.9798413770806412	2	2	2	1	1	False	3953	fragment	False	SPA0126_000000029345	1.0		0	0	False	False	1.0	0					non-mobilizable	other	995.0	87.94	92.0	0.00026511425755019964	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0367_000000002335	4170	0.9798412615134829	5	5	1	3	5	True	34721	maximal	False	ISR0379_000000004979	1.0		0	0	True	True	0.9997602105140686	6	rep_cluster_943	MOBV			mobilizable	plasmid	4063.0	99.975	100.0	0.05823071519704116	CP038176.1	firmicutes	Enterococcus faecium strain HN11 plasmid pHN11, complete sequence	False	True
ENG0053_000000011431	2220	0.9798370940377368	3	1	1	1	1	False	63868	fragment	False	ENG0053_000000011431	1.0		0	0	False	False	0.9945945739746094	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000027228	1196	0.9798370940377368	3	1	1	1	1	False	37832	fragment	False	ISR0017_000000027228	1.0		0	0	False	False	0.9765886068344116	0					non-mobilizable	no_good_hit								True	False
FIJ0099_000000000144	55922	0.9798360678094851	55	18	14	17	5	True	75007	maximal	True	FIJ0099_000000000144	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	87.912	0.0	1.2456162956506262e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
ENG0124_000000010278	3037	0.9798324914685924	3	2	2	2	2	False	115769	fragment	False	ENG0124_000000010278	1.0		0	0	False	False	0.9996707439422607	0					non-mobilizable	no_good_hit	802.0	88.155	73.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0201_000000014917	2026	0.9798324914685924	2	2	2	2	2	False	115752	fragment	False	ISR0201_000000014917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	62.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
MAD0002_000000033063	1355	0.979831366258512	1	1	1	1	1	False	66413	maximal	True	MAD0002_000000033063	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	79.688	9.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MON0104_000000003134	9695	0.9798300006710584	9	9	9	9	9	False	75476	maximal	True	MON0104_000000003134	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	9655.0	99.88600000000001	99.0	0.002049007226921077	CP058164.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00070 chromosome, complete genome	False	False
SPA0098_000000014449	2486	0.9798221678919984	4	4	2	3	3	True	5068	fragment	False	SPA0098_000000014449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	88.182	73.0	0.33702677746999077	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
SPA0040_000000004432	7322	0.9798210433152184	8	4	2	4	2	True	51768	fragment	False	SPA0040_000000004432	1.0		0	0	False	True	0.9987708330154419	0					non-mobilizable	no_good_hit	963.0	98.339	13.0	0.016221051920869624	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
USA0039_01_000000012441	1798	0.979817237720142	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.38273156147913706		0	0	False	False	0.9955506324768066	0					non-mobilizable	no_good_hit	1603.0	87.399	89.0	0.021587978776546193	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
AST0140_000000010821	2621	0.9798169143312724	5	4	0	3	4	False	105575	maximal	True	AST0140_000000010821	1.0		2	2	True	True	1.0	329	rep_cluster_1186				non-mobilizable	other	2176.0	99.77	100.0	0.3482786228983187	LT726871.1	other sequences	Shuttle vector pAM1, complete sequence	False	True
ENG0085_000000007206	2584	0.9798169143312724	5	4	0	3	4	False	61483	maximal	True	ENG0085_000000007206	1.0		1	1	False	False	0.9996129870414734	0	rep_cluster_1186				non-mobilizable	no_good_hit	1012.0	89.723	73.0	0.16140912730184148	LT726871.1	other sequences	Shuttle vector pAM1, complete sequence	True	True
ISR0838_000000012091	1974	0.9798101781284976	3	2	2	2	2	False	20878	fragment	False	ISR0838_000000012091	1.0		0	0	False	False	0.996960461139679	0					non-mobilizable	no_good_hit	1723.0	70.633	85.0	0.0005479543201794942	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0155_000000011438	1945	0.9798093912992016	3	2	2	1	1	False	50756	fragment	False	FIJ0155_000000011438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	74.63600000000001	59.0	0.0010812581603272936	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
USA0133_01_000000007707	3228	0.9798079107810485	4	2	2	2	1	False	63	maximal	True	USA0133_01_000000007707	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	98.816	29.0	0.004040826279304699	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
SPA0004_000000002004	8640	0.9798073177371154	15	8	6	6	8	False	118771	maximal	True	SPA0004_000000002004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2048.0	98.682	83.0	0.012371719711346686	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0309_000000006346	2815	0.9798053119687458	4	2	0	2	1	True	99984	fragment	False	ISR0309_000000006346	1.0		0	0	False	True	0.9996447563171387	0					non-mobilizable	no_good_hit	214.0	80.374	8.0	0.06589631480324797	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
DEN0073_000000016664	3007	0.9798022486734924	5	5	4	5	4	False	95539	fragment	False	DEN0073_000000016664	1.0		0	0	False	False	0.9946790933609009	0					non-mobilizable	other	2994.0	93.287	99.0	0.010305443423391153	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
ISR0015_000000004959	4734	0.9798010574695428	7	7	7	7	7	False	98054	fragment	False	ISR0015_000000004959	0.9972856819724044		0	0	False	False	1.0	0					non-mobilizable	chromosome	4734.0	99.641	100.0	0.0010023439558214731	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ENG0035_000000007498	2950	0.979796167947054	7	1	1	1	1	False	121499	fragment	False	ISR0004_000000006133	0.9367644583308059		0	0	False	False	0.9986440539360046	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
ISR0010_000000014823	1481	0.9797916586921364	2	2	2	1	1	False	38291	maximal	True	ISR0010_000000014823	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.2478748236246976e-07	LR812505.1	bony fishes	Danio aesculapii genome assembly, chromosome: 1	True	False
AST0060_000000017518	1705	0.9797852431523226	2	1	1	1	1	False	112337	maximal	True	AST0060_000000017518	1.0		0	0	False	False	0.9777126312255859	0					non-mobilizable	no_good_hit	469.0	79.531	27.0	0.0012969258366154165	NZ_FQLR01000003.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	False
ENG0097_000000006643	4704	0.979783194468464	6	6	5	6	4	False	60791	maximal	True	ENG0097_000000006643	1.0		1	1	False	False	0.9978741407394409	0					non-mobilizable	no_good_hit	166.0	75.904	3.0	8.145551390587284e-05	NZ_HF952018.1	firmicutes	Thermobrachium celere DSM 8682, whole genome shotgun sequence	True	False
ISR0208_000000009203	2910	0.9797811938126629	4	3	3	3	3	False	131395	fragment	False	ENG0098_000000008784	0.990348155808342		0	0	False	False	0.9900343418121338	0					non-mobilizable	no_good_hit	87.0	82.759	3.0	4.838320408377011e-05	NZ_CP017076.1	a-proteobacteria	Novosphingobium resinovorum strain SA1 plasmid pSA1, complete sequence	True	False
ISR0169_000000022921	1410	0.9797748389473722	2	2	1	2	2	True	30086	fragment	False	ISR0169_000000022921	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1410.0	100.0	100.0	0.00969257544593414	CP029841.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 01ST04081 plasmid p01ST04081A, complete sequence	False	True
SPA0089_000000003510	9323	0.9797686752212508	10	2	2	2	1	True	67090	maximal	True	SPA0089_000000003510	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	0.0010250890546116193	NZ_AYZJ01000003.1	firmicutes	Lactobacillus camelliae DSM 22697 = JCM 13995 strain DSM 22697 NODE_7, whole genome shotgun sequence	True	True
ISR0819_000000005808	4142	0.9797645191909018	5	2	1	2	0	True	21328	maximal	True	ISR0819_000000005808	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	86.12100000000001	11.0	0.004438596769335637	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0821_000000006568	4142	0.9797645191909018	5	2	1	2	0	True	21328	maximal	False	ISR0819_000000005808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	86.12100000000001	11.0	0.004438596769335637	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0153_000000008234	3262	0.9797645191909018	7	2	1	2	0	True	123258	backbone	False	ISR0072_000000011567	0.14012292787332495	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	492.0	93.089	27.0	0.9386973180076629	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
USA0057_01_000000009704	3231	0.9797645191909018	3	2	1	2	0	True	983	maximal	True	USA0057_01_000000009704	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.212214921744844e-07	AP015036.1	eudicots	Vigna angularis var. angularis DNA, chromosome 3, almost complete sequence, cultivar: Shumari	True	True
ISR0300_000000002923	2772	0.9797645191909018	2	2	1	2	0	True	25595	maximal	True	ISR0300_000000002923	1.0		1	1	False	False	0.9945887327194214	0					non-mobilizable	no_good_hit	498.0	91.76700000000001	35.0	0.12669220945083015	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0280_000000004140	2693	0.9797645191909018	3	2	1	2	0	True	29234	maximal	False	ISR0189_000000005157	0.9996364958197019		0	0	True	True	1.0	162					non-mobilizable	no_good_hit	725.0	77.655	26.0	0.3649789029535865	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
ISR0193_000000011602	2345	0.9797645191909018	3	2	1	2	0	True	123258	backbone	False	ISR0072_000000011567	0.23689183628169996	PS121|PS629|PS654|PS88|PS886	0	0	True	True	1.0	344					non-mobilizable	no_good_hit	715.0	81.958	50.0	0.5691188358932903	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
MON0021_000000020337	1485	0.9797645191909018	3	2	1	2	0	True	19372	fragment	False	MAD0017_000000002817	0.926670992861778		0	0	False	False	0.9986531734466553	0					non-mobilizable	no_good_hit								True	True
ISR0156_000000000583	33022	0.979762979125322	27	16	8	14	10	True	110957	fragment	False	ISR0156_000000000583	0.9941494736155927		0	0	False	False	1.0	0					non-mobilizable	plasmid	20547.0	98.78299999999999	91.0	0.12407378307485888	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0163_000000000371	30454	0.979762396744773	35	25	16	19	20	True	123688	maximal	True	ENG0163_000000000371	1.0	PS902	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	10644.0	98.685	49.0	0.34244502398660615	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MON0015_000000021702	1743	0.979760840151242	3	3	2	2	3	False	13412	maximal	True	MON0015_000000021702	1.0		5	4	False	False	1.0	0					non-mobilizable	chromosome	1743.0	98.68	100.0	0.0007641433413593242	CP049097.1	firmicutes	Weissella confusa strain N17 chromosome, complete genome	False	False
SPA0053_000000023074	1426	0.9797567478030434	3	3	3	2	1	False	91013	fragment	False	SPA0053_000000023074	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	99.79	100.0	0.00022893184417854435	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0063_000000009880	3210	0.9797564692468116	6	3	2	3	1	False	63104	fragment	False	ENG0063_000000009880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	98.792	39.0	0.0054037342808374265	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
MAD0034_000000001912	7041	0.9797515407172568	8	5	4	5	4	False	98101	maximal	True	MAD0034_000000001912	1.0		6	1	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	4336.0	95.73299999999999	61.0	0.03573262652199122	AB255435.1	enterobacteria	Escherichia coli plasmid pO86A1 DNA, complete sequence	True	True
FIJ0025_000000002639	7424	0.9797488063764668	11	9	5	9	8	False	132186	fragment	False	SPA0043_000000002161	0.7281134242105761		0	0	False	False	0.9990571141242981	0					non-mobilizable	other	7424.0	99.96	100.0	0.15403291070946856	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0006_000000005872	4285	0.9797474804082906	6	3	3	3	2	True	67621	fragment	False	ENG0006_000000005872	1.0		0	0	False	False	0.9953325390815735	0					non-mobilizable	no_good_hit	359.0	82.73	8.0	0.12508735150244585	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ENG0099_000000001191	14819	0.9797472861902592	20	8	6	7	5	False	60674	maximal	True	ENG0099_000000001191	1.0		1	1	False	False	0.9999325275421143	0					non-mobilizable	no_good_hit	4968.0	94.08200000000001	38.0	0.07970023961532895	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
FIJ0101_000000001227	17943	0.9797438337826376	19	8	7	8	4	False	92418	fragment	False	FIJ0101_000000001227	1.0		0	0	False	False	0.999944269657135	0					non-mobilizable	no_good_hit	1843.0	85.947	10.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0085_000000005728	3800	0.979742402132958	3	2	2	2	1	False	131998	maximal	True	ISR0085_000000005728	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3201.0	85.223	84.0	0.0010712991514475504	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0830_000000020281	1492	0.9797404365097024	3	2	2	2	2	False	92119	fragment	False	CHI0148_000000005763	0.5484916707997511		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	98.794	100.0	0.005961615353858456	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0062_000000021702	1471	0.9797404365097024	2	2	2	2	2	False	92119	fragment	False	CHI0148_000000005763	0.48722223120847763		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	98.844	100.0	0.005877648940423831	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0021_000000004300	11041	0.9797395177125336	14	11	8	5	10	False	71495	maximal	True	FIJ0021_000000004300	1.0		2	1	False	False	0.9999094009399414	0					non-mobilizable	no_good_hit	2975.0	91.193	53.0	0.2513545546901456	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0349_000000001400	6229	0.979739094389406	12	7	4	4	5	True	102411	maximal	True	ISR0349_000000001400	0.9260388680158465	PS593|PS594	1	1	True	True	1.0	199		MOBP			mobilizable	plasmid	6020.0	99.867	100.0	0.9818893783651493	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
MON0019_000000020254	3201	0.9797343461329588	6	3	2	2	3	False	13205	maximal	True	MON0019_000000020254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	78.27600000000001	26.0	0.10868997912317328	NZ_CBVI010000003.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
DEN0096_000000006052	6445	0.9797329750559796	10	5	3	3	4	False	104023	fragment	False	DEN0096_000000006052	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1450.0	91.103	55.0	0.00032073279892674454	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0090_000000004978	4649	0.9797290301766524	5	3	3	2	2	False	65999	maximal	True	ISR0090_000000004978	1.0		0	0	False	False	0.9931167960166931	0					non-mobilizable	no_good_hit	109.0	78.899	2.0	3.613118399110617e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ENG0052_000000011506	2627	0.979727146952672	3	3	3	3	1	True	99735	fragment	False	ENG0052_000000011506	1.0		0	0	False	False	0.995051383972168	0					non-mobilizable	no_good_hit	182.0	100.0	7.0	0.0007390469968559879	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0108_000000001555	4647	0.9797264690198356	7	4	1	2	4	False	82943	maximal	True	CHI0108_000000001555	1.0		1	1	True	True	0.9995695948600769	18					non-mobilizable	no_good_hit	484.0	83.471	10.0	0.12911939492166397	CP057083.1	enterobacteria	Escherichia coli strain RHB38-C24 plasmid pRHB38-C24_9, complete sequence	True	True
ISR0161_000000004571	6104	0.9797168087343748	7	4	3	4	3	True	59121	maximal	True	ISR0161_000000004571	1.0		8	4	False	False	0.9978702664375305	0					non-mobilizable	no_good_hit	1393.0	87.07799999999999	23.0	0.0018038210703542465	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
CHI0151_000000006838	3623	0.9797163563780898	6	5	0	4	4	False	79511	backbone	False	FIJ0005_000000008400	0.9994572827736914	PS390	0	0	True	True	1.0	62		MOBP,MOBP		MOBP	mobilizable	no_good_hit	1687.0	99.348	86.0	0.47680995475113125	CP055339.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_10, complete sequence	True	True
DEN0017_000000025731	1109	0.9797162050532766	2	1	1	1	1	False	75163	maximal	True	DEN0017_000000025731	1.0		0	0	False	False	0.9900811314582825	0					non-mobilizable	no_good_hit								True	False
ENG0190_000000000674	29011	0.9797140133166332	40	9	4	5	7	True	94961	maximal	True	ENG0190_000000000674	1.0		1	1	False	False	0.9992416501045227	0					non-mobilizable	no_good_hit	60.0	85.0	0.0	1.5141605102071993e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0037_000000012931	4516	0.9797108932223159	4	4	3	4	3	True	87171	fragment	False	MON0037_000000012931	1.0		0	0	False	False	0.9995571374893188	0	IncFIB				non-mobilizable	plasmid	4497.0	100.0	99.0	0.02124884208934344	CP054064.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP plasmid pSWHvKp, complete sequence	False	True
ISR0369_000000000707	11015	0.9797103099866388	12	8	6	6	5	False	107023	fragment	False	ISR0369_000000000707	1.0		0	0	False	False	0.9999092221260071	0					non-mobilizable	no_good_hit	5692.0	98.77	51.0	0.05785409821056165	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
SPA0143_000000016557	1271	0.9797098572845502	3	1	1	1	1	False	3399	fragment	False	SPA0143_000000016557	1.0		0	0	False	False	0.9968528747558594	0					non-mobilizable	no_good_hit								True	False
MAD0004_000000000402	14401	0.979707070178526	22	8	5	8	6	False	131810	fragment	False	MAD0004_000000000402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	91.57600000000001	14.0	0.013457556935817806	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
MON0091_000000001186	10919	0.9796935212521332	10	8	4	7	5	False	121097	maximal	True	MON0091_000000001186	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	93.209	14.0	0.1834016393442623	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	False
ISR0390_000000007078	1934	0.9796930505219664	3	3	3	3	2	False	116560	maximal	True	ISR0390_000000007078	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1633.0	96.571	84.0	0.0003442534905297554	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
SPA0125_000000004168	8423	0.9796913795210488	13	9	4	4	9	True	123842	maximal	False	ISR0036_000000000921	0.9971794570454813	PS486|PS905	0	0	True	True	1.0	1605	rep_cluster_1079	MOBB			mobilizable	plasmid	5024.0	99.164	100.0	0.6013683831472812	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
BAN0014_000000002637	1509	0.9796867644873491	2	2	2	2	2	False	98466	fragment	False	BAN0014_000000002637	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	96.68700000000001	100.0	0.0005047050019344794	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
ISR0138_000000005459	5285	0.9796855209010344	6	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.7502720529319753		0	0	False	True	0.9952696561813354	0	rep_cluster_2378	MOBQ			mobilizable	plasmid	5285.0	99.98100000000001	100.0	0.9244226731980406	CP056318.1	enterobacteria	Escherichia coli strain RHBSTW-00822 plasmid pRHBSTW-00822_4, complete sequence	False	True
ISR0228_000000001914	9919	0.9796846467320458	12	10	5	7	10	True	123628	fragment	False	USA0108_01_000000001009	0.34196602671346427		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7622.0	98.439	99.0	0.22949331073309523	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0312_000000001718	7627	0.9796844183312572	11	7	5	4	7	True	123818	maximal	True	ISR0312_000000001718	1.0	PS607|PS904	40	6	True	True	1.0	5		MOBP			mobilizable	no_good_hit	2457.0	98.494	65.0	0.49356136820925556	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ENG0070_000000001603	11827	0.9796843329799976	16	10	7	7	9	True	124136	fragment	False	ENG0070_000000001603	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11870.0	95.434	99.0	0.0033305098987891457	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0108_000000001816	4077	0.9796842454388176	5	2	1	2	2	True	82942	maximal	True	CHI0108_000000001816	1.0		2	1	True	True	1.0	1					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.008558807288790724	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
MON0066_000000018601	1842	0.9796832350737372	4	4	4	2	2	False	120077	fragment	False	ISR0155_000000005779	0.22287003702728053		0	0	False	False	1.0	0					non-mobilizable	other	1842.0	98.53399999999999	100.0	0.004500626174076393	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0060_000000004716	5191	0.979682820495677	5	3	2	3	2	True	132099	maximal	True	ENG0060_000000004716	1.0	PS1138|PS1139|PS888	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2081.0	99.471	43.0	0.0006552958082186514	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
CAN0020_000000008688	4247	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975588921659936	PS1143|PS778	0	0	True	True	1.0	12719					non-mobilizable	other	3674.0	100.0	100.0	0.8648457734871674	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0198_000000007994	4247	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9737922042905803	PS1143|PS778	0	0	True	True	1.0	253					non-mobilizable	other	3821.0	99.712	100.0	0.8992229809277137	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0122_000000006418	4227	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9755993075284204	PS1143|PS778	0	0	True	True	1.0	1683					non-mobilizable	other	3762.0	100.0	100.0	0.8855662820814693	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0120_000000005061	4227	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9756196514211674	PS1143|PS778	0	0	True	True	1.0	2330					non-mobilizable	other	3808.0	100.0	100.0	0.8963974570284907	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0068_000000005386	4227	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975582184218394	PS1143|PS778	0	0	True	True	1.0	987					non-mobilizable	other	3748.0	100.0	100.0	0.8822698375323758	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0177_000000006225	4227	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9755840399925412	PS1143|PS778	0	0	True	True	1.0	429					non-mobilizable	other	3729.0	100.0	100.0	0.877796091358606	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0020_000000004691	4227	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975582184218394	PS1143|PS778	0	0	True	True	1.0	2460					non-mobilizable	other	3748.0	100.0	100.0	0.8822698375323758	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0119_000000007686	4227	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9756196514211674	PS1143|PS778	0	0	True	True	1.0	1251					non-mobilizable	other	3808.0	100.0	100.0	0.8963974570284907	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0200_000000004672	4207	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9755633628077086	PS1143|PS778	0	0	True	True	1.0	1197					non-mobilizable	other	3770.0	100.0	100.0	0.8874499646809513	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0090_000000005414	4207	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9753079773767266	PS1143|PS778	0	0	True	True	1.0	354					non-mobilizable	other	3728.0	99.973	100.0	0.8775606310336709	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0130_000000007728	4207	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975540592261494	PS1143|PS778	0	0	True	True	1.0	2447					non-mobilizable	other	3756.0	100.0	100.0	0.8841535201318578	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0118_000000006966	4207	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9736401450400355	PS1143|PS778	0	0	True	True	1.0	7985					non-mobilizable	other	3789.0	99.71	100.0	0.8916882505297857	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0128_000000008771	4207	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9755300767557543	PS1143|PS778	0	0	True	True	1.0	1030					non-mobilizable	other	3748.0	100.0	100.0	0.8822698375323758	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0017_000000005272	4207	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9755300767557543	PS1143|PS778	0	0	True	True	1.0	1016					non-mobilizable	other	3748.0	100.0	100.0	0.8822698375323758	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0037_000000005741	4197	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9571750125255316	PS1143|PS778	0	0	True	True	1.0	957					non-mobilizable	plasmid	4047.0	99.82700000000001	100.0	0.9777455249153363	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ENG0167_000000005886	4197	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9575435130654807	PS1143|PS778	0	0	True	True	1.0	494					non-mobilizable	plasmid	4087.0	99.853	100.0	0.9874213836477987	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
DEN0016_000000001436	4187	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9749925006932667	PS1143|PS778	0	0	True	True	1.0	5					non-mobilizable	other	3748.0	99.947	100.0	0.8822698375323758	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0008_000000001618	4187	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9754601901890765	PS1143|PS778	0	0	True	True	1.0	16					non-mobilizable	other	3748.0	100.0	100.0	0.8822698375323758	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0008_000000005508	4187	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9754174978480817	PS1143|PS778	0	0	True	True	1.0	31					non-mobilizable	other	3727.0	100.0	100.0	0.8773251707087356	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0187_000000006502	4187	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9754732721896452	PS1143|PS778	0	0	True	True	1.0	223					non-mobilizable	other	3668.0	100.0	100.0	0.8634330115375559	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0078_000000006528	4177	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.957395328550828	PS1143|PS778	0	0	True	True	1.0	66					non-mobilizable	plasmid	4027.0	99.876	100.0	0.972907595549105	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0826_000000002827	4177	0.9796816972188478	8	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9572313926177415	PS1143|PS778	0	0	True	True	1.0	130					non-mobilizable	plasmid	3952.0	99.899	100.0	0.9547653604257378	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0055_000000002748	4157	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.957064592000665	PS1143|PS778	0	0	True	True	1.0	23					non-mobilizable	plasmid	4001.0	99.9	100.0	0.9666182873730044	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
FIJ0022_000000005836	4130	0.9796816972188478	9	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.0615968117230583	PS1143|PS778	0	0	True	True	1.0	82					non-mobilizable	other	2891.0	93.15100000000001	94.0	0.6783611961384507	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0156_000000003882	3991	0.9796816972188478	7	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.8765030218697053	PS1143|PS778	0	0	True	True	1.0	379					non-mobilizable	other	2507.0	99.96	100.0	0.5900635742877325	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0104_000000008826	3974	0.9796816972188478	7	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.8898325972566853	PS1143|PS778	0	0	True	True	1.0	426					non-mobilizable	plasmid	2661.0	99.81200000000001	100.0	0.6424770198355104	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
CHI0055_000000001048	11649	0.9796792195330586	16	10	8	10	6	False	122375	maximal	True	CHI0055_000000001048	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10384.0	98.035	100.0	0.06144395059390295	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ISR0806_000000003536	3001	0.9796787048204926	5	2	2	2	1	False	82993	maximal	True	ISR0806_000000003536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000027600	1739	0.9796778365977842	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9906259987254873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	75.887	50.0	0.0019752511254890587	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ENG0002_000000002005	8777	0.9796772545556336	9	6	3	6	4	False	68012	maximal	True	ENG0002_000000002005	1.0		2	2	False	False	0.9981770515441895	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0023462376403552876	NZ_LN831028.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain NCTC10562 plasmid 2, complete sequence	True	False
CAN0001_000000003510	11890	0.9796755524399184	15	14	4	10	12	True	103494	maximal	True	CAN0001_000000003510	1.0	PS379	1	1	False	True	1.0	0					non-mobilizable	plasmid	11821.0	99.98299999999999	99.0	0.06115132106512978	CP059908.1	enterobacteria	Escherichia coli strain 181.1 plasmid p1, complete sequence	False	True
ISR0118_000000000162	47908	0.9796726268037684	45	28	18	23	15	True	132464	fragment	False	ISR0118_000000000162	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	97.43700000000001	10.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0100_000000001739	15147	0.9796662069431744	18	13	8	12	9	False	123875	fragment	False	SPA0100_000000001739	0.9727674110190696		0	0	False	False	1.0	0					non-mobilizable	other	11964.0	98.111	99.0	0.07078305231198992	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
AST0140_000000003243	7999	0.9796630031488364	9	5	5	4	4	False	105646	maximal	True	AST0140_000000003243	1.0		1	1	False	False	0.999875009059906	0					non-mobilizable	no_good_hit	1685.0	84.036	37.0	0.0005373026701509155	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
AUS0018_000000012281	2282	0.979654549835769	2	2	1	2	2	True	99993	fragment	False	AUS0018_000000012281	1.0		0	0	False	False	0.9991235733032227	0					non-mobilizable	no_good_hit	671.0	73.32300000000001	28.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
SPA0091_000000001519	12376	0.9796509994918604	16	6	3	6	2	False	122940	fragment	False	SPA0091_000000001519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2737.0	96.602	45.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
SPA0051_000000003047	7601	0.9796499760822396	10	7	4	6	5	True	125433	maximal	True	SPA0051_000000003047	1.0		2	2	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit	1137.0	81.618	32.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0040_000000005606	6085	0.9796437395743832	12	8	3	4	7	True	132224	fragment	False	ISR0123_000000002217	0.9824355835801595		0	0	False	True	1.0	0					non-mobilizable	plasmid	4159.0	96.61	95.0	0.8686024650094004	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
SPA0002_000000005845	4290	0.9796430526266168	4	3	1	3	2	False	59334	maximal	True	SPA0002_000000005845	0.999634858812074		3	3	False	False	1.0	0					non-mobilizable	chromosome	4290.0	100.0	100.0	0.0008833354615216684	CP018323.1	enterobacteria	Escherichia coli strain KSC9 chromosome, complete genome	False	False
MAD0056_000000002859	4108	0.9796430526266168	4	3	1	3	2	False	59334	maximal	False	SPA0002_000000005845	0.9784382284382284		0	0	False	False	1.0	0					non-mobilizable	chromosome	4108.0	99.976	100.0	0.000842346806506765	CP057869.1	enterobacteria	Escherichia coli strain RHB12-C04 chromosome, complete genome	False	False
ISR0170_000000000706	32881	0.9796414930956762	23	11	8	10	7	True	127413	maximal	False	AST0007_000000000317	0.9706466334755808		0	0	False	False	0.9998783469200134	0					non-mobilizable	no_good_hit	888.0	92.005	3.0	0.00023956182357921048	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0855_000000011127	1626	0.9796409295615868	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3381917592342762		0	0	False	False	0.990774929523468	0					non-mobilizable	other	1512.0	75.39699999999999	91.0	0.000948590122773386	NZ_LT960488.1	CFB group bacteria	Parabacteroides provencensis strain Marseille-P3668, whole genome shotgun sequence	False	False
ISR0024_000000016951	1534	0.9796409295615868	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.33778108264089746		0	0	False	False	0.9602347016334534	0					non-mobilizable	other	1512.0	75.46300000000001	97.0	0.000948590122773386	NZ_LT960488.1	CFB group bacteria	Parabacteroides provencensis strain Marseille-P3668, whole genome shotgun sequence	False	False
SPA0132_000000005303	6785	0.9796375122983666	6	5	4	3	3	True	64723	maximal	True	SPA0132_000000005303	1.0		5	1	False	False	0.9986735582351685	0					non-mobilizable	no_good_hit	3337.0	99.40100000000001	49.0	0.0005140508517290837	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
USA0033_01_000000003814	2865	0.9796330253821453	2	2	2	2	2	False	24055	maximal	True	USA0033_01_000000003814	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2264.0	99.647	79.0	0.004372752515347144	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
ISR0113_000000003439	4247	0.9796324533065712	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9752411845417732	PS1143|PS778	0	0	True	True	1.0	91					non-mobilizable	other	4090.0	99.927	100.0	0.37784143411569027	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0100_000000002587	4247	0.9796324533065712	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9754862843541088	PS1143|PS778	0	0	True	True	1.0	84					non-mobilizable	other	4090.0	99.976	100.0	0.37784143411569027	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0060_01_000000003452	4237	0.9796324533065712	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9577061349292048	PS1143|PS778	0	0	True	True	1.0	284					non-mobilizable	other	4095.0	96.09299999999999	100.0	0.37784143411569027	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0803_000000003015	4227	0.9796324533065712	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9755878486970102	PS1143|PS778	0	0	True	True	1.0	832					non-mobilizable	other	4066.0	100.0	100.0	0.3756237294400296	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0137_000000008652	4217	0.9796324533065712	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9577593299123631	PS1143|PS778	0	0	True	True	1.0	411					non-mobilizable	other	4075.0	96.098	100.0	0.375993346885973	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0108_000000007049	4217	0.9796324533065712	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9575556267267465	PS1143|PS778	0	0	True	True	1.0	3234					non-mobilizable	other	4075.0	96.074	100.0	0.375993346885973	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0179_000000007835	4207	0.9796324533065712	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975539289626728	PS1143|PS778	0	0	True	True	1.0	294					non-mobilizable	other	4056.0	100.0	100.0	0.37469968582517094	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0006_000000003679	4198	0.9796324533065712	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9571695907176684	PS1143|PS778	0	0	True	True	1.0	52					non-mobilizable	other	4061.0	96.035	100.0	0.3746072814636851	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0062_000000004098	4197	0.9796324533065712	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9572086713999384	PS1143|PS778	0	0	True	True	1.0	20					non-mobilizable	other	4096.0	96.069	100.0	0.3779338384771761	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0069_000000005747	4197	0.9796324533065712	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9574033129175777	PS1143|PS778	0	0	True	True	1.0	240					non-mobilizable	other	4079.0	96.07700000000001	100.0	0.37636296433191646	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0842_000000000024	98431	0.979630428196778	94	16	5	13	5	True	127415	maximal	False	SPA0046_000000000019	0.9113235825578697		0	0	True	True	1.0	53					non-mobilizable	virus	22202.0	97.37899999999999	96.0	0.2243622797173102	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ENG0171_000000003786	5970	0.9796301673885032	10	9	6	9	8	False	132183	fragment	False	ISR0842_000000002919	0.9231179860100681		0	0	False	False	0.997654914855957	0					non-mobilizable	other	5859.0	99.96600000000001	98.0	0.12155796725529663	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0123_000000004250	2163	0.9796276462286796	3	3	1	2	3	True	4090	fragment	False	SPA0123_000000004250	1.0		0	0	False	False	0.9852057099342346	0					non-mobilizable	plasmid	2163.0	100.0	100.0	0.03775430018335807	CP059933.1	enterobacteria	Escherichia coli strain 28.1 plasmid p2, complete sequence	False	True
MON0099_000000002632	8081	0.979621214331238	5	4	2	3	4	True	105180	fragment	False	MON0099_000000002632	0.9682198889184909		0	0	False	False	0.9981437921524048	0					non-mobilizable	other	8107.0	93.12899999999999	100.0	0.1982493668707433	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
AST0053_000000003404	2891	0.9796192431351164	2	2	2	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9681258856512069		0	0	False	False	1.0	0					non-mobilizable	chromosome	2941.0	85.787	100.0	0.0009827258484514153	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
FIJ0050_000000009318	2730	0.9796182415867196	3	3	3	3	3	False	76118	fragment	False	FIJ0050_000000009318	1.0		0	0	False	False	0.9996336698532104	0					non-mobilizable	no_good_hit	1626.0	95.695	77.0	0.00036765936958975095	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0112_000000000750	17199	0.9796179696643492	20	9	4	7	5	False	100355	maximal	True	CHI0112_000000000750	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0084_000000003174	4461	0.9796148591944388	5	5	2	3	3	False	48468	fragment	False	FIJ0032_000000007506	0.9667250437828372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	338.0	91.71600000000001	8.0	0.00014611838884748146	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
CAN0021_000000004169	8722	0.9796139467568764	13	4	2	3	3	True	91671	fragment	False	ENG0211_000000003395	0.9666887357862288		0	0	False	False	1.0	0					non-mobilizable	other	8654.0	99.954	99.0	0.0029391050457411175	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0032_000000002750	8165	0.9796139467568764	13	4	2	3	3	True	91671	fragment	False	ENG0211_000000003395	0.48397729878468243		0	0	False	False	0.9998775124549866	0					non-mobilizable	other	8108.0	99.926	99.0	0.002753606102847273	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
USA0035_01_000000003404	7495	0.9796111412475802	12	9	5	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990745206752659	PS799|PS803	0	0	True	True	1.0	547	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.171	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0133_01_000000003867	7495	0.9796111412475802	12	9	5	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990745206752659	PS799|PS803	0	0	True	True	1.0	128	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.171	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0143_000000002667	7495	0.9796111412475802	12	9	5	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9986399870489273	PS799|PS803	0	0	True	True	1.0	10	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4795.0	97.164	66.0	0.536429770565193	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0073_01_000000002855	7495	0.9796111412475802	12	9	5	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990745206752659	PS799|PS803	0	0	True	True	1.0	773	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.171	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0065_000000003073	7495	0.9796111412475802	12	9	5	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990745206752659	PS799|PS803	0	0	True	True	1.0	859	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.171	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
AUS0020_000000003382	7495	0.9796111412475802	12	9	5	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989488449014448	PS799|PS803	0	0	True	True	1.0	427	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.15100000000001	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0811_000000001583	7477	0.9796111412475802	12	9	5	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9985143973752849	PS799|PS803	0	0	True	True	1.0	161	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4845.0	97.11	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
DEN0020_000000000846	7475	0.9796111412475802	12	9	5	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9987716527987875	PS799|PS803	0	0	True	True	1.0	101	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.15100000000001	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
AUS0020_000000005761	4840	0.9796101111237868	6	4	2	3	2	False	99699	fragment	False	AUS0020_000000005761	1.0		0	0	False	False	0.9983471035957336	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.0002700750133349538	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0132_000000010085	2986	0.9796098937306928	4	4	1	2	4	False	40791	maximal	True	FIJ0132_000000010085	1.0		1	1	False	False	0.9996650815010071	0					non-mobilizable	plasmid	2534.0	100.0	100.0	0.5130646141381405	AP022011.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-CRE-02_7 DNA, complete genome, strain: WP3-S18-CRE-02	False	True
CHI0146_000000005832	1387	0.9796069777932082	2	2	2	1	1	False	80196	fragment	False	CHI0146_000000005832	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	99.712	100.0	0.05198019801980198	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
MON0062_000000021467	1714	0.9795993992272825	2	2	2	2	1	False	10772	maximal	True	MON0062_000000021467	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	99.49	11.0	5.4528508762731356e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0232_000000003062	6538	0.9795933474013692	7	6	4	4	6	False	104217	fragment	False	ISR0232_000000003062	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3704.0	93.76299999999999	96.0	0.001522103863821123	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0010_000000012582	1925	0.97959072452761	4	2	1	2	1	False	125966	fragment	False	DEN0051_000000012717	0.19622811593891762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000021588	1886	0.97959072452761	3	2	1	2	1	False	125966	fragment	False	DEN0051_000000012717	0.15347034076025604		0	0	False	False	0.9973489046096802	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000015257	2024	0.97958947459198	3	3	2	2	2	False	104467	fragment	False	ISR0849_000000012446	0.2646113813372834		0	0	False	False	0.9906126260757446	0					non-mobilizable	other	2025.0	99.16	100.0	0.014309865531120245	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0004_000000002013	7790	0.979585460810418	12	6	4	6	4	True	125372	fragment	False	ISR0328_000000002744	0.8055379811548494		0	0	False	False	1.0	0					non-mobilizable	other	7790.0	98.575	100.0	0.0022227981226660334	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0126_000000017607	2401	0.97958506063193	3	2	2	2	1	True	3981	maximal	True	SPA0126_000000017607	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	0.00020097270790626632	NZ_SOEB01000004.1	a-proteobacteria	Rhodovulum visakhapatnamense strain JA181 Ga0310483_104, whole genome shotgun sequence	True	True
AST0031_000000009671	2972	0.9795829789074144	2	2	0	2	0	True	117487	maximal	True	AST0031_000000009671	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.3271855657128473e-05	NZ_LR793266.1	firmicutes	Streptococcus salivarius isolate clinical strain from anonymous patient of Limoges Hospital, whole genome shotgun sequence	True	True
MON0103_000000018739	2676	0.9795816986742206	4	3	2	3	3	False	99035	fragment	False	MON0103_000000018739	0.9712138187789932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.54	21.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0258_000000009091	2519	0.9795789276385916	3	2	1	2	1	True	118346	maximal	False	ISR0125_000000005288	0.8753408752421715		0	0	True	True	0.9976180791854858	1					non-mobilizable	no_good_hit								True	True
ENG0209_000000005612	3358	0.9795779065720078	6	5	3	5	5	False	114765	fragment	False	FIJ0029_000000009025	0.7317367822626493		0	0	False	False	0.9994044303894043	0					non-mobilizable	other	3358.0	100.0	100.0	0.0696603100163931	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0048_000000006741	2851	0.979576524981014	4	3	3	3	2	False	120212	maximal	True	ISR0048_000000006741	1.0		3	2	False	False	0.9526482224464417	0					non-mobilizable	no_good_hit	1636.0	99.694	61.0	0.0006481467166314448	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ENG0210_000000007639	2998	0.9795751843684984	4	4	4	3	3	False	103302	maximal	True	ENG0210_000000007639	1.0		3	2	False	False	0.9979986548423767	0					non-mobilizable	no_good_hit	2624.0	99.39	88.0	0.009819519992812246	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
DEN0062_000000006554	2824	0.9795751843684984	4	4	4	3	3	False	103300	maximal	True	DEN0062_000000006554	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2826.0	94.94	100.0	0.010568244353682414	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
MAD0004_000000006513	1661	0.9795679689454331	2	2	2	2	2	False	76277	fragment	False	MAD0004_000000006513	0.978197154565895		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	80.243	93.0	0.03597088953784824	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MON0017_000000005401	3594	0.9795669909907468	7	6	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.03370277279466213	PS1143|PS778	0	0	False	True	0.9910962581634521	0					non-mobilizable	plasmid	3587.0	99.693	99.0	0.8642719382835101	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
USA0010_01_000000004074	6533	0.97956524357595	9	5	2	3	5	False	116204	maximal	True	USA0010_01_000000004074	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	1927.0	97.509	76.0	0.0004355349455140127	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CAN0004_000000012749	2170	0.9795647978809716	4	2	1	1	2	False	96196	fragment	False	CAN0004_000000012749	1.0		0	0	False	False	0.9981566667556763	0					non-mobilizable	chromosome	2112.0	100.0	100.0	0.0004688829214226854	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0149_000000003340	6214	0.9795607768768304	7	6	3	6	4	False	52990	fragment	False	MON0036_000000001365	0.708317427267751		0	0	False	False	0.9998390674591064	0					non-mobilizable	no_good_hit	698.0	77.36399999999999	11.0	0.0002490545519968347	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
FIJ0146_000000002702	6075	0.9795607768768304	7	6	3	6	4	False	52990	fragment	False	MON0036_000000001365	0.7038685871278206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	77.795	10.0	0.0002273346782761805	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
FIJ0051_000000003237	6055	0.9795607768768304	7	6	3	6	4	False	52990	fragment	False	MON0036_000000001365	0.7028886713985921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	77.795	10.0	0.0002273346782761805	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ISR0328_000000017372	1674	0.9795554725904456	3	3	2	2	2	False	24739	fragment	False	ISR0328_000000017372	1.0		0	0	False	False	0.9934288859367371	0					non-mobilizable	chromosome	1674.0	99.522	100.0	0.00023613840731207588	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0067_000000013683	2221	0.9795536563279188	4	2	2	2	2	False	45221	maximal	True	FIJ0067_000000013683	1.0		3	2	False	False	0.9977487325668335	0					non-mobilizable	plasmid	1278.0	97.26100000000001	99.0	0.027791682082308648	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	False	True
USA0042_01_000000005065	5123	0.9795513228792716	7	6	6	4	5	False	104796	fragment	False	USA0042_01_000000005065	0.9864813340184431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	71.67	9.0	0.0046792786279471425	NZ_LQOL01000074.1	high GC Gram+	Mycolicibacterium canariasense strain CCUG 47953 contig_63, whole genome shotgun sequence	True	False
FIJ0083_000000012882	2730	0.9795488645934914	4	2	1	2	1	True	47961	maximal	False	FIJ0036_000000014347	1.0		0	0	True	True	0.997802197933197	5					non-mobilizable	other	1905.0	87.61200000000001	98.0	0.6875227355401964	LM995841.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-3_contig-19.0_1_2749_[organism:Escherichia	False	True
FIJ0036_000000014347	2730	0.9795488645934914	4	2	1	2	1	True	47961	maximal	True	FIJ0036_000000014347	1.0		3	1	True	True	0.9989010691642761	25					non-mobilizable	other	2622.0	85.27799999999999	98.0	0.943979628955984	LM995841.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-3_contig-19.0_1_2749_[organism:Escherichia	False	True
MAD0040_000000022912	1484	0.9795483026454652	2	2	2	2	2	False	107350	fragment	False	MAD0029_000000002309	0.626820908311911		0	0	False	False	0.9986522793769836	0					non-mobilizable	chromosome	1484.0	96.09200000000001	100.0	0.00029892051999673463	CP057942.1	enterobacteria	Escherichia coli strain RHB09-C15 chromosome, complete genome	False	False
ISR0857_000000001090	2269	0.9795475406740778	2	2	0	2	1	True	103400	maximal	False	CHI0081_000000004608	0.9831691394964174		0	0	True	True	0.9995592832565308	42					non-mobilizable	no_good_hit	135.0	94.074	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0084_000000012642	2229	0.9795475406740778	2	2	0	2	1	True	103400	maximal	False	CHI0081_000000004608	0.9842544416805212		0	0	True	True	1.0	45					non-mobilizable	no_good_hit	135.0	94.074	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0064_000000012057	2218	0.9795475406740778	2	2	0	2	1	True	103400	maximal	False	CHI0081_000000004608	0.9853647837779484		0	0	True	True	0.999549150466919	5					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0030_000000014015	2184	0.9795475406740778	2	2	0	2	1	True	103400	maximal	False	CHI0081_000000004608	0.9801786419428085		0	0	True	True	1.0	79					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0169_000000014167	2183	0.9795475406740778	2	2	0	2	1	True	103400	maximal	False	CHI0081_000000004608	0.9812373034923279		0	0	True	True	1.0	105					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AST0153_000000015034	2163	0.9795475406740778	2	2	0	2	1	True	103400	maximal	False	CHI0081_000000004608	0.9815171908168566		0	0	True	True	1.0	47					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0029_000000020893	1300	0.9795475406740778	3	2	0	2	1	True	7364	fragment	False	SPA0029_000000020893	1.0		0	0	False	False	0.9953846335411072	0					non-mobilizable	no_good_hit								True	True
FIJ0151_000000005236	3377	0.979546503030971	6	2	1	2	1	True	90252	backbone	False	FIJ0112_000000007239	0.9664995187802425	PS476	0	0	True	True	1.0	4		MOBV			mobilizable	plasmid	2773.0	97.115	100.0	0.6086191732629728	CP049126.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_6, complete sequence	False	True
ENG0055_000000008785	2195	0.979546373710076	3	1	1	1	1	False	99027	fragment	False	ENG0096_000000015497	0.5614847120122874		0	0	False	False	0.9981776475906372	0					non-mobilizable	no_good_hit	474.0	77.637	21.0	0.00010589482716240865	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0023_000000029627	1183	0.979546373710076	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.31455535592690215		0	0	False	False	0.995773434638977	0					non-mobilizable	no_good_hit	474.0	77.637	40.0	0.00010589482716240865	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0106_000000015499	1699	0.9795449053015044	3	2	1	1	2	False	32889	maximal	True	ISR0106_000000015499	1.0		2	2	False	False	0.9670394062995911	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.000492949524563156	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	True	False
ISR0344_000000001528	14135	0.979544657106882	19	11	10	7	8	False	70999	fragment	False	ISR0344_000000001528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4044.0	96.044	51.0	0.06463181255327019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0296_000000003321	6769	0.9795401702738644	9	3	3	3	3	False	116083	maximal	True	ISR0296_000000003321	1.0		0	0	False	False	0.9957157373428345	0					non-mobilizable	no_good_hit	5310.0	98.588	78.0	0.0319658160983452	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
MON0058_000000008166	4919	0.9795401702738644	8	3	3	3	3	False	116082	fragment	False	MON0058_000000008166	1.0		0	0	False	False	0.9957308173179626	0					non-mobilizable	plasmid	4913.0	98.94200000000001	99.0	0.02957245947612083	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0049_000000008466	3400	0.9795397780364242	4	3	3	3	3	False	121428	fragment	False	ISR0049_000000008466	0.9940902178493559		0	0	False	False	0.9997059106826782	0					non-mobilizable	no_good_hit	1788.0	87.24799999999999	53.0	0.02403164616776249	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
USA0035_01_000000007912	3164	0.9795397780364242	3	3	3	3	3	False	121428	fragment	False	ISR0049_000000008466	0.9691261722080137		0	0	False	False	0.9996839165687561	0					non-mobilizable	no_good_hit	1754.0	87.286	55.0	0.023586115648921952	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
USA0005_01_000000012014	2852	0.9795397780364242	3	3	3	3	3	False	121419	fragment	False	USA0005_01_000000012014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1752.0	87.04299999999999	61.0	0.0235456128744819	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
MON0065_000000022003	1212	0.9795384659112478	2	2	2	2	1	False	100692	fragment	False	FIJ0074_000000022208	0.14396425620082365		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	99.506	100.0	0.00321977482793831	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0160_000000016884	1736	0.9795356951414624	2	1	1	1	1	False	106535	fragment	False	AST0113_000000020365	0.9614347357065804		0	0	False	False	0.9844470024108887	0					non-mobilizable	no_good_hit	215.0	80.0	12.0	8.666326009197752e-05	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	False
FIJ0115_000000000151	56323	0.979533910946732	91	32	14	22	18	True	48949	maximal	True	FIJ0115_000000000151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6758.0	86.801	47.0	0.11881047743947826	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0786_000000006976	2335	0.9795315099536808	4	2	2	2	2	False	129548	maximal	True	ISR0786_000000006976	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1697.0	98.939	73.0	0.006924992854517986	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0029_000000033862	1220	0.9795284981759992	2	2	1	1	2	False	37082	maximal	True	ISR0029_000000033862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0167_000000005407	4550	0.9795244407275524	5	5	3	4	4	False	104833	fragment	False	ENG0167_000000005407	1.0		0	0	False	False	0.9964835047721863	0					non-mobilizable	chromosome	4550.0	99.912	100.0	0.0007862405654156817	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
DEN0051_000000019571	2326	0.9795186679716852	2	2	2	2	2	False	91367	fragment	False	ENG0041_000000011114	0.9700176366843033		0	0	False	False	0.9991401433944702	0					non-mobilizable	other	1259.0	99.365	97.0	0.0004243215581006597	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
CHI0047_000000004369	3510	0.97951645837184	6	5	4	5	3	False	101235	maximal	True	CHI0047_000000004369	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3122.0	99.26299999999999	89.0	0.0012235279723200325	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
AST0089_000000004771	4095	0.9795164464913502	7	6	4	6	4	False	110294	maximal	True	AST0089_000000004771	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	74.029	30.0	0.00020156327159658613	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0038_000000020203	1684	0.9795119994076088	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4761118269956125	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1683.0	99.109	100.0	0.0004507478877557365	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0027_000000001051	19235	0.9795043618558168	26	18	7	14	15	True	7496	maximal	True	SPA0027_000000001051	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5087.0	83.075	63.0	0.014522928972811927	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
FIJ0075_000000002328	6944	0.9795022323363216	12	5	3	3	3	True	44611	maximal	True	FIJ0075_000000002328	1.0		2	1	True	True	1.0	3					non-mobilizable	no_good_hit	1175.0	86.213	40.0	0.20552525074784445	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	True	True
ISR0165_000000010476	2068	0.9794973261487476	3	3	3	3	2	False	97136	maximal	True	ISR0165_000000010476	1.0	PS521	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1823.0	79.759	87.0	0.041811523663839056	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0077_000000000039	67485	0.9794965034242916	96	43	20	30	25	True	99980	maximal	True	MON0077_000000000039	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	10048.0	92.755	25.0	0.01661921087802894	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0009_000000038634	1134	0.9794958700085858	3	1	1	1	1	False	2652	fragment	False	TAN0009_000000038634	1.0		0	0	False	False	0.9991181492805481	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	6.0	1.6805696010567847e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0164_000000005390	4433	0.979495134646034	7	5	3	5	3	True	78414	maximal	True	CHI0164_000000005390	1.0		1	1	True	True	1.0	119					non-mobilizable	no_good_hit	48.0	89.583	1.0	2.8242340917503522e-05	NZ_NPZB01000001.1	g-proteobacteria	Lysobacter silvestris strain AM20-91 Contig001, whole genome shotgun sequence	True	True
ISR0065_000000016165	2071	0.9794866951490946	3	2	2	2	2	False	97117	maximal	True	ISR0065_000000016165	1.0	PS521	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1564.0	80.179	75.0	0.03597088953784824	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0199_000000026330	1161	0.9794830120249688	2	2	0	2	2	False	28792	fragment	False	ISR0199_000000026330	1.0		0	0	False	False	0.9948320388793945	0		MOBP,MOBP			mobilizable	plasmid	1161.0	99.914	100.0	0.13724562233790819	CP012164.1	enterobacteria	Enterobacter cloacae complex sp. 35734 plasmid p35734-8.452kb, complete sequence	False	True
ISR0356_000000001417	9293	0.9794795468534996	11	10	5	7	10	True	123628	fragment	False	USA0108_01_000000001009	0.2912990443314081		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	9278.0	98.92200000000001	99.0	0.27998062836733456	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
SPA0031_000000005534	4769	0.9794785418604968	7	3	2	2	3	False	53649	maximal	True	SPA0031_000000005534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1445.0	97.71600000000001	43.0	0.011619947979997262	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ISR0280_000000004042	2732	0.9794723960013204	3	2	1	2	1	False	74008	maximal	True	ISR0280_000000004042	1.0		0	0	False	False	0.9864568114280701	0					non-mobilizable	no_good_hit	2185.0	100.0	88.0	0.0009746184194848713	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0219_000000001398	17737	0.979467542040118	23	12	10	10	9	False	123938	maximal	True	ISR0219_000000001398	1.0		41	8	False	False	0.9996617436408997	0					non-mobilizable	no_good_hit	8828.0	98.969	68.0	0.0897567625306463	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ENG0169_000000001561	12589	0.9794661812489702	13	6	3	6	3	True	127216	fragment	False	ENG0169_000000001561	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4351.0	98.529	93.0	0.1734803980338089	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MON0089_000000009515	2554	0.9794647935423004	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.14267087264698702		0	0	False	False	0.9886452555656433	0					non-mobilizable	chromosome	2300.0	98.26100000000001	90.0	0.0005106403772386327	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0821_000000003521	7076	0.9794620055855594	16	5	2	5	1	False	59475	maximal	True	ISR0821_000000003521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	89.147	4.0	8.998241637722322e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0006_000000001615	16161	0.9794611297635528	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9357662387534325	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16161.0	99.913	100.0	0.44171225382932167	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0102_000000004873	5088	0.9794600427877544	9	8	5	8	4	False	60404	maximal	True	ENG0102_000000004873	1.0		3	2	False	False	0.9976415038108826	0					non-mobilizable	no_good_hit	638.0	80.564	14.0	0.00019211329195274014	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0051_000000015457	1583	0.9794595370354641	2	1	0	1	1	False	6583	fragment	False	SPA0050_000000015582	0.9536144578313253		0	0	False	False	0.994946300983429	0					non-mobilizable	no_good_hit								True	False
TAN0008_000000006076	2795	0.9794581352790782	6	3	3	3	3	False	105078	maximal	True	TAN0008_000000006076	0.9590195327460742		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	94.654	37.0	0.00019723632707382798	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0049_000000004848	4097	0.9794567934455763	4	1	1	1	1	False	92470	fragment	False	SPA0108_000000007222	0.9226492627507856		0	0	False	False	0.9938979744911194	0					non-mobilizable	other	2124.0	92.60799999999999	97.0	0.08681066928489609	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0071_000000010500	3412	0.9794567934455763	4	1	1	1	1	False	92468	fragment	False	FIJ0071_000000010500	1.0		0	0	False	False	0.9970691800117493	0					non-mobilizable	no_good_hit	2296.0	92.726	67.0	0.0937653411880216	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0105_000000002384	3054	0.9794567934455763	3	1	1	1	1	False	83204	fragment	False	CHI0105_000000002384	1.0		0	0	False	False	0.9990176558494568	0					non-mobilizable	other	1570.0	90.255	96.0	0.06418753068237604	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0032_01_000000010772	2133	0.9794567934455763	3	1	1	1	1	False	92459	fragment	False	USA0032_01_000000010772	0.9458661417322836		0	0	False	False	0.9803094267845154	0					non-mobilizable	other	2117.0	92.678	99.0	0.08644248077237768	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0084_000000019795	1489	0.9794567934455763	2	1	1	1	1	False	61505	fragment	False	ENG0084_000000019795	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	89.69200000000001	100.0	0.06087383406971036	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0004_000000020044	1306	0.9794567934455763	2	1	1	1	1	False	51964	fragment	False	FIJ0004_000000020044	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	89.594	99.0	0.05330551464572083	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0050_000000019795	1901	0.979455900502182	2	2	2	2	1	False	11390	fragment	False	MON0050_000000019795	1.0		0	0	False	False	0.9900052547454834	0					non-mobilizable	other	1901.0	98.42200000000001	100.0	0.0009045293115103735	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0092_000000001114	16141	0.9794545325037968	19	7	4	6	7	True	101342	maximal	True	FIJ0092_000000001114	0.983071885154259		8	1	False	False	0.9998141527175903	0					non-mobilizable	no_good_hit	710.0	94.085	14.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0266_000000001450	8109	0.9794508621891008	11	5	3	5	2	True	127231	fragment	False	ISR0266_000000001450	1.0		0	0	False	False	0.9998766779899597	0					non-mobilizable	no_good_hit	1876.0	92.324	80.0	0.0746513207848779	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0156_000000001724	9172	0.9794493823090156	11	10	5	7	10	True	123628	fragment	False	USA0108_01_000000001009	0.31051094327198403		0	0	False	True	0.9998909831047058	0	rep_cluster_1702				non-mobilizable	other	5555.0	97.156	98.0	0.0012608462833038272	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	True
ENG0208_000000004934	5823	0.97944648135039	13	5	3	4	4	False	107491	fragment	False	ENG0208_000000004934	1.0		0	0	False	False	0.988150417804718	0					non-mobilizable	no_good_hit								True	False
MAD0015_000000018005	1194	0.9794459473400884	2	1	1	1	1	False	19408	maximal	True	MAD0015_000000018005	1.0		1	1	False	False	0.981574535369873	0					non-mobilizable	chromosome	1195.0	92.385	100.0	0.0002551598213752922	CP053245.1	enterobacteria	Escherichia coli strain SCU-485 chromosome, complete genome	False	False
FIJ0161_000000005425	2935	0.9794411110921086	3	3	2	3	1	False	39290	fragment	False	FIJ0161_000000005425	1.0		0	0	False	False	0.9986371397972107	0					non-mobilizable	no_good_hit	848.0	93.514	29.0	0.004485208355423603	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
ISR0160_000000003592	6885	0.9794398744766728	7	6	5	5	3	False	30444	maximal	True	ISR0160_000000003592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4840.0	99.876	83.0	0.0009112367982238509	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
CHI0111_000000011658	2596	0.9794390140207142	4	2	2	2	2	False	94988	fragment	False	CHI0111_000000011658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	89.762	24.0	0.0001608186052021709	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0088_000000009062	1693	0.9794372491912532	2	2	2	2	2	False	81310	maximal	True	SPA0088_000000009062	1.0		0	0	False	False	0.9875959753990173	0					non-mobilizable	no_good_hit	1074.0	99.90700000000001	63.0	0.00028100201179632306	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
SPA0136_000000014032	2872	0.9794285968715573	6	3	2	3	2	False	3620	maximal	True	SPA0136_000000014032	1.0		3	2	False	False	0.9958217144012451	0					non-mobilizable	no_good_hit	685.0	74.453	24.0	0.00021756486575603146	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0183_000000024262	1264	0.97942440411952	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.8092148928210662		0	0	False	False	0.996835470199585	0					non-mobilizable	chromosome	1264.0	98.734	100.0	0.00024082289354331512	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
CAN0011_000000023950	1263	0.97942440411952	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.8107280742833881		0	0	False	False	0.9992082118988037	0					non-mobilizable	chromosome	1263.0	98.81200000000001	100.0	0.0002406322182515152	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0179_000000017754	1263	0.97942440411952	1	1	1	1	1	False	104698	fragment	False	ISR0108_000000014804	0.8107280742833881		0	0	False	False	0.9992082118988037	0					non-mobilizable	chromosome	1263.0	98.81200000000001	100.0	0.0002406322182515152	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
FIJ0076_000000000247	42264	0.9794196681578712	59	14	8	10	8	True	119609	fragment	False	FIJ0076_000000000247	0.9680283104351872		0	0	False	False	0.9997633695602417	0					non-mobilizable	no_good_hit	67.0	88.06	0.0	1.7272630679227884e-05	CP007161.1	firmicutes	Virgibacillus sp. SK37, complete genome	True	True
CHI0011_000000000792	6637	0.9794170961968914	10	7	2	2	7	True	123828	maximal	True	CHI0011_000000000792	0.996588984766166	PS486|PS905	3	1	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1910.0	95.236	70.0	0.22866402592725962	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
ENG0186_000000003826	4545	0.9794170961968914	8	7	2	2	7	True	92243	fragment	False	ENG0186_000000003826	1.0		0	0	False	False	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2235.0	94.273	90.0	0.3554245658754182	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
CHI0137_000000012804	1347	0.9794133848628628	2	2	2	1	1	False	80487	maximal	True	CHI0137_000000012804	1.0		0	0	False	False	0.9992576241493225	0					non-mobilizable	no_good_hit	691.0	84.66	51.0	0.00019960356995324068	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0097_000000011535	2734	0.9794127653993584	5	5	4	4	5	False	60775	maximal	True	ENG0097_000000011535	1.0		8	4	False	False	0.9963423609733582	0					non-mobilizable	chromosome	2016.0	100.0	100.0	0.0003897112365450503	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
MON0039_000000011666	3835	0.9794122731745414	4	3	3	3	3	False	84461	fragment	False	MON0039_000000011666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	88.139	14.0	0.0002003551349810158	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0301_000000009366	1969	0.9794111286611052	4	1	1	1	1	False	25563	maximal	True	ISR0301_000000009366	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0005_000000049352	1112	0.9793973235781238	1	1	1	1	1	False	14075	maximal	True	MON0005_000000049352	1.0		2	2	False	False	0.991906464099884	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000009522	3062	0.9793943148425492	3	3	3	3	2	False	110573	fragment	False	ISR0806_000000003355	0.959708121827411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	77.273	7.0	6.92984387222915e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0392_000000006605	4475	0.9793924964268456	5	4	3	4	3	False	52492	fragment	False	ISR0392_000000006605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	83.13	20.0	0.00026903376388733095	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ENG0178_000000005379	3860	0.9793909967096562	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.8998408073336254		0	0	True	True	0.9966320991516113	7					non-mobilizable	plasmid	1706.0	92.61399999999999	94.0	0.4481667106304405	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
CHI0132_000000011960	2607	0.9793902536548889	3	1	1	1	1	False	80916	fragment	False	CHI0132_000000011960	1.0		0	0	False	False	0.9988492727279663	0					non-mobilizable	no_good_hit								True	False
ISR0143_000000014694	2025	0.9793863406976252	3	3	2	3	2	False	95537	fragment	False	ISR0143_000000014694	0.9810126582278481		0	0	False	False	1.0	0					non-mobilizable	other	2025.0	94.025	100.0	0.006967885041951972	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
SPA0149_000000007108	4939	0.979384452105082	9	3	1	3	1	True	119489	fragment	False	SPA0149_000000007108	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2246.0	84.194	99.0	0.09633744141642075	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
AST0106_000000003311	5772	0.9793831113777232	7	7	2	2	7	False	107512	maximal	True	AST0106_000000003311	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	5694.0	99.069	100.0	0.0012050213244943929	LR134295.1	enterobacteria	Escherichia coli strain NCTC9080 genome assembly, chromosome: 1	False	False
MON0060_000000036299	1188	0.9793750151614132	1	1	1	1	1	False	10859	maximal	True	MON0060_000000036299	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0285_000000000637	13904	0.9793723786141728	16	9	8	7	8	False	122635	maximal	True	ISR0285_000000000637	1.0		0	0	False	False	0.9995684623718262	0					non-mobilizable	no_good_hit	2595.0	98.921	30.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0089_000000002737	11084	0.9793712954320376	19	5	3	5	3	False	118835	fragment	False	SPA0089_000000002737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9106.0	97.529	84.0	0.764488182353436	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
FIJ0109_000000008732	3051	0.9793710131138308	3	3	3	3	2	False	49798	fragment	False	FIJ0109_000000008732	0.9998275267333563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	81.833	25.0	0.013275734906753767	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
FIJ0020_000000007849	2899	0.9793710131138308	3	3	3	3	2	False	49798	fragment	False	FIJ0109_000000008732	0.9749262536873157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	83.556	20.0	0.009440522600358233	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ISR0331_000000021115	1200	0.9793608807060191	2	2	2	1	1	False	24595	fragment	False	ISR0331_000000021115	1.0		0	0	False	False	0.9783333539962769	0					non-mobilizable	no_good_hit	917.0	76.009	77.0	0.0002746023320678491	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
SPA0007_000000014145	1821	0.9793604543661092	4	1	1	1	1	False	125966	fragment	False	DEN0051_000000012717	0.16820033887100283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000026283	1712	0.9793604543661092	2	1	1	1	1	False	125965	maximal	True	DEN0096_000000026283	1.0		0	0	False	False	0.9982476830482483	0					non-mobilizable	no_good_hit								True	False
SPA0037_000000015523	1601	0.9793604543661092	2	1	1	1	1	False	125963	fragment	False	SPA0037_000000015523	1.0		0	0	False	False	0.9993754029273987	0					non-mobilizable	no_good_hit								True	False
AST0060_000000020112	1500	0.9793604543661092	3	1	1	1	1	False	125962	fragment	False	AST0060_000000020112	0.9793918918918918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000017039	1480	0.9793604543661092	2	1	1	1	1	False	125962	fragment	False	AST0060_000000020112	0.973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000028819	1376	0.9793604543661092	2	1	1	1	1	False	125961	fragment	False	ISR0266_000000015232	0.46250914411119237		0	0	False	False	0.9978197813034058	0					non-mobilizable	no_good_hit	70.0	82.85700000000001	5.0	1.9876752090522345e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0057_000000022270	1206	0.9793604543661092	1	1	1	1	1	False	12582	fragment	False	MON0057_000000022270	0.9506745362563238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000016516	1173	0.9793604543661092	2	1	1	1	1	False	2904	fragment	False	TAN0005_000000016516	1.0		0	0	False	False	0.9548166990280151	0					non-mobilizable	no_good_hit								True	False
ISR0361_000000002436	4618	0.9793592379985819	6	2	1	2	1	True	66566	fragment	False	ISR0361_000000002436	1.0		0	0	False	False	0.9971849322319031	0					non-mobilizable	plasmid	2050.0	94.244	91.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0393_000000004390	3871	0.9793592379985819	8	2	1	2	1	True	56612	fragment	False	SPA0018_000000006990	0.9165667592989342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	95.42	86.0	0.07816808536146745	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0263_000000005462	2459	0.9793592379985819	3	2	1	2	1	True	39191	fragment	False	ISR0263_000000005462	1.0		0	0	False	False	0.9995933175086975	0					non-mobilizable	plasmid	1009.0	88.008	99.0	0.04361222010067697	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0821_000000004845	5432	0.9793584133717042	7	3	1	3	2	False	121900	maximal	True	ISR0821_000000004845	1.0		3	3	False	False	0.9996318221092224	0					non-mobilizable	no_good_hit								True	False
AST0097_000000004032	5628	0.979358220153318	7	6	5	6	4	False	109026	maximal	True	AST0097_000000004032	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000006694	5268	0.9793569277766784	7	3	1	3	0	True	64975	maximal	True	SPA0040_000000006694	0.9985760394911715		3	2	True	True	1.0	59					non-mobilizable	no_good_hit								True	True
ENG0039_000000004163	5267	0.9793569277766784	7	3	1	3	0	True	64975	maximal	False	SPA0040_000000006694	0.9984813971146546		0	0	True	True	0.9992405772209167	10					non-mobilizable	no_good_hit								True	True
MON0072_000000010618	2032	0.979351513506058	2	2	2	1	2	False	99445	fragment	False	SPA0090_000000018322	0.8786049857897207		0	0	False	False	1.0	0					non-mobilizable	chromosome	2032.0	100.0	100.0	0.0009063415796583213	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0134_000000009691	2987	0.9793499989206031	4	2	1	1	2	True	92969	maximal	False	CAN0016_000000016177	0.9675257496772817		0	0	True	True	1.0	28					non-mobilizable	no_good_hit								True	True
ISR0160_000000006918	3889	0.9793480766126124	4	3	2	3	2	False	131518	fragment	False	ENG0163_000000005688	0.982205956587582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2117.0	98.111	54.0	0.01011051809238032	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0051_000000011488	1933	0.979346340477266	3	3	2	3	2	False	94084	fragment	False	SPA0062_000000015646	0.45253735987858584		0	0	False	False	1.0	0					non-mobilizable	chromosome	1933.0	98.241	100.0	0.0008376876179624159	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0027_000000021401	1917	0.9793417757126759	2	1	1	1	1	False	65357	fragment	False	MON0027_000000021401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	85.085	31.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0023_000000001648	14397	0.9793402493595867	17	7	5	5	3	True	101346	fragment	False	FIJ0027_000000000991	0.9809609683635593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
AST0052_000000004178	4680	0.9793400052026048	8	7	3	4	6	True	114626	maximal	True	AST0052_000000004178	1.0		2	1	False	False	1.0	0	rep_cluster_707				non-mobilizable	plasmid	4399.0	91.544	100.0	0.1321004758749473	CP014918.1	firmicutes	Lactobacillus paracollinoides strain TMW 1.1994 plasmid pL11994-3, complete sequence	False	True
CHI0065_000000002408	5031	0.9793354937071256	5	4	3	4	3	False	85267	fragment	False	CHI0065_000000002408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1504.0	99.069	30.0	0.018807012275235558	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0087_000000000609	7828	0.9793294832631804	9	9	8	7	7	False	90354	maximal	True	CHI0087_000000000609	1.0		4	2	False	False	0.9969340562820435	0					non-mobilizable	other	7828.0	100.0	100.0	0.0016901612833219498	CP010167.1	enterobacteria	Escherichia coli strain H3, complete genome	False	False
FIJ0068_000000010500	3008	0.9793276498559738	4	3	2	3	2	False	52567	maximal	True	FIJ0068_000000010500	1.0		4	1	False	False	1.0	0					non-mobilizable	plasmid	2484.0	94.36399999999999	90.0	0.3050639134709931	AP023203.1	enterobacteria	Escherichia coli TUM18780 plasmid pMTY18780-6 DNA, complete sequence	False	True
ISR0174_000000001454	17243	0.979325738404368	29	16	10	10	14	True	124145	fragment	False	ISR0777_000000000696	0.7626338688982247		0	0	False	False	0.9997100234031677	0					non-mobilizable	other	16333.0	96.351	95.0	0.004586722813107556	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
AUS0006_000000003974	5086	0.9793242859475152	8	5	3	4	2	True	102177	fragment	False	AUS0006_000000003974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005406657913030045	NZ_NPBY01000083.1	firmicutes	Paenibacillus campinasensis strain 7537-G1 contig00083, whole genome shotgun sequence	True	True
MAD0040_000000000899	14494	0.97932054766963	15	8	4	4	7	True	18427	fragment	False	MAD0040_000000000899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	75.135	6.0	0.011590364484802624	NZ_CVRN01000002.1	firmicutes	Enterococcus massiliensis strain AM1, whole genome shotgun sequence	True	True
ISR0301_000000011094	1707	0.9793168699243052	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.7369363159253193		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	93.897	99.0	0.023678045515394913	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0110_000000004745	3654	0.9793122245234348	6	4	2	2	4	False	42123	fragment	False	FIJ0110_000000004745	1.0		0	0	False	False	0.9928845167160034	0					non-mobilizable	other	1953.0	90.22	96.0	0.16517101252963087	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
SPA0155_000000012392	1572	0.9793110323029924	2	2	1	2	1	False	94084	fragment	False	SPA0062_000000015646	0.3286564109721569		0	0	False	False	0.9987277388572693	0					non-mobilizable	other	1572.0	99.87299999999999	100.0	0.04309067968621427	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
CHI0058_000000011101	1891	0.979309752566702	3	3	2	2	2	False	111677	fragment	False	ISR0069_000000012937	0.97911227154047		0	0	False	False	0.9989423751831055	0					non-mobilizable	no_good_hit	1134.0	97.354	60.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
DEN0039_000000002076	6003	0.9793072983621928	11	4	3	3	3	False	104021	maximal	True	DEN0039_000000002076	1.0		0	0	False	False	0.9998334050178528	0					non-mobilizable	no_good_hit	1796.0	98.60799999999999	40.0	0.000398694857391625	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0013_000000016788	1490	0.9793071436801456	2	2	2	2	2	False	19558	fragment	False	MAD0013_000000016788	1.0		0	0	False	False	0.9818791747093201	0					non-mobilizable	no_good_hit	682.0	85.044	46.0	0.00266549593903854	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
CHI0169_000000002304	6009	0.9793050703037348	7	7	7	5	6	False	101277	fragment	False	CHI0169_000000002304	0.9915102232632277		0	0	False	False	1.0	0					non-mobilizable	chromosome	6009.0	99.867	100.0	0.002540447149143022	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0156_000000013431	1868	0.9793045505076317	4	2	1	2	2	False	94084	fragment	False	SPA0062_000000015646	0.4980165730881425		0	0	False	False	0.9978586435317993	0					non-mobilizable	chromosome	1868.0	97.21600000000001	100.0	0.0007688766000416767	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0003_000000014530	1520	0.9792951510591892	3	3	3	1	1	False	72424	maximal	True	ENG0003_000000014530	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	99.27799999999999	82.0	0.008813688804634614	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
FIJ0130_000000014020	1470	0.979295046821557	3	2	2	1	1	False	52245	fragment	False	FIJ0130_000000014020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1138.0	89.016	77.0	0.09600406366407044	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ITA0003_000000003683	1684	0.9792903765188592	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.47288821743923865	PS1061	0	0	False	True	0.9928740859031677	0					non-mobilizable	other	1684.0	97.92200000000001	100.0	0.007855199227082001	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0118_000000001932	12021	0.9792903083722346	18	9	6	9	5	False	106023	maximal	True	AST0118_000000001932	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	100.0	5.0	0.0025932255690854283	NZ_AUDP01000006.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
ISR0804_000000005901	3045	0.9792846254303662	3	2	1	2	1	True	55205	fragment	False	ISR0804_000000005901	1.0		0	0	False	True	0.9963875412940979	0					non-mobilizable	no_good_hit	66.0	83.333	2.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
CHI0131_000000010029	1759	0.9792841591460149	2	2	1	2	1	False	81017	fragment	False	CHI0131_000000010029	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1759.0	99.65899999999999	100.0	0.0004915954789993935	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0141_000000018492	1496	0.9792841591460149	2	2	1	2	1	False	80079	fragment	False	CHI0141_000000018492	0.9875798635450406		0	0	False	False	0.9979946613311768	0					non-mobilizable	chromosome	1496.0	99.666	100.0	0.00041805190051427373	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0164_000000014645	1411	0.9792841591460149	2	2	1	2	1	False	80079	fragment	False	CHI0141_000000018492	0.9688557099441863		0	0	False	False	1.0	0					non-mobilizable	chromosome	1403.0	99.715	99.0	0.00039204599633512496	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0064_000000003012	5435	0.9792787072930492	8	6	2	6	3	False	82788	fragment	False	ISR0064_000000003012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	87.068	22.0	0.05184613405377589	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0113_000000003169	9447	0.9792737568934241	3	3	2	3	2	False	106706	fragment	False	AST0113_000000003169	1.0		0	0	False	False	0.9965068101882935	0					non-mobilizable	other	7501.0	99.98700000000001	94.0	0.002258721828468448	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0182_000000011316	2417	0.9792723201878294	4	4	4	3	3	False	103301	fragment	False	CHI0182_000000011316	1.0		0	0	False	False	0.999586284160614	0					non-mobilizable	other	2417.0	99.255	100.0	0.009044590279311622	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
AST0002_000000023019	1629	0.9792721757730652	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6446742670682657		0	0	False	False	1.0	0					non-mobilizable	other	1645.0	77.994	100.0	0.022660084783578758	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0284_000000008431	1617	0.9792721757730652	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6203531263895231		0	0	False	False	0.9969078302383423	0					non-mobilizable	other	1633.0	77.893	100.0	0.022492748772869255	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0070_000000012770	1610	0.9792721757730652	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6032928574217068		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	77.771	100.0	0.022395136099955377	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0030_000000012156	1595	0.9792721757730652	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.5757883265854689		0	0	False	False	1.0	0					non-mobilizable	other	1611.0	77.592	100.0	0.022185966086568497	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0265_000000010807	1585	0.9792721757730652	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.5070268411018851		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	77.514	100.0	0.022046519410977242	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0127_000000016581	1551	0.9792721757730652	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.4055024107971145		0	0	False	False	0.996776282787323	0					non-mobilizable	chromosome	1494.0	76.84100000000001	95.0	0.0004212568301347965	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0024_000000001395	12691	0.9792672393796564	16	11	6	7	6	False	67318	maximal	True	ISR0024_000000001395	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	80.288	3.0	0.035844471445929525	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
ISR0012_000000003373	6947	0.9792661811284904	6	4	2	3	3	False	38205	maximal	False	ISR0170_000000006133	0.9707045037413525		0	0	False	False	0.996401309967041	0					non-mobilizable	no_good_hit	537.0	80.447	8.0	0.010927619866167353	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
USA0036_01_000000006256	6291	0.9792656855730836	7	6	5	6	4	False	83658	fragment	False	USA0036_01_000000006256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.566	13.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
MON0108_000000014283	1535	0.9792639658312592	3	2	2	2	2	False	92119	fragment	False	CHI0148_000000005763	0.5509908004526052		0	0	False	False	1.0	0					non-mobilizable	other	1495.0	98.93	97.0	0.005973610555777689	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0134_000000011197	1472	0.9792639658312592	2	2	2	2	2	False	92119	fragment	False	CHI0148_000000005763	0.48881861951169314		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	99.185	100.0	0.005881647341063574	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0010_000000005220	1465	0.9792639658312592	2	2	2	2	2	False	92119	fragment	False	CHI0148_000000005763	0.4894070387560271		0	0	False	False	0.9986348152160645	0					non-mobilizable	other	1465.0	99.249	100.0	0.005853658536585366	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0008_000000006945	1443	0.9792639658312592	2	2	2	2	2	False	92119	fragment	False	CHI0148_000000005763	0.48273751355715033		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	99.16799999999999	100.0	0.005765693722510996	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
DEN0061_000000031165	1407	0.9792639658312592	2	2	2	2	2	False	92119	fragment	False	CHI0148_000000005763	0.47207628457113326		0	0	False	False	0.9886282682418823	0					non-mobilizable	other	1407.0	98.65	100.0	0.005621751299480208	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CAN0006_000000009307	4836	0.9792618287998188	3	1	1	1	1	False	95757	maximal	True	CAN0006_000000009307	1.0		1	1	False	False	0.9997932314872742	0					non-mobilizable	no_good_hit	4296.0	98.557	89.0	0.0013552854871801668	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0352_000000004077	2197	0.9792577300071716	3	3	2	2	2	False	35636	fragment	False	ISR0352_000000004077	1.0		0	0	False	False	0.9995448589324951	0					non-mobilizable	no_good_hit	1438.0	92.14200000000001	65.0	0.0005880855837490703	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0018_000000023827	1155	0.9792555277134664	2	2	0	2	2	False	49896	fragment	False	FIJ0018_000000023827	1.0		0	0	False	False	0.9939393997192383	0		MOBP,MOBP			mobilizable	other	1155.0	98.095	100.0	0.1849655393492547	NZ_UNOZ01000043.1	g-proteobacteria	Pseudomonas reidholzensis strain CCOS 865, whole genome shotgun sequence	False	True
ISR0101_000000003351	6851	0.9792546474095544	12	8	7	8	6	False	122371	fragment	False	ISR0101_000000003351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5882.0	96.32799999999999	86.0	0.034793776299514106	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
ISR0012_000000003441	6818	0.9792519076319046	5	3	3	3	1	False	109023	maximal	True	ISR0012_000000003441	1.0		3	3	False	False	0.9997066855430603	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.00015218993303642945	NZ_PDEP01000006.1	CFB group bacteria	Longimonas halophila strain KCTC 42399 Longimonas_halophila_contig_00006, whole genome shotgun sequence	True	False
CHI0082_000000000059	50915	0.979247710529515	63	23	12	19	14	True	122330	fragment	False	CHI0082_000000000059	1.0		0	0	False	False	0.999960720539093	0					non-mobilizable	no_good_hit	1113.0	82.3	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0127_000000002556	6944	0.9792454980086596	12	6	3	4	3	True	44611	maximal	False	FIJ0075_000000002328	1.0		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1175.0	86.213	40.0	0.20552525074784445	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	True	True
ISR0259_000000002132	5812	0.9792407158957794	7	5	5	5	3	True	27050	maximal	True	ISR0259_000000002132	1.0		1	1	False	False	0.9979352951049805	0					non-mobilizable	no_good_hit	1303.0	99.38600000000001	22.0	0.0001837729864437076	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
DEN0035_000000006823	4401	0.979240026942462	5	5	4	4	3	False	73501	maximal	True	DEN0035_000000006823	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000003322	6332	0.97923748561164	10	8	5	8	8	False	98001	fragment	False	ENG0039_000000003322	1.0		0	0	False	False	0.9998420476913452	0	IncFIC				non-mobilizable	plasmid	6332.0	100.0	100.0	0.048838249814860527	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
FIJ0037_000000030897	1132	0.9792358468891704	3	1	1	1	1	False	47707	fragment	False	FIJ0037_000000030897	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000012425	3145	0.9792332146530891	4	4	3	2	4	False	131531	maximal	True	DEN0082_000000012425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1840.0	78.75	58.0	0.025393239625167336	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0353_000000000524	30681	0.9792289805851068	27	15	7	13	10	True	110957	fragment	False	ISR0156_000000000583	0.9596178305372176		0	0	False	False	0.9997718334197998	0					non-mobilizable	plasmid	20548.0	98.28200000000001	95.0	0.12408587073456707	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0150_000000003716	5895	0.97922218977005	6	5	5	3	3	False	130746	fragment	False	ISR0130_000000004031	0.79398166622847		0	0	False	False	0.9962680339813232	0					non-mobilizable	no_good_hit	1320.0	83.788	62.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0128_000000001316	17344	0.9792192342800417	19	8	6	8	6	True	31875	maximal	True	ISR0128_000000001316	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	105.0	78.095	1.0	0.0008177514979005803	NZ_BJYS01000021.1	CFB group bacteria	Adhaeribacter aerolatus strain NBRC 106133 sequence21, whole genome shotgun sequence	True	True
ISR0124_000000009261	1541	0.9792177108445828	2	2	2	2	1	False	32077	fragment	False	ISR0124_000000009261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	99.175	31.0	0.00013440636264169597	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0177_000000013041	2259	0.9792159947998472	3	3	3	3	2	False	71634	maximal	True	ISR0177_000000013041	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1688.0	95.083	100.0	0.0021155859872212085	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
ISR0794_000000007159	2747	0.9792145188647192	4	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.7136863483797793		0	0	False	False	0.9996359944343567	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000001496	9000	0.9792134677697468	10	6	3	4	5	True	122255	backbone	False	ENG0018_000000002477	0.9942951639696116	PS869	0	0	True	True	1.0	87					non-mobilizable	no_good_hit	1068.0	95.97399999999999	57.0	0.08600242033077854	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0060_000000002484	8981	0.9792134677697468	11	6	3	4	5	True	122255	backbone	False	ENG0018_000000002477	0.9968731033137043	PS869	0	0	True	True	1.0	504					non-mobilizable	no_good_hit	1166.0	97.684	56.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0089_000000002387	8981	0.9792134677697468	10	6	3	4	5	True	122255	backbone	False	ENG0018_000000002477	0.996952117840817	PS869	0	0	True	True	1.0	641					non-mobilizable	no_good_hit	1100.0	93.36399999999999	56.0	0.08850342880193626	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0296_000000000759	20948	0.9792111597339388	24	11	6	8	6	False	71913	maximal	True	ISR0296_000000000759	1.0		6	2	False	False	0.9999522566795349	0					non-mobilizable	no_good_hit	1526.0	73.85300000000001	7.0	0.000792170478866792	NC_010625.1	b-proteobacteria	Paraburkholderia phymatum STM815 plasmid pBPHY01, complete sequence	True	False
ISR0071_000000001314	5820	0.9792104281812472	8	5	2	2	3	False	130178	backbone	False	USA0083_01_000000005091	0.9315476415219038	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	167	rep_cluster_475				non-mobilizable	no_good_hit	1650.0	97.515	70.0	0.2858876560332871	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0021_000000027080	1776	0.9792091613941264	3	2	2	1	1	False	49604	fragment	False	FIJ0021_000000027080	1.0		0	0	False	False	0.9988738894462585	0					non-mobilizable	no_good_hit	143.0	74.825	8.0	0.0011328823078886902	NZ_FQVI01000012.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
USA0040_01_000000003921	4612	0.9792081599674496	4	2	1	2	1	False	96154	fragment	False	USA0036_01_000000007996	0.9747506234413965		0	0	False	False	0.9965307712554932	0					non-mobilizable	no_good_hit	258.0	91.473	9.0	7.130651145895639e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0122_000000001939	8984	0.9792079062514965	8	8	7	7	8	False	109701	fragment	False	FIJ0122_000000001939	1.0		0	0	False	False	0.9998887181282043	0					non-mobilizable	other	8967.0	99.29700000000001	99.0	0.0018167104127940503	CP002291.1	enterobacteria	Escherichia coli P12b, complete genome	False	False
ENG0204_000000002102	8812	0.9792044999578676	13	12	4	10	12	True	54070	maximal	True	ENG0204_000000002102	1.0		1	1	False	False	0.9964820742607117	0			MPF_F		non-mobilizable	plasmid	7999.0	99.225	100.0	0.061720288903479976	CP057747.1	enterobacteria	Citrobacter freundii strain RHB16-C09 plasmid pRHB16-C09_2, complete sequence	False	True
AUS0004_000000010897	1890	0.979202155965078	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17256129890172536	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1765.0	87.195	99.0	0.008219254806233752	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0806_000000003355	3152	0.9791995887919822	4	3	3	3	2	False	110573	fragment	False	ISR0806_000000003355	0.9732201175702155		0	0	False	False	0.9911167621612549	0					non-mobilizable	no_good_hit	323.0	79.257	10.0	0.008981951890420187	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ISR0131_000000008664	3284	0.9791988084681236	6	2	1	2	2	False	31691	fragment	False	ISR0131_000000008664	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3284.0	99.26899999999999	100.0	0.0017581195885475352	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
MAD0013_000000009595	2485	0.9791988084681236	4	2	1	2	2	False	19943	fragment	False	MAD0013_000000009595	1.0		0	0	False	False	0.9987927675247192	0					non-mobilizable	chromosome	2485.0	99.35600000000001	100.0	0.0013302373006250617	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
MAD0041_000000017736	1960	0.9791988084681236	2	2	1	2	2	False	19942	fragment	False	MAD0041_000000017736	1.0		0	0	False	False	0.9954081773757935	0					non-mobilizable	chromosome	1888.0	99.523	96.0	0.0010105305097743524	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
SPA0134_000000008006	3684	0.9791932339915708	4	4	2	2	4	True	63875	fragment	False	SPA0134_000000008006	0.9620162773138506		0	0	False	False	0.9983713626861572	0	rep_cluster_1418				non-mobilizable	plasmid	3692.0	99.729	100.0	0.026039535507174805	CP035204.1	enterobacteria	Klebsiella pneumoniae strain LH94 plasmid pLH94-8, complete sequence	False	True
ENG0113_000000000898	22395	0.9791918090369516	21	17	11	15	13	False	59631	maximal	True	ENG0113_000000000898	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	95.69	5.0	0.28035538005923	NZ_CABMGA010000047.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0024_01_000000004397	5490	0.9791911609620378	8	6	2	4	5	False	89124	maximal	True	USA0024_01_000000004397	1.0		3	2	False	False	0.9976320862770081	0					non-mobilizable	no_good_hit	3841.0	97.969	70.0	0.0006885494707280384	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ENG0209_000000001719	12013	0.9791880982237277	8	7	6	7	3	True	119534	fragment	False	ENG0041_000000001859	0.957270459483383		0	0	False	False	0.9994173049926758	0					non-mobilizable	other	6935.0	92.73299999999999	100.0	0.03843522088152339	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ENG0113_000000012118	2320	0.9791879789706622	3	3	2	2	3	False	131536	fragment	False	AST0149_000000011380	0.981624418563601		0	0	False	False	0.9987068772315979	0					non-mobilizable	no_good_hit	1732.0	77.829	74.0	0.023873270861222668	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0040_000000019515	1708	0.97918425749585	2	1	1	1	1	False	18353	fragment	False	MAD0040_000000019515	1.0		0	0	False	False	0.9900468587875366	0					non-mobilizable	no_good_hit								True	False
MAD0063_000000013069	1167	0.97918425749585	2	1	1	1	1	False	16701	fragment	False	MAD0063_000000013069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0130_000000017782	1717	0.9791823381511464	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.45891923083489755	PS1061	0	0	False	True	0.9959231019020081	0					non-mobilizable	chromosome	1692.0	92.258	99.0	0.0004528917540470836	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0056_000000000502	31233	0.9791799323022716	28	10	8	8	6	True	77182	maximal	True	FIJ0056_000000000502	1.0		5	1	False	False	0.9999039769172668	0					non-mobilizable	no_good_hit	1863.0	79.227	6.0	0.0005805939772673187	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0099_000000000477	30757	0.9791799323022716	28	10	8	8	6	True	77182	maximal	False	FIJ0056_000000000502	0.9923798546409246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1863.0	79.227	6.0	0.0005805939772673187	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0180_000000003660	5542	0.9791782908988608	10	5	3	4	4	False	29650	maximal	True	ISR0180_000000003660	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	1.4795854201652698e-05	NZ_CP022386.1	CFB group bacteria	Capnocytophaga gingivalis strain H1496 chromosome, complete genome	True	False
FIJ0064_000000002135	11437	0.9791781287129456	14	10	3	5	10	False	59338	maximal	True	FIJ0064_000000002135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3560.0	96.096	67.0	0.0006400601663760222	CP050196.1	enterobacteria	Escherichia coli strain RH-004-CS chromosome	True	False
SPA0089_000000008553	4499	0.9791772225968832	4	4	4	4	4	False	125051	fragment	False	ISR0847_000000004306	0.41244299400659196		0	0	False	False	1.0	0					non-mobilizable	other	4499.0	99.889	100.0	0.01626280813646586	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0035_000000002545	9876	0.9791767306573679	11	10	5	7	10	True	123628	fragment	False	USA0108_01_000000001009	0.29432602864873225		0	0	False	True	0.9997974634170532	0	rep_cluster_1702				non-mobilizable	plasmid	7051.0	97.71700000000001	99.0	0.21242205944669773	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0077_000000008089	3679	0.97917612464335	5	3	3	2	2	False	34528	maximal	True	ISR0077_000000008089	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	97.708	39.0	0.00039877590238321365	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0010_000000000596	15375	0.9791756849016998	20	13	11	12	8	False	123927	fragment	False	SPA0145_000000000420	0.18580705742593606		0	0	False	True	0.9994146227836609	0					non-mobilizable	plasmid	14418.0	99.43799999999999	94.0	0.14665459465508296	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0207_000000003905	6037	0.9791744719321372	8	2	2	2	2	False	91981	fragment	False	ISR0207_000000003905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	77.803	29.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ISR0080_000000013817	2272	0.9791744719321372	3	2	2	2	2	False	53645	fragment	False	ISR0080_000000013817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	77.74600000000001	77.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ISR0032_000000018661	1794	0.9791744719321372	2	2	2	2	2	False	53643	fragment	False	ISR0032_000000018661	0.9831037604498589		0	0	False	False	1.0	0					non-mobilizable	plasmid	1758.0	77.759	97.0	0.020368619486173852	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
ISR0024_000000014013	1792	0.9791744719321372	2	2	2	2	2	False	53643	fragment	False	ISR0032_000000018661	0.983034434450072		0	0	False	False	1.0	0					non-mobilizable	plasmid	1757.0	77.74600000000001	98.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
ISR0275_000000007875	1791	0.9791744719321372	2	2	2	2	2	False	53643	fragment	False	ISR0032_000000018661	0.9828947303495245		0	0	False	False	1.0	0					non-mobilizable	plasmid	1757.0	77.74600000000001	98.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
ISR0806_000000006677	1791	0.9791744719321372	2	2	2	2	2	False	53643	fragment	False	ISR0032_000000018661	0.9828947303495245		0	0	False	False	1.0	0					non-mobilizable	plasmid	1757.0	77.74600000000001	98.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
FIJ0138_000000016356	1166	0.9791685833323096	2	1	1	1	1	False	49156	fragment	False	MON0038_000000028369	0.8314767068403869		0	0	False	False	1.0	0					non-mobilizable	other	982.0	95.825	97.0	0.0016984601320678275	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
FIJ0025_000000018062	1165	0.9791685833323096	2	1	1	1	1	False	49156	fragment	False	MON0038_000000028369	0.7355830531806746		0	0	False	False	1.0	0					non-mobilizable	other	982.0	95.825	96.0	0.0016984601320678275	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
FIJ0120_000000002595	8467	0.9791683261500748	9	4	2	3	1	True	109368	fragment	False	FIJ0120_000000002595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2747.0	95.304	74.0	0.10921951804340008	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0109_000000004380	6386	0.9791683261500748	9	4	2	3	1	True	93302	fragment	False	FIJ0109_000000004380	0.9977689243027889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2747.0	95.23100000000001	72.0	0.10921951804340008	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0142_000000004569	6275	0.9791683261500748	9	4	2	3	1	True	93302	fragment	False	FIJ0109_000000004380	0.9891168180394614		0	0	False	False	0.9998406171798706	0					non-mobilizable	no_good_hit	2747.0	95.23100000000001	72.0	0.10921951804340008	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0105_000000012457	2489	0.979164544516506	3	2	2	2	1	False	50888	maximal	True	FIJ0105_000000012457	1.0		0	0	False	False	0.999196469783783	0					non-mobilizable	no_good_hit	922.0	76.681	37.0	0.005222857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0017_000000017832	1629	0.9791633414135409	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6249075256798128		0	0	False	False	1.0	0					non-mobilizable	other	1638.0	78.02199999999999	99.0	0.022590361445783132	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0055_000000009584	1625	0.9791633414135409	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6277543232826142		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	78.096	100.0	0.022604306113342257	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0322_000000007393	1621	0.9791633414135409	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6220352651337093		0	0	False	False	1.0	0					non-mobilizable	other	1635.0	78.043	100.0	0.022548527443105756	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0117_000000014419	1593	0.9791633414135409	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.5615952922513812		0	0	False	False	0.9899560809135437	0					non-mobilizable	other	1607.0	77.66	100.0	0.022158076751450245	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0112_000000017850	1552	0.9791633414135409	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.40595576417167906		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	76.908	95.0	0.0004212568301347965	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0142_000000000708	20683	0.9791608338908656	19	11	7	11	5	False	112325	maximal	True	SPA0142_000000000708	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3204.0	93.851	20.0	0.0010771012646851818	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0125_01_000000003126	8377	0.9791566900525598	5	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.9675924080628088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	97.95299999999999	12.0	0.021212253067618137	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0203_000000001574	7578	0.9791556148551214	10	8	4	7	2	True	81739	maximal	True	ENG0203_000000001574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1526.0	83.945	20.0	0.00023869555949057483	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	True
ETH0001_000000013266	2276	0.9791529844490952	3	2	1	2	1	False	53534	maximal	True	ETH0001_000000013266	1.0		1	1	False	False	0.9964850544929504	0					non-mobilizable	no_good_hit	236.0	72.458	10.0	7.886325736520289e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MON0006_000000000445	18101	0.9791519471995156	15	9	5	7	5	False	14069	maximal	True	MON0006_000000000445	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	100.0	1.0	2.4334722485472847e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0002_000000004594	7481	0.9791501654289636	9	8	6	7	7	True	92155	fragment	False	CHI0026_000000001102	0.9534641543435433		0	0	False	False	0.9998663067817688	0					non-mobilizable	no_good_hit	187.0	83.95700000000001	2.0	6.586815108454036e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0123_000000005832	5650	0.9791411354004236	8	3	2	2	2	False	41380	fragment	False	FIJ0123_000000005832	1.0		0	0	False	False	0.9980530738830566	0					non-mobilizable	no_good_hit	196.0	75.51	3.0	5.046931031788068e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
TAN0007_000000036566	1167	0.9791394196906426	2	1	1	1	1	False	2783	fragment	False	TAN0007_000000036566	1.0		0	0	False	False	0.999143123626709	0					non-mobilizable	no_good_hit	458.0	74.454	39.0	0.00015871867185334116	CP033388.1	verrucomicrobia	Akkermansia muciniphila strain CBA5201 chromosome, complete genome	True	False
ISR0170_000000010861	4145	0.9791353012401416	5	2	2	2	2	True	87426	fragment	False	ISR0815_000000006671	0.9389859407559271		0	0	False	False	0.9997587203979492	0					non-mobilizable	other	4069.0	99.779	100.0	0.0057958212527693285	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
CHI0132_000000008694	3681	0.9791353012401416	4	2	2	2	2	True	87425	fragment	False	CHI0132_000000008694	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3681.0	99.70100000000001	100.0	0.005243024142131546	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
CHI0043_000000002922	2862	0.9791353012401416	4	2	2	2	2	True	87424	fragment	False	CHI0043_000000002922	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2862.0	99.825	100.0	0.004076166323543031	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
ISR0197_000000001042	16076	0.9791291284203516	19	10	7	8	10	True	131171	maximal	True	ISR0197_000000001042	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	87.51799999999999	32.0	0.00040065354258730197	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
SPA0028_000000004133	5824	0.9791218315607144	7	4	3	1	2	False	7539	maximal	True	SPA0028_000000004133	0.9998219056099733		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	81.319	5.0	8.075108794700793e-05	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	True	False
CAN0002_000000002523	5946	0.9791129151505475	15	6	1	4	4	False	96985	maximal	True	CAN0002_000000002523	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	98.145	9.0	0.00015355230996331868	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0354_000000002227	7210	0.9791089517498256	10	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.7221432995353202		0	0	False	False	0.9993064999580383	0					non-mobilizable	other	7210.0	99.958	100.0	0.14959224751509617	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
AST0026_000000012672	2249	0.9791073734174428	5	3	3	2	1	False	119384	maximal	True	AST0026_000000012672	1.0		5	5	False	False	0.991107165813446	0					non-mobilizable	no_good_hit								True	False
ISR0122_000000004119	3930	0.9791061165534246	8	2	2	1	1	False	32166	maximal	True	ISR0122_000000004119	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0163_000000006611	1524	0.979104524165742	2	2	2	1	1	False	90596	fragment	False	ISR0228_000000013157	0.5066558257851211		0	0	False	False	0.990813672542572	0					non-mobilizable	other	1525.0	99.148	100.0	0.01077307227083348	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MAD0044_000000003315	6797	0.9791027900469246	5	5	3	5	3	False	103502	maximal	False	ISR0069_000000003459	0.7152926757262443		0	0	True	True	1.0	67	rep_cluster_2150	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	6724.0	99.866	100.0	0.9948209529446582	FJ004638.1	enterobacteria	Escherichia coli strain H30 serovar O26:H11 plasmid pO26-S4, complete sequence	False	True
FIJ0015_000000025015	1312	0.9791027463856548	3	2	2	2	2	False	50302	fragment	False	FIJ0015_000000025015	1.0		0	0	False	False	0.9893292784690857	0					non-mobilizable	no_good_hit	474.0	81.013	36.0	0.00016502450755589144	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0101_000000006179	1195	0.9791012530925428	2	2	2	1	1	False	108446	fragment	False	AST0101_000000006179	0.9452939773194734		0	0	False	False	0.9991631507873535	0					non-mobilizable	no_good_hit	233.0	97.425	33.0	0.0013151826737492955	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
SPA0042_000000002131	11282	0.9791011412809598	11	8	5	6	5	True	6878	fragment	False	SPA0042_000000002131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	0.0	8.8356806382503e-06	CP045404.1	a-proteobacteria	Roseovarius sp. THAF9 chromosome, complete genome	True	True
ISR0269_000000011754	1631	0.9790919720626696	3	3	3	3	3	False	26464	maximal	True	ISR0269_000000011754	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	96.23299999999999	57.0	0.10691244239631337	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
SPA0030_000000008025	3813	0.979089922323532	5	5	3	4	4	True	109521	fragment	False	SPA0030_000000008025	1.0		0	0	False	False	0.9997377395629883	0					non-mobilizable	no_good_hit	1546.0	84.541	72.0	0.035902826442419995	AF036485.2	firmicutes	Lactococcus lactis subsp. cremoris plasmid pNZ4000, complete sequence	True	True
ISR0156_000000002295	10978	0.9790883970795652	15	11	6	6	9	True	132408	maximal	True	ISR0156_000000002295	1.0	PS1107|PS1110|PS1114|PS1159|PS463|PS753	11	6	True	True	1.0	169		MOBV,MOBV			mobilizable	no_good_hit	5084.0	96.833	62.0	0.8602405556496696	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
ISR0180_000000010288	2220	0.9790858384070388	3	2	2	2	2	False	67865	maximal	True	ISR0180_000000010288	1.0		1	1	False	False	0.99909907579422	0					non-mobilizable	no_good_hit	1810.0	95.414	81.0	0.009714698058137405	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
MON0001_000000003170	8430	0.979085691241268	8	8	3	4	7	False	14413	maximal	True	MON0001_000000003170	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5631.0	96.626	68.0	0.0010221132614153243	LR130539.1	enterobacteria	Klebsiella variicola strain AJ055 genome assembly, chromosome: 1	True	False
ISR0148_000000005796	5069	0.9790841516997788	6	4	2	3	3	True	73772	fragment	False	ISR0148_000000005796	1.0		0	0	False	False	0.9990136027336121	0					non-mobilizable	other	5069.0	99.98	100.0	0.0016263909204512561	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0095_000000011632	2648	0.9790787119687752	4	3	2	2	3	False	131537	fragment	False	ISR0095_000000011632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	78.04899999999999	66.0	0.02431950022311468	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0149_000000011380	2380	0.9790787119687752	3	3	2	2	3	False	131536	fragment	False	AST0149_000000011380	0.9926546179322333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1740.0	77.816	72.0	0.023998772869254798	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
TAN0007_000000001592	13650	0.9790785598027549	17	10	8	9	2	True	64247	maximal	True	TAN0007_000000001592	1.0		2	1	False	False	0.9997069835662842	0					non-mobilizable	no_good_hit	337.0	98.81299999999999	2.0	0.2077922077922078	NZ_AXCY01000222.1	high GC Gram+	Cellulomonas carbonis T26 contig245, whole genome shotgun sequence	True	True
ISR0052_000000003303	8070	0.9790765715243388	9	4	4	4	3	False	112534	fragment	False	ISR0052_000000003303	1.0		0	0	False	False	0.9988847374916077	0					non-mobilizable	no_good_hit	103.0	80.583	1.0	4.4669057566916236e-05	NZ_AP019846.1	fusobacteria	Leptotrichia hongkongensis strain JMUB5056	True	False
ISR0308_000000002793	5063	0.9790720235319408	9	8	5	4	6	True	123556	backbone	False	ISR0826_000000002301	0.7297348793214763	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5074.0	99.78299999999999	100.0	0.05062470062270477	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0256_000000003544	4988	0.9790720235319408	9	8	5	4	6	True	123556	backbone	False	ISR0826_000000002301	0.7287460637894345	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4999.0	99.78	100.0	0.04987625738463995	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0005_000000003112	7618	0.9790711946718732	10	8	5	5	8	False	98121	fragment	False	ENG0005_000000003112	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	5061.0	99.96	100.0	0.0340804214412266	CP054369.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-1, complete sequence	False	True
FIJ0144_000000003552	8455	0.97906820710109	9	8	3	4	7	True	85412	fragment	False	FIJ0144_000000003552	1.0		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	8457.0	97.90700000000001	100.0	0.022889373893170285	CP017632.1	enterobacteria	Escherichia coli SLK172 plasmid pSLK172-1, complete sequence	False	True
ISR0175_000000004268	5949	0.9790668019756432	9	2	2	2	2	False	29866	fragment	False	ISR0175_000000004268	1.0		0	0	False	False	0.9936123490333557	0					non-mobilizable	no_good_hit	97.0	96.90700000000001	2.0	0.00030903442836678526	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0006_000000000831	7354	0.9790623274259144	8	8	7	7	7	False	90347	maximal	True	MAD0006_000000000831	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6323.0	99.984	86.0	0.0012043666578272784	CP035751.1	enterobacteria	Escherichia coli E110019 chromosome, complete genome	True	False
FIJ0139_000000000294	42157	0.9790619313477928	59	24	6	19	15	True	50409	backbone	True	FIJ0139_000000000294	1.0	PS195	2	1	True	True	1.0	25					non-mobilizable	no_good_hit	3040.0	89.539	12.0	0.18944138276553107	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
SPA0070_000000007357	2937	0.9790600139371568	3	3	3	3	3	False	104711	fragment	False	SPA0070_000000007357	1.0		0	0	False	False	0.9955736994743347	0					non-mobilizable	other	2938.0	97.992	100.0	0.0023656529113403888	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ENG0153_000000001070	18294	0.9790592731245648	23	14	10	13	10	False	105159	maximal	False	ISR0825_000000000842	0.9922065931678705		0	0	False	False	0.999945342540741	0					non-mobilizable	no_good_hit	137.0	86.131	1.0	4.8161658857513376e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0853_000000001241	9406	0.9790524461626048	11	10	5	7	9	True	123628	fragment	False	USA0108_01_000000001009	0.42366928459543773		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3126.0	94.882	93.0	0.10019640039924016	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0004_000000000170	52393	0.9790503164033556	56	20	12	19	14	True	90946	fragment	False	FIJ0004_000000000170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	76.779	1.0	0.011637335904797388	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	True
MAD0041_000000019227	1833	0.979050017330378	2	2	2	2	2	False	18244	maximal	True	MAD0041_000000019227	1.0		1	1	False	False	0.9994544386863708	0					non-mobilizable	no_good_hit	948.0	99.684	52.0	0.000401136241726565	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
USA0009_01_000000006198	3895	0.9790399029808784	5	3	2	3	3	False	30131	fragment	False	USA0009_01_000000006198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	85.95299999999999	18.0	0.7048371174728529	NZ_FNVV01000006.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
DEN0023_000000001442	3409	0.9790399029808784	4	3	2	3	3	False	74393	fragment	False	DEN0023_000000001442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1784.0	71.861	54.0	0.000875267401185208	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0077_000000003869	7792	0.9790386216036958	11	9	6	8	8	False	84844	fragment	False	MON0077_000000003869	1.0		0	0	False	False	0.9843429327011108	0					non-mobilizable	chromosome	5405.0	97.07700000000001	94.0	0.0010635681826549395	CP057188.1	enterobacteria	Escherichia coli strain RHB33-C19 chromosome, complete genome	False	False
ENG0187_000000002310	9513	0.9790353162926464	14	8	4	8	6	False	54999	maximal	False	MAD0088_000000001470	0.9610173024807172		0	0	False	True	0.9998948574066162	0					non-mobilizable	no_good_hit	61.0	96.721	1.0	0.0005624191522468645	NZ_SLUM01000013.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_113, whole genome shotgun sequence	True	True
ISR0066_000000000599	34264	0.9790281402710784	40	18	10	17	11	True	127245	maximal	True	ISR0066_000000000599	1.0		1	1	True	True	0.9999707937240601	34					non-mobilizable	no_good_hit	5971.0	94.473	54.0	0.13329454154823983	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
DEN0021_000000017678	2023	0.9790278071877236	2	1	1	1	1	True	74780	maximal	True	DEN0021_000000017678	0.9653760486976383		1	1	True	True	0.9995056986808777	17					non-mobilizable	plasmid	1071.0	98.133	100.0	0.5501801338136901	HG796438.1	bacteria	Uncultured bacterium plasmid pRGI01209	False	True
ISR0035_000000005231	3416	0.979020395209782	6	5	2	2	5	False	116086	maximal	True	ISR0035_000000005231	1.0		0	0	False	False	0.9988290667533875	0					non-mobilizable	no_good_hit	1780.0	99.60700000000001	52.0	0.010751973310447364	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
SPA0135_000000013285	1566	0.9790168804223413	3	2	2	2	1	False	94084	fragment	False	SPA0062_000000015646	0.32816800299890486		0	0	False	False	0.9987228512763977	0					non-mobilizable	chromosome	1562.0	97.759	99.0	0.0006420346113899164	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0046_000000025927	1416	0.9790168804223413	3	2	2	2	1	False	94084	fragment	False	SPA0062_000000015646	0.18182864834333407		0	0	False	False	1.0	0					non-mobilizable	chromosome	1416.0	97.24600000000001	100.0	0.0005819082141718742	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0082_000000030741	1390	0.9790168804223413	3	2	2	2	1	False	73707	fragment	False	SPA0143_000000014035	0.9519828195146107		0	0	False	False	0.9956834316253662	0					non-mobilizable	other	1370.0	97.37200000000001	98.0	0.03752262877832026	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
SPA0031_000000024903	1343	0.9790168804223413	3	2	2	2	1	False	73707	fragment	False	SPA0143_000000014035	0.9348756334974312		0	0	False	False	0.9992554187774658	0					non-mobilizable	chromosome	1343.0	95.905	100.0	0.0005814384553248445	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0284_000000011886	1254	0.9790168804223413	3	2	2	2	1	False	73707	fragment	False	SPA0143_000000014035	0.7812245857264303		0	0	False	False	0.9952152967453003	0					non-mobilizable	chromosome	1254.0	96.73	100.0	0.0005151926227381561	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0849_000000003628	6495	0.979014648609112	10	7	4	6	4	True	125431	fragment	False	ISR0196_000000002296	0.9744843293306426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	37.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0025_000000016531	1281	0.9790143856792296	2	2	2	2	2	False	7551	fragment	False	SPA0025_000000016531	1.0		0	0	False	False	0.9773614406585693	0					non-mobilizable	other	826.0	87.167	99.0	0.041435907763568626	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
MAD0065_000000000739	11641	0.979013147710002	11	10	6	8	10	True	46247	maximal	True	MAD0065_000000000739	0.9629677642381816		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2855.0	96.637	58.0	0.024068028243869107	MN335639.1	enterobacteria	Escherichia coli strain SFE059 plasmid pSFE059, complete sequence	True	True
CHI0144_000000015228	1154	0.9789991449123416	2	1	1	1	1	False	79793	fragment	False	CHI0144_000000015228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0145_01_000000001578	13517	0.9789971178129524	10	8	5	5	8	True	107466	fragment	False	USA0145_01_000000001578	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10108.0	98.23899999999999	100.0	0.10524671429464082	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
FIJ0152_000000009631	2509	0.9789967288538084	2	2	1	2	1	False	39724	maximal	True	FIJ0152_000000009631	1.0		2	2	False	False	0.9768832325935364	0					non-mobilizable	no_good_hit	88.0	78.40899999999999	3.0	0.00037790038545839315	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0153_000000002889	9739	0.9789942918143966	10	3	2	2	2	False	53590	fragment	False	FIJ0010_000000001668	0.9598339227372488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	100.0	1.0	0.00044277175116227583	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0053_000000001663	9564	0.9789942918143966	10	3	2	2	2	False	53590	fragment	False	FIJ0010_000000001668	0.890781228583983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0003837355176739724	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0388_000000004884	5906	0.9789905863012568	10	6	4	5	5	False	26720	fragment	False	ISR0388_000000004884	1.0		0	0	False	False	0.9986454248428345	0					non-mobilizable	no_good_hit	1217.0	96.22	21.0	0.058874878758486904	NZ_MPJW01000262.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_35_length_20620_cov_347.105_ID_69, whole genome shotgun sequence	True	False
FIJ0109_000000011135	2343	0.9789820305614724	3	3	3	3	3	False	100790	fragment	False	FIJ0109_000000011135	1.0		0	0	False	False	0.9914639592170715	0					non-mobilizable	other	2324.0	96.816	99.0	0.0006450950008608672	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0026_000000001716	15152	0.978979352843992	15	4	3	4	4	True	74227	fragment	False	DEN0026_000000001716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	81.375	14.0	0.025585913991436973	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
CHI0149_000000010530	1146	0.9789765399288222	3	2	1	2	2	False	79561	maximal	True	CHI0149_000000010530	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	99.897	85.0	0.00018885352710649805	CP057147.1	enterobacteria	Citrobacter sp. RHB35-C21 chromosome, complete genome	True	False
MON0030_000000000179	45940	0.978971699938866	66	39	17	19	33	False	62813	maximal	True	MON0030_000000000179	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6359.0	97.32700000000001	71.0	0.03421684670809594	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
USA0069_01_000000014564	4231	0.9789672156135459	4	3	3	2	2	False	800	maximal	True	USA0069_01_000000014564	1.0		4	3	False	False	0.9903095960617065	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0011799796781277656	NZ_MZGX01000038.1	firmicutes	Ruminiclostridium hungatei strain DSM 14427 CLHUN_contig000038, whole genome shotgun sequence	True	False
MON0030_000000019512	1826	0.9789665242677872	3	3	1	3	1	False	56341	fragment	False	MON0044_000000028323	0.6336805555555555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0046_000000001529	13372	0.9789654182368752	14	5	3	4	3	True	98609	maximal	True	MON0046_000000001529	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.89	9.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
CHI0166_000000001469	5391	0.9789581122897908	8	7	3	2	5	True	90060	fragment	False	CHI0166_000000001469	1.0		0	0	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1915.0	96.13600000000001	76.0	0.2062533692722372	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ISR0357_000000004141	5289	0.9789577673939592	6	3	2	3	2	False	129551	maximal	True	ISR0357_000000004141	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1777.0	87.73200000000001	36.0	0.0004748663835333918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0122_000000023951	1250	0.9789556771360108	2	1	1	1	1	False	101631	maximal	True	ENG0122_000000023951	1.0		1	1	False	False	0.9991999864578247	0					non-mobilizable	no_good_hit								True	False
AUS0008_000000021407	1159	0.9789556771360108	2	1	1	1	1	False	101625	fragment	False	AUS0008_000000021407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000017166	1784	0.9789524955735146	3	3	3	3	2	False	73253	fragment	False	ISR0324_000000017166	0.9787678350311756		0	0	False	False	0.9876681566238403	0					non-mobilizable	other	1784.0	99.664	100.0	0.006674877677157543	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ITA0002_000000000617	9002	0.978949590439248	12	11	5	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9972699653810453	PS1165|PS799|PS800	0	0	True	True	1.0	20	rep_cluster_1097	MOBB			mobilizable	plasmid	6933.0	99.899	100.0	0.774932915921288	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MON0058_000000049361	1105	0.9789462307014578	1	1	1	1	1	False	10963	fragment	False	MON0058_000000049361	1.0		0	0	False	False	0.9791855216026306	0					non-mobilizable	chromosome	1007.0	99.90100000000001	91.0	0.0005387353963078953	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
FIJ0006_000000037139	1099	0.9789428068032814	1	1	1	1	1	False	51632	fragment	False	FIJ0006_000000037139	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	99.273	100.0	0.0038838039368130897	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
MON0087_000000041955	1234	0.9789423499873684	1	1	1	1	1	False	62702	fragment	False	MON0103_000000045797	0.9730889235569422		0	0	False	False	0.9635332226753235	0					non-mobilizable	no_good_hit								True	False
ENG0194_000000003051	8021	0.9789405419774048	7	5	2	4	3	True	96748	fragment	False	ENG0194_000000003051	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	other	7864.0	99.975	98.0	0.0032968733162906127	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ITA0007_000000000031	5374	0.9789384271395278	7	6	3	6	1	True	88746	maximal	True	ITA0007_000000000031	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1800.0	88.056	83.0	0.03172296459079148	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0079_000000025273	2273	0.9789362156837744	2	2	2	2	2	False	69558	fragment	False	DEN0079_000000025273	1.0		0	0	False	False	0.9854817390441895	0					non-mobilizable	no_good_hit	149.0	83.221	11.0	6.560558740919434e-05	CP014231.1	fusobacteria	Leptotrichia sp. oral taxon 847, complete genome	True	False
AST0019_000000004291	5767	0.9789340375079824	7	5	4	4	4	True	122897	maximal	True	AST0019_000000004291	1.0		1	1	True	True	0.9993063807487488	39					non-mobilizable	no_good_hit	586.0	75.256	10.0	0.18991989319092123	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0031_000000005085	5629	0.9789340375079824	7	5	4	4	4	True	117595	maximal	True	AST0031_000000005085	0.9774355353868748		5	2	True	True	0.9989340901374817	24					non-mobilizable	no_good_hit	254.0	88.189	15.0	0.061977373339891784	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0251_000000002235	5113	0.9789340375079824	7	5	4	4	4	True	117595	maximal	False	AST0031_000000005085	0.5639397979317333		0	0	False	True	0.999217689037323	0					non-mobilizable	no_good_hit	254.0	88.189	17.0	0.061977373339891784	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0078_000000015798	1646	0.978932892116366	4	2	1	1	2	False	61911	fragment	False	ENG0078_000000015798	0.9938195302843016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	81.707	40.0	0.00019735156612348716	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
ISR0216_000000010777	1618	0.978932892116366	5	2	1	1	2	False	61911	fragment	False	ENG0078_000000015798	0.9854191980558931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	81.707	40.0	0.00019735156612348716	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
SPA0095_000000014509	1320	0.978932892116366	3	2	1	1	2	False	5195	fragment	False	SPA0095_000000014509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	81.707	50.0	0.00019735156612348716	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
CAN0006_000000015170	2975	0.9789312389472028	5	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.991161162649755	PS125|PS616	0	0	True	True	1.0	5176					non-mobilizable	no_good_hit	1188.0	95.791	66.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
CAN0007_000000014022	2958	0.9789312389472028	4	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.9909748559419123	PS125|PS616	0	0	True	True	1.0	475					non-mobilizable	no_good_hit	1188.0	95.791	69.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ENG0022_000000005956	2956	0.9789312389472028	4	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.990537821090252	PS125|PS616	0	0	True	True	1.0	2760					non-mobilizable	no_good_hit	1130.0	96.37200000000001	69.0	0.37912457912457914	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
DEN0065_000000011336	2955	0.9789312389472028	5	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.9894806012205007	PS125|PS616	0	0	True	True	1.0	272					non-mobilizable	no_good_hit	1188.0	96.044	69.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ENG0098_000000008628	2955	0.9789312389472028	4	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.9911580287834926	PS125|PS616	0	0	True	True	1.0	1093					non-mobilizable	no_good_hit	1007.0	97.219	69.0	0.3383838383838384	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0011_000000006637	2955	0.9789312389472028	4	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.991287301755037	PS125|PS616	0	0	True	True	1.0	5902					non-mobilizable	no_good_hit	1003.0	97.30799999999999	69.0	0.337037037037037	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
DEN0041_000000011399	2955	0.9789312389472028	4	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.9901542784575265	PS125|PS616	0	0	True	True	1.0	2555					non-mobilizable	no_good_hit	1188.0	96.044	69.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0139_000000009127	2955	0.9789312389472028	4	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.9912753237841727	PS125|PS616	0	0	True	True	1.0	163					non-mobilizable	no_good_hit	1038.0	96.917	69.0	0.3488215488215488	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ENG0202_000000007595	2955	0.9789312389472028	4	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.9911649971385573	PS125|PS616	0	0	True	True	1.0	941					non-mobilizable	no_good_hit	1188.0	95.875	69.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0102_000000012246	2935	0.9789312389472028	4	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.9898732370110367	PS125|PS616	0	0	True	True	1.0	1639					non-mobilizable	no_good_hit	1188.0	95.96	69.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0138_000000008634	2935	0.9789312389472028	4	3	1	2	2	True	104317	backbone	True	SPA0138_000000008634	0.9915353616358927	PS125|PS616	20	7	True	True	1.0	244					non-mobilizable	no_good_hit	1188.0	95.875	69.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
DEN0051_000000015035	2935	0.9789312389472028	4	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.9903171214052837	PS125|PS616	0	0	True	True	1.0	341					non-mobilizable	no_good_hit	1188.0	96.12799999999999	69.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ENG0146_000000008175	2935	0.9789312389472028	4	3	1	2	2	True	104317	backbone	False	SPA0138_000000008634	0.9885249898277415	PS125|PS616	0	0	True	True	1.0	584					non-mobilizable	no_good_hit	1003.0	97.30799999999999	69.0	0.337037037037037	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ISR0246_000000002992	5365	0.9789291575836628	7	7	3	5	6	True	123597	maximal	True	ISR0246_000000002992	1.0	PS902	33	6	False	True	0.9998136162757874	0	rep_cluster_1702				non-mobilizable	plasmid	1963.0	93.836	94.0	0.02561305753410256	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ISR0067_000000022567	1368	0.978928869710016	1	1	1	1	1	False	35052	fragment	False	ISR0067_000000022567	1.0		0	0	False	False	0.9985380172729492	0					non-mobilizable	no_good_hit								True	False
ISR0776_000000019168	1226	0.978928869710016	1	1	1	1	1	False	22405	fragment	False	ISR0776_000000019168	1.0		0	0	False	False	0.9747145175933838	0					non-mobilizable	no_good_hit								True	False
AST0099_000000005795	3634	0.9789261415441703	5	3	3	3	3	False	108875	fragment	False	AST0099_000000005795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	77.419	11.0	0.012908639106722174	NZ_QIML01000022.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_22, whole genome shotgun sequence	True	False
SPA0051_000000013388	1858	0.9789217842927712	4	2	2	2	1	False	6576	maximal	True	SPA0051_000000013388	1.0		0	0	False	False	0.9962325096130371	0					non-mobilizable	no_good_hit	507.0	78.895	27.0	0.0002204798555198142	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0033_000000034208	1788	0.9789202744770648	3	3	1	2	3	False	12300	maximal	True	MON0033_000000034208	1.0		0	0	False	False	0.994966447353363	0					non-mobilizable	no_good_hit								True	False
ENG0028_000000001378	9703	0.9789109158544128	15	8	5	7	7	True	125406	fragment	False	CHI0090_000000001036	0.9482103864046331		0	0	False	False	0.9989693760871887	0					non-mobilizable	other	9688.0	97.069	99.0	0.0027639415793397366	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0109_000000013160	2448	0.9789067021473308	4	1	1	1	1	False	37923	fragment	False	ISR0109_000000013160	0.9987595548513483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	82.42399999999999	7.0	0.36551724137931035	LK933459.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_749	True	False
CAN0003_000000006025	7660	0.9789037169739	4	4	4	4	1	True	96798	fragment	False	CAN0003_000000006025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	71.415	14.0	0.00030623653366306576	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0042_000000001525	14630	0.9788951204699704	17	6	5	6	5	False	67005	fragment	False	ISR0162_000000001698	0.9791777012711864		0	0	False	False	0.9998632669448853	0					non-mobilizable	no_good_hit	307.0	95.11399999999999	6.0	9.51960821523523e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0062_000000009576	4247	0.9788939255731436	9	7	2	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9742420647801592	PS1143|PS778	0	0	True	True	1.0	394					non-mobilizable	plasmid	4138.0	99.95200000000001	100.0	0.9973481195756991	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0109_000000007011	4237	0.9788939255731436	9	7	2	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9568714547534489	PS1143|PS778	0	0	True	True	1.0	277					non-mobilizable	other	3995.0	96.02	100.0	0.36860099796710405	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0316_000000004154	4177	0.9788939255731436	8	7	2	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9565962370773606	PS1143|PS778	0	0	True	True	1.0	63					non-mobilizable	other	3581.0	96.286	100.0	0.33034559231195715	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0382_000000000258	28317	0.9788924745975732	29	14	8	12	8	True	117533	fragment	False	ISR0382_000000000258	1.0		0	0	False	True	0.999964714050293	0					non-mobilizable	no_good_hit	251.0	73.705	1.0	0.0016046502635750834	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	True
DEN0052_000000021804	2030	0.9788915718796544	3	1	1	1	1	False	72285	fragment	False	DEN0052_000000021804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	76.984	24.0	0.0001407087152637846	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0036_000000018310	1336	0.9788913670954478	2	2	2	2	2	False	120077	fragment	False	ISR0155_000000005779	0.03576855796155751		0	0	False	False	0.9827844500541687	0					non-mobilizable	chromosome	1336.0	98.65299999999999	100.0	0.00029841003820945923	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
FIJ0089_000000004146	5441	0.9788903459952584	8	3	1	3	1	True	121766	fragment	False	AST0024_000000005567	0.9394828534751514		0	0	False	False	1.0	0					non-mobilizable	plasmid	2467.0	94.649	99.0	0.10679569519180698	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0317_000000005102	3411	0.9788903459952584	4	3	1	3	1	True	119488	fragment	False	ISR0317_000000005102	0.933448328520193		0	0	False	False	0.9997068047523499	0					non-mobilizable	plasmid	2241.0	85.542	96.0	0.09603367470925186	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0069_000000001911	11218	0.9788859302381144	11	8	8	6	6	False	99372	fragment	False	ENG0006_000000002142	0.774255568911166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2613.0	95.59899999999999	68.0	0.10685648829978726	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0111_000000013007	1590	0.9788775823305134	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.2678568555323688		0	0	False	False	0.9930817484855652	0					non-mobilizable	other	1598.0	78.473	99.0	0.022116242748772868	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0021_000000006025	3720	0.9788768593074412	5	5	4	5	2	False	90187	fragment	False	ISR0021_000000006025	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3720.0	100.0	100.0	0.0006921489391361184	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ISR0266_000000004432	3395	0.9788754320745664	4	3	3	3	3	False	115937	fragment	False	DEN0045_000000009795	0.9487811558477129		0	0	False	False	0.9911634922027588	0					non-mobilizable	no_good_hit	1467.0	95.16	43.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
MON0092_000000008296	5721	0.978873049896746	10	7	6	6	4	False	96410	maximal	True	MON0092_000000008296	1.0		33	6	False	False	1.0	0					non-mobilizable	no_good_hit	1823.0	98.51899999999999	64.0	0.000492642937428128	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CAN0015_000000001595	22518	0.9788685475081196	31	13	2	9	6	False	97478	maximal	True	CAN0015_000000001595	1.0		17	5	False	False	0.9991562366485596	0					non-mobilizable	no_good_hit	12057.0	99.84200000000001	89.0	0.013226903664691684	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0854_000000001439	4814	0.9788668156325766	8	5	2	4	3	True	91862	fragment	False	ISR0854_000000001439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
MON0038_000000019319	1726	0.9788558435815105	2	2	2	2	2	False	65375	fragment	False	MON0038_000000019319	1.0		0	0	False	False	0.9988412261009216	0					non-mobilizable	chromosome	1726.0	96.118	100.0	0.0007103975013775534	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0065_000000006060	4382	0.9788548609328588	3	3	3	3	1	False	12866	fragment	False	MON0065_000000006060	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	89.03200000000001	4.0	4.3953635193961114e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0153_000000009435	1965	0.978849855129176	4	2	2	2	1	False	125966	fragment	False	DEN0051_000000012717	0.1285377957986503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0018_01_000000005246	4731	0.9788441486440158	8	5	3	3	5	True	102406	backbone	True	USA0018_01_000000005246	1.0	PS596	3	1	True	True	1.0	195		MOBP			mobilizable	no_good_hit	1062.0	93.50299999999999	72.0	0.17262196116821668	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
MON0004_000000001037	15257	0.9788407167123192	16	16	2	12	16	True	95700	fragment	False	MON0004_000000001037	1.0		0	0	False	False	0.9992790222167969	0			MPF_F		non-mobilizable	plasmid	15257.0	99.954	100.0	0.0869089666172952	CP039831.1	enterobacteria	Klebsiella pneumoniae strain C2315 plasmid pC2315-4-KPC, complete sequence	False	True
ISR0049_000000010386	2824	0.9788401293168908	3	3	3	3	2	False	131494	maximal	True	ISR0049_000000010386	1.0		0	0	False	False	0.995396614074707	0					non-mobilizable	no_good_hit	1756.0	77.904	61.0	0.024221887550200803	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0093_000000002405	8862	0.9788373686027552	12	10	7	10	10	False	132193	fragment	False	MON0031_000000003564	0.779228052549411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6926.0	97.73299999999999	79.0	0.00875391409478812	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
MAD0041_000000017927	1943	0.9788329476639868	3	3	2	3	1	False	114451	fragment	False	MAD0041_000000017927	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1959.0	85.50299999999999	100.0	0.0008402891323039141	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0036_000000003488	6114	0.9788324522384166	5	5	3	4	5	False	98120	maximal	True	ENG0036_000000003488	1.0		0	0	False	False	0.9998364448547363	0	IncFIB				non-mobilizable	no_good_hit	4044.0	99.852	66.0	0.029446896531631926	CP041539.1	enterobacteria	Escherichia coli strain 73 plasmid p2766-1	True	True
MON0001_000000031295	1118	0.9788230167048612	2	1	1	1	1	False	14347	fragment	False	MON0001_000000031295	1.0		0	0	False	False	0.9472271800041199	0					non-mobilizable	no_good_hit								True	False
ISR0854_000000000913	7072	0.9788182294908344	4	2	2	2	1	True	98603	fragment	False	ISR0115_000000003080	0.6648555377036068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	97.806	14.0	0.020777129927769557	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0013_000000005538	6870	0.9788182294908344	4	2	2	2	1	True	98583	fragment	False	MON0013_000000005538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.637	17.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
DEN0021_000000018596	1937	0.9788033047162116	3	2	2	2	2	False	93077	maximal	True	DEN0021_000000018596	1.0		0	0	False	False	0.9989674687385559	0					non-mobilizable	no_good_hit	1016.0	94.488	52.0	0.00047290585255970786	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
AUS0002_000000000364	32859	0.9788024136708922	38	17	12	17	12	True	103161	maximal	True	AUS0002_000000000364	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1985.0	82.065	26.0	0.015839527149448796	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0347_000000004419	4339	0.9787954269951492	7	4	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.425614077648384	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	105					non-mobilizable	no_good_hit	1996.0	95.34100000000001	61.0	0.39645559538032654	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0161_000000006182	3514	0.9787954269951492	5	4	1	2	4	False	130026	backbone	True	ENG0161_000000006182	0.9399910224154878	PS1072|PS1075|PS974	47	6	False	True	1.0	0					non-mobilizable	no_good_hit	1973.0	95.743	56.0	0.3918757467144564	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0006_000000004444	3319	0.9787954269951492	5	4	1	2	4	False	130026	backbone	False	ENG0161_000000006182	0.8929768796347796	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1786.0	96.305	54.0	0.3551662353175393	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0091_000000007031	3311	0.9787954269951492	5	4	1	2	4	False	130026	backbone	False	ENG0161_000000006182	0.8400880795246201	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1873.0	96.04899999999999	57.0	0.37248656181564804	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0093_000000007370	3224	0.9787954269951492	5	4	1	2	4	False	130026	backbone	False	ENG0161_000000006182	0.7800061913039192	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1786.0	96.305	55.0	0.3551662353175393	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0847_000000026594	1146	0.9787922816784635	2	2	1	1	2	False	30896	fragment	False	ISR0148_000000022919	0.9313725490196079		0	0	False	False	0.9921466112136841	0					non-mobilizable	other	1098.0	92.441	96.0	0.0927869962749746	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
ISR0331_000000008351	2725	0.9787882819020154	7	4	4	4	4	True	126025	fragment	False	ISR0331_000000008351	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2608.0	94.363	96.0	0.05847874418918009	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0210_000000000672	21378	0.9787843700389102	28	22	9	13	20	True	132568	maximal	True	ISR0210_000000000672	1.0		26	4	False	False	1.0	0					non-mobilizable	no_good_hit	11295.0	99.92	53.0	0.0020076480476004925	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
ISR0182_000000001931	11986	0.9787797949880068	10	3	2	2	2	True	98613	fragment	False	ISR0182_000000001931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.266	10.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0034_000000002779	10309	0.9787797949880068	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.7445386545726838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	95.186	11.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0037_000000001695	10131	0.9787797949880068	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.5835446367537713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.351	12.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0008_000000002201	9964	0.9787797949880068	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.6256975930732993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.435	12.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0042_000000002056	9948	0.9787797949880068	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.5816338757318653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.266	12.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
CHI0045_000000001390	9928	0.9787797949880068	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.4610066168783501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.435	12.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0082_000000000694	9830	0.9787797949880068	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.5760772682330602		0	0	False	False	0.9997965693473816	0					non-mobilizable	no_good_hit	1186.0	95.531	12.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0027_000000005510	3759	0.9787782321002616	4	2	2	2	2	False	65998	fragment	False	ENG0027_000000005510	1.0		0	0	False	False	0.9949454665184021	0					non-mobilizable	no_good_hit	109.0	78.899	3.0	3.613118399110617e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0212_000000008535	3931	0.978773598586798	9	6	6	6	6	False	125080	fragment	False	ENG0060_000000005592	0.7043392609399572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	85.62799999999999	17.0	0.0002553233162651445	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
AST0153_000000008183	3747	0.978773598586798	8	6	6	6	6	False	125080	fragment	False	ENG0060_000000005592	0.6062145806184522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	17.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0031_000000008579	2439	0.978770502878042	3	1	0	1	1	True	65708	fragment	False	ENG0031_000000008579	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2186.0	97.255	98.0	0.5574021989261059	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
ENG0077_000000009451	2145	0.978770502878042	2	1	0	1	1	True	119624	fragment	False	ENG0051_000000012690	0.964127174663124		0	0	False	False	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	2145.0	99.90700000000001	100.0	0.7728911319394376	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
FIJ0058_000000019356	2070	0.978770502878042	3	1	0	1	1	True	46757	fragment	False	FIJ0058_000000019356	1.0		0	0	False	False	0.991304337978363	0					non-mobilizable	plasmid	1819.0	96.427	97.0	0.46330861672206597	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
DEN0061_000000020728	2054	0.978770502878042	3	1	0	1	1	True	111246	maximal	True	DEN0061_000000020728	1.0		1	1	True	True	1.0	201	rep_cluster_1867				non-mobilizable	no_good_hit	1599.0	99.5	82.0	0.5753424657534246	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
ISR0286_000000009037	2029	0.978770502878042	3	1	0	1	1	True	119623	fragment	False	ISR0286_000000009037	1.0		0	0	False	False	0.9990143179893494	0	rep_cluster_1867				non-mobilizable	plasmid	2030.0	99.704	100.0	0.7279253409906676	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ENG0197_000000005547	1823	0.978770502878042	2	1	0	1	1	True	111245	fragment	False	ENG0197_000000005547	1.0		0	0	False	False	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	1800.0	97.333	99.0	0.6481614996395098	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0062_000000022786	1682	0.978770502878042	2	1	0	1	1	True	35327	maximal	True	ISR0062_000000022786	1.0		1	1	True	True	0.9994054436683655	14					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.009231783712495879	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ENG0031_000000013426	1611	0.978770502878042	3	1	0	1	1	True	111244	fragment	False	ENG0031_000000013426	1.0		0	0	False	False	0.984481692314148	0	rep_cluster_1867				non-mobilizable	plasmid	1594.0	99.749	99.0	0.5714285714285714	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
CHI0141_000000020250	1367	0.978770502878042	1	1	0	1	1	True	80067	fragment	False	CHI0141_000000020250	1.0		0	0	False	False	0.9912216663360596	0					non-mobilizable	plasmid	1253.0	87.55	91.0	0.44364680545585067	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
AST0084_000000027107	1309	0.978770502878042	2	1	0	1	1	True	111243	fragment	False	ENG0177_000000020896	0.6324786324786325		0	0	False	False	0.9755538702011108	0	rep_cluster_1867				non-mobilizable	plasmid	1269.0	99.448	97.0	0.4560201874549387	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ENG0177_000000020896	1248	0.978770502878042	2	1	0	1	1	True	111243	fragment	False	ENG0177_000000020896	0.9034114156387784		0	0	False	False	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	1249.0	99.76	100.0	0.4475951184493898	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
CAN0016_000000036266	1246	0.978770502878042	1	1	0	1	1	True	111243	fragment	False	ENG0177_000000020896	0.6169871794871794		0	0	False	False	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	1268.0	95.03200000000001	99.0	0.4563806777217015	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
USA0121_01_000000033501	1231	0.978770502878042	2	1	0	1	1	True	119622	fragment	False	USA0121_01_000000033501	0.9483448676553771		0	0	False	False	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	1231.0	99.675	100.0	0.443042537851478	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0372_000000014648	1210	0.978770502878042	2	1	0	1	1	True	119622	fragment	False	USA0121_01_000000033501	0.7164290000805029		0	0	False	False	0.9966942071914673	0	rep_cluster_1867				non-mobilizable	plasmid	1225.0	96.898	100.0	0.43898061737257715	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
CHI0145_000000015359	1200	0.978770502878042	2	1	0	1	1	True	79733	fragment	False	CHI0145_000000015359	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1209.0	83.87100000000001	99.0	0.42498205312275666	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
CAN0018_000000029816	1120	0.978770502878042	1	1	0	1	1	True	92019	fragment	False	CAN0018_000000029816	1.0		0	0	False	False	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	1143.0	97.63799999999999	100.0	0.410958904109589	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
AST0025_000000035446	1110	0.978770502878042	2	1	0	1	1	True	119622	fragment	False	USA0121_01_000000033501	0.4742079610073111		0	0	False	False	1.0	0	rep_cluster_1867				non-mobilizable	plasmid	1110.0	99.55	100.0	0.39906272530641673	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
AST0055_000000009420	3559	0.978769402850112	9	3	1	1	3	True	113886	fragment	False	AST0055_000000009420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	98.441	78.0	0.009233126360777357	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0288_000000006919	4182	0.9787655246138894	5	3	0	1	2	False	130013	maximal	True	ISR0288_000000006919	1.0	PS1072|PS879	6	2	False	True	1.0	0					non-mobilizable	no_good_hit	1952.0	94.775	46.0	0.23859606212547388	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
TAN0007_000000022753	1782	0.9787652159500236	2	1	1	1	1	True	2814	fragment	False	TAN0007_000000022753	1.0		0	0	False	False	0.9932659864425659	0					non-mobilizable	no_good_hit	750.0	86.53299999999999	42.0	0.0015619870482626815	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0005_000000014484	1174	0.9787652159500236	1	1	1	1	1	True	130997	fragment	False	USA0037_01_000000005669	0.012859563799746867		0	0	False	False	0.9982964396476746	0					non-mobilizable	other	1174.0	98.46700000000001	100.0	0.002452758778597223	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0143_000000016535	1156	0.9787652159500236	1	1	1	1	1	True	124573	fragment	False	MAD0041_000000034024	0.6339233038348082		0	0	False	False	0.9982699155807495	0					non-mobilizable	no_good_hit	733.0	88.677	63.0	0.0015264398195873594	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0233_000000017236	1150	0.9787652159500236	1	1	1	1	1	True	130997	fragment	False	USA0037_01_000000005669	0.009775844810825897		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	98.348	100.0	0.002402574455761474	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0111_000000009730	3501	0.9787631529395692	4	4	4	4	3	False	129579	maximal	True	SPA0111_000000009730	1.0	PS1061	1	1	False	True	0.9948586225509644	0					non-mobilizable	no_good_hit	1834.0	76.172	53.0	0.002295341531644097	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ISR0346_000000004314	4367	0.9787618939679716	3	3	2	3	2	False	105898	fragment	False	ISR0288_000000006697	0.6491309385863268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003607407209470112	NZ_RLII01000016.1	firmicutes	Hungateiclostridium mesophilum strain N2K1 seq16, whole genome shotgun sequence	True	False
USA0020_01_000000026783	1286	0.9787593342480272	2	2	1	2	1	False	1762	maximal	True	USA0020_01_000000026783	1.0		6	4	False	False	0.9821150898933411	0					non-mobilizable	no_good_hit	66.0	84.848	5.0	1.6977140545523275e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ENG0117_000000001154	15159	0.9787586252099628	17	16	5	6	15	False	98218	fragment	False	MON0037_000000001591	0.9554518726831138		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	15168.0	99.934	100.0	0.16940879491561395	MG767298.1	enterobacteria	Shigella sonnei strain ID127706 plasmid pSs1 genomic sequence	False	True
MAD0091_000000009983	1623	0.9787536351626912	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.621408977490593		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	94.09200000000001	100.0	0.022590361445783132	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0020_000000004623	4225	0.9787518941221586	6	3	2	3	2	False	129696	fragment	False	ISR0020_000000004623	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1811.0	87.852	43.0	0.00048397781527161716	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0081_000000005310	4822	0.9787488233676634	8	1	1	1	1	False	61679	fragment	False	ENG0081_000000005310	0.9997798811358134		0	0	False	False	0.9985483288764954	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000013534	4543	0.9787488233676634	7	1	1	1	1	False	61679	fragment	False	ENG0081_000000005310	0.9709664039817503		0	0	False	False	0.9997798800468445	0					non-mobilizable	no_good_hit								True	False
ISR0157_000000009906	3066	0.9787488233676634	3	1	1	1	1	False	34053	fragment	False	ISR0157_000000009906	1.0		0	0	False	False	0.990541398525238	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000008823	2820	0.9787488233676634	4	1	1	1	1	False	34112	fragment	False	ISR0083_000000008823	1.0		0	0	False	False	0.9996454119682312	0					non-mobilizable	no_good_hit								True	False
ENG0078_000000009330	2814	0.9787488233676634	4	1	1	1	1	False	61928	fragment	False	ENG0078_000000009330	1.0		0	0	False	False	0.9953802227973938	0					non-mobilizable	no_good_hit								True	False
ISR0084_000000012723	2020	0.9787488233676634	2	1	1	1	1	False	34052	fragment	False	ISR0084_000000012723	1.0		0	0	False	False	0.9886138439178467	0					non-mobilizable	no_good_hit								True	False
ISR0776_000000016185	1467	0.9787488233676634	3	1	1	1	1	False	22413	fragment	False	ISR0776_000000016185	1.0		0	0	False	False	0.9945467114448547	0					non-mobilizable	no_good_hit	104.0	96.154	7.0	4.7430269445374376e-05	CP003122.1	firmicutes	Streptococcus parasanguinis FW213, complete genome	True	False
MAD0013_000000022599	1136	0.9787488233676634	1	1	1	1	1	False	19535	fragment	False	MAD0013_000000022599	1.0		0	0	False	False	0.9929577708244324	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000005660	5082	0.9787483494736484	8	6	3	3	4	False	56003	maximal	True	ENG0168_000000005660	1.0		1	1	False	False	0.9850452542304993	0					non-mobilizable	no_good_hit	59.0	86.441	1.0	1.6977160060665053e-05	CP018061.1	firmicutes	Enterococcus mundtii strain DSM 4838, complete genome	True	False
ENG0059_000000000737	15943	0.978740741021382	19	18	2	12	18	True	95705	fragment	False	ENG0059_000000000737	0.9477730985196529		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	15795.0	99.994	100.0	0.08480045530445801	CP042513.1	enterobacteria	Serratia marcescens strain E28 plasmid pE28_001, complete sequence	False	True
ENG0105_000000000992	15633	0.9787396403247244	20	18	2	12	17	True	97751	fragment	False	ENG0105_000000000992	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	15654.0	99.527	100.0	0.31139094453728017	CP025919.1	enterobacteria	Escherichia coli strain 120899 plasmid p120899_50, complete sequence	False	True
FIJ0030_000000007576	3959	0.9787390996949812	5	4	4	4	3	False	48771	fragment	False	FIJ0030_000000007576	1.0		0	0	False	False	0.9994948506355286	0					non-mobilizable	no_good_hit	1292.0	83.90100000000001	60.0	0.00030794344530362956	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CAN0011_000000014030	2165	0.9787380638205756	3	2	2	2	2	False	94475	fragment	False	CAN0011_000000014030	1.0		0	0	False	False	0.9995381236076355	0					non-mobilizable	no_good_hit	1689.0	82.83	78.0	0.0009731531026835347	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0246_000000006552	3018	0.9787359924672006	4	4	2	3	2	True	58979	maximal	True	ISR0246_000000006552	1.0		2	1	False	False	0.9893969297409058	0					non-mobilizable	no_good_hit	780.0	85.641	26.0	0.0002723258504516749	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0295_000000000138	58332	0.9787289627891832	104	31	13	25	19	True	52612	maximal	True	ISR0295_000000000138	1.0		1	1	True	True	1.0	21					non-mobilizable	no_good_hit	6748.0	85.492	53.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0201_000000004565	1639	0.9787270236025214	4	3	3	3	2	False	54154	maximal	True	ENG0201_000000004565	1.0		1	1	False	False	0.9969493746757507	0					non-mobilizable	no_good_hit	1420.0	97.81700000000001	87.0	0.007837501727235041	NZ_DS483476.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_16, whole genome shotgun sequence	True	False
SPA0019_000000013582	2150	0.9787258928287244	3	3	3	2	1	False	7758	maximal	True	SPA0019_000000013582	1.0		2	2	False	False	0.9990697503089905	0					non-mobilizable	no_good_hit	662.0	76.586	36.0	0.0001840759415835702	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0183_000000000108	35526	0.9787152156218392	36	14	8	13	4	True	84242	maximal	True	CHI0183_000000000108	0.9746259316151789		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	77.146	2.0	0.0003875935118506607	CP019306.1	fusobacteria	Fusobacterium necrophorum subsp. funduliforme strain F1260 chromosome, complete genome	True	True
SPA0028_000000013246	2297	0.9787150953068264	3	1	1	1	1	False	7445	maximal	True	SPA0028_000000013246	1.0		28	6	False	False	0.9934697151184082	0					non-mobilizable	no_good_hit	1178.0	99.83	75.0	0.00022164201519104618	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0378_000000001954	8416	0.978713901435486	9	6	5	6	4	False	23289	maximal	True	ISR0378_000000001954	1.0		1	1	False	False	0.9998812079429626	0					non-mobilizable	no_good_hit	1313.0	99.315	16.0	0.027325932559931685	NZ_QSFS01000022.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf22, whole genome shotgun sequence	True	False
SPA0001_000000007961	4232	0.9787109365271708	4	3	1	3	0	True	72284	maximal	True	SPA0001_000000007961	1.0		2	2	True	True	0.9990548491477966	22					non-mobilizable	no_good_hit	501.0	81.437	11.0	0.16428808496515102	HG796361.1	bacteria	Uncultured bacterium plasmid pRGI00732	True	True
ISR0015_000000001702	12370	0.9787106806488428	10	6	5	5	4	False	67151	maximal	True	ISR0015_000000001702	1.0		1	1	False	False	0.9997574687004089	0					non-mobilizable	no_good_hit	1677.0	83.42299999999999	14.0	0.028595010058978285	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0135_000000005648	4377	0.9787103848656316	6	2	2	2	2	False	6307	maximal	True	SPA0135_000000005648	0.9814814814814814		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	76.235	38.0	0.019598230439705384	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
CAN0012_000000009069	6009	0.9787068025713792	10	6	4	5	3	True	116605	backbone	False	USA0080_01_000000007189	0.9958697714088643	PS778|PS779|PS781	0	0	True	True	1.0	1399		MOBP			mobilizable	other	5612.0	99.786	99.0	0.9707612456747405	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
CAN0011_000000005291	5919	0.9787068025713792	10	6	4	5	3	True	116605	backbone	False	USA0080_01_000000007189	0.9991369813762792	PS778|PS779|PS781	0	0	True	True	1.0	3932		MOBP			mobilizable	other	5676.0	99.98200000000001	99.0	0.9818339100346021	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0006_01_000000004057	5901	0.9787068025713792	10	6	4	5	3	True	116605	backbone	False	USA0080_01_000000007189	0.9981607797204773	PS778|PS779|PS781	0	0	True	True	1.0	684		MOBP			mobilizable	other	5630.0	99.947	99.0	0.9738754325259515	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
CHI0154_000000000067	86877	0.9787051840276652	132	39	18	32	17	False	79235	maximal	True	CHI0154_000000000067	1.0		1	1	False	False	0.9998388290405273	0					non-mobilizable	no_good_hit	234.0	85.04299999999999	0.0	0.0015818043719121714	MK268686.1	viruses	Enterococcus phage vB_EfaH_EF1TV, complete genome	True	False
ISR0070_000000002887	6580	0.9787014794044336	7	7	3	3	6	True	127278	backbone	False	SPA0129_000000004239	0.9703961389121297	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	88	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3475.0	99.48200000000001	97.0	0.5568218298555377	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ENG0137_000000000496	23743	0.978695738516539	20	14	8	11	11	False	76993	maximal	True	ENG0137_000000000496	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	4872.0	74.89699999999999	20.0	0.014342282885855708	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
AST0151_000000011979	1364	0.978686455290705	2	2	2	1	1	False	103629	maximal	True	AST0151_000000011979	1.0		0	0	False	False	0.9992668628692627	0					non-mobilizable	no_good_hit	104.0	88.462	8.0	0.00024841125327094917	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	False
SPA0033_000000002240	11380	0.97868089013037	12	5	5	5	4	True	126032	maximal	True	SPA0033_000000002240	1.0		20	4	False	False	1.0	0					non-mobilizable	other	11381.0	99.98200000000001	100.0	0.25556378988973477	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
FIJ0076_000000008900	1608	0.97867765355397	2	2	2	1	1	False	50748	fragment	False	FIJ0076_000000008900	0.9603366343814036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	79.52199999999999	36.0	0.005171421376407526	NZ_AUFP01000010.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
ENG0005_000000001938	11814	0.9786774960924502	15	13	4	5	12	False	98188	fragment	False	ISR0135_000000001616	0.9779694691685819		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	11827.0	99.13799999999999	100.0	0.13911230966708668	CP041959.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2_4, complete sequence	False	True
ISR0017_000000017242	1942	0.9786729792552032	3	3	3	2	2	False	120077	fragment	False	ISR0155_000000005779	0.23855558360685644		0	0	False	False	0.9835221171379089	0					non-mobilizable	chromosome	1913.0	98.484	98.0	0.00042468221021325176	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0003_000000008256	1537	0.9786729792552032	3	3	3	2	2	False	120077	fragment	False	ISR0155_000000005779	0.11910521980423638		0	0	False	False	0.9993493556976318	0					non-mobilizable	chromosome	1537.0	99.219	100.0	0.0003411672985813571	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0040_000000018306	2258	0.9786683817528964	2	2	2	2	2	False	75039	fragment	False	SPA0040_000000018306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0100_000000011838	2532	0.9786677876042188	3	2	2	2	1	False	99019	maximal	True	SPA0100_000000011838	1.0		9	5	False	False	0.9936808943748474	0					non-mobilizable	no_good_hit	1130.0	97.965	45.0	0.00025521216547522407	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0011_000000005687	7251	0.9786663259502929	9	8	6	7	7	True	92155	fragment	False	CHI0026_000000001102	0.9371106107520255		0	0	False	False	0.9994483590126038	0					non-mobilizable	no_good_hit	63.0	92.06299999999999	1.0	0.00029404371766111935	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	True
MAD0043_000000013761	1873	0.9786602300678492	2	2	2	1	2	False	18035	fragment	False	MAD0043_000000013761	1.0		0	0	False	False	0.9989321827888489	0					non-mobilizable	plasmid	1873.0	100.0	100.0	0.01754484620142833	NZ_CP043319.1	enterobacteria	Enterobacter chengduensis strain WCHECl-C4 = WCHECh050004 plasmid pLAP2_050004, complete sequence	False	True
ENG0098_000000003314	7517	0.9786546202419724	9	4	3	2	2	False	72577	maximal	True	ENG0098_000000003314	1.0	PS336|PS337|PS338	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	305.0	96.066	4.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0009_000000025757	1509	0.9786525171931552	2	2	2	2	1	False	13796	maximal	True	MON0009_000000025757	1.0		1	1	False	False	0.9973492622375488	0					non-mobilizable	no_good_hit	531.0	75.706	35.0	0.00193457679755957	NZ_SPFR01000002.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_2_length_272411_cov_57.815, whole genome shotgun sequence	True	False
ISR0334_000000002407	6802	0.978651459988342	9	4	3	4	4	True	24517	maximal	True	ISR0334_000000002407	1.0		4	3	False	False	0.9977947473526001	0					non-mobilizable	no_good_hit	1467.0	75.46	21.0	0.0003013689006831513	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
ISR0328_000000005196	5005	0.9786509008022428	4	3	2	3	1	True	103171	fragment	False	ISR0328_000000005196	1.0		0	0	False	False	0.9988011717796326	0					non-mobilizable	no_good_hit								True	True
DEN0082_000000009974	3842	0.9786429937649576	5	5	5	4	3	False	125036	fragment	False	ISR0806_000000002243	0.5354973684866877		0	0	False	False	1.0	0					non-mobilizable	other	3842.0	98.985	100.0	0.013887382403771756	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0102_000000009185	3420	0.9786371399008036	4	3	2	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9866815855843	PS1131	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	1645.0	95.745	63.0	0.5920057616132517	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ISR0212_000000026341	1365	0.9786364993475714	3	2	1	1	2	False	43560	fragment	False	ISR0212_000000026341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0182_000000022238	1305	0.9786364993475714	3	2	1	1	2	False	77318	fragment	False	CHI0182_000000022238	1.0		0	0	False	False	0.9816091656684875	0					non-mobilizable	no_good_hit								True	False
CAN0008_000000010775	2684	0.9786350620303258	2	2	2	2	2	False	95022	fragment	False	CAN0008_000000010775	1.0		0	0	False	False	0.997764527797699	0					non-mobilizable	other	2684.0	100.0	100.0	0.0008099177645182966	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
FIJ0164_000000010966	2091	0.978631070778484	3	3	3	2	1	True	118531	maximal	True	FIJ0164_000000010966	1.0		7	5	False	False	0.9995217323303223	0					non-mobilizable	other	2091.0	97.561	100.0	0.07457784441826425	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
ENG0075_000000001649	14069	0.9786302916760596	18	10	7	9	8	False	96429	maximal	True	ENG0075_000000001649	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	2313.0	92.477	67.0	0.022962238543828836	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
FIJ0069_000000013312	1673	0.978628559449934	3	3	1	3	2	True	44987	fragment	False	FIJ0069_000000013312	1.0		0	0	False	False	0.9736999273300171	0					non-mobilizable	no_good_hit								True	True
MAD0089_000000001277	11042	0.9786255491993014	10	7	5	7	4	True	23131	maximal	True	MAD0089_000000001277	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	2302.0	91.486	21.0	0.39241803278688525	NZ_SPFY01000045.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_45_length_5856_cov_22.9774, whole genome shotgun sequence	True	True
ISR0375_000000009187	2346	0.9786226696186888	3	1	1	1	1	True	23387	fragment	False	ISR0375_000000009187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0045_000000022350	1832	0.9786218249762793	3	2	2	2	2	False	114085	fragment	False	AST0055_000000018797	0.9503661963369632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	0.00019599036380711283	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0131_000000011685	1536	0.978621599319056	3	1	1	1	1	False	98917	fragment	False	ISR0335_000000008295	0.3241784481951709		0	0	False	False	0.9986979365348816	0					non-mobilizable	other	1536.0	99.609	100.0	0.00537073839780552	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ENG0092_000000016763	1386	0.978621599319056	1	1	1	1	1	False	98917	fragment	False	ISR0335_000000008295	0.289215512725049		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	98.125	100.0	0.00484591054134244	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ENG0052_000000024096	1379	0.978621599319056	2	1	1	1	1	False	98917	fragment	False	ISR0335_000000008295	0.23605776634747846		0	0	False	False	0.9985496997833252	0					non-mobilizable	other	1379.0	99.20200000000001	100.0	0.004821418574707496	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0804_000000015024	1345	0.978621599319056	2	1	1	1	1	False	98917	fragment	False	ISR0335_000000008295	0.2295842673352888		0	0	False	False	0.9814126491546631	0					non-mobilizable	other	1345.0	99.554	100.0	0.004702457593909198	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0076_000000006447	3856	0.978619442703924	2	1	1	1	1	False	107085	fragment	False	ISR0076_000000006447	1.0		0	0	False	False	0.9981846213340759	0					non-mobilizable	no_good_hit	1115.0	98.744	29.0	0.007521589121378463	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0188_000000013875	1846	0.978619442703924	2	1	1	1	1	False	70832	fragment	False	ENG0188_000000013875	0.9994246260069045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	99.5	11.0	0.0013436231913413952	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0067_000000019350	1738	0.978619442703924	2	1	1	1	1	False	70832	fragment	False	ENG0188_000000013875	0.9702058504875406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	99.2	7.0	0.0008372325413383568	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0032_000000019287	1523	0.978619442703924	2	1	1	1	1	False	36527	fragment	False	SPA0032_000000019287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	4.0	0.00037135314333556146	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0039_000000027030	1387	0.978619442703924	2	1	1	1	1	False	36527	fragment	False	SPA0032_000000019287	0.9553512803676953		0	0	False	False	0.9834174513816833	0					non-mobilizable	no_good_hit	49.0	100.0	4.0	0.00032409001600194453	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0776_000000019345	1216	0.978619442703924	2	1	1	1	1	False	107076	fragment	False	ISR0776_000000019345	0.9755154639175257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	98.63	36.0	0.0029505695206843703	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ITA0006_000000019289	1109	0.978619442703924	2	1	1	1	1	False	20342	fragment	False	ITA0006_000000019289	1.0		0	0	False	False	0.982867419719696	0					non-mobilizable	no_good_hit	287.0	78.74600000000001	26.0	0.0018905250933446765	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0048_000000009184	4034	0.9786193581131254	5	4	2	4	2	False	103324	fragment	False	MON0048_000000009184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0280_000000001950	4286	0.9786175928462648	6	3	1	3	0	True	29977	backbone	True	ISR0280_000000001950	1.0	PS91	1	1	True	True	1.0	11					non-mobilizable	no_good_hit	83.0	80.723	2.0	0.0006613369051107111	NZ_MKGR01000010.1	enterobacteria	Xenorhabdus thuongxuanensis strain 30TX1 Xentx_10, whole genome shotgun sequence	True	True
FIJ0045_000000016315	1451	0.9786169579330272	2	2	2	2	2	False	47043	fragment	False	FIJ0045_000000016315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	84.383	54.0	0.05859259259259259	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
ENG0026_000000002552	4309	0.9786167959129796	8	5	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.975285052289803	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3802.0	100.0	96.0	0.8949846950788792	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0137_000000004209	4227	0.9786167959129796	8	5	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.9756232287909121	PS1143|PS778	0	0	True	True	1.0	1164					non-mobilizable	other	3828.0	100.0	100.0	0.9011066635271957	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0077_000000002038	4215	0.9786167959129796	8	5	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.9752590145926018	PS1143|PS778	0	0	True	True	1.0	161					non-mobilizable	other	3773.0	100.0	99.0	0.888156345655757	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0114_000000004288	4207	0.9786167959129796	8	5	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.9753119850590961	PS1143|PS778	0	0	True	True	1.0	1513					non-mobilizable	other	3808.0	99.97399999999999	100.0	0.8963974570284907	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0092_000000004176	4187	0.9786167959129796	8	5	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.975455817981105	PS1143|PS778	0	0	True	True	1.0	18					non-mobilizable	other	3806.0	100.0	100.0	0.8959265363786202	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0174_000000003822	4187	0.9786167959129796	8	5	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.9754427589171465	PS1143|PS778	0	0	True	True	1.0	147					non-mobilizable	other	3788.0	100.0	100.0	0.8916882505297857	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0226_000000001565	4111	0.9786167959129796	8	5	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.9644328517508873	PS1143|PS778	0	0	True	True	1.0	5					non-mobilizable	other	3798.0	100.0	100.0	0.8940428537791382	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0071_000000010394	3451	0.9786167959129796	7	5	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.006200025265365715	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2847.0	93.15100000000001	93.0	0.6680009418412998	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0185_000000027994	1189	0.9786162498899774	2	2	2	2	2	False	57251	fragment	False	ISR0185_000000027994	0.9949409780775716		0	0	False	False	0.9924306273460388	0					non-mobilizable	other	1189.0	99.32700000000001	100.0	0.00048403440229696326	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
FIJ0032_000000021807	1676	0.9786137310551802	3	2	2	2	1	False	94084	fragment	False	SPA0062_000000015646	0.2851940821483533		0	0	False	False	1.0	0					non-mobilizable	chromosome	1676.0	98.15	100.0	0.0007262560870015769	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0003_000000017155	1362	0.9786137310551802	3	2	2	2	1	False	73707	fragment	False	SPA0143_000000014035	0.8123788574803098		0	0	False	False	0.9992657899856567	0					non-mobilizable	chromosome	1362.0	97.87100000000001	100.0	0.0005835889304199911	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ENG0039_000000021261	1237	0.9786137310551802	3	2	2	2	1	False	73707	fragment	False	SPA0143_000000014035	0.6528948300976277		0	0	False	False	1.0	0					non-mobilizable	chromosome	1237.0	98.545	100.0	0.00050901525316096	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0096_000000010215	2298	0.9786133005911614	4	2	2	2	2	False	115939	fragment	False	CHI0151_000000010750	0.9274790301138534		0	0	False	False	0.9660574197769165	0					non-mobilizable	no_good_hit	80.0	100.0	3.0	1.7986524677853373e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
SPA0101_000000019200	2243	0.9786122342397188	3	3	3	2	2	False	60634	maximal	True	SPA0101_000000019200	1.0		1	1	False	False	0.9933125376701355	0					non-mobilizable	no_good_hit	1845.0	83.089	82.0	0.0005959003231951999	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0343_000000005745	2868	0.9786079848704196	5	2	2	2	2	False	116080	fragment	False	ISR0343_000000005745	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2806.0	99.537	98.0	0.016952942740755962	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0392_000000002596	9584	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9824555109900729	PS624|PS966	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	3097.0	92.38	79.0	0.3832357703325445	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0130_000000003395	9580	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9794764269530913	PS624|PS966	0	0	True	True	0.9994781017303467	40					non-mobilizable	no_good_hit	2273.0	96.21600000000001	78.0	0.2816041848299913	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AUS0016_000000001979	9571	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9812659065809478	PS624|PS966	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	3748.0	92.956	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0029_000000004601	9565	0.9786055968935468	12	8	5	5	5	True	126522	backbone	True	ISR0029_000000004601	0.9825942422377129	PS624|PS966	2	2	True	True	1.0	32					non-mobilizable	no_good_hit	3116.0	92.426	79.0	0.38560219205380497	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0060_000000003294	9564	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9819834911347236	PS624|PS966	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	3741.0	93.37100000000001	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0098_000000003598	9563	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9821239171932208	PS624|PS966	0	0	True	True	0.999895453453064	36					non-mobilizable	no_good_hit	3741.0	93.37100000000001	78.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0148_000000002964	9544	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9823228685506418	PS624|PS966	0	0	True	True	1.0	65					non-mobilizable	no_good_hit	3741.0	93.397	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0199_000000002494	9544	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9820036077215047	PS624|PS966	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	3741.0	93.37100000000001	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0052_000000003046	9542	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9822831705132011	PS624|PS966	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	3633.0	93.587	79.0	0.4496201270394819	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0041_000000003192	9485	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.981100186744579	PS624|PS966	0	0	True	True	0.9990511536598206	8					non-mobilizable	no_good_hit	3640.0	93.516	78.0	0.4503674181093536	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0126_000000003451	9389	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9726516991249843	PS624|PS966	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	3571.0	93.559	77.0	0.44189811931747414	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0170_000000004743	8866	0.9786055968935468	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8972867023223698	PS624|PS966	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	4026.0	95.33	85.0	0.49906588616266034	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0145_000000003733	8857	0.9786055968935468	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8988907028868475	PS624|PS966	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	3709.0	93.314	84.0	0.4590858139245236	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0019_000000002512	8806	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8947676656237319	PS624|PS966	0	0	True	True	0.9993186593055725	6					non-mobilizable	no_good_hit	3708.0	94.12100000000001	84.0	0.4590858139245236	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0143_000000004070	8744	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8945503040785242	PS624|PS966	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	3558.0	93.59200000000001	84.0	0.44027898866608545	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0119_01_000000002050	8534	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.12099100358628814	PS624|PS966	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2729.0	97.435	75.0	0.3392701457217586	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0052_01_000000002161	8229	0.9786055968935468	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.062194146514300455	PS624|PS966	0	0	False	True	0.999878466129303	0					non-mobilizable	no_good_hit	2435.0	96.715	75.0	0.302403786274754	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0093_000000002066	8972	0.9786004650025268	17	2	1	2	1	False	88909	maximal	True	ISR0093_000000002066	1.0	PS460	1	1	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0101_000000006913	3874	0.9785987923086334	4	2	1	2	1	False	106538	fragment	False	MAD0101_000000006913	1.0		0	0	False	False	0.9997418522834778	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	0.0004249681273904457	NZ_SMGD01000002.1	g-proteobacteria	Celerinatantimonas diazotrophica strain DSM 18577 Ga0310502_111, whole genome shotgun sequence	True	False
ENG0009_000000005307	2311	0.9785986173002826	4	2	2	2	1	False	67326	maximal	True	ENG0009_000000005307	1.0		2	2	False	False	0.9922111630439758	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000001927	14993	0.9785984081196176	22	14	9	9	13	True	105616	maximal	True	ISR0066_000000001927	1.0		1	1	False	False	0.9997332096099854	0					non-mobilizable	no_good_hit	271.0	99.631	2.0	0.996309963099631	KU544065.1	bacteria	Uncultured bacterium clone CL_IN_A_Contig_16 genomic sequence	True	True
USA0009_01_000000009595	2562	0.9785935434206549	3	3	2	3	2	False	114087	maximal	True	USA0009_01_000000009595	1.0		1	1	False	False	0.9996097087860107	0					non-mobilizable	no_good_hit	572.0	97.552	31.0	0.11172197133320244	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0319_000000006058	2920	0.9785928265328724	4	3	2	2	3	False	131464	maximal	True	ISR0319_000000006058	1.0		0	0	False	False	0.9976027607917786	0					non-mobilizable	no_good_hit	1835.0	78.583	62.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0151_000000002844	8689	0.9785907876937352	12	6	4	4	5	True	122511	maximal	True	ENG0151_000000002844	1.0		0	0	False	False	0.9982736706733704	0					non-mobilizable	no_good_hit	3128.0	98.65700000000001	78.0	0.3894631959148088	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0089_000000004914	7199	0.9785907876937352	9	6	4	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.11584643907029184	PS872	0	0	False	True	0.998749852180481	0					non-mobilizable	plasmid	6070.0	98.45100000000001	100.0	0.7557603686635944	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CHI0060_000000010495	1435	0.978587117364372	4	1	1	1	1	False	92780	fragment	False	CAN0016_000000028777	0.42121495141539556		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	98.74600000000001	100.0	0.0004092825510918197	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0230_000000027294	1304	0.9785864877924946	2	1	1	1	1	False	27516	fragment	False	ISR0230_000000027294	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1321.0	87.055	100.0	0.00041164806422970594	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0010_000000014454	1515	0.9785789135893131	2	2	1	2	1	True	39190	fragment	False	TAN0008_000000012568	0.9102102102102103		0	0	False	False	0.9986798763275146	0					non-mobilizable	plasmid	821.0	89.281	99.0	0.035497309494879364	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
FIJ0007_000000015038	1251	0.9785789135893131	2	2	1	2	1	True	51528	fragment	False	FIJ0007_000000015038	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1239.0	90.073	98.0	0.04899492466930424	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0049_000000002261	8492	0.978578281875218	7	5	5	5	3	False	73637	fragment	False	ENG0049_000000002261	1.0		0	0	False	False	0.9998822212219238	0					non-mobilizable	no_good_hit	800.0	85.625	16.0	0.017831076377192393	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ENG0155_000000005219	4500	0.978576949682065	8	3	3	1	2	False	56769	maximal	True	ENG0155_000000005219	1.0		0	0	False	False	0.9997777938842773	0					non-mobilizable	no_good_hit	643.0	90.824	21.0	0.00020557110502794263	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
AUS0002_000000008686	3852	0.978576949682065	7	3	3	1	2	False	103084	maximal	True	AUS0002_000000008686	1.0		1	1	False	False	0.9968847632408142	0					non-mobilizable	no_good_hit	643.0	91.135	25.0	0.00020557110502794263	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0036_000000000921	8430	0.9785741958960691	12	8	4	4	8	True	123842	maximal	True	ISR0036_000000000921	0.9971837596808262	PS486|PS905	3	3	True	True	1.0	111	rep_cluster_1079	MOBB			mobilizable	plasmid	5242.0	99.905	100.0	0.6290961469211379	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
USA0010_01_000000020417	1281	0.97857241401732	2	2	2	1	1	False	2041	fragment	False	USA0010_01_000000020417	1.0		0	0	False	False	0.9953161478042603	0					non-mobilizable	no_good_hit	265.0	90.566	21.0	0.0027615062761506275	NZ_FQVI01000018.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ISR0056_000000014394	1545	0.9785720019748568	3	2	2	1	1	False	35635	fragment	False	ISR0056_000000014394	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1450.0	91.241	93.0	0.000593439304049307	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0354_000000006385	3005	0.9785717732372976	3	2	2	1	2	False	97076	maximal	True	ISR0354_000000006385	1.0		19	5	False	False	0.9980033040046692	0					non-mobilizable	no_good_hit	1592.0	99.309	53.0	0.00037118329782478656	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MON0061_000000024092	1876	0.9785644457013488	3	2	2	2	2	False	40246	fragment	False	MON0061_000000024092	1.0		0	0	False	False	0.9850746393203735	0					non-mobilizable	no_good_hit								True	False
ISR0309_000000003415	4773	0.97856401301439	7	5	4	4	5	False	62913	maximal	True	ISR0309_000000003415	1.0		1	1	False	False	0.997485876083374	0					non-mobilizable	no_good_hit	2240.0	93.839	69.0	0.0005058992925554974	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0099_000000017302	1205	0.9785622578546488	3	1	1	1	1	False	108687	maximal	True	AST0099_000000017302	1.0		1	1	False	False	0.9701244831085205	0					non-mobilizable	no_good_hit								True	False
ISR0350_000000001958	7315	0.9785607732676084	18	16	2	3	16	False	24109	maximal	True	ISR0350_000000001958	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	6510.0	99.939	100.0	0.17138869872031176	CP001137.1	enterobacteria	Salmonella enterica subsp. enterica serovar Agona str. SL483 plasmid, complete sequence	False	True
ENG0025_000000009671	2569	0.9785524739143104	3	3	2	3	3	False	66160	maximal	True	ENG0025_000000009671	1.0		1	1	False	False	0.9941611289978027	0					non-mobilizable	no_good_hit	731.0	92.613	79.0	0.00015067228736218645	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	True	False
ENG0020_000000003157	6430	0.9785497360044624	5	4	4	3	2	True	94052	maximal	True	ENG0020_000000003157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	71.521	17.0	0.00031156753715043053	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MAD0072_000000000219	18733	0.9785406054594742	20	20	17	17	19	False	98292	maximal	True	MAD0072_000000000219	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5215.0	100.0	96.0	0.02486658177499893	AP018830.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis M206 plasmid pM206-NDM1 DNA, complete sequence	False	True
USA0082_01_000000003243	8317	0.97853855560718	9	5	1	5	2	False	544	maximal	True	USA0082_01_000000003243	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0140_000000024676	1178	0.9785385506428358	2	2	1	1	2	False	105361	fragment	False	AST0140_000000024676	1.0		0	0	False	False	0.9651952385902405	0					non-mobilizable	chromosome	1178.0	100.0	100.0	0.00026142832710303207	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0017_000000004590	7105	0.9785374076804699	8	5	3	5	4	False	66775	maximal	True	ISR0017_000000004590	1.0	PS306	2	2	False	True	0.999296247959137	0					non-mobilizable	no_good_hit	2741.0	99.45299999999999	39.0	0.0012362417348893136	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	True
SPA0002_000000009683	2146	0.9785314036949404	2	2	2	2	2	True	8404	fragment	False	SPA0002_000000009683	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2146.0	100.0	100.0	0.008903074777526896	CP046076.1	firmicutes	Enterococcus faecium strain VRE plasmid p5_03A17012, complete sequence	False	True
ISR0002_000000014540	1410	0.9785148700288177	2	2	2	2	1	False	38631	fragment	False	ISR0002_000000014540	1.0		0	0	False	False	0.9914893507957458	0					non-mobilizable	no_good_hit	943.0	82.609	67.0	0.45931372549019606	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0825_000000004253	5091	0.9785114807637422	6	3	1	3	1	True	44736	maximal	True	ISR0825_000000004253	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.684831968000982e-06	CP026115.2	g-proteobacteria	Pseudomonas putida strain W5 chromosome, complete genome	True	True
CHI0005_000000003107	5034	0.9785046939081444	9	7	4	4	6	True	123556	backbone	False	ISR0826_000000002301	0.7326438276001513	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5049.0	96.91	100.0	0.04213541972071672	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ENG0054_000000009815	2639	0.978501212519398	3	2	0	2	1	True	63772	fragment	False	ENG0054_000000009815	1.0		0	0	False	False	0.9901477694511414	0		MOBP			mobilizable	no_good_hit	1552.0	96.32700000000001	63.0	0.3546764235078893	KU302805.1	enterobacteria	Enterobacter cloacae strain SZECL1 plasmid pSZECL_c, complete sequence	True	True
MON0093_000000015967	2679	0.9784988594258904	3	3	3	3	2	False	129901	maximal	True	MON0093_000000015967	1.0		13	3	False	False	0.9839492440223694	0					non-mobilizable	no_good_hit	1820.0	92.41799999999999	68.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0840_000000008171	1988	0.9784977103185	5	3	2	1	2	False	20795	fragment	False	ISR0840_000000008171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	77.953	6.0	0.0004195968513452275	NZ_BLBC01000014.1	CFB group bacteria	Capnocytophaga felis strain KC07070 sequence14, whole genome shotgun sequence	True	False
ENG0057_000000001889	11307	0.9784976190978274	13	6	6	6	3	False	105990	fragment	False	ENG0057_000000001889	1.0		0	0	False	False	0.9984080791473389	0					non-mobilizable	no_good_hit	1365.0	79.92699999999999	12.0	0.0055230815042034975	NZ_DS544190.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_23, whole genome shotgun sequence	True	False
FIJ0014_000000002103	9963	0.9784908073015428	12	7	5	7	6	False	50527	maximal	True	FIJ0014_000000002103	1.0		1	1	False	False	0.9990966320037842	0					non-mobilizable	no_good_hit	728.0	77.473	10.0	0.0002484336138693553	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
DEN0096_000000010359	4102	0.9784817247025585	5	2	2	2	1	False	68226	maximal	True	DEN0096_000000010359	1.0		1	1	False	False	0.9900048971176147	0					non-mobilizable	no_good_hit	43.0	100.0	1.0	8.75653091263901e-05	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
ISR0331_000000004966	4254	0.9784804250139012	3	3	3	3	2	True	125555	maximal	True	ISR0331_000000004966	1.0	PS930	1	1	False	True	0.9971791505813599	0	rep_cluster_1351	MOBQ			mobilizable	no_good_hit	2745.0	99.854	67.0	0.7456521739130435	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	True	True
USA0069_01_000000028630	2140	0.9784795303160552	3	3	3	3	1	False	68819	fragment	False	USA0069_01_000000028630	1.0		0	0	False	False	0.9845794439315796	0					non-mobilizable	no_good_hit	1067.0	99.906	50.0	0.01106027121528102	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
USA0051_01_000000001461	15233	0.9784778145601636	11	9	6	9	5	True	106257	maximal	True	USA0051_01_000000001461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3384.0	77.66	29.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0026_000000007666	3851	0.9784775937039314	7	1	1	1	1	False	74211	maximal	True	DEN0026_000000007666	1.0		1	1	False	False	0.9976629614830017	0					non-mobilizable	no_good_hit	489.0	76.074	12.0	0.00016223837799320552	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0388_000000011009	3061	0.9784761996745698	5	3	2	3	2	False	98469	maximal	True	ISR0388_000000011009	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1886.0	99.47	75.0	0.0006302118823890084	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ISR0137_000000005361	5200	0.9784715013318246	7	3	3	2	2	True	68205	fragment	False	ISR0137_000000005361	1.0		0	0	False	False	0.9980769157409668	0					non-mobilizable	no_good_hit	205.0	78.53699999999999	4.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
CHI0007_000000001358	6174	0.9784694700131208	6	5	3	5	5	False	97447	fragment	False	CHI0007_000000001358	0.9942077451237933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	68.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0145_000000005405	6042	0.9784694700131208	6	5	3	5	5	False	97447	fragment	False	CHI0007_000000001358	0.9938364278566716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	70.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0131_000000002249	6040	0.9784694700131208	6	5	3	5	5	False	97447	fragment	False	CHI0007_000000001358	0.9939121021116001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	70.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0078_000000002823	6040	0.9784694700131208	6	5	3	5	5	False	97447	fragment	False	CHI0007_000000001358	0.9939121021116001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	70.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0037_01_000000005981	6039	0.9784694700131208	6	5	3	5	5	False	97447	fragment	False	CHI0007_000000001358	0.9938669535718081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	70.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0022_01_000000001469	6038	0.9784694700131208	6	5	3	5	5	False	97447	fragment	False	CHI0007_000000001358	0.9938067513656957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	70.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0145_000000002745	6038	0.9784694700131208	6	5	3	5	5	False	97447	fragment	False	CHI0007_000000001358	0.9938067513656957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	70.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0175_000000002093	6038	0.9784694700131208	6	5	3	5	5	False	97447	fragment	False	CHI0007_000000001358	0.9938067513656957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	70.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0149_000000005523	6009	0.9784694700131208	6	5	3	5	5	False	97447	fragment	False	CHI0007_000000001358	0.9832620601547685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	71.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0066_000000002758	6000	0.9784694700131208	6	5	3	5	5	False	97447	fragment	False	CHI0007_000000001358	0.9892521396866325		0	0	False	False	0.999666690826416	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	70.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MAD0051_000000012754	2274	0.9784681404462428	2	2	2	2	2	False	129573	maximal	True	MAD0051_000000012754	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	2275.0	98.54899999999999	100.0	0.0006093939933154249	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0323_000000001460	9250	0.9784614180729442	14	12	9	12	10	False	132200	fragment	False	ENG0181_000000001954	0.5604939001400254		0	0	False	False	0.9993513226509094	0					non-mobilizable	other	9250.0	99.96799999999999	100.0	0.1919238031997676	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0387_000000004648	4927	0.9784566712806704	4	3	3	3	3	False	120489	maximal	True	ISR0387_000000004648	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	88.155	55.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
USA0060_01_000000001071	16456	0.9784526210314144	22	22	8	14	20	True	132521	backbone	True	USA0060_01_000000001071	0.9756490846558745	PS1166	180	11	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16459.0	99.301	100.0	0.3223827351667091	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0178_000000000627	16390	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9755962838315856	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16392.0	99.37799999999999	100.0	0.3212458592233961	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0062_000000001015	16128	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9732785535139645	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16129.0	99.485	100.0	0.31612991747848757	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0190_000000001583	16120	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.960464872685528	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15952.0	97.26100000000001	100.0	0.4355853391684901	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0339_000000000683	16016	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9727823389982762	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16017.0	99.469	100.0	0.3139345708293314	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0035_000000001377	16001	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9592409503128261	PS1166	0	0	False	True	0.9999374747276306	0		MOBP	MPF_T		conjugative	plasmid	16029.0	97.292	100.0	0.437664113785558	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0001_000000001165	16001	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9593814387475665	PS1166	0	0	False	True	0.9996874928474426	0		MOBP	MPF_T		conjugative	plasmid	16029.0	97.292	100.0	0.437664113785558	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0194_000000001393	15996	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9588953617328915	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16024.0	97.26	100.0	0.437527352297593	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0204_000000000950	15994	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9593563090361017	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16022.0	97.285	100.0	0.4375	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
USA0119_01_000000000811	15943	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9629496197141102	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	10432.0	99.655	100.0	0.27003028812550156	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AUS0008_000000000664	15935	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9708368987685639	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15937.0	99.42299999999999	100.0	0.3122880608424643	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0017_000000001243	15935	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9630673642976026	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15945.0	98.67	100.0	0.3122880608424643	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0056_000000001434	15932	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9710119352290906	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15934.0	99.448	100.0	0.3122880608424643	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0010_000000000997	15932	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9711950562113676	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15934.0	99.454	100.0	0.3122880608424643	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0087_01_000000000504	15932	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9711065232296922	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15934.0	99.46	100.0	0.3122880608424643	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0011_000000001052	15932	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9711065232296922	PS1166	0	0	False	True	0.9994351267814636	0		MOBP	MPF_T		conjugative	plasmid	15934.0	99.46	100.0	0.3122880608424643	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0133_000000001174	15932	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9711065232296922	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15934.0	99.46	100.0	0.3122880608424643	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0057_000000001373	15932	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9710119352290906	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15934.0	99.448	100.0	0.3122880608424643	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0068_000000001338	15931	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9710124988945399	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15934.0	99.454	100.0	0.3122880608424643	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0100_000000001537	15926	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9707407424365962	PS1166	0	0	False	True	0.9999372363090515	0		MOBP	MPF_T		conjugative	plasmid	15928.0	99.46	100.0	0.3121704529862595	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0064_000000001343	15921	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9709441274981168	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15923.0	99.46	100.0	0.31207244643942217	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0007_000000001782	15835	0.9784526210314144	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9623339821230583	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15845.0	98.706	100.0	0.3103475312150852	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0241_000000002916	4208	0.9784520669035528	8	6	6	6	5	False	125083	maximal	True	ISR0241_000000002916	1.0		1	1	False	False	0.9945341944694519	0					non-mobilizable	no_good_hit	847.0	99.646	20.0	0.007757766936874152	NZ_WNAJ01000013.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold13_size109052, whole genome shotgun sequence	True	False
ISR0266_000000003072	4468	0.9784518675944024	7	7	4	4	6	True	123556	backbone	False	ISR0826_000000002301	0.4535005792026232	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4471.0	98.65799999999999	100.0	0.13448150614443974	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
AST0148_000000024999	1347	0.9784456915816908	2	2	2	2	1	False	104698	fragment	False	ISR0108_000000014804	0.8660651705397342		0	0	False	False	0.9962880611419678	0					non-mobilizable	chromosome	1347.0	98.88600000000001	100.0	0.00025664894276270953	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
AST0048_000000007594	2078	0.9784441129512496	3	3	3	3	3	False	114918	fragment	False	AST0048_000000007594	1.0		0	0	False	False	0.9961501359939575	0					non-mobilizable	other	2078.0	99.038	100.0	0.02651331410043657	NZ_QRHR01000010.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf10, whole genome shotgun sequence	False	False
USA0032_01_000000001548	14912	0.9784428544824928	23	13	8	11	10	True	125417	fragment	False	SPA0098_000000001538	0.3245415013062011		0	0	False	False	1.0	0					non-mobilizable	other	14912.0	98.712	100.0	0.004255511043778962	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0155_000000005899	3857	0.9784404560957244	4	2	1	1	2	False	52883	fragment	False	FIJ0155_000000005899	0.9532305897321174		0	0	False	False	0.9994814395904541	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000007895	3567	0.9784404560957244	5	2	1	1	2	False	52881	fragment	False	MAD0040_000000007895	1.0		0	0	False	False	0.9932716488838196	0					non-mobilizable	no_good_hit								True	False
ENG0078_000000005578	4678	0.9784393541123008	4	4	4	4	4	False	125051	fragment	False	ISR0847_000000004306	0.4785860512503784		0	0	False	False	1.0	0					non-mobilizable	other	4685.0	99.573	100.0	0.0009892535887370396	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0075_000000005428	4404	0.9784393541123008	4	4	4	4	4	False	125051	fragment	False	ISR0847_000000004306	0.4015820471620334		0	0	False	False	0.9988646507263184	0					non-mobilizable	other	4404.0	97.139	100.0	0.0009299068213512351	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0036_000000002632	7391	0.9784372798263088	12	5	3	4	2	False	7111	maximal	True	SPA0036_000000002632	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1810.0	89.006	68.0	0.031935632509835894	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0056_000000006087	3343	0.9784354775871229	5	3	3	3	3	False	116085	fragment	False	ISR0056_000000006087	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1781.0	99.495	90.0	0.010751973310447364	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0030_000000010392	2050	0.9784309330513644	4	2	0	1	2	True	37045	maximal	True	ISR0030_000000010392	1.0		0	0	False	False	0.9946341514587402	0	rep_cluster_1871				non-mobilizable	no_good_hit	1727.0	100.0	87.0	0.8145351580934403	CP016706.1	firmicutes	Lactococcus lactis subsp. lactis strain UL8 plasmid pUL8C, complete sequence	True	True
ISR0065_000000027093	1283	0.9784258437028044	2	1	1	1	1	False	35163	fragment	False	ISR0065_000000027093	1.0		0	0	False	False	0.9797350168228149	0					non-mobilizable	no_good_hit	529.0	72.59	41.0	0.0001615751374008918	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
CHI0147_000000000658	22339	0.9784245106925508	27	25	12	15	21	True	132540	maximal	True	CHI0147_000000000658	1.0	PS1166|PS1167	2	1	False	True	1.0	0		MOBP	MPF_T		conjugative	no_good_hit	10172.0	92.44	89.0	0.1372313099905367	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	True	True
ISR0200_000000021278	1193	0.9784236714353888	1	1	1	1	1	False	28754	fragment	False	ISR0200_000000021278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	85.139	81.0	0.00042163478346418653	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0131_000000015120	2144	0.9784221249559738	3	3	2	3	1	False	75923	maximal	True	ISR0131_000000015120	1.0	PS39	1	1	False	True	0.9897388219833374	0					non-mobilizable	no_good_hit	571.0	78.809	26.0	0.00012789011246166698	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
SPA0099_000000000595	16078	0.9784182157999428	20	16	3	11	16	False	5022	maximal	True	SPA0099_000000000595	1.0		1	1	True	True	0.9996890425682068	9		MOBT			mobilizable	no_good_hit	4582.0	92.1	50.0	0.16783602101164458	CP021705.1	firmicutes	Lactobacillus johnsonii strain UMNLJ22 plasmid pUMNLJ22_1 sequence	True	True
ENG0187_000000009465	2974	0.9784178161008472	3	3	3	3	2	True	54988	maximal	True	ENG0187_000000009465	1.0		2	1	False	False	0.9932750463485718	0					non-mobilizable	no_good_hit	956.0	73.536	33.0	0.00017060791032526745	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	True
ISR0793_000000004533	3263	0.9784149512163952	7	3	3	2	3	False	32258	fragment	False	ISR0793_000000004533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0305_000000004741	3404	0.9784109393305436	4	3	2	3	2	False	121422	fragment	False	ISR0305_000000004741	1.0		0	0	False	False	0.999412477016449	0					non-mobilizable	no_good_hit	1788.0	87.24799999999999	52.0	0.02403164616776249	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ENG0054_000000006439	3912	0.9784107185846266	6	1	1	1	1	False	91092	fragment	False	ENG0054_000000006439	1.0		0	0	False	False	0.9997443556785583	0					non-mobilizable	no_good_hit	1374.0	99.63600000000001	73.0	0.00031962358140789286	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
DEN0073_000000003740	9536	0.9784090879391576	13	9	6	6	6	True	126522	backbone	False	ISR0029_000000004601	0.9769257802994995	PS624|PS966	0	0	True	True	0.9996854066848755	16					non-mobilizable	no_good_hit	3741.0	93.42399999999999	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0012_000000005768	4316	0.9784080458360036	6	4	3	2	3	False	8015	fragment	False	SPA0012_000000005768	1.0		0	0	False	False	0.997914731502533	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	0.0017766017766017766	NZ_QSFS01000024.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf24, whole genome shotgun sequence	True	False
CAN0016_000000005467	7714	0.9784072967625426	11	7	5	7	5	False	122877	fragment	False	CAN0016_000000005467	1.0		0	0	False	False	0.9981850981712341	0					non-mobilizable	no_good_hit	429.0	71.329	6.0	0.0032699144732275752	NZ_FNZK01000014.1	firmicutes	Propionispira arboris strain DSM 2179, whole genome shotgun sequence	True	False
ISR0345_000000010753	1328	0.9784048881514686	2	2	1	2	1	False	24202	fragment	False	ISR0345_000000010753	1.0		0	0	False	False	0.990963876247406	0					non-mobilizable	chromosome	1328.0	99.699	100.0	0.00018730165361812595	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0057_000000016892	1565	0.97840443733626	2	2	1	1	2	False	11037	fragment	False	MON0057_000000016892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	88.228	52.0	0.0003352252557225093	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0316_000000006081	3069	0.9784020987292099	4	4	2	3	3	True	115065	backbone	True	ISR0316_000000006081	1.0	PS747	1	1	True	True	1.0	89					non-mobilizable	no_good_hit	1400.0	89.571	84.0	0.4293628808864266	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
ISR0172_000000005351	2996	0.9784020987292099	5	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.630469264536487	PS1035	0	0	True	True	0.9996662139892578	24					non-mobilizable	no_good_hit	2105.0	90.166	76.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0013_000000015829	1655	0.9784014857978264	2	2	1	2	2	False	38096	maximal	True	ISR0013_000000015829	1.0		1	1	False	False	0.9848942756652832	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.6061724361366818e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
ENG0046_000000003319	5648	0.9783976710212828	8	5	3	3	5	True	64459	maximal	True	ENG0046_000000003319	0.998902944266998		4	4	True	True	1.0	106		MOBP			mobilizable	no_good_hit	1782.0	84.06299999999999	62.0	0.35593561368209253	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
FIJ0138_000000000061	61198	0.9783891822563648	66	21	13	19	9	True	65020	maximal	True	FIJ0138_000000000061	1.0		4	1	False	False	0.9999836683273315	0					non-mobilizable	no_good_hit	980.0	78.77600000000001	2.0	0.0003511785545025848	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
MON0034_000000015725	1807	0.9783854737631156	3	2	2	2	2	False	52348	fragment	False	USA0034_01_000000027858	0.36914010513766116		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	98.78299999999999	100.0	0.031585022473285644	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
TAN0007_000000018823	2096	0.9783829875903908	4	4	3	4	1	False	2826	maximal	True	TAN0007_000000018823	1.0		1	1	False	False	0.9980915784835815	0					non-mobilizable	chromosome	1732.0	77.656	91.0	0.0007306653471239271	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
AST0094_000000012035	1874	0.9783824430221556	3	2	2	2	2	True	109216	fragment	False	AST0094_000000012035	0.9848381417536699		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1874.0	100.0	100.0	0.015112760721345866	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
USA0069_01_000000016156	3818	0.9783766363934	5	3	1	3	2	False	108525	maximal	True	USA0069_01_000000016156	0.9994841372194996		3	3	True	True	1.0	21					non-mobilizable	plasmid	3325.0	96.602	100.0	0.8885614787034557	CP056430.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00515 plasmid pRHBSTW-00515_6, complete sequence	False	True
AST0101_000000002757	3798	0.9783766363934	6	3	1	3	2	False	108525	maximal	False	USA0069_01_000000016156	0.9994841372194996		0	0	True	True	1.0	69					non-mobilizable	plasmid	2907.0	97.59200000000001	100.0	0.7776587195285294	CP056430.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00515 plasmid pRHBSTW-00515_6, complete sequence	False	True
SPA0073_000000001817	8415	0.9783699610268654	12	9	6	6	6	False	122340	maximal	True	SPA0073_000000001817	1.0		1	1	False	False	0.9970291256904602	0					non-mobilizable	chromosome	5533.0	99.928	100.0	0.001558665059164187	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
USA0121_01_000000005134	8702	0.9783679795464679	8	3	2	2	2	False	92474	fragment	False	USA0121_01_000000005134	1.0		0	0	False	False	0.9986209869384766	0					non-mobilizable	no_good_hit	2505.0	93.613	86.0	0.10239731631484209	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0034_01_000000008696	6563	0.9783679795464679	5	3	2	2	2	False	92471	fragment	False	USA0034_01_000000008696	1.0		0	0	False	False	0.9980192184448242	0					non-mobilizable	no_good_hit	2507.0	93.538	88.0	0.10239731631484209	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0139_000000005580	2004	0.9783674882878152	2	2	2	2	2	False	120222	maximal	True	CHI0139_000000005580	1.0		0	0	False	False	0.9895209670066833	0					non-mobilizable	chromosome	1730.0	99.711	90.0	0.0006854101975876256	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0090_000000007115	1833	0.9783674882878152	3	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9419859177651734		0	0	False	False	1.0	0					non-mobilizable	chromosome	1833.0	99.291	100.0	0.0007262414586353558	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0171_000000011332	1826	0.9783674882878152	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9748564074759919		0	0	False	False	0.9956188201904297	0					non-mobilizable	chromosome	1737.0	99.42399999999999	99.0	0.0006881851376588306	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0142_000000001459	1818	0.9783674882878152	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9701611168810509		0	0	False	False	1.0	0					non-mobilizable	chromosome	1718.0	99.53399999999999	97.0	0.00068065315746556	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0085_000000001130	1781	0.9783674882878152	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9749709059305136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1743.0	99.369	98.0	0.0006901672377096913	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0816_000000021678	1778	0.9783674882878152	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9482634548114127		0	0	False	False	1.0	0					non-mobilizable	chromosome	1706.0	99.59	100.0	0.0006758961173434943	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0169_000000008696	1756	0.9783674882878152	3	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9489630386155049		0	0	False	False	0.9994305372238159	0					non-mobilizable	chromosome	1705.0	99.648	97.0	0.0006754996973333222	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0172_000000004554	1735	0.9783674882878152	3	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.930726081086173		0	0	False	False	1.0	0					non-mobilizable	chromosome	1673.0	99.641	100.0	0.0006628142570078139	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0288_000000017497	1708	0.9783674882878152	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.948168831123599		0	0	False	False	1.0	0					non-mobilizable	chromosome	1706.0	99.70700000000001	100.0	0.0006758961173434943	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0151_000000014590	1700	0.9783674882878152	3	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9463455160219985		0	0	False	False	1.0	0					non-mobilizable	chromosome	1699.0	99.706	100.0	0.0006731211772722895	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0257_000000010285	1691	0.9783674882878152	3	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9431116587923027		0	0	False	False	1.0	0					non-mobilizable	chromosome	1690.0	99.645	100.0	0.0006695533971807402	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0033_000000004186	1678	0.9783674882878152	3	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.916647050862182		0	0	False	False	1.0	0					non-mobilizable	chromosome	1678.0	99.70200000000001	100.0	0.0006647963570586746	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0167_000000012910	1674	0.9783674882878152	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.9368212313114261		0	0	False	False	1.0	0					non-mobilizable	chromosome	1674.0	99.522	100.0	0.000663210677017986	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0775_000000012172	1625	0.9783674882878152	3	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.7627884698916019		0	0	False	False	1.0	0					non-mobilizable	chromosome	1625.0	99.69200000000001	100.0	0.0006437860965195513	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0110_000000005948	1625	0.9783674882878152	3	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.7627884698916019		0	0	False	False	1.0	0					non-mobilizable	chromosome	1625.0	99.69200000000001	100.0	0.0006437860965195513	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0081_000000006026	1620	0.9783674882878152	3	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.7616065705709649		0	0	False	False	1.0	0					non-mobilizable	chromosome	1620.0	99.691	100.0	0.0006418039964686906	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0108_000000005933	4976	0.9783673351052518	3	3	2	3	2	False	4696	maximal	True	SPA0108_000000005933	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1696.0	76.71	34.0	0.019563212755774998	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
CAN0011_000000002009	15765	0.9783656876207916	22	22	8	14	19	True	132521	backbone	False	USA0060_01_000000001071	0.9682656135397781	PS1166	0	0	False	True	0.9987313747406006	0		MOBP	MPF_T		conjugative	plasmid	15731.0	99.46600000000001	99.0	0.3083285963502362	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MON0037_000000029061	2399	0.9783653295373184	3	3	3	2	2	False	129474	fragment	False	MON0037_000000029061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	84.406	76.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0009_000000000840	9089	0.9783635891088186	20	8	2	7	4	True	57357	maximal	True	MAD0009_000000000840	1.0		1	1	False	False	0.9986796975135803	0					non-mobilizable	no_good_hit	45.0	91.111	0.0	0.00012042422169004448	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0112_000000002359	9544	0.97836354239831	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9788933426617217	PS624|PS966	0	0	False	True	0.9998952150344849	0					non-mobilizable	no_good_hit	3602.0	93.531	79.0	0.4456345746668327	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0131_000000003436	6570	0.9783604083945197	6	2	2	2	1	True	98582	fragment	False	MON0060_000000004297	0.9524202668258818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.89	18.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0299_000000000401	11586	0.9783565456348494	12	8	8	8	7	False	103463	maximal	True	ISR0299_000000000401	1.0		0	0	False	False	0.9999136924743652	0					non-mobilizable	no_good_hit	2265.0	98.366	47.0	0.0009323709815181339	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
AST0153_000000001018	19546	0.9783563625675576	38	14	9	11	8	True	103575	fragment	False	AST0153_000000001018	1.0		0	0	False	False	0.9999488592147827	0					non-mobilizable	no_good_hit								True	True
AST0060_000000000367	41488	0.9783513173144264	33	14	9	11	5	True	132147	fragment	False	ISR0104_000000000158	0.07965143452082854		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	656.0	72.256	2.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0169_000000001372	13260	0.97834918006712	16	9	6	8	4	True	99750	maximal	True	ISR0169_000000001372	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4637.0	99.72	53.0	0.0016346258607260686	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0168_000000006319	4132	0.9783443053908941	5	4	2	4	3	False	44818	fragment	False	ISR0168_000000006319	1.0		0	0	False	False	0.9973378777503967	0					non-mobilizable	no_good_hit								True	False
CHI0033_000000000031	44183	0.9783420427821068	56	14	8	10	9	True	119610	fragment	False	CHI0033_000000000031	1.0		0	0	False	False	0.9999094605445862	0					non-mobilizable	no_good_hit	297.0	91.24600000000001	1.0	0.0014418588737860282	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	True
USA0059_01_000000012051	2176	0.9783408714326618	2	2	2	2	2	False	921	maximal	True	USA0059_01_000000012051	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	88.182	8.0	2.957610120779029e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0077_000000000576	26869	0.9783406799233928	20	12	9	11	8	False	73565	fragment	False	ISR0077_000000000576	1.0		0	0	False	False	0.9997022747993469	0					non-mobilizable	no_good_hit	68.0	86.765	0.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
FIJ0111_000000008576	2481	0.9783338236399736	3	2	2	2	1	False	48752	fragment	False	FIJ0030_000000012295	0.9349035608308605		0	0	False	False	0.9987908005714417	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	5.0	2.855973504512935e-05	NZ_CP053376.1	firmicutes	Bacillus amyloliquefaciens strain WF02 chromosome, complete genome	True	False
MAD0100_000000007981	4651	0.9783334486588572	9	4	2	4	4	False	15176	maximal	True	MAD0100_000000007981	1.0		2	1	False	False	0.9926897287368774	0					non-mobilizable	no_good_hit								True	False
CAN0001_000000001930	18090	0.97832929945713	24	20	6	8	18	True	132596	backbone	False	ISR0120_000000000296	0.059489530176158045	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	18096.0	99.884	99.0	0.5475541833151714	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0365_000000000747	17265	0.97832929945713	23	20	6	8	18	True	132596	backbone	False	ISR0120_000000000296	0.030938918754938826	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	17190.0	99.86	99.0	0.5201295556362756	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0146_000000006911	3530	0.9783292886926216	5	4	1	2	4	False	130026	backbone	False	ENG0161_000000006182	0.84795114547051	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2092.0	96.75	59.0	0.41608600437985266	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0209_000000008559	3435	0.9783292886926216	5	4	1	2	4	False	130026	backbone	False	ENG0161_000000006182	0.8450974109496072	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1996.0	96.19200000000001	58.0	0.39705296694544007	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0046_000000009013	3190	0.9783291977799136	5	5	5	5	4	False	113191	fragment	False	ISR0361_000000003481	0.9454731599517364		0	0	False	False	1.0	0					non-mobilizable	chromosome	3190.0	100.0	100.0	0.0006648262508177425	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
ISR0251_000000001111	8651	0.9783277022341924	15	10	6	8	6	True	116042	fragment	False	ISR0251_000000001111	1.0		0	0	False	False	0.9998844265937805	0					non-mobilizable	no_good_hit	4492.0	97.41799999999999	59.0	0.025689172532169065	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0133_000000001406	11095	0.9783269199102788	15	9	5	8	6	False	88903	fragment	False	CHI0133_000000001406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000000020	114550	0.9783189572048984	99	23	11	18	8	True	80312	maximal	True	CHI0140_000000000020	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	93.846	0.0	0.0006823464187474678	NC_024355.1	viruses	Staphylococcus phage 6ec, complete genome	True	True
ISR0227_000000012985	2040	0.9783172014183676	2	2	2	2	2	False	123324	maximal	True	ISR0227_000000012985	1.0		1	1	False	False	0.9960784316062927	0					non-mobilizable	no_good_hit	504.0	75.19800000000001	25.0	0.0026068603788567428	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
AST0016_000000013824	1797	0.9783172014183676	2	2	2	2	2	False	123320	fragment	False	ISR0150_000000012920	0.9747071211210544		0	0	False	False	0.9883138537406921	0					non-mobilizable	no_good_hit	504.0	75.0	28.0	0.0026068603788567428	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
SPA0068_000000001538	9049	0.9783163091503216	6	4	1	4	4	True	42808	fragment	False	SPA0068_000000001538	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9015.0	97.804	100.0	0.03506959738371526	CP057460.1	enterobacteria	Klebsiella pneumoniae strain RHB26-C08 plasmid pRHB26-C08_2, complete sequence	False	True
SPA0078_000000001033	7897	0.9783163091503216	5	4	1	4	4	True	24102	fragment	False	SPA0078_000000001033	1.0		0	0	False	False	0.9987336993217468	0					non-mobilizable	plasmid	7857.0	99.516	100.0	0.030618171329230122	CP057460.1	enterobacteria	Klebsiella pneumoniae strain RHB26-C08 plasmid pRHB26-C08_2, complete sequence	False	True
SPA0086_000000003935	3721	0.9783113472478652	6	4	3	3	3	False	62921	fragment	False	SPA0086_000000003935	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2254.0	93.7	94.0	0.0005095193232714579	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MAD0014_000000020296	1658	0.9783082931432484	2	2	2	2	2	False	60433	fragment	False	SPA0158_000000011948	0.9554819802786483		0	0	False	False	0.9993968605995178	0					non-mobilizable	other	1645.0	82.979	99.0	0.005248722981223509	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0024_000000016626	2866	0.978305878915172	4	2	1	2	2	True	125361	fragment	False	FIJ0114_000000005988	0.07217010170906794		0	0	False	False	0.987089991569519	0					non-mobilizable	other	2866.0	98.84899999999999	100.0	0.0008177088625370038	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0025_000000000768	13799	0.9783045247613668	7	7	2	7	7	True	103527	fragment	False	MON0025_000000000768	1.0		0	0	False	False	1.0	0		MOBF	MPF_F		conjugative	plasmid	13735.0	99.993	99.0	0.10596077584211581	MK295818.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain U60 plasmid pU60, complete sequence	False	True
ENG0126_000000007864	2381	0.978303977332566	3	3	3	2	2	False	58776	maximal	True	ENG0126_000000007864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0037_000000028628	2431	0.9783020103336344	6	4	2	4	2	False	12111	fragment	False	MON0037_000000028628	1.0		0	0	False	False	0.9893048405647278	0					non-mobilizable	no_good_hit	1505.0	81.528	60.0	0.01874041107180443	NZ_OFSM01000025.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ENG0040_000000008393	2686	0.9783007688597531	3	3	1	3	2	True	64861	maximal	True	ENG0040_000000008393	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0073_000000005678	4596	0.978293508641366	10	8	6	8	6	False	132173	fragment	False	ENG0073_000000005678	1.0		0	0	False	False	0.9971714615821838	0					non-mobilizable	other	4596.0	100.0	100.0	0.0953497541034633	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
AST0108_000000001089	13016	0.978291177734256	17	9	7	8	4	False	123888	fragment	False	SPA0082_000000000937	0.049852426261889286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8326.0	99.291	74.0	0.0846498947090001	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
ISR0157_000000002956	8946	0.9782883703736835	9	4	3	4	2	False	117692	fragment	False	ENG0132_000000002109	0.9685240928130242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	95.169	24.0	0.0006370687415727558	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0053_000000013435	1313	0.9782824586681608	3	1	1	1	1	False	35742	maximal	True	ISR0053_000000013435	1.0		4	4	False	False	0.9992383718490601	0					non-mobilizable	plasmid	877.0	91.22	97.0	0.010225163707672374	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
ISR0389_000000000123	53815	0.9782803008452644	52	25	12	19	8	True	132147	fragment	False	ISR0104_000000000158	0.3746316984559737		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1481.0	95.34100000000001	3.0	0.007057543554921432	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CAN0007_000000000782	37942	0.978278974310228	37	24	13	18	14	True	95444	maximal	True	CAN0007_000000000782	1.0		2	1	False	False	0.9999209046363831	0					non-mobilizable	no_good_hit	1185.0	70.88600000000001	4.0	0.00035464723577942347	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
SPA0038_000000006256	4740	0.9782775103869564	4	4	3	3	2	True	96477	fragment	False	SPA0038_000000006256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3506.0	99.971	74.0	0.31881026014189556	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0798_000000001451	8840	0.9782727964067348	13	7	4	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8941075777474901	PS624|PS966	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	3714.0	93.67299999999999	84.0	0.45970855648275005	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0133_01_000000006594	3929	0.9782695782430042	5	4	4	4	4	False	125036	fragment	False	ISR0806_000000002243	0.5775378106622447		0	0	False	False	0.9997454881668091	0					non-mobilizable	other	3929.0	99.007	100.0	0.014201936496228966	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0048_01_000000003868	3925	0.9782676241732324	8	5	3	5	4	False	1129	maximal	True	USA0048_01_000000003868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2010.0	91.64200000000001	51.0	0.01181295755976019	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
MON0107_000000002742	12989	0.9782657270277362	7	4	3	3	1	True	111012	maximal	True	MON0107_000000002742	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	72.587	2.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
SPA0112_000000004895	6954	0.9782650834663004	8	4	3	4	2	True	51764	fragment	False	SPA0112_000000004895	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1019.0	95.78	15.0	0.09324052024180253	NZ_CABMGA010000033.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0095_000000002008	10823	0.9782638575866729	11	10	4	5	9	False	98188	fragment	False	ISR0135_000000001616	0.6962738207468837		0	0	False	True	0.9999076128005981	0		MOBP	MPF_I	MOBP	conjugative	plasmid	10733.0	99.925	99.0	0.12444052781707289	MF156268.1	enterobacteria	Escherichia coli strain 3-S1R plasmid pCERC10, complete sequence	False	True
ISR0107_000000000270	38416	0.9782623476136608	59	16	5	11	11	False	37503	maximal	True	ISR0107_000000000270	1.0		1	1	False	False	0.9999739527702332	0					non-mobilizable	no_good_hit	1466.0	78.445	6.0	0.012803894076876272	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0350_000000003482	4601	0.978256283681626	6	5	4	5	4	False	128296	maximal	True	ISR0350_000000003482	1.0		0	0	False	False	0.9943490624427795	0					non-mobilizable	other	3054.0	98.65700000000001	92.0	0.0011076469402615137	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0069_000000001130	19351	0.9782562258276458	26	17	11	13	14	True	124141	maximal	False	MON0019_000000001763	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11975.0	97.971	95.0	0.0033636716714713767	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0019_000000001763	19351	0.9782562258276458	26	17	11	13	14	True	124141	maximal	True	MON0019_000000001763	1.0		10	3	False	False	1.0	0					non-mobilizable	other	11975.0	97.971	95.0	0.0033636716714713767	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0057_000000000813	14380	0.9782551384419742	8	7	3	5	7	True	17063	fragment	False	MAD0057_000000000813	1.0		0	0	False	False	0.999860942363739	0		MOBF	MPF_T		conjugative	plasmid	12318.0	90.291	99.0	0.09734723630831643	CP022534.1	enterobacteria	Enterobacter hormaechei strain MS7884A plasmid pMS7884B, complete sequence	False	True
ENG0100_000000011927	2518	0.978250581379557	6	4	3	4	2	True	125361	fragment	False	FIJ0114_000000005988	0.2587131161958877		0	0	False	False	0.9968228936195374	0					non-mobilizable	no_good_hit	2094.0	97.66	83.0	0.0005973698601361079	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
AUS0008_000000007189	3154	0.9782502814957532	3	3	3	3	3	False	101873	maximal	True	AUS0008_000000007189	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	97.074	30.0	0.20398116438356165	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
MAD0002_000000016895	2283	0.9782490092333732	2	2	2	2	1	False	20199	fragment	False	MAD0002_000000016895	1.0		0	0	False	False	0.9943057298660278	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	3.6294394723924168e-06	NZ_KI632511.1	high GC Gram+	Actinospica robiniae DSM 44927 ActroDRAFT_ARA.1, whole genome shotgun sequence	True	False
ISR0121_000000009593	2570	0.978248558772722	3	1	1	1	1	False	32216	maximal	True	ISR0121_000000009593	1.0		0	0	False	False	0.995719850063324	0					non-mobilizable	no_good_hit	1562.0	99.488	61.0	0.0006957097600626897	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0144_000000000405	24468	0.9782476501295596	24	8	3	6	4	False	79887	maximal	True	CHI0144_000000000405	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	85.059	3.0	0.00027189754639281034	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0080_000000043191	1334	0.9782374557184096	3	2	2	1	1	False	10025	fragment	False	MON0080_000000043191	1.0		0	0	False	False	0.9730135202407837	0					non-mobilizable	other	1303.0	98.695	98.0	0.0007246655100960599	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
USA0093_01_000000006389	2969	0.9782356125098356	3	2	1	2	1	False	375	maximal	True	USA0093_01_000000006389	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	2.0	1.789127288386343e-05	NC_014150.1	bacteria	Brachyspira murdochii DSM 12563, complete sequence	True	False
SPA0108_000000016671	1700	0.978233693653222	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.6269469721595783		0	0	False	False	0.9970588088035583	0					non-mobilizable	other	1634.0	98.103	96.0	0.022771642124051764	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0038_000000007444	2996	0.9782269467558988	5	3	2	3	2	False	76246	fragment	False	ENG0038_000000007444	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2996.0	98.264	100.0	0.0008548125805578801	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0820_000000009653	2404	0.9782258853007272	3	3	3	2	2	False	76278	maximal	True	ISR0820_000000009653	1.0		2	1	False	False	0.9983360767364502	0					non-mobilizable	no_good_hit	1563.0	80.166	64.0	0.03594771241830065	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
CHI0172_000000000747	10250	0.9782196738659976	10	7	7	4	4	False	99372	fragment	False	ENG0006_000000002142	0.5738314943335464		0	0	False	False	0.9998048543930054	0					non-mobilizable	no_good_hit	2604.0	95.62200000000001	65.0	0.10648829978726886	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0057_000000019196	1701	0.9782194532162191	3	3	2	2	1	False	104699	fragment	False	SPA0057_000000019196	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	97.00200000000001	100.0	0.0013697581571112606	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
MAD0105_000000007607	4177	0.9782175696896284	2	2	0	2	2	False	85447	fragment	False	MAD0101_000000006014	0.9540804728347352		0	0	False	False	0.9985635876655579	0	IncHI1B				non-mobilizable	plasmid	2810.0	99.46600000000001	98.0	0.01928891454330557	CP029181.1	enterobacteria	Escherichia coli strain H9Ecoli plasmid p1-H9, complete sequence	False	True
ISR0074_000000007846	3598	0.9782171139834376	4	4	4	4	4	False	97139	maximal	True	ISR0074_000000007846	1.0	PS521	3	2	False	True	0.9972206950187683	0					non-mobilizable	no_good_hit	955.0	83.874	49.0	0.0011900954960716815	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
SPA0027_000000014829	2513	0.978217055375746	3	2	2	2	2	True	7483	fragment	False	SPA0027_000000014829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0244_000000015375	1681	0.978216763413222	2	2	2	1	1	False	111855	fragment	False	ISR0244_000000015375	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	94.59899999999999	100.0	0.0026807426933804805	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0020_000000017153	2135	0.9782164607452508	3	3	2	3	1	False	94084	fragment	False	SPA0062_000000015646	0.4722012431723467		0	0	False	False	0.9976580739021301	0					non-mobilizable	other	2135.0	99.95299999999999	100.0	0.05853310658840309	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
SPA0153_000000009719	1909	0.9782164607452508	3	3	2	3	1	False	94084	fragment	False	SPA0062_000000015646	0.4243358836143276		0	0	False	False	1.0	0					non-mobilizable	other	1909.0	99.37100000000001	100.0	0.052334192769762464	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
SPA0125_000000015484	2210	0.9782156597278342	3	3	2	3	3	False	75228	fragment	False	SPA0125_000000015484	1.0		0	0	False	False	0.9990950226783752	0					non-mobilizable	no_good_hit	569.0	77.68	42.0	0.00015771322534451532	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
TAN0002_000000031111	1357	0.9782084028442544	2	1	1	1	1	False	3018	fragment	False	TAN0002_000000031111	1.0		0	0	False	False	0.9985261559486389	0					non-mobilizable	plasmid	1314.0	99.391	97.0	0.03023464664839846	CP029854.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain 343077_281186 plasmid pK43, complete sequence	False	True
MON0105_000000003092	14139	0.9782076308449786	19	13	8	11	9	True	16738	maximal	False	MAD0063_000000000554	0.9776502886104463		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	6.158423832451976e-05	NZ_FTNK01000001.1	firmicutes	Paenibacillus macquariensis strain ATCC 23464, whole genome shotgun sequence	True	True
FIJ0071_000000028860	1291	0.978205588312012	2	1	1	1	1	False	44814	fragment	False	FIJ0071_000000028860	1.0		0	0	False	False	0.9907048940658569	0					non-mobilizable	no_good_hit	124.0	80.645	10.0	2.1980777989818215e-05	CP041253.1	CFB group bacteria	Echinicola sp. LN3S3 chromosome, complete genome	True	False
MAD0106_000000010965	1966	0.9782044972814998	2	2	1	1	2	False	98380	fragment	False	MAD0106_000000010965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0066_000000003195	5085	0.978199104949917	7	7	5	7	3	False	127577	fragment	False	ISR0001_000000004362	0.24228896831338584		0	0	False	False	1.0	0					non-mobilizable	other	5085.0	99.23299999999999	100.0	0.13944813209720774	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MAD0029_000000001268	2885	0.9781959176925312	4	4	3	4	3	False	85383	fragment	False	MAD0029_000000001268	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2885.0	97.64299999999999	100.0	0.000604943039075251	CP043750.1	enterobacteria	Escherichia coli strain CVM N62675 chromosome, complete genome	False	False
ENG0036_000000014005	1761	0.978193842177414	3	2	1	2	1	False	65300	maximal	True	ENG0036_000000014005	1.0		0	0	False	False	0.9789891839027405	0					non-mobilizable	no_good_hit	665.0	99.098	38.0	0.0002760468755074391	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MON0090_000000038353	1596	0.978193752060252	4	2	1	1	2	False	119853	fragment	False	MON0090_000000038353	1.0		0	0	False	False	0.9110275506973267	0					non-mobilizable	no_good_hit								True	False
AST0151_000000005732	2812	0.978193613247892	4	4	3	3	3	False	111678	fragment	False	AST0151_000000005732	1.0		0	0	False	False	0.9978662729263306	0					non-mobilizable	no_good_hit	873.0	99.771	45.0	0.0013946019946646877	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
CHI0043_000000005956	1618	0.9781911434772492	2	2	2	2	2	True	87377	maximal	True	CHI0043_000000005956	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1618.0	98.949	100.0	0.01310192274970223	CP055365.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00165 plasmid unnamed	False	True
AST0102_000000000309	43174	0.9781877601933876	32	12	6	10	6	True	108418	fragment	False	AST0102_000000000309	1.0		0	0	False	False	0.9999768137931824	0					non-mobilizable	no_good_hit	1287.0	82.906	13.0	0.0005058993037311867	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
ISR0111_000000007091	2501	0.9781850558560462	2	2	2	2	1	False	65783	maximal	True	ISR0111_000000007091	1.0		1	1	False	False	0.9952019453048706	0					non-mobilizable	no_good_hit	802.0	88.155	32.0	0.008417419850380362	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0100_000000009010	1668	0.9781840948979041	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.46646500993147283		0	0	False	False	0.9982014298439026	0					non-mobilizable	other	1668.0	98.62100000000001	100.0	0.002108173186364027	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MAD0069_000000002762	2836	0.9781817728195824	7	6	2	5	5	False	51508	maximal	True	MAD0069_000000002762	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	99.648	56.0	0.00014159044962446126	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	True	False
ENG0208_000000003286	8063	0.9781812885557216	11	6	4	4	6	True	122513	backbone	False	FIJ0106_000000002481	0.8896353443181688	PS872	0	0	True	True	0.9975195527076721	12					non-mobilizable	plasmid	3590.0	98.134	100.0	0.44650641424834975	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0044_000000005716	2959	0.9781772747547696	5	3	2	3	2	False	116172	fragment	False	ENG0044_000000005716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	96.105	76.0	0.0003771619502191476	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0152_000000004101	6149	0.9781756261621112	7	3	2	2	2	True	67459	maximal	True	ISR0152_000000004101	1.0	PS313	1	1	True	True	1.0	14					non-mobilizable	no_good_hit	479.0	84.969	8.0	0.04287527193618564	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0141_000000025355	1191	0.9781734352495216	1	1	1	1	1	True	40233	fragment	False	FIJ0141_000000025355	1.0		0	0	False	False	0.9605373740196228	0					non-mobilizable	no_good_hit								True	True
MAD0051_000000000304	29649	0.9781727072331	32	21	16	20	15	False	49400	maximal	True	MAD0051_000000000304	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2875.0	74.817	10.0	0.0009728423135348443	NZ_CP013671.1	CFB group bacteria	Tenacibaculum dicentrarchi strain AY7486TD chromosome, complete genome	True	False
ENG0050_000000001255	15258	0.9781726360358683	13	4	3	3	2	True	98628	maximal	True	ENG0050_000000001255	1.0		6	5	False	False	0.9998689293861389	0					non-mobilizable	no_good_hit	3049.0	92.06299999999999	25.0	0.0008056063801891255	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0169_000000000458	27692	0.9781696646525306	29	13	7	11	9	True	91988	maximal	True	ISR0169_000000000458	1.0		12	4	False	False	0.9998916387557983	0					non-mobilizable	no_good_hit	6027.0	97.677	65.0	0.04838021307264279	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0090_000000019448	1295	0.9781677160314932	1	1	1	1	1	False	93076	maximal	True	ENG0090_000000019448	1.0		0	0	False	False	0.9953668117523193	0					non-mobilizable	no_good_hit	1107.0	95.75399999999999	85.0	0.00396246239246666	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
MON0053_000000008043	4169	0.978167678157252	5	4	2	2	4	False	67199	fragment	False	MON0053_000000008043	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3435.0	91.645	98.0	0.0014125585099855121	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0213_000000008408	2931	0.9781641561940522	4	2	2	2	2	True	28290	maximal	True	ISR0213_000000008408	1.0		1	1	False	False	1.0	0	rep_cluster_660				non-mobilizable	no_good_hit	1107.0	84.463	40.0	0.09341409315816414	CP043525.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_01, complete sequence	True	True
AST0150_000000008972	3064	0.9781630143232491	4	3	2	3	2	True	104183	fragment	False	AST0150_000000008972	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2836.0	98.484	92.0	0.3770972037283622	AJ239049.2	firmicutes	Streptococcus thermophilus partial repA gene, ORF1 to ORF8 and partial ORF9 DNA	False	True
USA0056_01_000000000043	91432	0.978156773958816	84	14	5	13	3	True	127415	maximal	False	SPA0046_000000000019	0.4962420998646144		0	0	True	True	1.0	1150					non-mobilizable	virus	35575.0	97.684	99.0	0.3664348632359759	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
FIJ0147_000000007503	2638	0.978156584770866	4	3	3	3	2	False	106521	fragment	False	FIJ0147_000000007503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1886.0	92.15299999999999	71.0	0.04694508123193462	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0017_000000001925	12898	0.9781511303084194	14	10	6	9	7	True	50180	maximal	True	FIJ0017_000000001925	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1866.0	90.836	37.0	0.0005041504224227005	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ENG0145_000000000584	33948	0.9781505117901028	40	39	15	21	37	False	97893	maximal	True	ENG0145_000000000584	1.0		1	1	False	False	1.0	0	rep_cluster_488				non-mobilizable	plasmid	12460.0	98.042	95.0	0.11254202364168746	CP057251.1	enterobacteria	Escherichia coli strain RHB31-C19 plasmid pRHB31-C19_2, complete sequence	False	True
ISR0094_000000009041	2132	0.9781473628493664	3	2	2	1	1	False	92353	fragment	False	ISR0094_000000009041	1.0		0	0	False	False	0.99343341588974	0					non-mobilizable	no_good_hit	966.0	85.197	74.0	0.00042163478346418653	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0011_000000010912	4246	0.9781403714675692	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9378337904676861	PS1143|PS778	0	0	True	True	1.0	123					non-mobilizable	other	3736.0	99.839	100.0	0.8792088533082175	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0037_000000014108	4246	0.9781403714675692	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9380312182557028	PS1143|PS778	0	0	True	True	1.0	274					non-mobilizable	other	4146.0	99.759	100.0	0.9757475865316694	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0026_000000007387	4245	0.9781403714675692	9	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9448435875262102	PS1143|PS778	0	0	True	True	1.0	38					non-mobilizable	other	3737.0	98.635	100.0	0.8792088533082175	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0130_01_000000009209	4227	0.9781403714675692	8	7	3	3	6	True	132209	backbone	False	ENG0141_000000006400	0.975008144136314	PS1143|PS778	0	0	True	True	1.0	259					non-mobilizable	other	3230.0	100.0	100.0	0.29837368323784885	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MAD0013_000000018301	1378	0.9781396552011692	2	1	1	1	1	False	19552	maximal	True	MAD0013_000000018301	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0048_000000029762	1379	0.9781389489349096	2	2	2	2	2	False	11389	fragment	False	MON0048_000000029762	1.0		0	0	False	False	0.9992748498916626	0					non-mobilizable	other	1379.0	99.057	100.0	0.0006560217848743656	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
SPA0117_000000029908	1243	0.9781381586472788	1	1	1	1	1	False	4279	maximal	True	SPA0117_000000029908	1.0		1	1	False	False	0.9967820048332214	0					non-mobilizable	no_good_hit								True	False
ISR0095_000000017530	1902	0.9781380127310152	3	3	2	3	2	False	120028	fragment	False	USA0004_01_000000010812	0.6401999194173885		0	0	False	False	0.9994742274284363	0					non-mobilizable	other	1784.0	97.926	94.0	0.0022548727002321897	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0077_000000011132	2846	0.9781359801957532	2	2	2	2	1	True	99736	fragment	False	ISR0077_000000011132	1.0		0	0	False	False	0.9978917837142944	0					non-mobilizable	no_good_hit								True	True
SPA0131_000000007564	3171	0.9781346866303074	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.05098178469442948	PS1090	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1435.0	87.52600000000001	81.0	0.47696929238985314	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0117_000000008611	3109	0.9781346866303074	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.05663290977895094	PS1090	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	1423.0	88.053	83.0	0.47296395193591456	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0206_000000008346	3101	0.9781346866303074	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.05702065724020816	PS1090	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1425.0	88.14	85.0	0.47363150867823767	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0035_000000010212	3096	0.9781346866303074	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.051679768136223596	PS1090	0	0	True	True	0.9983850121498108	20					non-mobilizable	no_good_hit	1420.0	87.39399999999999	82.0	0.47162883845126835	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0096_000000015352	2862	0.9781346866303074	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.049978379258516364	PS1090	0	0	True	True	0.9972047805786133	2					non-mobilizable	no_good_hit	1405.0	86.975	88.0	0.465954606141522	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0065_000000000978	9713	0.9781335483724088	8	6	3	5	3	False	16648	maximal	True	MAD0065_000000000978	1.0		1	1	False	False	0.9998970627784729	0					non-mobilizable	other	5987.0	93.837	99.0	0.0016171775020623678	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
BAN0020_000000000289	8981	0.9781233360575337	8	8	7	8	7	True	97745	maximal	True	BAN0020_000000000289	1.0		2	2	False	False	1.0	0	IncFIB				non-mobilizable	other	8981.0	100.0	100.0	0.3027850832827568	NZ_QNRL01000017.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_117, whole genome shotgun sequence	False	True
SPA0155_000000000448	19586	0.9781226941393568	38	9	1	7	5	False	108161	fragment	False	SPA0155_000000000448	1.0		0	0	False	False	0.9999489188194275	0					non-mobilizable	no_good_hit	76.0	89.47399999999999	0.0	0.00012855960108812848	NZ_OAOF01000001.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0268_000000007359	2593	0.9781182892975772	4	3	3	1	1	False	34993	fragment	False	ISR0268_000000007359	1.0		0	0	False	False	0.9703046679496765	0					non-mobilizable	other	2593.0	98.18700000000001	100.0	0.027272440315232373	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
DEN0001_000000010192	3913	0.9781118684604037	5	5	5	4	3	False	125036	fragment	False	ISR0806_000000002243	0.5825080128464722		0	0	False	False	0.9997444152832031	0					non-mobilizable	other	3913.0	99.514	100.0	0.01414408746773109	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0039_000000005594	3108	0.9781118263024399	4	4	4	4	3	False	116666	fragment	False	AST0039_000000005594	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3108.0	99.678	100.0	0.0012659047878254754	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
AST0099_000000005841	3609	0.9781104304302972	5	4	2	4	1	False	108874	maximal	True	AST0099_000000005841	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0039_000000007973	3053	0.9781096140703764	3	2	2	2	2	True	47576	maximal	True	FIJ0039_000000007973	0.9999153689911984		8	1	False	True	1.0	0					non-mobilizable	plasmid	915.0	97.37700000000001	90.0	0.2845579078455791	AF301164.1	e-proteobacteria	Campylobacter jejuni plasmid pCJ01, complete sequence	False	True
FIJ0069_000000007715	3052	0.9781096140703764	3	2	2	2	2	True	47576	maximal	False	FIJ0039_000000007973	0.999833482322348		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	915.0	97.37700000000001	89.0	0.2845579078455791	AF301164.1	e-proteobacteria	Campylobacter jejuni plasmid pCJ01, complete sequence	True	True
FIJ0171_000000006784	3041	0.9781096140703764	3	2	2	2	2	True	47576	maximal	False	FIJ0039_000000007973	0.998031680472203		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	915.0	97.37700000000001	89.0	0.2845579078455791	AF301164.1	e-proteobacteria	Campylobacter jejuni plasmid pCJ01, complete sequence	True	True
FIJ0040_000000008329	2954	0.9781096140703764	3	2	2	2	2	True	47576	maximal	False	FIJ0039_000000007973	0.9764674343319324		0	0	False	True	0.9952606558799744	0					non-mobilizable	no_good_hit	915.0	97.26799999999999	88.0	0.2845579078455791	AF301164.1	e-proteobacteria	Campylobacter jejuni plasmid pCJ01, complete sequence	True	True
ISR0284_000000007909	1695	0.9781027371553302	2	2	2	2	2	False	93080	fragment	False	ISR0159_000000013916	0.706463801357099		0	0	False	False	0.9988200664520264	0					non-mobilizable	other	1603.0	96.569	95.0	0.005741088045555767	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
FIJ0011_000000005834	7077	0.9780991615784896	7	4	1	2	3	False	126496	maximal	False	TAN0007_000000004083	0.9879251266278282	PS879|PS961	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1400.0	95.286	51.0	0.23934257832562916	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
TAN0013_000000001692	4334	0.9780969118305766	7	5	3	5	1	False	2578	maximal	True	TAN0013_000000001692	1.0		1	1	False	False	0.9933087229728699	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000019417	2339	0.9780965608240676	3	3	3	3	2	False	95658	maximal	True	CAN0006_000000019417	1.0		2	2	False	False	0.9991449117660522	0					non-mobilizable	other	1707.0	81.01899999999999	99.0	0.0026832379540588946	NZ_DS995476.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld3, whole genome shotgun sequence	False	False
CHI0117_000000004387	3411	0.978095935109764	6	3	3	2	2	False	116197	fragment	False	FIJ0011_000000012565	0.7694420045922592		0	0	False	False	0.998827338218689	0					non-mobilizable	no_good_hit	1870.0	95.508	58.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0049_000000002457	5915	0.9780956044225244	12	1	1	1	1	False	17493	maximal	True	MAD0049_000000002457	1.0		1	1	False	False	0.9989856481552124	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000007595	2978	0.9780956044225244	5	1	1	1	1	False	15946	fragment	False	MAD0088_000000007595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0109_000000025752	1409	0.9780953223122486	3	2	2	1	1	False	8490	maximal	True	MON0109_000000025752	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	748.0	80.48100000000001	53.0	0.00022316171665268266	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0806_000000009229	1388	0.9780894156489164	3	2	2	2	2	False	131375	fragment	False	ISR0806_000000009229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	88.889	3.0	2.5838737435162795e-05	NZ_NPZB01000001.1	g-proteobacteria	Lysobacter silvestris strain AM20-91 Contig001, whole genome shotgun sequence	True	False
ENG0201_000000000373	25044	0.97808830981655	23	16	9	16	7	True	54181	fragment	False	SPA0002_000000001052	0.9658706298965214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.255757046417118e-06	NC_008781.1	b-proteobacteria	Polaromonas naphthalenivorans CJ2, complete genome	True	True
SPA0143_000000019015	1121	0.9780876342674492	3	2	1	1	2	False	3392	maximal	True	SPA0143_000000019015	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0292_000000001393	9212	0.9780867094842068	10	4	3	4	2	True	113913	maximal	True	ISR0292_000000001393	1.0	PS732	1	1	True	True	1.0	12					non-mobilizable	no_good_hit	1367.0	74.17699999999999	14.0	0.29564452265728114	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0394_000000007328	2572	0.9780865178052812	3	3	3	2	2	False	121418	fragment	False	ISR0394_000000007328	1.0		0	0	False	False	0.9996111989021301	0					non-mobilizable	no_good_hit	1788.0	87.13600000000001	69.0	0.02403164616776249	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0393_000000005872	2947	0.9780855137068704	4	3	2	3	3	False	128294	fragment	False	ISR0393_000000005872	0.9775		0	0	False	False	0.9830335974693298	0					non-mobilizable	chromosome	2136.0	98.221	99.0	0.0007503088214880012	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0050_000000016978	1520	0.9780838850210593	4	2	1	2	2	False	6581	fragment	False	SPA0050_000000016978	1.0		0	0	False	False	0.9973683953285217	0					non-mobilizable	other	1520.0	100.0	100.0	0.02843397851072592	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	False	False
ISR0075_000000003083	6722	0.9780682381299952	5	5	4	4	2	False	39251	maximal	True	ISR0075_000000003083	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	84.82700000000001	27.0	0.000333670204210966	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
DEN0011_000000005175	6832	0.978065156323884	8	6	4	6	4	True	128640	fragment	False	DEN0011_000000005175	0.9711123482313866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2134.0	78.77199999999999	49.0	0.004384855207773552	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0042_01_000000003986	6782	0.978065156323884	8	6	4	6	4	True	128640	fragment	False	DEN0011_000000005175	0.970005700994746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2142.0	78.758	50.0	0.0044015833153854675	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0087_01_000000001697	6779	0.978065156323884	8	6	4	6	4	True	128640	fragment	False	DEN0011_000000005175	0.9698276926419211		0	0	False	False	0.998819887638092	0					non-mobilizable	no_good_hit	2134.0	78.77199999999999	50.0	0.004384855207773552	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0136_000000005353	6701	0.978065156323884	7	6	4	6	4	True	128640	fragment	False	DEN0011_000000005175	0.9533662216733368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2144.0	78.825	57.0	0.004405765342288447	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0059_000000001802	6605	0.978065156323884	8	6	4	6	4	True	118316	fragment	False	ENG0059_000000001802	1.0		0	0	False	False	0.999697208404541	0					non-mobilizable	no_good_hit	2017.0	92.762	48.0	0.004202937037493962	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0079_000000007522	3644	0.978064770840494	5	3	3	3	1	True	118710	maximal	True	ISR0079_000000007522	1.0		0	0	False	False	0.997804582118988	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.003851915257864327	NZ_PTJA01000025.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_125, whole genome shotgun sequence	True	True
USA0058_01_000000002927	7491	0.9780601220856696	11	8	4	5	6	True	125624	backbone	True	USA0058_01_000000002927	0.9944743551218661	PS932	53	10	False	True	1.0	0					non-mobilizable	no_good_hit	1545.0	99.15899999999999	44.0	0.18670541227751544	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0203_000000001679	7228	0.9780601220856696	11	8	4	5	6	True	125624	backbone	False	USA0058_01_000000002927	0.9731937236457512	PS932	0	0	True	True	1.0	145					non-mobilizable	no_good_hit	1116.0	98.74600000000001	44.0	0.13476207773338175	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0204_000000001301	7058	0.9780601220856696	11	8	4	5	6	True	125624	backbone	False	USA0058_01_000000002927	0.9602944501803128	PS932	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1627.0	99.385	48.0	0.19687613512531785	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0076_000000002728	4406	0.9780596100663482	6	2	1	2	1	True	67542	fragment	False	SPA0076_000000002728	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2052.0	92.641	90.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
CHI0067_000000002398	4177	0.9780572076658436	5	4	3	4	4	False	113012	maximal	True	CHI0067_000000002398	1.0		6	3	False	False	0.9956907033920288	0					non-mobilizable	no_good_hit	2835.0	98.624	68.0	0.020019638177181567	NZ_RCXZ01000014.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0014, whole genome shotgun sequence	True	False
DEN0010_000000032387	1440	0.9780496457671828	2	1	1	1	1	True	96467	fragment	False	ENG0109_000000015034	0.6082375555809939		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	99.583	100.0	0.13088957613243588	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
DEN0089_000000013582	1424	0.9780496457671828	2	1	1	1	1	True	96467	fragment	False	ENG0109_000000015034	0.6046112623078377		0	0	False	False	0.9992977380752563	0					non-mobilizable	other	1424.0	100.0	100.0	0.12943423685646716	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0255_000000009157	3220	0.9780472901083948	7	4	4	4	3	False	26902	fragment	False	ISR0255_000000009157	1.0		0	0	False	False	0.9996894598007202	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00012151525604440403	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
MON0105_000000026034	2089	0.9780447543279918	4	3	3	2	1	False	119909	fragment	False	ENG0101_000000014967	0.6275851581508516		0	0	False	False	0.9976065158843994	0					non-mobilizable	no_good_hit	89.0	98.876	4.0	0.0012521343198634036	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0223_000000005929	4418	0.9780437415104212	3	2	2	2	1	True	94028	fragment	False	ISR0223_000000005929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
FIJ0107_000000001847	13100	0.9780303763461576	13	6	2	6	3	True	54462	fragment	False	FIJ0107_000000001847	1.0		0	0	False	False	0.9991602897644043	0					non-mobilizable	no_good_hit	124.0	85.484	1.0	0.0006467625067042455	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
MAD0032_000000003540	4281	0.9780303063970238	6	5	3	5	5	False	18924	maximal	True	MAD0032_000000003540	1.0		2	1	True	True	0.9997664093971252	51		MOBP		MOBP	mobilizable	no_good_hit	1767.0	97.001	87.0	0.433489058273912	MG228255.1	enterobacteria	Edwardsiella tarda strain 9.1 plasmid p9.1_2	True	True
ISR0838_000000001738	9701	0.9780236346673788	13	8	4	5	6	True	104960	maximal	True	ISR0838_000000001738	1.0	PS624	0	0	True	True	0.9998969435691833	40					non-mobilizable	no_good_hit	4982.0	97.491	77.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0020_000000005415	4260	0.9780179343878354	8	3	0	2	3	False	86778	maximal	True	FIJ0020_000000005415	1.0		1	1	True	True	1.0	13	rep_cluster_2335,rep_cluster_2358				non-mobilizable	no_good_hit	1320.0	85.37899999999999	53.0	0.35568274734260014	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	True	True
ENG0137_000000006319	2707	0.9780159906933404	5	3	1	2	3	False	57989	maximal	True	ENG0137_000000006319	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2628.0	99.81	97.0	0.017012375580408894	CP040877.1	firmicutes	Enterococcus faecium strain HB-1 plasmid punnamed, complete sequence	False	True
FIJ0070_000000005442	3546	0.9780158705273444	5	4	4	3	4	False	100441	fragment	False	FIJ0070_000000005442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	77.01	22.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0785_000000013832	2545	0.9780156568445694	3	3	3	3	2	False	22197	maximal	True	ISR0785_000000013832	1.0		2	2	False	False	0.9996070861816406	0					non-mobilizable	no_good_hit	201.0	77.11399999999999	8.0	8.124766722275265e-05	CP013336.1	fusobacteria	Fusobacterium hwasookii ChDC F206, complete genome	True	False
SPA0043_000000006992	2490	0.9780100499789368	4	2	1	2	1	False	6813	maximal	True	SPA0043_000000006992	1.0		0	0	False	False	0.994779109954834	0					non-mobilizable	no_good_hit	540.0	89.63	22.0	0.012017993420316451	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
FIJ0115_000000005379	4545	0.9780093549832192	6	4	4	4	4	False	41751	maximal	True	FIJ0115_000000005379	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1363.0	92.07600000000001	30.0	0.0017711668149169863	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0028_000000004789	5231	0.978004017588015	4	2	2	2	2	False	63509	maximal	True	SPA0028_000000004789	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3571.0	88.071	71.0	0.0017339051834096733	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0092_000000026473	2091	0.978002348405794	3	3	3	2	3	False	9450	fragment	False	MON0092_000000026473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	80.925	16.0	0.0016807543851077343	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
SPA0076_000000008967	1790	0.978001260600911	3	2	2	2	1	False	8704	fragment	False	SPA0076_000000008967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000003992	5247	0.9779933297692568	8	4	2	4	4	False	116187	maximal	True	MAD0042_000000003992	0.9835917052546809		3	1	False	False	0.9950447678565979	0					non-mobilizable	no_good_hit	2244.0	94.652	88.0	0.0005065780483147399	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0011_000000031653	1445	0.9779924153588628	3	2	1	2	1	False	50905	fragment	False	FIJ0011_000000031653	1.0		0	0	False	False	0.9653978943824768	0					non-mobilizable	no_good_hit	703.0	88.762	51.0	0.00450499874144018	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
MON0007_000000034258	1845	0.9779852730465474	4	4	2	1	3	False	119861	fragment	False	MON0007_000000034258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	95.87299999999999	17.0	8.788253743194351e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CAN0009_000000019077	1477	0.9779794237914708	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.9774576500246375		0	0	False	False	0.9993229508399963	0					non-mobilizable	no_good_hit	561.0	76.827	37.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0026_000000019998	1420	0.9779794237914708	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.9639602819740517		0	0	False	False	0.9964788556098938	0					non-mobilizable	no_good_hit	561.0	76.827	39.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0064_000000037007	1191	0.9779794237914708	2	1	1	1	1	False	99015	fragment	False	DEN0064_000000037007	0.98531162464986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	76.882	46.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ETH0001_000000003616	5956	0.9779750444912791	8	4	2	3	2	False	53585	fragment	False	USA0133_01_000000004689	0.9445746818486269		0	0	False	False	0.9996641874313354	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.987933105228483e-07	CP032581.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_11	True	False
ENG0183_000000013985	2063	0.9779750054924656	2	1	1	1	1	False	57092	fragment	False	ENG0183_000000013985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	6.491543749961963e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0151_000000015619	1525	0.9779750054924656	1	1	1	1	1	False	57091	fragment	False	ENG0151_000000015619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000016705	2014	0.9779740039610196	3	2	1	1	2	True	131008	maximal	True	USA0015_01_000000016705	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1466.0	97.476	73.0	0.003061243692980677	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0047_000000034585	1376	0.977973778752976	3	3	3	2	1	False	17620	maximal	True	MAD0047_000000034585	1.0		12	2	False	False	0.9956395626068115	0					non-mobilizable	chromosome	1376.0	97.965	100.0	0.0006843158782186486	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	False
DEN0010_000000001112	22303	0.9779709410753524	23	11	9	10	7	False	107121	maximal	True	DEN0010_000000001112	1.0		2	2	False	False	0.9999103546142578	0					non-mobilizable	no_good_hit	191.0	79.058	1.0	4.3849577486242196e-05	AP012224.1	b-proteobacteria	Pseudogulbenkiania sp. NH8B DNA, complete genome	True	False
ISR0319_000000010520	1875	0.9779678140518898	2	2	2	2	2	False	25093	maximal	True	ISR0319_000000010520	1.0		1	1	False	False	0.9893333315849304	0					non-mobilizable	other	1878.0	87.11399999999999	100.0	0.0005581613676085317	CP018061.1	firmicutes	Enterococcus mundtii strain DSM 4838, complete genome	False	False
CHI0087_000000001293	5088	0.9779656912043376	10	5	4	4	5	False	84394	maximal	True	CHI0087_000000001293	1.0		1	1	False	False	0.9996069073677063	0					non-mobilizable	no_good_hit	1223.0	80.131	40.0	0.0025704369955676983	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0037_01_000000001115	26396	0.9779627679090552	37	20	14	17	16	True	125421	maximal	False	SPA0136_000000000618	0.35386344659107694		0	0	False	False	1.0	0					non-mobilizable	other	26398.0	98.40899999999999	100.0	0.007533481824315608	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0096_000000025321	1644	0.9779597679937396	2	2	2	2	2	False	54807	fragment	False	SPA0096_000000025321	0.9974937343358397		0	0	False	False	1.0	0					non-mobilizable	other	1684.0	71.734	100.0	0.0004461365789003355	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0004_000000019994	1355	0.9779578542365768	2	2	2	2	2	False	67753	maximal	True	ENG0004_000000019994	1.0		1	1	False	False	0.9977859854698181	0					non-mobilizable	no_good_hit	1078.0	91.65100000000001	79.0	0.006931760241127153	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0295_000000000424	33133	0.9779553387314186	37	14	6	12	7	True	105234	maximal	True	ISR0295_000000000424	1.0		2	2	False	False	0.9999396204948425	0					non-mobilizable	no_good_hit	194.0	77.32	1.0	0.00021376133102055447	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ISR0796_000000004450	4753	0.9779458703542648	4	4	4	4	4	False	125051	fragment	False	ISR0847_000000004306	0.48809419012134075		0	0	False	False	0.9997895956039429	0					non-mobilizable	other	4753.0	99.958	100.0	0.017181161463869665	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0047_01_000000011380	3116	0.9779447074188906	4	2	2	2	2	False	67947	fragment	False	USA0047_01_000000011380	1.0		0	0	False	False	0.9996790885925293	0					non-mobilizable	no_good_hit	944.0	99.04700000000001	31.0	0.004106141359250357	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ISR0838_000000002721	6795	0.9779441927557336	15	6	3	6	1	False	22133	maximal	True	ISR0838_000000002721	1.0		1	1	False	False	0.9994113445281982	0					non-mobilizable	no_good_hit								True	False
ISR0813_000000002788	9319	0.9779420337621272	12	6	4	6	3	False	21598	maximal	True	ISR0813_000000002788	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.0002120687650072856	NZ_LVEG02000002.1	g-proteobacteria	Halofilum ochraceum strain XJ16 contig2, whole genome shotgun sequence	True	False
ENG0162_000000014729	1660	0.977939336287336	4	3	3	3	2	False	56351	fragment	False	ENG0162_000000014729	1.0		0	0	False	False	0.9981927871704102	0					non-mobilizable	no_good_hit	176.0	77.273	10.0	0.009627156371730661	NZ_JNJN01000054.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	False
USA0081_01_000000021928	1390	0.977939336287336	3	3	3	3	2	False	553	fragment	False	USA0081_01_000000021928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	77.273	13.0	0.009627156371730661	NZ_JNJN01000054.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	False
ENG0097_000000004641	6587	0.9779375780542372	7	5	3	5	4	True	125316	fragment	False	ENG0137_000000002367	0.95897417635324		0	0	False	False	0.9993927478790283	0					non-mobilizable	no_good_hit	2258.0	78.03399999999999	53.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0386_000000006387	5544	0.9779328586639856	7	3	3	2	2	True	97265	fragment	False	ISR0386_000000006387	1.0		0	0	False	False	0.9994588494300842	0					non-mobilizable	no_good_hit	4293.0	97.29799999999999	77.0	0.023102025869960904	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0046_000000000209	36040	0.9779316651719262	46	11	6	9	7	True	59168	fragment	False	ISR0046_000000000209	1.0		0	0	False	False	0.999805748462677	0					non-mobilizable	no_good_hit	67.0	88.06	0.0	1.7272630679227884e-05	CP007161.1	firmicutes	Virgibacillus sp. SK37, complete genome	True	True
SPA0106_000000024488	1571	0.9779315918342214	4	1	1	1	1	False	4743	maximal	True	SPA0106_000000024488	1.0		0	0	False	False	0.9968172907829285	0					non-mobilizable	no_good_hit	75.0	93.333	5.0	1.8065976947813416e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0007_000000003674	7767	0.9779248984757768	10	7	3	3	7	True	109279	backbone	False	ISR0230_000000002716	0.9427133914725299	PS684	0	0	True	True	1.0	75		MOBB			mobilizable	no_good_hit	2888.0	86.565	62.0	0.3450517698049603	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
FIJ0123_000000024933	1378	0.977924133591478	3	3	2	3	1	False	41301	maximal	True	FIJ0123_000000024933	1.0		0	0	False	False	0.9898403286933899	0					non-mobilizable	no_good_hit	73.0	80.822	5.0	0.0001073624966165692	NZ_LQWZ01000033.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_4, whole genome shotgun sequence	True	False
FIJ0068_000000000932	20591	0.9779230911445892	34	5	3	5	1	True	48789	fragment	False	FIJ0068_000000000932	1.0		0	0	False	False	0.9983973503112793	0					non-mobilizable	no_good_hit	321.0	85.35799999999999	2.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
CHI0075_000000005206	1395	0.9779224921183504	2	2	2	2	1	False	84634	fragment	False	CHI0138_000000008648	0.7704021576360992		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	100.0	100.0	0.05228022802280228	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
DEN0039_000000012588	1646	0.9779191333068918	3	3	3	3	2	False	73253	fragment	False	ISR0324_000000017166	0.9527837618118786		0	0	False	False	0.996962308883667	0					non-mobilizable	other	1620.0	99.568	98.0	0.006060923701244006	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0356_000000008052	2352	0.977913639672188	3	3	3	2	3	False	23917	maximal	True	ISR0356_000000008052	1.0		4	2	False	False	0.9995748400688171	0					non-mobilizable	no_good_hit	1057.0	96.31	45.0	0.00025890786484126816	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0033_000000002796	9530	0.9779098812839878	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9743962993889428	PS624|PS966	0	0	True	True	1.0	101					non-mobilizable	no_good_hit	3093.0	92.919	79.0	0.38286212479760867	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0055_000000003116	9167	0.9779098812839878	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9271830802267451	PS624|PS966	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3582.0	93.21600000000001	79.0	0.4421472163407647	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0116_000000004541	4844	0.9779084351206808	5	4	4	4	4	False	115441	fragment	False	ENG0116_000000004541	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1864.0	98.65899999999999	64.0	0.000820361930614512	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
MON0012_000000013001	3376	0.9779076630754148	5	4	3	3	3	False	99037	fragment	False	MON0012_000000013001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	76.649	16.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0054_000000000719	12743	0.9779072841361784	17	5	3	5	4	False	17192	maximal	False	MAD0110_000000001716	0.9641425552073464		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1109.0	79.351	13.0	0.0003394082536869816	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0055_000000008533	1633	0.977905349614622	3	2	2	2	2	False	106516	fragment	False	AST0113_000000022342	0.9404167769394117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	90.684	52.0	0.021105352337286953	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0257_000000003742	4162	0.9779014733854918	5	2	2	2	1	True	67458	backbone	False	FIJ0013_000000006338	0.9280306421258648	PS313	0	0	True	True	1.0	85					non-mobilizable	no_good_hit	430.0	79.535	10.0	0.09348878134623845	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
FIJ0026_000000001121	18950	0.9778810975125372	24	11	5	9	8	True	49153	maximal	True	FIJ0026_000000001121	1.0		1	1	False	False	0.9994723200798035	0					non-mobilizable	no_good_hit	576.0	75.868	3.0	0.0012719034515749027	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	True	True
FIJ0138_000000005270	3398	0.9778797098228608	8	4	3	4	4	False	40482	fragment	False	FIJ0138_000000005270	1.0		0	0	False	False	0.9961742162704468	0					non-mobilizable	no_good_hit	1509.0	77.667	43.0	0.0004576256106082034	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0126_000000022956	2142	0.9778796136966009	3	1	1	1	1	False	31976	fragment	False	ISR0126_000000022956	1.0		0	0	False	False	0.994397759437561	0					non-mobilizable	no_good_hit	595.0	75.96600000000001	27.0	0.00018587259331044535	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0167_000000018903	1490	0.9778796136966009	2	1	1	1	1	False	30171	fragment	False	ISR0167_000000018903	1.0		0	0	False	False	0.9859060645103455	0					non-mobilizable	no_good_hit	677.0	75.628	44.0	0.00020958737245695047	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0172_000000000022	162388	0.9778789400078726	193	61	34	51	35	True	90949	maximal	True	ISR0172_000000000022	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	1081.0	87.882	1.0	0.001618321984581696	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	True
ISR0185_000000002784	9338	0.9778782720307616	14	8	5	6	4	True	127209	fragment	False	ISR0185_000000002784	0.9444137778759107		0	0	False	False	0.9992503523826599	0					non-mobilizable	plasmid	5746.0	95.214	95.0	0.2290692562842185	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0131_000000027855	1325	0.977877927103848	2	2	2	2	1	False	45778	fragment	False	MON0077_000000030443	0.6109587808692126		0	0	False	False	0.9803773760795593	0					non-mobilizable	other	1342.0	82.56299999999999	100.0	0.03620604531241429	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0088_000000010222	2335	0.9778738621782204	3	2	2	2	2	False	33788	fragment	False	ISR0088_000000010222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0118_000000000569	9523	0.9778704510901204	9	5	4	5	2	True	91173	fragment	False	FIJ0118_000000000569	0.9885242139086527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1966.0	78.02600000000001	20.0	0.11431085043988269	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0264_000000007178	1557	0.9778637077498988	2	2	1	2	2	True	27091	fragment	False	ISR0264_000000007178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	87.185	72.0	0.24906850100315275	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ISR0844_000000000365	24624	0.9778627700646154	20	12	7	12	8	False	79597	maximal	True	ISR0844_000000000365	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	10278.0	99.28	59.0	0.11524438810423936	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
SPA0150_000000002042	8176	0.977857676848782	11	6	3	5	5	False	86967	maximal	False	USA0043_01_000000001754	0.9775482547429414		0	0	False	True	0.9998776912689209	0					non-mobilizable	no_good_hit	50.0	100.0	1.0	9.235385473681036e-05	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
USA0113_01_000000003287	5691	0.9778572144735964	5	3	2	1	3	False	14550	maximal	True	USA0113_01_000000003287	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	5175.0	99.98100000000001	91.0	0.0009868996416146625	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
TAN0018_000000001165	5745	0.977857160537043	7	5	5	5	3	False	2430	maximal	True	TAN0018_000000001165	1.0		2	1	False	False	0.9998259544372559	0					non-mobilizable	no_good_hit	887.0	90.53	36.0	0.00027602933062573654	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
FIJ0138_000000009329	1965	0.9778570066002934	2	2	2	2	2	False	94086	fragment	False	MON0026_000000023522	0.9361212080641652		0	0	False	False	0.996437668800354	0					non-mobilizable	chromosome	1965.0	97.405	100.0	0.0008515623611170729	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0009_000000016335	2241	0.9778565591299446	4	3	2	3	3	False	49573	fragment	False	MON0009_000000016335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	84.796	37.0	0.00019692522876614055	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0110_000000005608	2524	0.9778557061271812	4	2	2	1	1	False	84445	fragment	False	MON0110_000000005608	1.0		0	0	False	False	0.9980190396308899	0					non-mobilizable	no_good_hit	82.0	91.463	3.0	0.003875041860020093	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	False
DEN0045_000000034075	1271	0.9778545840299232	2	2	2	1	1	False	72807	fragment	False	DEN0045_000000034075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0289_000000001064	5772	0.9778470783668656	6	4	2	3	3	True	73771	maximal	True	ISR0289_000000001064	1.0		1	1	False	False	0.9989604949951172	0					non-mobilizable	other	5259.0	95.17	91.0	0.0016847972242243674	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0087_000000013581	2434	0.9778459288214464	3	2	1	2	1	False	115552	fragment	False	ISR0087_000000013581	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1946.0	92.652	94.0	0.0006095921563707896	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0117_000000003985	6791	0.9778447430452754	10	10	9	10	9	False	90140	maximal	True	ISR0117_000000003985	1.0		12	8	False	False	1.0	0					non-mobilizable	chromosome	6718.0	99.926	100.0	0.0014161994494595797	LR134240.1	enterobacteria	Escherichia coli strain NCTC9107 genome assembly, chromosome: 1	False	False
ISR0041_000000004990	2676	0.9778405020982796	3	3	3	3	2	False	107599	maximal	True	ISR0041_000000004990	1.0		16	2	False	False	0.9921524524688721	0					non-mobilizable	no_good_hit	1775.0	94.648	66.0	0.20391705069124424	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ISR0174_000000003702	7536	0.9778374894791048	8	8	6	4	6	True	59076	fragment	False	USA0133_01_000000003836	0.9936742134162688		0	0	False	False	0.9984076619148254	0					non-mobilizable	no_good_hit	955.0	82.723	13.0	0.019472823865958316	NZ_QSFT01000028.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf28, whole genome shotgun sequence	True	True
MON0105_000000013182	4016	0.977831760454724	6	3	2	2	1	True	121665	backbone	False	MON0048_000000009199	0.9425226126221278	PS858	0	0	True	True	1.0	13		MOBV			mobilizable	no_good_hit	1315.0	96.654	59.0	0.34444444444444444	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
CHI0073_000000001484	6475	0.9778285541871722	5	5	2	4	5	True	109146	fragment	False	CHI0073_000000001484	1.0		0	0	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	4641.0	96.38	96.0	0.03664809766504682	CP015284.1	firmicutes	Streptococcus salivarius strain ATCC 25975 plasmid, complete sequence	False	True
SPA0047_000000010328	3836	0.9778283456358992	9	2	1	2	1	False	38380	fragment	False	SPA0047_000000010328	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3842.0	95.419	100.0	0.002293846867927056	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
ISR0009_000000009678	3299	0.9778283456358992	8	2	1	2	1	False	38379	fragment	False	ISR0009_000000009678	1.0		0	0	False	False	0.9996968507766724	0					non-mobilizable	other	3313.0	93.148	99.0	0.0016380695095269547	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	False
ENG0109_000000001950	10593	0.9778255676595812	13	12	6	8	11	True	123666	fragment	False	USA0069_01_000000005394	0.8273600995421907		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3558.0	98.932	97.0	0.0008086901405372325	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	True
CHI0176_000000001136	10435	0.9778211494483692	13	12	7	7	12	False	98184	maximal	True	CHI0176_000000001136	1.0	PS396|PS544	1	1	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	6675.0	98.022	100.0	0.06854568509602994	CP041565.1	enterobacteria	Escherichia coli strain 405 plasmid p168-2	False	True
ISR0168_000000017197	1426	0.9778186096753032	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.024843619436524234	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1424.0	98.525	99.0	0.0058102976603650325	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0352_000000001249	6032	0.9778184138294386	9	5	3	4	3	True	56620	fragment	False	ISR0352_000000001249	1.0		0	0	False	False	0.9945291876792908	0					non-mobilizable	plasmid	4374.0	96.79899999999999	96.0	0.17459936858090558	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
USA0003_01_000000009525	4106	0.977818356639536	5	5	5	3	2	False	2247	maximal	True	USA0003_01_000000009525	1.0		1	1	False	False	0.9987822771072388	0					non-mobilizable	no_good_hit	913.0	81.818	22.0	0.044826059144811296	NZ_PUEC01000039.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq39, whole genome shotgun sequence	True	False
ENG0001_000000006318	3928	0.9778170388955107	5	4	3	4	2	False	107277	fragment	False	USA0057_01_000000007734	0.9747293369078983		0	0	False	False	0.9994908571243286	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.0827250608272506	LR725105.1	basidiomycetes	Ganoderma boninense I1RXV6 gene for N/A	True	False
MON0066_000000008249	3508	0.977816168601042	3	3	2	3	2	False	95814	fragment	False	CAN0014_000000012172	0.5657572598772432		0	0	False	False	0.9997149109840393	0					non-mobilizable	no_good_hit	473.0	75.476	16.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0063_000000000705	28718	0.9778149597008636	33	24	15	23	12	True	98517	fragment	False	MON0063_000000000705	1.0		0	0	False	False	0.9957517981529236	0					non-mobilizable	no_good_hit	4574.0	99.694	16.0	0.22745137057857817	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ENG0075_000000013527	1813	0.9778127434228608	2	2	2	2	1	False	62093	fragment	False	ENG0075_000000013527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	8.518291364082143e-06	CP017705.1	firmicutes	Brevibacillus laterosporus DSM 25, complete genome	True	False
FIJ0093_000000004663	4670	0.9778126994721288	5	3	1	1	2	True	130005	maximal	True	FIJ0093_000000004663	1.0	PS1072|PS879|PS880	0	0	False	True	0.9985010623931885	0					non-mobilizable	no_good_hit	1522.0	77.661	44.0	0.36887254901960786	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
ENG0048_000000001097	15383	0.9778007818456418	15	10	6	7	9	True	128773	maximal	True	ENG0048_000000001097	1.0	PS1052|PS1053|PS1054	1	1	True	True	1.0	45	IncW	MOBF			mobilizable	no_good_hit	5151.0	99.53399999999999	75.0	0.0021572444629677228	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
DEN0047_000000001589	1787	0.9777978797397288	2	2	2	2	1	False	72637	fragment	False	DEN0047_000000001589	1.0		0	0	False	False	0.99552321434021	0					non-mobilizable	no_good_hit								True	False
ISR0219_000000001970	13570	0.9777965050844644	24	8	4	6	5	False	28052	maximal	True	ISR0219_000000001970	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	91.579	1.0	2.211995701846574e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
SPA0113_000000010208	3195	0.9777946448089554	3	3	3	3	2	False	4505	maximal	True	SPA0113_000000010208	1.0		9	4	False	False	0.9996870160102844	0					non-mobilizable	no_good_hit	2512.0	95.74	79.0	0.0015437889097340838	NZ_HE978574.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	True	False
DEN0041_000000009579	3487	0.9777932964749241	5	3	3	3	3	False	125976	maximal	True	DEN0041_000000009579	1.0		9	4	False	False	0.997418999671936	0					non-mobilizable	no_good_hit								True	False
ISR0157_000000010237	2975	0.9777932964749241	5	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.7613436417543821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	98.75	5.0	5.606244863145921e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
CAN0012_000000017135	2927	0.9777932964749241	5	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.8035262992137018		0	0	False	False	0.9938503503799438	0					non-mobilizable	no_good_hit	95.0	98.947	3.0	3.3143837555705446e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0092_000000018738	2887	0.9777932964749241	5	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.78287546821198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	1.198819656270197e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0817_000000004213	2820	0.9777932964749241	5	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.7602257725453936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000017674	2780	0.9777932964749241	5	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.7582545589506325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000015238	2757	0.9777932964749241	5	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.7359504495624702		0	0	False	False	0.9981864094734192	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000010146	2747	0.9777932964749241	4	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.7136893361869683		0	0	False	False	0.9996359944343567	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000009657	2733	0.9777932964749241	5	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.728863971648946		0	0	False	False	0.9970728158950806	0					non-mobilizable	no_good_hit								True	False
ISR0849_000000010018	2730	0.9777932964749241	4	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.7099873798484269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000008160	2716	0.9777932964749241	4	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.7106186807147306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000013033	2700	0.9777932964749241	4	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.6870739846309182		0	0	False	False	0.9996296167373657	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000016842	1514	0.9777913973011351	2	1	1	1	1	False	8076	maximal	True	SPA0010_000000016842	1.0		0	0	False	False	0.998678982257843	0					non-mobilizable	no_good_hit	844.0	99.289	56.0	0.00035603470365819316	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
CAN0012_000000025599	1836	0.9777912904830942	3	3	3	3	3	False	94191	fragment	False	ISR0190_000000011329	0.9591579455190472		0	0	False	False	1.0	0					non-mobilizable	chromosome	1836.0	99.67299999999999	100.0	0.0007759188612978437	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
DEN0087_000000007189	1698	0.97778757517743	5	1	1	1	1	False	68880	maximal	True	DEN0087_000000007189	1.0		1	1	False	False	0.9752650260925293	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.60153439016376e-06	CP042170.1	CFB group bacteria	Flavobacterium sp. KBS0721 chromosome, complete genome	True	False
USA0125_01_000000012383	1930	0.9777836357721448	3	3	1	2	2	True	145	fragment	False	USA0125_01_000000012383	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1930.0	99.37799999999999	100.0	0.032643662591852626	CP019199.1	enterobacteria	Salmonella enterica subsp. enterica serovar Muenster str. 0315 strain 315 plasmid pCFSAN001297_02, complete sequence	False	True
CHI0167_000000003333	5145	0.9777734728638008	9	5	3	2	4	True	123814	backbone	True	CHI0167_000000003333	0.9877599957729087	PS607|PS904	57	10	False	True	1.0	0		MOBP			mobilizable	plasmid	2612.0	98.96600000000001	97.0	0.5227364185110664	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0015_000000003194	5141	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9823897993915711	PS607|PS904	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2795.0	99.821	97.0	0.5619718309859155	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0007_000000005019	5137	0.9777734728638008	10	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9834843623011172	PS607|PS904	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2800.0	99.89299999999999	97.0	0.5629778672032193	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0121_000000002757	5137	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9831990732859153	PS607|PS904	0	0	True	True	1.0	7		MOBP			mobilizable	plasmid	2803.0	99.822	97.0	0.5635814889336016	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0010_000000003617	5135	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9842665240234552	PS607|PS904	0	0	True	True	1.0	77		MOBP			mobilizable	plasmid	2837.0	99.824	97.0	0.5704225352112676	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0146_000000004540	5130	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.983931508786199	PS607|PS904	0	0	True	True	1.0	7		MOBP			mobilizable	plasmid	2794.0	98.568	97.0	0.5613682092555332	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0197_000000002096	5123	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9830217884975225	PS607|PS904	0	0	True	True	1.0	4		MOBP			mobilizable	plasmid	2863.0	99.162	97.0	0.5738430583501006	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0045_000000005377	5120	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.983860141346883	PS607|PS904	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2794.0	98.568	97.0	0.5613682092555332	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0778_000000002375	5085	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9818248607737856	PS607|PS904	0	0	True	True	1.0	2123		MOBP			mobilizable	plasmid	2881.0	99.06299999999999	100.0	0.5762575452716298	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
MON0014_000000002916	5084	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9811454200709594	PS607|PS904	0	0	True	True	1.0	106		MOBP			mobilizable	plasmid	4186.0	98.56700000000001	100.0	0.8384305835010061	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0024_000000003978	5083	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.982559370195802	PS607|PS904	0	0	True	True	1.0	437		MOBP			mobilizable	plasmid	4770.0	98.721	100.0	0.9561368209255533	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0011_000000004911	5082	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9825892908725551	PS607|PS904	0	0	True	True	1.0	508		MOBP			mobilizable	plasmid	4786.0	99.206	100.0	0.9599597585513079	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CAN0018_000000006687	5080	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9838760552413862	PS607|PS904	0	0	True	True	1.0	1042		MOBP			mobilizable	plasmid	4784.0	99.645	100.0	0.9599597585513079	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0097_000000004692	5080	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9824011370101211	PS607|PS904	0	0	True	True	1.0	35		MOBP			mobilizable	plasmid	4682.0	99.65799999999999	100.0	0.9394366197183098	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0018_000000004289	5080	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9822008161985459	PS607|PS904	0	0	True	True	1.0	211		MOBP			mobilizable	plasmid	2727.0	99.23	100.0	0.5464788732394367	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0011_01_000000007412	5079	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9819934968552272	PS607|PS904	0	0	True	True	1.0	601		MOBP			mobilizable	plasmid	4574.0	99.869	99.0	0.9197183098591549	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0172_000000003111	5077	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9829701422317565	PS607|PS904	0	0	True	True	0.9998030066490173	75		MOBP			mobilizable	plasmid	4177.0	99.641	100.0	0.8384305835010061	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0173_000000001454	5077	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9818929748462674	PS607|PS904	0	0	True	True	1.0	69		MOBP			mobilizable	plasmid	4309.0	99.861	100.0	0.8665995975855131	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0099_000000004265	5077	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9816887080131705	PS607|PS904	0	0	True	True	1.0	1166		MOBP			mobilizable	plasmid	2813.0	99.36	100.0	0.5653923541247485	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CAN0014_000000008759	5076	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9832389374391465	PS607|PS904	0	0	True	True	1.0	603		MOBP			mobilizable	plasmid	4316.0	99.90700000000001	100.0	0.8680080482897384	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0241_000000002364	5076	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9829254239674882	PS607|PS904	0	0	True	True	1.0	416		MOBP			mobilizable	plasmid	4536.0	98.611	100.0	0.9098591549295775	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0281_000000002802	5069	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9821537337365591	PS607|PS904	0	0	True	True	1.0	61		MOBP			mobilizable	plasmid	2553.0	99.021	100.0	0.5104627766599598	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0238_000000002557	5066	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9819650265101852	PS607|PS904	0	0	True	True	1.0	31		MOBP			mobilizable	plasmid	2517.0	99.325	100.0	0.5058350100603621	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CHI0165_000000003319	5063	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9827016382302759	PS607|PS904	0	0	True	True	0.9996050000190735	24		MOBP			mobilizable	plasmid	2548.0	98.94	100.0	0.5096579476861167	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0101_000000008876	5062	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9812458219654978	PS607|PS904	0	0	True	True	1.0	1481		MOBP			mobilizable	plasmid	4633.0	99.525	99.0	0.9293762575452716	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0386_000000007005	5062	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9826692621125541	PS607|PS904	0	0	True	True	1.0	920		MOBP			mobilizable	plasmid	4490.0	98.708	100.0	0.9	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0124_000000005958	5061	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9840103820494766	PS607|PS904	0	0	True	True	1.0	321		MOBP			mobilizable	plasmid	4189.0	99.905	100.0	0.8424547283702213	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0065_000000004507	5061	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9833900161535275	PS607|PS904	0	0	True	True	1.0	1383		MOBP			mobilizable	plasmid	4515.0	99.579	100.0	0.9056338028169014	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0125_000000007174	5061	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9840770759647177	PS607|PS904	0	0	True	True	1.0	4220		MOBP			mobilizable	plasmid	2798.0	99.464	100.0	0.5603621730382293	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0019_000000005221	5061	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9830096482808519	PS607|PS904	0	0	True	True	1.0	3030		MOBP			mobilizable	plasmid	4441.0	99.617	100.0	0.8907444668008049	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0319_000000002747	5061	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9824360785946309	PS607|PS904	0	0	True	True	1.0	62		MOBP			mobilizable	plasmid	4488.0	99.59899999999999	100.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0024_000000003332	5060	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9833744845525255	PS607|PS904	0	0	True	True	1.0	1430		MOBP			mobilizable	plasmid	4487.0	99.59899999999999	100.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0004_000000002958	5060	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9828566362252931	PS607|PS904	0	0	True	True	0.999209463596344	43		MOBP			mobilizable	plasmid	2981.0	99.43	100.0	0.5969818913480885	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0050_000000004458	5060	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9825995360317288	PS607|PS904	0	0	True	True	1.0	151		MOBP			mobilizable	plasmid	2599.0	99.461	100.0	0.520523138832998	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0058_000000005735	5060	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9838028409890515	PS607|PS904	0	0	True	True	1.0	44		MOBP			mobilizable	plasmid	4189.0	99.85700000000001	100.0	0.8424547283702213	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0230_000000005445	5060	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.982416647693313	PS607|PS904	0	0	True	True	1.0	27		MOBP			mobilizable	plasmid	2516.0	99.881	100.0	0.5058350100603621	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0061_000000003793	5059	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9828121199254676	PS607|PS904	0	0	True	True	1.0	1661		MOBP			mobilizable	plasmid	4466.0	99.64200000000001	100.0	0.8961770623742454	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0122_000000006161	5059	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9834006535356749	PS607|PS904	0	0	True	True	1.0	5895		MOBP			mobilizable	plasmid	4650.0	99.634	99.0	0.9331991951710261	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0263_000000002003	5059	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9816391334295942	PS607|PS904	0	0	True	True	0.9998023509979248	56		MOBP			mobilizable	plasmid	4513.0	99.601	100.0	0.9056338028169014	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0060_000000003318	5059	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9829326980578215	PS607|PS904	0	0	True	True	1.0	2763		MOBP			mobilizable	plasmid	2516.0	99.921	100.0	0.5058350100603621	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0073_000000005136	5059	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9816224546575639	PS607|PS904	0	0	True	True	1.0	732		MOBP			mobilizable	plasmid	4645.0	99.699	99.0	0.9321931589537223	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0134_01_000000000946	5059	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9815308368028629	PS607|PS904	0	0	True	True	1.0	1062		MOBP			mobilizable	plasmid	4486.0	99.755	100.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0124_000000005648	5058	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9837681744802825	PS607|PS904	0	0	True	True	1.0	249		MOBP			mobilizable	plasmid	4189.0	99.881	100.0	0.8424547283702213	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0093_000000008037	5058	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9838008419783251	PS607|PS904	0	0	True	True	1.0	258		MOBP			mobilizable	plasmid	4189.0	99.85700000000001	100.0	0.8424547283702213	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0146_000000004898	5058	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9834250289813368	PS607|PS904	0	0	True	True	1.0	41		MOBP			mobilizable	plasmid	2516.0	99.881	100.0	0.5058350100603621	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0089_000000007511	5057	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9838649653623652	PS607|PS904	0	0	True	True	1.0	422		MOBP			mobilizable	plasmid	4189.0	99.881	100.0	0.8424547283702213	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0107_000000004932	5057	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9819037437839391	PS607|PS904	0	0	True	True	1.0	253		MOBP			mobilizable	plasmid	4572.0	99.67200000000001	100.0	0.9173038229376258	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0142_000000005669	5057	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9823029859362671	PS607|PS904	0	0	True	True	1.0	51		MOBP			mobilizable	plasmid	2516.0	99.84100000000001	100.0	0.5058350100603621	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0090_000000006249	5057	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9838649653623652	PS607|PS904	0	0	True	True	1.0	1220		MOBP			mobilizable	plasmid	4189.0	99.881	100.0	0.8424547283702213	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0063_000000003438	5057	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.983114593452479	PS607|PS904	0	0	True	True	1.0	2316		MOBP			mobilizable	plasmid	2544.0	99.096	100.0	0.5096579476861167	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0132_000000007529	5057	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.983991989091429	PS607|PS904	0	0	True	True	1.0	119		MOBP			mobilizable	plasmid	2797.0	99.89299999999999	100.0	0.562374245472837	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0064_000000004114	5057	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.982989732961099	PS607|PS904	0	0	True	True	1.0	738		MOBP			mobilizable	plasmid	4468.0	98.76899999999999	100.0	0.8963782696177063	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0006_000000006196	5057	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9836437291036618	PS607|PS904	0	0	True	True	1.0	252		MOBP			mobilizable	plasmid	2797.0	99.85700000000001	100.0	0.562374245472837	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0046_000000003715	5057	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9839480272373368	PS607|PS904	0	0	True	True	1.0	632		MOBP			mobilizable	plasmid	2616.0	98.509	100.0	0.5255533199195171	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0077_000000005550	5056	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.983239160797856	PS607|PS904	0	0	True	True	1.0	30		MOBP			mobilizable	plasmid	2967.0	99.427	100.0	0.5947686116700202	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0105_000000002910	5053	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9814744978094442	PS607|PS904	0	0	True	True	0.9982188940048218	2		MOBP			mobilizable	plasmid	2971.0	98.721	100.0	0.5947686116700202	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
AST0151_000000003303	5052	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9826830962616818	PS607|PS904	0	0	True	True	1.0	88		MOBP			mobilizable	plasmid	2537.0	99.72399999999999	100.0	0.5096579476861167	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
AST0148_000000006746	5052	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9836907183933452	PS607|PS904	0	0	True	True	1.0	53		MOBP			mobilizable	plasmid	4002.0	99.85	100.0	0.8048289738430584	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0149_000000006892	5049	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9834675951999334	PS607|PS904	0	0	True	True	1.0	15		MOBP			mobilizable	plasmid	2967.0	99.52799999999999	100.0	0.5949698189134809	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0022_000000002614	5044	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9829164590646415	PS607|PS904	0	0	True	True	1.0	16		MOBP			mobilizable	plasmid	2969.0	99.495	100.0	0.5947686116700202	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
AST0102_000000005633	5043	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9834418413278297	PS607|PS904	0	0	True	True	1.0	113		MOBP			mobilizable	plasmid	2886.0	99.03	100.0	0.577867203219316	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0824_000000003027	5042	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9826153865509393	PS607|PS904	0	0	True	True	1.0	29		MOBP			mobilizable	plasmid	2970.0	99.19200000000001	100.0	0.5947686116700202	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0131_000000004264	5042	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9833563563931985	PS607|PS904	0	0	True	True	1.0	28		MOBP			mobilizable	plasmid	4632.0	99.59	99.0	0.9289738430583501	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
AST0029_000000006173	5041	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9841485939898168	PS607|PS904	0	0	True	True	1.0	59		MOBP			mobilizable	plasmid	4097.0	99.609	100.0	0.8215291750503018	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
AST0024_000000006119	5040	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9838523572790887	PS607|PS904	0	0	True	True	1.0	58		MOBP			mobilizable	plasmid	2824.0	99.044	100.0	0.5653923541247485	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0793_000000002561	5040	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9814541398812178	PS607|PS904	0	0	True	True	1.0	24		MOBP			mobilizable	plasmid	4499.0	98.555	100.0	0.9020120724346077	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0776_000000005154	5040	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9818133410140392	PS607|PS904	0	0	True	True	1.0	7864		MOBP			mobilizable	plasmid	4204.0	99.286	100.0	0.8434607645875252	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0081_000000002532	5038	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9824715930175313	PS607|PS904	0	0	True	True	1.0	87		MOBP			mobilizable	plasmid	4557.0	99.89	100.0	0.9164989939637826	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0080_000000002423	5038	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9824715930175313	PS607|PS904	0	0	True	True	1.0	98		MOBP			mobilizable	plasmid	4557.0	99.89	100.0	0.9164989939637826	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0082_000000003125	5038	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9823369263211039	PS607|PS904	0	0	True	True	1.0	35		MOBP			mobilizable	plasmid	4571.0	99.891	100.0	0.9193158953722333	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0771_000000002091	5037	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9825958236039747	PS607|PS904	0	0	True	True	1.0	221		MOBP			mobilizable	plasmid	2966.0	99.56200000000001	100.0	0.5947686116700202	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0185_000000004706	5037	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9834286031907143	PS607|PS904	0	0	True	True	1.0	903		MOBP			mobilizable	plasmid	4499.0	98.689	100.0	0.90261569416499	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0028_000000002914	5021	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9830172767535196	PS607|PS904	0	0	True	True	1.0	16		MOBP			mobilizable	plasmid	4668.0	98.565	100.0	0.9356136820925554	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0393_000000003284	5017	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9836771463332348	PS607|PS904	0	0	True	True	1.0	132		MOBP			mobilizable	plasmid	4403.0	98.955	100.0	0.8851106639839034	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0098_000000006828	5007	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9833133923581036	PS607|PS904	0	0	True	True	1.0	8		MOBP			mobilizable	plasmid	4522.0	99.55799999999999	100.0	0.9074446680080482	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0115_000000004993	4981	0.9777734728638008	9	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9669568345669359	PS607|PS904	0	0	True	True	1.0	264		MOBP			mobilizable	plasmid	4523.0	98.49700000000001	100.0	0.9060362173038229	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0052_000000006253	4863	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9569684532549763	PS607|PS904	0	0	True	True	1.0	81		MOBP			mobilizable	plasmid	4575.0	99.432	99.0	0.9197183098591549	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0152_000000004611	4818	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9549081022862038	PS607|PS904	0	0	True	True	1.0	6		MOBP			mobilizable	plasmid	2659.0	99.285	100.0	0.5346076458752516	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0133_000000003664	4812	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9476127750369352	PS607|PS904	0	0	True	True	1.0	7		MOBP			mobilizable	plasmid	4403.0	99.432	99.0	0.8853118712273642	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
DEN0007_000000005904	4796	0.9777734728638008	8	5	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.93812318535345	PS607|PS904	0	0	True	True	1.0	18		MOBP			mobilizable	plasmid	4198.0	99.262	99.0	0.8418511066398391	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0188_000000005472	4862	0.9777703623253692	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.8835779136017514	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	216	rep_cluster_475				non-mobilizable	plasmid	4698.0	99.95700000000001	100.0	0.9350985466852478	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0037_000000005149	4661	0.9777703623253692	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.8728373273689437	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4661.0	100.0	100.0	0.9277324308182361	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0045_000000006026	4581	0.9777703623253692	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.7572910652071151	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4581.0	100.0	100.0	0.911805693808481	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0128_000000008118	4534	0.9777703623253692	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.6287496417039887	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4522.0	100.0	100.0	0.9000597252637866	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0007_000000005210	4431	0.9777703623253692	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.37991973861573336	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4427.0	99.977	100.0	0.8811467250647024	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0358_000000003907	4424	0.9777703623253692	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.3224059163512598	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4424.0	99.955	100.0	0.8805494724268366	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ENG0056_000000002740	4370	0.9777703623253692	4	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.3096660651802152	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4370.0	99.84	100.0	0.8697989249452518	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0113_000000007729	4345	0.9777703623253692	4	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.31141307266342994	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4345.0	100.0	100.0	0.8648218196297034	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0111_000000007673	4341	0.9777703623253692	4	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.31126335444501	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4341.0	100.0	100.0	0.8640254827792156	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0027_000000003711	4321	0.9777703623253692	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.3109304500385616	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4321.0	99.954	100.0	0.8600437985267768	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0008_000000001920	4321	0.9777703623253692	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.31086879117810884	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4321.0	99.931	100.0	0.8600437985267768	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0162_000000006945	4065	0.9777703623253692	4	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.2660204195914794	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4065.0	100.0	100.0	0.8092393468737554	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0114_000000004591	3858	0.9777703623253692	4	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.09311931843860582	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	3887.0	97.041	100.0	0.7704559028469042	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0093_000000013145	3004	0.9777699515158452	5	3	2	2	3	False	90861	fragment	False	CHI0004_000000001678	0.960668633235005		0	0	False	False	0.9990013241767883	0					non-mobilizable	no_good_hit	2072.0	91.16799999999999	69.0	0.10758830311288126	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
FIJ0080_000000011416	2184	0.9777635869899762	2	2	2	2	1	True	44327	maximal	True	FIJ0080_000000011416	1.0		1	1	False	False	0.997710645198822	0					non-mobilizable	no_good_hit	1165.0	97.08200000000001	60.0	0.0007759055377139976	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ITA0002_000000001140	5721	0.9777631960835984	10	7	2	4	6	False	35483	fragment	False	ITA0002_000000001140	1.0		0	0	False	False	0.9998251795768738	0					non-mobilizable	no_good_hit	2883.0	91.051	50.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
AST0150_000000021658	1286	0.977763101513025	3	1	1	1	1	False	103861	fragment	False	AST0150_000000021658	1.0		0	0	False	False	0.9961119890213013	0					non-mobilizable	no_good_hit								True	False
FIJ0069_000000009629	2394	0.977762227244152	2	1	1	1	1	False	53416	maximal	True	FIJ0069_000000009629	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	93.103	26.0	0.002568010522579702	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
FIJ0082_000000014884	2039	0.977762227244152	3	1	1	1	1	False	53415	fragment	False	FIJ0082_000000014884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	98.305	15.0	5.3504218978424594e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
FIJ0003_000000007190	3443	0.9777582070410542	6	3	0	3	0	True	52205	maximal	True	FIJ0003_000000007190	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
TAN0007_000000010625	3368	0.9777582070410542	5	3	0	3	0	True	2844	maximal	True	TAN0007_000000010625	1.0		2	1	True	True	0.9943586587905884	8					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	0.016545601291364002	LN854170.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1665	True	True
MON0081_000000005753	9042	0.9777575233505476	12	11	5	6	8	True	132506	backbone	False	ISR0038_000000002833	0.9973854343900531	PS1165|PS799|PS800	0	0	True	True	1.0	181	rep_cluster_1097	MOBB			mobilizable	plasmid	6936.0	99.87	100.0	0.7752683363148479	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
FIJ0047_000000002900	8834	0.9777494953673049	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8953959884985581	PS624|PS966	0	0	False	True	0.9984152317047119	0					non-mobilizable	no_good_hit	3614.0	93.719	84.0	0.44725370531822145	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0858_000000001776	4592	0.9777473388130627	3	3	3	3	2	False	111868	fragment	False	ISR0858_000000001776	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2959.0	99.932	100.0	0.004720021956559203	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0083_000000004760	5387	0.9777471980816788	6	5	4	5	4	False	103327	fragment	False	DEN0083_000000004760	1.0		0	0	False	False	0.9998143911361694	0					non-mobilizable	no_good_hit	552.0	80.435	10.0	0.00015212055777910697	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0086_000000001389	17578	0.9777407616853838	17	5	4	4	3	True	98623	fragment	False	FIJ0086_000000001389	0.998878714259017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.14299999999999	7.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0012_000000014719	1638	0.9777406019992888	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4253256301003222	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1638.0	99.389	100.0	0.9796529024536206	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
ISR0117_000000012623	2123	0.977738463177048	3	3	2	2	2	False	119711	fragment	False	CHI0123_000000006377	0.8928411710928912		0	0	False	False	0.9981158971786499	0					non-mobilizable	chromosome	2132.0	91.88600000000001	100.0	0.00033853402171242085	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
FIJ0124_000000012703	2181	0.9777375175748678	3	1	1	1	1	False	80460	fragment	False	FIJ0124_000000012703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	7.609589985779579e-05	NZ_JAAIUD010000002.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_2_length_420522_cov_292.513, whole genome shotgun sequence	True	False
ISR0177_000000003832	5873	0.977735707550532	6	6	5	6	5	False	61443	fragment	False	ENG0157_000000003802	0.9612358495647608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	75.17399999999999	7.0	0.014198509325149235	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ISR0260_000000001682	5878	0.9777316097708416	5	4	3	4	2	False	59967	maximal	True	ISR0260_000000001682	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	3280.0	95.18299999999999	67.0	0.001404126796333507	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
AST0084_000000017448	2005	0.9777296365606676	3	2	0	2	0	True	111413	maximal	True	AST0084_000000017448	1.0		2	2	True	True	0.9975062608718872	7					non-mobilizable	no_good_hit	209.0	80.383	10.0	0.06666666666666667	NZ_SGJB01000029.1	firmicutes	Peptacetobacter hominis strain ZHW00191 contig29, whole genome shotgun sequence	True	True
ISR0009_000000008193	3809	0.9777293778322644	4	4	4	4	4	False	125036	fragment	False	ISR0806_000000002243	0.3713390053491074		0	0	False	False	1.0	0					non-mobilizable	other	3807.0	99.34299999999999	99.0	0.013760837653932649	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0069_000000003747	6412	0.9777238862231084	8	5	3	5	4	False	52990	fragment	False	MON0036_000000001365	0.7117513626896448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	78.595	15.0	0.00018595321788944337	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ENG0053_000000001892	13770	0.9777218858561888	10	8	5	8	2	True	117510	fragment	False	ENG0053_000000001892	1.0		0	0	False	True	0.999782145023346	0					non-mobilizable	no_good_hit								True	True
ISR0815_000000013519	2301	0.9777207726497978	5	5	5	5	4	False	21463	maximal	True	ISR0815_000000013519	1.0		0	0	False	False	0.9947848916053772	0					non-mobilizable	no_good_hit								True	False
CHI0155_000000001784	5898	0.9777173628541213	8	4	1	2	4	False	126758	maximal	False	MON0031_000000006364	0.927987102259728	PS832|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2562.0	99.336	74.0	0.509854668524786	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
CAN0020_000000014672	2519	0.9777142998970092	3	1	1	1	1	False	91888	fragment	False	CAN0020_000000014672	1.0		0	0	False	False	0.988884449005127	0					non-mobilizable	no_good_hit	717.0	75.17399999999999	28.0	0.00022183136146394815	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ENG0023_000000010697	1617	0.9777118727344508	2	2	1	2	1	False	66262	maximal	True	ENG0023_000000010697	1.0		4	3	False	False	0.9894866943359375	0					non-mobilizable	no_good_hit	1414.0	84.088	87.0	0.00039204599633512496	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0045_000000002775	9842	0.9777116185570708	5	3	3	3	3	True	40711	fragment	False	SPA0045_000000002775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	0.013345195729537367	XM_032473810.1	even-toed ungulates	PREDICTED: Camelus ferus 14-3-3 protein epsilon-like (LOC102524496), mRNA	True	True
CHI0048_000000004112	4149	0.9777114761099404	6	3	1	2	3	False	86969	maximal	True	CHI0048_000000004112	1.0		3	1	False	False	0.9995179772377014	0					non-mobilizable	no_good_hit	1024.0	71.484	24.0	0.00031105539887350185	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
FIJ0064_000000001873	12660	0.9777102735607036	17	16	7	11	16	True	89291	maximal	True	FIJ0064_000000001873	0.9939294984509754		7	1	False	False	1.0	0					non-mobilizable	plasmid	12685.0	98.589	100.0	0.11767489769215779	MN823984.1	enterobacteria	Serratia marcescens strain 201315732 plasmid p15732-KPC, complete sequence	False	True
ENG0055_000000005892	3290	0.9777086585134224	7	6	2	3	6	False	63662	maximal	True	ENG0055_000000005892	1.0		1	1	True	True	1.0	185	rep_cluster_2335				non-mobilizable	plasmid	3117.0	99.84	100.0	0.9695084007467331	CP060070.1	enterobacteria	Escherichia coli strain G5 plasmid pSYM11, complete sequence	False	True
SPA0053_000000001805	14103	0.9777083900368986	16	10	9	9	7	False	94300	maximal	True	SPA0053_000000001805	1.0		1	1	False	False	0.9990072846412659	0					non-mobilizable	no_good_hit	2195.0	90.661	35.0	0.0006044123757845711	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0257_000000011141	1576	0.9777064625707016	4	2	1	1	2	False	26815	maximal	True	ISR0257_000000011141	1.0		0	0	False	False	0.9892131686210632	0					non-mobilizable	no_good_hit	597.0	94.47200000000001	68.0	0.00014612602977783694	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0025_000000004906	2359	0.977703001478722	3	3	3	2	1	False	54668	fragment	False	MAD0025_000000004906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	75.592	18.0	0.00014690169528783749	NZ_CP022386.1	CFB group bacteria	Capnocytophaga gingivalis strain H1496 chromosome, complete genome	True	False
MAD0105_000000015652	2289	0.977703001478722	3	3	3	2	1	False	54668	fragment	False	MAD0025_000000004906	0.9851632047477745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	76.355	18.0	0.00013422008066626848	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
CAN0021_000000022418	1942	0.977700842643943	3	3	3	3	3	False	91551	fragment	False	CAN0021_000000022418	0.9723558393707061		0	0	False	False	0.9912461638450623	0					non-mobilizable	no_good_hit	1750.0	75.37100000000001	89.0	0.0006019661672008957	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0132_000000005957	5553	0.9776932561140976	5	4	4	4	2	False	97153	maximal	True	CHI0132_000000005957	1.0	PS521	0	0	False	True	0.9978390336036682	0					non-mobilizable	no_good_hit	1829.0	79.278	33.0	0.002274850611036913	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
DEN0079_000000009425	4639	0.977692808556275	7	6	1	6	2	True	69633	maximal	True	DEN0079_000000009425	1.0		1	1	False	False	0.999353289604187	0	rep_cluster_1188				non-mobilizable	no_good_hit	1226.0	82.055	33.0	0.5587419056429233	LR822022.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_956 genome assembly, plasmid: pbSTHERMO	True	True
ISR0032_000000007781	4085	0.9776877737245391	9	7	6	7	6	False	125080	fragment	False	ENG0060_000000005592	0.7615512978223602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.366	16.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0018_000000005513	3937	0.9776877737245391	9	7	6	7	6	False	125080	fragment	False	ENG0060_000000005592	0.7078184515165671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.366	17.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0134_000000012775	2546	0.9776861121685536	3	3	3	3	2	False	31481	maximal	True	ISR0134_000000012775	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	70.69	60.0	0.0005009868070212518	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0140_000000002366	9478	0.9776832726877064	11	9	5	7	8	False	40413	maximal	True	FIJ0140_000000002366	1.0		9	1	False	False	0.9998944997787476	0					non-mobilizable	no_good_hit	698.0	80.372	25.0	0.00040893342244772654	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AST0014_000000003309	5780	0.9776817822093852	9	6	5	6	5	False	124541	maximal	True	AST0014_000000003309	1.0		8	2	False	False	1.0	0					non-mobilizable	other	2283.0	100.0	97.0	0.013505595767220819	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
AST0005_000000003052	9172	0.9776743256236414	16	7	4	6	5	True	128763	maximal	True	AST0005_000000003052	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1980.0	99.495	74.0	0.011960739281267754	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
USA0071_01_000000002136	6529	0.9776712673767342	6	2	1	1	2	False	744	maximal	True	USA0071_01_000000002136	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000007930	3760	0.9776701322659572	4	3	2	2	3	True	125553	backbone	False	ISR0070_000000005259	0.8978478144809484	PS930	0	0	True	True	0.9997340440750122	44	rep_cluster_1351	MOBQ			mobilizable	plasmid	3685.0	97.096	99.0	0.9997282608695652	CP021602.1	other sequences	Unidentified plasmid plasmid FAKO03_2030, complete sequence	False	True
ENG0182_000000004918	5364	0.9776700434492748	10	5	3	2	5	True	130690	backbone	False	ENG0017_000000004005	0.9865700733983573	PS1122	0	0	True	True	1.0	95		MOBP			mobilizable	plasmid	4553.0	100.0	99.0	0.843587842846553	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CAN0002_000000001675	8204	0.9776669040759106	9	7	6	5	5	False	96988	maximal	True	CAN0002_000000001675	1.0		13	4	False	False	0.999268651008606	0					non-mobilizable	no_good_hit	1807.0	78.03	22.0	0.010328508756779164	NZ_AAXG02000011.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont151, whole genome shotgun sequence	True	False
ENG0117_000000002144	9081	0.97765954528091	11	7	3	4	6	True	104922	backbone	False	CAN0013_000000002981	0.9978161161187132	PS621	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	3650.0	96.521	71.0	0.2929407018959258	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0007_000000000888	8913	0.9776576657516484	16	13	5	7	11	True	127656	backbone	False	CHI0163_000000000902	0.38052200172562556	PS1016|PS1018	0	0	True	True	0.9998878240585327	46	rep_cluster_1097				non-mobilizable	no_good_hit	5361.0	99.77600000000001	83.0	0.64874682164911	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MAD0046_000000005348	4412	0.9776524398566272	5	4	2	2	4	False	104209	fragment	False	MAD0099_000000005451	0.5735503345081805		0	0	False	False	0.9993200302124023	0					non-mobilizable	chromosome	3771.0	86.661	97.0	0.0015418714464681506	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0354_000000003774	4793	0.9776516697390292	4	3	3	3	3	False	129676	maximal	True	ISR0354_000000003774	0.9664620937541354	PS1061	1	1	False	True	1.0	0					non-mobilizable	chromosome	1800.0	99.389	94.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0182_000000010834	3301	0.9776516697390292	4	3	3	3	3	False	129675	fragment	False	ENG0027_000000006350	0.9723474601743312		0	0	False	True	0.9969705939292908	0					non-mobilizable	chromosome	1655.0	98.973	90.0	0.00044324435573602145	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0042_000000003338	6537	0.9776494603976252	8	4	4	3	3	False	131202	fragment	False	ISR0042_000000003338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	80.115	11.0	0.0044672338111331235	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0271_000000001516	8408	0.97764802273173	9	9	5	7	9	True	123628	fragment	False	USA0108_01_000000001009	0.11293923145178061		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6111.0	96.596	99.0	0.19633600566663448	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0089_000000026433	1424	0.9776402395683704	2	2	2	1	1	False	5411	fragment	False	SPA0089_000000026433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	83.571	10.0	3.7007339789058164e-05	NZ_LT896588.1	CFB group bacteria	Parabacteroides bouchesdurhonensis strain Marseille-P3763, whole genome shotgun sequence	True	False
ISR0377_000000000115	40363	0.977638829763013	51	17	10	16	10	True	90943	fragment	False	ISR0377_000000000115	1.0		0	0	False	False	0.9999504685401917	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	0.0	0.0003176196314341797	LC467712.1	firmicutes	Enterococcus faecium AA620 DNA, VanD-type vancomycin-resistant region	True	True
SPA0141_000000013768	1652	0.9776359589256802	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.7467656908592842		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	84.49700000000001	94.0	0.8747191011235955	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
AST0113_000000022924	1638	0.9776359589256802	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.7515540892616297		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	84.845	94.0	0.021488732708612228	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0140_000000013229	1630	0.9776359589256802	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.7447785369613275		0	0	False	False	0.9993864893913269	0					non-mobilizable	other	1544.0	84.845	95.0	0.021488732708612228	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0156_000000003698	3446	0.9776245515382008	3	3	3	3	3	False	80517	maximal	True	CHI0156_000000003698	1.0		3	2	False	False	0.9997097849845886	0					non-mobilizable	no_good_hit	698.0	87.39299999999999	50.0	0.00032366534682094403	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0035_000000017746	1268	0.9776244677006076	2	1	1	1	1	False	65355	fragment	False	ENG0035_000000017746	0.9498816101026046		0	0	False	False	0.9984227418899536	0					non-mobilizable	no_good_hit	537.0	85.289	42.0	0.00014876495723986196	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0144_000000001856	14587	0.9776232046054636	16	10	5	6	7	False	59038	maximal	True	FIJ0144_000000001856	1.0	PS216	1	1	False	True	0.9999314546585083	0					non-mobilizable	no_good_hit	1566.0	71.648	10.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
USA0030_01_000000011612	1429	0.977611279999222	2	1	1	1	1	False	80712	fragment	False	USA0030_01_000000011612	1.0		0	0	False	False	0.9951014518737793	0					non-mobilizable	other	1404.0	99.573	98.0	0.001743613069517095	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
DEN0070_000000030396	1131	0.977611279999222	2	1	1	1	1	False	70529	fragment	False	DEN0070_000000030396	1.0		0	0	False	False	0.9964632987976074	0					non-mobilizable	other	1128.0	99.557	99.0	0.0014006072197760271	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0075_000000004527	5310	0.9776099508810292	4	4	2	4	2	False	62122	maximal	True	ENG0075_000000004527	1.0		3	2	False	False	0.9996233582496643	0					non-mobilizable	no_good_hit	1311.0	99.314	25.0	0.013256157535771387	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	True	False
DEN0052_000000018931	2285	0.9776092667134026	3	2	2	2	2	False	72295	fragment	False	DEN0052_000000018931	1.0		0	0	False	False	0.9912472367286682	0					non-mobilizable	no_good_hit	91.0	85.714	4.0	3.0159761052438572e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0092_000000002401	7300	0.9776079771679391	6	4	2	3	2	True	119798	maximal	True	ENG0092_000000002401	1.0	PS824|PS825	1	1	False	True	0.9998630285263062	0	IncW	MOBQ			mobilizable	other	2282.0	99.693	91.0	0.0009563993430572158	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0184_000000013992	1603	0.9776053855427548	2	2	2	2	2	False	55100	fragment	False	ENG0184_000000013992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000020218	1133	0.9776043673077238	2	1	1	1	1	False	32769	fragment	False	ISR0108_000000020218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	95.443	68.0	0.009233287989502702	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
CHI0058_000000008939	2306	0.9776000797004228	4	2	2	2	1	False	85895	fragment	False	ISR0286_000000005945	0.6061166134235252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	4.0	0.00014794171784417954	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ISR0266_000000003988	3662	0.9775964366306444	5	5	4	4	2	False	31879	maximal	True	ISR0266_000000003988	1.0		2	1	False	False	0.9967231154441833	0					non-mobilizable	no_good_hit	796.0	99.874	22.0	0.00507961254376773	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	False
ENG0143_000000002009	10001	0.9775889891930988	9	5	4	3	4	True	132596	backbone	False	ISR0120_000000000296	0.007089521025160285	PS1169|PS902	0	0	False	True	0.9975002408027649	0		MOBB	MPF_T		conjugative	plasmid	9812.0	99.929	98.0	0.3158504781222834	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0124_000000001916	8735	0.9775889891930988	9	5	4	3	4	True	116413	fragment	False	ISR0124_000000001916	0.9348081480526752		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	8735.0	99.96600000000001	100.0	0.28120673556779036	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0208_000000003089	8445	0.9775889891930988	9	5	4	3	4	True	116413	fragment	False	ISR0124_000000001916	0.8760957351954723		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	8372.0	99.904	99.0	0.2694549084001417	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0120_000000001363	8284	0.9775889891930988	9	5	4	3	4	True	116413	fragment	False	ISR0124_000000001916	0.843581887823176		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	4318.0	99.931	100.0	0.13896133165910043	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
DEN0046_000000005232	4290	0.9775883386487959	4	4	4	3	2	False	72755	maximal	True	DEN0046_000000005232	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1977.0	99.14	46.0	0.0062824095711365244	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0015_000000012712	2922	0.9775841471917314	5	5	2	4	4	False	13426	fragment	False	MON0015_000000012712	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	2887.0	95.947	99.0	0.031560734153927024	AP021955.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-W18-CRE-02_5 DNA, complete genome, strain: WP3-W18-CRE-02	False	True
DEN0004_000000000176	4600	0.9775767910211004	9	3	2	1	3	True	130690	backbone	False	ENG0017_000000004005	0.1677469941812468	PS1122	0	0	False	True	0.9993478059768677	0					non-mobilizable	plasmid	3217.0	99.969	99.0	0.5959970348406227	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CAN0001_000000011478	4142	0.9775767910211004	7	3	2	1	3	True	130690	backbone	False	ENG0017_000000004005	0.12925451885961492	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3089.0	99.935	99.0	0.5720904373610082	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CHI0020_000000002544	3568	0.9775767910211004	6	3	2	1	3	True	102389	fragment	False	CHI0020_000000002544	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2675.0	99.88799999999999	98.0	0.4955522609340252	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CHI0119_000000003929	2729	0.9775767910211004	4	3	2	1	3	True	102388	fragment	False	CHI0119_000000003929	1.0		0	0	False	False	0.9996335506439209	0					non-mobilizable	plasmid	1820.0	99.945	97.0	0.3371015567086731	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0002_000000000905	24720	0.9775665784087656	22	13	11	13	8	True	111558	maximal	True	ISR0002_000000000905	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3007.0	95.91	34.0	0.0008055577589736883	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0050_000000011966	2220	0.9775615405506616	6	5	3	3	5	False	35913	fragment	False	ISR0050_000000011966	1.0		0	0	False	False	0.99909907579422	0					non-mobilizable	other	1496.0	97.794	100.0	0.08669647523372627	NZ_VNGZ01000003.1	firmicutes	Weissella cibaria strain BC14 Baechu14_contig00003, whole genome shotgun sequence	False	False
CHI0064_000000006078	2947	0.9775612873666292	5	4	4	4	3	False	120052	fragment	False	ISR0812_000000012806	0.9645869456275915		0	0	False	False	0.9993213415145874	0					non-mobilizable	no_good_hit	1786.0	98.936	61.0	0.0022574020021954343	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
MON0087_000000010129	4655	0.9775611263831284	4	4	3	3	4	False	59584	maximal	True	MON0087_000000010129	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1920.0	91.302	61.0	0.0008428303640289312	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0066_000000000922	13549	0.9775557234338356	19	14	9	11	10	False	122361	fragment	False	CHI0066_000000000922	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7253.0	95.602	100.0	0.002041873767853012	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0002_000000003021	9768	0.9775509186504546	11	5	3	5	4	False	132520	maximal	True	AST0002_000000003021	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.018367346938775512	XM_631129.2	cellular slime molds	Dictyostelium discoideum AX4 RNA polymerase II subunit 5-mediating protein (rmp) mRNA, complete cds	True	False
ENG0207_000000010651	1741	0.977550253586584	2	1	1	1	1	False	53890	fragment	False	ENG0207_000000010651	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1741.0	98.794	100.0	0.00047977989683629273	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
CHI0103_000000000057	31235	0.9775456135606284	38	28	19	20	22	True	95869	fragment	False	CHI0103_000000000057	1.0		0	0	False	False	0.9998078942298889	0			MPF_T		non-mobilizable	no_good_hit	6027.0	99.95	19.0	0.0011720869040392262	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
ISR0213_000000002177	9227	0.9775455588522148	11	10	3	5	8	False	118188	backbone	False	CHI0082_000000001020	0.9965082194167035	PS799|PS801|PS802	0	0	True	True	1.0	30	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3303.0	95.61	54.0	0.41603630862329805	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0137_000000003036	9227	0.9775455588522148	11	10	3	5	8	False	118188	backbone	False	CHI0082_000000001020	0.996705416249978	PS799|PS801|PS802	0	0	True	True	1.0	158	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3303.0	95.64	54.0	0.41603630862329805	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0794_000000001808	9187	0.9775455588522148	11	10	3	5	8	False	118188	backbone	False	CHI0082_000000001020	0.9968082489018023	PS799|PS801|PS802	0	0	True	True	1.0	73	rep_cluster_1097,rep_cluster_1097	MOBB			mobilizable	no_good_hit	3247.0	95.68799999999999	54.0	0.40897629853756934	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
MAD0024_000000015133	1110	0.9775408680250356	3	2	0	2	2	False	19169	fragment	False	MAD0024_000000015133	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	1115.0	97.309	100.0	0.1351186853317103	JX017309.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium plasmid pCTXM5-1845, complete sequence	False	True
SPA0117_000000020850	1808	0.977538230649754	3	3	2	3	1	False	94857	maximal	True	SPA0117_000000020850	1.0		1	1	False	False	0.9900442361831665	0					non-mobilizable	no_good_hit	434.0	98.618	24.0	0.00022025143252447308	CP019300.1	CFB group bacteria	Prevotella intermedia ATCC 25611 = DSM 20706 strain ATCC 25611 chromosome I, complete sequence	True	False
ISR0225_000000005108	3133	0.9775368339711468	3	3	3	3	2	False	116243	maximal	True	ISR0225_000000005108	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	79.012	55.0	0.002551286388812641	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
DEN0005_000000005680	5174	0.9775354508387154	9	8	6	8	7	False	132176	fragment	False	DEN0005_000000005680	1.0		0	0	False	False	0.9992269277572632	0					non-mobilizable	other	5174.0	99.98100000000001	100.0	0.10734369488078686	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0108_000000010258	2901	0.977527385403089	2	2	2	2	2	False	29665	fragment	False	SPA0108_000000010258	1.0		0	0	False	False	0.9996553063392639	0					non-mobilizable	other	2901.0	99.345	100.0	0.015168712699350884	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0815_000000007803	3891	0.977525094751839	5	4	4	4	3	False	121417	maximal	True	ISR0815_000000007803	1.0		0	0	False	False	0.9989719986915588	0					non-mobilizable	no_good_hit	1818.0	86.79899999999999	47.0	0.00695467378628859	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0157_000000007535	3888	0.977524755870258	5	4	1	1	4	False	99879	fragment	False	ISR0157_000000007535	1.0		0	0	False	False	0.9963991641998291	0					non-mobilizable	no_good_hit								True	False
MON0053_000000007829	4247	0.9775183787449664	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975078091463818	PS1143|PS778	0	0	True	True	1.0	74					non-mobilizable	other	3105.0	99.96799999999999	100.0	0.28682313805211607	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0015_000000005614	4247	0.9775183787449664	8	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9754313688169	PS1143|PS778	0	0	True	True	1.0	297					non-mobilizable	other	3238.0	100.0	100.0	0.2991129181297357	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
USA0064_01_000000002219	4227	0.9775183787449664	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9755037689995986	PS1143|PS778	0	0	True	True	1.0	1360					non-mobilizable	other	3114.0	100.0	100.0	0.28765477730548883	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0082_000000009015	4207	0.9775183787449664	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9749036107557373	PS1143|PS778	0	0	True	True	1.0	689		MOBP			mobilizable	other	3369.0	99.911	100.0	0.7930303743819166	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0038_000000002615	4207	0.9775183787449664	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9749519673312219	PS1143|PS778	0	0	True	True	1.0	285		MOBP			mobilizable	other	3369.0	99.911	100.0	0.7930303743819166	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0054_000000001491	4207	0.9775183787449664	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9755368151918264	PS1143|PS778	0	0	True	True	1.0	1263		MOBP			mobilizable	other	3348.0	100.0	100.0	0.7880857075582764	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0089_000000004526	4207	0.9775183787449664	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.975447654305197	PS1143|PS778	0	0	True	True	1.0	434					non-mobilizable	other	3122.0	100.0	100.0	0.2883940121973757	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0071_000000008832	4197	0.9775183787449664	9	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9575034355445258	PS1143|PS778	0	0	True	True	1.0	206					non-mobilizable	plasmid	3127.0	99.84	100.0	0.7552007740686986	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
DEN0024_000000001530	3696	0.9775183787449664	7	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.016951424294100067	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2862.0	99.65100000000001	100.0	0.690856313497823	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0820_000000005468	3640	0.9775183787449664	7	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.02375577445057108	PS1143|PS778	0	0	True	True	1.0	1					non-mobilizable	other	3640.0	99.973	100.0	0.8568401224393689	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0030_000000000004	3638	0.9775183787449664	7	7	3	3	5	True	132209	backbone	False	ENG0141_000000006400	0.024293022269542556	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3011.0	100.0	100.0	0.278137128072445	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0778_000000006237	2144	0.9775177644968194	3	3	3	3	2	False	40247	fragment	False	ISR0778_000000006237	0.9843531060252219		0	0	False	False	0.9981343150138855	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	5.304407417388643e-06	CP058905.1	high GC Gram+	Micromonospora carbonacea strain africana chromosome, complete genome	True	False
ISR0374_000000002111	7016	0.9775067228297456	10	5	5	5	4	True	83651	fragment	False	ISR0374_000000002111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	82.124	16.0	0.00028551282639110054	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0170_000000026275	1785	0.9775027272957504	3	2	2	2	2	False	119631	fragment	False	ISR0170_000000026275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
AST0089_000000011002	2051	0.977502066093108	2	2	2	2	2	False	110207	maximal	True	AST0089_000000011002	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	73.937	88.0	0.4251138269829859	MK231602.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G16_1-CL14_c5 sequence	True	False
AST0111_000000010409	1872	0.977502066093108	2	2	2	2	2	False	106801	fragment	False	AST0111_000000010409	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1814.0	76.681	95.0	0.0006262244735866706	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	False	False
SPA0158_000000003591	4195	0.9774982071954804	4	3	2	2	1	False	111422	fragment	False	SPA0158_000000003591	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3456.0	97.598	92.0	0.004768982086190729	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0149_000000010196	2672	0.9774972902977159	4	4	3	3	3	False	104517	fragment	False	AST0149_000000010196	1.0		0	0	False	False	0.998877227306366	0					non-mobilizable	chromosome	2603.0	97.887	100.0	0.0010715677093242864	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0008_000000010584	2347	0.9774968880020386	3	3	3	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.6271076538964607		0	0	False	False	1.0	0					non-mobilizable	chromosome	1774.0	95.434	97.0	0.0004009184017926392	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AST0153_000000002542	10212	0.977490091920418	16	5	1	4	3	False	103558	fragment	False	AST0153_000000002542	1.0		0	0	False	False	0.9996082782745361	0					non-mobilizable	no_good_hit								True	False
AUS0022_000000006447	5496	0.9774860269456286	7	4	1	3	3	False	121905	maximal	True	AUS0022_000000006447	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0022_000000004930	4778	0.9774849075861712	6	4	4	4	3	True	49497	fragment	False	FIJ0022_000000004930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	82.789	10.0	0.002428720016298695	NZ_SLZZ01000004.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_104, whole genome shotgun sequence	True	True
ISR0246_000000000267	26607	0.9774829136375012	52	12	5	9	7	True	75800	maximal	True	ISR0246_000000000267	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	79.932	1.0	0.0004815815598640395	NZ_AFNU02000001.1	bacteria	Haloplasma contractile SSD-17B Contig1, whole genome shotgun sequence	True	True
SPA0092_000000020425	2170	0.9774826096575788	3	2	2	2	2	False	56151	fragment	False	SPA0028_000000014393	0.9777581386412618		0	0	False	False	0.9981566667556763	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000003541	6793	0.9774805017994456	15	3	1	1	3	True	55544	maximal	True	ENG0177_000000003541	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	73.482	9.0	0.0002543830902834671	NZ_UFSB01000001.1	g-proteobacteria	Actinobacillus seminis strain NCTC10851, whole genome shotgun sequence	True	True
USA0037_01_000000008110	4389	0.9774791275180276	7	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.8407915025015228	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1651.0	95.94200000000001	59.0	0.3283552369573875	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0003_000000001552	14318	0.97747050167769	22	7	6	5	5	True	76698	backbone	True	DEN0003_000000001552	0.9881067634521308	PS365	3	3	True	True	0.9990920424461365	31					non-mobilizable	no_good_hit	291.0	85.56700000000001	2.0	0.004218659798392469	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0009_000000013953	2726	0.9774614415656816	3	3	3	2	2	False	116210	fragment	False	SPA0136_000000013198	0.5556114899234061		0	0	False	False	0.9988994598388672	0					non-mobilizable	chromosome	1964.0	94.85700000000001	90.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0010_000000010806	2165	0.9774614415656816	3	3	3	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5936118183222441		0	0	False	False	1.0	0					non-mobilizable	chromosome	1870.0	94.706	91.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0152_000000001648	13466	0.9774605174528612	11	4	3	3	3	True	57066	fragment	False	ENG0152_000000001648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0046_000000018380	1755	0.9774583894029288	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8276651422187961		0	0	False	False	0.9903134107589722	0					non-mobilizable	other	1759.0	77.771	99.0	0.02426372155287818	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0360_000000015467	1605	0.9774571444822706	2	1	1	1	1	False	107396	fragment	False	ISR0118_000000008755	0.8058028359751669		0	0	False	False	0.9987539052963257	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	4.0	2.680740712174043e-05	NZ_PVYX01000001.1	CFB group bacteria	Muricauda pacifica strain DSM 25027 Ga0181011_11, whole genome shotgun sequence	True	False
AST0106_000000013188	1488	0.9774571444822706	2	1	1	1	1	False	107396	fragment	False	ISR0118_000000008755	0.40773100137936025		0	0	False	False	0.9731183052062988	0					non-mobilizable	no_good_hit	104.0	88.462	7.0	0.00024841125327094917	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	False
SPA0092_000000030932	1468	0.9774571444822706	2	1	1	1	1	False	107396	fragment	False	ISR0118_000000008755	0.53574034881961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	3.0	2.1679267379509884e-05	NC_013512.1	e-proteobacteria	Sulfurospirillum deleyianum DSM 6946, complete sequence	True	False
ISR0107_000000020467	1429	0.9774571444822706	2	1	1	1	1	False	32835	maximal	True	ISR0107_000000020467	1.0		0	0	False	False	0.9650105237960815	0					non-mobilizable	no_good_hit	104.0	88.462	7.0	0.00024841125327094917	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	False
ISR0328_000000022780	1283	0.9774571444822706	1	1	1	1	1	False	24732	maximal	True	ISR0328_000000022780	1.0		0	0	False	False	0.9501169323921204	0					non-mobilizable	no_good_hit	70.0	87.14299999999999	5.0	1.6995630645043297e-05	NC_015578.1	spirochetes	Treponema primitia ZAS-2, complete sequence	True	False
ISR0069_000000002817	8101	0.9774569505446712	11	9	8	7	8	False	34980	maximal	True	ISR0069_000000002817	1.0		2	1	False	False	0.9993827939033508	0					non-mobilizable	no_good_hit	521.0	70.825	6.0	0.0002732969406436928	NZ_AP018492.1	firmicutes	Melissococcus plutonius strain DAT561	True	False
ISR0070_000000003162	6031	0.9774558421499484	9	6	4	4	5	True	102411	maximal	False	ISR0349_000000001400	0.7126466824374094	PS593|PS594	0	0	True	True	1.0	445		MOBP			mobilizable	plasmid	4727.0	92.53200000000001	99.0	0.768804046337086	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
SPA0135_000000004035	6012	0.9774558421499484	10	6	4	4	5	True	102411	maximal	False	ISR0349_000000001400	0.7114369713379156	PS593|PS594	0	0	True	True	1.0	2216		MOBP			mobilizable	plasmid	4271.0	92.43700000000001	99.0	0.6942404960026105	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
SPA0126_000000005859	6005	0.9774558421499484	9	6	4	4	5	True	102411	maximal	False	ISR0349_000000001400	0.7106685782331275	PS593|PS594	0	0	True	True	1.0	22		MOBP			mobilizable	plasmid	4579.0	95.458	99.0	0.746288138358623	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
FIJ0037_000000003862	6297	0.9774557450170458	6	6	5	5	5	True	47830	maximal	True	FIJ0037_000000003862	1.0		1	1	False	False	0.998888373374939	0	rep_cluster_589				non-mobilizable	plasmid	2776.0	98.70299999999999	99.0	0.060371281203072974	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	False	True
ISR0395_000000018809	2062	0.977448774885412	2	2	1	2	1	False	22724	fragment	False	ISR0395_000000018809	1.0		0	0	False	False	0.9810863137245178	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	2.0	2.1679267379509884e-05	NC_013512.1	e-proteobacteria	Sulfurospirillum deleyianum DSM 6946, complete sequence	True	False
ISR0175_000000004000	6408	0.9774487497513784	4	4	3	4	2	False	105899	maximal	False	ISR0219_000000004732	0.9962382160581971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	95.708	4.0	0.0018166442196260219	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	True	False
ISR0275_000000004968	2800	0.9774476756035174	5	4	2	4	2	False	128294	fragment	False	ISR0393_000000005872	0.9533423820834748		0	0	False	False	0.9985714554786682	0					non-mobilizable	other	2693.0	98.81200000000001	100.0	0.0009765451220862984	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0098_000000002520	3442	0.9774454829140291	5	4	4	4	4	False	107150	fragment	False	CHI0098_000000002520	0.9774869733875953		0	0	False	False	0.9991284012794495	0					non-mobilizable	other	1907.0	98.322	99.0	0.017064174187079215	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0076_000000001669	10391	0.9774439620894004	16	4	2	4	2	False	44554	maximal	True	FIJ0076_000000001669	1.0		3	1	False	False	0.9998075366020203	0					non-mobilizable	no_good_hit	170.0	85.294	2.0	0.1361043194784026	KU544873.1	bacteria	Uncultured bacterium clone CX_01A_000_Contig_2 genomic sequence	True	False
USA0037_01_000000016119	2114	0.9774435720626348	4	3	3	2	1	False	62488	fragment	False	ISR0143_000000013734	0.9412901240854399		0	0	False	False	1.0	0					non-mobilizable	other	1974.0	100.0	93.0	0.0005955899177765931	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
FIJ0037_000000015060	2043	0.9774401803822907	2	2	2	2	2	False	47786	fragment	False	FIJ0037_000000015060	1.0		0	0	False	False	0.9941262602806091	0					non-mobilizable	no_good_hit	436.0	74.771	21.0	0.0015175529104750154	NZ_QFFN01000001.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c1, whole genome shotgun sequence	True	False
USA0125_01_000000017386	1337	0.9774376921639748	1	1	1	1	1	False	66899	fragment	False	ENG0154_000000023121	0.6875409066813092		0	0	False	False	1.0	0					non-mobilizable	chromosome	967.0	94.209	100.0	0.0003417352999816207	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
USA0034_01_000000031572	1652	0.9774376431668019	3	2	2	2	1	False	94084	fragment	False	SPA0062_000000015646	0.3690036776201063		0	0	False	False	1.0	0					non-mobilizable	other	1652.0	98.971	100.0	0.045284985462724234	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
DEN0031_000000025499	1353	0.9774376431668019	3	2	2	2	1	False	73707	fragment	False	SPA0143_000000014035	0.9483892041526103		0	0	False	False	0.9822616577148438	0					non-mobilizable	other	1353.0	99.77799999999999	100.0	0.037083767623018266	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MON0088_000000028808	1124	0.9774376431668019	2	2	2	2	1	False	72177	fragment	False	DEN0052_000000039576	0.6339434276206323		0	0	False	False	1.0	0					non-mobilizable	chromosome	1124.0	99.199	100.0	0.00046247906901274925	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0069_000000009531	2002	0.9774349122649182	3	3	3	2	2	False	62488	fragment	False	ISR0143_000000013734	0.9474055583953177		0	0	False	False	0.9880120158195496	0					non-mobilizable	other	2002.0	100.0	100.0	0.0006040422835635899	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ENG0173_000000008922	1981	0.9774349122649182	3	3	3	2	2	False	62488	fragment	False	ISR0143_000000013734	0.7609161892180248		0	0	False	False	0.9964664578437805	0					non-mobilizable	other	1981.0	100.0	100.0	0.0005977030092233422	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0174_000000009867	2544	0.9774287002950496	4	3	3	2	3	False	29900	maximal	True	ISR0174_000000009867	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	85.714	21.0	0.0001382590584794458	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	False
CHI0151_000000008720	2861	0.9774283484517192	4	2	0	1	2	False	79488	maximal	True	CHI0151_000000008720	1.0		3	3	True	True	1.0	39	rep_cluster_2350,rep_cluster_2358				non-mobilizable	plasmid	2131.0	99.95299999999999	100.0	0.7637145930441018	CP052313.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 plasmid pE16KP0102-4, complete sequence	False	True
FIJ0092_000000019557	1805	0.9774283484517192	2	2	0	1	2	False	89775	fragment	False	FIJ0092_000000019557	1.0		0	0	False	False	0.9988919496536255	0					non-mobilizable	plasmid	1671.0	99.402	93.0	0.4097154072620216	CP057169.1	enterobacteria	Escherichia coli strain RHB34-C15 plasmid pRHB34-C15_3, complete sequence	False	True
FIJ0145_000000008823	1749	0.9774283484517192	3	2	0	1	2	False	89773	fragment	False	FIJ0145_000000008823	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1661.0	96.93	100.0	0.2685275873326804	CP049104.1	enterobacteria	Escherichia coli strain EC28 plasmid p4, complete sequence	False	True
FIJ0045_000000013506	1729	0.9774283484517192	2	2	0	1	2	False	47167	maximal	True	FIJ0045_000000013506	1.0		2	2	False	False	0.9890109896659851	0					non-mobilizable	plasmid	1729.0	100.0	100.0	0.40477863668306396	CP031797.1	enterobacteria	Klebsiella pneumoniae strain INF125-sc-2279943 plasmid unnamed2, complete sequence	False	True
MAD0033_000000013160	1562	0.9774283484517192	2	2	0	1	2	False	40337	maximal	True	MAD0033_000000013160	1.0		3	3	False	False	0.9718309640884399	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	1563.0	99.80799999999999	100.0	0.4489795918367347	CP052568.1	enterobacteria	Klebsiella pneumoniae strain A16KP0127 plasmid pA16KP0127-3, complete sequence	False	True
CHI0015_000000006612	1545	0.9774283484517192	3	2	0	1	2	False	89772	fragment	False	CHI0015_000000006612	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1545.0	99.741	100.0	0.3789887088856161	LT985290.1	enterobacteria	Escherichia coli strain ECOR 10 genome assembly, plasmid: RCS83_pI	False	True
CHI0134_000000010872	1508	0.9774283484517192	2	2	0	1	2	False	80723	fragment	False	CHI0134_000000010872	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1508.0	98.34200000000001	100.0	0.26356317815890795	AP022118.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-W18-ESBL-06_6 DNA, complete genome, strain: WP5-W18-ESBL-06	False	True
MAD0002_000000029704	1478	0.9774283484517192	3	2	0	1	2	False	40337	maximal	False	MAD0033_000000013160	0.9731113956466069		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	1478.0	100.0	100.0	0.4246693502012651	CP000652.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae MGH 78578 plasmid pKPN7, complete sequence	False	True
ENG0059_000000008735	1424	0.9774283484517192	2	2	0	1	2	False	87316	maximal	True	ENG0059_000000008735	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1348.0	99.926	95.0	0.3185903500473037	CP024485.1	enterobacteria	Klebsiella pneumoniae strain INF322 plasmid unnamed3, complete sequence	False	True
FIJ0085_000000022082	1423	0.9774283484517192	3	2	0	1	2	False	47165	fragment	False	FIJ0085_000000022082	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1437.0	93.389	99.0	0.33145935816350436	CP031797.1	enterobacteria	Klebsiella pneumoniae strain INF125-sc-2279943 plasmid unnamed2, complete sequence	False	True
CHI0160_000000022755	1417	0.9774283484517192	3	2	0	1	2	False	78670	fragment	False	CHI0160_000000022755	1.0		0	0	False	False	0.9992942810058594	0					non-mobilizable	plasmid	1349.0	98.59200000000001	95.0	0.3277723258096173	CP057169.1	enterobacteria	Escherichia coli strain RHB34-C15 plasmid pRHB34-C15_3, complete sequence	False	True
FIJ0134_000000010806	1373	0.9774283484517192	3	2	0	1	2	False	40622	fragment	False	FIJ0134_000000010806	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1370.0	97.37200000000001	99.0	0.03088898916967509	CP018968.1	enterobacteria	Escherichia coli strain Ecol_542 plasmid pEC542_KPC, complete sequence	False	True
FIJ0055_000000010560	1342	0.9774283484517192	3	2	0	1	2	False	87314	fragment	False	FIJ0055_000000010560	0.9916030534351146		0	0	False	False	0.9992548227310181	0					non-mobilizable	plasmid	1342.0	99.851	100.0	0.3441108545034642	CP033825.1	enterobacteria	Klebsiella sp. FDAARGOS_511 plasmid unnamed2, complete sequence	False	True
FIJ0018_000000020845	1310	0.9774283484517192	3	2	0	1	2	False	87314	fragment	False	FIJ0055_000000010560	0.9798807749627422		0	0	False	False	0.994656503200531	0					non-mobilizable	plasmid	1310.0	99.771	100.0	0.3358994098024121	CP033825.1	enterobacteria	Klebsiella sp. FDAARGOS_511 plasmid unnamed2, complete sequence	False	True
CHI0043_000000008233	1232	0.9774283484517192	2	2	0	1	2	False	87313	fragment	False	CHI0043_000000008233	1.0		0	0	False	False	0.989448070526123	0					non-mobilizable	plasmid	1232.0	97.80799999999999	100.0	0.24664395912642756	CP059753.1	firmicutes	Enterococcus faecium strain A7214 plasmid pA7214_P6, complete sequence	False	True
FIJ0140_000000029005	1231	0.9774283484517192	2	2	0	1	2	False	40336	fragment	False	FIJ0140_000000029005	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1234.0	97.083	100.0	0.28835792925743736	CP031797.1	enterobacteria	Klebsiella pneumoniae strain INF125-sc-2279943 plasmid unnamed2, complete sequence	False	True
ISR0087_000000003313	6629	0.977425435345916	9	6	3	3	6	False	123628	fragment	False	USA0108_01_000000001009	0.08035190022085983		0	0	False	True	1.0	0					non-mobilizable	plasmid	6631.0	99.68299999999999	100.0	0.2134646962233169	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0052_000000007249	4085	0.9774246094856056	3	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.9698059377139774		0	0	False	False	1.0	0					non-mobilizable	chromosome	4085.0	99.339	100.0	0.0007992184723576867	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
USA0009_01_000000006074	3975	0.9774246094856056	3	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.9619634644152718		0	0	False	False	1.0	0					non-mobilizable	other	3975.0	99.195	100.0	0.0007671873914084278	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ENG0003_000000004719	4763	0.9774238197416852	8	6	6	5	3	False	67923	fragment	False	ENG0003_000000004719	1.0		0	0	False	False	0.9981104135513306	0					non-mobilizable	no_good_hit	468.0	71.368	10.0	0.0001611290792659455	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0037_000000000087	36750	0.9774235798687574	37	37	32	32	36	False	88029	maximal	True	CHI0037_000000000087	1.0		3	2	False	False	0.9999727606773376	0					non-mobilizable	plasmid	36750.0	99.995	99.0	0.1551173225388437	CP052259.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-1, complete sequence	False	True
MON0039_000000015982	2903	0.9774211518706838	3	2	2	2	1	False	11946	fragment	False	MON0039_000000015982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0003487358326068004	NZ_AQPN01000103.1	CFB group bacteria	Arcticibacter svalbardensis MN12-7 contig00019, whole genome shotgun sequence	True	False
ISR0844_000000002360	5896	0.9774169863964578	5	5	5	4	4	True	107003	fragment	False	ISR0844_000000002360	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4745.0	98.82	98.0	0.01280908948542237	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
CHI0132_000000018370	1667	0.9774076005832034	3	2	1	1	2	False	80896	maximal	True	CHI0132_000000018370	1.0		1	1	False	False	0.9946010708808899	0					non-mobilizable	no_good_hit	488.0	77.869	29.0	0.00016962819553491845	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0107_000000009050	4268	0.9774007104324892	5	3	2	3	1	True	57060	maximal	True	MAD0107_000000009050	0.9390351571999385		2	2	True	True	1.0	1167					non-mobilizable	no_good_hit	290.0	84.82799999999999	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0050_000000009854	2631	0.9774000653867436	3	2	2	2	2	False	49083	fragment	False	ISR0050_000000009854	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2361.0	97.162	90.0	0.03738421520111661	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
AUS0004_000000005599	3808	0.977399505003792	5	3	1	3	1	True	106125	fragment	False	AUS0004_000000005599	0.9966850828729281		0	0	False	False	0.9994747638702393	0					non-mobilizable	no_good_hit	449.0	77.72800000000001	12.0	0.10540216086434574	NZ_WHJC01000290.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig290, whole genome shotgun sequence	True	True
ENG0129_000000007344	3620	0.9773994983966702	4	3	1	3	1	True	106125	fragment	False	AUS0004_000000005599	0.9721638655462185		0	0	False	False	0.9997237324714661	0					non-mobilizable	no_good_hit	324.0	90.12299999999999	9.0	0.0651863923405989	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
SPA0089_000000020068	1917	0.9773988373735668	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.7880717365878833		0	0	False	False	0.9947835206985474	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0021_000000004462	1912	0.9773988373735668	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.787322253383383		0	0	False	False	0.9979079365730286	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ETH0003_000000004283	6559	0.9773949558451644	7	3	1	2	2	False	53262	fragment	False	FIJ0021_000000007467	0.9367046838195043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000015851	1647	0.9773937376770846	2	2	2	2	2	False	60918	fragment	False	ISR0296_000000015851	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1648.0	97.087	100.0	0.008858469127292701	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0113_000000012762	2202	0.9773895282901176	3	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.8862915669215408		0	0	False	False	0.9990917444229126	0					non-mobilizable	no_good_hit	1788.0	87.36	81.0	0.02403164616776249	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
USA0069_01_000000027990	2190	0.9773895282901176	3	2	2	2	2	False	121414	fragment	False	USA0069_01_000000027990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1734.0	87.197	79.0	0.023316097152654956	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
AST0024_000000017584	1977	0.9773895282901176	3	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.6356523721617531		0	0	False	False	1.0	0					non-mobilizable	other	1797.0	87.31200000000001	91.0	0.02415315449108264	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
SPA0100_000000014774	1962	0.9773895282901176	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.6857285998020182		0	0	False	False	1.0	0					non-mobilizable	other	1772.0	87.19	90.0	0.023815631370748897	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ISR0193_000000013852	1931	0.9773895282901176	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.6346605600129059		0	0	False	False	0.998964250087738	0					non-mobilizable	other	1734.0	87.197	90.0	0.023316097152654956	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ISR0327_000000015572	1830	0.9773895282901176	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.5761384512036362		0	0	False	False	1.0	0					non-mobilizable	other	1768.0	87.33	97.0	0.023788629521122196	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
AST0106_000000010941	1817	0.9773895282901176	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.5790842408913675		0	0	False	False	1.0	0					non-mobilizable	other	1815.0	87.21799999999999	99.0	0.024382670212909584	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ISR0398_000000013074	1768	0.9773895282901176	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.5284115354374503		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	87.25200000000001	99.0	0.023748126746682148	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ENG0104_000000018691	1697	0.9773895282901176	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.42210295461220965		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	87.213	100.0	0.02284356478418772	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
DEN0010_000000001757	16962	0.97738838969025	19	15	11	15	11	True	108323	fragment	False	ISR0161_000000001125	0.7020409175518814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2098.0	92.946	12.0	0.06632459141011023	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
CHI0086_000000002587	2139	0.9773872816945544	3	1	1	1	1	True	84058	maximal	True	CHI0086_000000002587	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2098.0	99.762	98.0	0.09335767073279316	NZ_KI518151.1	fusobacteria	Cetobacterium somerae ATCC BAA-474 Scaffold3, whole genome shotgun sequence	False	True
ENG0034_000000007732	1868	0.9773860180650582	2	2	2	1	1	False	104283	fragment	False	ENG0034_000000007732	0.992485549132948		0	0	False	False	0.9710921049118042	0					non-mobilizable	other	1870.0	97.48700000000001	100.0	0.002684334099669742	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0830_000000007568	3381	0.977385768752468	6	6	4	5	4	False	120057	fragment	False	ISR0830_000000007568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1817.0	94.001	63.0	0.002295341531644097	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0183_000000004008	9089	0.9773853903046172	11	9	7	9	8	False	132193	fragment	False	MON0031_000000003564	0.9433068964626748		0	0	False	False	0.9998899698257446	0					non-mobilizable	no_good_hit	4242.0	98.37299999999999	78.0	0.005359590860114426	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
SPA0054_000000025635	1130	0.977383076393434	3	3	2	3	1	False	30197	fragment	False	ISR0166_000000018882	0.9320137693631669		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	95.221	100.0	0.023103525896821984	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
ISR0153_000000011288	2467	0.9773788704255024	4	3	2	3	2	False	125966	fragment	False	DEN0051_000000012717	0.46237981453388044		0	0	False	False	0.9939197301864624	0					non-mobilizable	no_good_hit	145.0	95.17200000000001	6.0	3.258027644364563e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CAN0017_000000015519	2300	0.9773788704255024	4	3	2	3	2	False	125966	fragment	False	DEN0051_000000012717	0.4616188263464993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000022870	1468	0.9773762376914324	2	1	1	1	1	False	79133	fragment	False	CHI0154_000000022870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	78.51899999999999	9.0	0.00014134651150433074	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
SPA0120_000000013832	3030	0.9773723301112552	7	2	1	1	2	False	4182	maximal	True	SPA0120_000000013832	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	92.439	28.0	0.00013198199825763688	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0022_000000005744	5936	0.977371350387947	4	4	4	3	2	False	74651	maximal	True	DEN0022_000000005744	1.0		1	1	False	False	0.9984838366508484	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.3998422657734927e-06	LR535827.1	bony fishes	Denticeps clupeoides genome assembly, chromosome: 15	True	False
MON0014_000000005587	2893	0.9773683867007964	4	4	4	3	2	False	120078	maximal	True	MON0014_000000005587	1.0		23	7	False	False	1.0	0					non-mobilizable	other	1422.0	98.594	94.0	0.00030011301229618557	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
DEN0079_000000022918	2457	0.977356661739076	3	2	2	2	1	False	69573	fragment	False	DEN0079_000000022918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	76.282	6.0	7.508844977686951e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
AST0040_000000003791	4956	0.9773554171660628	5	3	2	2	2	True	116390	fragment	False	AST0040_000000003791	0.9447066064833811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	78.992	14.0	0.2614403600900225	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0076_000000000713	23832	0.9773540354397298	29	18	10	14	13	True	119591	fragment	False	ISR0076_000000000713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3479.0	93.303	53.0	0.1375534508252408	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
AUS0018_000000016507	1706	0.9773526539884296	2	2	2	2	2	False	99935	fragment	False	AUS0018_000000016507	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1707.0	87.87299999999999	100.0	0.0005564345656108435	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0052_000000025754	1758	0.9773440482840308	2	2	0	2	0	True	72259	fragment	False	DEN0052_000000025754	1.0		0	0	False	False	0.9948805570602417	0					non-mobilizable	no_good_hit	82.0	86.585	5.0	2.4101994566903015e-05	CP006905.1	firmicutes	Clostridium baratii str. Sullivan, complete genome	True	True
ISR0089_000000017592	1706	0.9773440482840308	2	2	0	2	0	True	33729	fragment	False	ISR0089_000000017592	1.0		0	0	False	False	0.9964830279350281	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.833022343696235e-05	CP007563.1	g-proteobacteria	Candidatus Portiera aleyrodidarum MED (Bemisia tabaci) strain BT-Q, complete genome	True	True
ISR0024_000000018773	1414	0.9773440482840308	2	2	0	2	0	True	62309	fragment	False	ISR0024_000000018773	1.0		0	0	False	False	0.99929279088974	0					non-mobilizable	no_good_hit	55.0	92.727	4.0	2.3229292400690392e-05	CP026082.1	firmicutes	Streptococcus agalactiae strain YZ1605 chromosome, complete genome	True	True
ISR0144_000000007679	1140	0.9773440482840308	2	2	0	2	0	True	31083	fragment	False	ISR0144_000000007679	1.0		0	0	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
ISR0158_000000009821	1937	0.9773402518714916	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8824593680486856		0	0	False	False	1.0	0					non-mobilizable	other	1806.0	78.184	92.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0112_000000015142	1811	0.9773402518714916	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8791548022776589		0	0	False	False	0.9977912902832031	0					non-mobilizable	other	1814.0	78.225	99.0	0.025030678268630077	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0048_000000010682	1789	0.9773402518714916	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8796878708902997		0	0	False	False	1.0	0					non-mobilizable	chromosome	1675.0	77.433	100.0	0.00046875844433635693	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0075_000000002508	6680	0.977337492464386	10	9	5	6	7	True	123626	fragment	False	ISR0317_000000001658	0.2557352204946752		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6399.0	99.31200000000001	96.0	0.05357815994705848	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
MAD0029_000000000549	8025	0.977336072089008	8	6	3	3	5	True	19431	maximal	True	MAD0029_000000000549	1.0	PS43	2	1	False	True	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	no_good_hit	2044.0	93.738	57.0	0.3056304282719377	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	True	True
ISR0350_000000005108	3333	0.9773292423931011	6	5	4	3	3	False	71483	maximal	True	ISR0350_000000005108	1.0		4	1	False	False	0.9996999502182007	0					non-mobilizable	no_good_hit	2545.0	87.583	76.0	0.21469691838807992	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
USA0080_01_000000011643	3756	0.9773278993637154	5	5	4	5	5	False	626	maximal	True	USA0080_01_000000011643	1.0		2	2	False	False	0.9992012977600098	0					non-mobilizable	other	2135.0	83.419	99.0	0.00498503549664767	NZ_KB903367.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_2.3, whole genome shotgun sequence	False	False
CHI0084_000000004301	1448	0.977324239432198	2	2	2	2	2	False	84634	fragment	False	CHI0138_000000008648	0.7844015706209483		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	100.0	100.0	0.05426792679267927	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
SPA0101_000000000147	56924	0.9773239113922412	100	25	11	17	11	True	112942	maximal	True	SPA0101_000000000147	0.9690735207173711		1	1	True	True	0.9999824166297913	27					non-mobilizable	no_good_hit	6701.0	93.538	48.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AUS0016_000000003579	6421	0.977314510459746	11	9	6	9	7	True	108320	fragment	False	AUS0016_000000003579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	100.0	1.0	0.0018687444571138985	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0163_000000014160	1802	0.9773144049262036	2	2	1	2	1	False	75094	fragment	False	TAN0010_000000007116	0.7567468473509115		0	0	False	False	0.9994450807571411	0					non-mobilizable	no_good_hit	521.0	83.493	29.0	0.00014540935670061695	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0156_000000001698	9338	0.9773135607051584	12	5	2	5	2	True	127219	fragment	False	ENG0156_000000001698	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3952.0	98.93700000000001	94.0	0.15777484714063061	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MAD0046_000000002621	8242	0.977313441969137	6	6	5	6	5	True	98100	fragment	False	MAD0046_000000002621	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	3809.0	95.064	54.0	0.0326210960619655	CP010201.1	enterobacteria	Escherichia coli strain M10 plasmid A, complete sequence	True	True
CHI0125_000000002706	5842	0.9773129816824008	9	6	3	5	4	True	84605	fragment	False	CHI0125_000000002706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1476.0	87.26299999999999	44.0	0.14124185511690301	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
CHI0058_000000018052	1215	0.9773122856929672	1	1	1	1	1	False	85856	fragment	False	CHI0058_000000018052	0.9841534612176814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0014_000000028452	1199	0.9773122856929672	1	1	1	1	1	False	85856	fragment	False	CHI0058_000000018052	0.9777777777777779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0019_000000002424	2970	0.977311154361056	5	3	2	3	1	True	49881	fragment	False	FIJ0019_000000002424	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	90.875	40.0	0.013929748697408996	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0020_000000008327	3470	0.9773100215416508	5	4	3	4	3	False	111545	fragment	False	ISR0157_000000004871	0.1918745285154075		0	0	False	False	0.999711811542511	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000006300	3782	0.9773067082074796	4	3	1	3	1	False	8212	maximal	True	SPA0007_000000006300	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	2.0	1.028185124731708e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ISR0078_000000000914	15482	0.9773045485904648	17	12	10	12	9	False	123927	fragment	False	SPA0145_000000000420	0.1510353740149246		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	12967.0	99.992	84.0	0.13190368162443158	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
USA0020_01_000000009768	3579	0.9772992561729876	4	3	2	2	3	False	1799	maximal	True	USA0020_01_000000009768	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	73.95	10.0	9.761039280462507e-05	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
CHI0162_000000007889	3658	0.9772992477895086	5	3	3	3	3	False	116196	maximal	True	CHI0162_000000007889	1.0		1	1	False	False	0.9986331462860107	0					non-mobilizable	no_good_hit	1826.0	95.455	50.0	0.00041268350161951123	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0132_000000004641	7604	0.9772974245619228	4	2	2	2	1	False	58945	fragment	False	SPA0132_000000004641	1.0		0	0	False	False	0.9994739890098572	0					non-mobilizable	no_good_hit	259.0	72.587	3.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
CAN0009_000000003952	5158	0.9772889495369741	7	3	1	2	3	False	130183	fragment	False	CAN0009_000000003952	1.0		0	0	False	True	0.9992244839668274	0					non-mobilizable	no_good_hit	1711.0	84.454	70.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0190_000000007844	2950	0.9772889327081196	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.0927739758829639	PS971	0	0	True	True	1.0	203					non-mobilizable	plasmid	1781.0	87.03	97.0	0.4323659616330546	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0378_000000008750	2908	0.9772889327081196	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.2786699536959152	PS971	0	0	True	True	1.0	3					non-mobilizable	plasmid	1413.0	88.11	97.0	0.34579439252336447	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0321_000000003775	2730	0.9772881478385236	4	4	4	3	3	False	25032	fragment	False	ISR0321_000000003775	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1548.0	91.667	94.0	0.0006624870664944057	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
CHI0186_000000002560	7431	0.9772832599540592	10	7	4	6	6	False	103331	backbone	True	CHI0186_000000002560	1.0	PS602	10	2	True	True	0.9920603036880493	4					non-mobilizable	no_good_hit	543.0	79.926	7.0	0.00014988349075294364	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MAD0043_000000005461	4157	0.97727692921483	5	3	2	3	2	False	18066	maximal	True	MAD0043_000000005461	1.0		1	1	False	False	0.9997594356536865	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	4.0	0.00027684334207857844	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0039_000000045414	1108	0.9772740041660644	2	1	1	1	1	False	11887	fragment	False	MON0039_000000045414	1.0		0	0	False	False	0.9891696572303772	0					non-mobilizable	other	1108.0	99.09700000000001	100.0	0.0005361712144350658	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
ISR0042_000000007368	3604	0.9772722867732642	3	3	0	3	0	True	117562	maximal	False	FIJ0006_000000009488	0.9499296314744973		0	0	True	True	0.9997225403785706	25					non-mobilizable	no_good_hit								True	True
AST0031_000000008107	3588	0.9772722867732642	3	3	0	3	0	True	117562	maximal	False	FIJ0006_000000009488	0.93482363917991		0	0	True	True	1.0	51					non-mobilizable	no_good_hit								True	True
FIJ0063_000000005130	4754	0.9772685133785236	4	2	2	2	1	True	45639	maximal	True	FIJ0063_000000005130	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	892.0	75.673	18.0	0.15938349954669084	NZ_JNJN01000077.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00075.75_C, whole genome shotgun sequence	True	True
SPA0011_000000006108	3285	0.977260848325464	3	2	2	2	2	False	8048	backbone	True	SPA0011_000000006108	1.0	PS24	2	1	True	True	0.9996955990791321	1					non-mobilizable	no_good_hit	1831.0	85.691	56.0	0.0005949218333377366	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
SPA0024_000000008337	1827	0.977260848325464	3	2	2	2	2	False	7579	fragment	False	SPA0024_000000008337	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1832.0	85.699	100.0	0.0005952479966235577	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MON0045_000000002577	9506	0.9772599940896568	13	10	7	10	10	False	132193	fragment	False	MON0031_000000003564	0.9706267793325454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7178.0	98.899	76.0	0.009075135444120131	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0218_000000007846	2160	0.977259400452864	3	3	3	2	2	False	131477	maximal	True	ISR0218_000000007846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	78.196	83.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0077_000000018611	1526	0.9772587644789548	2	2	0	1	2	True	7554	maximal	False	SPA0025_000000014262	0.991580310880829		0	0	True	True	1.0	204					non-mobilizable	no_good_hit	51.0	94.118	6.0	0.0330188679245283	LN853967.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1418	True	True
ISR0316_000000002827	5678	0.9772505101411496	9	9	2	4	9	False	25224	maximal	True	ISR0316_000000002827	1.0		1	1	True	True	1.0	20	rep_cluster_2370	MOBP		MOBP	mobilizable	plasmid	5547.0	99.51299999999999	100.0	0.9901715511079342	MT035878.1	enterobacteria	Klebsiella pneumoniae strain KP18-3-8 plasmid pKP18-3-8_5_KB, complete sequence	False	True
SPA0037_000000012974	1910	0.9772468104852726	2	2	2	2	2	False	7071	maximal	True	SPA0037_000000012974	1.0		8	5	False	False	0.9984292984008789	0					non-mobilizable	no_good_hit	878.0	95.67200000000001	46.0	0.0002483255842066069	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0089_000000017731	1694	0.9772427484796457	3	1	1	1	1	False	33726	fragment	False	ISR0089_000000017731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	87.5	57.0	0.08444714459295262	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
ISR0271_000000000740	14868	0.9772397234943768	14	5	2	4	3	True	101622	fragment	False	ISR0271_000000000740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	77.193	2.0	0.00011693384832949035	NZ_CP031367.1	e-proteobacteria	Arcobacter trophiarum LMG 25534 chromosome, complete genome	True	True
CHI0015_000000001788	4618	0.9772364449162538	6	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.8496867471190208	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4618.0	99.848	100.0	0.9193548387096774	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0107_000000006226	4139	0.977234826749797	5	5	3	3	5	True	86810	fragment	False	ENG0107_000000006226	1.0		0	0	False	False	0.9997584223747253	0	IncX1			MOBP	mobilizable	plasmid	4140.0	99.87899999999999	100.0	0.08805379410137465	CP031234.1	enterobacteria	Escherichia coli strain Es_ST410_NW1_NDM_09_2017 plasmid pEsST410_NW_4, complete sequence	False	True
SPA0126_000000009578	3978	0.97722911107417	3	3	3	3	2	True	3989	fragment	False	SPA0126_000000009578	1.0		0	0	False	False	0.9964806437492371	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
ENG0054_000000004613	5316	0.9772287475223912	5	4	3	4	3	True	63809	backbone	True	ENG0054_000000004613	1.0	PS285	1	1	True	True	0.9992475509643555	27	Col156	MOBQ			mobilizable	plasmid	3403.0	99.677	99.0	0.6496085545159442	CP053241.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-7, complete sequence	False	True
CAN0021_000000009462	4357	0.9772280791424058	7	6	4	4	4	False	120086	fragment	False	CAN0021_000000009462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2456.0	81.27	56.0	0.030973168518068746	NZ_BAKJ01000019.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
USA0057_01_000000007734	3961	0.9772201618775356	5	4	3	4	2	False	107277	fragment	False	USA0057_01_000000007734	0.9786419399850009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0143_000000004868	3927	0.9772201618775356	5	4	3	4	2	False	107277	fragment	False	USA0057_01_000000007734	0.9737157167490711		0	0	False	False	0.9923605918884277	0					non-mobilizable	no_good_hit								True	False
SPA0106_000000021980	1755	0.9772129374846488	2	2	1	2	1	False	106404	fragment	False	ENG0021_000000009933	0.9297627945859818		0	0	False	False	1.0	0					non-mobilizable	other	1757.0	97.154	100.0	0.000500043953635194	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0179_000000010345	2321	0.9772116031801354	4	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.6990339374960558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1710.0	87.135	74.0	0.0014808132409529654	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0204_000000001327	12438	0.9772104638987252	18	6	3	6	3	False	127293	backbone	True	ENG0204_000000001327	1.0	PS1003	2	2	True	True	0.9996784329414368	24					non-mobilizable	no_good_hit	7372.0	97.83	82.0	0.618807300866347	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
FIJ0112_000000007244	3610	0.9772091272752941	4	3	3	3	3	False	115938	fragment	False	FIJ0112_000000007244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1255.0	94.50200000000001	35.0	0.00409805236218541	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
ISR0121_000000003739	6026	0.9772082281378198	6	3	3	2	2	False	91983	maximal	True	ISR0121_000000003739	1.0		0	0	False	False	0.9996681213378906	0					non-mobilizable	no_good_hit	1212.0	81.601	20.0	0.015854979784900775	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
MON0087_000000012408	3869	0.9772078434021672	6	5	4	3	3	False	9708	fragment	False	MON0087_000000012408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2563.0	85.993	65.0	0.0011557962222704691	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
SPA0093_000000021251	1783	0.9772063805357132	3	3	3	2	2	False	110713	fragment	False	SPA0093_000000021251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	80.645	7.0	3.221304397813808e-05	CP046120.1	a-proteobacteria	Novosphingobium sp. Gsoil 351 chromosome, complete genome	True	False
ISR0035_000000001326	10786	0.9772042365463656	7	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.7974628199914665		0	0	False	False	0.9999073147773743	0					non-mobilizable	no_good_hit	1184.0	95.355	11.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0332_000000001179	8913	0.9772025849075414	16	6	4	5	5	True	83654	fragment	False	ISR0332_000000001179	1.0		0	0	False	False	0.9997755885124207	0					non-mobilizable	no_good_hit	380.0	97.632	9.0	0.008672173534997597	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	True	True
FIJ0115_000000002744	8691	0.9772025337530754	12	7	3	4	6	True	101744	maximal	False	ISR0311_000000001595	0.9948229846155132	PS589	0	0	False	True	0.9991945624351501	0					non-mobilizable	no_good_hit	831.0	88.20700000000001	56.0	0.08857204579822855	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
TAN0027_000000000538	8515	0.9772025337530754	12	7	3	4	6	True	101744	maximal	False	ISR0311_000000001595	0.9969771604048259	PS589	0	0	True	True	0.9975337386131287	5					non-mobilizable	no_good_hit	948.0	85.12700000000001	56.0	0.10207388204795852	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CHI0139_000000001040	8495	0.9772025337530754	12	7	3	4	6	True	101744	maximal	False	ISR0311_000000001595	0.9981668859142314	PS589	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	948.0	85.12700000000001	54.0	0.10207388204795852	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0060_000000003687	8487	0.9772025337530754	12	7	3	4	6	True	101744	maximal	False	ISR0311_000000001595	0.9984812414069021	PS589	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	948.0	85.12700000000001	62.0	0.10207388204795852	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
USA0016_01_000000002469	8475	0.9772025337530754	12	7	3	4	6	True	101744	maximal	False	ISR0311_000000001595	0.9984067533435833	PS589	0	0	True	True	0.9985840916633606	6					non-mobilizable	no_good_hit	948.0	85.12700000000001	62.0	0.10207388204795852	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0002_000000003952	8475	0.9772025337530754	12	7	3	4	6	True	101744	maximal	False	ISR0311_000000001595	0.9984979990789665	PS589	0	0	True	True	0.999646008014679	2					non-mobilizable	no_good_hit	1111.0	82.538	62.0	0.11914020306761719	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0172_000000002780	8475	0.9772025337530754	12	7	3	4	6	True	101744	maximal	False	ISR0311_000000001595	0.9985493395440592	PS589	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	948.0	85.12700000000001	62.0	0.10207388204795852	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0255_000000002983	8454	0.9772025337530754	12	7	3	4	6	True	101744	maximal	False	ISR0311_000000001595	0.9982144143475004	PS589	0	0	True	True	0.9978708028793335	4					non-mobilizable	no_good_hit	948.0	85.12700000000001	62.0	0.10207388204795852	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0081_000000007486	3125	0.977201882567868	5	4	3	2	3	False	131495	maximal	True	ISR0081_000000007486	1.0		0	0	False	False	0.9993600249290466	0					non-mobilizable	no_good_hit	1692.0	77.719	71.0	0.00047473170121200225	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0183_000000017701	1785	0.9771906186126341	2	2	0	2	2	False	29461	fragment	False	ISR0183_000000017701	1.0		0	0	False	False	1.0	0		MOBP		MOB_unknown	mobilizable	plasmid	1785.0	100.0	100.0	0.5535215637604716	CP018666.1	enterobacteria	Klebsiella pneumoniae strain CAV1042 plasmid pCAV1042-3223, complete sequence	False	True
CHI0027_000000005585	2995	0.977188528479356	4	4	4	3	3	False	88827	maximal	True	CHI0027_000000005585	1.0		1	1	False	False	0.9953255653381348	0					non-mobilizable	chromosome	3029.0	76.362	100.0	0.0004442610280351389	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
MAD0098_000000007493	5462	0.9771793537114392	6	3	1	1	2	True	66813	maximal	True	MAD0098_000000007493	0.9471117038409824	PS38	2	1	True	True	1.0	42					non-mobilizable	no_good_hit	1819.0	92.35799999999999	79.0	0.3384469696969697	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
MAD0058_000000002505	5404	0.9771793537114392	6	3	1	1	2	True	66813	maximal	False	MAD0098_000000007493	0.9434372718468778	PS38	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	2151.0	93.398	74.0	0.40549242424242427	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
MAD0103_000000003061	5305	0.9771793537114392	7	3	1	1	2	True	66813	maximal	False	MAD0098_000000007493	0.4612779740871613	PS38	0	0	True	True	0.9981150031089783	18					non-mobilizable	no_good_hit	2047.0	91.84200000000001	71.0	0.3768939393939394	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
ENG0127_000000005008	5094	0.9771793537114392	7	3	1	1	2	True	66813	maximal	False	MAD0098_000000007493	0.6833189991687538	PS38	0	0	True	True	0.9996073842048645	18					non-mobilizable	no_good_hit	1999.0	93.24700000000001	82.0	0.3734848484848485	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
ISR0282_000000005844	3522	0.977176448295382	7	6	3	5	4	True	26146	maximal	True	ISR0282_000000005844	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit	177.0	76.271	5.0	6.388320525304581e-05	CP009227.1	spirochetes	Treponema sp. OMZ 838, complete genome	True	True
ENG0094_000000004943	3430	0.9771754627021702	7	3	3	3	3	False	104010	maximal	True	ENG0094_000000004943	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	83.038	23.0	0.037918573837629484	NZ_CBVI010000123.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ITA0006_000000008292	3071	0.9771728996278728	5	3	3	2	2	False	129556	fragment	False	ISR0205_000000005730	0.9730322985261838		0	0	False	True	0.995441198348999	0					non-mobilizable	no_good_hit	1792.0	87.444	60.0	0.008345274045170896	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0245_000000002444	2377	0.9771723805265792	4	3	3	2	2	False	120209	maximal	True	ISR0245_000000002444	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1744.0	99.14	73.0	0.0006901672377096913	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ISR0105_000000000820	12636	0.9771701888996984	17	11	4	9	7	False	109963	fragment	False	ISR0105_000000000820	0.9919219822534739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	99.54	7.0	0.017450850452838524	NZ_CYZN01000026.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0053_01_000000003397	6518	0.9771692391525144	10	10	5	3	10	False	34969	maximal	True	USA0053_01_000000003397	1.0		1	1	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	6480.0	99.09	100.0	0.04633207395958555	CP033633.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb2, complete sequence	False	True
ISR0175_000000007162	3219	0.9771670809241516	3	3	3	3	3	False	29864	maximal	True	ISR0175_000000007162	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2019.0	96.137	73.0	0.03401291715148143	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0063_000000001691	11978	0.9771639511251856	14	6	2	6	3	False	81395	maximal	True	FIJ0063_000000001691	1.0		3	2	False	False	0.9999164938926697	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	5.1688652617795305e-05	LN590846.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000481	True	False
DEN0093_000000006849	4606	0.9771581718988068	5	5	1	2	4	False	127341	maximal	True	DEN0093_000000006849	1.0	PS1004|PS974|PS975	2	2	True	True	1.0	4					non-mobilizable	other	2535.0	98.698	90.0	0.4391470180305132	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0025_000000009762	2202	0.9771532057639968	3	2	2	2	2	False	107602	maximal	True	FIJ0025_000000009762	1.0		6	2	False	False	1.0	0					non-mobilizable	other	2203.0	96.596	100.0	0.2536866359447005	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ENG0082_000000007475	2669	0.9771518209291746	4	2	1	2	1	True	61632	maximal	False	ISR0132_000000010228	0.998900293255132		0	0	True	True	1.0	11					non-mobilizable	plasmid	1828.0	95.405	99.0	0.6933890577507599	LN853258.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0631	False	True
ENG0180_000000006816	2488	0.9771423264386864	3	3	3	2	3	False	131516	maximal	True	ENG0180_000000006816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1845.0	78.482	73.0	0.02542112896028559	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0042_000000012512	2560	0.9771422756250978	4	2	1	2	1	False	6854	maximal	True	SPA0042_000000012512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	93.59	5.0	0.05583756345177665	NZ_JAAIUD010000036.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_37_length_1379_cov_646.637, whole genome shotgun sequence	True	False
CHI0140_000000010251	2853	0.9771376222893244	3	3	3	3	2	False	120226	fragment	False	ISR0806_000000003669	0.6464944649446495		0	0	False	False	1.0	0					non-mobilizable	chromosome	2625.0	99.505	92.0	0.0010394132666713444	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0068_000000005286	6940	0.9771348780564822	6	5	5	4	4	False	35866	fragment	False	MON0068_000000005286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2497.0	99.15899999999999	60.0	0.007719046499833002	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0157_000000005565	4353	0.9771253535506343	3	3	2	3	3	True	59650	backbone	True	ENG0157_000000005565	1.0	PS263	1	1	True	True	1.0	43	Col156	MOBQ			mobilizable	plasmid	4273.0	98.03399999999999	100.0	0.9893048128342246	AY079199.1	enterobacteria	Salmonella enteritidis serovar Enteritidis plasmid pP, complete sequence	False	True
USA0134_01_000000003117	1337	0.9771237064763244	3	2	2	2	2	False	49	maximal	True	USA0134_01_000000003117	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000003620	8134	0.977116804659458	8	5	2	5	4	False	70759	maximal	True	DEN0069_000000003620	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	83.333	2.0	0.00029360515213214787	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0059_000000001313	9086	0.9771135462314448	11	11	6	9	11	True	84926	fragment	False	ENG0059_000000001313	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9009.0	100.0	100.0	0.05249753772094948	CP032169.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 plasmid unnamed2, complete sequence	False	True
MON0103_000000008437	4880	0.9771129414033256	6	4	3	4	4	False	119415	fragment	False	MON0103_000000008437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	76.357	5.0	0.000425026771705835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0180_000000001013	19012	0.97711139556228	27	19	15	15	12	False	123927	fragment	False	SPA0145_000000000420	0.6695134440624301		0	0	False	True	1.0	0					non-mobilizable	other	15701.0	99.994	94.0	0.1566741178349034	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0056_000000005707	3157	0.9771090584014308	4	4	4	4	3	False	120229	maximal	True	CHI0056_000000005707	1.0		48	7	False	False	0.9996832609176636	0					non-mobilizable	chromosome	1734.0	99.596	94.0	0.0006869958776283142	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0389_000000002359	7221	0.9771002900480118	11	4	1	3	2	False	56382	fragment	False	ENG0162_000000003031	0.9552309142318567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000004923	6924	0.9771002900480118	9	4	1	3	2	False	76961	fragment	False	DEN0001_000000004923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0083_000000004479	5691	0.9771002900480118	8	4	1	3	2	False	69139	fragment	False	DEN0083_000000004479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0819_000000005544	4318	0.9771002900480118	6	4	1	3	2	False	37534	fragment	False	ISR0819_000000005544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0052_000000012768	1849	0.9770973244123576	2	2	2	2	2	False	114504	fragment	False	AST0052_000000012768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	96.65899999999999	50.0	0.013353992620161972	NZ_AFTL01000018.1	firmicutes	Lactobacillus oris F0423 ctg1127947904574, whole genome shotgun sequence	True	False
SPA0101_000000008491	5276	0.9770893122757784	5	2	2	1	1	False	103938	fragment	False	SPA0101_000000008491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2738.0	96.348	70.0	0.0013432489348973325	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0322_000000005229	2092	0.977088554000904	4	4	4	2	1	False	84635	maximal	True	ISR0322_000000005229	1.0		6	3	False	False	0.9995219707489014	0					non-mobilizable	no_good_hit	1819.0	99.835	87.0	0.06818181818181818	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	True	False
ISR0353_000000022782	1622	0.9770866386095436	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.11399672538961715	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1622.0	98.64399999999999	100.0	0.006618757911069372	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0115_000000009189	3449	0.977085403955542	4	4	3	4	3	False	32486	fragment	False	ISR0115_000000009189	1.0		0	0	False	False	0.9939112663269043	0					non-mobilizable	no_good_hit	99.0	88.889	3.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
MON0095_000000004990	5590	0.9770781907800402	8	6	2	5	3	False	103325	maximal	True	MON0095_000000004990	1.0		1	1	False	False	0.9996421933174133	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000003756	6305	0.9770776761608452	9	5	3	5	2	False	7454	maximal	True	SPA0028_000000003756	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	98.148	1.0	0.00010866757154631904	NZ_LT699743.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
USA0058_01_000000010799	1702	0.9770773173426748	4	1	1	1	1	False	941	fragment	False	USA0058_01_000000010799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	83.529	5.0	3.748532382634121e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0051_000000007099	5598	0.9770674766822732	8	7	5	7	6	False	93774	fragment	False	DEN0051_000000007099	1.0		0	0	False	False	0.9985709190368652	0					non-mobilizable	no_good_hit	685.0	74.161	12.0	0.00017370211628791384	NZ_CP011144.1	g-proteobacteria	Pseudoxanthomonas suwonensis strain J1 chromosome, complete genome	True	False
CHI0118_000000003014	2959	0.9770647027996698	3	3	3	3	2	False	105491	fragment	False	CHI0039_000000003802	0.6846695428119816		0	0	False	False	1.0	0					non-mobilizable	other	2964.0	87.787	100.0	0.0014747656211750765	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CAN0002_000000005877	3049	0.9770602566909404	5	3	1	2	1	True	122717	backbone	False	ENG0180_000000005490	0.9519644599947124	PS873	0	0	True	True	0.9924565553665161	26					non-mobilizable	no_good_hit	265.0	92.45299999999999	9.0	0.08761329305135952	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
TAN0011_000000004482	1250	0.9770572448283672	2	2	2	2	1	False	2602	fragment	False	TAN0011_000000004482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0853_000000000296	23420	0.9770571956279254	30	12	8	10	7	True	101338	maximal	True	ISR0853_000000000296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1394.0	99.641	17.0	0.00037159261178922243	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0079_000000009678	2819	0.9770544284851808	3	3	3	3	2	False	34385	maximal	True	ISR0079_000000009678	1.0		1	1	False	False	0.9992905259132385	0					non-mobilizable	no_good_hit	231.0	76.19	8.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
CHI0157_000000005118	2071	0.9770486195043208	4	3	3	3	2	False	120220	maximal	True	CHI0157_000000005118	1.0		23	7	False	False	1.0	0					non-mobilizable	chromosome	1706.0	99.70700000000001	100.0	0.0006758961173434943	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0206_000000001320	13751	0.9770452892913783	14	10	5	9	8	False	123954	fragment	False	ENG0206_000000001320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3062.0	73.547	23.0	0.0010111288122232145	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0335_000000001902	7257	0.9770421615710106	5	4	2	4	1	True	117507	fragment	False	ENG0051_000000003659	0.955728813559322		0	0	False	True	0.9998621940612793	0					non-mobilizable	no_good_hit	176.0	97.727	2.0	0.0030090960675413104	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
MON0009_000000002785	7738	0.977040403975296	10	3	2	3	2	False	81386	maximal	True	MON0009_000000002785	1.0		1	1	False	False	0.9934091567993164	0					non-mobilizable	no_good_hit	90.0	100.0	1.0	4.276738626398049e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	False
FIJ0041_000000001264	20684	0.9770386341616056	17	8	7	7	7	False	51030	maximal	False	FIJ0079_000000001159	0.9984519234951923		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	578.0	74.74	3.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	True
DEN0052_000000010413	3738	0.9770374820297169	8	6	6	6	6	False	125080	fragment	False	ENG0060_000000005592	0.5991708088156489		0	0	False	False	0.999732494354248	0					non-mobilizable	no_good_hit	651.0	85.40700000000001	17.0	0.0002518257365902795	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CAN0020_000000002027	14773	0.977027530864132	21	17	6	7	15	False	120087	maximal	True	CAN0020_000000002027	1.0		105	11	False	False	1.0	0					non-mobilizable	no_good_hit	12817.0	100.0	87.0	0.043819129840157275	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
DEN0011_000000004005	8197	0.977019474322534	9	8	7	8	7	False	75792	maximal	True	DEN0011_000000004005	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3243.0	94.758	40.0	0.0011470265664668075	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0029_000000003276	12706	0.9770191922584724	11	8	7	8	5	True	37161	fragment	False	ISR0029_000000003276	1.0		0	0	False	False	0.9995277523994446	0					non-mobilizable	no_good_hit								True	True
CHI0071_000000003662	2797	0.9770182523325058	5	5	2	5	5	False	97983	fragment	False	CHI0071_000000003662	1.0		0	0	False	False	1.0	0	IncFIA,IncFII				non-mobilizable	plasmid	2798.0	99.571	100.0	0.018822595189706456	AP022045.1	enterobacteria	Escherichia coli plasmid pWP4-S17-ESBL-03_1 DNA, complete genome, strain: WP4-S17-ESBL-03	False	True
SPA0128_000000019107	1941	0.9770163527845388	3	3	2	3	2	False	92122	fragment	False	SPA0128_000000019107	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	99.021	100.0	0.007756897241103559	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0042_000000003945	3097	0.9770108457955652	6	5	2	5	5	False	98002	fragment	False	CHI0042_000000003945	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	3097.0	100.0	100.0	0.03717891753629628	CP045525.2	enterobacteria	Shigella sonnei strain 6904.27 plasmid p6904-27	False	True
FIJ0141_000000017242	1718	0.977005440119564	3	2	1	2	2	False	57461	fragment	False	FIJ0141_000000017242	1.0		0	0	False	False	0.9924330711364746	0					non-mobilizable	no_good_hit	477.0	72.117	27.0	0.0005798469819734296	NZ_JHVC01000001.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0826_000000005845	2075	0.9770047498316092	3	3	3	3	2	False	93526	fragment	False	ISR0826_000000005845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1652.0	94.31	80.0	0.0007086539480952832	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
SPA0043_000000001487	10387	0.9770022627685132	7	6	3	5	5	False	44822	fragment	False	MON0101_000000003939	0.9418446160835984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	70.76	3.0	8.868166002565962e-05	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
CHI0023_000000003796	3356	0.9769963989434576	5	5	5	5	4	False	101234	fragment	False	ISR0356_000000004418	0.5388233734691223		0	0	False	False	1.0	0					non-mobilizable	other	3356.0	99.613	100.0	0.0013669490064867943	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0153_000000001832	12810	0.9769958823288146	15	14	6	6	13	False	98213	fragment	False	ISR0153_000000001832	1.0		0	0	False	True	0.9996097087860107	0		MOBP	MPF_I	MOBP	conjugative	plasmid	12813.0	98.665	100.0	0.15171081939244585	CP024154.1	enterobacteria	Escherichia coli strain 14EC033 plasmid p14EC033g, complete sequence	False	True
ISR0133_000000003600	4876	0.9769931462856201	6	5	1	3	4	False	115578	fragment	False	ISR0133_000000003600	1.0		0	0	False	False	0.9954881072044373	0					non-mobilizable	chromosome	2562.0	99.493	97.0	0.0008072210509129225	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0193_000000003175	6199	0.9769902687781832	5	4	2	4	1	True	54608	fragment	False	ENG0193_000000003175	1.0		0	0	False	False	0.9964510202407837	0					non-mobilizable	no_good_hit	1370.0	71.168	22.0	0.002827050186413849	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0110_000000000693	7206	0.9769889470554336	14	10	4	7	8	True	127654	backbone	True	CHI0110_000000000693	0.9888047898644593	PS1016	15	6	True	True	0.9998612403869629	21	rep_cluster_1097				non-mobilizable	other	3530.0	99.462	94.0	0.4272914396416031	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
USA0047_01_000000002429	11586	0.9769882720326168	19	14	7	11	8	False	93938	fragment	False	USA0047_01_000000002429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	87.119	3.0	0.00046607291416463987	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0040_000000001631	13041	0.9769735362353019	17	12	7	10	10	True	125630	maximal	True	ISR0040_000000001631	1.0	PS932|PS933	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	807.0	99.257	26.0	0.09746942729143965	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MON0062_000000026417	1346	0.9769715126966908	2	2	2	2	1	False	81503	fragment	False	SPA0116_000000027959	0.7801767227089277		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	100.0	100.0	0.00030621853576086083	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
DEN0017_000000021637	1330	0.9769715126966908	2	2	2	2	1	False	81503	fragment	False	SPA0116_000000027959	0.5428223528876087		0	0	False	False	0.9992481470108032	0					non-mobilizable	other	1330.0	99.925	100.0	0.005461763545502367	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
MAD0102_000000001176	11127	0.9769713769641268	15	14	4	5	14	False	49581	maximal	True	MAD0102_000000001176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5408.0	90.366	85.0	0.0010628570797444566	CP029568.1	enterobacteria	Salmonella enterica strain DA34837 chromosome, complete genome	True	False
ENG0163_000000010428	2347	0.9769697725123014	2	2	2	2	1	True	96470	fragment	False	SPA0128_000000014242	0.9174075235088528		0	0	False	False	1.0	0					non-mobilizable	other	2347.0	99.318	100.0	0.21338912133891214	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CAN0016_000000024914	1915	0.9769697725123014	2	2	2	2	1	True	96470	fragment	False	SPA0128_000000014242	0.18428788646730868		0	0	False	False	1.0	0					non-mobilizable	other	1862.0	99.40899999999999	97.0	0.1692741495361106	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0141_000000011938	2863	0.9769649795574074	5	4	4	3	3	False	115924	fragment	False	ISR0141_000000011938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	94.20299999999999	17.0	0.0015502608297493091	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
ENG0016_000000004441	5073	0.9769640627186932	6	5	2	4	4	False	95064	fragment	False	ISR0227_000000005174	0.9744149467370671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	4.0	3.244157010184899e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
CHI0120_000000001916	6091	0.976963507894399	7	4	3	2	2	False	115305	fragment	False	CHI0120_000000001916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	72.564	14.0	0.00011459166737098196	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
MON0041_000000063900	1112	0.9769496493145644	2	2	2	2	2	False	11736	maximal	True	MON0041_000000063900	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	4.629047937097851e-05	NZ_LPJO01000006.1	b-proteobacteria	Burkholderia pseudomultivorans strain MSMB2199WGS MSMB2199WGS_15, whole genome shotgun sequence	True	False
SPA0049_000000002332	9338	0.976948177079736	9	3	2	3	2	False	92475	maximal	True	SPA0049_000000002332	1.0		4	2	False	False	0.9940029978752136	0					non-mobilizable	no_good_hit	2275.0	91.165	73.0	0.09298805432826052	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0076_000000000600	24608	0.9769480586387562	23	15	12	12	10	True	98631	maximal	True	FIJ0076_000000000600	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1800.0	85.833	9.0	0.00047936247192048294	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0089_01_000000002855	2821	0.9769468898804106	4	3	2	2	3	False	409	maximal	True	USA0089_01_000000002855	1.0		1	1	False	False	0.9989365339279175	0					non-mobilizable	no_good_hit								True	False
FIJ0086_000000013515	2330	0.976946839047008	3	3	3	3	3	False	107601	maximal	True	FIJ0086_000000013515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1664.0	95.31200000000001	71.0	0.19158986175115209	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ENG0100_000000005276	5434	0.976944448303544	8	6	4	5	3	True	60609	fragment	False	ENG0100_000000005276	1.0		0	0	False	False	0.9998160004615784	0					non-mobilizable	no_good_hit	755.0	86.755	34.0	0.14105461393596988	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ISR0343_000000000949	11410	0.9769321251659682	15	8	5	7	4	False	24320	fragment	False	ISR0343_000000000949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.316319728591635e-05	NZ_LJJE01000092.1	g-proteobacteria	Vibrio sonorensis strain CAIM 1076 contig00122, whole genome shotgun sequence	True	False
ISR0264_000000006110	1786	0.9769283341329702	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17546755721102314	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1750.0	87.65700000000001	98.0	0.0004678988180865136	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0098_000000010054	1743	0.9769283341329702	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.1745042270651492	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1744.0	87.729	100.0	0.00046629091836800324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0822_000000000185	20213	0.9769282891968384	31	5	2	4	2	True	21198	maximal	True	ISR0822_000000000185	1.0		1	1	False	False	0.9999010562896729	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	0.00014627029981562244	NZ_KB894646.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
SPA0155_000000010683	1808	0.9769282655099252	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.994067216970176		0	0	False	False	1.0	0					non-mobilizable	chromosome	1794.0	99.777	99.0	0.0007103846582284703	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0273_000000007326	1734	0.9769282655099252	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9760387148596025		0	0	False	False	1.0	0					non-mobilizable	chromosome	1734.0	99.712	100.0	0.0006869958776283142	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0212_000000000874	24380	0.9769131000936806	24	11	7	10	3	True	69329	fragment	False	ISR0145_000000001168	0.974566542633204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	92.45299999999999	1.0	0.019542362399505256	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0058_000000002539	8010	0.9769069531127952	9	7	4	5	5	False	35537	maximal	True	ISR0058_000000002539	1.0		5	1	False	False	0.996379554271698	0					non-mobilizable	no_good_hit	333.0	76.27600000000001	4.0	0.006436009674002118	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
FIJ0155_000000002069	9742	0.9769035898104468	12	6	5	4	3	True	97828	fragment	False	FIJ0155_000000002069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
SPA0139_000000006183	4139	0.9768986580482056	6	6	6	5	6	False	113192	fragment	False	CHI0039_000000002985	0.9416021629671053		0	0	False	False	0.997825562953949	0					non-mobilizable	chromosome	4094.0	99.78	99.0	0.0008341092805460928	CP055934.1	enterobacteria	Escherichia coli strain RHBSTW-00093 chromosome	False	False
SPA0053_000000003736	7906	0.9768965628652644	7	3	2	2	1	True	108796	fragment	False	SPA0053_000000003736	1.0		0	0	False	False	0.9998735189437866	0					non-mobilizable	no_good_hit								True	True
ISR0043_000000002989	7033	0.9768965628652644	8	3	2	2	1	True	108806	maximal	True	ISR0043_000000002989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	98.037	15.0	0.026598656382184623	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	True
MON0083_000000020432	1882	0.9768911453446218	3	1	1	1	1	False	9876	fragment	False	MON0083_000000020432	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1885.0	96.23299999999999	100.0	0.0005935487779711045	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0134_000000017857	1444	0.9768911453446218	3	1	1	1	1	False	3661	fragment	False	SPA0134_000000017857	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	97.29899999999999	99.0	0.00045502250815222366	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0114_000000027641	1700	0.9768898057113282	2	2	2	2	2	False	4430	maximal	True	SPA0114_000000027641	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1674.0	84.40899999999999	98.0	0.0009644900186833845	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0375_000000001534	8754	0.9768886475111695	11	11	5	7	10	True	123628	fragment	False	USA0108_01_000000001009	0.31037553817711117		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7430.0	96.649	100.0	0.23838500917608424	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0088_000000002285	8850	0.9768861200982444	9	5	3	5	1	False	34260	maximal	False	ISR0223_000000002452	0.9998854034523907		0	0	True	True	0.9998869895935059	8					non-mobilizable	no_good_hit	329.0	92.09700000000001	9.0	0.0008800187306739006	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
ISR0204_000000006354	1810	0.9768809285850141	2	2	2	1	1	False	97081	fragment	False	ISR0204_000000006354	0.9839633447880871		0	0	False	False	0.990607738494873	0					non-mobilizable	other	1512.0	99.934	94.0	0.0006276095014512691	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
CHI0145_000000010686	1746	0.9768809285850141	2	2	2	1	1	False	97081	fragment	False	ISR0204_000000006354	0.9668508287292817		0	0	False	False	0.9982817769050598	0					non-mobilizable	other	1539.0	99.61	99.0	0.0006388242311264407	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0134_000000008088	4056	0.9768797005020105	4	3	1	3	1	False	55026	maximal	True	ISR0134_000000008088	1.0		3	2	False	False	0.9822485446929932	0					non-mobilizable	no_good_hit	1432.0	85.265	35.0	0.001667007592055733	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0186_000000005163	3109	0.9768797005020105	4	3	1	3	1	False	55025	fragment	False	ENG0186_000000005163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1194.0	85.51100000000001	38.0	0.001387213652063304	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0003_01_000000012461	3163	0.9768778087316026	7	3	3	3	3	False	104006	maximal	True	USA0003_01_000000012461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	731.0	77.428	45.0	0.00015992217121001113	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0159_000000000811	21243	0.9768773552594034	19	9	7	8	2	True	95432	fragment	False	ISR0159_000000000811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	98.079	6.0	0.003426778718054909	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
SPA0058_000000008509	3569	0.9768760431695284	5	3	2	3	2	False	25723	maximal	True	SPA0058_000000008509	1.0		1	1	False	False	0.9994395971298218	0					non-mobilizable	no_good_hit								True	False
SPA0131_000000004010	5285	0.976870245579481	7	4	4	3	3	False	3777	maximal	True	SPA0131_000000004010	1.0		1	1	False	False	0.9954588413238525	0					non-mobilizable	no_good_hit	570.0	87.544	11.0	0.10217274196444603	NZ_CABIWU010000104.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0183_000000011884	2791	0.9768674917388204	6	5	4	4	4	True	29477	maximal	True	ISR0183_000000011884	1.0		1	1	False	False	1.0	0	IncP				non-mobilizable	plasmid	2793.0	96.02600000000001	100.0	0.008938612479156165	CP031575.1	enterobacteria	Enterobacter hormaechei strain A1 plasmid pIncHI2-1502264, complete sequence	False	True
CHI0131_000000010453	1694	0.9768660457294449	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4401815229861323	PS1061	0	0	False	True	0.9982290267944336	0					non-mobilizable	chromosome	1652.0	99.455	100.0	0.0004424404058767663	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0077_000000021524	1651	0.9768660457294449	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4392953569797997	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1651.0	99.455	100.0	0.00044217242259034787	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ETH0003_000000022152	1844	0.976864742570028	4	3	1	2	3	False	53113	fragment	False	ETH0003_000000022152	1.0		0	0	False	False	0.9793926477432251	0					non-mobilizable	no_good_hit								True	False
ENG0018_000000003924	5563	0.9768602556542918	7	3	2	2	2	False	71927	backbone	True	ENG0018_000000003924	1.0	PS337	1	1	True	True	1.0	25					non-mobilizable	no_good_hit	297.0	85.859	5.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CAN0014_000000000900	30735	0.9768582067276	47	20	7	13	9	True	93766	fragment	False	CAN0014_000000000900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	75.612	11.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
ISR0033_000000016276	1930	0.9768492628805301	4	3	3	3	2	False	36879	fragment	False	ISR0033_000000016276	1.0		0	0	False	False	0.9994818568229675	0					non-mobilizable	no_good_hit	916.0	85.699	47.0	0.00029298685529683413	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0015_000000022763	1663	0.9768475987993136	2	2	0	2	2	False	28800	fragment	False	MON0015_000000022763	1.0		0	0	False	False	1.0	0		MOBP		MOB_unknown	mobilizable	plasmid	1577.0	100.0	95.0	0.39223494275759085	CP043663.1	enterobacteria	Salmonella enterica subsp. enterica serovar Blockley strain 159838 plasmid unnamed, complete sequence	False	True
ISR0198_000000009699	3425	0.9768460450042666	5	3	2	3	2	True	77207	fragment	False	ISR0198_000000009699	1.0		0	0	False	False	0.9970802664756775	0					non-mobilizable	no_good_hit	1313.0	92.46	86.0	0.0002539128433996896	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0153_000000001829	12814	0.97684361282807	16	9	6	8	7	True	126168	fragment	False	ISR0153_000000001829	1.0		0	0	False	False	0.9997658729553223	0					non-mobilizable	no_good_hit	1608.0	73.259	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0777_000000003076	5267	0.9768432656632108	3	3	3	3	2	True	96243	maximal	True	ISR0777_000000003076	1.0	PS514	23	6	True	True	1.0	29		MOBV			mobilizable	no_good_hit	2689.0	99.88799999999999	60.0	0.878966306836768	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
CHI0020_000000000880	8273	0.9768419411435684	12	5	4	5	1	True	107517	fragment	False	CHI0020_000000000880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4072.0	96.243	59.0	0.5380341314988755	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ISR0014_000000003456	9637	0.9768402974022472	10	5	3	4	3	True	111306	maximal	True	ISR0014_000000003456	1.0		1	1	True	True	0.9994811415672302	29					non-mobilizable	no_good_hit	2142.0	74.977	22.0	0.23526083512504242	NZ_RBCK01000005.1	firmicutes	Streptococcus chosunense strain ChDC B353 KCOM1699_5, whole genome shotgun sequence	True	True
ISR0155_000000007225	3188	0.976838919127741	4	4	3	3	3	False	81315	fragment	False	ISR0155_000000007225	1.0		0	0	False	False	0.9927854537963867	0					non-mobilizable	other	1984.0	99.345	97.0	0.0005193168587065318	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ENG0031_000000003819	5219	0.9768372429920956	9	8	8	8	8	False	125086	fragment	False	SPA0155_000000001948	0.11183739884573655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	86.15100000000001	14.0	0.0001395670624016038	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0049_000000000057	54711	0.9768357523644418	57	32	22	30	15	True	52824	maximal	True	MAD0049_000000000057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
FIJ0106_000000006779	3640	0.9768258053028314	3	2	2	2	2	False	131543	fragment	False	MON0013_000000012095	0.9692535229528539		0	0	False	False	0.9986263513565063	0					non-mobilizable	no_good_hit	1907.0	82.381	52.0	0.0021186865256881	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0214_000000004450	5702	0.9768233831168834	8	5	4	4	4	False	33264	fragment	False	ISR0214_000000004450	1.0		0	0	False	False	0.9998246431350708	0					non-mobilizable	no_good_hit	408.0	79.41199999999999	7.0	0.00017409298202748514	CP010064.1	firmicutes	Enterococcus cecorum strain SA3 genome	True	False
MAD0024_000000012473	1291	0.9768215891308384	3	1	1	1	1	False	19174	fragment	False	MAD0024_000000012473	1.0		0	0	False	False	0.962819516658783	0					non-mobilizable	no_good_hit	810.0	85.679	63.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0815_000000020127	1538	0.9768213990297556	3	2	1	1	2	False	21453	maximal	True	ISR0815_000000020127	1.0		2	2	False	False	0.9603381156921387	0					non-mobilizable	no_good_hit	486.0	77.984	31.0	0.00016962819553491845	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0090_000000007844	4161	0.97681974655148	6	3	3	3	2	False	5380	maximal	True	SPA0090_000000007844	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.974954022847322e-07	LR862368.1	bats	Pipistrellus pipistrellus genome assembly, chromosome: 12	True	False
ISR0772_000000001431	3118	0.9768144417008864	5	2	2	1	2	False	96507	fragment	False	ISR0772_000000001431	0.9840408028956893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	96.20100000000001	50.0	0.011866182990729545	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
CHI0168_000000005687	3039	0.9768144417008864	5	2	2	1	2	False	96507	fragment	False	ISR0772_000000001431	0.9720974983964079		0	0	False	False	0.998683750629425	0					non-mobilizable	no_good_hit	703.0	96.302	47.0	0.011318016928657798	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ENG0135_000000005330	3869	0.9768077833745804	4	2	1	2	2	False	58103	maximal	True	ENG0135_000000005330	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	82.095	16.0	0.00017557797679961402	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0090_000000006917	5468	0.976803009553342	8	7	4	3	6	True	43535	maximal	True	FIJ0090_000000006917	0.9999092064644997		2	1	True	True	0.9998171329498291	1		MOBV			mobilizable	no_good_hit	1406.0	86.62899999999999	38.0	0.28542345276872966	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
FIJ0130_000000001736	12058	0.976793998906462	19	5	3	5	3	False	118019	fragment	False	ISR0159_000000001728	0.9681865503940577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9091.0	98.075	78.0	0.7633947346286484	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0159_000000001728	11971	0.976793998906462	19	5	3	5	3	False	118019	fragment	False	ISR0159_000000001728	0.9833156448429445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9149.0	98.229	84.0	0.76827319370847	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
SPA0053_000000002345	11618	0.976793998906462	20	5	3	5	3	False	118019	fragment	False	ISR0159_000000001728	0.978072053771617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9124.0	98.235	83.0	0.76617040962234	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0062_000000002212	11166	0.976793998906462	18	5	3	5	3	False	118019	fragment	False	ISR0159_000000001728	0.9545321596249868		0	0	False	False	0.9990148544311523	0					non-mobilizable	no_good_hit	9144.0	98.228	82.0	0.7678526368912441	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0157_000000002295	11090	0.976793998906462	18	5	3	5	3	False	118019	fragment	False	ISR0159_000000001728	0.9486103328599472		0	0	False	False	0.9999098181724548	0					non-mobilizable	no_good_hit	8973.0	98.31700000000001	81.0	0.7533013710152242	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ISR0392_000000003565	7402	0.9767929207501888	8	4	3	3	3	False	102186	maximal	True	ISR0392_000000003565	1.0		3	3	False	False	0.9982436895370483	0					non-mobilizable	no_good_hit	835.0	97.126	11.0	0.9987864077669902	GQ875203.1		Uncultured organism clone VC1A044TF genomic sequence	True	False
FIJ0072_000000022861	1166	0.9767879084112304	1	1	1	1	1	False	44715	fragment	False	FIJ0072_000000022861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000005972	4638	0.9767869809514198	6	5	3	3	4	False	118776	maximal	True	ISR0137_000000005972	1.0		0	0	False	False	0.99956876039505	0	rep_cluster_1152	MOBQ			mobilizable	no_good_hit	2822.0	99.89399999999999	61.0	0.4	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
FIJ0169_000000007871	2846	0.9767841795961504	4	4	4	4	4	False	95480	fragment	False	DEN0010_000000015510	0.9948150522426861		0	0	False	False	1.0	0					non-mobilizable	other	1908.0	78.30199999999999	94.0	0.039310344827586205	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
ISR0296_000000006166	3995	0.9767828693184532	4	4	3	4	3	False	82024	fragment	False	ISR0296_000000006166	0.9610054195019484		0	0	False	False	0.9997496604919434	0					non-mobilizable	no_good_hit	2722.0	89.383	68.0	0.1164715468073245	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0128_000000008669	3988	0.9767828693184532	4	4	3	4	3	False	82024	fragment	False	ISR0296_000000006166	0.960567371942499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2722.0	89.383	68.0	0.1164715468073245	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0072_000000023330	1145	0.976777079701978	1	1	1	1	1	False	44712	fragment	False	FIJ0072_000000023330	1.0		0	0	False	False	0.9991266131401062	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	5.112035740432734e-05	LN591030.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001187	True	False
MON0013_000000031670	1738	0.9767733699554112	3	1	1	1	1	False	13517	fragment	False	MON0013_000000031670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0093_000000028505	1599	0.9767683321567671	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.685301736507534		0	0	False	False	0.9549718499183655	0					non-mobilizable	other	1594.0	95.23200000000001	99.0	0.006110753084146566	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0037_000000004278	5538	0.9767671560851128	6	6	6	5	6	False	101277	fragment	False	CHI0169_000000002304	0.9657873848585431		0	0	False	False	0.9996388554573059	0					non-mobilizable	other	5538.0	99.91	100.0	0.002255975156160173	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0183_000000000298	9467	0.976767099016698	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9719194363023671	PS624|PS966	0	0	True	True	0.9988380670547485	10					non-mobilizable	no_good_hit	3573.0	94.486	78.0	0.4421472163407647	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0200_000000000263	45630	0.9767603549510392	39	23	15	20	13	True	76985	maximal	True	ENG0200_000000000263	1.0		6	3	True	True	1.0	43					non-mobilizable	no_good_hit	1787.0	96.698	9.0	0.030211942123497044	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0042_000000013889	1842	0.9767601715475313	3	2	2	2	1	False	64690	maximal	True	ENG0042_000000013889	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	81.206	23.0	0.00010714127995439344	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0316_000000009114	2207	0.9767568024687832	3	3	2	3	2	False	55959	maximal	True	ISR0316_000000009114	1.0		4	1	False	False	1.0	0					non-mobilizable	other	2207.0	99.773	100.0	0.0007915474501479397	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
MON0058_000000018013	2629	0.9767542461911128	3	3	3	3	2	False	81360	maximal	True	MON0058_000000018013	1.0		58	10	False	False	0.9984785318374634	0					non-mobilizable	no_good_hit	2276.0	99.78	87.0	0.003630172397286067	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
CHI0159_000000001917	6454	0.9767533292529712	7	3	3	3	2	False	78826	fragment	False	CHI0159_000000001917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	74.071	18.0	0.44212523719165087	KU546918.1	bacteria	Uncultured bacterium clone CX_05C_000_Contig_5 genomic sequence	True	False
SPA0050_000000003804	6646	0.9767456891765984	9	7	7	7	4	False	122363	fragment	False	SPA0050_000000003804	0.9913877153071173		0	0	False	False	0.9998495578765869	0					non-mobilizable	virus	6647.0	98.48100000000001	100.0	0.30309250136836347	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
ISR0370_000000006585	3909	0.9767447652076048	4	4	4	3	4	False	129576	fragment	False	ISR0370_000000006585	1.0		0	0	False	True	0.999744176864624	0					non-mobilizable	no_good_hit	1589.0	98.993	41.0	0.007411798201192049	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0081_01_000000001790	15602	0.976741535051768	16	10	6	8	7	False	76987	fragment	False	USA0081_01_000000001790	0.9648835087651564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	98.48700000000001	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ISR0219_000000004732	6411	0.9767402430734008	4	4	3	4	2	False	105899	maximal	True	ISR0219_000000004732	0.997049604254908		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	95.436	4.0	0.001879287123751057	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	True	False
ISR0150_000000003393	6356	0.9767402430734008	4	4	3	4	2	False	105899	maximal	False	ISR0219_000000004732	0.9930313702414221		0	0	False	False	0.9979546666145325	0					non-mobilizable	no_good_hit	183.0	94.536	3.0	0.0014251260688445517	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	True	False
MON0015_000000030238	1269	0.9767362621578668	2	2	2	2	1	False	13391	fragment	False	MON0015_000000030238	1.0		0	0	False	False	0.8810086846351624	0					non-mobilizable	other	1269.0	97.87200000000001	100.0	0.000603654298418502	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0202_000000000976	9988	0.9767353524259704	15	9	5	8	8	False	111089	fragment	False	ENG0050_000000001835	0.7238992708112789		0	0	False	False	0.9997997879981995	0					non-mobilizable	no_good_hit	491.0	94.705	5.0	0.0001364095069074712	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AUS0004_000000004880	4364	0.9767303834290856	6	5	2	2	5	True	102520	fragment	False	AUS0004_000000004880	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1674.0	95.221	70.0	0.3094885100074129	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
ISR0303_000000000852	11067	0.9767238117219912	12	11	6	8	11	True	123663	maximal	True	ISR0303_000000000852	1.0	PS902	15	4	False	True	0.9999096393585205	0	rep_cluster_1702				non-mobilizable	no_good_hit	5429.0	97.75299999999999	80.0	0.0012346952319999855	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0005_000000000931	22018	0.976723097882103	29	11	6	10	6	False	101251	fragment	False	ENG0005_000000000931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	3.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
SPA0115_000000007863	3267	0.9767228747700396	4	3	2	3	1	False	10713	fragment	False	SPA0115_000000007863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2084.0	95.39299999999999	63.0	0.0026435851514372897	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
DEN0017_000000014229	2082	0.9767194781150066	2	2	2	2	2	False	95241	fragment	False	DEN0017_000000014229	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2082.0	97.118	100.0	0.0005928603944781921	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
CHI0161_000000005548	1884	0.9767194781150066	2	2	2	2	2	False	95236	fragment	False	CHI0161_000000005548	0.9776617060558283		0	0	False	False	0.9994692206382751	0					non-mobilizable	chromosome	1889.0	97.088	100.0	0.00032631835293576766	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
MON0033_000000034043	1798	0.9767194781150066	2	2	2	2	2	False	95236	fragment	False	CHI0161_000000005548	0.9666168543184276		0	0	False	False	0.996662974357605	0					non-mobilizable	chromosome	1770.0	97.006	100.0	0.00030575061776661703	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
SPA0114_000000035544	1324	0.9767194781150066	2	2	2	2	2	False	64732	fragment	False	SPA0114_000000035544	0.9858237547892721		0	0	False	False	0.9992446899414062	0					non-mobilizable	other	1324.0	97.205	100.0	0.00038093943753989717	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
FIJ0005_000000002799	9036	0.976716680645488	11	7	4	4	5	True	126522	backbone	False	ISR0029_000000004601	0.901047498741773	PS624|PS966	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3104.0	96.005	80.0	0.24872932634126663	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0064_000000001273	16983	0.9767132628787938	22	16	10	11	10	True	124140	fragment	False	DEN0064_000000001273	1.0		0	0	False	False	0.9999411106109619	0					non-mobilizable	other	10637.0	98.31700000000001	96.0	0.0029876508930915036	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0083_000000025587	1221	0.976707274096882	4	1	1	1	1	False	69069	maximal	True	DEN0083_000000025587	1.0		3	2	False	False	0.9729729890823364	0					non-mobilizable	no_good_hit								True	False
ISR0110_000000012327	1898	0.9767050824602262	3	2	1	2	2	False	32713	maximal	True	ISR0110_000000012327	0.9943807233688005		6	2	True	True	1.0	39	rep_cluster_1186				non-mobilizable	plasmid	1241.0	99.194	100.0	0.670817541959935	X84655.1	high GC Gram+	B.longum plasmid DNA for two open reading frames	False	True
CHI0155_000000000042	57937	0.9767012883106764	106	28	15	21	15	True	79081	maximal	True	CHI0155_000000000042	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	6742.0	88.594	53.0	0.11881047743947826	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0010_000000005185	7449	0.976700595068534	10	5	3	3	5	True	122513	backbone	False	FIJ0106_000000002481	0.6464117724274278	PS872	0	0	True	True	0.9985232949256897	33					non-mobilizable	plasmid	6699.0	98.35799999999999	99.0	0.8337277369535434	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0004_000000016396	1621	0.9766996191772148	4	3	3	3	2	False	67772	fragment	False	ENG0004_000000016396	1.0		0	0	False	False	0.9944478869438171	0					non-mobilizable	no_good_hit	176.0	80.682	11.0	7.007905487801151e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
FIJ0155_000000000309	36746	0.9766956339234204	40	21	16	19	11	True	53280	backbone	True	FIJ0155_000000000309	0.9151057551781339	PS221	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	0.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
SPA0134_000000004749	6255	0.9766930028048664	8	8	5	7	8	False	59915	fragment	False	SPA0134_000000004749	1.0		0	0	False	False	0.9979216456413269	0					non-mobilizable	chromosome	6256.0	98.81700000000001	100.0	0.0015694817473412904	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0106_000000009205	2156	0.9766912809902584	3	2	1	2	2	False	83152	fragment	False	CHI0106_000000009205	1.0		0	0	False	False	0.9962894320487976	0					non-mobilizable	no_good_hit	1329.0	88.18700000000001	62.0	0.0002758045042803737	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
SPA0115_000000006086	4153	0.9766902041472292	6	3	2	2	2	False	64722	fragment	False	SPA0115_000000006086	0.9998249784668389		0	0	False	False	0.9973512887954712	0					non-mobilizable	no_good_hit	1329.0	88.262	32.0	0.0002758045042803737	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
SPA0022_000000003510	3870	0.9766902041472292	6	3	2	2	2	False	64722	fragment	False	SPA0115_000000006086	0.9705385664981138		0	0	False	False	0.9997416138648987	0					non-mobilizable	no_good_hit	1329.0	88.262	34.0	0.0002758045042803737	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
SPA0125_000000009600	3750	0.9766902041472292	5	3	2	2	2	False	64722	fragment	False	SPA0115_000000006086	0.9507777759111903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	88.262	35.0	0.0002758045042803737	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
ISR0343_000000002155	6064	0.9766894180511896	8	4	4	2	3	False	129841	maximal	True	ISR0343_000000002155	1.0		0	0	False	False	0.999175488948822	0					non-mobilizable	no_good_hit	494.0	80.972	9.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
FIJ0110_000000000822	14717	0.9766861167855636	19	7	5	5	4	True	101346	fragment	False	FIJ0027_000000000991	0.9887854172097543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0027_000000000991	14406	0.9766861167855636	20	7	5	5	4	True	101346	fragment	False	FIJ0027_000000000991	0.9905700801165024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0130_000000001405	14405	0.9766861167855636	18	7	5	5	4	True	101346	fragment	False	FIJ0027_000000000991	0.9905278334188569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0140_000000006773	4136	0.9766845861896054	6	2	1	2	1	True	127591	maximal	True	ISR0140_000000006773	1.0	PS1011	6	3	False	True	0.9871856570243835	0		MOBV			mobilizable	no_good_hit	2134.0	100.0	64.0	0.7037281425272187	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ENG0084_000000009765	2794	0.9766845861896054	4	2	1	2	1	True	127590	backbone	False	FIJ0122_000000005385	0.9298090143673833	PS1011	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	2482.0	99.96	100.0	0.8185417354008578	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ENG0096_000000013032	2564	0.9766845861896054	3	2	1	2	1	True	127590	backbone	False	FIJ0122_000000005385	0.09964474339068408	PS1011	0	0	False	True	0.9957098364830017	0		MOBV			mobilizable	plasmid	2374.0	99.031	99.0	0.7829099307159353	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
SPA0096_000000015726	2497	0.9766845861896054	2	2	1	2	1	True	127590	backbone	False	FIJ0122_000000005385	0.06706923449351768	PS1011	0	0	True	True	1.0	20		MOBV			mobilizable	plasmid	2297.0	99.565	100.0	0.7575057736720554	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ENG0116_000000010636	2249	0.9766845861896054	2	2	1	2	1	True	77355	fragment	False	ISR0782_000000006098	0.9638990775017128		0	0	False	False	0.9986660480499268	0		MOBV			mobilizable	plasmid	2055.0	100.0	100.0	0.6776641372484329	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
CHI0182_000000012308	2242	0.9766845861896054	2	2	1	2	1	True	77355	fragment	False	ISR0782_000000006098	0.9675171652466397		0	0	False	False	0.9995539784431458	0		MOBV			mobilizable	plasmid	1548.0	100.0	100.0	0.5103926096997691	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	False	True
ISR0782_000000006098	2232	0.9766845861896054	2	2	1	2	1	True	77355	fragment	False	ISR0782_000000006098	0.9816347560668115		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2134.0	100.0	100.0	0.7037281425272187	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ISR0223_000000013656	2175	0.9766845861896054	2	2	1	2	1	True	77355	fragment	False	ISR0782_000000006098	0.9684077730078584		0	0	False	False	0.9995402097702026	0		MOBV			mobilizable	plasmid	2105.0	99.95200000000001	100.0	0.6941603431210821	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
FIJ0084_000000006306	2093	0.9766845861896054	2	2	1	2	1	True	77355	fragment	False	ISR0782_000000006098	0.763412716809274		0	0	False	False	0.991399884223938	0		MOBV			mobilizable	plasmid	2093.0	99.904	100.0	0.6902012537116463	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
SPA0021_000000017955	1819	0.9766845861896054	2	2	1	2	1	True	29166	fragment	False	SPA0021_000000017955	1.0		0	0	False	False	0.982957661151886	0		MOBV			mobilizable	plasmid	1799.0	100.0	99.0	0.5932035631804685	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
FIJ0074_000000005901	5331	0.9766840905287024	7	6	2	5	3	False	54566	maximal	True	FIJ0074_000000005901	0.999899879855827		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2921.0	93.735	54.0	0.4446983546617916	NZ_MIEH01000041.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_41, whole genome shotgun sequence	True	False
MAD0035_000000002553	8802	0.9766815605704274	8	5	4	4	2	True	127363	fragment	False	MAD0035_000000002553	0.9339254741133641		0	0	False	False	0.9994319677352905	0					non-mobilizable	other	8808.0	97.105	100.0	0.09552222584501685	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0165_000000000895	15672	0.9766756818631416	19	18	2	12	18	True	95705	fragment	False	ENG0059_000000000737	0.9401618265069309		0	0	False	False	0.9990428686141968	0			MPF_F		non-mobilizable	plasmid	15653.0	99.93	99.0	0.10027676695197581	MK167987.1	enterobacteria	Klebsiella pneumoniae strain 6BS12CTX plasmid pHNBS12, complete sequence	False	True
ISR0281_000000004008	3910	0.976670941825152	5	3	3	3	3	False	26181	maximal	True	ISR0281_000000004008	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000004363	10155	0.9766709334752206	11	9	7	8	7	False	95776	fragment	False	CAN0006_000000004363	1.0		0	0	False	False	0.9995076060295105	0					non-mobilizable	no_good_hit	839.0	69.964	8.0	0.0002893240829896208	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0024_000000007611	3599	0.9766690208033671	11	4	1	4	3	False	105385	fragment	False	ENG0024_000000007611	1.0		0	0	False	False	0.9974992871284485	0					non-mobilizable	other	3599.0	100.0	100.0	0.07306919030888893	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	False	False
ISR0053_000000014869	1196	0.9766684511824462	2	2	1	2	1	False	83228	fragment	False	ISR0053_000000014869	0.9291584328730799		0	0	False	False	0.9356187582015991	0					non-mobilizable	other	1111.0	100.0	93.0	0.008824862260595798	NZ_WBKJ01000015.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000015, whole genome shotgun sequence	False	False
FIJ0048_000000000866	25243	0.976666356868328	30	12	5	8	6	True	77363	maximal	True	FIJ0048_000000000866	1.0		1	1	False	False	0.9999603629112244	0					non-mobilizable	no_good_hit	488.0	75.0	2.0	0.000662430956690484	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
DEN0022_000000022090	1851	0.9766656828546784	3	3	3	3	3	False	107147	fragment	False	DEN0022_000000022090	1.0		0	0	False	False	0.9886547923088074	0					non-mobilizable	other	1849.0	98.54	99.0	0.01654490760636012	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0080_01_000000008097	5314	0.9766624774220444	5	5	5	5	4	True	83829	maximal	True	USA0080_01_000000008097	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	2328.0	84.40700000000001	63.0	0.0004365048353550086	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	True
USA0132_01_000000001299	15313	0.976657514821856	22	5	1	4	5	False	96	maximal	True	USA0132_01_000000001299	1.0		1	1	False	False	0.9998694062232971	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000001879	8653	0.9766549038224684	11	10	5	10	7	False	128441	maximal	True	ISR0068_000000001879	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	84.281	24.0	0.0064002969254406405	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
ISR0380_000000001191	10384	0.9766479934729952	11	11	9	10	11	False	113988	fragment	False	ISR0380_000000001191	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	10384.0	99.93299999999999	100.0	0.0020072312909244264	CP054457.1	enterobacteria	Escherichia coli strain SCU-103 chromosome, complete genome	False	False
ISR0803_000000011913	1298	0.9766473981105038	2	2	2	1	1	False	77860	fragment	False	ENG0037_000000024821	0.6276363636363637		0	0	False	False	0.9953774809837341	0					non-mobilizable	no_good_hit	939.0	75.186	85.0	0.0003953657818840229	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0014_000000019287	1259	0.9766473981105038	2	2	2	1	1	False	7929	maximal	True	SPA0014_000000019287	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	75.065	90.0	0.0008259708629641244	NZ_GL872282.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0025_000000013223	2957	0.9766458199364376	7	1	1	1	1	False	37369	maximal	True	ISR0025_000000013223	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0304_000000001772	5213	0.9766403704052271	9	5	4	3	4	True	123814	backbone	False	CHI0167_000000003333	0.8784573420494248	PS607|PS904	0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	2733.0	98.463	89.0	0.5490945674044265	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ENG0070_000000016427	1561	0.9766385122811648	3	2	2	1	1	False	62343	maximal	True	ENG0070_000000016427	1.0		9	5	False	False	0.9173606634140015	0					non-mobilizable	no_good_hit	479.0	76.2	30.0	0.0013775866077656359	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ISR0810_000000007202	2186	0.9766381881331806	3	3	3	3	3	False	21714	maximal	True	ISR0810_000000007202	1.0		25	7	False	False	0.9986276030540466	0					non-mobilizable	no_good_hit	149.0	75.839	7.0	0.0006435513527712109	NZ_LGLV01000014.1	a-proteobacteria	Pararhizobium polonicum strain F5.1 contig_10, whole genome shotgun sequence	True	False
ISR0079_000000007324	3745	0.976635218581896	4	3	2	3	1	True	102034	fragment	False	ISR0079_000000007324	1.0		0	0	False	False	0.9994659423828125	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.04408352668213457	GQ880800.1		Uncultured organism clone VC1CL23TR genomic sequence	True	True
ISR0829_000000002286	5715	0.9766339487084936	10	7	4	5	5	True	80871	maximal	True	ISR0829_000000002286	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1260.0	96.508	51.0	0.10157321500605082	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0292_000000003368	4713	0.9766329275406492	5	4	3	3	4	False	59934	maximal	True	ISR0292_000000003368	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	90.773	34.0	0.0005617725759707427	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0841_000000003909	3406	0.976631422258258	4	3	3	2	2	False	20769	maximal	True	ISR0841_000000003909	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2130.0	99.859	63.0	0.027410134926356987	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MAD0109_000000012382	1161	0.9766295447714558	3	2	2	1	1	False	14571	fragment	False	MAD0109_000000012382	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	88.889	99.0	0.09795123603115476	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
ISR0251_000000006106	2416	0.9766289408597336	3	1	1	1	1	False	26997	maximal	True	ISR0251_000000006106	1.0		0	0	False	False	0.9962748289108276	0					non-mobilizable	no_good_hit	50.0	100.0	2.0	1.2884859580011429e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0308_000000004474	3458	0.9766287601987792	4	4	4	4	3	True	61175	fragment	False	ISR0308_000000004474	1.0		0	0	False	False	0.9927703738212585	0					non-mobilizable	chromosome	3454.0	100.0	99.0	0.0017761057454166132	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0069_000000005462	4446	0.9766274723172248	3	3	2	3	2	False	105898	fragment	False	ISR0288_000000006697	0.6424101969872538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0131_000000001788	7283	0.9766251401801856	9	6	3	3	5	False	130153	maximal	True	CHI0131_000000001788	1.0	PS1004|PS1080|PS974|PS975	39	6	False	True	1.0	0					non-mobilizable	no_good_hit	3425.0	98.803	77.0	0.6812027080844285	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
CHI0158_000000004349	3523	0.9766206171793388	7	3	1	2	3	False	78914	maximal	True	CHI0158_000000004349	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0100_000000006746	4734	0.9766134998295934	8	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.9219134735310475	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	681					non-mobilizable	no_good_hit	2274.0	98.90100000000001	61.0	0.44375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0197_000000002291	4681	0.9766134998295934	7	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.9195679057206231	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2720.0	96.875	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
MON0019_000000033330	2015	0.9766128703837949	3	3	2	2	3	False	92642	maximal	True	MON0019_000000033330	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0825_000000015529	1540	0.9766102784500624	2	2	2	2	2	False	31276	maximal	True	ISR0825_000000015529	1.0		0	0	False	False	0.9928571581840515	0					non-mobilizable	no_good_hit	330.0	97.57600000000001	27.0	0.00011073947377544525	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0047_000000000365	35124	0.9766040479773752	39	20	15	18	10	True	53280	backbone	False	FIJ0155_000000000309	0.8337506435891106	PS221	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	184.0	88.04299999999999	1.0	0.01010900675963705	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
CAN0011_000000003026	10417	0.9766035502572992	10	10	5	7	10	False	114205	fragment	False	CAN0011_000000003026	0.9739958805355304		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	10417.0	100.0	100.0	0.1152492863307442	MH985167.1	enterobacteria	Escherichia coli plasmid pNDM-5-1001, partial sequence	False	True
SPA0054_000000006325	4341	0.9766022374775007	5	3	3	3	3	False	55497	maximal	True	SPA0054_000000006325	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	97.75299999999999	2.0	0.026355196166516923	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	False
MON0048_000000009486	3922	0.9766021787598976	6	3	3	2	2	False	116201	fragment	False	USA0034_01_000000014843	0.7763241827998509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	95.686	40.0	0.00035114297944818063	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0061_000000000393	24175	0.976600167102046	26	14	10	13	6	True	52823	fragment	False	MAD0061_000000000393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.459407503221066e-07	CP050574.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 02a	True	True
ISR0027_000000000589	32008	0.9765983611306474	40	16	8	10	10	True	71246	fragment	False	ISR0027_000000000589	1.0		0	0	False	False	0.9997500777244568	0					non-mobilizable	no_good_hit	1298.0	81.125	15.0	0.002140076205971958	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0002_000000000675	20184	0.976597350057088	25	8	5	8	6	True	101350	backbone	False	TAN0011_000000000086	0.49837586939075906	PS587|PS588	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	702.0	94.01700000000001	3.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0052_000000004734	6814	0.9765938064181218	10	6	4	6	4	True	72358	fragment	False	DEN0052_000000004734	1.0		0	0	False	False	0.9988259673118591	0					non-mobilizable	no_good_hit	3393.0	93.84	68.0	0.1463287623676445	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
DEN0010_000000016675	2677	0.9765902501892598	3	2	2	2	2	False	82994	fragment	False	DEN0010_000000016675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000005207	6065	0.9765884085636952	8	6	4	5	5	False	70649	maximal	True	DEN0070_000000005207	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	96.429	6.0	2.411197777840128e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0107_000000006861	5537	0.976588341173796	7	4	4	4	3	True	14709	maximal	True	MAD0107_000000006861	1.0		1	1	True	True	0.9994581937789917	33					non-mobilizable	no_good_hit								True	True
DEN0052_000000010874	3609	0.9765822052600764	4	3	3	2	2	False	72328	fragment	False	DEN0052_000000010874	1.0		0	0	False	False	0.9861457347869873	0					non-mobilizable	no_good_hit	280.0	98.571	8.0	0.005234222021388763	NZ_JAANXY010000023.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_23, whole genome shotgun sequence	True	False
FIJ0047_000000009604	3162	0.97657764222627	3	2	1	2	1	False	107100	fragment	False	FIJ0047_000000009604	1.0		0	0	False	False	0.997469961643219	0					non-mobilizable	no_good_hit	743.0	98.654	23.0	0.0050098914973633925	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0373_000000006184	2533	0.97657764222627	4	2	1	2	1	False	107078	fragment	False	ISR0373_000000006184	1.0		0	0	False	False	0.9972364902496338	0					non-mobilizable	no_good_hit	452.0	98.67299999999999	18.0	0.003045095775351604	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0081_000000014513	2416	0.97657764222627	2	2	1	2	1	False	44267	fragment	False	FIJ0081_000000014513	0.9873614190687361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	100.0	2.0	0.0002970825146684492	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0020_01_000000015467	2255	0.97657764222627	2	2	1	2	1	False	44267	fragment	False	FIJ0081_000000014513	0.9548841059602649		0	0	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.000391608769335683	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0378_000000020430	1535	0.97657764222627	2	2	1	2	1	False	23266	fragment	False	ISR0378_000000020430	1.0		0	0	False	False	0.9973941445350647	0					non-mobilizable	no_good_hit	49.0	100.0	3.0	0.00032409001600194453	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0382_000000010093	1452	0.97657764222627	3	2	1	2	1	False	23266	fragment	False	ISR0378_000000020430	0.9729641693811075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000005815	4882	0.9765771602201968	7	3	2	1	3	False	92465	maximal	True	FIJ0105_000000005815	1.0		2	1	False	False	0.999795138835907	0					non-mobilizable	no_good_hit	2445.0	91.20700000000001	50.0	0.09990181639666176	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0187_000000004000	5917	0.9765714759363172	9	3	1	3	1	True	66568	fragment	False	ENG0187_000000004000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2753.0	95.895	83.0	0.10977900331694841	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
SPA0047_000000005482	7162	0.9765691810017716	12	6	4	6	4	False	125372	fragment	False	ISR0328_000000002744	0.6230672727863327		0	0	False	False	1.0	0					non-mobilizable	other	7162.0	98.478	100.0	0.0020435586233036466	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0107_000000023774	2481	0.9765667963317284	5	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.49081104566127964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000019532	2432	0.9765667963317284	4	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.46606012406514735		0	0	False	False	0.9995887875556946	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000012804	2413	0.9765667963317284	4	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.46819548811076434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000013445	2407	0.9765667963317284	4	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.44692549949387583		0	0	False	False	0.9979227185249329	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000012679	2385	0.9765667963317284	3	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.42322110421331266		0	0	False	False	0.9958071112632751	0					non-mobilizable	no_good_hit								True	False
ISR0119_000000013191	2377	0.9765667963317284	3	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.4208789923586265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0153_000000014207	2274	0.9765667963317284	4	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.46043936954876447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0033_000000008866	2243	0.9765667963317284	4	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.43725353863120725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000007719	3783	0.9765498085600568	5	5	5	4	3	False	125036	fragment	False	ISR0806_000000002243	0.5741315561728275		0	0	False	False	1.0	0					non-mobilizable	other	3783.0	99.181	100.0	0.013674064111185833	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0135_000000006755	2790	0.9765494507266956	4	4	3	4	3	False	129307	maximal	True	ISR0135_000000006755	1.0		82	9	False	False	1.0	0					non-mobilizable	no_good_hit	2101.0	98.429	75.0	0.0007316311435753793	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0041_000000000229	52210	0.9765466447031158	60	22	11	19	12	True	130801	maximal	False	ISR0079_000000000160	0.5658331451294579		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1113.0	82.21	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0346_000000004564	4190	0.9765398808136873	4	3	3	3	1	True	35950	maximal	True	ISR0346_000000004564	1.0		0	0	False	False	0.9988066554069519	0					non-mobilizable	no_good_hit	1011.0	88.32799999999999	29.0	0.3094645080946451	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
CHI0111_000000007266	4227	0.9765378108793418	9	7	2	3	6	True	132209	backbone	False	ENG0141_000000006400	0.9750604989177486	PS1143|PS778	0	0	True	True	1.0	71					non-mobilizable	other	3999.0	99.95	100.0	0.3694326372204768	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
AST0110_000000008038	2265	0.97653618314664	3	2	0	2	0	True	107000	maximal	True	AST0110_000000008038	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	7.533487567315357e-05	NZ_JAAVMT010000003.1	firmicutes	Enterococcus casseliflavus strain UFMG-H7 NODE_4_length_411496_cov_4.162997, whole genome shotgun sequence	True	True
ISR0814_000000002008	18644	0.9765325365729476	19	10	5	7	5	False	91817	maximal	True	ISR0814_000000002008	0.9673149005922013		9	3	True	True	1.0	17					non-mobilizable	no_good_hit	233.0	80.687	1.0	0.00011739881145238222	CP035438.1	firmicutes	Streptococcus pyogenes strain emm22.8 chromosome, complete genome	True	True
USA0086_01_000000001170	18557	0.9765325365729476	19	10	5	7	5	False	91817	maximal	False	ISR0814_000000002008	0.9640786453037476		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	233.0	80.687	1.0	0.00011739881145238222	CP035438.1	firmicutes	Streptococcus pyogenes strain emm22.8 chromosome, complete genome	True	True
FIJ0126_000000021209	1822	0.9765279997491424	4	1	1	1	1	False	41135	fragment	False	FIJ0126_000000021209	1.0		0	0	False	False	0.9961580634117126	0					non-mobilizable	no_good_hit								True	False
MON0039_000000024685	1946	0.9765250298166276	2	2	2	2	2	False	11931	fragment	False	MON0039_000000024685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	75.844	20.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
FIJ0032_000000026218	1417	0.9765219872889466	2	1	1	1	1	False	48795	fragment	False	SPA0130_000000023032	0.9249076930010631		0	0	False	False	0.9922370910644531	0					non-mobilizable	no_good_hit	119.0	94.958	20.0	3.299673863590923e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0839_000000012511	1647	0.9765219795551551	2	2	2	2	2	False	20836	maximal	True	ISR0839_000000012511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	70.148	76.0	0.005612676150822223	NZ_FNAF01000004.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
SPA0125_000000000295	47105	0.9765172449998614	41	21	11	17	7	True	132147	fragment	False	ISR0104_000000000158	0.34250527083472676		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1438.0	93.811	4.0	0.006842810992398468	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0063_000000000938	16497	0.9765067259883091	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9443332455897784	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16511.0	98.171	100.0	0.3231079836133054	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0202_000000000507	16272	0.9765067259883091	23	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9419909697830771	PS1166	0	0	False	True	0.9998156428337097	0		MOBP	MPF_T		conjugative	plasmid	16287.0	98.29899999999999	100.0	0.31889370209930024	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0098_000000000958	15949	0.9765067259883091	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9399828401485488	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15964.0	98.29	100.0	0.3125624791736088	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0008_000000000543	15949	0.9765067259883091	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9416211258243009	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15963.0	98.321	100.0	0.3125624791736088	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0221_000000001076	15929	0.9765067259883091	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9395830691891071	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15944.0	98.307	100.0	0.3121704529862595	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0039_01_000000001333	15929	0.9765067259883091	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9395423409573181	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15943.0	98.306	100.0	0.3121704529862595	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0098_000000001397	15929	0.9765067259883091	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9394815515917995	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15943.0	98.306	100.0	0.3121704529862595	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0085_000000002087	15929	0.9765067259883091	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9393850891472189	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15943.0	98.3	100.0	0.3121704529862595	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AST0090_000000006022	4084	0.9765017372726696	6	5	4	4	2	False	109928	maximal	True	AST0090_000000006022	1.0		1	1	False	False	0.9887365102767944	0					non-mobilizable	no_good_hit	989.0	99.596	24.0	0.00035880497605848377	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0836_000000009845	2033	0.9765013157545009	4	2	2	2	2	False	20928	fragment	False	ISR0836_000000009845	1.0		0	0	False	False	0.9842597246170044	0					non-mobilizable	no_good_hit	948.0	97.152	78.0	0.015268037081821846	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
MAD0005_000000018888	1628	0.97650111812408	2	2	1	2	1	False	19941	fragment	False	MAD0005_000000018888	0.9770317922247836		0	0	False	False	0.9987714886665344	0					non-mobilizable	chromosome	1519.0	99.868	93.0	0.0008129227948264266	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
MAD0052_000000014004	1528	0.97650111812408	2	2	1	2	1	False	19941	fragment	False	MAD0005_000000018888	0.9548724240636949		0	0	False	False	0.9928010702133179	0					non-mobilizable	chromosome	1528.0	99.411	100.0	0.00081774249519101	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
ENG0168_000000002201	11983	0.9764951901221844	13	9	7	6	8	True	110987	maximal	True	ENG0168_000000002201	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4700.0	78.596	54.0	0.000862627139794544	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
MON0028_000000014004	1844	0.976488944024454	3	2	1	2	1	False	12868	maximal	True	MON0028_000000014004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	87.29299999999999	20.0	0.00010274875759627273	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0206_000000008154	3123	0.9764809409253375	3	2	1	2	1	False	72575	fragment	False	ENG0206_000000008154	0.9875432525951557		0	0	False	False	0.9983989596366882	0					non-mobilizable	no_good_hit	999.0	85.986	37.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
DEN0051_000000015291	2890	0.9764809409253375	2	2	1	2	1	False	72575	fragment	False	ENG0206_000000008154	0.9511687479987192		0	0	False	False	0.9986159205436707	0					non-mobilizable	no_good_hit	999.0	85.986	41.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0194_000000017596	1505	0.9764780080111478	4	2	1	1	2	False	59424	fragment	False	ENG0194_000000017596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	90.76799999999999	77.0	0.18439371863364093	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0096_000000004074	4028	0.9764773778215704	2	2	2	2	2	False	15517	fragment	False	MAD0096_000000004074	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4031.0	94.84	100.0	0.005146554071415149	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
CHI0151_000000015860	1560	0.976477233757154	2	2	2	1	1	False	79464	fragment	False	CHI0151_000000015860	1.0		0	0	False	False	0.9794871807098389	0					non-mobilizable	no_good_hit	1095.0	90.868	70.0	0.00021330757464982331	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
ISR0152_000000001796	13893	0.9764760365174658	15	8	6	5	6	False	92478	maximal	True	ISR0152_000000001796	1.0		1	1	False	False	0.9997121095657349	0					non-mobilizable	no_good_hit	5034.0	97.676	88.0	0.20585828833251513	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0855_000000000199	34971	0.9764738813538998	43	15	10	14	11	True	111081	fragment	False	ISR0855_000000000199	1.0		0	0	False	False	0.999885618686676	0					non-mobilizable	no_good_hit	1113.0	82.39	5.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0274_000000000689	5659	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9053113411410886	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	0.9991164803504944	0					non-mobilizable	no_good_hit	2515.0	97.137	68.0	0.4356796116504854	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0076_000000009135	4753	0.9764687906362904	8	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.6514968611939889	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2160.0	97.639	58.0	0.42970927917164475	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0043_000000004611	4748	0.9764687906362904	8	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.914098612644991	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2720.0	96.397	62.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0023_000000004852	4745	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9188063797058218	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	128					non-mobilizable	no_good_hit	1988.0	97.586	64.0	0.3954599761051374	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0855_000000002435	4732	0.9764687906362904	8	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9217959525756986	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9995773434638977	42					non-mobilizable	no_good_hit	2702.0	96.447	64.0	0.5374352847471127	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0339_000000002851	4720	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9173003006582008	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	295					non-mobilizable	no_good_hit	1858.0	97.417	60.0	0.36957387495021904	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0054_000000004773	4697	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9214730431803291	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	2720.0	96.397	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0164_000000004980	4696	0.9764687906362904	8	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9402143399644076	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	237					non-mobilizable	no_good_hit	2540.0	97.205	57.0	0.5052757316344814	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
MON0001_000000006949	4631	0.9764687906362904	8	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.8642990517171535	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1228.0	94.544	63.0	0.0007112716671716539	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	True	True
ISR0343_000000003066	4631	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9163706859188262	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	56					non-mobilizable	no_good_hit	2055.0	97.616	63.0	0.40860215053763443	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0379_000000004366	4630	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9186184938188404	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	2657.0	96.12299999999999	63.0	0.5280764635603346	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0021_000000004739	4630	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9159011379940049	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	309					non-mobilizable	no_good_hit	2060.0	97.67	63.0	0.40979689366786143	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0052_000000006655	4630	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9177473384207068	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	245					non-mobilizable	no_good_hit	2843.0	95.709	61.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0022_000000005533	4630	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9153275888724791	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	330					non-mobilizable	no_good_hit	2713.0	96.425	63.0	0.5396256471525289	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0106_000000004736	4630	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9161433073538954	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	65					non-mobilizable	no_good_hit	2054.0	97.61399999999999	63.0	0.40860215053763443	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0247_000000002473	4630	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9131193662965781	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	93					non-mobilizable	no_good_hit	2322.0	97.71700000000001	63.0	0.4619673436877738	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0225_000000002921	4630	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9162796320875126	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	112					non-mobilizable	no_good_hit	2054.0	97.663	63.0	0.40860215053763443	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0123_000000003945	4630	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9165681073025729	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.999783992767334	43					non-mobilizable	no_good_hit	2054.0	97.663	63.0	0.40860215053763443	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0023_000000005915	4630	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9160313566311455	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	627					non-mobilizable	no_good_hit	2268.0	97.70700000000001	63.0	0.4512146555157308	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0207_000000005443	4630	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9160777497190544	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	100					non-mobilizable	no_good_hit	2164.0	97.96700000000001	63.0	0.4305057745917961	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0147_000000005111	4630	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9166130582714788	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	2843.0	95.814	61.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0201_000000006215	4630	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9160411556492065	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	185					non-mobilizable	no_good_hit	2054.0	97.61399999999999	63.0	0.40860215053763443	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0210_000000004389	4617	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.915818105858456	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2367.0	97.845	63.0	0.4709279171644763	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0217_000000005810	4615	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9164031743467468	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	228					non-mobilizable	no_good_hit	2412.0	97.72	63.0	0.47988849064117883	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0085_000000004474	4611	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9173219112203493	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	129					non-mobilizable	no_good_hit	1993.0	97.792	63.0	0.388671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0108_000000005145	4611	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.916167200884379	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	575					non-mobilizable	no_good_hit	2367.0	97.76100000000001	63.0	0.47072879330943845	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0072_000000005595	4610	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9157764569272407	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	100					non-mobilizable	no_good_hit	2254.0	97.693	63.0	0.44842692154520114	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0351_000000002577	4610	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9160670292157896	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	2672.0	96.22	63.0	0.5310633213859021	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0065_000000006569	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9162046161090466	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	2348.0	97.82799999999999	63.0	0.46714456391875747	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0083_000000005680	4610	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.91788234026002	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	144					non-mobilizable	no_good_hit	2672.0	96.145	63.0	0.5309575950627116	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0334_000000003898	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.916387985324844	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	2412.0	97.72	63.0	0.47988849064117883	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0310_000000003278	4610	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9157731467699868	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9997830986976624	47					non-mobilizable	no_good_hit	2254.0	97.693	63.0	0.44842692154520114	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0183_000000007545	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9242910138281649	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	2140.0	97.523	63.0	0.4257268020708881	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0086_000000005296	4610	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9185197514924114	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	2776.0	96.037	63.0	0.5517722023098367	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0158_000000003640	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9184562025878642	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1465.0	97.54299999999999	63.0	0.2857421875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0255_000000006108	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.916094260924237	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	2164.0	97.59700000000001	63.0	0.4305057745917961	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0292_000000003451	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9159699695816786	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	81					non-mobilizable	no_good_hit	2140.0	97.57	63.0	0.4257268020708881	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0060_000000005967	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9167680528331842	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	179					non-mobilizable	no_good_hit	1433.0	97.976	63.0	0.2794921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0370_000000005516	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9180824562827377	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	2843.0	95.814	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0028_000000005665	4610	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9181584381611385	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	245					non-mobilizable	no_good_hit	2672.0	96.557	63.0	0.5310633213859021	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0367_000000002131	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.913453975742259	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	2412.0	97.678	63.0	0.47988849064117883	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0019_000000005664	4610	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9157721562793829	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	82					non-mobilizable	no_good_hit	2668.0	96.439	63.0	0.5306650736758264	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0346_000000004006	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9183014698267363	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	1436.0	97.493	63.0	0.280078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0060_000000005512	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9160983082789453	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	105					non-mobilizable	no_good_hit	2440.0	97.541	63.0	0.4854639585822382	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0329_000000002305	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.915904459158433	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	2140.0	97.57	63.0	0.4257268020708881	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0317_000000003454	4610	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.918491868827119	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	1584.0	94.823	63.0	0.3143539717300418	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0068_000000004925	4610	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9159655886118176	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	179					non-mobilizable	no_good_hit	2254.0	97.693	63.0	0.44842692154520114	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0378_000000004570	4610	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9157238992784567	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	150					non-mobilizable	no_good_hit	2412.0	97.678	63.0	0.47988849064117883	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0305_000000003154	4610	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9186337838938926	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	379					non-mobilizable	no_good_hit	2702.0	96.15100000000001	63.0	0.5370370370370371	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0323_000000003713	4609	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9154835645087727	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	2164.0	97.64299999999999	63.0	0.4305057745917961	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0026_000000006687	4608	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9129260808167359	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	2846.0	95.78399999999999	62.0	0.5655117483074472	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0337_000000001843	4603	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9149551845352257	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	2720.0	96.434	59.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0348_000000002533	4603	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.912897513713462	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2177.0	97.565	63.0	0.43309438470728795	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0028_000000005317	4602	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.913723297886944	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	2358.0	97.795	63.0	0.4691358024691358	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0246_000000003762	4597	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9188022519224064	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1975.0	97.823	63.0	0.3853515625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0127_000000005538	4590	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9170181473574852	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	2843.0	95.814	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0003_000000005402	4590	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9159034819458383	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.999782145023346	14					non-mobilizable	no_good_hit	2164.0	97.59700000000001	63.0	0.4305057745917961	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0026_000000002423	4590	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9163697446834155	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1970.0	97.56299999999999	63.0	0.3918757467144564	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0807_000000002865	4590	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9159901916905548	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	2120.0	97.54700000000001	63.0	0.4217443249701314	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0848_000000003264	4590	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9058214219502937	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0073_000000003026	4590	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9134809231144013	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1968.0	97.51	63.0	0.3914774990043807	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0082_000000008137	4590	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9182545415278651	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	2601.0	96.00200000000001	63.0	0.5169255276782159	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0775_000000003827	4590	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9158258563859751	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	2254.0	97.693	63.0	0.44842692154520114	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0203_000000003864	4587	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9158012683504149	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	2141.0	97.571	63.0	0.42592592592592593	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0123_000000002581	4587	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9092131157511564	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.999563992023468	17					non-mobilizable	no_good_hit	2843.0	95.814	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0057_000000000788	4587	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9067171716070229	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	2843.0	95.63799999999999	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0198_000000007437	4586	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9157517583808822	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	2140.0	97.57	63.0	0.4257268020708881	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0031_000000004147	4580	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9154296947162314	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	2134.0	97.61	63.0	0.4245320589406611	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0328_000000005782	4567	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9131270663537051	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	1997.0	97.596	63.0	0.3972520908004779	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0022_000000002955	4536	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9105755490512984	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	130					non-mobilizable	no_good_hit	2175.0	97.655	63.0	0.4244140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0357_000000004975	4528	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9121687385077959	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9997791647911072	2					non-mobilizable	no_good_hit	2164.0	97.64299999999999	63.0	0.4305057745917961	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0179_000000005617	4524	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9085112445931199	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	158					non-mobilizable	no_good_hit	2166.0	97.553	63.0	0.43090402230187175	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0014_000000004097	4513	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.8718058563945853	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.99844890832901	18					non-mobilizable	no_good_hit	1465.0	97.406	65.0	0.2857421875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0110_000000005145	4494	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.8930684525809417	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2140.0	97.617	62.0	0.4257268020708881	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0035_000000003851	4477	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.8678793065499493	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1855.0	97.574	62.0	0.3689765033851055	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0244_000000004645	4460	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.6526922452608244	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	2003.0	97.604	62.0	0.3984468339307049	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0084_000000004938	4456	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.6216769175189615	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	93					non-mobilizable	no_good_hit	2242.0	98.93	62.0	0.4375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0831_000000003682	4449	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.8659093327804964	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	2120.0	97.45299999999999	64.0	0.4217443249701314	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0268_000000003729	4427	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.4524348884226366	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1903.0	98.266	60.0	0.3712890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AST0142_000000001185	4415	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.5954155776020345	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1905.0	97.48	62.0	0.3789326961369972	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0291_000000002783	4391	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.44950934516465185	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	1936.0	97.469	60.0	0.38510553564317007	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0811_000000003129	4341	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.5367806649372425	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2102.0	97.669	63.0	0.41816009557945044	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0037_000000007285	4307	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.802457036770131	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2731.0	96.412	63.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0053_000000001848	4291	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.43719625838433473	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1910.0	97.48700000000001	61.0	0.37992831541218636	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0049_000000006555	4291	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.4467238286465156	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	2040.0	97.598	61.0	0.40581441656710476	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0010_000000010004	4279	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.44557861940852916	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1990.0	97.538	60.0	0.3958582238152131	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0165_000000004213	4277	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.4380461924906035	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1954.0	97.544	60.0	0.38868976503385105	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0018_000000008397	4183	0.9764687906362904	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.42234031385544596	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1993.0	97.441	62.0	0.39625647152528876	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0130_000000007793	4171	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.37223511644822294	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1990.0	97.73899999999999	57.0	0.3958582238152131	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
USA0048_01_000000003651	4114	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.2686306454327854	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2235.0	97.897	59.0	0.44464356829948226	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0126_000000011801	4109	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.27355340932989985	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2190.0	97.626	59.0	0.4356829948227798	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
USA0089_01_000000002095	4097	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.26532185813861564	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2279.0	97.762	59.0	0.45340501792114696	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0191_000000002249	4081	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.019819635420287394	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2534.0	97.277	62.0	0.5040812263587497	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0016_000000005577	4072	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.04528278242760229	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2634.0	96.65899999999999	65.0	0.5240939864595778	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0853_000000003777	4062	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.04893093823735875	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2750.0	96.036	68.0	0.546594982078853	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0133_000000005653	4034	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.07561849349501233	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1836.0	97.38600000000001	58.0	0.358203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
USA0059_01_000000006646	3973	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.03294590165283861	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2534.0	97.316	64.0	0.5041816009557945	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AUS0024_000000008062	3972	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.03295289229828667	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2534.0	97.316	64.0	0.5040812263587497	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0124_000000007718	3972	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.03295289229828667	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2534.0	97.316	64.0	0.5040812263587497	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0046_000000006939	3959	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.020329503715935532	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2381.0	96.80799999999999	60.0	0.47371565113500597	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ITA0006_000000006587	3939	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.025193096077481894	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2430.0	96.42	62.0	0.4829782998208242	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0034_000000009194	3898	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.022765610553121773	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2092.0	99.09200000000001	54.0	0.4161688570290721	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0109_000000007201	3864	0.9764687906362904	5	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.022775384919205038	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2315.0	97.495	65.0	0.4011789181692094	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
DEN0043_000000001379	3852	0.9764687906362904	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.03495797748790432	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	0.9997404217720032	0					non-mobilizable	no_good_hit	1908.0	97.432	56.0	0.372265625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0043_000000009892	3394	0.9764687906362904	5	4	1	2	3	False	130026	backbone	False	ENG0161_000000006182	0.8459086948742068	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1956.0	96.626	58.0	0.38901055146326896	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0391_000000004066	3159	0.9764687906362904	5	4	1	2	3	False	130026	backbone	False	ENG0161_000000006182	0.7172982629873568	PS1072|PS1075|PS974	0	0	False	True	0.9924026727676392	0					non-mobilizable	no_good_hit	1543.0	97.148	55.0	0.2673370319001387	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0202_000000007310	3073	0.9764687906362904	5	4	1	2	3	False	130026	backbone	False	ENG0161_000000006182	0.6521375592153102	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1635.0	96.208	53.0	0.32510451921162653	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0116_000000008750	3073	0.9764687906362904	5	4	1	2	3	False	130026	backbone	False	ENG0161_000000006182	0.6521375592153102	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1635.0	96.208	53.0	0.32510451921162653	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
USA0016_01_000000003451	5635	0.976464263016444	6	5	5	5	4	False	100924	fragment	False	USA0016_01_000000003451	1.0		0	0	False	False	0.9996450543403625	0					non-mobilizable	no_good_hit	4040.0	97.97	71.0	0.0009191341787910643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0083_000000009281	2396	0.976463235607735	4	3	3	3	2	False	85152	fragment	False	ENG0083_000000009281	1.0		0	0	False	False	0.9858096837997437	0					non-mobilizable	other	2327.0	99.527	97.0	0.0009476969863154347	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
SPA0103_000000000917	18097	0.9764608587551828	34	8	6	5	5	True	4881	maximal	True	SPA0103_000000000917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1687.0	77.001	9.0	0.019516522510534488	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	True
ISR0308_000000012536	1469	0.9764544462299992	2	2	2	2	2	False	26986	fragment	False	ISR0251_000000010658	0.970349476286943		0	0	False	False	0.9986385107040405	0					non-mobilizable	other	1469.0	99.387	100.0	0.0007260231832852451	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
MAD0070_000000003008	5634	0.9764502296617452	8	3	1	2	2	False	52886	fragment	False	MAD0070_000000003008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	88.889	1.0	0.000846573829826391	NZ_VZBY01000025.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_14_length_81505_cov_25.5715_ID_27, whole genome shotgun sequence	True	False
SPA0053_000000000957	22547	0.9764496324945589	31	14	5	9	8	True	6498	maximal	True	SPA0053_000000000957	1.0		1	1	False	False	0.9992903470993042	0					non-mobilizable	no_good_hit	3513.0	73.812	23.0	0.0009586172806593687	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0136_000000002401	5317	0.9764481325428536	7	4	1	2	4	False	130166	backbone	True	ENG0136_000000002401	0.9989418699038474	PS1081|PS1084|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	39	7	True	True	1.0	19	rep_cluster_475				non-mobilizable	no_good_hit	2330.0	98.32600000000001	84.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0082_000000002948	5311	0.9764481325428536	7	4	1	2	4	False	130166	backbone	False	ENG0136_000000002401	0.9979417691655383	PS1081|PS1084|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	140	rep_cluster_475				non-mobilizable	no_good_hit	2330.0	98.32600000000001	84.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0134_000000006182	4777	0.9764481325428536	6	4	1	2	4	False	130166	backbone	False	ENG0136_000000002401	0.5992027560110621	PS1081|PS1084|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2330.0	98.32600000000001	84.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0156_000000002809	4774	0.9764481325428536	6	4	1	2	4	False	130166	backbone	False	ENG0136_000000002401	0.5989932526563895	PS1081|PS1084|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2330.0	98.369	84.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0158_000000002985	4766	0.9764481325428536	6	4	1	2	4	False	130166	backbone	False	ENG0136_000000002401	0.7795371363711745	PS1081|PS1084|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2330.0	98.369	84.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0147_000000013765	1793	0.9764473473041486	2	2	2	2	2	False	53643	fragment	False	ISR0032_000000018661	0.9820629857342191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	76.672	68.0	0.00023214502579399835	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
ISR0120_000000002456	8932	0.9764440182031392	12	6	4	5	4	False	32304	maximal	True	ISR0120_000000002456	1.0		4	3	False	False	0.9978728294372559	0					non-mobilizable	no_good_hit	1212.0	97.36	13.0	0.006196282230661603	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	False
FIJ0172_000000013245	2069	0.976443907253611	3	2	2	2	2	False	82295	maximal	True	FIJ0172_000000013245	1.0		5	3	False	False	0.9995166659355164	0					non-mobilizable	other	1829.0	97.15700000000001	99.0	0.0008845224062880447	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
DEN0061_000000003282	8839	0.9764399296142854	12	7	4	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8933444826387995	PS624|PS966	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	3054.0	92.469	84.0	0.3777556358201519	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0063_000000000947	18400	0.9764380410860752	25	23	6	7	23	False	79781	fragment	False	FIJ0063_000000000947	1.0		0	0	False	False	0.9964674115180969	0					non-mobilizable	plasmid	18399.0	99.98899999999999	99.0	0.16734886936273172	CP040026.1	enterobacteria	Klebsiella pneumoniae strain KPC160132 plasmid pIncFI-L132, complete sequence	False	True
CHI0150_000000000980	9560	0.9764361463504996	11	9	4	5	7	True	109284	maximal	True	CHI0150_000000000980	1.0		1	1	False	False	1.0	0		MOBB			mobilizable	no_good_hit	2892.0	86.515	52.0	0.345533349385986	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
FIJ0051_000000003654	5413	0.9764256067841716	9	6	6	5	3	False	115953	maximal	True	FIJ0051_000000003654	1.0		2	1	False	False	0.9970441460609436	0					non-mobilizable	no_good_hit	759.0	95.257	14.0	0.0033581609521739324	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
MAD0025_000000001064	8127	0.9764241740675615	13	4	3	3	3	False	19162	fragment	False	MAD0025_000000001064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1786.0	91.93700000000001	62.0	0.03159890830468224	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0321_000000002314	4098	0.9764132572660806	6	3	3	3	2	True	25034	backbone	True	ISR0321_000000002314	0.9860377038840245	PS63	1	1	True	True	1.0	89					non-mobilizable	no_good_hit	202.0	95.05	8.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0207_000000024565	1241	0.976412045043468	2	2	1	2	1	False	28554	maximal	True	ISR0207_000000024565	1.0		9	4	False	False	0.958098292350769	0					non-mobilizable	no_good_hit	75.0	84.0	6.0	0.0002650990001468792	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0014_000000008799	2731	0.976409583584576	2	1	1	1	1	True	50497	backbone	True	FIJ0014_000000008799	0.9903340959138511	PS198	5	1	True	True	0.9996338486671448	2					non-mobilizable	no_good_hit	133.0	77.444	5.0	0.0005003917796103926	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0333_000000001004	13154	0.9764065955947056	17	7	2	4	4	True	76787	maximal	True	ISR0333_000000001004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2457.0	95.971	36.0	0.2225344452501813	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
CAN0005_000000007150	2403	0.9764020470940584	3	2	2	2	1	True	95911	fragment	False	CAN0005_000000007150	1.0		0	0	False	False	0.995006263256073	0					non-mobilizable	no_good_hit								True	True
AST0026_000000012911	2201	0.9763951751861432	4	3	2	3	2	False	119376	maximal	True	AST0026_000000012911	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	1.3463765808564772e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0107_000000002607	7017	0.9763919845329077	10	8	2	5	6	True	125620	fragment	False	ISR0107_000000002607	1.0		0	0	False	False	0.9988598823547363	0					non-mobilizable	no_good_hit	2632.0	94.301	64.0	0.07918634217217581	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0088_000000004773	4613	0.9763914606820626	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.915538059042792	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1465.0	97.54299999999999	63.0	0.2857421875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CHI0111_000000007992	3842	0.9763896652295272	4	4	4	3	2	False	82624	maximal	True	CHI0111_000000007992	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1587.0	96.912	77.0	0.00029306134826324377	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	False
ISR0323_000000008485	2396	0.9763851618086136	4	4	1	2	4	True	24985	maximal	True	ISR0323_000000008485	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2396.0	99.875	100.0	0.07766392113626046	CP025413.1	firmicutes	Lactiplantibacillus plantarum strain X7021 plasmid unnamed1, complete sequence	False	True
USA0087_01_000000009904	1590	0.9763833613035314	2	1	1	1	1	False	110741	fragment	False	USA0087_01_000000009904	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1203.0	95.096	100.0	0.00022861967486811942	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
CHI0043_000000009392	1099	0.9763817585495204	1	1	1	1	1	True	87290	fragment	False	CHI0043_000000009392	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1099.0	99.09	100.0	0.27039684495932953	CP042890.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 plasmid pNMBU-W12E19_06, complete sequence	False	True
SPA0080_000000002250	5360	0.976381243287624	8	7	4	4	5	True	123628	fragment	False	USA0108_01_000000001009	0.01832121453578205		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3348.0	97.939	96.0	0.10127731702887584	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0282_000000004373	4489	0.976381243287624	7	7	4	4	5	True	123556	backbone	False	ISR0826_000000002301	0.4023357748412723	PS902	0	0	False	True	0.999554455280304	0	rep_cluster_1702				non-mobilizable	other	4518.0	98.074	100.0	0.2631057781919851	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
ISR0366_000000003492	4238	0.976381243287624	7	7	4	4	5	True	123556	backbone	False	ISR0826_000000002301	0.38318981770650723	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4238.0	98.749	100.0	0.127519825655306	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ENG0071_000000003924	5272	0.9763740001604824	9	5	2	4	4	False	75551	fragment	False	ENG0071_000000003924	0.9976790727904712		0	0	False	False	0.988050103187561	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.4752961657052653e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0008_01_000000000716	12055	0.976368801397878	10	9	6	7	7	True	120811	maximal	True	USA0008_01_000000000716	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8820.0	90.884	74.0	0.0028590873281037527	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
BAN0016_000000000041	17500	0.9763613413852984	25	23	4	13	22	True	98713	maximal	True	BAN0016_000000000041	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	4319.0	99.931	96.0	0.0007146242777627725	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
CHI0185_000000001474	11178	0.9763523841989236	16	7	3	6	6	False	104074	maximal	True	CHI0185_000000001474	1.0		1	1	False	False	0.9989264607429504	0					non-mobilizable	no_good_hit	2120.0	96.179	21.0	0.0007435017698306248	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0035_000000001695	8952	0.9763517679630586	9	4	3	4	2	True	107516	fragment	False	ISR0035_000000001695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5778.0	97.335	64.0	0.04995403534941807	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0074_000000006860	4032	0.9763479935182536	6	3	3	3	2	False	103935	fragment	False	ISR0074_000000006860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	97.473	48.0	0.0009511203638403472	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0164_000000000096	61456	0.9763478601010356	62	30	13	27	12	True	89172	maximal	True	CHI0164_000000000096	1.0		3	2	False	False	0.9998535513877869	0		MOBP			mobilizable	plasmid	34445.0	99.32600000000001	95.0	0.29476404840559367	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
CHI0106_000000001923	8385	0.9763454095948964	15	10	4	4	10	False	132477	maximal	True	CHI0106_000000001923	0.9828328899024452	PS1164|PS386|PS459|PS744|PS745	56	9	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	no_good_hit	5224.0	99.885	76.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	True	True
ENG0116_000000005880	3849	0.9763453496187616	7	2	2	2	2	False	59480	fragment	False	ENG0116_000000005880	1.0		0	0	False	False	0.9997401833534241	0					non-mobilizable	no_good_hit	237.0	73.84	6.0	0.007947336107510744	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MON0010_000000017128	1563	0.9763453389300432	2	1	1	1	1	False	51839	fragment	False	MON0025_000000024515	0.967046614328145		0	0	False	False	0.9808061122894287	0					non-mobilizable	no_good_hit	798.0	75.689	50.0	0.0002192325685640071	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0019_000000003499	6831	0.9763444587514072	6	3	0	1	3	False	130593	fragment	False	AST0019_000000003499	1.0		0	0	False	True	0.9960474371910095	0					non-mobilizable	no_good_hit	2301.0	88.44	54.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0007_01_000000004367	4227	0.9763428338048284	9	6	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.9753396308396363	PS1143|PS778	0	0	True	True	1.0	602					non-mobilizable	other	3970.0	99.975	100.0	0.9345420296680009	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0387_000000004143	5426	0.976342353103866	7	4	2	3	3	False	99167	maximal	True	ISR0387_000000004143	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1756.0	99.544	34.0	0.10029144522544145	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	True	False
ISR0783_000000003357	4240	0.9763366369656156	3	3	2	2	3	False	117759	maximal	True	ISR0783_000000003357	1.0	PS794	1	1	False	True	0.9995282888412476	0					non-mobilizable	no_good_hit	2567.0	85.82	78.0	0.0028589167720128746	NZ_UYXJ01000002.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	True
AST0090_000000000717	26927	0.976330227042122	45	17	7	10	12	False	109967	maximal	True	AST0090_000000000717	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	76.423	0.0	3.0302476313355652e-05	NZ_CP003923.1	firmicutes	Bacillus lehensis G1 chromosome, complete genome	True	False
USA0057_01_000000005986	4994	0.976329291544709	2	1	1	1	1	False	81020	fragment	False	ENG0021_000000002861	0.31668169522091977		0	0	False	False	0.9997997879981995	0					non-mobilizable	chromosome	4994.0	100.0	100.0	0.0013962094577041932	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0776_000000006649	3815	0.976329291544709	2	1	1	1	1	False	81019	fragment	False	ISR0776_000000006649	1.0		0	0	False	False	0.9971166253089905	0					non-mobilizable	chromosome	3796.0	99.605	99.0	0.0010612086705362334	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0008_01_000000002280	3403	0.976329291544709	2	1	1	1	1	False	81018	fragment	False	USA0008_01_000000002280	1.0		0	0	False	False	0.9997061491012573	0					non-mobilizable	chromosome	3403.0	99.971	100.0	0.0009513127528759594	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0082_000000030278	1208	0.976329291544709	1	1	1	1	1	False	9903	fragment	False	MON0082_000000030278	1.0		0	0	False	False	0.9991722106933594	0					non-mobilizable	chromosome	1208.0	99.834	100.0	0.0003375174875723936	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0039_000000027258	1771	0.9763285403041321	3	3	2	2	3	False	11925	fragment	False	MON0039_000000027258	1.0		0	0	False	False	0.9983060359954834	0					non-mobilizable	chromosome	1771.0	98.758	100.0	0.00037478259433404947	LR134295.1	enterobacteria	Escherichia coli strain NCTC9080 genome assembly, chromosome: 1	False	False
ISR0258_000000008631	2606	0.9763267523944691	3	3	2	3	2	False	104479	fragment	False	ISR0258_000000008631	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2607.0	99.31	100.0	0.018426692886094036	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MON0031_000000004754	7466	0.9763254669617158	13	7	3	3	7	True	123826	backbone	False	ISR0183_000000005642	0.3221497485768892	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.896	68.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
ISR0052_000000008595	3765	0.9763242142681984	4	3	1	3	2	True	125553	backbone	False	ISR0070_000000005259	0.4893428338255082	PS930	0	0	True	True	1.0	38	rep_cluster_1351	MOBQ,MOBQ			mobilizable	plasmid	3792.0	90.164	100.0	0.487817522032141	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0223_000000000613	23488	0.976320413489484	21	14	10	13	12	True	125891	backbone	True	ISR0223_000000000613	0.998462525934427	PS938	12	2	False	True	0.9998722672462463	0					non-mobilizable	no_good_hit	928.0	97.73700000000001	9.0	0.018528512322360136	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	True
MON0031_000000006364	5551	0.9763170491898232	8	5	1	3	3	False	126758	maximal	True	MON0031_000000006364	0.968604553087793	PS832|PS974|PS975	38	4	True	True	1.0	548	rep_cluster_475				non-mobilizable	no_good_hit	1579.0	87.14399999999999	71.0	0.27184466019417475	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0093_000000037509	1251	0.9763081078112154	2	2	2	1	1	False	131371	fragment	False	AST0002_000000024033	0.4667600987584172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000003344	5919	0.9763048714039201	10	6	3	5	3	True	116605	backbone	False	USA0080_01_000000007189	0.9989029325847872	PS778|PS779|PS781	0	0	True	True	1.0	786		MOBP			mobilizable	other	5519.0	99.98200000000001	99.0	0.9546712802768166	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0053_01_000000003753	5919	0.9763048714039201	10	6	3	5	3	True	116605	backbone	False	USA0080_01_000000007189	0.9987505167469183	PS778|PS779|PS781	0	0	True	True	1.0	124		MOBP			mobilizable	other	5780.0	99.965	99.0	0.9998269896193772	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0016_000000012058	1804	0.9763024040126131	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17611450127428746	PS1061	0	0	False	True	0.9977827072143555	0					non-mobilizable	other	1793.0	78.249	99.0	0.001029174379217839	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0118_000000009376	1748	0.9763024040126131	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17487522415236473	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1750.0	87.54299999999999	100.0	0.0004678988180865136	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0050_000000000871	8319	0.9763017441953784	15	12	4	7	12	True	127655	backbone	False	CHI0143_000000002180	0.9988245074493747	PS1016|PS1017|PS799	0	0	True	True	1.0	73	rep_cluster_1097	MOBB			mobilizable	other	8233.0	99.866	100.0	0.9964886790168301	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
CHI0087_000000000541	8319	0.9763017441953784	15	12	4	7	12	True	127655	backbone	False	CHI0143_000000002180	0.9987283949613686	PS1016|PS1017|PS799	0	0	True	True	1.0	26	rep_cluster_1097	MOBB			mobilizable	other	8233.0	99.854	100.0	0.9964886790168301	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
CHI0185_000000002161	8319	0.9763017441953784	14	12	4	7	12	True	127655	backbone	False	CHI0143_000000002180	0.9986596192260411	PS1016|PS1017|PS799	0	0	True	True	1.0	51	rep_cluster_1097	MOBB			mobilizable	other	5301.0	99.906	100.0	0.6417241796827703	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
CHI0182_000000002727	8318	0.9763017441953784	15	12	4	7	12	True	127655	backbone	False	CHI0143_000000002180	0.9981034707156204	PS1016|PS1017|PS799	0	0	True	True	1.0	33	rep_cluster_1097	MOBB			mobilizable	other	8231.0	99.95100000000001	100.0	0.9964886790168301	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
CHI0107_000000001339	8316	0.9763017441953784	15	12	4	7	12	True	127655	backbone	False	CHI0143_000000002180	0.9982128560084658	PS1016|PS1017|PS799	0	0	True	True	0.9995189905166626	18	rep_cluster_1097	MOBB			mobilizable	other	8233.0	99.745	100.0	0.9964886790168301	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
CHI0143_000000002180	8313	0.9763017441953784	14	12	4	7	12	True	127655	backbone	True	CHI0143_000000002180	0.9988259170556597	PS1016|PS1017|PS799	6	3	True	True	0.9997594356536865	12	rep_cluster_1097	MOBB			mobilizable	other	8254.0	99.867	100.0	0.9990313597287808	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
CHI0187_000000002185	8306	0.9763017441953784	14	12	4	7	12	True	127655	backbone	False	CHI0143_000000002180	0.9971675090411101	PS1016|PS1017|PS799	0	0	True	True	1.0	86	rep_cluster_1097	MOBB			mobilizable	other	4617.0	99.61	100.0	0.558542196391815	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
CHI0168_000000002302	8299	0.9763017441953784	14	12	4	7	12	True	127655	backbone	False	CHI0143_000000002180	0.9987283913574304	PS1016|PS1017|PS799	0	0	True	True	1.0	35	rep_cluster_1097	MOBB			mobilizable	other	7074.0	99.83	100.0	0.8561569197239375	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
CHI0078_000000002106	8285	0.9763017441953784	14	12	4	7	12	True	127655	backbone	False	CHI0143_000000002180	0.9975748794205799	PS1016|PS1017|PS799	0	0	True	True	1.0	42	rep_cluster_1097	MOBB			mobilizable	other	5150.0	99.59200000000001	100.0	0.6234410945635065	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
ENG0101_000000019673	1705	0.976301431486463	2	2	2	2	2	False	60476	fragment	False	ENG0101_000000019673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	80.51899999999999	4.0	3.8645828692702865e-05	NZ_CCDL010000001.1	firmicutes	Oceanobacillus manasiensis strain S2, whole genome shotgun sequence	True	False
SPA0101_000000008471	5290	0.9763010693924552	10	2	2	2	2	False	4952	fragment	False	SPA0101_000000008471	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	80.59100000000001	9.0	0.009239474517252296	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	False
CAN0006_000000025131	1803	0.9762999914372243	3	3	0	2	3	False	95615	fragment	False	CAN0006_000000025131	1.0		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	1803.0	99.501	100.0	0.5077486615948155	LC505603.1	enterobacteria	Klebsiella pneumoniae A1-1 plasmid pCol440I-Kp1-1 DNA, complete sequence	False	True
MON0019_000000031511	2128	0.976299831196208	2	2	2	2	2	False	66857	fragment	False	MON0019_000000031511	0.9981846473029046		0	0	False	False	0.9981203079223633	0					non-mobilizable	other	2128.0	99.624	100.0	0.011125466176385976	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ENG0015_000000009129	1928	0.976299831196208	2	2	2	2	2	False	66857	fragment	False	MON0019_000000031511	0.9513627819548873		0	0	False	False	0.9942945837974548	0					non-mobilizable	other	1928.0	99.585	100.0	0.010079348059189364	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
DEN0026_000000008185	3605	0.9762990091026028	2	2	2	2	1	False	90611	fragment	False	ISR0799_000000003556	0.4037433012533048		0	0	False	False	0.9988904595375061	0					non-mobilizable	other	3589.0	95.291	99.0	0.02537295484929724	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0006_000000009854	3241	0.9762990091026028	2	2	2	2	1	False	90608	fragment	False	SPA0006_000000009854	0.9482535575679172		0	0	False	False	0.9987658262252808	0					non-mobilizable	other	3172.0	91.29899999999999	99.0	0.0018357121561657873	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ISR0126_000000015234	3211	0.9762990091026028	2	2	2	2	1	False	90609	fragment	False	ISR0126_000000015234	1.0		0	0	False	False	0.9890999794006348	0					non-mobilizable	other	3212.0	98.941	100.0	0.02270621273104102	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MON0011_000000018278	2585	0.9762990091026028	3	2	2	2	1	False	90604	fragment	False	MON0011_000000018278	0.9825924684111191		0	0	False	False	0.9988394379615784	0					non-mobilizable	other	2586.0	91.686	100.0	0.0014964730128314602	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ENG0017_000000008805	2409	0.9762990091026028	3	2	2	2	1	False	90606	fragment	False	ENG0122_000000011799	0.9765991635972668		0	0	False	False	1.0	0					non-mobilizable	other	2409.0	99.958	100.0	0.017033196341541053	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0062_000000014171	2327	0.9762990091026028	2	2	2	2	1	False	90604	fragment	False	MON0011_000000018278	0.926139272620451		0	0	False	False	0.994413435459137	0					non-mobilizable	other	2327.0	96.046	100.0	0.016453162246854024	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0188_000000006635	2283	0.9762990091026028	2	2	2	2	1	False	90606	fragment	False	ENG0122_000000011799	0.9640139555708794		0	0	False	False	0.9877354502677917	0					non-mobilizable	other	2284.0	98.42399999999999	100.0	0.016141924439948788	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0089_000000017212	2264	0.9762990091026028	2	2	2	2	1	False	90606	fragment	False	ENG0122_000000011799	0.9591254721156156		0	0	False	False	1.0	0					non-mobilizable	other	2265.0	98.322	100.0	0.016000452709537316	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0030_000000009824	2013	0.9762990091026028	2	2	2	2	1	False	90603	fragment	False	ENG0030_000000009824	0.9940118347077549		0	0	False	False	0.9995032548904419	0					non-mobilizable	other	1919.0	98.958	95.0	0.013567138946460024	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0013_000000014217	1978	0.9762990091026028	2	2	2	2	1	False	90596	fragment	False	ISR0228_000000013157	0.9297691831362074		0	0	False	False	0.9989888668060303	0					non-mobilizable	other	1978.0	98.48299999999999	100.0	0.013977406964653287	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0839_000000010644	1882	0.9762990091026028	2	2	2	2	1	False	90596	fragment	False	ISR0228_000000013157	0.7947219418678989		0	0	False	False	0.9920297265052795	0					non-mobilizable	other	1883.0	99.416	100.0	0.013305416245198803	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0002_000000012542	1820	0.9762990091026028	2	2	2	2	1	False	90596	fragment	False	ISR0228_000000013157	0.23003274798081713		0	0	False	False	0.9945054650306702	0					non-mobilizable	other	1800.0	99.444	99.0	0.0127183085639912	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0006_000000008324	1790	0.9762990091026028	2	2	2	2	1	False	90596	fragment	False	ISR0228_000000013157	0.22817258530388324		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	98.82700000000001	100.0	0.01265464628530604	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0807_000000008602	1658	0.9762990091026028	3	2	2	2	1	False	90596	fragment	False	ISR0228_000000013157	0.13441922536096518		0	0	False	False	1.0	0					non-mobilizable	other	1658.0	99.94	100.0	0.011720932864590333	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0310_000000003658	4180	0.9762973033572756	6	2	0	2	2	False	25351	maximal	True	ISR0310_000000003658	1.0		1	1	True	True	0.9990430474281311	22	rep_cluster_2358				non-mobilizable	no_good_hit	1583.0	98.98899999999999	55.0	0.39659062421659563	CP010161.1	enterobacteria	Escherichia coli strain H1 plasmid A, complete genome	True	True
FIJ0099_000000009347	2391	0.9762973033572756	3	2	0	2	2	False	42787	maximal	True	FIJ0099_000000009347	1.0		1	1	False	False	0.9995817542076111	0					non-mobilizable	no_good_hit	1122.0	95.72200000000001	64.0	0.25191183085919927	CP056234.1	enterobacteria	Citrobacter freundii strain RHBSTW-00965 plasmid pRHBSTW-00965_3, complete sequence	True	False
MAD0105_000000020893	1785	0.9762973033572756	4	2	0	2	2	False	14808	fragment	False	MAD0105_000000020893	1.0		0	0	False	False	0.9949579834938049	0					non-mobilizable	chromosome	1310.0	99.92399999999999	99.0	0.00027707081328856174	CP019280.1	enterobacteria	Escherichia coli strain 13P484A chromosome, complete genome	False	False
MAD0068_000000021502	1344	0.9762973033572756	3	2	0	2	2	False	16433	fragment	False	MAD0068_000000021502	0.9980361351139042		0	0	False	False	0.9992559552192688	0					non-mobilizable	plasmid	1364.0	81.965	99.0	0.37723713646532436	CP026554.1	enterobacteria	Citrobacter sp. SL156 plasmid unnamed5	False	True
FIJ0040_000000018750	1320	0.9762973033572756	2	2	0	2	2	False	47459	fragment	False	FIJ0040_000000018750	1.0		0	0	False	False	0.9984848499298096	0					non-mobilizable	other	1320.0	97.727	100.0	0.22348356489325652	NZ_CABGVN010000029.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071129, whole genome shotgun sequence	False	False
MAD0069_000000007209	1273	0.9762973033572756	3	2	0	2	2	False	16433	fragment	False	MAD0068_000000021502	0.9717261904761905		0	0	False	False	0.9952867031097412	0					non-mobilizable	plasmid	1298.0	79.815	100.0	0.22963358235503378	AF527822.1	enterobacteria	Enterobacter sp. RFL1396 plasmid pEsp1396, complete sequence	False	True
MON0015_000000034493	1119	0.9762973033572756	3	2	0	2	2	False	13378	fragment	False	MON0015_000000034493	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1119.0	98.48100000000001	100.0	0.18642654660663666	CP058123.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00167 plasmid pRHBSTW-00167_6, complete sequence	False	True
CAN0013_000000009179	2453	0.9762963283263072	4	3	3	2	1	False	93890	maximal	True	CAN0013_000000009179	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0014691943127962085	NZ_QHLI01000049.1	e-proteobacteria	Campylobacter troglodytis strain MIT 05-9149A accn_213849_11_con_0049, whole genome shotgun sequence	True	False
ISR0080_000000005952	4811	0.9762945863812592	7	5	1	2	4	False	130029	backbone	True	ISR0080_000000005952	0.9502073797840095	PS1072|PS1075|PS1077|PS974|PS975	107	9	True	True	1.0	67					non-mobilizable	no_good_hit	2720.0	96.875	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0105_000000004066	4804	0.9762945863812592	7	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9500747602482301	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	89					non-mobilizable	no_good_hit	2720.0	96.801	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0107_000000004577	4615	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9183323742789745	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	2843.0	95.779	61.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0057_000000004194	4612	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9188208619058672	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	2843.0	95.814	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0238_000000002851	4611	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.91513281347358	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	143					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0398_000000004890	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.918323871167956	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	100					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0123_000000002304	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9159450136631682	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	68					non-mobilizable	no_good_hit	2843.0	95.814	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0053_000000002484	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9158065141920892	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	241					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0134_000000007129	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9175481702103276	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9995661377906799	13					non-mobilizable	no_good_hit	2844.0	95.675	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0110_000000006490	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9183417959390421	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	2843.0	95.814	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0267_000000003349	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.918463652872743	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0012_000000004004	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9185428361083281	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	87					non-mobilizable	no_good_hit	2843.0	95.814	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0050_000000004983	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.918323871167956	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0316_000000003653	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9181396592273423	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0039_000000004894	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9186324796532472	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	2843.0	95.814	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0048_000000005663	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9183450740606292	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0048_000000003644	4610	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.918323871167956	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	162					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0149_000000003310	4608	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9146642470105855	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0324_000000006914	4604	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9141969588714327	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	97					non-mobilizable	no_good_hit	2720.0	96.324	59.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0151_000000003640	4484	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.9098975526312744	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	2720.0	96.838	61.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0038_000000006413	4439	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.8866092507146172	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2720.0	96.838	61.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0046_000000004288	4384	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.8713233351910821	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2720.0	96.471	62.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0085_000000004862	4367	0.9762945863812592	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.867769033921848	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	2720.0	96.36	62.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
USA0086_01_000000001669	13227	0.9762881351887702	10	9	9	6	7	True	120826	fragment	False	USA0086_01_000000001669	0.9962004723312168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	87.539	20.0	0.0008404683222094242	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ISR0277_000000004011	2215	0.9762847717827944	3	3	2	3	2	False	99169	maximal	True	ISR0277_000000004011	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	1775.0	99.662	100.0	0.0007028526780351997	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0047_000000028578	1627	0.9762784676896276	2	2	2	2	2	True	17637	fragment	False	MAD0047_000000028578	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1214.0	99.506	100.0	0.1816956261234272	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
ISR0784_000000002142	5911	0.9762779535912409	7	6	5	4	5	False	83957	maximal	True	ISR0784_000000002142	1.0		0	0	False	False	0.9979698657989502	0					non-mobilizable	no_good_hit	1992.0	99.448	34.0	0.00045285060233228304	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
SPA0136_000000014633	2766	0.9762776171537578	4	2	1	2	1	True	78102	maximal	True	SPA0136_000000014633	1.0		2	2	True	True	0.9989153742790222	11					non-mobilizable	plasmid	1144.0	93.794	94.0	0.41602914389799633	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ENG0016_000000009044	2507	0.9762736247191676	4	4	4	4	4	False	68049	maximal	True	ENG0016_000000009044	0.9789831865492393		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	1859.0	87.413	86.0	0.01661653058301103	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0056_000000000135	19964	0.9762726672269296	17	9	6	8	8	True	110949	fragment	False	MON0056_000000000135	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	17114.0	99.21700000000001	99.0	0.10337970965441381	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0322_000000002019	4444	0.9762715728095648	8	7	4	4	5	True	123556	backbone	False	ISR0826_000000002301	0.6238532952290143	PS902	0	0	False	True	0.9997749924659729	0	rep_cluster_1702				non-mobilizable	other	4455.0	99.035	100.0	0.04443756985470222	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0006_000000000053	49482	0.976268504926006	80	26	12	19	14	True	91300	maximal	True	MAD0006_000000000053	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5241.0	92.12	51.0	0.09274093502995073	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0042_000000016487	1885	0.976265876616817	3	2	2	2	2	False	129694	maximal	True	ISR0042_000000016487	1.0	PS1061	0	0	False	True	0.999469518661499	0					non-mobilizable	no_good_hit	1627.0	98.83200000000001	86.0	0.006639173573965947	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0031_000000008208	2548	0.9762653539358164	3	2	1	2	0	True	69664	fragment	False	ENG0031_000000008208	1.0		0	0	False	False	0.9933280944824219	0					non-mobilizable	no_good_hit								True	True
DEN0043_000000006323	1433	0.9762628780975112	4	1	1	1	1	False	102738	fragment	False	DEN0043_000000006323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	81.707	46.0	0.00019735156612348716	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
SPA0125_000000009662	3726	0.9762599903175638	4	3	2	3	2	False	7580	maximal	True	SPA0125_000000009662	1.0		1	1	False	False	0.9949007034301758	0					non-mobilizable	no_good_hit	1858.0	85.46799999999999	50.0	0.0006030759154832647	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0116_000000020546	1167	0.976259345112929	3	1	1	1	1	False	59421	fragment	False	ENG0116_000000020546	1.0		0	0	False	False	0.9957154989242554	0					non-mobilizable	no_good_hit	921.0	90.119	79.0	0.14602557875991581	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0052_000000000523	28398	0.9762559703919126	32	10	7	8	6	False	114903	maximal	True	ENG0052_000000000523	1.0		1	1	False	False	0.9990844130516052	0					non-mobilizable	no_good_hit	1264.0	87.579	6.0	0.00035132407697393604	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0113_000000008617	1854	0.9762372126493928	4	3	3	2	3	False	60237	fragment	False	ISR0113_000000008617	0.9668604651162791		0	0	False	False	0.9956849813461304	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0016210374639769453	XM_005406892.2	rodents	PREDICTED: Chinchilla lanigera dystonin (Dst), transcript variant X7, mRNA	True	False
AST0060_000000011965	2429	0.976235222753578	4	2	2	2	2	False	126674	maximal	True	AST0060_000000011965	1.0		3	2	False	False	0.9938246011734009	0					non-mobilizable	no_good_hit								True	False
AST0087_000000007429	4453	0.9762351640547772	6	2	2	2	2	False	116090	fragment	False	AST0087_000000007429	1.0		0	0	False	False	0.9854031205177307	0					non-mobilizable	plasmid	4382.0	99.49799999999999	98.0	0.02647801859082063	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0222_000000014426	3908	0.9762351640547772	8	2	2	2	2	False	116081	fragment	False	ISR0222_000000014426	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3808.0	99.37	98.0	0.023008860254566114	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0119_000000016468	1929	0.9762351640547772	3	2	2	2	2	False	116077	fragment	False	ENG0119_000000016468	0.9795498901941722		0	0	False	False	0.9880767464637756	0					non-mobilizable	plasmid	1782.0	99.663	92.0	0.010764060970155568	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
AST0040_000000010575	1894	0.9762351640547772	3	2	2	2	2	False	116077	fragment	False	ENG0119_000000016468	0.973675108054175		0	0	False	False	1.0	0					non-mobilizable	plasmid	1781.0	99.663	94.0	0.010758017140301467	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0094_000000006987	1800	0.9762351640547772	2	2	2	2	2	False	27772	fragment	False	SPA0094_000000006987	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1650.0	97.57600000000001	92.0	0.009954187769705906	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
MON0056_000000011021	1777	0.9762351640547772	2	2	2	2	2	False	116077	fragment	False	ENG0119_000000016468	0.9519205100314965		0	0	False	False	1.0	0					non-mobilizable	plasmid	1777.0	99.55	100.0	0.010733841820885059	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0183_000000013671	2101	0.9762340077256006	2	1	1	1	1	False	62539	fragment	False	ENG0183_000000013671	1.0		0	0	False	False	0.9947643876075745	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000021081	1441	0.9762340077256006	1	1	1	1	1	False	62538	fragment	False	USA0023_01_000000021081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0038_000000006675	4440	0.9762288796002644	7	6	6	6	4	False	88950	maximal	True	SPA0038_000000006675	1.0		0	0	False	False	0.9936937093734741	0					non-mobilizable	no_good_hit	2265.0	96.865	51.0	0.01339314777441749	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
AST0097_000000009452	2368	0.9762257759495454	4	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.9440150366052578		0	0	False	False	0.9987331032752991	0					non-mobilizable	no_good_hit	1775.0	94.42299999999999	75.0	0.08944155778640972	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0033_000000014102	1832	0.9762190937278196	2	2	2	2	2	False	65498	maximal	True	ENG0033_000000014102	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1836.0	84.641	100.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
AST0140_000000002836	9001	0.9762182139216928	10	6	5	5	4	False	105647	fragment	False	AST0140_000000002836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	8.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
FIJ0100_000000006418	2988	0.9762153196274952	4	4	4	3	3	False	71643	maximal	True	FIJ0100_000000006418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1696.0	83.196	57.0	0.0575414421174705	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
CHI0135_000000010967	1788	0.9762138036675736	3	2	1	2	1	False	80670	fragment	False	CHI0135_000000010967	1.0		0	0	False	False	0.9994407296180725	0					non-mobilizable	chromosome	1721.0	99.65100000000001	96.0	0.0004315761159755427	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0194_000000001795	10980	0.9762132165420307	5	3	2	3	2	True	112667	fragment	False	ISR0194_000000001795	1.0		0	0	False	False	0.9999089241027832	0					non-mobilizable	no_good_hit								True	True
ISR0167_000000000945	21574	0.9762109286229526	16	8	6	8	5	True	107250	fragment	False	ISR0167_000000000945	1.0		0	0	False	False	0.999860942363739	0					non-mobilizable	no_good_hit	888.0	92.005	4.0	0.00023956182357921048	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0052_000000017577	2437	0.9762097203052894	4	3	1	2	2	False	72300	maximal	True	DEN0052_000000017577	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	76.282	6.0	7.508844977686951e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0120_000000001682	21298	0.9762089211062026	32	16	10	13	9	True	117605	maximal	True	SPA0120_000000001682	1.0		1	1	False	False	0.9996243715286255	0					non-mobilizable	no_good_hit	5781.0	94.13600000000001	76.0	0.03321160735885355	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0093_000000008500	2833	0.9762076780813016	4	4	3	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.23734767184648808	PS971	0	0	False	True	1.0	0					non-mobilizable	plasmid	1807.0	86.774	97.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0258_000000013018	1971	0.9762025388911963	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8918171145509324		0	0	False	False	1.0	0					non-mobilizable	other	1836.0	78.54	92.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0207_000000016155	1848	0.9762025388911963	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8602370685597347		0	0	False	False	1.0	0					non-mobilizable	other	1799.0	78.043	96.0	0.02480756358768407	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0106_000000014846	1504	0.9761933092906452	2	2	2	2	2	False	14729	fragment	False	MAD0106_000000014846	1.0		0	0	False	False	0.9993351101875305	0					non-mobilizable	other	1504.0	95.61200000000001	100.0	0.0019200507241096756	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ISR0319_000000011355	1761	0.9761894222538944	3	3	2	3	2	False	126988	fragment	False	ENG0063_000000015506	0.5636177948076702		0	0	False	False	0.9943214058876038	0					non-mobilizable	chromosome	1763.0	95.916	100.0	0.0007779750924342143	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0161_000000001458	9703	0.9761884621605044	12	6	4	6	5	False	39296	maximal	True	FIJ0161_000000001458	1.0		6	2	False	False	0.9997938871383667	0					non-mobilizable	no_good_hit	1597.0	73.889	16.0	0.0004381855037497438	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0049_000000003204	6845	0.9761876165077096	8	7	4	7	4	False	6613	maximal	True	SPA0049_000000003204	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	5908.0	98.35799999999999	88.0	0.002019905801679235	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
MON0026_000000006635	4534	0.9761837684653856	6	3	1	2	3	False	101628	maximal	True	MON0026_000000006635	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0051_000000007311	4389	0.9761837684653856	6	3	1	2	3	False	101627	fragment	False	MON0051_000000007311	1.0		0	0	False	False	0.9963545203208923	0					non-mobilizable	no_good_hit								True	False
MON0008_000000000161	31229	0.9761642377966291	33	25	15	23	14	True	98520	fragment	False	MAD0068_000000000179	0.2732322435703415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9188.0	99.684	30.0	0.45699218944331127	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
SPA0055_000000020150	1531	0.9761629082984716	2	1	1	1	1	False	55496	fragment	False	SPA0055_000000020150	1.0		0	0	False	False	0.9993468523025513	0					non-mobilizable	no_good_hit	89.0	97.75299999999999	6.0	0.026355196166516923	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	False
FIJ0158_000000001043	16022	0.9761586044229816	19	10	8	7	6	True	97856	fragment	False	FIJ0158_000000001043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	100.0	1.0	0.0002702453509851238	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
USA0071_01_000000001683	8364	0.9761547904553324	13	6	1	4	3	False	37535	fragment	False	USA0071_01_000000001683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0081_01_000000011715	2660	0.9761527274223556	4	4	2	3	2	False	104825	fragment	False	USA0064_01_000000003104	0.9765003615328994		0	0	False	False	0.9947368502616882	0					non-mobilizable	chromosome	2641.0	99.773	100.0	0.00045611977404528116	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
MAD0040_000000012817	2461	0.9761509741885028	4	4	3	3	4	False	18374	maximal	True	MAD0040_000000012817	1.0		4	1	False	False	0.9963429570198059	0					non-mobilizable	chromosome	1462.0	98.906	92.0	0.000296121597540549	CP027255.1	enterobacteria	Escherichia coli strain EC11 chromosome, complete genome	False	False
DEN0026_000000017231	1660	0.9761490207746804	2	2	2	2	1	False	74161	fragment	False	DEN0026_000000017231	1.0		0	0	False	False	0.9638554453849792	0					non-mobilizable	other	1624.0	99.26100000000001	98.0	0.00029516722323480726	NC_002695.2	enterobacteria	Escherichia coli O157:H7 str. Sakai DNA, complete genome	False	False
ENG0115_000000006104	2996	0.9761477237356736	4	4	4	3	3	False	105494	fragment	False	FIJ0148_000000005443	0.7096896127976046		0	0	False	False	0.9996662139892578	0					non-mobilizable	other	2996.0	99.46600000000001	100.0	0.00430614923862393	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
MON0107_000000010002	5200	0.9761465567246884	4	4	4	4	4	False	38480	fragment	False	MON0107_000000010002	1.0		0	0	False	False	0.993461549282074	0					non-mobilizable	no_good_hit	55.0	87.273	1.0	8.459489385220709e-06	LN908213.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, chromosome: I	True	False
ISR0284_000000000691	9316	0.9761413742167142	15	7	5	6	4	True	119492	maximal	True	ISR0284_000000000691	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2236.0	90.83200000000001	74.0	0.09603367470925186	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
CHI0142_000000006283	2903	0.9761334555971556	4	2	1	2	2	False	80000	fragment	False	CHI0142_000000006283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	86.20200000000001	26.0	0.00020589130924138178	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0107_000000000369	40971	0.9761333848955928	43	17	9	14	8	True	97476	fragment	False	SPA0107_000000000369	0.9984543185031427		0	0	False	False	0.9999268054962158	0					non-mobilizable	other	26394.0	99.867	97.0	0.028955453149001536	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0043_000000000400	40424	0.9761333848955928	43	17	9	14	8	True	97476	fragment	False	SPA0107_000000000369	0.9918970827506572		0	0	False	False	0.9999257922172546	0					non-mobilizable	other	13497.0	99.896	97.0	0.014805793285055957	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MAD0102_000000002115	6972	0.9761308038126701	6	6	5	6	6	False	18133	maximal	False	MAD0062_000000001734	0.9997132616487455		0	0	False	False	0.9998565912246704	0					non-mobilizable	plasmid	6973.0	99.971	100.0	0.08646691139994048	CP030780.2	enterobacteria	Escherichia albertii strain 05-3106 plasmid unnamed2, complete sequence	False	True
ENG0171_000000006161	3831	0.9761281870273896	6	3	2	3	3	False	124330	fragment	False	ENG0171_000000006161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0006_01_000000002427	9417	0.9761280404401508	14	8	4	7	7	False	111089	fragment	False	ENG0050_000000001835	0.4847066479775731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	95.37	1.0	2.978738212061106e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0812_000000029096	1356	0.9761277652782168	2	2	2	2	2	False	131371	fragment	False	AST0002_000000024033	0.6303753076401295		0	0	False	False	0.9992625117301941	0					non-mobilizable	no_good_hit								True	False
SPA0128_000000014242	2606	0.9761243700328588	3	2	2	2	1	True	96470	fragment	False	SPA0128_000000014242	0.9514811925365343		0	0	False	False	1.0	0					non-mobilizable	other	2607.0	91.024	99.0	0.23676550845915953	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0116_000000009850	2421	0.9761243700328588	2	2	2	2	1	True	96470	fragment	False	SPA0128_000000014242	0.9435661370431407		0	0	False	False	0.9876084327697754	0					non-mobilizable	other	2424.0	91.708	100.0	0.2201200654902674	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0023_01_000000013831	2257	0.9761243700328588	2	2	2	2	1	True	96470	fragment	False	SPA0128_000000014242	0.8375184134168432		0	0	False	False	0.9991138577461243	0					non-mobilizable	other	2260.0	92.124	100.0	0.20520283791158814	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0003_01_000000018259	2126	0.9761243700328588	2	2	2	2	1	True	96470	fragment	False	SPA0128_000000014242	0.5662194829547083		0	0	False	False	1.0	0					non-mobilizable	other	2126.0	91.62700000000001	99.0	0.1930143714753502	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0108_000000004089	1973	0.9761243700328588	2	2	2	2	1	True	96470	fragment	False	SPA0128_000000014242	0.37374091570413687		0	0	False	False	0.9989863038063049	0					non-mobilizable	other	1976.0	91.04299999999999	100.0	0.17937056576314353	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0057_000000012704	1947	0.9761243700328588	2	2	2	2	1	True	95232	fragment	False	ENG0057_000000012704	1.0		0	0	False	False	0.9958910942077637	0					non-mobilizable	other	1880.0	92.5	97.0	0.1709114062215754	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0795_000000002913	2987	0.9761178985844264	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.2171490748946825	PS1090	0	0	True	True	1.0	108					non-mobilizable	other	2822.0	87.527	94.0	0.9359145527369827	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CHI0072_000000000988	10651	0.9761124754236454	13	10	3	4	10	True	87874	fragment	False	CHI0072_000000000988	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10651.0	99.944	100.0	0.05006793254697688	AM412236.1	enterobacteria	Salmonella enterica Paratyphi A IncH1 multiple drug resistance, serovar Paratyphi A	False	True
SPA0077_000000009861	2933	0.9761117724227872	4	2	2	2	2	False	69471	fragment	False	SPA0077_000000009861	1.0		0	0	False	False	0.9897715449333191	0					non-mobilizable	other	2897.0	99.965	99.0	0.0012719315967836293	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0132_000000014120	2875	0.9761117724227872	4	2	2	2	2	False	69470	fragment	False	SPA0132_000000014120	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2875.0	100.0	100.0	0.0012622691329959084	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0055_01_000000014012	1923	0.9761117724227872	5	2	2	2	2	False	69469	fragment	False	USA0055_01_000000014012	1.0		0	0	False	False	0.9989599585533142	0					non-mobilizable	chromosome	1923.0	100.0	100.0	0.0003508186559593357	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ENG0139_000000012487	1687	0.9761117724227872	4	2	2	2	2	False	69468	fragment	False	ENG0139_000000012487	1.0		0	0	False	False	0.9994072318077087	0					non-mobilizable	chromosome	1687.0	100.0	100.0	0.0003077420676105307	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
SPA0068_000000000697	20268	0.9761112646105758	28	26	6	7	26	False	79782	maximal	True	SPA0068_000000000697	1.0		2	1	False	False	0.999901294708252	0					non-mobilizable	plasmid	8759.0	99.075	99.0	0.07872218027541078	CP026165.1	enterobacteria	Klebsiella pneumoniae strain F81 plasmid pF81_1, complete sequence	False	True
FIJ0096_000000019746	1857	0.9761059207068828	3	3	2	1	3	False	42997	fragment	False	FIJ0096_000000019746	1.0		0	0	False	False	0.9973074793815613	0					non-mobilizable	no_good_hit	193.0	81.865	13.0	0.0001017492299189862	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0035_000000011478	2440	0.9761042922446674	3	3	3	2	1	False	110564	fragment	False	MON0035_000000011478	1.0		0	0	False	False	0.9995901584625244	0					non-mobilizable	no_good_hit								True	False
ISR0770_000000003374	2909	0.9761020017333508	4	3	3	3	2	False	99166	maximal	True	ISR0770_000000003374	1.0		0	0	False	False	0.9831557273864746	0					non-mobilizable	no_good_hit	1785.0	99.60799999999999	84.0	0.0007068168781369211	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
FIJ0154_000000005334	5909	0.9761017813599544	8	4	3	4	3	False	52658	fragment	False	FIJ0083_000000005560	0.9752841232722981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	94.33200000000001	16.0	0.00019685754661191392	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
MAD0053_000000009368	1164	0.9760956724737094	2	2	2	1	1	False	17203	fragment	False	MAD0053_000000009368	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1164.0	100.0	100.0	0.0108999231475754	NZ_CP043319.1	enterobacteria	Enterobacter chengduensis strain WCHECl-C4 = WCHECh050004 plasmid pLAP2_050004, complete sequence	False	True
FIJ0128_000000004356	5711	0.9760943446070112	7	7	7	5	4	False	52017	fragment	False	FIJ0128_000000004356	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1431.0	95.73700000000001	43.0	0.0004968985538167194	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
SPA0096_000000005769	5850	0.9760871882827132	8	4	4	4	3	True	105015	maximal	True	SPA0096_000000005769	1.0		1	1	False	False	0.9993162155151367	0					non-mobilizable	no_good_hit	164.0	76.22	3.0	4.7174634931322816e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	True
ISR0250_000000000568	11993	0.9760858800924174	11	9	5	6	7	True	128771	backbone	False	ENG0095_000000001601	0.7389302102600044	PS1052|PS1054	0	0	False	True	0.9999166131019592	0	IncW	MOBF			mobilizable	no_good_hit	8983.0	96.705	78.0	0.0037580917631836147	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
SPA0067_000000011818	1788	0.9760854297173592	2	2	2	2	1	False	101979	fragment	False	SPA0067_000000011818	1.0		0	0	False	False	0.998881459236145	0					non-mobilizable	other	1789.0	94.969	100.0	0.006474530976719933	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	False	False
ENG0151_000000003424	7175	0.9760841540624638	10	10	2	4	9	True	92239	maximal	True	ENG0151_000000003424	1.0		1	1	True	True	1.0	56	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2245.0	90.913	68.0	0.2674348817668947	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
MAD0015_000000011993	1731	0.9760784985315965	3	2	1	2	1	False	114452	fragment	False	MAD0015_000000011993	0.937595893205448		0	0	False	False	1.0	0					non-mobilizable	chromosome	1762.0	79.285	100.0	0.0007439579678755948	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0017_000000001187	24963	0.9760779443223404	62	12	7	11	5	True	59545	maximal	True	ISR0017_000000001187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	97.512	7.0	0.00010842470796305124	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0308_000000007944	2129	0.976076063321592	4	4	3	3	3	False	50609	fragment	False	ISR0308_000000007944	1.0		0	0	False	False	0.9995303153991699	0					non-mobilizable	no_good_hit	848.0	92.689	40.0	0.05376549094375596	NZ_CABIWU010000053.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0149_000000004718	5760	0.9760730673386049	10	5	2	5	2	True	112874	maximal	False	ISR0295_000000004713	0.9598775378665807		0	0	False	True	0.9939236044883728	0					non-mobilizable	no_good_hit								True	True
ENG0041_000000004844	5307	0.9760720153257888	7	3	1	3	3	False	75556	fragment	False	ENG0041_000000004844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.4752961657052653e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0115_000000015801	1745	0.9760704209532428	2	1	1	1	1	False	4389	fragment	False	SPA0115_000000015801	1.0		0	0	False	False	0.9856733679771423	0					non-mobilizable	no_good_hit	975.0	98.97399999999999	65.0	0.0002723629104353864	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0101_000000015927	1796	0.9760701988306644	2	1	1	1	1	False	15100	maximal	True	MAD0101_000000015927	1.0		1	1	False	False	0.9994432330131531	0					non-mobilizable	no_good_hit								True	False
CHI0117_000000008617	1690	0.976068651016931	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4914327098443895	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1690.0	99.17200000000001	100.0	0.0004526237707606652	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0005_000000019859	1559	0.976061934336314	4	3	2	2	3	False	19935	fragment	False	MAD0005_000000019859	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1559.0	99.102	100.0	0.00030159348991675014	CP057673.1	enterobacteria	Escherichia coli strain RHB18-C12 chromosome, complete genome	False	False
SPA0117_000000033486	1101	0.9760583217820644	2	1	1	1	1	False	4270	fragment	False	SPA0117_000000033486	1.0		0	0	False	False	0.980018138885498	0					non-mobilizable	no_good_hit	653.0	79.939	58.0	0.00017980426222787826	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0087_000000015265	2222	0.9760564746065558	3	3	3	3	2	False	127024	fragment	False	ISR0087_000000015265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1767.0	99.54700000000001	80.0	0.006774381636285521	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0205_000000001306	12304	0.976050550586106	13	9	5	9	5	True	55933	fragment	False	ENG0205_000000001306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1473.0	93.618	21.0	0.0004432866217666707	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
SPA0126_000000038578	1190	0.9760491433523008	2	1	1	1	1	False	94363	fragment	False	SPA0124_000000022236	0.7948898182197293		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	99.32700000000001	99.0	0.00037424181322367355	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0083_000000034274	1202	0.9760470677833882	2	2	2	1	1	False	131371	fragment	False	AST0002_000000024033	0.3134892666074095		0	0	False	False	0.9309484362602234	0					non-mobilizable	no_good_hit								True	False
ISR0784_000000008449	1427	0.9760423408908644	3	1	1	1	1	False	22230	fragment	False	ISR0784_000000008449	1.0		0	0	False	False	0.9915907382965088	0					non-mobilizable	chromosome	907.0	99.669	100.0	0.00022733020992665213	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0181_000000003476	5071	0.9760418964960359	8	5	3	3	5	True	119397	maximal	True	ISR0181_000000003476	1.0		9	5	False	False	1.0	0		MOBP			mobilizable	no_good_hit	2309.0	99.61	80.0	0.4641851106639839	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ENG0114_000000005151	3302	0.9760366342430291	5	3	2	3	2	False	59585	maximal	True	ENG0114_000000005151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	96.02600000000001	23.0	0.0058374494836102376	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	True	False
MON0076_000000003842	9016	0.976032698770718	11	4	3	4	2	False	49698	backbone	False	FIJ0044_000000002248	0.4824847577280993	PS135|PS136|PS185	0	0	False	True	0.9952306747436523	0					non-mobilizable	no_good_hit								True	True
ENG0070_000000008106	2991	0.9760320479916812	3	3	3	3	3	False	62436	fragment	False	USA0116_01_000000008038	0.9572219312636542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2101.0	71.96600000000001	69.0	0.02145335888537836	NZ_GL882693.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld385, whole genome shotgun sequence	True	False
SPA0041_000000016435	2057	0.9760306513451664	6	2	1	1	2	False	102739	fragment	False	SPA0041_000000016435	1.0		0	0	False	False	0.9990277290344238	0					non-mobilizable	no_good_hit	656.0	81.707	32.0	0.00019735156612348716	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
FIJ0034_000000000541	34583	0.9760256412242788	38	20	15	18	10	True	53280	backbone	False	FIJ0155_000000000309	0.8191956039463028	PS221	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	177.0	87.571	1.0	0.009682723342061994	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
ENG0062_000000008307	3014	0.9760245477055652	4	4	4	3	2	False	127028	maximal	True	ENG0062_000000008307	1.0		1	1	False	False	0.9817517995834351	0					non-mobilizable	no_good_hit	2259.0	99.734	75.0	0.008661695206530411	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0107_000000031816	1891	0.976024366553709	4	3	2	3	2	False	99024	fragment	False	MON0107_000000031816	1.0		0	0	False	False	0.986779510974884	0					non-mobilizable	no_good_hit	561.0	77.54	29.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0162_000000000634	28233	0.9760174796747556	27	14	10	12	4	False	48839	maximal	True	ISR0162_000000000634	1.0		1	1	False	False	0.9999645948410034	0					non-mobilizable	no_good_hit	1612.0	87.71700000000001	6.0	0.0005007899346514265	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
FIJ0144_000000015219	2068	0.9760107402010636	3	3	0	3	3	True	69203	maximal	False	MAD0088_000000011603	0.9967516807512222	PS150	0	0	True	True	1.0	4		MOBV			mobilizable	plasmid	1226.0	99.837	100.0	0.604043392504931	CP047464.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-2kb, complete sequence	False	True
ISR0133_000000013823	1607	0.9760053330149934	3	3	3	3	2	False	73253	fragment	False	ISR0324_000000017166	0.6427703523693803		0	0	False	False	0.988176703453064	0					non-mobilizable	other	1531.0	99.60799999999999	95.0	0.005727741360656781	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ENG0003_000000003079	7080	0.9760002723972666	11	7	3	3	6	True	87193	maximal	False	SPA0122_000000004557	0.991335455073115		0	0	True	True	1.0	188	rep_cluster_722	MOBB			mobilizable	plasmid	5670.0	99.89399999999999	100.0	0.8098370031455533	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
ENG0065_000000003767	7080	0.9760002723972666	11	7	3	3	6	True	87193	maximal	False	SPA0122_000000004557	0.9914409081334654		0	0	True	True	1.0	52	rep_cluster_722	MOBB			mobilizable	plasmid	5670.0	99.912	100.0	0.8098370031455533	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
MAD0074_000000000351	7827	0.9759992909146912	9	8	3	5	6	True	128143	maximal	True	MAD0074_000000000351	1.0	PS1033	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2972.0	84.69	70.0	0.4828379044178026	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0080_000000006573	4396	0.9759977344883316	9	8	4	8	7	False	34321	maximal	True	ISR0080_000000006573	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2543.0	97.56200000000001	95.0	0.0004951325278112746	CP026935.2	enterobacteria	Escherichia coli strain CFS3292 chromosome, complete genome	False	False
ENG0125_000000014593	1805	0.9759891969669664	2	1	1	1	1	False	58831	maximal	True	ENG0125_000000014593	1.0		1	1	False	False	0.9950138330459595	0					non-mobilizable	no_good_hit	307.0	78.176	17.0	0.00010305486964569331	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
USA0005_01_000000004199	8467	0.9759864300364492	9	8	4	5	6	False	110886	maximal	True	USA0005_01_000000004199	1.0		1	1	False	False	0.9988189339637756	0					non-mobilizable	no_good_hit	2661.0	96.46700000000001	72.0	0.000580860737161501	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
FIJ0121_000000004721	5476	0.975982691648535	4	3	2	3	1	False	41498	maximal	True	FIJ0121_000000004721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	87.059	8.0	0.0001357665864982051	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0106_000000009318	2711	0.9759796229049004	4	2	2	1	2	False	98847	fragment	False	FIJ0106_000000009318	1.0		0	0	False	False	0.9933604001998901	0					non-mobilizable	chromosome	2703.0	91.639	100.0	0.0005104258679862459	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
SPA0074_000000004707	5528	0.9759779071867192	6	4	2	3	1	False	5827	maximal	True	SPA0074_000000004707	1.0		3	2	False	False	0.9990954995155334	0					non-mobilizable	no_good_hit	2513.0	81.297	60.0	0.0010907381947756797	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0395_000000007542	5080	0.9759756208269816	6	1	1	1	1	False	81390	fragment	False	ISR0395_000000007542	1.0		0	0	False	False	0.9998031258583069	0					non-mobilizable	no_good_hit								True	False
ISR0088_000000004305	5071	0.9759756208269816	5	1	1	1	1	False	81394	maximal	True	ISR0088_000000004305	1.0		1	1	False	False	0.9958587884902954	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.000663477319551629	NZ_WNAF01000014.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold14_size57274, whole genome shotgun sequence	True	False
SPA0096_000000007613	4599	0.9759756208269816	6	1	1	1	1	False	81388	fragment	False	SPA0096_000000007613	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000004979	4352	0.9759756208269816	4	1	1	1	1	False	69740	fragment	False	ISR0018_000000004979	1.0		0	0	False	False	0.9993106722831726	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000008374	3553	0.9759756208269816	5	1	1	1	1	False	81387	fragment	False	CHI0140_000000008374	1.0		0	0	False	False	0.9997185468673706	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000011669	3327	0.9759756208269816	4	1	1	1	1	False	81384	fragment	False	MAD0107_000000011669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0053_000000003795	3172	0.9759756208269816	5	1	1	1	1	False	78220	fragment	False	MAD0053_000000003795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0127_000000007038	2761	0.9759756208269816	4	1	1	1	1	False	81383	fragment	False	CHI0127_000000007038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000010382	2678	0.9759756208269816	4	1	1	1	1	False	78219	fragment	False	MAD0012_000000010382	1.0		0	0	False	False	0.9921583533287048	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000018169	2676	0.9759756208269816	6	1	1	1	1	False	92931	maximal	True	CAN0016_000000018169	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000020788	2126	0.9759756208269816	3	1	1	1	1	False	69738	fragment	False	ISR0029_000000020788	1.0		0	0	False	False	0.99811851978302	0					non-mobilizable	no_good_hit								True	False
CHI0166_000000004353	1719	0.9759756208269816	3	1	1	1	1	False	78218	fragment	False	CHI0166_000000004353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000004641	11810	0.9759739261345171	21	6	2	5	4	False	94338	fragment	False	CAN0012_000000004641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	479.0	99.791	4.0	0.00014156775927557587	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0077_000000000720	21450	0.9759727458052294	23	13	8	13	4	True	64254	fragment	False	MON0077_000000000720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
SPA0049_000000007753	2632	0.9759703437148394	4	3	3	2	1	False	6610	fragment	False	SPA0049_000000007753	1.0		0	0	False	False	0.9981002807617188	0					non-mobilizable	no_good_hit	773.0	97.154	29.0	0.06691546606491929	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
ENG0166_000000014236	2021	0.9759684436223841	4	2	2	2	2	False	56151	fragment	False	SPA0028_000000014393	0.9442409945250042		0	0	False	False	0.9975259900093079	0					non-mobilizable	no_good_hit								True	False
ENG0169_000000015054	1596	0.9759624634461028	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.6592437907080236		0	0	False	False	0.9768170714378357	0					non-mobilizable	other	1596.0	99.624	100.0	0.006118425090529675	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0113_000000014842	1889	0.9759599650982508	3	3	2	2	3	False	81510	fragment	False	ENG0113_000000014842	0.9966983864727648		0	0	False	False	0.9947062134742737	0					non-mobilizable	other	1714.0	99.59200000000001	100.0	0.007039880326144134	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0148_000000016777	1730	0.975958163337987	2	2	2	1	1	False	104283	fragment	False	ENG0034_000000007732	0.9561027837259101		0	0	False	False	1.0	0					non-mobilizable	other	1730.0	99.191	100.0	0.002485920545435985	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0074_000000000976	18027	0.9759538688770854	27	13	8	9	9	True	117600	fragment	False	ISR0074_000000000976	0.9453434636464836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10938.0	97.906	89.0	0.06296727222459018	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0133_000000001553	9961	0.9759516390367512	15	6	3	5	2	True	102178	maximal	True	ISR0133_000000001553	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0009607136730142391	NZ_BILU01000094.1	firmicutes	Paenibacillus alginolyticus DSM 5050 = NBRC 15375 PAL01S_CON00094, whole genome shotgun sequence	True	True
ISR0348_000000001426	7152	0.9759460498436058	7	5	5	5	5	False	49160	fragment	False	ISR0348_000000001426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	96.575	31.0	0.00035772124365351563	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0055_000000002878	6684	0.9759420689873021	10	8	7	7	6	True	94596	maximal	True	ENG0055_000000002878	1.0		2	1	False	False	0.9956612586975098	0					non-mobilizable	no_good_hit	5769.0	99.324	87.0	0.12485386447282962	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0069_000000001721	12306	0.9759419748044392	10	9	7	9	8	False	34982	fragment	False	ISR0069_000000001721	1.0		0	0	False	False	0.9994311928749084	0					non-mobilizable	no_good_hit	417.0	91.367	9.0	0.0031763568567877366	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
ENG0196_000000002487	3846	0.9759412713089736	4	3	3	3	3	False	107277	fragment	False	USA0057_01_000000007734	0.9581904629101705		0	0	False	False	0.9981799125671387	0					non-mobilizable	no_good_hit								True	False
ISR0261_000000004765	3621	0.9759347737082998	4	3	3	3	3	False	131467	maximal	False	USA0057_01_000000008170	0.9453910341192601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	99.78	50.0	0.01013933918516989	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0055_000000003763	5142	0.9759334196421684	4	4	4	4	3	False	63682	fragment	False	ENG0055_000000003763	1.0		0	0	False	False	0.9863865971565247	0					non-mobilizable	no_good_hit	150.0	100.0	3.0	4.166537336229217e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0101_000000007067	1699	0.9759287232429196	1	1	1	1	1	True	83308	fragment	False	CHI0101_000000007067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	81.413	80.0	0.44785534062237176	HG796412.1	bacteria	Uncultured bacterium plasmid pRGI00992	True	True
SPA0032_000000014871	1919	0.9759269981603961	3	3	3	3	2	False	120201	maximal	True	SPA0032_000000014871	1.0		70	9	False	False	1.0	0					non-mobilizable	chromosome	1609.0	99.25399999999999	100.0	0.0006370469563466249	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0090_000000002209	8699	0.9759256258562841	12	8	5	5	7	True	104261	maximal	True	ENG0090_000000002209	1.0	PS1|PS615	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	3063.0	86.876	38.0	0.6513525118076428	NZ_FQVD01000065.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
MON0044_000000013875	3415	0.9759191807400641	6	2	2	2	2	False	67862	fragment	False	MON0044_000000013875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1816.0	95.154	53.0	0.009736238408598908	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0233_000000000825	8194	0.975915181019646	11	2	2	2	1	False	27399	maximal	True	ISR0233_000000000825	1.0		1	1	True	True	1.0	28					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00015261712048332264	AC013406.7	primates	Homo sapiens BAC clone RP11-341F20 from 2, complete sequence	True	True
CAN0003_000000010090	4804	0.9759149969604723	8	6	1	3	5	False	130029	backbone	False	ISR0080_000000005952	0.9465354258674056	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1783.0	95.962	60.0	0.35463958582238153	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0061_000000008053	4803	0.9759149969604723	8	6	1	3	5	False	130029	backbone	False	ISR0080_000000005952	0.9468524325609593	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	128					non-mobilizable	no_good_hit	1873.0	96.476	60.0	0.37248656181564804	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0175_000000005207	4720	0.9759149969604723	7	6	1	3	5	False	130029	backbone	False	ISR0080_000000005952	0.9171749388758622	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	96					non-mobilizable	no_good_hit	1878.0	96.432	60.0	0.3735563520509757	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0089_000000004983	3963	0.9759146795904182	5	4	2	3	3	True	126579	maximal	True	AST0089_000000004983	1.0	PS971	1	1	True	True	1.0	102					non-mobilizable	no_good_hit	1421.0	97.46700000000001	73.0	0.3484997540580423	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0010_000000006045	3325	0.9759146795904182	4	4	2	3	3	True	126573	backbone	True	ENG0010_000000006045	1.0	PS971|PS972	1	1	True	True	1.0	168					non-mobilizable	no_good_hit	1327.0	99.322	82.0	0.32611903590752583	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0027_000000007977	3276	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5645069436872958	PS971	0	0	True	True	1.0	188					non-mobilizable	plasmid	957.0	99.06	96.0	0.23512051155927202	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
CAN0011_000000009426	3256	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6192782405209114	PS971	0	0	True	True	1.0	198					non-mobilizable	plasmid	1785.0	99.21600000000001	96.0	0.43851451057550417	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ITA0011_000000000541	3184	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5377062568778164	PS971	0	0	True	True	0.9940326809883118	1					non-mobilizable	plasmid	1787.0	99.04899999999999	97.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0134_000000010332	3182	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6603061474114919	PS971	0	0	True	True	0.996228814125061	5					non-mobilizable	plasmid	1803.0	95.008	97.0	0.43851451057550417	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0255_000000009288	3180	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5580705854778386	PS971	0	0	True	True	1.0	8					non-mobilizable	plasmid	1824.0	98.41	95.0	0.44786030496802753	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0092_000000006605	3177	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6139306875802237	PS971	0	0	True	True	1.0	55					non-mobilizable	plasmid	1472.0	98.709	99.0	0.3607968519429415	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0238_000000004310	3175	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5905027108908556	PS971	0	0	True	True	1.0	21					non-mobilizable	plasmid	1655.0	98.12700000000001	99.0	0.4058042302016724	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0151_000000007384	3175	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6040906260248557	PS971	0	0	True	True	1.0	15					non-mobilizable	plasmid	1790.0	98.883	99.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0150_000000007166	3169	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5558485613377627	PS971	0	0	True	True	0.9981066584587097	9					non-mobilizable	plasmid	1787.0	97.146	96.0	0.43851451057550417	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0065_000000009900	3166	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.2212539320362246	PS971	0	0	True	True	1.0	47					non-mobilizable	plasmid	1786.0	99.104	96.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0144_000000001906	3152	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5824255614587476	PS971	0	0	True	True	1.0	36					non-mobilizable	plasmid	1440.0	98.958	99.0	0.3536645351697	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
FIJ0004_000000008444	3151	0.9759146795904182	4	4	2	3	3	True	126570	backbone	True	FIJ0004_000000008444	0.6619936690585706	PS971	0	0	True	True	1.0	3					non-mobilizable	plasmid	1787.0	98.545	99.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0211_000000006830	3150	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.21854424160787195	PS1090	0	0	True	True	0.9987301826477051	32					non-mobilizable	other	2496.0	86.819	91.0	0.8271028037383178	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0222_000000017160	3147	0.9759146795904182	6	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5758006114478935	PS971	0	0	True	True	1.0	450					non-mobilizable	plasmid	1740.0	97.471	99.0	0.42744712247909494	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0308_000000005017	3140	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5480289960859464	PS971	0	0	True	True	0.9987261295318604	16					non-mobilizable	plasmid	1125.0	98.93299999999999	100.0	0.2764387604525332	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
MON0017_000000006211	3137	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.24151650248415066	PS1090	0	0	True	True	1.0	76					non-mobilizable	other	2617.0	86.779	93.0	0.866822429906542	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0315_000000002884	3137	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.2354942473882246	PS1090	0	0	True	True	1.0	161					non-mobilizable	other	2504.0	86.941	93.0	0.8297730307076101	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0123_000000006454	3137	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.24075021676259883	PS1090	0	0	True	True	1.0	107					non-mobilizable	other	2502.0	86.89	93.0	0.829105473965287	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0040_000000008793	3131	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6039900308550803	PS971	0	0	True	True	1.0	41					non-mobilizable	plasmid	1472.0	98.43799999999999	100.0	0.3607968519429415	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0282_000000006768	3131	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6254745052154771	PS971	0	0	True	True	0.997125506401062	12					non-mobilizable	plasmid	1790.0	98.715	99.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0328_000000008809	3129	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.20997575163835455	PS1090	0	0	True	True	0.9993607997894287	5					non-mobilizable	other	2020.0	86.68299999999999	91.0	0.6692256341789052	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0224_000000009255	3128	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5650031442686664	PS971	0	0	True	True	1.0	23					non-mobilizable	plasmid	1790.0	98.212	100.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0057_000000006649	3128	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5498262466518871	PS971	0	0	True	True	1.0	78					non-mobilizable	plasmid	1790.0	98.436	99.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
FIJ0079_000000009098	3126	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5804577242164666	PS971	0	0	True	True	0.9974408149719238	5					non-mobilizable	plasmid	1438.0	94.92399999999999	100.0	0.352680767338908	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0108_000000006982	3126	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.622803151641025	PS971	0	0	True	True	1.0	38					non-mobilizable	plasmid	1467.0	99.046	100.0	0.3603049680275455	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0275_000000004423	3123	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5991879245966296	PS971	0	0	True	True	1.0	234					non-mobilizable	plasmid	1680.0	98.869	99.0	0.41293654697491394	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0359_000000007862	3117	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.23467859188969983	PS1090	0	0	True	True	1.0	14					non-mobilizable	other	2643.0	86.984	92.0	0.8761682242990654	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0061_000000013277	3117	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.24713071757432803	PS1090	0	0	True	True	1.0	241					non-mobilizable	other	2738.0	87.071	93.0	0.9072096128170895	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0033_000000011035	3115	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.578299795447022	PS971	0	0	True	True	0.998715877532959	2					non-mobilizable	plasmid	1790.0	97.98899999999999	100.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
DEN0007_000000008792	3112	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5809800679102468	PS971	0	0	True	True	1.0	174					non-mobilizable	plasmid	1790.0	98.045	100.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0031_000000006812	3106	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5900628871245234	PS971	0	0	True	True	0.9983901977539062	8					non-mobilizable	plasmid	1807.0	94.743	99.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
FIJ0017_000000009040	3106	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5800968641252108	PS971	0	0	True	True	1.0	13					non-mobilizable	plasmid	1438.0	94.715	100.0	0.352680767338908	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0042_000000008882	3105	0.9759146795904182	5	4	2	3	3	True	109162	maximal	True	ISR0042_000000008882	1.0		1	1	True	True	1.0	55					non-mobilizable	other	1627.0	86.109	90.0	0.5390520694259012	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0232_000000008198	3103	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5967347880745032	PS971	0	0	True	True	1.0	17					non-mobilizable	plasmid	1610.0	99.13	100.0	0.3954746679783571	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0054_000000008286	3103	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5514498990089027	PS971	0	0	True	True	1.0	43					non-mobilizable	plasmid	1785.0	99.272	100.0	0.43851451057550417	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0005_000000007728	3103	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6262027046098683	PS971	0	0	True	True	0.9954882264137268	19					non-mobilizable	plasmid	1785.0	99.272	99.0	0.43851451057550417	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0825_000000007395	3103	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.634965204884026	PS971	0	0	True	True	0.9996777176856995	30					non-mobilizable	plasmid	1550.0	99.09700000000001	100.0	0.3807181505164781	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
SPA0021_000000010606	3100	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6439625298705259	PS971	0	0	True	True	1.0	18					non-mobilizable	plasmid	1790.0	98.82700000000001	99.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0104_000000008144	3098	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5803770658146544	PS971	0	0	True	True	1.0	9					non-mobilizable	plasmid	1787.0	98.601	99.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0019_000000005388	3091	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.22535244614935634	PS1090	0	0	True	True	1.0	55					non-mobilizable	other	2195.0	86.333	93.0	0.7263017356475301	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0303_000000003739	3090	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.21815945701760173	PS1090	0	0	True	True	0.9990290999412537	19					non-mobilizable	other	2234.0	86.616	91.0	0.7403204272363151	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0329_000000004145	3089	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.2091341127344869	PS1090	0	0	True	True	1.0	69					non-mobilizable	other	2505.0	87.226	91.0	0.8307743658210948	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0166_000000005910	3088	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.21294921691507473	PS1090	0	0	True	True	1.0	182					non-mobilizable	other	2680.0	86.119	93.0	0.8875166889185581	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0092_000000007937	3087	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5106036863708077	PS971	0	0	True	True	1.0	41					non-mobilizable	plasmid	1786.0	99.104	96.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0026_000000003445	3085	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6052061269259449	PS971	0	0	True	True	1.0	25					non-mobilizable	plasmid	1790.0	98.771	100.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0824_000000006266	3083	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6054857309799254	PS971	0	0	True	True	1.0	20					non-mobilizable	plasmid	1785.0	99.104	100.0	0.43851451057550417	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0189_000000004201	3083	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.241220537193929	PS1090	0	0	True	True	0.9996756315231323	29					non-mobilizable	other	2137.0	86.336	93.0	0.7072763684913218	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0056_000000006700	3077	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.24114755737979626	PS1090	0	0	True	True	1.0	102					non-mobilizable	other	1799.0	86.604	93.0	0.5944592790387183	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0055_000000004086	3074	0.9759146795904182	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.22597132199826708	PS1090	0	0	True	True	1.0	28					non-mobilizable	other	2075.0	86.84299999999999	93.0	0.6865821094793058	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0026_000000007329	3073	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.22066357031938966	PS1090	0	0	True	True	0.9996745586395264	16					non-mobilizable	other	2736.0	86.87899999999999	92.0	0.9072096128170895	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0296_000000008353	3068	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5734182112683058	PS971	0	0	True	True	0.9990221858024597	19					non-mobilizable	plasmid	1790.0	98.54700000000001	100.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0279_000000006534	3066	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.22402393217532576	PS1090	0	0	True	True	1.0	23					non-mobilizable	other	2727.0	86.98200000000001	93.0	0.9035380507343124	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0072_000000009009	3054	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5329589807710561	PS971	0	0	True	True	0.999672532081604	7					non-mobilizable	plasmid	1782.0	98.765	99.0	0.4377766847024102	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0115_000000010592	3053	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.5792151898247643	PS971	0	0	True	True	1.0	7					non-mobilizable	plasmid	1787.0	98.209	100.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
MON0110_000000004447	3045	0.9759146795904182	4	4	2	3	3	True	69037	maximal	False	MON0033_000000021684	0.9696443183842902		0	0	True	True	1.0	51					non-mobilizable	no_good_hit	1427.0	88.227	86.0	0.47363150867823767	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0187_000000009115	3041	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.6415594413032668	PS971	0	0	True	True	1.0	75					non-mobilizable	plasmid	1806.0	94.795	99.0	0.43851451057550417	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0360_000000008025	3030	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.2117401452652446	PS1090	0	0	True	True	1.0	18					non-mobilizable	other	2823.0	87.10600000000001	93.0	0.9359145527369827	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0343_000000005365	3018	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.23473196161924578	PS1090	0	0	True	True	0.9996686577796936	5					non-mobilizable	other	2651.0	86.835	93.0	0.8791722296395194	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MON0099_000000010586	2998	0.9759146795904182	4	4	2	3	3	True	69037	maximal	False	MON0033_000000021684	0.9768431044489482		0	0	True	True	1.0	33					non-mobilizable	no_good_hit	906.0	87.969	87.0	0.29973297730307075	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0033_000000021684	2994	0.9759146795904182	4	4	2	3	3	True	69037	maximal	True	MON0033_000000021684	0.9827447088425671		3	1	True	True	1.0	77					non-mobilizable	no_good_hit	1437.0	88.031	87.0	0.4766355140186916	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0364_000000005455	2889	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.21895269820714716	PS1090	0	0	True	True	0.9993076920509338	2					non-mobilizable	other	2736.0	86.915	94.0	0.9072096128170895	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0001_000000009896	2829	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.2917576913114426	PS971	0	0	True	True	1.0	2					non-mobilizable	plasmid	1814.0	97.795	99.0	0.44490900147565177	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0369_000000004304	2792	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.18163822058442441	PS1090	0	0	True	True	1.0	1					non-mobilizable	other	2735.0	86.984	99.0	0.9068758344459279	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0243_000000003765	2791	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.13035363614070103	PS971	0	0	False	True	0.9982085227966309	0					non-mobilizable	plasmid	1504.0	99.26899999999999	97.0	0.3694048204623709	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0203_000000006056	2786	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.19819566612813302	PS1090	0	0	False	True	1.0	0					non-mobilizable	other	2738.0	87.18	98.0	0.9072096128170895	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0186_000000010155	2747	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.1732106638039196	PS971	0	0	False	True	0.9967237114906311	0					non-mobilizable	plasmid	1719.0	98.31299999999999	99.0	0.42252828332513526	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
MON0019_000000023972	2747	0.9759146795904182	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.20996030877353541	PS971	0	0	False	True	1.0	0					non-mobilizable	plasmid	1791.0	96.762	99.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
FIJ0034_000000010421	2678	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.07513953261310496	PS971	0	0	False	True	0.9906646609306335	0					non-mobilizable	plasmid	1790.0	97.98899999999999	100.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0010_000000007510	2585	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.06412518289198191	PS971	0	0	False	True	1.0	0					non-mobilizable	plasmid	1787.0	99.161	97.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0071_000000003016	2575	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.02877959671115872	PS1090	0	0	False	True	0.9965048432350159	0					non-mobilizable	other	2529.0	86.95100000000001	97.0	0.8377837116154874	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0223_000000011869	2454	0.9759146795904182	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.043547785409901396	PS971	0	0	False	True	1.0	0					non-mobilizable	plasmid	1753.0	98.51700000000001	100.0	0.4306443679291687	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0013_000000010855	2318	0.9759146795904182	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.017065259240909934	PS1090	0	0	False	True	1.0	0					non-mobilizable	other	2337.0	86.86399999999999	100.0	0.7740320427236315	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0012_000000000686	9474	0.9759099761140656	12	7	3	5	4	False	127542	maximal	True	DEN0012_000000000686	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3610.0	94.1	54.0	0.3323491419081011	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0166_000000000763	28978	0.9759098236953224	34	18	13	15	9	True	53275	fragment	False	FIJ0166_000000000763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
ENG0011_000000002440	8743	0.975902895898594	11	10	5	7	9	True	97958	maximal	True	ENG0011_000000002440	1.0		1	1	False	False	1.0	0					non-mobilizable	other	8734.0	99.98899999999999	99.0	0.09841996123157373	NZ_JAAJTM010000003.1	enterobacteria	Escherichia marmotae strain UMB2500_14 scaffold00003, whole genome shotgun sequence	False	True
FIJ0136_000000003058	8197	0.9758979001752875	13	4	2	4	1	True	116313	maximal	True	FIJ0136_000000003058	1.0		1	1	False	False	0.9997559785842896	0					non-mobilizable	no_good_hit								True	True
ISR0388_000000002722	9032	0.97589753507753	10	8	7	7	5	False	126457	maximal	True	ISR0388_000000002722	1.0		0	0	False	False	0.9997785687446594	0					non-mobilizable	no_good_hit	1109.0	73.85	16.0	0.011571215669576326	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0065_000000011650	2210	0.9758950943025844	4	3	1	1	3	False	119858	fragment	False	MON0065_000000011650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000021128	1811	0.9758940146331252	2	2	2	2	2	False	101497	maximal	False	AUS0010_000000013192	0.9840032289583859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1194.0	79.39699999999999	65.0	0.01564358005443543	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
ISR0288_000000006697	4315	0.9758937994072976	3	3	2	3	2	False	105898	fragment	False	ISR0288_000000006697	0.9471562386185216		0	0	False	False	0.9972190260887146	0					non-mobilizable	no_good_hit	71.0	98.59200000000001	2.0	2.4319066147859924e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
AUS0014_000000001325	19529	0.9758934055751908	15	9	8	9	5	True	100987	fragment	False	AUS0014_000000001325	1.0		0	0	False	False	0.9996415376663208	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00011983436228146873	NZ_QHCT01000006.1	bacteria	Leptospira stimsonii strain Yale NODE_6_length_225311_cov_409.919, whole genome shotgun sequence	True	True
SPA0051_000000009327	2720	0.9758927510335312	4	4	4	3	2	False	125026	fragment	False	SPA0051_000000009327	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2720.0	99.118	100.0	0.0006039283104444725	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0001_000000007125	2752	0.97588651928833	3	3	3	3	1	False	110574	fragment	False	FIJ0001_000000007125	1.0		0	0	False	False	0.9970930218696594	0					non-mobilizable	no_good_hit								True	False
DEN0031_000000011456	2920	0.9758861899507087	3	3	3	3	2	False	73799	fragment	False	DEN0031_000000011456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	73.45100000000001	8.0	4.751965360073311e-05	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0106_000000011884	2118	0.975885269663124	3	2	2	2	2	False	129572	fragment	False	ISR0106_000000011884	1.0		0	0	False	True	0.9985835552215576	0					non-mobilizable	other	2118.0	98.914	100.0	0.008643991670409539	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0102_000000018476	1703	0.975885269663124	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.12160632927729421	PS1061	0	0	False	True	0.9988256096839905	0					non-mobilizable	other	1624.0	98.399	95.0	0.006626924176228002	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0049_000000017632	1675	0.975885269663124	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.12181294451970252	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1613.0	87.167	99.0	0.007509813164809828	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0070_000000010585	2350	0.975884983693867	4	3	3	3	1	False	62427	fragment	False	ENG0070_000000010585	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	98.791	100.0	0.005399379942174383	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
CHI0018_000000009967	1755	0.9758842407423624	3	2	2	2	2	False	95236	fragment	False	CHI0161_000000005548	0.9504301566247793		0	0	False	False	0.9971510171890259	0					non-mobilizable	chromosome	1755.0	97.55	100.0	0.0003031580461066401	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0258_000000011183	2190	0.9758821550044324	2	2	2	2	1	True	53769	fragment	False	ISR0258_000000011183	1.0		0	0	False	False	0.9780821800231934	0					non-mobilizable	no_good_hit	723.0	78.562	40.0	0.00024167459626373767	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0039_000000007658	4233	0.9758802038163632	3	3	3	3	3	False	116625	fragment	False	USA0119_01_000000005030	0.972445236255864		0	0	False	False	0.9995275139808655	0					non-mobilizable	other	4233.0	99.48	100.0	0.0008169947258279986	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0018_000000004602	4725	0.975879615520871	4	3	2	3	2	True	102035	fragment	False	ISR0018_000000004602	1.0		0	0	False	False	0.9970370531082153	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.031322505800464036	GQ880800.1		Uncultured organism clone VC1CL23TR genomic sequence	True	True
ENG0057_000000015325	1668	0.9758694569021694	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.32117321185638986		0	0	False	False	0.9436450600624084	0					non-mobilizable	other	1581.0	78.05199999999999	94.0	0.02187918340026774	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0374_000000010416	1549	0.9758694569021694	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.3245308789814536		0	0	False	False	0.9993544220924377	0					non-mobilizable	other	1512.0	78.175	97.0	0.020917001338688086	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0191_000000009409	3112	0.9758683008068934	6	4	4	3	2	False	116221	fragment	False	SPA0040_000000011740	0.9561298076923077		0	0	False	False	1.0	0					non-mobilizable	chromosome	1963.0	94.65100000000001	99.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0105_000000010462	1837	0.975867797848888	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7717799585086137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1499.0	77.185	89.0	0.00042211015254560295	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0037_000000013985	1776	0.975867797848888	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8576969765019937		0	0	False	False	0.9938063025474548	0					non-mobilizable	other	1800.0	78.667	100.0	0.02483545292280232	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0035_01_000000014651	1735	0.975867797848888	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7397431185345713		0	0	False	False	0.9936599135398865	0					non-mobilizable	other	1672.0	78.888	96.0	0.023064480142793397	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0081_000000004666	4898	0.9758674352669082	6	3	2	2	1	True	49935	maximal	True	ISR0081_000000004666	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	99.264	14.0	0.00021370397208862223	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0136_000000001021	20628	0.9758658846120978	18	8	7	7	7	False	51030	maximal	False	FIJ0079_000000001159	0.9984734966821727		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	578.0	74.74	3.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	True
FIJ0166_000000001174	20625	0.9758658846120978	18	8	7	7	7	False	51030	maximal	False	FIJ0079_000000001159	0.9979788376724841		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	578.0	74.74	3.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	True
FIJ0017_000000001094	20610	0.9758658846120978	18	8	7	7	7	False	51030	maximal	False	FIJ0079_000000001159	0.9967521709961645		0	0	False	True	0.9998544454574585	0					non-mobilizable	no_good_hit	578.0	74.74	3.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	True
AST0046_000000004366	4496	0.9758564451731142	7	5	4	3	3	False	129717	fragment	False	AST0046_000000004366	0.9993085964507951		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1806.0	87.486	42.0	0.0004829058821259436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0266_000000003186	4339	0.9758564451731142	7	5	4	3	3	False	129717	fragment	False	AST0046_000000004366	0.9818727758007118		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1776.0	87.162	43.0	0.0004748663835333918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0110_000000004053	5610	0.9758554285921024	7	4	1	3	3	True	96744	fragment	False	ISR0160_000000004531	0.9896870554765291		0	0	False	False	0.9989304542541504	0	IncW				non-mobilizable	other	5613.0	98.96700000000001	100.0	0.002346763315691029	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0169_000000005073	5087	0.975855260275404	5	2	2	2	0	True	81562	fragment	False	ISR0169_000000005073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	89.735	34.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0062_000000003469	4684	0.975855260275404	5	2	2	2	0	True	81601	maximal	True	DEN0062_000000003469	0.9744418999662823	PS400	1	1	True	True	0.9997864961624146	17					non-mobilizable	no_good_hit	771.0	89.36399999999999	43.0	0.19642401021711367	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0015_000000006092	3948	0.975855260275404	6	2	2	2	0	True	81534	backbone	True	ISR0015_000000006092	1.0	PS400	1	1	True	True	1.0	2					non-mobilizable	no_good_hit	904.0	87.16799999999999	39.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0039_000000008730	3808	0.975855260275404	4	2	2	2	0	True	68059	maximal	False	ENG0078_000000007103	0.9081926496915251	PS316	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	343.0	82.79899999999999	9.0	0.030456852791878174	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0017_000000008768	3793	0.975855260275404	4	2	2	2	0	True	68059	maximal	False	ENG0078_000000007103	0.9219033834604583	PS316	0	0	True	True	1.0	139					non-mobilizable	no_good_hit	310.0	86.774	8.0	0.04621912410971359	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0094_000000004998	3775	0.975855260275404	4	2	2	2	0	True	116353	backbone	False	FIJ0092_000000008111	0.9645616774352601	PS773	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0091_000000006659	3775	0.975855260275404	4	2	2	2	0	True	116353	backbone	False	FIJ0092_000000008111	0.9645171951700473	PS773	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	202.0	75.248	5.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
ISR0111_000000004476	3763	0.975855260275404	4	2	2	2	0	True	68059	maximal	False	ENG0078_000000007103	0.9137211524493934	PS316	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	218.0	83.486	6.0	0.0325806940445522	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
SPA0089_000000010474	3737	0.975855260275404	5	2	2	2	0	True	68059	maximal	False	ENG0078_000000007103	0.9129247967306048	PS316	0	0	True	True	1.0	160					non-mobilizable	no_good_hit	297.0	82.492	8.0	0.04424912865585695	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
SPA0090_000000009009	3697	0.975855260275404	4	2	2	2	0	True	68059	maximal	False	ENG0078_000000007103	0.7713572619916816	PS316	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	297.0	82.492	9.0	0.04424912865585695	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ENG0078_000000007103	3689	0.975855260275404	4	2	2	2	0	True	68059	maximal	True	ENG0078_000000007103	0.9302046184901034	PS316	4	2	True	True	0.9981024861335754	2					non-mobilizable	no_good_hit	273.0	86.81299999999999	9.0	0.04076375208364904	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0086_000000008456	3623	0.975855260275404	2	2	2	2	0	True	44433	maximal	True	FIJ0086_000000008456	0.9813110181311018		3	1	True	True	0.9994479417800903	5					non-mobilizable	no_good_hit								True	True
FIJ0164_000000006589	3598	0.975855260275404	2	2	2	2	0	True	51450	maximal	False	FIJ0029_000000009646	0.8361574493451862		0	0	True	True	0.9997220635414124	2					non-mobilizable	no_good_hit								True	True
ENG0109_000000006822	3597	0.975855260275404	4	2	2	2	0	True	81598	backbone	True	ENG0109_000000006822	1.0	PS404	1	1	True	True	0.9966638684272766	6					non-mobilizable	no_good_hit	906.0	91.611	51.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0113_000000006999	3585	0.975855260275404	2	2	2	2	0	True	44433	maximal	False	FIJ0086_000000008456	0.9777808446039193		0	0	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
FIJ0029_000000009646	3577	0.975855260275404	3	2	2	2	0	True	51450	maximal	True	FIJ0029_000000009646	0.8365471971529448		3	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
FIJ0057_000000008513	3574	0.975855260275404	2	2	2	2	0	True	51450	maximal	False	FIJ0029_000000009646	0.7423750004372773		0	0	False	True	0.9994404315948486	0					non-mobilizable	no_good_hit								True	True
FIJ0023_000000008681	3571	0.975855260275404	2	2	2	2	0	True	51450	maximal	False	FIJ0029_000000009646	0.7403261977305468		0	0	True	True	0.9985998272895813	1					non-mobilizable	no_good_hit								True	True
FIJ0083_000000009717	3559	0.975855260275404	3	2	2	2	0	True	51450	maximal	False	FIJ0029_000000009646	0.8227622389947731		0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
FIJ0133_000000010495	3550	0.975855260275404	3	2	2	2	0	True	51450	maximal	False	FIJ0029_000000009646	0.6438633753074785		0	0	True	True	0.998873233795166	7					non-mobilizable	no_good_hit								True	True
FIJ0008_000000008099	3546	0.975855260275404	2	2	2	2	0	True	51450	maximal	False	FIJ0029_000000009646	0.6382396164085413		0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
TAN0009_000000009650	3544	0.975855260275404	2	2	2	2	0	True	51450	maximal	False	FIJ0029_000000009646	0.5350167833276711		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	67.0	83.58200000000001	2.0	0.000963776818943404	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0304_000000002622	3541	0.975855260275404	4	2	2	2	0	True	25497	maximal	True	ISR0304_000000002622	1.0		1	1	True	True	0.9997175931930542	18					non-mobilizable	no_good_hit	836.0	88.995	23.0	0.2988836874324811	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ETH0002_000000007912	3541	0.975855260275404	4	2	2	2	0	True	81602	backbone	False	ISR0381_000000004215	0.9299359873551376	PS404|PS405	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	903.0	89.48	52.0	0.2293742017879949	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0044_000000006218	3523	0.975855260275404	2	2	2	2	0	True	51450	maximal	False	FIJ0029_000000009646	0.8342335790479878		0	0	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
MON0063_000000008977	3185	0.975855260275404	3	2	2	2	0	True	68058	backbone	True	MON0063_000000008977	1.0	PS316	1	1	True	True	1.0	6					non-mobilizable	no_good_hit	70.0	94.286	3.0	0.01045612971662373	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0046_000000009058	3152	0.975855260275404	2	2	2	2	0	True	51450	maximal	False	FIJ0029_000000009646	0.18824846110800225		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0818_000000006129	2836	0.975855260275404	3	2	2	2	0	True	21930	fragment	False	ISR0818_000000006129	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	90.359	46.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0057_000000009548	2622	0.975855260275404	3	2	2	2	0	True	81603	fragment	False	MON0056_000000005649	0.4755295836376917		0	0	False	False	0.9950419664382935	0					non-mobilizable	no_good_hit	725.0	90.759	72.0	0.18492975734355044	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0092_000000014425	2325	0.975855260275404	3	2	2	2	0	True	50852	fragment	False	FIJ0092_000000014425	1.0		0	0	False	False	0.9969892501831055	0					non-mobilizable	no_good_hit								True	True
FIJ0092_000000018795	1870	0.975855260275404	2	2	2	2	0	True	43302	fragment	False	FIJ0092_000000018795	1.0		0	0	False	False	0.9957219362258911	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	3.0	0.00012453779495644573	LN594639.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002034	True	True
SPA0040_000000003439	8728	0.9758507701537762	9	9	7	6	8	True	77834	maximal	True	SPA0040_000000003439	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6499.0	83.844	74.0	0.024749151046562938	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
ENG0211_000000005334	5751	0.9758503111491406	7	3	3	3	2	False	75686	maximal	True	ENG0211_000000005334	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	75.407	20.0	0.25362956445226575	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
AUS0010_000000003890	5559	0.9758502039684488	6	6	6	6	6	True	101613	maximal	True	AUS0010_000000003890	1.0		4	2	False	False	0.9992804527282715	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	7.854333171680198e-06	CP015613.1	enterobacteria	Serratia plymuthica PRI-2C, complete genome	True	True
ISR0138_000000000810	25401	0.9758485363595932	28	10	5	8	6	False	75292	maximal	True	ISR0138_000000000810	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4879.0	96.352	40.0	0.23112510134974007	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ISR0106_000000013325	1929	0.9758357322590137	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.5588895596600921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	76.949	85.0	0.00042211015254560295	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0200_000000012790	1912	0.9758357322590137	3	2	2	2	2	False	131479	maximal	True	ISR0200_000000012790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1642.0	78.07600000000001	85.0	0.022729808121374387	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0353_000000022844	1618	0.9758357322590137	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.49869433086994325		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	78.39699999999999	99.0	0.022590361445783132	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0041_000000001859	12427	0.9758328651823898	8	7	5	7	4	True	119534	fragment	False	ENG0041_000000001859	0.9758178639806876		0	0	False	False	1.0	0					non-mobilizable	other	5018.0	99.14299999999999	99.0	0.0279043375223218	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0082_000000001931	12450	0.9758323797028824	16	8	4	7	4	False	34204	maximal	True	ISR0082_000000001931	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	75.07	3.0	0.0002324661721639127	NC_010163.1	mycoplasmas	Acholeplasma laidlawii PG-8A, complete sequence	True	False
ENG0161_000000014948	1401	0.975829274854683	3	3	3	3	2	False	56394	fragment	False	ENG0161_000000014948	1.0		0	0	False	False	0.9992862343788147	0					non-mobilizable	other	1401.0	98.43	100.0	0.22294820717131475	NZ_QWZQ01000072.1	firmicutes	Lactobacillus garii strain FI11369 NODE_72_length_6275_cov_16.865647, whole genome shotgun sequence	False	False
ISR0032_000000002622	10712	0.9758286245726038	13	11	6	8	10	True	123666	fragment	False	USA0069_01_000000005394	0.9592828389540374		0	0	False	True	0.9999066591262817	0	rep_cluster_1702				non-mobilizable	chromosome	3573.0	98.713	96.0	0.0008132641284720538	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0024_000000005151	2429	0.975826621453206	2	2	2	2	2	False	127033	fragment	False	ISR0377_000000005596	0.9648982848025529		0	0	False	False	0.9876492619514465	0					non-mobilizable	no_good_hit	1723.0	97.33	71.0	0.006605597495857116	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0266_000000007670	2284	0.975826621453206	2	2	2	2	2	False	127021	fragment	False	ISR0266_000000007670	1.0		0	0	False	False	0.99956214427948	0					non-mobilizable	no_good_hit	1807.0	97.23299999999999	79.0	0.006927821763947708	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0058_000000016100	1924	0.975826621453206	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.9270329443646805		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	97.32600000000001	93.0	0.006881789725649051	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0007_000000009475	1920	0.975826621453206	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.9265907377403557		0	0	False	False	0.9880208373069763	0					non-mobilizable	other	1795.0	97.27	93.0	0.006881789725649051	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0343_000000009393	1917	0.975826621453206	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.9272664594250449		0	0	False	False	0.9973917603492737	0					non-mobilizable	other	1795.0	97.43700000000001	94.0	0.006881789725649051	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0197_000000013342	1916	0.975826621453206	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.9056004137000855		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	97.654	93.0	0.006862609709691278	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0387_000000012696	1914	0.975826621453206	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.9473968612365737		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	97.175	94.0	0.006920149757564598	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0060_000000007836	1801	0.975826621453206	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.8953016849558341		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	97.264	99.0	0.006866445712882833	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0063_000000008154	1670	0.975826621453206	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.7447365475632558		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	97.24600000000001	99.0	0.00640228932670472	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0159_000000014720	1710	0.9758180414679498	3	1	1	1	1	True	39396	fragment	False	FIJ0159_000000014720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	78.85	31.0	0.14807585052983827	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0040_000000000369	23363	0.975817999582374	30	7	3	4	5	False	18431	maximal	True	MAD0040_000000000369	1.0		2	1	False	False	0.9998716115951538	0					non-mobilizable	no_good_hit	4237.0	85.084	45.0	0.07438060468578316	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0105_000000008732	2130	0.9758174045302422	2	2	2	2	2	True	32948	fragment	False	ISR0105_000000008732	1.0		0	0	False	False	0.9957746267318726	0					non-mobilizable	plasmid	1717.0	99.709	100.0	0.25704014379868184	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
ISR0015_000000012764	2003	0.9758116745445464	3	3	3	2	2	False	120216	maximal	True	ISR0015_000000012764	1.0		7	3	False	False	0.9830254912376404	0					non-mobilizable	chromosome	1732.0	99.711	92.0	0.0006862030376079699	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0280_000000003681	2899	0.9758030299634284	4	3	3	3	2	False	96413	maximal	True	ISR0280_000000003681	1.0		3	2	False	False	0.9886167645454407	0					non-mobilizable	no_good_hit	1581.0	99.93700000000001	55.0	0.015767204215232318	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
ISR0024_000000009390	2487	0.9758006569007188	4	3	2	3	2	False	96205	fragment	False	ISR0024_000000009390	0.9789844208371696		0	0	False	False	0.9951748847961426	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000032329	1303	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.9992731225891572		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0815_000000023641	1303	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.9992731225891572		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0270_000000006760	1301	0.9757949083308122	1	1	1	1	1	False	97075	fragment	False	CAN0001_000000033805	0.9488740687068241		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	99.67299999999999	100.0	0.0005071549975327595	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0024_000000020841	1297	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.9977781960056781		0	0	False	False	0.9976869821548462	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
CAN0001_000000033805	1282	0.9757949083308122	1	1	1	1	1	False	97075	fragment	False	CAN0001_000000033805	0.9558416804993445		0	0	False	False	0.9851794242858887	0					non-mobilizable	other	1263.0	100.0	99.0	0.0005241847722246867	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0086_000000022798	1267	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.995250288946098		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0385_000000018925	1267	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.995250288946098		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0848_000000014431	1266	0.9757949083308122	1	1	1	1	1	False	97075	fragment	False	CAN0001_000000033805	0.641185647425897		0	0	False	False	0.9976303577423096	0					non-mobilizable	other	1210.0	99.75200000000001	100.0	0.0005021706732326832	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0374_000000012955	1263	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.993951200756333		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0208_000000022064	1263	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.9932490738233127		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.64	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0271_000000015467	1263	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.993951200756333		0	0	False	False	0.9984164834022522	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0340_000000016867	1263	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.993951200756333		0	0	False	False	0.9984164834022522	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0101_000000018698	1262	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.993581758760363		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0157_000000025223	1262	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.993581758760363		0	0	False	False	0.9976228475570679	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0357_000000021089	1262	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.993581758760363		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0220_000000007487	1258	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.9900715831078047		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0773_000000014783	1223	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.9695581227600196		0	0	False	False	0.9991823434829712	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0849_000000022075	1222	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.9689086358727725		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0794_000000017338	1222	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.9689086358727725		0	0	False	False	0.9991816878318787	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0246_000000020243	1188	0.9757949083308122	1	1	1	1	1	False	37423	fragment	False	ISR0814_000000032329	0.939971659807529		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.73	100.0	0.0004606346373987144	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ENG0109_000000004643	5092	0.9757941868615678	11	6	3	3	5	False	69689	maximal	True	ENG0109_000000004643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	97.525	49.0	0.0055168420502386475	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	False
USA0072_01_000000010093	1834	0.9757893107343408	3	3	3	3	3	False	94191	fragment	False	ISR0190_000000011329	0.955615718683524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1834.0	99.509	100.0	0.0007188226837380191	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0049_000000006149	2616	0.9757851305179306	4	2	2	2	2	False	86790	maximal	True	CHI0049_000000006149	1.0		3	1	False	False	0.9996177554130554	0					non-mobilizable	no_good_hit	1842.0	83.44200000000001	70.0	0.0005972049763384844	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0149_000000002860	5274	0.9757850082978532	4	4	4	4	4	True	83550	maximal	True	ISR0149_000000002860	1.0		0	0	False	False	1.0	0	rep_cluster_1018	MOBV			mobilizable	chromosome	5207.0	99.75	100.0	0.002375860599140382	CP050959.1	firmicutes	Streptococcus gallolyticus strain FDAARGOS_666 chromosome	False	True
SPA0135_000000008455	2800	0.9757824041124474	4	4	4	3	3	False	105069	fragment	False	SPA0135_000000008455	0.9994078168180024		0	0	False	False	0.9992856979370117	0					non-mobilizable	other	2782.0	99.928	100.0	0.0029832077904524477	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
SPA0132_000000025838	1607	0.9757790383311628	3	3	2	2	1	False	106404	fragment	False	ENG0021_000000009933	0.565043391519816		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	96.64399999999999	100.0	0.00045780279773450404	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0041_000000018961	1779	0.9757772479392058	3	1	1	1	1	True	28974	maximal	True	SPA0041_000000018961	0.9994008388256441		7	4	False	False	0.9792017936706543	0					non-mobilizable	no_good_hit								True	True
SPA0106_000000023014	1669	0.9757772479392058	4	1	1	1	1	True	28974	maximal	False	SPA0041_000000018961	0.968521641371557		0	0	False	False	0.9952067136764526	0					non-mobilizable	no_good_hit								True	True
ENG0193_000000003965	5119	0.9757756393248936	8	6	5	4	4	True	94434	maximal	True	ENG0193_000000003965	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1259.0	86.89399999999999	25.0	0.0006159215978429494	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0111_000000000325	26874	0.9757712916389338	35	14	5	7	10	False	36301	maximal	True	ISR0111_000000000325	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6818.0	87.137	40.0	0.11980292772835217	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0138_000000013224	1998	0.9757706928281352	3	3	3	3	1	False	51836	maximal	True	SPA0138_000000013224	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	75.65899999999999	39.0	0.0002192325685640071	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0111_01_000000004053	5668	0.9757671462900456	7	5	4	5	4	False	69833	fragment	False	USA0111_01_000000004053	1.0		0	0	False	False	0.9991178512573242	0					non-mobilizable	no_good_hit	386.0	100.0	7.0	0.007083455990579923	NZ_JAAITU010000026.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_26_length_54352_cov_156.831, whole genome shotgun sequence	True	False
ISR0295_000000000323	38547	0.9757655283965584	58	16	5	11	10	False	46413	maximal	True	ISR0295_000000000323	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	77.475	5.0	0.00957646623105209	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0142_000000013788	2481	0.975763734899872	3	3	3	2	1	False	46235	fragment	False	FIJ0142_000000013788	1.0		0	0	False	False	0.9967755079269409	0					non-mobilizable	no_good_hit	684.0	82.895	27.0	0.015270947023288194	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
AST0062_000000006818	2495	0.9757636719016154	2	2	2	2	2	True	119891	fragment	False	AST0062_000000006818	1.0		0	0	False	False	0.9947896003723145	0					non-mobilizable	plasmid	2494.0	99.92	99.0	0.7417435287116929	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
DEN0011_000000002917	10176	0.9757632638896832	13	6	3	4	4	False	75798	maximal	True	DEN0011_000000002917	1.0		1	1	False	False	0.9998034834861755	0					non-mobilizable	no_good_hit	1871.0	90.32600000000001	61.0	0.033105306064580155	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0047_000000007840	2743	0.9757603193822458	4	3	3	2	3	False	115401	fragment	False	AST0047_000000007840	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2752.0	93.568	99.0	0.0011292231587114502	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0210_000000002005	8929	0.975755270727754	7	5	4	5	1	True	104241	fragment	False	ENG0210_000000002005	1.0		0	0	False	False	0.9992160201072693	0					non-mobilizable	no_good_hit								True	True
SPA0025_000000010478	2038	0.9757511970220056	3	3	3	3	2	False	73254	fragment	False	FIJ0039_000000010266	0.6469400434917677		0	0	False	False	1.0	0					non-mobilizable	other	2038.0	99.755	100.0	0.007625757615462655	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0120_000000023831	1504	0.9757437294780263	2	2	2	2	1	True	32250	maximal	True	ISR0120_000000023831	1.0		0	0	False	False	0.897606372833252	0					non-mobilizable	no_good_hit	193.0	75.648	13.0	0.0001307077443992769	NZ_UFSV01000001.1	actinobacteria	Fannyhessea vaginae strain NCTC13935, whole genome shotgun sequence	True	True
MAD0024_000000000372	14803	0.9757416381322176	21	8	4	7	6	False	19213	maximal	True	MAD0024_000000000372	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5035.0	92.016	62.0	0.08912558040619573	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AUS0018_000000015647	1798	0.9757415311262266	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.891626753564511		0	0	False	False	0.9988876581192017	0					non-mobilizable	other	1822.0	78.485	100.0	0.025128290941543955	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0001_000000008564	4512	0.9757367725219986	5	3	3	3	3	False	76952	maximal	True	DEN0001_000000008564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	351.0	91.16799999999999	8.0	8.756980492759558e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0041_000000001387	16011	0.9757312333383206	22	21	8	14	19	True	132521	backbone	False	USA0060_01_000000001071	0.9325212935268523	PS1166	0	0	False	True	0.9998750686645508	0		MOBP	MPF_T		conjugative	plasmid	16011.0	99.994	100.0	0.43791028446389496	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0024_000000001369	15914	0.9757312333383206	22	21	8	14	19	True	132521	backbone	False	USA0060_01_000000001071	0.9317715191432995	PS1166	0	0	False	True	0.9996230006217957	0		MOBP	MPF_T		conjugative	plasmid	15914.0	99.98100000000001	100.0	0.4352571115973742	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
MAD0111_000000004115	4106	0.975728047681864	5	3	2	3	2	False	14524	maximal	True	MAD0111_000000004115	1.0		1	1	False	False	0.9982951879501343	0					non-mobilizable	no_good_hit	1712.0	71.612	41.0	0.00045749278272688953	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0023_000000003379	7682	0.9757218184150004	7	3	3	3	3	False	37558	maximal	True	ISR0023_000000003379	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0157_000000003801	7049	0.9757218184150004	8	3	3	3	3	False	116898	fragment	False	ISR0157_000000003801	1.0		0	0	False	False	0.9981557726860046	0					non-mobilizable	no_good_hit								True	False
ISR0135_000000000050	97716	0.9757217342050348	92	16	5	13	5	True	127415	maximal	False	SPA0046_000000000019	0.9173705667271774		0	0	True	True	1.0	64					non-mobilizable	virus	26566.0	96.691	97.0	0.27356925771390306	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
SPA0094_000000002183	7179	0.9757195126741376	7	6	4	5	5	False	94516	fragment	False	SPA0094_000000002183	1.0		0	0	False	False	0.9991642236709595	0					non-mobilizable	chromosome	7189.0	96.06299999999999	100.0	0.0011182590477216777	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ISR0178_000000004233	3744	0.9757168856733036	7	6	4	4	4	False	129558	maximal	True	ISR0178_000000004233	1.0	PS1061	0	0	False	True	0.9967948794364929	0					non-mobilizable	no_good_hit	1793.0	87.56299999999999	64.0	0.00834994142439079	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0048_000000008993	4118	0.9757104438496916	4	2	2	2	2	False	60919	fragment	False	MON0048_000000008993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1830.0	84.37200000000001	44.0	0.010969551185195034	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0094_000000006469	3230	0.9757068945289796	5	3	2	2	3	False	129692	fragment	False	ISR0094_000000006469	0.9998444306160548		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1776.0	87.5	55.0	0.0004748663835333918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0147_000000007480	3214	0.9757068945289796	5	3	2	2	3	False	129692	fragment	False	ISR0094_000000006469	0.9973684210526316		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1757.0	98.52	55.0	0.0071699808092768776	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0125_01_000000006658	3757	0.9757042970759802	4	3	2	2	1	False	118333	fragment	False	USA0125_01_000000006658	0.9864827962861824		0	0	False	False	1.0	0					non-mobilizable	chromosome	3757.0	100.0	100.0	0.0016761294796635423	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0130_000000008921	3662	0.9757042970759802	4	3	2	2	1	False	118333	fragment	False	USA0125_01_000000006658	0.9741815278147459		0	0	False	False	0.9893500804901123	0					non-mobilizable	chromosome	3662.0	99.973	100.0	0.0016337353634313708	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0133_000000005607	3211	0.9757042970759802	4	3	2	2	1	False	99461	fragment	False	CHI0133_000000005607	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3211.0	99.969	100.0	0.0014324748747923247	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0071_000000013151	2974	0.9757042970759802	4	3	2	2	1	False	74009	fragment	False	DEN0071_000000013151	1.0		0	0	False	False	0.9963012933731079	0					non-mobilizable	chromosome	2922.0	98.802	100.0	0.001302615002965357	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
AST0016_000000006661	4009	0.9757002704786968	4	2	2	2	2	False	123765	maximal	True	AST0016_000000006661	1.0		1	1	False	False	0.9955101013183594	0					non-mobilizable	no_good_hit								True	False
SPA0136_000000000618	32976	0.9756937379159047	49	26	19	22	23	True	125421	maximal	True	SPA0136_000000000618	0.9891501550027713		68	9	False	False	0.9999696612358093	0					non-mobilizable	other	32979.0	98.523	100.0	0.009411500782603038	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CAN0015_000000029073	1168	0.9756811837289888	1	1	1	1	1	False	93073	fragment	False	CAN0015_000000029073	0.9586298932384342		0	0	False	False	0.9957191944122314	0					non-mobilizable	other	1168.0	99.743	100.0	0.0041847905991027985	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
FIJ0002_000000021038	1756	0.9756800253442649	2	1	1	1	1	False	52367	maximal	True	FIJ0002_000000021038	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	79.52199999999999	33.0	0.005171421376407526	NZ_AUFP01000010.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0097_000000019962	1587	0.9756800253442649	2	1	1	1	1	False	50748	fragment	False	FIJ0076_000000008900	0.9588131013449165		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	79.52199999999999	36.0	0.005171421376407526	NZ_AUFP01000010.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0018_000000017514	1540	0.9756800253442649	2	1	1	1	1	False	50748	fragment	False	FIJ0076_000000008900	0.9331867135386503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	79.52199999999999	37.0	0.005171421376407526	NZ_AUFP01000010.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0142_000000024247	1499	0.9756800253442649	2	1	1	1	1	False	50748	fragment	False	FIJ0076_000000008900	0.9459806963674916		0	0	False	False	0.9986657500267029	0					non-mobilizable	no_good_hit	586.0	79.52199999999999	38.0	0.005171421376407526	NZ_AUFP01000010.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0012_000000016670	1499	0.9756800253442649	1	1	1	1	1	False	50748	fragment	False	FIJ0076_000000008900	0.7200909919598187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	79.52199999999999	38.0	0.005171421376407526	NZ_AUFP01000010.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0003_000000012264	1938	0.9756769697399279	3	2	2	2	2	False	129473	fragment	False	FIJ0003_000000012264	1.0		0	0	False	False	0.9989680051803589	0					non-mobilizable	other	1828.0	85.175	94.0	0.025337460954930835	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0077_000000003832	7064	0.9756624225164384	10	5	2	4	4	False	60477	maximal	True	SPA0077_000000003832	1.0		1	1	False	False	0.9992921948432922	0					non-mobilizable	no_good_hit	1903.0	99.632	40.0	0.03270457554550613	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MAD0040_000000005484	4617	0.9756596480770356	8	8	4	4	8	True	60879	fragment	False	MAD0040_000000005484	1.0		0	0	False	False	0.9995667934417725	0					non-mobilizable	no_good_hit	1896.0	97.46799999999999	80.0	0.035895590240945595	LR130558.1	enterobacteria	Escherichia coli strain MS14385 genome assembly, plasmid: 4	True	True
ISR0045_000000003325	7148	0.9756578937548146	8	6	5	5	5	False	107283	fragment	False	USA0069_01_000000007991	0.9641960628880962		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	74.6	8.0	0.0001609650216895273	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ENG0191_000000028672	1143	0.9756527398805308	3	2	2	1	1	False	54666	fragment	False	ENG0191_000000028672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	78.689	37.0	6.523644982009203e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CHI0153_000000001660	9727	0.9756493487287052	14	8	6	5	5	True	119051	maximal	True	CHI0153_000000001660	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	76.178	16.0	0.00037830950326711815	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0032_000000029518	1150	0.9756459797356604	2	1	1	1	1	False	83042	fragment	False	CHI0106_000000017959	0.9960863889204222		0	0	False	False	0.9930434823036194	0					non-mobilizable	other	1150.0	99.82600000000001	100.0	0.0018318408404766615	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0106_000000017959	1149	0.9756459797356604	2	1	1	1	1	False	83042	fragment	False	CHI0106_000000017959	0.9960867673213003		0	0	False	False	0.9930374026298523	0					non-mobilizable	other	1149.0	99.913	100.0	0.0018318408404766615	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0803_000000013696	1149	0.9756459797356604	2	1	1	1	1	False	83042	fragment	False	CHI0106_000000017959	0.9956519847126046		0	0	False	False	0.9939077496528625	0					non-mobilizable	other	1149.0	100.0	100.0	0.0018318408404766615	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0094_000000016007	1268	0.9756433364839548	2	2	2	2	2	False	43153	maximal	True	FIJ0094_000000016007	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	97.376	72.0	9.614099161752951e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0026_000000023812	1373	0.9756352825925616	3	2	2	1	1	False	49049	fragment	False	FIJ0026_000000023812	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0066_000000025331	1458	0.9756280200333132	2	2	2	2	2	False	102812	fragment	False	SPA0001_000000022341	0.9907090297637569		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	99.52	100.0	0.0006399186244867914	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0069_01_000000026960	2280	0.975626878319147	2	2	2	2	2	False	61294	fragment	False	SPA0134_000000011960	0.9099929777096802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	93.98	55.0	0.2334549244398124	NZ_CABMGA010000048.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0132_000000002992	10905	0.9756231375100508	15	8	3	7	7	False	104077	fragment	False	MAD0035_000000002001	0.9834728955764405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	2.5463147251446645e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0157_000000000341	10540	0.9756188581743638	10	6	3	2	5	True	132596	backbone	False	ISR0120_000000000296	0.010976899822892227	PS1169|PS902	0	0	False	True	0.9993358850479126	0		MOBB	MPF_T		conjugative	plasmid	10539.0	99.962	99.0	0.3392897388840594	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0006_000000008431	3768	0.9756184132420536	6	3	2	2	1	True	62048	maximal	False	ISR0807_000000003432	0.9723091445759782		0	0	True	True	1.0	3535					non-mobilizable	no_good_hit	1866.0	85.42299999999999	73.0	0.5591527987897126	LN852925.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0252	True	True
AST0118_000000011594	2604	0.9756174806370598	4	4	4	4	4	False	105933	maximal	True	AST0118_000000011594	1.0		6	3	False	False	1.0	0					non-mobilizable	chromosome	2604.0	99.92299999999999	100.0	0.0009180135921028965	CP055230.1	firmicutes	Enterococcus hirae strain 13152 chromosome, complete genome	False	False
ENG0095_000000013856	2009	0.9756167618353356	5	2	0	2	2	False	62607	backbone	False	ENG0068_000000012177	0.9995210727969348	PS280	0	0	True	True	1.0	50	rep_cluster_1186				non-mobilizable	other	1524.0	94.35700000000001	99.0	0.1808726838015541	AB688000.1	other sequences	Shuttle vector pTBR101-CM DNA, complete sequence	False	True
ENG0068_000000012177	2009	0.9756167618353356	4	2	0	2	2	False	62607	backbone	True	ENG0068_000000012177	0.9995210727969348	PS280	5	1	True	True	0.9995022416114807	36	rep_cluster_1186				non-mobilizable	other	1482.0	94.399	99.0	0.17585176329946203	AB688000.1	other sequences	Shuttle vector pTBR101-CM DNA, complete sequence	False	True
ENG0071_000000011832	1729	0.9756167618353356	3	2	0	2	2	False	62283	fragment	False	ENG0071_000000011832	0.9953650057937428		0	0	False	False	1.0	0	rep_cluster_1186				non-mobilizable	other	1524.0	94.291	99.0	0.1808726838015541	AB688000.1	other sequences	Shuttle vector pTBR101-CM DNA, complete sequence	False	True
ENG0073_000000014081	1726	0.9756167618353356	3	2	0	2	2	False	62283	fragment	False	ENG0071_000000011832	0.9945054945054945		0	0	False	False	1.0	0	rep_cluster_1186				non-mobilizable	other	1524.0	94.291	99.0	0.1808726838015541	AB688000.1	other sequences	Shuttle vector pTBR101-CM DNA, complete sequence	False	True
ISR0132_000000005230	4813	0.9756119733323949	6	5	3	4	5	False	62515	fragment	False	ISR0132_000000005230	0.999782324771441		0	0	False	False	0.999792218208313	0					non-mobilizable	no_good_hit	79.0	84.81	2.0	2.175618733416137e-05	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	True	False
ISR0284_000000001132	6336	0.9756097526271612	8	4	3	4	4	True	129594	maximal	True	ISR0284_000000001132	1.0	PS1061|PS608|PS877	1	1	True	True	1.0	145					non-mobilizable	no_good_hit	2970.0	97.71	62.0	0.6531016278046634	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
FIJ0074_000000010712	3010	0.9756010148038816	5	4	3	3	3	False	95914	fragment	False	SPA0077_000000008270	0.4790229317311221		0	0	False	False	0.9966777563095093	0					non-mobilizable	no_good_hit	792.0	75.884	26.0	0.00021755476829438459	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0028_000000001531	12107	0.9756002124016682	16	10	3	9	6	True	74063	fragment	False	DEN0028_000000001531	1.0		0	0	False	False	0.9999173879623413	0					non-mobilizable	no_good_hit	262.0	92.366	2.0	0.003660794434470377	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
DEN0007_000000019253	1321	0.9755961652650176	1	1	1	1	1	False	106405	fragment	False	DEN0007_000000019253	1.0		0	0	False	False	0.9659348726272583	0					non-mobilizable	no_good_hit	1075.0	99.34899999999999	89.0	0.00030596296706445657	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0113_000000028628	1296	0.9755961652650176	1	1	1	1	1	False	106402	fragment	False	AST0113_000000028628	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1085.0	99.171	92.0	0.0003091025124354538	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CAN0020_000000029520	1171	0.9755961652650176	1	1	1	1	1	False	91701	fragment	False	CAN0020_000000029520	1.0		0	0	False	False	0.9957301616668701	0					non-mobilizable	other	1156.0	99.48100000000001	99.0	0.0003522077019133569	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0095_000000013600	2047	0.9755954484205416	3	3	3	2	1	False	103897	maximal	True	ENG0095_000000013600	1.0		1	1	False	False	0.9926722049713135	0					non-mobilizable	no_good_hit	235.0	100.0	11.0	3.836619682285261e-05	NZ_LR607336.1	enterobacteria	Klebsiella oxytoca strain 4928STDY7071328 genome assembly, chromosome: 1	True	False
USA0027_01_000000004100	6463	0.9755927856468041	11	10	9	8	6	False	1597	maximal	True	USA0027_01_000000004100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	646.0	70.433	10.0	0.0001412686880560612	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0037_000000014534	4153	0.9755780224857054	4	3	2	2	3	False	12135	fragment	False	MON0037_000000014534	1.0		0	0	False	False	0.999277651309967	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.170448061299351e-05	NZ_AYZF01000002.1	firmicutes	Lactobacillus sucicola DSM 21376 = JCM 15457 strain DSM 21376 NODE_2, whole genome shotgun sequence	True	False
CAN0001_000000009591	4929	0.9755773239123656	5	3	3	3	1	True	118440	maximal	True	CAN0001_000000009591	0.9992588447934219		9	4	True	True	1.0	15					non-mobilizable	no_good_hit	346.0	82.37	7.0	0.11949685534591195	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ISR0388_000000006327	4849	0.9755773239123656	5	3	3	3	1	True	118440	maximal	False	CAN0001_000000009591	0.9991077501419284		0	0	True	True	0.9995875358581543	12					non-mobilizable	no_good_hit	346.0	82.37	7.0	0.11949685534591195	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ISR0018_000000004480	4849	0.9755773239123656	5	3	3	3	1	True	118440	maximal	False	CAN0001_000000009591	0.9991077501419284		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	346.0	82.37	7.0	0.11949685534591195	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
AST0029_000000006711	4628	0.9755773239123656	6	3	3	3	1	True	118440	maximal	False	CAN0001_000000009591	0.9576295367655685		0	0	False	True	0.9997839331626892	0					non-mobilizable	no_good_hit	356.0	78.09	8.0	0.11649518752074345	HG796361.1	bacteria	Uncultured bacterium plasmid pRGI00732	True	True
ENG0144_000000004255	4579	0.9755773239123656	5	3	3	3	1	True	118440	maximal	False	CAN0001_000000009591	0.9482241829981558		0	0	False	True	0.9951954483985901	0					non-mobilizable	no_good_hit	356.0	78.09	8.0	0.11649518752074345	HG796361.1	bacteria	Uncultured bacterium plasmid pRGI00732	True	True
ISR0170_000000019788	2350	0.9755759424382848	3	3	1	2	2	True	30056	maximal	True	ISR0170_000000019788	1.0		0	0	False	False	0.9914893507957458	0					non-mobilizable	no_good_hit	1804.0	99.61200000000001	77.0	0.7045720984759671	LM997151.1	enterobacteria	Escherichia coli genome assembly FHI92, scaffold scaffold-4_contig-20.0_1_2559_[organism:Escherichia	True	True
MAD0066_000000006331	3381	0.9755742102990592	3	2	2	2	1	False	16597	maximal	True	MAD0066_000000006331	1.0		1	1	False	False	0.9997042417526245	0					non-mobilizable	no_good_hit	228.0	80.702	9.0	8.355329223288595e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0063_000000000033	113910	0.9755696203973409	168	49	22	39	27	False	35288	maximal	True	ISR0063_000000000033	1.0		1	1	True	True	1.0	30					non-mobilizable	no_good_hit	96.0	85.417	0.0	2.3232910910101597e-05	CP013246.1	firmicutes	Clostridium botulinum strain CDC_69094, complete genome	True	True
MAD0105_000000017478	2080	0.9755668157149966	2	2	1	2	1	True	14825	maximal	True	MAD0105_000000017478	1.0		2	1	False	False	0.9995192289352417	0					non-mobilizable	no_good_hit	577.0	76.95	27.0	0.058176260825267445	NZ_LBBT01000315.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig337, whole genome shotgun sequence	True	True
FIJ0065_000000003128	4692	0.9755590869112718	7	3	1	3	0	False	100289	backbone	False	FIJ0106_000000005271	0.8869883665041938	PS114|PS115|PS571	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	279.0	93.90700000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
USA0133_01_000000005757	4687	0.9755590869112718	7	3	1	3	0	False	100289	backbone	False	FIJ0106_000000005271	0.8862189733265026	PS114|PS115|PS571	0	0	True	True	0.9993599057197571	11					non-mobilizable	no_good_hit	280.0	93.929	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0160_000000003561	4687	0.9755590869112718	7	3	1	3	0	False	100289	backbone	False	FIJ0106_000000005271	0.8863901107420851	PS114|PS115|PS571	0	0	True	True	0.996799647808075	4					non-mobilizable	no_good_hit	279.0	91.756	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0392_000000006676	4434	0.9755590869112718	6	3	1	3	0	False	34677	maximal	False	ISR0333_000000004190	0.9971023178362831	PS109	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	281.0	86.12100000000001	11.0	0.004438596769335637	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0125_000000003395	4433	0.9755590869112718	6	3	1	3	0	False	34677	maximal	False	ISR0333_000000004190	0.9968764371039059	PS109	0	0	True	True	1.0	125					non-mobilizable	no_good_hit	281.0	86.12100000000001	11.0	0.004438596769335637	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0001_000000004501	4371	0.9755590869112718	7	3	1	3	0	False	89428	backbone	False	FIJ0093_000000004939	0.9851969725280558	PS161|PS166|PS464	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	279.0	87.09700000000001	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0013_000000005857	4364	0.9755590869112718	7	3	1	3	0	False	89428	backbone	False	FIJ0093_000000004939	0.9739001668384631	PS161|PS166|PS464	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	275.0	82.90899999999999	8.0	0.06998722860791827	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0158_000000003238	5396	0.9755580223133176	8	4	2	3	3	False	126742	backbone	True	FIJ0158_000000003238	0.9996264301380581	PS974|PS975|PS978	7	1	True	True	1.0	19	rep_cluster_475				non-mobilizable	no_good_hit	2315.0	90.97200000000001	86.0	0.4459903381642512	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
FIJ0067_000000005742	5295	0.9755580223133176	7	4	2	3	3	False	126742	backbone	False	FIJ0158_000000003238	0.9988880652335064	PS974|PS975|PS978	0	0	True	True	1.0	12	rep_cluster_475				non-mobilizable	no_good_hit	2568.0	91.044	86.0	0.49468599033816424	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
FIJ0105_000000005297	5295	0.9755580223133176	7	4	2	3	3	False	126742	backbone	False	FIJ0158_000000003238	0.9988880652335064	PS974|PS975|PS978	0	0	True	True	1.0	9	rep_cluster_475				non-mobilizable	no_good_hit	2568.0	91.044	86.0	0.49468599033816424	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
FIJ0141_000000005506	5211	0.9755580223133176	7	4	2	3	3	False	126742	backbone	False	FIJ0158_000000003238	0.9871106128346042	PS974|PS975|PS978	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2568.0	91.044	86.0	0.49468599033816424	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0129_000000004117	2753	0.9755484152064564	3	1	1	1	1	False	78221	fragment	False	ISR0129_000000004117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0147_000000022251	1152	0.9755484152064564	2	1	1	1	1	False	30940	fragment	False	ISR0147_000000022251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0147_000000003604	3805	0.9755461373005838	5	2	2	2	2	False	57367	maximal	True	ENG0147_000000003604	1.0		1	1	False	False	0.9997372031211853	0					non-mobilizable	no_good_hit	64.0	100.0	3.0	0.00013619030325040857	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	False
CHI0124_000000000480	24553	0.975542618851555	31	17	9	12	13	True	91986	fragment	False	CHI0124_000000000480	0.9999589861373144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5886.0	98.43700000000001	49.0	0.04735752880829099	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0816_000000032965	1103	0.9755395884694986	1	1	1	1	1	False	21384	maximal	True	ISR0816_000000032965	1.0		0	0	False	False	0.9619220495223999	0					non-mobilizable	no_good_hit	895.0	99.777	81.0	0.00037802259509551626	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
ENG0135_000000010122	2185	0.9755382676909988	2	2	2	2	1	False	58095	maximal	True	ENG0135_000000010122	1.0		1	1	False	False	0.9995423555374146	0					non-mobilizable	no_good_hit	644.0	75.62100000000001	29.0	0.00014444326531574798	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0046_000000003652	6519	0.9755376940181912	9	7	2	2	6	True	90061	maximal	False	CHI0162_000000003949	0.9793573971332474		0	0	True	True	1.0	610	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2067.0	92.501	77.0	0.18722207096832744	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0115_000000008490	2841	0.9755350077577531	3	3	2	2	3	True	95466	fragment	False	FIJ0115_000000008490	0.9798377026736359		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	2841.0	99.93	100.0	0.04640557062996502	CP026182.1	enterobacteria	Klebsiella pneumoniae strain KPNIH49 plasmid pKPN-0c4e, complete sequence	False	True
ISR0777_000000003486	4674	0.9755292999560582	6	3	1	3	3	False	31285	maximal	True	ISR0777_000000003486	1.0		1	1	False	False	0.9987162947654724	0					non-mobilizable	chromosome	4145.0	84.584	93.0	0.000782233364952016	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
AST0050_000000005739	2329	0.9755280460038102	2	2	2	2	2	True	119891	fragment	False	AST0062_000000006818	0.9667334669338677		0	0	False	False	1.0	0					non-mobilizable	plasmid	2329.0	100.0	100.0	0.6926509967271646	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
ISR0781_000000015194	1921	0.9755233246371471	3	2	2	2	1	False	22294	fragment	False	ISR0781_000000015194	1.0		0	0	False	False	0.9906298518180847	0					non-mobilizable	other	1835.0	92.698	95.0	0.09543024840163505	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
ETH0001_000000031781	1180	0.9755228253372616	2	1	1	1	1	False	53410	maximal	True	ETH0001_000000031781	1.0		0	0	False	False	0.9906779527664185	0					non-mobilizable	no_good_hit	780.0	90.897	66.0	0.055751131546806526	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0836_000000007947	2509	0.9755209438915804	3	3	2	1	2	False	20931	maximal	True	ISR0836_000000007947	1.0		15	5	False	False	0.9912315607070923	0					non-mobilizable	no_good_hit	1864.0	99.678	74.0	0.0004241632338587448	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0168_000000010792	2365	0.9755155792886142	4	4	4	4	4	False	60439	fragment	False	ISR0168_000000010792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1736.0	82.604	73.0	0.005530018731739751	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0028_000000003020	4884	0.9755113575767124	5	4	4	4	4	False	65917	fragment	False	ENG0028_000000003020	1.0		0	0	False	False	0.998157262802124	0					non-mobilizable	other	4885.0	99.324	100.0	0.0017874314613560832	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
ENG0100_000000006568	4441	0.9755092447231852	4	4	4	3	3	False	127027	fragment	False	ENG0100_000000006568	1.0		0	0	False	False	0.9993245005607605	0					non-mobilizable	no_good_hit	2087.0	83.99600000000001	80.0	0.0005919213122960915	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0128_000000019080	1388	0.9755090165755482	2	1	1	1	1	False	40990	fragment	False	FIJ0128_000000019080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0006_000000001616	5235	0.9755076903229808	4	3	3	2	1	False	99462	fragment	False	TAN0006_000000001616	0.9998988059097349		0	0	False	False	1.0	0					non-mobilizable	chromosome	5176.0	100.0	99.0	0.0023093637000156635	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0261_000000001620	9061	0.9755054114860624	12	5	2	4	4	False	129555	maximal	True	ISR0261_000000001620	1.0	PS1061	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1788.0	87.52799999999999	25.0	0.00047781419968399413	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0113_000000008547	1869	0.9755053812193736	5	2	2	2	1	False	39368	maximal	True	ISR0113_000000008547	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	91.98899999999999	37.0	0.0012131691604032743	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0091_000000007519	4136	0.9755028926153012	3	3	3	3	3	False	125039	fragment	False	FIJ0021_000000011361	0.9696685555688237		0	0	False	False	1.0	0					non-mobilizable	other	4136.0	99.637	100.0	0.01495035830242026	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ITA0006_000000010694	2284	0.975494228446742	5	3	0	2	2	False	118764	backbone	True	ITA0006_000000010694	0.9915084367758501	PS810|PS811	12	4	True	True	0.9973730444908142	21	rep_cluster_1186				non-mobilizable	plasmid	1930.0	99.741	100.0	0.882837528604119	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	False	True
MON0094_000000006253	4713	0.9754915780740688	10	3	1	3	2	True	51951	maximal	True	MON0094_000000006253	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0158_000000000457	16395	0.9754908770782869	25	16	9	10	15	True	124145	fragment	False	ISR0777_000000000696	0.6701004854518054		0	0	False	False	0.9997560381889343	0					non-mobilizable	other	15798.0	96.955	97.0	0.004436370708149983	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
AST0010_000000006145	4364	0.9754894994207444	8	7	3	7	5	False	126443	fragment	False	AST0010_000000006145	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4019.0	99.03	92.0	0.005080102993175943	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0184_000000003406	3986	0.9754894499434392	5	4	3	3	2	True	29429	maximal	True	ISR0184_000000003406	1.0		3	3	False	False	0.9934771656990051	0					non-mobilizable	no_good_hit	1919.0	90.36	48.0	0.008373085449195265	MF072964.1	enterobacteria	Citrobacter freundii strain P10159 plasmid pP10159-4, complete sequence	True	True
SPA0113_000000015632	1962	0.975488562622272	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.9124839354355755		0	0	False	False	0.9964321851730347	0					non-mobilizable	no_good_hit	94.0	93.617	7.0	2.5826015962144058e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0079_000000008335	3859	0.9754796731894536	6	5	3	4	3	False	119733	fragment	False	ENG0079_000000008335	0.9989933851020996		0	0	False	False	1.0	0					non-mobilizable	chromosome	3873.0	90.757	100.0	0.0007246606779661653	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
CHI0037_000000008517	1685	0.975476543163782	4	1	1	1	1	False	87935	fragment	False	CHI0037_000000008517	1.0		0	0	False	False	0.9863501191139221	0					non-mobilizable	no_good_hit	180.0	85.0	11.0	0.003136851805905079	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0080_000000025508	1311	0.9754703740610738	3	2	1	1	2	False	34279	maximal	True	ISR0080_000000025508	1.0		1	1	False	False	0.9984744191169739	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000004541	7444	0.9754669884276834	12	5	3	4	3	True	99779	maximal	True	DEN0071_000000004541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	99.5	3.0	0.0006320088671796843	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
ISR0052_000000007660	4147	0.9754600303385536	4	4	4	4	4	False	116883	fragment	False	CHI0039_000000003403	0.7040446412387684		0	0	False	False	1.0	0					non-mobilizable	other	4150.0	94.12	100.0	0.0033373754627969657	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
MAD0036_000000013338	2191	0.9754583192981354	2	2	2	2	2	False	18728	fragment	False	MAD0036_000000013338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0159_000000005410	4095	0.9754566247304484	6	6	4	6	4	False	76779	maximal	True	ENG0159_000000005410	1.0		0	0	False	False	0.9985347986221313	0					non-mobilizable	no_good_hit	660.0	81.061	16.0	0.00019726170635291112	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0007_000000032679	1927	0.975447164283766	3	3	3	2	2	False	59978	fragment	False	MON0007_000000032679	0.9804708400214018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	73.39699999999999	16.0	0.0005153834402432207	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
USA0064_01_000000000419	32537	0.9754469505712141	36	21	15	18	11	True	92547	maximal	True	USA0064_01_000000000419	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9434.0	91.13799999999999	65.0	0.20691322214164853	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
FIJ0068_000000008141	3819	0.9754452412496422	5	4	3	3	3	True	95468	fragment	False	FIJ0068_000000008141	1.0		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	3819.0	99.97399999999999	100.0	0.08839395272382099	CP055334.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_5, complete sequence	False	True
ISR0234_000000008428	1614	0.975439654541014	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.09375068646419561	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1614.0	98.947	100.0	0.006586092850434854	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0191_000000001146	7368	0.9754377155978466	10	5	5	5	4	True	83659	maximal	True	ISR0191_000000001146	1.0		8	2	False	False	0.9970141053199768	0					non-mobilizable	no_good_hit	1913.0	99.37299999999999	26.0	0.02055936085334251	NZ_QRUU01000003.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf3, whole genome shotgun sequence	True	True
MAD0051_000000003068	7525	0.9754358133824133	12	3	2	3	1	False	52301	maximal	True	MAD0051_000000003068	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	98.507	2.0	1.618174155257926e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0018_000000006990	4038	0.9754311617774416	8	2	1	2	1	True	56612	fragment	False	SPA0018_000000006990	0.9396796693360889		0	0	False	False	0.9982664585113525	0					non-mobilizable	plasmid	1941.0	92.89	93.0	0.0770091515805459	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
CHI0001_000000002984	2879	0.9754265671452118	4	1	1	1	1	False	91091	fragment	False	CHI0001_000000002984	1.0		0	0	False	False	0.9937478303909302	0					non-mobilizable	no_good_hit	1375.0	98.98200000000001	64.0	0.00031962358140789286	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0363_000000001647	9480	0.9754249802901082	12	10	7	10	10	False	132193	fragment	False	MON0031_000000003564	0.9656614317266586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7140.0	96.51299999999999	76.0	0.009020755451910382	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
MON0053_000000024238	1651	0.9754248670036186	3	2	1	2	1	False	114452	fragment	False	MAD0015_000000011993	0.7106756226048103		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	77.541	100.0	0.0007180179582534994	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0003_000000009723	1599	0.9754248670036186	2	2	1	2	1	False	114450	maximal	True	MON0003_000000009723	1.0		3	1	False	False	0.9737336039543152	0					non-mobilizable	no_good_hit	1368.0	77.778	84.0	0.036809479400954526	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	True	False
ISR0360_000000004880	4936	0.9754199921159912	6	2	1	2	0	True	130333	backbone	True	ISR0360_000000004880	1.0	PS1094|PS1098|PS145|PS809	1	1	True	True	1.0	12					non-mobilizable	no_good_hit	1653.0	98.54799999999999	52.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0053_000000004269	4555	0.9754199921159912	6	2	1	2	0	True	130323	fragment	False	ISR0053_000000004269	1.0		0	0	False	True	0.9997804760932922	0					non-mobilizable	no_good_hit	1653.0	97.943	56.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0359_000000005026	4478	0.9754199921159912	5	2	1	2	0	True	130322	backbone	True	ISR0359_000000005026	0.9783774437674227	PS1094|PS1095|PS639	1	1	True	True	1.0	19					non-mobilizable	no_good_hit	1653.0	97.70100000000001	58.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0203_000000003941	4468	0.9754199921159912	7	2	1	2	0	True	130322	backbone	False	ISR0359_000000005026	0.9757719324922959	PS1094|PS1095|PS639	0	0	True	True	0.9995523691177368	7					non-mobilizable	no_good_hit	1653.0	98.185	58.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0032_000000004361	4297	0.9754199921159912	5	2	1	2	0	True	130320	fragment	False	ENG0032_000000004361	1.0		0	0	False	True	0.9997673034667969	0					non-mobilizable	no_good_hit	1263.0	97.387	57.0	0.3106172839506173	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0140_000000007490	3619	0.9754199921159912	4	2	1	2	0	True	98971	backbone	True	ISR0140_000000007490	0.9851949113794053	PS552	2	2	True	True	1.0	19					non-mobilizable	no_good_hit	1044.0	98.56299999999999	49.0	0.25753086419753085	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0007_000000007300	3605	0.9754199921159912	4	2	1	2	0	True	98971	backbone	False	ISR0140_000000007490	0.984340432370566	PS552	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1338.0	98.43	47.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0157_000000008655	3455	0.9754199921159912	5	2	1	2	0	True	98971	backbone	False	ISR0140_000000007490	0.9831411091249151	PS552	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	1321.0	98.789	46.0	0.3254320987654321	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0305_000000004666	3454	0.9754199921159912	5	2	1	2	0	True	98971	backbone	False	ISR0140_000000007490	0.979929700748976	PS552	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1320.0	99.167	46.0	0.3251851851851852	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0293_000000010626	3451	0.9754199921159912	4	2	1	2	0	True	98971	backbone	False	ISR0140_000000007490	0.9843341218368117	PS552	0	0	True	True	1.0	64					non-mobilizable	no_good_hit	1088.0	98.43799999999999	46.0	0.26839506172839506	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0186_000000007570	3448	0.9754199921159912	4	2	1	2	0	True	98971	backbone	False	ISR0140_000000007490	0.979600747413858	PS552	0	0	True	True	0.997099757194519	7					non-mobilizable	no_good_hit	1338.0	97.833	45.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0025_000000009891	3436	0.9754199921159912	2	2	1	2	0	True	120482	maximal	True	AST0025_000000009891	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	99.48299999999999	42.0	0.28641975308641976	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0043_000000006368	3430	0.9754199921159912	4	2	1	2	0	True	98971	backbone	False	ISR0140_000000007490	0.9796304973298163	PS552	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	1338.0	97.833	45.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0241_000000003755	3413	0.9754199921159912	5	2	1	2	0	True	98971	backbone	False	ISR0140_000000007490	0.9707839486292104	PS552	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1338.0	97.384	44.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AUS0024_000000009481	3411	0.9754199921159912	4	2	1	2	0	True	98971	backbone	False	ISR0140_000000007490	0.9847513955114594	PS552	0	0	True	True	0.9997068047523499	34					non-mobilizable	no_good_hit	1338.0	97.60799999999999	44.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0067_000000009488	3406	0.9754199921159912	4	2	1	2	0	True	98971	backbone	False	ISR0140_000000007490	0.9801910103462085	PS552	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	1141.0	97.634	45.0	0.2814814814814815	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0302_000000004385	3115	0.9754199921159912	4	2	1	2	0	True	82970	fragment	False	ISR0302_000000004385	1.0		0	0	False	False	0.9935794472694397	0					non-mobilizable	no_good_hit	1176.0	98.554	45.0	0.29012345679012347	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0073_000000008282	3093	0.9754199921159912	3	2	1	2	0	True	118735	fragment	False	ENG0073_000000008282	1.0		0	0	False	True	0.997090220451355	0					non-mobilizable	no_good_hit	1379.0	97.679	45.0	0.3402469135802469	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0230_000000011269	2803	0.9754199921159912	3	2	1	2	0	True	82967	fragment	False	ISR0230_000000011269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	98.20299999999999	44.0	0.2745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0121_000000010710	2335	0.9754199921159912	2	2	1	2	0	True	70081	fragment	False	ISR0121_000000010710	0.9962800707063252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	97.93700000000001	34.0	0.15530864197530864	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0019_000000008451	2316	0.975416614994282	5	3	0	1	3	True	66548	maximal	True	ENG0019_000000008451	1.0		2	2	True	True	0.9987046718597412	17					non-mobilizable	no_good_hit	735.0	85.85	37.0	0.27242277633048007	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0047_000000006934	2609	0.9754148077229404	5	3	2	3	1	False	67884	fragment	False	ENG0047_000000006934	1.0		0	0	False	False	0.9927175045013428	0					non-mobilizable	other	2595.0	98.536	99.0	0.0015515616102745199	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
FIJ0046_000000000546	35055	0.9754068902667882	28	23	17	20	17	True	75371	maximal	True	FIJ0046_000000000546	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2190.0	76.347	7.0	0.0005706152099719347	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ENG0084_000000012094	2317	0.9754065948419028	3	3	3	1	1	False	68848	fragment	False	DEN0089_000000007989	0.9753316749585407		0	0	False	False	0.9982736110687256	0					non-mobilizable	other	1048.0	87.882	95.0	0.000279575035234756	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0171_000000001187	17016	0.9754031244985384	23	16	10	16	9	True	108323	fragment	False	ISR0161_000000001125	0.8031011187255569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	92.152	7.0	0.03746991004687698	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
AST0148_000000011582	3029	0.9754019759257171	4	4	4	4	4	False	105109	fragment	False	SPA0055_000000010082	0.9792663476874003		0	0	False	False	1.0	0					non-mobilizable	other	3029.0	96.633	100.0	0.0008408728637997011	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0060_000000008595	3296	0.9753983428030886	6	2	2	2	2	False	112489	fragment	False	AST0060_000000008595	0.9546010394374809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1549.0	74.048	46.0	0.0003593111867982571	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
SPA0128_000000000129	70536	0.9753963847651128	60	26	17	23	14	True	121848	fragment	False	ISR0137_000000000131	0.7109241050939815		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	19546.0	97.67200000000001	37.0	0.6953319575891269	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ISR0803_000000000727	11606	0.9753922046020644	14	12	6	8	11	True	123666	fragment	False	USA0069_01_000000005394	0.9619633488830048		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5388.0	99.23899999999999	94.0	0.17368285123966942	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0022_000000004890	2772	0.9753870969264083	3	3	3	3	3	False	7674	maximal	True	SPA0022_000000004890	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1993.0	97.19	72.0	0.013813859628440462	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
SPA0100_000000009254	3334	0.975385710375777	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.3352282668346499	PS1090	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	2721.0	93.863	87.0	0.9068758344459279	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ETH0003_000000010706	3320	0.975385710375777	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.416587114790893	PS971	0	0	True	True	0.9984939694404602	39					non-mobilizable	no_good_hit	1431.0	87.911	89.0	0.3502213477619282	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
FIJ0135_000000009121	3162	0.975385710375777	4	4	2	3	3	True	130268	backbone	True	FIJ0135_000000009121	0.5701873121922135	PS1090	0	0	False	True	0.9987349510192871	0					non-mobilizable	other	2896.0	94.959	96.0	0.9632843791722296	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0033_000000009627	3161	0.975385710375777	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.49340691729122044	PS1090	0	0	True	True	1.0	84					non-mobilizable	other	2878.0	96.24700000000001	96.0	0.959279038718291	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0149_000000012294	3108	0.975385710375777	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.4809602201102768	PS1090	0	0	True	True	1.0	15					non-mobilizable	other	2306.0	97.181	96.0	0.7686915887850467	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0120_000000010021	3098	0.975385710375777	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.44760932806625936	PS971	0	0	True	True	1.0	11					non-mobilizable	plasmid	1189.0	96.63600000000001	99.0	0.29168716182980814	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0274_000000001849	3097	0.975385710375777	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.4288461548842069	PS971	0	0	True	True	0.9983855485916138	17					non-mobilizable	plasmid	1807.0	86.829	99.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
MON0058_000000014720	3097	0.975385710375777	5	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.30200138509180846	PS971	0	0	True	True	1.0	139					non-mobilizable	plasmid	1808.0	86.781	97.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
SPA0045_000000008720	3094	0.975385710375777	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.3211368099985677	PS971	0	0	True	True	1.0	461					non-mobilizable	plasmid	1807.0	86.884	99.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0330_000000008792	3093	0.975385710375777	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.3138850388837343	PS971	0	0	True	True	1.0	13					non-mobilizable	plasmid	1667.0	86.92299999999999	99.0	0.40432857845548453	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
CAN0008_000000009386	3079	0.975385710375777	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.3641053831191717	PS1090	0	0	True	True	1.0	43					non-mobilizable	other	1536.0	99.089	90.0	0.5123497997329773	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CAN0007_000000013524	3079	0.975385710375777	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.3645499239099781	PS1090	0	0	True	True	1.0	97					non-mobilizable	other	1501.0	99.46700000000001	94.0	0.5006675567423231	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0032_000000008675	3077	0.975385710375777	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.33178173023771457	PS971	0	0	True	True	1.0	27					non-mobilizable	plasmid	1795.0	86.741	99.0	0.43580914904082635	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0077_000000010110	3076	0.975385710375777	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.5232230333428438	PS1090	0	0	True	True	0.999674916267395	10					non-mobilizable	other	1606.0	97.883	99.0	0.5357142857142857	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0286_000000005062	3075	0.975385710375777	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.3888972077616911	PS971	0	0	True	True	1.0	121					non-mobilizable	plasmid	1807.0	86.663	98.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0110_000000007699	3058	0.975385710375777	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.41894917651942354	PS971	0	0	True	True	0.998691976070404	18					non-mobilizable	plasmid	1807.0	86.774	99.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
SPA0146_000000007776	3054	0.975385710375777	4	4	2	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.330941518092778	PS971	0	0	True	True	1.0	73					non-mobilizable	plasmid	1807.0	86.884	98.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0006_000000007896	3029	0.975385710375777	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.07983706430836313	PS1090	0	0	True	True	1.0	78					non-mobilizable	no_good_hit	1517.0	99.275	88.0	0.5060080106809078	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0046_000000009692	2997	0.975385710375777	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.4929069078854394	PS1090	0	0	True	True	0.9996663331985474	19					non-mobilizable	other	1779.0	98.257	99.0	0.5934579439252337	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0015_000000008280	2991	0.975385710375777	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.262665240706457	PS1090	0	0	True	True	0.9963222742080688	10					non-mobilizable	other	1515.0	99.14200000000001	91.0	0.5053404539385847	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0230_000000010440	2990	0.975385710375777	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.04343198058282473	PS1090	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	1515.0	99.01	87.0	0.5053404539385847	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0834_000000005692	2968	0.975385710375777	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.027657623941257894	PS1090	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1515.0	99.14200000000001	87.0	0.5053404539385847	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0276_000000007055	1442	0.9753853679525624	2	1	1	1	1	False	26311	maximal	True	ISR0276_000000007055	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0096_000000011669	2863	0.9753851477489036	5	4	4	3	3	False	116220	fragment	False	ENG0096_000000011669	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	94.501	98.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0207_000000011760	2461	0.9753851328126504	3	2	1	2	2	False	54453	fragment	False	ISR0207_000000011760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	79.26100000000001	46.0	0.0007721577430704813	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0299_000000000315	13656	0.975381904851686	13	9	7	8	8	False	30446	maximal	True	ISR0299_000000000315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	76.143	6.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
FIJ0053_000000013017	1600	0.9753782210991329	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.2940923723292641		0	0	False	False	0.9931250214576721	0					non-mobilizable	chromosome	1569.0	96.367	98.0	0.0005250868665340261	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0007_000000000464	25842	0.9753670060762909	28	18	11	16	15	False	74653	maximal	True	SPA0007_000000000464	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1624.0	70.505	6.0	0.014184207237605556	NZ_FONQ01000012.1	CFB group bacteria	Flavobacterium xueshanense strain CGMCC 1.9227, whole genome shotgun sequence	True	False
ISR0348_000000001006	9490	0.9753604803263118	11	7	4	7	1	False	86086	maximal	True	ISR0348_000000001006	1.0		2	1	False	False	0.9997892379760742	0					non-mobilizable	no_good_hit	454.0	95.815	7.0	0.00014601019879627	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0060_01_000000003040	4935	0.9753570279334308	8	5	3	3	4	True	132212	maximal	True	USA0060_01_000000003040	1.0	PS1143|PS778	4	3	False	True	1.0	0		MOBP			mobilizable	no_good_hit	1502.0	91.545	71.0	0.35177772545326114	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
CHI0116_000000010380	1527	0.9753563851153424	4	2	2	2	1	False	82152	fragment	False	CHI0116_000000010380	1.0		0	0	False	False	0.9947609901428223	0					non-mobilizable	no_good_hit								True	False
AST0055_000000018797	1891	0.975355048323078	2	2	2	2	2	False	114085	fragment	False	AST0055_000000018797	0.957238914873955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	0.0014774322227967792	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	True	False
BAN0019_000000000830	3631	0.9753533050958372	3	2	1	2	0	True	97819	maximal	True	BAN0019_000000000830	1.0		1	1	True	True	0.996970534324646	7					non-mobilizable	no_good_hit	1783.0	80.146	49.0	0.3993696533093201	NZ_FNPK01000058.1	g-proteobacteria	Acinetobacter kyonggiensis strain ANC 5109, whole genome shotgun sequence	True	True
FIJ0100_000000001419	12719	0.9753492577174911	16	11	7	10	6	True	52384	fragment	False	FIJ0100_000000001419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	0.0	9.548128835289407e-06	CP025003.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 chromosome, complete genome	True	True
MON0039_000000024157	1987	0.9753444040504059	2	1	1	1	1	False	112311	fragment	False	MON0039_000000024157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	82.051	4.0	0.0006278385231933335	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
ISR0165_000000000300	38710	0.9753416638642872	60	15	5	10	9	False	37500	maximal	True	ISR0165_000000000300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	77.566	5.0	0.00957646623105209	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0134_000000029748	1283	0.9753377294195564	3	3	2	3	1	False	58142	fragment	False	ENG0134_000000029748	0.9064496257478715		0	0	False	False	0.9961028695106506	0					non-mobilizable	other	1088.0	90.165	94.0	0.024388600687192615	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
FIJ0040_000000005008	4922	0.9753366651020356	8	1	1	1	1	False	47521	maximal	True	FIJ0040_000000005008	1.0		3	1	False	False	0.998984158039093	0					non-mobilizable	no_good_hit	140.0	95.0	3.0	5.550344620498181e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0106_000000004797	4590	0.9753364191515528	5	3	3	3	3	False	51578	maximal	True	ISR0106_000000004797	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	94.256	46.0	0.00028197237338394444	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0039_000000004290	6560	0.9753350739005838	9	8	4	3	6	True	127278	backbone	False	SPA0129_000000004239	0.9785695560981558	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	65	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3550.0	99.38	97.0	0.5685393258426966	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ISR0253_000000000015	98276	0.9753300431063504	90	12	5	11	3	True	127415	maximal	False	SPA0046_000000000019	0.9233212084007411		0	0	True	True	1.0	72					non-mobilizable	virus	22211.0	96.86200000000001	97.0	0.22433194819375776	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0115_000000006462	4658	0.9753231615232012	5	2	2	2	1	True	67457	maximal	True	ISR0115_000000006462	1.0	PS312	1	1	False	True	0.999785304069519	0					non-mobilizable	no_good_hit	109.0	96.33	2.0	0.027586206896551724	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0049_000000008715	2071	0.9753187045129132	5	2	1	2	1	False	18605	maximal	True	MAD0049_000000008715	1.0		1	1	False	False	0.9985514283180237	0					non-mobilizable	no_good_hit								True	False
MON0069_000000018854	2581	0.9753176705738204	2	1	1	1	1	False	63149	maximal	True	MON0069_000000018854	1.0		2	1	False	False	0.9988376498222351	0					non-mobilizable	no_good_hit								True	False
MON0098_000000017965	1873	0.9753176705738204	3	1	1	1	1	False	63152	fragment	False	MON0016_000000017154	0.9622454048683557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000022999	1808	0.9753176705738204	3	1	1	1	1	False	53774	maximal	True	FIJ0036_000000022999	1.0		0	0	False	False	0.9939159154891968	0					non-mobilizable	no_good_hit	489.0	98.773	27.0	0.00697093064781087	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ENG0065_000000020680	1273	0.9753176705738204	1	1	1	1	1	False	62825	fragment	False	ENG0065_000000020680	1.0		0	0	False	False	0.9921445250511169	0					non-mobilizable	no_good_hit	101.0	95.05	15.0	2.961668604091545e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0081_000000002513	8984	0.9753153896233542	7	7	5	6	6	False	103548	maximal	True	ENG0081_000000002513	1.0		1	1	False	False	1.0	0		MOBF			mobilizable	plasmid	6427.0	99.876	99.0	0.05435996345548675	MN822124.1	enterobacteria	Escherichia coli strain 14E509 plasmid p14E509-1FII, complete sequence	False	True
ISR0131_000000004875	5033	0.9753152611984528	6	6	6	5	4	False	125038	fragment	False	ISR0131_000000004875	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5033.0	99.36399999999999	100.0	0.018193519462582526	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0020_000000025716	1352	0.9753144981711399	2	2	1	2	1	False	7708	maximal	True	SPA0020_000000025716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0284_000000000625	9964	0.9753110762648928	15	6	4	4	5	False	112202	maximal	True	ISR0284_000000000625	1.0	PS718	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	355.0	78.873	4.0	0.00011350482346575236	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0077_000000022389	1600	0.9753082506566176	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.08916927145869809	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1600.0	98.43799999999999	100.0	0.0065289289943244455	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0093_000000003291	6725	0.9753057009435516	10	4	3	4	2	False	97568	fragment	False	FIJ0093_000000003291	1.0		0	0	False	False	0.9998512864112854	0					non-mobilizable	no_good_hit	430.0	76.279	6.0	0.00011337175880144977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0214_000000001181	17802	0.9752996614380204	16	15	12	14	13	False	95065	fragment	False	ISR0214_000000001181	0.9715872033153253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	89.899	1.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ENG0106_000000009655	2165	0.975294193822942	3	2	1	2	1	False	122165	maximal	True	ENG0106_000000009655	1.0		0	0	False	False	0.9819861650466919	0					non-mobilizable	no_good_hit	722.0	91.69	47.0	0.00024248204622516074	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
TAN0017_000000006375	5049	0.9752846697506276	3	3	1	3	1	False	2491	maximal	True	TAN0017_000000006375	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.4052035207959826e-07	LR812505.1	bony fishes	Danio aesculapii genome assembly, chromosome: 1	True	True
CAN0017_000000017361	2032	0.9752777095746276	3	1	1	1	1	False	92459	fragment	False	USA0032_01_000000010772	0.9252226910454758		0	0	False	False	1.0	0					non-mobilizable	other	2010.0	95.62200000000001	99.0	0.08218785796105384	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0051_000000024952	1452	0.9752777095746276	2	1	1	1	1	False	11258	fragment	False	MON0051_000000024952	1.0		0	0	False	False	0.975895345211029	0					non-mobilizable	other	1425.0	98.316	98.0	0.058255604647357226	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0051_000000000868	22515	0.9752772428324836	13	9	6	8	3	False	130789	fragment	False	DEN0051_000000000868	1.0		0	0	False	False	0.9998223185539246	0					non-mobilizable	no_good_hit								True	False
CHI0107_000000006176	2275	0.9752744467906791	3	2	2	1	1	False	83021	maximal	True	CHI0107_000000006176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	85.585	51.0	0.00028113929939958506	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0112_000000013829	2455	0.9752734569810964	4	1	1	1	1	False	4536	fragment	False	SPA0112_000000013829	1.0		0	0	False	False	0.999592661857605	0					non-mobilizable	no_good_hit	423.0	80.142	17.0	0.0678322810425773	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0027_000000006910	3779	0.9752657170921852	4	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9036040927011261	PS930	0	0	True	True	1.0	54	rep_cluster_1351	MOBQ			mobilizable	plasmid	3685.0	97.992	100.0	0.9997282608695652	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
FIJ0047_000000020752	1495	0.9752652670171558	2	2	2	2	2	False	46860	fragment	False	FIJ0047_000000020752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	94.757	31.0	7.08410810132654e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0209_000000016662	1711	0.9752644423814888	3	3	2	2	2	False	63037	fragment	False	ISR0209_000000016662	0.9710017574692442		0	0	False	False	0.9970777034759521	0					non-mobilizable	chromosome	1711.0	95.5	100.0	0.00024136083473021505	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0110_000000013733	1707	0.9752644423814888	3	3	2	2	2	False	63037	fragment	False	ISR0209_000000016662	0.9696084161309175		0	0	False	False	1.0	0					non-mobilizable	chromosome	1704.0	97.007	99.0	0.00024023166123440117	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0094_000000001622	10518	0.9752628239574012	10	7	3	5	4	True	128768	backbone	False	ENG0060_000000001922	0.920170253943252	PS1052	0	0	False	True	0.997908353805542	0	IncW	MOBF			mobilizable	other	7716.0	98.885	94.0	0.0032327220232227683	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0126_000000003846	12337	0.9752428640524624	11	4	4	4	2	False	32016	maximal	True	ISR0126_000000003846	1.0		1	1	False	False	0.9987841248512268	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	0.0	0.0010643220731142988	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0087_000000005988	4351	0.9752407078655152	7	7	6	7	4	True	126022	fragment	False	ISR0087_000000005988	1.0		0	0	False	False	0.9977017045021057	0					non-mobilizable	other	1979.0	95.04799999999999	100.0	0.044398032742707	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
ISR0151_000000020376	1099	0.9752354857191148	2	2	2	1	1	False	63034	fragment	False	ENG0063_000000025109	0.948971193415638		0	0	False	False	0.9836214780807495	0					non-mobilizable	chromosome	1099.0	99.181	100.0	0.00015497906230045388	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0017_000000000025	138883	0.9752351351901856	165	46	29	39	30	True	127693	fragment	False	ENG0017_000000000025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2581.0	99.961	5.0	0.0010737932005032962	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
FIJ0043_000000002947	8035	0.9752282850406371	7	2	2	1	2	False	98845	maximal	True	FIJ0043_000000002947	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2390.0	91.464	30.0	0.0004507235897053435	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
MON0007_000000038743	1653	0.9752267012519308	2	2	2	1	2	False	13936	fragment	False	MON0007_000000038743	1.0		0	0	False	False	0.9993950128555298	0					non-mobilizable	chromosome	1673.0	91.333	100.0	0.0003181578280273013	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ENG0006_000000002336	11551	0.9752264242963486	6	4	3	4	3	False	106709	maximal	True	ENG0006_000000002336	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	8816.0	99.932	87.0	0.0024646885960754573	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0095_000000019980	1399	0.9752169710644328	2	2	2	2	2	False	60924	fragment	False	ENG0095_000000019980	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	97.571	100.0	0.004225339341898864	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0089_000000000820	16380	0.9752164151568004	24	6	4	4	4	False	68864	maximal	True	DEN0089_000000000820	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4013.0	80.812	76.0	0.07033991422393931	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0010_000000009553	2976	0.9752037856741596	6	5	5	4	4	False	131868	maximal	False	MON0087_000000016248	0.9757585751978892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0209_000000006126	3062	0.9751999880917176	4	4	4	4	3	False	110717	maximal	True	ENG0209_000000006126	1.0		1	1	False	False	0.9996734261512756	0					non-mobilizable	no_good_hit	1455.0	99.931	48.0	0.0002702848903124802	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
MON0037_000000014252	4219	0.9751960166896348	7	5	2	3	5	True	92220	fragment	False	MON0037_000000014252	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1994.0	93.48	68.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
FIJ0019_000000000355	15206	0.9751958197197026	16	15	7	14	13	True	54072	maximal	False	ENG0204_000000000959	0.9700860066545295		0	0	False	False	1.0	0					non-mobilizable	other	8960.0	97.79	100.0	0.014478510153707885	LM997281.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-32_contig-0.1_276634_895274_[organism:Escherichia	False	True
ENG0068_000000008148	2884	0.9751952061827692	2	2	2	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9694996857355149		0	0	False	False	1.0	0					non-mobilizable	chromosome	987.0	97.97399999999999	99.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
CAN0018_000000006232	5437	0.975194144187766	4	4	3	4	1	True	94302	maximal	False	CAN0012_000000009889	0.9998632158415113		0	0	True	True	0.9994482398033142	5					non-mobilizable	no_good_hit	1286.0	93.079	30.0	0.4187111547268564	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
AST0025_000000027871	1382	0.9751941086125618	2	2	2	1	1	False	119893	fragment	False	MON0090_000000038217	0.8050702811929836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000018198	2223	0.9751940128574124	4	2	2	2	2	False	47954	maximal	True	FIJ0036_000000018198	1.0		6	1	False	False	0.9946019053459167	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.261724865947694e-07	LR812075.1	bony fishes	Danio rerio genome assembly, chromosome: 13	True	False
ISR0194_000000002225	9001	0.9751931327088612	11	6	3	4	5	True	122255	backbone	False	ENG0018_000000002477	0.9970373504417344	PS869	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	1166.0	97.77	55.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0109_000000003220	7797	0.9751931327088612	9	6	3	4	5	True	71104	maximal	True	ISR0109_000000003220	1.0		1	1	False	False	0.9996152520179749	0					non-mobilizable	no_good_hit	1166.0	97.85600000000001	51.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0230_000000002716	8319	0.9751916708397732	12	8	3	4	6	True	109279	backbone	True	ISR0230_000000002716	0.9758127282928515	PS684	3	1	True	True	1.0	42		MOBB			mobilizable	no_good_hit	1919.0	93.64299999999999	55.0	0.23055622441608475	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0132_000000003944	6120	0.975185703415686	4	4	3	4	2	False	105899	maximal	False	ISR0219_000000004732	0.96449165567925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	95.652	3.0	0.001432956431860181	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	True	False
ISR0279_000000002747	6115	0.9751855834381046	6	3	0	2	2	True	123128	maximal	False	FIJ0059_000000003097	0.9296941660232466	PS879	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1468.0	87.807	24.0	0.1785495903142962	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0136_000000006266	5812	0.9751855834381046	6	3	0	2	2	True	123175	maximal	True	SPA0136_000000006266	1.0	PS879|PS882	1	1	True	True	1.0	89					non-mobilizable	no_good_hit	1489.0	86.635	25.0	0.3733873007842145	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
MAD0036_000000004212	5553	0.9751855834381046	5	3	0	2	2	True	18745	maximal	True	MAD0036_000000004212	1.0		1	1	True	True	0.9960381984710693	8					non-mobilizable	no_good_hit	1445.0	87.12799999999999	26.0	0.1757368227956463	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0156_000000002271	5409	0.9751855834381046	5	3	0	2	2	True	123174	backbone	True	CHI0156_000000002271	1.0	PS879|PS882	1	1	True	True	1.0	23					non-mobilizable	no_good_hit	1434.0	93.654	28.0	0.17512535159593984	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0073_000000004788	5321	0.9751855834381046	5	3	0	2	2	True	34811	maximal	True	ISR0073_000000004788	1.0		1	1	True	True	1.0	53					non-mobilizable	no_good_hit	1244.0	87.219	28.0	0.2120745681546092	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	True
MON0054_000000006390	5273	0.9751855834381046	4	3	0	2	2	True	123127	fragment	False	MON0054_000000006390	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1482.0	86.302	28.0	0.2522661193774585	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	True
CHI0029_000000000884	11491	0.9751756415686604	12	8	7	7	7	False	88632	maximal	True	CHI0029_000000000884	1.0		1	1	False	False	0.9993038177490234	0					non-mobilizable	no_good_hit	1122.0	75.312	10.0	0.17054741711642252	NZ_JH604962.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld467, whole genome shotgun sequence	True	False
ISR0223_000000018248	1706	0.9751744383681952	3	2	2	2	2	False	27800	maximal	True	ISR0223_000000018248	1.0		8	6	False	False	0.9958968162536621	0					non-mobilizable	no_good_hit								True	False
ISR0257_000000008779	1948	0.9751731423223481	2	2	2	1	1	False	103265	fragment	False	ISR0133_000000008699	0.3974359108819615		0	0	False	False	0.9994866251945496	0					non-mobilizable	chromosome	1950.0	93.795	100.0	0.0003536083931283493	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0061_000000003825	5307	0.9751711391864012	4	4	3	4	2	False	67948	fragment	False	ENG0061_000000003825	1.0		0	0	False	False	0.9986810088157654	0					non-mobilizable	no_good_hit	873.0	98.74	17.0	0.0037969833141742433	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
AUS0010_000000007059	3271	0.9751702120570312	5	2	2	2	2	False	112489	fragment	False	AST0060_000000008595	0.9513046116504855		0	0	False	False	0.9966371059417725	0					non-mobilizable	no_good_hit	1549.0	73.919	47.0	0.0003583693488249983	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
AUS0022_000000015826	2183	0.9751702120570312	3	2	2	2	2	False	102370	fragment	False	AUS0022_000000015826	1.0		0	0	False	False	0.9908382892608643	0					non-mobilizable	no_good_hit	1549.0	73.919	70.0	0.0003583693488249983	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
AUS0004_000000011948	1708	0.9751702120570312	2	2	2	2	2	False	102369	fragment	False	AUS0004_000000011948	1.0		0	0	False	False	0.9970725774765015	0					non-mobilizable	no_good_hit	1549.0	73.919	89.0	0.0003583693488249983	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
ISR0210_000000002938	6249	0.9751701540131572	7	7	4	3	5	True	127278	backbone	False	SPA0129_000000004239	0.9437473400921521	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	251	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3903.0	99.28299999999999	100.0	0.6253611556982344	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ENG0126_000000001505	15425	0.9751659138198204	15	8	6	8	3	True	89853	fragment	False	ENG0126_000000001505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6390.0	97.074	64.0	0.051440213233695437	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
FIJ0028_000000005822	5166	0.9751615501863824	5	5	2	4	3	True	126574	maximal	True	FIJ0028_000000005822	1.0	PS971	0	0	False	True	0.9998064041137695	0					non-mobilizable	no_good_hit	1719.0	98.77799999999999	53.0	0.42252828332513526	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0122_000000006431	2662	0.975157229131135	3	1	1	1	1	True	86140	maximal	False	USA0056_01_000000007597	0.9436308740829212		0	0	True	True	1.0	140					non-mobilizable	no_good_hit	220.0	85.90899999999999	8.0	0.0007785775820119742	NZ_QRST01000001.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf1, whole genome shotgun sequence	True	True
ETH0002_000000014346	1799	0.975157229131135	3	1	1	1	1	True	53333	maximal	True	ETH0002_000000014346	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000035531	1289	0.975157229131135	1	1	1	1	1	True	15271	fragment	False	MAD0098_000000035531	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	81.22	97.0	0.25035648808311267	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	False	True
MAD0103_000000022659	1107	0.975157229131135	1	1	1	1	1	True	14903	fragment	False	MAD0103_000000022659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	81.928	89.0	0.20146669382766347	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0174_000000003058	5064	0.9751565351902429	4	4	3	4	2	False	104484	fragment	False	ENG0174_000000003058	0.9885142255005268		0	0	False	False	0.9988151788711548	0					non-mobilizable	other	5067.0	98.97399999999999	100.0	0.035820642140184336	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0105_000000010422	2918	0.9751510110068486	4	3	3	3	3	False	94476	fragment	False	FIJ0105_000000010422	1.0		0	0	False	False	0.9996572732925415	0					non-mobilizable	no_good_hit	1775.0	82.81700000000001	60.0	0.0010222439120177189	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0025_000000006229	3386	0.9751417790666096	4	2	1	2	1	True	130984	backbone	False	CAN0021_000000012375	0.9813689761683244	PS1131	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1438.0	95.619	63.0	0.5174648901692473	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
FIJ0033_000000009183	3645	0.9751352621927656	3	3	3	3	3	False	52533	fragment	False	FIJ0071_000000008812	0.7174114007942302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	83.589	13.0	0.00015859560282362913	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0058_000000010597	2387	0.9751335749980952	6	5	3	5	4	True	60815	fragment	False	ISR0058_000000010597	1.0		0	0	False	False	0.9995810389518738	0					non-mobilizable	plasmid	2387.0	99.455	100.0	0.07656761440215647	CP054365.1	enterobacteria	Escherichia coli strain SCU-171 plasmid pSCU-171-2, complete sequence	False	True
FIJ0017_000000003399	7860	0.9751321889196728	14	6	6	6	5	False	50171	fragment	False	FIJ0017_000000003399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	95.167	3.0	0.0038226409151430984	NZ_CACWHY010000013.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
ENG0199_000000001309	14214	0.9751319744099066	15	12	7	9	12	True	123676	fragment	False	ENG0199_000000001309	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	5589.0	96.618	75.0	0.17933610225699476	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
CHI0114_000000003602	2045	0.9751250903450857	3	3	3	3	2	False	120036	fragment	False	CHI0114_000000003602	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2045.0	99.65799999999999	100.0	0.10311254603238662	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0188_000000011715	2213	0.975114274784576	3	2	2	2	1	False	54909	maximal	True	ENG0188_000000011715	1.0		1	1	False	False	0.985539972782135	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000008297	4287	0.9751139362981815	4	4	4	3	3	False	100218	maximal	True	USA0037_01_000000008297	1.0		4	3	False	False	0.999533474445343	0					non-mobilizable	no_good_hit	75.0	85.333	2.0	7.007628845673074e-05	NZ_PEBI01000001.1	high GC Gram+	Bifidobacterium primatium strain TRE 1 NODE_1_length_1055992_cov_95.327966, whole genome shotgun sequence	True	False
ISR0799_000000001371	8392	0.9751113024905276	9	7	4	6	3	False	21906	maximal	True	ISR0799_000000001371	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	99.37899999999999	13.0	0.00015907231622277915	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ETH0001_000000016050	1973	0.9751108924810408	3	3	3	3	2	False	94084	fragment	False	SPA0062_000000015646	0.47667513941197426		0	0	False	False	1.0	0					non-mobilizable	chromosome	1973.0	97.415	100.0	0.0008541638754585711	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
CHI0183_000000000419	7093	0.9751075168342612	8	5	4	4	4	True	88497	maximal	True	CHI0183_000000000419	0.9860933101251633		7	3	True	True	1.0	47					non-mobilizable	no_good_hit	490.0	75.306	7.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
CHI0166_000000001148	7003	0.9751075168342612	8	5	4	4	4	True	88497	maximal	False	CHI0183_000000000419	0.9830509664841448		0	0	True	True	0.9998571872711182	4					non-mobilizable	no_good_hit	490.0	75.306	7.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
AUS0002_000000004396	6617	0.9751072315076921	12	9	3	5	9	True	118187	maximal	False	SPA0139_000000003351	0.9829403841572961	PS799	0	0	True	True	1.0	59	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4507.0	95.62899999999999	74.0	0.5674483106404438	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
MAD0064_000000013589	1625	0.9751030117465356	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6291822790506661		0	0	False	False	0.9981538653373718	0					non-mobilizable	other	1640.0	78.476	100.0	0.022604306113342257	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0071_000000004996	2401	0.9750973981912696	4	2	2	2	2	False	10424	maximal	True	MON0071_000000004996	1.0		0	0	False	False	0.9937525987625122	0					non-mobilizable	plasmid	1695.0	87.552	100.0	0.010195940963869984	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0800_000000002841	3767	0.975093403271218	8	2	0	2	1	True	21896	maximal	True	ISR0800_000000002841	1.0		1	1	True	True	0.9997345209121704	13					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0002863512711951075	NZ_LOEE01000072.1	firmicutes	Thermotalea metallivorans strain B2-1 AN619_contig000079, whole genome shotgun sequence	True	True
DEN0078_000000017720	1852	0.9750871692120776	4	2	1	2	2	False	99023	fragment	False	DEN0078_000000017720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	76.827	30.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0083_000000005804	4012	0.9750850052778424	5	3	3	2	3	True	66754	maximal	True	ISR0083_000000005804	1.0		1	1	False	False	0.9980059862136841	0					non-mobilizable	no_good_hit	79.0	93.671	2.0	0.010569663692518874	MK233193.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_4_c1 sequence	True	True
CHI0045_000000008111	2563	0.9750744874298369	4	3	0	3	2	False	95660	backbone	False	DEN0012_000000002418	0.9960472203272264	PS507	0	0	True	True	1.0	62	rep_cluster_2335			MOB_unknown	mobilizable	plasmid	2485.0	99.96	100.0	0.9955911823647294	CP058152.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00114 plasmid pRHBSTW-00114_4, complete sequence	False	True
ENG0186_000000006422	2448	0.9750639153323392	3	2	1	2	1	False	55020	fragment	False	ENG0186_000000006422	1.0		0	0	False	False	0.9926470518112183	0					non-mobilizable	no_good_hit	78.0	80.76899999999999	3.0	0.0006278385231933335	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
ENG0105_000000007861	2724	0.9750627953554568	5	4	4	4	2	True	60169	maximal	True	ENG0105_000000007861	1.0		0	0	False	False	0.9992657899856567	0					non-mobilizable	no_good_hit	49.0	87.755	2.0	0.009432108469247396	KM659089.1	g-proteobacteria	Pseudomonas sp. LM12 plasmid pLM12P1, complete sequence	True	True
ISR0181_000000010806	1762	0.9750603032560652	2	2	2	2	2	False	123028	fragment	False	ISR0181_000000010806	1.0		0	0	False	False	0.9994324445724487	0					non-mobilizable	no_good_hit	1105.0	91.131	76.0	0.0002958535482059055	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0061_000000022481	1904	0.975056155488429	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.7847806681968006		0	0	False	False	0.980567216873169	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0035_000000003594	7498	0.9750560711889372	8	4	3	3	2	False	73516	fragment	False	DEN0035_000000003594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0065_000000005816	4770	0.9750550225169019	4	4	4	3	2	False	116631	fragment	False	SPA0101_000000007479	0.6571446044904959		0	0	False	False	1.0	0					non-mobilizable	chromosome	4766.0	99.93700000000001	99.0	0.0009673098008072622	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
FIJ0005_000000006180	4575	0.9750550225169019	4	4	4	3	2	False	116631	fragment	False	SPA0101_000000007479	0.6211830490085822		0	0	False	False	1.0	0					non-mobilizable	chromosome	4575.0	99.891	100.0	0.0009285362075325115	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
SPA0003_000000004167	4236	0.9750550225169019	4	4	4	3	2	False	116632	maximal	True	SPA0003_000000004167	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	3348.0	92.742	79.0	0.0006409888687419409	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
ENG0035_000000005667	3895	0.9750550225169019	4	4	4	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.7149306044962156		0	0	False	False	0.9845956563949585	0					non-mobilizable	chromosome	3895.0	99.435	100.0	0.0007470849011915946	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
CHI0147_000000001461	11715	0.9750463620805292	10	7	5	5	4	False	90389	fragment	False	CHI0147_000000001461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4633.0	98.964	62.0	0.037299791436831126	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
CAN0021_000000011460	3678	0.9750418686803776	5	4	2	2	4	True	91641	fragment	False	CAN0021_000000011460	1.0		0	0	False	False	0.9918434023857117	0					non-mobilizable	plasmid	2695.0	100.0	100.0	0.5644248900062854	LN853046.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0399	False	True
MAD0022_000000001179	6347	0.9750410359121164	15	5	4	5	4	False	131454	maximal	True	MAD0022_000000001179	1.0		1	1	False	False	0.9907042980194092	0					non-mobilizable	no_good_hit	1823.0	78.387	28.0	0.02507251227130745	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0087_000000000500	21483	0.9750343099760864	34	10	6	7	5	True	68208	maximal	True	SPA0087_000000000500	1.0		2	1	True	True	1.0	23					non-mobilizable	no_good_hit	205.0	78.53699999999999	1.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0210_000000003022	6074	0.97503124876559	8	4	4	3	3	False	131478	maximal	True	ISR0210_000000003022	1.0		0	0	False	False	0.9983536601066589	0					non-mobilizable	no_good_hit	1834.0	78.35300000000001	30.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0111_000000005769	5335	0.975030504291282	5	3	3	3	3	False	82642	fragment	False	CHI0111_000000005769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	74.084	14.0	0.003939023498312593	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
SPA0067_000000005682	3918	0.9750272997900464	5	3	1	2	3	True	6048	maximal	True	SPA0067_000000005682	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0030_000000003597	5034	0.9750214499068299	5	3	1	2	2	False	107089	fragment	False	ISR0030_000000003597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1546.0	98.771	31.0	0.01043164739006259	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0013_000000005790	4036	0.9750214499068299	5	3	1	2	2	False	107079	fragment	False	ISR0013_000000005790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	99.288	7.0	0.0018905250933446765	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0045_000000013045	2877	0.9750214499068299	4	3	1	2	2	False	72941	fragment	False	DEN0045_000000013045	0.9896382156656129		0	0	False	False	0.9965241551399231	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.000391608769335683	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0138_000000008946	2847	0.9750214499068299	4	3	1	2	2	False	72941	fragment	False	DEN0045_000000013045	0.9845324991310394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	95.181	3.0	1.4803990650377222e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0265_000000006359	2544	0.9750214499068299	4	3	1	2	2	False	26607	fragment	False	ISR0265_000000006359	1.0		0	0	False	False	0.9972484111785889	0					non-mobilizable	no_good_hit	57.0	100.0	2.0	2.347422760359575e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0139_000000010826	2527	0.9750214499068299	4	3	1	2	2	False	26607	fragment	False	ISR0265_000000006359	0.9966588050314465		0	0	False	False	0.9908983111381531	0					non-mobilizable	no_good_hit	56.0	100.0	2.0	2.3055044967817253e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0199_000000007059	4025	0.9750198205283968	8	8	2	3	8	True	62527	maximal	True	ISR0199_000000007059	1.0		0	0	False	False	0.9997515678405762	0					non-mobilizable	plasmid	3579.0	98.463	100.0	0.02714492720637883	CP037964.1	enterobacteria	Klebsiella pneumoniae strain SCKP020135 plasmid pMCR8_020135, complete sequence	False	True
DEN0006_000000000056	19631	0.9750118687204044	17	6	5	6	4	True	108343	fragment	False	DEN0006_000000000056	0.9948187948900706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	85.714	1.0	0.00025283146696253675	NZ_JAAVWW010000002.1	firmicutes	Clostridium gasigenes strain CGAS001 contig00002, whole genome shotgun sequence	True	True
CHI0179_000000007758	2465	0.9750038812375896	4	3	2	2	3	False	77573	fragment	False	CHI0179_000000007758	1.0		0	0	False	False	0.9971602559089661	0					non-mobilizable	no_good_hit								True	False
MON0009_000000001843	9675	0.97500388057487	8	4	4	4	2	True	77882	fragment	False	MON0009_000000001843	1.0		0	0	False	False	0.9998966455459595	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.7980589036757827e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	True
FIJ0048_000000002898	9107	0.9749910165455248	5	4	4	3	3	False	46821	fragment	False	FIJ0048_000000002898	1.0		0	0	False	False	0.9998902082443237	0					non-mobilizable	no_good_hit	578.0	74.74	6.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
FIJ0139_000000003112	8170	0.9749910165455248	5	4	4	3	3	False	46146	fragment	False	FIJ0139_000000003112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	74.74	7.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
DEN0051_000000008223	4991	0.9749883518746608	10	4	4	3	3	False	73303	fragment	False	DEN0051_000000008223	1.0		0	0	False	False	0.9979963898658752	0					non-mobilizable	no_good_hit	207.0	79.71	4.0	0.0008247927810215998	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0039_000000004774	3468	0.9749883518746608	6	4	4	3	3	False	73302	fragment	False	DEN0039_000000004774	1.0		0	0	False	False	0.9976931810379028	0					non-mobilizable	no_good_hit	207.0	79.71	6.0	0.0008247927810215998	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AUS0018_000000004864	5430	0.9749873125814216	8	5	2	3	4	False	113778	maximal	True	AUS0018_000000004864	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	1900.0	91.053	37.0	0.17475548994279388	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0039_000000006260	3930	0.9749858164000094	9	7	2	3	5	True	132209	backbone	False	ENG0141_000000006400	0.0450841283484396	PS1143|PS778	0	0	False	True	0.9997455477714539	0					non-mobilizable	plasmid	1762.0	96.425	94.0	0.4245419479267117	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
DEN0053_000000002187	3787	0.9749858164000094	9	7	2	3	5	True	132209	backbone	False	ENG0141_000000006400	0.7210630791284955	PS1143|PS778	0	0	False	True	0.999735951423645	0					non-mobilizable	other	3770.0	94.775	99.0	0.8865081233812102	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0093_000000014781	2658	0.9749845162379268	4	3	3	3	1	False	5282	fragment	False	SPA0093_000000014781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0094_000000001332	3435	0.9749788982219024	4	4	3	3	4	True	83548	fragment	False	CHI0094_000000001332	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	3435.0	99.884	100.0	0.021053793238752713	NZ_PKIB01000004.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.4, whole genome shotgun sequence	False	True
ISR0148_000000016592	1752	0.974978231477618	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5154503696343972	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1755.0	97.60700000000001	100.0	0.008186583151694493	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0093_000000022849	1650	0.9749734314167278	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.709280910003825		0	0	False	False	1.0	0					non-mobilizable	other	1660.0	78.012	99.0	0.02289714413208389	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0328_000000006863	3946	0.9749733131693846	7	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.9123332034078395		0	0	False	False	0.999746561050415	0					non-mobilizable	plasmid	2958.0	99.155	100.0	0.23856393707139975	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0846_000000006705	1594	0.9749657706065509	3	1	1	1	1	False	92738	fragment	False	USA0055_01_000000016461	0.9769477880623882		0	0	False	False	0.9968632459640503	0					non-mobilizable	no_good_hit								True	False
MON0023_000000005118	3418	0.9749648156014278	3	2	2	2	1	False	14348	maximal	True	MON0023_000000005118	1.0		1	1	False	False	0.9973669052124023	0					non-mobilizable	no_good_hit	1337.0	81.9	39.0	0.000382869474087838	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
CHI0178_000000000531	26817	0.9749587812368132	26	10	6	8	6	True	102562	maximal	True	CHI0178_000000000531	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	12529.0	99.88	100.0	0.2478434631212409	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
CHI0134_000000004024	3386	0.974958561770824	4	3	3	3	2	False	125973	fragment	False	CHI0134_000000004024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	80.882	8.0	0.00011708512219448975	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
DEN0022_000000016789	2373	0.974958561770824	4	3	3	3	2	False	125966	fragment	False	DEN0051_000000012717	0.24529125244570923		0	0	False	False	0.9869363903999329	0					non-mobilizable	no_good_hit	159.0	77.987	7.0	0.0025409947147309936	NZ_AUMW01000024.1	firmicutes	Desulfallas alcoholivorax DSM 16058 H569DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
MON0104_000000016525	2726	0.9749521683209522	3	3	3	3	3	False	124026	fragment	False	MON0104_000000016525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1739.0	95.63	64.0	0.00048236333038972293	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0161_000000001542	6961	0.9749512920549234	10	5	2	4	4	False	104075	fragment	False	CHI0161_000000001542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	84.361	12.0	0.00031793787119952204	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0061_000000004445	3613	0.9749509125485988	5	4	2	3	3	False	115395	fragment	False	MAD0061_000000004445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1588.0	85.01299999999999	51.0	0.0005328285318739509	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0069_01_000000037779	1603	0.974948165900086	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.35522032946955545		0	0	False	False	1.0	0					non-mobilizable	other	1523.0	86.08	95.0	0.021154060687193218	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0013_000000006087	4218	0.9749445176170036	7	3	1	3	1	True	50653	maximal	True	FIJ0013_000000006087	1.0		2	1	False	False	0.9997628927230835	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	0.017267843438219493	HG796394.1	bacteria	Uncultured bacterium plasmid pRGI00891	True	True
ISR0169_000000004246	5827	0.9749440144839069	5	5	2	3	5	False	115531	maximal	True	ISR0169_000000004246	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2562.0	99.493	66.0	0.0008072210509129225	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0137_000000014317	1232	0.9749374031038694	2	1	1	1	1	False	80458	fragment	False	CHI0137_000000014317	1.0		0	0	False	False	0.9886363744735718	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	7.609589985779579e-05	NZ_JAAIUD010000002.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_2_length_420522_cov_292.513, whole genome shotgun sequence	True	False
MON0096_000000008863	3703	0.9749357819978742	7	3	2	3	1	True	112935	fragment	False	MON0096_000000008863	1.0		0	0	False	False	0.976775586605072	0					non-mobilizable	no_good_hit	2402.0	90.133	65.0	0.04237408286959912	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0097_000000027868	1172	0.9749262280961936	2	1	1	1	1	False	65374	fragment	False	ENG0035_000000016423	0.4689243027888446		0	0	False	False	1.0	0					non-mobilizable	chromosome	1172.0	97.27	100.0	0.00048224665165977684	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CAN0021_000000026500	1645	0.974920408376838	3	3	3	2	2	False	91501	fragment	False	CAN0021_000000026500	1.0		0	0	False	False	0.9896656274795532	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000019268	2315	0.9749199477123536	3	2	2	2	1	True	131086	fragment	False	FIJ0147_000000008189	0.9799452427853297		0	0	False	False	0.997840166091919	0					non-mobilizable	no_good_hit								True	True
SPA0137_000000000180	59480	0.9749092097559452	106	29	13	20	17	True	75432	maximal	True	SPA0137_000000000180	1.0		1	1	True	True	1.0	131					non-mobilizable	no_good_hit	13059.0	94.01899999999999	70.0	0.23113458334810194	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0028_000000024482	1298	0.9749071514102488	2	2	2	2	2	False	73900	fragment	False	DEN0028_000000024482	1.0		0	0	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	268.0	88.806	70.0	0.00042285524627727817	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0081_000000001983	6401	0.9749055108252621	4	3	3	2	2	False	5630	fragment	False	SPA0080_000000001801	0.9508785332314744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0058_000000003856	3778	0.974905091823278	5	4	1	3	3	False	86964	maximal	True	MAD0058_000000003856	1.0		1	1	False	False	0.9862360954284668	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000015426	2850	0.9749039752125772	3	3	2	3	3	False	89783	maximal	True	DEN0096_000000015426	1.0		3	3	False	False	0.9996491074562073	0	IncFIB				non-mobilizable	plasmid	1992.0	98.193	100.0	0.01606487271553637	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
ISR0174_000000019789	1246	0.9749028739020559	2	1	1	1	1	False	29885	maximal	True	ISR0174_000000019789	1.0		1	1	False	False	0.9927768707275391	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000001722	20681	0.9749025984483686	25	11	9	10	9	False	35874	maximal	True	ISR0051_000000001722	1.0		1	1	False	False	0.9991779923439026	0					non-mobilizable	no_good_hit	186.0	79.032	1.0	0.00041083795053147904	NZ_JAAQPH010000001.1	a-proteobacteria	Pelagibius litoralis strain DSM 21314 Scaffold1_1, whole genome shotgun sequence	True	False
ISR0003_000000003078	7242	0.9749016102382908	9	7	5	4	4	True	104257	backbone	False	ISR0343_000000001718	0.9973909583782123	PS1|PS615	0	0	True	True	1.0	749					non-mobilizable	no_good_hit	1772.0	83.465	40.0	0.00035227136191501497	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
DEN0045_000000004247	7203	0.9749016102382908	9	7	5	4	4	True	104257	backbone	False	ISR0343_000000001718	0.9970571940940527	PS1|PS615	0	0	True	True	1.0	795					non-mobilizable	no_good_hit	1883.0	82.74	39.0	0.00037422595104286295	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0844_000000001897	7202	0.9749016102382908	9	7	5	4	4	True	104257	backbone	False	ISR0343_000000001718	0.9973898306016119	PS1|PS615	0	0	True	True	0.9998611211776733	61					non-mobilizable	no_good_hit	1686.0	83.51100000000001	39.0	0.00033530645213440517	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0159_000000012393	2106	0.9748962095834092	5	2	2	1	1	False	30479	maximal	True	ISR0159_000000012393	1.0		1	1	False	False	0.9876543283462524	0					non-mobilizable	no_good_hit	183.0	90.164	9.0	4.8772958128147466e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0099_000000001473	11895	0.9748848844408836	17	8	4	6	6	False	119423	backbone	True	AST0099_000000001473	1.0	PS821	1	1	True	True	1.0	18					non-mobilizable	no_good_hit	212.0	84.906	4.0	6.202265512964993e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0219_000000028925	1114	0.974879454935168	1	1	1	1	1	False	104277	fragment	False	ISR0219_000000028925	0.961382230873483		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	98.47399999999999	100.0	0.0016002484482766058	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
AST0149_000000023974	1099	0.974879454935168	1	1	1	1	1	False	104277	fragment	False	ISR0219_000000028925	0.9572810511837396		0	0	False	False	1.0	0					non-mobilizable	other	1099.0	97.45200000000001	100.0	0.0015786817575990234	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0151_000000011189	2231	0.9748733404714556	3	2	2	2	2	False	83452	fragment	False	CHI0151_000000011189	1.0		0	0	False	False	0.9973106384277344	0					non-mobilizable	chromosome	2233.0	97.35799999999999	100.0	0.00045316070455119937	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
ENG0070_000000005665	4118	0.9748623660316876	2	2	2	2	2	False	90610	maximal	True	ENG0070_000000005665	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3714.0	88.234	94.0	0.00214426926093916	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
SPA0050_000000007777	3347	0.9748622398971774	3	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.449996892374157		0	0	False	False	0.999701201915741	0					non-mobilizable	other	3347.0	100.0	100.0	0.0006954347184040168	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ENG0179_000000003822	7651	0.9748599238994812	11	4	1	3	2	False	55419	fragment	False	ENG0179_000000003822	1.0		0	0	False	False	0.9998692870140076	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.004549413447346e-07	LR812496.1	bony fishes	Danio aesculapii genome assembly, chromosome: 17	True	False
FIJ0023_000000010171	3097	0.9748575958457041	3	3	2	3	1	False	49376	maximal	True	FIJ0023_000000010171	1.0		4	1	False	False	0.9996771216392517	0					non-mobilizable	no_good_hit	174.0	78.736	6.0	3.888906599994528e-05	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
ISR0004_000000001207	12762	0.9748570068681052	7	3	3	3	1	True	98607	fragment	False	ISR0004_000000001207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	85.273	13.0	0.00029263251624750685	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0171_000000001642	12391	0.974856168960322	18	17	4	6	16	True	116376	fragment	False	ENG0171_000000001642	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	12391.0	99.935	100.0	0.3750454050127134	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0220_000000002665	3792	0.9748527463169284	6	6	4	5	5	True	114215	fragment	False	MAD0046_000000005928	0.6046041317330115		0	0	False	False	0.9992088675498962	0					non-mobilizable	plasmid	3792.0	99.57799999999999	100.0	0.03998523362514503	CP030234.1	enterobacteria	Salmonella enterica strain SA20101045 plasmid pSA20101045.1, complete sequence	False	True
USA0017_01_000000014172	1939	0.9748470640613682	5	2	1	2	1	False	1889	maximal	True	USA0017_01_000000014172	1.0		0	0	False	False	0.9943269491195679	0					non-mobilizable	no_good_hit	120.0	98.333	6.0	0.0001324874916221145	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0097_000000001635	10644	0.9748445422074962	17	11	6	7	7	True	126434	maximal	True	ISR0097_000000001635	0.9981017126106879		3	3	True	True	1.0	27					non-mobilizable	no_good_hit	2903.0	99.035	57.0	0.23412666397741025	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0067_000000004245	5915	0.9748412815715732	9	6	4	5	4	True	104885	maximal	True	ISR0067_000000004245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1541.0	97.794	53.0	0.12408229124647036	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0150_000000007711	3514	0.9748411738648908	5	3	2	3	2	False	104200	maximal	True	AST0150_000000007711	1.0		1	1	False	False	0.9903244376182556	0					non-mobilizable	no_good_hit								True	False
MAD0032_000000006579	2457	0.9748387002202792	3	3	3	2	1	False	115914	fragment	False	MAD0032_000000006579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.0002323253985274144	NZ_LR656172.1	firmicutes	Bacillus marasmi strain Marseille-P3556, whole genome shotgun sequence	True	False
ISR0074_000000007480	3746	0.974836296101362	7	5	1	3	4	False	130026	backbone	False	ENG0161_000000006182	0.882050145438992	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1909.0	95.6	55.0	0.37913181999203505	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0078_000000003118	8143	0.9748348226579848	13	6	3	4	5	True	101744	maximal	False	ISR0311_000000001595	0.9579622835633035	PS589	0	0	True	True	1.0	82					non-mobilizable	no_good_hit	1212.0	86.634	64.0	0.12940159861741196	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0149_000000003593	4248	0.9748290707176328	6	2	2	2	2	False	30879	maximal	True	ISR0149_000000003593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	99.666	35.0	0.008707866805774936	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
FIJ0107_000000018423	1381	0.9748287710856436	4	2	2	1	1	False	42264	fragment	False	FIJ0107_000000018423	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	4.0	0.0013328890369876708	NC_006356.2	viruses	Flavobacterium phage 11b, complete genome	True	False
ISR0248_000000001437	3307	0.9748280220352764	4	2	1	2	1	True	88355	maximal	False	ISR0170_000000013824	0.9892240253478702		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	997.0	88.867	51.0	0.2631720430107527	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
AST0024_000000000129	64789	0.974822442878034	55	21	13	19	11	True	121846	fragment	False	AST0024_000000000129	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	20070.0	97.92200000000001	43.0	0.7139045043762897	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ISR0785_000000000528	30986	0.9748213302861618	37	21	17	21	10	True	64645	fragment	False	ISR0785_000000000528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	0.02443857331571995	HG796540.1	bacteria	Uncultured bacterium plasmid pRGI01595	True	True
FIJ0038_000000006074	5300	0.9748202869616088	7	2	2	2	2	False	47686	fragment	False	FIJ0038_000000006074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0021_000000015903	2066	0.9748195186710522	3	2	2	2	2	False	131442	fragment	False	SPA0021_000000015903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1796.0	78.229	85.0	0.02470995091477019	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0252_000000001013	7182	0.9748165359586558	9	7	4	4	4	True	104257	backbone	False	ISR0343_000000001718	0.9972566259424387	PS1|PS615	0	0	True	True	0.9998607635498047	19					non-mobilizable	no_good_hit	2780.0	82.986	39.0	0.0005526568845001	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
MAD0043_000000020734	1301	0.9748147518320396	3	3	2	3	2	False	18005	fragment	False	MAD0043_000000020734	1.0		0	0	False	False	0.9746348857879639	0					non-mobilizable	no_good_hit	371.0	95.41799999999999	75.0	0.00010524309733279858	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0029_000000013912	1771	0.9748123571189022	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8527354002180215		0	0	False	False	0.992094874382019	0					non-mobilizable	other	1793.0	78.918	99.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0108_000000012934	1731	0.9748123571189022	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6811668631997246		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	78.982	96.0	0.02302264614011602	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0150_000000012539	1638	0.9748123571189022	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6716010001788764		0	0	False	False	0.9987789988517761	0					non-mobilizable	other	1653.0	78.04	100.0	0.022785586791610888	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0288_000000016933	1766	0.9748091130429594	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8657971745417252		0	0	False	False	0.9943374991416931	0					non-mobilizable	other	1795.0	78.10600000000001	100.0	0.024696006247211067	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0050_000000015488	1793	0.9748085852947824	2	2	2	2	1	True	42478	fragment	False	ISR0050_000000015488	0.9814704124327556		0	0	False	False	0.9882878065109253	0					non-mobilizable	no_good_hit	1213.0	95.631	83.0	0.01922344880091359	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ENG0074_000000000970	20783	0.974790376887043	23	17	10	14	9	False	93054	fragment	False	ENG0074_000000000970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	95.12200000000001	1.0	0.0019274340738875953	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
ISR0118_000000003023	4387	0.9747868136798484	6	4	3	4	2	False	107598	maximal	True	ISR0118_000000003023	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1786.0	95.29700000000001	40.0	0.2054147465437788	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
FIJ0098_000000000648	22873	0.9747815967591551	20	14	11	12	9	False	42886	maximal	True	FIJ0098_000000000648	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5544.0	89.304	50.0	0.0011673795261797622	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
SPA0017_000000000804	17070	0.9747815175757142	14	13	8	10	12	True	123677	fragment	False	ISR0399_000000000533	0.9853018067739499		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	10823.0	98.134	70.0	0.34836923275057147	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MON0103_000000017629	2809	0.9747727832102616	4	3	2	3	2	False	63098	fragment	False	MON0017_000000006460	0.6372014065720868		0	0	False	False	0.991100013256073	0					non-mobilizable	no_good_hit	621.0	76.973	22.0	0.00018521518993441273	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0168_000000001984	9632	0.9747675824804888	16	11	5	10	8	True	78109	fragment	False	CHI0168_000000001984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1749.0	95.99799999999999	19.0	0.0004886716890323993	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0009_000000003324	6992	0.9747589434151404	5	5	3	4	5	False	44819	fragment	False	MON0009_000000003324	0.9820711417096959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.491698930024856e-05	NZ_SDMQ01000002.1	high GC Gram+	Brevilactibacter sinopodophylli strain KCTC 33808 2_373747_41.0212, whole genome shotgun sequence	True	False
AST0093_000000005416	3533	0.9747552116602864	7	3	0	2	3	True	109564	maximal	True	AST0093_000000005416	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	1269.0	99.448	39.0	0.46142595978062156	CP043521.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_09, complete sequence	True	True
AST0040_000000002015	8541	0.9747548650776684	12	4	4	4	3	True	116418	maximal	True	AST0040_000000002015	1.0		5	4	False	False	0.9984779357910156	0					non-mobilizable	no_good_hit	1965.0	77.71	23.0	0.11425219941348974	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0100_000000002608	6465	0.9747531769611396	10	2	1	2	2	True	108662	maximal	True	AST0100_000000002608	1.0		1	1	False	False	0.9982985258102417	0					non-mobilizable	no_good_hit	1668.0	86.751	62.0	0.36387607119314436	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0055_000000006046	5165	0.9747531769611396	10	2	1	2	2	True	113941	maximal	True	AST0055_000000006046	1.0		1	1	True	True	1.0	154					non-mobilizable	no_good_hit	1648.0	85.74	64.0	0.3590419687980664	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0004_000000005136	5146	0.9747531769611396	11	2	1	2	2	True	67821	maximal	True	ENG0004_000000005136	1.0		1	1	True	True	1.0	55					non-mobilizable	no_good_hit	1660.0	84.639	66.0	0.3627774115578994	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0139_000000004331	5082	0.9747531769611396	10	2	1	2	2	True	31319	maximal	True	ISR0139_000000004331	1.0		1	1	True	True	1.0	340					non-mobilizable	no_good_hit	1558.0	85.68700000000001	65.0	0.34036475499890134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0033_000000005761	5064	0.9747531769611396	10	2	1	2	2	True	7214	maximal	True	SPA0033_000000005761	1.0		1	1	True	True	1.0	160					non-mobilizable	no_good_hit	904.0	87.83200000000001	80.0	0.1966600747088552	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
CAN0013_000000004817	5055	0.9747531769611396	12	2	1	2	2	True	94294	maximal	True	CAN0013_000000004817	0.9996003996003996		3	1	True	True	1.0	31					non-mobilizable	no_good_hit	1657.0	85.03299999999999	78.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0083_000000002566	5052	0.9747531769611396	10	2	1	2	2	True	5587	maximal	True	SPA0083_000000002566	0.9983170849526821		2	1	True	True	1.0	15					non-mobilizable	no_good_hit	1663.0	86.47	78.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ITA0003_000000001014	5037	0.9747531769611396	9	2	1	2	2	True	20413	maximal	True	ITA0003_000000001014	1.0		1	1	True	True	1.0	37					non-mobilizable	no_good_hit	1656.0	85.38600000000001	77.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
CHI0111_000000006097	5016	0.9747531769611396	10	2	1	2	2	True	83428	maximal	True	CHI0111_000000006097	0.9585174768983528		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	1657.0	85.395	80.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0031_000000005177	5016	0.9747531769611396	10	2	1	2	2	True	7292	maximal	True	SPA0031_000000005177	1.0		1	1	True	True	0.9996013045310974	16					non-mobilizable	no_good_hit	1659.0	86.197	80.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0003_000000007035	5013	0.9747531769611396	11	2	1	2	2	True	130667	maximal	False	AST0014_000000003688	0.9256355081823735		0	0	True	True	1.0	269					non-mobilizable	no_good_hit	1341.0	85.98100000000001	62.0	0.2924631949022193	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0122_000000005358	5010	0.9747531769611396	10	2	1	2	2	True	59094	maximal	True	ENG0122_000000005358	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1664.0	86.05799999999999	62.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0052_000000005510	4955	0.9747531769611396	10	2	1	2	2	True	64005	maximal	True	ENG0052_000000005510	1.0		1	1	True	True	0.9997981786727905	22					non-mobilizable	no_good_hit	1663.0	84.125	52.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
CAN0012_000000010938	4906	0.9747531769611396	11	2	1	2	2	True	94294	maximal	False	CAN0013_000000004817	0.9946587537091989		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1657.0	85.03299999999999	82.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0084_000000003128	4750	0.9747531769611396	10	2	1	2	2	True	5587	maximal	False	SPA0083_000000002566	0.974366587490103		0	0	False	True	0.9945263266563416	0					non-mobilizable	no_good_hit	1663.0	86.47	79.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0384_000000002805	4708	0.9747531769611396	9	2	1	2	2	True	23089	maximal	True	ISR0384_000000002805	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	85.92	67.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0009_000000006520	4633	0.9747531769611396	8	2	1	2	2	True	38384	maximal	True	ISR0009_000000006520	1.0		1	1	True	True	0.9874811172485352	1					non-mobilizable	no_good_hit	1661.0	85.25	69.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
FIJ0121_000000005633	4624	0.9747531769611396	8	2	1	2	2	True	41626	maximal	True	FIJ0121_000000005633	1.0		2	1	True	True	1.0	26					non-mobilizable	no_good_hit	2252.0	83.792	86.0	0.4904416611733685	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0086_000000005460	4494	0.9747531769611396	8	2	1	2	2	True	33926	maximal	True	ISR0086_000000005460	1.0		1	1	False	False	0.9995549917221069	0					non-mobilizable	no_good_hit	1660.0	85.602	58.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0252_000000001840	4386	0.9747531769611396	10	2	1	2	2	True	26964	maximal	True	ISR0252_000000001840	1.0		1	1	False	False	0.9984040260314941	0					non-mobilizable	no_good_hit	1656.0	86.775	71.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
CAN0011_000000009744	3147	0.9747531769611396	5	2	1	2	2	True	94504	maximal	True	CAN0011_000000009744	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	86.874	76.0	0.1964403427818062	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
FIJ0013_000000014501	1971	0.9747509916963916	2	2	2	1	1	True	50634	maximal	False	FIJ0058_000000020495	0.9966324024178326		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	133.0	91.729	12.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
ENG0057_000000005307	4123	0.9747480672758848	7	6	2	2	6	True	115877	maximal	True	ENG0057_000000005307	1.0		1	1	False	False	0.9985447525978088	0	rep_cluster_1320				non-mobilizable	no_good_hit	2533.0	98.302	88.0	0.0010582866908708517	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
AST0118_000000013596	2242	0.9747480207622446	4	4	4	3	3	False	115930	fragment	False	AST0118_000000013596	1.0		0	0	False	False	0.9986619353294373	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000016964	1510	0.974745166419336	3	3	2	2	1	False	54260	maximal	True	ENG0199_000000016964	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	88.37200000000001	6.0	1.612035112779873e-05	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
USA0080_01_000000008502	5087	0.974741600156958	4	4	3	3	4	True	117729	maximal	True	USA0080_01_000000008502	1.0	PS794	13	3	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	97.12899999999999	89.0	0.0004832942008922076	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
USA0003_01_000000005513	6959	0.9747365775808292	14	3	2	3	1	True	2255	fragment	False	USA0003_01_000000005513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	1.0	0.003723840023832576	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
MAD0009_000000002069	4331	0.9747290318894002	5	3	2	2	2	True	40287	maximal	True	MAD0009_000000002069	1.0	PS110	3	1	True	True	0.9993073344230652	351					non-mobilizable	plasmid	4206.0	99.596	100.0	0.9936185298983692	CP030792.1	enterobacteria	Escherichia coli strain APEC O2-211 plasmid pAPEC-O2-211B, complete sequence	False	True
MAD0014_000000006621	4331	0.9747290318894002	5	3	2	2	2	True	40287	maximal	False	MAD0009_000000002069	1.0	PS110	0	0	True	True	0.9960747957229614	350					non-mobilizable	plasmid	4206.0	99.596	100.0	0.9936185298983692	CP030792.1	enterobacteria	Escherichia coli strain APEC O2-211 plasmid pAPEC-O2-211B, complete sequence	False	True
SPA0089_000000002924	10601	0.9747275906924248	16	8	5	8	5	True	125409	fragment	False	DEN0021_000000002110	0.6684535203713218		0	0	False	False	0.9995283484458923	0					non-mobilizable	other	10542.0	98.615	99.0	0.0030082552918464294	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AST0028_000000001800	10075	0.974726574417648	12	6	4	4	4	True	118927	maximal	True	AST0028_000000001800	1.0		2	2	True	True	1.0	67					non-mobilizable	no_good_hit	792.0	94.697	12.0	0.11161345012715457	EU685104.1	firmicutes	Streptococcus parasanguinis plasmid pFW213, complete sequence	True	True
TAN0009_000000009521	3575	0.974710625678924	6	4	3	4	2	False	111545	fragment	False	ISR0157_000000004871	0.2751290857345037		0	0	False	False	0.9977622628211975	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000014325	2307	0.9747063851680928	3	3	1	2	3	False	32278	maximal	True	ISR0120_000000014325	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	824.0	95.51	83.0	0.37620137299771167	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
CAN0003_000000021971	2263	0.9747063851680928	4	3	1	2	3	False	96632	maximal	True	CAN0003_000000021971	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	738.0	95.39299999999999	83.0	0.3368421052631579	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
ISR0150_000000010392	2236	0.9747063851680928	5	3	1	2	3	False	118794	backbone	True	ISR0150_000000010392	0.9997821350762528	PS69|PS812	2	1	True	True	1.0	19					non-mobilizable	no_good_hit	577.0	92.89399999999999	74.0	0.2631578947368421	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
ISR0375_000000009847	2216	0.9747063851680928	5	3	1	2	3	False	118794	backbone	False	ISR0150_000000010392	0.9997821350762528	PS69|PS812	0	0	True	True	0.9986461997032166	7					non-mobilizable	no_good_hit	577.0	92.721	75.0	0.2631578947368421	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
ISR0076_000000011948	2128	0.9747063851680928	4	3	1	2	3	False	34573	fragment	False	ISR0076_000000011948	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	577.0	92.54799999999999	68.0	0.2631578947368421	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
AST0028_000000008329	1991	0.9747063851680928	3	3	1	2	3	False	118793	fragment	False	AST0028_000000008329	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	577.0	92.89399999999999	73.0	0.2631578947368421	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
ISR0296_000000013851	1892	0.9747063851680928	3	3	1	2	3	False	25675	backbone	True	ISR0296_000000013851	1.0	PS69	1	1	True	True	1.0	53					non-mobilizable	no_good_hit	577.0	92.721	77.0	0.2631578947368421	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
USA0082_01_000000008225	3586	0.9747039747780768	5	4	3	4	2	False	44716	fragment	False	USA0082_01_000000008225	1.0		0	0	False	False	0.999721109867096	0					non-mobilizable	no_good_hit	334.0	82.635	9.0	0.00011174925621108761	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0074_000000000007	101440	0.9747029148619862	137	34	14	25	22	False	5833	maximal	True	SPA0074_000000000007	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	97.802	1.0	0.022429906542056073	MK233074.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_2_c1 sequence	True	False
ISR0359_000000002945	6856	0.9746999947476059	12	5	2	4	2	True	23828	maximal	True	ISR0359_000000002945	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0117_000000015034	2519	0.9746963226242108	4	3	2	3	3	True	97948	fragment	False	SPA0117_000000015034	1.0		0	0	False	False	0.9932512640953064	0					non-mobilizable	plasmid	2519.0	100.0	100.0	0.019424216242902987	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0124_000000015929	1953	0.9746950344958653	3	3	2	3	2	False	75227	fragment	False	ISR0128_000000018538	0.7270053601539495		0	0	False	False	0.9994879961013794	0					non-mobilizable	no_good_hit	623.0	77.047	49.0	0.00018521518993441273	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0062_000000006589	3769	0.9746878707493938	3	3	2	3	3	False	63216	fragment	False	ENG0062_000000006589	1.0		0	0	False	False	0.9952241778373718	0					non-mobilizable	no_good_hit	114.0	90.351	4.0	3.930841274399989e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0011_000000006313	6544	0.9746860536436089	10	9	3	4	9	False	88604	maximal	True	FIJ0011_000000006313	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4052.0	98.988	79.0	0.08402698495070057	CP020518.1	enterobacteria	Escherichia coli strain 222 plasmid unnamed2, complete sequence	True	False
CHI0087_000000004393	2167	0.9746858808591288	4	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.3071144246080674		0	0	False	False	0.9935394525527954	0					non-mobilizable	no_good_hit								True	False
USA0022_01_000000001239	7504	0.9746848876825698	11	8	4	4	8	True	123851	maximal	True	USA0022_01_000000001239	1.0	PS486|PS905|PS908	3	3	True	True	1.0	1038	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3433.0	97.204	70.0	0.31109901079952806	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
MAD0099_000000003883	6440	0.9746794718929341	8	4	1	4	1	False	18247	fragment	False	MAD0098_000000005595	0.9597857142857142		0	0	False	False	0.9975154995918274	0					non-mobilizable	no_good_hit	863.0	77.752	13.0	0.00023882122287574077	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0149_000000012986	2959	0.9746794270400692	4	4	2	3	4	True	97949	fragment	False	SPA0149_000000012986	1.0		0	0	False	False	0.9993240833282471	0					non-mobilizable	plasmid	2959.0	100.0	100.0	0.022818439891384844	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
CHI0052_000000001911	7158	0.9746789636730802	8	8	8	8	8	False	86531	maximal	True	CHI0052_000000001911	1.0		4	4	False	False	0.9885442852973938	0					non-mobilizable	chromosome	7082.0	99.97200000000001	99.0	0.0013464475537666304	CP033817.1	enterobacteria	Klebsiella aerogenes strain FDAARGOS_513 chromosome, complete genome	False	False
ISR0829_000000002572	5159	0.9746731962948728	11	3	1	2	3	True	21070	maximal	True	ISR0829_000000002572	1.0		2	1	True	True	1.0	27					non-mobilizable	no_good_hit	129.0	76.744	3.0	0.027602695066289935	FM212242.1	other sequences	Cloning shuttle vector pA13	True	True
CHI0129_000000024293	1113	0.974668765315499	1	1	1	1	1	False	81145	fragment	False	CHI0129_000000024293	1.0		0	0	False	False	0.9973045587539673	0					non-mobilizable	no_good_hit	601.0	76.705	66.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0101_000000019851	2154	0.9746623055715209	3	3	1	2	2	True	4940	maximal	True	SPA0101_000000019851	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0096_000000004944	3437	0.9746582368315264	4	4	4	3	2	True	89818	maximal	True	MAD0096_000000004944	1.0		3	1	False	False	0.9991271495819092	0	IncFIB				non-mobilizable	chromosome	3073.0	99.805	100.0	0.0005748540643510952	CP033901.1	enterobacteria	Klebsiella pneumoniae strain KPN1344 chromosome	False	True
DEN0067_000000015609	2151	0.974655613519496	2	2	2	1	1	False	105486	fragment	False	DEN0067_000000015609	1.0		0	0	False	False	0.9986053109169006	0					non-mobilizable	chromosome	2176.0	77.895	100.0	0.0003189239097387832	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
CHI0018_000000012210	1450	0.974655613519496	2	2	2	1	1	False	104282	fragment	False	CHI0018_000000012210	0.9340690213039248		0	0	False	False	0.9937931299209595	0					non-mobilizable	other	1466.0	82.742	100.0	0.001438068024557474	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
CHI0079_000000004415	1445	0.974655613519496	2	2	2	1	1	False	104282	fragment	False	CHI0018_000000012210	0.47413793103448276		0	0	False	False	0.9570934176445007	0					non-mobilizable	other	1470.0	77.211	100.0	0.013959196195735542	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
ISR0087_000000005605	4576	0.9746520216206064	8	4	2	2	4	True	123814	backbone	False	CHI0167_000000003333	0.8301961765741827	PS607|PS904	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4491.0	99.087	100.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0178_000000003349	4519	0.9746520216206064	7	4	2	2	4	True	130690	backbone	False	ENG0017_000000004005	0.2352842427453999	PS1122	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4089.0	100.0	99.0	0.7575982209043736	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0183_000000008354	4135	0.9746520216206064	7	4	2	2	4	True	119395	fragment	False	SPA0153_000000004047	0.9684099514980281		0	0	False	False	0.9985489845275879	0		MOBP			mobilizable	plasmid	4116.0	99.441	99.0	0.8275653923541247	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0153_000000004047	4089	0.9746520216206064	6	4	2	2	4	True	119395	fragment	False	SPA0153_000000004047	0.9699510810887825		0	0	False	False	0.9997554421424866	0		MOBP			mobilizable	plasmid	3978.0	98.944	97.0	0.7997987927565392	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0143_000000008022	4064	0.9746520216206064	7	4	2	2	4	True	119395	fragment	False	SPA0153_000000004047	0.964207475366326		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3905.0	99.87200000000001	96.0	0.7853118712273642	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0199_000000007002	4056	0.9746520216206064	6	4	2	2	4	True	119395	fragment	False	SPA0153_000000004047	0.9677716201299994		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	4060.0	97.759	100.0	0.8158953722334004	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0326_000000004198	4033	0.9746520216206064	6	4	2	2	4	True	119395	fragment	False	SPA0153_000000004047	0.9632228351113484		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	4037.0	97.325	100.0	0.8112676056338028	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0044_01_000000007938	3716	0.9746520216206064	6	4	2	2	4	True	119395	fragment	False	SPA0153_000000004047	0.7668738249244268		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3715.0	99.946	99.0	0.7470824949698189	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
FIJ0144_000000008522	3720	0.9746516036209628	5	2	2	2	2	False	93537	fragment	False	FIJ0144_000000008522	1.0		0	0	False	False	0.9986559152603149	0					non-mobilizable	no_good_hit	1811.0	93.595	49.0	0.0007756133762617667	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
FIJ0172_000000017243	1625	0.9746435548457298	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.09676162943575323	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1625.0	98.646	100.0	0.006631007308807317	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0024_000000002508	10880	0.9746317735588584	15	5	4	5	3	False	20817	maximal	False	MON0087_000000003522	0.9499771167048054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	75.27600000000001	4.0	0.0001465849638587721	NZ_CP046996.1	firmicutes	Dehalobacter restrictus strain 12DCA chromosome, complete genome	True	False
USA0043_01_000000002135	6636	0.9746295671535748	9	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.08025745244543052		0	0	False	True	1.0	0					non-mobilizable	plasmid	6654.0	98.963	100.0	0.21397210743801653	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MAD0102_000000007696	2384	0.9746285135883614	2	2	0	1	2	True	43922	fragment	False	MAD0102_000000007696	1.0		0	0	False	False	1.0	0	rep_cluster_2401			MOBP	mobilizable	no_good_hit	579.0	90.155	30.0	0.06667438360921403	CP021102.1	enterobacteria	Escherichia coli strain 13P477T plasmid p13P477T-8, complete sequence	True	True
ISR0371_000000004748	3382	0.9746267045474396	6	4	3	3	2	False	31450	maximal	True	ISR0371_000000004748	1.0		1	1	False	False	0.9973388314247131	0					non-mobilizable	no_good_hit	561.0	97.32600000000001	17.0	0.08641784110267926	NZ_CABKPS010000043.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0090_000000016199	1514	0.974623456498187	3	1	1	1	1	False	61230	maximal	True	ENG0090_000000016199	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	90.678	11.0	0.0007480891201821434	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	False
ISR0397_000000003560	6191	0.9746221362430206	7	5	2	3	4	False	109916	maximal	True	ISR0397_000000003560	1.0		2	2	False	False	0.9993538856506348	0					non-mobilizable	other	3380.0	94.23100000000001	90.0	0.0009496261005876005	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0148_000000016072	2322	0.9746213012883624	2	2	1	2	2	False	98861	fragment	False	ENG0148_000000016072	0.9950151712180321		0	0	False	False	1.0	0					non-mobilizable	chromosome	2320.0	96.853	99.0	0.00040259801586364655	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
USA0003_01_000000016935	2307	0.9746213012883624	2	2	1	2	2	False	98861	fragment	False	ENG0148_000000016072	0.991817398794143		0	0	False	False	0.9900303483009338	0					non-mobilizable	chromosome	2307.0	96.706	100.0	0.00040034110589977096	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
SPA0143_000000009985	1990	0.9746063024916416	2	2	2	2	2	False	73901	fragment	False	SPA0143_000000009985	1.0		0	0	False	False	0.9984924793243408	0					non-mobilizable	no_good_hit	712.0	98.596	50.0	0.0011345286041628104	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0015_000000014162	1231	0.9746047687057312	2	1	1	1	1	False	66844	maximal	True	ENG0015_000000014162	1.0		2	2	False	False	0.9707554578781128	0					non-mobilizable	no_good_hit								True	False
MON0099_000000005990	4640	0.9746045960498192	4	3	3	3	2	False	115942	fragment	False	MON0099_000000005990	1.0		0	0	False	False	0.9637930989265442	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	0.0002323253985274144	NZ_LR656172.1	firmicutes	Bacillus marasmi strain Marseille-P3556, whole genome shotgun sequence	True	False
ISR0092_000000020344	1518	0.9746011195413792	2	2	2	1	2	False	51171	fragment	False	ISR0092_000000020344	0.9397068620919387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	94.402	34.0	0.08353569694026226	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0011_000000001127	14970	0.9745997020945596	14	14	6	10	12	False	98339	maximal	True	ENG0011_000000001127	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	other	14967.0	99.973	99.0	0.1686651940675292	NZ_JAAJTM010000003.1	enterobacteria	Escherichia marmotae strain UMB2500_14 scaffold00003, whole genome shotgun sequence	False	True
ISR0796_000000002468	7210	0.974593204926253	10	6	4	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.15698776504827655		0	0	False	True	1.0	0					non-mobilizable	plasmid	3547.0	99.154	99.0	0.11410541227985448	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0154_000000003615	7164	0.974589703124118	13	9	4	6	9	True	127654	backbone	False	CHI0110_000000000693	0.9886329276879222	PS1016	0	0	True	True	1.0	114	rep_cluster_1097				non-mobilizable	other	5269.0	98.84200000000001	94.0	0.6367598982927716	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
ISR0004_000000006133	2881	0.9745877752048424	5	2	2	2	1	False	121499	fragment	False	ISR0004_000000006133	0.9813561900289043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0025_000000008424	2860	0.9745877752048424	5	2	2	2	1	False	121499	fragment	False	ISR0004_000000006133	0.9795216559384219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0040_000000007819	2860	0.9745877752048424	5	2	2	2	1	False	121499	fragment	False	ISR0004_000000006133	0.9797929903918248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000010888	2860	0.9745877752048424	5	2	2	2	1	False	121499	fragment	False	ISR0004_000000006133	0.9797929903918248		0	0	False	False	0.9989510774612427	0					non-mobilizable	no_good_hit								True	False
ENG0031_000000007189	2860	0.9745877752048424	5	2	2	2	1	False	121499	fragment	False	ISR0004_000000006133	0.9797929903918248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0821_000000010296	2818	0.9745877752048424	5	2	2	2	1	False	121499	fragment	False	ISR0004_000000006133	0.9684006587529035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0156_000000004465	2919	0.9745815788195096	3	1	1	1	1	True	85727	fragment	False	CHI0156_000000004465	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2919.0	99.65700000000001	100.0	0.00415737620835322	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
CHI0066_000000005671	2004	0.9745815788195096	2	1	1	1	1	True	85726	fragment	False	CHI0066_000000005671	1.0		0	0	False	False	0.9950099587440491	0					non-mobilizable	other	2003.0	99.7	99.0	0.0028523191121052594	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
CHI0060_000000010774	1406	0.9745815788195096	2	1	1	1	1	True	85725	fragment	False	CHI0060_000000010774	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	99.85799999999999	100.0	0.0020017524238301145	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
CHI0112_000000017117	1107	0.9745815788195096	2	1	1	1	1	True	82363	fragment	False	CHI0112_000000017117	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	99.729	100.0	0.0015757567122819266	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
FIJ0107_000000021884	1151	0.9745793258462936	2	2	1	1	1	True	42249	fragment	False	FIJ0107_000000021884	1.0		0	0	False	False	0.9791485667228699	0					non-mobilizable	no_good_hit								True	True
ENG0013_000000012367	2186	0.97457905503861	3	2	2	2	1	False	66974	fragment	False	ENG0013_000000012367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	83.307	64.0	0.008099961920497745	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0211_000000005767	3640	0.9745788862630644	3	3	2	3	1	False	104483	fragment	False	ISR0211_000000005767	1.0		0	0	False	False	0.9994505643844604	0					non-mobilizable	other	3640.0	99.31299999999999	100.0	0.02574078134836706	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0104_000000010610	3368	0.9745788862630644	3	3	2	3	1	False	104469	fragment	False	SPA0104_000000010610	1.0		0	0	False	False	0.9967339634895325	0					non-mobilizable	no_good_hit	2604.0	98.50200000000001	77.0	0.018405472126532315	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
CHI0140_000000003191	9421	0.9745722128573598	9	6	6	6	4	True	116127	maximal	True	CHI0140_000000003191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	90.385	20.0	0.0005696241641094745	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
AST0149_000000010155	2685	0.9745682607309676	3	3	2	2	2	False	104528	maximal	True	AST0149_000000010155	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0014_000000008665	2773	0.9745665512965598	4	2	1	2	1	True	108994	fragment	False	FIJ0014_000000008665	1.0		0	0	False	False	0.9992787837982178	0					non-mobilizable	no_good_hit	804.0	94.154	54.0	0.28916096507021966	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ITA0005_000000000801	15891	0.9745443374664796	21	21	8	14	19	True	132521	backbone	False	USA0060_01_000000001071	0.9537088585068798	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15807.0	98.70299999999999	99.0	0.30956347884038654	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0082_000000009889	1707	0.9745379858365684	3	3	3	2	1	False	105484	fragment	False	CAN0018_000000019660	0.08485534184580572		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	98.535	100.0	0.002452851619730359	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
DEN0079_000000045637	1365	0.9745296905190944	3	2	2	2	1	False	69457	fragment	False	DEN0079_000000045637	1.0		0	0	False	False	0.9794871807098389	0					non-mobilizable	no_good_hit	622.0	77.331	45.0	0.00018521518993441273	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0153_000000007853	1938	0.974527420488242	2	2	1	2	2	True	79255	maximal	True	CHI0153_000000007853	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	915.0	94.863	91.0	0.33978414588760697	X66730.1	b-proteobacteria	B.bronchiseptica plasmid pBBR1 genes for mobilization and replication	False	True
FIJ0083_000000006136	5290	0.97452636302065	5	2	1	1	2	False	63157	maximal	True	FIJ0083_000000006136	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	83.85700000000001	4.0	6.17989765977622e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0334_000000015363	1411	0.9745262304196078	3	1	1	1	1	False	24500	fragment	False	ISR0334_000000015363	1.0		0	0	False	False	0.9992913007736206	0					non-mobilizable	no_good_hit								True	False
FIJ0122_000000009275	1739	0.9745185721969812	2	2	2	2	2	False	41425	fragment	False	FIJ0122_000000009275	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1739.0	100.0	100.0	0.0003217721238700485	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
ISR0377_000000005524	2533	0.9745145812366356	4	4	4	4	3	False	94193	fragment	False	ISR0377_000000005524	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2533.0	99.09200000000001	100.0	0.0009929400083058726	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
FIJ0021_000000029308	1634	0.9745086955574936	2	2	2	2	1	False	49600	maximal	True	FIJ0021_000000029308	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	4.7850926733935e-05	NZ_VNIA01000002.1	CFB group bacteria	Tenacibaculum adriaticum strain DSM 18961 Ga0215666_102, whole genome shotgun sequence	True	False
DEN0064_000000024185	1723	0.9745066794084766	2	1	1	1	1	True	71243	maximal	True	DEN0064_000000024185	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0109_000000020338	1632	0.97450303401066	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.38353440355937185	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1619.0	99.382	99.0	0.0004335969574249593	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0193_000000012411	1616	0.97450303401066	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.38341389555184824	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1616.0	99.505	100.0	0.00043279300756570414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0161_000000015053	2039	0.9745008225047668	3	3	3	3	2	False	99554	fragment	False	USA0041_01_000000008430	0.9907360652503885		0	0	False	False	0.9990191459655762	0					non-mobilizable	no_good_hit	302.0	97.682	47.0	5.6681602865339764e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0052_000000017650	2039	0.9745008225047668	3	3	3	3	2	False	99554	fragment	False	USA0041_01_000000008430	0.9908455686996698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	94.04	47.0	5.6681602865339764e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
USA0053_01_000000004103	5429	0.9744969398364041	7	7	3	6	7	False	97999	fragment	False	USA0053_01_000000004103	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	chromosome	5351.0	100.0	100.0	0.0010776341760298305	CP042470.1	enterobacteria	Escherichia coli strain A50 chromosome	False	True
FIJ0069_000000008308	2812	0.9744951678467684	3	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.964537533837796	PS470|PS848	0	0	True	True	0.9960882067680359	1	rep_cluster_1683	MOBV			mobilizable	plasmid	2435.0	97.166	99.0	0.8766678687342229	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ENG0210_000000007107	3165	0.9744924822935812	5	4	3	4	3	False	53746	maximal	True	ENG0210_000000007107	1.0		1	1	False	False	0.9987362027168274	0					non-mobilizable	no_good_hit								True	False
CHI0062_000000005290	2832	0.9744861747259886	4	4	4	4	4	False	95307	fragment	False	CHI0062_000000005290	0.9834633965068748		0	0	False	False	0.9957627058029175	0					non-mobilizable	other	2089.0	99.37799999999999	99.0	0.05226402342870016	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0101_000000005937	4438	0.9744856962873486	5	5	1	2	4	False	89216	maximal	True	MAD0101_000000005937	1.0		1	1	False	False	1.0	0	rep_cluster_2335				non-mobilizable	no_good_hit	2663.0	99.36200000000001	61.0	0.5040742846314193	AP022166.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-08_5 DNA, complete genome, strain: WP5-S18-ESBL-08	True	True
CHI0149_000000003949	3880	0.97448489671531	3	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.9109735083390356		0	0	False	False	0.9997422695159912	0					non-mobilizable	chromosome	3880.0	99.92299999999999	100.0	0.000787449048757895	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ENG0186_000000004588	3572	0.97448489671531	3	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.5634308713279699		0	0	False	False	1.0	0					non-mobilizable	other	3572.0	100.0	100.0	0.0007421988581651955	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
DEN0087_000000003681	3354	0.97448489671531	3	3	3	3	2	False	116623	maximal	True	DEN0087_000000003681	1.0		2	2	False	False	0.9970184564590454	0					non-mobilizable	no_good_hit	1609.0	78.869	79.0	0.0009221978759924626	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	True	False
CAN0011_000000009402	3264	0.97448489671531	3	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.44798181725171465		0	0	False	False	0.999387264251709	0					non-mobilizable	chromosome	3264.0	100.0	100.0	0.0006588827101947914	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0002_000000006365	3257	0.97448489671531	3	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.4474673401962635		0	0	False	False	0.9889468550682068	0					non-mobilizable	chromosome	3257.0	99.87700000000001	100.0	0.0006609781136261165	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ENG0108_000000008080	2588	0.97448489671531	3	3	3	3	2	False	116622	fragment	False	ENG0108_000000008080	0.996069182389937		0	0	False	False	0.9972952008247375	0					non-mobilizable	chromosome	2588.0	100.0	100.0	0.0004963299022554328	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ISR0838_000000011042	2145	0.97448489671531	3	3	3	3	2	False	116611	fragment	False	ENG0084_000000012565	0.9241982415630182		0	0	False	False	1.0	0					non-mobilizable	chromosome	2145.0	99.95299999999999	100.0	0.00041133796305977885	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0009_000000004020	7916	0.974484017083864	11	9	6	9	8	False	132186	fragment	False	SPA0043_000000002161	0.7628524210623108		0	0	False	False	0.9994946718215942	0					non-mobilizable	other	7910.0	99.115	99.0	0.02388918609325366	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0185_000000011586	2802	0.9744814369206526	6	5	1	3	5	False	29400	fragment	False	ISR0185_000000011586	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	chromosome	2760.0	92.24600000000001	100.0	0.000569176501508753	CP035633.1	enterobacteria	Enterobacter cloacae strain EN3600 chromosome, complete genome	False	True
CHI0130_000000007490	2168	0.9744769958546674	2	2	1	2	1	False	131382	fragment	False	CAN0022_000000012994	0.9351303005727064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0086_000000020230	1620	0.9744769958546674	3	2	1	2	1	False	131378	fragment	False	FIJ0086_000000020230	0.9692755498059509		0	0	False	False	0.9790123701095581	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000016637	1912	0.9744750653755728	2	1	1	1	1	True	109218	fragment	False	ISR0183_000000016637	1.0		0	0	False	False	0.9968619346618652	0	IncFIA				non-mobilizable	plasmid	1912.0	99.477	100.0	0.015419373058458063	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
FIJ0066_000000018720	1756	0.9744750653755728	1	1	1	1	1	True	109216	fragment	False	AST0094_000000012035	0.971874720304331		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1756.0	99.88600000000001	100.0	0.013498650134986502	CP055333.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_4, complete sequence	False	True
ENG0117_000000013490	1701	0.9744750653755728	3	1	1	1	1	True	109216	fragment	False	AST0094_000000012035	0.9526606573330128		0	0	False	False	0.9976484179496765	0	IncFIA				non-mobilizable	plasmid	1701.0	100.0	100.0	0.022226580375236976	CP056133.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00916 plasmid pRHBSTW-00916_2, complete sequence	False	True
TAN0003_000000005834	1659	0.9744750653755728	2	1	1	1	1	True	109216	fragment	False	AST0094_000000012035	0.9347587720231408		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1578.0	99.176	100.0	0.012702609032070863	LC549808.1	enterobacteria	Klebsiella pneumoniae VNCKp83 plasmid pVNCKp83 DNA, complete sequence	False	True
ISR0776_000000014609	1639	0.9744750653755728	1	1	1	1	1	True	109216	fragment	False	AST0094_000000012035	0.7897973311945128		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1639.0	100.0	100.0	0.01321660547867834	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
FIJ0064_000000017132	1538	0.9744750653755728	1	1	1	1	1	True	109216	fragment	False	AST0094_000000012035	0.3198088265202359		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1538.0	99.415	100.0	0.02350009173750841	CP031940.1	enterobacteria	Klebsiella pneumoniae strain TOP52_1721_U1 plasmid unnamed2, complete sequence	False	True
FIJ0115_000000018132	1299	0.9744750653755728	1	1	1	1	1	True	41709	fragment	False	FIJ0115_000000018132	1.0		0	0	False	False	0.9907621145248413	0	IncFIA				non-mobilizable	plasmid	1299.0	98.152	100.0	0.007394326079526034	CP039831.1	enterobacteria	Klebsiella pneumoniae strain C2315 plasmid pC2315-4-KPC, complete sequence	False	True
ENG0150_000000014661	1233	0.9744750653755728	1	1	1	1	1	True	57132	fragment	False	ENG0150_000000014661	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1233.0	99.919	100.0	0.014578328935379664	CP057278.1	enterobacteria	Escherichia coli strain RHB31-C01 plasmid pRHB31-C01_3, complete sequence	False	True
CHI0025_000000008928	1135	0.9744707013597156	3	2	2	1	1	False	88931	fragment	False	CHI0025_000000008928	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1084.0	99.90799999999999	100.0	0.03532981013897044	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0099_000000012932	1522	0.9744706475514135	3	2	2	2	1	False	33206	fragment	False	ISR0099_000000012932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	86.33	44.0	0.0002151772314311175	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0095_000000003297	7541	0.9744657198651318	7	6	4	4	6	False	127643	maximal	False	ISR0135_000000002602	0.976094749653963	PS1015|PS542	0	0	True	True	1.0	153	Col156	MOBQ			mobilizable	plasmid	5321.0	97.256	100.0	0.7121415170195659	CP056633.1	enterobacteria	Escherichia coli strain RHBSTW-00303 plasmid pRHBSTW-00303_2, complete sequence	False	True
ISR0082_000000003411	7521	0.9744657198651318	7	6	4	4	6	False	127643	maximal	False	ISR0135_000000002602	0.9758851769948758	PS1015|PS542	0	0	True	True	1.0	13	Col156	MOBQ			mobilizable	plasmid	7316.0	98.03200000000001	99.0	0.5115433048831678	CP058577.1	enterobacteria	Escherichia coli strain EC1 plasmid pEC1-3, complete sequence	False	True
ISR0190_000000003193	7361	0.9744657198651318	6	6	4	4	6	False	127643	maximal	False	ISR0135_000000002602	0.9634346895803402	PS1015|PS542	0	0	True	True	1.0	17	Col156	MOBQ			mobilizable	plasmid	5133.0	97.175	100.0	0.6876172607879925	CP056633.1	enterobacteria	Escherichia coli strain RHBSTW-00303 plasmid pRHBSTW-00303_2, complete sequence	False	True
ISR0131_000000005896	4371	0.9744652647332996	6	5	5	5	3	False	116974	maximal	True	ISR0131_000000005896	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	76.89	54.0	0.0004363057774718536	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ETH0005_000000003410	13169	0.9744621409583984	14	13	12	13	11	False	52817	maximal	True	ETH0005_000000003410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1327.0	74.002	10.0	0.02010353086610523	NZ_CZBD01000023.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0155_000000008611	2577	0.9744605512941076	4	3	1	2	2	False	95914	fragment	False	SPA0077_000000008270	0.26672376901617123		0	0	False	False	0.9988358616828918	0					non-mobilizable	no_good_hit	561.0	75.936	22.0	0.0001263028238318236	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0027_000000000562	26894	0.974460188335197	56	9	6	8	5	True	72310	maximal	True	MON0027_000000000562	1.0		1	1	False	False	0.9976946711540222	0					non-mobilizable	no_good_hit								True	True
MON0103_000000037988	1499	0.974446579918594	2	2	2	2	1	False	94902	fragment	False	MON0103_000000037988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0019_000000049284	1359	0.974446579918594	2	2	2	2	1	False	94901	fragment	False	MON0019_000000049284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000004817	5571	0.9744428580569076	6	5	3	3	2	False	90385	fragment	False	SPA0008_000000004817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	96.152	47.0	0.013592842820675938	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
USA0111_01_000000013097	1937	0.9744424974657238	3	2	1	2	1	False	301	fragment	False	USA0111_01_000000013097	1.0		0	0	False	False	0.9891585111618042	0					non-mobilizable	no_good_hit	738.0	95.79899999999999	41.0	0.0002359905053046631	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0110_000000015826	1126	0.9744408656350949	2	2	1	2	1	False	4595	fragment	False	SPA0110_000000015826	1.0		0	0	False	False	0.980461835861206	0					non-mobilizable	other	1054.0	99.81	94.0	0.0003211036451210085	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
AST0050_000000005923	2252	0.9744386001765684	3	3	3	3	3	False	114740	maximal	True	AST0050_000000005923	1.0		0	0	False	False	0.9995559453964233	0					non-mobilizable	plasmid	2168.0	99.124	100.0	0.03345321510510324	FM179324.1	firmicutes	Lactobacillus rhamnosus Lc 705 plasmid sequence, strain Lc 705	False	True
SPA0098_000000010718	3252	0.9744381068285506	4	3	2	3	2	False	78903	fragment	False	SPA0098_000000010718	1.0		0	0	False	False	0.9935424327850342	0					non-mobilizable	no_good_hit	55.0	98.182	4.0	0.0006401816666465351	NZ_SLUM01000019.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_119, whole genome shotgun sequence	True	False
MAD0002_000000004327	6261	0.9744314776569812	7	5	5	4	4	False	48772	maximal	True	MAD0002_000000004327	1.0		3	2	False	False	0.999840259552002	0					non-mobilizable	no_good_hit	1191.0	85.89399999999999	38.0	0.00028980028053255584	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CAN0007_000000003682	11292	0.9744296319541124	16	9	6	9	5	True	125409	fragment	False	DEN0021_000000002110	0.9078664251745182		0	0	False	False	1.0	0					non-mobilizable	other	11292.0	99.185	100.0	0.003222600616720876	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CAN0008_000000002284	11292	0.9744296319541124	16	9	6	9	5	True	125409	fragment	False	DEN0021_000000002110	0.9078664251745182		0	0	False	False	0.9999114274978638	0					non-mobilizable	other	11292.0	99.185	100.0	0.003222600616720876	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AUS0018_000000007289	3751	0.974424750355649	4	3	1	3	0	True	100043	maximal	True	AUS0018_000000007289	0.9970240086353542		12	6	True	True	1.0	3					non-mobilizable	no_good_hit	1124.0	77.669	36.0	0.2748148148148148	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0072_000000007206	3719	0.974424750355649	4	3	1	3	0	True	100043	maximal	False	AUS0018_000000007289	0.9897720033063421		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1099.0	77.252	37.0	0.268641975308642	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0236_000000002519	3703	0.974424750355649	5	3	1	3	0	True	100043	maximal	False	AUS0018_000000007289	0.9947003514122255		0	0	True	True	0.9986497163772583	18					non-mobilizable	no_good_hit	489.0	87.52600000000001	36.0	0.11975308641975309	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0052_000000004296	3663	0.974424750355649	4	3	1	3	0	True	100043	maximal	False	AUS0018_000000007289	0.9944776463251678		0	0	True	True	0.9994540214538574	9					non-mobilizable	no_good_hit	1294.0	79.444	35.0	0.31679012345679014	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0009_000000008726	3621	0.974424750355649	4	3	1	3	0	True	100043	maximal	False	AUS0018_000000007289	0.9881002009935492		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1117.0	77.887	35.0	0.27283950617283953	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0284_000000002584	3616	0.974424750355649	4	3	1	3	0	True	100043	maximal	False	AUS0018_000000007289	0.9861421105598668		0	0	True	True	0.9941924810409546	3					non-mobilizable	no_good_hit	1103.0	77.425	35.0	0.2696296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0106_000000001597	11168	0.9744222494530091	18	14	5	12	9	False	107532	maximal	True	AST0106_000000001597	1.0		1	1	True	True	1.0	59					non-mobilizable	no_good_hit	3204.0	98.065	53.0	0.25421705919796306	CP002561.1	firmicutes	Lactobacillus amylovorus strain 30SC plasmid pRKC30SC2, complete sequence	True	True
ISR0855_000000000469	15424	0.9744220089747719	21	8	4	8	5	False	34497	maximal	True	ISR0855_000000000469	1.0		1	1	False	False	0.9993516802787781	0					non-mobilizable	no_good_hit	78.0	93.59	1.0	3.247746085306058e-05	AP022873.1	bacteria	Nitrospiraceae bacterium T55J DNA, complete genome	True	False
DEN0035_000000005870	4971	0.9744123294319323	7	5	3	2	4	True	118890	maximal	False	ENG0174_000000002927	0.9871292545467625		0	0	True	True	1.0	167		MOBV			mobilizable	plasmid	3738.0	99.946	100.0	0.7607899022801303	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
CHI0145_000000007400	2537	0.974408463695558	3	2	2	2	2	False	129711	fragment	False	CHI0145_000000007400	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2537.0	99.764	100.0	0.01035482422114246	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0013_000000013351	2031	0.9743921783257232	3	3	2	2	2	False	66973	maximal	True	ENG0013_000000013351	1.0		0	0	False	False	0.9980305433273315	0					non-mobilizable	no_good_hit	955.0	81.885	47.0	0.00015229992160088423	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
AST0052_000000004650	4291	0.9743877404809692	3	3	3	3	2	False	132011	maximal	True	AST0052_000000004650	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	98.07700000000001	67.0	0.0003324024717003245	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
AST0048_000000001923	9674	0.9743873996202256	6	6	6	6	5	False	114994	fragment	False	AST0048_000000001923	1.0		0	0	False	False	0.9993797540664673	0					non-mobilizable	no_good_hit	264.0	75.758	3.0	3.5707667141984616e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
FIJ0074_000000019022	1578	0.9743830952570276	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.5742902119822628		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	99.303	100.0	0.0006251543560414608	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0050_000000007763	3352	0.9743810066819952	4	3	2	2	3	False	131496	fragment	False	ISR0039_000000009873	0.959737216696861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	78.102	52.0	0.02450078090138331	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0027_000000001548	14861	0.9743779415798928	18	13	11	12	9	False	123927	fragment	False	SPA0145_000000000420	0.16780113880938777		0	0	False	True	1.0	0					non-mobilizable	other	13415.0	99.993	91.0	0.13386156793868753	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0029_000000009171	2633	0.9743766547166368	4	4	4	4	2	False	98839	fragment	False	ENG0147_000000005375	0.9756938079355262		0	0	False	False	0.9863274097442627	0					non-mobilizable	no_good_hit	1181.0	76.461	45.0	0.00024215241262936404	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
CAN0010_000000005238	2480	0.9743766547166368	4	4	4	4	2	False	98839	fragment	False	ENG0147_000000005375	0.785765581178313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	76.461	49.0	0.00024215241262936404	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
CHI0065_000000009799	1383	0.9743686302679774	3	3	1	2	3	False	85254	maximal	True	CHI0065_000000009799	1.0		1	1	False	False	0.9812002778053284	0					non-mobilizable	no_good_hit	991.0	99.09200000000001	72.0	0.24288518155053976	CP057169.1	enterobacteria	Escherichia coli strain RHB34-C15 plasmid pRHB34-C15_3, complete sequence	True	False
ISR0048_000000009055	2117	0.9743646427665668	2	2	2	2	1	False	36035	fragment	False	ISR0048_000000009055	1.0		0	0	False	False	0.999527633190155	0					non-mobilizable	other	2117.0	99.85799999999999	100.0	0.0009293533352189777	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0011_000000005656	4437	0.9743521754977712	4	4	4	3	3	False	116631	fragment	False	SPA0101_000000007479	0.35109422254485806		0	0	False	False	0.9934640526771545	0					non-mobilizable	chromosome	4422.0	99.932	99.0	0.0008481926934175757	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ENG0001_000000002438	9147	0.9743500392089942	11	8	3	7	7	False	68088	maximal	True	ENG0001_000000002438	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	78.788	1.0	0.001798148289846201	NZ_BAVR01000022.1	firmicutes	Hungateiclostridium straminisolvens JCM 21531, whole genome shotgun sequence	True	False
CHI0032_000000004027	1726	0.9743498739405544	2	2	2	1	1	False	104284	fragment	False	CHI0032_000000004027	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1736.0	87.788	99.0	0.0035672901837444132	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0167_000000006818	4541	0.9743461100980608	7	3	1	2	2	False	130029	backbone	False	ISR0080_000000005952	0.25759113154073054	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2247.0	96.97399999999999	61.0	0.4340096618357488	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
DEN0036_000000000042	4334	0.9743461100980608	7	3	1	2	2	False	130029	backbone	False	ISR0080_000000005952	0.05276468125745916	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2117.0	97.071	59.0	0.4088888888888889	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0039_000000008066	4061	0.9743461100980608	5	3	1	2	2	False	130029	backbone	False	ISR0080_000000005952	0.06799985979651449	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1683.0	98.09899999999999	58.0	0.3283203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
DEN0051_000000010564	4008	0.9743461100980608	5	3	1	2	2	False	130029	backbone	False	ISR0080_000000005952	0.0605931815468278	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1673.0	97.31	58.0	0.3263671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0816_000000017212	2324	0.9743439964680856	3	3	3	3	3	False	21422	fragment	False	ISR0816_000000017212	1.0		0	0	False	False	0.9995697140693665	0					non-mobilizable	other	2323.0	98.493	99.0	0.016102300229537528	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
CHI0154_000000004074	6451	0.9743420149890812	7	5	4	5	2	False	112322	fragment	False	CHI0154_000000004074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	93.868	10.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0214_000000003572	6966	0.9743331654477736	9	7	6	5	5	False	129718	maximal	True	ISR0214_000000003572	1.0	PS1061	14	2	False	True	1.0	0					non-mobilizable	no_good_hit	2553.0	91.42200000000001	37.0	0.0008862562534741523	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0019_000000001542	12422	0.9743290737212014	13	7	7	7	6	False	7772	maximal	True	SPA0019_000000001542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1368.0	75.804	26.0	0.0010647175394731259	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
ENG0126_000000007169	2642	0.97432680464651	4	4	4	4	3	False	98839	fragment	False	ENG0147_000000005375	0.9789317338809496		0	0	False	False	0.9992430210113525	0					non-mobilizable	no_good_hit	910.0	75.385	42.0	0.00016458000771206208	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
ENG0063_000000012107	2627	0.97432680464651	4	4	4	4	3	False	98839	fragment	False	ENG0147_000000005375	0.9757244297462576		0	0	False	False	0.9984773397445679	0					non-mobilizable	no_good_hit	1146.0	73.211	43.0	0.07645738385143867	NZ_KB899235.1	CFB group bacteria	Prevotella loescheii DSM 19665 = JCM 12249 = ATCC 15930 strain DSM 19665 F453DRAFT_scaffold00026.26, whole genome shotgun sequence	True	False
FIJ0031_000000006141	3755	0.9743247935095558	6	4	4	4	4	False	48612	maximal	True	FIJ0031_000000006141	1.0		1	1	False	False	0.9962716102600098	0					non-mobilizable	no_good_hit	1797.0	93.712	50.0	0.3037074657186389	CP033826.1	enterobacteria	Klebsiella sp. FDAARGOS_511 plasmid unnamed3, complete sequence	True	False
ISR0346_000000004157	4495	0.9743236375004358	5	3	1	2	3	False	130148	fragment	False	ISR0346_000000004157	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3855.0	98.677	88.0	0.6868650864373552	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0049_000000002045	9298	0.97432328398519	14	13	6	8	10	True	64199	maximal	True	ENG0049_000000002045	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5433.0	98.27	78.0	0.06026396705406995	NZ_JAAQVO010000002.1	enterobacteria	Hafnia paralvei strain H.a110, whole genome shotgun sequence	True	True
CHI0151_000000005386	4520	0.9743206889827692	10	8	2	3	8	True	79524	maximal	True	CHI0151_000000005386	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	4443.0	99.977	98.0	0.025786751345357864	CP026175.1	enterobacteria	Klebsiella pneumoniae strain KPNIH50 plasmid pKPC-0cc9, complete sequence	False	True
ISR0292_000000011759	1688	0.9743165677018258	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6578495889676255		0	0	False	False	0.9994075894355774	0					non-mobilizable	chromosome	1674.0	77.718	99.0	0.0004704650891579699	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0121_01_000000012054	3925	0.9743142184520476	8	3	3	2	2	True	76078	fragment	False	USA0121_01_000000012054	1.0		0	0	False	False	0.9961783289909363	0					non-mobilizable	other	3906.0	99.28299999999999	99.0	0.0010767474121527146	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
FIJ0089_000000000614	23524	0.9743132761720104	26	17	15	17	8	True	51251	maximal	True	FIJ0089_000000000614	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	91.609	5.0	0.08947134606841403	NZ_FOXF01000063.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
USA0078_01_000000002326	5598	0.9743095575465192	9	6	4	4	6	False	103988	maximal	True	USA0078_01_000000002326	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1350.0	91.556	34.0	0.00029896561451204855	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0097_000000001593	12752	0.9743095417143602	15	14	8	10	9	True	34601	maximal	True	SPA0097_000000001593	1.0		1	1	False	False	0.9997647404670715	0	rep_cluster_1702				non-mobilizable	no_good_hit	1376.0	92.805	11.0	0.9992732558139535	NZ_RCXZ01000108.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0108, whole genome shotgun sequence	True	True
SPA0104_000000007120	4793	0.9743095405023652	4	2	2	2	1	False	65711	maximal	True	SPA0104_000000007120	1.0		1	1	False	False	0.9995827078819275	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000014774	2018	0.9743091960264241	3	1	1	1	1	False	74007	fragment	False	DEN0028_000000014774	1.0		0	0	False	False	0.9886025786399841	0					non-mobilizable	chromosome	2018.0	99.95	100.0	0.0009000940256872644	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0815_000000006544	4542	0.9743070048328376	5	4	4	2	1	False	115303	fragment	False	ISR0815_000000006544	1.0		0	0	False	False	0.9984588027000427	0					non-mobilizable	no_good_hit	879.0	72.127	31.0	0.021250758955676987	NZ_SRYX01000034.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_34_length_41175_cov_295.469, whole genome shotgun sequence	True	False
ENG0014_000000005110	5060	0.9743067687733616	9	6	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9812138958445441	PS607|PS904	0	0	True	True	1.0	1332		MOBP			mobilizable	plasmid	4662.0	98.541	99.0	0.9346076458752515	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0041_000000006702	5060	0.9743067687733616	10	6	3	2	5	True	123814	backbone	False	CHI0167_000000003333	0.9831880002432274	PS607|PS904	0	0	True	True	1.0	127		MOBP			mobilizable	plasmid	4191.0	98.855	100.0	0.8424547283702213	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
FIJ0112_000000005811	4421	0.9743064003324108	6	6	6	6	6	False	98054	fragment	False	ISR0015_000000004959	0.9644064216307562		0	0	False	False	1.0	0					non-mobilizable	other	4421.0	99.84200000000001	100.0	0.000929780533929627	AP021893.1	enterobacteria	Escherichia coli 2018-06-4CC DNA, complete genome	False	False
AST0052_000000005411	3757	0.9743007675855532	4	2	0	2	1	True	114607	maximal	True	AST0052_000000005411	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	610.0	78.361	16.0	0.004994898127118923	MK140641.1	firmicutes	Enterococcus faecalis strain E035 plasmid pE035, complete sequence	True	True
ISR0014_000000012065	3036	0.9743007675855532	2	2	0	2	1	True	38045	fragment	False	ISR0014_000000012065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	91.60799999999999	5.0	0.04001143183766791	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	True	True
FIJ0017_000000002543	10196	0.974294272768884	13	9	9	6	5	True	50177	maximal	True	FIJ0017_000000002543	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3181.0	79.346	31.0	0.0008805838345802023	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0183_000000005879	4707	0.9742854110735554	8	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.9235903319399281	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	82					non-mobilizable	no_good_hit	2055.0	96.74	61.0	0.4087198885128409	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0179_000000006923	4706	0.9742854110735554	8	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.9231905404609695	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	89					non-mobilizable	no_good_hit	2089.0	96.745	61.0	0.41548875174198685	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0178_000000004200	4706	0.9742854110735554	8	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.9229075076653412	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	143					non-mobilizable	no_good_hit	2104.0	96.958	61.0	0.41855834328952607	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0172_000000004024	4682	0.9742854110735554	8	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.9230726733340323	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9997864365577698	9					non-mobilizable	no_good_hit	2005.0	96.65799999999999	61.0	0.398765677881744	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0024_000000006879	3176	0.9742783798598916	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.4932323546782347	PS1090	0	0	True	True	0.998110830783844	28					non-mobilizable	other	2902.0	95.45100000000001	96.0	0.9672897196261683	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0014_000000003698	9041	0.9742728770190772	11	10	5	6	7	True	132506	backbone	False	ISR0038_000000002833	0.9976148880283837	PS1165|PS799|PS800	0	0	True	True	1.0	311	rep_cluster_1097	MOBB			mobilizable	plasmid	6925.0	99.913	100.0	0.7740384615384616	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
FIJ0087_000000001782	12196	0.9742716491908856	15	4	4	4	4	False	43768	maximal	True	FIJ0087_000000001782	1.0		1	1	False	False	0.9999179840087891	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000009016	3482	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9875921402010633	PS1131	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1419.0	95.208	63.0	0.5059416636658264	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ISR0201_000000008532	3481	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9875372462598214	PS1131	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1475.0	95.051	63.0	0.5313626532083634	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
ENG0034_000000004183	3462	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9860550677144159	PS1131	0	0	True	True	1.0	117					non-mobilizable	no_good_hit	1318.0	94.689	63.0	0.4747656813266042	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
ISR0014_000000010548	3461	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9881619750102637	PS1131	0	0	True	True	1.0	1060					non-mobilizable	no_good_hit	721.0	98.197	64.0	0.25843503230437903	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	True	True
ISR0123_000000005695	3460	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9875377078832109	PS1131	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1475.0	95.051	63.0	0.5313626532083634	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
FIJ0149_000000006441	3457	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9855651295916238	PS1131	0	0	True	True	0.9994214773178101	1					non-mobilizable	no_good_hit	2057.0	94.944	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
SPA0104_000000010304	3455	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9878202475933194	PS1131	0	0	True	True	0.9973950982093811	75					non-mobilizable	no_good_hit	1381.0	95.29299999999999	63.0	0.49225783219301406	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0044_000000004954	3450	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.988285686667708	PS1131	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1741.0	95.175	63.0	0.6218941303564999	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
FIJ0074_000000009397	3447	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9872145349852536	PS1131	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1744.0	94.897	63.0	0.6229744328411956	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
FIJ0129_000000006036	3447	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9785734904646948	PS1131	0	0	True	True	0.9997099041938782	5					non-mobilizable	no_good_hit	1413.0	94.338	61.0	0.5050251256281407	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	True	True
FIJ0096_000000009913	3443	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9872667745344732	PS1131	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	2057.0	94.79799999999999	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
SPA0039_000000007478	3442	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9875149319590674	PS1131	0	0	True	True	1.0	418					non-mobilizable	no_good_hit	2057.0	95.041	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ISR0847_000000007352	3442	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9878356929087486	PS1131	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	1952.0	95.287	63.0	0.6978754051134317	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ISR0824_000000005382	3442	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9878513674739462	PS1131	0	0	True	True	0.9997094869613647	54					non-mobilizable	no_good_hit	2057.0	95.041	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
FIJ0057_000000008920	3441	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.987879709366786	PS1131	0	0	True	True	0.9970938563346863	2					non-mobilizable	no_good_hit	2057.0	94.84700000000001	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0139_000000005373	3440	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9874644779636775	PS1131	0	0	True	True	1.0	158					non-mobilizable	no_good_hit	1784.0	96.02	63.0	0.6420597767374865	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
AUS0024_000000009402	3440	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9871014042383561	PS1131	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	1155.0	94.113	63.0	0.4160057678442682	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
FIJ0067_000000008639	3440	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9852853638371942	PS1131	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2057.0	94.944	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
FIJ0033_000000009819	3440	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9874316828269682	PS1131	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1937.0	95.199	63.0	0.6924738926899532	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0155_000000006678	3437	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9514612543680153	PS1131	0	0	True	True	0.9935990571975708	28					non-mobilizable	no_good_hit	1743.0	95.009	63.0	0.6226143320129637	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0111_000000006133	3434	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9649178905415878	PS1131	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1826.0	97.59	63.0	0.6571840115232265	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
FIJ0082_000000008300	3434	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.986822553450695	PS1131	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1928.0	95.124	63.0	0.6892329852358661	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
USA0005_01_000000010279	3430	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9881283544660637	PS1131	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1434.0	94.979	63.0	0.5165825522710887	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
FIJ0140_000000008195	3429	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9853127431451082	PS1131	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	2057.0	94.895	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
FIJ0028_000000008872	3429	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9817607475694402	PS1131	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	1924.0	94.854	63.0	0.6913935902052575	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
CAN0003_000000014445	3427	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9869765451101372	PS1131	0	0	True	True	0.9997081756591797	12					non-mobilizable	no_good_hit	2057.0	94.84700000000001	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
CAN0021_000000012375	3422	0.974263783984852	4	2	1	2	0	True	130984	backbone	True	CAN0021_000000012375	0.989622459660914	PS1131	31	7	True	True	0.9970777034759521	8					non-mobilizable	no_good_hit	2057.0	95.041	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0078_000000007676	3421	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9895430943047568	PS1131	0	0	True	True	0.9988307356834412	11					non-mobilizable	no_good_hit	2057.0	94.944	61.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
DEN0070_000000009687	3421	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9881555048201787	PS1131	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1106.0	95.389	63.0	0.39323010442924017	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
SPA0096_000000010723	3420	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9881012153928361	PS1131	0	0	True	True	0.9997075796127319	29					non-mobilizable	no_good_hit	1886.0	95.59899999999999	63.0	0.6787900612171408	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
FIJ0092_000000009100	3420	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9871739379055913	PS1131	0	0	True	True	0.9997075796127319	18					non-mobilizable	no_good_hit	1296.0	94.83	63.0	0.46683489545782264	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
CAN0007_000000012338	3406	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9811021678120536	PS1131	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1097.0	94.62200000000001	63.0	0.39359020525747207	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0106_000000006173	3404	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9718154382388126	PS1131	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	1676.0	95.764	60.0	0.6031688872884408	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
FIJ0172_000000007550	3400	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9887442061155549	PS1131	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	2057.0	94.895	62.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0089_000000006427	3400	0.974263783984852	4	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9889524706416551	PS1131	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1362.0	95.007	63.0	0.49062725306416727	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
CHI0183_000000001503	3358	0.974263783984852	4	2	1	2	0	True	120481	maximal	False	ENG0076_000000003474	0.9332550575462685		0	0	True	True	0.9997022151947021	70	rep_cluster_1683				non-mobilizable	no_good_hit	1859.0	85.53	64.0	0.6633057256031689	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
FIJ0088_000000008209	3355	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.9276375337191763	PS1131	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2059.0	92.958	63.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
DEN0051_000000012944	3333	0.974263783984852	4	2	1	2	0	True	120481	maximal	False	ENG0076_000000003474	0.9414242319202945		0	0	True	True	1.0	32					non-mobilizable	no_good_hit	911.0	91.98700000000001	63.0	0.32445084623694637	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ENG0076_000000003474	3329	0.974263783984852	3	2	1	2	0	True	120481	maximal	True	ENG0076_000000003474	0.9624525397905684		3	2	True	True	1.0	179	rep_cluster_1683				non-mobilizable	no_good_hit	1485.0	85.32	62.0	0.5306416726748377	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
ENG0079_000000009844	3329	0.974263783984852	4	2	1	2	0	True	120481	maximal	False	ENG0076_000000003474	0.9620271651565169		0	0	True	True	1.0	27	rep_cluster_1683				non-mobilizable	no_good_hit	1352.0	84.32	63.0	0.4826964671953857	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
SPA0149_000000011419	3329	0.974263783984852	4	2	1	2	0	True	120481	maximal	False	ENG0076_000000003474	0.9620696929017502		0	0	True	True	1.0	14	rep_cluster_1683				non-mobilizable	no_good_hit	1269.0	84.161	63.0	0.4534967555875991	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
ISR0150_000000006998	3238	0.974263783984852	2	2	1	2	0	True	130978	maximal	True	ISR0150_000000006998	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	2037.0	95.58200000000001	64.0	0.727403673028448	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
USA0055_01_000000008471	3225	0.974263783984852	3	2	1	2	0	True	120481	maximal	False	ENG0076_000000003474	0.9426771754012552		0	0	False	True	1.0	0	rep_cluster_1683				non-mobilizable	no_good_hit	2026.0	86.821	63.0	0.7187612531508822	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
CAN0018_000000011566	2987	0.974263783984852	3	2	1	2	0	True	130984	backbone	False	CAN0021_000000012375	0.04396332631924139	PS1131	0	0	True	True	0.9996652007102966	1					non-mobilizable	no_good_hit	1474.0	97.21799999999999	57.0	0.5304285199855959	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
MON0051_000000015418	2259	0.974263783984852	3	2	1	2	0	True	11271	fragment	False	MON0051_000000015418	1.0		0	0	False	False	0.9915891885757446	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.0012990080302314596	NZ_CACWHD010000018.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
CHI0169_000000008449	1805	0.974263783984852	2	2	1	2	0	True	78033	fragment	False	CHI0169_000000008449	1.0		0	0	False	False	0.9916897416114807	0					non-mobilizable	plasmid	1657.0	80.024	99.0	0.589041095890411	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
MAD0066_000000007604	3019	0.9742621973163396	4	2	2	2	1	False	16595	maximal	True	MAD0066_000000007604	1.0		3	1	False	False	0.9953626990318298	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.001545418121458417	KT780633.1	beetles	Bolitobius castaneus mitochondrion, partial genome	True	False
FIJ0144_000000001875	14421	0.9742603748739428	14	13	4	4	12	False	98181	fragment	False	FIJ0144_000000001875	1.0		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	14421.0	99.834	100.0	0.1695393514708303	CP024292.1	enterobacteria	Escherichia coli O178:H19 strain 2012C-4431 plasmid unnamed3, complete sequence	False	True
MAD0044_000000000406	31522	0.9742530169751958	37	12	6	8	8	True	97280	fragment	False	MAD0044_000000000406	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	16591.0	99.10799999999999	91.0	0.10014021685261516	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0057_000000011839	1869	0.9742435081905289	3	2	2	2	2	False	124024	fragment	False	ISR0057_000000011839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1657.0	95.594	89.0	0.00045986970358398454	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0007_000000000695	33214	0.9742423316299555	40	23	10	20	10	True	108402	fragment	False	DEN0007_000000000695	0.9989774190051407		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	24450.0	86.421	75.0	0.24279498642822928	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ENG0179_000000000407	31726	0.9742423316299555	39	23	10	20	10	True	108402	fragment	False	DEN0007_000000000695	0.9841372639315794		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	24450.0	86.429	77.0	0.24279498642822928	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
AUS0008_000000000865	13580	0.9742417057807972	17	8	6	7	6	True	129002	maximal	True	AUS0008_000000000865	1.0	PS1059|PS446|PS447|PS652|PS653|PS863	0	0	False	True	0.9994845390319824	0					non-mobilizable	no_good_hit	7221.0	97.34100000000001	76.0	0.5811138014527845	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0372_000000001493	8338	0.9742399822314848	13	12	7	7	12	True	118149	maximal	True	ISR0372_000000001493	1.0		0	0	True	True	0.9998800754547119	11	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3138.0	98.725	50.0	0.3765454327211619	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
ISR0792_000000008758	1735	0.9742377787738996	2	2	2	2	1	False	111417	fragment	False	ISR0038_000000015229	0.09722129505881698		0	0	False	False	1.0	0					non-mobilizable	other	1547.0	99.03	99.0	0.0021400166491910184	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
TAN0022_000000000187	11451	0.9742376169007668	14	6	4	6	4	False	125987	fragment	False	FIJ0124_000000001671	0.5031048872607676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	95.794	7.0	0.00025749428844540307	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0086_000000003986	7386	0.974234244081278	8	6	5	6	4	False	43866	maximal	True	FIJ0086_000000003986	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	94.22399999999999	25.0	0.0007790471930908171	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
CHI0176_000000001607	6589	0.9742332649454644	5	5	4	2	4	False	77724	maximal	True	CHI0176_000000001607	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	97.365	13.0	0.9987864077669902	GQ875203.1		Uncultured organism clone VC1A044TF genomic sequence	True	False
DEN0039_000000003871	3990	0.9742262618134876	5	5	5	4	3	False	125036	fragment	False	ISR0806_000000002243	0.6273429182657935		0	0	False	False	1.0	0					non-mobilizable	other	3984.0	99.096	99.0	0.014400792531690422	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0017_000000014684	2008	0.974218314730202	3	3	3	1	1	False	97085	maximal	True	DEN0017_000000014684	1.0		0	0	False	False	0.9960159659385681	0					non-mobilizable	no_good_hit	1436.0	99.304	81.0	0.0005956267538591131	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0134_000000005668	2772	0.9742177709705071	3	2	2	2	2	False	40635	fragment	False	FIJ0134_000000005668	1.0		0	0	False	False	0.9949495196342468	0					non-mobilizable	no_good_hit	245.0	71.837	9.0	7.652624850323662e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0101_000000011434	2096	0.9742175289415492	3	3	3	3	3	False	88993	fragment	False	ISR0101_000000011434	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1956.0	99.43799999999999	100.0	0.0004793227990195826	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0051_000000012896	3111	0.9742162355301176	4	4	3	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.3131676913567341	PS971	0	0	True	True	1.0	381					non-mobilizable	plasmid	1198.0	87.145	99.0	0.29168716182980814	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0051_000000008820	3097	0.9742162355301176	4	4	3	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.3121726744813433	PS971	0	0	True	True	0.9996771216392517	12					non-mobilizable	plasmid	1807.0	86.829	99.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
SPA0082_000000005349	3043	0.9742162355301176	4	4	3	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.2993428751217323	PS971	0	0	True	True	1.0	22					non-mobilizable	plasmid	1677.0	86.881	99.0	0.4070339399901623	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
MAD0003_000000012240	2285	0.9742118753455484	2	2	2	2	2	False	20102	fragment	False	MAD0003_000000012240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	77.029	43.0	0.0003203674239415068	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
SPA0084_000000002771	5243	0.9742106323136518	7	4	1	2	4	False	115550	maximal	True	SPA0084_000000002771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3998.0	98.749	76.0	0.023290920854000433	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
SPA0102_000000009993	3702	0.9742106323136518	4	4	1	2	4	False	115543	fragment	False	SPA0102_000000009993	1.0		0	0	False	False	0.9997298717498779	0					non-mobilizable	other	3717.0	97.60600000000001	100.0	0.02157149601618008	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0125_000000000683	24947	0.9742077738792629	30	28	20	18	28	True	105714	maximal	True	ENG0125_000000000683	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	18695.0	99.845	89.0	0.07194510404599806	CP018832.1	firmicutes	Enterococcus faecium strain ISMMS_VRE_9 plasmid p1_ISMMS_VRE9, complete sequence	True	True
MAD0048_000000004126	5176	0.974200109850197	7	3	1	1	2	True	39931	maximal	True	MAD0048_000000004126	1.0		1	1	True	True	1.0	103					non-mobilizable	no_good_hit	1546.0	89.65100000000001	50.0	0.29015151515151516	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
ISR0023_000000005530	4936	0.974200109850197	6	3	1	1	2	True	37555	maximal	True	ISR0023_000000005530	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	703.0	88.762	24.0	0.1327651515151515	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
FIJ0005_000000004034	6473	0.9741981622099032	6	5	4	4	2	True	127363	fragment	False	MAD0035_000000002553	0.04227301123363283		0	0	False	False	0.9986096024513245	0					non-mobilizable	other	6478.0	97.62299999999999	100.0	0.0703619171829149	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0130_000000006378	4652	0.974197825249416	7	2	2	2	2	False	58469	maximal	True	ENG0130_000000006378	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000006444	5000	0.974192434214764	3	2	1	2	1	True	105958	fragment	False	TAN0017_000000006444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	90.667	7.0	5.8686557497221056e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0015_000000003532	4542	0.974192434214764	4	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.9708727509800108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	95.455	7.0	6.348818492881187e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0092_000000004019	4334	0.974192434214764	4	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.9629858899908469		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	92.23299999999999	5.0	0.3083969465648855	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
MAD0098_000000009806	4313	0.974192434214764	4	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.9553503697348039		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	89.831	3.0	0.16016713091922005	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
MAD0068_000000005916	4279	0.974192434214764	3	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.9577357508811263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	92.77799999999999	6.0	4.748276015684249e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0064_000000004296	4256	0.974192434214764	4	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.9581036038910143		0	0	False	False	0.9995300769805908	0					non-mobilizable	no_good_hit	226.0	90.265	5.0	0.34045801526717556	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
MAD0065_000000002895	4142	0.974192434214764	3	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.9455694625726725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	86.36399999999999	3.0	0.149025069637883	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
MAD0102_000000003956	4087	0.974192434214764	4	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.8801118103873021		0	0	False	False	0.9948617815971375	0					non-mobilizable	no_good_hit	206.0	89.32	5.0	0.3099236641221374	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
MON0106_000000009688	3994	0.974192434214764	3	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.7180214646081433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	92.52	8.0	6.668926988320575e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0077_000000002516	3962	0.974192434214764	4	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.8672455200700261		0	0	False	False	0.9982331991195679	0					non-mobilizable	no_good_hit	123.0	89.431	3.0	0.1671309192200557	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
MAD0111_000000004291	3944	0.974192434214764	3	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.8650732845767258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	91.057	3.0	0.1671309192200557	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
MON0090_000000014521	3846	0.974192434214764	3	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.5930564711832798		0	0	False	False	0.994799792766571	0					non-mobilizable	no_good_hit	117.0	87.179	3.0	3.041030706674182e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0001_000000006667	3819	0.974192434214764	3	2	1	2	1	True	70024	fragment	False	MAD0001_000000006667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0118_000000007732	3729	0.974192434214764	3	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.20986008809801263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	94.631	9.0	3.867977653225933e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0021_000000009302	3550	0.974192434214764	4	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.20633179165287632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	92.742	6.0	3.201084954393876e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
TAN0016_000000002844	3493	0.974192434214764	3	2	1	2	1	True	105956	fragment	False	MAD0015_000000003532	0.2627810982400819		0	0	False	False	0.9997137188911438	0					non-mobilizable	no_good_hit	108.0	87.963	3.0	0.14623955431754876	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
ISR0341_000000004620	2873	0.974192434214764	4	2	1	2	1	True	70023	fragment	False	ISR0341_000000004620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	7.0	2.6142193794216654e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0269_000000006120	2771	0.974192434214764	4	2	1	2	1	True	52196	fragment	False	ISR0269_000000006120	1.0		0	0	False	False	0.9985564947128296	0					non-mobilizable	no_good_hit	220.0	86.818	8.0	5.655250086095847e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0061_000000006207	2664	0.974192434214764	3	2	1	2	1	True	70022	fragment	False	MAD0061_000000006207	0.9853873302987298		0	0	False	False	0.9801051020622253	0					non-mobilizable	no_good_hit	908.0	77.533	34.0	0.019580541293185972	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0081_000000002810	2569	0.974192434214764	3	2	1	2	1	True	70022	fragment	False	MAD0061_000000006207	0.9775730930379434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	77.533	35.0	0.019580541293185972	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0041_000000029884	2140	0.974192434214764	3	2	1	2	1	True	19932	fragment	False	MON0041_000000029884	1.0		0	0	False	False	0.9971962571144104	0					non-mobilizable	no_good_hit								True	True
SPA0056_000000024922	1438	0.9741918836224608	3	1	1	1	1	False	107154	fragment	False	ENG0157_000000014192	0.07596969696969696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	309.0	93.851	21.0	9.12193930060196e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0101_000000010108	5431	0.9741812509327784	4	3	2	3	2	False	35267	fragment	False	MON0101_000000010108	1.0		0	0	False	False	0.9985269904136658	0					non-mobilizable	no_good_hit	937.0	73.639	17.0	0.01436063936063936	NZ_JQKE01000011.1	b-proteobacteria	Stenoxybacter acetivorans DSM 19021 Q384DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
ISR0041_000000000695	15159	0.9741770552920144	19	19	4	16	19	True	36445	fragment	False	ISR0041_000000000695	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	15169.0	96.941	100.0	0.1379278984321001	CP050075.1	enterobacteria	Enterobacter kobei strain 070 plasmid p070_A-KPC-2, complete sequence	False	True
ENG0168_000000007712	3781	0.9741757693626191	5	4	4	3	3	False	61442	maximal	True	ENG0168_000000007712	1.0		1	1	False	False	0.9973552227020264	0					non-mobilizable	no_good_hit	310.0	73.548	8.0	0.000513704666822233	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
USA0016_01_000000002464	8495	0.97417527088852	13	8	7	8	6	True	91796	fragment	False	USA0016_01_000000002464	1.0		0	0	False	False	0.9998822808265686	0					non-mobilizable	no_good_hit	660.0	80.60600000000001	17.0	0.000224125214539766	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0058_000000011949	3274	0.9741749507633449	3	3	2	3	2	True	59647	fragment	False	FIJ0058_000000011949	1.0		0	0	False	False	0.9975565075874329	0	Col156	MOBQ			mobilizable	plasmid	3289.0	97.355	100.0	0.6607681479991957	CP055729.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_6, complete sequence	False	True
USA0003_01_000000006278	6149	0.9741660761402836	10	7	5	5	5	False	33927	fragment	False	ISR0086_000000003688	0.9705928359142812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	96.056	20.0	0.058874878758486904	NZ_MPJW01000262.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_35_length_20620_cov_347.105_ID_69, whole genome shotgun sequence	True	False
DEN0053_000000002513	3396	0.9741639570912736	6	4	4	3	3	False	115952	fragment	False	DEN0053_000000002513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	75.097	7.0	0.001562688586656164	LC467712.1	firmicutes	Enterococcus faecium AA620 DNA, VanD-type vancomycin-resistant region	True	False
CHI0132_000000002194	14132	0.9741614468812893	20	15	11	8	3	True	80964	maximal	True	CHI0132_000000002194	1.0		3	3	False	False	0.9987970590591431	0					non-mobilizable	no_good_hit	1452.0	71.212	10.0	0.0005413635594654035	CP013121.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F306, complete genome	True	True
ENG0070_000000003370	6401	0.9741613948264852	6	5	4	5	3	True	125547	fragment	False	ENG0070_000000003370	1.0		0	0	False	False	0.9970316886901855	0					non-mobilizable	no_good_hit	2157.0	79.601	53.0	0.004432948517157811	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0011_000000007287	3541	0.9741569567874904	4	3	3	3	1	True	127999	backbone	False	DEN0071_000000009520	0.5984521973077599	PS1023|PS1024	0	0	True	True	1.0	231					non-mobilizable	no_good_hit	870.0	93.103	70.0	0.14075767472240366	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
FIJ0037_000000002676	8278	0.9741545624366884	4	4	4	4	1	False	47843	maximal	True	FIJ0037_000000002676	0.9999194555193105		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	79.215	5.0	0.0004104381092738968	CP032057.1	CFB group bacteria	Prevotella denticola strain KCOM 1525 chromosome 2, complete sequence	True	False
FIJ0154_000000003507	8277	0.9741545624366884	4	4	4	4	1	False	47843	maximal	False	FIJ0037_000000002676	0.9998791881439381		0	0	False	False	0.9998791813850403	0					non-mobilizable	no_good_hit	433.0	79.215	5.0	0.0004104381092738968	CP032057.1	CFB group bacteria	Prevotella denticola strain KCOM 1525 chromosome 2, complete sequence	True	False
FIJ0122_000000002136	8277	0.9741545624366884	4	4	4	4	1	False	47843	maximal	False	FIJ0037_000000002676	0.9997986533931931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	79.215	5.0	0.0004104381092738968	CP032057.1	CFB group bacteria	Prevotella denticola strain KCOM 1525 chromosome 2, complete sequence	True	False
ISR0366_000000018437	1157	0.9741488261398198	2	1	1	1	1	False	23603	fragment	False	ISR0366_000000018437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	72.09	75.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0117_000000004801	4488	0.9741463817375656	4	2	2	2	1	False	93728	maximal	False	CAN0014_000000010046	0.9301726070387806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	88.596	8.0	0.00010069673253911254	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0035_000000002067	7708	0.9741449660480072	8	5	4	4	5	False	128551	fragment	False	ISR0150_000000002357	0.7419668780899478		0	0	False	False	0.9984431862831116	0					non-mobilizable	no_good_hit	2811.0	88.68700000000001	88.0	0.23738570944801896	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0040_000000020133	1381	0.974144507709768	2	2	2	2	1	False	11852	fragment	False	MON0040_000000020133	0.9740207833733013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	95.495	81.0	0.00020673673663793783	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0025_000000004261	2609	0.9741377320584176	4	4	4	4	3	False	98839	fragment	False	ENG0147_000000005375	0.9185732270790813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	77.94800000000001	52.0	0.00166788602492883	NZ_JH992943.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.4, whole genome shotgun sequence	True	False
MAD0097_000000007499	5054	0.9741301581225036	7	5	4	5	4	False	99041	fragment	False	MAD0097_000000007499	1.0		0	0	False	False	0.9982192516326904	0					non-mobilizable	no_good_hit	561.0	76.11399999999999	11.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0856_000000001800	2840	0.9741276277603312	4	4	4	3	3	False	105494	fragment	False	FIJ0148_000000005443	0.6980045080263498		0	0	False	False	0.9996479153633118	0					non-mobilizable	other	2840.0	99.19	100.0	0.004081855655577074	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0037_000000003955	7294	0.974126213516298	11	5	5	4	4	False	75687	maximal	True	ENG0037_000000003955	1.0		0	0	False	False	0.9995887279510498	0					non-mobilizable	no_good_hit	620.0	75.32300000000001	8.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0199_000000003167	7827	0.9741219254090444	10	10	5	7	9	True	28832	fragment	False	ISR0199_000000003167	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7827.0	99.834	100.0	0.045608984258897714	CP032169.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 plasmid unnamed2, complete sequence	False	True
ENG0123_000000000865	14346	0.9741166864533114	18	14	8	13	10	False	123875	fragment	False	SPA0100_000000001739	0.944313704216448		0	0	False	False	0.9985361695289612	0					non-mobilizable	other	14336.0	99.568	99.0	0.08483905141240597	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
SPA0072_000000003250	5784	0.9741157608148662	7	6	5	6	5	False	52493	maximal	True	SPA0072_000000003250	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1392.0	75.21600000000001	24.0	0.0016703369963100626	NZ_JH992943.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.4, whole genome shotgun sequence	True	False
MON0076_000000000159	43671	0.9741130372114156	61	26	7	22	15	True	50532	maximal	False	ISR0165_000000000239	0.9297847711407486	PS195	0	0	True	True	0.9990840554237366	6					non-mobilizable	no_good_hit	4709.0	87.853	12.0	0.2928982965931864	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
FIJ0036_000000039262	1135	0.9741117616433368	2	2	2	1	1	False	47864	maximal	True	FIJ0036_000000039262	1.0		0	0	False	False	0.9674009084701538	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000002596	10841	0.9741098725410356	11	5	4	3	3	False	92476	fragment	False	USA0069_01_000000005278	0.9727637092366551		0	0	False	False	0.9997232556343079	0					non-mobilizable	no_good_hit	2710.0	94.059	83.0	0.11078383243331696	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0817_000000001463	8245	0.9741012070827052	10	8	4	5	7	True	92178	maximal	True	ISR0817_000000001463	1.0	PS485	1	1	True	True	1.0	127		MOBB			mobilizable	no_good_hit	1790.0	95.363	51.0	0.3002518891687657	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
FIJ0123_000000006241	5243	0.97409712054288	6	6	5	6	2	False	97142	maximal	True	FIJ0123_000000006241	1.0	PS521	0	0	False	True	0.995803952217102	0					non-mobilizable	no_good_hit	1834.0	79.82600000000001	34.0	0.042066471978862464	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0295_000000024211	1476	0.974087522076408	2	2	2	2	1	False	55227	fragment	False	ENG0182_000000017517	0.9523370233702337		0	0	False	False	0.9993224740028381	0					non-mobilizable	other	1476.0	99.661	100.0	0.009519875563931612	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	False
USA0005_01_000000008352	4319	0.9740843312685926	9	6	5	6	6	True	2185	maximal	True	USA0005_01_000000008352	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0118_000000002470	3386	0.9740842195787194	4	2	1	2	1	True	130984	backbone	False	CAN0021_000000012375	0.9805866707989288	PS1131	0	0	True	True	0.9976373314857483	4					non-mobilizable	no_good_hit	2047.0	94.57700000000001	62.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ISR0319_000000000098	48336	0.9740815404536064	53	15	10	15	5	True	108344	fragment	False	ISR0319_000000000098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.819899705980476e-07	CP045894.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 5	True	True
SPA0144_000000004174	3873	0.9740756360378724	3	3	3	3	3	False	73902	maximal	True	SPA0144_000000004174	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1716.0	99.825	52.0	0.001430311754524102	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0292_000000002682	5648	0.974074745329092	5	5	1	5	5	False	108859	maximal	False	ENG0053_000000004568	0.9872087099803738		0	0	True	True	1.0	52	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	5556.0	99.478	100.0	0.9714935292060161	CP035351.1	enterobacteria	Escherichia coli strain BR32-DEC plasmid unnamed2	False	True
SPA0056_000000011886	2897	0.9740713373457864	5	3	3	3	2	False	124322	maximal	True	SPA0056_000000011886	1.0		0	0	False	False	0.9996548295021057	0					non-mobilizable	no_good_hit	70.0	88.571	2.0	0.0007632490072232116	NZ_JAAITU010000010.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_10_length_90403_cov_167.363, whole genome shotgun sequence	True	False
MON0094_000000013599	2597	0.9740657347047748	3	3	3	3	2	False	14194	fragment	False	MON0094_000000013599	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2597.0	98.036	100.0	0.001235872680358384	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0039_000000011014	4036	0.9740642855098458	3	3	3	3	3	False	115403	fragment	False	MON0039_000000011014	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3994.0	93.165	99.0	0.0016423566582572076	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0263_000000000125	42973	0.9740492119167752	35	17	10	13	7	True	132147	fragment	False	ISR0104_000000000158	0.08071198693837459		0	0	False	True	0.999860405921936	0					non-mobilizable	no_good_hit	689.0	70.102	2.0	0.003239392553729152	NZ_FNAM01000003.1	firmicutes	Sporomusa acidovorans strain Mol, whole genome shotgun sequence	True	True
ENG0057_000000007731	2973	0.9740437849232728	3	1	1	1	1	False	63556	fragment	False	ENG0057_000000007731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	79.905	14.0	0.0678322810425773	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0144_000000025954	1232	0.9740411093844732	4	3	0	2	3	False	103173	fragment	False	FIJ0144_000000025954	0.9197093868233562		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	1232.0	99.919	100.0	0.22096571531143422	CP059936.1	enterobacteria	Escherichia coli strain 28.1 plasmid p5, complete sequence	False	True
FIJ0103_000000002518	6901	0.9740279502925174	7	4	4	4	0	True	61935	maximal	True	FIJ0103_000000002518	1.0	PS203|PS225|PS246|PS272	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	212.0	90.094	8.0	0.07283396617190196	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0005_000000044225	1240	0.9740177979589976	2	2	2	2	2	False	14090	fragment	False	MON0005_000000044225	1.0		0	0	False	False	0.9806451797485352	0					non-mobilizable	no_good_hit	971.0	95.572	78.0	0.11175115207373272	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
CHI0062_000000006358	2310	0.9740125392242182	3	3	3	3	3	False	85594	maximal	True	CHI0062_000000006358	1.0		6	3	False	False	1.0	0					non-mobilizable	other	2260.0	74.91199999999999	96.0	0.0037305263017146715	NZ_CABJCG010000002.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
ISR0305_000000003102	4669	0.9740107306692368	8	4	4	3	3	True	119392	fragment	False	ISR0305_000000003102	1.0		0	0	False	False	0.999785840511322	0		MOBP			mobilizable	no_good_hit	2733.0	98.463	87.0	0.5490945674044265	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
FIJ0046_000000007761	3589	0.9740106208790874	5	5	5	4	3	False	97146	maximal	True	FIJ0046_000000007761	1.0	PS521	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1834.0	79.82600000000001	50.0	0.042043294859314885	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MAD0047_000000010020	3900	0.974005777516736	5	3	1	2	3	False	19435	fragment	False	MAD0047_000000010020	1.0		0	0	False	False	0.9974358677864075	0					non-mobilizable	no_good_hit	1180.0	91.35600000000001	54.0	0.00048430577485217556	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
USA0079_01_000000001053	16359	0.9740034597977624	20	5	1	4	2	False	97470	fragment	False	USA0079_01_000000001053	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14511.0	99.82799999999999	94.0	0.015918367346938776	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ENG0147_000000005375	2654	0.9740022017927432	4	4	4	4	3	False	98839	fragment	False	ENG0147_000000005375	0.9800006499112524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	75.385	53.0	0.00016458000771206208	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
FIJ0136_000000016543	1668	0.97400132971492	2	2	2	2	1	False	40529	fragment	False	FIJ0136_000000016543	1.0		0	0	False	False	0.9862110018730164	0					non-mobilizable	no_good_hit	180.0	75.0	11.0	4.961054337679845e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
MAD0105_000000001333	15136	0.9739989416235516	15	14	4	5	13	False	98177	fragment	False	MAD0105_000000001333	1.0		0	0	False	True	0.9997357130050659	0		MOBP	MPF_I	MOBP	conjugative	plasmid	12634.0	97.96600000000001	100.0	0.12895650398202982	MF078004.1	enterobacteria	Escherichia coli strain ET20160881 plasmid pET20160881, complete sequence	False	True
MAD0014_000000007809	3780	0.973998168862112	5	3	2	3	3	False	129470	maximal	True	MAD0014_000000007809	0.9621104532417417		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	2117.0	96.12700000000001	56.0	0.0023558280022890274	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
CHI0104_000000000334	12944	0.9739950053772184	21	9	4	7	5	True	83256	maximal	True	CHI0104_000000000334	1.0		1	1	False	False	0.9996909499168396	0					non-mobilizable	no_good_hit	2179.0	91.051	46.0	0.03851061567362563	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0285_000000001885	5994	0.9739938492864332	5	3	2	3	2	True	111560	backbone	True	ISR0285_000000001885	0.9407221402071266	PS709	3	2	True	True	1.0	18					non-mobilizable	no_good_hit	700.0	89.286	12.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
FIJ0083_000000005656	5689	0.9739938492864332	5	3	2	3	2	True	111560	backbone	False	ISR0285_000000001885	0.46352580978131264	PS709	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	688.0	89.39	15.0	0.23447098976109215	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
AUS0020_000000004790	5652	0.9739938492864332	5	3	2	3	2	True	111560	backbone	False	ISR0285_000000001885	0.9184713889931371	PS709	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	700.0	89.14299999999999	15.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
AST0084_000000005141	5644	0.9739938492864332	5	3	2	3	2	True	111560	backbone	False	ISR0285_000000001885	0.8105349709656959	PS709	0	0	True	True	0.9991140961647034	22					non-mobilizable	no_good_hit	669.0	86.846	13.0	0.14672239331280246	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0011_000000004417	5628	0.9739938492864332	5	3	2	3	2	True	111560	backbone	False	ISR0285_000000001885	0.8084473435504321	PS709	0	0	True	True	0.9978678226470947	11					non-mobilizable	no_good_hit	700.0	89.14299999999999	15.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0084_000000003705	5598	0.9739938492864332	6	3	2	3	2	True	111560	backbone	False	ISR0285_000000001885	0.805274902175552	PS709	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	700.0	89.286	13.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0205_000000003549	5506	0.9739938492864332	6	3	2	3	2	True	111560	backbone	False	ISR0285_000000001885	0.6738511103329514	PS709	0	0	True	True	1.0	67					non-mobilizable	no_good_hit	700.0	89.286	13.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
MAD0043_000000003931	5439	0.9739938492864332	5	3	2	3	2	True	111560	backbone	False	ISR0285_000000001885	0.6768562381413828	PS709	0	0	False	True	0.9954035878181458	0					non-mobilizable	no_good_hit	700.0	89.286	13.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ENG0083_000000004525	4982	0.9739938492864332	5	3	2	3	2	True	86357	fragment	False	ENG0083_000000004525	0.9528130165653588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	89.286	14.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ENG0042_000000005560	4835	0.9739938492864332	5	3	2	3	2	True	86357	fragment	False	ENG0083_000000004525	0.9385788839823364		0	0	False	False	0.9993795156478882	0					non-mobilizable	no_good_hit	688.0	89.39	14.0	0.23447098976109215	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
FIJ0004_000000006616	4033	0.9739938492864332	4	3	2	3	2	True	86356	fragment	False	FIJ0004_000000006616	0.9444444444444444		0	0	False	False	0.9918175339698792	0					non-mobilizable	no_good_hit	688.0	89.39	17.0	0.23447098976109215	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0046_000000006801	4014	0.9739938492864332	4	3	2	3	2	True	86356	fragment	False	FIJ0004_000000006616	0.9428465162410117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	89.286	17.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
AST0148_000000003201	9644	0.9739927939275992	9	6	5	5	5	False	125015	fragment	False	USA0020_01_000000003463	0.9415644645985778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	71.357	20.0	0.02175021052165049	NZ_WBSO01000011.1	high GC Gram+	Bifidobacterium apri strain DSM 100238 Contig_11, whole genome shotgun sequence	True	False
ISR0114_000000019590	1433	0.973991189419274	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.12319160597908345		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	78.047	100.0	0.01996876394466756	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0041_000000015411	2208	0.9739881439107924	2	2	2	2	1	False	6911	fragment	False	SPA0041_000000015411	1.0		0	0	False	False	0.9682971239089966	0					non-mobilizable	no_good_hit	168.0	76.19	7.0	0.00026638682596060706	NZ_BAVS01000001.1	firmicutes	Gracilibacillus boraciitolerans JCM 21714, whole genome shotgun sequence	True	False
SPA0012_000000001009	17711	0.9739878549006534	27	16	10	10	15	True	124145	fragment	False	ISR0777_000000000696	0.6787773026311006		0	0	False	False	1.0	0					non-mobilizable	other	13995.0	95.506	98.0	0.003927702839041186	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0041_000000002383	4922	0.9739842205785784	8	5	4	5	3	False	36432	fragment	False	ISR0041_000000002383	1.0		0	0	False	False	0.9918732047080994	0					non-mobilizable	no_good_hit	71.0	100.0	1.0	0.0008215962441314554	NZ_LMVN01000003.1	euryarchaeotes	Methanosphaera cuniculi strain 1R-7 contig_11, whole genome shotgun sequence	True	False
USA0081_01_000000014957	2059	0.9739770222738082	3	3	3	2	2	False	131428	fragment	False	ISR0326_000000008584	0.9283047701473431		0	0	False	False	0.9995143413543701	0					non-mobilizable	no_good_hit	1303.0	76.82300000000001	88.0	0.017863119143239625	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0091_000000004460	2784	0.973976783706755	2	2	2	2	2	False	9491	fragment	False	MON0091_000000004460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	94.194	34.0	0.0036941701041475943	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
DEN0035_000000014698	2247	0.9739752012534142	3	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.41486940037084535		0	0	False	False	0.9959946870803833	0					non-mobilizable	no_good_hit								True	False
ISR0847_000000004306	5300	0.9739733500476546	5	5	5	5	4	False	125051	fragment	False	ISR0847_000000004306	0.8307100982517274		0	0	False	False	1.0	0					non-mobilizable	other	5300.0	99.66	100.0	0.0011191406419123768	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0153_000000003504	4711	0.9739729728778068	9	4	3	3	4	False	104022	fragment	False	CHI0153_000000003504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	95.87200000000001	49.0	0.00019346140433877735	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0203_000000010533	1741	0.973972606731904	2	1	1	1	1	False	65356	fragment	False	USA0048_01_000000008298	0.9273538720605211		0	0	False	False	0.9954049587249756	0					non-mobilizable	no_good_hit	550.0	84.36399999999999	31.0	0.00015240019115737738	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0053_000000003283	3044	0.9739718759579858	5	5	5	5	5	False	114185	maximal	True	AST0053_000000003283	1.0		4	2	False	False	0.9993429780006409	0					non-mobilizable	chromosome	3044.0	100.0	100.0	0.0010907548934318489	LR607382.1	firmicutes	Enterococcus faecium strain 4928STDY7387800 genome assembly, chromosome: 1	False	False
MON0029_000000006394	3727	0.9739693020013076	4	3	0	2	1	False	12566	maximal	True	MON0029_000000006394	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0016_01_000000004565	4014	0.9739678890705716	10	3	2	2	3	False	1922	maximal	True	USA0016_01_000000004565	1.0		5	3	False	False	0.9982560873031616	0					non-mobilizable	no_good_hit	2224.0	97.572	55.0	0.0004933154753575482	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0009_000000000881	9379	0.9739650473327688	9	9	9	8	8	False	101280	maximal	True	CHI0009_000000000881	1.0		19	8	False	False	1.0	0					non-mobilizable	chromosome	9380.0	99.915	100.0	0.0036780348885864056	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ENG0169_000000003177	6468	0.973959465392368	11	10	8	8	10	False	125086	fragment	False	SPA0155_000000001948	0.19699393985686128		0	0	False	False	0.9998453855514526	0					non-mobilizable	no_good_hit	989.0	87.96799999999999	29.0	0.0002814174305275692	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0348_000000001916	5706	0.9739566352987452	10	7	3	5	7	True	125439	fragment	False	ISR0348_000000001916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2912.0	93.613	51.0	0.08738951446906405	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
DEN0058_000000000894	2351	0.9739565078762368	3	1	1	1	1	False	71988	maximal	True	DEN0058_000000000894	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	100.0	2.0	9.12459929656016e-06	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0048_000000017512	1475	0.9739550431521315	2	1	1	1	1	False	64217	fragment	False	ENG0048_000000017512	0.9752587850100779		0	0	False	False	1.0	0					non-mobilizable	other	1475.0	97.831	100.0	0.0017069781549117944	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0047_000000005014	6489	0.9739544953732824	11	3	1	3	1	True	127229	fragment	False	MAD0047_000000005014	1.0		0	0	False	False	0.998921275138855	0					non-mobilizable	no_good_hit	1820.0	94.45100000000001	79.0	0.07253326939215922	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0079_000000018261	1824	0.9739491802045804	4	2	1	2	2	False	73729	fragment	False	ENG0079_000000018261	1.0		0	0	False	False	0.9917762875556946	0					non-mobilizable	no_good_hit	929.0	77.503	76.0	0.41601830663615563	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	False
DEN0031_000000021386	1622	0.9739491802045804	3	2	1	2	2	False	73728	fragment	False	DEN0031_000000021386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	76.181	74.0	0.15260208166533226	LT726871.1	other sequences	Shuttle vector pAM1, complete sequence	True	False
FIJ0013_000000001393	14132	0.9739447508574318	17	6	5	4	4	True	101346	fragment	False	FIJ0027_000000000991	0.9787802304929392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0106_000000001591	14073	0.9739447508574318	16	6	5	4	4	True	101346	fragment	False	FIJ0027_000000000991	0.9759398392559163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0078_000000001400	13920	0.9739447508574318	16	6	5	4	4	True	101346	fragment	False	FIJ0027_000000000991	0.9665337889152799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0079_000000015612	1802	0.9739396033911218	3	2	2	2	1	False	35637	fragment	False	ISR0079_000000015612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	91.83	82.0	0.0006062058678421789	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
SPA0137_000000021587	1714	0.9739369351331196	3	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.32047054911614514		0	0	False	False	0.9988331198692322	0					non-mobilizable	plasmid	1639.0	76.75399999999999	93.0	0.006644231953051258	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
CAN0007_000000010000	4231	0.9739334166952446	7	4	2	2	4	True	130690	backbone	False	ENG0017_000000004005	0.1962953712492686	PS1122	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4030.0	98.561	99.0	0.7462935507783544	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
FIJ0019_000000000168	22563	0.973931603927231	23	21	4	8	21	True	80366	fragment	False	FIJ0019_000000000168	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	17215.0	98.751	96.0	0.1521104843415678	CP027378.1	enterobacteria	Escherichia coli strain 2013C-4404 plasmid unnamed2	False	True
ISR0003_000000002461	8652	0.9739249223788312	12	6	2	3	4	True	118151	maximal	True	ISR0003_000000002461	1.0		2	1	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1935.0	96.434	52.0	0.2304939155332856	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ENG0009_000000007169	1754	0.9739172985565759	2	2	2	2	2	False	93080	fragment	False	ISR0159_000000013916	0.9459447939535464		0	0	False	False	0.9988597631454468	0					non-mobilizable	other	1720.0	97.15100000000001	98.0	0.00616064288711106	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
CHI0066_000000001587	8661	0.973915106443044	6	5	5	4	4	False	120051	maximal	True	CHI0066_000000001587	1.0		3	1	False	False	0.9998845458030701	0					non-mobilizable	no_good_hit	4647.0	98.515	77.0	0.23412197951874086	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0120_000000001856	10927	0.9739058693242524	14	8	4	5	6	True	104966	maximal	True	ISR0120_000000001856	1.0	PS624|PS626	1	1	True	True	1.0	49					non-mobilizable	no_good_hit	4982.0	97.45100000000001	76.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0117_000000000078	92738	0.9739018848037424	85	10	4	9	3	True	127415	maximal	False	SPA0046_000000000019	0.7764875204472184		0	0	True	True	1.0	235					non-mobilizable	virus	32859.0	97.568	99.0	0.338422706433833	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
USA0053_01_000000001531	12732	0.9738970577294486	14	14	12	13	13	False	45237	maximal	True	USA0053_01_000000001531	1.0		1	1	False	False	0.9992931485176086	0					non-mobilizable	plasmid	8783.0	99.18	96.0	0.028704333272313608	MK736669.1	enterobacteria	Enterobacter cloacae strain EclC2185 plasmid pEclC2185CTXM15, complete sequence	False	True
DEN0026_000000013300	2197	0.9738948933659576	2	2	0	2	1	True	103400	maximal	False	CHI0081_000000004608	0.9687367371804889		0	0	True	True	1.0	34					non-mobilizable	no_good_hit	189.0	75.132	9.0	0.0006982210878284549	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0082_000000013938	2197	0.9738948933659576	2	2	0	2	1	True	103400	maximal	False	CHI0081_000000004608	0.9691316789555844		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	189.0	75.132	9.0	0.0006982210878284549	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0090_000000013015	2196	0.9738948933659576	2	2	0	2	1	True	103400	maximal	False	CHI0081_000000004608	0.9679931114989482		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	189.0	75.132	9.0	0.0006982210878284549	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0116_000000000022	2176	0.9738948933659576	3	2	0	2	1	True	103400	maximal	False	CHI0081_000000004608	0.9684565493105235		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	189.0	75.132	9.0	0.0006982210878284549	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
MAD0093_000000018310	1738	0.9738948933659576	2	2	0	2	1	True	42147	maximal	False	MAD0029_000000002191	0.9859800010182476		0	0	True	True	1.0	147					non-mobilizable	no_good_hit	53.0	92.45299999999999	3.0	0.010359536867763558	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
FIJ0109_000000014585	1698	0.9738948933659576	3	2	0	2	1	True	42147	maximal	False	MAD0029_000000002191	0.9844979365880573		0	0	True	True	1.0	71					non-mobilizable	no_good_hit	130.0	86.154	8.0	0.06407669021190716	LN853082.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0440	True	True
ISR0180_000000014123	1688	0.9738948933659576	4	2	0	2	1	True	55451	maximal	True	ISR0180_000000014123	0.9992925863044708		5	4	True	True	1.0	444					non-mobilizable	no_good_hit								True	True
MAD0029_000000002191	1678	0.9738948933659576	2	2	0	2	1	True	42147	maximal	True	MAD0029_000000002191	0.986435141016307		4	3	True	True	1.0	3					non-mobilizable	no_good_hit	53.0	92.45299999999999	3.0	0.010359536867763558	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
SPA0032_000000017389	1667	0.9738948933659576	4	2	0	2	1	True	55451	maximal	False	ISR0180_000000014123	0.9992840778923253		0	0	True	True	1.0	67					non-mobilizable	no_good_hit								True	True
SPA0043_000000010367	1641	0.9738948933659576	3	2	0	2	1	True	42147	maximal	False	MAD0029_000000002191	0.9645124623848095		0	0	True	True	1.0	47					non-mobilizable	no_good_hit	41.0	97.561	2.0	0.008125126955108674	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
ENG0178_000000014689	1543	0.9738948933659576	3	2	0	2	1	True	55451	maximal	False	ISR0180_000000014123	0.9669470381555316		0	0	False	True	0.9909267425537109	0					non-mobilizable	no_good_hit								True	True
TAN0013_000000007840	1486	0.9738948933659576	3	2	0	2	1	True	3090	maximal	True	TAN0013_000000007840	1.0	PS10	0	0	True	True	0.9804845452308655	7					non-mobilizable	no_good_hit								True	True
TAN0001_000000011970	1286	0.9738948933659576	2	2	0	2	1	True	3089	backbone	True	TAN0001_000000011970	1.0	PS10	2	1	True	True	0.9867807030677795	3					non-mobilizable	no_good_hit								True	True
SPA0113_000000005021	6678	0.9738898301352829	11	6	3	5	4	False	56256	maximal	True	SPA0113_000000005021	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	93.333	1.0	0.00012556014245985894	NZ_NTLB01000004.1	g-proteobacteria	Mangrovitalea sediminis strain M11-4 Scaffold3_1, whole genome shotgun sequence	True	False
SPA0111_000000004676	6674	0.9738898301352829	11	6	3	5	4	False	56256	maximal	False	SPA0113_000000005021	0.9997005091344714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	93.333	1.0	0.00012556014245985894	NZ_NTLB01000004.1	g-proteobacteria	Mangrovitalea sediminis strain M11-4 Scaffold3_1, whole genome shotgun sequence	True	False
ENG0051_000000000168	58985	0.9738832428717508	49	16	12	14	9	True	116894	maximal	True	ENG0051_000000000168	1.0	PS511|PS785	1	1	False	True	0.9999830722808838	0					non-mobilizable	no_good_hit	1896.0	99.895	3.0	0.010828571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
AST0111_000000016791	1109	0.9738721074987364	2	2	2	1	1	False	106716	fragment	False	ENG0036_000000018720	0.47467051070840194		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	98.647	100.0	0.00045760787548109746	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
SPA0142_000000006843	4220	0.97387098794015	4	3	3	3	3	False	99594	maximal	True	SPA0142_000000006843	1.0		5	3	False	False	0.999052107334137	0					non-mobilizable	chromosome	1978.0	98.93799999999999	100.0	0.0003804768604827726	CP018937.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 chromosome, complete genome	False	False
MAD0059_000000000932	14605	0.9738678382583984	18	10	4	5	8	True	18063	fragment	False	MAD0059_000000000932	1.0		0	0	False	False	0.9999315142631531	0					non-mobilizable	no_good_hit	852.0	99.883	6.0	0.012274805636890767	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	True	True
DEN0071_000000016149	2496	0.973862383642918	4	4	4	4	3	False	95481	maximal	True	DEN0071_000000016149	1.0		0	0	False	False	0.9851762652397156	0					non-mobilizable	no_good_hit	1919.0	77.54	75.0	0.0006957387104835274	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ENG0060_000000002223	9964	0.9738554984939294	9	9	7	8	6	True	76827	fragment	False	ENG0060_000000002223	1.0		0	0	False	False	0.9998996257781982	0					non-mobilizable	no_good_hit	8750.0	97.54299999999999	88.0	0.0029717202444916836	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0083_000000001523	15025	0.9738493199256716	20	20	8	12	18	True	132521	backbone	False	USA0060_01_000000001071	0.3153141357115639	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	14664.0	96.18799999999999	99.0	0.40054704595185997	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
FIJ0046_000000017744	1816	0.9738434421291294	2	2	2	2	2	False	115920	fragment	False	FIJ0046_000000017744	0.9780652418447695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0039_000000011635	1379	0.973841976528646	2	2	2	2	2	False	116564	fragment	False	AST0039_000000011635	0.9395522388059702		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	95.911	43.0	0.003057372709105505	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0013_000000007145	3616	0.9738355583955446	4	2	2	2	2	False	66999	fragment	False	ENG0013_000000007145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	96.581	6.0	7.248590569117022e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0088_000000010181	2366	0.9738335276257591	2	2	2	2	2	False	15898	maximal	True	MAD0088_000000010181	1.0		1	1	False	False	0.9873203635215759	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	1.0578696454048787e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0129_000000011720	2270	0.9738308939618296	3	3	3	3	3	False	99890	fragment	False	SPA0129_000000011720	0.9738097844501784		0	0	False	False	0.9863436222076416	0					non-mobilizable	other	2270.0	99.736	100.0	0.00719039168462416	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0121_000000021371	1230	0.9738283097365684	1	1	1	1	1	False	58758	fragment	False	ENG0173_000000013071	0.9609281835604626		0	0	False	False	1.0	0					non-mobilizable	chromosome	985.0	97.766	92.0	0.000331392129841053	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ENG0063_000000002881	9224	0.973826711710826	8	6	6	4	4	False	97032	fragment	False	ENG0063_000000002881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	93.095	4.0	0.0004749250585394096	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ENG0129_000000008937	2978	0.9738211583121216	5	4	0	2	3	False	130026	backbone	False	ENG0161_000000006182	0.4671802693163232	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1354.0	97.26700000000001	52.0	0.23457004160887657	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0153_000000011382	2778	0.9738100381315988	4	3	3	3	3	False	131540	maximal	True	AST0153_000000011382	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	911.0	89.462	93.0	0.0002574189272599533	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ETH0001_000000029085	1264	0.9738083248046198	2	1	1	1	1	False	53435	maximal	True	ETH0001_000000029085	1.0		4	2	False	False	0.9960442781448364	0					non-mobilizable	no_good_hit								True	False
AST0093_000000006699	2752	0.9738074937137232	3	2	2	2	2	False	131541	fragment	False	AST0093_000000006699	0.9741552498884906		0	0	False	False	0.9909157156944275	0					non-mobilizable	no_good_hit	1786.0	78.275	64.0	0.024640227576974566	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0008_000000014116	1793	0.9738074937137232	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8852068172622218		0	0	False	False	0.9988845586776733	0					non-mobilizable	other	1818.0	78.273	100.0	0.0250446229361892	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0239_000000008475	1792	0.9738074937137232	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8658142031491237		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	78.207	98.0	0.024626282909415438	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0132_000000016116	1770	0.9738074937137232	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8461295278434408		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	77.66	100.0	0.02459839357429719	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0153_000000006471	4040	0.97380724514098	5	2	2	2	2	False	30687	maximal	True	ISR0153_000000006471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1703.0	81.21	42.0	0.0009783509530836248	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0079_000000006694	4100	0.973795992106278	7	4	2	4	0	True	108586	maximal	True	ISR0079_000000006694	1.0		1	1	False	False	0.9997560977935791	0					non-mobilizable	no_good_hit	951.0	99.15899999999999	24.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0113_000000004813	5103	0.9737931070767624	5	3	3	3	3	False	54206	maximal	True	FIJ0113_000000004813	1.0		1	1	False	False	0.9998040199279785	0					non-mobilizable	no_good_hit	1653.0	97.883	32.0	0.004823484412729093	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ENG0193_000000011457	1750	0.9737892266752888	3	3	3	3	2	False	56592	fragment	False	ENG0193_000000011457	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	99.029	100.0	0.01186675542392914	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ISR0123_000000001808	8476	0.9737882162758109	10	9	7	8	6	False	107285	fragment	False	ISR0123_000000001808	0.9905264420194269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	76.923	2.0	0.00035131771376593527	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
MON0041_000000041610	1621	0.9737850560817629	2	1	1	1	1	False	12536	fragment	False	MON0041_000000041610	1.0		0	0	False	False	0.9407773017883301	0					non-mobilizable	no_good_hit	75.0	85.333	5.0	8.390783744557329e-06	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0133_000000016852	1143	0.973783498407268	2	2	2	2	1	False	108446	fragment	False	AST0101_000000006179	0.927727905888283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	94.98299999999999	31.0	0.001696642583451472	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0815_000000024761	1244	0.973781116441738	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.05486725626379285		0	0	False	False	0.9943729639053345	0					non-mobilizable	other	1244.0	100.0	100.0	0.00023996324295940508	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
CHI0169_000000008904	1715	0.9737803968362314	3	2	2	2	2	False	78031	fragment	False	CHI0169_000000008904	1.0		0	0	False	False	0.9953352808952332	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000014531	1347	0.9737766329256636	1	1	1	1	1	False	96876	fragment	False	CAN0002_000000014531	1.0		0	0	False	False	0.9992576241493225	0					non-mobilizable	chromosome	1347.0	96.585	100.0	0.00023367698549049944	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
SPA0045_000000010901	2451	0.9737743380484049	3	2	2	2	2	False	6762	maximal	True	SPA0045_000000010901	1.0		1	1	False	False	0.9991840124130249	0					non-mobilizable	no_good_hit	691.0	82.2	28.0	0.0046257330810614275	NZ_JAAIPW010000006.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_6_length_148517_cov_271.659, whole genome shotgun sequence	True	False
MAD0096_000000008955	2054	0.9737720928627244	1	1	0	1	1	True	61027	backbone	True	MAD0096_000000008955	1.0	PS268	3	3	True	True	1.0	412	Col(MG828)			MOBP	mobilizable	no_good_hit	485.0	90.72200000000001	43.0	0.3315068493150685	JF436966.1	enterobacteria	Escherichia coli strain 1/21 plasmid pKST21, complete sequence	True	True
MAD0049_000000009169	1980	0.9737720928627244	2	1	0	1	1	True	17463	maximal	True	MAD0049_000000009169	0.9961597542242704		2	1	True	True	0.9984848499298096	8	Col(MG828)			MOBP	mobilizable	no_good_hit	598.0	88.963	52.0	0.2688999547306474	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
MAD0057_000000008488	1894	0.9737720928627244	2	1	0	1	1	True	17463	maximal	False	MAD0049_000000009169	0.9893939393939394		0	0	True	True	1.0	65	Col(MG828)			MOBP	mobilizable	no_good_hit	310.0	88.065	50.0	0.13988229968311452	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
FIJ0085_000000020615	1523	0.9737720928627244	2	1	0	1	1	True	43921	fragment	False	FIJ0085_000000020615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	77.497	49.0	0.3169282986847688	DQ787204.1	g-proteobacteria	Vibrio cholerae strain G1.1 plasmid pVCG1.2, complete sequence	True	True
CHI0165_000000012032	1404	0.9737720928627244	2	1	0	1	1	True	78290	maximal	True	CHI0165_000000012032	1.0		0	0	True	True	0.997863233089447	2					non-mobilizable	no_good_hit	162.0	91.975	36.0	0.12193251533742332	KM107840.1	enterobacteria	Escherichia coli strain G3/10 plasmid pSYM4, complete sequence	True	True
CAN0003_000000005918	7784	0.9737697940458352	12	7	3	6	5	False	96799	maximal	True	CAN0003_000000005918	1.0		3	3	False	False	0.997687578201294	0					non-mobilizable	no_good_hit	83.0	96.38600000000001	1.0	0.00022872189091639378	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
CHI0148_000000001864	5794	0.9737687616289016	7	4	2	2	4	False	104916	fragment	False	CHI0148_000000001864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3651.0	96.24799999999999	81.0	0.2929407018959258	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0303_000000002768	3992	0.9737647973139129	4	3	3	3	2	False	124329	maximal	True	ISR0303_000000002768	1.0		1	1	False	False	0.9979959726333618	0					non-mobilizable	no_good_hit								True	False
MON0062_000000000044	93153	0.9737612519129504	111	53	19	30	42	True	97292	maximal	True	MON0062_000000000044	0.9745521419128018		1	1	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	22585.0	99.119	89.0	0.1214929616904867	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
USA0120_01_000000004432	2833	0.9737609736549296	5	5	3	3	3	False	119717	fragment	False	ISR0160_000000009704	0.9591015700107625		0	0	False	False	1.0	0					non-mobilizable	chromosome	2833.0	100.0	100.0	0.0005318059186318166	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ISR0098_000000010546	1663	0.9737596024417474	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9181014044511416		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	99.88	100.0	0.09497685582033259	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
ISR0363_000000003859	4730	0.973758154025563	6	5	4	4	3	False	72271	fragment	False	ISR0363_000000003859	1.0		0	0	False	False	0.9928118586540222	0					non-mobilizable	no_good_hit	2481.0	92.906	58.0	0.0010176186816834402	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0783_000000001896	7449	0.9737578669064736	8	3	3	2	2	False	74604	maximal	True	ISR0783_000000001896	1.0		1	1	False	False	0.9987918138504028	0					non-mobilizable	no_good_hit	2188.0	97.715	38.0	0.0006686310825708942	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0351_000000001741	6183	0.9737491799680704	10	5	2	1	4	True	24085	maximal	True	ISR0351_000000001741	1.0		1	1	True	True	1.0	376		MOBV			mobilizable	no_good_hit	2474.0	82.458	70.0	0.5002035830618893	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
MON0064_000000019599	1466	0.9737459511053156	3	3	0	3	3	False	10704	fragment	False	MON0064_000000019599	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1466.0	99.727	100.0	0.21950854060533415	AP019766.1	enterobacteria	Escherichia coli O111:H- 110512 plasmid pO111-110512_5 DNA, complete genome	False	True
ISR0343_000000002811	4978	0.9737443277028296	6	5	3	4	4	False	67205	fragment	False	ISR0343_000000002811	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4985.0	94.40299999999999	100.0	0.0020496512257136717	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0154_000000008121	4174	0.9737429172584384	5	4	4	2	2	False	52500	fragment	False	FIJ0154_000000008121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2253.0	79.893	77.0	0.001506645418584522	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
AST0050_000000002576	5315	0.9737381579901524	7	7	0	3	6	True	114785	maximal	True	AST0050_000000002576	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	1109.0	90.62200000000001	44.0	0.0177960521032428	CP016744.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2 plasmid pJM2C, complete sequence	True	True
MON0032_000000021938	1412	0.9737319055501888	2	2	2	2	1	False	40244	fragment	False	MON0032_000000021938	0.949514067892478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000009416	2316	0.9737315150926498	3	2	2	2	2	False	116177	fragment	False	ENG0032_000000009416	0.975975920414129		0	0	False	False	0.9995682239532471	0					non-mobilizable	no_good_hit	1615.0	95.41799999999999	70.0	0.0003649443465527805	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0084_000000012849	2654	0.9737287695995606	3	3	3	3	3	False	111515	maximal	True	AST0084_000000012849	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	83.333	49.0	0.0018245338897018154	NZ_LN868536.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
SPA0099_000000002911	1614	0.9737181311344326	2	2	1	2	2	True	4981	maximal	True	SPA0099_000000002911	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1614.0	100.0	100.0	0.09844970703125	CP006015.1	firmicutes	Lactobacillus reuteri I5007 plasmid pLRI04, complete sequence	False	True
FIJ0136_000000012887	2110	0.9737164682426814	4	1	1	1	1	False	40536	maximal	True	FIJ0136_000000012887	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000007347	3097	0.9737147955836312	4	3	1	2	1	True	93892	maximal	True	CAN0013_000000007347	1.0		2	1	True	True	1.0	3					non-mobilizable	no_good_hit	1153.0	74.415	36.0	0.3993411420204978	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0195_000000010539	2010	0.973705200222424	3	3	3	2	1	False	72423	maximal	True	ISR0195_000000010539	1.0		8	2	False	False	0.990547239780426	0					non-mobilizable	no_good_hit	1326.0	98.265	66.0	0.009365428553239349	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
MAD0087_000000026396	1213	0.9737023773202972	2	2	1	2	1	False	15958	maximal	True	MAD0087_000000026396	1.0		0	0	False	False	0.9859851598739624	0					non-mobilizable	no_good_hit	131.0	78.626	11.0	0.00029393871036099777	NZ_RIAX01000002.1	firmicutes	Planococcus salinus strain LCB217 Scaffold2, whole genome shotgun sequence	True	False
ISR0325_000000010242	1985	0.9736984201409808	4	4	4	3	2	False	120077	fragment	False	ISR0155_000000005779	0.27481881153829435		0	0	False	False	1.0	0					non-mobilizable	other	1991.0	98.39299999999999	100.0	0.0004202849362909284	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0046_000000015558	1219	0.9736903616279776	2	2	2	2	1	False	104278	fragment	False	ENG0046_000000015558	1.0		0	0	False	False	0.9885151982307434	0					non-mobilizable	other	1241.0	76.954	99.0	0.011773278110139592	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
USA0061_01_000000002532	4537	0.973686917045074	5	3	3	3	3	False	899	maximal	True	USA0061_01_000000002532	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	87.069	9.0	0.00010764001445984934	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0068_000000001040	14456	0.9736853108406182	17	15	3	9	15	True	17013	fragment	False	MAD0068_000000001040	1.0		0	0	False	False	0.9994465708732605	0			MPF_F		non-mobilizable	chromosome	10589.0	96.874	99.0	0.002090603757122637	LR607337.1	enterobacteria	Enterobacter hormaechei strain 4928STDY7071342 genome assembly, chromosome: 1	False	True
DEN0035_000000001543	14096	0.9736809872829864	19	7	1	4	4	False	73522	fragment	False	DEN0035_000000001543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0070_000000001492	11876	0.9736806070910121	18	6	3	6	4	False	118023	backbone	False	ISR0192_000000001521	0.9984215085195658	PS798	0	0	True	True	1.0	20					non-mobilizable	virus	8207.0	99.65899999999999	94.0	0.6900496257044326	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	True
ISR0192_000000001521	11861	0.9736806070910121	18	6	3	6	4	False	118023	backbone	True	ISR0192_000000001521	0.9986486057999018	PS798	4	1	True	True	0.9998313784599304	7					non-mobilizable	virus	11118.0	99.73	94.0	0.9348978046934141	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	True
ISR0338_000000001234	11856	0.9736806070910121	17	6	3	6	4	False	118023	backbone	False	ISR0192_000000001521	0.9984201620711133	PS798	0	0	True	True	0.9998313188552856	2					non-mobilizable	virus	10998.0	99.736	94.0	0.9248044410799899	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	True
ISR0077_000000001854	11763	0.9736806070910121	17	6	3	6	4	False	118023	backbone	False	ISR0192_000000001521	0.9964175375804207	PS798	0	0	True	True	1.0	8					non-mobilizable	virus	9992.0	99.84	94.0	0.8401884094541172	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	True
ISR0215_000000002718	10140	0.9736806070910121	17	6	3	6	4	False	118018	fragment	False	ISR0215_000000002718	0.9883621889991147		0	0	False	False	1.0	0					non-mobilizable	virus	10141.0	99.95100000000001	100.0	0.8527210026074523	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0199_000000002339	10100	0.9736806070910121	18	6	3	6	4	False	118018	fragment	False	ISR0215_000000002718	0.9873606406011634		0	0	False	False	1.0	0					non-mobilizable	virus	10103.0	99.911	100.0	0.849692993523425	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
SPA0118_000000002648	10096	0.9736806070910121	18	6	3	6	4	False	118018	fragment	False	ISR0215_000000002718	0.9873948202125429		0	0	False	False	1.0	0					non-mobilizable	virus	10097.0	99.98	100.0	0.8491883253427538	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0146_000000003767	9951	0.9736806070910121	17	6	3	6	4	False	118018	fragment	False	ISR0215_000000002718	0.882324969222632		0	0	False	False	1.0	0					non-mobilizable	virus	9952.0	99.95	100.0	0.8368239549163092	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0229_000000001281	9950	0.9736806070910121	17	6	3	6	4	False	118018	fragment	False	ISR0215_000000002718	0.8807254105863763		0	0	False	False	1.0	0					non-mobilizable	virus	9952.0	99.709	100.0	0.8368239549163092	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0138_000000002736	9871	0.9736806070910121	17	6	3	6	4	False	118018	fragment	False	ISR0215_000000002718	0.8771178040942904		0	0	False	False	0.9998986721038818	0					non-mobilizable	virus	9872.0	99.949	100.0	0.830095045840693	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
ISR0400_000000001495	9869	0.9736806070910121	17	6	3	6	4	False	118018	fragment	False	ISR0215_000000002718	0.8770729047634581		0	0	False	False	1.0	0					non-mobilizable	virus	9870.0	99.97	100.0	0.830095045840693	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
BAN0016_000000000052	13723	0.9736768415631278	16	15	5	6	14	False	98364	maximal	True	BAN0016_000000000052	1.0	PS396|PS544	1	1	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	11974.0	97.152	97.0	0.1902868774251002	CP012835.1	enterobacteria	Salmonella enterica subsp. enterica serovar Cerro str. CFSAN001588 plasmid pCFSAN001588_002, complete sequence	False	True
ENG0107_000000001327	16499	0.9736764894308793	27	16	11	11	14	True	124145	fragment	False	ISR0777_000000000696	0.4154103889049201		0	0	False	False	1.0	0					non-mobilizable	other	7904.0	96.79899999999999	90.0	0.0022198715459062915	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0399_000000006931	2260	0.9736724938581948	4	3	1	2	2	True	22588	maximal	True	ISR0399_000000006931	1.0		1	1	False	False	1.0	0	rep_cluster_1197				non-mobilizable	plasmid	2129.0	99.155	94.0	0.3371410439473267	LR135376.1	firmicutes	Enterococcus faecium isolate E8172 genome assembly, plasmid: 5	False	True
ISR0104_000000012142	2049	0.9736707377299836	2	2	2	2	2	False	131525	maximal	False	ENG0206_000000011731	0.960693340145395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1656.0	76.872	87.0	0.00046392295067512024	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0357_000000013887	1858	0.9736707377299836	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.78232501051649		0	0	False	False	0.9768568277359009	0					non-mobilizable	no_good_hit	1657.0	76.46300000000001	88.0	0.00046107854263909866	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0133_000000011661	1846	0.9736707377299836	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8765152795585106		0	0	False	False	0.9989165663719177	0					non-mobilizable	other	1805.0	78.006	96.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0092_000000012882	1771	0.9736707377299836	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8697158171246151		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	78.007	100.0	0.02477967425256582	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0135_000000011447	1747	0.9736707377299836	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8432816183958753		0	0	False	False	1.0	0					non-mobilizable	other	1770.0	78.023	100.0	0.024417112896028558	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0228_000000015866	1704	0.9736707377299836	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7892203561848063		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	78.27600000000001	97.0	0.02305053547523427	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0152_000000013861	1700	0.9736707377299836	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7837553653318207		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	77.95	98.0	0.023092369477911646	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0189_000000010312	1688	0.9736707377299836	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7813327674156728		0	0	False	False	1.0	0					non-mobilizable	other	1666.0	78.15100000000001	98.0	0.022980812137438644	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0022_000000005274	2327	0.9736686946405138	4	2	2	1	1	False	53060	maximal	True	MAD0022_000000005274	1.0		1	1	False	False	0.9991405010223389	0					non-mobilizable	no_good_hit								True	False
FIJ0049_000000001771	8377	0.973664776194848	11	10	6	8	9	False	47789	maximal	True	FIJ0049_000000001771	1.0		3	2	False	False	0.9990450143814087	0					non-mobilizable	no_good_hit	6722.0	99.74700000000001	80.0	0.0033633342009891276	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	True	False
FIJ0042_000000009807	2452	0.9736572604994952	4	2	2	2	2	False	51580	maximal	True	FIJ0042_000000009807	1.0		2	1	False	False	0.9967373609542847	0					non-mobilizable	no_good_hit	1727.0	73.654	71.0	0.00046019664078083097	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0007_000000009414	1875	0.9736572604994952	2	2	2	2	2	False	51575	fragment	False	FIJ0007_000000009414	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1727.0	73.654	90.0	0.00046019664078083097	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0029_000000024336	1782	0.9736502448950748	2	2	2	2	2	False	57207	maximal	False	ENG0149_000000011108	0.9924242424242424		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	78.172	100.0	0.024751784917447568	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0807_000000000549	19423	0.9736496268161992	21	9	4	9	3	True	86942	fragment	False	ISR0807_000000000549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	79.369	4.0	0.0028110227741118543	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0079_000000005309	5850	0.9736454590159288	9	4	3	4	3	False	123366	backbone	True	ENG0079_000000005309	1.0	PS893	1	1	True	True	1.0	11					non-mobilizable	no_good_hit	97.0	98.969	2.0	0.00030903442836678526	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0102_000000006310	4143	0.9736404551460436	5	5	5	4	3	False	129677	maximal	True	ENG0102_000000006310	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1808.0	98.89399999999999	79.0	0.0004842457985580355	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0048_000000002939	8969	0.9736375361889114	9	5	2	3	3	True	104955	maximal	True	FIJ0048_000000002939	1.0	PS624	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4058.0	98.34899999999999	77.0	0.32730939895119	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0128_000000002846	3039	0.9736327665657514	2	2	2	2	1	True	81341	maximal	True	CHI0128_000000002846	1.0		1	1	True	True	1.0	42					non-mobilizable	no_good_hit	1010.0	88.713	40.0	0.3094645080946451	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
DEN0064_000000010528	3515	0.9736250773863911	4	3	3	3	2	False	71310	maximal	True	DEN0064_000000010528	1.0		1	1	False	False	0.9997155070304871	0					non-mobilizable	no_good_hit	136.0	80.14699999999999	4.0	5.057226510513708e-05	NZ_AP019698.1	firmicutes	Staphylococcus arlettae strain P2	True	False
SPA0062_000000003268	8919	0.9736240892653892	12	9	7	9	5	False	122380	fragment	False	SPA0062_000000003268	1.0		0	0	False	False	0.9965242743492126	0					non-mobilizable	virus	7623.0	98.30799999999999	95.0	0.3580896869418069	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	False	False
DEN0045_000000008085	4267	0.9736231463620793	8	3	2	1	3	True	92179	maximal	True	DEN0045_000000008085	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	92.51899999999999	51.0	0.14692636793514974	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	True	True
ENG0124_000000006015	5020	0.973616212268525	8	7	6	6	6	False	116230	fragment	False	ENG0124_000000006015	1.0		0	0	False	False	0.9994024038314819	0					non-mobilizable	chromosome	1969.0	94.363	92.0	0.00044481127422366177	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CHI0090_000000001094	10018	0.9736122307140374	11	9	8	6	6	True	110980	fragment	False	CHI0111_000000003063	0.7803444874106373		0	0	False	False	0.9997005462646484	0					non-mobilizable	no_good_hit	3395.0	78.321	56.0	0.0006234737687835432	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ENG0194_000000002817	8633	0.9736097156267288	11	10	5	7	10	True	123628	fragment	False	USA0108_01_000000001009	0.31798879245264994		0	0	False	True	0.9998841881752014	0	rep_cluster_1702				non-mobilizable	chromosome	4736.0	97.171	94.0	0.001077825415505796	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0079_000000011272	2433	0.9736071629753188	4	1	1	1	1	False	37923	fragment	False	ISR0109_000000013160	0.9969930769018633		0	0	False	False	0.9991779923439026	0					non-mobilizable	no_good_hit	165.0	82.42399999999999	7.0	0.36551724137931035	LK933459.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_749	True	False
ISR0016_000000008880	2370	0.9736071629753188	4	1	1	1	1	False	37923	fragment	False	ISR0109_000000013160	0.9897632364358265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	82.42399999999999	7.0	0.36551724137931035	LK933459.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_749	True	False
USA0119_01_000000003400	5899	0.973604843010526	9	6	3	4	5	True	116605	backbone	False	USA0080_01_000000007189	0.9989182756306414	PS778|PS779|PS781	0	0	True	True	1.0	433		MOBP			mobilizable	other	5169.0	99.98100000000001	99.0	0.8941176470588236	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0010_01_000000004555	5899	0.973604843010526	9	6	3	4	5	True	116605	backbone	False	USA0080_01_000000007189	0.9989182756306414	PS778|PS779|PS781	0	0	True	True	1.0	412		MOBP			mobilizable	other	5169.0	99.98100000000001	99.0	0.8941176470588236	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
SPA0120_000000006883	6171	0.9736027554409984	5	5	4	4	4	False	93674	fragment	False	SPA0120_000000006883	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6171.0	100.0	100.0	0.0018581751575533767	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0239_000000002920	4342	0.9735931515318502	5	5	4	5	4	False	128454	fragment	False	ISR0239_000000002920	0.9748569259112373		0	0	False	False	1.0	0					non-mobilizable	other	3143.0	96.65899999999999	97.0	0.012045050021481618	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0192_000000011875	1489	0.973584406188336	2	2	2	2	2	False	29117	fragment	False	ISR0192_000000011875	1.0		0	0	False	False	0.9959704279899597	0					non-mobilizable	other	1489.0	99.93299999999999	100.0	0.00030953820768640783	CP010171.1	enterobacteria	Escherichia coli strain H7, complete genome	False	False
ITA0003_000000004076	1565	0.9735834669321246	3	2	2	1	1	False	116159	fragment	False	USA0048_01_000000006517	0.21197464985983624		0	0	False	False	0.9993610382080078	0					non-mobilizable	chromosome	1534.0	95.698	99.0	0.0003468441929729774	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0155_000000009094	2405	0.9735806530541362	4	2	2	2	2	False	68474	fragment	False	ENG0155_000000009094	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1547.0	89.98100000000001	73.0	0.06324660448371788	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0011_000000009938	4057	0.9735706143938486	5	3	2	3	2	False	104088	fragment	False	DEN0011_000000009938	1.0		0	0	False	False	0.9972886443138123	0					non-mobilizable	no_good_hit	137.0	91.241	3.0	4.199827153780249e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0793_000000001448	7652	0.9735659887743412	8	4	2	3	2	False	53586	fragment	False	FIJ0042_000000002637	0.9552324192862746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.0002853417951934667	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0130_000000004120	5446	0.9735659887743412	8	4	2	3	2	False	44322	fragment	False	FIJ0130_000000004120	1.0		0	0	False	False	0.9987146258354187	0					non-mobilizable	no_good_hit	73.0	100.0	1.0	0.0003542174009298207	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0059_000000008941	1895	0.9735642149028628	1	1	0	1	1	True	86894	maximal	False	ISR0173_000000004977	0.9956431007399142		0	0	True	True	0.9994723200798035	6				MOBP	mobilizable	no_good_hit	740.0	90.405	50.0	0.33182435491172474	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
ISR0173_000000004977	1895	0.9735642149028628	2	1	0	1	1	True	86894	maximal	True	ISR0173_000000004977	0.9988640092923471		9	6	True	True	0.9994723200798035	34				MOBP	mobilizable	no_good_hit	452.0	93.14200000000001	50.0	0.20416478044363964	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
SPA0133_000000010921	1875	0.9735642149028628	2	1	0	1	1	True	86894	maximal	False	ISR0173_000000004977	0.9984413502918008		0	0	True	True	1.0	1179				MOBP	mobilizable	no_good_hit	782.0	90.15299999999999	45.0	0.35129017655047534	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
ENG0079_000000017756	1875	0.9735642149028628	2	1	0	1	1	True	86894	maximal	False	ISR0173_000000004977	0.9983076604522286		0	0	True	True	0.9994666576385498	18				MOBP	mobilizable	no_good_hit	782.0	90.02600000000001	45.0	0.35129017655047534	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
CHI0073_000000004453	1871	0.9735642149028628	2	1	0	1	1	True	86894	maximal	False	ISR0173_000000004977	0.9984590850222121		0	0	True	True	1.0	12				MOBP	mobilizable	no_good_hit	476.0	93.277	48.0	0.21502942507922138	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
MAD0057_000000008585	1870	0.9735642149028628	2	1	0	1	1	True	86894	maximal	False	ISR0173_000000004977	0.9954356374955378		0	0	True	True	1.0	327				MOBP	mobilizable	no_good_hit	780.0	90.0	45.0	0.35129017655047534	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
ISR0318_000000002364	1855	0.9735642149028628	1	1	0	1	1	True	86894	maximal	False	ISR0173_000000004977	0.9987766224195854		0	0	True	True	0.998921811580658	28				MOBP	mobilizable	no_good_hit	782.0	90.15299999999999	49.0	0.35129017655047534	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
MON0080_000000031283	1759	0.9735642149028628	1	1	0	1	1	True	86894	maximal	False	ISR0173_000000004977	0.9751527582125146		0	0	True	True	1.0	10				MOBP	mobilizable	no_good_hit	641.0	89.54799999999999	46.0	0.28746038931643275	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
CHI0048_000000012484	1565	0.9735642149028628	1	1	0	1	1	True	86893	fragment	False	CHI0048_000000012484	1.0		0	0	False	False	0.9987220168113708	0				MOBP	mobilizable	no_good_hit	404.0	88.119	40.0	0.1810774105930285	LM995619.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-5_contig-27.0_1_2209_[organism:Escherichia	True	True
ISR0146_000000011660	3347	0.9735637337253328	6	5	3	5	2	False	31028	maximal	True	ISR0146_000000011660	1.0		2	1	False	False	0.9994024634361267	0					non-mobilizable	no_good_hit	303.0	74.917	9.0	0.00010507301693191727	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0267_000000004772	3345	0.9735557459729834	6	6	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.012300594085995294	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3350.0	94.65700000000001	100.0	0.7871438662585354	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0321_000000003007	3276	0.9735557459729834	7	6	3	3	4	True	132209	backbone	False	ENG0141_000000006400	0.010792061027890024	PS1143|PS778	0	0	False	True	0.9996947646141052	0					non-mobilizable	other	3278.0	95.821	100.0	0.7711325641629385	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0062_000000005211	5362	0.9735556076017859	10	3	2	3	2	False	53777	maximal	True	FIJ0062_000000005211	1.0		1	1	False	False	0.9998134970664978	0					non-mobilizable	no_good_hit								True	False
SPA0082_000000009725	1735	0.9735553534288136	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9769829935752657		0	0	False	False	1.0	0					non-mobilizable	chromosome	1735.0	99.885	100.0	0.0006873922976384863	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0040_000000021005	1994	0.9735533096315792	4	4	4	3	2	False	120077	fragment	False	ISR0155_000000005779	0.2761433511982431		0	0	False	False	1.0	0					non-mobilizable	chromosome	1998.0	98.29799999999999	100.0	0.0004435619109811003	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0083_000000001556	14754	0.9735532384396414	19	18	9	12	17	False	90334	maximal	True	ENG0083_000000001556	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	14678.0	99.932	100.0	0.0030638129806973727	CP019256.1	enterobacteria	Escherichia coli strain 13TMH22 chromosome, complete genome	False	False
MON0103_000000032784	1693	0.973546596568986	2	2	2	2	1	False	8882	fragment	False	MON0103_000000032784	1.0		0	0	False	False	0.9799172878265381	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	7.0	2.855973504512935e-05	NZ_CP053376.1	firmicutes	Bacillus amyloliquefaciens strain WF02 chromosome, complete genome	True	False
ENG0128_000000013916	2021	0.9735464422894541	4	4	4	3	3	False	120077	fragment	False	ISR0155_000000005779	0.2869276036696036		0	0	False	False	0.9935675263404846	0					non-mobilizable	other	2021.0	100.0	100.0	0.004940904821540388	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0031_000000014915	2133	0.9735391074823956	4	4	4	3	3	False	120077	fragment	False	ISR0155_000000005779	0.35528952455643387		0	0	False	False	0.9995311498641968	0					non-mobilizable	chromosome	2133.0	99.344	100.0	0.00047691919150117475	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
USA0035_01_000000003346	7618	0.9735390797648474	8	4	3	4	2	False	101014	fragment	False	USA0035_01_000000003346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7618.0	100.0	100.0	0.1284464005666009	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
FIJ0023_000000002744	9727	0.9735349245669536	12	6	3	4	5	True	104956	maximal	True	FIJ0023_000000002744	1.0	PS624	0	0	True	True	0.9998971819877625	14					non-mobilizable	no_good_hit	4710.0	97.792	74.0	0.3799112545381202	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0096_000000004308	8489	0.9735285566435966	13	10	6	10	9	False	132189	maximal	True	DEN0096_000000004308	1.0		3	1	False	False	0.9968194365501404	0					non-mobilizable	other	7537.0	99.96	96.0	0.0026181211784324625	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0140_000000000421	36014	0.9735127882819534	35	17	13	15	9	True	105667	maximal	True	AST0140_000000000421	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1839.0	71.234	5.0	0.0005540791293303632	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0154_000000015151	2449	0.973511451484173	4	4	4	3	3	False	115932	fragment	False	ISR0267_000000007024	0.9356944894957918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0016210374639769453	XM_005406892.2	rodents	PREDICTED: Chinchilla lanigera dystonin (Dst), transcript variant X7, mRNA	True	False
SPA0044_000000004852	5212	0.9735108391548948	9	4	4	4	2	False	69685	maximal	True	SPA0044_000000004852	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	80.336	8.0	0.00018062063354002414	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0051_000000031563	1177	0.9735071608723452	2	1	1	1	1	False	12542	fragment	False	SPA0009_000000029221	0.9519585791525318		0	0	False	False	0.9991503953933716	0					non-mobilizable	no_good_hit	542.0	75.646	46.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0839_000000012837	1614	0.9735060706840388	3	2	2	2	2	False	105484	fragment	False	CAN0018_000000019660	0.6655389668602077		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	99.257	100.0	0.0023191381375293487	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
MAD0089_000000005968	3574	0.9734999773311764	5	4	4	4	3	False	107584	fragment	False	MAD0089_000000005968	1.0		0	0	False	False	0.9916060566902161	0					non-mobilizable	no_good_hit	1623.0	94.824	45.0	0.1868663594470046	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
SPA0124_000000003207	8546	0.9734927971964956	13	11	8	9	11	True	41476	maximal	True	SPA0124_000000003207	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2831.0	97.315	71.0	0.26972617116687336	CP043432.1	firmicutes	Weissella koreensis strain SK plasmid pCM-SK, complete sequence	True	True
ENG0146_000000001730	12703	0.9734922323750322	17	4	1	4	1	False	97469	fragment	False	ENG0146_000000001730	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12711.0	99.882	100.0	0.013944481018213738	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
CAN0001_000000003460	12032	0.9734922323750322	15	4	1	4	1	False	97468	fragment	False	CAN0001_000000003460	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11941.0	99.824	99.0	0.013099626947553214	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0079_000000008089	2995	0.9734858117680244	3	3	1	3	0	True	5650	maximal	True	SPA0079_000000008089	1.0		1	1	True	True	1.0	37					non-mobilizable	no_good_hit	300.0	82.667	13.0	0.09824095585794888	HG796361.1	bacteria	Uncultured bacterium plasmid pRGI00732	True	True
AST0058_000000002762	5948	0.97348489448839	5	3	2	2	1	True	113153	fragment	False	ENG0085_000000003459	0.966233557908245		0	0	False	False	0.9984868764877319	0					non-mobilizable	no_good_hit	664.0	92.62	11.0	0.9984939759036144	NZ_QSCB01000065.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf65, whole genome shotgun sequence	True	True
AST0094_000000006855	3121	0.9734830193642868	4	3	2	2	1	True	109319	fragment	False	AST0094_000000006855	0.9854232525465403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0350_000000001014	12816	0.9734788730529956	12	12	4	4	11	False	98176	fragment	False	ISR0056_000000001070	0.9849160957897706		0	0	False	True	0.999687910079956	0		MOBP	MPF_I	MOBP	conjugative	plasmid	12840.0	99.198	100.0	0.12005311588239695	CP022734.1	enterobacteria	Escherichia coli strain SA186 plasmid pSA186_5, complete sequence	False	True
MON0045_000000005873	4091	0.9734785837202568	8	4	2	1	4	True	119398	fragment	False	MON0045_000000005873	0.9925746777138689		0	0	False	False	1.0	0					non-mobilizable	plasmid	3482.0	98.794	100.0	0.6975855130784708	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
MON0031_000000008716	4000	0.9734785837202568	7	4	2	1	4	True	119398	fragment	False	MON0045_000000005873	0.9895872927970454		0	0	False	False	1.0	0					non-mobilizable	plasmid	3391.0	98.76100000000001	100.0	0.6792756539235413	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
FIJ0172_000000012085	2244	0.973478573112416	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.6856160044339444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1903.0	83.29	84.0	0.0006612216671569768	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0089_000000000724	15936	0.9734774437183976	10	10	9	8	10	False	15857	maximal	True	MAD0089_000000000724	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	14202.0	99.75399999999999	89.0	0.0029365669689670154	CP038857.1	enterobacteria	Escherichia coli strain PigCaeca_2 chromosome, complete genome	True	False
ISR0104_000000010815	2307	0.9734764000763187	4	2	0	2	2	True	32985	fragment	False	ISR0104_000000010815	1.0		0	0	False	False	0.9852622747421265	0	Inc11				non-mobilizable	plasmid	1941.0	99.897	99.0	0.46157506542945514	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
CAN0017_000000029161	1143	0.9734757691459376	2	1	1	1	1	False	92317	maximal	True	CAN0017_000000029161	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	78.825	99.0	0.0032433820173436785	NZ_JAATLI010000004.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_04, whole genome shotgun sequence	False	False
ISR0839_000000003023	5036	0.9734748257323668	7	6	6	4	5	False	104796	fragment	False	USA0042_01_000000005065	0.9795065205142345		0	0	False	False	0.9996028542518616	0					non-mobilizable	no_good_hit	361.0	72.29899999999999	7.0	5.94044501358708e-05	NZ_AP022561.1	high GC Gram+	Mycolicibacterium aichiense strain JCM 6376	True	False
FIJ0011_000000005551	7421	0.9734726322504264	11	4	1	3	3	False	52115	maximal	False	ISR0027_000000003299	0.9526121019151571		0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
MON0073_000000001364	4456	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.3089735304601685	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2683.0	99.59	100.0	0.46497919556171985	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0031_01_000000006849	4435	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.31151038204944714	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9995490312576294	0	rep_cluster_475				non-mobilizable	plasmid	4437.0	99.572	100.0	0.8827393987656779	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
MON0019_000000014394	4316	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.30567745221587544	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.993280827999115	0	rep_cluster_475				non-mobilizable	other	2644.0	99.92399999999999	100.0	0.45821775312066576	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0084_000000006201	4300	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.30554323041272935	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.992093026638031	0	rep_cluster_475				non-mobilizable	other	2627.0	100.0	100.0	0.4552704576976422	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0047_000000008443	4300	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.30554323041272935	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9997674226760864	0	rep_cluster_475				non-mobilizable	other	2627.0	100.0	100.0	0.4552704576976422	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0021_000000003280	4254	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.30503489420943336	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9995298385620117	0	rep_cluster_475				non-mobilizable	other	2587.0	100.0	100.0	0.4483356449375867	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0091_000000003201	4235	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.30447011546380637	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9997638463973999	0	rep_cluster_475				non-mobilizable	other	2582.0	100.0	100.0	0.4474687933425798	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0043_000000005380	4220	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.29563560192850585	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2586.0	100.0	100.0	0.4481622746185853	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0003_000000002892	4204	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.29392090822503314	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4222.0	97.3	100.0	0.8385427035636074	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
MON0018_000000003134	4197	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.2867297902905694	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2524.0	100.0	100.0	0.4374133148404993	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0004_000000003500	4068	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.26366440947774067	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4087.0	96.96600000000001	100.0	0.8118654190722676	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
MON0072_000000005283	3883	0.9734622989620291	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.11092450855081336	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2210.0	100.0	100.0	0.3829750346740638	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0283_000000004227	3187	0.9734622989620291	4	4	1	2	3	False	120167	backbone	True	ISR0283_000000004227	1.0	PS832|PS839	92	8	True	True	1.0	4	rep_cluster_475				non-mobilizable	plasmid	2221.0	99.91	100.0	0.44196695202070474	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0027_000000000858	13133	0.973461768280273	17	8	3	7	7	False	104079	maximal	True	CHI0027_000000000858	1.0		4	2	False	False	0.9999238848686218	0					non-mobilizable	no_good_hit	933.0	85.102	15.0	0.00032640680450561366	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0814_000000021818	1870	0.973458077816572	3	2	2	1	1	True	106391	fragment	False	ISR0814_000000021818	1.0		0	0	False	False	0.9994652271270752	0					non-mobilizable	plasmid	1688.0	97.512	90.0	0.025652729596494433	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
MON0015_000000006883	5075	0.9734569094837768	4	1	1	1	1	False	91354	fragment	False	CAN0022_000000005162	0.9276131491114421		0	0	False	False	0.9998029470443726	0					non-mobilizable	other	4227.0	93.73100000000001	100.0	0.002061742336683849	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0116_000000000332	35306	0.9734546650958452	40	20	15	18	10	True	53280	backbone	False	FIJ0155_000000000309	0.7493682850154085	PS221	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	0.0	0.000700997573469938	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
ISR0157_000000004069	6618	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9689033700449754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	37.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0075_01_000000003814	6517	0.9734539406506784	10	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.988103392859487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.53	37.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0073_000000004002	6461	0.9734539406506784	10	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9667079400485294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0023_01_000000004999	6443	0.9734539406506784	10	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9665426324538289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0003_000000003420	6427	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.96628467644758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.706	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0370_000000003826	6390	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9623367381997164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	38.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CAN0018_000000005191	6376	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9636078537775187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0131_000000004468	6336	0.9734539406506784	10	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9634388235149963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.53	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0106_01_000000001830	6336	0.9734539406506784	10	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9635946170794144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
DEN0063_000000006081	6336	0.9734539406506784	10	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9635946170794144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0060_000000003717	6336	0.9734539406506784	10	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9632694522644804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0285_000000001739	6335	0.9734539406506784	11	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9633495040456189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.53	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
DEN0031_000000004661	6130	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9251215786517728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.354	39.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0143_000000005685	6107	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9257134704307983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0814_000000006262	6095	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9271846775218433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0032_01_000000004355	6094	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9273988872015322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0058_000000004607	6076	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9253371892343817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	81.25	40.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0021_000000003531	6018	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.921419583877285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0354_000000002851	6017	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.7843548401711775		0	0	False	False	0.9993352293968201	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	40.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0169_000000003659	5672	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.5442968092341947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.706	41.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0820_000000003049	5615	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.5337544026798412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	43.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CAN0001_000000008490	5541	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.5191511035102949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	41.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0266_000000002349	5523	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.4303047384804751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0022_01_000000001558	5523	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.43030467852179544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0068_000000004103	5503	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.429976686323287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0024_01_000000004408	5480	0.9734539406506784	8	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.40736667443149666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.53	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
CAN0006_000000008207	5470	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.40728794903830345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
AUS0022_000000006492	5469	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.407134205398614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.706	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0208_000000005296	5469	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.406944959048152		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.706	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0183_000000005105	5469	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.4072615655244326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0045_000000002059	5468	0.9734539406506784	8	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.4071955899266796		0	0	False	False	0.9985369443893433	0					non-mobilizable	no_good_hit	1137.0	81.618	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0029_000000008411	5442	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.40565318687604135		0	0	False	False	0.9987137317657471	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	40.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0123_000000003169	5442	0.9734539406506784	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.40551712726123224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	40.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0107_000000002906	6519	0.9734514423945811	6	5	4	4	3	False	32865	maximal	True	ISR0107_000000002906	1.0		13	2	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	100.0	15.0	0.00027363205306527635	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0111_000000003875	5724	0.9734503509539616	6	5	1	3	3	False	100895	maximal	True	ENG0111_000000003875	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	835.0	73.054	17.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
DEN0067_000000020641	1626	0.9734445189144442	3	1	1	1	1	False	70828	fragment	False	DEN0067_000000020641	1.0		0	0	False	False	0.9993849992752075	0					non-mobilizable	no_good_hit	97.0	100.0	6.0	2.353707862193347e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0123_000000007076	2927	0.9734358203122496	3	3	3	3	2	False	32119	maximal	True	ISR0123_000000007076	1.0		0	0	False	False	0.9996583461761475	0					non-mobilizable	no_good_hit	615.0	97.561	36.0	0.009121972960927054	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
MAD0047_000000011913	3400	0.9734262686936342	5	1	1	1	1	False	17681	maximal	True	MAD0047_000000011913	1.0		1	1	False	False	0.9997059106826782	0					non-mobilizable	no_good_hit	95.0	98.947	3.0	2.1033392972698656e-05	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ENG0068_000000015407	1649	0.9734222935891303	3	2	1	2	1	False	114452	fragment	False	MAD0015_000000011993	0.7151509282576847		0	0	False	False	0.9993935823440552	0					non-mobilizable	other	1684.0	77.91	100.0	0.04536727192934335	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MON0093_000000031648	1457	0.9734222935891303	2	2	1	2	1	False	114446	fragment	False	MON0093_000000031648	0.9585936906480143		0	0	False	False	0.9807824492454529	0					non-mobilizable	other	1480.0	78.851	100.0	0.040018651599100334	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0165_000000001201	12647	0.97341362119313	18	11	7	10	8	True	125408	fragment	False	ISR0165_000000001201	1.0		0	0	False	False	0.9984976649284363	0					non-mobilizable	other	12628.0	98.773	99.0	0.003603627259473721	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0135_000000015776	1431	0.9734105110945992	3	3	3	2	2	False	58075	maximal	True	ENG0135_000000015776	1.0		2	2	False	False	0.9902166128158569	0					non-mobilizable	no_good_hit	164.0	81.707	11.0	6.518981849117351e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
CAN0016_000000028140	1666	0.9734044192642434	3	1	1	1	1	False	92783	fragment	False	CAN0016_000000028140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000020166	1555	0.9734044192642434	2	1	1	1	1	False	2158	fragment	False	USA0005_01_000000020166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000004148	4346	0.9733993077223672	5	4	1	2	3	False	126730	backbone	True	ISR0181_000000004148	1.0	PS879|PS974|PS975|PS977	3	1	True	True	1.0	83					non-mobilizable	no_good_hit	1997.0	97.546	57.0	0.3972520908004779	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0221_000000001585	12159	0.973396484804654	16	5	3	4	3	True	85985	fragment	False	ISR0221_000000001585	0.9997509546737506		0	0	False	False	0.9994242787361145	0					non-mobilizable	other	11250.0	99.93799999999999	99.0	0.24351591253518076	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0154_000000007552	3816	0.9733953470538929	5	3	3	3	2	False	56851	maximal	True	ENG0154_000000007552	1.0		17	6	False	False	0.9986897110939026	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	1.0036653859896342e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0193_000000013723	1453	0.9733879875205684	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3105951596160439		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	99.931	100.0	0.0002803110448729334	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
DEN0082_000000029262	1451	0.9733879875205684	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.31051827773790125		0	0	False	False	0.9855272173881531	0					non-mobilizable	other	1451.0	100.0	100.0	0.0002799249415053398	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0195_000000013754	1450	0.9733879875205684	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3105013126732386		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	99.79299999999999	100.0	0.000279731889821543	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ENG0024_000000017767	1446	0.9733879875205684	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.30976606493301645		0	0	False	False	0.9993084073066711	0					non-mobilizable	other	1446.0	99.79299999999999	100.0	0.0002789596830863559	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
SPA0057_000000022803	1446	0.9733879875205684	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3097573494392155		0	0	False	False	1.0	0					non-mobilizable	chromosome	1446.0	99.931	100.0	0.0002827793076779768	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0796_000000015120	1440	0.9733879875205684	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3088096529416807		0	0	False	False	0.9861111044883728	0					non-mobilizable	chromosome	1440.0	99.931	100.0	0.0002816051375422897	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ENG0029_000000018823	1318	0.9733879875205684	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.26237552402721853		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	99.848	100.0	0.00025424906756036725	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
FIJ0134_000000000207	50725	0.9733858970557268	56	22	6	16	13	True	40647	maximal	True	FIJ0134_000000000207	1.0		1	1	False	False	0.9999802708625793	0					non-mobilizable	no_good_hit	1641.0	82.693	3.0	0.0005065225415138878	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0785_000000010241	3249	0.973385121117862	3	2	1	2	0	True	128821	maximal	True	ISR0785_000000010241	1.0		0	0	False	False	0.9993844032287598	0					non-mobilizable	no_good_hit	1185.0	91.98299999999999	43.0	0.3638042474607572	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
CHI0163_000000002813	3197	0.973385121117862	3	2	1	2	0	True	121074	maximal	True	CHI0163_000000002813	1.0	PS470|PS848	1	1	True	True	0.9946824908256531	8	rep_cluster_1683	MOBV			mobilizable	no_good_hit	1284.0	95.32700000000001	84.0	0.46234234234234234	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0066_000000010039	3147	0.973385121117862	3	2	1	2	0	True	121073	maximal	True	FIJ0066_000000010039	1.0	PS470|PS848	1	1	True	True	1.0	2	rep_cluster_1683	MOBV			mobilizable	no_good_hit	2418.0	97.27	89.0	0.8708979444644789	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
ISR0392_000000010980	2914	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.8723297064074579	PS470|PS848	0	0	True	True	1.0	119		MOBV			mobilizable	plasmid	1834.0	90.73100000000001	100.0	0.6446846846846847	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0045_000000008694	2882	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9551409771194231	PS470|PS848	0	0	True	True	1.0	154	rep_cluster_1683	MOBV			mobilizable	plasmid	2785.0	96.625	99.0	0.999639379733141	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0125_000000005221	2875	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9613673615906343	PS470|PS848	0	0	True	True	0.9993043541908264	71	rep_cluster_1683	MOBV			mobilizable	plasmid	1639.0	97.132	100.0	0.5892535160476019	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0138_000000010183	2873	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9649482964968236	PS470|PS848	0	0	True	True	1.0	116	rep_cluster_1683	MOBV			mobilizable	plasmid	1637.0	98.656	100.0	0.5892535160476019	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MON0081_000000019528	2870	0.973385121117862	4	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9648026165707162	PS470|PS848	0	0	True	True	1.0	236	rep_cluster_1683	MOBV			mobilizable	plasmid	2678.0	96.34100000000001	100.0	0.9621348719798053	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0085_000000008002	2870	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9635339825107095	PS470|PS848	0	0	True	True	1.0	132	rep_cluster_1683	MOBV			mobilizable	plasmid	2026.0	96.94	100.0	0.7288135593220338	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0030_000000007150	2870	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9607573272243499	PS470|PS848	0	0	True	True	0.9993031620979309	49	rep_cluster_1683	MOBV			mobilizable	plasmid	2626.0	94.13600000000001	100.0	0.941981981981982	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
MON0068_000000014607	2870	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9619590561208917	PS470|PS848	0	0	True	True	1.0	37	rep_cluster_1683	MOBV			mobilizable	plasmid	2005.0	94.963	100.0	0.717994951316264	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0332_000000004650	2868	0.973385121117862	4	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9641139767218558	PS470|PS848	0	0	True	True	1.0	200	rep_cluster_1683	MOBV			mobilizable	plasmid	2786.0	94.006	99.0	0.9996396396396396	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0186_000000009618	2868	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9653005121169151	PS470|PS848	0	0	True	True	1.0	55	rep_cluster_1683	MOBV			mobilizable	plasmid	2289.0	96.811	100.0	0.8243779300396682	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ENG0072_000000004031	2868	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.962489053433969	PS470|PS848	0	0	True	True	0.9951185584068298	16	rep_cluster_1683	MOBV			mobilizable	plasmid	2260.0	98.274	100.0	0.8139199423007573	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MON0063_000000010045	2858	0.973385121117862	4	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9664030449943012	PS470|PS848	0	0	True	True	0.9947515726089478	11	rep_cluster_1683	MOBV			mobilizable	plasmid	1636.0	93.949	100.0	0.5852252252252252	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0183_000000011610	2857	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.965906142237615	PS470|PS848	0	0	True	True	1.0	604	rep_cluster_1683	MOBV			mobilizable	plasmid	2504.0	96.645	100.0	0.9011900468806346	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ENG0175_000000009099	2854	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9530874022128276	PS470|PS848	0	0	True	True	1.0	11	rep_cluster_1683	MOBV			mobilizable	plasmid	1625.0	100.0	100.0	0.5852252252252252	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ENG0204_000000008677	2854	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9530874022128276	PS470|PS848	0	0	True	True	1.0	55	rep_cluster_1683	MOBV			mobilizable	plasmid	1625.0	100.0	100.0	0.5852252252252252	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ENG0195_000000008480	2854	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9526639860538345	PS470|PS848	0	0	True	True	1.0	888	rep_cluster_1683	MOBV			mobilizable	plasmid	2456.0	100.0	100.0	0.8846846846846846	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0029_000000009061	2854	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9601144744274267	PS470|PS848	0	0	True	True	0.9996496438980103	85	rep_cluster_1683	MOBV			mobilizable	plasmid	1608.0	95.274	100.0	0.5772972972972973	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ENG0135_000000007594	2854	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9506328918263994	PS470|PS848	0	0	True	True	1.0	62	rep_cluster_1683	MOBV			mobilizable	plasmid	2419.0	99.959	100.0	0.8713513513513513	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0023_000000009012	2853	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9639247820663664	PS470|PS848	0	0	True	True	1.0	829	rep_cluster_1683	MOBV			mobilizable	plasmid	2630.0	97.90899999999999	100.0	0.9459069599711504	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
AST0087_000000012690	2853	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9648337505543905	PS470|PS848	0	0	True	True	1.0	130	rep_cluster_1683	MOBV			mobilizable	plasmid	2519.0	97.42	100.0	0.9051568698160837	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0374_000000005569	2853	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9649481482001254	PS470|PS848	0	0	True	True	0.9996494650840759	66	rep_cluster_1683	MOBV			mobilizable	plasmid	1960.0	98.163	100.0	0.705733862243058	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ENG0146_000000008379	2852	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9615133502355946	PS470|PS848	0	0	True	True	1.0	143	rep_cluster_1683	MOBV			mobilizable	plasmid	2519.0	98.17399999999999	100.0	0.9073205914172376	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0109_000000009302	2852	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9636084359189704	PS470|PS848	0	0	True	True	1.0	58	rep_cluster_1683	MOBV			mobilizable	plasmid	2724.0	97.02600000000001	100.0	0.9808871258564731	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0060_000000010002	2852	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9635754646046011	PS470|PS848	0	0	True	True	1.0	30	rep_cluster_1683	MOBV			mobilizable	plasmid	2505.0	96.647	100.0	0.8997475658131987	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MON0095_000000010607	2852	0.973385121117862	4	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.966300190142448	PS470|PS848	0	0	True	True	0.9929873943328857	6	rep_cluster_1683	MOBV			mobilizable	plasmid	1636.0	93.949	100.0	0.5852252252252252	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0112_000000005941	2851	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9693926625226642	PS470|PS848	0	0	True	True	0.9978954792022705	22	rep_cluster_1683	MOBV			mobilizable	plasmid	2498.0	97.598	100.0	0.8997475658131987	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
CHI0186_000000006764	2851	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.969260283274296	PS470|PS848	0	0	True	True	1.0	39	rep_cluster_1683	MOBV			mobilizable	plasmid	2498.0	97.43799999999999	100.0	0.8997475658131987	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
CHI0052_000000005648	2851	0.973385121117862	4	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.963375790509625	PS470|PS848	0	0	True	True	1.0	76	rep_cluster_1683	MOBV			mobilizable	plasmid	2493.0	94.625	100.0	0.8951351351351351	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0182_000000012970	2851	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9680594510171291	PS470|PS848	0	0	True	True	1.0	37	rep_cluster_1683	MOBV			mobilizable	plasmid	2498.0	97.27799999999999	100.0	0.8997475658131987	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0288_000000010534	2851	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9639138335976295	PS470|PS848	0	0	True	True	1.0	63	rep_cluster_1683	MOBV			mobilizable	plasmid	2596.0	98.15100000000001	100.0	0.9347277316985214	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0153_000000009355	2851	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9605292936495722	PS470|PS848	0	0	True	True	1.0	24	rep_cluster_1683	MOBV			mobilizable	plasmid	2398.0	94.37	100.0	0.8612612612612612	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0179_000000006367	2851	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9689413359123826	PS470|PS848	0	0	True	True	1.0	529	rep_cluster_1683	MOBV			mobilizable	plasmid	2786.0	94.544	99.0	0.9996396396396396	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0348_000000004870	2851	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.952006786305435	PS470|PS848	0	0	True	True	1.0	8	rep_cluster_1683	MOBV			mobilizable	plasmid	1699.0	99.941	100.0	0.6118918918918919	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0118_000000010019	2851	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9524858348356946	PS470|PS848	0	0	True	True	1.0	47	rep_cluster_1683	MOBV			mobilizable	plasmid	1604.0	100.0	100.0	0.5776576576576576	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0145_000000006563	2851	0.973385121117862	4	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9658910049765164	PS470|PS848	0	0	True	True	0.9992985129356384	2	rep_cluster_1683	MOBV			mobilizable	plasmid	1857.0	93.538	100.0	0.6648648648648648	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0076_000000002732	2850	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9652803847268371	PS470|PS848	0	0	True	True	1.0	83	rep_cluster_1683	MOBV			mobilizable	plasmid	2507.0	96.171	100.0	0.8997475658131987	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MON0065_000000009101	2850	0.973385121117862	4	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9642941077588163	PS470|PS848	0	0	True	True	1.0	21	rep_cluster_1683	MOBV			mobilizable	plasmid	1857.0	94.292	100.0	0.6663063063063063	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
MAD0053_000000004189	2850	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9664902003468225	PS470|PS848	0	0	True	True	1.0	4	rep_cluster_1683	MOBV			mobilizable	plasmid	2566.0	97.428	99.0	0.9239091236927516	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MAD0013_000000008234	2849	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.966755580310034	PS470|PS848	0	0	True	True	1.0	18	rep_cluster_1683	MOBV			mobilizable	plasmid	1634.0	94.24700000000001	100.0	0.5852252252252252	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0333_000000007355	2848	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9664362635833966	PS470|PS848	0	0	True	True	1.0	115	rep_cluster_1683	MOBV			mobilizable	plasmid	2498.0	97.038	100.0	0.8997475658131987	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MAD0087_000000009829	2848	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9630233485127927	PS470|PS848	0	0	True	True	1.0	68	rep_cluster_1683	MOBV			mobilizable	plasmid	2269.0	94.62299999999999	99.0	0.8147747747747748	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0173_000000005841	2848	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9665471810880937	PS470|PS848	0	0	True	True	1.0	15	rep_cluster_1683	MOBV			mobilizable	plasmid	2498.0	97.038	100.0	0.8997475658131987	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
SPA0105_000000009286	2846	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9626446387378883	PS470|PS848	0	0	True	True	0.9996486306190491	30	rep_cluster_1683	MOBV			mobilizable	plasmid	2475.0	96.68700000000001	100.0	0.8882077172737107	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ENG0096_000000011743	2845	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9587905773111339	PS470|PS848	0	0	True	True	1.0	84	rep_cluster_1683	MOBV			mobilizable	plasmid	2565.0	97.38799999999999	100.0	0.9231878831590336	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
CHI0104_000000002807	2843	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9684970914129599	PS470|PS848	0	0	True	True	0.9978895783424377	16	rep_cluster_1683	MOBV			mobilizable	plasmid	2466.0	97.324	100.0	0.8882077172737107	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0169_000000007886	2842	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9609708399280134	PS470|PS848	0	0	True	True	1.0	10	rep_cluster_1683	MOBV			mobilizable	plasmid	2353.0	94.985	100.0	0.8457657657657658	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0072_000000008786	2840	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9638106821288663	PS470|PS848	0	0	True	True	0.9982394576072693	2	rep_cluster_1683	MOBV			mobilizable	plasmid	2478.0	97.014	100.0	0.8921745402091598	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0156_000000009087	2839	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9679986942466395	PS470|PS848	0	0	True	True	0.9989432692527771	21	rep_cluster_1683	MOBV			mobilizable	plasmid	2474.0	97.251	100.0	0.8910926794085827	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
SPA0009_000000012491	2836	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9614437248387694	PS470|PS848	0	0	True	True	1.0	175	rep_cluster_1683	MOBV			mobilizable	plasmid	2313.0	95.89299999999999	100.0	0.8324324324324325	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0064_000000007582	2834	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9524525018374567	PS470|PS848	0	0	True	True	0.9985885620117188	83	rep_cluster_1683	MOBV			mobilizable	plasmid	2336.0	99.95700000000001	100.0	0.8414414414414414	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0046_000000010372	2834	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.949298276583717	PS470|PS848	0	0	True	True	1.0	201	rep_cluster_1683	MOBV			mobilizable	plasmid	2584.0	99.92299999999999	100.0	0.9308108108108109	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
DEN0079_000000019085	2834	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9528569005853649	PS470|PS848	0	0	True	True	1.0	152	rep_cluster_1683	MOBV			mobilizable	plasmid	2349.0	100.0	100.0	0.8461261261261261	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0807_000000004727	2833	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.958894947458016	PS470|PS848	0	0	True	True	1.0	135	rep_cluster_1683	MOBV			mobilizable	plasmid	2467.0	96.271	100.0	0.8882077172737107	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
DEN0010_000000015695	2833	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9651426629632867	PS470|PS848	0	0	True	True	1.0	490	rep_cluster_1683	MOBV			mobilizable	plasmid	2521.0	97.818	100.0	0.9065993508835196	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0811_000000005021	2833	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9639931639517195	PS470|PS848	0	0	True	True	0.9925873875617981	8	rep_cluster_1683	MOBV			mobilizable	plasmid	1604.0	93.579	100.0	0.5736936936936937	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0302_000000004881	2833	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9646773239282417	PS470|PS848	0	0	True	True	1.0	4	rep_cluster_1683	MOBV			mobilizable	plasmid	2259.0	98.406	100.0	0.8135593220338984	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0335_000000006139	2833	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9660575453347605	PS470|PS848	0	0	True	True	1.0	25	rep_cluster_1683	MOBV			mobilizable	plasmid	2346.0	94.84200000000001	100.0	0.8421621621621621	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0014_000000007854	2833	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9642537908651188	PS470|PS848	0	0	True	True	1.0	30	rep_cluster_1683	MOBV			mobilizable	plasmid	2474.0	96.88799999999999	100.0	0.8882077172737107	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0077_000000010415	2832	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9666158461653516	PS470|PS848	0	0	True	True	1.0	2	rep_cluster_1683	MOBV			mobilizable	plasmid	2357.0	94.61200000000001	100.0	0.8461261261261261	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0139_000000009148	2831	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9644524059372444	PS470|PS848	0	0	False	True	0.9978805780410767	0	rep_cluster_1683	MOBV			mobilizable	plasmid	2333.0	97.0	100.0	0.8398846015146051	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0105_000000010813	2831	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.957274351210305	PS470|PS848	0	0	True	True	1.0	14	rep_cluster_1683	MOBV			mobilizable	plasmid	2371.0	96.204	100.0	0.853948791922106	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
CHI0137_000000005125	2831	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9645626005618468	PS470|PS848	0	0	True	True	1.0	45	rep_cluster_1683	MOBV			mobilizable	plasmid	1549.0	96.64299999999999	100.0	0.5575189325640101	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0087_000000011250	2831	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9644541419842646	PS470|PS848	0	0	True	True	0.9985870718955994	2	rep_cluster_1683	MOBV			mobilizable	plasmid	2552.0	97.022	99.0	0.9188604399567256	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
CHI0162_000000010637	2830	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9650746096457999	PS470|PS848	0	0	True	True	1.0	83	rep_cluster_1683	MOBV			mobilizable	plasmid	2338.0	96.065	100.0	0.8414414414414414	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0039_000000008520	2829	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9593326554540622	PS470|PS848	0	0	True	True	1.0	32	rep_cluster_1683	MOBV			mobilizable	plasmid	2578.0	96.625	100.0	0.9293184276956364	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
CHI0158_000000005799	2829	0.973385121117862	4	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9647218278213255	PS470|PS848	0	0	True	True	1.0	10	rep_cluster_1683	MOBV			mobilizable	plasmid	1600.0	97.31200000000001	100.0	0.57554994590696	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0383_000000004667	2829	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9629907757752374	PS470|PS848	0	0	True	True	0.9996465444564819	7	rep_cluster_1683	MOBV			mobilizable	plasmid	2654.0	96.571	100.0	0.9549224666426254	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0124_000000009509	2829	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.960413921843766	PS470|PS848	0	0	True	True	1.0	90	rep_cluster_1683	MOBV			mobilizable	plasmid	1441.0	96.947	100.0	0.5192931842769564	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0842_000000007536	2823	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9675189729176541	PS470|PS848	0	0	True	True	0.9992915391921997	9	rep_cluster_1683	MOBV			mobilizable	plasmid	2411.0	97.09700000000001	100.0	0.8683736025964659	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
SPA0117_000000013471	2823	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9503032247291199	PS470|PS848	0	0	True	True	1.0	79	rep_cluster_1683	MOBV			mobilizable	plasmid	2349.0	99.617	100.0	0.8428828828828829	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0126_000000014569	2823	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9489660959682399	PS470|PS848	0	0	True	True	0.9996457695960999	14	rep_cluster_1683	MOBV			mobilizable	plasmid	2567.0	99.61	100.0	0.9214414414414415	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0096_000000002283	2821	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9650337385443366	PS470|PS848	0	0	True	True	0.997873067855835	18	rep_cluster_1683	MOBV			mobilizable	plasmid	2340.0	95.897	100.0	0.8421621621621621	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0083_000000008838	2816	0.973385121117862	4	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9634060970748894	PS470|PS848	0	0	True	True	1.0	11	rep_cluster_1683	MOBV			mobilizable	plasmid	2476.0	94.992	100.0	0.8893693693693694	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0010_000000007735	2814	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9521404254051319	PS470|PS848	0	0	True	True	1.0	63	rep_cluster_1683	MOBV			mobilizable	plasmid	2775.0	99.964	99.0	0.9996396396396396	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0216_000000006663	2813	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.965149358915495	PS470|PS848	0	0	True	True	1.0	25	rep_cluster_1683	MOBV			mobilizable	plasmid	2247.0	98.398	100.0	0.8092318788315903	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
AST0150_000000009849	2813	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9632712075597775	PS470|PS848	0	0	True	True	1.0	27	rep_cluster_1683	MOBV			mobilizable	plasmid	2249.0	98.177	100.0	0.8092318788315903	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0781_000000009779	2812	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9628998770743067	PS470|PS848	0	0	True	True	1.0	95	rep_cluster_1683	MOBV			mobilizable	plasmid	2378.0	96.46799999999999	100.0	0.8543094121889651	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0119_000000011207	2812	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9624859098265063	PS470|PS848	0	0	True	True	1.0	22	rep_cluster_1683	MOBV			mobilizable	plasmid	2319.0	97.758	100.0	0.834954954954955	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ENG0082_000000007036	2811	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9691195153363044	PS470|PS848	0	0	True	True	1.0	11	rep_cluster_1683	MOBV			mobilizable	plasmid	2324.0	94.70700000000001	100.0	0.8342342342342343	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0127_000000006787	2811	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.967886887942197	PS470|PS848	0	0	True	True	0.9996442794799805	2	rep_cluster_1683	MOBV			mobilizable	plasmid	1674.0	97.611	100.0	0.6025964659213848	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
SPA0137_000000013009	2811	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9511357812248495	PS470|PS848	0	0	True	True	1.0	189	rep_cluster_1683	MOBV			mobilizable	plasmid	1527.0	99.804	100.0	0.54990990990991	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0075_000000006792	2811	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9681532108057552	PS470|PS848	0	0	True	True	0.9989327788352966	2	rep_cluster_1683	MOBV			mobilizable	plasmid	2268.0	95.01799999999999	99.0	0.8147747747747748	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
MAD0036_000000009851	2811	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9673856764026066	PS470|PS848	0	0	True	True	0.9992884993553162	11	rep_cluster_1683	MOBV			mobilizable	plasmid	2734.0	94.148	100.0	0.9809009009009009	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0125_000000005490	2811	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9502750940621809	PS470|PS848	0	0	True	True	0.9900391101837158	4	rep_cluster_1683	MOBV			mobilizable	plasmid	2325.0	99.95700000000001	100.0	0.8374774774774775	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0381_000000005749	2810	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9632439958644416	PS470|PS848	0	0	False	True	0.9996441006660461	0	rep_cluster_1683	MOBV			mobilizable	plasmid	2152.0	95.493	100.0	0.7747747747747747	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
MON0017_000000006959	2810	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9672938338132702	PS470|PS848	0	0	True	True	0.9992882609367371	9	rep_cluster_1683	MOBV			mobilizable	plasmid	2333.0	95.199	100.0	0.8374774774774775	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0010_000000006617	2810	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9592634093718054	PS470|PS848	0	0	True	True	1.0	3	rep_cluster_1683	MOBV			mobilizable	plasmid	2479.0	94.111	100.0	0.8893693693693694	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0164_000000008258	2809	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9642440153747518	PS470|PS848	0	0	False	True	0.9967960119247437	0	rep_cluster_1683	MOBV			mobilizable	plasmid	2152.0	95.02799999999999	100.0	0.7747747747747747	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0106_000000006938	2808	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9651942202306543	PS470|PS848	0	0	True	True	0.999643862247467	22	rep_cluster_1683	MOBV			mobilizable	plasmid	2598.0	93.764	100.0	0.9318918918918919	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0132_000000011205	2808	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9646221748229612	PS470|PS848	0	0	True	True	1.0	36	rep_cluster_1683	MOBV			mobilizable	plasmid	2331.0	94.98100000000001	100.0	0.8374774774774775	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
DEN0017_000000010742	2808	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9654472097446345	PS470|PS848	0	0	True	True	0.999643862247467	24	rep_cluster_1683	MOBV			mobilizable	plasmid	2416.0	96.896	100.0	0.869816083663902	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0131_000000010602	2808	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9640477126949349	PS470|PS848	0	0	True	True	1.0	78	rep_cluster_1683	MOBV			mobilizable	plasmid	2345.0	94.62700000000001	100.0	0.8418018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0279_000000007289	2806	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9604527790386308	PS470|PS848	0	0	True	True	1.0	57	rep_cluster_1683	MOBV			mobilizable	plasmid	2354.0	96.134	100.0	0.8461261261261261	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0062_000000012781	2800	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9624927946818388	PS470|PS848	0	0	True	True	0.9996428489685059	5	rep_cluster_1683	MOBV			mobilizable	plasmid	2360.0	96.441	100.0	0.847818247385503	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
USA0132_01_000000005966	2798	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9575991555310237	PS470|PS848	0	0	True	True	1.0	7	rep_cluster_1683	MOBV			mobilizable	plasmid	2377.0	97.181	100.0	0.855391272989542	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
AST0039_000000006180	2795	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9633092525977882	PS470|PS848	0	0	True	True	0.9989266395568848	10	rep_cluster_1683	MOBV			mobilizable	plasmid	2521.0	97.541	100.0	0.9055174900829427	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
CHI0003_000000003979	2767	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9650731553313668	PS470|PS848	0	0	True	True	1.0	8	rep_cluster_1683	MOBV			mobilizable	plasmid	2554.0	94.44	100.0	0.9163963963963964	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ENG0100_000000010841	2761	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9344494962795653	PS470|PS848	0	0	True	True	1.0	49	rep_cluster_1683	MOBV			mobilizable	plasmid	2151.0	99.675	100.0	0.7747747747747747	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ENG0091_000000008537	2756	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9442064795510967	PS470|PS848	0	0	True	True	0.9996371269226074	4	rep_cluster_1683	MOBV			mobilizable	plasmid	1455.0	100.0	100.0	0.5239639639639639	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
MON0062_000000014147	2746	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9585368353381124	PS470|PS848	0	0	True	True	1.0	1	rep_cluster_1683	MOBV			mobilizable	plasmid	1911.0	97.698	100.0	0.6880634691669671	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0062_000000010552	2739	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9444505109192627	PS470|PS848	0	0	True	True	0.9989047050476074	1	rep_cluster_1683	MOBV			mobilizable	plasmid	2742.0	96.93700000000001	100.0	0.988460151460512	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
DEN0073_000000019542	2622	0.973385121117862	4	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.6576579095512104	PS470|PS848	0	0	True	True	1.0	42	rep_cluster_1683				non-mobilizable	plasmid	1508.0	98.60700000000001	99.0	0.5398198198198199	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0206_000000009906	2619	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.8959866555979588	PS470|PS848	0	0	True	True	0.9988545179367065	2	rep_cluster_1683	MOBV			mobilizable	plasmid	2337.0	97.775	100.0	0.8414414414414414	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0026_000000011637	2609	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.8628325155219574	PS470|PS848	0	0	False	True	0.9980835318565369	0	rep_cluster_1683	MOBV			mobilizable	plasmid	2269.0	97.26799999999999	100.0	0.8169369369369369	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0020_000000008637	2601	0.973385121117862	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.8456759362846348	PS470|PS848	0	0	False	True	0.9846212863922119	0	rep_cluster_1683				non-mobilizable	plasmid	2159.0	96.758	99.0	0.7782185358817165	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MAD0046_000000009915	2548	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.026049460072952255	PS470|PS848	0	0	True	True	0.9752747416496277	1	rep_cluster_1683				non-mobilizable	plasmid	2487.0	94.25	97.0	0.8926126126126126	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
MAD0042_000000008842	2535	0.973385121117862	3	2	1	2	0	True	89961	backbone	True	MAD0042_000000008842	1.0	PS470	2	1	True	True	1.0	2	rep_cluster_1683				non-mobilizable	plasmid	1282.0	93.994	97.0	0.4601514605120808	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0086_000000011296	2374	0.973385121117862	2	2	1	2	0	True	121071	fragment	False	ISR0086_000000011296	0.9675969981694998		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1877.0	95.471	100.0	0.6756756756756757	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
MAD0015_000000008208	2369	0.973385121117862	2	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.01950217264815612	PS470|PS848	0	0	False	True	0.9995778799057007	0	rep_cluster_1683	MOBV			mobilizable	plasmid	2245.0	94.92200000000001	100.0	0.8068468468468468	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0096_000000015501	2312	0.973385121117862	2	2	1	2	0	True	121071	fragment	False	ISR0086_000000011296	0.9619177455638185		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1818.0	95.05	100.0	0.6544144144144144	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0021_000000022530	2150	0.973385121117862	2	2	1	2	0	True	121071	fragment	False	ISR0086_000000011296	0.9069237952209107		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1818.0	94.994	100.0	0.6544144144144144	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
AST0089_000000009107	2415	0.9733834336657547	5	3	2	1	3	False	115047	maximal	True	AST0089_000000009107	1.0		0	0	False	False	0.9884058237075806	0					non-mobilizable	no_good_hit	784.0	100.0	32.0	0.01024641113888271	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	True	False
ISR0154_000000008849	2506	0.9733833378191866	4	4	4	4	2	False	54587	fragment	False	ISR0154_000000008849	1.0		0	0	False	False	0.9952114820480347	0					non-mobilizable	other	2508.0	96.45100000000001	100.0	0.0019034048616575572	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	False	False
AST0029_000000010677	2848	0.9733822729625768	2	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9663430385916849	PS470|PS848	0	0	True	True	0.9996488690376282	12	rep_cluster_1683	MOBV			mobilizable	plasmid	2464.0	99.71600000000001	100.0	0.8882077172737107	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
SPA0035_000000002004	7070	0.9733800267748749	7	7	7	6	4	False	7127	maximal	True	SPA0035_000000002004	1.0		2	1	False	False	0.9956153035163879	0					non-mobilizable	no_good_hit	2129.0	93.706	30.0	0.00032306701532947664	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
MAD0041_000000003943	6306	0.973375118596452	10	10	3	7	10	True	98323	fragment	False	MAD0041_000000003943	1.0		0	0	False	False	1.0	0	rep_cluster_2244				non-mobilizable	plasmid	6308.0	98.52600000000001	100.0	0.053817666734930714	CP029744.1	enterobacteria	Escherichia coli strain AR_0085 plasmid unnamed3, complete sequence	False	True
SPA0009_000000009918	3523	0.9733689738994156	5	4	4	4	3	False	97112	maximal	True	SPA0009_000000009918	1.0	PS521	4	1	False	True	0.9977291822433472	0					non-mobilizable	no_good_hit	1801.0	79.178	51.0	0.0022397371506680964	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
USA0005_01_000000017309	1868	0.9733663675817706	3	3	2	3	2	False	92755	fragment	False	USA0005_01_000000017309	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1794.0	99.666	96.0	0.0019233698555488094	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
TAN0005_000000008640	1976	0.9733661017857456	4	2	2	1	2	False	2929	maximal	True	TAN0005_000000008640	1.0		0	0	False	False	0.9610323905944824	0					non-mobilizable	no_good_hit	111.0	94.595	7.0	3.881594431958649e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0070_000000003128	6083	0.9733633860015308	7	7	3	3	6	False	122891	fragment	False	ISR0070_000000003128	1.0		0	0	False	False	0.9998356103897095	0					non-mobilizable	no_good_hit	1592.0	85.302	47.0	0.0005345115026000215	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0025_01_000000004207	4142	0.9733630780437372	4	4	3	2	2	True	96476	fragment	False	USA0025_01_000000004207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2431.0	99.34200000000001	71.0	0.22102965253774787	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
MON0061_000000009723	4264	0.9733604037234848	8	4	4	3	2	False	121526	fragment	False	MON0061_000000009723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	76.291	10.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ISR0206_000000001777	11694	0.9733533217649022	17	12	6	10	8	True	106137	maximal	True	ISR0206_000000001777	1.0		1	1	False	False	0.9998289942741394	0					non-mobilizable	no_good_hit	7090.0	92.666	73.0	0.002224034258196635	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ENG0087_000000002556	10387	0.9733526098994192	12	6	4	5	4	False	117691	fragment	False	ENG0087_000000002556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3689.0	99.322	45.0	0.011402293447469661	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0089_000000002086	7743	0.9733503615417676	7	7	2	2	7	True	98067	fragment	False	MAD0089_000000002086	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7743.0	99.85799999999999	100.0	0.08326700940007313	CP030285.1	enterobacteria	Escherichia coli strain E308 plasmid pLKSZ04, complete sequence	False	True
ISR0317_000000020068	1175	0.9733466858470264	4	2	1	2	2	False	25138	maximal	True	ISR0317_000000020068	1.0		0	0	False	False	0.988936185836792	0					non-mobilizable	no_good_hit	924.0	91.34200000000001	79.0	0.01725880723297518	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
ISR0083_000000000500	30440	0.973342767695254	35	20	13	19	15	True	128726	maximal	True	ISR0083_000000000500	1.0	PS1047	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4987.0	96.19	44.0	0.21623850026037147	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0017_000000002821	11431	0.9733417209571544	13	9	4	8	6	True	125326	fragment	False	ISR0017_000000002821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2255.0	77.517	28.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0062_000000002148	9165	0.9733393767980068	15	12	9	12	10	False	132200	fragment	False	ENG0181_000000001954	0.4445078578162582		0	0	False	False	1.0	0					non-mobilizable	other	9165.0	99.92399999999999	100.0	0.19015998837957296	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
DEN0096_000000019116	2326	0.9733380250321184	5	5	1	2	5	False	86781	maximal	True	DEN0096_000000019116	1.0		0	0	False	False	0.9931212663650513	0					non-mobilizable	no_good_hit	872.0	99.427	76.0	0.3757549611734254	CP039276.1	enterobacteria	Salmonella enterica subsp. enterica serovar Senftenberg str. CFSAN004025 plasmid pCFSAN004025.6, complete sequence	True	False
ENG0137_000000005632	3077	0.9733346569918984	5	5	2	3	3	True	57994	maximal	True	ENG0137_000000005632	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	3077.0	99.74	100.0	0.06196241161895937	CP033377.1	firmicutes	Enterococcus faecium strain Gr17 plasmid pGR17, complete sequence	False	True
CHI0129_000000002616	7086	0.973333651079159	8	7	4	5	6	False	83973	fragment	False	CHI0129_000000002616	1.0		0	0	False	False	0.9985887408256531	0					non-mobilizable	chromosome	4474.0	98.927	99.0	0.0010184015808106094	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MON0104_000000004488	7668	0.9733323026822892	12	8	3	4	7	True	123826	backbone	False	ISR0183_000000005642	0.4352082303439307	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	66.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
MON0063_000000003551	7468	0.9733323026822892	12	8	3	4	7	True	123826	backbone	False	ISR0183_000000005642	0.32223608579562296	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	68.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
MON0045_000000003316	7467	0.9733323026822892	12	8	3	4	7	True	123826	backbone	False	ISR0183_000000005642	0.32219104608487675	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.896	68.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
MON0095_000000003471	7340	0.9733323026822892	12	8	3	4	7	True	123826	backbone	False	ISR0183_000000005642	0.32105951868918164	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	69.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
MON0071_000000001541	7203	0.9733323026822892	11	8	3	4	7	True	123826	backbone	False	ISR0183_000000005642	0.31189843833716707	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	70.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
DEN0021_000000004705	6246	0.9733312639653912	8	5	3	5	4	False	76957	maximal	True	DEN0021_000000004705	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	3.0	0.000819982985353054	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
ENG0140_000000000862	16043	0.973330757786237	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9616698958358755	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16054.0	98.46799999999999	100.0	0.3144050022541506	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0044_000000001181	15843	0.973330757786237	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.959435166139612	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15854.0	98.556	100.0	0.31048474038065743	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CAN0005_000000001177	15824	0.973330757786237	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9382628169168986	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	15784.0	98.302	99.0	0.30905384479683246	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0034_000000006453	5365	0.9733301121396504	6	3	3	2	3	False	7169	maximal	True	SPA0034_000000006453	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	72.632	10.0	0.0012845808708349313	NZ_SMCQ01000001.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_101, whole genome shotgun sequence	True	False
AST0031_000000006428	4528	0.9733206169293585	6	5	0	3	4	True	120510	maximal	True	AST0031_000000006428	0.9996450532666975		22	6	True	True	1.0	172	rep_cluster_321	MOBT			mobilizable	plasmid	3516.0	100.0	100.0	0.7900651831872331	AY312235.1	firmicutes	Streptococcus thermophilus plasmid pSMQ173b, complete sequence	False	True
AST0062_000000003791	4528	0.9733206169293585	6	5	0	3	4	True	120510	maximal	False	AST0031_000000006428	0.9996450532666975		0	0	True	True	0.9995583295822144	42	rep_cluster_321	MOBT			mobilizable	plasmid	3516.0	100.0	100.0	0.7900651831872331	AY312235.1	firmicutes	Streptococcus thermophilus plasmid pSMQ173b, complete sequence	False	True
USA0133_01_000000003836	7568	0.9733158151253586	7	7	5	4	6	True	59076	fragment	False	USA0133_01_000000003836	0.9947255447566314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	82.723	13.0	0.019472823865958316	NZ_QSFT01000028.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf28, whole genome shotgun sequence	True	True
SPA0104_000000004258	7346	0.9733158151253586	7	7	5	4	6	True	59076	fragment	False	USA0133_01_000000003836	0.9787810537216349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	82.575	14.0	0.02106661217817736	NZ_QSFT01000028.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf28, whole genome shotgun sequence	True	True
AST0062_000000002056	7811	0.9733131678181741	12	8	7	8	5	False	122379	fragment	False	AST0062_000000002056	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	7402.0	98.514	95.0	0.3374840357598978	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
ENG0062_000000008187	3059	0.9733122401468002	5	5	3	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4627803916704562	PS1090	0	0	True	True	0.999673068523407	25					non-mobilizable	other	1885.0	87.79799999999999	99.0	0.6218291054739653	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0203_000000013555	1331	0.9733101232268174	2	1	1	1	1	False	93078	fragment	False	DEN0005_000000028751	0.9326835023950409		0	0	False	False	0.9992486834526062	0					non-mobilizable	other	1260.0	96.27	95.0	0.004503939153790158	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ENG0183_000000026900	1169	0.9733101232268174	1	1	1	1	1	False	93074	fragment	False	MON0061_000000040374	0.9316336172427349		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	95.09	99.0	0.004159689027385814	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ETH0002_000000010850	2485	0.9733091425407978	3	3	1	3	0	True	53350	maximal	True	ETH0002_000000010850	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	98.93799999999999	19.0	0.0001096518855924888	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
FIJ0066_000000013244	2429	0.973308932493684	3	2	2	2	1	False	45339	fragment	False	FIJ0066_000000013244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	77.273	7.0	0.000575237819750051	NZ_LXYE02000012.1	CFB group bacteria	Labilibacter marinus strain Y11 contig12, whole genome shotgun sequence	True	False
CHI0034_000000006481	2465	0.9733026482549704	4	4	3	4	4	False	92124	fragment	False	ENG0115_000000006812	0.6294780625191606		0	0	False	False	1.0	0					non-mobilizable	other	2465.0	98.09299999999999	100.0	0.009852059176329468	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
USA0007_01_000000002935	6556	0.9733025288553544	6	4	4	4	4	True	98824	fragment	False	USA0007_01_000000002935	1.0		0	0	False	True	0.9998474717140198	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	7.487585280054914e-06	CP046954.1	g-proteobacteria	Aeromonas hydrophila strain HX-3 chromosome, complete genome	True	True
ENG0060_000000002532	8836	0.9732984251401282	6	2	2	2	0	True	87789	maximal	True	ENG0060_000000002532	1.0	PS452	4	4	True	True	1.0	25					non-mobilizable	no_good_hit	224.0	88.839	2.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
FIJ0144_000000007035	4483	0.9732984251401282	4	2	2	2	0	True	88681	maximal	True	FIJ0144_000000007035	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	304.0	85.52600000000001	7.0	0.10517120894479386	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
FIJ0172_000000005656	4445	0.9732984251401282	5	2	2	2	0	True	88678	maximal	False	MAD0045_000000007798	0.9992794929435459		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	145.0	78.62100000000001	3.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
SPA0029_000000005513	4434	0.9732984251401282	4	2	2	2	0	True	88678	maximal	False	MAD0045_000000007798	0.9992999547072201		0	0	True	True	0.9997744560241699	25					non-mobilizable	no_good_hit	145.0	78.62100000000001	3.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
FIJ0141_000000006410	4432	0.9732984251401282	4	2	2	2	0	True	88678	maximal	False	MAD0045_000000007798	0.9988772388666525		0	0	True	True	0.9993231296539307	2					non-mobilizable	no_good_hit	145.0	78.62100000000001	3.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
SPA0062_000000007297	4426	0.9732984251401282	4	2	2	2	0	True	88678	maximal	False	MAD0045_000000007798	0.9989985218002168		0	0	True	True	1.0	44					non-mobilizable	no_good_hit	145.0	78.62100000000001	3.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
MAD0045_000000007798	4423	0.9732984251401282	5	2	2	2	0	True	88678	maximal	True	MAD0045_000000007798	0.9994260549691728		17	5	True	True	1.0	4					non-mobilizable	no_good_hit	145.0	78.62100000000001	3.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
SPA0058_000000006674	4402	0.9732984251401282	4	2	2	2	0	True	88678	maximal	False	MAD0045_000000007798	0.997791497283925		0	0	True	True	0.9993184804916382	16					non-mobilizable	no_good_hit	145.0	78.62100000000001	3.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
ISR0799_000000003159	4379	0.9732984251401282	4	2	2	2	0	True	88678	maximal	False	MAD0045_000000007798	0.995956121447089		0	0	True	True	0.9974880218505859	11					non-mobilizable	no_good_hit	145.0	78.62100000000001	3.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
ISR0381_000000003584	4273	0.9732984251401282	4	2	2	2	0	True	88678	maximal	False	MAD0045_000000007798	0.9802310673837632		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	3.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
MAD0047_000000009088	4225	0.9732984251401282	5	2	2	2	0	True	67456	backbone	False	ISR0016_000000004888	0.9047713949581253	PS312	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	764.0	73.822	18.0	0.16498020237571492	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0362_000000005528	4090	0.9732984251401282	4	2	2	2	0	True	88680	fragment	False	ISR0362_000000005528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	351.0	85.47	9.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ENG0069_000000005585	3773	0.9732984251401282	5	2	2	2	0	True	62498	maximal	True	ENG0069_000000005585	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	94.059	7.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0087_01_000000004054	3544	0.9732984251401282	4	2	2	2	0	True	88675	fragment	False	USA0087_01_000000004054	1.0		0	0	False	False	0.9997178316116333	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	4.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
ENG0065_000000009178	3085	0.9732984251401282	3	2	2	2	0	True	62866	fragment	False	ENG0065_000000009178	1.0		0	0	False	False	0.9983792304992676	0					non-mobilizable	no_good_hit	333.0	85.285	11.0	0.11530398322851153	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
SPA0125_000000011518	3076	0.9732984251401282	5	2	2	2	0	True	4025	maximal	True	SPA0125_000000011518	1.0		1	1	False	False	0.9973992109298706	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.7457322588810684e-05	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	True
USA0121_01_000000015793	2937	0.9732984251401282	2	2	2	2	0	True	186	maximal	True	USA0121_01_000000015793	1.0		1	1	False	False	0.9945522546768188	0					non-mobilizable	no_good_hit	575.0	80.17399999999999	19.0	0.18579414666228214	HG796359.1	bacteria	Uncultured bacterium plasmid pRGI00727	True	True
ISR0374_000000006665	2405	0.9732984251401282	3	2	2	2	0	True	76756	fragment	False	ISR0374_000000006665	1.0		0	0	False	False	0.9900208115577698	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	6.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
MON0005_000000004498	8377	0.9732946147921764	7	5	5	3	3	False	40553	maximal	True	MON0005_000000004498	1.0		3	3	False	False	0.9998806118965149	0					non-mobilizable	no_good_hit	3233.0	78.781	38.0	0.09659671697432505	NZ_FMML01000041.1	CFB group bacteria	Tannerella forsythia strain UB22 isolate UB22, whole genome shotgun sequence	True	False
ENG0099_000000000850	19803	0.973289121422094	24	15	10	13	8	True	68008	maximal	True	ENG0099_000000000850	1.0		1	1	False	False	0.9999495148658752	0					non-mobilizable	no_good_hit	2090.0	81.818	24.0	0.020527303209324606	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0076_000000002150	10548	0.9732849916253308	14	12	7	9	7	True	34600	fragment	False	ISR0076_000000002150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	78.325	8.0	0.024397626831335513	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
CAN0008_000000007809	3657	0.9732813472032774	4	4	3	4	3	False	125859	fragment	False	CAN0008_000000007809	1.0		0	0	False	False	0.995624840259552	0					non-mobilizable	no_good_hit	1830.0	94.863	50.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0023_000000004528	3804	0.9732794011370746	4	2	2	2	2	False	129680	fragment	False	ENG0023_000000004528	1.0		0	0	False	True	0.9994742274284363	0					non-mobilizable	no_good_hit	1800.0	98.944	87.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0316_000000006912	2770	0.9732794011370746	3	2	2	2	2	False	129712	maximal	True	ISR0316_000000006912	1.0	PS1061	0	0	False	True	0.9815884232521057	0					non-mobilizable	no_good_hit	2377.0	90.40799999999999	86.0	0.00968927361071414	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0170_000000004341	2748	0.9732794011370746	5	2	2	2	2	False	129740	fragment	False	AUS0014_000000010654	0.9621159217877095		0	0	False	True	0.9992722272872925	0					non-mobilizable	chromosome	1742.0	99.426	100.0	0.0004665589016544216	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0083_000000015609	2278	0.9732794011370746	3	2	2	2	2	False	129626	fragment	False	FIJ0083_000000015609	1.0		0	0	False	True	0.9986830353736877	0					non-mobilizable	chromosome	1741.0	99.13799999999999	100.0	0.00046629091836800324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0134_000000013111	2090	0.9732794011370746	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5901452194027071	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1804.0	98.78	93.0	0.0004829058821259436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0094_000000009821	2059	0.9732794011370746	2	2	2	2	2	False	129624	maximal	True	FIJ0094_000000009821	1.0	PS1061	0	0	False	True	0.9932006001472473	0					non-mobilizable	chromosome	1996.0	99.399	99.0	0.0005346266564046934	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ITA0008_000000000780	2034	0.9732794011370746	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5836239327075604	PS1061	0	0	False	True	0.9995083808898926	0					non-mobilizable	chromosome	1801.0	99.223	99.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0398_000000012196	1892	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5320395306578894	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1728.0	99.24799999999999	98.0	0.00046280713564456413	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0131_000000009792	1892	0.9732794011370746	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5253395870569142	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1702.0	99.354	90.0	0.0004558395701976859	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0248_000000002245	1882	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5820774442256604	PS1061	0	0	False	True	0.9978746175765991	0					non-mobilizable	chromosome	1803.0	99.113	100.0	0.00048263789883952517	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0129_000000005923	1868	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5871380309352561	PS1061	0	0	False	True	0.9994646906852722	0					non-mobilizable	chromosome	1806.0	98.726	97.0	0.00048370983198519875	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0325_000000011210	1832	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5784892961475654	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1801.0	99.056	98.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0081_000000006993	1819	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5785169838192172	PS1061	0	0	False	True	0.9928532242774963	0					non-mobilizable	chromosome	1805.0	99.22399999999999	99.0	0.000483173865412362	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0156_000000010549	1807	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5812942403935265	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1804.0	99.00200000000001	99.0	0.0004829058821259436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0089_000000021155	1806	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5784261696155767	PS1061	0	0	False	True	0.998892605304718	0					non-mobilizable	chromosome	1800.0	99.27799999999999	99.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0054_000000015008	1795	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5532283898091436	PS1061	0	0	False	True	0.9899721741676331	0					non-mobilizable	chromosome	1738.0	99.25200000000001	100.0	0.00046548696850874806	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0153_000000016899	1771	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.47534804609125964	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1672.0	99.462	100.0	0.00044780007160513414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0109_000000020351	1765	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5675014390768492	PS1061	0	0	False	True	0.9813030958175659	0					non-mobilizable	chromosome	1765.0	99.09299999999999	100.0	0.0004727225172420446	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0037_000000013266	1750	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5622670632223808	PS1061	0	0	False	True	0.99657142162323	0					non-mobilizable	chromosome	1750.0	99.257	100.0	0.00046870276794576876	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0005_000000008702	1726	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5353024225621229	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1726.0	99.131	100.0	0.0004622711690717273	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0329_000000009462	1712	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5298205067596192	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1712.0	99.241	100.0	0.00045851940306186986	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0008_000000007570	1704	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5294872795968106	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1704.0	98.885	100.0	0.0004563755367705227	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0174_000000011565	1704	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5320587871710372	PS1061	0	0	False	True	0.9994131326675415	0					non-mobilizable	chromosome	1702.0	99.471	100.0	0.0004558395701976859	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0846_000000006198	1701	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5082904015935451	PS1061	0	0	False	True	0.9923574328422546	0					non-mobilizable	chromosome	1701.0	99.001	100.0	0.0004553036036248491	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AST0108_000000016742	1700	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5246424763632612	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1700.0	99.294	100.0	0.0004553036036248491	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0269_000000011207	1700	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5374047969748029	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1700.0	99.059	100.0	0.0004553036036248491	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0075_000000015800	1683	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4811498474240315	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1683.0	99.64299999999999	100.0	0.0004507478877557365	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0012_000000013954	1675	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.47123301874588347	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1671.0	99.581	99.0	0.00044753208831871573	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0033_000000018806	1671	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4705939655971167	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1671.0	99.581	100.0	0.9994015559545183	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
SPA0123_000000005079	1671	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4705199611086122	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1671.0	99.461	100.0	0.9994015559545183	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
USA0080_01_000000025398	1666	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4655656536144266	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1666.0	99.46	100.0	0.0004461921718866238	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AST0089_000000014137	1634	0.9732794011370746	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4502680436362616	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1634.0	99.572	100.0	0.00043761670672123524	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0086_000000001868	7949	0.97327777244729	8	4	3	4	2	True	124884	fragment	False	SPA0086_000000001868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	74.408	3.0	0.00025098933660837867	NZ_BDME01000001.1	e-proteobacteria	Lebetimonas natsushimae strain HS1857, whole genome shotgun sequence	True	True
SPA0085_000000001762	7940	0.97327777244729	8	4	3	4	2	True	124884	fragment	False	SPA0086_000000001868	0.9994338910554788		0	0	False	False	0.9994962215423584	0					non-mobilizable	no_good_hit	211.0	74.408	3.0	0.00025098933660837867	NZ_BDME01000001.1	e-proteobacteria	Lebetimonas natsushimae strain HS1857, whole genome shotgun sequence	True	True
ISR0347_000000010938	2070	0.9732688969529448	3	3	3	2	2	False	131461	maximal	True	ISR0347_000000010938	1.0		1	1	False	False	0.9801932573318481	0					non-mobilizable	no_good_hit	1807.0	78.141	86.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0009_000000002282	5621	0.9732663820689504	5	5	5	5	4	False	125051	fragment	False	ISR0847_000000004306	0.8265065377646662		0	0	False	False	0.9980430603027344	0					non-mobilizable	other	5621.0	99.12799999999999	100.0	0.02031947125987953	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0201_000000000870	12134	0.9732634777388824	19	9	4	9	4	False	118021	backbone	True	ENG0201_000000000870	1.0	PS797	2	2	True	True	1.0	4					non-mobilizable	no_good_hit	3047.0	98.031	78.0	0.2562032130540836	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
SPA0045_000000006648	4129	0.9732607189298128	4	4	3	3	4	False	6766	maximal	True	SPA0045_000000006648	1.0		0	0	False	False	0.9995155930519104	0					non-mobilizable	no_good_hit	2935.0	97.479	78.0	0.0007683689679500576	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0109_000000008570	2887	0.9732522945205224	5	3	3	3	3	False	104005	fragment	False	ENG0109_000000008570	0.9867127775755369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	83.165	27.0	0.037918573837629484	NZ_CBVI010000123.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0047_000000001426	8886	0.97325204429386	16	5	2	5	4	False	64376	maximal	True	ENG0047_000000001426	1.0		1	1	False	False	0.9962862730026245	0					non-mobilizable	no_good_hit	195.0	75.385	2.0	0.0005704642862476292	NZ_FQXJ01000007.1	firmicutes	Desulfosporosinus lacus DSM 15449, whole genome shotgun sequence	True	False
USA0031_01_000000016876	1620	0.9732516397584928	3	2	2	2	2	False	1526	fragment	False	USA0031_01_000000016876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	81.579	7.0	0.003820178729790572	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0354_000000004486	4139	0.9732506243636654	6	4	3	3	4	False	24002	maximal	True	ISR0354_000000004486	1.0		1	1	False	False	0.9968591332435608	0					non-mobilizable	no_good_hit	2031.0	87.986	49.0	0.08284241531664212	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0102_000000004913	5055	0.9732383555410536	8	2	2	2	1	True	60403	maximal	True	ENG0102_000000004913	1.0		1	1	False	False	0.9998021721839905	0					non-mobilizable	no_good_hit	948.0	82.27799999999999	19.0	0.2074269391342562	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
CHI0055_000000001427	9067	0.973237069840582	11	6	3	4	5	True	104973	maximal	True	CHI0055_000000001427	1.0	PS624	2	2	True	True	0.9998897314071655	19					non-mobilizable	no_good_hit	4983.0	98.194	81.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0153_000000016828	1780	0.9732364399410859	2	2	1	2	1	False	57087	fragment	False	ENG0153_000000016828	1.0		0	0	False	False	0.9904494285583496	0					non-mobilizable	other	1780.0	98.708	100.0	0.012309036566506937	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
ENG0107_000000001414	15568	0.9732345826348876	19	18	5	7	18	False	89696	maximal	True	ENG0107_000000001414	1.0		1	1	False	False	0.9999357461929321	0		MOBP			mobilizable	plasmid	11380.0	96.819	95.0	0.19776236450454845	CP043017.1	enterobacteria	Escherichia coli strain 388808_gen plasmid unnamed2, complete sequence	False	True
MAD0002_000000016638	2311	0.9732269073086666	4	3	2	2	1	False	49606	fragment	False	MAD0002_000000016638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	75.875	11.0	8.046514533898546e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0323_000000013827	1569	0.9732223702350952	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.21570590406993428		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	78.571	99.0	0.02187918340026774	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0002_000000003495	4639	0.9732197507350582	4	3	2	2	3	False	96975	maximal	True	CAN0002_000000003495	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3433.0	86.572	74.0	0.05600117622073743	NZ_MIEH01000012.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_12, whole genome shotgun sequence	True	False
USA0082_01_000000022565	1317	0.9732161022740428	2	2	1	2	1	False	518	fragment	False	USA0082_01_000000022565	1.0		0	0	False	False	0.9984813928604126	0					non-mobilizable	other	1317.0	98.102	100.0	0.0007871453658910055	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
SPA0042_000000009984	3114	0.9732138572364434	3	1	1	1	1	False	6860	maximal	True	SPA0042_000000009984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	99.846	21.0	0.004026704058967327	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ENG0177_000000002552	8905	0.9732114749483549	6	4	4	4	3	False	100282	fragment	False	ENG0188_000000002574	0.965677966101695		0	0	False	False	0.9995508193969727	0					non-mobilizable	no_good_hit	889.0	77.053	10.0	0.0031476314162912256	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
ISR0170_000000029635	1585	0.9732092116675864	3	2	2	2	1	False	45779	fragment	False	ISR0170_000000029635	1.0		0	0	False	False	0.9993690848350525	0					non-mobilizable	no_good_hit	1381.0	80.377	86.0	0.0005995971484254614	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
MON0051_000000027801	1322	0.9732092116675864	3	2	2	2	1	False	45778	fragment	False	MON0077_000000030443	0.6272053034480768		0	0	False	False	1.0	0					non-mobilizable	chromosome	1317.0	81.321	98.0	0.0005548597178276771	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0840_000000000347	20741	0.9732063447670684	28	11	3	4	6	False	73524	maximal	True	ISR0840_000000000347	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1874.0	75.4	9.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
ISR0837_000000002086	4285	0.9732030033335292	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.7807398958796075	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	2720.0	96.838	63.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ETH0001_000000009878	2841	0.9731995948251824	3	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9621175624552516	PS470|PS848	0	0	True	True	1.0	96	rep_cluster_1683	MOBV			mobilizable	plasmid	1916.0	97.234	100.0	0.6898665705012622	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0093_000000007160	2832	0.9731995948251824	3	2	1	2	1	True	121072	backbone	False	CHI0144_000000005158	0.9645385305004304	PS470|PS848	0	0	True	True	1.0	2	rep_cluster_1683	MOBV			mobilizable	plasmid	1937.0	97.625	100.0	0.6970789758384421	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0180_000000010718	2141	0.9731995948251824	2	2	1	2	1	True	121070	fragment	False	ISR0180_000000010718	1.0		0	0	False	False	0.9943951368331909	0		MOBV			mobilizable	plasmid	1868.0	96.09200000000001	100.0	0.6718355571583123	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
SPA0009_000000006984	4854	0.9731991799477068	8	7	5	5	3	False	73973	maximal	True	SPA0009_000000006984	1.0		8	3	True	True	1.0	31					non-mobilizable	no_good_hit	91.0	85.714	2.0	3.0159761052438572e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
SPA0121_000000002405	6224	0.9731984333426466	8	7	5	6	6	False	4144	maximal	True	SPA0121_000000002405	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	74.505	14.0	0.0209314880251276	NZ_WNAJ01000029.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold29_size40752, whole genome shotgun sequence	True	False
ENG0123_000000001563	7238	0.9731971963223026	8	5	4	5	4	False	119420	maximal	True	ENG0123_000000001563	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1817.0	97.523	25.0	0.0005264248764742288	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
AST0055_000000003694	7677	0.9731945946110562	9	9	7	7	9	False	113982	fragment	False	ENG0181_000000002617	0.8167680723765075		0	0	False	False	1.0	0					non-mobilizable	other	7677.0	100.0	100.0	0.008755770356082443	LM995865.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-22_contig-0.0_1_876679_[organism:Escherichia	False	False
CHI0061_000000000857	5501	0.97319145352043	7	4	1	3	2	False	85676	maximal	True	CHI0061_000000000857	1.0		2	1	False	False	0.9990910887718201	0					non-mobilizable	no_good_hit	259.0	78.764	5.0	0.0020538048154822787	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MAD0101_000000016851	1701	0.9731856909049924	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.43998745350448215		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	78.274	95.0	0.022604306113342257	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0104_000000025870	1759	0.9731852928659648	3	2	2	2	2	False	94084	fragment	False	SPA0062_000000015646	0.563392549063433		0	0	False	False	1.0	0					non-mobilizable	chromosome	1759.0	97.32799999999999	100.0	0.0007235758898089051	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0130_000000017115	1207	0.9731845970800862	2	2	2	1	1	False	40864	maximal	True	FIJ0130_000000017115	1.0		0	0	False	False	0.9751449823379517	0					non-mobilizable	other	1160.0	75.60300000000001	95.0	0.0013995046586838529	NZ_JH992943.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.4, whole genome shotgun sequence	False	False
SPA0034_000000006103	5649	0.9731836324048868	6	5	4	4	4	False	122660	fragment	False	SPA0034_000000006103	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4569.0	99.978	100.0	0.0020384876099848407	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0393_000000007425	2362	0.9731817948443476	4	4	4	4	3	False	127437	fragment	False	ISR0393_000000007425	1.0		0	0	False	True	0.9872989058494568	0					non-mobilizable	no_good_hit	1226.0	99.51100000000001	78.0	0.0005591932279645915	CP033165.1	firmicutes	Streptococcus dysgalactiae subsp. dysgalactiae strain DB60705-15 chromosome	True	True
ISR0785_000000033017	1178	0.9731788786198241	1	1	1	1	1	False	58758	fragment	False	ENG0173_000000013071	0.8073464393099792		0	0	False	False	1.0	0					non-mobilizable	chromosome	1134.0	97.354	96.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ISR0194_000000025669	1105	0.9731788786198241	1	1	1	1	1	False	58758	fragment	False	ENG0173_000000013071	0.27273829735629396		0	0	False	False	1.0	0					non-mobilizable	chromosome	1049.0	97.712	95.0	0.00035294608950551176	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
MON0033_000000023256	2773	0.9731788568447388	3	3	2	3	2	False	12330	maximal	True	MON0033_000000023256	1.0		2	2	False	False	0.9895420074462891	0					non-mobilizable	no_good_hit								True	False
ISR0232_000000016005	1773	0.9731788220637471	2	2	2	2	2	False	27440	fragment	False	ISR0232_000000016005	1.0		0	0	False	False	0.9915397763252258	0					non-mobilizable	no_good_hit								True	False
CHI0005_000000000959	12065	0.9731780095368252	16	11	9	8	9	True	129452	maximal	True	CHI0005_000000000959	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	8419.0	97.803	75.0	0.0026951588645174347	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
SPA0137_000000028258	1307	0.9731755414860472	1	1	1	1	1	False	3550	fragment	False	SPA0137_000000028258	1.0		0	0	False	False	0.9938791394233704	0					non-mobilizable	other	1221.0	94.676	100.0	0.0005600137341073151	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
MAD0101_000000024349	1193	0.9731755414860472	1	1	1	1	1	False	15064	fragment	False	MAD0101_000000024349	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	96.56299999999999	100.0	0.0005471609598819014	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
ENG0015_000000004379	4529	0.9731702622232292	6	5	0	3	3	True	120510	maximal	False	AST0031_000000006428	0.9996289917554559		0	0	True	True	0.999779224395752	37	rep_cluster_321	MOBT			mobilizable	plasmid	3516.0	100.0	100.0	0.7900651831872331	AY312235.1	firmicutes	Streptococcus thermophilus plasmid pSMQ173b, complete sequence	False	True
ISR0316_000000003712	4560	0.9731616068170528	5	3	3	3	1	True	117499	maximal	True	ISR0316_000000003712	1.0		1	1	False	False	0.996052622795105	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	3.8408838708761644e-05	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
ENG0063_000000018020	1725	0.97315966296657	3	2	2	2	1	False	63507	fragment	False	ENG0063_000000018020	0.9843289817807385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	97.14299999999999	8.0	6.821761123519518e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0027_000000023321	1609	0.97315966296657	3	2	2	2	1	False	63507	fragment	False	ENG0063_000000018020	0.9490889330777544		0	0	False	False	0.9962709546089172	0					non-mobilizable	no_good_hit	140.0	96.429	9.0	6.821761123519518e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0092_000000033551	1360	0.97315966296657	2	2	2	2	1	False	5303	fragment	False	SPA0092_000000033551	1.0		0	0	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit	140.0	98.571	10.0	6.821761123519518e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0020_000000004035	5011	0.973159144969944	5	4	4	3	4	False	75986	fragment	False	ENG0020_000000004035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2440.0	85.984	66.0	0.0005537117470448026	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
FIJ0105_000000002600	9735	0.9731589050023802	21	7	4	4	3	False	42445	maximal	True	FIJ0105_000000002600	1.0		2	1	False	False	0.9994863867759705	0					non-mobilizable	no_good_hit	341.0	81.818	3.0	0.002713715132384204	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0056_01_000000004889	4626	0.973158456579982	5	2	2	2	1	True	116378	backbone	False	ENG0136_000000002709	0.9642971086321285	PS774	0	0	True	True	0.9997838139533997	30					non-mobilizable	plasmid	4245.0	99.764	100.0	0.9335679718433788	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ENG0005_000000005207	4625	0.973158456579982	5	2	2	2	1	True	116378	backbone	False	ENG0136_000000002709	0.9642884639244298	PS774	0	0	True	True	1.0	124					non-mobilizable	plasmid	4245.0	99.764	100.0	0.9335679718433788	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
AST0040_000000004070	4625	0.973158456579982	5	2	2	2	1	True	116378	backbone	False	ENG0136_000000002709	0.9642884639244298	PS774	0	0	True	True	1.0	25					non-mobilizable	plasmid	4245.0	99.764	100.0	0.9335679718433788	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
USA0027_01_000000005783	4625	0.973158456579982	5	2	2	2	1	True	116378	backbone	False	ENG0136_000000002709	0.9642884639244298	PS774	0	0	True	True	1.0	224					non-mobilizable	plasmid	4245.0	99.764	100.0	0.9335679718433788	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
AST0108_000000005052	4625	0.973158456579982	5	2	2	2	1	True	116378	backbone	False	ENG0136_000000002709	0.9638719498898886	PS774	0	0	True	True	1.0	248					non-mobilizable	plasmid	4245.0	99.764	100.0	0.9335679718433788	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
AUS0004_000000004809	4424	0.973158456579982	5	2	2	2	1	True	116378	backbone	False	ENG0136_000000002709	0.8844472658950899	PS774	0	0	False	True	1.0	0					non-mobilizable	plasmid	4292.0	95.10700000000001	100.0	0.9377474703035635	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
USA0054_01_000000002328	4048	0.973158456579982	5	2	2	2	1	True	103365	fragment	False	USA0054_01_000000002328	1.0		0	0	False	False	0.9987648129463196	0					non-mobilizable	plasmid	3407.0	98.50299999999999	99.0	0.7492300923889134	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
CHI0062_000000009536	1456	0.9731582758241856	4	2	1	2	1	False	85563	fragment	False	CHI0062_000000009536	1.0		0	0	False	False	0.9979395866394043	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.6823368870643883e-06	AP019301.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd05	True	False
MAD0036_000000017061	1782	0.973154641701258	3	2	2	2	1	False	18724	fragment	False	MAD0036_000000017061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	76.355	23.0	0.00013422008066626848	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
ISR0301_000000006666	2601	0.9731455045352396	3	2	2	2	1	False	111853	fragment	False	ISR0301_000000006666	0.9686821182993844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	93.682	60.0	0.002492452432773994	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
FIJ0021_000000030657	1561	0.973137165799532	1	1	1	1	1	False	62705	fragment	False	ISR0839_000000013285	0.9718670076726343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0016_000000007679	3458	0.9731349603920764	4	3	1	3	0	True	100590	fragment	False	AUS0016_000000007679	1.0		0	0	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.002073613271124935	AM427235.1	eudicots	Vitis vinifera contig VV78X129931.4, whole genome shotgun sequence	True	True
ISR0230_000000009057	3378	0.973128468293015	4	4	3	3	3	False	27547	fragment	False	ISR0230_000000009057	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	100.0	1.0	0.00013743400653649544	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
USA0001_01_000000000284	31863	0.9731260591083336	35	20	10	20	8	True	93921	fragment	False	USA0001_01_000000000284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5735.0	77.437	30.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0104_000000001553	13987	0.9731169077633084	16	12	7	11	6	False	123875	fragment	False	SPA0100_000000001739	0.7584013668636207		0	0	False	False	0.9963537454605103	0					non-mobilizable	other	10338.0	97.87200000000001	96.0	0.061171708085010684	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ENG0124_000000004381	6682	0.9731092067568314	5	4	3	4	2	False	58951	fragment	False	ENG0124_000000004381	1.0		0	0	False	False	0.999700665473938	0					non-mobilizable	no_good_hit	1489.0	75.82300000000001	23.0	0.0004054876928779997	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
USA0019_01_000000002980	8933	0.9731022937578591	13	3	1	2	2	False	1847	maximal	True	USA0019_01_000000002980	1.0		1	1	False	False	0.9973133206367493	0					non-mobilizable	no_good_hit	1349.0	73.98100000000001	15.0	0.0021981853349161153	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0059_000000014874	1633	0.9730862568411368	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.43350299444126944	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1633.0	99.38799999999999	100.0	0.0004373487234348168	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0814_000000003989	9669	0.973086123360296	7	3	3	3	2	False	58946	maximal	True	ISR0814_000000003989	1.0		0	0	False	False	0.9988623261451721	0					non-mobilizable	no_good_hit	259.0	72.587	3.0	0.0020968997010279724	NZ_LR027596.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
MON0051_000000025801	1411	0.9730806207653412	2	2	2	2	1	False	11255	maximal	True	MON0051_000000025801	1.0		0	0	False	False	0.9844081997871399	0					non-mobilizable	no_good_hit	918.0	78.214	65.0	0.003183025722194719	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
SPA0150_000000011989	1703	0.9730799520891094	2	2	2	2	2	False	3260	maximal	True	SPA0150_000000011989	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0019_000000001874	4309	0.9730736283066947	6	5	5	5	5	False	89485	maximal	True	CHI0019_000000001874	1.0		53	6	False	False	1.0	0					non-mobilizable	chromosome	3518.0	99.488	94.0	0.0015153572144320966	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
MAD0083_000000001562	5261	0.9730681897552064	5	5	2	5	5	False	108845	maximal	False	ISR0184_000000002584	0.9591635253993898	PS676	0	0	True	True	0.9998099207878113	19	rep_cluster_2350	MOBP			mobilizable	plasmid	4450.0	99.48299999999999	100.0	0.8403871702410325	AY079201.1	enterobacteria	Salmonella enteritidis serovar Enteritidis plasmid pC, complete sequence	False	True
ISR0185_000000000118	49893	0.9730675503959452	40	21	16	19	10	True	66661	maximal	True	ISR0185_000000000118	1.0		1	1	False	False	0.9997795224189758	0					non-mobilizable	no_good_hit	5970.0	99.899	12.0	0.976759410801964	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	True
FIJ0136_000000003553	7109	0.9730619001526366	5	4	4	2	3	False	40552	fragment	False	FIJ0136_000000003553	1.0		0	0	False	False	0.9994373321533203	0					non-mobilizable	no_good_hit	3230.0	78.7	45.0	0.09659671697432505	NZ_FMML01000041.1	CFB group bacteria	Tannerella forsythia strain UB22 isolate UB22, whole genome shotgun sequence	True	False
ISR0039_000000002496	9706	0.9730615322179794	13	8	4	5	6	True	104965	backbone	True	ISR0039_000000002496	1.0	PS624|PS626	2	1	True	True	0.9967030882835388	10					non-mobilizable	no_good_hit	5080.0	97.382	85.0	0.4080677692617991	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0105_000000037097	1470	0.9730604910239437	3	1	1	1	1	False	8703	fragment	False	MON0105_000000037097	1.0		0	0	False	False	0.9979591965675354	0					non-mobilizable	no_good_hit								True	False
ISR0294_000000002147	8502	0.9730603529480748	8	6	5	5	6	False	125008	maximal	True	ISR0294_000000002147	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	72.487	24.0	0.000807382807957621	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
ISR0778_000000001574	7519	0.9730571711253672	12	7	4	6	4	False	22380	maximal	True	ISR0778_000000001574	1.0		1	1	False	False	0.9988030195236206	0					non-mobilizable	no_good_hit	1223.0	91.98700000000001	16.0	0.012997268226054294	NZ_OFSM01000023.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
USA0027_01_000000016441	1649	0.9730554425495728	2	2	2	2	2	False	93080	fragment	False	ISR0159_000000013916	0.6964547111869036		0	0	False	False	0.9902971386909485	0					non-mobilizable	other	1583.0	96.02	96.0	0.005672955208038241	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
MAD0027_000000006180	1907	0.9730528847694672	3	2	1	2	1	True	19046	fragment	False	MAD0027_000000006180	1.0		0	0	False	False	1.0	0	rep_cluster_1197				non-mobilizable	no_good_hit	1530.0	88.889	80.0	0.25178068577107837	AB570326.1	firmicutes	Enterococcus faecium plasmid pHY DNA, complete sequence, strain: VRE38	True	True
CHI0182_000000003822	6258	0.9730461805794076	11	8	3	2	7	True	123828	maximal	False	CHI0011_000000000792	0.9780341399226558	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1911.0	95.552	74.0	0.22866402592725962	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
CHI0047_000000002374	6250	0.9730461805794076	11	8	3	2	7	True	123828	maximal	False	CHI0011_000000000792	0.9775121133081844	PS486|PS905	0	0	True	True	1.0	1	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1911.0	94.92399999999999	75.0	0.22866402592725962	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
ENG0018_000000013405	1596	0.9730457782341738	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.3983661269796337		0	0	False	False	0.9949874877929688	0					non-mobilizable	other	1616.0	78.342	100.0	0.022353302097278	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0209_000000006147	4745	0.9730408565565966	3	3	2	3	2	False	104484	fragment	False	ENG0174_000000003058	0.9577409162717219		0	0	False	False	1.0	0					non-mobilizable	other	4747.0	98.884	100.0	0.03355709445360081	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MAD0041_000000001462	12378	0.9730408524393136	13	2	2	2	2	False	81392	maximal	True	MAD0041_000000001462	1.0		1	1	False	False	0.9991921186447144	0					non-mobilizable	no_good_hit								True	False
ISR0827_000000001070	8504	0.9730408524393136	10	2	2	2	2	False	81391	fragment	False	ISR0827_000000001070	1.0		0	0	False	False	0.9977657794952393	0					non-mobilizable	no_good_hit								True	False
MON0041_000000005948	6617	0.9730408524393136	8	2	2	2	2	False	81385	fragment	False	MON0041_000000005948	1.0		0	0	False	False	0.9983376264572144	0					non-mobilizable	no_good_hit								True	False
MON0001_000000018110	1916	0.9730368246274376	2	2	2	2	2	False	74541	fragment	False	MON0001_000000018110	0.9770366320393657		0	0	False	False	1.0	0					non-mobilizable	chromosome	1127.0	95.12	100.0	0.0003492007768011596	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
MAD0083_000000006550	1587	0.9730362198635945	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.8335390875145814		0	0	False	False	1.0	0					non-mobilizable	chromosome	1587.0	99.307	100.0	0.00028474969675773153	CP033605.1	enterobacteria	Escherichia coli O157:H7 strain TR01 chromosome, complete genome	False	False
FIJ0038_000000008600	3884	0.9730355919781724	6	3	3	3	3	False	47675	fragment	False	FIJ0038_000000008600	1.0		0	0	False	False	0.9987126588821411	0					non-mobilizable	no_good_hit	1794.0	83.166	46.0	0.009563915604906891	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0083_000000001388	16382	0.9730309651149304	10	9	5	9	6	False	99714	fragment	False	ISR0845_000000000555	0.6435462892861996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8055.0	94.811	68.0	0.0021525135375641464	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
AST0093_000000004335	4514	0.9730287690517551	7	7	4	2	6	True	109578	maximal	True	AST0093_000000004335	1.0		1	1	False	False	1.0	0	rep_cluster_778				non-mobilizable	plasmid	4531.0	97.992	100.0	0.10809392001527154	CP044502.1	firmicutes	Lactiplantibacillus plantarum strain BCC9546 plasmid p02, complete sequence	False	True
FIJ0114_000000024880	1616	0.9730279399586992	2	2	2	2	2	False	60433	fragment	False	SPA0158_000000011948	0.9498811347823343		0	0	False	False	0.9863861203193665	0					non-mobilizable	chromosome	1627.0	80.455	100.0	0.00043279300756570414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0006_000000021734	1748	0.973026874033184	2	1	1	1	1	True	51698	maximal	True	FIJ0006_000000021734	1.0		1	1	True	True	0.997139573097229	3					non-mobilizable	no_good_hit								True	True
ISR0135_000000002602	7561	0.9730267312042228	7	6	4	4	6	False	127643	maximal	True	ISR0135_000000002602	0.979284422682905	PS1015|PS542	10	6	True	True	1.0	205	Col156	MOBQ			mobilizable	plasmid	7390.0	99.973	100.0	0.9902157887682617	CP056406.1	enterobacteria	Escherichia coli strain RHBSTW-00562 plasmid pRHBSTW-00562_3, complete sequence	False	True
ISR0056_000000002262	7561	0.9730267312042228	7	6	4	4	6	False	127643	maximal	False	ISR0135_000000002602	0.9791792754313244	PS1015|PS542	0	0	True	True	1.0	139	Col156	MOBQ			mobilizable	plasmid	7390.0	99.986	100.0	0.9902157887682617	CP056406.1	enterobacteria	Escherichia coli strain RHBSTW-00562 plasmid pRHBSTW-00562_3, complete sequence	False	True
ENG0201_000000001367	7542	0.9730267312042228	8	6	4	4	6	False	127643	maximal	False	ISR0135_000000002602	0.97912405217835	PS1015|PS542	0	0	True	True	1.0	271	Col156	MOBQ			mobilizable	plasmid	4903.0	99.98	100.0	0.6567944250871081	CP049124.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_4, complete sequence	False	True
TAN0002_000000001546	12374	0.9730240428000484	17	9	7	8	4	False	78507	maximal	True	TAN0002_000000001546	1.0		2	2	False	False	0.998949408531189	0					non-mobilizable	no_good_hit	952.0	83.088	13.0	0.00023002758140237958	CP028523.1	firmicutes	Clostridioides difficile strain 020474 chromosome	True	False
MON0019_000000039845	1691	0.973023473383324	3	2	2	2	2	False	82286	fragment	False	ISR0055_000000007352	0.6695155109755792		0	0	False	False	1.0	0					non-mobilizable	other	1691.0	97.694	100.0	0.0008177477388549209	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
SPA0105_000000007473	3625	0.9730201752683376	6	3	0	1	3	True	4800	maximal	True	SPA0105_000000007473	1.0		1	1	False	False	0.9988965392112732	0					non-mobilizable	no_good_hit	612.0	96.569	17.0	0.22669172932330828	Y12675.1	firmicutes	L.lactis pPF107-3 plasmid DNA	True	True
FIJ0075_000000009011	2148	0.9730201265337912	2	2	2	1	1	False	44598	maximal	True	FIJ0075_000000009011	1.0		7	1	False	False	0.9990689158439636	0					non-mobilizable	no_good_hit	578.0	74.74	27.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
DEN0079_000000000785	22584	0.973019508302298	44	17	9	14	8	True	103577	maximal	True	DEN0079_000000000785	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0055_000000002643	5508	0.9730146503664532	7	3	2	3	2	True	53302	maximal	True	FIJ0055_000000002643	1.0		2	2	True	True	1.0	4					non-mobilizable	no_good_hit	840.0	75.357	20.0	0.14828016396364285	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0080_000000054406	1037	0.9730142777110208	1	1	1	1	1	False	48794	fragment	False	FIJ0029_000000028558	0.9587114337568058		0	0	False	False	0.9980713725090027	0					non-mobilizable	no_good_hit	66.0	100.0	6.0	1.817616958757712e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0171_000000018507	1311	0.9730096246916096	3	2	2	2	1	False	73217	fragment	False	DEN0052_000000034366	0.6890323383141612		0	0	False	False	0.9984744191169739	0					non-mobilizable	other	1311.0	93.97399999999999	100.0	0.002403387141786989	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
AST0149_000000007246	3782	0.973003780756894	6	2	1	2	1	True	119840	maximal	True	AST0149_000000007246	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	98.749	27.0	0.09842594348568177	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0041_000000004601	5631	0.9729973464670264	6	3	1	2	1	True	19609	maximal	True	MAD0041_000000004601	1.0		2	1	True	True	1.0	13					non-mobilizable	no_good_hit	263.0	75.285	4.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
MON0013_000000007704	5423	0.9729973464670264	7	3	1	2	1	True	111139	maximal	True	MON0013_000000007704	0.9999086257309941	PS117	2	2	True	True	1.0	51					non-mobilizable	no_good_hit	453.0	88.521	8.0	0.0001208624550111818	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0085_000000002927	5373	0.9729973464670264	6	3	1	2	1	True	111139	maximal	False	MON0013_000000007704	0.9999086257309941	PS117	0	0	True	True	1.0	144					non-mobilizable	no_good_hit	453.0	88.521	8.0	0.0001208624550111818	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0224_000000005014	5193	0.9729973464670264	6	3	1	2	1	True	27763	maximal	True	ISR0224_000000005014	1.0		1	1	True	True	1.0	21					non-mobilizable	no_good_hit	265.0	75.472	5.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
ISR0047_000000005542	4954	0.9729973464670264	6	3	1	2	1	True	36114	backbone	True	ISR0047_000000005542	0.9952781158499685	PS117	2	1	True	True	1.0	47					non-mobilizable	no_good_hit	267.0	75.281	5.0	0.06798715203426124	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
ISR0111_000000003348	4817	0.9729973464670264	6	3	1	2	1	True	36114	backbone	False	ISR0047_000000005542	0.9729241011319959	PS117	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	267.0	75.281	5.0	0.06798715203426124	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
ISR0248_000000001145	4679	0.9729973464670264	6	3	1	2	1	True	36114	backbone	False	ISR0047_000000005542	0.9579839596602074	PS117	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	267.0	75.281	5.0	0.06798715203426124	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
SPA0059_000000011886	2113	0.9729926300559386	3	3	3	3	3	False	58759	fragment	False	SPA0059_000000011886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	98.816	57.0	0.0004285322588552741	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ENG0130_000000003063	8748	0.9729818600065568	11	7	4	5	5	True	104933	maximal	True	ENG0130_000000003063	1.0		0	0	True	True	1.0	67					non-mobilizable	no_good_hit	4660.0	97.575	67.0	0.37587736990722065	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0109_000000002936	7544	0.9729818600065568	10	7	4	5	5	True	91637	maximal	True	ENG0109_000000002936	1.0		1	1	True	True	1.0	45					non-mobilizable	no_good_hit	2211.0	82.76799999999999	54.0	0.17700685760387252	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0281_000000001047	10957	0.9729786389279907	15	13	10	13	12	False	132202	fragment	False	ISR0281_000000001047	1.0		0	0	False	False	0.9997261762619019	0					non-mobilizable	no_good_hit	8716.0	97.09700000000001	80.0	0.01101511004992842	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
USA0069_01_000000001604	27047	0.9729786169263532	30	16	6	14	6	False	99917	maximal	True	USA0069_01_000000001604	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3408.0	94.396	31.0	0.1411213403002405	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
CHI0005_000000010091	1883	0.9729740909291964	2	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5492051269163962		0	0	False	False	0.9994689226150513	0					non-mobilizable	chromosome	1863.0	95.384	99.0	0.0004210548226501702	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0054_000000008810	2926	0.9729644412223414	4	3	2	3	2	False	75925	fragment	False	FIJ0107_000000008359	0.5862024407753051		0	0	False	True	0.9938482642173767	0					non-mobilizable	no_good_hit	84.0	98.81	7.0	2.3325653666315003e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0106_000000022804	1848	0.9729624125787943	4	1	1	1	1	False	8648	maximal	True	MON0106_000000022804	1.0		0	0	False	False	0.9891774654388428	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000012110	2368	0.9729576805077158	3	3	1	3	3	False	51427	maximal	True	FIJ0008_000000012110	1.0		5	1	False	False	0.9983108043670654	0					non-mobilizable	plasmid	1688.0	97.45299999999999	98.0	0.023254851086146458	MH909332.1	enterobacteria	Klebsiella pneumoniae strain A1731 plasmid pA1731-KPC, complete sequence	False	True
MAD0102_000000005068	3332	0.9729489862454996	4	3	2	3	2	False	59336	maximal	True	MAD0102_000000005068	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	3332.0	99.94	100.0	0.0006946806564909471	CP061758.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 chromosome, complete genome	False	False
AUS0006_000000002305	7452	0.9729461436527618	10	7	3	5	5	True	102192	fragment	False	AUS0006_000000002305	1.0		0	0	False	False	1.0	0	rep_cluster_1085	MOBV			mobilizable	no_good_hit	1411.0	87.17200000000001	40.0	0.28664495114006516	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
USA0039_01_000000010183	2223	0.9729443691461056	4	2	2	2	2	True	115098	fragment	False	USA0039_01_000000010183	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	87.79700000000001	91.0	0.00036073282859665386	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	True
SPA0116_000000000024	116616	0.9729436423171118	99	35	21	30	22	True	108386	fragment	False	SPA0116_000000000024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1827.0	77.942	2.0	0.08665998950732103	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ENG0129_000000002054	11233	0.9729422565604824	18	8	3	8	4	False	58569	maximal	True	ENG0129_000000002054	1.0		1	1	False	False	0.9982195496559143	0					non-mobilizable	no_good_hit	1686.0	91.22200000000001	19.0	0.0005170453873765018	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0044_000000018181	1227	0.972937371074728	2	1	1	1	1	False	47094	fragment	False	FIJ0044_000000018181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	93.71799999999999	95.0	0.047496318114874814	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0062_000000023452	1350	0.9729371907329276	2	2	1	2	1	False	80079	fragment	False	CHI0141_000000018492	0.9409491762966656		0	0	False	False	0.9881481528282166	0					non-mobilizable	chromosome	1350.0	99.63	100.0	0.00037722542728679283	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0094_000000002110	8459	0.972935747937787	7	4	2	3	2	True	109414	fragment	False	ISR0253_000000001133	0.9436531449407475		0	0	False	False	1.0	0	IncW				non-mobilizable	other	7797.0	99.679	99.0	0.0032687809199798573	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0045_000000007514	3304	0.9729328639842572	3	2	2	2	2	False	43119	maximal	True	ISR0045_000000007514	1.0		3	2	False	False	0.9996973276138306	0					non-mobilizable	no_good_hit	1519.0	97.235	46.0	0.0004049372467308253	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0026_000000003324	8422	0.9729286466348172	9	8	6	7	6	False	74223	maximal	True	DEN0026_000000003324	1.0		2	2	False	False	0.9982189536094666	0					non-mobilizable	no_good_hit	614.0	75.081	7.0	0.00015834237553935372	CP039702.1	firmicutes	Clostridium butyricum strain 29-1 chromosome, complete genome	True	False
FIJ0011_000000021721	2050	0.972926233860848	3	2	1	2	1	False	75094	fragment	False	TAN0010_000000007116	0.9554616828385398		0	0	False	False	0.9990243911743164	0					non-mobilizable	no_good_hit	532.0	81.391	26.0	0.0001201804248309991	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0026_000000036714	1403	0.972926233860848	2	2	1	2	1	False	42335	fragment	False	MON0026_000000036714	0.9633260711692084		0	0	False	False	0.9992872476577759	0					non-mobilizable	no_good_hit	532.0	81.391	38.0	0.0001201804248309991	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0144_000000016720	1886	0.9729254695757508	4	3	3	3	3	False	40084	maximal	True	FIJ0144_000000016720	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1887.0	99.523	100.0	0.00035658893849732285	CP020089.1	enterobacteria	Enterobacter cloacae strain PIMB10EC27 chromosome, complete genome	False	False
SPA0150_000000014635	1425	0.9729218870274586	2	1	1	1	1	False	98917	fragment	False	ISR0335_000000008295	0.29255521047025534		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	98.036	100.0	0.00023844802962444853	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
SPA0151_000000014306	1363	0.9729218870274586	2	1	1	1	1	False	98917	fragment	False	ISR0335_000000008295	0.23448453568581804		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	98.01899999999999	100.0	0.0002279061167357887	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0010_000000000457	29102	0.972920244986655	33	12	6	10	8	True	51111	maximal	True	FIJ0010_000000000457	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	92.945	4.0	0.00015813259123900663	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0044_000000010718	2489	0.9729191133525816	6	3	1	1	3	True	37432	fragment	False	SPA0044_000000010718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	99.42299999999999	62.0	0.004982317094243552	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0141_000000005034	7029	0.9729142819935224	7	4	3	4	2	True	120440	fragment	False	ISR0141_000000005034	0.9775110165628325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	81.188	1.0	2.9815128135783513e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0129_000000001425	14961	0.9729138704490842	12	7	4	6	4	False	66778	maximal	True	ENG0129_000000001425	1.0	PS306	1	1	True	True	1.0	32					non-mobilizable	no_good_hit	2063.0	98.206	33.0	0.07142114925011257	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
SPA0013_000000002844	7952	0.9729111873145266	13	7	5	6	6	True	83652	fragment	False	SPA0013_000000002844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	82.098	15.0	0.0002961699891817406	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
SPA0012_000000002985	7936	0.9729111873145266	13	7	5	6	6	True	83652	fragment	False	SPA0013_000000002844	0.9989939637826961		0	0	False	False	0.9988659024238586	0					non-mobilizable	no_good_hit	1201.0	82.098	15.0	0.0002961699891817406	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
CAN0019_000000000576	11218	0.9729108791514024	15	6	3	5	5	True	92002	fragment	False	CAN0019_000000000576	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	89.781	2.0	1.921004074929894e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0021_000000012567	1875	0.9729060104111588	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.7186137312642713		0	0	False	False	1.0	0					non-mobilizable	chromosome	1875.0	100.0	100.0	0.000792096617189511	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0126_000000012987	3766	0.9729033535487932	4	2	1	2	1	False	39689	maximal	True	ISR0126_000000012987	1.0		1	1	False	False	0.9997344613075256	0					non-mobilizable	no_good_hit	156.0	76.282	4.0	7.508844977686951e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0125_000000001833	7812	0.9729026339092128	9	7	6	5	5	True	32057	maximal	True	ISR0125_000000001833	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	7815.0	99.37299999999999	100.0	0.11371743910074404	CP021475.1	firmicutes	Pediococcus pentosaceus strain SRCM100892 plasmid pPC892-4, complete sequence	False	True
CHI0172_000000001478	5101	0.9729014236735604	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9322615040182405	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	89	rep_cluster_475				non-mobilizable	other	4644.0	99.806	100.0	0.9068359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0086_01_000000008605	2013	0.9729006817202042	3	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5149768850441155		0	0	False	False	1.0	0					non-mobilizable	chromosome	1896.0	94.77799999999999	98.0	0.0004280686321623439	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AST0151_000000002088	7881	0.9728887127769384	9	2	2	2	1	True	103723	maximal	True	AST0151_000000002088	1.0		1	1	True	True	1.0	42					non-mobilizable	no_good_hit	1963.0	98.319	67.0	0.25492241491719914	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	True
DEN0072_000000002986	6535	0.9728887127769384	9	2	2	2	1	True	70304	fragment	False	DEN0072_000000002986	1.0		0	0	False	False	0.998316764831543	0					non-mobilizable	plasmid	1785.0	98.26299999999999	90.0	0.23262485330551572	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	False	True
MAD0035_000000003899	5861	0.9728887127769384	8	2	2	2	1	True	18788	maximal	True	MAD0035_000000003899	1.0		1	1	True	True	1.0	48					non-mobilizable	no_good_hit	864.0	87.5	21.0	0.2938566552901024	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
MON0063_000000006686	4169	0.9728887127769384	4	2	2	2	1	True	34118	maximal	False	ISR0380_000000002701	0.9910244552940042		0	0	True	True	0.9995202422142029	16					non-mobilizable	no_good_hit	949.0	97.99799999999999	63.0	0.15382103200522534	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0380_000000002701	4134	0.9728887127769384	4	2	2	2	1	True	34118	maximal	True	ISR0380_000000002701	0.9921198747243152		4	2	True	True	1.0	21					non-mobilizable	no_good_hit	949.0	97.26	62.0	0.15382103200522534	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0126_000000009135	4126	0.9728887127769384	4	2	2	2	1	True	34118	maximal	False	ISR0380_000000002701	0.9910135001039075		0	0	True	True	1.0	83					non-mobilizable	no_good_hit	943.0	97.985	62.0	0.15284128020901372	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0155_000000003400	4870	0.9728870543626984	6	6	6	6	5	False	7882	fragment	False	SPA0155_000000003400	1.0		0	0	False	False	0.9985626339912415	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	5.877046314063478e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
MAD0045_000000014577	2661	0.9728859666553098	5	1	1	1	1	False	17872	maximal	True	MAD0045_000000014577	1.0		1	1	False	False	0.994363009929657	0					non-mobilizable	no_good_hit	666.0	89.48899999999999	32.0	0.011749902527203772	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0215_000000012950	2241	0.97288582147009	3	2	2	2	2	False	100367	fragment	False	ISR0215_000000012950	0.9940476190476191		0	0	False	False	0.9986613392829895	0					non-mobilizable	no_good_hit	1268.0	70.97800000000001	56.0	0.0004935429126643111	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
AUS0016_000000012934	2184	0.97288582147009	3	2	2	2	2	False	100367	fragment	False	ISR0215_000000012950	0.9814814814814814		0	0	False	False	0.9862637519836426	0					non-mobilizable	no_good_hit	1268.0	71.13600000000001	57.0	0.0004935429126643111	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
AST0140_000000022331	1301	0.9728854961716124	2	2	2	2	1	True	105412	fragment	False	AST0140_000000022331	0.9867756541786527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	337.0	94.065	26.0	7.627197173520102e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
MAD0037_000000001778	7238	0.9728853619401264	8	8	3	6	8	False	49911	maximal	True	MAD0037_000000001778	1.0		1	1	False	False	0.9998618364334106	0	rep_cluster_2335	MOBP		MOBP	mobilizable	no_good_hit	5431.0	99.669	75.0	0.8742553534052487	CP054338.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-3, complete sequence	True	True
DEN0069_000000005128	5658	0.9728853002468496	5	4	3	3	3	False	93673	fragment	False	DEN0069_000000005128	1.0		0	0	False	False	0.9996465444564819	0					non-mobilizable	chromosome	5325.0	99.98100000000001	100.0	0.0014887681059117012	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0046_000000007599	3237	0.9728834650074472	3	3	2	2	3	True	87414	fragment	False	MAD0046_000000007599	1.0		0	0	False	False	0.9811553955078125	0	Col8282	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3199.0	99.969	99.0	0.7834394904458599	CP054456.1	enterobacteria	Escherichia coli strain SCU-487 plasmid pSCU-487-2, complete sequence	False	True
SPA0107_000000010977	2885	0.972880182077932	5	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.9356361967631042		0	0	False	False	1.0	0					non-mobilizable	virus	2888.0	98.65	100.0	0.18994928538497002	MK232153.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.M06_1-CL12_c1 sequence	False	False
MAD0101_000000005199	4963	0.9728799202855646	7	4	4	4	3	False	60635	maximal	True	MAD0101_000000005199	1.0		2	1	False	False	0.9979850649833679	0					non-mobilizable	no_good_hit	1191.0	86.314	47.0	0.00034981398405037323	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ENG0104_000000022264	1427	0.9728769938372128	2	2	2	2	2	False	74482	fragment	False	ENG0104_000000022264	1.0		0	0	False	False	0.9992992281913757	0					non-mobilizable	chromosome	1314.0	78.995	91.0	0.0003965315565132372	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	False
MAD0060_000000002089	6310	0.9728729964071354	6	3	1	2	2	False	53262	fragment	False	FIJ0021_000000007467	0.9404337151168689		0	0	False	False	0.9995245933532715	0					non-mobilizable	no_good_hit								True	False
SPA0003_000000004695	3798	0.9728729964071354	4	3	1	2	2	False	52883	fragment	False	FIJ0155_000000005899	0.9505880971553243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000014696	2639	0.9728729964071354	3	3	1	2	2	False	52880	fragment	False	MAD0107_000000014696	0.9959366111336855		0	0	False	False	0.9852216839790344	0					non-mobilizable	no_good_hit	79.0	93.671	3.0	0.02750982493747767	HG796370.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00803	True	False
MAD0024_000000006566	2084	0.9728729964071354	3	3	1	2	2	False	52879	fragment	False	USA0078_01_000000007775	0.96328754144955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000002341	12415	0.9728706578532872	19	8	2	4	4	False	76962	fragment	False	MON0103_000000002341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0052_000000010638	2427	0.972864837569879	3	2	1	2	1	True	34828	maximal	True	MON0052_000000010638	1.0		0	0	False	False	0.9925834536552429	0					non-mobilizable	no_good_hit								True	True
FIJ0036_000000004317	7657	0.9728604301779428	12	10	9	9	9	True	89285	maximal	True	FIJ0036_000000004317	1.0		2	2	False	False	0.9998694062232971	0					non-mobilizable	plasmid	6512.0	99.478	100.0	0.05143457515720289	AP022262.1	enterobacteria	Escherichia coli plasmid pWP8-S18-ESBL-07_1 DNA, complete genome, strain: WP8-S18-ESBL-07	False	True
FIJ0057_000000000517	25423	0.9728597481833274	22	11	7	11	9	True	49834	fragment	False	FIJ0057_000000000517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	True
ISR0058_000000003821	5724	0.972857448077542	11	3	1	3	1	True	127200	fragment	False	ISR0058_000000003821	0.9330808783052823		0	0	False	False	0.9982529878616333	0					non-mobilizable	plasmid	1967.0	95.882	91.0	0.07844782799824161	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0048_000000005468	4764	0.972857448077542	7	3	1	3	1	True	64363	fragment	False	ENG0048_000000005468	1.0		0	0	False	False	0.9983207583427429	0					non-mobilizable	no_good_hit	1819.0	95.602	81.0	0.07253326939215922	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0047_000000006345	4403	0.972857448077542	7	3	1	3	1	True	64361	fragment	False	ISR0047_000000006345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	95.22	79.0	0.07253326939215922	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
USA0062_01_000000011736	1673	0.9728522340059153	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.470481420766377	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1672.0	99.34200000000001	100.0	0.00044780007160513414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0086_000000006413	3889	0.9728502504547872	9	3	3	3	3	False	33923	maximal	True	ISR0086_000000006413	1.0		1	1	False	False	0.9994857311248779	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000002106	9820	0.9728415638883292	7	7	3	6	5	False	18307	maximal	True	MAD0041_000000002106	1.0		1	1	False	False	1.0	0	IncFII,IncFII	MOBF			mobilizable	other	5097.0	90.583	90.0	0.05717403041482948	NZ_BBMX01000022.1	enterobacteria	Citrobacter farmeri GTC 1319, whole genome shotgun sequence	False	True
USA0004_01_000000011764	2002	0.9728399164117204	2	2	2	2	2	False	95535	fragment	False	USA0004_01_000000011764	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2002.0	100.0	100.0	0.06527696222352711	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
SPA0038_000000011848	2354	0.9728336839897538	4	3	3	1	1	False	7043	fragment	False	SPA0038_000000011848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	79.6	54.0	0.000344873620505518	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
CHI0140_000000004814	6310	0.9728326090998486	5	4	4	4	4	False	120049	fragment	False	CHI0140_000000004814	1.0		0	0	False	False	0.9993661046028137	0					non-mobilizable	other	4181.0	99.09100000000001	95.0	0.2106643797608838	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0145_000000025585	1355	0.9728317701533604	3	2	1	2	1	False	3358	maximal	True	SPA0145_000000025585	1.0		0	0	False	False	0.9918819069862366	0					non-mobilizable	other	1357.0	93.368	100.0	0.0007973136570917251	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
MAD0005_000000006141	3998	0.9728240194753872	2	2	2	2	2	False	30589	maximal	True	MAD0005_000000006141	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3868.0	99.79299999999999	97.0	0.040789848422518274	MH618673.1	enterobacteria	Escherichia coli strain 838B plasmid p838B-R, complete sequence	False	True
MON0037_000000066352	1168	0.9728192124367068	1	1	1	1	1	False	12029	maximal	True	MON0037_000000066352	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	86.441	5.0	0.003532492843656739	NZ_KB904785.1	g-proteobacteria	Thiofilum flexile DSM 14609 A3IKDRAFT_scaffold_44.45, whole genome shotgun sequence	True	False
FIJ0008_000000000110	57550	0.9728141948904716	98	32	12	22	17	True	75520	maximal	False	FIJ0153_000000000189	0.9963369647659105		0	0	False	True	0.9998957514762878	0					non-mobilizable	no_good_hit	4283.0	92.73899999999999	53.0	0.075851557792507	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0025_01_000000002694	6780	0.9728140611511498	10	7	2	3	6	True	123826	backbone	False	ISR0183_000000005642	0.30180856805190664	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	66.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
ISR0398_000000007698	3004	0.9728129588384952	4	4	2	4	3	False	129647	backbone	True	ISR0398_000000007698	0.747641627133558	PS1061|PS1063	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1562.0	75.288	52.0	0.0779377706172591	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0130_000000010833	3011	0.9728102310450952	5	1	1	1	1	True	116297	maximal	True	SPA0130_000000010833	0.9823070982121318	PS617|PS679|PS766	1	1	True	True	0.999335765838623	25					non-mobilizable	no_good_hit	1447.0	94.264	80.0	0.5381466319315221	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
AST0040_000000006591	2957	0.9728102310450952	5	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.923802677477566	PS617|PS679|PS766	0	0	True	True	0.9996618032455444	9					non-mobilizable	no_good_hit	1457.0	93.068	74.0	0.5381466319315221	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0124_000000011098	2807	0.9728102310450952	4	1	1	1	1	True	116298	maximal	True	ENG0124_000000011098	0.9657001306696625	PS617|PS679|PS726|PS766	2	1	True	True	0.9982187151908875	11					non-mobilizable	no_good_hit	1891.0	94.60600000000001	87.0	0.7030145143282471	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ITA0002_000000003008	2804	0.9728102310450952	4	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.8714486460852354	PS617|PS679|PS766	0	0	True	True	1.0	167					non-mobilizable	no_good_hit	1379.0	91.226	75.0	0.5053963528098251	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ISR0063_000000007292	2784	0.9728102310450952	4	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.8710717708823387	PS617|PS679|PS766	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1379.0	91.226	74.0	0.5053963528098251	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0146_000000008561	2783	0.9728102310450952	5	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.9498256966459664	PS617|PS679|PS766	0	0	True	True	0.999640703201294	20					non-mobilizable	no_good_hit	1505.0	92.757	81.0	0.5589877186453294	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0083_000000007980	2783	0.9728102310450952	5	1	1	1	1	True	116296	backbone	True	ENG0083_000000007980	0.9501245048932775	PS617|PS679|PS766	8	4	True	True	1.0	14					non-mobilizable	no_good_hit	1505.0	92.824	81.0	0.5589877186453294	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0111_000000007431	2764	0.9728102310450952	5	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.8711201279419521	PS617|PS679|PS766	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	1379.0	91.226	76.0	0.5053963528098251	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0168_000000010890	2743	0.9728102310450952	4	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.9496308190027767	PS617|PS679|PS766	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	1307.0	93.42	81.0	0.48529959062151096	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ISR0336_000000004822	2742	0.9728102310450952	4	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.9495656527506493	PS617|PS679|PS766	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1725.0	92.464	81.0	0.6337923334573874	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0107_000000010371	2672	0.9728102310450952	4	1	1	1	1	True	64310	maximal	True	ENG0107_000000010371	1.0		1	1	True	True	0.998877227306366	6					non-mobilizable	no_good_hit	1422.0	91.35	77.0	0.521399330107927	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
CAN0011_000000011623	2626	0.9728102310450952	5	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.3952340662446743	PS617|PS679|PS766	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	1080.0	91.389	74.0	0.401190919240789	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ISR0294_000000007309	2615	0.9728102310450952	4	1	1	1	1	True	116298	maximal	False	ENG0124_000000011098	0.9639112352010341	PS617|PS679|PS726|PS766	0	0	True	True	0.9988527894020081	5					non-mobilizable	no_good_hit	1524.0	92.19200000000001	88.0	0.5574990695943431	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0160_000000008187	2595	0.9728102310450952	4	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.4762593446407199	PS617|PS679|PS766	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1545.0	93.851	80.0	0.5738742091551917	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0174_000000006876	2593	0.9728102310450952	4	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.845305764613297	PS617|PS679|PS766	0	0	True	True	0.9992287158966064	3					non-mobilizable	no_good_hit	1459.0	93.48899999999999	78.0	0.5355414960922963	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0189_000000005873	2580	0.9728102310450952	4	1	1	1	1	True	116298	maximal	False	ENG0124_000000011098	0.9527380674236289	PS617|PS679|PS726|PS766	0	0	False	True	0.9984496235847473	0					non-mobilizable	no_good_hit	1465.0	93.038	87.0	0.5355414960922963	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
CAN0012_000000019222	2566	0.9728102310450952	4	1	1	1	1	True	116296	backbone	False	ENG0083_000000007980	0.3952251083990395	PS617|PS679|PS766	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1379.0	91.226	72.0	0.5053963528098251	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
MAD0001_000000010797	2387	0.9728102310450952	2	1	1	1	1	True	20290	maximal	True	MAD0001_000000010797	0.9997974068071314		4	2	True	True	0.9987431764602661	40					non-mobilizable	no_good_hit	42.0	90.476	2.0	0.015197568389057751	LN853258.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0631	True	True
MAD0070_000000008003	2369	0.9728102310450952	3	1	1	1	1	True	20290	maximal	False	MAD0001_000000010797	0.9997974068071314		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	42.0	90.476	2.0	0.015197568389057751	LN853258.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0631	True	True
FIJ0141_000000015200	1935	0.9728102310450952	3	1	1	1	1	True	67114	fragment	False	FIJ0141_000000015200	1.0		0	0	False	False	0.9994832277297974	0					non-mobilizable	plasmid	1343.0	93.522	100.0	0.4979531075548939	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
ENG0047_000000014541	1432	0.9728102310450952	2	1	1	1	1	True	64308	fragment	False	ENG0047_000000014541	1.0		0	0	False	False	0.994413435459137	0					non-mobilizable	plasmid	1435.0	91.429	100.0	0.5333085225158168	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
MAD0027_000000008593	1423	0.9728102310450952	2	1	1	1	1	True	19031	fragment	False	MAD0027_000000008593	1.0		0	0	False	False	0.976809561252594	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	0.015197568389057751	LN853258.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0631	True	True
USA0025_01_000000010999	1405	0.9728102310450952	2	1	1	1	1	True	1647	fragment	False	USA0025_01_000000010999	1.0		0	0	False	False	0.9943060278892517	0					non-mobilizable	plasmid	1319.0	89.15799999999999	93.0	0.48529959062151096	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
MON0052_000000023342	1277	0.9728102310450952	1	1	1	1	1	True	11203	fragment	False	MON0052_000000023342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0005_000000037633	1208	0.9728102310450952	2	1	1	1	1	True	52692	fragment	False	ETH0005_000000037633	1.0		0	0	False	False	0.9701986908912659	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	1.1997655516963097e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0011_000000025869	1127	0.9728102310450952	1	1	1	1	1	True	67111	fragment	False	ENG0011_000000025869	0.9622742402904677		0	0	False	False	1.0	0					non-mobilizable	plasmid	1125.0	92.978	99.0	0.41793822106438405	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
SPA0089_000000033502	1106	0.9728102310450952	2	1	1	1	1	True	67111	fragment	False	ENG0011_000000025869	0.9452240039064228		0	0	False	False	0.9981916546821594	0					non-mobilizable	plasmid	1106.0	92.948	100.0	0.4108671380721995	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
SPA0116_000000034364	1200	0.9728097320321031	2	1	1	1	1	False	4338	fragment	False	SPA0116_000000034364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0176_000000002294	11705	0.9728028149464331	12	7	5	7	4	False	126465	maximal	True	ISR0176_000000002294	1.0		0	0	False	False	0.9999145865440369	0					non-mobilizable	no_good_hit	633.0	70.774	5.0	0.6009615384615384	GQ883126.1		Uncultured organism clone VC1D865TR genomic sequence	True	False
ISR0041_000000003887	3268	0.9727982142538611	4	2	1	2	1	False	36427	maximal	True	ISR0041_000000003887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1730.0	99.94200000000001	53.0	0.9851851851851852	NZ_JXLB01000052.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold52, whole genome shotgun sequence	True	False
MON0031_000000024846	1287	0.9727971441927588	2	1	1	1	1	False	12426	fragment	False	MON0031_000000024846	1.0		0	0	False	False	0.9658119678497314	0					non-mobilizable	other	1280.0	93.82799999999999	99.0	0.11065787189724006	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	False	False
ISR0853_000000001874	6965	0.9727957921672329	7	5	4	4	5	True	112197	fragment	False	AST0061_000000004457	0.9497117574617739		0	0	False	False	0.9998564124107361	0					non-mobilizable	no_good_hit	436.0	77.294	6.0	0.10550795593635251	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	True
ISR0295_000000004713	6206	0.9727950213286612	10	5	3	5	2	True	112874	maximal	True	ISR0295_000000004713	0.9958333333333333		1	1	True	True	1.0	34					non-mobilizable	no_good_hit								True	True
ENG0051_000000004485	6041	0.9727923498268549	8	4	1	3	4	False	75557	fragment	False	ENG0051_000000004485	1.0		0	0	False	False	0.9899023175239563	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.4752961657052653e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0214_000000006965	3818	0.972789649544285	5	5	4	5	5	False	130898	maximal	True	ISR0214_000000006965	1.0	PS1128	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1229.0	85.11	51.0	0.0003466087414667823	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MON0070_000000023512	1469	0.9727864472941204	3	3	3	2	2	False	120077	fragment	False	ISR0155_000000005779	0.10658298092163554		0	0	False	False	0.9734513163566589	0					non-mobilizable	other	1469.0	98.911	100.0	0.0035907169693174703	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AUS0024_000000001560	15904	0.9727755150942607	19	10	9	7	9	False	99007	maximal	True	AUS0024_000000001560	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	3344.0	90.999	50.0	0.05363966142684402	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
AST0113_000000024073	1558	0.9727746776418766	2	1	1	1	1	False	106499	fragment	False	AST0113_000000024073	0.9904163912756113		0	0	False	False	0.9993581771850586	0					non-mobilizable	chromosome	931.0	100.0	100.0	0.00021041428536521133	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AST0087_000000002207	10304	0.9727716698752464	13	8	5	7	8	False	111089	fragment	False	ENG0050_000000001835	0.9610177785189253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000008482	3498	0.9727694499480416	4	4	3	4	3	False	94099	maximal	True	ISR0201_000000008482	1.0		11	2	False	False	0.9997141361236572	0					non-mobilizable	chromosome	2254.0	98.181	94.0	0.0009270172612178973	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0106_000000001063	19714	0.9727640431257404	23	5	3	3	3	False	8677	maximal	True	MON0106_000000001063	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7277.0	91.45299999999999	87.0	0.12882359196115267	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0362_000000005001	4576	0.9727624633638956	5	4	1	4	2	True	116330	fragment	False	ISR0362_000000005001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	80.301	51.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0289_000000001332	4941	0.9727549363016688	3	2	2	2	1	False	99462	fragment	False	TAN0006_000000001616	0.9718242597898759		0	0	False	False	1.0	0					non-mobilizable	chromosome	4941.0	99.98	100.0	0.0022044940440729232	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
AST0149_000000007251	3779	0.9727497177152452	6	4	4	4	2	False	116234	maximal	True	AST0149_000000007251	1.0		2	2	False	False	0.9992061257362366	0					non-mobilizable	no_good_hit	1967.0	94.814	68.0	0.00044481127422366177	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0026_000000003049	7177	0.972747993015998	5	3	2	3	0	True	87778	maximal	True	ISR0026_000000003049	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	88.839	3.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ISR0381_000000003495	4359	0.972747993015998	4	3	2	3	0	True	87779	fragment	False	ENG0044_000000004097	0.953597717536608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	90.385	5.0	0.04963325183374083	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
AUS0010_000000016647	1487	0.9727382350505136	3	1	1	1	1	False	101442	fragment	False	AUS0010_000000016647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	93.205	80.0	0.00018278514713742765	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MON0100_000000012674	3278	0.9727376996605406	4	3	2	3	3	False	99036	fragment	False	MON0100_000000012674	0.9935615577889447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	76.964	31.0	0.00013750215788057988	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0033_000000020559	3184	0.9727376996605406	4	3	2	3	3	False	99036	fragment	False	MON0100_000000012674	0.9794081757169005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	77.061	17.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0016_01_000000006419	2563	0.9727376996605406	4	3	2	3	3	False	99035	fragment	False	MON0103_000000018739	0.7058131335213791		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.184	22.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0093_000000028818	1583	0.9727354238209645	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.8193879190522677		0	0	False	False	1.0	0					non-mobilizable	other	1584.0	95.32799999999999	100.0	0.18237327188940092	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
MON0005_000000005336	7439	0.9727337415299646	8	5	2	2	4	True	76966	maximal	False	MON0106_000000004309	0.9512460063897763	PS328|PS329|PS369	0	0	False	True	0.9998655915260315	0					non-mobilizable	no_good_hit	500.0	83.2	23.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
SPA0055_000000007365	4263	0.9727314698776226	7	4	4	4	2	False	87512	fragment	False	SPA0055_000000007365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	17.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
USA0011_01_000000001238	23739	0.9727306986647206	24	13	7	12	9	False	61781	fragment	False	ENG0080_000000000695	0.9907654465104645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1956.0	83.12899999999999	20.0	0.047011777328033945	NZ_SMUS01000037.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00037, whole genome shotgun sequence	True	False
ISR0162_000000001698	15104	0.9727304565520791	17	6	5	6	6	False	67005	fragment	False	ISR0162_000000001698	0.9944976076555023		0	0	False	False	0.9999337792396545	0					non-mobilizable	no_good_hit	920.0	94.13	9.0	0.0002852771481493695	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0146_000000001697	11696	0.9727304565520791	15	6	5	6	6	False	67000	fragment	False	SPA0146_000000001697	1.0		0	0	False	False	0.9995725154876709	0					non-mobilizable	no_good_hit	755.0	97.086	8.0	0.0002345681239963191	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0119_000000009033	3698	0.972724357636768	4	3	3	3	3	False	114946	fragment	False	MON0060_000000005527	0.25537606083397973		0	0	False	False	0.998647928237915	0					non-mobilizable	no_good_hit	681.0	76.946	18.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ISR0387_000000002683	7689	0.9727237691594895	9	7	1	4	6	False	84535	fragment	False	ISR0266_000000001527	0.9871927554980595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3061.0	93.82600000000001	40.0	0.06585983675766957	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	False
AST0025_000000026622	1441	0.9727222690767724	3	2	2	2	1	True	119977	fragment	False	MON0046_000000025313	0.7276325754130747		0	0	False	True	1.0	0					non-mobilizable	other	1447.0	91.085	100.0	0.00043445966675769343	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0796_000000000684	14984	0.9727220569296486	18	10	7	9	5	False	37813	maximal	False	ISR0025_000000002049	0.9993335110637163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	89.412	1.0	0.0011146475430750843	NZ_BAES01000041.1	g-proteobacteria	Paraglaciecola psychrophila 170, whole genome shotgun sequence	True	False
ISR0304_000000000014	98831	0.9727195237087859	90	14	5	12	4	True	127415	maximal	False	SPA0046_000000000019	0.9130420982394649		0	0	True	True	1.0	17					non-mobilizable	virus	43495.0	95.99700000000001	97.0	0.43913979799205316	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ETH0003_000000019529	2047	0.9727129271293716	3	3	3	3	2	False	129644	maximal	True	ETH0003_000000019529	1.0	PS1061	16	5	False	True	0.9897410869598389	0					non-mobilizable	no_good_hit	1806.0	89.258	88.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CHI0112_000000002965	5195	0.9727121209252866	5	5	5	5	4	False	125051	fragment	False	ISR0847_000000004306	0.6855404138977265		0	0	False	False	1.0	0					non-mobilizable	other	5195.0	98.90299999999999	100.0	0.018779240876123537	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0182_000000003833	6678	0.972710258910496	5	4	3	4	2	True	124890	fragment	False	ENG0182_000000003833	1.0		0	0	False	False	0.9994010329246521	0					non-mobilizable	no_good_hit	210.0	74.286	3.0	0.00024855254693256914	NZ_BDME01000001.1	e-proteobacteria	Lebetimonas natsushimae strain HS1857, whole genome shotgun sequence	True	True
ISR0279_000000018896	1218	0.9727004645958944	2	1	1	1	1	False	26218	fragment	False	ISR0279_000000018896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	75.0	15.0	4.961054337679845e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
MAD0041_000000016438	2089	0.9726950385236078	3	2	2	2	2	True	22844	fragment	False	MAD0041_000000016438	1.0		0	0	False	False	0.9966490864753723	0					non-mobilizable	no_good_hit	57.0	84.211	3.0	0.00036009388161913644	NZ_KL370825.1	mycoplasmas	Mycoplasma alvi ATCC 29626 T383DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
ISR0371_000000011213	1753	0.9726928587766434	2	2	2	2	2	False	65784	fragment	False	ISR0064_000000011165	0.9516045548654244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	88.08	72.0	0.00835428920150251	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
CHI0022_000000001298	8328	0.9726899329879344	12	9	5	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.3682083832697482		0	0	False	True	1.0	0					non-mobilizable	plasmid	8329.0	99.844	100.0	0.26885330578512395	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0054_000000002864	8310	0.9726899329879344	12	9	5	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.3668611493491397		0	0	False	True	0.9992779493331909	0					non-mobilizable	plasmid	8334.0	99.59200000000001	100.0	0.26885330578512395	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0172_000000003642	5082	0.9726891540404788	4	4	3	4	3	False	116629	fragment	False	ENG0172_000000003642	1.0		0	0	False	False	0.9929161667823792	0					non-mobilizable	chromosome	4513.0	99.46799999999999	91.0	0.0008827802470140853	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
FIJ0112_000000003773	6427	0.9726863114762732	11	11	3	5	10	True	42053	maximal	True	FIJ0112_000000003773	1.0		1	1	False	False	0.9998444318771362	0	IncFII				non-mobilizable	plasmid	6419.0	99.95299999999999	99.0	0.05017002149697088	CP050373.1	enterobacteria	Klebsiella pneumoniae strain 50595 plasmid p50595_IncFII, complete sequence	False	True
FIJ0096_000000009452	3592	0.9726854137374392	6	3	3	2	1	False	97504	maximal	True	FIJ0096_000000009452	1.0		93	6	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	97.194	50.0	0.2172305416897763	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	False
MON0081_000000017767	3169	0.9726835634445938	4	3	3	3	2	False	62436	fragment	False	USA0116_01_000000008038	0.9804013471457159		0	0	False	False	0.9905332922935486	0					non-mobilizable	no_good_hit	2155.0	72.251	67.0	0.022012741492722847	NZ_GL882693.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld385, whole genome shotgun sequence	True	False
FIJ0021_000000011533	4344	0.9726828929049304	6	1	1	1	1	False	49676	fragment	False	FIJ0021_000000011533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000000272	38119	0.9726792417269416	55	17	8	15	6	True	103163	maximal	True	AUS0002_000000000272	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	647.0	78.207	2.0	0.00398339734853178	NZ_QSCB01000006.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf6, whole genome shotgun sequence	True	True
FIJ0162_000000007686	2935	0.9726788908147666	5	3	2	3	2	False	39244	fragment	False	FIJ0162_000000007686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0090_000000005742	4334	0.9726767970462482	8	6	3	4	5	True	132218	backbone	True	AST0090_000000005742	1.0	PS1143|PS1144|PS778|PS779|PS780	78	7	True	True	1.0	1					non-mobilizable	other	2439.0	97.13	93.0	0.5229712322885358	NZ_FQVD01000065.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
USA0047_01_000000014168	2532	0.9726692874544884	3	1	1	1	1	False	48800	fragment	False	USA0047_01_000000014168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	98.051	25.0	0.00014261302291791278	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0035_01_000000004149	6148	0.9726651699714188	8	7	4	6	6	True	64124	fragment	False	USA0035_01_000000004149	1.0		0	0	False	False	0.9995120167732239	0	rep_cluster_656	MOBP		MOBQ	mobilizable	plasmid	5588.0	97.781	99.0	0.08878534397760886	CP034573.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77C, complete sequence	False	True
ISR0120_000000005914	4710	0.972664813634638	7	6	5	6	4	False	107280	fragment	False	ISR0384_000000002588	0.9623095429029671		0	0	False	False	0.9953290820121765	0					non-mobilizable	no_good_hit	276.0	75.0	6.0	0.0018095025893441904	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0048_000000008677	4246	0.9726614469067224	9	7	2	3	5	True	132209	backbone	False	ENG0141_000000006400	0.9749646660760802	PS1143|PS778	0	0	True	True	1.0	39					non-mobilizable	other	3832.0	99.97399999999999	100.0	0.3540011088523378	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0130_000000024558	1370	0.9726592955513158	1	1	1	1	1	True	3790	maximal	True	SPA0130_000000024558	1.0		2	2	False	False	1.0	0	rep_cluster_414				non-mobilizable	plasmid	1370.0	98.321	100.0	0.03160476524176594	AF036485.2	firmicutes	Lactococcus lactis subsp. cremoris plasmid pNZ4000, complete sequence	False	True
ISR0326_000000008908	2152	0.9726567969420592	4	3	3	3	3	False	99017	fragment	False	ISR0326_000000008908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	77.348	25.0	0.00012154095794229345	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0135_000000006991	2698	0.9726544098260971	6	2	2	1	1	False	31430	maximal	True	ISR0135_000000006991	1.0		0	0	False	False	0.9955522418022156	0					non-mobilizable	no_good_hit	651.0	92.012	39.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
SPA0134_000000002026	14087	0.972647699190726	20	19	2	15	19	True	86849	fragment	False	SPA0134_000000002026	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	14087.0	99.90799999999999	100.0	0.10739718507449031	CP038858.1	enterobacteria	Escherichia coli strain PigCaeca_2 plasmid unnamed, complete sequence	False	True
DEN0018_000000009082	3923	0.97264523982005	6	4	3	4	3	False	111545	fragment	False	ISR0157_000000004871	0.5632221982217768		0	0	False	False	0.9984705448150635	0					non-mobilizable	no_good_hit								True	False
FIJ0161_000000004503	3535	0.972640537375048	5	3	3	3	2	False	39291	maximal	True	FIJ0161_000000004503	1.0		4	2	False	False	0.999717116355896	0					non-mobilizable	no_good_hit	99.0	78.788	3.0	1.5421321519132353e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
MON0018_000000013386	1531	0.9726375612304607	2	2	2	2	1	False	13772	maximal	True	MON0018_000000013386	1.0		1	1	False	False	0.984977126121521	0					non-mobilizable	no_good_hit	1207.0	90.88600000000001	79.0	0.000486497868848888	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ENG0148_000000010081	3776	0.9726368030017613	4	4	3	4	2	False	116627	fragment	False	ENG0148_000000010081	1.0		0	0	False	False	0.992584764957428	0					non-mobilizable	no_good_hit	3279.0	99.177	87.0	0.0006093492919149313	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CHI0138_000000005872	2553	0.9726319291848602	3	3	3	3	3	False	89182	fragment	False	CHI0138_000000005872	0.9934626739772248		0	0	False	False	0.999216616153717	0					non-mobilizable	other	2287.0	98.863	99.0	0.0007766494202478551	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
CHI0088_000000001643	2665	0.9726286891242332	5	5	2	2	5	True	92242	fragment	False	CHI0088_000000001643	1.0		0	0	False	False	0.9973733425140381	0	rep_cluster_1079				non-mobilizable	no_good_hit	2200.0	96.5	85.0	0.6701219512195122	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
AST0002_000000001776	14879	0.9726152909151956	13	11	9	10	7	True	132585	maximal	True	AST0002_000000001776	1.0		1	1	False	False	0.9989246726036072	0					non-mobilizable	no_good_hit	2385.0	88.679	28.0	0.0006674509332228691	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0201_000000012307	2471	0.9726145979323636	2	1	1	1	1	True	38768	fragment	False	ISR0201_000000012307	1.0		0	0	False	True	0.9987859129905701	0					non-mobilizable	no_good_hit	915.0	90.929	38.0	0.7324171382376717	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0075_000000011032	1846	0.9726145979323636	3	1	1	1	1	True	5777	fragment	False	SPA0075_000000011032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0341_000000009095	1509	0.9726145979323636	1	1	1	1	1	True	130997	fragment	False	USA0037_01_000000005669	0.06427883635706608		0	0	False	False	0.9993373155593872	0					non-mobilizable	other	1375.0	96.8	91.0	0.0028709614688951293	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0009_01_000000021316	1222	0.9726145979323636	2	1	1	1	1	True	105412	fragment	False	AST0140_000000022331	0.9676169704384318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	87.649	20.0	0.027420257414661444	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0123_000000030871	1151	0.9726145979323636	1	1	1	1	1	True	105412	fragment	False	AST0140_000000022331	0.6462084015275504		0	0	False	False	0.9991312026977539	0					non-mobilizable	no_good_hit	184.0	83.696	16.0	0.019921656407386683	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MAD0070_000000000837	15439	0.9726123069080772	10	3	3	2	2	True	16387	fragment	False	MAD0070_000000000837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0077_000000011918	2693	0.9726031143668468	4	4	4	3	3	False	34519	fragment	False	ISR0077_000000011918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	69.917	31.0	0.007322175732217573	NZ_FNBY01000014.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MAD0028_000000002894	4053	0.972602874209966	4	4	4	4	4	False	42559	maximal	True	MAD0028_000000002894	1.0		1	1	False	False	0.9997532963752747	0					non-mobilizable	no_good_hit	825.0	78.182	20.0	0.00015364170229753438	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0042_000000000716	21083	0.9726018764786402	24	12	9	9	8	True	101350	backbone	False	TAN0011_000000000086	0.5567489382264544	PS587|PS588	0	0	True	True	1.0	265					non-mobilizable	no_good_hit	1336.0	98.87700000000001	7.0	0.43283582089552236	NZ_VZBY01000070.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_61_length_3082_cov_121.624_ID_121, whole genome shotgun sequence	True	True
SPA0002_000000003406	8409	0.9726016424080524	17	6	3	5	4	False	107494	fragment	False	SPA0002_000000003406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	95.21700000000001	8.0	0.00012832785143075684	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
USA0031_01_000000013439	2111	0.9725999659864896	2	2	1	2	1	False	1536	maximal	True	USA0031_01_000000013439	1.0		1	1	False	False	0.9966840147972107	0					non-mobilizable	chromosome	2092.0	100.0	99.0	0.0007042082759122376	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
DEN0085_000000007168	4845	0.9725984014028084	9	5	3	3	5	False	104032	fragment	False	ISR0348_000000002116	0.9481195783188241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	96.26	49.0	0.00022544583858077958	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0021_000000008927	3628	0.9725984014028084	7	5	3	3	5	False	104029	maximal	True	SPA0021_000000008927	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	96.507	79.0	0.0002414380557017807	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0001_000000011082	3070	0.9725984014028084	5	5	3	3	5	False	104028	fragment	False	SPA0001_000000011082	0.9893464787241218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	96.539	85.0	0.0002436591969685864	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0162_000000007378	3068	0.9725984014028084	5	5	3	3	5	False	104028	fragment	False	SPA0001_000000011082	0.9709125000799933		0	0	False	False	0.9983702898025513	0					non-mobilizable	no_good_hit	1091.0	96.51700000000001	62.0	0.0002421043980818224	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0088_000000012033	2307	0.972593951325748	3	3	3	2	1	False	91016	fragment	False	FIJ0088_000000012033	0.9997691597414589		0	0	False	False	1.0	0					non-mobilizable	other	2307.0	98.83	100.0	0.0003704679527548935	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
CHI0036_000000005014	2166	0.972593951325748	3	3	3	2	1	False	91016	fragment	False	FIJ0088_000000012033	0.9692241005635024		0	0	False	False	0.9986149668693542	0					non-mobilizable	other	2166.0	99.861	100.0	0.00034781574922564806	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
MON0069_000000001621	15632	0.9725904850600906	17	7	7	7	7	False	116093	maximal	True	MON0069_000000001621	1.0		0	0	False	False	0.9996801614761353	0					non-mobilizable	no_good_hit	13880.0	99.215	89.0	0.083767481777853	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
MON0032_000000020155	1507	0.9725891226978232	1	1	1	1	1	False	63140	fragment	False	MON0008_000000024423	0.9555984574177865		0	0	False	False	0.9933642745018005	0					non-mobilizable	no_good_hit	93.0	91.398	11.0	2.7247351157642215e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0154_000000002986	2528	0.972578616476696	4	2	2	2	2	False	125966	fragment	False	DEN0051_000000012717	0.15113752685030854		0	0	False	False	0.9996044039726257	0					non-mobilizable	no_good_hit	174.0	83.333	7.0	7.470729811663338e-05	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0238_000000001614	7355	0.972577623514554	12	6	3	5	3	True	110244	fragment	False	ISR0238_000000001614	1.0		0	0	False	False	0.9998640418052673	0					non-mobilizable	no_good_hit	94.0	94.681	1.0	2.7803097863018024e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
CHI0135_000000000984	17849	0.9725756573253584	21	16	10	15	11	False	123881	fragment	False	ISR0786_000000000798	0.4722147583734614		0	0	False	False	0.9999439716339111	0					non-mobilizable	other	11266.0	99.432	94.0	0.0031763258523366668	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0101_01_000000013008	2493	0.9725749455201159	2	2	2	1	1	False	2081	fragment	False	USA0033_01_000000004400	0.95421831267493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	99.375	64.0	0.0003226768528627878	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
ISR0311_000000002277	6559	0.9725706659805182	10	4	2	3	2	True	38138	maximal	True	ISR0311_000000002277	1.0		3	1	False	False	0.9963409304618835	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005406657913030045	NZ_NPBY01000083.1	firmicutes	Paenibacillus campinasensis strain 7537-G1 contig00083, whole genome shotgun sequence	True	True
CAN0007_000000009448	4514	0.9725608681493476	2	2	2	2	1	False	95407	fragment	False	CAN0007_000000009448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	81.818	2.0	2.76850819078846e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0815_000000020701	1494	0.9725548700346492	2	2	2	2	1	False	63035	fragment	False	ISR0815_000000020701	1.0		0	0	False	False	0.9953145980834961	0					non-mobilizable	other	1494.0	98.527	100.0	0.03769009245692922	NZ_CBVI010000130.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ENG0063_000000025109	1215	0.9725548700346492	2	2	2	2	1	False	63034	fragment	False	ENG0063_000000025109	0.9963603275705186		0	0	False	False	0.9991769790649414	0					non-mobilizable	chromosome	1215.0	99.588	100.0	0.000171352077989755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
DEN0096_000000009953	4248	0.9725543434216026	5	4	4	4	3	False	84464	fragment	False	DEN0096_000000009953	0.9696846732541631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	88.13600000000001	12.0	0.00019411697143765084	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
MON0061_000000010223	4092	0.9725543434216026	5	4	4	4	3	False	84464	fragment	False	DEN0096_000000009953	0.9651162221236413		0	0	False	False	0.9990224838256836	0					non-mobilizable	no_good_hit	352.0	87.5	9.0	0.000128799729630653	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ENG0184_000000003488	6794	0.9725474067165686	10	5	2	3	3	False	130035	backbone	True	ENG0184_000000003488	0.979168198462543	PS1072|PS1075|PS1076|PS1077|PS1079|PS974|PS975	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	2802.0	96.859	49.0	0.5567502986857825	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
USA0102_01_000000002346	6072	0.9725474067165686	8	5	2	3	3	False	130035	backbone	False	ENG0184_000000003488	0.8591895670515565	PS1072|PS1075|PS1076|PS1077|PS1079|PS974|PS975	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2171.0	97.559	48.0	0.43189964157706096	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0089_000000003016	6066	0.9725474067165686	8	5	2	3	3	False	130035	backbone	False	ENG0184_000000003488	0.8593670824789633	PS1072|PS1075|PS1076|PS1077|PS1079|PS974|PS975	0	0	True	True	1.0	193					non-mobilizable	no_good_hit	2298.0	97.73700000000001	48.0	0.45698924731182794	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0371_000000002152	6066	0.9725474067165686	8	5	2	3	3	False	130035	backbone	False	ENG0184_000000003488	0.8591083884239231	PS1072|PS1075|PS1076|PS1077|PS1079|PS974|PS975	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2289.0	97.728	48.0	0.45539625647152526	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0154_000000000797	6066	0.9725474067165686	9	5	2	3	3	False	130035	backbone	False	ENG0184_000000003488	0.8592196815459443	PS1072|PS1075|PS1076|PS1077|PS1079|PS974|PS975	0	0	True	True	1.0	290					non-mobilizable	no_good_hit	2127.0	98.354	48.0	0.42313819195539626	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
USA0080_01_000000007615	5603	0.9725474067165686	8	5	2	3	3	False	130035	backbone	False	ENG0184_000000003488	0.7064471723427018	PS1072|PS1075|PS1076|PS1077|PS1079|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1990.0	97.538	45.0	0.3958582238152131	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0108_000000013138	2219	0.9725455893927304	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.19130001604766397	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1812.0	88.024	82.0	0.0004845137818444539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ETH0004_000000002041	12697	0.9725422497688396	16	7	2	3	5	False	52963	fragment	False	ETH0004_000000002041	1.0		0	0	False	False	0.9998424649238586	0					non-mobilizable	no_good_hit								True	False
ENG0015_000000002018	10601	0.972541926211828	14	11	1	5	7	True	121597	fragment	False	ENG0015_000000002018	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	10621.0	95.54700000000001	100.0	0.004293069897532032	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
CAN0003_000000014042	3522	0.972539887265732	5	3	2	3	3	False	115927	fragment	False	CAN0003_000000014042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	94.161	4.0	0.0004415299831564488	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
ISR0335_000000001941	7150	0.97253986591831	8	5	4	4	4	True	83365	maximal	True	ISR0335_000000001941	0.9673477353332128		2	1	True	True	1.0	25					non-mobilizable	no_good_hit	490.0	75.306	7.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
ISR0288_000000003570	7150	0.97253986591831	7	5	4	4	4	True	83365	maximal	False	ISR0335_000000001941	0.9671568045955512		0	0	True	True	1.0	216					non-mobilizable	no_good_hit	490.0	75.306	7.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
ISR0311_000000002038	7140	0.97253986591831	7	5	4	4	4	True	83365	maximal	False	ISR0335_000000001941	0.9354488110180418		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	490.0	75.102	7.0	0.14285714285714285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
SPA0106_000000008384	4629	0.9725366771946232	4	4	4	4	3	False	97111	maximal	True	SPA0106_000000008384	1.0	PS521	4	1	False	True	0.9963275194168091	0					non-mobilizable	no_good_hit	1792.0	79.464	38.0	0.041093032957864	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
USA0069_01_000000004074	13708	0.9725365715119773	17	14	10	14	9	True	108321	fragment	False	USA0069_01_000000004074	0.9692243154603004		0	0	False	False	0.9991245865821838	0					non-mobilizable	no_good_hit	54.0	100.0	0.0	0.0016787026479158748	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
CHI0168_000000007822	2108	0.9725340660191631	4	3	2	3	1	True	124655	fragment	False	MON0028_000000011662	0.5476405060894115		0	0	False	False	0.9962049126625061	0					non-mobilizable	other	2123.0	83.09	100.0	0.0006554841342974062	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0095_000000021486	1699	0.9725300452462706	2	1	1	1	1	False	15579	maximal	True	MAD0095_000000021486	1.0		4	2	False	False	0.999411404132843	0					non-mobilizable	no_good_hit	365.0	78.63	20.0	0.0005684984594492451	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
FIJ0001_000000005298	3681	0.9725297170114822	4	1	1	1	1	True	52640	maximal	False	FIJ0132_000000007859	0.23924062323866105		0	0	True	True	1.0	185					non-mobilizable	no_good_hit	2190.0	85.023	84.0	0.6015058561070831	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0113_000000006954	3611	0.9725297170114822	4	1	1	1	1	True	50416	maximal	True	FIJ0113_000000006954	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	93.45700000000001	82.0	0.2548800892359175	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0040_000000007632	3240	0.9725297170114822	3	1	1	1	1	True	47503	maximal	False	FIJ0131_000000005697	0.9855378125941548		0	0	True	True	1.0	24					non-mobilizable	no_good_hit	392.0	85.459	12.0	0.10819854991634133	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MON0069_000000014720	3174	0.9725297170114822	5	1	1	1	1	True	13194	maximal	True	MON0069_000000014720	1.0		1	1	True	True	0.9996849298477173	10					non-mobilizable	no_good_hit								True	True
MON0027_000000012412	3152	0.9725297170114822	5	1	1	1	1	True	12668	maximal	True	MON0027_000000012412	1.0		1	1	True	True	0.9996827244758606	8					non-mobilizable	no_good_hit								True	True
MON0033_000000020890	3118	0.9725297170114822	4	1	1	1	1	True	12332	maximal	True	MON0033_000000020890	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.00123278253242e-05	NZ_FOLJ01000007.1	high GC Gram+	Verrucosispora sediminis strain CGMCC 4.3550, whole genome shotgun sequence	True	True
MON0080_000000015417	3103	0.9725297170114822	4	1	1	1	1	True	10061	maximal	True	MON0080_000000015417	1.0		2	1	True	True	0.9987109303474426	8					non-mobilizable	no_good_hit								True	True
MON0103_000000018071	2754	0.9725297170114822	4	1	1	1	1	True	8911	fragment	False	MON0103_000000018071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0056_01_000000007597	2617	0.9725297170114822	2	1	1	1	1	True	86140	maximal	True	USA0056_01_000000007597	0.9561166912581105		4	3	True	True	1.0	6					non-mobilizable	no_good_hit	49.0	91.837	2.0	0.00022357297561657235	NZ_QRST01000002.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf2, whole genome shotgun sequence	True	True
ISR0013_000000009550	2603	0.9725297170114822	2	1	1	1	1	True	86140	maximal	False	USA0056_01_000000007597	0.9027682599332791		0	0	True	True	1.0	134					non-mobilizable	no_good_hit	217.0	89.40100000000001	8.0	0.0007785775820119742	NZ_QRST01000001.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf1, whole genome shotgun sequence	True	True
FIJ0092_000000012741	2588	0.9725297170114822	4	1	1	1	1	True	43319	maximal	True	FIJ0092_000000012741	1.0		1	1	False	False	0.9996135830879211	0					non-mobilizable	no_good_hit	1288.0	84.47200000000001	88.0	0.35610708310094813	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ISR0149_000000006201	2571	0.9725297170114822	4	1	1	1	1	True	61022	maximal	True	ISR0149_000000006201	1.0		1	1	False	False	0.9929988384246826	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	8.890258647258244e-05	NZ_FOLJ01000007.1	high GC Gram+	Verrucosispora sediminis strain CGMCC 4.3550, whole genome shotgun sequence	True	True
ISR0785_000000013981	2525	0.9725297170114822	5	1	1	1	1	True	22196	maximal	True	ISR0785_000000013981	1.0		1	1	False	False	0.9877227544784546	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	3.3200851226985655e-05	NZ_FOLH01000001.1	g-proteobacteria	Marinospirillum celere strain DSM 18438, whole genome shotgun sequence	True	True
MON0019_000000029371	2280	0.9725297170114822	3	1	1	1	1	True	13193	fragment	False	MON0019_000000029371	1.0		0	0	False	False	0.9995614290237427	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	5.0	9.72881192772824e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
FIJ0154_000000019442	1979	0.9725297170114822	2	1	1	1	1	True	42089	fragment	False	FIJ0154_000000019442	1.0		0	0	False	False	0.996968150138855	0					non-mobilizable	no_good_hit	563.0	95.204	80.0	0.15476854433909648	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ISR0257_000000008665	1970	0.9725297170114822	3	1	1	1	1	True	36698	maximal	False	ISR0037_000000011568	0.9392954477683936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.01094765651727677	LN853884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1318	True	True
ISR0037_000000011568	1968	0.9725297170114822	2	1	1	1	1	True	36698	maximal	True	ISR0037_000000011568	0.9413705583756345		1	1	False	False	0.9979674816131592	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.01094765651727677	LN853884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1318	True	True
ENG0094_000000009604	1805	0.9725297170114822	3	1	1	1	1	True	61021	fragment	False	ENG0094_000000009604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	8.890258647258244e-05	NZ_FOLJ01000007.1	high GC Gram+	Verrucosispora sediminis strain CGMCC 4.3550, whole genome shotgun sequence	True	True
FIJ0133_000000027590	1409	0.9725297170114822	1	1	1	1	1	True	40667	fragment	False	FIJ0133_000000027590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	78.85	46.0	0.14807585052983827	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ETH0001_000000025583	1394	0.9725297170114822	2	1	1	1	1	True	53473	fragment	False	ETH0001_000000025583	1.0		0	0	False	False	0.9956958293914795	0					non-mobilizable	no_good_hit								True	True
SPA0088_000000011560	1273	0.9725160097811479	3	1	1	1	1	False	5447	maximal	True	SPA0088_000000011560	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1268.0	89.905	99.0	0.0006193570171137865	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0169_000000017672	1372	0.972514398541946	2	1	1	1	1	False	55885	fragment	False	ENG0169_000000017672	1.0		0	0	False	False	0.9985422492027283	0					non-mobilizable	no_good_hit	704.0	80.824	51.0	0.0005401223190803641	NZ_DS560019.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_4, whole genome shotgun sequence	True	False
ENG0055_000000009485	2030	0.9725118699737872	3	3	3	3	2	False	63652	fragment	False	ENG0055_000000009485	1.0		0	0	False	False	0.9995073676109314	0					non-mobilizable	no_good_hit	54.0	88.889	3.0	0.0044023027429732475	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0115_000000013294	2505	0.972510895658966	5	3	3	3	3	False	54523	fragment	False	ISR0115_000000013294	0.9762506642442162		0	0	False	False	0.9976047873497009	0					non-mobilizable	no_good_hit	82.0	82.927	3.0	1.909271422025355e-05	CP059901.1	high GC Gram+	Mumia sp. ZJ1417 chromosome, complete genome	True	False
SPA0013_000000000487	24935	0.9725100070373552	22	16	14	15	12	True	107232	maximal	True	SPA0013_000000000487	1.0		2	1	True	True	1.0	11					non-mobilizable	no_good_hit	3137.0	94.198	14.0	0.04327546711561284	NZ_SLXA01000012.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_112, whole genome shotgun sequence	True	True
MON0013_000000021576	2424	0.9725095294914182	4	3	3	2	2	False	13534	maximal	True	MON0013_000000021576	1.0		0	0	False	False	0.9467821717262268	0					non-mobilizable	no_good_hit	951.0	87.802	39.0	0.012785375798242179	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
CAN0003_000000007898	6036	0.97250730276111	8	5	3	5	3	False	121903	fragment	False	CHI0019_000000001119	0.9405577689243028		0	0	False	False	0.9958581924438477	0					non-mobilizable	no_good_hit								True	False
AST0093_000000001799	11996	0.9725059509328604	15	14	8	10	14	True	109599	fragment	False	AST0093_000000001799	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	11996.0	99.89200000000001	100.0	0.24518621479089162	CP008839.1	firmicutes	Lactobacillus gasseri DSM 14869 plasmid pEB01-1, complete sequence	False	True
CHI0011_000000000057	42276	0.9725015412986174	52	32	17	29	18	True	123719	fragment	False	ISR0176_000000000218	0.6341001685181903		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	27318.0	100.0	99.0	0.2726029857895577	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0813_000000009806	3024	0.9725014820473942	4	4	3	3	4	False	21587	maximal	True	ISR0813_000000009806	1.0		5	3	False	False	1.0	0					non-mobilizable	other	3025.0	99.934	100.0	0.013886529056551787	NZ_HF954532.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
MON0090_000000004868	9762	0.972496810997564	13	8	5	6	6	False	9577	maximal	True	MON0090_000000004868	1.0		1	1	False	False	0.9961073398590088	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.0027816411682892906	NZ_FYBH01000394.1	cyanobacteria	Calothrix rhizosoleniae SC01 isolate 1, whole genome shotgun sequence	True	False
ENG0077_000000008848	2293	0.972495735406984	3	3	3	3	3	False	86882	fragment	False	ENG0077_000000008848	0.956581986143187		0	0	False	False	0.9895333647727966	0					non-mobilizable	other	2085.0	96.835	91.0	0.0005099700368085585	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0235_000000001459	2921	0.9724903239822088	5	2	1	2	1	True	77206	fragment	False	ISR0235_000000001459	1.0		0	0	False	False	0.9969188570976257	0					non-mobilizable	no_good_hit	1474.0	87.449	85.0	0.0019043961771010075	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0123_000000000783	17683	0.9724869308983164	15	14	8	10	13	True	123679	fragment	False	ENG0107_000000001203	0.6296442613390522		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	8405.0	99.06	67.0	0.0015948217969490746	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
SPA0037_000000009307	2656	0.9724831252585776	4	3	3	2	2	False	103937	fragment	False	SPA0037_000000009307	1.0		0	0	False	False	0.9830572009086609	0					non-mobilizable	other	2656.0	97.02600000000001	100.0	0.0013030054520103828	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MON0027_000000024193	1704	0.9724831252585776	3	3	3	2	2	False	103928	fragment	False	MON0059_000000018343	0.8298869066520909		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	97.066	100.0	0.000835788431176528	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0084_000000006085	3769	0.972466293903317	4	3	1	3	2	True	116325	fragment	False	ENG0150_000000004183	0.9816837155561089		0	0	False	False	0.9997346997261047	0					non-mobilizable	no_good_hit	436.0	87.615	49.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0106_000000020518	1328	0.9724617765552194	3	2	2	2	2	False	32877	fragment	False	ISR0106_000000020518	1.0		0	0	False	False	0.9977409839630127	0					non-mobilizable	no_good_hit	237.0	75.105	18.0	0.00028854192612833457	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
FIJ0132_000000011363	2691	0.9724611869490478	3	2	1	1	2	False	49948	maximal	True	FIJ0132_000000011363	1.0		3	1	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	2188.0	98.4	92.0	0.7078069322967282	CP019022.1	enterobacteria	Escherichia coli strain Ecol_881 plasmid pEC881_7, complete sequence	False	True
MAD0015_000000006047	3053	0.9724611166800472	6	3	1	2	3	False	19434	fragment	False	MAD0015_000000006047	1.0		0	0	False	False	0.9731411933898926	0					non-mobilizable	no_good_hit	897.0	77.703	36.0	0.0003661121036084898	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MAD0101_000000010880	2584	0.9724611166800472	4	3	1	2	3	False	15109	fragment	False	MAD0101_000000010880	1.0		0	0	False	False	0.9980649948120117	0					non-mobilizable	no_good_hit	819.0	76.923	33.0	0.00033440160644554977	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0106_000000000097	59112	0.9724567123622114	61	41	27	33	28	True	127683	maximal	True	ISR0106_000000000097	1.0	PS1014	23	6	True	True	1.0	2					non-mobilizable	other	47098.0	99.93799999999999	100.0	0.7937977437142713	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
MON0010_000000005167	4246	0.9724546396197876	9	6	2	2	5	True	132209	backbone	False	ENG0141_000000006400	0.9754133040792531	PS1143|PS778	0	0	True	True	1.0	31					non-mobilizable	other	4148.0	94.744	100.0	0.9755121262067342	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0087_000000002867	4217	0.9724546396197876	9	6	2	2	5	True	132209	backbone	False	ENG0141_000000006400	0.972654294260699	PS1143|PS778	0	0	True	True	1.0	2263					non-mobilizable	plasmid	4092.0	99.73100000000001	100.0	0.983847637415622	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0051_000000010174	4011	0.9724546396197876	8	6	2	2	5	True	132209	backbone	False	ENG0141_000000006400	0.9260064842886944	PS1143|PS778	0	0	True	True	1.0	67					non-mobilizable	other	3883.0	96.395	100.0	0.35825170948068746	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0093_000000006453	3193	0.9724501570795292	5	2	2	2	2	False	129634	maximal	True	FIJ0093_000000006453	1.0	PS1061	41	8	False	True	0.9990604519844055	0					non-mobilizable	no_good_hit	1743.0	89.271	55.0	0.00046521898522232965	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0049_000000005392	3127	0.9724501570795292	5	2	2	2	2	False	129639	maximal	True	FIJ0049_000000005392	1.0	PS1061	28	7	False	True	0.9939239025115967	0					non-mobilizable	no_good_hit	1769.0	89.09	65.0	0.00047218655066920786	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0090_000000020776	2120	0.9724501570795292	2	2	2	2	2	False	129635	maximal	True	FIJ0090_000000020776	1.0	PS1061	8	3	False	True	0.994339644908905	0					non-mobilizable	no_good_hit	1806.0	89.258	86.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
USA0003_01_000000018835	2056	0.9724501570795292	4	2	2	2	2	False	129540	fragment	False	USA0003_01_000000018835	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1795.0	88.802	95.0	0.008354608803610684	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0166_000000015132	1910	0.9724501570795292	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.10055838374263795	PS1061	0	0	False	True	0.9979057312011719	0					non-mobilizable	chromosome	1805.0	89.03	97.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0214_000000015456	1903	0.9724501570795292	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.09059225803035612	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1730.0	88.96	91.0	0.00046173520249889055	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0041_000000018426	1899	0.9724501570795292	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.09073031414364845	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1737.0	88.946	91.0	0.0004633431022174009	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0002_000000021866	1869	0.9724501570795292	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.10038943589213235	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1805.0	89.197	96.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0015_01_000000018367	1821	0.9724501570795292	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.09223575028578332	PS1061	0	0	False	True	0.9945085048675537	0					non-mobilizable	chromosome	1768.0	89.31	98.0	0.00047191856738278945	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0014_000000013023	1819	0.9724501570795292	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.08388212352304478	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1758.0	88.965	96.0	0.0004692387345186055	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0076_000000003490	1818	0.9724501570795292	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.0921724819862177	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1768.0	89.027	99.0	0.00047191856738278945	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0040_000000013605	1800	0.9724501570795292	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.09214891127709748	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1766.0	89.12799999999999	99.0	0.0004713826008099527	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0202_000000008029	1741	0.9724501570795292	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.09127521042589642	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1742.0	88.749	100.0	0.00046495100193591124	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0121_000000014943	1728	0.9724501570795292	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.0832969047512877	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1730.0	89.075	100.0	0.00046173520249889055	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0198_000000008439	2280	0.9724467323486696	3	3	3	3	2	False	131514	fragment	False	ENG0198_000000008439	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1671.0	77.618	97.0	0.0004690428851399591	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0107_000000001495	14726	0.9724411185810852	15	8	7	7	6	False	67874	maximal	True	ENG0107_000000001495	1.0		0	0	False	False	0.9932771921157837	0					non-mobilizable	no_good_hit	6510.0	94.73100000000001	69.0	0.03497614406186389	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
USA0053_01_000000003464	6395	0.9724407483538516	11	5	4	5	4	True	70214	maximal	True	USA0053_01_000000003464	1.0		2	1	False	False	0.9918686747550964	0					non-mobilizable	no_good_hit	1574.0	88.18299999999999	33.0	0.00041989813721082125	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
SPA0149_000000017040	2304	0.9724405874755104	4	2	1	2	1	True	3306	maximal	True	SPA0149_000000017040	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	479.0	76.827	21.0	0.20102432778489115	LN852734.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0041	True	True
ENG0134_000000006101	5725	0.9724208262096208	6	3	2	3	1	True	104454	backbone	False	ISR0204_000000001622	0.9929116672016045	PS618	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	238.0	72.26899999999999	4.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
ISR0204_000000001622	5717	0.9724208262096208	5	3	2	3	1	True	104454	backbone	True	ISR0204_000000001622	0.9955291196422431	PS618	10	3	True	True	1.0	15					non-mobilizable	no_good_hit	238.0	72.26899999999999	4.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
ISR0275_000000002319	5695	0.9724208262096208	6	3	2	3	1	True	104454	backbone	False	ISR0204_000000001622	0.9955286420399381	PS618	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	238.0	72.26899999999999	4.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
ISR0355_000000002923	5693	0.9724208262096208	6	3	2	3	1	True	104454	backbone	False	ISR0204_000000001622	0.9954513788336092	PS618	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	238.0	72.26899999999999	4.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
FIJ0105_000000004889	5687	0.9724208262096208	6	3	2	3	1	True	104454	backbone	False	ISR0204_000000001622	0.9951075865393832	PS618	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	238.0	72.26899999999999	4.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
FIJ0067_000000005369	5675	0.9724208262096208	6	3	2	3	1	True	104454	backbone	False	ISR0204_000000001622	0.9936798447856409	PS618	0	0	True	True	0.999823808670044	2					non-mobilizable	no_good_hit	238.0	72.26899999999999	4.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
ISR0100_000000001944	5377	0.9724208262096208	6	3	2	3	1	True	104454	backbone	False	ISR0204_000000001622	0.9396139754747465	PS618	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	238.0	72.689	4.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
ISR0132_000000005190	4836	0.9724208262096208	5	3	2	3	1	True	104453	fragment	False	ISR0132_000000005190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	72.689	5.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
ENG0208_000000007453	4031	0.9724208262096208	5	3	2	3	1	True	104452	fragment	False	FIJ0039_000000005847	0.7231580727336312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0154_000000005978	3947	0.9724208262096208	4	3	2	3	1	True	104452	fragment	False	FIJ0039_000000005847	0.9483039923530876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	72.26899999999999	6.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
ISR0278_000000002615	3750	0.9724208262096208	4	3	2	3	1	True	104452	fragment	False	FIJ0039_000000005847	0.5740739470472848		0	0	False	False	0.9927999973297119	0					non-mobilizable	no_good_hit								True	True
ENG0110_000000008301	3664	0.9724208262096208	4	3	2	3	1	True	104452	fragment	False	FIJ0039_000000005847	0.5749479807448695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0047_000000010409	3804	0.9724202647516432	6	4	4	4	3	False	6683	maximal	True	SPA0047_000000010409	1.0		1	1	False	False	0.9994742274284363	0					non-mobilizable	no_good_hit	1412.0	92.98899999999999	37.0	0.0012626985774729562	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
SPA0016_000000002221	12696	0.9724193778034156	20	9	6	7	8	True	83661	fragment	False	SPA0016_000000002221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	82.098	9.0	0.0002961699891817406	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0027_000000000223	57035	0.9724178994893524	62	35	21	32	14	True	71164	maximal	True	ISR0027_000000000223	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	96.74600000000001	3.0	0.007213395410986074	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	True
ISR0095_000000018140	1850	0.9724130855163644	3	1	1	1	1	False	38462	fragment	False	ISR0095_000000018140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000013537	2236	0.9724109447843688	4	3	2	3	2	False	50355	maximal	True	FIJ0015_000000013537	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0138_000000011552	2260	0.9724079975408376	5	4	1	2	4	True	74979	fragment	False	SPA0138_000000011552	0.9800698558627604		0	0	False	False	0.9969026446342468	0					non-mobilizable	other	2265.0	94.96700000000001	100.0	0.0009202588767146026	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
SPA0139_000000012227	2251	0.9724079975408376	4	4	1	2	4	True	74979	fragment	False	SPA0138_000000011552	0.979912855502263		0	0	False	False	0.9942247867584229	0					non-mobilizable	chromosome	2178.0	86.318	98.0	0.0008277666441864825	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	False	True
ISR0055_000000006863	2096	0.9724079975408376	4	4	1	2	4	True	74979	fragment	False	SPA0138_000000011552	0.9435499004703253		0	0	False	False	0.9718511700630188	0					non-mobilizable	other	2069.0	94.68299999999999	99.0	0.0008405193807658572	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
DEN0071_000000009220	4033	0.9724043406450058	6	4	4	4	3	False	125968	maximal	True	DEN0071_000000009220	1.0		10	4	False	False	0.9975204467773438	0					non-mobilizable	no_good_hit	272.0	80.882	7.0	0.00011708512219448975	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ENG0052_000000000341	34722	0.9724038844103791	37	10	5	9	3	True	80739	maximal	True	ENG0052_000000000341	0.9763541969765851		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.2565897898169085e-06	NZ_CP011028.1	g-proteobacteria	Pseudoalteromonas espejiana DSM 9414 chromosome I, complete sequence	True	True
ISR0222_000000023763	2073	0.9724007561102228	3	1	1	1	1	False	27877	maximal	True	ISR0222_000000023763	1.0		0	0	False	False	0.9908345341682434	0					non-mobilizable	no_good_hit	530.0	78.113	25.0	0.00011836638068260668	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0154_000000010944	3243	0.9723941070662117	5	3	2	3	2	False	52491	fragment	False	FIJ0154_000000010944	0.9468217054263566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	77.546	25.0	0.0002954943896444083	CP025834.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-19 chromosome, complete genome	True	False
SPA0069_000000007507	3225	0.9723941070662117	5	3	2	3	2	False	52491	fragment	False	FIJ0154_000000010944	0.9440333024976872		0	0	False	False	0.9993798732757568	0					non-mobilizable	no_good_hit	902.0	82.927	28.0	0.0002693336900455108	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
MON0076_000000003257	10071	0.9723890596606124	15	8	5	7	5	False	40116	fragment	False	MON0076_000000003257	1.0		0	0	False	False	0.992652177810669	0					non-mobilizable	no_good_hit	52.0	96.154	1.0	2.1183378275324107e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CAN0011_000000006482	4823	0.9723870632314392	8	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.947629018967063	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	134					non-mobilizable	no_good_hit	2204.0	96.96	60.0	0.43838343619350983	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0127_000000004447	4823	0.9723870632314392	8	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.9475131611013768	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	242					non-mobilizable	no_good_hit	2204.0	96.96	60.0	0.43838343619350983	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0115_000000006543	4612	0.9723870632314392	7	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.9189761844182841	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	56					non-mobilizable	no_good_hit	2309.0	95.712	63.0	0.45878136200716846	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0399_000000002855	4610	0.9723870632314392	7	5	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.9161004426500263	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	2307.0	96.14200000000001	63.0	0.4583831142970928	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0032_000000010267	3175	0.9723717189098804	4	4	4	4	4	False	122108	fragment	False	ISR0032_000000010267	0.9429401226834224		0	0	False	False	1.0	0					non-mobilizable	other	3175.0	98.488	100.0	0.07254229538180156	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0008_000000021493	1313	0.9723640183112692	2	2	2	2	2	False	94900	fragment	False	ENG0153_000000022378	0.9229024943310657		0	0	False	False	0.9733434915542603	0					non-mobilizable	no_good_hit								True	False
CHI0180_000000007339	1788	0.9723570906461044	3	1	1	1	1	False	77478	fragment	False	CHI0180_000000007339	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1788.0	98.266	100.0	0.07306496481754214	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0120_000000033175	1185	0.9723570906461044	2	1	1	1	1	False	4154	fragment	False	SPA0120_000000033175	1.0		0	0	False	False	0.9949367046356201	0					non-mobilizable	other	1185.0	99.156	99.0	0.04839633447880871	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0360_000000004204	5654	0.9723542170816876	5	3	1	2	1	True	104148	maximal	True	ISR0360_000000004204	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	88.387	30.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0078_000000017001	1432	0.9723533171347376	1	1	1	1	1	True	44435	fragment	False	FIJ0078_000000017001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0268_000000011226	1782	0.9723528438356224	3	3	3	3	2	False	26492	fragment	False	ISR0268_000000011226	1.0		0	0	False	False	0.9696969985961914	0					non-mobilizable	other	1416.0	92.302	94.0	0.001513594459665014	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
ISR0231_000000008200	2189	0.9723522427743224	2	2	2	2	1	False	27483	fragment	False	ISR0231_000000008200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1422.0	93.038	65.0	0.000321503977961253	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0056_000000001563	6600	0.9723496635091244	9	6	5	5	5	False	98852	fragment	False	MAD0056_000000001563	1.0		0	0	False	False	0.9945454597473145	0					non-mobilizable	no_good_hit	4107.0	90.382	78.0	0.0007772740702705353	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
FIJ0101_000000000891	22227	0.9723441020659396	29	7	6	5	6	False	52926	maximal	True	FIJ0101_000000000891	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	83.81700000000001	8.0	0.00024010259518999875	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0125_000000001295	13111	0.9723411162570776	19	15	11	14	10	True	108321	fragment	False	USA0069_01_000000004074	0.9483878027429238		0	0	False	False	0.9999237060546875	0					non-mobilizable	no_good_hit	398.0	90.704	3.0	0.012574433041935892	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
AST0040_000000013649	1479	0.9723356785263488	5	3	2	3	2	False	116012	fragment	False	AST0040_000000013649	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	95.199	100.0	0.0276477855565123	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	False	False
MAD0110_000000003425	7882	0.9723333508073488	9	7	3	6	5	False	121904	maximal	False	SPA0042_000000003376	0.9473362409722966	PS602	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0001_000000001469	6132	0.9723247547093552	8	7	5	6	4	False	92139	fragment	False	TAN0001_000000001469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	84.48299999999999	3.0	6.126446310551334e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0186_000000000826	19671	0.9723243458775224	37	16	5	13	6	False	77184	maximal	True	CHI0186_000000000826	1.0		1	1	False	False	0.9994916319847107	0					non-mobilizable	no_good_hit	1097.0	87.42	7.0	0.0003717400116958786	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0165_000000003646	4862	0.9723200300630428	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9815967787662861	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	517		MOBP			mobilizable	plasmid	4659.0	96.523	100.0	0.9730463852904304	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
AUS0002_000000006529	4860	0.9723200300630428	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9684678689207341	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	590		MOBP			mobilizable	plasmid	4635.0	96.89299999999999	100.0	0.9676138737985792	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0099_000000001547	4741	0.9723200300630428	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9733896968215107	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	593		MOBP			mobilizable	plasmid	4745.0	96.60700000000001	100.0	0.9910154617634768	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0091_000000003392	4672	0.9723200300630428	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9590118379305635	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	61		MOBP			mobilizable	plasmid	2339.0	99.743	100.0	0.4886102403343783	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
SPA0100_000000006871	4644	0.9723200300630428	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9541840587218383	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	10		MOBP			mobilizable	plasmid	2327.0	99.699	100.0	0.48610240334378263	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0079_000000006016	4599	0.9723200300630428	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9235850017779041	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9997825622558594	0		MOBP			mobilizable	plasmid	3751.0	99.81299999999999	99.0	0.7836990595611285	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
MON0033_000000051609	1141	0.9723071229772248	1	1	1	1	1	False	12261	maximal	True	MON0033_000000051609	1.0		0	0	False	False	0.9342681765556335	0					non-mobilizable	no_good_hit	769.0	81.53399999999999	67.0	0.0068220885259991405	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0074_000000013605	1591	0.9723002292804976	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.42303342202587807		0	0	False	False	0.9949716925621033	0					non-mobilizable	other	1512.0	84.788	95.0	0.021042503346720216	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0117_000000005036	2969	0.972297281820056	3	3	3	3	2	False	120224	maximal	True	CHI0117_000000005036	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1735.0	99.654	76.0	0.0006873922976384863	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ISR0189_000000000989	8169	0.9722968805826788	10	6	4	5	3	False	112318	maximal	True	ISR0189_000000000989	1.0		2	1	False	False	0.9974293112754822	0					non-mobilizable	no_good_hit	621.0	94.686	8.0	0.0001998373581759104	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0010_000000015510	2865	0.9722963520191036	4	4	4	4	4	False	95480	fragment	False	DEN0010_000000015510	0.9955128060722443		0	0	False	False	0.9835951328277588	0					non-mobilizable	other	1912.0	78.347	94.0	0.03939393939393939	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
AST0040_000000007862	2524	0.9722897208976718	4	4	4	4	2	False	116241	fragment	False	AST0040_000000007862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	79.095	68.0	0.002551286388812641	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
AUS0014_000000009290	3319	0.9722873635306264	5	3	2	2	3	False	131535	maximal	True	AUS0014_000000009290	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1237.0	94.42200000000001	100.0	0.00035128439244866557	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0056_000000003798	3027	0.9722871725188948	4	1	1	1	1	False	89928	fragment	False	ENG0056_000000003798	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2347.0	97.316	97.0	0.5404471076284858	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	False
AST0106_000000016249	1180	0.972286997931505	2	2	2	2	2	False	107349	fragment	False	AST0106_000000016249	1.0		0	0	False	False	0.9805084466934204	0					non-mobilizable	chromosome	1164.0	97.42299999999999	99.0	0.000240754549184519	CP025234.1	enterobacteria	Salmonella enterica subsp. enterica serovar Newport str. USDA-ARS-USMARC-1926 chromosome, complete genome	False	False
CHI0186_000000003426	5589	0.9722844408829796	12	5	3	3	5	False	104041	maximal	True	CHI0186_000000003426	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1436.0	96.448	43.0	0.0003178453152798971	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0113_000000002190	3389	0.9722844408829796	7	5	3	3	5	False	104038	fragment	False	CHI0113_000000002190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	96.376	61.0	0.0003178453152798971	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0072_000000002424	9875	0.9722816046998328	13	7	3	5	5	True	104961	maximal	True	FIJ0072_000000002424	1.0	PS624	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	4982.0	97.67200000000001	71.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0103_000000032821	1692	0.9722813150044276	2	2	1	1	2	False	8881	fragment	False	MON0103_000000032821	1.0		0	0	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit								True	False
MON0105_000000009772	5281	0.9722812009868927	3	2	1	2	1	False	74539	maximal	True	MON0105_000000009772	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	94.73200000000001	37.0	0.00048390334300649245	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0394_000000002290	7086	0.9722750083115812	9	8	4	6	8	True	123626	fragment	False	ISR0317_000000001658	0.5489669596106812		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7048.0	97.34700000000001	99.0	0.07159787993774097	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AST0025_000000004553	6608	0.9722716900648052	5	4	3	4	3	True	120556	maximal	True	AST0025_000000004553	1.0		4	4	False	False	0.9969733953475952	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.00029743004364986855	NZ_FNGA01000007.1	d-proteobacteria	Desulfovibrio ferrireducens strain DSM 16995, whole genome shotgun sequence	True	True
CHI0013_000000002408	3477	0.9722714750954417	6	5	3	4	3	False	119733	fragment	False	ENG0079_000000008335	0.9495983415392588		0	0	False	False	1.0	0					non-mobilizable	chromosome	3487.0	90.62200000000001	99.0	0.0006523636162877581	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
SPA0058_000000015323	2025	0.9722708977687856	3	3	2	3	3	False	24740	fragment	False	SPA0058_000000015323	1.0		0	0	False	False	0.9950617551803589	0					non-mobilizable	chromosome	2025.0	99.45700000000001	100.0	0.0002856808944409095	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0139_000000006312	3717	0.9722699260118072	4	4	4	4	3	False	105498	fragment	False	SPA0054_000000006782	0.7831922177544035		0	0	False	False	0.997309684753418	0					non-mobilizable	other	3717.0	99.166	100.0	0.005342788170526386	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
SPA0044_000000018097	1537	0.9722656595349436	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.09722222222222222		0	0	False	False	0.9960963129997253	0					non-mobilizable	other	1542.0	86.51100000000001	100.0	0.00589977290861106	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0104_000000008835	1299	0.9722608123320658	2	2	2	2	2	False	14877	fragment	False	MAD0104_000000008835	1.0		0	0	False	False	0.9730561971664429	0					non-mobilizable	other	1294.0	97.604	99.0	0.04082728133880644	NZ_WAJR01000028.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_028, whole genome shotgun sequence	False	False
ISR0231_000000004417	3504	0.9722544453978484	4	4	4	4	3	False	129600	maximal	True	ISR0231_000000004417	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1800.0	98.77799999999999	71.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
DEN0096_000000013616	3205	0.9722478794364368	2	2	2	2	1	True	129401	fragment	False	DEN0096_000000013616	1.0		0	0	False	False	0.9993759989738464	0					non-mobilizable	no_good_hit	765.0	85.62100000000001	24.0	0.001595443263486514	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0020_000000017715	1859	0.9722468767749636	3	3	3	3	2	False	120077	fragment	False	ISR0155_000000005779	0.23694739422641348		0	0	False	False	0.9935449361801147	0					non-mobilizable	chromosome	1865.0	98.552	100.0	0.00041402073213258435	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0072_000000012643	1618	0.9722468767749636	3	3	3	3	2	False	120077	fragment	False	ISR0155_000000005779	0.12005967253059431		0	0	False	False	0.989493191242218	0					non-mobilizable	chromosome	1618.0	99.691	100.0	0.0003617159158805814	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0207_000000001596	9499	0.9722432800762524	15	13	10	12	10	False	132200	fragment	False	ENG0181_000000001954	0.6152342518231193		0	0	False	False	0.9994736313819885	0					non-mobilizable	other	9490.0	99.98899999999999	100.0	0.19690398622149363	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0175_000000000702	25243	0.9722410729268838	32	13	2	11	7	True	55621	maximal	True	ENG0175_000000000702	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0090_000000005076	9439	0.9722393594397204	14	8	4	7	5	False	9576	maximal	True	MON0090_000000005076	1.0		1	1	False	False	0.989829421043396	0					non-mobilizable	no_good_hit	2975.0	98.92399999999999	32.0	0.000827922190903713	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0117_000000010263	2613	0.9722370192213016	4	3	3	3	3	False	99958	fragment	False	ISR0117_000000010263	1.0		0	0	False	False	0.9877535104751587	0					non-mobilizable	no_good_hit	211.0	95.735	8.0	0.004939084622983207	NZ_JAAIPV010000036.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_36_length_42518_cov_80.0128, whole genome shotgun sequence	True	False
FIJ0043_000000004459	5471	0.9722333576599556	3	2	2	2	1	False	63158	maximal	True	FIJ0043_000000004459	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	77.2	5.0	6.906944443279306e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0790_000000008655	1904	0.9722319930680351	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.22552590646199186		0	0	False	False	1.0	0					non-mobilizable	other	1904.0	98.792	100.0	0.004652277708202881	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0151_000000002103	7859	0.9722213656897244	8	4	2	3	2	False	103722	maximal	True	AST0151_000000002103	1.0		1	1	False	False	0.9996182918548584	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.00013862059097088074	NZ_QGDL01000010.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_110, whole genome shotgun sequence	True	False
DEN0021_000000006081	5060	0.9722211698590892	9	4	3	2	4	True	123814	backbone	False	CHI0167_000000003333	0.9833290817151703	PS607|PS904	0	0	True	True	1.0	318		MOBP			mobilizable	plasmid	3092.0	99.48299999999999	100.0	0.6195171026156941	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0206_000000005439	4485	0.9722115090197831	5	2	1	2	2	True	53976	maximal	True	ENG0206_000000005439	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
CHI0003_000000002643	3865	0.9722090364291216	4	3	3	3	2	False	120428	fragment	False	CHI0003_000000002643	1.0		0	0	False	False	0.9987063407897949	0					non-mobilizable	no_good_hit	48.0	97.917	2.0	1.5967857721631318e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0074_000000009669	2985	0.9722067026234646	5	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.16478938951766872	PS1035	0	0	True	True	0.9989949464797974	9					non-mobilizable	no_good_hit	1404.0	84.33	78.0	0.4629506008010681	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0086_000000004505	3220	0.9722040431772596	4	4	1	2	3	False	126704	fragment	False	ENG0022_000000005587	0.9688650306748466		0	0	False	True	0.997826099395752	0	rep_cluster_475				non-mobilizable	plasmid	3236.0	97.559	100.0	0.6428429225562413	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0113_000000005265	2921	0.9722034179367538	3	3	2	3	1	True	61334	fragment	False	ISR0113_000000005265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0049_000000003083	4835	0.9722030740739114	5	5	5	5	5	False	125037	fragment	False	CHI0049_000000003083	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4835.0	99.669	100.0	0.001020933357804195	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0849_000000012446	2201	0.9722026397037496	3	3	2	2	2	False	104467	fragment	False	ISR0849_000000012446	0.9558967785990269		0	0	False	False	1.0	0					non-mobilizable	other	2202.0	99.5	100.0	0.015568963931782332	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0056_000000014074	1469	0.9722017374857362	2	1	1	1	1	False	86072	fragment	False	CHI0056_000000014074	1.0		0	0	False	False	0.9816201329231262	0					non-mobilizable	no_good_hit	78.0	83.333	5.0	0.0006278385231933335	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
ISR0238_000000009851	1521	0.9721981461699108	3	2	2	1	1	False	27291	fragment	False	ISR0238_000000009851	1.0		0	0	False	False	0.9960552453994751	0					non-mobilizable	other	807.0	99.75200000000001	93.0	0.002176249183231541	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
CHI0026_000000008671	1348	0.9721981461699108	3	2	2	1	1	False	88860	fragment	False	CHI0026_000000008671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	76.097	82.0	0.000401093668041414	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
CHI0035_000000007713	1333	0.9721981461699108	2	2	2	1	1	False	88078	fragment	False	CHI0035_000000007713	1.0		0	0	False	False	1.0	0					non-mobilizable	other	718.0	99.861	93.0	0.0019359437523288026	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
SPA0153_000000016040	1175	0.9721981461699108	2	2	2	1	1	False	3216	fragment	False	SPA0153_000000016040	1.0		0	0	False	False	0.9982978701591492	0					non-mobilizable	other	714.0	99.86	92.0	0.0019251435082432863	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0082_000000005064	5268	0.972196946439044	8	4	3	4	2	True	34194	maximal	False	ISR0125_000000002608	0.9493129537415959		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	50.0	88.0	1.0	0.01033101412608054	XM_032655744.1	butterflies	PREDICTED: Danaus plexippus plexippus vascular endothelial growth factor receptor 1 (LOC116766088), transcript variant X5, mRNA	True	True
SPA0139_000000015875	1766	0.972193980338971	2	2	2	2	1	False	3511	fragment	False	SPA0139_000000015875	1.0		0	0	False	False	0.996602475643158	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.174914695012518e-05	CP010424.1	archaea	Archaeon GW2011_AR10 chromosome, complete genome	True	False
SPA0057_000000003942	6874	0.972189167991669	7	3	3	3	3	False	126372	maximal	True	SPA0057_000000003942	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1603.0	83.84299999999999	23.0	0.03270100476804388	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
DEN0022_000000002281	11981	0.9721879431441628	18	7	3	7	3	False	74666	maximal	True	DEN0022_000000002281	1.0		2	2	False	False	0.9994992017745972	0					non-mobilizable	no_good_hit	81.0	91.35799999999999	1.0	0.0005515453611587968	MN990728.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-1 genomic sequence	True	False
CHI0159_000000005581	2591	0.9721838790285182	5	3	3	2	2	False	116192	fragment	False	ENG0131_000000010026	0.9401869158878504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	95.72200000000001	76.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0119_000000000723	10575	0.9721815978347436	13	12	6	8	11	True	123666	fragment	False	USA0069_01_000000005394	0.8373169096217598		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5366.0	96.14200000000001	96.0	0.17206869834710745	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0224_000000004502	5661	0.9721815495197136	8	4	2	3	3	True	40844	maximal	False	ISR0208_000000004334	0.9991248620379588		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	3246.0	87.523	76.0	0.6187091817134076	DQ497626.1	high GC Gram+	Bifidobacterium breve plasmid pB21a, complete sequence	True	True
USA0079_01_000000003105	4205	0.9721805133223969	6	4	3	3	3	True	129333	maximal	True	USA0079_01_000000003105	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1547.0	91.92	72.0	0.25110060329365724	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0081_01_000000002453	11944	0.9721785156218868	17	8	3	6	6	False	71588	maximal	False	ISR0317_000000001178	0.9972394999527049		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	61.0	95.08200000000001	1.0	0.0002594011292595827	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	True
ISR0085_000000018339	1447	0.9721760801711508	2	2	2	2	1	True	33963	maximal	True	ISR0085_000000018339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0073_000000028247	1868	0.9721702010245428	2	2	2	1	1	False	90596	fragment	False	ISR0228_000000013157	0.875356846816854		0	0	False	False	0.9994646906852722	0					non-mobilizable	other	1869.0	99.304	100.0	0.013206386033910774	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0261_000000010151	1818	0.9721702010245428	2	2	2	1	1	False	90596	fragment	False	ISR0228_000000013157	0.6568560238067832		0	0	False	False	0.9983498454093933	0					non-mobilizable	other	1819.0	99.45	100.0	0.012852706707882097	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0169_000000019326	1652	0.9721702010245428	2	2	2	1	1	False	90596	fragment	False	ISR0228_000000013157	0.6015929800713495		0	0	False	False	0.9993946552276611	0					non-mobilizable	other	1653.0	98.00399999999999	100.0	0.011678491345466892	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0062_000000008871	1583	0.9721702010245428	2	2	2	1	1	False	90596	fragment	False	ISR0228_000000013157	0.5129893115829122		0	0	False	False	1.0	0					non-mobilizable	other	1584.0	98.73700000000001	100.0	0.011190413875547318	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0087_000000006870	1551	0.9721702010245428	2	2	2	1	1	False	90596	fragment	False	ISR0228_000000013157	0.51158661376751		0	0	False	False	0.9987105131149292	0					non-mobilizable	other	1552.0	99.227	100.0	0.010964059106888966	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0154_000000006466	1464	0.9721702010245428	3	2	2	1	1	False	72422	fragment	False	SPA0154_000000006466	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	99.863	100.0	0.01034865707959907	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0106_000000027602	1379	0.9721702010245428	2	2	2	1	1	False	72421	fragment	False	SPA0106_000000027602	0.9675555703128995		0	0	False	False	0.9941986799240112	0					non-mobilizable	other	1280.0	99.141	93.0	0.009040043573292966	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0101_000000025694	1322	0.9721702010245428	3	2	2	1	1	False	72421	fragment	False	SPA0106_000000027602	0.9656787058395659		0	0	False	False	0.9561271071434021	0					non-mobilizable	other	1304.0	98.85	99.0	0.00920980964978673	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0192_000000013274	1308	0.9721702010245428	2	2	2	1	1	False	72421	fragment	False	SPA0106_000000027602	0.7772762497227023		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	98.93	100.0	0.009245177582389599	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0099_000000017347	1273	0.9721702010245428	2	2	2	1	1	False	42755	fragment	False	FIJ0099_000000017347	1.0		0	0	False	False	0.9842891097068787	0					non-mobilizable	no_good_hit	954.0	89.51799999999999	75.0	0.00018320604792314998	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
DEN0051_000000038720	1263	0.9721702010245428	3	2	2	1	1	False	72421	fragment	False	SPA0106_000000027602	0.7838908902751847		0	0	False	False	0.9920823574066162	0					non-mobilizable	other	1264.0	99.367	100.0	0.008926866188963791	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0824_000000019049	1262	0.9721702010245428	2	2	2	1	1	False	72421	fragment	False	SPA0106_000000027602	0.6443200270483017		0	0	False	False	0.9944532513618469	0					non-mobilizable	other	1263.0	94.854	100.0	0.0007305798615834826	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
SPA0057_000000029780	1115	0.9721702010245428	2	2	2	1	1	False	6321	fragment	False	SPA0057_000000029780	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	99.37200000000001	100.0	0.007879975383918908	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0097_000000002011	11052	0.9721661611373256	13	8	6	7	6	False	60615	fragment	False	SPA0097_000000002011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1358.0	75.405	12.0	0.00046916413494638425	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0188_000000000056	85971	0.9721653256083148	98	24	16	23	12	True	108348	fragment	False	ISR0188_000000000056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0006760583968280071	NZ_CCAT010000049.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
ENG0039_000000001266	13987	0.9721631321097012	16	5	1	5	3	True	64980	maximal	True	ENG0039_000000001266	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	30.0	100.0	0.0	7.689625094184649e-07	CP020665.1	bony fishes	Oryzias latipes strain Hd-rR chromosome 1 sequence	True	True
ISR0150_000000010977	2120	0.9721581513974128	4	2	1	1	2	False	84830	fragment	False	ISR0150_000000010977	0.987548828125		0	0	False	False	1.0	0					non-mobilizable	other	2120.0	98.066	100.0	0.014300471956085803	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0132_000000006685	5600	0.9721563788617228	9	8	8	8	6	False	83965	maximal	True	SPA0132_000000006685	1.0		1	1	False	False	0.9962499737739563	0					non-mobilizable	no_good_hit	2340.0	98.333	41.0	0.0005323100594534328	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
MAD0046_000000004588	5086	0.9721550999287468	8	8	0	3	7	False	78688	maximal	True	MAD0046_000000004588	1.0		2	1	False	False	1.0	0		MOBP		MOBP	mobilizable	no_good_hit	4393.0	99.59	86.0	0.6300071787508973	LM997246.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-7_contig-25.0_1_6965_[organism:Escherichia	True	True
ENG0059_000000007018	1787	0.972152444056996	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7790552023997145		0	0	False	False	0.9960828423500061	0					non-mobilizable	no_good_hit	1183.0	96.281	73.0	0.04144169413084636	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0040_000000006077	4500	0.972151030747216	5	3	3	2	2	False	119290	fragment	False	ISR0040_000000006077	1.0		0	0	False	False	0.9991111159324646	0					non-mobilizable	no_good_hit	326.0	73.006	7.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
MON0069_000000014032	3304	0.972151030747216	3	3	3	2	2	False	119288	fragment	False	MON0069_000000014032	1.0		0	0	False	False	0.9945520758628845	0					non-mobilizable	no_good_hit	326.0	73.006	10.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0213_000000008884	2799	0.972151030747216	3	3	3	2	2	False	119287	fragment	False	ENG0067_000000010279	0.9755036826767385		0	0	False	False	0.9989281892776489	0					non-mobilizable	no_good_hit	326.0	73.006	11.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0067_000000010279	2776	0.972151030747216	3	3	3	2	2	False	119287	fragment	False	ENG0067_000000010279	0.9812610161530233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	12.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0056_000000004253	2650	0.972151030747216	3	3	3	2	2	False	119287	fragment	False	ENG0067_000000010279	0.9608287512868152		0	0	False	False	0.9890565872192383	0					non-mobilizable	no_good_hit	326.0	73.006	12.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
USA0044_01_000000011299	2558	0.972151030747216	3	3	3	2	2	False	119287	fragment	False	ENG0067_000000010279	0.484811320754717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	13.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0394_000000007576	2486	0.972151030747216	3	3	3	2	2	False	119283	fragment	False	ISR0394_000000007576	1.0		0	0	False	False	0.9987932443618774	0					non-mobilizable	no_good_hit	326.0	73.006	13.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0014_000000015263	2375	0.972151030747216	3	3	3	2	2	False	119282	fragment	False	ISR0014_000000015263	0.9959574468085106		0	0	False	False	0.9911578893661499	0					non-mobilizable	no_good_hit	326.0	73.006	13.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
MON0068_000000018007	2350	0.972151030747216	3	3	3	2	2	False	119282	fragment	False	ISR0014_000000015263	0.9907368421052631		0	0	False	False	0.9978723526000977	0					non-mobilizable	no_good_hit	482.0	71.16199999999999	20.0	0.0015955752953993128	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
DEN0064_000000006993	4890	0.972146985868448	8	4	1	3	3	False	71340	maximal	True	DEN0064_000000006993	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	862.0	93.735	18.0	0.0033103278379325077	NZ_KB894646.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
ISR0821_000000007235	3810	0.9721442418468118	5	4	2	3	3	True	110030	maximal	True	ISR0821_000000007235	1.0	PS294|PS323|PS694	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1156.0	84.775	62.0	0.28012788981800296	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0357_000000006797	3463	0.9721442418468118	4	4	2	3	3	True	65436	backbone	True	ISR0357_000000006797	1.0	PS294	1	1	True	True	1.0	12					non-mobilizable	no_good_hit	1100.0	85.273	62.0	0.2673389080177078	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0039_000000008287	2962	0.9721442418468118	5	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.7840715223611939	PS1035	0	0	True	True	1.0	172					non-mobilizable	no_good_hit	1618.0	95.241	77.0	0.5390520694259012	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0005_000000009771	2942	0.9721442418468118	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.8127805128048654	PS1035	0	0	True	True	1.0	128					non-mobilizable	no_good_hit	2081.0	95.867	74.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0133_000000016598	2275	0.9721434568396304	4	1	1	1	1	False	40689	maximal	True	FIJ0133_000000016598	1.0		1	1	False	False	0.9982417821884155	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000016641	2337	0.9721276088058398	4	2	2	2	2	False	131530	maximal	True	ETH0003_000000016641	1.0		1	1	False	False	0.9965767860412598	0					non-mobilizable	no_good_hit	1303.0	76.82300000000001	77.0	0.017863119143239625	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0326_000000008584	2221	0.9721276088058398	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.9354994706505425		0	0	False	False	0.9990994930267334	0					non-mobilizable	no_good_hit	1303.0	76.899	81.0	0.017863119143239625	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0104_000000015643	2035	0.9721276088058398	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.888245354468639		0	0	False	False	0.9975429773330688	0					non-mobilizable	no_good_hit	1256.0	76.035	86.0	0.017207719767960733	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0141_000000016889	1900	0.9721276088058398	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.9031967526420857		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	76.359	93.0	0.01738900044622936	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0337_000000005334	1899	0.9721276088058398	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8378027162513364		0	0	False	False	0.9926276803016663	0					non-mobilizable	no_good_hit	1303.0	77.053	88.0	0.017863119143239625	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0207_000000009636	1895	0.9721276088058398	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8945738237152255		0	0	False	False	0.9989445805549622	0					non-mobilizable	other	1263.0	76.247	93.0	0.017319277108433735	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0096_000000025598	1759	0.9721276088058398	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8576184966125691		0	0	False	False	1.0	0					non-mobilizable	other	1782.0	78.11399999999999	100.0	0.024584448906738065	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0282_000000013462	1755	0.9721276088058398	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7336462521922786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	96.17	75.0	0.042072785919640976	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0088_000000004747	4190	0.9721164239639364	5	4	4	3	3	False	71486	maximal	True	MAD0088_000000004747	1.0		4	1	False	False	0.9997613430023193	0					non-mobilizable	no_good_hit	2367.0	89.69200000000001	56.0	0.20005079580088045	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
USA0032_01_000000001147	18269	0.9721150141911632	15	9	6	9	5	True	66399	maximal	True	USA0032_01_000000001147	1.0		8	4	False	False	1.0	0					non-mobilizable	other	18270.0	99.973	100.0	0.04233943391372665	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0058_000000004908	4640	0.9721134640951898	4	3	2	3	1	True	70025	fragment	False	ISR0058_000000004908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0150_000000012920	1828	0.9721115664319055	2	2	2	2	2	False	123320	fragment	False	ISR0150_000000012920	0.9843406366630353		0	0	False	False	0.9808533787727356	0					non-mobilizable	no_good_hit	488.0	75.0	26.0	0.002523273673322258	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
DEN0073_000000029886	1773	0.9721115664319055	2	2	2	2	2	False	123320	fragment	False	ISR0150_000000012920	0.9696639629952992		0	0	False	False	1.0	0					non-mobilizable	other	1710.0	70.994	96.0	0.0004542481530621598	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CAN0018_000000006654	5107	0.9721048890424486	14	5	2	3	4	False	102747	fragment	False	CAN0018_000000006654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2443.0	99.14	51.0	0.0005424026973539544	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0126_000000019904	2156	0.9721037857667424	3	3	3	3	1	False	3974	fragment	False	SPA0126_000000019904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	85.96799999999999	38.0	0.0031940150648197174	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MON0021_000000013474	2166	0.9721021269872764	3	3	3	2	1	False	46865	maximal	True	MON0021_000000013474	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1758.0	88.794	81.0	0.0007071565208060536	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ISR0014_000000007044	5016	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9437574838410482	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	374					non-mobilizable	no_good_hit	2246.0	98.085	58.0	0.43828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0155_000000004812	4907	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9434819549764243	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	224					non-mobilizable	no_good_hit	2246.0	97.685	59.0	0.44683393070489846	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0064_000000003537	4830	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9498448469683041	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	161					non-mobilizable	no_good_hit	2720.0	96.838	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0284_000000001674	4824	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9442948743753703	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	2720.0	96.36	58.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0148_000000006085	4824	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9442008708765579	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	2720.0	96.875	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0180_000000004274	4823	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9468241683852424	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	447					non-mobilizable	no_good_hit	2661.0	96.655	60.0	0.5294703305455993	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0393_000000003428	4823	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9472198864186177	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	727					non-mobilizable	no_good_hit	2054.0	98.296	60.0	0.40078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0365_000000002986	4823	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9474306252514447	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	2054.0	98.296	60.0	0.40078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0152_000000005109	4823	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9474306252514447	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	113					non-mobilizable	no_good_hit	2054.0	98.296	60.0	0.40078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0091_000000006503	4822	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.944698092615592	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	365					non-mobilizable	no_good_hit	2196.0	98.22399999999999	60.0	0.428515625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0120_000000005738	4811	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9467756482092828	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	319					non-mobilizable	no_good_hit	2003.0	98.25299999999999	60.0	0.3908203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0364_000000003008	4810	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9484077566138478	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	231					non-mobilizable	no_good_hit	2843.0	95.814	61.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0162_000000007652	4807	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9464547351130068	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	2720.0	96.765	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0245_000000000737	4804	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9426328802506865	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	2720.0	96.544	58.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
CAN0007_000000008886	4804	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9464438214218561	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1988.0	97.63600000000001	60.0	0.3954599761051374	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0153_000000005899	4804	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9451310088522387	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	64					non-mobilizable	no_good_hit	2607.0	97.12299999999999	60.0	0.5186143738801513	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0079_000000006576	4804	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9442515630332197	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2720.0	96.801	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0101_000000002393	4803	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9431613944835903	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	269					non-mobilizable	no_good_hit	2720.0	96.838	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0054_000000005604	4802	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9437484359893679	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	220					non-mobilizable	no_good_hit	2720.0	96.801	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0055_000000006500	4802	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9465319940678474	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	173					non-mobilizable	no_good_hit	2720.0	96.838	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0010_000000005550	4779	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9428487087898837	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0200_000000004131	4776	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9375637378480113	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0088_000000005119	4774	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9372193567172656	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	2720.0	96.875	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0130_000000005710	4770	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9366112765619122	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	2720.0	96.801	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0354_000000003806	4770	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9366112765619122	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	2720.0	96.801	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0266_000000002826	4753	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9431892243963488	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	96					non-mobilizable	no_good_hit	2720.0	96.434	59.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0202_000000002485	4746	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9294027200759062	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	82					non-mobilizable	no_good_hit	2720.0	96.801	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0197_000000004889	4726	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9221750762199049	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.997672438621521	37					non-mobilizable	no_good_hit	1938.0	96.491	61.0	0.38542703563607406	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0210_000000004014	4726	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9226935953486306	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9997884035110474	37					non-mobilizable	no_good_hit	2226.0	98.15799999999999	61.0	0.434375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0212_000000006864	4723	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9262741507422373	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	183					non-mobilizable	no_good_hit	2720.0	96.801	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0215_000000006069	4715	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.923159702277583	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	76					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0131_000000005838	4712	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9250171417562947	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	2720.0	96.801	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0157_000000006005	4710	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9255589860072857	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	278					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0319_000000003070	4707	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9225799542755663	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0099_000000003969	4707	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9221112508412046	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	2720.0	96.875	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0264_000000001888	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9228901931619025	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0019_000000005718	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9228304191664415	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	108					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0007_000000002812	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9226148171720273	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	2720.0	96.801	59.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0029_000000005118	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9228304191664415	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	204					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0032_000000005320	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9228304191664415	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	143					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0257_000000003230	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.922587957677636	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	99					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0170_000000002379	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9228901931619025	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0159_000000004680	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9221949746744043	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0192_000000003571	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9226261124574657	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0063_000000008914	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.92567300057254	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9997875094413757	30					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0082_000000005734	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9224455684788568	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2720.0	96.949	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0325_000000003680	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9228304191664415	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	158					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0050_000000004926	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9227199356157709	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2040.0	98.186	61.0	0.398046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0199_000000005048	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9226930767625106	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9995750188827515	21					non-mobilizable	no_good_hit	2720.0	96.801	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0254_000000001731	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9224836010049546	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	2720.0	96.801	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0031_000000005611	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9228304191664415	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0260_000000002225	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9254031814407615	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	138					non-mobilizable	no_good_hit	2510.0	97.171	59.0	0.43498613037447986	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0035_000000004736	4706	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9229935584516095	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	2576.0	97.244	61.0	0.5124427632888712	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0229_000000003239	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9228901931619025	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0013_000000004869	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9230020206157378	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9997875094413757	16					non-mobilizable	no_good_hit	2172.0	98.15799999999999	61.0	0.423828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0380_000000002432	4706	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9227836118856564	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2720.0	96.838	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0308_000000003072	4704	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9232300724693497	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	2843.0	96.096	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0064_000000007341	4703	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9213675928044534	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0060_000000006288	4700	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9423653544201649	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0177_000000005170	4700	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.923958489782368	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	188					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0173_000000001618	4700	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9234408175829859	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	2192.0	98.221	61.0	0.427734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0282_000000004164	4700	0.97208763878265	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9168609288966553	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	111					non-mobilizable	no_good_hit	2720.0	96.324	58.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0249_000000003185	4698	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9215814257484634	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0020_000000004271	4698	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9215892487632649	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2721.0	96.803	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0112_000000005703	4698	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9209831189365265	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	2721.0	96.986	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0098_000000003704	4698	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217650058314372	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	2720.0	96.875	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0180_000000003228	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217933161941277	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	2720.0	96.875	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0176_000000006781	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9216351990982535	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0005_000000006272	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0073_000000005550	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0045_000000002500	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9215760489914772	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	2720.0	96.618	60.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0010_000000003346	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921814086529398	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	2720.0	96.875	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0101_000000006330	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921210985444667	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	2720.0	96.36	60.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0093_000000004186	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0095_000000005691	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9218395354742888	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	81					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0177_000000005569	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9218395354742888	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	220					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0164_000000003739	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0031_000000006576	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217933161941277	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	2720.0	96.875	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0144_000000004157	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	161					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0228_000000005035	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9215688503570135	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0085_000000003215	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0189_000000002580	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921576529017354	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0156_000000003291	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9218285832903119	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	2720.0	96.765	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0191_000000005693	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921482172158446	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	2720.0	96.728	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0066_000000003411	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9209278266484432	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	2720.0	96.765	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0021_000000006676	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9215616318097095	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0366_000000003031	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9215060864533247	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	105					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0121_000000003878	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921210985444667	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	2720.0	96.36	60.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0014_000000005462	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0098_000000005410	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0113_000000005905	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217432373594869	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	2720.0	96.581	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0073_000000009726	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921845416953062	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	76					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0372_000000003098	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0031_000000004261	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9218395354742888	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	167					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0111_000000004615	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9218395354742888	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	67					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0125_000000005135	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217119768085839	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	2720.0	96.912	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0049_000000004247	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0150_000000005518	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217602632738154	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0034_000000003107	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0089_000000004008	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	288					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0106_000000004144	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	110					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0087_000000005867	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0118_000000005999	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921845416953062	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0079_000000009271	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921845416953062	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	56					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0153_000000006352	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9210841419291009	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	2720.0	96.213	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
USA0117_01_000000005350	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0092_000000004139	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9209730908503058	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	2720.0	96.287	60.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ITA0011_000000000405	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921579364688098	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0251_000000002490	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217383160510187	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0342_000000003861	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9215882168961457	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	132					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0102_000000006129	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921845416953062	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	308					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0130_000000006308	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921845416953062	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9997870922088623	19					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0132_000000004042	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	184					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0167_000000005239	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9217889453165274	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	65					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0084_000000006589	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.921845416953062	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	166					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
USA0130_01_000000008378	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9216357070739652	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0102_000000005393	4697	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9210018373852094	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	2720.0	96.36	60.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0032_000000003915	4696	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9216513167610377	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	2720.0	96.875	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0152_000000004723	4695	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9216617408931583	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0009_000000007249	4694	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9216387348537628	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	83					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0124_000000006106	4694	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9373973507032439	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0009_000000002670	4693	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9223802197875757	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2720.0	96.875	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0035_000000006323	4692	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9207014097881162	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0061_000000000813	4689	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9179105825849341	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0841_000000002630	4687	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9215563999339145	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2721.0	96.215	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0063_000000006478	4686	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9223871071150397	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.99615877866745	11					non-mobilizable	no_good_hit	2534.0	96.685	59.0	0.5041816009557945	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0773_000000002208	4686	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9230402286515029	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	163					non-mobilizable	no_good_hit	2561.0	97.42299999999999	61.0	0.5094565000995421	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0024_000000000981	4686	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9221350446473808	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	361					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0779_000000006906	4686	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9231191866812545	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	170					non-mobilizable	no_good_hit	1836.0	98.20299999999999	61.0	0.358203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0825_000000004674	4686	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9232511501312104	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	136					non-mobilizable	no_good_hit	2306.0	98.22200000000001	61.0	0.45	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0844_000000002942	4686	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9227564865883988	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	2607.0	97.085	61.0	0.5186143738801513	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0207_000000003512	4686	0.97208763878265	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9227241095811494	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	2478.0	96.691	61.0	0.4930306650736758	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0821_000000005712	4686	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9228622770874915	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	2412.0	98.176	61.0	0.4797929524188732	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0790_000000003259	4686	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9175949609275318	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0092_000000008291	4684	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9195827541844005	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	2720.0	96.949	60.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0281_000000003119	4683	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9229743539661709	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	2141.0	98.038	61.0	0.4177734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AST0148_000000007317	4679	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9165531062177562	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0096_000000006974	4679	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9165531062177562	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0045_000000007259	4677	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9203307737608704	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0080_000000000279	4675	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9213073468176255	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0181_000000004674	4673	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9164636929734138	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	2720.0	95.956	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0137_000000003837	4663	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9190431769428228	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0039_000000003049	4657	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9133748988934747	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	277					non-mobilizable	no_good_hit	2720.0	96.801	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0047_000000000336	4657	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9142061088719611	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9993557929992676	2					non-mobilizable	no_good_hit	2720.0	96.838	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0065_000000005981	4650	0.97208763878265	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9149637271103364	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	2720.0	96.838	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0030_000000004612	4633	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9225510994158008	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2100.0	98.381	61.0	0.409765625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0226_000000001375	4630	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9147954579325424	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9982721209526062	47					non-mobilizable	no_good_hit	2800.0	96.464	60.0	0.5566394584909417	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0279_000000003950	4630	0.97208763878265	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9164104980690445	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	280					non-mobilizable	no_good_hit	2054.0	97.663	63.0	0.40860215053763443	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0204_000000004826	4626	0.97208763878265	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9148983941789587	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9997838139533997	33					non-mobilizable	no_good_hit	2720.0	96.801	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0102_000000004238	4616	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.914898200515149	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	185					non-mobilizable	no_good_hit	2662.0	96.319	63.0	0.5289667529364921	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0004_000000005760	4610	0.97208763878265	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9184279925164266	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	79					non-mobilizable	no_good_hit	1465.0	97.54299999999999	63.0	0.2857421875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0141_000000007792	4610	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9137001343040062	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	2410.0	98.21600000000001	58.0	0.4793947839936293	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0185_000000005078	4610	0.97208763878265	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9156807951225588	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	2412.0	97.72	63.0	0.4797929524188732	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
USA0086_01_000000004145	4609	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9174240517510296	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	2092.0	98.99600000000001	60.0	0.408203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0139_000000003871	4608	0.97208763878265	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9134335087027399	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	2844.0	95.71	62.0	0.5648019112084411	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0005_000000005234	4601	0.97208763878265	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9062959089816165	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	256					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AST0140_000000006018	4586	0.97208763878265	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9160336747601023	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2140.0	97.617	63.0	0.4257268020708881	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0390_000000002552	4583	0.97208763878265	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9075072861730291	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	2720.0	96.838	59.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0055_000000000019	4579	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9056815850269238	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1907.0	98.21700000000001	60.0	0.3720703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0082_000000004091	4497	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.8766999679786609	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2092.0	98.23100000000001	57.0	0.408203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AST0104_000000007375	4323	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.5401227501699963	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2016.0	98.264	58.0	0.393359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0056_000000004580	4293	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.4515960472995566	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2093.0	98.28	55.0	0.4083984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0148_000000008861	4279	0.97208763878265	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.44314163073040685	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1990.0	98.241	60.0	0.38828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0068_000000004414	5153	0.9720873558120162	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.007933177590690703	PS1107|PS1110|PS1114	0	0	False	True	0.9998059272766113	0		MOBV			mobilizable	other	4824.0	99.896	99.0	0.7920840860568238	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0200_000000016547	1514	0.9720633572130376	2	2	1	2	1	False	72379	fragment	False	ISR0200_000000016547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000006806	4824	0.9720632824181791	8	4	2	4	3	False	51795	fragment	False	FIJ0006_000000006806	1.0		0	0	False	False	0.9997926950454712	0					non-mobilizable	no_good_hit	221.0	87.33	7.0	6.719723446048399e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0800_000000001642	6547	0.9720592469278236	8	5	2	2	5	False	132257	backbone	False	USA0121_01_000000007080	0.9202931284113015	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	34	rep_cluster_475				non-mobilizable	other	4379.0	95.615	93.0	0.6683540420309864	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0030_01_000000000951	15004	0.9720591769923036	14	10	8	10	4	False	5620	maximal	True	USA0030_01_000000000951	1.0		1	1	False	False	0.9955345392227173	0					non-mobilizable	no_good_hit	929.0	72.874	6.0	0.0004081493521638195	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
SPA0016_000000008455	3833	0.9720589919191124	8	2	0	2	1	True	7885	maximal	True	SPA0016_000000008455	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.0019873603879327476	NZ_QRML01000051.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf51, whole genome shotgun sequence	True	True
FIJ0114_000000000043	84313	0.9720589890071784	118	35	22	32	24	True	51494	fragment	False	FIJ0114_000000000043	1.0		0	0	False	False	0.9998102188110352	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	0.00036888701517706575	NZ_LRVM01000011.1	firmicutes	Anaerotignum neopropionicum strain DSM-3847 CLNEO_contig000011, whole genome shotgun sequence	True	True
ISR0060_000000000667	35921	0.9720529764111772	39	19	16	16	10	False	117611	maximal	True	ISR0060_000000000667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	11865.0	99.191	65.0	0.49199635066766195	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
FIJ0041_000000032543	1184	0.9720513704948041	2	2	2	2	2	False	47337	maximal	True	FIJ0041_000000032543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	81.126	75.0	0.012550200803212851	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0081_01_000000015550	1981	0.9720474075688482	3	2	2	2	2	False	565	maximal	True	USA0081_01_000000015550	1.0		1	1	False	False	0.9974760413169861	0					non-mobilizable	no_good_hit	1761.0	76.547	87.0	0.020298584118313083	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ISR0072_000000006550	4033	0.9720330323507697	8	3	3	3	2	False	69686	maximal	True	ISR0072_000000006550	0.995710455764075		3	3	False	False	0.9997520446777344	0					non-mobilizable	no_good_hit	417.0	80.57600000000001	10.0	0.00018062063354002414	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0011_000000021125	1359	0.9720306018673384	2	2	2	2	2	False	108118	fragment	False	ENG0011_000000021125	0.9988244514106583		0	0	False	False	0.9896982908248901	0					non-mobilizable	other	1359.0	99.117	100.0	0.0004931752606147985	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0300_000000000578	7950	0.9720297858323532	12	5	3	4	3	False	25603	fragment	False	ISR0300_000000000578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	95.745	1.0	0.00010134770414401949	NZ_FNBY01000001.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ENG0051_000000018828	1553	0.9720273392102474	3	3	3	3	2	False	64046	fragment	False	ENG0051_000000018828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	96.241	9.0	0.0008366450533361222	NZ_CYZN01000008.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0105_000000007346	4310	0.9720264152630802	6	4	0	2	4	False	87882	maximal	True	MAD0105_000000007346	1.0	PS454	0	0	False	True	0.9997679591178894	0	rep_cluster_2358				non-mobilizable	no_good_hit	1907.0	99.948	85.0	0.5359955005624297	CP059938.1	enterobacteria	Escherichia coli strain 28.1 plasmid p7, complete sequence	True	True
ENG0023_000000003125	5461	0.9720229729513444	4	3	3	3	2	False	104193	maximal	True	ENG0023_000000003125	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1809.0	89.49700000000001	60.0	0.0008309668407740047	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
DEN0053_000000000453	13427	0.972019317285202	24	9	3	8	3	True	72162	maximal	True	DEN0053_000000000453	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	99.64399999999999	2.0	0.0017495188823073654	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0082_01_000000010699	2792	0.9720186829209952	5	4	2	4	3	True	537	maximal	True	USA0082_01_000000010699	1.0		1	1	False	False	0.986389696598053	0					non-mobilizable	no_good_hit								True	True
ISR0139_000000000430	28448	0.9720141501413231	33	23	7	13	16	False	31756	maximal	True	ISR0139_000000000430	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	76.72399999999999	0.0	0.00017764586218768522	NZ_FRDE01000004.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0199_000000022784	1343	0.972013985854138	2	1	1	1	1	False	28801	maximal	True	ISR0199_000000022784	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0050_000000007555	3108	0.9720128271333274	4	3	2	3	2	False	45697	fragment	False	MAD0050_000000007555	1.0		0	0	False	False	0.9897040128707886	0					non-mobilizable	no_good_hit	114.0	83.333	4.0	3.066146272000278e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
FIJ0063_000000000618	24367	0.9720104266655691	26	12	6	11	7	True	45658	fragment	False	FIJ0063_000000000618	1.0		0	0	False	False	0.9998358488082886	0					non-mobilizable	no_good_hit	697.0	72.166	3.0	0.004524087710241013	NZ_FQXK01000010.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
ISR0237_000000000372	12663	0.972010415404246	17	8	6	7	5	True	121837	backbone	False	ITA0004_000000000015	0.39447955774481913	PS446|PS447|PS652|PS653|PS863	0	0	True	True	0.9989733695983887	17					non-mobilizable	other	5563.0	93.601	90.0	0.44552058111380144	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
MON0054_000000028176	1725	0.97200542340624	2	2	2	2	2	False	93437	fragment	False	MON0054_000000028176	1.0		0	0	False	False	0.9982608556747437	0					non-mobilizable	chromosome	1671.0	91.62200000000001	100.0	0.0006656420490914006	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0006_000000004107	4556	0.9719993220620351	13	3	1	2	3	False	102741	maximal	True	ISR0006_000000004107	1.0		2	1	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit	968.0	81.095	21.0	0.010321909119493445	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ENG0182_000000005210	5117	0.9719966014344354	12	9	1	4	6	True	114728	fragment	False	ENG0182_000000005210	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5122.0	97.833	100.0	0.0022663810114549863	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	True
AST0006_000000002290	7302	0.9719955684144176	8	4	3	3	4	False	127671	maximal	True	AST0006_000000002290	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	73.14	6.0	0.0012847194756380638	NZ_QJTJ01000001.1	firmicutes	Lysinibacillus chungkukjangi strain KACC 16626 Ga0074888_101, whole genome shotgun sequence	True	False
MON0106_000000014197	2856	0.9719936257992206	4	3	1	3	3	False	103177	fragment	False	MON0106_000000014197	1.0		0	0	False	False	0.9520308375358582	0	rep_cluster_2350	MOBP		MOBP	mobilizable	no_good_hit	2231.0	97.131	78.0	0.5511771995043371	NZ_PGEM01000014.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_13, whole genome shotgun sequence	True	True
MAD0096_000000002563	5919	0.9719881141211414	7	5	3	3	5	False	19436	fragment	False	MAD0096_000000002563	1.0		0	0	False	False	0.9998310804367065	0					non-mobilizable	no_good_hit	1975.0	91.089	69.0	0.0008121181870820494	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0145_000000010376	2974	0.9719823341807104	3	2	2	2	2	False	131488	maximal	True	ISR0145_000000010376	1.0		0	0	False	False	0.9983187913894653	0					non-mobilizable	no_good_hit	1130.0	96.46	42.0	0.03958347941939556	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0139_000000012645	2069	0.9719823341807104	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.925084266646687		0	0	False	False	0.9995166659355164	0					non-mobilizable	no_good_hit	1302.0	76.959	86.0	0.017863119143239625	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0324_000000015691	1960	0.9719823341807104	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.9087333583574074		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	76.54899999999999	90.0	0.017472668451584114	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0006_000000024184	1875	0.9719823341807104	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8683409305429499		0	0	False	False	0.995199978351593	0					non-mobilizable	other	1244.0	76.045	92.0	0.017040383757251226	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0824_000000012100	1873	0.9719823341807104	3	2	2	2	2	False	131455	fragment	False	ISR0824_000000012100	1.0		0	0	False	False	0.9994661211967468	0					non-mobilizable	no_good_hit	1668.0	78.297	88.0	0.023008701472556896	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0117_000000020244	1868	0.9719823341807104	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8705950461403508		0	0	False	False	0.9973233342170715	0					non-mobilizable	other	1253.0	76.217	93.0	0.01717983043284248	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0308_000000009404	1844	0.9719823341807104	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.83791948542755		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	76.899	91.0	0.017863119143239625	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0016_000000013753	1811	0.9719823341807104	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8089783167536787		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	76.609	91.0	0.01745872378402499	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0190_000000019184	1565	0.9719823341807104	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.44114700542859814		0	0	False	False	0.9884983897209167	0					non-mobilizable	chromosome	1494.0	76.975	100.0	0.0004212568301347965	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0819_000000003610	6195	0.9719766819086222	7	6	3	6	4	False	52990	fragment	False	MON0036_000000001365	0.7398068541818796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	83.58200000000001	15.0	0.0002804309578981655	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ISR0267_000000001523	10078	0.9719751239302732	16	13	6	9	9	False	67871	fragment	False	ISR0267_000000001523	1.0		0	0	False	False	0.9996030926704407	0					non-mobilizable	plasmid	5156.0	92.727	99.0	0.027555493327876445	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0095_000000021263	1622	0.9719699915258576	2	1	1	1	1	True	33394	maximal	True	ISR0095_000000021263	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0080_01_000000031062	1352	0.9719625492099444	2	2	1	2	1	True	39189	fragment	False	USA0080_01_000000031062	1.0		0	0	False	False	0.9874260425567627	0					non-mobilizable	plasmid	1241.0	93.634	92.0	0.04935459377372817	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
FIJ0031_000000002302	8695	0.9719537685173116	11	10	6	6	8	False	48632	fragment	False	FIJ0031_000000002302	1.0		0	0	False	False	0.9998849630355835	0	IncFIB				non-mobilizable	plasmid	8695.0	99.87299999999999	100.0	0.07750182745279822	MK295820.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain B28 plasmid pB28, complete sequence	False	True
ENG0190_000000001214	19547	0.971949808310924	25	10	7	7	7	True	85986	fragment	False	ENG0190_000000001214	1.0		0	0	False	False	0.9998976588249207	0					non-mobilizable	other	8060.0	99.603	100.0	0.17443169517211518	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MON0066_000000002055	9620	0.9719467006618052	14	12	9	12	10	False	132200	fragment	False	ENG0181_000000001954	0.567505774266156		0	0	False	False	0.9971933364868164	0					non-mobilizable	other	8990.0	99.944	93.0	0.0735621460604275	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
AST0148_000000013697	2533	0.9719248452993828	3	3	3	3	2	False	105069	fragment	False	SPA0135_000000008455	0.9517857142857143		0	0	False	False	0.9984208345413208	0					non-mobilizable	other	2533.0	99.84200000000001	100.0	0.0027161028858056807	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
DEN0023_000000000727	5048	0.9719242475379734	7	2	2	2	2	False	74397	fragment	False	DEN0023_000000000727	1.0		0	0	False	False	0.9988114237785339	0					non-mobilizable	no_good_hit	194.0	75.773	4.0	0.13088642659279778	NZ_CAKP01000147.1	firmicutes	Caloramator australicus RC3, whole genome shotgun sequence	True	False
ISR0781_000000021721	1401	0.9719223980727631	2	2	2	2	2	False	22280	fragment	False	ISR0781_000000021721	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	99.273	100.0	0.005982861323022259	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
AST0093_000000011592	1472	0.9719198089094604	2	1	1	1	1	False	109472	fragment	False	AST0093_000000011592	0.9753814147018031		0	0	False	False	0.9870923757553101	0					non-mobilizable	other	1447.0	88.735	98.0	0.125238673841347	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	False	False
MAD0030_000000004574	2386	0.971919222835892	2	2	2	2	2	False	60638	maximal	True	MAD0030_000000004574	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	83.49700000000001	77.0	0.0005952479966235577	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0044_000000010213	2386	0.971919222835892	3	2	2	2	2	False	60638	maximal	False	MAD0030_000000004574	1.0		0	0	False	False	0.9995808601379395	0					non-mobilizable	no_good_hit	1836.0	83.49700000000001	77.0	0.0005952479966235577	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0068_000000011528	2385	0.971919222835892	3	2	2	2	2	False	60638	maximal	False	MAD0030_000000004574	0.9998323554065381		0	0	False	False	0.9995807409286499	0					non-mobilizable	no_good_hit	1836.0	83.49700000000001	77.0	0.0005952479966235577	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0050_000000010011	2385	0.971919222835892	3	2	2	2	2	False	60638	maximal	False	MAD0030_000000004574	0.9998323554065381		0	0	False	False	0.9995807409286499	0					non-mobilizable	no_good_hit	1836.0	83.49700000000001	77.0	0.0005952479966235577	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0108_000000007095	2385	0.971919222835892	3	2	2	2	2	False	60638	maximal	False	MAD0030_000000004574	0.9998323554065381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	83.49700000000001	77.0	0.0005952479966235577	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
CHI0039_000000001412	8473	0.971918466074244	13	7	5	4	6	False	90526	fragment	False	CHI0039_000000001412	1.0		0	0	False	False	0.9989377856254578	0					non-mobilizable	no_good_hit	1672.0	81.758	20.0	0.022304435510798287	CP021611.1	other sequences	Unidentified plasmid plasmid FAKO02_000237F, complete sequence	True	False
DEN0031_000000001287	14034	0.9719036216690172	22	21	7	12	18	True	132521	backbone	False	USA0060_01_000000001071	0.8628774207729222	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	13819.0	98.589	98.0	0.27063527843659957	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0324_000000006674	4768	0.9719023081435746	9	5	2	3	4	False	75551	fragment	False	ENG0071_000000003924	0.9655534318616734		0	0	False	False	0.9922399520874023	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.4752961657052653e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0212_000000007477	4392	0.9719023081435746	8	5	2	3	4	False	75551	fragment	False	ENG0071_000000003924	0.6390520134228188		0	0	False	False	0.999544620513916	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.4752961657052653e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CAN0014_000000031565	1565	0.9718997909379168	2	2	2	2	2	False	93520	fragment	False	MON0104_000000022814	0.20968364197530864		0	0	False	False	0.9878594279289246	0					non-mobilizable	other	1567.0	93.427	100.0	0.0006721696442866224	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
MON0012_000000006661	5284	0.9718993812636229	4	3	3	2	2	False	63172	maximal	True	MON0012_000000006661	1.0		1	1	False	False	0.9943224787712097	0					non-mobilizable	no_good_hit	1038.0	84.48899999999999	20.0	0.003464357540406369	NZ_HE978586.1	firmicutes	Kallipyga massiliensis ph2, whole genome shotgun sequence	True	False
SPA0043_000000000683	17364	0.971899021099666	20	15	10	15	10	True	108323	fragment	False	ISR0161_000000001125	0.8243011882325149		0	0	False	False	0.999942421913147	0					non-mobilizable	no_good_hit	2119.0	92.449	12.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MON0088_000000010253	2994	0.9718945272880553	4	4	4	4	3	False	120077	fragment	False	ISR0155_000000005779	0.48316462710509744		0	0	False	False	0.9899799823760986	0					non-mobilizable	chromosome	2837.0	98.02600000000001	95.0	0.0006330587767112216	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
MAD0024_000000001364	6135	0.9718890796725668	5	4	2	3	4	False	104213	fragment	False	MAD0024_000000001364	0.9283810792804796		0	0	False	False	1.0	0					non-mobilizable	chromosome	3771.0	86.714	98.0	0.0015418714464681506	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0007_000000004784	4763	0.9718885519813494	8	5	5	4	1	False	116195	fragment	False	SPA0007_000000004784	1.0		0	0	False	False	0.9997900724411011	0					non-mobilizable	no_good_hit	1878.0	94.941	79.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0135_000000002212	8930	0.9718786330390164	11	6	3	4	5	True	122255	backbone	False	ENG0018_000000002477	0.9906396063078292	PS869	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1006.0	97.01799999999999	54.0	0.0809197256958451	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0098_000000013430	2658	0.9718767001660152	3	2	1	1	2	False	5070	fragment	False	SPA0098_000000013430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	99.851	25.0	0.004150793552309926	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
MAD0045_000000014572	2662	0.9718730165023348	4	4	1	4	4	False	17873	maximal	True	MAD0045_000000014572	1.0		1	1	False	False	0.9992486834526062	0					non-mobilizable	no_good_hit	1138.0	100.0	65.0	0.16960023866348448	CP032838.1	enterobacteria	Klebsiella pneumoniae strain INF237 plasmid pINF237_05, complete sequence	True	False
ISR0199_000000014838	2050	0.9718625761231768	4	4	4	4	2	False	120077	fragment	False	ISR0155_000000005779	0.27482866422199953		0	0	False	False	1.0	0					non-mobilizable	chromosome	2051.0	98.976	100.0	0.0004553339596951706	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0167_000000007185	2706	0.9718565342668378	3	3	2	3	2	False	78195	maximal	True	CHI0167_000000007185	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0164_000000006787	3497	0.9718524408235126	3	3	2	2	3	False	78411	maximal	True	CHI0164_000000006787	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0002_000000008785	2490	0.9718418491102347	2	2	2	2	1	False	67999	maximal	True	ENG0002_000000008785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	94.915	28.0	0.007438894792773645	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
FIJ0086_000000030979	1111	0.9718414350204126	2	1	1	1	1	False	43775	maximal	True	FIJ0086_000000030979	1.0		0	0	False	False	0.9558956027030945	0					non-mobilizable	no_good_hit	39.0	100.0	4.0	1.9577880292596574e-05	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0083_01_000000007658	4062	0.9718405912246686	7	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.9258785620278626		0	0	False	False	1.0	0					non-mobilizable	plasmid	3015.0	95.887	99.0	0.24154901169826543	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0268_000000004649	3755	0.9718405912246686	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.8899586226077129		0	0	False	False	0.9997336864471436	0					non-mobilizable	plasmid	2998.0	95.86399999999999	100.0	0.2401774909237596	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0149_000000005476	3970	0.9718359591053	6	6	4	6	4	True	73350	fragment	False	FIJ0149_000000005476	1.0		0	0	False	False	0.9997481107711792	0					non-mobilizable	no_good_hit	155.0	93.54799999999999	4.0	0.0008045010265224137	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	True
ENG0110_000000007634	3963	0.9718321753864144	4	4	4	4	4	False	105498	fragment	False	SPA0054_000000006782	0.9616529799950104		0	0	False	False	0.9992430210113525	0					non-mobilizable	other	3963.0	99.066	100.0	0.005696481897638735	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ETH0003_000000007121	4534	0.9718234049540938	6	2	1	1	2	True	53240	maximal	True	ETH0003_000000007121	1.0		1	1	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
ISR0301_000000008984	2039	0.9718215962118366	4	1	1	1	1	False	25565	fragment	False	ISR0301_000000008984	1.0		0	0	False	False	0.9960765242576599	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000004491	4065	0.9718195107591476	5	5	5	5	4	False	125036	fragment	False	ISR0806_000000002243	0.4033420855115648		0	0	False	False	0.9968019723892212	0					non-mobilizable	other	4065.0	99.87700000000001	100.0	0.014690037674179809	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0028_000000005138	3487	0.9718167918876588	5	4	4	3	3	False	120215	maximal	True	ISR0028_000000005138	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1727.0	99.016	52.0	0.0006842209375571092	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
MAD0104_000000000752	11827	0.97181364485544	18	6	1	4	3	False	53376	fragment	False	MAD0104_000000000752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	0.0	7.058373570166389e-06	NZ_LT629762.1	g-proteobacteria	Pseudomonas prosekii strain LMG 26867 chromosome I	True	False
ISR0203_000000003447	5188	0.9718131083293474	5	4	3	4	3	False	28700	maximal	True	ISR0203_000000003447	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	88.012	20.0	0.04159698100261589	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0018_01_000000014772	1493	0.9718129824879416	3	2	1	2	1	True	77203	fragment	False	USA0018_01_000000014772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	88.404	87.0	0.0013009455366204414	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
USA0047_01_000000015388	2339	0.9718129404578428	3	2	2	1	2	False	92461	fragment	False	ISR0141_000000013932	0.9511482254697285		0	0	False	False	0.9961522221565247	0					non-mobilizable	other	2341.0	93.507	100.0	0.09568810342006218	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0030_000000007994	1494	0.9718107861818251	2	2	2	2	2	False	18977	fragment	False	MAD0030_000000007994	0.9960116026105874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	82.609	4.0	0.00022520447542712075	NZ_AUCH01000003.1	b-proteobacteria	Azovibrio restrictus DSM 23866 G474DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
MAD0047_000000007753	4744	0.9718101189085121	8	7	0	2	7	False	78685	fragment	False	MAD0047_000000007753	1.0		0	0	False	False	0.9993675947189331	0		MOBP		MOBP	mobilizable	plasmid	4745.0	99.76799999999999	100.0	0.6785918717801946	CP057719.1	enterobacteria	Escherichia coli strain RHB17-C01 plasmid pRHB17-C01_3, complete sequence	False	True
MON0012_000000035780	1554	0.9718076780075008	2	2	0	2	2	False	103175	fragment	False	MON0012_000000035780	1.0		0	0	False	False	0.9871299862861633	0	rep_cluster_2350	MOBP		MOBP	mobilizable	other	1556.0	96.851	100.0	0.00028998448125548156	CP012744.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain TGH10, complete genome	False	True
AST0153_000000031409	1129	0.9718076780075008	2	2	0	2	2	False	103173	fragment	False	FIJ0144_000000025954	0.7062098894762743		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1153.0	95.056	100.0	0.19506802721088434	CP001148.1	enterobacteria	Salmonella enterica subsp. enterica serovar Virchow str. SL491 plasmid pSL491_5, complete sequence	False	True
ISR0335_000000016299	1219	0.9718061930822378	2	2	2	2	2	False	24481	maximal	True	ISR0335_000000016299	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	1224.0	88.64399999999999	100.0	0.0005555568225616278	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
CHI0095_000000005493	1555	0.9718060872685258	3	3	3	3	2	False	104380	fragment	False	ENG0093_000000007624	0.7051279396556759		0	0	False	False	0.9787781238555908	0					non-mobilizable	other	1555.0	99.61399999999999	100.0	0.010686802417940624	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0075_000000000054	20602	0.9718007245546888	31	8	5	6	5	False	49864	maximal	True	MAD0075_000000000054	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	11677.0	90.65700000000001	74.0	0.20628788147307978	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ETH0005_000000009241	5246	0.9717976009579592	5	3	2	2	2	False	52795	maximal	True	ETH0005_000000009241	1.0		1	1	False	False	0.9973313212394714	0					non-mobilizable	no_good_hit	1865.0	80.751	70.0	0.00035268214869453243	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
CHI0167_000000007505	2609	0.9717935972219852	3	3	1	3	1	True	78190	fragment	False	CHI0167_000000007505	1.0		0	0	False	False	0.9961671233177185	0		MOBV			mobilizable	plasmid	1708.0	99.70700000000001	100.0	0.5631804684922468	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	False	True
DEN0051_000000021961	2093	0.9717895937405752	3	2	2	1	1	False	72539	maximal	True	DEN0051_000000021961	1.0		0	0	False	False	0.9694218635559082	0					non-mobilizable	other	2053.0	99.318	98.0	0.010025895343724044	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	False	False
DEN0054_000000000459	12603	0.97178565938821	18	14	9	13	9	False	123874	fragment	False	ISR0137_000000002252	0.9562716671919319		0	0	False	False	1.0	0					non-mobilizable	other	11136.0	98.572	99.0	0.06589452378275047	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
FIJ0086_000000011154	2789	0.9717850986047072	5	3	1	3	1	True	43851	maximal	True	FIJ0086_000000011154	1.0		1	1	False	False	0.9942631721496582	0					non-mobilizable	no_good_hit	1859.0	86.875	66.0	0.0006203682595680593	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
DEN0061_000000002660	10318	0.971781087275344	7	5	3	5	2	True	117546	fragment	False	DEN0061_000000002660	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	54.0	98.148	1.0	0.00366325684268731	MK233969.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c4 sequence	True	True
MON0069_000000008985	4757	0.9717784714130054	7	5	4	5	5	False	99040	fragment	False	MON0069_000000008985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	80.609	25.0	0.00018015793678513933	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0081_000000012466	1906	0.9717741583753652	2	2	2	2	2	False	93520	fragment	False	MON0104_000000022814	0.9489255087419042		0	0	False	False	0.9763903617858887	0					non-mobilizable	other	1807.0	83.896	95.0	0.004442668363810384	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	False	False
SPA0128_000000022794	1636	0.971772978629454	4	1	1	1	1	True	114721	fragment	False	SPA0128_000000022794	0.967275785053801		0	0	False	False	0.9908313155174255	0					non-mobilizable	other	1623.0	97.72	99.0	0.000693982716321943	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	True
ISR0105_000000002286	5904	0.9717712627407076	8	5	4	4	2	False	71491	maximal	True	ISR0105_000000002286	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2514.0	87.788	55.0	0.2120724686759228	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MAD0014_000000010136	3033	0.9717682797482872	2	2	0	2	2	True	31485	maximal	False	ISR0134_000000010913	0.9599433250353369		0	0	True	True	0.9914276003837585	13					non-mobilizable	no_good_hit	260.0	79.615	8.0	0.08288590604026845	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
MAD0008_000000001716	5309	0.9717673058485092	9	9	0	3	9	False	103841	backbone	False	CAN0011_000000005883	0.9646157447346134	PS611	0	0	True	True	0.9998116493225098	54	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	4943.0	99.555	100.0	0.948530823890916	AP022653.1	enterobacteria	Escherichia coli 09-02E plasmid p3-09-02E DNA, complete genome	False	True
ENG0061_000000003446	5801	0.9717646382701576	8	5	2	3	4	False	130178	backbone	False	USA0083_01_000000005091	0.9319518534681112	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	50	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.573	71.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
SPA0128_000000001004	24138	0.9717636228083358	19	12	7	12	5	True	120597	fragment	False	SPA0019_000000000517	0.6352114525873391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	98.73100000000001	4.0	0.9988425925925926	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
MAD0086_000000001192	5081	0.971762754917029	9	6	3	5	5	False	16042	maximal	True	MAD0086_000000001192	0.9666734610680798		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000013668	2403	0.971751167700542	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.10486699170301941		0	0	False	False	0.9775280952453613	0					non-mobilizable	other	2370.0	99.536	99.0	0.00908749156079298	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0171_000000009148	2598	0.9717504744021844	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.5257203256975522		0	0	False	False	0.9946112632751465	0					non-mobilizable	other	2598.0	97.26700000000001	100.0	0.00996210028846744	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0087_000000018581	1650	0.9717497525101696	2	2	2	1	1	False	15978	maximal	True	MAD0087_000000018581	1.0		1	1	False	False	0.9715151786804199	0					non-mobilizable	no_good_hit	434.0	73.96300000000001	26.0	0.00012674847901825178	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
MAD0047_000000024674	1856	0.9717430862392769	3	2	2	2	1	False	17649	fragment	False	MAD0047_000000024674	1.0		0	0	False	False	0.9735991358757019	0					non-mobilizable	no_good_hit	645.0	99.07	35.0	0.2279646017699115	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
ISR0012_000000001948	11470	0.97174297532162	15	11	4	7	11	True	73780	maximal	True	ISR0012_000000001948	1.0		2	2	False	False	1.0	0					non-mobilizable	other	11401.0	99.62299999999999	99.0	0.0022077440899413133	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0056_000000001070	12778	0.9717230459105024	12	12	4	4	11	False	98176	fragment	False	ISR0056_000000001070	0.9905136678711658		0	0	False	True	0.9999217391014099	0		MOBP	MPF_I	MOBP	conjugative	plasmid	12778.0	99.992	100.0	0.11598583877995643	CP025751.1	enterobacteria	Escherichia coli strain CV839-06 plasmid pCV839-06-p1, complete sequence	False	True
ISR0144_000000000278	12728	0.9717230459105024	12	12	4	4	11	False	98176	fragment	False	ISR0056_000000001070	0.9885949417086545		0	0	False	True	0.9997643232345581	0		MOBP	MPF_I	MOBP	conjugative	plasmid	12728.0	99.992	100.0	0.1155319535221496	CP025751.1	enterobacteria	Escherichia coli strain CV839-06 plasmid pCV839-06-p1, complete sequence	False	True
ISR0170_000000042835	1104	0.9717219988332636	1	1	1	1	1	False	30023	fragment	False	ISR0170_000000042835	1.0		0	0	False	False	0.9945651888847351	0					non-mobilizable	other	1104.0	99.366	100.0	0.001296692083242224	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0038_000000000873	25867	0.9717213460841398	31	18	6	17	6	True	100675	backbone	False	SPA0056_000000000367	0.5658089615933789	PS581	0	0	False	True	1.0	0					non-mobilizable	other	25772.0	96.834	100.0	0.413875174887027	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
FIJ0052_000000020294	1518	0.9717207829793528	2	2	2	2	1	False	93084	fragment	False	FIJ0052_000000020294	1.0		0	0	False	False	0.9861660003662109	0					non-mobilizable	other	1512.0	95.50299999999999	99.0	0.005418353552051695	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0028_000000009748	1964	0.9717182909617564	3	3	3	2	2	False	99170	fragment	False	ISR0028_000000009748	1.0		0	0	False	False	0.9887983798980713	0					non-mobilizable	other	1758.0	98.976	95.0	0.0007923299205679073	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0002_000000006593	3146	0.971718169643438	6	3	2	2	2	False	38654	maximal	True	ISR0002_000000006593	1.0		0	0	False	False	0.98982834815979	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0008125126955108674	NZ_JYDC01000093.1	firmicutes	Lactobacillus collinoides strain 237 contig93, whole genome shotgun sequence	True	False
SPA0009_000000024780	1502	0.9717130508847509	3	2	2	2	1	False	8115	fragment	False	SPA0009_000000024780	1.0		0	0	False	False	0.9940080046653748	0					non-mobilizable	no_good_hit								True	False
AST0055_000000013285	2597	0.9717122757838392	5	2	2	2	2	False	113832	fragment	False	AST0055_000000013285	1.0		0	0	False	False	0.9969195127487183	0					non-mobilizable	no_good_hit	719.0	83.588	28.0	0.0004311484264587841	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
MON0049_000000013061	1671	0.9717109230548464	2	2	2	2	2	False	42456	fragment	False	MON0049_000000013061	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1580.0	81.139	94.0	0.05365304591036223	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MAD0068_000000009248	2913	0.9717104688482184	8	2	0	2	1	True	16471	maximal	True	MAD0068_000000009248	1.0		1	1	True	True	0.9886714816093445	16					non-mobilizable	no_good_hit								True	True
MON0106_000000018236	2272	0.9717103526362924	3	3	3	3	2	False	65376	fragment	False	MON0106_000000018236	1.0		0	0	False	False	0.997799277305603	0					non-mobilizable	chromosome	2249.0	97.421	99.0	0.000925781787302458	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AUS0002_000000005985	5195	0.9717085950080958	6	5	2	4	3	False	115585	maximal	True	AUS0002_000000005985	1.0		0	0	False	False	0.9992300271987915	0					non-mobilizable	no_good_hit	2171.0	98.204	79.0	0.0006830331969263191	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
USA0020_01_000000007467	4656	0.9717071900211336	7	7	6	6	5	False	1802	maximal	True	USA0020_01_000000007467	1.0		1	1	False	False	0.9959192276000977	0					non-mobilizable	no_good_hit	1678.0	71.395	35.0	0.00048541748421060426	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0051_000000015520	1880	0.9717059444441144	2	2	2	2	2	False	17331	maximal	True	MAD0051_000000015520	1.0		29	3	False	False	0.9994680881500244	0					non-mobilizable	no_good_hit	876.0	71.461	45.0	0.0034909256229881513	NZ_PPTS01000007.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_7, whole genome shotgun sequence	True	False
ISR0814_000000008274	4626	0.9716993815800932	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9161466036544502	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	2160.0	98.194	63.0	0.421484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
FIJ0078_000000000836	19655	0.9716957395073308	19	7	4	7	5	True	44468	fragment	False	FIJ0078_000000000836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	0.0	0.014447884416924664	XM_025310005.1	glomeromycetes	Rhizophagus irregularis DAOM 181602=DAOM 197198 small-subunit processome (GLOIN_2v1471576), partial mRNA	True	True
FIJ0160_000000009907	1858	0.9716938991476856	3	3	3	3	3	False	79747	fragment	False	CHI0151_000000012455	0.9624051810057589		0	0	False	False	1.0	0					non-mobilizable	chromosome	1858.0	98.22399999999999	100.0	0.0003611343234935088	LR588411.1	enterobacteria	Klebsiella quasipneumoniae strain NCTC9170 genome assembly, chromosome: 1	False	False
DEN0028_000000005758	4335	0.9716912837071334	9	5	4	5	4	False	74047	maximal	True	DEN0028_000000005758	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	78.195	12.0	0.00017603873794698441	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0037_000000025435	2672	0.9716888208828128	4	2	2	2	2	False	37910	maximal	True	MON0037_000000025435	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	77.751	16.0	0.00014650085358810597	LR134354.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain NCTC11817 genome assembly, chromosome: 1	True	False
MON0098_000000014388	2247	0.9716888208828128	3	2	2	2	2	False	37909	fragment	False	MON0098_000000014388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000017457	1850	0.971684901962818	1	1	1	1	1	True	131092	fragment	False	ENG0016_000000011040	0.8220875156990355		0	0	False	False	0.9945945739746094	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0003410702425188935	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
CHI0002_000000006651	1364	0.9716834911077208	2	2	2	2	1	False	91012	fragment	False	ISR0276_000000005364	0.5399781234071589		0	0	False	False	0.9992668628692627	0					non-mobilizable	other	1364.0	99.70700000000001	100.0	0.0002189713007827059	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
SPA0033_000000025180	1268	0.9716834911077208	2	2	2	2	1	False	91012	fragment	False	ISR0276_000000005364	0.21840564293319037		0	0	False	False	0.9794952869415283	0					non-mobilizable	chromosome	1257.0	97.375	99.0	0.00019344342396401798	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0359_000000009317	2719	0.971676544980766	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.27643427071729004		0	0	False	False	0.995218813419342	0					non-mobilizable	other	2719.0	99.632	100.0	0.0072086886180694615	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0030_000000018817	1156	0.9716762341839278	1	1	1	1	1	False	37032	maximal	True	ISR0030_000000018817	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0039_000000011948	1338	0.9716697133262078	3	2	1	2	2	False	116517	fragment	False	AST0039_000000011948	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	100.0	100.0	0.0004044877874639039	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0143_000000023746	1222	0.9716697133262078	2	2	1	2	2	False	31109	maximal	True	ISR0143_000000023746	1.0		2	2	False	False	0.9967266917228699	0					non-mobilizable	other	1094.0	100.0	100.0	0.00033066952258642256	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0077_000000017533	2365	0.9716676937983294	3	3	3	2	2	False	50142	fragment	False	FIJ0078_000000010991	0.9347688285087284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	88.42299999999999	21.0	0.00014873011255299998	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
ISR0288_000000000544	24654	0.9716599908660798	27	13	7	11	7	True	127353	maximal	True	ISR0288_000000000544	1.0	PS1004	5	3	False	True	1.0	0					non-mobilizable	no_good_hit	4942.0	99.96	22.0	0.8805916948850472	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0099_000000002673	7917	0.9716559386024434	8	2	2	2	1	False	81393	maximal	True	ISR0099_000000002673	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0042_000000009150	2617	0.9716548899834229	3	3	3	3	3	True	89281	fragment	False	FIJ0042_000000009150	0.997457627118644		0	0	False	False	1.0	0					non-mobilizable	plasmid	2617.0	99.50299999999999	100.0	0.0243039103653948	CP052219.1	enterobacteria	Klebsiella pneumoniae strain E17KP0053 plasmid pE17KP0053-2, complete sequence	False	True
MON0019_000000004847	9948	0.9716454233842616	12	9	8	9	4	False	116170	fragment	False	MON0019_000000004847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	97.361	24.0	0.0001540775573480741	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0062_000000000690	18210	0.9716396283289416	23	15	13	14	12	False	122388	maximal	True	CHI0062_000000000690	1.0		1	1	False	False	1.0	0					non-mobilizable	virus	14219.0	94.75299999999999	93.0	0.21343766458505756	MK231413.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_1-CL01_c5 sequence	False	False
USA0007_01_000000004033	4614	0.9716389582054056	6	6	5	6	6	False	95543	maximal	True	USA0007_01_000000004033	1.0		14	6	False	False	1.0	0					non-mobilizable	other	4614.0	100.0	100.0	0.01588870672195969	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
ETH0005_000000022735	2069	0.9716377436535859	4	3	1	2	3	False	77323	maximal	True	ETH0005_000000022735	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	96.522	6.0	0.00038052766502884	NZ_RJQC01000003.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_3, whole genome shotgun sequence	True	False
MON0013_000000038303	1470	0.9716377436535859	3	3	1	2	3	False	77319	fragment	False	MON0007_000000042787	0.9305095962938451		0	0	False	False	0.9741496443748474	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000002260	6626	0.9716370286749616	10	7	5	6	6	False	71747	maximal	True	DEN0062_000000002260	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	95.97399999999999	18.0	0.058874878758486904	NZ_MPJW01000262.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_35_length_20620_cov_347.105_ID_69, whole genome shotgun sequence	True	False
ISR0167_000000015584	1850	0.9716363603333904	3	3	3	2	2	False	46866	fragment	False	ISR0167_000000015584	1.0		0	0	False	False	0.9837837815284729	0					non-mobilizable	chromosome	1854.0	89.59	99.0	0.0007434623319141795	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0074_000000019439	1537	0.9716361385698428	3	2	2	1	1	False	98917	fragment	False	ISR0335_000000008295	0.32562989794913516		0	0	False	False	0.9967468976974487	0					non-mobilizable	other	1537.0	100.0	100.0	0.00025702187614256347	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0056_01_000000012344	1397	0.9716361385698428	2	2	2	1	1	False	98917	fragment	False	ISR0335_000000008295	0.3189517802778795		0	0	False	False	0.9978525638580322	0					non-mobilizable	other	1397.0	100.0	100.0	0.00023359540305665274	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0082_000000015087	1385	0.9716361385698428	2	2	2	1	1	False	98917	fragment	False	ISR0335_000000008295	0.29135124960945574		0	0	False	False	0.9992779493331909	0					non-mobilizable	other	1386.0	99.78399999999999	100.0	0.0002317547515999026	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
DEN0007_000000018642	1366	0.9716361385698428	2	2	2	1	1	False	98917	fragment	False	ISR0335_000000008295	0.2355889094808123		0	0	False	False	0.9765739440917969	0					non-mobilizable	other	1366.0	99.854	100.0	0.00022840811258762966	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0060_01_000000006739	1787	0.9716323145136284	2	2	2	2	2	False	100697	fragment	False	USA0060_01_000000006739	0.9868807624317573		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	99.72	100.0	0.004736835125780743	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0395_000000023221	1665	0.9716268790447	3	3	3	3	2	False	22720	fragment	False	ISR0395_000000023221	1.0		0	0	False	False	0.9993994235992432	0					non-mobilizable	chromosome	1665.0	100.0	100.0	0.0008941486995080033	CP030927.1	firmicutes	Streptococcus thermophilus strain CS9 chromosome, complete genome	False	False
MON0044_000000011467	3949	0.9716230202726815	5	2	1	2	1	True	56618	fragment	False	MON0044_000000011467	1.0		0	0	False	False	0.996961236000061	0					non-mobilizable	plasmid	2047.0	92.135	91.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MON0076_000000043890	1103	0.9716201170716916	2	2	1	1	2	True	10258	fragment	False	MON0076_000000043890	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1103.0	99.90899999999999	100.0	0.011040203572537745	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
FIJ0167_000000001405	11535	0.9716185257850284	13	12	8	7	12	False	39542	maximal	True	FIJ0167_000000001405	0.9886334056399133		2	1	False	False	1.0	0					non-mobilizable	chromosome	5318.0	99.473	98.0	0.00097226031780862	LR134079.1	enterobacteria	Escherichia coli strain NCTC9112 genome assembly, chromosome: 1	False	False
FIJ0155_000000001686	11525	0.9716185257850284	12	12	8	7	12	False	39542	maximal	False	FIJ0167_000000001405	0.988123103597746		0	0	False	False	1.0	0					non-mobilizable	chromosome	5477.0	99.56200000000001	99.0	0.0010013348693473768	LR134079.1	enterobacteria	Escherichia coli strain NCTC9112 genome assembly, chromosome: 1	False	False
ISR0320_000000013608	1856	0.9716177584821216	3	3	3	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9890528725618796		0	0	False	False	0.9994612336158752	0					non-mobilizable	chromosome	1756.0	99.772	100.0	0.0006953206978419291	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0168_000000004855	3959	0.9716163144472306	6	4	0	2	4	False	95616	maximal	True	FIJ0168_000000004855	1.0		4	1	True	True	1.0	4	rep_cluster_2358,rep_cluster_2374				non-mobilizable	plasmid	3116.0	94.48	100.0	0.7926267281105991	CP055323.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00555 plasmid pRHBSTW-00555_9, complete sequence	False	True
MAD0068_000000013446	2081	0.9716153543757304	4	3	0	2	3	False	104113	fragment	False	MAD0056_000000006018	0.964465602487427		0	0	False	False	0.9927919507026672	0				MOB_unknown	mobilizable	plasmid	2013.0	99.851	100.0	0.44014007441453273	CP060736.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 plasmid pEr982-3, complete sequence	False	True
MAD0037_000000006286	2079	0.9716153543757304	4	3	0	2	3	False	104113	fragment	False	MAD0056_000000006018	0.9637642504038396		0	0	False	False	0.9947090148925781	0				MOB_unknown	mobilizable	plasmid	2011.0	99.851	100.0	0.439702341869118	CP060736.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 plasmid pEr982-3, complete sequence	False	True
ISR0192_000000009978	1825	0.9716153543757304	3	3	0	2	3	False	29127	fragment	False	ISR0192_000000009978	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1826.0	97.37100000000001	99.0	0.24529063509149623	CP041096.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KPCTRSRTH01 plasmid unnamed4, complete sequence	False	True
ENG0083_000000002815	8292	0.9716102291684876	11	7	4	5	5	True	122250	backbone	True	ENG0083_000000002815	0.991246582885166	PS868	4	1	True	True	1.0	69					non-mobilizable	no_good_hit	1167.0	95.887	45.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0168_000000003321	8240	0.9716102291684876	10	7	4	5	5	True	122250	backbone	False	ENG0083_000000002815	0.9910449442604659	PS868	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	1167.0	95.887	45.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0327_000000002317	8231	0.9716102291684876	11	7	4	5	5	True	122250	backbone	False	ENG0083_000000002815	0.9887992527179765	PS868	0	0	True	True	0.9998785257339478	24					non-mobilizable	no_good_hit	1166.0	95.455	45.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0036_000000002524	8220	0.9716102291684876	10	7	4	5	5	True	122250	backbone	False	ENG0083_000000002815	0.9900385274169284	PS868	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1167.0	95.887	45.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0082_000000002173	7759	0.9716102291684876	9	7	4	5	5	True	122250	backbone	False	ENG0083_000000002815	0.9261514797784672	PS868	0	0	True	True	0.9998711347579956	15					non-mobilizable	no_good_hit	1176.0	90.986	48.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0052_01_000000003658	4657	0.971609455168004	6	5	2	4	4	False	1086	maximal	True	USA0052_01_000000003658	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	88.876	21.0	0.00012209188423487486	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
AUS0012_000000006196	2667	0.9716089629842336	5	3	3	3	1	False	101206	maximal	True	AUS0012_000000006196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	97.744	40.0	0.00035799779880186925	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
FIJ0144_000000011177	2815	0.9716078387832132	3	3	0	2	3	False	50621	maximal	True	FIJ0144_000000011177	1.0		1	1	False	False	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	2333.0	94.556	94.0	0.2430852729360192	CP055989.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00676 plasmid pRHBSTW-00676_5, complete sequence	False	True
MAD0056_000000006018	2240	0.971607110064871	3	2	0	2	2	False	104113	fragment	False	MAD0056_000000006018	0.98356944812164		0	0	False	False	0.9995535612106323	0				MOB_unknown	mobilizable	plasmid	2172.0	99.21700000000001	100.0	0.4749398117750055	CP060736.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 plasmid pEr982-3, complete sequence	False	True
AST0150_000000013287	2102	0.971607110064871	4	2	0	2	2	False	104113	fragment	False	MAD0056_000000006018	0.9414319987159068		0	0	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	2034.0	94.00200000000001	100.0	0.4447362661413876	CP060736.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 plasmid pEr982-3, complete sequence	False	True
ENG0002_000000013285	1733	0.971607110064871	2	2	0	2	2	False	87318	fragment	False	ENG0002_000000013285	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1733.0	98.44200000000001	100.0	0.38669345836124136	CP056764.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00186 plasmid pRHBSTW-00186_5, complete sequence	False	True
FIJ0034_000000016606	1656	0.971607110064871	3	2	0	2	2	False	48120	fragment	False	FIJ0034_000000016606	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1656.0	99.758	100.0	0.39735894357743096	CP052403.1	enterobacteria	Klebsiella pneumoniae strain C17KP0039 plasmid pC17KP0039-4, complete sequence	False	True
FIJ0158_000000013130	1417	0.971607110064871	2	2	0	2	2	False	39429	fragment	False	FIJ0158_000000013130	0.9922394678492239		0	0	False	False	1.0	0					non-mobilizable	plasmid	1352.0	98.225	99.0	0.18178148546824544	CP041096.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KPCTRSRTH01 plasmid unnamed4, complete sequence	False	True
FIJ0068_000000023035	1399	0.971607110064871	3	2	0	2	2	False	45039	fragment	False	FIJ0068_000000023035	1.0		0	0	False	False	0.9907076358795166	0					non-mobilizable	plasmid	1397.0	88.976	99.0	0.3048807178813745	CP060736.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 plasmid pEr982-3, complete sequence	False	True
MON0060_000000031396	1353	0.971607110064871	2	2	0	2	2	False	39429	fragment	False	FIJ0158_000000013130	0.9700070571630205		0	0	False	False	0.9793052673339844	0					non-mobilizable	plasmid	1353.0	98.965	100.0	0.3047790802524797	CP058963.1	enterobacteria	Klebsiella pneumoniae strain ZZW20 plasmid pZZW20-4.4K, complete sequence	False	True
MAD0063_000000001251	7516	0.9716012005990946	15	5	3	3	2	False	16735	fragment	False	MAD0063_000000001251	1.0		0	0	False	False	0.9881585836410522	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000007267	2221	0.9715993087247904	2	2	2	1	2	True	34958	backbone	False	MAD0053_000000005072	0.9995653566562193	PS110	0	0	True	True	1.0	8					non-mobilizable	plasmid	1342.0	99.62700000000001	100.0	0.3169463483809974	CP030792.1	enterobacteria	Escherichia coli strain APEC O2-211 plasmid pAPEC-O2-211B, complete sequence	False	True
ENG0187_000000011315	2556	0.971595229387146	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.24877528000626375		0	0	False	False	1.0	0					non-mobilizable	other	2556.0	99.844	100.0	0.006776379477250726	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0063_000000000501	27408	0.9715848715095112	32	17	12	15	8	True	53274	fragment	False	FIJ0063_000000000501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	0.0	0.0029584896452862415	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
AST0148_000000007741	4450	0.9715811045042484	5	3	3	3	3	False	120429	fragment	False	ENG0079_000000006753	0.9589759394266633		0	0	False	False	0.9997752904891968	0					non-mobilizable	no_good_hit	43.0	100.0	1.0	1.4808948695102434e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0043_000000001449	9824	0.9715797416118552	10	6	3	5	2	True	109374	fragment	False	MON0043_000000001449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2180.0	94.771	68.0	0.09434126019788232	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
USA0082_01_000000015854	1878	0.9715786181678862	3	3	3	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7735123034339152		0	0	False	False	0.9989350438117981	0					non-mobilizable	no_good_hit	1662.0	76.354	88.0	0.000461647424246303	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AUS0012_000000005193	3099	0.9715767291795122	3	3	3	3	3	False	129753	fragment	False	AUS0012_000000005193	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1751.0	99.2	94.0	0.00046897075123218717	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0193_000000007804	2630	0.9715753863195734	4	3	2	3	2	False	54598	fragment	False	ENG0193_000000007804	1.0		0	0	False	False	0.9984790682792664	0					non-mobilizable	no_good_hit	497.0	76.66	19.0	0.00013798669819470682	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0039_000000001554	7196	0.9715714555268394	8	6	3	3	5	True	121783	fragment	False	DEN0039_000000001554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3532.0	75.736	49.0	0.007990428870771456	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
USA0102_01_000000002372	5995	0.9715714555268394	8	6	3	3	5	True	121782	fragment	False	USA0102_01_000000002372	0.9634083930399182		0	0	False	False	0.9981651306152344	0					non-mobilizable	no_good_hit	2600.0	77.308	43.0	0.00588587846678928	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
FIJ0147_000000001005	13497	0.9715693224333752	10	4	3	3	2	True	98615	fragment	False	FIJ0147_000000001005	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.266	9.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0099_000000001534	4781	0.9715662379024862	4	3	1	2	3	True	5007	maximal	True	SPA0099_000000001534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	80.71300000000001	77.0	0.04409546015635715	CP047417.1	firmicutes	Lactobacillus reuteri strain 1B plasmid unnamed, complete sequence	True	True
MON0102_000000030724	1441	0.9715561417506394	2	1	1	1	1	False	8937	fragment	False	MON0102_000000030724	1.0		0	0	False	False	0.9222761988639832	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.675955249600614e-05	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	True	False
ISR0013_000000008844	2797	0.9715554290639552	3	3	2	3	2	False	131517	fragment	False	ISR0013_000000008844	0.9953237410071942		0	0	False	False	0.9967822432518005	0					non-mobilizable	no_good_hit	1796.0	78.285	63.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0178_000000007843	2780	0.9715554290639552	3	3	2	3	2	False	131517	fragment	False	ISR0013_000000008844	0.9923131927064712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	78.214	63.0	0.024570504239178937	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0128_000000019102	1535	0.9715552907872428	3	1	1	1	1	False	58609	maximal	True	ENG0128_000000019102	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	96.992	26.0	0.0014364601003356552	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0098_000000013492	3229	0.9715551884955168	4	3	2	3	1	True	64890	maximal	True	MAD0098_000000013492	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	91.887	79.0	0.5792015453960078	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
CHI0059_000000002853	5395	0.9715539674545984	10	6	2	3	5	True	130693	backbone	False	MON0033_000000012705	0.995734978724923	PS1122|PS1123	0	0	True	True	1.0	838		MOBP			mobilizable	no_good_hit	4575.0	97.53	87.0	0.8472942920681986	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CHI0064_000000003148	5395	0.9715539674545984	9	6	2	3	5	True	130693	backbone	False	MON0033_000000012705	0.9957921300259307	PS1122|PS1123	0	0	True	True	1.0	115		MOBP			mobilizable	no_good_hit	3007.0	99.20200000000001	88.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CHI0089_000000001191	5393	0.9715539674545984	10	6	2	3	5	True	130693	backbone	False	MON0033_000000012705	0.996469123922484	PS1122|PS1123	0	0	True	True	1.0	48		MOBP			mobilizable	no_good_hit	4539.0	97.444	87.0	0.8406226834692365	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CHI0078_000000003130	5393	0.9715539674545984	10	6	2	3	5	True	130693	backbone	False	MON0033_000000012705	0.9967721070377528	PS1122|PS1123	0	0	True	True	1.0	100		MOBP			mobilizable	no_good_hit	3007.0	99.235	88.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CHI0066_000000002575	5392	0.9715539674545984	10	6	2	3	5	True	130693	backbone	False	MON0033_000000012705	0.9966359951993266	PS1122|PS1123	0	0	True	True	1.0	890		MOBP			mobilizable	no_good_hit	3007.0	99.235	88.0	0.5568939955522609	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
MON0008_000000005197	5228	0.9715539674545984	11	6	2	3	5	True	130693	backbone	False	MON0033_000000012705	0.9568235186756643	PS1122|PS1123	0	0	False	True	0.9998087286949158	0		MOBP			mobilizable	no_good_hit	2795.0	96.17200000000001	84.0	0.5172349888806523	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
MON0022_000000021727	1446	0.9715538136320988	1	1	1	1	1	False	13008	fragment	False	MON0022_000000021727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0091_01_000000005618	1932	0.9715474682199492	2	2	2	2	2	False	382	maximal	True	USA0091_01_000000005618	1.0		1	1	False	False	0.9994823932647705	0					non-mobilizable	other	1680.0	89.286	92.0	0.0018356374807987712	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0829_000000008186	1855	0.9715455809430144	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.23310485090561262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	78.562	85.0	0.022102298081213743	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0012_000000014103	1648	0.9715435417774696	2	2	2	1	1	False	124984	fragment	False	ISR0814_000000023410	0.9346087949743005		0	0	False	False	0.9987863898277283	0					non-mobilizable	no_good_hit	765.0	93.85600000000001	46.0	0.12352274566941882	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0126_000000002328	13339	0.9715379183682479	21	7	5	5	6	False	41171	maximal	True	FIJ0126_000000002328	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	75.0	1.0	0.0029028282304099638	NZ_QAOM01000019.1	firmicutes	Trichococcus patagoniensis strain DSM 18806 Ga0192380_119, whole genome shotgun sequence	True	False
ISR0141_000000002987	11459	0.97153521942499	19	5	3	5	4	False	118019	fragment	False	ISR0159_000000001728	0.9696960468681773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8969.0	98.227	83.0	0.7531331482883338	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
MAD0010_000000002976	1504	0.971533969315472	2	2	2	2	2	False	97506	fragment	False	ISR0134_000000020037	0.9176284289748227		0	0	False	False	1.0	0					non-mobilizable	chromosome	1504.0	95.678	100.0	0.00023166969419754504	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0027_000000020418	1836	0.9715297857710964	2	2	2	2	1	False	7480	maximal	True	SPA0027_000000020418	1.0		0	0	False	False	0.9967319965362549	0					non-mobilizable	no_good_hit	1046.0	92.161	57.0	0.004282285639137296	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
MAD0041_000000022174	1629	0.971528064336496	4	3	3	2	3	False	18235	fragment	False	MAD0041_000000022174	1.0		0	0	False	False	0.9993861317634583	0					non-mobilizable	chromosome	1629.0	95.70299999999999	100.0	0.00033696713835162386	CP046000.1	enterobacteria	Escherichia coli strain 1916D18 chromosome, complete genome	False	False
MON0033_000000021386	3037	0.9715266215639572	4	3	3	3	3	False	97303	maximal	True	MON0033_000000021386	1.0		1	1	False	False	0.9944023489952087	0					non-mobilizable	no_good_hit	1056.0	76.61	53.0	0.00030979053598797563	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0128_000000000990	24367	0.9715264399587432	29	7	4	7	3	True	128676	maximal	True	SPA0128_000000000990	1.0		2	1	False	False	0.9997537732124329	0					non-mobilizable	no_good_hit	106.0	99.057	0.0	2.3367876247288214e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
AST0019_000000003672	6562	0.971524270669712	8	5	2	3	4	False	127547	maximal	True	AST0019_000000003672	1.0		1	1	False	False	0.9975616931915283	0					non-mobilizable	no_good_hit	4702.0	98.809	72.0	0.433567078796826	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0112_000000004988	5394	0.971524270669712	6	5	2	3	4	False	127545	fragment	False	AST0055_000000005712	0.9986131656804733		0	0	False	False	1.0	0					non-mobilizable	other	5394.0	100.0	100.0	0.4976010334009965	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
MON0103_000000038003	1498	0.9715200952224068	3	2	2	2	1	False	8867	fragment	False	MON0103_000000038003	1.0		0	0	False	False	0.9065420627593994	0					non-mobilizable	no_good_hit	579.0	80.311	39.0	0.00013083793420280468	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0288_000000013667	2213	0.9715198099493516	4	2	2	1	2	False	25975	fragment	False	ISR0288_000000013667	1.0		0	0	False	False	0.9823768734931946	0					non-mobilizable	no_good_hit	643.0	95.179	29.0	0.00020557110502794263	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0297_000000004720	2839	0.9715196794890312	5	5	3	4	3	True	130268	backbone	False	FIJ0135_000000009121	0.040074834520866624	PS1090	0	0	True	True	0.9992955327033997	1					non-mobilizable	other	2658.0	86.83200000000001	93.0	0.8815086782376502	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CHI0052_000000013657	1153	0.9715133570431708	2	2	2	2	2	False	86447	fragment	False	CHI0052_000000013657	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1153.0	96.531	100.0	0.0005585711826726564	LR134481.1	g-proteobacteria	Haemophilus parainfluenzae strain NCTC10665 genome assembly, chromosome: 1	False	False
FIJ0032_000000007506	4568	0.9715105002100284	6	5	2	4	2	False	48468	fragment	False	FIJ0032_000000007506	0.9779197489352163		0	0	False	False	0.9914623498916626	0					non-mobilizable	no_good_hit	294.0	93.537	10.0	0.00012704061700982808	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ISR0309_000000014563	1402	0.9715076362539417	3	3	2	3	2	False	71393	fragment	False	ISR0200_000000017230	0.9718102810462325		0	0	False	False	0.9778887033462524	0					non-mobilizable	other	1394.0	98.20700000000001	99.0	0.005343552445835635	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
TAN0027_000000001203	5176	0.9714986509316759	7	3	1	2	2	False	52882	fragment	False	MAD0084_000000001035	0.9689872245880393		0	0	False	False	0.9984543919563293	0					non-mobilizable	no_good_hit								True	False
TAN0014_000000001230	3428	0.9714986509316759	5	3	1	2	2	False	44320	fragment	False	TAN0014_000000001230	1.0		0	0	False	False	0.9997082948684692	0					non-mobilizable	no_good_hit								True	False
SPA0139_000000003351	6619	0.9714977502877664	11	9	3	5	8	True	118187	maximal	True	SPA0139_000000003351	0.9888936741937787	PS799	2	1	True	True	1.0	75	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3005.0	96.10600000000001	75.0	0.37821482602118	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0057_000000001947	7347	0.9714907053520314	10	8	7	7	6	True	94597	fragment	False	SPA0105_000000003698	0.48006450727422456		0	0	False	False	0.9994555711746216	0					non-mobilizable	no_good_hit	5861.0	98.55	80.0	0.12682398787616367	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
SPA0010_000000019899	1317	0.97149007755355	3	2	2	2	1	False	63505	fragment	False	SPA0010_000000019899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000009555	2615	0.9714890835292934	4	2	2	2	2	False	64945	maximal	True	ENG0039_000000009555	1.0		1	1	False	False	0.9996175765991211	0					non-mobilizable	no_good_hit	705.0	85.39	27.0	0.008205810601020182	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
MAD0105_000000003154	8229	0.9714877955101272	6	6	5	5	5	False	17547	maximal	True	MAD0105_000000003154	1.0		1	1	False	False	0.999878466129303	0					non-mobilizable	no_good_hit	2695.0	98.256	42.0	0.0011423478173481672	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ENG0068_000000012020	2033	0.97147962230588	3	2	2	1	1	False	62609	fragment	False	ENG0068_000000012020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	85.25399999999999	29.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0080_000000003492	6564	0.9714779058774964	8	6	4	6	5	False	99044	maximal	True	ENG0080_000000003492	1.0		3	2	False	False	0.9992382526397705	0					non-mobilizable	no_good_hit	558.0	77.24	8.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0056_000000000999	14774	0.9714747565644062	22	10	7	10	7	False	118028	fragment	False	ENG0056_000000000999	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	11903.0	98.975	81.0	0.9999158886365548	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
CAN0014_000000002054	17625	0.9714701684551078	16	14	5	8	13	True	93762	fragment	False	CAN0014_000000002054	1.0		0	0	False	False	0.9997730255126953	0					non-mobilizable	no_good_hit	6817.0	83.35	84.0	0.0010387372383215277	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
MON0033_000000032791	1875	0.9714697409959692	3	3	3	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7821436864281969		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	78.777	90.0	0.023454930834448908	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0122_000000007585	2313	0.9714689349975548	3	3	3	3	1	False	32153	maximal	True	ISR0122_000000007585	1.0		15	6	False	False	1.0	0					non-mobilizable	other	2314.0	99.04899999999999	100.0	0.0007820778723694897	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	False	False
ISR0084_000000001636	11189	0.9714677762775836	14	9	5	7	6	False	69645	maximal	True	ISR0084_000000001636	1.0		9	5	False	False	0.996603786945343	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	0.013826477704804701	NZ_AZDU01000085.1	firmicutes	Lactobacillus equicursoris DSM 19284 = JCM 14600 = CIP 110162 strain DSM 19284 Scaffold85, whole genome shotgun sequence	True	False
ETH0004_000000005912	4812	0.9714619340582624	6	2	2	2	2	True	116378	backbone	False	ENG0136_000000002709	0.9620622470910946	PS774	0	0	True	True	0.998129665851593	16					non-mobilizable	plasmid	3026.0	98.182	96.0	0.6654201495820502	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ENG0133_000000005252	4644	0.9714619340582624	5	2	2	2	2	True	116378	backbone	False	ENG0136_000000002709	0.9522338274200273	PS774	0	0	True	True	1.0	391					non-mobilizable	plasmid	4023.0	94.631	100.0	0.8787945446546415	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
CAN0018_000000022838	1495	0.9714564100505636	3	2	2	2	2	False	92119	fragment	False	CHI0148_000000005763	0.5468340269180941		0	0	False	False	0.9598662257194519	0					non-mobilizable	other	1495.0	98.863	100.0	0.005973610555777689	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0181_000000005836	3199	0.97145619337567	7	6	3	3	6	True	63737	maximal	True	ISR0181_000000005836	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2748.0	99.309	85.0	0.023117641613438024	AP019762.1	enterobacteria	Escherichia coli O111:H- 110512 plasmid pO111-110512_1 DNA, complete genome	True	True
ISR0145_000000009992	3116	0.9714538000931024	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.24598983932441779	PS1090	0	0	True	True	1.0	11					non-mobilizable	other	2056.0	86.72200000000001	93.0	0.6805740987983978	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0265_000000007531	2194	0.9714538000931024	4	4	2	3	3	True	35894	fragment	False	ISR0265_000000007531	1.0		0	0	False	False	0.9995442032814026	0					non-mobilizable	other	1396.0	87.60700000000001	97.0	0.46328437917222964	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CAN0012_000000024548	1928	0.9714536533464004	2	2	2	2	1	True	96470	fragment	False	SPA0128_000000014242	0.2823059802155058		0	0	False	False	0.9984439611434937	0					non-mobilizable	other	1931.0	90.523	100.0	0.17527742404948154	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0776_000000000523	33715	0.9714518317828029	48	40	12	25	38	True	22436	maximal	True	ISR0776_000000000523	1.0		1	1	False	False	0.9997627139091492	0	rep_cluster_1				non-mobilizable	no_good_hit	7434.0	87.369	49.0	0.1632509145400855	CP056463.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00490 plasmid pRHBSTW-00490_4, complete sequence	True	True
ENG0192_000000015703	1448	0.9714514067034868	2	2	2	2	1	False	54644	maximal	True	ENG0192_000000015703	1.0		0	0	False	False	0.9924033284187317	0					non-mobilizable	other	1453.0	88.988	100.0	0.00041254548834323787	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
FIJ0066_000000009377	3350	0.9714492150315543	4	2	2	1	1	False	45360	maximal	True	FIJ0066_000000009377	1.0		4	1	False	False	0.9958208799362183	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000007341	3156	0.9714394288139094	4	3	3	3	3	False	67895	maximal	True	ENG0003_000000007341	1.0		0	0	False	False	0.9984157085418701	0					non-mobilizable	no_good_hit	1087.0	98.25200000000001	72.0	0.00039403178038811224	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MON0105_000000048019	1143	0.971433484731771	3	2	2	2	2	False	8686	fragment	False	MON0105_000000048019	1.0		0	0	False	False	0.9588801264762878	0					non-mobilizable	chromosome	917.0	99.12799999999999	100.0	0.0002454726903592477	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0056_000000002463	6294	0.9714330188653898	8	6	3	3	6	False	130171	backbone	True	CHI0056_000000002463	1.0	PS1081|PS1085|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	3	3	True	True	1.0	58	rep_cluster_475				non-mobilizable	no_good_hit	2867.0	97.803	83.0	0.4393311857646878	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0009_000000019014	1926	0.9714305662230396	3	3	3	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8506155008518068		0	0	False	False	0.9994807839393616	0					non-mobilizable	other	1792.0	78.292	92.0	0.024723895582329316	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0011_000000020571	2152	0.9714215954341124	3	3	2	1	3	True	120312	maximal	False	CHI0009_000000003776	0.9793557723726891	PS529	0	0	True	True	1.0	4	Col(BS512)				non-mobilizable	plasmid	2102.0	99.334	100.0	0.9547531992687386	AP023223.1	enterobacteria	Escherichia coli M505 plasmid pM505-c DNA, complete genome	False	True
ENG0005_000000011425	2096	0.9714215954341124	3	3	2	1	3	True	120312	maximal	False	CHI0009_000000003776	0.9773960913034327	PS529	0	0	True	True	1.0	36	Col(BS512)				non-mobilizable	plasmid	2078.0	98.98899999999999	100.0	0.9942528735632183	CP033398.1	enterobacteria	Escherichia coli strain WCHEC020031 plasmid p2_020031, complete sequence	False	True
ISR0103_000000006279	4148	0.9714205022540988	5	4	3	3	4	False	94477	fragment	False	ISR0103_000000006279	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1814.0	82.85600000000001	44.0	0.0010447679304181094	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
CHI0083_000000001531	6456	0.9714192685145618	11	8	3	2	6	True	90094	fragment	False	CHI0083_000000001531	0.9947300398654324		0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2866.0	97.069	74.0	0.259823940466467	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
SPA0110_000000003960	5455	0.9714063828607156	5	3	2	3	2	False	109930	fragment	False	ENG0047_000000002365	0.940732034922767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	81.513	2.0	0.0001812158972413719	NZ_LT699739.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
ISR0037_000000006281	3346	0.9714024300413492	5	5	1	3	5	True	36711	maximal	True	ISR0037_000000006281	1.0		1	1	False	False	0.9865511059761047	0		MOB_Unknown			mobilizable	no_good_hit	2144.0	93.93700000000001	77.0	0.5627466456195738	JQ821353.1	firmicutes	Lactococcus lactis subsp. cremoris plasmid pAF04, complete sequence	True	True
TAN0026_000000000195	4865	0.9714002562148816	4	2	1	2	1	False	40991	maximal	True	TAN0026_000000000195	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0153_000000002204	10572	0.9713972686584841	15	7	5	6	4	False	112040	fragment	False	ENG0153_000000002204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
FIJ0057_000000011476	2785	0.9713939894477712	3	3	3	1	1	False	46145	fragment	False	FIJ0057_000000011476	1.0		0	0	False	False	0.9849191904067993	0					non-mobilizable	no_good_hit	578.0	74.74	21.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
ENG0169_000000007529	3037	0.9713798278286562	5	2	2	2	2	False	55917	maximal	True	ENG0169_000000007529	1.0		1	1	False	False	0.9888047575950623	0					non-mobilizable	no_good_hit	679.0	85.125	22.0	0.0038632698761816306	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
ENG0108_000000002388	10536	0.9713781710439782	15	10	5	6	7	True	106464	maximal	True	ENG0108_000000002388	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	87.473	31.0	0.20527641914925152	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ISR0813_000000007542	3798	0.9713752973016502	6	4	4	3	3	False	21590	maximal	True	ISR0813_000000007542	1.0		9	5	False	False	0.9889415502548218	0					non-mobilizable	no_good_hit								True	False
CHI0160_000000003235	6987	0.9713695277141552	4	4	2	4	2	False	78760	maximal	True	CHI0160_000000003235	1.0		2	2	False	False	0.9997137784957886	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000013723	3328	0.971367248054836	4	3	1	3	2	False	57090	maximal	True	ISR0170_000000013723	1.0		1	1	False	False	0.993088960647583	0					non-mobilizable	no_good_hit	1864.0	98.12200000000001	56.0	0.01283607137160808	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
FIJ0111_000000001656	14306	0.9713664568481808	18	7	4	6	7	True	101341	fragment	False	FIJ0111_000000001656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	94.085	17.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0107_000000011029	3519	0.9713498315063058	4	3	1	3	0	True	14698	maximal	True	MAD0107_000000011029	1.0		1	1	True	True	0.9997158050537109	20					non-mobilizable	no_good_hit								True	True
ISR0303_000000005991	2116	0.9713454820746356	4	4	3	4	2	False	92123	fragment	False	SPA0026_000000014075	0.9620395327942497		0	0	False	False	0.9919659495353699	0					non-mobilizable	other	2116.0	98.204	100.0	0.008456617353058776	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0111_000000000108	48800	0.9713448663966704	44	22	11	18	7	True	132147	fragment	False	ISR0104_000000000158	0.3967589825258981		0	0	False	True	0.9999794960021973	0					non-mobilizable	no_good_hit	1322.0	96.74700000000001	5.0	0.006298821834006958	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0022_000000002280	9194	0.971344440112373	13	10	9	10	6	False	122381	fragment	False	FIJ0022_000000002280	1.0		0	0	False	False	0.9997824430465698	0					non-mobilizable	virus	8884.0	99.685	97.0	0.4050811895639482	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
ISR0393_000000005596	3082	0.9713438426393588	4	4	4	4	3	False	29443	fragment	False	ISR0222_000000016509	0.9573207776427703		0	0	False	False	1.0	0					non-mobilizable	plasmid	3082.0	100.0	100.0	0.06335334759006415	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
AST0002_000000000224	57073	0.9713393458995764	43	16	10	15	10	False	132615	maximal	True	AST0002_000000000224	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2297.0	99.652	4.0	0.5586374695863747	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
FIJ0132_000000001026	18535	0.9713351522984894	20	11	6	8	6	False	91817	maximal	False	ISR0814_000000002008	0.9334280108050897		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	218.0	80.734	1.0	0.00010970893297296854	CP035438.1	firmicutes	Streptococcus pyogenes strain emm22.8 chromosome, complete genome	True	True
SPA0133_000000003944	5895	0.971330546958044	10	3	1	3	1	True	119493	fragment	False	SPA0133_000000003944	0.9874029335634168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1662.0	91.456	68.0	0.07190591911126541	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ENG0042_000000004659	5795	0.971330546958044	8	3	1	3	1	True	119493	fragment	False	SPA0133_000000003944	0.9776081424936387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1634.0	91.37100000000001	66.0	0.07069085228258983	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ITA0006_000000004855	5424	0.9713243047367311	11	2	1	2	1	True	20364	maximal	True	ITA0006_000000004855	1.0		1	1	True	True	1.0	439					non-mobilizable	no_good_hit	1663.0	84.90700000000001	70.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0100_000000006006	5315	0.9713243047367311	9	2	1	2	1	True	4974	maximal	True	SPA0100_000000006006	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	2263.0	81.57300000000001	76.0	0.4904416611733685	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ITA0011_000000000355	5269	0.9713243047367311	10	2	1	2	1	True	116904	maximal	True	ITA0011_000000000355	1.0	PS643|PS786	1	1	True	True	0.9994306564331055	34					non-mobilizable	no_good_hit	1658.0	87.09299999999999	71.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0092_000000007229	5251	0.9713243047367311	11	2	1	2	1	True	5330	maximal	True	SPA0092_000000007229	1.0		1	1	True	True	1.0	33					non-mobilizable	no_good_hit	1654.0	87.304	64.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0360_000000004563	5250	0.9713243047367311	11	2	1	2	1	True	23795	maximal	True	ISR0360_000000004563	1.0		1	1	True	True	1.0	72					non-mobilizable	no_good_hit	1662.0	85.86	67.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0117_000000005199	5240	0.9713243047367311	10	2	1	2	1	True	32426	maximal	True	ISR0117_000000005199	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	1680.0	85.119	77.0	0.36167875192265436	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0190_000000004461	5218	0.9713243047367311	10	2	1	2	1	True	29200	maximal	True	ISR0190_000000004461	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	1670.0	86.04799999999999	60.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0209_000000005591	5189	0.9713243047367311	9	2	1	2	1	True	28476	maximal	True	ISR0209_000000005591	1.0		1	1	True	True	1.0	77					non-mobilizable	no_good_hit	1661.0	86.334	67.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0051_000000007986	5170	0.9713243047367311	9	2	1	2	1	True	35868	maximal	True	ISR0051_000000007986	1.0		1	1	True	True	0.9998065829277039	15					non-mobilizable	no_good_hit	1843.0	80.846	69.0	0.3992529114480334	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0025_000000007228	5160	0.9713243047367311	11	2	1	2	1	True	37388	maximal	True	ISR0025_000000007228	1.0		1	1	True	True	1.0	56					non-mobilizable	no_good_hit	1659.0	85.594	74.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0015_000000004529	5152	0.9713243047367311	11	2	1	2	1	True	37990	maximal	True	ISR0015_000000004529	1.0		1	1	True	True	1.0	101					non-mobilizable	no_good_hit	1183.0	85.883	77.0	0.2586244781366733	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0102_000000007322	5139	0.9713243047367311	11	2	1	2	1	True	4917	maximal	True	SPA0102_000000007322	1.0		1	1	True	True	1.0	64					non-mobilizable	no_good_hit	1033.0	86.834	59.0	0.2247857613711272	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0808_000000002571	5121	0.9713243047367311	10	2	1	2	1	True	21750	maximal	True	ISR0808_000000002571	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	1034.0	86.46	39.0	0.22588442100637224	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0369_000000001881	5081	0.9713243047367311	11	2	1	2	1	True	23556	maximal	True	ISR0369_000000001881	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	1658.0	85.947	67.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0229_000000002974	5080	0.9713243047367311	10	2	1	2	1	True	27583	maximal	True	ISR0229_000000002974	1.0		1	1	True	True	1.0	163					non-mobilizable	no_good_hit	1659.0	86.98	52.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0060_000000005862	5077	0.9713243047367311	11	2	1	2	1	True	35427	maximal	True	ISR0060_000000005862	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	1655.0	85.015	68.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0044_000000004999	5061	0.9713243047367311	11	2	1	2	1	True	6796	maximal	True	SPA0044_000000004999	1.0		1	1	True	True	0.9998024106025696	55					non-mobilizable	no_good_hit	1656.0	85.205	70.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0116_000000005090	5056	0.9713243047367311	9	2	1	2	1	True	106281	maximal	True	AST0116_000000005090	1.0		1	1	False	False	0.999406635761261	0					non-mobilizable	no_good_hit	1662.0	86.221	77.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0367_000000001947	5049	0.9713243047367311	11	2	1	2	1	True	23598	maximal	True	ISR0367_000000001947	1.0		1	1	True	True	1.0	54					non-mobilizable	no_good_hit	1657.0	85.275	52.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0139_000000003512	5048	0.9713243047367311	10	2	1	2	1	True	57880	maximal	True	ENG0139_000000003512	1.0		1	1	True	True	1.0	97					non-mobilizable	no_good_hit	1655.0	86.103	68.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0087_000000005485	5036	0.9713243047367311	11	2	1	2	1	True	61401	maximal	True	ENG0087_000000005485	1.0		1	1	True	True	1.0	288					non-mobilizable	no_good_hit	1663.0	85.929	79.0	0.36387607119314436	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0167_000000006194	5036	0.9713243047367311	10	2	1	2	1	True	30222	maximal	True	ISR0167_000000006194	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit	1658.0	85.163	67.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0835_000000002252	5008	0.9713243047367311	10	2	1	2	1	True	20956	maximal	True	ISR0835_000000002252	1.0		1	1	True	True	1.0	21					non-mobilizable	no_good_hit	1659.0	84.509	79.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
USA0036_01_000000007712	5006	0.9713243047367311	11	2	1	2	1	True	1391	maximal	True	USA0036_01_000000007712	1.0		1	1	True	True	0.9996004700660706	9					non-mobilizable	no_good_hit	1600.0	85.375	53.0	0.34981322786200836	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0153_000000005684	4942	0.9713243047367311	11	2	1	2	1	True	56971	maximal	True	ENG0153_000000005684	1.0		1	1	True	True	0.9997976422309875	27					non-mobilizable	no_good_hit	1671.0	86.176	65.0	0.36387607119314436	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0858_000000001635	4921	0.9713243047367311	10	2	1	2	1	True	20465	maximal	True	ISR0858_000000001635	1.0		1	1	True	True	0.9979678988456726	2					non-mobilizable	no_good_hit	1657.0	86.24	78.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0183_000000005792	4792	0.9713243047367311	8	2	1	2	1	True	55178	maximal	True	ENG0183_000000005792	1.0		1	1	True	True	0.9985392093658447	13					non-mobilizable	no_good_hit	1662.0	86.041	67.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0013_000000005149	4780	0.9713243047367311	8	2	1	2	1	True	67013	maximal	True	ENG0013_000000005149	1.0		1	1	True	True	1.0	208					non-mobilizable	no_good_hit	1655.0	86.405	82.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0285_000000002611	4771	0.9713243047367311	10	2	1	2	1	True	26073	maximal	True	ISR0285_000000002611	1.0		1	1	True	True	0.9997904300689697	5					non-mobilizable	no_good_hit	1656.0	85.145	71.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0035_000000003422	4736	0.9713243047367311	9	2	1	2	1	True	116903	backbone	True	AST0035_000000003422	1.0	PS786	1	1	True	True	1.0	365					non-mobilizable	no_good_hit	1280.0	86.32799999999999	65.0	0.27927927927927926	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AUS0018_000000005665	4733	0.9713243047367311	10	2	1	2	1	True	100063	maximal	True	AUS0018_000000005665	1.0		1	1	False	False	0.9940841197967529	0					non-mobilizable	no_good_hit	1659.0	85.051	81.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0057_000000006137	4718	0.9713243047367311	8	2	1	2	1	True	6348	maximal	True	SPA0057_000000006137	1.0		1	1	True	True	0.9976685047149658	13					non-mobilizable	no_good_hit	1456.0	85.234	73.0	0.31839156229400134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0047_000000005843	4718	0.9713243047367311	9	2	1	2	1	True	36113	maximal	True	ISR0047_000000005843	1.0		1	1	False	False	0.9968206882476807	0					non-mobilizable	no_good_hit	1680.0	86.19	55.0	0.36453526697429134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0058_000000004852	4696	0.9713243047367311	10	2	1	2	1	True	35526	maximal	False	ISR0119_000000006422	0.9697628458498024		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1662.0	85.56	67.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0012_000000005292	4681	0.9713243047367311	8	2	1	2	1	True	8018	maximal	True	SPA0012_000000005292	1.0		1	1	False	False	0.999786376953125	0					non-mobilizable	no_good_hit	1659.0	86.07600000000001	48.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0185_000000005015	4674	0.9713243047367311	10	2	1	2	1	True	55068	maximal	True	ENG0185_000000005015	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	1660.0	85.542	53.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0099_000000004503	4613	0.9713243047367311	9	2	1	2	1	True	108914	maximal	True	AST0099_000000004503	1.0		1	1	True	True	0.9995664358139038	41					non-mobilizable	no_good_hit	1662.0	88.62799999999999	76.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
FIJ0117_000000004624	4604	0.9713243047367311	9	2	1	2	1	True	41626	maximal	False	FIJ0121_000000005633	1.0		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	2252.0	83.792	89.0	0.4904416611733685	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0019_000000005680	4601	0.9713243047367311	8	2	1	2	1	True	122866	maximal	True	AST0019_000000005680	1.0		1	1	True	True	1.0	31					non-mobilizable	no_good_hit	1814.0	80.265	57.0	0.3959569325422984	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0094_000000007531	2261	0.9713198697108648	2	2	2	2	2	False	61294	fragment	False	SPA0134_000000011960	0.7666240425729669		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	96.429	65.0	0.23319437206878582	NZ_CABMGA010000048.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0089_000000009398	2247	0.9713198697108648	2	2	2	2	2	False	61294	fragment	False	SPA0134_000000011960	0.7653856524800877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	96.429	65.0	0.23319437206878582	NZ_CABMGA010000048.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0121_000000010255	2538	0.9713179776855642	4	1	1	1	1	False	41484	maximal	True	FIJ0121_000000010255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	99.465	22.0	0.0015041552288196142	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0110_000000017163	1575	0.9713179776855642	2	1	1	1	1	False	14541	fragment	False	MAD0110_000000017163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	99.571	50.0	0.0015351591023058178	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0096_000000018838	2129	0.9713022136620768	3	2	2	2	2	False	87507	maximal	True	SPA0096_000000018838	1.0		1	1	False	False	0.9995303153991699	0					non-mobilizable	no_good_hit	344.0	76.163	16.0	0.0039043268184888766	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	True	False
ENG0003_000000004609	4868	0.9712990946690244	5	5	4	5	4	False	95722	maximal	True	ENG0003_000000004609	1.0		11	7	False	False	1.0	0					non-mobilizable	chromosome	3446.0	97.73700000000001	100.0	0.0008616467338721009	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0133_000000002953	7996	0.9712974849788021	9	6	4	3	4	False	9347	maximal	True	SPA0133_000000002953	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1551.0	99.87100000000001	19.0	0.002805511109823995	NZ_FOZH01000004.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ENG0065_000000006651	4182	0.9712952636724236	7	4	4	4	3	False	69691	maximal	True	ENG0065_000000006651	1.0		5	3	False	False	0.9978479146957397	0					non-mobilizable	no_good_hit	630.0	77.46	21.0	0.0009778382856702674	NZ_FRDE01000004.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ETH0002_000000010305	2632	0.9712945415116768	4	3	3	3	2	False	123065	maximal	True	ETH0002_000000010305	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	91.314	64.0	0.0003607055035191565	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0391_000000007473	1960	0.9712936339484424	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.7086746189713705		0	0	False	False	0.9923469424247742	0					non-mobilizable	other	1818.0	95.49	93.0	0.002296606182625719	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ITA0002_000000001300	5259	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9821642825161435	PS607|PS904	0	0	True	True	1.0	33		MOBP			mobilizable	plasmid	4490.0	98.708	97.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0089_000000004331	5139	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9796343707023683	PS607|PS904	0	0	True	True	1.0	76		MOBP			mobilizable	plasmid	2797.0	98.32	97.0	0.5619718309859155	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0013_000000004516	5084	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9814473659880456	PS607|PS904	0	0	True	True	0.9992132186889648	227		MOBP			mobilizable	plasmid	4626.0	98.573	100.0	0.9265593561368209	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0207_000000004875	5084	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9828108869735959	PS607|PS904	0	0	True	True	0.9994099140167236	36		MOBP			mobilizable	plasmid	4186.0	98.59100000000001	100.0	0.8384305835010061	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0147_000000004643	5081	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9816633503061927	PS607|PS904	0	0	True	True	1.0	3		MOBP			mobilizable	plasmid	4484.0	99.59899999999999	99.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ITA0005_000000003408	5080	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9837779004598207	PS607|PS904	0	0	True	True	1.0	377		MOBP			mobilizable	plasmid	4471.0	98.68	100.0	0.8963782696177063	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0145_000000006408	5080	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9833022621112462	PS607|PS904	0	0	True	True	1.0	494		MOBP			mobilizable	plasmid	4788.0	98.601	100.0	0.9599597585513079	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0063_000000003926	5080	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9839783914733307	PS607|PS904	0	0	True	True	1.0	506		MOBP			mobilizable	plasmid	3074.0	98.992	100.0	0.6154929577464788	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0007_000000002574	5080	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9833846007572004	PS607|PS904	0	0	True	True	0.9994094371795654	148		MOBP			mobilizable	plasmid	4622.0	98.637	100.0	0.9265593561368209	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0217_000000005320	5073	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9813010689816691	PS607|PS904	0	0	True	True	1.0	692		MOBP			mobilizable	plasmid	4183.0	98.42200000000001	100.0	0.8384305835010061	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0084_000000004201	5073	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9814920980247159	PS607|PS904	0	0	True	True	1.0	431		MOBP			mobilizable	plasmid	4183.0	98.42200000000001	100.0	0.8384305835010061	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0818_000000003256	5073	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9814497344764217	PS607|PS904	0	0	True	True	1.0	15		MOBP			mobilizable	plasmid	4471.0	98.524	100.0	0.8963782696177063	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0162_000000007163	5065	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9822923026406646	PS607|PS904	0	0	True	True	1.0	10		MOBP			mobilizable	plasmid	3128.0	98.945	100.0	0.6257545271629779	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0002_000000003753	5063	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9826216481921616	PS607|PS904	0	0	True	True	1.0	78		MOBP			mobilizable	plasmid	2548.0	98.78299999999999	100.0	0.5096579476861167	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0850_000000002781	5062	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9837177124355019	PS607|PS904	0	0	True	True	1.0	4030		MOBP			mobilizable	plasmid	2550.0	98.863	100.0	0.5096579476861167	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0399_000000002531	5061	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9799128468195181	PS607|PS904	0	0	True	True	1.0	344		MOBP			mobilizable	plasmid	4175.0	98.77799999999999	100.0	0.8384305835010061	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0400_000000003321	5061	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9799128468195181	PS607|PS904	0	0	True	True	1.0	1331		MOBP			mobilizable	plasmid	4175.0	98.77799999999999	100.0	0.8384305835010061	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0127_000000005740	5061	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9821129941343623	PS607|PS904	0	0	True	True	1.0	61		MOBP			mobilizable	plasmid	3124.0	99.104	100.0	0.6255533199195171	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0079_000000006238	5060	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9825793211335274	PS607|PS904	0	0	True	True	1.0	142		MOBP			mobilizable	plasmid	4191.0	98.902	100.0	0.8424547283702213	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0102_000000007450	5060	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.983632377152106	PS607|PS904	0	0	True	True	1.0	4992		MOBP			mobilizable	plasmid	4749.0	98.61	100.0	0.952112676056338	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0350_000000003121	5060	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9842455587682449	PS607|PS904	0	0	True	True	1.0	1298		MOBP			mobilizable	plasmid	4805.0	98.689	100.0	0.9633802816901409	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0137_000000007164	5060	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9834194666940739	PS607|PS904	0	0	True	True	1.0	320		MOBP			mobilizable	plasmid	4695.0	98.616	100.0	0.9412474849094568	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
DEN0085_000000006888	5060	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.982674530359412	PS607|PS904	0	0	True	True	1.0	1106		MOBP			mobilizable	plasmid	3124.0	98.88	100.0	0.6255533199195171	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
AUS0006_000000004010	5060	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9837428543620924	PS607|PS904	0	0	True	True	1.0	3322		MOBP			mobilizable	plasmid	3855.0	98.885	100.0	0.7748490945674045	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
DEN0022_000000007012	5060	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.982674530359412	PS607|PS904	0	0	True	True	1.0	43		MOBP			mobilizable	plasmid	3124.0	98.88	100.0	0.6255533199195171	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0344_000000005794	5060	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9837709682384965	PS607|PS904	0	0	True	True	1.0	85		MOBP			mobilizable	plasmid	4600.0	98.63	100.0	0.922132796780684	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0022_01_000000001649	5060	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.983851403285385	PS607|PS904	0	0	True	True	1.0	2055		MOBP			mobilizable	plasmid	4471.0	98.68	100.0	0.8963782696177063	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0232_000000004382	5057	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9821637754836151	PS607|PS904	0	0	True	True	1.0	37		MOBP			mobilizable	plasmid	4385.0	99.56700000000001	100.0	0.8802816901408451	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0385_000000003785	5057	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9819953478364432	PS607|PS904	0	0	True	True	1.0	160		MOBP			mobilizable	plasmid	4484.0	99.57600000000001	100.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0119_000000006435	5052	0.9712888472385582	10	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9820279538091906	PS607|PS904	0	0	True	True	1.0	105		MOBP			mobilizable	plasmid	3125.0	98.72	100.0	0.6257545271629779	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0188_000000004347	5046	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9808323543307531	PS607|PS904	0	0	True	True	1.0	28		MOBP			mobilizable	plasmid	3094.0	98.836	100.0	0.6201207243460765	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
AST0087_000000006354	5041	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9796712479520711	PS607|PS904	0	0	True	True	1.0	75		MOBP			mobilizable	plasmid	2805.0	98.324	100.0	0.5635814889336016	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0036_01_000000007663	5041	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9793332265110304	PS607|PS904	0	0	True	True	1.0	237		MOBP			mobilizable	plasmid	4478.0	98.705	100.0	0.9002012072434608	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
DEN0087_000000002343	5040	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9840723232030035	PS607|PS904	0	0	True	True	1.0	3851		MOBP			mobilizable	plasmid	2811.0	98.613	100.0	0.5647887323943662	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0848_000000002896	5040	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9841567458691604	PS607|PS904	0	0	True	True	1.0	2724		MOBP			mobilizable	plasmid	4458.0	98.946	100.0	0.8961770623742454	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0025_000000004061	5039	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9827639321961245	PS607|PS904	0	0	True	True	1.0	940		MOBP			mobilizable	plasmid	3097.0	99.516	100.0	0.6207243460764588	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
DEN0063_000000008183	5036	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9816010442684289	PS607|PS904	0	0	True	True	1.0	139		MOBP			mobilizable	plasmid	3138.0	98.757	100.0	0.6283702213279678	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0231_000000002676	5020	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.983484849107669	PS607|PS904	0	0	True	True	1.0	96		MOBP			mobilizable	plasmid	2688.0	98.884	100.0	0.5380281690140845	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0147_000000002646	5020	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9842819434804615	PS607|PS904	0	0	True	True	0.9998008012771606	8		MOBP			mobilizable	plasmid	4715.0	98.685	100.0	0.9452716297786721	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0007_000000004487	5016	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9799182310268623	PS607|PS904	0	0	True	True	1.0	10		MOBP			mobilizable	plasmid	4476.0	98.838	100.0	0.8989939637826961	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0290_000000001808	5013	0.9712888472385582	9	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9825545747169665	PS607|PS904	0	0	True	True	1.0	123		MOBP			mobilizable	plasmid	2580.0	98.605	100.0	0.5181086519114688	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0268_000000003156	5007	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9710472233506391	PS607|PS904	0	0	True	True	1.0	343		MOBP			mobilizable	plasmid	4216.0	98.57700000000001	100.0	0.8446680080482898	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0237_000000001559	4965	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9808834719267562	PS607|PS904	0	0	True	True	1.0	7		MOBP			mobilizable	plasmid	4271.0	98.64200000000001	100.0	0.8561368209255533	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ITA0003_000000001081	4707	0.9712888472385582	8	4	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9159969700972119	PS607|PS904	0	0	True	True	1.0	10		MOBP			mobilizable	plasmid	4118.0	98.54299999999999	100.0	0.8251509054325956	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CHI0141_000000011286	2445	0.97128477212102	4	2	2	2	1	False	84739	fragment	False	CHI0074_000000005550	0.9572021116138762		0	0	False	False	0.9746420979499817	0					non-mobilizable	other	2445.0	99.714	100.0	0.0006400455888445606	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
SPA0045_000000015437	1654	0.97128477212102	3	2	2	2	1	False	81314	fragment	False	SPA0045_000000015437	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	99.743	94.0	0.0004080159686660497	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
SPA0073_000000007464	1455	0.97128477212102	2	2	2	2	1	False	81313	fragment	False	SPA0073_000000007464	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	99.794	100.0	0.006468765421670142	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0134_000000017889	1441	0.97128477212102	2	2	2	2	1	False	81312	fragment	False	SPA0134_000000017889	0.9972497710342912		0	0	False	False	0.9993060231208801	0					non-mobilizable	other	1441.0	99.72200000000001	100.0	0.006402077118353955	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0136_000000004645	7567	0.9712727001342338	9	8	7	7	6	False	124048	maximal	True	SPA0136_000000004645	1.0		1	1	False	False	0.9980177283287048	0					non-mobilizable	no_good_hit	1913.0	95.139	25.0	0.0005306829731576054	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0326_000000000735	13739	0.9712717068452328	11	7	4	5	5	True	98610	fragment	False	ISR0326_000000000735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1401.0	96.00299999999999	10.0	0.012124260662931678	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0103_000000016139	1400	0.9712701594663056	2	2	1	2	1	True	42565	fragment	False	FIJ0103_000000016139	1.0		0	0	False	False	0.9800000190734863	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	6.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0094_000000000420	26509	0.9712697095949592	22	9	7	9	5	True	79300	maximal	True	FIJ0094_000000000420	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	7300.0	95.46600000000001	29.0	0.4159155733029093	NZ_CYXX01000048.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0094_000000005827	3671	0.971268926430005	3	3	2	2	2	True	96475	fragment	False	ISR0094_000000005827	0.9942870989678274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2510.0	99.28299999999999	68.0	0.22821539021284337	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0777_000000005063	3362	0.971268926430005	3	3	2	2	2	True	96475	fragment	False	ISR0094_000000005827	0.9735140344412987		0	0	False	False	0.9997025728225708	0					non-mobilizable	no_good_hit	2220.0	99.459	66.0	0.2018373658359105	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0148_000000008949	3264	0.971268926430005	3	3	2	2	2	True	96475	fragment	False	ISR0094_000000005827	0.7392093327721556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2116.0	99.38600000000001	65.0	0.1923776605421139	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
SPA0005_000000010737	2734	0.971260849907346	5	4	3	2	2	False	8322	maximal	True	SPA0005_000000010737	1.0		19	7	False	False	1.0	0					non-mobilizable	other	2734.0	99.305	100.0	0.0009225702611687375	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0047_000000016619	1797	0.9712601956816742	3	2	0	2	2	False	36083	fragment	False	ISR0047_000000016619	1.0		0	0	False	False	1.0	0	rep_cluster_1571				non-mobilizable	plasmid	1523.0	100.0	96.0	0.4157334061731767	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0074_000000016603	1796	0.9712601956816742	3	2	0	2	2	False	34707	fragment	False	ISR0074_000000016603	1.0		0	0	False	False	1.0	0	rep_cluster_1571				non-mobilizable	plasmid	1752.0	100.0	100.0	0.47828462168806335	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0210_000000012887	1480	0.9712601956816742	2	2	0	2	2	False	28427	fragment	False	ISR0210_000000012887	1.0		0	0	False	False	1.0	0	rep_cluster_1571				non-mobilizable	plasmid	1253.0	100.0	100.0	0.3419830647364108	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
USA0025_01_000000012846	1210	0.9712601956816742	2	2	0	2	2	False	1644	fragment	False	USA0025_01_000000012846	1.0		0	0	False	False	0.9884297251701355	0	rep_cluster_1571				non-mobilizable	plasmid	1146.0	100.0	98.0	0.3127560775744332	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0075_000000016030	1663	0.9712596769403276	1	1	1	1	1	True	130997	fragment	False	USA0037_01_000000005669	0.1314916105004589		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	97.956	100.0	0.003473173342924115	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0082_000000005231	4933	0.9712593204211932	6	5	5	5	5	False	61443	fragment	False	ENG0157_000000003802	0.4704810203828508		0	0	False	False	0.9989864230155945	0					non-mobilizable	no_good_hit	441.0	74.83	9.0	0.014535766078715727	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
USA0031_01_000000022371	1170	0.9712569628519776	1	1	1	1	1	False	1512	maximal	True	USA0031_01_000000022371	1.0		1	1	False	False	0.9829059839248657	0					non-mobilizable	no_good_hit								True	False
CHI0147_000000002087	8661	0.9712552723685379	6	5	4	4	3	True	127363	fragment	False	MAD0035_000000002553	0.9259205400662464		0	0	False	False	1.0	0					non-mobilizable	other	8376.0	97.36200000000001	99.0	0.09094663623519182	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0003_000000011575	1956	0.97125344409296	2	2	2	2	2	False	81316	fragment	False	ENG0003_000000011575	0.995138178096213		0	0	False	False	0.995398759841919	0					non-mobilizable	chromosome	1942.0	99.691	100.0	0.00048702862855146996	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0095_000000010151	1954	0.97125344409296	2	2	2	2	2	False	81316	fragment	False	ENG0003_000000011575	0.9943762781186094		0	0	False	False	0.9984647035598755	0					non-mobilizable	other	1954.0	99.795	100.0	0.00868281709176755	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0019_000000058020	1145	0.9712524456141229	1	1	1	1	1	False	13124	fragment	False	MON0019_000000058020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	4.430015251909653e-05	NZ_BEWB01000005.1	high GC Gram+	Streptomyces coelicoflavus strain NBRC 15399, whole genome shotgun sequence	True	False
USA0048_01_000000008298	1923	0.9712420356398394	2	1	1	1	1	False	65356	fragment	False	USA0048_01_000000008298	0.9810271995579436		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	84.915	30.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0054_000000027926	1738	0.9712420356398394	3	1	1	1	1	False	65356	fragment	False	USA0048_01_000000008298	0.633352479417959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	76.351	34.0	0.0001532024015851342	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0361_000000003481	3456	0.9712344050569364	5	5	5	5	5	False	113191	fragment	False	ISR0361_000000003481	0.9753850905262452		0	0	False	False	0.9930555820465088	0					non-mobilizable	other	3456.0	100.0	100.0	0.0007443470557465317	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MAD0110_000000003399	7958	0.97123412975339	11	10	5	5	10	False	97890	fragment	False	MAD0110_000000003399	1.0		0	0	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	7605.0	97.462	99.0	0.053579233816956416	CP053733.1	enterobacteria	Escherichia coli strain CP55_Sichuan plasmid pCP55-141k, complete sequence	False	True
DEN0078_000000023634	1456	0.9712318728037268	4	3	3	3	3	False	69721	fragment	False	DEN0078_000000023634	1.0		0	0	False	False	0.9938187003135681	0					non-mobilizable	no_good_hit	1079.0	72.104	73.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0845_000000000555	18883	0.9712313397832604	11	10	5	10	7	False	99714	fragment	False	ISR0845_000000000555	0.9874015300308953		0	0	False	False	0.9996822476387024	0					non-mobilizable	no_good_hit	7899.0	94.898	58.0	0.0021123447106626008	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ENG0026_000000000987	15965	0.9712312678834568	20	12	10	8	10	True	116754	maximal	True	ENG0026_000000000987	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3463.0	91.337	59.0	0.05554212011285772	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0130_000000004714	5645	0.9712290179827412	7	5	4	5	4	False	92138	fragment	False	ISR0130_000000004714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	83.51100000000001	3.0	6.622228092908089e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0112_000000012567	2257	0.9712245932278096	4	1	1	1	1	False	14454	maximal	True	MAD0112_000000012567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0038_000000003061	3615	0.9712216377326288	4	3	0	2	3	False	87881	backbone	True	CHI0038_000000003061	0.9995899398578458	PS454	3	3	True	True	1.0	152	ColRNAI_rep_cluster_1987,ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	2098.0	100.0	100.0	0.5897075365579303	CP059938.1	enterobacteria	Escherichia coli strain 28.1 plasmid p7, complete sequence	False	True
MAD0048_000000006326	3607	0.9712216377326288	5	3	0	2	3	False	17559	maximal	True	MAD0048_000000006326	1.0		2	1	True	True	1.0	23	rep_cluster_2373				non-mobilizable	plasmid	1676.0	90.036	95.0	0.46560402684563756	CP026554.1	enterobacteria	Citrobacter sp. SL156 plasmid unnamed5	False	True
SPA0099_000000001782	3599	0.9712216377326288	6	3	0	2	3	False	87881	backbone	False	CHI0038_000000003061	0.9995899398578458	PS454	0	0	True	True	1.0	28	ColRNAI_rep_cluster_1987,rep_cluster_2350				non-mobilizable	plasmid	2133.0	99.906	100.0	0.5995500562429696	CP059938.1	enterobacteria	Escherichia coli strain 28.1 plasmid p7, complete sequence	False	True
CHI0184_000000001464	5699	0.9712184299448066	8	6	3	4	5	True	132217	maximal	False	CHI0101_000000002342	0.8581562603210062	PS1143|PS778	0	0	True	True	1.0	215					non-mobilizable	no_good_hit	1157.0	95.073	59.0	0.24158829676071056	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
CHI0151_000000004450	5394	0.9712184299448066	7	6	3	4	5	True	132217	maximal	False	CHI0101_000000002342	0.7259628051754503	PS1143|PS778	0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	1774.0	94.419	61.0	0.3702465524446302	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	True	True
ENG0041_000000001064	19692	0.9712089043426516	31	6	5	6	5	False	127503	fragment	False	ENG0041_000000001064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1657.0	76.524	14.0	0.0085235936859153	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	False
MAD0099_000000004410	5871	0.9712005897246392	5	4	3	4	2	True	132042	maximal	True	MAD0099_000000004410	1.0		3	1	False	False	0.9998296499252319	0					non-mobilizable	no_good_hit	1200.0	98.083	22.0	0.00034756796635055086	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0007_000000011908	1407	0.9711930948788108	2	2	1	1	2	False	38434	fragment	False	ISR0007_000000011908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000024638	2000	0.9711865716511172	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9265099112465665	PS319	0	0	False	True	1.0	0					non-mobilizable	other	1844.0	96.421	100.0	0.0008862600834325146	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
MON0044_000000028009	1940	0.9711865716511172	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9452435213211714	PS319	0	0	False	True	0.9994845390319824	0					non-mobilizable	other	1940.0	99.021	100.0	0.022076236451407234	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
SPA0008_000000004955	5457	0.9711710036232462	5	5	5	5	4	False	125051	fragment	False	ISR0847_000000004306	0.8272081362691038		0	0	False	False	1.0	0					non-mobilizable	other	5457.0	99.432	100.0	0.019726518717776285	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0257_000000003187	4750	0.9711697249546588	7	5	3	3	5	False	128549	fragment	False	ISR0257_000000003187	1.0		0	0	False	False	0.99936842918396	0					non-mobilizable	other	2811.0	89.15	92.0	0.23738570944801896	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
ENG0179_000000005290	5903	0.971165929334166	12	9	2	3	9	True	123834	maximal	True	ENG0179_000000005290	0.9731460178666123	PS486|PS905	1	1	True	True	1.0	103	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2913.0	93.649	82.0	0.46343794806436195	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
ISR0276_000000001771	6387	0.9711656021818026	8	8	4	4	7	True	127266	maximal	True	ISR0276_000000001771	1.0	PS757|PS758|PS996	0	0	True	True	1.0	25	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4183.0	99.88	77.0	0.8541368743615935	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	True	True
CHI0051_000000000751	15428	0.9711640542871288	17	11	8	10	6	True	89855	fragment	False	CHI0051_000000000751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8058.0	98.647	74.0	0.06487200341431597	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
CHI0064_000000002213	7337	0.9711624265676604	8	6	3	6	6	True	131136	maximal	True	CHI0064_000000002213	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	4549.0	98.98899999999999	62.0	0.007605834484465568	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	True
ENG0150_000000004183	3785	0.9711622126138321	4	3	2	3	2	True	116325	fragment	False	ENG0150_000000004183	0.9832213434222797		0	0	False	False	0.9997357726097107	0					non-mobilizable	no_good_hit	436.0	87.615	49.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0020_01_000000004452	7705	0.9711619774455764	10	9	5	7	8	True	123628	fragment	False	USA0108_01_000000001009	0.09013685259672931		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3157.0	93.665	94.0	0.1010782541322314	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0089_000000002110	7480	0.9711550710822869	7	6	6	4	4	False	125024	maximal	True	MON0089_000000002110	1.0		306	11	False	False	1.0	0					non-mobilizable	other	5709.0	99.28200000000001	100.0	0.001205520812235487	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0328_000000006254	4270	0.9711541802471012	6	5	5	5	1	False	33267	fragment	False	ISR0328_000000006254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.000172431004909746	NZ_FQXH01000006.1	firmicutes	Tepidibacter thalassicus DSM 15285, whole genome shotgun sequence	True	False
FIJ0042_000000019977	1219	0.9711449499188384	2	2	2	1	1	False	47269	fragment	False	FIJ0042_000000019977	0.9415048228752809		0	0	False	False	0.9712879657745361	0					non-mobilizable	chromosome	1219.0	99.75399999999999	100.0	0.00022175972715906671	CP054303.1	enterobacteria	Klebsiella pneumoniae strain MS14393 chromosome, complete genome	False	False
ISR0325_000000006941	2796	0.9711419789236152	5	4	4	4	2	False	24879	maximal	True	ISR0325_000000006941	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1641.0	99.87799999999999	59.0	0.05030366235200295	NZ_WITJ01000017.1	firmicutes	Lactococcus hircilactis strain DSM 28960 Scaffold17, whole genome shotgun sequence	True	False
SPA0131_000000021818	1295	0.9711394236856424	3	2	1	1	2	False	43556	fragment	False	SPA0131_000000021818	0.9415589614548782		0	0	False	False	0.9976834058761597	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000002790	7277	0.9711384563716412	8	6	4	5	5	True	125324	fragment	False	ISR0090_000000002790	1.0		0	0	False	False	0.9995877146720886	0					non-mobilizable	no_good_hit	2256.0	79.92	47.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0297_000000006030	2326	0.9711358605921538	4	2	2	1	1	False	25652	fragment	False	ISR0297_000000006030	1.0		0	0	False	False	0.9995700716972351	0					non-mobilizable	no_good_hit	880.0	87.727	50.0	0.00028113929939958506	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0304_000000004719	2019	0.9711358605921538	3	2	2	1	1	False	25494	fragment	False	ISR0304_000000004719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	87.736	55.0	0.0002708927645695319	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0105_000000001900	12937	0.9711335602513896	21	8	4	8	3	False	53879	fragment	False	FIJ0105_000000001900	1.0		0	0	False	False	0.9999226927757263	0					non-mobilizable	no_good_hit	797.0	81.932	6.0	0.0002684411419010458	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0023_000000010354	2800	0.9711324303947544	8	3	2	2	2	False	37541	maximal	True	ISR0023_000000010354	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	550.0	90.727	31.0	0.0004583805694086467	NZ_JH370372.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.2, whole genome shotgun sequence	True	False
FIJ0083_000000001042	21898	0.9711305046843806	26	12	8	12	5	False	44148	maximal	True	FIJ0083_000000001042	1.0		1	1	False	False	0.9998173117637634	0					non-mobilizable	no_good_hit	152.0	76.316	1.0	0.002327249541723121	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0130_000000009953	1649	0.9711263080756248	1	1	1	1	1	False	81514	maximal	True	CHI0130_000000009953	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1208.0	99.255	100.0	0.0002747998309764751	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
SPA0116_000000027959	1470	0.9711263080756248	1	1	1	1	1	False	81503	fragment	False	SPA0116_000000027959	0.7867832781166331		0	0	False	False	0.9911564588546753	0					non-mobilizable	other	1483.0	97.775	100.0	0.006090544450289321	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
DEN0052_000000033988	1378	0.9711263080756248	1	1	1	1	1	False	81503	fragment	False	SPA0116_000000027959	0.6026622034882566		0	0	False	False	1.0	0					non-mobilizable	other	1364.0	97.434	99.0	0.005552176486059968	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
DEN0033_000000017055	1252	0.9711263080756248	1	1	1	1	1	False	81503	fragment	False	SPA0116_000000027959	0.5925986979022168		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	98.81299999999999	100.0	0.005190524723829563	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
CHI0125_000000013432	1164	0.9711263080756248	1	1	1	1	1	False	81503	fragment	False	SPA0116_000000027959	0.4165990793109007		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	99.656	100.0	0.004779556812204103	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
SPA0001_000000029351	1134	0.9711263080756248	1	1	1	1	1	False	81503	fragment	False	SPA0116_000000027959	0.36274642511996563		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	99.735	100.0	0.004656266438716465	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ENG0207_000000003511	4688	0.9711222520742492	8	5	3	5	2	False	53904	maximal	True	ENG0207_000000003511	1.0		1	1	False	False	0.9978668689727783	0					non-mobilizable	no_good_hit	99.0	89.899	2.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ITA0002_000000002695	3045	0.9711204328623944	4	4	3	4	4	True	131457	maximal	True	ITA0002_000000002695	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1695.0	77.699	60.0	0.00047473170121200225	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AST0058_000000004714	3302	0.9711187874326848	4	4	1	3	4	False	113121	backbone	True	AST0058_000000004714	0.9999007936507937	PS728	7	4	True	True	1.0	1536	ColRNAI_rep_cluster_1987	MOBP		MOB_unknown	mobilizable	plasmid	3196.0	99.969	100.0	0.9913124418243873	KU302804.1	enterobacteria	Enterobacter cloacae strain SZECL1 plasmid pSZECL_b, complete sequence	False	True
AST0101_000000003021	3281	0.9711187874326848	4	4	1	3	4	False	113121	backbone	False	AST0058_000000004714	0.9998015873015872	PS728	0	0	True	True	0.9996952414512634	15	ColRNAI_rep_cluster_1987	MOBP		MOB_unknown	mobilizable	plasmid	3154.0	99.93700000000001	100.0	0.9782811045609681	CP039309.1	enterobacteria	Enterobacter cloacae strain Effluent_4 plasmid unnamed3, complete sequence	False	True
SPA0035_000000004387	3886	0.9711185373383604	6	3	2	2	3	False	122642	fragment	False	SPA0033_000000007217	0.9735524502472279		0	0	False	False	0.9997426867485046	0					non-mobilizable	other	3887.0	99.76799999999999	100.0	0.0015097885596500554	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
USA0116_01_000000008038	3247	0.9711178693049288	3	3	3	3	2	False	62436	fragment	False	USA0116_01_000000008038	0.9918767594781696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2155.0	72.251	65.0	0.022012741492722847	NZ_GL882693.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld385, whole genome shotgun sequence	True	False
MON0078_000000033873	1396	0.9711172787287744	2	2	2	2	2	False	10142	maximal	True	MON0078_000000033873	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	811.0	92.602	100.0	0.006739468535210797	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
FIJ0055_000000007521	1837	0.9711167507618956	4	3	3	3	3	False	46259	maximal	True	FIJ0055_000000007521	1.0		0	0	False	False	0.9945563673973083	0					non-mobilizable	no_good_hit	905.0	92.928	81.0	0.15551724137931033	FN649416.1	enterobacteria	Escherichia coli ETEC H10407 p58 plasmid	True	False
MAD0068_000000000299	28782	0.9711159797603132	32	29	26	26	28	False	45564	maximal	True	MAD0068_000000000299	1.0		1	1	False	False	0.9988534450531006	0					non-mobilizable	no_good_hit	11266.0	99.867	76.0	0.054200867983718086	CP052664.1	enterobacteria	Klebsiella pneumoniae strain C17KP0033 plasmid pC17KP0033-1, complete sequence	True	False
ENG0012_000000002663	8917	0.9711142389509244	9	4	2	4	1	True	67103	maximal	True	ENG0012_000000002663	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	549.0	73.042	6.0	0.0002221938590536153	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
FIJ0116_000000006508	2873	0.9711131118123032	5	4	3	3	4	False	119456	fragment	False	FIJ0026_000000010201	0.9561488673139158		0	0	False	False	0.9944308996200562	0					non-mobilizable	no_good_hit	1342.0	94.337	47.0	0.08509691769939626	NZ_CABIWU010000053.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0100_000000014115	1207	0.9711119944493856	1	1	1	1	1	False	33155	fragment	False	ISR0100_000000014115	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	99.125	95.0	0.00019915920256026923	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MAD0109_000000000986	11760	0.9711083979880162	13	7	4	5	4	False	14601	maximal	True	MAD0109_000000000986	1.0		1	1	False	False	0.9999149441719055	0					non-mobilizable	no_good_hit	2749.0	98.654	23.0	0.0006735036976505337	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0160_000000000309	40833	0.9711063540968244	51	14	8	11	9	True	119609	fragment	False	FIJ0076_000000000247	0.9522406776452772		0	0	False	False	0.9998775720596313	0					non-mobilizable	no_good_hit	67.0	88.06	0.0	1.7272630679227884e-05	CP007161.1	firmicutes	Virgibacillus sp. SK37, complete genome	True	True
USA0010_01_000000015746	1683	0.9711042787280448	3	2	1	2	1	True	24052	fragment	False	USA0010_01_000000015746	1.0		0	0	False	False	0.9994058012962341	0					non-mobilizable	other	1684.0	99.941	100.0	0.0005717852030958619	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0073_000000004582	2661	0.9711041950147644	4	3	1	3	3	False	29389	fragment	False	SPA0073_000000004582	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2661.0	100.0	100.0	0.8253180266832144	CP044112.1	enterobacteria	Klebsiella michiganensis strain FDAARGOS_647 plasmid unnamed3, complete sequence	False	True
FIJ0141_000000023335	1289	0.9711030357975412	2	2	1	1	2	False	81503	fragment	False	SPA0116_000000027959	0.4909603778295065		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	99.679	100.0	0.00512476985796949	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
DEN0073_000000046943	1156	0.9711030357975412	2	2	1	1	2	False	81503	fragment	False	SPA0116_000000027959	0.36768232528235584		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	99.74	100.0	0.004746679379274066	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
MAD0107_000000034514	1150	0.9711030357975412	2	2	1	1	2	False	81503	fragment	False	SPA0116_000000027959	0.3669770749029163		0	0	False	False	0.97826087474823	0					non-mobilizable	other	1150.0	99.73899999999999	100.0	0.004722021304576538	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
MON0103_000000052775	1138	0.9711030357975412	2	2	1	1	2	False	81503	fragment	False	SPA0116_000000027959	0.2983305476750745		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.736	100.0	0.004672705155181483	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ENG0111_000000008644	2362	0.9711006640668004	4	2	2	2	1	False	59746	maximal	True	ENG0111_000000008644	1.0		1	1	False	False	0.9995766282081604	0					non-mobilizable	no_good_hit	497.0	78.471	21.0	0.003145935756680337	NZ_AAXG02000001.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont12.1, whole genome shotgun sequence	True	False
SPA0063_000000006894	2599	0.9710971784216356	3	3	3	3	3	False	99591	fragment	False	SPA0063_000000006894	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2598.0	99.5	99.0	0.00047165046412876564	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
FIJ0108_000000004094	5157	0.9710966836524694	8	3	2	3	3	False	51266	maximal	True	FIJ0108_000000004094	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0856_000000002476	2243	0.9710927205155716	3	3	3	3	3	False	104706	fragment	False	ENG0094_000000007411	0.9615718627876683		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	99.242	100.0	0.0018064692872020271	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
MAD0054_000000003292	3912	0.9710868855713124	4	4	3	3	1	True	17177	fragment	False	MAD0054_000000003292	0.9427955352612887		0	0	False	False	0.9844069480895996	0					non-mobilizable	no_good_hit	79.0	92.405	2.0	0.04695966285370259	NZ_JAAITU010000113.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_113_length_1661_cov_866.877, whole genome shotgun sequence	True	True
FIJ0107_000000021526	1173	0.9710836397336049	2	1	1	1	1	False	42253	fragment	False	FIJ0107_000000021526	0.9606401384083045		0	0	False	False	0.9497016072273254	0					non-mobilizable	no_good_hit								True	False
MON0026_000000013810	2823	0.9710833024839041	3	3	1	3	0	True	13899	fragment	False	MON0026_000000013810	1.0		0	0	False	False	0.9989373087882996	0					non-mobilizable	no_good_hit								True	True
ISR0095_000000005161	4878	0.97107644503011	7	3	1	2	2	False	130177	fragment	False	ISR0095_000000005161	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1863.0	93.881	87.0	0.353489256512645	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0135_000000011852	1693	0.9710728244513864	2	2	2	2	1	False	31420	maximal	True	ISR0135_000000011852	1.0		0	0	False	False	0.9911400079727173	0					non-mobilizable	no_good_hit	930.0	99.24700000000001	55.0	0.006442307025512645	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
MON0096_000000020789	1789	0.9710728068459904	3	3	3	2	3	False	103928	fragment	False	MON0059_000000018343	0.7225786789342584		0	0	False	False	1.0	0					non-mobilizable	other	1792.0	97.76799999999999	100.0	0.0008789765591527667	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0110_000000010310	1632	0.9710685520902496	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9585122830381707		0	0	False	False	0.999387264251709	0					non-mobilizable	no_good_hit	785.0	75.669	47.0	0.0018373876293658754	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
DEN0022_000000024740	1666	0.9710680839318376	4	3	2	2	2	False	74545	maximal	True	DEN0022_000000024740	1.0		2	1	False	False	0.9783913493156433	0					non-mobilizable	no_good_hit	251.0	100.0	15.0	0.0009445082512240827	NZ_SPFU01000007.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_7_length_264688_cov_23.5584, whole genome shotgun sequence	True	False
FIJ0154_000000000413	36787	0.9710603880545966	40	20	16	19	10	True	53280	backbone	False	FIJ0155_000000000309	0.8066531913202659	PS221	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	0.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
CHI0090_000000002979	4073	0.9710576018891935	9	7	5	3	5	True	123556	backbone	False	ISR0826_000000002301	0.5680115821742092	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4079.0	99.82799999999999	100.0	0.034160684218903135	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0379_000000004979	4218	0.9710551282088558	6	6	1	3	6	True	34721	maximal	True	ISR0379_000000004979	1.0		3	1	True	True	0.9985775351524353	8	rep_cluster_943,rep_cluster_943	MOBV			mobilizable	plasmid	4034.0	99.975	100.0	0.05781498630961767	CP038176.1	firmicutes	Enterococcus faecium strain HN11 plasmid pHN11, complete sequence	False	True
ENG0177_000000002857	8114	0.9710550271539342	11	7	4	7	1	False	112320	fragment	False	ENG0177_000000002857	0.9883810010214504		0	0	False	False	0.9998767375946045	0					non-mobilizable	no_good_hit	444.0	95.495	6.0	0.00014278701559988435	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0816_000000019000	2069	0.9710530918850636	3	3	2	2	2	False	119693	fragment	False	ISR0816_000000019000	1.0		0	0	False	False	0.9995166659355164	0					non-mobilizable	chromosome	2076.0	88.439	100.0	0.0003894652101844589	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
CHI0005_000000018684	1110	0.9710509346286291	2	1	1	1	1	False	90667	fragment	False	CHI0005_000000018684	1.0		0	0	False	False	1.0	0					non-mobilizable	other	860.0	90.0	97.0	0.0001490639430205696	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0137_000000004720	5892	0.9710480913236512	8	5	2	3	5	False	130167	maximal	True	ISR0137_000000004720	1.0	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	3	3	True	True	1.0	2	rep_cluster_475				non-mobilizable	no_good_hit	4499.0	98.22200000000001	83.0	0.87734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MON0061_000000007496	5314	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.903273305835206	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	4	rep_cluster_475				non-mobilizable	other	4754.0	99.663	98.0	0.9283203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0113_000000001440	5170	0.9710480913236512	7	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9339678725281186	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9998065829277039	8	rep_cluster_475				non-mobilizable	other	4947.0	99.87899999999999	97.0	0.966015625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0104_000000001244	5162	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9336746133941869	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	36	rep_cluster_475				non-mobilizable	other	4874.0	99.93799999999999	100.0	0.9517578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0032_000000003976	5121	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9341802816111364	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	25	rep_cluster_475				non-mobilizable	other	5004.0	99.88	100.0	0.9771484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0056_01_000000004486	5104	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9346571402328248	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	29	rep_cluster_475				non-mobilizable	plasmid	4850.0	100.0	100.0	0.9653593470037826	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ENG0003_000000004360	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9347419237475079	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	122	rep_cluster_475				non-mobilizable	other	5101.0	100.0	100.0	0.99609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0008_000000005369	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9350234691114537	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	198	rep_cluster_475				non-mobilizable	plasmid	4860.0	100.0	100.0	0.967350189130002	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0118_000000005715	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9343820869728687	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	130	rep_cluster_475				non-mobilizable	plasmid	4699.0	99.87200000000001	100.0	0.9352976308978698	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0362_000000004562	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9345018034015632	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	167	rep_cluster_475				non-mobilizable	plasmid	4860.0	99.91799999999999	100.0	0.967350189130002	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0152_000000001171	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.934444680634715	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	45	rep_cluster_475				non-mobilizable	plasmid	4860.0	99.87700000000001	100.0	0.967350189130002	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0040_000000007007	5101	0.9710480913236512	7	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9347231760659294	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	328	rep_cluster_475				non-mobilizable	plasmid	4524.0	100.0	100.0	0.9004578936890305	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0046_000000004998	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9350234691114537	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	149	rep_cluster_475				non-mobilizable	plasmid	4860.0	100.0	100.0	0.967350189130002	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0035_000000003079	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.934452919213221	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9998039603233337	99	rep_cluster_475				non-mobilizable	plasmid	5022.0	99.861	100.0	0.9998008761449622	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0119_000000001828	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9345883512092781	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9996079206466675	14	rep_cluster_475				non-mobilizable	other	5004.0	100.0	100.0	0.9771484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0109_000000003105	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.934444680634715	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	38	rep_cluster_475				non-mobilizable	plasmid	4860.0	99.87700000000001	100.0	0.967350189130002	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
AST0031_000000005649	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9307055095960831	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	96	rep_cluster_475				non-mobilizable	other	5101.0	99.471	100.0	0.99609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0140_000000005922	5101	0.9710480913236512	6	5	2	3	5	False	130157	backbone	True	CHI0140_000000005922	0.9350234691114537	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	151	8	True	True	1.0	98	rep_cluster_475				non-mobilizable	plasmid	4860.0	100.0	100.0	0.967350189130002	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0155_000000004999	5100	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9344264667032929	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9994117617607117	3	rep_cluster_475				non-mobilizable	plasmid	5022.0	99.881	100.0	0.9998008761449622	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0795_000000001594	5081	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9345101548973112	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	64	rep_cluster_475				non-mobilizable	plasmid	4948.0	99.859	100.0	0.9850657108721624	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0059_000000005328	5006	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9309454238160554	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	83	rep_cluster_475				non-mobilizable	other	4614.0	99.913	100.0	0.9009765625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0777_000000003265	4981	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.93183251150072	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	76	rep_cluster_475				non-mobilizable	plasmid	4424.0	99.79700000000001	100.0	0.8803503882142146	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0802_000000002454	4981	0.9710480913236512	7	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9268591377352203	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9997992515563965	50	rep_cluster_475				non-mobilizable	plasmid	4138.0	98.961	100.0	0.82341230340434	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0034_000000002732	4980	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.926856874246835	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	98	rep_cluster_475				non-mobilizable	plasmid	4956.0	99.637	100.0	0.9864595778574273	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0030_000000001166	4980	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.927514214003854	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	65	rep_cluster_475				non-mobilizable	plasmid	4955.0	99.939	100.0	0.9864595778574273	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0014_000000003976	4980	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9284819767300473	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	50	rep_cluster_475				non-mobilizable	plasmid	4955.0	99.87899999999999	100.0	0.9864595778574273	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
USA0030_01_000000003396	4956	0.9710480913236512	7	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.893736866327326	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4770.0	99.266	99.0	0.93125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0025_000000004253	4930	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9087946814787489	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	33	rep_cluster_475				non-mobilizable	other	4910.0	100.0	100.0	0.9587890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0363_000000003710	4905	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9032575727675317	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9995922446250916	4	rep_cluster_475				non-mobilizable	other	4808.0	100.0	100.0	0.9388671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0798_000000002744	4903	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9084241386067835	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	6	rep_cluster_475				non-mobilizable	plasmid	4903.0	99.796	100.0	0.97610513739546	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0088_000000003358	4900	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9121258732693649	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	49	rep_cluster_475				non-mobilizable	plasmid	4848.0	99.835	100.0	0.9651533253683792	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0145_000000006857	4794	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.8741577254988496	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4794.0	100.0	100.0	0.9361328125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0004_01_000000005680	4692	0.9710480913236512	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.8374865274667546	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9978687167167664	0	rep_cluster_475				non-mobilizable	other	4692.0	99.89299999999999	100.0	0.9162109375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0825_000000011550	2047	0.9710450860221682	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.6152857310726804	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1805.0	91.579	88.0	0.0004829058821259436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CHI0175_000000006187	1886	0.9710450860221682	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5422966763574273	PS1061	0	0	False	True	0.9740191102027893	0					non-mobilizable	chromosome	1800.0	91.833	100.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CAN0021_000000011493	3668	0.9710367898462596	3	2	1	2	1	False	91889	maximal	True	CAN0021_000000011493	1.0		2	1	False	False	0.9997273683547974	0					non-mobilizable	no_good_hit	1017.0	80.433	27.0	0.00031618068874377815	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
FIJ0061_000000021875	1308	0.9710314513947732	3	2	2	2	1	False	45778	fragment	False	MON0077_000000030443	0.7707019004053364		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	80.952	100.0	0.0005649621978286894	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0111_000000013804	1250	0.9710314513947732	3	2	2	2	1	False	45778	fragment	False	MON0077_000000030443	0.6173321672923321		0	0	False	False	1.0	0					non-mobilizable	chromosome	1271.0	79.308	100.0	0.0005501458372151141	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0338_000000002589	7236	0.9710294744702216	9	5	4	5	3	True	128739	maximal	False	AST0047_000000002732	0.9445582085544832	PS1048|PS850	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	950.0	94.211	22.0	0.0002687965594040396	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CHI0172_000000005607	1438	0.971023931407324	2	2	2	2	1	False	93083	fragment	False	CHI0172_000000005607	1.0		0	0	False	False	0.9826147556304932	0					non-mobilizable	chromosome	1439.0	96.87299999999999	100.0	0.0006701831460831363	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0024_000000041058	1277	0.9710208081475106	2	1	1	1	1	False	12883	fragment	False	MON0024_000000041058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000000976	16731	0.9710200213633112	34	6	2	5	3	False	52302	maximal	True	MAD0046_000000000976	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	84.27	1.0	0.001351544736130766	HG515536.1	eudicots	Phelipanche purpurea chloroplast complete genome, specimen voucher BONN:S. Wicke Op38/39	True	False
MAD0103_000000002653	5884	0.9710131225417484	6	4	3	4	3	True	114338	maximal	True	MAD0103_000000002653	1.0		0	0	False	False	0.9994901418685913	0					non-mobilizable	no_good_hit	1156.0	76.903	51.0	0.0023837553346980683	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0105_000000043142	1271	0.971013026880466	3	2	1	2	1	True	8689	fragment	False	MON0105_000000043142	1.0		0	0	False	False	0.9992132186889648	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	9.119479207587407e-05	NZ_VRKO01000014.1	enterobacteria	Erwinia rhapontici strain H1 Contig_4, whole genome shotgun sequence	True	True
ISR0115_000000001591	14896	0.9710115404292086	15	7	6	5	3	True	69325	fragment	False	ISR0115_000000001591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000003625	9498	0.9710073960738984	7	5	3	5	2	True	106018	fragment	False	ISR0004_000000001530	0.949248305001474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0379_000000003227	5864	0.9710068460063466	6	2	2	2	1	False	34530	maximal	False	ISR0130_000000004506	0.9998266654113793		0	0	True	True	0.9998294711112976	7					non-mobilizable	no_good_hit	1021.0	77.277	17.0	0.00029101621938110167	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0130_000000004506	5863	0.9710068460063466	7	2	2	2	1	False	34530	maximal	True	ISR0130_000000004506	0.999885063629375		7	2	True	True	0.9993177652359009	6					non-mobilizable	no_good_hit	1021.0	77.277	17.0	0.00029101621938110167	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0086_000000004203	5666	0.9710068460063466	6	2	2	2	1	False	34530	maximal	False	ISR0130_000000004506	0.9816378205806883		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1021.0	77.277	18.0	0.00029101621938110167	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0077_000000007592	3863	0.9710068460063466	3	2	2	2	1	False	34529	fragment	False	ISR0077_000000007592	1.0		0	0	False	False	0.9979290962219238	0					non-mobilizable	no_good_hit	1021.0	77.375	26.0	0.00029101621938110167	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0329_000000003910	3219	0.9710068460063466	2	2	2	2	1	False	24711	fragment	False	ISR0329_000000003910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	77.277	31.0	0.00029101621938110167	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0019_000000016222	1130	0.9709938265715092	2	1	1	1	1	False	37709	fragment	False	ISR0019_000000016222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0813_000000007095	4015	0.9709901630984752	6	6	5	5	3	False	128453	fragment	False	ISR0813_000000007095	0.9901689868718692		0	0	False	False	1.0	0					non-mobilizable	other	3530.0	96.969	97.0	0.01352958325661327	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0114_000000005928	1322	0.9709868416311352	2	1	1	1	1	False	82277	maximal	True	CHI0114_000000005928	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	888.0	85.135	67.0	0.0004104113907816005	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CAN0006_000000014718	3064	0.97098342716792	7	4	1	2	3	True	114731	fragment	False	CAN0006_000000014718	0.9653934051583415		0	0	False	False	1.0	0					non-mobilizable	chromosome	2930.0	98.259	100.0	0.0012380208066958792	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ETH0002_000000009251	2992	0.9709759102220236	5	3	0	3	0	True	53356	maximal	True	ETH0002_000000009251	0.99560546875		2	2	True	True	1.0	303	rep_cluster_1839				non-mobilizable	no_good_hit	584.0	86.13	47.0	0.3280363223609535	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0252_000000005941	1883	0.9709732906249832	3	3	2	3	2	False	129515	backbone	False	ISR0187_000000012655	0.5687737243666665	PS1061	0	0	False	True	0.9978757500648499	0					non-mobilizable	chromosome	1765.0	99.32	94.0	0.0004727225172420446	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0075_000000004100	5336	0.9709730247042232	7	6	2	3	5	False	122890	fragment	False	AST0019_000000004513	0.950087538653171		0	0	False	False	0.9973763227462769	0					non-mobilizable	no_good_hit	1592.0	85.302	38.0	0.0005345115026000215	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0051_000000004563	3742	0.970970078391861	4	2	2	2	1	False	86654	fragment	False	CHI0051_000000004563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	99.45100000000001	10.0	0.005617192955233144	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	False
ISR0179_000000002324	10833	0.970969381123174	12	7	4	4	6	True	130652	maximal	True	ISR0179_000000002324	1.0	PS1107|PS1110|PS1114	10	3	False	True	0.9998154044151306	0		MOBV			mobilizable	no_good_hit	5983.0	99.499	55.0	0.9748899396706343	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0123_000000004611	4104	0.9709660134800115	4	3	0	2	2	True	106266	maximal	True	ISR0123_000000004611	0.9892110936615043		8	5	True	True	0.9965887069702148	26					non-mobilizable	no_good_hit	1261.0	97.7	63.0	0.5048076923076923	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	True	True
ISR0376_000000005064	4084	0.9709660134800115	4	3	0	2	2	True	106266	maximal	False	ISR0123_000000004611	0.986878496873769		0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1261.0	97.304	63.0	0.5048076923076923	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	True	True
AST0116_000000006487	4064	0.9709660134800115	3	3	0	2	2	True	106266	maximal	False	ISR0123_000000004611	0.9888016964249459		0	0	True	True	1.0	62					non-mobilizable	no_good_hit	1261.0	97.62100000000001	63.0	0.5048076923076923	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	True	True
ISR0046_000000006993	3933	0.9709660134800115	3	3	0	2	2	True	106266	maximal	False	ISR0123_000000004611	0.9701196043303651		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1240.0	97.661	64.0	0.4963942307692308	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	True	True
ENG0174_000000004233	3848	0.9709660134800115	3	3	0	2	2	True	106266	maximal	False	ISR0123_000000004611	0.9572208548752146		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1175.0	98.213	64.0	0.4703525641025641	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	True	True
ISR0322_000000002411	3841	0.9709660134800115	3	3	0	2	2	True	106266	maximal	False	ISR0123_000000004611	0.9449176360626071		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1255.0	95.85700000000001	64.0	0.5016025641025641	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	True	True
SPA0002_000000002253	13259	0.9709642674479454	15	14	8	10	14	True	77956	fragment	False	SPA0002_000000002253	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	13272.0	99.87899999999999	100.0	0.04641475647204482	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
ISR0188_000000003286	6487	0.9709612800668213	8	4	1	2	3	False	132257	backbone	False	USA0121_01_000000007080	0.9168440147384714	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	34	rep_cluster_475				non-mobilizable	other	4732.0	95.583	93.0	0.7225034514496088	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0138_000000008849	2876	0.9709534234376208	3	3	2	3	2	False	131441	maximal	True	SPA0138_000000008849	1.0		0	0	False	False	0.9996522665023804	0					non-mobilizable	no_good_hit	1643.0	76.932	62.0	0.0004607941018354965	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0003_01_000000010525	3730	0.9709533512178168	9	2	2	2	2	False	69686	maximal	False	ISR0072_000000006550	0.9584676419538805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	80.815	11.0	0.00018062063354002414	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0023_000000002553	7610	0.970952799008856	6	5	5	5	3	False	7649	fragment	False	SPA0023_000000002553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	90.24700000000001	10.0	0.011643053567695351	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0840_000000000220	27488	0.9709447810059381	30	18	12	18	16	False	74654	maximal	True	ISR0840_000000000220	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1621.0	70.635	6.0	0.014184207237605556	NZ_FONQ01000012.1	CFB group bacteria	Flavobacterium xueshanense strain CGMCC 1.9227, whole genome shotgun sequence	True	False
DEN0092_000000003764	3451	0.9709397391725342	5	4	4	4	4	False	116218	fragment	False	DEN0092_000000003764	1.0		0	0	False	False	0.999710202217102	0					non-mobilizable	no_good_hit	1795.0	94.708	77.0	0.00040544344018759	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0128_000000010143	3449	0.9709389363500512	4	4	4	4	4	False	31862	fragment	False	ISR0128_000000010143	0.9902319902319903		0	0	False	False	1.0	0					non-mobilizable	other	3348.0	99.64200000000001	99.0	0.00393474923174227	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0053_000000009752	1812	0.9709369927581328	3	3	3	3	2	False	110714	fragment	False	ISR0053_000000009752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	77.551	8.0	2.2765250032183973e-05	NC_016631.1	bacteria	Granulicella mallensis MP5ACTX8, complete sequence	True	False
MON0091_000000001769	7205	0.9709345049852584	15	8	4	6	8	True	127654	backbone	False	CHI0110_000000000693	0.9883179550283383	PS1016	0	0	True	True	1.0	91	rep_cluster_1097				non-mobilizable	other	3129.0	98.49799999999999	94.0	0.3777697057755176	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
SPA0122_000000016354	1472	0.9709327222774692	2	2	2	2	1	False	95536	fragment	False	SPA0122_000000016354	1.0		0	0	False	False	0.998641312122345	0					non-mobilizable	other	1393.0	99.85600000000001	95.0	0.011066854294368784	NZ_WBKJ01000015.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000015, whole genome shotgun sequence	False	False
CAN0006_000000032986	1361	0.9709327222774692	2	2	2	2	1	False	95534	fragment	False	CAN0006_000000032986	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	99.706	99.0	0.044333529066353496	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
MON0047_000000004359	7334	0.9709314217891016	11	5	3	4	4	True	104935	fragment	False	MON0047_000000004359	1.0		0	0	False	False	0.9983637928962708	0					non-mobilizable	plasmid	7335.0	99.755	100.0	0.5916095199677289	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0037_000000005253	3882	0.9709293214691316	3	2	1	2	0	True	36715	maximal	True	ISR0037_000000005253	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
ISR0392_000000008045	3798	0.9709293214691316	4	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.951309066056684	PS661	0	0	True	True	0.9913111925125122	34					non-mobilizable	no_good_hit								True	True
ISR0068_000000005265	3791	0.9709293214691316	5	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.640555485991772	PS661	0	0	True	True	0.9992086291313171	32					non-mobilizable	no_good_hit								True	True
ISR0043_000000005789	3779	0.9709293214691316	5	2	1	2	0	True	107487	backbone	True	ISR0043_000000005789	0.9513644775296033	PS661	14	3	True	True	1.0	47					non-mobilizable	no_good_hit								True	True
ISR0396_000000005861	3778	0.9709293214691316	5	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.9513438082094807	PS661	0	0	True	True	0.9989412426948547	11					non-mobilizable	no_good_hit								True	True
ISR0326_000000004498	3778	0.9709293214691316	5	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.9513438082094807	PS661	0	0	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
ISR0117_000000007148	3778	0.9709293214691316	5	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.9509627709077282	PS661	0	0	True	True	1.0	225					non-mobilizable	no_good_hit								True	True
ISR0158_000000004634	3758	0.9709293214691316	4	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.9379615667858958	PS661	0	0	True	True	1.0	206					non-mobilizable	no_good_hit								True	True
ISR0855_000000003473	3758	0.9709293214691316	4	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.8455864312335835	PS661	0	0	True	True	0.9997339248657227	19					non-mobilizable	no_good_hit								True	True
AST0106_000000005290	3739	0.9709293214691316	5	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.87943631004221	PS661	0	0	True	True	1.0	60					non-mobilizable	no_good_hit								True	True
ISR0108_000000005811	3738	0.9709293214691316	4	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.9497713625195543	PS661	0	0	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
ISR0020_000000005410	3738	0.9709293214691316	5	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.8804295057035016	PS661	0	0	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
USA0007_01_000000004849	3738	0.9709293214691316	5	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.8802474947758588	PS661	0	0	True	True	0.9978598356246948	4					non-mobilizable	no_good_hit								True	True
ISR0812_000000010491	3738	0.9709293214691316	4	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.9459799726499334	PS661	0	0	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ISR0245_000000001131	3738	0.9709293214691316	5	2	1	2	0	True	107487	backbone	False	ISR0043_000000005789	0.9506453811164258	PS661	0	0	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
ISR0381_000000004215	3705	0.9709293214691316	3	2	1	2	0	True	81602	backbone	True	ISR0381_000000004215	0.9666268817741456	PS404|PS405	1	1	True	True	1.0	56					non-mobilizable	no_good_hit	906.0	89.073	50.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0045_000000009792	3652	0.9709293214691316	3	2	1	2	0	True	81602	backbone	False	ISR0381_000000004215	0.9646164824312485	PS404|PS405	0	0	True	True	1.0	81					non-mobilizable	no_good_hit	904.0	90.59700000000001	48.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0121_000000008417	2886	0.9709293214691316	3	2	1	2	0	True	32218	maximal	True	ISR0121_000000008417	1.0		1	1	True	True	1.0	36					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0003822205782627458	NZ_AUCV01000030.1	d-proteobacteria	Desulfobulbus japonicus DSM 18378 G493DRAFT_scaffold00025.25_C, whole genome shotgun sequence	True	True
ISR0850_000000005147	2873	0.9709293214691316	3	2	1	2	0	True	27307	fragment	False	ISR0850_000000005147	1.0		0	0	False	False	0.9947789907455444	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.4100998021042444e-05	NZ_CZBZ01000003.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
FIJ0087_000000001591	13084	0.9709290097638456	17	7	4	6	4	True	121697	maximal	True	FIJ0087_000000001591	1.0		0	0	False	False	0.9998471140861511	0					non-mobilizable	no_good_hit	193.0	83.93799999999999	1.0	0.0010347302191291577	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
MON0059_000000006896	4993	0.9709287077313371	5	4	4	3	2	False	41118	maximal	True	MON0059_000000006896	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0258_000000021967	1326	0.9709193994688188	1	1	1	1	1	False	48795	fragment	False	SPA0130_000000023032	0.6968351360071506		0	0	False	False	0.9969834089279175	0					non-mobilizable	no_good_hit	153.0	90.196	16.0	4.2224640118833e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0211_000000002832	6243	0.9709190278427424	6	5	5	4	4	False	130746	fragment	False	ISR0130_000000004031	0.7888523957848178		0	0	False	False	0.9993593096733093	0					non-mobilizable	no_good_hit	1320.0	83.788	64.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0098_000000010136	2518	0.970908341273358	4	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.8357740791591153		0	0	False	False	0.9996028542518616	0					non-mobilizable	no_good_hit	1890.0	83.81	75.0	0.0006552961171613688	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0114_000000001730	3838	0.9709075938644922	6	4	3	2	3	True	132216	fragment	False	CHI0114_000000001730	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1803.0	93.178	81.0	0.37630589218554117	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	True	True
FIJ0068_000000006213	4866	0.9709072702137704	6	2	1	2	0	False	45114	maximal	True	FIJ0068_000000006213	1.0		1	1	True	True	1.0	18					non-mobilizable	plasmid	3987.0	93.98	100.0	0.8062614352510673	CP050839.1	enterobacteria	Klebsiella pneumoniae strain Bckp021 plasmid pBckp021-5, complete sequence	False	True
ISR0834_000000000906	15326	0.970903803706796	24	11	7	9	10	True	125413	fragment	False	USA0004_01_000000001397	0.9703647253695866		0	0	False	False	1.0	0					non-mobilizable	other	15328.0	98.421	100.0	0.004374242941445766	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0023_000000002338	8114	0.9708998277508676	17	5	3	5	3	True	112949	maximal	True	SPA0023_000000002338	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	92.215	39.0	0.047901424720831726	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0383_000000004462	2935	0.9708968405048416	5	3	3	3	2	False	99168	maximal	True	ISR0383_000000004462	1.0		0	0	False	False	0.9989778399467468	0					non-mobilizable	no_good_hit	1775.0	99.662	78.0	0.0007028526780351997	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
MON0093_000000026162	1729	0.9708958983624992	3	2	2	1	1	False	10252	fragment	False	MON0093_000000026162	1.0		0	0	False	False	0.9282822608947754	0					non-mobilizable	no_good_hit	1217.0	91.208	70.0	0.0004974841632835273	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0166_000000003560	7236	0.9708942202311684	8	6	6	6	5	False	39039	maximal	True	FIJ0166_000000003560	1.0		1	1	False	False	0.9950248599052429	0					non-mobilizable	no_good_hit	1058.0	69.187	14.0	0.00033253352459611897	CP012193.1	b-proteobacteria	Burkholderia sp. HB1, complete sequence	True	False
ISR0301_000000001230	11491	0.9708930429794224	15	9	8	6	6	False	25579	fragment	False	ISR0301_000000001230	1.0		0	0	False	False	0.9995648860931396	0					non-mobilizable	no_good_hit	809.0	76.143	7.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ISR0207_000000012405	2345	0.9708891271484582	7	2	1	1	2	True	59050	fragment	False	ISR0207_000000012405	0.9905335628227194		0	0	False	False	0.9991471171379089	0					non-mobilizable	other	1153.0	98.09200000000001	92.0	0.006635409586784476	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0112_000000014573	2324	0.9708891271484582	6	2	1	1	2	True	59050	fragment	False	ISR0207_000000012405	0.9831556503198293		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	99.196	92.0	0.006445332749663046	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
USA0101_01_000000000505	23809	0.9708860455248508	30	13	10	10	11	False	96506	maximal	True	USA0101_01_000000000505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	12302.0	99.545	64.0	0.19778717655950984	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
MAD0051_000000021745	1300	0.9708834684411858	2	2	1	2	1	False	17317	fragment	False	MAD0051_000000021745	1.0		0	0	False	False	0.9646154046058655	0					non-mobilizable	no_good_hit	720.0	78.333	55.0	0.0002562945099037194	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
SPA0095_000000008580	2347	0.9708817448575194	3	3	3	1	1	False	73963	fragment	False	SPA0095_000000008580	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	99.93700000000001	96.0	0.0043038972680782585	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
AST0110_000000007922	2303	0.9708817448575194	3	3	3	1	1	False	107001	fragment	False	AST0110_000000007922	1.0		0	0	False	False	0.9952236413955688	0					non-mobilizable	other	1673.0	97.071	96.0	0.004511801966724448	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0182_000000017726	2192	0.9708817448575194	3	3	3	1	1	False	73962	fragment	False	ISR0182_000000017726	1.0		0	0	False	False	0.9990875720977783	0					non-mobilizable	other	1424.0	97.823	96.0	0.0038421868334224353	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0091_000000006477	4841	0.970877625473086	7	4	2	4	3	True	91861	fragment	False	ENG0068_000000004649	0.9902822372882091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
SPA0062_000000005615	5636	0.970869770006838	8	2	2	1	1	False	72244	maximal	True	SPA0062_000000005615	0.9851031321619557		1	1	False	False	0.9998225569725037	0					non-mobilizable	no_good_hit	651.0	92.012	22.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
CHI0089_000000002255	3322	0.9708681641833021	6	5	3	3	2	False	104829	fragment	False	CHI0089_000000002255	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3322.0	98.585	100.0	0.0006459509804703402	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
BAN0018_000000000583	3817	0.970867661611502	7	7	2	3	7	True	98173	maximal	True	BAN0018_000000000583	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	3817.0	99.97399999999999	100.0	0.09653671987654633	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
USA0084_01_000000011874	2748	0.9708640767044112	2	2	2	2	2	True	100216	fragment	False	USA0019_01_000000011102	0.7811267906181428		0	0	False	False	0.9996361136436462	0					non-mobilizable	no_good_hit								True	True
FIJ0172_000000003842	6317	0.9708615497110692	6	3	2	3	0	True	104143	maximal	True	FIJ0172_000000003842	1.0	PS161|PS166|PS570	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	904.0	93.584	25.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0031_01_000000017091	1595	0.9708608863037022	2	1	1	1	1	False	14113	fragment	False	MON0005_000000032091	0.9589000591366056		0	0	False	False	0.9993730187416077	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	1.719155935695316e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ENG0177_000000014903	1800	0.9708602379188468	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17709245178016356	PS1061	0	0	True	True	1.0	11					non-mobilizable	chromosome	1802.0	87.791	100.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0325_000000007882	2494	0.9708600105195229	4	3	2	3	1	True	24876	maximal	True	ISR0325_000000007882	1.0		0	0	False	False	0.9843624830245972	0	rep_cluster_667				non-mobilizable	no_good_hit	2070.0	99.95200000000001	83.0	0.042544003948017765	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	True	True
ISR0119_000000019521	1589	0.970859008508972	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.35176260710251334	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1589.0	99.49700000000001	100.0	0.0004255574588324075	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0140_000000015815	1865	0.9708516699191962	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6980746489951917		0	0	False	False	1.0	0					non-mobilizable	other	1865.0	98.98100000000001	100.0	0.014252616930334982	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ENG0179_000000020568	1601	0.9708516699191962	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.27956760721000684		0	0	False	False	0.9981261491775513	0					non-mobilizable	chromosome	1601.0	98.876	100.0	0.0005622923252369096	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
DEN0067_000000021606	1552	0.9708509527325486	4	1	1	1	1	False	70812	fragment	False	DEN0067_000000021606	1.0		0	0	False	False	0.9652062058448792	0					non-mobilizable	no_good_hit	534.0	75.655	33.0	0.00017536554965655616	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0183_000000016479	1933	0.9708350465797361	3	3	2	1	3	True	97782	maximal	False	MAD0073_000000001639	0.9953122852232124		0	0	True	True	1.0	88	ColpVC				non-mobilizable	plasmid	1933.0	99.845	100.0	0.9374090247452693	CP023262.1	enterobacteria	Escherichia coli strain CCUG 70745 plasmid pEco70745_4, complete sequence	False	True
FIJ0005_000000019226	1822	0.9708346366290888	2	2	2	1	2	True	98017	backbone	False	FIJ0164_000000012307	0.9797235520464167	PS541	0	0	False	True	0.9972557425498962	0	ColpVC				non-mobilizable	plasmid	1471.0	100.0	100.0	0.8244531688166012	CP011142.1	enterobacteria	Escherichia coli VR50 plasmid pVR50H, complete sequence	False	True
TAN0017_000000003216	9104	0.9708306116703171	9	8	7	7	7	False	121065	maximal	True	TAN0017_000000003216	1.0		1	1	False	False	0.9997802972793579	0					non-mobilizable	no_good_hit	667.0	80.96	10.0	0.00023337156755221555	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0078_000000002890	8714	0.9708279279700368	9	5	4	5	2	True	91173	fragment	False	FIJ0118_000000000569	0.946550456788827		0	0	False	False	0.9994261860847473	0					non-mobilizable	no_good_hit	1320.0	97.803	18.0	0.004830475241065637	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
AUS0014_000000012352	2421	0.97081712952592	5	4	4	2	2	False	129954	maximal	True	AUS0014_000000012352	0.9671052631578947		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	1785.0	92.99700000000001	77.0	0.02480756358768407	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0121_01_000000036065	1130	0.9708156807302558	1	1	1	1	1	False	8542	fragment	False	MON0107_000000054015	0.9631396357328708		0	0	False	False	1.0	0					non-mobilizable	chromosome	1131.0	94.51799999999999	100.0	0.00039981259448626917	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
CAN0009_000000005468	3966	0.9708092153455666	6	6	4	4	3	False	94812	maximal	True	CAN0009_000000005468	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	77.684	31.0	0.0003588326116125362	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0026_01_000000013075	2501	0.97080580603381	3	3	3	2	2	False	128259	fragment	False	USA0026_01_000000013075	1.0		0	0	False	False	0.9960016012191772	0					non-mobilizable	no_good_hit	631.0	74.643	25.0	0.011854473493930052	NZ_FQXK01000037.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
MON0090_000000017386	3284	0.9708019456441512	8	5	2	3	4	True	92225	maximal	True	MON0090_000000017386	1.0		6	2	False	False	0.9792935252189636	0	rep_cluster_1079				non-mobilizable	no_good_hit	2351.0	94.76799999999999	76.0	0.7161585365853659	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
FIJ0132_000000010473	2888	0.9708016834315104	7	5	3	5	2	False	86580	maximal	True	FIJ0132_000000010473	1.0		1	1	False	False	0.988227128982544	0					non-mobilizable	no_good_hit	614.0	84.691	21.0	0.00030964789627558156	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
ENG0168_000000001614	15555	0.970799607330166	16	11	8	10	5	False	123936	fragment	False	USA0102_01_000000000866	0.9613525053371845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8316.0	99.315	62.0	0.08454816427430595	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
AST0110_000000004508	4173	0.9707916831418291	6	3	2	3	1	True	107051	maximal	True	AST0110_000000004508	1.0		1	1	True	True	0.9997603893280029	17					non-mobilizable	no_good_hit	1160.0	92.241	63.0	0.2800193283401788	LN854136.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1627	True	True
AST0059_000000003367	4050	0.9707887392811548	5	5	5	5	5	False	112891	fragment	False	AST0059_000000003367	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3972.0	99.698	98.0	0.0017596958309699375	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
FIJ0077_000000019187	1560	0.9707724724185309	2	2	2	2	1	False	44497	fragment	False	FIJ0077_000000019187	1.0		0	0	False	False	0.9814102649688721	0					non-mobilizable	no_good_hit	433.0	72.517	28.0	0.0004085290948121577	CP032057.1	CFB group bacteria	Prevotella denticola strain KCOM 1525 chromosome 2, complete sequence	True	False
ISR0353_000000002383	11044	0.9707707918099628	12	9	9	6	5	False	72330	fragment	False	SPA0017_000000001129	0.9926354831235819		0	0	False	False	0.9993661642074585	0					non-mobilizable	no_good_hit	1599.0	84.615	14.0	0.07910054226157903	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	False
DEN0061_000000008462	4401	0.9707688437939402	3	2	2	2	1	False	71945	maximal	True	DEN0061_000000008462	1.0		1	1	False	False	0.9981822371482849	0					non-mobilizable	no_good_hit	153.0	91.50299999999999	5.0	4.2224640118833e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0027_000000008952	4175	0.9707668134490558	5	4	2	3	4	False	123629	maximal	True	MON0027_000000008952	1.0	PS902	1	1	False	True	0.9976047873497009	0					non-mobilizable	no_good_hit	3626.0	94.65	87.0	0.0007527987298443959	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
MON0010_000000007196	3270	0.9707584331954374	5	4	0	2	4	False	78678	fragment	False	MON0010_000000007196	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3271.0	99.725	100.0	0.4793315743183817	KC853438.1	enterobacteria	Escherichia coli ACN001 plasmid pACN001-E, complete sequence	False	True
MAD0105_000000007917	4046	0.9707541498193952	5	4	4	3	2	True	108560	fragment	False	FIJ0128_000000005855	0.7170695634764117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0127_000000017948	1481	0.9707445117257232	2	2	2	2	1	False	78496	fragment	False	ENG0127_000000017948	1.0		0	0	False	False	0.9959486722946167	0					non-mobilizable	no_good_hit	194.0	77.32	13.0	5.814430629451484e-05	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
MON0065_000000021080	1259	0.9707378537693832	2	2	2	2	1	False	124608	fragment	False	MON0065_000000021080	1.0		0	0	False	False	0.9722001552581787	0					non-mobilizable	no_good_hit	490.0	73.673	38.0	0.00010929615994064447	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0057_000000007767	2959	0.9707318010629348	4	3	2	2	3	False	116191	fragment	False	ENG0057_000000007767	0.9899781341107872		0	0	False	False	0.984792172908783	0					non-mobilizable	no_good_hit	1876.0	94.829	89.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0137_000000004244	8340	0.9707296721297128	12	4	2	4	2	True	121769	maximal	True	SPA0137_000000004244	1.0		1	1	False	False	0.9997602105140686	0					non-mobilizable	plasmid	3289.0	94.95299999999999	100.0	0.14264016663773652	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0329_000000002235	4718	0.9707290941301084	7	6	0	3	3	True	125145	backbone	False	ISR0317_000000003305	0.8740835937067459	PS921	0	0	True	True	1.0	38	rep_cluster_233				non-mobilizable	no_good_hit	1589.0	96.098	43.0	0.36131968145620025	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
USA0133_01_000000006892	3701	0.9707234685887746	7	7	5	7	5	False	118820	fragment	False	USA0056_01_000000006190	0.35734984425732275		0	0	False	False	0.9945960640907288	0					non-mobilizable	other	3464.0	99.94200000000001	94.0	0.07185989085098878	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0230_000000011282	2801	0.9707160070844356	4	4	4	2	2	False	116631	fragment	False	SPA0101_000000007479	0.13578719576205242		0	0	False	False	1.0	0					non-mobilizable	chromosome	2801.0	99.85700000000001	100.0	0.0005653912315493154	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0146_000000014528	2736	0.9707160070844356	4	4	4	2	2	False	116631	fragment	False	SPA0101_000000007479	0.13390176923707753		0	0	False	False	0.9989035129547119	0					non-mobilizable	chromosome	2719.0	99.559	99.0	0.0005214629587670144	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
AST0153_000000012706	2519	0.9707160070844356	4	4	4	2	2	False	116631	fragment	False	SPA0101_000000007479	0.08298245887282076		0	0	False	False	1.0	0					non-mobilizable	chromosome	2519.0	100.0	100.0	0.0005084482575147057	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0146_000000003813	9810	0.9707144071301406	14	13	3	8	9	True	129181	maximal	True	ISR0146_000000003813	1.0		2	2	False	False	0.9977573752403259	0					non-mobilizable	no_good_hit	4029.0	92.008	42.0	0.0011656136719729482	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0123_000000023826	1435	0.9707109533627818	2	2	1	2	2	False	94084	fragment	False	SPA0062_000000015646	0.2600838238789983		0	0	False	False	1.0	0					non-mobilizable	chromosome	1435.0	97.14299999999999	100.0	0.0006148909083190794	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0013_000000021810	1373	0.9707109533627818	2	2	1	2	2	False	94084	fragment	False	SPA0062_000000015646	0.2815806484379349		0	0	False	False	0.9927166700363159	0					non-mobilizable	chromosome	1373.0	97.59700000000001	100.0	0.0005948796127559186	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0046_000000003838	6015	0.9707075755257264	5	3	3	3	2	False	120526	fragment	False	ISR0046_000000003838	0.9854004624033788		0	0	False	False	0.9985037446022034	0					non-mobilizable	no_good_hit	999.0	85.986	59.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0266_000000002162	5893	0.9707075755257264	3	3	3	3	2	False	120526	fragment	False	ISR0046_000000003838	0.9772619133516347		0	0	False	False	0.9998303055763245	0					non-mobilizable	no_good_hit	999.0	85.986	56.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
DEN0094_000000004947	5785	0.9707075755257264	4	3	3	3	2	False	120526	fragment	False	ISR0046_000000003838	0.9763843445246645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	87.82799999999999	59.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0041_000000004448	5678	0.9707075755257264	3	3	3	3	2	False	120526	fragment	False	ISR0046_000000003838	0.9724024874466068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	85.986	59.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
DEN0079_000000007659	5360	0.9707075755257264	3	3	3	3	2	False	120526	fragment	False	ISR0046_000000003838	0.8281818411686825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	85.986	59.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
AST0025_000000005956	5320	0.9707075755257264	3	3	3	3	2	False	120526	fragment	False	ISR0046_000000003838	0.7058700086028671		0	0	False	False	0.9986842274665833	0					non-mobilizable	no_good_hit	970.0	85.876	60.0	0.0004425048546200648	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
DEN0017_000000005831	5234	0.9707075755257264	3	3	3	3	2	False	120526	fragment	False	ISR0046_000000003838	0.5877924388932253		0	0	False	False	0.9998089671134949	0					non-mobilizable	no_good_hit	999.0	85.986	59.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
CHI0113_000000001053	7360	0.9707063999413728	11	9	5	6	8	True	123626	fragment	False	ISR0317_000000001658	0.6678758038849661		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7367.0	99.579	100.0	0.07492446515223959	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AUS0014_000000002397	12673	0.9707042000621776	10	8	8	8	7	True	100983	fragment	False	AUS0014_000000002397	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	1.0	0.02052052052052052	NZ_WNCH01000092.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold92_size3996, whole genome shotgun sequence	True	True
MON0004_000000000164	33844	0.9707007108993244	33	14	11	14	6	True	106307	fragment	False	FIJ0014_000000000221	0.31284438373324086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.010097719869706841	XM_021873293.1	eudicots	PREDICTED: Chenopodium quinoa zinc finger CCCH domain-containing protein 24-like (LOC110696031), mRNA	True	True
ENG0127_000000010158	2518	0.9706908065709832	3	2	2	1	1	False	63167	maximal	True	ENG0127_000000010158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0087_000000002783	9684	0.9706892618586428	11	6	3	6	2	True	66569	fragment	False	ENG0087_000000002783	1.0		0	0	False	False	0.9997934699058533	0					non-mobilizable	no_good_hit	2052.0	92.885	84.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0197_000000001704	6546	0.9706872496374168	11	6	5	5	4	True	90264	fragment	False	ENG0197_000000001704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	88.296	9.0	0.0003699986854466115	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0157_000000005021	4774	0.9706871932937436	5	5	4	4	3	False	132010	maximal	True	ENG0157_000000005021	1.0		1	1	False	False	0.9995810389518738	0					non-mobilizable	no_good_hit	3077.0	85.40799999999999	65.0	0.0010295383545976618	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0080_000000001091	19480	0.9706838567927908	28	15	10	12	10	True	34329	maximal	True	ISR0080_000000001091	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5188.0	82.67200000000001	74.0	0.08231016997799534	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	True
USA0007_01_000000002379	8298	0.9706831256913274	12	7	3	5	7	True	113310	maximal	True	USA0007_01_000000002379	1.0		1	1	False	False	1.0	0		MOBB			mobilizable	no_good_hit	3027.0	90.84899999999999	39.0	0.3403702867464439	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0154_000000002284	12069	0.9706791116182172	13	4	3	4	3	False	130577	maximal	True	ISR0154_000000002284	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1518.0	73.979	12.0	0.00035201194250550095	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
ETH0005_000000008905	5450	0.9706783924995296	6	3	3	3	3	False	88457	maximal	True	ETH0005_000000008905	1.0		1	1	False	False	0.9998165369033813	0					non-mobilizable	no_good_hit								True	False
CHI0176_000000001731	5943	0.9706781303550654	10	9	3	3	7	True	90086	backbone	True	CHI0176_000000001731	0.9912237926900369	PS472	18	1	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	plasmid	3591.0	99.861	100.0	0.3870619946091644	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
FIJ0104_000000004031	6016	0.9706750588437948	11	2	2	2	2	True	42526	maximal	True	FIJ0104_000000004031	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	2541.0	77.922	42.0	0.39797532426447324	CP021601.1	other sequences	Unidentified plasmid plasmid FAKO05_000706F, complete sequence	True	True
ISR0232_000000012173	2248	0.9706712225637508	2	2	2	2	2	False	27451	maximal	True	ISR0232_000000012173	1.0		0	0	False	False	0.9897686839103699	0					non-mobilizable	no_good_hit	1643.0	100.0	73.0	0.00031802051019244116	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0814_000000010356	3738	0.9706712021057846	6	3	3	3	2	False	124328	fragment	False	ISR0814_000000010356	1.0		0	0	False	False	0.9839486479759216	0					non-mobilizable	no_good_hit	350.0	73.714	9.0	0.008365758754863813	NZ_FOGW01000022.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
ENG0096_000000020731	1566	0.9706674443827678	3	2	2	2	1	False	107154	fragment	False	ENG0157_000000014192	0.6817352883443438		0	0	False	False	0.9916986227035522	0					non-mobilizable	no_good_hit	337.0	78.042	21.0	8.004231453267332e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0170_000000006133	7083	0.9706667740636062	7	5	3	4	3	False	38205	maximal	True	ISR0170_000000006133	0.9799193896646035		2	2	False	False	0.9998587965965271	0					non-mobilizable	no_good_hit	690.0	83.76799999999999	10.0	0.014017639715963738	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0125_000000004420	3412	0.9706507007232146	4	2	2	2	2	False	92412	fragment	False	ISR0125_000000004420	1.0		0	0	False	False	0.9947245121002197	0					non-mobilizable	no_good_hit	1844.0	85.954	54.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0326_000000016988	1238	0.9706467353858944	3	2	1	1	2	False	24806	fragment	False	ISR0326_000000016988	1.0		0	0	False	False	0.9773828983306885	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000005402	6468	0.9706349491069624	10	8	3	2	7	True	90648	fragment	False	ISR0198_000000005402	1.0		0	0	False	True	1.0	0		MOBB			mobilizable	no_good_hit	5273.0	92.566	81.0	0.630989646039008	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
MON0076_000000014455	3214	0.9706304897355884	5	2	2	2	2	False	84451	fragment	False	MON0107_000000015797	0.9394877568252181		0	0	False	False	0.9996888637542725	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.807592230268068e-05	NZ_ANBA01000014.1	high GC Gram+	Nocardiopsis ganjiahuensis DSM 45031 contig_14, whole genome shotgun sequence	True	False
FIJ0010_000000005851	3147	0.9706304897355884	3	2	2	2	2	False	84450	fragment	False	MON0004_000000011360	0.9523954836740922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	1.7980589036757827e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
DEN0002_000000000003	1462	0.9706298253171368	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.3008124467026255		0	0	False	False	1.0	0					non-mobilizable	chromosome	1462.0	98.906	100.0	0.0005791696348614928	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0082_000000009255	1829	0.9706252218052268	3	3	3	3	2	False	92120	fragment	False	SPA0082_000000009255	1.0		0	0	False	False	0.9956260323524475	0					non-mobilizable	other	1829.0	98.57799999999999	100.0	0.007309076369452219	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0136_000000000245	25229	0.9706222559688706	26	19	12	16	14	True	123706	maximal	True	ISR0136_000000000245	1.0	PS902	2	2	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	7347.0	96.175	77.0	0.07310793549417212	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ENG0004_000000005996	4438	0.9706175836761071	6	6	6	6	5	False	96701	fragment	False	ENG0004_000000005996	0.9954985938628521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1912.0	78.295	61.0	0.03939393939393939	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
DEN0031_000000026666	1296	0.9706161207635828	2	1	1	1	1	False	73697	fragment	False	DEN0031_000000026666	1.0		0	0	False	False	0.9714506268501282	0					non-mobilizable	chromosome	1262.0	97.147	96.0	0.00022938846394579012	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
USA0106_01_000000006498	1287	0.9706161207635828	1	1	1	1	1	False	325	fragment	False	USA0106_01_000000006498	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	100.0	100.0	0.005972256407636686	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	False
ENG0057_000000019256	1385	0.9706139029460996	2	1	1	1	1	False	63504	fragment	False	ENG0057_000000019256	0.9611529864079688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	97.85700000000001	10.0	6.821761123519518e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0008_000000023811	1281	0.9706139029460996	1	1	1	1	1	False	63504	fragment	False	ENG0057_000000019256	0.9288168313283464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	96.825	5.0	3.042799925598634e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0072_000000023215	1276	0.9706139029460996	1	1	1	1	1	False	63504	fragment	False	ENG0057_000000019256	0.48145979703356756		0	0	False	False	0.9992163181304932	0					non-mobilizable	no_good_hit								True	False
ENG0104_000000018437	1720	0.9706125468235828	3	3	3	2	2	False	60237	fragment	False	ISR0113_000000008617	0.9331175836030204		0	0	False	False	0.9732558131217957	0					non-mobilizable	no_good_hit								True	False
MON0093_000000041015	1154	0.9706085480746334	2	1	1	1	1	False	13312	fragment	False	MON0093_000000041015	0.99375		0	0	False	False	0.984402060508728	0					non-mobilizable	no_good_hit								True	False
MON0016_000000035501	1120	0.9706085480746334	2	1	1	1	1	False	13312	fragment	False	MON0093_000000041015	0.9792027729636048		0	0	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit								True	False
ISR0782_000000003943	3511	0.9705980261323902	3	2	2	2	2	True	109336	backbone	False	ISR0013_000000006661	0.9983034577104682	PS687	0	0	True	True	0.9997152090072632	4	rep_cluster_1188				non-mobilizable	plasmid	3264.0	100.0	100.0	0.9325521577593598	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
CHI0082_000000004550	1975	0.97059593170063	3	3	3	2	1	False	105485	fragment	False	CHI0082_000000004550	1.0		0	0	False	False	0.9964556694030762	0					non-mobilizable	other	1975.0	99.443	100.0	0.002838176493169829	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
DEN0090_000000011603	2300	0.970593005719726	4	4	4	4	3	False	95480	fragment	False	DEN0010_000000015510	0.27429312260772937		0	0	False	False	0.9821739196777344	0					non-mobilizable	no_good_hit	1916.0	78.497	82.0	0.0006950048088901903	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
FIJ0086_000000010672	2908	0.9705902219082536	6	6	2	3	4	True	132209	backbone	False	ENG0141_000000006400	0.0018322785740965562	PS1143|PS778	0	0	False	True	0.993466317653656	0					non-mobilizable	other	2621.0	99.58	100.0	0.24209942709295879	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0137_000000004257	4171	0.9705877622835068	8	6	6	6	6	False	125080	fragment	False	ENG0060_000000005592	0.8549181670846335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	87.113	14.0	0.00022539957904685513	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MAD0009_000000000643	11020	0.9705821316349416	13	11	4	9	8	True	98667	fragment	False	MAD0061_000000001133	0.9235194948606659		0	0	False	False	0.9998185038566589	0	IncI1		MPF_I		non-mobilizable	plasmid	9066.0	98.15799999999999	99.0	0.1633473316150893	CP057063.1	enterobacteria	Escherichia coli strain RHB39-C14 plasmid pRHB39-C14_2, complete sequence	False	True
ISR0169_000000006416	4256	0.9705818195303731	8	3	3	3	1	True	32797	fragment	False	ISR0169_000000006416	1.0		0	0	False	False	0.9995300769805908	0					non-mobilizable	no_good_hit	57.0	84.211	1.0	0.00036009388161913644	NZ_KL370825.1	mycoplasmas	Mycoplasma alvi ATCC 29626 T383DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
SPA0027_000000008420	4173	0.9705814161938188	5	2	1	1	2	False	7491	fragment	False	SPA0027_000000008420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	77.419	7.0	0.00026248948848912006	CP032057.1	CFB group bacteria	Prevotella denticola strain KCOM 1525 chromosome 2, complete sequence	True	False
ENG0009_000000002974	4134	0.970580711845963	9	7	7	7	6	False	125080	fragment	False	ENG0060_000000005592	0.8202454688087025		0	0	False	False	0.9992743134498596	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	16.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0037_000000000589	24830	0.9705771098489284	26	20	11	19	9	True	97886	fragment	False	MON0037_000000000589	0.9868792729356859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8684.0	99.712	35.0	0.43191881000945226	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
DEN0029_000000004936	2649	0.9705720675320344	4	1	1	1	1	True	73849	fragment	False	DEN0029_000000004936	1.0		0	0	False	False	0.991694986820221	0					non-mobilizable	no_good_hit	124.0	91.12899999999999	5.0	0.007474023212007049	NZ_QSCB01000042.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf42, whole genome shotgun sequence	True	True
ISR0777_000000010681	1615	0.9705712035574944	3	3	2	3	1	False	63036	fragment	False	ISR0777_000000010681	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1615.0	99.62799999999999	100.0	0.00022781075278044857	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0052_01_000000006953	2311	0.9705691187884476	3	2	2	2	2	False	22728	fragment	False	ISR0395_000000016478	0.9575149444918872		0	0	False	False	0.9844223260879517	0					non-mobilizable	no_good_hit	524.0	81.107	22.0	0.0001606447623294855	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
AST0108_000000015208	1857	0.970567858802694	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.6900575411169204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1662.0	99.51899999999999	89.0	0.023162092815707275	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0035_000000011350	1706	0.970567858802694	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.637172365533436		0	0	False	False	0.9994138479232788	0					non-mobilizable	other	1667.0	98.98	98.0	0.0232318161535029	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0140_000000002825	9031	0.9705651441005778	6	6	3	5	5	False	105656	maximal	True	AST0140_000000002825	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	4548.0	79.266	51.0	0.0012942726921707011	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
ISR0347_000000004736	4124	0.9705625218252872	7	5	3	4	4	True	104881	fragment	False	ISR0347_000000004736	0.9802816221095596		0	0	False	False	0.9951503276824951	0					non-mobilizable	no_good_hit	1616.0	97.40100000000001	68.0	0.1301331181928197	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0169_000000005025	5124	0.9705604138367834	10	3	1	3	3	True	31564	maximal	True	ISR0169_000000005025	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	1660.0	86.506	78.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
MAD0037_000000001150	10502	0.9705577556090604	8	8	8	8	7	False	98289	fragment	False	FIJ0099_000000002039	0.9762427375961888		0	0	False	False	1.0	0					non-mobilizable	plasmid	10097.0	99.604	99.0	0.7973293299620733	AJ634602.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium plasmid pFPTB1 delta tnpA, ORF294, tetA, tetR, blaTEM, tnpR and tnp genes	False	True
ISR0001_000000005499	5406	0.9705548661006622	5	4	4	3	3	False	72329	fragment	False	ISR0001_000000005499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	95.876	4.0	0.003211261043909419	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
MON0098_000000005660	4432	0.9705484981029824	4	2	1	2	1	True	12753	fragment	False	MON0098_000000005660	1.0		0	0	False	False	0.999097466468811	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	3.171049716294007e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
SPA0032_000000005281	4736	0.9705480201493272	6	2	2	2	2	False	7249	maximal	True	SPA0032_000000005281	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2176.0	85.20200000000001	45.0	0.0015460921511305078	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
DEN0062_000000009894	2017	0.9705459999471716	2	2	2	2	1	False	71715	maximal	True	DEN0062_000000009894	1.0		1	1	False	False	0.9970253109931946	0					non-mobilizable	no_good_hit	474.0	77.00399999999999	23.0	0.008622772295627287	NZ_JH379423.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld601, whole genome shotgun sequence	True	False
USA0116_01_000000011585	2194	0.9705418547129259	3	3	2	3	2	False	120028	fragment	False	USA0004_01_000000010812	0.9332652560312936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1783.0	96.971	81.0	0.08989557584623922	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0141_000000003059	9690	0.9705363257490872	14	10	5	7	6	True	40311	maximal	True	FIJ0141_000000003059	1.0		2	1	False	False	0.9998968243598938	0					non-mobilizable	no_good_hit	2961.0	90.34100000000001	80.0	0.046927320853397965	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	True
ISR0033_000000018782	1681	0.9705279699584765	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.21854013146555032		0	0	False	False	1.0	0					non-mobilizable	other	1580.0	78.291	93.0	0.021851294065149487	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0201_000000020572	1441	0.9705279699584765	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.13534953267532326		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	78.24	99.0	0.019954819277108432	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0046_000000001113	15479	0.9705246545825468	15	15	14	15	15	False	97984	maximal	True	MAD0046_000000001113	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	12801.0	99.984	100.0	0.12098184327180272	CP025253.1	enterobacteria	Escherichia coli strain BH100 plasmid pBH100-1, complete sequence	False	True
SPA0102_000000021693	1473	0.970524420053554	3	1	1	1	1	False	4901	fragment	False	SPA0102_000000021693	1.0		0	0	False	False	0.987101137638092	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	5.857251084169469e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0179_000000027648	1150	0.970524420053554	1	1	1	1	1	False	55362	fragment	False	ENG0179_000000027648	1.0		0	0	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000000801	15052	0.970521927029294	17	17	12	15	14	False	40292	maximal	True	MAD0096_000000000801	1.0		5	2	False	False	0.9999335408210754	0					non-mobilizable	other	2770.0	94.152	92.0	0.0005075548791419349	CP014752.1	enterobacteria	Escherichia coli strain PSUO103, complete genome	False	False
ISR0162_000000023275	1702	0.9705206923140416	2	2	2	2	2	False	30334	maximal	True	ISR0162_000000023275	1.0		3	2	False	False	0.9688601493835449	0					non-mobilizable	no_good_hit	808.0	92.946	47.0	0.0001474096184502043	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
MON0006_000000019048	1197	0.9705201603381179	1	1	1	1	1	False	14028	fragment	False	MON0006_000000019048	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	84.448	99.0	0.0003986098523235842	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
AST0052_000000005101	3952	0.9705190237885905	9	2	0	2	2	True	114611	maximal	True	AST0052_000000005101	0.9379160266257041		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006734006734006734	NZ_CABKTP010000146.1	firmicutes	Clostridium polynesiense isolate MGYG-HGUT-01479, whole genome shotgun sequence	True	True
SPA0046_000000006977	3906	0.9705190237885905	9	2	0	2	2	True	114611	maximal	False	AST0052_000000005101	0.9328188259109311		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00014285578232588262	NZ_CCFK01000014.1	firmicutes	Clostridium amazonitimonense, whole genome shotgun sequence	True	True
FIJ0058_000000025007	1649	0.9705190237885905	3	2	0	2	2	True	45995	maximal	True	FIJ0058_000000025007	1.0		2	1	False	False	0.9896907210350037	0					non-mobilizable	no_good_hit								True	True
ISR0014_000000009107	3973	0.9705120192264138	8	4	4	4	4	False	125975	maximal	True	ISR0014_000000009107	1.0		14	6	False	False	0.999496579170227	0					non-mobilizable	no_good_hit	134.0	97.015	10.0	3.6933979816829675e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0051_000000012717	3391	0.9705120192264138	5	4	4	4	4	False	125966	fragment	False	DEN0051_000000012717	0.9639292950858045		0	0	False	False	0.9991152882575989	0					non-mobilizable	no_good_hit	172.0	77.32600000000001	5.0	0.002761214256674346	NZ_AUMW01000024.1	firmicutes	Desulfallas alcoholivorax DSM 16058 H569DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
ISR0781_000000008510	3154	0.9705120192264138	5	4	4	4	4	False	125966	fragment	False	DEN0051_000000012717	0.9377510319138331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	77.32600000000001	5.0	0.002761214256674346	NZ_AUMW01000024.1	firmicutes	Desulfallas alcoholivorax DSM 16058 H569DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
ISR0087_000000017699	1982	0.9705060186474668	2	2	2	2	2	False	128288	maximal	True	ISR0087_000000017699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	95.307	81.0	0.0005605351617205442	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ISR0079_000000005397	5189	0.9705044487470166	5	4	4	4	3	False	128633	fragment	False	ENG0141_000000005056	0.9357843065301198		0	0	False	False	0.9996145963668823	0					non-mobilizable	no_good_hit	1262.0	81.458	58.0	0.0003552665636990958	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0024_000000002426	8203	0.9704979785979422	9	3	2	3	1	False	53586	fragment	False	FIJ0042_000000002637	0.9691678592659364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	0.0003886552037979977	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0077_000000003759	7695	0.9704979785979422	8	3	2	3	1	False	53586	fragment	False	FIJ0042_000000002637	0.95754680227926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	0.0003886552037979977	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ENG0137_000000003663	4859	0.9704913972445764	5	5	5	5	2	False	58002	fragment	False	ENG0137_000000003663	1.0		0	0	False	False	0.9997941851615906	0					non-mobilizable	no_good_hit	581.0	90.361	12.0	0.0002538333660671698	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0148_000000019967	1713	0.97049070604969	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.23791507459974665		0	0	False	False	1.0	0					non-mobilizable	chromosome	1713.0	100.0	100.0	0.0003284564331895249	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
MON0006_000000012839	1726	0.9704894555015572	3	1	1	1	1	False	82996	fragment	False	DEN0026_000000015882	0.9466556108347153		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	97.531	5.0	0.2344213649851632	NZ_ATDK01000607.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig608, whole genome shotgun sequence	True	False
DEN0022_000000010559	3576	0.97047881228675	6	4	2	3	3	False	128334	maximal	True	DEN0022_000000010559	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	98.12700000000001	99.0	0.0006498298595600949	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0104_000000000884	18956	0.970477314352549	13	11	7	11	5	True	120596	fragment	False	ENG0020_000000000930	0.9489058371965505		0	0	False	False	0.9991031885147095	0					non-mobilizable	no_good_hit	866.0	99.07600000000001	5.0	0.9988425925925926	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
MAD0093_000000012477	2474	0.97047517809245	2	1	1	1	1	False	15677	maximal	True	MAD0093_000000012477	1.0		1	1	False	False	0.9870654940605164	0					non-mobilizable	no_good_hit								True	False
MAD0052_000000009337	2047	0.970474381159783	4	3	2	3	3	False	99025	fragment	False	MAD0052_000000009337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	78.075	27.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0097_000000012015	3317	0.9704723643836314	4	4	3	3	4	False	15430	fragment	False	MAD0097_000000012015	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3067.0	99.804	100.0	0.023410298698918818	AP023221.1	enterobacteria	Escherichia coli M505 plasmid pM505-a DNA, complete genome	False	True
ISR0036_000000007536	1730	0.9704642305467036	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.210411930156582		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	76.362	91.0	0.0004377543967437217	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0058_000000022022	1558	0.9704642305467036	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.1970615942324266		0	0	False	False	0.9967907667160034	0					non-mobilizable	chromosome	1574.0	76.874	100.0	0.0004363321927257109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0054_000000011474	1549	0.9704642305467036	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.20989515765453848		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	78.339	99.0	0.02165606871932173	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0042_000000017020	1475	0.9704642305467036	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.1607904352981404		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	78.339	97.0	0.019982708612226684	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ETH0001_000000023715	1475	0.9704642305467036	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.16064987810064563		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	78.33	97.0	0.020010597947344937	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0109_000000005579	5569	0.9704570208598702	10	4	2	4	4	True	52711	maximal	True	MON0109_000000005579	1.0		1	1	False	False	0.9867121577262878	0					non-mobilizable	no_good_hit	1359.0	98.97	24.0	0.006292309759567045	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	True
SPA0006_000000013835	2317	0.9704549702812189	3	2	1	1	2	False	8250	maximal	True	SPA0006_000000013835	1.0		2	2	False	False	0.9995684027671814	0					non-mobilizable	no_good_hit	575.0	75.304	28.0	0.0009063463391905433	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0079_000000003369	6317	0.970451295265822	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.9572098814506759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0032_000000004340	5594	0.970451295265822	8	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.43021038858716204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	39.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0027_000000006769	2564	0.9704439000932612	3	3	3	3	3	False	115882	maximal	False	FIJ0122_000000006376	0.963934363020568		0	0	False	False	1.0	0					non-mobilizable	other	2564.0	98.245	100.0	0.020069220409058165	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	False	False
MAD0012_000000001874	11881	0.9704434969653052	18	9	5	7	7	False	19702	maximal	True	MAD0012_000000001874	1.0		2	1	False	False	0.9997475147247314	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00013732086982962404	NZ_JAATVY010000009.1	high GC Gram+	Planosporangium thailandense strain TBRC 5610, whole genome shotgun sequence	True	False
MON0013_000000001546	15642	0.9704313411144744	23	6	5	4	6	False	88456	maximal	True	MON0013_000000001546	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	1.0	2.1920493806898435e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0001_000000009483	3593	0.9704287993666189	3	3	3	3	3	False	124016	fragment	False	MON0107_000000014961	0.9771995708154506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1314.0	95.205	37.0	0.0003643412144336882	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0183_000000011213	2968	0.970424904267774	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7810092386138735	PS1035	0	0	True	True	1.0	332					non-mobilizable	no_good_hit	1308.0	90.67299999999999	77.0	0.4355807743658211	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0073_000000001373	18165	0.9704176599520088	21	8	2	3	5	False	71245	fragment	False	DEN0073_000000001373	0.9758316588524224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	74.044	15.0	0.00036323041804821966	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0098_000000001784	4798	0.9704156304578518	3	3	3	3	3	False	83411	maximal	True	CHI0098_000000001784	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	91.98200000000001	18.0	0.125667291877074	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	True	False
MAD0004_000000005509	1907	0.9704040643076364	3	3	3	3	3	False	111264	maximal	True	MAD0004_000000005509	1.0		18	5	False	False	1.0	0					non-mobilizable	other	1898.0	96.891	99.0	0.0007231035788669165	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
FIJ0023_000000014057	2312	0.9704032473041564	3	3	3	2	2	False	49367	maximal	True	FIJ0023_000000014057	1.0		2	2	False	False	0.996107280254364	0					non-mobilizable	no_good_hit	240.0	77.917	10.0	0.019793745841650032	NZ_CYXV01000027.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0107_000000015562	1768	0.9704030862034893	3	2	2	2	2	False	38632	fragment	False	ISR0107_000000015562	0.9557823129251701		0	0	False	False	0.9875565767288208	0					non-mobilizable	no_good_hit	1174.0	83.73100000000001	66.0	0.5720588235294117	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0143_000000001834	8220	0.9703994357146026	8	5	2	3	5	False	132258	maximal	True	SPA0143_000000001834	1.0	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	7	3	True	True	1.0	90	rep_cluster_475				non-mobilizable	no_good_hit	4673.0	99.936	80.0	0.7166743365546863	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AUS0022_000000008811	4043	0.9703987622839244	6	6	5	4	4	True	99364	fragment	False	AUS0022_000000008811	1.0		0	0	False	False	0.9987633228302002	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.430154946177391e-07	CP032601.1	bony fishes	Lateolabrax maculatus linkage group 4 sequence	True	True
ISR0353_000000002316	11273	0.9703960361612436	11	8	7	8	6	True	128660	maximal	True	ISR0353_000000002316	0.9614525139664805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2263.0	78.038	38.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0040_000000007510	2627	0.9703955733391656	3	2	2	2	2	False	129719	fragment	False	AST0040_000000007510	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1813.0	87.755	69.0	0.0004845137818444539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
USA0011_01_000000017235	2130	0.9703955733391656	3	2	2	2	2	False	129560	fragment	False	USA0011_01_000000017235	0.9987963408762639		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1715.0	98.426	81.0	0.006998489240945653	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0206_000000013511	1927	0.9703955733391656	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.18108310270623315	PS1061	0	0	False	True	0.9937726855278015	0					non-mobilizable	chromosome	1802.0	87.958	94.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0176_000000004526	1918	0.9703955733391656	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17767940684961897	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1816.0	87.775	95.0	0.0004850497484172907	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0090_000000016508	1806	0.9703955733391656	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17742567360678155	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1820.0	78.626	100.0	0.0015822148560359311	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0096_000000013061	1804	0.9703955733391656	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.1774163303683398	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1803.0	87.854	99.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0815_000000017281	1803	0.9703955733391656	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.1774289250252815	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1803.0	87.854	99.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AST0055_000000019767	1802	0.9703955733391656	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17741151016203496	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1803.0	87.854	100.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0071_000000011385	1800	0.9703955733391656	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17742935646353739	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1802.0	87.84700000000001	100.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0005_000000013394	1779	0.9703955733391656	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17678437981860093	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1781.0	87.704	100.0	0.00047593831667906537	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0052_000000025467	1775	0.9703955733391656	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17671915480738423	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1777.0	87.73200000000001	100.0	0.0004748663835333918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0061_000000024353	1770	0.9703955733391656	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17621612605960824	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1785.0	78.375	100.0	0.0010251316066844356	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0129_000000015383	1744	0.9703955733391656	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.17502996318440456	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1745.0	87.564	100.0	0.00046629091836800324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0193_000000011536	1738	0.9703955733391656	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.15181530940929397	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1687.0	87.315	97.0	0.0004507478877557365	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0225_000000012451	1665	0.9703955733391656	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.14740805203607713	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1665.0	98.619	100.0	0.006794332611979911	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0101_000000003437	7818	0.9703890478481836	13	12	9	12	11	False	132186	fragment	False	SPA0043_000000002161	0.3086183457952366		0	0	False	False	1.0	0					non-mobilizable	other	7819.0	99.43700000000001	100.0	0.009885776723339892	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
CHI0116_000000007385	2255	0.9703868566499498	3	3	3	3	2	False	129713	fragment	False	CHI0116_000000007385	1.0		0	0	False	True	0.9973392486572266	0					non-mobilizable	other	2255.0	99.956	100.0	0.009203380833775672	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0222_000000019262	2724	0.9703846356260863	4	4	4	3	1	False	55960	maximal	True	ISR0222_000000019262	1.0		4	1	False	False	0.997063159942627	0					non-mobilizable	other	2723.0	99.927	99.0	0.0009766963550782827	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
AST0006_000000001515	11079	0.970375006523156	12	8	6	6	6	False	127679	fragment	False	AST0006_000000001515	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8869.0	99.696	97.0	0.14952530311461865	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0126_000000004817	7029	0.970372576230198	9	6	1	2	6	False	113955	maximal	True	SPA0126_000000004817	0.994849323493235	PS734	7	3	True	True	1.0	34					non-mobilizable	no_good_hit	3733.0	99.786	80.0	0.5381618814023951	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	True	True
SPA0022_000000001926	6504	0.970372576230198	8	6	1	2	6	False	113955	maximal	False	SPA0126_000000004817	0.957888746621141	PS734	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3733.0	99.786	78.0	0.5381618814023951	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	True	True
SPA0055_000000022494	1365	0.9703700428171071	2	1	1	1	1	False	106403	fragment	False	SPA0055_000000022494	1.0		0	0	False	False	0.970695972442627	0					non-mobilizable	other	1315.0	99.39200000000001	97.0	0.00037417672557975984	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0133_000000003227	7232	0.9703683490362736	11	7	3	5	6	True	104953	backbone	False	DEN0005_000000003293	0.9172981929755188	PS624	0	0	False	True	1.0	0					non-mobilizable	plasmid	4981.0	99.016	99.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0117_000000001224	12476	0.9703621278876936	16	9	4	6	7	True	104971	maximal	True	CHI0117_000000001224	1.0	PS624|PS625	1	1	True	True	1.0	28					non-mobilizable	plasmid	11789.0	99.949	99.0	0.9509479628882614	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0282_000000001336	12096	0.9703621278876936	15	9	4	6	7	True	104962	backbone	True	ISR0282_000000001336	1.0	PS624|PS625	1	1	True	True	1.0	9					non-mobilizable	plasmid	5665.0	98.464	90.0	0.45679709560306575	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0053_000000013910	2685	0.9703616034411816	4	4	4	4	2	False	11185	maximal	True	MON0053_000000013910	1.0		1	1	False	False	0.9977653622627258	0					non-mobilizable	no_good_hit	1769.0	98.98200000000001	66.0	0.004361264668082598	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	False
USA0069_01_000000017591	3503	0.9703597425268776	3	3	3	3	3	False	131467	maximal	False	USA0057_01_000000008170	0.6354598177299088		0	0	False	False	0.9997145533561707	0					non-mobilizable	no_good_hit	1820.0	99.615	52.0	0.010150499712616418	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0180_000000004280	3273	0.9703584787030788	8	1	1	1	1	False	77486	maximal	True	CHI0180_000000004280	1.0		4	2	False	False	0.989917516708374	0					non-mobilizable	no_good_hit	80.0	97.5	2.0	2.461286798604261e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0154_000000004805	5121	0.9703576113935932	7	6	3	4	5	False	130157	backbone	False	CHI0140_000000005922	0.9346677677580505	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	40	rep_cluster_475				non-mobilizable	plasmid	4964.0	100.0	100.0	0.9880549472426836	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0187_000000005164	5121	0.9703576113935932	7	6	3	4	5	False	130157	backbone	False	CHI0140_000000005922	0.9343124769717676	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	194	rep_cluster_475				non-mobilizable	plasmid	4964.0	99.94	100.0	0.9880549472426836	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ETH0004_000000013928	2012	0.9703487821357021	2	2	1	2	1	False	53526	maximal	False	ETH0001_000000015016	0.9834134615384615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	98.662	15.0	0.031484416270470154	NZ_CYYU01000031.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0363_000000003159	5632	0.9703462493527296	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.7364961026088642		0	0	False	False	1.0	0					non-mobilizable	other	5632.0	98.118	100.0	0.0016469302496926648	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0137_000000012043	3039	0.9703345793885058	5	3	2	3	2	False	7894	maximal	True	SPA0137_000000012043	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000028499	1210	0.97033011999184	2	2	2	2	2	False	18322	fragment	False	MAD0040_000000028499	0.9924039320822162		0	0	False	False	0.9983471035957336	0					non-mobilizable	no_good_hit	565.0	93.98200000000001	47.0	0.009592489284985373	MK275619.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p1, complete sequence	True	False
CHI0118_000000004830	2005	0.9703283187929456	3	2	2	2	2	False	81980	maximal	True	CHI0118_000000004830	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0015_000000001415	14688	0.9703268932538588	11	8	7	8	5	True	112635	fragment	False	ISR0015_000000001415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2272.0	76.673	15.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0084_000000013276	1442	0.970316801670826	3	2	2	2	1	False	32875	fragment	False	SPA0084_000000013276	0.99198606271777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	89.044	30.0	0.005866308474622733	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
ISR0334_000000015066	1435	0.970316801670826	3	2	2	2	1	False	32875	fragment	False	SPA0084_000000013276	0.989251040221914		0	0	False	False	0.998606264591217	0					non-mobilizable	no_good_hit	427.0	89.227	30.0	0.005838895818199263	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
AST0059_000000006709	2184	0.9703153354483062	3	2	0	1	2	False	112708	fragment	False	AST0059_000000006709	1.0		0	0	False	False	1.0	0	rep_cluster_2358				non-mobilizable	plasmid	2169.0	99.86200000000001	99.0	0.7895120174799709	CP055916.1	enterobacteria	Citrobacter sp. RHBSTW-00848 plasmid pRHBSTW-00848_7, complete sequence	False	True
FIJ0108_000000009044	2497	0.9703098763372424	3	2	0	2	1	True	121072	backbone	False	CHI0144_000000005158	0.7073122969495625	PS470|PS848	0	0	True	True	1.0	1	rep_cluster_1683				non-mobilizable	plasmid	2252.0	96.314	99.0	0.8113956004327443	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0817_000000002398	4813	0.9702992005150528	6	2	2	2	2	True	116378	backbone	False	ENG0136_000000002709	0.9574732031247687	PS774	0	0	True	True	0.9970912337303162	6					non-mobilizable	plasmid	2834.0	98.024	96.0	0.6229652441706995	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ISR0201_000000006229	4619	0.9702992005150528	5	2	2	2	2	True	116378	backbone	False	ENG0136_000000002709	0.963806346590631	PS774	0	0	True	True	0.9939380884170532	7					non-mobilizable	plasmid	4168.0	99.568	100.0	0.9166300043994721	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ISR0848_000000003253	4605	0.9702992005150528	5	2	2	2	2	True	116378	backbone	False	ENG0136_000000002709	0.9630402183345339	PS774	0	0	True	True	0.9997828602790833	14					non-mobilizable	plasmid	4168.0	99.304	100.0	0.9166300043994721	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ISR0831_000000001783	8066	0.970293810133206	8	4	3	3	4	True	116413	fragment	False	ISR0124_000000001916	0.7739738427206153		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	8010.0	99.93799999999999	99.0	0.2578318683795357	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0034_000000014048	1203	0.9702929305569676	1	1	1	1	1	False	88149	maximal	True	CHI0034_000000014048	1.0		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	96.05	73.0	0.00016165738826323523	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
SPA0126_000000037574	1219	0.9702911028530976	2	1	1	1	1	False	3941	fragment	False	SPA0126_000000037574	1.0		0	0	False	False	0.9975389838218689	0					non-mobilizable	no_good_hit	834.0	93.165	68.0	0.0053634010804252	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ENG0080_000000014884	1816	0.9702901619374984	3	3	2	3	3	False	94566	fragment	False	SPA0094_000000006391	0.9461991762181609		0	0	False	False	1.0	0					non-mobilizable	chromosome	1816.0	99.945	100.0	0.0003662766375441424	CP054556.1	enterobacteria	Escherichia coli strain LWY24 chromosome, complete genome	False	False
ENG0166_000000003232	7637	0.9702866661996592	11	7	6	6	4	False	93941	maximal	True	ENG0166_000000003232	1.0		2	2	False	False	0.9975121021270752	0					non-mobilizable	no_good_hit								True	False
MAD0103_000000007723	2704	0.9702862381670252	4	3	3	3	3	False	111278	fragment	False	MAD0103_000000007723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	78.52199999999999	64.0	0.025359180381731832	KT020842.1	firmicutes	Clostridium perfringens strain JP838 plasmid pJP838B, complete sequence	True	False
MON0083_000000037264	1116	0.9702853885916306	2	1	1	1	1	True	77652	fragment	False	CHI0177_000000013931	0.9486752121790828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0125_000000005255	2933	0.9702682890248	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9559981994031548		0	0	False	False	1.0	0					non-mobilizable	other	2932.0	100.0	100.0	0.00467693859184416	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0120_000000014890	2234	0.9702680061352495	2	2	2	1	1	False	103265	fragment	False	ISR0133_000000008699	0.9510458961103648		0	0	False	False	0.9852283000946045	0					non-mobilizable	other	2247.0	84.51299999999999	100.0	0.004942987633688362	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0380_000000008442	1431	0.9702652956279888	3	3	3	2	2	False	31277	fragment	False	ISR0380_000000008442	0.9878484631879914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	83.333	12.0	7.048649124358135e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ENG0032_000000011851	1919	0.9702575632612108	3	2	1	2	2	False	65606	maximal	True	ENG0032_000000011851	1.0		1	1	False	False	0.9900990128517151	0					non-mobilizable	no_good_hit	1120.0	89.64299999999999	58.0	0.0003408887320834691	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
USA0034_01_000000011413	4992	0.9702495081826642	6	3	1	2	2	False	55022	fragment	False	USA0034_01_000000011413	1.0		0	0	False	False	0.9997996687889099	0					non-mobilizable	no_good_hit	102.0	100.0	2.0	4.4146135071438064e-05	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
USA0075_01_000000019929	1236	0.970248707814142	2	1	1	1	1	False	662	fragment	False	USA0075_01_000000019929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0092_000000004170	4091	0.9702474352662366	3	2	0	2	0	True	109713	maximal	True	AST0092_000000004170	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
MAD0112_000000006918	3914	0.9702474352662366	2	2	0	2	0	True	18265	maximal	True	MAD0112_000000006918	1.0		2	1	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
MON0003_000000003248	3882	0.9702474352662366	4	2	0	2	0	True	105263	maximal	False	ISR0042_000000005966	0.923605425754873		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0109_000000007932	3844	0.9702474352662366	2	2	0	2	0	True	32760	maximal	True	ISR0109_000000007932	1.0		1	1	True	True	0.9997398257255554	1					non-mobilizable	no_good_hit	37.0	94.595	1.0	2.3354679077516126e-05	LT841388.1	apicomplexans	Plasmodium cynomolgi genome assembly, chromosome: 10	True	True
CHI0186_000000005236	3695	0.9702474352662366	2	2	0	2	0	True	86929	maximal	False	FIJ0045_000000005898	0.5782067000908575	PS139	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0018454577925943565	NZ_QGGW01000020.1	a-proteobacteria	Roseicyclus mahoneyensis strain DSM 16097 Ga0215646_120, whole genome shotgun sequence	True	True
ISR0317_000000004604	3683	0.9702474352662366	2	2	0	2	0	True	25176	maximal	True	ISR0317_000000004604	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0094_000000005764	3639	0.9702474352662366	2	2	0	2	0	True	109349	fragment	False	AST0094_000000005764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0002_000000007999	3500	0.9702474352662366	3	2	0	2	0	True	53365	maximal	True	ETH0002_000000007999	1.0		1	1	True	True	0.9959999918937683	16					non-mobilizable	no_good_hit								True	True
ISR0344_000000009581	3336	0.9702474352662366	3	2	0	2	0	True	24282	maximal	True	ISR0344_000000009581	1.0		1	1	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
SPA0140_000000006907	3168	0.9702474352662366	2	2	0	2	0	True	3491	maximal	True	SPA0140_000000006907	1.0		2	1	False	False	0.9930555820465088	0					non-mobilizable	plasmid	1770.0	96.49700000000001	99.0	0.45647119607336606	HG796333.1	bacteria	Uncultured bacterium plasmid pRGI00490	False	True
CHI0089_000000004365	1940	0.9702472971331608	2	2	2	2	2	False	93103	maximal	True	CHI0089_000000004365	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	1953.0	87.96700000000001	99.0	0.0008982412939151848	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0151_000000014005	1698	0.9702267151460456	2	1	1	1	1	False	57098	maximal	True	ENG0151_000000014005	1.0		1	1	False	False	0.9941107034683228	0					non-mobilizable	no_good_hit	450.0	80.0	27.0	0.0005580058932381865	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0087_000000001574	6837	0.9702266249468476	7	5	3	4	5	False	68901	maximal	True	DEN0087_000000001574	1.0		1	1	False	False	0.9980985522270203	0					non-mobilizable	no_good_hit	2663.0	84.529	68.0	0.000533320261956866	CP057746.1	enterobacteria	Citrobacter freundii strain RHB16-C09 chromosome, complete genome	True	False
MAD0096_000000002847	5405	0.9702262208445972	6	4	3	3	4	True	73085	maximal	True	MAD0096_000000002847	1.0		2	2	False	False	0.9998149871826172	0					non-mobilizable	no_good_hit	2057.0	95.771	38.0	0.0007319598608172091	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
SPA0028_000000014406	2138	0.9702257042814024	4	4	3	4	3	False	120079	maximal	True	SPA0028_000000014406	0.9861717612809315		15	6	False	False	0.9985968470573425	0					non-mobilizable	other	1026.0	82.066	91.0	0.00044710855163181443	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0002_000000001052	25403	0.9702230498393712	23	16	9	16	7	True	54181	fragment	False	SPA0002_000000001052	0.9782979464228426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	6.336934824625328e-05	NZ_WQNF01000003.1	a-proteobacteria	Bradyrhizobium pachyrhizi strain 1040 NODE_3_length_441854_cov_15.017, whole genome shotgun sequence	True	True
SPA0116_000000000875	25148	0.9702230498393712	22	16	9	16	7	True	54181	fragment	False	SPA0002_000000001052	0.9744742064526865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0055_01_000000003869	6644	0.9702207817056104	3	2	2	2	2	True	105179	fragment	False	DEN0079_000000005641	0.8849986287037793		0	0	False	False	1.0	0					non-mobilizable	other	6652.0	93.551	99.0	0.014634426715123862	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
MON0081_000000008146	6638	0.9702207817056104	3	2	2	2	2	True	105179	fragment	False	DEN0079_000000005641	0.9035895967520439		0	0	False	False	1.0	0					non-mobilizable	other	6648.0	93.59200000000001	100.0	0.014625584161217443	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
USA0025_01_000000002803	6488	0.9702207817056104	2	2	2	2	2	True	105179	fragment	False	DEN0079_000000005641	0.8651719384283206		0	0	False	False	1.0	0					non-mobilizable	other	6498.0	93.475	100.0	0.01429398838972672	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
USA0080_01_000000006439	6487	0.9702207817056104	2	2	2	2	2	True	105179	fragment	False	DEN0079_000000005641	0.8655272295865553		0	0	False	False	1.0	0					non-mobilizable	other	6497.0	93.566	100.0	0.014291777751250116	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
CHI0169_000000013691	1157	0.9702005897777004	2	2	1	1	2	False	77999	fragment	False	CHI0169_000000013691	1.0		0	0	False	False	0.9792566895484924	0					non-mobilizable	no_good_hit	1031.0	99.709	89.0	0.004232969489742241	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
FIJ0034_000000004524	6457	0.9701946508512852	7	6	4	6	4	False	52990	fragment	False	MON0036_000000001365	0.7158209648768172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	78.335	14.0	0.00019132519973958284	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
MON0084_000000003616	6357	0.9701946508512852	7	6	4	6	4	False	52990	fragment	False	MON0036_000000001365	0.7518799657099215		0	0	False	False	0.9988988637924194	0					non-mobilizable	no_good_hit	905.0	82.652	14.0	0.0002705333946782302	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0009_000000005444	6237	0.9701946508512852	7	6	4	6	4	False	52990	fragment	False	MON0036_000000001365	0.7528461772790427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	77.546	13.0	0.0002954943896444083	CP025834.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-19 chromosome, complete genome	True	False
ISR0310_000000002345	6105	0.9701946508512852	8	6	4	6	4	False	52990	fragment	False	MON0036_000000001365	0.6993446837504934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	85.78	11.0	0.00019585178129144604	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ISR0793_000000002072	5906	0.9701946508512852	8	6	4	6	4	False	52990	fragment	False	MON0036_000000001365	0.44657883078201693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	77.51100000000001	8.0	0.00014667878257260925	CP022385.1	CFB group bacteria	Capnocytophaga sputigena strain KC1668 chromosome, complete genome	True	False
ISR0081_000000003891	5855	0.9701946508512852	8	6	4	6	4	False	52990	fragment	False	MON0036_000000001365	0.40681918140129564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	83.105	16.0	0.00028313029332178416	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0054_000000000872	20767	0.9701945993273184	21	11	10	11	5	True	51368	fragment	False	FIJ0054_000000000872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	82.645	1.0	0.006201061537653056	NZ_QJTC01000036.1	b-proteobacteria	Xylophilus ampelinus strain CECT 7646 Ga0244619_136, whole genome shotgun sequence	True	True
CHI0181_000000005429	3695	0.970191171660264	4	3	1	1	2	True	127318	maximal	False	CHI0174_000000004222	1.0	PS1004	0	0	True	True	1.0	183					non-mobilizable	no_good_hit	1224.0	84.559	40.0	0.7	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
CHI0174_000000004222	3695	0.970191171660264	4	3	1	1	2	True	127318	maximal	True	CHI0174_000000004222	1.0	PS1004	2	1	True	True	1.0	132					non-mobilizable	no_good_hit	1224.0	84.559	40.0	0.7	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0807_000000003972	3369	0.9701886112142302	4	3	3	3	2	False	68645	fragment	False	ISR0807_000000003972	1.0		0	0	False	True	0.994953989982605	0					non-mobilizable	other	3363.0	97.264	99.0	0.001616715355670165	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
MON0019_000000000036	115912	0.9701885010153668	143	47	20	35	20	True	99778	maximal	True	MON0019_000000000036	1.0		2	1	False	False	0.999948263168335	0					non-mobilizable	no_good_hit	221.0	90.045	0.0	0.02684481490561412	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
TAN0011_000000000086	20602	0.970180882614158	24	9	5	8	7	True	101350	backbone	True	TAN0011_000000000086	0.740640164964758	PS587|PS588	9	3	True	True	1.0	137					non-mobilizable	no_good_hit	702.0	94.01700000000001	3.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
TAN0004_000000000017	20602	0.970180882614158	24	9	5	8	7	True	101350	backbone	False	TAN0011_000000000086	0.7405408342835446	PS587|PS588	0	0	True	True	1.0	123					non-mobilizable	no_good_hit	702.0	94.01700000000001	3.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
TAN0003_000000000092	20602	0.970180882614158	25	9	5	8	7	True	101350	backbone	False	TAN0011_000000000086	0.7256834513610275	PS587|PS588	0	0	True	True	1.0	199					non-mobilizable	no_good_hit	702.0	94.01700000000001	3.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0846_000000001567	6148	0.9701767541373936	8	4	2	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.2832033228411193	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	1	rep_cluster_475				non-mobilizable	other	3387.0	95.689	93.0	0.516490259242215	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0015_000000002493	11424	0.9701651930952884	17	7	4	6	4	False	50403	maximal	True	FIJ0015_000000002493	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	84.09100000000001	25.0	0.021426292843724524	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
DEN0026_000000000787	28804	0.9701607598546472	31	21	12	17	8	False	102647	fragment	False	DEN0026_000000000787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8095.0	99.691	57.0	0.3356556357302812	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
USA0053_01_000000004391	5056	0.9701607536197769	7	6	6	4	5	False	104796	fragment	False	USA0042_01_000000005065	0.9858043350073965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	390.0	72.308	8.0	6.446732940881434e-05	NZ_AP022561.1	high GC Gram+	Mycolicibacterium aichiense strain JCM 6376	True	False
ISR0327_000000012298	2245	0.9701599074078308	3	3	2	2	1	False	24788	fragment	False	ISR0327_000000012298	1.0		0	0	False	False	0.9995545744895935	0					non-mobilizable	other	2245.0	99.51	100.0	0.0005753192650168199	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
ENG0115_000000009394	2122	0.9701595846810538	3	3	2	2	1	False	104467	fragment	False	ISR0849_000000012446	0.623158027999621		0	0	False	False	0.9967012405395508	0					non-mobilizable	other	2033.0	99.311	96.0	0.014366454223284832	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0079_000000012582	2013	0.9701595846810538	3	3	2	2	1	False	104467	fragment	False	ISR0849_000000012446	0.6115847886374258		0	0	False	False	1.0	0					non-mobilizable	other	2013.0	99.95	100.0	0.014232056079393936	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0008_000000013053	1932	0.9701595846810538	3	3	2	2	1	False	104467	fragment	False	ISR0849_000000012446	0.5207667899567088		0	0	False	False	1.0	0					non-mobilizable	other	1933.0	99.37899999999999	100.0	0.01365909557122748	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0018_000000004915	3398	0.9701547975714632	6	1	1	1	1	False	89582	fragment	False	CHI0018_000000004915	1.0		0	0	False	False	0.999411404132843	0					non-mobilizable	no_good_hit	1286.0	87.48100000000001	37.0	0.0009136654643107991	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CHI0160_000000008676	3334	0.9701547975714632	7	1	1	1	1	False	78744	fragment	False	CHI0160_000000008676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	87.431	37.0	0.0008978007127600197	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0058_000000016023	2091	0.9701547975714632	3	1	1	1	1	False	63456	fragment	False	ENG0058_000000016023	0.9726356216994719		0	0	False	False	0.9995217323303223	0					non-mobilizable	no_good_hit	1110.0	94.865	76.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0238_000000006426	2211	0.9701498715898348	4	3	0	3	0	True	27294	fragment	False	ISR0238_000000006426	1.0		0	0	False	False	0.997286319732666	0	rep_cluster_1839				non-mobilizable	no_good_hit	813.0	89.914	68.0	0.4591373439273553	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0094_000000010105	1842	0.9701456347826865	3	3	3	3	3	False	75063	fragment	False	ISR0094_000000010105	1.0		0	0	False	False	0.9967426657676697	0					non-mobilizable	no_good_hit	1138.0	96.749	61.0	0.017857423563624932	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0080_000000010111	4254	0.9701441129666968	5	4	3	2	2	True	10066	maximal	True	MON0080_000000010111	1.0		2	2	True	True	1.0	25	Col(BS512)		MPF_T		non-mobilizable	plasmid	3479.0	99.569	100.0	0.8290822407628129	CP056849.1	enterobacteria	Escherichia coli strain RHBSTW-00122 plasmid pRHBSTW-00122_4, complete sequence	False	True
SPA0128_000000017891	2076	0.970142580390312	4	4	4	4	2	False	120077	fragment	False	ISR0155_000000005779	0.2885432300473767		0	0	False	False	1.0	0					non-mobilizable	other	2074.0	98.891	99.0	0.005068096430807765	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0050_000000014352	1681	0.9701300024321274	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9750068743891568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	76.156	48.0	0.0019229580752354377	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ENG0149_000000002029	11753	0.9701249850515272	15	5	3	5	2	True	124893	fragment	False	ENG0149_000000002029	1.0		0	0	False	False	0.9999149441719055	0					non-mobilizable	no_good_hit	226.0	73.45100000000001	2.0	0.00011032241850487892	CP060264.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS0369-1-AR-4 chromosome, complete genome	True	True
ENG0127_000000008203	3099	0.97012434744131	6	3	1	3	2	False	58738	maximal	True	ENG0127_000000008203	1.0		1	1	False	False	0.9883833527565002	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.2345208234857436e-06	LR862146.1	monocots	Ananas comosus var. bracteatus genome assembly, chromosome: 18	True	False
ISR0005_000000005369	2616	0.970124207223146	4	4	4	4	3	False	120077	fragment	False	ISR0155_000000005779	0.37008471625125167		0	0	False	False	0.978210985660553	0					non-mobilizable	other	2622.0	98.398	100.0	0.0005535511648334288	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MAD0108_000000001867	8152	0.9701204342983721	8	8	6	8	8	False	109698	fragment	False	SPA0005_000000003297	0.9479891831232093		0	0	False	False	0.9998773336410522	0					non-mobilizable	chromosome	8152.0	99.914	100.0	0.0016849911957091124	CP042901.1	enterobacteria	Escherichia coli strain CFSAN061762 chromosome, complete genome	False	False
ISR0003_000000009934	2640	0.9701198857988134	5	3	3	3	3	False	38605	fragment	False	ISR0003_000000009934	1.0		0	0	False	False	0.9950757622718811	0					non-mobilizable	no_good_hit	720.0	81.389	31.0	0.001699524133242692	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
FIJ0131_000000002544	7213	0.9701148746068028	10	4	3	4	3	False	123371	maximal	False	MAD0067_000000001158	0.988895020002759	PS894	0	0	False	True	0.9997227191925049	0					non-mobilizable	no_good_hit	385.0	98.182	5.0	0.001236137713467141	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0009_000000002043	4266	0.9701059048903974	7	2	1	1	2	True	90479	maximal	True	CHI0009_000000002043	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1678.0	94.57700000000001	39.0	0.21762941713391576	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	True
ISR0375_000000005374	3648	0.9700997290470708	4	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.4696157194625632	PS572	0	0	False	True	0.9991776347160339	0					non-mobilizable	no_good_hit	796.0	77.513	22.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
ENG0068_000000001484	14723	0.9700995154191746	12	7	6	6	6	False	62629	maximal	True	ENG0068_000000001484	1.0		2	1	False	False	0.9997962117195129	0					non-mobilizable	no_good_hit	10412.0	94.18	83.0	0.04240741496876404	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0074_000000001209	3068	0.9700924740025844	5	2	1	1	2	False	16286	maximal	True	MAD0074_000000001209	1.0		3	1	False	False	0.9846805930137634	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000010046	2345	0.9700908372858366	3	2	2	2	2	False	100436	fragment	False	AUS0016_000000011195	0.75202665288524		0	0	False	False	0.9974413514137268	0					non-mobilizable	no_good_hit	168.0	75.595	7.0	3.451017924796254e-05	NZ_AP018449.1	firmicutes	Methylomusa anaerophila strain MMFC1	True	False
FIJ0131_000000002130	8407	0.9700868131051278	6	4	4	4	3	False	40848	maximal	True	FIJ0131_000000002130	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	3803.0	94.76700000000001	61.0	0.002775408289092726	NZ_GL872282.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0056_000000003547	6809	0.970082329186037	11	6	5	6	4	True	53557	backbone	False	FIJ0018_000000003789	0.9935014203254039	PS228	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	347.0	78.67399999999999	5.0	0.00011477860351801469	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0075_000000001092	10210	0.9700821649844492	15	7	5	6	4	True	127207	maximal	True	SPA0075_000000001092	1.0		0	0	False	False	0.9985308647155762	0					non-mobilizable	no_good_hit	4694.0	96.44200000000001	79.0	0.18706789753426847	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0268_000000003712	4441	0.9700791172454791	6	5	3	4	3	False	57938	maximal	True	ISR0268_000000003712	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	90.29899999999999	34.0	0.0004501576910885424	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0218_000000003343	4568	0.9700785153770936	4	4	3	4	3	False	129676	maximal	False	ISR0354_000000003774	0.6366228527714027	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1800.0	99.27799999999999	98.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0038_000000012148	2288	0.9700744031003868	3	2	2	2	1	False	87513	fragment	False	SPA0038_000000012148	1.0		0	0	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit	726.0	78.65	31.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
ISR0367_000000004701	2037	0.9700744031003868	2	2	2	2	1	False	87516	fragment	False	ISR0367_000000004701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	35.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
ISR0217_000000012885	1803	0.9700744031003868	2	2	2	2	1	False	87510	fragment	False	ISR0217_000000012885	0.9988870339454646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	40.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
ISR0297_000000008204	1797	0.9700744031003868	2	2	2	2	1	False	87510	fragment	False	ISR0217_000000012885	0.9977703812955608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	78.31	39.0	0.005050871039740282	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
ISR0776_000000013586	1773	0.9700744031003868	2	2	2	2	1	False	87510	fragment	False	ISR0217_000000012885	0.9904459737176332		0	0	False	False	0.9937958121299744	0					non-mobilizable	no_good_hit	710.0	78.31	39.0	0.005050871039740282	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
DEN0021_000000021523	1696	0.9700744031003868	2	2	2	2	1	False	87510	fragment	False	ISR0217_000000012885	0.9582829436699555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	73.84	14.0	0.007947336107510744	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0004_000000023071	1132	0.970071692348192	2	1	0	1	1	True	51950	fragment	False	FIJ0004_000000023071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0057_000000001182	5850	0.9700714428726921	13	6	3	6	5	False	113260	maximal	True	AST0057_000000001182	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.2241461467279708e-05	NZ_UHIO01000001.1	firmicutes	Veillonella criceti strain NCTC12020, whole genome shotgun sequence	True	False
CAN0018_000000019660	1740	0.9700626414811668	3	3	3	3	2	False	105484	fragment	False	CAN0018_000000019660	0.8929050182658789		0	0	False	False	1.0	0					non-mobilizable	other	1740.0	95.17200000000001	100.0	0.0035983280913756003	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
MAD0107_000000021844	1810	0.9700570508852212	2	2	1	2	1	False	125186	fragment	False	AST0012_000000011843	0.9600522193211488		0	0	False	False	0.9961326122283936	0					non-mobilizable	no_good_hit	653.0	79.939	36.0	0.00017980426222787826	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0107_000000012649	1218	0.9700550364109188	1	1	1	1	1	False	82989	fragment	False	CHI0107_000000012649	0.9918552036199095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0024_000000005994	2104	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9740804115200044		0	0	False	False	0.9762357473373413	0					non-mobilizable	other	2104.0	100.0	100.0	0.0004370888263011498	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
DEN0065_000000016516	2096	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9739907958866332		0	0	False	False	0.9890267252922058	0					non-mobilizable	chromosome	2096.0	100.0	100.0	0.00040193704879208804	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ENG0102_000000013599	2082	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9702291026857184		0	0	False	False	0.9855907559394836	0					non-mobilizable	chromosome	2058.0	99.66	99.0	0.0003946465438497972	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ISR0842_000000010780	2059	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9609934685655704		0	0	False	False	1.0	0					non-mobilizable	chromosome	2059.0	99.806	100.0	0.000417780392457785	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ISR0831_000000008796	2052	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9691012892795456		0	0	False	False	0.9995126724243164	0					non-mobilizable	chromosome	2052.0	99.95100000000001	100.0	0.0003934954114904881	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
CHI0181_000000010069	2040	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.953364101625809		0	0	False	False	0.9990196228027344	0					non-mobilizable	chromosome	2040.0	100.0	100.0	0.0003911931467718699	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ENG0081_000000013342	1960	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9241049091643965		0	0	False	False	0.9867346882820129	0					non-mobilizable	chromosome	1960.0	100.0	100.0	0.0003976830849488828	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
USA0027_01_000000013934	1958	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9228399091516504		0	0	False	False	0.9897854924201965	0					non-mobilizable	chromosome	1958.0	99.84700000000001	100.0	0.0003754610045279791	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0071_000000011448	1950	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9219486017854349		0	0	False	False	0.9994871616363525	0					non-mobilizable	chromosome	1943.0	99.949	99.0	0.000392139204167418	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0197_000000005165	1950	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9220540436276037		0	0	False	False	0.9994871616363525	0					non-mobilizable	chromosome	1943.0	99.949	99.0	0.00037258317362970643	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ENG0181_000000010505	1941	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9207331555195661		0	0	False	False	0.9994847774505615	0					non-mobilizable	other	1941.0	99.948	100.0	0.0004032108050519404	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
CHI0050_000000004913	1939	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.9212725860307159		0	0	False	False	0.9721505641937256	0					non-mobilizable	other	1939.0	100.0	100.0	0.0004027951238096188	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
AST0039_000000008577	1938	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.6734283612384798		0	0	False	False	0.9994840025901794	0					non-mobilizable	chromosome	1938.0	100.0	100.0	0.0003932170166135712	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
CHI0156_000000007720	1824	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.7636142668629528		0	0	False	False	0.9961622953414917	0					non-mobilizable	other	1824.0	100.0	100.0	0.0003788934523761275	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
SPA0083_000000009572	1813	0.9700497577751483	3	3	3	2	2	False	116611	fragment	False	ENG0084_000000012565	0.7495440643666019		0	0	False	False	0.9950358271598816	0					non-mobilizable	chromosome	1813.0	99.835	100.0	0.0003678416283447553	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
MAD0023_000000000270	15050	0.9700473180718728	20	17	9	12	14	True	118895	fragment	False	MAD0073_000000000263	0.6381213011168958		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	15057.0	98.685	100.0	0.2402432600679979	CP028715.1	enterobacteria	Escherichia coli strain Mt1B1 plasmid unnamed	False	True
MON0036_000000011503	1977	0.9700472663523833	4	4	3	2	2	False	12179	maximal	True	MON0036_000000011503	1.0		0	0	False	False	0.9529590010643005	0					non-mobilizable	no_good_hit								True	False
ENG0149_000000011108	1782	0.970045183954298	2	2	2	2	2	False	57207	maximal	True	ENG0149_000000011108	0.9927048260381593		85	9	False	False	0.9988776445388794	0					non-mobilizable	other	1807.0	78.085	100.0	0.024765729585006693	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0064_000000001014	15172	0.9700432474161136	23	14	11	13	11	False	125417	fragment	False	SPA0098_000000001538	0.1123043536478193		0	0	False	False	0.9999340772628784	0					non-mobilizable	other	15172.0	98.906	100.0	0.004329718479820715	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0257_000000005123	3159	0.9700409642774234	5	5	3	3	3	True	74977	fragment	False	ISR0257_000000005123	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3161.0	98.355	100.0	0.0012855959550920177	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
MON0033_000000007853	8588	0.9700402797690124	18	6	3	6	3	True	117590	maximal	True	MON0033_000000007853	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4479.0	99.01799999999999	72.0	0.025792850806962572	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0046_000000002097	9788	0.9700361137246004	15	8	6	7	7	False	92137	fragment	False	SPA0046_000000002097	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	78.132	4.0	0.003886635335322814	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
CHI0035_000000001557	6188	0.9700278050168188	9	8	5	6	7	True	123599	fragment	False	CHI0035_000000001557	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	4325.0	97.318	70.0	0.25145619757688725	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	True	True
ISR0209_000000001494	15796	0.970024107705608	13	12	10	11	12	False	95065	fragment	False	ISR0214_000000001181	0.7143884444928953		0	0	False	False	0.9998100996017456	0					non-mobilizable	no_good_hit	99.0	88.889	1.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
USA0113_01_000000002561	7224	0.9700205263258441	6	5	4	5	5	False	64635	fragment	False	USA0113_01_000000002561	0.9979457079970653		0	0	False	False	0.9990310072898865	0					non-mobilizable	no_good_hit	1725.0	78.319	23.0	0.00046654458933736054	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0005_000000010009	1529	0.9700128097446904	2	2	2	2	2	False	94110	fragment	False	ISR0005_000000010009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	91.69200000000001	86.0	0.002933767304991417	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0050_000000001537	11644	0.9700116188252862	10	7	7	6	7	False	70121	maximal	False	FIJ0168_000000001250	0.9179998359176307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5949.0	92.68799999999999	57.0	0.002622244082841543	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
CHI0163_000000002546	3539	0.970011118613784	5	2	2	2	2	False	78473	fragment	False	CHI0163_000000002546	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	99.432	36.0	0.0053645452328700315	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
AST0094_000000002052	8625	0.9700092420134814	6	6	5	6	4	True	109415	maximal	True	AST0094_000000002052	1.0		1	1	False	False	0.9981449246406555	0		MOBV			mobilizable	no_good_hit	1188.0	78.11399999999999	21.0	0.0005999745773484174	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	True
MON0077_000000031174	1439	0.9699956364431024	3	3	3	3	1	False	97495	fragment	False	MON0077_000000031174	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	93.961	99.0	0.00019051479842193325	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0015_000000011543	3207	0.9699941085136748	5	4	2	4	4	False	13428	fragment	False	MON0015_000000011543	1.0		0	0	False	False	0.9925163984298706	0	Col(Ye4449)	MOBP			mobilizable	other	3180.0	94.465	99.0	0.5677465545015213	NZ_WMJZ01000070.1	enterobacteria	Escherichia alba strain B35 Scaffold70, whole genome shotgun sequence	False	True
ISR0117_000000010587	2533	0.9699926776750938	4	4	0	1	4	False	87870	backbone	False	CHI0108_000000003327	0.7710754361244163	PS453	0	0	True	True	1.0	517	rep_cluster_2335				non-mobilizable	plasmid	2207.0	99.955	100.0	0.8989405052974735	CP017224.1	enterobacteria	Escherichia coli strain FAM21845 plasmid pFAM21845_4, complete sequence	False	True
CHI0108_000000003327	2366	0.9699926776750938	6	4	0	1	4	False	87870	backbone	True	CHI0108_000000003327	0.9464172572743216	PS453	4	2	True	True	1.0	17	ColRNAI_rep_cluster_1987,rep_cluster_2335			MOBP	mobilizable	plasmid	2014.0	100.0	100.0	0.8782722513089005	CP056398.1	enterobacteria	Escherichia coli strain RHBSTW-00573 plasmid pRHBSTW-00573_3, complete sequence	False	True
CHI0171_000000002267	2331	0.9699926776750938	4	4	0	1	4	False	87870	backbone	False	CHI0108_000000003327	0.5724053824074321	PS453	0	0	True	True	1.0	3	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	1327.0	99.24600000000001	100.0	0.5403422982885085	CP017224.1	enterobacteria	Escherichia coli strain FAM21845 plasmid pFAM21845_4, complete sequence	False	True
FIJ0165_000000007097	2331	0.9699926776750938	4	4	0	1	4	False	87871	maximal	True	FIJ0165_000000007097	1.0	PS453	2	1	True	True	1.0	1	rep_cluster_2350,rep_cluster_2358				non-mobilizable	plasmid	1145.0	96.85600000000001	100.0	0.4918032786885246	CP030184.1	enterobacteria	Salmonella enterica strain SA20030575 plasmid pSA20030575.3, complete sequence	False	True
FIJ0068_000000014225	2234	0.9699926776750938	4	4	0	1	4	False	87871	maximal	False	FIJ0165_000000007097	0.9791934791934792	PS453	0	0	False	True	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	1089.0	96.694	100.0	0.46764452113891286	CP030184.1	enterobacteria	Salmonella enterica strain SA20030575 plasmid pSA20030575.3, complete sequence	False	True
CHI0134_000000006841	2188	0.9699926776750938	5	4	0	1	4	False	87870	backbone	False	CHI0108_000000003327	0.5849165257819104	PS453	0	0	False	True	1.0	0	ColRNAI_rep_cluster_1987			MOBP	mobilizable	plasmid	2067.0	98.791	100.0	0.8922338568935427	CP056398.1	enterobacteria	Escherichia coli strain RHBSTW-00573 plasmid pRHBSTW-00573_3, complete sequence	False	True
CHI0038_000000005748	2080	0.9699926776750938	4	4	0	1	4	False	87870	backbone	False	CHI0108_000000003327	0.38976234003656307	PS453	0	0	True	True	1.0	1	ColRNAI_rep_cluster_1987			MOBP	mobilizable	plasmid	1975.0	100.0	100.0	0.8612565445026178	CP056398.1	enterobacteria	Escherichia coli strain RHBSTW-00573 plasmid pRHBSTW-00573_3, complete sequence	False	True
CHI0049_000000009004	1827	0.9699926776750938	4	4	0	1	4	False	86780	fragment	False	FIJ0007_000000009465	0.9751070663811563		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	1666.0	99.46	100.0	0.7186689714779603	AF432497.1	enterobacteria	Escherichia coli plasmid pEC157 Rom-like protein gene, complete cds	False	True
ENG0161_000000002386	8295	0.9699860487824234	11	7	6	4	6	False	122606	fragment	False	ENG0161_000000002386	1.0		0	0	False	False	0.99831223487854	0					non-mobilizable	no_good_hit	2596.0	98.536	31.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0031_000000008810	2380	0.969979176489536	3	3	3	3	1	True	95233	fragment	False	ENG0031_000000008810	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2381.0	91.55799999999999	100.0	0.21648171730034566	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0156_000000010943	1557	0.9699770236473249	2	2	0	1	2	False	56679	fragment	False	ENG0156_000000010943	1.0		0	0	False	False	1.0	0	rep_cluster_2335				non-mobilizable	plasmid	1557.0	99.936	100.0	0.5666423889293518	CP056458.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00492 plasmid pRHBSTW-00492_4, complete sequence	False	True
FIJ0148_000000012875	1535	0.9699770236473249	3	2	0	1	2	False	39894	fragment	False	FIJ0148_000000012875	1.0		0	0	False	False	0.9680781960487366	0				MOBP	mobilizable	plasmid	1490.0	93.557	96.0	0.6409366869037294	DQ318958.1	a-proteobacteria	Rhodopseudomonas palustris plasmid pRPSZY, complete sequence	False	True
ISR0389_000000000083	65371	0.9699750854281666	83	36	23	35	15	True	114655	maximal	False	SPA0012_000000000050	0.7405016122781606	PS739|PS80	0	0	True	True	1.0	6					non-mobilizable	plasmid	31185.0	95.29299999999999	94.0	0.4305203879733787	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0092_000000002691	6866	0.9699742661930246	6	5	4	5	3	False	92793	fragment	False	ISR0092_000000002691	0.995666976168369		0	0	False	False	0.9959219098091125	0					non-mobilizable	no_good_hit	34.0	94.118	0.0	1.0588166216241797e-05	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
FIJ0122_000000007330	2226	0.9699738784428938	2	2	2	2	1	True	109219	fragment	False	FIJ0122_000000007330	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	2226.0	99.955	100.0	0.028153865620650385	MG836696.1	enterobacteria	Escherichia coli strain 2248 plasmid pCTXM-2248, complete sequence	False	True
ISR0787_000000001226	8610	0.9699721961077704	12	11	4	6	10	True	118177	maximal	True	ISR0787_000000001226	1.0	PS799	1	1	False	True	0.9991869926452637	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3293.0	98.391	67.0	0.3976268313355128	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
FIJ0007_000000009465	1868	0.9699686967360815	4	3	0	1	3	False	86780	fragment	False	FIJ0007_000000009465	0.9874110563765737		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	1650.0	98.485	100.0	0.7113223854796888	AF432497.1	enterobacteria	Escherichia coli plasmid pEC157 Rom-like protein gene, complete cds	False	True
CHI0055_000000007248	2241	0.9699537785002714	4	2	2	1	1	False	86229	fragment	False	CHI0055_000000007248	1.0		0	0	False	False	0.9968764185905457	0					non-mobilizable	no_good_hit	124.0	100.0	6.0	0.00048573594919912804	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
BAN0019_000000001543	2246	0.9699530305856128	3	1	0	1	1	False	97787	maximal	True	BAN0019_000000001543	1.0		0	0	False	False	0.9955476522445679	0	rep_cluster_2358				non-mobilizable	plasmid	1797.0	99.889	100.0	0.6509604929322218	CP056838.1	enterobacteria	Citrobacter sp. RHBSTW-00127 plasmid pRHBSTW-00127_5, complete sequence	False	True
CAN0011_000000013412	2270	0.9699502764369567	2	2	2	2	1	True	96470	fragment	False	SPA0128_000000014242	0.73326834782561		0	0	False	False	1.0	0					non-mobilizable	other	2267.0	99.03	99.0	0.2061124249590686	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
FIJ0159_000000022246	1173	0.9699457045484946	1	1	1	1	1	False	47269	fragment	False	FIJ0042_000000019977	0.652994257588187		0	0	False	False	0.9991474747657776	0					non-mobilizable	chromosome	1173.0	100.0	100.0	0.00022606603056983686	CP052278.1	enterobacteria	Klebsiella pneumoniae strain E16KP0235 chromosome, complete genome	False	False
MON0067_000000006819	2560	0.969942305619134	2	2	2	2	2	False	10604	maximal	True	MON0067_000000006819	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	95.73100000000001	68.0	0.00021936686984513806	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ENG0029_000000011502	2120	0.9699377106932916	2	2	2	2	2	False	99176	maximal	True	ENG0029_000000011502	1.0		23	5	False	False	0.9995282888412476	0					non-mobilizable	chromosome	1776.0	99.831	96.0	0.0007032490980453718	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0783_000000007070	1956	0.9699377106932916	3	2	2	2	2	False	99164	fragment	False	ISR0783_000000007070	1.0		0	0	False	False	0.9964212775230408	0					non-mobilizable	chromosome	1679.0	99.345	100.0	0.0006651927770688467	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0051_000000013719	1810	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9951781246772189		0	0	False	False	0.9994475245475769	0					non-mobilizable	other	1775.0	99.831	98.0	0.10137722155551745	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
ENG0001_000000014905	1804	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9938334185068537		0	0	False	False	0.9900221824645996	0					non-mobilizable	chromosome	1776.0	99.662	100.0	0.0007032490980453718	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0175_000000006555	1779	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9944062609861745		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	99.831	99.0	0.10137722155551745	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
SPA0034_000000020101	1754	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9847394350537612		0	0	False	False	1.0	0					non-mobilizable	chromosome	1755.0	99.544	100.0	0.0006937350178012405	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
AUS0022_000000019646	1737	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9790712640159714		0	0	False	False	1.0	0					non-mobilizable	other	1737.0	99.309	100.0	0.0007828273915376811	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0364_000000010165	1736	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9838725532567362		0	0	False	False	1.0	0					non-mobilizable	other	1736.0	99.82700000000001	100.0	0.09914852277272987	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
SPA0050_000000014903	1736	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9835093251947723		0	0	False	False	1.0	0					non-mobilizable	other	1736.0	99.77	100.0	0.09914852277272987	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
ISR0188_000000012145	1733	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9774258205860747		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	99.885	99.0	0.09891993828218755	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
ISR0124_000000008392	1732	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9824535034559324		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	99.82700000000001	100.0	0.09891993828218755	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
CHI0084_000000003306	1714	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9748229112966493		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	99.3	100.0	0.0007724198597426715	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0089_000000017697	1698	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9674226234241375		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	99.764	100.0	0.09691982398994228	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
SPA0106_000000022698	1695	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.967555378363696		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.882	100.0	0.09680553174467113	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
SPA0049_000000010830	1693	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9670183311378046		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	99.882	100.0	0.09669123949939996	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
DEN0061_000000027233	1592	0.9699377106932916	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.6956171629503854		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	99.874	100.0	0.09091948111320647	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
AUS0020_000000007737	3668	0.969934118195913	4	3	2	3	2	False	108259	maximal	True	AUS0020_000000007737	1.0		1	1	False	False	0.9967284798622131	0					non-mobilizable	no_good_hit	2106.0	76.733	57.0	0.0006549806106197005	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0023_000000004202	6312	0.9699335127487524	8	3	3	3	3	False	37557	maximal	True	ISR0023_000000004202	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	80.183	27.0	0.0007031554099019349	NZ_CP018787.1	b-proteobacteria	Oxalobacter formigenes strain HC-1, complete genome	True	False
ENG0049_000000006414	3075	0.9699287422374044	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9991522515511723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	93.87799999999999	7.0	2.693681234761262e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0067_000000009349	3069	0.9699287422374044	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.997854303911204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	93.87799999999999	7.0	2.693681234761262e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0129_000000009020	3061	0.9699287422374044	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9960299593344214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	93.87799999999999	7.0	2.693681234761262e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0085_000000010459	3028	0.9699287422374044	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9923856579904612		0	0	False	False	0.9983487725257874	0					non-mobilizable	no_good_hit	188.0	82.979	6.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0082_000000005410	3019	0.9699287422374044	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9907205338960111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	82.979	6.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
DEN0033_000000008412	3012	0.9699287422374044	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9883928126522761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	82.979	6.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0099_000000007083	3009	0.9699287422374044	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9873828118178131		0	0	False	False	0.9983383417129517	0					non-mobilizable	no_good_hit	187.0	83.42200000000001	6.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
DEN0051_000000021196	2161	0.9699284714366262	3	3	2	3	2	False	129952	maximal	True	DEN0051_000000021196	1.0		25	4	False	False	1.0	0					non-mobilizable	no_good_hit	1788.0	92.95299999999999	82.0	0.999438202247191	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ISR0221_000000006670	3435	0.9699256853181104	6	5	1	2	5	True	27967	fragment	False	ISR0221_000000006670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2109.0	99.00399999999999	79.0	0.06382330540746382	LM996476.1	enterobacteria	Escherichia coli genome assembly FHI34, scaffold scaffold-10_contig-15.0_1_32825_[organism:Escherichia	True	True
DEN0096_000000010365	4101	0.9699225214859564	5	4	4	4	2	False	68225	maximal	True	DEN0096_000000010365	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2583.0	88.65700000000001	62.0	0.00109908062748298	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	False
ISR0267_000000007024	2399	0.9699199457647107	4	4	4	2	3	False	115932	fragment	False	ISR0267_000000007024	0.9475267732098768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0014_000000005314	5167	0.9699197055777616	5	4	2	4	1	True	89557	maximal	False	MAD0103_000000003088	0.955131853538228		0	0	False	False	0.9934197664260864	0					non-mobilizable	no_good_hit								True	True
CHI0108_000000005291	1556	0.9699180679748092	2	2	2	2	2	False	107350	fragment	False	MAD0029_000000002309	0.9577372744909544		0	0	False	False	1.0	0					non-mobilizable	plasmid	1556.0	99.61399999999999	100.0	0.04298905230565078	CP019257.1	enterobacteria	Escherichia coli strain 13TMH22 plasmid p13TMH22-1, complete sequence	False	True
FIJ0096_000000005883	5338	0.9699170147529216	6	3	2	1	1	True	121666	maximal	True	FIJ0096_000000005883	1.0	PS754|PS858	1	1	False	True	0.996627926826477	0	rep_cluster_269	MOBV			mobilizable	no_good_hit	2899.0	95.619	69.0	0.7990060739922694	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
SPA0012_000000004147	5900	0.9699142396396551	7	4	2	4	4	False	128480	fragment	False	SPA0012_000000004147	0.9944154581579129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	85.18299999999999	42.0	0.0006112632869410382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0069_000000004009	5854	0.9699142396396551	7	4	2	4	4	False	128480	fragment	False	SPA0012_000000004147	0.9916772314545144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	85.27600000000001	41.0	0.0006112632869410382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0368_000000001962	5837	0.9699142396396551	7	4	2	4	4	False	128480	fragment	False	SPA0012_000000004147	0.992352459759998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	85.27600000000001	41.0	0.0006112632869410382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0095_000000008036	3530	0.9699122473546776	4	3	3	3	3	False	108269	fragment	False	ISR0095_000000008036	1.0		0	0	False	False	0.9997166991233826	0					non-mobilizable	no_good_hit	1889.0	83.219	68.0	0.0006563418024547114	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0190_000000004242	7103	0.9699108706177041	12	8	7	7	6	True	94595	maximal	True	ENG0190_000000004242	1.0		4	2	False	False	0.999718427658081	0					non-mobilizable	no_good_hit	5955.0	98.94200000000001	84.0	0.12842606624810565	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ENG0102_000000010557	2625	0.9699067143227554	4	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.5473274465777641		0	0	False	False	1.0	0					non-mobilizable	other	2626.0	98.324	100.0	0.050891818534315625	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ENG0186_000000012563	1163	0.9698968129318052	2	2	2	1	1	False	55005	maximal	True	ENG0186_000000012563	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.048556430446194225	LN775089.1	bacteria	Uncultured bacterium partial intI gene for IntI protein, clone Gave_de_Pau_118	True	False
FIJ0043_000000000066	97844	0.969896703522219	123	27	23	23	21	True	92394	maximal	True	FIJ0043_000000000066	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3138.0	90.79	35.0	0.0008476594999106375	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0161_000000007773	2790	0.9698947979215136	3	3	1	2	3	True	56415	maximal	True	ENG0161_000000007773	1.0		1	1	False	False	0.9982078671455383	0					non-mobilizable	no_good_hit	2180.0	96.147	83.0	0.04799186128803963	CP035024.1	firmicutes	Lactiplantibacillus plantarum strain 13_3 plasmid plsm_LP12_3_pD	True	True
MAD0107_000000027158	1464	0.9698928721164034	2	1	1	1	1	False	14657	fragment	False	MAD0107_000000027158	1.0		0	0	False	False	0.9979507923126221	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000007342	3937	0.9698918044548626	4	3	1	2	2	False	48172	fragment	False	FIJ0034_000000007342	1.0		0	0	False	False	0.9872999787330627	0					non-mobilizable	no_good_hit								True	False
ENG0141_000000005056	5242	0.9698843278324486	4	3	3	3	3	False	128633	fragment	False	ENG0141_000000005056	0.9774785426800433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	81.126	62.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0343_000000002675	5172	0.9698843278324486	4	3	3	3	3	False	128633	fragment	False	ENG0141_000000005056	0.9700328346514452		0	0	False	False	0.9988399147987366	0					non-mobilizable	no_good_hit	1457.0	81.126	40.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0062_000000006422	4826	0.9698843278324486	4	3	3	3	3	False	128633	fragment	False	ENG0141_000000005056	0.8525222345346435		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	81.126	67.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0009_000000006309	4773	0.9698843278324486	4	3	3	3	3	False	128633	fragment	False	ENG0141_000000005056	0.7582247322560063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	81.126	66.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0005_000000006170	4770	0.9698843278324486	4	3	3	3	3	False	128633	fragment	False	ENG0141_000000005056	0.6671355658178045		0	0	False	False	0.9966456890106201	0					non-mobilizable	no_good_hit	1457.0	81.126	66.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0202_000000004974	4744	0.9698843278324486	4	3	3	3	3	False	128633	fragment	False	ENG0141_000000005056	0.6663525125137436		0	0	False	False	0.9995784163475037	0					non-mobilizable	no_good_hit	1457.0	81.126	65.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0126_000000001116	23698	0.9698786028617186	16	9	7	9	4	True	104238	fragment	False	FIJ0126_000000001116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	78.295	1.0	3.494768952828023e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0118_000000014678	1811	0.9698683625654184	3	1	1	1	1	True	59117	fragment	False	SPA0118_000000014678	1.0		0	0	False	False	0.9900607466697693	0					non-mobilizable	other	1355.0	93.506	94.0	0.0002614663147136392	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0847_000000003371	6448	0.9698642984238536	5	4	3	4	2	False	92793	fragment	False	ISR0092_000000002691	0.9661463119666793		0	0	False	False	0.9998449087142944	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00015052432640363933	AL591606.4	rodents	Mouse DNA sequence from clone RP23-272O14 on chromosome 2, complete sequence	True	False
ISR0286_000000001461	7194	0.9698636481051954	11	6	4	5	4	True	99741	fragment	False	ISR0286_000000001461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.4067909294073355e-05	NZ_RJVO01000003.1	g-proteobacteria	Stagnimonas aquatica strain THS-13 contig03, whole genome shotgun sequence	True	True
ISR0160_000000026342	1142	0.9698608565156072	2	2	2	1	1	False	131371	fragment	False	AST0002_000000024033	0.15371691113347324		0	0	False	False	0.9894921183586121	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	9.0	1.9170198775791106e-05	NZ_VFPQ01000001.1	high GC Gram+	Thermopolyspora flexuosa strain DSM 43186 Ga0197564_11, whole genome shotgun sequence	True	False
FIJ0122_000000002017	8668	0.9698486700005724	7	7	4	5	7	True	77088	fragment	False	FIJ0122_000000002017	1.0		0	0	False	False	1.0	0		MOBF	MPF_Unknown		conjugative	plasmid	8668.0	99.596	100.0	0.04956621696586353	LS992167.1	enterobacteria	Escherichia coli isolate Escherichia coli str. TO6 genome assembly, plasmid: 2	False	True
SPA0054_000000016616	1781	0.9698479511176232	3	3	3	2	2	False	37905	fragment	False	ISR0056_000000011330	0.689030312498828		0	0	False	False	0.9915777444839478	0					non-mobilizable	no_good_hit	160.0	100.0	9.0	4.42502012131791e-05	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
CHI0169_000000003928	3592	0.9698477575245188	7	5	3	4	3	True	104881	fragment	False	ISR0347_000000004736	0.8032208445849166		0	0	False	False	0.9997215867042542	0					non-mobilizable	no_good_hit	1570.0	97.45200000000001	64.0	0.1264219443323921	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0051_000000002030	18122	0.9698425907938244	31	12	3	10	5	False	35872	maximal	True	ISR0051_000000002030	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1909.0	80.828	10.0	0.0005080963110492725	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0068_000000015440	1646	0.9698253088121616	3	2	1	1	2	True	62596	fragment	False	ENG0068_000000015440	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1646.0	99.87799999999999	100.0	0.017176030822883277	CP018638.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain 69-3861 plasmid pSE69-3861-1, complete sequence	False	True
MAD0044_000000018503	1346	0.9698253088121616	3	2	1	1	2	True	35467	fragment	False	MAD0044_000000018503	0.9895790062311747		0	0	False	False	0.9992570877075195	0					non-mobilizable	plasmid	1346.0	99.851	100.0	0.014187314747423605	MH618673.1	enterobacteria	Escherichia coli strain 838B plasmid p838B-R, complete sequence	False	True
USA0125_01_000000017724	1306	0.9698253088121616	3	2	1	1	2	True	35467	fragment	False	MAD0044_000000018503	0.9779297641213086		0	0	False	False	0.9808575510978699	0					non-mobilizable	plasmid	1306.0	99.92299999999999	100.0	0.015131838315437953	MF156268.1	enterobacteria	Escherichia coli strain 3-S1R plasmid pCERC10, complete sequence	False	True
MAD0067_000000008725	1238	0.9698253088121616	2	2	1	1	2	True	35467	fragment	False	MAD0044_000000018503	0.9387664353030424		0	0	False	False	0.9991922378540039	0					non-mobilizable	plasmid	1238.0	99.758	100.0	0.0071678564806230294	CP061760.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 plasmid unnamed3, complete sequence	False	True
ISR0058_000000023020	1183	0.9698253088121616	2	2	1	1	2	True	35467	fragment	False	MAD0044_000000018503	0.5617861640199205		0	0	False	False	1.0	0					non-mobilizable	plasmid	1183.0	100.0	100.0	0.013705619071913916	MF156268.1	enterobacteria	Escherichia coli strain 3-S1R plasmid pCERC10, complete sequence	False	True
AUS0024_000000014305	2280	0.9698247931965244	3	3	3	2	2	False	129954	maximal	False	AUS0014_000000012352	0.9510532837670385		0	0	False	False	0.9986842274665833	0					non-mobilizable	no_good_hit	1829.0	93.056	80.0	0.02542112896028559	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0139_000000001344	13215	0.9698235728067759	12	9	2	5	7	True	121593	maximal	True	ISR0139_000000001344	1.0	PS854	1	1	False	True	0.9994702935218811	0					non-mobilizable	other	7675.0	98.124	100.0	0.0032271343619306742	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	True
ENG0134_000000000790	25290	0.9698223486858399	49	20	8	17	9	True	78732	maximal	True	ENG0134_000000000790	1.0		1	1	False	False	0.99980229139328	0					non-mobilizable	no_good_hit	1085.0	78.618	4.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0844_000000001013	12368	0.969821119167073	11	5	5	5	5	False	62966	fragment	False	ISR0844_000000001013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3218.0	94.96600000000001	28.0	0.04776407666022879	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
ISR0138_000000000456	36158	0.9698206786441271	33	15	9	15	8	True	117543	backbone	True	ISR0138_000000000456	1.0	PS662|PS792	1	1	True	True	1.0	6					non-mobilizable	no_good_hit	1498.0	81.041	4.0	0.025585913991436973	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0375_000000010823	2049	0.969814261989616	4	3	2	2	1	False	38891	fragment	False	ISR0375_000000010823	1.0		0	0	False	False	0.9995119571685791	0					non-mobilizable	no_good_hit	224.0	87.946	11.0	0.001292131901751621	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	True	False
FIJ0033_000000033616	1178	0.9698114228230584	2	2	2	1	1	False	48220	fragment	False	FIJ0033_000000033616	1.0		0	0	False	False	0.9719864130020142	0					non-mobilizable	no_good_hit	1022.0	77.88600000000001	85.0	0.0002724257395653344	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
SPA0093_000000002336	14949	0.9698081442049152	19	8	5	7	4	False	114640	fragment	False	AST0052_000000000966	0.947048213739904		0	0	False	False	0.9996655583381653	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
MON0103_000000028644	1896	0.9698053125919046	4	3	3	3	3	False	76215	fragment	False	ENG0032_000000011291	0.9088329831285875		0	0	False	False	0.9989451766014099	0					non-mobilizable	no_good_hit	567.0	76.367	30.0	0.0007511997218962731	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
TAN0002_000000008741	3821	0.969804498057988	6	5	3	3	5	True	109220	maximal	True	TAN0002_000000008741	1.0		6	3	False	False	1.0	0	IncFIA			MOBF	mobilizable	plasmid	3833.0	98.565	100.0	0.05334726576105887	CP045065.1	enterobacteria	Enterobacter roggenkampii strain WCHER090065 plasmid pMCR10_090065, complete sequence	False	True
SPA0149_000000011933	3201	0.9698016318689324	5	4	3	4	2	False	42141	maximal	True	SPA0149_000000011933	1.0		3	3	False	False	0.9996876120567322	0					non-mobilizable	no_good_hit	662.0	79.003	20.0	0.0001966593805319862	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0040_000000010996	3521	0.9698000451198866	7	1	1	1	1	False	6969	maximal	True	SPA0040_000000010996	1.0		4	2	False	False	0.998863935470581	0					non-mobilizable	no_good_hit	1775.0	84.056	77.0	0.0003362783278250193	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
AST0024_000000005567	5453	0.9697971170626658	7	3	1	3	1	True	121766	fragment	False	AST0024_000000005567	0.9408197022606138		0	0	False	False	1.0	0					non-mobilizable	plasmid	2241.0	89.38	98.0	0.09603367470925186	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0237_000000000961	6896	0.9697953518397388	9	7	3	3	6	True	127278	backbone	False	SPA0129_000000004239	0.9782460102288393	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	42	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3549.0	99.38	92.0	0.5685393258426966	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ISR0250_000000001229	6581	0.9697953518397388	7	7	3	3	6	True	127278	backbone	False	SPA0129_000000004239	0.9708919295828061	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	115	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3476.0	99.45299999999999	97.0	0.5568218298555377	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ENG0109_000000003482	6568	0.9697953518397388	7	7	3	3	6	True	127278	backbone	False	SPA0129_000000004239	0.9787255940250044	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	0.9996954798698425	11	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3321.0	99.307	97.0	0.5319422150882825	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
SPA0129_000000004239	6560	0.9697953518397388	8	7	3	3	6	True	127278	backbone	True	SPA0129_000000004239	0.9789334628818193	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	78	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3347.0	99.522	97.0	0.5359550561797752	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ISR0255_000000004068	6559	0.9697953518397388	7	7	3	3	6	True	127278	backbone	False	SPA0129_000000004239	0.9771180194795701	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	66	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3549.0	99.352	97.0	0.5685393258426966	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ISR0319_000000001933	6555	0.9697953518397388	7	7	3	3	6	True	127278	backbone	False	SPA0129_000000004239	0.9748740533727323	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	70	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3522.0	99.461	97.0	0.5643659711075442	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ISR0256_000000002637	6550	0.9697953518397388	8	7	3	3	6	True	127278	backbone	False	SPA0129_000000004239	0.976418296179433	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	21	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3550.0	99.324	97.0	0.5685393258426966	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ISR0821_000000003881	6541	0.9697953518397388	7	7	3	3	6	True	127278	backbone	False	SPA0129_000000004239	0.9768462115319642	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	188	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3550.0	99.324	97.0	0.5685393258426966	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ENG0095_000000003926	6528	0.9697953518397388	7	7	3	3	6	True	127278	backbone	False	SPA0129_000000004239	0.9763427970016021	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	70	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3387.0	99.52799999999999	97.0	0.5428571428571428	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ISR0074_000000004102	6246	0.9697953518397388	7	7	3	3	6	True	127278	backbone	False	SPA0129_000000004239	0.8747707909400864	PS1000|PS54|PS757|PS758|PS996	0	0	False	True	0.9988792538642883	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3549.0	99.436	95.0	0.5685393258426966	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
CHI0033_000000006716	1132	0.9697928948530836	2	1	1	1	1	False	93074	fragment	False	MON0061_000000040374	0.7130426760654796		0	0	False	False	0.9991165995597839	0					non-mobilizable	other	1132.0	96.82	100.0	0.004055696801701169	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
AST0012_000000001315	10860	0.9697918147882244	13	6	5	4	4	False	125653	maximal	True	AST0012_000000001315	1.0	PS336|PS337|PS338|PS339|PS567|PS568|PS768|PS769	0	0	True	True	0.999263346195221	8					non-mobilizable	no_good_hit	464.0	74.138	4.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0295_000000009090	3639	0.9697842788689636	6	2	2	2	2	False	25732	fragment	False	ISR0295_000000009090	1.0		0	0	False	False	0.9997252225875854	0					non-mobilizable	no_good_hit								True	False
ISR0813_000000009180	3209	0.9697842788689636	5	2	2	2	2	False	21588	fragment	False	ISR0813_000000009180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000027652	1316	0.969782626700724	1	1	1	1	1	False	32245	fragment	False	ISR0120_000000027652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000008579	2801	0.9697799173940502	2	2	1	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9101208134362572		0	0	False	False	0.9992859959602356	0					non-mobilizable	chromosome	2848.0	85.815	100.0	0.0009524155926732702	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ISR0394_000000007889	2403	0.9697799173940502	2	2	1	2	1	False	122167	fragment	False	FIJ0096_000000014880	0.6374634960367126		0	0	False	False	1.0	0					non-mobilizable	chromosome	2449.0	84.361	99.0	0.0008180401253901603	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ISR0290_000000001280	6478	0.9697788031131418	7	6	3	3	5	True	127278	backbone	False	SPA0129_000000004239	0.9628751910948022	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	18	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	2619.0	99.31299999999999	97.0	0.4192616372391653	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
CHI0107_000000004075	3254	0.969778726394746	3	3	1	3	0	True	130982	backbone	True	CHI0107_000000004075	1.0	PS1130	3	2	True	True	1.0	29					non-mobilizable	no_good_hit	1049.0	84.74700000000001	68.0	0.30782918149466193	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0033_000000004108	6329	0.9697730196837668	11	6	3	6	3	False	106268	maximal	True	ISR0033_000000004108	1.0		1	1	False	False	0.9982619881629944	0					non-mobilizable	no_good_hit	105.0	98.095	2.0	0.005591397849462366	NZ_JAAIPV010000058.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_58_length_18600_cov_115.411, whole genome shotgun sequence	True	False
FIJ0159_000000002524	7726	0.9697679011914064	9	7	4	7	2	False	50457	maximal	True	FIJ0159_000000002524	1.0		1	1	False	False	0.9998705387115479	0					non-mobilizable	no_good_hit	329.0	82.979	5.0	0.00011006628548501701	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0132_000000009936	2762	0.969767057221284	3	3	2	3	3	False	31600	maximal	True	ISR0132_000000009936	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	81.918	33.0	0.00014227200674586738	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ENG0008_000000008636	2826	0.9697664211821508	4	3	1	3	2	False	67464	maximal	True	ENG0008_000000008636	1.0		0	0	False	False	0.9957537055015564	0					non-mobilizable	no_good_hit	456.0	98.465	24.0	0.5049944506104328	NZ_CABKPS010000064.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0089_000000018134	1548	0.96976416055687	3	2	1	2	2	False	9598	maximal	True	MON0089_000000018134	1.0		0	0	False	False	0.9276486039161682	0					non-mobilizable	no_good_hit	1374.0	77.074	88.0	0.6102610261026102	MK637566.1	bacteria	Uncultured bacterium clone O5_aCas9_7 genomic sequence	True	False
MON0107_000000009664	5344	0.9697465477748031	5	5	4	4	5	False	122638	fragment	False	MON0107_000000009664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2912.0	90.11	54.0	0.0012914586565884697	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0060_000000000671	19814	0.9697452799708748	22	11	8	8	6	True	101350	backbone	False	TAN0011_000000000086	0.5180081766817504	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	83.0	100.0	2.0	0.0007111511976826879	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CAN0012_000000015416	3300	0.9697450447494892	6	2	2	2	2	False	94254	fragment	False	CAN0012_000000015416	1.0		0	0	False	False	0.9993939399719238	0					non-mobilizable	no_good_hit	2401.0	99.958	73.0	0.0029826595629658076	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0092_000000006489	2792	0.9697424615846908	3	3	2	3	1	False	15718	fragment	False	MAD0092_000000006489	1.0		0	0	False	False	0.984240710735321	0					non-mobilizable	no_good_hit								True	False
CHI0122_000000003398	3900	0.9697333548082996	5	2	2	2	2	False	81776	fragment	False	CHI0122_000000003398	1.0		0	0	False	False	0.9987179636955261	0					non-mobilizable	no_good_hit	595.0	79.832	15.0	0.01318242044510319	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
USA0039_01_000000009970	2270	0.9697307440446856	2	1	1	1	1	False	1325	fragment	False	USA0039_01_000000009970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	100.0	37.0	0.998812351543943	GQ882718.1		Uncultured organism clone VC1D469TF genomic sequence	True	False
ISR0162_000000019407	2042	0.9697307440446856	3	1	1	1	1	False	30343	fragment	False	ISR0162_000000019407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	100.0	21.0	0.5118764845605701	GQ882718.1		Uncultured organism clone VC1D469TF genomic sequence	True	False
FIJ0157_000000004890	3780	0.9697284116730548	6	6	6	1	0	False	82358	fragment	False	FIJ0157_000000004890	1.0		0	0	False	False	0.9992063641548157	0					non-mobilizable	chromosome	3401.0	92.473	96.0	0.0009513144736661656	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0010_000000013100	3336	0.9697278207053209	4	3	3	3	3	False	129710	maximal	True	DEN0010_000000013100	1.0	PS1061	3	2	False	True	0.9994004964828491	0					non-mobilizable	no_good_hit	1753.0	87.906	53.0	0.00046843478465935035	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0125_000000005068	3951	0.9697270564569029	4	2	1	2	1	False	52883	fragment	False	FIJ0155_000000005899	0.950414022381406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0080_000000015311	1586	0.9697270564569029	3	2	1	2	1	False	44318	fragment	False	FIJ0080_000000015311	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0004_000000013983	2807	0.9697198830859091	4	2	1	2	2	False	14246	fragment	False	MON0004_000000013983	1.0		0	0	False	False	0.988599956035614	0					non-mobilizable	chromosome	2810.0	92.27799999999999	100.0	0.0005312167572278382	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ENG0052_000000012012	2535	0.9697137485260422	2	2	2	2	2	False	93374	fragment	False	ENG0052_000000012012	1.0		0	0	False	False	0.997633159160614	0					non-mobilizable	no_good_hit	2166.0	98.89200000000001	87.0	0.000492909390276776	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	False
SPA0092_000000017201	2535	0.9697137485260422	2	2	2	2	2	False	93374	fragment	False	ENG0052_000000012012	1.0		0	0	False	False	0.997633159160614	0					non-mobilizable	no_good_hit	2166.0	98.89200000000001	87.0	0.000492909390276776	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	False
ISR0106_000000000716	21024	0.9697099168040102	23	9	7	8	5	False	87564	maximal	True	ISR0106_000000000716	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	95.531	1.0	4.295833283054386e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0025_000000002049	15004	0.9697020382181382	18	11	8	9	5	False	37813	maximal	True	ISR0025_000000002049	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0004628640603859574	NZ_AUDP01000006.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
MON0106_000000013775	2937	0.9697009335665628	3	2	2	2	2	False	94092	fragment	False	MON0099_000000010698	0.9578167135080341		0	0	False	False	1.0	0					non-mobilizable	other	2854.0	97.23200000000001	97.0	0.07822700093257995	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
USA0145_01_000000002056	11086	0.969699740422512	11	8	6	8	5	True	119532	maximal	True	USA0145_01_000000002056	1.0		1	1	False	False	0.9987371563911438	0					non-mobilizable	no_good_hit	6955.0	98.18799999999999	65.0	0.03847972540707733	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
AST0102_000000024957	1259	0.9696970102954456	2	1	1	1	1	False	108115	fragment	False	AST0102_000000024957	1.0		0	0	False	False	0.9857029318809509	0					non-mobilizable	no_good_hit	535.0	73.271	42.0	0.00016561759837544193	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
USA0052_01_000000001752	10072	0.9696962238730392	15	12	9	12	10	False	132200	fragment	False	ENG0181_000000001954	0.5699448278685302		0	0	False	False	1.0	0					non-mobilizable	other	9092.0	99.615	90.0	0.07439687060132902	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
ENG0068_000000005476	4159	0.9696812410827608	5	2	2	2	2	False	66780	fragment	False	ENG0068_000000005476	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1764.0	97.22200000000001	52.0	0.06103009940771016	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
ISR0243_000000006754	1768	0.9696812410827608	2	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.5499526910580349	PS306	0	0	False	True	0.9966063499450684	0					non-mobilizable	other	1777.0	89.645	99.0	0.18015719097682964	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
MAD0102_000000005883	2953	0.9696805932352772	4	4	3	3	2	True	128508	maximal	False	MAD0021_000000004889	0.9960132286556665	PS1035	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1728.0	93.229	73.0	0.5312403816558942	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
DEN0026_000000011880	2476	0.9696799975097784	4	3	2	3	3	True	97964	fragment	False	DEN0026_000000011880	1.0		0	0	False	False	0.993537962436676	0					non-mobilizable	plasmid	2457.0	100.0	99.0	0.026488066349586392	NC_002128.1	enterobacteria	Escherichia coli O157:H7 str. Sakai plasmid pO157, complete sequence	False	True
ISR0215_000000008513	3400	0.9696772649850232	2	2	1	1	1	True	41458	fragment	False	ISR0215_000000008513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	76.087	32.0	0.07449678356505499	NZ_LFVU01000020.1	firmicutes	Clostridium cylindrosporum DSM 605 CLCY_16c, whole genome shotgun sequence	True	True
FIJ0128_000000007976	3193	0.9696754371139802	5	4	3	4	3	True	41031	fragment	False	FIJ0128_000000007976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	78.505	3.0	0.0008455066761542003	NZ_MKGR01000010.1	enterobacteria	Xenorhabdus thuongxuanensis strain 30TX1 Xentx_10, whole genome shotgun sequence	True	True
ISR0820_000000004284	4362	0.9696746066253532	6	6	6	6	5	False	91555	fragment	False	ISR0820_000000004284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1749.0	75.014	40.0	0.0006026632907297907	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0091_000000013712	2229	0.969673722583244	3	3	1	3	0	True	33625	fragment	False	ISR0091_000000013712	1.0		0	0	False	False	0.9959623217582703	0		MOBV			mobilizable	plasmid	1659.0	100.0	100.0	0.5470141867370505	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ENG0013_000000008058	3254	0.96967169751838	4	4	3	4	4	False	104519	fragment	False	SPA0114_000000014132	0.9720117279056263		0	0	False	False	0.9926244616508484	0					non-mobilizable	chromosome	3254.0	97.664	100.0	0.0014104543588155998	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0051_000000006103	4382	0.9696711201542478	9	7	7	7	7	False	125080	fragment	False	ENG0060_000000005592	0.8801517373038209		0	0	False	False	0.9995436072349548	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	15.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0244_000000005211	4064	0.9696711201542478	9	7	7	7	7	False	125080	fragment	False	ENG0060_000000005592	0.767069415391829		0	0	False	False	0.9995078444480896	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	16.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0207_000000001591	11959	0.9696689823257608	18	9	5	8	5	True	69651	maximal	False	DEN0079_000000001916	0.6148605709346958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1450.0	91.31	16.0	0.0011534603811434302	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
USA0087_01_000000005250	2848	0.9696678961624839	4	4	4	4	2	False	89125	fragment	False	USA0087_01_000000005250	0.9906716417910448		0	0	False	False	0.9992977380752563	0					non-mobilizable	chromosome	2848.0	99.75399999999999	100.0	0.0005340878222723814	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ISR0400_000000003142	5304	0.9696662203914682	4	3	3	3	3	False	130746	fragment	False	ISR0130_000000004031	0.7091823738530422		0	0	False	False	0.9964178204536438	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	44.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0352_000000006102	1611	0.9696631557887344	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.776361636995055		0	0	False	False	0.9993792772293091	0					non-mobilizable	other	1611.0	99.565	100.0	0.0007262647187387158	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0080_000000006691	4319	0.9696627918317404	4	4	2	4	1	True	108304	maximal	True	ISR0080_000000006691	1.0	PS668	1	1	False	True	0.9951377511024475	0					non-mobilizable	no_good_hit	1523.0	91.399	39.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
CAN0017_000000015686	2272	0.9696627696784592	4	3	3	3	3	False	105493	fragment	False	ISR0356_000000007644	0.9435482142954285		0	0	False	False	0.9995598793029785	0					non-mobilizable	other	2272.0	98.01899999999999	100.0	0.0032651969685859586	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0127_000000005070	5033	0.9696624161766946	9	4	3	3	4	True	104883	fragment	False	ENG0127_000000005070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1525.0	96.066	40.0	0.1227914481645825	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0092_000000004661	3591	0.969659128182306	3	2	1	2	1	True	109707	maximal	True	AST0092_000000004661	1.0		1	1	False	False	0.9952659606933594	0					non-mobilizable	no_good_hit	103.0	87.37899999999999	3.0	0.023554603854389723	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	True	True
MAD0091_000000000310	21874	0.9696582761476468	30	9	5	8	5	False	41294	maximal	True	MAD0091_000000000310	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	73.096	10.0	0.000341184223191346	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0033_000000019308	1630	0.9696551246449852	3	3	3	2	2	False	92119	fragment	False	CHI0148_000000005763	0.6654977965671358		0	0	False	False	0.9950920343399048	0					non-mobilizable	other	1575.0	98.921	97.0	0.0062934826069572175	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
MON0082_000000006017	4486	0.9696532009395022	4	4	4	4	4	False	107583	maximal	True	MON0082_000000006017	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1589.0	95.595	35.0	0.18294930875576038	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
FIJ0141_000000022007	1361	0.9696435369182724	2	2	1	2	1	False	40244	fragment	False	MON0032_000000021938	0.9451787263827035		0	0	False	False	0.997061014175415	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000024245	1671	0.9696421459412268	3	3	2	3	1	False	106404	fragment	False	ENG0021_000000009933	0.9385099784864325		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	99.76100000000001	100.0	0.000476069243529397	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0035_000000005392	4117	0.9696417989476429	6	2	2	2	1	False	81269	fragment	False	DEN0071_000000008693	0.9464788732394367		0	0	False	False	0.9997571110725403	0					non-mobilizable	no_good_hit	153.0	78.431	4.0	0.004944294284395807	NZ_MCRJ01000047.1	a-proteobacteria	Methylobrevis pamukkalensis strain PK2 A6302_contig000047, whole genome shotgun sequence	True	False
ISR0051_000000012098	3331	0.9696402847061624	4	4	4	3	4	False	115931	fragment	False	ISR0051_000000012098	1.0		0	0	False	False	0.9972981214523315	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.149364835342665e-05	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
AST0101_000000003291	2825	0.969639643052032	4	3	0	2	3	False	112709	maximal	True	AST0101_000000003291	1.0		2	2	True	True	0.9982300996780396	34	rep_cluster_2335				non-mobilizable	plasmid	2563.0	99.727	100.0	0.5094452177371247	CP056188.1	enterobacteria	Citrobacter sp. RHBSTW-01013 plasmid pRHBSTW-01013_4, complete sequence	False	True
ENG0190_000000001917	14058	0.9696354827318048	15	12	8	7	9	True	120804	maximal	True	ENG0190_000000001917	1.0		2	1	False	False	1.0	0					non-mobilizable	other	13148.0	86.766	93.0	0.0021866939306191533	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
SPA0099_000000002029	2747	0.9696332119696601	3	3	0	1	3	False	4999	maximal	True	SPA0099_000000002029	1.0		1	1	False	False	1.0	0	rep_cluster_1629				non-mobilizable	plasmid	2747.0	99.927	100.0	0.2548491879350348	AP012543.1	firmicutes	Lactobacillus paracasei subsp. paracasei JCM 8130 plasmid pLBPC-2 DNA, complete genome	False	True
ENG0060_000000005592	4556	0.9696308138502544	9	7	7	7	7	False	125080	fragment	False	ENG0060_000000005592	0.8860380012265736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	14.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0058_000000004249	4145	0.9696308138502544	9	7	7	7	7	False	125080	fragment	False	ENG0060_000000005592	0.815509271177649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	16.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0227_000000002722	9150	0.9696308070844822	15	3	2	2	3	False	27641	maximal	True	ISR0227_000000002722	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1873.0	85.42399999999999	35.0	0.03262680324673023	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0021_000000009933	1832	0.969627125440104	3	3	2	3	2	False	106404	fragment	False	ENG0021_000000009933	0.9735281715479166		0	0	False	False	0.999454140663147	0					non-mobilizable	other	1832.0	99.509	100.0	0.0005583483135959797	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
SPA0006_000000018365	1729	0.969627125440104	3	3	2	3	2	False	106404	fragment	False	ENG0021_000000009933	0.7736351552815396		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	99.19	100.0	0.0004923377968154735	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0184_000000006195	1332	0.9696211682502968	3	2	2	2	1	False	104282	fragment	False	CHI0018_000000012210	0.4813620071684588		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	98.949	100.0	0.0019136843527908017	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
MON0101_000000027253	2318	0.9696174993966352	2	2	2	2	1	False	9054	maximal	True	MON0101_000000027253	1.0		1	1	False	False	0.9857636094093323	0					non-mobilizable	no_good_hit								True	False
ISR0012_000000014387	1584	0.9696104001944008	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.3789340280420574	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1584.0	91.288	100.0	0.007388461305092578	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0142_000000013203	2571	0.9696061143196324	6	5	4	4	3	False	50612	fragment	False	FIJ0142_000000013203	1.0		0	0	False	False	0.9992220997810364	0					non-mobilizable	no_good_hit	534.0	90.824	40.0	0.013256254360609987	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0069_000000013181	1879	0.9696053653550764	2	1	1	1	1	False	34950	fragment	False	ISR0069_000000013181	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1717.0	97.67	95.0	0.00033073659626563744	CP024997.2	enterobacteria	Escherichia coli strain S17-13 chromosome	False	False
MAD0027_000000008068	1511	0.9696053653550764	1	1	1	1	1	False	19035	fragment	False	MAD0027_000000008068	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1314.0	96.42299999999999	96.0	0.0002751073972900762	CP057368.1	enterobacteria	Escherichia coli strain RHB28-C19 chromosome, complete genome	False	False
CHI0169_000000012577	1251	0.9695945599489796	2	2	2	2	2	False	78010	fragment	False	CHI0169_000000012577	1.0		0	0	False	False	0.9800159931182861	0					non-mobilizable	no_good_hit								True	False
ISR0264_000000001297	6277	0.9695945458073274	7	6	3	3	5	True	127278	backbone	False	SPA0129_000000004239	0.9537453551159597	PS1000|PS54|PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3553.0	99.40899999999999	100.0	0.5691813804173355	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
SPA0058_000000004336	6189	0.9695945458073274	6	6	3	3	5	True	127278	backbone	False	SPA0129_000000004239	0.946371462786253	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	0.9998384118080139	42	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	6021.0	97.691	100.0	0.965008025682183	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
AST0033_000000001064	12891	0.9695902741221872	17	6	3	6	4	False	118839	backbone	False	ISR0381_000000000982	0.9335367530893622	PS798|PS813|PS814	0	0	False	True	0.9999224543571472	0					non-mobilizable	no_good_hit	8934.0	98.914	80.0	0.7512826982925394	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
FIJ0067_000000005713	5328	0.9695893445422148	6	6	6	5	5	False	45243	maximal	True	FIJ0067_000000005713	1.0		1	1	False	False	0.9988738894462585	0					non-mobilizable	no_good_hit	385.0	76.104	7.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ENG0080_000000005093	4686	0.9695820587354728	8	4	1	3	2	False	130029	backbone	False	ISR0080_000000005952	0.9230883851740938	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9997866153717041	23					non-mobilizable	no_good_hit	1816.0	98.12799999999999	61.0	0.354296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0345_000000000622	8128	0.96958071821432	11	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8960356608059229	PS872	0	0	True	True	0.9995078444480896	9					non-mobilizable	plasmid	7248.0	99.97200000000001	100.0	0.9026030638933865	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0027_000000012653	1799	0.9695805842314562	4	2	2	1	1	False	93079	maximal	True	ENG0027_000000012653	1.0		1	1	False	False	0.9955530762672424	0					non-mobilizable	no_good_hit	1301.0	99.846	72.0	0.004661720461725482	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
DEN0005_000000028751	1352	0.9695805842314562	2	2	2	1	1	False	93078	fragment	False	DEN0005_000000028751	0.9551730409168425		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	97.5	98.0	0.004719095482792873	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
SPA0094_000000006391	2007	0.9695760054784496	3	3	2	3	3	False	94566	fragment	False	SPA0094_000000006391	0.9775694506916754		0	0	False	False	1.0	0					non-mobilizable	chromosome	2007.0	100.0	100.0	0.0003857261332916457	CP054363.1	enterobacteria	Escherichia coli strain SCU-171 chromosome, complete genome	False	False
ENG0198_000000011277	1756	0.9695751996104232	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.561773247956262		0	0	False	False	0.998291552066803	0					non-mobilizable	no_good_hit	62.0	96.774	4.0	1.8976996768932976e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0115_000000003527	6971	0.969573038796022	9	5	5	4	2	False	118729	maximal	True	SPA0115_000000003527	1.0		3	2	False	False	0.997991681098938	0					non-mobilizable	other	3115.0	96.116	90.0	0.06368305809646592	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
FIJ0030_000000018452	1948	0.9695728761738692	2	2	1	2	1	False	48725	fragment	False	FIJ0030_000000018452	1.0		0	0	False	False	0.9969199299812317	0					non-mobilizable	no_good_hit	775.0	85.806	40.0	0.1565728175005064	AP022011.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-CRE-02_7 DNA, complete genome, strain: WP3-S18-CRE-02	True	False
USA0069_01_000000005394	10760	0.969568774203025	14	12	6	8	11	True	123666	fragment	False	USA0069_01_000000005394	0.9628288053110822		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3579.0	98.631	96.0	0.0008134712477870303	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	True
USA0034_01_000000005174	10758	0.969568774203025	14	12	6	8	11	True	123666	fragment	False	USA0069_01_000000005394	0.9627743233707348		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3576.0	98.714	96.0	0.0008134712477870303	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	True
ENG0182_000000018159	1569	0.9695659439266848	3	2	1	2	1	True	110663	fragment	False	ENG0182_000000018159	0.9781563620301794		0	0	False	False	0.992989182472229	0					non-mobilizable	other	1569.0	96.75	100.0	0.00041989813721082125	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0087_000000025247	1453	0.9695659439266848	3	2	1	2	1	True	110663	fragment	False	ENG0182_000000018159	0.9616702973342338		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	97.935	100.0	0.00038883424440695947	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0168_000000000688	30056	0.9695657468862016	29	25	9	19	23	False	121303	maximal	True	ENG0168_000000000688	1.0	PS412|PS794|PS849	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	13204.0	98.811	74.0	0.17197983298375435	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ISR0052_000000010479	3187	0.969564958504988	3	3	2	2	1	True	58997	backbone	True	ISR0052_000000010479	1.0	PS259	1	1	True	True	0.9974898099899292	2		MOBV			mobilizable	plasmid	2130.0	95.211	100.0	0.6598449612403101	CP054156.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B503, complete sequence	False	True
ISR0014_000000028725	1187	0.9695633029306416	2	1	1	1	1	False	37999	maximal	True	ISR0014_000000028725	1.0		0	0	False	False	0.9545071721076965	0					non-mobilizable	no_good_hit	628.0	80.732	53.0	0.0003687492133054644	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CHI0040_000000010867	1268	0.9695618779947308	2	2	2	2	2	False	88990	fragment	False	DEN0051_000000034695	0.4891641237249954		0	0	False	False	0.9936908483505249	0					non-mobilizable	other	1268.0	98.896	100.0	0.0003106404022290594	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0051_000000006835	5776	0.9695596044237638	7	6	6	5	2	False	72608	maximal	True	DEN0051_000000006835	1.0		1	1	False	False	0.9996537566184998	0					non-mobilizable	no_good_hit	1059.0	91.40700000000001	18.0	0.00799551341806304	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0031_000000008043	4370	0.9695547234593954	4	2	2	2	0	True	90183	backbone	False	CHI0032_000000001244	0.9669707926108462	PS475	0	0	True	True	1.0	381					non-mobilizable	no_good_hit	1029.0	88.14399999999999	36.0	0.3150684931506849	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
MON0045_000000005570	4370	0.9695547234593954	4	2	2	2	0	True	90183	backbone	False	CHI0032_000000001244	0.9664201469477133	PS475	0	0	True	True	1.0	622					non-mobilizable	no_good_hit	1029.0	88.14399999999999	33.0	0.3150684931506849	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
CHI0049_000000003480	4326	0.9695547234593954	5	2	2	2	0	True	90183	backbone	False	CHI0032_000000001244	0.9740001144154273	PS475	0	0	True	True	1.0	118					non-mobilizable	no_good_hit	1011.0	88.52600000000001	32.0	0.3094645080946451	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
CHI0032_000000001244	4320	0.9695547234593954	4	2	2	2	0	True	90183	backbone	True	CHI0032_000000001244	0.9844227153127847	PS475	6	1	True	True	1.0	47					non-mobilizable	no_good_hit	1010.0	88.713	33.0	0.3094645080946451	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
CHI0028_000000002705	4314	0.9695547234593954	5	2	2	2	0	True	90183	backbone	False	CHI0032_000000001244	0.9820552259632075	PS475	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	1010.0	88.81200000000001	34.0	0.3094645080946451	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
CHI0086_000000001062	4302	0.9695547234593954	5	2	2	2	0	True	90183	backbone	False	CHI0032_000000001244	0.9808124613158118	PS475	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1010.0	88.713	34.0	0.3094645080946451	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
USA0023_01_000000007503	4252	0.9695547234593954	5	2	2	2	0	True	90182	maximal	True	USA0023_01_000000007503	1.0		2	1	True	True	1.0	11					non-mobilizable	no_good_hit	1469.0	92.444	47.0	0.3935483870967742	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0131_000000003801	3933	0.9695547234593954	4	2	2	2	0	True	90183	backbone	False	CHI0032_000000001244	0.7923025896986956	PS475	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1006.0	88.76700000000001	35.0	0.3082191780821918	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
DEN0073_000000013227	3671	0.9695547234593954	3	2	2	2	0	True	70206	maximal	True	DEN0073_000000013227	0.9979740680713127		2	1	True	True	0.9997276067733765	9					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	0.0005053120933816748	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	True	True
DEN0082_000000010550	3650	0.9695547234593954	3	2	2	2	0	True	70206	maximal	False	DEN0073_000000013227	0.9968888617121272		0	0	True	True	1.0	58					non-mobilizable	no_good_hit								True	True
ISR0206_000000007600	3391	0.9695547234593954	3	2	2	2	0	True	55855	fragment	False	ISR0206_000000007600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.061634674373784e-07	LR877220.1	rodents	Acomys russatus genome assembly, chromosome: 9	True	True
FIJ0021_000000015408	3216	0.9695547234593954	5	2	2	2	0	True	49659	maximal	True	FIJ0021_000000015408	1.0		1	1	True	True	0.9978233575820923	3					non-mobilizable	no_good_hit								True	True
MAD0012_000000010426	2669	0.9695547234593954	3	2	2	2	0	True	19677	fragment	False	MAD0012_000000010426	1.0		0	0	False	False	0.996627926826477	0					non-mobilizable	no_good_hit	524.0	79.58	20.0	0.10400162502539102	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
ISR0123_000000009188	2345	0.9695547234593954	2	2	2	2	0	True	93949	fragment	False	ISR0123_000000009188	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2346.0	99.829	100.0	0.7667648020935558	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
MAD0108_000000007319	2316	0.9695547234593954	5	2	2	2	0	True	14614	fragment	False	MAD0108_000000007319	1.0		0	0	False	False	0.995250403881073	0					non-mobilizable	no_good_hit	524.0	79.58	23.0	0.10400162502539102	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
USA0059_01_000000001051	18827	0.969554304545244	22	11	7	11	8	False	75271	fragment	False	USA0059_01_000000001051	1.0		0	0	False	False	0.9999468922615051	0					non-mobilizable	no_good_hit								True	False
FIJ0070_000000000285	32414	0.9695484421970786	28	7	2	6	2	True	44958	maximal	False	FIJ0072_000000000454	0.9817523979040389		0	0	False	False	0.9999074339866638	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.2978964343540208e-05	NZ_WBJY01000001.1	high GC Gram+	Pseudoclavibacter endophyticus strain EGI 60007 Scaffold1_1, whole genome shotgun sequence	True	True
FIJ0130_000000000383	32175	0.9695484421970786	27	7	2	6	2	True	44958	maximal	False	FIJ0072_000000000454	0.9767234381456987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	95.652	0.0	1.6055439807036016e-05	LN598428.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000986	True	True
ENG0169_000000002819	7214	0.9695420579710212	7	7	5	4	7	True	59076	fragment	False	USA0133_01_000000003836	0.9730314851961682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	990.0	74.444	14.0	0.00029806015544564085	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ISR0842_000000002919	6413	0.9695384720580928	12	11	8	10	9	False	132183	fragment	False	ISR0842_000000002919	0.9540089805657944		0	0	False	False	1.0	0					non-mobilizable	other	6366.0	99.95299999999999	99.0	0.008049503498024616	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MAD0096_000000000606	18180	0.9695383213578388	19	19	7	13	19	True	82879	fragment	False	MAD0096_000000000606	1.0		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	16542.0	99.686	100.0	0.13829289094770641	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
SPA0110_000000004295	5028	0.9695305125478856	3	2	2	2	1	False	4625	fragment	False	SPA0110_000000004295	1.0		0	0	False	False	0.9980111122131348	0					non-mobilizable	no_good_hit	1314.0	94.59700000000001	29.0	0.0004140010615088193	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
CHI0133_000000001640	9775	0.9695283149488266	11	8	4	5	7	True	92180	maximal	True	CHI0133_000000001640	0.9956562696252879		2	1	False	True	1.0	0		MOBB			mobilizable	no_good_hit	1683.0	92.81	39.0	0.28228379513014273	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
ISR0194_000000001012	18300	0.9695149633150144	21	21	3	15	20	True	97900	fragment	False	ISR0162_000000001246	0.9521497162810999		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	18300.0	98.148	100.0	0.14779777677244232	CP048854.1	enterobacteria	Escherichia coli strain 19 plasmid p19-Pyelo_1, complete sequence	False	True
ENG0015_000000003234	6464	0.9695130782884902	8	6	3	3	5	True	127278	backbone	False	SPA0129_000000004239	0.9669829039004454	PS1000|PS54|PS757|PS758|PS996	0	0	True	True	1.0	180	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3218.0	99.50299999999999	97.0	0.5157303370786517	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
FIJ0050_000000007041	3636	0.9695097635708658	6	2	2	2	2	False	46619	maximal	True	FIJ0050_000000007041	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	2.0	0.0007524454477050414	NZ_SLUK01000014.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_114, whole genome shotgun sequence	True	False
ISR0027_000000003299	7721	0.9695056631584426	12	4	1	3	3	False	52115	maximal	True	ISR0027_000000003299	0.9559579696124765		1	1	True	True	0.9997409582138062	23					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.178096255334586e-07	CP032579.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_09	True	True
MAD0084_000000002618	2590	0.9695047421698428	4	3	2	2	3	False	98382	fragment	False	MAD0001_000000009949	0.9573973663826492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	82.609	3.0	0.00022520447542712075	NZ_AUCH01000003.1	b-proteobacteria	Azovibrio restrictus DSM 23866 G474DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
MAD0001_000000009949	2582	0.9695047421698428	3	3	2	2	3	False	98382	fragment	False	MAD0001_000000009949	0.9583011583011584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	4.0	0.00010318744718174183	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0073_000000003420	1250	0.969501531757502	2	2	2	2	1	False	13771	fragment	False	MON0073_000000003420	0.984442401685119		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	90.931	99.0	0.0005022303869957425	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
DEN0045_000000020789	1951	0.9695015035024503	3	1	1	1	1	False	72902	fragment	False	DEN0045_000000020789	1.0		0	0	False	False	0.9892362952232361	0					non-mobilizable	no_good_hit	101.0	89.109	5.0	7.370424256361044e-05	NZ_JABJVN010000001.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_1_length_1357150_cov_180.545800, whole genome shotgun sequence	True	False
MON0072_000000003214	5852	0.9694989888894064	4	4	4	4	3	True	114155	maximal	True	MON0072_000000003214	1.0		2	2	False	False	0.9953861832618713	0					non-mobilizable	no_good_hit	3433.0	100.0	59.0	0.020422371779995358	CP049102.1	enterobacteria	Escherichia coli strain EC28 plasmid p2, complete sequence	True	True
MAD0047_000000011134	3574	0.9694953759289	6	3	1	2	1	True	64894	maximal	True	MAD0047_000000011134	0.998635733758729		6	1	True	True	1.0	6		MOBV			mobilizable	no_good_hit	1297.0	91.904	64.0	0.41435930457179654	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0042_000000006807	3180	0.9694953759289	4	3	1	2	1	True	64891	fragment	False	MAD0042_000000006807	1.0		0	0	False	False	0.9990565776824951	0		MOBV			mobilizable	no_good_hit	2025.0	90.667	71.0	0.6477784932388925	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0301_000000000682	18734	0.9694937157570348	21	7	6	7	6	True	33515	fragment	False	ISR0301_000000000682	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	707.0	74.54	4.0	0.040762463343108506	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0339_000000000565	18246	0.9694888247420386	24	11	6	8	5	True	86263	maximal	True	ISR0339_000000000565	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5882.0	96.97399999999999	70.0	0.04735752880829099	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0112_000000034031	1175	0.9694867328660334	2	1	1	1	1	False	32601	fragment	False	ISR0112_000000034031	1.0		0	0	False	False	0.9880850911140442	0					non-mobilizable	no_good_hit								True	False
ISR0807_000000002577	5135	0.9694854363112868	6	6	6	6	5	False	96702	fragment	False	ISR0807_000000002577	1.0		0	0	False	False	0.9906523823738098	0					non-mobilizable	no_good_hit	1906.0	78.279	52.0	0.039268547544409615	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
CHI0160_000000009311	3148	0.9694827654434112	4	4	4	3	2	False	100219	maximal	True	CHI0160_000000009311	1.0		0	0	False	False	0.9745870232582092	0					non-mobilizable	no_good_hit	68.0	89.706	2.0	6.153687895971448e-05	NZ_FNSR01000003.1	b-proteobacteria	Paraburkholderia caballeronis strain TNe-841, whole genome shotgun sequence	True	False
MON0107_000000015797	3553	0.9694715012764764	4	3	2	3	2	False	84451	fragment	False	MON0107_000000015797	0.9858431860609832		0	0	False	False	0.9690402746200562	0					non-mobilizable	no_good_hit	50.0	92.0	1.0	1.7980589036757827e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0090_000000012591	2256	0.9694677226471842	4	3	1	2	3	False	33675	backbone	True	ISR0090_000000012591	1.0	PS105|PS93	3	1	True	True	1.0	148					non-mobilizable	plasmid	1115.0	93.45299999999999	92.0	0.5061447428311333	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	False	True
ISR0167_000000011655	2548	0.9694665527802736	4	4	4	3	1	False	99559	fragment	False	ISR0167_000000011655	1.0		0	0	False	False	0.9933280944824219	0					non-mobilizable	no_good_hit	601.0	76.705	31.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0120_000000005152	4146	0.9694592989562616	4	4	3	3	2	True	125561	maximal	True	ENG0120_000000005152	1.0	PS930	0	0	False	True	1.0	0	rep_cluster_1351	MOBQ			mobilizable	no_good_hit	3457.0	98.49600000000001	86.0	0.9381107491856677	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	True	True
SPA0151_000000000255	30103	0.9694577245136818	44	19	6	13	11	False	93697	maximal	True	SPA0151_000000000255	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	0.0	0.00013416146882615313	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0141_000000008682	3183	0.9694538564127744	6	5	3	3	3	True	116608	fragment	False	CHI0141_000000008682	1.0		0	0	False	True	0.9952874779701233	0					non-mobilizable	other	3184.0	98.90100000000001	100.0	0.7492347539439604	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0067_000000009665	2926	0.9694502820758352	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9558277254856641		0	0	False	False	0.9996582269668579	0					non-mobilizable	other	2926.0	100.0	100.0	0.0046673645107963724	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0175_000000006641	3506	0.9694484521537337	3	3	1	2	2	False	132006	fragment	False	SPA0013_000000006291	0.7079292311470762		0	0	False	False	0.9948659539222717	0					non-mobilizable	no_good_hit	2912.0	85.405	82.0	0.000973969552337729	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
MON0048_000000009079	4081	0.9694477388979146	6	4	4	3	4	False	100443	fragment	False	FIJ0123_000000006645	0.6135635891668629		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	539.0	75.51	13.0	0.000420308544681664	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
USA0018_01_000000000609	30001	0.9694455425748864	29	19	18	17	13	False	1875	maximal	True	USA0018_01_000000000609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5290.0	97.902	34.0	0.0013875641400736554	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
FIJ0154_000000003272	8756	0.9694439751415465	11	3	3	3	1	True	52457	fragment	False	FIJ0154_000000003272	1.0		0	0	False	False	0.999086320400238	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0024064392996431833	KR232300.1	other sequences	Expression vector pWCD2353, complete sequence	True	True
FIJ0002_000000004060	8274	0.9694439751415465	10	3	3	3	1	True	52456	fragment	False	FIJ0002_000000004060	1.0		0	0	False	False	0.9997583031654358	0					non-mobilizable	no_good_hit								True	True
TAN0018_000000002140	3855	0.9694423845408826	6	5	5	5	3	False	2427	maximal	True	TAN0018_000000002140	0.9986331328594861		2	1	False	False	0.9992218017578125	0					non-mobilizable	no_good_hit	425.0	78.35300000000001	11.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
TAN0019_000000001624	3658	0.9694423845408826	6	5	5	5	3	False	2427	maximal	False	TAN0018_000000002140	0.9731517509727626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	78.35300000000001	12.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ISR0398_000000000322	36795	0.969434962500054	47	13	7	10	8	True	97289	fragment	False	ISR0398_000000000322	1.0		0	0	False	False	0.9997825622558594	0	rep_cluster_329				non-mobilizable	plasmid	22475.0	99.23899999999999	93.0	0.13571419937385923	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0198_000000001024	19095	0.9694322198360822	27	11	4	11	5	False	54361	fragment	False	ENG0198_000000001024	1.0		0	0	False	False	0.9992144703865051	0					non-mobilizable	no_good_hit	1560.0	76.859	8.0	0.0003620306912693948	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
ISR0273_000000011400	1238	0.9694301456707094	2	2	2	1	1	False	26370	fragment	False	ISR0273_000000011400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	83.333	82.0	0.4965686274509804	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0162_000000001850	14225	0.9694299501759532	9	7	6	7	3	True	43590	maximal	True	ISR0162_000000001850	1.0		1	1	False	False	0.9996485114097595	0					non-mobilizable	no_good_hit								True	True
ISR0109_000000008303	3683	0.9694274202228332	4	2	2	2	2	True	85728	fragment	False	ISR0109_000000008303	1.0		0	0	False	False	0.9994569420814514	0					non-mobilizable	other	3606.0	99.445	100.0	0.00513474429571796	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
MAD0098_000000005595	7000	0.9694262541782546	9	4	1	4	2	False	18247	fragment	False	MAD0098_000000005595	0.9997670807453416		0	0	False	False	0.9998571276664734	0					non-mobilizable	no_good_hit	1085.0	78.525	15.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0028_000000002379	6515	0.9694239478736612	9	5	3	4	2	True	127205	fragment	False	ISR0028_000000002379	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5333.0	95.631	92.0	0.2119649922071694	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MON0036_000000009688	2277	0.9694220940121421	2	2	0	1	2	True	87460	fragment	False	MON0036_000000009688	0.9785109868407815		0	0	False	False	0.9991216659545898	0		MOBP			mobilizable	other	2277.0	99.912	100.0	0.7990161630358398	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
FIJ0062_000000001454	15698	0.9694205224820136	16	8	5	6	3	False	45740	maximal	True	FIJ0062_000000001454	1.0		3	1	False	False	0.9997451901435852	0		MOBP			mobilizable	no_good_hit	1628.0	87.346	27.0	0.0038578009346194255	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
ISR0204_000000001020	8983	0.9694178167152818	11	6	3	4	5	True	122255	backbone	False	ENG0018_000000002477	0.9955648866126526	PS869	0	0	True	True	0.9987754821777344	13					non-mobilizable	no_good_hit	1166.0	97.59899999999999	56.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0165_000000003721	4764	0.969416743192878	11	3	0	3	1	True	30254	maximal	True	ISR0165_000000003721	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.010722795869737888	LN853269.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0643	True	True
FIJ0140_000000003254	7336	0.9694047334346362	12	8	6	5	5	True	100041	fragment	False	FIJ0140_000000003254	1.0		0	0	False	False	0.9980915784835815	0					non-mobilizable	no_good_hit	2630.0	83.00399999999999	52.0	0.20927793465106898	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0139_000000002725	3725	0.9693978505601392	6	4	4	4	4	False	125978	maximal	True	CHI0139_000000002725	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	77.32600000000001	5.0	0.002761214256674346	NZ_AUMW01000024.1	firmicutes	Desulfallas alcoholivorax DSM 16058 H569DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
FIJ0086_000000015364	2072	0.9693943164147336	3	2	2	2	2	False	43838	maximal	True	FIJ0086_000000015364	0.9738035264483627		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	74.236	11.0	7.326168815676186e-05	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
CHI0132_000000004294	7785	0.9693915509124492	13	12	7	6	9	True	123626	fragment	False	ISR0317_000000001658	0.7886669420573653		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	7742.0	97.3	99.0	0.07717946670924478	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0005_000000021530	1655	0.9693792572950791	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.6474370216708002		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	93.056	99.0	0.023064480142793397	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0207_000000001126	15443	0.9693785454800992	12	11	10	9	9	True	110976	fragment	False	ISR0215_000000001494	0.9789691538317424		0	0	False	False	0.9999352693557739	0					non-mobilizable	no_good_hit	1537.0	99.34899999999999	21.0	0.0024477733878843196	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
SPA0092_000000001554	18357	0.9693762357731468	19	8	4	7	4	False	106625	fragment	False	SPA0092_000000001554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	78.972	1.0	0.00010443538567839445	CP060694.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1292-4 chromosome, complete genome	True	False
USA0023_01_000000014366	2166	0.9693724171208598	3	2	2	2	2	False	125849	maximal	True	USA0023_01_000000014366	1.0		1	1	False	False	0.9995383024215698	0					non-mobilizable	no_good_hit	1798.0	93.82600000000001	83.0	0.0005848107714772815	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MON0032_000000004571	4640	0.9693712736944538	6	4	0	2	2	True	68968	maximal	True	MON0032_000000004571	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	97.148	23.0	0.05705828314790242	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
AST0090_000000007184	3318	0.9693712736944538	5	4	0	2	2	True	109922	backbone	False	ENG0159_000000006755	0.7923913821596255	PS266|PS692	0	0	True	True	1.0	1226					non-mobilizable	no_good_hit	259.0	95.367	18.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0069_000000008100	2965	0.9693655261899192	3	3	3	3	2	False	129580	maximal	True	SPA0069_000000008100	1.0	PS1061	2	2	False	True	0.9996627569198608	0					non-mobilizable	no_good_hit	1810.0	98.84	61.0	0.00048478176513087234	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0085_000000008986	3409	0.9693601563491708	8	2	1	2	1	False	43965	maximal	True	FIJ0085_000000008986	1.0		1	1	False	False	0.9988266229629517	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.520374574816822e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	False
ENG0198_000000003180	5801	0.9693581966524584	8	5	2	3	3	False	130178	backbone	False	USA0083_01_000000005091	0.9319040229525037	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	711	rep_cluster_475				non-mobilizable	no_good_hit	2235.0	98.12100000000001	70.0	0.44435596257216803	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0345_000000001071	5722	0.9693581966524584	6	5	2	3	3	False	130178	backbone	False	USA0083_01_000000005091	0.8642824920206883	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	0.9998252391815186	8	rep_cluster_475				non-mobilizable	no_good_hit	1978.0	99.039	70.0	0.34275312066574204	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0805_000000002254	5682	0.9693581966524584	7	5	2	3	3	False	130178	backbone	False	USA0083_01_000000005091	0.8648980796872026	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	75	rep_cluster_475				non-mobilizable	no_good_hit	1757.0	92.65799999999999	70.0	0.3333333333333333	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0097_000000005258	4353	0.9693561438838046	6	6	5	6	6	False	109021	maximal	True	AST0097_000000005258	1.0		6	3	False	False	0.9981622099876404	0					non-mobilizable	no_good_hit								True	False
FIJ0099_000000000899	20188	0.9693512531462616	23	23	9	14	23	True	113289	fragment	False	FIJ0099_000000000899	0.9707447029755633		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	20198.0	99.20299999999999	100.0	0.19339207048458149	CP030216.1	enterobacteria	Salmonella enterica strain SA20025921 plasmid pSA20025921.2	False	True
MON0081_000000042401	1222	0.9693435893820508	2	2	2	2	1	False	9946	fragment	False	MON0081_000000042401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	94.915	5.0	0.0002408840444431062	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
CAN0008_000000005461	5142	0.9693427658146424	3	2	2	2	1	False	95408	fragment	False	USA0080_01_000000008110	0.9481816468814773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	86.905	10.0	0.00011901731088234924	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0392_000000030318	1164	0.9693294978797604	3	2	2	1	1	False	22788	fragment	False	ISR0392_000000030318	1.0		0	0	False	False	0.9914089441299438	0					non-mobilizable	no_good_hit								True	False
ISR0824_000000020651	1172	0.9693262299194731	2	1	0	1	1	False	21139	fragment	False	ISR0824_000000020651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0161_000000008682	1923	0.9693174319546772	5	3	2	3	2	False	39281	fragment	False	FIJ0161_000000008682	1.0		0	0	False	False	0.9942797422409058	0					non-mobilizable	other	1924.0	96.46600000000001	100.0	0.03597768709520422	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	False	False
MON0085_000000006216	3522	0.9693159935060456	4	4	4	3	2	False	93522	maximal	True	MON0085_000000006216	1.0		5	2	False	False	0.9988642930984497	0					non-mobilizable	no_good_hit	1778.0	96.45700000000001	50.0	0.09495564817783478	NZ_CABKPS010000070.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0059_000000000236	29767	0.969315556670838	41	7	4	4	4	False	16924	maximal	True	MAD0059_000000000236	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4975.0	95.31700000000001	63.0	0.0881331301173218	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0047_000000010544	3572	0.9693115063316315	6	3	2	3	1	True	22002	maximal	True	MON0047_000000010544	1.0		1	1	False	False	0.9941209554672241	0					non-mobilizable	no_good_hit	424.0	96.226	12.0	0.00020137678882573053	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	True
CHI0026_000000001102	7966	0.9693043801713436	11	8	6	7	7	True	92155	fragment	False	CHI0026_000000001102	0.9537981424715087		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	77.62899999999999	6.0	0.003940244098568646	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	True
MON0015_000000000239	34093	0.9693020485917396	33	15	12	15	6	True	106307	fragment	False	FIJ0014_000000000221	0.5991090714232925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.0025571228243834033	NZ_AUME01000058.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	True
ISR0157_000000010748	2846	0.9692944368226948	3	2	2	2	1	False	115548	maximal	True	ISR0157_000000010748	1.0		0	0	False	False	0.9855937957763672	0					non-mobilizable	no_good_hit	1793.0	98.494	70.0	0.0104039774085062	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
MAD0022_000000000428	12372	0.9692900370013884	15	7	5	7	6	False	19315	maximal	True	MAD0022_000000000428	1.0		1	1	False	False	0.9991108775138855	0					non-mobilizable	no_good_hit	175.0	74.286	1.0	0.0003130990766323723	NZ_FRDI01000002.1	d-proteobacteria	Desulfovibrio litoralis DSM 11393, whole genome shotgun sequence	True	False
ISR0048_000000002865	6234	0.9692848220625212	6	5	5	5	4	True	36050	maximal	True	ISR0048_000000002865	1.0		0	0	False	False	0.9987167119979858	0					non-mobilizable	no_good_hit	3029.0	99.76899999999999	49.0	0.019327865190055214	NZ_AGDG01000007.1	CFB group bacteria	Bacteroides faecis MAJ27 contig007, whole genome shotgun sequence	True	True
AST0006_000000002963	5449	0.9692778086917668	11	7	4	6	7	True	127651	fragment	False	AST0006_000000002963	1.0		0	0	False	False	0.9994494318962097	0	rep_cluster_1097				non-mobilizable	other	3950.0	99.39200000000001	97.0	0.47814505388061507	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
MAD0106_000000001607	8149	0.9692722015478284	9	3	2	2	1	False	14752	maximal	True	MAD0106_000000001607	1.0		1	1	False	False	0.9998772740364075	0					non-mobilizable	no_good_hit	3502.0	90.891	50.0	0.06185091978874987	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0041_000000021915	1537	0.9692720218319542	3	2	2	2	1	False	11849	maximal	True	SPA0041_000000021915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	77.207	40.0	0.00017283466270823767	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0197_000000006922	3506	0.9692640816650828	8	2	2	2	1	True	110406	fragment	False	ISR0197_000000006922	0.9974006116207952		0	0	False	False	0.9945807456970215	0					non-mobilizable	no_good_hit	1603.0	98.939	66.0	0.009227366456622161	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0034_000000015481	2338	0.9692640816650828	5	2	2	2	1	True	54117	fragment	False	SPA0034_000000015481	1.0		0	0	False	False	0.9991445541381836	0					non-mobilizable	other	1342.0	98.51	99.0	0.007724031472116304	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0206_000000013501	1928	0.9692640816650828	6	2	2	2	1	True	59048	fragment	False	ISR0361_000000007035	0.9924831518921722		0	0	False	False	0.9859958291053772	0					non-mobilizable	other	1357.0	99.042	90.0	0.007810430034444227	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0039_000000018446	1244	0.9692640816650828	4	2	2	2	1	True	51649	fragment	False	FIJ0039_000000018446	0.9966130397967824		0	0	False	False	0.9742765426635742	0					non-mobilizable	other	1190.0	99.07600000000001	96.0	0.006848526040526686	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0081_000000009684	1293	0.9692619175504172	2	2	0	2	1	True	5609	maximal	True	SPA0081_000000009684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	84.694	15.0	0.06411547499160793	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0008_000000007172	4006	0.9692549334176432	4	2	2	2	2	False	71385	maximal	True	SPA0008_000000007172	1.0		0	0	False	False	0.999251127243042	0					non-mobilizable	no_good_hit	1456.0	98.764	36.0	0.013862820012004916	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	False
CHI0060_000000006066	2223	0.969246908749716	3	2	2	2	2	False	128345	fragment	False	CHI0060_000000006066	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	98.288	98.0	0.0006780251926125397	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0053_000000000568	30061	0.9692453264743368	34	21	12	18	10	True	118719	fragment	False	ISR0053_000000000568	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	98.861	14.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0057_01_000000008170	3780	0.96923962828362	3	3	3	3	3	False	131467	maximal	True	USA0057_01_000000008170	0.9569681452141771		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1648.0	77.852	51.0	0.0004627851874607116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0269_000000012375	1560	0.9692394447151114	3	3	2	3	2	False	26459	maximal	True	ISR0269_000000012375	1.0		0	0	False	False	0.9666666388511658	0					non-mobilizable	no_good_hit	48.0	93.75	3.0	0.00019190723122779795	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0087_000000022581	1129	0.969235606117654	2	1	1	1	1	False	61335	maximal	True	ENG0087_000000022581	1.0		0	0	False	False	0.9849424362182617	0					non-mobilizable	no_good_hit	922.0	88.61200000000001	81.0	0.003992928554011217	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
CAN0012_000000007279	7639	0.9692323747165305	7	5	4	5	5	False	120054	maximal	True	CAN0012_000000007279	1.0		4	3	False	False	0.9994763731956482	0					non-mobilizable	no_good_hit	6149.0	99.70700000000001	82.0	0.3101447813146345	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0012_000000003876	6081	0.9692309815175484	8	4	2	3	3	False	130178	backbone	False	USA0083_01_000000005091	0.9846150225298441	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	932	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0209_000000000143	62864	0.9692194781407696	60	20	16	20	11	True	92420	fragment	False	FIJ0163_000000000124	0.9939461692686085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	85.954	3.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
SPA0005_000000023560	1202	0.9692121993336758	1	1	1	1	1	False	8276	maximal	True	SPA0005_000000023560	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	90.0	6.0	2.6108714348453137e-05	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
DEN0064_000000002454	10795	0.9692063355367168	8	5	5	4	4	False	99447	maximal	True	DEN0064_000000002454	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1737.0	97.006	23.0	0.0006742556373211959	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0083_000000024346	1486	0.9691983123467954	3	3	3	2	1	False	80754	fragment	False	FIJ0083_000000024346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	97.49600000000001	100.0	0.00021517576268081448	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0384_000000002588	4988	0.9691968286223605	7	6	5	6	4	False	107280	fragment	False	ISR0384_000000002588	0.9890658174097664		0	0	False	False	0.9993985295295715	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.0827250608272506	LR725105.1	basidiomycetes	Ganoderma boninense I1RXV6 gene for N/A	True	False
ISR0123_000000001668	9045	0.9691954462147112	11	10	4	4	9	True	132506	backbone	False	ISR0038_000000002833	0.9966060906863828	PS1165|PS799|PS800	0	0	True	True	1.0	157	rep_cluster_1097	MOBB			mobilizable	plasmid	6860.0	99.854	100.0	0.7673195299384443	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AST0060_000000003026	9014	0.9691954462147112	11	10	4	4	9	True	132506	backbone	False	ISR0038_000000002833	0.992934415587119	PS1165|PS799|PS800	0	0	True	True	1.0	53	rep_cluster_1097	MOBB			mobilizable	plasmid	8522.0	99.765	100.0	0.9526580861779519	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0327_000000005083	4586	0.9691899061687762	7	7	6	6	7	False	131462	maximal	True	ISR0327_000000005083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	99.291	82.0	0.0003208492264632346	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0297_000000000648	11882	0.969188835692172	11	5	3	5	3	True	127203	fragment	False	ISR0297_000000000648	1.0		0	0	False	False	0.9999158382415771	0					non-mobilizable	no_good_hit	3408.0	93.867	83.0	0.13555528913399673	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
SPA0047_000000005756	6841	0.9691879101572066	9	7	2	5	5	False	91976	maximal	True	SPA0047_000000005756	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	3129.0	86.00200000000001	46.0	0.000537433115410227	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
TAN0008_000000006524	2663	0.9691869535771382	3	1	1	1	1	False	2765	maximal	True	TAN0008_000000006524	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	95.42	29.0	0.0013665583645921938	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
SPA0032_000000018350	1590	0.9691759326311844	3	3	2	2	1	False	7237	fragment	False	SPA0032_000000018350	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	94.96700000000001	47.0	0.0005924701289761896	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
ISR0285_000000003394	4000	0.9691731959891866	7	4	3	4	3	False	128474	fragment	False	ISR0285_000000003394	0.9936884625094673		0	0	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit	1536.0	97.59100000000001	42.0	0.00043661663352931307	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0111_000000004206	3961	0.9691731959891866	7	4	3	4	3	False	128474	fragment	False	ISR0285_000000003394	0.988875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	97.77600000000001	40.0	0.0004346255479040979	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0211_000000006714	3195	0.9691722731207628	5	4	4	3	2	False	129742	fragment	False	ISR0173_000000002410	0.9566156680474646		0	0	False	True	0.9996870160102844	0					non-mobilizable	chromosome	1749.0	99.2	99.0	0.0004678988180865136	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0821_000000001874	11553	0.969168871924054	17	10	7	9	8	False	105155	fragment	False	ISR0821_000000001874	1.0		0	0	False	False	0.9999134540557861	0					non-mobilizable	no_good_hit								True	False
ENG0172_000000003339	5452	0.96916154420773	9	5	4	5	5	False	55750	maximal	True	ENG0172_000000003339	1.0		2	2	False	False	0.9992663264274597	0					non-mobilizable	no_good_hit	1227.0	99.837	23.0	0.0002279018401121738	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ENG0050_000000001835	10786	0.9691597366258884	15	9	6	7	8	False	111089	fragment	False	ENG0050_000000001835	0.9835339579391675		0	0	False	False	0.999721884727478	0					non-mobilizable	no_good_hit	92.0	82.609	1.0	0.033419023136246784	NZ_QEKJ01000045.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_145, whole genome shotgun sequence	True	False
ISR0178_000000008323	2027	0.969155361858981	3	3	3	3	3	False	91838	fragment	False	FIJ0031_000000011378	0.9478836016944435		0	0	False	False	0.9975333213806152	0					non-mobilizable	other	2027.0	99.11200000000001	100.0	0.050712122349878604	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0103_000000004074	5942	0.9691535451796468	8	5	1	3	4	False	121790	backbone	False	ISR0085_000000003385	0.9996738133327512	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	112					non-mobilizable	no_good_hit	1479.0	93.036	41.0	0.16427538649760873	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0011_000000004132	5942	0.9691535451796468	8	5	1	3	4	False	121790	backbone	False	ISR0085_000000003385	0.9996738133327512	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	183					non-mobilizable	no_good_hit	1479.0	93.036	41.0	0.16427538649760873	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0119_000000005451	5942	0.9691535451796468	8	5	1	3	4	False	121790	backbone	False	ISR0085_000000003385	0.9996738133327512	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	212					non-mobilizable	no_good_hit	1479.0	93.036	41.0	0.16427538649760873	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0271_000000002284	5942	0.9691535451796468	8	5	1	3	4	False	121790	backbone	False	ISR0085_000000003385	0.9996738133327512	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	99					non-mobilizable	no_good_hit	1479.0	93.036	41.0	0.16427538649760873	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0028_000000001787	10138	0.9691502412520526	12	8	7	6	8	False	118928	maximal	True	AST0028_000000001787	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1297.0	77.718	20.0	0.0002490708746086963	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
CHI0055_000000010325	1626	0.9691491054684084	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7250678030507559		0	0	False	False	1.0	0					non-mobilizable	other	1626.0	98.77	100.0	0.0023363914900714146	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0065_000000008316	1620	0.9691491054684084	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7234569574697602		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	98.64200000000001	100.0	0.0023277648138003816	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0054_000000016850	1620	0.9691491054684084	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7238303418615409		0	0	False	False	0.999382734298706	0					non-mobilizable	other	1620.0	98.765	100.0	0.0023277648138003816	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0155_000000012307	1620	0.9691491054684084	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7238303418615409		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	98.765	100.0	0.0023277648138003816	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
USA0032_01_000000005067	5183	0.9691437947073122	8	5	3	3	4	True	64459	maximal	False	ENG0046_000000003319	0.9468393523444805		0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	1089.0	84.848	58.0	0.21341222879684418	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ENG0087_000000015648	1678	0.969140642698739	2	2	2	2	2	False	61369	fragment	False	ENG0087_000000015648	1.0		0	0	False	False	0.9916567206382751	0					non-mobilizable	no_good_hit	623.0	76.565	37.0	0.0002800156554207349	CP014164.1	firmicutes	Aerococcus viridans strain CCUG4311, complete genome	True	False
ISR0344_000000006733	4468	0.9691388237748156	6	3	2	2	2	False	99791	fragment	False	ISR0344_000000006733	1.0		0	0	False	False	0.9984332919120789	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	1.1421841988434483e-05	NZ_CP042326.1	cyanobacteria	Euhalothece natronophila Z-M001 chromosome, complete genome	True	False
SPA0128_000000003596	9762	0.96913634739897	10	7	6	6	5	False	129101	fragment	False	SPA0055_000000002822	0.9428036816021037		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	75.926	12.0	0.014370771312584574	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	False
DEN0061_000000002616	10426	0.9691340139023708	9	6	6	4	4	False	99372	fragment	False	ENG0006_000000002142	0.39449756097560973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3055.0	96.26799999999999	65.0	0.1249386352479136	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0133_01_000000004011	7202	0.9691313918146152	9	7	5	4	5	True	104257	backbone	False	ISR0343_000000001718	0.9971407386429961	PS1|PS615	0	0	True	True	1.0	132					non-mobilizable	no_good_hit	1973.0	82.97	39.0	0.00039218879669292037	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0133_000000002513	6712	0.969130812676828	10	4	1	2	3	True	125157	maximal	True	ISR0133_000000002513	1.0		1	1	False	False	0.9991060495376587	0	rep_cluster_233				non-mobilizable	no_good_hit	2140.0	92.944	60.0	0.21578034092069	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ENG0080_000000010949	2384	0.9691294026347652	3	3	3	3	3	False	103270	fragment	False	CHI0109_000000006726	0.695747708682034		0	0	False	False	1.0	0					non-mobilizable	chromosome	2384.0	98.90899999999999	100.0	0.00047541664820485306	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0125_000000019016	1750	0.9691281194848236	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9838573845610877		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	99.829	100.0	0.09994856848962798	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
CAN0023_000000002715	3173	0.9691265024379248	6	4	2	3	3	False	104831	fragment	False	CAN0023_000000002715	1.0		0	0	False	False	0.9877088069915771	0					non-mobilizable	chromosome	2955.0	98.24	99.0	0.0005743731542694714	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ISR0159_000000003216	7131	0.9691219435311788	8	4	3	3	3	True	124502	fragment	False	ENG0120_000000002730	0.9922569676163073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	7.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0154_000000009634	2266	0.9691204464141274	3	3	2	3	2	False	102203	maximal	True	ISR0154_000000009634	1.0		15	4	False	False	0.9929391145706177	0					non-mobilizable	other	2266.0	99.823	100.0	0.0019799539496803227	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
CHI0053_000000009767	1213	0.96911051560068	2	1	1	1	1	False	86413	fragment	False	ISR0169_000000026726	0.9646672144617914		0	0	False	False	0.9901071786880493	0					non-mobilizable	no_good_hit	712.0	85.815	59.0	0.00020567846121268715	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0140_000000010000	1769	0.9691104036321062	2	2	2	2	1	False	90603	fragment	False	ENG0030_000000009824	0.6443736730360934		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	98.869	100.0	0.012506100968373995	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0178_000000015754	1447	0.9691104036321062	2	2	2	2	1	False	55442	fragment	False	ENG0178_000000015754	1.0		0	0	False	False	0.9930891394615173	0					non-mobilizable	other	1447.0	98.756	100.0	0.01022840610874932	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0392_000000001607	14072	0.9690958208929652	19	12	8	12	6	False	123879	fragment	False	ISR0392_000000001607	1.0		0	0	False	False	0.9997867941856384	0					non-mobilizable	no_good_hit	6131.0	97.79799999999999	82.0	0.0017263621507860715	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0834_000000011510	1537	0.9690956958160476	2	1	1	1	1	False	90599	fragment	False	ISR0834_000000011510	1.0		0	0	False	False	0.9993493556976318	0					non-mobilizable	other	1537.0	98.30799999999999	100.0	0.010857955309080363	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
DEN0087_000000008634	1377	0.9690956958160476	1	1	1	1	1	False	90596	fragment	False	ISR0228_000000013157	0.2780685477954871		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	98.62100000000001	100.0	0.009733255052309172	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0077_000000020501	1377	0.9690956958160476	1	1	1	1	1	False	90596	fragment	False	ISR0228_000000013157	0.27714128377765485		0	0	False	False	0.9934640526771545	0					non-mobilizable	other	1377.0	98.11200000000001	100.0	0.009726181465788599	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
USA0031_01_000000022091	1188	0.9690956958160476	1	1	1	1	1	False	34607	fragment	False	USA0031_01_000000022091	0.9850042844901457		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	99.15899999999999	100.0	0.008396347199920776	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MON0067_000000015677	1168	0.9690956958160476	1	1	1	1	1	False	10578	maximal	True	MON0067_000000015677	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	99.796	84.0	0.006939188376682629	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
SPA0058_000000025760	1165	0.9690956958160476	1	1	1	1	1	False	81803	fragment	False	ISR0826_000000011697	0.98100396265961		0	0	False	False	0.9665235877037048	0					non-mobilizable	other	1156.0	97.92399999999999	99.0	0.00816291884474185	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0271_000000000257	31690	0.969095051172548	43	27	13	14	24	True	132605	maximal	True	ISR0271_000000000257	1.0	PS1169|PS902	40	6	False	True	1.0	0		MOBB	MPF_T		conjugative	no_good_hit	21134.0	99.85799999999999	67.0	0.6394236590386245	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
FIJ0146_000000010657	1818	0.9690733099071668	3	3	2	2	2	True	41710	maximal	True	FIJ0146_000000010657	1.0		0	0	False	False	0.9818481802940369	0	IncFIA				non-mobilizable	plasmid	1820.0	96.154	100.0	0.019035399533054286	LR792630.1	enterobacteria	Klebsiella pneumoniae isolate SB5881 genome assembly, plasmid: SB5881_I	False	True
ISR0103_000000002044	10555	0.9690701578601408	19	6	2	6	3	False	118018	fragment	False	ISR0215_000000002718	0.9492715482562696		0	0	False	False	0.9997157454490662	0					non-mobilizable	virus	5867.0	99.165	95.0	0.4933972579695517	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
CHI0127_000000011010	1639	0.9690679262149456	2	2	2	2	2	False	87021	maximal	True	CHI0127_000000011010	1.0		1	1	False	False	0.9877974390983582	0					non-mobilizable	no_good_hit	1411.0	98.086	86.0	0.0057824106373373825	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0325_000000003696	4685	0.969067084080134	6	3	1	3	1	True	49472	maximal	True	ISR0325_000000003696	0.9904947320201558		2	1	False	False	0.9918889999389648	0					non-mobilizable	no_good_hit	404.0	91.089	9.0	0.0015182952686738959	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ISR0108_000000004914	4366	0.969067084080134	6	3	1	3	1	True	49472	maximal	False	ISR0325_000000003696	0.9569903948772679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	90.34700000000001	9.0	0.0015182952686738959	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
DEN0020_000000004825	2100	0.96906581168525	2	2	1	2	1	True	74915	maximal	True	DEN0020_000000004825	1.0		0	0	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit	1403.0	99.359	67.0	0.5048613611811307	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ISR0821_000000019863	1600	0.9690612218299616	3	2	0	2	2	True	60466	fragment	False	SPA0124_000000017385	0.9655911616678953		0	0	False	False	0.9981250166893005	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
USA0027_01_000000001123	19645	0.9690608281517744	38	16	9	13	9	True	78727	fragment	False	USA0027_01_000000001123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	78.729	5.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0162_000000009807	2294	0.9690599091262928	2	2	2	2	1	False	87847	fragment	False	ENG0119_000000011694	0.3753554502369668		0	0	False	False	0.9986922144889832	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000007178	4239	0.9690597909995414	8	6	4	4	4	False	109481	fragment	False	ISR0344_000000007178	1.0		0	0	False	False	0.9992923140525818	0					non-mobilizable	no_good_hit	1599.0	96.24799999999999	37.0	0.9993742177722152	NZ_JAAITU010000115.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_115_length_1598_cov_361.194, whole genome shotgun sequence	True	False
FIJ0072_000000007657	3283	0.9690523217974422	10	1	1	1	1	False	46776	fragment	False	FIJ0072_000000007657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2354.0	91.801	78.0	0.09191622626737131	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ETH0003_000000019500	2049	0.9690523217974422	5	1	1	1	1	False	53155	fragment	False	ETH0003_000000019500	1.0		0	0	False	False	0.995119571685791	0					non-mobilizable	other	2032.0	96.9	99.0	0.07946760618516344	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
MON0090_000000050243	1241	0.9690523217974422	3	1	1	1	1	False	9515	fragment	False	MON0090_000000050243	1.0		0	0	False	False	0.9758259654045105	0					non-mobilizable	other	1242.0	96.699	100.0	0.04854178899980427	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
MAD0068_000000000606	19601	0.9690490481214491	24	12	9	10	5	True	52089	fragment	False	MAD0068_000000000606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ISR0174_000000014102	1732	0.969046543508389	3	3	3	3	3	False	92119	fragment	False	CHI0148_000000005763	0.7327101118496567		0	0	False	False	0.9913395047187805	0					non-mobilizable	other	1732.0	98.788	100.0	0.006921231507397041	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0363_000000000785	15200	0.969044345934332	16	9	6	9	6	False	23721	maximal	True	ISR0363_000000000785	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1635.0	71.437	14.0	0.0010913910213370653	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ENG0037_000000007927	4012	0.9690437910648872	8	2	2	2	2	False	65234	maximal	True	ENG0037_000000007927	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0261_000000008106	2249	0.9690306394564154	3	3	3	3	2	False	126658	fragment	False	ISR0261_000000008106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	99.259	30.0	0.6984455958549223	GQ881172.1		Uncultured organism clone VC1CO89TF genomic sequence	True	False
MON0059_000000002569	9554	0.9690303421739724	8	4	3	4	3	True	109372	fragment	False	MON0059_000000002569	1.0		0	0	False	False	0.9988486766815186	0					non-mobilizable	plasmid	2507.0	95.413	94.0	0.10853150494705781	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0343_000000005566	2941	0.9690257922108894	5	3	3	3	2	True	67731	maximal	True	ISR0343_000000005566	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	99.26899999999999	41.0	0.006085993869501605	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ENG0114_000000005232	3246	0.9690241064495216	3	3	3	2	2	False	59583	fragment	False	ENG0114_000000005232	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	88.181	54.0	0.00037859289931888414	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0370_000000005895	4336	0.9690234634340044	7	2	0	2	0	True	23523	maximal	True	ISR0370_000000005895	1.0		2	2	True	True	1.0	181					non-mobilizable	no_good_hit								True	True
FIJ0152_000000005932	3767	0.9690234634340044	3	2	0	2	0	True	49390	maximal	False	FIJ0023_000000008215	0.9987464162185707		0	0	True	True	0.9981417655944824	2					non-mobilizable	no_good_hit	101.0	87.12899999999999	3.0	0.012579415501905972	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
FIJ0133_000000009865	3767	0.9690234634340044	2	2	0	2	0	True	49390	maximal	False	FIJ0023_000000008215	0.9993743576725601		0	0	True	True	0.9954871535301208	2					non-mobilizable	no_good_hit	101.0	88.119	3.0	0.012579415501905972	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
FIJ0092_000000008181	3748	0.9690234634340044	3	2	0	2	0	True	49390	maximal	False	FIJ0023_000000008215	0.9992144763783		0	0	True	True	0.9997332096099854	1					non-mobilizable	no_good_hit	101.0	88.119	3.0	0.012579415501905972	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
FIJ0023_000000008215	3747	0.9690234634340044	2	2	0	2	0	True	49390	maximal	True	FIJ0023_000000008215	0.9995287244816156		9	1	True	True	1.0	11					non-mobilizable	no_good_hit	101.0	88.119	3.0	0.012579415501905972	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
FIJ0057_000000008007	3746	0.9690234634340044	2	2	0	2	0	True	49390	maximal	False	FIJ0023_000000008215	0.9993714911061483		0	0	True	True	0.9991991519927979	4					non-mobilizable	no_good_hit	101.0	88.119	3.0	0.012579415501905972	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
ETH0005_000000012908	3722	0.9690234634340044	3	2	0	2	0	True	52784	maximal	True	ETH0005_000000012908	1.0		1	1	True	True	0.9997313022613525	71					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.2013879033753744e-05	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	True
ISR0077_000000008394	3570	0.9690234634340044	4	2	0	2	0	True	108305	maximal	True	ISR0077_000000008394	1.0	PS668	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	763.0	95.675	59.0	0.27429805615550756	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0171_000000005885	3507	0.9690234634340044	5	2	0	2	0	True	38816	maximal	True	FIJ0171_000000005885	0.9503524364082133	PS55	1	1	True	True	1.0	12					non-mobilizable	no_good_hit	49.0	89.796	2.0	8.955709064454238e-06	NC_012796.1	d-proteobacteria	Desulfovibrio magneticus RS-1, complete genome	True	True
ENG0091_000000007359	3166	0.9690234634340044	3	2	0	2	0	True	61196	maximal	True	ENG0091_000000007359	1.0		1	1	True	True	1.0	54					non-mobilizable	no_good_hit	274.0	75.182	8.0	0.012073347857661584	NZ_CAPF01000087.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	True
ISR0042_000000008704	3149	0.9690234634340044	3	2	0	2	0	True	78436	maximal	True	ISR0042_000000008704	1.0		1	1	True	True	1.0	64					non-mobilizable	no_good_hit								True	True
CAN0006_000000014384	3140	0.9690234634340044	2	2	0	2	0	True	95715	maximal	True	CAN0006_000000014384	1.0		1	1	True	True	1.0	23					non-mobilizable	no_good_hit	278.0	81.655	9.0	0.0007048308018805815	NZ_JH126468.1	actinobacteria	Collinsella tanakaei YIT 12063 supercont1.2, whole genome shotgun sequence	True	True
FIJ0164_000000007478	3133	0.9690234634340044	2	2	0	2	0	True	42802	fragment	False	FIJ0164_000000007478	0.9559442824748947		0	0	False	False	0.9948930740356445	0					non-mobilizable	no_good_hit	101.0	88.119	3.0	0.012579415501905972	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
SPA0015_000000006558	3121	0.9690234634340044	3	2	0	2	0	True	47354	maximal	True	SPA0015_000000006558	1.0	PS171	1	1	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
FIJ0099_000000007313	3087	0.9690234634340044	2	2	0	2	0	True	42802	fragment	False	FIJ0164_000000007478	0.9490903287583785		0	0	False	False	0.9996760487556458	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	3.0	0.012579415501905972	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
ISR0831_000000005580	3073	0.9690234634340044	4	2	0	2	0	True	47352	maximal	False	ISR0360_000000007910	0.9555693922869657		0	0	True	True	0.9996745586395264	14					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.0662598225378081e-06	LR738556.1	bony fishes	Neostethus bicornis genome assembly, chromosome: 8	True	True
ISR0360_000000007910	3073	0.9690234634340044	4	2	0	2	0	True	47352	maximal	True	ISR0360_000000007910	0.9556752183435456		2	1	True	True	0.9967458248138428	8					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0662598225378081e-06	LR738556.1	bony fishes	Neostethus bicornis genome assembly, chromosome: 8	True	True
ISR0372_000000005342	3042	0.9690234634340044	3	2	0	2	0	True	113831	maximal	False	ISR0173_000000002888	0.9281449279086119	PS275|PS276	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	1048.0	98.95	66.0	0.37688984881209503	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0037_000000021676	3041	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7730819512505125	PS275|PS900	0	0	True	True	0.9842157363891602	1					non-mobilizable	plasmid	1699.0	93.52600000000001	93.0	0.6090712742980562	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0014_000000005299	3032	0.9690234634340044	3	2	0	2	0	True	39310	maximal	True	MON0014_000000005299	1.0		1	1	False	False	0.9877968430519104	0					non-mobilizable	no_good_hit								True	True
MON0006_000000006856	3008	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.8606982862203331	PS668	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1740.0	92.126	63.0	0.6234701223902088	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0257_000000005451	2987	0.9690234634340044	2	2	0	2	0	True	128829	maximal	True	ISR0257_000000005451	1.0	PS1055|PS1058	1	1	True	True	0.9996652007102966	15					non-mobilizable	no_good_hit	999.0	94.294	53.0	0.24545007378258732	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
USA0035_01_000000008377	2979	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7419953535754052	PS275|PS900	0	0	True	True	0.9979858994483948	18					non-mobilizable	plasmid	1579.0	96.58	97.0	0.5676745860331174	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0152_000000007960	2978	0.9690234634340044	3	2	0	2	0	True	128825	backbone	True	ISR0152_000000007960	0.977048412005839	PS1056|PS1057	1	1	True	True	1.0	198					non-mobilizable	no_good_hit	1027.0	99.611	47.0	0.37554904831625185	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
AST0102_000000010300	2950	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.8673247415135037	PS668	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1531.0	88.374	57.0	0.546796256299496	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0019_000000022310	2940	0.9690234634340044	2	2	0	2	0	True	113831	maximal	False	ISR0173_000000002888	0.8603705343372376	PS275|PS276	0	0	False	True	0.9969387650489807	0					non-mobilizable	no_good_hit	1271.0	95.12200000000001	69.0	0.45428365730741543	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0069_000000016119	2940	0.9690234634340044	3	2	0	2	0	True	113831	maximal	False	ISR0173_000000002888	0.9432279780469838	PS275|PS276	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	1271.0	95.12200000000001	69.0	0.45428365730741543	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ITA0002_000000002822	2937	0.9690234634340044	2	2	0	2	0	True	113831	maximal	False	ISR0173_000000002888	0.9488203475183674	PS275|PS276	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	1286.0	94.479	66.0	0.4611231101511879	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0387_000000008259	2923	0.9690234634340044	3	2	0	2	0	True	49519	backbone	False	FIJ0067_000000010591	0.6887805190528794	PS184	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	885.0	76.836	29.0	0.31351351351351353	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ENG0054_000000008839	2917	0.9690234634340044	3	2	0	2	0	True	113831	maximal	False	ISR0173_000000002888	0.9489482387139183	PS275|PS276	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	854.0	94.49600000000001	70.0	0.30633549316054715	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0180_000000005724	2916	0.9690234634340044	3	2	0	2	0	True	113831	maximal	False	ISR0173_000000002888	0.9485458095946868	PS275|PS276	0	0	True	True	0.9996570348739624	28					non-mobilizable	no_good_hit	854.0	93.911	70.0	0.30633549316054715	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0178_000000005558	2914	0.9690234634340044	3	2	0	2	0	True	113831	maximal	False	ISR0173_000000002888	0.9215768514960593	PS275|PS276	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1284.0	95.48299999999999	59.0	0.4611231101511879	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0180_000000007559	2910	0.9690234634340044	2	2	0	2	0	True	128818	maximal	True	ISR0180_000000007559	0.9408884225253585		1	1	True	True	1.0	42					non-mobilizable	no_good_hit	1516.0	96.306	58.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0122_000000005819	2904	0.9690234634340044	5	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.9531761492085219	PS58	0	0	True	True	1.0	301					non-mobilizable	no_good_hit	885.0	76.723	30.0	0.31351351351351353	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0022_000000008683	2903	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.5361322285540163	PS275|PS900	0	0	True	True	1.0	69					non-mobilizable	plasmid	1940.0	87.37100000000001	100.0	0.6760259179265659	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0022_000000009484	2898	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7852705815941396	PS275|PS900	0	0	True	True	1.0	65					non-mobilizable	plasmid	1975.0	95.848	93.0	0.7095032397408207	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0044_000000017166	2898	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8605809471191691	PS275|PS900	0	0	True	True	1.0	297					non-mobilizable	plasmid	2114.0	98.53399999999999	100.0	0.7606191504679626	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0301_000000005826	2884	0.9690234634340044	3	2	0	2	0	True	70744	maximal	False	DEN0069_000000009144	0.7221774350846698		0	0	False	True	0.9996532797813416	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0662598225378081e-06	LR738556.1	bony fishes	Neostethus bicornis genome assembly, chromosome: 8	True	True
DEN0035_000000011105	2881	0.9690234634340044	2	2	0	2	0	True	73953	maximal	True	DEN0035_000000011105	1.0	PS275	1	1	True	True	0.9989587068557739	22					non-mobilizable	no_good_hit	1172.0	93.43	69.0	0.42044636429085674	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0312_000000005713	2880	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7982923861296751	PS275|PS900	0	0	True	True	1.0	20					non-mobilizable	plasmid	1831.0	91.86200000000001	93.0	0.6569474442044636	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0201_000000010459	2880	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8625604762120939	PS275|PS900	0	0	True	True	1.0	23					non-mobilizable	plasmid	1519.0	95.984	97.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0088_000000010705	2879	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7874258662395688	PS275|PS900	0	0	True	True	1.0	29					non-mobilizable	plasmid	1997.0	97.346	93.0	0.7185025197984162	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0079_000000009487	2877	0.9690234634340044	3	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.9722462375690483	PS668	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1191.0	90.68	61.0	0.42584593232541396	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0172_000000009102	2877	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.967471493608745	PS668	0	0	True	True	0.9975669384002686	4					non-mobilizable	no_good_hit	1523.0	91.464	60.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0081_000000008148	2877	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.9736652352905749	PS668	0	0	True	True	0.9937434792518616	11					non-mobilizable	no_good_hit	1523.0	91.399	60.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0288_000000010448	2875	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.9723227492971518	PS668	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1523.0	91.596	64.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0005_000000008353	2875	0.9690234634340044	3	2	0	2	0	True	113831	maximal	False	ISR0173_000000002888	0.9400827140470013	PS275|PS276	0	0	True	True	1.0	167					non-mobilizable	no_good_hit	853.0	93.904	69.0	0.30633549316054715	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0070_000000010799	2874	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8183219172229222	PS275|PS900	0	0	True	True	0.9979122877120972	7					non-mobilizable	plasmid	1499.0	96.464	93.0	0.5388768898488121	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ETH0005_000000016648	2872	0.9690234634340044	2	2	0	2	0	True	113831	maximal	False	ISR0173_000000002888	0.8297825562745751	PS275|PS276	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1053.0	92.97200000000001	65.0	0.37868970482361414	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
CHI0072_000000003996	2870	0.9690234634340044	4	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.971066635481724	PS58	0	0	True	True	0.986759603023529	13					non-mobilizable	no_good_hit	841.0	76.219	28.0	0.298018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0399_000000005208	2869	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.4143497800169081	PS275|PS900	0	0	True	True	1.0	40					non-mobilizable	plasmid	1267.0	96.685	93.0	0.45536357091432683	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0277_000000003042	2866	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7438598338968477	PS275|PS900	0	0	True	True	1.0	13					non-mobilizable	plasmid	2319.0	97.715	96.0	0.8290136789056876	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
DEN0064_000000013413	2865	0.9690234634340044	4	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.9602509968520944	PS58	0	0	True	True	0.9993019104003906	42					non-mobilizable	no_good_hit	886.0	76.298	30.0	0.3138738738738739	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0773_000000004455	2864	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8458746792319614	PS275|PS900	0	0	True	True	1.0	34					non-mobilizable	plasmid	2720.0	93.603	100.0	0.9679625629949604	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ENG0062_000000008778	2862	0.9690234634340044	3	2	0	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9511744590287378	PS470|PS848	0	0	True	True	1.0	308	rep_cluster_1683	MOBV			mobilizable	plasmid	1655.0	99.456	100.0	0.5927927927927928	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0158_000000005986	2861	0.9690234634340044	4	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.9736001329521707	PS58	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	842.0	76.128	29.0	0.298018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0012_000000008200	2861	0.9690234634340044	4	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.974168018730171	PS58	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	840.0	76.31	29.0	0.298018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0148_000000005952	2860	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8804885153433628	PS275|PS900	0	0	True	True	1.0	10					non-mobilizable	plasmid	2427.0	97.322	99.0	0.8729301655867531	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0086_000000010827	2860	0.9690234634340044	4	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.9741663737035571	PS58	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	840.0	76.31	29.0	0.298018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0126_000000012647	2860	0.9690234634340044	3	2	0	2	0	True	123452	backbone	True	FIJ0126_000000012647	0.8949169401768396	PS275|PS900	2	1	True	True	1.0	3					non-mobilizable	plasmid	2593.0	97.339	100.0	0.9326853851691864	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0150_000000008160	2859	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8802277752092824	PS275|PS900	0	0	True	True	1.0	15					non-mobilizable	plasmid	2426.0	97.321	99.0	0.8725701943844493	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0171_000000007207	2859	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8801267347450443	PS275|PS900	0	0	True	True	1.0	5					non-mobilizable	plasmid	2426.0	97.321	99.0	0.8725701943844493	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
DEN0003_000000009546	2859	0.9690234634340044	2	2	0	2	0	True	128818	maximal	False	ISR0180_000000007559	0.9304864615458721		0	0	True	True	0.9975516200065613	14					non-mobilizable	no_good_hit	1564.0	91.944	79.0	0.5601151907847373	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0129_000000007333	2859	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8798535752740676	PS275|PS900	0	0	True	True	1.0	6					non-mobilizable	plasmid	2426.0	97.238	99.0	0.8725701943844493	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0100_000000006663	2858	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8797004621083578	PS275|PS900	0	0	True	True	1.0	8					non-mobilizable	plasmid	2426.0	97.238	99.0	0.8725701943844493	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0023_000000011151	2858	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8804417090225537	PS275|PS900	0	0	True	True	0.9989503026008606	2					non-mobilizable	plasmid	1579.0	97.46700000000001	100.0	0.5676745860331174	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0020_000000007948	2858	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8804314528473012	PS275|PS900	0	0	True	True	0.9996501207351685	2					non-mobilizable	plasmid	2426.0	97.321	99.0	0.8725701943844493	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0141_000000011967	2858	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8682961942640743	PS275|PS900	0	0	True	True	1.0	162					non-mobilizable	plasmid	1501.0	96.26899999999999	100.0	0.5399568034557235	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0250_000000003891	2857	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8722610566901352	PS275|PS900	0	0	True	True	0.9947497248649597	32					non-mobilizable	plasmid	1579.0	96.073	100.0	0.5676745860331174	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
AST0016_000000009206	2857	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8694553195786846	PS275|PS900	0	0	True	True	1.0	366					non-mobilizable	plasmid	1578.0	99.43	100.0	0.5676745860331174	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ENG0006_000000008320	2857	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8677828773578941	PS275|PS900	0	0	True	True	1.0	41					non-mobilizable	plasmid	2723.0	99.486	100.0	0.9798416126709864	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0017_000000009881	2856	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8782994583325763	PS275|PS900	0	0	True	True	1.0	5					non-mobilizable	plasmid	1809.0	97.62299999999999	100.0	0.650467962562995	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0256_000000006246	2856	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.9734851472196918	PS668	0	0	True	True	0.9978991746902466	9					non-mobilizable	no_good_hit	1523.0	91.333	58.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0100_000000010463	2855	0.9690234634340044	3	2	0	2	0	True	128823	maximal	False	USA0082_01_000000010536	0.9803067270826071	PS1056	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	1177.0	97.45100000000001	45.0	0.4293557833089312	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0156_000000005709	2853	0.9690234634340044	4	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.9735423828307873	PS58	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	842.0	76.128	29.0	0.298018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0383_000000004630	2851	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7438337442780713	PS275|PS900	0	0	True	True	1.0	22					non-mobilizable	plasmid	1820.0	97.088	96.0	0.6493880489560835	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0016_000000006239	2850	0.9690234634340044	2	2	0	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9600872882880429	PS470|PS848	0	0	True	True	1.0	13	rep_cluster_1683	MOBV			mobilizable	plasmid	1473.0	97.149	100.0	0.5308330328164443	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0034_000000009891	2850	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.707378259966808	PS275|PS900	0	0	True	True	1.0	4					non-mobilizable	plasmid	1499.0	96.464	95.0	0.5392368610511159	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
DEN0073_000000017728	2849	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8377264232445581	PS275|PS900	0	0	True	True	1.0	37					non-mobilizable	plasmid	1773.0	95.883	99.0	0.6321094312455003	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0026_000000007931	2844	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7260132015000889	PS275|PS900	0	0	True	True	1.0	30					non-mobilizable	plasmid	1755.0	94.245	97.0	0.6306695464362851	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0267_000000005749	2841	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8651346609967505	PS275|PS900	0	0	True	True	1.0	11					non-mobilizable	plasmid	1769.0	94.34700000000001	96.0	0.634629229661627	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0044_000000007726	2840	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.9642973731290836	PS668	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1525.0	91.016	59.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0094_000000006941	2838	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8791893438346874	PS275|PS900	0	0	True	True	1.0	25					non-mobilizable	plasmid	1919.0	97.34200000000001	100.0	0.6900647948164147	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0063_000000009194	2838	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.880445921467709	PS275|PS900	0	0	True	True	0.9989429116249084	4					non-mobilizable	plasmid	2063.0	97.67299999999999	100.0	0.7419006479481641	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0091_000000008478	2838	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8781225639894492	PS275|PS900	0	0	True	True	1.0	97					non-mobilizable	plasmid	2405.0	97.131	99.0	0.8650107991360692	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0026_000000013706	2838	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7847895392187039	PS275|PS900	0	0	True	True	0.983439028263092	5					non-mobilizable	plasmid	1780.0	96.854	93.0	0.6400287976961843	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0115_000000008504	2838	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8815858950066344	PS275|PS900	0	0	True	True	0.9978858232498169	1					non-mobilizable	plasmid	1669.0	97.603	100.0	0.6000719942404608	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0111_000000007679	2838	0.9690234634340044	2	2	0	2	0	True	113831	maximal	False	ISR0173_000000002888	0.9298742143983312	PS275|PS276	0	0	True	True	0.9989429116249084	3					non-mobilizable	no_good_hit	1074.0	95.90299999999999	68.0	0.3858891288696904	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0304_000000003258	2837	0.9690234634340044	3	2	0	2	0	True	108303	backbone	True	ISR0304_000000003258	0.9742592822033589	PS668	5	1	True	True	1.0	31					non-mobilizable	no_good_hit	1046.0	89.866	60.0	0.37365010799136067	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0803_000000004901	2837	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.9720411686566763	PS668	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1523.0	91.13600000000001	59.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0065_000000006027	2836	0.9690234634340044	2	2	0	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9594502999907933	PS470|PS848	0	0	True	True	0.9989421963691711	10	rep_cluster_1683	MOBV			mobilizable	plasmid	2367.0	94.17	100.0	0.8500900900900901	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0851_000000004556	2831	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.4140540931452874	PS275|PS900	0	0	True	True	1.0	22					non-mobilizable	plasmid	2105.0	96.152	93.0	0.7555795536357092	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0009_000000013313	2830	0.9690234634340044	2	2	0	2	0	True	121072	backbone	False	CHI0144_000000005158	0.959241737784857	PS470|PS848	0	0	True	True	1.0	9	rep_cluster_1683	MOBV			mobilizable	plasmid	1731.0	97.285	100.0	0.6238730616660656	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0090_000000015017	2830	0.9690234634340044	3	2	0	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9590595847593573	PS470|PS848	0	0	True	True	1.0	10	rep_cluster_1683	MOBV			mobilizable	plasmid	2606.0	93.93700000000001	100.0	0.9351351351351351	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
USA0082_01_000000010536	2830	0.9690234634340044	3	2	0	2	0	True	128823	maximal	True	USA0082_01_000000010536	0.9807430129516019	PS1056	1	1	True	True	0.9996466636657715	12					non-mobilizable	no_good_hit	1315.0	98.175	46.0	0.48060029282576866	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0062_000000012635	2829	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.945221893564133	PS668	0	0	True	True	1.0	106					non-mobilizable	no_good_hit	1463.0	96.58200000000001	57.0	0.5262778977681786	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0204_000000003530	2829	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7915144039128861	PS275|PS900	0	0	True	True	1.0	67					non-mobilizable	plasmid	1622.0	97.65700000000001	92.0	0.5835133189344852	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0337_000000003340	2827	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7315700716472554	PS275|PS900	0	0	True	True	1.0	35					non-mobilizable	plasmid	1499.0	96.73100000000001	98.0	0.5392368610511159	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0097_000000011026	2820	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8330920390399366	PS275|PS900	0	0	True	True	1.0	7					non-mobilizable	plasmid	1484.0	94.34	100.0	0.5338372930165587	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0048_000000011216	2820	0.9690234634340044	4	2	0	2	0	True	49519	backbone	False	FIJ0067_000000010591	0.9590873323143225	PS184	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	891.0	76.094	31.0	0.31495495495495496	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0170_000000005699	2818	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.880524640884833	PS275|PS900	0	0	True	True	1.0	5					non-mobilizable	plasmid	2519.0	97.38	100.0	0.906047516198704	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0074_000000011429	2818	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8801708396186648	PS275|PS900	0	0	True	True	1.0	2					non-mobilizable	plasmid	1444.0	97.022	99.0	0.5190784737221023	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0131_000000006619	2810	0.9690234634340044	2	2	0	2	0	True	121072	backbone	False	CHI0144_000000005158	0.958465910582	PS470|PS848	0	0	True	True	1.0	4	rep_cluster_1683	MOBV			mobilizable	plasmid	2694.0	93.801	100.0	0.9668468468468469	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0328_000000009951	2807	0.9690234634340044	3	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.9704481937115214	PS58	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	841.0	76.33800000000001	29.0	0.298018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
MAD0078_000000002745	2801	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8208042498414002	PS275|PS900	0	0	True	True	1.0	6					non-mobilizable	plasmid	1686.0	93.594	96.0	0.6043916486681066	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
SPA0044_000000009434	2799	0.9690234634340044	2	2	0	2	0	True	128816	backbone	True	SPA0044_000000009434	1.0	PS1055	1	1	True	True	1.0	40					non-mobilizable	no_good_hit	1149.0	98.43299999999999	49.0	0.41947291361639827	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
CHI0063_000000004592	2792	0.9690234634340044	3	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.8440180191449586	PS58	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	641.0	77.223	22.0	0.22702702702702704	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0273_000000003725	2790	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7915999057879743	PS275|PS900	0	0	True	True	1.0	36					non-mobilizable	plasmid	2298.0	94.212	99.0	0.8232541396688265	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0057_000000007632	2789	0.9690234634340044	2	2	0	2	0	True	35591	maximal	True	ISR0057_000000007632	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0151_000000006365	2780	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8790717465493535	PS275|PS900	0	0	True	True	0.9946042895317078	1					non-mobilizable	plasmid	2055.0	97.56700000000001	100.0	0.7390208783297336	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0237_000000003614	2777	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.878644148103873	PS275|PS900	0	0	True	True	1.0	10					non-mobilizable	plasmid	1452.0	97.039	100.0	0.5219582433405328	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0039_000000012640	2777	0.9690234634340044	2	2	0	2	0	True	49520	maximal	True	ISR0039_000000012640	1.0	PS184	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	885.0	76.836	31.0	0.31351351351351353	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0848_000000006096	2776	0.9690234634340044	4	2	0	2	0	True	49519	backbone	False	FIJ0067_000000010591	0.8456228268233584	PS184	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	891.0	76.319	31.0	0.31495495495495496	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0032_000000012619	2776	0.9690234634340044	4	2	0	2	0	True	49519	backbone	False	FIJ0067_000000010591	0.9585362921680987	PS184	0	0	True	True	0.9935158491134644	2					non-mobilizable	no_good_hit	357.0	78.711	12.0	0.1264864864864865	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0213_000000008999	2772	0.9690234634340044	3	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.6143428920786026	PS668	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1523.0	91.85799999999999	60.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0035_000000004372	2769	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.8587531076237547	PS275|PS900	0	0	True	True	0.9978331327438354	1					non-mobilizable	plasmid	1515.0	97.228	100.0	0.5446364290856731	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0826_000000004273	2768	0.9690234634340044	3	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.7398816576436449	PS275|PS900	0	0	True	True	0.9996387362480164	19					non-mobilizable	plasmid	2208.0	94.837	99.0	0.7847372210223182	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ENG0139_000000006982	2742	0.9690234634340044	3	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.661032965875454	PS58	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	839.0	76.758	30.0	0.298018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0048_000000011610	2736	0.9690234634340044	3	2	0	2	0	True	128824	maximal	False	ISR0308_000000006033	0.9333774599335628		0	0	True	True	1.0	5					non-mobilizable	other	1119.0	97.14	95.0	0.40739385065885797	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
MON0006_000000007659	2718	0.9690234634340044	2	2	0	2	0	True	24847	backbone	False	MON0025_000000013811	0.9793627805937726	PS60|PS61	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	272.0	80.14699999999999	10.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
FIJ0034_000000010280	2716	0.9690234634340044	2	2	0	2	0	True	128824	maximal	False	ISR0308_000000006033	0.9576432143256632		0	0	True	True	0.9985272288322449	2					non-mobilizable	other	1119.0	97.14	93.0	0.40739385065885797	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
MON0008_000000012247	2709	0.9690234634340044	3	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9359048463386642	PS1056|PS1057	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	780.0	97.821	52.0	0.2847730600292826	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0127_000000008765	2707	0.9690234634340044	5	2	0	2	0	True	31905	maximal	False	ISR0288_000000011037	0.9392726542568958		0	0	True	True	0.9981529116630554	10					non-mobilizable	no_good_hit								True	True
FIJ0035_000000004472	2706	0.9690234634340044	2	2	0	2	0	True	128824	maximal	False	ISR0308_000000006033	0.9572754340044003		0	0	False	True	0.9985218048095703	0					non-mobilizable	other	1119.0	97.14	93.0	0.40739385065885797	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
ITA0005_000000006677	2699	0.9690234634340044	2	2	0	2	0	True	40332	fragment	False	ITA0005_000000006677	1.0		0	0	False	False	0.9970359206199646	0					non-mobilizable	no_good_hit								True	True
ISR0039_000000013100	2695	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9686723987288614	PS1056|PS1057	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	1095.0	98.17399999999999	53.0	0.40007320644216693	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
MAD0088_000000008601	2694	0.9690234634340044	3	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.8641176704897202	PS1056|PS1057	0	0	True	True	1.0	264					non-mobilizable	no_good_hit	849.0	97.291	52.0	0.3096632503660322	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0003_000000008567	2691	0.9690234634340044	3	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9252448148768498	PS1056|PS1057	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1318.0	98.93799999999999	49.0	0.4820644216691069	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0391_000000005058	2688	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9619094088309833	PS1056|PS1057	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	1316.0	97.948	49.0	0.48060029282576866	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
CAN0003_000000018549	2684	0.9690234634340044	3	2	0	2	0	True	128824	maximal	False	ISR0308_000000006033	0.9625673914866028		0	0	True	True	1.0	14					non-mobilizable	other	2308.0	98.31	100.0	0.8444363103953147	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
MON0025_000000013811	2683	0.9690234634340044	2	2	0	2	0	True	24847	backbone	True	MON0025_000000013811	0.9794742527907814	PS60|PS61	1	1	True	True	1.0	6					non-mobilizable	no_good_hit	270.0	80.0	10.0	0.0872776099362202	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MON0097_000000013106	2679	0.9690234634340044	3	2	0	2	0	True	65370	maximal	False	MON0059_000000014742	0.99488495496652		0	0	True	True	1.0	58					non-mobilizable	no_good_hit	1089.0	76.676	46.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0282_000000008097	2679	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9723724483252139	PS1056|PS1057	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1300.0	98.385	52.0	0.4747437774524158	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0370_000000009829	2676	0.9690234634340044	3	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9729346423581596	PS1056|PS1057	0	0	True	True	1.0	515					non-mobilizable	no_good_hit	1305.0	98.544	49.0	0.4765739385065886	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0127_000000010951	2675	0.9690234634340044	3	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9635554027135335	PS1056|PS1057	0	0	True	True	0.9996261596679688	85					non-mobilizable	no_good_hit	1318.0	98.48299999999999	49.0	0.4816983894582723	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
AST0033_000000004921	2673	0.9690234634340044	3	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9700211116068718	PS1056|PS1057	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	1319.0	98.56	49.0	0.4816983894582723	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0233_000000004912	2673	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9742579892208146	PS1056|PS1057	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	1304.0	98.46600000000001	49.0	0.4765739385065886	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0066_000000012131	2669	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.5979374304297614	PS275|PS900	0	0	True	True	1.0	12					non-mobilizable	plasmid	1357.0	99.26299999999999	100.0	0.48812095032397407	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0052_000000012966	2669	0.9690234634340044	3	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.8591336231990533	PS58	0	0	True	True	0.9988759756088257	10					non-mobilizable	no_good_hit	840.0	76.905	31.0	0.298018018018018	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0117_000000007712	2668	0.9690234634340044	3	2	0	2	0	True	49636	fragment	False	FIJ0117_000000007712	1.0		0	0	False	False	0.9996252059936523	0					non-mobilizable	no_good_hit	140.0	87.85700000000001	5.0	0.01837549933422104	MK233007.1	viruses	Uncultured human fecal virus clone D.longicatenaA_S08.e.P15_4_c1 sequence	True	True
FIJ0041_000000013613	2667	0.9690234634340044	2	2	0	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9055710795008418	PS470|PS848	0	0	False	True	0.9947506785392761	0	rep_cluster_1683	MOBV			mobilizable	plasmid	2355.0	96.51799999999999	99.0	0.8489001081860801	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
DEN0007_000000010079	2664	0.9690234634340044	2	2	0	2	0	True	128824	maximal	False	ISR0308_000000006033	0.9621918768998203		0	0	True	True	1.0	193					non-mobilizable	other	2009.0	99.154	100.0	0.7346266471449487	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
ISR0214_000000010549	2663	0.9690234634340044	2	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.8512270347273444	PS58	0	0	True	True	0.9954938292503357	9					non-mobilizable	no_good_hit	837.0	76.583	30.0	0.2965765765765766	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
MON0059_000000014742	2639	0.9690234634340044	3	2	0	2	0	True	65370	maximal	True	MON0059_000000014742	0.994934491958212		4	1	True	True	0.9996210932731628	6					non-mobilizable	no_good_hit	763.0	77.982	35.0	0.2520026702269693	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0084_000000012022	2638	0.9690234634340044	2	2	0	2	0	True	65370	maximal	False	MON0059_000000014742	0.9900665897400215		0	0	True	True	1.0	62					non-mobilizable	no_good_hit	1088.0	76.562	48.0	0.3598130841121495	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0107_000000009353	2636	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9608317627686359	PS1056|PS1057	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1263.0	98.654	51.0	0.4615666178623719	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0383_000000005098	2634	0.9690234634340044	3	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9736395080666358	PS1056|PS1057	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1316.0	98.48	50.0	0.48060029282576866	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0301_000000006565	2633	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9730632227753213	PS1056|PS1057	0	0	True	True	0.9996201992034912	26					non-mobilizable	no_good_hit	1304.0	98.31299999999999	49.0	0.4765739385065886	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0075_000000006837	2633	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9723344649480229	PS1056|PS1057	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	1304.0	98.31299999999999	49.0	0.4765739385065886	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0398_000000008864	2623	0.9690234634340044	2	2	0	2	0	True	128824	maximal	False	ISR0308_000000006033	0.9631040040307391		0	0	True	True	1.0	21					non-mobilizable	other	2102.0	99.715	100.0	0.7690336749633968	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
CAN0004_000000010359	2623	0.9690234634340044	2	2	0	2	0	True	128824	maximal	False	ISR0308_000000006033	0.9622364851839571		0	0	True	True	1.0	8					non-mobilizable	other	2102.0	99.715	100.0	0.7690336749633968	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
MON0098_000000011735	2619	0.9690234634340044	3	2	0	2	0	True	23251	maximal	True	MON0098_000000011735	1.0		1	1	True	True	1.0	319					non-mobilizable	no_good_hit	897.0	95.875	55.0	0.21962616822429906	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0065_000000012378	2615	0.9690234634340044	3	2	0	2	0	True	49519	backbone	False	FIJ0067_000000010591	0.7728005502963757	PS184	0	0	True	True	0.9996175765991211	6					non-mobilizable	no_good_hit	883.0	76.78399999999999	33.0	0.3131531531531532	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0053_000000006962	2615	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9639137966863663	PS1056|PS1057	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1288.0	99.22399999999999	51.0	0.4703513909224012	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0374_000000006113	2614	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.973477426752963	PS1056|PS1057	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1284.0	98.83200000000001	51.0	0.46925329428989754	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0331_000000008756	2614	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9719588049921838	PS1056|PS1057	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1284.0	98.676	51.0	0.46925329428989754	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0358_000000007369	2614	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9614465963906859	PS1056|PS1057	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1284.0	98.83200000000001	51.0	0.46925329428989754	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0076_000000005524	2612	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9727212339912387	PS1056|PS1057	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1284.0	98.52	49.0	0.46925329428989754	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0070_000000009451	2608	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.9638222492643133	PS1056|PS1057	0	0	True	True	0.995782196521759	11					non-mobilizable	no_good_hit	1284.0	98.598	49.0	0.46925329428989754	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0225_000000006760	2578	0.9690234634340044	2	2	0	2	0	True	123452	backbone	False	FIJ0126_000000012647	0.0698258885293339	PS275|PS900	0	0	False	True	1.0	0					non-mobilizable	plasmid	1357.0	97.273	91.0	0.48812095032397407	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
AST0058_000000005912	2564	0.9690234634340044	2	2	0	2	0	True	113098	maximal	True	AST0058_000000005912	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	1371.0	88.913	53.0	0.4546061415220294	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0013_000000009283	2557	0.9690234634340044	3	2	0	2	0	True	106361	maximal	False	ISR0228_000000010211	0.9609187262711604		0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1088.0	86.029	42.0	0.3621495327102804	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0104_000000009822	2555	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.6690800321351076	PS668	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1523.0	92.25200000000001	65.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
AST0055_000000013659	2536	0.9690234634340044	2	2	0	2	0	True	113830	fragment	False	AST0055_000000013659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	734.0	94.005	57.0	0.2634989200863931	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0024_000000019204	2536	0.9690234634340044	3	2	0	2	0	True	72565	backbone	False	ISR0243_000000004384	0.655729434920676	PS342	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	259.0	99.61399999999999	10.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0316_000000007704	2534	0.9690234634340044	2	2	0	2	0	True	101794	maximal	False	CHI0069_000000003439	0.2415241715666994	PS58	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	688.0	77.471	27.0	0.24468468468468468	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0166_000000007568	2533	0.9690234634340044	2	2	0	2	0	True	108303	backbone	False	ISR0304_000000003258	0.4884986271919562	PS668	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1523.0	91.464	66.0	0.5453563714902808	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0091_000000005997	2469	0.9690234634340044	3	2	0	2	0	True	15753	maximal	True	MAD0091_000000005997	1.0		1	1	True	True	0.9987849593162537	10					non-mobilizable	no_good_hit								True	True
ISR0369_000000005149	2463	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.886742089313071	PS1056|PS1057	0	0	True	True	0.99959397315979	5					non-mobilizable	no_good_hit	1125.0	98.57799999999999	46.0	0.4110541727672035	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0030_000000012475	2463	0.9690234634340044	2	2	0	2	0	True	7333	maximal	True	SPA0030_000000012475	1.0		1	1	True	True	1.0	28					non-mobilizable	no_good_hit	191.0	78.53399999999999	8.0	0.04968775454792289	LN854158.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1653	True	True
TAN0008_000000007328	2463	0.9690234634340044	2	2	0	2	0	True	62223	backbone	True	TAN0008_000000007328	1.0	PS275|PS276	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	966.0	93.99600000000001	64.0	0.34737221022318215	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0136_000000003243	2461	0.9690234634340044	3	2	0	2	0	True	97177	fragment	False	ISR0136_000000003243	1.0		0	0	False	False	0.982933759689331	0					non-mobilizable	no_good_hit	267.0	88.39	23.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ETH0005_000000019511	2441	0.9690234634340044	2	2	0	2	0	True	53202	maximal	True	ETH0005_000000019511	0.9972222222222222		2	1	True	True	0.9995903372764587	34					non-mobilizable	no_good_hit	516.0	91.86	37.0	0.19679021780664885	NZ_LOJF01000016.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_9, whole genome shotgun sequence	True	True
ISR0232_000000011033	2434	0.9690234634340044	2	2	0	2	0	True	128825	backbone	False	ISR0152_000000007960	0.8419896997935623	PS1056|PS1057	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1165.0	98.541	48.0	0.42569546120058566	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ETH0003_000000015900	2421	0.9690234634340044	2	2	0	2	0	True	53202	maximal	False	ETH0005_000000019511	0.9972222222222222		0	0	True	True	0.9913259148597717	9					non-mobilizable	no_good_hit	516.0	91.86	37.0	0.19679021780664885	NZ_LOJF01000016.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_9, whole genome shotgun sequence	True	True
ISR0202_000000005589	2394	0.9690234634340044	3	2	0	2	0	True	106356	fragment	False	ISR0202_000000005589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	85.51700000000001	75.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0004_000000010977	2392	0.9690234634340044	2	2	0	2	0	True	73952	fragment	False	ENG0004_000000010977	1.0		0	0	False	True	0.9995819330215454	0					non-mobilizable	no_good_hit	1207.0	96.43700000000001	76.0	0.43376529877609793	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0196_000000008197	2383	0.9690234634340044	2	2	0	2	0	True	128824	maximal	False	ISR0308_000000006033	0.6442055387766081		0	0	True	True	0.9995803833007812	1					non-mobilizable	other	1862.0	99.946	100.0	0.681185944363104	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
MON0039_000000019888	2382	0.9690234634340044	3	2	0	2	0	True	24846	backbone	True	MON0039_000000019888	1.0	PS60	1	1	True	True	0.9995802044868469	6					non-mobilizable	no_good_hit								True	True
FIJ0028_000000012902	2366	0.9690234634340044	2	2	0	2	0	True	121071	fragment	False	ISR0086_000000011296	0.9591838460023071		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1905.0	94.541	100.0	0.6857657657657658	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0093_000000008494	2307	0.9690234634340044	3	2	0	2	0	True	73951	fragment	False	FIJ0093_000000008494	1.0		0	0	False	False	0.9995665550231934	0					non-mobilizable	plasmid	1888.0	97.617	99.0	0.6789056875449964	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0041_000000027407	2294	0.9690234634340044	2	2	0	2	0	True	24845	fragment	False	MON0041_000000027407	1.0		0	0	False	False	0.9873583316802979	0					non-mobilizable	no_good_hit	270.0	80.37	11.0	0.0872776099362202	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
TAN0005_000000007190	2271	0.9690234634340044	4	2	0	2	0	True	2933	maximal	True	TAN0005_000000007190	1.0		2	1	False	False	0.9850286245346069	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	0.016545601291364002	LN854170.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1665	True	True
ISR0324_000000013568	2271	0.9690234634340044	2	2	0	2	0	True	24934	fragment	False	ISR0324_000000013568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	95.477	87.0	0.3567314614830814	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0090_000000013768	2093	0.9690234634340044	2	2	0	2	0	True	128822	fragment	False	ISR0090_000000013768	0.9828556806550666		0	0	False	True	0.9995222091674805	0					non-mobilizable	no_good_hit	1286.0	98.212	61.0	0.46925329428989754	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
FIJ0033_000000017614	2063	0.9690234634340044	2	2	0	2	0	True	68947	fragment	False	FIJ0033_000000017614	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1500.0	96.667	100.0	0.5392368610511159	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
SPA0129_000000012814	2039	0.9690234634340044	3	2	0	2	0	True	60345	fragment	False	SPA0129_000000012814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	97.863	11.0	0.0010856188261278504	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	True
MON0074_000000010002	2004	0.9690234634340044	2	2	0	2	0	True	10375	fragment	False	MON0074_000000010002	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	76.404	39.0	0.20527369826435246	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0133_000000019165	1981	0.9690234634340044	2	2	0	2	0	True	65444	fragment	False	FIJ0133_000000019165	0.9674358974358974		0	0	False	False	0.984856128692627	0					non-mobilizable	plasmid	1981.0	97.779	100.0	0.712742980561555	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0037_000000036672	1967	0.9690234634340044	2	2	0	2	0	True	12095	fragment	False	MON0037_000000036672	1.0		0	0	False	False	0.9913573861122131	0					non-mobilizable	no_good_hit	272.0	80.14699999999999	13.0	0.08794897616649883	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0092_000000022855	1954	0.9690234634340044	2	2	0	2	0	True	128822	fragment	False	ISR0090_000000013768	0.951505016722408		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1287.0	98.834	66.0	0.4703513909224012	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
FIJ0032_000000018501	1950	0.9690234634340044	2	2	0	2	0	True	65444	fragment	False	FIJ0133_000000019165	0.9545683997980818		0	0	False	False	0.9994871616363525	0					non-mobilizable	plasmid	1952.0	95.492	100.0	0.6936645068394528	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0036_000000006329	1949	0.9690234634340044	2	2	0	2	0	True	62742	fragment	False	ISR0036_000000006329	1.0		0	0	False	False	0.9928168058395386	0					non-mobilizable	no_good_hit	805.0	85.839	52.0	0.1957697983275947	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
FIJ0100_000000009542	1939	0.9690234634340044	2	2	0	2	0	True	42735	fragment	False	FIJ0100_000000009542	1.0		0	0	False	False	0.9989685416221619	0					non-mobilizable	no_good_hit	161.0	100.0	8.0	0.05370929842228936	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
DEN0031_000000018135	1908	0.9690234634340044	3	2	0	2	0	True	73752	backbone	True	DEN0031_000000018135	1.0	PS346	1	1	True	True	1.0	46					non-mobilizable	no_good_hit	441.0	94.55799999999999	48.0	0.14686248331108145	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0046_000000017721	1874	0.9690234634340044	2	2	0	2	0	True	11520	fragment	False	MON0046_000000017721	1.0		0	0	False	False	0.9973319172859192	0					non-mobilizable	no_good_hit	1050.0	92.85700000000001	62.0	0.34913217623498	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0005_000000029128	1861	0.9690234634340044	2	2	0	2	0	True	65367	fragment	False	MON0005_000000029128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	73.72399999999999	87.0	0.3930440135426285	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
ISR0187_000000018942	1516	0.9690234634340044	2	2	0	2	0	True	29288	fragment	False	ISR0187_000000018942	1.0		0	0	False	False	0.9881266355514526	0					non-mobilizable	other	1516.0	99.736	100.0	0.00042071413099621776	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0136_000000019160	2166	0.9690215614663572	2	2	2	2	1	False	3610	maximal	True	SPA0136_000000019160	1.0		0	0	False	False	0.9944598078727722	0					non-mobilizable	no_good_hit	1828.0	99.398	84.0	0.0006060933961377976	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	False
ISR0275_000000007799	1809	0.969016586357402	3	3	3	3	2	False	131585	fragment	False	ISR0255_000000013518	0.6197859747024523		0	0	False	False	0.9950248599052429	0					non-mobilizable	chromosome	1809.0	99.945	100.0	0.0007641999380355581	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0023_000000016353	1702	0.9690164479097744	2	2	2	2	2	False	74272	fragment	False	ISR0278_000000005776	0.7676224022489755		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	99.53	99.0	0.022461221361942764	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
AST0116_000000006198	4242	0.969013409070412	7	3	2	2	3	True	106270	maximal	True	AST0116_000000006198	1.0		1	1	False	False	0.9917491674423218	0					non-mobilizable	chromosome	4212.0	99.976	99.0	0.11815375982042649	LT618784.1	high GC Gram+	Propionibacterium freudenreichii isolate PFRJS25 genome assembly, chromosome: II	False	True
ENG0040_000000002267	9382	0.969006585546062	12	9	4	5	7	True	130658	maximal	True	ENG0040_000000002267	1.0	PS1107|PS1110|PS1114	13	5	False	True	0.9952035546302795	0		MOBV			mobilizable	no_good_hit	5922.0	95.323	89.0	0.9877557866487756	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	True	True
ISR0190_000000018405	1222	0.9690041745375864	2	2	1	2	2	False	107617	fragment	False	ISR0190_000000018405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	97.38600000000001	13.0	0.0004594074248702627	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0101_000000018725	2308	0.969003698085912	4	3	3	3	3	False	106094	maximal	False	ISR0155_000000008644	0.9378692591423939		0	0	False	False	1.0	0					non-mobilizable	other	1607.0	94.897	100.0	0.0005806975270420198	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0099_000000001723	3860	0.9689973512632052	3	2	1	2	2	True	5006	maximal	True	SPA0099_000000001723	1.0		1	1	False	False	0.9997409582138062	0					non-mobilizable	no_good_hit	1938.0	99.536	74.0	0.036532694592708546	CP006012.1	firmicutes	Lactobacillus reuteri I5007 plasmid pLRI01, complete sequence	True	True
MAD0040_000000005349	4688	0.9689972718827082	9	6	1	5	5	False	98307	fragment	False	MAD0040_000000005349	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	4694.0	95.654	99.0	0.0370177267987487	AP022262.1	enterobacteria	Escherichia coli plasmid pWP8-S18-ESBL-07_1 DNA, complete genome, strain: WP8-S18-ESBL-07	False	True
ISR0233_000000005619	2460	0.9689915196953774	4	2	0	2	1	True	62354	fragment	False	ISR0233_000000005619	1.0		0	0	False	False	0.9983739852905273	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
SPA0124_000000017385	1689	0.9689915196953774	3	2	0	2	1	True	60466	fragment	False	SPA0124_000000017385	0.9997916666666667		0	0	False	False	0.9982237815856934	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
ENG0101_000000019950	1682	0.9689915196953774	3	2	0	2	1	True	60466	fragment	False	SPA0124_000000017385	0.9982018452733373		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
ISR0062_000000025689	1503	0.9689915196953774	2	2	0	2	1	True	35317	fragment	False	ISR0062_000000025689	1.0		0	0	False	False	0.9993346929550171	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
ISR0225_000000015743	1399	0.9689915196953774	3	2	0	2	1	True	34445	fragment	False	ISR0225_000000015743	1.0		0	0	False	False	0.9942816495895386	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
ISR0298_000000002965	4586	0.9689910354469516	5	2	2	2	2	True	116378	backbone	False	ENG0136_000000002709	0.9640586421821755	PS774	0	0	True	True	1.0	34					non-mobilizable	plasmid	3917.0	99.66799999999999	100.0	0.8611966564012319	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ENG0007_000000005665	4585	0.9689910354469516	5	2	2	2	2	True	116378	backbone	False	ENG0136_000000002709	0.9638484688988972	PS774	0	0	True	True	1.0	332					non-mobilizable	plasmid	3916.0	99.694	100.0	0.8611966564012319	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
MAD0106_000000002588	5882	0.9689908504364606	7	6	5	4	2	True	121693	fragment	False	SPA0022_000000001822	0.46463561461559083		0	0	False	False	0.9991499781608582	0					non-mobilizable	no_good_hit	54.0	96.296	2.0	0.00028927941610062475	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
AST0150_000000014732	1891	0.9689776795111672	3	3	2	3	2	False	104092	maximal	True	AST0150_000000014732	1.0		1	1	False	False	0.9989423751831055	0					non-mobilizable	no_good_hit								True	False
ISR0154_000000005229	4638	0.9689773745416976	3	2	2	2	1	False	62541	maximal	True	ISR0154_000000005229	1.0		22	7	False	False	0.99956876039505	0					non-mobilizable	no_good_hit	56.0	100.0	1.0	0.0005195148675709374	NZ_JAAVNF010000021.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_28_length_105758_cov_31.049860, whole genome shotgun sequence	True	False
MON0047_000000003792	8203	0.9689767552429264	9	7	7	7	6	False	97359	fragment	False	MON0083_000000002646	0.981802073091369		0	0	False	False	0.9997561573982239	0					non-mobilizable	other	8221.0	98.321	100.0	0.01072468608765539	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
DEN0063_000000025238	1938	0.9689701618047828	3	3	3	1	2	False	71475	fragment	False	DEN0063_000000025238	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1938.0	97.936	100.0	0.16398577717575347	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
ISR0370_000000013486	1977	0.9689660550668446	3	2	1	1	2	False	109475	fragment	False	ISR0370_000000013486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	86.47200000000001	68.0	0.11577851067523	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
CHI0054_000000000302	26307	0.9689574663241642	27	10	8	9	5	True	86368	fragment	False	CHI0054_000000000302	1.0		0	0	False	False	0.9999619722366333	0					non-mobilizable	no_good_hit	322.0	91.615	1.0	8.679384353151982e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0031_000000013847	1778	0.9689537263522228	3	3	1	2	2	True	48561	fragment	False	FIJ0031_000000013847	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1789.0	99.273	100.0	0.01757835542097605	CP038275.1	enterobacteria	Raoultella ornithinolytica strain WLK218 plasmid pWLK-101716, complete sequence	False	True
MON0044_000000001243	15636	0.9689517932796234	15	6	5	6	3	False	15535	maximal	True	MON0044_000000001243	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.075753356114988e-07	AP022702.1	bony fishes	Plectropomus leopardus DNA, chromosome 3, nearly complete sequence	True	False
AST0104_000000006567	4803	0.9689452193193712	7	1	1	1	1	False	108019	maximal	True	AST0104_000000006567	1.0		1	1	False	False	0.9958359599113464	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.723969005168902e-07	LR778312.1	eudicots	Raphanus sativus genome assembly, chromosome: 3	True	False
ISR0211_000000003345	5516	0.9689410528429238	9	2	2	2	2	False	121506	fragment	False	ISR0211_000000003345	1.0		0	0	False	False	0.9940174221992493	0					non-mobilizable	no_good_hit								True	False
ISR0010_000000018567	1202	0.9689407196852601	1	1	1	1	1	False	38289	maximal	True	ISR0010_000000018567	1.0		29	7	False	False	1.0	0					non-mobilizable	other	792.0	98.86399999999999	93.0	0.0002099211945206848	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0014_000000012264	1945	0.9689367627450984	3	3	3	2	2	False	104709	fragment	False	ENG0014_000000012264	1.0		0	0	False	False	0.9984576106071472	0					non-mobilizable	chromosome	1945.0	98.20100000000001	100.0	0.0003706727672590694	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0192_000000011625	1525	0.9689354860154294	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.04148693115336181	PS1061	0	0	False	True	0.9993442893028259	0					non-mobilizable	chromosome	1527.0	87.164	100.0	0.00040867451178804883	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0086_000000014884	2135	0.9689256867267468	4	3	3	1	2	False	50142	fragment	False	FIJ0078_000000010991	0.7969878821322419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	76.134	23.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
CAN0003_000000010983	4432	0.9689246859441718	9	6	1	2	5	True	121575	fragment	False	CAN0003_000000010983	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4441.0	97.43299999999999	100.0	0.001926200410007378	CP021554.1	high GC Gram+	Bifidobacterium breve strain 017W439 chromosome, complete genome	False	True
BAN0018_000000000109	15175	0.9689200011834416	16	14	4	5	14	True	98242	backbone	True	BAN0018_000000000109	0.9982866556836902	PS546	5	4	True	True	1.0	6		MOBP			mobilizable	plasmid	8309.0	97.42399999999999	95.0	0.21004831895570342	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
FIJ0012_000000001219	15175	0.9689200011834416	16	14	4	5	14	True	98242	backbone	False	BAN0018_000000000109	0.9981878088962108	PS546	0	0	True	True	1.0	5		MOBP			mobilizable	plasmid	8309.0	97.412	95.0	0.21004831895570342	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
ISR0816_000000014081	2939	0.9689174374318732	3	2	2	2	2	False	94092	fragment	False	MON0099_000000010698	0.9600483342249122		0	0	False	False	0.9996597766876221	0					non-mobilizable	chromosome	2941.0	97.484	100.0	0.0012980969192716175	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
AST0089_000000002698	6445	0.968912465215787	8	5	2	3	4	False	132314	maximal	True	AST0089_000000002698	0.9450932135224046	PS1061|PS1155	5	2	True	True	1.0	5					non-mobilizable	no_good_hit	1789.0	98.82600000000001	28.0	0.008345274045170896	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0074_000000008534	3330	0.9689069260493802	5	2	1	2	1	True	66626	maximal	True	ISR0074_000000008534	1.0	PS295|PS305	1	1	True	True	0.9996997117996216	53					non-mobilizable	no_good_hit	676.0	97.633	40.0	0.20185684336627732	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
FIJ0101_000000009194	3034	0.9689069260493802	3	2	1	2	1	True	42704	maximal	True	FIJ0101_000000009194	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	50.0	96.0	2.0	0.0330188679245283	LN853967.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1418	True	True
ENG0034_000000004879	2956	0.9689069260493802	4	2	1	2	1	True	65467	backbone	True	ENG0034_000000004879	1.0	PS295	1	1	True	True	1.0	11					non-mobilizable	no_good_hit	677.0	98.08	52.0	0.20215633423180593	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
MAD0085_000000001275	7616	0.9689067700701772	10	9	5	7	8	True	123626	fragment	False	ISR0317_000000001658	0.5739663541162581		0	0	False	True	0.9988182783126831	0	rep_cluster_1702				non-mobilizable	other	4779.0	97.28	94.0	0.2778424976700839	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
FIJ0111_000000000468	33225	0.9689047688151786	36	18	14	17	8	True	53280	backbone	False	FIJ0155_000000000309	0.5354454498374261	PS221	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	177.0	87.571	1.0	0.009682723342061994	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
FIJ0142_000000003411	7959	0.9689044161563064	11	9	4	4	8	True	132506	backbone	False	ISR0038_000000002833	0.020859544504184712	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	7959.0	99.912	100.0	0.8902070509233352	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0073_000000007426	2476	0.9689036824823432	3	3	3	3	3	False	115882	maximal	False	FIJ0122_000000006376	0.9693416562738117		0	0	False	False	1.0	0					non-mobilizable	other	2476.0	99.515	100.0	0.03840484133757468	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	False
MAD0047_000000007116	5041	0.968902222328527	7	7	0	3	7	False	111350	maximal	True	MAD0047_000000007116	1.0		2	1	True	True	1.0	153	ColRNAI_rep_cluster_1857,rep_cluster_2350				non-mobilizable	plasmid	4230.0	99.905	100.0	0.8491967871485944	CP010182.1	enterobacteria	Escherichia coli strain M1 plasmid B, complete sequence	False	True
USA0053_01_000000005829	3708	0.9688968217320691	4	1	1	1	1	False	86082	fragment	False	USA0053_01_000000005829	1.0		0	0	False	False	0.9935275316238403	0					non-mobilizable	no_good_hit	78.0	82.051	2.0	0.0006278385231933335	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
ISR0216_000000007825	2355	0.9688968217320691	3	1	1	1	1	False	112312	fragment	False	ISR0216_000000007825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0077_000000016593	1792	0.9688968217320691	3	1	1	1	1	False	86081	fragment	False	FIJ0077_000000016593	1.0		0	0	False	False	0.9955357313156128	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0007192833322435101	NZ_FWWT01000018.1	firmicutes	Desulfonispora thiosulfatigenes DSM 11270, whole genome shotgun sequence	True	False
DEN0040_000000006633	1263	0.9688968217320691	1	1	1	1	1	False	73172	fragment	False	DEN0040_000000006633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0002_000000012652	2831	0.9688961588790233	4	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.5747393381329686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	75.792	15.0	0.00013456429868004656	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
USA0037_01_000000013151	2630	0.9688961588790233	4	3	3	3	3	False	125966	fragment	False	DEN0051_000000012717	0.5492365706239613		0	0	False	False	0.987072229385376	0					non-mobilizable	no_good_hit	171.0	80.702	6.0	0.002761214256674346	NZ_AUMW01000024.1	firmicutes	Desulfallas alcoholivorax DSM 16058 H569DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
ISR0001_000000001525	16469	0.9688896159682868	17	13	9	12	7	True	97885	fragment	False	ISR0001_000000001525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3967.0	99.698	25.0	0.19725386796676783	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
MON0083_000000018929	2008	0.9688870435271326	2	2	1	2	2	False	27269	fragment	False	USA0087_01_000000007399	0.9757971303331955		0	0	False	False	0.9482071995735168	0					non-mobilizable	other	2008.0	99.751	100.0	0.00037995301985978654	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
FIJ0033_000000033051	1195	0.9688850686746556	2	2	2	2	1	True	48222	maximal	True	FIJ0033_000000033051	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	75.61	17.0	6.737428662027115e-05	NZ_CP022930.1	firmicutes	Enterococcus durans strain BDGP3 chromosome, complete genome	True	True
ISR0208_000000005463	4653	0.9688779545239736	7	6	3	6	6	False	129651	maximal	True	ISR0208_000000005463	1.0	PS1061|PS1063	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1758.0	98.635	38.0	0.0071699808092768776	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
DEN0046_000000000271	24640	0.9688748332896994	32	13	3	7	7	False	91525	fragment	False	DEN0046_000000000271	0.9539401008210605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1873.0	75.547	11.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
MAD0016_000000000181	10841	0.9688716049759006	15	5	3	4	4	False	19400	maximal	True	MAD0016_000000000181	1.0		1	1	False	False	0.9996310472488403	0					non-mobilizable	no_good_hit	1945.0	91.568	64.0	0.03439903590543367	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0044_000000000755	11670	0.9688712727729952	14	5	2	5	1	True	87289	fragment	False	CHI0044_000000000755	1.0		0	0	False	False	0.999914288520813	0					non-mobilizable	no_good_hit	37.0	100.0	0.0	1.5966668692068158e-05	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	True	True
CHI0158_000000006349	2637	0.968863307687184	4	4	3	4	4	True	83761	fragment	False	CHI0158_000000006349	1.0		0	0	False	False	0.9988623261451721	0					non-mobilizable	no_good_hit	1225.0	76.327	60.0	0.0006020579705703388	CP039266.1	firmicutes	Lactobacillus crispatus strain DC21.1 chromosome, complete genome	True	True
ENG0068_000000007015	3303	0.9688612239187976	4	4	4	4	4	True	76730	fragment	False	ENG0068_000000007015	1.0		0	0	False	False	0.9993944764137268	0					non-mobilizable	no_good_hit								True	True
MAD0045_000000005023	6240	0.9688549549408428	10	9	6	9	8	True	52506	maximal	True	MAD0045_000000005023	1.0		1	1	False	False	1.0	0	IncFII,rep_cluster_2183				non-mobilizable	no_good_hit	3757.0	98.669	65.0	0.035423295159508685	CP040995.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_775 plasmid unnamed3, complete sequence	True	True
MON0017_000000003261	5760	0.9688543223402704	10	4	3	2	3	False	77575	maximal	True	MON0017_000000003261	1.0		1	1	False	False	0.9998263716697693	0					non-mobilizable	no_good_hit	162.0	88.889	3.0	7.664695744903691e-05	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ISR0226_000000001091	5726	0.968853911380392	9	6	4	6	2	True	49985	maximal	True	ISR0226_000000001091	1.0	PS191	1	1	False	True	0.9970310926437378	0					non-mobilizable	no_good_hit	51.0	86.275	1.0	1.6404501946525391e-06	LR131935.1	bony fishes	Cottoperca gobio genome assembly, chromosome: 5	True	True
SPA0027_000000009794	3657	0.9688416291912793	3	2	1	2	0	True	118323	maximal	False	CHI0157_000000002617	0.9991340530976391		0	0	True	True	0.9989061951637268	11					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
ISR0003_000000007000	3640	0.9688416291912793	3	2	1	2	0	True	118323	maximal	False	CHI0157_000000002617	0.998443421529346		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
FIJ0147_000000009793	2094	0.9688321436023942	3	3	3	3	2	False	129632	fragment	False	FIJ0147_000000009793	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1766.0	89.015	85.0	0.0004713826008099527	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0214_000000012146	2351	0.968830383077938	4	2	1	2	2	False	28221	maximal	True	ISR0214_000000012146	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	314.0	80.57300000000001	13.0	0.03922829581993569	MK231936.1	viruses	Uncultured human fecal virus clone B.obeum_S04.r3.J20_1_c1 sequence	True	False
MAD0049_000000000319	24288	0.9688170902352116	33	5	1	4	2	True	19345	maximal	True	MAD0049_000000000319	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.0003462237567201069	NZ_AWEY01000035.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00012, whole genome shotgun sequence	True	True
CAN0012_000000013900	3710	0.968815646083678	7	3	3	2	3	False	94277	maximal	True	CAN0012_000000013900	1.0		4	1	False	False	0.9997304677963257	0					non-mobilizable	no_good_hit	84.0	95.238	2.0	0.0008880614581327171	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0061_000000009968	4005	0.9688087504627958	5	4	2	3	3	True	118585	backbone	False	ENG0087_000000006791	0.806425498487084	PS806|PS807	0	0	True	True	1.0	116		MOBQ,MOBQ			mobilizable	no_good_hit	1361.0	90.669	75.0	0.37258687258687256	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	True	True
MAD0029_000000000990	3837	0.9688024182062764	5	4	3	4	2	True	18999	maximal	True	MAD0029_000000000990	1.0		1	1	True	True	1.0	172					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.544359767874103e-06	NZ_NDXW01000001.1	g-proteobacteria	Zooshikella ganghwensis strain VG4 tig00000001, whole genome shotgun sequence	True	True
SPA0011_000000011616	1468	0.9687958711773615	2	2	2	2	2	False	91697	fragment	False	SPA0011_000000011616	1.0		0	0	False	False	0.9850136041641235	0					non-mobilizable	chromosome	1483.0	96.156	100.0	0.00036909794569768795	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0225_000000012126	1699	0.9687937449984799	2	2	1	2	1	False	27679	maximal	True	ISR0225_000000012126	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	5.0	2.4152654560174046e-05	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
MAD0100_000000015912	2299	0.9687936894417124	4	2	2	2	2	False	82287	maximal	True	MAD0100_000000015912	1.0		2	1	False	False	0.9973901510238647	0					non-mobilizable	other	932.0	96.99600000000001	95.0	0.0008446637074644996	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
CHI0107_000000000761	13693	0.9687831063143356	25	22	5	10	19	False	132533	maximal	True	CHI0107_000000000761	1.0	PS1156|PS1166	150	11	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	9103.0	99.98899999999999	100.0	0.24270058395328373	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0106_000000001242	11875	0.9687742408544341	16	9	4	6	7	True	104972	maximal	True	CHI0106_000000001242	1.0	PS624	1	1	True	True	1.0	82					non-mobilizable	no_good_hit	7604.0	99.90799999999999	85.0	0.6133924969745865	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0139_000000002575	7752	0.9687734190976852	8	3	2	3	1	True	117505	fragment	False	ENG0165_000000002146	0.9348477011571634		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AST0108_000000002455	7619	0.9687734190976852	5	3	2	3	1	True	117534	fragment	False	AST0108_000000002455	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	70.0	91.429	2.0	0.0011864435923448597	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0112_000000004939	5441	0.9687734190976852	5	3	2	3	1	True	117500	fragment	False	ISR0112_000000004939	1.0		0	0	False	True	0.9952214956283569	0					non-mobilizable	no_good_hit								True	True
ISR0095_000000004714	5236	0.9687734190976852	5	3	2	3	1	True	117503	fragment	False	ISR0095_000000004714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0040_000000008564	4333	0.9687734190976852	4	3	2	3	1	True	107806	maximal	True	SPA0040_000000008564	1.0		0	0	False	False	0.9926148056983948	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.76796640465501e-06	NZ_CP025197.1	firmicutes	Hungateiclostridium saccincola strain GGR1 chromosome, complete genome	True	True
FIJ0158_000000007639	2374	0.9687614223321998	3	2	2	2	2	False	48985	fragment	False	FIJ0158_000000007639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	86.025	77.0	0.0005131073983697959	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0811_000000000594	14890	0.968757749066074	11	8	6	8	8	False	34983	fragment	False	ISR0811_000000000594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	74.707	3.0	0.0014089792576419213	NZ_SLUP01000007.1	CFB group bacteria	Mariniflexile fucanivorans strain DSM 18792 Ga0310515_107, whole genome shotgun sequence	True	False
FIJ0021_000000003601	12893	0.9687547369894596	14	11	10	10	11	False	49708	maximal	True	FIJ0021_000000003601	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	73.14	9.0	0.000419586879694569	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0202_000000005720	2346	0.9687468121691956	4	2	1	2	2	False	57462	maximal	True	ISR0202_000000005720	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	77.202	8.0	0.00023476105686092395	NZ_JHVC01000001.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
CHI0043_000000004454	2061	0.9687465202787892	4	4	3	4	2	False	120079	maximal	False	SPA0028_000000014406	0.9686623012160898		0	0	False	False	1.0	0					non-mobilizable	other	906.0	81.898	91.0	0.0003944042036987911	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0110_000000014891	1206	0.9687428343754756	2	1	1	1	1	False	4599	fragment	False	SPA0110_000000014891	1.0		0	0	False	False	0.9800994992256165	0					non-mobilizable	other	1207.0	98.92299999999999	99.0	0.012121821288571717	NZ_NFHM01000010.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_10, whole genome shotgun sequence	False	False
USA0022_01_000000001542	5595	0.9687312140222863	7	5	3	5	4	False	35584	maximal	True	USA0022_01_000000001542	1.0		5	3	False	False	0.9964253902435303	0					non-mobilizable	no_good_hit	913.0	95.947	17.0	0.00029363198919073283	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0122_000000007438	1898	0.9687183483571624	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.7819984184901354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0016_000000000089	15847	0.9687180250663452	20	7	4	7	3	True	100626	maximal	True	CHI0016_000000000089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	97.6	1.0	3.307787786207005e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CAN0006_000000000304	70450	0.9687043827316622	75	67	30	40	54	True	107217	maximal	True	CAN0006_000000000304	1.0		5	3	False	False	0.9999858140945435	0					non-mobilizable	no_good_hit	27350.0	98.475	76.0	0.006442203420710318	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
SPA0073_000000004926	2450	0.9686927083750804	3	3	1	2	3	True	5846	maximal	True	SPA0073_000000004926	1.0		1	1	False	False	1.0	0	rep_cluster_1798				non-mobilizable	plasmid	2358.0	99.83	98.0	0.042532074995037625	JX397875.1	enterobacteria	Klebsiella pneumoniae strain Kpn-1433 plasmid pKP1433, complete sequence	False	True
MAD0044_000000001140	15845	0.9686905181572024	15	12	8	10	11	True	121101	maximal	True	MAD0044_000000001140	1.0		1	1	False	False	0.9998737573623657	0		MOBP	MPF_T		conjugative	no_good_hit	3443.0	93.23299999999999	76.0	0.10509378447958809	AY647243.1	g-proteobacteria	Haemophilus influenzae biotype aegyptius plasmid pF1947, complete sequence	True	True
SPA0143_000000014035	1469	0.9686891952768554	3	2	2	2	1	False	73707	fragment	False	SPA0143_000000014035	0.9620136050948896		0	0	False	False	0.9673247337341309	0					non-mobilizable	chromosome	1469.0	100.0	100.0	0.0006294699117241344	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0057_000000002335	9704	0.9686726742249192	12	5	4	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.31137996782804067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
MAD0052_000000015369	1432	0.9686625915928044	1	1	1	1	1	True	17259	maximal	True	MAD0052_000000015369	1.0		1	1	False	False	0.9965083599090576	0					non-mobilizable	no_good_hit	81.0	87.654	6.0	0.015231400117164616	CP022487.1	firmicutes	Enterococcus faecalis ARO1/DG plasmid pARO1.4, complete sequence	True	True
MON0070_000000009238	3247	0.9686619266595696	7	6	1	3	4	True	108819	fragment	False	MON0070_000000009238	1.0		0	0	False	False	0.9993840456008911	0					non-mobilizable	chromosome	3250.0	98.585	100.0	0.0012887768519969298	CP029796.1	high GC Gram+	Bifidobacterium longum subsp. longum strain YS108R chromosome, complete genome	False	True
ITA0001_000000001253	2144	0.9686599628566214	2	2	2	1	1	False	103265	fragment	False	ISR0133_000000008699	0.8007546679404376		0	0	False	False	0.9967350959777832	0					non-mobilizable	chromosome	2063.0	99.61200000000001	96.0	0.0004115487525602045	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0810_000000013803	1323	0.9686599628566214	2	2	2	1	1	False	103258	fragment	False	ISR0810_000000013803	0.9687885025650029		0	0	False	False	0.9916855692863464	0					non-mobilizable	other	1323.0	99.92399999999999	100.0	0.0002560433096677267	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0002_000000019571	2035	0.9686585508196062	3	2	2	2	2	False	20186	maximal	True	MAD0002_000000019571	1.0		2	2	False	False	0.9842751622200012	0					non-mobilizable	no_good_hit								True	False
MON0011_000000004997	8047	0.968653504097764	13	7	2	6	4	False	103326	maximal	False	MON0087_000000005219	0.9779893656485719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0001_000000010127	3331	0.9686477066600122	4	3	3	2	3	False	71485	maximal	True	MON0001_000000010127	1.0		1	1	False	False	0.9786850810050964	0					non-mobilizable	no_good_hit	2404.0	89.39299999999999	72.0	0.203013884185574	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0024_000000005419	3889	0.9686416667521132	8	6	4	5	2	False	37473	maximal	True	ISR0024_000000005419	1.0		1	1	False	False	0.9971715211868286	0					non-mobilizable	no_good_hit	195.0	81.538	5.0	0.0006627565176780858	NZ_LT160624.1	CFB group bacteria	Prevotella phocaeensis strain SN19, whole genome shotgun sequence	True	False
ISR0288_000000002981	8247	0.968641409515466	13	8	7	8	5	False	122364	fragment	False	ISR0288_000000002981	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6365.0	97.20299999999999	100.0	0.037658240958293634	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
MAD0039_000000002930	4194	0.9686413660296604	2	2	2	2	1	False	18499	fragment	False	MAD0039_000000002930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3518.0	71.063	82.0	0.12259026520396209	NZ_KB904475.1	firmicutes	Streptococcus orisratti DSM 15617 A3I7DRAFT_scaffold_33.34, whole genome shotgun sequence	True	False
FIJ0060_000000004642	2915	0.968640454070558	6	3	3	1	1	True	49777	backbone	True	FIJ0060_000000004642	0.9996659986639946	PS188	53	1	True	True	1.0	1035					non-mobilizable	no_good_hit	894.0	97.09200000000001	40.0	0.3079047290300311	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0045_000000004712	5159	0.9686369460968568	5	4	4	3	3	False	119295	fragment	False	ISR0045_000000004712	1.0		0	0	False	False	0.9994184970855713	0					non-mobilizable	no_good_hit	1036.0	87.259	20.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0029_000000006606	3788	0.9686299964635952	3	2	2	2	1	False	7388	maximal	True	SPA0029_000000006606	1.0		5	3	False	False	0.9976240992546082	0					non-mobilizable	chromosome	3788.0	100.0	100.0	0.0015705377567727626	CP021556.1	high GC Gram+	Bifidobacterium breve strain 139W423 chromosome, complete genome	False	False
SPA0095_000000007643	2646	0.9686239221301116	3	3	3	1	1	False	5215	maximal	True	SPA0095_000000007643	1.0		1	1	False	False	0.9916855692863464	0					non-mobilizable	no_good_hit	1133.0	78.641	61.0	0.00022373338734165763	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
MAD0088_000000002825	6083	0.9686185590430066	5	4	4	4	4	False	15920	maximal	True	MAD0088_000000002825	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	4142.0	80.589	69.0	0.0017220022677780595	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0117_000000012215	2195	0.9686159464015272	3	3	2	2	2	False	104467	fragment	False	ISR0849_000000012446	0.5308184411726617		0	0	False	False	1.0	0					non-mobilizable	other	2196.0	99.226	100.0	0.015519448826138317	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MAD0097_000000026363	1576	0.9686145758624604	3	2	2	2	2	False	80839	fragment	False	MAD0097_000000026363	1.0		0	0	False	False	0.9885786771774292	0					non-mobilizable	no_good_hit	565.0	83.71700000000001	35.0	0.00016040222713640354	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0186_000000001402	12223	0.9685981067594538	19	8	7	5	5	True	97830	maximal	True	ISR0186_000000001402	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	91.219	6.0	0.0017645431740793377	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
SPA0120_000000008185	5206	0.9685966634900682	7	4	4	4	4	True	87747	maximal	True	SPA0120_000000008185	1.0		2	1	False	False	1.0	0					non-mobilizable	other	4881.0	93.055	94.0	0.001534833203642452	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0128_000000014215	2613	0.968596619432864	4	2	0	2	2	True	62353	fragment	False	SPA0128_000000014215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
AUS0006_000000001533	9825	0.9685887590952379	17	8	4	7	5	True	102197	maximal	True	AUS0006_000000001533	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
USA0040_01_000000003189	5971	0.9685885975370786	6	4	3	4	3	False	90282	maximal	True	USA0040_01_000000003189	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.017575895914174845	NZ_WEHX01000134.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_134_length_4381_cov_475.676553, whole genome shotgun sequence	True	False
USA0035_01_000000001180	20281	0.9685817837621591	15	9	7	8	4	True	106698	fragment	False	USA0035_01_000000001180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9426.0	95.682	89.0	0.2069571714241765	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
AST0061_000000004457	7580	0.968576754268115	7	6	4	5	5	True	112197	fragment	False	AST0061_000000004457	0.9917624009261733		0	0	False	False	0.9993403553962708	0					non-mobilizable	no_good_hit	436.0	77.294	6.0	0.10550795593635251	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	True
ISR0807_000000001738	7486	0.968576754268115	8	6	4	5	5	True	112197	fragment	False	AST0061_000000004457	0.9876830123730854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	77.294	6.0	0.10550795593635251	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	True
ENG0194_000000002518	9572	0.9685749258274388	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9794218634494792	PS624|PS966	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	2066.0	96.176	79.0	0.2558226429194171	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0012_000000000344	18731	0.968565119549395	21	21	8	14	21	True	113289	fragment	False	FIJ0099_000000000899	0.6404960042269335		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	18004.0	99.978	100.0	0.16113095078269743	MG648859.1	enterobacteria	Escherichia coli plasmid pCOV4 clone COV4_c1	False	True
ISR0796_000000012790	1754	0.9685635323011792	2	2	1	2	2	False	99790	fragment	False	ISR0796_000000012790	0.9997191011235955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0113_000000016041	1743	0.9685635323011792	2	2	1	2	2	False	99790	fragment	False	ISR0796_000000012790	0.9997191011235955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0817_000000008077	1565	0.9685635323011792	2	2	1	2	2	False	62323	fragment	False	ISR0817_000000008077	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0160_000000016452	1778	0.9685587487287124	4	2	1	2	2	False	30426	backbone	True	ISR0160_000000016452	0.9976038338658146	PS93	2	1	True	True	1.0	88					non-mobilizable	no_good_hit	957.0	77.847	83.0	0.42922166590805644	DQ452864.1	high GC Gram+	Bifidobacterium longum strain FI10564 plasmid pFI2576, complete sequence	True	True
ISR0121_000000004884	4699	0.968553100733244	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9134157705717973	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	2720.0	96.434	60.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
USA0032_01_000000000310	38081	0.9685499924049756	53	20	10	14	14	True	103560	fragment	False	USA0032_01_000000000310	1.0		0	0	False	False	0.9999474883079529	0					non-mobilizable	no_good_hit	4778.0	95.061	13.0	0.3555522454755344	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
ISR0100_000000013084	1275	0.9685491278229736	2	2	2	1	1	False	33160	maximal	True	ISR0100_000000013084	1.0		0	0	False	False	0.9960784316062927	0					non-mobilizable	no_good_hit	362.0	75.138	28.0	0.00010233730375317045	NZ_KK073872.1	bacteria	Cloacibacillus evryensis DSM 19522 CloevDRAFT_Scaffold1.1, whole genome shotgun sequence	True	False
ISR0285_000000002664	4697	0.9685465219482142	4	2	2	2	2	False	77439	fragment	False	ISR0285_000000002664	1.0		0	0	False	False	0.9993612766265869	0					non-mobilizable	no_good_hit	45.0	95.556	1.0	0.05017103762827822	GQ876933.1		Uncultured organism clone VC1AH15TR genomic sequence	True	False
MAD0050_000000002765	7187	0.968543528979672	9	8	4	6	8	False	49732	maximal	True	MAD0050_000000002765	1.0		1	1	False	False	0.9995825886726379	0					non-mobilizable	chromosome	5155.0	99.10799999999999	100.0	0.001066206588387161	CP057729.1	enterobacteria	Escherichia coli strain RHB16-C14 chromosome, complete genome	False	False
SPA0018_000000007398	3837	0.9685420638432962	4	3	3	3	2	True	95103	fragment	False	SPA0018_000000007398	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3879.0	88.296	100.0	0.0017145073112000346	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
MON0023_000000013055	1718	0.968541264794986	3	3	3	1	1	False	12979	maximal	True	MON0023_000000013055	1.0		2	2	False	False	0.9982537627220154	0					non-mobilizable	no_good_hit	1103.0	77.335	63.0	0.0003938537101345293	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
CAN0005_000000004004	4668	0.968540557743086	7	3	2	2	2	False	95960	maximal	True	CAN0005_000000004004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0009459459459459459	NZ_JNXJ01000060.1	high GC Gram+	Streptomyces bikiniensis strain NRRL ISP-5580 contig60.1, whole genome shotgun sequence	True	False
SPA0015_000000015925	1529	0.9685401100809764	3	2	2	2	1	False	73218	fragment	False	SPA0015_000000015925	0.9418604651162791		0	0	False	False	0.9797253012657166	0					non-mobilizable	chromosome	1530.0	94.771	100.0	0.00029447094190423643	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ITA0004_000000000209	4844	0.9685394191146546	7	5	1	3	3	False	130164	backbone	True	ITA0004_000000000209	0.9855118443316413	PS1081|PS1083|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	11	5	True	True	1.0	1	rep_cluster_475				non-mobilizable	plasmid	4307.0	98.189	91.0	0.8568584511248258	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0269_000000002927	4728	0.9685394191146546	6	5	1	3	3	False	130164	backbone	False	ITA0004_000000000209	0.9751238645747315	PS1081|PS1083|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4216.0	97.462	90.0	0.8377463667131196	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0067_000000005063	2195	0.9685344070132268	4	2	1	2	1	True	85959	maximal	True	CHI0067_000000005063	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	1.1502538226768707e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
AST0052_000000003428	5589	0.9685332058636936	7	4	1	4	1	False	114628	maximal	True	AST0052_000000003428	1.0		1	1	True	True	1.0	34					non-mobilizable	no_good_hit	701.0	74.18	14.0	0.06930693069306931	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ENG0154_000000003622	6945	0.968522126958452	12	7	4	5	5	True	104886	maximal	True	ENG0154_000000003622	1.0		0	0	False	False	0.9997120499610901	0					non-mobilizable	no_good_hit	1591.0	97.486	52.0	0.1281161758773699	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0214_000000006149	4274	0.968510048007676	4	3	3	3	3	False	28238	maximal	True	ISR0214_000000006149	1.0		1	1	False	False	0.9990640878677368	0					non-mobilizable	no_good_hit	564.0	84.929	13.0	0.00011888348697770204	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
FIJ0159_000000009482	2524	0.968503513725116	4	2	2	2	2	False	93536	maximal	True	FIJ0159_000000009482	1.0		2	1	False	False	0.9782091975212097	0					non-mobilizable	no_good_hit	1808.0	93.363	71.0	0.0007743256949508729	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0066_000000003082	10090	0.9684899193633192	11	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.636567280820559	PS1052	0	0	False	True	0.9995044469833374	0	IncW				non-mobilizable	other	8026.0	99.477	92.0	0.003354735266900826	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
BAN0016_000000000183	3913	0.9684867197882726	5	5	3	4	5	True	114215	fragment	False	MAD0046_000000005928	0.6677636883084024		0	0	False	False	1.0	0					non-mobilizable	plasmid	3785.0	99.736	100.0	0.03483512234639957	CP055771.1	enterobacteria	Escherichia coli strain RHB05-C22 plasmid pRHB05-C22_4, complete sequence	False	True
MAD0102_000000006066	2892	0.968486417038092	3	2	1	1	2	False	34951	fragment	False	MAD0102_000000006066	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2520.0	98.571	96.0	0.000457604959038709	CP027766.1	enterobacteria	Escherichia coli strain 2013C-3342 chromosome, complete genome	False	False
ISR0214_000000009397	2937	0.968477856098938	4	4	4	4	2	False	97134	maximal	True	ISR0214_000000009397	1.0	PS521	0	0	False	True	0.9918283820152283	0					non-mobilizable	no_good_hit	1832.0	79.258	62.0	0.002277358715348971	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
ENG0104_000000005834	4884	0.9684651212133104	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9002149038632449	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	220					non-mobilizable	no_good_hit	1764.0	98.016	61.0	0.344140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0039_000000005047	4884	0.9684651212133104	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.8997087409691912	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9997952580451965	24					non-mobilizable	no_good_hit	2821.0	96.34899999999999	59.0	0.5608202269560024	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0208_000000006139	4788	0.9684651212133104	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9012517787518536	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	636					non-mobilizable	no_good_hit	2246.0	98.041	62.0	0.43828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0044_000000003704	4764	0.9684651212133104	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9007338211150612	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	2821.0	96.34899999999999	61.0	0.5608202269560024	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0206_000000005105	4764	0.9684651212133104	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9016745696987304	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	2821.0	96.52600000000001	61.0	0.5608202269560024	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
AUS0020_000000005872	4764	0.9684651212133104	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9005248737799768	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	2821.0	96.34899999999999	61.0	0.5608202269560024	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0326_000000003676	4503	0.9684651212133104	6	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.36430247423183054	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	2386.0	97.234	55.0	0.4739147749900438	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0149_000000007141	3837	0.9684651212133104	5	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.017783731368570387	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2092.0	97.706	55.0	0.408203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MON0063_000000005570	4937	0.968464318526164	5	5	4	5	5	False	127577	fragment	False	ISR0001_000000004362	0.23782835108270717		0	0	False	False	0.9997974634170532	0					non-mobilizable	chromosome	4915.0	98.494	99.0	0.002023706273489448	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0110_000000008649	2306	0.9684592026353572	3	3	3	3	2	False	125850	maximal	True	SPA0110_000000008649	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	97.321	79.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0108_000000005850	2845	0.9684543598884072	4	3	1	1	3	False	19036	fragment	False	MAD0108_000000005850	1.0		0	0	False	False	0.9996485114097595	0					non-mobilizable	chromosome	1314.0	96.42299999999999	92.0	0.0002751073972900762	CP057368.1	enterobacteria	Escherichia coli strain RHB28-C19 chromosome, complete genome	False	False
ISR0382_000000001682	6861	0.9684371302482736	9	5	3	4	4	False	38607	maximal	True	ISR0382_000000001682	1.0		6	2	False	False	0.9982509613037109	0					non-mobilizable	no_good_hit	720.0	81.389	12.0	0.001699524133242692	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
FIJ0044_000000005686	3828	0.9684332062849202	4	2	1	1	2	False	123160	maximal	True	FIJ0044_000000005686	0.9996156116163986	PS879	4	1	True	True	1.0	56					non-mobilizable	no_good_hit	1403.0	87.455	36.0	0.35390842398178596	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
MON0090_000000056921	1096	0.9684295556474504	3	1	1	1	1	False	9502	fragment	False	MON0090_000000056921	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1097.0	95.624	100.0	0.00019603661669855325	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0062_000000017575	2124	0.9684257199211738	3	3	3	2	2	False	62488	fragment	False	ISR0143_000000013734	0.9693908496107138		0	0	False	False	0.9877589344978333	0					non-mobilizable	other	2124.0	98.493	100.0	0.0006052757925035895	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MON0018_000000012667	1601	0.9684215768843044	2	2	2	2	1	False	13272	fragment	False	MON0018_000000012667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	88.815	37.0	0.0001911619154231803	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0395_000000016478	2342	0.9684192129055744	3	2	2	2	2	False	22728	fragment	False	ISR0395_000000016478	0.9636520986585894		0	0	False	False	0.9995729923248291	0					non-mobilizable	no_good_hit								True	False
SPA0006_000000013005	2461	0.9684191462393446	5	4	1	2	3	False	8251	maximal	True	SPA0006_000000013005	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	83.421	39.0	0.000325931054100785	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0022_000000019935	1621	0.9684174600721897	2	2	2	2	1	False	98917	fragment	False	ISR0335_000000008295	0.5169654325418298		0	0	False	False	1.0	0					non-mobilizable	other	1622.0	98.58200000000001	100.0	0.005671639702177686	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0051_000000006401	6478	0.9684110372930947	7	6	6	5	6	False	35870	maximal	True	ISR0051_000000006401	1.0		7	4	False	False	0.9961407780647278	0					non-mobilizable	plasmid	5094.0	99.13600000000001	99.0	0.10799906567855096	CP034582.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10B, complete sequence	False	True
FIJ0033_000000002792	10270	0.968407821039868	20	6	4	6	3	False	48317	fragment	False	FIJ0033_000000002792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1685.0	75.786	16.0	0.0003909461295980543	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
ISR0814_000000016537	2409	0.9684064768798228	3	1	1	1	1	False	76916	fragment	False	ISR0814_000000016537	0.9752344690796101		0	0	False	False	0.9995849132537842	0					non-mobilizable	no_good_hit	181.0	76.243	7.0	0.0014601325734006985	NZ_RKLX01000008.1	bacteria	Lactobacillus suantsaiihabitans strain BCRC 81129 Scaffold8_1, whole genome shotgun sequence	True	False
ISR0202_000000003173	3871	0.968406269241098	7	4	1	3	2	False	112119	maximal	False	ISR0017_000000008679	0.9443470823938583	PS416	0	0	True	True	0.9994833469390869	17					non-mobilizable	plasmid	2746.0	97.59700000000001	100.0	0.7237467018469657	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
CHI0089_000000002249	3330	0.9683998623821608	9	1	1	1	1	False	83891	fragment	False	CHI0089_000000002249	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3011.0	99.934	90.0	0.012194035050761215	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	False	False
ENG0096_000000012169	2746	0.9683998623821608	8	1	1	1	1	False	72010	fragment	False	ENG0096_000000012169	1.0		0	0	False	False	0.9949016571044922	0					non-mobilizable	other	2746.0	100.0	100.0	0.011120473825361972	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	False	False
CHI0072_000000000575	15212	0.9683968845575252	24	22	4	5	21	True	84863	maximal	True	CHI0072_000000000575	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	15218.0	97.79899999999999	100.0	0.1963826626186939	CP030922.1	enterobacteria	Escherichia coli strain KL53 plasmid pKL53-S, complete sequence	False	True
AST0040_000000009091	2183	0.9683949961239704	3	2	2	2	2	False	128267	fragment	False	AST0040_000000009091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	74.18	22.0	0.003593739247455709	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
FIJ0067_000000016062	1925	0.9683949961239704	3	2	2	2	2	False	128257	fragment	False	USA0009_01_000000012977	0.9474963024662417		0	0	False	False	0.9979220628738403	0					non-mobilizable	no_good_hit	488.0	74.385	25.0	0.003593739247455709	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
AST0035_000000009313	1741	0.9683949961239704	2	2	2	2	2	False	128257	fragment	False	USA0009_01_000000012977	0.5727668334375651		0	0	False	False	0.9994255900382996	0					non-mobilizable	no_good_hit	408.0	74.51	23.0	0.00012127629091280113	LS483461.1	firmicutes	Clostridium perfringens strain NCTC2837 genome assembly, chromosome: 1	True	False
ISR0828_000000004456	1592	0.9683912829605388	2	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.5414519249980853		0	0	False	False	0.9987437129020691	0					non-mobilizable	other	1593.0	97.175	100.0	0.00557017298326149	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0108_000000003739	5689	0.9683912470693758	8	8	3	3	7	True	74983	fragment	False	SPA0009_000000005655	0.9810212765957447		0	0	False	False	0.998242199420929	0					non-mobilizable	no_good_hit	4136.0	94.75299999999999	81.0	0.0014547187461390473	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	True
FIJ0056_000000011231	1896	0.9683893737912792	3	2	2	2	1	True	46203	maximal	True	FIJ0056_000000011231	1.0		0	0	False	False	0.9672995805740356	0					non-mobilizable	no_good_hit	969.0	83.59100000000001	51.0	0.0004417247935645362	CP002220.1	high GC Gram+	Bifidobacterium bifidum S17, complete genome	True	True
CHI0143_000000008543	2258	0.9683873385279548	3	3	3	3	1	False	79936	maximal	False	CHI0143_000000008153	0.928087986463621		0	0	False	False	1.0	0					non-mobilizable	other	2268.0	96.208	100.0	0.0010806466528554908	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
ISR0161_000000006437	4492	0.96837713309538	6	3	2	3	3	False	30406	maximal	True	ISR0161_000000006437	1.0		1	1	False	False	0.9988868832588196	0					non-mobilizable	no_good_hit								True	False
USA0009_01_000000000981	20421	0.9683679703702444	24	14	8	14	8	True	105275	fragment	False	USA0009_01_000000000981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	88.67	6.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
ISR0037_000000007246	2969	0.9683640304772684	4	4	4	3	3	False	113619	fragment	False	ISR0037_000000007246	1.0		0	0	False	False	0.9996631741523743	0					non-mobilizable	other	2969.0	99.52799999999999	100.0	0.1113111311131113	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
FIJ0104_000000020578	1347	0.968361331534534	2	2	2	2	2	False	42465	fragment	False	FIJ0104_000000020578	1.0		0	0	False	False	0.994803249835968	0					non-mobilizable	chromosome	1347.0	99.48	100.0	0.0002519416446248924	CP056432.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00510 chromosome, complete genome	False	False
ISR0213_000000019759	1391	0.9683609997644697	2	2	2	2	1	False	28255	maximal	True	ISR0213_000000019759	1.0		0	0	False	False	0.9791516661643982	0					non-mobilizable	no_good_hit	785.0	88.15299999999999	56.0	0.008238549678559779	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0063_000000020915	1479	0.9683607524110568	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.14053141119292234	PS1061	0	0	False	True	0.9885057210922241	0					non-mobilizable	chromosome	1479.0	99.189	100.0	0.00039607929732638435	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0158_000000003081	5223	0.9683578556067548	7	4	2	4	1	True	62626	maximal	False	FIJ0036_000000006806	0.9969615414714931		0	0	True	True	1.0	33					non-mobilizable	no_good_hit	300.0	81.667	6.0	0.07462686567164178	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
CHI0140_000000000164	54666	0.9683567738678625	61	23	12	20	13	True	130801	maximal	False	ISR0079_000000000160	0.5451902946582852		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1108.0	82.40100000000001	4.0	0.00030982792655146965	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0057_000000016108	1998	0.968353226165716	3	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.757753715132551		0	0	False	False	0.9909909963607788	0					non-mobilizable	other	2000.0	95.8	100.0	0.0069907070480882275	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0774_000000012655	1972	0.968353226165716	4	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.7369491011672572		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	99.595	100.0	0.006899736886301293	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
USA0101_01_000000016586	1918	0.968353226165716	3	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.7287690091579663		0	0	False	False	0.9900938272476196	0					non-mobilizable	other	1919.0	99.635	100.0	0.006710798857974584	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
MON0046_000000016222	2027	0.968348723778358	3	2	2	2	2	False	11523	fragment	False	MON0046_000000016222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0023_000000001339	7510	0.9683397926683912	8	6	3	4	6	False	127643	maximal	False	ISR0135_000000002602	0.9731680479573479	PS1015|PS542	0	0	True	True	1.0	67	Col156,rep_cluster_2131	MOBQ			mobilizable	other	7381.0	98.523	99.0	0.9772155252351304	LM997247.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-8_contig-24.0_1_7549_[organism:Escherichia	False	True
FIJ0133_000000013122	2867	0.9683347115033832	4	3	1	3	1	False	43831	fragment	False	FIJ0133_000000013122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.623648695857074e-06	LN899820.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : II	True	False
FIJ0034_000000004355	6701	0.9683318500852728	7	4	4	4	2	True	109983	fragment	False	FIJ0034_000000004355	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5352.0	95.646	92.0	0.0015649351448004268	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0197_000000000268	43309	0.9683300365760495	37	18	11	17	11	True	120598	fragment	False	ISR0197_000000000268	1.0		0	0	False	False	0.999930739402771	0					non-mobilizable	no_good_hit	865.0	97.225	2.0	0.9988425925925926	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
SPA0086_000000004258	3432	0.9683235213781026	4	2	2	2	1	False	5550	maximal	True	SPA0086_000000004258	0.9825685339690107		2	1	False	False	1.0	0					non-mobilizable	other	2200.0	97.59100000000001	93.0	0.09992264640305774	NZ_NFHM01000037.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_37, whole genome shotgun sequence	False	False
SPA0085_000000004146	3356	0.9683235213781026	4	2	2	2	1	False	5550	maximal	False	SPA0086_000000004258	0.9718822843822843		0	0	False	False	0.9970202445983887	0					non-mobilizable	other	2317.0	97.669	93.0	0.10524639395731901	NZ_NFHM01000037.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_37, whole genome shotgun sequence	False	False
MON0033_000000037565	1607	0.9683154653867224	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.814715027354768		0	0	False	False	0.9925326704978943	0					non-mobilizable	chromosome	1608.0	92.973	100.0	0.00045567416737065763	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0121_000000002789	7721	0.9683101662166146	9	8	7	7	4	False	59896	fragment	False	ISR0121_000000002789	1.0		0	0	False	False	0.9980572462081909	0					non-mobilizable	no_good_hit	2247.0	75.923	29.0	0.0006367568838813458	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0162_000000000858	23192	0.9683100262971106	21	19	12	13	16	True	123714	fragment	False	SPA0082_000000000480	0.8195029814281366		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	12669.0	97.522	56.0	0.1262873223694715	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0119_000000007782	4169	0.9683090246680212	6	4	4	3	3	False	105072	maximal	True	ISR0119_000000007782	1.0		1	1	False	False	0.984648585319519	0					non-mobilizable	no_good_hit	3252.0	99.785	78.0	0.0034863089963935476	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	True	False
CHI0077_000000007741	1761	0.968307164852095	4	2	1	2	2	False	84534	fragment	False	CHI0077_000000007741	1.0		0	0	False	False	0.9994321465492249	0					non-mobilizable	plasmid	1737.0	94.35799999999999	98.0	0.037324904197969216	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	False	True
CAN0002_000000001630	8383	0.9683064212688292	12	6	3	4	3	False	130037	maximal	True	CAN0002_000000001630	1.0	PS1072|PS1075|PS1076|PS1077|PS1079|PS974|PS975	5	3	False	True	0.9997614026069641	0					non-mobilizable	no_good_hit	2406.0	97.257	42.0	0.47829549980087616	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0080_000000001801	6545	0.968305616693112	5	2	2	2	2	False	5630	fragment	False	SPA0080_000000001801	0.9609436025620997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	96.852	10.0	0.012612203158731962	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
FIJ0065_000000002972	4885	0.9682935647950032	6	5	4	5	4	True	126034	maximal	True	FIJ0065_000000002972	1.0		1	1	False	False	0.9995905756950378	0					non-mobilizable	no_good_hit	2769.0	94.51100000000001	61.0	0.06216173729479665	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	True
AST0093_000000009411	1859	0.9682924127985508	3	3	0	1	3	False	109531	maximal	True	AST0093_000000009411	1.0		2	2	False	False	1.0	0	rep_cluster_2358				non-mobilizable	plasmid	1051.0	99.81	100.0	0.23616734143049933	CP056234.1	enterobacteria	Citrobacter freundii strain RHBSTW-00965 plasmid pRHBSTW-00965_3, complete sequence	False	True
ENG0157_000000003802	6112	0.9682918854178754	7	6	5	5	5	False	61443	fragment	False	ENG0157_000000003802	0.9648616190458629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	74.83	7.0	0.014535766078715727	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ISR0011_000000015882	1767	0.9682858761617564	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7164970313373302		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	76.332	92.0	0.01745872378402499	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0133_01_000000012383	1735	0.9682858761617564	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.2158996999953114		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	79.132	90.0	0.01651048639000446	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0061_000000005016	3646	0.9682845351464696	4	2	1	2	0	True	88050	maximal	False	SPA0060_000000004470	0.999864314789688		0	0	True	True	1.0	60					non-mobilizable	no_good_hit	2403.0	96.04700000000001	88.0	0.2872775372775373	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
SPA0060_000000004470	3646	0.9682845351464696	5	2	1	2	0	True	88050	maximal	True	SPA0060_000000004470	0.999864314789688		7	2	True	True	1.0	92					non-mobilizable	other	1535.0	93.876	90.0	0.1829004329004329	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
SPA0134_000000008108	3639	0.9682845351464696	4	2	1	2	0	True	88050	maximal	False	SPA0060_000000004470	0.9998640565524741		0	0	True	True	1.0	17					non-mobilizable	other	1950.0	99.949	90.0	0.23436748436748436	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
CHI0188_000000004148	3606	0.9682845351464696	4	2	1	2	0	True	88050	maximal	False	SPA0060_000000004470	0.99959268613185		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	2019.0	99.851	79.0	0.24266474266474267	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
MON0105_000000001621	22263	0.9682716076562362	21	19	8	10	18	True	123796	fragment	False	MON0105_000000001621	1.0		0	0	False	False	0.9991914629936218	0					non-mobilizable	other	11906.0	94.331	95.0	0.29116569545868065	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0327_000000003159	6579	0.9682680869146644	9	8	6	5	7	False	86126	maximal	True	ISR0327_000000003159	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	77.714	24.0	0.0005217209250818849	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0031_000000001018	17781	0.9682667880560112	28	19	12	13	17	True	124145	fragment	False	ISR0777_000000000696	0.7729601360700274		0	0	False	False	0.9998312592506409	0					non-mobilizable	other	16324.0	99.204	92.0	0.004586722813107556	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0121_000000003408	5385	0.9682655286781148	7	6	3	5	4	True	96591	fragment	False	ENG0121_000000003408	1.0		0	0	False	False	0.9994428753852844	0					non-mobilizable	no_good_hit	436.0	77.294	8.0	0.10550795593635251	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	True
CHI0048_000000003214	5104	0.9682634466788612	8	6	4	4	6	False	104016	fragment	False	CHI0095_000000001503	0.9719358335295156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	91.209	38.0	0.00012083008491423063	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0086_000000001953	11705	0.9682626776590892	19	8	5	7	5	True	99756	fragment	False	ISR0086_000000001953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0118_000000004573	3188	0.9682624609795148	5	5	4	3	3	False	129742	fragment	False	ISR0173_000000002410	0.9562948715201043		0	0	False	True	1.0	0					non-mobilizable	chromosome	1744.0	99.197	100.0	0.00046682688494084	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0078_000000003264	5018	0.9682608803941296	9	5	3	2	3	True	123814	backbone	False	CHI0167_000000003333	0.9843588183312273	PS607|PS904	0	0	True	True	1.0	5		MOBP			mobilizable	plasmid	3478.0	98.677	99.0	0.6965794768611671	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0026_000000001753	7125	0.9682589771697324	17	14	2	3	14	False	66091	maximal	True	ENG0026_000000001753	1.0		1	1	False	False	0.999859631061554	0					non-mobilizable	plasmid	7126.0	99.846	100.0	0.18854042609501126	CP001927.1	enterobacteria	Escherichia coli Xuzhou21 plasmid pO157_Sal, complete sequence	False	True
ENG0040_000000009776	2343	0.9682574149312604	3	2	2	2	2	True	110382	maximal	True	ENG0040_000000009776	1.0		4	2	False	False	0.9953051805496216	0					non-mobilizable	no_good_hit	1341.0	81.357	57.0	0.2684864534528417	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0255_000000028067	1222	0.9682556114344182	2	2	2	2	1	False	26868	maximal	True	ISR0255_000000028067	1.0		0	0	False	False	0.9991816878318787	0					non-mobilizable	no_good_hit	923.0	97.4	76.0	0.4101423487544484	GQ874725.1		Uncultured organism clone 1041059767160 genomic sequence	True	False
ISR0395_000000032541	1177	0.9682527894709876	2	2	2	1	1	False	22699	fragment	False	ISR0395_000000032541	1.0		0	0	False	False	0.9626168012619019	0					non-mobilizable	no_good_hit	1059.0	74.127	88.0	0.0016833351442430101	CP019303.1	CFB group bacteria	Prevotella intermedia strain strain 17 chromosome II, complete sequence	True	False
ISR0075_000000002843	7192	0.9682523499772598	14	13	1	4	12	True	117333	fragment	False	SPA0115_000000003380	0.9732044956140351		0	0	False	False	1.0	0					non-mobilizable	chromosome	6325.0	92.538	91.0	0.0026089136077369736	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
AST0089_000000000891	14231	0.9682508221121796	15	10	9	9	6	True	110321	maximal	True	AST0089_000000000891	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6347.0	99.71600000000001	51.0	0.0780815512956173	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	True
MON0102_000000017064	2675	0.9682503466382382	3	3	3	3	2	False	8959	fragment	False	MON0102_000000017064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	72.654	23.0	0.00013724222710445805	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
FIJ0041_000000000898	25783	0.9682437696732532	32	23	16	20	15	True	79342	maximal	True	FIJ0041_000000000898	0.9910078160748612		5	1	False	False	0.9999611973762512	0					non-mobilizable	no_good_hit	7794.0	95.20100000000001	30.0	0.9533773861967695	NZ_CABKPS010000032.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MON0052_000000009348	2697	0.9682427709241056	5	2	1	2	1	False	39749	fragment	False	MON0052_000000009348	1.0		0	0	False	False	0.9992584586143494	0					non-mobilizable	no_good_hit	109.0	98.165	4.0	0.00026333563345630457	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0090_000000005119	2462	0.9682427709241056	4	2	1	2	1	False	39746	fragment	False	MAD0090_000000005119	1.0		0	0	False	False	0.9849715828895569	0					non-mobilizable	no_good_hit	109.0	97.24799999999999	4.0	0.00026333563345630457	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0171_000000012116	2276	0.9682427709241056	2	2	1	2	1	False	29992	fragment	False	ISR0171_000000012116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	96.33	9.0	0.00026333563345630457	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0333_000000010470	2141	0.9682427709241056	2	2	1	2	1	False	27525	maximal	True	ISR0333_000000010470	1.0		1	1	False	False	0.99953293800354	0					non-mobilizable	no_good_hit	305.0	98.689	14.0	0.011815001943256898	NZ_CABMOJ010000004.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
SPA0016_000000013882	2395	0.9682321989663126	4	4	4	4	4	False	7880	maximal	True	SPA0016_000000013882	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	73.413	10.0	0.0006627207504038035	NZ_QGDS01000004.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_104, whole genome shotgun sequence	True	False
ISR0092_000000002183	8104	0.9682315602921968	10	7	6	7	6	False	33597	maximal	True	ISR0092_000000002183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	71.045	16.0	0.006623456035220741	NZ_NHOC01000007.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c7, whole genome shotgun sequence	True	False
ENG0064_000000002727	8331	0.9682201981179396	14	10	6	6	9	True	124120	fragment	False	ENG0064_000000002727	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8331.0	99.83200000000001	100.0	0.0023409963257879996	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0010_000000007984	2751	0.9682145045044406	5	3	3	2	2	False	29543	fragment	False	SPA0010_000000007984	1.0		0	0	False	False	0.996364951133728	0					non-mobilizable	no_good_hit	194.0	95.876	7.0	0.003211261043909419	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
BAN0017_000000000131	8059	0.9682128168987638	11	8	5	4	8	True	98252	maximal	True	BAN0017_000000000131	1.0		1	1	False	False	0.9992554783821106	0					non-mobilizable	no_good_hit								True	True
MON0008_000000003670	6693	0.9682116203361896	6	3	3	3	2	False	38892	fragment	False	MON0008_000000003670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	86.33	16.0	0.006182532462641164	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	True	False
MON0096_000000021142	1762	0.9682100213745012	4	1	1	1	1	False	9271	fragment	False	MON0096_000000021142	1.0		0	0	False	False	0.9926220178604126	0					non-mobilizable	no_good_hit								True	False
ENG0007_000000004802	5364	0.9682094985390964	4	4	3	3	3	True	125562	maximal	True	ENG0007_000000004802	1.0	PS930	1	1	True	True	1.0	73	rep_cluster_1351	MOBQ			mobilizable	no_good_hit	2986.0	99.866	70.0	0.811141304347826	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	True	True
USA0083_01_000000018516	1485	0.9682048291343592	2	2	2	2	2	False	494	maximal	True	USA0083_01_000000018516	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	70.208	64.0	0.006111329919915977	NZ_FQYT01000005.1	firmicutes	Parasporobacterium paucivorans DSM 15970, whole genome shotgun sequence	True	False
ISR0801_000000003538	1951	0.9682037682491296	3	3	3	3	2	False	21870	fragment	False	ISR0801_000000003538	1.0		0	0	False	False	0.9989748597145081	0					non-mobilizable	no_good_hit	1035.0	99.42	53.0	0.008326421490864289	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
AST0052_000000000966	16154	0.9681940075889124	20	9	5	7	5	False	114640	fragment	False	AST0052_000000000966	0.9901687577505879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
SPA0089_000000005528	6535	0.9681936948603272	11	9	4	5	8	True	118196	fragment	False	SPA0089_000000005528	1.0		0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4842.0	99.009	74.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MAD0034_000000000569	15339	0.9681911761936344	13	9	7	6	9	False	18833	fragment	False	MAD0034_000000000569	1.0		0	0	False	False	0.9999347925186157	0		MOBP	MPF_I		conjugative	plasmid	14026.0	96.12899999999999	97.0	0.21942006269592476	CP057913.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_3, complete sequence	False	True
ISR0319_000000000696	13303	0.9681870970580692	15	9	5	7	4	False	107024	fragment	False	ISR0319_000000000696	0.9769003609073731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6295.0	99.84100000000001	57.0	0.0011286902368563547	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0338_000000001089	12886	0.9681870970580692	14	9	5	7	4	False	107024	fragment	False	ISR0319_000000000696	0.9690637826919329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6295.0	99.84100000000001	58.0	0.0011286902368563547	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0042_000000024408	1350	0.9681856800662464	2	2	1	2	1	False	36338	fragment	False	ISR0042_000000024408	1.0		0	0	False	False	0.9985185265541077	0					non-mobilizable	no_good_hit								True	False
SPA0051_000000005712	4355	0.9681840240661392	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.32155458104946927	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	3569.0	96.86200000000001	100.0	0.7086818000796495	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0842_000000005517	3700	0.9681840240661392	6	5	2	3	5	False	126695	fragment	False	ISR0842_000000005517	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1666.0	99.46	100.0	0.325	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0213_000000007488	3241	0.9681839811661602	4	2	0	1	2	True	28292	maximal	True	ISR0213_000000007488	1.0		2	1	True	True	1.0	36					non-mobilizable	plasmid	2504.0	99.88	100.0	0.7966263526416295	CP055732.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_9, complete sequence	False	True
SPA0078_000000003142	2399	0.9681839811661602	3	2	0	1	2	True	5988	maximal	False	SPA0068_000000004700	1.0		0	0	True	True	1.0	867	Col(MG828)				non-mobilizable	plasmid	1731.0	99.94200000000001	100.0	0.02001041003990515	KR905385.1	enterobacteria	Escherichia coli strain 5312.29 plasmid p5312.29, complete sequence	False	True
ENG0125_000000003423	6759	0.9681818379045783	7	5	3	5	2	False	58881	maximal	True	ENG0125_000000003423	1.0		1	1	False	False	0.9980766177177429	0					non-mobilizable	no_good_hit	275.0	78.545	4.0	0.0176359981845296	MK233472.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_4_c1 sequence	True	False
MAD0043_000000009013	2705	0.9681768818122256	3	2	2	2	1	False	18048	maximal	True	MAD0043_000000009013	1.0		0	0	False	False	0.999630331993103	0					non-mobilizable	no_good_hit	877.0	98.51799999999999	32.0	0.0027858342237826288	NZ_LFEJ01000015.1	enterobacteria	Franconibacter pulveris strain DJ34 Bact_A5_4, whole genome shotgun sequence	True	False
CHI0042_000000005054	2352	0.96817655360973	4	3	2	3	2	True	110639	fragment	False	CHI0042_000000005054	1.0		0	0	False	False	0.9974489808082581	0					non-mobilizable	other	2352.0	98.639	100.0	0.09458100333909965	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0347_000000005936	3476	0.9681762897415944	3	3	3	3	2	False	104703	fragment	False	ISR0347_000000005936	1.0		0	0	False	False	0.9836018681526184	0					non-mobilizable	other	3399.0	97.735	98.0	0.0027379048340376846	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ISR0248_000000002742	1567	0.9681711751869893	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.2583667279538105		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	94.161	96.0	0.02100066934404284	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0046_000000002415	9589	0.9681693877212276	14	12	9	12	10	False	132200	fragment	False	ENG0181_000000001954	0.5656062841866756		0	0	False	False	0.9972885847091675	0					non-mobilizable	other	8917.0	99.77600000000001	93.0	0.0729647451635078	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
ISR0336_000000000317	16836	0.9681610617570452	16	11	8	9	10	False	24472	fragment	False	ISR0336_000000000317	0.9990392006149116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3298.0	93.99600000000001	42.0	0.053155985489721884	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ISR0121_000000021418	1228	0.9681604000620818	2	1	1	1	1	False	32180	fragment	False	ISR0121_000000021418	0.9971002485501244		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	100.0	100.0	0.0059950163678115995	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	False	False
SPA0119_000000026224	1207	0.9681604000620818	2	1	1	1	1	False	32180	fragment	False	ISR0121_000000021418	0.988599348534202		0	0	False	False	0.9966859817504883	0					non-mobilizable	other	1207.0	99.42	100.0	0.005892412175697464	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	False	False
MON0090_000000024260	2432	0.9681601204953882	3	2	2	2	1	False	52488	fragment	False	MON0090_000000024260	0.9525984427739798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	734.0	85.286	30.0	0.00021984587394583454	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0023_000000013715	2363	0.9681601204953882	3	2	2	2	1	False	52488	fragment	False	MON0090_000000024260	0.9343442907095918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	76.75	35.0	0.0003057724553711703	CP025834.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-19 chromosome, complete genome	True	False
FIJ0097_000000013523	2328	0.9681601204953882	4	2	2	2	1	False	52488	fragment	False	MON0090_000000024260	0.9338102466942854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	71.55199999999999	20.0	0.00017592679589359793	CP023540.1	CFB group bacteria	Chryseobacterium sp. 6424 chromosome, complete genome	True	False
MAD0014_000000012997	2444	0.9681506869878921	4	3	2	3	3	False	113013	fragment	False	MAD0014_000000012997	1.0		0	0	False	False	0.9934533834457397	0					non-mobilizable	no_good_hit	1409.0	98.155	58.0	0.0017793639311422835	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
FIJ0007_000000000695	19510	0.968142351090312	20	19	6	9	17	False	51626	fragment	False	FIJ0007_000000000695	1.0		0	0	False	False	0.9998974800109863	0					non-mobilizable	plasmid	11733.0	97.443	99.0	0.1058760818893085	CP031294.1	enterobacteria	Escherichia coli strain EC17GD31 plasmid pGD31-F25, complete sequence	False	True
USA0116_01_000000005657	4717	0.9681380206578051	6	4	1	4	1	True	126241	maximal	True	USA0116_01_000000005657	1.0	PS261|PS950	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1052.0	97.90899999999999	34.0	0.5824541921154914	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0391_000000001282	7838	0.9681306413519978	8	3	3	3	3	True	116413	fragment	False	ISR0124_000000001916	0.6756362490623461		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	7838.0	99.962	100.0	0.2523262178434592	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0171_000000002891	7627	0.9681306413519978	7	3	3	3	3	True	116413	fragment	False	ISR0124_000000001916	0.6662939368982672		0	0	False	False	0.9996066689491272	0		MOBB	MPF_T		conjugative	plasmid	7627.0	99.934	100.0	0.24553269583695547	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0194_000000002766	7334	0.9681306413519978	5	3	3	3	3	True	116413	fragment	False	ISR0124_000000001916	0.5689928648917213		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	7256.0	99.945	99.0	0.2335876879487427	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
DEN0001_000000004575	7297	0.9681306413519978	5	3	3	3	3	True	116413	fragment	False	ISR0124_000000001916	0.5682426854717593		0	0	False	False	0.9995888471603394	0		MOBB	MPF_T		conjugative	plasmid	7234.0	99.959	99.0	0.23284716185324705	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0046_000000011652	1621	0.9681220343924511	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.3532514301310026		0	0	False	False	0.9993830919265747	0					non-mobilizable	plasmid	1656.0	76.993	100.0	0.006726310173595437	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
FIJ0090_000000004216	8133	0.9681209984275893	12	6	3	5	5	False	103333	fragment	False	FIJ0090_000000004216	1.0		0	0	False	True	0.9982786178588867	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	0.00014886078964269157	NZ_HG326227.1	firmicutes	Fenollaria massiliensis strain 9401234, whole genome shotgun sequence	True	True
MAD0041_000000001495	12236	0.9681159087839218	16	16	2	13	16	True	86850	fragment	False	MAD0041_000000001495	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	12236.0	99.95100000000001	100.0	0.10440132432247935	CP029744.1	enterobacteria	Escherichia coli strain AR_0085 plasmid unnamed3, complete sequence	False	True
ISR0060_000000001773	17535	0.9681087901403328	29	7	5	7	6	False	66699	maximal	True	ISR0060_000000001773	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1846.0	97.725	11.0	0.006516591864861999	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0007_000000007428	2323	0.9681086490685468	4	3	1	2	3	False	87317	maximal	True	FIJ0007_000000007428	1.0		5	1	False	False	1.0	0	rep_cluster_2358				non-mobilizable	no_good_hit	1628.0	96.007	81.0	0.1495954394998161	CP055523.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00405 plasmid pRHBSTW-00405_7, complete sequence	True	True
FIJ0089_000000007174	3260	0.9681029288917486	5	2	2	1	1	False	84448	fragment	False	FIJ0089_000000007174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0015_000000007013	2615	0.9680963997137766	3	3	3	2	3	False	66870	maximal	False	ENG0101_000000012235	0.992404101785036		0	0	False	False	0.9984703660011292	0					non-mobilizable	no_good_hit	642.0	85.35799999999999	31.0	0.00018485026260887073	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0005_000000003960	5513	0.9680926951250866	7	4	3	4	2	False	30855	fragment	False	MAD0005_000000003960	1.0		0	0	False	False	0.9980047345161438	0					non-mobilizable	no_good_hit								True	False
SPA0082_000000001574	9814	0.9680871645243684	11	8	3	7	7	True	83646	fragment	False	SPA0082_000000001574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	94.802	13.0	0.0036110206327990744	NZ_KB894644.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
USA0005_01_000000009540	3742	0.9680837913354544	3	3	1	2	2	True	132118	maximal	False	ISR0337_000000002432	0.11633024382051926		0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1579.0	86.384	89.0	0.43984331281477335	LN852754.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0063	True	True
ENG0203_000000004178	3681	0.9680837913354544	3	3	1	2	2	True	132118	maximal	False	ISR0337_000000002432	0.9067663640472938		0	0	True	True	0.9997283220291138	3					non-mobilizable	plasmid	2272.0	99.69200000000001	100.0	0.6315350389321468	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
ISR0337_000000002432	3675	0.9680837913354544	3	3	1	2	2	True	132118	maximal	True	ISR0337_000000002432	0.9086415102353453		17	5	True	True	1.0	15					non-mobilizable	plasmid	2204.0	99.274	100.0	0.6126251390433816	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
ISR0365_000000004003	3675	0.9680837913354544	4	3	1	2	2	True	132118	maximal	False	ISR0337_000000002432	0.907221434408092		0	0	True	True	0.9997279047966003	8					non-mobilizable	plasmid	3461.0	99.162	100.0	0.9621802002224694	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
ENG0197_000000002821	3655	0.9680837913354544	3	3	1	2	2	True	132118	maximal	False	ISR0337_000000002432	0.9072997636092787		0	0	True	True	1.0	16					non-mobilizable	plasmid	1831.0	98.962	100.0	0.5117515388919978	LN852754.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0063	False	True
AST0150_000000007410	3648	0.9680837913354544	3	3	1	2	2	True	132118	maximal	False	ISR0337_000000002432	0.9066988618786435		0	0	True	True	1.0	50					non-mobilizable	plasmid	2188.0	99.36	100.0	0.6081757508342603	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
AST0002_000000009684	3647	0.9680837913354544	3	3	1	2	2	True	132118	maximal	False	ISR0337_000000002432	0.9072970414289439		0	0	True	True	1.0	62					non-mobilizable	plasmid	2188.0	99.086	100.0	0.6081757508342603	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
ENG0084_000000007253	3644	0.9680837913354544	3	3	1	2	2	True	132118	maximal	False	ISR0337_000000002432	0.907982541033265		0	0	True	True	1.0	161					non-mobilizable	plasmid	2184.0	99.084	100.0	0.60706340378198	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
ENG0089_000000006013	3644	0.9680837913354544	3	3	1	2	2	True	132118	maximal	False	ISR0337_000000002432	0.9083226186469247		0	0	True	True	1.0	59					non-mobilizable	plasmid	2184.0	99.084	100.0	0.60706340378198	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
ENG0095_000000007453	3644	0.9680837913354544	3	3	1	2	2	True	132118	maximal	False	ISR0337_000000002432	0.908067555818733		0	0	True	True	1.0	283					non-mobilizable	plasmid	2184.0	99.038	100.0	0.60706340378198	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
ENG0033_000000007224	3637	0.9680837913354544	3	3	1	2	2	True	132118	maximal	False	ISR0337_000000002432	0.907321119291004		0	0	True	True	1.0	27					non-mobilizable	plasmid	2184.0	99.13	100.0	0.60706340378198	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
MAD0014_000000003381	7453	0.9680751314529296	7	4	0	1	4	False	126489	maximal	True	MAD0014_000000003381	1.0	PS832|PS879|PS961	1	1	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1405.0	94.875	44.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0308_000000015539	1233	0.9680749350259364	2	1	1	1	1	False	49156	fragment	False	MON0038_000000028369	0.8977227784857607		0	0	False	False	1.0	0					non-mobilizable	other	958.0	95.72	100.0	0.0016551762347164559	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
ISR0082_000000005874	4612	0.9680692167703788	6	5	3	5	4	False	111545	fragment	False	ISR0157_000000004871	0.8143880621985415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0316_000000007901	2485	0.9680601832710036	7	1	1	1	1	False	25214	fragment	False	ISR0316_000000007901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0078_000000006405	5655	0.9680551103981591	5	5	5	5	4	False	112528	fragment	False	AST0060_000000004878	0.93916848221865		0	0	False	True	0.9998231530189514	0					non-mobilizable	no_good_hit	212.0	75.472	4.0	7.727800479500596e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	True
MAD0105_000000008763	3737	0.9680543891594712	3	2	2	2	2	False	17841	fragment	False	MAD0105_000000008763	1.0		0	0	False	False	0.9965212941169739	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000020871	1716	0.9680507460224076	3	1	0	1	1	True	82905	maximal	False	SPA0135_000000012580	0.995515022542467		0	0	True	True	1.0	40					non-mobilizable	plasmid	1403.0	99.786	100.0	0.8564447159437997	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	False	True
CHI0108_000000004818	1712	0.9680507460224076	3	1	0	1	1	True	82905	maximal	False	SPA0135_000000012580	0.986773926793056		0	0	True	True	1.0	11					non-mobilizable	plasmid	1065.0	98.21600000000001	100.0	0.6499694563225412	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	False	True
SPA0136_000000025037	1686	0.9680507460224076	2	1	0	1	1	True	82905	maximal	False	SPA0135_000000012580	0.9942988819737425		0	0	True	True	1.0	25					non-mobilizable	plasmid	887.0	100.0	100.0	0.5412339645693341	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	False	True
ISR0187_000000017061	1673	0.9680507460224076	2	1	0	1	1	True	82905	maximal	False	SPA0135_000000012580	0.9939533284008818		0	0	True	True	1.0	2					non-mobilizable	plasmid	871.0	99.885	100.0	0.531459987782529	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	False	True
ENG0097_000000004637	6591	0.9680390738651632	9	8	5	7	4	False	99459	maximal	True	ENG0097_000000004637	1.0		0	0	False	False	0.9966621398925781	0					non-mobilizable	no_good_hit	3159.0	100.0	56.0	0.0014092696743283992	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0278_000000002925	3401	0.9680385059946641	4	4	4	4	2	False	110715	fragment	False	ISR0278_000000002925	1.0		0	0	False	False	0.9929432272911072	0					non-mobilizable	no_good_hit	124.0	80.645	4.0	3.221304397813808e-05	CP046120.1	a-proteobacteria	Novosphingobium sp. Gsoil 351 chromosome, complete genome	True	False
ENG0162_000000010929	2261	0.968037796727414	3	3	2	2	1	False	102236	fragment	False	ENG0162_000000010929	1.0		0	0	False	False	0.9995577335357666	0					non-mobilizable	chromosome	2273.0	89.177	100.0	0.0003345530981032358	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
SPA0006_000000011953	2679	0.968034092994332	3	3	3	2	2	False	104710	fragment	False	SPA0006_000000011953	0.9923975386044351		0	0	False	False	1.0	0					non-mobilizable	other	2682.0	95.712	100.0	0.002156160487311608	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ENG0122_000000017667	1650	0.9680300882108952	2	2	2	1	1	False	59045	fragment	False	ENG0122_000000017667	1.0		0	0	False	False	0.9975757598876953	0					non-mobilizable	no_good_hit	246.0	78.862	15.0	0.010048999252553774	NZ_MDZB01000124.1	CFB group bacteria	Hymenobacter lapidarius strain CCM 8643 NODE_53_length_24082_cov_306.227_ID_105, whole genome shotgun sequence	True	False
ENG0011_000000007265	3559	0.9680292530897812	5	5	5	3	3	False	67212	maximal	True	ENG0011_000000007265	1.0		2	2	False	False	0.9997190237045288	0					non-mobilizable	chromosome	3559.0	99.97200000000001	100.0	0.0007092670787246588	CP026238.1	enterobacteria	Citrobacter freundii complex sp. CFNIH9 chromosome, complete genome	False	False
CHI0180_000000002064	7663	0.968022379930774	13	7	3	4	5	True	90493	maximal	False	SPA0095_000000002587	0.9580322695570523	PS478	0	0	True	True	1.0	199		MOBB			mobilizable	plasmid	5896.0	95.896	98.0	0.7966973470492691	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
CHI0095_000000000974	7663	0.968022379930774	13	7	3	4	5	True	90493	maximal	False	SPA0095_000000002587	0.9580322695570523	PS478	0	0	True	True	1.0	12		MOBB			mobilizable	plasmid	5896.0	95.896	98.0	0.7966973470492691	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
USA0108_01_000000001830	7663	0.968022379930774	13	7	3	4	5	True	90493	maximal	False	SPA0095_000000002587	0.9607599085735742	PS478	0	0	True	True	1.0	936		MOBB			mobilizable	plasmid	5012.0	96.449	98.0	0.6774499187872225	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ISR0140_000000004117	7654	0.968022379930774	13	7	3	4	5	True	90493	maximal	False	SPA0095_000000002587	0.953824832662748	PS478	0	0	True	True	1.0	302		MOBB			mobilizable	plasmid	6109.0	96.088	96.0	0.8255278830536005	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
FIJ0116_000000002586	7644	0.968022379930774	13	7	3	4	5	True	90493	maximal	False	SPA0095_000000002587	0.958282713266379	PS478	0	0	True	True	1.0	3		MOBB			mobilizable	plasmid	5156.0	96.179	98.0	0.6966702761234435	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
SPA0091_000000002385	7643	0.968022379930774	13	7	3	4	5	True	90493	maximal	False	SPA0095_000000002587	0.9577734794383989	PS478	0	0	True	True	1.0	77		MOBB			mobilizable	plasmid	4338.0	95.851	98.0	0.5859501894964808	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ENG0027_000000002262	7624	0.968022379930774	13	7	3	4	5	True	90493	maximal	False	SPA0095_000000002587	0.9580861434510131	PS478	0	0	True	True	0.9998688101768494	5		MOBB			mobilizable	plasmid	3249.0	96.95299999999999	98.0	0.43922577152138603	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ENG0042_000000003550	7538	0.968022379930774	12	7	3	4	5	True	90493	maximal	False	SPA0095_000000002587	0.9508859089204892	PS478	0	0	True	True	0.99986732006073	41		MOBB			mobilizable	plasmid	4968.0	96.49799999999999	96.0	0.6710882512181917	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
FIJ0113_000000006229	4015	0.9680177690307852	4	4	4	4	3	False	49227	maximal	True	FIJ0113_000000006229	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1597.0	85.348	62.0	0.00022472922670687214	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
USA0035_01_000000003028	8417	0.9680138503654404	10	5	3	3	5	False	104024	fragment	False	USA0035_01_000000003028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3272.0	92.512	67.0	0.0007260910801187866	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0079_000000000980	4900	0.9680112193969076	3	3	0	3	2	False	85452	maximal	False	MAD0096_000000002624	0.7382043939622747		0	0	False	False	0.9997959136962891	0	IncHI1B				non-mobilizable	plasmid	4321.0	99.329	100.0	0.030917646047740797	CP029244.1	enterobacteria	Escherichia coli strain ECCRA-119 plasmid pTB202, complete sequence	False	True
MAD0101_000000006014	4399	0.9680112193969076	4	3	0	3	2	False	85447	fragment	False	MAD0101_000000006014	0.9833612640651186		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	4400.0	99.523	100.0	0.03148343109239485	CP029244.1	enterobacteria	Escherichia coli strain ECCRA-119 plasmid pTB202, complete sequence	False	True
ENG0089_000000003058	7168	0.9680101778832249	13	12	10	9	9	True	125087	fragment	False	ENG0089_000000003058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2713.0	86.03	38.0	0.000898224995173168	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ENG0086_000000015713	1598	0.9680095813523449	2	2	2	2	1	False	106735	fragment	False	ISR0190_000000014156	0.9928348909657321		0	0	False	False	1.0	0					non-mobilizable	other	1598.0	99.124	100.0	0.0006595665858694157	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
ISR0048_000000000925	16001	0.9679970607340406	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9596290032625238	PS1166	0	0	False	True	0.9999374747276306	0		MOBP	MPF_T		conjugative	plasmid	16029.0	97.29899999999999	100.0	0.43769146608315096	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
MAD0090_000000000649	15707	0.9679957749652156	19	15	8	11	10	True	98330	maximal	True	MAD0090_000000000649	1.0		1	1	False	False	0.9999363422393799	0	IncFIA,IncFIC				non-mobilizable	no_good_hit	5985.0	99.215	72.0	0.03465274841131457	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	True	True
MON0064_000000004751	4796	0.9679880645175986	8	4	3	1	2	True	129862	fragment	False	MON0064_000000004751	1.0		0	0	False	False	0.993327796459198	0					non-mobilizable	chromosome	4660.0	89.678	98.0	0.0012902134139892976	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
ENG0026_000000005176	2132	0.9679850949164334	4	3	2	3	2	True	66073	fragment	False	ENG0026_000000005176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1656.0	97.162	78.0	0.06613915198017824	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0090_000000002588	7532	0.967980298089074	11	10	6	6	8	True	123626	fragment	False	ISR0317_000000001658	0.7366519014118457		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	7548.0	99.788	100.0	0.0753133482356698	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0024_000000003420	7419	0.967980298089074	11	10	6	6	8	True	123626	fragment	False	ISR0317_000000001658	0.7337204040964505		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	7431.0	99.825	100.0	0.07414577678428869	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0018_000000008528	2527	0.967978231808823	4	4	4	3	3	False	80879	maximal	False	FIJ0106_000000009043	0.9419562880687926		0	0	False	False	0.9992085695266724	0					non-mobilizable	no_good_hit	256.0	76.172	21.0	4.503684278662551e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0068_000000007988	2548	0.9679771423082214	3	2	2	2	2	False	102371	fragment	False	ISR0068_000000007988	1.0		0	0	False	False	0.9992150664329529	0					non-mobilizable	no_good_hit	1549.0	74.048	60.0	0.0003593111867982571	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
MAD0097_000000002776	11594	0.967970171534112	15	11	6	9	7	True	16686	maximal	True	MAD0097_000000002776	1.0		1	1	True	True	0.9992237091064453	1					non-mobilizable	no_good_hit	61.0	88.525	1.0	0.0012168962956851746	NZ_PISE01000035.1	firmicutes	Bacillus nealsonii strain FO-92 contig_36, whole genome shotgun sequence	True	True
FIJ0171_000000006137	3354	0.96796930885	4	3	2	3	2	False	38815	fragment	False	FIJ0171_000000006137	1.0		0	0	False	False	0.9985092282295227	0					non-mobilizable	no_good_hit	151.0	92.715	8.0	5.015252763690378e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AUS0008_000000005334	3976	0.9679666185337188	6	4	1	3	3	False	115576	fragment	False	AUS0008_000000005334	1.0		0	0	False	False	0.9987424612045288	0					non-mobilizable	chromosome	1601.0	99.31299999999999	92.0	0.0005043161583212324	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0033_000000008052	3733	0.9679627166750322	5	4	3	4	3	False	67150	maximal	True	SPA0033_000000008052	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0097_000000010260	2160	0.9679615857646804	2	2	0	2	0	True	108999	maximal	True	AST0097_000000010260	1.0		1	1	True	True	0.9995370507240295	19					non-mobilizable	no_good_hit								True	True
ETH0003_000000015264	2504	0.9679596370958696	2	2	1	2	1	True	53205	fragment	False	ETH0003_000000015264	1.0		0	0	False	False	0.9924121499061584	0					non-mobilizable	no_good_hit	778.0	80.72	31.0	0.26040268456375837	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ISR0030_000000002229	7250	0.9679474123212409	7	4	3	4	2	False	37064	maximal	False	ISR0217_000000003434	0.9526164246369555		0	0	False	False	0.9986206889152527	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0144	XM_006675399.1	chytrids	Batrachochytrium dendrobatidis JAM81 uncharacterized protein (BATDEDRAFT_22078), partial mRNA	True	False
FIJ0102_000000008417	3726	0.9679463342098238	5	4	4	4	4	False	105110	fragment	False	FIJ0102_000000008417	0.9711147274206672		0	0	False	False	0.9965109825134277	0					non-mobilizable	other	3298.0	96.87700000000001	100.0	0.000915573920722462	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0043_000000021153	1393	0.9679355180216382	2	2	2	2	1	False	65374	fragment	False	ENG0035_000000016423	0.6834969835777416		0	0	False	False	1.0	0					non-mobilizable	chromosome	1386.0	93.29	99.0	0.0005908784321225185	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0100_000000018637	2360	0.9679265836290204	3	3	3	2	2	False	68632	fragment	False	MON0100_000000018637	1.0		0	0	False	True	0.9605932235717773	0					non-mobilizable	other	2272.0	99.648	100.0	0.0010920763155047428	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
ISR0237_000000000541	10097	0.9679259346156276	10	10	7	6	9	True	120816	fragment	False	ISR0237_000000000541	1.0		0	0	False	False	0.997226893901825	0					non-mobilizable	no_good_hit	8051.0	90.821	80.0	0.002982423967492544	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
MAD0056_000000001019	9026	0.9679238234100378	10	10	6	10	10	False	109699	fragment	False	MAD0056_000000001019	1.0		0	0	False	False	0.9959007501602173	0					non-mobilizable	chromosome	8093.0	99.432	94.0	0.001566676185728184	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
ISR0180_000000000577	30371	0.9679218488847544	30	16	14	13	10	True	120043	fragment	False	ISR0095_000000000358	0.7803416821102626		0	0	False	False	0.9998353719711304	0					non-mobilizable	no_good_hit	1927.0	99.273	7.0	0.002435717790604149	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ISR0123_000000008552	2493	0.9679177188221879	3	3	2	3	1	False	87518	maximal	True	ISR0123_000000008552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	29.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
SPA0021_000000014136	2349	0.96791724856539	4	2	2	2	2	False	36834	fragment	False	SPA0021_000000014136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	84.615	7.0	0.003110483557410932	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0085_000000003328	6010	0.9679126522878838	6	3	2	3	3	False	34009	maximal	True	ISR0085_000000003328	1.0		1	1	False	False	0.9998335838317871	0					non-mobilizable	no_good_hit								True	False
MON0040_000000014322	1920	0.9679049622410032	4	3	2	3	1	False	11868	fragment	False	MON0040_000000014322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0063_000000003003	4224	0.967901572188716	6	3	1	1	3	False	85493	maximal	True	CHI0063_000000003003	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2542.0	96.932	100.0	0.000538620490380306	CP046006.1	enterobacteria	Escherichia coli strain 1919D3 chromosome, complete genome	False	False
USA0026_01_000000028489	1150	0.967894270603974	2	1	1	1	1	False	131371	fragment	False	AST0002_000000024033	0.20759418812419825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	89.36200000000001	8.0	7.007783491217668e-06	LN590682.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG21, chromosome: 21	True	False
MON0109_000000003885	7403	0.9678932155891954	12	7	7	7	7	False	10429	fragment	False	MON0109_000000003885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2218.0	96.258	79.0	0.011917198892825987	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
CHI0182_000000001338	14625	0.967891841808322	12	10	5	9	6	False	78824	fragment	False	FIJ0135_000000001870	0.9901914361090443		0	0	False	False	0.9990427494049072	0					non-mobilizable	no_good_hit	9302.0	94.55	67.0	0.002485379216488286	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MON0041_000000034040	1926	0.9678903748655882	4	3	2	2	2	True	11800	maximal	True	MON0041_000000034040	1.0		1	1	False	False	0.9615784287452698	0					non-mobilizable	no_good_hit	231.0	95.671	12.0	0.017082590612002378	NZ_JAANXY010000041.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_41, whole genome shotgun sequence	True	True
ENG0112_000000012851	2164	0.9678885386350968	3	2	1	2	2	False	59683	maximal	True	ENG0112_000000012851	1.0		1	1	False	False	1.0	0	rep_cluster_1186				non-mobilizable	no_good_hit	1142.0	74.256	62.0	0.2985523081125376	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	True	True
ISR0210_000000012564	1521	0.9678885386350968	2	2	1	2	2	False	28428	fragment	False	ISR0210_000000012564	1.0		0	0	False	False	1.0	0	rep_cluster_1186				non-mobilizable	no_good_hit	1185.0	74.852	88.0	0.30975143403441685	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	True	True
ISR0821_000000009029	3159	0.967885337697225	3	3	3	3	2	False	110575	fragment	False	ISR0821_000000009029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	74.194	6.0	0.0010482242022012709	NZ_JABJVN010000010.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_10_length_169811_cov_175.645640, whole genome shotgun sequence	True	False
FIJ0155_000000005211	4332	0.9678823937028576	4	2	2	2	2	False	97565	fragment	False	MAD0069_000000001274	0.5743395981532816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0088_000000004946	5462	0.9678787111264744	10	6	2	2	6	True	123826	backbone	False	ISR0183_000000005642	0.07848718352918388	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	82.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
ISR0303_000000002024	5273	0.9678787111264744	7	6	2	2	6	True	123826	backbone	False	ISR0183_000000005642	0.061037845406481765	PS486|PS905	0	0	True	True	1.0	25	rep_cluster_1079	MOBB			mobilizable	plasmid	1940.0	93.454	94.0	0.23226503420957867	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
MON0014_000000002911	5096	0.9678787111264744	10	6	2	2	6	True	123826	backbone	False	ISR0183_000000005642	0.05349169138697543	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	85.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
CHI0116_000000003613	5094	0.9678787111264744	8	6	2	2	6	True	99303	fragment	False	CHI0116_000000003613	1.0		0	0	False	False	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2160.0	95.463	84.0	0.34347618288991555	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
ENG0099_000000004146	4479	0.9678787111264744	6	6	2	2	6	True	92229	fragment	False	ENG0099_000000004146	0.9998878672348059		0	0	False	False	0.9995534420013428	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2978.0	96.441	98.0	0.35673988716840715	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
ISR0233_000000002148	4459	0.9678787111264744	6	6	2	2	6	True	92229	fragment	False	ENG0099_000000004146	0.9976557267247154		0	0	False	False	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2978.0	96.47399999999999	98.0	0.35673988716840715	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
ISR0032_000000009579	3374	0.967875238842335	4	3	3	3	3	False	51577	fragment	False	ISR0032_000000009579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1718.0	73.865	52.0	0.0004583039401430719	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0107_000000002299	13319	0.9678746310281814	8	4	3	3	3	True	43495	fragment	False	MAD0107_000000002299	1.0		0	0	False	False	0.9986485242843628	0					non-mobilizable	no_good_hit								True	True
CHI0173_000000000797	19930	0.967868249658416	25	23	10	14	21	True	132538	fragment	False	CHI0173_000000000797	0.9998557278982314		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16078.0	93.32	100.0	0.2169257807219143	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0083_000000000397	19857	0.967868249658416	25	23	10	14	21	True	132538	fragment	False	CHI0173_000000000797	0.9989539883700697		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16078.0	93.314	100.0	0.2169257807219143	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0188_000000002242	8920	0.9678649631605476	9	3	2	3	2	False	83205	maximal	True	ISR0188_000000002242	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4829.0	97.556	85.0	0.19747177221404025	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0137_000000001788	6610	0.9678593378878108	9	9	5	6	7	True	123628	fragment	False	USA0108_01_000000001009	0.015061187693670852		0	0	False	True	0.9975793957710266	0	rep_cluster_1702				non-mobilizable	plasmid	5536.0	96.965	100.0	0.17779065649248205	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ITA0006_000000013318	1769	0.9678536186822968	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.7212706086666609		0	0	False	False	0.9983041286468506	0					non-mobilizable	other	1703.0	79.154	95.0	0.023468875502008033	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0061_000000003384	4629	0.9678457634328969	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.07315803166278269		0	0	False	False	1.0	0					non-mobilizable	other	4562.0	96.865	99.0	0.04948375176611238	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0138_000000003077	6619	0.9678442523486864	12	8	3	5	7	True	118187	maximal	False	SPA0139_000000003351	0.9888643059971948	PS799	0	0	True	True	1.0	139	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4297.0	96.20700000000001	75.0	0.5409732728189611	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0058_000000000498	27565	0.9678407263634556	47	22	11	18	14	True	125127	maximal	True	ISR0058_000000000498	1.0		1	1	False	False	0.9997823238372803	0	rep_cluster_233				non-mobilizable	no_good_hit	6996.0	97.87	79.0	0.040255970140656856	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0003_000000014247	1826	0.9678383999236809	3	3	3	2	2	False	38597	fragment	False	ISR0003_000000014247	1.0		0	0	False	False	0.9874041676521301	0					non-mobilizable	other	1826.0	100.0	100.0	0.0007887621490980883	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0379_000000022685	1112	0.9678353265118133	3	3	1	3	2	False	23196	maximal	True	ISR0379_000000022685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	99.79799999999999	89.0	0.013663087581771509	MH909332.1	enterobacteria	Klebsiella pneumoniae strain A1731 plasmid pA1731-KPC, complete sequence	True	False
CHI0130_000000009180	1783	0.9678292776769012	2	2	2	1	1	False	100695	fragment	False	CHI0130_000000009180	0.9716646989374262		0	0	False	False	0.9910263419151306	0					non-mobilizable	other	1763.0	96.88	99.0	0.00467318224615099	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
AST0058_000000003419	4742	0.9678284781403236	8	4	1	2	3	True	121577	fragment	False	AST0058_000000003419	0.9432053179344443		0	0	False	True	1.0	0					non-mobilizable	other	4745.0	98.35600000000001	100.0	0.0020714845566547095	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
ISR0120_000000009884	3132	0.9678196599269184	8	3	1	3	2	False	32289	maximal	True	ISR0120_000000009884	1.0		1	1	False	False	0.9862707257270813	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	3.135200929494864e-05	NZ_FUHT01000004.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
FIJ0123_000000000412	43996	0.9678045726541776	41	29	21	28	18	True	103061	maximal	True	FIJ0123_000000000412	1.0		2	1	False	False	0.9998181462287903	0					non-mobilizable	no_good_hit	1227.0	75.22399999999999	3.0	0.0003172399858829518	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0059_000000000257	37387	0.9678036386817636	39	37	11	17	35	True	80389	fragment	False	ENG0059_000000000257	1.0		0	0	False	False	0.9997325539588928	0			MPF_I		non-mobilizable	plasmid	25291.0	98.715	95.0	0.2973679254167059	CP025625.1	enterobacteria	Escherichia coli strain SCEC020007 plasmid pBOKZ_020007, complete sequence	False	True
DEN0026_000000001985	13457	0.9678010561872226	14	13	9	11	12	True	125614	maximal	True	DEN0026_000000001985	1.0	PS931	1	1	False	True	0.9992569088935852	0					non-mobilizable	plasmid	13509.0	99.43700000000001	99.0	0.14772752138996478	CP041748.1	enterobacteria	Escherichia coli strain NCCP 15739 plasmid unnamed, complete sequence	False	True
ENG0157_000000017992	1373	0.96778690001981	3	3	3	3	1	False	56591	fragment	False	ENG0157_000000017992	1.0		0	0	False	False	0.9868900179862976	0					non-mobilizable	other	1287.0	99.068	94.0	0.008728552215082395	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
MON0024_000000016645	2864	0.9677830297819248	6	3	2	2	1	True	19349	fragment	False	MON0024_000000016645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1007.0	88.87799999999999	81.0	0.04361222010067697	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0201_000000009269	3220	0.967782091367122	3	3	3	3	3	False	121428	fragment	False	ISR0049_000000008466	0.9708985895243053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1768.0	86.991	55.0	0.0237616276714955	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
SPA0037_000000006220	3922	0.9677805510123244	6	4	4	4	3	False	116223	fragment	False	SPA0037_000000006220	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	94.705	92.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0079_000000012496	2025	0.9677783455227724	3	3	1	1	2	True	5649	maximal	True	SPA0079_000000012496	1.0		5	4	False	False	0.985679030418396	0					non-mobilizable	other	1894.0	99.89399999999999	94.0	0.0007983612717604056	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	True
ISR0236_000000008291	1373	0.9677783455227724	3	3	1	1	2	True	74975	maximal	True	ISR0236_000000008291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	97.529	88.0	0.0004934898397236132	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	True
DEN0018_000000030637	1325	0.9677783455227724	3	3	1	1	2	True	74974	fragment	False	DEN0018_000000030637	1.0		0	0	False	False	0.9818868041038513	0					non-mobilizable	other	1327.0	97.43799999999999	100.0	0.0005394621001430429	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0129_000000002301	5236	0.9677755140905138	5	5	3	3	5	True	91643	maximal	True	ISR0129_000000002301	1.0	PS484	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2965.0	100.0	80.0	0.6209930861093652	LN853046.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0399	True	True
USA0084_01_000000003681	8303	0.9677753006161602	15	9	4	5	6	True	90493	maximal	False	SPA0095_000000002587	0.9710151207482765	PS478	0	0	True	True	1.0	82		MOBB			mobilizable	plasmid	3066.0	96.869	91.0	0.4145912290200325	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
CHI0104_000000000646	8285	0.9677753006161602	15	9	4	5	6	True	90493	maximal	False	SPA0095_000000002587	0.9720744604701643	PS478	0	0	True	True	0.9991551041603088	32		MOBB			mobilizable	plasmid	3066.0	96.869	92.0	0.4145912290200325	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ISR0850_000000001573	8284	0.9677753006161602	15	9	4	5	6	True	90493	maximal	False	SPA0095_000000002587	0.972101088003182	PS478	0	0	True	True	1.0	2132		MOBB			mobilizable	plasmid	3066.0	96.869	92.0	0.4145912290200325	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ISR0199_000000002967	8284	0.9677753006161602	15	9	4	5	6	True	90493	maximal	False	SPA0095_000000002587	0.972101088003182	PS478	0	0	True	True	0.9998793005943298	29		MOBB			mobilizable	plasmid	3066.0	96.869	92.0	0.4145912290200325	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ISR0004_000000001889	8276	0.9677753006161602	14	9	4	5	6	True	90493	maximal	False	SPA0095_000000002587	0.9720900194430728	PS478	0	0	True	True	1.0	11		MOBB			mobilizable	plasmid	3066.0	96.869	92.0	0.4145912290200325	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ISR0210_000000001857	9390	0.9677709270521424	15	9	6	5	7	True	68639	maximal	True	ISR0210_000000001857	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	7724.0	99.689	82.0	0.003063472954131206	CP029796.1	high GC Gram+	Bifidobacterium longum subsp. longum strain YS108R chromosome, complete genome	True	True
MON0008_000000022056	1642	0.967767260497884	2	2	2	2	2	False	37905	fragment	False	ISR0056_000000011330	0.3420591856081712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	94.915	4.0	0.11983471074380166	EU058513.1	bacteria	Uncultured bacterium clone LM0ABA32ZC03FM1 genomic sequence	True	False
ISR0375_000000005629	3518	0.9677650172616205	7	6	3	6	5	False	114765	fragment	False	FIJ0029_000000009025	0.9690016561895831		0	0	False	False	1.0	0					non-mobilizable	other	3518.0	99.71600000000001	100.0	0.07298043203087713	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0207_000000002894	5567	0.9677631602138128	9	8	2	3	7	True	90086	backbone	False	CHI0176_000000001731	0.966733072762418	PS472	0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	plasmid	2440.0	99.87700000000001	97.0	0.26296495956873317	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
CHI0081_000000001899	5552	0.9677631602138128	9	8	2	3	7	True	90086	backbone	False	CHI0176_000000001731	0.9802309826412908	PS472	0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	plasmid	3511.0	99.85799999999999	100.0	0.3784366576819407	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
CHI0079_000000001235	5546	0.9677631602138128	9	8	2	3	7	True	90086	backbone	False	CHI0176_000000001731	0.9793087912976072	PS472	0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	plasmid	3493.0	99.85700000000001	100.0	0.3764959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
CHI0178_000000002254	5530	0.9677631602138128	9	8	2	3	7	True	90086	backbone	False	CHI0176_000000001731	0.9791024509882028	PS472	0	0	False	True	0.9998191595077515	0	rep_cluster_1085	MOBB			mobilizable	plasmid	3493.0	99.85700000000001	100.0	0.3764959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
ISR0321_000000000941	8377	0.9677567077348341	11	4	3	3	2	False	100188	fragment	False	ISR0321_000000000941	1.0		0	0	False	False	0.9959412813186646	0					non-mobilizable	no_good_hit	60.0	98.333	1.0	0.00022672861353531393	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
MAD0046_000000018636	1438	0.9677531262935356	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.1304969342326742		0	0	False	False	0.998609185218811	0					non-mobilizable	other	1438.0	78.303	99.0	0.019885095939312807	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0399_000000009892	1694	0.9677502334950816	2	2	2	1	1	False	100695	fragment	False	CHI0130_000000009180	0.9481211441390914		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	97.875	100.0	0.004490180217215452	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0102_000000017928	1604	0.9677502334950816	2	2	2	1	1	False	100694	fragment	False	ENG0102_000000017928	1.0		0	0	False	False	0.9993765354156494	0					non-mobilizable	other	1604.0	100.0	100.0	0.00425148191860388	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0293_000000024461	1434	0.9677502334950816	2	2	2	1	1	False	100693	fragment	False	ISR0293_000000024461	0.9965490797546013		0	0	False	False	1.0	0					non-mobilizable	other	1434.0	100.0	100.0	0.0038006073545598005	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0158_000000014552	1304	0.9677502334950816	2	2	2	1	1	False	100693	fragment	False	ISR0293_000000024461	0.951534170153417		0	0	False	False	0.9846625924110413	0					non-mobilizable	other	1304.0	99.31	100.0	0.003455820923231975	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0119_000000011862	2766	0.9677435443222692	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.2753495639746454		0	0	False	False	0.9945769906044006	0					non-mobilizable	other	2764.0	99.78299999999999	99.0	0.007328037767375247	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0108_000000001925	3891	0.9677429433289844	2	2	2	2	2	False	82940	fragment	False	CHI0108_000000001925	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3049.0	99.934	100.0	0.0008596555849691139	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0157_000000001788	13803	0.9677317911003536	15	5	4	5	4	False	70862	maximal	True	ISR0157_000000001788	0.9959308240081384		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	93.333	1.0	0.00012556014245985894	NZ_NTLB01000004.1	g-proteobacteria	Mangrovitalea sediminis strain M11-4 Scaffold3_1, whole genome shotgun sequence	True	False
DEN0053_000000005368	2006	0.9677282613745959	3	3	3	3	3	False	72134	fragment	False	DEN0053_000000005368	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	98.851	99.0	0.0005594815042243793	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0025_000000017431	2258	0.9677228709030689	3	3	3	2	1	False	93091	fragment	False	DEN0067_000000014740	0.6999843305768884		0	0	False	False	0.9743135571479797	0					non-mobilizable	other	2259.0	97.787	100.0	0.008097049848135491	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0776_000000003790	7012	0.967719052335004	8	8	8	8	8	False	113198	fragment	False	ISR0776_000000003790	0.9842302880292992		0	0	False	False	1.0	0					non-mobilizable	chromosome	7012.0	99.943	100.0	0.001468426013195099	CP019961.1	enterobacteria	Escherichia coli strain HKUOPY1 chromosome, complete genome	False	False
ISR0808_000000000381	22196	0.9677181165773416	20	18	11	13	17	True	123714	fragment	False	SPA0082_000000000480	0.6746296339217336		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	8389.0	98.021	58.0	0.0019078894644431331	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	True
FIJ0101_000000000981	20911	0.9677180817574318	29	5	3	5	2	True	42713	maximal	True	FIJ0101_000000000981	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	86.42	2.0	0.0030292230933713473	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
FIJ0149_000000000956	17549	0.9677180817574318	26	5	3	5	2	True	39868	fragment	False	FIJ0149_000000000956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	86.42	2.0	0.0030292230933713473	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
CHI0129_000000003347	5674	0.9677158289704438	9	7	2	2	7	True	90647	fragment	False	CHI0129_000000003347	0.9999115983026874		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	5273.0	92.566	92.0	0.630989646039008	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
CHI0139_000000001692	5656	0.9677158289704438	9	7	2	2	7	True	90647	fragment	False	CHI0129_000000003347	0.9983256961579132		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	5273.0	92.54700000000001	93.0	0.630989646039008	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
CAN0002_000000013020	1498	0.9677150941151496	2	2	1	2	1	True	96897	maximal	True	CAN0002_000000013020	1.0		1	1	False	False	0.9873164296150208	0					non-mobilizable	no_good_hit	1014.0	98.323	88.0	0.6188149053145999	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	True	True
ISR0108_000000012087	1845	0.9677089392123384	2	2	1	2	1	False	32801	fragment	False	ISR0108_000000012087	1.0		0	0	False	False	0.9983739852905273	0					non-mobilizable	other	1139.0	85.338	99.0	0.0009151393533283764	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	False	False
SPA0039_000000017993	1542	0.9677051080705262	3	2	2	1	1	False	6992	maximal	True	SPA0039_000000017993	1.0		1	1	False	False	0.9993515014648438	0					non-mobilizable	no_good_hit	757.0	73.44800000000001	48.0	0.00014929120606936612	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0354_000000000309	27218	0.9677039937076222	26	15	7	13	9	True	110951	fragment	False	ISR0354_000000000309	1.0		0	0	False	False	0.9994488954544067	0					non-mobilizable	plasmid	14051.0	97.744	93.0	0.08469218774553058	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0167_000000002698	8804	0.9677022303814456	12	9	3	5	6	True	76975	maximal	True	ENG0167_000000002698	0.9948561526853368	PS328|PS329|PS369	4	3	True	True	1.0	87					non-mobilizable	no_good_hit	1646.0	80.377	31.0	0.20363681654004234	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0010_000000028468	1623	0.9677012696452376	3	1	1	1	1	False	75912	fragment	False	DEN0010_000000028468	1.0		0	0	False	False	0.9975354075431824	0					non-mobilizable	no_good_hit	83.0	91.566	5.0	0.00012367539131195458	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0107_000000001789	12455	0.9676997949697717	9	9	6	8	8	False	98117	maximal	True	ENG0107_000000001789	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	12455.0	99.992	100.0	0.12051947046527832	CP027256.1	enterobacteria	Escherichia coli strain EC11 plasmid unnamed1, complete sequence	False	True
ISR0177_000000003823	5880	0.9676943591879308	12	8	4	4	6	True	118195	fragment	False	USA0023_01_000000005290	0.977990508918344		0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3400.0	97.971	59.0	0.3804141018466704	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
AST0149_000000014303	1878	0.967688633616581	4	3	2	2	2	False	107142	fragment	False	AST0149_000000014303	0.9997232982844494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	73.941	16.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
AST0108_000000017159	1658	0.967688633616581	5	3	2	2	2	False	107140	fragment	False	AST0108_000000017159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	73.616	18.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
SPA0099_000000001352	5835	0.9676884228546696	7	5	2	4	4	True	5010	maximal	True	SPA0099_000000001352	1.0		1	1	False	False	0.9979434609413147	0					non-mobilizable	no_good_hit	1000.0	84.3	24.0	0.052311244031691066	CP002847.1	firmicutes	Lactobacillus reuteri SD2112 plasmid pLR584, complete sequence	True	True
ISR0120_000000002689	8342	0.9676864580470812	9	5	4	5	4	True	32302	fragment	False	ISR0120_000000002689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	79.932	4.0	0.0004815815598640395	NZ_AFNU02000001.1	bacteria	Haloplasma contractile SSD-17B Contig1, whole genome shotgun sequence	True	True
ENG0128_000000008087	3232	0.9676819204769562	4	3	3	2	2	False	64240	fragment	False	ENG0128_000000008087	1.0		0	0	False	False	0.9922648668289185	0					non-mobilizable	other	3097.0	98.54700000000001	96.0	0.016741650804637482	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ISR0033_000000018691	1689	0.9676798800294568	3	3	3	3	2	False	36870	fragment	False	ISR0033_000000018691	1.0		0	0	False	False	0.9958555102348328	0					non-mobilizable	chromosome	1690.0	91.361	100.0	0.00025986878242013076	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0117_01_000000002523	10217	0.9676785492413821	12	10	6	8	9	True	123666	fragment	False	USA0069_01_000000005394	0.8211415535059567		0	0	False	True	0.9996085166931152	0	rep_cluster_1702				non-mobilizable	other	3598.0	98.63799999999999	96.0	0.0008180246832630283	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	True
CHI0139_000000001139	7869	0.9676783070973208	13	12	9	12	11	False	132186	fragment	False	SPA0043_000000002161	0.34519637963930494		0	0	False	False	0.9996187686920166	0					non-mobilizable	other	7869.0	99.86	100.0	0.16326700006225228	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
AUS0024_000000002962	9692	0.9676783028645716	9	6	6	5	2	True	98998	maximal	True	AUS0024_000000002962	0.995066698939468		21	7	True	True	1.0	23					non-mobilizable	no_good_hit	2853.0	71.328	29.0	0.003115126063518289	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ENG0086_000000002349	9549	0.9676783028645716	9	6	6	5	2	True	98998	maximal	False	AUS0024_000000002962	0.9821548120587555		0	0	True	True	1.0	28					non-mobilizable	no_good_hit	2853.0	71.328	29.0	0.003115126063518289	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
MON0081_000000005841	8944	0.9676783028645716	9	6	6	5	2	True	98998	maximal	False	AUS0024_000000002962	0.9617704075895525		0	0	False	True	0.9973166584968567	0					non-mobilizable	no_good_hit	2853.0	71.293	31.0	0.003115126063518289	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
MON0065_000000003127	8491	0.9676783028645716	9	6	6	5	2	True	98998	maximal	False	AUS0024_000000002962	0.5860409903045563		0	0	False	True	0.9939936399459839	0					non-mobilizable	no_good_hit	2853.0	71.293	33.0	0.003115126063518289	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
MON0039_000000004488	8424	0.9676783028645716	9	6	6	5	2	True	98998	maximal	False	AUS0024_000000002962	0.5830288631401574		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2853.0	71.258	33.0	0.003115126063518289	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
SPA0007_000000002920	7171	0.9676783028645716	8	6	6	5	2	True	62868	fragment	False	SPA0007_000000002920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2717.0	71.181	37.0	0.0029659384679101937	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
MAD0061_000000017437	1102	0.9676759110575562	2	2	1	2	1	False	16791	fragment	False	MAD0061_000000017437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0154_000000018235	2092	0.9676723591353916	2	2	2	1	2	False	39595	fragment	False	FIJ0154_000000018235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1449.0	85.162	69.0	0.00047185055277422966	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
ISR0009_000000003988	7048	0.9676708133525888	9	3	3	3	2	False	38390	maximal	True	ISR0009_000000003988	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	92.556	11.0	0.04154394667493412	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
ISR0366_000000005315	3113	0.9676695935920926	3	3	3	3	3	False	131459	maximal	True	ISR0366_000000005315	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	78.244	58.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0009_000000005205	5642	0.9676683482466456	9	5	3	4	4	True	104891	maximal	True	ISR0009_000000005205	1.0		0	0	False	False	0.9969868659973145	0					non-mobilizable	no_good_hit	1902.0	95.11	46.0	0.1528035498184752	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0025_000000000506	15318	0.9676585680427908	19	15	11	11	14	True	97684	maximal	True	MAD0025_000000000506	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	3144.0	85.274	43.0	0.00044511513436833357	CP050218.1	enterobacteria	Escherichia coli strain RM-096-MS chromosome	True	True
ENG0204_000000011972	2169	0.9676537741438436	2	2	1	2	0	True	54041	maximal	True	ENG0204_000000011972	1.0		0	0	False	False	0.9838635325431824	0					non-mobilizable	no_good_hit								True	True
CHI0125_000000007160	2162	0.9676536419648902	2	2	2	2	2	False	81634	maximal	True	CHI0125_000000007160	1.0		0	0	False	False	0.9902867674827576	0					non-mobilizable	no_good_hit	1201.0	98.00200000000001	56.0	0.00035880145351995	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0009_000000002959	10468	0.9676502894660336	15	6	4	5	3	True	127208	maximal	True	SPA0009_000000002959	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4785.0	96.46799999999999	75.0	0.19074451504615753	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0357_000000007226	3284	0.9676493592943779	6	3	2	3	2	False	128473	fragment	False	ISR0357_000000007226	1.0		0	0	False	False	0.9996954798698425	0					non-mobilizable	no_good_hit	748.0	97.46	28.0	0.00021247728029081227	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0011_000000005569	3691	0.9676409137762858	4	4	4	4	4	False	81317	fragment	False	USA0075_01_000000006254	0.9640333165068148		0	0	False	False	1.0	0					non-mobilizable	other	3691.0	99.756	100.0	0.01640532261578201	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ENG0086_000000003551	6567	0.9676394870946388	7	4	2	2	3	False	132257	backbone	False	USA0121_01_000000007080	0.918084627424297	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	28	rep_cluster_475				non-mobilizable	other	3423.0	95.47200000000001	93.0	0.5220125786163522	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0087_01_000000001767	6567	0.9676394870946388	7	4	2	2	3	False	132257	backbone	False	USA0121_01_000000007080	0.9208897786175767	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	49	rep_cluster_475				non-mobilizable	other	4926.0	95.73700000000001	93.0	0.7522626169657923	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0038_01_000000003128	6567	0.9676394870946388	7	4	2	2	3	False	132257	backbone	False	USA0121_01_000000007080	0.9205949003081323	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	0.9998477101325989	3	rep_cluster_475				non-mobilizable	other	3309.0	94.228	93.0	0.5043718361711919	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0033_000000004238	6566	0.9676394870946388	7	4	2	2	3	False	132257	backbone	False	USA0121_01_000000007080	0.9206233443126274	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	0.9998477101325989	80	rep_cluster_475				non-mobilizable	other	3309.0	94.258	93.0	0.5043718361711919	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0340_000000003792	6566	0.9676394870946388	7	4	2	2	3	False	132257	backbone	False	USA0121_01_000000007080	0.9205258723794914	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	248	rep_cluster_475				non-mobilizable	other	5151.0	95.632	93.0	0.7867771130541494	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0289_000000002598	3078	0.967639414232164	4	3	3	3	2	False	129742	fragment	False	ISR0173_000000002410	0.7946463082045888		0	0	False	True	0.997725784778595	0					non-mobilizable	chromosome	1741.0	99.13799999999999	100.0	0.00046629091836800324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0031_01_000000008383	3568	0.9676362834067236	6	6	5	4	4	False	120521	fragment	False	CAN0021_000000006846	0.18694593167990795		0	0	False	False	0.9997197389602661	0					non-mobilizable	no_good_hit	1608.0	89.801	63.0	0.0003022391116241539	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0266_000000001527	7730	0.96763523642165	10	7	1	4	6	False	84535	fragment	False	ISR0266_000000001527	0.9915463649369228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3061.0	93.891	39.0	0.06585983675766957	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	False
ISR0169_000000008080	3547	0.9676290240532951	6	5	2	2	4	True	132209	backbone	False	ENG0141_000000006400	0.02877100227065381	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3551.0	96.508	100.0	0.32757346146738126	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0063_000000001006	22410	0.9676239310579254	27	9	6	9	6	False	64108	fragment	False	ENG0051_000000000863	0.9546383582214065		0	0	False	False	0.9999553561210632	0					non-mobilizable	no_good_hit	79.0	91.139	0.0	0.000372311481513303	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
USA0063_01_000000015535	1351	0.9676231616649384	2	1	1	1	1	False	103258	fragment	False	ISR0810_000000013803	0.9648082109133626		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	100.0	95.0	0.00024713408709229896	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
AST0153_000000026132	1327	0.9676231616649384	2	1	1	1	1	False	103258	fragment	False	ISR0810_000000013803	0.9671203555416622		0	0	False	False	0.9902034401893616	0					non-mobilizable	chromosome	1327.0	99.397	100.0	0.00026465259257751265	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0064_000000015291	1212	0.9676231616649384	2	1	1	1	1	False	103258	fragment	False	ISR0810_000000013803	0.8244429575554395		0	0	False	False	0.9933993220329285	0					non-mobilizable	other	1212.0	99.835	100.0	0.00023454496823571634	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0232_000000026623	1131	0.9676231616649384	1	1	1	1	1	False	27407	fragment	False	ISR0232_000000026623	1.0		0	0	False	False	0.9902740716934204	0					non-mobilizable	other	1131.0	99.55799999999999	100.0	0.000218856989352898	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
AUS0022_000000006459	5489	0.9676107637136128	7	7	3	6	5	False	104836	fragment	False	ENG0193_000000002995	0.5736745565188948		0	0	False	False	1.0	0					non-mobilizable	chromosome	5489.0	99.47200000000001	100.0	0.001067443234212956	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
CHI0106_000000002355	7164	0.9676089956396964	7	7	5	5	5	True	132412	maximal	True	CHI0106_000000002355	1.0	PS1159|PS463|PS847	1	1	False	True	0.9977666139602661	0		MOBV			mobilizable	no_good_hit	4992.0	99.339	81.0	0.04243104636031945	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ENG0053_000000004568	5729	0.9676070787987334	5	5	1	5	5	False	108859	maximal	True	ENG0053_000000004568	0.9945466131889685		8	4	False	True	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	4749.0	98.694	97.0	0.8524236983842011	CP057213.1	enterobacteria	Escherichia fergusonii strain RHB33-C07 plasmid pRHB33-C07_4, complete sequence	False	True
FIJ0012_000000011727	2060	0.967606655086122	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.927350924197631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1304.0	76.84	87.0	0.01787706381079875	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0100_000000034875	1319	0.967605419579502	2	1	1	1	1	False	131374	fragment	False	MON0100_000000034875	1.0		0	0	False	False	0.9984837174415588	0					non-mobilizable	no_good_hit								True	False
ISR0829_000000013951	1129	0.967605419579502	1	1	1	1	1	False	131371	fragment	False	AST0002_000000024033	0.20603619138748028		0	0	False	False	0.9973427653312683	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000014551	2533	0.9676050951781804	4	3	2	2	2	False	39745	fragment	False	MAD0100_000000014551	1.0		0	0	False	False	0.9877615571022034	0					non-mobilizable	no_good_hit	109.0	97.24799999999999	4.0	0.00026333563345630457	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0375_000000002617	6172	0.9676041970951862	7	7	2	4	7	True	34900	maximal	True	ISR0375_000000002617	1.0		1	1	False	False	0.9995139241218567	0	Inc11	MOBP		MOBP,MOBQ	mobilizable	no_good_hit	3695.0	96.04899999999999	69.0	0.08621817332398972	AF036485.2	firmicutes	Lactococcus lactis subsp. cremoris plasmid pNZ4000, complete sequence	True	True
ISR0247_000000000221	33047	0.9676035735780436	32	16	10	10	13	False	87899	maximal	True	ISR0247_000000000221	1.0	PS455	7	4	False	True	1.0	0					non-mobilizable	no_good_hit	3381.0	91.068	24.0	0.054203950020153165	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ENG0058_000000001272	16047	0.9675916952722832	23	23	12	18	22	True	114230	maximal	True	ENG0058_000000001272	1.0		1	1	False	False	0.999626100063324	0					non-mobilizable	other	16030.0	99.994	99.0	0.1368876819020291	LM997159.1	enterobacteria	Escherichia coli genome assembly FHI92, scaffold scaffold-12_contig-12.0_1_117096_[organism:Escherichia	False	True
ENG0168_000000001445	17009	0.9675912106218704	28	17	11	11	16	True	124144	fragment	False	ENG0055_000000001069	0.9996178493738609		0	0	False	False	0.9998824000358582	0					non-mobilizable	other	9838.0	98.546	99.0	0.002763668411500503	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0055_000000001069	17009	0.9675912106218704	28	17	11	11	16	True	124144	fragment	False	ENG0055_000000001069	0.9996178493738609		0	0	False	False	1.0	0					non-mobilizable	other	9838.0	98.455	99.0	0.002763668411500503	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0069_000000008917	4788	0.9675872123109738	4	3	3	3	3	False	64239	maximal	True	MON0069_000000008917	1.0		2	1	False	False	0.9954051971435547	0					non-mobilizable	no_good_hit	3767.0	97.90299999999999	79.0	0.020364682471015746	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
AST0012_000000004070	4550	0.967585465364466	7	4	1	1	4	False	125572	maximal	True	AST0012_000000004070	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2547.0	98.626	98.0	0.0005148477136790236	CP055945.1	enterobacteria	Escherichia coli strain RHB30-C20 chromosome	False	False
CHI0187_000000003075	5851	0.967577393041259	7	7	7	7	6	False	105559	maximal	True	CHI0187_000000003075	1.0		143	12	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	84.354	2.0	2.2714096415229973e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
DEN0031_000000006623	4673	0.967576749863002	6	3	3	3	2	False	116830	fragment	False	DEN0031_000000006623	0.9888674801969599		0	0	False	False	0.998930037021637	0					non-mobilizable	other	4673.0	99.337	100.0	0.014931050575697326	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0090_000000006024	4082	0.967576749863002	6	3	3	3	2	False	116829	fragment	False	AST0090_000000006024	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4082.0	99.559	100.0	0.013045090430190706	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0130_000000008538	3531	0.967576749863002	6	3	3	3	2	False	116828	fragment	False	ENG0130_000000008538	1.0		0	0	False	False	0.9971679449081421	0					non-mobilizable	other	3531.0	99.887	100.0	0.011283795446844692	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0034_000000013848	1992	0.9675751595795952	3	2	2	2	2	False	54232	maximal	True	FIJ0034_000000013848	1.0		0	0	False	False	0.9814257025718689	0					non-mobilizable	no_good_hit	876.0	78.311	44.0	0.002056067657699201	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
AST0118_000000004276	6363	0.967572988958974	6	4	4	4	3	True	125339	fragment	False	AST0118_000000004276	1.0		0	0	False	False	0.9990570545196533	0					non-mobilizable	no_good_hit	2175.0	79.126	34.0	0.004472677772736112	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0029_000000000146	21359	0.9675686467126748	20	20	10	13	18	True	98723	fragment	False	MAD0029_000000000146	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	10328.0	99.82600000000001	82.0	0.2406496865751637	LT985261.1	enterobacteria	Escherichia coli strain 657 genome assembly, plasmid: RCS50_p	True	True
SPA0005_000000013294	2192	0.9675638029763302	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.9988957019587127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	93.87799999999999	6.0	2.693681234761262e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0400_000000008556	2165	0.9675638029763302	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.9980747194467461		0	0	False	False	0.9944573044776917	0					non-mobilizable	no_good_hit	96.0	93.75	6.0	2.638141415487834e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0061_01_000000005047	2165	0.9675638029763302	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.9970643876461073		0	0	False	False	0.9990761876106262	0					non-mobilizable	no_good_hit	96.0	93.75	6.0	2.638141415487834e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0327_000000014343	1966	0.9675638029763302	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.9126719727107571		0	0	False	False	0.9964394569396973	0					non-mobilizable	no_good_hit								True	False
SPA0038_000000013945	1953	0.9675630809850634	3	2	2	2	2	False	7860	fragment	False	SPA0038_000000013945	1.0		0	0	False	False	0.982590913772583	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	0.0004374453193350831	NZ_KB904482.1	firmicutes	Streptococcus orisratti DSM 15617 A3I7DRAFT_scaffold_4.5, whole genome shotgun sequence	True	False
ENG0099_000000002645	7241	0.9675626913022126	11	11	3	7	10	True	127187	fragment	False	ENG0099_000000002645	1.0		0	0	False	False	0.9987570643424988	0	IncFIA				non-mobilizable	plasmid	5405.0	98.705	99.0	0.030841457772904066	CP051656.1	enterobacteria	Escherichia coli strain RM11911 plasmid pRM11911	False	True
ISR0222_000000014163	3993	0.9675617583108966	4	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8864654456712504	PS129|PS305	0	0	True	True	1.0	102					non-mobilizable	no_good_hit	970.0	93.196	40.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0212_000000008433	3973	0.9675617583108966	5	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8867031921235892	PS129|PS305	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	670.0	93.134	42.0	0.20035938903863432	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0303_000000002783	3973	0.9675617583108966	5	2	1	2	0	True	128568	maximal	True	ISR0303_000000002783	0.8867534927514757	PS129|PS305	10	1	True	True	1.0	22					non-mobilizable	no_good_hit	692.0	93.208	42.0	0.20694818808026355	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0243_000000002444	3952	0.9675617583108966	4	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8861670694581286	PS129|PS305	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	908.0	93.61200000000001	42.0	0.27163821503444147	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0177_000000006460	3933	0.9675617583108966	5	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8862343832736311	PS129|PS305	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	733.0	93.315	42.0	0.21892782270140762	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0161_000000007459	3933	0.9675617583108966	5	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8832463820789616	PS129|PS305	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	970.0	93.196	42.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0058_000000005985	3932	0.9675617583108966	5	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8859226600626199	PS129|PS305	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	733.0	93.315	42.0	0.21892782270140762	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0057_000000005199	3865	0.9675617583108966	5	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8436353851038251	PS129|PS305	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	970.0	93.196	42.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
AST0106_000000005396	3676	0.9675617583108966	5	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8553407264853253	PS129|PS305	0	0	True	True	1.0	97					non-mobilizable	no_good_hit	670.0	92.985	46.0	0.20035938903863432	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0069_000000005707	3674	0.9675617583108966	4	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.4555494480121079	PS129|PS305	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	970.0	93.814	34.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
AUS0022_000000009690	3671	0.9675617583108966	4	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.704331839313022	PS129|PS305	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	970.0	94.021	34.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
AST0005_000000007975	3662	0.9675617583108966	5	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8490732835998211	PS129|PS305	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	970.0	93.29899999999999	44.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0095_000000007431	3661	0.9675617583108966	4	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.7351645966853954	PS129|PS305	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	970.0	98.454	34.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
CAN0003_000000013519	3655	0.9675617583108966	4	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8512937158632984	PS129|PS305	0	0	True	True	0.998905599117279	15					non-mobilizable	no_good_hit	970.0	93.196	44.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0068_000000005456	3655	0.9675617583108966	4	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8135287707030633	PS129|PS305	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	970.0	93.29899999999999	44.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0084_000000006347	3645	0.9675617583108966	3	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8439136159097744	PS129|PS305	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	970.0	93.402	34.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0073_000000007105	3637	0.9675617583108966	5	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.4594282222890816	PS129|PS305	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	970.0	93.402	34.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0038_000000008167	3606	0.9675617583108966	3	2	1	2	0	True	123454	maximal	True	ISR0038_000000008167	1.0	PS275|PS900	1	1	True	True	1.0	11					non-mobilizable	no_good_hit	1696.0	95.28299999999999	72.0	0.6087113030957524	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0123_000000008942	3604	0.9675617583108966	4	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.11506336116446247	PS129|PS305	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	970.0	98.557	34.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0019_000000005777	3556	0.9675617583108966	4	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.15037070273165729	PS129|PS305	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	970.0	97.42299999999999	35.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0213_000000007087	3399	0.9675617583108966	3	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.34548991433920756	PS129|PS305	0	0	True	True	1.0	174					non-mobilizable	no_good_hit	970.0	93.29899999999999	47.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
FIJ0022_000000007361	3358	0.9675617583108966	3	2	1	2	0	True	49494	maximal	True	FIJ0022_000000007361	1.0		1	1	False	False	0.9749851226806641	0					non-mobilizable	no_good_hit	274.0	84.67200000000001	8.0	0.0011146410396636872	NZ_QICA01000002.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_002, whole genome shotgun sequence	True	True
SPA0030_000000009152	3345	0.9675617583108966	4	2	1	2	0	True	37775	backbone	True	SPA0030_000000009152	1.0	PS129	1	1	True	True	0.9997010231018066	24					non-mobilizable	no_good_hit	970.0	98.454	43.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0027_000000007921	3301	0.9675617583108966	3	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.9668595985690235	PS305	0	0	True	True	0.9945471286773682	19					non-mobilizable	no_good_hit	970.0	93.505	41.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0373_000000004550	3281	0.9675617583108966	5	2	1	2	0	True	66625	backbone	True	ISR0373_000000004550	0.9721354285946685	PS305	9	3	True	True	1.0	23					non-mobilizable	no_good_hit	692.0	94.36399999999999	40.0	0.20694818808026355	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0388_000000010211	3273	0.9675617583108966	4	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.9261936272624377	PS305	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	670.0	93.134	40.0	0.20035938903863432	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
MAD0050_000000007143	3263	0.9675617583108966	5	2	1	2	0	True	38816	maximal	False	FIJ0171_000000005885	0.9248645566010836	PS55	0	0	True	True	0.9920318722724915	1					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.245704251475264e-06	NC_013739.1	actinobacteria	Conexibacter woesei DSM 14684, complete sequence	True	True
ENG0068_000000007117	3261	0.9675617583108966	5	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.9720840066176124	PS305	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	846.0	93.617	40.0	0.2527702905061396	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0018_000000006526	3243	0.9675617583108966	4	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.9712201373462186	PS305	0	0	True	True	0.9996916651725769	9					non-mobilizable	no_good_hit	948.0	94.726	38.0	0.2836178496555855	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
SPA0139_000000008234	3241	0.9675617583108966	4	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.9719882856110033	PS305	0	0	True	True	0.9993829131126404	11					non-mobilizable	no_good_hit	948.0	94.726	38.0	0.2836178496555855	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
USA0044_01_000000009082	3241	0.9675617583108966	3	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.9676597641792907	PS305	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	970.0	93.505	38.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0131_000000008374	3241	0.9675617583108966	3	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.9674049385889049	PS305	0	0	True	True	0.9996914267539978	16					non-mobilizable	no_good_hit	970.0	93.60799999999999	38.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0091_000000007170	3241	0.9675617583108966	5	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.971501309160358	PS305	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	970.0	94.33	38.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0257_000000004985	3229	0.9675617583108966	4	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.9165862868807771	PS305	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	970.0	93.711	38.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0138_000000006182	3229	0.9675617583108966	3	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.924712749523496	PS305	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	948.0	95.25299999999999	38.0	0.2836178496555855	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0363_000000006089	3076	0.9675617583108966	5	2	1	2	0	True	23712	backbone	True	ISR0363_000000006089	1.0	PS55	1	1	True	True	1.0	2					non-mobilizable	no_good_hit	49.0	89.796	2.0	8.955709064454238e-06	NC_012796.1	d-proteobacteria	Desulfovibrio magneticus RS-1, complete genome	True	True
ISR0165_000000006477	3005	0.9675617583108966	4	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9796870495195951		0	0	True	True	1.0	30					non-mobilizable	no_good_hit								True	True
USA0069_01_000000020887	2964	0.9675617583108966	4	2	1	2	0	True	2229	maximal	True	USA0069_01_000000020887	0.9973355332786585		7	3	True	True	1.0	83					non-mobilizable	no_good_hit	664.0	72.289	22.0	0.21808510638297873	LN852728.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0034	True	True
USA0034_01_000000018383	2964	0.9675617583108966	3	2	1	2	0	True	2229	maximal	False	USA0069_01_000000020887	0.9970969992899437		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	664.0	72.289	22.0	0.21808510638297873	LN852728.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0034	True	True
ISR0279_000000006913	2927	0.9675617583108966	4	2	1	2	0	True	66625	backbone	False	ISR0373_000000004550	0.687857063761436	PS305	0	0	True	True	0.9979501366615295	1					non-mobilizable	no_good_hit	970.0	94.33	42.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0376_000000008160	2816	0.9675617583108966	2	2	1	2	0	True	23343	maximal	True	ISR0376_000000008160	1.0		1	1	True	True	1.0	12	rep_cluster_1683				non-mobilizable	no_good_hit	2369.0	80.625	83.0	0.8333934367111432	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
CHI0126_000000005300	2808	0.9675617583108966	2	2	1	2	0	True	81493	maximal	True	CHI0126_000000005300	1.0		1	1	True	True	1.0	90	rep_cluster_1683				non-mobilizable	no_good_hit	1299.0	97.61399999999999	50.0	0.4673638658492607	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
SPA0111_000000012307	2806	0.9675617583108966	4	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9942162367196427		0	0	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
ISR0203_000000006039	2796	0.9675617583108966	4	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9936220411927038		0	0	True	True	1.0	44					non-mobilizable	no_good_hit								True	True
SPA0100_000000010864	2796	0.9675617583108966	3	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9942460892529352		0	0	True	True	1.0	155					non-mobilizable	no_good_hit								True	True
SPA0113_000000011594	2776	0.9675617583108966	4	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9939557349937578		0	0	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
DEN0041_000000012212	2776	0.9675617583108966	3	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9938707455271478		0	0	True	True	1.0	76					non-mobilizable	no_good_hit								True	True
ENG0081_000000009619	2776	0.9675617583108966	4	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9941878853253293		0	0	True	True	1.0	44					non-mobilizable	no_good_hit								True	True
FIJ0166_000000008640	2776	0.9675617583108966	3	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9918392242509316		0	0	True	True	0.9935158491134644	1					non-mobilizable	no_good_hit								True	True
ISR0107_000000008732	2776	0.9675617583108966	3	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9915437050280179		0	0	True	True	1.0	43					non-mobilizable	no_good_hit								True	True
FIJ0113_000000009077	2776	0.9675617583108966	3	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9933418635998302		0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
FIJ0049_000000006135	2775	0.9675617583108966	3	2	1	2	0	True	118346	maximal	False	ISR0125_000000005288	0.9929497439004582		0	0	True	True	0.999639630317688	4					non-mobilizable	no_good_hit								True	True
USA0125_01_000000008861	2739	0.9675617583108966	3	2	1	2	0	True	2229	maximal	False	USA0069_01_000000020887	0.9577147998200629		0	0	False	True	0.9912376999855042	0					non-mobilizable	no_good_hit	383.0	84.073	14.0	0.11320754716981132	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
SPA0099_000000002037	2736	0.9675617583108966	2	2	1	2	0	True	4997	maximal	True	SPA0099_000000002037	1.0		1	1	True	True	1.0	128					non-mobilizable	no_good_hit	68.0	89.706	2.0	3.278136468821197e-05	CP014162.1	firmicutes	Aerococcus urinaeequi strain CCUG28094, complete genome	True	True
ISR0273_000000003871	2719	0.9675617583108966	5	2	1	2	0	True	31905	maximal	False	ISR0288_000000011037	0.9321707429487138		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	75.0	88.0	3.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0848_000000006286	2706	0.9675617583108966	5	2	1	2	0	True	31905	maximal	False	ISR0288_000000011037	0.9423054229806894		0	0	True	True	0.9985218048095703	6					non-mobilizable	no_good_hit	76.0	86.84200000000001	3.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0015_000000009226	2706	0.9675617583108966	4	2	1	2	0	True	37980	maximal	True	ISR0015_000000009226	1.0		1	1	True	True	1.0	42	rep_cluster_1839				non-mobilizable	no_good_hit	714.0	86.555	55.0	0.39841089670828606	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0308_000000006033	2684	0.9675617583108966	3	2	1	2	0	True	128824	maximal	True	ISR0308_000000006033	0.9636274082044579		2	2	True	True	1.0	49					non-mobilizable	other	2570.0	98.794	100.0	0.9403367496339677	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
SPA0008_000000011411	2645	0.9675617583108966	3	2	1	2	0	True	128824	maximal	False	ISR0308_000000006033	0.9627930684007776		0	0	True	True	0.9988657832145691	43					non-mobilizable	other	2645.0	98.715	100.0	0.9677891654465594	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
AST0029_000000011662	2606	0.9675617583108966	3	2	1	2	0	True	118322	fragment	False	AST0029_000000011662	1.0		0	0	False	False	0.9900230169296265	0					non-mobilizable	no_good_hit								True	True
ENG0025_000000009972	2507	0.9675617583108966	3	2	1	2	0	True	66158	fragment	False	ENG0025_000000009972	1.0		0	0	False	False	0.9988033771514893	0					non-mobilizable	no_good_hit	892.0	92.93700000000001	50.0	0.2665468703204552	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0230_000000013596	2400	0.9675617583108966	2	2	1	2	0	True	65576	maximal	True	ISR0230_000000013596	1.0		0	0	False	False	0.9929166436195374	0	rep_cluster_1683				non-mobilizable	no_good_hit	1036.0	98.93799999999999	43.0	0.3732419761990624	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
ISR0068_000000008625	2368	0.9675617583108966	2	2	1	2	0	True	62895	fragment	False	ISR0068_000000008625	0.9674902470741222		0	0	False	False	1.0	0	rep_cluster_1683	MOBV			mobilizable	plasmid	2368.0	98.522	100.0	0.853588171655247	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0043_000000009998	2216	0.9675617583108966	3	2	1	2	0	True	37721	fragment	False	ISR0043_000000009998	1.0		0	0	False	False	0.993682324886322	0					non-mobilizable	no_good_hit	475.0	94.316	34.0	0.14195867026055706	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
MAD0028_000000006798	1867	0.9675617583108966	2	2	1	2	0	True	62893	fragment	False	MAD0028_000000006798	1.0		0	0	False	False	0.9978575110435486	0		MOBV			mobilizable	plasmid	1858.0	97.255	99.0	0.6689505950234403	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ENG0018_000000007125	2976	0.9675615729821672	2	2	2	2	2	False	110718	fragment	False	ENG0018_000000007125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	80.645	4.0	3.221304397813808e-05	CP046120.1	a-proteobacteria	Novosphingobium sp. Gsoil 351 chromosome, complete genome	True	False
ISR0060_000000015807	1735	0.9675611731779046	4	2	1	2	1	False	89690	maximal	True	ISR0060_000000015807	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	77.857	40.0	0.0002490545519968347	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
MAD0090_000000008238	1603	0.9675611731779046	3	2	1	2	1	False	89685	fragment	False	MAD0090_000000008238	0.9924194567277321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	77.857	43.0	0.0002490545519968347	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
MON0057_000000018524	1435	0.9675611731779046	3	2	1	2	1	False	17318	fragment	False	MON0057_000000018524	1.0		0	0	False	False	0.9993031620979309	0					non-mobilizable	no_good_hit	719.0	78.303	49.0	0.0002559325120083752	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
MON0007_000000032266	1950	0.9675563410128172	2	2	2	2	2	False	68624	backbone	True	MON0007_000000032266	0.9477972174630244	PS319	11	3	False	True	0.9917948842048645	0					non-mobilizable	other	1950.0	99.641	100.0	0.022190090172146827	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
ISR0255_000000016700	1920	0.9675563410128172	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9457167977973487	PS319	0	0	False	True	0.9854166507720947	0					non-mobilizable	other	1920.0	99.219	100.0	0.021848529009928043	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
ISR0334_000000011167	1881	0.9675563410128172	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9342348104342312	PS319	0	0	False	True	1.0	0					non-mobilizable	other	1881.0	99.20299999999999	100.0	0.02140449949904363	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
ISR0354_000000010363	1855	0.9675563410128172	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.8016374536868315	PS319	0	0	False	True	0.9994609355926514	0					non-mobilizable	other	1855.0	99.191	100.0	0.021108479825120686	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
ISR0152_000000012742	1845	0.9675563410128172	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9375166752440665	PS319	0	0	False	True	1.0	0					non-mobilizable	other	1860.0	82.419	100.0	0.04982715782650967	NZ_ATVE01000010.1	high GC Gram+	Bifidobacterium magnum DSM 20222 G478DRAFT_scaffold00010.10_C, whole genome shotgun sequence	False	True
ENG0033_000000020376	1211	0.967553586707759	2	2	1	2	1	False	65477	maximal	True	ENG0033_000000020376	1.0		2	2	False	False	0.9900908470153809	0					non-mobilizable	no_good_hit	648.0	94.13600000000001	54.0	0.054774805282763295	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0389_000000001008	14197	0.9675531989488848	18	6	3	6	5	True	24857	maximal	True	ISR0389_000000001008	1.0		1	1	True	True	0.9996477961540222	2					non-mobilizable	no_good_hit	1337.0	85.86399999999999	28.0	0.09806441856948435	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
ENG0193_000000017091	1154	0.967551093093694	2	1	1	1	1	False	54563	fragment	False	SPA0042_000000029481	0.929305912596401		0	0	False	False	0.9896013736724854	0					non-mobilizable	other	1111.0	95.68	96.0	0.00029444728133641926	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0146_000000003895	6276	0.9675488509187709	10	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.9471604378559411	PS486|PS905|PS908	0	0	True	True	1.0	150	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3068.0	96.741	83.0	0.27742989381976585	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0030_000000003504	6276	0.9675488509187709	10	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.946772520048977	PS486|PS905|PS908	0	0	True	True	1.0	739	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2381.0	95.59	83.0	0.21535529539885653	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
SPA0101_000000007042	6267	0.9675488509187709	10	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.9376191754805637	PS486|PS905|PS908	0	0	True	True	1.0	50	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3635.0	96.42399999999999	82.0	0.32924947817406297	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
SPA0029_000000003617	6252	0.9675488509187709	9	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.9376956191584107	PS486|PS905|PS908	0	0	True	True	1.0	265	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3635.0	96.42399999999999	82.0	0.32924947817406297	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0016_000000003588	6236	0.9675488509187709	10	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.9466763781160987	PS486|PS905|PS908	0	0	True	True	0.9998396635055542	35	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3204.0	96.723	83.0	0.2897722116344496	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0095_000000004164	6236	0.9675488509187709	10	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.9470194037420734	PS486|PS905|PS908	0	0	True	True	1.0	62	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3252.0	96.771	83.0	0.29412832380433795	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0020_000000000224	37715	0.9675420044895258	52	20	6	16	11	True	52233	maximal	False	FIJ0003_000000000248	0.628902179887929	PS195	0	0	False	True	0.9988598823547363	0					non-mobilizable	no_good_hit	2412.0	91.95700000000001	6.0	0.9192499043245312	NZ_CABIWU010000124.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
MON0030_000000005470	5684	0.9675414631829159	5	3	2	3	2	False	37915	fragment	False	MON0030_000000005470	1.0		0	0	False	False	0.9963054060935974	0					non-mobilizable	no_good_hit								True	False
MON0014_000000003681	4172	0.9675414631829159	3	3	2	3	2	False	37912	fragment	False	MON0014_000000003681	0.9780875390329736		0	0	False	False	0.9997603297233582	0					non-mobilizable	no_good_hit	418.0	77.751	10.0	0.00014650085358810597	LR134354.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain NCTC11817 genome assembly, chromosome: 1	True	False
MON0086_000000007754	3947	0.9675414631829159	4	3	2	3	2	False	37912	fragment	False	MON0014_000000003681	0.9546979865771812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	78.78	10.0	0.00013202252148895987	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
USA0102_01_000000002602	5466	0.9675396126556238	6	6	5	6	5	False	342	maximal	True	USA0102_01_000000002602	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000001907	14300	0.9675335322826032	24	8	3	8	2	True	69344	maximal	True	DEN0082_000000001907	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0378_000000030271	1120	0.9675320561863952	3	2	2	1	1	False	32318	fragment	False	ISR0249_000000018240	0.7348575712143929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	93.2	67.0	0.0012967855646470977	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0058_000000025184	1639	0.9675172703130708	3	3	3	3	2	False	45993	fragment	False	FIJ0058_000000025184	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1621.0	90.932	99.0	0.000651084212539059	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0056_000000001305	10768	0.9675167982737596	10	6	5	5	4	True	63610	maximal	True	ENG0056_000000001305	1.0		0	0	False	False	0.9996285438537598	0					non-mobilizable	no_good_hit	2506.0	92.179	25.0	0.039608662613981764	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	True
MON0019_000000017654	3615	0.967515509290354	5	4	3	4	4	False	13215	maximal	True	MON0019_000000017654	1.0		1	1	False	False	0.990594744682312	0					non-mobilizable	no_good_hit	1117.0	79.857	31.0	0.0003101134165018927	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0108_000000008632	2556	0.9675139692177628	3	3	3	3	3	False	93096	fragment	False	ISR0108_000000008632	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2504.0	95.527	98.0	0.008975604858229909	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
DEN0070_000000018721	1813	0.9675125136501728	4	2	0	2	1	True	70603	maximal	True	DEN0070_000000018721	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit								True	True
USA0062_01_000000011773	1668	0.9675125136501728	4	2	0	2	1	True	55451	maximal	False	ISR0180_000000014123	0.9978060106826161		0	0	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
ETH0003_000000028215	1497	0.9675125136501728	3	2	0	2	1	True	53077	maximal	True	ETH0003_000000028215	1.0		1	1	True	True	1.0	126					non-mobilizable	no_good_hit								True	True
SPA0089_000000009668	4025	0.9675112932993004	6	5	4	3	4	False	22761	fragment	False	SPA0089_000000009668	1.0		0	0	False	False	0.9982608556747437	0					non-mobilizable	no_good_hit	172.0	79.07	4.0	0.0015069853201900574	NZ_FNBY01000014.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ENG0091_000000004944	4575	0.9675090525420972	4	4	3	4	2	False	104492	fragment	False	ENG0091_000000004944	1.0		0	0	False	False	0.9991256594657898	0					non-mobilizable	other	3266.0	87.079	99.0	0.006917624728965718	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0091_000000007609	4078	0.9675090525420972	4	4	3	4	2	False	104488	fragment	False	ISR0091_000000007609	0.9710109018830525		0	0	False	False	1.0	0					non-mobilizable	other	4079.0	99.09299999999999	100.0	0.02883901224437827	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
DEN0072_000000004091	4715	0.9675074475552314	7	3	3	3	1	False	70298	maximal	True	DEN0072_000000004091	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	95.465	27.0	0.0004268990493980323	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0115_000000007473	4119	0.9675067674256412	7	5	2	3	5	False	127544	fragment	False	ENG0129_000000005897	0.6226912928759895		0	0	False	False	0.9985433220863342	0					non-mobilizable	other	3865.0	95.524	94.0	0.3560620040597896	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0012_000000005196	4758	0.9674980913013522	5	3	3	3	2	False	116206	fragment	False	ENG0071_000000004117	0.9483333008713721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	95.294	39.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0032_000000000748	13770	0.9674944536348922	18	16	7	11	11	True	98671	fragment	False	MAD0032_000000000748	1.0		0	0	False	False	0.9992011785507202	0	IncI1		MPF_I		non-mobilizable	no_good_hit	6825.0	97.568	84.0	0.10689655172413794	CP057913.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_3, complete sequence	True	True
ISR0021_000000008292	2750	0.9674917130668144	5	3	1	3	2	False	37638	fragment	False	ISR0021_000000008292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0063_000000002767	6950	0.9674909733783964	10	8	6	6	3	False	126472	maximal	True	ISR0063_000000002767	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	2393.0	93.23	69.0	0.0005405158362768708	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0010_000000009690	2935	0.9674869491740942	4	2	0	2	2	True	126332	maximal	True	AST0010_000000009690	1.0		1	1	False	False	0.9989778399467468	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.011264080100125156	GQ900468.1	firmicutes	Staphylococcus aureus plasmid pWBG764, complete sequence	True	True
ENG0143_000000006681	2827	0.9674861879112704	4	3	2	3	2	False	128324	maximal	True	ENG0143_000000006681	1.0		0	0	False	False	0.9812521934509277	0					non-mobilizable	other	1868.0	97.75200000000001	100.0	0.0006505267280421967	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0223_000000011882	2452	0.9674861879112704	3	3	2	3	2	False	128293	fragment	False	ISR0360_000000009455	0.9607766990291262		0	0	False	False	0.990212082862854	0					non-mobilizable	other	2455.0	98.208	100.0	0.0008897491815215437	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0181_000000001841	10375	0.9674806481726576	12	5	3	4	4	False	113774	maximal	False	MAD0047_000000002572	0.9997118847702526		0	0	True	True	1.0	35					non-mobilizable	no_good_hit	1155.0	82.771	19.0	0.0004825507855019355	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
MAD0047_000000002572	10375	0.9674806481726576	12	5	3	4	4	False	113774	maximal	True	MAD0047_000000002572	0.9998563767354294		10	3	True	True	1.0	30					non-mobilizable	no_good_hit	1155.0	82.771	19.0	0.0004825507855019355	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
CHI0034_000000000948	10355	0.9674806481726576	11	5	3	4	4	False	113774	maximal	False	MAD0047_000000002572	0.9998082729420249		0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1155.0	82.771	19.0	0.0004825507855019355	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
CHI0037_000000000791	10355	0.9674806481726576	12	5	3	4	4	False	113774	maximal	False	MAD0047_000000002572	0.9993737204710715		0	0	True	True	1.0	201					non-mobilizable	no_good_hit	1155.0	82.771	19.0	0.0004825507855019355	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
FIJ0065_000000010391	1800	0.9674703205935904	3	3	1	3	3	False	45785	fragment	False	FIJ0065_000000010391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.6345620369772135e-07	LR031876.1	eudicots	Brassica oleracea HDEM genome, scaffold: C7	True	False
AUS0014_000000002014	14424	0.9674702104187622	13	10	6	10	6	True	132267	maximal	True	AUS0014_000000002014	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	82.52600000000001	7.0	0.00024430601473016074	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
MAD0080_000000006636	1216	0.9674639382056164	2	2	0	2	2	False	16149	maximal	True	MAD0080_000000006636	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1216.0	100.0	100.0	0.00023547355864502893	CP018337.1	enterobacteria	Klebsiella pneumoniae isolate Kp_Goe_154414, complete genome	False	False
DEN0066_000000004473	6235	0.9674604827247708	9	6	2	4	3	False	130035	backbone	False	ENG0184_000000003488	0.9085002160878549	PS1072|PS1075|PS1076|PS1077|PS1079|PS974|PS975	0	0	True	True	1.0	182					non-mobilizable	no_good_hit	2181.0	98.12	45.0	0.4255859375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0027_000000003002	6066	0.9674604827247708	8	6	2	4	3	False	130035	backbone	False	ENG0184_000000003488	0.8593038148255865	PS1072|PS1075|PS1076|PS1077|PS1079|PS974|PS975	0	0	True	True	1.0	499					non-mobilizable	no_good_hit	1433.0	97.488	48.0	0.2794921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0840_000000006023	2553	0.967454125064382	4	2	1	2	1	False	20798	maximal	True	ISR0840_000000006023	1.0		0	0	False	False	0.9921661019325256	0					non-mobilizable	no_good_hit								True	False
ISR0843_000000009278	1771	0.9674498492641668	3	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.6166121235213237		0	0	False	False	0.9994353652000427	0					non-mobilizable	other	1772.0	98.081	100.0	0.006192968706264346	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
USA0075_01_000000014686	1682	0.9674498492641668	2	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.5824854824820932		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	98.336	100.0	0.005881570844762918	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
USA0008_01_000000004261	1648	0.9674498492641668	2	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.5758884797975311		0	0	False	False	0.9987863898277283	0					non-mobilizable	other	1648.0	98.42200000000001	100.0	0.00576260986396462	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
SPA0140_000000013559	1590	0.9674498492641668	2	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.45629750552826154		0	0	False	False	0.9949685335159302	0					non-mobilizable	other	1590.0	98.302	100.0	0.005556177573755808	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ENG0054_000000007482	3402	0.9674444888460766	6	4	3	2	3	False	63790	fragment	False	ENG0054_000000007482	0.9908271644673319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0137_000000001221	8647	0.9674415720203324	12	11	7	7	8	True	123626	fragment	False	ISR0317_000000001658	0.9595917874896899		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	8690.0	97.319	100.0	0.08650007983394539	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0144_000000001514	9065	0.9674388124572804	12	10	9	10	10	False	125090	maximal	True	SPA0144_000000001514	1.0		2	1	False	False	0.9960286617279053	0					non-mobilizable	no_good_hit	1275.0	84.15700000000001	17.0	0.0003593352383714094	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0326_000000007362	2523	0.9674368464901906	3	2	2	2	2	False	31561	fragment	False	ISR0326_000000007362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.00019634457619450066	NZ_QXMG01000002.1	b-proteobacteria	Aquabacterium tepidiphilum strain YIM 730274 contig002, whole genome shotgun sequence	True	False
ISR0102_000000005824	3218	0.9674278784940036	4	4	4	3	3	False	105494	fragment	False	FIJ0148_000000005443	0.5625515820255089		0	0	False	False	0.999378502368927	0					non-mobilizable	other	3218.0	99.72	100.0	0.006656596589968548	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
CHI0065_000000001485	7585	0.9674277001739896	9	4	3	4	1	True	127363	fragment	False	MAD0035_000000002553	0.8790172752818872		0	0	False	False	0.9997363090515137	0					non-mobilizable	other	3959.0	97.323	99.0	0.042973589827192696	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0105_000000002725	5290	0.9674277001739896	5	4	3	4	1	True	127363	fragment	False	MAD0035_000000002553	0.024058804368778088		0	0	False	False	1.0	0					non-mobilizable	other	3823.0	97.75	98.0	0.041506358004564724	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0064_000000007925	2720	0.9674224874110942	4	4	3	4	2	False	97503	fragment	False	SPA0064_000000007925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	94.921	53.0	0.0002606049442479395	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
FIJ0084_000000002131	6823	0.9674193511285458	14	12	1	4	11	True	117326	fragment	False	ISR0216_000000003019	0.9144096855978309		0	0	False	False	1.0	0					non-mobilizable	chromosome	3814.0	99.97399999999999	100.0	0.0015875818043889372	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
ISR0199_000000017870	1712	0.9674144574421084	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.8736115564792517		0	0	False	False	0.9941588640213013	0					non-mobilizable	other	1710.0	95.67299999999999	99.0	0.196889400921659	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
SPA0086_000000008033	1731	0.9674053988297882	2	2	2	2	2	False	5510	fragment	False	SPA0086_000000008033	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	98.20700000000001	99.0	0.017368579756759473	NZ_NFHM01000010.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_10, whole genome shotgun sequence	False	False
SPA0091_000000003452	4547	0.9674027189479446	5	3	1	2	1	True	5348	maximal	True	SPA0091_000000003452	1.0		1	1	True	True	0.9958214163780212	25					non-mobilizable	no_good_hit	263.0	74.905	6.0	0.0046027045349127625	NZ_OAOF01000025.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ISR0288_000000004192	6290	0.967402320134333	5	3	3	3	3	False	121423	fragment	False	SPA0052_000000004960	0.9725213810579664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	85.59100000000001	46.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0019_000000003489	6059	0.967402256579986	10	4	3	2	3	True	66570	maximal	True	ENG0019_000000003489	1.0		1	1	True	True	1.0	907					non-mobilizable	no_good_hit	2086.0	76.702	34.0	0.3447403910991234	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
AST0116_000000001222	14199	0.9673934474110528	11	9	6	9	5	True	106293	maximal	True	AST0116_000000001222	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	87.398	6.0	0.0002839212346024691	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
CHI0126_000000001848	7520	0.9673895126581452	6	6	3	6	5	False	97448	maximal	True	CHI0126_000000001848	1.0		6	5	False	False	0.9990691542625427	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	56.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CAN0001_000000007685	6088	0.9673895126581452	6	6	3	6	5	False	97447	fragment	False	CHI0007_000000001358	0.9777786174803658		0	0	False	False	0.999671459197998	0					non-mobilizable	no_good_hit	1918.0	93.37899999999999	69.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0323_000000009592	2152	0.9673893770471214	3	3	3	3	2	False	24981	maximal	True	ISR0323_000000009592	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	83.333	8.0	0.00016367039393355183	NZ_VAJM01000001.1	CFB group bacteria	Hymenobacter jeollabukensis strain 1-3-3-8 contig1, whole genome shotgun sequence	True	False
FIJ0013_000000004911	5104	0.9673876662052134	6	5	4	5	3	False	52989	fragment	False	FIJ0013_000000004911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1124.0	77.046	22.0	0.0004029036575181352	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ENG0092_000000007519	2857	0.9673851331924304	5	3	2	2	2	False	115045	maximal	True	ENG0092_000000007519	1.0		4	2	False	False	0.9877493977546692	0					non-mobilizable	no_good_hit								True	False
ISR0222_000000006349	10057	0.9673784493476189	10	10	7	8	10	False	33905	fragment	False	ISR0222_000000006349	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9905.0	99.758	99.0	0.18031025818433416	CP016701.1	firmicutes	Lactococcus lactis subsp. lactis strain 275 plasmid p275C, complete sequence	False	True
AST0087_000000029413	1240	0.9673777112906752	2	1	1	1	1	False	110522	fragment	False	ENG0009_000000010400	0.9616018822237863		0	0	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	159.0	76.101	13.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0065_000000029875	1172	0.9673777112906752	2	1	1	1	1	False	110522	fragment	False	ENG0009_000000010400	0.9428716371699929		0	0	False	False	0.9897611141204834	0					non-mobilizable	no_good_hit	159.0	75.472	13.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0090_000000015907	1535	0.9673775768990778	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.30916706328973803		0	0	False	False	0.9726384282112122	0					non-mobilizable	other	1512.0	77.976	98.0	0.020917001338688086	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0013_000000017831	1488	0.967366746507392	2	2	2	2	2	False	38087	fragment	False	ISR0013_000000017831	1.0		0	0	False	False	0.9919354915618896	0					non-mobilizable	no_good_hit								True	False
ISR0249_000000001589	7853	0.9673645839375262	11	8	3	4	8	True	132506	backbone	False	ISR0038_000000002833	0.0069875082237329115	PS1165|PS799|PS800	0	0	True	True	1.0	14	rep_cluster_1097	MOBB			mobilizable	plasmid	7275.0	99.80799999999999	100.0	0.8137660884163402	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0068_000000007247	5379	0.9673645839375262	8	8	3	4	8	True	118168	backbone	False	FIJ0074_000000005173	0.8033153661315345	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	5380.0	99.833	100.0	0.6017907106883045	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0016_000000003674	5220	0.9673645839375262	9	8	3	4	8	True	118168	backbone	False	FIJ0074_000000005173	0.7845910326072866	PS799	0	0	True	True	0.9998084306716919	30	rep_cluster_1097	MOBB			mobilizable	plasmid	3287.0	99.90899999999999	100.0	0.36739713774597493	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CAN0014_000000009412	4750	0.9673645839375262	8	8	3	4	8	True	118168	backbone	False	FIJ0074_000000005173	0.5053083008181267	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4751.0	99.979	100.0	0.5316172355903749	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0010_01_000000015237	1743	0.9673602621153832	3	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.5671931198347067		0	0	False	False	0.9977051019668579	0					non-mobilizable	other	1743.0	96.787	100.0	0.00609500083972457	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0014_000000021563	1639	0.9673593134007192	2	2	0	2	1	False	38019	maximal	True	ISR0014_000000021563	1.0		1	1	False	False	0.992068350315094	0					non-mobilizable	no_good_hit								True	False
CAN0001_000000001381	21825	0.9673500546162352	30	17	8	15	8	True	97489	maximal	True	CAN0001_000000001381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00025122798506492945	NZ_JODS01000032.1	high GC Gram+	Kitasatospora purpeofusca strain NRRL B-1817 contig32.1, whole genome shotgun sequence	True	True
SPA0087_000000012094	1162	0.9673485055748391	1	1	1	1	1	False	5466	maximal	True	SPA0087_000000012094	1.0		0	0	False	False	0.9948365092277527	0					non-mobilizable	no_good_hit	632.0	92.88	87.0	0.0002766301450576583	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0008_000000005779	4845	0.9673404845272826	5	4	2	4	1	True	13875	maximal	True	MON0008_000000005779	1.0		2	2	False	False	0.9921568632125854	0					non-mobilizable	no_good_hit	116.0	99.13799999999999	2.0	0.0014950792391996775	CP029104.1	enterobacteria	Escherichia coli strain AR437 plasmid unnamed2, complete sequence	True	True
DEN0062_000000007788	2472	0.9673389666448406	4	2	1	2	2	False	71718	fragment	False	DEN0062_000000007788	1.0		0	0	False	False	0.9967637658119202	0					non-mobilizable	no_good_hit	434.0	93.318	18.0	0.312545322697607	NZ_FNVV01000004.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0180_000000002734	7415	0.9673360723996304	9	5	4	4	4	True	88497	maximal	False	CHI0183_000000000419	0.9512923406858327		0	0	True	True	0.9998651146888733	14					non-mobilizable	no_good_hit	512.0	75.195	7.0	0.14878482513337285	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
SPA0132_000000022413	1847	0.9673269565230228	2	1	1	1	1	False	3730	maximal	True	SPA0132_000000022413	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000021299	1654	0.9673185434621262	3	3	2	3	1	False	110535	fragment	False	ISR0156_000000014722	0.9865512265512265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	80.15899999999999	8.0	0.0008210125821846944	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0118_000000010000	1650	0.9673185434621262	3	3	2	3	1	False	110535	fragment	False	ISR0156_000000014722	0.9847723453857343		0	0	False	False	0.9539393782615662	0					non-mobilizable	no_good_hit	123.0	79.675	7.0	0.0008076627841003905	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MON0063_000000015239	1921	0.9673130289897351	2	1	1	1	1	False	10740	fragment	False	MON0063_000000015239	1.0		0	0	False	False	0.9973971843719482	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000012878	1764	0.9673086949496068	3	2	2	2	1	False	38632	fragment	False	ISR0107_000000015562	0.9547511312217195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	86.656	69.0	0.05184613405377589	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0105_000000040995	1333	0.9673083514822466	2	1	1	1	1	False	8693	maximal	True	MON0105_000000040995	1.0		0	0	False	False	0.9849962592124939	0					non-mobilizable	no_good_hit	309.0	82.20100000000001	23.0	0.005765414997566546	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
MON0016_000000004727	4486	0.9673042455867114	3	2	2	2	2	True	13368	fragment	False	MON0016_000000004727	1.0		0	0	False	False	0.99977707862854	0					non-mobilizable	no_good_hit	337.0	73.59100000000001	7.0	5.401219179812403e-05	NZ_AP022593.1	high GC Gram+	Mycolicibacterium arabiense strain JCM 18538	True	True
ENG0048_000000006200	4240	0.9673023988369014	6	5	3	4	5	False	75552	fragment	False	ENG0048_000000006200	1.0		0	0	False	False	0.9988207817077637	0					non-mobilizable	no_good_hit	1604.0	84.227	38.0	0.0005385506323425909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0035_000000002595	6069	0.9672919320009192	11	4	3	4	4	False	116913	maximal	True	AST0035_000000002595	1.0		1	1	False	False	0.9990113973617554	0					non-mobilizable	no_good_hit	3221.0	98.665	53.0	0.045490506329113924	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0365_000000001965	7118	0.9672741291061906	7	3	1	3	1	True	67543	fragment	False	ISR0365_000000001965	1.0		0	0	False	False	0.9998595118522644	0					non-mobilizable	plasmid	3963.0	92.152	91.0	0.15809455301122965	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0211_000000007977	3422	0.9672735810583876	6	5	3	3	3	False	104832	fragment	False	ENG0211_000000007977	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3255.0	97.48100000000001	100.0	0.0006562576794768839	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0066_000000003296	9541	0.967271205381746	14	11	10	9	7	False	35152	maximal	True	ISR0066_000000003296	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	70.954	7.0	0.0025774469589547274	NZ_AJTG01000031.1	firmicutes	Aerococcus viridans LL1 Contig67, whole genome shotgun sequence	True	False
USA0020_01_000000025241	1364	0.9672696205606997	2	2	2	1	1	False	23605	fragment	False	USA0020_01_000000025241	1.0		0	0	False	False	0.9992668628692627	0					non-mobilizable	no_good_hit	885.0	72.429	64.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0077_000000013232	2237	0.9672653459271108	3	2	2	2	2	True	87137	fragment	False	FIJ0159_000000011440	0.9497466337021957		0	0	False	False	1.0	0					non-mobilizable	plasmid	2237.0	99.911	100.0	0.017198280171982803	CP055333.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_4, complete sequence	False	True
AST0024_000000014428	2372	0.967264520621956	3	3	3	3	3	False	121479	fragment	False	AST0024_000000014428	0.9856770833333334		0	0	False	False	0.9940978288650513	0					non-mobilizable	no_good_hit	1708.0	82.728	72.0	0.005443712081013176	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0089_000000007989	2412	0.9672613423890432	3	3	3	2	1	False	68848	fragment	False	DEN0089_000000007989	0.9948208890807078		0	0	False	False	1.0	0					non-mobilizable	other	1054.0	87.95100000000001	95.0	0.0002811817883108178	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0024_000000002404	7043	0.9672594581890328	7	4	2	3	2	True	113154	maximal	False	ISR0221_000000003082	0.9870606130247436		0	0	True	True	1.0	86					non-mobilizable	no_good_hit	506.0	90.514	10.0	0.7560240963855421	NZ_QSCB01000065.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf65, whole genome shotgun sequence	True	True
USA0064_01_000000003104	2766	0.9672546135907356	5	5	3	3	3	False	104825	fragment	False	USA0064_01_000000003104	0.9888471177944863		0	0	False	False	0.9996384382247925	0					non-mobilizable	chromosome	2766.0	100.0	100.0	0.0005583238411549489	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
CAN0020_000000003500	9463	0.9672456323750426	14	5	4	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.20432808207389164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	99.315	2.0	0.1056081573197378	HG796594.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01768	True	True
USA0081_01_000000007965	3934	0.9672406534212004	6	4	4	4	3	False	125969	maximal	True	USA0081_01_000000007965	1.0		7	6	False	False	0.999745786190033	0					non-mobilizable	no_good_hit	549.0	99.271	14.0	0.00019322152106943176	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0090_000000016027	1526	0.9672369111119008	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.12647949432824745		0	0	False	False	0.9803407788276672	0					non-mobilizable	chromosome	1489.0	99.79899999999999	98.0	0.0003020686219519845	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ISR0169_000000007282	3849	0.9672303031715622	5	4	3	2	3	False	128299	maximal	True	ISR0169_000000007282	1.0		0	0	False	False	0.9992205500602722	0					non-mobilizable	other	1899.0	99.26299999999999	100.0	0.0006892832434807714	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0039_000000004441	8509	0.9672241904048006	14	10	7	7	7	True	125397	fragment	False	SPA0032_000000002311	0.4631670742966885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7223.0	90.24	87.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0160_000000003269	7415	0.9672117950887356	7	5	2	5	3	False	104086	maximal	True	ISR0160_000000003269	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	263.0	93.536	10.0	8.31581264667498e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0334_000000018078	1210	0.967211295453865	3	2	1	1	2	False	24494	fragment	False	ISR0334_000000018078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0049_000000004534	3634	0.9672086049176098	5	2	1	2	0	True	64894	maximal	False	MAD0047_000000011134	0.9971632989923851		0	0	True	True	0.999724805355072	17		MOBV			mobilizable	no_good_hit	1902.0	91.115	59.0	0.6081777205408886	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0030_000000002763	3614	0.9672086049176098	4	2	1	2	0	True	64894	maximal	False	MAD0047_000000011134	0.9980955529771178		0	0	True	True	1.0	22		MOBV			mobilizable	no_good_hit	1604.0	92.33200000000001	65.0	0.5132002575660013	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0005_000000007073	3614	0.9672086049176098	4	2	1	2	0	True	64894	maximal	False	MAD0047_000000011134	0.9982302149755018		0	0	True	True	1.0	180		MOBV			mobilizable	no_good_hit	1604.0	92.39399999999999	65.0	0.5132002575660013	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0026_000000005977	2232	0.9672086049176098	2	2	1	2	0	True	26811	fragment	False	MAD0026_000000005977	1.0		0	0	False	False	0.9767025113105774	0		MOBV			mobilizable	no_good_hit	1279.0	91.947	68.0	0.4085640695428204	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0077_000000006435	1852	0.9672086049176098	2	2	1	2	0	True	18539	fragment	False	MAD0077_000000006435	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1279.0	91.947	69.0	0.4085640695428204	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0012_000000018023	1647	0.9672086049176098	2	2	1	2	0	True	19654	fragment	False	MAD0012_000000018023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	92.36	80.0	0.42659368963296845	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0038_000000009923	1489	0.9672086049176098	2	2	1	2	0	True	18538	fragment	False	MAD0038_000000009923	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1176.0	91.412	78.0	0.37540244687701224	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
AST0003_000000020379	1592	0.967206851481238	2	1	1	1	1	False	129505	fragment	False	AST0003_000000020379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	80.613	63.0	0.008961824953445064	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0005_000000026393	1386	0.9672003012780446	3	3	3	2	3	False	58755	fragment	False	FIJ0005_000000026393	1.0		0	0	False	False	0.9978355169296265	0					non-mobilizable	other	1386.0	98.62899999999999	100.0	0.012399727832688726	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0151_000000004715	3635	0.9671963326746352	6	3	3	3	2	False	69561	maximal	True	ISR0151_000000004715	1.0		0	0	False	False	0.989821195602417	0					non-mobilizable	no_good_hit	215.0	79.535	8.0	8.795724574198973e-05	CP024703.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 2305 chromosome, complete genome	True	False
ISR0369_000000006478	2104	0.9671885262375224	3	2	2	2	2	False	94091	fragment	False	ISR0369_000000006478	1.0		0	0	False	False	0.9990494251251221	0					non-mobilizable	chromosome	2104.0	97.624	100.0	0.0008660672147228956	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0099_000000004995	4349	0.967187248784646	6	2	1	2	0	True	33218	maximal	True	ISR0099_000000004995	0.9923076923076923		1	1	True	True	1.0	57					non-mobilizable	no_good_hit								True	True
ISR0221_000000005213	4340	0.967187248784646	5	2	1	2	0	True	33218	maximal	False	ISR0099_000000004995	0.9922515952597994		0	0	True	True	0.9990783333778381	19					non-mobilizable	no_good_hit								True	True
CHI0135_000000004892	4140	0.967187248784646	4	2	1	2	0	True	80697	maximal	True	CHI0135_000000004892	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
SPA0011_000000005135	4070	0.967187248784646	5	2	1	2	0	True	8051	maximal	True	SPA0011_000000005135	1.0		1	1	True	True	0.9995086193084717	43					non-mobilizable	no_good_hit								True	True
CHI0074_000000004269	3629	0.967187248784646	2	2	1	2	0	True	88051	maximal	True	CHI0074_000000004269	1.0		1	1	True	True	1.0	24					non-mobilizable	other	3630.0	99.449	100.0	0.4363876863876864	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ITA0002_000000002267	3441	0.967187248784646	4	2	1	2	0	True	20436	maximal	True	ITA0002_000000002267	1.0		1	1	True	True	0.9970938563346863	6					non-mobilizable	no_good_hit	53.0	92.45299999999999	2.0	7.196894152648063e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
USA0005_01_000000010389	3386	0.967187248784646	4	2	1	2	0	True	34584	maximal	False	ISR0076_000000007388	0.9998556998556998		0	0	True	True	1.0	31					non-mobilizable	no_good_hit	66.0	92.42399999999999	2.0	0.016108412170800307	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	True	True
ISR0076_000000007388	3386	0.967187248784646	3	2	1	2	0	True	34584	maximal	True	ISR0076_000000007388	0.9998556998556998		2	2	True	True	1.0	64					non-mobilizable	no_good_hit	66.0	92.42399999999999	2.0	0.016108412170800307	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	True	True
FIJ0046_000000009362	3066	0.967187248784646	3	2	1	2	0	True	130980	maximal	True	FIJ0046_000000009362	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	1356.0	83.92299999999999	69.0	0.39916963226571767	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ENG0161_000000011752	1818	0.967187248784646	3	2	1	2	0	True	56401	fragment	False	ENG0161_000000011752	1.0		0	0	False	False	0.9851484894752502	0					non-mobilizable	plasmid	1007.0	99.801	99.0	0.29833926453143533	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0186_000000011237	2535	0.967186376192776	3	3	3	2	1	False	103272	fragment	False	ISR0083_000000005815	0.1322730330501737		0	0	False	False	0.9948717951774597	0					non-mobilizable	other	2535.0	99.882	100.0	0.0004901381000876712	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0197_000000011737	2159	0.967186376192776	3	3	3	2	1	False	103263	fragment	False	ISR0197_000000011737	1.0		0	0	False	False	0.9995368123054504	0					non-mobilizable	chromosome	2161.0	96.344	100.0	0.0003918902663710798	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0032_000000019395	1727	0.9671857235576884	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.033195651293685076	PS1061	0	0	False	True	0.998262882232666	0					non-mobilizable	chromosome	1605.0	88.66	93.0	0.00042850527498300986	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0066_000000002162	11485	0.9671847275175506	16	9	6	5	6	True	126432	maximal	True	DEN0066_000000002162	1.0	PS872	1	1	False	True	0.9984327554702759	0					non-mobilizable	no_good_hit	6260.0	99.92	72.0	0.7794245858761988	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0199_000000005103	5242	0.9671800391208804	6	4	3	4	3	False	120430	fragment	False	ISR0199_000000005103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	1.6571918777852723e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0105_000000010847	4807	0.9671800391208804	6	4	3	4	3	False	120429	fragment	False	ENG0079_000000006753	0.9827121512547817		0	0	False	False	0.9997919797897339	0					non-mobilizable	no_good_hit	53.0	86.792	1.0	0.001167778301780862	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0802_000000002784	4539	0.9671800391208804	5	4	3	4	3	False	120429	fragment	False	ENG0079_000000006753	0.9730036844538925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	1.6571918777852723e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
CHI0141_000000020966	1320	0.9671770642359716	3	1	1	1	1	False	80061	maximal	True	CHI0141_000000020966	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000000353	54563	0.9671746434896848	59	25	13	21	13	True	130801	maximal	False	ISR0079_000000000160	0.6898028547577884		0	0	True	True	1.0	48					non-mobilizable	no_good_hit	1113.0	82.39	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0261_000000001768	8446	0.967174616901997	8	5	2	4	5	False	128481	fragment	False	ISR0261_000000001768	1.0		0	0	False	False	0.9988160133361816	0					non-mobilizable	no_good_hit	2153.0	85.27600000000001	58.0	0.0006112632869410382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0137_000000004567	7858	0.967174616901997	7	5	2	4	5	False	107622	fragment	False	SPA0137_000000004567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	85.27600000000001	66.0	0.0006112632869410382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0116_01_000000006085	4376	0.9671726982549348	6	5	4	4	5	False	111431	fragment	False	ISR0843_000000003216	0.8894319830539154		0	0	False	False	0.9974862933158875	0					non-mobilizable	other	4377.0	99.292	100.0	0.006061302819974043	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0263_000000003532	3398	0.9671642718978991	4	3	1	3	0	True	130985	maximal	True	ISR0263_000000003532	1.0	PS1131	1	1	True	True	1.0	92	rep_cluster_1683				non-mobilizable	no_good_hit	2060.0	94.07799999999999	62.0	0.7356859920777817	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
MON0006_000000007682	2710	0.967160281516896	3	2	1	2	1	False	14059	maximal	True	MON0006_000000007682	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	6.0	8.44870509513242e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
MAD0035_000000000748	24861	0.9671556714650416	22	9	6	9	3	True	18796	maximal	True	MAD0035_000000000748	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	84.416	0.0	0.00039056314983902467	NZ_MSQB01000010.1	a-proteobacteria	Novosphingobium panipatense strain P5:ABC scaffold10, whole genome shotgun sequence	True	True
FIJ0041_000000009399	3806	0.9671525766862152	4	1	1	1	1	True	52083	maximal	True	FIJ0041_000000009399	1.0	PS212	1	1	True	True	1.0	552					non-mobilizable	no_good_hit	1545.0	89.515	67.0	0.42889012827663137	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0048_000000008063	3765	0.9671525766862152	5	1	1	1	1	True	52640	maximal	False	FIJ0132_000000007859	0.10484811978507691		0	0	True	True	1.0	407					non-mobilizable	no_good_hit	1184.0	89.443	69.0	0.3279419966536531	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0134_000000004248	3750	0.9671525766862152	5	1	1	1	1	True	52081	backbone	False	FIJ0035_000000003187	0.9021797384292667	PS212	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	879.0	96.132	68.0	0.24428332403792527	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0143_000000001148	3745	0.9671525766862152	5	1	1	1	1	True	52640	maximal	False	FIJ0132_000000007859	0.1047999171847743		0	0	True	True	0.9991989135742188	5					non-mobilizable	no_good_hit	1044.0	88.79299999999999	69.0	0.28890128276631344	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ISR0278_000000002954	3378	0.9671525766862152	4	1	1	1	1	True	112723	maximal	False	AUS0018_000000008243	0.9568279888558681		0	0	True	True	0.9997039437294006	4					non-mobilizable	no_good_hit	1371.0	81.83800000000001	40.0	0.2721531880220004	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0039_000000007190	3340	0.9671525766862152	5	1	1	1	1	True	112723	maximal	False	AUS0018_000000008243	0.9779141243665901		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1297.0	80.262	38.0	0.25768995722143	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
CHI0075_000000002045	3198	0.9671525766862152	6	1	1	1	1	True	122518	fragment	False	CHI0075_000000002045	1.0		0	0	False	False	0.9878048896789551	0	rep_cluster_1380				non-mobilizable	no_good_hit	1219.0	77.76899999999999	37.0	0.30991412958626074	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
SPA0105_000000009263	2853	0.9671525766862152	5	1	1	1	1	True	67112	maximal	True	SPA0105_000000009263	1.0		1	1	True	True	1.0	126					non-mobilizable	no_good_hit	1708.0	90.515	89.0	0.6311871976181616	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
AST0151_000000005811	2768	0.9671525766862152	3	1	1	1	1	True	106807	fragment	False	AST0151_000000005811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	84.536	3.0	0.01854043392504931	HG796297.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00289	True	True
AUS0018_000000010237	2717	0.9671525766862152	2	1	1	1	1	True	100003	maximal	True	AUS0018_000000010237	1.0		2	2	False	False	0.9896945357322693	0					non-mobilizable	no_good_hit	1423.0	81.44800000000001	59.0	0.28376451415766957	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
AST0110_000000007077	2600	0.9671525766862152	3	1	1	1	1	True	107008	maximal	True	AST0110_000000007077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0018_000000010836	2571	0.9671525766862152	3	1	1	1	1	True	100001	fragment	False	AUS0018_000000010836	1.0		0	0	False	False	0.9968883991241455	0					non-mobilizable	other	2551.0	99.726	99.0	0.5194540639641475	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	False	True
ITA0008_000000000536	2496	0.9671525766862152	4	1	1	1	1	True	20330	maximal	True	ITA0008_000000000536	1.0		1	1	True	True	1.0	530					non-mobilizable	no_good_hit	888.0	85.135	81.0	0.33844973138910206	HG796835.1	bacteria	Uncultured bacterium plasmid pRGF00158	True	True
AST0059_000000005828	2486	0.9671525766862152	4	1	1	1	1	True	112721	fragment	False	AST0059_000000005828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1369.0	80.351	55.0	0.2723568954980648	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
CAN0009_000000010246	2447	0.9671525766862152	4	1	1	1	1	True	94799	maximal	True	CAN0009_000000010246	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0026_000000005506	2396	0.9671525766862152	3	1	1	1	1	True	19097	fragment	False	MAD0026_000000005506	1.0		0	0	False	False	0.9770450592041016	0					non-mobilizable	no_good_hit	204.0	84.314	8.0	0.0007641641905678089	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
AUS0004_000000008959	2338	0.9671525766862152	3	1	1	1	1	True	113711	fragment	False	AUS0004_000000008959	1.0		0	0	False	False	0.9995722770690918	0					non-mobilizable	no_good_hit	671.0	73.32300000000001	27.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
FIJ0080_000000010773	2329	0.9671525766862152	3	1	1	1	1	True	44328	fragment	False	FIJ0080_000000010773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0024_000000009138	2257	0.9671525766862152	3	1	1	1	1	True	49229	fragment	False	FIJ0024_000000009138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	0.00013602145738490247	NZ_CABMGA010000004.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MAD0070_000000008519	2246	0.9671525766862152	3	1	1	1	1	True	16366	fragment	False	MAD0070_000000008519	1.0		0	0	False	False	0.9915404915809631	0					non-mobilizable	no_good_hit	1331.0	80.84100000000001	59.0	0.26685679364432674	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0039_000000011975	2133	0.9671525766862152	3	1	1	1	1	True	113710	maximal	True	ENG0039_000000011975	1.0		2	2	False	False	0.9981247186660767	0					non-mobilizable	no_good_hit	671.0	73.32300000000001	30.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
AST0111_000000009762	1999	0.9671525766862152	2	1	1	1	1	True	106806	fragment	False	AST0111_000000009762	1.0		0	0	False	False	0.9914957284927368	0					non-mobilizable	no_good_hit								True	True
MAD0086_000000004886	1912	0.9671525766862152	2	1	1	1	1	True	19950	fragment	False	MAD0086_000000004886	1.0		0	0	False	False	0.9958158731460571	0					non-mobilizable	no_good_hit	1375.0	80.727	71.0	0.2727643104501935	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
FIJ0107_000000013652	1909	0.9671525766862152	1	1	1	1	1	True	42273	fragment	False	FIJ0107_000000013652	1.0		0	0	False	False	0.9895232915878296	0					non-mobilizable	no_good_hit								True	True
ENG0206_000000013506	1887	0.9671525766862152	2	1	1	1	1	True	60819	fragment	False	ENG0206_000000013506	0.9633879781420764		0	0	False	False	0.9782723784446716	0					non-mobilizable	no_good_hit	1333.0	80.42	70.0	0.26481971888368305	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
DEN0012_000000003403	1856	0.9671525766862152	2	1	1	1	1	True	75445	maximal	True	DEN0012_000000003403	1.0		1	1	True	True	1.0	39					non-mobilizable	no_good_hit	106.0	78.30199999999999	6.0	0.01721228484643942	CP031099.1	firmicutes	Clostridium botulinum strain CFSAN034202 plasmid p2_CFSAN034202, complete sequence	True	True
ISR0190_000000012493	1830	0.9671525766862152	2	1	1	1	1	True	60819	fragment	False	ENG0206_000000013506	0.9493905670376259		0	0	False	False	0.9989070892333984	0					non-mobilizable	no_good_hit	1369.0	80.351	74.0	0.2723568954980648	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
CAN0007_000000022763	1778	0.9671525766862152	1	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.996647053719205		0	0	True	True	1.0	10					non-mobilizable	plasmid	1020.0	99.706	100.0	0.6001177856301532	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
ISR0073_000000015340	1777	0.9671525766862152	1	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9959985599054422		0	0	True	True	1.0	27					non-mobilizable	plasmid	1207.0	99.669	100.0	0.7102473498233216	LN852824.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0134	False	True
ISR0260_000000008242	1777	0.9671525766862152	1	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9962985557850145		0	0	True	True	0.9938098192214966	11					non-mobilizable	plasmid	1121.0	99.554	100.0	0.6595995288574794	LN852824.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0134	False	True
DEN0079_000000033775	1777	0.9671525766862152	1	1	1	1	1	True	114490	maximal	True	DEN0079_000000033775	0.9976251579894986		22	6	True	True	1.0	81					non-mobilizable	plasmid	1008.0	99.90100000000001	100.0	0.5930506478209658	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
FIJ0037_000000017789	1776	0.9671525766862152	2	1	1	1	1	True	47780	fragment	False	FIJ0037_000000017789	1.0		0	0	False	False	0.9938063025474548	0					non-mobilizable	no_good_hit								True	True
SPA0044_000000015486	1775	0.9671525766862152	1	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9975541011842125		0	0	True	True	0.999436616897583	71					non-mobilizable	plasmid	986.0	99.79700000000001	99.0	0.5800942285041225	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
USA0035_01_000000014433	1760	0.9671525766862152	2	1	1	1	1	True	1417	fragment	False	USA0035_01_000000014433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0005_000000017347	1755	0.9671525766862152	3	1	1	1	1	True	19949	fragment	False	MAD0005_000000017347	1.0		0	0	False	False	0.9977207779884338	0					non-mobilizable	no_good_hit	1415.0	80.63600000000001	80.0	0.28091260949276836	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0197_000000014679	1739	0.9671525766862152	2	1	1	1	1	True	28932	fragment	False	ISR0197_000000014679	1.0		0	0	False	False	0.9729729890823364	0					non-mobilizable	no_good_hit	671.0	73.32300000000001	37.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
AST0052_000000013750	1737	0.9671525766862152	1	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9949849097596009		0	0	True	True	1.0	177					non-mobilizable	plasmid	991.0	99.697	100.0	0.5830388692579506	LN852824.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0134	False	True
SPA0092_000000026069	1729	0.9671525766862152	1	1	1	1	1	True	114490	maximal	False	DEN0079_000000033775	0.9972883050393854		0	0	True	True	0.9994216561317444	20					non-mobilizable	plasmid	1115.0	99.641	100.0	0.6560659599528857	HG796478.1	bacteria	Uncultured bacterium plasmid pRGI01392	False	True
MON0008_000000021014	1712	0.9671525766862152	3	1	1	1	1	True	13857	maximal	True	MON0008_000000021014	1.0		1	1	False	False	0.9766355156898499	0					non-mobilizable	no_good_hit								True	True
AST0055_000000021819	1652	0.9671525766862152	2	1	1	1	1	True	113709	fragment	False	AST0055_000000021819	0.9992169685292533		0	0	False	False	0.9969733953475952	0					non-mobilizable	no_good_hit	671.0	73.17399999999999	39.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
MAD0088_000000015800	1635	0.9671525766862152	1	1	1	1	1	True	15887	fragment	False	MAD0088_000000015800	1.0		0	0	False	False	0.9755351543426514	0					non-mobilizable	no_good_hit								True	True
USA0006_01_000000014651	1623	0.9671525766862152	2	1	1	1	1	True	113709	fragment	False	AST0055_000000021819	0.9945342454973018		0	0	False	False	0.996303141117096	0					non-mobilizable	no_good_hit	671.0	73.32300000000001	39.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
SPA0097_000000020249	1621	0.9671525766862152	2	1	1	1	1	True	113709	fragment	False	AST0055_000000021819	0.9942176137636936		0	0	False	False	0.9925971627235413	0					non-mobilizable	no_good_hit	671.0	73.17399999999999	39.0	0.1696591204787926	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
AUS0018_000000017540	1609	0.9671525766862152	2	1	1	1	1	True	99931	fragment	False	AUS0018_000000017540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	81.066	85.0	0.2784681197799959	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0173_000000011063	1558	0.9671525766862152	2	1	1	1	1	True	113709	fragment	False	AST0055_000000021819	0.965281120242638		0	0	False	False	0.9955070614814758	0					non-mobilizable	no_good_hit	427.0	75.878	27.0	0.1082487639864689	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
MAD0048_000000015806	1510	0.9671525766862152	2	1	1	1	1	True	17538	fragment	False	MAD0048_000000015806	1.0		0	0	False	False	0.9927152395248413	0					non-mobilizable	plasmid	1269.0	81.324	99.0	0.47186796699174793	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
AST0059_000000010255	1492	0.9671525766862152	1	1	1	1	1	True	112640	maximal	True	AST0059_000000010255	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	75.767	41.0	0.14357743097238895	NZ_WHJC01000290.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig290, whole genome shotgun sequence	True	True
AST0088_000000008015	1429	0.9671525766862152	2	1	1	1	1	True	110381	fragment	False	AST0088_000000008015	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	81.38	93.0	0.2699124057852923	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	False	True
MON0023_000000016178	1427	0.9671525766862152	1	1	1	1	1	True	12971	fragment	False	MON0023_000000016178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0044_000000041593	1369	0.9671525766862152	2	1	1	1	1	True	11596	fragment	False	MON0044_000000041593	1.0		0	0	False	False	0.9963477253913879	0					non-mobilizable	no_good_hit								True	True
SPA0104_000000029611	1283	0.9671525766862152	2	1	1	1	1	True	4811	fragment	False	SPA0104_000000029611	1.0		0	0	False	False	0.9867498278617859	0					non-mobilizable	no_good_hit	95.0	98.947	7.0	3.2838129679870154e-05	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	True
MAD0042_000000020116	1252	0.9671525766862152	1	1	1	1	1	True	18100	maximal	True	MAD0042_000000020116	1.0		0	0	False	False	0.9792332053184509	0					non-mobilizable	plasmid	1241.0	77.76	97.0	0.37195502810743286	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	False	True
AST0024_000000015534	2214	0.9671504232598132	4	3	3	3	3	False	121450	fragment	False	AST0024_000000015534	1.0		0	0	False	False	0.9914182424545288	0					non-mobilizable	no_good_hit	1285.0	75.72	57.0	0.0003860332212445336	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MAD0047_000000021383	2104	0.9671499008604816	3	2	1	1	2	True	19740	maximal	True	MAD0047_000000021383	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	79.175	40.0	0.0973721735587696	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
MAD0010_000000002472	1716	0.9671499008604816	2	2	1	1	2	True	19739	fragment	False	MAD0010_000000002472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	79.258	47.0	0.09207577918109594	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0028_000000013600	1359	0.967149312108006	3	1	1	1	1	False	65852	maximal	True	ENG0028_000000013600	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0211_000000002461	6972	0.967148785519908	7	5	4	4	4	True	125434	fragment	False	ISR0211_000000002461	0.9988314116547211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	81.25	28.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0121_000000002364	6418	0.967148785519908	7	5	4	4	4	True	125434	fragment	False	ISR0211_000000002461	0.9601262191623637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	80.969	26.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0324_000000027543	1126	0.9671449796832576	2	1	1	1	1	False	24892	maximal	True	ISR0324_000000027543	1.0		1	1	False	False	0.99733567237854	0					non-mobilizable	no_good_hit	507.0	76.726	44.0	0.00013925742237866777	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0081_000000004659	4904	0.967144612787896	7	4	3	4	3	False	34252	maximal	True	ISR0081_000000004659	1.0		1	1	False	False	0.9997960925102234	0					non-mobilizable	no_good_hit	2849.0	90.277	58.0	0.05982509746075229	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
DEN0082_000000012238	3185	0.9671430980752009	3	2	2	2	1	False	69298	maximal	True	DEN0082_000000012238	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000002839	7201	0.9671385108881402	8	5	3	5	4	False	58792	fragment	False	ISR0089_000000002839	1.0		0	0	False	False	0.9998611211776733	0					non-mobilizable	no_good_hit								True	False
ISR0110_000000005656	4110	0.9671314277823744	6	6	2	2	4	True	74980	maximal	True	ISR0110_000000005656	1.0		2	1	False	False	0.9987834692001343	0					non-mobilizable	no_good_hit	3497.0	97.455	85.0	0.0014222922338612957	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	True
DEN0073_000000000623	28868	0.9671308777865754	43	22	15	18	19	True	125421	maximal	False	SPA0136_000000000618	0.5304886761062284		0	0	False	False	1.0	0					non-mobilizable	other	28873.0	98.258	100.0	0.008239594119574438	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CAN0006_000000033149	1354	0.9671250915629924	2	1	1	1	1	False	95533	maximal	True	CAN0006_000000033149	1.0		1	1	False	False	0.9926144480705261	0					non-mobilizable	no_good_hit								True	False
ENG0050_000000006894	3525	0.9671195159673044	3	3	3	3	1	False	132002	maximal	True	ENG0050_000000006894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3105.0	85.765	87.0	0.001038631431331105	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0049_000000008185	3509	0.9671154561349248	5	2	1	2	2	True	62355	fragment	False	ISR0049_000000008185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
ENG0048_000000011710	2304	0.9671122045435644	3	3	3	2	2	False	64238	fragment	False	ENG0048_000000011710	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2305.0	98.785	99.0	0.012458902924381381	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
SPA0039_000000004958	4962	0.9671113681148604	6	6	1	3	5	False	89777	maximal	True	SPA0039_000000004958	1.0		1	1	True	True	1.0	1535	rep_cluster_2373			MOB_unknown	mobilizable	no_good_hit	1595.0	97.555	58.0	0.2577538361083905	CP049104.1	enterobacteria	Escherichia coli strain EC28 plasmid p4, complete sequence	True	True
SPA0062_000000015646	2082	0.9670971986846784	3	3	2	3	2	False	94084	fragment	False	SPA0062_000000015646	0.7150044743087645		0	0	False	False	0.9966378211975098	0					non-mobilizable	chromosome	2083.0	96.495	100.0	0.000892320767232918	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0021_000000015618	1896	0.9670971986846784	3	3	2	3	2	False	94084	fragment	False	SPA0062_000000015646	0.6179406128986682		0	0	False	False	1.0	0					non-mobilizable	chromosome	1896.0	97.574	100.0	0.0007804076899191094	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0047_000000016971	1762	0.9670971986846784	3	3	2	3	2	False	94084	fragment	False	SPA0062_000000015646	0.5426336571840367		0	0	False	False	1.0	0					non-mobilizable	chromosome	1762.0	97.446	100.0	0.0007248113637243444	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0150_000000008038	3382	0.9670928530013436	4	3	3	3	2	False	104195	fragment	False	AST0150_000000008038	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1973.0	83.22399999999999	95.0	0.0008425806379686132	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
DEN0052_000000020626	2128	0.9670892754128944	3	2	2	1	1	False	72537	fragment	False	DEN0052_000000020626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	81.452	6.0	2.1532287398024155e-05	NZ_CP041217.1	firmicutes	Saccharibacillus brassicae strain ATSA2 chromosome, complete genome	True	False
CAN0015_000000014910	2580	0.9670853555806136	4	2	2	2	2	False	93289	maximal	True	CAN0015_000000014910	1.0		2	2	False	False	0.9821705222129822	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0626068374275854e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0003_000000039100	1248	0.9670844854677106	2	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.2639890103571288		0	0	False	False	0.9671474099159241	0					non-mobilizable	no_good_hit	84.0	92.85700000000001	7.0	2.320957039644463e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0351_000000001979	5659	0.9670832921104022	6	6	6	6	6	False	128580	maximal	False	ISR0107_000000003219	0.9577270405484505		0	0	False	False	1.0	0					non-mobilizable	virus	5659.0	98.374	99.0	0.37265362576565897	MK232153.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.M06_1-CL12_c1 sequence	False	False
FIJ0096_000000028560	1329	0.9670755216143321	3	1	1	1	1	False	42966	fragment	False	FIJ0096_000000028560	1.0		0	0	False	False	0.9849510788917542	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	7.791998873930485e-05	NZ_FNIT01000004.1	a-proteobacteria	Aureimonas jatrophae strain L7-484,KACC 16230,DSM 25025, whole genome shotgun sequence	True	False
CAN0020_000000002022	14789	0.9670728782292384	11	10	9	8	8	True	120830	fragment	False	CAN0020_000000002022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4526.0	89.12899999999999	31.0	0.0014687070178129884	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
SPA0008_000000003603	7019	0.967072365349784	8	8	0	3	8	False	78693	backbone	False	ISR0383_000000001180	0.9930843604309517	PS381	0	0	True	True	1.0	16	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	6883.0	99.75299999999999	100.0	0.9838432942522162	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
ISR0170_000000003182	12378	0.967067500875023	13	7	4	6	3	True	109371	fragment	False	ISR0170_000000003182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5120.0	93.887	86.0	0.20317308076569557	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
USA0102_01_000000000866	15926	0.9670662400641896	17	10	7	9	6	False	123936	fragment	False	USA0102_01_000000000866	0.972452587592414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8446.0	99.27799999999999	61.0	0.08587065992532986	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
AST0100_000000005099	3007	0.9670653451627512	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.17205845854222215	PS1035	0	0	True	True	0.9976720809936523	20					non-mobilizable	no_good_hit	1361.0	87.87700000000001	78.0	0.44893190921228304	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0779_000000006790	4756	0.967061497668548	8	7	7	6	4	False	22351	fragment	False	ISR0779_000000006790	1.0		0	0	False	False	0.9928511381149292	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	1.1822831754881585e-05	NZ_CP047186.1	high GC Gram+	Rathayibacter tanaceti strain VKM Ac-2761 chromosome, complete genome	True	False
FIJ0159_000000011883	2063	0.9670545803262848	3	3	3	3	3	False	131506	fragment	False	FIJ0159_000000011883	1.0		0	0	False	False	0.9985458254814148	0					non-mobilizable	no_good_hit	1834.0	78.68	88.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0053_000000002044	12786	0.9670530256870332	16	8	2	7	5	True	63899	maximal	True	ENG0053_000000002044	1.0		1	1	True	True	0.999139666557312	11					non-mobilizable	no_good_hit	1158.0	87.04700000000001	22.0	0.21694915254237288	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
SPA0040_000000002345	11812	0.9670527604667722	14	9	7	8	8	False	67415	maximal	True	SPA0040_000000002345	1.0		1	1	False	False	0.999915361404419	0					non-mobilizable	no_good_hit	1781.0	71.589	15.0	0.004495888221494677	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ENG0031_000000001138	16821	0.9670514377432824	25	21	2	10	21	True	65722	maximal	True	ENG0031_000000001138	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	no_good_hit	8405.0	95.289	87.0	0.11589623292396854	CP023355.1	enterobacteria	Escherichia coli strain 746 plasmid p72, complete sequence	True	True
USA0069_01_000000005278	10978	0.967045975206036	11	6	5	4	4	False	92476	fragment	False	USA0069_01_000000005278	0.9786458813762569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2507.0	93.538	86.0	0.10239731631484209	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0018_01_000000008655	2776	0.9670448702840588	4	4	3	3	3	False	73201	maximal	True	USA0018_01_000000008655	1.0		6	3	False	False	0.9992795586585999	0					non-mobilizable	no_good_hit	69.0	91.304	2.0	2.110439942931221e-05	NC_013943.1	bacteria	Denitrovibrio acetiphilus DSM 12809, complete sequence	True	False
MON0095_000000003139	7911	0.9670410673421254	14	11	8	9	7	False	72344	fragment	False	MON0095_000000003139	1.0		0	0	False	False	0.9988623261451721	0					non-mobilizable	no_good_hit	416.0	72.596	6.0	0.00011353115157778939	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0034_000000013642	2024	0.9670329429118798	2	2	2	2	2	False	128262	maximal	True	FIJ0034_000000013642	1.0		1	1	False	False	0.997035562992096	0					non-mobilizable	no_good_hit	630.0	75.079	30.0	0.011835445446588272	NZ_FQXK01000037.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ENG0068_000000004649	4878	0.9670315266989268	7	4	2	4	3	True	91861	fragment	False	ENG0068_000000004649	0.9929078014184397		0	0	False	False	0.9997950196266174	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
SPA0116_000000002435	12861	0.9670300325154558	15	9	6	9	2	True	112621	maximal	True	SPA0116_000000002435	1.0		0	0	False	False	0.999377965927124	0					non-mobilizable	no_good_hit	2745.0	89.18	34.0	0.011250107700702824	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0118_000000009265	3178	0.9670246275601668	3	2	1	2	1	True	105943	backbone	False	TAN0006_000000003325	0.9068701164676396	PS641	0	0	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
ISR0049_000000004143	6369	0.9670205231387664	11	1	1	1	1	False	121508	fragment	False	FIJ0124_000000003580	0.920868551442728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000006085	5946	0.9670205231387664	10	1	1	1	1	False	121505	fragment	False	ISR0293_000000006085	1.0		0	0	False	False	0.9998317956924438	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
AST0108_000000002610	7325	0.9670181433860888	6	6	2	4	5	True	107317	maximal	True	AST0108_000000002610	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	89.677	15.0	0.03862369586965843	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
USA0130_01_000000012438	3045	0.9670137658145124	5	5	4	4	3	False	111679	fragment	False	USA0130_01_000000012438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	99.43799999999999	49.0	0.0011371124062002213	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
MON0013_000000026059	2063	0.9670086639505896	4	3	0	3	1	True	13524	maximal	True	MON0013_000000026059	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.0125	LN853892.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1326	True	True
MAD0052_000000005408	3042	0.9669993164011396	4	3	2	3	2	False	17288	maximal	True	MAD0052_000000005408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	78.65899999999999	5.0	0.003746877601998335	NC_048834.1	viruses	Flavobacterium phage vB_FspS_laban6-1, complete genome	True	False
ISR0268_000000012726	1583	0.9669981556798076	3	2	1	2	1	True	61315	fragment	False	ISR0268_000000012726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0373_000000008459	1913	0.9669980931650636	2	2	2	2	2	False	97507	fragment	False	ISR0373_000000008459	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1913.0	97.648	100.0	0.00034292956187340697	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
MON0089_000000007536	3063	0.9669965721239924	4	4	4	4	4	False	12766	maximal	True	MON0089_000000007536	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	100.0	3.0	0.017335766423357664	NZ_BAJR01000054.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	True	False
ISR0819_000000008688	2911	0.966988958994105	3	3	3	3	3	False	69559	maximal	True	ISR0819_000000008688	1.0		1	1	False	False	0.9989694356918335	0					non-mobilizable	no_good_hit	238.0	78.992	8.0	0.014762965319758193	NZ_MPJW01000126.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_50_length_15715_cov_200.844_ID_99, whole genome shotgun sequence	True	False
SPA0005_000000002482	11368	0.9669823550689576	12	11	4	4	11	False	8352	maximal	True	SPA0005_000000002482	1.0		1	1	False	False	0.9984166026115417	0					non-mobilizable	chromosome	4941.0	85.48899999999999	92.0	0.0009810944716136933	LT795502.1	enterobacteria	Escherichia coli strain KV7 genome assembly, chromosome: I	False	False
ENG0037_000000012769	2672	0.9669821117972562	5	3	1	2	3	True	65211	fragment	False	ENG0037_000000012769	1.0		0	0	False	False	0.9921407103538513	0	IncY				non-mobilizable	plasmid	1869.0	99.411	99.0	0.016923860823991846	MG860488.1	enterobacteria	Escherichia coli strain 92944 plasmid p92944-TEM, complete sequence	False	True
DEN0069_000000014340	1919	0.9669729649780228	3	3	3	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.9292360473858073		0	0	False	False	0.998436689376831	0					non-mobilizable	no_good_hit	218.0	91.743	44.0	4.067517016250296e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0172_000000011888	1904	0.9669729649780228	3	3	3	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.927038392547852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	91.743	43.0	4.067517016250296e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0808_000000008517	1899	0.9669729649780228	4	3	3	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.9235143873179492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	91.743	44.0	4.067517016250296e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0324_000000007189	4415	0.9669725394786709	7	4	2	4	4	True	91861	fragment	False	ENG0068_000000004649	0.9388908552033947		0	0	False	False	0.9990940093994141	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
ISR0128_000000005487	6081	0.9669721458256144	8	4	2	3	3	False	130178	backbone	False	USA0083_01_000000005091	0.9847892932338398	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	349	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
SPA0156_000000007659	2304	0.9669719883660116	3	3	3	3	3	False	121479	fragment	False	AST0024_000000014428	0.9717537942664418		0	0	False	False	0.9939236044883728	0					non-mobilizable	no_good_hit	1756.0	82.574	76.0	0.0015306398966402847	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0031_000000009061	2642	0.9669700930973052	4	4	4	3	4	False	48595	maximal	True	FIJ0031_000000009061	1.0		13	2	False	False	0.9700984358787537	0					non-mobilizable	chromosome	2579.0	99.38	98.0	0.0004998978098736216	CP024784.1	enterobacteria	Enterobacteriaceae bacterium S05 chromosome, complete genome	False	False
ENG0191_000000000813	20639	0.9669668683693856	32	12	6	6	11	False	54760	fragment	False	ENG0191_000000000813	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10507.0	97.069	94.0	0.05651649452336589	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0316_000000003680	4583	0.9669614561849318	4	3	2	3	2	False	25222	maximal	True	ISR0316_000000003680	1.0		1	1	False	False	0.9969452619552612	0					non-mobilizable	no_good_hit								True	False
ISR0312_000000001668	7753	0.9669580739351268	12	5	3	3	5	False	25269	maximal	True	ISR0312_000000001668	1.0		1	1	False	False	0.994324803352356	0					non-mobilizable	no_good_hit								True	False
CAN0018_000000015229	2271	0.9669566594041904	4	4	2	2	4	True	92210	fragment	False	MON0058_000000020853	0.7757055559797054		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2271.0	99.69200000000001	100.0	0.36163772502787955	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
TAN0006_000000003873	2881	0.9669532557346612	4	4	3	2	3	False	43735	fragment	False	TAN0006_000000003873	1.0		0	0	False	False	0.9996529221534729	0					non-mobilizable	no_good_hit	947.0	76.663	32.0	0.022902639209711504	NZ_CYYU01000018.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
USA0034_01_000000007914	7213	0.9669502830606514	9	6	4	6	3	False	14711	maximal	True	USA0034_01_000000007914	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	91.994	12.0	0.0002050360589480175	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0206_000000020374	1258	0.9669426860859149	3	2	2	1	1	False	53934	fragment	False	ENG0206_000000020374	1.0		0	0	False	False	0.9960254430770874	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0015025041736227045	NZ_JNJN01000054.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	False
SPA0113_000000013353	2354	0.9669341643818862	2	2	2	2	2	False	4500	fragment	False	SPA0113_000000013353	1.0		0	0	False	False	0.9923534393310547	0					non-mobilizable	no_good_hit	824.0	85.92200000000001	48.0	0.00023432424996261086	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0064_000000006816	2873	0.966932406047824	3	2	2	2	2	False	129628	maximal	True	ISR0064_000000006816	1.0	PS1061	0	0	False	True	0.9850330948829651	0					non-mobilizable	no_good_hit	1707.0	88.928	59.0	0.0004555715869112675	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0205_000000009311	1794	0.966932406047824	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.08282540429597263	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1717.0	88.876	96.0	0.00045825141977545145	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0082_000000017862	1735	0.966932406047824	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.0497282819926692	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1613.0	88.90299999999999	93.0	0.000430649141274357	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0003_000000013966	1684	0.966932406047824	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.41537676188260264	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1688.0	90.521	99.0	0.0004507478877557365	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0841_000000003425	3801	0.96692893178937	4	3	2	3	1	False	20770	maximal	True	ISR0841_000000003425	1.0		4	2	False	False	0.9976322054862976	0					non-mobilizable	no_good_hit	1025.0	83.22	32.0	0.00023063733542614517	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
USA0047_01_000000009345	3738	0.9669258574084412	4	2	1	1	2	False	30344	fragment	False	USA0047_01_000000009345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	100.0	23.0	0.998812351543943	GQ882718.1		Uncultured organism clone VC1D469TF genomic sequence	True	False
MON0100_000000005340	6600	0.9669249963120792	5	4	4	4	2	False	34778	maximal	True	MON0100_000000005340	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	85.522	8.0	8.854189567596316e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
BAN0020_000000000234	14815	0.9669210622243841	25	21	4	10	21	True	98240	fragment	False	BAN0020_000000000234	1.0		0	0	False	False	0.999055027961731	0					non-mobilizable	plasmid	12571.0	97.415	99.0	0.2681422351233672	MG692624.1	enterobacteria	Escherichia coli 634-1 plasmid p634-1 contig COV47-1_c5 genomic sequence	False	True
SPA0112_000000012598	2692	0.9669176686875696	6	4	1	2	4	True	117318	fragment	False	ENG0024_000000009666	0.9460965034779024		0	0	False	False	1.0	0					non-mobilizable	chromosome	2663.0	95.04299999999999	99.0	0.0011041875020297565	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
MAD0059_000000003876	4781	0.9669132831451532	6	2	2	2	2	False	46803	fragment	False	MAD0059_000000003876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	78.368	21.0	0.00415081575639639	NZ_LXWL01000009.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig009, whole genome shotgun sequence	True	False
MON0003_000000008442	1803	0.9669132181338622	2	2	2	2	2	True	25028	fragment	False	MON0051_000000017741	0.48903995560488345		0	0	False	False	1.0	0					non-mobilizable	other	1803.0	99.39	100.0	0.0008727918052502156	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
FIJ0167_000000001089	13805	0.9669121871312064	19	17	6	12	13	True	77208	fragment	False	FIJ0167_000000001089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5040.0	80.813	68.0	0.0014583415084405175	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0165_000000000701	18838	0.9669093499448214	17	17	8	14	16	True	83874	fragment	False	FIJ0165_000000000701	1.0		0	0	False	False	0.9995222687721252	0	IncFII,rep_cluster_2183	MOBF,MOBF	MPF_T		conjugative	plasmid	8761.0	97.95700000000001	96.0	0.0652643657606104	CP031851.1	enterobacteria	Klebsiella pneumoniae strain 121 plasmid pKP121-2, complete sequence	False	True
FIJ0048_000000014027	2307	0.9669048652267572	3	3	3	3	2	False	129640	fragment	False	FIJ0048_000000014027	1.0		0	0	False	True	0.9900303483009338	0					non-mobilizable	no_good_hit	1806.0	89.20299999999999	78.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0340_000000003859	6450	0.9669028020036758	10	9	5	6	7	True	123626	fragment	False	ISR0317_000000001658	0.2526489408141865		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6450.0	99.95299999999999	100.0	0.06560595733425569	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0023_000000002670	7399	0.9669021069903112	8	2	2	2	2	False	7648	maximal	True	SPA0023_000000002670	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	83.333	1.0	0.0038827327458336967	NZ_FNVR01000044.1	CFB group bacteria	Algoriphagus boritolerans DSM 17298 = JCM 18970 strain DSM 17298, whole genome shotgun sequence	True	False
ISR0382_000000002130	5572	0.96689179288097	7	4	3	2	4	False	59933	fragment	False	ISR0382_000000002130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0038_000000009481	1322	0.9668848248042368	3	2	2	2	2	True	87812	fragment	False	CHI0038_000000009481	1.0		0	0	False	False	0.9931921362876892	0					non-mobilizable	other	716.0	97.765	97.0	0.0001985548539025054	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MAD0040_000000003374	6457	0.9668812711892414	8	7	4	6	5	True	113380	maximal	True	MAD0040_000000003374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	99.03299999999999	21.0	0.0003243595467654547	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
AST0010_000000002503	9120	0.9668803845893098	17	8	4	4	7	True	126542	maximal	True	AST0010_000000002503	1.0		1	1	False	False	0.9997807145118713	0	rep_cluster_233				non-mobilizable	no_good_hit	2322.0	97.20100000000001	60.0	0.013357217735896874	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0012_000000002261	10128	0.966878283994792	10	6	5	3	3	True	121484	fragment	False	ISR0199_000000002309	0.9819713893787968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0016_000000001797	16467	0.9668780728509246	25	16	10	11	12	True	126529	maximal	True	CAN0016_000000001797	1.0	PS624|PS856|PS872|PS966	2	1	False	True	0.9987246990203857	0					non-mobilizable	no_good_hit	2336.0	93.79299999999999	62.0	0.28994893511022546	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0083_000000009394	1844	0.966877781158614	3	3	3	3	3	False	98781	maximal	True	SPA0083_000000009394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	97.196	79.0	0.061329863151708505	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	True	False
USA0066_01_000000008713	2389	0.9668754883294792	3	3	2	2	2	False	51845	fragment	False	USA0066_01_000000008713	1.0		0	0	False	False	0.9958141446113586	0					non-mobilizable	no_good_hit	797.0	75.65899999999999	33.0	0.0002192325685640071	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0045_000000009919	3659	0.9668731669143716	4	4	2	4	1	True	17888	maximal	True	MAD0045_000000009919	1.0		1	1	False	False	0.9890680313110352	0					non-mobilizable	no_good_hit	592.0	91.385	16.0	0.014252929097717115	CP042400.1	firmicutes	Weissella hellenica strain CBA3632 plasmid unnamed1, complete sequence	True	True
ENG0025_000000014008	1872	0.9668705255318985	2	2	1	2	1	False	104467	fragment	False	ISR0849_000000012446	0.1795888035670052		0	0	False	False	0.9636752009391785	0					non-mobilizable	other	1854.0	99.353	99.0	0.01310028223610217	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0148_000000015867	1835	0.9668705255318985	2	2	1	2	1	False	104467	fragment	False	ISR0849_000000012446	0.2613105493540276		0	0	False	False	1.0	0					non-mobilizable	other	1836.0	99.40100000000001	100.0	0.012972957678731847	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0383_000000008762	1678	0.9668705255318985	2	2	1	2	1	False	90600	fragment	False	ISR0383_000000008762	0.9879837661622503		0	0	False	False	0.9833134412765503	0					non-mobilizable	other	1679.0	99.464	100.0	0.011862404595001803	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0052_000000019451	1665	0.9668705255318985	2	2	1	2	1	False	90600	fragment	False	ISR0383_000000008762	0.9839021953959685		0	0	False	False	1.0	0					non-mobilizable	other	1666.0	98.8	100.0	0.011770447970234348	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0158_000000011647	1636	0.9668705255318985	2	2	1	2	1	False	90600	fragment	False	ISR0383_000000008762	0.9660069081912313		0	0	False	False	0.995110034942627	0					non-mobilizable	other	1634.0	98.348	99.0	0.011544093201575996	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0185_000000020435	1615	0.9668705255318985	2	2	1	2	1	False	90600	fragment	False	ISR0383_000000008762	0.9719909855389571		0	0	False	False	0.9944272637367249	0					non-mobilizable	other	1616.0	99.443	100.0	0.011416768644205672	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0831_000000012826	1455	0.9668705255318985	2	2	1	2	1	False	90598	fragment	False	ISR0831_000000012826	1.0		0	0	False	False	0.9972508549690247	0					non-mobilizable	other	1446.0	98.34	99.0	0.010214258935708173	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0047_000000002812	9042	0.9668685348978684	9	4	3	3	3	False	117681	fragment	False	FIJ0047_000000002812	1.0		0	0	False	False	0.9997788071632385	0					non-mobilizable	no_good_hit	730.0	98.63	27.0	0.002254481129157956	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0090_000000013140	2177	0.9668649969868136	3	3	2	2	2	False	111861	maximal	True	ISR0090_000000013140	1.0		1	1	False	False	0.986219584941864	0					non-mobilizable	no_good_hit	1932.0	92.598	88.0	0.003073280016339765	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
FIJ0011_000000026400	1704	0.9668598403924449	3	2	0	2	2	False	103827	fragment	False	SPA0073_000000006318	0.9276424562404231		0	0	False	False	1.0	0		MOBP,MOBP			mobilizable	plasmid	1704.0	99.23700000000001	100.0	0.2145106436578914	CP042889.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 plasmid pNMBU-W12E19_05, complete sequence	False	True
MAD0046_000000009323	2690	0.9668568204002028	3	3	2	3	2	False	76623	fragment	False	MAD0046_000000009323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	2.0	0.00012907741202657273	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	True	False
SPA0117_000000016830	2246	0.9668508995957414	3	3	2	3	2	False	96205	fragment	False	ISR0024_000000009390	0.9212311663964718		0	0	False	False	0.9995547533035278	0					non-mobilizable	no_good_hit								True	False
CAN0011_000000017227	1751	0.9668435557874536	2	2	2	2	2	False	94458	fragment	False	CAN0011_000000017227	1.0		0	0	False	False	0.9988577961921692	0					non-mobilizable	chromosome	1751.0	99.315	100.0	0.00043910360637046495	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0010_000000006764	2751	0.9668355799151506	3	2	2	2	2	True	95465	maximal	True	FIJ0010_000000006764	1.0		3	2	False	False	1.0	0	IncR				non-mobilizable	plasmid	1824.0	99.781	99.0	0.008585853828546668	CP023554.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain ST2017:950142398 plasmid p18-43_01, complete sequence	False	True
SPA0054_000000020698	1420	0.9668329890561904	2	1	1	1	1	False	93993	fragment	False	CAN0021_000000029613	0.9658553076402976		0	0	False	False	1.0	0					non-mobilizable	other	1420.0	99.789	100.0	0.00040500135285864166	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0086_000000021639	1412	0.9668329890561904	2	1	1	1	1	False	93992	fragment	False	MON0086_000000021639	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	99.848	93.0	0.00037646003130412147	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0154_000000022442	1494	0.9668297293548276	2	1	1	1	1	False	79136	fragment	False	CHI0154_000000022442	1.0		0	0	False	False	0.9993306398391724	0					non-mobilizable	other	1494.0	99.866	100.0	0.00031531930144842015	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0177_000000019611	1339	0.9668297293548276	3	1	1	1	1	False	55506	fragment	False	ENG0177_000000019611	1.0		0	0	False	False	0.9985063672065735	0					non-mobilizable	other	1339.0	99.851	100.0	0.00028258354007902625	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0250_000000011739	1174	0.9668297293548276	2	1	1	1	1	False	27011	fragment	False	ISR0250_000000011739	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1174.0	100.0	100.0	0.00021240649496688958	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
CHI0147_000000008148	2382	0.9668265098781468	4	4	3	4	2	False	92124	fragment	False	ENG0115_000000006812	0.3244083840432725		0	0	False	False	1.0	0					non-mobilizable	other	2382.0	98.615	100.0	0.009520191923230708	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
DEN0046_000000020769	1140	0.9668245924758432	3	2	0	1	2	True	72683	fragment	False	DEN0046_000000020769	1.0		0	0	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit								True	True
AST0110_000000003105	6139	0.9668186296394038	7	7	4	5	7	True	123628	fragment	False	USA0108_01_000000001009	0.06343909929662689		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	chromosome	2877.0	98.40100000000001	97.0	0.0006548005692848899	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
SPA0051_000000000007	98526	0.9668167723060784	95	16	5	13	6	True	127415	maximal	False	SPA0046_000000000019	0.9211763242501638		0	0	True	True	1.0	146					non-mobilizable	virus	22220.0	97.088	96.0	0.22707325306627657	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
SPA0050_000000000031	98508	0.9668167723060784	94	16	5	13	6	True	127415	maximal	False	SPA0046_000000000019	0.9211930151277847		0	0	True	True	1.0	143					non-mobilizable	virus	22220.0	97.088	96.0	0.22707325306627657	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ISR0361_000000001489	6910	0.9668163569444848	9	6	3	2	5	True	116590	maximal	True	ISR0361_000000001489	1.0	PS778	1	1	True	True	1.0	65					non-mobilizable	no_good_hit	1370.0	92.19	45.0	0.32236686390532543	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	True	True
ISR0363_000000002862	6115	0.9668133715659448	6	5	3	3	4	True	127278	backbone	False	SPA0129_000000004239	0.8831504457244114	PS1000|PS54|PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3396.0	99.323	100.0	0.5439807383627608	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
MAD0078_000000001432	4610	0.966809046863912	5	4	4	3	3	False	71487	maximal	True	MAD0078_000000001432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2225.0	90.876	58.0	0.18802912292583812	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0103_000000006319	4124	0.9668051310194772	7	6	5	5	5	False	56446	fragment	False	ISR0014_000000007024	0.2738752959747435		0	0	False	False	0.992967963218689	0					non-mobilizable	no_good_hit	793.0	94.45100000000001	56.0	0.0002252771164529094	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0163_000000003003	6654	0.9668018893249392	9	3	3	3	1	False	73665	maximal	True	ENG0163_000000003003	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3263.0	98.98899999999999	80.0	0.00072969531082403	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MAD0045_000000025239	1662	0.9667939992361868	2	2	2	1	2	False	66419	fragment	False	MAD0045_000000025239	1.0		0	0	False	False	0.9981949329376221	0					non-mobilizable	no_good_hit	467.0	74.518	27.0	0.0003629937431341644	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
FIJ0132_000000001870	11943	0.9667917928798496	16	16	7	11	16	True	89291	maximal	False	FIJ0064_000000001873	0.9689968404423381		0	0	False	False	0.9997488260269165	0					non-mobilizable	plasmid	11948.0	99.305	100.0	0.07816313045071215	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
ISR0355_000000001647	9543	0.9667851701885808	11	10	8	4	8	True	120815	maximal	True	ISR0355_000000001647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2842.0	82.618	48.0	0.0005233900637039414	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
CHI0143_000000005906	3207	0.9667841673808932	5	3	1	3	3	False	89849	fragment	False	CHI0143_000000005906	1.0		0	0	False	False	0.9996882081031799	0					non-mobilizable	no_good_hit	1960.0	97.5	73.0	0.015767053461423867	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ENG0186_000000005189	3092	0.9667832782385888	2	2	2	2	1	False	90608	fragment	False	SPA0006_000000009854	0.9274915149645171		0	0	False	False	0.9996765851974487	0					non-mobilizable	other	3092.0	99.288	100.0	0.0017893996451303841	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
MON0037_000000010420	5233	0.9667692846411348	7	4	2	3	4	False	101629	fragment	False	MON0037_000000010420	0.9998949800462088		0	0	False	False	0.9986623525619507	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000004785	4761	0.9667692846411348	6	4	2	3	4	False	101629	fragment	False	MON0037_000000010420	0.9548060386011848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0855_000000000443	16136	0.9667652143757259	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9594086129220566	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16145.0	98.693	100.0	0.316149518787855	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0006_000000000899	16007	0.9667652143757259	22	22	8	14	20	True	132521	backbone	False	USA0060_01_000000001071	0.9588148428741997	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16016.0	98.695	100.0	0.31362094987945194	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0201_000000004059	1884	0.9667569767464448	3	3	2	2	2	False	54156	maximal	True	ENG0201_000000004059	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1476.0	100.0	98.0	0.00325081049868535	NZ_DS483477.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_17, whole genome shotgun sequence	False	False
ENG0204_000000014825	1792	0.9667490082195002	2	2	2	2	2	False	116615	fragment	False	ENG0204_000000014825	1.0		0	0	False	False	0.9899553656578064	0					non-mobilizable	other	1773.0	99.887	99.0	0.000368293580696927	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ISR0010_000000013278	1632	0.9667490082195002	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.474305417609207		0	0	False	False	1.0	0					non-mobilizable	chromosome	1632.0	99.694	100.0	0.00030318752138903384	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0053_000000020692	1595	0.9667490082195002	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.4285640501879652		0	0	False	False	1.0	0					non-mobilizable	chromosome	1595.0	99.81200000000001	100.0	0.0003235869512039404	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
USA0116_01_000000016727	1467	0.9667490082195002	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3100926938557271		0	0	False	False	0.9959100484848022	0					non-mobilizable	chromosome	1467.0	99.727	100.0	0.0002812600064578525	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
CHI0117_000000009991	1456	0.9667490082195002	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3231889983277241		0	0	False	False	0.9993131756782532	0					non-mobilizable	other	1484.0	75.539	100.0	0.0009326098309476888	NZ_LT960488.1	CFB group bacteria	Parabacteroides provencensis strain Marseille-P3668, whole genome shotgun sequence	False	False
ISR0384_000000013365	1452	0.9667490082195002	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.31020241861139464		0	0	False	False	1.0	0					non-mobilizable	chromosome	1452.0	100.0	100.0	0.0002783821755595798	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
AUS0014_000000019043	1452	0.9667490082195002	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.31020241861139464		0	0	False	False	1.0	0					non-mobilizable	chromosome	1452.0	100.0	100.0	0.0002783821755595798	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
AUS0018_000000019608	1451	0.9667490082195002	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.3231519466548383		0	0	False	False	0.9993107914924622	0					non-mobilizable	chromosome	1451.0	99.931	100.0	0.00029435450391826446	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
USA0051_01_000000013966	1446	0.9667490082195002	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.30962049848719186		0	0	False	False	0.9792531132698059	0					non-mobilizable	chromosome	1446.0	100.0	100.0	0.00027723104320027074	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
MAD0094_000000000504	16708	0.9667405099452564	18	5	2	4	3	False	15639	maximal	True	MAD0094_000000000504	1.0		1	1	False	False	0.9985036849975586	0					non-mobilizable	no_good_hit	2128.0	83.177	14.0	0.0004953238094185811	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
CHI0151_000000003506	6742	0.9667348938681216	6	4	3	4	3	False	79532	maximal	True	CHI0151_000000003506	1.0		3	2	False	False	0.9973301887512207	0					non-mobilizable	no_good_hit	4105.0	97.199	61.0	0.0033700364019770223	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	True	False
MAD0057_000000003337	4660	0.9667328801073416	6	6	1	4	6	False	114246	maximal	True	MAD0057_000000003337	0.9997770345596433		4	4	False	False	1.0	0					non-mobilizable	plasmid	4660.0	100.0	100.0	0.042750178928630415	MN848327.1	enterobacteria	Escherichia coli strain T16RC plasmid pT16RC-1, complete sequence	False	True
AST0053_000000002532	4485	0.9667328801073416	6	6	1	4	6	False	114246	maximal	False	MAD0057_000000003337	0.9810085836909871		0	0	False	False	0.9984392523765564	0					non-mobilizable	plasmid	4485.0	99.978	100.0	0.03898689713336753	AP023199.1	enterobacteria	Escherichia coli TUM18780 plasmid pMTY18780-2 DNA, complete sequence	False	True
MAD0068_000000002285	8719	0.9667325813562	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.07366494666001844	PS624|PS966	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2985.0	98.425	77.0	0.3712791132145971	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0010_000000000195	30657	0.9667315026213332	30	22	16	22	13	True	98518	maximal	True	MON0010_000000000195	1.0		1	1	False	False	0.9984016418457031	0					non-mobilizable	no_good_hit	611.0	90.99799999999999	2.0	0.9983633387888707	NZ_WEHX01000230.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_233_length_611_cov_338.191406, whole genome shotgun sequence	True	True
SPA0117_000000007912	4721	0.9667311589225238	8	2	1	2	2	False	109355	maximal	False	ISR0032_000000006824	0.896581230943854	PS688	0	0	True	True	0.9997881650924683	48					non-mobilizable	other	1775.0	92.845	91.0	0.3900286785793073	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	True
MON0019_000000020666	3148	0.9667226130746416	6	6	2	3	6	True	13202	fragment	False	MON0019_000000020666	1.0		0	0	False	False	0.999047040939331	0					non-mobilizable	plasmid	3148.0	99.87299999999999	100.0	0.07961243643907005	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
ISR0103_000000002089	10356	0.966720420966475	14	9	5	8	5	True	33077	maximal	True	ISR0103_000000002089	1.0		1	1	False	False	0.9970065951347351	0					non-mobilizable	no_good_hit	45.0	95.556	0.0	1.3160520397582382e-05	CP018260.1	g-proteobacteria	Acinetobacter haemolyticus strain XH900, complete genome	True	True
ENG0117_000000005133	4224	0.9667199916317925	5	5	5	5	4	False	59392	fragment	False	ENG0117_000000005133	1.0		0	0	False	False	0.9964488744735718	0					non-mobilizable	chromosome	4219.0	100.0	99.0	0.0008705968604023321	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
ISR0178_000000001110	10948	0.9667194838785657	20	7	5	6	6	True	83660	fragment	False	ISR0178_000000001110	0.9990543661785413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	82.098	11.0	0.0002961699891817406	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0208_000000001839	10908	0.9667194838785657	20	7	5	6	6	True	83660	fragment	False	ISR0178_000000001110	0.9977707489510168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	82.098	11.0	0.0002961699891817406	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
MON0095_000000004104	6476	0.9667174829157442	8	6	3	4	5	True	126151	fragment	False	MON0095_000000004104	1.0		0	0	False	False	0.9989190697669983	0					non-mobilizable	no_good_hit	1049.0	75.31	40.0	0.09882555141793183	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
MON0069_000000009900	4413	0.9666903539040512	6	4	4	3	2	True	12282	maximal	True	MON0069_000000009900	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	73.89699999999999	12.0	0.00198596972956305	NZ_SPFR01000002.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_2_length_272411_cov_57.815, whole genome shotgun sequence	True	True
ENG0021_000000013512	1320	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.9643637345390028		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	98.333	100.0	0.003439907703324537	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0074_000000022208	1311	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.9841722320902877		0	0	False	False	0.9900839328765869	0					non-mobilizable	chromosome	1311.0	99.619	100.0	0.0002866017196540739	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0110_000000013995	1296	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.9791645440688911		0	0	False	False	0.9984567761421204	0					non-mobilizable	other	1296.0	100.0	100.0	0.003434603296688724	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0183_000000024364	1258	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.8369057292292346		0	0	False	False	0.996820330619812	0					non-mobilizable	chromosome	1260.0	86.905	100.0	0.0002178786157433706	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
CHI0045_000000016850	1251	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.8333859794114942		0	0	False	False	1.0	0					non-mobilizable	chromosome	1253.0	86.67200000000001	100.0	0.00021666335653205298	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ISR0775_000000016107	1215	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.8696683585485946		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	100.0	100.0	0.00321977482793831	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0207_000000016311	1208	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.8631487492581827		0	0	False	False	0.9768211841583252	0					non-mobilizable	chromosome	1208.0	99.669	100.0	0.000264067385971349	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0185_000000028758	1158	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7506431121647865		0	0	False	False	1.0	0					non-mobilizable	chromosome	1160.0	85.603	100.0	0.00020051776986740482	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
FIJ0039_000000019860	1156	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7512303614251843		0	0	False	False	0.9982699155807495	0					non-mobilizable	other	1156.0	100.0	100.0	0.003063294832181835	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0131_000000015961	1156	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7503949063570692		0	0	False	False	0.9948096871376038	0					non-mobilizable	other	1156.0	99.654	100.0	0.003063294832181835	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
AUS0014_000000023274	1156	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7504941527145086		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	99.654	100.0	0.003063294832181835	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0024_01_000000018111	1156	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7512303614251843		0	0	False	False	0.9982699155807495	0					non-mobilizable	other	1156.0	100.0	100.0	0.003063294832181835	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0136_000000010084	1156	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7510767291825342		0	0	False	False	0.9930796027183533	0					non-mobilizable	other	1156.0	99.82700000000001	100.0	0.003063294832181835	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
DEN0085_000000024114	1156	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7503164918047072		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	99.82700000000001	100.0	0.000252690829160653	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0165_000000017499	1156	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7512303614251843		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	100.0	100.0	0.003063294832181835	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0159_000000019938	1156	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7506025354218423		0	0	False	False	0.9991349577903748	0					non-mobilizable	other	1156.0	99.74	100.0	0.003063294832181835	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0001_000000020289	1156	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7512303614251843		0	0	False	False	0.9991349577903748	0					non-mobilizable	other	1156.0	100.0	100.0	0.003063294832181835	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0175_000000017179	1156	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7510767291825342		0	0	False	False	0.9991349577903748	0					non-mobilizable	other	1156.0	99.82700000000001	100.0	0.003063294832181835	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0080_01_000000036037	1154	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7505530559357507		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	100.0	100.0	0.0030579904255460225	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0138_000000017309	1154	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.749243057518899		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	99.74	100.0	0.0030579904255460225	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0019_000000025291	1152	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7496695999535754		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	99.82600000000001	100.0	0.0030526860189102095	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0042_000000010079	1145	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7469878239280301		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	100.0	100.0	0.003034120595684865	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0205_000000007041	1144	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7463922865273581		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	99.825	100.0	0.0030314683923669586	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0104_000000027681	1143	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7448986458936437		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	99.56299999999999	100.0	0.0030288161890490526	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0002_000000015812	1139	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7428919387600142		0	0	False	False	0.9991220235824585	0					non-mobilizable	other	1139.0	99.561	100.0	0.003018207375777427	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0088_000000014499	1138	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7435763917138855		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	100.0	100.0	0.0030155551724595207	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0122_000000020039	1138	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7426625220934086		0	0	False	False	0.9876977205276489	0					non-mobilizable	chromosome	1138.0	99.824	100.0	0.00024875279026464277	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
DEN0054_000000004551	1136	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7422732249804863		0	0	False	False	0.9964788556098938	0					non-mobilizable	other	1136.0	99.824	100.0	0.003010250765823708	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0065_000000016917	1136	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.7424268572231362		0	0	False	False	0.9991196990013123	0					non-mobilizable	other	1136.0	100.0	100.0	0.003010250765823708	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0850_000000014301	1115	0.9666843714500444	1	1	1	1	1	False	100692	fragment	False	FIJ0074_000000022208	0.6747048844568208		0	0	False	False	0.9838564991950989	0					non-mobilizable	other	1115.0	99.641	100.0	0.002954554496147675	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0118_000000017914	1406	0.9666831320718556	2	1	1	1	1	False	4242	maximal	True	SPA0118_000000017914	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	78.166	80.0	0.0002981610308307525	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
TAN0008_000000012568	1665	0.9666736490685902	2	2	1	2	1	True	39190	fragment	False	TAN0008_000000012568	0.9475247524752475		0	0	False	False	0.9939939975738525	0					non-mobilizable	plasmid	847.0	86.895	99.0	0.03610484290921715	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
FIJ0032_000000002045	15775	0.966672185882157	17	8	2	7	2	True	48486	maximal	True	FIJ0032_000000002045	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0043_000000004475	6815	0.9666696493261946	5	5	4	5	4	False	64635	fragment	False	USA0113_01_000000002561	0.9697535991140642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1198.0	72.03699999999999	17.0	0.0016145189334075766	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
MON0057_000000020989	1274	0.9666649963727304	2	2	2	1	1	False	11036	maximal	True	MON0057_000000020989	1.0		0	0	False	False	0.9536891579627991	0					non-mobilizable	no_good_hit	299.0	77.592	23.0	9.496719403814169e-05	CP022385.1	CFB group bacteria	Capnocytophaga sputigena strain KC1668 chromosome, complete genome	True	False
ISR0287_000000001795	5177	0.9666492925077991	10	3	1	3	3	True	26003	maximal	True	ISR0287_000000001795	1.0		1	1	True	True	0.9978752136230469	10					non-mobilizable	no_good_hit	1658.0	86.007	77.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0830_000000001610	10230	0.9666453996363272	11	5	4	4	3	False	130576	maximal	True	ISR0830_000000001610	1.0		1	1	False	False	0.9977517127990723	0					non-mobilizable	no_good_hit	1549.0	74.048	15.0	0.0003593111867982571	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
FIJ0172_000000002247	10260	0.9666442412905089	10	2	1	1	2	False	38760	fragment	False	FIJ0172_000000002247	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	1.0	0.09558823529411764	KU543759.1	bacteria	Uncultured bacterium clone TE_060101_060102_Contig_24 genomic sequence	True	False
ENG0049_000000001013	17113	0.9666414454864788	18	15	10	12	11	False	64204	maximal	True	ENG0049_000000001013	1.0		1	1	False	False	0.9998831152915955	0					non-mobilizable	no_good_hit	1747.0	95.306	10.0	0.025287123263863745	NZ_QRYH01000009.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf9, whole genome shotgun sequence	True	False
CHI0042_000000007684	1506	0.9666412418073622	2	2	2	2	2	False	94564	fragment	False	CHI0042_000000007684	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1506.0	100.0	100.0	0.00028939074307274515	CP054363.1	enterobacteria	Escherichia coli strain SCU-171 chromosome, complete genome	False	False
ENG0209_000000015079	1189	0.9666273796374992	3	1	1	1	1	False	53775	maximal	True	ENG0209_000000015079	1.0		1	1	False	False	0.9949537515640259	0					non-mobilizable	no_good_hit								True	False
FIJ0065_000000005860	2895	0.9666206873106166	5	4	4	2	2	False	129780	maximal	True	FIJ0065_000000005860	1.0	PS1061	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1809.0	98.78399999999999	89.0	0.0004845137818444539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
USA0051_01_000000003641	6146	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9677219185036496	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	31	rep_cluster_475				non-mobilizable	no_good_hit	1864.0	93.83	74.0	0.353489256512645	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0021_01_000000002984	6145	0.9666160199035974	9	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9672826151332845	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	65	rep_cluster_475				non-mobilizable	no_good_hit	1863.0	93.881	74.0	0.353489256512645	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0029_000000007489	6082	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.983852227535764	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	813	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CAN0014_000000007169	6081	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9845658627437113	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	353	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	72.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0182_000000004810	6081	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9846265724662268	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	124	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.111	73.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0817_000000001898	6081	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9846941538617459	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	21	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0101_000000003823	6081	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9845346611019395	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	226	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ITA0014_000000000003	6076	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.966979995696395	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	4	rep_cluster_475				non-mobilizable	no_good_hit	1863.0	93.881	74.0	0.353489256512645	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0058_01_000000003560	6063	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9828623244195595	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	28	rep_cluster_475				non-mobilizable	no_good_hit	1404.0	96.93700000000001	71.0	0.27111111111111114	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
USA0134_01_000000000843	6062	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9835463282168863	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	56	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0026_01_000000005731	6062	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9836475830472281	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	592	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.626	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0290_000000001392	6062	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9840402842366094	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	54	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.626	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0376_000000002886	6061	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9842974220802074	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	73	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	72.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0083_01_000000005091	6061	0.9666160199035974	8	4	2	3	2	False	130178	backbone	True	USA0083_01_000000005091	0.9849010539874854	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	29	4	True	True	1.0	54	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.84200000000001	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0243_000000001432	6061	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9844282765694744	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	12	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
DEN0041_000000005312	6061	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9828555637996732	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	391	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0344_000000004625	6061	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.984730915784723	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	799	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0360_000000003888	6061	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.984643516341703	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	205	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0076_000000001848	6061	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9847298408506538	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	634	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0350_000000002491	6061	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9845189852726357	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	111	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0196_000000001359	6061	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9842797468641031	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	206	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0062_01_000000004281	6041	0.9666160199035974	9	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9840681845308455	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	14	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0796_000000003214	6026	0.9666160199035974	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9489428532709727	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	81	rep_cluster_475				non-mobilizable	no_good_hit	1755.0	94.87200000000001	73.0	0.3333333333333333	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0301_000000002502	6019	0.9666160199035974	9	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9831580485273903	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	58	rep_cluster_475				non-mobilizable	no_good_hit	1778.0	92.52	75.0	0.33713633770678836	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CAN0004_000000003980	5986	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.983604651837979	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	23	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0010_000000003021	5983	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9847832413183112	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	116	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0772_000000000679	5939	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9765997910631694	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	36	rep_cluster_475				non-mobilizable	no_good_hit	1755.0	93.219	74.0	0.3329530328959878	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0052_01_000000003098	5632	0.9666160199035974	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9358157631723826	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	73.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0781_000000004659	5146	0.9666160199035974	5	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.1677609875665055	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1757.0	92.715	70.0	0.3333333333333333	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
MAD0063_000000000554	14107	0.9666054323488305	19	14	9	12	9	True	16738	maximal	True	MAD0063_000000000554	0.9776691517794345		2	2	True	True	0.9998582005500793	28					non-mobilizable	no_good_hit	29.0	100.0	0.0	6.632870611645425e-05	NZ_LJCO01000008.1	firmicutes	Alicyclobacillus ferrooxydans strain TC-34 contig_1, whole genome shotgun sequence	True	True
SPA0076_000000008239	1910	0.9666038518828574	2	1	1	1	1	True	5741	fragment	False	SPA0076_000000008239	1.0		0	0	False	False	0.9968586564064026	0					non-mobilizable	plasmid	1925.0	85.818	99.0	0.7156789197299325	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
CHI0186_000000015541	1267	0.9666038518828574	1	1	1	1	1	True	77120	fragment	False	CHI0186_000000015541	0.9712108382726503		0	0	False	False	0.9747434854507446	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00014881198432513764	NZ_FOLG01000012.1	a-proteobacteria	Tropicimonas isoalkanivorans strain DSM 19548, whole genome shotgun sequence	True	True
FIJ0089_000000013786	1790	0.9666023828110132	3	2	2	2	2	False	94084	fragment	False	SPA0062_000000015646	0.09367950828400612		0	0	False	False	0.9893854856491089	0					non-mobilizable	chromosome	1789.0	94.913	99.0	0.0007752512737664595	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0008_000000005575	2215	0.9666008669086752	3	3	3	3	2	False	120217	maximal	True	ISR0008_000000005575	1.0		63	6	False	False	0.985101580619812	0					non-mobilizable	chromosome	1730.0	99.65299999999999	96.0	0.0006854101975876256	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0007_000000005491	7669	0.9665920250058512	9	9	4	8	9	False	49576	maximal	True	MON0007_000000005491	1.0		3	1	False	False	0.9958273768424988	0					non-mobilizable	no_good_hit	3027.0	92.104	48.0	0.0009401390858314009	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0854_000000000949	6840	0.9665904232589628	9	8	2	3	7	True	109291	maximal	False	CAN0020_000000005037	0.9723740319892905		0	0	True	True	1.0	114		MOBB			mobilizable	no_good_hit	4457.0	88.984	76.0	0.5322658319287262	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
AST0026_000000010762	2743	0.966564456336462	4	4	3	3	4	False	119454	fragment	False	AST0026_000000010762	1.0		0	0	False	False	0.9992708563804626	0					non-mobilizable	no_good_hit	1364.0	92.155	50.0	0.08643152208452494	NZ_CABIWU010000053.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0144_000000003724	5303	0.9665620161716444	5	4	4	4	3	True	57573	maximal	True	ENG0144_000000003724	1.0		7	3	False	False	0.993399977684021	0					non-mobilizable	no_good_hit	3386.0	91.67200000000001	72.0	0.02113526948094633	NZ_JAAIUL010000008.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_8_length_159733_cov_378.557, whole genome shotgun sequence	True	True
ISR0212_000000001268	18717	0.9665581606601432	16	10	7	9	8	True	68657	maximal	True	ISR0212_000000001268	1.0	PS319	1	1	False	True	0.9999465942382812	0					non-mobilizable	plasmid	4505.0	99.667	96.0	0.024249049532035886	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0369_000000004038	2922	0.966556219220511	4	4	4	3	2	False	131528	maximal	True	ISR0369_000000004038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1302.0	78.03399999999999	66.0	0.0003652219918251713	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0072_000000002464	7131	0.9665561701856809	4	4	4	4	4	False	98037	fragment	False	MON0072_000000002464	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7158.0	99.609	100.0	0.04521419411084648	AP022121.1	enterobacteria	Escherichia coli plasmid pWP5-W18-ESBL-11_1 DNA, complete genome, strain: WP5-W18-ESBL-11	False	True
MON0047_000000012189	3136	0.9665502350352142	4	4	0	4	2	False	90414	fragment	False	MON0100_000000013103	0.9935575109993715		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3136.0	100.0	100.0	0.022669915900758557	CP024248.1	enterobacteria	Escherichia coli O27:H7 strain B4103-1 plasmid unnamed3, complete sequence	False	True
CHI0141_000000007108	3882	0.9665501921830528	5	5	5	5	5	False	128579	fragment	False	AST0005_000000007624	0.980845966834529		0	0	False	False	1.0	0					non-mobilizable	other	3808.0	97.76799999999999	99.0	0.12024854959896016	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0143_000000000218	13977	0.9665499116386372	20	7	5	6	4	True	101340	maximal	True	FIJ0143_000000000218	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	91.398	1.0	0.10087719298245613	NZ_VZBY01000005.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_70_length_1824_cov_77.9746_ID_139, whole genome shotgun sequence	True	True
DEN0082_000000004734	7292	0.9665493025919064	4	4	3	4	2	False	120531	maximal	True	DEN0082_000000004734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	87.947	42.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
DEN0041_000000001088	21920	0.9665462346146731	25	9	8	9	8	True	77365	maximal	True	DEN0041_000000001088	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	80.851	0.0	0.0012915052285131026	NZ_LNAM01000024.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf12, whole genome shotgun sequence	True	True
MAD0043_000000007641	3125	0.9665228641194497	3	3	2	3	3	True	18055	fragment	False	MAD0043_000000007641	1.0		0	0	False	False	1.0	0	rep_cluster_1685				non-mobilizable	plasmid	3125.0	98.208	100.0	0.011583197689292958	CP024065.1	firmicutes	Lactobacillus salivarius strain BCRC 12574 plasmid unnamed2, complete sequence	False	True
FIJ0096_000000001169	19382	0.966522363625436	24	12	8	9	7	True	101350	backbone	False	TAN0011_000000000086	0.3568423270959507	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	246.0	91.463	2.0	6.455521324694317e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0074_000000001276	18854	0.966522363625436	23	12	8	9	7	True	101350	backbone	False	TAN0011_000000000086	0.15140892814786674	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	126.0	97.619	1.0	3.3344634941602874e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0132_000000032659	1100	0.9665199368700024	2	2	2	1	2	False	40728	fragment	False	FIJ0132_000000032659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	77.28699999999999	59.0	0.0549441246190315	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0199_000000003458	7274	0.966514706776912	7	4	2	4	2	False	28831	fragment	False	ISR0199_000000003458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0264_000000003075	3186	0.9665069632366456	4	2	2	2	1	True	67369	fragment	False	ISR0264_000000003075	1.0		0	0	False	False	0.9865034818649292	0					non-mobilizable	no_good_hit	198.0	93.939	9.0	0.050319284802043424	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0026_000000002902	9562	0.9665034083987768	13	9	6	5	6	True	126522	backbone	False	ISR0029_000000004601	0.9765464561677644	PS624|PS966	0	0	True	True	0.9998953938484192	24					non-mobilizable	no_good_hit	4806.0	97.462	77.0	0.3874949576442114	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0058_000000035698	1476	0.9664953837982334	2	2	2	2	2	False	10993	fragment	False	MON0058_000000035698	1.0		0	0	False	False	0.9993224740028381	0					non-mobilizable	no_good_hit	84.0	96.429	6.0	6.02680162782442e-05	LT700188.1	firmicutes	Negativicoccus massiliensis strain Marseille-P2082 genome assembly, chromosome: contig00001	True	False
ISR0381_000000001889	7486	0.966485984219416	12	11	6	6	9	True	123626	fragment	False	ISR0317_000000001658	0.7358466442672535		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	7488.0	99.853	99.0	0.07471459364521794	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0127_000000003773	7480	0.966485984219416	12	11	6	6	9	True	123626	fragment	False	ISR0317_000000001658	0.7358109223715287		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	7488.0	99.853	99.0	0.07471459364521794	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0343_000000002562	5351	0.9664757600936694	9	4	2	4	3	False	107292	maximal	True	ISR0343_000000002562	1.0		1	1	False	False	0.9996262192726135	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000005771	5164	0.9664757600936694	6	4	2	4	3	False	107293	maximal	True	ISR0060_000000005771	1.0		2	1	False	False	0.9980635046958923	0					non-mobilizable	no_good_hit								True	False
AST0116_000000006436	4096	0.9664757600936694	7	4	2	4	3	False	106267	fragment	False	AST0116_000000006436	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000018420	2435	0.9664757600936694	4	4	2	4	3	False	38250	fragment	False	ISR0029_000000018420	1.0		0	0	False	False	0.9917864203453064	0					non-mobilizable	no_good_hit								True	False
FIJ0091_000000007194	3432	0.966472505860458	4	4	3	4	4	False	129625	maximal	True	FIJ0091_000000007194	1.0	PS1061	0	0	False	True	0.998834490776062	0					non-mobilizable	chromosome	3386.0	99.40899999999999	99.0	0.0009068554412398407	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0146_000000018402	1249	0.9664580788921844	2	2	2	2	1	False	106716	fragment	False	ENG0036_000000018720	0.9697407843231804		0	0	False	False	0.9967974424362183	0					non-mobilizable	other	1249.0	98.719	100.0	0.0005154283651628245	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
SPA0056_000000029444	1214	0.9664580788921844	2	2	2	2	1	False	106716	fragment	False	ENG0036_000000018720	0.7387365257399788		0	0	False	False	0.9983525276184082	0					non-mobilizable	other	1214.0	98.84700000000001	100.0	0.0005009732427423927	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
FIJ0081_000000012426	2775	0.9664579047699304	4	3	1	3	1	True	44272	maximal	True	FIJ0081_000000012426	1.0		2	1	False	False	0.9942342638969421	0					non-mobilizable	no_good_hit								True	True
MON0013_000000016076	3085	0.9664463567564258	4	2	2	2	1	True	23656	fragment	False	MON0013_000000016076	1.0		0	0	False	False	0.998055100440979	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.0010250890546116193	NZ_AYZJ01000003.1	firmicutes	Lactobacillus camelliae DSM 22697 = JCM 13995 strain DSM 22697 NODE_7, whole genome shotgun sequence	True	True
ISR0365_000000006961	2288	0.9664463567564258	3	2	2	2	1	True	23655	fragment	False	ISR0365_000000006961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.0010250890546116193	NZ_AYZJ01000003.1	firmicutes	Lactobacillus camelliae DSM 22697 = JCM 13995 strain DSM 22697 NODE_7, whole genome shotgun sequence	True	True
MAD0040_000000007096	3855	0.9664445850646536	4	4	4	3	2	False	18401	fragment	False	MAD0040_000000007096	1.0		0	0	False	False	0.9971465468406677	0					non-mobilizable	other	3867.0	95.57799999999999	100.0	0.0014136924644188396	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
ISR0157_000000008699	3438	0.9664402179638248	3	3	2	2	3	True	109523	maximal	True	ISR0157_000000008699	1.0		3	2	False	False	0.9994182586669922	0	rep_cluster_556				non-mobilizable	plasmid	2410.0	99.959	100.0	0.2120225312444992	CP034579.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06D, complete sequence	False	True
FIJ0080_000000004436	5616	0.9664370204812449	5	5	5	5	5	False	71638	maximal	True	FIJ0080_000000004436	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1686.0	96.26299999999999	30.0	0.03905344643767673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0228_000000002393	8406	0.9664359445324212	16	8	3	7	5	True	116044	maximal	True	ISR0228_000000002393	1.0		1	1	False	False	0.9986914396286011	0					non-mobilizable	no_good_hit	6967.0	98.26299999999999	86.0	0.03996221502874192	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0341_000000001650	8945	0.9664354062626199	11	8	4	5	5	True	80009	maximal	False	ISR0328_000000002495	0.998546511627907	PS395	0	0	True	True	1.0	30	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1907.0	93.07799999999999	45.0	0.17224793538433614	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0328_000000002495	8944	0.9664354062626199	11	8	4	5	5	True	80009	maximal	True	ISR0328_000000002495	0.9985466741196198	PS395	3	1	True	True	0.9992173314094543	18	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1907.0	93.34	45.0	0.17224793538433614	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0029_000000002281	5093	0.9664313157554838	10	10	1	4	10	True	88626	fragment	False	CHI0029_000000002281	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5093.0	99.98	100.0	0.10768059549991542	LR130559.1	enterobacteria	Escherichia coli strain MS14385 genome assembly, plasmid: 5	False	True
ISR0029_000000029749	1417	0.9664278317275588	2	1	1	1	1	False	108116	maximal	True	ISR0029_000000029749	1.0		2	2	False	False	0.9908257126808167	0					non-mobilizable	no_good_hit	534.0	72.846	37.0	0.00016561759837544193	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
MAD0093_000000007423	3895	0.9664271150097244	4	4	2	3	3	False	33671	fragment	False	MAD0093_000000007423	1.0		0	0	False	False	0.9902439117431641	0					non-mobilizable	chromosome	2526.0	85.273	96.0	0.0010361507904150286	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0112_000000020530	1619	0.9664256558803576	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.3635842217059704	PS1061	0	0	False	True	0.9925880432128906	0					non-mobilizable	chromosome	1601.0	99.18799999999999	99.0	0.0004287732582694283	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0141_000000019700	1591	0.9664256558803576	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.3646436890593594	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1591.0	99.24600000000001	100.0	0.00042609342540524434	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0002_000000006271	4794	0.9664170275837164	7	5	3	5	4	False	111545	fragment	False	ISR0157_000000004871	0.8230283070746524		0	0	False	False	0.9997913837432861	0					non-mobilizable	no_good_hit								True	False
FIJ0163_000000002277	10585	0.9664062212839324	13	9	7	5	8	False	102188	maximal	True	FIJ0163_000000002277	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	3161.0	94.685	31.0	0.0008519856727969438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0053_000000001467	10501	0.9664062212839324	13	9	7	5	8	False	102188	maximal	False	FIJ0163_000000002277	0.9960321209258385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3161.0	94.685	31.0	0.0008519856727969438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0045_000000003167	9097	0.9663870277613622	5	5	3	4	2	False	72981	fragment	False	DEN0045_000000003167	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	94.20299999999999	2.0	0.0019224562535958352	NZ_CYYA01000016.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0106_000000001706	9272	0.966385530221319	15	13	5	7	10	True	127656	backbone	False	CHI0163_000000000902	0.9462713157058298	PS1016|PS1018	0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	5204.0	99.904	78.0	0.6299794163942366	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0073_000000000263	42503	0.9663792128934958	69	15	9	12	11	False	37268	maximal	True	ISR0073_000000000263	0.9944280078895463		5	1	False	False	0.9999764561653137	0					non-mobilizable	no_good_hit	254.0	92.126	1.0	0.00029742801184069143	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0060_000000011928	2354	0.966370894786398	3	2	2	2	2	False	35412	fragment	False	ISR0060_000000011928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	78.51899999999999	25.0	0.01300545390002259	NZ_QIML01000022.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_22, whole genome shotgun sequence	True	False
ISR0798_000000004483	2848	0.966366456461012	4	4	3	3	2	False	21915	fragment	False	ISR0798_000000004483	1.0		0	0	False	False	0.9989466071128845	0					non-mobilizable	no_good_hit	458.0	79.039	16.0	0.11162790697674418	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ENG0185_000000002688	9157	0.9663655936199804	12	7	5	7	3	True	55073	fragment	False	ENG0185_000000002688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0007_000000003996	4215	0.9663635556258904	4	4	4	2	3	False	51613	fragment	False	FIJ0007_000000003996	0.9998213007464977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2354.0	87.29799999999999	56.0	0.0006996264494493119	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
FIJ0069_000000005717	4200	0.9663635556258904	4	4	4	2	3	False	51613	fragment	False	FIJ0007_000000003996	0.9990510083036773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2341.0	87.27	56.0	0.0006957594665229339	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
FIJ0172_000000006010	4200	0.9663635556258904	4	4	4	2	3	False	51613	fragment	False	FIJ0007_000000003996	0.9990510083036773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2341.0	87.27	56.0	0.0006957594665229339	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
FIJ0041_000000008472	4191	0.9663635556258904	4	4	4	2	3	False	51613	fragment	False	FIJ0007_000000003996	0.9974457719030673		0	0	False	False	0.9990455508232117	0					non-mobilizable	no_good_hit	2341.0	87.27	56.0	0.0006957594665229339	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
AST0031_000000008471	3435	0.9663540388452238	3	2	2	2	1	True	117495	fragment	False	AST0031_000000008471	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0076_000000000016	139900	0.9663485022027922	180	48	28	40	24	True	108973	fragment	False	ISR0076_000000000016	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1755.0	91.111	5.0	0.0007302959572248087	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ISR0348_000000002116	5248	0.9663354364112056	10	6	3	3	6	False	104032	fragment	False	ISR0348_000000002116	0.9852847169125482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	93.26299999999999	54.0	0.00023033234936775213	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0032_000000003089	4816	0.9663309790734392	5	2	2	2	1	True	96532	fragment	False	FIJ0094_000000002896	0.04785147427605675		0	0	False	False	0.9991694092750549	0					non-mobilizable	chromosome	4808.0	97.234	99.0	0.0008621665292497215	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0010_000000006028	3779	0.9663309790734392	5	2	2	2	1	True	96526	fragment	False	MON0093_000000010661	0.9634863492096146		0	0	False	False	0.9955014586448669	0					non-mobilizable	chromosome	3780.0	96.74600000000001	100.0	0.0006777880828031407	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0089_000000007333	3123	0.9663309790734392	3	2	2	2	1	True	96521	fragment	False	MON0089_000000007333	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3123.0	96.60600000000001	100.0	0.1789932347207889	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
ISR0315_000000006028	1609	0.9663296036533072	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.7773906704241024		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	99.876	100.0	0.09189096519801132	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
ISR0298_000000000051	57481	0.9663252939993952	66	25	13	22	14	True	130801	maximal	False	ISR0079_000000000160	0.4340539859670653		0	0	False	True	0.9999651908874512	0					non-mobilizable	no_good_hit	1403.0	95.296	5.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0001_01_000000011443	1478	0.9663212666066424	3	2	1	2	1	False	2270	maximal	True	USA0001_01_000000011443	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0012_01_000000002055	2797	0.9663210513463056	5	5	2	5	5	False	97975	fragment	False	USA0012_01_000000002055	1.0		0	0	False	False	0.9924919605255127	0	IncFIA,IncFIC				non-mobilizable	plasmid	2797.0	99.321	100.0	0.016489640896196648	AP018785.1	enterobacteria	Escherichia coli SK1144 plasmid pSK1144, nearly complete genome	False	True
FIJ0168_000000001595	10059	0.9663209420754386	9	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.5981860850621659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.059	12.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0128_000000002380	9801	0.9663209420754386	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.5941876231594994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.059	12.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0322_000000000758	9497	0.9663209420754386	8	3	2	2	2	True	98608	fragment	False	ISR0336_000000000704	0.5797806619904742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.059	12.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
CAN0011_000000007465	4151	0.966304452295786	6	4	4	4	2	False	94519	maximal	True	CAN0011_000000007465	1.0		1	1	False	False	0.9987954497337341	0					non-mobilizable	no_good_hit	611.0	80.851	37.0	0.0001705763607449545	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0108_000000002275	6913	0.9662961549937246	7	6	2	3	5	True	19047	maximal	True	MAD0108_000000002275	1.0		2	1	False	False	0.9978301525115967	0	rep_cluster_1197				non-mobilizable	no_good_hit	2051.0	85.90899999999999	29.0	0.33725360278283917	AB570326.1	firmicutes	Enterococcus faecium plasmid pHY DNA, complete sequence, strain: VRE38	True	True
SPA0145_000000017027	2032	0.9662939699377892	5	1	0	1	1	True	60656	maximal	True	SPA0145_000000017027	1.0		2	2	True	True	1.0	62					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.3677278955648864e-06	LN590700.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG10, chromosome: 10	True	True
ENG0099_000000008871	1873	0.9662939699377892	4	1	0	1	1	True	60656	maximal	False	SPA0145_000000017027	0.9704724409448819		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.3677278955648864e-06	LN590700.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG10, chromosome: 10	True	True
ISR0294_000000010517	1816	0.9662939699377892	2	1	0	1	1	True	25762	fragment	False	ISR0294_000000010517	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1836.0	82.84299999999999	99.0	0.6536252692031587	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ISR0177_000000018360	1689	0.9662939699377892	2	1	0	1	1	True	80068	fragment	False	ISR0177_000000018360	1.0		0	0	False	False	0.9970396757125854	0					non-mobilizable	plasmid	1708.0	82.67	99.0	0.6040918880114861	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
FIJ0048_000000020837	1612	0.9662939699377892	2	1	0	1	1	True	46755	fragment	False	FIJ0048_000000020837	1.0		0	0	False	False	0.9820099472999573	0					non-mobilizable	plasmid	1378.0	99.71	100.0	0.352083866018921	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
ENG0094_000000007411	2303	0.9662901931951916	3	3	3	3	3	False	104706	fragment	False	ENG0094_000000007411	0.9739188586714222		0	0	False	False	0.9978289008140564	0					non-mobilizable	chromosome	2307.0	86.56299999999999	100.0	0.00033912389847397196	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
MON0099_000000001370	11799	0.9662861660053592	15	6	4	6	3	False	9171	maximal	True	MON0099_000000001370	1.0		3	1	False	False	0.9999152421951294	0					non-mobilizable	no_good_hit	175.0	98.85700000000001	1.0	6.064974701387136e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0011_000000003744	5891	0.9662819249851576	7	6	3	4	6	False	126769	maximal	True	SPA0011_000000003744	1.0	PS974|PS975	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	3437.0	99.098	58.0	0.684189565909996	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
MAD0101_000000007357	3676	0.966278353797436	5	5	3	4	5	True	114215	fragment	False	MAD0046_000000005928	0.6652860820120319		0	0	False	False	1.0	0					non-mobilizable	plasmid	3676.0	99.91799999999999	100.0	0.03944402704733283	CP027327.1	enterobacteria	Escherichia coli strain 2013C-4830 plasmid unnamed2, complete sequence	False	True
ISR0785_000000000708	25417	0.9662783402561894	36	22	17	19	12	True	34063	fragment	False	ISR0785_000000000708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00014140583917737152	AP018160.1	g-proteobacteria	Endosymbiont of Pachyrhynchus infernalis DNA, complete genome, isolate: NARPIN1	True	True
ENG0071_000000007428	2812	0.9662697739883822	5	2	2	2	2	False	128383	maximal	True	ENG0071_000000007428	1.0		0	0	False	False	0.9935988783836365	0					non-mobilizable	chromosome	1865.0	98.499	95.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0025_000000015909	2473	0.9662697739883822	3	2	2	2	2	False	128311	fragment	False	ISR0025_000000015909	0.9963659683625481		0	0	False	False	0.9931257367134094	0					non-mobilizable	chromosome	1835.0	98.85600000000001	99.0	0.0006445275778028075	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0099_000000008733	2431	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.8349597196235611		0	0	False	False	1.0	0					non-mobilizable	chromosome	1870.0	98.663	99.0	0.000656827722417365	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0279_000000008825	2383	0.9662697739883822	4	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7954148947756055		0	0	False	False	0.9995803833007812	0					non-mobilizable	chromosome	1865.0	98.60600000000001	99.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
USA0145_01_000000010148	2376	0.9662697739883822	4	2	2	2	2	False	128277	fragment	False	USA0145_01_000000010148	1.0		0	0	False	False	0.9692760705947876	0					non-mobilizable	other	1868.0	98.18	97.0	0.0006505267280421967	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0222_000000021833	2311	0.9662697739883822	3	2	2	2	2	False	128297	maximal	True	ISR0222_000000021833	1.0		0	0	False	False	0.9978364109992981	0					non-mobilizable	other	1869.0	98.662	95.0	0.000678388355543773	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0158_000000008234	2209	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6323798241641159		0	0	False	False	0.9954730868339539	0					non-mobilizable	chromosome	1781.0	98.821	95.0	0.0006255502118260619	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0061_000000019250	2183	0.9662697739883822	4	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7940343092353288		0	0	False	False	0.9862574338912964	0					non-mobilizable	other	1865.0	98.28399999999999	100.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0019_000000008900	2170	0.9662697739883822	3	2	2	2	2	False	128329	fragment	False	ENG0019_000000008900	1.0		0	0	False	False	0.9953917264938354	0					non-mobilizable	chromosome	1927.0	98.65100000000001	100.0	0.0006768593865039299	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0126_000000008594	2158	0.9662697739883822	4	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7537925772468125		0	0	False	False	0.9633920192718506	0					non-mobilizable	chromosome	1865.0	98.76700000000001	100.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0112_000000016162	2149	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7898548033728028		0	0	False	False	1.0	0					non-mobilizable	other	2023.0	98.51700000000001	100.0	0.0007339522840224652	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0075_000000012436	2063	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7336786290362883		0	0	False	False	0.9752787351608276	0					non-mobilizable	other	2038.0	98.381	100.0	0.0007393997279909645	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0189_000000007249	2050	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6454784809840209		0	0	False	False	0.9980487823486328	0					non-mobilizable	other	2045.0	98.435	99.0	0.0007419418685095974	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
DEN0067_000000016448	2044	0.9662697739883822	4	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6976347768544497		0	0	False	False	0.9618395566940308	0					non-mobilizable	chromosome	1876.0	98.667	96.0	0.0006585848859337304	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
USA0071_01_000000006062	2042	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7495649137655948		0	0	False	False	1.0	0					non-mobilizable	chromosome	1870.0	98.77	100.0	0.000656827722417365	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0033_000000015570	2011	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6751307380505585		0	0	False	False	1.0	0					non-mobilizable	chromosome	1835.0	98.801	97.0	0.0006445275778028075	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
DEN0031_000000017154	2010	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7108403470283693		0	0	False	False	1.0	0					non-mobilizable	other	1888.0	98.994	94.0	0.000684925288305972	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0071_000000003823	2008	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7062778149709442		0	0	False	False	1.0	0					non-mobilizable	other	1865.0	98.391	100.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
USA0036_01_000000016669	2003	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7019657374160135		0	0	False	False	1.0	0					non-mobilizable	other	1862.0	98.711	100.0	0.0006754830520939067	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0090_000000011818	1984	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6588415376633927		0	0	False	False	0.9747983813285828	0					non-mobilizable	chromosome	1835.0	98.91	92.0	0.0006445275778028075	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0291_000000007198	1971	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7115168772353606		0	0	False	False	0.995941162109375	0					non-mobilizable	other	1865.0	98.338	100.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0020_000000016554	1969	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7129282733470714		0	0	False	False	1.0	0					non-mobilizable	other	1865.0	98.391	100.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0062_000000007380	1956	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6964479094179548		0	0	False	False	0.9943763017654419	0					non-mobilizable	other	1869.0	97.913	100.0	0.0006780251926125397	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0062_000000019580	1928	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7118130871735436		0	0	False	False	0.9968879818916321	0					non-mobilizable	chromosome	1866.0	98.821	97.0	0.0006554219916042728	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0156_000000009672	1928	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6859018806923923		0	0	False	False	0.990145206451416	0					non-mobilizable	chromosome	1852.0	98.92	100.0	0.0006505019337584497	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0145_000000015034	1926	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6981374686419186		0	0	False	False	0.9911734461784363	0					non-mobilizable	chromosome	1926.0	98.962	100.0	0.0006765079538006569	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0341_000000006985	1913	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6501220520919279		0	0	False	False	1.0	0					non-mobilizable	chromosome	1834.0	98.74600000000001	100.0	0.0006441761450995345	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0200_000000010685	1911	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7008779320469041		0	0	False	False	0.9926739931106567	0					non-mobilizable	other	1865.0	99.35700000000001	98.0	0.014252616930334982	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0329_000000008263	1890	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7057412453620673		0	0	False	False	1.0	0					non-mobilizable	other	1870.0	98.449	100.0	0.000678388355543773	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0338_000000015024	1865	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.699809802536632		0	0	False	False	0.9930294752120972	0					non-mobilizable	chromosome	1865.0	98.874	100.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0345_000000006523	1857	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6768514400814603		0	0	False	False	1.0	0					non-mobilizable	chromosome	1856.0	98.92200000000001	99.0	0.0006519076645715421	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0286_000000010238	1843	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6399174229774771		0	0	False	False	1.0	0					non-mobilizable	chromosome	1839.0	99.021	99.0	0.0006459333086158999	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0067_000000016470	1815	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.3392472160892154		0	0	False	False	0.9983471035957336	0					non-mobilizable	chromosome	1670.0	99.162	92.0	0.0005865411817627513	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0144_000000004002	1812	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5678055044732043		0	0	False	False	0.9757174253463745	0					non-mobilizable	chromosome	1812.0	98.95100000000001	100.0	0.000636444625627527	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
USA0130_01_000000019128	1807	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5633467368769702		0	0	False	False	1.0	0					non-mobilizable	chromosome	1781.0	98.652	99.0	0.0006255502118260619	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0160_000000011316	1805	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.586246977292		0	0	False	False	1.0	0					non-mobilizable	chromosome	1805.0	98.89200000000001	100.0	0.0006339845967046155	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0009_000000018709	1785	0.9662697739883822	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5481922632478259		0	0	False	False	1.0	0					non-mobilizable	other	1788.0	98.65799999999999	100.0	0.0006486089951826437	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0174_000000010937	1784	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5576783434362581		0	0	False	False	1.0	0					non-mobilizable	chromosome	1785.0	98.88	100.0	0.0006269559426391541	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0153_000000016115	1783	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.581274730552225		0	0	False	False	0.9983174204826355	0					non-mobilizable	other	1784.0	98.935	100.0	0.01362562412545973	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ENG0024_000000015575	1689	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.41262251294266805		0	0	False	False	1.0	0					non-mobilizable	chromosome	1689.0	98.816	100.0	0.0005932184031249396	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0192_000000013373	1671	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.329531610248696		0	0	False	False	1.0	0					non-mobilizable	chromosome	1670.0	99.281	99.0	0.0005865411817627513	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0082_000000018780	1657	0.9662697739883822	2	2	2	2	2	False	128281	maximal	True	FIJ0082_000000018780	1.0		0	0	False	False	0.9692214727401733	0					non-mobilizable	other	1407.0	96.09100000000001	91.0	0.010742986473777173	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ENG0116_000000014984	1601	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.28026893800853836		0	0	False	False	0.99750155210495	0					non-mobilizable	other	1601.0	98.876	100.0	0.012234005948785393	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
AST0097_000000013496	1583	0.9662697739883822	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.2589492658338183		0	0	False	False	1.0	0					non-mobilizable	chromosome	1583.0	98.98899999999999	100.0	0.0005559665365779944	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0131_000000005991	3101	0.9662657023745052	5	5	3	3	3	True	126570	backbone	False	FIJ0004_000000008444	0.22695290513293348	PS971	0	0	True	True	0.9983876347541809	7					non-mobilizable	plasmid	1001.0	92.30799999999999	95.0	0.24495818986719134	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0094_000000002015	8601	0.9662617793091202	13	11	7	7	8	True	123626	fragment	False	ISR0317_000000001658	0.9531314106784842		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	8669.0	96.52799999999999	100.0	0.08626057799776465	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
DEN0045_000000035997	1212	0.9662583331117236	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.7451792234480783		0	0	False	False	0.9958745837211609	0					non-mobilizable	no_good_hit	102.0	94.118	8.0	2.247767143786771e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0003_000000001585	14303	0.9662547287907544	16	4	2	3	2	False	53600	fragment	False	FIJ0003_000000001585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0003837355176739724	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0056_000000002042	11717	0.9662547287907544	11	4	2	3	2	False	53595	maximal	True	FIJ0056_000000002042	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	100.0	1.0	0.0004280126927902	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0113_000000002127	10227	0.9662547287907544	10	4	2	3	2	False	53590	fragment	False	FIJ0010_000000001668	0.9689301525714379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	0.0003886552037979977	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0110_000000007883	2163	0.9662533074488974	4	3	2	2	1	True	42119	fragment	False	FIJ0110_000000007883	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2165.0	99.63	100.0	0.000901003678126845	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
SPA0085_000000004581	3042	0.9662504341647488	5	4	2	3	3	False	34775	maximal	True	SPA0085_000000004581	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	9.283904820404115e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0230_000000013850	2362	0.9662479392695704	4	3	2	2	1	False	27540	maximal	True	ISR0230_000000013850	1.0		1	1	False	False	0.9983065128326416	0					non-mobilizable	no_good_hit	1002.0	99.301	42.0	0.006303844022368885	NZ_AGDG01000026.1	CFB group bacteria	Bacteroides faecis MAJ27 contig026, whole genome shotgun sequence	True	False
ISR0093_000000001706	10288	0.9662478243206154	8	5	3	5	4	True	33546	maximal	True	ISR0093_000000001706	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	75.0	2.0	4.026836164641971e-05	CP061336.1	firmicutes	Ruminiclostridium sp. MA18 chromosome, complete genome	True	True
ISR0330_000000002457	8059	0.9662410852114104	7	6	2	4	3	True	109144	fragment	False	ISR0330_000000002457	1.0		0	0	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	6095.0	98.13	100.0	0.03203086400285934	MN480762.1	firmicutes	Streptococcus salivarius strain NU10 plasmid pSsal-NU10, complete sequence	False	True
MAD0038_000000000353	19025	0.9662373740542756	37	9	5	9	6	False	65975	fragment	False	MAD0038_000000000353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	496.0	72.984	3.0	0.01837764555245914	NZ_FQVG01000039.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
MON0007_000000013722	3986	0.966235200210826	5	3	3	3	3	False	13992	maximal	True	MON0007_000000013722	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1427.0	82.411	36.0	0.0004336271446933277	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0021_000000008755	5645	0.9662342650462384	13	4	0	4	1	True	49689	maximal	True	FIJ0021_000000008755	1.0	PS144	1	1	True	True	1.0	5					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0125	LN853892.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1326	True	True
MON0038_000000002506	7369	0.9662332993464235	7	4	4	4	1	True	119673	fragment	False	CHI0127_000000002696	0.9247364938643968		0	0	False	False	0.9967431426048279	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	1.9368624712480617e-05	NZ_AP019750.1	firmicutes	Lactobacillus delbrueckii subsp. delbrueckii strain NBRC 3202	True	True
MAD0083_000000002680	3480	0.9662332758300786	4	3	1	2	3	False	98091	fragment	False	MAD0083_000000002680	1.0		0	0	False	False	0.9997126460075378	0	IncFIB				non-mobilizable	plasmid	3238.0	93.515	93.0	0.036149158606809416	CP041438.1	enterobacteria	Escherichia coli strain STEC005 plasmid pSTEC005, complete sequence	False	True
ENG0168_000000008921	3322	0.966222923943412	6	3	3	1	1	False	116182	maximal	True	ENG0168_000000008921	1.0		0	0	False	False	0.9990969300270081	0					non-mobilizable	no_good_hit	1371.0	96.061	58.0	0.00030996513005412854	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0252_000000000466	14174	0.9662178716508945	10	5	5	4	3	True	98611	fragment	False	ISR0252_000000000466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1926.0	87.695	14.0	0.002506540647364083	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0108_000000002087	7467	0.9662118430981016	6	6	5	5	6	False	125569	fragment	False	MAD0108_000000002087	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7469.0	99.652	100.0	0.0016265061028286438	CP053730.1	enterobacteria	Escherichia coli strain CP61_Sichuan chromosome, complete genome	False	False
ISR0217_000000002087	12684	0.966211281387834	14	4	3	3	2	False	28107	fragment	False	ISR0217_000000002087	1.0		0	0	False	False	0.9992904663085938	0					non-mobilizable	no_good_hit	89.0	89.88799999999999	1.0	0.038191395961369626	KU545773.1	bacteria	Uncultured bacterium clone CZ_01Z_000_Contig_6 genomic sequence	True	False
DEN0082_000000030699	1392	0.966210881760311	2	2	2	2	2	False	69179	maximal	True	DEN0082_000000030699	1.0		0	0	False	False	0.9913793206214905	0					non-mobilizable	no_good_hit	59.0	91.525	4.0	0.0006496651271571836	NZ_QEKH01000025.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_125, whole genome shotgun sequence	True	False
ENG0093_000000001370	9640	0.9662054396546668	9	8	6	6	7	True	120793	fragment	False	ENG0093_000000001370	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8744.0	96.68299999999999	91.0	0.003245251471722656	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0160_000000000779	23149	0.9661983279393148	26	12	9	10	6	True	116918	maximal	True	ISR0160_000000000779	1.0		1	1	False	False	0.9999567866325378	0					non-mobilizable	no_good_hit	253.0	81.423	1.0	0.038349440098174564	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0075_01_000000006254	3962	0.9661953885425474	4	4	4	4	4	False	81317	fragment	False	USA0075_01_000000006254	0.9981034949878083		0	0	False	False	1.0	0					non-mobilizable	other	3962.0	99.571	100.0	0.017610157962361123	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0151_000000000153	40629	0.9661918561161452	55	21	5	17	13	True	52233	maximal	False	FIJ0003_000000000248	0.9417630112398759	PS195	0	0	False	True	0.9999261498451233	0					non-mobilizable	no_good_hit	2412.0	91.99799999999999	6.0	0.9192499043245312	NZ_CABIWU010000124.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ENG0151_000000004961	4828	0.9661903790565968	4	4	1	2	4	False	98080	fragment	False	ENG0151_000000004961	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	4751.0	100.0	100.0	0.048536744870432434	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
CHI0089_000000000711	7893	0.9661877020593476	15	8	3	3	8	False	132477	maximal	False	CHI0106_000000001923	0.9545020870602265	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9993665218353271	0	rep_cluster_870	MOBV			mobilizable	no_good_hit	4996.0	99.76	72.0	0.8927613941018767	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	True	True
CHI0154_000000004763	5697	0.9661811064684434	7	4	3	4	2	True	127363	fragment	False	MAD0035_000000002553	0.10368136378916097		0	0	False	False	1.0	0					non-mobilizable	other	5700.0	97.52600000000001	99.0	0.06189544614715792	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0008_000000002675	9498	0.9661759991694532	9	3	2	2	2	False	53590	fragment	False	FIJ0010_000000001668	0.8774715566250348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0003837355176739724	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
USA0025_01_000000000667	24729	0.9661757298323828	23	19	16	16	15	True	130492	maximal	True	USA0025_01_000000000667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6758.0	99.49700000000001	63.0	0.010780415259808647	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
MON0069_000000003121	10289	0.9661700296436748	11	4	3	3	3	False	65401	fragment	False	MON0069_000000003121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	79.389	4.0	0.0001380235451930035	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
SPA0005_000000003236	9153	0.9661689194926616	8	4	3	4	1	False	104373	maximal	True	SPA0005_000000003236	1.0		1	1	False	False	0.9997814893722534	0					non-mobilizable	no_good_hit	230.0	83.04299999999999	2.0	7.482424652985855e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
CHI0115_000000000835	8335	0.9661669085166028	11	11	7	11	11	True	97941	maximal	True	CHI0115_000000000835	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	8336.0	99.28	100.0	0.07869740916987687	MG288681.1	enterobacteria	Klebsiella aerogenes strain E20 plasmid pE20-FIIA, complete sequence	False	True
DEN0003_000000016507	1514	0.9661620763644758	2	2	1	2	1	False	97078	fragment	False	DEN0003_000000016507	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	99.931	100.0	0.0006031032403092275	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0285_000000014147	1383	0.9661620763644758	2	2	1	2	1	False	97077	fragment	False	ISR0285_000000014147	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	99.92299999999999	100.0	0.0005416299072749536	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0091_000000004429	7078	0.9661519792160848	9	7	4	6	5	True	60498	fragment	False	ISR0091_000000004429	1.0		0	0	False	False	0.9946312308311462	0					non-mobilizable	no_good_hit								True	True
ENG0065_000000013306	2069	0.9661427770859066	3	1	1	1	1	False	62852	maximal	True	ENG0065_000000013306	1.0		6	3	False	False	0.995650053024292	0					non-mobilizable	chromosome	2070.0	99.61399999999999	100.0	0.0006848210474516743	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ENG0107_000000019513	1544	0.9661427770859066	2	1	1	1	1	False	59992	fragment	False	ENG0107_000000019513	1.0		0	0	False	False	0.9974093437194824	0					non-mobilizable	chromosome	1481.0	99.257	96.0	0.0004897728864511732	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
MAD0080_000000001835	3051	0.9661406864055976	5	5	1	3	5	True	79573	maximal	True	MAD0080_000000001835	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1721.0	94.829	91.0	0.0003118765995509924	CP013338.1	enterobacteria	Raoultella ornithinolytica strain Yangling I2, complete genome	False	True
ISR0368_000000000083	69841	0.9661388936424988	92	23	16	23	13	True	108371	fragment	False	ISR0368_000000000083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0006760583968280071	NZ_CCAT010000049.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
FIJ0148_000000006234	2747	0.9661371628160428	3	3	3	3	2	False	131504	maximal	True	FIJ0148_000000006234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	78.471	61.0	0.023454930834448908	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0097_000000000949	21556	0.9661348769527384	25	13	8	11	4	True	53278	fragment	False	FIJ0136_000000000967	0.9880145249126532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
FIJ0136_000000000967	21556	0.9661348769527384	25	13	8	11	4	True	53278	fragment	False	FIJ0136_000000000967	0.9880315586564997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
AUS0022_000000008734	4078	0.9661326429212864	4	2	2	1	2	False	99368	fragment	False	AUS0022_000000008734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	96.759	63.0	0.10591556210112911	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0030_000000000839	20927	0.9661250524798912	25	12	8	11	4	True	52100	fragment	False	FIJ0030_000000000839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	0.000700997573469938	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
ISR0145_000000001295	23073	0.9661232468678936	28	27	10	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9861817987075251		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	23073.0	100.0	100.0	0.5250199112527022	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0156_000000000910	23073	0.9661232468678936	28	27	10	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9861297670202729		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	23073.0	99.98700000000001	100.0	0.5250199112527022	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0397_000000000850	23031	0.9661232468678936	28	27	10	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9853725028543486		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	23031.0	100.0	100.0	0.5240641711229946	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0216_000000000888	23031	0.9661232468678936	28	27	10	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9853592526360532		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	23031.0	99.991	100.0	0.5240641711229946	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
AST0093_000000008951	1970	0.9661082881680728	3	2	2	2	2	False	109538	maximal	True	AST0093_000000008951	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1575.0	96.19	80.0	0.18133640552995392	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ENG0148_000000012908	2917	0.9661065033048776	4	4	3	4	4	False	95242	fragment	False	ENG0148_000000012908	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2919.0	97.63600000000001	100.0	0.0008338628957789434	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
MAD0105_000000008376	3871	0.966103863349873	5	5	3	4	5	True	114216	fragment	False	MAD0105_000000008376	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3873.0	99.587	100.0	0.03910716089283911	MG904995.1	enterobacteria	Escherichia coli strain 15OD0495 plasmid p15ODAR, complete sequence	False	True
ISR0213_000000019061	1435	0.9661025312880326	2	2	2	2	1	False	103259	fragment	False	ISR0157_000000019079	0.6374307862679957		0	0	False	False	0.9888501763343811	0					non-mobilizable	other	1458.0	72.428	100.0	0.00033303455286516956	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	False
CHI0140_000000014162	2079	0.9661015772901892	3	3	3	3	3	False	99178	fragment	False	CHI0140_000000014162	1.0		0	0	False	False	0.9918230175971985	0					non-mobilizable	other	1753.0	99.087	100.0	0.0007900674136559487	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0294_000000009727	1971	0.9660998364240346	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.9131788865524968		0	0	False	False	0.9994926452636719	0					non-mobilizable	no_good_hit	98.0	93.87799999999999	7.0	2.693681234761262e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0039_000000010552	1907	0.9660998364240346	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.7864286907415968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0042_000000002637	8194	0.9660974129384096	9	4	2	3	3	False	53586	fragment	False	FIJ0042_000000002637	0.9739342826808902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	100.0	7.0	0.0028386588935625907	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0844_000000006647	1890	0.9660967004679368	3	2	2	2	2	False	31391	fragment	False	ISR0844_000000006647	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1890.0	98.51899999999999	100.0	0.005532936937992443	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	False	False
MON0063_000000002125	11951	0.9660804364630556	10	7	6	7	5	True	112633	fragment	False	MON0063_000000002125	1.0		0	0	False	False	0.9989959001541138	0					non-mobilizable	no_good_hit	2307.0	75.76899999999999	20.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0007_000000000876	17612	0.9660764327663092	27	17	10	11	15	True	124145	fragment	False	ISR0777_000000000696	0.6812740030966445		0	0	False	False	1.0	0					non-mobilizable	other	16933.0	96.59200000000001	99.0	0.004751407548631178	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0111_000000001293	18584	0.9660756841714384	27	17	11	11	14	True	124149	fragment	False	SPA0111_000000001293	1.0		0	0	False	False	0.9995157122612	0					non-mobilizable	no_good_hit	7907.0	94.63799999999999	80.0	0.0022198715459062915	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0347_000000000651	14986	0.9660695574323565	20	20	8	12	18	True	132521	backbone	False	USA0060_01_000000001071	0.32151734090820905	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	14597.0	98.287	99.0	0.28580669188701807	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0396_000000006859	3270	0.9660677404683944	5	4	3	4	3	True	61278	fragment	False	ISR0396_000000006859	1.0		0	0	False	False	0.9932721853256226	0					non-mobilizable	no_good_hit	386.0	89.637	12.0	0.00010309998904729987	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MAD0054_000000006900	2257	0.9660636217782615	3	3	3	3	3	False	93094	fragment	False	MAD0054_000000006900	0.9395957867037874		0	0	False	False	1.0	0					non-mobilizable	other	2257.0	98.228	100.0	0.008089877970502068	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
SPA0061_000000001962	9976	0.966056139842434	10	7	5	6	6	False	6209	maximal	True	SPA0061_000000001962	1.0		5	1	False	False	0.9989975690841675	0					non-mobilizable	no_good_hit	2173.0	99.632	22.0	0.0007084266568034889	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MON0056_000000005869	2930	0.9660522560945676	4	4	4	4	4	False	86502	maximal	True	MON0056_000000005869	0.914069492903143		55	7	False	False	1.0	0					non-mobilizable	other	2933.0	97.307	100.0	0.0012544743059531053	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ENG0005_000000004228	5631	0.9660521260473336	6	5	2	4	4	False	115572	fragment	False	ENG0005_000000004228	1.0		0	0	False	False	0.991653323173523	0					non-mobilizable	chromosome	3038.0	95.227	97.0	0.0009537879344250307	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0142_000000011811	2836	0.9660516697785464	3	2	1	2	0	True	121072	backbone	False	CHI0144_000000005158	0.9309777408844707	PS470|PS848	0	0	True	True	0.9992947578430176	1	rep_cluster_1683	MOBV			mobilizable	plasmid	2265.0	93.73100000000001	100.0	0.8054054054054054	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
SPA0009_000000007368	4634	0.9660449839857944	6	6	4	3	4	False	126467	fragment	False	DEN0078_000000004930	0.5626539343525424		0	0	False	False	1.0	0					non-mobilizable	chromosome	2393.0	93.272	94.0	0.0005405158362768708	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0044_000000025273	2118	0.96604464065103	2	2	2	1	2	False	11627	maximal	True	MON0044_000000025273	1.0		0	0	False	False	0.9990556836128235	0					non-mobilizable	no_good_hit	72.0	87.5	3.0	1.7407631064138294e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0366_000000006734	2625	0.9660443800203417	6	5	2	3	3	True	116607	fragment	False	ISR0366_000000006734	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2393.0	99.24799999999999	100.0	0.5632210972451142	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0026_000000014075	2226	0.9660387602592588	4	4	3	4	3	False	92123	fragment	False	SPA0026_000000014075	0.9860586011342155		0	0	False	False	1.0	0					non-mobilizable	other	2226.0	98.83200000000001	100.0	0.008896441423430627	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0084_000000002017	6636	0.9660360882149296	5	5	3	5	1	True	54240	fragment	False	SPA0084_000000002017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0055_000000006943	2849	0.9660323376782324	3	3	3	2	2	False	72113	fragment	False	MON0055_000000006943	0.9667310044935096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	79.688	4.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
CHI0106_000000004017	4574	0.9660131013772834	8	6	4	3	5	False	90525	fragment	False	CHI0106_000000004017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	76.586	28.0	0.015196504441869447	AP023050.1	CFB group bacteria	Alistipes indistinctus 2BBH45 plasmid p2BBH45 DNA, complete sequence	True	False
ENG0060_000000005080	4904	0.9660125995396438	5	5	3	4	4	False	63354	maximal	True	ENG0060_000000005080	1.0		1	1	False	False	0.9934747219085693	0					non-mobilizable	no_good_hit	4027.0	76.285	82.0	0.0023389573497804936	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MAD0098_000000013709	3181	0.9660124956492572	7	2	0	2	2	False	86776	maximal	True	MAD0098_000000013709	1.0		1	1	True	True	1.0	1030	rep_cluster_2373				non-mobilizable	no_good_hit	1378.0	84.615	62.0	0.371763423276097	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	True	True
CHI0049_000000009185	1793	0.9660124956492572	3	2	0	2	2	False	86775	fragment	False	CHI0049_000000009185	1.0		0	0	False	False	0.9988845586776733	0					non-mobilizable	no_good_hit	930.0	84.40899999999999	86.0	0.2523848460070864	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	True	False
ISR0091_000000012437	2459	0.9660094518574702	4	2	1	2	1	True	33627	maximal	True	ISR0091_000000012437	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0003_000000002438	13473	0.9660092642286946	6	6	5	5	2	False	130771	maximal	False	AST0061_000000001735	0.9660003228135601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7844.0	98.738	88.0	0.03949621303682217	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
ETH0001_000000018662	1764	0.9659958825943704	3	2	1	2	1	False	78495	maximal	True	ETH0001_000000018662	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	3.0	0.00017369111339548404	NZ_SLVX01000007.1	a-proteobacteria	Shinella granuli strain DSM 18401 Ga0310514_107, whole genome shotgun sequence	True	False
ENG0163_000000002723	7164	0.9659883599547932	6	5	4	5	5	False	121433	fragment	False	ENG0163_000000002723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	85.191	40.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0102_000000009711	3240	0.9659853965287454	5	4	2	3	3	False	116208	maximal	True	FIJ0102_000000009711	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1969.0	95.175	97.0	0.00044481127422366177	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0258_000000001598	7420	0.9659767048747452	9	4	3	4	3	False	112490	maximal	True	ISR0258_000000001598	1.0		1	1	False	False	0.9998652338981628	0					non-mobilizable	no_good_hit	1549.0	74.048	21.0	0.0003593111867982571	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
ISR0155_000000004316	6055	0.9659767048747452	9	4	3	4	3	False	112491	fragment	False	ISR0155_000000004316	1.0		0	0	False	False	0.9945499300956726	0					non-mobilizable	no_good_hit	1549.0	74.048	25.0	0.0003593111867982571	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
CHI0054_000000001279	10479	0.9659762436076172	13	5	4	4	2	True	121720	fragment	False	CHI0054_000000001279	1.0		0	0	False	False	0.9999045729637146	0					non-mobilizable	no_good_hit	54.0	96.296	1.0	0.00028927941610062475	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
AST0007_000000011701	1540	0.9659721572399568	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.041620756398977145	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1544.0	86.788	100.0	0.007197098757076914	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0120_000000002730	7232	0.965969708604821	10	5	3	3	4	True	124502	fragment	False	ENG0120_000000002730	0.9936228289767348		0	0	False	False	0.9995851516723633	0					non-mobilizable	no_good_hit	484.0	99.38	7.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
AST0100_000000002367	7131	0.965969708604821	9	5	3	3	4	True	124502	fragment	False	ENG0120_000000002730	0.9928205292259374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	7.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
AST0046_000000002888	6883	0.965969708604821	9	5	3	3	4	True	124502	fragment	False	ENG0120_000000002730	0.9702407008790785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	91.26	7.0	0.5188374596340151	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0227_000000004098	6292	0.965969708604821	8	5	3	3	4	True	124502	fragment	False	ENG0120_000000002730	0.3826238558767979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	4.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	True
MON0090_000000013565	4096	0.965962655600548	6	5	2	3	5	False	115396	fragment	False	MON0090_000000013565	1.0		0	0	False	False	0.98681640625	0					non-mobilizable	no_good_hit	1592.0	85.302	48.0	0.0005345115026000215	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0185_000000002709	9096	0.9659592263179432	16	15	4	13	14	True	66334	maximal	True	ENG0185_000000002709	1.0		2	2	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	8202.0	99.098	100.0	0.03860872843811858	CP015160.1	enterobacteria	Escherichia coli strain Eco889 plasmid pECO-fce, complete sequence	False	True
CHI0176_000000001253	9211	0.9659506147892748	8	8	6	6	7	False	77729	maximal	True	CHI0176_000000001253	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	9213.0	99.78299999999999	100.0	0.001744769858622297	CP052265.1	enterobacteria	Klebsiella pneumoniae strain E16KP0287 chromosome, complete genome	False	False
SPA0129_000000009590	2853	0.9659474683604504	4	3	2	3	3	False	121415	fragment	False	SPA0129_000000009590	1.0		0	0	False	False	0.9996494650840759	0					non-mobilizable	no_good_hit	1700.0	87.294	60.0	0.022884067558627767	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0295_000000014384	2447	0.9659474683604504	3	3	2	3	3	False	121421	fragment	False	ISR0295_000000014384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1788.0	87.24799999999999	73.0	0.02403164616776249	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0033_000000014298	2180	0.9659474294118846	4	1	1	1	1	True	36888	maximal	True	ISR0033_000000014298	1.0		3	1	False	False	0.9967889785766602	0					non-mobilizable	no_good_hit								True	True
CAN0021_000000006721	5919	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9990562760590448	PS778|PS779|PS781	0	0	True	True	1.0	1214		MOBP			mobilizable	other	5284.0	99.98100000000001	99.0	0.9140138408304498	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0127_000000003457	5919	0.9659463704545408	10	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9973412247740818	PS778|PS779|PS781	0	0	True	True	1.0	65		MOBP			mobilizable	other	4069.0	99.73	99.0	0.7038062283737024	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0813_000000004549	5919	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9987504066162424	PS778|PS779|PS781	0	0	True	True	1.0	2312		MOBP			mobilizable	other	4190.0	99.95200000000001	99.0	0.7247404844290657	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0812_000000006337	5919	0.9659463704545408	10	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9987544877535962	PS778|PS779|PS781	0	0	True	True	1.0	2108		MOBP			mobilizable	other	4133.0	99.95200000000001	99.0	0.714878892733564	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0063_01_000000003523	5913	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9989098384841376	PS778|PS779|PS781	0	0	True	True	1.0	1955		MOBP			mobilizable	other	5327.0	99.98100000000001	99.0	0.9214532871972319	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0086_01_000000003321	5899	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9989234785416644	PS778|PS779|PS781	0	0	True	True	1.0	1917		MOBP			mobilizable	other	2979.0	99.96600000000001	99.0	0.5152249134948097	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0179_000000004400	5899	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9987474653629861	PS778|PS779|PS781	0	0	True	True	1.0	3052		MOBP			mobilizable	other	3936.0	100.0	99.0	0.6807958477508651	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0132_01_000000003182	5899	0.9659463704545408	10	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9987638440787532	PS778|PS779|PS781	0	0	True	True	1.0	1832		MOBP			mobilizable	other	4112.0	100.0	99.0	0.7112456747404844	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0040_01_000000003225	5899	0.9659463704545408	10	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9986758803424624	PS778|PS779|PS781	0	0	True	True	1.0	6207		MOBP			mobilizable	other	5036.0	99.94	99.0	0.8711072664359861	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
AUS0008_000000003142	5899	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9988482184012615	PS778|PS779|PS781	0	0	True	True	1.0	1710		MOBP			mobilizable	other	5274.0	99.98100000000001	99.0	0.9122837370242215	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0071_01_000000002342	5899	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9989234785416644	PS778|PS779|PS781	0	0	True	True	1.0	4919		MOBP			mobilizable	other	2945.0	100.0	99.0	0.5093425605536333	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0082_01_000000004841	5899	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9991613245097801	PS778|PS779|PS781	0	0	True	True	1.0	488		MOBP			mobilizable	other	5351.0	99.98100000000001	99.0	0.9256055363321799	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0028_000000002715	5899	0.9659463704545408	10	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9987506347475161	PS778|PS779|PS781	0	0	True	True	1.0	19		MOBP			mobilizable	other	5597.0	99.964	99.0	0.9681660899653979	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0031_01_000000005162	5899	0.9659463704545408	10	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.99897003666657	PS778|PS779|PS781	0	0	True	True	1.0	515		MOBP			mobilizable	other	5597.0	99.964	99.0	0.9681660899653979	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0811_000000002139	5879	0.9659463704545408	10	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9989169835907077	PS778|PS779|PS781	0	0	True	True	1.0	1592		MOBP			mobilizable	other	3150.0	100.0	99.0	0.5448096885813148	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
CHI0115_000000001270	5879	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9949045189370775	PS778|PS779|PS781	0	0	True	True	1.0	536		MOBP			mobilizable	other	4146.0	99.662	99.0	0.717128027681661	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0054_01_000000001734	5879	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9989206201130287	PS778|PS779|PS781	0	0	True	True	1.0	197		MOBP			mobilizable	other	2932.0	99.96600000000001	99.0	0.5070934256055364	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0024_000000003420	5791	0.9659463704545408	9	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9939567521828074	PS778|PS779|PS781	0	0	True	True	1.0	93		MOBP			mobilizable	other	5312.0	99.962	99.0	0.9188581314878893	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ITA0003_000000000922	5545	0.9659463704545408	8	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9592440077764843	PS778|PS779|PS781	0	0	True	True	1.0	11		MOBP			mobilizable	other	5330.0	99.98100000000001	99.0	0.9219723183391003	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
MON0030_000000018394	1928	0.9659461805532	3	3	3	3	2	False	120030	fragment	False	MON0030_000000018394	1.0		0	0	False	False	0.9942945837974548	0					non-mobilizable	no_good_hit	1674.0	99.58200000000001	87.0	0.0021144964412721378	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
FIJ0039_000000008203	2959	0.965939937274116	4	4	4	4	3	False	129643	maximal	True	FIJ0039_000000008203	1.0	PS1061	11	5	False	True	1.0	0					non-mobilizable	chromosome	1805.0	89.141	99.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0072_000000004056	6213	0.9659354905181159	5	2	1	1	1	True	81576	maximal	True	FIJ0072_000000004056	1.0		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	714.0	91.036	36.0	0.18212005108556834	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0009_01_000000004062	5977	0.9659354905181159	6	2	1	1	1	True	81573	maximal	True	USA0009_01_000000004062	0.997848394571334		2	1	True	True	0.9998326897621155	7					non-mobilizable	no_good_hit	907.0	89.305	34.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0041_000000005923	5880	0.9659354905181159	5	2	1	1	1	True	81580	maximal	False	FIJ0064_000000004565	0.9939353099730458		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	904.0	88.60600000000001	32.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0064_000000004565	5857	0.9659354905181159	4	2	1	1	1	True	81580	maximal	True	FIJ0064_000000004565	0.9939383734635461		0	0	True	True	0.9998292922973633	1					non-mobilizable	no_good_hit	904.0	89.712	34.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0034_000000006403	5411	0.9659354905181159	7	2	1	1	1	True	81565	maximal	True	SPA0034_000000006403	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit	1211.0	91.90799999999999	39.0	0.30855683269476375	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0073_000000004896	5209	0.9659354905181159	4	2	1	1	1	True	104142	maximal	True	ISR0073_000000004896	0.9996218566836832		2	1	True	True	1.0	121					non-mobilizable	no_good_hit	899.0	92.992	40.0	0.22860791826309068	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
TAN0009_000000006219	4890	0.9659354905181159	4	2	1	1	1	True	75604	maximal	True	TAN0009_000000006219	1.0		1	1	False	False	0.9983640313148499	0					non-mobilizable	no_good_hit	1404.0	95.15700000000001	34.0	0.12708484408992024	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0108_000000004440	4840	0.9659354905181159	5	2	1	1	1	True	81529	fragment	False	FIJ0108_000000004440	1.0		0	0	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit	1601.0	77.764	34.0	0.13895939086294415	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0149_000000004433	4821	0.9659354905181159	3	2	1	1	1	True	81574	backbone	True	FIJ0149_000000004433	1.0	PS402	0	0	True	True	0.9981331825256348	1					non-mobilizable	no_good_hit	904.0	88.71700000000001	43.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0839_000000013285	1564	0.9659286593765976	1	1	1	1	1	False	62705	fragment	False	ISR0839_000000013285	0.9727738629083921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0023_000000009049	3149	0.965918988875213	3	3	3	3	1	False	37543	maximal	True	ISR0023_000000009049	1.0		0	0	False	False	0.9901555776596069	0					non-mobilizable	no_good_hit	1102.0	77.586	34.0	0.01023087454753465	NZ_CAPH01000023.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ENG0075_000000007808	3114	0.9659118743913072	3	3	3	3	2	False	82022	fragment	False	ISR0021_000000007074	0.9000497317106693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1851.0	92.59899999999999	59.0	0.07912003087610961	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0055_000000009731	3456	0.9659115646591072	4	2	1	2	1	True	113882	maximal	True	AST0055_000000009731	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0074_000000013406	2371	0.9659115305186312	3	3	2	3	1	False	44640	fragment	False	FIJ0074_000000013406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	81.59100000000001	18.0	0.0066758325695080965	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0009_01_000000012977	1926	0.9659049678168564	2	2	2	2	2	False	128257	fragment	False	USA0009_01_000000012977	0.9515278797699469		0	0	False	False	0.985981285572052	0					non-mobilizable	no_good_hit	488.0	74.795	25.0	0.003593739247455709	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
AST0104_000000018367	1872	0.9659049678168564	2	2	2	2	2	False	128257	fragment	False	USA0009_01_000000012977	0.9468692016062912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	74.795	26.0	0.003593739247455709	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
AST0005_000000015347	1804	0.9659049678168564	2	2	2	2	2	False	128257	fragment	False	USA0009_01_000000012977	0.9418865414516748		0	0	False	False	0.9983370304107666	0					non-mobilizable	no_good_hit	630.0	74.286	34.0	0.011835445446588272	NZ_FQXK01000037.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
FIJ0016_000000000714	19705	0.9659014120039744	23	11	8	8	7	True	101350	backbone	False	TAN0011_000000000086	0.5539716542544191	PS587|PS588	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	137.0	97.08	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0075_000000007535	3014	0.9658998091605404	4	3	3	3	3	False	104519	fragment	False	SPA0114_000000014132	0.9291409755811039		0	0	False	False	1.0	0					non-mobilizable	chromosome	3015.0	98.67299999999999	100.0	0.0012412394603779396	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0087_000000000719	19388	0.9658994547632278	24	18	14	17	18	False	111095	maximal	True	AST0087_000000000719	1.0		3	3	False	False	0.9999484419822693	0					non-mobilizable	no_good_hit	1922.0	76.899	10.0	0.004559586997791639	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0271_000000000824	13836	0.9658987302584888	24	9	5	9	5	False	118836	backbone	False	ISR0143_000000002610	0.9505843221045072	PS813	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2737.0	98.429	56.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
ISR0400_000000006719	2698	0.9658983986399506	4	4	3	3	2	False	22557	maximal	True	ISR0400_000000006719	1.0		1	1	False	False	0.9988880753517151	0					non-mobilizable	no_good_hit	2373.0	99.831	88.0	0.0008941630603597762	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
SPA0041_000000001512	17320	0.9658947696049852	20	7	6	7	7	False	67006	fragment	False	SPA0041_000000001512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	92.64	20.0	0.00045824780722357824	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0135_000000001870	14783	0.965881829288786	12	10	5	9	7	False	78824	fragment	False	FIJ0135_000000001870	0.9955897435897436		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9374.0	94.538	64.0	0.0025046602534010277	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0052_000000012368	2775	0.9658787264898536	4	4	4	4	4	False	35800	fragment	False	ISR0052_000000012368	1.0		0	0	False	False	0.999639630317688	0					non-mobilizable	chromosome	2842.0	73.61	100.0	0.0009128774979603503	NZ_CP014170.1	firmicutes	Clostridium tyrobutyricum strain KCTC 5387 chromosome, complete genome	False	False
AST0047_000000001010	15905	0.9658774435438764	12	11	7	11	3	True	125648	backbone	False	ENG0158_000000000822	0.9285542029139419	PS934	0	0	True	True	1.0	2					non-mobilizable	other	15921.0	97.58200000000001	99.0	0.033265932999746985	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0033_000000008550	1537	0.9658731485566778	3	2	2	2	1	False	126655	fragment	False	ISR0095_000000019372	0.6285619718302784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000000489	21167	0.9658578179584884	27	19	15	16	15	False	123929	maximal	True	ISR0836_000000000489	1.0	PS902	44	7	False	True	1.0	0					non-mobilizable	no_good_hit	14344.0	99.993	82.0	0.14313228484751717	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
USA0084_01_000000010241	3170	0.9658548279542896	4	4	3	4	1	False	101976	maximal	True	USA0084_01_000000010241	1.0		1	1	False	False	0.998738169670105	0					non-mobilizable	no_good_hit	1984.0	100.0	63.0	0.007180645932234691	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	True	False
USA0011_01_000000015087	2450	0.9658542547502597	4	3	3	2	2	False	129569	fragment	False	USA0011_01_000000015087	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1804.0	98.78	88.0	0.0004829058821259436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0041_000000013074	3985	0.9658529934916618	4	3	1	3	2	False	11826	fragment	False	MON0041_000000013074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0012_01_000000001441	4902	0.96585103644604	7	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9023760705936759	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9993879795074463	0	rep_cluster_475				non-mobilizable	other	4763.0	99.979	99.0	0.930078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0816_000000032885	1106	0.9658466710514498	1	1	1	1	1	False	104277	fragment	False	ISR0219_000000028925	0.9355621698415785		0	0	False	False	0.9981916546821594	0					non-mobilizable	other	1106.0	99.277	100.0	0.002286459195497434	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0177_000000007653	3439	0.9658435913547722	3	3	3	3	3	False	129663	maximal	False	SPA0136_000000010719	0.9231349189118151	PS1061	0	0	False	True	0.9982553124427795	0					non-mobilizable	no_good_hit	1812.0	90.23200000000001	62.0	0.00048344184869878034	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0133_000000012520	2994	0.9658418938063136	5	2	2	2	2	False	86965	fragment	False	FIJ0133_000000012520	1.0		0	0	False	False	0.9953239560127258	0					non-mobilizable	no_good_hit								True	False
ISR0213_000000008457	2914	0.9658352552267075	4	3	2	3	3	False	28289	maximal	True	ISR0213_000000008457	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1303.0	94.47399999999999	46.0	0.000344644870739544	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MAD0090_000000004818	2608	0.9658331263838285	2	2	2	2	2	False	17650	maximal	True	MAD0090_000000004818	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	91.677	30.0	0.28035398230088493	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
DEN0069_000000006196	4629	0.9658260675556466	7	5	2	3	4	False	70753	fragment	False	DEN0069_000000006196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	91.736	13.0	0.00019244273227693695	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0048_000000022748	1488	0.9658251174487044	2	1	1	1	1	True	46737	fragment	False	FIJ0048_000000022748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0001_000000001116	14974	0.9658211549193804	13	9	7	9	8	False	52668	maximal	True	FIJ0001_000000001116	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	74.775	10.0	0.0003852997726866534	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0121_000000022968	1151	0.9658161165328426	1	1	1	1	1	False	32178	fragment	False	MON0081_000000043551	0.9607925801011805		0	0	False	False	0.9678540229797363	0					non-mobilizable	other	1127.0	99.823	98.0	0.011394223958227924	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	False	False
AST0007_000000015613	1136	0.9658161165328426	2	1	1	1	1	False	126587	fragment	False	AST0007_000000015613	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	100.0	87.0	0.009997773775070329	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	True	False
ISR0287_000000004428	2608	0.9658160519701059	5	1	1	1	1	False	26002	maximal	True	ISR0287_000000004428	1.0		0	0	False	False	0.953987717628479	0					non-mobilizable	no_good_hit	646.0	89.164	25.0	0.011360011342289016	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0818_000000005745	3011	0.9658137254336099	4	3	3	3	2	False	21358	maximal	True	ISR0818_000000005745	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1405.0	100.0	47.0	0.00030959096946956745	NZ_JAAQVO010000001.1	enterobacteria	Hafnia paralvei strain H.a110, whole genome shotgun sequence	True	False
FIJ0038_000000003805	8120	0.9658092362907535	8	7	5	6	6	False	115415	fragment	False	FIJ0038_000000003805	1.0		0	0	False	False	0.999876856803894	0					non-mobilizable	chromosome	4572.0	96.566	100.0	0.001881626773213937	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0093_000000003567	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.9996738767751482	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	1572.0	91.921	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0218_000000002407	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.9995178731887254	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.997139036655426	25					non-mobilizable	no_good_hit	1572.0	91.985	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0090_000000003628	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.9996738767751482	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	1572.0	91.921	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0047_000000004462	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.9995416034290481	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	125					non-mobilizable	no_good_hit	1572.0	91.921	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0064_000000002702	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.9993691043525407	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	1572.0	91.921	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0164_000000003809	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.9993453800277802	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	152					non-mobilizable	no_good_hit	1572.0	91.921	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0351_000000001840	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.9996738767751482	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1572.0	91.921	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0283_000000002069	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.9996738767751482	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9978122115135193	24					non-mobilizable	no_good_hit	1572.0	91.921	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0098_000000002909	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.9996738767751482	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	130					non-mobilizable	no_good_hit	1572.0	91.921	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0214_000000004263	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.9992004338592417	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9932682514190674	9					non-mobilizable	no_good_hit	1572.0	91.85799999999999	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0085_000000003385	5942	0.9658059283953602	8	5	1	3	3	False	121790	backbone	True	ISR0085_000000003385	0.9996738767751482	PS348|PS349|PS350|PS554|PS860	74	5	True	True	0.9998317360877991	82					non-mobilizable	no_good_hit	1572.0	91.921	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0058_000000001479	12331	0.9658045576201688	17	12	7	10	8	True	35544	maximal	True	ISR0058_000000001479	0.9593132069330295		2	1	True	True	1.0	5					non-mobilizable	no_good_hit	44.0	90.90899999999999	0.0	0.00016892688215974983	NZ_LQPM01000036.1	high GC Gram+	Mycobacterium paraense strain IEC26 contig_41, whole genome shotgun sequence	True	True
ISR0846_000000003856	2590	0.9658032404915275	4	3	2	2	2	False	58357	fragment	False	ISR0846_000000003856	1.0		0	0	False	False	0.9972972869873047	0					non-mobilizable	no_good_hit	486.0	78.395	19.0	0.00016962819553491845	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0020_01_000000017757	1963	0.9658019572653704	3	2	1	2	2	False	120274	fragment	False	USA0020_01_000000017757	0.9622713186107896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000017388	1911	0.9658019572653704	3	2	1	2	2	False	120274	fragment	False	USA0020_01_000000017757	0.9561283940255595		0	0	False	False	0.9989534020423889	0					non-mobilizable	no_good_hit								True	False
AST0025_000000019931	1871	0.9658019572653704	2	2	1	2	2	False	120274	fragment	False	USA0020_01_000000017757	0.7254858023573019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000012967	1811	0.9658019572653704	2	2	1	2	2	False	120274	fragment	False	USA0020_01_000000017757	0.7178921521328179		0	0	False	False	0.9906129240989685	0					non-mobilizable	no_good_hit								True	False
AUS0006_000000011423	2177	0.965800104834208	2	2	1	2	1	True	102082	maximal	True	AUS0006_000000011423	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	97.811	59.0	0.4461914744933613	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	True	True
SPA0083_000000005432	2899	0.9657976533259548	4	2	2	2	1	False	96421	fragment	False	SPA0083_000000005432	0.9793553060485332		0	0	False	False	1.0	0					non-mobilizable	other	2900.0	99.345	100.0	0.028919846718824846	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0013_01_000000003816	3002	0.9657976272516592	4	4	4	2	3	False	116631	fragment	False	SPA0101_000000007479	0.18538362074757056		0	0	False	False	1.0	0					non-mobilizable	chromosome	3002.0	99.334	100.0	0.0005578576037329801	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0051_01_000000013398	1509	0.9657956926817094	3	2	2	2	1	False	1092	maximal	True	USA0051_01_000000013398	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	666.0	82.73299999999999	44.0	0.00020006741336371864	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
MAD0102_000000002077	7071	0.9657939903332924	7	7	6	6	7	False	15431	fragment	False	MAD0102_000000002077	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	7072.0	99.844	100.0	0.09808844745311286	CP043735.1	enterobacteria	Escherichia coli strain CVM N17EC1164 plasmid pN17EC1164-2, complete sequence	False	True
ENG0077_000000000952	20753	0.9657843991967444	16	14	10	10	14	False	116247	fragment	False	ENG0156_000000000709	0.9948172846705258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	14278.0	99.979	69.0	0.002196652816229844	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0353_000000011979	3046	0.9657832517528822	6	5	2	3	5	True	24036	fragment	False	ISR0353_000000011979	1.0		0	0	False	False	0.9967169761657715	0					non-mobilizable	chromosome	3033.0	93.241	99.0	0.0012106938769316897	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
ISR0354_000000000068	64768	0.9657813967636466	51	6	2	4	1	True	114304	fragment	False	ENG0077_000000000140	0.640604873255825		0	0	False	False	1.0	0					non-mobilizable	virus	25751.0	95.037	97.0	0.26489465821871944	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
CHI0028_000000002354	4767	0.9657809633226698	6	3	3	3	2	False	116206	fragment	False	ENG0071_000000004117	0.9411976905139751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	95.027	41.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0002_000000013564	1511	0.9657771556981536	2	2	2	2	1	False	38633	fragment	False	ISR0002_000000013564	1.0		0	0	False	False	0.9861019253730774	0					non-mobilizable	other	1511.0	99.868	100.0	0.0062056154655444505	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
CHI0135_000000006394	3194	0.9657736891165339	5	4	3	2	3	False	129938	maximal	True	CHI0135_000000006394	1.0		6	4	False	False	0.9996868968009949	0					non-mobilizable	no_good_hit	1670.0	85.62899999999999	65.0	0.00047416281960479796	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0187_000000006909	3817	0.9657715150843948	2	2	2	2	1	False	90611	fragment	False	ISR0799_000000003556	0.5437667239217968		0	0	False	False	0.9981660842895508	0					non-mobilizable	other	3817.0	95.258	100.0	0.026985732575988002	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0118_000000008405	3475	0.9657715150843948	3	2	2	2	1	False	90611	fragment	False	ISR0799_000000003556	0.26628990605935854		0	0	False	False	0.9971222877502441	0					non-mobilizable	other	3475.0	99.971	100.0	0.024573639572472432	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0018_000000009704	2787	0.9657714167662048	5	3	1	1	2	False	51516	fragment	False	FIJ0018_000000009704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	98.305	40.0	0.17266715650257164	CP056128.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 plasmid pRHBSTW-01009_3, complete sequence	True	False
SPA0012_000000009165	2677	0.9657678912725434	3	3	3	3	3	False	120203	maximal	True	SPA0012_000000009165	1.0		36	6	False	False	1.0	0					non-mobilizable	chromosome	1678.0	99.523	100.0	0.0006647963570586746	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0033_000000000732	24909	0.9657586022123256	33	20	13	16	15	True	90529	maximal	True	ISR0033_000000000732	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	5308.0	96.06299999999999	38.0	0.04271116014269264	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0157_000000001839	13501	0.9657533062147504	13	10	9	9	5	False	126459	maximal	True	ISR0157_000000001839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	77.806	9.0	0.01067404985473456	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	True	False
ISR0281_000000000307	27315	0.9657472321404744	22	16	11	15	12	False	113865	maximal	True	ISR0281_000000000307	1.0		1	1	False	False	0.9969613552093506	0					non-mobilizable	no_good_hit	1512.0	94.84100000000001	6.0	0.004214619233837451	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
USA0133_01_000000000458	35106	0.965740703722322	43	26	12	22	13	True	108403	maximal	True	USA0133_01_000000000458	1.0	PS672	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	24298.0	86.46	69.0	0.24132803768162223	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
MAD0064_000000002830	6052	0.9657372844336948	7	4	4	3	2	False	40680	maximal	True	MAD0064_000000002830	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	94.944	3.0	0.0031907414417824886	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	True	False
MAD0073_000000000263	14982	0.9657359204810568	19	17	9	13	13	True	118895	fragment	False	MAD0073_000000000263	0.9492705038337931		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	14983.0	99.94	100.0	0.5002003205128205	MG648895.1	enterobacteria	Escherichia coli plasmid pCOV8 clone COV8_c1	False	True
USA0039_01_000000011034	2031	0.9657303165631808	2	2	1	2	2	False	27269	fragment	False	USA0087_01_000000007399	0.9909637156963653		0	0	False	False	1.0	0					non-mobilizable	other	2031.0	99.75399999999999	100.0	0.00038430723981831925	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ISR0239_000000007365	2027	0.9657303165631808	2	2	1	2	2	False	27269	fragment	False	USA0087_01_000000007399	0.988410451242992		0	0	False	False	0.9911198616027832	0					non-mobilizable	chromosome	2027.0	99.655	100.0	0.00038007092656264306	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ISR0788_000000004903	1494	0.9657272334643616	3	3	2	2	1	False	22113	fragment	False	ISR0788_000000004903	1.0		0	0	False	False	0.9959839582443237	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
ENG0064_000000003159	7226	0.9657263797369736	12	8	4	4	6	True	125624	backbone	False	USA0058_01_000000002927	0.9728429614335777	PS932	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1063.0	98.68299999999999	44.0	0.12834483593655407	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0046_000000001700	6836	0.9657263797369736	10	8	4	4	6	True	125624	backbone	False	USA0058_01_000000002927	0.9410474917493907	PS932	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1582.0	98.925	49.0	0.191306453565807	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0170_000000004513	9282	0.9657258362263486	11	8	5	7	5	False	38348	maximal	True	ISR0170_000000004513	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	97.322	13.0	0.00033962231950097703	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CAN0009_000000010760	2359	0.9657220585052526	5	5	2	3	4	False	94795	backbone	True	CAN0009_000000010760	1.0	PS501	1	1	True	True	1.0	137					non-mobilizable	no_good_hit	588.0	92.85700000000001	79.0	0.26819221967963386	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
ISR0067_000000003896	6358	0.9657199915033374	10	3	3	2	3	False	112034	fragment	False	ISR0012_000000003490	0.9725373134328359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
FIJ0124_000000005644	4525	0.9657142313468088	5	4	2	4	2	False	53243	maximal	False	ETH0003_000000006904	0.9592672413793103		0	0	False	False	0.9982320666313171	0					non-mobilizable	no_good_hit	2004.0	75.34899999999999	44.0	0.0006972816639003223	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0078_000000003897	4293	0.9657113814424204	10	4	1	3	3	False	84511	maximal	True	CHI0078_000000003897	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	91.304	16.0	0.0033983798918503	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	True	False
MAD0045_000000016348	2414	0.9657096143740932	4	2	1	2	2	True	82804	maximal	False	MON0033_000000026295	0.9782259020601106		0	0	True	True	0.999585747718811	23					non-mobilizable	no_good_hit								True	True
AST0016_000000003547	7059	0.965704819451164	5	5	4	3	4	True	123861	maximal	True	AST0016_000000003547	1.0		1	1	False	False	0.9998583197593689	0	rep_cluster_1229				non-mobilizable	plasmid	7060.0	99.646	100.0	0.6326640372893511	LT960787.1	firmicutes	Lactobacillus sakei isolate MFPB19 genome assembly, plasmid: 4	False	True
ENG0129_000000003728	6722	0.9657032376087672	6	3	1	3	1	True	128678	fragment	False	ENG0129_000000003728	1.0		0	0	False	False	0.9995536804199219	0					non-mobilizable	no_good_hit								True	True
ISR0841_000000006736	2111	0.965685748619962	4	2	1	2	1	False	121898	fragment	False	ISR0841_000000006736	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0144_000000013773	1366	0.9656855447012604	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.07245533056758714	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1366.0	99.34100000000001	100.0	0.8168761220825853	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
CHI0133_000000008022	2312	0.9656821232763808	4	4	4	2	2	False	124044	fragment	False	CHI0133_000000008022	1.0		0	0	False	False	0.9839965105056763	0					non-mobilizable	no_good_hit	1914.0	95.71600000000001	83.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0004_01_000000008155	3118	0.9656817488207882	3	3	2	2	2	True	96475	fragment	False	ISR0094_000000005827	0.7162258893369959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1956.0	99.335	63.0	0.17782426778242677	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0121_000000006161	3792	0.9656792440406012	6	5	5	5	5	True	129563	maximal	True	ISR0121_000000006161	1.0	PS1061	0	0	False	True	0.9973628520965576	0					non-mobilizable	no_good_hit	1804.0	87.86	48.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CHI0120_000000002927	4325	0.9656756061436356	6	2	2	2	2	False	81878	maximal	True	CHI0120_000000002927	1.0		0	0	False	False	0.9937572479248047	0					non-mobilizable	no_good_hit	1842.0	81.976	43.0	0.03837500262842484	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
CHI0119_000000002705	3687	0.9656756061436356	6	2	2	2	2	False	81956	maximal	True	CHI0119_000000002705	1.0		1	1	False	False	0.9989151358604431	0					non-mobilizable	no_good_hit	1835.0	85.177	50.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0310_000000000961	12661	0.965664374298907	15	9	6	9	4	False	25354	maximal	True	ISR0310_000000000961	1.0		1	1	False	False	0.9983413815498352	0					non-mobilizable	no_good_hit	1132.0	81.184	12.0	0.02362237909598567	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ISR0162_000000026053	1518	0.965657766944803	2	1	1	1	1	False	30328	fragment	False	ISR0162_000000026053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0273_000000000244	16770	0.9656519381404036	20	12	7	9	5	True	38853	fragment	False	ISR0273_000000000244	1.0		0	0	False	False	0.9980918169021606	0					non-mobilizable	no_good_hit	663.0	100.0	4.0	0.0015236534539980944	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	True	True
ENG0163_000000005688	3962	0.9656484911232848	4	3	2	3	2	False	131518	fragment	False	ENG0163_000000005688	0.9913859604011315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2108.0	99.66799999999999	53.0	0.010067514943594202	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0024_01_000000004698	5182	0.9656458543883388	9	4	1	3	2	False	130030	backbone	True	USA0024_01_000000004698	1.0	PS1072|PS1075|PS1077|PS1078|PS974|PS975	25	6	True	True	0.9957545399665833	2					non-mobilizable	no_good_hit	2542.0	97.01	59.0	0.49082125603864735	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
USA0121_01_000000018995	2412	0.9656397945503346	3	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.973632335385704		0	0	False	False	0.9970978498458862	0					non-mobilizable	no_good_hit	367.0	74.932	15.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0194_000000008052	2965	0.9656356727240896	5	3	2	3	2	False	29050	fragment	False	ISR0194_000000008052	1.0		0	0	False	False	0.9989882111549377	0					non-mobilizable	no_good_hit	1250.0	76.24	41.0	0.06238042493203101	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
CHI0162_000000007704	3730	0.9656302200235716	7	3	2	1	2	True	102399	fragment	False	CHI0162_000000007704	0.9967986030267753		0	0	False	True	1.0	0					non-mobilizable	other	3558.0	99.43799999999999	100.0	0.7013806706114398	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0084_000000001036	3436	0.9656302200235716	7	3	2	1	2	True	102399	fragment	False	CHI0162_000000007704	0.9576407506702413		0	0	False	True	1.0	0					non-mobilizable	other	3436.0	99.738	100.0	0.6775147928994083	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0847_000000008585	3044	0.9656302200235716	4	3	2	1	2	True	102385	fragment	False	ISR0847_000000008585	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2699.0	99.51799999999999	98.0	0.5319526627218935	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0060_000000001416	13492	0.9656275700327468	15	11	7	11	7	True	79272	maximal	True	MON0060_000000001416	1.0		5	2	False	False	0.9999259114265442	0					non-mobilizable	no_good_hit	144.0	76.389	1.0	3.533601903904706e-05	CP059264.1	b-proteobacteria	Dechloromonas sp. isolate SSD3 chromosome, complete genome	True	True
MON0005_000000002011	13489	0.9656275700327468	15	11	7	11	7	True	79272	maximal	False	MON0060_000000001416	0.999888823006226		0	0	False	False	0.9999258518218994	0					non-mobilizable	no_good_hit	144.0	76.389	1.0	3.533601903904706e-05	CP059264.1	b-proteobacteria	Dechloromonas sp. isolate SSD3 chromosome, complete genome	True	True
FIJ0118_000000000920	6885	0.9656229418840384	5	2	2	2	1	False	47095	maximal	True	FIJ0118_000000000920	1.0		2	1	False	False	0.9988380670547485	0					non-mobilizable	no_good_hit	2696.0	99.666	41.0	0.11017018491245295	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0113_01_000000007986	2365	0.9656159621564444	3	2	2	1	1	False	50750	fragment	False	USA0113_01_000000007986	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	78.509	34.0	0.0002870643310079795	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
CAN0023_000000001203	8210	0.9656144733109292	18	6	2	4	3	False	91111	fragment	False	CAN0023_000000001203	1.0		0	0	False	False	0.999512791633606	0					non-mobilizable	no_good_hit	624.0	95.03200000000001	15.0	0.0001563208838678855	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0048_000000004754	4021	0.9656118888790642	4	2	1	2	0	True	82980	maximal	True	ISR0048_000000004754	1.0		1	1	False	False	0.9990051984786987	0					non-mobilizable	no_good_hit	1377.0	98.693	34.0	0.3397530864197531	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0101_000000007421	3237	0.9656118888790642	3	2	1	2	0	True	86160	maximal	False	FIJ0129_000000006489	0.9966957089437775		0	0	True	True	1.0	46					non-mobilizable	no_good_hit	200.0	96.5	18.0	0.07498116051243406	LN853257.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0630	True	True
FIJ0129_000000006489	3215	0.9656118888790642	4	2	1	2	0	True	86160	maximal	True	FIJ0129_000000006489	0.9978059392864408		5	4	True	True	0.9987558126449585	3					non-mobilizable	no_good_hit	269.0	90.335	17.0	0.09645817633760362	LN853257.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0630	True	True
CHI0056_000000005824	3106	0.9656118888790642	3	2	1	2	0	True	86160	maximal	False	FIJ0129_000000006489	0.9864900185723136		0	0	True	True	0.9993560910224915	6					non-mobilizable	no_good_hit	498.0	83.936	16.0	0.2055022926219258	HG796411.1	bacteria	Uncultured bacterium plasmid pRGI00989	True	True
ENG0204_000000008187	2997	0.9656118888790642	3	2	1	2	0	True	86160	maximal	False	FIJ0129_000000006489	0.9590222809485309		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	491.0	84.318	16.0	0.20258441017090453	HG796411.1	bacteria	Uncultured bacterium plasmid pRGI00989	True	True
AST0151_000000011331	1437	0.9656034832597851	2	2	2	1	1	False	103632	maximal	True	AST0151_000000011331	1.0		1	1	False	False	0.9916492700576782	0					non-mobilizable	no_good_hit								True	False
MON0105_000000000338	50771	0.9655962472886978	56	18	10	15	9	True	8767	maximal	True	MON0105_000000000338	1.0		1	1	False	False	0.999822735786438	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.03898840885142255	XM_021738751.1	eudicots	PREDICTED: Manihot esculenta stigma-specific STIG1-like protein 4 (LOC110601573), mRNA	True	True
SPA0034_000000006117	5637	0.9655944816082764	9	5	2	2	5	True	72042	fragment	False	SPA0034_000000006117	1.0		0	0	False	False	1.0	0	rep_cluster_722	MOBB			mobilizable	plasmid	3851.0	99.896	97.0	0.5498999142121819	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
CHI0167_000000002423	6985	0.9655893416292012	12	8	3	3	8	True	90649	maximal	True	CHI0167_000000002423	1.0	PS479	1	1	False	True	1.0	0		MOBB			mobilizable	no_good_hit	5136.0	92.11399999999999	73.0	0.6144955453888755	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0213_000000005963	3938	0.9655891905050504	5	5	3	3	5	True	117438	maximal	True	ISR0213_000000005963	1.0		1	1	False	False	0.9923819303512573	0	rep_cluster_661				non-mobilizable	plasmid	1672.0	92.584	94.0	0.2612033845189596	HM021326.1	firmicutes	Lactococcus lactis subsp. lactis strain IL594 plasmid pIL1, complete sequence	False	True
AST0002_000000002184	12709	0.96558887104708	14	9	6	9	4	True	132583	maximal	True	AST0002_000000002184	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1971.0	85.693	33.0	0.018216522738223193	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
CHI0124_000000003668	4350	0.9655851762664172	6	6	4	4	4	False	119720	fragment	False	SPA0037_000000004859	0.47275104602510465		0	0	False	False	1.0	0					non-mobilizable	chromosome	4350.0	100.0	100.0	0.0006691351893103307	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0376_000000003239	5581	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.7704666234278383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	85.075	3.0	0.001344045273103936	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0064_000000002907	5576	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.7559673979121716		0	0	False	False	0.9998206496238708	0					non-mobilizable	no_good_hit								True	True
SPA0107_000000005376	5499	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.729364366984887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0118_000000002322	5302	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.6882552341969229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0075_000000004209	5231	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.6307181619198544		0	0	False	False	0.9956031441688538	0					non-mobilizable	no_good_hit	62.0	90.323	1.0	0.0006164418169875195	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0108_000000006128	4830	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.5494480144659807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	85.965	3.0	0.001141933201960487	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0052_000000004094	4775	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.53917727298047		0	0	False	False	0.9997905492782593	0					non-mobilizable	no_good_hit	135.0	83.704	3.0	0.001344045273103936	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0126_000000004330	4764	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.5290189404266854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	83.704	3.0	0.001344045273103936	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0089_000000003974	4723	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.5297043701561093		0	0	False	False	0.9849671721458435	0					non-mobilizable	no_good_hit	45.0	100.0	1.0	0.0004446465565155879	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0027_000000007281	4711	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.5396308995730094		0	0	False	False	0.9995754361152649	0					non-mobilizable	no_good_hit	62.0	90.323	1.0	0.0006164418169875195	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0035_000000004844	4685	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.518735620935812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0020_000000007866	4660	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.4988559550781194		0	0	False	False	0.9989270567893982	0					non-mobilizable	no_good_hit	122.0	81.96700000000001	3.0	0.0012227780304178667	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0069_000000009237	4659	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.5083074210114489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	85.714	2.0	0.0008286594916881411	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0054_000000004806	4656	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.5080494657840339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.00032337931382951847	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0061_000000003370	4653	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.4972038506819005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0127_000000006273	4648	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.507637563557318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	3.984944878249971e-06	NZ_CP058322.1	high GC Gram+	Micromonospora carbonacea strain aurantiaca chromosome, complete genome	True	True
ENG0202_000000005056	4644	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.43950203530719273		0	0	False	False	0.9961240291595459	0					non-mobilizable	no_good_hit	149.0	98.65799999999999	3.0	5.2225088720898184e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0051_000000005805	4619	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.4845699652202649		0	0	False	False	0.9997835159301758	0					non-mobilizable	no_good_hit	157.0	98.726	3.0	0.001218740478590011	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0065_000000005804	4586	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.497343880521419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0038_000000002406	4568	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.2934976473808798		0	0	False	False	0.9993432760238647	0					non-mobilizable	no_good_hit								True	True
ENG0048_000000005724	4566	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.30208399075307346		0	0	False	False	0.9954007863998413	0					non-mobilizable	no_good_hit								True	True
SPA0046_000000005800	4535	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.4944603486105691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	3.984944878249971e-06	NZ_CP058322.1	high GC Gram+	Micromonospora carbonacea strain aurantiaca chromosome, complete genome	True	True
MON0062_000000009031	4515	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.4855631623382883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0007_000000011966	4438	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.47381532305841423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0190_000000006989	4394	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.4396062125940804		0	0	False	False	0.9974966049194336	0					non-mobilizable	no_good_hit	62.0	90.323	1.0	0.0006164418169875195	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0074_000000004997	4358	0.9655782184063048	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.4384740854113367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0024_000000002325	4301	0.9655782184063048	4	3	2	3	1	True	19575	fragment	False	MAD0024_000000002325	1.0		0	0	False	False	0.9958149194717407	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	4.740449337711823e-06	NZ_KB913013.1	CFB group bacteria	Rudanella lutea DSM 19387 RudluDRAFT_scaffold1.1, whole genome shotgun sequence	True	True
ENG0171_000000005453	4268	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.3787163541317983		0	0	False	False	0.9997656941413879	0					non-mobilizable	no_good_hit	63.0	98.413	1.0	0.00048437121584987616	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0105_000000012375	4245	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.39818021746798227		0	0	False	False	0.9957597255706787	0					non-mobilizable	no_good_hit								True	True
MAD0106_000000004131	4215	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.37886427571548026		0	0	False	False	0.9985765218734741	0					non-mobilizable	no_good_hit								True	True
ISR0065_000000007257	4135	0.9655782184063048	3	3	2	3	1	True	35208	fragment	False	ISR0065_000000007257	1.0		0	0	False	False	0.9997581839561462	0					non-mobilizable	no_good_hit								True	True
ENG0036_000000005383	4113	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.24830814882183636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0395_000000009409	4084	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.18481863950133545		0	0	False	False	0.9997551441192627	0					non-mobilizable	no_good_hit								True	True
ENG0066_000000004332	4083	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.23841354998761835		0	0	False	False	0.9992652535438538	0					non-mobilizable	no_good_hit								True	True
USA0038_01_000000004917	3880	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.15692624054474238		0	0	False	False	0.9902061820030212	0					non-mobilizable	no_good_hit	46.0	100.0	1.0	0.00016315638720998952	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0177_000000006904	3831	0.9655782184063048	4	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.18163695128007812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0204_000000002650	3658	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.12217489791475569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0072_000000003272	3594	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.15245072191602116		0	0	False	False	0.9938786625862122	0					non-mobilizable	no_good_hit								True	True
ENG0130_000000008585	3512	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.16110591899022902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0063_000000012925	3464	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.14154654391386104		0	0	False	False	0.9997113347053528	0					non-mobilizable	no_good_hit								True	True
CHI0060_000000003649	3409	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.12268055253369965		0	0	False	False	0.9947198629379272	0					non-mobilizable	no_good_hit								True	True
AST0025_000000010011	3403	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.12842855950388815		0	0	False	False	0.995885968208313	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.388200369918867e-05	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	True	True
ISR0847_000000007616	3352	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.12019107910267914		0	0	False	False	0.9994033575057983	0					non-mobilizable	no_good_hit								True	True
SPA0131_000000007478	3199	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.09866770827982803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0026_000000009577	3077	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.10027050468603765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0032_000000008865	3017	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.0714419068479096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0072_000000006092	2993	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.07151803561051134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0015_000000013200	2956	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.0700778415138963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	2.0	8.29210458624212e-06	LN899824.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : VI	True	True
FIJ0047_000000010604	2868	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.07024772543653503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0208_000000010340	2620	0.9655782184063048	3	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.029766767284240023		0	0	False	False	0.9996182918548584	0					non-mobilizable	no_good_hit								True	True
SPA0039_000000015888	1730	0.9655778384881902	3	2	2	2	2	False	93520	fragment	False	MON0104_000000022814	0.509907373640136		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	93.419	95.0	0.000702644768644445	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
USA0046_01_000000007939	1436	0.9655747946746868	2	2	2	2	2	False	85200	maximal	True	USA0046_01_000000007939	0.9985207100591715		36	7	False	False	0.9965181350708008	0					non-mobilizable	no_good_hit	120.0	79.167	8.0	0.0002811247925176803	NZ_AP023274.1	a-proteobacteria	Agrobacterium vitis strain VAR06-30 plasmid pRvVAR0630a, complete sequence	True	False
ISR0777_000000000696	19879	0.9655709256983129	30	21	12	15	16	True	124145	fragment	False	ISR0777_000000000696	0.9534927514963439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	16420.0	97.24700000000001	88.0	0.004610891562689521	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0053_000000003770	7438	0.9655676751003051	4	3	2	2	3	True	105180	fragment	False	MON0099_000000002632	0.9270323675524805		0	0	False	False	0.9987900257110596	0					non-mobilizable	other	7420.0	93.585	99.0	0.01633219706515636	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
USA0044_01_000000005313	5545	0.9655644010689716	5	3	3	3	2	False	101604	fragment	False	USA0044_01_000000005313	1.0		0	0	False	False	0.9987375736236572	0					non-mobilizable	no_good_hit	1734.0	82.699	31.0	0.0009985648157506417	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ETH0001_000000026155	1371	0.9655625417191572	1	1	0	1	1	True	53451	maximal	True	ETH0001_000000026155	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	658.0	83.73899999999999	65.0	0.2610264635124298	LN853896.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1330	True	True
MON0068_000000029797	1419	0.9655445907789756	2	2	1	2	1	False	10545	fragment	False	MON0068_000000029797	1.0		0	0	False	False	0.9992952942848206	0					non-mobilizable	other	1361.0	99.927	96.0	0.0002577088095103646	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ENG0135_000000003826	5091	0.9655378999887864	7	6	4	5	5	False	120538	fragment	False	AST0025_000000005419	0.6240247751771782		0	0	False	False	0.9984285831451416	0					non-mobilizable	no_good_hit	2326.0	94.84100000000001	46.0	0.9255404323458767	NZ_JAAITU010000097.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_97_length_2498_cov_195.029, whole genome shotgun sequence	True	False
ENG0090_000000002281	8444	0.9655221320429888	12	6	2	2	6	False	102746	fragment	False	ENG0090_000000002281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5123.0	97.59899999999999	71.0	0.0011367801003511625	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0080_000000015441	1757	0.9655150118737688	2	2	2	2	1	False	95812	fragment	False	ENG0080_000000015441	1.0		0	0	False	False	0.9897552728652954	0					non-mobilizable	no_good_hit	482.0	75.51899999999999	27.0	0.00013366475481325942	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0807_000000012048	1247	0.9655140442767628	1	1	1	1	1	True	21755	fragment	False	ISR0807_000000012048	1.0		0	0	False	False	0.9967923164367676	0					non-mobilizable	no_good_hit								True	True
ISR0120_000000008671	3476	0.9655122852036904	4	3	2	3	3	False	94097	fragment	False	MON0004_000000008651	0.41836154994117414		0	0	False	False	0.9951093196868896	0					non-mobilizable	other	3455.0	98.061	99.0	0.09473915190081737	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0208_000000007822	3363	0.9655110987366646	6	5	5	4	4	False	108466	maximal	True	ISR0208_000000007822	1.0		24	5	False	False	0.9979185461997986	0					non-mobilizable	no_good_hit	1549.0	98.321	71.0	0.000462641407124139	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0068_000000004584	6343	0.965509447560271	8	4	1	3	2	False	53375	fragment	False	MAD0010_000000000350	0.9354479274996286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	1.0	7.058373570166389e-06	NZ_LT629762.1	g-proteobacteria	Pseudomonas prosekii strain LMG 26867 chromosome I	True	False
ENG0153_000000019308	1549	0.9655062013970122	2	1	1	1	1	False	56918	maximal	True	ENG0153_000000019308	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	0.0002646202699126753	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0343_000000010796	1708	0.9655005439210056	3	3	3	3	3	False	131386	fragment	False	CHI0167_000000011591	0.7988105859069474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	75.556	10.0	7.354858552697561e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
ENG0155_000000012117	1690	0.9655005439210056	3	3	3	3	3	False	131386	fragment	False	CHI0167_000000011591	0.7952951305295373		0	0	False	False	0.9988165497779846	0					non-mobilizable	no_good_hit	45.0	88.889	3.0	2.5838737435162795e-05	NZ_NPZB01000001.1	g-proteobacteria	Lysobacter silvestris strain AM20-91 Contig001, whole genome shotgun sequence	True	False
AST0057_000000000498	15150	0.9655003340210899	16	13	4	9	13	True	113293	fragment	False	AST0057_000000000498	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	15150.0	100.0	100.0	0.13547423583910143	CP026941.2	enterobacteria	Escherichia coli strain CFS3313 plasmid pCFS3313-2, complete sequence	False	True
SPA0020_000000019503	1713	0.9654998587313082	2	2	2	2	2	False	7719	fragment	False	SPA0020_000000019503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.0513163372911077e-05	LM525556.1	nematodes	Strongyloides papillosus genome assembly S_papillosus_LIN ,scaffold SPAL_scaffold0000002	True	False
ISR0176_000000022029	1552	0.9654927228748515	3	2	2	2	2	False	119630	fragment	False	ISR0176_000000022029	1.0		0	0	False	False	0.9600515365600586	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
CAN0018_000000004321	7515	0.9654902728353444	12	9	4	5	7	True	125644	maximal	False	USA0039_01_000000003137	0.998991078258	PS799|PS803	0	0	True	True	1.0	169	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3477.0	97.21	66.0	0.3889199776161164	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MAD0015_000000006030	3056	0.965486033234854	3	3	1	3	0	True	26812	maximal	True	MAD0015_000000006030	1.0		2	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	836.0	92.464	47.0	0.2744968657208842	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
SPA0125_000000007009	5168	0.965483253563702	6	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.9201075133658386	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	251	rep_cluster_475				non-mobilizable	plasmid	4981.0	97.792	100.0	0.9902429311031462	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0027_000000006670	5101	0.965483253563702	7	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.9295393654352526	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	181	rep_cluster_475				non-mobilizable	plasmid	4539.0	99.163	100.0	0.9034441568783595	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0306_000000001591	5101	0.965483253563702	6	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.9294187588672004	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	113	rep_cluster_475				non-mobilizable	plasmid	4686.0	99.31700000000001	100.0	0.9327095361337846	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0048_000000004065	5101	0.965483253563702	6	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.929078485151032	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	281	rep_cluster_475				non-mobilizable	other	5101.0	99.21600000000001	100.0	0.99609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0068_000000003732	5089	0.965483253563702	6	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.9225804236268649	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	33	rep_cluster_475				non-mobilizable	plasmid	4982.0	97.973	100.0	0.9902429311031462	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0286_000000002444	5081	0.965483253563702	7	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.9340013872479693	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9996063709259033	13	rep_cluster_475				non-mobilizable	other	4851.0	99.91799999999999	100.0	0.947265625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0077_000000005616	5001	0.965483253563702	7	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.9193342797937409	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	235	rep_cluster_475				non-mobilizable	plasmid	3958.0	98.181	100.0	0.7869798924945252	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0208_000000005077	4948	0.965483253563702	6	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.9166151627931521	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9997978806495667	10	rep_cluster_475				non-mobilizable	other	4948.0	99.555	100.0	0.9662109375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0050_000000005232	4897	0.965483253563702	6	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.8899611307589248	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	263	rep_cluster_475				non-mobilizable	plasmid	4111.0	97.081	100.0	0.8166069295101553	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0139_000000005000	4894	0.965483253563702	6	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.8878655970643013	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	82	rep_cluster_475				non-mobilizable	plasmid	4093.0	97.09299999999999	100.0	0.8136200716845878	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0368_000000002407	4880	0.965483253563702	7	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.890037233583304	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	3922.0	99.822	100.0	0.7806091976906231	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0115_000000005198	4798	0.965483253563702	5	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.8753541286077395	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4558.0	99.495	100.0	0.9064304200676886	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0129_000000005983	4756	0.965483253563702	7	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.8721099630724858	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	21	rep_cluster_475				non-mobilizable	plasmid	3516.0	98.208	100.0	0.6989846705156281	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0259_000000002810	4577	0.965483253563702	6	5	2	3	4	False	126753	fragment	False	ISR0259_000000002810	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4310.0	97.935	94.0	0.8404296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
TAN0008_000000013699	1561	0.9654818227389248	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.2166541863018796	PS1061	0	0	False	True	0.9980781674385071	0					non-mobilizable	chromosome	1561.0	98.655	100.0	0.00041805392681269255	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0025_000000000223	25376	0.9654699106967856	36	32	9	24	28	True	46811	fragment	False	MAD0025_000000000223	0.9864738409187579		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	16279.0	95.42399999999999	94.0	0.09349264093147819	CP057205.1	enterobacteria	Escherichia coli strain RHB33-C09 plasmid pRHB33-C09_2, complete sequence	False	True
MON0053_000000004902	6112	0.9654665115616464	6	3	3	3	3	False	63111	fragment	False	MON0053_000000004902	1.0		0	0	False	False	0.9959096908569336	0					non-mobilizable	no_good_hit	122.0	77.04899999999999	2.0	0.002877346988539381	NZ_LRMM01000046.1	CFB group bacteria	Rufibacter ruber strain CCM 8646 contig_46, whole genome shotgun sequence	True	False
MON0078_000000003923	8336	0.9654650038142796	9	8	6	8	4	False	116168	fragment	False	MON0078_000000003923	1.0		0	0	False	False	0.99796062707901	0					non-mobilizable	no_good_hit	1565.0	95.59100000000001	23.0	0.000353405498645656	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0017_000000002317	7871	0.9654609596313986	11	7	5	4	5	True	109410	maximal	False	ENG0080_000000002936	0.9285688129114608		0	0	False	True	0.9998729228973389	0					non-mobilizable	no_good_hit	1309.0	95.72200000000001	50.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0301_000000000353	30151	0.9654577361100608	25	8	5	8	3	True	92414	fragment	False	ISR0301_000000000353	1.0		0	0	False	False	0.9999005198478699	0					non-mobilizable	no_good_hit	1844.0	86.009	6.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0223_000000006770	3952	0.9654569667525716	5	4	4	4	3	False	100444	fragment	False	DEN0011_000000009705	0.9581822576746435		0	0	False	True	0.9992408752441406	0					non-mobilizable	no_good_hit	167.0	76.048	4.0	3.430102664645974e-05	NZ_AP018449.1	firmicutes	Methylomusa anaerophila strain MMFC1	True	True
ISR0056_000000005724	3545	0.9654569667525716	5	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.3859972924894288	PS572	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	167.0	76.048	5.0	3.430102664645974e-05	NZ_AP018449.1	firmicutes	Methylomusa anaerophila strain MMFC1	True	True
ENG0108_000000005601	4151	0.9654564146800896	6	4	4	3	3	False	65361	fragment	False	ENG0108_000000005601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	759.0	81.686	32.0	0.00018994367429853826	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0087_000000009229	5028	0.9654491806201662	6	3	0	1	3	False	126484	fragment	False	MON0037_000000009658	0.9564285858489723		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1525.0	95.60700000000001	46.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0392_000000001153	18270	0.9654464331529784	22	8	6	8	6	False	36574	fragment	False	ISR0392_000000001153	1.0		0	0	False	False	0.9992884397506714	0					non-mobilizable	no_good_hit	79.0	91.139	0.0	0.000372311481513303	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
CHI0179_000000004254	3837	0.9654392450447928	4	3	2	3	3	False	89784	maximal	True	CHI0179_000000004254	1.0		2	2	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2349.0	100.0	100.0	0.00797562475161092	MT219824.1	enterobacteria	Escherichia coli strain RT18-1 plasmid pRT18-1_294k_tetX, complete sequence	False	True
ISR0259_000000004421	3180	0.9654376412737952	4	4	4	4	2	False	120082	maximal	True	ISR0259_000000004421	1.0		1	1	False	False	0.9915094375610352	0					non-mobilizable	no_good_hit	1971.0	98.12299999999999	62.0	0.0004375648295607249	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0039_000000007386	3315	0.9654342730519946	4	4	3	3	3	False	47580	fragment	False	FIJ0039_000000007386	1.0		0	0	False	False	0.9981900453567505	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.004323971019701e-06	LN609530.1	nematodes	Strongyloides ratti genome assembly S_ratti_ED321, chromosome : X	True	False
ENG0024_000000015788	1661	0.965430252345114	3	3	3	3	3	False	131386	fragment	False	CHI0167_000000011591	0.774853151619488		0	0	False	False	0.9915713667869568	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	6.0	1.9170198775791106e-05	NZ_VFPQ01000001.1	high GC Gram+	Thermopolyspora flexuosa strain DSM 43186 Ga0197564_11, whole genome shotgun sequence	True	False
FIJ0012_000000014700	1685	0.9654256006894484	2	2	1	2	1	False	50770	maximal	True	FIJ0012_000000014700	1.0		0	0	False	False	1.0	0		MOBP,MOBP			mobilizable	no_good_hit	903.0	97.45299999999999	54.0	0.14457445103381952	NZ_UNOZ01000043.1	g-proteobacteria	Pseudomonas reidholzensis strain CCOS 865, whole genome shotgun sequence	True	True
SPA0114_000000005804	6718	0.9654196562024124	8	6	4	6	4	True	124700	fragment	False	SPA0114_000000005804	1.0		0	0	False	False	0.9998511672019958	0					non-mobilizable	no_good_hit	862.0	86.775	43.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0047_000000000301	5033	0.9654176512514091	8	7	4	2	4	True	118890	maximal	False	ENG0174_000000002927	0.9907028035383031		0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	4787.0	99.979	98.0	0.9743485342019544	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
AST0093_000000003783	5268	0.96541743391782	5	5	4	4	4	True	109588	maximal	True	AST0093_000000003783	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3017.0	96.42	99.0	0.05426426372360153	CP028236.1	firmicutes	Lactiplantibacillus plantarum strain SRCM101511 plasmid unnamed1, complete sequence	False	True
SPA0063_000000005289	3355	0.965397436796376	3	3	3	3	2	False	68097	maximal	False	ENG0034_000000003939	0.9428803465078506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2086.0	78.14	72.0	0.0006903242532345658	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
SPA0064_000000006611	3256	0.965397436796376	3	3	3	3	2	False	68096	maximal	True	SPA0064_000000006611	1.0		12	4	False	False	0.9987714886665344	0					non-mobilizable	no_good_hit	1177.0	97.961	42.0	0.0018733285250170737	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0185_000000006389	3504	0.965393741080101	4	4	1	2	4	False	98087	fragment	False	SPA0064_000000005838	0.9586062964230924		0	0	False	False	1.0	0	IncFIB				non-mobilizable	other	3380.0	98.462	100.0	0.0006922108537841475	CP007391.1	enterobacteria	Escherichia coli strain ST540, complete genome	False	True
SPA0108_000000014427	1998	0.9653926508162444	3	3	3	3	3	False	127730	fragment	False	AST0019_000000013919	0.9375427024850855		0	0	False	False	0.9944944977760315	0					non-mobilizable	other	1998.0	99.9	100.0	0.01971780922007524	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ENG0113_000000002370	10480	0.9653888487869452	12	8	4	8	3	True	125327	maximal	True	ENG0113_000000002370	1.0		0	0	False	False	0.9983778595924377	0					non-mobilizable	no_good_hit	1857.0	78.783	53.0	0.003818190562419888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0020_01_000000005465	6276	0.9653887226230832	11	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.9485818398394498	PS486|PS905|PS908	0	0	True	True	1.0	115	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3635.0	97.359	82.0	0.32924947817406297	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0157_000000003695	6276	0.9653887226230832	11	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.9480834206921989	PS486|PS905|PS908	0	0	True	True	1.0	525	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3634.0	96.973	82.0	0.32924947817406297	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0169_000000002212	6256	0.9653887226230832	10	8	3	3	8	True	123850	backbone	True	CHI0169_000000002212	0.9486219078879117	PS486|PS905|PS908	2	2	True	True	1.0	402	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2991.0	97.693	83.0	0.27080497322806063	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
DEN0090_000000026657	1161	0.9653885342506638	2	1	1	1	1	False	101087	fragment	False	TAN0024_000000004209	0.1819808260743633		0	0	False	False	1.0	0					non-mobilizable	chromosome	1043.0	78.332	95.0	0.00027422627775974205	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0198_000000002855	12432	0.9653855464737856	13	6	4	6	3	False	82584	maximal	True	ISR0198_000000002855	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	1.2838369211088795e-05	NZ_VOQQ01000001.1	a-proteobacteria	Sphingosinicella ginsenosidimutans strain BS-11 0BS11, whole genome shotgun sequence	True	False
AST0059_000000009477	1605	0.9653787070482326	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.4400805399260578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0036_000000010413	1354	0.9653787070482326	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.14630873708321404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0017_000000025789	1311	0.9653787070482326	2	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.07435877491867247		0	0	False	False	0.9969488978385925	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0845702190717676e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
CHI0111_000000023684	1275	0.9653787070482326	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.11905699464154808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0021_000000007467	6621	0.9653768813463024	8	3	1	2	2	False	53262	fragment	False	FIJ0021_000000007467	0.959919885227244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0124_000000016452	1893	0.9653758638693172	2	2	2	1	1	False	63168	fragment	False	ENG0124_000000016452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0353_000000016528	2246	0.9653719079027836	5	3	3	2	2	False	123378	fragment	False	ISR0216_000000008155	0.985473911024334		0	0	False	False	1.0	0					non-mobilizable	chromosome	2246.0	99.51	100.0	0.0008899629228364486	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0216_000000008155	2246	0.9653719079027836	5	3	3	2	2	False	123378	fragment	False	ISR0216_000000008155	0.9868910586914816		0	0	False	False	0.9982190728187561	0					non-mobilizable	chromosome	2246.0	99.777	100.0	0.0008899629228364486	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0357_000000013482	1913	0.9653719079027836	4	3	3	2	2	False	58028	fragment	False	ISR0357_000000013482	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1913.0	99.53	100.0	0.0007579550594491269	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0142_000000016103	2168	0.9653640149432704	3	2	1	2	1	True	40195	fragment	False	FIJ0142_000000016103	1.0		0	0	False	False	0.9861623644828796	0					non-mobilizable	no_good_hit								True	True
FIJ0150_000000014136	1724	0.9653640149432704	2	2	1	2	1	True	39803	fragment	False	FIJ0150_000000014136	1.0		0	0	False	False	0.9895591735839844	0					non-mobilizable	no_good_hit	48.0	93.75	3.0	0.5662650602409639	XR_002394004.1	rodents	PREDICTED: Heterocephalus glaber uncharacterized LOC110348636 (LOC110348636), transcript variant X12, ncRNA	True	True
ISR0261_000000002394	6573	0.9653595723832896	13	8	3	6	8	True	26692	maximal	True	ISR0261_000000002394	0.9932351172579675		2	2	True	True	1.0	687	rep_cluster_722	MOBB			mobilizable	no_good_hit	2983.0	95.709	45.0	0.33273703041144903	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
USA0026_01_000000000048	86884	0.9653585282810554	70	26	15	24	13	True	117560	fragment	False	USA0026_01_000000000048	0.9588631481158916		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	11593.0	98.542	21.0	0.41236746602149005	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
AUS0020_000000015371	1728	0.9653537161557776	2	2	2	2	2	False	107400	maximal	True	AUS0020_000000015371	1.0		0	0	False	False	0.9947916865348816	0					non-mobilizable	no_good_hit	342.0	90.05799999999999	20.0	0.0007224331378597336	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
CHI0009_000000003626	2281	0.9653528328261176	3	2	2	2	2	False	90470	fragment	False	CHI0009_000000003626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	927.0	96.44	73.0	0.0016032355578948097	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
SPA0132_000000008747	4423	0.9653515345865816	4	3	3	3	2	False	90612	fragment	False	SPA0132_000000008747	1.0		0	0	False	False	0.9997739195823669	0					non-mobilizable	other	4421.0	99.027	99.0	0.03125110524789384	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0288_000000003677	7002	0.965333369293024	6	4	3	4	1	False	86084	fragment	False	ISR0288_000000003677	1.0		0	0	False	False	0.9994287490844727	0					non-mobilizable	no_good_hit	262.0	95.42	9.0	8.785107190088514e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0376_000000008866	2639	0.9653317814422148	4	4	3	4	2	False	23340	maximal	True	ISR0376_000000008866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	99.405	6.0	3.527014289476635e-05	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0285_000000006211	2627	0.9653316415991726	3	3	3	2	2	False	102241	fragment	False	SPA0089_000000012869	0.3189888300999412		0	0	False	False	0.9885801076889038	0					non-mobilizable	other	2628.0	98.706	100.0	0.006964685912822077	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0055_000000005508	2873	0.965330148002232	2	2	2	2	2	False	86247	maximal	True	CHI0055_000000005508	1.0	PS11	0	0	False	True	0.9989557862281799	0					non-mobilizable	no_good_hit	1541.0	96.95	54.0	0.00845455744045003	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MAD0096_000000001206	11155	0.9653275584092772	11	10	4	7	9	False	114206	fragment	False	MAD0096_000000001206	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	other	11156.0	99.991	100.0	0.09764701762986047	LR730401.1	enterobacteria	XXX	False	True
ISR0372_000000008883	1952	0.9653253986430272	3	3	2	3	2	False	23457	maximal	True	ISR0372_000000008883	1.0		1	1	False	False	0.9918032884597778	0					non-mobilizable	no_good_hit	393.0	96.18299999999999	20.0	0.005498204667863555	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0159_000000013916	1880	0.9653249328588824	3	3	3	3	2	False	93080	fragment	False	ISR0159_000000013916	0.9676918263023677		0	0	False	False	0.9994680881500244	0					non-mobilizable	other	1774.0	97.689	94.0	0.006357869522030215	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
SPA0158_000000013339	1572	0.9653216596437696	2	1	1	1	1	False	26392	maximal	True	SPA0158_000000013339	0.9819080860099698		14	4	False	False	0.9993638396263123	0					non-mobilizable	other	1295.0	95.212	99.0	0.00102609415548232	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
SPA0156_000000012738	1565	0.9653216596437696	2	1	1	1	1	False	26392	maximal	False	SPA0158_000000013339	0.9799136847102219		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	95.212	99.0	0.00102609415548232	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
SPA0013_000000020081	1415	0.9653216596437696	2	1	1	1	1	False	26392	maximal	False	SPA0158_000000013339	0.9288254426990656		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	96.073	99.0	0.0009114645523873207	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
ISR0272_000000007375	1403	0.9653216596437696	2	1	1	1	1	False	26392	maximal	False	SPA0158_000000013339	0.48356890459363955		0	0	False	False	0.9992872476577759	0					non-mobilizable	other	1125.0	97.42200000000001	100.0	0.000893951696358918	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
CHI0029_000000004544	2612	0.9653194918598358	3	3	2	3	2	False	98084	maximal	True	CHI0029_000000004544	1.0		1	1	False	False	0.9961715340614319	0	IncFIB				non-mobilizable	no_good_hit	2290.0	99.956	88.0	0.018476962319589292	CP024129.1	enterobacteria	Escherichia coli strain 14EC001 plasmid p14EC001b, complete sequence	True	True
SPA0065_000000009531	2218	0.9653173749653114	4	2	2	2	1	False	80671	fragment	False	SPA0065_000000009531	1.0		0	0	False	False	0.9909828901290894	0					non-mobilizable	no_good_hit	1945.0	99.383	88.0	0.0004877813775909622	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
USA0069_01_000000019607	3159	0.9653077605473088	2	2	1	2	1	False	789	maximal	True	USA0069_01_000000019607	1.0		2	1	False	False	0.9981006383895874	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000000957	25574	0.9653031210466244	29	23	16	20	15	True	79342	maximal	False	FIJ0041_000000000898	0.9871237364020833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7793.0	94.95700000000001	30.0	0.9533773861967695	NZ_CABKPS010000032.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0040_000000014371	1699	0.965301599434096	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.9896445172378475		0	0	False	False	0.9976456761360168	0					non-mobilizable	no_good_hit	846.0	75.887	49.0	0.0019752511254890587	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0115_000000019994	1757	0.9652999970941364	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.5457618758608257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	96.493	70.0	0.03895238763060094	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0053_000000003347	7879	0.9652918996090636	10	8	7	8	6	False	109036	fragment	False	DEN0061_000000003600	0.9331120877851274		0	0	False	False	0.9998731017112732	0					non-mobilizable	no_good_hit	460.0	72.609	6.0	0.00014407628887843862	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0144_000000015841	1991	0.9652907353617812	2	2	2	2	2	False	131505	maximal	True	FIJ0144_000000015841	1.0		0	0	False	False	0.9683576226234436	0					non-mobilizable	no_good_hit	1304.0	76.917	82.0	0.01787706381079875	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0076_000000008788	1818	0.9652907353617812	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6819112458661546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	76.685	89.0	0.017695783132530122	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0055_000000001950	12953	0.9652845861002998	20	3	2	3	2	False	127390	fragment	False	SPA0055_000000001950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	81.257	7.0	0.0002453741335049636	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0054_000000001468	12938	0.9652845861002998	21	3	2	3	2	False	127390	fragment	False	SPA0055_000000001950	0.999420983555933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	81.257	7.0	0.0002453741335049636	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0001_000000002466	7687	0.9652752193471472	9	3	2	3	2	False	52663	maximal	True	FIJ0001_000000002466	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	7687.0	99.98700000000001	100.0	0.08622295015761547	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	False	True
ENG0025_000000017578	1541	0.9652748863809242	2	1	1	1	1	True	66124	fragment	False	ENG0025_000000017578	1.0		0	0	False	False	0.9987021684646606	0					non-mobilizable	other	1560.0	89.80799999999999	100.0	0.0004977372370994274	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0021_000000010913	1660	0.9652605444557784	4	3	2	2	2	False	66352	fragment	False	ENG0021_000000010913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	93.421	5.0	2.613256807882419e-05	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
MON0103_000000008652	4800	0.9652494157848902	10	6	2	2	6	True	123826	backbone	False	ISR0183_000000005642	0.04019412957039321	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1994.0	93.48	86.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0075_000000005103	4052	0.9652494157848902	7	6	2	2	6	True	92218	fragment	False	MON0075_000000005103	1.0		0	0	False	False	0.9960513114929199	0	rep_cluster_1079				non-mobilizable	plasmid	2354.0	93.5	95.0	0.37422335510594235	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
ISR0326_000000008401	2258	0.9652481556483176	2	2	2	2	2	False	27441	fragment	False	ISR0326_000000008401	1.0		0	0	False	False	0.989371120929718	0					non-mobilizable	no_good_hit	67.0	85.075	3.0	1.3949902097050737e-05	NZ_CP021850.1	firmicutes	Pseudoclostridium thermosuccinogenes strain DSM 5807 chromosome, complete genome	True	False
USA0038_01_000000003130	6564	0.9652320346087406	10	8	5	6	6	True	132221	maximal	True	USA0038_01_000000003130	1.0	PS1143|PS1144|PS1145|PS778|PS779|PS780	22	5	False	True	1.0	0		MOBP			mobilizable	no_good_hit	4449.0	96.786	74.0	0.9289743054104868	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	True	True
SPA0025_000000013882	1525	0.9652314732528554	2	2	2	2	1	False	7559	fragment	False	SPA0025_000000013882	1.0		0	0	False	False	0.9862294793128967	0					non-mobilizable	no_good_hit	251.0	82.869	16.0	8.714044111188414e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0011_01_000000024877	1453	0.9652300256301726	3	2	1	2	1	False	2002	maximal	True	USA0011_01_000000024877	1.0		1	1	False	False	0.9614590406417847	0					non-mobilizable	no_good_hit	152.0	98.684	10.0	2.3274866150252362e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0066_000000004304	7368	0.9652199065829836	8	5	4	5	3	False	35151	maximal	False	ISR0375_000000001886	0.9795911702442173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	98.98	19.0	0.0028360347019910186	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0140_000000009609	2266	0.9652034389784034	4	4	4	4	4	False	36351	maximal	True	SPA0140_000000009609	1.0		5	3	False	False	0.999558687210083	0					non-mobilizable	other	2266.0	98.544	100.0	0.0011367246371138335	CP006805.1	firmicutes	Streptococcus sp. I-G2, complete genome	False	False
SPA0079_000000001328	12789	0.9651858723408232	14	7	2	6	3	False	81389	maximal	True	SPA0079_000000001328	1.0		3	2	False	False	0.9984361529350281	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	7.5843126078020225e-06	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0280_000000004329	2625	0.9651856782303502	4	3	3	3	2	False	129612	fragment	False	ISR0065_000000012097	0.970577211394303		0	0	False	True	1.0	0					non-mobilizable	chromosome	1775.0	99.26799999999999	92.0	0.00047540235010622855	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0115_000000000711	9595	0.9651755099490588	10	2	1	2	1	True	82258	maximal	True	CHI0115_000000000711	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0103_000000002060	10480	0.9651716811402786	12	10	5	6	9	True	132513	maximal	True	ISR0103_000000002060	1.0	PS1165|PS799|PS800	111	11	True	True	1.0	19	rep_cluster_1097	MOBB			mobilizable	no_good_hit	6998.0	99.84299999999999	86.0	0.7822003577817531	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
AST0085_000000001207	14627	0.9651675676462635	13	9	5	8	4	True	111151	maximal	True	AST0085_000000001207	1.0		1	1	False	False	0.9997949004173279	0					non-mobilizable	no_good_hit	1827.0	80.35	22.0	0.00042254431445080704	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	True	True
ENG0115_000000016143	1332	0.9651626363961738	1	1	1	1	1	True	59512	fragment	False	ENG0115_000000016143	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	92.665	98.0	0.0003931193523190191	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MAD0046_000000003098	7178	0.9651591192278508	6	5	4	4	4	True	125310	fragment	False	MAD0046_000000003098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	87.359	27.0	0.0016623556939341791	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0014_000000002526	10409	0.9651534151988124	18	9	3	4	8	False	66940	maximal	True	ENG0014_000000002526	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3484.0	99.971	35.0	0.010016507249961176	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
AUS0016_000000000680	18006	0.9651492877256118	24	13	8	9	9	False	100683	maximal	True	AUS0016_000000000680	1.0		1	1	False	False	0.9995001554489136	0					non-mobilizable	no_good_hit	10917.0	96.785	73.0	0.1750156795265587	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CHI0136_000000012462	1104	0.9651469236061596	1	1	1	1	1	False	90034	fragment	False	CHI0012_000000005244	0.7746992881438508		0	0	False	False	0.9836956262588501	0					non-mobilizable	chromosome	1104.0	99.728	100.0	0.000466397004910911	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0048_000000022506	1796	0.9651411523196524	2	2	2	2	2	False	93520	fragment	False	MON0104_000000022814	0.9099986812584893		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	98.552	100.0	0.000770462651018191	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
DEN0045_000000011070	3298	0.9651373856636098	3	2	1	1	1	True	72952	maximal	True	DEN0045_000000011070	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0062_000000007891	3641	0.9651359921109566	7	5	4	4	5	True	104881	fragment	False	ISR0347_000000004736	0.3054829160941736		0	0	False	False	0.999725341796875	0					non-mobilizable	no_good_hit	1627.0	95.575	70.0	0.1309398951189996	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0089_000000018667	1286	0.9651279340484412	2	1	1	1	1	False	110020	fragment	False	AST0089_000000018667	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1286.0	99.844	100.0	0.0005387479246675276	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
CHI0059_000000011799	1547	0.9651212386026472	2	2	2	2	1	False	100696	fragment	False	CHI0059_000000011799	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1547.0	99.741	100.0	0.004100306329483218	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0070_000000021870	1205	0.9651212386026472	2	2	2	2	1	False	100692	fragment	False	FIJ0074_000000022208	0.1467105484351376		0	0	False	False	0.9867219924926758	0					non-mobilizable	other	1205.0	99.834	100.0	0.0031932527947592464	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0164_000000024199	1183	0.9651212386026472	2	2	2	2	1	False	100692	fragment	False	FIJ0074_000000022208	0.14498386906548635		0	0	False	False	0.9991546869277954	0					non-mobilizable	other	1183.0	100.0	100.0	0.0031349043217653067	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
MON0016_000000016513	2071	0.9651140540323088	3	3	3	3	3	False	62076	fragment	False	MON0104_000000020797	0.9523399124613258		0	0	False	False	0.9932399988174438	0					non-mobilizable	no_good_hit	494.0	76.316	23.0	0.0028728252235249146	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0076_000000009527	2641	0.9651131673356048	3	3	1	3	1	True	108818	fragment	False	ISR0076_000000009527	0.9560669456066946		0	0	False	False	1.0	0					non-mobilizable	chromosome	2644.0	98.941	100.0	0.0011701592133767395	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	True
ISR0388_000000007060	4407	0.9651094559071014	4	4	3	4	3	True	22952	maximal	True	ISR0388_000000007060	1.0		1	1	False	False	1.0	0	rep_cluster_2313				non-mobilizable	other	4075.0	98.79799999999999	95.0	0.074670194392386	LM996862.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-20_contig-13.0_1_54426_[organism:Escherichia	False	True
ENG0079_000000006753	4675	0.9651040070778564	5	4	3	4	3	False	120429	fragment	False	ENG0079_000000006753	0.9871844286621556		0	0	False	False	0.9976470470428467	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	1.6571918777852723e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0071_000000001925	14974	0.9650978356197456	22	11	7	9	10	True	125413	fragment	False	USA0004_01_000000001397	0.9583028074333844		0	0	False	False	0.9998664259910583	0					non-mobilizable	other	14977.0	98.31700000000001	100.0	0.00427349207635831	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0816_000000000511	52772	0.9650945747370758	52	23	18	21	14	True	117629	fragment	False	ISR0816_000000000511	0.9904238113111775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4195.0	96.47200000000001	11.0	0.6860883797054009	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	True
ISR0345_000000000701	7414	0.9650927011032936	11	8	3	3	6	True	88341	backbone	False	SPA0004_000000002181	0.9148647341265891	PS456	0	0	True	True	1.0	280		MOBB			mobilizable	no_good_hit	3352.0	94.541	72.0	0.30341454578389637	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0062_000000019063	1254	0.9650910201696424	1	1	1	1	1	False	63139	fragment	False	ENG0062_000000019063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0075_000000002128	7438	0.965085860304298	4	4	3	4	4	False	95817	maximal	True	MON0075_000000002128	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	75.38	27.0	0.00019853969857199622	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0025_000000009893	3444	0.9650845656952164	5	4	3	3	4	False	99030	fragment	False	MON0105_000000013157	0.7960741417666192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	80.737	17.0	0.0012029642011648263	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0004_000000003436	7435	0.9650841956988228	11	4	1	3	3	False	52115	maximal	False	ISR0027_000000003299	0.9529279086185529		0	0	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
MON0100_000000013103	3182	0.9650826841352776	3	3	0	2	3	False	90414	fragment	False	MON0100_000000013103	0.9995229007633588		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3182.0	100.0	100.0	0.021924473943579458	CP024274.1	enterobacteria	Escherichia coli strain F9792 plasmid unnamed, complete sequence	False	True
CAN0003_000000043726	1118	0.9650821557452408	2	1	1	1	1	False	96324	fragment	False	CAN0003_000000043726	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1070.0	100.0	96.0	0.0006398557720796629	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
MON0065_000000006442	4123	0.9650819083155151	8	5	2	2	4	True	132209	backbone	False	ENG0141_000000006400	0.9111008856285064	PS1143|PS778	0	0	True	True	1.0	1073					non-mobilizable	other	3168.0	99.811	100.0	0.7454673887449965	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0074_000000006712	3716	0.9650819083155151	6	5	2	2	4	True	132209	backbone	False	ENG0141_000000006400	0.04998324603642639	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3716.0	99.973	100.0	0.3432822029199778	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0081_000000006993	3332	0.9650819083155151	7	5	2	2	4	True	132209	backbone	False	ENG0141_000000006400	0.0192164613957235	PS1143|PS778	0	0	False	True	0.9996998906135559	0					non-mobilizable	plasmid	3343.0	97.098	100.0	0.8056894889103182	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
MON0023_000000017665	1320	0.9650756679988184	2	2	1	2	1	False	114446	fragment	False	MON0093_000000031648	0.5433805675600918		0	0	False	False	0.9931818246841431	0					non-mobilizable	chromosome	1340.0	78.209	100.0	0.0005651507790547746	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0012_000000009719	2393	0.9650703017723112	3	2	2	2	2	False	94087	fragment	False	ISR0012_000000009719	1.0		0	0	False	False	0.9862097501754761	0					non-mobilizable	other	2393.0	98.07799999999999	100.0	0.0656097427176477	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ENG0037_000000017209	2034	0.9650624499299074	3	2	2	2	2	False	65203	fragment	False	SPA0114_000000022040	0.9691037735849057		0	0	False	False	1.0	0					non-mobilizable	other	2034.0	97.88600000000001	100.0	0.0012160080006507706	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
ENG0092_000000014174	1622	0.9650596189432612	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.04210994118778876	PS1061	0	0	False	True	0.995067834854126	0					non-mobilizable	other	1573.0	87.22200000000001	100.0	0.007332452754453846	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0278_000000000615	12163	0.9650578262694688	15	6	5	5	5	True	26286	maximal	True	ISR0278_000000000615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	84.773	3.0	0.010448897986385491	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0049_000000000707	23526	0.965057480482724	23	14	8	10	6	True	105663	fragment	False	ISR0049_000000000707	0.9838134551926009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	87.338	1.0	0.0006088080846540701	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
MAD0102_000000002838	5426	0.9650537281478692	7	2	1	2	2	False	15036	maximal	True	MAD0102_000000002838	1.0		1	1	True	True	0.998894214630127	5					non-mobilizable	no_good_hit	589.0	78.098	10.0	0.036762828695430176	KX783439.1	enterobacteria	Enterobacter cloacae strain EC4365 plasmid pEC4365, complete sequence	True	True
FIJ0057_000000015873	2092	0.9650478398008264	3	3	2	3	2	False	129636	fragment	False	FIJ0057_000000015873	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1827.0	76.3	87.0	0.005804921397016986	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0080_000000026470	1268	0.9650437097894898	2	2	2	2	1	False	34276	fragment	False	ISR0080_000000026470	1.0		0	0	False	False	0.9850157499313354	0					non-mobilizable	no_good_hit	189.0	76.19	15.0	0.0030240305313884667	NZ_QIBX01000019.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_019, whole genome shotgun sequence	True	False
FIJ0067_000000003062	10061	0.9650407733424012	6	4	3	4	1	True	45248	maximal	True	FIJ0067_000000003062	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0048_000000003718	5617	0.9650350384694178	7	3	2	1	2	True	17571	maximal	True	MAD0048_000000003718	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	78.708	7.0	0.0033219263834404476	MN661403.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 plasmid pKP18-31-2, complete sequence	True	True
USA0027_01_000000001766	13619	0.9650333313600546	22	4	1	4	4	False	22285	fragment	False	USA0027_01_000000001766	1.0		0	0	False	False	0.9994860291481018	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000012730	2795	0.9650229338378749	4	3	1	3	0	True	5073	maximal	True	SPA0098_000000012730	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	911.0	85.84	32.0	0.3709879116298458	HG796411.1	bacteria	Uncultured bacterium plasmid pRGI00989	True	True
SPA0077_000000024293	1147	0.9650170579078141	2	2	2	2	1	False	29203	maximal	True	SPA0077_000000024293	0.9986571172784244		186	10	False	False	0.9991281628608704	0					non-mobilizable	plasmid	1147.0	98.169	100.0	0.001854518974027025	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0058_000000006745	3553	0.9650140674636551	7	4	3	4	2	False	35520	fragment	False	ISR0058_000000006745	1.0		0	0	False	False	0.9974669218063354	0					non-mobilizable	plasmid	3553.0	98.98700000000001	100.0	0.11398498170849111	CP054365.1	enterobacteria	Escherichia coli strain SCU-171 plasmid pSCU-171-2, complete sequence	False	True
ISR0222_000000026427	1812	0.9650062110570904	4	2	1	2	1	True	110666	fragment	False	ISR0222_000000026427	1.0		0	0	False	False	0.9911699891090393	0					non-mobilizable	other	1815.0	99.61399999999999	100.0	0.0004857750133293557	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0138_000000005189	3891	0.9650029712604636	5	5	3	5	2	True	117752	maximal	True	ENG0138_000000005189	1.0	PS794	1	1	False	True	0.9884348511695862	0					non-mobilizable	no_good_hit	1691.0	98.167	55.0	0.00040893777503913634	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0815_000000001745	12938	0.9649993742548788	11	6	6	5	4	False	99374	fragment	False	ISR0815_000000001745	0.9721793830257571		0	0	False	False	0.9956716895103455	0					non-mobilizable	no_good_hit	3487.0	90.794	67.0	0.14158893798069055	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0040_000000009842	2021	0.9649959240445362	2	2	2	2	2	False	116112	fragment	False	AST0040_000000009842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	82.91	35.0	0.0002471826314892966	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0057_000000013629	1837	0.9649917421986935	2	2	2	1	1	False	73961	fragment	False	ENG0057_000000013629	0.9596648947646391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	97.275	86.0	0.0042579962307148144	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
ENG0101_000000018268	1828	0.9649917421986935	2	2	2	1	1	False	73961	fragment	False	ENG0057_000000013629	0.9500342609624959		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	96.696	95.0	0.004573903370216167	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
DEN0028_000000017131	1774	0.9649917421986935	2	2	2	1	1	False	73961	fragment	False	ENG0057_000000013629	0.9514799645425114		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	99.19	90.0	0.0043308978782920496	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
USA0080_01_000000026100	1619	0.9649917421986935	2	2	2	1	1	False	73961	fragment	False	ENG0057_000000013629	0.4709695603156708		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	97.551	93.0	0.0040743920812610366	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ENG0025_000000023200	1212	0.9649917421986935	2	2	2	1	1	False	66104	fragment	False	ENG0025_000000023200	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1072.0	98.041	92.0	0.002889065292875619	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
DEN0010_000000017720	2523	0.9649789406856356	3	3	3	2	2	False	104710	fragment	False	SPA0006_000000011953	0.9756346593972575		0	0	False	False	1.0	0					non-mobilizable	other	2526.0	94.735	100.0	0.002030465032894339	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ETH0003_000000018577	2133	0.9649789051454388	3	2	0	2	1	True	53173	maximal	True	ETH0003_000000018577	1.0		1	1	False	False	0.9878106117248535	0					non-mobilizable	no_good_hit								True	True
ENG0143_000000003498	5577	0.9649746615095772	9	3	3	2	2	False	57635	maximal	True	ENG0143_000000003498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1720.0	81.221	31.0	0.0014913030632029273	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
DEN0071_000000004702	7229	0.9649707371611428	9	5	3	5	3	False	84462	maximal	True	DEN0071_000000004702	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.807592230268068e-05	NZ_ANBA01000014.1	high GC Gram+	Nocardiopsis ganjiahuensis DSM 45031 contig_14, whole genome shotgun sequence	True	False
ISR0383_000000000741	10288	0.9649693270115222	13	7	5	7	4	True	55074	maximal	True	ISR0383_000000000741	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001432915664952475	NZ_FOKK01000010.1	CFB group bacteria	Algoriphagus aquimarinus strain DSM 23399, whole genome shotgun sequence	True	True
SPA0031_000000001072	16878	0.9649666856494422	15	9	8	8	7	False	7299	maximal	True	SPA0031_000000001072	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	75.389	2.0	7.376781568378228e-05	NZ_LT800499.1	firmicutes	Halobacillus massiliensis strain Marseille-P3554, whole genome shotgun sequence	True	False
MON0004_000000011360	3277	0.9649662215878144	4	2	2	2	2	False	84450	fragment	False	MON0004_000000011360	0.971083571655545		0	0	False	False	0.9957277774810791	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.807592230268068e-05	NZ_ANBA01000014.1	high GC Gram+	Nocardiopsis ganjiahuensis DSM 45031 contig_14, whole genome shotgun sequence	True	False
MON0069_000000042277	1258	0.9649575673734871	2	2	1	2	1	False	53305	fragment	False	ETH0002_000000017880	0.9355804532070789		0	0	False	False	0.9038155674934387	0					non-mobilizable	no_good_hit								True	False
ISR0020_000000011108	2124	0.9649555078341692	2	2	1	2	1	False	37687	maximal	True	ISR0020_000000011108	1.0		43	7	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	5.0	7.370424256361044e-05	NZ_JABJVN010000001.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_1_length_1357150_cov_180.545800, whole genome shotgun sequence	True	False
FIJ0073_000000003938	4824	0.9649533977435036	7	3	1	3	0	True	44708	backbone	True	FIJ0073_000000003938	1.0	PS114|PS154	2	1	True	True	1.0	11					non-mobilizable	no_good_hit	204.0	82.84299999999999	7.0	0.051596424010217114	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0308_000000003205	4564	0.9649533977435036	7	3	1	3	0	True	114624	backbone	False	ISR0096_000000005436	0.9273217966146226	PS161|PS166|PS738	0	0	True	True	0.9997808933258057	59					non-mobilizable	no_good_hit	279.0	92.473	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0096_000000005613	4415	0.9649533977435036	6	3	1	3	0	True	34677	maximal	False	ISR0333_000000004190	0.99637252061348	PS109	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	281.0	86.12100000000001	11.0	0.004438596769335637	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
MAD0054_000000005768	2604	0.9649533977435036	4	3	1	3	0	True	41786	fragment	False	MAD0054_000000005768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	82.91799999999999	13.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0355_000000019109	1148	0.9649427789654982	2	1	1	1	1	False	23934	fragment	False	ISR0355_000000019109	1.0		0	0	False	False	0.9956446290016174	0					non-mobilizable	other	1148.0	100.0	100.0	0.00039965407448548456	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
AST0104_000000009200	3538	0.964942389564492	4	4	4	4	3	False	129758	maximal	True	AST0104_000000009200	1.0	PS1061	2	2	False	True	0.9997173547744751	0					non-mobilizable	chromosome	1800.0	99.27799999999999	91.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0134_01_000000001994	2022	0.9649395245661684	4	3	3	1	2	False	52	fragment	False	USA0134_01_000000001994	1.0		0	0	False	False	0.9980217814445496	0					non-mobilizable	no_good_hit	71.0	100.0	4.0	2.5117099506054296e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
MAD0100_000000021912	1617	0.9649370987671722	3	2	2	2	2	False	15154	maximal	True	MAD0100_000000021912	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	85.066	42.0	0.021350858436576317	NZ_KQ960550.1	CFB group bacteria	Prevotella amnii strain DNF00307 Scaffold313, whole genome shotgun sequence	True	False
USA0086_01_000000012110	1400	0.9649335729287422	2	2	1	2	1	True	96467	fragment	False	ENG0109_000000015034	0.23201923076923076		0	0	False	False	0.9971428513526917	0					non-mobilizable	other	1350.0	94.889	96.0	0.12270329270511188	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
FIJ0096_000000005537	5649	0.9649304972636732	10	8	4	4	7	True	118173	fragment	False	FIJ0096_000000005537	1.0		0	0	False	True	0.9989378452301025	0	rep_cluster_1097				non-mobilizable	plasmid	5650.0	99.929	100.0	0.6321208729714606	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0041_000000021182	1765	0.9649216796963532	3	2	2	2	1	False	47374	fragment	False	FIJ0041_000000021182	1.0		0	0	False	False	0.9648725390434265	0					non-mobilizable	no_good_hit	54.0	88.889	3.0	0.0009041591320072332	NZ_RLIH01000014.1	firmicutes	Anaerosphaera multitolerans strain GS7-6-2, whole genome shotgun sequence	True	False
ISR0146_000000002865	12868	0.9649197839974712	20	6	5	6	4	True	124555	backbone	False	ISR0201_000000001564	0.9114319107788533	PS914	0	0	True	True	1.0	143					non-mobilizable	no_good_hit	878.0	83.257	10.0	0.00022914226541061576	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
SPA0074_000000007614	3188	0.9649179157832042	5	4	4	4	4	False	95484	maximal	True	SPA0074_000000007614	1.0		4	2	False	False	0.9918444156646729	0					non-mobilizable	no_good_hit	1914.0	78.37	82.0	0.03943573667711599	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
AST0104_000000015558	2190	0.9649073253882228	3	3	1	3	1	False	107879	fragment	False	ENG0128_000000012371	0.6134104732235574		0	0	False	False	0.9954338073730469	0					non-mobilizable	chromosome	2174.0	94.434	99.0	0.000676414047348353	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0219_000000000093	77152	0.9649024436557924	66	5	3	4	0	True	114305	fragment	False	ISR0219_000000000093	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	32326.0	97.51	98.0	0.3329933549683202	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0177_000000001040	16622	0.9649000107975659	18	13	7	13	7	True	105274	fragment	False	ENG0177_000000001040	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	88.67	7.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
MON0088_000000010128	3026	0.9648918883606452	3	3	2	3	3	False	9647	maximal	True	MON0088_000000010128	1.0		1	1	False	False	0.9957038760185242	0					non-mobilizable	no_good_hit	1566.0	83.525	75.0	0.0004219342878726046	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ENG0208_000000015175	2028	0.9648905483446012	4	3	2	2	3	False	63292	fragment	False	ENG0208_000000015175	1.0		0	0	False	False	0.9802761077880859	0					non-mobilizable	other	2028.0	99.60600000000001	100.0	0.0006728101390861532	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
USA0034_01_000000011709	4855	0.964890330884264	6	3	2	2	2	False	30347	maximal	True	USA0034_01_000000011709	1.0		2	1	False	False	0.9991760849952698	0					non-mobilizable	no_good_hit	842.0	98.694	17.0	0.998812351543943	GQ882718.1		Uncultured organism clone VC1D469TF genomic sequence	True	False
MON0037_000000017277	3652	0.9648827251412964	4	4	2	2	4	False	13700	fragment	False	MON0011_000000012159	0.9765135699373695		0	0	False	False	1.0	0					non-mobilizable	plasmid	3652.0	100.0	100.0	0.017255231865701267	CP054064.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP plasmid pSWHvKp, complete sequence	False	True
MAD0044_000000004436	5217	0.9648823197219684	8	4	1	2	3	True	17986	maximal	True	MAD0044_000000004436	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0122_000000005420	3086	0.9648728298856988	6	1	1	1	1	False	41439	maximal	True	FIJ0122_000000005420	1.0		0	0	False	False	0.9996759295463562	0					non-mobilizable	no_good_hit	149.0	98.65799999999999	5.0	4.466059906158425e-05	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
CAN0017_000000005684	6599	0.9648647518960316	10	5	3	3	3	True	93022	maximal	False	CAN0016_000000006618	1.0		0	0	True	True	1.0	152		MOBB			mobilizable	no_good_hit	2568.0	92.251	68.0	0.3469139144558744	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	True	True
ISR0139_000000001669	11197	0.9648640576891824	13	8	8	7	6	True	33538	maximal	True	ISR0139_000000001669	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	70.92699999999999	4.0	0.00010832619448973388	NZ_CP009788.1	d-proteobacteria	Geobacter pickeringii strain G13 chromosome, complete genome	True	True
MAD0038_000000000121	41197	0.9648623157410996	49	21	18	20	10	True	53282	maximal	True	MAD0038_000000000121	1.0	PS221	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	197.0	88.325	0.0	0.010900675963705012	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
ISR0774_000000004580	5098	0.9648560810500482	8	6	4	4	6	False	104007	fragment	False	ISR0774_000000004580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1664.0	96.39399999999999	50.0	0.000369153678543109	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0022_000000004041	5658	0.9648535209699288	11	7	4	6	6	True	127652	fragment	False	FIJ0022_000000004041	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	3522.0	99.461	92.0	0.4263227993703838	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
ISR0102_000000000126	68090	0.9648520422867228	72	30	25	26	17	True	117631	maximal	True	ISR0102_000000000126	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4195.0	97.759	9.0	0.6860883797054009	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	True
ENG0168_000000007197	4046	0.9648463578047214	6	6	5	6	3	False	70463	fragment	False	ENG0168_000000007197	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	80.277	7.0	0.00012538228444768665	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0138_000000010724	2422	0.9648453249560386	3	3	3	3	1	False	73903	maximal	True	SPA0138_000000010724	1.0		6	2	False	False	0.9995871186256409	0					non-mobilizable	no_good_hit	932.0	99.89299999999999	38.0	0.000777361496475154	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
FIJ0072_000000007328	3430	0.9648441292891689	4	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.6055864148698488	PS572	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	796.0	76.759	23.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
CHI0139_000000008311	1427	0.9648436893342864	3	3	2	3	3	True	80316	fragment	False	CHI0139_000000008311	1.0		0	0	False	False	0.9782760739326477	0					non-mobilizable	plasmid	846.0	99.882	100.0	0.010711659863600639	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
CHI0160_000000013979	2225	0.9648433618310406	4	4	4	3	3	False	120077	fragment	False	ISR0155_000000005779	0.38275197773969594		0	0	False	False	0.9977527856826782	0					non-mobilizable	chromosome	2225.0	98.96600000000001	100.0	0.0004939818177375899	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0065_000000008051	1672	0.9648421244653514	2	2	2	2	2	False	104705	fragment	False	CHI0065_000000008051	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1674.0	96.476	100.0	0.0003189997631812876	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
AST0061_000000013392	3087	0.9648420785451892	4	2	1	1	2	False	112105	maximal	True	AST0061_000000013392	1.0		0	0	False	False	0.9931972622871399	0					non-mobilizable	no_good_hit	682.0	95.74799999999999	22.0	0.004012617848455615	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
ISR0284_000000000939	7264	0.964839497177718	7	6	4	5	6	True	46248	maximal	True	ISR0284_000000000939	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2334.0	99.829	93.0	0.0004087938513760127	CP050221.1	enterobacteria	Escherichia coli strain RM-103-MS chromosome	False	True
FIJ0153_000000003221	8738	0.9648347909548146	12	8	3	5	5	True	76971	maximal	True	FIJ0153_000000003221	1.0	PS328|PS329|PS369	1	1	True	True	1.0	2					non-mobilizable	no_good_hit	475.0	84.632	21.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0133_000000000568	24565	0.9648346404827276	18	13	10	12	8	True	105964	maximal	True	ISR0133_000000000568	1.0		1	1	False	False	0.9999592900276184	0					non-mobilizable	no_good_hit	254.0	94.882	6.0	6.668926988320575e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0011_000000008541	4943	0.9648304929840458	8	7	6	4	2	False	51009	fragment	False	FIJ0011_000000008541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	100.0	1.0	1.408898539132317e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
AST0092_000000003588	4830	0.964826563399774	5	3	2	3	0	True	109717	maximal	True	AST0092_000000003588	1.0		1	1	True	True	1.0	182					non-mobilizable	no_good_hit	411.0	99.27	11.0	0.6721311475409836	NZ_QSCB01000066.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf66, whole genome shotgun sequence	True	True
CAN0006_000000032718	1373	0.9648243587261992	2	1	1	1	1	False	95544	fragment	False	CAN0006_000000032718	1.0		0	0	False	False	0.9679533839225769	0					non-mobilizable	no_good_hit								True	False
MAD0055_000000005995	1555	0.9648193780791956	2	1	1	1	1	False	17101	fragment	False	MAD0055_000000005995	1.0		0	0	False	False	0.9877813458442688	0					non-mobilizable	no_good_hit	507.0	76.134	32.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
DEN0033_000000001550	16072	0.9648155095769788	14	7	2	6	3	True	73643	fragment	False	DEN0033_000000001550	1.0		0	0	False	False	0.9999377727508545	0					non-mobilizable	no_good_hit	124.0	85.484	1.0	0.0006467625067042455	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
ISR0368_000000001536	7332	0.9648068526932464	10	9	5	6	8	True	123626	fragment	False	ISR0317_000000001658	0.6702057589052809		0	0	False	True	0.9993180632591248	0	rep_cluster_1702				non-mobilizable	other	7286.0	99.84899999999999	99.0	0.07269878652403002	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0195_000000002829	7106	0.9648068526932464	11	9	5	6	8	True	123626	fragment	False	ISR0317_000000001658	0.6347804020140089		0	0	False	True	0.9995778203010559	0	rep_cluster_1702				non-mobilizable	other	7117.0	99.845	100.0	0.0710122944275906	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0005_000000009703	4901	0.964803691940708	6	5	2	5	4	False	84455	fragment	False	SPA0071_000000004638	0.7417737436382607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	88.02799999999999	3.0	5.174006233026232e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
FIJ0042_000000007320	3271	0.9648004223107542	4	3	1	3	0	True	68715	fragment	False	FIJ0042_000000007320	1.0		0	0	False	False	0.999694287776947	0					non-mobilizable	no_good_hit	382.0	90.052	11.0	0.0012010394219799721	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0086_000000002147	3385	0.964799688821716	4	4	2	3	1	True	64893	fragment	False	MAD0086_000000002147	1.0		0	0	False	False	0.9973412156105042	0					non-mobilizable	no_good_hit	2025.0	90.667	82.0	0.6477784932388925	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0036_000000001799	10708	0.9647971051070876	12	10	6	9	7	False	96209	fragment	False	MAD0036_000000001799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2097.0	95.088	20.0	0.00047354526803159927	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0216_000000002404	8863	0.9647962045160136	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8900357822930458	PS624|PS966	0	0	True	True	0.9996615052223206	11					non-mobilizable	no_good_hit	3718.0	93.088	84.0	0.4590858139245236	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0094_000000004044	4485	0.964795644588642	8	8	4	5	6	True	118153	fragment	False	FIJ0094_000000004044	1.0		0	0	False	False	0.9973244071006775	0	rep_cluster_1097				non-mobilizable	no_good_hit	3517.0	99.545	78.0	0.39350867375489645	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MON0052_000000013442	2008	0.9647945679644742	2	2	2	2	1	False	94086	fragment	False	MON0026_000000023522	0.9086832243297542		0	0	False	False	0.9855577945709229	0					non-mobilizable	chromosome	1968.0	94.665	98.0	0.000809647239251171	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0045_000000024285	1702	0.9647945679644742	3	2	2	2	1	False	94084	fragment	False	SPA0062_000000015646	0.07135733978710834		0	0	False	False	0.9717978835105896	0					non-mobilizable	chromosome	1702.0	97.76700000000001	100.0	0.0007005137100540396	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0003_000000000248	44004	0.9647941618192266	61	22	8	17	14	True	52233	maximal	True	FIJ0003_000000000248	0.968211181671211	PS195	1	1	False	True	0.9999772906303406	0					non-mobilizable	no_good_hit	2412.0	91.667	5.0	0.9192499043245312	NZ_CABIWU010000124.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
USA0024_01_000000001113	18597	0.9647916163799602	23	12	9	11	9	False	123904	maximal	True	USA0024_01_000000001113	1.0	PS909	1	1	True	True	1.0	365					non-mobilizable	no_good_hit	6287.0	95.53	87.0	0.06382567472710811	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
SPA0042_000000013443	2403	0.9647911785166116	4	3	2	3	2	False	6853	fragment	False	SPA0042_000000013443	1.0		0	0	False	False	0.9991676807403564	0					non-mobilizable	no_good_hit								True	False
MON0026_000000023522	1956	0.9647851551794878	2	2	2	2	2	False	94086	fragment	False	MON0026_000000023522	0.9441834183049239		0	0	False	False	0.9994887709617615	0					non-mobilizable	chromosome	1956.0	97.699	100.0	0.0008051171682278939	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0016_000000017699	1333	0.9647843989296976	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.05113129592842815		0	0	False	False	0.9774943590164185	0					non-mobilizable	other	1244.0	98.39200000000001	93.0	0.008847919706730255	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
DEN0056_000000000453	3783	0.9647840861471988	7	5	2	3	4	True	72041	fragment	False	DEN0056_000000000453	1.0		0	0	False	False	1.0	0	rep_cluster_722				non-mobilizable	plasmid	3783.0	99.868	100.0	0.540320274521018	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
ISR0182_000000010271	3442	0.9647827685910888	3	2	1	1	1	True	29564	maximal	True	ISR0182_000000010271	1.0		1	1	False	False	0.9883788228034973	0					non-mobilizable	no_good_hit	2164.0	93.161	63.0	0.4043560606060606	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
USA0061_01_000000005333	2043	0.9647804606315336	2	2	2	2	1	False	66531	fragment	False	ISR0211_000000009295	0.23892716535433073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.035897435897435895	LR789360.1	tunicates	Phallusia mammillata mRNA for proteasome subunit beta type-2-like (Psmb2 gene)	True	False
DEN0018_000000002626	10666	0.9647768825819149	15	10	6	6	7	True	104969	maximal	True	DEN0018_000000002626	1.0	PS624|PS627	2	2	True	True	1.0	19					non-mobilizable	no_good_hit	3559.0	97.303	69.0	0.28697055264219445	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0098_000000016091	2053	0.9647739302419532	2	2	2	2	2	False	131376	fragment	False	MON0098_000000016091	1.0		0	0	False	False	0.9995129108428955	0					non-mobilizable	no_good_hit	41.0	100.0	3.0	5.120427330383284e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
AST0113_000000018141	2081	0.9647738675360822	3	2	1	2	1	False	106580	maximal	True	AST0113_000000018141	1.0		0	0	False	False	0.9932724833488464	0					non-mobilizable	no_good_hit	1045.0	99.139	50.0	0.004290504997369805	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
DEN0035_000000012804	2549	0.9647727289693538	6	2	1	2	1	False	73464	maximal	True	DEN0035_000000012804	1.0		1	1	False	False	0.993330717086792	0					non-mobilizable	no_good_hit	995.0	98.492	39.0	0.03339380501243029	NZ_QSFT01000039.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf39, whole genome shotgun sequence	True	False
ENG0001_000000006894	3637	0.9647646433674172	5	5	4	4	3	False	68076	maximal	True	ENG0001_000000006894	1.0		4	1	False	False	0.9969755411148071	0					non-mobilizable	no_good_hit	1749.0	99.485	48.0	0.0002467244088353309	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MAD0098_000000009818	4308	0.9647615014627886	7	4	1	2	3	False	40623	maximal	True	MAD0098_000000009818	1.0		1	1	False	False	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	no_good_hit	2195.0	99.818	84.0	0.5146748062925569	CP000651.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae MGH 78578 plasmid pKPN6, complete sequence	True	True
FIJ0022_000000008248	3036	0.9647611354469172	5	3	3	3	2	False	65359	fragment	False	FIJ0022_000000008248	1.0		0	0	False	False	0.9947299361228943	0					non-mobilizable	no_good_hit	590.0	85.085	19.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0005_000000004850	5842	0.9647596378437954	8	5	5	4	3	False	76552	maximal	True	DEN0005_000000004850	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	1.0	0.00015175335830181923	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ENG0177_000000000899	18305	0.9647579700774152	19	13	11	13	11	False	123298	fragment	False	ENG0177_000000000899	1.0		0	0	False	False	0.999945342540741	0					non-mobilizable	no_good_hit	1055.0	83.12799999999999	6.0	0.00024430601473016074	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
CHI0187_000000005088	3357	0.9647571726097786	6	4	3	4	4	True	83762	maximal	True	CHI0187_000000005088	1.0		3	1	False	False	0.9982126951217651	0					non-mobilizable	no_good_hit	1336.0	99.775	63.0	0.00037614205603474145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
DEN0045_000000004394	7011	0.9647556890029824	9	6	4	5	6	False	72979	maximal	True	DEN0045_000000004394	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	73.071	19.0	0.0006639442786387793	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0094_000000001576	2929	0.9647554763981676	4	4	2	3	4	False	83547	maximal	True	CHI0094_000000001576	1.0		11	4	False	False	0.9996585845947266	0					non-mobilizable	no_good_hit	1485.0	99.461	51.0	0.0005857503279766776	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0075_000000014929	1314	0.9647498965488668	1	1	1	1	1	False	51961	fragment	False	FIJ0075_000000014929	0.9762861736334405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	84.337	6.0	3.044047365377005e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
FIJ0004_000000021014	1244	0.9647498965488668	1	1	1	1	1	False	51961	fragment	False	FIJ0075_000000014929	0.9512937595129376		0	0	False	False	0.9959806799888611	0					non-mobilizable	no_good_hit	83.0	84.337	7.0	3.044047365377005e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
CAN0006_000000006006	7390	0.9647467998910896	12	7	3	4	6	True	132226	maximal	True	CAN0006_000000006006	1.0	PS1143|PS1144|PS1145|PS778|PS779|PS780|PS781	10	4	False	True	1.0	0		MOBP			mobilizable	no_good_hit	5206.0	98.329	88.0	0.9001730103806228	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	True	True
USA0039_01_000000004302	5465	0.9647394361847984	7	4	3	3	3	True	95111	fragment	False	ENG0068_000000004284	0.6310910863125491		0	0	False	False	1.0	0					non-mobilizable	chromosome	4956.0	90.15299999999999	99.0	0.002186197636014828	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0090_000000008865	2968	0.9647338314288492	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7000283012223316	PS1035	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1521.0	90.072	76.0	0.5036715620827771	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0160_000000009469	2955	0.9647338314288492	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8047013962491685	PS1035	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	2094.0	93.887	76.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0072_000000001927	2913	0.9647338314288492	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7453388018013393	PS1035	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	2080.0	93.07700000000001	75.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0126_000000032264	1537	0.9647335619793616	2	1	1	1	1	False	31955	fragment	False	ISR0126_000000032264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	3.0	0.0001538687738710306	NZ_FQXV01000004.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0051_000000002930	7840	0.9647319810357864	10	6	4	6	4	False	57626	fragment	False	SPA0051_000000002930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	99.385	4.0	5.9505093929892713e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ENG0124_000000006186	4889	0.964730062067948	5	3	3	3	1	True	118440	maximal	False	CAN0001_000000009591	0.999109707288096		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	346.0	82.37	7.0	0.11949685534591195	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
SPA0001_000000003326	9540	0.9647276401118624	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9771016411162633	PS624|PS966	0	0	True	True	1.0	119					non-mobilizable	no_good_hit	3742.0	93.693	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0073_000000009929	4628	0.9647230926687678	9	5	2	2	3	True	123814	backbone	False	CHI0167_000000003333	0.8863682882486199	PS607|PS904	0	0	False	True	0.9984874725341797	0					non-mobilizable	plasmid	3446.0	98.63600000000001	99.0	0.6903420523138833	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
AST0084_000000016495	2118	0.9647227422562232	2	2	2	2	2	False	111456	maximal	True	AST0084_000000016495	1.0		3	1	False	False	1.0	0					non-mobilizable	other	2118.0	98.206	100.0	0.0011339228803890797	CP006803.1	firmicutes	Lactobacillus gasseri DSM 14869, complete genome	False	False
USA0057_01_000000005717	5227	0.9647221797368314	6	6	6	6	6	False	81319	fragment	False	USA0057_01_000000005717	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5227.0	99.637	100.0	0.001311288826795457	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0161_000000002552	7832	0.9647126399864108	10	6	4	6	1	False	112320	fragment	False	ENG0177_000000002857	0.9714074439240818		0	0	False	False	0.9998723268508911	0					non-mobilizable	no_good_hit	334.0	82.335	7.0	0.00011174925621108761	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0177_000000004340	5363	0.9647110932251036	8	5	5	5	4	True	29778	fragment	False	ISR0177_000000004340	1.0		0	0	False	False	0.9945926070213318	0					non-mobilizable	no_good_hit	3098.0	97.22399999999999	64.0	0.002085035471893479	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
SPA0032_000000010789	2546	0.9647106812190316	4	3	3	3	3	False	7245	fragment	False	SPA0032_000000010789	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2546.0	98.78200000000001	100.0	0.0009091133162417649	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	False	False
ISR0182_000000017257	2243	0.9647100995676152	4	1	1	1	1	False	58023	fragment	False	ISR0182_000000017257	1.0		0	0	False	False	0.9835042357444763	0					non-mobilizable	no_good_hit	1564.0	93.79799999999999	70.0	0.14438997317546942	LN852926.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0253	True	False
CAN0006_000000003855	11368	0.9647058031295672	17	12	7	9	8	True	95778	maximal	True	CAN0006_000000003855	1.0		2	1	True	True	1.0	288					non-mobilizable	no_good_hit	1340.0	88.507	36.0	0.1282100421617478	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
CHI0101_000000001507	8077	0.9647035710757478	10	6	4	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8868096960263823	PS872	0	0	True	True	1.0	19					non-mobilizable	plasmid	4510.0	98.891	100.0	0.5614646904969486	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MAD0105_000000000818	20784	0.9647029740457712	26	17	11	14	8	True	110251	maximal	True	MAD0105_000000000818	1.0		1	1	False	False	0.9999037981033325	0					non-mobilizable	no_good_hit	3900.0	89.97399999999999	19.0	0.0010795838118105579	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0220_000000001226	9428	0.964696683920777	14	11	6	3	8	True	90083	maximal	True	ISR0220_000000001226	1.0		2	2	True	True	1.0	294	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2569.0	97.93700000000001	81.0	0.2768733153638814	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
FIJ0057_000000003383	7356	0.9646963751123568	5	4	3	3	2	True	46173	maximal	True	FIJ0057_000000003383	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	98.485	2.0	0.0001584890386542574	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
CHI0153_000000003638	4561	0.9646947396947152	8	8	3	4	8	True	118168	backbone	False	FIJ0074_000000005173	0.4200481710630181	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4563.0	99.211	100.0	0.510576385002798	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0799_000000001267	8989	0.9646884239687504	12	12	6	6	8	True	132506	backbone	False	ISR0038_000000002833	0.9971619442830987	PS1165|PS799|PS800	0	0	True	True	1.0	727	rep_cluster_1097	MOBB			mobilizable	plasmid	6934.0	99.913	100.0	0.774932915921288	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0165_000000004071	4397	0.9646876557535168	4	2	2	1	2	False	92472	fragment	False	ENG0165_000000004071	1.0		0	0	False	False	0.9863543510437012	0					non-mobilizable	other	2711.0	93.25	90.0	0.11078383243331696	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0058_000000017205	2726	0.9646876557535168	3	2	2	1	2	False	92462	fragment	False	MON0058_000000017205	0.9980071741729772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2408.0	93.065	88.0	0.09846997218131238	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0050_000000010381	2509	0.9646876557535168	3	2	2	1	2	False	92462	fragment	False	MON0058_000000017205	0.9581804842259721		0	0	False	False	0.9964129328727722	0					non-mobilizable	other	2320.0	93.147	92.0	0.09482899689085256	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0013_000000014070	1999	0.9646876557535168	2	2	2	1	2	False	77479	fragment	False	DEN0028_000000012601	0.6147848253111411		0	0	False	False	0.9989994764328003	0					non-mobilizable	other	2011.0	93.287	99.0	0.08218785796105384	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0342_000000000310	34545	0.9646797791919324	42	15	9	14	7	True	110145	maximal	True	ISR0342_000000000310	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	76.141	5.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0042_000000003145	6825	0.9646788870482144	11	6	4	4	3	True	123859	maximal	False	ENG0045_000000001528	0.9751381323370404		0	0	True	True	0.9998534917831421	9		MOBB			mobilizable	no_good_hit	1680.0	98.155	85.0	0.21919060052219322	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
FIJ0085_000000000782	23235	0.964678830656607	18	14	4	13	8	True	50059	fragment	False	FIJ0085_000000000782	1.0		0	0	False	False	0.9993974566459656	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.1928153708429865e-06	CP039731.1	b-proteobacteria	Aquitalea sp. THG-DN7.12 chromosome, complete genome	True	True
USA0145_01_000000008608	2808	0.964674925604029	4	3	2	3	0	True	76757	fragment	False	USA0145_01_000000008608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	5.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
ISR0307_000000003028	2862	0.9646745495117844	4	4	3	4	4	False	115022	fragment	False	ISR0307_000000003028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	77.209	34.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0198_000000016061	2058	0.9646705276026202	3	3	2	1	2	True	109520	fragment	False	ISR0198_000000016061	1.0		0	0	False	False	1.0	0	rep_cluster_556				non-mobilizable	no_good_hit	1747.0	99.141	85.0	0.3197216626991394	CP003164.1	firmicutes	Lactococcus lactis subsp. cremoris UC509.9 plasmid pCIS2, complete sequence	True	True
ISR0020_000000022008	1239	0.9646704509392368	2	2	2	2	2	False	37664	fragment	False	ISR0020_000000022008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	75.652	37.0	0.0002003486153587161	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0011_000000012159	3832	0.9646703901399588	3	3	2	2	3	False	13700	fragment	False	MON0011_000000012159	1.0		0	0	False	False	0.9997390508651733	0					non-mobilizable	plasmid	3832.0	100.0	100.0	0.018105941735826227	CP054064.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP plasmid pSWHvKp, complete sequence	False	True
CHI0016_000000003069	1535	0.9646676942073068	3	2	2	2	1	False	89684	maximal	True	CHI0016_000000003069	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0091_000000002744	4806	0.9646575398002666	6	2	2	2	2	True	15766	maximal	True	MAD0091_000000002744	1.0		2	1	True	True	0.9983354210853577	1					non-mobilizable	no_good_hit								True	True
MAD0112_000000007538	3614	0.9646575398002666	5	2	2	2	2	True	14466	fragment	False	MAD0112_000000007538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	87.5	5.0	0.0003276951180399649	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
AST0025_000000023893	1589	0.9646507227618508	3	3	3	3	2	False	120077	fragment	False	ISR0155_000000005779	0.10913427431728673		0	0	False	False	0.9823788404464722	0					non-mobilizable	other	1589.0	99.37100000000001	100.0	0.0038842360676268	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0101_000000026015	1119	0.9646492513388416	2	2	2	2	2	False	18322	fragment	False	MAD0040_000000028499	0.9553719008264463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	85.156	46.0	0.007562026444807607	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
ENG0067_000000002381	10538	0.9646467790007904	10	8	7	6	5	False	98834	maximal	True	ENG0067_000000002381	1.0		85	9	False	False	1.0	0					non-mobilizable	no_good_hit	2663.0	97.86	63.0	0.00040957412599312496	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0020_000000001229	16151	0.9646415004703272	13	10	6	10	3	True	125648	backbone	False	ENG0158_000000000822	0.776847249519113	PS934	0	0	True	True	0.9999380707740784	27					non-mobilizable	other	9538.0	92.441	98.0	0.0198980840043744	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CAN0022_000000005471	5096	0.9646391605645908	11	3	2	3	1	True	91351	fragment	False	CAN0022_000000005471	1.0		0	0	False	False	0.9982339143753052	0					non-mobilizable	no_good_hit	1005.0	90.54700000000001	46.0	0.03842895648825568	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
CHI0014_000000002633	2517	0.9646387500027116	2	2	2	2	2	False	97087	fragment	False	CHI0014_000000002633	1.0		0	0	False	False	0.9996026754379272	0					non-mobilizable	other	1538.0	99.74	95.0	0.000638408870768101	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0808_000000002779	4835	0.964636780941934	8	6	3	3	5	True	132220	backbone	False	ISR0043_000000004492	0.9466100004273967	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	948		MOBP			mobilizable	plasmid	4618.0	94.262	100.0	0.9634350188048475	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
USA0024_01_000000005038	4830	0.964636780941934	8	6	3	3	5	True	132220	backbone	False	ISR0043_000000004492	0.9454193406330051	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	12		MOBP			mobilizable	plasmid	4487.0	94.228	100.0	0.9356590766659704	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0154_000000004377	6097	0.9646360575978948	10	8	3	3	7	True	109282	backbone	True	CHI0154_000000004377	1.0	PS685	1	1	True	True	1.0	47		MOBB			mobilizable	no_good_hit	3700.0	88.37799999999999	86.0	0.44221045027690825	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
MAD0033_000000007525	2594	0.9646276969864236	4	3	3	3	2	False	18889	maximal	True	MAD0033_000000007525	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	80.19800000000001	4.0	0.0013218858905371664	NZ_AAXG02000042.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont334, whole genome shotgun sequence	True	False
ISR0847_000000003548	6200	0.9646237886987801	6	3	3	3	3	False	31977	fragment	False	ISR0847_000000003548	1.0		0	0	False	False	0.9995161294937134	0					non-mobilizable	no_good_hit	677.0	75.628	11.0	0.00020958737245695047	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ENG0154_000000030479	1129	0.9646223374093996	2	1	1	1	1	False	56792	fragment	False	ISR0193_000000022697	0.9352173913043479		0	0	False	False	0.9698848724365234	0					non-mobilizable	no_good_hit	738.0	94.851	65.0	0.11915169175975393	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0053_000000006268	4165	0.9646201626212624	3	2	2	2	1	False	63885	fragment	False	ENG0053_000000006268	0.9475777295733911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0288_000000003316	7609	0.9646176079683992	14	11	1	4	8	True	121581	fragment	False	ISR0288_000000003316	1.0		0	0	False	True	0.9997371435165405	0					non-mobilizable	other	4490.0	96.01299999999999	98.0	0.0018898345793757936	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	True
FIJ0058_000000011365	3433	0.9646157476890068	3	3	2	3	3	False	94097	fragment	False	MON0004_000000008651	0.5168823930172981		0	0	False	False	1.0	0					non-mobilizable	chromosome	3435.0	97.613	100.0	0.0014716217554749517	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MAD0107_000000001119	21165	0.964613998844008	29	8	4	5	5	False	14716	maximal	True	MAD0107_000000001119	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4597.0	90.385	60.0	0.08118597809520434	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AUS0008_000000005525	3864	0.964613553916626	7	4	2	3	3	True	112119	maximal	False	ISR0017_000000008679	0.6132947795165098	PS416	0	0	True	True	1.0	432					non-mobilizable	plasmid	2312.0	93.296	91.0	0.6068601583113457	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
CHI0032_000000001636	3493	0.964613553916626	5	4	2	3	3	True	112119	maximal	False	ISR0017_000000008679	0.7124822688951775	PS416	0	0	False	True	1.0	0					non-mobilizable	plasmid	1498.0	99.53299999999999	98.0	0.3949868073878628	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0109_000000005522	5138	0.9646121694840566	6	5	1	3	4	False	115582	maximal	True	ISR0109_000000005522	1.0		0	0	False	False	0.9986376166343689	0					non-mobilizable	no_good_hit	2422.0	98.266	89.0	0.000759941411070307	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0162_000000003949	6582	0.9646104674208388	9	7	2	2	6	True	90061	maximal	True	CHI0162_000000003949	0.9890375850012358		1	1	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1774.0	97.182	75.0	0.16072238860150648	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0077_000000002551	10775	0.9646072250950264	11	8	5	7	7	False	44527	maximal	True	FIJ0077_000000002551	0.9983100178387005		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	1.0	2.9989246712964352e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0129_000000001798	10651	0.9646072250950264	11	8	5	7	7	False	44527	maximal	False	FIJ0077_000000002551	0.9925754060324826		0	0	False	False	0.9998122453689575	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	1.0	2.9989246712964352e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
DEN0051_000000003006	10569	0.964606977634842	16	9	8	6	9	False	72611	maximal	True	DEN0051_000000003006	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2457.0	99.34899999999999	45.0	0.0009987778701743366	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	False
CHI0082_000000004908	1831	0.9645995093931824	3	2	2	2	1	False	84268	fragment	False	CHI0082_000000004908	1.0		0	0	False	False	0.9929000735282898	0					non-mobilizable	no_good_hit	656.0	81.402	36.0	0.00019735156612348716	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
ISR0312_000000002705	5377	0.9645954723326244	6	5	5	5	4	False	112528	fragment	False	AST0060_000000004878	0.9222331551305807		0	0	False	True	0.986423671245575	0					non-mobilizable	no_good_hit	796.0	77.26100000000001	15.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
DEN0021_000000031103	1212	0.964594568118302	2	1	1	1	1	False	97500	fragment	False	DEN0021_000000031103	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	97.26899999999999	94.0	0.000174792703406531	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0847_000000002716	7679	0.9645932675866812	9	7	3	4	7	True	118176	maximal	True	ISR0847_000000002716	1.0	PS799	3	1	True	True	1.0	30	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2639.0	93.975	75.0	0.32967725668179526	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
MON0070_000000003746	6090	0.9645932675866812	9	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.8334278041589799	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	5993.0	99.9	98.0	0.6702853945159485	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0005_000000008278	5490	0.9645932675866812	8	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.8177899833268762	PS799	0	0	False	True	0.9879781603813171	0	rep_cluster_1097	MOBB			mobilizable	plasmid	5453.0	99.542	99.0	0.6096250699496363	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0131_000000004857	5047	0.9645932675866812	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.7133469727982942	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4976.0	99.859	99.0	0.5567991046446559	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0064_000000011002	1954	0.9645867086325975	4	2	1	2	1	True	86421	fragment	False	ISR0064_000000011002	1.0		0	0	False	False	0.9943705201148987	0					non-mobilizable	plasmid	1955.0	95.90799999999999	100.0	0.029699957397602093	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
FIJ0114_000000008439	4344	0.9645866811803488	6	3	1	3	2	False	41891	maximal	True	FIJ0114_000000008439	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1925.0	81.247	95.0	0.43103840036355373	CP056657.1	enterobacteria	Escherichia coli strain RHBSTW-00204 plasmid pRHBSTW-00204_3, complete sequence	False	True
ISR0378_000000007870	3132	0.964584171159845	3	2	1	1	1	True	101654	maximal	True	ISR0378_000000007870	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0163_000000008356	2847	0.964584171159845	3	2	1	1	1	True	109319	fragment	False	AST0094_000000006855	0.9424863825696892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0092_000000017233	1729	0.964584171159845	3	2	1	1	1	True	101653	fragment	False	ISR0092_000000017233	1.0		0	0	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit								True	True
SPA0042_000000027700	1236	0.964584171159845	2	2	1	1	1	True	6829	fragment	False	SPA0042_000000027700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0008_000000020251	1228	0.964584171159845	2	2	1	1	1	True	101652	fragment	False	AUS0008_000000020251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0171_000000008502	3066	0.964580121243882	6	6	2	3	4	True	132209	backbone	False	ENG0141_000000006400	0.0063037502516588625	PS1143|PS778	0	0	False	True	0.9954338073730469	0					non-mobilizable	plasmid	2313.0	99.741	100.0	0.5573770491803278	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
USA0057_01_000000015102	2116	0.9645789176783296	4	2	2	2	2	False	57790	maximal	True	USA0057_01_000000015102	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1742.0	98.565	82.0	0.005099440555344015	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	True	False
CAN0013_000000001609	18199	0.9645708867545104	20	15	12	14	10	True	93918	maximal	True	CAN0013_000000001609	1.0		3	1	False	False	0.9995604157447815	0					non-mobilizable	no_good_hit	1209.0	84.45	7.0	0.0003243848177092485	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	True
SPA0043_000000003397	5159	0.9645677771511698	8	6	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.10619484670880856	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	3043.0	88.794	83.0	0.6104944500504541	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
USA0040_01_000000002058	9625	0.9645665935847172	12	9	8	8	5	True	95821	maximal	True	USA0040_01_000000002058	1.0		2	1	False	False	0.9998961091041565	0					non-mobilizable	no_good_hit	574.0	85.714	7.0	0.0001593910256141378	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0143_000000003026	6580	0.9645589236745362	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9662720155976416	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	18	rep_cluster_475				non-mobilizable	other	6517.0	99.75399999999999	100.0	0.9995398067188219	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0040_000000003301	9016	0.9645569722863712	12	11	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9969760095136945	PS1165|PS799|PS800	0	0	True	True	1.0	56	rep_cluster_1097	MOBB			mobilizable	plasmid	6960.0	99.81299999999999	100.0	0.7779516994633273	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0209_000000001841	11216	0.9645526897503998	14	13	10	12	10	False	92153	maximal	True	ENG0209_000000001841	1.0		5	2	False	False	0.9994650483131409	0					non-mobilizable	no_good_hit	1081.0	72.525	10.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0223_000000000690	21709	0.964550809388072	21	15	13	14	11	False	77643	maximal	True	ISR0223_000000000690	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7619.0	97.834	35.0	0.11590895258961718	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
AST0150_000000015698	1781	0.964546385333593	4	1	1	1	1	False	104070	fragment	False	AST0150_000000015698	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	76.923	43.0	0.0002558115503627307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0046_000000004924	3830	0.9645381414222304	7	4	2	4	3	True	64447	maximal	True	ENG0046_000000004924	1.0		1	1	False	False	0.992689311504364	0					non-mobilizable	no_good_hit	953.0	81.95200000000001	25.0	0.0030111431475715864	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
MAD0105_000000001414	14583	0.9645351848800604	11	4	3	3	3	True	98619	fragment	False	MAD0105_000000001414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.435	8.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0048_000000010400	3642	0.9645312387022972	6	3	2	3	3	False	91364	maximal	True	MON0048_000000010400	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	83.28200000000001	27.0	0.017545761731808242	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	False
MAD0108_000000012398	1439	0.9645311385376184	4	2	2	2	1	False	115195	fragment	False	AST0047_000000015227	0.9449602122015915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0007_000000004845	2914	0.9645310471960568	3	3	3	3	3	False	129698	fragment	False	ISR0007_000000004845	1.0		0	0	False	True	0.992107093334198	0					non-mobilizable	no_good_hit	1697.0	87.802	58.0	0.00045342772061992035	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0059_000000009902	1811	0.9645294530975936	3	3	3	3	2	False	45903	maximal	True	FIJ0059_000000009902	1.0		1	1	False	False	0.9988956451416016	0					non-mobilizable	no_good_hit	997.0	84.855	74.0	0.00023155859149373627	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
MON0104_000000024587	1851	0.9645159512734184	2	1	1	1	1	False	45209	fragment	False	MON0104_000000024587	0.9573479370268405		0	0	False	False	0.9891950488090515	0					non-mobilizable	no_good_hit	190.0	78.947	10.0	2.348413107445612e-05	NZ_JAAIVH010000001.1	firmicutes	Paenibacillus elgii strain SWL-W8 Contig00001, whole genome shotgun sequence	True	False
ENG0064_000000005414	4194	0.9645090262763122	9	7	7	7	7	False	125080	fragment	False	ENG0060_000000005592	0.8173281061017873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	86.71799999999999	16.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0102_000000009383	3964	0.9645090262763122	9	7	7	7	7	False	125080	fragment	False	ENG0060_000000005592	0.6519503307930561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	86.71799999999999	16.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0146_000000004077	5639	0.9645076067151338	7	3	1	2	2	False	103751	fragment	False	SPA0146_000000004077	0.998932384341637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1595.0	86.646	51.0	0.00030836218365931905	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0045_000000004859	5620	0.9645076067151338	7	3	1	2	2	False	103751	fragment	False	SPA0146_000000004077	0.9981379677247739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1592.0	86.369	51.0	0.00030836218365931905	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
DEN0052_000000017277	2471	0.9645076029887056	6	1	1	1	1	False	72301	fragment	False	DEN0052_000000017277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	78.017	9.0	0.0036967356503944285	NZ_SRYX01000020.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_20_length_60594_cov_318.168, whole genome shotgun sequence	True	False
SPA0146_000000012167	1905	0.9645076029887056	3	1	1	1	1	False	4935	fragment	False	SPA0146_000000012167	1.0		0	0	False	False	0.9905511736869812	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0004444340483263549	NZ_DS499675.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_14, whole genome shotgun sequence	True	False
SPA0101_000000027170	1492	0.9645076029887056	3	1	1	1	1	False	4934	fragment	False	SPA0101_000000027170	1.0		0	0	False	False	0.9812332391738892	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	7.436410859351639e-06	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
SPA0158_000000011948	1702	0.9645002788290808	2	2	2	2	2	False	60433	fragment	False	SPA0158_000000011948	0.9733793403706437		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	82.90799999999999	99.0	0.005376584686003619	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0143_000000003548	5500	0.9644997935667596	10	3	2	2	3	False	57634	maximal	True	ENG0143_000000003548	1.0		1	1	False	False	0.9983636140823364	0					non-mobilizable	no_good_hit	296.0	78.378	6.0	0.00010000062718163389	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
SPA0107_000000011391	2789	0.9644974434960532	4	4	4	4	4	False	122108	fragment	False	ISR0032_000000010267	0.47371151850570736		0	0	False	False	1.0	0					non-mobilizable	other	2284.0	95.271	99.0	0.05198902606310014	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0137_000000003473	7982	0.964496035361501	12	11	6	6	9	True	123626	fragment	False	ISR0317_000000001658	0.937661579791902		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	7814.0	96.993	100.0	0.07787801373143861	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0086_000000003688	6393	0.96449448448247	10	9	7	6	6	False	33927	fragment	False	ISR0086_000000003688	0.9895104895104896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	96.186	22.0	0.14142928535732133	NZ_MPJW01000143.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_102_length_10005_cov_259.401_ID_203, whole genome shotgun sequence	True	False
ISR0058_000000013137	1969	0.9644928561957652	2	1	1	1	1	False	35499	fragment	False	ISR0058_000000013137	1.0		0	0	False	False	0.9893347024917603	0					non-mobilizable	no_good_hit								True	False
ISR0804_000000006742	2716	0.9644810351814502	4	4	4	4	3	False	94192	maximal	True	ISR0804_000000006742	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2036.0	99.116	75.0	0.0007980382768177135	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
ENG0080_000000011974	2199	0.9644790321147426	3	3	3	3	3	False	95238	fragment	False	ENG0080_000000011974	1.0		0	0	False	False	0.9936334490776062	0					non-mobilizable	chromosome	2204.0	97.505	100.0	0.000380762357795284	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ENG0122_000000018831	1558	0.96447696392288	2	2	2	1	2	False	59020	maximal	True	ENG0122_000000018831	1.0		1	1	False	False	0.9839537739753723	0					non-mobilizable	no_good_hit	636.0	79.245	41.0	0.0611889801836636	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	False
ENG0177_000000001799	11496	0.9644666203580432	10	6	4	4	5	False	55554	maximal	True	ENG0177_000000001799	1.0		1	1	False	False	0.9997390508651733	0					non-mobilizable	no_good_hit	4433.0	84.25399999999999	40.0	0.11057462592732302	NZ_NOJZ02000023.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_23_length_39765_cov_670.101, whole genome shotgun sequence	True	False
CAN0002_000000005246	3353	0.9644658006202927	3	3	2	3	1	False	96959	fragment	False	CAN0002_000000005246	1.0		0	0	False	False	0.9979122877120972	0					non-mobilizable	no_good_hit	1030.0	79.806	51.0	0.00028662421272717764	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0057_000000014326	1761	0.9644557542297616	4	3	2	3	1	False	63533	fragment	False	ENG0057_000000014326	1.0		0	0	False	False	0.9971607327461243	0					non-mobilizable	other	1624.0	92.98	92.0	0.0008053883108034679	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	False
USA0059_01_000000011523	2285	0.9644443584097756	3	3	3	2	2	False	112359	maximal	True	USA0059_01_000000011523	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1699.0	97.41	75.0	0.0004712553665350373	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0075_000000006510	3606	0.9644410341886496	4	2	2	2	2	False	121427	maximal	True	ISR0075_000000006510	1.0		1	1	False	False	0.9922351837158203	0					non-mobilizable	no_good_hit	1788.0	87.24799999999999	50.0	0.02403164616776249	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0185_000000016461	1989	0.9644410341886496	3	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.6780666388533765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	87.40899999999999	89.0	0.023937139694069045	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0389_000000011404	1936	0.9644410341886496	3	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.6322979982235796		0	0	False	False	0.9984503984451294	0					non-mobilizable	other	1798.0	87.264	93.0	0.02416665541589599	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
SPA0150_000000011170	1807	0.9644410341886496	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.4353991958856218		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	87.073	97.0	0.0235996165737353	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
SPA0151_000000010510	1793	0.9644410341886496	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.5741866957855645		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	87.075	100.0	0.02411265171664259	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
SPA0143_000000011676	1730	0.9644410341886496	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.43028066402169857		0	0	False	False	0.9988439083099365	0					non-mobilizable	other	1732.0	87.182	100.0	0.023275594378214907	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
MON0082_000000015523	2169	0.9644380501449868	3	2	2	2	1	False	9923	fragment	False	MON0082_000000015523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	71.837	11.0	7.652624850323662e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
FIJ0067_000000010021	2967	0.9644379111200708	2	2	2	1	1	False	63162	fragment	False	FIJ0067_000000010021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000015027	1721	0.9644336413136352	3	3	3	2	2	False	8200	maximal	True	SPA0007_000000015027	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	73.28	50.0	0.00045306863013987636	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ENG0135_000000005589	3727	0.9644334546895724	5	4	3	3	4	False	99030	fragment	False	MON0105_000000013157	0.9657306836149672		0	0	False	False	0.9927555918693542	0					non-mobilizable	no_good_hit	761.0	80.946	20.0	0.001535655818350377	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
AUS0024_000000001059	21253	0.9644313214116635	27	17	11	16	11	False	99011	maximal	True	AUS0024_000000001059	1.0		1	1	False	False	0.9988707304000854	0					non-mobilizable	no_good_hit	393.0	72.265	2.0	0.00013863717139839534	NZ_LT009779.1	a-proteobacteria	Agrobacterium salinitolerans str. Hayward 0363 strain Hayward0363, whole genome shotgun sequence	True	False
ENG0156_000000004696	3338	0.9644309456470984	3	3	3	3	3	False	129663	maximal	False	SPA0136_000000010719	0.9179491785783337	PS1061	0	0	False	True	0.9964050054550171	0					non-mobilizable	no_good_hit	1807.0	98.949	69.0	0.00048344184869878034	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0302_000000001358	7701	0.9644300753862644	9	6	4	4	4	False	106866	fragment	False	ISR0302_000000001358	0.9999350649350649		0	0	False	False	0.9998701214790344	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	1.0	0.0007218502160801633	NZ_VWXL01000003.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_3, whole genome shotgun sequence	True	False
AST0111_000000002486	7700	0.9644300753862644	9	6	4	4	4	False	106866	fragment	False	ISR0302_000000001358	0.9998701467341904		0	0	False	False	0.9985714554786682	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	1.0	0.0007218502160801633	NZ_VWXL01000003.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_3, whole genome shotgun sequence	True	False
ISR0363_000000005092	3621	0.9644250746725659	4	3	0	1	2	True	52867	maximal	True	ISR0363_000000005092	1.0		2	1	True	True	0.9950289726257324	4					non-mobilizable	no_good_hit	127.0	83.465	3.0	0.04712041884816754	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
CHI0044_000000004769	2926	0.964422453068434	7	5	4	5	3	False	87263	maximal	True	CHI0044_000000004769	1.0		1	1	False	False	0.9965823888778687	0					non-mobilizable	no_good_hit								True	False
ENG0190_000000018435	1630	0.9644200215617429	3	3	2	3	1	False	126655	fragment	False	ISR0095_000000019372	0.786618285853911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0044_01_000000022502	1183	0.9644179927160309	1	1	1	1	1	False	1215	fragment	False	USA0044_01_000000022502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	9.768805656413448e-07	CP025665.1	eudicots	Ipomoea triloba cultivar NCNSP0323 chromosome 6	True	False
USA0069_01_000000053025	1124	0.9644179927160309	2	1	1	1	1	False	1438	fragment	False	USA0069_01_000000053025	0.9919427036705462		0	0	False	False	0.9982206225395203	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000045824	1117	0.9644179927160309	1	1	1	1	1	False	1438	fragment	False	USA0069_01_000000053025	0.9888790035587188		0	0	False	False	0.9982094764709473	0					non-mobilizable	no_good_hit								True	False
ISR0071_000000001007	7300	0.9644173566561032	14	8	4	5	6	True	104908	maximal	True	ISR0071_000000001007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2833.0	97.494	54.0	0.22847922549415087	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0080_000000014020	3333	0.964416673149317	6	3	3	2	2	False	10063	maximal	True	MON0080_000000014020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1709.0	87.478	51.0	0.010268466922119208	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0331_000000006058	3579	0.9644111272359668	3	2	2	2	2	False	33032	maximal	True	ISR0331_000000006058	1.0		7	2	False	False	0.9874266386032104	0					non-mobilizable	no_good_hit								True	False
ISR0804_000000007637	2430	0.9644096978065646	3	3	2	2	2	False	104825	fragment	False	USA0064_01_000000003104	0.6378446115288221		0	0	False	False	1.0	0					non-mobilizable	chromosome	2430.0	100.0	100.0	0.00041982377080560364	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0799_000000007326	2133	0.9644096978065646	4	3	2	2	2	False	104824	fragment	False	ISR0799_000000007326	0.9698656074904959		0	0	False	False	1.0	0					non-mobilizable	chromosome	2136.0	98.54899999999999	100.0	0.0004261186162541399	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0012_01_000000002440	2089	0.9644096978065646	3	3	2	2	2	False	104824	fragment	False	ISR0799_000000007326	0.9526814440992215		0	0	False	False	1.0	0					non-mobilizable	chromosome	2108.0	98.67200000000001	100.0	0.00040962745102997186	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
DEN0051_000000022626	2038	0.9644096978065646	3	3	2	2	2	False	104824	fragment	False	ISR0799_000000007326	0.9630984184398997		0	0	False	False	1.0	0					non-mobilizable	chromosome	2038.0	100.0	100.0	0.0004113221209521269	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0158_000000009125	2035	0.9644096978065646	4	3	2	2	2	False	104824	fragment	False	ISR0799_000000007326	0.9588241298495737		0	0	False	False	0.9985257983207703	0					non-mobilizable	chromosome	2017.0	99.256	100.0	0.00040708168671550705	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
MAD0016_000000001212	3252	0.9644071581311174	6	5	2	4	4	False	88112	maximal	True	MAD0016_000000001212	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1539.0	77.453	52.0	0.00046758075645420103	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0014_000000001710	1754	0.9644055900591892	3	2	1	1	2	False	75410	fragment	False	DEN0014_000000001710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	91.331	73.0	0.002361158032343826	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
TAN0021_000000016333	1372	0.9643960398662867	2	1	1	1	1	False	2366	maximal	True	TAN0021_000000016333	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	90.625	5.0	0.006105834464043419	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
MAD0005_000000022544	1398	0.964377585045217	1	1	1	1	1	False	19922	fragment	False	MAD0005_000000022544	1.0		0	0	False	False	0.9985693693161011	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000044688	1392	0.9643740002142508	2	2	2	2	2	False	69466	fragment	False	DEN0079_000000044688	1.0		0	0	False	False	0.9784482717514038	0					non-mobilizable	other	1353.0	99.852	97.0	0.000593802320045396	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0073_000000004340	1935	0.9643727374467624	3	1	1	1	1	False	106214	fragment	False	AST0116_000000012371	0.3577897282384508		0	0	False	False	0.9896640777587891	0					non-mobilizable	no_good_hit	597.0	97.32	35.0	0.0002518762448050525	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
CHI0140_000000020026	1478	0.9643727374467624	2	1	1	1	1	False	86415	fragment	False	ISR0086_000000018060	0.9513402193240231		0	0	False	False	0.9932340979576111	0					non-mobilizable	no_good_hit	597.0	97.32	45.0	0.0002518762448050525	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MAD0099_000000002492	8883	0.964366205837326	9	5	3	4	3	True	16899	maximal	True	MAD0099_000000002492	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2118.0	86.355	24.0	0.05437603820598007	AP013039.1	firmicutes	Enterococcus mundtii QU 25 plasmid pQY039 DNA, complete genome	True	True
ENG0200_000000007122	2818	0.9643619217912656	4	4	3	4	4	False	99327	fragment	False	AUS0022_000000011317	0.93645966709347		0	0	False	False	0.9950319528579712	0					non-mobilizable	no_good_hit	981.0	80.428	62.0	0.01756005720595956	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	True	False
USA0125_01_000000000303	42886	0.9643616992033376	66	27	12	19	14	True	91528	maximal	True	USA0125_01_000000000303	1.0		1	1	False	False	0.9992771744728088	0					non-mobilizable	no_good_hit	1875.0	75.467	12.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
FIJ0115_000000005768	4226	0.964360845874786	8	7	6	6	7	False	41749	fragment	False	FIJ0115_000000005768	1.0		0	0	False	False	0.9990534782409668	0					non-mobilizable	no_good_hit	425.0	78.118	10.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ENG0119_000000008757	3731	0.9643606716772508	7	4	1	3	3	False	74553	fragment	False	ENG0119_000000008757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	2.0	0.00030157664268797273	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	False
MAD0045_000000006595	5030	0.9643557319371566	4	3	3	3	3	False	131547	fragment	False	MAD0045_000000006595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	81.208	43.0	0.0006167554593032668	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AST0014_000000003688	5074	0.9643499496705285	11	2	1	2	1	True	130667	maximal	True	AST0014_000000003688	0.9313857951039682		1	1	True	True	1.0	74					non-mobilizable	no_good_hit	2250.0	83.956	73.0	0.4904416611733685	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
CHI0097_000000000937	4919	0.9643499496705285	10	2	1	2	1	True	83428	maximal	False	CHI0111_000000006097	0.9549441786283892		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1572.0	85.242	77.0	0.34344100197758737	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
MON0027_000000007466	4859	0.9643499496705285	10	2	1	2	1	True	12675	maximal	True	MON0027_000000007466	1.0		1	1	True	True	0.9952664971351624	7					non-mobilizable	no_good_hit	1466.0	83.561	84.0	0.32036914963744234	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0019_000000004513	5539	0.9643485591852652	7	6	2	3	6	False	122890	fragment	False	AST0019_000000004513	0.9818820839442487		0	0	False	False	0.999458372592926	0					non-mobilizable	no_good_hit	1592.0	85.302	42.0	0.0005345115026000215	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0853_000000009692	1838	0.9643476892783768	3	1	1	1	1	False	20522	maximal	True	ISR0853_000000009692	1.0		1	1	False	False	0.9956474304199219	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000017334	2393	0.9643453004672004	1	1	1	1	1	False	80974	fragment	False	DEN0051_000000017034	0.9524234027081737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1030.0	80.0	43.0	0.00028662421272717764	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0816_000000017413	2291	0.9643409974551352	5	2	2	2	2	False	21421	maximal	True	ISR0816_000000017413	1.0		4	2	False	False	0.9707551002502441	0					non-mobilizable	no_good_hit	1264.0	87.5	55.0	0.02825125199308316	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
AST0026_000000005175	5941	0.964331596407848	5	5	5	5	2	False	119558	fragment	False	AST0026_000000005175	1.0		0	0	False	False	0.9989900588989258	0					non-mobilizable	no_good_hit	1452.0	76.446	42.0	0.0003957470825480546	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
CHI0172_000000006772	1220	0.9643286204095648	1	1	1	1	1	False	90034	fragment	False	CHI0012_000000005244	0.9807476253342425		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	100.0	100.0	0.0005154469165787856	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
SPA0146_000000020651	1106	0.9643286204095648	1	1	1	1	1	False	90034	fragment	False	CHI0012_000000005244	0.7780850558327393		0	0	False	False	0.9891501069068909	0					non-mobilizable	chromosome	1106.0	99.819	100.0	0.0004672426930431157	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0158_000000018705	1104	0.9643286204095648	1	1	1	1	1	False	90034	fragment	False	CHI0012_000000005244	0.776637746033751		0	0	False	False	0.9682971239089966	0					non-mobilizable	chromosome	1104.0	100.0	100.0	0.000466397004910911	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0201_000000000576	17780	0.9643278469454952	21	18	7	14	18	True	82880	fragment	False	ISR0821_000000000919	0.6260259179265658		0	0	False	False	1.0	0					non-mobilizable	plasmid	14886.0	99.671	100.0	0.10651925003578074	CP029742.1	enterobacteria	Escherichia coli strain AR_0085 plasmid unnamed1, complete sequence	False	True
SPA0102_000000007713	4893	0.9643244237261526	5	3	3	2	2	False	51445	fragment	False	SPA0102_000000007713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0184_000000001679	8927	0.9643206235957706	12	6	3	4	4	True	113997	maximal	True	ISR0184_000000001679	0.9966188553086269	PS328|PS329|PS369	10	5	True	True	1.0	16					non-mobilizable	no_good_hit	474.0	83.544	21.0	0.05075084950126055	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MON0093_000000003735	8891	0.9643206235957706	11	6	3	4	4	True	113997	maximal	False	ISR0184_000000001679	0.9961662296307413	PS328|PS329|PS369	0	0	True	True	0.9997750520706177	5					non-mobilizable	no_good_hit	474.0	83.544	21.0	0.05075084950126055	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0112_000000001020	17998	0.9643110925842364	16	16	5	5	14	True	42061	maximal	True	FIJ0112_000000001020	1.0		1	1	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	16599.0	99.976	92.0	0.12974008207934337	CP050373.1	enterobacteria	Klebsiella pneumoniae strain 50595 plasmid p50595_IncFII, complete sequence	False	True
ENG0045_000000001360	7494	0.9643054500045014	12	9	5	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9988214904548234	PS799|PS803	0	0	True	True	1.0	14	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2522.0	97.581	66.0	0.2820369334079463	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0134_000000025409	1267	0.9643043000210724	2	2	2	2	1	False	31447	fragment	False	ISR0134_000000025409	1.0		0	0	False	False	0.9992107152938843	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000026977	1750	0.9643029846489508	3	3	3	2	1	False	131386	fragment	False	CHI0167_000000011591	0.7891646242840648		0	0	False	False	0.9954285621643066	0					non-mobilizable	no_good_hit	45.0	88.889	3.0	2.5838737435162795e-05	NZ_NPZB01000001.1	g-proteobacteria	Lysobacter silvestris strain AM20-91 Contig001, whole genome shotgun sequence	True	False
USA0041_01_000000007435	2685	0.9642991908455144	4	3	3	2	3	False	73200	maximal	True	USA0041_01_000000007435	1.0		1	1	False	False	0.9992551207542419	0					non-mobilizable	no_good_hit	110.0	90.0	4.0	5.783640437500268e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0066_000000004361	7276	0.9642964300646948	7	6	4	5	5	False	115414	fragment	False	ISR0066_000000004361	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7285.0	93.919	100.0	0.0029964360695785962	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0096_000000011186	2988	0.9642926772232338	4	2	1	1	2	False	60872	maximal	True	ENG0096_000000011186	1.0		0	0	False	False	0.9986613392829895	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00022504239638003232	NC_014214.1	bacteria	Meiothermus silvanus DSM 9946 plasmid pMESIL02, complete sequence	True	False
ISR0317_000000001178	11969	0.9642924320007816	18	9	3	7	7	False	71588	maximal	True	ISR0317_000000001178	0.9978770456460561		11	4	False	True	0.9999164342880249	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	1.0	0.0002594011292595827	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	True
ENG0091_000000001750	11449	0.9642924320007816	17	9	3	7	7	False	71588	maximal	False	ISR0317_000000001178	0.9691402196427248		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	2.6721955992364373e-05	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	True
ISR0223_000000007152	3773	0.9642905081580944	7	6	6	6	4	False	124323	maximal	True	ISR0223_000000007152	1.0		0	0	False	False	0.9992048740386963	0					non-mobilizable	no_good_hit	286.0	75.175	7.0	0.006119897343657461	NZ_LDAQ01000061.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_61, whole genome shotgun sequence	True	False
ISR0787_000000000878	10908	0.9642873582223482	16	5	3	4	4	True	30440	maximal	True	ISR0787_000000000878	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	82.667	1.0	0.009525069453631433	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
FIJ0029_000000005184	6781	0.9642868772329972	11	6	4	5	5	True	116046	fragment	False	FIJ0029_000000005184	1.0		0	0	False	False	0.9985252618789673	0					non-mobilizable	other	4797.0	98.77	100.0	0.027566901286762587	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0104_000000002856	3570	0.9642789669611158	5	5	3	4	5	True	114215	fragment	False	MAD0046_000000005928	0.5998635482945427		0	0	False	False	1.0	0					non-mobilizable	plasmid	3570.0	100.0	100.0	0.030177990106963176	CP032495.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain SO21 plasmid pSO21_118, complete sequence	False	True
ISR0123_000000005547	3538	0.964256008751578	3	2	2	2	2	True	109336	backbone	False	ISR0013_000000006661	0.9995857176147691	PS687	0	0	True	True	1.0	16	rep_cluster_1188				non-mobilizable	plasmid	3248.0	100.0	100.0	0.9279794226921978	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
ISR0072_000000005574	4620	0.9642503103706944	5	5	5	5	4	True	61178	fragment	False	ISR0072_000000005574	1.0		0	0	False	False	0.9978355169296265	0					non-mobilizable	chromosome	4620.0	100.0	100.0	0.002375856483660393	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
MAD0064_000000007079	2784	0.9642320664490491	6	4	3	2	1	False	89686	maximal	True	MAD0064_000000007079	1.0		5	3	False	False	0.9982040524482727	0					non-mobilizable	no_good_hit	1103.0	78.332	39.0	0.00039457770592521776	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
MAD0059_000000005207	3650	0.9642304743637788	7	4	3	3	2	True	128507	maximal	True	MAD0059_000000005207	1.0	PS1035	0	0	False	True	0.9972602725028992	0					non-mobilizable	no_good_hit	1653.0	94.25299999999999	48.0	0.5084641428131733	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
ISR0170_000000005462	7858	0.9642303396852449	10	6	5	5	4	False	30070	fragment	False	ISR0170_000000005462	1.0		0	0	False	False	0.9986001253128052	0					non-mobilizable	no_good_hit	133.0	78.947	2.0	0.0008574490889603429	NZ_FQXU01000012.1	firmicutes	Clostridium intestinale DSM 6191, whole genome shotgun sequence	True	False
ISR0307_000000003372	2653	0.964211887147954	3	3	3	3	2	False	131466	maximal	True	ISR0307_000000003372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1772.0	79.571	68.0	0.024458946898705935	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0079_000000003227	9064	0.9641963154615172	8	8	5	8	8	False	113264	fragment	False	SPA0073_000000001616	0.7361169483829485		0	0	False	False	0.999558687210083	0	IncFIC	MOBF,MOBF			mobilizable	plasmid	9061.0	96.667	99.0	0.06431996590061449	CP054455.1	enterobacteria	Escherichia coli strain SCU-487 plasmid pSCU-487-1, complete sequence	False	True
SPA0037_000000004859	4917	0.964194930010128	6	6	3	5	4	False	119720	fragment	False	SPA0037_000000004859	0.9514785039420735		0	0	False	False	1.0	0					non-mobilizable	chromosome	4915.0	99.654	100.0	0.0007560658358866326	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0303_000000002266	4780	0.964194930010128	6	6	3	5	4	False	119720	fragment	False	SPA0037_000000004859	0.9423165282607542		0	0	False	False	0.9968619346618652	0					non-mobilizable	chromosome	4780.0	98.72399999999999	100.0	0.0007352947964391976	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MAD0002_000000020114	1991	0.9641907412641996	3	3	3	3	1	False	113521	fragment	False	AST0087_000000017412	0.4085131506639117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	77.975	28.0	0.0001979585830981616	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0112_000000016989	1695	0.9641893046005124	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.395965306763807		0	0	False	False	0.9988200664520264	0					non-mobilizable	other	1648.0	85.194	97.0	0.02289714413208389	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0033_000000024683	1293	0.964188048224341	1	1	1	1	1	True	7181	fragment	False	SPA0033_000000024683	1.0		0	0	False	False	0.996133029460907	0					non-mobilizable	other	1273.0	87.98100000000001	100.0	0.00033715540052125126	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	True
ENG0190_000000018812	1596	0.9641840335621988	2	2	2	2	2	False	54807	fragment	False	SPA0096_000000025321	0.9829683698296837		0	0	False	False	0.9987468719482422	0					non-mobilizable	no_good_hit	1218.0	74.138	75.0	0.0003900912898420685	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0128_000000018519	1920	0.9641839870280158	3	3	2	3	1	False	97079	fragment	False	ISR0128_000000018519	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1858.0	99.946	100.0	0.0007713241854368012	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
SPA0137_000000000763	30030	0.9641833696581229	16	16	6	12	14	True	109736	maximal	True	SPA0137_000000000763	1.0		1	1	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	11197.0	95.552	94.0	0.08837264430484769	CP015284.1	firmicutes	Streptococcus salivarius strain ATCC 25975 plasmid, complete sequence	False	True
ISR0212_000000006329	5082	0.9641812371498184	7	5	4	5	5	False	66493	maximal	True	ISR0212_000000006329	1.0		10	5	False	False	0.99803227186203	0					non-mobilizable	no_good_hit	82.0	82.927	2.0	1.909271422025355e-05	CP059901.1	high GC Gram+	Mumia sp. ZJ1417 chromosome, complete genome	True	False
SPA0106_000000001657	18004	0.9641807652182008	22	17	12	16	11	False	123881	fragment	False	ISR0786_000000000798	0.6986799295879056		0	0	False	False	1.0	0					non-mobilizable	other	11964.0	98.111	93.0	0.07078305231198992	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
MAD0003_000000008442	3333	0.9641797680710784	3	3	1	3	3	False	49899	fragment	False	MAD0003_000000008442	1.0		0	0	False	False	0.9921992421150208	0	rep_cluster_2335	MOBP		MOBP	mobilizable	no_good_hit	2005.0	94.713	60.0	0.2928079683609199	NZ_CDHL01000045.1	enterobacteria	Citrobacter pasteurii strain CIP 55.13, whole genome shotgun sequence	True	True
ENG0116_000000004407	4958	0.9641787874066524	5	2	1	2	1	True	59485	fragment	False	ENG0116_000000004407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	92.836	86.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
SPA0090_000000008419	3909	0.9641787874066524	7	2	1	2	1	True	56617	maximal	True	SPA0090_000000008419	1.0		0	0	False	False	0.999488353729248	0					non-mobilizable	no_good_hit	2052.0	92.641	81.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0068_000000006246	3223	0.9641787874066524	5	2	1	2	1	True	56619	fragment	False	ISR0068_000000006246	0.9946974422956956		0	0	False	False	1.0	0					non-mobilizable	plasmid	1276.0	94.12200000000001	92.0	0.05083323342524877	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0781_000000008340	3206	0.9641787874066524	5	2	1	2	1	True	56619	fragment	False	ISR0068_000000006246	0.9923983865963388		0	0	False	False	0.9950093626976013	0					non-mobilizable	plasmid	1263.0	94.537	92.0	0.05031371138552532	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
SPA0106_000000019710	1964	0.9641787874066524	3	2	1	2	1	True	56603	fragment	False	SPA0106_000000019710	0.9628443928850517		0	0	False	False	0.9938900470733643	0					non-mobilizable	no_good_hit	1310.0	91.756	89.0	0.05195220397234544	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0153_000000001085	20059	0.9641720670989604	20	12	7	10	9	False	30694	maximal	True	ISR0153_000000001085	1.0		1	1	False	False	0.9994516372680664	0					non-mobilizable	no_good_hit	1392.0	79.885	7.0	0.010641562706194664	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
FIJ0061_000000009090	2707	0.9641714422095644	4	3	3	3	3	False	131510	fragment	False	FIJ0061_000000009090	1.0		0	0	False	False	0.9996305704116821	0					non-mobilizable	no_good_hit	1836.0	78.595	67.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0209_000000014697	1957	0.9641703007498637	4	1	1	1	1	False	74896	fragment	False	ISR0209_000000014697	1.0		0	0	False	False	0.9713847637176514	0					non-mobilizable	chromosome	1928.0	99.637	98.0	0.0003496169181930883	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0122_000000014619	1711	0.9641703007498637	1	1	1	1	1	False	74895	fragment	False	SPA0122_000000014619	1.0		0	0	False	False	0.9994155168533325	0					non-mobilizable	chromosome	1711.0	99.94200000000001	100.0	0.00031024646087710484	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0779_000000021307	1618	0.9641703007498637	2	1	1	1	1	False	74891	fragment	False	ISR0779_000000021307	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1618.0	99.93799999999999	100.0	0.00029337340774168334	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
DEN0040_000000006819	1230	0.9641703007498637	2	1	1	1	1	False	74894	fragment	False	DEN0040_000000006819	1.0		0	0	False	False	0.9991869926452637	0					non-mobilizable	chromosome	1222.0	99.755	99.0	0.00022152685890698538	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
DEN0039_000000018842	1159	0.9641703007498637	1	1	1	1	1	False	74897	fragment	False	DEN0039_000000018842	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1042.0	99.904	100.0	0.0001888693367093954	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0191_000000028569	1147	0.9641703007498637	2	1	1	1	1	False	74889	fragment	False	ENG0133_000000021038	0.7066806093026785		0	0	False	False	0.986050546169281	0					non-mobilizable	chromosome	1147.0	99.913	100.0	0.0002079195579913229	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0133_000000021038	1146	0.9641703007498637	1	1	1	1	1	False	74889	fragment	False	ENG0133_000000021038	0.9677122890329446		0	0	False	False	0.9982547760009766	0					non-mobilizable	chromosome	1146.0	99.913	100.0	0.0002077381273124474	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
DEN0020_000000010584	1119	0.9641703007498637	1	1	1	1	1	False	74889	fragment	False	ENG0133_000000021038	0.7231730881300406		0	0	False	False	0.9874888062477112	0					non-mobilizable	chromosome	939.0	99.681	100.0	0.00017018197678521891	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
USA0027_01_000000024600	1104	0.9641703007498637	1	1	1	1	1	False	74889	fragment	False	ENG0133_000000021038	0.7257257378307382		0	0	False	False	1.0	0					non-mobilizable	chromosome	946.0	99.57700000000001	100.0	0.0001714519915373474	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0222_000000009629	6422	0.9641697516598948	8	7	5	6	5	True	109522	maximal	True	ISR0222_000000009629	1.0		1	1	False	False	1.0	0	rep_cluster_556			MOBP	mobilizable	no_good_hit	1270.0	98.74	67.0	0.06984039625756742	CP031543.1	firmicutes	Lactococcus lactis subsp. cremoris strain 3107 plasmid p3107E, complete sequence	True	True
MAD0026_000000006856	1984	0.9641622264999076	2	2	2	2	2	False	19090	fragment	False	MAD0026_000000006856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	88.81	66.0	0.00011177121632425283	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0019_000000011232	2541	0.9641572540708231	4	3	3	2	2	False	128269	maximal	True	AST0019_000000011232	1.0		1	1	False	False	0.9988193511962891	0					non-mobilizable	no_good_hit	635.0	74.646	24.0	0.011911557635955397	NZ_FQXK01000037.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ISR0174_000000006720	3931	0.9641569220497564	6	4	2	3	1	True	90253	maximal	True	ISR0174_000000006720	1.0	PS476	1	1	False	True	0.9987280368804932	0					non-mobilizable	no_good_hit	3104.0	99.613	79.0	0.9639079029247044	CP041418.1	enterobacteria	Escherichia coli strain STEC711 plasmid pSTEC711_2, complete sequence	True	True
USA0130_01_000000024882	1334	0.9641529430249732	2	2	2	2	1	False	107	fragment	False	USA0130_01_000000024882	1.0		0	0	False	False	0.9985007643699646	0					non-mobilizable	no_good_hit								True	False
DEN0085_000000010191	3132	0.9641504614339504	4	4	4	4	4	False	101234	fragment	False	ISR0356_000000004418	0.5465428781266168		0	0	False	False	0.9964878559112549	0					non-mobilizable	chromosome	3132.0	99.10600000000001	100.0	0.0012278416927352634	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0259_000000003267	4049	0.9641490298578904	6	4	3	4	3	False	106149	maximal	True	ISR0259_000000003267	1.0		1	1	False	False	0.9950605034828186	0					non-mobilizable	no_good_hit	703.0	78.094	17.0	0.0021122230606514182	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0284_000000000317	18734	0.964141045865403	37	11	6	9	6	False	26098	maximal	True	ISR0284_000000000317	1.0		1	1	False	False	0.9987722635269165	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.093979474784462e-06	CP045040.1	firmicutes	Carnobacterium maltaromaticum strain 18ISCm chromosome, complete genome	True	False
ETH0001_000000015016	2080	0.9641408484341012	2	2	1	2	1	False	53526	maximal	True	ETH0001_000000015016	0.9873260437375746		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	98.714	15.0	0.032752245113576335	NZ_CYYU01000031.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0168_000000003918	4713	0.9641405644726272	9	6	1	3	4	True	121572	fragment	False	ISR0216_000000004363	0.6589617869094871		0	0	False	False	0.9995756149291992	0					non-mobilizable	chromosome	4716.0	98.81299999999999	100.0	0.0020875144498945617	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	True
ISR0214_000000004103	6136	0.9641332801641848	9	6	4	5	4	True	123417	maximal	False	ISR0148_000000004784	0.9664905084826169	PS895	0	0	True	True	1.0	320		MOBV			mobilizable	other	4549.0	98.066	100.0	0.7377741673436231	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0061_000000024772	1827	0.9641315230175348	3	3	2	2	1	False	131379	fragment	False	MON0061_000000024772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0024_000000006281	2151	0.9641301833472264	3	3	3	2	2	False	128258	maximal	True	MAD0024_000000006281	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	74.59	22.0	0.003593739247455709	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
ISR0087_000000004813	5092	0.9641218338697288	5	4	4	3	3	False	68650	maximal	True	ISR0087_000000004813	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	other	2381.0	98.90799999999999	97.0	0.02709718553602332	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
MON0007_000000057905	1143	0.9641212603607549	2	1	1	1	1	False	131373	fragment	False	MON0007_000000057905	1.0		0	0	False	False	0.9912511110305786	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000024100	1276	0.9641208157243164	3	2	1	1	2	False	59422	fragment	False	SPA0021_000000024230	0.9221446190503678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1123.0	89.76	88.0	0.17888942852517403	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0853_000000003696	4144	0.9641177083144792	6	3	2	2	3	False	59034	fragment	False	ISR0853_000000003696	1.0		0	0	False	False	0.9917953610420227	0					non-mobilizable	no_good_hit	629.0	100.0	15.0	0.9984101748807631	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
ISR0170_000000013383	3415	0.9641177083144792	4	3	2	2	3	False	59031	fragment	False	ISR0170_000000013383	1.0		0	0	False	False	0.9938506484031677	0					non-mobilizable	no_good_hit	629.0	99.84100000000001	18.0	0.9984101748807631	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
MAD0068_000000006398	4003	0.964113939676388	4	4	2	4	4	True	59642	backbone	True	MAD0068_000000006398	1.0	PS262	2	1	True	True	1.0	134	rep_cluster_2131	MOBQ			mobilizable	plasmid	3540.0	100.0	100.0	0.9065061475409836	CP012638.1	enterobacteria	Escherichia coli strain SF-088 plasmid pSF-088-3, complete sequence	False	True
SPA0026_000000004420	5615	0.9641076440183568	6	3	2	1	2	False	7539	maximal	False	SPA0028_000000004133	0.9818853021978022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	77.419	5.0	0.00026248948848912006	CP032057.1	CFB group bacteria	Prevotella denticola strain KCOM 1525 chromosome 2, complete sequence	True	False
CHI0037_000000003780	3298	0.9641062722018744	2	2	2	2	2	True	88003	fragment	False	CHI0037_000000003780	1.0		0	0	False	False	1.0	0	rep_cluster_1018				non-mobilizable	other	3298.0	100.0	100.0	0.0015591947801733984	CP016400.1	firmicutes	Lactobacillus johnsonii strain BS15, complete genome	False	True
ISR0795_000000001268	6339	0.9641053658339824	8	3	3	3	3	False	72051	maximal	True	ISR0795_000000001268	1.0		0	0	False	False	0.9957406520843506	0					non-mobilizable	no_good_hit	129.0	84.49600000000001	2.0	0.0006190277334250412	NZ_NHOC01000010.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c10, whole genome shotgun sequence	True	False
ISR0393_000000007873	2242	0.9641048880640488	3	3	3	3	3	False	129583	fragment	False	ISR0393_000000007873	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1799.0	98.833	90.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0142_000000006667	4327	0.9641017533196684	5	2	2	1	1	False	89936	maximal	True	SPA0142_000000006667	1.0		1	1	False	False	0.9995377659797668	0					non-mobilizable	no_good_hit	2763.0	96.887	72.0	0.6356303295690251	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	True	False
ISR0054_000000013744	1851	0.9641002503194124	3	2	2	2	2	False	35706	fragment	False	ISR0054_000000013744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	81.257	47.0	0.012117916108879963	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0097_000000002337	11901	0.96409624199687	20	7	5	6	5	False	102574	maximal	True	ENG0097_000000002337	1.0		1	1	False	False	0.9999159574508667	0					non-mobilizable	no_good_hit	6472.0	97.296	59.0	0.0038651469258265026	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
USA0089_01_000000003976	1930	0.9640949122815451	3	2	2	1	1	True	405	maximal	True	USA0089_01_000000003976	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	91.405	54.0	0.3669519910681057	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ISR0327_000000013322	2095	0.9640940919943829	3	3	2	3	2	False	24787	maximal	True	ISR0327_000000013322	1.0		1	1	False	False	0.9976133704185486	0					non-mobilizable	no_good_hit	671.0	86.587	32.0	0.6574531095755183	NZ_FNVV01000006.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
MON0102_000000008767	5033	0.9640921110166476	6	4	2	3	3	False	37908	fragment	False	MON0102_000000008767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	78.426	8.0	0.0001380235451930035	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
SPA0057_000000028369	1169	0.9640809606776459	2	1	1	1	1	False	6325	fragment	False	SPA0057_000000028369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	77.558	51.0	0.0001358265556108839	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0161_000000015417	1185	0.9640706913019732	3	1	1	1	1	False	39258	fragment	False	FIJ0161_000000015417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0004_01_000000001009	20574	0.964069366543408	30	19	8	14	13	True	88361	maximal	True	USA0004_01_000000001009	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	86.24600000000001	5.0	0.008481659730592924	NZ_QRML01000013.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf13, whole genome shotgun sequence	True	True
FIJ0033_000000006459	4958	0.9640650089599953	7	7	7	6	5	False	113196	fragment	False	CHI0145_000000003023	0.6271947194719472		0	0	False	False	0.987494945526123	0					non-mobilizable	chromosome	4913.0	98.84	99.0	0.001003951628825675	CP027440.1	enterobacteria	Escherichia coli strain 2012C-4502 chromosome, complete genome	False	False
CAN0020_000000023456	1518	0.9640616932656678	2	2	2	2	2	False	91820	fragment	False	ISR0001_000000016435	0.9790608077892735		0	0	False	False	0.9980236887931824	0					non-mobilizable	other	1518.0	99.275	100.0	0.010304446467143964	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
CHI0116_000000010499	1509	0.9640616932656678	2	2	2	2	2	False	91820	fragment	False	ISR0001_000000016435	0.9828706525036089		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	99.337	100.0	0.010243312638400195	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ISR0001_000000016435	1509	0.9640616932656678	2	2	2	2	2	False	91820	fragment	False	ISR0001_000000016435	0.9830314138018555		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	99.404	100.0	0.010243312638400195	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ENG0014_000000015638	1495	0.9640616932656678	2	2	2	2	2	False	91820	fragment	False	ISR0001_000000016435	0.9780899634443039		0	0	False	False	1.0	0					non-mobilizable	other	1495.0	100.0	100.0	0.010148215571465447	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ISR0345_000000009165	1488	0.9640616932656678	2	2	2	2	2	False	91820	fragment	False	ISR0001_000000016435	0.9724061021811861		0	0	False	False	0.9865591526031494	0					non-mobilizable	other	1488.0	99.059	100.0	0.010093874390359874	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
DEN0096_000000030570	1484	0.9640616932656678	2	2	2	2	2	False	91820	fragment	False	ISR0001_000000016435	0.9744271422972344		0	0	False	False	0.9878706336021423	0					non-mobilizable	other	1484.0	99.39399999999999	100.0	0.010073496447445285	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ISR0799_000000011029	1484	0.9640616932656678	2	2	2	2	2	False	91820	fragment	False	ISR0001_000000016435	0.9741245280470108		0	0	False	False	0.9993261694908142	0					non-mobilizable	other	1484.0	99.191	100.0	0.010073496447445285	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
MON0064_000000005646	4177	0.9640569804928909	7	5	2	3	5	True	92219	fragment	False	MON0064_000000005646	1.0		0	0	False	False	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1069.0	94.10700000000001	71.0	0.17014497371355744	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
USA0041_01_000000008430	2256	0.9640458759211066	3	3	3	3	1	False	99554	fragment	False	USA0041_01_000000008430	0.9947652711136038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	93.86	44.0	6.421404178432179e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0189_000000000154	42792	0.9640432529028716	50	33	17	28	21	True	123719	fragment	False	ISR0176_000000000218	0.9451998279622252		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	22903.0	97.756	92.0	0.22845481398690723	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0108_000000007383	3434	0.9640415864748302	6	4	2	3	3	False	107291	fragment	False	AST0108_000000007383	1.0		0	0	False	False	0.9988352060317993	0					non-mobilizable	no_good_hit								True	False
ISR0255_000000011126	2725	0.9640361373063516	3	3	3	3	2	False	129477	fragment	False	ISR0255_000000011126	0.9993082244427363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	85.205	67.0	0.02535140562248996	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0048_000000005853	2705	0.9640361373063516	3	3	3	3	2	False	129477	fragment	False	ISR0255_000000011126	0.9973221998194536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	92.99	67.0	0.00047416281960479796	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0062_01_000000008212	2702	0.9640361373063516	3	3	3	3	2	False	129477	fragment	False	ISR0255_000000011126	0.9961121400059743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	92.99	67.0	0.00047416281960479796	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AUS0002_000000013649	2602	0.9640361373063516	3	3	3	3	2	False	129477	fragment	False	ISR0255_000000011126	0.9729094411245482		0	0	False	False	0.9988470673561096	0					non-mobilizable	no_good_hit	1783.0	85.025	68.0	0.999438202247191	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
AST0016_000000010190	2554	0.9640361373063516	3	3	3	3	2	False	129477	fragment	False	ISR0255_000000011126	0.9613332574155298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1785.0	84.93	70.0	0.024793618920124945	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0186_000000009869	1510	0.9640328528692076	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.29548665512923633		0	0	False	False	0.9940397143363953	0					non-mobilizable	chromosome	1482.0	77.53	98.0	0.0004178435404915706	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0015_01_000000003340	8145	0.9640276817267598	10	9	3	3	7	True	132506	backbone	False	ISR0038_000000002833	0.836898653749405	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6071.0	99.852	99.0	0.6785554561717353	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0107_000000019731	1469	0.9640271767760228	1	1	1	1	1	False	32836	fragment	False	ISR0107_000000019731	1.0		0	0	False	False	0.9993192553520203	0					non-mobilizable	no_good_hit								True	False
ENG0035_000000008599	2574	0.9640247276175812	5	5	3	5	2	True	126933	maximal	True	ENG0035_000000008599	1.0		2	1	False	False	0.998445987701416	0					non-mobilizable	no_good_hit	1211.0	98.514	79.0	0.0002923116244844082	CP012325.1	firmicutes	Clostridioides difficile strain DSM 29020 chromosome, complete genome	True	True
ENG0105_000000001872	9204	0.9640177800095229	16	7	3	3	6	False	60191	maximal	True	ENG0105_000000001872	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	87.5	1.0	2.418095528396445e-05	NC_008346.1	firmicutes	Syntrophomonas wolfei subsp. wolfei str. Goettingen G311, complete sequence	True	False
ISR0317_000000004534	3727	0.9640160589836528	4	4	3	4	2	False	56924	maximal	True	ISR0317_000000004534	1.0		1	1	False	False	0.9943654537200928	0					non-mobilizable	no_good_hit	60.0	83.333	2.0	1.6945814880412216e-05	CP008855.1	firmicutes	Bacillus sp. X1(2014), complete genome	True	False
ISR0167_000000001187	18623	0.9640148513508248	35	12	2	11	7	False	108165	maximal	True	ISR0167_000000001187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	83.117	0.0	0.0019241129839144154	NZ_CABJCG010000032.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MON0046_000000004533	5969	0.9640070768384796	10	6	2	2	6	True	123826	backbone	False	ISR0183_000000005642	0.15494110730350447	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	75.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
FIJ0074_000000010274	3143	0.9639808857048994	3	1	1	1	1	False	44649	maximal	True	FIJ0074_000000010274	1.0		1	1	False	False	0.999681830406189	0					non-mobilizable	no_good_hit	895.0	71.62	28.0	0.026322058122915673	NZ_KB822487.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.24, whole genome shotgun sequence	True	False
ISR0379_000000004734	4379	0.9639714939379184	6	4	2	3	2	True	38137	fragment	False	ISR0379_000000004734	1.0		0	0	False	False	0.9990865588188171	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005406657913030045	NZ_NPBY01000083.1	firmicutes	Paenibacillus campinasensis strain 7537-G1 contig00083, whole genome shotgun sequence	True	True
ISR0062_000000006890	4566	0.9639649710037258	5	4	3	3	4	True	35367	maximal	True	ISR0062_000000006890	1.0	PS12	2	1	False	True	0.9991239309310913	0					non-mobilizable	other	1894.0	80.20100000000001	90.0	0.0012061828896448462	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0045_000000016097	1615	0.9639597508808452	3	2	2	2	2	False	123027	fragment	False	ISR0386_000000018333	0.9867365823565699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	91.822	81.0	0.0002880820328997721	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0210_000000006284	3051	0.963956703124606	5	1	0	1	1	True	77600	fragment	False	ISR0210_000000006284	0.9944889779559118		0	0	False	False	0.9973779320716858	0					non-mobilizable	no_good_hit	332.0	78.61399999999999	11.0	0.10274828232354778	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0063_000000006764	2994	0.963956703124606	5	1	0	1	1	True	77600	fragment	False	ISR0210_000000006284	0.985250737463127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	78.61399999999999	11.0	0.10274828232354778	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
SPA0055_000000001902	13252	0.9639543799120038	11	7	6	7	7	False	113219	maximal	True	SPA0055_000000001902	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2651.0	86.647	20.0	0.059219834265310245	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
DEN0071_000000006384	5556	0.9639540428781176	6	2	2	1	1	False	119923	fragment	False	DEN0071_000000006384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0058_01_000000015259	1139	0.9639540428781176	2	2	2	1	1	False	119893	fragment	False	MON0090_000000038217	0.5646597676653655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000008716	3328	0.9639484015677464	4	3	2	3	2	False	18393	fragment	False	MAD0040_000000008716	1.0		0	0	False	False	0.977463960647583	0					non-mobilizable	no_good_hit	135.0	78.51899999999999	4.0	0.00014134651150433074	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ENG0138_000000000457	33306	0.9639396531696688	33	21	13	20	8	True	57955	maximal	True	ENG0138_000000000457	1.0		4	1	False	False	0.9990392327308655	0					non-mobilizable	no_good_hit	517.0	88.395	2.0	0.00011912249382358028	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
MAD0108_000000007117	2377	0.9639299910185872	5	3	2	2	2	False	86578	fragment	False	MAD0108_000000007117	1.0		0	0	False	False	0.9873790740966797	0					non-mobilizable	no_good_hit	242.0	85.124	10.0	0.0001210118215329859	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
FIJ0047_000000015974	1926	0.9639299910185872	6	3	2	2	2	False	86577	fragment	False	FIJ0145_000000007740	0.9503105590062112		0	0	False	False	0.9989615678787231	0					non-mobilizable	no_good_hit	161.0	86.95700000000001	8.0	8.033557900088979e-05	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
ISR0832_000000000949	12828	0.9639288814041068	19	4	3	3	1	False	21014	maximal	True	ISR0832_000000000949	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	92.85700000000001	3.0	5.118672678741738e-05	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
CHI0087_000000000780	6793	0.963899351240432	9	3	3	3	2	True	97829	fragment	False	CHI0087_000000000780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0142_000000002805	8044	0.9638944813743846	8	7	6	5	6	False	57705	maximal	True	ENG0142_000000002805	0.9969810814437139		14	4	False	False	0.9991297721862793	0					non-mobilizable	no_good_hit	2898.0	93.823	36.0	0.2893553223388306	NZ_MPJW01000143.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_102_length_10005_cov_259.401_ID_203, whole genome shotgun sequence	True	False
SPA0006_000000002586	10457	0.9638933302528522	18	11	6	7	10	True	8267	maximal	True	SPA0006_000000002586	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	76.455	14.0	0.01726371817767973	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	True
MON0046_000000026767	1307	0.9638922085417756	2	1	1	1	1	False	21809	fragment	False	MON0046_000000026767	0.9634511871804864		0	0	False	False	0.9954093098640442	0					non-mobilizable	no_good_hit	180.0	83.889	14.0	0.2048894062863795	GQ875831.1		Uncultured organism clone VC1A654TR genomic sequence	True	False
ISR0220_000000002321	4416	0.9638855678903552	2	2	2	2	1	False	28002	maximal	True	ISR0220_000000002321	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1576.0	94.79700000000001	66.0	0.0003517499335434286	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
SPA0117_000000017308	2187	0.9638762056291382	3	3	3	3	3	False	91017	fragment	False	ENG0076_000000005088	0.8044911778908366		0	0	False	False	0.999542772769928	0					non-mobilizable	other	2187.0	99.771	100.0	0.000351189481666174	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
FIJ0014_000000016243	1546	0.9638647674300505	2	2	1	2	1	False	50456	fragment	False	FIJ0014_000000016243	1.0		0	0	False	False	0.9928848743438721	0					non-mobilizable	no_good_hit	237.0	77.637	15.0	0.004147024421366037	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0100_000000001231	7764	0.9638627846469254	12	7	4	5	4	False	91813	fragment	False	ISR0100_000000001231	1.0		0	0	False	False	0.9992272257804871	0					non-mobilizable	no_good_hit	233.0	80.687	3.0	0.00011739881145238222	CP035438.1	firmicutes	Streptococcus pyogenes strain emm22.8 chromosome, complete genome	True	False
ENG0152_000000012147	1983	0.9638598686469836	3	3	3	2	1	False	116159	fragment	False	USA0048_01_000000006517	0.34988316074098164		0	0	False	False	1.0	0					non-mobilizable	chromosome	1591.0	94.97200000000001	99.0	0.0003595143004788396	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0024_000000005274	3980	0.9638528864837091	7	4	2	2	3	True	130690	backbone	False	ENG0017_000000004005	0.18417905158560538	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3757.0	99.973	99.0	0.6960711638250556	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
USA0053_01_000000005473	3976	0.9638528864837091	7	4	2	2	3	True	130690	backbone	False	ENG0017_000000004005	0.18399928257639617	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3768.0	100.0	99.0	0.6981097108969607	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0003_000000005765	3954	0.9638528864837091	7	4	2	2	3	True	130690	backbone	False	ENG0017_000000004005	0.1837138409599709	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3751.0	99.973	99.0	0.6949592290585619	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
MAD0051_000000002858	7924	0.9638473080056432	10	9	3	5	9	False	18625	maximal	True	MAD0051_000000002858	1.0		2	1	False	False	1.0	0	IncFII				non-mobilizable	plasmid	4680.0	98.226	99.0	0.0439829185243712	CP055996.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00144 plasmid pRHBSTW-00144_2, complete sequence	False	True
AST0104_000000009463	3444	0.9638439234476716	3	2	0	2	1	True	107991	maximal	True	AST0104_000000009463	1.0		1	1	True	True	0.9982578158378601	8					non-mobilizable	no_good_hit								True	True
ENG0200_000000006415	3116	0.963842134040238	4	3	2	3	2	False	69463	fragment	False	ENG0200_000000006415	1.0		0	0	False	False	0.9935815334320068	0					non-mobilizable	no_good_hit	642.0	82.555	20.0	0.00037643148858266157	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0049_000000026194	1117	0.96383880955469	2	1	1	1	1	False	35939	fragment	False	ISR0049_000000026194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	71.861	41.0	0.0008284611476367055	NZ_CCEZ01000043.1	firmicutes	Anaerosalibacter massiliensis, whole genome shotgun sequence	True	False
USA0125_01_000000006207	4057	0.9638346923308468	5	3	2	3	1	False	123756	fragment	False	USA0125_01_000000006207	1.0		0	0	False	False	0.9884150624275208	0					non-mobilizable	no_good_hit	1021.0	91.479	25.0	0.00412339833669086	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0119_000000009838	3351	0.9638346923308468	4	3	2	3	1	False	123755	fragment	False	SPA0038_000000008026	0.9536466530539871		0	0	False	False	0.999403178691864	0					non-mobilizable	no_good_hit	286.0	95.804	9.0	0.0056070353538334415	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0179_000000009302	2136	0.9638340690270384	2	2	1	2	1	False	131382	fragment	False	CAN0022_000000012994	0.6985923392262154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	3.95969985475101e-06	CP028158.1	high GC Gram+	Plantactinospora sp. BC1 chromosome, complete genome	True	False
ENG0183_000000008345	3304	0.9638315991707463	8	1	0	1	1	True	55171	fragment	False	ENG0183_000000008345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	1.0	0.0010475121586232697	NZ_CABKTP010000146.1	firmicutes	Clostridium polynesiense isolate MGYG-HGUT-01479, whole genome shotgun sequence	True	True
USA0010_01_000000003640	7305	0.9638315018453136	8	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9980525757987702	PS1|PS615	0	0	True	True	1.0	116					non-mobilizable	no_good_hit	2802.0	80.585	40.0	0.00039295833356286505	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0343_000000001718	7298	0.9638315018453136	8	6	4	3	5	True	104257	backbone	True	ISR0343_000000001718	0.9982834550851155	PS1|PS615	19	8	False	True	0.999177873134613	0					non-mobilizable	no_good_hit	2547.0	83.274	37.0	0.0005067518345055088	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
AUS0014_000000004448	7286	0.9638315018453136	9	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9962703335062809	PS1|PS615	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2776.0	82.99700000000001	38.0	0.0005518585358045419	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0120_000000003329	7223	0.9638315018453136	8	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9972934277141705	PS1|PS615	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	2776.0	82.99700000000001	38.0	0.0005518585358045419	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
SPA0107_000000003979	7219	0.9638315018453136	9	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9973903114212364	PS1|PS615	0	0	True	True	0.999584436416626	30					non-mobilizable	no_good_hit	2608.0	82.93700000000001	39.0	0.0005183278905911014	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
USA0021_01_000000002558	7199	0.9638315018453136	9	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9970033683166116	PS1|PS615	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	2803.0	80.628	39.0	0.3131051564962846	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	True	True
ISR0389_000000002379	7182	0.9638315018453136	8	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9972851052666826	PS1|PS615	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	2780.0	82.986	39.0	0.0005526568845001	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0376_000000002233	7182	0.9638315018453136	8	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9971139900662076	PS1|PS615	0	0	True	True	0.9991645812988281	14					non-mobilizable	no_good_hit	2780.0	82.986	39.0	0.0005526568845001	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
SPA0122_000000004474	7182	0.9638315018453136	8	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.99736848929511	PS1|PS615	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	2780.0	82.986	39.0	0.0005526568845001	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0802_000000001466	7182	0.9638315018453136	8	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9971678656266694	PS1|PS615	0	0	True	True	1.0	99					non-mobilizable	no_good_hit	2780.0	82.986	39.0	0.0005526568845001	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0259_000000001698	7182	0.9638315018453136	9	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9972720224012532	PS1|PS615	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	2780.0	82.986	39.0	0.0005526568845001	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
DEN0008_000000006547	1392	0.9638297350577536	2	2	2	2	2	False	76114	fragment	False	DEN0008_000000006547	0.9370736532109879		0	0	False	False	1.0	0					non-mobilizable	chromosome	1392.0	95.905	100.0	0.0003147164203688268	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0340_000000009487	2486	0.9638282287707808	3	2	2	2	2	False	90855	fragment	False	CHI0151_000000010084	0.7713413348316321		0	0	False	False	0.9983909726142883	0					non-mobilizable	no_good_hit	1028.0	83.949	41.0	0.07592592592592592	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
ISR0052_000000034501	1099	0.9638175800294722	2	2	1	2	2	False	35760	fragment	False	ISR0052_000000034501	1.0		0	0	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit	145.0	80.69	13.0	0.17300613496932515	GQ883144.1		Uncultured organism clone VC1D880TR genomic sequence	True	False
ISR0223_000000001087	16038	0.9638119359500836	15	9	6	9	6	False	127630	maximal	True	ISR0223_000000001087	1.0		2	2	False	False	0.9999376535415649	0					non-mobilizable	no_good_hit	9943.0	99.93	84.0	0.7142754508226166	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0125_01_000000005458	4670	0.9638116476136468	4	4	2	4	3	False	92355	fragment	False	USA0125_01_000000005458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.20299999999999	67.0	0.0008419519582300475	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0102_000000012270	2580	0.9638069353459404	2	2	2	2	2	False	42636	maximal	True	FIJ0102_000000012270	1.0		1	1	False	False	0.9945736527442932	0					non-mobilizable	no_good_hit	48.0	91.667	2.0	0.00021717433091823156	LN591306.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000003007	True	False
SPA0031_000000008110	3519	0.9638069085930704	4	4	4	4	3	False	125036	fragment	False	ISR0806_000000002243	0.1995767548908476		0	0	False	False	1.0	0					non-mobilizable	other	3142.0	98.6	100.0	0.0006633743642662343	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MAD0011_000000002020	6030	0.9638055276338384	7	4	4	4	2	True	96532	fragment	False	FIJ0094_000000002896	0.6975447850690892		0	0	False	False	1.0	0					non-mobilizable	chromosome	5539.0	97.41799999999999	92.0	0.0009932761054680585	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0213_000000005108	4491	0.9638049799248876	5	3	0	2	1	True	28297	fragment	False	ISR0213_000000005108	1.0		0	0	False	False	0.997327983379364	0					non-mobilizable	no_good_hit	576.0	87.15299999999999	31.0	0.08741742203103395	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
CHI0038_000000000320	23993	0.9637911063002542	29	17	6	16	6	True	100675	backbone	False	SPA0056_000000000367	0.4257549885805723	PS581	0	0	False	True	1.0	0					non-mobilizable	other	24004.0	96.676	100.0	0.3857485164755641	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
MON0095_000000026994	1196	0.9637898523226172	2	1	1	1	1	True	59112	fragment	False	ENG0121_000000011782	0.6658556803093428		0	0	False	False	0.9882943034172058	0					non-mobilizable	other	1196.0	91.806	100.0	0.0002314461082094806	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0076_000000001759	5953	0.963786310802879	7	7	4	6	6	False	93620	maximal	False	SPA0075_000000002125	0.9694054565525942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	86.973	30.0	0.0007730380136399789	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ENG0027_000000004484	4435	0.9637859600906812	9	6	1	3	4	True	114725	fragment	False	ENG0027_000000004484	0.9462110960757781		0	0	False	False	0.9988725781440735	0					non-mobilizable	chromosome	4404.0	94.619	100.0	0.0017491368840028664	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	False	True
FIJ0095_000000002954	8572	0.963783894588714	13	4	1	4	1	False	81942	maximal	True	FIJ0095_000000002954	1.0		1	1	False	False	0.9995333552360535	0					non-mobilizable	no_good_hit	155.0	93.54799999999999	2.0	0.030514559234144395	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0174_000000004763	5764	0.963781355246084	13	11	1	4	10	True	117326	fragment	False	ISR0216_000000003019	0.3152693656359579		0	0	False	False	0.9998264908790588	0					non-mobilizable	chromosome	5782.0	92.944	100.0	0.0023819972470257304	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
MON0099_000000006557	4344	0.963778610669646	10	5	2	2	5	True	123826	backbone	False	ISR0183_000000005642	0.026038812785388128	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1994.0	93.48	85.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
AUS0004_000000017596	1108	0.9637781022824364	3	2	2	2	2	False	102200	fragment	False	AUS0004_000000017596	1.0		0	0	False	False	0.987364649772644	0					non-mobilizable	other	1110.0	93.243	100.0	0.0035385726797895396	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0061_000000013881	2984	0.9637737152756196	4	4	2	4	2	False	112103	maximal	True	AST0061_000000013881	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	2.0	5.442721671848591e-05	NZ_STFF01000002.1	CFB group bacteria	Niastella caeni strain HX-16-21 Scaffold2, whole genome shotgun sequence	True	False
ISR0332_000000010090	1486	0.9637675036344828	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.2289444977478784		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	78.296	99.0	0.02044288264167782	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0079_000000010398	3162	0.9637668149336628	6	5	2	4	3	False	104851	fragment	False	ENG0079_000000010398	1.0		0	0	False	False	0.9879822731018066	0					non-mobilizable	no_good_hit	1160.0	97.32799999999999	59.0	0.09334409035901574	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
FIJ0034_000000007407	3907	0.9637485140262346	6	2	1	2	1	True	64362	fragment	False	FIJ0034_000000007407	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1478.0	95.061	90.0	0.05890580665787475	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ETH0001_000000010266	2766	0.9637485140262346	4	2	1	2	1	True	56614	fragment	False	ETH0001_000000010266	1.0		0	0	False	False	0.9956616163253784	0					non-mobilizable	no_good_hit	1406.0	89.40299999999999	69.0	0.05566878471805939	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MON0098_000000014227	2266	0.9637329075136819	3	3	2	3	2	False	114453	fragment	False	MON0098_000000014227	0.9263274336283186		0	0	False	False	0.999117374420166	0					non-mobilizable	chromosome	2299.0	81.514	100.0	0.0009846731782570633	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
AST0055_000000002967	9052	0.9637306289077234	9	9	9	9	9	False	113998	maximal	True	AST0055_000000002967	0.9979643485915493		2	2	False	False	1.0	0					non-mobilizable	plasmid	9052.0	99.779	100.0	0.03883599291160532	KY887595.1	enterobacteria	Escherichia coli strain Ec78 plasmid pEc78, complete sequence	False	True
CHI0047_000000009834	1579	0.9637262647458441	2	1	1	1	1	False	86963	fragment	False	CHI0047_000000009834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0848_000000013440	1350	0.9637262647458441	3	1	1	1	1	False	20607	fragment	False	ISR0848_000000013440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000011189	1761	0.9637174377323902	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5854863227261677	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1762.0	90.295	100.0	0.0004713826008099527	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0161_000000000385	40560	0.9637109561858784	68	15	9	12	11	False	37268	maximal	False	ISR0073_000000000263	0.9718137543232243		0	0	False	False	0.9996548295021057	0					non-mobilizable	no_good_hit	254.0	92.126	1.0	0.00029742801184069143	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0110_000000004107	5543	0.9637048528577672	5	3	3	3	1	False	66545	fragment	False	ISR0110_000000004107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0394_000000006572	2844	0.9636945888846584	5	4	4	3	3	False	22760	fragment	False	ISR0394_000000006572	1.0		0	0	False	False	0.99964839220047	0					non-mobilizable	no_good_hit	172.0	79.07	6.0	0.0015069853201900574	NZ_FNBY01000014.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0064_000000007204	3750	0.9636915002450372	5	5	1	2	2	True	45512	maximal	True	FIJ0064_000000007204	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	709.0	71.227	22.0	0.15801509261376628	KU302805.1	enterobacteria	Enterobacter cloacae strain SZECL1 plasmid pSZECL_c, complete sequence	True	True
SPA0139_000000012814	2158	0.9636910548768838	4	2	2	2	1	False	3515	fragment	False	SPA0139_000000012814	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	99.484	100.0	0.007493271545576001	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	False
ENG0098_000000009224	2762	0.963689116424524	6	2	2	2	2	False	60719	fragment	False	ENG0098_000000009224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	89.47399999999999	8.0	0.00022722753997784533	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MON0081_000000017859	3153	0.9636819552452128	8	4	2	2	4	True	92226	fragment	False	MON0072_000000005993	0.958544438966133		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1994.0	93.48	79.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MAD0003_000000012474	2238	0.9636807118488484	5	4	0	3	3	False	51507	fragment	False	MAD0003_000000012474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	98.514	49.0	0.17266715650257164	CP056128.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 plasmid pRHBSTW-01009_3, complete sequence	True	False
FIJ0144_000000017538	1796	0.9636659781294088	2	2	2	2	1	False	40073	maximal	True	FIJ0144_000000017538	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0807_000000003432	3895	0.9636438238204068	4	2	2	2	2	True	62048	maximal	True	ISR0807_000000003432	0.9769693815098908		2	1	True	True	1.0	1					non-mobilizable	no_good_hit	1803.0	88.51899999999999	78.0	0.5416036308623298	LN852925.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0252	True	True
ISR0808_000000003649	3893	0.9636438238204068	4	2	2	2	2	True	62048	maximal	False	ISR0807_000000003432	0.976866685746091		0	0	True	True	1.0	111					non-mobilizable	no_good_hit	1803.0	88.51899999999999	78.0	0.5416036308623298	LN852925.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0252	True	True
AST0025_000000013998	2549	0.9636413851976852	4	4	4	3	2	False	120409	fragment	False	AST0025_000000013998	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2549.0	99.961	100.0	0.0011012416196722898	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
FIJ0091_000000010380	2220	0.9636413851976852	4	4	4	3	2	False	43378	fragment	False	FIJ0091_000000010380	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2220.0	99.685	100.0	0.5315121016055595	MK231602.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G16_1-CL14_c5 sequence	False	False
DEN0096_000000040525	1133	0.9636269781488872	2	2	2	2	1	False	68095	fragment	False	DEN0096_000000040525	1.0		0	0	False	False	0.9867607951164246	0					non-mobilizable	no_good_hit	575.0	75.304	66.0	0.0009063463391905433	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
MAD0043_000000014293	1813	0.9636238741432184	3	3	2	2	3	False	38950	fragment	False	MAD0043_000000014293	1.0		0	0	False	False	0.9939327239990234	0					non-mobilizable	chromosome	1813.0	97.904	100.0	0.0003800821036076126	CP043750.1	enterobacteria	Escherichia coli strain CVM N62675 chromosome, complete genome	False	False
ENG0024_000000002967	8443	0.9636229247041884	10	8	3	3	6	True	118165	maximal	False	SPA0128_000000004221	0.9723814192079155		0	0	True	True	1.0	220	rep_cluster_1097	MOBB			mobilizable	other	5412.0	99.90799999999999	100.0	0.6454306848007635	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	False	True
SPA0151_000000001917	8385	0.9636229247041884	11	8	3	3	6	True	118165	maximal	False	SPA0128_000000004221	0.9817997641678765		0	0	True	True	1.0	362	rep_cluster_1097	MOBB			mobilizable	other	5080.0	97.539	100.0	0.6055833929849678	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	False	True
USA0065_01_000000001404	8379	0.9636229247041884	11	8	3	3	6	True	118165	maximal	False	SPA0128_000000004221	0.9816588328304158		0	0	True	True	1.0	23	rep_cluster_1097	MOBB			mobilizable	other	5381.0	97.473	100.0	0.6414936769267477	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	False	True
SPA0150_000000001995	8365	0.9636229247041884	11	8	3	3	6	True	118165	maximal	False	SPA0128_000000004221	0.9817672191831935		0	0	True	True	1.0	261	rep_cluster_1097	MOBB			mobilizable	other	5381.0	97.677	100.0	0.6414936769267477	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	False	True
USA0023_01_000000003108	10404	0.9636218024454344	8	4	4	3	2	False	99371	fragment	False	ENG0103_000000001964	0.9669264398403346		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3004.0	96.93700000000001	59.0	0.12272950417280314	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0112_000000006797	3819	0.9636179049725672	5	2	1	2	1	True	84565	maximal	False	MAD0046_000000006168	0.693159242540744		0	0	True	True	0.9965959787368774	2					non-mobilizable	no_good_hit								True	True
FIJ0043_000000006623	3819	0.9636179049725672	5	2	1	2	1	True	84565	maximal	False	MAD0046_000000006168	0.6940186124109233		0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
ISR0015_000000006320	3811	0.9636179049725672	6	2	1	2	1	True	84565	maximal	False	MAD0046_000000006168	0.6239496337601611		0	0	True	True	0.9958016276359558	10					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.001073614143076978	NZ_QYBB01000049.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_49_length_27943_cov_75.6361, whole genome shotgun sequence	True	True
ISR0060_000000002126	14867	0.963615377230592	18	15	11	11	11	False	78910	maximal	True	ISR0060_000000002126	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	90.6	16.0	0.0002957736204415383	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
SPA0006_000000015627	2043	0.9636140413761488	3	2	1	2	2	False	8245	maximal	True	SPA0006_000000015627	1.0		2	2	False	False	0.999021053314209	0					non-mobilizable	no_good_hit	143.0	78.322	7.0	0.0002699922614894066	NZ_MCIB01000001.1	firmicutes	Thermohalobacter berrensis strain CTT3 contig_1, whole genome shotgun sequence	True	False
MON0005_000000033106	1642	0.9636079954233956	3	3	3	3	2	False	92119	fragment	False	CHI0148_000000005763	0.6593473086767552		0	0	False	False	0.9902557730674744	0					non-mobilizable	other	1642.0	97.32	100.0	0.006561375449820072	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0027_000000023778	1580	0.9636056056660124	2	2	2	2	2	False	111664	fragment	False	ENG0042_000000016874	0.6509488170220598		0	0	False	False	0.9829114079475403	0					non-mobilizable	no_good_hit	545.0	72.477	34.0	0.35013440860215056	KJ798871.1	bacteria	Uncultured bacterium BD_contig01681 genomic sequence	True	False
FIJ0154_000000016213	2314	0.9635979272412046	3	3	3	3	2	False	91560	fragment	False	FIJ0154_000000016213	0.9320259615347453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1263.0	96.12	100.0	0.0004469118638101609	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ENG0139_000000007089	2706	0.9635967052041056	5	2	0	1	2	True	107869	maximal	True	ENG0139_000000007089	1.0	PS664	2	2	True	True	1.0	132					non-mobilizable	no_good_hit	722.0	96.814	51.0	0.26646818012653517	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0011_000000011850	2303	0.9635967052041056	5	2	0	1	2	True	107868	backbone	True	ENG0011_000000011850	0.9473812736738142	PS664	1	1	True	True	1.0	29					non-mobilizable	no_good_hit	441.0	91.383	40.0	0.16337923334573876	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
AST0104_000000016246	2102	0.9635967052041056	4	2	0	1	2	True	107868	backbone	False	ENG0011_000000011850	0.9168475900998697	PS664	0	0	True	True	0.9966698288917542	7					non-mobilizable	no_good_hit	741.0	96.626	45.0	0.2735392631187198	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0101_000000018942	1765	0.9635967052041056	4	2	0	1	2	True	60482	fragment	False	ENG0101_000000018942	1.0		0	0	False	False	0.9949008226394653	0					non-mobilizable	no_good_hit	683.0	89.165	39.0	0.25195385187941943	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ISR0113_000000000802	14177	0.963595663612056	17	12	9	11	10	False	122387	fragment	False	ISR0113_000000000802	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	14181.0	97.426	99.0	0.21316680460461968	MK231413.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_1-CL01_c5 sequence	False	False
ISR0346_000000013753	1731	0.9635937582204304	2	2	1	2	1	False	85857	fragment	False	ISR0346_000000013753	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0150_000000000785	20016	0.9635894020363818	27	6	3	4	4	False	67790	maximal	True	FIJ0150_000000000785	1.0		1	1	False	False	0.9985511302947998	0					non-mobilizable	no_good_hit	10832.0	92.09700000000001	65.0	0.003361106116254949	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0096_000000024220	1543	0.96358849405434	2	2	2	2	2	False	42984	fragment	False	FIJ0096_000000024220	1.0		0	0	False	False	0.9941672086715698	0					non-mobilizable	no_good_hit	368.0	98.37	24.0	0.00010638652514649889	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0099_000000016252	1358	0.963579069882346	1	1	1	1	1	False	42758	fragment	False	FIJ0099_000000016252	1.0		0	0	False	False	0.9933726191520691	0					non-mobilizable	other	1340.0	99.25399999999999	99.0	0.000263566022698172	CP012554.1	enterobacteria	Citrobacter portucalensis strain P10159, complete genome	False	False
MON0055_000000021743	1205	0.9635767279486088	2	1	1	1	1	False	11084	fragment	False	MON0055_000000021743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	77.778	29.0	0.00011103907163808037	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
FIJ0005_000000013468	2456	0.9635745145382244	5	5	4	4	4	False	78306	fragment	False	FIJ0005_000000013468	0.9762108872696099		0	0	False	False	1.0	0					non-mobilizable	chromosome	2459.0	99.227	100.0	0.0004455912242305792	CP052192.1	enterobacteria	Klebsiella pneumoniae strain F16KP0014 chromosome, complete genome	False	False
MON0044_000000020551	2515	0.9635700462233184	5	4	3	3	2	False	42459	fragment	False	MON0044_000000020551	1.0		0	0	False	False	0.9908548593521118	0					non-mobilizable	no_good_hit	1612.0	81.141	64.0	0.05471041680878641	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MON0078_000000002378	12222	0.9635654799109608	16	9	6	9	3	False	69837	maximal	True	MON0078_000000002378	1.0		1	1	False	False	0.9999181628227234	0					non-mobilizable	no_good_hit	869.0	92.06	11.0	0.0002558881673935095	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0217_000000003434	7988	0.9635619946281604	8	5	4	5	2	False	37064	maximal	True	ISR0217_000000003434	0.9986896551724138		3	2	False	False	0.9992488622665405	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0144	XM_006675399.1	chytrids	Batrachochytrium dendrobatidis JAM81 uncharacterized protein (BATDEDRAFT_22078), partial mRNA	True	False
SPA0117_000000005567	6492	0.9635575174621708	11	7	2	4	6	True	91037	maximal	True	SPA0117_000000005567	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3019.0	93.508	46.0	0.0006216512978919349	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
MON0090_000000006574	7619	0.9635531687729416	7	2	2	2	2	False	42457	maximal	True	MON0090_000000006574	1.0		5	2	False	False	0.9998687505722046	0					non-mobilizable	no_good_hit	1613.0	81.029	21.0	0.05471041680878641	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
CAN0010_000000003510	3736	0.9635512092255522	5	4	3	4	4	False	121452	maximal	True	CAN0010_000000003510	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	97.539	50.0	0.004048872734843293	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
SPA0096_000000010039	3611	0.9635500119679754	3	2	2	2	2	False	123322	maximal	True	SPA0096_000000010039	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	75.19800000000001	14.0	0.0026068603788567428	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
CAN0003_000000033235	1476	0.963547355968586	2	1	1	1	1	True	96467	fragment	False	ENG0109_000000015034	0.7160799860466087		0	0	False	False	1.0	0					non-mobilizable	other	1476.0	98.984	100.0	0.13416408950336547	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0210_000000014555	1300	0.963547355968586	2	1	1	1	1	True	96467	fragment	False	ENG0109_000000015034	0.23744733146067415		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	99.23100000000001	100.0	0.11815535746770967	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0026_01_000000007988	4249	0.9635272989501802	4	2	2	2	2	True	85983	fragment	False	USA0026_01_000000007988	1.0		0	0	False	False	0.9976465106010437	0					non-mobilizable	other	3704.0	95.59899999999999	97.0	0.08014721801255684	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
CHI0141_000000008198	3369	0.9635272989501802	4	2	2	2	2	True	85982	fragment	False	CHI0141_000000008198	0.9615977791486736		0	0	False	False	0.988720715045929	0					non-mobilizable	other	3367.0	95.75299999999999	99.0	0.07256982030742586	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0218_000000005387	3020	0.9635272989501802	3	2	2	2	2	True	85980	fragment	False	ISR0218_000000005387	0.9770594908274319		0	0	False	False	0.9950330853462219	0					non-mobilizable	other	3020.0	100.0	100.0	0.06536046763368694	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0089_000000007277	2960	0.9635272989501802	3	2	2	2	2	True	85980	fragment	False	ISR0218_000000005387	0.9609644623407156		0	0	False	False	1.0	0					non-mobilizable	other	2960.0	100.0	100.0	0.06406148516995021	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0055_000000006945	2782	0.9635272989501802	3	2	2	2	2	True	85980	fragment	False	ISR0218_000000005387	0.7173392542590323		0	0	False	False	0.999281108379364	0					non-mobilizable	other	2783.0	99.964	100.0	0.060229486901926824	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0092_000000016313	2659	0.9635272989501802	3	2	2	2	2	True	84479	fragment	False	SPA0092_000000016313	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2659.0	99.962	100.0	0.05754492314353756	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
USA0057_01_000000011998	2643	0.9635272989501802	3	2	2	2	2	True	85980	fragment	False	ISR0218_000000005387	0.47546728971962615		0	0	False	False	1.0	0					non-mobilizable	other	2574.0	97.475	97.0	0.05570469798657718	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0126_000000018174	2333	0.9635272989501802	3	2	2	2	2	True	84478	maximal	True	SPA0126_000000018174	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1995.0	100.0	86.0	0.04316951721151764	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
CHI0078_000000007844	1985	0.9635272989501802	2	2	2	2	2	True	84477	fragment	False	CHI0078_000000007844	1.0		0	0	False	False	0.9979848861694336	0					non-mobilizable	other	1979.0	98.434	99.0	0.04282312188785451	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0050_000000010622	2468	0.9635263698770606	4	2	2	2	2	False	35920	maximal	True	ISR0050_000000010622	1.0		8	4	False	False	0.9927066564559937	0					non-mobilizable	no_good_hit	1683.0	99.762	68.0	0.01352448800726881	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0006_000000013072	1727	0.9635248344027664	2	2	2	2	2	False	92754	fragment	False	ISR0138_000000015844	0.9681719260065288		0	0	False	False	0.998262882232666	0					non-mobilizable	other	1727.0	99.595	100.0	0.001851498254700081	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
ENG0079_000000006004	5238	0.9635244842557344	9	5	3	5	3	False	65224	fragment	False	ENG0079_000000006004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	74.425	31.0	0.0004826779551639965	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
TAN0009_000000039420	1112	0.9635090903206628	2	2	2	1	1	False	2647	maximal	True	TAN0009_000000039420	1.0		0	0	False	False	0.9271582961082458	0					non-mobilizable	no_good_hit								True	False
MON0102_000000002866	12354	0.9635056225263796	10	6	6	6	4	True	77884	fragment	False	MON0102_000000002866	1.0		0	0	False	False	0.9965193271636963	0					non-mobilizable	no_good_hit	1329.0	91.49700000000001	11.0	0.0016178213744903194	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0019_000000000517	25380	0.9634913624158784	23	13	8	12	6	True	120597	fragment	False	SPA0019_000000000517	0.944671687614716		0	0	False	False	0.9997242093086243	0					non-mobilizable	no_good_hit	865.0	97.45700000000001	3.0	0.9988425925925926	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
FIJ0058_000000001924	16677	0.9634867039915188	17	8	7	8	3	True	51366	fragment	False	FIJ0058_000000001924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	82.645	1.0	0.006201061537653056	NZ_QJTC01000036.1	b-proteobacteria	Xylophilus ampelinus strain CECT 7646 Ga0244619_136, whole genome shotgun sequence	True	True
FIJ0031_000000001099	15086	0.9634867039915188	14	8	7	8	3	True	51365	fragment	False	FIJ0031_000000001099	1.0		0	0	False	False	0.9999337196350098	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.09310761789600967	NZ_AXCY01000286.1	high GC Gram+	Cellulomonas carbonis T26 contig243, whole genome shotgun sequence	True	True
AUS0022_000000014833	2341	0.9634807714203721	2	1	1	1	1	False	99273	maximal	True	AUS0022_000000014833	1.0		1	1	False	False	0.9948740005493164	0					non-mobilizable	no_good_hit	183.0	77.04899999999999	8.0	0.0003403423577929844	NZ_MCIB01000001.1	firmicutes	Thermohalobacter berrensis strain CTT3 contig_1, whole genome shotgun sequence	True	False
AST0099_000000003447	5753	0.9634749598569542	6	3	2	2	2	True	116393	backbone	False	FIJ0038_000000005307	0.6640829245177369	PS612|PS775	0	0	True	True	1.0	199					non-mobilizable	no_good_hit	1561.0	90.135	37.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0060_000000005313	5661	0.9634749598569542	6	3	2	2	2	True	116393	backbone	False	FIJ0038_000000005307	0.5840280546167219	PS612|PS775	0	0	True	True	1.0	89					non-mobilizable	no_good_hit	906.0	91.611	37.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0040_000000003260	5660	0.9634749598569542	5	3	2	2	2	True	116393	backbone	False	FIJ0038_000000005307	0.5050703072105066	PS612|PS775	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	906.0	91.611	37.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0034_01_000000012571	4492	0.9634749598569542	3	3	2	2	2	True	104144	backbone	False	USA0069_01_000000013703	0.9317348823258106	PS612	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1232.0	87.175	46.0	0.31008939974457217	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0069_01_000000013703	4492	0.9634749598569542	3	3	2	2	2	True	104144	backbone	True	USA0069_01_000000013703	0.9318324909153665	PS612	2	1	True	True	1.0	3					non-mobilizable	no_good_hit	1232.0	87.175	46.0	0.31008939974457217	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0081_000000005479	4213	0.9634749598569542	3	3	2	2	2	True	104140	fragment	False	ISR0081_000000005479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	87.5	41.0	0.22962962962962963	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0044_01_000000013246	2155	0.9634723600471824	3	2	2	2	2	False	31558	fragment	False	USA0044_01_000000013246	1.0		0	0	False	False	0.9874709844589233	0					non-mobilizable	no_good_hit	67.0	100.0	3.0	1.015473039652376e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0318_000000000323	17792	0.9634703746504087	16	12	8	10	10	False	63274	maximal	True	ISR0318_000000000323	0.9982395416840724		3	2	False	False	0.9998875856399536	0					non-mobilizable	other	15603.0	100.0	100.0	0.22041704339963833	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0086_000000007526	3384	0.9634696449380536	4	1	1	1	1	False	35963	fragment	False	ISR0086_000000007526	1.0		0	0	False	False	0.9964538812637329	0					non-mobilizable	no_good_hit	408.0	83.333	12.0	0.038869257950530034	NZ_QEKJ01000030.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_130, whole genome shotgun sequence	True	False
ISR0026_000000003604	6113	0.9634686970201296	8	7	0	2	7	False	37315	maximal	True	ISR0026_000000003604	1.0		0	0	False	False	0.9990184903144836	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	5139.0	99.805	100.0	0.7531515684549985	KC853438.1	enterobacteria	Escherichia coli ACN001 plasmid pACN001-E, complete sequence	False	True
SPA0071_000000003687	6334	0.963467347292738	12	5	3	4	4	True	116039	fragment	False	SPA0071_000000003687	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6334.0	99.1	100.0	0.03647171311069384	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0109_000000001377	14141	0.9634638442472948	18	18	8	12	16	True	132521	backbone	False	USA0060_01_000000001071	0.15119454243156477	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	14063.0	99.275	99.0	0.2755552070878335	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0250_000000000461	14133	0.9634638442472948	18	18	8	12	16	True	132521	backbone	False	USA0060_01_000000001071	0.13523226385732126	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	14037.0	99.46600000000001	99.0	0.27510437697238177	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0086_000000001807	2821	0.9634635550651072	2	2	1	2	1	True	87068	backbone	False	ISR0124_000000004966	0.2260168456448205	PS448	0	0	False	True	1.0	0					non-mobilizable	plasmid	1643.0	92.331	100.0	0.5093399750933998	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
CAN0003_000000000803	32890	0.9634598209419402	50	26	19	22	23	True	125421	maximal	False	SPA0136_000000000618	0.9875803502894331		0	0	False	False	1.0	0					non-mobilizable	other	32894.0	98.632	100.0	0.009387240659281695	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0107_000000009477	2875	0.9634597629869276	3	3	3	3	2	False	129668	maximal	True	ENG0107_000000009477	1.0	PS1061	6	2	False	True	0.9899130463600159	0					non-mobilizable	no_good_hit	1790.0	97.43	64.0	0.00834994142439079	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0058_01_000000005000	4176	0.9634563206085098	8	5	3	2	3	True	92987	fragment	False	ISR0218_000000003719	0.966967680608365		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1523.0	95.863	38.0	0.17034135422495802	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ETH0003_000000029851	1419	0.9634548010376748	2	1	1	1	1	False	53058	fragment	False	ETH0003_000000029851	0.9880197322057787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000024978	1264	0.963449154334482	2	2	2	1	1	False	42894	fragment	False	FIJ0097_000000024978	1.0		0	0	False	False	0.9992088675498962	0					non-mobilizable	other	1264.0	96.51899999999999	100.0	0.0049643494461782765	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0035_000000004625	5147	0.9634445223002568	6	5	2	2	3	False	130162	maximal	True	MON0035_000000004625	1.0	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9998056888580322	0	rep_cluster_475				non-mobilizable	no_good_hit	4040.0	96.931	78.0	0.8024691358024691	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0194_000000019037	1387	0.9634379131995444	3	2	2	2	1	False	54509	fragment	False	ENG0194_000000019037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.0355850422195417e-05	NZ_UFXU01000002.1	firmicutes	Enterococcus malodoratus strain NCTC12365, whole genome shotgun sequence	True	False
ENG0174_000000001215	12007	0.9634348227129398	17	8	5	7	7	False	67409	fragment	False	ENG0174_000000001215	1.0		0	0	False	False	0.9999167323112488	0					non-mobilizable	no_good_hit								True	False
MON0046_000000013422	2405	0.9634309826239682	3	3	2	3	2	False	52354	maximal	True	MON0046_000000013422	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1821.0	96.925	76.0	0.031812378670490915	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0007_000000001604	3951	0.9634241526164238	5	5	5	5	4	False	94197	fragment	False	MAD0007_000000001604	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3951.0	99.038	100.0	0.0016093736440008458	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
DEN0064_000000011466	3268	0.9634241526164238	5	5	5	5	4	False	94195	fragment	False	ISR0817_000000003517	0.98193315266486		0	0	False	False	1.0	0					non-mobilizable	other	3268.0	99.051	100.0	0.001331094606316649	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0211_000000009295	2405	0.9634232396335952	2	2	2	2	1	False	66531	fragment	False	ISR0211_000000009295	0.9799646284286864		0	0	False	False	0.9975051879882812	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000007521	2314	0.9634232396335952	3	2	2	2	1	False	66531	fragment	False	ISR0211_000000009295	0.9663540407398582		0	0	False	False	0.997407078742981	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	3.0	0.09630818619582665	XM_033719493.1	ascomycetes	Mytilinidion resinicola uncharacterized protein (BDZ99DRAFT_460910), partial mRNA	True	False
ISR0286_000000007671	2290	0.9634232396335952	2	2	2	2	1	False	66531	fragment	False	ISR0211_000000009295	0.9705910339384167		0	0	False	False	0.9873362183570862	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.001342796854018799	NZ_PGSG01000051.1	high GC Gram+	Streptomyces barkulensis strain RC 1831 605, whole genome shotgun sequence	True	False
ENG0019_000000009394	2032	0.9634232396335952	3	2	2	2	1	False	66531	fragment	False	ISR0211_000000009295	0.3486286039069775		0	0	False	False	0.9842519760131836	0					non-mobilizable	no_good_hit								True	False
MAD0073_000000000731	4827	0.9634144369146	8	7	3	3	7	True	98346	maximal	True	MAD0073_000000000731	1.0		1	1	False	False	1.0	0	IncX1				non-mobilizable	plasmid	4827.0	99.979	100.0	0.09284340130819546	CP018662.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain 95-0621 plasmid pSE95-0621-1, complete sequence	False	True
FIJ0021_000000038516	1237	0.9634095367236752	1	1	1	1	1	False	49538	maximal	True	FIJ0021_000000038516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	93.891	75.0	0.0363671951458211	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
SPA0014_000000000992	14083	0.9634008415981834	11	9	8	8	6	True	72093	fragment	False	SPA0014_000000000992	1.0		0	0	False	False	0.9999290108680725	0					non-mobilizable	no_good_hit	3151.0	95.208	51.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0056_000000000016	42773	0.96340012932969	49	14	8	9	11	True	97291	fragment	False	MON0056_000000000016	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	24297.0	99.37899999999999	87.0	0.14673210119788707	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0067_000000005214	4980	0.9633942199169274	6	3	2	3	3	False	35088	maximal	True	ISR0067_000000005214	1.0		1	1	False	False	0.9991967678070068	0					non-mobilizable	no_good_hit	818.0	91.565	16.0	0.011332741496976086	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0097_000000016784	1796	0.9633913424309352	3	3	3	2	2	False	106093	fragment	False	ISR0097_000000016784	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1504.0	96.676	100.0	0.0005233482300585858	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MAD0049_000000008463	2121	0.96338817567705	2	2	2	2	2	False	17470	maximal	True	MAD0049_000000008463	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1596.0	94.54899999999999	75.0	0.0020389353561617394	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ENG0048_000000001643	11854	0.9633814066930054	18	11	7	7	10	True	124128	fragment	False	ISR0379_000000001379	0.47555515837733386		0	0	False	False	0.9973848462104797	0					non-mobilizable	other	11813.0	99.475	99.0	0.003319268619913813	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0091_000000002841	10657	0.9633811599058164	13	7	5	6	5	True	102877	maximal	False	ISR0824_000000000732	0.9657240413237611		0	0	False	False	0.9994369745254517	0					non-mobilizable	no_good_hit	1470.0	73.53699999999999	14.0	0.008145712117379206	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
MAD0092_000000001648	9250	0.9633811599058164	11	7	5	6	5	True	102875	fragment	False	MAD0092_000000001648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	73.505	16.0	0.008145712117379206	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ENG0143_000000013755	1365	0.9633790712475634	2	2	1	2	1	False	57592	fragment	False	ENG0143_000000013755	1.0		0	0	False	False	0.997802197933197	0					non-mobilizable	no_good_hit	647.0	78.053	47.0	0.00017812646195825577	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0054_000000011864	3458	0.9633735451825629	8	3	2	3	1	True	19543	maximal	True	MON0054_000000011864	1.0		2	1	False	False	0.9997107982635498	0					non-mobilizable	no_good_hit	834.0	93.405	66.0	0.0320369657296881	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
AST0092_000000007708	1897	0.9633691909432066	3	2	2	1	1	True	110385	maximal	True	AST0092_000000007708	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1349.0	81.39399999999999	70.0	0.2701161132613567	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0788_000000000099	23670	0.9633671400844348	15	11	8	10	6	True	105963	maximal	True	ISR0788_000000000099	1.0		36	6	False	False	1.0	0					non-mobilizable	no_good_hit	919.0	78.999	6.0	0.00024061488573860634	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0184_000000003042	4585	0.9633650702888464	4	3	1	2	2	True	75419	maximal	False	ISR0207_000000004844	0.9155736445887603		0	0	True	True	1.0	125					non-mobilizable	plasmid	1323.0	98.791	100.0	0.25886038770315256	LN853043.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0393	False	True
ETH0003_000000033198	1275	0.9633649659724596	1	1	1	1	1	False	53015	fragment	False	ETH0003_000000033198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	75.248	31.0	0.00705348598163967	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0020_000000018418	1799	0.9633646553119324	2	2	1	2	1	False	121896	fragment	False	SPA0020_000000018418	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000004726	4868	0.9633582622160556	10	3	2	2	2	True	59052	fragment	False	ISR0090_000000004726	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3663.0	98.90799999999999	96.0	0.02109276901632357	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
TAN0001_000000011702	1308	0.9633549597017814	2	2	2	2	1	False	3091	maximal	True	TAN0001_000000011702	1.0		2	2	False	False	0.9946483373641968	0					non-mobilizable	no_good_hit								True	False
MAD0068_000000014652	1923	0.9633456315290359	3	2	2	2	2	False	16454	maximal	True	MAD0068_000000014652	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0386_000000012969	2517	0.9633448317962754	6	4	3	3	3	False	63130	fragment	False	ISR0386_000000012969	1.0		0	0	False	False	0.9996026754379272	0					non-mobilizable	no_good_hit	116.0	98.27600000000001	5.0	3.2186279632718165e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0225_000000002365	5327	0.9633424361023742	4	4	1	4	4	False	108860	maximal	False	CHI0087_000000001048	0.9684301821335646		0	0	False	True	1.0	0	rep_cluster_2350	MOBP			mobilizable	plasmid	5327.0	99.81200000000001	100.0	0.9366865986633838	AP010956.1	enterobacteria	Escherichia coli O26:H11 str. 11368 plasmid pO26_3 DNA, complete sequence	False	True
ENG0128_000000013054	2140	0.9633415688654732	2	1	1	1	1	True	58633	maximal	True	ENG0128_000000013054	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0811_000000011014	1428	0.9633406588633964	2	2	1	2	1	False	21674	fragment	False	ISR0811_000000011014	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1472.0	97.01100000000001	100.0	0.00025424486078840793	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
MAD0047_000000036372	1316	0.9633366140559576	2	2	1	1	2	True	17612	fragment	False	MAD0047_000000036372	1.0		0	0	False	False	0.9992401003837585	0					non-mobilizable	plasmid	1316.0	99.92399999999999	100.0	0.014236840395816642	CP028198.1	enterobacteria	Salmonella enterica subsp. enterica serovar Concord strain CFSAN018747 plasmid pGMI14-002_2, complete sequence	False	True
ISR0293_000000012269	2975	0.9633326773295916	3	3	3	3	3	False	76388	fragment	False	ISR0293_000000012269	1.0		0	0	False	False	0.9889075756072998	0					non-mobilizable	other	2975.0	99.361	100.0	0.0008977619946617273	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
AST0104_000000022510	1544	0.9633310358457684	2	2	2	2	1	False	115917	fragment	False	AST0104_000000022510	0.9539140723313454		0	0	False	False	0.9993523359298706	0					non-mobilizable	no_good_hit								True	False
CHI0102_000000001272	5412	0.963322856359692	11	5	2	3	4	True	130693	backbone	False	MON0033_000000012705	0.9965199863126487	PS1122|PS1123	0	0	True	True	1.0	2525		MOBP			mobilizable	no_good_hit	3114.0	98.90799999999999	88.0	0.5767234988880652	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CHI0088_000000000836	5392	0.963322856359692	11	5	2	3	4	True	130693	backbone	False	MON0033_000000012705	0.9966381031106318	PS1122|PS1123	0	0	True	True	1.0	708		MOBP			mobilizable	no_good_hit	3157.0	98.63799999999999	88.0	0.5846923647146034	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
FIJ0058_000000004789	7697	0.9633124441174435	12	7	3	3	6	True	97634	maximal	True	FIJ0058_000000004789	0.9998707342295761		5	2	True	True	1.0	127		MOBP			mobilizable	no_good_hit	2136.0	84.363	35.0	0.44337651483493523	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	True	True
BAN0041_000000000299	7640	0.9633124441174435	11	7	3	3	6	True	97634	maximal	False	FIJ0058_000000004789	0.9998057739400814		0	0	True	True	0.9993455410003662	4		MOBP			mobilizable	no_good_hit	2585.0	83.791	34.0	0.5502361528553027	NZ_FQVD01000065.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
SPA0006_000000010969	2921	0.9633102597520496	4	3	3	3	3	False	76220	fragment	False	SPA0006_000000010969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	79.545	6.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
CHI0108_000000002387	3197	0.963303972914898	4	2	0	2	2	False	82938	maximal	True	CHI0108_000000002387	1.0		0	0	False	False	0.9971848726272583	0				MOB_unknown	mobilizable	no_good_hit	2188.0	99.954	68.0	0.0004441204303520878	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	True	True
ISR0185_000000011017	2930	0.963303972914898	3	2	0	2	2	False	95661	backbone	True	ISR0185_000000011017	1.0	PS507|PS508	1	1	True	True	1.0	12	ColRNAI_rep_cluster_1987,rep_cluster_2335			MOB_unknown,MOB_unknown	mobilizable	chromosome	2554.0	100.0	100.0	0.0005184451114260998	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0151_000000006376	2776	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9917670687577484	PS507	0	0	False	True	1.0	0	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2458.0	99.959	100.0	0.0004989501131116048	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0150_000000008589	2728	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9930094095748412	PS507	0	0	True	True	1.0	1	rep_cluster_2335,rep_cluster_2335			MOB_unknown	mobilizable	chromosome	2587.0	99.884	100.0	0.000524943444197598	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0012_000000009065	2630	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9911067673606143	PS507	0	0	True	True	1.0	8	rep_cluster_2335,rep_cluster_2373			MOB_unknown	mobilizable	other	2630.0	99.46799999999999	100.0	0.9755011135857461	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
FIJ0166_000000009205	2605	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9919530297182905	PS507	0	0	True	True	0.9950096011161804	3	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	other	2603.0	99.654	99.0	0.9658500371195249	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
FIJ0010_000000007230	2584	0.963303972914898	4	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9939309564291503	PS507	0	0	True	True	1.0	5	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	other	2523.0	100.0	100.0	0.9361544172234595	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
FIJ0099_000000008693	2575	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9940273535424938	PS507	0	0	True	True	1.0	46	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2575.0	99.961	100.0	0.0005227096423073955	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0145_000000005328	2575	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9940149202183176	PS507	0	0	True	True	1.0	11	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2575.0	99.961	100.0	0.0005225065694082862	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0040_000000009558	2574	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9945755979198206	PS507	0	0	True	True	0.999222993850708	3	rep_cluster_2358,rep_cluster_2373			MOB_unknown	mobilizable	other	2574.0	100.0	100.0	0.9550853749072011	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
FIJ0018_000000010498	2574	0.963303972914898	4	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9962906033820326	PS507	0	0	True	True	1.0	3	rep_cluster_2335			MOB_unknown	mobilizable	plasmid	2447.0	100.0	100.0	0.9803607214428858	CP056680.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00642 plasmid pRHBSTW-00642_5, complete sequence	False	True
FIJ0007_000000006650	2574	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9943743339978214	PS507	0	0	True	True	0.999611496925354	4	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2574.0	100.0	100.0	0.0005225065694082862	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0079_000000010953	2574	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9944087409468417	PS507	0	0	True	True	1.0	6	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2574.0	100.0	100.0	0.0005225065694082862	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0095_000000010470	2574	0.963303972914898	4	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9944633765653343	PS507	0	0	True	True	1.0	3	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	other	2504.0	100.0	100.0	0.929101707498144	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
FIJ0017_000000011023	2574	0.963303972914898	4	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9962906033820326	PS507	0	0	True	True	0.998834490776062	3	rep_cluster_2335			MOB_unknown	mobilizable	plasmid	2447.0	100.0	100.0	0.9803607214428858	CP056680.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00642 plasmid pRHBSTW-00642_5, complete sequence	False	True
FIJ0112_000000010448	2574	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9943743339978214	PS507	0	0	True	True	1.0	7	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2574.0	100.0	100.0	0.0005225065694082862	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0115_000000009357	2574	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9944087409468417	PS507	0	0	True	True	1.0	18	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2574.0	100.0	100.0	0.0005225065694082862	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0160_000000006848	2574	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9941610466449198	PS507	0	0	True	True	0.999611496925354	8	rep_cluster_2358,rep_cluster_2373			MOB_unknown	mobilizable	other	2574.0	100.0	100.0	0.9550853749072011	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
FIJ0020_000000008723	2574	0.963303972914898	4	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9944633765653343	PS507	0	0	True	True	0.999222993850708	11	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	other	2504.0	100.0	100.0	0.929101707498144	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
DEN0012_000000002418	2574	0.963303972914898	3	2	0	2	2	False	95660	backbone	True	DEN0012_000000002418	0.9963151485496143	PS507	14	6	True	True	1.0	68	rep_cluster_2335			MOB_unknown	mobilizable	plasmid	2473.0	99.96	100.0	0.9907778668805133	CP056726.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00333 plasmid pRHBSTW-00333_8, complete sequence	False	True
ISR0310_000000006347	2572	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9940791950106486	PS507	0	0	True	True	0.9996111989021301	4	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	other	2574.0	99.92200000000001	100.0	0.9550853749072011	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
ISR0183_000000012820	2557	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.99262346185933	PS507	0	0	True	True	1.0	103	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2557.0	100.0	100.0	0.0005190543301234277	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
ISR0811_000000005665	2554	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.996306815876186	PS507	0	0	True	True	1.0	22	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	other	2530.0	100.0	100.0	0.9387527839643652	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
MON0091_000000004837	2554	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.996306815876186	PS507	0	0	True	True	1.0	59	rep_cluster_2335			MOB_unknown	mobilizable	plasmid	2488.0	100.0	100.0	0.9967935871743487	CP042511.1	enterobacteria	Leclercia adecarboxylata strain E1 plasmid pE1_006, complete sequence	False	True
FIJ0063_000000010410	2536	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9905664506548137	PS507	0	0	True	True	1.0	6	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2536.0	100.0	100.0	0.000514789799242132	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
ISR0199_000000011869	2522	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9835493888546768	PS507	0	0	False	True	0.9988104701042175	0	rep_cluster_2335,rep_cluster_2335			MOB_unknown	mobilizable	other	2497.0	99.279	100.0	0.9253897550111359	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
FIJ0064_000000010777	2502	0.963303972914898	4	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9893895206178813	PS507	0	0	True	True	0.9996002912521362	3	rep_cluster_2335			MOB_unknown	mobilizable	plasmid	2473.0	100.0	100.0	0.9907815631262525	CP056759.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00198 plasmid pRHBSTW-00198_4, complete sequence	False	True
FIJ0122_000000006594	2491	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9834848133318126	PS507	0	0	True	True	1.0	1	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2491.0	100.0	100.0	0.0005056515187822125	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0105_000000012714	2446	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.8974926502956477	PS507	0	0	False	True	0.9991823434829712	0	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2448.0	99.387	100.0	0.000496513238322293	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0055_000000005652	2443	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9107730291819538	PS507	0	0	True	True	1.0	1	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2443.0	100.0	100.0	0.000495904019624965	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0068_000000013001	2439	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9337050570806209	PS507	0	0	False	True	0.999180018901825	0	rep_cluster_2335,rep_cluster_2358			MOB_unknown	mobilizable	chromosome	2439.0	100.0	100.0	0.0004950917280285277	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
CAN0006_000000019043	2385	0.963303972914898	3	2	0	2	2	False	95660	backbone	False	DEN0012_000000002418	0.9141211747199051	PS507	0	0	True	True	1.0	2	rep_cluster_2358			MOB_unknown	mobilizable	plasmid	2350.0	99.95700000000001	99.0	0.9414829659318638	CP049195.1	enterobacteria	Enterobacter hormaechei strain Y2152 plasmid pDC2152-2, complete sequence	False	True
FIJ0030_000000015601	2224	0.963303972914898	3	2	0	2	2	False	51864	fragment	False	FIJ0030_000000015601	1.0		0	0	False	False	1.0	0				MOB_unknown	mobilizable	other	2224.0	100.0	100.0	0.8251670378619154	LC219422.1	monocots	Dioscorea rotundata mitochondrial DNA, contig: TDr_Mt_scaffold49_size2694, cultivar: TDr96_F1	False	True
FIJ0167_000000009794	2037	0.963303972914898	3	2	0	2	2	False	48929	fragment	False	FIJ0167_000000009794	0.9968984923757928		0	0	False	False	0.9990181922912598	0	rep_cluster_2358			MOB_unknown	mobilizable	plasmid	2037.0	100.0	100.0	0.8163592622293504	CP042492.1	enterobacteria	Enterobacter hormaechei strain C15 plasmid pC15_004, complete sequence	False	True
FIJ0016_000000009252	1976	0.963303972914898	3	2	0	2	2	False	51863	fragment	False	FIJ0049_000000008680	0.9962158761594964		0	0	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	1980.0	99.444	100.0	0.793186372745491	CP049195.1	enterobacteria	Enterobacter hormaechei strain Y2152 plasmid pDC2152-2, complete sequence	False	True
FIJ0049_000000008680	1972	0.963303972914898	3	2	0	2	2	False	51863	fragment	False	FIJ0049_000000008680	0.9962699374116696		0	0	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	1972.0	100.0	100.0	0.7899799599198397	CP049195.1	enterobacteria	Enterobacter hormaechei strain Y2152 plasmid pDC2152-2, complete sequence	False	True
FIJ0114_000000020281	1948	0.963303972914898	3	2	0	2	2	False	48929	fragment	False	FIJ0167_000000009794	0.9819976513482421		0	0	False	False	1.0	0	rep_cluster_2358			MOB_unknown	mobilizable	chromosome	1947.0	99.795	100.0	0.0003951798616667411	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
FIJ0077_000000015600	1905	0.963303972914898	3	2	0	2	2	False	51863	fragment	False	FIJ0049_000000008680	0.9736602584632904		0	0	False	False	0.9994750618934631	0				MOB_unknown	mobilizable	plasmid	1905.0	100.0	100.0	0.76312625250501	CP049195.1	enterobacteria	Enterobacter hormaechei strain Y2152 plasmid pDC2152-2, complete sequence	False	True
FIJ0028_000000016949	1781	0.963303972914898	3	2	0	2	2	False	48929	fragment	False	FIJ0167_000000009794	0.6356947296372347		0	0	False	False	0.9825940728187561	0				MOB_unknown	mobilizable	plasmid	1781.0	100.0	100.0	0.7100119664938173	CP049049.1	enterobacteria	Enterobacter hormaechei strain Y233 plasmid p233-2, complete sequence	False	True
SPA0068_000000007954	1189	0.963303972914898	3	2	0	2	2	False	5976	fragment	False	SPA0068_000000007954	1.0		0	0	False	False	0.9865432977676392	0					non-mobilizable	plasmid	1189.0	100.0	100.0	0.4761523046092184	CP049195.1	enterobacteria	Enterobacter hormaechei strain Y2152 plasmid pDC2152-2, complete sequence	False	True
MAD0002_000000005094	5560	0.963301109568647	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.7085282943224814		0	0	False	False	1.0	0					non-mobilizable	chromosome	5554.0	96.795	100.0	0.000995787095983868	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0141_000000005235	5493	0.963301109568647	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6547078700296796		0	0	False	False	1.0	0					non-mobilizable	chromosome	5435.0	96.081	99.0	0.0009744436765994876	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
SPA0111_000000005908	5486	0.963301109568647	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6747626509841341		0	0	False	False	0.9994531273841858	0					non-mobilizable	chromosome	5481.0	97.17200000000001	99.0	0.0009828734304739906	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0050_000000002046	9434	0.963294524980876	15	5	1	4	3	False	121463	fragment	False	ISR0050_000000002046	1.0		0	0	False	False	0.9994699954986572	0					non-mobilizable	no_good_hit	134.0	82.836	1.0	0.004488673927415707	MK233338.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_3_c1 sequence	True	False
FIJ0105_000000001672	14395	0.9632914188512552	20	7	1	5	4	False	42446	fragment	False	FIJ0105_000000001672	1.0		0	0	False	False	0.9999305605888367	0					non-mobilizable	no_good_hit								True	False
FIJ0171_000000001365	14154	0.9632827954206707	21	7	4	7	4	True	43681	maximal	True	FIJ0171_000000001365	1.0		2	1	True	True	0.9999293684959412	2					non-mobilizable	no_good_hit	214.0	83.178	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
SPA0109_000000000356	29341	0.9632819376516992	30	21	16	18	14	True	66016	maximal	True	SPA0109_000000000356	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	75.406	4.0	0.0003185519792075298	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
FIJ0097_000000001715	14081	0.9632813837068706	17	13	8	13	6	True	52385	fragment	False	FIJ0097_000000001715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	92.59299999999999	2.0	5.310761399469483e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
AUS0012_000000002150	6310	0.9632746337136696	11	9	6	8	8	False	126446	maximal	True	AUS0012_000000002150	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4762.0	99.916	75.0	0.09879438069349049	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
SPA0069_000000001348	13304	0.9632742334761022	17	11	5	7	7	False	28594	fragment	False	SPA0069_000000001348	1.0		0	0	False	False	0.9996993541717529	0					non-mobilizable	no_good_hit	916.0	85.59	7.0	0.00029298685529683413	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0070_000000001085	13293	0.9632742334761022	17	11	5	7	7	False	28594	fragment	False	SPA0069_000000001348	0.999586590499098		0	0	False	False	0.9993981719017029	0					non-mobilizable	no_good_hit	916.0	85.59	7.0	0.00029298685529683413	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0212_000000006533	4936	0.9632742076478844	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9948542700163706	PS757|PS758|PS996	0	0	True	True	1.0	162	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4796.0	99.875	100.0	0.9789624183006536	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
MAD0039_000000012986	1171	0.9632739055940132	2	2	2	2	1	False	18445	fragment	False	MAD0039_000000012986	1.0		0	0	False	False	0.9948761463165283	0					non-mobilizable	chromosome	739.0	94.723	99.0	0.00032755032962541005	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0023_000000001521	11232	0.9632720659122276	15	7	3	5	4	False	7658	maximal	True	SPA0023_000000001521	1.0		1	1	False	False	0.9983084201812744	0					non-mobilizable	no_good_hit	1577.0	89.727	45.0	0.02785949739481799	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0151_000000003076	5047	0.9632666353897402	8	8	3	4	8	True	118168	backbone	False	FIJ0074_000000005173	0.7133633488167657	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4977.0	99.859	99.0	0.5567991046446559	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0090_000000005821	3696	0.9632664980891426	6	5	5	5	5	False	69726	fragment	False	FIJ0054_000000006641	0.9821380607037336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000001628	9414	0.963264345396354	10	5	4	5	4	False	73518	maximal	True	ENG0066_000000001628	1.0		7	2	False	False	0.9997875690460205	0					non-mobilizable	no_good_hit	282.0	73.404	3.0	6.598019363217273e-05	NC_014532.2	g-proteobacteria	Halomonas elongata DSM 2581, complete genome	True	False
SPA0090_000000022885	1587	0.9632613112046224	3	1	1	1	1	False	7964	fragment	False	SPA0090_000000022885	1.0		0	0	False	False	0.9993698596954346	0					non-mobilizable	other	1591.0	97.67399999999999	100.0	0.010942906874336873	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
SPA0070_000000014764	1377	0.9632613112046224	2	1	1	1	1	False	5920	fragment	False	SPA0070_000000014764	1.0		0	0	False	False	0.9956427216529846	0					non-mobilizable	other	1381.0	97.176	100.0	0.009486626491820558	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
SPA0077_000000021019	1341	0.9632613112046224	1	1	1	1	1	False	7963	fragment	False	SPA0077_000000021019	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	97.619	99.0	0.00923004375775816	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
ISR0183_000000007933	4367	0.9632609294053698	4	2	2	2	2	True	87426	fragment	False	ISR0815_000000006671	0.9678761776000302		0	0	False	False	0.9965651631355286	0					non-mobilizable	other	4054.0	99.75299999999999	100.0	0.005774450230450858	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
MAD0045_000000002733	9345	0.9632569225115348	10	8	5	7	8	True	17912	maximal	True	MAD0045_000000002733	1.0		1	1	False	False	1.0	0	ColRNAI_rep_cluster_1857	MOBC			mobilizable	chromosome	8591.0	96.345	99.0	0.0015325182043450453	LR596806.1	enterobacteria	Klebsiella pneumoniae isolate 91a83dc8-b809-11e8-aae5-3c4a9275d6c8 genome assembly, chromosome: 1	False	True
MAD0051_000000005940	4466	0.9632479133178524	6	5	0	3	5	False	104114	maximal	True	MAD0051_000000005940	1.0		8	3	True	True	0.9984325766563416	14	ColRNAI_rep_cluster_1987			MOB_unknown	mobilizable	plasmid	2433.0	99.75299999999999	100.0	0.532282775224338	CP060736.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 plasmid pEr982-3, complete sequence	False	True
ISR0154_000000003859	6674	0.9632405167579956	5	5	3	4	4	False	95721	maximal	True	ISR0154_000000003859	1.0		8	4	False	False	1.0	0					non-mobilizable	other	3625.0	97.324	95.0	0.0009456647386733668	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
AST0003_000000002702	12454	0.9632381685886996	12	9	6	9	6	True	130768	backbone	True	AST0003_000000002702	1.0	PS1039|PS1127|PS770|PS805	1	1	True	True	1.0	26					non-mobilizable	no_good_hit	2843.0	79.036	53.0	0.005877838812137079	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0012_000000002286	7122	0.9632352436502116	6	6	4	6	6	False	125643	maximal	True	AST0012_000000002286	1.0		1	1	False	False	0.9997192025184631	0					non-mobilizable	other	6545.0	99.618	97.0	0.591217132014096	AB128916.1	enterobacteria	Escherichia coli fljA3, flkA3 genes for repressor for fliC, flagellin, hypothetical protein, complete cds, strain: Bi7327-41	False	False
SPA0066_000000001873	9175	0.9632271052560104	8	7	6	6	7	False	94517	fragment	False	SPA0066_000000001873	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9183.0	99.085	100.0	0.001429864166018722	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ENG0144_000000003335	6078	0.9632218386322109	4	4	3	4	3	False	94437	fragment	False	ENG0144_000000003335	1.0		0	0	False	False	0.9998354911804199	0					non-mobilizable	chromosome	6078.0	99.35799999999999	100.0	0.0015248186376647518	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MON0013_000000043264	1313	0.9632172585237768	2	2	1	2	1	False	13488	fragment	False	MON0013_000000043264	1.0		0	0	False	False	0.9702970385551453	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000032603	1159	0.9632122414483636	2	1	1	1	1	False	70326	fragment	False	MAD0042_000000020182	0.9531882591093117		0	0	False	False	0.9982743859291077	0					non-mobilizable	no_good_hit	199.0	76.884	17.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
USA0046_01_000000002154	5006	0.9632068095218392	7	3	1	2	1	True	1196	maximal	True	USA0046_01_000000002154	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	374.0	89.305	18.0	0.06986066043138003	NZ_DS483472.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_12, whole genome shotgun sequence	True	True
CAN0011_000000003578	8878	0.9632060019877584	12	10	9	9	8	False	98788	maximal	True	CAN0011_000000003578	1.0		3	2	False	False	0.9965082406997681	0					non-mobilizable	other	4312.0	99.443	91.0	0.0013584409830758133	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0112_000000015535	1783	0.9632016337471117	3	3	3	3	3	False	71395	fragment	False	ISR0213_000000014530	0.8714824337818275		0	0	False	False	1.0	0					non-mobilizable	other	1783.0	99.215	100.0	0.006835757687350396	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0041_000000011114	2268	0.96320047586113	2	2	2	2	2	False	91367	fragment	False	ENG0041_000000011114	0.9763542562338778		0	0	False	False	0.9995591044425964	0					non-mobilizable	other	2261.0	99.115	99.0	0.0007625635638419971	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
USA0132_01_000000002792	6822	0.9632003937109064	8	4	3	4	3	False	90	maximal	True	USA0132_01_000000002792	1.0		1	1	True	True	0.9947229623794556	3					non-mobilizable	no_good_hit	26.0	100.0	0.0	5.0821604418536e-07	CP040769.1	eudicots	Cicer arietinum chromosome Ca4	True	True
SPA0156_000000000121	30580	0.9631868841838648	27	12	8	11	4	True	103147	fragment	False	SPA0156_000000000121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	0.0	1.7153816613526725e-05	NZ_CTDZ01000009.1	firmicutes	Numidum massiliense strain mt3, whole genome shotgun sequence	True	True
USA0117_01_000000002654	9759	0.9631844171553016	8	8	6	6	7	True	120809	fragment	False	USA0117_01_000000002654	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8796.0	91.041	90.0	0.0032589868073956987	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ENG0124_000000007473	4096	0.96318199903945	3	3	3	3	2	False	116625	fragment	False	USA0119_01_000000005030	0.9697661341138992		0	0	False	False	0.999755859375	0					non-mobilizable	other	4096.0	99.609	100.0	0.0008511073436534515	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
CHI0029_000000007250	1574	0.9631808536763452	2	2	2	2	2	False	88586	maximal	True	CHI0029_000000007250	1.0		5	2	False	False	0.9980940222740173	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000000127	61293	0.963177431666429	73	41	28	38	26	True	108331	maximal	True	ISR0165_000000000127	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2121.0	92.786	3.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
CAN0018_000000019615	1744	0.9631725119881644	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.3655949898696026		0	0	False	False	0.997706413269043	0					non-mobilizable	other	1683.0	95.84100000000001	97.0	0.00046681218099316305	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0041_000000004452	7403	0.9631700735960912	11	10	5	6	9	True	123626	fragment	False	ISR0317_000000001658	0.7321828614268452		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	7409.0	99.852	99.0	0.07392623343445633	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0019_000000003039	2804	0.963168936723492	5	5	3	3	5	True	118142	fragment	False	CHI0019_000000003039	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2811.0	95.055	100.0	0.3137101287073307	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0149_000000000166	61215	0.9631626171499348	63	14	11	12	9	False	57453	maximal	True	SPA0149_000000000166	1.0	PS2	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1293.0	95.43700000000001	2.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	True
ISR0070_000000010719	1941	0.9631408706000628	2	2	2	2	2	False	52369	fragment	False	ISR0070_000000010719	0.9598438371444507		0	0	False	False	1.0	0					non-mobilizable	chromosome	1875.0	85.12	96.0	0.0007988436277534484	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0813_000000004261	6301	0.9631336178056168	5	4	3	3	3	True	21597	maximal	True	ISR0813_000000004261	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.006083378064054392	NZ_WEHX01000122.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_122_length_5589_cov_132.487796, whole genome shotgun sequence	True	True
SPA0116_000000008773	4301	0.9631265668358944	3	2	2	2	1	True	100235	fragment	False	SPA0116_000000008773	0.9738037984341166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0824_000000004353	3949	0.9631265668358944	2	2	2	2	1	True	100235	fragment	False	SPA0116_000000008773	0.8988573250785552		0	0	False	False	0.996961236000061	0					non-mobilizable	no_good_hit								True	True
ISR0817_000000002992	3859	0.9631265668358944	3	2	2	2	1	True	100235	fragment	False	SPA0116_000000008773	0.43893714459588473		0	0	False	False	0.9940398931503296	0					non-mobilizable	no_good_hit								True	True
SPA0089_000000010649	3668	0.9631265668358944	2	2	2	2	1	True	100235	fragment	False	SPA0116_000000008773	0.7396204007056636		0	0	False	False	0.9986368417739868	0					non-mobilizable	no_good_hit								True	True
ISR0802_000000004444	3232	0.9631265668358944	2	2	2	2	1	True	100235	fragment	False	SPA0116_000000008773	0.14875480913216763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0390_000000005960	2218	0.9631226488583629	5	2	0	2	2	True	52710	fragment	False	ISR0390_000000005960	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	3.0	0.006546456873779718	MH552519.1	viruses	Inoviridae sp. isolate ctbe117, complete genome	True	True
ISR0214_000000005180	4960	0.963122147739646	5	2	2	2	2	False	28241	maximal	True	ISR0214_000000005180	1.0		1	1	False	False	0.9993951320648193	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000009142	2816	0.9631211225283188	3	3	3	3	2	False	129554	maximal	True	ISR0296_000000009142	1.0	PS1061	1	1	False	True	0.9953835010528564	0					non-mobilizable	no_good_hit	1693.0	98.523	60.0	0.006908660324200727	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0093_000000002168	15840	0.9631068039512212	27	12	5	8	7	True	88282	fragment	False	SPA0093_000000002168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	84.78299999999999	1.0	0.002333146000442787	NZ_PDYG01000056.1	firmicutes	Agathobacter ruminis strain JK623 contig000056, whole genome shotgun sequence	True	True
DEN0067_000000014740	2278	0.9631053705795116	3	3	3	3	2	False	93091	fragment	False	DEN0067_000000014740	0.9582043134828493		0	0	False	False	1.0	0					non-mobilizable	other	2279.0	97.71799999999999	100.0	0.00816876862446973	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
USA0023_01_000000012995	2402	0.9631046960639508	5	3	1	2	3	False	1707	maximal	True	USA0023_01_000000012995	1.0		0	0	False	False	0.9975020885467529	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	8.069162404804057e-06	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	False
ISR0087_000000001197	13512	0.963102605924971	16	7	4	5	5	True	33868	maximal	True	ISR0087_000000001197	1.0		1	1	False	False	0.999925971031189	0					non-mobilizable	no_good_hit	1840.0	99.23899999999999	14.0	0.0004928212637234241	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0150_000000004689	3380	0.9630963536657808	6	3	1	2	2	True	90252	backbone	False	FIJ0112_000000007239	0.9659347570274015	PS476	0	0	True	True	1.0	20		MOBV			mobilizable	plasmid	2998.0	97.198	100.0	0.6576517150395779	CP049126.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_6, complete sequence	False	True
ENG0040_000000007286	3055	0.9630842905857264	3	3	3	3	3	False	123328	maximal	True	ENG0040_000000007286	1.0		1	1	False	False	0.9996726512908936	0					non-mobilizable	no_good_hit	1085.0	97.696	36.0	0.046408082883808544	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	False
ISR0216_000000007991	2294	0.9630813014897792	4	4	4	4	2	False	28133	fragment	False	ISR0216_000000007991	1.0		0	0	False	False	0.9912816286087036	0					non-mobilizable	other	2275.0	99.648	99.0	0.000998747393330792	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0059_01_000000009890	2665	0.9630781600590259	4	2	2	2	1	False	91707	maximal	True	USA0059_01_000000009890	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0045_000000001226	20192	0.963072764126505	27	16	9	14	12	True	128712	maximal	True	SPA0045_000000001226	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5952.0	98.824	58.0	0.13313788241613142	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ENG0054_000000014447	1859	0.9630659784901856	3	3	3	3	2	False	63755	maximal	True	ENG0054_000000014447	1.0		1	1	False	False	0.9989241361618042	0					non-mobilizable	no_good_hit	184.0	73.37	10.0	0.0009985405945157077	NZ_RCXZ01000005.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0005, whole genome shotgun sequence	True	False
ISR0317_000000006317	2881	0.9630541931474405	3	3	3	3	2	False	129690	fragment	False	ISR0386_000000011115	0.971982761805673		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1776.0	87.838	62.0	0.0004748663835333918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0342_000000009099	1659	0.963052213305982	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.46372855700905674	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1659.0	99.277	100.0	0.00044431628888169503	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0009_000000009857	3542	0.963049828838664	4	4	4	3	2	False	95023	fragment	False	SPA0009_000000009857	0.9809656453110492		0	0	False	False	1.0	0					non-mobilizable	other	3542.0	100.0	100.0	0.0010689224018484117	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
SPA0018_000000001438	15195	0.9630476093092676	20	20	8	12	18	True	132521	backbone	False	USA0060_01_000000001071	0.32701604708763893	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	14750.0	98.40700000000001	99.0	0.28896250269518003	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0065_000000001262	14985	0.9630476093092676	20	20	8	12	18	True	132521	backbone	False	USA0060_01_000000001071	0.319133322909167	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	14601.0	98.541	99.0	0.28604190759942766	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0064_01_000000000927	14861	0.9630476093092676	20	20	8	12	18	True	132521	backbone	False	USA0060_01_000000001071	0.3123727924735152	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	14477.0	98.54299999999999	99.0	0.28363094654722937	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0096_000000001985	14797	0.9630476093092676	20	20	8	12	18	True	132521	backbone	False	USA0060_01_000000001071	0.304265230576719	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	14413.0	98.557	99.0	0.28237646274771155	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0079_000000006034	4584	0.9630428055921568	6	3	3	3	2	True	95105	fragment	False	ISR0079_000000006034	0.9831196008759867		0	0	False	False	0.9997818470001221	0					non-mobilizable	chromosome	3460.0	99.48	98.0	0.0015435920847061218	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0322_000000002000	4472	0.9630428055921568	6	3	3	3	2	True	95105	fragment	False	ISR0079_000000006034	0.9777911172301437		0	0	False	False	0.9944096803665161	0					non-mobilizable	chromosome	3461.0	97.71700000000001	99.0	0.0015440383385611973	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
USA0042_01_000000006187	4041	0.9630428055921568	5	3	3	3	2	True	95102	fragment	False	USA0042_01_000000006187	1.0		0	0	False	False	0.9995051026344299	0					non-mobilizable	chromosome	3963.0	99.647	99.0	0.0017680577738090936	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0212_000000012375	2800	0.9630359900088428	4	3	3	3	3	False	83418	maximal	True	ISR0212_000000012375	1.0		47	9	False	False	0.9996428489685059	0					non-mobilizable	other	2800.0	99.10700000000001	100.0	0.005955838700822838	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
AUS0008_000000008413	2771	0.9630331195604352	4	2	1	1	2	False	101863	fragment	False	AUS0008_000000008413	1.0		0	0	False	False	0.9942259192466736	0					non-mobilizable	chromosome	2771.0	99.89200000000001	100.0	0.0005025629804851347	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0009_000000014173	2531	0.9630331195604352	3	2	1	1	2	False	74892	fragment	False	SPA0009_000000014173	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2490.0	99.88	98.0	0.0004539469289130426	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
AST0113_000000002947	9933	0.9630282689537766	9	7	3	5	6	False	110895	fragment	False	AST0113_000000002947	1.0		0	0	False	False	0.9973824620246887	0					non-mobilizable	no_good_hit	3666.0	87.75200000000001	76.0	0.0007957026369327227	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
CAN0001_000000014064	3332	0.9630231586387328	2	2	2	2	2	False	97399	fragment	False	CAN0001_000000014064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	79.425	34.0	0.0003000466148841577	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0030_000000007931	2620	0.963018055745806	4	2	1	2	1	True	37053	maximal	True	ISR0030_000000007931	1.0		1	1	False	False	0.9996182918548584	0					non-mobilizable	no_good_hit								True	True
MON0057_000000002989	6307	0.9630128914508382	8	6	3	6	4	False	11050	maximal	True	MON0057_000000002989	1.0		1	1	False	False	0.9998414516448975	0					non-mobilizable	no_good_hit	397.0	74.307	6.0	8.866140775268048e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CAN0020_000000030362	1135	0.9630082938710376	2	1	1	1	1	False	91694	fragment	False	CAN0020_000000030362	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	99.471	100.0	0.0002845391369280613	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0033_000000004747	6431	0.9630029491837052	12	4	1	4	2	False	48751	maximal	True	FIJ0033_000000004747	1.0		2	1	True	True	1.0	4					non-mobilizable	no_good_hit	50.0	100.0	1.0	1.3248904464312994e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0026_000000010201	3090	0.9629965481266308	6	4	3	3	4	False	119456	fragment	False	FIJ0026_000000010201	0.9899060215802298		0	0	False	False	0.9957928657531738	0					non-mobilizable	no_good_hit	1503.0	92.814	48.0	0.09532888465204957	NZ_CABIWU010000053.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
DEN0093_000000002685	10681	0.9629895445548328	18	6	3	5	4	False	87859	maximal	True	DEN0093_000000002685	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	92.727	3.0	9.716136349979416e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0169_000000002301	8755	0.9629764396289284	11	8	3	4	6	True	76975	maximal	False	ENG0167_000000002698	0.9904120487074248	PS328|PS329|PS369	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1647.0	80.328	30.0	0.20363681654004234	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0021_000000003214	8751	0.9629764396289284	11	8	3	4	6	True	76975	maximal	False	ENG0167_000000002698	0.9940131951727219	PS328|PS329|PS369	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	478.0	84.31	21.0	0.05075084950126055	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0095_000000002887	8743	0.9629764396289284	11	8	3	4	6	True	76975	maximal	False	ENG0167_000000002698	0.9948340962692541	PS328|PS329|PS369	0	0	False	True	0.9996568560600281	0					non-mobilizable	no_good_hit	1646.0	80.377	30.0	0.20363681654004234	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0115_000000004482	6346	0.9629685336073476	11	5	4	5	3	False	76516	maximal	True	ISR0115_000000004482	1.0		27	5	False	False	0.9993696808815002	0					non-mobilizable	no_good_hit	777.0	83.012	12.0	0.0002147584345116804	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0154_000000021658	1803	0.9629629314330904	4	1	1	1	1	False	39587	fragment	False	FIJ0154_000000021658	1.0		0	0	False	False	0.9955629706382751	0					non-mobilizable	no_good_hit								True	False
ISR0039_000000027938	1342	0.9629614063944406	3	2	2	2	1	False	45778	fragment	False	MON0077_000000030443	0.6204566694579768		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	80.423	97.0	0.0005744299632559096	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
USA0081_01_000000005488	5668	0.9629438246067272	5	4	3	3	3	False	71935	fragment	False	USA0081_01_000000005488	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	88.889	3.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
USA0080_01_000000007189	5919	0.9629413627664368	10	4	3	4	3	True	116605	backbone	True	USA0080_01_000000007189	0.9991731086043881	PS778|PS779|PS781	59	10	True	True	1.0	110		MOBP			mobilizable	other	3381.0	99.97	99.0	0.5847750865051903	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ENG0172_000000003428	5350	0.9629413627664368	10	4	3	4	3	True	116605	backbone	False	USA0080_01_000000007189	0.6912694883125236	PS778|PS779|PS781	0	0	True	True	1.0	601		MOBP			mobilizable	other	3433.0	99.94200000000001	99.0	0.5937716262975778	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
MON0026_000000022526	2018	0.9629335053256568	3	3	3	3	2	False	16095	fragment	False	MON0026_000000022526	1.0		0	0	False	False	0.9856293201446533	0					non-mobilizable	chromosome	2018.0	96.28299999999999	100.0	0.000813653566723223	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0126_000000011125	3212	0.9629290868553341	4	3	3	3	3	False	71639	maximal	True	FIJ0126_000000011125	0.9835778061224489		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	93.516	63.0	0.0022798668196610298	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
FIJ0077_000000009404	3136	0.9629290868553341	5	3	3	3	3	False	71639	maximal	False	FIJ0126_000000011125	0.9719800747198007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	93.626	64.0	0.0022798668196610298	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0119_000000006463	5029	0.9629272983816108	7	2	1	2	1	False	112315	fragment	False	ISR0119_000000006463	1.0		0	0	False	False	0.9994034767150879	0					non-mobilizable	no_good_hit								True	False
FIJ0094_000000005075	3726	0.9629255173937242	4	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.45462086996279155	PS572	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	794.0	76.44800000000001	21.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
FIJ0091_000000006801	3675	0.9629255173937242	4	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.4534805469522132	PS572	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	794.0	76.44800000000001	21.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
ENG0202_000000000378	42740	0.9629208006093076	40	16	11	16	10	True	130798	fragment	False	ENG0202_000000000378	0.9779884398824057		0	0	False	False	0.9998829960823059	0					non-mobilizable	no_good_hit	513.0	91.81299999999999	2.0	0.00023946766526568655	NZ_CP008813.1	firmicutes	Streptococcus agalactiae strain C001 chromosome, complete genome	True	True
CHI0001_000000002233	3808	0.962920754815232	3	2	2	2	1	True	132039	fragment	False	ISR0084_000000002614	0.09722546197159844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	94.915	2.0	0.002120968331748702	NZ_AUIP01000021.1	firmicutes	Streptococcus porci DSM 23759 G576DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	True
CHI0133_000000004867	3652	0.962920754815232	3	2	2	2	1	True	132039	fragment	False	ISR0084_000000002614	0.07754197197541303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0394_000000005750	3216	0.962920754815232	3	2	2	2	1	True	131103	fragment	False	ISR0394_000000005750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0018_000000007541	2791	0.962920754815232	3	2	2	2	1	True	131102	fragment	False	ENG0018_000000007541	0.9980995819080198		0	0	False	False	0.9985668063163757	0					non-mobilizable	no_good_hit								True	True
SPA0034_000000013796	2631	0.962920754815232	3	2	2	2	1	True	131102	fragment	False	ENG0018_000000007541	0.9695449659620208		0	0	False	False	0.9992398619651794	0					non-mobilizable	no_good_hit								True	True
FIJ0147_000000008189	2442	0.962920754815232	3	2	2	2	1	True	131086	fragment	False	FIJ0147_000000008189	0.9899476416534778		0	0	False	False	0.9901719689369202	0					non-mobilizable	no_good_hit								True	True
ISR0048_000000008744	2196	0.962920754815232	2	2	2	2	1	True	131086	fragment	False	FIJ0147_000000008189	0.7823058624626318		0	0	False	False	0.9863387942314148	0					non-mobilizable	no_good_hit								True	True
ENG0204_000000011805	2195	0.962920754815232	2	2	2	2	1	True	131086	fragment	False	FIJ0147_000000008189	0.7830484038399512		0	0	False	False	0.9995444416999817	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000011701	5238	0.9629174950619342	10	5	2	5	3	False	61676	maximal	True	USA0069_01_000000011701	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000003334	7742	0.962904874092202	8	4	2	4	1	False	100073	maximal	True	AUS0018_000000003334	1.0		1	1	True	True	0.9997416734695435	20					non-mobilizable	no_good_hit								True	True
MAD0021_000000007142	2071	0.962904182583994	4	2	2	1	1	False	43117	maximal	True	MAD0021_000000007142	1.0		1	1	False	False	0.9966199994087219	0					non-mobilizable	no_good_hit	507.0	76.134	24.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
DEN0031_000000022184	1564	0.9629027269183824	2	1	1	1	1	False	110536	maximal	True	DEN0031_000000022184	1.0		0	0	False	False	0.9948849081993103	0					non-mobilizable	no_good_hit								True	False
MON0099_000000031891	1166	0.9628969929915048	3	1	1	1	1	True	9140	fragment	False	MON0099_000000031891	1.0		0	0	False	False	0.9716981053352356	0					non-mobilizable	other	1122.0	99.287	96.0	0.0004569683391463293	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	True
CHI0107_000000002331	5129	0.9628939362411361	6	5	3	4	4	True	132217	maximal	False	CHI0101_000000002342	0.6120274906771593	PS1143|PS778	0	0	False	True	0.9998050332069397	0		MOBP			mobilizable	no_good_hit	1293.0	95.05	55.0	0.2698014629049112	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	True	True
ISR0786_000000004909	3612	0.9628907362234757	4	4	3	4	2	False	22149	fragment	False	ISR0786_000000004909	1.0		0	0	False	False	0.9972314238548279	0					non-mobilizable	no_good_hit	698.0	87.536	33.0	0.00018722486085665413	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
AUS0024_000000002166	12414	0.9628886081945086	10	6	6	6	4	False	99003	maximal	True	AUS0024_000000002166	1.0		1	1	False	False	0.9989528059959412	0					non-mobilizable	no_good_hit	587.0	73.083	5.0	0.00012582687007732356	CP016181.1	g-proteobacteria	Marinomonas primoryensis strain AceL chromosome	True	False
CAN0002_000000002623	5777	0.9628851496001304	8	4	0	2	3	True	125154	fragment	False	CAN0002_000000002623	1.0		0	0	False	True	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	1192.0	95.973	64.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
USA0102_01_000000002384	5970	0.9628819478154428	8	5	2	2	5	False	24716	maximal	True	USA0102_01_000000002384	1.0		1	1	False	False	0.9981574416160583	0					non-mobilizable	no_good_hit	1300.0	99.615	22.0	0.0002872657672749226	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
SPA0115_000000000921	24561	0.962880115420587	30	17	6	16	6	True	100675	backbone	False	SPA0056_000000000367	0.5255426038360991	PS581	0	0	False	True	1.0	0					non-mobilizable	other	24562.0	98.669	100.0	0.3948828457938665	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0138_000000003361	8295	0.9628774829129598	11	10	5	7	7	True	130632	maximal	True	ISR0138_000000003361	1.0	PS895|PS896	9	4	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4985.0	88.205	79.0	0.7341040462427746	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
DEN0089_000000005595	3420	0.9628757394061422	3	2	0	2	1	True	68853	maximal	True	DEN0089_000000005595	1.0		1	1	True	True	1.0	51					non-mobilizable	no_good_hit								True	True
USA0133_01_000000004689	5972	0.9628710047893362	7	3	2	3	1	False	53585	fragment	False	USA0133_01_000000004689	0.9454331766286098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	1.0	0.00039849457604604826	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0166_000000006480	3779	0.96285692037827	4	4	4	3	4	False	39028	fragment	False	FIJ0166_000000006480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	73.36399999999999	39.0	0.006119692989703645	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
MON0092_000000007849	5972	0.9628560680500898	9	8	1	3	7	False	78680	maximal	True	MON0092_000000007849	1.0		0	0	False	False	0.9993302226066589	0	Col(MG828)	MOBP		MOBP	mobilizable	no_good_hit	4158.0	99.68700000000001	70.0	0.594733829421866	CP057719.1	enterobacteria	Escherichia coli strain RHB17-C01 plasmid pRHB17-C01_3, complete sequence	True	True
ISR0331_000000005321	3988	0.9628534120393408	5	3	1	2	1	True	99975	maximal	True	ISR0331_000000005321	0.9818908277170924		8	3	True	True	1.0	31					non-mobilizable	no_good_hit	2025.0	90.71600000000001	70.0	0.6477784932388925	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0103_000000005003	3753	0.9628534120393408	4	3	1	2	1	True	99975	maximal	False	ISR0331_000000005321	0.975664013992564		0	0	False	True	0.9949373602867126	0					non-mobilizable	no_good_hit	2025.0	90.71600000000001	74.0	0.6477784932388925	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0062_000000003540	3723	0.9628534120393408	4	3	1	2	1	True	99975	maximal	False	ISR0331_000000005321	0.9739595028759528		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2025.0	90.765	75.0	0.6477784932388925	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0054_000000003830	3537	0.9628534120393408	4	3	1	2	1	True	99975	maximal	False	ISR0331_000000005321	0.759841228038765		0	0	False	True	0.9954763650894165	0					non-mobilizable	no_good_hit	2025.0	90.71600000000001	78.0	0.6477784932388925	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0041_000000010272	3048	0.9628534120393408	3	3	1	2	1	True	64892	fragment	False	MAD0041_000000010272	0.9870239298955173		0	0	False	False	0.9891732335090637	0					non-mobilizable	plasmid	2025.0	90.71600000000001	91.0	0.6477784932388925	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	False	True
FIJ0136_000000005507	4733	0.9628526874648146	8	2	2	2	2	False	40549	maximal	True	FIJ0136_000000005507	1.0		0	0	False	False	0.9991548657417297	0					non-mobilizable	no_good_hit	254.0	93.70100000000001	17.0	0.0044837486265196895	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
DEN0041_000000009191	3625	0.9628504155414902	4	1	1	1	1	False	73139	maximal	True	DEN0041_000000009191	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	92.012	29.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ENG0108_000000007810	2704	0.9628417568168472	5	2	2	1	1	False	59946	fragment	False	ENG0108_000000007810	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2705.0	97.04299999999999	100.0	0.014621906904308705	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
FIJ0050_000000012563	2026	0.962832495408126	3	1	1	1	1	False	46604	maximal	True	FIJ0050_000000012563	1.0		1	1	False	False	0.9960513114929199	0					non-mobilizable	no_good_hit								True	False
SPA0122_000000009907	2875	0.9628262011236618	4	3	3	3	2	False	128330	maximal	True	SPA0122_000000009907	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1868.0	98.287	100.0	0.0006505267280421967	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0794_000000011443	1773	0.962818288252098	3	3	2	2	2	False	119864	maximal	True	ISR0794_000000011443	1.0		1	1	False	False	0.9994359612464905	0					non-mobilizable	no_good_hit	450.0	78.0	25.0	0.0008211892665949433	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	False
AST0150_000000003279	7202	0.96281784210087	9	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9973898306016119	PS1|PS615	0	0	True	True	1.0	165					non-mobilizable	no_good_hit	2803.0	80.628	39.0	0.3131051564962846	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	True	True
ISR0153_000000005519	4679	0.962816623479036	4	4	4	4	4	False	131484	maximal	True	ISR0153_000000005519	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	78.307	38.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0069_000000001970	14008	0.9628105990207734	13	3	2	1	2	True	10523	fragment	False	MON0069_000000001970	1.0		0	0	False	False	0.9985722303390503	0					non-mobilizable	no_good_hit	88.0	87.5	1.0	0.0004876900309430916	NZ_QFFM01000003.1	high GC Gram+	Bifidobacterium callitrichidarum strain TRI 5 DS8229454_c3, whole genome shotgun sequence	True	True
MON0060_000000014772	2639	0.9628075018827268	3	2	0	2	1	True	73753	maximal	False	FIJ0113_000000009711	0.561759224748416	PS346	0	0	True	True	1.0	116					non-mobilizable	no_good_hit	1332.0	73.72399999999999	64.0	0.3930440135426285	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
CHI0072_000000005328	2044	0.9628040540457944	3	3	3	3	3	False	128272	fragment	False	AST0099_000000008733	0.702413537880457		0	0	False	False	0.982876718044281	0					non-mobilizable	other	2025.0	98.86399999999999	99.0	0.015476017525213522	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ENG0060_000000000112	80854	0.9627949457509138	88	25	12	23	4	True	89327	maximal	True	ENG0060_000000000112	1.0		1	1	False	False	0.999146580696106	0					non-mobilizable	no_good_hit	473.0	90.486	1.0	0.0001353746791373705	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0849_000000005638	4590	0.9627925298173444	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9143627763224372	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	181					non-mobilizable	no_good_hit	2843.0	95.744	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
MAD0089_000000009298	2556	0.9627916788366429	5	2	0	2	0	True	15838	maximal	True	MAD0089_000000009298	1.0		1	1	False	False	0.9972613453865051	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.0024142520752325e-05	NZ_CP021023.1	bacteria	Sedimentisphaera salicampi strain ST-PulAB-D4 chromosome, complete genome	True	True
ISR0009_000000001371	14742	0.9627890659269448	18	17	7	9	14	False	98216	fragment	False	ISR0009_000000001371	1.0		0	0	False	False	0.9999321699142456	0		MOBP	MPF_I	MOBP	conjugative	plasmid	8332.0	99.208	100.0	0.06966068531866147	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
FIJ0151_000000005768	3072	0.962788214976108	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9985921452688284		0	0	False	False	0.9990234375	0					non-mobilizable	no_good_hit	94.0	93.617	7.0	2.5826015962144058e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0073_01_000000005719	3067	0.962788214976108	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9979890825997166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	93.87799999999999	7.0	2.693681234761262e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0069_000000009175	3066	0.962788214976108	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9981408842297099		0	0	False	False	0.9993476867675781	0					non-mobilizable	no_good_hit	188.0	82.979	6.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
CHI0074_000000004897	3050	0.962788214976108	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9960279294812437		0	0	False	False	0.9973770380020142	0					non-mobilizable	no_good_hit	188.0	82.979	6.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0015_000000006175	3029	0.962788214976108	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9929739568857019		0	0	False	False	0.9990095496177673	0					non-mobilizable	no_good_hit	188.0	82.979	6.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0006_000000006621	2943	0.962788214976108	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.9711935510529478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	82.979	6.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0086_000000000269	49133	0.9627807597826658	57	16	6	12	10	True	65912	maximal	True	FIJ0086_000000000269	1.0		1	1	False	False	0.9999592900276184	0					non-mobilizable	no_good_hit	1374.0	76.85600000000001	3.0	0.0047090938921411545	NZ_CYXL01000007.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AST0116_000000001559	12183	0.9627793386351312	16	5	4	5	3	False	107498	maximal	True	AST0116_000000001559	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5681.0	95.74	47.0	0.001597752260121401	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0222_000000009743	6341	0.9627769607453388	8	3	1	3	1	True	66567	fragment	False	ISR0222_000000009743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1954.0	98.414	65.0	0.07800823242616793	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0127_000000002971	7203	0.9627736404495192	12	6	4	3	4	True	90491	backbone	True	CHI0127_000000002971	0.9943101022978482	PS478	10	5	True	True	1.0	22		MOBB			mobilizable	plasmid	3066.0	96.869	91.0	0.4145912290200325	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ISR0201_000000000173	58106	0.9627687361982528	102	32	12	23	17	True	58911	maximal	True	ISR0201_000000000173	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	7342.0	92.073	47.0	0.13001098784248397	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0101_000000001897	10946	0.962763421245458	14	8	6	7	5	True	102876	maximal	True	ISR0101_000000001897	1.0		1	1	False	False	0.9987210035324097	0					non-mobilizable	no_good_hit	1470.0	73.53699999999999	13.0	0.008145712117379206	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
SPA0030_000000011674	2639	0.9627633534546648	3	3	3	3	3	False	60435	fragment	False	SPA0030_000000011674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	82.59299999999999	64.0	0.000971998024816848	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0185_000000001844	12485	0.9627629077346012	17	8	6	7	5	True	121837	backbone	False	ITA0004_000000000015	0.6429801553047296	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	68					non-mobilizable	other	4953.0	96.406	91.0	0.3986279257465698	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
ENG0149_000000000180	51067	0.9627614221666102	45	16	13	16	9	True	92419	fragment	False	ENG0190_000000000230	0.9743743383125227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	85.954	4.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ENG0189_000000006929	2277	0.962761292863098	3	3	2	3	1	False	54850	maximal	True	ENG0189_000000006929	1.0		8	4	False	False	0.990338146686554	0					non-mobilizable	no_good_hit	209.0	74.163	9.0	0.00016186849677598815	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
FIJ0009_000000006634	5232	0.962752703515664	7	7	0	4	6	False	127607	backbone	False	ENG0095_000000004996	0.9919645337490404	PS1012	0	0	True	True	0.9992354512214661	2	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	4989.0	99.84	100.0	0.9668540414809071	AY913943.1	enterobacteria	Escherichia coli plasmid pColE1-H22, complete sequence	False	True
ISR0254_000000009229	1417	0.9627452906011515	2	1	1	1	1	False	26920	fragment	False	SPA0026_000000023745	0.9863540937718684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0146_000000008513	2799	0.9627429977580716	7	3	2	3	2	False	57432	fragment	False	ISR0039_000000009927	0.6819526675676485		0	0	False	False	0.9982136487960815	0					non-mobilizable	chromosome	2071.0	77.354	99.0	0.0009042525478463512	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0036_000000002823	7462	0.9627291514203036	8	8	5	6	6	False	95068	maximal	True	ENG0036_000000002823	1.0		2	2	False	False	0.998927891254425	0					non-mobilizable	no_good_hit	77.0	100.0	3.0	3.331836929379086e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0051_000000036173	1343	0.9627273039209292	3	1	1	1	1	False	72434	maximal	True	DEN0051_000000036173	1.0		1	1	False	False	0.9731943607330322	0					non-mobilizable	no_good_hit								True	False
ENG0059_000000002493	4838	0.9627187533453117	8	7	5	6	6	True	95471	maximal	True	ENG0059_000000002493	1.0		1	1	False	False	1.0	0	IncR				non-mobilizable	plasmid	2699.0	99.926	100.0	0.014550043412842651	CP050282.1	enterobacteria	Klebsiella pneumoniae strain 9949 plasmid unnamed2, complete sequence	False	True
ISR0180_000000013851	1716	0.9627118423634368	2	2	1	2	1	True	29628	fragment	False	ISR0180_000000013851	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	98.67200000000001	99.0	0.19014647137150467	AJ239049.2	firmicutes	Streptococcus thermophilus partial repA gene, ORF1 to ORF8 and partial ORF9 DNA	False	True
ISR0210_000000003560	5252	0.9627109867003992	7	7	0	4	6	False	127607	backbone	False	ENG0095_000000004996	0.9914202058399284	PS1012	0	0	True	True	1.0	73	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	4947.0	99.79799999999999	100.0	0.8336423394572728	CP032525.1	enterobacteria	Shigella sonnei strain AR_0030 plasmid unnamed2, complete sequence	False	True
ENG0104_000000006141	4690	0.9627108527572058	5	5	4	4	5	False	95345	maximal	True	ENG0104_000000006141	0.9989157735009448		54	7	False	False	0.9995735883712769	0					non-mobilizable	no_good_hit	1438.0	80.389	56.0	0.000628665020622317	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0043_01_000000002062	6912	0.9627098397949284	11	7	3	4	7	True	118170	backbone	True	USA0043_01_000000002062	1.0	PS799|PS800	107	11	True	True	1.0	38	rep_cluster_1097	MOBB			mobilizable	plasmid	4492.0	99.889	100.0	0.5026301063234471	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0178_000000002137	6584	0.9627098397949284	9	7	3	4	7	True	118188	backbone	False	CHI0082_000000001020	0.030363719177323736	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4674.0	99.829	71.0	0.5228875209848909	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
DEN0079_000000006358	6033	0.9627098397949284	8	7	3	4	7	True	118183	fragment	False	DEN0079_000000006358	1.0		0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6035.0	99.735	100.0	0.6746422182468694	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
FIJ0097_000000005611	5147	0.9627098397949284	8	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.7317581491078817	PS799	0	0	False	True	0.9984456896781921	0	rep_cluster_1097	MOBB			mobilizable	plasmid	5130.0	99.649	99.0	0.5738108561835479	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0117_000000005537	4916	0.9627098397949284	9	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.7121902173551881	PS799	0	0	True	True	1.0	40	rep_cluster_1097	MOBB			mobilizable	plasmid	4847.0	99.85600000000001	99.0	0.5421376608841634	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0049_000000005791	4804	0.9627098397949284	8	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.6709086331229617	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4805.0	99.875	100.0	0.5376608841634023	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0122_000000006825	4510	0.9627098397949284	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.5682321163423454	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4510.0	99.978	100.0	0.5046446558477896	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0130_000000006741	4428	0.9627098397949284	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.4309875525498791	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4428.0	100.0	100.0	0.4954672635702294	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0130_000000003773	4332	0.9627098397949284	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.39850855922004136	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	other	4333.0	97.046	100.0	0.4888236622262362	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
DEN0073_000000010926	4298	0.9627098397949284	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.37176717215092875	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4296.0	99.884	99.0	0.48069390039171794	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0056_000000003948	4297	0.9627098397949284	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.37171782948939325	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4297.0	99.884	100.0	0.48080581980973697	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0109_000000005639	4290	0.9627098397949284	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.37118446135944366	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4290.0	99.65	100.0	0.47953935599284436	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0111_000000007148	4289	0.9627098397949284	8	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.3712563839726877	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4289.0	99.697	100.0	0.4799104644655848	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0020_01_000000008134	4288	0.9627098397949284	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.37153963910013255	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4288.0	99.883	100.0	0.47979854504756575	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0156_000000003609	4288	0.9627098397949284	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.37088221448463077	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4288.0	99.58	100.0	0.47979854504756575	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0139_000000004293	4206	0.9627098397949284	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.3287337775209287	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4206.0	99.881	100.0	0.4706211527700056	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0078_000000004041	4193	0.9627098397949284	7	7	3	4	7	True	118168	backbone	False	FIJ0074_000000005173	0.3279706210962243	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4193.0	99.85700000000001	100.0	0.46869409660107336	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0320_000000008719	2656	0.9627040840019307	5	2	2	2	1	False	25068	fragment	False	ISR0320_000000008719	1.0		0	0	False	False	0.9992470145225525	0					non-mobilizable	no_good_hit								True	False
ENG0047_000000012965	1578	0.9627018472781558	3	2	2	1	1	False	64320	fragment	False	ENG0047_000000012965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	84.337	5.0	3.044047365377005e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
DEN0035_000000012520	2601	0.9626987392724168	5	1	1	1	1	False	73466	maximal	True	DEN0035_000000012520	1.0		0	0	False	False	0.9969242811203003	0					non-mobilizable	no_good_hit	1306.0	82.772	75.0	0.0002889704788114229	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0125_000000001980	14967	0.9626972545531046	21	20	8	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.3189540469057029	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	14584.0	98.505	99.0	0.2856890840308133	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0349_000000002128	4318	0.9626933216996002	6	3	3	3	3	True	116843	maximal	True	ISR0349_000000002128	1.0	PS784	3	1	True	True	1.0	59					non-mobilizable	no_good_hit	2537.0	100.0	69.0	0.8655290102389078	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0252_000000006176	1833	0.962680166693891	2	2	2	2	2	False	75532	fragment	False	ISR0168_000000013580	0.9523545990200262		0	0	False	False	0.9874522686004639	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	0.0003656158596035099	NZ_LSZP01000059.1	verrucomicrobia	Cephaloticoccus capnophilus strain CV41 contig_62, whole genome shotgun sequence	True	False
ISR0113_000000003500	4157	0.9626654543958584	4	4	1	3	3	True	119792	backbone	False	SPA0115_000000005884	0.9472679274327128	PS824|PS825	0	0	True	True	0.9997594356536865	96	IncW	MOBQ,MOBQ			mobilizable	plasmid	2902.0	97.45	100.0	0.3750648004147227	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
SPA0071_000000007985	2999	0.9626592299650396	4	4	4	4	4	False	120077	fragment	False	ISR0155_000000005779	0.6152044113956029		0	0	False	False	1.0	0					non-mobilizable	chromosome	2999.0	98.6	100.0	0.0006706396510884249	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0125_000000007860	1920	0.9626552345032324	3	2	2	1	2	False	43118	fragment	False	ISR0125_000000007860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	76.134	26.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
FIJ0095_000000014790	1842	0.9626552345032324	2	2	2	1	2	False	43116	fragment	False	FIJ0095_000000014790	0.9942363112391931		0	0	False	False	0.9961997866630554	0					non-mobilizable	no_good_hit	507.0	76.134	27.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
FIJ0155_000000012705	1735	0.9626552345032324	2	2	2	1	2	False	43116	fragment	False	FIJ0095_000000014790	0.9655266015200868		0	0	False	False	0.9976945519447327	0					non-mobilizable	no_good_hit	507.0	76.134	29.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
ISR0250_000000006298	1963	0.9626514547682142	2	2	2	2	2	True	57961	fragment	False	ISR0250_000000006298	0.9678609062170707		0	0	False	False	1.0	0					non-mobilizable	plasmid	1963.0	100.0	100.0	0.011479793340315606	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
ISR0111_000000003185	5026	0.9626445365233351	11	4	1	3	3	False	83892	fragment	False	ISR0111_000000003185	1.0		0	0	False	False	0.9998010396957397	0					non-mobilizable	other	5026.0	99.94	100.0	0.001612591628900466	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
FIJ0066_000000008237	3761	0.9626374252581612	6	5	4	3	2	False	48125	fragment	False	FIJ0066_000000008237	1.0		0	0	False	False	0.999468207359314	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	2.5296132861693875e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CAN0022_000000006643	4335	0.9626313212919416	5	5	3	3	4	True	91642	backbone	False	ENG0039_000000004600	0.9548639736191261	PS484	0	0	True	True	0.9997693300247192	1					non-mobilizable	plasmid	3006.0	100.0	100.0	0.6295830714435365	LN853046.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0399	False	True
USA0024_01_000000012411	1825	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.837969853507974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0056_000000005959	1817	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8373937910994929		0	0	False	False	0.9983489513397217	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
USA0015_01_000000018400	1817	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8373937910994929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CHI0106_000000011021	1817	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8373937910994929		0	0	False	False	0.9966978430747986	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
AUS0020_000000014701	1817	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8373937910994929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
DEN0010_000000025203	1817	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8373937910994929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0022_000000008478	1817	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8373937910994929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0144_000000009599	1817	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8373937910994929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0107_000000016217	1817	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8373937910994929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0108_000000010528	1817	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8373937910994929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0012_000000012890	1816	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8371925578046405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0156_000000013799	1813	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8365387978479971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
DEN0046_000000013483	1809	0.96263103849914	3	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8275689127916623		0	0	False	False	0.999447226524353	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
DEN0071_000000023414	1801	0.96263103849914	3	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8333966769324701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	44.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
DEN0077_000000007341	1783	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.8006470098263886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	45.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
DEN0020_000000005950	1781	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.7999471208999471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	45.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CAN0018_000000019378	1765	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.7937164497939905		0	0	False	False	0.9954674243927002	0					non-mobilizable	no_good_hit	601.0	76.705	45.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0822_000000004521	1689	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.679033270682861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	47.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0021_000000019571	1662	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.1162633769783538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	91.743	44.0	4.067517016250296e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0080_000000016769	1637	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.582652329412143		0	0	False	False	0.9975565075874329	0					non-mobilizable	no_good_hit	218.0	91.743	45.0	4.067517016250296e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
USA0009_01_000000015615	1617	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.08884653599316722		0	0	False	False	0.9993815422058105	0					non-mobilizable	no_good_hit	601.0	76.705	49.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0114_000000029802	1580	0.96263103849914	3	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.145266445483534		0	0	False	False	0.9936708807945251	0					non-mobilizable	no_good_hit	601.0	76.705	51.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0252_000000007571	1579	0.96263103849914	2	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.170455338440761		0	0	False	False	0.9943001866340637	0					non-mobilizable	no_good_hit	601.0	76.705	47.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
DEN0038_000000002764	1562	0.96263103849914	3	2	2	2	1	False	99554	fragment	False	USA0041_01_000000008430	0.14447582617484073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	76.705	51.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0016_000000023174	1470	0.96263103849914	2	2	2	2	1	False	92707	fragment	False	SPA0016_000000023174	0.9861090822120743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	91.743	50.0	4.067517016250296e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0054_000000020147	1458	0.96263103849914	2	2	2	2	1	False	92707	fragment	False	SPA0016_000000023174	0.9848026611525666		0	0	False	False	0.9931412935256958	0					non-mobilizable	no_good_hit	218.0	91.743	50.0	4.067517016250296e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0164_000000015510	1332	0.96263103849914	2	2	2	2	1	False	92707	fragment	False	SPA0016_000000023174	0.9606488020780727		0	0	False	False	0.9984984993934631	0					non-mobilizable	no_good_hit	218.0	91.743	55.0	4.067517016250296e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0049_000000013893	1225	0.96263103849914	2	2	2	2	1	False	92707	fragment	False	SPA0016_000000023174	0.46801236086950376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	89.49799999999999	52.0	0.020346237383416378	NZ_QRUU01000040.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf40, whole genome shotgun sequence	True	False
AST0024_000000026592	1359	0.9626305079326845	2	1	1	1	1	False	120832	maximal	True	AST0024_000000026592	1.0		6	2	False	False	0.9977924823760986	0					non-mobilizable	no_good_hit	264.0	98.86399999999999	19.0	0.00015836876558472096	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
TAN0008_000000000142	29384	0.9626282982742412	16	12	8	10	5	True	130790	fragment	False	TAN0008_000000000142	1.0		0	0	False	False	0.9999319314956665	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00022406626180211087	NZ_KE384520.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ISR0223_000000004078	5987	0.9626204286830444	16	1	1	1	1	False	27833	maximal	True	ISR0223_000000004078	1.0		1	1	False	False	0.9996659159660339	0					non-mobilizable	no_good_hit	807.0	90.954	26.0	0.014284195229149683	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ETH0003_000000009931	3514	0.9626204286830444	9	1	1	1	1	False	53230	maximal	True	ETH0003_000000009931	1.0		1	1	False	False	0.9951621890068054	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2790577518136533e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0014_000000011473	2729	0.9626204286830444	5	1	1	1	1	False	19512	maximal	True	MAD0014_000000011473	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	92.265	20.0	0.006397759897919399	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0088_000000010136	2374	0.9626204286830444	5	1	1	1	1	False	15899	maximal	True	MAD0088_000000010136	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	93.23299999999999	35.0	0.011767624853790806	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0028_000000013478	2268	0.9626204286830444	5	1	1	1	1	False	48937	fragment	False	FIJ0028_000000013478	1.0		0	0	False	False	0.9955908060073853	0					non-mobilizable	no_good_hit	318.0	85.535	22.0	0.005529365895154716	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0090_01_000000000400	21744	0.9626156250628376	19	16	11	13	14	True	123714	fragment	False	SPA0082_000000000480	0.5380631415393264		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	12727.0	97.604	59.0	0.12931972858320023	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
FIJ0153_000000000189	58012	0.962612716601001	97	32	12	22	18	True	75520	maximal	True	FIJ0153_000000000189	0.9998088885616877		2	1	True	True	0.9999827742576599	3					non-mobilizable	no_good_hit	4283.0	92.73899999999999	53.0	0.075851557792507	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0324_000000004732	6653	0.9626109708233	10	7	3	2	5	True	118150	fragment	False	ISR0324_000000004732	1.0		0	0	False	False	0.9993987679481506	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2366.0	98.26700000000001	61.0	0.2669902912621359	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0133_000000004593	3856	0.9626076417028856	6	4	2	4	2	False	80806	maximal	True	CHI0133_000000004593	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	72.08	18.0	0.0013990774441569724	NZ_NPML01000018.1	firmicutes	Petroclostridium xylanilyticum strain SK-Y3 Scaffold1_18, whole genome shotgun sequence	True	False
MAD0107_000000011044	3514	0.9625756628114072	5	3	2	2	3	False	121416	maximal	True	MAD0107_000000011044	1.0		1	1	False	False	0.9997154474258423	0					non-mobilizable	no_good_hit	1788.0	86.801	51.0	0.006839593690541951	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0825_000000007756	2973	0.9625740937982464	7	2	2	2	2	False	23982	fragment	False	ISR0825_000000007756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1349.0	91.03	45.0	0.0047223486572599	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0848_000000001380	8744	0.9625715415090398	11	8	3	4	6	True	76975	maximal	False	ENG0167_000000002698	0.9870639953823594	PS328|PS329|PS369	0	0	True	True	0.999885618686676	12					non-mobilizable	no_good_hit	1144.0	76.57300000000001	34.0	0.12397237750739888	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0144_000000005592	5660	0.9625670926798604	7	5	4	5	3	False	40115	fragment	False	FIJ0144_000000005592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	98.214	3.0	2.360749069972173e-05	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ENG0065_000000004606	5934	0.9625642653309968	8	3	2	3	2	True	69576	maximal	True	ENG0065_000000004606	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	75.839	10.0	0.0002714268064857903	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	True
SPA0131_000000014972	1796	0.9625639319064396	3	2	2	2	1	False	99018	maximal	True	SPA0131_000000014972	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	77.33	40.0	0.00025214044931286413	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0026_01_000000026074	1252	0.9625633281569062	2	2	2	1	1	False	119893	fragment	False	MON0090_000000038217	0.5948063956624441		0	0	False	False	0.9976038336753845	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000007547	5369	0.9625618710600108	8	3	3	3	3	False	116088	fragment	False	DEN0096_000000007547	1.0		0	0	False	False	0.9998137354850769	0					non-mobilizable	plasmid	3582.0	96.90100000000001	99.0	0.021370982364104486	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0818_000000009581	1880	0.9625565630772625	2	2	0	2	2	False	21350	fragment	False	ISR0818_000000009581	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1857.0	85.137	98.0	0.3278280944770023	CP056368.1	enterobacteria	Citrobacter freundii strain RHBSTW-00658 plasmid pRHBSTW-00658_4, complete sequence	False	True
ENG0149_000000001541	14604	0.9625469768142918	17	10	5	9	8	False	122353	maximal	True	ENG0149_000000001541	1.0		15	6	False	False	0.999794602394104	0					non-mobilizable	other	8291.0	99.19200000000001	99.0	0.049062834754715415	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
FIJ0130_000000011159	1837	0.9625420033063659	3	2	2	2	2	False	82286	fragment	False	ISR0055_000000007352	0.9418448538523612		0	0	False	False	1.0	0					non-mobilizable	other	1838.0	97.60600000000001	100.0	0.000888393401501559	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
SPA0127_000000005799	5014	0.9625382360284492	9	6	4	5	4	False	38606	fragment	False	SPA0127_000000005799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	77.793	15.0	0.010031187136318839	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0059_000000001571	9289	0.9625323288144808	10	5	2	2	5	False	123192	maximal	True	ISR0059_000000001571	1.0	PS832|PS879	1	1	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	910.0	87.25299999999999	28.0	0.15950810907146676	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0096_000000020061	1830	0.9625296333072704	2	2	2	2	2	False	53306	fragment	False	FIJ0096_000000020061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0157_000000005523	5088	0.9625242690623736	9	5	2	2	4	False	74550	fragment	False	ISR0157_000000005523	0.9990523214836488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1678.0	93.564	66.0	0.00032346791676402	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
USA0017_01_000000001848	13394	0.962523525911436	10	6	5	4	3	True	98618	fragment	False	USA0017_01_000000001848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	96.962	9.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0068_000000015317	2085	0.9625121389601482	5	2	2	2	2	True	45071	maximal	True	FIJ0068_000000015317	1.0		3	2	False	False	1.0	0	rep_cluster_1760				non-mobilizable	plasmid	2085.0	99.80799999999999	100.0	0.009076529567350639	CP058949.1	enterobacteria	Escherichia coli strain SY3626C5 plasmid pSY3626C1_229k, complete sequence	False	True
ISR0048_000000004526	4205	0.9625100855603904	3	3	2	3	3	True	84877	fragment	False	ISR0048_000000004526	1.0		0	0	False	False	0.9983353018760681	0					non-mobilizable	other	4206.0	93.795	100.0	0.38248135346552664	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
DEN0079_000000016417	3166	0.9625057082196388	3	1	1	1	1	False	96153	fragment	False	DEN0079_000000016417	1.0		0	0	False	False	0.9996841549873352	0					non-mobilizable	no_good_hit	386.0	99.48200000000001	12.0	0.00010765885063411063	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0015_000000012222	3033	0.9625057082196388	2	1	1	1	1	False	92905	fragment	False	SPA0057_000000010215	0.968099173553719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	90.196	7.0	4.2224640118833e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0057_000000010215	3025	0.9625057082196388	3	1	1	1	1	False	92905	fragment	False	SPA0057_000000010215	0.9688427299703264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	2.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0021_000000012278	2796	0.9625057082196388	3	1	1	1	1	False	92908	maximal	True	DEN0021_000000012278	1.0		16	6	False	False	0.9932045936584473	0					non-mobilizable	no_good_hit	399.0	98.99700000000001	14.0	0.00011129408455162606	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0200_000000008566	2704	0.9625057082196388	2	1	1	1	1	False	92904	fragment	False	ISR0200_000000008566	0.974124809741248		0	0	False	False	0.9977810382843018	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	3.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0063_000000012104	2628	0.9625057082196388	2	1	1	1	1	False	92904	fragment	False	ISR0200_000000008566	0.9607988165680473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	3.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0839_000000008452	2280	0.9625057082196388	3	1	1	1	1	False	48796	maximal	True	ISR0839_000000008452	1.0		0	0	False	False	0.9964912533760071	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	3.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0817_000000006485	1892	0.9625057082196388	2	1	1	1	1	False	48799	fragment	False	ISR0817_000000006485	0.9966386554621849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	4.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0062_01_000000011170	1785	0.9625057082196388	2	1	1	1	1	False	48799	fragment	False	ISR0817_000000006485	0.9685517970401691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	4.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0151_000000011778	1618	0.9625057082196388	2	1	1	1	1	False	48797	fragment	False	SPA0151_000000011778	0.9613470279843389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	386.0	96.11399999999999	24.0	0.00010765885063411063	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0042_01_000000013775	1268	0.9625057082196388	1	1	1	1	1	False	21809	fragment	False	MON0046_000000026767	0.9575228835159664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	6.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0038_000000028915	1238	0.9625057082196388	3	1	1	1	1	False	48795	fragment	False	SPA0130_000000023032	0.46210407239819007		0	0	False	False	0.9991922378540039	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	6.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0029_000000028558	1102	0.9625057082196388	1	1	1	1	1	False	48794	fragment	False	FIJ0029_000000028558	0.987463837994214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	7.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0056_000000005654	5543	0.9625026359505648	9	9	3	3	9	True	90642	fragment	False	SPA0056_000000005654	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	3055.0	97.709	100.0	0.27597785642980305	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
TAN0003_000000000809	6179	0.9624979150732847	7	6	5	6	5	False	65918	maximal	True	TAN0003_000000000809	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3813.0	97.84899999999999	79.0	0.0013939256614466445	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
CHI0097_000000001446	3526	0.9624966686233956	6	3	3	2	2	True	116597	fragment	False	CHI0097_000000001446	1.0		0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	1298.0	94.992	81.0	0.270846394984326	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	True	True
DEN0094_000000007082	4400	0.9624954722503573	7	2	1	2	2	False	82722	fragment	False	DEN0094_000000007082	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	90.0	3.0	3.3780868332962403e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0812_000000001177	23440	0.9624937937296384	28	27	10	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9756316690947898		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	23453.0	98.772	100.0	0.5332802366594607	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0244_000000000983	14871	0.962491526728808	15	11	6	7	8	False	76987	fragment	False	USA0081_01_000000001790	0.9378491176528765		0	0	False	False	0.9999327659606934	0					non-mobilizable	no_good_hit	859.0	98.719	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
SPA0054_000000017972	1642	0.9624887541820998	3	2	2	2	1	False	6426	maximal	True	SPA0054_000000017972	1.0		0	0	False	False	0.9933008551597595	0					non-mobilizable	no_good_hit	957.0	97.59700000000001	59.0	0.00027228420763012275	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0130_000000019912	1666	0.9624871094583444	2	1	1	1	1	True	100225	fragment	False	SPA0130_000000019912	1.0		0	0	False	False	0.9993997812271118	0					non-mobilizable	no_good_hit								True	True
ENG0194_000000017709	1496	0.9624871094583444	1	1	1	1	1	True	100193	fragment	False	USA0055_01_000000015874	0.19533885890991756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000022377	1418	0.9624871094583444	1	1	1	1	1	True	100224	fragment	False	FIJ0029_000000022377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	6.0	0.0001240740181052625	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
CHI0139_000000008957	1343	0.9624871094583444	1	1	1	1	1	True	100203	fragment	False	CHI0139_000000008957	1.0		0	0	False	False	0.9553238749504089	0					non-mobilizable	no_good_hit								True	True
FIJ0047_000000024760	1266	0.9624871094583444	1	1	1	1	1	True	71767	maximal	True	FIJ0047_000000024760	1.0		2	2	False	False	0.9889415502548218	0					non-mobilizable	no_good_hit								True	True
CAN0001_000000036167	1191	0.9624871094583444	1	1	1	1	1	True	100193	fragment	False	USA0055_01_000000015874	0.10488538173227645		0	0	False	False	0.9697732925415039	0					non-mobilizable	no_good_hit								True	True
ISR0089_000000027809	1154	0.9624871094583444	1	1	1	1	1	True	100193	fragment	False	USA0055_01_000000015874	0.10660756879647812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0103_000000005458	6740	0.9624857895831592	6	3	2	3	2	False	37916	fragment	False	MON0103_000000005458	1.0		0	0	False	False	0.9995548725128174	0					non-mobilizable	no_good_hit	394.0	78.426	6.0	0.0001380235451930035	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
ISR0376_000000002755	6259	0.9624835382958868	9	6	5	5	5	False	23356	maximal	True	ISR0376_000000002755	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	97.015	4.0	0.11073825503355705	LN854272.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK1771	True	False
USA0145_01_000000014089	1680	0.962482659067889	3	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.9169389805082883		0	0	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit	204.0	91.667	12.0	6.012187266305837e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0033_000000037340	1617	0.962482659067889	4	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.8863479416308176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	92.647	20.0	6.012187266305837e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CAN0007_000000025723	1567	0.962482659067889	3	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.7674457238901866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	95.876	19.0	8.588838951865481e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CAN0016_000000029941	1554	0.962482659067889	3	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.8102430143571349		0	0	False	False	0.9987130165100098	0					non-mobilizable	no_good_hit	204.0	94.118	13.0	6.012187266305837e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0126_000000029436	1522	0.962482659067889	3	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.8069903691236503		0	0	False	False	0.9986859560012817	0					non-mobilizable	no_good_hit	204.0	93.137	13.0	6.012187266305837e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0061_000000014635	1426	0.962482659067889	3	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.42208509327940547		0	0	False	False	0.9957924485206604	0					non-mobilizable	no_good_hit	176.0	86.36399999999999	12.0	4.3910360637046496e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0094_000000029476	1331	0.962482659067889	2	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.3818633389134182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	89.01100000000001	7.0	2.5292877469498196e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0008_000000021362	1322	0.962482659067889	2	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.3816184170196458		0	0	False	False	0.9568834900856018	0					non-mobilizable	no_good_hit	91.0	92.30799999999999	7.0	2.516700404433755e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0362_000000007937	2749	0.9624761942864088	3	3	3	3	2	False	105491	fragment	False	CHI0039_000000003802	0.3179974236660727		0	0	False	False	0.9996362328529358	0					non-mobilizable	other	2748.0	99.309	99.0	0.00394957995275457	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0110_000000002979	2735	0.9624761942864088	3	3	3	3	2	False	105491	fragment	False	CHI0039_000000003802	0.31745961220591384		0	0	False	False	0.994149923324585	0					non-mobilizable	other	2735.0	99.34200000000001	100.0	0.003930888820833998	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0790_000000001667	8668	0.9624672951428146	13	7	3	5	4	True	76978	maximal	True	ISR0790_000000001667	0.999712246777164	PS328|PS329|PS369|PS370	3	3	True	True	1.0	149					non-mobilizable	no_good_hit	475.0	84.421	21.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0182_000000027415	1463	0.9624600433411816	3	3	3	2	1	False	29525	maximal	True	ISR0182_000000027415	1.0		7	4	False	False	0.991797685623169	0					non-mobilizable	other	1488.0	77.016	100.0	0.0011844379358550313	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
FIJ0024_000000003048	6623	0.9624543322140624	7	5	3	5	3	False	49259	fragment	False	FIJ0024_000000003048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1543.0	94.102	23.0	0.0005801504847781179	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
CHI0024_000000004147	2941	0.962451131115035	5	3	3	3	3	False	94199	fragment	False	CHI0024_000000004147	0.9814295725297828		0	0	False	False	0.9996599555015564	0					non-mobilizable	other	2941.0	99.116	100.0	0.001197862914775313	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
DEN0043_000000002286	2854	0.962451131115035	4	3	3	3	3	False	94199	fragment	False	CHI0024_000000004147	0.9671880312818769		0	0	False	False	1.0	0					non-mobilizable	chromosome	2846.0	99.613	99.0	0.0012029913680612345	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0041_000000004443	3148	0.9624480123807744	3	2	1	2	1	True	87614	maximal	True	CHI0041_000000004443	1.0		1	1	False	False	0.9914231300354004	0					non-mobilizable	no_good_hit								True	True
FIJ0012_000000007088	3296	0.9624412047469108	6	5	4	4	5	False	50825	fragment	False	FIJ0012_000000007088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	77.758	28.0	0.0001698558815008273	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0094_000000003237	5995	0.9624401668084376	5	4	3	4	4	True	109400	maximal	True	AST0094_000000003237	1.0		3	2	False	False	0.9998331665992737	0					non-mobilizable	no_good_hit	2414.0	75.973	40.0	0.0008784075458621976	CP025834.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-19 chromosome, complete genome	True	True
DEN0061_000000032212	1362	0.9624361182260376	2	2	2	2	2	False	104279	fragment	False	DEN0061_000000032212	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	99.266	100.0	0.0019568177341459663	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0282_000000004551	4335	0.962433637684878	5	3	3	3	2	False	26149	maximal	True	ISR0282_000000004551	1.0		7	5	False	False	0.9988465905189514	0					non-mobilizable	no_good_hit								True	False
DEN0072_000000010260	1635	0.9624334441956536	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.008300964791379527	PS1061	0	0	False	True	0.9951070547103882	0					non-mobilizable	other	1515.0	88.383	92.0	0.007057077380480087	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0350_000000001103	11862	0.962429284360286	17	17	3	14	16	True	82245	fragment	False	FIJ0122_000000001423	0.9589517819706499		0	0	False	False	0.9995784759521484	0			MPF_F	MOBF	mobilizable	plasmid	11862.0	99.385	100.0	0.09744770046442809	CP053722.1	enterobacteria	Escherichia coli strain CP131_Sichuan plasmid pCP131-IncFIB, complete sequence	False	True
CAN0020_000000006011	5919	0.9624277061249252	10	5	3	4	4	True	116605	backbone	False	USA0080_01_000000007189	0.9990589379388534	PS778|PS779|PS781	0	0	True	True	1.0	1695		MOBP			mobilizable	other	3539.0	99.943	99.0	0.6121107266435987	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
MON0060_000000007290	4592	0.9624264582964016	6	5	3	5	5	False	84454	fragment	False	MON0060_000000007290	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	87.85700000000001	3.0	5.100616073692527e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
AST0010_000000001329	15212	0.9624234079964632	13	9	6	8	6	False	126558	maximal	True	AST0010_000000001329	1.0		1	1	False	False	0.9979621171951294	0					non-mobilizable	no_good_hit	4806.0	98.585	37.0	0.1664299816424786	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	False
ISR0813_000000000228	61292	0.9624229415118006	54	43	31	41	27	True	98525	maximal	True	ISR0813_000000000228	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6489.0	99.661	15.0	0.32272026267349885	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ENG0031_000000004501	4459	0.9624125282886398	6	4	2	4	2	True	65719	fragment	False	ENG0031_000000004501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	98.98299999999999	23.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0160_000000004531	5624	0.9624093787607072	7	4	1	3	3	True	96744	fragment	False	ISR0160_000000004531	0.9918003565062388		0	0	False	False	1.0	0	IncW				non-mobilizable	other	5624.0	99.50200000000001	100.0	0.002357664842617591	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0026_000000023745	1429	0.962406541840988	2	1	1	1	1	False	26920	fragment	False	SPA0026_000000023745	0.9904728299223713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000007428	3495	0.9624043151639834	2	2	1	1	2	False	6794	fragment	False	SPA0044_000000007428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	98.305	2.0	1.7339566409194037e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0177_000000001616	11593	0.962404020260166	11	9	6	8	7	False	37255	maximal	True	ISR0177_000000001616	1.0		4	1	False	False	0.9972397089004517	0					non-mobilizable	no_good_hit	4703.0	98.193	76.0	0.00316901123613684	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
USA0026_01_000000001566	18084	0.9624039337367004	20	5	1	4	5	False	22286	fragment	False	USA0135_01_000000000574	0.9239303959131546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4652.0	96.51799999999999	26.0	0.34639159901690625	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
ISR0170_000000012774	3575	0.962403682155936	4	3	3	3	3	False	60438	fragment	False	ISR0170_000000012774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1751.0	82.98100000000001	49.0	0.0010078054386841353	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
CAN0021_000000006086	6414	0.9623951617822512	13	3	1	2	3	False	91666	maximal	True	CAN0021_000000006086	1.0		5	3	False	False	0.9996882081031799	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	1.0	2.191997979854662e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0207_000000017223	1739	0.9623914371421476	3	2	2	1	1	False	45262	maximal	True	ISR0207_000000017223	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.851896262290589e-05	NZ_PVZF01000003.1	high GC Gram+	Kineococcus rhizosphaerae strain DSM 19711 Ga0180978_103, whole genome shotgun sequence	True	False
CHI0179_000000001358	9608	0.9623869959272304	13	10	8	10	7	True	91801	fragment	False	CHI0179_000000001358	0.9981634016028496		0	0	False	False	0.9998959302902222	0					non-mobilizable	no_good_hit	794.0	75.945	8.0	0.0002743181086202113	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
USA0031_01_000000019368	1381	0.9623796497571582	2	2	2	2	2	False	1520	maximal	True	USA0031_01_000000019368	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0047_01_000000003283	9188	0.9623785944922868	12	9	4	6	8	True	125625	fragment	False	USA0047_01_000000003283	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2220.0	94.459	38.0	0.267586874924325	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0075_000000001330	4974	0.9623661635485884	8	6	2	2	6	True	90098	fragment	False	CHI0075_000000001330	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	2952.0	98.40799999999999	59.0	0.2670048002898288	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0081_000000002202	9967	0.962351830221752	14	9	3	9	4	True	126097	fragment	False	ENG0081_000000002202	0.9799712578041548		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	0.0	2.425663520042045e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0212_000000003074	9112	0.962351830221752	13	9	3	9	4	True	126097	fragment	False	ENG0081_000000002202	0.9256257451473721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	2.087011456000722e-05	NZ_SGXE01000001.1	CFB group bacteria	Aquimarina brevivitae strain DSM 17196 Ga0310459_101, whole genome shotgun sequence	True	True
MAD0053_000000002970	4241	0.9623490595578488	6	5	5	2	3	True	17230	maximal	True	MAD0053_000000002970	1.0		1	1	True	True	0.9988210201263428	16					non-mobilizable	no_good_hit	1562.0	78.297	53.0	0.01585265750051303	MT108208.1	enterobacteria	Klebsiella pneumoniae strain BJ20 plasmid pBJ20-KPC, complete sequence	True	True
ISR0207_000000002102	9745	0.962347139248153	8	5	3	5	2	True	117509	fragment	False	ISR0207_000000002102	0.9909928564033543		0	0	False	True	0.9993842840194702	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	2.0	0.0013240022697181767	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0119_000000003084	9947	0.962345982031644	18	6	3	6	4	False	118018	fragment	False	ISR0215_000000002718	0.878926254860769		0	0	False	False	1.0	0					non-mobilizable	virus	9955.0	99.43700000000001	100.0	0.8368239549163092	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	False	False
TAN0010_000000002770	4192	0.9623413805940578	6	2	0	2	0	True	2633	maximal	True	TAN0010_000000002770	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
ENG0041_000000000732	27069	0.9623352611014389	42	9	5	8	3	True	115693	maximal	True	ENG0041_000000000732	1.0		1	1	False	False	0.9988547563552856	0					non-mobilizable	no_good_hit	1825.0	89.096	10.0	0.0007253878992870006	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
CHI0054_000000003347	4767	0.9623277029418056	7	3	1	2	3	False	86363	maximal	True	CHI0054_000000003347	1.0		1	1	False	False	0.9874134659767151	0					non-mobilizable	no_good_hit	418.0	100.0	9.0	0.0009194946087186611	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	True	False
AST0047_000000019942	1185	0.9623208018059776	3	1	1	1	1	False	115041	fragment	False	AST0047_000000019942	1.0		0	0	False	False	0.9848101139068604	0					non-mobilizable	no_good_hit								True	False
CHI0063_000000007059	1904	0.9623110090304944	2	2	0	2	1	False	85446	fragment	False	CHI0063_000000007059	1.0		0	0	False	False	0.966911792755127	0	IncHI1B				non-mobilizable	plasmid	1851.0	98.811	97.0	0.013242234779308023	CP029244.1	enterobacteria	Escherichia coli strain ECCRA-119 plasmid pTB202, complete sequence	False	True
MAD0043_000000013943	1850	0.9623110090304944	2	2	0	2	1	False	18034	fragment	False	MAD0043_000000013943	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	1850.0	99.838	100.0	0.011270129585156831	CP033251.1	enterobacteria	Escherichia coli strain ECCHD184 plasmid pTB211, complete sequence	False	True
SPA0111_000000021332	1608	0.962305690620926	4	3	1	3	3	False	116518	fragment	False	SPA0111_000000021332	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	100.0	100.0	0.0004861719330250513	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
AST0061_000000001735	14093	0.9623008355559391	7	7	6	6	3	False	130771	maximal	True	AST0061_000000001735	0.9951738870257346		10	5	False	False	0.9999290704727173	0					non-mobilizable	no_good_hit	11901.0	98.395	84.0	0.05992667794698252	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
ITA0005_000000001423	10358	0.9622960556945492	16	10	5	7	9	True	125387	fragment	False	ITA0005_000000001423	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9999.0	95.36	99.0	0.0028501363704343877	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
DEN0017_000000008051	3790	0.9622938071272128	6	3	2	3	2	False	125858	fragment	False	DEN0017_000000008051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1831.0	93.93799999999999	48.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0096_000000012529	1878	0.9622934566402676	3	3	3	3	2	False	76215	fragment	False	ENG0032_000000011291	0.916205212854807		0	0	False	False	0.9680511355400085	0					non-mobilizable	no_good_hit	172.0	75.581	9.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0091_000000006235	5024	0.9622890926826612	7	7	2	2	6	True	127258	backbone	False	SPA0105_000000005394	0.9939510461686529	PS757|PS758|PS996	0	0	True	True	1.0	17	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4617.0	99.82700000000001	99.0	0.9424254797876684	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
DEN0073_000000001041	21324	0.9622851866916959	22	13	10	11	10	True	70243	maximal	True	DEN0073_000000001041	1.0		1	1	True	True	1.0	61					non-mobilizable	no_good_hit	147.0	75.51	1.0	4.1404824886749054e-05	AP018824.1	g-proteobacteria	Acinetobacter ursingii M3 DNA, chromosome 1, complete geonome	True	True
CHI0025_000000004552	2407	0.9622844023379552	4	4	4	3	2	False	91017	fragment	False	ENG0076_000000005088	0.9518155147745101		0	0	False	False	1.0	0					non-mobilizable	other	2407.0	99.792	100.0	0.00038653334532882645	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
CHI0116_000000008175	2001	0.9622803920824406	4	3	3	3	1	False	99554	fragment	False	USA0041_01_000000008430	0.9588372107791391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	97.40700000000001	46.0	5.065565173015414e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
AST0149_000000002467	10559	0.9622784082801688	15	7	4	6	4	False	110894	maximal	True	AST0149_000000002467	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3418.0	96.84	54.0	0.005741842331295562	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
FIJ0068_000000002754	9484	0.9622777733121888	9	8	2	3	8	True	98070	fragment	False	FIJ0068_000000002754	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9486.0	98.819	100.0	0.05068060476824165	MK419152.1	enterobacteria	Escherichia coli strain D72C plasmid pD72C, complete sequence	False	True
FIJ0084_000000001915	7592	0.9622710262198964	12	6	3	3	4	True	90493	maximal	False	SPA0095_000000002587	0.9577559061981229	PS478	0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	4626.0	96.56299999999999	97.0	0.6252030319436924	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
SPA0029_000000018689	1443	0.9622706349579446	2	2	1	1	2	False	94105	fragment	False	CAN0012_000000030540	0.22486798007517747		0	0	False	False	0.9577269554138184	0					non-mobilizable	chromosome	1339.0	95.22	93.0	0.0002062368934373355	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0189_000000008920	1891	0.9622684083451336	2	2	2	1	1	False	54842	maximal	True	ENG0189_000000008920	1.0		0	0	False	False	0.9762030839920044	0					non-mobilizable	no_good_hit	461.0	97.831	24.0	0.014233113648318326	MK231452.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_2-CL09_c2 sequence	True	False
AST0102_000000001715	12931	0.9622638343378588	19	3	3	3	2	False	108399	maximal	True	AST0102_000000001715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	82.227	4.0	0.09207003089598352	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
AUS0014_000000003982	8107	0.9622571879326624	12	11	6	6	9	True	123626	fragment	False	ISR0317_000000001658	0.9408630692329626		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	8144.0	96.979	100.0	0.08096159987226569	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0039_000000010881	1379	0.9622465272104656	2	2	1	2	2	False	18459	maximal	True	MAD0039_000000010881	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1253.0	99.042	96.0	0.000267371850125575	CP057072.1	enterobacteria	Escherichia coli strain RHB39-C03 chromosome, complete genome	False	False
ISR0386_000000014776	2134	0.962239455266904	3	2	1	2	1	True	23000	fragment	False	ISR0386_000000014776	1.0		0	0	False	False	0.9990627765655518	0					non-mobilizable	no_good_hit								True	True
ISR0310_000000002274	6298	0.9622307280514542	9	6	1	3	4	False	110299	fragment	False	ISR0069_000000003731	0.9592434314656537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	96.454	33.0	0.09079165897767116	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
DEN0007_000000018844	1351	0.9622299765416076	1	1	1	1	1	False	91426	fragment	False	DEN0007_000000018844	0.976461655277145		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	100.0	100.0	0.0003853078409860227	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CAN0021_000000033168	1317	0.9622299765416076	2	1	1	1	1	False	91426	fragment	False	DEN0007_000000018844	0.9644707623982236		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	99.62	100.0	0.00040130332096794606	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0109_000000015034	1637	0.9622282876529414	2	1	1	1	1	True	96467	fragment	False	ENG0109_000000015034	0.9220246868334789		0	0	False	False	0.9883934259414673	0					non-mobilizable	other	1640.0	90.244	100.0	0.14880844096780063	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0006_000000020813	1518	0.9622282876529414	2	1	1	1	1	True	96467	fragment	False	ENG0109_000000015034	0.4628169284136755		0	0	False	False	0.9894598126411438	0					non-mobilizable	other	1518.0	89.262	99.0	0.1377114789885392	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0028_000000012865	1171	0.9622282876529414	2	1	1	1	1	True	88641	fragment	False	CHI0028_000000012865	1.0		0	0	False	False	0.9965841174125671	0					non-mobilizable	other	1172.0	90.273	100.0	0.10651264325995997	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
FIJ0102_000000007318	4252	0.9622281651950352	5	4	4	4	3	True	92683	maximal	True	FIJ0102_000000007318	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	71.976	16.0	9.456828027441175e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ENG0169_000000003280	6256	0.9622264559403012	11	7	3	3	7	True	123850	backbone	False	CHI0169_000000002212	0.9468958771661857	PS486|PS905|PS908	0	0	True	True	1.0	227	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1953.0	96.87700000000001	83.0	0.17678555222796988	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
MON0102_000000007193	6023	0.9622256089462168	10	8	4	5	7	True	118169	fragment	False	MON0102_000000007193	1.0		0	0	False	True	0.9998339414596558	0	rep_cluster_1097				non-mobilizable	no_good_hit	4027.0	96.399	67.0	0.4540528335967487	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
FIJ0024_000000004333	4736	0.9622225582242002	4	2	1	2	1	False	53061	maximal	True	FIJ0024_000000004333	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0035_000000005691	3177	0.9622159672932188	6	3	2	3	2	False	129570	maximal	True	SPA0035_000000005691	1.0	PS1061	1	1	False	True	1.0	0					non-mobilizable	other	3189.0	86.98700000000001	99.0	0.010155415902160224	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
MAD0003_000000001181	15253	0.9622157284636996	16	8	4	7	5	True	96539	maximal	True	MAD0003_000000001181	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	5512.0	96.988	37.0	0.0016120823301134636	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0125_000000001441	9474	0.9622145312027108	12	6	3	5	3	False	32060	maximal	True	ISR0125_000000001441	1.0	PS76	1	1	False	True	0.9986278414726257	0					non-mobilizable	no_good_hit	589.0	70.458	6.0	0.07133024652734327	MG266000.1	firmicutes	Clostridioides difficile strain 7032985 plasmid pCD-ISS1, complete sequence	True	True
ISR0324_000000003558	8806	0.9622145312027108	12	6	3	5	3	False	26890	backbone	True	ISR0324_000000003558	1.0	PS76	3	1	True	True	1.0	27					non-mobilizable	no_good_hit	628.0	70.382	7.0	0.07491655334404747	LK932541.1	firmicutes	Peptoclostridium difficile genome assembly 7032985, scaffold BN1096_Contig_85	True	True
ISR0121_000000010663	2342	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8806666315799113	PS953	0	0	True	True	1.0	47					non-mobilizable	plasmid	2123.0	96.561	100.0	0.9385227775320655	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
AST0040_000000008515	2341	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8636736039879453	PS953	0	0	True	True	1.0	57					non-mobilizable	plasmid	2272.0	96.34700000000001	100.0	0.9951348960636887	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0225_000000007721	2341	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.878442396930927	PS953	0	0	True	True	0.9995728135108948	30					non-mobilizable	plasmid	2122.0	96.46600000000001	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0194_000000011610	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8799021918856506	PS953	0	0	True	True	1.0	146					non-mobilizable	plasmid	2122.0	96.46600000000001	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0188_000000011088	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8805586262356017	PS953	0	0	True	True	0.9982905983924866	13					non-mobilizable	plasmid	2122.0	96.60700000000001	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0180_000000007301	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8804361061352899	PS953	0	0	True	True	0.9995726346969604	29					non-mobilizable	plasmid	2122.0	96.56	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0139_000000008431	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8808083011718206	PS953	0	0	True	True	1.0	121					non-mobilizable	plasmid	2122.0	96.60700000000001	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0178_000000007093	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8791672861310905	PS953	0	0	True	True	0.9995726346969604	16					non-mobilizable	plasmid	2122.0	96.46600000000001	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
CHI0125_000000006645	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8805586262356017	PS953	0	0	True	True	0.9995726346969604	13					non-mobilizable	plasmid	2122.0	96.60700000000001	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0308_000000007143	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8803377232877154	PS953	0	0	True	True	1.0	12					non-mobilizable	plasmid	2122.0	96.51299999999999	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0384_000000007162	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.88070317284474	PS953	0	0	True	True	0.9995726346969604	23					non-mobilizable	plasmid	2122.0	96.56	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0173_000000007671	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8808083011718206	PS953	0	0	True	True	1.0	126					non-mobilizable	plasmid	2122.0	96.60700000000001	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0348_000000006425	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8810005972917357	PS953	0	0	True	True	0.9923076629638672	10					non-mobilizable	plasmid	2122.0	96.60700000000001	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0182_000000016413	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8804615923027315	PS953	0	0	True	True	1.0	31					non-mobilizable	plasmid	2139.0	96.634	100.0	0.9455992923485184	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0075_000000010795	2340	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8776530091415354	PS953	0	0	True	True	0.9991452693939209	9					non-mobilizable	plasmid	2122.0	96.41799999999999	100.0	0.9380804953560371	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
DEN0079_000000024422	2337	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8792558231785448	PS953	0	0	True	True	0.9995720982551575	58					non-mobilizable	plasmid	2121.0	96.37	100.0	0.9376382131800088	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
AST0084_000000015089	2300	0.9622109674006044	4	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8785477106229951	PS953	0	0	True	True	1.0	7					non-mobilizable	plasmid	2121.0	96.464	100.0	0.9376382131800088	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
SPA0023_000000012143	2220	0.9622109674006044	3	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.8627607890531289	PS953	0	0	False	True	1.0	0					non-mobilizable	plasmid	2167.0	96.30799999999999	100.0	0.957983193277311	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
TAN0017_000000017174	2128	0.9622109674006044	3	3	0	2	3	False	126290	backbone	False	MON0024_000000020480	0.7652698131543577	PS953	0	0	True	True	1.0	16					non-mobilizable	plasmid	2127.0	96.427	99.0	0.9310039805395842	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
MON0067_000000010349	1753	0.9621963547148336	5	4	1	4	3	False	116519	fragment	False	MON0067_000000010349	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1753.0	99.943	100.0	0.000530039344530112	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MAD0041_000000016093	2133	0.962192307447656	2	2	2	2	2	False	18257	fragment	False	MAD0041_000000016093	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1970.0	77.411	91.0	0.0005722464893284763	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	False	False
ISR0239_000000006072	2390	0.9621828748757378	3	3	2	3	1	False	97082	fragment	False	ISR0239_000000006072	1.0		0	0	False	False	0.9895397424697876	0					non-mobilizable	other	2068.0	99.662	99.0	0.0008585498606881358	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0141_000000013932	2395	0.9621735551576664	3	2	2	1	2	False	92461	fragment	False	ISR0141_000000013932	0.9619495510902094		0	0	False	False	0.9995824694633484	0					non-mobilizable	other	2399.0	96.665	100.0	0.09797905416462117	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0189_000000000491	14464	0.96216501593414	20	6	4	6	2	True	89319	fragment	False	ISR0189_000000000491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	87.5	1.0	0.0008850676444556834	NZ_FOJY01000009.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
FIJ0044_000000017504	1274	0.9621625086303434	2	2	2	2	2	False	97493	fragment	False	FIJ0097_000000023905	0.9241703265122914		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	99.84299999999999	100.0	0.00019621791131967721	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0135_000000008418	2390	0.9621619205048358	2	2	2	2	1	False	80687	fragment	False	CHI0135_000000008418	1.0		0	0	False	False	0.9995815753936768	0					non-mobilizable	chromosome	1338.0	99.178	100.0	0.00033522423892053783	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0032_000000011291	1999	0.9621535565851254	3	3	3	3	3	False	76215	fragment	False	ENG0032_000000011291	0.9618461666527262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	75.581	8.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
USA0027_01_000000014059	1940	0.9621535565851254	3	3	3	3	3	False	76215	fragment	False	ENG0032_000000011291	0.9421755103836276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	79.545	9.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
DEN0022_000000000933	21435	0.9621516028793344	14	12	6	12	8	False	99715	maximal	True	DEN0022_000000000933	1.0		39	10	False	False	0.9997200965881348	0					non-mobilizable	no_good_hit	9458.0	94.60799999999999	62.0	0.002527422588645237	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0114_000000007690	3536	0.9621473134892692	5	4	3	2	3	False	123464	fragment	False	ISR0114_000000007690	0.9744363972293502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	78.351	14.0	0.0004388692470114552	NZ_HG529490.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	False
SPA0112_000000008006	4305	0.9621337579458576	5	4	3	4	3	False	131990	maximal	True	SPA0112_000000008006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2854.0	85.564	65.0	0.0009544362763918133	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
CAN0014_000000010046	4461	0.9621321931139084	3	2	2	2	1	False	93728	maximal	True	CAN0014_000000010046	0.9324866310160428		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	91.46799999999999	7.0	8.648072323947312e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
DEN0087_000000002464	4806	0.9621197581355057	4	3	2	3	2	True	101932	fragment	False	DEN0087_000000002464	1.0		0	0	False	False	0.9991676807403564	0					non-mobilizable	no_good_hit	295.0	94.57600000000001	21.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0093_000000005570	7236	0.9621190348528028	11	4	3	3	4	True	38154	maximal	True	SPA0093_000000005570	1.0		1	1	True	True	1.0	208	rep_cluster_1097				non-mobilizable	no_good_hit	946.0	98.73200000000001	61.0	0.13497283385759223	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
MAD0067_000000001158	7249	0.9621163169106424	10	5	4	5	4	False	123371	maximal	True	MAD0067_000000001158	0.9913350894218771	PS894	1	1	True	True	1.0	2					non-mobilizable	no_good_hit	308.0	94.48100000000001	6.0	0.0009882663490479485	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0145_000000021645	1267	0.9621087711430668	2	2	2	2	2	False	31055	maximal	True	ISR0145_000000021645	1.0		2	2	False	False	0.9913180470466614	0					non-mobilizable	other	1267.0	99.605	100.0	0.012752326846367703	NZ_FQZN01000024.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
ISR0126_000000042552	1172	0.9621010633069026	2	1	1	1	1	False	31928	fragment	False	ISR0126_000000042552	1.0		0	0	False	False	0.973549485206604	0					non-mobilizable	other	1086.0	89.134	93.0	0.09416767922235723	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	False	False
DEN0018_000000007908	4400	0.9621000343681232	9	4	1	3	3	False	75138	fragment	False	DEN0018_000000007908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	94.118	2.0	0.00028904975970042365	NZ_LT706940.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
DEN0061_000000005327	6267	0.9621000168979776	10	7	5	6	4	True	71955	maximal	True	DEN0061_000000005327	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0035_000000005057	3232	0.9620793398736424	4	4	3	3	2	True	126583	maximal	True	AST0035_000000005057	1.0	PS973	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1544.0	99.417	73.0	0.5146862483311081	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0073_000000016282	3065	0.9620793398736424	4	4	3	3	2	True	126582	backbone	True	DEN0073_000000016282	0.9886621315192744	PS973	1	1	True	True	1.0	49					non-mobilizable	no_good_hit	2224.0	96.26799999999999	85.0	0.7406542056074766	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0112_000000009301	2973	0.9620793398736424	4	4	3	3	2	True	128508	maximal	False	MAD0021_000000004889	0.9968326780253385	PS1035	0	0	True	True	0.9936091303825378	42					non-mobilizable	no_good_hit	2018.0	93.905	75.0	0.6204986149584487	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
MAD0021_000000004889	2953	0.9620793398736424	4	4	3	3	2	True	128508	maximal	True	MAD0021_000000004889	0.9974330626443079	PS1035	3	1	True	True	0.9983068108558655	10					non-mobilizable	no_good_hit	1728.0	93.171	76.0	0.5312403816558942	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
AST0033_000000004414	2948	0.9620753348905018	3	3	3	3	1	False	117073	maximal	True	AST0033_000000004414	1.0		1	1	False	False	0.9854138493537903	0					non-mobilizable	no_good_hit	488.0	99.18	17.0	0.0001478056177060811	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	True	False
ENG0200_000000002588	7376	0.9620744980702008	9	7	4	4	5	False	122290	fragment	False	ENG0200_000000002588	1.0		0	0	False	False	0.999864399433136	0					non-mobilizable	no_good_hit	953.0	82.791	13.0	0.00033394444340172877	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0185_000000014411	1326	0.9620714588217212	3	1	1	1	1	False	55039	fragment	False	ENG0185_000000014411	1.0		0	0	False	False	0.999245822429657	0					non-mobilizable	no_good_hit	262.0	79.771	20.0	0.0003449658297360545	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0386_000000011115	3032	0.9620664755862434	3	3	3	3	2	False	129690	fragment	False	ISR0386_000000011115	0.9947234048741063		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1776.0	87.78200000000001	59.0	0.0004748663835333918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
USA0044_01_000000009688	3013	0.9620664755862434	3	3	3	3	2	False	129690	fragment	False	ISR0386_000000011115	0.9924683492244603		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1770.0	87.853	59.0	0.00047325848381488144	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0295_000000011718	2926	0.9620664755862434	3	3	3	3	2	False	129690	fragment	False	ISR0386_000000011115	0.9841885482463715		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1776.0	87.725	61.0	0.0004748663835333918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0257_000000004929	3267	0.9620644449001964	3	2	2	2	2	False	129595	fragment	False	ISR0257_000000004929	0.9845699872230983		0	0	False	True	0.9996939301490784	0					non-mobilizable	chromosome	1702.0	99.177	90.0	0.0004558395701976859	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0034_01_000000017346	3177	0.9620644449001964	3	2	2	2	2	False	129595	fragment	False	ISR0257_000000004929	0.9624641404559878		0	0	False	True	0.9864652156829834	0					non-mobilizable	chromosome	1765.0	99.15	95.0	0.0004727225172420446	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0049_000000008871	2216	0.9620644449001964	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5858945562816582	PS1061	0	0	False	True	0.999097466468811	0					non-mobilizable	chromosome	1802.0	98.89	90.0	0.00048263789883952517	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0369_000000006446	2113	0.9620644449001964	2	2	2	2	2	False	129585	maximal	True	ISR0369_000000006446	1.0	PS1061	1	1	False	True	1.0	0					non-mobilizable	chromosome	1801.0	99.27799999999999	96.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0166_000000009988	2030	0.9620644449001964	2	2	2	2	2	False	129665	fragment	False	ENG0122_000000012934	0.9602633969118983		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1799.0	99.22200000000001	89.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0165_000000010956	1997	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5826180924338799	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1800.0	99.22200000000001	98.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0346_000000011810	1961	0.9620644449001964	3	2	2	2	2	False	129588	fragment	False	ISR0346_000000011810	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1675.0	99.58200000000001	89.0	0.0004486040214643893	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0084_000000013237	1952	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5838543696234368	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1801.0	99.389	97.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0395_000000019947	1944	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5392032379780337	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1698.0	99.176	100.0	0.00045476763705201234	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0854_000000004446	1937	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5732465514218593	PS1061	0	0	False	True	0.9994837641716003	0					non-mobilizable	chromosome	1800.0	98.667	93.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0080_000000006626	1865	0.9620644449001964	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5374344757021275	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1734.0	99.42299999999999	93.0	0.0004644150353630745	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0021_000000019656	1838	0.9620644449001964	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.48980680565391255	PS1061	0	0	False	True	0.9983677864074707	0					non-mobilizable	chromosome	1684.0	99.46600000000001	100.0	0.00045101587104215483	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0270_000000004264	1836	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5618894182089746	PS1061	0	0	False	True	0.9961873888969421	0					non-mobilizable	chromosome	1768.0	98.36	96.0	0.00047352646710129985	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0075_000000011185	1828	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5348284898349162	PS1061	0	0	False	True	0.9786652326583862	0					non-mobilizable	chromosome	1730.0	99.133	100.0	0.0004633431022174009	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0018_000000011814	1795	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5247030764576025	PS1061	0	0	False	True	0.9810584783554077	0					non-mobilizable	chromosome	1720.0	99.07	96.0	0.00046066326935321697	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0004_000000014791	1787	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5732321508077622	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1787.0	99.21700000000001	100.0	0.0004786181495432493	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0093_000000006804	1771	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5678146541284964	PS1061	0	0	False	True	0.9977414011955261	0					non-mobilizable	other	1787.0	77.672	100.0	0.0010251316066844356	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0824_000000012978	1766	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5684028685328065	PS1061	0	0	False	True	0.9994337558746338	0					non-mobilizable	chromosome	1766.0	99.32	100.0	0.00047299050052846303	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0050_000000014725	1755	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5577244135057923	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1755.0	99.259	100.0	0.00047004268437786075	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AST0040_000000011443	1753	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5574190906153518	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1747.0	99.199	99.0	0.0004676308348000952	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0126_000000022264	1752	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4797700661911526	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1683.0	99.287	96.0	0.0004507478877557365	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0265_000000009639	1751	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5581086792876444	PS1061	0	0	False	True	0.9994288682937622	0					non-mobilizable	chromosome	1751.0	99.37200000000001	100.0	0.00046897075123218717	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0035_000000012779	1741	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5489586460859534	PS1061	0	0	False	True	0.9977024793624878	0					non-mobilizable	other	1745.0	88.023	100.0	0.0071087338205871545	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0076_000000009363	1729	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5368057637886756	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1729.0	99.306	100.0	0.0004630751189309825	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0031_000000014017	1689	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.48474148808187667	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1688.0	99.348	99.0	0.0004520878041878284	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0095_000000016503	1688	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4852102261117658	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1685.0	99.585	100.0	0.00045128385432857324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0058_000000024373	1687	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4993315584035565	PS1061	0	0	False	True	0.9994072318077087	0					non-mobilizable	chromosome	1686.0	98.932	100.0	0.00045155183761499165	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0221_000000013363	1685	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4810349441600147	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1685.0	99.46600000000001	100.0	0.00045128385432857324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0133_01_000000012794	1672	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.47045338513993135	PS1061	0	0	False	True	0.9856459498405457	0					non-mobilizable	chromosome	1672.0	99.28200000000001	100.0	0.00044780007160513414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0143_000000011084	1671	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4707641423781576	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1671.0	99.34200000000001	100.0	0.9994015559545183	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
AST0003_000000019542	1671	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.47099778400659276	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1671.0	99.521	100.0	0.9994015559545183	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
ISR0114_000000016757	1671	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.47090807711047966	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1671.0	99.402	100.0	0.9994015559545183	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
ISR0150_000000014274	1671	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4710519731621773	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1671.0	99.102	100.0	0.00044753208831871573	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0124_000000017652	1662	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.48391655220917307	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1662.0	99.458	100.0	0.0004451202387409502	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0207_000000018097	1661	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4650494705515062	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1661.0	99.51799999999999	100.0	0.0004448522554545318	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AST0084_000000021230	1659	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.46969956035999005	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1659.0	99.458	100.0	0.9922202274087373	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
ISR0049_000000017845	1655	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.46903834493561775	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1655.0	99.57700000000001	100.0	0.00044324435573602145	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0319_000000012198	1655	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.46873325275617905	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1655.0	99.456	100.0	0.9898264512268103	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
AUS0008_000000015039	1648	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4476336805745045	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1648.0	99.333	100.0	0.9856373429084381	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	True
ISR0340_000000013542	1643	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.45583344529318176	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1643.0	99.574	100.0	0.00044002855629900076	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0013_000000016102	1630	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4462137192143805	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1628.0	99.57	100.0	0.00043600880700272484	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0175_000000015507	1626	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.43769757229304324	PS1061	0	0	False	True	0.9827798008918762	0					non-mobilizable	chromosome	1625.0	99.508	99.0	0.00043520485714346966	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0220_000000005981	1597	0.9620644449001964	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.41309519142982337	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1597.0	99.374	100.0	0.0004277013251237547	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0782_000000001392	9366	0.9620587053480492	14	12	1	5	10	True	117332	maximal	True	ISR0782_000000001392	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	5549.0	95.26	91.0	0.0025115956462649263	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0232_000000007860	3212	0.9620546016308512	6	5	4	4	4	False	106524	fragment	False	MAD0005_000000007848	0.9515070128319905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	91.064	59.0	0.03371374464267916	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CAN0018_000000011803	2930	0.9620540112671834	5	3	2	3	1	False	119717	fragment	False	ISR0160_000000009704	0.9350367668195498		0	0	False	False	1.0	0					non-mobilizable	chromosome	2934.0	93.831	100.0	0.000467377869825297	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0195_000000003382	6815	0.9620522117848016	5	3	3	3	2	True	116413	fragment	False	ISR0124_000000001916	0.4607944103948816		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	6815.0	99.941	100.0	0.21938890498728228	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0256_000000002868	6062	0.9620477584107942	11	10	7	10	8	False	132183	fragment	False	ISR0842_000000002919	0.5605214544054542		0	0	False	False	0.9995051026344299	0					non-mobilizable	other	6062.0	99.96700000000001	100.0	0.12577037206117325	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
FIJ0053_000000001424	10707	0.9620334445189136	14	5	3	5	4	True	101329	fragment	False	FIJ0068_000000001978	0.46582859833753026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	79.808	2.0	0.0017345151162992385	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
USA0036_01_000000009557	3938	0.9620326994987156	4	4	4	4	4	False	72630	maximal	True	USA0036_01_000000009557	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1722.0	95.238	89.0	0.003927433810181644	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
MAD0013_000000005428	4006	0.9620299780131899	8	4	3	3	2	False	19607	maximal	True	MAD0013_000000005428	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	73.469	11.0	0.0010773496693520512	NZ_RXLO01000006.1	CFB group bacteria	Chitinophaga rhizosphaerae strain T16R-86 Scaffold6, whole genome shotgun sequence	True	False
MON0077_000000025048	1747	0.9620272667726438	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.3435313032813688		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	96.359	94.0	0.0004570927126203131	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0069_000000012975	1746	0.962024638699335	3	2	2	2	2	False	6191	fragment	False	SPA0069_000000012975	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1616.0	98.26700000000001	93.0	0.0009327253773495005	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
SPA0110_000000003841	5699	0.962024514429484	7	6	3	4	6	False	130157	backbone	False	CHI0140_000000005922	0.9151827488423473	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4815.0	99.605	84.0	0.9585822381521306	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
FIJ0024_000000003427	5972	0.9620165476941662	5	4	4	4	4	False	52447	fragment	False	FIJ0002_000000005781	0.9589944880574579		0	0	False	False	0.9981580972671509	0					non-mobilizable	no_good_hit	1156.0	84.34299999999999	30.0	0.0004926845562472959	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
FIJ0125_000000008436	2328	0.9620165393516956	4	3	3	3	2	False	99172	maximal	True	FIJ0125_000000008436	1.0		0	0	False	False	0.9952749013900757	0					non-mobilizable	no_good_hit	1788.0	98.82600000000001	80.0	0.0008059049620396591	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
SPA0067_000000005117	4362	0.9620164306454316	6	5	3	4	2	True	6054	maximal	True	SPA0067_000000005117	1.0		1	1	False	False	0.9954149723052979	0					non-mobilizable	no_good_hit	1636.0	100.0	73.0	0.42935924369747897	HG796335.1	bacteria	Uncultured bacterium plasmid pRGI00505	True	True
ISR0160_000000006230	4256	0.9620084258231326	3	3	3	3	3	False	97137	maximal	True	ISR0160_000000006230	1.0	PS521	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1830.0	79.29	43.0	0.002274850611036913	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
USA0004_01_000000001397	16265	0.9619993556760216	24	12	8	10	11	True	125413	fragment	False	USA0004_01_000000001397	0.9884595360190005		0	0	False	False	0.9991392493247986	0					non-mobilizable	other	16252.0	98.08	99.0	0.004636537686531807	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0139_000000000225	30913	0.9619911959571332	55	15	5	13	9	False	93870	maximal	True	SPA0139_000000000225	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	78.39	3.0	0.03658200433156133	MK233181.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_1_c1 sequence	True	False
USA0034_01_000000027858	1882	0.9619906871532936	3	2	2	2	2	False	52348	fragment	False	USA0034_01_000000027858	0.8424816654932329		0	0	False	False	0.9978746175765991	0					non-mobilizable	other	1801.0	97.723	96.0	0.03148008884380629	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0048_000000002408	8766	0.9619801059876314	11	7	5	4	6	True	122513	backbone	False	FIJ0106_000000002481	0.9791121110657378	PS872	0	0	True	True	0.9998859167098999	19					non-mobilizable	plasmid	6726.0	98.39399999999999	92.0	0.8370905467679661	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0076_000000007924	5340	0.9619764461874668	6	5	1	5	4	True	83774	maximal	True	MON0076_000000007924	0.9902373400563244		7	3	True	True	1.0	66	rep_cluster_2134	MOBQ			mobilizable	plasmid	2683.0	99.105	96.0	0.22417251755265796	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
MON0081_000000043551	1186	0.9619760115214216	1	1	1	1	1	False	32178	fragment	False	MON0081_000000043551	0.9748045178105995		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	99.36399999999999	93.0	0.011121005444131873	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	False	False
ENG0097_000000017523	1787	0.9619742034025608	2	2	2	2	2	False	125848	fragment	False	ENG0097_000000017523	1.0		0	0	False	False	0.997761607170105	0					non-mobilizable	other	1794.0	82.274	100.0	0.03690308471938936	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	False	False
ISR0126_000000005170	9305	0.9619733155740872	13	7	3	7	4	False	32013	maximal	True	ISR0126_000000005170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	79.219	7.0	0.04293429958296301	NZ_JAAIOD010000030.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_30_length_14627_cov_252.14, whole genome shotgun sequence	True	False
CAN0017_000000008581	4301	0.9619705737133638	10	1	1	1	1	False	92543	fragment	False	CAN0017_000000008581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000010824	2508	0.9619701365345676	3	3	1	2	2	False	29996	fragment	False	ISR0171_000000010824	1.0		0	0	False	False	0.9768739938735962	0					non-mobilizable	no_good_hit	955.0	89.738	38.0	0.00038917428336335535	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0317_000000010442	1956	0.9619569237089904	3	3	3	2	1	False	61709	fragment	False	ISR0317_000000010442	1.0		0	0	False	False	0.9892638325691223	0					non-mobilizable	no_good_hit								True	False
ISR0173_000000001360	5382	0.9619473492563538	10	9	6	9	7	False	132178	fragment	False	ISR0393_000000002751	0.20884554767533492		0	0	False	False	1.0	0					non-mobilizable	other	5382.0	100.0	100.0	0.11165985349961612	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
AST0060_000000020493	1473	0.9619469926860624	2	2	2	2	1	False	112327	maximal	True	AST0060_000000020493	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	86.572	58.0	0.00022684055605240994	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MON0026_000000021617	2077	0.9619377195245792	2	2	2	2	2	False	75534	maximal	True	MON0026_000000021617	1.0		1	1	False	False	0.9995185136795044	0					non-mobilizable	no_good_hit	47.0	95.745	2.0	0.0004671758206044849	NZ_LSZP01000059.1	verrucomicrobia	Cephaloticoccus capnophilus strain CV41 contig_62, whole genome shotgun sequence	True	False
SPA0125_000000005061	7124	0.9619319648497082	14	10	1	3	10	True	117331	maximal	True	SPA0125_000000005061	1.0		0	0	False	False	0.9976137280464172	0					non-mobilizable	chromosome	6409.0	97.37899999999999	96.0	0.002906968826799311	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0848_000000002193	6185	0.96193043936348	9	4	2	2	2	False	103761	fragment	False	ISR0129_000000001867	0.9490072202166064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1962.0	92.20200000000001	56.0	0.00038979375060624604	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CAN0013_000000005166	4630	0.9619294218950504	7	6	1	3	5	False	130029	backbone	False	ISR0080_000000005952	0.9120216585731885	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9995680451393127	140					non-mobilizable	no_good_hit	2001.0	95.402	63.0	0.3973720883933904	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
MON0090_000000048660	1279	0.9619249246991	2	2	2	2	2	False	9519	fragment	False	MON0090_000000048660	1.0		0	0	False	False	0.9710711240768433	0					non-mobilizable	no_good_hit	162.0	80.247	13.0	9.512479481284494e-05	NZ_RJSE01000007.1	high GC Gram+	Marmoricola ginsengisoli strain Gsoil 097 scaffold13_62.1, whole genome shotgun sequence	True	False
CHI0150_000000003134	2683	0.9619215993485636	3	3	3	3	3	False	79552	fragment	False	USA0050_01_000000004784	0.9771183410797283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	82.609	61.0	0.00017268116221766302	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0104_000000007714	3266	0.961921263550432	4	3	3	3	2	True	114340	fragment	False	ISR0104_000000007714	1.0		0	0	False	False	0.9996938109397888	0					non-mobilizable	no_good_hit	1152.0	77.344	61.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0055_000000012988	1809	0.9619211371034371	2	2	2	2	1	False	27435	fragment	False	MON0055_000000012988	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	97.236	100.0	0.0008607310501109239	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0052_000000007226	4342	0.9619189757199372	5	3	1	3	1	True	71319	maximal	True	ISR0052_000000007226	0.974313821813774		2	2	True	True	1.0	83					non-mobilizable	no_good_hit								True	True
DEN0064_000000008792	4086	0.9619189757199372	5	3	1	3	1	True	71319	maximal	False	ISR0052_000000007226	0.9351142571384699		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AST0148_000000010751	3262	0.9619187819181024	3	3	3	3	2	False	116118	fragment	False	AST0148_000000010751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	71.837	7.0	7.652624850323662e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0227_000000017082	1537	0.9619173538734856	2	2	1	2	1	False	106146	fragment	False	ISR0227_000000017082	0.9955203308063405		0	0	False	False	0.9954456686973572	0					non-mobilizable	no_good_hit	82.0	98.78	5.0	0.09422850412249706	GQ877673.1		Uncultured organism clone VC1AO88TR genomic sequence	True	False
AST0116_000000020916	1290	0.9619173538734856	2	2	1	2	1	False	106145	fragment	False	AST0116_000000020916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	81.25	7.0	0.01787412055523864	LN853421.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0815	True	False
SPA0125_000000000060	94313	0.961916396837244	123	22	14	18	14	False	4030	maximal	True	SPA0125_000000000060	1.0		1	1	False	False	0.99998939037323	0					non-mobilizable	no_good_hit	988.0	81.17399999999999	2.0	0.00018803234001806964	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
ISR0785_000000005161	5563	0.9619157023578904	6	5	2	4	3	False	72272	backbone	True	ISR0785_000000005161	0.9916140667267809	PS340	1	1	True	True	1.0	12					non-mobilizable	no_good_hit	2332.0	93.31	42.0	0.0009566686351884386	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
ISR0107_000000001616	10189	0.961913902390845	11	6	4	5	6	False	109954	maximal	False	AST0090_000000002448	0.9910777831024742		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	2535.0	93.68799999999999	26.0	0.6342441714715468	KX125497.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time3_TE_2 genomic sequence	True	True
ISR0074_000000001967	11152	0.9619082121129136	18	6	1	5	3	False	67812	fragment	False	ISR0399_000000000838	0.943137899843763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	78.618	15.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0027_000000013578	2724	0.9619042523536352	5	2	2	1	1	False	7487	fragment	False	SPA0027_000000013578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.013366336633663366	XM_030224058.1	flies	PREDICTED: Drosophila hydei homeobox protein B-H1 (LOC111596551), transcript variant X2, mRNA	True	False
AST0047_000000018848	1246	0.9619031871649476	2	1	1	1	1	False	115054	maximal	True	AST0047_000000018848	1.0		1	1	False	False	0.9646869897842407	0					non-mobilizable	no_good_hit	436.0	74.312	34.0	0.0692892990124656	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ETH0002_000000012439	2123	0.9619019711316972	4	1	0	1	1	True	53343	maximal	True	ETH0002_000000012439	1.0		1	1	True	True	1.0	476					non-mobilizable	no_good_hit								True	True
ISR0094_000000009130	2103	0.9619019711316972	3	1	0	1	1	True	72015	maximal	True	ISR0094_000000009130	0.999738082765846		2	2	True	True	1.0	135					non-mobilizable	no_good_hit								True	True
FIJ0041_000000019411	1917	0.9619019711316972	2	1	0	1	1	True	47380	maximal	True	FIJ0041_000000019411	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	47.0	91.48899999999999	2.0	0.010739856801909307	NZ_PGEM01000222.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_248, whole genome shotgun sequence	True	True
AST0113_000000020095	1878	0.9619019711316972	2	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9943585616972274		0	0	True	True	0.9888178706169128	16					non-mobilizable	plasmid	1476.0	100.0	100.0	0.8020663404023926	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
ISR0395_000000021141	1829	0.9619019711316972	4	1	0	1	1	True	22722	maximal	True	ISR0395_000000021141	0.9793410041841004		2	2	True	True	1.0	49					non-mobilizable	no_good_hit								True	True
DEN0057_000000003970	1826	0.9619019711316972	3	1	0	1	1	True	72015	maximal	False	ISR0094_000000009130	0.9536376604850214		0	0	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
ISR0130_000000017558	1738	0.9619019711316972	3	1	0	1	1	True	31753	maximal	True	ISR0130_000000017558	0.9883527454242929		3	3	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
TAN0008_000000012085	1713	0.9619019711316972	2	1	0	1	1	True	2746	maximal	True	TAN0008_000000012085	1.0		1	1	True	True	0.981903076171875	20					non-mobilizable	no_good_hit								True	True
ETH0003_000000027304	1541	0.9619019711316972	2	1	0	1	1	True	53087	maximal	False	MON0050_000000023930	0.9865113427345187		0	0	True	True	1.0	56					non-mobilizable	no_good_hit								True	True
MAD0014_000000023167	1471	0.9619019711316972	3	1	0	1	1	True	26488	maximal	True	MAD0014_000000023167	0.9806338028169015		2	2	True	True	0.9972807765007019	4					non-mobilizable	no_good_hit	31.0	96.774	2.0	0.007159904534606206	NZ_PGEM01000222.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_248, whole genome shotgun sequence	True	True
ISR0268_000000014188	1420	0.9619019711316972	2	1	0	1	1	True	26488	maximal	False	MAD0014_000000023167	0.9656696125084976		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	3.911454832377536e-06	CP053172.1	moths	Carposina sasakii isolate BJYQ chromosome 25	True	True
SPA0083_000000013736	1330	0.9619019711316972	3	1	0	1	1	True	5574	maximal	True	SPA0083_000000013736	1.0		2	1	False	False	0.9834586381912231	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.005690128866665e-07	LR812082.1	bony fishes	Danio rerio genome assembly, chromosome: 20	True	True
FIJ0144_000000025585	1249	0.9619019711316972	2	1	0	1	1	True	46360	fragment	False	FIJ0144_000000025585	0.9806295399515739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	0.04377880184331797	NZ_CADEAU010000935.1	high GC Gram+	Micromonospora maritima isolate DSM 45782, whole genome shotgun sequence	True	True
FIJ0104_000000022652	1239	0.9619019711316972	2	1	0	1	1	True	46360	fragment	False	FIJ0144_000000025585	0.9767814251401121		0	0	False	False	0.9822437167167664	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	0.010739856801909307	NZ_PGEM01000222.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_248, whole genome shotgun sequence	True	True
FIJ0053_000000019029	1102	0.9619019711316972	2	1	0	1	1	True	46359	fragment	False	FIJ0053_000000019029	1.0		0	0	False	False	0.9972776770591736	0					non-mobilizable	no_good_hit								True	True
CHI0182_000000001852	11487	0.9618975629801034	21	5	3	5	4	False	77395	maximal	True	CHI0182_000000001852	1.0		1	1	False	False	0.9990423917770386	0					non-mobilizable	no_good_hit	245.0	93.87799999999999	3.0	0.0003948539525851606	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ENG0153_000000001044	18706	0.9618973541057344	29	17	12	15	14	True	125417	fragment	False	SPA0098_000000001538	0.5275086185862291		0	0	False	False	1.0	0					non-mobilizable	other	17706.0	98.93799999999999	95.0	0.0050526701547967115	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
DEN0026_000000023922	1174	0.9618967222290308	2	1	1	1	1	False	74094	backbone	True	DEN0026_000000023922	1.0	PS351	1	1	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ENG0124_000000019996	1550	0.9618752057274708	4	2	1	1	2	False	58919	maximal	True	ENG0124_000000019996	1.0		0	0	False	False	0.9974193572998047	0					non-mobilizable	no_good_hit								True	False
FIJ0033_000000010165	3344	0.9618743834451214	3	2	0	2	0	True	53177	maximal	False	FIJ0009_000000011455	0.973933898238515		0	0	False	True	0.9997009634971619	0					non-mobilizable	no_good_hit	287.0	100.0	9.0	0.00042895281519032905	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	True
FIJ0151_000000005448	3237	0.9618743834451214	3	2	0	2	0	True	53177	maximal	False	FIJ0009_000000011455	0.9866925837320574		0	0	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
FIJ0061_000000007497	3217	0.9618743834451214	3	2	0	2	0	True	53177	maximal	False	FIJ0009_000000011455	0.9866925837320574		0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
FIJ0004_000000008277	3217	0.9618743834451214	3	2	0	2	0	True	53177	maximal	False	FIJ0009_000000011455	0.9866925837320574		0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
FIJ0150_000000003094	7078	0.9618690592232396	6	6	4	4	4	True	132389	fragment	False	FIJ0150_000000003094	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3447.0	99.79700000000001	88.0	0.4746556473829201	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	True	True
SPA0095_000000002587	8284	0.9618673002446838	15	8	4	5	5	True	90493	maximal	True	SPA0095_000000002587	0.9728216652608891	PS478	12	6	True	True	1.0	251		MOBB			mobilizable	plasmid	3066.0	96.869	90.0	0.4145912290200325	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
CHI0021_000000001960	4072	0.9618660608341107	6	3	2	3	3	False	91087	maximal	True	CHI0021_000000001960	1.0		0	0	False	False	0.9987720847129822	0					non-mobilizable	no_good_hit	1885.0	100.0	46.0	0.011150106233761623	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
ENG0115_000000005025	3514	0.9618649407981475	6	3	2	3	1	True	85132	fragment	False	ENG0115_000000005025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2404.0	91.97200000000001	79.0	0.003123052990019553	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0114_000000000750	23071	0.9618605387250676	28	27	9	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9860497759975899		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	23071.0	99.98299999999999	100.0	0.5249743998179542	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
FIJ0153_000000008013	3372	0.9618582745357068	5	3	2	2	1	False	40265	maximal	True	FIJ0153_000000008013	1.0		1	1	False	False	0.9985172152519226	0					non-mobilizable	no_good_hit	1292.0	84.365	38.0	0.0010383931570777088	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	False
CHI0022_000000003963	3108	0.9618539509836058	2	2	1	1	2	True	89202	fragment	False	CHI0022_000000003963	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1212.0	93.152	98.0	0.2530902996019275	HG796791.1	bacteria	Uncultured bacterium plasmid pRGF00034	False	True
ISR0049_000000003750	6885	0.9618479915510791	12	6	4	6	3	False	46064	maximal	True	ISR0049_000000003750	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	1.0	0.0006320423686332629	NZ_FNAM01000023.1	firmicutes	Sporomusa acidovorans strain Mol, whole genome shotgun sequence	True	False
MAD0045_000000026752	1575	0.9618461320603544	2	1	1	1	1	False	17832	fragment	False	MAD0045_000000026752	1.0		0	0	False	False	0.9961904883384705	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	5.504343574650231e-05	NZ_LCZJ02000037.1	firmicutes	Paenibacillus etheri strain SH7 Contig_34, whole genome shotgun sequence	True	False
ENG0103_000000002616	7739	0.9618440269433342	9	5	3	4	4	True	82068	backbone	False	ENG0090_000000002509	0.9946770555103901	PS385|PS406	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00012151914116346983	NZ_CABFVD010000005.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	True
ENG0090_000000002509	7739	0.9618440269433342	9	5	3	4	4	True	82068	backbone	True	ENG0090_000000002509	0.9948048413681891	PS385|PS406	3	2	True	True	0.9993539452552795	17					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00012151914116346983	NZ_CABFVD010000005.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	True
SPA0041_000000005195	6419	0.9618357774189534	10	8	6	5	1	False	6926	fragment	False	SPA0041_000000005195	1.0		0	0	False	False	0.9978189468383789	0					non-mobilizable	no_good_hit	1452.0	71.212	22.0	0.0005413635594654035	CP013121.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F306, complete genome	True	False
CAN0006_000000008358	5366	0.9618299930002036	8	4	2	1	4	True	130692	maximal	True	CAN0006_000000008358	1.0	PS1122	1	1	False	True	0.9981364011764526	0					non-mobilizable	no_good_hit	3209.0	99.53299999999999	60.0	0.5945144551519644	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CHI0109_000000006912	2601	0.961806289701006	4	4	2	2	3	True	101130	fragment	False	CHI0109_000000006912	0.9598741148701809		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2601.0	100.0	100.0	0.5752212389380531	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
AST0099_000000005364	3910	0.9617946559790704	5	4	0	2	4	False	108910	backbone	True	AST0099_000000005364	1.0	PS678	1	1	True	True	1.0	14	ColRNAI_rep_cluster_1987,rep_cluster_2373				non-mobilizable	no_good_hit	2860.0	99.266	86.0	0.8658388855239249	CP031822.1	enterobacteria	Klebsiella pneumoniae strain INF235-sc-2280127 plasmid unnamed5, complete sequence	True	True
DEN0063_000000002853	11090	0.9617946133113636	14	7	6	6	6	False	75144	maximal	True	DEN0063_000000002853	1.0		1	1	False	False	0.9990081191062927	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	0.00019478089711980564	NZ_CABMOJ010000003.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ITA0005_000000008452	2160	0.9617937238145668	6	2	2	1	1	False	20388	fragment	False	ITA0005_000000008452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0106_000000002481	9385	0.9617918487332132	11	7	5	4	5	True	122513	backbone	True	FIJ0106_000000002481	0.984498357134692	PS872	0	0	False	True	0.9993606805801392	0					non-mobilizable	plasmid	3798.0	98.89399999999999	93.0	0.47291069871715036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0212_000000003278	8692	0.9617918487332132	10	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.9416726842720746	PS872	0	0	True	True	0.9998849630355835	1					non-mobilizable	plasmid	3094.0	100.0	92.0	0.3852285465188691	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0161_000000003233	8296	0.9617918487332132	10	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8923663463443172	PS872	0	0	True	True	0.9998794794082642	9					non-mobilizable	plasmid	4929.0	99.959	96.0	0.6137750653879687	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
FIJ0141_000000003642	8108	0.9617918487332132	11	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8962458711164866	PS872	0	0	True	True	1.0	5					non-mobilizable	plasmid	6440.0	99.984	100.0	0.8019678664839955	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0037_000000002783	8105	0.9617918487332132	11	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.896221996719022	PS872	0	0	True	True	0.9998766183853149	48					non-mobilizable	plasmid	6556.0	99.985	100.0	0.8164154938348487	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0035_000000001695	8096	0.9617918487332132	11	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8961687984878072	PS872	0	0	True	True	0.9995059370994568	24					non-mobilizable	plasmid	6548.0	99.985	100.0	0.8154191057416864	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0010_000000002046	8088	0.9617918487332132	10	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8962387214525468	PS872	0	0	True	True	1.0	30					non-mobilizable	plasmid	5587.0	99.98200000000001	100.0	0.6957279860505667	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0062_000000003321	8085	0.9617918487332132	10	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8962144616602151	PS872	0	0	True	True	1.0	7					non-mobilizable	plasmid	4982.0	100.0	100.0	0.6203761365051688	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0082_000000003138	8073	0.9617918487332132	10	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8959251926447457	PS872	0	0	True	True	0.9997522830963135	9					non-mobilizable	plasmid	4949.0	99.899	99.0	0.6162660356208743	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0036_000000002353	8056	0.9617918487332132	11	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8962140757612134	PS872	0	0	True	True	0.999503493309021	26					non-mobilizable	plasmid	5456.0	100.0	100.0	0.6794121310250343	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0330_000000002500	7942	0.9617918487332132	10	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8868424657847088	PS872	0	0	True	True	1.0	6					non-mobilizable	plasmid	4893.0	99.98	100.0	0.6092913189687383	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0227_000000003317	7649	0.9617918487332132	10	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.6849206088417806	PS872	0	0	False	True	1.0	0					non-mobilizable	plasmid	4327.0	99.815	96.0	0.5387968613775065	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
FIJ0099_000000005262	4321	0.9617914836878362	6	6	3	4	6	True	123556	backbone	False	ISR0826_000000002301	0.45827363451275543	PS902	0	0	False	True	0.9997685551643372	0	rep_cluster_1702				non-mobilizable	plasmid	3792.0	95.649	100.0	0.031706275078113876	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
USA0078_01_000000007561	2162	0.9617895138393012	2	2	2	2	2	False	38355	fragment	False	USA0078_01_000000007561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	86.26899999999999	78.0	0.00021899871860589924	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
MAD0087_000000006446	4147	0.9617779477338478	4	4	3	4	3	False	45695	maximal	True	MAD0087_000000006446	1.0		6	4	False	False	0.9987943172454834	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000008976	4016	0.9617758020200854	6	4	3	4	4	False	71317	maximal	True	DEN0064_000000008976	1.0		1	1	False	False	0.9965139627456665	0					non-mobilizable	no_good_hit	2081.0	82.749	68.0	0.00039178427983697656	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
DEN0073_000000022202	2337	0.9617747960418632	3	3	2	3	3	False	70164	maximal	True	DEN0073_000000022202	1.0		7	5	False	False	0.9995720982551575	0					non-mobilizable	no_good_hit	999.0	94.995	89.0	0.0003051183449500468	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
DEN0069_000000000890	25918	0.9617739785759312	44	18	11	14	10	True	78733	fragment	False	DEN0069_000000000890	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	85.714	0.0	0.005511283235272213	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
MAD0002_000000000900	18206	0.9617737565132568	28	18	11	12	15	True	124151	fragment	False	MAD0002_000000000900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7994.0	96.735	85.0	0.0022440402954882564	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0326_000000002471	6114	0.9617727215551768	6	6	6	5	5	False	99704	maximal	True	ISR0326_000000002471	1.0		1	1	False	False	0.9959110021591187	0					non-mobilizable	no_good_hit	366.0	73.497	6.0	6.838397430134056e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
ISR0157_000000003007	8794	0.9617677482112572	10	5	3	5	3	False	30565	maximal	True	ISR0157_000000003007	1.0		2	2	False	False	0.9984080195426941	0					non-mobilizable	no_good_hit	1361.0	99.118	15.0	0.00024977446834769783	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
AST0024_000000012982	2606	0.9617607243279336	5	3	1	1	3	True	121564	fragment	False	ISR0353_000000013571	0.7766394238161376		0	0	False	False	1.0	0					non-mobilizable	other	2606.0	98.35	100.0	0.0011543711003970504	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	True
CHI0109_000000006726	2653	0.9617556541076268	4	3	3	3	3	False	103270	fragment	False	CHI0109_000000006726	0.9764892135697701		0	0	False	False	1.0	0					non-mobilizable	chromosome	2653.0	99.585	100.0	0.0005293051851550253	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0201_000000014631	2068	0.961754879627536	3	2	2	2	2	False	60922	fragment	False	ISR0201_000000014631	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1568.0	85.07700000000001	100.0	0.009422330742544937	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
CHI0052_000000003797	4090	0.9617495228348778	2	2	1	2	1	False	86516	maximal	True	CHI0052_000000003797	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	97.38799999999999	39.0	0.010931827624490019	NZ_JH126474.1	actinobacteria	Collinsella tanakaei YIT 12063 supercont1.8, whole genome shotgun sequence	True	False
FIJ0144_000000006479	4879	0.9617490107158204	7	6	3	4	5	False	98148	maximal	False	FIJ0066_000000006205	0.9990587602527902	PS542	0	0	True	True	1.0	24	Col156	MOBQ			mobilizable	plasmid	4883.0	99.14	100.0	0.5078076202373517	CP034822.1	enterobacteria	Salmonella sp. SSDFZ54 plasmid pTB503, complete sequence	False	True
MON0046_000000005749	4930	0.9617484596546316	7	5	3	5	4	False	84455	fragment	False	SPA0071_000000004638	0.7420858948995712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	87.681	3.0	5.0272259143588216e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0835_000000001582	6502	0.9617459042413306	7	4	2	3	4	False	129615	maximal	True	ISR0835_000000001582	1.0	PS1061|PS879|PS961	2	1	True	True	1.0	48					non-mobilizable	no_good_hit	1747.0	96.68	52.0	0.2987502140044513	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0034_000000003366	5693	0.961742694053558	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979797029819504	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	948	rep_cluster_870	MOBV			mobilizable	plasmid	5339.0	99.757	100.0	0.9540661304736372	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0105_000000003363	7871	0.9617390833774156	10	6	5	6	4	False	42443	maximal	True	FIJ0105_000000003363	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	75.494	16.0	0.026073974388628383	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
CHI0132_000000007171	4509	0.9617372409306691	6	4	2	4	2	False	80949	maximal	True	CHI0132_000000007171	1.0		2	2	False	False	0.9962297677993774	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007049545084043795	NZ_WOTO01000072.1	high GC Gram+	Fodinicola feengrottensis strain HKI 0501, whole genome shotgun sequence	True	False
MAD0051_000000005996	4429	0.9617331451840452	4	3	3	3	1	True	96531	fragment	False	MAD0051_000000005996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3646.0	96.572	88.0	0.0006537543164375358	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
MON0105_000000011753	4457	0.9617156359120568	7	6	4	3	5	False	124995	maximal	True	MON0105_000000011753	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	90.34	34.0	0.2392747288327667	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0103_000000003924	4996	0.9617080271805452	7	3	1	2	2	False	60327	maximal	True	ENG0103_000000003924	1.0	PS72	2	2	True	True	1.0	67					non-mobilizable	no_good_hit	1070.0	90.84100000000001	31.0	0.18216058894024995	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0058_000000006938	2200	0.9617059591672308	5	2	2	1	2	False	48248	fragment	False	MAD0058_000000006938	1.0		0	0	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit	209.0	89.47399999999999	10.0	0.00022722753997784533	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0825_000000000842	18413	0.9617044295167616	23	13	9	12	10	False	105159	maximal	True	ISR0825_000000000842	0.9953809992347218		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	83.95700000000001	1.0	6.586815108454036e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0106_000000004136	5209	0.961702372827948	6	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.5831810592524808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	86.84200000000001	2.0	0.001141933201960487	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0128_000000006656	5140	0.961702372827948	6	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.5393478952090491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	83.704	3.0	0.001344045273103936	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0154_000000005079	6153	0.961696766704369	8	2	2	2	2	False	97567	fragment	False	FIJ0154_000000005079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	95.96799999999999	2.0	0.1968	NZ_JH379376.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld116, whole genome shotgun sequence	True	False
FIJ0037_000000005821	4554	0.961696766704369	5	2	2	2	2	False	97565	fragment	False	MAD0069_000000001274	0.938741532931987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000008673	3355	0.961696766704369	3	2	2	2	2	False	97559	fragment	False	FIJ0015_000000008673	0.9728645461518637		0	0	False	False	0.9997019171714783	0					non-mobilizable	no_good_hit	159.0	96.226	5.0	0.00023959662306109866	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
FIJ0132_000000012844	2438	0.961696766704369	2	2	2	2	2	False	97557	fragment	False	TAN0016_000000004402	0.9753273436256329		0	0	False	False	0.9897456765174866	0					non-mobilizable	no_good_hit								True	False
DEN0005_000000016768	2150	0.9616946746754113	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7891843625006592		0	0	False	False	0.9995349049568176	0					non-mobilizable	chromosome	1865.0	98.60600000000001	100.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0103_000000008635	2103	0.9616946746754113	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7601084959148786		0	0	False	False	0.9985734820365906	0					non-mobilizable	other	2106.0	98.71799999999999	100.0	0.0007640948073148277	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0042_000000015779	2091	0.9616946746754113	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7544791732897574		0	0	False	False	0.9956958293914795	0					non-mobilizable	other	2090.0	98.756	99.0	0.0007582842004150952	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0175_000000010689	1994	0.9616946746754113	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7246375096936593		0	0	False	False	0.9964894652366638	0					non-mobilizable	other	1961.0	98.47	98.0	0.0007114361822860017	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AUS0018_000000001751	14091	0.9616945603317719	13	11	10	9	8	True	100088	maximal	True	AUS0018_000000001751	1.0		1	1	False	False	0.9997870922088623	0					non-mobilizable	no_good_hit	223.0	76.682	2.0	7.56428611705939e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	True
DEN0061_000000000703	24389	0.9616906889589952	33	13	3	7	7	False	91527	fragment	False	MON0087_000000000881	0.94329129787734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1877.0	75.706	18.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
ISR0027_000000005633	4642	0.961690488658632	6	3	2	2	2	True	131698	maximal	False	FIJ0042_000000005476	0.9680481558085177		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	225.0	90.22200000000001	5.0	0.02860824742268041	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
FIJ0171_000000001864	10779	0.9616877088642224	17	10	5	7	8	True	126746	maximal	True	FIJ0171_000000001864	1.0	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5674.0	99.98200000000001	57.0	0.3409459703107158	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
ENG0041_000000004081	6158	0.961681563625868	8	5	2	5	4	True	64765	fragment	False	ENG0041_000000004081	1.0		0	0	False	False	0.997239351272583	0					non-mobilizable	no_good_hit	758.0	79.024	15.0	0.00020278935404560705	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0069_000000008750	2215	0.9616768299228574	3	2	2	2	2	False	62490	fragment	False	ISR0233_000000005728	0.9507622579316028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	88.41799999999999	28.0	0.0018718360898604268	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
DEN0051_000000044853	1103	0.9616682256306872	1	1	1	1	1	False	72374	fragment	False	DEN0051_000000044853	1.0		0	0	False	False	0.9963735342025757	0					non-mobilizable	no_good_hit								True	False
MAD0065_000000003005	4002	0.9616549298715787	5	4	2	3	3	True	16642	maximal	True	MAD0065_000000003005	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	89.96	49.0	0.11096136567834682	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	True	True
ISR0167_000000024726	1105	0.9616501606811758	2	1	0	1	1	True	30148	maximal	True	ISR0167_000000024726	1.0		6	3	False	False	0.9981900453567505	0					non-mobilizable	plasmid	830.0	99.88	100.0	0.5571236559139785	CP056296.1	enterobacteria	Citrobacter freundii strain RHBSTW-00857 plasmid pRHBSTW-00857_4, complete sequence	False	True
ISR0122_000000006633	2598	0.9616501245340174	4	2	1	2	1	True	95356	maximal	False	CAN0007_000000016068	0.984624145785877		0	0	True	True	1.0	7					non-mobilizable	plasmid	1753.0	99.88600000000001	100.0	0.6942902458366376	LN853268.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0642	False	True
CAN0007_000000016068	2560	0.9616501245340174	4	2	1	2	1	True	95356	maximal	True	CAN0007_000000016068	0.984641638225256		2	1	True	True	1.0	9					non-mobilizable	plasmid	1591.0	98.11399999999999	100.0	0.6304520222045995	LN853268.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0642	False	True
CHI0169_000000000821	14785	0.9616491551885641	15	11	10	9	7	False	123121	maximal	True	CHI0169_000000000821	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4888.0	95.04899999999999	35.0	0.0036582085268779415	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	True	False
MAD0046_000000006428	3742	0.9616481814644676	5	2	2	2	1	True	17763	maximal	True	MAD0046_000000006428	1.0		1	1	False	False	0.9946552515029907	0					non-mobilizable	no_good_hit								True	True
AUS0010_000000013192	1848	0.9616432811286802	2	2	2	2	2	False	101497	maximal	True	AUS0010_000000013192	0.9977662045348183		5	4	False	False	1.0	0					non-mobilizable	plasmid	1760.0	76.648	94.0	0.020298584118313083	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
FIJ0086_000000018111	1784	0.9616432811286802	2	2	2	2	2	False	101497	maximal	False	AUS0010_000000013192	0.9732121443192674		0	0	False	False	1.0	0					non-mobilizable	plasmid	1767.0	76.627	98.0	0.020368619486173852	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
MAD0044_000000015401	1616	0.9616429872205092	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.84196091943745		0	0	False	False	1.0	0					non-mobilizable	chromosome	1616.0	99.93799999999999	100.0	0.00025534743378200696	CP050210.1	enterobacteria	Escherichia coli strain RM-055-WU chromosome	False	False
ENG0121_000000003621	5054	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9767443740635656	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	80					non-mobilizable	plasmid	4715.0	99.915	98.0	0.9849561220225658	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0055_000000002899	4999	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9709801376899201	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	19					non-mobilizable	plasmid	3393.0	97.73100000000001	99.0	0.7052433674535199	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0138_000000004210	4917	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9766986783544518	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	35					non-mobilizable	plasmid	4496.0	99.755	99.0	0.9390014622937122	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ITA0005_000000003555	4895	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9813960072805128	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4511.0	96.675	99.0	0.9419260497179862	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
MON0103_000000008423	4885	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9778986678077582	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	631		MOBP			mobilizable	plasmid	4787.0	99.93700000000001	100.0	0.9997911008982662	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0216_000000004086	4885	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9770951074628189	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	102					non-mobilizable	plasmid	4550.0	99.934	100.0	0.9502820137873407	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
MON0008_000000005715	4885	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9777641685153866	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	43					non-mobilizable	plasmid	4409.0	99.90899999999999	100.0	0.9208272404428661	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0148_000000002265	4885	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9774693697174957	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	167					non-mobilizable	plasmid	4550.0	99.912	100.0	0.9502820137873407	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0814_000000007852	4885	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9781353029221943	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	82		MOBP			mobilizable	plasmid	4363.0	99.885	100.0	0.9112178817631085	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0770_000000001840	4885	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9783255999876157	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	179		MOBP			mobilizable	plasmid	4349.0	99.86200000000001	100.0	0.9084830756372754	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
MON0079_000000004673	4885	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9778948891112053	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	37		MOBP			mobilizable	plasmid	4127.0	99.83	100.0	0.8620977852068533	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
USA0079_01_000000002721	4884	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9820100909946454	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	45		MOBP			mobilizable	plasmid	3967.0	96.26899999999999	100.0	0.828458002507313	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0815_000000005999	4884	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9828859719064773	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	101		MOBP			mobilizable	plasmid	4677.0	96.70700000000001	100.0	0.976807354784789	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0141_000000007390	4884	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9831310783379198	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	205		MOBP			mobilizable	plasmid	4696.0	96.721	100.0	0.980777267028834	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0254_000000001641	4884	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.982645906588011	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	89		MOBP			mobilizable	plasmid	4408.0	96.915	100.0	0.9204094422393984	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0098_000000001749	4884	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9775182713676299	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9995905160903931	80					non-mobilizable	plasmid	4511.0	99.978	100.0	0.94213494881972	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ITA0006_000000005365	4884	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9809566908449693	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9975429773330688	11		MOBP			mobilizable	plasmid	4001.0	96.40100000000001	100.0	0.8355620559966569	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0241_000000002467	4878	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9815081055032135	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	196		MOBP			mobilizable	plasmid	4505.0	96.82600000000001	100.0	0.940672655107583	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0013_000000004722	4870	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9828321982402279	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	123		MOBP			mobilizable	plasmid	4483.0	96.899	100.0	0.936076874869438	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
USA0009_01_000000004951	4866	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9777322199137403	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	243		MOBP			mobilizable	plasmid	4108.0	99.805	100.0	0.8579189302131216	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0095_000000004286	4866	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9775462570757603	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	546		MOBP			mobilizable	plasmid	4501.0	99.93299999999999	100.0	0.9398370587006476	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0134_000000002621	4865	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9775851220931433	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	90					non-mobilizable	plasmid	4138.0	99.95200000000001	100.0	0.8643961554534058	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0088_000000000929	4865	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9775290965095624	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	230					non-mobilizable	plasmid	4483.0	99.911	100.0	0.936285773971172	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0167_000000003544	4865	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.977784036774023	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	596					non-mobilizable	plasmid	3562.0	99.944	100.0	0.7438897012742846	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0143_000000003855	4865	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9775886642881203	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	53					non-mobilizable	plasmid	4500.0	99.956	100.0	0.9398370587006476	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
MON0050_000000005247	4865	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9773105861997956	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	119		MOBP			mobilizable	plasmid	4641.0	99.95700000000001	100.0	0.9692918320451223	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
MON0027_000000007449	4865	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9779267194637007	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	33		MOBP			mobilizable	plasmid	4617.0	99.848	100.0	0.9644797325532805	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0112_000000003194	4865	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9773590240536533	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	1070		MOBP			mobilizable	plasmid	4743.0	99.81	100.0	0.9908065190137902	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0137_000000002567	4865	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.977870698315124	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	337					non-mobilizable	plasmid	3562.0	99.916	100.0	0.7438897012742846	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0159_000000002673	4865	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9775798534353738	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	446					non-mobilizable	plasmid	4503.0	99.889	100.0	0.9404637560058492	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
MON0046_000000005839	4865	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9774692321412134	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9993833303451538	13					non-mobilizable	plasmid	4303.0	99.884	100.0	0.8986839356590767	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0076_000000001411	4865	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.977761592791226	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	130					non-mobilizable	plasmid	4138.0	99.976	100.0	0.8643961554534058	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0147_000000002752	4865	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.977419893683361	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	534					non-mobilizable	plasmid	4615.0	99.935	100.0	0.9640618470539072	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0118_000000001707	4865	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9775851220931433	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	44					non-mobilizable	plasmid	4138.0	99.95200000000001	100.0	0.8643961554534058	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0085_000000000138	4865	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9777355948559717	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	41		MOBP			mobilizable	plasmid	4500.0	99.956	100.0	0.9398370587006476	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0123_000000002785	4864	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9774101397236802	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	21		MOBP			mobilizable	plasmid	4138.0	99.37200000000001	100.0	0.8643961554534058	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0173_000000003451	4864	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9772891322648044	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	215		MOBP			mobilizable	plasmid	3645.0	99.369	100.0	0.7612283267181951	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0260_000000002143	4864	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.982862414073546	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	111		MOBP			mobilizable	plasmid	4476.0	96.85	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0103_000000004010	4864	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.982765548429906	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	732		MOBP			mobilizable	plasmid	4484.0	96.87799999999999	100.0	0.936285773971172	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
MON0040_000000005229	4864	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9832934401564732	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	11		MOBP			mobilizable	plasmid	4656.0	96.714	100.0	0.9724195570413706	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0779_000000006629	4864	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.982983866382137	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	2169		MOBP			mobilizable	plasmid	3522.0	99.943	100.0	0.7358411703239289	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0298_000000002768	4864	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9831657941417298	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	26		MOBP			mobilizable	plasmid	3967.0	96.345	100.0	0.828458002507313	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0048_000000005348	4864	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9829757394463358	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	71		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0293_000000007526	4864	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9829757394463358	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	153		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0155_000000002288	4864	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9774101397236802	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	268		MOBP			mobilizable	plasmid	4138.0	99.37200000000001	100.0	0.8643961554534058	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0289_000000001367	4864	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.98267986571515	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9997944235801697	15		MOBP			mobilizable	plasmid	4476.0	96.87200000000001	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0125_000000003289	4863	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9775889803920621	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	12		MOBP			mobilizable	plasmid	4502.0	99.334	100.0	0.9402548569041154	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
USA0042_01_000000005313	4862	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9813965727174203	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	3		MOBP			mobilizable	plasmid	4135.0	99.589	100.0	0.8639498432601881	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0073_000000005358	4862	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9816143024794555	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	642		MOBP			mobilizable	plasmid	4659.0	96.523	100.0	0.9730463852904304	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0039_000000004590	4862	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9817193520117423	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	100		MOBP			mobilizable	plasmid	4659.0	96.544	100.0	0.9730463852904304	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0061_000000000775	4857	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9826379207945876	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	25		MOBP			mobilizable	plasmid	4477.0	96.851	100.0	0.9348234802590348	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0035_000000003515	4857	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9828974230410085	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	84		MOBP			mobilizable	plasmid	4477.0	96.895	100.0	0.9348234802590348	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CAN0007_000000008793	4857	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9822475234276905	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	68		MOBP			mobilizable	plasmid	4477.0	96.87299999999999	100.0	0.9348234802590348	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0086_000000004962	4856	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9773188424719157	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	210		MOBP			mobilizable	plasmid	4475.0	99.441	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0029_000000004960	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9828470391075873	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	724		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0070_000000004638	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9830344476107586	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	60		MOBP			mobilizable	plasmid	4476.0	96.939	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0045_000000002396	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9822900347419721	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	145		MOBP			mobilizable	plasmid	4476.0	96.82799999999999	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0104_000000001374	4856	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9772395449301496	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	60		MOBP			mobilizable	plasmid	4475.0	99.352	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
USA0039_01_000000004796	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9823256322388841	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	591		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0217_000000005544	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9828470391075873	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	55		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
USA0036_01_000000007930	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9828470391075873	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	38		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
SPA0002_000000005311	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9827445368242966	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	320		MOBP			mobilizable	plasmid	4476.0	96.917	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0002_000000003949	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9825039851809467	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	601		MOBP			mobilizable	plasmid	4476.0	96.917	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
USA0072_01_000000004156	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9823976683602386	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	153		MOBP			mobilizable	plasmid	4476.0	96.82799999999999	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CAN0022_000000005808	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9821177033814479	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.999588131904602	30		MOBP			mobilizable	plasmid	4476.0	96.87200000000001	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0037_000000006365	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9823159042635998	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	22		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0117_000000004390	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9828470391075873	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	94		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0265_000000003135	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9828470391075873	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	18		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0173_000000003864	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9830344476107586	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	375		MOBP			mobilizable	plasmid	4476.0	96.939	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0052_000000005634	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9828470391075873	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	93		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0139_000000003655	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9828470391075873	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	98		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0290_000000001896	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9824146171760111	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	190		MOBP			mobilizable	plasmid	4476.0	96.917	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0022_000000004201	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9824943005757965	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	578		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
USA0008_01_000000001648	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9820516551957158	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	62		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0082_000000003733	4856	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9827266616924331	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	81		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0300_000000001253	4856	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9772395449301496	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	42		MOBP			mobilizable	plasmid	4475.0	99.352	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0180_000000003075	4856	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9770529221476605	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	122		MOBP			mobilizable	plasmid	4475.0	99.33	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0256_000000003642	4853	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.982680901011956	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	14		MOBP			mobilizable	plasmid	4473.0	96.848	100.0	0.9339878838520994	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0147_000000004880	4852	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9826587039241621	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	28		MOBP			mobilizable	plasmid	4472.0	96.89200000000001	100.0	0.9337789847503656	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
USA0032_01_000000005387	4847	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.976813467180476	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	28		MOBP			mobilizable	plasmid	4466.0	99.351	100.0	0.9327344892416962	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0011_000000001156	4844	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9731242592540732	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	71		MOBP			mobilizable	plasmid	4737.0	99.43	98.0	0.9895528625156708	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0244_000000004178	4844	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9831429050092422	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.999793529510498	34		MOBP			mobilizable	plasmid	4283.0	99.95299999999999	100.0	0.8948798328108672	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
SPA0044_000000005237	4842	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9810417475943204	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	86		MOBP			mobilizable	plasmid	3750.0	99.62700000000001	100.0	0.7834900731452455	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
CHI0051_000000003464	4837	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9720877467913978	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9997932314872742	17		MOBP			mobilizable	plasmid	3279.0	98.87200000000001	100.0	0.683935659076666	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0015_000000004849	4826	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9772500645000762	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9995855689048767	19		MOBP			mobilizable	plasmid	4769.0	99.874	100.0	0.9960309170670566	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0169_000000004437	4825	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9803602367500035	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	396		MOBP			mobilizable	plasmid	4476.0	96.895	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0166_000000005372	4824	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9824960921452629	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	24		MOBP			mobilizable	plasmid	4704.0	96.705	100.0	0.9824488090263268	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0312_000000003070	4824	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9829860291702958	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9997926950454712	8		MOBP			mobilizable	plasmid	4095.0	99.853	100.0	0.8555903866248694	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0027_000000004049	4824	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9804471811382768	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	301		MOBP			mobilizable	plasmid	4476.0	96.78299999999999	100.0	0.934614581157301	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0152_000000001301	4824	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9774372118063119	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	42		MOBP			mobilizable	plasmid	4703.0	99.426	100.0	0.9824488090263268	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
USA0075_01_000000005186	4818	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9751556176169092	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	72		MOBP			mobilizable	plasmid	4459.0	99.88799999999999	100.0	0.9312721955295592	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0785_000000006260	4816	0.9616401417331608	7	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9802923201260038	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	139		MOBP			mobilizable	plasmid	4456.0	96.881	100.0	0.9304365991226238	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0848_000000003074	4816	0.9616401417331608	7	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9795285829604239	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	1236		MOBP			mobilizable	plasmid	4456.0	96.85799999999999	100.0	0.9304365991226238	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0849_000000005318	4816	0.9616401417331608	7	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9802923201260038	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	253		MOBP			mobilizable	plasmid	4456.0	96.881	100.0	0.9304365991226238	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
SPA0070_000000004329	4809	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9747746364820062	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	96		MOBP			mobilizable	plasmid	3512.0	96.52600000000001	100.0	0.7333890513999164	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0116_000000004590	4805	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9796725746198186	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	5		MOBP			mobilizable	plasmid	4390.0	96.87899999999999	100.0	0.9166492584081889	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0185_000000004118	4802	0.9616401417331608	10	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9776198814474711	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9981257915496826	19		MOBP			mobilizable	plasmid	3582.0	99.86	100.0	0.7480676833089618	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0041_000000002810	4790	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9670017684316367	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	153					non-mobilizable	plasmid	3492.0	99.85700000000001	100.0	0.7294191391558713	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0139_000000005190	4753	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9589143814619014	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.998737633228302	138		MOBP			mobilizable	plasmid	4662.0	96.78200000000001	98.0	0.9736732135394902	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0072_000000004130	4748	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9756758267242466	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9987363219261169	185		MOBP			mobilizable	plasmid	4750.0	96.8	100.0	0.9920601755119097	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0138_000000004797	4743	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9750875660106255	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	235		MOBP			mobilizable	plasmid	4745.0	96.77600000000001	100.0	0.9910154617634768	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0069_000000005121	4711	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9683176747719412	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	184		MOBP			mobilizable	plasmid	2406.0	99.958	100.0	0.5026123301985371	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
SPA0071_000000005123	4702	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.966394912214851	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	142		MOBP			mobilizable	plasmid	4704.0	96.811	100.0	0.9824488090263268	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
MON0011_000000009672	4691	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9595218313628926	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9884886145591736	0					non-mobilizable	plasmid	4691.0	99.979	100.0	0.9799414960300877	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CAN0001_000000010131	4686	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9524516242443065	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	101		MOBP			mobilizable	plasmid	3594.0	98.525	100.0	0.7508881922675026	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
MON0025_000000006310	4674	0.9616401417331608	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9333736810351891	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9997860789299011	1		MOBP			mobilizable	other	4236.0	99.811	98.0	0.8850574712643678	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	False	True
CHI0068_000000002487	4621	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9371631667994523	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.990045428276062	0		MOBP			mobilizable	plasmid	4564.0	96.67	99.0	0.9531968240702048	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
USA0113_01_000000004191	4540	0.9616401417331608	7	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9315223696771722	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4456.0	96.881	99.0	0.9304365991226238	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0024_000000002579	4494	0.9616401417331608	8	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.8928647321655219	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9939919710159302	0		MOBP			mobilizable	plasmid	4476.0	96.18	99.0	0.9339878838520994	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0380_000000003007	3686	0.9616398760777723	6	3	2	3	2	True	23193	maximal	True	ISR0380_000000003007	1.0		2	1	False	False	0.9983721971511841	0					non-mobilizable	no_good_hit								True	True
USA0081_01_000000002837	10508	0.9616346631732156	11	7	4	6	3	True	127198	fragment	False	USA0081_01_000000002837	1.0		0	0	False	False	0.998762845993042	0					non-mobilizable	no_good_hit	3647.0	95.339	81.0	0.14550613435639212	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0179_000000007567	2510	0.9616322479102272	2	2	2	2	1	False	102237	maximal	True	CHI0179_000000007567	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2490.0	85.141	99.0	0.0019958182089203484	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
MON0017_000000003652	5179	0.9616255614292712	5	2	0	2	1	True	14282	maximal	True	MON0017_000000003652	1.0		3	1	True	True	0.9998069405555725	9					non-mobilizable	no_good_hit	683.0	73.646	13.0	0.06746963356129428	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
DEN0063_000000013101	3427	0.9616217945683929	9	2	1	1	2	False	72302	fragment	False	DEN0063_000000013101	1.0		0	0	False	False	0.9962065815925598	0					non-mobilizable	no_good_hit	233.0	78.112	7.0	0.0037132389345479752	NZ_SRYX01000020.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_20_length_60594_cov_318.168, whole genome shotgun sequence	True	False
MON0005_000000036923	1478	0.9616206661368746	3	2	2	2	1	False	14108	maximal	True	MON0005_000000036923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	91.429	73.0	0.0442235313369334	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0158_000000004759	3673	0.9616205546529096	5	4	4	4	3	False	30511	maximal	True	ISR0158_000000004759	1.0		1	1	False	False	0.9994555115699768	0					non-mobilizable	no_good_hit	2612.0	97.89399999999999	71.0	0.0004978531868896246	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
SPA0119_000000024594	1285	0.9616113127000196	2	2	2	2	2	False	4202	maximal	True	SPA0119_000000024594	1.0		3	2	False	False	0.9992218017578125	0					non-mobilizable	other	1150.0	99.304	94.0	0.00038786433592494674	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
AST0097_000000006796	3357	0.9616063011263672	3	3	3	3	2	False	132005	fragment	False	AST0097_000000006796	1.0		0	0	False	False	0.99940425157547	0					non-mobilizable	no_good_hit	2949.0	85.86	86.0	0.0009854200934094727	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ENG0058_000000000852	21683	0.9615872028628794	15	15	9	12	14	False	98119	maximal	True	ENG0058_000000000852	1.0		1	1	False	False	0.9999538660049438	0	IncFIB				non-mobilizable	plasmid	21701.0	98.936	100.0	0.17080586340256937	CP027641.1	enterobacteria	Escherichia coli strain 2014C-4705 plasmid unnamed, complete sequence	False	True
SPA0084_000000005141	3233	0.9615852732479192	3	3	3	3	2	False	116620	maximal	True	SPA0084_000000005141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2562.0	96.09700000000001	79.0	0.0005314484683081503	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
AST0055_000000010003	3362	0.9615756772022648	4	3	1	2	1	True	113878	maximal	True	AST0055_000000010003	1.0		5	3	True	True	0.9997025728225708	19		MOBV			mobilizable	no_good_hit	1484.0	93.868	57.0	0.44916540212443096	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
USA0082_01_000000004460	6355	0.9615752596259682	8	4	4	3	3	True	542	fragment	False	USA0082_01_000000004460	1.0		0	0	False	False	0.9922895431518555	0					non-mobilizable	no_good_hit	275.0	84.727	6.0	0.00023409859651910765	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	True
MON0048_000000017938	2226	0.9615734533566418	5	3	3	2	2	False	42458	fragment	False	FIJ0119_000000007707	0.9648809344183692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1613.0	81.153	72.0	0.05471041680878641	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0136_000000012757	3121	0.961565514075066	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.09233992993265795	PS1090	0	0	True	True	0.9980775117874146	16					non-mobilizable	other	2861.0	88.01100000000001	94.0	0.9469292389853138	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0127_000000009410	3115	0.961565514075066	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.17279308521217032	PS1090	0	0	True	True	1.0	110					non-mobilizable	other	2273.0	87.945	96.0	0.7523364485981309	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0212_000000011107	3108	0.961565514075066	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.021971662575157532	PS1090	0	0	True	True	1.0	78					non-mobilizable	no_good_hit	1411.0	88.87299999999999	87.0	0.468958611481976	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0041_000000011036	3100	0.961565514075066	5	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.2958718870516982	PS1090	0	0	True	True	1.0	62					non-mobilizable	other	1695.0	87.729	96.0	0.5624165554072096	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0182_000000012299	2980	0.961565514075066	4	4	2	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.06917036870133102	PS1090	0	0	True	True	0.9996644258499146	11					non-mobilizable	other	2725.0	88.844	94.0	0.9022029372496663	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0006_000000001513	15432	0.9615636336153219	17	11	9	11	8	True	117406	backbone	True	SPA0006_000000001513	1.0	PS789	1	1	True	True	0.9999352097511292	18					non-mobilizable	plasmid	11940.0	94.899	97.0	0.510488911721894	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0054_000000010309	2404	0.9615634385643871	4	3	3	2	1	False	119263	fragment	False	ISR0293_000000011332	0.28915951152180136		0	0	False	False	0.9975041747093201	0					non-mobilizable	other	2404.0	98.794	100.0	0.00787259694138306	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ISR0361_000000001955	5525	0.9615609996057894	8	2	2	2	2	False	45968	maximal	True	ISR0361_000000001955	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	84.615	2.0	2.258656751163529e-05	NC_011837.1	firmicutes	Clostridium kluyveri NBRC 12016, complete genome	True	False
FIJ0033_000000002144	12754	0.9615575092520088	9	9	8	8	5	True	48319	fragment	False	FIJ0033_000000002144	1.0		0	0	False	False	0.9999216198921204	0					non-mobilizable	no_good_hit								True	True
ISR0012_000000007899	2978	0.9615557558696852	4	3	3	3	2	False	131501	maximal	True	ISR0012_000000007899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	78.417	60.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0102_000000006077	4725	0.9615473110499942	7	3	1	3	1	False	108355	maximal	True	AST0102_000000006077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0036_01_000000006727	5815	0.9615461204388642	6	2	1	1	1	True	81573	maximal	False	USA0009_01_000000004062	0.9978480384042376		0	0	True	True	1.0	30					non-mobilizable	no_good_hit	907.0	88.31299999999999	35.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0045_000000003743	5722	0.9615461204388642	6	2	1	1	1	True	81579	maximal	True	FIJ0045_000000003743	1.0	PS402	0	0	True	True	0.9996504783630371	2					non-mobilizable	no_good_hit	904.0	88.71700000000001	35.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0041_000000005042	5277	0.9615461204388642	4	2	1	1	1	True	18293	maximal	True	MAD0041_000000005042	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	2612.0	87.902	57.0	0.5094967691403955	LN853043.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0393	True	True
ISR0207_000000004844	5104	0.9615461204388642	4	2	1	1	1	True	75419	maximal	True	ISR0207_000000004844	0.9493123144736462		1	1	True	True	1.0	79					non-mobilizable	plasmid	1622.0	88.779	93.0	0.3156451928725279	LN853043.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0393	False	True
USA0041_01_000000004900	4630	0.9615461204388642	5	2	1	1	1	True	130648	backbone	False	USA0082_01_000000002282	0.015121976712349522	PS1107|PS1110|PS1114	0	0	False	True	0.9993520379066467	0		MOBV			mobilizable	other	4231.0	99.882	99.0	0.6946953522745936	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0042_000000007019	3707	0.9615461204388642	3	2	1	1	1	True	128112	fragment	False	MON0042_000000007019	1.0		0	0	False	False	0.9692473411560059	0					non-mobilizable	no_good_hit	3271.0	87.221	87.0	0.49226804123711343	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0187_000000007409	3605	0.9615461204388642	4	2	1	1	1	True	127053	fragment	False	ENG0187_000000007409	1.0		0	0	False	False	0.9975034594535828	0		MOBV			mobilizable	other	3188.0	99.93700000000001	100.0	0.5234028576120874	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0035_000000009145	3422	0.9615461204388642	3	2	1	1	1	True	130621	fragment	False	DEN0035_000000009145	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1879.0	81.16	92.0	0.2756780791462872	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
MON0064_000000007262	3400	0.9615461204388642	3	2	1	1	1	True	128111	fragment	False	MON0064_000000007262	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3268.0	87.24	95.0	0.49181322013341416	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
AST0016_000000007848	3390	0.9615461204388642	2	2	1	1	1	True	123544	fragment	False	ENG0163_000000006671	0.9399421128798842		0	0	False	False	1.0	0		MOBV			mobilizable	other	3322.0	87.959	98.0	0.542782066020693	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0066_000000009535	3374	0.9615461204388642	2	2	1	1	1	True	121093	fragment	False	ISR0066_000000009535	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3374.0	99.79299999999999	100.0	0.4999258929894768	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ENG0042_000000007920	3370	0.9615461204388642	2	2	1	1	1	True	121093	fragment	False	ISR0066_000000009535	0.9997628927089508		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3370.0	99.792	100.0	0.49933303690529124	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ENG0141_000000008099	3370	0.9615461204388642	2	2	1	1	1	True	121093	fragment	False	ISR0066_000000009535	0.9997628927089508		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3370.0	99.792	100.0	0.49933303690529124	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
AST0087_000000010540	3361	0.9615461204388642	2	2	1	1	1	True	121093	fragment	False	ISR0066_000000009535	0.9981611520459299		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3361.0	99.792	100.0	0.4979991107158737	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ENG0075_000000007221	3361	0.9615461204388642	2	2	1	1	1	True	121093	fragment	False	ISR0066_000000009535	0.9981611520459299		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3361.0	99.792	100.0	0.4979991107158737	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
FIJ0061_000000007463	3228	0.9615461204388642	2	2	1	1	1	True	129355	fragment	False	FIJ0061_000000007463	1.0		0	0	False	False	0.9764559864997864	0		MOBV			mobilizable	other	3008.0	98.005	94.0	0.3815455007625826	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0146_000000007520	3215	0.9615461204388642	2	2	1	1	1	True	128121	fragment	False	ISR0072_000000007381	0.2688424837505186		0	0	False	False	0.999688982963562	0					non-mobilizable	chromosome	3046.0	85.85	94.0	0.4583080654942389	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0039_000000014830	3107	0.9615461204388642	3	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.257464381345963		0	0	False	False	0.9967814683914185	0		MOBV			mobilizable	other	1727.0	95.07799999999999	100.0	0.2806130767976521	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0062_000000012911	3048	0.9615461204388642	3	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.22788849660259777		0	0	False	False	1.0	0		MOBV			mobilizable	other	2770.0	99.639	100.0	0.3676802549462223	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0105_000000005586	3043	0.9615461204388642	3	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.25302675142545356		0	0	False	False	1.0	0		MOBV			mobilizable	other	1707.0	96.77799999999999	100.0	0.2781672917006359	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0141_000000008933	3042	0.9615461204388642	2	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.24026839264554672		0	0	False	False	1.0	0		MOBV			mobilizable	other	2928.0	99.31700000000001	100.0	0.38826185101580135	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0085_000000010510	3009	0.9615461204388642	3	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.2090786190313536		0	0	False	False	1.0	0		MOBV			mobilizable	other	2671.0	96.031	100.0	0.35400345239676007	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
AST0100_000000005175	2940	0.9615461204388642	3	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.227944980794037		0	0	False	False	1.0	0		MOBV			mobilizable	other	2821.0	99.681	100.0	0.37431947948479616	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0042_000000009195	2886	0.9615461204388642	3	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.22534426013744602		0	0	False	False	1.0	0		MOBV			mobilizable	other	2771.0	99.74700000000001	100.0	0.3676802549462223	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0075_000000008476	2878	0.9615461204388642	3	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.22275836347673925		0	0	False	False	1.0	0		MOBV			mobilizable	other	2773.0	95.81700000000001	100.0	0.3676802549462223	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0035_000000011359	2831	0.9615461204388642	2	2	1	1	1	True	121086	fragment	False	ENG0013_000000008886	0.9182870838878096		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2831.0	99.75299999999999	100.0	0.4194456795612865	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
FIJ0164_000000000802	23848	0.9615460689235901	29	14	11	14	7	True	52093	fragment	False	FIJ0164_000000000802	0.9650094145073074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	96.429	0.0	1.5856792978035458e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
USA0060_01_000000000456	31734	0.961542677407106	29	19	9	18	11	True	91678	fragment	False	USA0060_01_000000000456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	25852.0	92.60799999999999	81.0	0.6102348239411639	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
ENG0128_000000005084	4806	0.9615413196072208	6	4	4	4	4	False	129749	fragment	False	ENG0128_000000005084	1.0		0	0	False	True	0.997711181640625	0					non-mobilizable	chromosome	1741.0	99.368	98.0	0.00046629091836800324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0173_000000002410	3435	0.9615413196072208	5	4	4	4	4	False	129742	fragment	False	ISR0173_000000002410	0.9679469199648865		0	0	False	True	1.0	0					non-mobilizable	chromosome	1741.0	99.426	100.0	0.00046629091836800324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0148_000000010916	3476	0.9615375503376972	4	4	3	3	3	False	109479	fragment	False	ENG0148_000000010916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	96.435	46.0	0.9993742177722152	NZ_JAAITU010000115.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_115_length_1598_cov_361.194, whole genome shotgun sequence	True	False
ISR0181_000000002008	8296	0.961535127832596	9	7	5	7	6	False	92149	fragment	False	ISR0181_000000002008	1.0		0	0	False	False	0.9991562366485596	0					non-mobilizable	no_good_hit	611.0	71.358	7.0	0.00013559980009233486	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0063_000000001384	12311	0.9615340647878964	16	12	5	8	9	True	96774	maximal	True	ISR0063_000000001384	1.0	PS519|PS520	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1345.0	84.089	46.0	0.14463166990710738	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0169_000000002621	7937	0.9615322755775771	6	3	3	3	2	True	38881	fragment	False	FIJ0169_000000002621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	1.0763610160168184e-05	CP010994.1	firmicutes	Clostridium perfringens strain JP838, complete genome	True	True
USA0081_01_000000003258	9214	0.9615262443489438	13	5	3	5	1	True	52605	fragment	False	USA0081_01_000000003258	1.0		0	0	False	False	0.999891459941864	0					non-mobilizable	no_good_hit	2153.0	92.336	71.0	0.03803211285577571	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0149_000000000744	25348	0.9615262224251084	31	9	6	8	2	True	89320	fragment	False	SPA0149_000000000744	1.0		0	0	False	False	0.9993293285369873	0					non-mobilizable	no_good_hit	120.0	87.5	0.0	0.0008850676444556834	NZ_FOJY01000009.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
FIJ0066_000000005247	5651	0.9615227907537937	5	5	1	5	5	False	108859	maximal	False	ENG0053_000000004568	0.9822706909159077		0	0	True	True	1.0	6	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	5385.0	97.679	100.0	0.9664212605494703	CP058097.1	enterobacteria	Escherichia coli strain RHB01-C09 plasmid pRHB01-C09_5, complete sequence	False	True
ENG0092_000000006712	3137	0.9615189163803102	3	3	2	3	3	False	94095	fragment	False	ENG0092_000000006712	0.9617738205201709		0	0	False	False	0.9990436434745789	0					non-mobilizable	chromosome	3127.0	96.06700000000001	99.0	0.0013793383591171882	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MAD0102_000000002903	5311	0.9615075071265378	7	6	6	6	5	False	48378	maximal	True	MAD0102_000000002903	1.0		4	3	False	False	0.9996234178543091	0					non-mobilizable	chromosome	2482.0	91.015	90.0	0.000964463701677933	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ENG0143_000000014853	1276	0.9614991863347948	2	2	2	1	1	False	57589	fragment	False	ENG0143_000000014853	1.0		0	0	False	False	0.9913793206214905	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0001554654751485559	NZ_BDCK01000011.1	high GC Gram+	Nocardia niwae NBRC 108934 = DSM 45340 strain NBRC 108934, whole genome shotgun sequence	True	False
DEN0017_000000003573	8028	0.9614987825318976	9	5	2	3	4	False	126502	maximal	False	AST0029_000000003755	0.9914255955576442	PS879|PS961|PS962|PS963	0	0	True	True	1.0	143					non-mobilizable	no_good_hit	1182.0	94.92399999999999	44.0	0.19962335216572505	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0011_000000001969	10191	0.9614928430112426	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9251797292956853	PS1052	0	0	False	True	0.9993131160736084	0		MOBF			mobilizable	other	8462.0	98.499	97.0	0.0035455119881156586	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0146_000000001652	20176	0.9614859622250432	35	12	6	9	4	True	68209	maximal	True	ISR0146_000000001652	0.9598217793302731		2	1	True	True	1.0	16					non-mobilizable	no_good_hit	205.0	78.53699999999999	1.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
CHI0037_000000002047	5293	0.9614855001693574	8	5	4	3	5	False	88022	fragment	False	CHI0037_000000002047	1.0		0	0	False	False	0.9996221661567688	0					non-mobilizable	no_good_hit	844.0	73.934	16.0	0.009288655052108458	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
FIJ0013_000000017488	1667	0.9614821962006764	2	2	2	2	2	False	50624	fragment	False	FIJ0013_000000017488	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	86.338	95.0	0.000677320369530198	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
MAD0104_000000002052	4890	0.9614544924276032	5	3	3	3	2	False	112313	fragment	False	MAD0104_000000002052	1.0		0	0	False	False	0.9889570474624634	0					non-mobilizable	no_good_hit	323.0	83.59100000000001	7.0	0.0001080467206137323	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0019_000000003229	7307	0.9614526211169316	13	10	5	5	8	True	122918	maximal	True	AST0019_000000003229	1.0		1	1	False	False	0.9989051818847656	0	rep_cluster_1085				non-mobilizable	no_good_hit	2078.0	92.926	58.0	0.18822034667392684	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
USA0066_01_000000005275	3838	0.961450359481298	4	4	4	4	2	True	131046	maximal	True	USA0066_01_000000005275	1.0		141	9	False	False	1.0	0					non-mobilizable	no_good_hit	1548.0	100.0	65.0	0.0003500117198494429	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CHI0188_000000002038	7556	0.9614501136213888	14	6	4	4	4	True	96288	maximal	False	USA0093_01_000000002609	0.9887029186783016	PS254	0	0	True	True	0.9998676776885986	29	rep_cluster_1097				non-mobilizable	no_good_hit	1658.0	79.433	43.0	0.2526997840172786	HG796267.1	bacteria	Uncultured bacterium plasmid pRGI00156	True	True
ISR0776_000000019406	1212	0.9614484516636588	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.559617604783413		0	0	False	False	0.9983498454093933	0					non-mobilizable	chromosome	1212.0	98.845	100.0	0.00018428363427413857	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0799_000000003556	3954	0.961447374570514	2	2	2	2	2	False	90611	fragment	False	ISR0799_000000003556	0.9489919065203674		0	0	False	False	1.0	0					non-mobilizable	other	3955.0	98.685	100.0	0.02796188751582715	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
USA0101_01_000000008179	3925	0.961447374570514	3	2	2	2	2	False	90611	fragment	False	ISR0799_000000003556	0.9394413176844115		0	0	False	False	1.0	0					non-mobilizable	other	3926.0	94.88	100.0	0.027763827093251092	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
USA0005_01_000000009124	3920	0.961447374570514	2	2	2	2	2	False	90611	fragment	False	ISR0799_000000003556	0.691170302784603		0	0	False	False	1.0	0					non-mobilizable	other	3841.0	98.82799999999999	98.0	0.02716257223900234	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
USA0078_01_000000003775	3890	0.961447374570514	2	2	2	2	2	False	90611	fragment	False	ISR0799_000000003556	0.6920263845385335		0	0	False	False	1.0	0					non-mobilizable	other	3890.0	98.84299999999999	100.0	0.027509177978510446	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0137_000000001342	20454	0.9614466576125688	16	11	7	10	7	True	3583	maximal	True	SPA0137_000000001342	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1827.0	80.241	16.0	0.00042254431445080704	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	True	True
CHI0052_000000007038	2307	0.9614408534311344	4	3	3	3	2	False	86492	maximal	True	CHI0052_000000007038	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	2307.0	100.0	100.0	0.0004380696591548295	CP026756.1	enterobacteria	Klebsiella aerogenes strain AR_0062 chromosome, complete genome	False	False
USA0034_01_000000012659	4457	0.961437242996116	9	5	2	5	3	False	61675	fragment	False	SPA0055_000000006798	0.981991755261445		0	0	False	False	0.9997756481170654	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000002398	6198	0.961436830711016	6	5	4	5	4	True	96986	maximal	True	CAN0002_000000002398	1.0	PS230	8	4	False	True	0.9937076568603516	0					non-mobilizable	no_good_hit	2730.0	99.524	71.0	0.02197563273555962	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0024_01_000000000898	21893	0.9614353140437232	17	11	10	10	6	True	106699	fragment	False	USA0024_01_000000000898	1.0		0	0	False	False	0.9999086260795593	0					non-mobilizable	other	9426.0	95.67200000000001	97.0	0.2069571714241765	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
MON0060_000000013510	2849	0.9614334509842828	3	3	3	3	3	False	93451	fragment	False	ISR0813_000000010258	0.4796500570559148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	95.397	31.0	0.00024076511655031073	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0005_000000002674	8722	0.9614319795747848	6	5	3	4	1	True	117538	fragment	False	ENG0005_000000002674	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	943.0	92.15299999999999	12.0	0.016163144591364753	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ENG0098_000000018672	1339	0.9614312949116708	3	2	1	2	1	False	60693	fragment	False	ENG0098_000000018672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0087_01_000000007399	2073	0.9614307047549392	2	2	1	2	2	False	27269	fragment	False	USA0087_01_000000007399	0.995007833605389		0	0	False	False	0.9773275256156921	0					non-mobilizable	other	2073.0	99.228	100.0	0.00039206911017918185	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
MAD0100_000000007027	5269	0.9614281304957876	7	6	5	5	5	False	31559	maximal	True	MAD0100_000000007027	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1636.0	85.63600000000001	31.0	0.00045732505147705636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0099_000000006373	4425	0.9614281231999292	5	3	2	3	2	False	82784	maximal	True	MAD0099_000000006373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	77.28399999999999	27.0	0.7764857881136951	NZ_CABMGA010000062.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ITA0006_000000003876	6720	0.9614229243762517	13	7	2	2	7	True	109270	maximal	True	ITA0006_000000003876	1.0	PS683	1	1	True	True	1.0	181		MOBB			mobilizable	no_good_hit	5214.0	90.62100000000001	77.0	0.6234047676378521	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ITA0005_000000002768	6091	0.9614229243762517	13	7	2	2	7	True	109269	backbone	True	ITA0005_000000002768	1.0	PS683	2	1	True	True	1.0	1		MOBB			mobilizable	no_good_hit	5214.0	90.62100000000001	85.0	0.6234047676378521	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
MAD0089_000000003013	5981	0.9614229243762517	10	7	2	2	7	True	92302	fragment	False	MAD0089_000000003013	0.9998321018450854		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	5760.0	99.444	97.0	0.693233806886588	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
USA0019_01_000000004753	5961	0.9614229243762517	10	7	2	2	7	True	92302	fragment	False	MAD0089_000000003013	0.9990511512463206		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	5760.0	99.41	97.0	0.693233806886588	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
SPA0025_000000003359	5961	0.9614229243762517	10	7	2	2	7	True	92302	fragment	False	MAD0089_000000003013	0.9992747814415853		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	5760.0	99.444	97.0	0.693233806886588	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
ENG0027_000000003064	5961	0.9614229243762517	10	7	2	2	7	True	92302	fragment	False	MAD0089_000000003013	0.9992747814415853		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	5760.0	99.444	97.0	0.693233806886588	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
ENG0079_000000005174	5961	0.9614229243762517	10	7	2	2	7	True	92302	fragment	False	MAD0089_000000003013	0.999107211342744		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	5760.0	99.41	97.0	0.693233806886588	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
SPA0119_000000005874	5946	0.9614229243762517	10	7	2	2	7	True	92302	fragment	False	MAD0089_000000003013	0.9970117912299273		0	0	False	True	0.9998317956924438	0		MOBB			mobilizable	plasmid	5760.0	99.41	98.0	0.693233806886588	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
SPA0071_000000006345	3832	0.961419547686614	5	4	4	4	4	False	70922	maximal	True	SPA0071_000000006345	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	93.73899999999999	53.0	0.029309488325881768	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0814_000000011492	3390	0.9614193746369256	6	5	5	5	5	False	103963	fragment	False	DEN0035_000000007815	0.636482939632546		0	0	False	False	0.9988200664520264	0					non-mobilizable	other	3389.0	98.436	99.0	0.001662742927085189	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
AST0101_000000001875	7008	0.9614162844702644	6	4	2	3	1	True	113154	maximal	False	ISR0221_000000003082	0.9935046597006495		0	0	True	True	1.0	68					non-mobilizable	no_good_hit	623.0	96.469	9.0	0.9983606557377049	NZ_QSCB01000066.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf66, whole genome shotgun sequence	True	True
ISR0221_000000003082	6991	0.9614162844702644	6	4	2	3	1	True	113154	maximal	True	ISR0221_000000003082	0.9935815753456984		4	2	True	True	1.0	24					non-mobilizable	no_good_hit	664.0	92.62	9.0	0.9984939759036144	NZ_QSCB01000065.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf65, whole genome shotgun sequence	True	True
ENG0085_000000003459	6234	0.9614162844702644	6	4	2	3	1	True	113153	fragment	False	ENG0085_000000003459	0.988651647612643		0	0	False	False	0.9993583559989929	0					non-mobilizable	no_good_hit	664.0	92.62	11.0	0.9984939759036144	NZ_QSCB01000065.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf65, whole genome shotgun sequence	True	True
ISR0102_000000003854	5125	0.9614162844702644	6	4	2	3	1	True	33103	fragment	False	ISR0102_000000003854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	92.62	13.0	0.9984939759036144	NZ_QSCB01000065.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf65, whole genome shotgun sequence	True	True
DEN0045_000000022294	1835	0.9614160411893502	4	3	2	2	2	False	107141	fragment	False	DEN0045_000000022294	1.0		0	0	False	False	0.9956403374671936	0					non-mobilizable	no_good_hit	307.0	73.616	17.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
FIJ0002_000000021420	1726	0.9614031442738076	2	2	2	2	2	False	52348	fragment	False	USA0034_01_000000027858	0.5673330685626791		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	96.464	99.0	0.030133440598821247	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0056_000000014180	2475	0.9614001574008616	3	3	3	2	2	False	104710	fragment	False	SPA0006_000000011953	0.9634706722786422		0	0	False	False	0.9987878799438477	0					non-mobilizable	other	2478.0	94.75399999999999	100.0	0.0019917895084582567	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
MAD0038_000000000510	14751	0.961392238629926	27	8	4	8	4	True	18584	fragment	False	MAD0038_000000000510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0161_000000009248	3217	0.9613866089279278	5	3	2	3	1	False	66535	fragment	False	ISR0161_000000009248	1.0		0	0	False	False	0.9959589838981628	0					non-mobilizable	no_good_hit								True	False
CHI0096_000000007481	1252	0.9613657177778004	2	2	2	1	2	False	120198	fragment	False	CHI0092_000000005602	0.14433217216601113		0	0	False	False	1.0	0					non-mobilizable	chromosome	1197.0	99.499	96.0	0.0004741183321658764	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0206_000000012957	1966	0.9613634621751832	4	4	3	3	2	False	94084	fragment	False	SPA0062_000000015646	0.5475943515418151		0	0	False	False	0.9984740614891052	0					non-mobilizable	chromosome	1969.0	94.007	100.0	0.0008689301826961031	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0171_000000003166	6916	0.9613597759209062	9	3	1	3	1	False	30018	maximal	True	ISR0171_000000003166	1.0		1	1	False	False	0.9997107982635498	0					non-mobilizable	no_good_hit	73.0	95.89	1.0	0.011701608971233545	NZ_MBEW02000045.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_45_length_6153_cov_263.362, whole genome shotgun sequence	True	False
MON0059_000000018343	2136	0.9613525565575464	4	4	4	2	3	False	103928	fragment	False	MON0059_000000018343	0.9689781125332045		0	0	False	False	0.9489700198173523	0					non-mobilizable	other	1923.0	96.88	100.0	0.0009417956543909321	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0055_000000001809	5892	0.9613523080687448	5	4	4	4	2	False	74721	maximal	True	ISR0055_000000001809	1.0		1	1	False	False	0.9993211030960083	0					non-mobilizable	no_good_hit	206.0	99.029	3.0	0.00045202972371061276	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	True	False
FIJ0092_000000001078	16405	0.961336143160801	17	12	11	12	6	True	43531	fragment	False	FIJ0092_000000001078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	79.41199999999999	1.0	0.0039157864204394386	NZ_MSJW02000052.1	enterobacteria	Shigella dysenteriae strain BCW_4872 BCW_4872_1__paired__contig_52, whole genome shotgun sequence	True	True
FIJ0088_000000022875	1308	0.9613283635473971	1	1	1	1	1	False	43628	fragment	False	FIJ0088_000000022875	0.9352574102964119		0	0	False	False	0.9908257126808167	0					non-mobilizable	no_good_hit	452.0	73.89399999999999	34.0	0.0012294843642264356	NZ_FUXZ01000002.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
ISR0358_000000000011	110385	0.9613254299460788	119	37	19	24	21	True	130911	fragment	False	FIJ0141_000000000073	0.95947065340847		0	0	False	True	0.9999818801879883	0					non-mobilizable	no_good_hit	260.0	85.0	0.0	6.0425188017988506e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
USA0111_01_000000004678	4995	0.9613249711439236	6	5	5	5	5	False	92267	fragment	False	ISR0794_000000003473	0.9679206911990933		0	0	False	False	0.9957957863807678	0					non-mobilizable	no_good_hit	64.0	87.5	1.0	0.0008687602364167201	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0096_000000012652	2788	0.9613160128974102	4	2	2	2	2	False	43021	maximal	True	FIJ0096_000000012652	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	87.76100000000001	50.0	0.0022146203234494465	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
ISR0199_000000023826	1282	0.961310510605634	2	1	1	1	1	False	49156	fragment	False	MON0038_000000028369	0.928582155720475		0	0	False	False	1.0	0					non-mobilizable	other	982.0	94.603	93.0	0.0016984601320678275	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
MAD0028_000000000652	11150	0.9613073231539068	14	4	2	3	3	False	53264	fragment	False	MAD0028_000000000652	0.9699566682715455		0	0	False	False	0.9988340735435486	0					non-mobilizable	no_good_hit	45.0	91.111	0.0	1.3904287519478416e-05	NZ_CP037940.1	firmicutes	Weissella cryptocerci strain 26KH-42 chromosome, complete genome	True	False
ISR0095_000000001482	11648	0.9612998702094482	16	5	3	4	3	False	107496	fragment	False	ISR0095_000000001482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4370.0	95.927	39.0	0.001227998824460473	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0126_000000002938	10706	0.9612998702094482	14	5	3	4	3	False	107493	fragment	False	SPA0126_000000002938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5348.0	95.755	52.0	0.0015038331952281219	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0066_000000000934	10901	0.9612989431845304	10	8	3	4	8	False	16613	maximal	True	MAD0066_000000000934	1.0		1	1	False	False	0.9991744160652161	0		MOBP,MOBP			mobilizable	no_good_hit	4870.0	84.10700000000001	81.0	0.07842123962404315	KY446064.1	enterobacteria	Escherichia coli strain GD81 plasmid pGD81-1, complete sequence	True	True
CAN0022_000000009668	3092	0.961288581284498	6	2	2	2	2	False	119872	maximal	True	CAN0022_000000009668	1.0		1	1	False	False	0.9928848743438721	0					non-mobilizable	no_good_hit								True	False
AST0019_000000026588	1162	0.9612779422761188	1	1	1	1	1	False	121895	fragment	False	AST0019_000000026588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000004784	5875	0.9612762488003214	7	2	2	2	1	True	25035	maximal	True	TAN0009_000000004784	1.0	PS63	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	205.0	95.61	5.0	0.05185185185185185	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0834_000000004128	4077	0.9612762488003214	4	2	2	2	1	True	25034	backbone	False	ISR0321_000000002314	0.9809343996985173	PS63	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	202.0	95.05	8.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0057_000000002867	5291	0.961274468520906	8	4	2	2	3	False	87703	fragment	False	MAD0057_000000002867	1.0		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	no_good_hit	1190.0	92.101	78.0	0.19047619047619047	CP051691.1	enterobacteria	Escherichia coli strain SCU-387 plasmid pSCU-387-3, complete sequence	True	True
FIJ0009_000000031431	1384	0.9612735771203867	2	2	2	1	1	False	51184	fragment	False	FIJ0009_000000031431	1.0		0	0	False	False	0.9783236980438232	0					non-mobilizable	chromosome	1384.0	99.78299999999999	100.0	0.0003850088735776177	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0022_000000003842	6850	0.9612712276967106	10	6	2	3	6	False	115537	fragment	False	ISR0022_000000003842	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5890.0	97.708	100.0	0.034318554051139774	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0135_000000002291	8656	0.9612687512109278	7	6	4	6	6	False	64636	fragment	False	ISR0135_000000002291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3135.0	87.081	36.0	0.0008550560115456	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
FIJ0013_000000002264	9800	0.9612628963330708	7	6	6	5	5	False	50666	fragment	False	FIJ0013_000000002264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	74.74	6.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
ISR0095_000000003044	7051	0.9612609880306708	9	3	2	3	1	False	33430	maximal	True	ISR0095_000000003044	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	72.632	7.0	0.003501137678217101	CP029155.1	firmicutes	Clostridioides difficile strain CD161 plasmid unnamed1, complete sequence	True	False
MON0015_000000006204	5506	0.9612594314733324	11	8	1	3	6	True	121573	fragment	False	MON0015_000000006204	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5506.0	98.565	100.0	0.002291580636996976	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
CHI0053_000000004333	2587	0.9612587958164731	4	3	3	2	3	False	106117	maximal	True	CHI0053_000000004333	1.0		6	4	False	False	1.0	0					non-mobilizable	other	2588.0	98.223	100.0	0.0009013993815989089	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0007_000000006502	4010	0.9612559381638984	6	2	1	2	1	True	67541	fragment	False	ENG0007_000000006502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2063.0	90.354	84.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0158_000000011190	1706	0.961252343440066	3	3	2	3	3	False	32882	fragment	False	ISR0158_000000011190	1.0		0	0	False	False	0.9953106641769409	0					non-mobilizable	no_good_hit								True	False
USA0001_01_000000007547	2155	0.961248541631794	5	4	3	2	2	False	2281	maximal	True	USA0001_01_000000007547	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0020_000000004426	1609	0.9612468637603108	2	2	2	2	2	False	97506	fragment	False	ISR0134_000000020037	0.9238338298406192		0	0	False	False	0.998757004737854	0					non-mobilizable	chromosome	1609.0	97.39	100.0	0.00024785420377222386	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0100_000000001258	18763	0.9612448434312028	17	15	9	11	15	True	123662	maximal	True	ENG0100_000000001258	1.0	PS902	4	2	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	5966.0	99.665	63.0	0.001133187852150236	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
ENG0102_000000002230	9519	0.9612402289408398	11	5	2	5	2	True	127230	fragment	False	ENG0102_000000002230	1.0		0	0	False	False	0.9989494681358337	0					non-mobilizable	no_good_hit	1820.0	95.11	67.0	0.07253326939215922	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0056_000000007581	2505	0.9612357379936984	3	2	1	2	1	True	86149	maximal	True	CHI0056_000000007581	1.0		1	1	True	True	0.9988024234771729	40					non-mobilizable	plasmid	2130.0	93.47399999999999	100.0	0.8751030502885409	CP056197.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00995 plasmid pRHBSTW-00995_7, complete sequence	False	True
MON0037_000000043782	1690	0.9612307501664252	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.8785893330593021		0	0	False	False	1.0	0					non-mobilizable	chromosome	1690.0	99.29	100.0	0.0003413611477657216	CP042950.1	enterobacteria	Escherichia coli strain ATCC 51435 chromosome, complete genome	False	False
ENG0043_000000015699	2182	0.9612292243771318	3	3	3	2	2	False	64604	fragment	False	ENG0043_000000015699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	91.06200000000001	74.0	0.0004949531438511826	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0793_000000003056	4443	0.9612156367816268	4	4	4	4	4	False	102242	maximal	True	ISR0793_000000003056	1.0		50	9	False	False	0.9984244704246521	0					non-mobilizable	other	4443.0	99.685	100.0	0.011781087138140009	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0117_000000028465	1309	0.9612149787603402	3	2	2	2	2	False	4285	fragment	False	SPA0117_000000028465	1.0		0	0	False	False	0.9870129823684692	0					non-mobilizable	chromosome	739.0	100.0	95.0	0.00021857114298195603	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MON0090_000000022409	2610	0.961212024851502	4	4	4	2	4	False	15229	maximal	True	MON0090_000000022409	1.0		2	1	False	False	0.9973180294036865	0					non-mobilizable	no_good_hit	1290.0	97.132	49.0	0.022122678749184773	NZ_QRYH01000016.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf16, whole genome shotgun sequence	True	False
MAD0002_000000024514	1715	0.9612100144563932	2	2	2	1	1	False	20171	fragment	False	MAD0046_000000014659	0.9725950782997763		0	0	False	False	0.9965014457702637	0					non-mobilizable	no_good_hit								True	False
SPA0020_000000000071	75157	0.9612097941658212	86	24	12	20	11	False	7739	maximal	True	SPA0020_000000000071	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2622.0	97.712	3.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	False
ISR0014_000000004208	8095	0.9612078698489674	10	6	4	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8898381515430797	PS872	0	0	True	True	1.0	29					non-mobilizable	plasmid	6110.0	99.051	100.0	0.7607423091294059	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0053_000000003105	8514	0.9612037341252876	12	11	6	7	9	True	123626	fragment	False	ISR0317_000000001658	0.9601588154174363		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	8543.0	99.59	100.0	0.08521275746447389	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0359_000000001038	15827	0.9611996637554584	14	10	4	9	7	False	104182	maximal	True	ISR0359_000000001038	1.0		4	3	False	False	0.9999368190765381	0					non-mobilizable	no_good_hit	10366.0	94.385	70.0	0.4430292894206441	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0006_000000000617	8853	0.96119686467005	9	9	8	8	7	False	98283	fragment	False	MAD0006_000000000617	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7244.0	99.986	100.0	0.06627437701902575	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
ISR0029_000000024694	1754	0.9611920919513599	3	3	1	3	2	False	37107	maximal	True	ISR0029_000000024694	1.0		2	2	False	False	0.9982896447181702	0					non-mobilizable	no_good_hit								True	False
FIJ0064_000000002421	10258	0.9611902516147832	6	4	1	3	2	False	52225	fragment	False	FIJ0064_000000002421	1.0		0	0	False	False	0.9995125532150269	0					non-mobilizable	no_good_hit	1513.0	98.48	25.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0130_000000005504	5942	0.9611898552348423	8	3	1	3	1	True	56630	fragment	False	SPA0130_000000005504	1.0		0	0	False	False	0.9991585612297058	0					non-mobilizable	no_good_hit	1419.0	90.698	65.0	0.056308196459257484	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0311_000000006293	3033	0.9611895205614682	4	3	2	3	1	True	25302	maximal	True	ISR0311_000000006293	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
CHI0108_000000001446	4925	0.9611852825828876	5	1	1	1	1	False	82944	maximal	True	CHI0108_000000001446	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	334.0	79.34100000000001	7.0	0.00020205954224662131	NZ_LN876587.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	True
MAD0041_000000005603	4876	0.9611852825828876	6	1	1	1	1	False	18292	maximal	True	MAD0041_000000005603	1.0		1	1	False	False	0.9995898008346558	0					non-mobilizable	no_good_hit	334.0	79.34100000000001	7.0	0.00020205954224662131	NZ_LN876587.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	False
MAD0051_000000009672	2944	0.9611852825828876	4	1	1	1	1	False	17344	maximal	True	MAD0051_000000009672	1.0		2	1	False	False	0.9898098111152649	0					non-mobilizable	no_good_hit	335.0	79.403	11.0	0.00020205954224662131	NZ_LN876587.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	False
MON0102_000000019845	2285	0.961161843470108	4	4	4	3	3	False	95239	maximal	True	MON0102_000000019845	1.0		35	9	False	False	0.9299781322479248	0					non-mobilizable	no_good_hit	1984.0	97.984	87.0	0.0005709772521856508	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
CHI0143_000000001595	11334	0.9611600196111436	19	14	7	12	11	True	79956	maximal	True	CHI0143_000000001595	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2219.0	95.98899999999999	22.0	0.0006202156144878561	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0137_000000001810	8964	0.9611548427360646	8	4	4	4	3	False	109348	maximal	True	ENG0137_000000001810	1.0		1	1	False	False	0.9998884201049805	0					non-mobilizable	no_good_hit	446.0	71.525	5.0	0.003225520078122688	NZ_AONQ01000004.1	a-proteobacteria	Magnetospirillum caucaseum strain SO-1 contig00004, whole genome shotgun sequence	True	False
ISR0387_000000003867	5765	0.9611410432246624	7	3	2	3	2	True	84528	fragment	False	ISR0387_000000003867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1681.0	92.50399999999999	88.0	0.03624239537552231	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
MAD0001_000000019805	1303	0.9611376415268638	1	1	1	1	1	False	20263	fragment	False	MAD0001_000000019805	1.0		0	0	False	False	0.9923254251480103	0					non-mobilizable	no_good_hit								True	False
SPA0115_000000005245	4761	0.9611338003043391	7	5	2	3	4	False	129467	maximal	True	SPA0115_000000005245	1.0		3	2	False	False	0.9964293241500854	0					non-mobilizable	chromosome	2784.0	95.726	93.0	0.0007913143156212045	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0020_000000007725	3700	0.96112421285402	7	2	1	2	1	True	93300	fragment	False	SPA0020_000000007725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	91.22	83.0	0.052871358350317706	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0210_000000007590	3014	0.96112421285402	4	2	1	2	1	True	53743	fragment	False	ENG0210_000000007590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2673.0	98.65299999999999	89.0	0.10678176078008232	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0856_000000000669	6561	0.9611217646282356	8	5	0	2	4	True	125132	backbone	True	ISR0856_000000000669	1.0	PS917|PS918	1	1	True	True	1.0	5	rep_cluster_233				non-mobilizable	no_good_hit	1596.0	95.927	55.0	0.16280494028784323	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0844_000000002184	6350	0.9611217646282356	9	5	0	2	4	True	125155	maximal	True	ISR0844_000000002184	1.0	PS669	1	1	True	True	1.0	21	rep_cluster_233				non-mobilizable	no_good_hit	1629.0	95.70299999999999	58.0	0.16576503011125854	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0087_000000007072	3875	0.9611134668802748	7	5	5	5	4	False	95376	fragment	False	ISR0087_000000007072	0.9318939407857844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	79.545	4.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
MAD0069_000000004416	1949	0.9611084774519336	5	4	2	4	1	False	16400	maximal	True	MAD0069_000000004416	1.0		1	1	False	False	0.9994869232177734	0					non-mobilizable	no_good_hit								True	False
ENG0200_000000005989	3309	0.9611020561845076	7	4	2	3	3	False	91811	fragment	False	ENG0200_000000005989	0.982928329744694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0215_000000004798	5929	0.9611009494705004	4	2	2	2	2	False	38811	fragment	False	ISR0215_000000004798	1.0		0	0	False	False	0.9976387023925781	0					non-mobilizable	no_good_hit	242.0	97.934	4.0	0.0007036681255857819	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
FIJ0004_000000009000	2954	0.9610978147270104	4	3	3	3	2	False	129627	maximal	True	FIJ0004_000000009000	1.0	PS1061	1	1	False	True	0.9952606558799744	0					non-mobilizable	chromosome	1800.0	98.944	94.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0063_000000001851	12903	0.9610912556277332	12	8	4	6	7	True	128771	backbone	False	ENG0095_000000001601	0.9692945130184875	PS1052|PS1054	0	0	True	True	1.0	43	IncW	MOBF			mobilizable	no_good_hit	9494.0	98.84100000000001	79.0	0.003974864433223326	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
TAN0027_000000002760	3003	0.9610882036958872	7	2	2	1	1	False	2310	maximal	True	TAN0027_000000002760	1.0		2	2	False	False	0.9973359704017639	0					non-mobilizable	no_good_hit								True	False
FIJ0158_000000004679	3794	0.9610838119162042	6	3	2	3	1	True	88777	fragment	False	FIJ0158_000000004679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1428.0	88.936	86.0	0.02528976003969801	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0001_000000009030	4328	0.9610819419639562	6	3	2	3	2	True	117398	fragment	False	DEN0001_000000009030	0.9829416224412434		0	0	False	False	0.9983826279640198	0					non-mobilizable	plasmid	4338.0	97.58	100.0	0.18537546022775922	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
MAD0044_000000009962	2442	0.9610816235453382	3	2	2	2	2	False	17969	fragment	False	MAD0044_000000009962	1.0		0	0	False	False	0.9995905160903931	0					non-mobilizable	other	2442.0	98.853	100.0	0.0009309577194167422	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
ISR0279_000000006787	2965	0.9610803050165704	4	3	3	3	3	False	51576	fragment	False	ISR0279_000000006787	1.0		0	0	False	False	0.9989882111549377	0					non-mobilizable	no_good_hit	1718.0	73.749	59.0	0.0004583039401430719	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0055_000000009796	1969	0.9610758260889226	2	2	2	2	1	False	63650	maximal	True	ENG0055_000000009796	1.0		2	2	False	False	0.9994921088218689	0					non-mobilizable	no_good_hit	603.0	94.03	31.0	0.0002987330641427527	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
ISR0775_000000003874	4550	0.9610669095751012	5	3	3	3	3	False	84465	fragment	False	ISR0775_000000003874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	85.84100000000001	2.0	4.1098489226875033e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
FIJ0022_000000005958	4047	0.9610669095751012	5	3	3	3	3	False	84464	fragment	False	DEN0096_000000009953	0.7149810136100458		0	0	False	False	0.9997528791427612	0					non-mobilizable	no_good_hit	48.0	93.75	1.0	1.7246687443420775e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
MON0003_000000003225	3900	0.9610669095751012	5	3	3	3	3	False	84464	fragment	False	DEN0096_000000009953	0.940529480076004		0	0	False	False	0.9907692074775696	0					non-mobilizable	no_good_hit	204.0	88.235	5.0	7.449101172371101e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0074_000000006772	3676	0.9610669095751012	5	3	3	3	3	False	84452	fragment	False	SPA0074_000000006772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	1.3210228680066976e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
FIJ0076_000000004910	3374	0.9610669095751012	5	3	3	3	3	False	82995	fragment	False	FIJ0076_000000004910	1.0		0	0	False	False	0.9890337586402893	0					non-mobilizable	no_good_hit	46.0	86.95700000000001	1.0	9.060670247980477e-05	NZ_FZOC01000003.1	d-proteobacteria	Desulfovibrio mexicanus strain DSM 13116, whole genome shotgun sequence	True	False
MAD0011_000000006792	2043	0.9610642666481144	4	2	1	2	1	True	20121	fragment	False	MAD0011_000000006792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0080_000000008010	3200	0.9610498782924458	6	4	2	3	3	False	86576	fragment	False	FIJ0080_000000008010	1.0		0	0	False	False	0.9931250214576721	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.799783658632206e-05	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ISR0276_000000005364	1900	0.961045164921258	3	3	3	3	2	False	91012	fragment	False	ISR0276_000000005364	0.9770500071831072		0	0	False	False	1.0	0					non-mobilizable	other	1900.0	99.789	100.0	0.0003050818049789865	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
CHI0131_000000009856	1785	0.961045164921258	3	3	3	3	2	False	91012	fragment	False	ISR0276_000000005364	0.8442085216298242		0	0	False	False	0.9977591037750244	0					non-mobilizable	other	1786.0	85.89	100.0	0.001070810019653575	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0108_000000012740	1757	0.961045164921258	3	3	3	3	2	False	91012	fragment	False	ISR0276_000000005364	0.9231777710341553		0	0	False	False	0.9914627075195312	0					non-mobilizable	chromosome	1757.0	99.88600000000001	100.0	0.00027066665536319966	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0011_000000021945	2153	0.9610337487929902	3	3	3	3	3	False	42607	maximal	True	MON0011_000000021945	1.0		22	9	False	False	0.9953553080558777	0					non-mobilizable	no_good_hit	552.0	73.551	25.0	0.0013979737119039267	NZ_KZ559473.1	high GC Gram+	Nonomuraea indica strain DRQ-2 Scaffold8, whole genome shotgun sequence	True	False
MAD0051_000000001139	15096	0.9610335956965552	27	10	3	8	8	True	43453	maximal	True	MAD0051_000000001139	1.0		1	1	False	False	0.9998674988746643	0					non-mobilizable	no_good_hit	1826.0	94.085	12.0	0.9989035087719298	NZ_VZBY01000005.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_70_length_1824_cov_77.9746_ID_139, whole genome shotgun sequence	True	True
SPA0101_000000004037	9904	0.961031956359186	12	4	2	4	2	False	90985	maximal	True	SPA0101_000000004037	1.0		2	2	False	False	0.999798059463501	0					non-mobilizable	no_good_hit	1063.0	76.952	11.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0002_000000008254	2668	0.9610317940638158	3	3	3	2	3	False	8409	fragment	False	SPA0002_000000008254	1.0		0	0	False	False	0.9985007643699646	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	2.0	0.000657070696700273	NZ_FOZC01000015.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
CHI0162_000000001784	12492	0.9610305303391122	13	13	12	12	13	True	99367	maximal	True	CHI0162_000000001784	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	0.0	0.01486374896779521	XM_031386263.1	rodents	PREDICTED: Mastomys coucha uncharacterized protein C2orf78 homolog (LOC116102063), mRNA	True	True
MON0060_000000000905	17266	0.9610283672343638	26	15	10	13	12	True	125417	fragment	False	SPA0098_000000001538	0.560110968671626		0	0	False	False	1.0	0					non-mobilizable	other	17270.0	98.037	100.0	0.004927944579603458	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0237_000000000747	8109	0.9610235164865788	8	5	2	3	5	False	132260	maximal	True	ISR0237_000000000747	1.0	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	16	5	True	True	1.0	92	rep_cluster_475				non-mobilizable	no_good_hit	5932.0	99.98299999999999	81.0	0.9098021168890934	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0011_000000000984	22822	0.9610174262377286	25	15	11	14	8	True	52092	fragment	False	MON0011_000000000984	0.9619194481758325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
MAD0014_000000001580	12570	0.9610170613832496	8	8	3	6	8	True	103530	fragment	False	MAD0014_000000001580	1.0		0	0	False	False	1.0	0		MOBF	MPF_Unknown		conjugative	plasmid	7000.0	96.35700000000001	100.0	0.09214181334667386	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
FIJ0140_000000030303	1187	0.9610048686259558	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21487340896555915		0	0	False	False	1.0	0					non-mobilizable	chromosome	1061.0	78.699	95.0	0.00027849439103226723	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0073_000000003684	3537	0.9610011620386888	4	4	4	3	1	False	101980	fragment	False	SPA0073_000000003684	1.0		0	0	False	False	0.9988691210746765	0					non-mobilizable	other	3522.0	96.11	99.0	0.012749901324961345	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	False	False
MON0054_000000004670	6516	0.9609923153687028	10	9	4	4	7	True	92244	fragment	False	MON0054_000000004670	1.0		0	0	False	False	0.9998465180397034	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	78.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
MAD0005_000000020343	1525	0.9609902315602556	3	1	1	1	1	False	19934	fragment	False	MAD0005_000000020343	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1459.0	99.794	96.0	0.0113388913084054	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	False	True
FIJ0085_000000018845	1660	0.960984364032965	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.09651314227322691		0	0	False	False	1.0	0					non-mobilizable	chromosome	1049.0	96.37799999999999	97.0	0.0002917493127327139	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MAD0053_000000003635	3345	0.9609842119684704	6	3	2	3	3	False	127003	maximal	True	MAD0053_000000003635	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1894.0	94.087	67.0	0.014578658206298847	CP026930.2	enterobacteria	Escherichia coli strain CFS3246 plasmid pCFS3246-1, complete sequence	True	False
ISR0169_000000004796	5299	0.9609810516790532	7	6	6	6	5	False	116226	maximal	True	ISR0169_000000004796	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	1964.0	95.46799999999999	79.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0296_000000008260	3099	0.9609765168175824	5	4	4	4	4	False	25688	maximal	True	ISR0296_000000008260	1.0		3	3	False	False	0.9974185228347778	0					non-mobilizable	no_good_hit	273.0	76.557	9.0	0.0005080722827611833	NZ_CCEZ01000043.1	firmicutes	Anaerosalibacter massiliensis, whole genome shotgun sequence	True	False
CHI0187_000000005320	3192	0.9609658925546938	3	3	3	3	3	False	105510	maximal	True	CHI0187_000000005320	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	98.78	5.0	0.0006689374974350556	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ENG0135_000000008766	2502	0.9609647718089616	3	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.9813608433363072		0	0	False	False	0.9972022175788879	0					non-mobilizable	no_good_hit	367.0	74.932	15.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0774_000000004846	4836	0.96096147282916	6	6	5	5	5	False	83967	fragment	False	ISR0774_000000004846	1.0		0	0	False	False	0.9989660978317261	0					non-mobilizable	no_good_hit	3218.0	98.229	66.0	0.000731983251130362	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
MAD0048_000000000176	38980	0.9609609444899616	56	21	12	16	11	False	17583	maximal	True	MAD0048_000000000176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	82.993	0.0	0.024867995230795435	MK232095.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K13_1_c1 sequence	True	False
MAD0024_000000005608	2331	0.9609595333136354	3	3	3	2	2	False	131452	maximal	True	MAD0024_000000005608	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	78.485	76.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0149_000000008260	2654	0.9609574501964022	3	3	3	2	2	False	77425	fragment	False	ENG0149_000000008260	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	87.444	96.0	0.0004148100858032922	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0076_000000004169	4092	0.9609480272266756	6	6	4	6	4	True	73353	fragment	False	FIJ0076_000000004169	1.0		0	0	False	False	0.9997556209564209	0					non-mobilizable	no_good_hit	107.0	79.439	3.0	0.0008455066761542003	NZ_MKGR01000010.1	enterobacteria	Xenorhabdus thuongxuanensis strain 30TX1 Xentx_10, whole genome shotgun sequence	True	True
ISR0803_000000007160	2041	0.9609382591103292	3	3	3	3	2	False	101758	fragment	False	ISR0803_000000007160	1.0		0	0	False	False	0.9965702891349792	0					non-mobilizable	other	2041.0	99.755	100.0	0.0011809690314027771	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ISR0126_000000022329	2201	0.9609356137993296	3	2	2	2	1	False	31979	maximal	True	ISR0126_000000022329	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0068_000000006134	2316	0.9609345541516362	3	3	3	3	3	False	91017	fragment	False	ENG0076_000000005088	0.9620209349302026		0	0	False	False	0.9995682239532471	0					non-mobilizable	other	2320.0	86.681	100.0	0.00800616874433403	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ENG0186_000000004213	3974	0.9609343949131828	6	3	2	2	3	True	132211	fragment	False	ENG0186_000000004213	1.0		0	0	False	True	1.0	0		MOBP			mobilizable	no_good_hit	1444.0	95.499	76.0	0.3395337885566282	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
AST0006_000000002615	6277	0.9609317731104486	8	6	3	6	2	True	127660	maximal	True	AST0006_000000002615	0.9900134778468239		12	3	True	True	1.0	176			MPF_unknown		non-mobilizable	no_good_hit	2109.0	92.22399999999999	33.0	0.2708762886597938	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
ENG0039_000000003462	6130	0.9609317731104486	8	6	3	6	2	True	127660	maximal	False	AST0006_000000002615	0.9842281344591366		0	0	False	True	0.9995105862617493	0			MPF_unknown		non-mobilizable	no_good_hit	2107.0	92.833	34.0	0.2708762886597938	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
CHI0083_000000002621	3797	0.9609260196198932	4	4	4	4	3	False	84225	maximal	True	CHI0083_000000002621	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	82.29899999999999	67.0	0.00018542823826989135	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0170_000000000808	30282	0.960920809505014	44	18	9	16	11	True	99769	fragment	False	ISR0170_000000000808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.4067909294073355e-05	NZ_RJVO01000003.1	g-proteobacteria	Stagnimonas aquatica strain THS-13 contig03, whole genome shotgun sequence	True	True
ISR0011_000000004072	6016	0.9609204738589736	7	3	3	3	3	False	38272	maximal	True	ISR0011_000000004072	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2678.0	78.715	44.0	0.0005120123517898461	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
SPA0119_000000016417	1939	0.9609180975455712	3	3	3	2	2	False	98917	fragment	False	ISR0335_000000008295	0.7437492540065849		0	0	False	False	1.0	0					non-mobilizable	chromosome	1939.0	100.0	100.0	0.00029817981073428855	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0224_000000010881	2728	0.9609174851644304	3	2	2	2	2	False	27750	maximal	True	ISR0224_000000010881	1.0		1	1	False	False	0.9941349029541016	0					non-mobilizable	no_good_hit	1607.0	74.113	58.0	0.16457941974535586	NZ_JAAITI010000063.1	firmicutes	Blautia luti strain MSK.16.34 NODE_63_length_9582_cov_201.122, whole genome shotgun sequence	True	False
ISR0789_000000006901	2014	0.960907837171886	3	1	1	1	1	False	39744	fragment	False	ISR0789_000000006901	1.0		0	0	False	False	0.9985104203224182	0					non-mobilizable	no_good_hit	83.0	95.181	4.0	0.00019994001799460162	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0151_000000010763	1629	0.960907837171886	1	1	1	1	1	False	39743	fragment	False	FIJ0151_000000010763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.014794520547945205	LR785443.1	tunicates	Phallusia mammillata mRNA for gap junction beta-2 protein (Gjb2-002 gene)	True	False
ISR0230_000000022935	1519	0.960907837171886	1	1	1	1	1	False	27524	fragment	False	ISR0230_000000022935	1.0		0	0	False	False	0.9993416666984558	0					non-mobilizable	no_good_hit								True	False
SPA0108_000000002355	11355	0.9609063344475608	10	7	4	7	4	True	66398	fragment	False	SPA0108_000000002355	1.0		0	0	False	False	0.9984148144721985	0					non-mobilizable	other	11342.0	99.965	99.0	0.026283404675437844	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0079_000000003125	6753	0.960899642662954	12	8	4	6	6	True	116038	fragment	False	SPA0079_000000003125	1.0		0	0	False	False	0.9952613711357117	0					non-mobilizable	no_good_hit	4801.0	98.604	77.0	0.027601460711693757	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0349_000000001006	8231	0.9608964869792576	7	6	6	6	5	True	119343	fragment	False	ENG0167_000000002624	0.6314760508308895		0	0	False	False	0.9998785257339478	0					non-mobilizable	other	8164.0	97.29299999999999	99.0	0.0023901573076087358	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0033_000000029760	2096	0.960892957876088	3	2	1	2	1	True	12307	fragment	False	MON0033_000000029760	1.0		0	0	False	False	0.9985687136650085	0					non-mobilizable	no_good_hit	98.0	100.0	5.0	2.7330171861700314e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
ENG0134_000000003536	8868	0.960873357417484	6	5	5	5	5	False	115540	maximal	True	ENG0134_000000003536	1.0		6	3	False	False	0.9995489120483398	0					non-mobilizable	no_good_hit	3208.0	88.404	46.0	0.0009119172163485197	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0113_000000004755	7026	0.9608718218340856	9	6	2	3	4	False	114838	maximal	True	SPA0113_000000004755	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	99.931	75.0	0.17612949987919788	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0226_000000000975	6232	0.960868938429942	10	4	3	3	3	False	27657	maximal	True	ISR0226_000000000975	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	91.29	66.0	0.027008825718640342	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0211_000000001648	19807	0.9608673433246032	21	8	5	8	3	True	53679	maximal	True	ENG0211_000000001648	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	88.095	0.0	0.017682147422241157	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
SPA0102_000000000703	31560	0.9608653427271626	33	26	19	24	21	True	4924	maximal	True	SPA0102_000000000703	1.0		1	1	False	False	0.9997782111167908	0					non-mobilizable	no_good_hit	60.0	85.0	0.0	0.0001328221556360493	NZ_OBQD01000003.1	a-proteobacteria	Rhizobium subbaraonis strain JC85, whole genome shotgun sequence	True	True
FIJ0115_000000003653	6679	0.9608546729895308	8	8	8	5	4	False	71641	fragment	False	FIJ0115_000000003653	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1974.0	91.895	44.0	0.0013273310197731202	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ENG0069_000000000739	24382	0.9608534978383704	31	18	9	13	13	True	91986	fragment	False	CHI0124_000000000480	0.9964973730297724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5886.0	98.42	49.0	0.04735752880829099	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
SPA0122_000000003043	10491	0.9608526516269732	10	4	3	4	3	False	4121	fragment	False	SPA0122_000000003043	1.0		0	0	False	False	0.9998093843460083	0					non-mobilizable	no_good_hit	2661.0	99.24799999999999	35.0	0.029840365264019925	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
ENG0135_000000011458	1945	0.9608449078158934	2	1	1	1	1	False	58090	fragment	False	ENG0135_000000011458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0055_000000029621	1242	0.9608435900891849	2	2	2	1	1	False	119893	fragment	False	MON0090_000000038217	0.59156546623834		0	0	False	False	0.9806763529777527	0					non-mobilizable	no_good_hit								True	False
ISR0289_000000008210	1401	0.960834316093968	2	2	1	2	1	True	25933	fragment	False	ISR0289_000000008210	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1364.0	94.28200000000001	97.0	0.003919752908899536	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
MON0010_000000021909	1261	0.96083333312995	3	3	2	3	2	True	13721	fragment	False	MON0010_000000021909	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1181.0	100.0	94.0	0.008962479112866474	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
ISR0063_000000004894	4125	0.9608283511446736	5	4	3	3	4	False	131497	maximal	True	ISR0063_000000004894	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1794.0	78.094	43.0	0.024696006247211067	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0157_000000019079	1663	0.9608265840944301	3	2	2	2	2	False	103259	fragment	False	ISR0157_000000019079	0.982400129649137		0	0	False	False	0.9789537191390991	0					non-mobilizable	other	1663.0	98.557	100.0	0.00032170040647359606	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0067_000000006587	4571	0.9608260547464264	6	6	2	5	6	False	52508	maximal	True	FIJ0067_000000006587	1.0		1	1	False	False	0.9993436932563782	0	IncFII,rep_cluster_2183				non-mobilizable	plasmid	3798.0	97.65700000000001	100.0	0.01742592260961801	CP052168.1	enterobacteria	Klebsiella pneumoniae strain F16KP0075 plasmid pF16KP0075-1, complete sequence	False	True
ISR0290_000000005084	2537	0.9608216985585306	4	4	4	3	3	False	93082	maximal	True	ISR0290_000000005084	1.0		0	0	False	False	0.9873867034912109	0					non-mobilizable	no_good_hit	2097.0	87.697	82.0	0.0074838543104777545	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
ISR0047_000000007789	3674	0.9608130393483686	6	2	2	2	1	True	104549	maximal	True	ISR0047_000000007789	0.999413558637249		8	5	True	True	1.0	58					non-mobilizable	plasmid	3399.0	99.206	100.0	0.9451864218141347	LN852753.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0062	False	True
DEN0063_000000012018	3672	0.9608130393483686	6	2	2	2	1	True	104549	maximal	False	ISR0047_000000007789	0.9982434594409731		0	0	True	True	0.9997276663780212	30					non-mobilizable	plasmid	3398.0	99.117	100.0	0.9449081803005008	LN852753.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0062	False	True
SPA0106_000000010660	3672	0.9608130393483686	6	2	2	2	1	True	104549	maximal	False	ISR0047_000000007789	0.9994118877413826		0	0	True	True	1.0	103					non-mobilizable	plasmid	3398.0	99.176	100.0	0.9449081803005008	LN852753.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0062	False	True
AST0149_000000007462	3672	0.9608130393483686	6	2	2	2	1	True	104549	maximal	False	ISR0047_000000007789	0.9992320083219473		0	0	True	True	1.0	311					non-mobilizable	plasmid	3398.0	99.147	100.0	0.9449081803005008	LN852753.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0062	False	True
ISR0092_000000006360	3655	0.9608130393483686	6	2	2	2	1	True	33594	maximal	True	ISR0092_000000006360	1.0		2	1	True	True	1.0	46					non-mobilizable	plasmid	2347.0	92.118	95.0	0.6513633834168058	LN852753.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0062	False	True
ISR0279_000000002410	6823	0.960808636513385	18	4	3	4	3	True	115501	maximal	True	ISR0279_000000002410	1.0		1	1	False	False	0.9995602965354919	0					non-mobilizable	no_good_hit	3705.0	98.03	84.0	0.021323165182531363	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0047_000000015981	2453	0.9608055092065654	3	3	3	2	2	False	71477	fragment	False	SPA0047_000000015981	1.0		0	0	False	False	0.9987770318984985	0					non-mobilizable	other	2465.0	90.18299999999999	100.0	0.20800880460548596	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
MON0044_000000002282	11714	0.9607924532394392	16	10	5	7	8	True	104958	maximal	True	MON0044_000000002282	1.0	PS624	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	5668.0	99.03	88.0	0.45679709560306575	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0100_000000000114	73229	0.9607877419520168	79	47	33	39	25	True	116760	maximal	False	ITA0005_000000000049	0.9678444747492517	PS635	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0133_000000012914	1549	0.9607845375180238	2	1	1	1	1	False	107396	fragment	False	ISR0118_000000008755	0.5447369616961961		0	0	False	False	0.9993544220924377	0					non-mobilizable	no_good_hit	79.0	88.60799999999999	5.0	0.00018811725975858285	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	False
DEN0001_000000003103	9710	0.9607823366366413	11	5	4	4	3	False	76980	fragment	False	DEN0001_000000003103	1.0		0	0	False	False	0.9998970031738281	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.627477379677291e-07	CP023744.1	eudicots	Gossypium hirsutum cultivar TM1 chromosome D11	True	False
ISR0796_000000007254	3104	0.960781191437753	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.05129740091068688	PS1090	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1224.0	88.971	76.0	0.4082109479305741	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0105_000000007083	2980	0.960781191437753	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.49980589796759445	PS1090	0	0	True	True	1.0	114					non-mobilizable	other	2732.0	97.43799999999999	100.0	0.9112149532710281	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0046_000000004385	4277	0.9607804189591124	4	2	2	2	0	True	64448	fragment	False	ENG0046_000000004385	1.0		0	0	False	False	0.9978957176208496	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.061634674373784e-07	LR877220.1	rodents	Acomys russatus genome assembly, chromosome: 9	True	True
FIJ0049_000000002328	6725	0.9607802668328496	8	7	4	7	5	False	52990	fragment	False	MON0036_000000001365	0.7979929662146472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	76.711	13.0	0.0003285310294804291	CP025834.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-19 chromosome, complete genome	True	False
ISR0329_000000000332	15486	0.9607654892018196	17	8	7	8	5	False	92417	fragment	False	FIJ0131_000000001026	0.9522044604873018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1748.0	85.927	11.0	0.0005649148110421928	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0287_000000006809	1868	0.9607620686684089	2	2	1	2	2	False	27012	fragment	False	SPA0003_000000009534	0.9642105263157894		0	0	False	False	0.9973233342170715	0					non-mobilizable	other	1869.0	97.59200000000001	100.0	0.008670453120573634	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	False
ISR0121_000000009744	2534	0.9607612104794172	4	2	2	2	1	False	32215	maximal	True	ISR0121_000000009744	1.0		3	2	False	False	0.988161027431488	0					non-mobilizable	no_good_hit	1873.0	99.626	74.0	0.0010024976758333797	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0067_000000007472	2936	0.960760009769929	3	2	2	1	1	False	6044	maximal	True	SPA0067_000000007472	1.0		1	1	False	False	0.9717302322387695	0					non-mobilizable	no_good_hit	435.0	82.98899999999999	22.0	0.0007342307264434309	NZ_QSGP01000004.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf4, whole genome shotgun sequence	True	False
CHI0049_000000003492	4311	0.9607543290668368	4	3	1	3	2	False	86833	maximal	True	CHI0049_000000003492	1.0		2	2	True	True	1.0	121	rep_cluster_2358,rep_cluster_2370				non-mobilizable	no_good_hit	1591.0	94.155	44.0	0.18363551836355183	AP021957.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-W18-CRE-02_7 DNA, complete genome, strain: WP3-W18-CRE-02	True	True
DEN0064_000000003029	9273	0.9607539540107882	14	7	5	7	4	False	125409	fragment	False	DEN0021_000000002110	0.11292632472285578		0	0	False	False	1.0	0					non-mobilizable	other	9273.0	99.68700000000001	100.0	0.002646351334535113	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0051_000000005544	4484	0.9607516710593004	6	2	1	2	1	True	122853	backbone	False	SPA0049_000000004896	0.9882753995289558	PS608|PS877	0	0	True	True	1.0	196					non-mobilizable	no_good_hit	2491.0	96.869	88.0	0.5477342718873736	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
ISR0197_000000009137	2752	0.960741423204838	5	3	2	3	2	False	57432	fragment	False	ISR0039_000000009927	0.4668631654162201		0	0	False	False	1.0	0					non-mobilizable	chromosome	2074.0	78.062	99.0	0.000903369488717595	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0075_000000006355	1172	0.960740749967546	2	2	2	1	2	False	120198	fragment	False	CHI0092_000000005602	0.14185367897747292		0	0	False	False	1.0	0					non-mobilizable	chromosome	1172.0	99.65899999999999	100.0	0.00046420783191157295	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0052_000000010740	2781	0.960737503405578	7	1	1	1	1	False	63996	fragment	False	ENG0052_000000010740	1.0		0	0	False	False	0.9928083419799805	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000026124	1470	0.9607340516149968	2	2	1	2	1	True	5050	maximal	True	SPA0098_000000026124	1.0		1	1	False	False	0.9904761910438538	0					non-mobilizable	no_good_hit	1052.0	99.335	72.0	0.2687292252620813	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	True	True
AUS0002_000000021876	1699	0.9607334230721336	2	1	1	1	1	False	102870	fragment	False	AUS0002_000000021876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0333_000000004874	3939	0.9607325550971322	4	4	4	4	2	False	93159	maximal	True	ISR0333_000000004874	1.0		4	1	False	False	0.9997461438179016	0					non-mobilizable	no_good_hit	1309.0	99.694	33.0	0.013618332691286558	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AUS0016_000000004257	5623	0.9607240298641058	7	6	4	4	4	False	123644	fragment	False	AUS0016_000000004257	1.0		0	0	False	True	0.9998221397399902	0					non-mobilizable	other	4085.0	98.97200000000001	94.0	0.000848613256199522	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
ENG0190_000000023821	1248	0.9607227742837022	2	2	1	2	1	False	54772	fragment	False	ENG0190_000000023821	1.0		0	0	False	False	0.9975961446762085	0					non-mobilizable	no_good_hit	138.0	84.05799999999999	11.0	0.002307912602550496	NZ_LOHE01000036.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00036, whole genome shotgun sequence	True	False
DEN0093_000000008359	3813	0.960718753450203	2	2	2	2	1	True	122823	fragment	False	DEN0093_000000008359	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3764.0	97.31700000000001	98.0	0.040886860123899575	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ETH0004_000000004538	6197	0.9607187507303558	9	3	2	3	3	False	105186	maximal	True	ETH0004_000000004538	0.9962462462462462		3	3	False	False	0.9993545413017273	0					non-mobilizable	no_good_hit	663.0	79.94	11.0	0.0554520826278361	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0103_000000011802	3816	0.9607177753680428	4	4	4	3	2	True	94992	fragment	False	MON0103_000000011802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	90.802	33.0	0.0003497730621432115	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MAD0029_000000002800	1355	0.9607149711131604	2	1	1	1	1	False	18994	maximal	True	MAD0029_000000002800	1.0		1	1	False	False	0.9992619752883911	0					non-mobilizable	no_good_hit								True	False
MAD0106_000000018342	1234	0.9607149711131604	2	1	1	1	1	False	14723	fragment	False	MAD0106_000000018342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000013749	2143	0.9607064128890948	3	1	1	1	1	False	35080	fragment	False	ISR0067_000000013749	1.0		0	0	False	False	0.996733546257019	0					non-mobilizable	no_good_hit	988.0	89.17	46.0	0.0062153492664855205	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
USA0119_01_000000005030	4334	0.9607024157842492	3	3	3	3	3	False	116625	fragment	False	USA0119_01_000000005030	0.9759602611401256		0	0	False	False	1.0	0					non-mobilizable	chromosome	4328.0	99.7	99.0	0.0008783944403133313	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
TAN0017_000000022823	1649	0.9607017671008576	2	2	1	2	1	False	2454	maximal	True	TAN0017_000000022823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	78.173	12.0	7.54326978970997e-05	NZ_CP014022.1	firmicutes	Staphylococcus lugdunensis strain FDAARGOS_141 chromosome, complete genome	True	False
AST0026_000000007050	4365	0.9606982844854848	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.4402507721319607		0	0	False	False	0.9988545179367065	0					non-mobilizable	no_good_hit	59.0	91.525	1.0	0.0005861250063160022	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0028_000000003865	5670	0.9606934321861312	7	3	2	2	1	True	109364	fragment	False	MON0028_000000003865	0.9834914611005692		0	0	False	False	0.9996472597122192	0					non-mobilizable	plasmid	2434.0	94.86399999999999	95.0	0.10553723311925013	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
FIJ0171_000000004557	4540	0.9606934321861312	9	3	2	2	1	True	56613	fragment	False	FIJ0171_000000004557	1.0		0	0	False	False	0.9997797608375549	0					non-mobilizable	no_good_hit	2728.0	93.585	87.0	0.10858010630220197	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MON0082_000000009113	3320	0.9606934321861312	7	3	2	2	1	True	93303	fragment	False	MON0082_000000009113	1.0		0	0	False	False	0.99969881772995	0					non-mobilizable	plasmid	1847.0	91.71600000000001	92.0	0.07993403922930047	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0109_000000004298	6219	0.9606917837573254	6	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.8507946814955403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	77.778	8.0	0.00015374583846759557	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0157_000000003764	6169	0.9606917837573254	7	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.857895397695893		0	0	False	False	0.9983789920806885	0					non-mobilizable	no_good_hit	273.0	77.656	4.0	8.573667302385833e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0193_000000003324	5928	0.9606917837573254	7	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.8364863085509099		0	0	False	False	0.9993252158164978	0					non-mobilizable	no_good_hit	389.0	79.434	7.0	0.00012314938309554462	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
ISR0241_000000001998	5920	0.9606917837573254	6	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.8368747471446741		0	0	False	False	0.9989864826202393	0					non-mobilizable	no_good_hit	373.0	79.893	6.0	0.00011796850498771483	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0022_000000003906	5804	0.9606917837573254	5	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.8249779728455323		0	0	False	False	0.993452787399292	0					non-mobilizable	no_good_hit	281.0	77.22399999999999	5.0	8.799290126132828e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0191_000000004350	5763	0.9606917837573254	5	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.8142698029434868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	83.333	3.0	0.0067472716569306704	NZ_CYZK01000035.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0163_000000001675	5376	0.9606917837573254	5	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.49342730358827397		0	0	False	False	0.9992559552192688	0					non-mobilizable	no_good_hit	370.0	78.649	7.0	0.00011700155002879915	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0090_000000004259	5263	0.9606917837573254	5	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.46384310345529556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	79.71	4.0	6.607525552590585e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0186_000000004870	4893	0.9606917837573254	4	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.35649059029490043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	81.72	4.0	5.962888913313455e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0298_000000003165	4346	0.9606917837573254	4	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.22310856019230374		0	0	False	False	0.9965485334396362	0					non-mobilizable	no_good_hit	186.0	80.645	4.0	5.962888913313455e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
DEN0069_000000009510	2961	0.9606878565778232	5	3	2	3	2	False	70742	fragment	False	DEN0069_000000009510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	93.307	17.0	0.00021717707571496754	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
SPA0133_000000008802	2425	0.9606764018854363	5	3	3	3	3	False	3694	fragment	False	SPA0133_000000008802	1.0		0	0	False	False	0.9868041276931763	0					non-mobilizable	no_good_hit	693.0	89.03299999999999	29.0	0.07022557925895682	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
CHI0163_000000003631	2534	0.9606666455830766	2	2	2	2	1	False	102238	fragment	False	SPA0095_000000007488	0.9453158263336929		0	0	False	False	1.0	0					non-mobilizable	chromosome	2537.0	89.279	100.0	0.0003731837334946187	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
CHI0172_000000005149	1555	0.9606650122597642	1	1	1	1	1	True	84875	fragment	False	CHI0172_000000005149	0.974721023265607		0	0	False	False	1.0	0					non-mobilizable	other	1556.0	98.265	100.0	0.14144078588320902	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0024_000000018070	1416	0.9606650122597642	1	1	1	1	1	True	84875	fragment	False	CHI0172_000000005149	0.9331271261475371		0	0	False	False	0.9632768630981445	0					non-mobilizable	other	1419.0	94.36200000000001	99.0	0.1288884846279789	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0053_000000009524	3475	0.9606627824618806	4	4	2	3	4	False	6487	maximal	True	SPA0053_000000009524	1.0		3	1	False	False	1.0	0					non-mobilizable	chromosome	3424.0	98.189	99.0	0.0011731461600283776	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
USA0056_01_000000004348	5290	0.9606547263604752	8	4	3	4	4	True	73766	fragment	False	USA0056_01_000000004348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2732.0	94.25299999999999	58.0	0.0005279682769699114	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
CAN0017_000000017371	2030	0.9606500426252552	3	2	2	2	2	False	92458	fragment	False	CAN0017_000000017371	1.0		0	0	False	False	0.9940886497497559	0					non-mobilizable	other	2017.0	99.603	99.0	0.0005753930425391273	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0029_000000002515	12696	0.9606491645747908	11	9	6	8	6	False	52998	fragment	False	FIJ0029_000000002515	1.0		0	0	False	False	0.9994486570358276	0					non-mobilizable	no_good_hit	6260.0	74.249	56.0	0.002241490967971512	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
FIJ0054_000000002040	10869	0.9606472761401847	16	4	3	3	2	False	46356	maximal	True	FIJ0054_000000002040	1.0		1	1	False	False	0.9973318576812744	0					non-mobilizable	no_good_hit	63.0	100.0	1.0	1.998373581759104e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0174_000000005699	3031	0.9606449165788662	5	2	1	2	1	False	55663	fragment	False	ENG0174_000000005699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000004922	6629	0.9606342018760192	13	5	3	4	2	True	71960	maximal	True	DEN0061_000000004922	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	85.68700000000001	51.0	0.34168314656119536	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0016_000000006766	3030	0.9606267275072664	4	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.6484971066044456		0	0	False	False	1.0	0					non-mobilizable	other	3023.0	94.575	99.0	0.02751391178426033	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
MAD0009_000000003901	2498	0.9606242522829566	5	4	1	1	4	True	19777	fragment	False	MAD0009_000000003901	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2182.0	98.167	97.0	0.046399113365587503	CP024670.1	enterobacteria	Escherichia coli strain F5176C6 plasmid unnamed3, complete sequence	False	True
FIJ0138_000000009383	1953	0.9606124813648544	2	2	2	2	2	False	48984	fragment	False	FIJ0027_000000009628	0.9388227061819854		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	85.62700000000001	92.0	0.004450068699785637	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	False	False
MON0013_000000031895	1728	0.9606124813648544	2	2	2	2	2	False	93520	fragment	False	MON0104_000000022814	0.8320596934986687		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	93.93799999999999	100.0	0.000742133662178525	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
SPA0095_000000003020	7085	0.9606090614851148	8	6	4	6	6	False	6018	maximal	True	SPA0095_000000003020	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6807.0	97.78200000000001	99.0	0.0018572787613038676	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
MON0049_000000010240	2102	0.9606039998131738	3	3	3	3	2	False	16094	fragment	False	MON0049_000000010240	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1967.0	96.848	94.0	0.0007930802737619516	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
SPA0048_000000004728	4334	0.9606034472886524	6	4	4	3	3	False	84740	fragment	False	SPA0048_000000004728	1.0		0	0	False	False	0.9997692704200745	0					non-mobilizable	chromosome	4334.0	99.723	100.0	0.0010869696130267738	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0012_000000003965	6185	0.9606018954225838	8	6	3	4	5	False	124404	maximal	False	ISR0239_000000001846	0.9539339903018926	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3515.0	98.60600000000001	57.0	0.3161209068010076	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0183_000000009116	3746	0.9605955358703376	4	3	2	3	1	False	29486	fragment	False	ISR0183_000000009116	1.0		0	0	False	False	0.9983983039855957	0					non-mobilizable	no_good_hit	138.0	90.58	4.0	0.005595786701777485	NZ_CYYA01000033.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0145_000000007740	1932	0.9605933388943076	6	2	1	2	2	False	86577	fragment	False	FIJ0145_000000007740	0.9517133956386292		0	0	False	False	0.998964786529541	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000012952	1442	0.9605933388943076	3	2	1	2	2	False	86575	fragment	False	CHI0051_000000012952	1.0		0	0	False	False	0.9993064999580383	0					non-mobilizable	no_good_hit								True	False
CHI0032_000000002517	2458	0.9605887852653464	4	3	3	3	3	False	94198	fragment	False	CHI0032_000000002517	1.0		0	0	False	False	0.9882017970085144	0					non-mobilizable	chromosome	2458.0	99.512	100.0	0.0009635282782020256	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
MON0063_000000001484	16410	0.9605879784213244	11	5	4	4	3	False	17447	maximal	True	MON0063_000000001484	1.0		1	1	False	False	0.9998781085014343	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00012443955066009525	NZ_JH376831.1	CFB group bacteria	Alloprevotella rava F0323 supercont1.5, whole genome shotgun sequence	True	False
MAD0030_000000006933	1691	0.9605818038392456	4	3	1	1	3	True	18981	fragment	False	MAD0030_000000006933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	98.145	85.0	0.03281035795887281	LM996476.1	enterobacteria	Escherichia coli genome assembly FHI34, scaffold scaffold-10_contig-15.0_1_32825_[organism:Escherichia	True	True
FIJ0145_000000004270	3066	0.9605805694247408	5	5	4	4	4	False	109688	fragment	False	AST0092_000000005081	0.6304835094460454		0	0	False	False	1.0	0					non-mobilizable	chromosome	3066.0	99.478	100.0	0.000609287368349698	CP057190.1	enterobacteria	Escherichia coli strain RHB33-C17 chromosome, complete genome	False	False
ISR0069_000000003681	6381	0.9605717114162828	9	8	2	2	8	True	123841	maximal	True	ISR0069_000000003681	1.0	PS486|PS905	1	1	False	True	0.999686598777771	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2676.0	99.514	80.0	0.4980443285528031	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
ISR0832_000000002689	4844	0.9605675794701654	9	6	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9829648549253909	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	131		MOBP			mobilizable	plasmid	4745.0	96.67	100.0	0.99080843952371	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
FIJ0039_000000005364	4577	0.9605675794701654	10	6	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9390068513289443	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	4426.0	99.932	100.0	0.9243785251723418	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0189_000000002554	4325	0.9605675794701654	7	6	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.6374460184365298	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	4327.0	96.97200000000001	100.0	0.9034886149989555	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0836_000000004730	4218	0.9605675794701654	7	6	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.09950075630204248	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	4221.0	96.494	100.0	0.8811364111134322	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0120_000000001829	11023	0.9605673045025174	12	11	9	10	8	False	32305	maximal	True	ISR0120_000000001829	1.0		1	1	False	False	0.9994556903839111	0					non-mobilizable	no_good_hit	1004.0	70.817	9.0	0.0007156661345046692	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
FIJ0123_000000002866	11247	0.9605665231434266	28	9	6	8	6	False	52650	fragment	False	FIJ0123_000000002866	1.0		0	0	False	False	0.996443510055542	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	7.679532101468122e-07	CP032255.1	eudicots	Gossypioides kirkii chromosome KI_13	True	False
ISR0013_000000007308	3293	0.9605659996955132	5	2	1	2	1	False	38115	maximal	True	ISR0013_000000007308	1.0		1	1	False	False	0.9927118420600891	0					non-mobilizable	no_good_hit	907.0	98.787	37.0	0.001992627717319586	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0279_000000001400	10606	0.9605659231451976	12	12	3	11	10	True	26255	fragment	False	ISR0279_000000001400	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5360.0	93.545	99.0	0.0776413275144626	CP025885.1	enterobacteria	Escherichia coli strain 503440 plasmid p503440_68, complete sequence	False	True
ISR0127_000000004878	4460	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9858279804799736	PS844	0	0	True	True	0.999775767326355	68					non-mobilizable	no_good_hit	523.0	99.618	15.0	0.8207547169811321	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0010_000000003619	4444	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9794276609414104	PS844	0	0	True	True	0.9997749924659729	87					non-mobilizable	no_good_hit	523.0	99.618	15.0	0.8207547169811321	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0038_000000006409	4440	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9856342037802115	PS844	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
AST0047_000000004669	4440	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9855536658018256	PS844	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	355.0	99.43700000000001	15.0	0.5566037735849056	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0175_000000005482	4436	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9856081942254373	PS844	0	0	True	True	1.0	96					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0007_000000003014	4436	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9839361773328648	PS844	0	0	True	True	0.9950405955314636	26					non-mobilizable	no_good_hit	587.0	99.48899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0150_000000005006	4436	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9865876884132956	PS844	0	0	True	True	0.9997745752334595	17					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0208_000000006699	4435	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9840350171436545	PS844	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	587.0	99.65899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0100_000000006576	4434	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.985262471568884	PS844	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	587.0	99.83	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
AUS0020_000000006320	4434	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9860721350083625	PS844	0	0	True	True	0.9997744560241699	20					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0393_000000003778	4434	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9863527878621146	PS844	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0270_000000001358	4434	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9855183734278654	PS844	0	0	True	True	0.9997744560241699	29					non-mobilizable	no_good_hit	587.0	98.978	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0335_000000003579	4424	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9793173347654317	PS844	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	587.0	99.148	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0107_000000005790	4420	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9857568457339336	PS844	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
AST0059_000000003081	4415	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9845209078562198	PS844	0	0	True	True	0.9997735023498535	25					non-mobilizable	no_good_hit	587.0	99.65899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0182_000000006140	4415	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9838326570796628	PS844	0	0	True	True	1.0	162					non-mobilizable	no_good_hit	587.0	99.148	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0187_000000005816	4415	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9848605970842971	PS844	0	0	True	True	0.9968289732933044	26					non-mobilizable	no_good_hit	587.0	99.83	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0160_000000005966	4415	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9843367058761667	PS844	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	587.0	99.65899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0843_000000003555	4415	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.986097128848817	PS844	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	587.0	99.319	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0199_000000006318	4414	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9854714765187318	PS844	0	0	True	True	1.0	113					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0379_000000004709	4400	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9854121462982782	PS844	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0056_000000004450	4400	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9853427360062553	PS844	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	587.0	99.319	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
AST0055_000000007370	4400	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9841094935180869	PS844	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0779_000000007381	4398	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9662864193632908	PS844	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	587.0	99.148	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0026_000000005053	4398	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.969178536983645	PS844	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	472.0	99.15299999999999	14.0	0.7405660377358491	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0033_000000005959	4396	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9843524776769832	PS844	0	0	True	True	1.0	141					non-mobilizable	no_good_hit	587.0	99.48899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0287_000000002246	4395	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9840101042040575	PS844	0	0	True	True	0.9979522228240967	7					non-mobilizable	no_good_hit	587.0	99.65899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
SPA0016_000000007329	4395	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9834167146071183	PS844	0	0	True	True	0.9997724890708923	44					non-mobilizable	no_good_hit	587.0	99.48899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
DEN0045_000000007797	4395	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9849338925840214	PS844	0	0	True	True	0.9993174076080322	22					non-mobilizable	no_good_hit	587.0	99.83	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0073_000000005942	4395	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9847455481062468	PS844	0	0	True	True	1.0	105					non-mobilizable	no_good_hit	482.0	99.585	16.0	0.7562893081761006	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0117_000000006162	4394	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9850359713749284	PS844	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0083_000000005211	4394	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9862203884418327	PS844	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	587.0	99.48899999999999	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
SPA0039_000000005658	4394	0.9605643521247842	9	2	0	2	0	True	120509	backbone	True	SPA0039_000000005658	0.986619818835745	PS844	19	5	True	True	0.9997724294662476	18					non-mobilizable	no_good_hit	587.0	99.319	13.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
FIJ0083_000000007659	4390	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9459389829318048	PS844	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	591.0	86.125	13.0	0.9182389937106918	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
FIJ0004_000000006105	4370	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9441565908356555	PS844	0	0	False	True	0.9908466935157776	0					non-mobilizable	no_good_hit	384.0	86.979	13.0	0.6022012578616353	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0164_000000004135	4296	0.9605643521247842	9	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9389346933422152	PS844	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	587.0	99.48899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0212_000000007854	4211	0.9605643521247842	10	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.9338500562928522	PS844	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	587.0	99.48899999999999	16.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0091_000000007526	4130	0.9605643521247842	7	2	0	2	0	True	33635	maximal	True	ISR0091_000000007526	1.0		1	1	True	True	1.0	83					non-mobilizable	no_good_hit	462.0	84.199	11.0	0.7232704402515723	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0310_000000003854	4025	0.9605643521247842	6	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.6253386420485495	PS844	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	437.0	99.542	11.0	0.6855345911949685	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0112_000000007333	3994	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.8902698886495383	PS844	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	587.0	99.48899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
DEN0082_000000009955	3848	0.9605643521247842	8	2	0	2	0	True	120509	backbone	False	SPA0039_000000005658	0.08576100395374102	PS844	0	0	False	True	0.9935030937194824	0					non-mobilizable	no_good_hit	587.0	99.83	17.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
SPA0106_000000010397	3773	0.9605643521247842	4	2	0	2	0	True	68946	maximal	True	SPA0106_000000010397	1.0		1	1	True	True	0.9946991801261902	10					non-mobilizable	no_good_hit	1636.0	94.866	43.0	0.5795536357091433	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0225_000000004430	3471	0.9605643521247842	6	2	0	2	0	True	75216	fragment	False	ISR0225_000000004430	1.0		0	0	False	False	0.9979832768440247	0					non-mobilizable	no_good_hit	370.0	99.459	11.0	0.5801886792452831	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0117_000000006438	3432	0.9605643521247842	7	2	0	2	0	True	65412	fragment	False	ENG0117_000000006438	1.0		0	0	False	False	0.992132842540741	0					non-mobilizable	no_good_hit	587.0	99.83	19.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
MAD0052_000000004669	3377	0.9605643521247842	6	2	0	2	0	True	17293	maximal	True	MAD0052_000000004669	1.0		1	1	False	False	0.9955582022666931	0					non-mobilizable	no_good_hit								True	True
AST0025_000000010276	3331	0.9605643521247842	5	2	0	2	0	True	127157	maximal	False	ISR0301_000000004960	0.8116725244814474		0	0	True	True	1.0	681					non-mobilizable	no_good_hit	66.0	93.939	4.0	0.00040389980799224515	NZ_FPBH01000024.1	b-proteobacteria	Paraburkholderia aspalathi strain LMG 27731, whole genome shotgun sequence	True	True
ISR0301_000000004960	3327	0.9605643521247842	5	2	0	2	0	True	127157	maximal	True	ISR0301_000000004960	0.8129910248679312		6	4	True	True	1.0	14					non-mobilizable	no_good_hit	71.0	91.54899999999999	4.0	0.0004287551807917679	NZ_FPBH01000024.1	b-proteobacteria	Paraburkholderia aspalathi strain LMG 27731, whole genome shotgun sequence	True	True
AST0007_000000005682	3326	0.9605643521247842	4	2	0	2	0	True	127157	maximal	False	ISR0301_000000004960	0.8118282017653902		0	0	True	True	1.0	40					non-mobilizable	no_good_hit	66.0	93.939	4.0	0.00040389980799224515	NZ_FPBH01000024.1	b-proteobacteria	Paraburkholderia aspalathi strain LMG 27731, whole genome shotgun sequence	True	True
ENG0109_000000007444	3304	0.9605643521247842	4	2	0	2	0	True	127157	maximal	False	ISR0301_000000004960	0.6546280005977413		0	0	True	True	0.9960653781890869	25					non-mobilizable	no_good_hit	79.0	94.93700000000001	2.0	0.022538552787663108	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
AST0089_000000006357	3261	0.9605643521247842	3	2	0	2	0	True	127157	maximal	False	ISR0301_000000004960	0.269175911071149		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	79.0	94.93700000000001	7.0	0.022538552787663108	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ETH0002_000000008872	3133	0.9605643521247842	5	2	0	2	0	True	53358	maximal	True	ETH0002_000000008872	1.0		1	1	True	True	0.9996808171272278	19					non-mobilizable	no_good_hit								True	True
MON0013_000000015818	3129	0.9605643521247842	5	2	0	2	0	True	33531	maximal	True	MON0013_000000015818	0.9355304968718835		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	874.0	86.384	36.0	0.3204936424831713	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0301_000000005291	3129	0.9605643521247842	5	2	0	2	0	True	25568	maximal	True	ISR0301_000000005291	1.0		1	1	True	True	0.9996803998947144	9					non-mobilizable	no_good_hit								True	True
ISR0354_000000006196	3099	0.9605643521247842	4	2	0	2	0	True	86312	maximal	True	ISR0354_000000006196	1.0		2	1	True	True	1.0	20					non-mobilizable	no_good_hit	422.0	90.04700000000001	27.0	0.2686662412252712	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
ENG0006_000000007879	3039	0.9605643521247842	5	2	0	2	0	True	77498	maximal	False	FIJ0014_000000007869	0.6862246872769537		0	0	True	True	0.9963803887367249	8					non-mobilizable	no_good_hit	432.0	96.759	28.0	0.2737715379706445	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
FIJ0014_000000007869	3036	0.9605643521247842	5	2	0	2	0	True	77498	maximal	True	FIJ0014_000000007869	0.9391136891306248		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	432.0	96.759	29.0	0.2737715379706445	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
ISR0329_000000004255	3032	0.9605643521247842	4	2	0	2	0	True	33531	maximal	False	MON0013_000000015818	0.9135439049430026		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	886.0	86.682	29.0	0.32460732984293195	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
CHI0160_000000009968	2984	0.9605643521247842	5	2	0	2	0	True	92275	maximal	False	CAN0018_000000011564	0.9998368412074421		0	0	True	True	1.0	75					non-mobilizable	no_good_hit	459.0	86.492	29.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
CHI0165_000000005446	2984	0.9605643521247842	5	2	0	2	0	True	92275	maximal	False	CAN0018_000000011564	0.9998368412074421		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	459.0	86.492	29.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
ISR0093_000000008175	2940	0.9605643521247842	3	2	0	2	0	True	33531	maximal	False	MON0013_000000015818	0.8956236984118551		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	871.0	86.10799999999999	37.0	0.3242333582647719	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
FIJ0054_000000008869	2815	0.9605643521247842	3	2	0	2	0	True	47313	maximal	False	FIJ0042_000000008515	0.9975125028016475		0	0	True	True	0.9996447563171387	4					non-mobilizable	no_good_hit	423.0	90.307	31.0	0.2693044033184429	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
FIJ0042_000000008515	2814	0.9605643521247842	3	2	0	2	0	True	47313	maximal	True	FIJ0042_000000008515	0.9980841367006503		6	1	True	True	0.997157096862793	3					non-mobilizable	no_good_hit	423.0	90.071	31.0	0.2693044033184429	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
FIJ0106_000000009471	2675	0.9605643521247842	4	2	0	2	0	True	47313	maximal	False	FIJ0042_000000008515	0.9654615276825715		0	0	False	True	0.9962616562843323	0					non-mobilizable	no_good_hit	423.0	90.071	33.0	0.2693044033184429	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
CHI0096_000000002851	2418	0.9605643521247842	3	2	0	2	0	True	83474	maximal	True	CHI0096_000000002851	1.0		1	1	False	False	0.9987593293190002	0					non-mobilizable	no_good_hit	1047.0	84.241	42.0	0.38266617701065003	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
USA0125_01_000000010522	2289	0.9605643521247842	3	2	0	2	0	True	148	fragment	False	USA0125_01_000000010522	1.0		0	0	False	False	0.9921362996101379	0					non-mobilizable	no_good_hit								True	True
MAD0087_000000013162	2211	0.9605643521247842	3	2	0	2	0	True	15988	fragment	False	MAD0087_000000013162	1.0		0	0	False	False	0.9981908798217773	0					non-mobilizable	no_good_hit	868.0	92.281	52.0	0.3182498130142109	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
BAN0019_000000000301	6529	0.960564027796784	8	7	3	3	7	False	97888	fragment	False	BAN0019_000000000301	1.0		0	0	False	False	0.9989278316497803	0		MOBP		MOBP	mobilizable	plasmid	6491.0	94.931	99.0	0.05210798280774617	CP029213.1	enterobacteria	Escherichia coli strain H8Ecoli plasmid p2-H8	False	True
MAD0054_000000000201	30168	0.9605628219173952	26	13	6	12	5	False	17197	maximal	True	MAD0054_000000000201	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	7599.0	96.447	75.0	0.00205330980616312	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0336_000000006451	2170	0.9605622796406228	3	3	1	3	2	False	24470	fragment	False	ISR0336_000000006451	1.0		0	0	False	False	0.9981566667556763	0					non-mobilizable	no_good_hit	667.0	85.307	31.0	0.6515301085883515	NZ_FNVV01000006.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0183_000000000748	31717	0.9605503838218732	32	29	5	10	24	True	123976	fragment	False	AST0090_000000000475	0.9609476544960416		0	0	False	True	1.0	0					non-mobilizable	other	30359.0	98.54700000000001	99.0	0.013243702909641093	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
FIJ0009_000000008859	4045	0.9605448613723082	4	4	3	3	3	False	51298	fragment	False	FIJ0009_000000008859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	78.49	21.0	0.00046215571273728993	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0044_000000008026	5146	0.9605442213059004	5	2	0	2	1	True	14280	maximal	True	MON0044_000000008026	1.0		2	1	True	True	0.9972794651985168	9					non-mobilizable	no_good_hit	683.0	73.646	13.0	0.06746963356129428	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MAD0021_000000004194	3401	0.9605442213059004	4	2	0	2	1	True	19334	fragment	False	MAD0021_000000004194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0006_000000000570	10431	0.9605437802858272	15	8	2	6	4	True	90661	fragment	False	CHI0006_000000000570	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0114_000000019403	2395	0.9605389901066268	5	2	1	1	2	True	121564	fragment	False	ISR0353_000000013571	0.32051282051282054		0	0	False	False	0.9895615577697754	0					non-mobilizable	chromosome	2398.0	98.874	100.0	0.0009978054108777024	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
AST0090_000000002448	10268	0.9605389526506556	11	6	4	5	5	False	109954	maximal	True	AST0090_000000002448	0.9973953044490725		10	7	False	True	1.0	0					non-mobilizable	no_good_hit	2606.0	93.09299999999999	25.0	0.6515417397844071	KX125497.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time3_TE_2 genomic sequence	True	True
ETH0003_000000002305	10208	0.9605389526506556	10	6	4	5	5	False	109954	maximal	False	AST0090_000000002448	0.9944670070963826		0	0	True	True	0.9995101690292358	16					non-mobilizable	no_good_hit	2606.0	93.09299999999999	25.0	0.6515417397844071	KX125497.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time3_TE_2 genomic sequence	True	True
AUS0002_000000002507	10188	0.9605389526506556	11	6	4	5	5	False	109954	maximal	False	AST0090_000000002448	0.99438623276334		0	0	True	True	0.9957793354988098	6					non-mobilizable	no_good_hit	2606.0	93.09299999999999	26.0	0.6515417397844071	KX125497.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time3_TE_2 genomic sequence	True	True
ISR0091_000000010023	3066	0.960529128620918	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4955436345676835	PS1090	0	0	True	True	1.0	30					non-mobilizable	other	2859.0	95.73299999999999	98.0	0.9492656875834445	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0053_000000001731	12094	0.9605271893874358	13	7	5	7	5	True	117407	fragment	False	SPA0052_000000002514	0.9612617575860535		0	0	False	False	1.0	0					non-mobilizable	plasmid	10343.0	99.18799999999999	97.0	0.44276051031766417	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
CAN0012_000000016937	2968	0.9605267674232428	3	1	1	1	1	False	94241	fragment	False	CAN0012_000000016937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	80.288	28.0	0.00023209570396444629	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0051_000000017034	2625	0.9605267674232428	1	1	1	1	1	False	80974	fragment	False	DEN0051_000000017034	0.9962855963681387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	80.649	35.0	0.00023209570396444629	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0111_000000018179	1888	0.9605267674232428	2	1	1	1	1	False	80972	fragment	False	SPA0111_000000018179	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	80.352	54.0	0.00028466677907928474	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0079_000000018209	1253	0.9605267674232428	1	1	1	1	1	False	10080	fragment	False	MON0079_000000018209	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	80.915	61.0	0.00021336026762032833	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0356_000000007163	2600	0.9605222850403482	4	2	2	2	2	False	124320	fragment	False	ISR0356_000000007163	1.0		0	0	False	False	0.9938461780548096	0					non-mobilizable	no_good_hit								True	False
ENG0114_000000001741	13755	0.9605122197906342	17	13	8	12	7	False	123875	fragment	False	SPA0100_000000001739	0.9433748656011872		0	0	False	False	1.0	0					non-mobilizable	other	10661.0	98.171	99.0	0.06308332396266726	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ISR0025_000000007522	4978	0.9605096495225846	4	3	3	3	2	False	130746	fragment	False	ISR0130_000000004031	0.6400824799767483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0182_000000006488	4885	0.9605096495225846	4	3	3	3	2	False	130746	fragment	False	ISR0130_000000004031	0.6425408802217022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.788	68.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0392_000000006049	4816	0.9605096495225846	4	3	3	3	2	False	130746	fragment	False	ISR0130_000000004031	0.6025504630813048		0	0	False	False	0.9989618062973022	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	67.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0033_000000002732	4770	0.9605096495225846	4	3	3	3	2	False	130746	fragment	False	ISR0130_000000004031	0.5521944454338049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	67.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0196_000000002083	4408	0.9605096495225846	4	3	3	3	2	False	130746	fragment	False	ISR0130_000000004031	0.11830386301138497		0	0	False	False	0.9970508217811584	0					non-mobilizable	no_good_hit	1211.0	83.98	69.0	0.0003441733723586116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0005_000000015121	1906	0.9605060151424158	4	2	1	2	1	False	8306	maximal	True	SPA0005_000000015121	1.0		0	0	False	False	0.9905561208724976	0					non-mobilizable	no_good_hit	904.0	84.624	47.0	0.07577040298002032	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
CHI0170_000000001949	5374	0.9605048722773804	9	8	5	5	7	True	130637	backbone	False	AST0039_000000003129	0.6302521868191938	PS1110	0	0	True	True	1.0	13		MOBV			mobilizable	other	4134.0	93.03299999999999	93.0	0.8056432517758485	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0028_000000005517	2443	0.9605034619597516	3	3	3	2	2	False	129471	maximal	True	CHI0028_000000005517	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1702.0	84.43	69.0	0.9533707865168539	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ISR0121_000000014245	1784	0.9604971715073962	3	2	2	2	2	False	66901	fragment	False	ISR0121_000000014245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	93.522	89.0	0.0007778770777538443	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0154_000000002298	10513	0.9604956756996688	19	7	2	5	5	True	79230	maximal	True	CHI0154_000000002298	1.0		1	1	False	False	0.9988585710525513	0					non-mobilizable	no_good_hit								True	True
ENG0190_000000003891	7698	0.9604930069061084	10	7	6	7	6	False	128490	maximal	True	ENG0190_000000003891	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3055.0	90.245	56.0	0.0008669755693793786	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0086_000000010920	2334	0.960489815986612	3	3	3	3	3	False	118754	fragment	False	ENG0086_000000010920	0.9559203661942669		0	0	False	False	1.0	0					non-mobilizable	other	2334.0	99.015	100.0	0.010587797483979887	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0020_000000021014	1711	0.960481126636116	3	1	1	1	1	False	103743	fragment	False	CAN0020_000000021014	0.9822353199036367		0	0	False	False	0.9953243732452393	0					non-mobilizable	no_good_hit	1507.0	78.102	86.0	0.01045840165395309	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
CHI0120_000000009584	1614	0.960481126636116	3	1	1	1	1	False	103743	fragment	False	CAN0020_000000021014	0.9735245079882984		0	0	False	False	0.9993804097175598	0					non-mobilizable	no_good_hit	1389.0	77.46600000000001	84.0	0.009617166892421758	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
USA0083_01_000000017419	1601	0.960481126636116	3	1	1	1	1	False	103743	fragment	False	CAN0020_000000021014	0.9708888005739009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1385.0	77.40100000000001	85.0	0.009588650459827475	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
CHI0055_000000010798	1563	0.960481126636116	3	1	1	1	1	False	103743	fragment	False	CAN0020_000000021014	0.9445595625486892		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	75.263	92.0	0.000524408261933582	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0076_000000005359	1534	0.960481126636116	2	1	1	1	1	False	103743	fragment	False	CAN0020_000000021014	0.6323695889883367		0	0	False	False	0.9986962080001831	0					non-mobilizable	no_good_hit	1132.0	91.51899999999999	77.0	0.00022433598345182823	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0071_000000007472	1482	0.960481126636116	3	1	1	1	1	False	103743	fragment	False	CAN0020_000000021014	0.7804951347744141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1274.0	76.138	84.0	0.008797319455336138	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ENG0041_000000020473	1161	0.960481126636116	2	1	1	1	1	False	103730	fragment	False	ENG0041_000000020473	0.9810950306254929		0	0	False	False	0.9956933856010437	0					non-mobilizable	chromosome	1137.0	91.645	98.0	0.00022533391932127588	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0177_000000028555	1129	0.960481126636116	2	1	1	1	1	False	103730	fragment	False	ENG0041_000000020473	0.9699443293976198		0	0	False	False	0.9840567111968994	0					non-mobilizable	chromosome	1118.0	91.50299999999999	99.0	0.00022154176301737485	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0055_000000026894	1126	0.960481126636116	2	1	1	1	1	False	103730	fragment	False	ENG0041_000000020473	0.9477725185161305		0	0	False	False	0.9866784811019897	0					non-mobilizable	chromosome	1133.0	86.23100000000001	100.0	0.00025255242364203857	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
AST0150_000000025027	1115	0.960481126636116	2	1	1	1	1	False	103730	fragment	False	ENG0041_000000020473	0.9604721310960346		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	92.23200000000001	100.0	0.00022234011171293297	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0039_01_000000012409	1802	0.9604732067257058	3	3	3	3	3	False	95478	fragment	False	CAN0013_000000011994	0.9727447741645193		0	0	False	False	0.9850166440010071	0					non-mobilizable	other	1834.0	78.571	99.0	0.03776384535005225	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
CAN0022_000000021199	1534	0.9604609028114172	2	2	2	2	1	False	91276	fragment	False	CAN0022_000000021199	0.9656565656565657		0	0	False	False	0.9993481040000916	0					non-mobilizable	no_good_hit	993.0	81.571	89.0	0.00047892928406348325	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
MON0077_000000018729	2240	0.9604566454052742	3	3	3	3	2	False	10231	maximal	True	MON0077_000000018729	1.0		1	1	False	False	0.9857142567634583	0					non-mobilizable	no_good_hit	415.0	74.94	18.0	0.003100916594463952	NZ_JRAT01000021.1	CFB group bacteria	Porphyromonas gulae strain COT-052 OH3856 contig_21, whole genome shotgun sequence	True	False
ISR0272_000000001695	6550	0.9604522461666818	9	5	3	5	2	True	26398	fragment	False	ISR0272_000000001695	1.0		0	0	False	False	0.9977099299430847	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	1.0	9.707429366599264e-06	CP019113.1	enterobacteria	Enterobacter sp. SA187 chromosome, complete genome	True	True
ISR0021_000000007074	3221	0.9604409886931832	3	3	3	3	3	False	82022	fragment	False	ISR0021_000000007074	0.9196950201101138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1969.0	92.991	61.0	0.08418028217333505	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0130_000000013496	2182	0.9604380841489596	3	3	2	2	1	False	31772	maximal	True	ISR0130_000000013496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0071_000000006850	1592	0.9604372527746136	2	2	2	2	1	False	84893	fragment	False	CHI0071_000000006850	1.0		0	0	False	False	0.998115599155426	0					non-mobilizable	chromosome	1534.0	99.67399999999999	100.0	0.0002916573442857991	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
ISR0324_000000005217	6081	0.9604343079341756	9	8	3	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4876724569550548	PS486|PS905	0	0	False	True	0.9990133047103882	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2948.0	99.525	88.0	0.5487055317563793	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
CAN0015_000000007026	5982	0.9604343079341756	9	8	3	2	7	True	123826	backbone	False	ISR0183_000000005642	0.48766834144802906	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2948.0	99.525	90.0	0.5487055317563793	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0068_000000003385	5543	0.9604343079341756	9	8	3	2	7	True	123826	backbone	False	ISR0183_000000005642	0.44469412064520886	PS486|PS905	0	0	False	True	0.9998195767402649	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	92.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
CAN0013_000000005191	4605	0.9604321127483249	5	4	4	4	3	False	129755	maximal	True	CAN0013_000000005191	1.0	PS1061	4	1	False	True	0.9963083863258362	0					non-mobilizable	chromosome	1742.0	99.196	99.0	0.0004665589016544216	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0796_000000000409	20046	0.9604315169345488	33	9	5	7	5	False	65244	fragment	False	ISR0796_000000000409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	5.844519347642056e-06	NZ_CP036265.1	bacteria	Alienimonas californiensis strain CA12 chromosome	True	False
FIJ0001_000000015992	1325	0.9604284376520992	2	2	2	2	2	False	52525	fragment	False	FIJ0001_000000015992	0.9927921092564491		0	0	False	False	0.996981143951416	0					non-mobilizable	no_good_hit	226.0	80.531	17.0	6.267012972997886e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0370_000000005764	4430	0.9604256445382308	7	6	3	4	4	True	123416	backbone	False	ISR0096_000000005225	0.2687066858615957	PS895	0	0	True	True	1.0	30					non-mobilizable	plasmid	2635.0	96.471	100.0	0.3896546613309619	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ENG0151_000000002627	9353	0.9604209972104528	12	11	9	10	10	False	105160	fragment	False	SPA0131_000000001683	0.9231025862757672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	0.0	1.3174127143501061e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
SPA0013_000000011033	2524	0.96041903766026	5	4	1	4	4	False	116522	fragment	False	SPA0013_000000011033	1.0		0	0	False	False	0.999207615852356	0					non-mobilizable	other	2524.0	100.0	100.0	0.0007632929601880551	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0396_000000011796	1949	0.96041903766026	5	4	1	4	4	False	116520	fragment	False	ISR0396_000000011796	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	100.0	100.0	0.000589335983530056	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
SPA0012_000000014584	1651	0.96041903766026	4	4	1	4	4	False	8004	fragment	False	SPA0012_000000014584	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1651.0	100.0	100.0	0.0004991808895403451	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
FIJ0085_000000008691	3518	0.9604172905207252	5	2	1	2	1	True	121624	backbone	False	CHI0109_000000004976	0.9195539397938336	PS857	0	0	True	True	0.9997157454490662	9					non-mobilizable	no_good_hit	1041.0	97.31	85.0	0.33827893175074186	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0041_000000003932	3239	0.9604172905207252	5	2	1	2	1	True	121624	backbone	False	CHI0109_000000004976	0.8907820081186232	PS857	0	0	True	True	1.0	19					non-mobilizable	plasmid	1285.0	96.73200000000001	91.0	0.41905703923508075	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ENG0044_000000011962	1372	0.9604092960975922	1	1	1	1	1	True	69958	fragment	False	ENG0044_000000011962	1.0		0	0	False	False	0.9992711544036865	0					non-mobilizable	plasmid	1112.0	97.662	99.0	0.3631010794896958	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
USA0005_01_000000022639	1359	0.9604092960975922	2	1	1	1	1	True	69954	maximal	True	USA0005_01_000000022639	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	100.0	89.0	0.3169774288518155	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	True	True
ISR0124_000000010278	1357	0.9604092960975922	1	1	1	1	1	True	69955	fragment	False	ISR0124_000000010278	1.0		0	0	False	False	0.9977892637252808	0					non-mobilizable	plasmid	1144.0	100.0	100.0	0.3741407528641571	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
SPA0126_000000037872	1210	0.9604092960975922	1	1	1	1	1	True	69953	fragment	False	SPA0126_000000037872	0.9979258099556556		0	0	False	False	0.9991735816001892	0					non-mobilizable	plasmid	968.0	100.0	100.0	0.31653027823240587	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ISR0138_000000024023	1205	0.9604092960975922	1	1	1	1	1	True	69953	fragment	False	SPA0126_000000037872	0.9973354911835186		0	0	False	False	0.971784234046936	0					non-mobilizable	plasmid	963.0	100.0	100.0	0.3148936170212766	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ISR0106_000000022894	1205	0.9604092960975922	1	1	1	1	1	True	69953	fragment	False	SPA0126_000000037872	0.9918041842789955		0	0	False	False	0.982572615146637	0					non-mobilizable	plasmid	964.0	99.274	100.0	0.3148936170212766	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
USA0030_01_000000013812	1193	0.9604092960975922	1	1	1	1	1	True	69953	fragment	False	SPA0126_000000037872	0.9918895845663133		0	0	False	False	1.0	0					non-mobilizable	plasmid	950.0	100.0	100.0	0.31063829787234043	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
USA0047_01_000000030432	1191	0.9604092960975922	1	1	1	1	1	True	69953	fragment	False	SPA0126_000000037872	0.9914134748899872		0	0	False	False	1.0	0					non-mobilizable	plasmid	949.0	100.0	100.0	0.31031096563011457	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
DEN0076_000000007877	1162	0.9604092960975922	1	1	1	1	1	True	69953	fragment	False	SPA0126_000000037872	0.9709094081620854		0	0	False	False	1.0	0					non-mobilizable	plasmid	945.0	100.0	100.0	0.3090016366612111	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ISR0103_000000026916	1141	0.9604092960975922	1	1	1	1	1	True	69953	fragment	False	SPA0126_000000037872	0.9529339178745478		0	0	False	False	1.0	0					non-mobilizable	plasmid	917.0	100.0	100.0	0.2996401701014066	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
USA0133_01_000000002201	12603	0.9604040581196932	10	7	7	6	4	True	91734	fragment	False	USA0133_01_000000002201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9442.0	91.18799999999999	76.0	0.2070670446304964	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
MON0104_000000002338	11559	0.960391756250404	9	9	5	7	8	True	107452	maximal	True	MON0104_000000002338	1.0		26	5	False	False	1.0	0					non-mobilizable	chromosome	4539.0	99.163	97.0	0.0006407113591089705	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
SPA0084_000000001764	7373	0.9603832882280487	11	6	2	4	5	True	90493	maximal	False	SPA0095_000000002587	0.6284186022473921	PS478	0	0	True	True	1.0	41		MOBB			mobilizable	plasmid	2962.0	96.65799999999999	99.0	0.4005143475906876	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
SPA0083_000000001549	7353	0.9603832882280487	10	6	2	4	5	True	90493	maximal	False	SPA0095_000000002587	0.6284392810944257	PS478	0	0	True	True	1.0	44		MOBB			mobilizable	plasmid	3444.0	96.806	99.0	0.465755278830536	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ISR0121_000000001323	14683	0.9603831005912616	24	13	9	12	10	True	125417	fragment	False	SPA0098_000000001538	0.2971697873426816		0	0	False	False	1.0	0					non-mobilizable	other	14683.0	99.27799999999999	100.0	0.004190151417419111	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0329_000000002250	4702	0.960382051421397	7	3	2	3	3	False	24715	fragment	False	ISR0329_000000002250	1.0		0	0	False	False	0.9991493225097656	0					non-mobilizable	no_good_hit	191.0	76.96300000000001	4.0	4.388455657383541e-05	NC_000964.3	firmicutes	Bacillus subtilis subsp. subtilis str. 168 complete genome	True	False
MON0047_000000017190	2287	0.9603731034118282	3	2	2	2	2	False	52353	fragment	False	MON0047_000000017190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1726.0	97.914	75.0	0.030168418475314363	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0069_000000024488	2055	0.9603731034118282	3	2	2	2	2	False	52352	fragment	False	MON0069_000000024488	1.0		0	0	False	False	0.956204354763031	0					non-mobilizable	no_good_hit	1821.0	97.639	89.0	0.031812378670490915	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0813_000000017429	1775	0.9603706034063242	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.9917475684827394		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	99.493	100.0	0.10137722155551745	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
ENG0003_000000004338	5124	0.9603615455786984	6	4	1	3	3	True	89469	maximal	True	ENG0003_000000004338	1.0		1	1	True	True	1.0	31					non-mobilizable	no_good_hit	2556.0	97.49600000000001	72.0	0.4970771628994544	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
SPA0044_000000012355	2177	0.9603509431529568	3	3	3	2	2	False	73904	fragment	False	SPA0044_000000012355	1.0		0	0	False	False	0.9963251948356628	0					non-mobilizable	no_good_hit	1238.0	84.65299999999999	60.0	0.0004094686157327767	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
FIJ0073_000000016826	1105	0.960346789596272	2	2	2	2	1	False	97493	fragment	False	FIJ0097_000000023905	0.352005051316461		0	0	False	False	0.9990950226783752	0					non-mobilizable	chromosome	1050.0	97.333	100.0	0.00018814493222029494	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
AST0061_000000012781	3223	0.9603400653018952	5	5	5	5	5	False	125786	fragment	False	AST0061_000000012781	0.9831635414711708		0	0	False	False	0.9996897578239441	0					non-mobilizable	no_good_hit	1135.0	74.80199999999999	35.0	0.00038829780559455576	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0231_000000000666	12656	0.9603273377136547	12	11	9	7	7	True	110984	fragment	False	ISR0231_000000000666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4702.0	78.541	50.0	0.0008637438092311713	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
MAD0059_000000001406	11069	0.9603235947635608	13	5	2	3	4	False	51810	maximal	True	MAD0059_000000001406	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4783.0	88.585	81.0	0.0020278829658255827	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
MON0094_000000009381	3485	0.9603213510770776	4	4	4	3	2	False	60238	maximal	True	MON0094_000000009381	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	98.625	8.0	7.735955306451866e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0176_000000004129	2080	0.960321348689002	1	1	1	1	1	False	79468	fragment	False	ENG0176_000000004129	0.9813339970134396		0	0	False	False	1.0	0					non-mobilizable	chromosome	1752.0	97.774	99.0	0.0003984356732435874	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MAD0029_000000000323	12738	0.960314312008123	13	12	4	4	11	False	98176	fragment	False	ISR0056_000000001070	0.9891211896628124		0	0	False	True	0.9953681826591492	0		MOBP	MPF_I	MOBP	conjugative	plasmid	12738.0	99.976	100.0	0.11562273057371096	CP025751.1	enterobacteria	Escherichia coli strain CV839-06 plasmid pCV839-06-p1, complete sequence	False	True
MAD0043_000000001217	12725	0.960314312008123	13	12	4	4	11	False	98176	fragment	False	ISR0056_000000001070	0.9883979679397624		0	0	False	True	0.9998428225517273	0		MOBP	MPF_I	MOBP	conjugative	plasmid	12725.0	99.976	100.0	0.1155047204066812	CP025751.1	enterobacteria	Escherichia coli strain CV839-06 plasmid pCV839-06-p1, complete sequence	False	True
MON0024_000000015780	2984	0.9603133654838932	4	4	3	4	2	False	62327	fragment	False	MON0024_000000015780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	588.0	77.721	31.0	0.00015241674824367196	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0051_000000001914	13589	0.9603120316879671	15	13	9	11	10	False	103565	fragment	False	ENG0051_000000001914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.104	36.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0265_000000002146	7015	0.96030981309633	8	6	1	4	5	True	117322	fragment	False	ISR0265_000000002146	0.9963882618510158		0	0	False	False	0.9987170100212097	0					non-mobilizable	chromosome	3826.0	95.45200000000001	98.0	0.0017340132602082087	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0032_000000005308	5768	0.9603073853796028	7	6	2	2	5	True	115867	fragment	False	ISR0032_000000005308	1.0		0	0	False	False	1.0	0	rep_cluster_1320	MOBQ			mobilizable	other	3034.0	99.934	99.0	0.001271705044933159	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0091_000000003943	3607	0.96030429481576	5	2	2	2	2	False	128355	fragment	False	SPA0091_000000003943	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2691.0	98.625	99.0	0.0009453539718045543	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0164_000000007092	3489	0.96030429481576	5	2	2	2	2	False	128364	fragment	False	ISR0164_000000007092	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2691.0	98.885	100.0	0.0009453539718045543	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0167_000000007485	3315	0.96030429481576	4	2	2	2	2	False	128354	fragment	False	ENG0167_000000007485	0.9947040498442368		0	0	False	False	0.9797888398170471	0					non-mobilizable	chromosome	2607.0	98.50399999999999	99.0	0.0009158336247296165	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0101_000000013883	3210	0.96030429481576	4	2	2	2	2	False	128354	fragment	False	ENG0167_000000007485	0.9790346907993968		0	0	False	False	0.999688446521759	0					non-mobilizable	chromosome	2631.0	98.48	100.0	0.0009242680096081701	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0233_000000004232	2940	0.96030429481576	5	2	2	2	2	False	128363	fragment	False	ISR0233_000000004232	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2464.0	98.86399999999999	100.0	0.0008655787481615676	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0052_000000007651	2830	0.96030429481576	4	2	2	2	2	False	128350	fragment	False	AST0052_000000007651	0.9609967497291441		0	0	False	False	0.9922261238098145	0					non-mobilizable	chromosome	2691.0	98.885	100.0	0.0009453539718045543	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0068_000000008756	2698	0.96030429481576	3	2	2	2	2	False	128381	maximal	True	ENG0068_000000008756	1.0		0	0	False	False	0.9773906469345093	0					non-mobilizable	other	2577.0	98.875	98.0	0.0008975666049473481	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0039_000000013329	2656	0.96030429481576	4	2	2	2	2	False	128323	fragment	False	ISR0039_000000013329	0.9946881999970646		0	0	False	False	1.0	0					non-mobilizable	chromosome	2478.0	98.22399999999999	100.0	0.0008704988060073906	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0031_000000008794	2513	0.96030429481576	4	2	2	2	2	False	128323	fragment	False	ISR0039_000000013329	0.9776212521827334		0	0	False	False	0.992439329624176	0					non-mobilizable	chromosome	2478.0	98.06299999999999	100.0	0.0008704988060073906	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0128_000000014597	2431	0.96030429481576	4	2	2	2	2	False	128323	fragment	False	ISR0039_000000013329	0.9513553118163062		0	0	False	False	0.9979432225227356	0					non-mobilizable	chromosome	2431.0	98.807	100.0	0.0008539814689535564	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0087_000000006409	2370	0.96030429481576	4	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7931793369638697		0	0	False	False	0.9953586459159851	0					non-mobilizable	chromosome	2198.0	98.089	100.0	0.0007720976490909314	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0012_000000009363	2327	0.96030429481576	5	2	2	2	2	False	128359	fragment	False	AST0012_000000009363	1.0		0	0	False	False	0.9896863102912903	0					non-mobilizable	chromosome	2004.0	98.40299999999999	99.0	0.0007039197046559562	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0192_000000008515	2206	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7622503233111829		0	0	False	False	0.9968268275260925	0					non-mobilizable	other	2209.0	98.64200000000001	100.0	0.0008015005892318559	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0318_000000001958	2199	0.96030429481576	3	2	2	2	2	False	128322	fragment	False	ISR0318_000000001958	0.9609053497942387		0	0	False	False	0.9995452761650085	0					non-mobilizable	chromosome	2143.0	99.02	100.0	0.0007527688504109127	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0125_000000012309	2120	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.770512912606396		0	0	False	False	1.0	0					non-mobilizable	chromosome	1870.0	98.71700000000001	100.0	0.000656827722417365	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0018_000000014065	2116	0.96030429481576	4	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6546012681147203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1808.0	98.617	99.0	0.0006339845967046155	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0108_000000013766	2107	0.96030429481576	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7233545370900016		0	0	False	False	0.9971523284912109	0					non-mobilizable	chromosome	2116.0	98.488	100.0	0.0007432801674225398	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0054_000000012020	2094	0.96030429481576	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7252513077909006		0	0	False	False	0.9990448951721191	0					non-mobilizable	chromosome	1904.0	98.634	99.0	0.0006687764343286493	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0356_000000009402	2070	0.96030429481576	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7610076253617609		0	0	False	False	0.9990338087081909	0					non-mobilizable	other	2030.0	98.719	99.0	0.000736131261609865	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0211_000000011014	2046	0.96030429481576	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7427695382802433		0	0	False	False	0.9916911125183105	0					non-mobilizable	other	1939.0	98.865	100.0	0.0007034465977988695	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0181_000000010070	2029	0.96030429481576	4	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.4699702141753838		0	0	False	False	1.0	0					non-mobilizable	chromosome	2038.0	97.89	100.0	0.0007158684165672405	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0321_000000005464	2026	0.96030429481576	4	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.41892005830203227		0	0	False	False	0.9832181930541992	0					non-mobilizable	chromosome	2026.0	98.421	100.0	0.0007105969260181445	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
DEN0094_000000018811	1984	0.96030429481576	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.707930082633642		0	0	False	False	0.9974798560142517	0					non-mobilizable	chromosome	1873.0	98.505	97.0	0.0006575305878239111	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0114_000000014154	1978	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7006079219151348		0	0	False	False	0.9994944334030151	0					non-mobilizable	chromosome	1866.0	98.499	100.0	0.0006554219916042728	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0339_000000007518	1965	0.96030429481576	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7115029795891812		0	0	False	False	0.992875337600708	0					non-mobilizable	chromosome	1905.0	98.425	97.0	0.0006680735689221032	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0262_000000008481	1946	0.96030429481576	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.701343136717164		0	0	False	False	0.9928057789802551	0					non-mobilizable	chromosome	1865.0	98.713	100.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0195_000000013184	1945	0.96030429481576	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6119030490944921		0	0	False	False	0.9701799750328064	0					non-mobilizable	other	1808.0	98.89399999999999	99.0	0.0006558722538073094	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0088_000000012471	1944	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7058928061247358		0	0	False	False	1.0	0					non-mobilizable	chromosome	1868.0	98.23299999999999	99.0	0.0006561248570108189	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0246_000000011538	1920	0.96030429481576	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6052617763855335		0	0	False	False	1.0	0					non-mobilizable	chromosome	1920.0	98.594	100.0	0.0006733450594711992	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0278_000000005897	1918	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.649513028483155		0	0	False	False	1.0	0					non-mobilizable	chromosome	1835.0	99.01899999999999	100.0	0.0006445275778028075	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0168_000000016040	1906	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.624626844468811		0	0	False	False	0.9889821410179138	0					non-mobilizable	chromosome	1825.0	98.84899999999999	100.0	0.0006410132507700769	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0047_000000010269	1896	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7067133124432974		0	0	False	False	1.0	0					non-mobilizable	chromosome	1873.0	98.665	100.0	0.0006575305878239111	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0115_000000014460	1891	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7010298163377386		0	0	False	False	0.986779510974884	0					non-mobilizable	chromosome	1865.0	98.499	99.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AUS0006_000000014006	1826	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6145085863850593		0	0	False	False	1.0	0					non-mobilizable	chromosome	1826.0	98.85	100.0	0.00064136468347335	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0020_000000013847	1774	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5473107069729333		0	0	False	False	1.0	0					non-mobilizable	chromosome	1774.0	99.042	100.0	0.0006230901829031504	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0093_000000022165	1704	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.4175655816068384		0	0	False	False	1.0	0					non-mobilizable	chromosome	1702.0	98.884	99.0	0.0005977870282674895	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0392_000000020373	1690	0.96030429481576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.38878816862023935		0	0	False	False	1.0	0					non-mobilizable	other	1690.0	99.11200000000001	100.0	0.01291452252968658	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
MAD0089_000000002715	6440	0.9603000165887258	8	8	8	7	7	False	59347	maximal	True	MAD0089_000000002715	1.0	PS29	11	3	False	True	0.9996894598007202	0					non-mobilizable	chromosome	6440.0	98.447	100.0	0.001333995462467989	NZ_CP025034.2	enterobacteria	Lelliottia nimipressuralis strain SGAir0187 chromosome, complete genome	False	True
MON0105_000000014516	3667	0.960296980493884	4	3	3	3	3	False	8751	maximal	True	MON0105_000000014516	1.0		1	1	False	False	0.9970002770423889	0					non-mobilizable	no_good_hit	670.0	75.52199999999999	18.0	0.00018427839628020495	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0055_000000000455	20216	0.9602913369717216	25	20	11	14	18	True	123716	fragment	False	CHI0055_000000000455	0.9916165302298057		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	14523.0	98.044	72.0	0.1446491298099952	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
SPA0115_000000003380	7296	0.9602884823814518	14	11	1	4	10	True	117333	fragment	False	SPA0115_000000003380	0.9799777530589544		0	0	False	False	1.0	0					non-mobilizable	chromosome	6390.0	93.23899999999999	91.0	0.0026388915489685507	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
ISR0200_000000007056	3184	0.9602823147456188	4	3	2	2	3	False	128298	fragment	False	ISR0200_000000007056	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3184.0	99.37200000000001	100.0	0.02433802558436494	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
SPA0155_000000002403	6400	0.9602813251429392	9	7	2	2	6	True	127262	maximal	True	SPA0155_000000002403	1.0	PS757|PS758|PS996	0	0	True	True	1.0	16	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4360.0	99.931	83.0	0.001827682918187814	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
SPA0153_000000002298	6394	0.9602813251429392	9	7	2	2	6	True	127262	maximal	False	SPA0155_000000002403	0.99953125	PS757|PS758|PS996	0	0	True	True	0.9998435974121094	10	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4360.0	99.931	83.0	0.001827682918187814	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
USA0069_01_000000022824	2702	0.9602677796459534	4	2	2	2	2	False	128268	maximal	True	USA0069_01_000000022824	1.0		0	0	False	False	0.984455943107605	0					non-mobilizable	no_good_hit	634.0	74.60600000000001	23.0	0.011911557635955397	NZ_FQXK01000037.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
MON0094_000000010465	3202	0.9602662940318604	3	2	1	1	2	False	9348	fragment	False	MON0094_000000010465	1.0		0	0	False	False	0.9990630745887756	0					non-mobilizable	no_good_hit								True	False
ISR0107_000000007129	3267	0.9602654612157842	5	3	3	3	2	False	32858	maximal	True	ISR0107_000000007129	1.0		1	1	False	False	0.9975512623786926	0					non-mobilizable	no_good_hit	445.0	99.551	14.0	0.00641118202558697	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0164_000000021728	1312	0.9602585528859556	3	2	2	2	2	False	30274	maximal	True	ISR0164_000000021728	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	98.97399999999999	45.0	0.0024923394702925086	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0051_000000005019	4925	0.9602509772196748	5	2	1	1	1	True	7879	maximal	False	SPA0049_000000004445	1.0		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	451.0	81.375	9.0	0.08560386473429951	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0126_000000019128	2572	0.9602428451157332	3	2	2	2	2	False	93535	fragment	False	ISR0126_000000019128	1.0		0	0	False	False	0.9996111989021301	0					non-mobilizable	no_good_hit	1727.0	93.68799999999999	67.0	0.0007395582995567371	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0042_000000001737	10523	0.9602359288717556	12	12	9	11	11	False	87231	maximal	True	ISR0042_000000001737	1.0		7	3	False	False	1.0	0					non-mobilizable	chromosome	7325.0	99.973	99.0	0.00352967597728747	CP020438.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 chromosome, complete genome	False	False
MAD0029_000000002309	1601	0.9602356160591164	2	2	2	2	2	False	107350	fragment	False	MAD0029_000000002309	0.9673449095406704		0	0	False	False	0.9962523579597473	0					non-mobilizable	chromosome	1601.0	100.0	100.0	0.0003271160832755769	CP024252.1	enterobacteria	Escherichia coli O182:H21 strain D181 chromosome, complete genome	False	False
MON0029_000000029346	1132	0.9602324807664092	2	1	1	1	1	False	12535	fragment	False	MON0029_000000029346	1.0		0	0	False	False	0.9982331991195679	0					non-mobilizable	no_good_hit	110.0	79.09100000000001	10.0	0.000772526662899407	NZ_FOZH01000013.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
DEN0011_000000001832	13793	0.9602299336930082	21	8	5	8	4	True	75799	fragment	False	DEN0011_000000001832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	79.932	2.0	0.0004815815598640395	NZ_AFNU02000001.1	bacteria	Haloplasma contractile SSD-17B Contig1, whole genome shotgun sequence	True	True
ISR0207_000000006519	4015	0.9602250494306552	6	2	1	2	1	True	130326	backbone	True	ISR0207_000000006519	0.9754026624963167	PS1094|PS1096	1	1	True	True	1.0	35					non-mobilizable	no_good_hit	944.0	99.36399999999999	87.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0171_000000005482	4247	0.9602230205282832	5	3	0	3	0	True	72264	fragment	False	ENG0171_000000005482	1.0		0	0	False	False	0.9995290637016296	0					non-mobilizable	no_good_hit	75.0	94.667	2.0	9.776580043965544e-06	NZ_BDFO01000001.1	proteobacteria	Oligoflexus tunisiensis strain Shr3, whole genome shotgun sequence	True	True
CHI0164_000000014279	1455	0.9602197653449664	2	2	2	2	1	False	78363	fragment	False	CHI0164_000000014279	1.0		0	0	False	False	0.983505129814148	0					non-mobilizable	chromosome	1436.0	99.721	99.0	0.00024802268880446326	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
MAD0105_000000017776	2051	0.9602187591800996	3	3	3	3	3	False	14822	fragment	False	MAD0105_000000017776	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2052.0	95.51700000000001	100.0	0.00043625137027673996	CP014993.1	enterobacteria	Enterobacter asburiae strain ENIPBJ-CG1, complete genome	False	False
USA0023_01_000000001152	23798	0.9602181151776282	20	11	7	11	5	True	117528	fragment	False	USA0023_01_000000001152	1.0		0	0	False	True	0.9978989958763123	0					non-mobilizable	no_good_hit	203.0	84.729	1.0	0.00963418705584967	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ISR0212_000000003014	9233	0.9602146111808324	8	2	2	2	2	False	28373	maximal	True	ISR0212_000000003014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0094_000000002915	6551	0.9602091702518656	8	6	3	4	5	False	109919	fragment	False	ISR0025_000000004431	0.14997331606016476		0	0	False	False	0.9995420575141907	0					non-mobilizable	other	6535.0	99.90799999999999	99.0	0.0018422802759246234	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0035_000000012372	2279	0.9602070028036526	4	2	2	2	2	False	12207	maximal	True	MON0035_000000012372	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1198.0	94.741	60.0	0.0015569548992485603	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0138_000000006382	4587	0.9601970545759212	5	5	5	5	5	False	112007	maximal	True	ISR0138_000000006382	1.0		3	1	False	False	0.9982559680938721	0					non-mobilizable	other	2041.0	98.334	96.0	0.0005791005999936413	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0135_000000010208	1920	0.960194657484886	3	3	3	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5535278536619245	PS1061	0	0	False	True	0.9973958134651184	0					non-mobilizable	chromosome	1738.0	99.425	99.0	0.00046548696850874806	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0120_000000007295	2001	0.9601945085918682	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.9746368671238012		0	0	False	False	0.9970015287399292	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0002_000000014294	2589	0.9601914180896866	4	3	1	2	2	False	20207	maximal	True	MAD0002_000000014294	1.0		1	1	False	False	0.9907299876213074	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000014303	2209	0.9601848374556212	3	3	3	3	3	False	56836	fragment	False	ENG0154_000000014303	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	72.763	11.0	9.764915517856906e-05	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
CHI0154_000000005714	4884	0.9601817463955512	10	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9768954958940997	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	859		MOBP			mobilizable	plasmid	3439.0	99.12799999999999	100.0	0.7183451734224823	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0081_000000005305	4824	0.9601817463955512	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9825396937446664	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	158		MOBP			mobilizable	plasmid	3975.0	99.899	100.0	0.8305120167189133	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0086_000000009192	2774	0.9601808540809944	4	4	4	3	3	False	61439	fragment	False	ENG0086_000000009192	1.0		0	0	False	False	0.9963951110839844	0					non-mobilizable	no_good_hit	171.0	78.947	6.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0217_000000010082	2411	0.96018074868639	4	3	2	2	2	False	99793	maximal	True	ISR0217_000000010082	1.0		0	0	False	False	0.9966818690299988	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000005344	6222	0.9601762842052736	13	3	2	2	3	False	91645	fragment	False	SPA0096_000000005344	1.0		0	0	False	False	0.9996785521507263	0					non-mobilizable	no_good_hit	737.0	83.446	36.0	0.001325944126338121	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CAN0003_000000008211	5820	0.9601762842052736	11	3	2	2	3	False	96783	maximal	True	CAN0003_000000008211	1.0		0	0	False	False	0.9996563792228699	0					non-mobilizable	no_good_hit	990.0	89.19200000000001	35.0	0.0017787495354685543	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
SPA0026_000000005001	5142	0.9601762842052736	10	3	2	2	3	False	23980	fragment	False	SPA0026_000000005001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	91.435	41.0	0.0008406666161545095	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0192_000000004140	4216	0.9601762842052736	8	3	2	2	3	False	54660	fragment	False	ENG0192_000000004140	1.0		0	0	False	False	0.9921726584434509	0					non-mobilizable	no_good_hit	1729.0	93.23299999999999	41.0	0.006077179107874374	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
SPA0027_000000014721	2529	0.9601762842052736	5	3	2	2	3	False	23977	fragment	False	SPA0027_000000014721	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1760.0	93.352	69.0	0.006187414656349567	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0249_000000018240	1250	0.9601745357415072	3	2	2	2	1	False	32318	fragment	False	ISR0249_000000018240	0.995472263868066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	95.444	65.0	0.00011097094508565437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0815_000000026465	1160	0.9601745357415072	3	2	2	2	1	False	32318	fragment	False	ISR0249_000000018240	0.9758260869565217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	93.2	64.0	0.0012967855646470977	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0119_000000027274	1150	0.9601745357415072	3	2	2	2	1	False	32318	fragment	False	ISR0249_000000018240	0.9754896551724138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	93.2	65.0	0.0012967855646470977	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0134_000000020037	1595	0.9601669755204544	2	2	2	2	2	False	97506	fragment	False	ISR0134_000000020037	0.9494797094718069		0	0	False	False	0.9830721020698547	0					non-mobilizable	chromosome	1595.0	97.492	100.0	0.0002911659625893751	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
SPA0090_000000006439	4941	0.9601658841823488	8	4	3	4	3	False	111545	fragment	False	ISR0157_000000004871	0.8238932493761499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000008429	3870	0.9601658841823488	6	4	3	4	3	False	111545	fragment	False	ISR0157_000000004871	0.5166620995722557		0	0	False	False	0.9974160194396973	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000009261	3222	0.960163556311443	6	3	3	2	2	False	73198	maximal	True	ISR0087_000000009261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	76.277	9.0	0.00723083035359555	NZ_KB291627.1	firmicutes	Clostridium celatum DSM 1785 Scfld48, whole genome shotgun sequence	True	False
MON0053_000000011153	3205	0.9601487570079226	5	5	4	4	4	False	104520	fragment	False	MON0053_000000011153	0.9935622317596566		0	0	False	False	1.0	0					non-mobilizable	chromosome	3205.0	98.09700000000001	100.0	0.0013194861416890905	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0293_000000002272	14249	0.9601418341147352	15	15	2	11	14	True	97897	fragment	False	ISR0293_000000002272	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	14269.0	97.84100000000001	100.0	0.22565726955970858	AP022175.1	enterobacteria	Escherichia coli plasmid pWP7-S17-ESBL-01_2 DNA, complete genome, strain: WP7-S17-ESBL-01	False	True
ISR0305_000000004344	3640	0.960139090871954	6	6	3	4	5	True	74982	maximal	True	ISR0305_000000004344	1.0		10	2	False	False	0.9906593561172485	0					non-mobilizable	no_good_hit	2842.0	95.742	78.0	0.001155002188767797	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	True
MAD0108_000000003738	4321	0.9601343360409548	4	4	4	4	4	False	14620	maximal	True	MAD0108_000000003738	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2769.0	91.22399999999999	69.0	0.02052326143008939	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ENG0147_000000002477	5273	0.9601320231958882	5	5	5	5	5	False	57371	maximal	True	ENG0147_000000002477	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3721.0	97.823	70.0	0.0005248861134146681	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
USA0066_01_000000014320	1432	0.960127640178594	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.13534388806288264		0	0	False	False	0.9972066879272461	0					non-mobilizable	other	1432.0	99.162	100.0	0.019954819277108432	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0031_000000001400	9450	0.9601268197840559	13	4	2	4	1	True	128677	fragment	False	ISR0031_000000001400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0131_000000000941	16438	0.9601264833501096	25	14	9	10	11	False	123911	maximal	True	ISR0131_000000000941	1.0		21	6	False	False	0.9999391436576843	0					non-mobilizable	no_good_hit	4319.0	99.931	52.0	0.0006097775434906141	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
CAN0007_000000010035	4220	0.9601249166721054	7	4	2	2	3	True	102391	fragment	False	CAN0007_000000010035	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1876.0	96.535	73.0	0.3698224852071006	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0222_000000016509	3292	0.9601164333345432	5	5	5	5	4	False	29443	fragment	False	ISR0222_000000016509	0.9881570408825437		0	0	False	False	1.0	0					non-mobilizable	plasmid	3292.0	99.90899999999999	100.0	0.05185780467051149	CP016714.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77B, complete sequence	False	True
ISR0231_000000000864	10580	0.9601151326717275	13	8	7	4	5	True	130479	fragment	False	ISR0231_000000000864	1.0		0	0	False	False	0.9959357380867004	0					non-mobilizable	no_good_hit	5751.0	98.818	54.0	0.00917356532395499	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
DEN0010_000000025374	1807	0.9601007936884988	5	4	4	3	3	False	75943	maximal	True	DEN0010_000000025374	1.0		3	2	False	False	0.9911455512046814	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.342668828245315e-05	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
AST0092_000000005530	2921	0.9600965001193856	3	3	3	3	2	False	109686	maximal	True	AST0092_000000005530	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1328.0	99.398	93.0	0.0003766992628390009	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0184_000000002163	10755	0.9600924548059592	12	8	6	7	5	True	102879	maximal	True	ENG0184_000000002163	1.0		14	8	False	False	1.0	0					non-mobilizable	no_good_hit	1554.0	99.743	14.0	0.00043465471538792444	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0031_000000002897	11818	0.9600917422532366	12	10	2	6	10	True	80359	fragment	False	MON0031_000000002897	1.0		0	0	False	False	0.9969537854194641	0			MPF_I		non-mobilizable	plasmid	11822.0	97.835	100.0	0.17157005111524162	CP024247.1	enterobacteria	Escherichia coli O27:H7 strain B4103-1 plasmid unnamed2	False	True
ENG0110_000000005827	5089	0.9600892253356365	6	2	1	2	0	True	130335	maximal	True	ENG0110_000000005827	0.9743395635747247	PS1094|PS1096|PS261|PS842|PS950|PS952	1	1	True	True	1.0	73					non-mobilizable	no_good_hit	1657.0	98.491	67.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0196_000000003410	5046	0.9600892253356365	6	2	1	2	0	True	130335	maximal	False	ENG0110_000000005827	0.9656649060894656	PS1094|PS1096|PS261|PS842|PS950|PS952	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1396.0	99.14	68.0	0.34444444444444444	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0217_000000005437	4965	0.9600892253356365	6	2	1	2	0	True	130335	maximal	False	ENG0110_000000005827	0.9645289989372107	PS1094|PS1096|PS261|PS842|PS950|PS952	0	0	True	True	1.0	64					non-mobilizable	no_good_hit	1653.0	98.79	69.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0007_000000006727	4169	0.9600892253356365	6	2	1	2	0	True	108598	maximal	True	DEN0007_000000006727	1.0		0	0	False	False	0.9995202422142029	0					non-mobilizable	no_good_hit	1863.0	94.632	67.0	0.4597530864197531	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0138_000000007511	3900	0.9600892253356365	5	2	1	2	0	True	130326	backbone	False	ISR0207_000000006519	0.9635890087013772	PS1094|PS1096	0	0	True	True	1.0	62					non-mobilizable	plasmid	2331.0	93.479	92.0	0.5696296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
ENG0018_000000005547	3851	0.9600892253356365	3	2	1	2	0	True	130326	backbone	False	ISR0207_000000006519	0.9462332897239675	PS1094|PS1096	0	0	True	True	1.0	28					non-mobilizable	plasmid	1590.0	93.01899999999999	90.0	0.3923456790123457	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
ISR0038_000000008141	3615	0.9600892253356365	3	2	1	2	0	True	82965	fragment	False	ISR0038_000000008141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	87.86200000000001	79.0	0.30691358024691356	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MAD0081_000000002182	3174	0.9600892253356365	5	2	1	2	0	True	16143	maximal	True	MAD0081_000000002182	1.0		0	0	False	False	0.9946439862251282	0					non-mobilizable	no_good_hit	913.0	91.785	29.0	0.2913715389568577	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0043_000000008091	2967	0.9600892253356365	3	2	1	2	0	True	64892	fragment	False	MAD0041_000000010272	0.9740813648293963		0	0	False	False	1.0	0					non-mobilizable	plasmid	1975.0	90.785	92.0	0.631680618158403	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	False	True
AST0059_000000005867	2465	0.9600892253356365	3	2	1	2	0	True	112719	maximal	True	AST0059_000000005867	1.0		1	1	False	False	0.9995943307876587	0					non-mobilizable	no_good_hit								True	True
MAD0083_000000004570	2222	0.9600892253356365	2	2	1	2	0	True	62765	fragment	False	MAD0083_000000004570	0.9968475194956031		0	0	False	False	0.9806480407714844	0					non-mobilizable	plasmid	1279.0	92.416	92.0	0.4085640695428204	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	False	True
MAD0048_000000011259	2116	0.9600892253356365	2	2	1	2	0	True	62765	fragment	False	MAD0083_000000004570	0.9809459293365871		0	0	False	False	1.0	0					non-mobilizable	plasmid	1235.0	92.146	94.0	0.3943979394719897	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	False	True
MAD0101_000000014179	2009	0.9600892253356365	2	2	1	2	0	True	62765	fragment	False	MAD0083_000000004570	0.646817895400126		0	0	False	False	0.9975112080574036	0					non-mobilizable	plasmid	1178.0	91.851	97.0	0.3760463618802318	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	False	True
ENG0101_000000016634	1989	0.9600892253356365	2	2	1	2	0	True	60486	maximal	True	ENG0101_000000016634	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1351.0	99.926	100.0	0.4346426271732131	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	False	True
ISR0194_000000013442	1908	0.9600892253356365	3	2	1	2	0	True	59351	fragment	False	ISR0194_000000013442	1.0		0	0	False	False	0.99842768907547	0					non-mobilizable	no_good_hit	1148.0	93.902	87.0	0.2832098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0066_000000011055	1828	0.9600892253356365	2	2	1	2	0	True	62764	fragment	False	ENG0066_000000011055	1.0		0	0	False	False	0.975382924079895	0					non-mobilizable	no_good_hit	1279.0	92.338	69.0	0.4085640695428204	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0067_000000008083	1315	0.9600892253356365	2	2	1	2	0	True	16497	fragment	False	MAD0067_000000008083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	92.00399999999999	77.0	0.32356728911783644	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0132_000000013544	2988	0.9600881323569044	5	4	2	3	2	True	3744	maximal	True	SPA0132_000000013544	1.0		1	1	True	True	1.0	151					non-mobilizable	plasmid	1747.0	83.34299999999999	99.0	0.5746894931184962	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	False	True
CAN0020_000000005037	6896	0.9600871996377364	10	8	2	3	7	True	109291	maximal	True	CAN0020_000000005037	0.9893747491592926		2	1	True	True	1.0	1024		MOBB			mobilizable	no_good_hit	4827.0	90.719	76.0	0.5763303635925837	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
CAN0021_000000005577	6896	0.9600871996377364	10	8	2	3	7	True	109291	maximal	False	CAN0020_000000005037	0.989302780717633		0	0	True	True	1.0	1577		MOBB			mobilizable	no_good_hit	5207.0	90.359	75.0	0.6220804237900313	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
FIJ0163_000000003447	7215	0.960086450973429	8	3	2	3	2	False	39182	fragment	False	FIJ0163_000000003447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.0005874474234556007	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	True	False
MAD0042_000000002743	7523	0.9600860740472512	7	4	4	2	3	False	40554	maximal	True	MAD0042_000000002743	1.0		2	2	False	False	0.9998670816421509	0					non-mobilizable	no_good_hit	3229.0	78.786	43.0	0.09659671697432505	NZ_FMML01000041.1	CFB group bacteria	Tannerella forsythia strain UB22 isolate UB22, whole genome shotgun sequence	True	False
ENG0200_000000010825	1886	0.9600843553356372	3	3	3	3	1	False	93089	fragment	False	ENG0200_000000010825	1.0		0	0	False	False	0.9962884187698364	0					non-mobilizable	chromosome	1892.0	94.397	100.0	0.0008795862306978393	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0212_000000001607	15699	0.9600839502117892	16	10	8	9	8	False	86078	fragment	False	ISR0212_000000001607	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3753.0	97.28200000000001	53.0	0.0011669297521355343	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0177_000000005930	4434	0.9600793495114964	10	8	1	4	6	True	114725	fragment	False	ENG0027_000000004484	0.9447576099210824		0	0	False	False	1.0	0					non-mobilizable	other	4361.0	97.661	98.0	0.001862657062760078	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
ISR0330_000000016411	1860	0.960078228184285	2	2	2	2	2	False	24658	fragment	False	ISR0330_000000016411	1.0		0	0	False	False	0.999462366104126	0					non-mobilizable	no_good_hit	974.0	79.46600000000001	55.0	0.0007721577430704813	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
MAD0062_000000002919	4459	0.9600732114507512	5	2	1	2	1	False	40963	maximal	True	MAD0062_000000002919	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	2.352816096614864e-06	LR131968.1	bony fishes	Parambassis ranga genome assembly, chromosome: 18	True	False
AST0116_000000008735	3078	0.9600718630407881	5	4	3	4	3	False	106262	fragment	False	AST0116_000000008735	1.0		0	0	False	False	0.9990253448486328	0					non-mobilizable	no_good_hit	894.0	79.306	29.0	0.004385445648098818	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0108_000000006858	3189	0.9600684492231752	5	3	3	3	3	False	32805	fragment	False	ISR0108_000000006858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	89.26899999999999	14.0	0.2279603547209181	NZ_JWHR01000154.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig154, whole genome shotgun sequence	True	False
ISR0020_000000003665	5102	0.9600615939524244	3	2	2	2	1	False	107099	maximal	True	ISR0020_000000003665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	98.34200000000001	27.0	0.01507814357395798	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0100_000000004228	4764	0.960054949343402	7	4	0	2	3	True	125145	backbone	False	ISR0317_000000003305	0.7951688526439338	PS921	0	0	True	True	1.0	11	rep_cluster_233				non-mobilizable	no_good_hit	1589.0	91.25200000000001	42.0	0.36109215017064844	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
ISR0073_000000017046	1608	0.9600505574713216	3	2	2	1	1	False	34785	fragment	False	ISR0073_000000017046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	77.584	53.0	0.0005233724690034507	NZ_GL872283.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD2, whole genome shotgun sequence	True	False
MON0041_000000034401	1908	0.9600449530125288	3	3	3	3	3	False	11798	maximal	True	MON0041_000000034401	1.0		1	1	False	False	0.99895179271698	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.9930600364777585e-06	NC_015730.1	a-proteobacteria	Roseobacter litoralis Och 149, complete sequence	True	False
AST0104_000000001039	20562	0.9600443122785062	30	21	12	16	14	True	130660	maximal	True	AST0104_000000001039	1.0	PS1107|PS1110|PS1111|PS1114|PS869	1	1	False	True	0.9999513626098633	0		MOBV			mobilizable	no_good_hit	6135.0	98.745	43.0	0.997880319582586	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AUS0014_000000010654	2864	0.9600432903798036	5	3	2	3	2	False	129740	fragment	False	AUS0014_000000010654	0.981622998544396		0	0	False	True	0.9993016719818115	0					non-mobilizable	chromosome	1741.0	99.25299999999999	100.0	0.00046629091836800324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0053_01_000000003887	5706	0.960043127407322	7	6	4	5	6	True	19405	fragment	False	USA0053_01_000000003887	1.0		0	0	False	False	1.0	0		MOBF	MPF_Unknown		conjugative	chromosome	5635.0	99.947	100.0	0.001134436575588786	CP042470.1	enterobacteria	Escherichia coli strain A50 chromosome	False	True
CHI0005_000000007202	2493	0.9600374146901329	4	3	2	3	2	False	120282	fragment	False	CHI0005_000000007202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	78.378	4.0	0.0007275639955945666	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0814_000000019032	2118	0.9600374146901329	3	3	2	3	2	False	120275	fragment	False	ISR0814_000000019032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	75.587	10.0	0.0013883790007676133	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0075_000000002125	6341	0.9600330537199366	7	7	4	6	6	False	93620	maximal	True	SPA0075_000000002125	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	94.934	29.0	0.0005119094822646524	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
MON0024_000000035391	1464	0.9600322582269222	2	1	1	1	1	False	12900	fragment	False	MON0024_000000035391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	5.0	2.1811403505092544e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0005_000000023424	1209	0.9600313389326656	1	1	1	1	1	False	8281	maximal	True	SPA0005_000000023424	1.0		1	1	False	False	1.0	0					non-mobilizable	other	839.0	98.45100000000001	100.0	0.00031108679172999154	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
MON0029_000000026596	1230	0.9600213913083104	2	1	1	1	1	False	12542	fragment	False	SPA0009_000000029221	0.9619416450335684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	76.796	44.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0126_000000003470	6167	0.9600200033796976	10	6	4	4	6	False	104009	maximal	True	ENG0126_000000003470	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1614.0	97.336	43.0	0.000358270086335761	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0111_000000001041	14316	0.9600197561689188	12	11	8	10	10	False	98300	fragment	False	MAD0111_000000001041	0.99789803555158		0	0	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	9113.0	98.914	86.0	0.12182204806547818	CP057969.1	enterobacteria	Escherichia coli strain RHB07-C17 plasmid pRHB07-C17_3, complete sequence	True	True
MAD0105_000000001473	14149	0.9600170885177182	11	11	8	10	10	False	98300	fragment	False	MAD0111_000000001041	0.9945025267154354		0	0	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	9078.0	99.009	86.0	0.12135396466639027	CP057969.1	enterobacteria	Escherichia coli strain RHB07-C17 plasmid pRHB07-C17_3, complete sequence	True	True
FIJ0135_000000014347	1988	0.960012665168554	3	1	1	1	1	False	40599	fragment	False	FIJ0135_000000014347	1.0		0	0	False	False	0.9984909296035767	0					non-mobilizable	no_good_hit								True	False
ISR0117_000000019389	1419	0.960012665168554	2	1	1	1	1	False	32404	fragment	False	ISR0117_000000019389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0090_000000001671	6986	0.960011152680574	7	6	4	6	4	False	120050	maximal	True	CHI0090_000000001671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3441.0	99.361	49.0	0.02795066382826592	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0041_000000004528	5703	0.9600011418689476	8	5	4	5	4	False	18297	maximal	True	MAD0041_000000004528	1.0		1	1	False	False	0.9991232752799988	0					non-mobilizable	no_good_hit	738.0	81.03	13.0	0.0003253190603500326	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0050_000000008218	3658	0.9599983634926588	4	4	4	3	1	False	11342	maximal	True	MON0050_000000008218	1.0		0	0	False	False	0.989611804485321	0					non-mobilizable	no_good_hit	678.0	98.82	19.0	0.0036886898340362006	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0102_01_000000003343	4247	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9753151039480987	PS1143|PS778	0	0	True	True	1.0	3073					non-mobilizable	plasmid	3899.0	99.97399999999999	100.0	0.9397299903567985	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ENG0203_000000003435	4227	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9748896463038726	PS1143|PS778	0	0	True	True	1.0	272					non-mobilizable	other	3893.0	99.87200000000001	100.0	0.9382835101253616	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
CHI0183_000000000968	4226	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9744596632640584	PS1143|PS778	0	0	True	True	1.0	114					non-mobilizable	plasmid	3941.0	99.92399999999999	100.0	0.9498553519768563	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
AST0059_000000003224	4217	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9564660204454638	PS1143|PS778	0	0	True	True	0.9995257258415222	48					non-mobilizable	plasmid	3811.0	99.921	100.0	0.9207154943195552	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0079_000000007573	4207	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.975524168273106	PS1143|PS778	0	0	True	True	1.0	364					non-mobilizable	plasmid	3863.0	100.0	100.0	0.9310511089681774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
CHI0012_000000001351	4207	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9380232142846253	PS1143|PS778	0	0	True	True	1.0	4277					non-mobilizable	other	3400.0	95.382	100.0	0.8040236686390533	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0013_000000005995	4207	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9749891731068362	PS1143|PS778	0	0	True	True	1.0	172					non-mobilizable	other	3859.0	99.87	100.0	0.9300867888138862	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0851_000000003084	4207	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9751470314728535	PS1143|PS778	0	0	True	True	1.0	1049					non-mobilizable	other	3894.0	99.87200000000001	100.0	0.9385245901639344	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
ISR0016_000000004663	4207	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9753488286157497	PS1143|PS778	0	0	True	True	1.0	61					non-mobilizable	plasmid	3818.0	100.0	100.0	0.9202025072324012	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0834_000000003993	4207	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9755169884183965	PS1143|PS778	0	0	True	True	1.0	118					non-mobilizable	plasmid	3854.0	100.0	100.0	0.9288813886210222	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
FIJ0141_000000006774	4207	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9747055304739966	PS1143|PS778	0	0	True	True	1.0	22					non-mobilizable	other	3838.0	99.818	100.0	0.9250241080038573	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
DEN0026_000000006973	4197	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9568717839071414	PS1143|PS778	0	0	True	True	1.0	764					non-mobilizable	plasmid	3805.0	99.921	100.0	0.9192651679961324	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0130_000000007149	4187	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9378226575097611	PS1143|PS778	0	0	True	True	1.0	68					non-mobilizable	plasmid	3865.0	94.256	100.0	0.9308677785835147	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0363_000000004402	4187	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9750870620088675	PS1143|PS778	0	0	True	True	0.999761164188385	4					non-mobilizable	plasmid	3960.0	99.975	100.0	0.9544358727097396	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0248_000000001254	4157	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9572505597459644	PS1143|PS778	0	0	True	True	1.0	40					non-mobilizable	plasmid	3833.0	99.92200000000001	100.0	0.9260333575054387	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0131_000000006368	4140	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.972886251750108	PS1143|PS778	0	0	True	True	1.0	34					non-mobilizable	plasmid	3913.0	99.949	100.0	0.9431051108968177	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0251_000000002988	4090	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9611616652954756	PS1143|PS778	0	0	True	True	0.9977995157241821	4					non-mobilizable	plasmid	3863.0	99.97399999999999	100.0	0.9310511089681774	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
DEN0018_000000008668	4073	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9462701533147351	PS1143|PS778	0	0	True	True	1.0	75					non-mobilizable	plasmid	3903.0	98.488	100.0	0.9429538312787044	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
CHI0185_000000004977	4066	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9553048775370186	PS1143|PS778	0	0	True	True	0.9987702965736389	8					non-mobilizable	plasmid	3833.0	99.948	100.0	0.9238187078109933	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0279_000000004617	4066	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.9557936270444183	PS1143|PS778	0	0	True	True	1.0	6					non-mobilizable	plasmid	3833.0	100.0	100.0	0.9238187078109933	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0781_000000006446	3939	0.9599886059216725	8	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.8916869406272685	PS1143|PS778	0	0	True	True	1.0	4					non-mobilizable	plasmid	3877.0	94.24799999999999	100.0	0.9337684312303601	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
CAN0017_000000009781	3760	0.9599886059216725	8	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.7775324150002754	PS1143|PS778	0	0	True	True	1.0	49					non-mobilizable	plasmid	3710.0	99.946	100.0	0.896301667875272	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0392_000000008239	3726	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.720749164946224	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	3536.0	99.915	100.0	0.8542422044960116	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0195_000000006280	3706	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.05274415153475871	PS1143|PS778	0	0	True	True	1.0	2					non-mobilizable	plasmid	3516.0	99.943	100.0	0.8494077834179357	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0075_000000004340	3700	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.0696533494680913	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	3711.0	97.602	100.0	0.8944069431051109	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ISR0041_000000003348	3692	0.9599886059216725	9	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.05186297498534127	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	3521.0	99.773	100.0	0.8501329465796471	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
MON0020_000000005247	3404	0.9599886059216725	8	7	2	3	6	False	132209	backbone	False	ENG0141_000000006400	0.04526071326056528	PS1143|PS778	0	0	False	True	0.9997062087059021	0					non-mobilizable	plasmid	3406.0	95.42	100.0	0.8203953712632595	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
MON0063_000000006403	4343	0.959975449757454	5	3	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.017600951137749503	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	3770.0	100.0	100.0	0.7166761741776003	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0183_000000005642	6381	0.9599743300840464	9	8	3	2	8	True	123826	backbone	True	ISR0183_000000005642	0.4885513161550291	PS486|PS905	36	5	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2946.0	99.525	84.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
SPA0005_000000005839	5076	0.9599637080984852	5	5	5	5	4	False	8341	maximal	True	SPA0005_000000005839	1.0		3	1	False	False	0.9982269406318665	0					non-mobilizable	chromosome	4368.0	99.70200000000001	100.0	0.0008548005654563484	CP019953.1	enterobacteria	Escherichia coli M8 chromosome, complete genome	False	False
ISR0106_000000004059	5281	0.9599635632830792	7	4	0	3	3	True	32915	maximal	True	ISR0106_000000004059	1.0		2	1	True	True	1.0	39					non-mobilizable	no_good_hit	1307.0	88.906	25.0	0.020976213038659836	CP016744.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2 plasmid pJM2C, complete sequence	True	True
ISR0110_000000002691	8071	0.9599613088303046	16	7	4	5	6	False	32723	maximal	True	ISR0110_000000002691	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	76.054	19.0	0.014572958752231514	NZ_KB894130.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
TAN0003_000000000221	13377	0.959952464214994	21	10	6	7	6	False	17446	maximal	True	TAN0003_000000000221	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	1.0	2.2262230812525757e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0067_000000002295	9773	0.9599506022909808	8	3	2	3	2	False	66000	maximal	True	ISR0067_000000002295	1.0		0	0	False	False	0.9997953772544861	0					non-mobilizable	no_good_hit	109.0	78.899	1.0	3.613118399110617e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MON0076_000000007266	5713	0.959941569057956	4	3	2	2	3	False	44817	fragment	False	MON0076_000000007266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	78.07	4.0	6.783502401026732e-05	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
FIJ0034_000000000310	47138	0.9599336926080164	52	11	6	8	7	False	76982	maximal	True	FIJ0034_000000000310	1.0		1	1	False	False	0.9997878670692444	0					non-mobilizable	no_good_hit	84.0	85.714	0.0	3.548548470575609e-05	CP012715.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1325, complete genome	True	False
ENG0202_000000011481	1864	0.9599335813998979	3	3	3	3	3	False	66760	backbone	False	ENG0025_000000014312	0.8005522046895839	PS306	0	0	True	True	1.0	2					non-mobilizable	other	1051.0	98.00200000000001	100.0	0.10717566602021027	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0824_000000005778	3269	0.9599302431003112	2	1	1	1	1	False	96492	fragment	False	ISR0824_000000005778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	90.184	7.0	4.623694091832273e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CAN0003_000000031266	1572	0.9599302431003112	2	1	1	1	1	False	96491	fragment	False	CAN0003_000000031266	1.0		0	0	False	False	0.9847328066825867	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	5.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0838_000000015795	1552	0.9599302431003112	3	1	1	1	1	False	48797	fragment	False	SPA0151_000000011778	0.94221260815822		0	0	False	False	0.999355673789978	0					non-mobilizable	no_good_hit	336.0	98.81	22.0	9.367718172058977e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0804_000000017650	1167	0.9599302431003112	1	1	1	1	1	False	21809	fragment	False	MON0046_000000026767	0.6937213384971178		0	0	False	False	0.999143123626709	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	11.0	1.7124792932712123e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0101_000000012235	2633	0.9599296862776696	3	3	3	2	3	False	66870	maximal	True	ENG0101_000000012235	0.9957934990439771		4	3	False	False	0.9984807968139648	0					non-mobilizable	no_good_hit	658.0	84.954	31.0	0.0001894787511874966	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0123_000000012116	2658	0.9599218422946371	5	2	1	2	1	False	46540	fragment	False	FIJ0123_000000012116	0.9843987823439878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	4.4114995095703715e-06	AP019371.1	high GC Gram+	Actinoplanes sp. OR16 DNA, complete genome	True	False
CAN0016_000000006618	6619	0.9599165146139214	10	6	3	3	4	True	93022	maximal	True	CAN0016_000000006618	1.0		4	2	True	True	0.9978848695755005	47		MOBB			mobilizable	no_good_hit	3426.0	92.323	66.0	0.4630481862479697	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	True	True
USA0020_01_000000027342	1261	0.9599158029329088	2	2	2	1	1	False	131372	fragment	False	USA0020_01_000000027342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	87.963	17.0	6.443130193080139e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0102_000000005937	5152	0.9599151766198132	6	3	1	2	2	False	127330	fragment	False	FIJ0102_000000005937	1.0		0	0	False	True	0.9998059272766113	0					non-mobilizable	no_good_hit	1413.0	97.169	63.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0021_01_000000001128	15495	0.9599109573557322	18	14	8	8	12	True	112514	fragment	False	USA0021_01_000000001128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5198.0	96.76799999999999	89.0	0.06276394349788846	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0076_000000034083	1415	0.9599058176538032	2	2	1	1	2	False	10276	fragment	False	MON0104_000000031777	0.9666666666666666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	817.0	77.968	57.0	0.00022975763851388763	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0105_000000011412	4584	0.9599009414364226	11	6	4	5	5	False	8755	maximal	True	MON0105_000000011412	1.0		1	1	False	False	0.9952006936073303	0					non-mobilizable	no_good_hit	214.0	91.12100000000001	9.0	7.13579587853933e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0294_000000002809	6700	0.9598986785649268	7	6	2	3	5	False	25789	maximal	True	ISR0294_000000002809	1.0		1	1	False	False	0.9998507499694824	0					non-mobilizable	no_good_hit	955.0	82.40799999999999	14.0	0.000325931054100785	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0196_000000000215	19407	0.9598979487374368	15	14	10	10	13	False	116247	fragment	False	ENG0156_000000000709	0.9642297337532758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12839.0	99.78200000000001	67.0	0.0023324532582762302	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
AST0087_000000006429	5003	0.9598978701580672	6	5	4	5	4	False	111036	fragment	False	AST0087_000000006429	1.0		0	0	False	False	0.9966020584106445	0					non-mobilizable	other	4901.0	99.469	98.0	0.040919263787286636	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	False	False
USA0119_01_000000011021	2218	0.95989037901441	3	2	2	2	2	False	231	maximal	True	USA0119_01_000000011021	1.0		4	4	False	False	0.984670877456665	0					non-mobilizable	no_good_hit	577.0	94.801	26.0	0.005789526585586491	NZ_NFHM01000010.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_10, whole genome shotgun sequence	True	False
ENG0138_000000004637	4402	0.9598846379852174	6	4	3	4	3	False	74394	fragment	False	ENG0138_000000004637	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	71.814	42.0	0.0008742682374852248	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0046_000000006472	4152	0.9598826053303	6	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.8107171708992995		0	0	False	False	1.0	0					non-mobilizable	other	4155.0	99.061	100.0	0.005753805282032032	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0021_000000036214	1315	0.9598801390326184	2	2	2	1	1	False	49551	fragment	False	FIJ0021_000000036214	1.0		0	0	False	False	0.9916349649429321	0					non-mobilizable	other	1318.0	97.117	100.0	0.02923898531375167	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	False	False
MAD0075_000000000162	7624	0.9598756258297232	14	3	3	3	2	True	16276	maximal	True	MAD0075_000000000162	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	1.0	0.0007143627345266336	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0159_000000004498	5298	0.9598708264044306	5	3	1	2	2	False	55023	maximal	True	ISR0159_000000004498	1.0		5	1	False	False	0.9971687197685242	0					non-mobilizable	no_good_hit	253.0	94.46600000000001	5.0	7.839677353723131e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0140_000000018942	1125	0.9598595071137829	2	2	2	1	1	False	3473	fragment	False	SPA0140_000000018942	1.0		0	0	False	False	0.9964444637298584	0					non-mobilizable	no_good_hit								True	False
TAN0008_000000015636	1413	0.959856753448845	2	1	1	1	1	True	2739	fragment	False	TAN0008_000000015636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0102_000000009756	3809	0.9598441402829542	7	4	1	2	3	True	130690	backbone	False	ENG0017_000000004005	0.16990805844412862	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3605.0	99.945	99.0	0.6679021497405485	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CAN0010_000000003795	3413	0.9598441402829542	6	4	1	2	3	True	119393	fragment	False	ITA0006_000000007455	0.9365449211724302		0	0	False	False	1.0	0					non-mobilizable	plasmid	3413.0	99.70700000000001	100.0	0.684708249496982	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0150_000000006504	2543	0.9598429942812732	3	2	2	2	1	False	60773	maximal	True	ENG0150_000000006504	1.0		2	2	False	False	0.9701140522956848	0					non-mobilizable	no_good_hit	108.0	100.0	4.0	0.00024235395908974572	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0097_000000013243	2373	0.9598429942812732	3	2	2	2	1	False	60773	maximal	False	ENG0150_000000006504	0.9665749115218246		0	0	False	False	0.9949430823326111	0					non-mobilizable	no_good_hit								True	False
ENG0078_000000002104	11461	0.9598388524951904	13	7	3	6	4	True	75614	maximal	True	ENG0078_000000002104	1.0		1	1	True	True	0.9994764924049377	18					non-mobilizable	no_good_hit	1274.0	93.485	11.0	0.11493836113125454	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0092_000000017091	2023	0.9598312290786376	4	3	0	3	1	True	43304	maximal	True	FIJ0092_000000017091	1.0		1	1	False	False	0.9901136755943298	0					non-mobilizable	no_good_hit	48.0	93.75	2.0	0.01692473892689953	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ISR0133_000000017796	1295	0.9598270845917952	2	2	2	2	2	False	82127	fragment	False	ISR0133_000000017796	1.0		0	0	False	False	0.9938223958015442	0					non-mobilizable	no_good_hit	540.0	77.778	48.0	0.00011095208667403454	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
FIJ0079_000000012086	2328	0.95982229831886	3	3	1	2	2	False	44388	maximal	True	FIJ0079_000000012086	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1281.0	91.959	55.0	0.5390286209887251	DQ318958.1	a-proteobacteria	Rhodopseudomonas palustris plasmid pRPSZY, complete sequence	True	False
AST0031_000000001544	15277	0.9598220309052338	6	5	3	5	2	False	117644	maximal	True	AST0031_000000001544	1.0		1	1	False	False	0.9985599517822266	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	0.000653403717523256	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CHI0040_000000007964	1947	0.9598210572016118	2	2	1	1	2	False	87702	fragment	False	CHI0040_000000007964	1.0		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	1947.0	99.949	100.0	0.37662086317011806	CP054377.1	enterobacteria	Escherichia coli strain SCU-182 plasmid pSCU-182-2, complete sequence	False	True
CHI0150_000000001301	7142	0.959819265583616	9	5	4	3	4	True	104257	backbone	False	ISR0343_000000001718	0.9972556476497315	PS1|PS615	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2780.0	82.986	39.0	0.0005526568845001	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
MON0106_000000004309	7825	0.959817005996794	9	7	3	4	5	True	76966	maximal	True	MON0106_000000004309	0.9745933593224896	PS328|PS329|PS369	3	1	False	True	0.9997444152832031	0					non-mobilizable	no_good_hit	500.0	83.2	25.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ENG0156_000000000709	20819	0.9598099337021422	16	14	10	10	14	False	116247	fragment	False	ENG0156_000000000709	0.9975494922869308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12839.0	99.875	69.0	0.0023324532582762302	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
ENG0183_000000001254	19301	0.9598099337021422	15	14	10	10	14	False	116247	fragment	False	ENG0156_000000000709	0.9624023159756635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12839.0	99.875	67.0	0.0023324532582762302	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
ISR0021_000000002140	9413	0.9598044360450952	14	5	3	5	4	True	37649	maximal	True	ISR0021_000000002140	1.0		1	1	False	False	0.9940508008003235	0					non-mobilizable	no_good_hit	547.0	81.35300000000001	6.0	0.01600625808586816	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ENG0171_000000003787	5967	0.959803952378617	5	3	3	2	2	False	99463	maximal	True	ENG0171_000000003787	1.0		1	1	False	False	0.9994972348213196	0					non-mobilizable	no_good_hit	4643.0	99.397	78.0	0.002071510395260427	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0064_000000007120	3183	0.9597922705411316	4	2	2	2	1	False	102871	fragment	False	ENG0064_000000007120	0.991000346140533		0	0	False	False	0.9984291791915894	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.7485744164046013e-07	LR812497.1	bony fishes	Danio aesculapii genome assembly, chromosome: 14	True	False
ISR0852_000000003248	2889	0.9597922705411316	4	2	2	2	1	False	102871	fragment	False	ENG0064_000000007120	0.9459629280552937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.7485744164046013e-07	LR812497.1	bony fishes	Danio aesculapii genome assembly, chromosome: 14	True	False
ENG0165_000000003481	5067	0.959789384729771	11	2	1	2	0	True	56242	maximal	True	ENG0165_000000003481	1.0		1	1	True	True	1.0	183					non-mobilizable	no_good_hit	1134.0	83.686	53.0	0.24829707756537026	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0132_000000010228	2689	0.959789384729771	4	2	1	2	0	True	61632	maximal	True	ISR0132_000000010228	0.998900293255132		2	2	True	True	1.0	103					non-mobilizable	plasmid	2559.0	95.311	100.0	0.9711246200607903	LN853258.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0631	False	True
ETH0004_000000010966	2573	0.959789384729771	3	2	1	2	0	True	52913	maximal	True	ETH0004_000000010966	1.0		1	1	True	True	0.9895064234733582	6					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00010473316317426822	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
USA0081_01_000000014380	2144	0.959789384729771	5	2	1	2	0	True	571	maximal	True	USA0081_01_000000014380	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	80.38	62.0	0.18413535486706217	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0059_000000007903	1888	0.959789384729771	4	2	1	2	0	True	112677	maximal	True	AST0059_000000007903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	89.655	3.0	0.012524719841793012	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0083_000000017761	1547	0.959789384729771	4	2	1	2	0	True	34095	maximal	True	ISR0083_000000017761	1.0		0	0	False	False	0.9663865566253662	0					non-mobilizable	no_good_hit	736.0	80.571	47.0	0.16084377059986815	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0162_000000016985	1436	0.959789384729771	3	2	1	2	0	True	56339	maximal	True	ENG0162_000000016985	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	0.01054713249835201	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
FIJ0103_000000006557	3111	0.9597821006584966	4	3	3	3	3	False	42585	maximal	True	FIJ0103_000000006557	1.0		5	2	False	False	0.9929283261299133	0					non-mobilizable	no_good_hit	1291.0	86.522	66.0	0.026120389771548305	NZ_WEHX01000009.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_9_length_49157_cov_151.996209, whole genome shotgun sequence	True	False
SPA0092_000000002288	13610	0.9597814401593832	19	11	4	10	7	False	5335	maximal	True	SPA0092_000000002288	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	1.4191033484186976e-05	NZ_JH725021.1	a-proteobacteria	Bartonella tamiae Th307 supercont1.1, whole genome shotgun sequence	True	False
FIJ0117_000000018435	1122	0.9597710500439058	2	1	1	1	1	False	41591	fragment	False	FIJ0117_000000018435	1.0		0	0	False	False	0.9331550598144531	0					non-mobilizable	plasmid	1122.0	99.02	100.0	0.023879007349025455	CP042421.1	firmicutes	Leuconostoc lactis strain CBA3622 plasmid unnamed1, complete sequence	False	True
AST0048_000000003698	4535	0.959761221768852	8	7	6	7	5	False	121730	fragment	False	CAN0008_000000005647	0.9297632920898266		0	0	False	False	0.9995589852333069	0					non-mobilizable	no_good_hit	581.0	77.969	26.0	0.0026219836945388995	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ENG0025_000000000638	25293	0.9597599956882844	19	13	9	9	9	False	66191	fragment	False	ENG0025_000000000638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2071.0	96.62	11.0	0.026244389786241346	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
CHI0112_000000009638	1887	0.9597536201383092	2	1	1	1	1	False	121899	fragment	False	CHI0112_000000009638	1.0		0	0	False	False	0.9788023233413696	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000009835	3504	0.9597409248092552	5	3	2	2	0	True	84564	maximal	False	FIJ0025_000000005945	0.9839031304739095		0	0	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
SPA0122_000000008588	3434	0.9597398442241206	5	5	2	5	5	False	97979	fragment	False	SPA0122_000000008588	1.0		0	0	False	False	0.9935934543609619	0	IncFIA,IncFIC				non-mobilizable	plasmid	3434.0	100.0	100.0	0.030698106964973933	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
CHI0041_000000002655	5014	0.9597299713385674	9	4	3	3	4	False	104044	fragment	False	CHI0041_000000002655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	98.118	31.0	0.0002712013486769772	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0039_000000000391	33326	0.959729820489606	38	31	20	22	22	True	102536	maximal	False	USA0012_01_000000000166	0.5471479019553889		0	0	False	True	0.9999399781227112	0			MPF_T		non-mobilizable	no_good_hit	9521.0	75.097	29.0	0.3034449452672247	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	True	True
CAN0007_000000025120	1602	0.9597154102664708	3	3	2	1	2	False	95216	fragment	False	CAN0007_000000025120	1.0		0	0	False	False	0.9956304430961609	0					non-mobilizable	other	1602.0	99.81299999999999	100.0	0.006579596265123619	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0026_000000004684	4749	0.9597060181443104	7	4	0	2	3	True	125145	backbone	False	ISR0317_000000003305	0.9001443207824171	PS921	0	0	True	True	1.0	80	rep_cluster_233				non-mobilizable	no_good_hit	1640.0	88.476	42.0	0.2784570346133976	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ENG0145_000000007133	4617	0.9597060181443104	7	4	0	2	3	True	125145	backbone	False	ISR0317_000000003305	0.6352667948834625	PS921	0	0	True	True	1.0	17	rep_cluster_233				non-mobilizable	no_good_hit	1536.0	92.969	41.0	0.26381952815567417	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0291_000000003425	3714	0.9597057074954796	4	4	4	4	4	False	128452	fragment	False	SPA0023_000000006569	0.9552549795307826		0	0	False	False	0.9991922378540039	0					non-mobilizable	other	3714.0	97.604	100.0	0.014243079850242436	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0152_000000016093	1471	0.9597036249705188	2	1	1	1	1	False	30704	fragment	False	ISR0152_000000016093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	729.0	98.62799999999999	86.0	0.0028497287465897333	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
MAD0085_000000001240	7773	0.9596970655537876	5	5	5	4	5	False	50811	fragment	False	MAD0085_000000001240	1.0		0	0	False	False	0.9994853734970093	0					non-mobilizable	no_good_hit	3629.0	98.484	86.0	0.008846126649809934	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0153_000000008232	3566	0.9596964824101007	6	3	2	2	3	False	56962	maximal	True	ENG0153_000000008232	1.0		1	1	False	False	0.9963544607162476	0					non-mobilizable	no_good_hit	458.0	72.271	13.0	0.004487284324147518	NZ_FNUK01000002.1	firmicutes	Caloramator fervidus strain DSM 5463, whole genome shotgun sequence	True	False
ISR0018_000000000934	18091	0.9596946123911304	19	14	10	12	11	True	37821	maximal	True	ISR0018_000000000934	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0061_000000002868	10911	0.9596923877809106	10	9	9	9	8	False	59189	maximal	True	MON0061_000000002868	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	6046.0	96.758	83.0	0.0020530650371723023	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0777_000000014834	1178	0.9596920866322256	2	2	2	2	1	False	22383	fragment	False	ISR0777_000000014834	1.0		0	0	False	False	0.9915110468864441	0					non-mobilizable	other	890.0	96.62899999999999	99.0	0.004807276345388476	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
MAD0070_000000001852	8384	0.9596898248561496	14	3	2	3	3	False	16386	maximal	True	MAD0070_000000001852	1.0		1	1	False	False	0.9980915784835815	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00018420083153518235	NZ_CCMG01000002.1	a-proteobacteria	Rickettsia tamurae, whole genome shotgun sequence	True	False
AST0055_000000001180	17975	0.9596821998806412	19	9	7	7	5	False	114012	maximal	True	AST0055_000000001180	1.0		6	3	False	False	0.9997774958610535	0					non-mobilizable	no_good_hit	58.0	84.48299999999999	0.0	8.27278717456742e-05	NZ_NXIE01000002.1	e-proteobacteria	Halarcobacter mediterraneus strain F156-34 NODE_2_length_689006_cov_104.375, whole genome shotgun sequence	True	False
MAD0028_000000007970	1584	0.9596770088007064	2	2	2	2	1	False	93933	fragment	False	MAD0028_000000007970	1.0		0	0	False	False	0.9987373948097229	0					non-mobilizable	no_good_hit								True	False
ISR0015_000000010724	2352	0.9596727854997856	3	2	2	2	1	False	126588	fragment	False	ISR0015_000000010724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	99.84	53.0	0.2827461607949413	NZ_QIML01000050.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_51, whole genome shotgun sequence	True	False
ISR0249_000000004527	3605	0.9596677369437661	5	3	2	2	3	False	27071	fragment	False	ISR0249_000000004527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0290_000000003778	3072	0.959666552118146	6	2	2	1	1	False	117669	maximal	True	ISR0290_000000003778	1.0		0	0	False	False	0.9996744990348816	0					non-mobilizable	no_good_hit	1007.0	94.042	33.0	0.0030554559061838965	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0099_000000001784	10303	0.9596540806167292	10	6	2	4	4	True	128768	backbone	False	ENG0060_000000001922	0.9593101544542904	PS1052	0	0	True	True	1.0	62	IncW	MOBF			mobilizable	plasmid	7152.0	99.35700000000001	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0370_000000004872	5154	0.9596498801671914	11	3	1	3	3	True	31563	maximal	True	ISR0370_000000004872	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	1027.0	87.829	48.0	0.2247857613711272	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AUS0024_000000001512	16273	0.9596497760747597	12	7	5	7	2	True	103124	maximal	True	AUS0024_000000001512	1.0		2	1	False	False	0.9992625713348389	0					non-mobilizable	no_good_hit	82.0	91.463	1.0	2.240467028224427e-05	NZ_RSDX01000001.1	firmicutes	Herbinix hemicellulosilytica strain LL1355 Ga0256695_11, whole genome shotgun sequence	True	True
ENG0194_000000010379	2635	0.9596487646653268	6	3	0	2	3	True	54528	maximal	True	ENG0194_000000010379	1.0		1	1	True	True	0.9996204972267151	26					non-mobilizable	no_good_hit	49.0	89.796	2.0	0.007233841799025004	NZ_AYYH01000075.1	firmicutes	Lactobacillus mali KCTC 3596 = DSM 20444 Scaffold75, whole genome shotgun sequence	True	True
CAN0022_000000012961	2393	0.9596475982547068	5	1	1	1	1	True	104395	backbone	True	CAN0022_000000012961	0.9994517543859649	PS617	4	3	True	True	1.0	4					non-mobilizable	no_good_hit	1218.0	88.916	74.0	0.4525493114998139	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0141_000000004981	5314	0.9596472100579432	5	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.33484293394153053		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	564.0	87.057	12.0	0.0017866052889954772	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0126_000000015449	2406	0.9596437194819104	3	1	1	1	1	False	56128	maximal	True	FIJ0126_000000015449	1.0		9	4	False	False	0.997921884059906	0					non-mobilizable	no_good_hit	196.0	76.02	8.0	5.5084750600223994e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0399_000000001057	10028	0.9596429209505872	9	8	6	7	6	False	53247	maximal	True	ISR0399_000000001057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7597.0	97.275	81.0	0.12036860804466439	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0204_000000001955	9260	0.9596401147623173	14	9	7	7	7	False	93939	fragment	False	ENG0204_000000001955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	76.587	3.0	0.0010888738866264508	NZ_DS544181.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_14, whole genome shotgun sequence	True	False
DEN0011_000000014300	2973	0.9596391496098736	5	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.20665310768395947	PS1035	0	0	True	True	0.9996636509895325	18					non-mobilizable	no_good_hit	1663.0	86.831	78.0	0.5490654205607477	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0119_000000011010	2968	0.9596391496098736	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.15743969423316634	PS1035	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2056.0	85.846	78.0	0.6748998664886515	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0109_000000005880	4529	0.9596368244686226	5	5	5	5	4	True	76723	fragment	False	SPA0109_000000005880	1.0		0	0	False	False	0.9988960027694702	0					non-mobilizable	no_good_hit	46.0	89.13	1.0	2.6519618329653e-05	NZ_FUZA01000001.1	CFB group bacteria	Dyadobacter psychrophilus strain DSM 22270, whole genome shotgun sequence	True	True
ISR0398_000000019261	1172	0.9596355995861464	2	2	2	2	1	False	22600	fragment	False	ISR0398_000000019261	1.0		0	0	False	False	0.9931740760803223	0					non-mobilizable	no_good_hit	734.0	99.59100000000001	63.0	0.0051849389195803945	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
ENG0095_000000007253	3743	0.9596298454899204	6	4	4	4	3	False	110582	fragment	False	MON0057_000000006096	0.9385615711252654		0	0	False	False	0.9938551783561707	0					non-mobilizable	no_good_hit	91.0	81.319	2.0	0.00017018575105457798	NZ_VANP01000006.1	high GC Gram+	Microbispora fusca strain NEAU-HEGS1-5 Scaffold6, whole genome shotgun sequence	True	False
ISR0065_000000003475	7581	0.9596230743260252	14	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.988706533146021	PS254	0	0	True	True	1.0	44	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.126	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ENG0195_000000002605	7576	0.9596230743260252	14	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9886160140576713	PS254	0	0	True	True	1.0	145	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.126	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
SPA0124_000000003657	7576	0.9596230743260252	14	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9885488970153327	PS254	0	0	True	True	1.0	667	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.126	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
FIJ0162_000000003192	7576	0.9596230743260252	15	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9872817583269624	PS254	0	0	True	True	1.0	7	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.06200000000001	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ISR0035_000000002108	7576	0.9596230743260252	14	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.988376110323579	PS254	0	0	True	True	0.9994720220565796	27	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.126	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
DEN0052_000000004108	7576	0.9596230743260252	13	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.988747247364679	PS254	0	0	True	True	1.0	115	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.126	43.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
CAN0005_000000002585	7576	0.9596230743260252	14	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9887575645734265	PS254	0	0	True	True	0.9998679757118225	39	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.126	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
CAN0004_000000003036	7576	0.9596230743260252	14	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9888012489779312	PS254	0	0	True	True	1.0	22	rep_cluster_1097				non-mobilizable	no_good_hit	1658.0	79.493	43.0	0.2526997840172786	HG796267.1	bacteria	Uncultured bacterium plasmid pRGI00156	True	True
USA0078_01_000000001518	7576	0.9596230743260252	14	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9885102596324573	PS254	0	0	True	True	1.0	62	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.126	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
SPA0020_000000003156	7556	0.9596230743260252	14	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9888229091412294	PS254	0	0	True	True	0.9996029734611511	23	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.126	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
USA0030_01_000000002151	7556	0.9596230743260252	14	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9874308389908346	PS254	0	0	True	True	1.0	260	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.06200000000001	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ISR0806_000000001159	7555	0.9596230743260252	14	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9887027465083704	PS254	0	0	True	True	1.0	161	rep_cluster_1097				non-mobilizable	no_good_hit	1556.0	84.126	42.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ENG0060_000000003110	7351	0.9596230743260252	13	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9694481062095637	PS254	0	0	True	True	1.0	1	rep_cluster_1097				non-mobilizable	no_good_hit	1337.0	84.069	40.0	0.2053654024051804	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ENG0131_000000003900	7302	0.9596230743260252	13	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9072622420919727	PS254	0	0	True	True	0.9984935522079468	13	rep_cluster_1097				non-mobilizable	no_good_hit	1659.0	83.42399999999999	30.0	0.253777366635831	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ISR0389_000000002358	7224	0.9596230743260252	12	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9068970226221242	PS254	0	0	True	True	0.9997231364250183	10	rep_cluster_1097				non-mobilizable	no_good_hit	1659.0	83.42399999999999	31.0	0.253777366635831	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ISR0812_000000005060	7224	0.9596230743260252	12	5	3	3	4	True	96288	maximal	False	USA0093_01_000000002609	0.9068970226221242	PS254	0	0	True	True	1.0	9	rep_cluster_1097				non-mobilizable	no_good_hit	1659.0	83.42399999999999	31.0	0.253777366635831	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ISR0190_000000003908	5959	0.9596230743260252	8	5	3	3	4	True	58108	backbone	True	ISR0190_000000003908	1.0	PS254	18	8	True	True	1.0	173	rep_cluster_1097				non-mobilizable	no_good_hit	1293.0	84.145	49.0	0.19858156028368795	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ENG0018_000000015299	1423	0.9596160670972232	2	2	2	2	1	False	66597	fragment	False	ENG0018_000000015299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	81.013	6.0	1.736768194676828e-05	NZ_CP014337.1	CFB group bacteria	Elizabethkingia bruuniana strain G0146 chromosome, complete genome	True	False
ENG0076_000000003015	3769	0.9596128638912476	4	2	1	2	2	True	62048	maximal	False	ISR0807_000000003432	0.9719994054365291		0	0	True	True	1.0	300					non-mobilizable	no_good_hit	1758.0	89.022	73.0	0.5282904689863843	LN852925.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0252	True	True
ISR0780_000000002993	3749	0.9596128638912476	4	2	1	2	2	True	62048	maximal	False	ISR0807_000000003432	0.972483251539581		0	0	True	True	1.0	262					non-mobilizable	no_good_hit	2575.0	86.913	71.0	0.7739788199697428	LN852925.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0252	True	True
ISR0269_000000000275	19192	0.9596118299193532	23	10	8	9	8	True	78627	fragment	False	ISR0269_000000000275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	84.09700000000001	6.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0023_000000001262	18097	0.9596083566474332	13	9	4	9	5	True	37563	maximal	True	ISR0023_000000001262	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	10050.0	99.204	82.0	0.1212823483970645	AP023050.1	CFB group bacteria	Alistipes indistinctus 2BBH45 plasmid p2BBH45 DNA, complete sequence	True	True
FIJ0130_000000011165	1836	0.9596078512591826	2	2	2	2	1	False	40879	fragment	False	FIJ0130_000000011165	1.0		0	0	False	False	0.9994553327560425	0					non-mobilizable	no_good_hit								True	False
MAD0059_000000003457	5264	0.9596074222135044	8	6	3	5	5	True	98110	fragment	False	MAD0059_000000003457	1.0		0	0	False	False	0.9998100399971008	0	IncFIB				non-mobilizable	plasmid	4283.0	94.91	99.0	0.02779691419806845	MN218686.1	enterobacteria	Escherichia coli strain 5M plasmid pISV_IncFII_NDM-5, complete sequence	False	True
ISR0065_000000008755	3539	0.9596063152094312	4	3	2	2	2	True	122222	maximal	True	ISR0065_000000008755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3061.0	81.607	85.0	0.4583080654942389	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0102_000000003309	7799	0.9596022051795184	8	5	1	4	2	True	108395	maximal	True	AST0102_000000003309	0.9984052054095433		2	2	True	True	1.0	81					non-mobilizable	no_good_hit								True	True
MAD0043_000000002515	7779	0.9596022051795184	8	5	1	4	2	True	108395	maximal	False	AST0102_000000003309	0.9984052054095433		0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
ISR0026_000000004426	5035	0.959585465607874	4	3	3	3	3	True	37311	fragment	False	ISR0026_000000004426	1.0		0	0	False	False	0.9884806275367737	0					non-mobilizable	plasmid	4332.0	99.723	99.0	0.6487417615338527	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
FIJ0165_000000000438	25060	0.959575495012834	28	21	15	19	14	True	79338	maximal	True	FIJ0165_000000000438	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7794.0	95.189	31.0	0.9533773861967695	NZ_CABKPS010000032.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0120_000000015323	2181	0.9595719688123544	3	3	3	3	2	False	93091	fragment	False	DEN0067_000000014740	0.7049850754192512		0	0	False	False	0.9802842736244202	0					non-mobilizable	other	2179.0	97.568	99.0	0.007810174742798538	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0812_000000012084	3269	0.9595694369457282	3	3	1	3	1	True	105291	fragment	False	ISR0812_000000012084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	94.82799999999999	4.0	0.012162594686866531	NZ_JAAIPV010000065.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_65_length_9373_cov_114.326, whole genome shotgun sequence	True	True
ISR0053_000000003749	5273	0.9595667813722352	10	2	1	2	0	True	35756	maximal	True	ISR0053_000000003749	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	1845.0	80.65	77.0	0.3990331795209844	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0204_000000004283	5064	0.9595667813722352	12	2	1	2	0	True	54064	maximal	True	ENG0204_000000004283	1.0		1	1	True	True	1.0	50					non-mobilizable	no_good_hit	1193.0	85.499	80.0	0.2601626016260163	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0159_000000004317	5063	0.9595667813722352	10	2	1	2	0	True	56553	maximal	True	ENG0159_000000004317	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit	1169.0	84.859	80.0	0.25422983959569323	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0119_000000006422	5060	0.9595667813722352	12	2	1	2	0	True	35526	maximal	True	ISR0119_000000006422	0.9998948475289169		2	1	True	True	0.9990118741989136	6					non-mobilizable	no_good_hit	970.0	85.56700000000001	64.0	0.21138211382113822	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0157_000000005579	5042	0.9595667813722352	10	2	1	2	0	True	30559	maximal	True	ISR0157_000000005579	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit	1651.0	85.645	62.0	0.35838277301691934	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0779_000000006350	5040	0.9595667813722352	10	2	1	2	0	True	22352	maximal	True	ISR0779_000000006350	1.0		1	1	True	True	0.9998015761375427	21					non-mobilizable	no_good_hit	1052.0	83.46	64.0	0.22918039991210723	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0090_000000004999	5039	0.9595667813722352	10	2	1	2	0	True	109949	maximal	True	AST0090_000000004999	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1659.0	85.654	67.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0039_000000004812	4674	0.9595667813722352	8	2	1	2	0	True	64967	maximal	True	ENG0039_000000004812	1.0		1	1	True	True	1.0	97					non-mobilizable	no_good_hit	1734.0	82.12200000000001	87.0	0.3788178422324764	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ITA0008_000000000201	4354	0.9595667813722352	7	2	1	2	0	True	20334	maximal	True	ITA0008_000000000201	1.0		1	1	False	False	0.9997703433036804	0					non-mobilizable	no_good_hit	1828.0	82.221	78.0	0.3985937156668864	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
CHI0135_000000002208	8812	0.9595609581647866	8	6	5	4	5	True	104263	maximal	True	CHI0135_000000002208	1.0	PS1|PS615	1	1	True	True	1.0	19					non-mobilizable	no_good_hit	2585.0	83.288	29.0	0.0005141365599394213	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
USA0056_01_000000004585	4999	0.9595597784705386	6	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.6581524063586719	PS799	0	0	False	True	0.9997999668121338	0	rep_cluster_1097	MOBB			mobilizable	plasmid	5001.0	99.92	100.0	0.5593732512590934	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0096_000000006443	4999	0.9595597784705386	6	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.6580009749764316	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	5001.0	99.9	100.0	0.5593732512590934	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0019_000000012240	4926	0.9595597784705386	8	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.7146718147268549	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4928.0	99.899	100.0	0.5512031337437046	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0105_000000006373	4314	0.9595597784705386	6	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.3585593722380544	PS799	0	0	False	True	0.9967547655105591	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4298.0	99.93	99.0	0.480917739227756	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0129_000000004717	4289	0.9595597784705386	7	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.3673313329634355	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4293.0	98.206	100.0	0.47942754919499103	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0134_000000003119	4190	0.9595597784705386	6	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.32787917518553816	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4190.0	99.905	100.0	0.46871852266368214	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0052_000000004683	4678	0.9595470374201274	7	3	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.03526150324948186	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	3541.0	100.0	100.0	0.6731317741015402	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0029_000000004799	4491	0.9595470374201274	5	3	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.02667019237956027	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9997773170471191	0	rep_cluster_475				non-mobilizable	plasmid	3553.0	99.97200000000001	100.0	0.6754135767256132	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ENG0058_000000006717	4427	0.959544725661922	5	5	2	4	4	False	83773	fragment	False	ENG0058_000000006717	1.0		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	other	4427.0	100.0	100.0	0.6471706389823073	LM996509.1	enterobacteria	Escherichia coli genome assembly FHI65, scaffold scaffold-8_contig-18.0_1_6839_[organism:Escherichia	False	True
ISR0015_000000000276	58020	0.9595433965541568	57	29	18	29	11	True	112215	maximal	True	ISR0015_000000000276	1.0	PS80	2	1	False	True	1.0	0					non-mobilizable	plasmid	57839.0	99.61399999999999	99.0	0.8000913204101117	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0120_000000000034	98750	0.9595423331781452	89	13	5	11	4	True	127415	maximal	False	SPA0046_000000000019	0.923852106035531		0	0	True	True	1.0	90					non-mobilizable	virus	43041.0	97.291	97.0	0.4349742687575197	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
MON0037_000000014313	4204	0.9595417837432366	3	2	2	2	1	False	84447	fragment	False	MON0037_000000014313	0.9851534977352794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0009637006103437199	NZ_JAAABL010000044.1	a-proteobacteria	Rhodovarius lipocyclicus strain CCUG 44693 contig00044, whole genome shotgun sequence	True	False
MON0011_000000011703	3974	0.9595417837432366	3	2	2	2	1	False	84447	fragment	False	MON0037_000000014313	0.9586108468125595		0	0	False	False	0.9994967579841614	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000020796	2487	0.9595350586638778	4	3	2	2	3	False	116183	fragment	False	AST0087_000000013978	0.6300768657856604		0	0	False	False	1.0	0					non-mobilizable	chromosome	1096.0	94.891	94.0	0.00024706709636431265	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0046_000000012339	2442	0.9595350586638778	3	3	2	2	3	False	116183	fragment	False	AST0087_000000013978	0.6278353998282744		0	0	False	False	0.9983620047569275	0					non-mobilizable	chromosome	1096.0	94.79899999999999	94.0	0.00024706709636431265	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0108_000000016026	1771	0.9595333479194776	4	4	4	2	1	False	98917	fragment	False	ISR0335_000000008295	0.6181087419663948		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	99.774	99.0	0.0002961775525861571	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
SPA0125_000000018554	1798	0.9595233388607666	4	2	1	1	2	False	4020	maximal	True	SPA0125_000000018554	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0093_000000005538	6518	0.95952107309506	10	7	2	3	6	True	123826	backbone	False	ISR0183_000000005642	0.22617911533337035	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	68.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0076_000000006085	6516	0.95952107309506	10	7	2	3	6	True	123826	backbone	False	ISR0183_000000005642	0.22616876913231454	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	69.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0102_000000006537	6513	0.95952107309506	10	7	2	3	6	True	123826	backbone	False	ISR0183_000000005642	0.22614378993468423	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	69.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
ENG0079_000000020779	1597	0.9595195121528046	1	1	1	1	1	False	61807	fragment	False	ENG0079_000000020779	1.0		0	0	False	False	0.9949905872344971	0					non-mobilizable	no_good_hit	360.0	91.944	22.0	0.00010781632194556058	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0148_000000003734	8416	0.9595185995137108	8	6	6	6	4	False	111878	fragment	False	AST0148_000000003734	1.0		0	0	False	False	0.9997623562812805	0					non-mobilizable	other	8357.0	99.976	99.0	0.013333503539218628	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0204_000000002677	7286	0.9595168341339128	10	8	7	7	6	True	94597	fragment	False	SPA0105_000000003698	0.93447019316851		0	0	False	False	0.9993137717247009	0					non-mobilizable	no_good_hit	6247.0	98.111	87.0	0.13468283178177096	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MAD0005_000000000953	12649	0.9595071927898068	20	19	4	16	17	True	62807	fragment	False	MAD0005_000000000953	1.0		0	0	False	False	1.0	0			MPF_F	MOBP	mobilizable	plasmid	12664.0	96.762	100.0	0.04605687428269543	CP024238.1	enterobacteria	Escherichia coli O15:H11 strain 90-9272 plasmid unnamed	False	True
ISR0292_000000003273	4839	0.9595045271112635	6	2	1	2	1	False	25888	maximal	True	ISR0292_000000003273	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
ISR0317_000000001658	8660	0.9595044555606538	12	11	7	7	8	True	123626	fragment	False	ISR0317_000000001658	0.972472576691771		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	8671.0	99.82700000000001	100.0	0.08650007983394539	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0139_000000002265	8576	0.9595044555606538	12	11	7	7	8	True	123626	fragment	False	ISR0317_000000001658	0.9712788974231643		0	0	False	True	0.9998834133148193	0	rep_cluster_1702				non-mobilizable	plasmid	5113.0	98.866	100.0	0.05197407908523993	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0026_01_000000004006	8554	0.9595044555606538	12	11	7	7	8	True	123626	fragment	False	ISR0317_000000001658	0.9711355441881973		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	8568.0	99.837	100.0	0.08549217627335143	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0009_000000013628	2602	0.9595028714778366	4	3	3	3	3	False	82291	fragment	False	MON0009_000000013628	0.9751069622714896		0	0	False	False	0.9957724809646606	0					non-mobilizable	other	2602.0	98.155	100.0	0.0012585573187938754	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
SPA0056_000000010392	3254	0.9595025280403436	6	4	1	2	4	True	117319	fragment	False	ENG0208_000000009587	0.9416527131603195		0	0	False	False	1.0	0					non-mobilizable	chromosome	3264.0	96.538	100.0	0.0014779966427324418	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0070_000000008415	2454	0.9595025280403436	5	4	1	2	4	True	56338	fragment	False	ISR0070_000000008415	0.9721986417657046		0	0	False	False	0.9942950010299683	0					non-mobilizable	chromosome	2449.0	97.632	99.0	0.001108043551876502	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
FIJ0110_000000007330	2356	0.9595025280403436	5	4	1	2	4	True	56338	fragment	False	ISR0070_000000008415	0.9545639771801142		0	0	False	False	1.0	0					non-mobilizable	chromosome	2359.0	98.432	100.0	0.0010703673475316638	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
FIJ0041_000000001088	22826	0.9594995622433292	27	14	10	13	9	False	47429	maximal	False	FIJ0165_000000000479	0.9740096371156881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	96.676	6.0	0.022453015274901515	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
AST0024_000000008541	3777	0.9594925456985602	2	2	2	2	1	False	121650	maximal	True	AST0024_000000008541	1.0		10	6	False	False	0.9949695467948914	0					non-mobilizable	no_good_hit	1788.0	96.53200000000001	47.0	0.004368542579837194	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
CHI0005_000000003278	4818	0.9594915195854964	6	5	5	3	2	False	90794	fragment	False	CHI0005_000000003278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2603.0	94.007	54.0	0.005338746656869044	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
MON0033_000000012705	5413	0.95948981087378	11	6	2	3	4	True	130693	backbone	True	MON0033_000000012705	0.9967767391568186	PS1122|PS1123	17	2	True	True	1.0	1074		MOBP			mobilizable	no_good_hit	4000.0	97.85	88.0	0.7407338769458859	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
FIJ0067_000000024586	1338	0.9594882680414659	3	2	2	2	2	False	45168	fragment	False	FIJ0067_000000024586	1.0		0	0	False	False	0.9865471124649048	0					non-mobilizable	no_good_hit	32.0	100.0	4.0	8.381959967218425e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0097_000000003953	7620	0.9594838423320228	11	10	4	6	10	False	104030	fragment	False	ENG0097_000000003953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5269.0	99.22200000000001	80.0	0.0011700972193532482	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0206_000000005184	4876	0.9594757019694466	6	6	3	6	2	False	28643	maximal	True	ISR0206_000000005184	1.0		2	1	False	False	0.9993847608566284	0					non-mobilizable	no_good_hit	239.0	99.58200000000001	5.0	0.0011744039159955787	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	True	False
ENG0091_000000003577	6132	0.9594731249256582	6	6	3	5	5	False	95067	maximal	True	ENG0091_000000003577	1.0		1	1	False	False	0.9998369216918945	0					non-mobilizable	no_good_hit	136.0	88.971	3.0	3.8530784098602275e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0173_000000002595	7221	0.9594649016122428	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.01726773239252184	PS1165|PS799|PS800	0	0	False	True	0.9995845556259155	0	rep_cluster_1097	MOBB			mobilizable	plasmid	7223.0	99.54299999999999	100.0	0.8077224398433128	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0045_000000003872	7062	0.9594649016122428	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.010632597861033906	PS1165|PS799|PS800	0	0	False	True	0.9981591701507568	0	rep_cluster_1097	MOBB			mobilizable	plasmid	7063.0	99.915	100.0	0.7900391717963067	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0824_000000016466	1439	0.9594620122349008	3	1	1	1	1	False	21147	maximal	True	ISR0824_000000016466	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	74.763	36.0	0.02016050107653161	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
SPA0095_000000005049	4123	0.9594613975219278	4	4	3	4	3	False	69467	fragment	False	SPA0095_000000005049	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3996.0	99.975	97.0	0.0017546155832702346	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MAD0046_000000008652	2882	0.9594580448846772	4	2	2	2	2	False	93081	maximal	True	MAD0046_000000008652	1.0		3	2	False	False	0.9947952628135681	0					non-mobilizable	no_good_hit	1675.0	99.58200000000001	58.0	0.0007807143956459082	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0395_000000002325	14203	0.9594575906365715	21	12	9	10	9	True	126208	backbone	True	ISR0395_000000002325	0.7475820961482103	PS943|PS946|PS949	4	1	True	True	1.0	20					non-mobilizable	no_good_hit	1602.0	73.221	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0077_000000005080	5393	0.9594523920034116	6	3	1	2	3	False	130150	backbone	True	ISR0077_000000005080	1.0	PS1004|PS1080|PS974|PS975	24	3	True	True	1.0	57					non-mobilizable	no_good_hit	4008.0	98.478	86.0	0.7139547317768669	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0013_000000002933	7496	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.9990670987274816	PS799|PS803	0	0	True	True	1.0	74	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3652.0	97.18	66.0	0.408505875769446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0102_000000003025	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.9986082132897498	PS799|PS803	0	0	True	True	1.0	57	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.179	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0117_01_000000003528	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.9989359088473221	PS799|PS803	0	0	True	True	1.0	354	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.15100000000001	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0209_000000002623	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.9990651984867757	PS799|PS803	0	0	True	True	1.0	665	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.179	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0105_000000002390	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.9989413489578516	PS799|PS803	0	0	True	True	1.0	10	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.179	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0142_000000003633	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.9990651984867757	PS799|PS803	0	0	True	True	1.0	341	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.179	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0095_000000003319	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.9988101493464268	PS799|PS803	0	0	True	True	1.0	14	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.124	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0125_01_000000003498	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.998827827226387	PS799|PS803	0	0	True	True	1.0	86	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.179	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0149_000000003335	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.998827827226387	PS799|PS803	0	0	True	True	1.0	64	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.179	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0048_01_000000001820	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.9990651984867757	PS799|PS803	0	0	True	True	1.0	40	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.179	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0152_000000002992	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.9990651984867757	PS799|PS803	0	0	True	True	0.9978652596473694	17	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.179	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0133_000000003102	7495	0.9594483091093924	12	8	4	5	6	True	125644	maximal	False	USA0039_01_000000003137	0.9989343642640593	PS799|PS803	0	0	True	True	1.0	33	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3578.0	97.177	66.0	0.40022383883603807	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0145_000000008692	3758	0.9594402383053549	4	2	2	2	1	True	57515	maximal	True	ENG0145_000000008692	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	1333.0	91.823	77.0	0.37765651924181504	LN853617.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1035	True	True
ENG0044_000000004652	3670	0.9594402383053549	6	2	2	2	1	True	104549	maximal	False	ISR0047_000000007789	0.9991530398326766		0	0	True	True	0.996185302734375	9					non-mobilizable	plasmid	2270.0	98.811	100.0	0.6310517529215359	LN852753.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0062	False	True
ENG0123_000000002897	3652	0.9594402383053549	6	2	2	2	1	True	104549	maximal	False	ISR0047_000000007789	0.9986897217320648		0	0	True	True	1.0	23					non-mobilizable	plasmid	2252.0	98.801	100.0	0.6260434056761269	LN852753.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0062	False	True
ISR0820_000000005478	3635	0.9594402383053549	4	2	2	2	1	True	33594	maximal	False	ISR0092_000000006360	1.0		0	0	True	True	1.0	188					non-mobilizable	plasmid	2544.0	92.728	94.0	0.7061769616026711	LN852753.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0062	False	True
ISR0294_000000005276	3601	0.9594402383053549	4	2	2	2	1	True	25779	maximal	True	ISR0294_000000005276	1.0		1	1	True	True	1.0	70					non-mobilizable	plasmid	2068.0	84.04299999999999	96.0	0.5884549109707065	LN853617.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1035	False	True
ENG0165_000000005196	3541	0.9594402383053549	4	2	2	2	1	True	56235	maximal	True	ENG0165_000000005196	1.0		1	1	True	True	1.0	85					non-mobilizable	no_good_hit	1226.0	99.103	82.0	0.3518093049971281	LN853617.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1035	True	True
CHI0125_000000013120	1190	0.9594356464550872	2	2	1	2	1	True	81515	maximal	True	CHI0125_000000013120	1.0		0	0	False	False	0.9983193278312683	0					non-mobilizable	no_good_hit	759.0	84.98	64.0	0.2725306416726748	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	True	True
ISR0223_000000002818	7925	0.9594344141727146	12	9	3	9	5	True	126091	fragment	False	ISR0223_000000002818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	2.425663520042045e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0278_000000000987	8129	0.9594243704751894	10	6	3	5	3	True	99755	fragment	False	ISR0278_000000000987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	1.0	0.0001392702240261032	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	True	True
ISR0380_000000001369	8886	0.9594179446669115	11	11	4	4	11	False	98179	fragment	False	ISR0080_000000002926	0.9761482138895052		0	0	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	8819.0	98.84299999999999	100.0	0.08182341365610961	CP024254.1	enterobacteria	Escherichia coli strain ATCC 43886 plasmid unnamed1, complete sequence	False	True
SPA0131_000000007427	3223	0.9594124460845884	6	4	3	3	3	False	53646	maximal	True	SPA0131_000000007427	1.0		2	2	False	False	0.9941048622131348	0					non-mobilizable	no_good_hit	1757.0	77.74600000000001	54.0	0.020356946924863725	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
SPA0144_000000010846	1681	0.959411215849328	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.2767923221463973		0	0	False	False	1.0	0					non-mobilizable	chromosome	1681.0	98.632	100.0	0.0005904069414987551	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0162_000000009891	3849	0.9594108780524222	6	2	1	1	2	False	103748	fragment	False	ISR0162_000000009891	0.986581044625936		0	0	False	False	0.9981813430786133	0					non-mobilizable	no_good_hit	1622.0	92.478	51.0	0.0003221336986576964	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0302_000000010302	1563	0.9594108780524222	4	2	1	1	2	False	25536	fragment	False	ISR0302_000000010302	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1565.0	94.76	100.0	0.000311755165615441	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
BAN0036_000000000358	2896	0.9594037079759782	4	3	2	1	3	True	97663	maximal	True	BAN0036_000000000358	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	946.0	84.98899999999999	33.0	0.32481877804625475	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0169_000000004493	3179	0.959399044835985	5	3	3	3	1	True	90458	maximal	True	CHI0169_000000004493	1.0	PS297|PS477	0	0	True	True	0.9996854066848755	3	Col(MP18)			MOBP	mobilizable	no_good_hit	2246.0	100.0	84.0	0.8196422051843738	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	True	True
MON0078_000000034971	1354	0.9593891568310016	3	3	3	3	3	False	10141	maximal	True	MON0078_000000034971	1.0		0	0	False	False	0.9992614388465881	0					non-mobilizable	no_good_hit	738.0	99.729	55.0	0.0002182749761215469	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0148_000000008642	3387	0.9593861852637428	4	4	3	4	3	False	131487	maximal	True	ISR0148_000000008642	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1806.0	78.184	53.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0107_000000001841	15528	0.9593808478703584	21	9	7	7	6	False	18804	maximal	True	MAD0107_000000001841	1.0		1	1	False	False	0.9999356269836426	0					non-mobilizable	no_good_hit	1694.0	75.797	11.0	0.034779317450638184	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
FIJ0128_000000020367	1303	0.9593791577206128	2	1	1	1	1	False	40985	fragment	False	FIJ0128_000000020367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.0005692920776083578	NZ_ML014776.1	g-proteobacteria	Parashewanella curva strain C51 Scaffold24, whole genome shotgun sequence	True	False
ISR0062_000000002480	10162	0.959373882508677	12	4	2	4	3	True	67933	fragment	False	ISR0062_000000002480	0.9999507922448578		0	0	False	False	0.9999015927314758	0					non-mobilizable	no_good_hit	546.0	81.502	5.0	0.01600625808586816	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0147_000000002180	10161	0.959373882508677	12	4	2	4	3	True	67933	fragment	False	ISR0062_000000002480	0.9999015941743751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	81.502	5.0	0.01600625808586816	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
MON0091_000000005575	2228	0.95937178606673	6	4	1	1	4	True	72460	fragment	False	MON0091_000000005575	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2228.0	99.73100000000001	100.0	0.000926603206621281	CP019596.1	high GC Gram+	Bifidobacterium breve strain LMC520, complete genome	False	True
FIJ0055_000000005968	2317	0.9593678823954191	4	4	4	4	4	False	79748	fragment	False	FIJ0055_000000005968	0.9925361238985407		0	0	False	False	0.9991368055343628	0					non-mobilizable	chromosome	2317.0	99.396	100.0	0.0004467311662113841	CP052278.1	enterobacteria	Klebsiella pneumoniae strain E16KP0235 chromosome, complete genome	False	False
ISR0045_000000010511	2424	0.9593574769897658	6	5	4	5	4	True	126024	fragment	False	ISR0045_000000010511	0.9380165289256198		0	0	False	False	1.0	0					non-mobilizable	other	2424.0	94.307	100.0	0.05441397740798132	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	True
AST0094_000000003317	5857	0.959355779164756	6	4	4	2	1	False	109398	fragment	False	AST0094_000000003317	1.0		0	0	False	False	0.9998292922973633	0					non-mobilizable	no_good_hit	3191.0	90.72399999999999	60.0	0.0005524442384778721	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
USA0086_01_000000009488	1812	0.9593516792341722	2	2	2	2	1	False	49050	fragment	False	USA0086_01_000000009488	1.0		0	0	False	False	0.9884105920791626	0					non-mobilizable	no_good_hit	476.0	92.85700000000001	26.0	0.16778761061946904	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
CHI0057_000000004256	4023	0.9593466908770252	6	3	2	3	2	True	101942	maximal	True	CHI0057_000000004256	1.0		1	1	False	False	0.9970171451568604	0					non-mobilizable	no_good_hit	2038.0	95.38799999999999	51.0	0.0819085167156133	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ENG0058_000000009733	3251	0.9593453953090478	7	4	2	3	3	False	91811	fragment	False	ENG0200_000000005989	0.9743124811121184		0	0	False	False	0.9993848204612732	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000008233	4502	0.9593347054551736	10	4	1	3	2	False	3991	maximal	True	SPA0126_000000008233	1.0		1	1	False	False	0.999111533164978	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	1.006680161773502e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0785_000000001950	11949	0.9593308513474608	9	6	4	4	3	True	22221	fragment	False	ISR0785_000000001950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0050_000000003366	6114	0.959329660019416	13	5	3	5	4	False	17425	maximal	True	MAD0050_000000003366	1.0		1	1	False	False	0.9998364448547363	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000013529	3078	0.959323789326293	3	2	2	2	2	False	95382	maximal	True	CAN0007_000000013529	1.0		3	3	False	False	0.9980506896972656	0					non-mobilizable	no_good_hit	156.0	76.282	5.0	7.508844977686951e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0021_000000004645	10309	0.9593140262410972	12	9	6	6	5	True	129240	maximal	True	FIJ0021_000000004645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1786.0	96.193	30.0	0.005824634451162806	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
CHI0175_000000001605	7970	0.9593139840564456	14	11	4	6	11	True	127655	backbone	False	CHI0143_000000002180	0.9693507763600164	PS1016|PS1017|PS799	0	0	False	True	0.9996235966682434	0	rep_cluster_1097	MOBB			mobilizable	other	6670.0	99.925	100.0	0.8074827460951689	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
SPA0138_000000002220	8311	0.9593094657997042	6	5	3	5	2	True	117535	fragment	False	SPA0138_000000002220	1.0		0	0	False	True	0.999398410320282	0					non-mobilizable	no_good_hit	557.0	92.46	7.0	0.009543133242773871	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ETH0003_000000011347	3175	0.9593050473474908	4	2	2	1	1	True	53225	maximal	True	ETH0003_000000011347	1.0	PS217	2	1	True	True	1.0	173					non-mobilizable	no_good_hit	1332.0	81.682	42.0	0.2599327930421032	AF454701.1	CFB group bacteria	Prevotella intermedia plasmid pYHBi1 replication protein (rep) and mobilization protein (mob) genes, complete cds	True	True
ETH0005_000000017368	2744	0.9593050473474908	4	2	2	1	1	True	52765	backbone	True	ETH0005_000000017368	1.0	PS217	2	1	True	True	1.0	13					non-mobilizable	no_good_hit	1332.0	81.682	48.0	0.2599327930421032	AF454701.1	CFB group bacteria	Prevotella intermedia plasmid pYHBi1 replication protein (rep) and mobilization protein (mob) genes, complete cds	True	True
ENG0188_000000018605	1353	0.9593035923482696	2	2	2	2	1	False	71382	fragment	False	ENG0188_000000018605	1.0		0	0	False	False	0.9926090240478516	0					non-mobilizable	no_good_hit	837.0	87.93299999999999	70.0	0.00038476674728446134	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0287_000000005780	2113	0.9593022183686049	4	3	2	1	3	False	124985	fragment	False	ISR0287_000000005780	1.0		0	0	False	False	0.9990534782409668	0					non-mobilizable	no_good_hit	1080.0	90.37	51.0	0.1717662295612757	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0187_000000009079	3077	0.9592921368651791	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5072642286627367	PS1090	0	0	True	True	1.0	28					non-mobilizable	other	2748.0	95.015	100.0	0.9158878504672897	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0022_000000004415	3071	0.9592921368651791	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8018878159863962	PS1035	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2081.0	94.762	77.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0030_000000006669	1753	0.9592909695655504	3	2	1	1	2	False	52878	fragment	False	ETH0004_000000015208	0.9490771275286706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	97.436	4.0	0.12624584717607973	EU059633.1	bacteria	Uncultured bacterium clone HA0AAA10ZD01FM1 genomic sequence	True	False
MAD0055_000000006216	1511	0.9592909695655504	3	2	1	1	2	False	17100	fragment	False	MAD0055_000000006216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000000546	23248	0.9592768304613444	34	12	8	10	7	True	132589	fragment	False	SPA0046_000000000570	0.8339682822979899		0	0	False	False	0.9999569654464722	0					non-mobilizable	other	15204.0	97.705	90.0	0.08751022382987547	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0850_000000008417	1797	0.9592737100559184	3	3	3	2	2	False	131380	fragment	False	ISR0850_000000008417	1.0		0	0	False	False	0.99443519115448	0					non-mobilizable	no_good_hit	364.0	99.725	20.0	0.00010995511831988579	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
FIJ0089_000000002527	8523	0.9592683537855572	13	5	3	4	3	False	50248	fragment	False	FIJ0089_000000002527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.00017338358057491956	NZ_QYTW02000006.1	firmicutes	Bacillus terrae strain LMG 29736 Scaffold6, whole genome shotgun sequence	True	False
ENG0208_000000014102	2184	0.9592634558987788	3	1	1	1	1	False	53838	maximal	True	ENG0208_000000014102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	3.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0029_000000014213	2104	0.9592628860784382	3	3	3	3	2	False	118276	fragment	False	AST0029_000000014213	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1783.0	99.663	96.0	0.0007052311980962325	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
AST0005_000000006188	4759	0.9592624550293384	5	3	0	1	2	True	128631	backbone	False	ISR0392_000000006061	0.9820046798872182	PS1037	0	0	True	True	1.0	141					non-mobilizable	no_good_hit								True	True
MAD0066_000000007064	3162	0.959258943332738	3	1	1	1	1	False	106537	fragment	False	MAD0066_000000007064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	90.385	2.0	0.0004249681273904457	NZ_SMGD01000002.1	g-proteobacteria	Celerinatantimonas diazotrophica strain DSM 18577 Ga0310502_111, whole genome shotgun sequence	True	False
ISR0395_000000006698	5730	0.9592581713591242	6	6	6	6	5	False	37666	fragment	False	ISR0395_000000006698	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	80.623	5.0	0.00012538228444768665	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0023_000000009032	3154	0.9592523114539832	4	3	2	2	2	False	37544	maximal	True	ISR0023_000000009032	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	78.937	15.0	0.00023655315550621638	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0114_000000012715	2994	0.9592485537151321	4	4	2	3	3	False	54565	fragment	False	FIJ0114_000000012715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2363.0	95.68299999999999	79.0	0.0006262973254371945	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0039_000000020725	2291	0.9592448943360332	3	3	3	3	3	False	13775	fragment	False	MON0039_000000020725	0.9873149424601629		0	0	False	False	0.9799214601516724	0					non-mobilizable	no_good_hit	464.0	75.0	20.0	0.00011885625571765644	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
SPA0016_000000015076	2211	0.9592438510426232	5	3	1	3	1	False	73970	fragment	False	SPA0016_000000015076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	100.0	2.0	0.00014839641387397886	NZ_FWXI01000005.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
MON0021_000000010963	2608	0.9592424249923496	5	2	2	2	1	False	52490	fragment	False	MON0021_000000010963	1.0		0	0	False	False	0.9980828166007996	0					non-mobilizable	no_good_hit	943.0	74.54899999999999	36.0	0.00024579380371092844	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ENG0039_000000011883	2147	0.959239059682738	4	2	0	1	2	True	64939	fragment	False	ENG0039_000000011883	1.0		0	0	False	False	0.9995342493057251	0					non-mobilizable	no_good_hit	335.0	92.23899999999999	34.0	0.12281354670636398	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
MON0092_000000024014	2291	0.9592376550673134	5	4	1	2	3	True	9453	fragment	False	MON0092_000000024014	1.0		0	0	False	False	0.9912701845169067	0					non-mobilizable	other	2288.0	81.075	99.0	0.01870536780634055	NZ_RQSP01000004.1	high GC Gram+	Bifidobacterium jacchi strain MRM 9.3 sequence004, whole genome shotgun sequence	False	True
ISR0031_000000010882	2099	0.9592317186145712	4	4	4	3	2	False	120213	fragment	False	ISR0031_000000010882	1.0		0	0	False	False	0.9971414804458618	0					non-mobilizable	chromosome	2007.0	99.15299999999999	100.0	0.0007952185404053077	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0210_000000006262	3496	0.9592219931372188	5	3	1	3	3	True	91858	fragment	False	ENG0210_000000006262	1.0		0	0	False	False	0.9954233169555664	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
FIJ0112_000000006926	3753	0.9592143362736351	3	3	2	3	3	True	89822	fragment	False	FIJ0112_000000006926	1.0		0	0	False	False	0.9989342093467712	0					non-mobilizable	plasmid	3764.0	95.962	100.0	0.031338746616697895	CP026163.1	enterobacteria	Klebsiella pneumoniae strain F13 plasmid pF13_1, complete sequence	False	True
FIJ0146_000000004834	3562	0.9592143362736351	3	3	2	3	3	True	89823	fragment	False	FIJ0068_000000008533	0.9546195259698086		0	0	False	False	0.9997192621231079	0					non-mobilizable	plasmid	3562.0	97.95100000000001	100.0	0.031115654818076963	CP041645.1	enterobacteria	Klebsiella pneumoniae strain NKU_Kleb8A7 plasmid pKleb8A7, complete sequence	False	True
ENG0122_000000002277	10962	0.959214103267058	12	8	5	5	7	False	106689	fragment	False	ENG0122_000000002277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4438.0	99.527	66.0	0.0008589031398455755	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0349_000000005588	1888	0.9592092042426608	3	3	3	3	2	False	129515	backbone	False	ISR0187_000000012655	0.5214218944267462	PS1061	0	0	False	True	0.9777542352676392	0					non-mobilizable	other	1758.0	97.838	93.0	0.008200585289354174	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0299_000000007710	1597	0.9592068320897849	2	2	2	2	2	False	131304	fragment	False	ISR0022_000000015141	0.6356906292616404		0	0	False	False	0.9987476468086243	0					non-mobilizable	other	1608.0	83.333	100.0	0.018964457888269212	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
MON0110_000000001796	6404	0.959205329829534	6	5	3	4	4	False	104212	fragment	False	MON0110_000000001796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3455.0	94.588	84.0	0.0014224423013090258	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
DEN0064_000000003561	8183	0.9592025271777316	9	7	6	6	6	True	114174	maximal	True	DEN0064_000000003561	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	3985.0	97.89200000000001	76.0	0.03416098460482868	CP057622.1	enterobacteria	Escherichia coli strain RHB20-C18 plasmid pRHB20-C18_2, complete sequence	True	True
SPA0059_000000003318	8028	0.9592009855532624	12	7	3	4	6	True	124504	fragment	False	SPA0059_000000003318	0.9942687995969266		0	0	False	False	0.9998754262924194	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	6.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
SPA0125_000000004475	7939	0.9592009855532624	11	7	3	4	6	True	124504	fragment	False	SPA0059_000000003318	0.9887892376681614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	6.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
SPA0069_000000000727	19782	0.9592004161068144	20	11	6	9	8	True	109032	maximal	False	SPA0070_000000000495	0.9647328850088182		0	0	True	True	1.0	24					non-mobilizable	other	10412.0	98.406	98.0	0.07931449829996798	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
CAN0004_000000005537	4499	0.9591995611073802	6	4	2	1	4	True	116588	fragment	False	CAN0004_000000005537	0.9995452478399273		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3793.0	95.149	88.0	0.6513840830449827	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	True	True
CAN0003_000000010824	4493	0.9591995611073802	6	4	2	1	4	True	116588	fragment	False	CAN0004_000000005537	0.9991007046080979		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3793.0	95.149	88.0	0.6513840830449827	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	True	True
SPA0029_000000005555	4398	0.9591995611073802	6	4	2	1	4	True	116588	fragment	False	CAN0004_000000005537	0.9845791748926045		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3792.0	95.17399999999999	86.0	0.6512110726643598	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	True	True
MAD0062_000000002551	5030	0.959198664925721	3	3	0	3	3	False	85452	maximal	False	MAD0096_000000002624	0.9636743108374082		0	0	False	False	0.9998012185096741	0	IncHI1B				non-mobilizable	plasmid	4466.0	99.104	100.0	0.03196327410494954	CP029244.1	enterobacteria	Escherichia coli strain ECCRA-119 plasmid pTB202, complete sequence	False	True
FIJ0083_000000002114	13051	0.9591952038422428	19	5	5	4	3	False	130885	maximal	True	FIJ0083_000000002114	1.0	PS104|PS1128	1	1	False	True	0.9997701048851013	0					non-mobilizable	no_good_hit	3996.0	91.391	63.0	0.0010761355054686882	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0029_000000010631	2861	0.9591896494747576	3	3	2	2	3	True	118348	fragment	False	AST0029_000000010631	1.0		0	0	False	False	1.0	0	rep_cluster_1351	MOBQ			mobilizable	other	2735.0	98.501	100.0	0.0011459181957805221	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0150_000000014426	1655	0.9591827370498018	2	1	1	1	1	False	30811	fragment	False	ISR0150_000000014426	1.0		0	0	False	False	0.9975830912590027	0					non-mobilizable	no_good_hit	477.0	86.583	29.0	0.010689662916301737	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MAD0045_000000008858	3997	0.959179760195169	4	3	2	3	2	True	114141	maximal	True	MAD0045_000000008858	1.0		0	0	False	False	0.9904928803443909	0					non-mobilizable	no_good_hit	3451.0	92.43700000000001	86.0	0.008526755173063385	LR134223.1	enterobacteria	Klebsiella aerogenes strain NCTC9652 genome assembly, chromosome: 1	True	True
CHI0077_000000004027	3414	0.9591680809937267	5	4	1	4	1	True	84543	maximal	True	CHI0077_000000004027	1.0		1	1	True	True	0.9976567029953003	12					non-mobilizable	no_good_hit	1909.0	90.99	63.0	0.5712996389891697	HG796350.1	bacteria	Uncultured bacterium plasmid pRGI00625	True	True
MAD0041_000000009066	3347	0.9591642626269654	3	3	2	3	1	False	51743	fragment	False	MAD0041_000000009066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	96.947	8.0	0.005115190147356824	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0001_000000019275	1139	0.9591525834837128	1	1	1	1	1	False	52496	maximal	True	FIJ0001_000000019275	1.0		1	1	False	False	0.992098331451416	0					non-mobilizable	no_good_hit	971.0	99.279	85.0	0.00018786838909054074	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
FIJ0140_000000033298	1101	0.959150341665468	2	2	0	2	2	False	103809	fragment	False	FIJ0123_000000028666	0.3732460243217961		0	0	False	False	0.990009069442749	0		MOBP			mobilizable	plasmid	1101.0	97.729	100.0	0.1615034503009837	CP057934.1	enterobacteria	Escherichia coli strain RHB09-C20 plasmid pRHB09-C20_3, complete sequence	False	True
CAN0001_000000025292	1743	0.959148601192711	2	2	2	2	2	False	101445	fragment	False	CAN0001_000000025292	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1013.0	81.836	91.0	0.0004885851164034728	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
MAD0111_000000005430	3156	0.9591462861023068	4	4	3	4	4	True	80317	maximal	True	MAD0111_000000005430	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2173.0	98.48100000000001	74.0	0.016891681702233558	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	True	True
MON0003_000000008935	1723	0.9591396155203288	3	1	1	1	1	False	14277	maximal	True	MON0003_000000008935	1.0		0	0	False	False	0.9541497230529785	0					non-mobilizable	no_good_hit	439.0	76.765	25.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
FIJ0084_000000008393	1532	0.9591396155203288	3	1	1	1	1	False	43999	fragment	False	FIJ0084_000000008393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	76.765	28.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
SPA0080_000000008762	1405	0.9591396155203288	2	1	1	1	1	False	5628	fragment	False	SPA0080_000000008762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	76.993	31.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
SPA0081_000000009097	1384	0.9591396155203288	2	1	1	1	1	False	5628	fragment	False	SPA0080_000000008762	0.9925266903914591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	76.993	31.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
MON0105_000000019264	2803	0.9591371522363674	5	4	1	2	4	False	78672	maximal	True	MON0105_000000019264	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0386_000000024360	1156	0.9591360885239196	1	1	1	1	1	False	22988	maximal	True	ISR0386_000000024360	1.0		0	0	False	False	0.9965397715568542	0					non-mobilizable	no_good_hit	843.0	95.01799999999999	73.0	0.00041964875399290794	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0011_01_000000030222	1193	0.959130183824576	2	2	2	1	1	False	1990	fragment	False	USA0011_01_000000030222	1.0		0	0	False	False	0.9991617798805237	0					non-mobilizable	no_good_hit	758.0	73.747	63.0	0.002988809895750311	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MAD0068_000000000006	98862	0.9591274880627256	96	34	18	34	13	True	71580	maximal	True	MAD0068_000000000006	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	87.572	1.0	0.0030697704797332803	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	True
ISR0310_000000007304	2267	0.9591244314666512	4	4	4	4	4	False	79748	fragment	False	FIJ0055_000000005968	0.977230405180522		0	0	False	False	1.0	0					non-mobilizable	chromosome	2267.0	99.25	100.0	0.0004370867109822955	CP052278.1	enterobacteria	Klebsiella pneumoniae strain E16KP0235 chromosome, complete genome	False	False
ENG0153_000000005186	5360	0.9591098304185076	9	5	2	4	3	False	104914	fragment	False	ENG0153_000000005186	0.9974499803844645		0	0	False	False	0.9983208775520325	0					non-mobilizable	no_good_hit	3357.0	96.425	76.0	0.2693828156514724	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CAN0002_000000003641	4494	0.9591098304185076	8	5	2	4	3	False	104890	fragment	False	SPA0101_000000009975	0.9925802879291252		0	0	False	False	0.9830885529518127	0					non-mobilizable	no_good_hit	1553.0	97.74600000000001	45.0	0.12505042355788623	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0145_01_000000006657	3656	0.9591098304185076	7	5	2	4	3	False	104881	fragment	False	ISR0347_000000004736	0.8161616513905123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	97.32799999999999	64.0	0.13263412666397742	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CHI0147_000000008837	2197	0.9591062112791848	3	3	2	3	3	False	95834	fragment	False	CHI0154_000000014093	0.9454617269059226		0	0	False	False	0.9981793165206909	0					non-mobilizable	chromosome	2197.0	99.499	100.0	0.00030995812460090776	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0052_000000008901	3124	0.9591046527003216	5	3	3	3	2	False	52362	fragment	False	FIJ0052_000000008901	1.0		0	0	False	False	0.9996799230575562	0					non-mobilizable	no_good_hit	1822.0	96.48700000000001	58.0	0.031829867608737475	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0049_000000007287	2338	0.9591046527003216	4	3	3	3	2	False	52361	fragment	False	FIJ0049_000000007287	1.0		0	0	False	False	0.9991445541381836	0					non-mobilizable	no_good_hit	1679.0	96.962	72.0	0.02934643837772609	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0213_000000005581	4180	0.9591000640386824	4	3	3	3	2	False	69560	maximal	True	ISR0213_000000005581	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	78.571	6.0	0.014762965319758193	NZ_MPJW01000126.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_50_length_15715_cov_200.844_ID_99, whole genome shotgun sequence	True	False
ENG0162_000000003551	6481	0.9590916792327866	6	4	4	4	4	False	92541	maximal	True	ENG0162_000000003551	1.0		3	2	False	False	0.9952167868614197	0					non-mobilizable	other	6482.0	98.473	100.0	0.03504607198477245	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ISR0197_000000016862	1516	0.9590890653152954	3	3	2	3	1	False	122111	fragment	False	FIJ0103_000000012997	0.4333817862862255		0	0	False	False	0.9993403553962708	0					non-mobilizable	other	1404.0	97.792	93.0	0.00040043474140991845	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0078_000000001975	12138	0.9590823243806048	14	11	9	6	9	True	120806	maximal	True	ENG0078_000000001975	1.0		17	2	False	False	1.0	0					non-mobilizable	no_good_hit	3936.0	90.854	33.0	0.0012766278304867046	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ISR0856_000000000814	5503	0.9590789153160796	9	6	4	5	4	True	125431	fragment	False	ISR0196_000000002296	0.37183225373656187		0	0	False	False	0.9998182654380798	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	36.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0293_000000002027	15557	0.959073000141332	13	8	5	8	3	True	117519	fragment	False	ISR0293_000000002027	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	126.0	89.68299999999999	2.0	0.005961749415748558	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ETH0002_000000009039	3069	0.9590706318643022	3	2	0	1	1	True	53357	maximal	True	ETH0002_000000009039	1.0		1	1	True	True	1.0	219					non-mobilizable	no_good_hit	82.0	85.366	3.0	0.0099058334352452	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MAD0097_000000015012	2708	0.9590706318643022	2	2	0	1	1	True	15509	fragment	False	MAD0097_000000015012	1.0		0	0	False	False	0.990029513835907	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.009882869692532943	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0041_000000002090	5529	0.9590695173462234	7	5	3	4	5	True	36435	maximal	True	ISR0041_000000002090	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2936.0	82.663	67.0	0.020789208091088716	KT780723.1	bacteria	Uncultured bacterium plasmid pGA45, complete sequence	True	True
CAN0013_000000005273	4521	0.95906903740499	3	2	2	2	2	False	97401	fragment	False	CAN0013_000000005273	0.9887403237156931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	80.40899999999999	30.0	0.00023209570396444629	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0164_000000005588	4263	0.95906903740499	4	2	2	2	2	False	97401	fragment	False	CAN0013_000000005273	0.9608493696084937		0	0	False	False	0.9997653961181641	0					non-mobilizable	no_good_hit	1030.0	80.291	31.0	0.00028662421272717764	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0779_000000008852	3702	0.95906903740499	3	2	2	2	2	False	97400	fragment	False	ISR0779_000000008852	1.0		0	0	False	False	0.9997298717498779	0					non-mobilizable	no_good_hit	1030.0	80.291	29.0	0.00028662421272717764	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0005_000000001259	10906	0.959064519750459	15	14	7	10	13	True	20006	maximal	True	MAD0005_000000001259	1.0		1	1	False	False	0.999633252620697	0	IncX4		MPF_T		non-mobilizable	plasmid	10891.0	99.302	99.0	0.3320601356719428	CP041625.1	enterobacteria	Escherichia coli O157:H7 strain ATCC 43888 plasmid p35K_like, complete sequence	False	True
CHI0016_000000001395	3311	0.9590574830391422	5	4	3	4	2	False	89708	fragment	False	CHI0016_000000001395	1.0		0	0	False	False	0.99516761302948	0					non-mobilizable	no_good_hit	1143.0	76.72800000000001	34.0	0.00017481826313422584	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
SPA0042_000000015372	2142	0.9590569970397472	3	3	2	3	2	False	12504	fragment	False	SPA0042_000000015372	1.0		0	0	False	False	0.9934640526771545	0					non-mobilizable	other	2143.0	98.32	100.0	0.0148540599016664	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
ENG0152_000000019703	1300	0.9590561821977062	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.5298230532915571		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	96.23100000000001	100.0	0.14965437788018432	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
CHI0042_000000004388	2773	0.9590509957475248	4	4	4	4	2	False	87487	fragment	False	CHI0042_000000004388	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2773.0	99.243	100.0	0.001129413605359581	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
DEN0010_000000012407	3520	0.95904689805961	6	6	6	3	3	False	116631	fragment	False	SPA0101_000000007479	0.3111105162748235		0	0	False	False	1.0	0					non-mobilizable	chromosome	3520.0	99.48899999999999	100.0	0.0007143679305437053	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
MON0099_000000010755	2962	0.9590465478419004	3	3	3	2	1	False	103894	maximal	True	MON0099_000000010755	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	79.048	4.0	1.2766243694825891e-05	NZ_CP042266.1	high GC Gram+	Streptomyces qinzhouensis strain SSL-25 chromosome, complete genome	True	False
CHI0041_000000013571	1128	0.9590440011350422	2	1	1	1	1	False	87506	fragment	False	CHI0041_000000013571	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	73.84	21.0	0.007947336107510744	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0156_000000010325	1838	0.9590409223432498	3	3	1	2	2	False	39907	fragment	False	SPA0156_000000010325	1.0		0	0	False	False	0.9951033592224121	0					non-mobilizable	no_good_hit	965.0	72.642	52.0	0.003419032736422669	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0103_000000001217	12224	0.959040082295575	14	5	3	4	2	False	53594	fragment	False	FIJ0103_000000001217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	99.083	1.0	0.000531326101394731	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
USA0081_01_000000019675	1548	0.9590312059400614	2	2	2	2	1	False	116013	fragment	False	FIJ0081_000000020765	0.32646073141287746		0	0	False	False	0.9987080097198486	0					non-mobilizable	chromosome	1454.0	99.31200000000001	94.0	0.0006684393574149384	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
AST0052_000000000115	53881	0.9590295986907548	60	26	16	26	10	True	114654	fragment	False	AST0052_000000000115	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	19121.0	97.62	94.0	0.26444176940212805	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
TAN0015_000000000630	5782	0.9590256836077105	12	5	3	5	3	False	2532	maximal	True	TAN0015_000000000630	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.62579873384235e-06	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	False
MON0101_000000015922	3733	0.9590191097707428	6	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.028789348805159168	PS1143|PS778	0	0	False	True	0.9531208276748657	0					non-mobilizable	other	3383.0	99.79299999999999	91.0	0.31251155054518576	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0149_000000004571	3396	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.028297554580326022	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1531.0	100.0	100.0	0.37010159651669083	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ENG0169_000000006696	3379	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.027926056308380794	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3381.0	97.161	100.0	0.31214193309924226	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0385_000000006115	3379	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.028270549186754146	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3379.0	100.0	100.0	0.31214193309924226	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0173_000000005463	3377	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.028265891634122773	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3377.0	100.0	100.0	0.31195712437627054	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0199_000000008568	3376	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.028243121269424257	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3376.0	100.0	100.0	0.3118647200147847	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CAN0001_000000014017	3346	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.028140592459123672	PS1143|PS778	0	0	True	True	1.0	1					non-mobilizable	other	3346.0	100.0	100.0	0.3090925891702088	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0849_000000008078	3337	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.02722894506204893	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3337.0	100.0	100.0	0.30826094991683606	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0139_000000005809	3218	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.025901751691269577	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3218.0	99.72	100.0	0.2972648309000185	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CHI0033_000000002105	3187	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.02389869491935862	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2866.0	99.93	100.0	0.6745938309394867	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0138_000000006327	3139	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.023564577592615554	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3140.0	97.325	100.0	0.29005729070412123	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
MON0078_000000013811	3051	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.01841244135707231	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	3051.0	99.902	100.0	0.7352941176470589	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
DEN0039_000000005831	2987	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.013743154568912931	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2991.0	95.787	100.0	0.7220207880106357	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0149_000000007688	2930	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.013878557077306715	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2930.0	100.0	100.0	0.7080009668842157	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0069_000000006946	2922	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.013865545841466861	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2922.0	100.0	100.0	0.7060671984529853	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
DEN0084_000000000968	2899	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.012732643767356956	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2899.0	100.0	100.0	0.700507614213198	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
CHI0017_000000004327	2822	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.012054946718192244	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2822.0	100.0	100.0	0.6800867888138862	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0770_000000003532	2819	0.9590191097707428	5	4	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.012045334652746284	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2819.0	99.965	100.0	0.6793635486981678	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0296_000000002467	8552	0.9590140391972396	10	5	2	5	2	True	39787	fragment	False	ISR0296_000000002467	1.0		0	0	False	False	0.9997661113739014	0					non-mobilizable	no_good_hit								True	True
SPA0095_000000003853	5450	0.959011989952083	8	2	1	2	1	True	51537	fragment	False	SPA0095_000000003853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	91.76700000000001	50.0	0.07285297526275826	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0100_000000008324	4457	0.9590119711027476	6	4	4	4	4	False	120031	maximal	True	MAD0100_000000008324	1.0	PS104	1	1	False	True	0.9993268847465515	0					non-mobilizable	no_good_hit	1930.0	73.161	42.0	0.009045259711124477	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
FIJ0162_000000001778	14258	0.9590005012765868	14	8	3	7	6	True	84317	fragment	False	FIJ0162_000000001778	1.0		0	0	False	False	0.9988076686859131	0					non-mobilizable	no_good_hit	162.0	81.48100000000001	1.0	0.0002077397910731244	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
SPA0136_000000010653	3650	0.958993918486502	5	4	3	3	2	True	89963	maximal	True	SPA0136_000000010653	1.0		2	2	False	False	0.9983561635017395	0	rep_cluster_1683				non-mobilizable	no_good_hit	2034.0	93.904	55.0	0.729009009009009	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0813_000000000756	29862	0.9589746793055188	59	20	7	18	10	True	88771	maximal	True	ISR0813_000000000756	1.0		1	1	False	False	0.9994977116584778	0					non-mobilizable	no_good_hit	3203.0	91.383	61.0	0.056711445078509906	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0018_000000005227	6203	0.9589710067498034	8	6	5	6	5	False	75143	fragment	False	ENG0050_000000003275	0.956291288984483		0	0	False	False	0.9998387694358826	0					non-mobilizable	no_good_hit	82.0	89.024	1.0	2.3989515693141517e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0132_000000010970	2514	0.9589707266908398	3	2	2	2	2	False	61370	fragment	False	ISR0132_000000010970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	94.51	30.0	0.12352274566941882	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0080_000000002645	8481	0.9589683571612948	12	5	3	4	3	False	61780	maximal	True	ENG0080_000000002645	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	96.17399999999999	7.0	0.0014689859382410624	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
FIJ0068_000000025014	1287	0.9589669166553156	2	2	2	2	2	False	45025	fragment	False	FIJ0068_000000025014	0.9640792733278283		0	0	False	False	0.997668981552124	0					non-mobilizable	other	1204.0	93.355	94.0	0.03724227602006068	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	False	False
SPA0057_000000001811	13095	0.9589622327767088	10	7	6	6	6	True	126556	fragment	False	AST0010_000000001524	0.960440843734034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7837.0	96.044	73.0	0.18789013732833956	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	True
USA0081_01_000000006961	4490	0.9589508842497776	6	2	2	2	2	False	84269	fragment	False	USA0081_01_000000006961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2522.0	96.154	58.0	0.0005595054851083584	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0819_000000004736	4954	0.9589453742740318	8	3	2	3	2	False	21329	maximal	True	ISR0819_000000004736	1.0		1	1	False	False	0.9991925954818726	0					non-mobilizable	no_good_hit	263.0	74.14399999999999	5.0	0.0005580357142857143	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
SPA0018_000000011223	2625	0.958944817647708	3	2	1	2	1	True	110923	maximal	True	SPA0018_000000011223	1.0	PS701	1	1	True	True	0.9984762072563171	38					non-mobilizable	no_good_hit	1762.0	98.411	69.0	0.6149545772187281	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	True	True
ISR0346_000000001652	9155	0.9589385185708504	12	6	3	5	4	False	126181	fragment	False	ISR0346_000000001652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	73.317	17.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ENG0062_000000001361	13009	0.958937080044872	12	8	5	8	3	True	117513	fragment	False	ENG0062_000000001361	1.0		0	0	False	True	0.9987700581550598	0					non-mobilizable	no_good_hit	920.0	88.04299999999999	7.0	0.015784858228588133	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
MON0013_000000000624	25778	0.9589275781283884	56	19	7	15	11	False	14243	maximal	True	MON0013_000000000624	1.0		1	1	False	False	0.99918532371521	0					non-mobilizable	no_good_hit	1890.0	95.926	51.0	0.033424307943146776	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
DEN0028_000000025787	1240	0.9589261622087586	2	2	2	1	1	False	73893	fragment	False	DEN0028_000000025787	1.0		0	0	False	False	0.9911290407180786	0					non-mobilizable	no_good_hit	121.0	100.0	10.0	0.0028138629648736106	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0025_000000029806	1299	0.9589255828410618	3	2	1	1	2	False	119851	fragment	False	AST0025_000000029806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0124_000000001534	14097	0.9589228681401596	13	12	10	11	11	False	95065	fragment	False	ISR0214_000000001181	0.3595297013251221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	89.899	1.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
DEN0001_000000000606	28908	0.9589227515909826	28	14	11	12	8	True	132168	fragment	False	DEN0001_000000000606	0.9743603430482901		0	0	False	False	0.9999654293060303	0					non-mobilizable	no_good_hit	1688.0	83.235	6.0	0.0004738199045952662	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0015_000000002308	9392	0.9589118598898426	6	5	2	5	2	True	63677	maximal	True	ISR0015_000000002308	1.0		4	3	False	False	0.999041736125946	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000026917	1139	0.958907716836983	2	1	1	1	1	False	43607	maximal	True	FIJ0088_000000026917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	96.62899999999999	23.0	0.05140096618357488	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	False
SPA0118_000000012100	2311	0.9589066810302332	4	3	3	3	2	False	4254	maximal	True	SPA0118_000000012100	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1744.0	82.79799999999999	77.0	0.00048687151522699117	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0158_000000006045	2990	0.9589051365445368	4	4	1	2	4	False	89778	maximal	True	ISR0158_000000006045	1.0		1	1	False	False	0.9943143725395203	0	rep_cluster_2335			MOBP	mobilizable	no_good_hit	2264.0	94.611	75.0	0.5505645557191949	LT985290.1	enterobacteria	Escherichia coli strain ECOR 10 genome assembly, plasmid: RCS83_pI	True	True
MON0045_000000003679	6707	0.9589015412892538	7	3	3	3	2	True	38140	fragment	False	MON0045_000000003679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	3.0	4.17664661458627e-06	LN590681.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG47, chromosome: 47	True	True
ISR0395_000000009326	4128	0.9588998398110824	5	3	0	1	3	False	114709	maximal	True	ISR0395_000000009326	1.0		83	10	False	False	1.0	0	rep_cluster_1868,rep_cluster_870				non-mobilizable	no_good_hit	3240.0	99.87700000000001	78.0	0.5790132284590633	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	True	True
CHI0010_000000003232	2457	0.9588995194773076	4	3	3	3	1	False	90362	maximal	True	CHI0010_000000003232	1.0		1	1	False	False	0.9975579977035522	0					non-mobilizable	no_good_hit	699.0	76.681	28.0	0.005000144931737152	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
FIJ0040_000000011716	2098	0.9588959153713088	2	2	1	1	2	True	55056	maximal	False	ENG0185_000000008831	0.7996692817649379		0	0	True	True	1.0	2		MOBV			mobilizable	other	1909.0	98.009	100.0	0.7826622843056696	NZ_WUMP01000022.1	g-proteobacteria	Pasteurella canis strain QBSD contig00022, whole genome shotgun sequence	False	True
ISR0820_000000000691	19531	0.9588909658062404	23	9	2	5	5	False	69143	fragment	False	ISR0820_000000000691	1.0		0	0	False	False	0.9999487996101379	0					non-mobilizable	no_good_hit	1897.0	74.855	19.0	0.13964400089372161	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
DEN0022_000000018078	2224	0.9588909216898892	3	3	3	2	2	False	74585	fragment	False	ISR0025_000000015045	0.6335136634762103		0	0	False	False	0.9955036044120789	0					non-mobilizable	no_good_hit	50.0	98.0	2.0	1.6493113115491847e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0046_000000005928	4018	0.9588902406064566	6	6	4	5	6	True	114215	fragment	False	MAD0046_000000005928	0.7892158775384713		0	0	False	False	0.999751091003418	0					non-mobilizable	plasmid	3909.0	99.821	99.0	0.032668862986437446	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ISR0090_000000000123	58580	0.9588902350126648	57	23	11	19	12	True	38458	fragment	False	ISR0090_000000000123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5057.0	82.875	9.0	0.0020337333131142167	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	True	True
CAN0016_000000025080	1901	0.9588860671960368	2	1	1	1	1	False	92815	fragment	False	CAN0016_000000025080	1.0		0	0	False	False	0.9926354289054871	0					non-mobilizable	no_good_hit	404.0	77.723	21.0	9.061565597197017e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
MON0082_000000003161	6893	0.9588704453276437	7	4	3	4	1	True	77536	maximal	True	MON0082_000000003161	1.0		1	1	False	False	0.9986943006515503	0					non-mobilizable	no_good_hit	583.0	92.624	25.0	0.1486590038314176	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0016_000000004719	5503	0.9588680390764182	8	6	2	2	5	True	127286	fragment	False	AST0016_000000004719	1.0		0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4127.0	99.41799999999999	95.0	0.839918533604888	AM183144.1	high GC Gram+	Bifidobacterium longum pNAL8M plasmid	False	True
SPA0105_000000005394	5155	0.9588680390764182	6	6	2	2	5	True	127258	backbone	True	SPA0105_000000005394	0.9953570662147656	PS757|PS758|PS996	3	2	True	True	0.998642086982727	15	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4896.0	99.816	96.0	0.9997955428337764	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
ISR0394_000000003425	5054	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9812950158371745	PS757|PS758|PS996	0	0	True	True	1.0	1	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4504.0	99.8	97.0	0.9193548387096774	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0379_000000003951	5020	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9850852413546609	PS757|PS758|PS996	0	0	True	True	1.0	14	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3985.0	99.774	100.0	0.8135212418300654	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
AST0048_000000003377	5020	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9899305790285812	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4503.0	99.8	97.0	0.9189465087790936	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0343_000000002791	4995	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9952786399602029	PS757|PS758|PS996	0	0	True	True	1.0	119	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4091.0	99.927	100.0	0.835171568627451	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0152_000000004949	4995	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9952481198641284	PS757|PS758|PS996	0	0	True	True	1.0	196	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4091.0	99.902	100.0	0.835171568627451	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0275_000000002684	4995	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9951206887729881	PS757|PS758|PS996	0	0	True	True	1.0	153	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4091.0	99.902	100.0	0.835171568627451	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0110_000000004619	4995	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9951034356691101	PS757|PS758|PS996	0	0	True	True	0.9997997879981995	55	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4091.0	99.902	100.0	0.835171568627451	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0017_000000006640	4995	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950049768798089	PS757|PS758|PS996	0	0	True	True	1.0	86	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4642.0	99.87100000000001	100.0	0.947906026557712	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ISR0339_000000002701	4995	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9952786399602029	PS757|PS758|PS996	0	0	True	True	1.0	192	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4091.0	99.927	100.0	0.835171568627451	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0194_000000004301	4994	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950343171687205	PS757|PS758|PS996	0	0	True	True	1.0	88	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4091.0	99.87799999999999	100.0	0.835171568627451	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0102_000000003962	4977	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.995062227485039	PS757|PS758|PS996	0	0	True	True	1.0	70	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4136.0	99.927	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0052_000000006111	4976	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9944704819230692	PS757|PS758|PS996	0	0	True	True	1.0	29	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4508.0	99.823	100.0	0.9201714985708452	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ENG0003_000000004509	4976	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9946670779021968	PS757|PS758|PS996	0	0	True	True	0.9997990131378174	25	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4022.0	99.851	100.0	0.8208741830065359	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
CAN0003_000000009713	4976	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9945036870588724	PS757|PS758|PS996	0	0	True	True	1.0	40	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4822.0	99.79299999999999	100.0	0.984870169699448	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
ENG0180_000000003018	4976	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950911161011138	PS757|PS758|PS996	0	0	True	True	0.9995980858802795	15	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4136.0	99.95200000000001	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
AST0029_000000006254	4976	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9946742377555609	PS757|PS758|PS996	0	0	True	True	1.0	96	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4616.0	99.89200000000001	100.0	0.9424019607843137	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0013_000000004620	4976	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9946983349558287	PS757|PS758|PS996	0	0	True	True	1.0	45	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4009.0	99.85	100.0	0.8184232026143791	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0145_000000006537	4976	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.994533624169082	PS757|PS758|PS996	0	0	True	True	0.9997990131378174	84	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4821.0	99.79299999999999	100.0	0.9846657125332243	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
ISR0132_000000005026	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9948193217363192	PS757|PS758|PS996	0	0	True	True	0.9985929727554321	10	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4620.0	99.848	100.0	0.9434116445352401	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ISR0077_000000005621	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9944799769772196	PS757|PS758|PS996	0	0	True	True	0.99959796667099	13	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4508.0	99.823	100.0	0.9201714985708452	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ENG0072_000000002414	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950086512365943	PS757|PS758|PS996	0	0	True	True	1.0	22	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4136.0	99.87899999999999	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ENG0164_000000003541	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9949964682746256	PS757|PS758|PS996	0	0	True	True	1.0	33	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4136.0	99.87899999999999	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
SPA0113_000000006759	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950287322846457	PS757|PS758|PS996	0	0	True	True	1.0	47	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4620.0	99.848	100.0	0.9434116445352401	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ISR0354_000000003609	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9948715522563559	PS757|PS758|PS996	0	0	True	True	1.0	52	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4136.0	99.855	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0190_000000004671	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.995192440062778	PS757|PS758|PS996	0	0	True	True	1.0	70	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4697.0	99.87200000000001	100.0	0.9591419816138917	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ISR0109_000000005736	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9948538464910396	PS757|PS758|PS996	0	0	True	True	1.0	44	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4136.0	99.90299999999999	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ENG0021_000000003731	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950612756598692	PS757|PS758|PS996	0	0	True	True	1.0	34	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4136.0	99.87899999999999	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ENG0118_000000002767	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950442369077401	PS757|PS758|PS996	0	0	True	True	0.9989949464797974	28	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4136.0	99.927	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
AST0033_000000002638	4975	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950291365089545	PS757|PS758|PS996	0	0	True	True	1.0	63	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4136.0	99.87899999999999	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0065_000000005809	4974	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9941286958531962	PS757|PS758|PS996	0	0	True	True	1.0	60	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4253.0	99.882	100.0	0.868641470888662	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ENG0145_000000006611	4974	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9943721585949024	PS757|PS758|PS996	0	0	True	True	1.0	25	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4714.0	99.76700000000001	100.0	0.9622294814209882	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ENG0007_000000005208	4974	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9947660400722845	PS757|PS758|PS996	0	0	True	True	1.0	81	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4505.0	99.845	100.0	0.9195590036749693	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0376_000000003836	4974	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9942725257688885	PS757|PS758|PS996	0	0	True	True	1.0	52	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4756.0	99.76899999999999	100.0	0.9712009803921569	DQ458910.1	high GC Gram+	Bifidobacterium longum plasmid p6043A, complete sequence	False	True
ENG0107_000000005018	4974	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9951645726038205	PS757|PS758|PS996	0	0	True	True	1.0	51	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4136.0	99.90299999999999	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0078_000000003297	4974	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9873799554971827	PS757|PS758|PS996	0	0	True	True	1.0	20	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4128.0	99.346	100.0	0.840122199592668	AM183144.1	high GC Gram+	Bifidobacterium longum pNAL8M plasmid	False	True
ENG0026_000000002279	4962	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9944567571832642	PS757|PS758|PS996	0	0	True	True	0.9995969533920288	9	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4872.0	99.836	100.0	0.9948927477017364	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ENG0094_000000003402	4960	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950117294538803	PS757|PS758|PS996	0	0	True	True	0.9981854557991028	18	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4019.0	99.9	100.0	0.8204656862745098	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
AST0090_000000005081	4956	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9947356293841507	PS757|PS758|PS996	0	0	True	True	1.0	91	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3821.0	99.869	100.0	0.7800245098039216	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ENG0005_000000004838	4956	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.994423799057293	PS757|PS758|PS996	0	0	True	True	1.0	211	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3827.0	99.81700000000001	100.0	0.78125	DQ458910.1	high GC Gram+	Bifidobacterium longum plasmid p6043A, complete sequence	False	True
ISR0784_000000002525	4955	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.994948206900143	PS757|PS758|PS996	0	0	True	True	1.0	72	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4014.0	99.9	100.0	0.8194444444444444	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0819_000000004735	4954	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9948367611391968	PS757|PS758|PS996	0	0	True	True	0.9997981190681458	44	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4736.0	99.831	100.0	0.9671160130718954	DQ458910.1	high GC Gram+	Bifidobacterium longum plasmid p6043A, complete sequence	False	True
ISR0815_000000005901	4950	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9939142569352667	PS757|PS758|PS996	0	0	False	True	0.9997979998588562	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4616.0	99.762	100.0	0.9426062091503268	DQ458910.1	high GC Gram+	Bifidobacterium longum plasmid p6043A, complete sequence	False	True
ISR0156_000000005332	4940	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9863146713930836	PS757|PS758|PS996	0	0	True	True	1.0	64	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3442.0	99.76799999999999	100.0	0.7024101307189542	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ENG0124_000000006128	4936	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9945169581735643	PS757|PS758|PS996	0	0	True	True	1.0	26	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3801.0	99.868	100.0	0.7759395424836601	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0779_000000006495	4936	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950219120123438	PS757|PS758|PS996	0	0	True	True	0.9997974038124084	28	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4806.0	99.792	100.0	0.9806043282972642	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0029_000000009308	4935	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9945508029032515	PS757|PS758|PS996	0	0	True	True	1.0	9	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4899.0	99.735	100.0	0.999795835034708	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0087_000000005042	4935	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9952573061353338	PS757|PS758|PS996	0	0	True	True	1.0	19	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4684.0	99.80799999999999	100.0	0.9559003674969375	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0175_000000005021	4935	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950583207480611	PS757|PS758|PS996	0	0	True	True	1.0	317	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4174.0	99.904	100.0	0.8521241830065359	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0294_000000003812	4935	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950429914884843	PS757|PS758|PS996	0	0	True	True	1.0	106	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4332.0	99.861	100.0	0.8845760980592441	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ISR0385_000000003915	4935	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.99507945182662	PS757|PS758|PS996	0	0	True	True	0.9997973442077637	9	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4419.0	99.86399999999999	100.0	0.9023493360572012	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
AST0019_000000005229	4935	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9950822324240561	PS757|PS758|PS996	0	0	True	True	1.0	97	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4459.0	99.84299999999999	100.0	0.9105209397344228	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ENG0142_000000005504	4935	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9801206966514846	PS757|PS758|PS996	0	0	True	True	1.0	28	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4130.0	99.78200000000001	100.0	0.8431372549019608	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0189_000000002118	4935	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9945742171727739	PS757|PS758|PS996	0	0	True	True	1.0	27	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3806.0	99.84200000000001	100.0	0.7771650326797386	DQ458910.1	high GC Gram+	Bifidobacterium longum plasmid p6043A, complete sequence	False	True
ISR0253_000000002174	4935	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9952610834039569	PS757|PS758|PS996	0	0	True	True	1.0	64	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4417.0	99.887	100.0	0.9019407558733401	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ISR0357_000000004481	4935	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9946929822689926	PS757|PS758|PS996	0	0	True	True	0.9989868402481079	12	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4003.0	99.875	100.0	0.8171977124183006	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ITA0002_000000001414	4935	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9946354315281237	PS757|PS758|PS996	0	0	True	True	0.9983789324760437	17	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4433.0	99.774	100.0	0.9048591261739486	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0020_000000003822	4935	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.994706984822237	PS757|PS758|PS996	0	0	True	True	1.0	8	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4003.0	99.9	100.0	0.8171977124183006	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0288_000000005709	4934	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9945567993181003	PS757|PS758|PS996	0	0	True	True	1.0	51	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4003.0	99.9	100.0	0.8171977124183006	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ISR0398_000000004543	4934	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.994129572925815	PS757|PS758|PS996	0	0	True	True	1.0	94	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4003.0	99.825	100.0	0.8171977124183006	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
SPA0036_000000004390	4933	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9945907685307833	PS757|PS758|PS996	0	0	True	True	0.9987837076187134	71	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3946.0	99.848	100.0	0.8055555555555556	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
SPA0111_000000006653	4932	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.995019737565768	PS757|PS758|PS996	0	0	True	True	0.9981752038002014	12	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4882.0	99.775	100.0	0.9963250306247448	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
FIJ0065_000000002941	4931	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9938049670893939	PS757|PS758|PS996	0	0	True	True	0.998174786567688	1	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4850.0	99.85600000000001	100.0	0.9906026557711951	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
SPA0056_000000006506	4930	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9949969905048265	PS757|PS758|PS996	0	0	True	True	0.9981744289398193	71	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3946.0	99.87299999999999	100.0	0.8055555555555556	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
SPA0141_000000004659	4921	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9855473967808493	PS757|PS758|PS996	0	0	True	True	1.0	49	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3767.0	99.76100000000001	100.0	0.7689950980392157	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
SPA0139_000000004968	4914	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9939778681919444	PS757|PS758|PS996	0	0	True	True	1.0	35	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4506.0	99.734	99.0	0.9195590036749693	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ENG0158_000000003311	4897	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9943855340359343	PS757|PS758|PS996	0	0	True	True	1.0	25	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4668.0	99.87100000000001	100.0	0.9530228758169934	DQ458910.1	high GC Gram+	Bifidobacterium longum plasmid p6043A, complete sequence	False	True
ENG0102_000000005142	4885	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9785289626713962	PS757|PS758|PS996	0	0	True	True	1.0	68	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	2588.0	99.884	100.0	0.5281862745098039	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
SPA0119_000000007105	4862	0.9588680390764182	6	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9874047896839043	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4661.0	99.82799999999999	100.0	0.951797385620915	DQ458910.1	high GC Gram+	Bifidobacterium longum plasmid p6043A, complete sequence	False	True
ISR0317_000000003233	4841	0.9588680390764182	8	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9240872180313738	PS757|PS758|PS996	0	0	False	True	0.9960752129554749	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	other	4440.0	99.887	97.0	0.0018612260779618506	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0143_000000004171	4613	0.9588680390764182	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.6119512072496336	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	4429.0	99.865	96.0	0.904187946884576	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
SPA0035_000000003914	4244	0.9588680390764182	7	6	2	2	5	True	115873	fragment	False	SPA0035_000000003914	1.0		0	0	False	True	1.0	0	rep_cluster_1320				non-mobilizable	other	3960.0	99.848	100.0	0.0016599671193176316	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0086_000000005225	4624	0.9588594026475876	6	5	5	3	4	True	97019	fragment	False	ENG0086_000000005225	1.0		0	0	False	False	0.999567449092865	0					non-mobilizable	other	2586.0	96.67399999999999	100.0	0.002029642364914453	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
ISR0819_000000004027	5630	0.9588579865709578	8	6	5	4	3	True	117595	maximal	False	AST0031_000000005085	0.9770195244549498		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	254.0	88.189	15.0	0.061977373339891784	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
SPA0059_000000002510	10592	0.9588522778891206	14	3	3	3	2	False	87562	fragment	False	SPA0059_000000002510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	76.786	1.0	3.0662731334835904e-05	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	False
DEN0096_000000003965	9080	0.9588514065735338	11	6	5	4	2	False	108813	maximal	True	DEN0096_000000003965	1.0		1	1	False	False	0.9997797608375549	0					non-mobilizable	no_good_hit	2988.0	97.49	62.0	0.07427220701667081	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ISR0777_000000003295	4934	0.9588457574813164	7	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9948107331392262	PS757|PS758|PS996	0	0	True	True	0.9965544939041138	15	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4521.0	99.823	100.0	0.9233285626661214	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
ENG0075_000000004877	4915	0.9588444150503086	5	3	2	3	1	False	123758	maximal	True	ENG0075_000000004877	0.9998981047483188		8	5	False	False	0.9967446327209473	0					non-mobilizable	no_good_hit	1029.0	91.351	23.0	0.004156221408027703	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0132_000000007800	4907	0.9588444150503086	5	3	2	3	1	False	123758	maximal	False	ENG0075_000000004877	0.9990844354018311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1029.0	91.351	23.0	0.004156221408027703	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0080_01_000000010709	4045	0.9588444150503086	4	3	2	3	1	False	123757	maximal	True	USA0080_01_000000010709	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	98.235	15.0	0.0005611681595178602	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0016_000000007322	3636	0.9588444150503086	4	3	2	3	1	False	123755	fragment	False	SPA0038_000000008026	0.9932231639784698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	95.804	8.0	0.0056070353538334415	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0038_000000008026	3633	0.9588444150503086	4	3	2	3	1	False	123755	fragment	False	SPA0038_000000008026	0.9934502420524625		0	0	False	False	0.998898983001709	0					non-mobilizable	no_good_hit	286.0	95.804	8.0	0.0056070353538334415	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0069_000000019943	1350	0.958842888227876	2	2	2	2	2	False	70685	maximal	True	DEN0069_000000019943	1.0		1	1	False	False	0.9503703713417053	0					non-mobilizable	no_good_hit	748.0	95.588	55.0	0.0002660700807934089	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0148_000000007463	3879	0.9588413115226404	4	2	1	2	2	False	82612	maximal	True	ISR0148_000000007463	1.0		1	1	False	False	0.9938128590583801	0					non-mobilizable	no_good_hit	607.0	83.69	17.0	0.000170962516111576	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0190_000000002777	8548	0.9588413044311208	16	9	5	7	5	True	100868	maximal	True	ISR0190_000000002777	1.0		1	1	False	False	0.9996490478515625	0					non-mobilizable	no_good_hit	3571.0	88.855	50.0	0.05729621366443561	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	True	True
MON0107_000000010126	5154	0.9588386335075476	6	5	5	5	5	False	61443	fragment	False	ENG0157_000000003802	0.6943103186503409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	74.26	8.0	0.014535766078715727	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ENG0074_000000003230	6621	0.9588377250167108	10	8	3	3	8	True	92303	fragment	False	ENG0074_000000003230	1.0		0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	5800.0	99.241	98.0	0.6980496026968457	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
MON0065_000000004125	6517	0.9588370593281392	9	6	1	2	5	True	123826	backbone	False	ISR0183_000000005642	0.22617499322487383	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	68.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0033_000000010548	6513	0.9588370593281392	9	6	1	2	5	True	123826	backbone	False	ISR0183_000000005642	0.22614378993468423	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	69.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0101_000000007991	6512	0.9588370593281392	9	6	1	2	5	True	123826	backbone	False	ISR0183_000000005642	0.22613125698545505	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	69.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
ISR0126_000000007664	6273	0.9588370593281392	8	6	1	2	5	True	123826	backbone	False	ISR0183_000000005642	0.1889064184042454	PS486|PS905	0	0	True	True	1.0	26	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2162.0	94.21799999999999	69.0	0.34347618288991555	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
USA0004_01_000000007519	3415	0.9588340641144746	7	2	2	1	1	False	107158	fragment	False	USA0004_01_000000007519	0.9850635906536527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	89.9	26.0	0.00020761296914681733	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0069_01_000000028707	2134	0.9588340641144746	4	2	2	1	1	False	107157	fragment	False	AUS0022_000000014916	0.9698230810312477		0	0	False	False	0.9985941648483276	0					non-mobilizable	no_good_hit	697.0	90.818	42.0	0.00020553980112395323	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0012_000000012730	1899	0.9588340641144746	4	2	2	1	1	False	107157	fragment	False	AUS0022_000000014916	0.5553542456013876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	89.13	35.0	0.00013505208834657445	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0121_01_000000027655	1548	0.9588340641144746	4	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.7670838414036237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	92.647	20.0	6.012187266305837e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0293_000000005344	6717	0.9588322719932652	10	4	3	3	2	False	25853	maximal	True	ISR0293_000000005344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0065_000000007065	3104	0.9588254774495408	3	3	2	3	3	False	94095	fragment	False	ENG0092_000000006712	0.9521238971935315		0	0	False	False	1.0	0					non-mobilizable	other	3039.0	97.335	98.0	0.0833287618629656	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
AST0092_000000007733	1890	0.9588240421803536	3	2	2	2	2	False	109659	maximal	True	AST0092_000000007733	1.0		5	2	False	False	0.9978836178779602	0					non-mobilizable	no_good_hit	1595.0	86.20700000000001	84.0	0.021452969528412698	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ENG0098_000000002369	10257	0.958816394666308	10	6	2	4	4	True	128768	backbone	False	ENG0060_000000001922	0.963686122750202	PS1052	0	0	True	True	1.0	15	IncW	MOBF			mobilizable	plasmid	7150.0	99.72	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0855_000000002300	4913	0.9588090010896988	5	5	5	4	3	False	105070	fragment	False	SPA0082_000000003174	0.9527445548215199		0	0	False	False	0.997557520866394	0					non-mobilizable	other	2422.0	99.835	100.0	0.0025970320246980856	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
ISR0338_000000001957	8686	0.9588075976995184	10	6	4	6	4	True	128659	fragment	False	ISR0338_000000001957	1.0		0	0	False	False	0.9973520636558533	0					non-mobilizable	no_good_hit	2296.0	78.04899999999999	41.0	0.004713144319657408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0058_000000004828	3776	0.9588030458776414	6	4	3	4	1	True	85927	fragment	False	CHI0058_000000004828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	96.384	86.0	0.014195583596214511	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0073_01_000000002311	9947	0.9588028267846672	11	9	3	5	8	False	96388	fragment	False	USA0073_01_000000002311	0.9930977742895544		0	0	False	False	1.0	0					non-mobilizable	chromosome	8926.0	92.99799999999999	90.0	0.0021542560798890366	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
DEN0052_000000002943	9803	0.9588028267846672	10	9	3	5	8	False	96388	fragment	False	USA0073_01_000000002311	0.9909549598351053		0	0	False	False	1.0	0					non-mobilizable	chromosome	8924.0	93.03	91.0	0.0021537712692488004	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
ISR0821_000000002331	9802	0.9588028267846672	10	9	3	5	8	False	96388	fragment	False	USA0073_01_000000002311	0.992261345524881		0	0	False	False	1.0	0					non-mobilizable	chromosome	8926.0	92.98700000000001	91.0	0.0021542560798890366	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
CHI0089_000000000529	9782	0.9588028267846672	10	9	3	5	8	False	96388	fragment	False	USA0073_01_000000002311	0.9793941900222789		0	0	False	False	0.995093047618866	0					non-mobilizable	chromosome	8801.0	91.978	90.0	0.0021239554148742815	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
ISR0854_000000000590	9778	0.9588028267846672	10	9	3	5	8	False	96388	fragment	False	USA0073_01_000000002311	0.9909076998371421		0	0	False	False	0.9995909333229065	0					non-mobilizable	chromosome	8906.0	92.98200000000001	91.0	0.0021494079734866757	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
ISR0289_000000000521	9752	0.9588028267846672	10	9	3	5	8	False	96388	fragment	False	USA0073_01_000000002311	0.9895087085061463		0	0	False	False	0.9998974800109863	0					non-mobilizable	chromosome	8926.0	92.99799999999999	91.0	0.0021542560798890366	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
USA0063_01_000000002253	9482	0.9588028267846672	10	9	3	5	8	False	96388	fragment	False	USA0073_01_000000002311	0.956328201276091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8455.0	92.785	89.0	0.002042507227314619	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
CHI0103_000000001055	1979	0.9588000245814818	4	3	3	3	2	False	93090	fragment	False	DEN0079_000000027869	0.9466158245948523		0	0	False	False	0.9994946718215942	0					non-mobilizable	other	1980.0	97.323	100.0	0.007096572918272868	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
TAN0009_000000003143	7853	0.9587997953554585	6	5	4	4	4	False	3108	maximal	True	TAN0009_000000003143	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2988.0	90.462	73.0	0.2528784287165594	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0224_000000011780	2533	0.9587965107640828	4	2	2	2	1	False	27749	maximal	True	ISR0224_000000011780	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	77.33800000000001	11.0	0.00025450962148918893	NZ_JH556658.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_8, whole genome shotgun sequence	True	False
USA0145_01_000000012552	1908	0.9587965107640828	3	2	2	2	1	False	14	fragment	False	USA0145_01_000000012552	1.0		0	0	False	False	0.9952830076217651	0					non-mobilizable	no_good_hit	278.0	77.33800000000001	14.0	0.00025450962148918893	NZ_JH556658.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_8, whole genome shotgun sequence	True	False
FIJ0088_000000018793	1539	0.9587963486381288	3	2	1	2	2	False	43651	maximal	True	FIJ0088_000000018793	1.0		2	1	False	False	0.9922027587890625	0	rep_cluster_1451				non-mobilizable	plasmid	1270.0	84.016	100.0	0.09005078320577928	CP011573.1	enterobacteria	Klebsiella aerogenes strain CAV1320 plasmid pKPC_CAV1320, complete sequence	False	True
ISR0283_000000002622	4805	0.9587933808045572	10	8	1	4	6	True	114727	fragment	False	ISR0283_000000002622	1.0		0	0	False	False	0.9979188442230225	0					non-mobilizable	other	4809.0	98.544	100.0	0.001959949843546433	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	True
ISR0331_000000004063	5028	0.9587931058121278	11	8	1	4	5	True	114726	fragment	False	ISR0331_000000004063	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5028.0	98.13	100.0	0.0020913535186689934	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
USA0010_01_000000008898	3052	0.9587840007064072	4	4	3	4	3	False	59682	fragment	False	USA0010_01_000000008898	1.0		0	0	False	False	0.9996723532676697	0					non-mobilizable	chromosome	2473.0	86.413	99.0	0.0008793979264910416	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	False	False
ENG0043_000000003039	9212	0.958779568679228	6	5	4	5	4	False	64642	maximal	True	ENG0043_000000003039	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0006182167880203325	NZ_JPMI01000329.1	d-proteobacteria	Archangium violaceum Cb vi76 contig00367, whole genome shotgun sequence	True	False
ISR0212_000000001308	18266	0.958772474327458	37	9	4	8	5	True	72314	maximal	True	ISR0212_000000001308	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0068_000000000512	27919	0.958769587196364	21	21	8	8	20	False	45648	maximal	True	SPA0068_000000000512	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	23451.0	98.26	93.0	0.2110184210289499	CP031803.1	enterobacteria	Klebsiella pneumoniae strain MSB1_8A-sc-2280397 plasmid unnamed3, complete sequence	False	True
FIJ0065_000000013037	1482	0.9587665347713852	2	1	1	1	1	False	45403	fragment	False	FIJ0065_000000013037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	99.512	76.0	0.0002768750647236022	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0081_01_000000020642	1475	0.9587654794113536	4	2	2	2	1	False	555	fragment	False	USA0081_01_000000020642	1.0		0	0	False	False	0.9891525506973267	0					non-mobilizable	no_good_hit								True	False
CAN0020_000000007882	4651	0.9587615118515456	5	2	2	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9560190200834054	PS774	0	0	True	True	0.9987099766731262	33					non-mobilizable	plasmid	2640.0	96.742	100.0	0.5767707875054994	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
SPA0082_000000011391	1487	0.9587614610712388	4	3	1	3	3	False	8004	fragment	False	SPA0012_000000014584	0.9503331314354937		0	0	False	False	1.0	0					non-mobilizable	other	1487.0	100.0	100.0	0.0004495653344587593	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
SPA0073_000000002810	5036	0.9587603971876366	7	7	3	4	7	True	5855	maximal	True	SPA0073_000000002810	1.0		1	1	False	False	1.0	0	IncX2				non-mobilizable	no_good_hit	2510.0	99.044	66.0	0.062089966083232244	CP055545.1	enterobacteria	Citrobacter freundii strain RHBSTW-00269 plasmid pRHBSTW-00269_3, complete sequence	True	True
ISR0182_000000000912	20491	0.9587586866249688	31	12	7	10	7	True	132589	fragment	False	SPA0046_000000000570	0.31699313262478634		0	0	False	False	0.999951183795929	0					non-mobilizable	other	9807.0	97.604	94.0	0.05646434043337519	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0097_000000024077	1533	0.9587457907402628	2	2	2	2	2	False	42455	fragment	False	MON0097_000000024077	1.0		0	0	False	False	0.966079592704773	0					non-mobilizable	other	1404.0	79.487	91.0	0.04764990790640562	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
AST0029_000000000262	47682	0.9587374849097524	52	26	11	20	9	True	132147	fragment	False	ISR0104_000000000158	0.1032112177534015		0	0	False	True	0.9999790191650391	0					non-mobilizable	no_good_hit	2809.0	98.96799999999999	10.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0067_000000000262	20278	0.9587352665534732	25	20	11	14	18	True	123716	fragment	False	CHI0055_000000000455	0.991590819153146		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	14554.0	99.766	72.0	0.14803812856692336	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
ENG0196_000000003212	3135	0.958734206637746	5	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.0503241502309699	PS971	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	1427.0	87.947	79.0	0.3489916379734383	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
AST0099_000000006865	3077	0.958734206637746	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5175398605037015	PS1090	0	0	True	True	1.0	406					non-mobilizable	other	2800.0	95.571	99.0	0.9329105473965287	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0112_000000013361	2085	0.958730080504657	3	2	1	2	1	True	59679	backbone	False	FIJ0122_000000007671	0.9690242826437491	PS264	0	0	True	True	1.0	150		MOBV			mobilizable	plasmid	1224.0	97.876	100.0	0.5963884821864324	AP022132.1	enterobacteria	Enterobacter cloacae plasmid pWP5-S18-CRE-02_6 DNA, complete genome, strain: WP5-S18-CRE-02	False	True
SPA0137_000000013187	2772	0.9587295039498656	3	3	3	3	3	False	3573	maximal	True	SPA0137_000000013187	1.0		1	1	False	False	0.9985569715499878	0					non-mobilizable	no_good_hit	520.0	82.115	19.0	0.0017662319811693554	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0057_01_000000011574	2730	0.9587289449233156	3	2	2	2	2	False	978	maximal	True	USA0057_01_000000011574	1.0		1	1	False	False	0.9981684684753418	0					non-mobilizable	no_good_hit	218.0	79.358	10.0	3.9285577227896904e-05	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
ENG0118_000000003311	4134	0.9587204867727632	7	2	1	2	0	True	130311	maximal	True	ENG0118_000000003311	1.0	PS1093|PS387|PS857	1	1	True	True	1.0	68					non-mobilizable	no_good_hit	1708.0	97.71700000000001	73.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0050_000000005964	4002	0.9587204867727632	6	2	1	2	0	True	97252	backbone	False	FIJ0150_000000005710	0.9787409465680021	PS526|PS527	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1651.0	97.88	51.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0088_000000006921	3996	0.9587204867727632	5	2	1	2	0	True	97252	backbone	False	FIJ0150_000000005710	0.9911633225350605	PS526|PS527	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1651.0	97.15299999999999	52.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0150_000000005710	3986	0.9587204867727632	5	2	1	2	0	True	97252	backbone	True	FIJ0150_000000005710	0.9948092119629874	PS526|PS527	9	2	True	True	1.0	4					non-mobilizable	no_good_hit	1651.0	97.214	53.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0014_000000005950	3968	0.9587204867727632	5	2	1	2	0	True	97252	backbone	False	FIJ0150_000000005710	0.9925236427852967	PS526|PS527	0	0	True	True	0.999243974685669	2					non-mobilizable	no_good_hit	1651.0	97.15299999999999	51.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0090_000000010158	3964	0.9587204867727632	5	2	1	2	0	True	97252	backbone	False	FIJ0150_000000005710	0.9892519735976139	PS526|PS527	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1651.0	97.214	52.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0063_000000006333	3946	0.9587204867727632	4	2	1	2	0	True	97252	backbone	False	FIJ0150_000000005710	0.9933767212151736	PS526|PS527	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1651.0	97.214	51.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0161_000000004006	3924	0.9587204867727632	5	2	1	2	0	True	97252	backbone	False	FIJ0150_000000005710	0.988723328075422	PS526|PS527	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1651.0	97.15299999999999	51.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0348_000000003389	3690	0.9587204867727632	5	2	1	2	0	True	97252	backbone	False	FIJ0150_000000005710	0.9313589211432015	PS526|PS527	0	0	False	True	0.995121955871582	0					non-mobilizable	no_good_hit	1660.0	96.446	49.0	0.4091358024691358	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0005_000000008262	3642	0.9587204867727632	4	2	1	2	0	True	97252	backbone	False	FIJ0150_000000005710	0.9313661079965122	PS526|PS527	0	0	False	True	0.9901153445243835	0					non-mobilizable	no_good_hit	1651.0	97.09299999999999	53.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0097_000000008709	3498	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.9192932878456948	PS857	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	1707.0	97.598	85.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0038_000000009662	3487	0.9587204867727632	7	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.9185402038007444	PS857	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1295.0	97.14299999999999	85.0	0.422683811407847	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0033_000000009665	3485	0.9587204867727632	7	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.9185154111879592	PS857	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	1293.0	97.13799999999999	85.0	0.4220243982855259	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0004_000000007685	3464	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.918803120109466	PS857	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1247.0	97.995	84.0	0.4108143752060666	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0014_000000006855	3464	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.9183599871402174	PS857	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1707.0	97.42200000000001	83.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0081_000000009730	3443	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.9179071183496487	PS857	0	0	True	True	0.9953528642654419	1					non-mobilizable	no_good_hit	1707.0	97.305	84.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
SPA0006_000000009355	3408	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8660420447292965	PS857	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1476.0	97.696	84.0	0.4823606989779097	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MAD0097_000000012171	3280	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8907331626564491	PS857	0	0	True	True	1.0	205					non-mobilizable	plasmid	1435.0	98.04899999999999	91.0	0.4688427299703264	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
AUS0016_000000008222	3260	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8881302871298932	PS857	0	0	True	True	1.0	20					non-mobilizable	plasmid	1293.0	97.29299999999999	91.0	0.4220243982855259	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ENG0029_000000007406	3259	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8922634888714279	PS857	0	0	True	True	1.0	61					non-mobilizable	plasmid	1293.0	98.221	91.0	0.4220243982855259	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
CHI0161_000000003110	3259	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8837858943735165	PS857	0	0	True	True	1.0	30					non-mobilizable	plasmid	1293.0	96.984	91.0	0.4220243982855259	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0167_000000009282	3246	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8033662858113316	PS857	0	0	True	True	0.9969192743301392	5					non-mobilizable	plasmid	1706.0	97.59700000000001	96.0	0.557533794922519	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
SPA0041_000000010563	3240	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8868330924167437	PS857	0	0	True	True	1.0	38					non-mobilizable	plasmid	1686.0	97.212	91.0	0.5512693702604682	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
CHI0130_000000005040	3219	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8822106576782859	PS857	0	0	True	True	1.0	550					non-mobilizable	no_good_hit	1247.0	97.835	89.0	0.4108143752060666	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0143_000000009827	3219	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8904438298749977	PS857	0	0	True	True	1.0	8					non-mobilizable	plasmid	1210.0	97.934	90.0	0.39861523244312563	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0243_000000003165	3205	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8006025134893066	PS857	0	0	True	True	1.0	12					non-mobilizable	plasmid	2395.0	97.954	96.0	0.7850313221233103	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0025_000000012139	3205	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7978569231975612	PS857	0	0	True	True	1.0	41					non-mobilizable	plasmid	2921.0	97.604	95.0	0.9577975601714475	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
MAD0070_000000005641	3205	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8021700893971123	PS857	0	0	True	True	1.0	18					non-mobilizable	plasmid	2464.0	98.052	96.0	0.8077810748433893	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
DEN0090_000000007694	3193	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.6198343283965271	PS857	0	0	True	True	1.0	54					non-mobilizable	plasmid	2978.0	98.522	95.0	0.9775799538410814	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0285_000000004720	3193	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7977765746894293	PS857	0	0	True	True	1.0	12					non-mobilizable	plasmid	2383.0	98.321	96.0	0.7850313221233103	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
AST0024_000000010512	3151	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.6162765785727853	PS857	0	0	False	True	1.0	0					non-mobilizable	plasmid	1792.0	99.38600000000001	95.0	0.5901747444774151	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
CAN0020_000000011820	3138	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7711095613973351	PS857	0	0	True	True	1.0	18					non-mobilizable	plasmid	2912.0	98.523	99.0	0.9558193208044841	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0267_000000005175	3128	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7685176340291533	PS857	0	0	True	True	1.0	124					non-mobilizable	plasmid	1841.0	98.425	100.0	0.599406528189911	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0036_000000003128	3125	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7714954035353798	PS857	0	0	True	True	1.0	64					non-mobilizable	plasmid	1956.0	98.824	100.0	0.6402901417738213	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ENG0139_000000006004	3120	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7723311908242356	PS857	0	0	True	True	1.0	126					non-mobilizable	plasmid	2978.0	98.72399999999999	100.0	0.9772502472799208	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
SPA0130_000000010469	3114	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7719874942537645	PS857	0	0	True	True	1.0	37					non-mobilizable	plasmid	1987.0	98.641	99.0	0.6505110451697989	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
SPA0111_000000011062	3113	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7722985239242779	PS857	0	0	True	True	1.0	33					non-mobilizable	plasmid	1597.0	99.75	100.0	0.5262116716122651	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
MON0052_000000007837	3107	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7327516383559443	PS857	0	0	True	True	1.0	34					non-mobilizable	plasmid	2827.0	99.71700000000001	100.0	0.9317507418397626	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ENG0132_000000006141	3100	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7722122109501537	PS857	0	0	True	True	1.0	20					non-mobilizable	plasmid	1686.0	97.98299999999999	100.0	0.5515990768216288	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0149_000000005070	3080	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7716280117144185	PS857	0	0	True	True	1.0	106					non-mobilizable	plasmid	2636.0	98.71	100.0	0.8644906033630069	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0378_000000008063	3079	0.9587204867727632	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7717976113910576	PS857	0	0	True	True	1.0	12					non-mobilizable	plasmid	1874.0	98.93299999999999	100.0	0.6135839103198154	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0393_000000005599	3079	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.752309597790345	PS857	0	0	True	True	1.0	96					non-mobilizable	plasmid	2869.0	98.815	100.0	0.9416419386745796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0084_000000007716	3079	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7722662968554977	PS857	0	0	True	True	1.0	15					non-mobilizable	plasmid	1746.0	98.28200000000001	100.0	0.5713814704912628	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
SPA0112_000000011132	3079	0.9587204867727632	6	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7157352251208756	PS857	0	0	True	True	1.0	279					non-mobilizable	plasmid	1791.0	99.609	100.0	0.5901747444774151	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0356_000000005793	3078	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7711133604868854	PS857	0	0	True	True	1.0	47					non-mobilizable	plasmid	1746.0	97.48	100.0	0.5713814704912628	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0825_000000007488	3067	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.7509571161995326	PS857	0	0	True	True	1.0	33					non-mobilizable	plasmid	1734.0	99.135	100.0	0.5713814704912628	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0220_000000003281	3023	0.9587204867727632	5	2	1	2	0	True	49802	maximal	True	ISR0220_000000003281	0.9970404472213087		4	2	True	True	0.9993383884429932	53					non-mobilizable	plasmid	1805.0	100.0	100.0	0.6169630642954856	AP022012.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-CRE-02_8 DNA, complete genome, strain: WP3-S18-CRE-02	False	True
USA0039_01_000000007615	3006	0.9587204867727632	5	2	1	2	0	True	82985	fragment	False	USA0039_01_000000007615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1651.0	97.941	57.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0020_000000007755	2942	0.9587204867727632	4	2	1	2	0	True	49802	maximal	False	ISR0220_000000003281	0.9969445451031685		0	0	False	True	1.0	0					non-mobilizable	plasmid	2903.0	100.0	100.0	0.9924760601915185	AP022012.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-CRE-02_8 DNA, complete genome, strain: WP3-S18-CRE-02	False	True
ENG0084_000000009259	2928	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.5981121198812456	PS857	0	0	True	True	1.0	12					non-mobilizable	plasmid	1438.0	99.791	100.0	0.47378832838773494	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
MON0041_000000020142	2922	0.9587204867727632	4	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.599363793910259	PS857	0	0	False	True	0.9722792506217957	0					non-mobilizable	plasmid	1736.0	98.675	99.0	0.5680844048796571	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
AUS0012_000000005680	2877	0.9587204867727632	3	2	1	2	0	True	101214	maximal	True	AUS0012_000000005680	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
USA0062_01_000000008671	2518	0.9587204867727632	4	2	1	2	0	True	24814	fragment	False	USA0062_01_000000008671	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1609.0	97.32799999999999	99.0	0.5262116716122651	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
USA0071_01_000000005215	2482	0.9587204867727632	4	2	1	2	0	True	24813	fragment	False	USA0071_01_000000005215	1.0		0	0	False	False	0.9963738918304443	0					non-mobilizable	plasmid	1261.0	99.524	99.0	0.41543026706231456	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
USA0087_01_000000006129	2477	0.9587204867727632	4	2	1	2	0	True	82977	fragment	False	USA0087_01_000000006129	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	97.671	55.0	0.31753086419753085	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0129_000000005138	2164	0.9587204867727632	4	2	1	2	0	True	82984	fragment	False	ISR0129_000000005138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1710.0	94.035	86.0	0.42148148148148146	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0061_000000004172	1807	0.9587204867727632	3	2	1	2	0	True	85666	fragment	False	CHI0061_000000004172	1.0		0	0	False	False	0.9889319539070129	0					non-mobilizable	plasmid	993.0	93.353	100.0	0.3602914389799636	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
CHI0045_000000012274	1717	0.9587204867727632	2	2	1	2	0	True	87135	maximal	True	CHI0045_000000012274	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0167_000000014337	1534	0.9587204867727632	3	2	1	2	0	True	82371	fragment	False	CHI0167_000000014337	1.0		0	0	False	False	0.9928292036056519	0					non-mobilizable	plasmid	982.0	93.48299999999999	99.0	0.35628415300546445	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
CHI0112_000000016771	1130	0.9587204867727632	3	2	1	2	0	True	82370	fragment	False	CHI0112_000000016771	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	778.0	94.473	99.0	0.2830601092896175	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
MAD0049_000000001888	7253	0.9587194841239012	7	5	5	5	3	False	17498	maximal	True	MAD0049_000000001888	1.0		1	1	False	False	0.9958637952804565	0					non-mobilizable	no_good_hit	1652.0	95.70200000000001	76.0	0.0021092434718914545	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
MON0077_000000004883	6537	0.9587173349509496	6	6	5	5	5	False	82892	maximal	True	MON0077_000000004883	1.0		0	0	False	False	0.9966345429420471	0					non-mobilizable	plasmid	6519.0	99.417	99.0	0.055162491536899116	MH580302.1	enterobacteria	Escherichia coli strain 1107 plasmid p1107-118K, complete sequence	False	True
ISR0373_000000008830	1844	0.9587061074277538	2	1	1	1	1	False	50749	fragment	False	ISR0373_000000008830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	77.429	37.0	0.0002490545519968347	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ISR0031_000000012772	1830	0.9587061074277538	3	1	1	1	1	False	50753	fragment	False	ISR0031_000000012772	0.9877142857142858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	77.74600000000001	38.0	0.0002494165498921789	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
MON0052_000000018989	1517	0.9587061074277538	2	1	1	1	1	False	50748	fragment	False	FIJ0076_000000008900	0.9354560082954981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	77.917	47.0	0.0002562945099037194	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ENG0134_000000008994	4147	0.9587040823071608	5	5	4	5	3	False	117936	fragment	False	ENG0134_000000008994	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	76.19	4.0	0.00026638682596060706	NZ_BAVS01000001.1	firmicutes	Gracilibacillus boraciitolerans JCM 21714, whole genome shotgun sequence	True	False
ISR0145_000000003603	9196	0.9587004872179824	9	7	7	7	4	False	119131	maximal	True	ISR0145_000000003603	1.0	PS816	0	0	False	True	0.9948890805244446	0					non-mobilizable	no_good_hit	5885.0	98.26700000000001	80.0	0.024143308573070135	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	True
ISR0385_000000011379	1986	0.9586994466618683	3	2	2	2	2	False	75536	maximal	True	ISR0385_000000011379	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	3.0	0.0005434612209065351	CP034163.1	enterobacteria	Escherichia albertii strain 06-3542 plasmid p06-3542, complete sequence	True	False
ISR0168_000000013580	1851	0.9586994466618683	2	2	2	2	2	False	75532	fragment	False	ISR0168_000000013580	0.9708091352320644		0	0	False	False	0.9967585206031799	0					non-mobilizable	no_good_hit	53.0	86.792	3.0	0.0005434612209065351	CP034163.1	enterobacteria	Escherichia albertii strain 06-3542 plasmid p06-3542, complete sequence	True	False
FIJ0015_000000017967	1727	0.9586994466618683	2	2	2	2	2	False	75532	fragment	False	ISR0168_000000013580	0.9528782256822782		0	0	False	False	0.993630588054657	0					non-mobilizable	no_good_hit	38.0	100.0	2.0	0.0003757718557036074	NZ_LSZP01000059.1	verrucomicrobia	Cephaloticoccus capnophilus strain CV41 contig_62, whole genome shotgun sequence	True	False
ISR0851_000000003545	3646	0.9586918343144916	3	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8428715560700533	PS129|PS305	0	0	True	True	0.9997256994247437	8					non-mobilizable	no_good_hit	970.0	93.29899999999999	34.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0077_000000008178	3645	0.9586918343144916	3	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.8392995353072618	PS129|PS305	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	970.0	93.402	34.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0218_000000004618	3477	0.9586918343144916	4	2	1	2	0	True	128568	maximal	False	ISR0303_000000002783	0.42764203421160135	PS129|PS305	0	0	True	True	0.9997124075889587	4					non-mobilizable	no_good_hit	743.0	93.67399999999999	29.0	0.22192273135669363	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
USA0025_01_000000005161	3236	0.9586918343144916	4	2	1	2	0	True	66159	fragment	False	USA0025_01_000000005161	1.0		0	0	False	False	0.984548807144165	0					non-mobilizable	no_good_hit	892.0	93.161	44.0	0.2665468703204552	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
SPA0016_000000000141	53899	0.958688656036276	96	27	13	17	14	True	75523	maximal	True	SPA0016_000000000141	1.0		1	1	False	False	0.9996474981307983	0					non-mobilizable	no_good_hit	3383.0	92.551	61.0	0.059812852231240915	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AST0153_000000023185	1478	0.9586833262377674	3	3	1	3	3	False	103316	fragment	False	AST0153_000000023185	0.9886391205826554		0	0	False	False	1.0	0					non-mobilizable	other	824.0	96.845	100.0	0.0010408077578749817	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ENG0188_000000007827	3381	0.9586740118726461	7	1	1	1	1	False	107158	fragment	False	USA0004_01_000000007519	0.9802342606149341		0	0	False	False	0.9979296326637268	0					non-mobilizable	no_good_hit	704.0	89.773	27.0	0.00020761296914681733	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AUS0022_000000014916	2328	0.9586740118726461	4	1	1	1	1	False	107157	fragment	False	AUS0022_000000014916	0.9754899254736128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	94.01299999999999	47.0	0.0002650693400661933	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0814_000000020802	1951	0.9586740118726461	3	1	1	1	1	False	107157	fragment	False	AUS0022_000000014916	0.81166112874588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	89.292	40.0	0.000170592111595673	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0087_01_000000008783	1780	0.9586740118726461	5	1	1	1	1	False	107157	fragment	False	AUS0022_000000014916	0.41367342536474044		0	0	False	False	0.9955056309700012	0					non-mobilizable	no_good_hit	354.0	87.571	31.0	0.00010395456800361323	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0133_01_000000012879	1660	0.9586740118726461	3	1	1	1	1	False	107157	fragment	False	AUS0022_000000014916	0.273354735152488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	87.79799999999999	32.0	9.83273976558393e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0011_01_000000024281	1488	0.9586740118726461	2	1	1	1	1	False	107154	fragment	False	ENG0157_000000014192	0.6877496349650112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	93.137	14.0	6.012187266305837e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0126_000000027575	1459	0.9586740118726461	2	1	1	1	1	False	107154	fragment	False	ENG0157_000000014192	0.6411745745078973		0	0	False	False	0.9945167899131775	0					non-mobilizable	no_good_hit	243.0	92.59299999999999	17.0	7.16723802190154e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0132_000000020407	1421	0.9586740118726461	2	1	1	1	1	False	107154	fragment	False	ENG0157_000000014192	0.6451317847319092		0	0	False	False	0.9915552139282227	0					non-mobilizable	no_good_hit	204.0	93.62700000000001	14.0	6.012187266305837e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0075_01_000000018216	1353	0.9586740118726461	2	1	1	1	1	False	107154	fragment	False	ENG0157_000000014192	0.07584848484848485		0	0	False	False	0.9992609024047852	0					non-mobilizable	no_good_hit	204.0	93.137	26.0	6.012187266305837e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0059_01_000000018759	1346	0.9586740118726461	3	1	1	1	1	False	107154	fragment	False	ENG0157_000000014192	0.45727558146676583		0	0	False	False	0.9985141158103943	0					non-mobilizable	no_good_hit	143.0	84.615	11.0	3.563012120263201e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0013_000000021404	1328	0.9586740118726461	2	1	1	1	1	False	107154	fragment	False	ENG0157_000000014192	0.4173173827745142		0	0	False	False	0.9992470145225525	0					non-mobilizable	no_good_hit	81.0	93.82700000000001	6.0	2.2482557750665063e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0117_01_000000015333	1320	0.9586740118726461	2	1	1	1	1	False	107154	fragment	False	ENG0157_000000014192	0.3270114911060035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	94.416	15.0	5.804870464019429e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0048_000000034937	1183	0.9586740118726461	1	1	1	1	1	False	107154	fragment	False	ENG0157_000000014192	0.07608974358974359		0	0	False	False	0.9619610905647278	0					non-mobilizable	no_good_hit	59.0	100.0	5.0	1.4484422004134554e-05	CP060417.1	firmicutes	Bacillus subtilis subsp. subtilis strain ONU 559 chromosome, complete genome	True	False
USA0080_01_000000036757	1129	0.9586740118726461	1	1	1	1	1	False	1813	fragment	False	USA0080_01_000000036757	0.9779080252479712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000027507	1109	0.9586740118726461	2	1	1	1	1	False	1813	fragment	False	USA0080_01_000000036757	0.9694419840566872		0	0	False	False	0.9855725765228271	0					non-mobilizable	no_good_hit	105.0	92.381	9.0	3.080135348255207e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0111_000000009122	1873	0.9586739579587492	2	2	0	2	1	True	14512	maximal	True	MAD0111_000000009122	1.0		1	1	True	True	0.993593156337738	2					non-mobilizable	no_good_hit	53.0	92.45299999999999	3.0	0.02894438138479001	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ETH0001_000000019794	1688	0.9586739579587492	4	2	0	2	1	True	53495	maximal	True	ETH0001_000000019794	1.0		1	1	True	True	0.9994075894355774	17					non-mobilizable	no_good_hit								True	True
MON0109_000000022463	1602	0.9586739579587492	3	2	0	2	1	True	8496	maximal	True	MON0109_000000022463	1.0		1	1	True	True	1.0	47					non-mobilizable	no_good_hit								True	True
ISR0231_000000012251	1570	0.9586739579587492	3	2	0	2	1	True	56816	maximal	False	MON0098_000000022671	0.9505178337612071		0	0	True	True	0.9993630647659302	13					non-mobilizable	no_good_hit								True	True
ENG0154_000000021221	1559	0.9586739579587492	2	2	0	2	1	True	56816	maximal	False	MON0098_000000022671	0.977719603505153		0	0	True	True	1.0	133					non-mobilizable	no_good_hit								True	True
MON0098_000000022671	1539	0.9586739579587492	2	2	0	2	1	True	56816	maximal	True	MON0098_000000022671	0.9793301417979589		3	3	True	True	1.0	120					non-mobilizable	no_good_hit								True	True
SPA0075_000000018888	1227	0.9586739579587492	2	2	0	2	1	True	5763	fragment	False	SPA0075_000000018888	0.9932885906040269		0	0	False	False	0.995110034942627	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000015153	1192	0.9586739579587492	2	2	0	2	1	True	5763	fragment	False	SPA0075_000000018888	0.9792176039119804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0111_000000002715	6171	0.9586633013543672	6	4	4	3	3	False	131550	maximal	True	MAD0111_000000002715	1.0		1	1	False	False	0.9965969920158386	0					non-mobilizable	no_good_hit	2070.0	81.256	35.0	0.0006167554593032668	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0100_000000006634	4815	0.9586613045774204	5	4	4	4	2	False	61812	fragment	False	SPA0100_000000006634	1.0		0	0	False	False	0.9995846152305603	0					non-mobilizable	no_good_hit	248.0	75.0	5.0	7.906755790327037e-05	CP022383.1	CFB group bacteria	Capnocytophaga sputigena strain H4486 chromosome, complete genome	True	False
FIJ0044_000000003292	6649	0.9586604310123146	6	5	4	5	5	True	130109	maximal	True	FIJ0044_000000003292	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4752.0	89.85700000000001	75.0	0.0015931000892984268	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0017_000000003325	5629	0.9586597279446848	8	6	3	4	5	True	101737	maximal	True	MON0017_000000003325	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	94.23299999999999	46.0	0.12728857890148212	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0124_000000003580	6862	0.9586576345055984	13	2	2	2	1	False	121508	fragment	False	FIJ0124_000000003580	0.9525828230491442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.027892561983471075	XM_005811572.2	bony fishes	PREDICTED: Xiphophorus maculatus zinc finger matrin-type 2 (zmat2), mRNA	True	False
FIJ0033_000000006050	5229	0.9586576345055984	9	2	2	2	1	False	48308	fragment	False	FIJ0033_000000006050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000005645	4179	0.9586576345055984	7	2	2	2	1	False	121504	fragment	False	ISR0089_000000005645	1.0		0	0	False	False	0.9966499209403992	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
ENG0100_000000007845	3737	0.9586576345055984	6	2	2	2	1	False	121503	fragment	False	ENG0100_000000007845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
USA0084_01_000000009673	3355	0.9586576345055984	7	2	2	2	1	False	121500	fragment	False	USA0084_01_000000009673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
AST0024_000000013822	2462	0.9586576345055984	3	2	2	2	1	False	121498	fragment	False	AST0024_000000013822	0.9997236731386471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
SPA0042_000000013173	2444	0.9586576345055984	3	2	2	2	1	False	121498	fragment	False	AST0024_000000013822	0.9974275656647711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
SPA0090_000000014824	2382	0.9586576345055984	3	2	2	2	1	False	121498	fragment	False	AST0024_000000013822	0.9805772233309091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000025126	2356	0.9586576345055984	5	2	2	2	1	False	72638	fragment	False	MON0090_000000025126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000015489	2145	0.9586576345055984	4	2	2	2	1	False	73450	fragment	False	DEN0035_000000015489	1.0		0	0	False	False	0.9995337724685669	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
FIJ0062_000000003096	8624	0.958651483857474	10	8	7	8	6	False	69508	maximal	True	FIJ0062_000000003096	1.0		6	4	False	False	0.9977968335151672	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	1.0	0.000517684780067466	NZ_AUMR01000011.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
USA0113_01_000000003839	4957	0.9586511693623364	6	5	5	4	4	False	83964	fragment	False	USA0113_01_000000003839	1.0		0	0	False	False	0.9993947744369507	0					non-mobilizable	chromosome	4980.0	99.21700000000001	100.0	0.0011333787322323303	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
CHI0160_000000003037	7338	0.9586493409044924	12	6	2	4	5	True	90493	maximal	False	SPA0095_000000002587	0.6331577081847111	PS478	0	0	True	True	0.9998637437820435	7		MOBB			mobilizable	plasmid	3490.0	96.56200000000001	98.0	0.4717108825121819	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ISR0217_000000003867	7036	0.9586478257535882	7	4	3	4	2	True	33542	fragment	False	ISR0217_000000003867	0.9472058612268353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	97.6	2.0	0.00118313598368619	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MON0093_000000009542	4179	0.958644338959501	3	3	2	3	1	False	9854	fragment	False	MON0093_000000009542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	2.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0310_000000006919	2383	0.958641485474116	3	2	2	2	2	False	50757	maximal	True	ISR0310_000000006919	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	73.375	46.0	0.0008011186423085667	NZ_GL872282.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0786_000000002913	6312	0.9586402829233328	10	6	4	4	4	True	125431	fragment	False	ISR0196_000000002296	0.9604594411230157		0	0	False	False	0.9971482753753662	0					non-mobilizable	no_good_hit	1137.0	81.706	38.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0059_000000001934	6193	0.9586402829233328	9	6	4	4	4	True	125431	fragment	False	ISR0196_000000002296	0.923390498656146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.003	39.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0117_000000007819	4764	0.9586402829233328	8	6	4	4	4	True	111319	fragment	False	SPA0117_000000007819	0.9821160848147354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	81.25	44.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0257_000000003263	4669	0.9586402829233328	9	6	4	4	4	True	111319	fragment	False	SPA0117_000000007819	0.9725020990764064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	46.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0026_000000010137	2926	0.9586396378200368	6	6	5	3	3	False	99558	fragment	False	SPA0026_000000010137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	91.02799999999999	56.0	0.00018661617421777976	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MON0103_000000008745	4760	0.958639018257494	6	6	6	5	5	False	92163	maximal	True	MON0103_000000008745	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	2126.0	83.443	62.0	0.022321948328235308	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
ISR0780_000000005084	2292	0.9586342965783844	3	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.7236707515146062		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	94.705	98.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0019_000000024465	2695	0.958627836051452	4	4	3	3	2	False	110580	fragment	False	CHI0139_000000003675	0.9311457418976744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0004_000000000170	4656	0.9586195393321	11	3	1	2	1	True	76598	fragment	False	DEN0004_000000000170	1.0		0	0	False	False	0.9982817769050598	0					non-mobilizable	no_good_hit	102.0	85.294	2.0	0.015346838551258441	NZ_FMPG01000025.1	firmicutes	Staphylococcus caeli strain 82B, whole genome shotgun sequence	True	True
AST0061_000000010498	3838	0.9586174173695856	5	5	4	5	2	False	112118	fragment	False	AST0061_000000010498	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3498.0	98.999	91.0	0.0012016899990510259	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
ISR0123_000000009672	2246	0.9586157192429228	3	2	2	2	1	False	66537	fragment	False	ISR0123_000000009672	1.0		0	0	False	False	0.9964380860328674	0					non-mobilizable	no_good_hit								True	False
MON0090_000000007717	6697	0.958611216059728	5	3	3	3	3	False	9828	fragment	False	MON0090_000000007717	1.0		0	0	False	False	0.9995520114898682	0					non-mobilizable	no_good_hit	1113.0	80.32300000000001	16.0	0.0013461540804305743	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0158_000000003394	4855	0.9586094123724028	6	3	3	3	3	False	108467	maximal	True	ISR0158_000000003394	1.0		14	5	False	False	0.9993820786476135	0					non-mobilizable	no_good_hit	2483.0	98.75200000000001	57.0	0.0007424407057406138	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
DEN0053_000000006392	1770	0.9586080172577628	3	3	1	3	1	False	72126	maximal	True	DEN0053_000000006392	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	99.17399999999999	7.0	0.00038152284844958655	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0068_000000004284	5277	0.9586038407690322	6	4	3	3	3	True	95111	fragment	False	ENG0068_000000004284	0.9350741275478084		0	0	False	False	0.999810516834259	0					non-mobilizable	chromosome	4901.0	97.51100000000001	99.0	0.002186197636014828	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0018_000000001582	13634	0.9586003730210048	17	8	3	7	5	True	66659	maximal	True	ENG0018_000000001582	1.0		1	1	True	True	0.9991198182106018	8					non-mobilizable	no_good_hit	2748.0	82.751	33.0	0.5131826741996234	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ISR0039_000000010162	3357	0.9585998267775754	6	3	1	3	1	False	38902	fragment	False	ISR0039_000000010162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	95.455	3.0	0.0005915206206839629	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ISR0080_000000013080	2391	0.9585998267775754	6	3	1	3	1	False	38901	fragment	False	ISR0080_000000013080	0.9384352287302267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	96.33	5.0	0.0007359617024788841	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ISR0838_000000009993	2339	0.9585998267775754	5	3	1	3	1	False	38901	fragment	False	ISR0080_000000013080	0.9355918025930573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	96.25	3.0	0.0005364954466668501	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ISR0171_000000014447	1964	0.9585998267775754	6	3	1	3	1	False	33290	fragment	False	ISR0379_000000012783	0.9609342236023383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	96.809	5.0	0.0006327895011967975	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ISR0379_000000012783	1938	0.9585998267775754	5	3	1	3	1	False	33290	fragment	False	ISR0379_000000012783	0.9794830503784212		0	0	False	False	0.9963880181312561	0					non-mobilizable	no_good_hit	129.0	96.899	7.0	0.0008735246375216662	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ISR0137_000000013263	1896	0.9585998267775754	6	3	1	3	1	False	33290	fragment	False	ISR0379_000000012783	0.9778930157750604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	95.506	5.0	0.0005983987674361021	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ISR0097_000000016956	1781	0.9585998267775754	6	3	1	3	1	False	33290	fragment	False	ISR0379_000000012783	0.9298128151776457		0	0	False	False	0.9724873900413513	0					non-mobilizable	no_good_hit								True	False
ISR0847_000000003957	5721	0.958598506762415	9	8	5	8	8	False	132186	fragment	False	SPA0043_000000002161	0.10324427438601701		0	0	False	False	1.0	0					non-mobilizable	other	5721.0	99.615	100.0	0.11869436201780416	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0007_000000002168	6004	0.9585976876894954	8	5	2	2	4	True	127272	maximal	True	ISR0007_000000002168	1.0	PS757|PS758|PS996	6	3	False	True	0.9983344674110413	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	other	2232.0	99.866	93.0	0.000935434868198443	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0009_000000006024	4975	0.9585976876894954	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.994671544739215	PS757|PS758|PS996	0	0	True	True	1.0	28	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4508.0	99.77799999999999	100.0	0.9199673336055533	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0140_000000005952	4896	0.9585976876894954	7	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9935720715195213	PS757|PS758|PS996	0	0	True	True	1.0	45	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4594.0	99.76100000000001	100.0	0.9373213556553696	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0291_000000002401	4895	0.9585976876894954	7	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9938189641621032	PS757|PS758|PS996	0	0	True	True	1.0	33	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4593.0	99.76100000000001	100.0	0.9373213556553696	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
SPA0108_000000006033	4895	0.9585976876894954	7	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9942407719758202	PS757|PS758|PS996	0	0	True	True	0.9997957348823547	29	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4593.0	99.82600000000001	100.0	0.9373213556553696	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0353_000000006913	4895	0.9585976876894954	7	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9938706975514738	PS757|PS758|PS996	0	0	True	True	1.0	13	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4593.0	99.76100000000001	100.0	0.9373213556553696	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0842_000000004031	4894	0.9585976876894954	7	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9932902700519148	PS757|PS758|PS996	0	0	True	True	1.0	62	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4592.0	99.804	100.0	0.9373213556553696	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0331_000000004376	4742	0.9585976876894954	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9493660079485415	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4488.0	98.24	96.0	0.634468085106383	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0159_000000005223	4696	0.9585976876894954	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9635499386658707	PS757|PS758|PS996	0	0	True	True	1.0	7	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4667.0	99.7	100.0	0.6618439716312057	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0209_000000006226	4689	0.9585976876894954	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9618900897576833	PS757|PS758|PS996	0	0	False	True	0.9976540803909302	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4646.0	99.76299999999999	100.0	0.9483462637811352	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0113_000000003071	4669	0.9585976876894954	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9557330677571498	PS757|PS758|PS996	0	0	True	True	1.0	113	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3528.0	99.51799999999999	100.0	0.5001418439716312	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0259_000000002753	4651	0.9585976876894954	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9552305202984005	PS757|PS758|PS996	0	0	True	True	1.0	15	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3455.0	99.45	100.0	0.5534510433386838	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
SPA0114_000000009194	4650	0.9585976876894954	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9537374851110842	PS757|PS758|PS996	0	0	True	True	1.0	49	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3039.0	99.47399999999999	100.0	0.4868378812199037	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
ISR0090_000000004976	4650	0.9585976876894954	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9555816029873685	PS757|PS758|PS996	0	0	True	True	1.0	27	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4649.0	99.634	100.0	0.6590070921985816	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0208_000000005466	4649	0.9585976876894954	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9555043564695956	PS757|PS758|PS996	0	0	True	True	1.0	57	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3573.0	99.552	100.0	0.5065248226950355	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0169_000000005707	4648	0.9585976876894954	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9478249225761157	PS757|PS758|PS996	0	0	True	True	1.0	1	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4649.0	99.806	100.0	0.659290780141844	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
SPA0115_000000005383	4640	0.9585976876894954	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9536471646016057	PS757|PS758|PS996	0	0	True	True	1.0	21	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3465.0	99.45200000000001	100.0	0.5552166934189406	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
SPA0079_000000004871	4637	0.9585976876894954	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9557069316435698	PS757|PS758|PS996	0	0	True	True	0.99676513671875	12	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4524.0	98.29799999999999	100.0	0.6395744680851064	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0260_000000002271	4632	0.9585976876894954	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.954894590293399	PS757|PS758|PS996	0	0	True	True	1.0	13	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4480.0	98.214	99.0	0.6329078014184397	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ENG0152_000000004811	4604	0.9585976876894954	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9418109847391022	PS757|PS758|PS996	0	0	False	True	0.9997828006744385	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4604.0	99.631	100.0	0.6527659574468085	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
SPA0138_000000005070	4576	0.9585976876894954	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9544087231968298	PS757|PS758|PS996	0	0	True	True	1.0	41	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4496.0	98.221	99.0	0.6356028368794326	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
CHI0004_000000001678	3051	0.9585910159631724	6	4	3	3	2	False	90861	fragment	False	CHI0004_000000001678	0.9673768308921438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2211.0	91.45200000000001	72.0	0.11487265485798134	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
MON0032_000000002482	7120	0.9585892673375218	6	4	4	4	4	False	63114	fragment	False	MON0032_000000002482	1.0		0	0	False	False	0.9935393333435059	0					non-mobilizable	no_good_hit	451.0	93.57	6.0	0.00013148500748791012	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0388_000000001561	13325	0.9585832244429201	16	7	5	6	5	True	72776	maximal	False	ISR0079_000000002113	0.9935805991440798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	93.235	7.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0079_000000002113	13074	0.9585832244429201	15	7	5	6	5	True	72776	maximal	True	ISR0079_000000002113	0.9935955056179775		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	93.235	6.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
USA0081_01_000000002190	13247	0.9585816220217508	21	7	4	6	4	False	7683	maximal	True	USA0081_01_000000002190	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1929.0	95.12700000000001	68.0	0.03416864565980222	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0105_000000003416	8243	0.9585813216805036	13	9	1	3	7	True	121584	fragment	False	SPA0105_000000003416	1.0		0	0	False	True	1.0	0					non-mobilizable	other	7493.0	96.06299999999999	92.0	0.0030418356348884115	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	True
CHI0015_000000003609	2613	0.9585809146920632	4	3	3	3	3	False	103270	fragment	False	CHI0109_000000006726	0.9718934996107508		0	0	False	False	1.0	0					non-mobilizable	chromosome	2613.0	99.579	100.0	0.0005213216981994443	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0051_000000003085	8530	0.958580149553466	14	9	6	8	6	False	72345	fragment	False	MON0051_000000003085	1.0		0	0	False	False	0.9957795739173889	0					non-mobilizable	no_good_hit	428.0	74.766	5.0	0.10452876376988984	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
USA0012_01_000000002045	2825	0.9585772585059752	5	4	4	4	4	False	1986	maximal	True	USA0012_01_000000002045	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2825.0	100.0	100.0	0.019473847533013827	CP053248.1	enterobacteria	Escherichia coli strain SCU-482 plasmid pSCU-482-1, complete sequence	False	True
AST0012_000000004741	4045	0.9585752659693184	5	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.08327747351922846	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3951.0	99.975	99.0	0.5602836879432624	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
MON0062_000000010745	3748	0.9585752659693184	4	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.07766235990883835	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3754.0	99.12100000000001	100.0	0.5313475177304965	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0215_000000000680	27493	0.9585699236549364	28	11	7	9	4	True	28185	fragment	False	ISR0215_000000000680	1.0		0	0	False	False	0.9998181462287903	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	2.423754231874889e-06	LR761663.1	butterflies	Aphantopus hyperantus genome assembly, chromosome: 16	True	True
FIJ0021_000000010820	4621	0.9585641963451772	9	4	4	3	3	False	49682	maximal	True	FIJ0021_000000010820	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	77.262	9.0	0.0020911711535642743	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
MON0082_000000006225	4379	0.95856348620182	5	5	2	4	4	False	111811	maximal	True	MON0082_000000006225	1.0		2	2	False	False	0.9993149042129517	0					non-mobilizable	no_good_hit	945.0	77.566	21.0	0.16041773668892312	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	False
CHI0158_000000015839	1277	0.9585537623603408	2	2	2	1	2	False	120198	fragment	False	CHI0092_000000005602	0.17028778176746287		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	99.52600000000001	99.0	0.0005006784728474096	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0094_000000008222	2404	0.9585475924338264	5	3	1	3	2	False	33459	fragment	False	ISR0094_000000008222	1.0		0	0	False	False	0.9970881938934326	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000020528	1925	0.9585475924338264	5	3	1	3	2	False	29546	fragment	False	ISR0182_000000020528	0.9988980716253444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0320_000000013979	1815	0.9585475924338264	5	3	1	3	2	False	29546	fragment	False	ISR0182_000000020528	0.9703896103896104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0021_000000002639	6878	0.9585419324001192	8	4	3	4	3	False	66785	fragment	False	ENG0021_000000002639	1.0		0	0	False	True	0.9998546242713928	0					non-mobilizable	no_good_hit	3397.0	94.37700000000001	73.0	0.14689290053810103	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0096_000000003299	8007	0.9585406993032988	12	9	1	3	7	True	121595	fragment	False	ENG0193_000000002067	0.5352628902070945		0	0	False	True	1.0	0					non-mobilizable	chromosome	8048.0	95.44	100.0	0.003250802975080419	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
SPA0015_000000002314	6336	0.9585406725351671	10	8	2	2	8	True	123829	maximal	True	SPA0015_000000002314	1.0	PS486|PS905	3	2	True	True	1.0	338	rep_cluster_1079	MOBB			mobilizable	plasmid	6049.0	98.595	100.0	0.9630396686315119	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
FIJ0048_000000009542	3254	0.9585383536418964	4	4	4	4	4	False	46792	maximal	True	FIJ0048_000000009542	1.0		9	4	False	False	0.9987707734107971	0					non-mobilizable	no_good_hit	1108.0	78.971	68.0	0.00038706392008280974	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0122_000000012647	2247	0.9585234619389228	3	2	2	2	2	False	70838	maximal	True	ENG0122_000000012647	1.0		4	3	False	False	0.9995549917221069	0					non-mobilizable	no_good_hit	248.0	75.0	11.0	7.906755790327037e-05	CP022383.1	CFB group bacteria	Capnocytophaga sputigena strain H4486 chromosome, complete genome	True	False
ENG0126_000000008781	2108	0.9585234619389228	3	2	2	2	2	False	70838	maximal	False	ENG0122_000000012647	0.9793799139593532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	75.0	12.0	7.906755790327037e-05	CP022383.1	CFB group bacteria	Capnocytophaga sputigena strain H4486 chromosome, complete genome	True	False
DEN0067_000000016403	2051	0.9585234619389228	2	2	2	2	2	False	70838	maximal	False	ENG0122_000000012647	0.9619109124908128		0	0	False	False	0.9941492080688477	0					non-mobilizable	no_good_hit	248.0	75.0	12.0	7.906755790327037e-05	CP022383.1	CFB group bacteria	Capnocytophaga sputigena strain H4486 chromosome, complete genome	True	False
ENG0079_000000019202	1734	0.9585234619389228	2	2	2	2	2	False	61811	fragment	False	ENG0079_000000019202	1.0		0	0	False	False	0.9994233250617981	0					non-mobilizable	no_good_hit	248.0	75.0	14.0	7.906755790327037e-05	CP022383.1	CFB group bacteria	Capnocytophaga sputigena strain H4486 chromosome, complete genome	True	False
FIJ0054_000000000789	22306	0.9585090740330708	24	13	10	13	6	True	52093	fragment	False	FIJ0164_000000000802	0.9355082187185508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	9.938091535668979e-05	NZ_JH767523.1	g-proteobacteria	Catenovulum agarivorans YM01 Scaffold2, whole genome shotgun sequence	True	True
FIJ0154_000000003261	8784	0.9584986030832005	13	9	8	8	5	False	47499	fragment	False	FIJ0154_000000003261	1.0		0	0	False	False	0.999089241027832	0					non-mobilizable	no_good_hit	2164.0	88.494	53.0	0.0008413240937061242	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
DEN0021_000000025522	1454	0.958494273402551	2	2	2	2	2	False	74712	fragment	False	DEN0021_000000025522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0016_000000008205	3233	0.9584930675483678	5	4	3	2	2	False	123464	fragment	False	ISR0114_000000007690	0.9671663150721648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	73.616	9.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ISR0096_000000000554	33345	0.9584901334525849	37	18	9	15	11	True	122529	maximal	True	ISR0096_000000000554	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9780.0	98.834	77.0	0.21878566792739967	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0233_000000001767	4975	0.9584880169915482	7	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.994854600347045	PS757|PS758|PS996	0	0	True	True	1.0	20	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4063.0	99.82799999999999	100.0	0.8296220633299285	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ISR0230_000000005572	4975	0.9584880169915482	7	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9950448617721497	PS757|PS758|PS996	0	0	True	True	1.0	94	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4031.0	99.851	100.0	0.8230847803881511	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ISR0370_000000005052	4975	0.9584880169915482	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9946420080245627	PS757|PS758|PS996	0	0	True	True	1.0	58	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4137.0	99.831	100.0	0.8443627450980392	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
ENG0059_000000002448	4930	0.9584880169915482	7	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9944766329381205	PS757|PS758|PS996	0	0	True	True	1.0	13	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4034.0	99.802	100.0	0.8230847803881511	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ENG0099_000000003818	4896	0.9584880169915482	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9866155909173664	PS757|PS758|PS996	0	0	True	True	1.0	46	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3612.0	99.751	100.0	0.7373366013071896	GU256055.1	high GC Gram+	Bifidobacterium longum strain M62 plasmid pSP02, complete sequence	False	True
CAN0020_000000008546	4315	0.9584880169915482	6	5	2	2	4	True	115866	backbone	True	CAN0020_000000008546	0.9770545539686256	PS757	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	other	3885.0	99.97399999999999	97.0	0.0016285204070294722	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0049_000000006586	4271	0.9584880169915482	7	5	2	2	4	True	115866	backbone	False	CAN0020_000000008546	0.9651251360328735	PS757	0	0	True	True	1.0	32	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	2701.0	99.926	100.0	0.5514705882352942	DQ458910.1	high GC Gram+	Bifidobacterium longum plasmid p6043A, complete sequence	False	True
ENG0211_000000007370	3764	0.9584880169915482	5	5	2	2	4	True	115855	fragment	False	ENG0211_000000007370	1.0		0	0	False	False	1.0	0	rep_cluster_1320	MOBQ			mobilizable	other	3756.0	99.89399999999999	99.0	0.0015744320618938383	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
AST0093_000000008421	2110	0.9584843337691188	2	2	1	2	1	True	109541	maximal	True	AST0093_000000008421	1.0		1	1	False	False	1.0	0	rep_cluster_660				non-mobilizable	plasmid	2137.0	83.762	100.0	0.34328848047259597	AF306799.1	firmicutes	Lactococcus lactis subsp. lactis strain MJC15 plasmid pCD4, complete sequence	False	True
ISR0157_000000013243	2357	0.958479895291972	4	4	4	4	3	False	97310	fragment	False	ISR0157_000000013243	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1230.0	95.52799999999999	99.0	0.0004907462977404507	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
SPA0057_000000004066	6695	0.9584793350838656	8	7	5	7	5	False	84456	maximal	True	SPA0057_000000004066	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	88.126	8.0	0.00019705257781099905	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0010_000000001997	8264	0.9584785754166608	10	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9859065790118268	PS865	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0158_000000001423	10128	0.9584653893011268	14	7	1	3	7	True	113949	maximal	True	ENG0158_000000001423	1.0		1	1	False	False	0.9997037649154663	0					non-mobilizable	no_good_hit	7379.0	99.648	89.0	0.3025506438120233	MK231788.1	viruses	Uncultured human fecal virus clone Bifidobact.sp_B06.V01.O05_1-CL03_c1 sequence	True	True
MON0044_000000029187	1873	0.9584628089757562	3	2	2	1	1	False	30532	fragment	False	MON0044_000000029187	1.0		0	0	False	False	0.9930592775344849	0					non-mobilizable	no_good_hit	1061.0	90.292	84.0	0.0004271983773722822	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
AST0010_000000003643	6693	0.958461292645526	7	4	3	4	3	True	126518	fragment	False	AST0010_000000003643	1.0		0	0	False	False	0.999701201915741	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	4.9311468734142784e-05	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
DEN0066_000000031934	1177	0.9584598973369872	1	1	1	1	1	False	70881	maximal	True	DEN0066_000000031934	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	76.812	23.0	0.0002517128124618352	NZ_JH556658.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_8, whole genome shotgun sequence	True	False
AST0099_000000005118	4099	0.9584579863089044	7	5	1	2	5	True	117324	fragment	False	AST0099_000000005118	0.9799446506464357		0	0	False	False	1.0	0					non-mobilizable	chromosome	4074.0	93.544	99.0	0.0016858428339813288	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
AST0085_000000003826	3704	0.9584579863089044	6	5	1	2	5	True	117324	fragment	False	AST0099_000000005118	0.9432183278288139		0	0	False	False	1.0	0					non-mobilizable	chromosome	3679.0	93.014	99.0	0.0015213805175025377	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
SPA0011_000000002621	8399	0.9584574307530772	12	7	3	3	5	True	118165	maximal	False	SPA0128_000000004221	0.9812986370889587		0	0	True	True	1.0	1031	rep_cluster_1097	MOBB			mobilizable	other	3734.0	97.804	100.0	0.4453591028394178	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	False	True
CAN0007_000000007104	6040	0.9584454470176096	17	2	0	2	1	True	95422	maximal	True	CAN0007_000000007104	1.0		5	3	False	False	0.999834418296814	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.240144388594577e-05	NC_033775.1	viruses	Noumeavirus isolate NMV1, complete genome	True	True
ENG0139_000000003222	5440	0.9584454470176096	14	2	0	2	1	True	57882	maximal	True	ENG0139_000000003222	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0825_000000003941	5428	0.9584454470176096	9	2	0	2	1	True	38105	backbone	True	ISR0825_000000003941	0.9595732025824937	PS130	1	1	True	True	0.9966838359832764	7					non-mobilizable	no_good_hit								True	True
ISR0821_000000005435	4934	0.9584454470176096	9	2	0	2	1	True	34251	maximal	True	ISR0821_000000005435	0.9884337860780985		2	1	True	True	1.0	2					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.5198455116804106e-07	LR697107.1	bony fishes	Chanos chanos genome assembly, chromosome: 2	True	True
SPA0093_000000008894	4568	0.9584454470176096	10	2	0	2	1	True	5288	maximal	True	SPA0093_000000008894	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
USA0019_01_000000006369	4556	0.9584454470176096	12	2	0	2	1	True	1844	maximal	True	USA0019_01_000000006369	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	34.0	100.0	1.0	6.0766463982888166e-06	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	True
ENG0141_000000005927	4542	0.9584454470176096	10	2	0	2	1	True	57753	maximal	True	ENG0141_000000005927	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ENG0010_000000004189	4527	0.9584454470176096	13	2	0	2	1	True	67283	maximal	True	ENG0010_000000004189	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
ENG0032_000000004109	4518	0.9584454470176096	10	2	0	2	1	True	65636	maximal	True	ENG0032_000000004109	1.0		1	1	True	True	1.0	286					non-mobilizable	no_good_hit								True	True
ENG0195_000000005040	4458	0.9584454470176096	11	2	0	2	1	True	54484	maximal	True	ENG0195_000000005040	1.0		1	1	True	True	1.0	3552					non-mobilizable	no_good_hit								True	True
ENG0204_000000005089	4426	0.9584454470176096	11	2	0	2	1	True	54062	maximal	True	ENG0204_000000005089	1.0		1	1	True	True	1.0	55					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.110101780575849e-07	CP020637.1	bony fishes	Oryzias latipes strain HSOK chromosome 17	True	True
ISR0023_000000006300	4381	0.9584454470176096	9	2	0	2	1	True	37553	maximal	True	ISR0023_000000006300	1.0		1	1	True	True	1.0	37					non-mobilizable	no_good_hit								True	True
ISR0258_000000003896	4328	0.9584454470176096	11	2	0	2	1	True	26795	backbone	True	ISR0258_000000003896	0.9484237366713028	PS74	1	1	False	True	0.9905267953872681	0					non-mobilizable	no_good_hit								True	True
AUS0022_000000008232	4322	0.9584454470176096	10	2	0	2	1	True	99387	maximal	True	AUS0022_000000008232	1.0		1	1	True	True	1.0	43					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	0.011043622308117063	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
ISR0355_000000004053	4314	0.9584454470176096	9	2	0	2	1	True	26795	backbone	False	ISR0258_000000003896	0.9469731977818854	PS74	0	0	True	True	0.9997681975364685	3					non-mobilizable	no_good_hit								True	True
ENG0064_000000005476	4146	0.9584454470176096	8	2	0	2	1	True	63001	maximal	True	ENG0064_000000005476	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
SPA0077_000000007068	4074	0.9584454470176096	7	2	0	2	1	True	5703	maximal	True	SPA0077_000000007068	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.4178038882384496e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ENG0011_000000006893	3730	0.9584454470176096	8	2	0	2	1	True	67218	maximal	True	ENG0011_000000006893	1.0		1	1	True	True	1.0	110					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.2626535927906087e-05	CP060715.1	firmicutes	Erysipelothrix inopinata strain DSM 15511 chromosome, complete genome	True	True
ISR0027_000000007064	3693	0.9584454470176096	8	2	0	2	1	True	37249	maximal	True	ISR0027_000000007064	1.0		1	1	True	True	1.0	72					non-mobilizable	no_good_hit								True	True
ISR0251_000000003486	3645	0.9584454470176096	9	2	0	2	1	True	27003	maximal	True	ISR0251_000000003486	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	330.0	78.485	9.0	0.08284326259268729	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	True	True
FIJ0050_000000009016	2820	0.9584454470176096	4	2	0	2	1	True	46613	maximal	True	FIJ0050_000000009016	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0114_000000015588	2490	0.9584454470176096	5	2	0	2	1	True	41874	backbone	True	FIJ0114_000000015588	1.0	PS144	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.620643618690935e-07	LR812510.1	bony fishes	Danio aesculapii genome assembly, chromosome: 9	True	True
SPA0096_000000016244	2432	0.9584454470176096	6	2	0	2	1	True	94985	fragment	False	SPA0096_000000016244	1.0		0	0	False	False	0.9835526347160339	0					non-mobilizable	no_good_hit								True	True
SPA0029_000000012614	2097	0.9584454470176096	5	2	0	2	1	True	7379	maximal	True	SPA0029_000000012614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0139_000000013341	2081	0.9584454470176096	4	2	0	2	1	True	3514	maximal	True	SPA0139_000000013341	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0008_000000014717	1970	0.9584454470176096	4	2	0	2	1	True	94984	fragment	False	CAN0008_000000014717	1.0		0	0	False	False	0.9989847540855408	0					non-mobilizable	no_good_hit								True	True
CAN0003_000000025736	1924	0.9584454470176096	4	2	0	2	1	True	96592	fragment	False	CAN0003_000000025736	0.9618279569892474		0	0	False	False	0.9989604949951172	0					non-mobilizable	no_good_hit								True	True
FIJ0081_000000021474	1682	0.9584454470176096	3	2	0	2	1	True	44242	fragment	False	FIJ0081_000000021474	1.0		0	0	False	False	0.9833531379699707	0					non-mobilizable	no_good_hit								True	True
FIJ0051_000000009303	2366	0.9584432058782238	4	1	1	1	1	False	46539	fragment	False	FIJ0051_000000009303	1.0		0	0	False	False	0.9699915647506714	0					non-mobilizable	no_good_hit	42.0	90.476	2.0	4.4114995095703715e-06	AP019371.1	high GC Gram+	Actinoplanes sp. OR16 DNA, complete genome	True	False
ISR0042_000000002360	8430	0.9584351000846676	5	3	2	3	1	True	127377	maximal	True	ISR0042_000000002360	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	3899.0	96.666	79.0	0.0423214867949136	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0192_000000002819	6915	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8726229717600621		0	0	False	False	0.9997107982635498	0					non-mobilizable	other	4010.0	96.559	98.0	0.04352787740462993	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0167_000000004444	6850	0.9584351000846676	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8709984249996522		0	0	False	False	1.0	0					non-mobilizable	other	3779.0	96.772	98.0	0.0410172807303554	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0046_000000002918	6812	0.9584351000846676	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8736228976176232		0	0	False	False	1.0	0					non-mobilizable	other	3888.0	96.734	98.0	0.0422019345723291	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0118_000000003951	6808	0.9584351000846676	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8735398816023113		0	0	False	False	0.9998531341552734	0					non-mobilizable	other	3883.0	96.755	98.0	0.0421475926529725	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0056_000000002591	6801	0.9584351000846676	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8732371711636503		0	0	False	False	1.0	0					non-mobilizable	other	3888.0	96.734	98.0	0.0422019345723291	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0156_000000003904	6794	0.9584351000846676	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8731966719958943		0	0	False	False	1.0	0					non-mobilizable	other	3872.0	96.772	98.0	0.042028040430388	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0033_000000004103	6793	0.9584351000846676	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8727119348152066		0	0	False	False	1.0	0					non-mobilizable	other	3888.0	96.759	98.0	0.0422019345723291	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0386_000000005250	6778	0.9584351000846676	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8726059508991293		0	0	False	False	0.9992623329162598	0					non-mobilizable	other	3867.0	96.76799999999999	98.0	0.04197369851103141	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0049_000000003843	6764	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8694327574964728		0	0	False	False	1.0	0					non-mobilizable	other	3761.0	96.836	98.0	0.040832518204542985	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0097_000000003160	6748	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8640279052524018		0	0	False	False	0.9994072318077087	0					non-mobilizable	other	3767.0	96.814	98.0	0.040886860123899575	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0087_000000003246	6734	0.9584351000846676	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8699449014981842		0	0	False	False	1.0	0					non-mobilizable	other	3781.0	96.8	98.0	0.04103901749809803	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0033_000000003839	6671	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8675296433575097		0	0	False	False	1.0	0					non-mobilizable	other	3762.0	96.81	98.0	0.040843386588414306	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0139_000000003321	6666	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8672987583186275		0	0	False	False	1.0	0					non-mobilizable	other	3762.0	96.837	98.0	0.040843386588414306	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0138_000000003051	6652	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8663759624490665		0	0	False	False	1.0	0					non-mobilizable	other	3759.0	96.834	98.0	0.04081078143680035	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0387_000000003229	6652	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8661266415190264		0	0	False	False	1.0	0					non-mobilizable	other	3741.0	96.792	98.0	0.04061515052711662	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0215_000000004265	6649	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8603033973835124		0	0	False	False	0.998195230960846	0					non-mobilizable	other	3733.0	96.973	98.0	0.04053907184001739	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0101_000000004194	6641	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8577678066483903		0	0	False	False	0.9983436465263367	0					non-mobilizable	other	6615.0	96.931	99.0	0.07179654385392892	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0159_000000003524	6623	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8639449051146569		0	0	False	False	0.9992450475692749	0					non-mobilizable	other	3712.0	96.821	98.0	0.0403108357787197	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0234_000000001550	6361	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8011034938398691		0	0	False	False	1.0	0					non-mobilizable	other	3763.0	96.758	98.0	0.040843386588414306	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0064_000000002640	6049	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.18975819053189288		0	0	False	False	0.9998346567153931	0					non-mobilizable	other	3762.0	96.81	98.0	0.040843386588414306	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0026_000000003717	5950	0.9584351000846676	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.29210567230329193		0	0	False	False	1.0	0					non-mobilizable	other	3026.0	97.29	98.0	0.03285512444299533	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0084_000000002428	5789	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.07267397419813094		0	0	False	False	0.9986180663108826	0					non-mobilizable	other	3761.0	96.809	98.0	0.040832518204542985	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0013_000000004278	5313	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.26539304418774584		0	0	False	False	1.0	0					non-mobilizable	other	2746.0	97.34200000000001	98.0	0.02983371372676883	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0075_000000004204	5236	0.9584351000846676	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.24939852984564465		0	0	False	False	0.9992360472679138	0					non-mobilizable	other	5136.0	97.235	98.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0775_000000003502	4967	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.23035511923614263		0	0	False	False	1.0	0					non-mobilizable	other	4923.0	97.98899999999999	100.0	0.053494185414628845	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0126_000000004313	4799	0.9584351000846676	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.08660510261259147		0	0	False	False	0.9997916221618652	0					non-mobilizable	other	4606.0	97.93700000000001	99.0	0.05004890772742093	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0043_000000004706	4725	0.9584351000846676	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.08572019465364848		0	0	False	False	0.9983068704605103	0					non-mobilizable	other	4617.0	97.81200000000001	100.0	0.05007064449516357	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0027_000000004183	4705	0.9584351000846676	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.08037816876936608		0	0	False	False	1.0	0					non-mobilizable	other	4620.0	97.727	99.0	0.05019019671774807	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0088_000000004902	4096	0.9584351000846676	3	3	2	3	1	True	122807	fragment	False	MAD0088_000000004902	0.956711541567998		0	0	False	False	1.0	0					non-mobilizable	other	3947.0	97.846	100.0	0.04287577437235083	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AUS0016_000000006441	3988	0.9584351000846676	3	3	2	3	1	True	122813	fragment	False	AUS0016_000000006441	0.945274353401186		0	0	False	False	1.0	0					non-mobilizable	other	1926.0	98.91	98.0	0.020921638952287793	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0038_000000007344	3955	0.9584351000846676	3	3	2	3	1	True	122813	fragment	False	AUS0016_000000006441	0.7368312957485892		0	0	False	False	0.9964601993560791	0					non-mobilizable	other	1921.0	98.855	97.0	0.020867297032931203	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0814_000000003282	11816	0.958433434725244	16	3	2	3	3	False	87556	maximal	True	ISR0814_000000003282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1029.0	97.182	9.0	0.0002861815777568988	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0114_000000009187	3003	0.9584326166067052	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4478928576689103	PS1090	0	0	True	True	0.9983350038528442	14					non-mobilizable	other	2531.0	97.353	95.0	0.8441255006675568	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CHI0154_000000014093	2265	0.958430262270588	4	4	3	3	3	False	95834	fragment	False	CHI0154_000000014093	0.9535035038226781		0	0	False	False	0.9977924823760986	0					non-mobilizable	chromosome	2265.0	99.205	100.0	0.00031955609931532563	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0139_000000009261	2914	0.9584281232452622	4	2	1	2	1	True	73768	fragment	False	SPA0139_000000009261	1.0		0	0	False	False	0.9845573306083679	0					non-mobilizable	other	2914.0	100.0	100.0	0.0009348217741267776	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0139_000000001919	9914	0.9584206869078684	7	6	4	6	2	True	117537	fragment	False	SPA0139_000000001919	0.9523809523809523		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	561.0	92.69200000000001	6.0	0.00961191258146053	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
MON0087_000000016248	3032	0.9584202912464086	5	5	5	4	4	False	131868	maximal	True	MON0087_000000016248	0.9847110215053763		3	2	False	False	0.9967018365859985	0					non-mobilizable	no_good_hit								True	False
AST0016_000000007350	3614	0.9584174237578741	5	4	4	4	3	False	123754	maximal	True	AST0016_000000007350	1.0		7	4	False	False	0.9997233152389526	0					non-mobilizable	no_good_hit	1777.0	99.60600000000001	88.0	0.000703645518055544	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ENG0008_000000004650	4826	0.9584142288971321	7	6	1	3	4	False	130029	backbone	False	ISR0080_000000005952	0.5258241875097923	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	73					non-mobilizable	no_good_hit	1228.0	94.544	63.0	0.0007112716671716539	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	True	True
ISR0005_000000003806	3491	0.9584092005267406	4	2	1	1	2	False	75609	maximal	True	ISR0005_000000003806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1493.0	93.57	43.0	0.13433647570703408	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MON0088_000000003058	7606	0.958400446085662	7	5	4	5	4	False	84472	fragment	False	MON0088_000000003058	1.0		0	0	False	False	0.9996055960655212	0					non-mobilizable	no_good_hit	140.0	87.85700000000001	2.0	5.100616073692527e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0127_000000003074	8955	0.9583996666567036	9	6	1	4	3	True	121588	fragment	False	SPA0127_000000003074	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4072.0	98.134	99.0	0.0016847008620632534	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
SPA0025_000000004894	4226	0.9583995717408608	6	4	4	3	2	True	108560	fragment	False	FIJ0128_000000005855	0.9167363355347398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	93.902	3.0	3.319357880462956e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
AST0031_000000000367	40138	0.958392534547874	35	14	10	14	8	True	130798	fragment	False	ENG0202_000000000378	0.9515676181562939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	92.008	2.0	0.00023946766526568655	NZ_CP008813.1	firmicutes	Streptococcus agalactiae strain C001 chromosome, complete genome	True	True
ISR0007_000000004876	2897	0.9583900846479654	4	4	3	3	2	False	99805	maximal	True	ISR0007_000000004876	1.0		0	0	False	False	0.9996548295021057	0					non-mobilizable	no_good_hit	1164.0	90.72200000000001	40.0	0.00040897890424000676	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0031_01_000000015932	1730	0.958389363183972	3	1	1	1	1	False	1527	maximal	True	USA0031_01_000000015932	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0047_000000007200	4892	0.9583864667606812	7	6	4	5	4	False	116224	fragment	False	MON0047_000000007200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1892.0	94.715	71.0	0.00042761612832284884	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0305_000000017071	1121	0.9583791395683828	2	2	2	1	2	False	120198	fragment	False	CHI0092_000000005602	0.048890784982935157		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	99.73200000000001	100.0	0.00044399041139279397	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
USA0015_01_000000026292	1269	0.9583789042470816	2	1	1	1	1	False	50887	fragment	False	FIJ0011_000000034144	0.9639890481024519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0040_000000003336	5313	0.9583779563073516	6	3	2	2	3	False	102500	maximal	True	CHI0040_000000003336	1.0		0	0	False	False	0.9994353652000427	0					non-mobilizable	no_good_hit	1424.0	75.702	26.0	0.0027240176559557984	NZ_PTJA01000004.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_104, whole genome shotgun sequence	True	False
ENG0199_000000011733	2160	0.9583764526827973	4	4	4	4	3	False	54277	fragment	False	ENG0199_000000011733	1.0		0	0	False	False	0.9935185313224792	0					non-mobilizable	no_good_hit	936.0	98.611	69.0	0.00025056437280119713	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0096_000000015725	1261	0.95836031404905	1	1	1	1	1	False	15463	fragment	False	MAD0096_000000015725	1.0		0	0	False	False	0.9746233224868774	0					non-mobilizable	no_good_hit	113.0	76.10600000000001	9.0	0.00019226741650959107	NZ_FUWZ01000006.1	CFB group bacteria	Chitinophaga eiseniae strain DSM 22224, whole genome shotgun sequence	True	False
FIJ0106_000000000291	51734	0.9583476676392376	71	20	12	19	13	True	100076	maximal	True	FIJ0106_000000000291	1.0		4	1	False	False	0.9999806880950928	0					non-mobilizable	no_good_hit	204.0	73.039	0.0	3.6360760558028595e-05	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	True
FIJ0039_000000000215	50576	0.9583476676392376	68	20	12	19	13	True	100076	maximal	False	FIJ0106_000000000291	0.9888081339158001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	73.039	0.0	3.6360760558028595e-05	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	True
USA0063_01_000000001276	16198	0.95834008746317	18	4	3	3	3	False	67149	maximal	True	USA0063_01_000000001276	1.0		1	1	False	False	0.9999382495880127	0					non-mobilizable	no_good_hit	4429.0	95.34899999999999	32.0	0.2110936233128249	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
SPA0120_000000018537	2229	0.9583321042209142	4	2	2	2	2	False	92637	maximal	True	SPA0120_000000018537	1.0		0	0	False	False	0.9941678047180176	0					non-mobilizable	no_good_hit	1593.0	82.046	71.0	0.0006948633596139278	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0102_000000014381	1491	0.9583209150897529	2	1	1	1	1	True	14980	fragment	False	MAD0102_000000014381	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1415.0	99.71700000000001	100.0	0.011734147697567695	CP057303.1	enterobacteria	Escherichia coli strain RHB30-C09 plasmid pRHB30-C09_2, complete sequence	False	True
MON0075_000000002704	6344	0.9583073691062172	8	4	4	4	1	True	96557	fragment	False	MON0075_000000002704	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5588.0	96.242	92.0	0.0016334596253175114	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0347_000000002599	6250	0.9583073691062172	7	4	4	4	1	True	96555	fragment	False	CHI0149_000000002599	0.9327322055537823		0	0	False	False	1.0	0					non-mobilizable	chromosome	5508.0	96.206	92.0	0.0009873573421093648	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0161_000000010911	2769	0.9583047563141928	4	4	4	3	2	False	129714	fragment	False	ISR0161_000000010911	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2773.0	99.495	100.0	0.011318443509860766	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0236_000000002503	3719	0.958299365428672	5	2	1	2	1	True	54505	maximal	True	ISR0236_000000002503	1.0		0	0	False	False	0.9991933107376099	0					non-mobilizable	no_good_hit	2869.0	96.27	80.0	0.015070092229385103	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
MON0008_000000027600	1350	0.9582993589222564	1	1	1	1	1	False	13839	fragment	False	MON0008_000000027600	1.0		0	0	False	False	0.9770370125770569	0					non-mobilizable	chromosome	1056.0	90.53	95.0	0.0004251813878662752	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MON0077_000000030443	1468	0.9582977786282568	3	2	2	2	1	False	45778	fragment	False	MON0077_000000030443	0.785201499718934		0	0	False	False	0.9993187785148621	0					non-mobilizable	chromosome	1461.0	82.75200000000001	99.0	0.000593439304049307	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0222_000000027054	1760	0.9582915199717912	3	2	2	1	2	False	27868	maximal	True	ISR0222_000000027054	1.0		0	0	False	False	0.9960227012634277	0					non-mobilizable	no_good_hit	1459.0	91.501	83.0	0.12334913647138503	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
DEN0078_000000013561	2302	0.958281101218884	3	2	1	2	1	False	69778	fragment	False	DEN0078_000000013561	1.0		0	0	False	False	0.9969591498374939	0					non-mobilizable	no_good_hit								True	False
ISR0119_000000012773	2452	0.9582792465058336	3	3	1	1	3	False	99876	fragment	False	ISR0119_000000012773	1.0		0	0	False	False	0.9995921850204468	0					non-mobilizable	no_good_hit	115.0	93.04299999999999	5.0	3.054690060038545e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0057_000000002011	8161	0.9582597605452621	12	7	3	4	6	True	122243	backbone	False	FIJ0102_000000003572	0.9517931361137034	PS866	0	0	True	True	0.9997549057006836	24					non-mobilizable	no_good_hit	813.0	88.315	34.0	0.06551028640580879	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CAN0014_000000017190	2753	0.9582576187718208	3	3	3	2	2	False	102296	maximal	True	CAN0014_000000017190	1.0		2	2	False	False	0.9992735385894775	0					non-mobilizable	no_good_hit	1714.0	76.896	61.0	0.006964337013173554	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
FIJ0149_000000010857	2247	0.9582523795029796	4	4	4	3	2	False	46867	fragment	False	FIJ0149_000000010857	0.9926295767950547		0	0	False	False	1.0	0					non-mobilizable	chromosome	2048.0	87.939	91.0	0.000821721524747251	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0057_000000002900	8273	0.9582510314769214	8	4	2	3	2	False	53590	fragment	False	FIJ0010_000000001668	0.13613116479468498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0003837355176739724	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0065_000000001868	7041	0.958249902438064	7	6	3	6	3	False	91402	maximal	True	FIJ0065_000000001868	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	71.994	10.0	0.0002062837245686817	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0230_000000014014	2336	0.9582478165873456	4	3	3	3	3	False	106094	maximal	False	ISR0155_000000008644	0.947563791423874		0	0	False	False	0.9957191944122314	0					non-mobilizable	other	1486.0	95.087	100.0	0.0005371179752940258	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0129_000000010821	2222	0.9582470244434936	3	3	3	3	2	False	128343	fragment	False	CHI0129_000000010821	1.0		0	0	False	False	0.9977497458457947	0					non-mobilizable	other	1867.0	98.01799999999999	98.0	0.0006501782938011458	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MON0043_000000026110	1143	0.9582434151390952	2	2	1	2	2	True	11655	fragment	False	MON0043_000000026110	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1098.0	95.446	96.0	0.00043803798911413707	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
SPA0102_000000021095	1522	0.95824255033299	3	2	2	2	2	False	106069	fragment	False	ISR0344_000000020233	0.5740461688933529		0	0	False	False	0.9967148303985596	0					non-mobilizable	other	1486.0	94.616	100.0	0.0005371179752940258	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0170_000000028229	1666	0.9582410499064824	2	2	2	2	1	False	36339	fragment	False	ISR0170_000000028229	1.0		0	0	False	False	0.9933973550796509	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	3.0	1.8742661913170604e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0157_000000014162	1764	0.958240043426552	4	3	3	2	1	False	98917	fragment	False	ISR0335_000000008295	0.6159341209314733		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	98.35700000000001	100.0	0.00029517356088247526	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MON0062_000000024057	1501	0.958240043426552	3	3	3	2	1	False	98917	fragment	False	ISR0335_000000008295	0.36295880156882926		0	0	False	False	1.0	0					non-mobilizable	other	1504.0	96.41	100.0	0.00025032859811801754	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0042_000000006781	3822	0.9582378230434072	3	2	1	2	0	True	36378	maximal	True	ISR0042_000000006781	1.0		1	1	False	False	0.9950287938117981	0					non-mobilizable	no_good_hit								True	True
ISR0393_000000005427	3182	0.9582378230434072	3	2	1	2	0	True	22782	maximal	True	ISR0393_000000005427	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	50.0	90.0	2.0	0.020040899795501024	XM_016198692.1	bats	PREDICTED: Miniopterus natalensis V-set and immunoglobulin domain containing 1 (VSIG1), mRNA	True	True
FIJ0037_000000009940	2907	0.9582378230434072	4	2	1	2	0	True	47811	maximal	True	FIJ0037_000000009940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	1.1045275812809574e-05	CP032507.1	g-proteobacteria	Ectothiorhodospiraceae bacterium BW-2 chromosome, complete genome	True	True
MON0075_000000009168	2556	0.9582378230434072	3	2	1	2	0	True	72565	backbone	False	ISR0243_000000004384	0.6609205535154147	PS342	0	0	True	True	0.9980438351631165	23					non-mobilizable	no_good_hit	259.0	99.61399999999999	10.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MON0023_000000007841	2556	0.9582378230434072	3	2	1	2	0	True	72565	backbone	False	ISR0243_000000004384	0.6609833281544605	PS342	0	0	True	True	0.9996087551116943	38					non-mobilizable	no_good_hit	259.0	99.61399999999999	10.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
FIJ0016_000000007053	2535	0.9582378230434072	3	2	1	2	0	True	72565	backbone	False	ISR0243_000000004384	0.8902034636449628	PS342	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	259.0	99.61399999999999	24.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
FIJ0131_000000007340	2517	0.9582378230434072	3	2	1	2	0	True	72565	backbone	False	ISR0243_000000004384	0.9586529246594154	PS342	0	0	True	True	0.9996026754379272	2					non-mobilizable	no_good_hit	258.0	99.61200000000001	10.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0044_000000010634	2504	0.9582378230434072	3	2	1	2	0	True	72565	backbone	False	ISR0243_000000004384	0.6288759032816348	PS342	0	0	True	True	1.0	91					non-mobilizable	no_good_hit	347.0	82.133	16.0	0.12554904831625183	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0243_000000004384	2493	0.9582378230434072	3	2	1	2	0	True	72565	backbone	True	ISR0243_000000004384	0.9706627403789271	PS342	7	3	True	True	1.0	5					non-mobilizable	no_good_hit	168.0	100.0	12.0	0.056059080228264516	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0270_000000002803	2486	0.9582378230434072	3	2	1	2	0	True	72565	backbone	False	ISR0243_000000004384	0.6946179658136736	PS342	0	0	True	True	0.9995977282524109	23					non-mobilizable	no_good_hit	262.0	93.13	25.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
CHI0119_000000001679	5428	0.9582328013423682	6	6	6	6	4	False	102823	fragment	False	CHI0119_000000001679	1.0		0	0	False	False	0.9985261559486389	0					non-mobilizable	no_good_hit	3654.0	85.68700000000001	67.0	0.005025983543755622	NZ_OEST01000002.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
FIJ0025_000000004878	4235	0.9582305169815286	3	2	1	2	1	True	56629	fragment	False	FIJ0025_000000004878	1.0		0	0	False	False	0.9940968155860901	0					non-mobilizable	plasmid	1584.0	91.225	90.0	0.06306198297566239	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MON0068_000000012977	3215	0.9582305169815286	6	2	1	2	1	True	56622	fragment	False	MON0068_000000012977	1.0		0	0	False	False	0.9981337189674377	0					non-mobilizable	no_good_hit	1416.0	89.54799999999999	80.0	0.056308196459257484	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0001_000000008676	2274	0.9582305169815286	4	2	1	2	1	True	52599	fragment	False	FIJ0001_000000008676	1.0		0	0	False	False	0.9956024885177612	0					non-mobilizable	plasmid	2043.0	94.42	90.0	0.08112536466450865	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0080_000000000695	23986	0.9582289501027149	26	13	7	12	9	False	61781	fragment	False	ENG0080_000000000695	0.9958928345760142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1956.0	82.975	20.0	0.047011777328033945	NZ_SMUS01000037.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00037, whole genome shotgun sequence	True	False
ISR0143_000000006245	5459	0.9582235717716012	5	5	4	5	4	False	93785	maximal	True	ISR0143_000000006245	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	75.727	22.0	0.00019385499351274595	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0030_000000004524	4189	0.9582152766496036	4	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.14489984666581623	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	2989.0	99.59899999999999	100.0	0.47897271268057784	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
MAD0056_000000005499	2429	0.9582083111304954	3	3	3	3	2	False	100436	fragment	False	AUS0016_000000011195	0.7497082135141808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	76.048	7.0	3.430102664645974e-05	NZ_AP018449.1	firmicutes	Methylomusa anaerophila strain MMFC1	True	False
ISR0358_000000010254	1903	0.958200962111514	3	3	3	3	3	False	71395	fragment	False	ISR0213_000000014530	0.8929175026950862		0	0	False	False	1.0	0					non-mobilizable	other	1903.0	99.475	100.0	0.007296078070336954	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0055_000000017643	2010	0.9582004250172672	3	2	1	2	1	True	113784	maximal	True	AST0055_000000017643	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0114_000000004231	1778	0.9581947598684708	3	2	2	2	2	False	82286	fragment	False	ISR0055_000000007352	0.8108336715684474		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	97.63799999999999	100.0	0.0008598448118018902	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0283_000000001557	7560	0.958188978496396	11	7	3	2	6	False	103762	fragment	False	ISR0283_000000001557	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2394.0	90.26700000000001	66.0	0.0004756162353787426	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
AST0006_000000000011	148409	0.9581885923037552	152	45	25	41	23	True	127697	fragment	False	AST0006_000000000011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5060.0	84.486	4.0	0.0020337333131142167	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	True	True
ENG0204_000000004794	4650	0.9581865337305016	7	2	2	1	1	False	86230	fragment	False	ENG0204_000000004794	1.0		0	0	False	False	0.9995698928833008	0					non-mobilizable	no_good_hit	1345.0	99.405	29.0	0.00530755378637096	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0099_000000000643	14904	0.958178242924582	19	18	10	15	17	False	97877	maximal	True	SPA0099_000000000643	1.0		4	2	False	False	0.9999328851699829	0					non-mobilizable	other	14845.0	99.448	100.0	0.0031979993329960973	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MAD0021_000000005778	2514	0.9581770799155652	3	3	3	3	3	False	40530	maximal	True	MAD0021_000000005778	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	76.66199999999999	27.0	0.00021389641457736084	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CHI0017_000000001802	5813	0.9581756163295028	7	7	3	6	6	False	104836	fragment	False	ENG0193_000000002995	0.778755371682848		0	0	False	False	1.0	0					non-mobilizable	chromosome	5813.0	100.0	100.0	0.0011735906563445074	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
FIJ0149_000000002048	9452	0.9581755712946696	6	6	6	6	6	False	52044	fragment	False	FIJ0149_000000002048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3502.0	73.672	45.0	0.000686380291006083	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0781_000000003556	6514	0.9581705104358168	7	6	5	6	4	True	128640	fragment	False	DEN0011_000000005175	0.8713320861720341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1948.0	79.055	56.0	0.004002199746150967	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0021_000000033547	1302	0.9581704793267988	2	2	2	1	2	False	91425	maximal	True	CAN0021_000000033547	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	76.303	16.0	4.772420114989964e-05	NZ_CP022437.1	firmicutes	Virgibacillus necropolis strain LMG 19488 chromosome, complete genome	True	False
MAD0045_000000002224	10497	0.9581668646043996	10	2	2	2	1	False	53590	fragment	False	FIJ0010_000000001668	0.9711617659714762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0003837355176739724	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
CHI0078_000000001624	10784	0.9581652178175712	11	6	3	6	2	False	88640	fragment	False	CHI0078_000000001624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0322_000000001723	5061	0.9581629396628222	6	5	0	2	4	True	125125	maximal	True	ISR0322_000000001723	1.0		1	1	False	False	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	1542.0	92.802	34.0	0.5521958243340532	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0084_000000002944	4806	0.9581629396628222	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.9071124297149598	PS921	0	0	True	True	1.0	43	rep_cluster_233				non-mobilizable	no_good_hit	1589.0	96.979	41.0	0.36131968145620025	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
ISR0096_000000005215	4786	0.9581629396628222	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.8650103444993631	PS921	0	0	True	True	1.0	55	rep_cluster_233				non-mobilizable	no_good_hit	1516.0	94.723	44.0	0.3435722411831627	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
SPA0115_000000005219	4778	0.9581629396628222	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.9098371636708324	PS921	0	0	True	True	1.0	140	rep_cluster_233				non-mobilizable	no_good_hit	1598.0	90.801	42.0	0.2719132081970036	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0186_000000005080	4724	0.9581629396628222	7	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.9165246015235913	PS921	0	0	True	True	0.9997883439064026	27	rep_cluster_233				non-mobilizable	no_good_hit	1446.0	95.09	44.0	0.327872582480091	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
ISR0065_000000006794	4381	0.9581629396628222	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.7371437646839938	PS921	0	0	True	True	0.9997717142105103	1	rep_cluster_233				non-mobilizable	no_good_hit	1633.0	90.69200000000001	45.0	0.16576503011125854	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
CHI0136_000000012484	1102	0.9581613717374076	2	1	1	1	1	True	118120	fragment	False	MON0108_000000010990	0.09207175255625696		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1102.0	97.55	100.0	0.1242944231203432	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
AST0099_000000013502	1563	0.9581589395067772	2	2	1	1	2	False	109474	fragment	False	AST0099_000000013502	1.0		0	0	False	False	0.984644889831543	0					non-mobilizable	other	1451.0	86.906	93.0	0.12558583579239715	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	False	False
CHI0158_000000016645	1224	0.9581561298575624	1	1	1	1	1	False	78846	fragment	False	CHI0158_000000016645	1.0		0	0	False	False	0.9950980544090271	0					non-mobilizable	no_good_hit	503.0	72.962	40.0	0.0024826766578035613	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MON0013_000000050595	1141	0.9581561298575624	2	1	1	1	1	False	13466	fragment	False	MON0013_000000050595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	75.053	41.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0029_000000030231	1102	0.9581561298575624	1	1	1	1	1	False	12531	fragment	False	MON0029_000000030231	1.0		0	0	False	False	0.9854809641838074	0					non-mobilizable	no_good_hit	482.0	75.311	43.0	0.00013366475481325942	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0194_000000006882	3964	0.9581473492193552	3	2	2	2	1	True	54905	fragment	False	ENG0194_000000006882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0166_000000008339	3247	0.9581473492193552	2	2	2	2	1	True	62173	fragment	False	ENG0166_000000008339	1.0		0	0	False	False	0.9919925928115845	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0018081073199183435	NZ_PYLP01000028.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_27, whole genome shotgun sequence	True	True
ENG0113_000000011955	2354	0.9581473492193552	2	2	2	2	1	True	62172	fragment	False	ENG0074_000000008799	0.9429702970297029		0	0	False	False	0.9995751976966858	0					non-mobilizable	no_good_hit								True	True
CHI0051_000000006644	2700	0.9581429975484071	4	1	1	1	1	False	103747	fragment	False	CHI0051_000000006644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	89.385	46.0	0.00021256034019234615	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0199_000000000700	25440	0.9581382206324486	22	10	5	8	9	False	132485	maximal	True	ISR0199_000000000700	1.0		1	1	False	False	0.9996069073677063	0					non-mobilizable	no_good_hit	2073.0	82.92299999999999	8.0	0.024690317687705403	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
ISR0080_000000012258	2532	0.9581303561440004	3	2	0	2	0	True	105288	maximal	True	ISR0080_000000012258	1.0		13	4	False	False	0.9980252981185913	0					non-mobilizable	no_good_hit	173.0	75.145	7.0	7.669612814622319e-05	LM995447.1	firmicutes	[Clostridium] cellulosi genome assembly DG5, chromosome : I	True	True
ISR0821_000000015666	1964	0.9581303561440004	2	2	0	2	0	True	105290	fragment	False	ISR0821_000000015666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0190_000000009025	2553	0.9581157242928328	3	2	2	1	1	False	29195	maximal	True	ISR0190_000000009025	1.0		1	1	False	False	0.9976498484611511	0					non-mobilizable	no_good_hit								True	False
AST0060_000000006654	4175	0.958109046258984	8	3	1	3	1	True	112499	maximal	True	AST0060_000000006654	1.0		1	1	False	False	0.9952095746994019	0					non-mobilizable	no_good_hit								True	True
ISR0001_000000005281	5654	0.9581024440971659	6	4	1	3	3	True	96743	fragment	False	ISR0001_000000005281	0.9603112463361818		0	0	False	False	0.9982313513755798	0	IncW				non-mobilizable	plasmid	4341.0	99.90799999999999	98.0	0.3838330237905722	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
TAN0023_000000000782	2285	0.9580991965359379	3	2	2	1	1	False	2348	maximal	True	TAN0023_000000000782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000010448	2378	0.9580921912895528	4	3	2	1	2	False	105366	fragment	False	ENG0070_000000010448	1.0		0	0	False	False	0.9941126704216003	0					non-mobilizable	chromosome	2405.0	89.73	100.0	0.0005366459382792299	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
FIJ0079_000000005697	5172	0.9580915888828988	7	6	6	6	6	False	98055	fragment	False	FIJ0079_000000005697	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5172.0	99.807	100.0	0.0011140430174429276	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
AUS0004_000000010725	1925	0.9580894077971156	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.7889920532426854		0	0	False	False	0.9994805455207825	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0015_000000004228	6741	0.958084232920129	8	5	2	1	5	True	122239	fragment	False	FIJ0015_000000004228	1.0		0	0	False	False	0.9976264834403992	0					non-mobilizable	no_good_hit	1098.0	79.417	36.0	0.11816807085763664	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CHI0017_000000007727	1626	0.9580817278796541	2	2	2	2	2	False	89633	maximal	True	CHI0017_000000007727	1.0		0	0	False	False	0.9938499331474304	0					non-mobilizable	chromosome	1627.0	88.199	100.0	0.00028034341549884275	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0134_000000005084	6358	0.9580718393454216	7	7	6	7	4	False	31500	maximal	True	ISR0134_000000005084	1.0		0	0	False	False	0.9996854066848755	0					non-mobilizable	no_good_hit	3924.0	92.25299999999999	62.0	0.0016139407582021054	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MAD0099_000000005451	5002	0.9580675021675124	6	5	3	3	4	False	104209	fragment	False	MAD0099_000000005451	0.7905589513749118		0	0	False	False	0.9998000860214233	0					non-mobilizable	chromosome	3771.0	86.68799999999999	98.0	0.0015418714464681506	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0025_000000026918	1471	0.958066440345779	3	3	3	3	2	False	37338	fragment	False	ISR0025_000000026918	0.9951353495657292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	88.314	85.0	0.0010312058762870242	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
USA0090_01_000000001550	5725	0.9580452484789628	11	10	8	9	6	False	132177	maximal	True	USA0090_01_000000001550	1.0		4	1	False	False	0.9931877851486206	0					non-mobilizable	no_good_hit	4869.0	99.979	85.0	0.10101471229067668	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
ISR0060_000000004704	6517	0.9580426755493088	6	5	4	5	3	False	108727	fragment	False	ISR0060_000000004704	1.0		0	0	False	False	0.9932484030723572	0					non-mobilizable	no_good_hit	635.0	98.74	10.0	0.0174857962380716	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0038_000000015145	2114	0.9580404233479041	3	3	3	3	3	False	23065	fragment	False	USA0015_01_000000014857	0.9618438464931627		0	0	False	False	0.9891201257705688	0					non-mobilizable	no_good_hit	349.0	71.92	16.0	0.008485394608395284	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0122_000000012934	2202	0.9580347003948364	3	3	3	2	2	False	129665	fragment	False	ENG0122_000000012934	0.9992610837438424		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1820.0	77.692	83.0	0.001044190391484766	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
MON0108_000000006734	3156	0.9580314364195271	6	2	2	2	2	False	103983	maximal	True	MON0108_000000006734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	91.958	22.0	6.308041197728216e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0059_000000000207	36684	0.9580308445058608	36	16	11	16	5	True	106307	fragment	False	FIJ0014_000000000221	0.9033248620471263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.316913830273731e-05	NZ_JABRWP010000005.1	CFB group bacteria	Winogradskyella eckloniae strain EC29 NODE_5_length_382675_cov_45.808220, whole genome shotgun sequence	True	True
ISR0336_000000000830	9637	0.9580256891816232	14	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9773750681821587	PS624|PS966	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	3741.0	94.039	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0081_000000005355	9576	0.9580256891816232	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9738286554611405	PS624|PS966	0	0	True	True	1.0	164					non-mobilizable	no_good_hit	2264.0	97.39399999999999	79.0	0.2812305392950554	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0043_01_000000001658	9442	0.9580256891816232	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9758264630025737	PS624|PS966	0	0	True	True	0.9997881650924683	5					non-mobilizable	no_good_hit	3671.0	93.462	78.0	0.45435297048200274	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CAN0006_000000004699	9405	0.9580256891816232	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9721787183165986	PS624|PS966	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	3086.0	93.227	78.0	0.3818657367044464	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0065_000000002800	9300	0.9580256891816232	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.944340296233915	PS624|PS966	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	3096.0	93.443	78.0	0.3832357703325445	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0125_01_000000002817	9290	0.9580256891816232	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9396507375062807	PS624|PS966	0	0	False	True	0.9998923540115356	0					non-mobilizable	no_good_hit	3612.0	94.186	79.0	0.4470046082949309	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0054_000000002614	9001	0.9580256891816232	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8977557681042562	PS624|PS966	0	0	True	True	0.9966670274734497	14					non-mobilizable	no_good_hit	3037.0	97.26700000000001	82.0	0.24485679709560307	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0136_000000003834	8851	0.9580256891816232	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8935575696463842	PS624|PS966	0	0	True	True	1.0	140					non-mobilizable	no_good_hit	3268.0	93.574	84.0	0.40465811433553367	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0101_000000002565	8598	0.9580256891816232	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.46525200848281756	PS624|PS966	0	0	False	True	0.998720645904541	0					non-mobilizable	no_good_hit	2661.0	98.309	76.0	0.3308008469298792	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0037_000000002152	5121	0.9580247872978078	9	5	2	4	3	False	104281	maximal	True	CHI0037_000000002152	1.0		10	5	False	False	0.9996094703674316	0					non-mobilizable	no_good_hit	1266.0	97.63	25.0	0.0018187909138094396	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
FIJ0030_000000012295	2696	0.9580234649565486	3	2	2	2	1	False	48752	fragment	False	FIJ0030_000000012295	0.9725916968964128		0	0	False	False	0.9992581605911255	0					non-mobilizable	no_good_hit	150.0	76.667	6.0	0.00018919274778177894	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
AST0031_000000014735	1827	0.9580223071726442	3	3	2	1	2	True	117437	fragment	False	AST0031_000000014735	1.0		0	0	False	False	0.9961685538291931	0	rep_cluster_556				non-mobilizable	plasmid	1831.0	96.01299999999999	100.0	0.3213657162970785	CP044372.1	enterobacteria	Klebsiella pneumoniae strain 2018C01-046 plasmid p2018C01-046-4, complete sequence	False	True
USA0063_01_000000002796	7559	0.9580222766619646	8	7	3	3	7	False	97195	maximal	True	USA0063_01_000000002796	1.0		2	2	True	True	1.0	285	rep_cluster_870	MOBV			mobilizable	no_good_hit	4158.0	86.436	55.0	0.7382910260993922	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	True	True
FIJ0066_000000000232	55526	0.9580084538674636	57	54	28	33	52	True	75489	maximal	True	FIJ0066_000000000232	1.0		1	1	False	False	0.9999459981918335	0	IncHI1B		MPF_F		non-mobilizable	plasmid	30492.0	99.023	98.0	0.12497591887427398	CP026172.1	enterobacteria	Klebsiella pneumoniae strain KPNIH50 plasmid pKPN-bbef, complete sequence	False	True
CHI0132_000000004138	8075	0.9579972460029051	10	6	4	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.8883681105557031	PS872	0	0	True	True	1.0	43					non-mobilizable	plasmid	6202.0	98.95200000000001	100.0	0.7722007722007722	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0317_000000002358	6293	0.9579939234670016	11	7	7	6	5	True	53724	fragment	False	ISR0317_000000002358	1.0		0	0	False	False	0.9987287521362305	0					non-mobilizable	no_good_hit								True	True
AST0104_000000007461	4279	0.9579878923994768	6	4	1	3	3	False	108014	maximal	True	AST0104_000000007461	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
CHI0045_000000001818	8388	0.9579837055673578	8	8	6	8	5	False	87202	maximal	True	CHI0045_000000001818	1.0		2	1	False	False	0.9989270567893982	0					non-mobilizable	no_good_hit	448.0	71.875	8.0	0.0001726710404764465	AP019823.1	fusobacteria	Leptotrichia hofstadii JCM16775 DNA, complete genome	True	False
MON0097_000000005481	5477	0.9579813699633052	7	5	2	3	4	True	70181	backbone	False	ISR0065_000000004756	0.917492672813428	PS328	0	0	False	True	0.999817430973053	0					non-mobilizable	no_good_hit	471.0	83.439	34.0	0.05031239723775074	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0163_000000001250	3850	0.9579786070743702	8	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.05908306673052037	PS799	0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	3851.0	99.896	100.0	0.43088975937325125	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0007_000000006274	3800	0.9579786070743702	7	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.044579271196093624	PS799	0	0	False	True	0.99921053647995	0	rep_cluster_1097				non-mobilizable	plasmid	3721.0	99.973	98.0	0.4162283156127588	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0169_000000003741	3745	0.9579786070743702	7	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.05796545562446229	PS799	0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	3745.0	99.84	100.0	0.41902630106323446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MAD0043_000000007149	3305	0.9579761543874944	5	5	3	4	4	True	114215	fragment	False	MAD0046_000000005928	0.4229662265530577		0	0	False	False	1.0	0					non-mobilizable	plasmid	3305.0	100.0	100.0	0.02793725954424386	CP032495.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain SO21 plasmid pSO21_118, complete sequence	False	True
SPA0073_000000003905	3268	0.9579761543874944	5	5	3	4	4	True	114215	fragment	False	MAD0046_000000005928	0.416181932809424		0	0	False	False	1.0	0					non-mobilizable	plasmid	3271.0	98.01299999999999	100.0	0.037512622785274945	CP056844.1	enterobacteria	Escherichia coli strain RHBSTW-00124 plasmid pRHBSTW-00124_3, complete sequence	False	True
CHI0169_000000006610	2264	0.9579755924740893	2	2	2	2	2	False	131401	fragment	False	CHI0169_000000006610	0.9656615775140177		0	0	False	False	0.9929328560829163	0					non-mobilizable	no_good_hit	209.0	75.598	9.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
MAD0040_000000011118	2760	0.9579692252916772	4	2	2	2	2	False	18380	maximal	True	MAD0040_000000011118	1.0		2	1	False	False	0.9956521987915039	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	3.0	0.00037890118655897894	NZ_PTIY01000008.1	g-proteobacteria	Methylobacter tundripaludum strain OWC-G53F Ga0139037_108, whole genome shotgun sequence	True	False
MAD0110_000000001716	13721	0.9579668979862116	21	9	7	7	6	False	17192	maximal	True	MAD0110_000000001716	0.9997645766303068		3	1	False	True	0.9986881613731384	0					non-mobilizable	no_good_hit	974.0	94.456	20.0	0.00030269865337986536	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0061_000000000857	20342	0.9579632683865577	31	11	6	10	5	True	114912	maximal	True	ENG0061_000000000857	1.0		1	1	False	False	0.9999508261680603	0					non-mobilizable	no_good_hit	1684.0	92.696	26.0	0.000593748345305964	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	True
FIJ0077_000000002539	10817	0.9579632337237224	6	5	1	4	3	False	111146	fragment	False	ISR0290_000000000504	0.6554697930711194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1551.0	98.45299999999999	15.0	0.0004633849643836337	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0097_000000002530	10254	0.9579632337237224	6	5	1	4	3	False	111146	fragment	False	ISR0290_000000000504	0.2984387845298075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1194.0	98.15700000000001	11.0	0.0003225702658352123	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0057_000000002630	9564	0.9579632337237224	5	5	1	4	3	False	111146	fragment	False	ISR0290_000000000504	0.18138258141968638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	100.0	4.0	4.2750999939909434e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0106_000000002480	9385	0.9579632337237224	5	5	1	4	3	False	111146	fragment	False	ISR0290_000000000504	0.123784504391468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	2.33187272399506e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0059_000000001484	8135	0.9579527274799264	7	7	2	2	7	True	98046	fragment	False	ENG0059_000000001484	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8058.0	99.88799999999999	100.0	0.07330943368758189	MG860488.1	enterobacteria	Escherichia coli strain 92944 plasmid p92944-TEM, complete sequence	False	True
ISR0344_000000002997	8533	0.957948661927002	7	7	3	6	5	False	107623	maximal	True	ISR0344_000000002997	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	85.27600000000001	55.0	0.0006112632869410382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0001_000000005634	6267	0.9579481491667216	12	8	2	2	8	True	90091	maximal	True	DEN0001_000000005634	1.0	PS472	1	1	True	True	1.0	241	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2927.0	98.32600000000001	77.0	0.2655413376894455	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
SPA0096_000000004998	6583	0.957947351680828	10	4	3	2	2	True	90491	backbone	False	CHI0127_000000002971	0.9772759093638073	PS478	0	0	True	True	1.0	14		MOBB			mobilizable	plasmid	3032.0	96.867	94.0	0.40998917162966975	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
CHI0009_000000001461	5988	0.957947351680828	9	4	3	2	2	True	90490	fragment	False	CHI0009_000000001461	1.0		0	0	False	False	0.9993320107460022	0		MOBB			mobilizable	plasmid	3930.0	96.132	97.0	0.5309962100703844	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
DEN0068_000000000336	4020	0.957947351680828	7	4	3	2	2	True	89349	fragment	False	DEN0068_000000000336	1.0		0	0	False	False	0.9997512698173523	0					non-mobilizable	plasmid	1567.0	96.29899999999999	95.0	0.21196534921494314	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ISR0362_000000003847	6107	0.9579360555933374	7	4	2	2	4	False	102743	fragment	False	ISR0362_000000003847	1.0		0	0	False	False	0.999836266040802	0					non-mobilizable	no_good_hit	4938.0	97.712	81.0	0.0010959111010419374	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0195_000000001340	14852	0.9579303598945176	22	20	6	7	18	True	132596	backbone	False	ISR0120_000000000296	0.0072766110288691715	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	14862.0	99.859	100.0	0.44984259595592685	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0134_000000001352	13061	0.9579243615506129	9	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.994696604285439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	99.67399999999999	23.0	0.00041477182547461496	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0008_000000001794	13057	0.9579243615506129	9	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.9946681532464337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1531.0	99.804	23.0	0.0004136902822530384	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0028_000000002104	12919	0.9579243615506129	9	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.9919088894762876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	98.48	22.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0258_000000000789	11838	0.9579243615506129	7	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.8547459411755712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	98.546	15.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0025_01_000000001606	11563	0.9579243615506129	7	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.6836098812834538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	98.613	14.0	0.00045232351684673406	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0177_000000001787	11563	0.9579243615506129	7	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.6837915044441198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	98.48100000000001	14.0	0.00045232351684673406	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AUS0012_000000000895	11563	0.9579243615506129	7	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.6837907505728468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	98.48100000000001	14.0	0.00045232351684673406	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0085_000000001547	11537	0.9579243615506129	7	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.6828997746100638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1356.0	99.705	13.0	0.0003663727663090634	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0068_000000002199	11428	0.9579243615506129	7	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.67760201754157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	98.48	14.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0073_000000001618	11382	0.9579243615506129	7	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.6705022131004474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	98.48	14.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0325_000000003379	5037	0.9579214013043474	6	4	4	3	2	False	116206	fragment	False	ENG0071_000000004117	0.9633231477075899		0	0	False	False	0.9994044303894043	0					non-mobilizable	no_good_hit	1870.0	95.08	41.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0031_000000007316	3975	0.957918343308782	10	1	1	1	1	False	117573	maximal	True	AST0031_000000007316	1.0		1	1	False	False	0.993962287902832	0					non-mobilizable	no_good_hit	456.0	80.702	30.0	0.002650464127032959	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ISR0086_000000006746	3722	0.9579130986024578	3	3	3	2	1	True	132039	fragment	False	ISR0084_000000002614	0.07916860785708808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	86.905	2.0	2.6430102210362342e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0166_000000004266	5964	0.9579128505700536	6	4	3	3	4	False	122644	fragment	False	ENG0166_000000004266	1.0		0	0	False	False	0.9916163682937622	0					non-mobilizable	other	5964.0	100.0	100.0	0.002317340844579995	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
DEN0073_000000027576	1912	0.9579123803007008	3	1	1	1	1	False	70153	fragment	False	DEN0073_000000027576	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	71.837	13.0	7.652624850323662e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
MAD0053_000000000803	15031	0.9579106911841048	14	7	1	6	3	False	111147	maximal	True	MAD0053_000000000803	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	98.546	19.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0066_000000001576	9710	0.957908394523066	10	8	4	7	8	False	114205	fragment	False	CAN0011_000000003026	0.9437458001343957		0	0	False	False	1.0	0	IncFIB				non-mobilizable	chromosome	9710.0	99.681	100.0	0.0018998323239964535	CP035330.1	enterobacteria	Escherichia coli strain BR14-DEC chromosome	False	True
ETH0003_000000001176	16804	0.9579052972731731	24	10	8	10	6	True	53559	maximal	True	ETH0003_000000001176	1.0	PS226|PS227	2	1	True	True	0.9988692998886108	18					non-mobilizable	no_good_hit	1110.0	74.414	6.0	0.0003672242124286042	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0050_000000016745	1677	0.957904225751522	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.20608143127020792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1032.0	96.899	69.0	0.036147535235958206	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0056_000000001834	8909	0.9579015625828534	11	6	3	3	6	True	35656	maximal	True	ISR0056_000000001834	1.0		1	1	True	True	1.0	33	rep_cluster_2370				non-mobilizable	plasmid	5581.0	99.695	100.0	0.632079746261894	CP054298.1	enterobacteria	Citrobacter freundii strain IDR1800045912-01-00 plasmid p1C9, complete sequence	False	True
FIJ0040_000000012388	1979	0.9578979869736204	2	2	2	2	1	True	47487	maximal	True	FIJ0040_000000012388	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1979.0	99.596	100.0	0.00039685843810723803	CP023644.1	enterobacteria	Escherichia coli M12 chromosome	False	True
FIJ0054_000000004944	4913	0.9578958309022848	5	3	3	3	3	False	46354	fragment	False	FIJ0054_000000004944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	82.7	46.0	0.0005612273313426186	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0004_000000025935	1709	0.9578944330581924	3	3	2	3	1	False	114452	fragment	False	MAD0015_000000011993	0.68529314201676		0	0	False	False	1.0	0					non-mobilizable	chromosome	1739.0	79.241	100.0	0.0007332381124307015	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0007_000000010620	2392	0.9578939568823224	3	3	2	3	3	True	109461	fragment	False	SPA0007_000000010620	1.0		0	0	False	False	1.0	0	rep_cluster_556				non-mobilizable	plasmid	2393.0	99.24799999999999	100.0	0.07897866155777235	CP020611.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain FM03 plasmid pLd7, complete sequence	False	True
ENG0128_000000009720	2771	0.9578899273458082	3	3	2	3	2	True	58641	maximal	True	ENG0128_000000009720	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	99.581	34.0	0.7498033044846577	NZ_KB291644.1	firmicutes	Clostridium celatum DSM 1785 Scfld75, whole genome shotgun sequence	True	True
MAD0045_000000013915	2765	0.9578856923323816	4	3	2	3	1	True	17877	maximal	True	MAD0045_000000013915	1.0		1	1	False	False	0.9938517212867737	0					non-mobilizable	no_good_hit	663.0	89.291	24.0	0.2759483117965819	HG796411.1	bacteria	Uncultured bacterium plasmid pRGI00989	True	True
ISR0226_000000000988	6174	0.9578851911797948	7	5	3	4	5	False	115546	fragment	False	ISR0226_000000000988	1.0		0	0	False	False	0.9983803033828735	0					non-mobilizable	no_good_hit	3751.0	97.84100000000001	85.0	0.021752181338120524	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
ISR0074_000000009443	3050	0.9578768548456258	6	5	3	2	5	True	105713	maximal	True	ISR0074_000000009443	1.0		1	1	False	False	0.9986885190010071	0					non-mobilizable	plasmid	2713.0	99.779	100.0	0.017639024390243903	AP019409.1	firmicutes	Enterococcus faecium SMVRE20 plasmid pSMVRE20L DNA, complete genome	False	True
FIJ0168_000000019066	1249	0.9578693600825	2	2	2	2	2	False	131371	fragment	False	AST0002_000000024033	0.15975021936662123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0034_000000001696	8055	0.9578544977374036	7	6	5	5	5	False	118342	fragment	False	ENG0034_000000001696	1.0		0	0	False	False	0.986592173576355	0					non-mobilizable	chromosome	7943.0	100.0	99.0	0.0035441481170095457	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0039_000000000653	14844	0.957851719756418	17	14	7	11	11	True	121325	maximal	True	CHI0039_000000000653	1.0	PS849	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3427.0	96.411	71.0	0.0007642627609008973	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	True
MON0101_000000024160	2585	0.9578465597649892	4	4	3	3	4	False	77893	fragment	False	MON0090_000000021582	0.648778682457439		0	0	False	False	0.9891682863235474	0					non-mobilizable	no_good_hit	521.0	75.816	20.0	0.0006846040018700078	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0123_000000016548	1978	0.9578438682513064	2	1	1	1	1	False	53445	maximal	True	FIJ0123_000000016548	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	82.54	3.0	0.000514490064437772	NZ_JHZB01000011.1	d-proteobacteria	Desulfobulbus elongatus DSM 2908 Q362DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	False
FIJ0136_000000004934	5260	0.9578362964226907	3	3	3	3	3	True	40710	fragment	False	FIJ0136_000000004934	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0111_000000008459	3986	0.9578358582040196	3	2	1	2	1	False	58976	fragment	False	SPA0111_000000008459	0.995446511837776		0	0	False	False	0.9959859251976013	0					non-mobilizable	chromosome	3980.0	99.573	100.0	0.0011115426786249085	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0779_000000009125	3605	0.9578358582040196	3	2	1	2	1	False	58976	fragment	False	SPA0111_000000008459	0.9707643973175696		0	0	False	False	1.0	0					non-mobilizable	chromosome	3605.0	99.445	100.0	0.001006680161773502	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0167_000000009108	2723	0.9578358582040196	3	2	1	2	1	False	56071	fragment	False	ENG0167_000000009108	1.0		0	0	False	False	0.9992654919624329	0					non-mobilizable	chromosome	2721.0	99.375	99.0	0.0007594842553824532	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0123_000000005573	1930	0.9578358582040196	2	2	1	2	1	False	58974	fragment	False	USA0008_01_000000003660	0.9761312779711586		0	0	False	False	0.9984455704689026	0					non-mobilizable	chromosome	1930.0	99.689	100.0	0.0005394127866836349	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0092_000000003037	6342	0.9578218219362415	7	5	5	5	4	False	33596	maximal	True	ISR0092_000000003037	1.0		5	2	False	False	0.9985808730125427	0					non-mobilizable	no_good_hit	250.0	97.6	4.0	0.0012283194222459006	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0007_000000004002	4209	0.9578144592770044	12	1	1	1	1	False	51607	fragment	False	FIJ0007_000000004002	0.9672089476359939		0	0	False	False	0.9995248317718506	0					non-mobilizable	no_good_hit	2792.0	92.19200000000001	71.0	0.1091407320414954	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0163_000000006705	3676	0.9578144592770044	12	1	1	1	1	False	46777	fragment	False	FIJ0163_000000006705	0.9925417661097853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2015.0	91.762	68.0	0.07872382070855354	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
MAD0003_000000007737	3616	0.9578144592770044	11	1	1	1	1	False	45484	fragment	False	MAD0003_000000007737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2258.0	90.523	78.0	0.08819729888432179	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0068_000000009348	3352	0.9578144592770044	11	1	1	1	1	False	46777	fragment	False	FIJ0163_000000006705	0.9492655059847661		0	0	False	False	0.9997016787528992	0					non-mobilizable	no_good_hit	1796.0	90.92399999999999	65.0	0.07018986102955568	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0048_000000012635	2530	0.9578144592770044	8	1	1	1	1	False	46775	fragment	False	FIJ0048_000000012635	1.0		0	0	False	False	0.9960474371910095	0					non-mobilizable	no_good_hit	1808.0	90.155	71.0	0.07058132706987669	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0086_000000013528	2328	0.9578144592770044	7	1	1	1	1	False	43846	fragment	False	FIJ0086_000000013528	1.0		0	0	False	False	0.9939862489700317	0					non-mobilizable	no_good_hit	1305.0	91.801	66.0	0.05096887844979448	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0064_000000013970	1897	0.9578144592770044	5	1	1	1	1	False	45483	fragment	False	FIJ0064_000000013970	0.9967880085653105		0	0	False	False	0.9994728565216064	0					non-mobilizable	other	1902.0	93.63799999999999	100.0	0.07433940105695831	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
FIJ0097_000000016958	1868	0.9578144592770044	5	1	1	1	1	False	45483	fragment	False	FIJ0064_000000013970	0.9894570374275171		0	0	False	False	0.9919700026512146	0					non-mobilizable	other	1874.0	93.863	100.0	0.0732432961440595	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
MAD0106_000000014481	1537	0.9578144592770044	4	1	1	1	1	False	14730	fragment	False	MAD0106_000000014481	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	96.554	100.0	0.06016833039733803	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
ISR0183_000000010083	3352	0.9578100981861356	2	2	2	2	1	False	29483	maximal	True	ISR0183_000000010083	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1192.0	96.225	91.0	0.001228023686112609	NZ_FNVV01000012.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
FIJ0107_000000013763	1893	0.9578092154053668	3	3	2	3	1	False	42272	maximal	True	FIJ0107_000000013763	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	93.976	4.0	1.621028135117835e-05	CP001715.1	b-proteobacteria	Candidatus Accumulibacter phosphatis clade IIA str. UW-1 chromosome, complete genome	True	False
ENG0167_000000005124	4800	0.9578045253010256	6	4	4	4	4	False	103960	maximal	True	ENG0167_000000005124	1.0		5	3	False	False	0.9945833086967468	0					non-mobilizable	no_good_hit	3765.0	96.919	78.0	0.0018472740193472997	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0122_000000017453	1668	0.9578013136270442	6	1	1	1	1	True	59047	fragment	False	ENG0122_000000017453	1.0		0	0	False	False	0.9958033561706543	0					non-mobilizable	no_good_hit	1056.0	99.432	89.0	0.006076698883730575	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0022_000000019510	1592	0.9578013136270442	6	1	1	1	1	True	57895	fragment	False	MON0022_000000019510	1.0		0	0	False	False	0.9704774022102356	0					non-mobilizable	no_good_hit	1213.0	98.846	89.0	0.0069810038360961675	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0043_000000013278	1279	0.9578013136270442	4	1	1	1	1	True	6803	fragment	False	SPA0043_000000013278	1.0		0	0	False	False	0.9992181658744812	0					non-mobilizable	no_good_hit	900.0	99.111	86.0	0.005178153835520177	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0138_000000015932	1246	0.9578013136270442	4	1	1	1	1	True	57894	fragment	False	FIJ0087_000000024995	0.9678294573643411		0	0	False	False	0.995184600353241	0					non-mobilizable	other	1220.0	99.098	98.0	0.007021323165182531	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0106_000000022984	1201	0.9578013136270442	3	1	1	1	1	True	32876	fragment	False	ISR0106_000000022984	1.0		0	0	False	False	0.9750208258628845	0					non-mobilizable	other	1201.0	99.167	100.0	0.006911884986233829	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0074_000000005550	2652	0.957798569676118	4	3	2	3	2	False	84739	fragment	False	CHI0074_000000005550	0.9957055214723927		0	0	False	False	0.9996229410171509	0					non-mobilizable	other	2652.0	99.62299999999999	100.0	0.0006939937849583001	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ISR0203_000000003078	5930	0.957798207728491	7	5	0	2	4	True	125146	maximal	True	ISR0203_000000003078	1.0	PS266|PS692|PS921	1	1	False	True	0.9976391196250916	0	rep_cluster_233				non-mobilizable	no_good_hit	1640.0	88.537	37.0	0.2784570346133976	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0301_000000003195	4847	0.957798207728491	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.8143591646916797	PS921	0	0	True	True	1.0	37	rep_cluster_233				non-mobilizable	no_good_hit	1640.0	88.476	42.0	0.2784570346133976	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0373_000000002810	4788	0.957798207728491	7	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.8570797246739457	PS921	0	0	True	True	1.0	55	rep_cluster_233				non-mobilizable	no_good_hit	1640.0	88.476	42.0	0.2784570346133976	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0317_000000003305	4764	0.957798207728491	6	5	0	2	4	True	125145	backbone	True	ISR0317_000000003305	0.9450648836826119	PS921	7	1	True	True	1.0	164	rep_cluster_233				non-mobilizable	no_good_hit	1543.0	88.27	44.0	0.26226967453073874	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0088_000000004648	4739	0.957798207728491	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.9015927250200733	PS921	0	0	True	True	0.9997889995574951	28	rep_cluster_233				non-mobilizable	no_good_hit	1640.0	88.415	42.0	0.2784570346133976	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
AST0140_000000005828	4721	0.957798207728491	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.8593966716992267	PS921	0	0	True	True	0.9997881650924683	12	rep_cluster_233				non-mobilizable	no_good_hit	1640.0	88.65899999999999	42.0	0.2784570346133976	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
MON0085_000000004002	4680	0.957798207728491	7	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.9035372943135408	PS921	0	0	True	True	1.0	34	rep_cluster_233				non-mobilizable	no_good_hit	1507.0	97.678	41.0	0.34266211604095564	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
ISR0321_000000001990	4649	0.957798207728491	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.8825142840567285	PS921	0	0	True	True	1.0	21	rep_cluster_233				non-mobilizable	no_good_hit	1640.0	88.476	43.0	0.2784570346133976	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0015_000000005088	4628	0.957798207728491	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.8881800042647446	PS921	0	0	True	True	1.0	9	rep_cluster_233				non-mobilizable	no_good_hit	1510.0	97.086	42.0	0.3433447098976109	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
ISR0777_000000003552	4611	0.957798207728491	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.9281423580228748	PS921	0	0	True	True	1.0	15	rep_cluster_233				non-mobilizable	no_good_hit	1521.0	92.899	41.0	0.2669364772127398	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	True	True
CHI0057_000000003588	4596	0.957798207728491	6	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.9065397672966372	PS921	0	0	True	True	1.0	17	rep_cluster_233				non-mobilizable	no_good_hit	1525.0	92.984	42.0	0.2620974685724126	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0039_000000007106	4496	0.957798207728491	7	5	0	2	4	True	125145	backbone	False	ISR0317_000000003305	0.8271199816059647	PS921	0	0	True	True	1.0	1	rep_cluster_233				non-mobilizable	no_good_hit	1640.0	88.72	41.0	0.2784570346133976	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0042_000000006823	3807	0.9577972223341742	5	2	2	2	2	False	36377	maximal	True	ISR0042_000000006823	1.0		1	1	False	False	0.9994746446609497	0					non-mobilizable	no_good_hit	2489.0	89.11200000000001	67.0	0.000759127104720407	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0284_000000002076	4173	0.9577955023549344	4	3	2	1	3	False	34952	maximal	True	ISR0284_000000002076	1.0		1	1	False	False	0.9985621571540833	0					non-mobilizable	chromosome	4184.0	96.391	100.0	0.0008757058454735452	CP057368.1	enterobacteria	Escherichia coli strain RHB28-C19 chromosome, complete genome	False	False
USA0022_01_000000000098	73356	0.957790768941578	78	47	33	38	25	True	116760	maximal	False	ITA0005_000000000049	0.9680939331382252	PS635	0	0	True	True	1.0	479					non-mobilizable	no_good_hit	5734.0	77.415	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0297_000000001119	8359	0.9577896697796432	7	5	5	4	4	False	129593	maximal	True	ISR0297_000000001119	1.0	PS1061	5	2	False	True	0.9998803734779358	0					non-mobilizable	no_good_hit	1684.0	99.406	36.0	0.00045101587104215483	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0075_000000008338	2282	0.9577875463195572	4	3	3	2	2	False	8706	fragment	False	SPA0075_000000008338	1.0		0	0	False	False	0.9886065125465393	0					non-mobilizable	no_good_hit	123.0	92.68299999999999	5.0	0.0006664882080754333	NZ_QSFT01000003.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf3, whole genome shotgun sequence	True	False
ISR0826_000000011697	1153	0.957780147273452	1	1	1	1	1	False	81803	fragment	False	ISR0826_000000011697	0.9831523846738874		0	0	False	False	0.9973980784416199	0					non-mobilizable	other	1153.0	99.913	100.0	0.008148771671700703	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0852_000000009092	1380	0.9577793861688371	2	2	2	1	1	False	102232	fragment	False	ISR0852_000000009092	0.9618800888230941		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	96.81200000000001	100.0	0.008853310032894737	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ISR0036_000000001167	6747	0.957777595560486	8	7	5	6	4	False	119742	fragment	False	ENG0108_000000003675	0.9978679572215035		0	0	False	False	1.0	0					non-mobilizable	chromosome	6719.0	99.807	100.0	0.0010712536777503737	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0113_01_000000010779	1706	0.9577689318694398	3	3	2	3	2	False	76209	fragment	False	USA0113_01_000000010779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	78.40899999999999	10.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
ISR0040_000000001734	12511	0.9577666950346826	10	9	9	6	3	False	116975	maximal	True	ISR0040_000000001734	1.0		27	3	False	False	1.0	0					non-mobilizable	no_good_hit	2003.0	86.72	17.0	0.009646506005303385	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
ISR0033_000000006270	4446	0.9577651705088588	6	5	3	4	3	False	117659	maximal	True	ISR0033_000000006270	1.0		1	1	False	False	0.9988753795623779	0					non-mobilizable	chromosome	4137.0	96.229	93.0	0.0012951469340887149	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0098_000000025093	1790	0.9577590016488772	4	3	2	1	3	False	37614	fragment	False	MAD0108_000000009700	0.9432076549827693		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	97.84	100.0	0.00034679838066388783	CP010191.1	enterobacteria	Escherichia coli strain M8, complete genome	False	False
ISR0117_000000003075	8724	0.9577507556520779	12	9	5	5	8	False	123628	fragment	False	USA0108_01_000000001009	0.35528072465158017		0	0	False	True	1.0	0					non-mobilizable	plasmid	8644.0	99.884	99.0	0.27886105371900827	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0021_000000002586	7015	0.9577503378215444	8	5	4	5	4	True	128656	fragment	False	ENG0021_000000002586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2259.0	78.176	57.0	0.004635776821952296	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0155_000000008644	2518	0.957750027705316	4	3	3	3	3	False	106094	maximal	True	ISR0155_000000008644	0.9849132558581232		4	1	False	False	0.9984114170074463	0					non-mobilizable	other	1645.0	95.62299999999999	100.0	0.0005966766960162842	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0087_000000004592	8971	0.9577443840107798	13	6	3	4	4	True	76973	maximal	False	FIJ0133_000000003810	0.985392316671863	PS328|PS329|PS369	0	0	True	True	0.99988853931427	8					non-mobilizable	no_good_hit	475.0	84.421	21.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0266_000000005754	2800	0.9577403187094328	5	2	1	2	2	True	110669	fragment	False	ISR0266_000000005754	1.0		0	0	False	False	0.9889285564422607	0					non-mobilizable	other	2313.0	98.444	99.0	0.0006191355186424864	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0031_000000005738	6175	0.9577366640025132	8	6	1	3	4	True	121586	fragment	False	MON0031_000000005738	0.9669049309139895		0	0	False	True	1.0	0					non-mobilizable	other	6179.0	97.556	100.0	0.0026408318898525403	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
ISR0017_000000001319	22959	0.9577299760368352	20	7	5	5	5	False	37882	maximal	True	ISR0017_000000001319	1.0		1	1	False	False	0.9999564290046692	0					non-mobilizable	no_good_hit	3729.0	86.833	36.0	0.001472286477630288	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
SPA0128_000000007840	4693	0.95772882128792	4	3	3	3	2	True	102967	maximal	True	SPA0128_000000007840	1.0		2	2	False	False	0.999786913394928	0					non-mobilizable	no_good_hit	1500.0	77.933	32.0	0.005435200897192974	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0185_000000005726	5295	0.9577252087138259	7	6	5	5	4	False	57436	fragment	False	ISR0185_000000005726	1.0		0	0	False	False	0.9896128177642822	0					non-mobilizable	no_good_hit	2531.0	94.587	62.0	0.0010415045107152652	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MAD0095_000000006572	4272	0.9577251264812444	7	4	2	2	2	False	46542	fragment	False	MAD0095_000000006572	1.0		0	0	False	False	0.9990636706352234	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.3054211414280287e-06	NC_017093.1	high GC Gram+	Actinoplanes missouriensis 431, complete genome	True	False
SPA0064_000000001165	14690	0.9577207604353132	16	13	12	9	8	True	130470	maximal	True	SPA0064_000000001165	1.0		13	6	False	False	0.9994553923606873	0					non-mobilizable	no_good_hit	6169.0	94.926	51.0	0.001638182486354458	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ISR0389_000000003742	4973	0.957719485997826	12	7	4	5	5	False	22915	maximal	True	ISR0389_000000003742	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	97.792	37.0	0.00037181904806327587	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0066_000000001748	8911	0.9577159354890379	10	10	6	8	10	True	97968	maximal	True	ENG0066_000000001748	1.0		0	0	False	False	0.9998877644538879	0					non-mobilizable	chromosome	2288.0	95.455	99.0	0.00030180118754274634	CP050205.1	enterobacteria	Escherichia coli strain RH-048-CS chromosome	False	True
MAD0083_000000004708	2163	0.957709009452132	4	2	2	2	2	False	16104	maximal	True	MAD0083_000000004708	1.0		1	1	False	False	0.9949144721031189	0					non-mobilizable	no_good_hit	1790.0	76.76	82.0	0.00040863516559235544	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
MON0051_000000005674	5417	0.957698789744732	6	4	3	3	4	False	11280	maximal	True	MON0051_000000005674	1.0		1	1	True	True	1.0	34					non-mobilizable	no_good_hit	648.0	96.759	15.0	0.08489699514499409	LN852829.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0139	True	True
ISR0836_000000002739	6835	0.9576978544030692	10	6	3	3	5	False	38168	maximal	True	ISR0836_000000002739	1.0		2	2	False	False	0.9932699203491211	0					non-mobilizable	no_good_hit	5447.0	99.816	80.0	0.001038417639142434	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ENG0060_000000027162	1177	0.9576973169116471	2	1	1	1	1	False	63295	maximal	True	ENG0060_000000027162	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1130.0	87.257	96.0	0.0008832048076515081	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	False
AST0087_000000000037	86115	0.9576939757767041	69	27	16	25	15	True	117560	fragment	False	USA0026_01_000000000048	0.954923584867246		0	0	False	True	0.9997096657752991	0					non-mobilizable	no_good_hit	11520.0	96.398	21.0	0.40952109869778697	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
DEN0026_000000005622	5157	0.9576922245029762	10	9	3	7	8	True	98336	maximal	True	DEN0026_000000005622	1.0		1	1	False	False	0.9998061060905457	0	IncFIA				non-mobilizable	plasmid	5157.0	100.0	100.0	0.05574355370560571	CP038332.1	enterobacteria	Escherichia coli O157:H7 strain NE 1092-2 plasmid pNE1092-1, complete sequence	False	True
CHI0174_000000001407	11425	0.9576906443166212	11	9	6	7	9	True	110990	maximal	True	CHI0174_000000001407	1.0		2	1	False	False	0.9988621473312378	0					non-mobilizable	no_good_hit	4703.0	78.546	56.0	0.0008631854745128576	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ENG0177_000000014618	1838	0.9576900611216212	3	2	2	1	1	False	55523	maximal	True	ENG0177_000000014618	1.0		0	0	False	False	0.9727964997291565	0					non-mobilizable	no_good_hit	552.0	73.913	29.0	0.00015023521113462297	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0103_000000033696	1655	0.9576832983225356	2	2	0	2	2	True	8878	fragment	False	MON0103_000000033696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0266_000000008378	2144	0.9576805875434798	2	2	2	2	1	True	131086	fragment	False	FIJ0147_000000008189	0.7682373960813185		0	0	False	False	0.9990671873092651	0					non-mobilizable	no_good_hit								True	True
CHI0045_000000009473	2219	0.9576804536017288	4	2	1	2	2	False	87146	maximal	True	CHI0045_000000009473	1.0		3	2	True	True	0.9986480474472046	59	rep_cluster_2335,rep_cluster_2358			MOBP	mobilizable	plasmid	1848.0	99.29700000000001	100.0	0.854292343387471	CP026555.1	enterobacteria	Citrobacter sp. SL156 plasmid unnamed6	False	True
CHI0104_000000000975	6150	0.9576790223123846	8	8	5	5	7	True	130637	backbone	False	AST0039_000000003129	0.41155013966158055	PS1110	0	0	True	True	0.9995121955871582	3		MOBV			mobilizable	other	2668.0	93.816	90.0	0.39454976303317535	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ENG0146_000000006099	4054	0.957673609662286	4	3	3	3	1	True	132039	fragment	False	ISR0084_000000002614	0.0912509316055066		0	0	False	False	0.9972866177558899	0					non-mobilizable	no_good_hit	389.0	80.46300000000001	10.0	0.00012344791642157044	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0369_000000002616	3956	0.957673609662286	3	3	3	3	1	True	132039	fragment	False	ISR0084_000000002614	0.09098080411505376		0	0	False	False	0.9994944334030151	0					non-mobilizable	no_good_hit	295.0	77.96600000000001	7.0	9.282767605590676e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
CHI0147_000000000861	17960	0.9576729857803776	20	15	5	13	11	False	79680	maximal	True	CHI0147_000000000861	1.0		1	1	True	True	0.9998329877853394	14					non-mobilizable	no_good_hit	1243.0	80.531	15.0	0.00035523649840953563	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0110_000000005791	4022	0.9576668525327408	3	3	3	3	3	False	53647	backbone	True	ISR0110_000000005791	1.0	PS230	8	4	True	True	0.9995027184486389	4					non-mobilizable	no_good_hit	1597.0	98.56	45.0	0.012819790148410008	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0300_000000002097	3464	0.957665712336406	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.5227951781195056		0	0	False	False	0.9948036670684814	0					non-mobilizable	other	3464.0	99.625	100.0	0.0006685790506603574	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0121_01_000000019333	2364	0.9576629432883412	3	3	2	3	2	False	5867	fragment	False	USA0121_01_000000019333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1268.0	71.057	53.0	0.0004935429126643111	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
SPA0111_000000020341	1686	0.9576626362721524	2	2	1	1	2	False	4570	maximal	True	SPA0111_000000020341	1.0		2	1	False	False	0.9988137483596802	0					non-mobilizable	other	1693.0	81.512	100.0	0.0004738199045952662	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0081_000000008686	2704	0.9576605503400244	3	3	3	3	1	True	110120	fragment	False	ISR0081_000000008686	1.0		0	0	False	False	0.9877958297729492	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000002381	8959	0.9576601701027282	14	5	4	5	2	False	97570	fragment	False	FIJ0089_000000002381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	430.0	76.279	5.0	0.00011337175880144977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0016_000000005800	1593	0.9576589505545168	2	2	2	2	1	False	75328	fragment	False	DEN0016_000000005800	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1465.0	82.45700000000001	91.0	0.0035638250905059505	NZ_FNRI01000003.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
CAN0020_000000011880	3122	0.9576565894767082	5	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.1761870823248293	PS971	0	0	True	True	0.9980781674385071	20					non-mobilizable	no_good_hit	1216.0	95.806	85.0	0.29168716182980814	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0212_000000013075	2661	0.9576531707163212	3	3	3	3	2	False	116164	fragment	False	ISR0121_000000009026	0.9678190511217359		0	0	False	False	1.0	0					non-mobilizable	chromosome	1671.0	94.794	99.0	0.0003776144540586427	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0092_000000003063	8147	0.957650735347307	11	8	4	5	6	True	122243	backbone	False	FIJ0102_000000003572	0.9942419490027492	PS866	0	0	True	True	0.9998772740364075	4					non-mobilizable	no_good_hit	1084.0	79.15100000000001	43.0	0.08648648648648649	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0153_000000002759	10186	0.9576438611742012	12	4	3	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.46467723802132305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	92.086	1.0	0.11724723874256585	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0082_000000002397	9475	0.9576438611742012	10	4	3	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.3082486621962884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	98.837	1.0	0.07221750212404418	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0051_000000018389	2083	0.9576433516205944	3	3	3	3	3	False	83450	fragment	False	ENG0063_000000013799	0.9368191721132897		0	0	False	False	0.9884781837463379	0					non-mobilizable	other	2066.0	98.5	99.0	0.003798958735765403	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
ISR0183_000000000900	28604	0.9576393225255684	29	15	10	13	6	True	51033	fragment	False	USA0034_01_000000001326	0.9557263369903093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	88.962	2.0	0.00013496201462677017	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0280_000000001152	5961	0.957636079592251	7	7	6	6	5	False	80797	maximal	True	ISR0280_000000001152	1.0		36	5	False	False	0.999832272529602	0					non-mobilizable	chromosome	4053.0	99.161	95.0	0.001606293881217501	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0007_000000001516	5581	0.9576358995390706	11	5	3	3	5	False	104045	maximal	True	CHI0007_000000001516	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1736.0	98.675	59.0	0.0003853680097907907	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0334_000000000017	117216	0.9576349862459774	139	43	23	35	25	True	127524	fragment	False	ISR0334_000000000017	1.0		0	0	False	False	0.9999914765357971	0					non-mobilizable	no_good_hit	2098.0	75.882	6.0	0.0008174058041388937	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
ISR0174_000000008444	3038	0.9576340580097948	4	2	2	1	2	False	92460	fragment	False	ISR0174_000000008444	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2753.0	88.667	90.0	0.11246113565701195	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0028_000000012601	2325	0.9576340580097948	3	2	2	1	2	False	77479	fragment	False	DEN0028_000000012601	0.9581131846475044		0	0	False	False	0.9982795715332031	0					non-mobilizable	other	2325.0	98.538	99.0	0.09507445589919816	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0177_000000012165	2223	0.9576340580097948	3	2	2	1	2	False	77479	fragment	False	DEN0028_000000012601	0.943246892263336		0	0	False	False	0.991003155708313	0					non-mobilizable	other	2223.0	99.685	100.0	0.09090165275732286	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0039_000000003386	6239	0.9576308053435172	10	5	2	5	1	True	113120	backbone	False	ISR0206_000000003928	0.996820299896547	PS727	0	0	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ENG0188_000000004164	6239	0.9576308053435172	10	5	2	5	1	True	113120	backbone	False	ISR0206_000000003928	0.9969792206864535	PS727	0	0	True	True	1.0	31					non-mobilizable	no_good_hit								True	True
ISR0206_000000003928	6239	0.9576308053435172	10	5	2	5	1	True	113120	backbone	True	ISR0206_000000003928	0.9971601256603488	PS727	0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
SPA0115_000000003957	6222	0.9576308053435172	9	5	2	5	1	True	113120	backbone	False	ISR0206_000000003928	0.9970065500143247	PS727	0	0	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
ISR0282_000000021786	1189	0.9576292798427434	1	1	1	1	1	False	26128	fragment	False	ISR0282_000000021786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000008443	2843	0.9576285550354824	5	3	3	3	2	False	129557	maximal	True	ISR0194_000000008443	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1803.0	87.854	63.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
USA0116_01_000000013053	1907	0.95762738306319	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6576263750742972		0	0	False	False	0.9963293075561523	0					non-mobilizable	other	1910.0	98.53399999999999	100.0	0.0006929148727931043	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0054_000000002609	8622	0.9576244210826104	11	6	2	2	5	False	103766	fragment	False	SPA0054_000000002609	1.0		0	0	False	False	0.9998840093612671	0					non-mobilizable	no_good_hit	4019.0	88.08200000000001	70.0	0.014947515536073961	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
ENG0119_000000006490	4963	0.9576238565527364	6	4	2	2	2	True	127258	backbone	False	SPA0105_000000005394	0.9912540707701484	PS757|PS758|PS996	0	0	True	True	1.0	10	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4728.0	99.429	99.0	0.9654467389081988	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
ISR0792_000000008726	1740	0.9576190952949456	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.9418053788373137		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	94.595	99.0	0.2001152073732719	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
MAD0011_000000005952	2318	0.9576100815280276	3	2	2	2	2	True	19721	maximal	True	MAD0011_000000005952	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	78.547	12.0	0.0391304347826087	NZ_QHLI01000081.1	e-proteobacteria	Campylobacter troglodytis strain MIT 05-9149A accn_213849_11_con_0081, whole genome shotgun sequence	True	True
SPA0098_000000011379	3083	0.9576024564789922	5	5	5	5	5	False	121175	maximal	True	SPA0098_000000011379	1.0		61	12	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	71.402	35.0	0.0002593982206458918	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0183_000000010618	3153	0.9575945545281492	6	4	1	3	4	False	29480	fragment	False	ISR0183_000000010618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	85.714	9.0	7.527490394922256e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0097_000000017285	2080	0.957594481727004	3	3	3	2	3	False	9229	maximal	True	MON0097_000000017285	1.0		1	1	False	False	0.9754807949066162	0					non-mobilizable	no_good_hit	901.0	96.337	43.0	0.10368663594470046	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
SPA0128_000000015468	2401	0.9575937484134124	4	4	3	4	3	False	114088	fragment	False	SPA0128_000000015468	1.0		0	0	False	False	0.9950020909309387	0					non-mobilizable	no_good_hit	514.0	97.27600000000001	26.0	0.06345083487940631	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
ISR0392_000000003887	6919	0.9575873792372184	8	5	4	3	3	False	22839	maximal	True	ISR0392_000000003887	1.0		0	0	False	False	0.9971094131469727	0					non-mobilizable	no_good_hit	3139.0	99.17200000000001	45.0	0.001219489446636261	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0199_000000018219	1411	0.9575841093111336	2	2	2	2	1	False	54255	fragment	False	ENG0199_000000018219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	99.823	99.0	0.00029920413294973555	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
CHI0141_000000010869	2542	0.957580563129474	4	4	1	2	3	True	101130	fragment	False	CHI0109_000000006912	0.949442522106882		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2545.0	97.64200000000001	100.0	0.413075296796227	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
FIJ0006_000000002984	10043	0.957578723994746	10	4	2	3	2	False	53590	fragment	False	FIJ0010_000000001668	0.9654059303503033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0003837355176739724	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0145_000000000935	9591	0.957578723994746	9	4	2	3	2	False	53590	fragment	False	FIJ0010_000000001668	0.8954914759393018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	100.0	1.0	0.00047720955403045284	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0040_000000002320	9544	0.957578723994746	9	4	2	3	2	False	53590	fragment	False	FIJ0010_000000001668	0.8866637869654114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0003837355176739724	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0101_000000002797	9304	0.957578723994746	9	4	2	3	2	False	53590	fragment	False	FIJ0010_000000001668	0.8145199638655979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	100.0	1.0	0.0004378520650382506	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
AST0148_000000024705	1363	0.9575652921890312	3	3	3	2	2	False	104727	fragment	False	AST0148_000000024705	0.998804780876494		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	98.822	99.0	0.0005860610817408262	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
SPA0013_000000005771	4484	0.9575514287434927	5	3	1	2	3	False	8016	maximal	True	SPA0013_000000005771	1.0		3	2	True	True	1.0	78	rep_cluster_475				non-mobilizable	no_good_hit	1382.0	84.87700000000001	69.0	0.25829428303655105	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	True	True
FIJ0030_000000019133	1885	0.9575492275348738	3	3	0	3	2	False	49901	fragment	False	FIJ0030_000000019133	1.0		0	0	False	False	0.9936339259147644	0		MOBP,MOBP			mobilizable	plasmid	1895.0	83.113	99.0	0.35592900302114805	CP002126.1	enterobacteria	Erwinia sp. Ejp617 plasmid pJE02, complete sequence	False	True
AST0104_000000012310	2718	0.9575448076346628	5	3	2	3	2	False	107938	fragment	False	AST0104_000000012310	1.0		0	0	False	False	0.9816040992736816	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.009992111490928214	NZ_CABMGA010000049.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0057_000000007778	3831	0.957539933290662	4	2	1	1	1	False	123160	maximal	False	FIJ0044_000000005686	0.9991011105214165	PS879	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1361.0	87.803	35.0	0.34328358208955223	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
ISR0845_000000000462	21671	0.9575381215368679	19	13	9	13	10	False	35268	maximal	True	ISR0845_000000000462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	73.241	5.0	0.01436063936063936	NZ_JQKE01000011.1	b-proteobacteria	Stenoxybacter acetivorans DSM 19021 Q384DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
ENG0134_000000009694	3884	0.9575378512671554	6	4	3	4	3	False	111545	fragment	False	ISR0157_000000004871	0.5725625259583388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0007_000000000882	6391	0.9575369822610968	14	10	1	4	8	True	121574	fragment	False	MAD0007_000000000882	1.0		0	0	False	False	0.9992176294326782	0					non-mobilizable	chromosome	6394.0	98.811	100.0	0.0026251891444458797	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
ISR0055_000000007352	1991	0.9575369641675752	2	2	2	2	2	False	82286	fragment	False	ISR0055_000000007352	0.945737376431268		0	0	False	False	1.0	0					non-mobilizable	other	1841.0	97.338	100.0	0.0008898450247066269	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ENG0066_000000006910	2761	0.9575351916808394	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.1255438384597613	PS1035	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2076.0	85.164	75.0	0.6852469959946595	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0166_000000006590	3714	0.957534922978252	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.9171677488126271		0	0	False	False	1.0	0					non-mobilizable	plasmid	3021.0	96.955	99.0	0.24195240016135539	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0107_000000015711	1634	0.9575285489187392	2	2	2	2	1	False	42270	fragment	False	FIJ0107_000000015711	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000017405	2109	0.9575195961846608	3	3	3	3	2	False	127418	maximal	True	USA0011_01_000000017405	1.0		20	8	False	False	0.99336177110672	0					non-mobilizable	no_good_hit	1243.0	96.78200000000001	86.0	0.00034519956850053937	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
USA0084_01_000000008620	3731	0.9575102624755764	9	5	2	5	5	True	121188	fragment	False	USA0084_01_000000008620	1.0		0	0	False	False	0.9970517158508301	0					non-mobilizable	other	2398.0	99.958	100.0	0.0008327543079488604	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0017_000000014910	1325	0.9575097406404441	2	2	1	2	1	False	13291	fragment	False	MON0027_000000028670	0.9038257617359678		0	0	False	False	0.9916980862617493	0					non-mobilizable	no_good_hit	104.0	82.69200000000001	8.0	0.001246425691033067	NZ_BIMK01000015.1	firmicutes	Paenibacillus chibensis strain NBRC 15958 PCH05_CON00620, whole genome shotgun sequence	True	False
CHI0145_000000010261	1826	0.9575006195504628	2	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.3814156609308485		0	0	False	False	1.0	0					non-mobilizable	other	1826.0	98.686	100.0	0.006381906734591054	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
CAN0020_000000010128	3654	0.957500044236128	2	2	2	1	1	False	91919	fragment	False	CAN0020_000000010128	0.9889849414389291		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	100.0	3.0	2.5342550996238262e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CAN0021_000000011754	3586	0.957500044236128	2	2	2	1	1	False	91919	fragment	False	CAN0020_000000010128	0.9798850574712643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	96.38600000000001	5.0	2.428568255355067e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0061_000000005022	6955	0.9574973374398148	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8655304338105224		0	0	False	False	1.0	0					non-mobilizable	other	6619.0	96.54	99.0	0.07186175415715683	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0091_000000004536	6906	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8593387837931702		0	0	False	False	1.0	0					non-mobilizable	other	6916.0	96.67399999999999	100.0	0.07511140093468101	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0077_000000003002	6834	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.870822463380821		0	0	False	False	1.0	0					non-mobilizable	other	3861.0	96.60700000000001	99.0	0.0419084882078035	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0209_000000004125	6808	0.9574973374398148	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8732176393099463		0	0	False	False	1.0	0					non-mobilizable	other	3888.0	96.734	98.0	0.0422019345723291	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0328_000000003540	6806	0.9574973374398148	8	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8637218495727449		0	0	False	False	0.999559223651886	0					non-mobilizable	other	6624.0	96.45200000000001	98.0	0.0719052276926421	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0133_000000003484	6765	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8592614051653185		0	0	False	False	1.0	0					non-mobilizable	other	6615.0	96.463	100.0	0.07179654385392892	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0018_000000002055	6713	0.9574973374398148	5	3	2	3	1	True	127370	maximal	True	CHI0018_000000002055	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2545.0	90.53	87.0	0.027507879578306707	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0005_000000004036	6701	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8636829021871002		0	0	False	False	1.0	0					non-mobilizable	other	6624.0	96.54299999999999	99.0	0.07191609607651342	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0148_000000005560	6686	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8634131153896476		0	0	False	False	1.0	0					non-mobilizable	other	6618.0	96.54	99.0	0.07185088577328551	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0075_000000003596	6681	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8576860800691025		0	0	False	False	0.999850332736969	0					non-mobilizable	other	6623.0	96.527	100.0	0.07189435930877079	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0033_000000003902	6678	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8638169836914004		0	0	False	False	1.0	0					non-mobilizable	other	6572.0	97.04799999999999	99.0	0.07138354526681882	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0060_000000004100	6676	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8563250553954456		0	0	False	False	1.0	0					non-mobilizable	other	6607.0	96.20100000000001	99.0	0.07170959678295838	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0116_000000003598	6673	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8603887709511928		0	0	False	False	1.0	0					non-mobilizable	other	6567.0	96.802	100.0	0.07130746657971959	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0062_000000004186	6670	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8573877862243049		0	0	False	False	1.0	0					non-mobilizable	other	6608.0	96.429	100.0	0.07172046516682969	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0003_000000003418	6669	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8624657821400471		0	0	False	False	1.0	0					non-mobilizable	other	6484.0	97.22399999999999	99.0	0.07041625910227149	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0016_000000003781	6669	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8576639190851513		0	0	False	False	0.999700129032135	0					non-mobilizable	other	6610.0	96.566	99.0	0.07175307031844365	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0009_000000004922	6659	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8621158754183654		0	0	False	False	1.0	0					non-mobilizable	other	6612.0	96.59700000000001	99.0	0.0717856754700576	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0155_000000002286	6650	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8556770932355144		0	0	False	False	1.0	0					non-mobilizable	other	6610.0	96.18799999999999	99.0	0.07174220193457233	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0168_000000004219	6649	0.9574973374398148	8	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8592906458377303		0	0	False	False	1.0	0					non-mobilizable	other	5074.0	97.95	100.0	0.055135311379197915	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0024_000000003901	6647	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8613443146503048		0	0	False	False	1.0	0					non-mobilizable	other	6577.0	96.913	99.0	0.07142701880230409	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0089_000000003150	6641	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8618979794567311		0	0	False	False	1.0	0					non-mobilizable	other	6549.0	96.564	99.0	0.07110096728616455	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0089_000000002695	6640	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8567510878275147		0	0	False	False	1.0	0					non-mobilizable	other	6622.0	97.28200000000001	99.0	0.07189435930877079	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0298_000000001892	6632	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8564024543162201		0	0	False	False	0.9986429214477539	0					non-mobilizable	other	6446.0	96.556	99.0	0.06999239213129008	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0168_000000002648	6628	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8541359520680551		0	0	False	False	0.9984912276268005	0					non-mobilizable	other	6589.0	96.889	100.0	0.07153570264101729	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0001_000000001192	6623	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8485934692034451		0	0	False	False	0.9990940690040588	0					non-mobilizable	other	3732.0	96.22200000000001	98.0	0.04041951961743289	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AUS0014_000000004911	6621	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8599409671008224		0	0	False	False	1.0	0					non-mobilizable	other	6592.0	96.48100000000001	100.0	0.07156830779263124	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0016_000000002805	6606	0.9574973374398148	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8590517637856495		0	0	False	False	0.9993944764137268	0					non-mobilizable	other	5074.0	97.99	100.0	0.055135311379197915	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0168_000000003744	6598	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8539327727407587		0	0	False	False	1.0	0					non-mobilizable	other	6471.0	97.141	100.0	0.07028583849581567	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0058_000000002483	6593	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8560589109841807		0	0	False	False	1.0	0					non-mobilizable	other	6494.0	96.705	99.0	0.07049233778937072	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0141_000000005401	6592	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8544381327179752		0	0	False	False	1.0	0					non-mobilizable	other	6534.0	96.541	100.0	0.07092707314422346	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0034_01_000000008665	6585	0.9574973374398148	5	3	2	3	1	True	127365	fragment	False	USA0034_01_000000008665	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2897.0	91.12899999999999	95.0	0.031246603630040212	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0038_000000004508	6582	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8542818908636898		0	0	False	False	1.0	0					non-mobilizable	other	6542.0	96.561	100.0	0.071014020215194	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0100_000000004818	6581	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8520839485379952		0	0	False	False	1.0	0					non-mobilizable	other	6575.0	96.198	99.0	0.07136180849907618	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0025_000000005503	6573	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8530145811482707		0	0	False	False	1.0	0					non-mobilizable	other	6500.0	97.13799999999999	100.0	0.07057928486034126	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0020_000000002661	6571	0.9574973374398148	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8638689771717486		0	0	False	False	1.0	0					non-mobilizable	other	6490.0	97.088	99.0	0.07049233778937072	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0132_000000005508	6565	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.853449735403269		0	0	False	False	1.0	0					non-mobilizable	other	6524.0	96.56700000000001	100.0	0.07081838930551027	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0153_000000002229	6558	0.9574973374398148	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8516568834901183		0	0	False	False	0.9998475313186646	0					non-mobilizable	other	6514.0	96.193	99.0	0.07069883708292576	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0092_000000005549	6553	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8528138372304144		0	0	False	False	1.0	0					non-mobilizable	other	6513.0	96.561	100.0	0.07069883708292576	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0036_000000003039	6547	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8512600365676429		0	0	False	False	0.9998472332954407	0					non-mobilizable	other	6514.0	96.208	99.0	0.07069883708292576	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0813_000000004087	6547	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8567991385706853		0	0	False	False	0.9996945261955261	0					non-mobilizable	other	6448.0	96.883	99.0	0.0700032605151614	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0119_000000005320	6545	0.9574973374398148	6	3	2	3	1	True	127364	maximal	True	SPA0119_000000005320	1.0		1	1	False	False	0.9970970153808594	0					non-mobilizable	no_good_hit	4596.0	97.49799999999999	71.0	0.04991848712096511	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0031_01_000000004652	6544	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8566303542821467		0	0	False	False	1.0	0					non-mobilizable	other	6471.0	96.569	99.0	0.07026410172807304	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0106_000000005814	6532	0.9574973374398148	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8556936543593797		0	0	False	False	1.0	0					non-mobilizable	other	5074.0	97.95	100.0	0.055135311379197915	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0161_000000004263	6516	0.9574973374398148	7	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8465746485671168		0	0	False	False	1.0	0					non-mobilizable	other	3882.0	96.445	100.0	0.042136724269101186	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0060_000000001570	6444	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8462680180088789		0	0	False	False	1.0	0					non-mobilizable	other	6134.0	97.098	100.0	0.06661232474731008	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0153_000000003944	6420	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8351182865604245		0	0	False	False	1.0	0					non-mobilizable	other	6145.0	97.12	99.0	0.06672100858602326	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0104_000000003874	6394	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8458345712495409		0	0	False	False	0.9995307922363281	0					non-mobilizable	other	5074.0	98.009	99.0	0.055135311379197915	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0393_000000002502	6340	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.783111312189896		0	0	False	False	0.9998422861099243	0					non-mobilizable	other	3800.0	96.816	98.0	0.04124551679165308	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0299_000000000956	6303	0.9574973374398148	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8222532616521638		0	0	False	False	1.0	0					non-mobilizable	other	6252.0	96.76899999999999	99.0	0.06791653081186827	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0158_000000002539	6095	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.07307723911428933		0	0	False	False	0.9998359084129333	0					non-mobilizable	other	3414.0	96.632	94.0	0.03703945223345288	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0202_000000004031	6027	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.4162110395745805		0	0	False	False	0.9960179328918457	0					non-mobilizable	other	6031.0	97.264	100.0	0.06549288120856428	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0007_000000003054	6024	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.1372683208560707		0	0	False	False	1.0	0					non-mobilizable	other	3770.0	97.40100000000001	98.0	0.04091946527551353	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0257_000000002448	5860	0.9574973374398148	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.28065716225874415		0	0	False	False	0.9984641671180725	0					non-mobilizable	other	2889.0	97.542	98.0	0.031366155852624714	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0122_000000005446	5773	0.9574973374398148	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.27921560933246914		0	0	False	False	1.0	0					non-mobilizable	other	5638.0	97.09100000000001	98.0	0.0612324747310075	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0166_000000002734	5744	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.07213878737207292		0	0	False	False	0.992688000202179	0					non-mobilizable	other	5781.0	96.229	100.0	0.0627757852407347	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0048_000000003705	5631	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.27316234816316687		0	0	False	False	1.0	0					non-mobilizable	other	5480.0	97.02600000000001	99.0	0.059515270079339204	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0118_000000002140	5598	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.04679543212035286		0	0	False	False	0.9926759600639343	0					non-mobilizable	other	3241.0	96.915	98.0	0.03517009020758613	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0132_01_000000003339	5536	0.9574973374398148	4	3	2	3	1	True	122814	fragment	False	USA0132_01_000000003339	1.0		0	0	False	False	0.9996387362480164	0					non-mobilizable	no_good_hit	2242.0	91.34700000000001	86.0	0.024323443104010432	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0108_000000005335	5492	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.26738758367534954		0	0	False	False	0.9989075064659119	0					non-mobilizable	other	5414.0	97.728	99.0	0.05880882512770351	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0078_000000003011	5361	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2595944297027611		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	97.854	97.0	0.028344745136398217	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0041_000000006073	5353	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2593701816330796		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.449	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0047_000000003771	5326	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2592737282684034		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.469	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0084_000000003951	5318	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2591795967417983		0	0	False	False	1.0	0					non-mobilizable	other	5137.0	97.45	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0212_000000006027	5310	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.25864308887603954		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.54700000000001	98.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0340_000000004754	5296	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2586958791001528		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.449	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0193_000000005069	5294	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2561301227880606		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.54700000000001	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0389_000000003468	5288	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.25870132120895023		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.469	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0199_000000005062	5280	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2585203096226043		0	0	False	False	0.9998105764389038	0					non-mobilizable	other	5137.0	97.45	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0094_000000003753	5279	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2585460969678466		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.449	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0388_000000005678	5272	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.25041736193418845		0	0	False	False	1.0	0					non-mobilizable	other	5135.0	97.25399999999999	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0398_000000004224	5266	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2583173456016376		0	0	False	False	0.9992403984069824	0					non-mobilizable	other	5136.0	97.449	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0012_000000004516	5265	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2582853416275851		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.449	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0052_000000005701	5264	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2583244019424457		0	0	False	False	0.9996200799942017	0					non-mobilizable	other	5136.0	97.469	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0132_000000004704	5261	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2552808561891363		0	0	False	False	0.996578574180603	0					non-mobilizable	other	5137.0	97.353	97.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0034_000000003686	5260	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.25819973103248056		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.469	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0288_000000005276	5249	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.25791506505118633		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.469	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0842_000000003712	5248	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2579754601604232		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	97.469	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0338_000000004120	5219	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2485559255579994		0	0	False	False	0.999616801738739	0					non-mobilizable	other	5136.0	97.54700000000001	98.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0053_000000006145	5211	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.25680640774612556		0	0	False	False	0.9998080730438232	0					non-mobilizable	other	5136.0	97.469	98.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0052_000000005893	5191	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.25575157432576034		0	0	False	False	0.9982662200927734	0					non-mobilizable	other	5136.0	97.469	99.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0356_000000003063	5126	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.24842580168729891		0	0	False	False	0.9955130815505981	0					non-mobilizable	other	5052.0	97.565	99.0	0.05488533855015759	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0211_000000005974	4992	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.23062033813655203		0	0	False	False	0.9995993375778198	0					non-mobilizable	other	4948.0	97.595	100.0	0.05375502662754048	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0090_000000004720	4874	0.9574973374398148	6	3	2	3	1	True	122824	fragment	False	ISR0090_000000004720	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4877.0	97.15	100.0	0.05296163460493425	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0033_000000014167	4814	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.08643660994625041		0	0	False	False	1.0	0					non-mobilizable	other	4598.0	97.999	99.0	0.04996196065645039	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0101_000000009526	4722	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.10874428015707736		0	0	False	False	0.999788224697113	0					non-mobilizable	other	4695.0	97.99799999999999	99.0	0.051016193891968264	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0026_000000002426	4710	0.9574973374398148	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.03388003990619142		0	0	False	False	1.0	0					non-mobilizable	other	2563.0	90.63600000000001	97.0	0.02754048472992066	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0057_000000003311	4697	0.9574973374398148	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.08614764177227513		0	0	False	False	1.0	0					non-mobilizable	other	4624.0	98.09700000000001	100.0	0.050244538637104666	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0086_000000005210	4680	0.9574973374398148	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.07924714702475953		0	0	False	False	0.9997863173484802	0					non-mobilizable	other	4511.0	97.76100000000001	99.0	0.049005542875774376	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0101_000000012222	4644	0.9574973374398148	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.07963067430772919		0	0	False	False	1.0	0					non-mobilizable	other	4550.0	97.934	100.0	0.049440278230627105	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0182_000000006444	3989	0.9574973374398148	3	3	2	3	1	True	122813	fragment	False	AUS0016_000000006441	0.6716148463381928		0	0	False	False	0.9982451796531677	0					non-mobilizable	other	2108.0	91.84100000000001	96.0	0.022877948049125095	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0336_000000003338	3689	0.9574973374398148	3	3	2	3	1	True	122813	fragment	False	AUS0016_000000006441	0.7083357373003968		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	98.495	100.0	0.020932507336159114	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0120_000000007004	6075	0.9574967514669942	8	6	3	5	6	False	119410	maximal	True	SPA0120_000000007004	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	75.41	5.0	0.0004017831201281721	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0063_000000011229	2841	0.957486523219945	5	3	3	3	1	False	82474	fragment	False	ENG0194_000000008058	0.6315561335067187		0	0	False	False	0.9992960095405579	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	2.0	0.0009777471980300205	NZ_SPVF01000067.1	b-proteobacteria	Massilia arenosa strain MC02 EFN1C69W2T, whole genome shotgun sequence	True	False
MON0080_000000025258	2103	0.957484385259942	3	3	3	3	2	False	46867	fragment	False	FIJ0149_000000010857	0.9623943035157989		0	0	False	False	0.9952448606491089	0					non-mobilizable	chromosome	1914.0	88.662	91.0	0.0007700865933934719	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
SPA0066_000000001560	11045	0.9574819632156344	11	4	2	3	1	True	108797	maximal	True	SPA0066_000000001560	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	93.852	8.0	0.054218642569492194	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
AST0084_000000002904	8595	0.9574806906370288	9	6	6	5	6	True	118720	maximal	True	AST0084_000000002904	1.0		0	0	False	False	0.9998836517333984	0					non-mobilizable	no_good_hit	1772.0	99.37899999999999	40.0	0.006085596962355892	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0080_01_000000005503	7396	0.9574783649153168	10	6	3	3	6	False	123628	fragment	False	USA0108_01_000000001009	0.2094424520417291		0	0	False	True	1.0	0					non-mobilizable	plasmid	6644.0	99.669	97.0	0.21445635330578514	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0068_000000003135	7156	0.9574783649153168	10	6	3	3	6	False	123628	fragment	False	USA0108_01_000000001009	0.17003280780788851		0	0	False	True	1.0	0					non-mobilizable	plasmid	7156.0	99.902	100.0	0.23082386363636365	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0121_000000003050	7156	0.9574783649153168	10	6	3	3	6	False	123628	fragment	False	USA0108_01_000000001009	0.17002588796327145		0	0	False	True	1.0	0					non-mobilizable	plasmid	7156.0	99.86	100.0	0.23082386363636365	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0074_000000003739	6942	0.9574783649153168	11	6	3	3	6	False	123628	fragment	False	USA0108_01_000000001009	0.09942000986429948		0	0	False	True	1.0	0					non-mobilizable	plasmid	6650.0	99.47399999999999	97.0	0.21445635330578514	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0127_000000005841	4974	0.957474907877852	7	6	2	2	6	True	127258	backbone	False	SPA0105_000000005394	0.9950959146459037	PS757|PS758|PS996	0	0	True	True	1.0	45	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4741.0	99.81	100.0	0.9681046820691065	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
ISR0034_000000003921	4954	0.957474907877852	7	6	2	2	6	True	127258	backbone	False	SPA0105_000000005394	0.9948036470047024	PS757|PS758|PS996	0	0	True	True	0.9995962977409363	13	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4756.0	99.83200000000001	100.0	0.9713759967286854	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
CHI0008_000000007239	1390	0.9574737660813426	3	1	1	1	1	False	103731	fragment	False	CHI0008_000000007239	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1390.0	100.0	100.0	0.0002772265845325529	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0177_000000000831	19714	0.9574622534182876	28	19	15	16	14	False	123927	fragment	False	SPA0145_000000000420	0.74143216530865		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	17278.0	99.954	88.0	0.17241138432061312	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0023_000000001149	19660	0.9574589067406786	13	7	4	7	4	False	124351	maximal	False	AST0019_000000000873	0.9528370559240468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5984.0	83.305	67.0	0.010369458814998676	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0346_000000017477	1417	0.9574579982115324	3	2	2	1	1	True	24186	maximal	True	ISR0346_000000017477	1.0		2	2	False	False	0.9992942810058594	0					non-mobilizable	other	1420.0	92.18299999999999	100.0	0.002162715343993866	NZ_FQTX01000001.1	high GC Gram+	Bifidobacterium merycicum DSM 6492, whole genome shotgun sequence	False	True
ENG0140_000000007281	2299	0.9574559320315952	2	2	0	2	2	False	57796	fragment	False	ENG0140_000000007281	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	2156.0	99.675	100.0	0.013104801843205617	CP033251.1	enterobacteria	Escherichia coli strain ECCHD184 plasmid pTB211, complete sequence	False	True
MON0044_000000020793	2491	0.9574533909224504	4	1	1	1	1	False	71847	fragment	False	MON0044_000000020793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	75.899	22.0	0.0007365486634904948	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0012_000000032652	1678	0.9574533909224504	2	1	1	1	1	False	67311	fragment	False	MON0099_000000019814	0.7703828562893412		0	0	False	False	0.957091748714447	0					non-mobilizable	no_good_hit	73.0	83.56200000000001	4.0	0.00025793416230507165	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0072_000000005993	3491	0.9574501761072004	8	4	2	2	4	True	92226	fragment	False	MON0072_000000005993	0.9970238095238096		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1994.0	93.48	81.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0013_000000013933	3466	0.9574501761072004	8	4	2	2	4	True	92226	fragment	False	MON0072_000000005993	0.9958302642168296		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1994.0	93.48	81.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0011_000000013961	3360	0.9574501761072004	8	4	2	2	4	True	92226	fragment	False	MON0072_000000005993	0.9828990095653877		0	0	False	False	0.999404788017273	0	rep_cluster_1079				non-mobilizable	no_good_hit	1994.0	93.48	78.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0107_000000022545	2604	0.9574501761072004	5	4	2	2	4	True	92214	fragment	False	MON0107_000000022545	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	2351.0	94.76799999999999	96.0	0.7161585365853659	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ETH0004_000000010147	2793	0.9574381616985038	3	2	1	2	2	False	52915	maximal	True	ETH0004_000000010147	1.0		1	1	False	False	0.9989258646965027	0					non-mobilizable	no_good_hit	125.0	79.2	4.0	2.1980777989818215e-05	CP041253.1	CFB group bacteria	Echinicola sp. LN3S3 chromosome, complete genome	True	False
ISR0074_000000000259	40058	0.9574378933576488	36	15	9	15	7	True	116430	fragment	False	ISR0126_000000000715	0.9307291662464939		0	0	False	False	0.9999750256538391	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
ENG0176_000000001505	4937	0.957433080544591	7	5	3	5	3	True	100884	maximal	True	ENG0176_000000001505	1.0		2	2	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
MAD0024_000000004003	2982	0.9574328507553184	5	5	3	3	2	True	128506	backbone	False	ISR0018_000000007251	0.794706500075227	PS1035	0	0	True	True	1.0	308					non-mobilizable	no_good_hit	1738.0	97.008	76.0	0.5797730307076101	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0117_000000001411	12870	0.9574240290950274	20	14	10	11	11	True	126208	backbone	False	ISR0395_000000002325	0.15782219009609375	PS943|PS946|PS949	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1603.0	73.113	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AUS0024_000000002322	11794	0.9574213803489064	10	9	3	8	4	False	99001	fragment	False	AUS0024_000000002322	1.0		0	0	False	False	0.9989825487136841	0					non-mobilizable	no_good_hit	1707.0	84.82700000000001	48.0	0.00032502454374012073	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
CHI0172_000000004379	1798	0.9574100968057891	3	2	1	1	2	False	94114	fragment	False	CHI0172_000000004379	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	91.42200000000001	99.0	0.010187023614824292	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
ISR0072_000000005719	4520	0.9573938780303748	7	5	4	4	2	True	129381	fragment	False	ISR0072_000000005719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	80.571	32.0	0.03416678505469527	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0107_000000006932	3978	0.9573871604369796	3	3	3	3	2	False	42300	fragment	False	FIJ0107_000000006932	1.0		0	0	False	False	0.9997485876083374	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000020472	1526	0.9573845475094164	2	2	2	2	2	False	31201	fragment	False	ISR0141_000000020472	1.0		0	0	False	False	0.9986894130706787	0					non-mobilizable	chromosome	1526.0	100.0	100.0	0.0006445823592390632	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
CHI0185_000000013697	1432	0.9573731634858964	2	2	2	2	2	False	77211	fragment	False	CHI0185_000000013697	1.0		0	0	False	False	0.9916201233863831	0					non-mobilizable	no_good_hit	573.0	80.279	40.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
ENG0027_000000005062	4040	0.95737155140459	8	6	4	5	5	False	129678	fragment	False	ENG0027_000000005062	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1584.0	94.571	39.0	0.007388461305092578	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0090_000000003858	8761	0.9573701998622012	11	7	5	7	5	False	50908	maximal	True	FIJ0090_000000003858	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	0.0	0.0002710744228373747	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0128_000000010769	3264	0.9573699008681428	4	4	4	4	3	False	105491	fragment	False	CHI0039_000000003802	0.8854899201194537		0	0	False	False	0.9941789507865906	0					non-mobilizable	other	3264.0	99.17299999999999	100.0	0.0046914741120634	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CAN0016_000000012075	3928	0.9573651082471004	5	4	3	4	2	False	92993	maximal	True	CAN0016_000000012075	1.0		3	2	False	False	0.9994908571243286	0					non-mobilizable	no_good_hit	59.0	98.305	2.0	0.0012882304599871176	MH538296.1	viruses	Bacillus phage Maceta, complete genome	True	False
CHI0168_000000001607	11752	0.9573637538348132	18	18	6	11	16	False	132521	backbone	False	USA0060_01_000000001071	0.7140249768158525	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10114.0	100.0	100.0	0.2696584273258139	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0025_000000021276	1886	0.9573623657228678	2	2	2	2	2	False	12813	maximal	True	MON0025_000000021276	1.0		2	1	False	False	0.9973489046096802	0					non-mobilizable	no_good_hit								True	False
AST0047_000000012017	1856	0.9573540497766372	3	2	1	2	2	False	115297	maximal	True	AST0047_000000012017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	84.05799999999999	7.0	0.002307912602550496	NZ_LOHE01000036.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00036, whole genome shotgun sequence	True	False
SPA0009_000000029545	1272	0.9573522398902568	3	2	1	2	1	False	60692	fragment	False	ISR0052_000000021555	0.40488554194297705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	76.014	44.0	0.0007511997218962731	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0043_000000004555	4803	0.9573428404122426	9	7	3	5	3	False	109831	maximal	True	ISR0043_000000004555	1.0		3	3	False	False	0.9981261491775513	0					non-mobilizable	no_good_hit	3866.0	95.68	82.0	0.0010272812363356293	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0079_000000003401	8687	0.9573419755068956	9	3	2	2	3	False	53590	fragment	False	FIJ0010_000000001668	0.2663015054591221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	99.10700000000001	1.0	0.0005460851597668069	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ENG0145_000000001953	14514	0.9573404178947972	28	26	3	10	26	True	98235	fragment	False	ENG0145_000000001953	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	11872.0	99.149	99.0	0.24681621441651408	CP057727.1	enterobacteria	Escherichia coli strain RHB16-C19 plasmid pRHB16-C19_3, complete sequence	False	True
ISR0003_000000015310	1694	0.9573394593726404	2	2	2	1	1	True	91769	maximal	True	ISR0003_000000015310	1.0		0	0	False	False	0.9858323335647583	0					non-mobilizable	no_good_hit	1459.0	99.45200000000001	86.0	0.13261779152264871	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
AST0040_000000002099	8255	0.9573383268274416	7	4	3	2	3	True	116413	fragment	False	ISR0124_000000001916	0.15276969501836224		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	5269.0	99.545	99.0	0.169612672655269	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0080_01_000000004947	8056	0.9573383268274416	8	4	3	2	3	True	116413	fragment	False	ISR0124_000000001916	0.20112704699397915		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	8056.0	99.93799999999999	100.0	0.2593129205705271	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0194_000000016015	1645	0.9573338068421886	2	2	0	1	2	False	29034	fragment	False	ISR0194_000000016015	1.0		0	0	False	False	1.0	0	rep_cluster_1186				non-mobilizable	plasmid	1657.0	99.155	100.0	0.7578947368421053	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	False	True
FIJ0001_000000003469	5604	0.9573317589344736	5	4	4	4	4	False	82020	fragment	False	FIJ0001_000000003469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3850.0	96.98700000000001	69.0	0.3525370947059901	NZ_CABMGA010000033.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0092_000000012147	2255	0.9573223510776868	4	4	2	2	2	True	33581	fragment	False	ISR0092_000000012147	0.9930004666355576		0	0	False	False	0.9924612045288086	0					non-mobilizable	other	2241.0	99.955	99.0	0.0009113085251285189	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0207_000000013710	2143	0.9573223510776868	4	4	2	2	2	True	33581	fragment	False	ISR0092_000000012147	0.9689578713968958		0	0	False	False	0.9995333552360535	0					non-mobilizable	other	2145.0	98.601	100.0	0.0008722524454801539	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ENG0113_000000009688	2909	0.9573132845182613	3	3	3	3	3	False	99175	maximal	True	ENG0113_000000009688	1.0		12	5	False	False	1.0	0					non-mobilizable	chromosome	1775.0	99.60600000000001	99.0	0.0007028526780351997	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0046_000000000301	36342	0.9573098531367054	28	11	7	11	5	True	69858	maximal	True	MON0046_000000000301	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	88.60799999999999	0.0	0.00012158299510802688	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	True
ISR0218_000000000027	139409	0.9573075164257562	173	51	21	41	25	True	99782	maximal	True	ISR0218_000000000027	1.0		1	1	True	True	0.9998924136161804	3					non-mobilizable	no_good_hit	1505.0	82.72399999999999	1.0	0.02575786233815362	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0089_000000011488	2407	0.9572985938288591	5	2	1	1	2	False	33742	maximal	True	ISR0089_000000011488	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000005226	6347	0.957294757369047	6	5	5	4	2	False	111876	fragment	False	DEN0061_000000005226	1.0		0	0	False	False	0.9996848702430725	0					non-mobilizable	other	6171.0	100.0	97.0	0.00984534667747474	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0376_000000016612	1496	0.9572780000695924	3	2	2	2	2	False	131371	fragment	False	AST0002_000000024033	0.9039163427434919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	76.536	12.0	7.313069583648144e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
AST0061_000000031118	1351	0.9572780000695924	2	2	2	2	2	False	131371	fragment	False	AST0002_000000024033	0.6334528899383364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000003518	8643	0.9572711898393363	9	6	5	5	5	True	48210	maximal	True	FIJ0038_000000003518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	71.935	11.0	0.004049195500498363	NZ_VYKK01000012.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_12, whole genome shotgun sequence	True	True
ISR0391_000000006699	2148	0.957264471000874	2	1	1	1	1	False	71846	fragment	False	ISR0391_000000006699	0.959122632103689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	76.014	26.0	0.0007511997218962731	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
DEN0061_000000024734	1745	0.957264471000874	3	1	1	1	1	False	71845	fragment	False	DEN0061_000000024734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	76.014	32.0	0.0007511997218962731	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0098_000000020317	1230	0.957264471000874	2	1	1	1	1	False	60692	fragment	False	ISR0052_000000021555	0.2751572327044025		0	0	False	False	0.992682933807373	0					non-mobilizable	no_good_hit	181.0	77.348	14.0	0.0008342484929324542	NZ_VWRQ01000010.1	firmicutes	Paenibacillus tepidiphilus strain SYSU G01001 SYSU_G01001_Contig10, whole genome shotgun sequence	True	False
FIJ0096_000000032144	1190	0.957258994491874	2	2	1	1	2	False	42953	fragment	False	FIJ0096_000000032144	1.0		0	0	False	False	0.9890756011009216	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000002360	13274	0.9572532892577872	16	8	4	7	1	True	99745	fragment	False	USA0023_01_000000002360	1.0		0	0	False	False	0.9990206360816956	0					non-mobilizable	no_good_hit	221.0	88.235	2.0	0.02684481490561412	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
FIJ0160_000000000028	90597	0.957251973287298	110	25	15	22	12	True	49845	fragment	False	FIJ0160_000000000028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	85.35799999999999	0.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
ENG0178_000000018970	1217	0.9572516945480064	2	2	2	2	1	False	55434	fragment	False	ISR0854_000000006936	0.7175521853678308		0	0	False	False	0.9975349307060242	0					non-mobilizable	other	1217.0	99.34299999999999	100.0	0.000235513361993915	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0782_000000002732	4953	0.957251101067252	6	5	4	4	3	False	68646	fragment	False	ISR0782_000000002732	1.0		0	0	False	True	1.0	0					non-mobilizable	other	4954.0	99.09200000000001	100.0	0.002381793919284452	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
SPA0059_000000018569	1262	0.9572479668942672	2	2	2	2	1	False	6260	maximal	True	SPA0059_000000018569	1.0		3	1	False	False	0.991283655166626	0					non-mobilizable	other	979.0	98.979	100.0	0.00025943192896127755	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
FIJ0017_000000005660	4875	0.957246398495351	3	3	3	3	3	False	52047	fragment	False	FIJ0017_000000005660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	19.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0802_000000001632	6638	0.9572450922806937	7	5	2	4	4	True	73776	fragment	False	ISR0802_000000001632	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6638.0	100.0	100.0	0.0021299046051765956	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
DEN0022_000000008750	4192	0.9572416990531178	9	4	4	4	4	True	74631	maximal	True	DEN0022_000000008750	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0102_000000001538	4357	0.957236748875472	9	5	2	2	5	True	90645	fragment	False	CHI0102_000000001538	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3888.0	91.564	89.0	0.46412232121358055	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
CHI0074_000000004114	3789	0.957236748875472	8	5	2	2	5	True	90644	fragment	False	CHI0074_000000004114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3339.0	91.165	88.0	0.398747893089333	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
CHI0070_000000003496	3034	0.957236748875472	6	5	2	2	5	True	90638	fragment	False	CHI0070_000000003496	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3055.0	90.704	100.0	0.36443534794124727	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
SPA0023_000000009414	2750	0.957236748875472	5	5	2	2	5	True	109263	fragment	False	SPA0023_000000009414	0.9967201166180758		0	0	False	False	1.0	0					non-mobilizable	plasmid	2776.0	85.95100000000001	99.0	0.3304839874789309	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
SPA0096_000000014114	2744	0.957236748875472	5	5	2	2	5	True	109263	fragment	False	SPA0023_000000009414	0.9958181818181818		0	0	False	False	1.0	0					non-mobilizable	plasmid	2772.0	85.931	100.0	0.33000240789790514	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
FIJ0058_000000011169	3486	0.9572362020306432	4	3	2	3	2	False	52359	fragment	False	FIJ0058_000000011169	1.0		0	0	False	False	0.997418224811554	0					non-mobilizable	no_good_hit	1796.0	96.492	52.0	0.03137515521432694	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0169_000000007195	3176	0.9572337545572688	4	4	2	3	2	True	105256	backbone	False	ISR0075_000000007669	0.9243793598355159	PS631	0	0	True	True	0.999370276927948	16					non-mobilizable	no_good_hit	1090.0	99.17399999999999	75.0	0.2675848499754058	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0069_000000007293	2746	0.9572218642210056	5	2	1	1	2	False	62494	fragment	False	ISR0088_000000008394	0.9796596521845564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	87.62799999999999	42.0	0.05534011109946547	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0275_000000010792	1341	0.9572218642210056	2	2	1	1	2	False	26323	fragment	False	ISR0275_000000010792	1.0		0	0	False	False	0.9843400716781616	0					non-mobilizable	no_good_hit	1213.0	86.97399999999999	89.0	0.06257205743632743	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ENG0177_000000000244	38749	0.9572207765637016	57	38	14	22	33	True	55557	maximal	True	ENG0177_000000000244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2618.0	85.33200000000001	31.0	0.025502933574440067	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	True
AUS0016_000000000666	18154	0.9572147828102896	19	9	7	8	8	False	100684	maximal	True	AUS0016_000000000666	1.0		1	1	False	False	0.9982923865318298	0					non-mobilizable	no_good_hit	2115.0	76.87899999999999	12.0	0.006354760906677359	NZ_JDUI01000001.1	high GC Gram+	Bifidobacterium pullorum DSM 20433 contig1, whole genome shotgun sequence	True	False
USA0047_01_000000000549	30148	0.9572110948662418	29	18	12	15	13	False	1185	maximal	True	USA0047_01_000000000549	1.0		3	2	True	True	1.0	22					non-mobilizable	no_good_hit	2863.0	95.73899999999999	32.0	0.04611043933897622	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MAD0110_000000004749	5788	0.95720065207152	5	5	4	5	5	True	130093	fragment	False	MAD0110_000000004749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2781.0	96.836	71.0	0.0009353951295500376	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0137_000000005600	3099	0.9571975816927336	8	7	2	2	7	True	57995	fragment	False	ENG0137_000000005600	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3102.0	98.162	100.0	0.09165360849126335	CP041553.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-3	False	True
ISR0335_000000008295	2197	0.9571928758260402	2	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.8187530387557549		0	0	False	False	0.997724175453186	0					non-mobilizable	other	2214.0	96.74799999999999	100.0	0.007739461456642221	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
CHI0147_000000009236	2094	0.9571928758260402	3	2	2	2	2	False	98917	fragment	False	ISR0335_000000008295	0.6843365587588647		0	0	False	False	1.0	0					non-mobilizable	other	2109.0	98.29299999999999	100.0	0.007375580809494486	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
USA0063_01_000000003904	5298	0.9571841526722636	5	4	2	4	2	False	32246	maximal	True	USA0063_01_000000003904	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1861.0	100.0	35.0	0.00042348020127604147	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
FIJ0129_000000009397	2245	0.9571774276695506	3	3	3	3	2	False	40950	fragment	False	FIJ0129_000000009397	1.0		0	0	False	False	0.999109148979187	0					non-mobilizable	no_good_hit	1561.0	82.96	69.0	0.00036543313362443977	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
MON0105_000000009145	5595	0.9571732441412959	6	6	5	6	5	False	61443	fragment	False	ENG0157_000000003802	0.9477388295506912		0	0	False	False	0.987846314907074	0					non-mobilizable	no_good_hit	312.0	73.077	6.0	0.0005153834402432207	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0167_000000005606	5532	0.9571720933586424	6	4	1	4	2	False	115554	maximal	True	ISR0167_000000005606	1.0		0	0	False	False	0.9994577169418335	0					non-mobilizable	no_good_hit	1926.0	90.706	48.0	0.0006023426115949219	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0285_000000000185	37089	0.9571671723737588	50	18	11	14	13	True	31812	fragment	False	ISR0285_000000000185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4685.0	98.42	13.0	0.34884933343263574	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
DEN0061_000000037265	1182	0.9571612219948596	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.7447273194178382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	95.455	4.0	9.569701701270412e-06	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0049_000000003758	4240	0.9571600404794178	3	2	1	1	1	True	17488	backbone	True	MAD0049_000000003758	1.0	PS38	1	1	True	True	1.0	37					non-mobilizable	no_good_hit	2241.0	92.95	84.0	0.4240530303030303	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
SPA0058_000000008391	3615	0.9571600404794178	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8942915407496822	PS754	0	0	True	True	1.0	428	rep_cluster_269	MOBV			mobilizable	other	2698.0	95.29299999999999	100.0	0.7429596907785754	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MON0007_000000015992	3539	0.9571600404794178	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8213785905023263	PS754	0	0	True	True	0.9994348883628845	1	rep_cluster_269	MOBV			mobilizable	other	2727.0	98.166	99.0	0.7526228602981778	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0301_000000001553	9406	0.9571585325573124	7	3	2	3	1	False	90386	fragment	False	ISR0301_000000001553	1.0		0	0	False	False	0.9998936653137207	0					non-mobilizable	no_good_hit	6314.0	97.339	78.0	0.0508282132014849	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
DEN0082_000000013985	2815	0.957149501804668	4	4	3	3	2	False	75329	maximal	True	DEN0082_000000013985	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	82.486	83.0	0.003446093772994398	NZ_FNRI01000003.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
AST0025_000000005419	5721	0.9571486794397982	8	7	4	6	5	False	120538	fragment	False	AST0025_000000005419	0.9700921637255492		0	0	False	False	0.9951057434082031	0					non-mobilizable	no_good_hit	2509.0	94.978	44.0	0.9987990392313851	NZ_JAAITU010000097.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_97_length_2498_cov_195.029, whole genome shotgun sequence	True	False
ISR0846_000000002396	3967	0.9571445043271812	7	5	3	4	4	True	111315	fragment	False	ISR0846_000000002396	1.0		0	0	False	False	0.993698000907898	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	52.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
DEN0094_000000003218	7964	0.9571391130694576	10	8	7	6	3	True	121701	fragment	False	DEN0094_000000003218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	93.404	6.0	0.0012553041608658927	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
AST0088_000000007142	1613	0.957130190716682	3	2	2	2	2	False	110389	maximal	True	AST0088_000000007142	1.0		0	0	False	False	0.9931803941726685	0					non-mobilizable	no_good_hit	1266.0	94.55	77.0	0.0004260274839928171	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0269_000000004343	3562	0.9571276844752379	3	3	3	3	3	False	46704	fragment	False	ISR0269_000000004343	1.0		0	0	False	False	0.9997192621231079	0					non-mobilizable	no_good_hit	824.0	79.248	23.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
AST0052_000000003163	5997	0.9571250945053604	8	8	5	6	8	False	114629	maximal	True	AST0052_000000003163	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4097.0	99.902	75.0	0.3713171969903001	NZ_GG700740.1	firmicutes	Lactobacillus antri DSM 16041 SCAFFOLD9, whole genome shotgun sequence	True	False
CHI0008_000000001439	5600	0.9571206079694884	9	7	2	3	6	True	99305	maximal	True	CHI0008_000000001439	1.0		1	1	False	False	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2162.0	94.21799999999999	77.0	0.34347618288991555	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
ISR0087_000000003200	6788	0.9571196412191112	11	7	4	6	6	True	125386	fragment	False	ISR0087_000000003200	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6759.0	98.491	99.0	0.0019288225106544753	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0069_000000007548	3209	0.9571184552798474	5	3	3	3	2	False	22480	maximal	True	SPA0069_000000007548	1.0		14	5	False	False	0.9962605237960815	0					non-mobilizable	no_good_hit	348.0	77.586	11.0	6.110881413400951e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MAD0105_000000004821	5993	0.95711839296026	6	4	2	4	1	True	131950	fragment	False	ISR0190_000000002622	0.46927536000401204		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	787.0	75.604	13.0	0.0003252857253641125	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ENG0069_000000002984	7628	0.9571140720975626	8	3	1	2	2	False	62509	fragment	False	ENG0069_000000002984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000012713	2526	0.9571089116315082	5	4	2	3	3	False	45344	fragment	False	FIJ0066_000000012713	1.0		0	0	False	False	0.9861441254615784	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.787966864808196e-06	NC_015702.1	bacteria	Parachlamydia acanthamoebae UV-7, complete genome	True	False
ISR0183_000000012828	2556	0.9571065569446828	3	3	3	2	2	False	124027	maximal	True	ISR0183_000000012828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1914.0	95.559	75.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0077_000000017015	2018	0.9571065569446828	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9635010399471179		0	0	False	False	0.998513400554657	0					non-mobilizable	other	1914.0	95.559	95.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0790_000000015752	1142	0.9570987877698128	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.041255734574685975		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	98.074	100.0	0.000341111125394662	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0081_000000008479	3123	0.957097322372555	4	4	3	4	4	False	109688	fragment	False	AST0092_000000005081	0.9347277458634066		0	0	False	False	1.0	0					non-mobilizable	other	2983.0	97.586	99.0	0.0006123948973663528	AP021890.1	enterobacteria	Escherichia coli 2017.15.01CC DNA, complete genome	False	False
SPA0153_000000000082	39574	0.9570950053207928	43	9	5	7	6	False	3232	fragment	False	SPA0153_000000000082	1.0		0	0	False	False	0.9999747276306152	0					non-mobilizable	no_good_hit	58.0	100.0	0.0	0.000421426194965066	NZ_QRST01000004.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf4, whole genome shotgun sequence	True	False
CHI0027_000000001594	8432	0.9570916539982508	11	6	4	3	6	False	90527	fragment	False	CHI0027_000000001594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	81.758	20.0	0.022304435510798287	CP021611.1	other sequences	Unidentified plasmid plasmid FAKO02_000237F, complete sequence	True	False
ISR0122_000000014196	1268	0.9570874282482252	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.17040838922045234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	99.60600000000001	100.0	0.0005022641528880981	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0025_000000000528	14889	0.9570795486150182	14	10	8	8	4	True	19167	maximal	True	MAD0025_000000000528	1.0		1	1	False	False	0.9999328255653381	0					non-mobilizable	no_good_hit	91.0	86.81299999999999	1.0	0.00141643059490085	NZ_KI912474.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00015.15, whole genome shotgun sequence	True	True
ENG0020_000000002864	7099	0.957069353949632	9	6	2	2	5	False	103760	fragment	False	ENG0020_000000002864	0.9844167048150506		0	0	False	False	0.9988730549812317	0					non-mobilizable	no_good_hit	2506.0	91.62	61.0	0.0004983691732021487	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CAN0020_000000015283	2413	0.9570672235511604	4	2	1	2	2	False	95213	fragment	False	CAN0020_000000015283	1.0		0	0	False	False	0.9954413771629333	0					non-mobilizable	no_good_hit	705.0	79.858	29.0	0.0002395644656324382	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0067_000000011589	2853	0.9570638532802841	4	4	4	4	4	False	95480	fragment	False	DEN0010_000000015510	0.9950446418993967		0	0	False	False	0.9971959590911865	0					non-mobilizable	other	1912.0	78.243	94.0	0.03939393939393939	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
AST0047_000000003098	6417	0.957055879505326	6	5	4	4	5	False	131168	fragment	False	AST0047_000000003098	1.0		0	0	False	False	0.9950132369995117	0					non-mobilizable	no_good_hit	1507.0	82.814	40.0	0.00043305296263768307	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0121_000000012716	1300	0.9570527217045036	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.1897156835981878		0	0	False	False	1.0	0					non-mobilizable	chromosome	1300.0	99.07700000000001	100.0	0.0005149495932136066	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0329_000000014781	1211	0.9570527217045036	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.13998398523505418		0	0	False	False	0.9909166097640991	0					non-mobilizable	chromosome	1211.0	99.17399999999999	100.0	0.00047966821230828634	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
USA0055_01_000000002672	9018	0.9570473463791422	6	6	2	6	3	False	60100	fragment	False	USA0055_01_000000002672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8007.0	95.441	89.0	0.002140195097314339	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0352_000000006405	1554	0.9570373787655008	2	1	1	1	1	False	24053	fragment	False	ISR0352_000000006405	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1554.0	98.391	100.0	0.010920009000393768	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
USA0009_01_000000010903	2270	0.9570315140556248	2	2	2	2	1	False	66531	fragment	False	ISR0211_000000009295	0.9631153510994309		0	0	False	False	0.9951542019844055	0					non-mobilizable	no_good_hit								True	False
USA0031_01_000000012872	2217	0.9570315140556248	2	2	2	2	1	False	66532	fragment	False	USA0031_01_000000012872	0.999759961593855		0	0	False	False	0.9864681959152222	0					non-mobilizable	no_good_hit								True	False
USA0145_01_000000011268	2128	0.9570315140556248	2	2	2	2	1	False	66531	fragment	False	ISR0211_000000009295	0.5808968712373161		0	0	False	False	0.9990601539611816	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.06741573033707865	XM_033719493.1	ascomycetes	Mytilinidion resinicola uncharacterized protein (BDZ99DRAFT_460910), partial mRNA	True	False
USA0135_01_000000007283	2083	0.9570315140556248	2	2	2	2	1	False	66532	fragment	False	USA0031_01_000000012872	0.969553450608931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0136_000000006917	3808	0.9570248252457768	4	2	1	1	2	False	123160	maximal	False	FIJ0044_000000005686	0.9996136313929147	PS879	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1403.0	87.455	36.0	0.35390842398178596	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
SPA0009_000000005655	5875	0.9570207643307338	8	8	3	3	8	True	74983	fragment	False	SPA0009_000000005655	0.996748110388469		0	0	False	False	0.9981276392936707	0					non-mobilizable	no_good_hit	4101.0	94.684	81.0	0.0014423636973366046	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	True
DEN0007_000000002655	10711	0.9570180445004278	7	6	2	6	3	False	76338	fragment	False	DEN0007_000000002655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7937.0	95.036	74.0	0.002122520813477659	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ENG0190_000000002003	13634	0.9570103975979116	16	7	4	6	5	False	117695	fragment	False	ENG0190_000000002003	1.0		0	0	False	False	0.9988998174667358	0					non-mobilizable	no_good_hit	3491.0	97.594	41.0	0.010783780106136889	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0019_000000008660	6465	0.9570078921086914	12	9	1	3	7	True	121578	fragment	False	MON0019_000000008660	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4771.0	98.47	100.0	0.001971282227979618	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
USA0075_01_000000012012	2065	0.9570056878058504	3	3	2	3	2	False	31392	maximal	True	USA0075_01_000000012012	1.0		3	3	False	False	0.9985471963882446	0					non-mobilizable	no_good_hit	1774.0	98.42200000000001	86.0	0.005193169502943675	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	True	False
MON0080_000000044769	1292	0.9570055386159636	2	1	1	1	1	False	10022	fragment	False	MON0080_000000044769	1.0		0	0	False	False	0.9667182564735413	0					non-mobilizable	no_good_hit	87.0	86.20700000000001	7.0	2.135771490331412e-05	NZ_CP053376.1	firmicutes	Bacillus amyloliquefaciens strain WF02 chromosome, complete genome	True	False
ENG0197_000000003779	2650	0.9570008203321432	3	3	2	3	2	False	54379	fragment	False	ENG0197_000000003779	1.0		0	0	False	False	0.999245285987854	0					non-mobilizable	other	1786.0	96.529	100.0	0.023267182834341885	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
AST0150_000000003630	6647	0.9569957970542023	10	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8652400580922133	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	20					non-mobilizable	plasmid	2914.0	98.765	99.0	0.4475341834383162	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0024_000000002900	6598	0.9569957970542023	10	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8476939481431017	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	89					non-mobilizable	plasmid	2919.0	95.71799999999999	99.0	0.44784145029958516	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
MAD0061_000000014100	1323	0.9569948920108722	3	2	1	1	2	True	16810	fragment	False	MAD0061_000000014100	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1323.0	100.0	100.0	0.16232809430255402	MG648901.1	enterobacteria	Escherichia coli plasmid pCOV8 clone COV8_c9	False	True
USA0135_01_000000001613	8048	0.9569941592166068	16	7	3	6	3	False	28141	fragment	False	USA0135_01_000000001613	0.9999378495960224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	93.20100000000001	9.0	0.00023955823422814847	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
USA0032_01_000000003322	8045	0.9569941592166068	16	7	3	6	3	False	28141	fragment	False	USA0135_01_000000001613	0.999751491053678		0	0	False	False	0.9997513890266418	0					non-mobilizable	no_good_hit	706.0	93.20100000000001	9.0	0.00023955823422814847	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0843_000000002083	6877	0.9569915896548812	5	5	5	5	5	False	20735	maximal	True	ISR0843_000000002083	1.0		2	2	False	False	0.9981096386909485	0					non-mobilizable	other	6690.0	94.963	97.0	0.005078278094589955	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	False	False
FIJ0063_000000020182	1427	0.9569876834958008	2	1	1	1	1	False	45558	maximal	True	FIJ0063_000000020182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	92.941	48.0	0.001181794095910086	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
AUS0012_000000010885	1580	0.9569848064977926	3	3	3	2	2	False	101086	maximal	True	AUS0012_000000010885	1.0		0	0	False	False	0.9911392331123352	0					non-mobilizable	no_good_hit	394.0	99.23899999999999	25.0	0.0030987336981376057	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
AST0012_000000000897	14264	0.9569793506797768	22	22	12	19	22	False	125655	maximal	True	AST0012_000000000897	1.0		2	2	False	False	0.9997195601463318	0					non-mobilizable	chromosome	11618.0	97.366	95.0	0.002275678436878923	CP026202.1	enterobacteria	Escherichia coli strain ECONIH5 chromosome, complete genome	False	False
SPA0090_000000000984	18818	0.9569669344565369	29	15	10	10	7	False	131909	fragment	False	SPA0090_000000000984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	97.17	1.0	0.13147914032869784	GQ876934.1		Uncultured organism clone VC1AH19TR genomic sequence	True	False
CAN0013_000000003565	7276	0.9569605246728552	8	4	3	4	2	True	131961	fragment	False	ISR0167_000000003252	0.808582670369741		0	0	False	True	0.999862551689148	0					non-mobilizable	no_good_hit	195.0	97.436	4.0	0.005633475622150594	MK411242.1	bacteria	Uncultured bacterium clone BVR_06I15, partial sequence	True	True
ISR0090_000000002802	7259	0.9569605246728552	8	4	3	4	2	True	131961	fragment	False	ISR0167_000000003252	0.8081750859746927		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	196.0	93.87799999999999	3.0	0.15034695451040864	NZ_CABIYV010000021.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0147_000000003914	5942	0.9569579624202076	8	5	1	3	3	False	121790	backbone	False	ISR0085_000000003385	0.999380097990249	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	1572.0	91.921	41.0	0.1746190635079524	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0078_000000006268	2911	0.9569578607112572	3	1	1	1	1	False	84788	fragment	False	ISR0078_000000006268	0.9666666666666667		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	plasmid	2847.0	98.49	98.0	0.10494237588652482	JQ480155.1	enterobacteria	Escherichia coli plasmid pASL01a, complete sequence	False	True
MON0080_000000024045	2190	0.9569578607112572	3	1	1	1	1	False	83769	fragment	False	MON0080_000000024045	1.0		0	0	False	False	0.9881278276443481	0	Col156				non-mobilizable	other	1692.0	95.98100000000001	99.0	0.22320837196979731	LM997247.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-8_contig-24.0_1_7549_[organism:Escherichia	False	True
CHI0090_000000009921	1366	0.9569578607112572	1	1	1	1	1	False	83768	fragment	False	CHI0090_000000009921	1.0		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	plasmid	1366.0	99.414	100.0	0.2797131147540984	LC056256.1	enterobacteria	Escherichia coli plasmid pV097-a DNA, contig: V097-a_scaffold_12, strain: V097	False	True
MON0041_000000060619	1168	0.9569578607112572	1	1	1	1	1	False	11751	fragment	False	MON0041_000000060619	0.9617193078050431		0	0	False	False	0.9931507110595703	0	Col156				non-mobilizable	plasmid	1151.0	100.0	99.0	0.22260936895083236	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
MON0090_000000054036	1157	0.9569578607112572	1	1	1	1	1	False	11751	fragment	False	MON0041_000000060619	0.9331654093044802		0	0	False	False	0.9827139377593994	0	rep_cluster_2131				non-mobilizable	plasmid	1157.0	98.876	100.0	0.10211112092571327	CP010225.1	enterobacteria	Escherichia coli strain M19 plasmid D, complete sequence	False	True
MON0082_000000033420	1104	0.9569578607112572	1	1	1	1	1	False	11751	fragment	False	MON0041_000000060619	0.9201845625002467		0	0	False	False	0.9972826242446899	0	Col156				non-mobilizable	plasmid	1085.0	97.97200000000001	98.0	0.2099147947327653	CP054384.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-5, complete sequence	False	True
CHI0071_000000001266	9013	0.9569508479986348	6	6	3	6	5	False	84934	maximal	True	CHI0071_000000001266	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1602.0	95.818	18.0	0.0029901422850014537	NZ_KB894643.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
FIJ0087_000000016816	1922	0.9569345572040604	3	3	3	2	1	True	43732	maximal	True	FIJ0087_000000016816	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	82.381	11.0	0.001070292908663168	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
CHI0064_000000009974	1808	0.9569335906703744	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4234186506539344	PS1061	0	0	False	True	0.9994469285011292	0					non-mobilizable	other	1809.0	97.236	100.0	0.007378220570821934	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0024_000000000785	8691	0.9569317126371216	7	6	6	6	5	False	23133	maximal	True	MAD0024_000000000785	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	78.717	33.0	0.003300735027109603	NZ_FOGP01000002.1	actinobacteria	Olsenella umbonata strain KHGC19, whole genome shotgun sequence	True	False
ISR0146_000000004658	7996	0.9569283705236722	7	5	3	3	5	False	86891	fragment	False	ISR0146_000000004658	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7996.0	99.575	100.0	0.0019599521510805847	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0046_000000022090	1495	0.9569262251681134	3	3	2	3	1	True	6710	fragment	False	SPA0046_000000022090	1.0		0	0	False	False	0.9993311166763306	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	2.910675526208554e-05	NZ_QNHG01000002.1	a-proteobacteria	Pseudogemmobacter bohemicus strain Cd-10 scaffold00002, whole genome shotgun sequence	True	True
MON0101_000000038930	1673	0.9569249790833806	4	2	2	2	2	False	60825	fragment	False	MON0101_000000038930	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1574.0	94.6	94.0	0.0005566921156177282	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0122_000000012525	1431	0.9569249790833806	2	2	2	2	2	False	60824	fragment	False	USA0064_01_000000005522	0.5385350336736037		0	0	False	False	0.9741439819335938	0					non-mobilizable	other	1389.0	94.816	97.0	0.0006811945639888555	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MON0024_000000039860	1311	0.9569249790833806	2	2	2	2	2	False	60824	fragment	False	USA0064_01_000000005522	0.3676756994774942		0	0	False	False	0.9832189083099365	0					non-mobilizable	chromosome	1312.0	96.189	100.0	0.00046426422619264733	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ENG0182_000000003057	8108	0.9569213756084964	6	5	4	5	3	False	112398	maximal	True	ENG0182_000000003057	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	3305.0	98.941	79.0	0.14219926834516894	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0036_000000025871	1220	0.9569196910725029	2	2	2	1	1	False	18701	maximal	True	MAD0036_000000025871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	82.27799999999999	26.0	0.00015699529014129575	NZ_LT635494.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
ISR0228_000000008423	3017	0.9569188849804642	5	3	2	2	2	True	119391	fragment	False	ISR0228_000000008423	1.0		0	0	False	False	0.999668538570404	0		MOBP			mobilizable	other	3017.0	99.271	100.0	0.5946745562130178	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0100_000000002339	7232	0.9569183060185936	7	6	3	4	4	False	108664	maximal	True	AST0100_000000002339	1.0		1	1	False	False	0.9997234344482422	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	1.555894740609008e-05	CP012069.2	actinobacteria	Olsenella sp. oral taxon 807 strain F0089, complete genome	True	False
ISR0330_000000006577	3875	0.9569178116355987	5	5	1	5	4	False	39431	maximal	True	ISR0330_000000006577	1.0		4	3	False	False	0.9997419118881226	0	rep_cluster_2327				non-mobilizable	plasmid	3383.0	99.764	100.0	0.4849440780040149	CP056723.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00333 plasmid pRHBSTW-00333_5, complete sequence	False	True
ISR0088_000000007168	3231	0.9569063548989988	7	5	2	2	5	True	101132	fragment	False	ISR0088_000000007168	0.984668335419274		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	3144.0	97.583	100.0	0.7214285714285714	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
ISR0043_000000006848	3196	0.9569063548989988	8	5	2	2	5	True	101132	fragment	False	ISR0088_000000007168	0.9794181367997523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	3196.0	100.0	100.0	0.5195966823873801	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ENG0179_000000008607	3856	0.9569049416059658	5	4	4	4	3	False	131433	maximal	True	ENG0179_000000008607	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	99.89	47.0	0.01013933918516989	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0024_000000002226	7541	0.9569041002016704	12	7	2	7	2	True	7588	fragment	False	SPA0024_000000002226	1.0		0	0	False	False	0.9998673796653748	0					non-mobilizable	no_good_hit	451.0	93.126	6.0	0.01842442268765233	NZ_QSCB01000033.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf33, whole genome shotgun sequence	True	True
ISR0065_000000000743	22709	0.9568984655448424	20	7	6	7	5	True	74863	fragment	False	MAD0090_000000000378	0.9664101677330106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	98.113	0.0	0.053746770025839795	NZ_NFHU01000029.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_29, whole genome shotgun sequence	True	True
DEN0096_000000009598	4378	0.9568961638428436	8	4	1	1	4	False	68229	fragment	False	DEN0096_000000009598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1717.0	92.603	65.0	0.08950843727072634	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
FIJ0066_000000003197	8824	0.9568930329140091	13	8	5	5	5	True	91638	backbone	True	FIJ0066_000000003197	1.0	PS483	0	0	True	True	0.999886691570282	2					non-mobilizable	no_good_hit	1167.0	96.572	52.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0819_000000005793	4151	0.9568856098662823	5	2	2	2	2	False	112032	fragment	False	ISR0819_000000005793	1.0		0	0	False	False	0.9956637024879456	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
CHI0160_000000024540	1317	0.9568771473909484	2	1	1	1	1	False	78659	fragment	False	CHI0160_000000024540	1.0		0	0	False	False	0.9992406964302063	0					non-mobilizable	no_good_hit								True	False
ISR0047_000000008981	3212	0.9568769444706112	5	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.6008220650396932	PS971	0	0	True	True	1.0	143					non-mobilizable	plasmid	1404.0	96.51	99.0	0.34087555336940484	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0214_000000008549	3187	0.9568769444706112	5	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.615372358703196	PS971	0	0	True	True	1.0	28					non-mobilizable	plasmid	1377.0	98.838	97.0	0.33841613379242497	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0003_000000007296	3176	0.9568769444706112	5	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.5799991701312018	PS971	0	0	True	True	0.9996851682662964	24					non-mobilizable	plasmid	1377.0	98.765	99.0	0.33841613379242497	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
SPA0015_000000006554	3122	0.9568769444706112	4	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.626252640584492	PS971	0	0	True	True	1.0	68					non-mobilizable	plasmid	1787.0	99.161	99.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0372_000000005198	3118	0.9568769444706112	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.2465439547947163	PS1090	0	0	True	True	1.0	161					non-mobilizable	other	2311.0	87.235	93.0	0.7663551401869159	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0344_000000010370	3117	0.9568769444706112	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.23716217672194495	PS1090	0	0	True	True	1.0	36					non-mobilizable	other	2308.0	87.045	93.0	0.7663551401869159	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0185_000000010270	3117	0.9568769444706112	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.23695803690194486	PS1090	0	0	True	True	1.0	72					non-mobilizable	other	2308.0	87.00200000000001	93.0	0.7663551401869159	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0397_000000006393	3117	0.9568769444706112	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.23731957990861402	PS1090	0	0	True	True	1.0	57					non-mobilizable	other	2308.0	87.045	92.0	0.7663551401869159	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0098_000000008176	3116	0.9568769444706112	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.23576708532903826	PS1090	0	0	True	True	0.9996790885925293	13					non-mobilizable	other	2307.0	87.256	93.0	0.7660213618157543	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0180_000000007009	3106	0.9568769444706112	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.2422208903824589	PS1090	0	0	True	True	1.0	16					non-mobilizable	other	2308.0	87.088	94.0	0.7663551401869159	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0312_000000005219	3096	0.9568769444706112	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.2154347334248423	PS1090	0	0	True	True	1.0	11					non-mobilizable	other	2467.0	87.11	92.0	0.8194259012016022	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0395_000000012505	3084	0.9568769444706112	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.04253143018167831	PS1090	0	0	True	True	1.0	244					non-mobilizable	no_good_hit	1068.0	87.64	80.0	0.35447263017356473	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0365_000000004905	3080	0.9568769444706112	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.22334878054394688	PS1090	0	0	True	True	0.998701274394989	20					non-mobilizable	other	2308.0	87.262	93.0	0.7663551401869159	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0029_000000014880	3074	0.9568769444706112	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.2214401917841437	PS1090	0	0	True	True	1.0	87					non-mobilizable	other	2308.0	87.132	93.0	0.7663551401869159	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0073_000000008939	2860	0.9568769444706112	4	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.061960993467197106	PS971	0	0	False	True	0.9898601174354553	0					non-mobilizable	plasmid	1571.0	99.809	95.0	0.38612887358583375	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0259_000000006067	2478	0.9568769444706112	4	4	2	3	2	True	109160	fragment	False	ISR0259_000000006067	1.0		0	0	False	False	0.9991928935050964	0					non-mobilizable	no_good_hit	1054.0	88.899	86.0	0.3508010680907877	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0307_000000004388	2218	0.9568769444706112	4	4	2	3	2	True	25437	fragment	False	ISR0307_000000004388	1.0		0	0	False	False	0.9932371377944946	0					non-mobilizable	plasmid	1418.0	99.57700000000001	100.0	0.3484997540580423	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0108_000000002559	9938	0.956870612501152	17	9	4	6	7	True	65542	maximal	True	ENG0108_000000002559	0.9655771195097038		3	2	True	True	1.0	34					non-mobilizable	no_good_hit	1129.0	82.01899999999999	11.0	0.19277520972436227	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0062_01_000000001124	19942	0.9568686116713341	28	18	11	12	16	True	124150	fragment	False	USA0062_01_000000001124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12415.0	97.26100000000001	79.0	0.003487887803043801	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0015_000000004247	3961	0.95686682505444	5	5	4	5	4	False	104523	fragment	False	ENG0154_000000007082	0.9445652877559234		0	0	False	False	1.0	0					non-mobilizable	chromosome	3961.0	97.829	100.0	0.0016980251024710982	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0095_000000000358	30735	0.956854457539744	33	15	13	13	9	True	120043	fragment	False	ISR0095_000000000358	0.9617701579417837		0	0	False	False	0.9999674558639526	0					non-mobilizable	no_good_hit	573.0	98.255	4.0	0.0007233803614878365	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ISR0812_000000005702	6488	0.9568506443578659	9	5	3	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9980133707812322	PS1019	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	1859.0	97.52600000000001	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0106_000000003191	6487	0.9568506443578659	9	5	3	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9981469847844414	PS1019	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	1859.0	97.47200000000001	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0134_01_000000000811	6448	0.9568506443578659	9	5	3	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9978201659049148	PS1019	0	0	True	True	1.0	125					non-mobilizable	no_good_hit	1859.0	97.47200000000001	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0126_000000013606	3590	0.9568487555094356	5	4	2	4	4	True	31999	maximal	True	ISR0126_000000013606	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2245.0	93.14	62.0	0.000761700787487179	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
FIJ0055_000000006347	2179	0.9568468370917508	3	2	1	1	2	True	46263	maximal	True	FIJ0055_000000006347	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2179.0	100.0	100.0	0.03310332249141259	CP052438.1	enterobacteria	Klebsiella pneumoniae strain C16KP0108 plasmid pC16KP0108-4, complete sequence	False	True
MAD0060_000000005202	3063	0.9568346349461546	4	3	3	3	2	False	81666	fragment	False	MAD0060_000000005202	0.9976214746856948		0	0	False	False	1.0	0					non-mobilizable	other	1575.0	94.921	95.0	0.0005040014319532425	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0330_000000009370	2943	0.9568346349461546	3	3	3	3	2	False	81666	fragment	False	MAD0060_000000005202	0.9781260202415932		0	0	False	False	0.997621476650238	0					non-mobilizable	other	1575.0	94.984	95.0	0.0005040014319532425	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MON0048_000000000145	50885	0.9568336261329702	44	30	19	27	13	True	66028	maximal	True	MON0048_000000000145	1.0		2	1	False	False	0.9999803304672241	0					non-mobilizable	no_good_hit	1105.0	73.937	2.0	0.0011981566820276498	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0214_000000028275	1135	0.9568329019893368	2	2	2	1	1	False	28186	fragment	False	ISR0214_000000028275	1.0		0	0	False	False	0.9964757561683655	0					non-mobilizable	no_good_hit	256.0	72.656	22.0	4.0980346696959855e-05	AP022213.1	g-proteobacteria	Pseudomonas otitidis DNA, complete genome, strain: WP8-S17-CRE-03	True	False
FIJ0030_000000034023	1146	0.9568277616513632	2	2	2	2	1	False	97493	fragment	False	FIJ0097_000000023905	0.4560201789104138		0	0	False	False	1.0	0					non-mobilizable	chromosome	1145.0	96.33200000000001	99.0	0.00020896729059111989	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0038_000000008956	3162	0.95681780700996	2	2	2	2	2	False	36073	maximal	True	MON0038_000000008956	1.0		4	3	False	False	0.9996837377548218	0					non-mobilizable	no_good_hit	794.0	85.64200000000001	24.0	0.0003489705146690336	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0022_000000019571	1346	0.9568158239385696	1	1	1	1	1	False	90596	fragment	False	ISR0228_000000013157	0.13365824798819048		0	0	False	False	0.9933135509490967	0					non-mobilizable	other	1348.0	97.329	100.0	0.009513973870171393	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0036_000000003343	9419	0.956813122466748	15	5	2	5	4	False	113804	fragment	False	FIJ0036_000000003343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	90.60799999999999	15.0	0.00044393728506995667	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0010_000000001668	10668	0.9568120898663448	11	4	2	3	3	False	53590	fragment	False	FIJ0010_000000001668	0.9758042076793949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	98.054	5.0	0.41954022988505746	KU547531.1	bacteria	Uncultured bacterium clone AX_08G_000_Contig_28 genomic sequence	True	False
FIJ0080_000000017637	1365	0.9568093938994032	2	2	0	2	2	False	103810	fragment	False	FIJ0080_000000017637	1.0		0	0	False	False	0.9985347986221313	0		MOBP,MOBP			mobilizable	plasmid	1365.0	97.07	100.0	0.24572149162313098	CP056700.1	enterobacteria	Escherichia marmotae strain RHBSTW-00605 plasmid pRHBSTW-00605_4, complete sequence	False	True
FIJ0009_000000013299	2832	0.9568075046049901	5	3	2	3	2	False	122289	fragment	False	FIJ0009_000000013299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	82.581	33.0	0.00033394444340172877	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0004_01_000000009797	2509	0.9568075046049901	4	3	2	3	2	False	122287	fragment	False	USA0004_01_000000009797	0.9908137009866059		0	0	False	False	0.999601423740387	0					non-mobilizable	no_good_hit	953.0	82.791	38.0	0.00033394444340172877	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0090_000000013988	2504	0.9568075046049901	4	3	2	3	2	False	122287	fragment	False	USA0004_01_000000009797	0.9901608329940204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	82.791	38.0	0.00033394444340172877	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0172_000000001553	14435	0.9567959267541932	21	10	7	10	5	True	53558	maximal	False	FIJ0081_000000001360	0.7018608720845586	PS226|PS228	0	0	False	True	0.9996536374092102	0					non-mobilizable	no_good_hit	1112.0	74.55	7.0	0.0003672242124286042	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0017_000000002012	5549	0.9567833129242	9	8	2	3	8	True	123834	maximal	False	ENG0179_000000005290	0.9430702500435078	PS486|PS905	0	0	True	True	1.0	841	rep_cluster_1079	MOBB			mobilizable	no_good_hit	4016.0	97.78399999999999	88.0	0.6385215867452605	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
FIJ0021_000000009669	5145	0.9567790883458872	6	5	1	4	5	False	67475	maximal	True	FIJ0021_000000009669	0.9999024390243902		7	3	True	True	1.0	1	rep_cluster_2358	MOBP		MOBP	mobilizable	plasmid	5145.0	99.845	100.0	0.9278499278499278	LC056638.1	enterobacteria	Escherichia coli plasmid pV323-a DNA, contig: V323-a_scaffold_7, strain: V323	False	True
FIJ0068_000000005868	5125	0.9567790883458872	6	5	1	4	5	False	67475	maximal	False	FIJ0021_000000009669	0.9979591836734694		0	0	False	True	1.0	0	rep_cluster_2358	MOBP		MOBP	mobilizable	plasmid	5125.0	99.863	100.0	0.9242424242424242	LC056638.1	enterobacteria	Escherichia coli plasmid pV323-a DNA, contig: V323-a_scaffold_7, strain: V323	False	True
DEN0090_000000011684	2287	0.956775737502456	3	1	1	1	1	False	68753	maximal	True	DEN0090_000000011684	1.0		0	0	False	False	0.9881941676139832	0					non-mobilizable	no_good_hit	425.0	96.706	19.0	0.002570164272291932	NZ_RCXZ01000007.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0007, whole genome shotgun sequence	True	False
SPA0026_000000015073	2102	0.956775737502456	3	1	1	1	1	False	63853	fragment	False	SPA0026_000000015073	1.0		0	0	False	False	0.9871550798416138	0					non-mobilizable	no_good_hit								True	False
ENG0053_000000014429	1741	0.956775737502456	2	1	1	1	1	False	63852	fragment	False	ENG0053_000000014429	1.0		0	0	False	False	0.9804710149765015	0					non-mobilizable	no_good_hit								True	False
SPA0156_000000000435	15915	0.9567750388601479	23	15	8	9	14	True	124145	fragment	False	ISR0777_000000000696	0.25986962133344643		0	0	False	False	0.9999371767044067	0					non-mobilizable	other	15289.0	96.95200000000001	96.0	0.00429360646643326	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0181_000000003113	5613	0.9567682714989421	7	6	4	6	3	False	29601	maximal	True	ISR0181_000000003113	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3431.0	97.289	61.0	0.0011709698151525824	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ETH0002_000000018718	1296	0.9567591053031438	2	2	2	2	1	False	53304	maximal	True	ETH0002_000000018718	1.0		0	0	False	False	0.977623462677002	0					non-mobilizable	no_good_hit	160.0	83.75	12.0	5.6106683152856836e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0031_000000008699	2409	0.9567563220381314	4	4	3	4	3	False	129958	fragment	False	ENG0031_000000008699	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2409.0	97.92399999999999	100.0	0.08894141981236611	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
MON0078_000000008570	4476	0.9567558029649486	6	2	2	2	1	True	12408	maximal	False	MON0050_000000005799	0.9451817707560434		0	0	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
ENG0166_000000003429	7249	0.9567538998605071	11	8	1	3	6	True	121595	fragment	False	ENG0193_000000002067	0.26587450266730894		0	0	False	True	0.9993102550506592	0					non-mobilizable	chromosome	7249.0	99.03399999999999	100.0	0.0029371503320098327	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
MAD0045_000000000645	20314	0.9567499063259878	17	12	4	11	7	True	50058	fragment	False	MAD0045_000000000645	0.9918623866993841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0057_000000009722	2030	0.9567474146876112	2	2	1	2	2	False	85972	fragment	False	CHI0057_000000009722	0.9946153846153847		0	0	False	False	0.9975369572639465	0					non-mobilizable	chromosome	2030.0	99.458	100.0	0.00038263930220471144	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
SPA0053_000000016513	2015	0.9567432835703292	4	2	1	2	1	True	86422	fragment	False	SPA0053_000000016513	1.0		0	0	False	False	0.9935483932495117	0					non-mobilizable	plasmid	2015.0	99.90100000000001	100.0	0.08622313554242658	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
MAD0062_000000006522	2118	0.9567426897456466	2	2	2	2	2	False	48569	maximal	True	MAD0062_000000006522	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1879.0	99.681	100.0	0.0003754818550443997	CP007393.1	enterobacteria	Escherichia coli strain ST2747, complete genome	False	False
FIJ0031_000000012882	1901	0.9567426897456466	3	2	2	2	2	False	48568	fragment	False	FIJ0031_000000012882	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1901.0	100.0	100.0	0.00040687054449985974	CP019213.3	enterobacteria	Escherichia coli strain WCHEC050613 chromosome, complete genome	False	False
ISR0386_000000007839	4502	0.9567340581212416	3	3	2	2	2	True	125557	fragment	False	ISR0386_000000007839	1.0		0	0	False	True	1.0	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	3549.0	98.14	98.0	0.3512359773652338	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ISR0145_000000008351	3804	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9016326938000166	PS930	0	0	True	True	1.0	145	rep_cluster_1351	MOBQ			mobilizable	plasmid	3494.0	97.195	100.0	0.9416395222584147	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
CAN0003_000000013005	3786	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9134134052488467	PS930	0	0	True	True	0.996038019657135	19	rep_cluster_1351	MOBQ			mobilizable	plasmid	3477.0	97.527	100.0	0.9416395222584147	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
ISR0039_000000008796	3783	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9147321661050353	PS930	0	0	True	True	1.0	56	rep_cluster_1351	MOBQ			mobilizable	plasmid	3470.0	98.501	100.0	0.9416395222584147	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
ISR0222_000000014787	3779	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9180564582190263	PS930	0	0	True	True	1.0	58	rep_cluster_1351	MOBQ			mobilizable	plasmid	3515.0	98.40700000000001	100.0	0.9538545059717698	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ISR0070_000000005259	3779	0.9567340581212416	3	3	2	2	2	True	125553	backbone	True	ISR0070_000000005259	0.9191726525048993	PS930	17	3	True	True	1.0	45	rep_cluster_1351	MOBQ			mobilizable	plasmid	3470.0	98.991	100.0	0.9416395222584147	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
ISR0276_000000002768	3771	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9008350361880066	PS930	0	0	True	True	1.0	67	rep_cluster_1351	MOBQ			mobilizable	plasmid	3776.0	96.796	100.0	0.48755832037325036	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0181_000000005607	3766	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9111661986949217	PS930	0	0	True	True	1.0	10	rep_cluster_1351	MOBQ			mobilizable	plasmid	3457.0	98.264	100.0	0.9364820846905537	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
CAN0019_000000001599	3766	0.9567340581212416	4	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9108390966248496	PS930	0	0	True	True	0.9997344613075256	13	rep_cluster_1351	MOBQ			mobilizable	plasmid	3611.0	98.2	100.0	0.3578874218207088	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
FIJ0168_000000005148	3764	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9149357104961867	PS930	0	0	True	True	1.0	27	rep_cluster_1351	MOBQ			mobilizable	plasmid	3764.0	98.273	100.0	0.4876879212026957	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0346_000000005231	3763	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9154295722721009	PS930	0	0	True	True	0.9997342824935913	32	rep_cluster_1351	MOBQ			mobilizable	plasmid	3764.0	98.43299999999999	100.0	0.48755832037325036	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0137_000000007268	3761	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9162049717625095	PS930	0	0	True	True	0.9986705780029297	19	rep_cluster_1351	MOBQ			mobilizable	plasmid	3464.0	99.48	100.0	0.9400108577633007	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ISR0065_000000008128	3760	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9165367321588748	PS930	0	0	True	True	1.0	33	rep_cluster_1351	MOBQ			mobilizable	plasmid	3030.0	98.74600000000001	100.0	0.8222041259500543	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ISR0335_000000004405	3760	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9184888570666565	PS930	0	0	True	True	1.0	54	rep_cluster_1351	MOBQ			mobilizable	plasmid	3423.0	99.29899999999999	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
AST0033_000000003406	3760	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9189561637909431	PS930	0	0	True	True	1.0	57	rep_cluster_1351	MOBQ			mobilizable	plasmid	3423.0	99.56200000000001	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ENG0198_000000004947	3760	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9185030683892303	PS930	0	0	True	True	1.0	32	rep_cluster_1351	MOBQ			mobilizable	plasmid	3442.0	99.18700000000001	100.0	0.9340390879478827	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
ENG0102_000000007053	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9179630662809524	PS930	0	0	True	True	0.9962756037712097	121	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.47399999999999	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ENG0011_000000006832	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.917989863848609	PS930	0	0	True	True	0.9994679689407349	30	rep_cluster_1351	MOBQ			mobilizable	plasmid	3763.0	98.804	100.0	0.48755832037325036	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0095_000000007216	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9178304856249694	PS930	0	0	True	True	0.9992018938064575	30	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.50299999999999	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0189_000000003107	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9182199038164772	PS930	0	0	True	True	0.998935878276825	22	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.416	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ENG0142_000000007954	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9181692510346511	PS930	0	0	True	True	0.9997339844703674	43	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.50299999999999	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0208_000000006916	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9181142506316576	PS930	0	0	True	True	1.0	21	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.47399999999999	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0062_000000008867	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9180847574378208	PS930	0	0	True	True	1.0	14	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.47399999999999	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0253_000000002995	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9158559963820138	PS930	0	0	True	True	1.0	54	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	98.685	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0394_000000004841	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9186384438106464	PS930	0	0	True	True	1.0	68	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.59100000000001	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0160_000000007207	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9180999265861257	PS930	0	0	True	True	0.9986698627471924	63	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.53200000000001	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ENG0063_000000008321	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9188386676792603	PS930	0	0	True	True	1.0	62	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.59100000000001	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ENG0135_000000005532	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9181000689198677	PS930	0	0	True	True	0.9997339844703674	56	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.56200000000001	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
AST0016_000000007105	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9184237165788851	PS930	0	0	True	True	1.0	435	rep_cluster_1351	MOBQ			mobilizable	plasmid	3425.0	98.891	100.0	0.9294245385450597	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
ISR0290_000000002744	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9186701372671681	PS930	0	0	True	True	0.9994679689407349	17	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.56200000000001	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0066_000000008592	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9182489458264806	PS930	0	0	True	True	0.9986698627471924	19	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.47399999999999	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0343_000000004026	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9178797954472765	PS930	0	0	True	True	1.0	32	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.38600000000001	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0385_000000005410	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9188386676792603	PS930	0	0	True	True	0.9962756037712097	13	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.59100000000001	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0285_000000003704	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9184417122509115	PS930	0	0	True	True	0.9997339844703674	63	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.53200000000001	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
ISR0148_000000007702	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9151680976867881	PS930	0	0	True	True	1.0	54	rep_cluster_1351	MOBQ			mobilizable	plasmid	3763.0	98.37899999999999	100.0	0.48755832037325036	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0124_000000008199	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9184162068758476	PS930	0	0	True	True	1.0	57	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	99.50299999999999	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
AST0012_000000005224	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9190293811932662	PS930	0	0	True	True	0.9997339844703674	7	rep_cluster_1351	MOBQ			mobilizable	plasmid	3763.0	98.645	100.0	0.48755832037325036	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0366_000000004080	3759	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9179596807082696	PS930	0	0	True	True	1.0	59	rep_cluster_1351	MOBQ			mobilizable	plasmid	3507.0	98.831	100.0	0.9516829533116178	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
ISR0015_000000006406	3758	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9186328785687516	PS930	0	0	True	True	1.0	12	rep_cluster_1351	MOBQ			mobilizable	plasmid	3763.0	98.59200000000001	100.0	0.48755832037325036	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0094_000000004528	3758	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9187264425474091	PS930	0	0	True	True	1.0	21	rep_cluster_1351	MOBQ			mobilizable	plasmid	3401.0	99.206	100.0	0.9229098805646037	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
FIJ0148_000000004441	3756	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9078476508851909	PS930	0	0	True	True	1.0	4	rep_cluster_1351	MOBQ			mobilizable	plasmid	3764.0	98.645	100.0	0.4876879212026957	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0209_000000007831	3755	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9167528081449942	PS930	0	0	True	True	0.9997336864471436	6	rep_cluster_1351	MOBQ			mobilizable	plasmid	3554.0	98.255	99.0	0.9644408251900108	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ENG0166_000000007098	3746	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9188545013350442	PS930	0	0	True	True	1.0	7	rep_cluster_1351	MOBQ			mobilizable	plasmid	3452.0	98.37799999999999	100.0	0.9367535287730727	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
MON0086_000000008209	3745	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8159689334152226	PS930	0	0	True	True	0.998931884765625	1	rep_cluster_1351	MOBQ			mobilizable	plasmid	3088.0	99.838	98.0	0.8518211920529801	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
SPA0036_000000006216	3739	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9170435264452601	PS930	0	0	True	True	1.0	47	rep_cluster_1351	MOBQ			mobilizable	plasmid	3459.0	98.179	100.0	0.9386536373507057	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
AST0025_000000008968	3738	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9156842167474443	PS930	0	0	True	True	0.999732494354248	8	rep_cluster_1351	MOBQ			mobilizable	plasmid	3437.0	98.98200000000001	100.0	0.9326818675352877	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ENG0097_000000008424	3738	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9176458808505943	PS930	0	0	True	True	1.0	17	rep_cluster_1351	MOBQ			mobilizable	plasmid	3452.0	98.63799999999999	100.0	0.9367535287730727	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ISR0092_000000006189	3731	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8967241546197574	PS930	0	0	True	True	0.9997319579124451	12	rep_cluster_1351	MOBQ			mobilizable	plasmid	3422.0	98.685	100.0	0.9277566539923955	AY210701.1	high GC Gram+	Bifidobacterium longum plasmid pMG1, complete sequence	False	True
SPA0035_000000004639	3715	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9167488227413634	PS930	0	0	True	True	1.0	36	rep_cluster_1351	MOBQ			mobilizable	plasmid	3366.0	98.78200000000001	100.0	0.9134093376764386	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
ISR0821_000000007495	3704	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9173879488274821	PS930	0	0	True	True	1.0	106	rep_cluster_1351	MOBQ			mobilizable	plasmid	3361.0	98.929	100.0	0.9120521172638436	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
AST0019_000000007281	3703	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8088414857211741	PS930	0	0	True	True	0.9997299313545227	46	rep_cluster_1351	MOBQ			mobilizable	plasmid	3328.0	99.669	100.0	0.918046357615894	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
DEN0063_000000011897	3703	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8150292840440108	PS930	0	0	True	True	1.0	88	rep_cluster_1351	MOBQ			mobilizable	plasmid	3098.0	99.58	100.0	0.8545805739514348	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
ENG0005_000000006489	3703	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8084247994871748	PS930	0	0	True	True	1.0	374	rep_cluster_1351	MOBQ			mobilizable	plasmid	3328.0	99.669	100.0	0.918046357615894	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
ISR0267_000000004232	3703	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8082243829177812	PS930	0	0	True	True	1.0	15	rep_cluster_1351	MOBQ			mobilizable	plasmid	3328.0	99.609	100.0	0.918046357615894	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
ENG0194_000000007384	3703	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8153292193338819	PS930	0	0	True	True	1.0	116	rep_cluster_1351	MOBQ			mobilizable	plasmid	3074.0	99.805	100.0	0.8479580573951435	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
AST0058_000000004263	3703	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8091568301578419	PS930	0	0	True	True	0.9840669631958008	4	rep_cluster_1351	MOBQ			mobilizable	plasmid	3328.0	99.88	100.0	0.918046357615894	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
ENG0099_000000004949	3700	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8084766667343084	PS930	0	0	True	True	0.998918890953064	59	rep_cluster_1351	MOBQ			mobilizable	plasmid	3328.0	99.79	100.0	0.918046357615894	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
ISR0777_000000004584	3691	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9165854972204028	PS930	0	0	True	True	0.9997290968894958	17	rep_cluster_1351	MOBQ			mobilizable	plasmid	3424.0	98.16	100.0	0.9291530944625407	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ENG0145_000000008841	3691	0.9567340581212416	4	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8372396154370336	PS930	0	0	True	True	1.0	29	rep_cluster_1351	MOBQ			mobilizable	plasmid	2875.0	95.02600000000001	100.0	0.7913907284768212	KP691633.1	high GC Gram+	Bifidobacterium longum subsp. longum 2-2B plasmid p2-2B, complete sequence	False	True
MON0013_000000012885	3683	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8162802849351285	PS930	0	0	True	True	1.0	3	rep_cluster_1351	MOBQ			mobilizable	plasmid	3054.0	99.935	100.0	0.842439293598234	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
ISR0076_000000006821	3657	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8894724758165077	PS930	0	0	True	True	1.0	27	rep_cluster_1351	MOBQ			mobilizable	plasmid	3531.0	97.62100000000001	100.0	0.9543973941368078	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ISR0782_000000003762	3651	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8151671727597767	PS930	0	0	True	True	1.0	49	rep_cluster_1351	MOBQ			mobilizable	plasmid	3010.0	99.867	100.0	0.8302980132450332	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
ISR0837_000000002651	3636	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8148893133045925	PS930	0	0	True	True	1.0	8	rep_cluster_1351	MOBQ			mobilizable	plasmid	3015.0	99.867	100.0	0.8316777041942605	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
ISR0002_000000005718	3625	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.9049354353435431	PS930	0	0	True	True	1.0	1	rep_cluster_1351	MOBQ			mobilizable	plasmid	3459.0	98.323	100.0	0.9386536373507057	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
AST0050_000000003694	3609	0.9567340581212416	4	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8964806684449651	PS930	0	0	False	True	0.9997228980064392	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	3609.0	98.337	100.0	0.46747019180922755	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0167_000000006944	3558	0.9567340581212416	4	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.7068250727288496	PS930	0	0	True	True	1.0	1	rep_cluster_1351	MOBQ			mobilizable	other	3207.0	98.87700000000001	100.0	0.0013345984695094775	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
CAN0009_000000006352	3530	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.8702690462409398	PS930	0	0	True	True	1.0	2	rep_cluster_1351	MOBQ			mobilizable	plasmid	3459.0	98.641	100.0	0.9386536373507057	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ISR0179_000000007609	3226	0.9567340581212416	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.11376081193882805	PS930	0	0	False	True	1.0	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	3229.0	98.575	100.0	0.41835147744945567	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0398_000000014589	1567	0.9567318578074336	1	1	1	1	1	False	43293	maximal	True	ISR0398_000000014589	0.9542223712061202		2	1	True	True	1.0	8	rep_cluster_1649				non-mobilizable	plasmid	1430.0	96.154	100.0	0.9563758389261745	AY188776.1	firmicutes	Weissella cibaria plasmid pKLCA, complete sequence	False	True
SPA0016_000000001297	19462	0.9567237667993156	35	6	3	6	1	True	44787	maximal	True	SPA0016_000000001297	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	100.0	0.0	1.2854311345618089e-05	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	True
ENG0008_000000013933	1814	0.9567180919815256	3	2	2	2	2	False	111277	fragment	False	ENG0008_000000013933	1.0		0	0	False	False	0.9955898523330688	0					non-mobilizable	plasmid	1683.0	79.32300000000001	93.0	0.006261503211508846	CP013684.1	firmicutes	Clostridium botulinum strain AM282 plasmid pRSJ10_1, complete sequence	False	True
ISR0228_000000017991	1512	0.9567126885051004	1	1	1	1	1	False	131605	fragment	False	AST0002_000000022789	0.9373097991479002		0	0	False	False	0.9960317611694336	0					non-mobilizable	no_good_hit								True	False
SPA0021_000000014462	2287	0.9567114073179209	2	2	2	2	1	False	97494	fragment	False	SPA0021_000000014462	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1965.0	97.506	91.0	0.00044693098661552117	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MAD0085_000000005675	1985	0.9567114073179209	2	2	2	2	1	False	61096	fragment	False	MAD0085_000000005675	1.0		0	0	False	False	0.9994962215423584	0					non-mobilizable	chromosome	1937.0	97.315	97.0	0.00044055601584362376	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
FIJ0081_000000008361	3922	0.9567000364480536	3	3	2	3	2	False	44277	maximal	True	FIJ0081_000000008361	1.0		1	1	False	False	0.9951555132865906	0					non-mobilizable	no_good_hit	2726.0	92.883	80.0	0.009191567530331835	NZ_LOJF01000011.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_4, whole genome shotgun sequence	True	False
SPA0076_000000004151	3250	0.9566990104434387	5	3	2	2	3	False	54472	maximal	True	SPA0076_000000004151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	82.4	49.0	0.09510138166158263	NZ_LBBT01000224.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig237, whole genome shotgun sequence	True	False
SPA0077_000000025101	1108	0.9566985046728392	1	1	1	1	1	False	5680	maximal	True	SPA0077_000000025101	1.0		2	1	False	False	0.9963898658752441	0					non-mobilizable	no_good_hit	364.0	98.90100000000001	33.0	0.00010995511831988579	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
FIJ0090_000000019359	2259	0.956697468197622	3	2	0	2	0	True	105292	fragment	False	FIJ0090_000000019359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.309000786370102e-05	NZ_LR027603.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
ISR0133_000000003333	5211	0.9566973127363524	6	4	2	4	2	True	125778	maximal	True	ISR0133_000000003333	0.9727939830944841	PS936	39	7	True	True	1.0	52					non-mobilizable	no_good_hit	1553.0	89.762	32.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ENG0047_000000002845	5191	0.9566973127363524	7	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9720302389190336	PS936	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1553.0	89.762	32.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ENG0038_000000003965	5191	0.9566973127363524	7	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9716746095387943	PS936	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	1553.0	89.762	32.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0097_000000004566	5191	0.9566973127363524	7	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9722954995588502	PS936	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1553.0	89.762	32.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ENG0029_000000004625	5191	0.9566973127363524	7	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9720302389190336	PS936	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	1553.0	89.762	32.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0177_000000004525	5190	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9722785443868044	PS936	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1553.0	89.762	32.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0201_000000005423	5188	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.972136523027609	PS936	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1553.0	89.762	32.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0062_000000005868	5177	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.971904875889084	PS936	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1553.0	89.762	33.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0059_000000002995	5177	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9690727049949911	PS936	0	0	True	True	0.999806821346283	21					non-mobilizable	no_good_hit	1553.0	89.762	33.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
AST0087_000000006142	5159	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9717145171487611	PS936	0	0	True	True	0.9988369941711426	6					non-mobilizable	no_good_hit	1553.0	89.762	33.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ENG0082_000000003450	5157	0.9566973127363524	7	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9546243621069265	PS936	0	0	True	True	0.9928252696990967	12					non-mobilizable	no_good_hit	1347.0	90.2	34.0	0.28674904132935664	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
CAN0017_000000007182	5157	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9715613906433739	PS936	0	0	True	True	0.9996121525764465	16					non-mobilizable	no_good_hit	1553.0	89.762	33.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0855_000000002167	5142	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9711360468206578	PS936	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	1553.0	89.762	33.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0226_000000001221	5137	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9716843138952698	PS936	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1553.0	89.762	33.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0267_000000002993	5125	0.9566973127363524	7	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9559888223175228	PS936	0	0	True	True	0.9996097683906555	7					non-mobilizable	no_good_hit	1647.0	88.585	35.0	0.3493821900298253	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0814_000000007456	5125	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9684675190220999	PS936	0	0	True	True	0.9986341595649719	1					non-mobilizable	no_good_hit	1553.0	89.762	33.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0126_000000009482	5114	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9334417683031268	PS936	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1662.0	90.012	32.0	0.3534299105240733	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0317_000000003027	5111	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9719259656284295	PS936	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1553.0	89.762	33.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0198_000000006718	5108	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9680412862829982	PS936	0	0	True	True	0.9992169141769409	4					non-mobilizable	no_good_hit	1553.0	89.762	33.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ENG0172_000000003632	5100	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9682312188331625	PS936	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1553.0	89.762	33.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0071_000000001557	4970	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9114125611411052	PS936	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1668.0	90.16799999999999	33.0	0.35470813804857265	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0055_000000002217	4964	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9038509229604822	PS936	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1662.0	90.132	33.0	0.3534299105240733	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0218_000000003025	4944	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9276443683145363	PS936	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	1651.0	88.492	36.0	0.35066041755432464	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0038_000000005670	4929	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9372760178959498	PS936	0	0	True	True	0.9991884827613831	9					non-mobilizable	no_good_hit	1553.0	89.82600000000001	34.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
SPA0030_000000006056	4919	0.9566973127363524	6	4	2	4	2	True	125778	maximal	False	ISR0133_000000003333	0.9168084827142117	PS936	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1649.0	90.115	38.0	0.35066041755432464	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
CHI0051_000000003469	4832	0.9566973127363524	6	4	2	4	2	True	125777	backbone	True	CHI0051_000000003469	1.0	PS936	3	1	True	True	1.0	51					non-mobilizable	no_good_hit	1600.0	94.125	38.0	0.34000852151683	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0322_000000002096	4339	0.9566973127363524	6	4	2	4	2	True	125776	fragment	False	ISR0322_000000002096	0.9774321796071095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1662.0	90.072	38.0	0.3534299105240733	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0382_000000004666	2913	0.9566906935499684	3	3	3	3	3	False	127029	fragment	False	ISR0382_000000004666	0.9912549048358894		0	0	False	False	0.9996567368507385	0					non-mobilizable	no_good_hit	1807.0	97.344	62.0	0.006927821763947708	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0041_000000011851	2884	0.9566906935499684	3	3	3	3	3	False	127029	fragment	False	ISR0382_000000004666	0.9863158890800467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	97.23299999999999	63.0	0.006927821763947708	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0019_000000011422	2506	0.9566901929527604	5	3	0	2	2	False	126292	maximal	True	AST0019_000000011422	1.0	PS953	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	1734.0	95.963	84.0	0.7660327288810261	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	True	True
MAD0036_000000012092	2381	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8609666487447988	PS953	0	0	True	True	0.9869802594184875	17					non-mobilizable	other	1415.0	96.113	100.0	0.5865504358655044	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MAD0068_000000011550	2381	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.863694335285959	PS953	0	0	True	True	0.9995800256729126	64					non-mobilizable	other	2311.0	96.235	100.0	0.95848899958489	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MAD0110_000000011540	2381	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8637041810057448	PS953	0	0	True	True	1.0	71					non-mobilizable	other	2311.0	96.235	100.0	0.95848899958489	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0211_000000009418	2377	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8549691859829456	PS953	0	0	True	True	1.0	16					non-mobilizable	other	2310.0	94.89200000000001	100.0	0.95848899958489	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0324_000000012972	2377	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8537776158811181	PS953	0	0	True	True	1.0	405					non-mobilizable	other	2310.0	94.805	100.0	0.95848899958489	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0207_000000012223	2377	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8549691859829456	PS953	0	0	True	True	0.9995793104171753	27					non-mobilizable	other	2310.0	94.89200000000001	100.0	0.95848899958489	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0189_000000005992	2369	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8470135425216567	PS953	0	0	True	True	0.9974672794342041	53					non-mobilizable	plasmid	2214.0	94.67	99.0	0.9641751437417072	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0383_000000005825	2362	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8633865044979319	PS953	0	0	True	True	1.0	36					non-mobilizable	other	2363.0	95.98	100.0	0.979659609796596	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MAD0107_000000016455	2361	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8653438437642591	PS953	0	0	True	True	0.994070291519165	18					non-mobilizable	plasmid	2257.0	96.323	100.0	0.988500663423264	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0390_000000005538	2360	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8633565101278213	PS953	0	0	True	True	1.0	31					non-mobilizable	other	2361.0	95.976	100.0	0.979659609796596	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0150_000000007037	2360	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8797802847501532	PS953	0	0	True	True	1.0	53					non-mobilizable	other	1494.0	97.055	100.0	0.6197592361975923	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
USA0087_01_000000006463	2360	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8781331912657272	PS953	0	0	True	True	1.0	191					non-mobilizable	plasmid	2228.0	96.40899999999999	100.0	0.9849624060150376	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0138_000000012417	2360	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8790749081383019	PS953	0	0	True	True	1.0	291					non-mobilizable	other	1655.0	97.039	100.0	0.6865919468659195	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0814_000000016929	2360	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8764075570428059	PS953	0	0	True	True	1.0	49					non-mobilizable	plasmid	1969.0	95.734	99.0	0.8704113224237063	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0070_000000008784	2360	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8799561305729062	PS953	0	0	True	True	0.9995762705802917	80					non-mobilizable	other	1725.0	97.333	100.0	0.7156496471564965	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
USA0062_01_000000009113	2360	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8641296558751492	PS953	0	0	True	True	0.9995762705802917	16					non-mobilizable	other	2361.0	96.061	100.0	0.979659609796596	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0043_000000009334	2360	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8791693353634941	PS953	0	0	True	True	1.0	188					non-mobilizable	plasmid	1909.0	95.96600000000001	99.0	0.843874391862008	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0392_000000013964	2360	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8810414604507092	PS953	0	0	True	True	0.9919491410255432	20					non-mobilizable	other	1655.0	97.221	100.0	0.6865919468659195	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MON0054_000000019410	2359	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8796923378088505	PS953	0	0	True	True	1.0	13					non-mobilizable	other	1722.0	97.271	100.0	0.7144043171440432	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
SPA0058_000000013281	2355	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8628234361976566	PS953	0	0	True	True	0.9919320344924927	18					non-mobilizable	plasmid	1935.0	97.984	100.0	0.8460858027421495	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0294_000000008138	2354	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8631212551293441	PS953	0	0	True	True	1.0	6					non-mobilizable	plasmid	1932.0	97.98100000000001	100.0	0.8447589562140646	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
MON0107_000000025237	2349	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8805865768521463	PS953	0	0	True	True	0.9991485476493835	4					non-mobilizable	plasmid	2197.0	96.541	98.0	0.9712516585581601	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
MAD0096_000000007780	2341	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8645303875385805	PS953	0	0	True	True	1.0	31					non-mobilizable	plasmid	1960.0	95.969	100.0	0.8571428571428571	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ETH0004_000000012030	2341	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8630868481950016	PS953	0	0	True	True	0.9957283139228821	5					non-mobilizable	plasmid	2166.0	96.445	100.0	0.9482529854046882	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0338_000000011518	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8797079882744816	PS953	0	0	True	True	1.0	53					non-mobilizable	other	1815.0	97.355	100.0	0.7530095475300955	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0060_000000012659	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8792985586143233	PS953	0	0	True	True	1.0	259					non-mobilizable	plasmid	1774.0	96.28	100.0	0.7841662980981866	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0787_000000006044	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8603735210790845	PS953	0	0	True	True	0.9987179636955261	20					non-mobilizable	plasmid	1923.0	97.712	100.0	0.8407784166298098	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
DEN0094_000000015479	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8632611342892201	PS953	0	0	True	True	1.0	142					non-mobilizable	plasmid	2052.0	97.95299999999999	100.0	0.8978328173374613	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ENG0163_000000010460	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8782964851373565	PS953	0	0	True	True	1.0	51					non-mobilizable	other	1718.0	96.973	100.0	0.7127438771274388	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0190_000000009838	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8783432303358631	PS953	0	0	True	True	1.0	75					non-mobilizable	other	1815.0	97.08	100.0	0.7530095475300955	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0203_000000007259	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.86009447880829	PS953	0	0	True	True	0.9970085620880127	9					non-mobilizable	other	1825.0	96.219	100.0	0.7571606475716065	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0188_000000009178	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.880891634964817	PS953	0	0	True	True	0.9991452693939209	36					non-mobilizable	other	1815.0	97.41	100.0	0.7530095475300955	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AST0024_000000014644	2340	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8798151724300247	PS953	0	0	True	True	1.0	19					non-mobilizable	other	2361.0	96.61200000000001	100.0	0.979659609796596	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
DEN0045_000000016718	2340	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8792362482276926	PS953	0	0	True	True	1.0	135					non-mobilizable	other	2344.0	96.544	100.0	0.9726027397260274	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0164_000000011271	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8780883097485435	PS953	0	0	True	True	1.0	21					non-mobilizable	other	1815.0	97.08	100.0	0.7530095475300955	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0039_000000010822	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8800028811466198	PS953	0	0	True	True	1.0	21					non-mobilizable	other	1815.0	97.3	100.0	0.7530095475300955	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AST0104_000000014475	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8801153104869862	PS953	0	0	True	True	1.0	212					non-mobilizable	other	1852.0	97.3	100.0	0.7683686176836861	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AST0012_000000009292	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8816418191347828	PS953	0	0	True	True	1.0	148					non-mobilizable	other	2212.0	97.288	100.0	0.9178082191780822	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0054_000000011250	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8793266085935469	PS953	0	0	True	True	1.0	85					non-mobilizable	plasmid	1826.0	96.11200000000001	100.0	0.8071649712516585	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
SPA0032_000000011903	2340	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8644234874299492	PS953	0	0	True	True	1.0	96					non-mobilizable	plasmid	2185.0	98.169	100.0	0.9566563467492261	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
DEN0011_000000018776	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8595920624873395	PS953	0	0	True	True	1.0	262					non-mobilizable	plasmid	2052.0	98.00200000000001	100.0	0.8978328173374613	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0115_000000014387	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8634385072334289	PS953	0	0	True	True	1.0	28					non-mobilizable	other	2303.0	95.962	100.0	0.9555832295558323	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0378_000000011708	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8778280621529871	PS953	0	0	True	True	1.0	21					non-mobilizable	other	1571.0	97.072	100.0	0.6517227065172271	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AST0055_000000014943	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8815054786894655	PS953	0	0	True	True	1.0	56					non-mobilizable	plasmid	1847.0	96.48100000000001	100.0	0.816452896948253	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0202_000000009366	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8800159235813815	PS953	0	0	True	True	1.0	21					non-mobilizable	other	1815.0	97.3	100.0	0.7530095475300955	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0031_000000008975	2340	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8826376457127597	PS953	0	0	True	True	1.0	262					non-mobilizable	plasmid	1312.0	96.189	100.0	0.5798319327731093	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0126_000000021078	2337	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.855663934837393	PS953	0	0	True	True	1.0	55					non-mobilizable	other	1728.0	95.31200000000001	99.0	0.7168949771689498	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0152_000000010082	2337	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8548482590255493	PS953	0	0	True	True	0.9948652386665344	6					non-mobilizable	other	1579.0	96.01	100.0	0.6550435865504358	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0065_000000014176	2331	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8618537425615493	PS953	0	0	True	True	0.994422972202301	10					non-mobilizable	plasmid	2012.0	95.825	99.0	0.880141530296329	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0258_000000010184	2329	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8462676625531904	PS953	0	0	True	True	1.0	127					non-mobilizable	other	1631.0	95.095	100.0	0.6766293067662931	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AUS0018_000000012029	2329	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8757900424973079	PS953	0	0	True	True	1.0	39					non-mobilizable	plasmid	1747.0	95.993	100.0	0.7722246793454224	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0020_000000008518	2322	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8611882608105632	PS953	0	0	True	True	1.0	20					non-mobilizable	other	2275.0	95.868	100.0	0.9435450394354504	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MAD0002_000000016548	2321	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8649539022591287	PS953	0	0	True	True	1.0	19					non-mobilizable	plasmid	2177.0	96.325	100.0	0.9531180893409995	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
MAD0095_000000014670	2321	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8647645606223902	PS953	0	0	True	True	0.9995691776275635	9					non-mobilizable	other	2322.0	96.21	100.0	0.9630552096305521	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0110_000000013160	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.879019619742576	PS953	0	0	True	True	1.0	94					non-mobilizable	other	2146.0	97.43700000000001	100.0	0.8904109589041096	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
DEN0082_000000017389	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8805160053028374	PS953	0	0	True	True	1.0	178					non-mobilizable	other	1642.0	97.259	100.0	0.6811955168119551	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0183_000000012305	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8796842775416542	PS953	0	0	True	True	1.0	48					non-mobilizable	other	2134.0	97.47	100.0	0.8854296388542964	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
DEN0018_000000016461	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8805114028846676	PS953	0	0	True	True	1.0	249					non-mobilizable	plasmid	1898.0	96.47	100.0	0.8390092879256966	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0054_000000010719	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8683247860252373	PS953	0	0	True	True	1.0	152					non-mobilizable	other	2242.0	95.897	99.0	0.9302615193026152	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0132_000000012047	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8642735930620579	PS953	0	0	True	True	1.0	70					non-mobilizable	other	1768.0	96.324	100.0	0.7334993773349938	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0834_000000007307	2320	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8754695009414235	PS953	0	0	True	True	1.0	120					non-mobilizable	plasmid	1765.0	95.921	100.0	0.7801857585139319	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0009_000000005280	2320	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8798031118395946	PS953	0	0	True	True	1.0	170					non-mobilizable	plasmid	2032.0	96.555	100.0	0.8982750995134896	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
SPA0098_000000015598	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8769021656004948	PS953	0	0	True	True	1.0	430					non-mobilizable	plasmid	1876.0	96.215	100.0	0.8292790800530738	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
USA0003_01_000000016851	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8791152220116913	PS953	0	0	True	True	1.0	23					non-mobilizable	plasmid	1845.0	96.206	100.0	0.8155683325961963	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0821_000000012888	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8795662087161529	PS953	0	0	True	True	1.0	393					non-mobilizable	plasmid	1927.0	96.316	100.0	0.8518354710305175	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
USA0083_01_000000012792	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8797103613443606	PS953	0	0	True	True	1.0	34					non-mobilizable	other	2160.0	97.5	100.0	0.896222498962225	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AST0150_000000012037	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8786696377036415	PS953	0	0	True	True	1.0	159					non-mobilizable	plasmid	1855.0	96.17299999999999	100.0	0.8199911543564794	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0018_000000009044	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8798161803235665	PS953	0	0	True	True	1.0	99					non-mobilizable	plasmid	1823.0	96.27	100.0	0.8058381247235736	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0158_000000007904	2320	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8802392355930461	PS953	0	0	True	True	1.0	322					non-mobilizable	plasmid	1838.0	96.355	100.0	0.8124723573639983	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0203_000000007528	2320	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8782109458625157	PS953	0	0	True	True	1.0	57					non-mobilizable	plasmid	2208.0	96.33200000000001	100.0	0.9761167624944714	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
SPA0021_000000014300	2319	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8751297362085538	PS953	0	0	True	True	1.0	327					non-mobilizable	plasmid	2032.0	95.719	99.0	0.8982750995134896	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
DEN0007_000000011352	2319	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8797223839015015	PS953	0	0	True	True	0.99956876039505	7					non-mobilizable	other	1493.0	96.852	100.0	0.6193441261934413	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0835_000000005995	2317	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8784784939858602	PS953	0	0	True	True	1.0	234					non-mobilizable	plasmid	1783.0	96.29799999999999	100.0	0.7881468376824414	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0371_000000007833	2317	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8794384212482635	PS953	0	0	True	True	1.0	11					non-mobilizable	plasmid	1880.0	96.277	100.0	0.8306059265811587	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0074_000000012692	2317	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.85610168806422	PS953	0	0	True	True	1.0	42					non-mobilizable	other	1748.0	95.366	100.0	0.7251971772519717	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0037_000000014970	2311	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8801153240689442	PS953	0	0	True	True	1.0	83					non-mobilizable	plasmid	1810.0	96.29799999999999	100.0	0.8000884564352057	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0092_000000011798	2302	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8713137221814621	PS953	0	0	True	True	0.9986968040466309	11					non-mobilizable	plasmid	2222.0	97.66	100.0	0.9823087129588678	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
DEN0001_000000018663	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8792793926633726	PS953	0	0	True	True	1.0	35					non-mobilizable	other	1674.0	97.073	100.0	0.6944790369447904	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
DEN0071_000000017783	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8792107680535588	PS953	0	0	True	True	1.0	40					non-mobilizable	plasmid	1838.0	96.24600000000001	100.0	0.8124723573639983	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0162_000000010744	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8781513565750285	PS953	0	0	True	True	1.0	95					non-mobilizable	other	1604.0	96.758	100.0	0.6654213366542133	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AUS0014_000000012878	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8793908292209299	PS953	0	0	True	True	1.0	20					non-mobilizable	plasmid	1878.0	96.37899999999999	100.0	0.8301636444051305	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0288_000000013157	2300	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8794768225799368	PS953	0	0	True	True	1.0	39					non-mobilizable	other	2280.0	96.75399999999999	100.0	0.946035699460357	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0010_000000009190	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8798949486432208	PS953	0	0	True	True	1.0	30					non-mobilizable	plasmid	1838.0	96.3	100.0	0.8124723573639983	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0210_000000010571	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8799148847043857	PS953	0	0	True	True	1.0	26					non-mobilizable	plasmid	1783.0	96.354	100.0	0.7881468376824414	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0854_000000003558	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8800057156085159	PS953	0	0	True	True	1.0	12					non-mobilizable	plasmid	1982.0	96.115	99.0	0.8761609907120743	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ENG0096_000000014492	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8790065660744221	PS953	0	0	True	True	1.0	29					non-mobilizable	plasmid	1786.0	96.249	100.0	0.7894736842105263	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
DEN0021_000000015299	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8621365627917901	PS953	0	0	True	True	1.0	51					non-mobilizable	plasmid	2020.0	99.851	100.0	0.8929677134011499	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
SPA0130_000000014206	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8769211935594243	PS953	0	0	True	True	0.9982608556747437	55					non-mobilizable	plasmid	1838.0	96.137	100.0	0.8124723573639983	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0025_000000017105	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8825096358596102	PS953	0	0	True	True	0.9995652437210083	17					non-mobilizable	other	2229.0	97.53299999999999	100.0	0.9248650892486509	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
SPA0107_000000014067	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8784864279003691	PS953	0	0	True	True	1.0	104					non-mobilizable	plasmid	1838.0	96.40899999999999	100.0	0.8124723573639983	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0849_000000011918	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8768427174190353	PS953	0	0	True	True	1.0	59					non-mobilizable	plasmid	1798.0	95.94	100.0	0.7947810703228659	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0142_000000014357	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8768901229015258	PS953	0	0	True	True	0.9995652437210083	11					non-mobilizable	other	2229.0	97.443	100.0	0.9248650892486509	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0775_000000008542	2300	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8779682138612079	PS953	0	0	True	True	1.0	90					non-mobilizable	other	2321.0	96.51	100.0	0.9630552096305521	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AST0087_000000015994	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8802122433384111	PS953	0	0	True	True	1.0	15					non-mobilizable	other	2229.0	97.62200000000001	100.0	0.9248650892486509	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0227_000000011573	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.87829491999843	PS953	0	0	True	True	1.0	13					non-mobilizable	plasmid	1738.0	96.087	100.0	0.7682441397611677	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
AST0047_000000009529	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8805464674751069	PS953	0	0	True	True	1.0	18					non-mobilizable	plasmid	1867.0	96.411	100.0	0.8252985404688191	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
SPA0104_000000016120	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.880910251874148	PS953	0	0	True	True	1.0	16					non-mobilizable	other	2229.0	97.353	100.0	0.9248650892486509	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0098_000000011090	2300	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8800158185056799	PS953	0	0	True	True	0.9995652437210083	19					non-mobilizable	plasmid	2090.0	96.65100000000001	100.0	0.9239274657231313	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
AST0014_000000007376	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8784389349610637	PS953	0	0	True	True	1.0	29					non-mobilizable	plasmid	2185.0	96.156	100.0	0.9659442724458205	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0038_000000010214	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8805008096843913	PS953	0	0	True	True	1.0	37					non-mobilizable	plasmid	1890.0	96.455	100.0	0.8354710305174702	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0170_000000020187	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8792501582771416	PS953	0	0	True	True	1.0	106					non-mobilizable	plasmid	1890.0	96.34899999999999	100.0	0.8354710305174702	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
SPA0097_000000014391	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8759429961132298	PS953	0	0	True	True	1.0	54					non-mobilizable	plasmid	1878.0	95.95299999999999	100.0	0.8301636444051305	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0086_000000011099	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8791274083183411	PS953	0	0	True	True	1.0	58					non-mobilizable	plasmid	1838.0	96.24600000000001	100.0	0.8124723573639983	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
DEN0053_000000004418	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8790591815057341	PS953	0	0	True	True	1.0	55					non-mobilizable	other	2190.0	97.443	100.0	0.908675799086758	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0005_000000010458	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.878636782241784	PS953	0	0	True	True	1.0	56					non-mobilizable	plasmid	1878.0	96.32600000000001	100.0	0.8301636444051305	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
CAN0021_000000018847	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8800586034362726	PS953	0	0	True	True	0.9991304278373718	2					non-mobilizable	plasmid	2179.0	96.46600000000001	100.0	0.9632905793896506	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0290_000000005904	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8794894040758491	PS953	0	0	True	True	1.0	19					non-mobilizable	plasmid	1738.0	96.20299999999999	100.0	0.7682441397611677	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0275_000000006095	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8794717985747484	PS953	0	0	True	True	1.0	20					non-mobilizable	plasmid	1738.0	96.20299999999999	100.0	0.7682441397611677	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
DEN0063_000000020830	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8802745420609244	PS953	0	0	True	True	1.0	129					non-mobilizable	plasmid	1838.0	96.355	100.0	0.8124723573639983	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0067_000000012181	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8778701459521513	PS953	0	0	True	True	1.0	143					non-mobilizable	plasmid	1838.0	96.083	100.0	0.8124723573639983	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0228_000000011498	2300	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8797899046072446	PS953	0	0	True	True	1.0	215					non-mobilizable	plasmid	1785.0	96.24600000000001	100.0	0.7890314020344981	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
AST0010_000000012717	2300	0.9566901929527604	4	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8787986468527094	PS953	0	0	True	True	0.9995652437210083	13					non-mobilizable	other	2320.0	96.552	99.0	0.962640099626401	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0157_000000010954	2299	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8794040285134941	PS953	0	0	True	True	1.0	52					non-mobilizable	other	1721.0	97.15299999999999	100.0	0.7139892071398921	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0063_000000008863	2273	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8750984793665251	PS953	0	0	True	True	1.0	15					non-mobilizable	plasmid	1842.0	96.2	100.0	0.8133569217160549	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0131_000000011696	2267	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8753458085973396	PS953	0	0	True	True	1.0	15					non-mobilizable	other	1453.0	96.696	100.0	0.6027397260273972	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ITA0004_000000000599	2238	0.9566901929527604	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.849196661775985	PS953	0	0	True	True	0.98525470495224	7					non-mobilizable	plasmid	1941.0	95.87799999999999	98.0	0.8580274214949137	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0834_000000006587	2569	0.9566881864519812	3	2	2	2	2	False	116189	fragment	False	ISR0214_000000010246	0.9588214744651421		0	0	False	False	0.9992215037345886	0					non-mobilizable	no_good_hit	1868.0	95.236	73.0	0.0004224123341686554	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0192_000000018221	1265	0.9566835642170199	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.2564795479577146		0	0	False	False	1.0	0					non-mobilizable	chromosome	1269.0	95.745	100.0	0.0001947861921515012	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
AST0058_000000000778	19031	0.9566824548252691	21	9	6	8	4	True	127973	maximal	True	AST0058_000000000778	1.0		1	1	False	False	0.9999474287033081	0					non-mobilizable	no_good_hit	4540.0	77.62100000000001	24.0	0.0219154578068944	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	True
MON0107_000000037579	1618	0.9566719020591984	3	2	1	2	1	False	63507	fragment	False	ENG0063_000000018020	0.9424967648763146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	96.429	9.0	6.821761123519518e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CAN0015_000000002290	16711	0.956665580277432	12	9	7	9	4	True	117524	fragment	False	CAN0015_000000002290	1.0		0	0	False	True	0.998444139957428	0					non-mobilizable	no_good_hit	122.0	77.869	1.0	0.0007797698067975305	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	True
MAD0041_000000003959	6290	0.956663714942688	10	4	4	4	2	True	96537	fragment	False	MAD0041_000000003959	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5540.0	97.292	91.0	0.0009932761054680585	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0259_000000006583	2334	0.9566431509321086	2	2	2	2	1	False	66531	fragment	False	ISR0211_000000009295	0.9721627322759008		0	0	False	False	0.9995715618133545	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000006901	2894	0.9566384699963808	4	4	3	2	2	False	104826	fragment	False	ISR0836_000000006901	1.0		0	0	False	False	0.9934346675872803	0					non-mobilizable	chromosome	2916.0	97.154	100.0	0.0005667874607318794	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ENG0149_000000009961	2080	0.9566384699963808	4	4	3	2	2	False	104824	fragment	False	ISR0799_000000007326	0.9651942580430994		0	0	False	False	0.9937499761581421	0					non-mobilizable	chromosome	2072.0	99.95200000000001	100.0	0.0004181875859066543	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
AST0040_000000000445	28524	0.9566327520464191	26	22	4	7	19	True	123974	fragment	False	MON0033_000000001254	0.9424473475812396		0	0	False	True	0.9997546076774597	0					non-mobilizable	chromosome	21367.0	98.03	99.0	0.008843851255988392	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
ISR0041_000000008096	1791	0.956617787676273	2	1	1	1	1	True	59124	fragment	False	ISR0041_000000008096	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1673.0	93.485	93.0	0.0005356050604248513	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0049_000000009620	3032	0.9566144646001796	4	4	4	3	2	False	105489	maximal	True	ISR0049_000000009620	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	99.389	59.0	0.0025880028813098743	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
ISR0228_000000008941	2876	0.9566080959090744	5	3	3	3	2	False	128300	maximal	True	ISR0228_000000008941	1.0		0	0	False	False	0.9996522665023804	0					non-mobilizable	no_good_hit	1999.0	98.59899999999999	77.0	0.0007021625411395908	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
AST0003_000000001257	21240	0.956604802352518	10	8	6	7	3	False	130788	fragment	False	AST0003_000000001257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	8.383113057057862e-06	NZ_CP007640.1	firmicutes	Bacillus atrophaeus subsp. globigii strain BSS chromosome	True	False
USA0102_01_000000000487	23760	0.9565946569515884	21	19	12	13	16	True	123714	fragment	False	SPA0082_000000000480	0.9583000364988111		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	8387.0	98.045	58.0	0.0019078894644431331	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	True
FIJ0106_000000015287	1756	0.9565888151802574	3	2	2	2	1	False	93086	fragment	False	FIJ0106_000000015287	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	98.57600000000001	100.0	0.006282564806879265	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ENG0210_000000005897	3661	0.9565850654140056	5	4	2	3	3	True	68948	backbone	True	ENG0210_000000005897	1.0	PS294|PS323	1	1	True	True	1.0	46					non-mobilizable	no_good_hit	1093.0	84.17200000000001	57.0	0.26242006886374813	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0371_000000005634	3009	0.9565850654140056	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.16776069893615966	PS1035	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	2105.0	90.309	76.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0007_000000006220	3008	0.9565850654140056	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.1547439518961054	PS1035	0	0	True	True	1.0	243					non-mobilizable	no_good_hit	2109.0	84.116	78.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0286_000000005263	3008	0.9565850654140056	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.15765166266151676	PS1035	0	0	True	True	0.9940159320831299	15					non-mobilizable	no_good_hit	2110.0	86.209	78.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0385_000000007003	3008	0.9565850654140056	5	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.3160454914011123	PS1035	0	0	True	True	0.9993351101875305	9					non-mobilizable	no_good_hit	1678.0	89.631	78.0	0.5537383177570093	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0348_000000004495	3008	0.9565850654140056	5	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.31601704200672903	PS1035	0	0	True	True	0.9993351101875305	17					non-mobilizable	no_good_hit	1504.0	88.76299999999999	78.0	0.4959946595460614	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0090_000000007863	3005	0.9565850654140056	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.16493811795169547	PS1035	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	2105.0	85.891	77.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0034_000000012097	2988	0.9565850654140056	5	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.3159884699940317	PS1035	0	0	True	True	1.0	174					non-mobilizable	no_good_hit	975.0	94.87200000000001	78.0	0.32142857142857145	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0075_000000008213	2968	0.9565850654140056	5	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.1653157074162617	PS1035	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	1351.0	84.604	78.0	0.4432576769025367	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0801_000000002163	2968	0.9565850654140056	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.1721258429292759	PS1035	0	0	True	True	0.9989892244338989	10					non-mobilizable	no_good_hit	1371.0	87.74600000000001	78.0	0.4522696929238985	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0069_000000008097	2966	0.9565850654140056	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.15345453522164876	PS1035	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	1267.0	84.76700000000001	71.0	0.4172229639519359	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0114_000000015376	2965	0.9565850654140056	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.17868434336714156	PS1035	0	0	True	True	0.9976391196250916	11					non-mobilizable	no_good_hit	2108.0	86.338	77.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0152_000000009107	2584	0.9565850654140056	4	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.01565857780997223	PS1035	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1903.0	85.49700000000001	76.0	0.6288384512683578	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0108_000000002330	8230	0.9565845950766864	15	3	1	2	2	False	51608	fragment	False	FIJ0113_000000002532	0.9492117117117117		0	0	False	False	0.9996354579925537	0					non-mobilizable	no_good_hit	4373.0	93.506	60.0	0.17095321980818165	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
MAD0056_000000005886	2279	0.9565825817299691	3	2	1	2	1	False	17061	fragment	False	MAD0056_000000005886	1.0		0	0	False	False	0.997367262840271	0					non-mobilizable	no_good_hit								True	False
ISR0032_000000006824	4616	0.95657840034748	10	2	1	2	2	False	109355	maximal	True	ISR0032_000000006824	0.9790681446730776	PS688	8	4	True	True	1.0	14					non-mobilizable	other	3333.0	99.73	100.0	0.7339510258107214	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	True
FIJ0172_000000005464	4576	0.95657840034748	9	2	1	2	2	False	109355	maximal	False	ISR0032_000000006824	0.9789729607561526	PS688	0	0	True	True	1.0	4					non-mobilizable	other	2940.0	99.86399999999999	100.0	0.6483564968012354	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	True
ISR0846_000000002077	4576	0.95657840034748	9	2	1	2	2	False	109355	maximal	False	ISR0032_000000006824	0.9789719390285411	PS688	0	0	True	True	0.9984703063964844	18					non-mobilizable	other	4463.0	99.79799999999999	100.0	0.9832340613280388	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	True
ISR0026_000000004846	4576	0.95657840034748	9	2	1	2	2	False	109355	maximal	False	ISR0032_000000006824	0.9790039088133443	PS688	0	0	True	True	1.0	8					non-mobilizable	other	2659.0	99.73700000000001	100.0	0.5852636223251709	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	True
ISR0792_000000002991	4053	0.95657840034748	8	2	1	2	2	False	89931	fragment	False	ISR0792_000000002991	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3685.0	99.756	100.0	0.8116037943966468	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	False
CHI0010_000000002556	3231	0.9565775894915484	6	4	3	4	2	False	120230	maximal	True	CHI0010_000000002556	1.0		24	4	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	99.654	84.0	0.0006862030376079699	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
FIJ0098_000000002326	8749	0.9565750146320404	11	7	5	7	6	False	42883	fragment	False	FIJ0098_000000002326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0239_000000000656	16529	0.9565743037458666	17	7	5	7	3	False	92415	fragment	False	ISR0239_000000000656	1.0		0	0	False	False	0.9995160102844238	0					non-mobilizable	no_good_hit	1844.0	85.954	11.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0027_000000005242	3318	0.9565742248967668	5	2	1	2	1	True	50990	maximal	False	FIJ0168_000000006274	0.912618538325747		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.00013602145738490247	NZ_CABMGA010000004.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0168_000000006274	3185	0.9565742248967668	4	2	1	2	1	True	50990	maximal	True	FIJ0168_000000006274	0.9148923617772986		3	1	True	True	0.9990580677986145	1					non-mobilizable	no_good_hit								True	True
FIJ0163_000000007866	3132	0.9565742248967668	4	2	1	2	1	True	50990	maximal	False	FIJ0168_000000006274	0.7331894987669594		0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
ISR0004_000000005612	3100	0.9565742248967668	4	2	1	2	1	True	50990	maximal	False	FIJ0168_000000006274	0.9115278675186606		0	0	True	True	1.0	29					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.00013602145738490247	NZ_CABMGA010000004.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0094_000000010890	3099	0.9565742248967668	4	2	1	2	1	True	12973	fragment	False	MON0094_000000010890	1.0		0	0	False	False	0.999677300453186	0					non-mobilizable	no_good_hit								True	True
TAN0015_000000002028	2610	0.9565742248967668	4	2	1	2	1	True	12972	fragment	False	TAN0015_000000002028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0810_000000002792	4480	0.9565707828761424	4	4	4	4	4	False	31357	maximal	True	ISR0810_000000002792	1.0		11	4	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit	1892.0	80.444	83.0	0.0004932917338927316	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
ISR0049_000000001195	16418	0.9565669202360082	24	15	7	13	8	False	59940	maximal	True	ISR0049_000000001195	1.0		6	2	False	False	0.9992082118988037	0					non-mobilizable	no_good_hit	989.0	73.812	6.0	0.04528073120686439	NZ_FQZY01000066.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
MAD0012_000000004710	5548	0.9565612787354916	8	4	2	4	3	False	19698	fragment	False	MAD0012_000000004710	1.0		0	0	False	False	0.9998197555541992	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	1.0	0.0009973663295360688	NZ_KE386883.1	d-proteobacteria	Desulfovibrio inopinatus DSM 10711 G451DRAFT_scaffold00026.26, whole genome shotgun sequence	True	False
ISR0178_000000008453	1997	0.956554600074176	3	3	3	3	3	False	108453	fragment	False	MON0077_000000020288	0.9715583173996176		0	0	False	False	0.9934902191162109	0					non-mobilizable	other	1997.0	99.399	100.0	0.012030401475472085	LM997169.1	enterobacteria	Escherichia coli genome assembly FHI92, scaffold scaffold-19_contig-5.1_270939_436851_[organism:Escherichia	False	False
ENG0028_000000006510	2573	0.9565522773454358	5	4	2	2	3	True	118136	fragment	False	ENG0028_000000006510	0.9818488813845505		0	0	False	False	0.9972794651985168	0	rep_cluster_1097				non-mobilizable	other	1444.0	96.884	99.0	0.1717967072297781	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	False	True
USA0072_01_000000007989	2440	0.9565508336326763	3	3	2	2	3	False	95217	fragment	False	USA0072_01_000000007989	0.9983477901693515		0	0	False	False	1.0	0					non-mobilizable	other	2440.0	99.303	100.0	0.010023507364544977	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
SPA0090_000000007178	4499	0.9565501615959198	5	2	1	1	2	False	59644	fragment	False	SPA0090_000000007178	1.0		0	0	False	False	1.0	0	rep_cluster_2141				non-mobilizable	other	4135.0	99.807	100.0	0.7107210462915161	LM997245.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-6_contig-26.0_1_5811_[organism:Escherichia	False	True
DEN0083_000000004385	5788	0.956546558684297	9	7	2	2	7	True	123848	maximal	True	DEN0083_000000004385	1.0	PS486|PS905	3	3	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2946.0	99.525	88.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
AST0016_000000004532	5695	0.956546558684297	9	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.38583023964110924	PS486|PS905	0	0	True	True	1.0	126	rep_cluster_1079	MOBB			mobilizable	plasmid	1859.0	99.839	93.0	0.2230224462849598	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
ISR0213_000000003941	5606	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47213638885435266	PS486|PS905	0	0	True	True	1.0	11	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.559	96.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0783_000000002556	5603	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4722695174106634	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	96.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0812_000000006764	5602	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4689140260862603	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	96.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0004_000000002872	5568	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47209089223489503	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	96.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0138_000000005192	5568	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47216745091149825	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	96.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0389_000000003237	5562	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.46810822071955077	PS486|PS905	0	0	False	True	0.9998202323913574	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0006_000000003264	5549	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4717617236105003	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.491	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0088_000000003883	5531	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47144681262686583	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0039_000000005434	5530	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4666558325894277	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0011_000000004494	5529	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.471398656147552	PS486|PS905	0	0	False	True	0.9998191595077515	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0120_000000004780	5529	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.471398656147552	PS486|PS905	0	0	False	True	0.9992765188217163	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0061_000000000640	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47137169464920586	PS486|PS905	0	0	False	True	0.9994572997093201	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0167_000000005611	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4712901354317989	PS486|PS905	0	0	False	True	0.9992763996124268	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.491	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0343_000000002447	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4712901354317989	PS486|PS905	0	0	False	True	0.9989145994186401	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.491	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0332_000000002114	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47137169464920586	PS486|PS905	0	0	False	True	0.9998190999031067	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
DEN0022_000000006299	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4712901354317989	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0216_000000003631	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47137169464920586	PS486|PS905	0	0	False	True	0.9990954995155334	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0098_000000003141	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47137169464920586	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0234_000000001806	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47137169464920586	PS486|PS905	0	0	False	True	0.9998190999031067	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0212_000000005743	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47117264787736174	PS486|PS905	0	0	False	True	0.9996381998062134	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.491	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0267_000000002758	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.47137169464920586	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
SPA0041_000000006110	5528	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.471290135431799	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.491	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0135_000000003479	5525	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4708086433132072	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0779_000000005823	5488	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4687661534554474	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	98.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0836_000000003566	5488	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4687661534554474	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	98.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0800_000000001957	5488	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4687661534554474	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2946.0	99.525	98.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
CAN0004_000000004460	5457	0.956546558684297	9	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.42157403911349955	PS486|PS905	0	0	True	True	1.0	286	rep_cluster_1079	MOBB			mobilizable	plasmid	2943.0	95.005	100.0	0.35253871083903493	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
ISR0778_000000002214	5444	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4520995403128534	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2919.0	99.52	98.0	0.543304153473645	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ENG0159_000000004018	5396	0.956546558684297	8	7	2	2	7	True	123826	backbone	False	ISR0183_000000005642	0.4497519612713674	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	2891.0	99.516	98.0	0.5380890296144534	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ENG0070_000000005461	4257	0.9565439319832572	5	2	1	1	1	True	62448	maximal	True	ENG0070_000000005461	1.0		5	3	False	False	0.9974160194396973	0					non-mobilizable	no_good_hit	67.0	88.06	2.0	0.005905148551393246	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0224_000000010842	2736	0.9565439319832572	2	2	1	1	1	True	27751	fragment	False	ISR0224_000000010842	1.0		0	0	False	False	0.9956140518188477	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000006830	4052	0.9565438177699868	5	4	4	4	4	False	34738	maximal	True	ISR0074_000000006830	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1406.0	98.22200000000001	59.0	0.0002428375454845093	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ISR0166_000000000416	26034	0.9565421306413924	31	9	5	6	6	False	52643	maximal	True	ISR0166_000000000416	1.0		1	1	False	False	0.9998847842216492	0					non-mobilizable	no_good_hit	13045.0	93.936	77.0	0.23093963775564455	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0127_000000001698	14646	0.9565334866265988	19	13	6	8	10	False	128711	fragment	False	SPA0127_000000001698	1.0		0	0	False	False	0.999795138835907	0					non-mobilizable	no_good_hit	2884.0	90.395	45.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
FIJ0051_000000005082	4085	0.9565327646503652	6	4	1	3	3	False	46552	maximal	True	FIJ0051_000000005082	1.0		1	1	False	False	0.9997552037239075	0					non-mobilizable	no_good_hit								True	False
ISR0234_000000000444	18495	0.9565312873957856	17	14	14	11	10	True	120828	maximal	True	ISR0234_000000000444	1.0		14	4	False	False	0.9990267753601074	0					non-mobilizable	no_good_hit	2974.0	91.39200000000001	16.0	0.0009649460358235809	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
FIJ0090_000000027305	1671	0.9565286290031088	4	4	3	4	1	False	122111	fragment	False	FIJ0103_000000012997	0.5896064351418971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1385.0	98.339	83.0	0.0003950118903145596	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0046_000000001537	10946	0.956528092887262	7	6	4	5	6	False	36204	maximal	True	ISR0046_000000001537	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	72.892	8.0	0.01436063936063936	NZ_JQKE01000011.1	b-proteobacteria	Stenoxybacter acetivorans DSM 19021 Q384DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
ETH0005_000000013309	3606	0.9565235695631212	5	4	4	2	3	False	52783	maximal	True	ETH0005_000000013309	1.0		1	1	False	False	0.9975041747093201	0					non-mobilizable	no_good_hit	507.0	76.134	14.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
ENG0005_000000001629	14045	0.956517428333006	17	16	5	12	15	True	98687	fragment	False	ENG0005_000000001629	1.0		0	0	False	False	0.9979352355003357	0	IncI1/B/O				non-mobilizable	plasmid	14026.0	99.95700000000001	99.0	0.08343248066627008	FJ386569.1	enterobacteria	Escherichia coli strain H30 plasmid pO26-Vir, complete sequence	False	True
MAD0045_000000001420	13536	0.9565139483644026	19	17	3	13	17	True	17915	maximal	True	MAD0045_000000001420	1.0		6	1	False	False	0.9999261498451233	0			MPF_F		non-mobilizable	plasmid	13538.0	99.749	100.0	0.1485004058886768	AP009242.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-2 DNA, complete sequence	False	True
ISR0364_000000008068	2102	0.9565123920397891	4	2	1	2	2	False	23679	maximal	True	ISR0364_000000008068	1.0		0	0	False	False	0.9914367198944092	0					non-mobilizable	no_good_hit	1234.0	99.838	59.0	0.0015593146603400394	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ENG0119_000000012859	2541	0.9565045672235688	4	3	2	3	3	False	119894	fragment	False	ENG0119_000000012859	1.0		0	0	False	False	0.9976387023925781	0					non-mobilizable	no_good_hit	1054.0	74.09899999999999	41.0	0.0004658890246988121	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0210_000000001566	11064	0.9564967491564224	17	11	7	7	9	True	124128	fragment	False	ISR0379_000000001379	0.6125711904407648		0	0	False	False	0.9999096393585205	0					non-mobilizable	other	7142.0	96.682	96.0	0.0020062872472749733	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0135_000000003617	5301	0.956487917541533	6	4	4	3	4	False	116166	fragment	False	ISR0135_000000003617	1.0		0	0	False	False	0.9984908699989319	0					non-mobilizable	no_good_hit	1669.0	95.986	31.0	0.0003771619502191476	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0105_000000003116	8311	0.9564853436074409	8	3	1	2	2	False	53263	fragment	False	MAD0105_000000003116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0084_000000001035	5401	0.9564853436074409	6	3	1	2	2	False	52882	fragment	False	MAD0084_000000001035	0.9892774343122102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0226_000000001266	4982	0.9564853436074409	5	3	1	2	2	False	52887	fragment	False	ISR0226_000000001266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	98.148	2.0	1.9440138544598584e-05	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
USA0078_01_000000007775	2111	0.9564853436074409	4	3	1	2	2	False	52879	fragment	False	USA0078_01_000000007775	0.9692898272552783		0	0	False	False	0.994315505027771	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	5.367511385833527e-06	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
MON0006_000000013367	1660	0.9564853436074409	3	3	1	2	2	False	44319	fragment	False	MON0006_000000013367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	90.0	10.0	6.021976450308344e-05	LN596718.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000028848	True	False
MON0095_000000014981	2063	0.9564782687467712	3	3	3	3	3	False	80878	fragment	False	MON0095_000000014981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	73.973	45.0	0.0027359015664435342	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
AUS0012_000000002586	5534	0.9564728751936884	6	6	6	5	6	False	101277	fragment	False	CHI0169_000000002304	0.9656050112864891		0	0	False	False	0.9915070533752441	0					non-mobilizable	chromosome	5474.0	99.89	99.0	0.0023142255737782554	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
SPA0058_000000000602	22674	0.9564724503988612	21	13	8	12	10	True	125323	maximal	True	SPA0058_000000000602	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2267.0	76.842	15.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0013_000000006291	4188	0.9564693088472016	5	5	3	4	3	False	132006	fragment	False	SPA0013_000000006291	0.9948263334619762		0	0	False	False	0.9968959093093872	0					non-mobilizable	no_good_hit	2902.0	85.458	68.0	0.0009706017461401573	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
MON0046_000000030551	1164	0.9564668826356466	2	2	2	2	1	False	11492	maximal	True	MON0046_000000030551	1.0		0	0	False	False	0.9484536051750183	0					non-mobilizable	no_good_hit								True	False
SPA0069_000000002867	7736	0.9564521202793148	14	5	3	4	4	True	116040	fragment	False	SPA0069_000000002867	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6925.0	98.773	100.0	0.039875816466414	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0193_000000002067	9282	0.9564492643328476	14	9	1	4	7	True	121595	fragment	False	ENG0193_000000002067	0.946114579918639		0	0	False	True	1.0	0					non-mobilizable	other	9287.0	98.363	99.0	0.0039683065948926234	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
ENG0187_000000003162	7149	0.9564492643328476	13	9	1	4	7	True	121583	fragment	False	ENG0187_000000003162	1.0		0	0	False	True	0.9932857751846313	0					non-mobilizable	other	7046.0	98.084	99.0	0.0030091708267005945	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
FIJ0073_000000009418	1946	0.9564491332878724	2	1	1	1	1	False	44696	fragment	False	FIJ0073_000000009418	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	87.855	33.0	0.0100399695470118	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MAD0107_000000012613	3080	0.9564322920399624	4	3	2	3	0	True	61933	backbone	False	FIJ0024_000000006648	0.6209300399213613	PS225|PS272	0	0	True	True	1.0	1309					non-mobilizable	no_good_hit	528.0	92.42399999999999	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0026_000000016885	2473	0.9564293706698612	3	3	2	3	3	False	12760	fragment	False	MON0026_000000016885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	76.667	6.0	0.00018919274778177894	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ISR0141_000000009835	3582	0.9564292540850192	3	3	2	3	1	False	123755	fragment	False	SPA0038_000000008026	0.983864929960238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	95.804	8.0	0.0056070353538334415	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0049_000000004666	4268	0.9564256198442532	4	3	1	3	0	True	81583	maximal	True	ENG0049_000000004666	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	97.02	33.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0087_000000005219	8087	0.9564225684056196	11	7	3	6	5	False	103326	maximal	True	MON0087_000000005219	0.9803653535479061		1	1	False	False	0.9970322847366333	0					non-mobilizable	no_good_hit								True	False
USA0121_01_000000005914	7677	0.9564141812091064	4	4	3	4	1	True	127373	maximal	True	USA0121_01_000000005914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3885.0	95.985	84.0	0.04215846103684382	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0039_000000009174	4711	0.9564140839265076	5	5	5	5	5	False	61443	fragment	False	ENG0157_000000003802	0.35011617844423776		0	0	False	False	0.9997877478599548	0					non-mobilizable	no_good_hit	278.0	79.137	6.0	0.009173383697008533	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
SPA0044_000000003291	7400	0.9564103116965842	11	8	4	5	6	False	109920	fragment	False	SPA0044_000000003291	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6228.0	99.775	100.0	0.0017559762703470154	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0253_000000001133	8776	0.9564069786267492	9	6	2	4	5	True	109414	fragment	False	ISR0253_000000001133	0.9583626311126289		0	0	False	False	1.0	0	IncW				non-mobilizable	other	7930.0	96.583	99.0	0.0033149027646691576	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
AUS0004_000000002519	8387	0.9564010165881912	12	11	5	11	7	False	117197	fragment	False	AUS0004_000000002519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	84.27	23.0	0.0064002969254406405	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
CHI0018_000000005169	3263	0.9563883420187576	3	2	1	2	2	False	89577	maximal	True	CHI0018_000000005169	1.0		2	1	True	True	0.9996935129165649	42					non-mobilizable	no_good_hit								True	True
USA0080_01_000000009529	4555	0.9563718737490079	6	4	3	4	3	False	630	maximal	True	USA0080_01_000000009529	1.0		1	1	False	False	0.9997804760932922	0					non-mobilizable	no_good_hit								True	False
CHI0123_000000007082	1938	0.9563626665555606	2	2	2	2	2	False	84158	fragment	False	CHI0123_000000007082	0.9731023770103998		0	0	False	False	1.0	0					non-mobilizable	chromosome	1815.0	99.89	99.0	0.0006677056470818613	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
CHI0089_000000004399	1927	0.9563626665555606	2	2	2	2	2	False	84158	fragment	False	CHI0123_000000007082	0.9728054263049577		0	0	False	False	0.9916969537734985	0					non-mobilizable	chromosome	1827.0	99.56200000000001	100.0	0.0006713864940889278	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
CHI0088_000000002468	1904	0.9563626665555606	2	2	2	2	2	False	84158	fragment	False	CHI0123_000000007082	0.9700665146073213		0	0	False	False	0.9994747638702393	0					non-mobilizable	chromosome	1900.0	99.579	99.0	0.0006989928466419264	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ISR0129_000000005862	1890	0.9563626665555606	2	2	2	2	2	False	84158	fragment	False	CHI0123_000000007082	0.9685367189817752		0	0	False	False	1.0	0					non-mobilizable	chromosome	1819.0	99.725	100.0	0.0006691779858846879	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
CHI0167_000000011717	1815	0.9563626665555606	2	2	2	2	2	False	84158	fragment	False	CHI0123_000000007082	0.9621063837357421		0	0	False	False	1.0	0					non-mobilizable	chromosome	1815.0	99.835	100.0	0.0006677056470818613	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
CHI0084_000000003156	1765	0.9563626665555606	2	2	2	2	2	False	84158	fragment	False	CHI0123_000000007082	0.7828704086657545		0	0	False	False	0.9994333982467651	0					non-mobilizable	chromosome	1747.0	99.82799999999999	99.0	0.0006426758874338092	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
MAD0107_000000019980	1968	0.9563597303698056	2	2	1	2	1	False	14678	fragment	False	MAD0107_000000019980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.2471431184490344e-05	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
AUS0016_000000020152	1411	0.9563559871351498	3	1	1	1	1	False	100125	maximal	True	AUS0016_000000020152	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	87.184	78.0	0.00022014465280014816	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0127_000000001073	18085	0.9563503714306124	17	11	10	9	7	True	88255	maximal	True	CHI0127_000000001073	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	94.75299999999999	33.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
CHI0093_000000001988	2571	0.9563499849467154	4	4	4	4	3	False	99188	maximal	True	CHI0093_000000001988	1.0		18	4	False	False	1.0	0					non-mobilizable	chromosome	1776.0	99.71799999999999	100.0	0.0007032490980453718	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
TAN0009_000000005970	5035	0.956349263126356	6	5	2	3	4	False	130165	maximal	True	TAN0009_000000005970	0.9825161164289901	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	22	7	True	True	1.0	30	rep_cluster_475				non-mobilizable	no_good_hit	4292.0	96.785	85.0	0.8522795142345212	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
FIJ0098_000000011166	2095	0.9563393614702254	3	1	1	1	1	False	42864	fragment	False	FIJ0098_000000011166	1.0		0	0	False	False	0.9942720532417297	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.3016686245057807e-05	NZ_FQZX01000002.1	CFB group bacteria	Maribacter aquivivus strain DSM 16478, whole genome shotgun sequence	True	False
ISR0193_000000005036	5320	0.9563320987221476	6	5	1	3	5	False	49912	maximal	True	ISR0193_000000005036	1.0		1	1	True	True	1.0	28	rep_cluster_2335	MOBP		MOBP	mobilizable	no_good_hit	3105.0	95.91	66.0	0.5780842340663437	AP009245.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-5 DNA, complete sequence	True	True
DEN0011_000000008461	4643	0.9563290029134209	9	7	4	6	5	True	104952	fragment	False	DEN0011_000000008461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2670.0	98.98899999999999	83.0	0.21532876159741832	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0177_000000007256	3571	0.9563159445779504	3	3	3	3	2	False	74718	fragment	False	ISR0177_000000007256	0.9700571772494734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000000950	24709	0.9563131867036956	23	19	14	18	17	False	70763	maximal	True	DEN0069_000000000950	1.0	PS68	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1584.0	79.735	7.0	0.008861457442498987	MN990732.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-5 genomic sequence	True	True
CHI0171_000000001569	3869	0.9563108145310504	6	6	4	5	6	True	114215	fragment	False	MAD0046_000000005928	0.7881273180302201		0	0	False	False	1.0	0					non-mobilizable	plasmid	3869.0	99.948	100.0	0.04392459686577334	CP053754.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-003, complete sequence	False	True
ISR0177_000000002401	8487	0.9563073728504232	10	4	2	3	2	True	109594	maximal	True	ISR0177_000000002401	0.9663364009678308		2	1	True	True	1.0	147					non-mobilizable	no_good_hit	690.0	74.638	8.0	0.0003307553253312303	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	True
SPA0134_000000003748	7902	0.9563051364494104	14	5	3	4	2	True	127206	fragment	False	SPA0134_000000003748	1.0		0	0	False	False	0.996836245059967	0					non-mobilizable	plasmid	4406.0	96.8	91.0	0.17547855972505294	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
USA0040_01_000000000875	22592	0.9563015488125706	41	11	6	7	9	False	54543	maximal	True	USA0040_01_000000000875	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	93.15100000000001	48.0	0.04084996278311417	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0793_000000000153	28821	0.9563012978630064	24	16	7	15	9	True	51487	fragment	False	FIJ0033_000000000484	0.18761385094344987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001226018844363719	AL392086.14	primates	Human DNA sequence from clone RP11-799O21 on chromosome 10, complete sequence	True	True
ISR0396_000000008728	2603	0.9562816113228909	4	3	3	3	3	False	103270	fragment	False	CHI0109_000000006726	0.9734662491241487		0	0	False	False	1.0	0					non-mobilizable	other	2603.0	99.73100000000001	100.0	0.0005039521117665846	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0005_000000006879	2587	0.9562816113228909	4	3	3	3	3	False	103270	fragment	False	CHI0109_000000006726	0.9704950937837098		0	0	False	False	1.0	0					non-mobilizable	chromosome	2587.0	99.652	100.0	0.0005161324316783166	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MAD0002_000000006957	4437	0.9562784568995376	4	2	1	2	1	False	20229	maximal	True	MAD0002_000000006957	1.0		3	1	False	False	0.9882803559303284	0					non-mobilizable	no_good_hit								True	False
ISR0277_000000001385	6392	0.9562642600487348	8	6	3	3	5	False	97201	maximal	True	ISR0277_000000001385	1.0	PS524	2	1	True	True	1.0	1		MOBV			mobilizable	no_good_hit	2682.0	92.28200000000001	56.0	0.49592743428359864	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	True	True
MON0048_000000009846	3805	0.9562621980973004	5	5	5	5	2	False	14679	fragment	False	MON0048_000000009846	1.0		0	0	False	False	0.9910643696784973	0					non-mobilizable	no_good_hit								True	False
SPA0136_000000013198	3032	0.9562617929696816	4	4	4	3	3	False	116210	fragment	False	SPA0136_000000013198	0.9660054958742984		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	95.51899999999999	97.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0032_01_000000006037	4286	0.9562572781171682	7	4	3	4	3	False	1503	maximal	True	USA0032_01_000000006037	1.0		12	5	False	False	0.9997667074203491	0					non-mobilizable	no_good_hit	1912.0	97.071	45.0	0.0006743388144975434	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0357_000000002221	8634	0.9562557516685184	12	6	3	4	4	True	88468	maximal	False	ISR0392_000000002903	0.9992677788947432	PS328|PS329|PS369	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1169.0	73.653	21.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
TAN0014_000000000386	8634	0.9562557516685184	13	6	3	4	4	True	88468	maximal	False	ISR0392_000000002903	0.9988097461454016	PS328|PS329|PS369	0	0	True	True	0.9995366930961609	11					non-mobilizable	no_good_hit	475.0	83.579	21.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
CAN0010_000000000984	16003	0.9562557203121149	22	14	8	14	8	True	94658	maximal	True	CAN0010_000000000984	1.0		1	1	True	True	0.9977504014968872	1					non-mobilizable	no_good_hit	798.0	94.486	5.0	0.995	GQ876099.1		Uncultured organism clone VC1A903TR genomic sequence	True	True
SPA0054_000000008282	3450	0.9562501139107638	5	1	1	1	1	True	98772	fragment	False	SPA0054_000000008282	0.9760807129985595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	2.0	0.00018348919184277873	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0092_000000017038	3148	0.9562501139107638	4	1	1	1	1	True	47967	backbone	False	MON0094_000000010642	0.9769409489155242	PS177	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	282.0	85.816	9.0	0.08066394874781596	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
ENG0032_000000006496	3110	0.9562501139107638	2	1	1	1	1	True	98772	fragment	False	SPA0054_000000008282	0.9430629485706837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	100.0	2.0	0.0001577363228122133	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0036_000000012414	3102	0.9562501139107638	4	1	1	1	1	True	47967	backbone	False	MON0094_000000010642	0.974026589466477	PS177	0	0	True	True	0.9996775984764099	1					non-mobilizable	no_good_hit	357.0	85.154	17.0	0.10308677926616192	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
AUS0016_000000010156	2714	0.9562501139107638	3	1	1	1	1	True	104166	fragment	False	ISR0076_000000007293	0.5223606204690362		0	0	False	False	0.9992631077766418	0					non-mobilizable	no_good_hit								True	True
USA0071_01_000000005271	2447	0.9562501139107638	1	1	1	1	1	True	69975	fragment	False	USA0071_01_000000005271	0.965913843580092		0	0	False	False	0.9914180636405945	0					non-mobilizable	no_good_hit								True	True
ISR0023_000000015620	1971	0.9562501139107638	1	1	1	1	1	True	129398	fragment	False	ISR0023_000000015620	1.0		0	0	False	False	0.9939117431640625	0					non-mobilizable	no_good_hit	697.0	87.948	35.0	0.0014553453622367153	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AUS0012_000000009524	1795	0.9562501139107638	1	1	1	1	1	True	101115	fragment	False	AUS0012_000000009524	1.0		0	0	False	False	0.9910863637924194	0					non-mobilizable	no_good_hit								True	True
CHI0056_000000011283	1780	0.9562501139107638	3	1	1	1	1	True	98771	fragment	False	ISR0210_000000010250	0.3946619217081851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0115_000000015196	1404	0.9562501139107638	1	1	1	1	1	True	59519	fragment	False	ENG0115_000000015196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0149_000000013626	1371	0.9562501139107638	1	1	1	1	1	True	57196	fragment	False	ENG0149_000000013626	1.0		0	0	False	False	0.9752005934715271	0					non-mobilizable	no_good_hit	916.0	87.555	89.0	0.017337097599333044	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
DEN0076_000000007223	1241	0.9562501139107638	1	1	1	1	1	True	69966	fragment	False	DEN0076_000000007223	0.994773519163763		0	0	False	False	0.9927477836608887	0					non-mobilizable	no_good_hit								True	True
DEN0022_000000036112	1164	0.9562501139107638	1	1	1	1	1	True	98758	fragment	False	SPA0044_000000021997	0.5854908960628766		0	0	False	False	0.9982817769050598	0					non-mobilizable	no_good_hit	81.0	92.59299999999999	7.0	0.0008694707097054668	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0054_000000015013	1163	0.9562501139107638	1	1	1	1	1	True	98758	fragment	False	SPA0044_000000021997	0.5852507403006735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	98.551	7.0	0.00021889938675980622	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AUS0024_000000027786	1151	0.9562501139107638	1	1	1	1	1	True	98758	fragment	False	SPA0044_000000021997	0.4931341024008694		0	0	False	False	0.9617723822593689	0					non-mobilizable	no_good_hit	53.0	100.0	6.0	0.00016739364869867534	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0007_000000015525	1138	0.9562501139107638	1	1	1	1	1	True	98758	fragment	False	SPA0044_000000021997	0.4832639070558006		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	94.0	9.0	0.0010759700032605152	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0040_000000007421	1135	0.9562501139107638	1	1	1	1	1	True	98758	fragment	False	SPA0044_000000021997	0.48776442894612193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	4.0	0.0015752601251917257	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0003_000000007035	3623	0.9562430364169952	5	3	2	3	2	False	82790	fragment	False	ISR0003_000000007035	1.0		0	0	False	False	0.9919955730438232	0					non-mobilizable	no_good_hit	3083.0	81.414	85.0	0.1315236502422917	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0128_000000004443	5433	0.956240968257578	5	2	1	2	1	False	58667	fragment	False	ENG0128_000000004443	1.0		0	0	False	False	0.9998159408569336	0					non-mobilizable	no_good_hit	336.0	90.774	6.0	0.00010015094391517245	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0101_000000007547	3181	0.956240968257578	4	2	1	2	1	False	33146	fragment	False	ISR0101_000000007547	1.0		0	0	False	False	0.990568995475769	0					non-mobilizable	no_good_hit								True	False
AST0005_000000011371	2496	0.9562383135495388	3	3	3	3	3	False	128449	fragment	False	ISR0250_000000003131	0.415831325983034		0	0	False	False	1.0	0					non-mobilizable	other	2496.0	99.92	100.0	0.009570827962928866	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0059_000000005933	2436	0.9562383135495388	3	3	3	3	3	False	128449	fragment	False	ISR0250_000000003131	0.41066327334244307		0	0	False	False	1.0	0					non-mobilizable	other	2436.0	99.795	100.0	0.009340667771435586	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0011_000000001492	12351	0.9562380417890508	8	8	8	6	5	True	120820	fragment	False	ENG0011_000000001492	1.0		0	0	False	False	0.9996761679649353	0					non-mobilizable	no_good_hit	1745.0	94.95700000000001	14.0	0.0021322666288032255	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
FIJ0081_000000025998	1396	0.9562310887902946	4	3	2	3	1	False	44232	fragment	False	FIJ0081_000000025998	1.0		0	0	False	False	0.93767911195755	0					non-mobilizable	no_good_hit								True	False
MAD0033_000000000131	44793	0.9562308359572056	71	17	6	13	9	True	20254	maximal	False	MAD0002_000000000165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0002_000000000165	44793	0.9562308359572056	71	17	6	13	9	True	20254	maximal	True	MAD0002_000000000165	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0154_000000002320	10405	0.9562299626679168	15	7	5	6	6	False	79615	maximal	True	CHI0154_000000002320	1.0	PS391	2	1	True	True	1.0	5					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.512123318349408e-05	CP046875.1	firmicutes	Streptococcus sp. CNU 77-61 chromosome, complete genome	True	True
AST0029_000000001833	14393	0.9562212032097596	14	8	8	6	3	False	118484	maximal	True	AST0029_000000001833	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	89.706	0.0	3.5432825180786734e-05	LR134307.1	firmicutes	Streptococcus milleri strain NCTC10708 genome assembly, chromosome: 1	True	False
MAD0022_000000001452	5554	0.9562187254966159	7	6	5	5	5	False	19312	maximal	True	MAD0022_000000001452	1.0		1	1	False	False	0.9926179051399231	0					non-mobilizable	no_good_hit	1376.0	96.294	26.0	0.010551547663090393	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
MON0099_000000010698	2973	0.9562124644218116	3	2	2	2	2	False	94092	fragment	False	MON0099_000000010698	0.9691394603292328		0	0	False	False	1.0	0					non-mobilizable	chromosome	2973.0	97.444	100.0	0.0012239428255617906	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0109_000000006586	4120	0.956211042419868	8	6	2	4	4	True	132220	backbone	False	ISR0043_000000004492	0.09314788927250524	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	4120.0	99.927	100.0	0.8604554000417798	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0184_000000007268	1573	0.9562067142203908	2	2	2	2	2	True	29424	fragment	False	ISR0184_000000007268	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	99.809	100.0	0.22979096623300688	LK985401.1	enterobacteria	Escherichia coli genome assembly FHI100, scaffold scaffold-4	False	True
USA0036_01_000000007996	4812	0.9561995208268832	4	2	2	2	1	False	96154	fragment	False	USA0036_01_000000007996	0.995338248048569		0	0	False	False	0.9993765354156494	0					non-mobilizable	no_good_hit	416.0	97.596	12.0	0.00011548858522568232	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0068_000000004055	8512	0.956198720939608	14	10	1	4	8	True	121595	fragment	False	ENG0193_000000002067	0.6573397629185473		0	0	False	True	0.9998825192451477	0					non-mobilizable	other	8531.0	97.023	100.0	0.0036444592369437537	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
MON0013_000000033840	1641	0.9561946108556868	2	1	1	1	1	False	63506	fragment	False	MON0013_000000033840	1.0		0	0	False	False	0.9951249361038208	0					non-mobilizable	no_good_hit	100.0	97.0	6.0	4.8586643973268515e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0105_000000038761	1410	0.9561946108556868	3	1	1	1	1	False	63504	fragment	False	ENG0057_000000019256	0.953214657733747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	97.14299999999999	10.0	6.821761123519518e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0042_01_000000004894	5352	0.9561926791460308	7	4	1	3	2	False	130158	backbone	False	ISR0782_000000002534	0.997868887902695	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9998131394386292	11	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.95200000000001	81.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0388_000000008575	3771	0.9561889974116198	3	3	2	2	2	True	125553	backbone	False	ISR0070_000000005259	0.900486181990429	PS930	0	0	True	True	1.0	85	rep_cluster_1351	MOBQ			mobilizable	plasmid	3427.0	97.286	100.0	0.9267100977198697	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
FIJ0038_000000004293	7265	0.9561808302108792	5	4	3	4	1	True	105960	fragment	False	FIJ0092_000000003780	0.974747067489638		0	0	False	False	0.9997246861457825	0					non-mobilizable	no_good_hit	184.0	90.76100000000001	3.0	4.828303139544096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0037_000000002626	7014	0.9561808302108792	6	4	3	4	1	True	105960	fragment	False	FIJ0092_000000003780	0.9655435571250434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	87.081	3.0	5.3884930065630246e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0092_000000003780	7004	0.9561808302108792	5	4	3	4	1	True	105960	fragment	False	FIJ0092_000000003780	0.9751687370034973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	92.51100000000001	3.0	5.975358581535235e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0041_000000004847	6985	0.9561808302108792	6	4	3	4	1	True	105960	fragment	False	FIJ0092_000000003780	0.9740447700975124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	90.95700000000001	3.0	0.27938931297709924	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
FIJ0070_000000002676	6910	0.9561808302108792	5	4	3	4	1	True	105960	fragment	False	FIJ0092_000000003780	0.9675041310972642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	89.23100000000001	2.0	0.0008649331392954228	NZ_VZBY01000014.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_7_length_145674_cov_20.4108_ID_13, whole genome shotgun sequence	True	True
FIJ0021_000000007172	6871	0.9561808302108792	5	4	3	4	1	True	105960	fragment	False	FIJ0092_000000003780	0.9631850444550824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	86.23899999999999	2.0	0.14763231197771587	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
FIJ0155_000000003119	6854	0.9561808302108792	5	4	3	4	1	True	105960	fragment	False	FIJ0092_000000003780	0.9587009611852302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	89.1	3.0	5.4685201304228714e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0397_000000002464	9133	0.9561669748553506	10	6	5	6	6	False	128488	fragment	False	ISR0397_000000002464	1.0		0	0	False	False	0.9990145564079285	0					non-mobilizable	no_good_hit	3055.0	90.27799999999999	67.0	0.0008669755693793786	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0849_000000002775	8010	0.9561602200291563	9	7	4	6	4	False	20599	maximal	True	ISR0849_000000002775	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	88.54	7.0	0.6521212121212121	GQ880774.1		Uncultured organism clone VC1CK94TR genomic sequence	True	False
MAD0083_000000001238	6229	0.9561555556602896	9	5	4	4	2	False	16118	maximal	True	MAD0083_000000001238	1.0		1	1	False	False	0.9995183944702148	0					non-mobilizable	no_good_hit	2038.0	82.287	32.0	0.0004895276482500175	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	True	False
ENG0202_000000005983	3851	0.9561446955086128	5	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9685622156216672	PS1023|PS1024	0	0	True	True	1.0	73					non-mobilizable	no_good_hit	886.0	93.679	66.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0234_000000002878	3694	0.9561446955086128	4	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9588048113305249	PS1023|PS1024	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	886.0	91.309	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0001_000000007289	3455	0.9561446955086128	4	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.5992816841849987	PS1023|PS1024	0	0	False	True	0.9965267777442932	0					non-mobilizable	no_good_hit	886.0	93.34100000000001	65.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0152_000000002995	8484	0.9561415835708744	12	9	1	3	7	True	121595	fragment	False	ENG0193_000000002067	0.790727992624347		0	0	False	True	0.9997642636299133	0					non-mobilizable	chromosome	8487.0	99.01	100.0	0.003438832466533587	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
AST0093_000000010099	1717	0.956136110398836	2	2	1	1	2	True	109519	fragment	False	AST0093_000000010099	1.0		0	0	False	False	1.0	0	rep_cluster_556				non-mobilizable	plasmid	1717.0	99.59200000000001	100.0	0.15102974828375287	CP034579.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06D, complete sequence	False	True
SPA0051_000000015061	1631	0.9561357138241158	2	2	2	1	1	False	16061	fragment	False	MAD0085_000000006969	0.9634520884520885		0	0	False	False	1.0	0					non-mobilizable	chromosome	1637.0	85.156	100.0	0.0003563925200889209	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
AST0100_000000003911	4169	0.956130915964278	4	4	2	3	2	True	123416	backbone	False	ISR0096_000000005225	0.39242626025071026	PS895	0	0	False	True	0.9988006949424744	0		MOBV			mobilizable	plasmid	3388.0	96.96	95.0	0.5018526752630799	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
SPA0142_000000002918	8928	0.9561241616435088	11	9	6	8	6	False	116233	maximal	True	SPA0142_000000002918	1.0		18	7	False	False	0.9995519518852234	0					non-mobilizable	no_good_hit	1964.0	94.705	70.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
DEN0005_000000000970	18434	0.9561234421758986	17	11	9	10	4	True	76566	fragment	False	DEN0005_000000000970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	99.294	6.0	0.004437266769105334	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
FIJ0009_000000021006	1925	0.9561204095098398	4	2	1	1	2	False	51249	fragment	False	FIJ0009_000000021006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	87.195	34.0	0.000316145614543085	NZ_KB899636.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
USA0083_01_000000012345	2420	0.9561199800295858	4	3	3	2	2	False	94987	fragment	False	USA0083_01_000000012345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	87.779	35.0	0.00022479064705054828	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CAN0008_000000014702	1972	0.9561199800295858	3	3	3	2	2	False	94986	fragment	False	CAN0008_000000014702	1.0		0	0	False	False	0.9989858269691467	0					non-mobilizable	no_good_hit	782.0	90.40899999999999	44.0	0.00023071398425873136	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ETH0004_000000002635	10193	0.9561188669742758	14	10	8	8	6	True	52960	fragment	False	ETH0004_000000002635	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	83.60700000000001	1.0	0.0005962306098731746	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0375_000000005411	3630	0.9561154423629891	3	3	3	3	1	False	23397	maximal	True	ISR0375_000000005411	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	85.47200000000001	61.0	0.0006334496696220066	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0026_000000005057	5657	0.9561132780333446	10	9	6	9	8	False	126451	maximal	True	DEN0026_000000005057	1.0		23	6	False	False	0.9998232126235962	0					non-mobilizable	no_good_hit	4914.0	99.98	87.0	0.10194849660725032	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
FIJ0048_000000003906	6990	0.9561028924440044	7	4	3	4	2	False	47215	maximal	True	FIJ0048_000000003906	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	77.473	22.0	0.0002484336138693553	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ISR0144_000000000368	10537	0.9561022894003254	15	15	11	11	13	False	76864	maximal	True	ISR0144_000000000368	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	3577.0	97.90299999999999	93.0	0.000759718113987035	CP019560.1	enterobacteria	Escherichia coli strain KSC1031 chromosome, complete genome	False	False
CHI0144_000000004802	2999	0.9560961512573376	5	3	3	3	2	False	95373	fragment	False	ENG0142_000000009778	0.9359532950912581		0	0	False	False	0.9993330836296082	0					non-mobilizable	no_good_hit	176.0	78.40899999999999	6.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
MON0061_000000030903	1489	0.9560937725185312	2	2	1	2	1	False	62325	fragment	False	MON0061_000000030903	0.9747869318181819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	80.42399999999999	41.0	0.000168898560475332	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0214_000000010246	2733	0.95609245331172	4	2	2	2	2	False	116189	fragment	False	ISR0214_000000010246	0.9776625540245755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1875.0	95.36	68.0	0.00042399609760688817	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0042_000000007670	3884	0.9560908352370944	5	1	1	1	1	False	6865	fragment	False	SPA0042_000000007670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	82.848	37.0	0.00019406299758225904	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
SPA0120_000000023719	1712	0.9560908352370944	4	1	1	1	1	False	4170	fragment	False	SPA0120_000000023719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	82.848	36.0	0.00019406299758225904	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
FIJ0021_000000022193	2184	0.9560825201351112	3	3	3	2	2	False	49637	maximal	True	FIJ0021_000000022193	1.0		24	6	False	False	0.9931318759918213	0					non-mobilizable	no_good_hit								True	False
USA0040_01_000000003097	6204	0.9560729237720906	9	4	3	3	3	True	111402	fragment	False	USA0040_01_000000003097	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6214.0	96.13799999999999	100.0	0.19994204578383076	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0211_000000004461	7177	0.9560696845871904	6	6	6	6	4	False	53671	maximal	True	ENG0211_000000004461	1.0		1	1	False	False	0.9987459778785706	0					non-mobilizable	no_good_hit	1977.0	83.713	44.0	0.0009589727507451179	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
AST0088_000000001836	6531	0.9560555076702012	7	6	2	4	4	False	127546	maximal	True	AST0088_000000001836	1.0		18	6	False	False	0.9977032542228699	0					non-mobilizable	other	6531.0	100.0	100.0	0.6025096881343421	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
CHI0096_000000004053	1915	0.9560549050441768	3	2	2	2	2	False	101981	fragment	False	CHI0096_000000004053	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	95.391	94.0	0.006517984204751611	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	False	False
FIJ0014_000000018439	1376	0.9560443301597992	2	2	2	1	1	False	50444	fragment	False	FIJ0014_000000018439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	74.759	86.0	0.00024473091158677305	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
MAD0026_000000012677	1149	0.9560435861567924	3	1	1	1	1	False	19068	fragment	False	MAD0026_000000012677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000008271	4645	0.9560423743910323	8	4	1	1	4	False	102153	fragment	False	ISR0395_000000008271	1.0		0	0	False	False	0.9997847080230713	0					non-mobilizable	no_good_hit	1017.0	87.021	24.0	0.05230059742165392	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
AUS0020_000000006824	4109	0.9560423743910323	8	4	1	1	4	False	102150	fragment	False	AUS0020_000000006824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	87.51899999999999	33.0	0.0670265171365685	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
FIJ0023_000000008879	3504	0.9560350943827924	5	3	2	2	3	False	49386	maximal	True	FIJ0023_000000008879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0132_000000000064	91764	0.9560322700587432	77	39	31	34	20	True	102180	maximal	True	SPA0132_000000000064	1.0		1	1	True	True	1.0	34					non-mobilizable	no_good_hit	3508.0	95.26799999999999	8.0	0.013735143779986829	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
ISR0185_000000003845	7330	0.9560219846235858	10	5	3	4	4	False	115046	fragment	False	ISR0185_000000003845	0.9734553567363293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0005347911343514172	NZ_FUYH01000019.1	firmicutes	Caloramator quimbayensis strain USBA 833, whole genome shotgun sequence	True	False
AST0153_000000003877	7164	0.9560219846235858	9	5	3	4	4	False	115046	fragment	False	ISR0185_000000003845	0.9591678650420318		0	0	False	False	0.9994416236877441	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0005347911343514172	NZ_FUYH01000019.1	firmicutes	Caloramator quimbayensis strain USBA 833, whole genome shotgun sequence	True	False
ISR0233_000000000421	14301	0.956021904975248	11	8	5	8	2	True	117518	fragment	False	ISR0233_000000000421	0.9739684597105206		0	0	False	True	0.997063159942627	0					non-mobilizable	no_good_hit	203.0	84.236	2.0	0.00963418705584967	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ISR0223_000000000870	18534	0.9560191526038504	12	10	7	10	4	True	117526	fragment	False	ISR0223_000000000870	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	203.0	84.729	2.0	0.00963418705584967	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
DEN0062_000000007326	2595	0.9560162721075744	2	2	2	2	2	False	71719	fragment	False	DEN0062_000000007326	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2595.0	99.92299999999999	100.0	0.0006650526619668587	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
MON0078_000000018990	2337	0.9560124505737412	2	2	2	2	2	False	53307	fragment	False	MON0078_000000018990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	75.439	10.0	7.897095533254031e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0044_000000010109	1617	0.956012216193986	2	2	2	2	2	False	94084	fragment	False	SPA0062_000000015646	0.048090481786133954		0	0	False	False	0.9975262880325317	0					non-mobilizable	chromosome	1605.0	98.069	99.0	0.0006605667201215048	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0085_000000026364	1187	0.956003513471094	1	1	0	1	1	True	43880	fragment	False	FIJ0085_000000026364	1.0		0	0	False	False	0.9966301321983337	0					non-mobilizable	plasmid	1187.0	100.0	100.0	0.3690105787181083	CP041418.1	enterobacteria	Escherichia coli strain STEC711 plasmid pSTEC711_2, complete sequence	False	True
ISR0222_000000012239	4791	0.956002323302985	7	6	5	4	4	False	129562	maximal	True	ISR0222_000000012239	1.0	PS1061	2	1	False	True	0.9970778822898865	0					non-mobilizable	no_good_hit	1806.0	87.486	44.0	0.0004829058821259436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0048_000000008019	4519	0.9559920629106508	6	6	5	6	5	False	71123	maximal	True	MON0048_000000008019	1.0		13	4	False	False	1.0	0					non-mobilizable	other	4434.0	99.955	98.0	0.09264367816091953	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
SPA0041_000000018637	1809	0.9559870469350834	2	2	2	2	2	False	6906	maximal	True	SPA0041_000000018637	1.0		4	3	False	False	0.9977888464927673	0					non-mobilizable	other	1835.0	77.384	100.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0233_000000004732	2739	0.9559844459707	5	5	4	5	3	False	115016	fragment	False	SPA0153_000000005755	0.7078747273971957		0	0	False	False	0.9883168935775757	0					non-mobilizable	no_good_hit	645.0	76.899	37.0	0.00017873633411778723	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0263_000000002233	4706	0.9559798571614684	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9227540965574805	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.997450053691864	9					non-mobilizable	no_good_hit	2184.0	97.619	61.0	0.4344882516925528	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
FIJ0096_000000023593	1579	0.9559797072258696	3	2	1	2	2	False	42987	fragment	False	FIJ0096_000000023593	1.0		0	0	False	False	0.9848005175590515	0					non-mobilizable	no_good_hit								True	False
MON0022_000000018138	1698	0.9559776497043015	3	3	2	2	1	False	13015	maximal	True	MON0022_000000018138	1.0		1	1	False	False	0.9994110465049744	0					non-mobilizable	no_good_hit	99.0	97.98	6.0	2.6142193794216654e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0092_000000022821	2408	0.9559774317026418	4	4	4	4	4	False	40980	fragment	False	MON0092_000000022821	0.9652658662092624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	83.766	19.0	0.0028903186890519754	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0114_000000002144	10326	0.9559765529080104	10	5	3	5	1	True	117502	fragment	False	ISR0114_000000002144	1.0		0	0	False	True	0.99980628490448	0					non-mobilizable	no_good_hit	213.0	97.65299999999999	2.0	0.0036453049503929018	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
DEN0078_000000007994	3547	0.9559756441648796	5	3	2	3	3	False	69827	maximal	True	DEN0078_000000007994	1.0		4	3	False	False	0.9994361400604248	0					non-mobilizable	no_good_hit	1074.0	71.881	30.0	0.0018528718642366099	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0287_000000002460	4114	0.9559755045182547	5	3	2	3	1	False	66534	fragment	False	ISR0287_000000002460	1.0		0	0	False	False	0.9990277290344238	0					non-mobilizable	no_good_hit								True	False
USA0021_01_000000007313	2523	0.9559755045182547	4	3	2	3	1	False	66533	fragment	False	ISR0182_000000013076	0.6366172182071764		0	0	False	False	0.9956400990486145	0					non-mobilizable	no_good_hit								True	False
MON0069_000000003865	8882	0.9559733509682644	12	11	8	10	9	True	105153	fragment	False	USA0130_01_000000004154	0.94652178544796		0	0	False	False	0.9950461387634277	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	1.0	1.3410772215930263e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
MON0007_000000019924	2951	0.9559716410232416	5	4	2	3	3	False	122288	maximal	True	MON0007_000000019924	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	82.791	32.0	0.00033394444340172877	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0377_000000003535	3615	0.95596719374878	4	2	2	2	1	False	131994	fragment	False	ISR0377_000000003535	1.0		0	0	False	False	0.9997233748435974	0					non-mobilizable	chromosome	2918.0	85.709	90.0	0.0009749798941970005	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ISR0208_000000009267	2891	0.95596719374878	2	2	2	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9690674702097486		0	0	False	False	1.0	0					non-mobilizable	chromosome	2941.0	85.855	100.0	0.0009827258484514153	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ISR0785_000000002672	9259	0.955964194891828	14	5	1	4	3	False	69140	fragment	False	ISR0785_000000002672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0355_000000011701	1752	0.9559559047133562	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.027731987417417073	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	992.0	87.601	91.0	0.00026423152040853514	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0773_000000002331	4516	0.9559524211159648	7	4	3	3	3	True	111397	fragment	False	ISR0773_000000002331	0.9859075535512964		0	0	False	False	0.9993357062339783	0					non-mobilizable	plasmid	4516.0	99.734	100.0	0.1453362954377153	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0090_000000005450	3922	0.955948735611384	5	4	2	3	2	True	126578	maximal	True	ENG0090_000000005450	1.0	PS971	1	1	True	True	1.0	151					non-mobilizable	no_good_hit	1414.0	87.90700000000001	67.0	0.3460403344810625	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0181_000000005794	3628	0.955948735611384	4	4	2	3	2	True	126577	maximal	True	ENG0181_000000005794	1.0	PS971	1	1	True	True	1.0	86					non-mobilizable	no_good_hit	1427.0	88.227	71.0	0.3489916379734383	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0840_000000004097	3481	0.955948735611384	6	4	2	3	2	True	128509	maximal	True	ISR0840_000000004097	1.0	PS1035	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2027.0	93.685	65.0	0.6742323097463284	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0041_000000010224	3273	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7036456192130781	PS1035	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1425.0	95.86	80.0	0.4749666221628838	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0335_000000005205	3264	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.528128934919244	PS1090	0	0	True	True	0.9972426295280457	11					non-mobilizable	other	1903.0	98.37100000000001	99.0	0.6345126835781041	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0082_000000008827	3247	0.955948735611384	4	4	2	3	2	True	105256	backbone	False	ISR0075_000000007669	0.9357469319979245	PS631	0	0	True	True	1.0	125					non-mobilizable	no_good_hit	1194.0	88.44200000000001	73.0	0.29168716182980814	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0085_000000006967	3227	0.955948735611384	4	4	2	3	2	True	105256	backbone	False	ISR0075_000000007669	0.9340001791567285	PS631	0	0	True	True	1.0	140					non-mobilizable	no_good_hit	1097.0	87.785	75.0	0.2680767338908018	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0382_000000004188	3221	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.27926988298492705	PS1090	0	0	True	True	0.9993790984153748	11					non-mobilizable	other	2716.0	90.464	95.0	0.9032042723631508	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0153_000000008376	3213	0.955948735611384	5	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.19562565062725235	PS971	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1427.0	88.087	82.0	0.3489916379734383	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0115_000000005658	3191	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4502579063527143	PS1090	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2816.0	97.976	89.0	0.9392523364485982	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0145_000000010694	3179	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4344256122517074	PS1090	0	0	True	True	1.0	44					non-mobilizable	other	2856.0	95.238	96.0	0.9512683578104139	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0097_000000008670	3172	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7240494959540317	PS1035	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	2080.0	94.18299999999999	79.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0789_000000004388	3158	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5192501761801437	PS1090	0	0	True	True	1.0	31					non-mobilizable	other	2600.0	91.73100000000001	94.0	0.8664886515353805	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0202_000000004068	3140	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5285075873910737	PS1090	0	0	True	True	1.0	81					non-mobilizable	other	2327.0	98.109	98.0	0.7760347129506008	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0157_000000007902	3130	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4294815761082731	PS1090	0	0	False	True	1.0	0					non-mobilizable	other	2705.0	96.895	92.0	0.9015353805073432	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0122_000000008821	3127	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5059356744967982	PS1090	0	0	True	True	1.0	28					non-mobilizable	other	2941.0	97.212	95.0	0.9806408544726302	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0107_000000010017	3123	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7935460841604407	PS1035	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	2035.0	94.545	74.0	0.677570093457944	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0198_000000010635	3119	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.01704590604177295	PS1090	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1573.0	99.428	70.0	0.5240320427236315	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0091_000000007499	3117	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.44178703034655875	PS1090	0	0	True	True	0.9987167119979858	12					non-mobilizable	other	2823.0	95.82	92.0	0.9399198931909212	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0075_000000007669	3116	0.955948735611384	4	4	2	3	2	True	105256	backbone	True	ISR0075_000000007669	0.9466166986417169	PS631	2	1	True	True	1.0	69					non-mobilizable	no_good_hit	1202.0	99.251	77.0	0.2953762911952779	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0058_000000010265	3116	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5207420564967014	PS1090	0	0	True	True	0.9993581771850586	7					non-mobilizable	other	1968.0	98.12	100.0	0.6562082777036048	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0391_000000004156	3112	0.955948735611384	4	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.2977722272909608	PS971	0	0	True	True	1.0	46					non-mobilizable	plasmid	1648.0	86.59	99.0	0.39940973930152485	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0208_000000009860	3112	0.955948735611384	4	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.16145237390466835	PS971	0	0	True	True	1.0	239					non-mobilizable	no_good_hit	1427.0	88.15700000000001	84.0	0.3489916379734383	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0084_000000008693	3101	0.955948735611384	5	4	2	3	2	True	126580	maximal	True	ENG0084_000000008693	1.0		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1427.0	88.087	79.0	0.3489916379734383	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0125_000000008248	3099	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4997006264033847	PS1090	0	0	True	True	1.0	113					non-mobilizable	other	2949.0	93.964	95.0	0.9816421895861148	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0158_000000005732	3094	0.955948735611384	5	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.3122223213336482	PS971	0	0	True	True	1.0	148					non-mobilizable	plasmid	1445.0	87.197	99.0	0.35071323167732416	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0006_000000006283	3094	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7394965763421746	PS1035	0	0	True	True	1.0	139					non-mobilizable	no_good_hit	1798.0	97.38600000000001	72.0	0.5994659546061415	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CAN0009_000000007577	3093	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.512155632161029	PS1090	0	0	True	True	1.0	120					non-mobilizable	other	2422.0	97.399	100.0	0.8074098798397864	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0056_000000003730	3091	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5226176654095529	PS1090	0	0	True	True	1.0	25					non-mobilizable	other	2754.0	98.07600000000001	100.0	0.9185580774365821	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0037_000000007927	3088	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.45566731084511697	PS1090	0	0	True	True	1.0	154					non-mobilizable	other	2821.0	95.88799999999999	94.0	0.9402536715620827	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0035_000000003924	3087	0.955948735611384	5	4	2	3	2	True	130270	backbone	False	FIJ0044_000000007157	0.9738012254980793	PS1090|PS1091	0	0	True	True	0.9996760487556458	4					non-mobilizable	other	1998.0	95.696	90.0	0.6652202937249666	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0044_000000007157	3087	0.955948735611384	4	4	2	3	2	True	130270	backbone	True	FIJ0044_000000007157	0.9790259487827396	PS1090|PS1091	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1998.0	95.696	89.0	0.6652202937249666	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0146_000000007802	3086	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5276877368111026	PS1090	0	0	True	True	1.0	570					non-mobilizable	other	2951.0	98.509	96.0	0.9843124165554072	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0135_000000007769	3085	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.41377272459041353	PS1090	0	0	True	True	1.0	11					non-mobilizable	other	2829.0	95.652	92.0	0.9425901201602136	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0080_000000008103	3085	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5280647637356719	PS1090	0	0	True	True	1.0	60					non-mobilizable	other	2919.0	98.73200000000001	100.0	0.9736315086782377	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0171_000000006685	3084	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5326769124041174	PS1090	0	0	True	True	1.0	5					non-mobilizable	other	2951.0	98.611	98.0	0.9843124165554072	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0105_000000008669	3080	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4555846373608058	PS1090	0	0	True	True	1.0	122					non-mobilizable	other	2822.0	95.889	94.0	0.9405874499332443	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0791_000000005705	3080	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5024272602609227	PS1090	0	0	True	True	1.0	28					non-mobilizable	other	2907.0	97.902	98.0	0.969626168224299	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0036_000000007811	3079	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4556423600590964	PS1090	0	0	True	True	1.0	178					non-mobilizable	other	2821.0	95.88799999999999	94.0	0.9402536715620827	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0036_000000012514	3079	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5237391404911127	PS1090	0	0	True	True	1.0	2					non-mobilizable	other	2864.0	97.94	97.0	0.9552736982643525	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0148_000000005496	3079	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.3353442547503099	PS1090	0	0	True	True	1.0	45					non-mobilizable	other	2617.0	96.867	94.0	0.8721628838451269	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0035_000000005916	3079	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4556423600590964	PS1090	0	0	True	True	1.0	111					non-mobilizable	other	2821.0	95.88799999999999	94.0	0.9402536715620827	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0145_000000010400	3078	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5112000026746915	PS1090	0	0	True	True	1.0	37					non-mobilizable	other	2537.0	97.00399999999999	100.0	0.8457943925233645	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0006_000000010419	3077	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5154243718600137	PS1090	0	0	True	True	1.0	142					non-mobilizable	other	2758.0	95.90299999999999	99.0	0.9188918558077437	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0782_000000004520	3077	0.955948735611384	5	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.28078090153438273	PS971	0	0	True	True	1.0	145					non-mobilizable	plasmid	1191.0	91.604	99.0	0.29168716182980814	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
MAD0037_000000004156	3076	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7195710678468379	PS1035	0	0	True	True	0.9986996054649353	12					non-mobilizable	no_good_hit	1907.0	92.08200000000001	69.0	0.6358477970627503	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0191_000000009555	3076	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5168329576626806	PS1090	0	0	True	True	0.99934983253479	27					non-mobilizable	other	2107.0	91.647	100.0	0.7009345794392523	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0263_000000004022	3076	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5201439002764054	PS1090	0	0	True	True	1.0	59					non-mobilizable	other	2754.0	97.531	98.0	0.9185580774365821	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0035_000000007191	3075	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.6916727915048284	PS1035	0	0	True	True	1.0	97					non-mobilizable	no_good_hit	1391.0	95.255	72.0	0.4629506008010681	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0113_000000009152	3075	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5118042237659249	PS1090	0	0	True	True	1.0	53					non-mobilizable	other	2538.0	97.045	100.0	0.8457943925233645	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0150_000000007514	3074	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5177634644469524	PS1090	0	0	True	True	1.0	11					non-mobilizable	other	2909.0	94.053	100.0	0.9686248331108144	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0127_000000008275	3074	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5129390175978202	PS1090	0	0	True	True	0.9996746778488159	20					non-mobilizable	other	2412.0	97.803	100.0	0.8040720961281709	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0285_000000004995	3074	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7396613271915735	PS1035	0	0	True	True	0.9899154305458069	9					non-mobilizable	no_good_hit	1056.0	98.01100000000001	72.0	0.3521361815754339	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CAN0012_000000016433	3073	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5077065559588879	PS1090	0	0	True	True	1.0	15					non-mobilizable	other	2105.0	95.867	100.0	0.7009345794392523	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0060_000000009277	3073	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5110370189883117	PS1090	0	0	True	True	1.0	1080					non-mobilizable	other	2972.0	96.43299999999999	100.0	0.9903204272363151	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0188_000000008604	3072	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5295820969107571	PS1090	0	0	True	True	1.0	74					non-mobilizable	other	3006.0	97.605	100.0	0.9976635514018691	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0096_000000012257	3071	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4505250051929631	PS1090	0	0	True	True	1.0	38					non-mobilizable	other	2720.0	95.809	94.0	0.9065420560747663	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0066_000000010820	3066	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5182939179417401	PS1090	0	0	True	True	1.0	105					non-mobilizable	other	3010.0	94.81700000000001	99.0	0.9996662216288384	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0185_000000007153	3060	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.40208347817249096	PS1090	0	0	True	True	1.0	54					non-mobilizable	other	1538.0	99.48	91.0	0.5123497997329773	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CAN0018_000000011290	3059	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5203354468311113	PS1090	0	0	True	True	1.0	24					non-mobilizable	other	2962.0	96.82600000000001	100.0	0.9873164218958611	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0102_000000009906	3059	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5030963544810909	PS1090	0	0	True	True	1.0	125					non-mobilizable	other	2798.0	96.855	100.0	0.9322429906542056	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0133_000000008137	3057	0.955948735611384	5	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.32109366988334087	PS971	0	0	True	True	0.9986914992332458	18					non-mobilizable	plasmid	1188.0	94.949	99.0	0.29168716182980814	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0305_000000005394	3055	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5127343853340686	PS1090	0	0	True	True	1.0	82					non-mobilizable	other	2390.0	96.444	100.0	0.7963951935914553	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0116_000000008813	3053	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5212521121852752	PS1090	0	0	True	True	1.0	974					non-mobilizable	other	1967.0	98.17	100.0	0.6562082777036048	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0024_000000010919	3053	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5067637555912947	PS1090	0	0	True	True	1.0	102					non-mobilizable	other	2079.0	95.046	100.0	0.692256341789052	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0111_000000006559	3052	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5072171822040618	PS1090	0	0	False	True	1.0	0					non-mobilizable	other	2993.0	95.556	98.0	0.996995994659546	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0003_000000011306	3052	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.02228967141626432	PS1090	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1516.0	98.74700000000001	88.0	0.5053404539385847	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0018_000000009507	3052	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.44845980337297786	PS1090	0	0	True	True	1.0	24					non-mobilizable	other	2828.0	95.82700000000001	93.0	0.942256341789052	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0183_000000009057	3051	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5052792792386979	PS1090	0	0	True	True	0.9901671409606934	20					non-mobilizable	other	2537.0	97.241	99.0	0.8457943925233645	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0014_000000000655	3048	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5091339849157837	PS1090	0	0	True	True	1.0	31					non-mobilizable	other	2185.0	93.135	100.0	0.7242990654205608	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0162_000000008065	3047	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5033915081068621	PS1090	0	0	True	True	1.0	50					non-mobilizable	other	2883.0	95.87200000000001	99.0	0.9609479305740988	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0379_000000007547	3046	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5134150126778328	PS1090	0	0	True	True	1.0	13					non-mobilizable	other	1680.0	99.405	100.0	0.5600801068090788	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0266_000000005154	3045	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.4889108127430316	PS1035	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	618.0	98.706	70.0	0.205607476635514	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0087_000000008997	3036	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5048984199498742	PS1090	0	0	True	True	1.0	11					non-mobilizable	other	2047.0	97.655	100.0	0.6825767690253671	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0327_000000008491	3036	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5223466783373265	PS1090	0	0	True	True	1.0	22					non-mobilizable	other	2990.0	97.726	98.0	0.9973297730307076	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0012_000000007760	3035	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5108107146896418	PS1090	0	0	True	True	1.0	35					non-mobilizable	other	2994.0	96.727	99.0	0.9976635514018691	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0048_000000008924	3035	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5226908339752112	PS1090	0	0	True	True	1.0	331					non-mobilizable	other	2990.0	97.759	99.0	0.9973297730307076	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0097_000000010754	3034	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5173895267400197	PS1090	0	0	True	True	1.0	18					non-mobilizable	other	2015.0	97.667	100.0	0.6722296395193591	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0044_000000005573	3034	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.506285542493761	PS1090	0	0	True	True	1.0	9					non-mobilizable	other	2817.0	96.23700000000001	100.0	0.9385847797062751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0255_000000009808	3031	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.739548844685292	PS1035	0	0	True	True	1.0	124					non-mobilizable	no_good_hit	1911.0	94.61	70.0	0.6361815754339119	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0050_000000004370	3029	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5113052893530938	PS1090	0	0	True	True	1.0	100					non-mobilizable	other	2903.0	96.45200000000001	100.0	0.9626168224299065	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0156_000000005193	3021	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5205335550122643	PS1090	0	0	True	True	1.0	38					non-mobilizable	other	1609.0	99.441	100.0	0.5363818424566088	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0051_000000014566	3018	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4941795709027799	PS1090	0	0	True	True	1.0	52					non-mobilizable	other	2943.0	96.46600000000001	99.0	0.9806408544726302	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0118_000000004520	3015	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.48965423168811983	PS1090	0	0	True	True	0.9950248599052429	11					non-mobilizable	other	2805.0	96.649	97.0	0.9345794392523364	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0028_000000005414	3010	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5178088413126355	PS1090	0	0	True	True	0.989700973033905	10					non-mobilizable	other	1526.0	99.738	99.0	0.5086782376502003	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0038_000000007414	3005	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.517327014902451	PS1090	0	0	True	True	0.998668909072876	9					non-mobilizable	other	2824.0	96.53	100.0	0.9382510013351135	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0197_000000008312	2997	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.42692707203265123	PS1090	0	0	True	True	1.0	72					non-mobilizable	other	2809.0	97.116	94.0	0.9359145527369827	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0079_000000008086	2996	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7640550011364805	PS1035	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	2080.0	93.846	76.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0018_000000007251	2985	0.955948735611384	4	4	2	3	2	True	128506	backbone	True	ISR0018_000000007251	0.8464616649412946	PS1035	1	1	True	True	1.0	26					non-mobilizable	no_good_hit	2080.0	94.087	77.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0028_000000008342	2982	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8129165466958281	PS1035	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	1037.0	97.20299999999999	77.0	0.3454606141522029	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0345_000000002994	2982	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7983645081722517	PS1035	0	0	True	True	0.998993992805481	39					non-mobilizable	no_good_hit	1065.0	96.432	77.0	0.3548064085447263	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0061_000000014676	2982	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7797292271178953	PS1035	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	1891.0	94.553	77.0	0.6295060080106809	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0088_000000007586	2981	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7649872519095502	PS1035	0	0	True	True	1.0	78					non-mobilizable	no_good_hit	1154.0	94.97399999999999	76.0	0.3848464619492657	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0019_000000009404	2975	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.428143694228996	PS1090	0	0	True	True	1.0	22					non-mobilizable	other	2771.0	96.71600000000001	99.0	0.9232309746328438	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0084_000000004590	2967	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.5376783164067153	PS1035	0	0	True	True	1.0	173					non-mobilizable	no_good_hit	1650.0	93.273	69.0	0.5493991989319092	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0082_000000010624	2963	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8150020594621407	PS1035	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	2042.0	97.943	77.0	0.6809078771695594	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0132_000000013678	2962	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8217387085652176	PS1035	0	0	True	True	0.9979743361473083	22					non-mobilizable	no_good_hit	2081.0	95.771	74.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0110_000000004582	2962	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7958676282903969	PS1035	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	2034.0	94.887	77.0	0.6772363150867824	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0094_000000011519	2962	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.793878695002409	PS1035	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1342.0	95.75299999999999	77.0	0.4469292389853137	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0319_000000005954	2962	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7948665676947452	PS1035	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1935.0	94.729	76.0	0.644192256341789	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0014_000000005891	2962	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8150434035100329	PS1035	0	0	True	True	1.0	191					non-mobilizable	no_good_hit	2076.0	95.85700000000001	77.0	0.6912550066755674	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0096_000000011290	2962	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8146209095992566	PS1035	0	0	True	True	0.9993247985839844	23					non-mobilizable	no_good_hit	2081.0	95.771	75.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0106_000000006799	2962	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7921505151286822	PS1035	0	0	True	True	1.0	1053					non-mobilizable	no_good_hit	1493.0	96.383	77.0	0.49732977303070763	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0087_000000016680	2962	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7943763595349362	PS1035	0	0	True	True	1.0	296					non-mobilizable	no_good_hit	1142.0	97.11	76.0	0.38050734312416556	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0166_000000009308	2962	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7644026679537682	PS1035	0	0	True	True	0.9996623992919922	19					non-mobilizable	no_good_hit	1880.0	94.62799999999999	77.0	0.6258344459279038	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0026_000000010054	2962	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7839872654420259	PS1035	0	0	True	True	1.0	211					non-mobilizable	no_good_hit	1835.0	95.85799999999999	76.0	0.6114819759679573	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0057_000000010458	2962	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7943311182901455	PS1035	0	0	True	True	1.0	316					non-mobilizable	no_good_hit	1052.0	96.958	77.0	0.35046728971962615	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0039_000000005866	2962	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7922628758288203	PS1035	0	0	True	True	1.0	4634					non-mobilizable	no_good_hit	1708.0	96.07700000000001	77.0	0.5690921228304406	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0009_000000003254	2961	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7673347938508125	PS1035	0	0	True	True	0.9885174036026001	11					non-mobilizable	no_good_hit	2080.0	93.89399999999999	73.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0013_000000009230	2961	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7876128175738093	PS1035	0	0	True	True	0.9996622800827026	65					non-mobilizable	no_good_hit	1617.0	95.485	76.0	0.5390520694259012	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0049_000000007038	2961	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7933569961845025	PS1035	0	0	True	True	1.0	141					non-mobilizable	no_good_hit	1617.0	95.36200000000001	76.0	0.5390520694259012	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CAN0017_000000012265	2957	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.480232403140859	PS1090	0	0	False	True	1.0	0					non-mobilizable	other	2859.0	97.272	100.0	0.9539385847797063	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0179_000000011304	2956	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8191206509077066	PS1035	0	0	True	True	0.9979702234268188	15					non-mobilizable	no_good_hit	2081.0	94.85799999999999	76.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0016_000000008938	2954	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4534682037518473	PS1090	0	0	True	True	0.9993229508399963	98					non-mobilizable	other	2649.0	97.32	99.0	0.883177570093458	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0093_000000013366	2953	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.803334634834542	PS1035	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	1261.0	93.57700000000001	76.0	0.41955941255006673	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0125_000000012001	2943	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8021383890522219	PS1035	0	0	True	True	0.9996601939201355	72					non-mobilizable	no_good_hit	2081.0	95.00200000000001	74.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0039_000000008874	2942	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8035702256713065	PS1035	0	0	True	True	1.0	79					non-mobilizable	no_good_hit	1258.0	93.641	76.0	0.41855807743658213	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0010_000000009673	2942	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8000837948373734	PS1035	0	0	True	True	1.0	505					non-mobilizable	no_good_hit	1901.0	95.476	76.0	0.6328437917222964	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0066_000000007925	2942	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8015303487293183	PS1035	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	1371.0	96.86399999999999	76.0	0.45727636849132175	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0047_000000014279	2942	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7587682129898017	PS1035	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1241.0	90.975	76.0	0.41321762349799734	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0068_000000007974	2942	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7938343289711564	PS1035	0	0	True	True	1.0	142					non-mobilizable	no_good_hit	1258.0	93.72	76.0	0.41855807743658213	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0051_000000008595	2941	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7788464215754303	PS1035	0	0	True	True	1.0	79					non-mobilizable	no_good_hit	1895.0	94.617	75.0	0.6311748998664887	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0050_000000008848	2941	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7935003506337625	PS1035	0	0	True	True	1.0	204					non-mobilizable	no_good_hit	2080.0	95.0	74.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0163_000000008062	2939	0.955948735611384	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4571707751600787	PS1090	0	0	True	True	0.9965974688529968	5					non-mobilizable	other	2552.0	98.315	99.0	0.8514686248331108	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0063_000000008850	2931	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7847587647150809	PS1035	0	0	True	True	0.998976469039917	3					non-mobilizable	no_good_hit	1394.0	95.05	76.0	0.4642857142857143	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0047_000000007327	2927	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.41898757234476985	PS1090	0	0	True	True	1.0	89					non-mobilizable	other	2820.0	96.064	96.0	0.9399198931909212	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0046_000000010419	2924	0.955948735611384	4	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.3230145948993571	PS971	0	0	True	True	1.0	5					non-mobilizable	plasmid	1433.0	88.20700000000001	98.0	0.3514510575504181	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
SPA0124_000000010003	2922	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8015698737256709	PS1035	0	0	True	True	1.0	68					non-mobilizable	no_good_hit	2074.0	94.93700000000001	76.0	0.6905874499332443	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0030_000000003568	2922	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.748507237722336	PS1035	0	0	True	True	0.9972621202468872	24					non-mobilizable	no_good_hit	2079.0	92.208	76.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0129_000000009102	2922	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7948103430275292	PS1035	0	0	True	True	1.0	251					non-mobilizable	no_good_hit	2074.0	95.03399999999999	76.0	0.6905874499332443	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0076_000000002160	2922	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7529023613451415	PS1035	0	0	True	True	0.9993155598640442	4					non-mobilizable	no_good_hit	2079.0	93.074	76.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0098_000000015064	2922	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7582330487858653	PS1035	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	2080.0	93.60600000000001	76.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0096_000000011839	2922	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.78716818846364	PS1035	0	0	True	True	0.9962354302406311	14					non-mobilizable	no_good_hit	1745.0	95.35799999999999	76.0	0.5814419225634179	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0110_000000006965	2922	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7942085109278652	PS1035	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	1063.0	96.99	76.0	0.35413885180240323	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0063_000000003903	2921	0.955948735611384	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7573132049459138	PS1035	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	1169.0	95.124	76.0	0.38985313751668893	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0820_000000007383	2921	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7604085777606515	PS1035	0	0	True	True	1.0	93					non-mobilizable	no_good_hit	2020.0	93.762	76.0	0.6732309746328438	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CAN0016_000000016565	2920	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4462878142128301	PS1090	0	0	False	True	1.0	0					non-mobilizable	other	2839.0	97.25299999999999	100.0	0.9472630173564753	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0102_000000012323	2913	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8116735368795428	PS1035	0	0	True	True	0.9993134140968323	35					non-mobilizable	no_good_hit	2082.0	95.485	75.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0016_000000006117	2912	0.955948735611384	4	4	2	3	2	True	130270	backbone	False	FIJ0044_000000007157	0.6361084116186156	PS1090|PS1091	0	0	False	True	0.9903846383094788	0					non-mobilizable	no_good_hit	1898.0	95.469	89.0	0.6318424566088118	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0012_000000007131	2911	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7842156132389795	PS1035	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2091.0	95.744	75.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0106_000000013454	2911	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.8020498271941586	PS1035	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2080.0	95.096	75.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0048_000000006612	2905	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7509404159578569	PS1035	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	2081.0	93.945	75.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
USA0031_01_000000010145	2884	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.46272332694887647	PS1090	0	0	False	True	1.0	0					non-mobilizable	other	2884.0	95.56200000000001	99.0	0.9612817089452603	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0128_000000012865	2876	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7476159412010909	PS1035	0	0	True	True	0.9993045926094055	8					non-mobilizable	no_good_hit	2074.0	93.82799999999999	75.0	0.6909212283044058	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0040_000000008571	2861	0.955948735611384	4	4	2	3	2	True	69031	maximal	True	FIJ0040_000000008571	1.0		0	0	True	True	0.9989514350891113	3					non-mobilizable	no_good_hit	1498.0	99.73299999999999	55.0	0.4993324432576769	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0010_000000007637	2843	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.4119796343279221	PS1035	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	2049.0	92.191	78.0	0.6789052069425902	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0126_000000014432	2842	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7749674344068519	PS1035	0	0	True	True	1.0	212					non-mobilizable	no_good_hit	1446.0	93.361	76.0	0.48130841121495327	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0162_000000013937	2826	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7190541176579128	PS1035	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	2065.0	94.915	76.0	0.6875834445927904	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0155_000000006562	2825	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7185952196283715	PS1035	0	0	True	True	0.999646008014679	17					non-mobilizable	no_good_hit	2066.0	94.821	77.0	0.687917222963952	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0234_000000004081	2802	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.28308197638455085	PS1090	0	0	True	True	1.0	1					non-mobilizable	other	2746.0	96.795	98.0	0.9158878504672897	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0298_000000005381	2696	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.602643032697541	PS1035	0	0	False	True	0.9899851679801941	0					non-mobilizable	no_good_hit	1908.0	97.37899999999999	74.0	0.6361815754339119	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0181_000000007021	2693	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.6069785014556858	PS1035	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1916.0	94.46799999999999	75.0	0.6361815754339119	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0300_000000003061	2686	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.5536358727880631	PS1035	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1911.0	94.715	74.0	0.6361815754339119	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0310_000000006122	2669	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.6010492271684443	PS1035	0	0	False	True	0.9992506504058838	0					non-mobilizable	no_good_hit	1917.0	94.523	75.0	0.6381842456608812	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
USA0035_01_000000009448	2667	0.955948735611384	4	4	2	3	2	True	126581	fragment	False	USA0035_01_000000009448	0.9828291087489779		0	0	False	False	1.0	0					non-mobilizable	other	2594.0	95.991	97.0	0.8641522029372497	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0122_000000006604	2606	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.39952180740367654	PS1035	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1774.0	96.167	72.0	0.5911214953271028	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0200_000000009019	2593	0.955948735611384	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.011325817187379067	PS1090	0	0	True	True	1.0	2					non-mobilizable	other	2545.0	98.70299999999999	98.0	0.8487983978638184	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AUS0022_000000013631	2564	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.05150846836390513	PS1035	0	0	False	True	0.9937597513198853	0					non-mobilizable	no_good_hit	2064.0	93.944	80.0	0.6875834445927904	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0110_000000012219	2501	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.015483619344773792	PS1035	0	0	False	True	0.9992003440856934	0					non-mobilizable	no_good_hit	2081.0	94.954	88.0	0.6929238985313751	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
USA0036_01_000000014128	2467	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.11624927266707734	PS1035	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1746.0	96.334	71.0	0.5817757009345794	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0150_000000006772	2446	0.955948735611384	4	4	2	3	2	True	126581	fragment	False	USA0035_01_000000009448	0.942819647544057		0	0	False	False	0.9995911717414856	0					non-mobilizable	other	2446.0	96.566	100.0	0.8157543391188251	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0056_000000014581	2409	0.955948735611384	4	4	2	3	2	True	60533	fragment	False	SPA0056_000000014581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	97.83200000000001	71.0	0.26101468624833113	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0033_000000013619	2277	0.955948735611384	4	4	2	3	2	True	106371	fragment	False	ISR0033_000000013619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1908.0	97.37899999999999	84.0	0.6361815754339119	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0133_000000009138	2268	0.955948735611384	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.07080433698226773	PS1035	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1539.0	95.257	71.0	0.5126835781041389	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0026_000000023580	1952	0.955948735611384	4	4	2	3	2	True	106368	fragment	False	DEN0026_000000014546	0.9760084574750167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1684.0	95.309	86.0	0.5610814419225634	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0040_000000010274	1944	0.955948735611384	4	4	2	3	2	True	116110	fragment	False	AST0040_000000010274	1.0		0	0	False	False	0.9933127760887146	0					non-mobilizable	other	1944.0	97.531	100.0	0.6481975967957276	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0342_000000008216	1898	0.955948735611384	4	4	2	3	2	True	106368	fragment	False	DEN0026_000000014546	0.9606374163088244		0	0	False	False	0.9994731545448303	0					non-mobilizable	no_good_hit	1634.0	97.24600000000001	86.0	0.5447263017356475	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0095_000000000474	33260	0.9559487340081152	76	7	5	6	5	False	43149	maximal	True	FIJ0095_000000000474	1.0		1	1	False	False	0.9997293949127197	0					non-mobilizable	no_good_hit	813.0	82.53399999999999	4.0	0.003949227017013935	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0081_000000003995	5716	0.9559469094646912	9	5	3	4	5	False	59938	fragment	False	ISR0081_000000003995	1.0		0	0	False	False	0.9952763915061951	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	1.0	0.00022267464053950885	NZ_FMUS01000002.1	firmicutes	Alkaliphilus peptidifermentans DSM 18978, whole genome shotgun sequence	True	False
ENG0075_000000007119	3405	0.9559450171770366	5	4	1	4	1	True	86713	maximal	False	SPA0155_000000005273	0.9404375845981823		0	0	True	True	0.9991189241409302	14					non-mobilizable	plasmid	3104.0	92.945	100.0	0.927797833935018	HG796350.1	bacteria	Uncultured bacterium plasmid pRGI00625	False	True
FIJ0015_000000017761	1746	0.9559436904040718	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.9120695865487836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	78.835	29.0	0.0018274045416804144	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0048_000000001698	9649	0.9559420972066204	15	6	5	5	4	False	112039	maximal	True	ISR0048_000000001698	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	100.0	10.0	0.00017280246322056664	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
MAD0045_000000024431	1711	0.9559403099312844	3	2	2	1	1	False	17840	fragment	False	MAD0045_000000024431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000018072	1545	0.955931720301732	3	3	3	2	1	False	60936	maximal	True	ENG0095_000000018072	1.0		1	1	False	False	0.9954692721366882	0					non-mobilizable	chromosome	1545.0	98.835	100.0	0.0003316953369736753	CP024676.1	enterobacteria	Citrobacter pasteurii strain UMH17 chromosome, complete genome	False	False
SPA0026_000000002248	9081	0.955929169216052	12	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8889481725794479	PS624|PS966	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	3927.0	92.97200000000001	81.0	0.4846182588118072	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0027_000000003298	8889	0.955929169216052	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8951490350705167	PS624|PS966	0	0	True	True	1.0	219					non-mobilizable	no_good_hit	3816.0	92.87200000000001	84.0	0.4707933740191805	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0150_000000000113	57505	0.9559278058035912	72	20	13	20	9	True	108347	fragment	False	AST0150_000000000113	1.0		0	0	False	False	0.9998608827590942	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0007686579712233672	NZ_SOAZ01000028.1	firmicutes	Fonticella tunisiensis strain DSM 24455 Ga0244689_128, whole genome shotgun sequence	True	True
ISR0196_000000010353	1955	0.9558980207893149	3	3	2	3	2	False	76212	fragment	False	ISR0196_000000010353	1.0		0	0	False	False	0.9984654784202576	0					non-mobilizable	no_good_hit	177.0	79.096	9.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
CHI0160_000000028800	1124	0.955896043874764	2	2	1	2	1	False	78644	fragment	False	CHI0160_000000028800	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1112.0	88.309	98.0	0.00039465281060120086	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0327_000000021730	1358	0.955895967898002	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.2153044145701228		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	96.244	100.0	0.0061039809755477695	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0050_000000000454	21753	0.9558935489025848	23	16	13	14	12	False	122395	maximal	True	AST0050_000000000454	1.0		1	1	False	False	1.0	0					non-mobilizable	virus	20334.0	98.795	93.0	0.3059062523512151	MK231413.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_1-CL01_c5 sequence	False	False
CHI0010_000000002233	3758	0.955889342402612	8	6	2	5	5	False	90378	fragment	False	CHI0010_000000002233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1187.0	80.96	31.0	0.014708306389237577	NZ_OFSM01000025.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
USA0130_01_000000018441	1892	0.9558732059121846	3	1	1	1	1	False	1789	maximal	True	USA0130_01_000000018441	0.9793786823781467		19	9	False	False	0.9994714856147766	0					non-mobilizable	no_good_hit	71.0	80.282	4.0	1.3198330750545704e-05	NZ_KV440952.1	firmicutes	Neobacillus drentensis strain FJAT-10044 Scaffold1, whole genome shotgun sequence	True	False
MAD0072_000000001151	4644	0.9558717745657259	5	5	4	5	5	False	109691	fragment	False	MAD0072_000000001151	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4645.0	98.665	100.0	0.01273492270727506	LK999954.1	enterobacteria	Escherichia coli genome assembly FHI42, scaffold scaffold-29B	False	False
FIJ0066_000000015216	2132	0.955870299617538	2	2	1	2	2	True	69203	maximal	False	MAD0088_000000011603	0.9961095948652671	PS150	0	0	True	True	1.0	50		MOBV			mobilizable	plasmid	1591.0	99.93700000000001	99.0	0.7840236686390533	CP047464.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-2kb, complete sequence	False	True
FIJ0031_000000011542	2107	0.955870299617538	2	2	1	2	2	True	69203	maximal	False	MAD0088_000000011603	0.998230069575607	PS150	0	0	True	True	1.0	71		MOBV			mobilizable	plasmid	1585.0	99.874	100.0	0.7810650887573964	CP047464.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-2kb, complete sequence	False	True
MAD0102_000000010571	1878	0.955870299617538	2	2	1	2	2	True	43883	backbone	True	MAD0102_000000010571	1.0	PS150	2	1	True	True	0.9898828268051147	2		MOBV			mobilizable	plasmid	1790.0	98.045	95.0	0.876232741617357	CP047464.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-2kb, complete sequence	False	True
MON0041_000000013281	3939	0.9558639165043268	7	4	3	3	2	True	66074	fragment	False	MON0041_000000013281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2398.0	91.28399999999999	79.0	0.09483275386644287	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0249_000000004333	3717	0.9558570924323728	5	3	2	2	3	True	118578	fragment	False	ISR0249_000000004333	1.0		0	0	False	True	0.9989238381385803	0		MOBQ			mobilizable	no_good_hit	1866.0	98.124	69.0	0.24170554691550025	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
FIJ0083_000000007649	4396	0.9558568516124296	7	2	1	2	1	True	44132	maximal	False	TAN0018_000000001694	0.6206517037293287		0	0	True	True	0.9993175864219666	5					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.866187941910693e-06	CP049139.1	b-proteobacteria	Herbaspirillum frisingense strain IAC152 chromosome, complete genome	True	True
FIJ0004_000000006658	4003	0.9558568516124296	6	2	1	2	1	True	109710	maximal	False	ENG0053_000000005877	0.6145996580962995		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.000775175019984981	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
FIJ0123_000000012163	2647	0.9558568516124296	3	2	1	2	1	True	41356	fragment	False	FIJ0123_000000012163	1.0		0	0	False	False	0.9947109818458557	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.866187941910693e-06	CP049139.1	b-proteobacteria	Herbaspirillum frisingense strain IAC152 chromosome, complete genome	True	True
ISR0079_000000011444	2398	0.9558568516124296	3	2	1	2	1	True	34381	fragment	False	ISR0079_000000011444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0024_000000010128	2325	0.9558568516124296	3	2	1	2	1	True	77122	fragment	False	ISR0024_000000010128	1.0		0	0	False	False	0.9750537872314453	0					non-mobilizable	no_good_hit	82.0	100.0	4.0	0.0004894969663274433	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0167_000000011213	2216	0.9558568516124296	3	2	1	2	1	True	61829	fragment	False	SPA0026_000000012775	0.931665977676726		0	0	False	False	0.9783393740653992	0					non-mobilizable	no_good_hit								True	True
CHI0016_000000000079	16304	0.9558489147579486	13	7	6	5	5	True	98630	fragment	False	CHI0016_000000000079	0.9801659184963823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.48100000000001	7.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0078_000000019585	2278	0.9558462246096066	2	2	2	2	2	False	39259	fragment	False	MON0078_000000019585	1.0		0	0	False	False	0.998244047164917	0					non-mobilizable	no_good_hit								True	False
ENG0125_000000002681	8306	0.9558451769783488	10	10	3	3	10	False	98182	fragment	False	ENG0125_000000002681	1.0		0	0	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	8177.0	98.63	99.0	0.09841671181747035	CP054459.1	enterobacteria	Escherichia coli strain SCU-103 plasmid pSCU-103-2	False	True
CAN0015_000000003446	11768	0.9558328622761832	11	8	6	7	6	False	93340	maximal	True	CAN0015_000000003446	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	73.083	5.0	0.00012582687007732356	CP016181.1	g-proteobacteria	Marinomonas primoryensis strain AceL chromosome	True	False
CHI0057_000000013628	1491	0.9558327629906754	2	2	2	2	2	False	85963	fragment	False	CHI0057_000000013628	1.0		0	0	False	False	0.9979879260063171	0					non-mobilizable	no_good_hit	677.0	96.75	80.0	0.00018032778576418834	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0057_000000002295	7380	0.9558314668865161	5	5	2	4	5	True	109149	fragment	False	ISR0057_000000002295	0.940175030767127		0	0	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	4483.0	96.052	100.0	0.018908202431477318	CP020439.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 plasmid unamed1 sequence	False	True
CHI0064_000000002220	7313	0.9558314668865161	6	5	2	4	5	True	109149	fragment	False	ISR0057_000000002295	0.9359756097560976		0	0	False	False	0.998085618019104	0	rep_cluster_199				non-mobilizable	plasmid	6707.0	94.662	99.0	0.05271225949192051	CP015284.1	firmicutes	Streptococcus salivarius strain ATCC 25975 plasmid, complete sequence	False	True
USA0017_01_000000009964	2760	0.9558314373636472	2	2	2	2	2	False	92352	maximal	True	USA0017_01_000000009964	1.0		15	6	False	False	0.998913049697876	0					non-mobilizable	no_good_hit	1257.0	96.738	47.0	0.0001769866254328792	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ENG0097_000000018495	1697	0.9558308806383702	3	2	2	2	1	False	60763	maximal	True	ENG0097_000000018495	1.0		1	1	False	False	0.9740719199180603	0					non-mobilizable	no_good_hit	834.0	99.64	49.0	0.000850497280552813	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
ISR0175_000000007233	3189	0.9558204743348052	3	2	1	1	2	False	84790	fragment	False	ISR0175_000000007233	1.0		0	0	False	False	0.9865161776542664	0	rep_cluster_2131				non-mobilizable	plasmid	3150.0	99.87299999999999	99.0	0.6097230292465621	CP023837.1	enterobacteria	Escherichia coli strain 4/2-1 plasmid p4_2_1.3, complete sequence	False	True
CHI0030_000000003462	1760	0.9558198299944458	4	2	2	2	2	False	88518	maximal	True	CHI0030_000000003462	1.0		1	1	False	False	0.980681836605072	0					non-mobilizable	no_good_hit	201.0	83.58200000000001	11.0	6.097526830673546e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0060_000000005733	4798	0.955817425099024	5	5	5	5	3	False	125061	maximal	True	AST0060_000000005733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3346.0	99.014	70.0	0.012075984698931962	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
FIJ0047_000000007069	4200	0.9558161735748404	12	2	0	2	1	True	46904	maximal	True	FIJ0047_000000007069	1.0		2	1	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
ISR0115_000000014754	2285	0.9558161735748404	4	2	0	2	1	True	32476	maximal	True	ISR0115_000000014754	1.0		1	1	True	True	0.9833698272705078	2					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00012423334946187343	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ISR0049_000000004140	6371	0.9558146440334306	7	3	3	3	3	False	87565	maximal	True	ISR0049_000000004140	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	100.0	19.0	0.00042447898165231764	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
ENG0185_000000008931	2354	0.955812286612874	3	2	2	2	2	False	55055	maximal	True	ENG0185_000000008931	1.0		0	0	False	False	0.9953271150588989	0					non-mobilizable	no_good_hit	1808.0	95.40899999999999	77.0	0.007824746577489812	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
FIJ0095_000000016597	1651	0.9558036944424392	5	2	0	1	2	False	51510	fragment	False	FIJ0095_000000016597	1.0		0	0	False	False	0.9945487380027771	0					non-mobilizable	no_good_hit	472.0	98.51700000000001	67.0	0.17266715650257164	CP056128.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 plasmid pRHBSTW-01009_3, complete sequence	True	False
MAD0043_000000018590	1434	0.9558036944424392	3	2	0	1	2	False	51504	fragment	False	MAD0043_000000018590	1.0		0	0	False	False	0.9846583008766174	0					non-mobilizable	no_good_hit	471.0	98.514	78.0	0.17266715650257164	CP056128.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 plasmid pRHBSTW-01009_3, complete sequence	True	False
MAD0072_000000004568	1362	0.9558036944424392	4	2	0	1	2	False	51506	fragment	False	FIJ0063_000000020438	0.9592487597448618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	98.51700000000001	82.0	0.17266715650257164	CP056128.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 plasmid pRHBSTW-01009_3, complete sequence	True	False
FIJ0007_000000016583	1146	0.9558036944424392	3	2	0	1	2	False	51503	fragment	False	FIJ0007_000000016583	1.0		0	0	False	False	0.9991273880004883	0					non-mobilizable	plasmid	533.0	98.68700000000001	100.0	0.19507714915503307	CP056128.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 plasmid pRHBSTW-01009_3, complete sequence	False	True
FIJ0062_000000001693	13943	0.955800790894088	17	5	5	4	3	True	97608	fragment	False	FIJ0052_000000001341	0.21514363389978872		0	0	False	False	0.9999282956123352	0					non-mobilizable	no_good_hit	739.0	85.38600000000001	7.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
USA0018_01_000000016004	1358	0.955799626229347	2	1	1	1	1	False	68950	fragment	False	USA0018_01_000000016004	0.9985272459499264		0	0	False	False	0.9926362037658691	0					non-mobilizable	other	1286.0	99.611	99.0	0.00033925610245164674	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
DEN0085_000000020695	1358	0.955799626229347	2	1	1	1	1	False	68950	fragment	False	USA0018_01_000000016004	0.998159057437408		0	0	False	False	0.9955817461013794	0					non-mobilizable	other	1286.0	99.92200000000001	100.0	0.00033925610245164674	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
ENG0047_000000002365	5956	0.9557964319724326	5	4	2	4	1	False	109930	fragment	False	ENG0047_000000002365	0.9752520623281393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	80.93	4.0	8.666326009197752e-05	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	False
ISR0124_000000007451	2009	0.955792827180592	3	2	1	2	1	False	79137	fragment	False	ISR0124_000000007451	1.0		0	0	False	False	0.9885514974594116	0					non-mobilizable	other	2021.0	99.109	100.0	0.003623994431248161	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
FIJ0044_000000000549	26531	0.9557903672808922	35	9	4	5	5	False	47143	maximal	True	FIJ0044_000000000549	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5247.0	88.20299999999999	41.0	0.0922624322121008	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0362_000000001566	14171	0.95578999869472	13	8	5	7	8	False	75559	maximal	True	ISR0362_000000001566	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	84.227	11.0	0.0005385506323425909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0396_000000002502	7653	0.9557898501943878	9	6	3	5	4	False	22692	maximal	True	ISR0396_000000002502	1.0		1	1	False	False	0.9969946146011353	0					non-mobilizable	no_good_hit	2945.0	95.382	62.0	0.0005579159038066034	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
FIJ0039_000000012380	1863	0.9557756497836166	3	2	1	1	2	False	47564	fragment	False	FIJ0039_000000012380	1.0		0	0	False	False	1.0	0	rep_cluster_2134				non-mobilizable	plasmid	1871.0	92.624	100.0	0.3815573770491803	LC056256.1	enterobacteria	Escherichia coli plasmid pV097-a DNA, contig: V097-a_scaffold_12, strain: V097	False	True
CHI0149_000000002311	7127	0.9557747115417844	12	2	1	2	1	False	110783	fragment	False	CHI0149_000000002311	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2912.0	98.18	69.0	0.04421872148896053	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
FIJ0005_000000027404	1339	0.9557688911700292	2	1	0	1	1	False	51861	fragment	False	FIJ0005_000000027404	1.0		0	0	False	False	0.9962658882141113	0				MOB_unknown	mobilizable	plasmid	1339.0	100.0	100.0	0.5362725450901804	CP049191.1	enterobacteria	Enterobacter hormaechei strain Y323 plasmid pY323-3, complete sequence	False	True
SPA0003_000000009534	1900	0.9557637603533014	5	2	1	2	2	False	27012	fragment	False	SPA0003_000000009534	0.9716274089935761		0	0	False	False	0.9884210228919983	0					non-mobilizable	other	1900.0	99.947	100.0	0.003406913576703098	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0088_000000000481	31905	0.955758789058683	32	19	14	19	11	False	122570	fragment	False	ISR0088_000000000481	1.0		0	0	False	False	0.9999686479568481	0					non-mobilizable	no_good_hit	7673.0	97.55	69.0	0.1716760289147998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
DEN0001_000000002457	11459	0.9557579923257008	10	7	3	5	5	False	76987	fragment	False	USA0081_01_000000001790	0.1268762570128083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	99.48700000000001	7.0	0.9067599067599068	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ENG0102_000000006828	3864	0.9557563267925347	4	4	4	4	3	False	114950	fragment	False	ENG0102_000000006828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	76.51	4.0	0.00027295178661900605	NZ_LN868535.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
ISR0799_000000001652	7265	0.955755663278855	13	10	7	7	7	True	125384	fragment	False	ISR0799_000000001652	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6996.0	87.09299999999999	96.0	0.001987617633056787	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0087_000000002006	12755	0.9557522121933804	12	11	2	6	11	False	61404	maximal	True	ENG0087_000000002006	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	12766.0	97.47	100.0	0.1369807105726683	CP041570.1	enterobacteria	Escherichia coli strain 405 plasmid p168-7	False	True
DEN0078_000000005528	4771	0.955751086984394	6	3	3	3	2	False	96032	maximal	True	DEN0078_000000005528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	79.703	31.0	0.002513426901025047	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	True	False
ISR0192_000000001007	16410	0.955747818873141	18	13	5	9	12	False	29138	maximal	True	ISR0192_000000001007	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8198.0	90.303	79.0	0.001540305089259164	CP032200.1	enterobacteria	Klebsiella pneumoniae strain AR_0097 chromosome, complete genome	True	False
ENG0058_000000007528	4045	0.9557443471935876	6	4	1	2	4	False	63474	maximal	True	ENG0058_000000007528	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	99.94200000000001	73.0	0.24729476266051076	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	True	False
ISR0289_000000002636	3048	0.9557388433853836	4	3	3	3	3	False	77253	fragment	False	MON0008_000000010142	0.5807833668946106		0	0	False	False	0.9996719360351562	0					non-mobilizable	no_good_hit	2575.0	98.01899999999999	84.0	0.0007749821082704802	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0034_000000002119	6634	0.9557379081549372	9	6	3	3	6	False	123628	fragment	False	USA0108_01_000000001009	0.08049718872990673		0	0	False	True	1.0	0					non-mobilizable	plasmid	6634.0	99.714	100.0	0.21397210743801653	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0031_000000004363	4412	0.9557341328983556	5	5	5	5	4	False	100443	fragment	False	FIJ0123_000000006645	0.7912879002427845		0	0	False	True	0.9993200302124023	0					non-mobilizable	no_good_hit	705.0	75.745	16.0	0.000552451003805066	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
TAN0009_000000025463	1656	0.9557338499881298	3	2	0	2	1	True	131638	maximal	False	ENG0196_000000006783	0.4775974366501867		0	0	True	True	1.0	164					non-mobilizable	plasmid	1047.0	95.22399999999999	98.0	0.6488169364881694	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
CAN0003_000000002410	15710	0.9557325827209556	22	22	8	13	19	True	132521	backbone	False	USA0060_01_000000001071	0.9548685232594474	PS1166	0	0	False	True	0.9998726844787598	0			MPF_T		non-mobilizable	plasmid	15687.0	97.15700000000001	99.0	0.4280908096280088	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
DEN0073_000000001825	15311	0.9557325827209556	23	22	8	13	19	True	132521	backbone	False	USA0060_01_000000001071	0.9629998854236199	PS1166	0	0	False	True	0.9997387528419495	0			MPF_T		non-mobilizable	plasmid	15301.0	99.444	99.0	0.2999000333222259	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AST0140_000000017719	1627	0.9557264311316362	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7229648336287727		0	0	False	False	0.9981561303138733	0					non-mobilizable	other	1627.0	98.648	100.0	0.00233782926944992	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
MAD0039_000000005098	2692	0.9557188687052932	4	4	1	3	3	True	18488	fragment	False	MAD0039_000000005098	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2692.0	100.0	100.0	0.08293524825099392	JX258655.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg plasmid pSH146_32, complete sequence	False	True
MON0015_000000018958	1993	0.955718432398706	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9499411928411785		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	97.492	96.0	0.0005312383713503397	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0142_000000009778	3186	0.9557174244090232	5	3	3	3	3	False	95373	fragment	False	ENG0142_000000009778	0.9696320410798708		0	0	False	False	0.9978029131889343	0					non-mobilizable	no_good_hit	574.0	76.307	18.0	0.0007605231226999503	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0126_000000003892	12225	0.9557153375471508	11	6	4	5	4	True	102039	fragment	False	ISR0126_000000003892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	98.762	3.0	0.8009950248756219	GQ883039.1		Uncultured organism clone VC1D785TR genomic sequence	True	True
MON0073_000000003359	1278	0.9557038301450518	2	1	1	1	1	True	82364	fragment	False	MON0073_000000003359	1.0		0	0	False	False	0.9788732528686523	0					non-mobilizable	other	1278.0	100.0	100.0	0.0021815075806107197	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	True
MAD0049_000000001262	9771	0.9556961359355608	11	8	8	7	6	False	17500	maximal	True	MAD0049_000000001262	1.0		1	1	False	False	0.9998976588249207	0					non-mobilizable	no_good_hit	1690.0	89.941	26.0	0.0002714165750649173	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
FIJ0076_000000000443	29952	0.955686754884518	33	14	8	12	7	True	116871	fragment	False	FIJ0076_000000000443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	83.935	4.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0100_000000009738	4076	0.9556839469408468	5	4	3	4	2	False	70923	maximal	True	MON0100_000000009738	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1564.0	96.73899999999999	54.0	0.01503448408537817	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CAN0008_000000011702	2482	0.9556791696831658	3	3	2	3	1	True	95021	maximal	True	CAN0008_000000011702	1.0		2	1	False	False	0.9939565062522888	0					non-mobilizable	no_good_hit	1591.0	98.11399999999999	84.0	0.6304520222045995	LN853268.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0642	True	True
USA0135_01_000000003052	4710	0.9556666535147368	6	5	4	5	3	False	107278	maximal	True	USA0135_01_000000003052	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	95.76700000000001	12.0	0.00015827249210105616	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0100_000000008717	1523	0.9556659233173391	1	1	1	1	1	False	108602	fragment	False	USA0038_01_000000009569	0.725379206706606		0	0	False	False	0.9960604310035706	0					non-mobilizable	chromosome	1412.0	99.71700000000001	100.0	0.0003190152068440301	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0038_01_000000009569	1496	0.9556659233173391	2	1	1	1	1	False	108602	fragment	False	USA0038_01_000000009569	0.9627087339272085		0	0	False	False	1.0	0					non-mobilizable	chromosome	1496.0	99.666	100.0	0.00033802036810282336	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0111_000000022894	1492	0.9556659233173391	2	1	1	1	1	False	108602	fragment	False	USA0038_01_000000009569	0.9415566783937845		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	99.13	96.0	0.00028598242656088937	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0063_000000021184	1459	0.9556659233173391	3	1	1	1	1	False	108602	fragment	False	USA0038_01_000000009569	0.9592353306877426		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	100.0	100.0	0.0002721810594562895	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0140_000000014342	1291	0.9556659233173391	1	1	1	1	1	False	57776	fragment	False	ENG0140_000000014342	1.0		0	0	False	False	0.9868319034576416	0					non-mobilizable	chromosome	1272.0	99.921	100.0	0.0002873399380793746	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0821_000000030140	1119	0.9556659233173391	1	1	1	1	1	False	21202	fragment	False	ISR0821_000000030140	1.0		0	0	False	False	0.989276111125946	0					non-mobilizable	chromosome	1120.0	99.286	100.0	0.0002531758981974962	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0173_000000005378	1781	0.9556648422240032	3	3	3	2	1	False	30538	fragment	False	ISR0173_000000005378	1.0		0	0	False	False	0.996069610118866	0					non-mobilizable	other	1781.0	100.0	100.0	0.00033729535362385957	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0058_000000019024	1407	0.9556612172030924	1	1	0	1	1	True	55042	maximal	False	ENG0185_000000014200	0.9984297891431134		0	0	True	True	1.0	44	Col(KPHS6)				non-mobilizable	plasmid	1059.0	100.0	100.0	0.808868501529052	NC_016841.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 plasmid pKPHS6, complete sequence	False	True
ISR0383_000000010976	1387	0.9556612172030924	1	1	0	1	1	True	55042	maximal	False	ENG0185_000000014200	0.997027264598934		0	0	True	True	1.0	50	Col(KPHS6)				non-mobilizable	plasmid	985.0	99.898	100.0	0.7522935779816514	NC_016841.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 plasmid pKPHS6, complete sequence	False	True
ENG0185_000000014200	1347	0.9556612172030924	1	1	0	1	1	True	55042	maximal	True	ENG0185_000000014200	0.9985974754558206		4	3	True	True	1.0	213	Col(KPHS6)				non-mobilizable	plasmid	842.0	100.0	100.0	0.6429663608562691	NC_016841.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 plasmid pKPHS6, complete sequence	False	True
FIJ0063_000000020438	1411	0.9556508101487928	4	3	0	1	3	False	51506	fragment	False	FIJ0063_000000020438	0.9761380323054332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	98.726	77.0	0.17266715650257164	CP056128.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 plasmid pRHBSTW-01009_3, complete sequence	True	False
FIJ0002_000000017265	2087	0.9556450545247512	6	3	1	2	2	False	52393	maximal	True	FIJ0002_000000017265	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0072_01_000000008173	2370	0.9556258498224408	2	1	1	1	1	True	86140	maximal	False	USA0056_01_000000007597	0.6965139294682775		0	0	False	True	0.9957805871963501	0					non-mobilizable	no_good_hit	220.0	85.90899999999999	9.0	0.0007785775820119742	NZ_QRST01000001.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf1, whole genome shotgun sequence	True	True
ISR0337_000000009374	1181	0.9556258498224408	1	1	1	1	1	True	77120	fragment	False	CHI0186_000000015541	0.9392265193370166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0112_000000006543	4111	0.9556238186313656	5	4	3	4	3	False	18394	fragment	False	MAD0112_000000006543	1.0		0	0	False	False	0.9997567534446716	0					non-mobilizable	no_good_hit	135.0	78.51899999999999	3.0	0.00014134651150433074	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
SPA0097_000000003110	8387	0.9556181295543044	13	5	5	4	5	False	118772	fragment	False	SPA0097_000000003110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2942.0	94.833	62.0	0.01766611466353999	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
DEN0063_000000017394	2691	0.9556180132447444	4	4	4	4	4	False	95480	fragment	False	DEN0010_000000015510	0.9711184750285499		0	0	False	False	1.0	0					non-mobilizable	other	1899.0	78.252	93.0	0.03912225705329154	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
FIJ0032_000000000968	27776	0.9556007641700336	36	14	6	12	7	True	48495	maximal	True	FIJ0032_000000000968	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	84.226	3.0	0.00023208443672260184	CP055232.1	firmicutes	Enterococcus hirae strain 708 chromosome, complete genome	True	True
USA0101_01_000000021222	1442	0.95559793091431	2	2	2	1	1	False	131371	fragment	False	AST0002_000000024033	0.5264762119346974		0	0	False	False	0.9202496409416199	0					non-mobilizable	no_good_hit	77.0	100.0	5.0	2.1105131323902672e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0045_000000038543	1143	0.95559793091431	2	2	2	1	1	False	131371	fragment	False	AST0002_000000024033	0.2582086903671721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000002307	6510	0.9555937458484296	6	3	3	2	2	False	70694	fragment	False	ISR0374_000000002307	1.0		0	0	False	False	0.9992319345474243	0					non-mobilizable	no_good_hit	1131.0	90.539	17.0	0.10265744448489261	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0081_000000001360	16016	0.9555854642526028	23	10	6	10	6	True	53558	maximal	True	FIJ0081_000000001360	0.9756293126179891	PS226|PS228	3	1	True	True	1.0	7					non-mobilizable	no_good_hit	1112.0	74.55	7.0	0.0003672242124286042	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0161_000000000795	15995	0.9555854642526028	23	10	6	10	6	True	53558	maximal	False	FIJ0081_000000001360	0.9754229353703665	PS226|PS228	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1112.0	74.46	7.0	0.0003672242124286042	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0089_000000001264	14727	0.9555688342716128	13	8	5	8	3	True	47042	fragment	False	FIJ0089_000000001264	1.0		0	0	False	False	0.9995926022529602	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00044022696145568384	NZ_FMTY01000009.1	CFB group bacteria	Flavobacterium saliperosum strain CGMCC 1.3801, whole genome shotgun sequence	True	True
AST0111_000000004427	4517	0.9555668706421416	5	3	2	2	1	True	106848	maximal	True	AST0111_000000004427	1.0		0	0	False	False	0.9942439794540405	0					non-mobilizable	no_good_hit	1712.0	93.633	48.0	0.42148148148148146	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0159_000000016002	1443	0.9555659109952644	2	1	1	1	1	False	64556	fragment	False	ENG0159_000000016002	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	76.122	43.0	0.00020760362627836575	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
ENG0044_000000004097	4239	0.9555657733857214	4	3	1	3	0	True	87779	fragment	False	ENG0044_000000004097	0.9636766842547985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	79.126	5.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
SPA0074_000000006104	4140	0.9555657733857214	4	3	1	3	0	True	87779	fragment	False	ENG0044_000000004097	0.9561212397514184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	79.126	5.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
ISR0024_000000002901	6597	0.9555627935349326	11	7	5	6	7	False	119281	maximal	True	ISR0024_000000002901	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	89.79899999999999	9.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0097_000000005108	5785	0.9555605742206164	7	5	3	3	4	False	30898	fragment	False	MON0097_000000005108	1.0		0	0	False	False	0.9998271465301514	0					non-mobilizable	other	2975.0	90.555	90.0	0.2513545546901456	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
MON0087_000000009035	5123	0.9555605742206164	6	5	3	3	4	False	30897	fragment	False	MON0087_000000009035	1.0		0	0	False	False	0.9820417761802673	0					non-mobilizable	no_good_hit	2975.0	90.521	87.0	0.2513545546901456	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ENG0121_000000011782	1402	0.9555526229754041	2	1	1	1	1	True	59112	fragment	False	ENG0121_000000011782	0.9358274187675358		0	0	False	False	0.9714693427085876	0					non-mobilizable	other	1337.0	93.26899999999999	95.0	0.0004280989518314869	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0078_01_000000013318	1313	0.9555526229754041	2	1	1	1	1	True	59112	fragment	False	ENG0121_000000011782	0.9273597942594163		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	93.428	100.0	0.0002438415483144235	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0152_000000011605	2033	0.9555524560968209	3	3	2	3	2	False	32883	fragment	False	ISR0152_000000011605	1.0		0	0	False	False	0.9734382629394531	0					non-mobilizable	no_good_hit	102.0	77.45100000000001	5.0	5.64769345917231e-05	NZ_CP044534.1	firmicutes	Lactobacillus frumenti strain LF145 chromosome, complete genome	True	False
FIJ0054_000000013408	1869	0.9555517045012234	2	2	1	2	2	False	59649	fragment	False	FIJ0054_000000013408	1.0		0	0	False	False	0.9989299178123474	0	Col156				non-mobilizable	plasmid	1878.0	95.101	100.0	0.3100581878636742	CP037999.1	enterobacteria	Shigella sonnei strain FC1653 plasmid unnamed2, complete sequence	False	True
MON0080_000000007934	5071	0.9555514638018066	6	6	3	3	4	False	130161	maximal	True	MON0080_000000007934	1.0	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	50	8	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	3979.0	97.11	78.0	0.7903643241090982	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
CHI0122_000000011492	1244	0.9555492115873756	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.9279817589704369		0	0	False	False	0.9911575317382812	0					non-mobilizable	other	1244.0	97.749	100.0	0.00798596833881579	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
CHI0126_000000001903	7349	0.9555471337318788	11	5	5	4	5	False	119944	maximal	True	CHI0126_000000001903	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	2192.0	99.133	78.0	0.0004864299374304505	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CAN0015_000000011514	3480	0.9555455296342696	6	2	1	2	1	False	93318	fragment	False	CAN0015_000000011514	1.0		0	0	False	False	0.9974138140678406	0					non-mobilizable	no_good_hit								True	False
AST0052_000000002304	7955	0.955545029568535	11	6	1	2	4	False	132333	backbone	False	SPA0056_000000003686	0.988034056624968	PS1157	0	0	True	True	0.9993714690208435	17					non-mobilizable	no_good_hit	1395.0	94.337	26.0	0.12816017715445654	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
SPA0092_000000004437	7937	0.955545029568535	11	6	1	2	4	False	132333	backbone	False	SPA0056_000000003686	0.9875076145541779	PS1157	0	0	True	True	0.9991180300712585	15					non-mobilizable	no_good_hit	987.0	96.454	26.0	0.09079165897767116	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ENG0018_000000002778	7937	0.955545029568535	11	6	1	2	4	False	132333	backbone	False	SPA0056_000000003686	0.987806304578437	PS1157	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	985.0	96.447	26.0	0.09060712308544012	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0154_000000006898	3324	0.955543626992921	5	3	2	3	3	False	30633	maximal	True	ISR0154_000000006898	1.0		2	1	False	False	0.9996991753578186	0					non-mobilizable	no_good_hit	1348.0	99.62899999999999	41.0	0.00037952310822381776	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
FIJ0068_000000026287	1224	0.9555399308181612	2	2	1	1	2	False	45021	maximal	True	FIJ0068_000000026287	0.9991258741258742		3	2	False	False	0.9967319965362549	0					non-mobilizable	chromosome	1224.0	99.91799999999999	100.0	0.000263690165995439	CP042945.1	enterobacteria	Escherichia fergusonii strain ATCC 35471 chromosome, complete genome	False	False
ISR0127_000000004156	5089	0.955539379420716	10	4	3	2	3	False	31918	maximal	True	ISR0127_000000004156	1.0		1	1	False	False	0.9998034834861755	0					non-mobilizable	no_good_hit	510.0	91.765	29.0	0.009002941906213448	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0046_000000014386	2156	0.9555347846224844	3	2	0	2	2	True	46976	maximal	True	FIJ0046_000000014386	1.0		1	1	False	False	0.9967532753944397	0					non-mobilizable	no_good_hit	525.0	73.714	24.0	0.18305814788226848	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	True	True
ENG0006_000000000764	28739	0.9555269984006312	45	24	16	20	18	True	125421	maximal	False	SPA0136_000000000618	0.6837312150588624		0	0	False	False	0.9995128512382507	0					non-mobilizable	other	28742.0	98.40700000000001	99.0	0.008202490401553561	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AUS0006_000000001736	9017	0.9555230091752271	12	11	4	5	10	True	132506	backbone	False	ISR0038_000000002833	0.9973715477496964	PS1165|PS799|PS800	0	0	True	True	0.9986692070960999	6	rep_cluster_1097	MOBB			mobilizable	plasmid	6557.0	99.92399999999999	100.0	0.7336317851147174	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0186_000000014291	2110	0.9555222114750712	5	3	3	2	2	False	29333	maximal	True	ISR0186_000000014291	1.0		0	0	False	False	0.9748815298080444	0					non-mobilizable	no_good_hit	909.0	94.169	50.0	0.0003187494618686731	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
AST0116_000000002264	9456	0.955520142500629	7	4	3	4	3	True	106288	fragment	False	AST0116_000000002264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	93.902	1.0	3.2036310983194386e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0052_000000003503	7725	0.955520142500629	7	4	3	4	3	True	63675	fragment	False	ISR0052_000000003503	1.0		0	0	False	False	0.9992232918739319	0					non-mobilizable	no_good_hit	54.0	90.741	1.0	1.3253363040871621e-05	NZ_JYNR01000001.1	g-proteobacteria	Marinobacter excellens HL-55 K417DRAFT_unitig_0_quiver_dupTrim_3826.1_C, whole genome shotgun sequence	True	True
ISR0120_000000009183	3325	0.9555190800324352	5	5	4	5	4	False	115023	fragment	False	ISR0120_000000009183	1.0		0	0	False	False	0.9984962344169617	0					non-mobilizable	no_good_hit	390.0	85.385	31.0	0.00010904040509072556	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0051_000000002581	10224	0.9555175834311236	21	5	3	4	2	True	88760	maximal	True	ENG0051_000000002581	1.0		1	1	False	False	0.9998043775558472	0					non-mobilizable	no_good_hit	2333.0	98.54299999999999	84.0	0.04132846560096409	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0033_000000002624	19405	0.9555056749941891	14	11	11	11	10	False	97418	fragment	False	MON0033_000000002624	1.0		0	0	False	False	0.9998969435691833	0					non-mobilizable	other	19421.0	99.07799999999999	100.0	0.025329568820649847	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
CAN0003_000000014202	3480	0.9555040356982054	5	1	1	1	1	False	96713	maximal	True	CAN0003_000000014202	1.0		9	6	False	False	0.9985632300376892	0					non-mobilizable	no_good_hit	1110.0	94.955	64.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
DEN0018_000000013430	2776	0.9555040356982054	4	1	1	1	1	False	75126	fragment	False	DEN0018_000000013430	1.0		0	0	False	False	0.9996397495269775	0					non-mobilizable	no_good_hit	1110.0	94.955	80.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
USA0030_01_000000007247	2331	0.9555040356982054	4	1	1	1	1	False	63457	fragment	False	USA0030_01_000000007247	1.0		0	0	False	False	0.9901329874992371	0					non-mobilizable	no_good_hit	1110.0	94.865	72.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0069_000000011134	2083	0.9555040356982054	2	1	1	1	1	False	63456	fragment	False	ENG0058_000000016023	0.9705882352941178		0	0	False	False	0.999519944190979	0					non-mobilizable	no_good_hit	1110.0	94.955	71.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0076_000000001181	7753	0.9554992899038366	5	5	3	5	3	True	63223	fragment	False	SPA0076_000000001181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0034_000000000826	12326	0.9554957338939108	18	16	2	10	16	True	85502	fragment	False	MAD0034_000000000826	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5138.0	96.80799999999999	90.0	0.06758909411656289	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
USA0086_01_000000005790	3157	0.9554927247012178	3	3	2	3	2	False	128283	maximal	True	USA0086_01_000000005790	1.0		0	0	False	False	0.999049723148346	0					non-mobilizable	other	1837.0	98.74799999999999	99.0	0.0006664039788130746	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0192_000000005546	3387	0.9554921707126448	3	2	0	2	1	True	125138	fragment	False	ENG0192_000000005546	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	1586.0	96.28	53.0	0.36063708759954494	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
MON0078_000000014589	2916	0.9554852818408048	4	2	2	2	2	False	10166	maximal	True	MON0078_000000014589	1.0		0	0	False	False	0.9907407164573669	0					non-mobilizable	no_good_hit	132.0	76.515	5.0	0.005217460570336148	NZ_ATVG01000019.1	high GC Gram+	Corynebacterium massiliense DSM 45435 G488DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ISR0052_000000006206	4892	0.9554812307742924	6	3	2	2	3	False	69605	maximal	True	ISR0052_000000006206	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	96.389	16.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0160_000000002392	9612	0.9554789187263034	10	8	3	4	7	True	92176	maximal	True	ISR0160_000000002392	1.0		1	1	True	True	1.0	40		MOBB			mobilizable	no_good_hit	2310.0	94.329	48.0	0.38740554156171286	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
ISR0089_000000003372	6266	0.9554737068370972	8	5	4	4	3	False	33760	fragment	False	ISR0089_000000003372	1.0		0	0	False	False	0.9977657198905945	0					non-mobilizable	no_good_hit								True	False
DEN0043_000000001884	3198	0.9554664880695553	4	3	3	3	3	False	90046	fragment	False	DEN0043_000000001884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2208.0	99.774	69.0	0.0009332168538879243	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
DEN0052_000000013001	3118	0.9554650460507556	3	2	2	2	2	False	124040	maximal	True	DEN0052_000000013001	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1895.0	95.40899999999999	61.0	0.0005256843894229968	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0853_000000004208	3746	0.9554575071207702	6	5	4	4	4	True	122495	fragment	False	SPA0116_000000008534	0.563743002462668		0	0	False	False	0.999733030796051	0					non-mobilizable	plasmid	3162.0	100.0	100.0	0.39369784531074853	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0853_000000001148	9920	0.9554502011405492	6	4	4	4	3	False	121424	fragment	False	USA0093_01_000000001920	0.9943565921102443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	85.59100000000001	29.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0137_000000009296	3919	0.95544837643292	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9233133760708436	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3816.0	98.84700000000001	99.0	0.0007880284144781523	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0126_000000010348	3725	0.95544837643292	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9276498036070883	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3566.0	99.32700000000001	99.0	0.0007365813575287396	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0116_01_000000007136	3693	0.95544837643292	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9271511071036763	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3566.0	99.32700000000001	100.0	0.0007365813575287396	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
FIJ0151_000000006210	2852	0.9554471137441162	3	3	0	3	3	False	116138	fragment	False	FIJ0151_000000006210	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	1541.0	97.59899999999999	100.0	0.010068892421833599	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
FIJ0132_000000012117	2561	0.9554471137441162	3	3	0	3	3	False	116136	fragment	False	FIJ0132_000000012117	1.0		0	0	False	False	0.9996095299720764	0	IncFII				non-mobilizable	chromosome	2554.0	99.374	99.0	0.00042427279095217084	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	True
USA0011_01_000000012829	2886	0.9554450970021564	4	4	4	3	3	False	95563	fragment	False	USA0011_01_000000012829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0031_000000003196	5448	0.9554311099127181	5	3	1	3	2	False	37023	maximal	True	ISR0031_000000003196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.004101071570313534	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	False
MON0009_000000012853	2724	0.9554296682590276	4	4	4	4	2	False	110577	fragment	False	MON0009_000000012853	1.0		0	0	False	False	0.997063159942627	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000001165	16114	0.9554274893575536	19	13	11	13	9	False	123927	fragment	False	SPA0145_000000000420	0.20232339690660744		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	14418.0	99.979	89.0	0.1438707488424078	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0138_000000002078	12395	0.9554262385238589	18	11	8	9	7	True	126208	backbone	False	ISR0395_000000002325	0.57114576847483	PS943|PS946|PS949	0	0	True	True	1.0	192					non-mobilizable	no_good_hit	1604.0	73.317	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0056_000000000137	6270	0.9554138940745328	11	9	2	4	7	True	123826	backbone	False	ISR0183_000000005642	0.18776296355011368	PS486|PS905	0	0	True	True	1.0	160	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1898.0	94.679	67.0	0.2274636898331533	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
MAD0035_000000011285	1972	0.9554136985554724	2	2	2	2	2	False	18772	fragment	False	MAD0035_000000011285	1.0		0	0	False	False	0.9792089462280273	0					non-mobilizable	no_good_hit	817.0	72.215	41.0	0.01094013809007426	NZ_FNHZ01000010.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
TAN0003_000000002335	3200	0.9554097974814301	3	3	3	3	3	False	66418	maximal	True	TAN0003_000000002335	1.0		4	1	False	False	0.9996874928474426	0					non-mobilizable	no_good_hit	125.0	79.2	4.0	8.982044603095039e-05	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ISR0364_000000005606	2823	0.9554068120090786	4	3	2	3	3	False	128291	fragment	False	ISR0364_000000005606	1.0		0	0	False	False	0.9992915391921997	0					non-mobilizable	chromosome	1870.0	98.663	100.0	0.000656827722417365	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0173_000000004136	4499	0.9554055691380766	6	4	2	4	4	True	91860	fragment	False	ENG0173_000000004136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
ENG0180_000000008037	2150	0.9554036029447698	3	3	3	2	2	False	122158	fragment	False	ENG0180_000000008037	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	93.51899999999999	100.0	0.00033429083061333034	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0042_000000002960	7146	0.9553995058871116	4	3	2	2	2	True	81563	maximal	True	ISR0042_000000002960	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	88.73100000000001	24.0	0.2326947637292465	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0058_000000003249	5002	0.9553949710172396	6	4	2	3	4	False	129760	maximal	True	AST0058_000000003249	1.0	PS1061|PS1063	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1778.0	91.395	36.0	0.0004748663835333918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0116_000000005760	6305	0.9553940069177594	9	8	3	6	7	True	73769	maximal	True	SPA0116_000000005760	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4302.0	93.00299999999999	68.0	0.0013767200175090546	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0168_000000001184	19802	0.9553922389234979	20	14	11	14	12	False	56015	maximal	True	ENG0168_000000001184	1.0		1	1	False	False	0.9998990297317505	0					non-mobilizable	no_good_hit	651.0	72.197	3.0	0.00013367085744553952	CP040914.1	a-proteobacteria	Mesorhizobium sp. 8 chromosome, complete genome	True	False
FIJ0163_000000004425	5613	0.955391104061544	7	7	7	6	5	False	59346	fragment	False	FIJ0163_000000004425	0.9659298502009499		0	0	False	True	1.0	0					non-mobilizable	chromosome	5613.0	98.895	100.0	0.0012145765638890867	CP047570.1	enterobacteria	Enterobacter hormaechei strain F2 chromosome, complete genome	False	True
ISR0103_000000018893	1583	0.9553836023160116	3	2	2	2	2	False	33031	fragment	False	ISR0103_000000018893	1.0		0	0	False	False	0.9911560416221619	0					non-mobilizable	no_good_hit								True	False
MAD0086_000000001419	4538	0.9553757564536826	5	4	2	3	4	False	33672	fragment	False	MAD0086_000000001419	1.0		0	0	False	False	0.9980167746543884	0					non-mobilizable	chromosome	2851.0	84.988	98.0	0.0011629927790667888	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0036_000000007707	3113	0.9553707003744654	3	2	2	2	2	False	30329	maximal	True	SPA0036_000000007707	1.0		6	5	False	False	0.9996787905693054	0					non-mobilizable	no_good_hit	1728.0	72.685	54.0	0.003912572337629401	NZ_OAOF01000003.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0099_000000005285	4076	0.955368846910854	5	5	4	5	3	False	103306	fragment	False	ISR0099_000000005285	1.0		0	0	False	False	0.9992640018463135	0					non-mobilizable	other	4056.0	99.43299999999999	99.0	0.015180386416642645	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ENG0153_000000007493	3869	0.9553676247593412	6	2	1	2	1	False	60694	maximal	True	ENG0153_000000007493	1.0		1	1	False	False	0.9875937104225159	0					non-mobilizable	no_good_hit								True	False
ISR0159_000000012455	2094	0.9553640720113992	3	3	3	2	3	True	84214	fragment	False	ISR0159_000000012455	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2094.0	97.851	100.0	0.0005812242086964249	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MAD0104_000000002169	4634	0.9553640428374274	5	5	4	5	5	False	109690	fragment	False	MAD0104_000000002169	1.0		0	0	False	False	0.9989210367202759	0					non-mobilizable	chromosome	4634.0	99.82700000000001	100.0	0.0009472055086348424	CP024252.1	enterobacteria	Escherichia coli O182:H21 strain D181 chromosome, complete genome	False	False
ISR0350_000000002661	5756	0.955363743332825	9	7	2	2	6	True	128673	backbone	True	ISR0350_000000002661	1.0	PS1043|PS1044|PS122|PS690|PS827|PS890	0	0	True	True	0.9996525645256042	4	rep_cluster_1152	MOBQ			mobilizable	no_good_hit	3541.0	99.689	81.0	0.7225398121682319	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
SPA0008_000000011833	2565	0.9553607623394114	5	2	2	2	1	False	20389	fragment	False	SPA0008_000000011833	1.0		0	0	False	False	0.9984405636787415	0					non-mobilizable	no_good_hit	67.0	91.045	3.0	0.0005322323113397738	NZ_FMZV01000017.1	a-proteobacteria	Ruegeria marina strain CGMCC 1.9108, whole genome shotgun sequence	True	False
DEN0066_000000001228	17916	0.9553572391550296	21	8	2	4	5	False	71245	fragment	False	DEN0073_000000001373	0.9689237544728875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2520.0	72.937	26.0	0.00408756215601471	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ETH0005_000000032880	1419	0.9553503846444732	2	1	1	1	1	False	53058	fragment	False	ETH0003_000000029851	0.9880197322057787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000005862	4485	0.9553465312208754	8	4	3	4	3	True	125430	fragment	False	SPA0028_000000005862	1.0		0	0	False	False	0.9984392523765564	0					non-mobilizable	no_good_hit	1137.0	81.706	40.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0007_000000005963	3971	0.9553465312208754	8	4	3	4	3	True	125424	fragment	False	SPA0007_000000005963	0.9715855256530614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	81.618	39.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0010_000000004436	3826	0.9553465312208754	7	4	3	4	3	True	125424	fragment	False	SPA0007_000000005963	0.8263733965090084		0	0	False	False	0.9976477026939392	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	46.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0050_000000002967	3243	0.9553206693470944	4	4	4	4	4	False	96700	fragment	False	CHI0152_000000002023	0.689332591749424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1989.0	78.783	85.0	0.041003134796238246	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
SPA0049_000000002403	9066	0.9553137620191994	10	6	3	6	4	False	57627	maximal	True	SPA0049_000000002403	1.0		2	1	False	False	0.9997794032096863	0					non-mobilizable	no_good_hit	80.0	85.0	1.0	2.3276068312608793e-05	LN679998.1	firmicutes	[Clostridium] sordellii genome assembly ATCC9714_, chromosome : 1	True	False
ISR0211_000000001149	12413	0.955313123177743	18	11	8	9	7	True	126208	backbone	False	ISR0395_000000002325	0.5700997715092634	PS943|PS946|PS949	0	0	True	True	0.9998388886451721	17					non-mobilizable	no_good_hit	1592.0	72.55	20.0	0.14904993793564403	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0170_000000005953	7260	0.9553096280885892	15	2	2	2	2	False	108224	maximal	True	ISR0170_000000005953	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	82.227	7.0	0.037597779460005046	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
FIJ0144_000000008422	3765	0.9553088322761548	4	3	2	3	3	False	48571	maximal	True	FIJ0144_000000008422	1.0		0	0	False	False	0.9915006756782532	0					non-mobilizable	no_good_hit	3018.0	92.512	80.0	0.028712332948594432	LC511659.1	enterobacteria	Escherichia coli 2017.15.03CC plasmid p2017.15.03CC DNA, complete genome	True	False
MAD0090_000000004113	2991	0.9553052069205068	4	4	2	3	4	True	114489	maximal	True	MAD0090_000000004113	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2779.0	91.00399999999999	100.0	0.08275222218896837	CP019031.1	firmicutes	Limosilactobacillus fermentum strain SNUV175 plasmid pSNU175-2, complete sequence	False	True
ISR0182_000000013843	2701	0.9553042859107336	4	3	2	3	2	False	29560	maximal	True	ISR0182_000000013843	1.0		2	2	False	False	0.9925953149795532	0					non-mobilizable	no_good_hit	1676.0	79.236	66.0	0.0009829795348954727	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ISR0774_000000009227	2672	0.9553039106713248	4	3	3	3	3	False	83467	fragment	False	ISR0774_000000009227	1.0		0	0	False	False	0.9977545142173767	0					non-mobilizable	no_good_hit	175.0	81.714	7.0	7.048649124358135e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
AST0087_000000004676	6327	0.9553008738678992	10	6	3	4	4	True	111083	maximal	False	CHI0009_000000001303	0.9628377424119496		0	0	True	True	1.0	104		MOBB			mobilizable	plasmid	3238.0	96.325	100.0	0.4983029929034249	HG796267.1	bacteria	Uncultured bacterium plasmid pRGI00156	False	True
CHI0173_000000002536	6546	0.9552995178242828	5	3	3	3	2	True	116413	fragment	False	ISR0124_000000001916	0.3550440309077799		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	6546.0	99.90799999999999	100.0	0.21066357577513764	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ETH0004_000000003912	7102	0.9552961292178364	8	7	5	7	4	False	52994	fragment	False	ETH0004_000000003912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1162.0	75.215	17.0	0.0004900308282506199	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
USA0132_01_000000002627	7329	0.9552938337596668	10	8	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.20673952961298306	PS1110	0	0	False	True	0.9990448951721191	0		MOBV			mobilizable	other	2678.0	96.079	92.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
CAN0006_000000008114	5542	0.9552938337596668	9	8	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.20775818062684526	PS1110	0	0	True	True	1.0	744		MOBV			mobilizable	other	2678.0	96.079	91.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0370_000000001678	12726	0.9552931676736072	19	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.5873442670330451	PS943|PS946|PS949	0	0	True	True	1.0	73					non-mobilizable	no_good_hit	978.0	77.71	11.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0074_000000001650	12725	0.9552931676736072	19	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.5875834609680982	PS943|PS946|PS949	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	1607.0	73.615	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0794_000000001153	12622	0.9552931676736072	18	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.5860745820437955	PS943|PS946|PS949	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	978.0	77.71	11.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0132_000000004510	5455	0.9552899348705978	13	2	0	2	2	True	31613	maximal	True	ISR0132_000000004510	1.0		1	1	True	True	0.9996333718299866	15					non-mobilizable	no_good_hit								True	True
SPA0120_000000008631	4935	0.9552878024982528	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9820749502176971	PS757|PS758|PS996	0	0	True	True	0.9995947480201721	15	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4252.0	99.859	100.0	0.8682598039215687	DQ458910.1	high GC Gram+	Bifidobacterium longum plasmid p6043A, complete sequence	False	True
SPA0140_000000004410	4876	0.9552878024982528	7	6	2	2	5	True	127258	backbone	False	SPA0105_000000005394	0.9723696471046771	PS757|PS758|PS996	0	0	True	True	0.9967186450958252	20	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4445.0	99.73	99.0	0.9071049407921601	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ENG0079_000000004533	6747	0.9552874511235698	9	7	6	7	5	False	99460	fragment	False	ENG0079_000000004533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1874.0	80.523	40.0	0.0004976382533494256	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MAD0047_000000016255	2655	0.9552840838746172	4	3	1	1	3	True	19414	fragment	False	MAD0047_000000016255	0.9923572003218021		0	0	False	False	0.9992467164993286	0					non-mobilizable	no_good_hit	926.0	85.09700000000001	51.0	0.34052847041310014	X66730.1	b-proteobacteria	B.bronchiseptica plasmid pBBR1 genes for mobilization and replication	True	True
MAD0103_000000008568	2486	0.9552840838746172	4	3	1	1	3	True	19414	fragment	False	MAD0047_000000016255	0.9610169491525424		0	0	False	False	0.9995977282524109	0					non-mobilizable	no_good_hit	928.0	85.23700000000001	49.0	0.34052847041310014	X66730.1	b-proteobacteria	B.bronchiseptica plasmid pBBR1 genes for mobilization and replication	True	True
USA0069_01_000000022034	2806	0.95528363140577	3	2	2	2	2	False	785	maximal	True	USA0069_01_000000022034	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	78.90100000000001	28.0	0.00022174926896844084	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AUS0004_000000004562	4691	0.9552795937471696	5	5	4	5	4	False	102523	maximal	True	AUS0004_000000004562	1.0		1	1	False	False	0.9995736479759216	0					non-mobilizable	no_good_hit	1012.0	78.755	39.0	0.00046375247811956683	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MAD0068_000000009693	2785	0.9552596166414488	4	1	1	1	1	False	16466	fragment	False	MAD0068_000000009693	1.0		0	0	False	False	0.9834829568862915	0					non-mobilizable	no_good_hit								True	False
ISR0222_000000009766	6321	0.9552547674174912	7	4	2	3	1	True	109365	fragment	False	ISR0222_000000009766	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3450.0	95.536	92.0	0.1377532669943652	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
AST0094_000000003766	5270	0.9552547674174912	7	4	2	3	1	True	109364	fragment	False	MON0028_000000003865	0.9493827160493827		0	0	False	False	0.9994307160377502	0					non-mobilizable	plasmid	2434.0	93.632	94.0	0.10553723311925013	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
AST0050_000000001312	9791	0.9552526999211556	12	6	3	6	4	False	114798	maximal	True	AST0050_000000001312	1.0		7	4	False	False	0.9997957348823547	0					non-mobilizable	no_good_hit	993.0	73.817	10.0	0.04528073120686439	NZ_FQZY01000066.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0086_000000017050	1464	0.9552457418145808	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.040112734136666495	PS1101	0	0	False	True	0.9890710115432739	0					non-mobilizable	other	1464.0	98.839	100.0	0.000283352013648929	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0180_000000005776	3677	0.9552435867194076	5	4	3	2	2	False	99450	maximal	True	ISR0180_000000005776	1.0		1	1	False	False	0.9959205985069275	0					non-mobilizable	no_good_hit	841.0	85.01799999999999	46.0	0.00022331313113771936	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0074_000000002526	9286	0.9552433688195648	13	8	4	4	7	False	36475	maximal	True	ISR0074_000000002526	1.0		1	1	False	False	0.9998922944068909	0		MOBP			mobilizable	no_good_hit	3259.0	99.632	37.0	0.37782674243302794	NZ_WOTP01000039.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_39_length_8623_cov_7.768067, whole genome shotgun sequence	True	True
SPA0047_000000005631	6980	0.9552392954082456	9	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8466735913770023	PS1048|PS850	0	0	True	True	0.9995701909065247	10					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0179_000000004437	6767	0.9552392954082456	10	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8944336626865332	PS1048|PS850	0	0	True	True	0.9998522400856018	34					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0319_000000001846	6765	0.9552392954082456	10	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8778459904624534	PS1048|PS850	0	0	True	True	0.9966001510620117	4					non-mobilizable	no_good_hit	56.0	92.85700000000001	2.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0051_000000003989	6762	0.9552392954082456	9	3	2	3	1	True	128734	backbone	True	ENG0051_000000003989	0.9082663417616295	PS1048|PS850	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0050_000000002006	6726	0.9552392954082456	10	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8773291227495931	PS1048|PS850	0	0	True	True	1.0	165					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0005_000000004365	6639	0.9552392954082456	9	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7824778068379059	PS1048|PS850	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0358_000000002506	6106	0.9552392954082456	8	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8718921715648058	PS1048|PS850	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
SPA0128_000000006000	6102	0.9552392954082456	8	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8725383491384787	PS1048|PS850	0	0	True	True	0.9981973171234131	9					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0813_000000004459	6026	0.9552392954082456	8	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8013014955649735	PS1048|PS850	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0106_000000003517	5962	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8134724104463126	PS1048|PS850	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	221.0	87.33	6.0	0.0006700497004754894	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	True
ENG0053_000000004394	5950	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8196418237302879	PS1048|PS850	0	0	True	True	0.9993277192115784	18					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0231_000000002166	5767	0.9552392954082456	7	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8386836537136443	PS1048|PS850	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	56.0	89.286	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0149_000000004714	5763	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8268255520018835	PS1048|PS850	0	0	True	True	0.9998264908790588	4					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.00017827010379623112	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	True
AST0062_000000002892	5761	0.9552392954082456	7	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8427814003491433	PS1048|PS850	0	0	True	True	1.0	214					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0257_000000002511	5750	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.844112701058158	PS1048|PS850	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.007125361834780673	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
SPA0105_000000004867	5750	0.9552392954082456	7	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8233631324633504	PS1048|PS850	0	0	True	True	1.0	425					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0268_000000002623	5750	0.9552392954082456	7	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8421331457640941	PS1048|PS850	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0342_000000003195	5738	0.9552392954082456	7	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7980415793498917	PS1048|PS850	0	0	True	True	0.9998257160186768	19					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0189_000000001656	5735	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8423800860527094	PS1048|PS850	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0131_000000004120	5718	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7832983724474051	PS1048|PS850	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0067_000000004438	5710	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8429329769999384	PS1048|PS850	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
SPA0149_000000005891	5710	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8433635445486611	PS1048|PS850	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0112_000000004651	5705	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.6938545948813523	PS1048|PS850	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	317.0	82.01899999999999	5.0	0.1135765325310267	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0223_000000004336	5674	0.9552392954082456	7	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.795226675063565	PS1048|PS850	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0064_000000002882	5619	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.8041982397878855	PS1048|PS850	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0270_000000000983	5616	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7308571797311486	PS1048|PS850	0	0	True	True	0.999465823173523	1					non-mobilizable	no_good_hit	48.0	91.667	1.0	0.02609661299278179	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0219_000000005515	5583	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7162011955942172	PS1048|PS850	0	0	True	True	1.0	81					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0393_000000002913	5582	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7011875941804073	PS1048|PS850	0	0	True	True	1.0	56					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0391_000000001957	5561	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7180412559813099	PS1048|PS850	0	0	True	True	0.9992806911468506	19					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
SPA0055_000000005485	5556	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7246935579911642	PS1048|PS850	0	0	True	True	1.0	114					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
SPA0054_000000004691	5550	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7245714415714897	PS1048|PS850	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	56.0	92.85700000000001	2.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0026_000000004014	5544	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7299095117025783	PS1048|PS850	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0295_000000005443	5542	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.715347339135245	PS1048|PS850	0	0	True	True	0.9980151653289795	7					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0034_000000003465	5542	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7159111730563402	PS1048|PS850	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0041_000000004593	5526	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7168867238133163	PS1048|PS850	0	0	True	True	0.9983713626861572	19					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0387_000000004055	5521	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7175214614508182	PS1048|PS850	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0088_000000002211	5516	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.7237230088764236	PS1048|PS850	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	66.0	83.333	1.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0025_000000006815	5442	0.9552392954082456	6	3	2	3	1	True	128734	backbone	False	ENG0051_000000003989	0.6170722070335684	PS1048|PS850	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	238.0	72.26899999999999	4.0	0.05099087063014919	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
ENG0004_000000005549	4772	0.9552392954082456	6	3	2	3	1	True	121465	fragment	False	ENG0004_000000005549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0208_000000005838	4382	0.9552392954082456	7	3	2	3	1	True	121462	fragment	False	ISR0208_000000005838	0.9463135289906943		0	0	False	False	0.9970332980155945	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	0.008689839572192513	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
MAD0015_000000005609	3225	0.9552392954082456	5	3	2	3	1	True	121459	fragment	False	MAD0015_000000005609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0033_000000005256	5140	0.9552392000681876	6	4	4	3	4	False	71490	fragment	False	ISR0033_000000005256	1.0		0	0	False	False	0.9955253005027771	0					non-mobilizable	no_good_hit	2512.0	89.291	58.0	0.2120724686759228	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0339_000000008259	1799	0.9552391802394838	2	2	2	2	1	False	110531	maximal	True	ISR0339_000000008259	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	98.12	15.0	0.00027056636176049875	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
SPA0038_000000018026	1449	0.9552391802394838	2	2	2	2	1	False	110533	fragment	False	SPA0038_000000018026	0.9569395918529401		0	0	False	False	0.9786059260368347	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	4.0	1.5828848492927003e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0003_000000017431	1424	0.9552391802394838	2	2	2	2	1	False	110533	fragment	False	SPA0038_000000018026	0.9520340172053184		0	0	False	False	0.9964887499809265	0					non-mobilizable	no_good_hit								True	False
FIJ0088_000000023178	1294	0.9552391802394838	2	2	2	2	1	False	110530	fragment	False	AST0087_000000028975	0.9740581512709054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000026866	1273	0.9552391802394838	2	2	2	2	1	False	110530	fragment	False	AST0087_000000028975	0.9719883397519224		0	0	False	False	0.9984288811683655	0					non-mobilizable	no_good_hit	111.0	77.477	9.0	0.0007275639955945666	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
AST0087_000000028975	1261	0.9552391802394838	2	2	2	2	1	False	110530	fragment	False	AST0087_000000028975	0.9758444448980801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	79.845	10.0	0.0008477121783533024	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ENG0043_000000028898	1205	0.9552391802394838	2	2	2	2	1	False	110530	fragment	False	AST0087_000000028975	0.9513140356201355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	79.167	10.0	0.0007876380869739345	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0083_000000028394	1278	0.955238042456342	1	1	1	1	1	True	100193	fragment	False	USA0055_01_000000015874	0.05333545328846885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0014_000000016315	1541	0.9552371733116986	4	2	2	1	1	False	78999	fragment	False	FIJ0014_000000016315	0.9253434671178501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	91.054	65.0	0.1599481949166262	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0186_000000011329	1301	0.9552371733116986	3	2	2	1	1	False	56793	fragment	False	ENG0186_000000011329	1.0		0	0	False	False	0.9992313385009766	0					non-mobilizable	no_good_hit	713.0	95.792	55.0	0.11510441962117533	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0077_000000004342	6128	0.9552351970970518	4	2	2	2	2	False	107088	fragment	False	ISR0077_000000004342	1.0		0	0	False	False	0.99967360496521	0					non-mobilizable	no_good_hit	2194.0	98.086	37.0	0.014806862606088841	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0230_000000004824	5547	0.9552351970970518	4	2	2	2	2	False	107086	fragment	False	ISR0230_000000004824	1.0		0	0	False	False	0.9990985989570618	0					non-mobilizable	no_good_hit	1281.0	98.51700000000001	31.0	0.008642400426718521	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0394_000000004467	4030	0.9552351970970518	2	2	2	2	2	False	107081	fragment	False	ISR0394_000000004467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	4.0	0.0005063906500030384	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0819_000000022884	1179	0.955234717635658	1	1	1	1	1	False	79618	fragment	False	ISR0819_000000022884	0.9843478260869565		0	0	False	False	0.9966073036193848	0					non-mobilizable	chromosome	1175.0	99.83	99.0	0.00016582785176233054	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
FIJ0004_000000015547	1687	0.9552344874033558	2	1	1	1	1	False	51988	fragment	False	FIJ0004_000000015547	1.0		0	0	False	False	0.9994072318077087	0					non-mobilizable	no_good_hit								True	False
FIJ0149_000000002000	9669	0.9552300729464176	7	2	2	2	1	True	51348	fragment	False	FIJ0149_000000002000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	97.59	1.0	2.1874080521691485e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0009_000000003749	8763	0.9552300729464176	7	2	2	2	1	True	51347	fragment	False	FIJ0009_000000003749	0.9654914160617583		0	0	False	False	0.999771773815155	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	0.0	0.00020707149143241705	AP018516.1	a-proteobacteria	Acetobacter orientalis plasmid pAOF1 FAN1 DNA, complete genome	True	True
ISR0111_000000001625	8679	0.9552300729464176	7	2	2	2	1	True	51347	fragment	False	FIJ0009_000000003749	0.952071208490243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	97.115	2.0	2.7209222112347947e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0032_000000005442	6281	0.9552300729464176	6	2	2	2	1	True	48472	fragment	False	FIJ0032_000000005442	1.0		0	0	False	False	0.9993631839752197	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.00020707149143241705	AP018516.1	a-proteobacteria	Acetobacter orientalis plasmid pAOF1 FAN1 DNA, complete genome	True	True
TAN0007_000000001503	14196	0.9552182849787862	14	7	4	4	6	False	53592	maximal	True	TAN0007_000000001503	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1248.0	99.038	9.0	0.0061348485966595334	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
TAN0021_000000003042	4579	0.9552177303645965	6	4	4	4	3	False	2387	maximal	True	TAN0021_000000003042	1.0		3	1	False	False	0.999781608581543	0					non-mobilizable	no_good_hit	235.0	77.872	5.0	0.0011724632847165367	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
FIJ0029_000000005132	6851	0.9552094460285692	6	4	3	3	1	True	96673	fragment	False	FIJ0072_000000003558	0.9397497547632975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	85.417	2.0	0.07986406117247238	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0137_000000027392	1352	0.95520533433112	2	2	2	2	1	False	76399	fragment	False	ENG0052_000000022076	0.9438844086021505		0	0	False	False	0.9992603659629822	0					non-mobilizable	no_good_hit								True	False
MON0061_000000011229	3776	0.9552044066127606	4	4	3	3	2	False	103920	fragment	False	ENG0087_000000006974	0.9409442335234564		0	0	False	False	0.9904661178588867	0					non-mobilizable	plasmid	3776.0	98.994	100.0	0.041138136960027896	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0339_000000003675	3779	0.955200440251898	3	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.9030369100351461	PS930	0	0	True	True	1.0	193	rep_cluster_1351	MOBQ			mobilizable	plasmid	3471.0	96.399	100.0	0.9408251900108577	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	False	True
MON0091_000000003353	3723	0.955200440251898	4	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.8080874136104168	PS930	0	0	True	True	1.0	39	rep_cluster_1351	MOBQ			mobilizable	plasmid	3344.0	99.94	100.0	0.9224613686534217	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
SPA0105_000000007336	3698	0.955200440251898	3	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.8370669276330852	PS930	0	0	True	True	1.0	188	rep_cluster_1351	MOBQ			mobilizable	plasmid	3042.0	97.074	100.0	0.8383002207505519	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
AST0090_000000006792	3560	0.955200440251898	3	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.8620842055416617	PS930	0	0	True	True	1.0	5	rep_cluster_1351	MOBQ			mobilizable	plasmid	3291.0	96.59700000000001	100.0	0.8910326086956522	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
SPA0108_000000008644	3455	0.955200440251898	3	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.8200262318524663	PS930	0	0	False	True	0.9997105598449707	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	3150.0	99.77799999999999	100.0	0.8557065217391304	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ENG0112_000000008284	3333	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.19851414242302404	PS930	0	0	False	True	1.0	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2187.0	95.336	98.0	0.21622158244812867	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ISR0059_000000004889	3258	0.955200440251898	3	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.14364188284245846	PS930	0	0	False	True	0.9996930360794067	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	3179.0	98.71	100.0	0.8733443708609272	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
ISR0020_000000006795	3119	0.955200440251898	3	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.19591564944153492	PS930	0	0	False	True	0.9958320260047913	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	3119.0	99.904	100.0	0.8472826086956522	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ISR0362_000000007655	2858	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.1790507166821171	PS930	0	0	False	True	1.0	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2858.0	99.86	100.0	0.7763586956521739	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ENG0057_000000008131	2839	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.1590903478281985	PS930	0	0	False	True	1.0	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2685.0	98.473	98.0	0.7282608695652174	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ENG0030_000000007271	2824	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.11949328233100516	PS930	0	0	False	True	0.9996458888053894	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2824.0	99.85799999999999	100.0	0.7789735099337748	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
ISR0296_000000009726	2653	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.15032467916377737	PS930	0	0	False	True	1.0	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2675.0	96.22399999999999	100.0	0.7209554831704669	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ENG0016_000000008581	2644	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.10302416895911055	PS930	0	0	False	True	0.9924356937408447	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2625.0	99.73299999999999	99.0	0.7240618101545254	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
ENG0106_000000008058	2620	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.10286171702061521	PS930	0	0	False	True	0.9992366433143616	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2620.0	99.50399999999999	100.0	0.722682119205298	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
ENG0208_000000011809	2617	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.10281180416002943	PS930	0	0	False	True	0.999617874622345	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2617.0	99.809	100.0	0.7218543046357616	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
ENG0032_000000008147	2593	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.10214558978906534	PS930	0	0	False	True	0.9919012784957886	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2574.0	99.689	99.0	0.7099889624724062	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
ISR0047_000000011989	2481	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.08735628960346951	PS930	0	0	False	True	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	2479.0	99.758	99.0	0.6733695652173913	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ENG0017_000000008698	2445	0.955200440251898	3	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.07746784227435341	PS930	0	0	True	True	1.0	71	rep_cluster_1351				non-mobilizable	plasmid	2133.0	99.57799999999999	100.0	0.5790760869565217	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ISR0056_000000008785	2425	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.09287491165642973	PS930	0	0	False	True	0.9983505010604858	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2425.0	98.969	100.0	0.6579804560260586	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ENG0164_000000008208	2365	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.08521637402294296	PS930	0	0	False	True	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	2365.0	99.366	100.0	0.6423913043478261	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ENG0059_000000005369	2334	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.041635240492766255	PS930	0	0	False	True	1.0	0	rep_cluster_1351				non-mobilizable	other	1151.0	99.566	100.0	0.00048218292175177473	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
AST0052_000000009941	2270	0.955200440251898	2	2	2	2	1	True	125553	backbone	False	ISR0070_000000005259	0.025781189192703727	PS930	0	0	False	True	0.9969162940979004	0	rep_cluster_1351				non-mobilizable	plasmid	2263.0	99.779	99.0	0.6241721854304636	KP691635.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B2, complete sequence	False	True
USA0058_01_000000007013	2834	0.955197447824176	4	3	3	3	3	False	91306	maximal	True	USA0058_01_000000007013	1.0		73	9	False	False	0.9908257126808167	0					non-mobilizable	no_good_hit	367.0	75.204	13.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0013_000000023374	1214	0.9551914594767592	2	2	2	1	1	False	7965	fragment	False	SPA0013_000000023374	1.0		0	0	False	False	0.9711697101593018	0					non-mobilizable	other	1214.0	100.0	100.0	0.00019487321192180652	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
SPA0055_000000004379	6788	0.955183769450063	7	7	5	7	4	True	6407	maximal	True	SPA0055_000000004379	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	77.328	4.0	0.0004968112616095853	NZ_JHYF01000001.1	firmicutes	Alkaliphilus transvaalensis ATCC 700919 T335DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
FIJ0085_000000010473	2950	0.9551834193722712	2	2	2	2	2	True	98126	fragment	False	FIJ0085_000000010473	1.0		0	0	False	False	0.9979661107063293	0	rep_cluster_1778	MOBQ		MOBQ	mobilizable	plasmid	2950.0	99.322	100.0	0.714043583535109	KT693145.1	enterobacteria	Escherichia coli strain E35BA plasmid pE35BA_1, complete sequence	False	True
FIJ0066_000000004282	6804	0.9551798435661848	6	5	3	4	4	False	45381	maximal	True	FIJ0066_000000004282	1.0		1	1	False	False	0.998236358165741	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	5.007534062612385e-05	NZ_KV575262.1	g-proteobacteria	Acinetobacter gyllenbergii strain FMP01 scaffold2, whole genome shotgun sequence	True	False
ISR0309_000000001668	8934	0.955179163676692	10	7	6	5	4	False	25396	maximal	True	ISR0309_000000001668	1.0		2	2	False	False	0.9998880624771118	0					non-mobilizable	no_good_hit	1328.0	72.139	15.0	0.0003168780393623825	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0046_000000012117	2607	0.9551782074329452	3	3	3	2	2	False	93934	fragment	False	ISR0046_000000012117	1.0		0	0	False	False	0.9976984858512878	0					non-mobilizable	no_good_hit								True	False
ISR0291_000000000770	11211	0.955177582005137	14	13	13	13	10	True	76726	maximal	True	ISR0291_000000000770	1.0		17	4	False	False	0.9997324347496033	0					non-mobilizable	no_good_hit	559.0	73.166	5.0	0.0008067907623203362	NZ_DS560015.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_0, whole genome shotgun sequence	True	True
SPA0054_000000002437	9051	0.9551771896558149	8	7	4	6	5	True	63787	fragment	False	SPA0054_000000002437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	93.671	1.0	0.0023594180102241447	NZ_VJZV01000040.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold40_1, whole genome shotgun sequence	True	True
ISR0109_000000000032	97432	0.9551738638329624	97	40	28	35	19	True	128239	maximal	True	ISR0109_000000000032	1.0		1	1	False	False	0.9999897480010986	0					non-mobilizable	no_good_hit	13729.0	98.988	40.0	0.19042334794429341	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	True
MON0039_000000011661	3836	0.9551695345511324	8	7	4	4	2	False	109828	maximal	True	MON0039_000000011661	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2634.0	95.86200000000001	85.0	0.00043067953719498386	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
MAD0110_000000013482	2033	0.9551664906827488	4	2	2	1	1	False	14549	fragment	False	MAD0110_000000013482	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2051.0	90.541	100.0	0.0003860620167429603	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
AST0148_000000005604	5994	0.9551553074677364	9	3	2	3	2	False	105186	maximal	False	ETH0004_000000004538	0.9802323705018557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	79.638	11.0	0.0554520826278361	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0341_000000002780	4805	0.9551510990890956	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9648405401307152	PS757|PS758|PS996	0	0	True	True	1.0	5	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4765.0	99.79	100.0	0.972437729685586	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
SPA0001_000000007016	4787	0.9551510990890956	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9639486460587942	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4790.0	99.749	100.0	0.9775418538178848	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
DEN0083_000000005454	4777	0.9551510990890956	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9641158078300351	PS757|PS758|PS996	0	0	True	True	1.0	3	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4780.0	99.791	100.0	0.9755002041649653	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
AST0007_000000003877	4769	0.9551510990890956	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9600532870320756	PS757|PS758|PS996	0	0	True	True	0.9955965876579285	2	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4769.0	99.74799999999999	99.0	0.9730502245814618	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0179_000000005462	4700	0.9551510990890956	5	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9505154944629458	PS757|PS758|PS996	0	0	True	True	1.0	2	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4703.0	99.766	100.0	0.9599836668027767	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
FIJ0109_000000015506	1590	0.9551440305619631	3	2	2	2	1	False	42140	fragment	False	FIJ0109_000000015506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	79.154	41.0	0.0001966593805319862	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0209_000000019261	1464	0.9551379395809728	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.33616108409369855		0	0	False	False	1.0	0					non-mobilizable	chromosome	1455.0	99.931	99.0	0.00029516651634286655	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
USA0010_01_000000020347	1286	0.955133991544458	3	3	3	1	1	False	2042	fragment	False	USA0010_01_000000020347	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	100.0	100.0	0.000271390021675298	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0180_000000014264	1264	0.9551294868627488	2	2	2	2	2	True	55307	fragment	False	ENG0180_000000014264	0.9750211685012702		0	0	False	False	1.0	0					non-mobilizable	plasmid	1264.0	99.921	100.0	0.03995950264181985	CP040725.1	enterobacteria	Klebsiella pneumoniae strain KpvST147B_SE1_1_NDM plasmid pKpvST147B_3, complete sequence	False	True
ISR0035_000000005850	3072	0.9551285075900358	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7438790277587926	PS1035	0	0	True	True	0.9996744990348816	29					non-mobilizable	no_good_hit	1908.0	94.34	72.0	0.6351802403204272	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0026_000000014546	1989	0.9551285075900358	4	4	2	3	2	True	106368	fragment	False	DEN0026_000000014546	0.9823730544663064		0	0	False	False	0.9899446964263916	0					non-mobilizable	no_good_hit	1635.0	95.291	82.0	0.5447263017356475	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0144_000000003687	4298	0.9551268982183156	6	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.0992501212381139	PS757|PS758|PS996	0	0	False	True	0.9988366961479187	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4259.0	99.789	99.0	0.8693344222131483	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
AST0110_000000005008	3758	0.9551268982183156	4	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.08432717455114712	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3761.0	99.787	100.0	0.7676602694977542	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
DEN0079_000000026946	2157	0.9551193843687332	3	1	1	1	1	False	82472	fragment	False	DEN0063_000000020780	0.9446854663774403		0	0	False	False	0.999072790145874	0					non-mobilizable	no_good_hit	128.0	80.469	6.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
FIJ0133_000000020160	1883	0.9551193843687332	3	1	1	1	1	False	82471	fragment	False	FIJ0133_000000020160	1.0		0	0	False	False	0.9973446726799011	0					non-mobilizable	no_good_hit	128.0	80.469	7.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
MON0060_000000027772	1514	0.9551193843687332	2	1	1	1	1	False	82469	fragment	False	MON0060_000000027772	1.0		0	0	False	False	0.9927344918251038	0					non-mobilizable	no_good_hit	128.0	80.469	8.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
FIJ0164_000000007228	3254	0.9551170033705436	7	5	3	4	4	False	104881	fragment	False	ISR0347_000000004736	0.25236938136690923		0	0	False	False	0.9941610097885132	0					non-mobilizable	no_good_hit	1669.0	96.105	66.0	0.13440903590157322	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MAD0053_000000002825	4495	0.955108614641563	7	6	4	4	3	True	17231	maximal	True	MAD0053_000000002825	1.0		0	0	False	False	0.9995550513267517	0					non-mobilizable	no_good_hit	2014.0	99.801	45.0	0.35984983911333573	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	True	True
ISR0014_000000027570	1245	0.9551024528417184	2	2	1	2	1	False	91012	fragment	False	ISR0276_000000005364	0.3125861892308905		0	0	False	False	0.9983935952186584	0					non-mobilizable	chromosome	1245.0	99.92	100.0	0.00019174790391333733	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0144_000000005887	2540	0.9550990870552166	4	3	2	2	1	False	79869	fragment	False	CHI0144_000000005887	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1720.0	91.512	99.0	0.0002995242695823155	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0092_000000000639	20162	0.9550788917281084	35	11	6	8	4	True	68209	maximal	False	ISR0146_000000001652	0.9593245507754382		0	0	True	True	0.9999504089355469	11					non-mobilizable	no_good_hit	205.0	78.04899999999999	1.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ENG0139_000000006470	2935	0.9550730473696414	3	3	2	3	0	True	123272	maximal	True	ENG0139_000000006470	1.0		0	0	False	False	0.9959114193916321	0					non-mobilizable	no_good_hit	367.0	96.73	38.0	0.05976485956890921	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0112_000000007283	4733	0.9550701157505608	3	3	1	2	3	True	109143	fragment	False	SPA0112_000000007283	1.0		0	0	False	False	0.996619462966919	0	rep_cluster_199				non-mobilizable	plasmid	4728.0	96.806	99.0	0.03190153397428973	MN480763.1	firmicutes	Streptococcus salivarius strain YU10 plasmid pSsal-YU10, complete sequence	False	True
FIJ0006_000000008060	4148	0.9550701157505608	3	3	1	2	3	True	109142	fragment	False	FIJ0006_000000008060	1.0		0	0	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	4063.0	97.76	100.0	0.029242510668101115	CP054154.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B501, complete sequence	False	True
AST0007_000000001947	9030	0.9550543269697056	11	7	5	5	7	False	127395	maximal	True	AST0007_000000001947	1.0		4	3	False	False	0.999335527420044	0					non-mobilizable	no_good_hit	1531.0	86.022	36.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0381_000000002109	6857	0.95505239875954	10	9	5	5	8	True	132234	maximal	True	ISR0381_000000002109	1.0	PS1143|PS778	158	10	True	True	1.0	14					non-mobilizable	no_good_hit	1571.0	100.0	62.0	0.37977745524915335	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	True	True
CAN0014_000000005632	7582	0.9550498846632036	10	8	2	3	7	True	123849	maximal	True	CAN0014_000000005632	0.9816496926323516	PS486|PS905	2	2	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2978.0	96.47399999999999	77.0	0.35673988716840715	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
ENG0096_000000024529	1316	0.9550494795786671	4	2	1	2	2	True	60813	fragment	False	ENG0096_000000024529	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1316.0	100.0	100.0	0.04219883191066042	CP054365.1	enterobacteria	Escherichia coli strain SCU-171 plasmid pSCU-171-2, complete sequence	False	True
ISR0776_000000012824	1892	0.9550478574609224	3	2	2	2	2	False	73111	fragment	False	DEN0041_000000017391	0.9684959349593496		0	0	False	False	0.9889006614685059	0					non-mobilizable	no_good_hit								True	False
MON0003_000000005385	2620	0.9550473506628576	5	3	2	2	1	True	52600	fragment	False	MON0003_000000005385	1.0		0	0	False	False	0.970992386341095	0					non-mobilizable	plasmid	2611.0	90.54	99.0	0.10306518003436838	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
SPA0129_000000016767	1475	0.9550437436840632	2	2	2	2	1	False	126655	fragment	False	ISR0095_000000019372	0.4801431831254184		0	0	False	False	0.993898332118988	0					non-mobilizable	no_good_hit								True	False
ENG0016_000000005322	4250	0.9550414828745952	8	4	2	3	2	False	66821	maximal	True	ENG0016_000000005322	1.0		8	3	False	False	0.9995294213294983	0					non-mobilizable	no_good_hit	486.0	78.395	11.0	0.00016962819553491845	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0032_000000014324	1652	0.955040537438294	2	2	2	1	1	False	65595	fragment	False	ENG0032_000000014324	1.0		0	0	False	False	0.9993946552276611	0					non-mobilizable	no_good_hit								True	False
ISR0208_000000005037	4979	0.9550227824730272	6	5	4	4	4	False	126467	fragment	False	DEN0078_000000004930	0.9559489163981464		0	0	False	False	0.9981924295425415	0					non-mobilizable	chromosome	2394.0	93.23299999999999	95.0	0.0005405158362768708	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CHI0148_000000002707	4169	0.9550197765673424	9	6	1	3	4	True	102398	maximal	True	CHI0148_000000002707	1.0	PS595	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	3181.0	97.139	83.0	0.6264299802761342	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
FIJ0007_000000004578	3667	0.955016016282353	6	6	2	5	3	True	107914	fragment	False	FIJ0007_000000004578	0.975681465239882		0	0	False	False	0.9975456595420837	0					non-mobilizable	other	3667.0	99.973	100.0	0.018128053484186165	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0087_000000028240	1132	0.9550157954440353	2	1	1	1	1	False	43696	fragment	False	FIJ0087_000000028240	1.0		0	0	False	False	0.916077733039856	0					non-mobilizable	no_good_hit	83.0	84.337	7.0	3.044047365377005e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
MAD0037_000000000352	23902	0.9550098644210068	31	10	6	6	7	False	49867	maximal	True	MAD0037_000000000352	1.0		1	1	False	False	0.9985775351524353	0					non-mobilizable	no_good_hit	5296.0	92.598	46.0	0.09369794066565058	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0144_000000001105	4659	0.9549950234910968	6	5	2	2	4	True	127258	backbone	False	SPA0105_000000005394	0.9453802493656774	PS757|PS758|PS996	0	0	False	True	0.9989268183708191	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4631.0	99.698	100.0	0.6567375886524822	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
MON0028_000000016683	1561	0.954991267473804	3	3	3	2	2	True	14096	fragment	False	MON0028_000000016683	1.0		0	0	False	False	0.9609224796295166	0					non-mobilizable	other	1460.0	99.315	94.0	0.0033183450578492847	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
ISR0036_000000001053	7445	0.9549822002409188	6	3	3	3	2	True	36766	fragment	False	ISR0036_000000001053	1.0		0	0	False	False	0.999865710735321	0					non-mobilizable	no_good_hit	3484.0	94.48899999999999	47.0	0.028023159369639967	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0003_01_000000018015	2157	0.9549643182061668	3	2	2	2	2	False	119909	fragment	False	ENG0101_000000014967	0.6326034063260341		0	0	False	False	0.999536395072937	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000015398	2319	0.9549639945511694	3	2	2	2	1	False	114456	fragment	False	MAD0105_000000015398	1.0		0	0	False	False	0.9943941235542297	0					non-mobilizable	chromosome	2226.0	83.917	95.0	0.0009551893490534173	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0046_000000001270	16808	0.95496351900627	15	15	11	14	13	False	95065	fragment	False	ISR0214_000000001181	0.8503135255317491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	89.899	1.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0400_000000016545	1161	0.9549578367756312	2	1	1	1	1	False	22545	fragment	False	ISR0400_000000016545	1.0		0	0	False	False	0.9836347699165344	0					non-mobilizable	no_good_hit	64.0	93.75	6.0	0.0013540233837689133	NZ_CYYA01000024.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0076_000000012085	2106	0.9549577679834682	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7493666111675423		0	0	False	False	0.9995251893997192	0					non-mobilizable	chromosome	1845.0	98.645	100.0	0.000646987606725719	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AUS0018_000000013435	2091	0.9549577679834682	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7595468459344143		0	0	False	False	0.9995217323303223	0					non-mobilizable	other	2073.0	98.553	100.0	0.0007517472676528961	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0145_000000003354	5151	0.9549551740176891	8	7	1	3	7	True	79775	maximal	True	CHI0145_000000003354	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5151.0	100.0	100.0	0.04870989709443099	CP044030.1	enterobacteria	Klebsiella pneumoniae strain RJY9645 plasmid pY9645-105, complete sequence	False	True
ENG0164_000000004303	4149	0.9549498352002368	3	2	2	2	1	False	63885	fragment	False	ENG0053_000000006268	0.9457382953181273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	82.432	2.0	0.13138686131386862	KU547412.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_5 genomic sequence	True	False
ENG0021_000000015078	1167	0.9549448690042546	2	2	2	2	1	False	66339	fragment	False	ENG0021_000000015078	1.0		0	0	False	False	0.9802913665771484	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.5482581891653706e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ISR0144_000000003765	1886	0.9549432175881384	3	3	3	3	2	False	31095	fragment	False	ISR0144_000000003765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1550.0	97.677	82.0	0.00041483812737567186	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AUS0002_000000022792	1634	0.9549387054917596	3	2	2	2	2	False	102856	fragment	False	AUS0002_000000022792	1.0		0	0	False	False	0.9987760186195374	0					non-mobilizable	no_good_hit								True	False
ISR0117_000000003121	8592	0.9549329309692232	9	4	3	2	3	True	116413	fragment	False	ISR0124_000000001916	0.786804877803137		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	8435.0	99.964	98.0	0.27154769953958596	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CAN0014_000000022833	2114	0.9549314673284176	2	2	2	2	2	False	95332	fragment	False	CAN0007_000000017709	0.7729796703470622		0	0	False	False	0.9962157011032104	0					non-mobilizable	no_good_hit								True	False
SPA0043_000000002512	6760	0.9549298583074244	8	4	4	4	3	False	61823	maximal	True	SPA0043_000000002512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1439.0	93.329	21.0	0.11951097804391217	NZ_CYXV01000027.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0791_000000004392	3866	0.9549253118879883	5	3	3	3	3	False	22056	maximal	True	ISR0791_000000004392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2388.0	99.749	62.0	0.00042812388294551383	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
USA0025_01_000000004006	4378	0.9549239977584396	5	5	2	2	4	True	1660	backbone	True	USA0025_01_000000004006	1.0	PS5	1	1	True	True	1.0	2	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	2225.0	99.506	97.0	0.22058969522485852	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ISR0082_000000002288	10707	0.9549231778688428	16	7	1	3	5	False	34203	fragment	False	ISR0082_000000002288	1.0		0	0	False	False	0.9986924529075623	0					non-mobilizable	no_good_hit	2518.0	71.922	23.0	0.0006839728743522668	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0008_000000005775	4859	0.9549061794105188	9	4	4	3	2	True	99382	fragment	False	CHI0106_000000003179	0.46747967479674796		0	0	False	False	0.9993826150894165	0					non-mobilizable	other	4864.0	92.66	100.0	0.0013009344072513838	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0188_000000002750	8934	0.9548866490703976	8	4	3	4	1	True	122758	fragment	False	AST0046_000000001434	0.19506844347546973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2489.0	89.19200000000001	29.0	0.010203872301840965	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0026_000000002772	7820	0.9548866490703976	7	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.8094676351626225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1380.0	89.13	18.0	0.005657876921688254	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0195_000000002572	7674	0.9548866490703976	7	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.858298036576778		0	0	False	False	0.9994787573814392	0					non-mobilizable	no_good_hit	890.0	89.32600000000001	16.0	0.0036474638023066414	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0139_000000002897	7381	0.9548866490703976	7	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.816585335691405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	90.24	14.0	0.0023919813236724092	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0019_01_000000003812	7247	0.9548866490703976	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.8006425382151604		0	0	False	False	0.9983441233634949	0					non-mobilizable	no_good_hit	807.0	89.219	12.0	0.003306924437186899	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0170_000000005986	7227	0.9548866490703976	5	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.8036813272438802		0	0	False	False	0.9997232556343079	0					non-mobilizable	no_good_hit	779.0	89.73	12.0	0.0031920436875079493	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0387_000000002962	7093	0.9548866490703976	7	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.729635149710509		0	0	False	False	0.9997180104255676	0					non-mobilizable	no_good_hit	488.0	93.238	10.0	0.001981692931961876	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0138_000000002830	7012	0.9548866490703976	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.7971913997816749		0	0	False	False	0.999001681804657	0					non-mobilizable	no_good_hit	339.0	91.445	9.0	0.0013867747639816027	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0127_000000004086	6959	0.9548866490703976	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.7585576714721226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	90.01899999999999	8.0	0.0021334996368947735	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0049_000000003712	6944	0.9548866490703976	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.7572270204555364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	90.01899999999999	8.0	0.0021334996368947735	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0244_000000002670	6836	0.9548866490703976	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.6182295537531494		0	0	False	False	0.9998537302017212	0					non-mobilizable	no_good_hit	331.0	90.93700000000001	7.0	0.00135395169264476	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0109_000000004844	5671	0.9548866490703976	7	4	3	4	1	True	104174	fragment	False	ISR0109_000000004844	1.0		0	0	False	False	0.9994710087776184	0					non-mobilizable	no_good_hit	779.0	89.73	14.0	0.0031920436875079493	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0824_000000005336	3462	0.954883724359228	5	3	2	2	2	False	21169	fragment	False	ISR0824_000000005336	1.0		0	0	False	False	0.9907568097114563	0					non-mobilizable	no_good_hit	1456.0	90.522	71.0	0.05730173127735931	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	True	False
ISR0346_000000000392	27538	0.954882062445273	42	20	9	14	15	True	88019	maximal	True	ISR0346_000000000392	1.0	PS50	1	1	False	True	0.9992011189460754	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	0.00018955209352602756	NZ_FOJY01000004.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
FIJ0090_000000007683	4994	0.954879892123348	7	5	2	4	3	False	54566	maximal	False	FIJ0074_000000005901	0.9682986306509098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2921.0	93.735	58.0	0.4446983546617916	NZ_MIEH01000041.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_41, whole genome shotgun sequence	True	False
FIJ0092_000000001255	14928	0.9548791426748152	18	5	3	4	3	False	53597	fragment	False	FIJ0036_000000001755	0.9632121747859733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	0.0003886552037979977	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0097_000000001732	13990	0.9548791426748152	17	5	3	4	3	False	53597	fragment	False	FIJ0036_000000001755	0.48422427652733124		0	0	False	False	0.9998570680618286	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0003837355176739724	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
MAD0050_000000005814	3892	0.9548781832832479	5	4	3	3	4	False	17448	fragment	False	MAD0050_000000005814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0017_01_000000012242	2252	0.9548733564323132	4	3	3	2	2	False	77126	fragment	False	USA0017_01_000000012242	0.9877669039145907		0	0	False	False	1.0	0					non-mobilizable	other	2037.0	77.958	90.0	0.0005631737674325608	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0094_000000003424	5713	0.9548722296001694	9	1	1	1	1	False	109396	maximal	True	AST0094_000000003424	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
MON0031_000000021146	1510	0.9548710447988091	2	2	2	1	1	False	12437	fragment	False	MON0031_000000021146	1.0		0	0	False	False	0.9927152395248413	0					non-mobilizable	other	1509.0	99.205	99.0	0.0005268074420983425	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
ENG0015_000000002986	7051	0.954866496035818	7	4	3	4	0	True	130336	maximal	True	ENG0015_000000002986	1.0	PS1094|PS1095|PS1097|PS639	1	1	True	True	0.9998582005500793	35					non-mobilizable	no_good_hit	1653.0	98.669	37.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0027_000000008690	4064	0.9548660596447036	6	5	4	4	3	False	125970	fragment	False	SPA0027_000000008690	1.0		0	0	False	False	0.9997539520263672	0					non-mobilizable	no_good_hit								True	False
MON0081_000000030473	1770	0.9548629135118738	2	2	2	2	2	False	77938	fragment	False	MON0081_000000030473	1.0		0	0	False	False	0.9903954863548279	0					non-mobilizable	no_good_hit	70.0	88.571	4.0	0.00028974563845012426	LN596502.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002064	True	False
CAN0014_000000008352	5307	0.9548623908943276	6	4	3	3	4	False	93743	maximal	True	CAN0014_000000008352	1.0		2	2	False	False	0.9988694190979004	0					non-mobilizable	other	5099.0	91.959	96.0	0.0014137660996051118	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0025_01_000000003137	5755	0.9548618282785936	7	4	2	3	4	True	67702	maximal	False	ENG0125_000000003976	0.9809509045175451		0	0	True	True	1.0	11	rep_cluster_2150,rep_cluster_2378	MOBQ			mobilizable	chromosome	5745.0	99.809	100.0	0.0011213366707935916	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
AST0052_000000004213	4647	0.9548574672376464	5	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.9548040719693073	PS757|PS758|PS996	0	0	True	True	0.9997848272323608	52	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3572.0	99.72	100.0	0.5065248226950355	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0243_000000002023	4641	0.9548574672376464	6	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.9395450154271734	PS757|PS758|PS996	0	0	True	True	0.9982762336730957	2	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4625.0	99.741	99.0	0.9436504695794202	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0218_000000003382	4534	0.9548574672376464	5	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.8929629537330435	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4537.0	99.758	100.0	0.92588811759902	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ISR0161_000000006438	4492	0.9548574672376464	5	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.879366452562534	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4492.0	99.955	100.0	0.6368794326241135	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0272_000000002594	4194	0.9548574672376464	4	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.21581636488127043	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4196.0	99.85700000000001	100.0	0.5950354609929078	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
SPA0106_000000009498	4094	0.9548574672376464	5	4	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.11183796593947794	PS757|PS758|PS996	0	0	False	True	0.9934049844741821	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	4097.0	99.73200000000001	100.0	0.8362596978358514	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
SPA0009_000000014216	2522	0.9548570643126332	4	3	2	3	2	False	62326	fragment	False	SPA0008_000000011916	0.9795677799607072		0	0	False	False	0.9992069602012634	0					non-mobilizable	no_good_hit	697.0	80.631	27.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0102_000000006342	2796	0.9548540894466382	4	4	0	2	4	False	78677	fragment	False	ISR0213_000000007983	0.9675574411669566		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	other	2796.0	99.89299999999999	100.0	0.4012921751615219	LM997246.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-7_contig-25.0_1_6965_[organism:Escherichia	False	True
USA0078_01_000000001796	6748	0.9548499801640432	7	3	3	2	1	True	97599	fragment	False	USA0078_01_000000001796	1.0		0	0	False	False	0.9988144636154175	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MAD0067_000000002551	3621	0.9548481905448496	4	4	0	2	4	False	78682	fragment	False	MAD0067_000000002551	1.0		0	0	False	False	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	3622.0	99.117	100.0	0.530782761653474	CP010159.1	enterobacteria	Escherichia coli strain D10 plasmid B, complete genome	False	True
MAD0108_000000006570	2557	0.9548447876159402	3	3	0	2	3	False	78677	fragment	False	ISR0213_000000007983	0.715906394437108		0	0	False	False	1.0	0		MOBP			mobilizable	other	2557.0	99.765	100.0	0.3647260273972603	LM997028.1	enterobacteria	Escherichia coli genome assembly FHI89, scaffold scaffold-10_contig-11.0_1_7008_[organism:Escherichia	False	True
MON0060_000000003758	7277	0.9548398080812694	13	7	2	6	4	True	37119	maximal	True	MON0060_000000003758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	76.066	5.0	0.008411837088737821	NC_047910.1	viruses	Faecalibacterium phage FP_Epona, complete genome	True	True
MON0081_000000000539	40160	0.9548389196735622	43	31	21	29	17	True	98522	fragment	False	SPA0118_000000000376	0.7286678775259725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8960.0	99.73200000000001	23.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
MON0091_000000003099	4068	0.9548331154130382	4	3	2	2	2	True	127258	backbone	False	SPA0105_000000005394	0.090537108373698	PS757|PS758|PS996	0	0	False	True	0.9995083808898926	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	2518.0	99.881	98.0	0.3570212765957447	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0247_000000003151	3795	0.9548331154130382	3	3	2	2	2	True	127258	backbone	False	SPA0105_000000005394	0.07623495128179236	PS757|PS758|PS996	0	0	True	True	1.0	35	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3597.0	99.917	95.0	0.5100709219858156	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
AST0111_000000005350	3788	0.9548331154130382	5	3	2	2	2	True	127258	backbone	False	SPA0105_000000005394	0.08451571536941334	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3788.0	99.89399999999999	100.0	0.5371631205673759	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0096_000000006687	3637	0.9548331154130382	3	3	2	2	2	True	127258	backbone	False	SPA0105_000000005394	0.07570410519398361	PS757|PS758|PS996	0	0	True	True	0.9967005848884583	4	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	1892.0	99.20700000000001	100.0	0.3028892455858748	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
AST0151_000000004563	3596	0.9548331154130382	3	3	2	2	2	True	127258	backbone	False	SPA0105_000000005394	0.07691161330102518	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3596.0	100.0	100.0	0.5099290780141844	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0249_000000004641	3531	0.9548331154130382	4	3	2	2	2	True	127258	backbone	False	SPA0105_000000005394	0.06955156141723234	PS757|PS758|PS996	0	0	False	True	0.9883885383605957	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3534.0	99.802	100.0	0.7213148223764801	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
ENG0154_000000008569	3439	0.9548331154130382	3	3	2	2	2	True	127258	backbone	False	SPA0105_000000005394	0.06871711320101308	PS757|PS758|PS996	0	0	False	True	0.9994184374809265	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3439.0	99.94200000000001	100.0	0.4876595744680851	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ENG0105_000000006240	3341	0.9548331154130382	3	3	2	2	2	True	127258	backbone	False	SPA0105_000000005394	0.048008769317821526	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3341.0	99.97	100.0	0.47375886524822697	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0014_000000015765	2289	0.9548320755881844	3	3	2	3	2	False	123327	maximal	True	ISR0014_000000015765	1.0		1	1	False	False	0.9899519681930542	0					non-mobilizable	no_good_hit	1032.0	72.771	44.0	0.0003323603882517289	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0279_000000007215	2822	0.9548192487416864	4	4	4	4	3	False	128449	fragment	False	ISR0250_000000003131	0.41512387448348037		0	0	False	False	0.9964563846588135	0					non-mobilizable	other	2821.0	98.97200000000001	99.0	0.010817529000184128	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0387_000000012476	1947	0.9548083598915692	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.7927852542872664		0	0	False	False	0.9912686347961426	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0054_000000002961	1939	0.9548083598915692	2	2	2	2	2	False	105506	fragment	False	SPA0005_000000013294	0.7917953117624155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0071_000000001482	7484	0.9548073626561329	15	9	1	4	7	True	121576	maximal	True	MON0071_000000001482	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4287.0	99.81299999999999	99.0	0.0017702587444214752	CP010413.1	high GC Gram+	Bifidobacterium breve strain BR3, complete genome	False	True
FIJ0026_000000006608	4500	0.9548028700559924	9	5	4	4	4	False	51250	fragment	False	FIJ0026_000000006608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	91.609	24.0	0.08947134606841403	NZ_FOXF01000063.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
DEN0031_000000017988	1923	0.9548008199419976	6	1	1	1	1	False	73754	fragment	False	ENG0088_000000009864	0.9762365363626498		0	0	False	False	0.9911596179008484	0					non-mobilizable	virus	1924.0	98.75299999999999	100.0	0.396086508753862	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ISR0046_000000007799	3644	0.9547990801804329	4	3	1	3	1	True	99739	fragment	False	ISR0046_000000007799	1.0		0	0	False	False	0.9969813227653503	0					non-mobilizable	no_good_hit								True	True
MON0062_000000005348	7395	0.9547936311748929	14	10	1	4	8	True	121580	fragment	False	MON0062_000000005348	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	7281.0	94.602	98.0	0.003069970160127238	CP060588.1	high GC Gram+	Bifidobacterium longum strain LC67 chromosome, complete genome	False	True
MON0091_000000009612	1298	0.9547920020422376	1	1	1	1	1	False	9482	fragment	False	MON0091_000000009612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	84.915	45.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0087_000000003462	7710	0.9547787168925926	14	9	1	4	6	True	121582	fragment	False	AST0087_000000003462	1.0		0	0	False	True	0.9966277480125427	0					non-mobilizable	other	4637.0	95.212	99.0	0.002019522781308607	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
DEN0055_000000000150	2631	0.954776994814526	3	2	2	2	2	False	72063	fragment	False	DEN0055_000000000150	1.0		0	0	False	False	0.9984796643257141	0					non-mobilizable	no_good_hit	1388.0	99.928	82.0	0.000308072293705952	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
DEN0087_000000007992	1508	0.9547762742846426	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.5477448531779678		0	0	False	False	0.9966843724250793	0					non-mobilizable	other	1508.0	94.96	100.0	0.0067847223482854395	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0004_01_000000012741	1813	0.95477571857903	3	2	1	1	2	False	78873	fragment	False	USA0004_01_000000012741	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1125.0	94.93299999999999	99.0	0.0002536284020369913	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0099_000000003662	5870	0.9547705829722516	6	6	6	6	5	False	125044	fragment	False	ISR0770_000000001357	0.9608235061402005		0	0	False	False	1.0	0					non-mobilizable	other	5870.0	99.59100000000001	100.0	0.02121974676587775	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0101_000000003549	7590	0.9547686454557848	11	5	4	5	2	False	60522	fragment	False	ENG0101_000000003549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	94.382	2.0	0.0002904560159450337	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
ISR0058_000000012987	1991	0.9547663265547328	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9563561732414184		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	95.664	96.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0211_000000013126	1883	0.9547663265547328	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.6948233388225377		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	95.73200000000001	96.0	0.0005004137716535871	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0140_000000013154	1778	0.9547663265547328	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.6732622669283211		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	95.444	100.0	0.0004931935951480414	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AUS0002_000000014456	2476	0.9547629573518942	4	3	3	2	1	False	119263	fragment	False	ISR0293_000000011332	0.2948061067038741		0	0	False	False	0.999596118927002	0					non-mobilizable	other	2477.0	99.596	100.0	0.008111756149340182	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
TAN0017_000000004297	7042	0.9547610518429852	7	3	1	3	1	False	2499	maximal	True	TAN0017_000000004297	1.0		1	1	False	False	0.9997159838676453	0					non-mobilizable	no_good_hit	899.0	97.219	13.0	0.00022016975627600264	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0022_000000033320	1261	0.9547605876481958	2	2	2	2	2	False	74481	fragment	False	DEN0022_000000033320	1.0		0	0	False	False	0.9770023822784424	0					non-mobilizable	other	1201.0	84.01299999999999	95.0	0.0004033924120368245	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
AST0149_000000012249	2209	0.9547572615026548	4	4	3	4	2	False	126665	fragment	False	AST0149_000000012249	1.0		0	0	False	False	0.9954730868339539	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	1.806328549487209e-05	NZ_AP018549.1	firmicutes	Lactobacillus paragasseri strain JCM 5343	True	False
ENG0126_000000014896	1217	0.9547536378952516	1	1	1	1	1	False	58757	fragment	False	ENG0126_000000014896	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	99.094	100.0	0.0002912058217931256	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
ISR0184_000000000456	26792	0.9547462589319992	27	14	9	11	7	False	72729	maximal	True	ISR0184_000000000456	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	77.26	4.0	0.03239289446185998	NZ_CACWHD010000029.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ENG0168_000000025818	1221	0.9547454245995448	2	2	1	2	1	False	55947	maximal	True	ENG0168_000000025818	1.0		1	1	False	False	0.9860770106315613	0					non-mobilizable	no_good_hit								True	False
ISR0790_000000016004	1128	0.954742799695114	1	1	1	1	1	False	22057	fragment	False	ISR0790_000000016004	0.9618903887753336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0073_000000004692	2603	0.9547308746671392	2	2	0	1	2	False	5848	maximal	True	SPA0073_000000004692	1.0		1	1	True	True	1.0	1	rep_cluster_2358			MOB_unknown	mobilizable	no_good_hit	1203.0	99.169	79.0	0.46916471506635443	LR792420.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate SV68221 genome assembly, plasmid: 30	True	True
CAN0006_000000018632	2440	0.9547279034053462	3	3	2	3	2	False	98926	fragment	False	CAN0006_000000018632	1.0		0	0	False	False	0.9991803169250488	0					non-mobilizable	other	2456.0	96.213	100.0	0.00858618373173599	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
SPA0095_000000007488	2704	0.9547229710149112	2	2	2	2	2	False	102238	fragment	False	SPA0095_000000007488	0.9815546954502921		0	0	False	False	0.9996301531791687	0					non-mobilizable	chromosome	2704.0	99.667	100.0	0.0005913621742175281	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
MON0033_000000023734	2711	0.9547177980788	3	2	2	1	2	False	12328	fragment	False	MON0033_000000023734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	94.458	15.0	0.00010919128686619076	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0776_000000009717	2548	0.9547173976517762	5	4	4	3	2	False	99165	maximal	True	ISR0776_000000009717	1.0		9	4	False	False	0.9846938848495483	0					non-mobilizable	other	1778.0	99.325	95.0	0.0008013799482157418	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
USA0001_01_000000001629	8964	0.9547124138327328	12	8	2	4	7	False	2290	fragment	False	USA0001_01_000000001629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	0.003030040689117825	NZ_JHXG01000020.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00018.18_C, whole genome shotgun sequence	True	False
ISR0256_000000006617	2707	0.9547029679642636	6	4	2	2	4	True	101131	fragment	False	ISR0256_000000006617	0.9904319060840817		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2707.0	100.0	100.0	0.6235023041474654	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
ISR0013_000000009200	2692	0.9547029679642636	6	4	2	2	4	True	101131	fragment	False	ISR0256_000000006617	0.9867436844611501		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2692.0	98.7	100.0	0.6175115207373272	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0104_000000003144	2611	0.9547029679642636	6	4	2	2	4	True	101131	fragment	False	ISR0256_000000006617	0.9659268991130254		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2612.0	99.579	100.0	0.424459261668564	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
MON0068_000000018651	2270	0.9547029679642636	5	4	2	2	4	True	101127	fragment	False	MON0068_000000018651	1.0		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2270.0	99.912	100.0	0.3690030899333225	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
SPA0040_000000009670	3916	0.9546993445325695	5	3	2	3	2	False	79332	fragment	False	SPA0040_000000009670	1.0		0	0	False	False	0.9992339015007019	0					non-mobilizable	no_good_hit	64.0	93.75	2.0	0.0032054543604355347	NZ_OAOG01000053.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	False
ISR0142_000000001102	2086	0.9546854100329984	3	2	2	2	0	True	31178	maximal	True	ISR0142_000000001102	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	74.497	7.0	4.8016466626037346e-05	CP018572.1	a-proteobacteria	Marivivens sp. JLT3646, complete genome	True	True
CHI0159_000000005287	2708	0.9546780919288462	2	2	1	1	2	True	96469	fragment	False	CHI0159_000000005287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1546.0	99.15899999999999	57.0	0.14053119883572857	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
MON0103_000000033409	1667	0.9546751938391568	3	3	3	2	2	True	8879	fragment	False	MON0103_000000033409	1.0		0	0	False	False	0.9976004958152771	0					non-mobilizable	no_good_hit								True	True
USA0125_01_000000010616	2268	0.954672818349204	3	3	3	3	2	False	129542	fragment	False	USA0125_01_000000010616	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1557.0	93.12799999999999	93.0	0.00041698199366701897	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0119_000000007626	4253	0.9546703486004092	6	5	5	5	4	False	125036	fragment	False	ISR0806_000000002243	0.5810423596238469		0	0	False	False	0.9990594983100891	0					non-mobilizable	other	4253.0	99.553	100.0	0.000898015853823632	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0124_000000005211	5698	0.9546693579629992	11	10	1	3	10	True	117325	fragment	False	ENG0088_000000004398	0.9626776236945729		0	0	False	False	0.9968410134315491	0					non-mobilizable	chromosome	3749.0	92.585	99.0	0.0015505257381443487	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
MON0015_000000022636	1673	0.9546675758436188	2	2	2	2	1	False	74713	fragment	False	MON0015_000000022636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0033_000000003309	7750	0.9546660269949984	11	3	2	1	3	True	65538	maximal	True	ENG0033_000000003309	0.9985877519578894		2	1	True	True	1.0	360		MOBV			mobilizable	no_good_hit	2376.0	97.348	57.0	0.47336923997606223	LN853112.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0471	True	True
ENG0047_000000001696	7730	0.9546660269949984	11	3	2	1	3	True	65538	maximal	False	ENG0033_000000003309	0.9985877519578894		0	0	True	True	1.0	72		MOBV			mobilizable	no_good_hit	2376.0	97.559	57.0	0.47336923997606223	LN853112.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0471	True	True
CHI0056_000000013941	1480	0.954664374751196	2	1	1	1	1	False	108714	fragment	False	ISR0212_000000018440	0.41758779126292284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	77.033	14.0	0.014656225303541921	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0247_000000009776	1460	0.954664374751196	1	1	1	1	1	False	108714	fragment	False	ISR0212_000000018440	0.2573875767517386		0	0	False	False	0.999315083026886	0					non-mobilizable	no_good_hit	209.0	75.598	14.0	0.014656225303541921	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0088_000000003503	5209	0.954663573379136	5	3	2	3	1	True	27651	maximal	True	MAD0088_000000003503	1.0		2	2	False	False	0.9932808876037598	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	1.0	0.000360894705047034	CP043640.1	a-proteobacteria	Sphingomonas sp. NBWT7 plasmid unnamed1, complete sequence	True	True
SPA0009_000000009963	3511	0.9546634026114144	4	3	3	3	3	False	8142	maximal	True	SPA0009_000000009963	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0065_000000007524	3508	0.9546632489318826	4	3	2	2	3	False	50222	fragment	False	MON0032_000000005972	0.9424687938289007		0	0	False	False	0.9971493482589722	0					non-mobilizable	chromosome	2278.0	90.34200000000001	95.0	0.0009169234294307813	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
USA0059_01_000000001549	14218	0.9546533450681762	13	12	11	12	11	False	95065	fragment	False	ISR0214_000000001181	0.35801165692301284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	85.375	2.0	0.0007610488526657934	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0165_000000002019	8172	0.9546438559902176	13	8	3	6	6	True	122246	backbone	True	ISR0165_000000002019	0.9947160429724073	PS867	1	1	True	True	1.0	33					non-mobilizable	no_good_hit	927.0	97.303	46.0	0.07398144413069786	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0129_000000020997	1124	0.9546436290056136	1	1	1	1	1	False	3822	fragment	False	SPA0129_000000020997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	93.84	62.0	0.0012131691604032743	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0816_000000025018	1507	0.9546433648263244	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.02873508014920838	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1512.0	99.206	100.0	0.00030157621974707515	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0145_000000014203	1302	0.9546433648263244	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.013329978710353482	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1302.0	98.387	100.0	0.0002596629132302745	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0003_01_000000012705	3108	0.9546368779148796	4	3	3	3	3	False	100438	fragment	False	USA0003_01_000000012705	0.7652055241996454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	77.233	25.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ENG0207_000000004345	3875	0.9546125770897578	4	4	4	4	4	False	87484	maximal	True	ENG0207_000000004345	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2165.0	90.90100000000001	62.0	0.0003431583677461751	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0137_000000006004	1874	0.9546101623817056	3	2	2	2	2	False	120211	maximal	True	FIJ0137_000000006004	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	1573.0	99.301	90.0	0.0006231722559906001	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0028_000000004778	3339	0.9545955449096	3	2	1	1	2	False	65901	maximal	True	ENG0028_000000004778	1.0		8	3	False	False	0.9997004866600037	0					non-mobilizable	no_good_hit	486.0	78.395	14.0	0.00016962819553491845	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0007_000000005935	2466	0.9545913834326952	4	4	4	4	3	False	120077	fragment	False	ISR0155_000000005779	0.4428212048648983		0	0	False	False	0.9991889595985413	0					non-mobilizable	chromosome	2472.0	98.544	100.0	0.000548844007027691	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0051_000000005540	3817	0.9545786777235116	13	1	1	1	1	False	46779	fragment	False	FIJ0051_000000005540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1867.0	92.76899999999999	67.0	0.0729301233118027	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0089_000000012176	2015	0.9545786777235116	5	1	1	1	1	False	43573	fragment	False	FIJ0089_000000012176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	90.083	65.0	0.04721080446271286	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
AUS0004_000000003014	6990	0.9545721373332762	5	3	3	2	3	True	116413	fragment	False	ISR0124_000000001916	0.4973774411070501		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	6916.0	99.928	99.0	0.2225763868765897	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0150_000000008486	2314	0.954570651438358	2	2	2	2	2	False	73112	fragment	False	SPA0150_000000008486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	88.696	5.0	2.997526377568953e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0085_000000010420	2479	0.9545705392489892	3	3	3	3	3	False	9792	maximal	True	MON0085_000000010420	1.0		0	0	False	False	0.9713594317436218	0					non-mobilizable	no_good_hit	738.0	97.696	30.0	0.01203265306122449	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0046_000000017308	1854	0.9545682659325396	3	2	2	1	1	False	108605	maximal	True	FIJ0046_000000017308	1.0		0	0	False	False	0.9870550036430359	0					non-mobilizable	no_good_hit	1613.0	99.93799999999999	87.0	0.00036471809463303295	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0057_000000007706	3861	0.9545648740758392	6	2	2	2	1	False	46164	maximal	True	FIJ0057_000000007706	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	94.73700000000001	10.0	0.00011766652062174989	HE793032.1	bacteria	Brachyspira pilosicoli WesB complete genome	True	False
FIJ0120_000000010343	2281	0.9545648740758392	4	2	2	2	1	False	41542	fragment	False	FIJ0120_000000010343	1.0		0	0	False	False	0.9978079795837402	0					non-mobilizable	no_good_hit								True	False
CHI0093_000000002755	2052	0.9545525015577548	3	2	2	1	1	False	83593	fragment	False	CHI0093_000000002755	0.9985686764690641		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	97.786	96.0	0.0533409991056599	NZ_QRUU01000040.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf40, whole genome shotgun sequence	False	False
CHI0140_000000015405	1916	0.9545525015577548	3	2	2	1	1	False	83593	fragment	False	CHI0093_000000002755	0.9772579597141		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	97.965	96.0	0.0533409991056599	NZ_QRUU01000040.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf40, whole genome shotgun sequence	False	False
CHI0075_000000003775	1825	0.9545525015577548	3	2	2	1	1	False	84669	fragment	False	CHI0075_000000003775	1.0		0	0	False	False	0.9939725995063782	0					non-mobilizable	other	1270.0	98.583	100.0	0.04053277117669605	NZ_QRUU01000040.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf40, whole genome shotgun sequence	False	False
ENG0037_000000024821	1444	0.9545525015577548	2	2	2	1	1	False	77860	fragment	False	ENG0037_000000024821	0.9881869542886492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	75.34100000000001	76.0	0.0004009343140232345	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0146_000000030785	1390	0.9545525015577548	2	2	2	1	1	False	85793	fragment	False	ISR0146_000000030785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	76.744	54.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0810_000000013138	1375	0.9545525015577548	2	2	2	1	1	False	77860	fragment	False	ENG0037_000000024821	0.962243568128821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	75.441	77.0	0.0003816586258490405	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0108_000000021507	1291	0.9545525015577548	3	2	2	1	1	False	4674	fragment	False	SPA0108_000000021507	1.0		0	0	False	False	1.0	0					non-mobilizable	other	980.0	99.08200000000001	99.0	0.03126996294876709	NZ_QRUU01000040.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf40, whole genome shotgun sequence	False	False
AST0118_000000005449	5134	0.9545491025557168	7	4	4	4	2	False	118728	fragment	False	AST0118_000000005449	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1894.0	97.149	97.0	0.03873779851433483	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
ISR0073_000000015657	1741	0.9545484207815674	3	2	2	2	2	False	34791	fragment	False	ISR0073_000000015657	1.0		0	0	False	False	0.9954049587249756	0					non-mobilizable	no_good_hit	647.0	88.87200000000001	86.0	0.00026603871645791276	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
SPA0098_000000000329	45985	0.954536239151966	78	20	6	17	10	False	5097	maximal	True	SPA0098_000000000329	1.0		1	1	True	True	1.0	98					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.926089239119845e-07	LR812494.1	bony fishes	Danio aesculapii genome assembly, chromosome: 22	True	True
MAD0060_000000004629	3379	0.9545333580160328	7	2	2	2	1	False	16866	maximal	True	MAD0060_000000004629	1.0		1	1	False	False	0.9979283809661865	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	1.8207756932871214e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
DEN0096_000000037265	1226	0.9545278252890604	2	2	1	1	2	False	68131	fragment	False	DEN0096_000000037265	1.0		0	0	False	False	0.9869494438171387	0					non-mobilizable	no_good_hit	519.0	78.805	64.0	0.0001570449926280336	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0066_000000006235	2228	0.954527075019494	3	3	3	2	2	False	105487	fragment	False	SPA0066_000000006235	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2228.0	99.461	100.0	0.004608094686310214	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
MAD0102_000000010534	1883	0.9545269694822212	3	3	3	2	1	False	14991	maximal	True	MAD0102_000000010534	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1881.0	99.89399999999999	99.0	0.00040363096107108197	CP042942.1	enterobacteria	Escherichia fergusonii strain ATCC 35473 chromosome, complete genome	False	False
SPA0032_000000008008	3285	0.9545265762964676	5	4	4	4	4	False	96700	fragment	False	CHI0152_000000002023	0.8292415273985595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	78.388	82.0	0.03943573667711599	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
ISR0075_000000017079	1575	0.9545239478405844	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.3290763020176628		0	0	False	False	0.9987301826477051	0					non-mobilizable	other	1578.0	92.205	100.0	0.07945316047016092	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AUS0018_000000006552	4137	0.9545209867508928	4	2	2	1	1	True	101098	maximal	True	AUS0018_000000006552	1.0		2	1	False	False	0.9997583031654358	0					non-mobilizable	no_good_hit	1466.0	78.513	36.0	0.24329826942653546	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	True
CHI0120_000000002184	5475	0.9545208015204442	5	3	3	3	3	False	86408	maximal	True	CHI0120_000000002184	1.0		42	7	False	False	1.0	0					non-mobilizable	no_good_hit	1866.0	99.25	37.0	0.00033836821610280733	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
CHI0108_000000002172	3491	0.9545175897828742	5	4	0	3	1	True	125542	maximal	False	ISR0183_000000009706	0.996039434331893		0	0	True	True	0.9997135400772095	12		MOBP			mobilizable	no_good_hit	1212.0	96.535	64.0	0.32362373062533406	LN853232.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0603	True	True
ISR0213_000000006882	3491	0.9545175897828742	5	4	0	3	1	True	125542	maximal	False	ISR0183_000000009706	0.9961874066430272		0	0	True	True	0.9942709803581238	11		MOBP			mobilizable	no_good_hit	1212.0	96.535	64.0	0.32362373062533406	LN853232.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0603	True	True
USA0005_01_000000010006	3545	0.9545123499843	7	2	2	2	2	True	76077	fragment	False	USA0005_01_000000010006	1.0		0	0	False	False	0.992665708065033	0					non-mobilizable	other	3503.0	98.97200000000001	99.0	0.0009656259762762628	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
ENG0039_000000008558	2883	0.9545123499843	5	2	2	2	2	True	76076	fragment	False	ENG0039_000000008558	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2881.0	98.82	99.0	0.0007941184499359328	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
ISR0101_000000019321	1221	0.9545116177315668	2	2	1	1	2	False	33116	fragment	False	ISR0101_000000019321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	73.941	25.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ISR0222_000000030998	1485	0.9545102449713136	2	1	1	1	1	False	27857	fragment	False	ISR0222_000000030998	1.0		0	0	False	False	0.9804713726043701	0					non-mobilizable	other	1485.0	100.0	100.0	0.0005324825095283511	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
FIJ0097_000000023905	1323	0.9545073918784334	2	2	2	2	2	False	97493	fragment	False	FIJ0097_000000023905	0.9388019375643484		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	96.825	100.0	0.00023729021041467093	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
CAN0021_000000006606	6014	0.9545053747590886	13	4	2	4	2	True	91665	maximal	True	CAN0021_000000006606	1.0		1	1	False	False	0.9976720809936523	0					non-mobilizable	no_good_hit	898.0	91.98200000000001	45.0	0.015879204621982775	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0008_000000024246	1511	0.954502423929782	1	1	1	1	1	False	13851	maximal	True	MON0008_000000024246	1.0		1	1	False	False	0.9986763596534729	0					non-mobilizable	no_good_hit	1088.0	82.99600000000001	71.0	0.007285273484710379	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0087_000000016652	1939	0.9544931395360988	2	2	1	2	2	False	56344	fragment	False	FIJ0087_000000016652	0.9972314507198228		0	0	False	False	0.9979370832443237	0					non-mobilizable	no_good_hit								True	False
AST0055_000000002998	8969	0.9544898835045994	12	6	3	4	4	True	113997	maximal	False	ISR0184_000000001679	0.9952462916218349	PS328|PS329|PS369	0	0	True	True	1.0	140					non-mobilizable	no_good_hit	474.0	83.544	21.0	0.05075084950126055	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0165_000000000239	43805	0.9544896404755729	61	23	7	19	14	True	50532	maximal	True	ISR0165_000000000239	0.9314104957030922	PS195	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4080.0	89.632	12.0	0.2545090180360721	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
MAD0068_000000011028	2480	0.9544891891895126	3	1	1	1	1	False	17337	maximal	False	MAD0051_000000011656	1.0		0	0	True	True	0.9995967745780945	58					non-mobilizable	no_good_hit	1813.0	96.635	79.0	0.4341346153846154	AP022150.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-S18-ESBL-05_8 DNA, complete genome, strain: WP5-S18-ESBL-05	True	True
MAD0051_000000011656	2480	0.9544891891895126	3	1	1	1	1	False	17337	maximal	True	MAD0051_000000011656	1.0		2	1	True	True	0.9995967745780945	60					non-mobilizable	no_good_hit	1813.0	96.635	79.0	0.4341346153846154	AP022150.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-S18-ESBL-05_8 DNA, complete genome, strain: WP5-S18-ESBL-05	True	True
FIJ0018_000000019574	1391	0.9544891891895126	2	1	1	1	1	False	49947	fragment	False	FIJ0018_000000019574	1.0		0	0	False	False	0.9985621571540833	0					non-mobilizable	plasmid	1391.0	100.0	100.0	0.4502753482345319	CP019022.1	enterobacteria	Escherichia coli strain Ecol_881 plasmid pEC881_7, complete sequence	False	True
FIJ0011_000000033561	1369	0.9544713404939876	4	2	1	2	2	True	50893	fragment	False	FIJ0011_000000033561	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1249.0	99.359	91.0	0.05117690478143197	MK231788.1	viruses	Uncultured human fecal virus clone Bifidobact.sp_B06.V01.O05_1-CL03_c1 sequence	False	True
ENG0125_000000001697	12010	0.9544656341676104	19	17	6	10	17	True	114263	maximal	False	ENG0095_000000001707	0.9819198432780998		0	0	False	False	0.9999167323112488	0					non-mobilizable	plasmid	11931.0	99.346	99.0	0.12958589541274418	KU932021.1	enterobacteria	Escherichia coli plasmid pEC3I, complete sequence	False	True
ISR0191_000000005500	1898	0.9544615139770792	2	2	2	2	1	True	57961	fragment	False	ISR0250_000000006298	0.9572083545593479		0	0	False	False	1.0	0					non-mobilizable	other	1917.0	99.009	100.0	0.14240059457450763	NZ_JOJU01000037.1	a-proteobacteria	Acetobacter malorum strain DmCS_005 contig35, whole genome shotgun sequence	False	True
ISR0187_000000010984	2542	0.9544577182461224	4	3	2	3	2	True	110640	fragment	False	FIJ0142_000000011992	0.9353734505722167		0	0	False	False	0.9866247177124023	0					non-mobilizable	other	2542.0	95.20100000000001	100.0	0.10218449531319146	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0190_000000006170	3759	0.9544500765952868	4	3	2	2	3	True	125553	backbone	False	ISR0070_000000005259	0.9182850213209748	PS930	0	0	True	True	1.0	49	rep_cluster_1351	MOBQ,MOBQ			mobilizable	plasmid	3763.0	98.538	100.0	0.48755832037325036	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
MON0107_000000012538	4328	0.9544477889727974	7	5	3	4	5	True	118168	backbone	False	FIJ0074_000000005173	0.20313760007305298	PS799	0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	4329.0	99.931	99.0	0.48438724118634585	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0089_000000005124	4139	0.9544477889727974	8	5	3	4	5	True	118168	backbone	False	FIJ0074_000000005173	0.10347311899945116	PS799	0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	4161.0	99.399	100.0	0.4655847789591494	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0043_000000002700	6872	0.9544420122564684	10	6	3	6	3	True	11697	maximal	True	MON0043_000000002700	1.0		4	1	True	True	1.0	83					non-mobilizable	no_good_hit	69.0	89.855	1.0	1.863244945194568e-05	CP042172.1	high GC Gram+	Arthrobacter sp. KBS0702 chromosome, complete genome	True	True
CHI0007_000000002062	4276	0.9544418951032876	4	4	4	4	4	False	125051	fragment	False	ISR0847_000000004306	0.3299251004965125		0	0	False	False	1.0	0					non-mobilizable	chromosome	4276.0	99.626	100.0	0.000949537891559441	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AST0113_000000004391	7303	0.9544402632662586	7	6	4	5	3	False	106697	fragment	False	AST0113_000000004391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5788.0	89.89299999999999	79.0	0.12692552794075637	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	False
DEN0093_000000005473	5662	0.9544377603094492	9	5	3	5	2	True	68513	maximal	True	DEN0093_000000005473	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	98.48	12.0	0.0014405862636250868	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0367_000000005160	1860	0.9544353830403164	4	3	3	3	1	False	98917	fragment	False	ISR0335_000000008295	0.6595656170115262		0	0	False	False	0.9924731254577637	0					non-mobilizable	chromosome	1860.0	98.118	100.0	0.00028587104661729004	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0310_000000001019	12054	0.9544338934715202	12	8	7	8	3	True	132064	fragment	False	ISR0310_000000001019	1.0		0	0	False	False	0.9973452687263489	0					non-mobilizable	no_good_hit	561.0	99.287	5.0	0.0025828590404678663	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	True
MON0069_000000005226	7169	0.9544272149002312	14	11	1	3	9	True	121579	fragment	False	MON0069_000000005226	1.0		0	0	False	True	0.9984655976295471	0					non-mobilizable	chromosome	7179.0	96.64299999999999	100.0	0.0031708968165736692	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	True
ISR0156_000000010600	2412	0.9544182165441366	4	3	3	2	1	False	119263	fragment	False	ISR0293_000000011332	0.19348416319607686		0	0	False	False	0.9970978498458862	0					non-mobilizable	other	2413.0	99.088	100.0	0.000678022318328658	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0046_000000007062	3871	0.9544164433132648	6	3	1	2	3	False	77322	maximal	True	FIJ0046_000000007062	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0193_000000012757	1567	0.954410383827965	3	1	1	1	1	False	54582	maximal	True	ENG0193_000000012757	1.0		5	4	False	False	1.0	0					non-mobilizable	other	1564.0	97.12299999999999	99.0	0.0011871595366204158	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	False	False
USA0047_01_000000003612	8555	0.9544066099067648	11	4	3	4	3	False	119919	fragment	False	USA0047_01_000000003612	1.0		0	0	False	False	0.9995324611663818	0					non-mobilizable	no_good_hit								True	False
ISR0308_000000001678	7571	0.9544044272218898	10	7	4	4	5	True	104953	backbone	False	DEN0005_000000003293	0.7043823382480251	PS624	0	0	False	True	1.0	0					non-mobilizable	plasmid	4981.0	97.47	94.0	0.4016942315449778	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0047_000000001818	13721	0.954401986688912	18	10	9	10	4	True	69834	maximal	True	MON0047_000000001818	1.0		1	1	False	False	0.9938051104545593	0					non-mobilizable	no_good_hit	2763.0	88.382	23.0	0.0007851717559648508	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ENG0153_000000004966	5553	0.954398881355582	8	3	2	1	2	True	56972	maximal	True	ENG0153_000000004966	1.0		1	1	True	True	1.0	53					non-mobilizable	no_good_hit	1691.0	75.34	30.0	0.326232741617357	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0179_000000005725	4432	0.9543981453417324	6	4	2	3	1	True	132036	maximal	True	ISR0179_000000005725	1.0		5	2	True	True	0.9981949329376221	7					non-mobilizable	no_good_hit	43.0	90.698	1.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
MON0060_000000008747	4009	0.9543956978141565	4	4	3	4	3	False	82024	fragment	False	ISR0296_000000006166	0.9445527258377954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2743.0	94.094	68.0	0.11737210000428835	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0137_000000008125	1960	0.9543866013124604	3	2	2	2	2	False	80516	fragment	False	CHI0137_000000008125	1.0		0	0	False	False	0.9933673739433289	0					non-mobilizable	no_good_hit	448.0	87.946	75.0	0.00020847033145383572	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0107_000000008861	2743	0.9543806112303228	3	3	3	3	2	False	129604	fragment	False	ISR0107_000000008861	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1800.0	98.833	95.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ETH0004_000000005738	4948	0.9543728813289982	8	2	1	2	1	True	52942	maximal	True	ETH0004_000000005738	1.0		1	1	False	False	0.9981811046600342	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00037221694370708484	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	True
ENG0027_000000002554	6883	0.9543720251932484	5	2	2	2	2	False	72055	maximal	True	ENG0027_000000002554	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	90.323	1.0	2.0532242858061277e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0055_000000000439	1897	0.9543720251932484	3	2	2	2	2	False	72049	fragment	False	DEN0055_000000000439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0062_000000011392	2540	0.9543557299806794	2	2	2	2	2	False	45720	fragment	False	FIJ0062_000000011392	1.0		0	0	False	False	0.9960629940032959	0					non-mobilizable	no_good_hit								True	False
AST0050_000000001520	8596	0.9543547026342908	9	8	7	6	6	False	120416	fragment	False	ISR0370_000000002199	0.6324486727360479		0	0	False	False	1.0	0					non-mobilizable	other	8596.0	99.197	100.0	0.0037147455734235996	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
AST0028_000000001743	10427	0.9543448555221916	12	9	8	7	6	False	129102	fragment	False	AST0028_000000001743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1653.0	94.374	16.0	0.03378558127161479	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0335_000000002301	6265	0.9543420875363244	9	7	2	2	5	True	130672	backbone	True	ISR0335_000000002301	0.9802595845650119	PS1043|PS1115|PS1116|PS122|PS827	1	1	True	True	1.0	75	rep_cluster_1143,rep_cluster_1152	MOBQ			mobilizable	no_good_hit	3496.0	99.571	81.0	0.4957446808510638	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
AST0003_000000006540	5373	0.9543420875363244	8	7	2	2	5	True	130671	backbone	True	AST0003_000000006540	1.0	PS1043|PS1115|PS122|PS827	0	0	True	True	1.0	66	rep_cluster_1143,rep_cluster_1152	MOBQ			mobilizable	plasmid	2313.0	99.395	96.0	0.3276595744680851	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0077_000000019040	1833	0.9543403750270848	2	2	2	2	2	False	34506	fragment	False	ISR0077_000000019040	1.0		0	0	False	False	0.9847245216369629	0					non-mobilizable	no_good_hit	480.0	75.417	26.0	0.00012103114387907668	NZ_CP028842.1	firmicutes	Clostridium botulinum strain DFPST0029 chromosome, complete genome	True	False
MON0049_000000020396	1099	0.954339257760062	1	1	1	1	1	False	11347	fragment	False	MON0049_000000020396	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1108.0	90.25299999999999	100.0	0.0004887732277665581	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CAN0007_000000002600	15261	0.9543369704242955	22	6	4	6	4	False	95438	maximal	True	CAN0007_000000002600	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	94.27	6.0	0.00030072254952707956	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0115_000000007377	3275	0.9543273518549782	6	5	1	1	5	False	49949	maximal	True	FIJ0115_000000007377	1.0		4	1	False	False	1.0	0	rep_cluster_2406			MOB_unknown	mobilizable	no_good_hit	1884.0	99.682	57.0	0.6096533851635892	CP019022.1	enterobacteria	Escherichia coli strain Ecol_881 plasmid pEC881_7, complete sequence	True	True
MON0093_000000001204	18775	0.9543256716350168	41	14	4	9	7	True	43100	maximal	True	MON0093_000000001204	1.0		1	1	False	False	0.9999467134475708	0					non-mobilizable	no_good_hit	3198.0	91.65100000000001	66.0	0.056622833445574734	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0081_000000005315	4340	0.9543251030083244	5	2	2	2	1	True	46753	maximal	True	ISR0081_000000005315	1.0		1	1	True	True	1.0	51					non-mobilizable	no_good_hit	202.0	95.05	19.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0049_000000005194	3818	0.9543251030083244	5	2	2	2	1	True	67370	backbone	True	ENG0049_000000005194	1.0	PS310	1	1	True	True	0.9997380971908569	11					non-mobilizable	no_good_hit	309.0	88.67299999999999	9.0	0.04637066222154872	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0176_000000008725	3756	0.9543251030083244	4	2	2	2	1	True	34675	maximal	True	ISR0176_000000008725	1.0		1	1	True	True	1.0	552					non-mobilizable	no_good_hit	150.0	99.333	14.0	0.03805874840357599	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CAN0015_000000024260	1445	0.9543246816604852	2	2	2	1	2	False	93161	fragment	False	CAN0015_000000024260	1.0		0	0	False	False	0.9411764740943909	0					non-mobilizable	no_good_hit	947.0	78.35300000000001	89.0	0.0003867033355324769	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0014_000000003209	6933	0.9543104340254808	10	2	2	2	2	False	50524	maximal	True	FIJ0014_000000003209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1809.0	84.90899999999999	26.0	0.005760169800343948	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0102_000000003632	7243	0.9542937096311378	7	3	2	3	1	True	122753	fragment	False	ISR0020_000000001978	0.7951337099049945		0	0	False	False	0.9964103102684021	0					non-mobilizable	no_good_hit	482.0	92.946	12.0	0.00196938428021056	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0266_000000001798	6810	0.9542937096311378	7	3	2	3	1	True	122753	fragment	False	ISR0020_000000001978	0.4639077023745021		0	0	False	False	0.9975036978721619	0					non-mobilizable	no_good_hit	558.0	93.54799999999999	8.0	0.002268894806159249	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0373_000000002259	5645	0.9542937096311378	4	3	2	3	1	True	122751	fragment	False	SPA0052_000000005347	0.7758710854904273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	94.301	3.0	0.0007795479442500134	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0057_000000002847	5329	0.9542937096311378	4	3	2	3	1	True	122751	fragment	False	SPA0052_000000005347	0.7475689479053077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	93.75	2.0	0.000455420114798692	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0050_000000004002	5298	0.9542937096311378	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.40656212883763065		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	212.0	99.057	4.0	0.005923971025885788	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
MAD0061_000000002911	5296	0.9542937096311378	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3791045610097433		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	271.0	94.834	6.0	7.664566764621722e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MAD0046_000000004568	5109	0.9542937096311378	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.39197409126379246		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	2.0	0.1112372304199773	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0039_000000006128	5042	0.9542937096311378	4	3	2	3	1	True	122751	fragment	False	SPA0052_000000005347	0.5619033871874362		0	0	False	False	0.9998016953468323	0					non-mobilizable	no_good_hit								True	True
ISR0295_000000007124	4424	0.9542937096311378	3	3	2	3	1	True	122747	fragment	False	ISR0295_000000007124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0019_000000008274	3325	0.9542937096311378	3	3	2	3	1	True	122745	fragment	False	AST0019_000000008274	1.0		0	0	False	False	0.9963909983634949	0					non-mobilizable	no_good_hit								True	True
FIJ0139_000000007966	3229	0.954293647827352	5	4	2	3	4	False	45345	maximal	True	FIJ0139_000000007966	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.787966864808196e-06	NC_015702.1	bacteria	Parachlamydia acanthamoebae UV-7, complete genome	True	False
FIJ0024_000000012135	1720	0.9542935411611192	4	1	1	1	1	False	49217	maximal	True	FIJ0024_000000012135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000006673	8937	0.9542916969198426	14	6	4	5	5	False	104719	maximal	True	USA0069_01_000000006673	1.0		2	1	False	False	0.9997761845588684	0					non-mobilizable	no_good_hit	185.0	78.919	2.0	4.566677506252835e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0041_000000022797	1493	0.954283827208941	2	2	2	2	2	False	73093	fragment	False	DEN0041_000000022797	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1376.0	100.0	100.0	0.00025818260476392907	CP052328.1	enterobacteria	Klebsiella pneumoniae strain D17KP0032 chromosome, complete genome	False	False
ETH0003_000000007439	4385	0.9542829976071364	6	3	0	3	1	True	71319	maximal	False	ISR0052_000000007226	0.9724619872738205		0	0	True	True	1.0	34					non-mobilizable	no_good_hit								True	True
USA0119_01_000000006671	3450	0.9542807996848784	3	3	1	3	2	False	120284	fragment	False	USA0119_01_000000006671	1.0		0	0	False	False	0.9997101426124573	0					non-mobilizable	no_good_hit	42.0	100.0	1.0	0.02401874633860574	NZ_ATDK01000510.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig510, whole genome shotgun sequence	True	False
ISR0067_000000009260	3039	0.9542807996848784	3	3	1	3	2	False	120283	fragment	False	ISR0067_000000009260	0.9906217436609934		0	0	False	False	0.998683750629425	0					non-mobilizable	no_good_hit								True	False
SPA0137_000000000474	39192	0.954279128562784	35	17	12	17	6	True	111136	maximal	True	SPA0137_000000000474	1.0		2	2	False	False	0.9999489784240723	0					non-mobilizable	no_good_hit	80.0	96.25	0.0	0.00014125884879402493	NZ_FYDE01000003.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	True
ENG0107_000000006905	3792	0.9542760379524428	7	4	2	3	3	True	125437	fragment	False	CHI0132_000000008261	0.9677302270743485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	89.09200000000001	41.0	0.04728175323889091	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
DEN0072_000000005412	3432	0.9542731239269152	5	3	3	2	1	False	70293	maximal	True	DEN0072_000000005412	1.0		1	1	False	False	0.993298351764679	0					non-mobilizable	no_good_hit	1798.0	93.43700000000001	52.0	0.5698856416772554	NZ_LT965949.1	CFB group bacteria	Metaprevotella massiliensis strain Marseille P-3114, whole genome shotgun sequence	True	False
ENG0001_000000000213	46663	0.9542728652804292	51	17	8	10	10	False	114066	maximal	True	ENG0001_000000000213	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	93.382	4.0	0.0004905901461635761	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0114_000000016202	2405	0.9542699158888006	4	2	1	1	2	False	49946	maximal	True	FIJ0114_000000016202	1.0		1	1	False	False	1.0	0				MOBP	mobilizable	no_good_hit	946.0	87.632	57.0	0.07011426027600534	CP034682.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_13kb, complete sequence	True	True
ISR0369_000000003721	3087	0.9542671869895832	4	3	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.013704729967859096	PS757|PS758|PS996	0	0	False	True	0.9996760487556458	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3087.0	100.0	100.0	0.4377304964539007	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
FIJ0124_000000003530	6967	0.9542669919705488	10	8	6	8	6	True	41267	maximal	True	FIJ0124_000000003530	1.0		1	1	True	True	1.0	39					non-mobilizable	no_good_hit								True	True
FIJ0083_000000003317	8929	0.9542663880470612	13	9	8	7	6	True	45327	fragment	False	FIJ0083_000000003317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	89.024	2.0	0.0008185538881309686	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0093_000000008002	3973	0.9542627783304812	5	4	4	4	4	False	68505	fragment	False	DEN0093_000000008002	1.0		0	0	False	False	0.999496579170227	0					non-mobilizable	other	3973.0	96.854	100.0	0.0020676027994404452	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
MON0050_000000006588	4226	0.9542544586831831	6	6	0	3	5	False	78683	fragment	False	MON0050_000000006588	1.0		0	0	False	False	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	other	4226.0	99.479	100.0	0.5817155445408233	MK878523.1	enterobacteria	Escherichia coli 0315J contig 0315J-ColS4 genomic sequence	False	True
SPA0035_000000002863	5421	0.9542455681921824	3	2	2	2	1	True	127363	fragment	False	MAD0035_000000002553	0.047036770823194136		0	0	False	False	1.0	0					non-mobilizable	other	5458.0	96.079	100.0	0.059243560482556246	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0058_000000006872	3497	0.9542455681921824	2	2	2	2	1	True	122812	fragment	False	ISR0058_000000006872	0.9719952497181742		0	0	False	False	0.9994280934333801	0					non-mobilizable	other	3499.0	97.999	100.0	0.038017606781871535	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0352_000000000723	10305	0.954242451765858	15	9	5	9	5	True	24067	maximal	True	ISR0352_000000000723	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	91.447	3.0	0.006034448307557047	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0104_000000001659	5956	0.9542355967069168	8	3	3	3	2	True	96536	maximal	True	MAD0104_000000001659	1.0		1	1	False	False	0.99781733751297	0					non-mobilizable	no_good_hit	4864.0	97.41	82.0	0.0008722104913129593	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
SPA0034_000000022124	1580	0.9542347395979892	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8432852899160039		0	0	False	False	1.0	0					non-mobilizable	other	1580.0	99.367	100.0	0.007165937517018535	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0086_000000002528	9095	0.9542331318719772	8	8	7	8	5	False	33928	fragment	False	ISR0086_000000002528	1.0		0	0	False	False	0.999670147895813	0					non-mobilizable	no_good_hit	6344.0	98.014	84.0	0.09641835554744081	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
CHI0106_000000006767	2866	0.9542313897498101	3	3	3	2	2	False	90102	fragment	False	CHI0106_000000006767	1.0		0	0	False	False	0.9986042976379395	0					non-mobilizable	other	2115.0	87.376	98.0	0.046388467708264665	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
ISR0224_000000022382	1400	0.9542303689893348	4	2	1	2	1	False	27727	fragment	False	ISR0224_000000022382	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	92.495	99.0	0.000693239353168481	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	False
ENG0016_000000003672	6120	0.9542236924335292	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.2213404612080232		0	0	False	False	1.0	0					non-mobilizable	other	6120.0	99.88600000000001	100.0	0.02212363783615709	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
TAN0007_000000035118	1210	0.9542185885146726	2	1	1	1	1	False	2787	fragment	False	USA0036_01_000000023198	0.9520754716981132		0	0	False	False	0.9925619959831238	0					non-mobilizable	no_good_hit								True	False
SPA0106_000000010643	3678	0.954218328858664	8	2	2	2	2	False	74274	maximal	True	SPA0106_000000010643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	99.811	43.0	0.02099463573183944	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
MAD0066_000000005235	3805	0.9542148999425026	4	4	4	3	4	False	16600	maximal	True	MAD0066_000000005235	1.0		2	1	False	False	0.9997372031211853	0					non-mobilizable	no_good_hit	1638.0	73.26	43.0	0.000685401546413158	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	False
FIJ0148_000000006200	2759	0.954213256294122	4	4	4	2	2	False	129623	maximal	True	FIJ0148_000000006200	1.0	PS1061	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1804.0	99.169	65.0	0.000483173865412362	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0088_000000006395	4318	0.954211554059708	5	5	4	3	3	False	43682	fragment	False	FIJ0088_000000006395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	96.337	19.0	0.0002289424064309866	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0087_000000007289	3704	0.9542084944495208	4	3	3	3	3	False	82023	fragment	False	MAD0087_000000007289	1.0		0	0	False	False	0.988120973110199	0					non-mobilizable	no_good_hit	2369.0	86.281	64.0	0.10116214245893906	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0082_000000004871	3864	0.9542053101621676	7	4	2	4	3	True	124511	maximal	False	ENG0053_000000006728	0.9418420270748187		0	0	True	True	1.0	17					non-mobilizable	plasmid	2560.0	100.0	100.0	0.6750197836982327	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
CHI0108_000000001107	6193	0.9542035187610144	9	8	3	3	8	True	82954	fragment	False	CHI0108_000000001107	1.0		0	0	False	False	0.9979008436203003	0					non-mobilizable	plasmid	6193.0	99.919	100.0	0.028539428381797818	CP029645.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain 311189_217186 plasmid pHCM1, complete sequence	False	True
CHI0141_000000004611	5977	0.954192590577716	8	6	1	2	5	False	117796	maximal	True	CHI0141_000000004611	1.0	PS794	6	1	False	True	1.0	0					non-mobilizable	no_good_hit	949.0	97.471	52.0	0.0001956641081570032	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
AST0087_000000007095	4615	0.9541873014419988	7	6	3	4	5	True	130623	fragment	False	AST0087_000000007095	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2468.0	92.90899999999999	88.0	0.48500394632991317	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
MON0058_000000016905	2768	0.954184653392726	4	3	3	3	3	False	36880	maximal	True	MON0058_000000016905	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	82.26100000000001	37.0	0.15829339928891636	NZ_LNAM01000007.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf104, whole genome shotgun sequence	True	False
FIJ0144_000000005249	5984	0.9541813903175362	9	7	3	3	6	False	40117	fragment	False	FIJ0144_000000005249	1.0		0	0	False	False	0.9978275299072266	0					non-mobilizable	plasmid	5989.0	97.36200000000001	99.0	0.06468830522053569	CP028198.1	enterobacteria	Salmonella enterica subsp. enterica serovar Concord strain CFSAN018747 plasmid pGMI14-002_2, complete sequence	False	True
ISR0384_000000006298	2587	0.9541782978389456	2	2	1	1	1	False	23087	fragment	False	ISR0384_000000006298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2172.0	82.689	82.0	0.4124087591240876	DQ497626.1	high GC Gram+	Bifidobacterium breve plasmid pB21a, complete sequence	True	False
CHI0041_000000001758	7012	0.95417240794076	12	10	4	6	10	True	127654	backbone	False	CHI0110_000000000693	0.956998577252466	PS1016	0	0	True	True	1.0	3	rep_cluster_1097				non-mobilizable	other	5364.0	98.807	95.0	0.6482625015135004	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
ISR0127_000000007356	3148	0.9541687566294814	4	3	3	3	2	False	129742	fragment	False	ISR0173_000000002410	0.7971466305606035		0	0	False	True	1.0	0					non-mobilizable	chromosome	1745.0	99.31200000000001	100.0	0.0004670948682272584	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0016_000000002641	7008	0.9541621321269566	9	5	4	5	1	True	132039	fragment	False	ISR0084_000000002614	0.961947081224843		0	0	False	False	0.9998573064804077	0					non-mobilizable	no_good_hit	832.0	76.082	12.0	0.0002847749615536374	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0114_000000010333	3622	0.9541553364556308	6	5	4	3	4	False	43996	maximal	True	FIJ0114_000000010333	1.0		1	1	False	False	0.9997239112854004	0					non-mobilizable	no_good_hit	578.0	77.509	29.0	0.00021070034739862156	CP025834.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-19 chromosome, complete genome	True	False
SPA0073_000000001342	11338	0.954147678494958	13	9	9	9	9	False	6062	maximal	True	SPA0073_000000001342	0.9997794636556104		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	6542.0	96.5	58.0	0.0020627476669841096	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
SPA0067_000000001858	11336	0.954147678494958	13	9	9	9	9	False	6062	maximal	False	SPA0073_000000001342	0.9996913035808785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6546.0	96.51700000000001	58.0	0.002064009865342368	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ENG0106_000000008924	2348	0.9541465824915968	3	3	2	2	3	True	60076	maximal	True	ENG0106_000000008924	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2352.0	94.81299999999999	100.0	0.07062736205593348	CP012287.1	firmicutes	Pediococcus damnosus strain TMW 2.1534 plasmid pL21534-4, complete sequence	False	True
FIJ0023_000000022451	1524	0.9541433700906856	2	2	2	2	2	False	97506	fragment	False	ISR0134_000000020037	0.9425238800198079		0	0	False	False	1.0	0					non-mobilizable	chromosome	1524.0	97.572	100.0	0.00027315989682698684	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
MON0050_000000014109	2478	0.954142332657423	2	2	2	2	2	False	11932	fragment	False	MON0050_000000014109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	75.584	15.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
AST0116_000000021827	1233	0.9541397081106332	2	2	2	2	2	False	106069	fragment	False	ISR0344_000000020233	0.28307400674772926		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	96.191	100.0	0.00044741673127940483	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
USA0056_01_000000005564	3959	0.95413785635294	3	2	1	2	0	True	118861	maximal	True	USA0056_01_000000005564	1.0		9	7	False	False	1.0	0					non-mobilizable	no_good_hit	3466.0	99.68299999999999	88.0	0.0005566658526867762	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
ISR0131_000000000730	19667	0.9541319378568778	23	7	4	7	5	True	31707	maximal	True	ISR0131_000000000730	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	93.913	1.0	0.00091834022088499	NZ_CYZO01000003.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MON0038_000000028463	1234	0.9541290540734154	2	2	2	2	1	False	11980	fragment	False	MON0038_000000028463	1.0		0	0	False	False	0.9991896152496338	0					non-mobilizable	no_good_hit								True	False
AST0031_000000005831	4957	0.9541279073483804	11	3	1	3	2	True	117589	fragment	False	AST0031_000000005831	1.0		0	0	False	False	0.9987896084785461	0					non-mobilizable	no_good_hit	859.0	98.836	52.0	0.004941997765157188	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0103_000000007139	3710	0.9541250887851952	4	4	3	4	3	False	82787	fragment	False	ISR0103_000000007139	1.0		0	0	False	False	0.999191403388977	0					non-mobilizable	no_good_hit	1227.0	83.211	50.0	0.5980392156862745	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0324_000000022302	1381	0.9541182898815854	2	2	2	1	2	False	55364	fragment	False	ISR0324_000000022302	1.0		0	0	False	False	0.9717596173286438	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000007021	5911	0.9541167197498928	6	6	5	4	5	False	83970	maximal	True	ISR0051_000000007021	1.0		0	0	False	False	0.9996616244316101	0					non-mobilizable	chromosome	2832.0	99.71799999999999	100.0	0.0006443274030167728	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
SPA0057_000000007577	3942	0.9541162277986264	7	7	3	3	7	True	90641	fragment	False	SPA0057_000000007577	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	2417.0	99.876	100.0	0.21907614121063618	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
ISR0040_000000002812	8683	0.9541088079042378	10	8	3	5	6	True	115008	maximal	True	ISR0040_000000002812	1.0		6	5	False	False	0.9991938471794128	0					non-mobilizable	no_good_hit	2869.0	98.32700000000001	78.0	0.0004046675515622962	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0239_000000001846	6393	0.9541072267921183	9	7	3	4	6	False	124404	maximal	True	ISR0239_000000001846	0.969199676637025	PS721	1	1	False	True	0.9998435974121094	0					non-mobilizable	no_good_hit	3225.0	98.295	50.0	0.2900323857502699	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MON0102_000000001928	16165	0.954102702120475	15	8	6	7	6	True	8984	maximal	True	MON0102_000000001928	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	0.0	8.192850886805209e-06	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	True
ISR0829_000000006180	2375	0.9541021871182076	4	1	1	1	1	False	82473	fragment	False	ISR0829_000000006180	1.0		0	0	False	False	0.996210515499115	0					non-mobilizable	no_good_hit	128.0	80.469	5.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
AUS0014_000000012541	2374	0.9541011491931976	3	3	3	2	1	False	100869	fragment	False	AUS0014_000000012541	1.0		0	0	False	False	0.9995787739753723	0					non-mobilizable	chromosome	2374.0	100.0	100.0	0.00036576991638774076	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0124_000000018624	1668	0.9541011491931976	3	3	3	2	1	False	91014	fragment	False	ENG0124_000000018624	1.0		0	0	False	False	0.971222996711731	0					non-mobilizable	chromosome	1668.0	99.94	100.0	0.00025694835677132907	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0194_000000008664	3179	0.9540945644039404	5	3	3	3	3	False	95373	fragment	False	ENG0142_000000009778	0.9499463284534587		0	0	False	False	0.9874173998832703	0					non-mobilizable	no_good_hit	191.0	75.916	6.0	3.934166849298959e-05	CP060725.1	a-proteobacteria	Sphingopyxis sp. OPL5 chromosome, complete genome	True	False
SPA0109_000000021880	1533	0.9540928673675568	2	2	2	2	2	False	11379	fragment	False	SPA0109_000000021880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000000619	24935	0.9540914603726612	23	10	5	9	6	True	32286	maximal	True	ISR0150_000000000619	1.0		3	1	False	False	0.9995989799499512	0					non-mobilizable	no_good_hit	410.0	90.0	3.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
DEN0085_000000006502	5409	0.9540862119991438	7	7	5	5	3	False	119743	fragment	False	DEN0085_000000006502	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2886.0	100.0	100.0	0.00046083604443897084	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0020_000000003201	5710	0.9540803418290644	5	5	4	5	3	False	85268	fragment	False	ISR0020_000000003201	1.0		0	0	False	False	0.9984238147735596	0					non-mobilizable	no_good_hit	1517.0	99.209	27.0	0.018969681044083236	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0392_000000012161	2668	0.9540742488640124	4	4	3	3	2	False	37011	maximal	True	ISR0392_000000012161	1.0		4	1	False	False	0.9733883142471313	0					non-mobilizable	no_good_hit	143.0	79.021	5.0	2.9635558298187524e-05	CP050992.1	b-proteobacteria	Chromobacterium violaceum strain FDAARGOS_635 chromosome, complete genome	True	False
MON0096_000000003494	7835	0.954073193252116	12	6	2	5	2	False	37536	maximal	True	MON0096_000000003494	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0005_000000000446	39046	0.9540722278985456	46	13	5	11	7	False	90981	maximal	True	FIJ0005_000000000446	1.0		1	1	False	False	0.9999231696128845	0					non-mobilizable	no_good_hit	6974.0	93.89200000000001	76.0	0.002163999828273734	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0148_000000003200	8899	0.9540715474556999	6	4	3	3	0	True	106011	fragment	False	ISR0148_000000003200	0.9696987457507912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00030763780775433725	NZ_FZOQ01000019.1	CFB group bacteria	Pontibacter ummariensis strain NKM1, whole genome shotgun sequence	True	True
CHI0093_000000000622	6700	0.9540668316946967	10	4	3	4	2	True	88795	fragment	False	CHI0093_000000000622	1.0		0	0	False	False	0.9974626898765564	0					non-mobilizable	no_good_hit	1373.0	87.473	70.0	0.05267616480554486	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
USA0034_01_000000004864	11336	0.9540623910556232	16	5	1	5	3	True	1482	fragment	False	USA0034_01_000000004864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0161_000000012297	1433	0.9540599042656436	2	1	1	1	1	False	39269	fragment	False	FIJ0161_000000012297	1.0		0	0	False	False	0.9930216073989868	0					non-mobilizable	no_good_hit								True	False
MON0094_000000010802	3121	0.9540561330163134	4	2	1	1	2	True	94006	fragment	False	MON0094_000000010802	1.0		0	0	False	False	0.9884652495384216	0	rep_cluster_269				non-mobilizable	other	2868.0	96.792	100.0	0.7893429044726671	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0273_000000001100	6033	0.9540434138245674	7	6	2	2	4	True	130672	backbone	False	ISR0335_000000002301	0.9753434902599509	PS1043|PS1115|PS1116|PS122|PS827	0	0	True	True	1.0	5	rep_cluster_1143,rep_cluster_1152	MOBQ			mobilizable	no_good_hit	3474.0	99.914	84.0	0.4926241134751773	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
ENG0190_000000006175	4953	0.9540434138245674	6	6	2	2	4	True	128672	backbone	False	AST0005_000000005772	0.9400712025316456	PS1043|PS122|PS827	0	0	True	True	1.0	12	rep_cluster_1143,rep_cluster_1152	MOBQ			mobilizable	plasmid	4836.0	95.45100000000001	97.0	0.6829787234042554	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0842_000000010322	2139	0.9540433725531962	3	3	3	3	3	False	38361	fragment	False	ISR0842_000000010322	0.9939076626374906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	76.17	22.0	0.00013017050927943862	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
FIJ0099_000000001269	15579	0.9540406215253536	20	20	3	14	19	True	97750	fragment	False	FIJ0099_000000001269	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	15597.0	98.147	100.0	0.21908067621309424	AP019705.1	enterobacteria	Escherichia coli O145:H28 10942 plasmid pO145_10942_2 DNA, complete genome	False	True
ISR0842_000000005049	4000	0.9540153996166384	8	1	1	1	1	False	89937	fragment	False	ISR0842_000000005049	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3521.0	99.744	100.0	0.7754246635782043	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	False
AST0094_000000005180	3981	0.9540153996166384	6	1	1	1	1	False	109353	backbone	False	ISR0162_000000008581	0.6902696585893432	PS688	0	0	False	True	0.9997488260269165	0					non-mobilizable	chromosome	3983.0	99.598	100.0	0.9174925097948836	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
ISR0023_000000007345	3826	0.9540153996166384	5	1	1	1	1	False	89939	fragment	False	ISR0023_000000007345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3329.0	99.12899999999999	87.0	0.7667665360682184	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	True	False
FIJ0086_000000008058	3794	0.9540153996166384	7	1	1	1	1	False	89926	fragment	False	FIJ0086_000000008058	1.0		0	0	False	False	0.9997364282608032	0					non-mobilizable	no_good_hit	2003.0	97.104	86.0	0.460705231620189	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	True	False
ISR0337_000000002583	3504	0.9540153996166384	5	1	1	1	1	False	89938	fragment	False	ISR0337_000000002583	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3505.0	99.8	100.0	0.8073288776215718	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	False
MAD0012_000000008512	3219	0.9540153996166384	4	1	1	1	1	False	89924	fragment	False	MAD0012_000000008512	0.9924835577826495		0	0	False	False	0.9794967174530029	0					non-mobilizable	no_good_hit	2001.0	96.45200000000001	89.0	0.4602442959207191	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	True	False
SPA0079_000000007508	3193	0.9540153996166384	4	1	1	1	1	False	89924	fragment	False	MAD0012_000000008512	0.9883504193849022		0	0	False	False	1.0	0					non-mobilizable	chromosome	2002.0	96.404	90.0	0.4602442959207191	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	False
ENG0083_000000007951	2794	0.9540153996166384	3	1	1	1	1	False	89927	fragment	False	ENG0083_000000007951	1.0		0	0	False	False	0.9860415458679199	0					non-mobilizable	chromosome	2756.0	99.891	99.0	0.6347084581700853	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	False
CHI0115_000000003234	2445	0.9540153996166384	4	1	1	1	1	False	89934	fragment	False	CHI0115_000000003234	1.0		0	0	False	False	0.9910020232200623	0					non-mobilizable	chromosome	2447.0	99.51	100.0	0.563493892601982	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	False
ENG0133_000000010456	2372	0.9540153996166384	3	1	1	1	1	False	89925	fragment	False	ENG0133_000000010456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1644.0	96.594	85.0	0.3781977414150726	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	True	False
ISR0294_000000008371	2294	0.9540153996166384	4	1	1	1	1	False	33091	fragment	False	ISR0294_000000008371	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2294.0	99.65100000000001	100.0	0.5284627794422678	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	False
FIJ0139_000000011892	2177	0.9540153996166384	4	1	1	1	1	False	89923	fragment	False	FIJ0139_000000011892	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2144.0	99.90700000000001	98.0	0.4727553496580631	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	False
SPA0086_000000007791	1787	0.9540153996166384	3	1	1	1	1	False	33090	fragment	False	SPA0086_000000007791	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	99.944	100.0	0.39399955879108756	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	False
ISR0102_000000010399	1592	0.9540153996166384	2	1	1	1	1	False	33089	fragment	False	ISR0102_000000010399	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	99.93700000000001	100.0	0.35098168983013456	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	False
SPA0137_000000027169	1362	0.9540153996166384	1	1	1	1	1	False	3552	fragment	False	SPA0137_000000027169	1.0		0	0	False	False	0.9985315799713135	0					non-mobilizable	other	1361.0	99.706	99.0	0.300022060445621	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	False
MON0053_000000031955	1286	0.9540153996166384	1	1	1	1	1	False	89921	fragment	False	MON0053_000000031955	1.0		0	0	False	False	0.9992223978042603	0					non-mobilizable	chromosome	1223.0	96.648	99.0	0.28163171237612356	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	False
CHI0013_000000008489	1147	0.9540153996166384	1	1	1	1	1	False	89920	fragment	False	CHI0013_000000008489	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	98.09700000000001	100.0	0.26619036644388105	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	False
MON0100_000000015840	2717	0.9540082822673516	4	3	3	3	2	False	13798	fragment	False	MON0100_000000015840	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1419.0	78.64699999999999	93.0	0.00039232562971339537	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0069_000000023327	2149	0.9540062923870346	2	2	2	2	2	False	83040	fragment	False	MON0069_000000023327	1.0		0	0	False	False	0.9986039996147156	0					non-mobilizable	chromosome	2150.0	90.837	100.0	0.0004771011441098665	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0111_000000004789	3546	0.9540055788398599	7	5	3	5	3	True	130290	fragment	False	ISR0387_000000005837	0.5365458278854636		0	0	False	False	0.9940778613090515	0					non-mobilizable	no_good_hit	977.0	92.119	51.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0005_000000000861	9553	0.9540042791573118	11	6	4	4	5	False	53591	fragment	False	TAN0005_000000000861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1775.0	98.87299999999999	19.0	0.00872752318402086	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
TAN0017_000000009310	3636	0.9539963267017192	3	3	3	3	3	False	46101	fragment	False	TAN0017_000000009310	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	71.729	18.0	0.00012212545567239912	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0146_000000008338	4592	0.9539928305939002	7	5	4	5	3	False	56894	maximal	True	ISR0146_000000008338	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2554.0	73.571	55.0	0.013313011961245779	NC_007581.1	viruses	Clostridium phage c-st, complete genome	True	False
ISR0200_000000022187	1146	0.9539893648594764	2	2	1	2	1	False	28752	fragment	False	ISR0200_000000022187	0.9977538185085355		0	0	False	False	0.9921466112136841	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000003008	12272	0.9539881775252668	14	7	4	5	6	False	5292	maximal	True	SPA0093_000000003008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2265.0	84.459	30.0	0.0005279528651224203	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
CHI0142_000000013397	1392	0.9539844696415692	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.0271947855721618		0	0	False	False	0.9956896305084229	0					non-mobilizable	other	1395.0	95.771	100.0	0.01029287712184221	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	False	True
ISR0814_000000007631	5012	0.9539818009745812	10	7	3	4	7	False	103984	maximal	True	ISR0814_000000007631	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	92.265	43.0	0.0003178453152798971	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0056_000000007150	2907	0.9539791212650076	5	5	2	2	3	True	132209	backbone	False	ENG0141_000000006400	0.003542752624329526	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2907.0	99.86200000000001	100.0	0.6840122439368966	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0139_000000001922	8858	0.9539686050892552	13	7	5	5	4	True	126522	backbone	False	ISR0029_000000004601	0.8964279663856015	PS624|PS966	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	2808.0	99.21700000000001	84.0	0.34960767218831734	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0095_000000003836	6654	0.9539686050892552	10	7	5	5	4	True	104951	fragment	False	ENG0095_000000003836	0.9968987479441437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	98.319	69.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0370_000000003714	6558	0.9539686050892552	10	7	5	5	4	True	104951	fragment	False	ENG0095_000000003836	0.9894058778793803		0	0	False	False	0.9993900656700134	0					non-mobilizable	no_good_hit	1309.0	98.396	69.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0225_000000002128	5771	0.9539686050892552	10	7	5	5	4	True	104950	fragment	False	ENG0013_000000004112	0.9839581517000873		0	0	False	False	0.9998267292976379	0					non-mobilizable	no_good_hit	1309.0	98.396	76.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0013_000000004112	5735	0.9539686050892552	10	7	5	5	4	True	104950	fragment	False	ENG0013_000000004112	0.9840582221452088		0	0	False	False	0.9980819821357727	0					non-mobilizable	no_good_hit	1770.0	100.0	76.0	0.22032631710051065	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0399_000000000838	12161	0.9539681922665808	20	7	1	6	3	False	67812	fragment	False	ISR0399_000000000838	0.9847560975609756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	78.525	9.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0045_000000009484	2652	0.953962167798544	4	3	0	1	3	False	36255	fragment	False	ISR0045_000000009484	1.0		0	0	False	False	0.9909502267837524	0		MOBF		MOB_unknown	mobilizable	plasmid	2654.0	98.455	100.0	0.8312342569269522	CP001149.1	enterobacteria	Salmonella enterica subsp. enterica serovar Virchow str. SL491 plasmid pSL491_3, complete sequence	False	True
MON0062_000000004238	9042	0.9539548286732086	12	11	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9936467153108363	PS1165|PS799|PS800	0	0	True	True	1.0	676	rep_cluster_1097	MOBB			mobilizable	plasmid	8202.0	99.781	100.0	0.9168438724118635	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AST0028_000000002002	9022	0.9539548286732086	12	11	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9938032232265218	PS1165|PS799|PS800	0	0	True	True	1.0	535	rep_cluster_1097	MOBB			mobilizable	plasmid	8189.0	99.84100000000001	100.0	0.9153889199776161	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0115_000000002787	9022	0.9539548286732086	12	11	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9921848666247096	PS1165|PS799|PS800	0	0	True	True	1.0	227	rep_cluster_1097	MOBB			mobilizable	plasmid	8401.0	99.583	100.0	0.9388919977616116	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
DEN0070_000000003322	9021	0.9539548286732086	12	11	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9935887566496997	PS1165|PS799|PS800	0	0	True	True	1.0	205	rep_cluster_1097	MOBB			mobilizable	plasmid	7888.0	99.74600000000001	100.0	0.8817011751538892	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0157_000000000440	9021	0.9539548286732086	13	11	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9939084427043925	PS1165|PS799|PS800	0	0	True	True	1.0	43	rep_cluster_1097	MOBB			mobilizable	plasmid	8898.0	99.809	100.0	0.9947397873531058	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0106_000000004026	9017	0.9539548286732086	12	11	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9934930730529067	PS1165|PS799|PS800	0	0	True	True	1.0	168	rep_cluster_1097	MOBB			mobilizable	plasmid	7904.0	99.93700000000001	100.0	0.8841634023503078	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0158_000000001237	9002	0.9539548286732086	12	11	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971988104857082	PS1165|PS799|PS800	0	0	True	True	1.0	68	rep_cluster_1097	MOBB			mobilizable	plasmid	8678.0	99.90799999999999	100.0	0.9700357781753131	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0156_000000001121	9001	0.9539548286732086	12	11	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971936232592082	PS1165|PS799|PS800	0	0	True	True	1.0	54	rep_cluster_1097	MOBB			mobilizable	plasmid	8678.0	99.896	100.0	0.9700357781753131	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0815_000000004282	6494	0.953937544880298	9	5	4	4	4	True	122507	fragment	False	SPA0039_000000003419	0.961488345157087		0	0	False	False	1.0	0					non-mobilizable	plasmid	4486.0	98.99700000000001	99.0	0.558600074729107	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0293_000000006966	5229	0.953937544880298	8	5	4	4	4	True	122496	fragment	False	ISR0293_000000006966	1.0		0	0	False	False	0.9994263052940369	0					non-mobilizable	no_good_hit	3049.0	100.0	80.0	0.37962386349483124	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0779_000000006224	5145	0.953937544880298	8	5	4	4	4	True	122503	fragment	False	ISR0338_000000003720	0.9753052285839602		0	0	False	False	1.0	0					non-mobilizable	plasmid	3168.0	98.67399999999999	100.0	0.39444513638062023	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0824_000000002937	5139	0.953937544880298	8	5	4	4	4	True	122503	fragment	False	ISR0338_000000003720	0.975044853939961		0	0	False	False	1.0	0					non-mobilizable	plasmid	3162.0	98.67200000000001	100.0	0.39369784531074853	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0196_000000003402	5056	0.953937544880298	8	5	4	4	4	True	122503	fragment	False	ISR0338_000000003720	0.9656863257406525		0	0	False	False	0.9970332384109497	0					non-mobilizable	plasmid	3080.0	98.63600000000001	100.0	0.3834848673558351	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0817_000000002326	4916	0.953937544880298	7	5	4	4	4	True	122501	fragment	False	ISR0817_000000002326	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3839.0	100.0	100.0	0.47801718769460705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0004_000000005420	4884	0.953937544880298	8	5	4	4	4	True	122502	fragment	False	ENG0004_000000005420	1.0		0	0	False	False	0.9995905160903931	0					non-mobilizable	plasmid	3094.0	99.96799999999999	90.0	0.3852285465188691	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0116_000000008534	4404	0.953937544880298	8	5	4	4	4	True	122495	fragment	False	SPA0116_000000008534	0.9849014002575405		0	0	False	False	1.0	0					non-mobilizable	plasmid	3049.0	99.96700000000001	99.0	0.37962386349483124	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0009_000000008125	4224	0.953937544880298	7	5	4	4	4	True	122495	fragment	False	SPA0116_000000008534	0.983763160182488		0	0	False	False	1.0	0					non-mobilizable	plasmid	3142.0	99.936	99.0	0.3912068750778428	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0802_000000003300	4033	0.953937544880298	7	5	4	4	4	True	122495	fragment	False	SPA0116_000000008534	0.9658216507337976		0	0	False	False	0.9995040893554688	0					non-mobilizable	plasmid	3090.0	100.0	100.0	0.38473035247228793	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
AST0089_000000005274	3794	0.953936526112076	6	4	3	2	3	True	110283	maximal	True	AST0089_000000005274	1.0		9	6	False	False	0.9997364282608032	0					non-mobilizable	no_good_hit	3092.0	99.935	81.0	0.7145168747110495	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	True	True
ENG0001_000000004084	5791	0.9539352349195872	8	7	6	7	5	False	68085	maximal	True	ENG0001_000000004084	1.0		0	0	False	False	0.9984458684921265	0					non-mobilizable	no_good_hit	1039.0	97.40100000000001	30.0	0.0004550587806178278	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0145_000000002912	9058	0.9539323420370559	16	5	3	5	1	True	53146	maximal	True	SPA0145_000000002912	1.0		1	1	False	False	0.9970192313194275	0					non-mobilizable	no_good_hit	2805.0	93.155	75.0	0.049657959096870236	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0065_000000012543	1611	0.9539300462332034	3	3	3	3	3	False	6089	maximal	True	SPA0065_000000012543	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0064_000000003762	6073	0.9539225577943486	7	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.9517108325207827	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	80	rep_cluster_475				non-mobilizable	no_good_hit	1856.0	94.45	75.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0116_000000003578	5850	0.9539225577943486	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.962307618421634	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	15	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	74.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0154_000000004529	5804	0.9539225577943486	8	4	2	3	2	False	130178	backbone	False	USA0083_01_000000005091	0.952296862373619	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.626	74.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0092_000000004356	4505	0.9539208099084476	6	4	3	4	4	False	61126	fragment	False	ENG0092_000000004356	1.0		0	0	False	False	0.9997780323028564	0					non-mobilizable	no_good_hit	1348.0	73.145	30.0	0.0006639442786387793	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0021_000000002199	9187	0.9539182109630674	10	4	4	3	3	False	65984	maximal	True	ISR0021_000000002199	1.0		1	1	False	False	0.9970610737800598	0					non-mobilizable	no_good_hit	1449.0	99.72399999999999	16.0	0.032703209341192946	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0371_000000006839	2593	0.9539180218379107	3	3	3	3	3	False	131458	fragment	False	ISR0371_000000006839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1531.0	78.315	58.0	0.021181950022311467	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0096_000000006487	4944	0.9539148290984051	4	3	3	3	2	False	43036	fragment	False	FIJ0096_000000006487	1.0		0	0	False	False	0.9987863898277283	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	1.868077895734789e-05	NC_018704.1	firmicutes	Amphibacillus xylanus NBRC 15112, complete genome	True	False
USA0005_01_000000009616	3709	0.9539148290984051	3	3	3	3	2	False	2183	fragment	False	USA0005_01_000000009616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	1.868077895734789e-05	NC_018704.1	firmicutes	Amphibacillus xylanus NBRC 15112, complete genome	True	False
ISR0080_000000002926	9014	0.9539144167036993	11	11	4	4	11	False	98179	fragment	False	ISR0080_000000002926	0.9824442943956786		0	0	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	8935.0	99.98899999999999	99.0	0.09552423924897889	CP056600.1	enterobacteria	Escherichia coli strain RHBSTW-00322 plasmid pRHBSTW-00322_3, complete sequence	False	True
ISR0072_000000003984	6181	0.9539087315217516	8	7	4	6	7	False	106133	fragment	False	ISR0072_000000003984	1.0		0	0	False	False	0.9978967905044556	0					non-mobilizable	chromosome	6183.0	99.24	100.0	0.0019485515567136615	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0055_01_000000014262	1884	0.9539060676332882	2	2	2	2	2	False	83447	fragment	False	USA0055_01_000000014262	1.0		0	0	False	False	0.9941613674163818	0					non-mobilizable	other	1884.0	98.83200000000001	100.0	0.006474305636737472	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
ISR0095_000000014179	2267	0.9539049160571595	3	2	1	2	1	True	99737	fragment	False	DEN0034_000000002825	0.644219977553311		0	0	False	False	0.9933833479881287	0					non-mobilizable	no_good_hit								True	True
ISR0844_000000004390	3008	0.9538994184450494	5	4	3	3	2	True	126582	backbone	False	DEN0073_000000016282	0.9886621315192744	PS973	0	0	True	True	0.9996675252914429	14					non-mobilizable	no_good_hit	2305.0	96.139	84.0	0.7676902536715621	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0016_000000008493	2677	0.9538994184450494	4	4	3	3	2	True	91286	fragment	False	ENG0016_000000008493	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1261.0	87.074	96.0	0.3049680275454993	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
DEN0045_000000015177	2539	0.9538994184450494	4	4	3	3	2	True	72931	maximal	True	DEN0045_000000015177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	87.79899999999999	61.0	0.3172651254303984	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
DEN0031_000000011577	2892	0.9538962117339038	3	2	2	1	1	False	73798	maximal	True	DEN0031_000000011577	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	99.462	13.0	0.00010577358408800362	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
FIJ0086_000000011473	2719	0.9538910475835718	5	2	1	2	2	False	43850	maximal	True	FIJ0086_000000011473	1.0		1	1	False	False	0.9988966584205627	0					non-mobilizable	no_good_hit	97.0	100.0	4.0	4.37870707726776e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
CHI0013_000000003736	2307	0.9538859806722932	2	2	1	2	1	False	94112	fragment	False	CHI0013_000000003736	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1054.0	93.264	92.0	0.0023430010923601668	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0399_000000000533	17213	0.9538845880225436	15	13	8	10	11	True	123677	fragment	False	ISR0399_000000000533	0.9886110785806301		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	6967.0	96.785	69.0	0.2241540294278631	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0134_000000002389	12263	0.9538830932462476	13	6	4	6	3	False	116900	fragment	False	ISR0134_000000002389	1.0		0	0	False	False	0.9979613423347473	0					non-mobilizable	no_good_hit								True	False
CHI0150_000000003096	2725	0.9538676966582794	3	1	1	1	1	False	79553	maximal	True	CHI0150_000000003096	1.0		1	1	False	False	0.9977981448173523	0					non-mobilizable	no_good_hit	793.0	94.325	31.0	0.0002536017370438171	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0126_000000042576	1171	0.9538676600543684	2	2	2	2	2	False	99464	fragment	False	DEN0021_000000029700	0.766100399255732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	87.398	83.0	0.013122898918575923	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
AST0153_000000004620	6165	0.953864719302636	7	7	5	7	5	False	117937	maximal	True	AST0153_000000004620	1.0		7	5	False	False	0.9964314699172974	0					non-mobilizable	no_good_hit	1093.0	70.997	17.0	0.0006317194054864446	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
DEN0064_000000020032	2034	0.9538522985394452	3	3	3	3	3	False	71269	fragment	False	DEN0064_000000020032	1.0		0	0	False	False	0.9995083808898926	0					non-mobilizable	no_good_hit	385.0	72.208	19.0	0.0002425639979694112	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
DEN0065_000000024690	1399	0.9538513541678733	2	2	1	2	1	False	71056	fragment	False	DEN0065_000000024690	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1421.0	87.12200000000001	99.0	0.00047721813819590666	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ENG0139_000000001974	8629	0.953845085740302	12	6	3	4	4	True	76978	maximal	False	ISR0790_000000001667	0.9997121805203777	PS328|PS329|PS369|PS370	0	0	True	True	0.9977981448173523	11					non-mobilizable	no_good_hit	475.0	84.421	22.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
CHI0179_000000007376	2561	0.953842191634135	5	2	0	1	2	True	94003	fragment	False	CHI0096_000000002628	0.9451705198504556		0	0	False	False	1.0	0	rep_cluster_269				non-mobilizable	other	2561.0	97.54	100.0	0.706791827719492	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0024_000000001577	12254	0.9538413973764596	14	9	5	8	7	True	95211	maximal	True	FIJ0024_000000001577	0.9844247218435154	PS505	7	4	False	True	0.999836802482605	0					non-mobilizable	no_good_hit	1901.0	85.271	36.0	0.35555555555555557	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ISR0276_000000001014	12251	0.9538413973764596	14	9	5	8	7	True	95211	maximal	False	FIJ0024_000000001577	0.9844046515802923	PS505	0	0	False	True	0.9992653727531433	0					non-mobilizable	no_good_hit	1901.0	85.271	36.0	0.35555555555555557	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ENG0006_000000009719	2399	0.9538395218445	3	2	2	2	2	False	102311	maximal	True	ENG0006_000000009719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1714.0	77.188	70.0	0.006964337013173554	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0095_000000003724	6088	0.9538389655105214	6	2	0	1	1	True	123161	maximal	True	ISR0095_000000003724	0.9932210363995294	PS879	1	1	False	True	0.9988502264022827	0					non-mobilizable	no_good_hit	1280.0	85.859	34.0	0.3127450980392157	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
AST0024_000000005763	5306	0.9538389655105214	6	2	0	1	1	True	123161	maximal	False	ISR0095_000000003724	0.98900912014384	PS879	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1323.0	85.639	30.0	0.32279411764705884	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
FIJ0168_000000003961	4676	0.9538389655105214	3	3	0	1	2	True	70781	maximal	True	FIJ0168_000000003961	1.0	PS333	1	1	False	True	0.9991445541381836	0					non-mobilizable	no_good_hit	2345.0	95.821	64.0	0.8713537771129394	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
USA0069_01_000000013413	4581	0.9538389655105214	2	2	0	1	1	True	1468	maximal	True	USA0069_01_000000013413	1.0		2	1	False	False	0.9997817277908325	0					non-mobilizable	no_good_hit	308.0	93.506	7.0	0.06825325550067356	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	True	True
TAN0009_000000010336	3382	0.9538389655105214	5	2	0	1	1	True	115718	backbone	False	ISR0072_000000007005	0.08344167068117597	PS754	0	0	True	True	1.0	3	rep_cluster_269				non-mobilizable	plasmid	2746.0	96.54	97.0	0.7232804232804233	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
CHI0040_000000005839	2933	0.9538389655105214	4	2	0	1	1	True	94007	fragment	False	CHI0040_000000005839	1.0		0	0	False	False	0.9993181228637695	0	rep_cluster_269				non-mobilizable	plasmid	2091.0	95.361	100.0	0.5497354497354497	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MAD0096_000000007040	2547	0.9538389655105214	2	2	0	1	1	True	15508	fragment	False	MAD0096_000000007040	0.9785012285012284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.009882869692532943	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
MAD0111_000000007004	2442	0.9538389655105214	2	2	0	1	1	True	15508	fragment	False	MAD0096_000000007040	0.9587750294464076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.009882869692532943	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
BAN0018_000000000855	2742	0.9538367213531442	2	2	2	2	2	True	98125	fragment	False	BAN0018_000000000855	1.0		0	0	False	False	0.9989058971405029	0	rep_cluster_1778	MOBQ			mobilizable	plasmid	2742.0	100.0	100.0	0.663680387409201	KT693145.1	enterobacteria	Escherichia coli strain E35BA plasmid pE35BA_1, complete sequence	False	True
MAD0061_000000005698	2881	0.9538351211073838	4	3	3	3	3	False	100438	fragment	False	USA0003_01_000000012705	0.751007101819199		0	0	False	False	0.998611569404602	0					non-mobilizable	no_good_hit	168.0	74.405	6.0	3.451017924796254e-05	NZ_AP018449.1	firmicutes	Methylomusa anaerophila strain MMFC1	True	False
DEN0045_000000000059	83084	0.9538340027171496	82	16	10	14	9	False	88388	maximal	True	DEN0045_000000000059	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1827.0	98.741	2.0	0.9994526546250684	GQ874447.1		Uncultured organism clone 1041059766705 genomic sequence	True	False
AST0024_000000003561	8006	0.9538319174279714	10	7	6	7	6	False	131554	maximal	True	AST0024_000000003561	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	6191.0	98.69200000000001	77.0	0.1836480228001425	NZ_JAAIUL010000027.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_27_length_33684_cov_209.711, whole genome shotgun sequence	True	False
ISR0028_000000003514	4856	0.9538300100499146	4	2	2	2	0	True	118440	maximal	False	CAN0001_000000009591	0.9990508596956386		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	346.0	82.37	7.0	0.11949685534591195	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ISR0310_000000004694	3374	0.9538300100499146	5	2	2	2	0	True	25342	maximal	True	ISR0310_000000004694	1.0		0	0	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	371.0	90.836	11.0	8.720650004254263e-05	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ISR0795_000000003467	2638	0.9538300100499146	3	2	2	2	0	True	21977	fragment	False	ISR0795_000000003467	1.0		0	0	False	False	0.9973464608192444	0		MOBQ			mobilizable	no_good_hit	2048.0	97.60700000000001	81.0	0.5648454746136865	KP691633.1	high GC Gram+	Bifidobacterium longum subsp. longum 2-2B plasmid p2-2B, complete sequence	True	True
CHI0149_000000001852	9043	0.9538274891445668	9	9	9	9	9	False	113998	maximal	False	AST0055_000000002967	0.9974692448423973		0	0	False	False	1.0	0					non-mobilizable	chromosome	9043.0	99.76799999999999	100.0	0.0017799979959765982	CP026231.1	enterobacteria	Citrobacter freundii complex sp. CFNIH4 chromosome, complete genome	False	False
MON0090_000000021582	2702	0.9538274666883976	4	4	3	3	4	False	77893	fragment	False	MON0090_000000021582	0.962288829416217		0	0	False	False	0.9985195994377136	0					non-mobilizable	no_good_hit	544.0	75.919	20.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0003_000000012421	1914	0.9538266761277334	3	2	2	1	2	False	52184	maximal	True	FIJ0003_000000012421	1.0		3	1	False	False	0.9989550709724426	0					non-mobilizable	no_good_hit	381.0	88.189	35.0	0.00012135739689344276	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CHI0106_000000003179	5574	0.9538243155674392	10	4	3	4	2	True	99382	fragment	False	CHI0106_000000003179	0.9366803997903281		0	0	False	False	0.9949766993522644	0					non-mobilizable	other	5572.0	98.385	99.0	0.0014918702311233962	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0101_000000007139	6187	0.9538158427741896	6	5	5	5	3	True	91137	maximal	True	SPA0101_000000007139	1.0		0	0	False	False	0.995635986328125	0					non-mobilizable	no_good_hit	1870.0	96.04299999999999	49.0	0.0006074382421536789	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ISR0250_000000005711	2126	0.95380538678495	3	3	2	3	1	False	90416	maximal	True	ISR0250_000000005711	1.0		8	4	False	False	0.99905925989151	0	IncFIB				non-mobilizable	no_good_hit	1817.0	99.835	85.0	0.013285147848479084	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	True	True
ISR0284_000000000467	12919	0.9538019318420836	19	11	8	9	8	True	126208	backbone	False	ISR0395_000000002325	0.5274027436196878	PS943|PS946|PS949	0	0	True	True	0.9998452067375183	30					non-mobilizable	no_good_hit	1611.0	73.37100000000001	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0180_000000006223	2698	0.9537997743168096	2	2	2	2	2	False	111862	fragment	False	ENG0180_000000006223	1.0		0	0	False	False	0.997405469417572	0					non-mobilizable	other	2696.0	95.809	99.0	0.004293975349932662	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0194_000000005188	4270	0.9537995700916134	6	2	1	2	2	False	97409	backbone	True	ISR0194_000000005188	1.0	PS534	4	3	True	True	1.0	1					non-mobilizable	no_good_hit	1911.0	97.331	85.0	0.43973265729430744	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	True	True
CAN0001_000000013289	3536	0.9537995700916134	5	2	1	2	2	False	97408	fragment	False	CAN0001_000000013289	1.0		0	0	False	False	0.9997171759605408	0					non-mobilizable	no_good_hit	3074.0	97.007	89.0	0.7077667665360682	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	True	False
CHI0127_000000006337	3131	0.9537995700916134	5	2	1	2	2	False	89929	fragment	False	CHI0127_000000006337	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3100.0	96.90299999999999	100.0	0.7137589306291773	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	False
MON0060_000000000842	18005	0.9537931369505952	16	11	4	11	6	True	80302	fragment	False	MON0060_000000000842	0.9817380270764641		0	0	False	False	0.999055802822113	0					non-mobilizable	no_good_hit	92.0	88.04299999999999	1.0	0.00021700806831121395	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
FIJ0048_000000001558	16046	0.9537859350039865	13	8	8	5	5	False	99375	maximal	True	FIJ0048_000000001558	1.0		13	6	False	False	0.9996883869171143	0					non-mobilizable	no_good_hit	3009.0	94.31700000000001	51.0	0.12293405334642447	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0101_000000016881	1653	0.9537835785028004	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.704835407085535	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1668.0	82.494	100.0	0.0007635287314060199	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
FIJ0085_000000025225	1242	0.9537789144108748	2	1	1	1	1	False	43889	fragment	False	FIJ0085_000000025225	1.0		0	0	False	False	0.987922728061676	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000003402	7891	0.9537706451378358	10	9	3	3	9	False	80346	fragment	False	ENG0042_000000003402	0.9424570337364736		0	0	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	7891.0	99.98700000000001	100.0	0.06864391296404242	CP049984.1	enterobacteria	Salmonella enterica subsp. enterica serovar Saintpaul strain CVM N40391 plasmid pN40391-1, complete sequence	False	True
SPA0154_000000001039	5164	0.9537681836970928	6	4	2	1	3	True	102394	maximal	True	SPA0154_000000001039	0.9989567031820553		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1616.0	86.262	31.0	0.3173570019723866	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0155_000000003174	5112	0.9537681836970928	5	4	2	1	3	True	102394	maximal	False	SPA0154_000000001039	0.9956106377485154		0	0	False	False	0.9996087551116943	0					non-mobilizable	no_good_hit	1616.0	86.262	32.0	0.3173570019723866	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0079_000000000160	53781	0.9537633823321237	60	26	12	22	14	True	130801	maximal	True	ISR0079_000000000160	0.7960630258104822		1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1113.0	82.3	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
USA0017_01_000000012670	2179	0.953762999220226	3	3	3	2	2	False	98917	fragment	False	ISR0335_000000008295	0.8165576229880305		0	0	False	False	1.0	0					non-mobilizable	chromosome	2117.0	98.677	100.0	0.00032525909179168525	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0014_000000001702	9500	0.9537606222364498	8	5	4	5	1	True	103597	maximal	True	SPA0014_000000001702	1.0		2	1	False	False	0.9970526099205017	0					non-mobilizable	no_good_hit								True	True
CHI0089_000000001234	5249	0.9537483822923709	6	5	5	4	5	True	120228	maximal	True	CHI0089_000000001234	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1654.0	99.274	76.0	0.0006548858568043711	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	True
MON0027_000000011695	3318	0.9537445441496616	6	6	5	5	3	False	50304	maximal	True	MON0027_000000011695	1.0		2	1	False	False	0.9831223487854004	0					non-mobilizable	no_good_hit	325.0	73.23100000000001	9.0	0.0001043357484511624	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	True	False
MON0044_000000028323	1920	0.9537389616879048	3	3	1	3	1	False	56341	fragment	False	MON0044_000000028323	0.9538399895135207		0	0	False	False	0.9989583492279053	0					non-mobilizable	no_good_hit								True	False
ISR0123_000000001819	8449	0.9537367111832992	11	5	4	2	3	True	116414	fragment	False	ISR0123_000000001819	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	8449.0	99.976	100.0	0.2719984545542355	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0033_000000002732	9313	0.9537366371092706	8	7	5	6	3	False	109482	maximal	True	ENG0033_000000002732	1.0		3	3	False	False	0.9975303411483765	0					non-mobilizable	no_good_hit	4186.0	99.259	45.0	0.1480049654194006	NZ_SPGG01000035.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_35_length_28195_cov_40.2015, whole genome shotgun sequence	True	False
MON0047_000000002486	11063	0.953734744751994	11	8	7	7	6	True	20387	maximal	True	MON0047_000000002486	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2985.0	92.32799999999999	40.0	0.04810963321241435	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MON0103_000000032049	1726	0.95373131825867	3	1	1	1	1	False	113522	maximal	True	MON0103_000000032049	0.9907192575406032		1	1	False	False	0.967555046081543	0					non-mobilizable	no_good_hit	203.0	77.34	11.0	0.14077315827862874	KX125117.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CY_102 genomic sequence	True	False
ISR0068_000000007161	2823	0.9537143625965208	5	3	2	3	2	True	35031	maximal	True	ISR0068_000000007161	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0145_000000003220	5348	0.953710987426042	7	5	0	2	5	False	108862	maximal	False	ENG0123_000000001959	0.9516357231371652	PS676	0	0	True	True	1.0	1	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	2880.0	98.75	100.0	0.5270145675825189	CP038296.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-2, complete sequence	False	True
ISR0115_000000016913	2033	0.9537055470509188	3	3	3	3	3	False	102813	fragment	False	ISR0115_000000016913	1.0		0	0	False	False	0.9980324506759644	0					non-mobilizable	other	2023.0	99.555	99.0	0.0008880682626714429	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0159_000000003949	5494	0.9536953646379834	10	4	3	4	2	True	99382	fragment	False	CHI0106_000000003179	0.9256077143637496		0	0	False	False	1.0	0					non-mobilizable	other	5205.0	99.193	98.0	0.0014343764501967787	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
MON0095_000000002398	9582	0.9536936514176858	14	8	4	5	6	True	121826	backbone	False	USA0023_01_000000002985	0.6551944556587269	PS622|PS862	0	0	False	True	0.9998956322669983	0					non-mobilizable	no_good_hit	4698.0	95.509	52.0	0.3772488906817265	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0011_000000042187	1108	0.9536928032533658	1	1	1	1	1	False	13618	fragment	False	MON0011_000000042187	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1032.0	93.411	93.0	0.0003194287745161584	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
MON0037_000000070485	1108	0.9536928032533658	1	1	1	1	1	False	13618	fragment	False	MON0011_000000042187	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1032.0	93.411	93.0	0.0003194287745161584	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
USA0017_01_000000004695	5644	0.9536921042524974	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997249409817404	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	180	rep_cluster_870	MOBV			mobilizable	plasmid	5307.0	99.699	100.0	0.9483467381590706	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
MON0054_000000008904	4220	0.9536911793233744	5	3	3	2	2	False	11146	maximal	True	MON0054_000000008904	1.0		2	1	False	False	0.9919431209564209	0					non-mobilizable	no_good_hit	546.0	72.711	13.0	0.0016160917867365256	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
MON0062_000000018867	1981	0.9536887030655542	3	2	2	2	2	False	94086	fragment	False	MON0026_000000023522	0.7250202937916609		0	0	False	False	1.0	0					non-mobilizable	chromosome	1981.0	98.334	100.0	0.0008154127841898873	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0030_000000019159	1857	0.95368844287773	3	3	3	3	2	False	12513	fragment	False	MON0030_000000019159	1.0		0	0	False	False	0.9929994344711304	0					non-mobilizable	chromosome	1374.0	83.988	92.0	0.0005865904899445612	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0031_000000005898	6013	0.9536865151429156	6	3	3	3	2	False	66340	maximal	True	MON0031_000000005898	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0033_000000001476	14430	0.953677645653822	17	12	4	9	8	False	89851	maximal	True	ISR0033_000000001476	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8058.0	98.62200000000001	63.0	0.06487200341431597	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
FIJ0044_000000010652	2065	0.9536743963364284	4	3	2	3	2	False	94084	fragment	False	SPA0062_000000015646	0.6886490164182046		0	0	False	False	0.993704617023468	0					non-mobilizable	chromosome	2065.0	97.48200000000001	100.0	0.0008850312655303905	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0067_000000005170	5012	0.9536719483543662	6	4	4	4	3	False	51579	maximal	True	ISR0067_000000005170	1.0		5	1	False	False	0.9984038472175598	0					non-mobilizable	no_good_hit	1118.0	80.68	57.0	0.0003003986297928926	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0001_000000001410	16867	0.953668586047284	23	22	4	18	21	True	86844	maximal	True	DEN0001_000000001410	1.0		1	1	False	False	1.0	0			MPF_F	MOBF	mobilizable	no_good_hit	14999.0	99.88	89.0	0.14411869276523778	CP057886.1	enterobacteria	Escherichia coli strain RHB11-C16 plasmid pRHB11-C16_2, complete sequence	True	True
ENG0015_000000015660	1112	0.9536635595392736	1	1	1	1	1	False	126620	fragment	False	ENG0068_000000019495	0.3767668562144598		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	98.65100000000001	100.0	0.00035668559144314156	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0041_000000004569	5659	0.9536518579637095	4	2	2	2	2	False	18295	fragment	False	MAD0041_000000004569	1.0		0	0	False	False	0.9989397525787354	0					non-mobilizable	other	5548.0	95.87200000000001	98.0	0.007083223077424575	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
USA0055_01_000000002008	11350	0.9536287487709167	6	6	6	6	5	False	121280	maximal	True	USA0055_01_000000002008	1.0	PS849	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3543.0	96.698	65.0	0.0007318292197382315	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
CAN0011_000000012340	2467	0.9536194653326518	3	2	1	2	1	True	94486	maximal	False	SPA0063_000000007059	0.9593957130326294		0	0	True	True	0.9991893172264099	29					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.98380455723178e-06	NZ_CP022196.1	a-proteobacteria	Celeribacter ethanolicus strain TSPH2 chromosome, complete genome	True	True
ISR0151_000000019207	1156	0.9536102024053636	2	2	1	2	1	True	30748	maximal	True	ISR0151_000000019207	1.0		0	0	False	False	0.9783737063407898	0					non-mobilizable	no_good_hit	1021.0	98.92299999999999	88.0	0.09277787884300527	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
MON0090_000000038217	1601	0.9536085954161287	2	2	2	2	2	False	119893	fragment	False	MON0090_000000038217	0.9339347074247587		0	0	False	False	0.9937539100646973	0					non-mobilizable	no_good_hit								True	False
ENG0064_000000010667	2080	0.9536034765824818	3	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.9094033472471643		0	0	False	False	0.9985576868057251	0					non-mobilizable	no_good_hit	1718.0	76.775	89.0	0.0069725448352279725	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
SPA0008_000000007245	3974	0.9535898286533002	5	2	2	2	1	False	11537	fragment	False	SPA0008_000000007245	0.9828200559938916		0	0	False	False	0.9939607381820679	0					non-mobilizable	no_good_hit								True	False
MON0090_000000010033	5334	0.9535890907964472	6	6	5	6	5	False	61443	fragment	False	ENG0157_000000003802	0.8199083285000466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	75.402	8.0	0.014265960675862534	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ENG0126_000000002463	9093	0.9535875265021762	8	5	5	5	3	True	128194	maximal	True	ENG0126_000000002463	1.0		3	1	False	False	0.9991201758384705	0					non-mobilizable	no_good_hit	1858.0	94.995	20.0	0.000528206572289208	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0143_000000008520	2196	0.9535829288470586	3	1	1	1	1	False	57614	maximal	True	ENG0143_000000008520	1.0		28	5	False	False	0.9904371500015259	0					non-mobilizable	no_good_hit	419.0	70.883	19.0	9.773135672065562e-05	NZ_CP029364.1	firmicutes	Bacillus halotolerans strain ZB201702 chromosome, complete genome	True	False
MAD0069_000000001081	5645	0.9535800231566348	8	8	5	6	7	True	130605	fragment	False	MAD0069_000000001081	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2762.0	94.243	83.0	0.4493722484917659	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0098_000000022848	1649	0.9535719194745929	4	4	2	4	2	True	126925	fragment	False	AST0007_000000010370	0.9670855141294773		0	0	False	False	1.0	0					non-mobilizable	chromosome	1649.0	99.63600000000001	100.0	0.0006060505765387084	CP025095.1	firmicutes	Streptococcus suis strain HN136 chromosome, complete genome	False	True
CAN0022_000000000686	29169	0.9535593778218828	26	16	8	16	9	True	91681	maximal	True	CAN0022_000000000686	1.0		3	2	False	False	0.9999314546585083	0					non-mobilizable	no_good_hit	23915.0	92.758	82.0	0.5647125594154232	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
FIJ0072_000000006694	3757	0.95355501879437	6	5	4	4	5	False	119457	fragment	False	FIJ0072_000000006694	1.0		0	0	False	False	0.999467670917511	0					non-mobilizable	no_good_hit	1125.0	90.311	44.0	0.028007575002491777	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0153_000000002963	9004	0.9535468099261524	12	11	5	5	10	True	132506	backbone	False	ISR0038_000000002833	0.9957185777291354	PS1165|PS799|PS800	0	0	True	True	1.0	55	rep_cluster_1097	MOBB			mobilizable	plasmid	8688.0	99.689	100.0	0.9709302325581395	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
FIJ0071_000000009852	3628	0.9535453143463952	4	2	1	2	0	True	97549	backbone	True	FIJ0071_000000009852	0.9785629579138266	PS536	1	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
FIJ0103_000000005531	3602	0.9535453143463952	4	2	1	2	0	True	97550	backbone	False	FIJ0078_000000007077	0.9592196796624032	PS537	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.699296616711842e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
FIJ0068_000000008665	3592	0.9535453143463952	4	2	1	2	0	True	97549	backbone	False	FIJ0071_000000009852	0.9769714589114893	PS536	0	0	True	True	0.9986079931259155	6					non-mobilizable	no_good_hit								True	True
FIJ0078_000000007077	3577	0.9535453143463952	3	2	1	2	0	True	97550	backbone	True	FIJ0078_000000007077	0.9593833387597785	PS537	4	1	True	True	1.0	3					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.699296616711842e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ISR0372_000000004736	3349	0.9535453143463952	2	2	1	2	0	True	97548	maximal	True	ISR0372_000000004736	1.0		1	1	True	True	1.0	340					non-mobilizable	no_good_hit								True	True
FIJ0032_000000010840	3206	0.9535453143463952	3	2	1	2	0	True	97550	backbone	False	FIJ0078_000000007077	0.5644514424238887	PS537	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.699296616711842e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ENG0018_000000006282	3386	0.95354271395067	8	2	1	1	2	False	96197	maximal	True	ENG0018_000000006282	1.0		8	5	False	False	1.0	0					non-mobilizable	chromosome	3386.0	99.941	100.0	0.0007518563188137329	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0159_000000001300	15177	0.9535375383155374	12	8	4	8	4	True	111603	fragment	False	ISR0159_000000001300	1.0		0	0	False	False	0.9998682141304016	0					non-mobilizable	no_good_hit	3379.0	78.278	25.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0010_000000000989	8040	0.953536045922012	5	5	5	5	5	False	90397	maximal	True	CHI0010_000000000989	1.0		1	1	False	False	0.9993780851364136	0					non-mobilizable	no_good_hit	708.0	70.19800000000001	9.0	0.0010454642130709986	NZ_FXAR01000001.1	high GC Gram+	Corynebacterium pollutisoli strain VDS11, whole genome shotgun sequence	True	False
ETH0005_000000016892	2825	0.9535284646904812	3	3	3	3	2	False	60930	maximal	True	ETH0005_000000016892	1.0		1	1	False	False	0.9929203391075134	0					non-mobilizable	no_good_hit	1890.0	96.72	69.0	0.0009082322519708204	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
ENG0033_000000002795	9090	0.9535267151491792	13	10	5	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9924149622364492	PS1165|PS799|PS800	0	0	True	True	1.0	3	rep_cluster_1097	MOBB			mobilizable	plasmid	8448.0	99.65700000000001	98.0	0.9443760492445439	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0068_000000012193	3399	0.9535180628097848	4	3	2	3	2	True	120877	maximal	True	MON0068_000000012193	1.0		0	0	False	False	0.9738157987594604	0					non-mobilizable	no_good_hit	941.0	98.512	59.0	0.0010465398497881313	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
MAD0058_000000002481	5453	0.9535056294974686	7	2	2	2	1	True	18298	maximal	False	MAD0041_000000004245	0.9524257379010708		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
USA0023_01_000000009118	3504	0.953500052723515	5	3	2	2	2	True	119393	fragment	False	ITA0006_000000007455	0.8469564325959694		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3446.0	98.462	98.0	0.6927565392354125	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0822_000000001225	4415	0.9534926368058864	6	4	4	4	4	False	74278	maximal	True	ISR0822_000000001225	1.0		1	1	False	False	0.9988675117492676	0					non-mobilizable	no_good_hit	2113.0	98.86399999999999	48.0	0.02786512697196311	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
CHI0033_000000001004	6240	0.9534888562123426	11	7	3	3	6	True	123826	backbone	False	ISR0183_000000005642	0.09793735492188951	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2162.0	93.895	69.0	0.34347618288991555	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
DEN0012_000000002107	2986	0.9534837179139342	4	4	0	2	4	False	75464	maximal	True	DEN0012_000000002107	1.0		1	1	True	True	1.0	90	rep_cluster_943				non-mobilizable	plasmid	2833.0	99.859	100.0	0.9609772650152698	LR135418.1	firmicutes	Enterococcus faecium isolate E8328 genome assembly, plasmid: 5	False	True
ENG0109_000000000905	18077	0.953482339836576	29	17	12	15	13	True	125417	fragment	False	SPA0098_000000001538	0.5271484120530422		0	0	False	False	1.0	0					non-mobilizable	other	18077.0	99.071	100.0	0.005158843870979527	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0019_000000021355	3057	0.9534776579403442	6	3	2	2	2	True	110668	maximal	True	MON0019_000000021355	1.0		0	0	False	False	0.978083074092865	0					non-mobilizable	no_good_hit	2419.0	98.22200000000001	86.0	0.0006475214896529118	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
FIJ0062_000000007307	3906	0.9534739717560186	6	3	3	2	1	False	99438	maximal	True	FIJ0062_000000007307	1.0		1	1	False	False	0.9994879961013794	0					non-mobilizable	no_good_hit	1313.0	88.728	38.0	0.0005083149127470457	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
USA0005_01_000000000689	26463	0.9534712180294072	37	20	14	17	17	True	125421	maximal	False	SPA0136_000000000618	0.3529916386670815		0	0	False	False	1.0	0					non-mobilizable	other	26464.0	98.677	100.0	0.007552033683326046	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0127_000000019159	1529	0.9534685477784016	2	2	1	2	2	True	3912	fragment	False	SPA0127_000000019159	1.0		0	0	False	False	0.9993459582328796	0					non-mobilizable	no_good_hit	55.0	98.182	4.0	0.0037649027400125496	NZ_QSFT01000050.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf50, whole genome shotgun sequence	True	True
ENG0103_000000005813	3281	0.9534668938438992	6	2	1	2	1	True	60316	maximal	True	ENG0103_000000005813	1.0		3	3	False	False	0.9835416078567505	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0013510132599449587	NZ_AURB01000150.1	firmicutes	Alicyclobacillus acidoterrestris ATCC 49025 contig_47, whole genome shotgun sequence	True	True
MAD0098_000000013846	3153	0.9534661354266252	4	3	1	2	2	False	15335	maximal	True	MAD0098_000000013846	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000011148	2926	0.9534636493067238	4	4	3	3	2	True	106367	maximal	True	USA0084_01_000000011148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	94.699	62.0	0.5597463284379173	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0804_000000008425	2234	0.9534616563899376	4	2	2	2	2	False	21819	fragment	False	ISR0804_000000008425	1.0		0	0	False	False	0.9991047382354736	0					non-mobilizable	no_good_hit	63.0	87.302	3.0	0.00022591253851623607	NZ_PQIH01000083.1	a-proteobacteria	Rhizobium ruizarguesonis strain UPM1132 C6, whole genome shotgun sequence	True	False
MAD0040_000000007982	3539	0.9534599595503082	6	5	3	4	5	False	129470	maximal	False	MAD0014_000000007809	0.9347883597883597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2189.0	94.74600000000001	62.0	0.0006499722744331371	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0770_000000004401	2349	0.9534581016479994	3	2	2	2	2	False	22539	maximal	True	ISR0770_000000004401	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1594.0	95.169	77.0	0.0005331532281708393	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
SPA0042_000000016597	1994	0.9534565465592418	5	4	3	3	2	False	6849	maximal	True	SPA0042_000000016597	1.0		0	0	False	False	0.9959879517555237	0					non-mobilizable	no_good_hit	1691.0	99.645	85.0	0.03163490696716709	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
SPA0156_000000011427	1705	0.9534537751845412	4	4	2	4	3	True	126925	fragment	False	AST0007_000000010370	0.9871150066519128		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	100.0	100.0	0.002101177103088385	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0128_000000021833	1704	0.9534537751845412	4	4	2	4	3	True	126925	fragment	False	AST0007_000000010370	0.9882283465733845		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	100.0	100.0	0.0020999440179339905	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
FIJ0143_000000000998	4233	0.9534525234605624	5	5	5	4	4	False	71494	fragment	False	FIJ0143_000000000998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2371.0	89.456	64.0	0.20013545546901457	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
DEN0096_000000005168	7363	0.9534523958799522	9	5	2	4	5	False	75561	maximal	True	DEN0096_000000005168	1.0		6	4	False	False	0.9966046214103699	0					non-mobilizable	no_good_hit	1654.0	97.58200000000001	22.0	0.018736610634415063	NZ_FQZY01000015.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0043_000000027810	1115	0.9534402559911856	2	1	1	1	1	False	68293	fragment	False	MON0084_000000028775	0.5314753486600753		0	0	False	False	0.9811659455299377	0					non-mobilizable	no_good_hit	109.0	96.33	10.0	0.002978652986927023	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0121_000000008913	2748	0.9534349131624196	3	3	3	3	2	False	32217	maximal	True	ISR0121_000000008913	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0195_000000000700	24069	0.9534305756644248	29	24	8	11	21	True	125593	fragment	False	ISR0195_000000000700	1.0		0	0	False	True	1.0	0					non-mobilizable	other	14914.0	99.47	100.0	0.006606725042541123	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	True
CHI0179_000000010454	1952	0.9534232141703366	3	1	1	1	1	False	84171	maximal	True	CHI0179_000000010454	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	94.088	41.0	0.0002539219412572562	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0081_000000009755	2426	0.9534187117706884	4	3	3	2	1	False	119263	fragment	False	ISR0293_000000011332	0.29208354396439873		0	0	False	False	0.9975267648696899	0					non-mobilizable	other	2426.0	100.0	100.0	0.007944672319123564	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ISR0176_000000004852	6382	0.9534146755927808	7	7	4	6	3	False	88951	maximal	True	ISR0176_000000004852	1.0		7	3	False	False	1.0	0					non-mobilizable	other	4327.0	98.75200000000001	98.0	0.02560263246669468	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ISR0205_000000010505	1572	0.9534138954171488	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.24024113079125714		0	0	False	False	0.9993638396263123	0					non-mobilizable	chromosome	1572.0	99.23700000000001	100.0	0.0005521007768419906	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0796_000000015955	1350	0.953412902009138	3	2	1	1	2	False	21950	fragment	False	ISR0796_000000015955	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1351.0	92.598	99.0	0.00026904351040308227	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
AST0026_000000003281	9003	0.9533960006181876	13	9	1	4	6	True	121595	fragment	False	ENG0193_000000002067	0.669882146099303		0	0	False	True	1.0	0					non-mobilizable	other	6622.0	97.26700000000001	99.0	0.0028810402834755005	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
ISR0806_000000002568	3964	0.9533945349404296	3	3	0	2	2	True	125124	backbone	True	ISR0806_000000002568	1.0	PS917	1	1	True	True	1.0	11	rep_cluster_233				non-mobilizable	no_good_hit	1629.0	95.15	41.0	0.16586710217413494	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0046_000000008694	3499	0.9533896885493404	3	2	0	0	2	False	123475	fragment	False	MON0046_000000008694	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1507.0	85.20200000000001	51.0	0.3681372549019608	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
MON0106_000000014953	2725	0.9533896885493404	3	2	0	0	2	False	123144	fragment	False	MON0106_000000014953	0.9756944444444444		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1550.0	89.484	57.0	0.1879662467897762	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MON0085_000000009768	2592	0.9533896885493404	4	2	0	0	2	False	123144	fragment	False	MON0106_000000014953	0.9524770642201835		0	0	False	True	0.9984567761421204	0					non-mobilizable	no_good_hit	1472.0	85.462	57.0	0.35955882352941176	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
ISR0288_000000024269	1197	0.9533845575622488	1	1	1	1	1	False	25953	fragment	False	ISR0288_000000024269	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	99.415	100.0	0.00029323277116492113	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0090_000000005847	3954	0.9533822474169836	6	3	2	3	2	False	71285	fragment	False	DEN0090_000000005847	1.0		0	0	False	False	0.999241292476654	0					non-mobilizable	other	3956.0	97.95200000000001	100.0	0.002364426771555581	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
ISR0039_000000009647	3501	0.9533808269119856	8	3	0	3	2	True	59357	maximal	True	ISR0039_000000009647	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0027_000000006313	1874	0.9533773263455584	2	1	1	1	1	True	19044	maximal	True	MAD0027_000000006313	0.999741468459152		2	1	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
ISR0291_000000001741	6232	0.9533770183406518	6	4	3	4	2	True	132039	fragment	False	ISR0084_000000002614	0.8477406440822721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	75.972	11.0	0.00022820137030410412	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0087_000000004862	5059	0.9533770183406518	4	4	3	4	2	True	132039	fragment	False	ISR0084_000000002614	0.3051801531070341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	76.344	13.0	0.00020660604288832025	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
AST0089_000000003900	4795	0.9533753314467476	4	2	2	2	0	True	110305	fragment	False	AST0089_000000003900	0.949179629235031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2072.0	91.94	43.0	0.2550401978973408	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0069_01_000000013092	4693	0.9533753314467476	4	2	2	2	0	True	110305	fragment	False	AST0089_000000003900	0.940563086548488		0	0	False	False	0.9950990676879883	0					non-mobilizable	no_good_hit	1080.0	94.63	43.0	0.13333333333333333	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
AST0061_000000008817	4446	0.9533753314467476	4	2	2	2	0	True	112156	maximal	True	AST0061_000000008817	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	88.499	32.0	0.11193568336425479	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0243_000000002136	4441	0.9533753314467476	4	2	2	2	0	True	119247	maximal	True	ISR0243_000000002136	0.9429730744842114		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	13.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0022_000000005751	4440	0.9533753314467476	4	2	2	2	0	True	119247	maximal	False	ISR0243_000000002136	0.9232498535008741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	16.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0003_000000005088	4431	0.9533753314467476	3	2	2	2	0	True	119247	maximal	False	ISR0243_000000002136	0.9408977089025127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	13.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0232_000000005318	4352	0.9533753314467476	4	2	2	2	0	True	119247	maximal	False	ISR0243_000000002136	0.9207074458982749		0	0	False	False	0.9997702240943909	0					non-mobilizable	no_good_hit	532.0	89.286	16.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0208_000000006273	4106	0.9533753314467476	4	2	2	2	0	True	119247	maximal	False	ISR0243_000000002136	0.760643377138621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.286	17.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
SPA0137_000000008899	4096	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9791298516153084	PS1023|PS1024	0	0	True	True	0.99951171875	12					non-mobilizable	no_good_hit	857.0	94.166	63.0	0.13863487916394512	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0078_000000004281	4012	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.977509997184271	PS1023|PS1024	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	886.0	93.34100000000001	64.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0090_000000006105	3968	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9768264556944408	PS1023|PS1024	0	0	True	True	1.0	65					non-mobilizable	no_good_hit	886.0	93.34100000000001	63.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
USA0062_01_000000006139	3967	0.9533753314467476	3	2	2	2	0	True	119247	maximal	False	ISR0243_000000002136	0.6504814724122914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.662	18.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0069_000000006132	3946	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9780813506772742	PS1023|PS1024	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	886.0	93.56700000000001	66.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0007_000000006613	3946	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9768720893711424	PS1023|PS1024	0	0	True	True	1.0	196					non-mobilizable	no_good_hit	886.0	93.792	77.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0021_000000008093	3946	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9807624590196118	PS1023|PS1024	0	0	True	True	1.0	114					non-mobilizable	no_good_hit	876.0	93.721	66.0	0.14141084258654474	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0192_000000005009	3929	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9662054819347823	PS1023|PS1024	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	820.0	95.244	78.0	0.1325930764206401	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
DEN0061_000000009823	3926	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9766216337900827	PS1023|PS1024	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	886.0	93.454	76.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0104_000000008942	3926	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9809701960043751	PS1023|PS1024	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	759.0	87.484	66.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0179_000000008449	3926	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9773617685453305	PS1023|PS1024	0	0	True	True	0.9987264275550842	19					non-mobilizable	no_good_hit	886.0	93.679	71.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0101_000000007804	3926	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9773559601255495	PS1023|PS1024	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	886.0	93.56700000000001	71.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0844_000000003447	3926	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9772313250252687	PS1023|PS1024	0	0	True	True	0.9997453093528748	18					non-mobilizable	no_good_hit	886.0	93.34100000000001	65.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
AST0025_000000008459	3926	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9778189744313198	PS1023|PS1024	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	886.0	93.792	76.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0025_000000005285	3925	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9776402537369167	PS1023|PS1024	0	0	True	True	1.0	65					non-mobilizable	no_good_hit	886.0	93.792	77.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0845_000000002617	3912	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9768014763690547	PS1023|PS1024	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	759.0	87.22	66.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0336_000000003067	3905	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9726690340473263	PS1023|PS1024	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	869.0	94.24600000000001	76.0	0.14059438275636837	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0047_000000010158	3901	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9704486130585146	PS1023|PS1024	0	0	True	True	1.0	139					non-mobilizable	no_good_hit	503.0	96.62	67.0	0.0818092749836708	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0124_000000004271	3899	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9660416290631865	PS1023|PS1024	0	0	True	True	0.9961528778076172	9					non-mobilizable	no_good_hit	886.0	93.679	64.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
AST0140_000000007123	3887	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9661718244423584	PS1023|PS1024	0	0	False	True	0.9997427463531494	0					non-mobilizable	no_good_hit	886.0	93.679	65.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0021_000000005746	3883	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.964050860073927	PS1023|PS1024	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	886.0	93.792	79.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
AUS0008_000000005513	3869	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9487903549676046	PS1023|PS1024	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	886.0	93.34100000000001	66.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0279_000000004941	3854	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9488319882542627	PS1023|PS1024	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	886.0	93.792	73.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0141_000000007093	3851	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9688082140205573	PS1023|PS1024	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	886.0	93.679	66.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0176_000000001995	3848	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.968353634272432	PS1023|PS1024	0	0	True	True	0.9979209899902344	15					non-mobilizable	no_good_hit	886.0	93.454	65.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0370_000000006714	3843	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9647865541336915	PS1023|PS1024	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	886.0	93.228	63.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0081_000000006806	3838	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9676510796276079	PS1023|PS1024	0	0	True	True	0.9997394680976868	13					non-mobilizable	no_good_hit	886.0	93.56700000000001	64.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0177_000000006911	3829	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9673561009538111	PS1023|PS1024	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	886.0	93.56700000000001	64.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
AST0048_000000004309	3825	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9687440259423828	PS1023|PS1024	0	0	True	True	0.9997385740280151	22					non-mobilizable	no_good_hit	886.0	93.56700000000001	68.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0096_000000006439	3804	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9613917284507346	PS1023|PS1024	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	886.0	93.792	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0301_000000004300	3785	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.8706265275970811	PS1023|PS1024	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	886.0	93.228	68.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
MON0045_000000006304	3774	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9672881676967678	PS1023|PS1024	0	0	True	True	0.9888712167739868	2					non-mobilizable	no_good_hit	886.0	93.56700000000001	60.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0351_000000003304	3774	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9656157971560029	PS1023|PS1024	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	886.0	93.679	68.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0111_000000004455	3774	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9657259775767448	PS1023|PS1024	0	0	True	True	0.9992051124572754	21					non-mobilizable	no_good_hit	619.0	96.12299999999999	68.0	0.0999346832135859	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0343_000000004007	3774	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9673340958803888	PS1023|PS1024	0	0	True	True	0.9997350573539734	25					non-mobilizable	no_good_hit	817.0	94.73700000000001	68.0	0.1321032005225343	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0151_000000004558	3755	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9660813120659104	PS1023|PS1024	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	886.0	93.792	60.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
AST0046_000000005161	3754	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.96721963248032	PS1023|PS1024	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	886.0	93.56700000000001	64.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0125_000000009591	3753	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9672328544501524	PS1023|PS1024	0	0	True	True	0.999733567237854	22					non-mobilizable	no_good_hit	886.0	93.56700000000001	66.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0350_000000004428	3752	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9672737161613915	PS1023|PS1024	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	661.0	95.613	68.0	0.10662965382103201	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0295_000000008759	3751	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9639809050579976	PS1023|PS1024	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	776.0	95.49	68.0	0.12540822991508818	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0051_000000010854	3736	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9523067000772035	PS1023|PS1024	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	886.0	93.56700000000001	66.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
AST0024_000000008640	3734	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9667897356229399	PS1023|PS1024	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	886.0	93.454	65.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0192_000000004874	3734	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9673321811590326	PS1023|PS1024	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	886.0	93.56700000000001	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0124_000000008250	3734	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9660856271346793	PS1023|PS1024	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	886.0	93.792	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0344_000000008382	3734	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9661103098034195	PS1023|PS1024	0	0	True	True	1.0	110					non-mobilizable	no_good_hit	886.0	93.792	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0128_000000006855	3733	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9669117024672352	PS1023|PS1024	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	886.0	93.454	63.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0849_000000007134	3732	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9662135922530828	PS1023|PS1024	0	0	True	True	0.9989281892776489	21					non-mobilizable	no_good_hit	886.0	93.905	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0104_000000006778	3731	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9642748612770229	PS1023|PS1024	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	886.0	93.792	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0165_000000004905	3730	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9528845740705176	PS1023|PS1024	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	886.0	93.454	66.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0118_000000003754	3725	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.8454947934040783	PS1023|PS1024	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	886.0	93.56700000000001	66.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
AUS0018_000000007338	3725	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9144957604716637	PS1023|PS1024	0	0	True	True	0.9983892440795898	13					non-mobilizable	no_good_hit	1335.0	82.62200000000001	84.0	0.21325930764206402	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0286_000000003808	3715	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9666163705969048	PS1023|PS1024	0	0	True	True	0.9908478856086731	9					non-mobilizable	no_good_hit	760.0	86.97399999999999	67.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0179_000000006698	3715	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9667985488944628	PS1023|PS1024	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	886.0	93.56700000000001	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
AUS0004_000000005742	3714	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9664006051864606	PS1023|PS1024	0	0	True	True	1.0	82					non-mobilizable	no_good_hit	886.0	93.56700000000001	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
SPA0012_000000006677	3714	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9672741322896011	PS1023|PS1024	0	0	True	True	0.9997307658195496	7					non-mobilizable	no_good_hit	886.0	93.792	61.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0187_000000007374	3714	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9667896050795132	PS1023|PS1024	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	886.0	93.454	59.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0174_000000007063	3713	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9657867510543016	PS1023|PS1024	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	886.0	93.454	64.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0208_000000007022	3711	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9639448018587167	PS1023|PS1024	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	886.0	93.792	59.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0335_000000004486	3695	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9495829901239473	PS1023|PS1024	0	0	True	True	1.0	124					non-mobilizable	no_good_hit	886.0	91.76100000000001	68.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0110_000000008216	3694	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9538467835756702	PS1023|PS1024	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	886.0	93.56700000000001	59.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0315_000000002365	3694	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.959027522516253	PS1023|PS1024	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	886.0	91.309	59.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0040_000000007458	3694	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9595303901146099	PS1023|PS1024	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	886.0	91.309	59.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0038_000000005862	3691	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.8614455793999533	PS1023|PS1024	0	0	False	True	0.9972907304763794	0					non-mobilizable	no_good_hit	759.0	87.615	65.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0009_000000008519	3691	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9528330163954156	PS1023|PS1024	0	0	True	True	0.9997290968894958	17					non-mobilizable	no_good_hit	494.0	97.166	68.0	0.07968647942521227	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0388_000000008814	3687	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9394403731725066	PS1023|PS1024	0	0	True	True	0.9861676096916199	7					non-mobilizable	no_good_hit	632.0	95.88600000000001	65.0	0.10205747877204442	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0285_000000003819	3677	0.9533753314467476	5	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.9090757089636036	PS1023|PS1024	0	0	True	True	0.9997280240058899	48					non-mobilizable	no_good_hit	770.0	95.195	83.0	0.12442847811887656	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
CHI0095_000000002121	3658	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.8969029558157723	PS1023|PS1024	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	881.0	91.941	61.0	0.14239059438275636	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0032_000000008817	3653	0.9533753314467476	2	2	2	2	0	True	119247	maximal	False	ISR0243_000000002136	0.2743346897619648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.662	19.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0365_000000004075	3617	0.9533753314467476	3	2	2	2	0	True	123269	maximal	True	ISR0365_000000004075	1.0		14	4	False	False	0.9994470477104187	0					non-mobilizable	no_good_hit	1240.0	97.09700000000001	43.0	0.15140026904732787	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0128_000000009651	3610	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.498878993311041	PS1023|PS1024	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	886.0	93.34100000000001	68.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0007_000000003967	3450	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.02858392954436009	PS1023|PS1024	0	0	False	True	0.9997101426124573	0					non-mobilizable	no_good_hit	759.0	87.74700000000001	74.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0012_000000006894	3434	0.9533753314467476	4	2	2	2	0	True	48950	fragment	False	ISR0012_000000006894	0.9884615384615385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	93.34100000000001	79.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0263_000000003489	3429	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.5679347792618319	PS1023|PS1024	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	886.0	93.00200000000001	63.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
MAD0111_000000005003	3418	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.46203422210565337	PS1023|PS1024	0	0	True	True	0.9997074604034424	1					non-mobilizable	no_good_hit	886.0	93.792	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0334_000000005715	3417	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.49175433366568216	PS1023|PS1024	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	820.0	94.634	68.0	0.1325930764206401	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
USA0034_01_000000016496	3356	0.9533753314467476	3	2	2	2	0	True	103618	fragment	False	USA0034_01_000000016496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	94.63	36.0	0.13333333333333333	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0130_000000009240	3264	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.05829289283545257	PS1023|PS1024	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	727.0	95.323	66.0	0.11740692357935989	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0034_000000006121	3250	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.057935976600070424	PS1023|PS1024	0	0	False	True	0.9996923208236694	0					non-mobilizable	no_good_hit	704.0	95.17	65.0	0.11365120836054866	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
FIJ0028_000000009368	3250	0.9533753314467476	4	2	2	2	0	True	48950	fragment	False	ISR0012_000000006894	0.9622888759464181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	95.685	58.0	0.1783050018344136	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0180_000000005293	3126	0.9533753314467476	2	2	2	2	0	True	123271	maximal	True	ENG0180_000000005293	1.0		1	1	False	False	0.9987204074859619	0					non-mobilizable	no_good_hit	367.0	96.73	34.0	0.05976485956890921	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0777_000000005496	3110	0.9533753314467476	4	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.037912841309393035	PS1023|PS1024	0	0	False	True	0.9993569254875183	0					non-mobilizable	no_good_hit	755.0	95.36399999999999	80.0	0.12197909862834748	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0006_000000007855	3045	0.9533753314467476	3	2	2	2	0	True	127999	backbone	False	DEN0071_000000009520	0.038174164735187054	PS1023|PS1024	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	776.0	95.361	68.0	0.12540822991508818	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0206_000000008506	3001	0.9533753314467476	3	2	2	2	0	True	127996	fragment	False	ENG0206_000000008506	1.0		0	0	False	True	0.990336537361145	0					non-mobilizable	no_good_hit	692.0	87.861	59.0	0.10858915741345526	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0356_000000006451	2818	0.9533753314467476	4	2	2	2	0	True	123268	fragment	False	ISR0356_000000006451	1.0		0	0	False	False	0.9936124682426453	0					non-mobilizable	no_good_hit	1176.0	97.619	53.0	0.14369573193102606	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0085_000000008303	2789	0.9533753314467476	4	2	2	2	0	True	127995	fragment	False	ISR0085_000000008303	1.0		0	0	False	True	0.9738257527351379	0					non-mobilizable	no_good_hit	488.0	93.648	40.0	0.07935989549314174	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
FIJ0099_000000008136	2755	0.9533753314467476	3	2	2	2	0	True	42797	fragment	False	FIJ0099_000000008136	1.0		0	0	False	False	0.9981850981712341	0					non-mobilizable	no_good_hit	1004.0	97.809	51.0	0.12266112266112267	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0097_000000013484	2453	0.9533753314467476	4	2	2	2	0	True	123267	fragment	False	SPA0097_000000013484	1.0		0	0	False	False	0.9967386722564697	0					non-mobilizable	no_good_hit	503.0	96.223	55.0	0.0818092749836708	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0043_000000004472	6817	0.9533681497205952	12	11	1	3	11	True	117326	fragment	False	ISR0216_000000003019	0.46094051912430817		0	0	False	False	0.9998533129692078	0					non-mobilizable	chromosome	6396.0	97.655	94.0	0.002891081270750283	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
USA0036_01_000000023198	1325	0.95336168584811	3	1	1	1	1	False	2787	fragment	False	USA0036_01_000000023198	0.9950413223140495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000001008	21695	0.9533591617767672	16	14	11	12	12	True	118474	maximal	True	DEN0073_000000001008	1.0		1	1	False	False	0.9999077916145325	0					non-mobilizable	no_good_hit	873.0	81.1	4.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0061_000000010402	2416	0.9533501747281644	5	1	1	1	1	False	45819	fragment	False	FIJ0061_000000010402	1.0		0	0	False	False	0.9995861053466797	0					non-mobilizable	no_good_hit	269.0	88.848	11.0	0.004678694218977067	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0095_000000012334	2196	0.9533501747281644	5	1	1	1	1	False	43123	maximal	True	FIJ0095_000000012334	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	86.345	11.0	0.004359692340410449	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0186_000000001227	14326	0.9533441833639921	19	12	6	9	9	True	128132	maximal	True	CHI0186_000000001227	1.0	PS1030|PS872	1	1	False	True	0.9996509552001953	0					non-mobilizable	no_good_hit	4916.0	94.304	67.0	0.6105368040851912	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0123_000000000739	18825	0.953339408509416	36	9	4	6	7	True	72315	maximal	True	ISR0123_000000000739	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0101_000000010969	2562	0.953337337809168	3	3	2	3	1	True	22101	fragment	False	MAD0101_000000010969	1.0		0	0	False	False	0.9937548637390137	0					non-mobilizable	no_good_hit	108.0	97.22200000000001	4.0	0.00026089734055393136	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ENG0183_000000013672	2101	0.9533346389982532	5	5	2	4	3	True	126931	fragment	False	CHI0053_000000004933	0.9707469329327916		0	0	False	False	1.0	0					non-mobilizable	other	2122.0	99.01	100.0	0.00261537361247093	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
CHI0125_000000007459	2078	0.9533346389982532	5	5	2	4	3	True	126931	fragment	False	CHI0053_000000004933	0.9628455223340384		0	0	False	False	1.0	0					non-mobilizable	other	2099.0	99.0	100.0	0.0025870126539198545	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0103_000000004529	3409	0.9533299158871928	5	3	2	2	3	True	127258	backbone	False	SPA0105_000000005394	0.05480770476179161	PS757|PS758|PS996	0	0	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	plasmid	3413.0	99.795	100.0	0.6966108615761535	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
CHI0058_000000008162	2489	0.9533190653667076	4	3	2	2	2	False	85902	fragment	False	CHI0058_000000008162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	845.0	78.225	43.0	0.00020472354843035882	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0018_000000001728	12703	0.9533183378925849	17	14	5	9	13	True	111508	maximal	True	ENG0018_000000001728	1.0		1	1	False	False	0.995512843132019	0					non-mobilizable	no_good_hit	6943.0	93.821	78.0	0.00904131024546857	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0098_000000006983	5798	0.9533056808225576	8	4	2	4	3	False	18604	maximal	True	MAD0098_000000006983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	479.0	93.319	8.0	0.0001880049683656075	NZ_CP011391.1	firmicutes	Faecalibaculum rodentium strain ALO17 chromosome, complete genome	True	False
DEN0072_000000001042	15783	0.9533005168621064	10	8	5	8	3	True	120592	fragment	False	DEN0072_000000001042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	80.952	1.0	2.6477946798167012e-05	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	True
FIJ0020_000000014435	1481	0.9532935157464312	2	2	0	2	2	False	49764	maximal	True	FIJ0020_000000014435	1.0		2	2	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	1211.0	99.835	100.0	0.21385648639095087	CP054226.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p2, complete sequence	False	True
SPA0134_000000019226	1320	0.9532853938920848	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.03984831645968439		0	0	False	False	0.9962121248245239	0					non-mobilizable	other	1320.0	97.727	100.0	0.00044090590620036047	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	True
MON0003_000000004349	3106	0.9532819049078276	4	3	3	2	1	True	14291	fragment	False	MON0003_000000004349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0024_000000003491	2272	0.9532772446667446	2	2	2	1	1	False	103265	fragment	False	ISR0133_000000008699	0.9594685677721608		0	0	False	False	0.9955986142158508	0					non-mobilizable	chromosome	2272.0	100.0	100.0	0.0004120290717262603	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0064_000000009404	2214	0.9532772446667446	2	2	2	1	1	False	103265	fragment	False	ISR0133_000000008699	0.9534989688540766		0	0	False	False	0.9972899556159973	0					non-mobilizable	chromosome	2214.0	99.322	100.0	0.0004015060923514813	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0133_000000008699	2366	0.9532739135132168	2	2	2	1	1	False	103265	fragment	False	ISR0133_000000008699	0.9600739078691358		0	0	False	False	0.9987320303916931	0					non-mobilizable	other	2347.0	97.99700000000001	99.0	0.0004415892316253214	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0112_000000000810	21401	0.9532725935159588	18	10	5	10	3	True	117521	fragment	False	ENG0112_000000000810	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	114.0	80.702	1.0	0.005294033481184719	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
MAD0047_000000024502	1868	0.9532704950965136	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5191111272184394	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1758.0	91.98	100.0	0.0004703106676642791	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0057_000000000965	4092	0.9532649245082828	6	4	3	4	2	False	72030	maximal	True	DEN0057_000000000965	1.0		3	2	False	False	0.9985337257385254	0					non-mobilizable	no_good_hit	88.0	100.0	2.0	2.1330477501127205e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0097_000000008202	2753	0.9532545724419994	3	2	2	2	2	False	109011	fragment	False	AST0097_000000008202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	76.611	19.0	0.0001524106571011379	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0005_01_000000005475	6571	0.9532535972835788	8	3	2	2	2	True	131864	maximal	True	USA0005_01_000000005475	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.000498247828469881	NZ_AODF01000039.1	firmicutes	Listeria floridensis FSL S10-1187 c36, whole genome shotgun sequence	True	True
USA0069_01_000000009611	6367	0.9532488291252824	11	5	2	3	4	False	23978	fragment	False	USA0069_01_000000009611	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1687.0	89.389	30.0	0.005913603777878926	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
SPA0071_000000004638	5132	0.9532323130132953	7	6	3	6	5	False	84455	fragment	False	SPA0071_000000004638	0.9593550997841438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	85.84100000000001	2.0	4.1098489226875033e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0072_000000003762	5131	0.9532323130132953	7	6	3	6	5	False	84455	fragment	False	SPA0071_000000004638	0.9592372616329989		0	0	False	False	0.9978561401367188	0					non-mobilizable	no_good_hit	113.0	85.84100000000001	2.0	4.1098489226875033e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
AST0084_000000021404	1648	0.9532309852004206	3	2	1	2	2	False	111304	maximal	True	AST0084_000000021404	1.0		1	1	False	False	0.9987863898277283	0					non-mobilizable	no_good_hit								True	False
CHI0062_000000001260	11730	0.9532233052882276	19	7	2	7	1	True	128680	maximal	True	CHI0062_000000001260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0054_000000004474	6704	0.95322204987524	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.049177380031152226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4007.0	98.478	82.0	0.034733665203892254	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0062_000000002655	5980	0.9532205778441044	10	9	3	3	9	True	123850	backbone	False	CHI0169_000000002212	0.3292001685663403	PS486|PS905|PS908	0	0	False	True	0.9996655583381653	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3574.0	97.902	82.0	0.3238043379617025	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0195_000000007014	3261	0.9532074775303324	7	4	2	2	4	False	88718	backbone	True	ISR0195_000000007014	1.0	PS386|PS459	159	12	True	True	1.0	380	rep_cluster_870				non-mobilizable	plasmid	2390.0	99.958	100.0	0.4270647121916339	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
MON0025_000000013825	2680	0.9532055693579604	3	3	0	2	3	False	78676	fragment	False	MON0025_000000013825	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	other	2510.0	99.641	94.0	0.42104379929518376	LK999928.1	enterobacteria	Escherichia coli genome assembly FHI42, scaffold scaffold-8	False	True
CHI0141_000000006071	4540	0.9532049811765786	4	4	3	3	3	False	80143	maximal	True	CHI0141_000000006071	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	99.545	15.0	0.00011372747681765631	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ENG0166_000000015565	1862	0.9531961787894979	2	2	1	2	2	False	56144	fragment	False	ENG0166_000000015565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	98.214	3.0	0.032796660703637445	HG796486.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01415	True	False
DEN0092_000000001229	6784	0.9531915927946312	5	5	4	5	4	False	68592	maximal	True	DEN0092_000000001229	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	84.416	1.0	0.00038340463314230367	NZ_NCWZ01000001.1	firmicutes	Lactobacillus kefiranofaciens strain KR NODE_1_length_198224_cov_53.6229, whole genome shotgun sequence	True	False
ISR0038_000000003360	7693	0.953190760523848	10	4	2	2	3	True	36657	maximal	True	ISR0038_000000003360	0.9961806927433162		2	1	True	True	1.0	15					non-mobilizable	no_good_hit	2803.0	83.375	36.0	0.9996401583303347	NZ_LT699734.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	True
CAN0014_000000034428	1444	0.9531789852352314	1	1	1	1	1	False	95968	fragment	False	ISR0060_000000015774	0.3079816378262223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	14.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
MON0081_000000045301	1134	0.953176330385232	2	2	2	2	2	False	9939	fragment	False	MON0081_000000045301	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	99.118	100.0	0.002084368158654819	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
ENG0170_000000000778	13100	0.953172297997232	15	4	3	3	3	False	63197	maximal	True	ENG0170_000000000778	1.0		1	1	False	False	0.9987786412239075	0					non-mobilizable	no_good_hit	1250.0	76.4	9.0	0.06238042493203101	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0057_01_000000003491	8246	0.9531686909137804	3	2	1	2	2	False	108616	maximal	True	USA0057_01_000000003491	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	4575.0	98.645	75.0	0.0010344237770857486	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0023_000000002744	6273	0.9531686909137804	4	2	1	2	2	False	108615	fragment	False	ENG0023_000000002744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3469.0	98.789	69.0	0.0007844154057647179	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0185_000000004598	5181	0.9531686909137804	3	2	1	2	2	False	108612	fragment	False	ENG0185_000000004598	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2549.0	99.529	99.0	0.0005764898915167295	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0134_000000006948	4235	0.9531686909137804	3	2	1	2	2	False	108609	fragment	False	SPA0134_000000006948	1.0		0	0	False	False	0.9997638463973999	0					non-mobilizable	chromosome	4181.0	98.9	100.0	0.0009452805207052181	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0186_000000004322	3851	0.9531686909137804	2	2	1	2	2	False	108607	fragment	False	ENG0186_000000004322	1.0		0	0	False	False	0.9997403025627136	0					non-mobilizable	chromosome	3816.0	98.899	100.0	0.000862924821917114	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0164_000000005863	3163	0.9531686909137804	3	2	1	2	2	False	108606	fragment	False	ENG0164_000000005863	0.9924293405114402		0	0	False	False	1.0	0					non-mobilizable	chromosome	3163.0	100.0	100.0	0.0007154085702417185	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0033_000000008841	2972	0.9531686909137804	2	2	1	2	2	False	108606	fragment	False	ENG0164_000000005863	0.9628517230477395		0	0	False	False	1.0	0					non-mobilizable	chromosome	2943.0	99.49	100.0	0.0006656331478972599	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0012_000000009820	2431	0.9531686909137804	2	2	1	2	2	False	67075	fragment	False	ENG0012_000000009820	1.0		0	0	False	False	0.9983546137809753	0					non-mobilizable	chromosome	2431.0	99.589	100.0	0.0005497921649865199	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0061_000000017788	1546	0.9531585769436812	3	2	2	1	1	False	131378	fragment	False	FIJ0086_000000020230	0.9459876543209877		0	0	False	False	0.9566623568534851	0					non-mobilizable	no_good_hit	103.0	97.087	7.0	3.04091658645371e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0344_000000020233	1701	0.953155561707638	3	2	2	2	2	False	106069	fragment	False	ISR0344_000000020233	0.7850017821684085		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	94.954	100.0	0.0005894134373916186	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
USA0011_01_000000005731	6550	0.9531506839047748	11	9	8	9	9	False	125086	fragment	False	SPA0155_000000001948	0.6773522199930919		0	0	False	False	0.9978625774383545	0					non-mobilizable	no_good_hit	722.0	87.119	11.0	0.00021683572826387463	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ENG0108_000000003675	6762	0.9531482851194054	7	7	5	6	5	False	119742	fragment	False	ENG0108_000000003675	0.9989007171863755		0	0	False	False	0.9970422983169556	0					non-mobilizable	chromosome	6762.0	99.97	100.0	0.0010402444274378354	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0005_000000003297	8978	0.9531476438284068	11	11	8	10	10	False	109698	fragment	False	SPA0005_000000003297	0.9785447672219734		0	0	False	False	1.0	0					non-mobilizable	chromosome	8533.0	97.32799999999999	100.0	0.001761751410516161	CP057126.1	enterobacteria	Escherichia coli strain RHB36-C16 chromosome, complete genome	False	False
CHI0074_000000007705	1804	0.9531474219355932	2	2	1	1	2	False	86484	fragment	False	CHI0074_000000007705	0.9974590626764539		0	0	False	False	1.0	0					non-mobilizable	chromosome	1804.0	99.667	100.0	0.0008223883013781731	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
AST0007_000000006913	2712	0.953143604491438	3	2	1	2	1	False	127131	maximal	True	AST0007_000000006913	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2712.0	99.37299999999999	100.0	0.013245712610543803	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	False	False
ENG0052_000000001581	13701	0.9531412351756452	18	9	6	8	7	True	126200	maximal	False	SPA0143_000000000929	0.9369219916546859	PS944	0	0	True	True	0.9985402822494507	19					non-mobilizable	no_good_hit	1578.0	73.51100000000001	12.0	0.19292564453854777	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0026_000000007732	3967	0.9531405990949888	5	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9768688705761326	PS1023|PS1024	0	0	True	True	1.0	96					non-mobilizable	no_good_hit	886.0	93.228	67.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0120_000000007308	3966	0.9531405990949888	5	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9784243528242077	PS1023|PS1024	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	886.0	93.905	78.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0077_000000005313	3851	0.9531405990949888	4	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9689051574946247	PS1023|PS1024	0	0	True	True	1.0	93					non-mobilizable	no_good_hit	886.0	93.34100000000001	69.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0201_000000007873	3754	0.9531405990949888	4	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9672427470437918	PS1023|PS1024	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	886.0	93.454	68.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0055_000000003123	3754	0.9531405990949888	4	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9672711521154239	PS1023|PS1024	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	886.0	93.56700000000001	68.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0233_000000002830	3754	0.9531405990949888	5	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9661996471608341	PS1023|PS1024	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	886.0	93.792	68.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0131_000000007295	3754	0.9531405990949888	4	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9675948111358149	PS1023|PS1024	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	886.0	93.56700000000001	68.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0212_000000009022	3751	0.9531405990949888	4	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9642005292384676	PS1023|PS1024	0	0	True	True	0.9984004497528076	15					non-mobilizable	no_good_hit	886.0	93.792	68.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0386_000000009465	3646	0.9531405990949888	4	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.9355209479665954	PS1023|PS1024	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	886.0	93.454	69.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0135_000000005231	3565	0.9531405990949888	4	2	2	2	1	True	127999	backbone	False	DEN0071_000000009520	0.8263884295092935	PS1023|PS1024	0	0	True	True	0.999719500541687	21					non-mobilizable	no_good_hit	886.0	93.56700000000001	71.0	0.143370346178968	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
DEN0028_000000003128	7060	0.953137805868144	10	6	5	4	4	False	74056	maximal	True	DEN0028_000000003128	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	89.463	28.0	0.0002865978290774209	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0034_000000006756	1256	0.9531363523875422	2	1	1	1	1	False	83044	maximal	True	DEN0034_000000006756	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit	1041.0	99.80799999999999	83.0	0.0016579117014418566	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0140_000000001230	23603	0.953133432936503	36	16	10	13	9	True	127384	maximal	True	ISR0140_000000001230	1.0		1	1	False	False	0.9998305439949036	0					non-mobilizable	no_good_hit	6260.0	95.367	76.0	0.03602244058658864	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0087_000000007696	3525	0.9531319959396168	9	2	2	1	2	False	25464	fragment	False	MAD0087_000000007696	1.0		0	0	False	False	0.9912056922912598	0					non-mobilizable	no_good_hit	106.0	94.34	3.0	0.00016991665992394206	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
SPA0089_000000017684	2196	0.9531307208558449	3	3	3	3	2	False	91560	fragment	False	FIJ0154_000000016213	0.6947052524829259		0	0	False	False	1.0	0					non-mobilizable	chromosome	1229.0	98.454	100.0	0.00043487144909578257	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0837_000000009542	1459	0.9531273678909998	2	2	2	2	2	False	20898	fragment	False	ISR0837_000000009542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0083_01_000000000525	30251	0.9531242807514716	23	18	12	17	8	True	82119	maximal	True	USA0083_01_000000000525	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3417.0	75.388	13.0	0.009995634836365352	NZ_NHMP01000003.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_3_length_339048_cov_189.134_ID_5525, whole genome shotgun sequence	True	True
ENG0134_000000025977	1496	0.9531149756256856	2	2	2	2	1	False	119893	fragment	False	MON0090_000000038217	0.9166672201850877		0	0	False	False	0.9759358167648315	0					non-mobilizable	no_good_hit								True	False
ENG0071_000000008596	2425	0.9531119358890692	4	2	1	1	2	False	99029	fragment	False	ENG0071_000000008596	1.0		0	0	False	False	0.9991752505302429	0					non-mobilizable	no_good_hit	441.0	75.737	18.0	9.841189505028984e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0048_000000000591	32633	0.9531118817832068	50	8	7	7	5	True	46827	maximal	True	FIJ0048_000000000591	1.0		3	1	False	False	0.9998774528503418	0					non-mobilizable	no_good_hit	308.0	81.169	1.0	0.06444818871103622	MK233569.1	viruses	Uncultured human fecal virus clone F.saccharivorans_S05.J22_3-CL32_c8 sequence	True	True
ISR0383_000000001322	6983	0.9531025052734418	9	8	5	6	8	False	120208	maximal	True	ISR0383_000000001322	1.0		20	5	False	False	1.0	0					non-mobilizable	chromosome	1730.0	99.65299999999999	97.0	0.0006854101975876256	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0084_000000005068	2650	0.9530824229122336	2	2	1	1	2	True	44018	maximal	True	FIJ0084_000000005068	1.0		1	1	False	False	0.999622642993927	0					non-mobilizable	no_good_hit	153.0	90.85	6.0	5.341777089750641e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
ETH0002_000000001039	20365	0.9530802723705945	13	10	8	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.9701923420659658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	88.15799999999999	2.0	3.974680485039063e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0088_000000004811	5570	0.9530762706413772	9	8	5	6	7	True	130637	backbone	False	AST0039_000000003129	0.6340480530104532	PS1110	0	0	True	True	0.999640941619873	16		MOBV			mobilizable	no_good_hit	2240.0	96.92	87.0	0.33101303317535546	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
FIJ0019_000000002993	2296	0.9530736878037691	3	3	3	3	3	False	93538	fragment	False	FIJ0019_000000002993	1.0		0	0	False	False	0.9986934065818787	0					non-mobilizable	no_good_hit	1785.0	93.613	78.0	0.0007648826986709842	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
TAN0008_000000001914	6099	0.9530711265871888	7	6	5	3	3	False	37578	maximal	True	TAN0008_000000001914	1.0		3	3	False	False	0.9998360276222229	0					non-mobilizable	no_good_hit	919.0	80.958	18.0	0.0002732327301018489	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
DEN0023_000000000834	4725	0.9530710230737222	5	2	2	2	2	False	99606	fragment	False	DEN0023_000000000834	0.9995369298448715		0	0	False	False	0.99957674741745	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.045923136456075e-06	CP040093.1	firmicutes	Caloramator sp. E03 chromosome, complete genome	True	False
ISR0319_000000003463	4319	0.9530710230737222	6	2	2	2	2	False	99606	fragment	False	DEN0023_000000000834	0.9567195767195767		0	0	False	False	0.9965269565582275	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.045923136456075e-06	CP040093.1	firmicutes	Caloramator sp. E03 chromosome, complete genome	True	False
MON0062_000000016625	2288	0.9530710230737222	3	2	2	2	2	False	99598	fragment	False	MON0062_000000016625	1.0		0	0	False	False	0.9978147149085999	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000006337	4653	0.953065167129569	6	4	4	3	3	False	52501	fragment	False	FIJ0097_000000006337	1.0		0	0	False	False	0.9939823746681213	0					non-mobilizable	no_good_hit	2779.0	81.612	79.0	0.0018632518733635876	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
FIJ0021_000000012448	4021	0.9530631706133385	8	3	2	3	2	False	49669	maximal	True	FIJ0021_000000012448	1.0		2	1	False	False	0.9985078573226929	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.469664861036568e-05	CP032326.1	a-proteobacteria	Azospirillum brasilense strain MTCC4035 plasmid p5, complete sequence	True	False
CAN0020_000000012419	2990	0.9530537596950032	6	3	1	2	2	False	91895	maximal	True	CAN0020_000000012419	1.0		3	2	False	False	0.9993311166763306	0					non-mobilizable	no_good_hit	1442.0	92.37200000000001	51.0	0.0002785579486675193	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0168_000000003309	7277	0.9530516995684536	6	4	2	4	1	True	120587	fragment	False	ISR0168_000000003309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0046_000000008153	3450	0.9530476456412196	3	3	2	2	1	False	55639	maximal	True	SPA0046_000000008153	1.0		2	2	False	False	0.9828985333442688	0					non-mobilizable	no_good_hit	95.0	82.105	3.0	0.001038163804193279	NZ_JABWGO010000019.1	high GC Gram+	Nonomuraea rhodomycinica strain TBRC6557 NODE_19_length_88618_cov_23.9268, whole genome shotgun sequence	True	False
CAN0012_000000006985	7994	0.9530475733058832	6	5	4	4	2	False	111877	fragment	False	CAN0012_000000006985	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7994.0	99.875	100.0	0.012754271635827487	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0796_000000003046	6249	0.9530465012355386	5	2	2	2	1	False	95353	maximal	True	ISR0796_000000003046	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	93.625	12.0	0.00036906218452422145	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0002_000000002330	9492	0.9530378570755252	9	7	6	7	2	True	132336	fragment	False	ISR0002_000000002330	1.0		0	0	False	False	0.999157190322876	0					non-mobilizable	no_good_hit	132.0	75.0	1.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
MON0002_000000002077	7299	0.9530339976204566	10	6	2	3	5	False	101742	fragment	False	MON0002_000000002077	0.9788165845945666		0	0	False	False	0.996574878692627	0					non-mobilizable	no_good_hit	1212.0	86.71600000000001	57.0	0.12940159861741196	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0046_000000003624	7140	0.9530339976204566	9	6	2	3	5	False	101742	fragment	False	MON0002_000000002077	0.9782596907587827		0	0	False	False	0.9983193278312683	0					non-mobilizable	no_good_hit	1212.0	86.71600000000001	58.0	0.12940159861741196	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0068_000000005186	7045	0.9530339976204566	9	6	2	3	5	False	101742	fragment	False	MON0002_000000002077	0.9647333793087038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	86.71600000000001	58.0	0.12940159861741196	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MAD0096_000000009137	2017	0.95303254587624	2	2	2	2	2	False	15489	fragment	False	MAD0096_000000009137	1.0		0	0	False	False	0.9980168342590332	0					non-mobilizable	other	2017.0	95.09200000000001	100.0	0.002575833694461382	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ENG0095_000000009963	2760	0.9530321497435088	4	4	4	3	3	False	113190	fragment	False	ENG0095_000000009963	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2760.0	99.13	100.0	0.0005135326748426131	CP050998.1	enterobacteria	Escherichia coli O39:NM str. F8704-2 chromosome, complete genome	False	False
MAD0024_000000003902	3030	0.9530205564901923	6	6	1	4	5	False	51509	maximal	True	MAD0024_000000003902	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	100.0	65.0	0.23901141873924606	CP029445.1	enterobacteria	Serratia marcescens strain CAV1761 plasmid pCAV1761-6393, complete sequence	True	False
MON0048_000000028311	1443	0.9530139547891576	3	2	2	2	2	False	11394	fragment	False	MON0048_000000028311	1.0		0	0	False	False	0.9993069767951965	0					non-mobilizable	no_good_hit	914.0	82.385	63.0	0.00032013337946464775	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0213_000000005735	4078	0.9530107640943498	5	4	4	4	2	False	129741	maximal	True	ISR0213_000000005735	1.0	PS1061	0	0	False	True	0.9965669512748718	0					non-mobilizable	chromosome	1741.0	99.081	99.0	0.00046629091836800324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0116_000000013073	3003	0.9530008327292304	4	4	3	3	2	True	82526	fragment	False	SPA0116_000000013073	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1899.0	99.84200000000001	100.0	0.0003714291529223529	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ENG0195_000000012324	2064	0.9530008327292304	4	4	3	3	2	True	82522	fragment	False	ENG0195_000000012324	1.0		0	0	False	False	0.9917635917663574	0					non-mobilizable	chromosome	1582.0	99.178	100.0	0.00030939383075355106	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
CHI0024_000000003448	3469	0.9529998097418816	6	4	2	3	3	False	89038	maximal	True	CHI0024_000000003448	1.0		8	3	True	True	0.9950994253158569	4					non-mobilizable	no_good_hit	2765.0	99.277	82.0	0.1424815712150111	NZ_QRHR01000016.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf16, whole genome shotgun sequence	True	True
SPA0076_000000004976	2826	0.9529923492964419	6	4	2	3	3	True	79910	fragment	False	SPA0076_000000004976	1.0		0	0	False	False	0.9996461272239685	0					non-mobilizable	plasmid	2854.0	96.146	100.0	0.016930723827275552	CP021584.1	other sequences	Unidentified plasmid plasmid GF1-2_000048F, complete sequence	False	True
CHI0127_000000006028	3314	0.9529757734293648	4	3	3	3	3	False	90047	fragment	False	CHI0127_000000006028	1.0		0	0	False	False	0.9945685267448425	0					non-mobilizable	chromosome	3005.0	99.734	91.0	0.001178037829759416	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
USA0015_01_000000011355	2925	0.9529757734293648	3	3	3	3	3	False	90038	fragment	False	USA0015_01_000000011355	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2925.0	100.0	100.0	0.0012363960492833216	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0838_000000001929	8984	0.9529727852082304	13	8	6	8	6	True	91801	fragment	False	CHI0179_000000001358	0.9657056619483764		0	0	False	False	0.9998887181282043	0					non-mobilizable	no_good_hit	794.0	75.945	9.0	0.0002743181086202113	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0028_000000008944	1961	0.95297173340389	3	2	1	2	2	True	65875	maximal	True	ENG0028_000000008944	1.0		6	5	False	False	0.9964303970336914	0					non-mobilizable	no_good_hit	1268.0	99.60600000000001	65.0	0.8302752293577982	NZ_SMUS01000095.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00095, whole genome shotgun sequence	True	True
ISR0201_000000006029	4746	0.9529692444302459	10	3	0	3	1	True	28746	maximal	True	ISR0201_000000006029	1.0		1	1	True	True	0.9966287612915039	1					non-mobilizable	no_good_hit	1314.0	84.094	66.0	0.28521204130960226	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0059_000000003929	6803	0.95296574986265	8	4	3	3	4	False	12896	maximal	True	SPA0059_000000003929	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	100.0	1.0	9.423862728245955e-05	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0114_000000012511	3038	0.9529656937518892	3	3	3	2	3	False	41882	maximal	True	FIJ0114_000000012511	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	75.111	22.0	0.00040981051818194726	NZ_GL872283.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD2, whole genome shotgun sequence	True	False
FIJ0072_000000003743	6705	0.9529642164069434	12	3	2	3	1	True	53149	fragment	False	FIJ0072_000000003743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1824.0	93.09200000000001	75.0	0.032236912061815476	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0015_000000006058	4759	0.9529642164069434	10	3	2	3	1	True	50385	fragment	False	FIJ0015_000000006058	1.0		0	0	False	False	0.9997898936271667	0					non-mobilizable	no_good_hit	1103.0	91.84	75.0	0.04239507123604159	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0011_000000025280	1774	0.9529629845509802	2	2	2	2	2	True	50951	fragment	False	FIJ0011_000000025280	1.0		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	1774.0	99.887	100.0	0.013788651776270765	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	False	True
MAD0066_000000006733	3263	0.9529627174762808	4	4	2	1	4	False	19037	maximal	True	MAD0066_000000006733	1.0		4	1	False	False	0.9831443428993225	0					non-mobilizable	chromosome	1477.0	99.18799999999999	96.0	0.00031094514253092903	CP057368.1	enterobacteria	Escherichia coli strain RHB28-C19 chromosome, complete genome	False	False
FIJ0144_000000002107	13106	0.9529609162527696	12	8	6	5	8	False	45613	maximal	True	FIJ0144_000000002107	1.0		1	1	False	False	0.9999237060546875	0					non-mobilizable	no_good_hit	4337.0	100.0	71.0	0.0008228581491992125	CP041353.2	enterobacteria	Klebsiella pneumoniae strain RJY9645 chromosome, complete genome	True	False
ISR0317_000000003087	5035	0.9529531268538614	7	3	2	2	1	True	25179	maximal	True	ISR0317_000000003087	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	87.979	18.0	0.11274450249058438	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
ENG0065_000000003210	8159	0.9529490023250166	13	3	2	3	1	True	62880	maximal	True	ENG0065_000000003210	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2149.0	93.206	56.0	0.03803211285577571	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0011_000000018108	2419	0.9529490013921336	3	2	2	2	1	False	75711	maximal	True	DEN0011_000000018108	1.0		5	4	False	False	0.9946258664131165	0					non-mobilizable	no_good_hit	596.0	71.812	24.0	0.0006150600048370821	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0051_000000003659	7375	0.9529203637111064	6	4	2	4	1	True	117507	fragment	False	ENG0051_000000003659	0.9722337053879013		0	0	False	True	0.999864399433136	0					non-mobilizable	no_good_hit	193.0	97.927	3.0	0.0033014082569596094	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
AST0010_000000001524	13701	0.9529202226077624	13	7	6	6	6	True	126556	fragment	False	AST0010_000000001524	0.9816723940435281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7742.0	98.81200000000001	72.0	0.1856813598386632	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	True
ISR0045_000000014263	1813	0.952916266828426	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.6715881792333773		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	76.976	90.0	0.017863119143239625	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0174_000000017480	1201	0.9529132926821198	2	2	2	2	2	False	55633	fragment	False	ENG0174_000000017480	1.0		0	0	False	False	0.9941715002059937	0					non-mobilizable	no_good_hit	90.0	100.0	7.0	0.0016302456358873848	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0846_000000009877	1135	0.9529123829745514	2	1	1	1	1	False	103258	fragment	False	ISR0810_000000013803	0.47294550612142144		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	99.383	100.0	0.00022633185519072352	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0076_000000011424	1484	0.95291152017802	3	1	1	1	1	False	5728	maximal	True	SPA0076_000000011424	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	95.845	71.0	0.0011408945133050187	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
MON0001_000000000850	18259	0.9529063014159956	20	19	3	4	19	False	80376	fragment	False	MON0001_000000000850	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	15086.0	99.556	100.0	0.17522827071861713	CP041552.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-2	False	True
FIJ0043_000000013313	2066	0.9529052743740156	3	2	2	2	2	False	47207	fragment	False	FIJ0043_000000013313	0.9719680879046761		0	0	False	False	0.9912875294685364	0					non-mobilizable	no_good_hit	732.0	77.596	53.0	0.00025017578507461024	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ENG0047_000000010319	1890	0.9529052743740156	2	2	2	2	2	False	64328	maximal	True	ENG0047_000000010319	1.0		1	1	False	False	0.988359808921814	0					non-mobilizable	no_good_hit	865.0	73.064	45.0	0.009697844033020759	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	True	False
MAD0048_000000012857	1859	0.9529052743740156	4	2	2	2	2	False	47207	fragment	False	FIJ0043_000000013313	0.7747006917737701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	74.793	52.0	0.01087715682570215	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	True	False
MAD0104_000000006350	1749	0.9529052743740156	3	2	2	2	2	False	47207	fragment	False	FIJ0043_000000013313	0.5707667546616719		0	0	False	False	0.9954259395599365	0					non-mobilizable	no_good_hit	896.0	74.107	50.0	0.015441630636195183	NZ_PYLQ01000018.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_17, whole genome shotgun sequence	True	False
ISR0365_000000001849	7516	0.9528971451254156	11	7	3	6	5	False	24717	maximal	True	ISR0365_000000001849	1.0		2	1	False	False	0.9997339248657227	0					non-mobilizable	no_good_hit	227.0	84.581	3.0	6.269327511068582e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0044_000000012708	1282	0.9528879816233794	2	2	2	2	2	False	87226	maximal	True	CHI0044_000000012708	1.0		54	7	False	False	0.9984399080276489	0					non-mobilizable	other	1282.0	99.61	100.0	0.0005431876592513	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0073_000000004999	5121	0.9528872799463304	9	3	0	2	1	False	34809	fragment	False	ISR0073_000000004999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	479.0	88.1	12.0	0.0007294725211669118	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0017_000000006749	4910	0.9528685929807852	8	3	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.47422265719111295	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	682					non-mobilizable	no_good_hit	2103.0	95.34	66.0	0.3928772258669166	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	True	True
SPA0056_000000008066	4104	0.9528685929807852	6	3	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.017764124926415638	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1261.0	99.762	59.0	0.23617619493908154	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	True	True
ISR0094_000000004038	5541	0.9528645665411184	7	3	2	3	2	True	128734	backbone	False	ENG0051_000000003989	0.7147848247556392	PS1048|PS850	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	56.0	89.286	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ETH0002_000000004641	6128	0.9528644161851092	8	3	1	3	1	True	121771	fragment	False	ETH0002_000000004641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2255.0	85.322	85.0	0.09651102239194584	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ENG0145_000000019963	1456	0.9528631199960604	3	2	1	1	1	True	57474	fragment	False	ENG0145_000000019963	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	100.0	100.0	0.021918262205685192	NZ_JHWQ01000010.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00010.10_C, whole genome shotgun sequence	False	True
FIJ0112_000000011447	2360	0.952851402229754	3	3	3	3	2	True	89281	fragment	False	FIJ0042_000000009150	0.9486052732136033		0	0	False	False	1.0	0					non-mobilizable	plasmid	2360.0	99.661	100.0	0.027478479656140434	AP019691.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-4 DNA, complete genome	False	True
SPA0114_000000029092	1619	0.952847855591534	2	2	2	2	2	False	4427	maximal	True	SPA0114_000000029092	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	1.5825493719437016e-05	NZ_KB913028.1	firmicutes	Succinispira mobilis DSM 6222 SucmoDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ENG0162_000000017901	1364	0.9528388387377114	4	2	1	1	2	True	56334	fragment	False	ENG0162_000000017901	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1364.0	99.34	100.0	0.0006187068255664367	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
AST0097_000000010439	2111	0.9528382301477172	4	2	2	2	1	False	108996	maximal	True	AST0097_000000010439	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1569.0	93.881	91.0	0.0004752845941021006	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	False	False
SPA0098_000000001538	19372	0.9528352050117082	28	17	12	15	14	True	125417	fragment	False	SPA0098_000000001538	0.9769460652501756		0	0	False	False	1.0	0					non-mobilizable	other	17007.0	98.94200000000001	99.0	0.00485345173034616	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0093_000000002790	7185	0.9528328986396576	7	6	6	5	4	False	83721	fragment	False	ISR0093_000000002790	1.0		0	0	False	False	0.9994432926177979	0					non-mobilizable	other	6173.0	99.368	100.0	0.015049143793447331	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0067_000000001497	19114	0.952832605096516	19	9	6	9	5	True	45251	maximal	True	FIJ0067_000000001497	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	87.859	7.0	0.0006075824304108529	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	True	True
ISR0054_000000011888	2114	0.9528256259632089	4	2	2	2	2	False	116177	fragment	False	ENG0032_000000009416	0.9234732364617321		0	0	False	False	0.9995269775390625	0					non-mobilizable	no_good_hit	1448.0	94.544	68.0	0.00032738652787468904	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0116_000000009802	3893	0.9528246562337838	5	4	3	4	2	False	66814	maximal	True	SPA0116_000000009802	0.9953339165937591		2	2	False	False	0.9987156391143799	0					non-mobilizable	no_good_hit	619.0	72.69800000000001	16.0	0.00013724222710445805	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
ENG0079_000000008882	3658	0.9528246562337838	5	4	3	4	2	False	66814	maximal	False	SPA0116_000000009802	0.9752123308415545		0	0	False	False	0.9997266530990601	0					non-mobilizable	no_good_hit	619.0	72.69800000000001	17.0	0.00013724222710445805	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
ENG0185_000000008831	2382	0.9528233122336484	3	2	1	2	2	True	55056	maximal	True	ENG0185_000000008831	0.9749586647865329		3	2	True	True	1.0	201		MOBV			mobilizable	other	1540.0	99.351	100.0	0.6322925225965489	NZ_WUMP01000022.1	g-proteobacteria	Pasteurella canis strain QBSD contig00022, whole genome shotgun sequence	False	True
USA0027_01_000000001646	14407	0.9528207657182508	19	10	7	8	7	False	67323	maximal	True	USA0027_01_000000001646	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	647.0	71.097	4.0	0.002295133085086711	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0019_000000001859	10868	0.9528184781956284	12	11	3	8	11	False	122895	maximal	True	SPA0019_000000001859	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	3001.0	90.40299999999999	53.0	0.001007089682480645	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0025_000000003802	5315	0.9528147938928117	6	6	5	6	5	False	127577	fragment	False	ISR0001_000000004362	0.3926176285075252		0	0	False	False	1.0	0					non-mobilizable	chromosome	5315.0	98.175	100.0	0.002304074535120227	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
USA0035_01_000000009743	2586	0.952814599226704	4	3	2	2	3	False	1423	maximal	True	USA0035_01_000000009743	1.0		1	1	False	False	0.9984531998634338	0					non-mobilizable	no_good_hit	1377.0	76.543	52.0	0.036699514150037055	CP015702.1	firmicutes	Clostridium botulinum strain CDC69096 plasmid pNPD8_2 sequence	True	False
ISR0208_000000006937	3745	0.9528067414760886	6	5	1	3	5	True	117320	fragment	False	ISR0208_000000006937	1.0		0	0	False	False	0.9973297715187073	0					non-mobilizable	chromosome	3755.0	94.008	100.0	0.001553856620503413	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
MON0015_000000001692	13609	0.9527895189698232	12	12	6	10	5	False	86085	maximal	True	MON0015_000000001692	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1474.0	79.03699999999999	27.0	0.0004904176695769718	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0060_000000003083	5490	0.9527852541065372	6	6	5	6	6	True	6254	maximal	True	SPA0060_000000003083	1.0		5	1	False	False	0.9989070892333984	0					non-mobilizable	other	5491.0	99.59899999999999	100.0	0.0007596875385362541	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	True
USA0044_01_000000019460	1400	0.9527836536690782	2	1	1	1	1	False	1218	maximal	True	USA0044_01_000000019460	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	89.971	25.0	0.0050560818271633634	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
SPA0126_000000005152	6652	0.9527822370402622	5	5	4	5	4	False	106763	maximal	True	SPA0126_000000005152	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	86.85700000000001	7.0	6.055620341643226e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0088_000000002219	12894	0.9527777507205272	15	15	9	11	12	True	123702	fragment	False	ENG0167_000000001303	0.056370072144613474		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6177.0	99.09299999999999	98.0	0.0014056455314405613	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	True
SPA0097_000000015380	2152	0.9527770973427212	3	2	2	2	2	False	128389	fragment	False	USA0025_01_000000006706	0.6379102679915688		0	0	False	False	0.982342004776001	0					non-mobilizable	no_good_hit	1475.0	70.508	67.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0088_000000007281	3073	0.9527644035941888	4	3	1	3	2	True	98013	fragment	False	MAD0088_000000007281	1.0		0	0	False	False	0.9970712661743164	0	IncHI1B				non-mobilizable	plasmid	2977.0	100.0	99.0	0.021313623960638548	CP029244.1	enterobacteria	Escherichia coli strain ECCRA-119 plasmid pTB202, complete sequence	False	True
MAD0021_000000005009	2890	0.952760719771318	4	3	3	3	3	False	100438	fragment	False	USA0003_01_000000012705	0.7407076423294516		0	0	False	False	0.9975778460502625	0					non-mobilizable	no_good_hit	167.0	76.048	6.0	3.430102664645974e-05	NZ_AP018449.1	firmicutes	Methylomusa anaerophila strain MMFC1	True	False
ISR0346_000000011693	1979	0.9527602360298768	3	3	3	3	3	False	99887	fragment	False	ISR0346_000000011693	0.7820591471093007		0	0	False	False	0.9853461384773254	0					non-mobilizable	other	1979.0	99.646	100.0	0.006268221574344023	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0801_000000002029	3166	0.9527579011325631	7	2	1	2	0	True	110279	maximal	False	MON0014_000000004959	0.9775946044311674		0	0	True	True	1.0	99	rep_cluster_1868				non-mobilizable	no_good_hit	873.0	95.53299999999999	50.0	0.29292929292929293	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
CHI0124_000000008119	1829	0.9527535295848648	2	2	2	2	1	False	101444	fragment	False	CHI0124_000000008119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	83.804	87.0	0.0006310086434183191	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
ISR0333_000000015317	1549	0.9527535295848648	2	2	2	2	1	False	101443	fragment	False	ISR0333_000000015317	1.0		0	0	False	False	0.9896707534790039	0					non-mobilizable	no_good_hit	1357.0	93.589	88.0	0.00020085875641895668	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
SPA0002_000000002433	12288	0.9527526512113954	14	7	3	7	1	True	105262	maximal	True	SPA0002_000000002433	1.0		3	3	False	False	0.99853515625	0					non-mobilizable	no_good_hit								True	True
MAD0012_000000017992	1649	0.9527492499095724	2	1	1	1	1	False	32405	fragment	False	MAD0012_000000017992	1.0		0	0	False	False	0.9939357042312622	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000018291	1307	0.952748464422923	1	1	1	1	1	False	17519	fragment	False	MAD0048_000000018291	0.9634190574277043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	79.862	76.0	0.008961824953445064	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0005_000000007286	4051	0.9527470524190368	5	4	3	4	4	False	8335	maximal	True	SPA0005_000000007286	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	100.0	4.0	4.5951527702777527e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0106_000000012971	1512	0.9527387238147784	2	1	1	1	1	False	110021	fragment	False	AST0106_000000012971	0.9996657754010696		0	0	False	False	1.0	0					non-mobilizable	chromosome	1512.0	99.802	100.0	0.0006335004779553573	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
ENG0129_000000018036	1496	0.9527387238147784	2	1	1	1	1	False	110021	fragment	False	AST0106_000000012971	0.994378306878307		0	0	False	False	0.999331533908844	0					non-mobilizable	chromosome	1496.0	99.866	100.0	0.0006267923325898472	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
ISR0053_000000006262	2946	0.9527386979531666	5	3	1	3	3	False	75667	fragment	False	ISR0053_000000006262	1.0		0	0	False	False	0.9996605515480042	0					non-mobilizable	no_good_hit	198.0	89.899	7.0	0.0003433826502865589	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ETH0005_000000010942	4426	0.9527358221995732	5	4	3	3	2	False	99455	maximal	True	ETH0005_000000010942	1.0		1	1	False	False	0.9986443519592285	0					non-mobilizable	no_good_hit	1412.0	90.368	32.0	0.0006283254279462907	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0387_000000009918	2447	0.952735464603122	4	1	1	1	1	False	22971	fragment	False	ISR0387_000000009918	1.0		0	0	False	False	0.9946873784065247	0					non-mobilizable	no_good_hit								True	False
TAN0018_000000005804	1806	0.952729785705712	2	1	0	1	1	True	2528	maximal	False	TAN0015_000000003207	1.0		0	0	True	True	1.0	82					non-mobilizable	no_good_hit	77.0	88.31200000000001	4.0	0.006098070336646897	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
TAN0015_000000003207	1806	0.952729785705712	2	1	0	1	1	True	2528	maximal	True	TAN0015_000000003207	1.0		3	1	True	True	0.9994462728500366	77					non-mobilizable	no_good_hit	77.0	88.31200000000001	4.0	0.006098070336646897	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
TAN0019_000000004051	1806	0.952729785705712	2	1	0	1	1	True	2528	maximal	False	TAN0015_000000003207	1.0		0	0	True	True	1.0	125					non-mobilizable	no_good_hit	77.0	88.31200000000001	4.0	0.006098070336646897	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
MAD0070_000000013873	1502	0.952729785705712	2	1	0	1	1	True	53315	maximal	False	MAD0068_000000018900	0.9829587504612473		0	0	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
ETH0001_000000023225	1500	0.952729785705712	2	1	0	1	1	True	53484	maximal	True	ETH0001_000000023225	1.0		1	1	True	True	0.9993333220481873	4					non-mobilizable	no_good_hit								True	True
ISR0352_000000009695	1129	0.952729785705712	2	1	0	1	1	True	24050	fragment	False	ISR0352_000000009695	1.0		0	0	False	False	0.9636846780776978	0					non-mobilizable	other	1033.0	99.90299999999999	99.0	0.0003506133865685855	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0015_000000003968	5114	0.9527294747629258	8	6	4	4	6	False	104016	fragment	False	CHI0095_000000001503	0.9738367303182903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1369.0	78.086	27.0	0.022352708970689826	NZ_FQZN01000033.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ENG0162_000000004035	5826	0.9527256913257562	8	4	4	4	2	False	96606	maximal	True	ENG0162_000000004035	1.0		1	1	False	False	0.9998283386230469	0					non-mobilizable	no_good_hit	3466.0	99.85600000000001	59.0	0.0011501169866470257	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	False
ENG0103_000000001275	16147	0.9527218076134982	21	8	4	8	4	False	127299	maximal	True	ENG0103_000000001275	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2763.0	95.65700000000001	46.0	0.23206325174531078	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
SPA0149_000000024697	1620	0.9527213122727348	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.622818207604285	PS1128	0	0	False	True	0.9981481432914734	0					non-mobilizable	other	1617.0	84.539	99.0	0.019023537196332357	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0174_000000000425	40699	0.9527180559031884	45	30	22	29	13	True	72614	maximal	True	ISR0174_000000000425	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000005613	4086	0.952708341097081	5	4	3	3	0	True	43586	maximal	True	FIJ0089_000000005613	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
DEN0080_000000000069	7347	0.9527036596977958	12	9	5	6	8	True	92245	maximal	True	DEN0080_000000000069	1.0		1	1	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2227.0	95.375	32.0	0.35415007169029794	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
AST0005_000000005772	5056	0.9526976491980512	5	5	2	2	3	True	128672	backbone	True	AST0005_000000005772	0.9490207954774884	PS1043|PS122|PS827	1	1	False	True	1.0	0	rep_cluster_1143,rep_cluster_1152	MOBQ			mobilizable	plasmid	3548.0	99.521	94.0	0.5031205673758865	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ENG0120_000000007180	3017	0.9526935588603604	3	3	2	3	2	False	131989	fragment	False	ENG0120_000000007180	0.9720734643094205		0	0	False	False	0.9993370771408081	0					non-mobilizable	chromosome	2904.0	85.46799999999999	95.0	0.0009706017461401573	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
FIJ0168_000000000875	16025	0.9526931969117436	23	9	7	9	6	True	53555	backbone	False	ISR0075_000000001076	0.935362861501483	PS226|PS227	0	0	True	True	0.9999375939369202	2					non-mobilizable	no_good_hit	1115.0	74.35	7.0	0.0003394082536869816	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0033_000000005007	5719	0.9526832105060312	7	6	0	1	6	False	113953	backbone	True	SPA0033_000000005007	0.9975160788959739	PS734	22	5	True	True	1.0	265					non-mobilizable	plasmid	3737.0	99.73200000000001	100.0	0.5387389987014861	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
SPA0123_000000002227	5683	0.9526832105060312	7	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.9974340701391501	PS734	0	0	True	True	1.0	1962					non-mobilizable	plasmid	2987.0	99.73200000000001	100.0	0.430529505121916	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
ITA0006_000000004661	5653	0.9526832105060312	7	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.9956814665012	PS734	0	0	True	True	1.0	948					non-mobilizable	plasmid	3513.0	99.829	100.0	0.5065647092771606	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
SPA0097_000000005310	5633	0.9526832105060312	8	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.9966792081354536	PS734	0	0	True	True	1.0	903					non-mobilizable	plasmid	2059.0	99.854	100.0	0.29692685038234023	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
ENG0076_000000001988	5633	0.9526832105060312	7	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.9962581925724214	PS734	0	0	True	True	1.0	96					non-mobilizable	plasmid	3299.0	99.758	100.0	0.4756889337757899	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
SPA0157_000000000887	5633	0.9526832105060312	8	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.9966792081354536	PS734	0	0	True	True	1.0	442					non-mobilizable	plasmid	2059.0	99.854	100.0	0.29692685038234023	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
AST0055_000000005456	5633	0.9526832105060312	7	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.9967543715868489	PS734	0	0	True	True	1.0	67					non-mobilizable	plasmid	3300.0	99.788	100.0	0.4756889337757899	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
SPA0124_000000005011	5632	0.9526832105060312	7	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.9961251752810617	PS734	0	0	True	True	1.0	147					non-mobilizable	plasmid	3298.0	99.90899999999999	100.0	0.4756889337757899	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
ENG0110_000000005196	5613	0.9526832105060312	7	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.9965420659597986	PS734	0	0	True	True	1.0	207					non-mobilizable	plasmid	3736.0	99.89299999999999	99.0	0.5387389987014861	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
ENG0123_000000001932	5611	0.9526832105060312	7	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.996333408345051	PS734	0	0	True	True	1.0	497					non-mobilizable	plasmid	3735.0	99.81299999999999	100.0	0.5387389987014861	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
ISR0822_000000000926	5593	0.9526832105060312	7	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.9963743534460154	PS734	0	0	True	True	1.0	160					non-mobilizable	plasmid	3119.0	99.84	100.0	0.44971865531669314	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
ISR0850_000000002480	5591	0.9526832105060312	7	6	0	1	6	False	113953	backbone	False	SPA0033_000000005007	0.9963296379281465	PS734	0	0	True	True	1.0	48					non-mobilizable	plasmid	2407.0	99.792	100.0	0.3471360554032607	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
USA0117_01_000000009672	2307	0.9526780365119608	3	3	3	3	1	False	244	maximal	True	USA0117_01_000000009672	1.0		1	1	False	False	0.9904637932777405	0					non-mobilizable	no_good_hit								True	False
CAN0021_000000031512	1389	0.9526765119126764	2	2	2	2	2	False	91439	fragment	False	CAN0021_000000031512	1.0		0	0	False	False	0.9884809255599976	0					non-mobilizable	no_good_hit								True	False
ISR0028_000000004561	3836	0.9526517177880012	4	4	3	4	3	False	129650	maximal	True	ISR0028_000000004561	1.0	PS1061|PS1063	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1603.0	87.336	62.0	0.00042904124155584663	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
USA0053_01_000000002521	8459	0.9526468047464168	11	10	6	7	9	True	123628	fragment	False	USA0108_01_000000001009	0.1264246406787473		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3807.0	94.74700000000001	95.0	0.12206224173553719	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
USA0069_01_000000007693	7824	0.9526467522425202	10	6	3	3	4	False	30345	fragment	False	USA0069_01_000000007693	1.0		0	0	False	False	0.997571587562561	0					non-mobilizable	no_good_hit	842.0	98.694	11.0	0.998812351543943	GQ882718.1		Uncultured organism clone VC1D469TF genomic sequence	True	False
MON0008_000000019477	1826	0.9526465544521068	2	2	2	2	2	False	83043	fragment	False	MON0008_000000019477	1.0		0	0	False	False	0.9945235252380371	0					non-mobilizable	other	1806.0	100.0	99.0	0.0028802027152093853	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MAD0041_000000006011	4614	0.9526462159840938	5	3	3	3	2	False	131546	fragment	False	SPA0091_000000003430	0.931030835539866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2073.0	80.994	47.0	0.0006167554593032668	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0127_000000009220	2071	0.9526449793771512	5	5	2	5	2	False	49575	fragment	False	FIJ0127_000000009220	1.0		0	0	False	False	0.9995171427726746	0					non-mobilizable	no_good_hit	354.0	92.93799999999999	48.0	0.00011881773326058411	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0016_01_000000010086	1419	0.9526429859066315	2	1	1	1	1	False	94105	fragment	False	CAN0012_000000030540	0.2295998095554186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	91.99	84.0	0.00018249961272780662	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0138_000000010541	2775	0.952638397986216	1	1	1	1	1	False	84788	fragment	False	ISR0078_000000006268	0.9426313981449674		0	0	False	False	0.999639630317688	0	rep_cluster_2131				non-mobilizable	chromosome	2789.0	96.45	100.0	0.0005411464574233697	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
FIJ0085_000000023633	1329	0.952638397986216	2	1	1	1	1	False	43900	fragment	False	FIJ0085_000000023633	1.0		0	0	False	False	0.9939804077148438	0	rep_cluster_2141				non-mobilizable	plasmid	1329.0	99.17200000000001	100.0	0.2334329407628757	CP053240.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-6, complete sequence	False	True
SPA0108_000000024656	1109	0.952638397986216	1	1	1	1	1	False	4670	maximal	True	SPA0108_000000024656	1.0		2	2	False	False	1.0	0	rep_cluster_2131				non-mobilizable	chromosome	934.0	93.041	100.0	0.00018155346515286215	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
ENG0059_000000002626	4634	0.9526367444634258	11	10	2	4	10	True	63395	fragment	False	ENG0059_000000002626	1.0		0	0	False	False	0.9995684027671814	0					non-mobilizable	plasmid	2815.0	100.0	100.0	0.08765808983863933	CP048333.1	enterobacteria	Escherichia coli strain 10 plasmid p010_C, complete sequence	False	True
FIJ0039_000000005145	4773	0.9526365889761998	6	6	4	4	5	True	123632	fragment	False	FIJ0039_000000005145	1.0		0	0	False	True	1.0	0					non-mobilizable	other	4523.0	99.04899999999999	95.0	0.0009396474482679498	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
CAN0010_000000008526	1548	0.9526351172495776	2	1	1	1	1	True	96467	fragment	False	ENG0109_000000015034	0.7240347631747903		0	0	False	False	0.9832041263580322	0					non-mobilizable	other	1546.0	99.03	99.0	0.14053119883572857	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0138_000000008640	1642	0.9526340377915214	2	2	2	2	2	False	84148	fragment	False	CHI0138_000000008640	1.0		0	0	False	False	0.9987819790840149	0					non-mobilizable	other	1646.0	89.064	100.0	0.061543654365436545	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
CHI0098_000000003242	2710	0.9526314242834176	4	4	4	4	3	False	120226	fragment	False	ISR0806_000000003669	0.6396612884769425		0	0	False	False	0.9996309876441956	0					non-mobilizable	chromosome	2710.0	99.07700000000001	100.0	0.0010739018075563204	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0039_000000005358	4627	0.9526275413980444	4	4	4	4	3	False	116631	fragment	False	SPA0101_000000007479	0.5545164965542045		0	0	False	False	1.0	0					non-mobilizable	other	4627.0	99.006	100.0	0.0009614707134898332	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ENG0055_000000005919	3273	0.9526260550808704	4	3	2	2	0	True	82975	fragment	False	ENG0055_000000005919	1.0		0	0	False	False	0.9993889331817627	0					non-mobilizable	no_good_hit	1338.0	97.60799999999999	49.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0023_000000005704	4165	0.952625597965966	5	4	4	4	4	False	7639	maximal	True	SPA0023_000000005704	1.0		1	1	False	False	0.9963985681533813	0					non-mobilizable	no_good_hit	111.0	87.387	3.0	0.0008726638062686351	NZ_QJSP01000017.1	high GC Gram+	Williamsia limnetica strain DSM 45521 Ga0244495_117, whole genome shotgun sequence	True	False
ENG0009_000000001891	7041	0.9526159325406444	12	2	1	1	2	False	110763	maximal	True	ENG0009_000000001891	1.0		1	1	False	False	0.9998579621315002	0					non-mobilizable	no_good_hit	2008.0	98.15700000000001	55.0	0.04471526601907139	NZ_SPFU01000033.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_33_length_44884_cov_22.2797, whole genome shotgun sequence	True	False
ISR0282_000000010699	2129	0.952607679240464	3	3	3	3	2	False	107161	fragment	False	ISR0282_000000010699	1.0		0	0	False	False	0.9812118411064148	0					non-mobilizable	no_good_hit	577.0	84.055	27.0	0.00027373913374656043	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
USA0059_01_000000018826	1341	0.9526062738625888	2	2	2	2	1	False	91012	fragment	False	ISR0276_000000005364	0.4155887026659973		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	99.925	100.0	0.00021527626049070136	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
CHI0055_000000012969	1341	0.9526062738625888	2	2	2	2	1	False	91012	fragment	False	ISR0276_000000005364	0.41584858422847776		0	0	False	False	0.9888142943382263	0					non-mobilizable	other	1341.0	100.0	100.0	0.00021527626049070136	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0830_000000022821	1341	0.9526062738625888	2	2	2	2	1	False	91012	fragment	False	ISR0276_000000005364	0.4158914966574815		0	0	False	False	0.9985085725784302	0					non-mobilizable	chromosome	1341.0	99.925	100.0	0.00020654516981018654	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0060_000000012283	1270	0.9526062738625888	2	2	2	2	1	False	91012	fragment	False	ISR0276_000000005364	0.3183032761365158		0	0	False	False	0.9897637963294983	0					non-mobilizable	chromosome	1270.0	99.921	100.0	0.00019560135857397515	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0048_000000016389	1208	0.9526062738625888	2	2	2	2	1	False	91012	fragment	False	ISR0276_000000005364	0.26050101678581766		0	0	False	False	0.998344361782074	0					non-mobilizable	other	1208.0	99.834	100.0	0.00019390928836737054	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
FIJ0079_000000007678	3760	0.9526042910663712	7	7	1	2	6	False	44398	maximal	True	FIJ0079_000000007678	1.0		1	1	False	False	0.9968085289001465	0					non-mobilizable	plasmid	2316.0	99.655	97.0	0.022233533739267397	CP021560.1	other sequences	Unidentified plasmid plasmid YS1-2_2435, complete sequence	False	True
MON0106_000000040982	1106	0.952601419370202	2	2	2	2	1	False	8629	fragment	False	MON0106_000000040982	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	909.0	92.29899999999999	99.0	0.00013918678234223764	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0093_01_000000003238	6210	0.9525987279172476	13	9	3	4	8	True	99299	maximal	True	USA0093_01_000000003238	1.0		1	1	True	True	1.0	141	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1901.0	93.898	79.0	0.2274636898331533	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
ISR0082_000000023427	1422	0.952593155558653	2	1	1	1	1	False	34151	fragment	False	ISR0082_000000023427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	74.119	45.0	0.005233641817042301	NZ_FQVD01000014.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0161_000000004087	6772	0.9525870947702356	9	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.9056106762714649	PS1048|PS850	0	0	True	True	1.0	81					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0254_000000001088	6193	0.9525870947702356	8	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.886956741401622	PS1048|PS850	0	0	True	True	0.9998385310173035	7					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0325_000000002620	6193	0.9525870947702356	8	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8868369741923927	PS1048|PS850	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
SPA0119_000000005709	6127	0.9525870947702356	10	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8720907094250202	PS1048|PS850	0	0	True	True	0.9986943006515503	3					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0154_000000004348	5779	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8432395503264007	PS1048|PS850	0	0	True	True	1.0	180					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0118_000000002062	5779	0.9525870947702356	8	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8277151019830373	PS1048|PS850	0	0	True	True	0.9982696175575256	11					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0015_000000003981	5778	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8225158527019972	PS1048|PS850	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0084_000000004363	5760	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8415916664546739	PS1048|PS850	0	0	True	True	0.9996528029441833	26					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
USA0026_01_000000006025	5759	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8429552677761224	PS1048|PS850	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0363_000000003083	5759	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8434734205830732	PS1048|PS850	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	54.0	90.741	1.0	0.028872848417545807	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0379_000000003303	5759	0.9525870947702356	8	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8402968677512036	PS1048|PS850	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0394_000000002917	5759	0.9525870947702356	7	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8424987462091607	PS1048|PS850	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0217_000000004686	5759	0.9525870947702356	7	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8301063224943535	PS1048|PS850	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0272_000000001923	5757	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8092514556633804	PS1048|PS850	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0039_000000005152	5750	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8409023312987788	PS1048|PS850	0	0	True	True	0.9996521472930908	18					non-mobilizable	no_good_hit	66.0	83.333	1.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0009_000000005088	5739	0.9525870947702356	7	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8405298311026089	PS1048|PS850	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0843_000000002617	5739	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8307937779041018	PS1048|PS850	0	0	True	True	0.9994772672653198	18					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
SPA0088_000000002887	5718	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8220763367910688	PS1048|PS850	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
SPA0087_000000002721	5718	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.8095332598874424	PS1048|PS850	0	0	True	True	1.0	56					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0311_000000002759	5700	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.5593702675400298	PS1048|PS850	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	317.0	82.01899999999999	5.0	0.1135765325310267	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0206_000000004161	5683	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.5179352997317801	PS1048|PS850	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	317.0	82.01899999999999	5.0	0.1135765325310267	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0249_000000002633	5463	0.9525870947702356	7	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.7188621802524668	PS1048|PS850	0	0	False	True	0.9998169541358948	0					non-mobilizable	no_good_hit	66.0	83.333	1.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0366_000000002561	5343	0.9525870947702356	6	3	2	3	0	True	128734	backbone	False	ENG0051_000000003989	0.6373937868718249	PS1048|PS850	0	0	False	True	0.9990642070770264	0					non-mobilizable	no_good_hit	66.0	83.333	1.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
MAD0107_000000009230	4191	0.9525870947702356	6	3	2	3	0	True	121462	fragment	False	ISR0208_000000005838	0.9262893655864901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	83.333	2.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0088_000000005520	4058	0.9525870947702356	4	3	2	3	0	True	33791	fragment	False	ISR0088_000000005520	1.0		0	0	False	False	0.9948250651359558	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
FIJ0006_000000006215	5247	0.9525817620606136	7	4	3	4	4	False	51800	maximal	True	FIJ0006_000000006215	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2166.0	88.96600000000001	41.0	0.04536929722895375	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
FIJ0071_000000000392	40024	0.9525706267939602	41	23	17	21	11	True	53285	maximal	True	FIJ0071_000000000392	1.0	PS221	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1175.0	72.17	3.0	0.10389259326004685	NZ_VULP01000045.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq45, whole genome shotgun sequence	True	True
ISR0324_000000006225	5144	0.9525660966995207	7	3	2	3	2	False	69779	maximal	True	ISR0324_000000006225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	70.70100000000001	9.0	0.00012857468161798602	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0126_000000006083	7915	0.9525618076860862	4	4	3	4	3	False	38200	maximal	True	ISR0126_000000006083	0.9974053295932679		47	7	False	False	1.0	0					non-mobilizable	other	7915.0	99.52	100.0	0.0542977111806356	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0082_000000003753	6908	0.952556041622558	9	4	3	4	2	False	74398	maximal	True	ISR0082_000000003753	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	75.773	3.0	0.13088642659279778	NZ_CAKP01000147.1	firmicutes	Caloramator australicus RC3, whole genome shotgun sequence	True	False
ENG0039_000000002833	7171	0.9525386790148901	11	4	3	3	3	True	113312	maximal	True	ENG0039_000000002833	1.0		1	1	True	True	1.0	437		MOBB			mobilizable	no_good_hit	3932.0	99.008	78.0	0.5610523305690592	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ISR0121_000000010195	2438	0.9525316708775564	3	2	2	2	1	True	32214	maximal	True	ISR0121_000000010195	1.0		1	1	False	False	0.9954881072044373	0					non-mobilizable	no_good_hit	42.0	95.238	2.0	5.187315874008954e-06	NZ_LN831790.1	high GC Gram+	Streptomyces leeuwenhoekii strain type strain (C34 = DSM 42122 = NRRL B-24963) chromosome 1	True	True
ENG0047_000000002523	5674	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9980889256267875	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	124	rep_cluster_870	MOBV			mobilizable	plasmid	5082.0	99.803	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0021_000000005179	5674	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.997987805908777	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1174	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.78399999999999	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0271_000000002411	5674	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9980889256267875	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	57	rep_cluster_870	MOBV			mobilizable	plasmid	5082.0	99.803	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0065_000000002478	5674	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9974690932493634	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	10	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.961	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0075_000000004207	5674	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9980889256267875	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	335	rep_cluster_870	MOBV			mobilizable	plasmid	5082.0	99.803	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
AST0108_000000003794	5674	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9979261820140183	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	200	rep_cluster_870	MOBV			mobilizable	plasmid	5082.0	99.78399999999999	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0038_000000004833	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9978086562024584	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998237490653992	69	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.72399999999999	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0112_000000002653	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9974516631722361	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1165	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.882	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0394_000000002969	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9970916066428758	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	44	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.744	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0114_000000001102	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9976229435139258	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	75	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.902	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0006_01_000000004224	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9981441029911942	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	352	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0146_000000004339	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9971727957595662	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	432	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.744	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0042_000000004785	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9980503730048081	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	134	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.823	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0059_000000002701	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9981441029911942	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	88	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0168_000000005018	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9982016716775637	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	419	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
AST0149_000000004770	5673	0.952527630137678	8	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9975787567621565	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	965	rep_cluster_870	MOBV			mobilizable	plasmid	5082.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0136_000000006442	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9981441029911942	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	967	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0053_000000002098	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9981441029911942	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	213	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0172_000000003174	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9980503730048081	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1055	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.823	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0029_000000004229	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9977067309108284	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	209	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.803	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0009_000000005166	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9978832872928971	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	112	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.803	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0204_000000003720	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.99796576804767	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1882	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.744	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0307_000000001114	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.997886559094975	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	104	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.803	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0076_000000001970	5673	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9979707885221459	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1119	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.744	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0156_000000002760	5672	0.952527630137678	8	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.997715208073235	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998236894607544	63	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.78399999999999	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0009_000000002256	5672	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.997999696631107	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	383	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.803	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0112_000000006016	5672	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9978137255287927	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	113	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.72399999999999	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0050_000000004548	5576	0.952527630137678	9	7	3	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9930734602241488	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	81	rep_cluster_870	MOBV			mobilizable	plasmid	5078.0	99.823	99.0	0.9074173369079536	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
MAD0021_000000001005	11205	0.9525261890458954	13	11	5	5	11	False	23755	maximal	True	MAD0021_000000001005	1.0		1	1	False	False	0.9999107718467712	0					non-mobilizable	chromosome	9852.0	96.823	100.0	0.0020954307658666666	CP046009.1	enterobacteria	Escherichia coli strain 1919D62 chromosome, complete genome	False	False
AST0101_000000000526	24589	0.95252377910131	42	23	10	18	18	True	108551	maximal	True	AST0101_000000000526	1.0		1	1	False	False	0.9997966289520264	0					non-mobilizable	no_good_hit	318.0	85.535	1.0	0.00010339376160529741	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ENG0122_000000016753	1736	0.9525224752114256	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.7499447144038125	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1741.0	84.60700000000001	99.0	0.020500519897910956	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0051_000000000596	30613	0.9525216106722596	39	23	11	19	9	True	108402	fragment	False	DEN0007_000000000695	0.9619867385974311		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	24450.0	86.425	79.0	0.24279498642822928	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
FIJ0090_000000005974	6159	0.9525178472268104	9	8	3	3	8	True	118168	backbone	False	FIJ0074_000000005173	0.8478003376718519	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6160.0	98.961	100.0	0.688975937325126	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0134_000000002786	6075	0.9525178472268104	9	8	3	3	8	True	118168	backbone	False	FIJ0074_000000005173	0.8475905133996798	PS799	0	0	False	True	0.9995061755180359	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6076.0	98.947	100.0	0.6795747062115277	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0362_000000005211	4370	0.9525154647761039	6	3	2	3	2	True	84480	fragment	False	ISR0362_000000005211	1.0		0	0	False	False	0.9979404807090759	0					non-mobilizable	other	4370.0	99.954	100.0	0.09458757306776358	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0171_000000002709	8007	0.9525106078707234	12	7	5	5	4	True	126522	backbone	False	ISR0029_000000004601	0.061147122334833305	PS624|PS966	0	0	False	True	0.9998751282691956	0					non-mobilizable	no_good_hit	1309.0	98.47200000000001	74.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0106_000000010711	2313	0.9525102966877312	4	2	0	2	1	False	32899	maximal	True	ISR0106_000000010711	1.0		1	1	True	True	0.9991353154182434	3					non-mobilizable	no_good_hit								True	True
AST0090_000000007686	3083	0.9525089227618438	8	2	2	2	1	False	109913	maximal	True	AST0090_000000007686	1.0		2	2	False	False	0.9993512630462646	0					non-mobilizable	no_good_hit	2581.0	98.334	84.0	0.010447978869074144	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
ISR0365_000000009511	1739	0.9525089227618438	4	2	2	2	1	False	23650	fragment	False	ISR0365_000000009511	1.0		0	0	False	False	0.9850488901138306	0					non-mobilizable	no_good_hit	1485.0	100.0	85.0	0.006011942862235762	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
ISR0260_000000002778	3957	0.9525004972431591	6	3	2	3	2	True	117398	fragment	False	DEN0001_000000009030	0.9411968576709797		0	0	False	False	0.9979782700538635	0					non-mobilizable	plasmid	3957.0	100.0	100.0	0.1693638153951537	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
CHI0145_000000005875	3152	0.9524980588760348	6	3	2	3	1	True	131624	fragment	False	ISR0345_000000002701	0.8443384483801394		0	0	False	False	0.9974619150161743	0					non-mobilizable	other	2495.0	98.71700000000001	100.0	0.05754233768630889	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
FIJ0169_000000007926	2830	0.9524977252095722	3	3	3	3	3	False	46664	fragment	False	FIJ0169_000000007926	0.9952072849269111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	78.48	36.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MON0005_000000026814	2015	0.952491361461564	2	1	1	1	1	False	14122	maximal	True	MON0005_000000026814	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	81.667	21.0	0.06767039015703416	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0060_000000017363	1719	0.9524816846306292	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.7578897638288805		0	0	False	False	0.9970913529396057	0					non-mobilizable	other	1741.0	77.42699999999999	100.0	0.0009509621792229407	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	False	False
FIJ0086_000000000817	25577	0.9524801448253052	42	12	6	10	8	False	43870	maximal	True	FIJ0086_000000000817	1.0		3	1	False	False	0.998475193977356	0					non-mobilizable	no_good_hit	1921.0	95.367	64.0	0.034026867047105946	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
TAN0017_000000007688	4305	0.9524751992989244	7	3	1	2	2	False	2488	fragment	False	TAN0017_000000007688	1.0		0	0	False	False	0.99303138256073	0					non-mobilizable	no_good_hit	656.0	84.756	31.0	0.07912539260690989	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
AST0048_000000004448	3687	0.9524714972916012	3	3	3	3	3	False	114946	fragment	False	MON0060_000000005527	0.17658193618171983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	76.875	4.0	0.0002935166472546846	NZ_LN868535.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
USA0041_01_000000001496	16920	0.9524700148837234	19	13	11	13	9	False	123927	fragment	False	SPA0145_000000000420	0.2037545126614498		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	14417.0	99.993	85.0	0.1438607695992336	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
CAN0020_000000014061	2628	0.9524588254933138	3	3	2	2	2	False	91891	fragment	False	CAN0020_000000014061	1.0		0	0	False	False	0.9996194839477539	0					non-mobilizable	other	2628.0	99.65799999999999	100.0	0.0007497805172372458	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0016_000000006650	3429	0.952451987946784	5	4	3	4	2	False	66814	maximal	False	SPA0116_000000009802	0.6414251868051758		0	0	False	False	0.9979586005210876	0					non-mobilizable	no_good_hit	618.0	72.654	18.0	0.00013724222710445805	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
ENG0048_000000006426	4118	0.9524481274592916	4	4	3	4	2	False	81198	fragment	False	ENG0048_000000006426	1.0		0	0	False	False	0.9978144764900208	0					non-mobilizable	no_good_hit	489.0	78.937	12.0	0.00016093956917868167	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
ENG0058_000000016169	2074	0.9524457395676724	3	2	2	2	2	False	63450	maximal	True	ENG0058_000000016169	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	0.0001921152333976696	NZ_LR656172.1	firmicutes	Bacillus marasmi strain Marseille-P3556, whole genome shotgun sequence	True	False
SPA0042_000000004849	5767	0.9524443222152662	11	4	1	3	3	False	75139	fragment	False	SPA0042_000000004849	1.0		0	0	False	False	0.9998266100883484	0					non-mobilizable	no_good_hit	268.0	91.045	5.0	0.0005416381816374514	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MAD0005_000000007848	3351	0.9524386520738092	6	4	3	3	4	False	106524	fragment	False	MAD0005_000000007848	0.970890410958904		0	0	False	False	0.9961205720901489	0					non-mobilizable	no_good_hit	1488.0	91.801	60.0	0.03702780823283165	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0099_000000014849	2108	0.9524376605980996	3	3	2	3	2	False	94084	fragment	False	SPA0062_000000015646	0.6832743590876766		0	0	False	False	1.0	0					non-mobilizable	chromosome	2108.0	97.53299999999999	100.0	0.0009135651195894464	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0058_000000008022	3050	0.9524349226006084	4	2	1	2	1	False	57434	fragment	False	ENG0146_000000007795	0.9836516672062157		0	0	False	False	0.9950819611549377	0					non-mobilizable	no_good_hit	1076.0	90.335	35.0	0.00043900506461940403	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0268_000000001010	10928	0.9524280435190012	7	7	4	6	7	False	64637	maximal	True	ISR0268_000000001010	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	4708.0	89.167	49.0	0.0012887880677085242	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
SPA0016_000000030968	1104	0.9524266986185232	2	1	1	1	1	False	7849	fragment	False	SPA0016_000000030968	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1079.0	81.835	97.0	0.0003051633063691982	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0129_000000007961	3340	0.9524217659154568	7	1	1	1	1	False	58553	fragment	False	ENG0129_000000007961	1.0		0	0	False	False	0.9940119981765747	0					non-mobilizable	no_good_hit								True	False
ISR0826_000000000994	12011	0.9524157494892488	13	8	5	5	5	True	96550	fragment	False	ISR0826_000000000994	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6166.0	94.59899999999999	76.0	0.0018009639110259403	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0118_000000006699	2330	0.9524146965974568	4	3	1	1	2	False	126290	backbone	False	MON0024_000000020480	0.8494299447045948	PS953	0	0	True	True	1.0	6					non-mobilizable	plasmid	2061.0	95.82700000000001	94.0	0.9111012826183105	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
MON0042_000000004422	5420	0.9524127129939628	8	7	5	5	6	False	97312	maximal	True	MON0042_000000004422	1.0		117	8	False	False	0.9968634843826294	0					non-mobilizable	chromosome	4098.0	93.631	98.0	0.0016347561781524858	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0366_000000005591	3005	0.9524113633000614	4	4	4	4	2	False	105491	fragment	False	CHI0039_000000003802	0.6144781605041243		0	0	False	False	0.9936771988868713	0					non-mobilizable	other	2873.0	92.76	100.0	0.00594272471445125	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
MAD0089_000000004132	4704	0.9524096841401236	9	3	1	2	1	True	15855	maximal	True	MAD0089_000000004132	1.0		2	1	True	True	1.0	33					non-mobilizable	no_good_hit								True	True
ISR0231_000000000419	17563	0.9524046951066454	23	23	9	15	21	True	132521	backbone	False	USA0060_01_000000001071	0.9704235952455618	PS1166	0	0	False	True	0.9999430775642395	0		MOBP	MPF_T		conjugative	other	8642.0	99.919	91.0	0.23040823400794602	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0038_000000009882	3072	0.9523932359790914	4	3	3	3	3	False	131529	maximal	True	ISR0038_000000009882	1.0		0	0	False	False	0.9915364384651184	0					non-mobilizable	no_good_hit	1835.0	78.692	59.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0169_000000004841	4461	0.9523887219399684	7	3	2	3	2	True	110676	fragment	False	ENG0169_000000004841	0.7376580739299611		0	0	False	False	1.0	0					non-mobilizable	other	3623.0	98.70299999999999	100.0	0.0009699432735826496	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0003_000000011906	4112	0.9523887219399684	7	3	2	3	2	True	110676	fragment	False	ENG0169_000000004841	0.7033146843547669		0	0	False	False	0.993677020072937	0					non-mobilizable	other	3506.0	98.831	99.0	0.0009386115885994443	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0137_000000010284	2550	0.9523876654636232	5	4	4	2	3	False	42333	maximal	True	ISR0137_000000010284	1.0		119	9	False	False	0.9866666793823242	0					non-mobilizable	other	2550.0	92.431	100.0	0.0006783782050309634	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
AST0016_000000006713	3976	0.9523861423889641	3	3	3	2	2	False	123764	maximal	True	AST0016_000000006713	1.0		5	3	False	False	1.0	0					non-mobilizable	other	3943.0	100.0	99.0	0.039889903058023514	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	False	False
CHI0082_000000003467	2589	0.9523834114624984	7	4	2	2	4	True	90068	fragment	False	CHI0082_000000003467	0.9970367653412229		0	0	False	False	0.9969099760055542	0	rep_cluster_1085				non-mobilizable	plasmid	2058.0	99.125	100.0	0.22059299191374662	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
CHI0130_000000006324	2558	0.9523834114624984	6	4	2	2	4	True	90068	fragment	False	CHI0082_000000003467	0.9954094036223992		0	0	False	False	0.9996090531349182	0	rep_cluster_1085				non-mobilizable	plasmid	2048.0	99.609	100.0	0.22070080862533692	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
CHI0024_000000004967	2505	0.9523834114624984	6	4	2	2	4	True	90068	fragment	False	CHI0082_000000003467	0.9852083319083361		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	2028.0	99.60600000000001	100.0	0.218544474393531	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
CHI0029_000000004742	2499	0.9523834114624984	6	4	2	2	4	True	90068	fragment	False	CHI0082_000000003467	0.9791193403954175		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	2020.0	99.059	100.0	0.21649595687331535	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
MON0043_000000012810	2162	0.9523759759243894	3	2	1	1	0	False	11681	maximal	True	MON0043_000000012810	1.0		3	1	False	False	0.999537467956543	0					non-mobilizable	no_good_hit	1331.0	89.70700000000001	83.0	0.0010706163737442009	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	False
FIJ0141_000000017713	1674	0.9523759759243894	2	2	1	1	0	False	40262	fragment	False	FIJ0141_000000017713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	84.186	78.0	0.0010512824437443056	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	False
ETH0005_000000038517	1175	0.9523759759243894	2	2	1	1	0	False	52677	fragment	False	ETH0005_000000038517	1.0		0	0	False	False	0.999148964881897	0					non-mobilizable	other	827.0	87.18299999999999	96.0	0.0006654094241630624	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	False	False
MAD0033_000000006841	2809	0.952375818714782	4	4	3	4	2	False	18892	maximal	True	MAD0033_000000006841	1.0		1	1	False	False	0.9989320039749146	0					non-mobilizable	no_good_hit	137.0	84.67200000000001	5.0	0.00025632906620829	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0067_000000000851	9621	0.9523696426621449	13	3	2	3	1	True	45909	fragment	False	MAD0067_000000000851	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	9.735146743020759e-06	CP015971.1	CFB group bacteria	Arachidicoccus sp. BS20, complete genome	True	True
CHI0137_000000010392	1597	0.9523655763127884	3	2	2	2	1	True	124647	fragment	False	CHI0137_000000010392	0.9604291241861256		0	0	False	False	0.9993738532066345	0					non-mobilizable	other	1610.0	83.23	99.0	0.000496823997376819	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0047_000000015302	1501	0.9523655763127884	3	2	2	2	1	True	124647	fragment	False	CHI0137_000000010392	0.9516338017877976		0	0	False	False	0.9986675381660461	0					non-mobilizable	other	1516.0	82.85	100.0	0.00046758075645420103	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0140_000000019740	1498	0.9523655763127884	3	2	2	2	1	True	124647	fragment	False	CHI0137_000000010392	0.9504476536647142		0	0	False	False	1.0	0					non-mobilizable	chromosome	1504.0	79.056	100.0	0.0005176142202045918	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0118_000000010593	1375	0.9523655763127884	3	2	2	2	1	True	124647	fragment	False	CHI0137_000000010392	0.521734371838435		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	79.624	99.0	0.0004103731987461789	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0373_000000000565	14167	0.9523600096067684	21	8	7	6	5	True	76698	backbone	False	DEN0003_000000001552	0.985717278949574	PS365	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	358.0	99.441	3.0	5.432638929468825e-05	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	True
FIJ0071_000000013828	2582	0.95235611431163	3	2	2	2	2	True	44880	fragment	False	FIJ0071_000000013828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	82.596	43.0	0.20330006111224283	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
MON0108_000000001519	9941	0.9523451099871172	8	7	7	7	7	True	63110	maximal	True	MON0108_000000001519	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2184.0	76.145	22.0	0.3008468693599889	NZ_JH604923.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld332, whole genome shotgun sequence	True	True
ISR0292_000000010202	1907	0.9523447630178974	4	4	2	4	1	False	25875	fragment	False	ISR0292_000000010202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
MON0066_000000007881	3633	0.9523402084386308	4	4	4	3	2	False	120410	fragment	False	MON0066_000000007881	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3633.0	99.97200000000001	100.0	0.0015697447263146613	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0811_000000002166	5818	0.9523331790845052	12	8	0	2	6	False	132315	backbone	False	ISR0300_000000001005	0.9092943875200965	PS1156	0	0	True	True	1.0	127	rep_cluster_663				non-mobilizable	plasmid	4806.0	99.667	100.0	0.12436252556369568	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0210_000000005959	3217	0.9523305880549244	4	4	3	4	3	False	82293	maximal	True	ISR0210_000000005959	1.0		13	2	False	False	0.9987565875053406	0					non-mobilizable	other	3220.0	97.36	100.0	0.0015571078246361747	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0021_000000032487	1474	0.9523285159682784	3	3	1	3	2	False	49572	fragment	False	FIJ0021_000000032487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000005021	4567	0.9523183029190389	8	6	5	6	5	False	118824	fragment	False	SPA0133_000000005021	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4567.0	100.0	100.0	0.09474798198833807	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0072_000000005676	3600	0.9523175106177834	4	4	4	4	3	False	70921	maximal	True	SPA0072_000000005676	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1605.0	94.766	50.0	0.03979135618479881	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0034_000000012615	2191	0.9523090353164688	3	3	3	3	3	False	12244	maximal	True	MON0034_000000012615	1.0		25	4	False	False	0.9972615242004395	0					non-mobilizable	no_good_hit	304.0	76.97399999999999	14.0	0.00010164473459809399	NZ_CP004353.1	high GC Gram+	Corynebacterium vitaeruminis DSM 20294 chromosome, complete genome	True	False
ENG0005_000000005690	4229	0.9523068683606378	7	6	3	2	4	True	129863	fragment	False	ISR0162_000000008018	0.9459722823733218		0	0	False	False	0.9981083273887634	0					non-mobilizable	chromosome	2138.0	99.95299999999999	100.0	0.0005944555332789344	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
ENG0170_000000008494	1545	0.9522969516497198	2	2	2	2	2	False	107360	fragment	False	ENG0170_000000008494	1.0		0	0	False	False	0.9915857315063477	0					non-mobilizable	no_good_hit	373.0	76.676	24.0	0.001922494227293149	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
USA0032_01_000000002795	9369	0.9522930047354792	10	7	5	6	5	True	123516	maximal	True	USA0032_01_000000002795	1.0		10	2	False	False	0.9997865557670593	0					non-mobilizable	other	4612.0	98.09200000000001	100.0	0.0022256693543675986	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
ISR0181_000000000472	23418	0.9522865878033178	28	27	10	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9860758860006691		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	23181.0	99.98299999999999	100.0	0.5303983708212251	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0061_01_000000000556	23185	0.9522865878033178	28	27	10	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9852094548998418		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	23181.0	99.978	100.0	0.5303983708212251	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0179_000000000966	22990	0.9522865878033178	28	27	10	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9815522442155339		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	22990.0	99.99600000000001	100.0	0.5260279614671761	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0032_01_000000000792	22985	0.9522865878033178	28	27	10	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9813961295652854		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	22985.0	99.99600000000001	100.0	0.5259135528453425	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CAN0006_000000001686	22897	0.9522865878033178	28	27	10	16	25	True	132543	fragment	False	ISR0145_000000001295	0.9759544589650052		0	0	False	True	0.9998252987861633	0		MOBP	MPF_T		conjugative	plasmid	22845.0	99.98700000000001	99.0	0.5227101114339977	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
FIJ0157_000000007483	2434	0.9522849663416882	4	4	3	3	2	False	52005	fragment	False	FIJ0157_000000007483	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2028.0	97.535	86.0	0.0013657555338041348	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
FIJ0035_000000006409	1884	0.9522831356453584	3	2	2	2	2	False	131393	fragment	False	USA0116_01_000000010746	0.2695730151065738		0	0	False	False	0.9930998086929321	0					non-mobilizable	no_good_hit	56.0	94.64299999999999	3.0	1.6258365907772312e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0042_000000006291	4035	0.9522817378387824	5	4	4	3	3	False	103951	fragment	False	MON0042_000000006291	1.0		0	0	False	False	0.9980173707008362	0					non-mobilizable	chromosome	1923.0	91.10799999999999	99.0	0.0006781586522951333	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0021_000000015661	3165	0.9522796921451906	5	2	2	2	1	False	53447	fragment	False	FIJ0021_000000015661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	75.979	12.0	0.00012996565294637802	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0128_000000003352	10298	0.9522776594947866	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.958657360436846	PS1052	0	0	True	True	1.0	38	IncW	MOBF			mobilizable	other	8612.0	98.711	99.0	0.003605051096714573	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0022_000000011358	1168	0.9522654173706324	1	1	1	1	1	False	80194	fragment	False	CHI0140_000000024624	0.9296137642849124		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	95.205	100.0	0.043766876687668765	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
SPA0140_000000018185	1175	0.9522646923051284	1	1	1	1	1	False	116013	fragment	False	FIJ0081_000000020765	0.1304146632074405		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	99.745	100.0	0.0005329140229016851	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
SPA0023_000000021662	1320	0.9522643822233988	3	1	1	1	1	False	13892	fragment	False	SPA0023_000000021662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0108_000000006246	4745	0.9522550371646316	7	6	4	5	5	True	118770	fragment	False	SPA0108_000000006246	1.0		0	0	False	False	0.9972602725028992	0					non-mobilizable	no_good_hit	2956.0	93.133	83.0	0.017811166580038437	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ENG0007_000000002635	9136	0.9522493239251476	13	12	5	5	10	True	132506	backbone	False	ISR0038_000000002833	0.9958455647723703	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6413.0	99.751	98.0	0.7169557918298824	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0148_000000027886	1296	0.9522492098048512	3	1	1	1	1	False	57260	maximal	True	ENG0148_000000027886	1.0		7	4	False	False	0.9907407164573669	0					non-mobilizable	other	1253.0	98.962	100.0	0.0005488762941556073	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0181_000000001425	15595	0.9522422613029771	23	14	12	11	13	False	123894	maximal	True	ENG0181_000000001425	1.0		14	4	False	False	0.9985251426696777	0					non-mobilizable	no_good_hit	4154.0	85.00200000000001	65.0	0.0411045026345202	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
SPA0139_000000013256	2091	0.9522388452068477	3	2	2	1	1	False	111974	fragment	False	SPA0139_000000013256	1.0		0	0	False	False	0.9947393536567688	0					non-mobilizable	no_good_hit	162.0	83.333	8.0	0.000154632244184483	NZ_QICS01000001.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_101, whole genome shotgun sequence	True	False
ISR0076_000000000351	38056	0.9522270039020054	33	11	7	10	3	True	108257	fragment	False	ISR0076_000000000351	0.950987501325068		0	0	False	False	0.9999474287033081	0					non-mobilizable	virus	13855.0	99.34299999999999	91.0	0.1921711146867891	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	True
ISR0395_000000028066	1372	0.9522208881652474	2	2	2	2	1	True	83275	fragment	False	ISR0395_000000028066	0.9894952600563669		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	100.0	100.0	0.0016905597466749858	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
CHI0102_000000007403	1301	0.9522208881652474	2	2	2	2	1	True	83275	fragment	False	ISR0395_000000028066	0.972291156462585		0	0	False	False	0.9992313385009766	0					non-mobilizable	other	1301.0	99.693	100.0	0.018567980232242584	MK211824.1	firmicutes	Streptococcus suis ICE element ICESsuYS388, complete sequence	False	True
ISR0018_000000016892	1250	0.9522208881652474	2	2	2	2	1	True	83275	fragment	False	ISR0395_000000028066	0.9465317476501965		0	0	False	False	0.9991999864578247	0					non-mobilizable	other	1250.0	100.0	100.0	0.0015401233578388456	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0137_000000017469	2099	0.9522098254655276	3	3	3	3	3	False	98782	fragment	False	ISR0162_000000018678	0.9598677998111427		0	0	False	False	0.9971414804458618	0					non-mobilizable	other	2099.0	97.28399999999999	100.0	0.08806985139786752	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
FIJ0079_000000004050	7277	0.9522022003087492	11	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9967469811646479	PS373	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1474.0	97.55799999999999	32.0	0.17798764983654194	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
FIJ0073_000000002629	7274	0.9522022003087492	11	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9971333539356633	PS373	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1474.0	97.55799999999999	32.0	0.17798764983654194	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0130_000000003836	7274	0.9522022003087492	11	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9964950133029445	PS373	0	0	True	True	1.0	95					non-mobilizable	no_good_hit	1474.0	97.55799999999999	32.0	0.17798764983654194	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
AUS0018_000000003563	7274	0.9522022003087492	11	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9971287691260247	PS373	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	907.0	98.126	33.0	0.10945635064777819	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0001_000000004453	7274	0.9522022003087492	10	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9964767011491591	PS373	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	662.0	85.34700000000001	33.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
SPA0002_000000003820	7274	0.9522022003087492	10	8	3	3	5	True	100070	maximal	True	SPA0002_000000003820	0.9972397815969732	PS373	24	6	True	True	1.0	266					non-mobilizable	no_good_hit	1318.0	97.648	33.0	0.15922024458166847	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0119_000000004795	7274	0.9522022003087492	11	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9957106135202811	PS373	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	1473.0	97.556	32.0	0.17798764983654194	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0340_000000003409	7274	0.9522022003087492	10	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9970072619863516	PS373	0	0	True	True	1.0	202					non-mobilizable	no_good_hit	1179.0	97.455	30.0	0.14239011986923356	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0030_000000002220	7273	0.9522022003087492	11	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9961509967288809	PS373	0	0	True	True	0.9997249841690063	17					non-mobilizable	no_good_hit	1473.0	97.895	32.0	0.17798764983654194	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
DEN0007_000000003937	7273	0.9522022003087492	10	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9966167650673997	PS373	0	0	True	True	1.0	466					non-mobilizable	no_good_hit	1415.0	97.809	33.0	0.1709650078702022	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
DEN0057_000000000355	7257	0.9522022003087492	11	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9958111920156804	PS373	0	0	True	True	1.0	142					non-mobilizable	no_good_hit	1367.0	99.04899999999999	33.0	0.16503208620898413	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0010_000000002448	7234	0.9522022003087492	11	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9972348577835262	PS373	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	1474.0	97.55799999999999	31.0	0.17798764983654194	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0077_000000003556	7207	0.9522022003087492	10	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.993456906951081	PS373	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1422.0	97.75	32.0	0.17181256810751908	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0376_000000002257	7143	0.9522022003087492	11	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9805784359598329	PS373	0	0	True	True	1.0	76					non-mobilizable	no_good_hit	1473.0	97.76	33.0	0.17798764983654194	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0152_000000003194	7030	0.9522022003087492	10	8	3	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9765374738162771	PS373	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	33.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
FIJ0167_000000000776	17198	0.952199683263647	17	13	10	12	7	True	38982	maximal	True	FIJ0167_000000000776	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	0.0	1.5777209618434252e-05	CP008913.1	high GC Gram+	Corynebacterium sp. ATCC 6931, complete genome	True	True
CHI0063_000000001761	6845	0.9521958073930494	8	8	4	6	5	False	85517	maximal	True	CHI0063_000000001761	1.0		2	1	False	False	0.9985390901565552	0					non-mobilizable	no_good_hit	1775.0	91.09899999999999	33.0	0.0005338163473051909	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0093_000000003274	8982	0.9521851970514004	10	6	3	6	2	True	68519	maximal	True	DEN0093_000000003274	1.0		1	1	True	True	1.0	85					non-mobilizable	no_good_hit	2819.0	79.17699999999999	55.0	0.35914483118237517	NZ_FOYZ01000033.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	True
ENG0208_000000017937	1708	0.9521787295393876	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.13008903967959518	PS794	0	0	False	True	0.9970725774765015	0					non-mobilizable	other	1596.0	87.03	98.0	0.0003030271105828675	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
CHI0087_000000006426	1631	0.952177429036278	3	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.5191677739263433		0	0	False	False	0.9908031821250916	0					non-mobilizable	other	1575.0	83.68299999999999	96.0	0.01858635031666509	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
FIJ0009_000000015175	2546	0.9521684354374798	5	4	0	1	4	False	51518	maximal	True	FIJ0009_000000015175	1.0		0	0	False	False	0.9972506165504456	0	ColRNAI_rep_cluster_1987			MOB_unknown	mobilizable	no_good_hit	872.0	99.427	69.0	0.1360863444392304	CP011638.1	enterobacteria	Serratia marcescens strain CAV1492 plasmid pCAV1492-6393, complete sequence	True	True
AST0153_000000001786	13476	0.952162488875413	21	19	3	12	18	True	103569	fragment	False	AST0153_000000001786	1.0		0	0	False	False	0.9988868832588196	0			MPF_F	MOBF	mobilizable	other	13458.0	99.963	99.0	0.13522312770682396	LM995886.1	enterobacteria	Escherichia coli genome assembly FHI30, scaffold scaffold-16_contig-12.0_1_99517_[organism:Escherichia	False	True
FIJ0002_000000005781	5987	0.9521610477609634	5	5	5	5	5	False	52447	fragment	False	FIJ0002_000000005781	0.9601473543201607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	84.34299999999999	30.0	0.0004926845562472959	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ISR0250_000000001049	7377	0.9521588697963324	7	4	2	4	2	False	129561	maximal	True	ISR0250_000000001049	1.0	PS1061	1	1	True	True	0.9981021881103516	8					non-mobilizable	no_good_hit	3187.0	97.96	71.0	0.015198293591903151	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0055_000000005785	5348	0.9521495458255422	9	4	1	2	4	True	113947	fragment	False	AST0055_000000005785	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5348.0	99.869	100.0	0.21926515213647174	MK231788.1	viruses	Uncultured human fecal virus clone Bifidobact.sp_B06.V01.O05_1-CL03_c1 sequence	False	True
FIJ0068_000000014312	2222	0.9521279671012134	2	2	1	1	2	True	48563	fragment	False	FIJ0068_000000014312	1.0		0	0	False	False	0.9873987436294556	0					non-mobilizable	plasmid	2233.0	97.85	100.0	0.02170749931180935	CP038275.1	enterobacteria	Raoultella ornithinolytica strain WLK218 plasmid pWLK-101716, complete sequence	False	True
MAD0107_000000005578	6638	0.9521274120822252	8	5	3	3	3	False	98850	maximal	True	MAD0107_000000005578	1.0		2	1	False	False	0.9998493790626526	0					non-mobilizable	no_good_hit	4086.0	90.749	61.0	0.0007736499703109917	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
CHI0160_000000003330	6855	0.9521243933687594	9	4	2	4	2	False	78759	maximal	True	CHI0160_000000003330	1.0		1	1	False	False	0.9976659417152405	0					non-mobilizable	no_good_hit	63.0	88.889	1.0	1.2647344108734521e-05	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	True	False
ETH0003_000000008444	3986	0.9521127382036344	6	2	2	2	0	True	88917	maximal	False	MAD0042_000000005387	0.966021287658234		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.427754185539267e-06	NC_016629.1	d-proteobacteria	Desulfocurvibacter africanus subsp. africanus str. Walvis Bay, complete sequence	True	True
MAD0042_000000005387	3928	0.9521127382036344	7	2	2	2	0	True	88917	maximal	True	MAD0042_000000005387	0.9734665341359631		7	3	True	True	0.9997454285621643	3					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007847381951021512	AB058947.1	high GC Gram+	Streptomyces albulus plasmid pNO33 DNA, complete sequence	True	True
CHI0026_000000002484	3854	0.9521127382036344	5	2	2	2	0	True	88917	maximal	False	MAD0042_000000005387	0.9452667628376116		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.427754185539267e-06	NC_016629.1	d-proteobacteria	Desulfocurvibacter africanus subsp. africanus str. Walvis Bay, complete sequence	True	True
MAD0050_000000006589	3509	0.9521127382036344	6	2	2	2	0	True	88917	maximal	False	MAD0042_000000005387	0.6779506034483432		0	0	False	True	0.9908806085586548	0					non-mobilizable	no_good_hit								True	True
ENG0015_000000007209	2531	0.9521127382036344	4	2	2	2	0	True	66866	maximal	True	ENG0015_000000007209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	95.51100000000001	89.0	0.47011661807580174	LN853251.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0624	True	True
TAN0017_000000000456	31988	0.9521101723484602	27	12	8	11	5	True	69857	fragment	False	TAN0017_000000000456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	88.535	0.0	0.00012080858112644709	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	True
ENG0166_000000020879	1426	0.9521079826225922	2	1	1	1	1	False	56127	fragment	False	ENG0166_000000020879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	76.02	14.0	5.5084750600223994e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0135_000000021019	1353	0.9521023575920999	2	2	2	2	2	False	40570	fragment	False	MON0001_000000023622	0.9446331521739131		0	0	False	False	0.9940872192382812	0					non-mobilizable	no_good_hit	154.0	78.571	11.0	0.001266118015526605	NZ_BIMK01000021.1	firmicutes	Paenibacillus chibensis strain NBRC 15958 PCH05_CON01010, whole genome shotgun sequence	True	False
ISR0162_000000008018	4618	0.9520996144711114	7	6	3	2	4	True	129863	fragment	False	ISR0162_000000008018	0.9871127926223693		0	0	False	False	0.999350368976593	0					non-mobilizable	other	4618.0	98.398	100.0	0.0012796485165556086	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
MAD0043_000000009847	2518	0.9520966381289968	3	3	2	3	2	False	59335	fragment	False	MAD0043_000000009847	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2527.0	93.589	100.0	0.0005390218504594499	LR134082.1	enterobacteria	Escherichia coli strain NCTC9038 genome assembly, chromosome: 1	False	False
ISR0051_000000013647	2910	0.9520932793516216	3	2	1	2	1	False	35856	maximal	True	ISR0051_000000013647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2379.0	98.73899999999999	82.0	0.011613817364538037	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
SPA0155_000000005273	3403	0.9520906265270602	5	4	1	4	3	True	86713	maximal	True	SPA0155_000000005273	0.9613337568393499		4	2	True	True	1.0	24					non-mobilizable	plasmid	2264.0	89.75299999999999	99.0	0.6735860409145608	HG796350.1	bacteria	Uncultured bacterium plasmid pRGI00625	False	True
SPA0153_000000005121	3368	0.9520906265270602	5	4	1	4	3	True	86713	maximal	False	SPA0155_000000005273	0.9604636131713595		0	0	True	True	1.0	36					non-mobilizable	plasmid	1721.0	92.679	99.0	0.5126353790613718	HG796350.1	bacteria	Uncultured bacterium plasmid pRGI00625	False	True
SPA0119_000000014637	2187	0.9520798947022909	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7906339963463316		0	0	False	False	0.9967992901802063	0					non-mobilizable	chromosome	2009.0	98.208	100.0	0.0007056768681723215	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MAD0010_000000002905	1528	0.9520781960904452	1	1	1	1	1	True	19735	fragment	False	MAD0010_000000002905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0117_000000006532	3178	0.9520755233323556	4	4	3	4	3	False	44641	maximal	True	FIJ0117_000000006532	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	81.279	14.0	0.006645279560036663	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0856_000000001052	4435	0.9520724604722725	8	4	3	2	3	True	111397	fragment	False	ISR0773_000000002331	0.9773029229406555		0	0	False	False	1.0	0					non-mobilizable	plasmid	4435.0	99.91	100.0	0.14276055249686082	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0064_000000010779	2502	0.95207245465599	3	3	3	2	2	True	45498	fragment	False	FIJ0064_000000010779	1.0		0	0	False	False	0.9880095720291138	0					non-mobilizable	plasmid	2471.0	99.96	99.0	0.027344787884155522	CP032516.1	enterobacteria	Escherichia coli strain 118UI plasmid pEco118UIb, complete sequence	False	True
MAD0107_000000023604	1673	0.9520672149574744	3	2	0	2	2	False	103827	fragment	False	SPA0073_000000006318	0.4691901408450704		0	0	False	False	0.9976090788841248	0		MOBP			mobilizable	plasmid	1603.0	99.68799999999999	96.0	0.23257839721254356	CP057425.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_3, complete sequence	False	True
MAD0021_000000002414	5550	0.9520651694600756	7	4	2	3	3	True	40477	fragment	False	MAD0021_000000002414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3267.0	92.868	83.0	0.039342750351924666	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0006_000000008176	2383	0.9520644049302972	4	3	2	1	2	False	103744	fragment	False	ISR0006_000000008176	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2194.0	80.675	90.0	0.015356098952021103	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
SPA0001_000000018950	1773	0.9520644049302972	4	3	2	1	2	False	83799	fragment	False	SPA0001_000000018950	0.9899328859060403		0	0	False	False	1.0	0					non-mobilizable	chromosome	1777.0	92.741	100.0	0.0003538680593061312	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0090_000000008102	1639	0.9520644049302972	3	3	2	1	2	False	83799	fragment	False	SPA0001_000000018950	0.9529046813310773		0	0	False	False	0.9969493746757507	0					non-mobilizable	chromosome	1641.0	92.2	100.0	0.0003271233780049346	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0091_000000002354	10588	0.9520622854328552	12	7	4	7	4	False	50667	fragment	False	FIJ0091_000000002354	0.9987785811999219		0	0	False	False	0.9996222257614136	0					non-mobilizable	no_good_hit	1543.0	94.102	16.0	0.0005801504847781179	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
AST0111_000000005249	3861	0.9520616958402376	5	2	1	1	2	True	115718	backbone	False	ISR0072_000000007005	0.9385845155375235	PS754	0	0	True	True	1.0	77	rep_cluster_269	MOBV			mobilizable	plasmid	2083.0	94.719	99.0	0.5484126984126985	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
DEN0094_000000012526	2790	0.9520616958402376	2	2	1	1	2	True	68375	fragment	False	DEN0094_000000012526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	78.962	25.0	0.2614403600900225	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
FIJ0068_000000011864	2667	0.9520610276790572	5	3	1	2	2	False	57821	fragment	False	FIJ0068_000000011864	1.0		0	0	False	False	0.999625027179718	0					non-mobilizable	plasmid	2686.0	94.899	99.0	0.6032608695652174	CP055938.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_5, complete sequence	False	True
ISR0275_000000004717	2949	0.9520600466240766	3	3	3	3	2	False	129690	fragment	False	ISR0386_000000011115	0.9883361520918529		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1761.0	98.524	60.0	0.0071822302070148215	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0083_000000008722	1246	0.9520579482058156	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6422230869332157		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	100.0	100.0	0.00018455287951409672	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
USA0008_01_000000005459	1246	0.9520579482058156	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6422230869332157		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	100.0	100.0	0.00018455287951409672	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
MON0099_000000010373	3043	0.9520569723960428	7	2	2	2	2	False	9169	maximal	True	MON0099_000000010373	1.0		2	1	False	False	0.9829115867614746	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	3.0	0.0005755048100834127	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
FIJ0172_000000005279	4732	0.9520561618457152	8	6	3	4	4	False	86579	fragment	False	FIJ0172_000000005279	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	84.064	34.0	0.0008175924748951316	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
MAD0107_000000030651	1296	0.9520543218825168	2	2	2	2	1	False	14639	fragment	False	MAD0107_000000030651	1.0		0	0	False	False	0.9945987462997437	0					non-mobilizable	no_good_hit								True	False
CHI0133_000000003442	4985	0.9520530592872776	8	4	3	3	3	True	90522	maximal	True	CHI0133_000000003442	1.0		7	2	False	False	1.0	0		MOBP			mobilizable	no_good_hit	3992.0	97.219	80.0	0.7390659747961453	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CHI0037_000000003020	3934	0.9520530026206592	6	4	3	2	2	False	88012	maximal	True	CHI0037_000000003020	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	82.75	37.0	0.0026048928888325515	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0155_000000002619	7963	0.9520526267314592	10	4	2	2	3	False	45486	maximal	True	FIJ0155_000000002619	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4785.0	95.52799999999999	60.0	0.18704247406537483	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ENG0141_000000000829	23307	0.9520505795404584	27	19	14	16	11	True	115961	maximal	True	ENG0141_000000000829	1.0		4	3	False	False	0.9997854828834534	0					non-mobilizable	no_good_hit	1467.0	94.819	6.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0259_000000002712	4729	0.9520485705957934	5	3	1	2	2	True	66087	fragment	False	ISR0259_000000002712	0.9962559564329476		0	0	False	False	1.0	0	IncW				non-mobilizable	other	4726.0	99.38600000000001	99.0	0.001979046426668154	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MON0106_000000027114	1588	0.9520454021484348	2	1	1	1	1	False	63140	fragment	False	MON0008_000000024423	0.931738070843926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	95.05	12.0	2.961668604091545e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0226_000000000560	10540	0.9520330704873612	8	5	3	5	1	True	120588	fragment	False	ISR0226_000000000560	1.0		0	0	False	False	0.9999051094055176	0					non-mobilizable	no_good_hit								True	True
MAD0006_000000005507	1707	0.9520320643123602	3	2	1	2	2	True	19890	fragment	False	MAD0006_000000005507	1.0		0	0	False	False	0.9935559630393982	0					non-mobilizable	no_good_hit								True	True
ISR0222_000000022087	2276	0.9520293636381209	3	3	3	2	1	False	27883	fragment	False	ISR0222_000000022087	1.0		0	0	False	False	0.9969244003295898	0					non-mobilizable	other	2276.0	98.594	100.0	0.02249579748838129	NZ_QSFT01000011.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf11, whole genome shotgun sequence	False	False
ISR0012_000000002091	10709	0.952027206476808	14	10	4	10	4	True	126102	maximal	True	ISR0012_000000002091	1.0		2	1	False	False	0.9964515566825867	0					non-mobilizable	no_good_hit	907.0	83.241	8.0	0.00027998847691868326	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0082_000000021851	1450	0.9520256508596838	4	2	2	2	1	True	57896	fragment	False	FIJ0082_000000021851	1.0		0	0	False	False	0.9537931084632874	0					non-mobilizable	other	1387.0	99.85600000000001	96.0	0.007983227159100072	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0087_000000024995	1290	0.9520256508596838	4	2	2	2	1	True	57894	fragment	False	FIJ0087_000000024995	0.9843499197431782		0	0	False	False	0.9992247819900513	0					non-mobilizable	other	1290.0	99.69	100.0	0.007424516456046171	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0001_000000019499	1216	0.9520206194176052	2	2	2	1	1	False	38671	fragment	False	ISR0001_000000019499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000003589	6309	0.9520165656494971	10	7	2	3	6	True	123826	backbone	False	ISR0183_000000005642	0.1874376430189215	PS486|PS905	0	0	True	True	1.0	27	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2162.0	93.895	68.0	0.34347618288991555	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
DEN0094_000000003126	8117	0.9520125453684866	8	5	3	4	5	False	96823	maximal	True	DEN0094_000000003126	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	92.85700000000001	1.0	2.1643208878608887e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0056_000000006130	3323	0.952011474620096	3	3	3	3	1	False	74718	fragment	False	ISR0177_000000007256	0.9381125735088212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0012_000000017883	1339	0.9520036702809334	2	2	2	1	1	False	124691	fragment	False	ISR0115_000000023766	0.6542759961127308		0	0	False	False	1.0	0					non-mobilizable	other	965.0	98.756	93.0	0.0037189636282270884	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0016_000000000669	4673	0.952003273572676	7	3	3	3	1	True	112946	maximal	True	MAD0016_000000000669	1.0		1	1	False	False	0.9995720386505127	0					non-mobilizable	no_good_hit	911.0	95.28	47.0	0.016127317194201254	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0067_000000013554	2037	0.9520026065388992	3	3	3	3	2	False	102297	maximal	True	ENG0067_000000013554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	98.206	25.0	0.00012357609788337748	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0837_000000001329	6113	0.951986567131974	10	6	3	4	5	True	104884	fragment	False	ISR0837_000000001329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	97.70700000000001	58.0	0.1264219443323921	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0018_000000000931	18157	0.951984712704052	22	11	2	9	4	False	37822	maximal	True	ISR0018_000000000931	1.0		1	1	False	False	0.9997246265411377	0					non-mobilizable	no_good_hit	1085.0	78.618	6.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0087_000000004367	2175	0.9519806341006636	4	2	2	2	1	False	84008	maximal	True	CHI0087_000000004367	1.0		1	1	False	False	0.996781587600708	0					non-mobilizable	no_good_hit	1189.0	93.86	55.0	0.0003206775651974533	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0031_000000016005	1558	0.9519770310946176	3	2	0	2	1	False	51862	fragment	False	FIJ0031_000000016005	1.0		0	0	False	False	0.9993581771850586	0				MOB_unknown	mobilizable	plasmid	1558.0	100.0	100.0	0.6240480961923848	CP049195.1	enterobacteria	Enterobacter hormaechei strain Y2152 plasmid pDC2152-2, complete sequence	False	True
SPA0103_000000012274	1445	0.9519695255564168	2	2	2	2	2	False	22384	fragment	False	SPA0103_000000012274	1.0		0	0	False	False	1.0	0					non-mobilizable	other	824.0	96.602	99.0	0.004450380688700468	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
USA0081_01_000000003571	8477	0.9519667453466172	10	7	6	7	6	True	128642	fragment	False	USA0081_01_000000003571	1.0		0	0	False	False	0.9988203644752502	0					non-mobilizable	no_good_hit	862.0	86.079	38.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0021_000000002828	6781	0.9519619704776748	10	7	3	4	5	True	70185	fragment	False	MON0021_000000002828	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1485.0	74.68	22.0	0.2140210463909886	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
USA0057_01_000000002815	9980	0.9519595850389428	14	10	3	5	10	True	85715	maximal	True	USA0057_01_000000002815	1.0	PS431	1	1	False	True	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2208.0	96.241	34.0	0.6725609756097561	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
USA0005_01_000000005822	6203	0.951958540706968	7	2	2	2	2	False	2189	maximal	True	USA0005_01_000000005822	1.0		2	2	False	False	0.9998387694358826	0					non-mobilizable	no_good_hit	1262.0	75.19800000000001	20.0	0.0002988327731320728	FN665652.1	firmicutes	Clostridium difficile complete genome, strain CF5	True	False
USA0005_01_000000017480	1848	0.9519559558450782	3	1	1	1	1	False	107157	fragment	False	AUS0022_000000014916	0.400297301088369		0	0	False	False	0.9983766078948975	0					non-mobilizable	no_good_hit	655.0	90.382	46.0	0.0001928046261263596	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0320_000000003295	5356	0.9519550190452064	6	3	3	3	2	False	87028	fragment	False	ISR0320_000000003295	1.0		0	0	False	False	0.9992531538009644	0					non-mobilizable	plasmid	5357.0	96.491	100.0	0.02197233963967661	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
DEN0039_000000002898	4811	0.9519550190452064	5	3	3	3	2	False	87027	fragment	False	DEN0039_000000002898	1.0		0	0	False	False	0.9972978830337524	0					non-mobilizable	plasmid	4793.0	98.31	99.0	0.019661837731357983	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
CHI0063_000000003553	3587	0.9519550190452064	4	3	3	3	2	False	87026	fragment	False	CHI0063_000000003553	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3588.0	99.63799999999999	100.0	0.014716624943571224	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
AST0087_000000012583	2875	0.9519419116477708	3	3	3	3	3	False	110991	fragment	False	ISR0280_000000002811	0.6256152476699132		0	0	False	False	0.9996521472930908	0					non-mobilizable	chromosome	2875.0	97.565	100.0	0.001183584010990776	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0194_000000005465	4896	0.9519364117030364	6	5	5	4	4	False	59979	fragment	False	ENG0194_000000005465	1.0		0	0	False	False	0.9979575276374817	0					non-mobilizable	no_good_hit	171.0	79.532	3.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ENG0174_000000002341	6447	0.9519343404210024	10	6	3	3	4	True	123859	maximal	False	ENG0045_000000001528	0.9281791731728157		0	0	False	True	0.9982937574386597	0		MOBB			mobilizable	no_good_hit	2653.0	97.851	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
SPA0041_000000001725	15902	0.9519307717310036	15	12	10	9	9	True	120794	maximal	True	SPA0041_000000001725	1.0		1	1	False	False	0.999937117099762	0					non-mobilizable	no_good_hit	8421.0	98.611	54.0	0.0031242320276844973	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0188_000000001316	13327	0.9519304366520746	9	8	5	7	3	True	120591	fragment	False	ISR0188_000000001316	1.0		0	0	False	False	0.9988744854927063	0					non-mobilizable	no_good_hit	840.0	99.286	6.0	0.00018768067620519963	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
SPA0136_000000010719	3629	0.9519219500885769	3	3	3	3	3	False	129663	maximal	True	SPA0136_000000010719	0.9748226283726192	PS1061	7	2	False	True	1.0	0					non-mobilizable	no_good_hit	1807.0	99.115	63.0	0.00048344184869878034	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0069_000000003832	6274	0.9519212716934956	13	11	1	4	10	True	117326	fragment	False	ISR0216_000000003019	0.6096715323925337		0	0	False	False	0.9990436434745789	0					non-mobilizable	chromosome	6239.0	92.835	100.0	0.002575188423851449	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
DEN0026_000000010962	2688	0.9519204710426896	7	4	2	4	2	False	74186	maximal	True	DEN0026_000000010962	1.0		2	2	False	False	0.9988839030265808	0					non-mobilizable	no_good_hit	181.0	76.243	7.0	0.0012843129294882677	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	True	False
DEN0079_000000034996	1726	0.9518955670969168	2	2	1	2	1	False	69507	fragment	False	DEN0079_000000034996	1.0		0	0	False	False	0.9959443807601929	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	4.0	0.000517684780067466	NZ_AUMR01000011.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
MAD0046_000000013532	1920	0.9518934456513404	3	1	1	1	1	False	17746	fragment	False	MAD0046_000000013532	1.0		0	0	False	False	0.9984375238418579	0					non-mobilizable	other	1932.0	95.859	100.0	0.008069038830156777	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
ISR0266_000000008023	2215	0.951888779478122	6	1	1	1	1	False	53157	fragment	False	ISR0266_000000008023	1.0		0	0	False	False	0.9995485544204712	0					non-mobilizable	no_good_hit	1935.0	96.227	87.0	0.07570953219808181	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
AST0029_000000018809	1569	0.95188575010307	3	3	3	3	3	False	118034	fragment	False	AST0029_000000018809	1.0		0	0	False	False	0.9942638874053955	0					non-mobilizable	no_good_hit	123.0	78.04899999999999	8.0	2.259875609722844e-05	NZ_CP013023.1	firmicutes	Paenibacillus bovis strain BD3526 chromosome, complete genome	True	False
CHI0029_000000004765	2486	0.9518787933611292	4	3	0	1	3	False	88603	fragment	False	CHI0029_000000004765	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2489.0	99.598	100.0	0.05164504411001557	CP020518.1	enterobacteria	Escherichia coli strain 222 plasmid unnamed2, complete sequence	False	True
FIJ0028_000000018228	1659	0.9518750546960036	2	1	1	1	1	False	48925	fragment	False	FIJ0028_000000018228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	99.70100000000001	60.0	0.022229639519359145	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0814_000000006225	6124	0.9518649523731458	6	5	4	5	3	False	92265	fragment	False	ISR0814_000000006225	0.9489599084970083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000016138	2213	0.9518493901428876	3	1	1	1	1	False	52395	maximal	True	FIJ0002_000000016138	1.0		1	1	False	False	0.9828287363052368	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.3909972461915044e-05	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
ISR0785_000000001101	18471	0.9518452018754702	15	9	9	8	9	False	36504	maximal	True	ISR0785_000000001101	1.0	PS119|PS120	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	5039.0	92.796	48.0	0.0021713973037038193	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	True
DEN0046_000000001756	9208	0.9518406694557091	10	6	3	5	4	False	72777	fragment	False	DEN0046_000000001756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3752.0	86.62	58.0	0.004050013001646875	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
SPA0087_000000000798	15984	0.9518400409025886	11	11	8	10	9	False	109426	fragment	False	SPA0087_000000000798	1.0		0	0	False	False	0.9999374151229858	0					non-mobilizable	no_good_hit	942.0	93.631	6.0	0.029167573618582666	NZ_CABLCC010000032.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	False
ISR0286_000000012806	1555	0.9518382053554828	3	2	2	2	2	True	26022	maximal	True	ISR0286_000000012806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	729.0	89.43799999999999	74.0	0.03146155181392119	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
MON0077_000000000028	73451	0.951834525304954	104	27	16	22	13	True	20086	maximal	True	MON0077_000000000028	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	83.76799999999999	0.0	0.0032074126870990736	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
AST0089_000000004964	3976	0.9518280863698269	5	4	3	4	2	False	110288	maximal	True	AST0089_000000004964	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2049.0	93.46	52.0	0.0282816542830656	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	False
SPA0043_000000003762	4651	0.9518188090021646	4	4	4	4	2	False	44498	maximal	True	SPA0043_000000003762	1.0		4	3	False	False	0.9956998229026794	0					non-mobilizable	no_good_hit	434.0	72.581	9.0	0.0003482955644354989	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
MON0066_000000026873	1352	0.9518180017609428	3	2	1	2	1	False	10627	maximal	True	MON0066_000000026873	1.0		2	2	False	False	0.9755917191505432	0					non-mobilizable	other	955.0	89.005	90.0	0.011472390422419916	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	False	False
MAD0043_000000023893	1144	0.9518158916035055	2	2	1	1	2	False	45021	maximal	False	FIJ0068_000000026287	0.9665032679738562		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	100.0	100.0	0.00025260103931073287	CP042946.1	enterobacteria	Escherichia fergusonii strain ATCC 35470 chromosome, complete genome	False	False
FIJ0172_000000009681	2730	0.9518117288074016	3	3	3	3	3	False	46664	fragment	False	FIJ0169_000000007926	0.9811521822518817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	78.48	36.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
SPA0137_000000012183	3008	0.951798161683034	3	3	2	3	2	False	131989	fragment	False	ENG0120_000000007180	0.9194284258983176		0	0	False	False	1.0	0					non-mobilizable	chromosome	2849.0	85.64399999999999	93.0	0.0009524155926732702	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ENG0099_000000006326	2773	0.9517939290181188	5	5	3	4	2	False	119715	fragment	False	ENG0099_000000006326	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2694.0	99.852	100.0	0.0004294263403069003	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
FIJ0005_000000004608	5816	0.9517932180464528	9	8	5	5	6	True	123600	fragment	False	FIJ0005_000000004608	1.0		0	0	False	True	0.9914030432701111	0	rep_cluster_1702				non-mobilizable	no_good_hit	4093.0	98.632	77.0	0.12304013560142865	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
MAD0062_000000002910	4475	0.95178675351756	4	4	4	4	4	False	97119	maximal	True	MAD0062_000000002910	1.0	PS521	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	1833.0	79.815	40.0	0.042043294859314885	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
CAN0008_000000002815	9501	0.9517791010816578	10	10	9	10	10	False	95083	fragment	False	CAN0008_000000002815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2090.0	81.483	27.0	0.0006450600495083588	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
DEN0070_000000004120	7496	0.9517783702361888	11	8	6	8	6	False	70652	maximal	True	DEN0070_000000004120	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	7.462889087899265e-05	NZ_FWWT01000022.1	firmicutes	Desulfonispora thiosulfatigenes DSM 11270, whole genome shotgun sequence	True	False
FIJ0087_000000023601	1368	0.9517757938646436	3	2	1	2	1	False	43713	fragment	False	FIJ0087_000000023601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	1.8422639887447145e-06	LN590712.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG2, chromosome: 2	True	False
FIJ0106_000000000856	23634	0.9517736946891764	31	16	9	15	9	False	43694	maximal	True	FIJ0106_000000000856	1.0		2	1	False	False	0.9999576807022095	0					non-mobilizable	no_good_hit	1318.0	85.281	10.0	0.00039046395602425837	CP010993.1	firmicutes	Clostridium perfringens strain JP55, complete genome	True	False
USA0040_01_000000007321	2134	0.9517736154080669	2	2	2	2	2	False	92164	fragment	False	ISR0362_000000009581	0.9610403954223486		0	0	False	False	1.0	0					non-mobilizable	other	2134.0	99.859	100.0	0.00040147899438174213	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0041_000000004673	6812	0.9517672633032792	11	6	3	4	3	True	123859	maximal	False	ENG0045_000000001528	0.9870459442196159		0	0	True	True	1.0	407		MOBB			mobilizable	no_good_hit	2912.0	98.626	88.0	0.3796344647519582	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
MAD0040_000000005179	4789	0.9517657585451362	9	7	6	7	6	False	127436	maximal	True	MAD0040_000000005179	1.0	PS1007	2	1	False	True	0.9958237409591675	0					non-mobilizable	no_good_hit	1225.0	98.449	39.0	0.01886065611661556	CP043526.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_02, complete sequence	True	True
AST0002_000000005408	5983	0.9517570633871084	7	3	1	1	3	False	132481	maximal	True	AST0002_000000005408	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
SPA0107_000000025794	1285	0.9517568924833896	2	1	1	1	1	False	103258	fragment	False	ISR0810_000000013803	0.9495304867232838		0	0	False	False	1.0	0					non-mobilizable	chromosome	1286.0	99.92200000000001	100.0	0.00023600014104911154	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0838_000000020947	1189	0.9517568924833896	2	1	1	1	1	False	103258	fragment	False	ISR0810_000000013803	0.5996636536531266		0	0	False	False	1.0	0					non-mobilizable	chromosome	1189.0	99.916	100.0	0.00021818534440960663	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ENG0167_000000001528	14934	0.9517548306764458	14	13	11	11	13	False	113989	maximal	True	ENG0167_000000001528	1.0		12	7	False	False	1.0	0					non-mobilizable	chromosome	14934.0	100.0	100.0	0.002912394517606988	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
ENG0172_000000012046	1881	0.9517548261094162	4	3	3	3	2	False	55732	maximal	True	ENG0172_000000012046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	98.743	38.0	0.0024583794637638304	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	True	False
SPA0144_000000003223	4823	0.9517520620191892	6	5	3	5	4	False	81697	fragment	False	SPA0144_000000003223	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4865.0	82.15799999999999	100.0	0.001460522293635593	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	False
FIJ0072_000000003223	7717	0.9517514044269556	6	6	6	6	4	False	48693	fragment	False	FIJ0072_000000003223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2348.0	73.211	30.0	0.01326911679239529	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ISR0773_000000007484	2016	0.9517510277440948	2	2	2	2	1	False	93088	fragment	False	ISR0773_000000007484	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2016.0	96.97399999999999	100.0	0.0072149088992243616	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
MON0040_000000002647	8390	0.9517478604636442	9	7	2	3	6	True	132506	backbone	False	ISR0038_000000002833	0.9299717277375646	PS1165|PS799|PS800	0	0	False	True	0.9990465044975281	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6355.0	99.906	100.0	0.7103085867620751	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MAD0028_000000001078	8048	0.9517478604636442	8	7	2	3	6	True	132506	backbone	False	ISR0038_000000002833	0.7071193165204658	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6175.0	99.919	100.0	0.6901833631484794	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MON0050_000000000366	19948	0.9517444514509432	27	16	9	10	16	True	124135	fragment	False	MON0050_000000000366	1.0		0	0	False	False	0.9993482828140259	0					non-mobilizable	other	8171.0	97.74799999999999	98.0	0.0022946260504272528	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0208_000000004557	5422	0.9517373669162688	5	4	4	3	3	False	130746	fragment	False	ISR0130_000000004031	0.7794266805236038		0	0	False	False	0.9996311068534851	0					non-mobilizable	no_good_hit	1320.0	83.788	64.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0217_000000006753	3869	0.951736255062644	5	2	1	1	2	True	115718	backbone	False	ISR0072_000000007005	0.9396873588644353	PS754	0	0	True	True	1.0	9	rep_cluster_269	MOBV			mobilizable	plasmid	1761.0	95.344	98.0	0.4632275132275132	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ETH0004_000000007678	3719	0.951736255062644	5	2	1	1	2	True	115718	backbone	False	ISR0072_000000007005	0.7869922243737741	PS754	0	0	True	True	0.9989244341850281	17	rep_cluster_269	MOBV			mobilizable	plasmid	3159.0	96.676	97.0	0.8322751322751323	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0227_000000001511	14962	0.9517339511261809	21	9	4	6	5	True	27642	maximal	True	ISR0227_000000001511	1.0		1	1	True	True	0.9999331831932068	26					non-mobilizable	no_good_hit	309.0	78.317	2.0	0.0030668595765492228	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
SPA0112_000000026305	1262	0.9517332489676276	2	2	2	2	2	False	4515	fragment	False	SPA0112_000000026305	1.0		0	0	False	False	0.9976228475570679	0					non-mobilizable	other	1262.0	99.445	100.0	0.0004784364045712872	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	False	False
ISR0140_000000001350	21767	0.9517331273963292	25	24	10	14	22	True	132543	fragment	False	ISR0145_000000001295	0.9277798817022014		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	21780.0	98.88	100.0	0.4952326772101491	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ENG0171_000000009614	2483	0.9517323906109312	3	3	3	3	2	True	55796	fragment	False	SPA0100_000000011412	0.9537353052711415		0	0	False	False	0.9979863166809082	0					non-mobilizable	other	2485.0	96.459	100.0	0.0007271208765979528	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0092_000000009899	4042	0.9517298148632324	5	4	4	3	3	False	120411	fragment	False	SPA0092_000000009899	1.0		0	0	False	False	0.9910935163497925	0					non-mobilizable	other	4042.0	99.802	100.0	0.0017465138874002053	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0392_000000018631	1832	0.9517277868773856	1	1	1	1	1	False	81188	fragment	False	ISR0392_000000018631	1.0		0	0	False	False	0.9814410209655762	0					non-mobilizable	other	1522.0	96.189	99.0	0.003298519244615238	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MON0028_000000015825	1641	0.951715041525784	2	2	2	2	1	True	12590	fragment	False	MON0028_000000015825	1.0		0	0	False	False	0.9993906021118164	0					non-mobilizable	other	1641.0	97.197	100.0	0.00806019590207845	NZ_QIBZ01000002.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_002, whole genome shotgun sequence	False	True
ISR0171_000000022661	1331	0.9517135508675598	1	1	1	1	1	False	75868	fragment	False	ISR0812_000000027865	0.3154459753444525		0	0	False	False	0.9436513781547546	0					non-mobilizable	other	1260.0	98.65100000000001	95.0	0.008658097969232462	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0111_000000003292	9077	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9938400073286361	PS1165|PS799|PS800	0	0	True	True	1.0	68	rep_cluster_1097	MOBB			mobilizable	plasmid	8761.0	99.88600000000001	100.0	0.9800783435926134	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0081_000000002966	9058	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9945948642883147	PS1165|PS799|PS800	0	0	True	True	0.9975712299346924	6	rep_cluster_1097	MOBB			mobilizable	plasmid	5921.0	99.73	100.0	0.6624510352546167	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0073_000000000693	9044	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971203368572417	PS1165|PS799|PS800	0	0	True	True	1.0	63	rep_cluster_1097	MOBB			mobilizable	plasmid	7445.0	99.98700000000001	100.0	0.8321779964221825	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0152_000000002832	9043	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9976208177689432	PS1165|PS799|PS800	0	0	True	True	1.0	150	rep_cluster_1097	MOBB			mobilizable	plasmid	7412.0	99.96	100.0	0.8290990486849469	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0147_000000001981	9043	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974109084161623	PS1165|PS799|PS800	0	0	True	True	1.0	351	rep_cluster_1097	MOBB			mobilizable	plasmid	8506.0	99.89399999999999	100.0	0.9508050089445438	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0127_000000002086	9043	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9959597054395809	PS1165|PS799|PS800	0	0	True	True	1.0	97	rep_cluster_1097	MOBB			mobilizable	plasmid	6729.0	99.985	100.0	0.7528819250139899	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0201_000000002601	9042	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970880700286742	PS1165|PS799|PS800	0	0	True	True	1.0	106	rep_cluster_1097	MOBB			mobilizable	plasmid	8367.0	99.845	100.0	0.9352638640429338	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0222_000000006970	9042	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9975919212308884	PS1165|PS799|PS800	0	0	True	True	0.9970139265060425	19	rep_cluster_1097	MOBB			mobilizable	plasmid	7412.0	99.93299999999999	100.0	0.8290990486849469	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0065_000000002886	9042	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9973858607942895	PS1165|PS799|PS800	0	0	True	True	1.0	87	rep_cluster_1097	MOBB			mobilizable	plasmid	7257.0	99.904	100.0	0.8117515388919978	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CAN0016_000000004391	9042	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974016700014675	PS1165|PS799|PS800	0	0	True	True	1.0	1074	rep_cluster_1097	MOBB			mobilizable	plasmid	6729.0	99.941	100.0	0.7528819250139899	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0214_000000002688	9042	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974824173654959	PS1165|PS799|PS800	0	0	True	True	1.0	205	rep_cluster_1097	MOBB			mobilizable	plasmid	7412.0	99.919	100.0	0.8290990486849469	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0013_000000003724	9042	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9943728630505025	PS1165|PS799|PS800	0	0	True	True	1.0	455	rep_cluster_1097	MOBB			mobilizable	plasmid	8822.0	99.955	100.0	0.986905428091774	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CAN0015_000000004601	9042	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9940842892742648	PS1165|PS799|PS800	0	0	True	True	1.0	2682	rep_cluster_1097	MOBB			mobilizable	plasmid	8822.0	99.921	100.0	0.986905428091774	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0014_000000001370	9042	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970364957243293	PS1165|PS799|PS800	0	0	True	True	1.0	262	rep_cluster_1097	MOBB			mobilizable	plasmid	6828.0	99.868	100.0	0.7639619473978735	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0089_01_000000001062	9041	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971284878663897	PS1165|PS799|PS800	0	0	True	True	1.0	727	rep_cluster_1097	MOBB			mobilizable	plasmid	8706.0	99.874	100.0	0.9731663685152058	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0024_000000002026	9041	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970604341282638	PS1165|PS799|PS800	0	0	True	True	1.0	129	rep_cluster_1097	MOBB			mobilizable	plasmid	7074.0	99.887	100.0	0.7906976744186046	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
USA0055_01_000000002662	9038	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9923086818676041	PS1165|PS799|PS800	0	0	True	True	1.0	82	rep_cluster_1097	MOBB			mobilizable	plasmid	6734.0	99.62899999999999	100.0	0.7525715563506261	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0043_000000002296	9037	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.99702248293944	PS1165|PS799|PS800	0	0	True	True	1.0	267	rep_cluster_1097	MOBB			mobilizable	plasmid	7412.0	99.946	100.0	0.8290990486849469	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0079_000000003176	9030	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9958445321873441	PS1165|PS799|PS800	0	0	True	True	1.0	90	rep_cluster_1097	MOBB			mobilizable	plasmid	7295.0	99.698	100.0	0.8157806379406827	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CAN0001_000000004979	9029	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970716947658101	PS1165|PS799|PS800	0	0	True	True	1.0	391	rep_cluster_1097	MOBB			mobilizable	plasmid	7336.0	99.836	100.0	0.8205931729155008	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0114_000000002547	9025	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971756027564121	PS1165|PS799|PS800	0	0	True	True	1.0	66	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.863	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0107_000000001889	9025	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9956172999662267	PS1165|PS799|PS800	0	0	True	True	1.0	24	rep_cluster_1097	MOBB			mobilizable	plasmid	7295.0	99.671	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0187_000000002440	9024	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9972319355256355	PS1165|PS799|PS800	0	0	True	True	1.0	228	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.919	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0114_000000003951	9024	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.995627046689098	PS1165|PS799|PS800	0	0	True	True	1.0	223	rep_cluster_1097	MOBB			mobilizable	plasmid	8628.0	99.68700000000001	100.0	0.964221824686941	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MAD0034_000000001352	9024	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974926162571717	PS1165|PS799|PS800	0	0	True	True	0.9996675252914429	71	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.93299999999999	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0142_000000002372	9024	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9958477552626821	PS1165|PS799|PS800	0	0	True	True	1.0	89	rep_cluster_1097	MOBB			mobilizable	plasmid	6746.0	99.97	100.0	0.7546726357022944	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0032_000000001833	9024	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9958289863998245	PS1165|PS799|PS800	0	0	True	True	1.0	129	rep_cluster_1097	MOBB			mobilizable	plasmid	6788.0	99.971	100.0	0.7593732512590935	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0069_000000002529	9024	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9951684528276438	PS1165|PS799|PS800	0	0	True	True	1.0	475	rep_cluster_1097	MOBB			mobilizable	plasmid	6746.0	99.852	100.0	0.7546726357022944	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0074_000000002361	9024	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970584619801144	PS1165|PS799|PS800	0	0	True	True	1.0	104	rep_cluster_1097	MOBB			mobilizable	plasmid	7292.0	99.87700000000001	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0100_000000001030	9024	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971528579490962	PS1165|PS799|PS800	0	0	True	True	1.0	44	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.87700000000001	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0147_000000002473	9024	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970042221562755	PS1165|PS799|PS800	0	0	True	True	1.0	32	rep_cluster_1097	MOBB			mobilizable	plasmid	7292.0	99.822	100.0	0.8156687185226636	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0150_000000002276	9024	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971751107397974	PS1165|PS799|PS800	0	0	True	True	1.0	22	rep_cluster_1097	MOBB			mobilizable	plasmid	7293.0	99.863	100.0	0.8157806379406827	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0196_000000000750	9024	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9958516431764904	PS1165|PS799|PS800	0	0	True	True	1.0	73	rep_cluster_1097	MOBB			mobilizable	plasmid	7455.0	99.665	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
USA0038_01_000000002306	9024	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9973103795190087	PS1165|PS799|PS800	0	0	True	True	1.0	159	rep_cluster_1097	MOBB			mobilizable	plasmid	6765.0	99.926	100.0	0.7567991046446558	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0384_000000001143	9023	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9959486423839562	PS1165|PS799|PS800	0	0	True	True	1.0	117	rep_cluster_1097	MOBB			mobilizable	plasmid	7455.0	99.665	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0077_000000002828	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.996980610478072	PS1165|PS799|PS800	0	0	True	True	1.0	109	rep_cluster_1097	MOBB			mobilizable	plasmid	6787.0	99.897	100.0	0.7593732512590935	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0039_000000002539	9023	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9973145927454323	PS1165|PS799|PS800	0	0	True	True	1.0	271	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.919	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0100_000000003452	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9973000466651308	PS1165|PS799|PS800	0	0	True	True	1.0	114	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.904	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0123_000000001596	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971876153931448	PS1165|PS799|PS800	0	0	True	True	1.0	3163	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.904	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0134_000000003284	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9973956394229433	PS1165|PS799|PS800	0	0	True	True	1.0	722	rep_cluster_1097	MOBB			mobilizable	plasmid	6745.0	99.985	100.0	0.7546726357022944	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0315_000000000796	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971743416574373	PS1165|PS799|PS800	0	0	True	True	0.9998891949653625	25	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.89	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AST0025_000000003182	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974172717427718	PS1165|PS799|PS800	0	0	True	True	1.0	34	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.91799999999999	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0009_01_000000002693	9023	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9938112995163061	PS1165|PS799|PS800	0	0	True	True	1.0	130	rep_cluster_1097	MOBB			mobilizable	plasmid	8895.0	99.809	100.0	0.9944040290990487	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0117_000000002160	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9968391552086246	PS1165|PS799|PS800	0	0	True	True	1.0	122	rep_cluster_1097	MOBB			mobilizable	plasmid	7335.0	99.86399999999999	100.0	0.8204812534974818	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0076_000000001315	9023	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9940895270125695	PS1165|PS799|PS800	0	0	True	True	1.0	594	rep_cluster_1097	MOBB			mobilizable	plasmid	8822.0	99.932	100.0	0.986905428091774	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0046_000000002364	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9972862869861707	PS1165|PS799|PS800	0	0	True	True	1.0	339	rep_cluster_1097	MOBB			mobilizable	plasmid	8056.0	99.926	100.0	0.9006037567084079	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0116_000000003780	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971897268521122	PS1165|PS799|PS800	0	0	True	True	1.0	98	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.89	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0006_01_000000002554	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.996992248132629	PS1165|PS799|PS800	0	0	True	True	1.0	94	rep_cluster_1097	MOBB			mobilizable	plasmid	6844.0	99.883	100.0	0.765752658086178	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0204_000000002018	9023	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.997041239460443	PS1165|PS799|PS800	0	0	True	True	1.0	309	rep_cluster_1097	MOBB			mobilizable	plasmid	6729.0	99.911	100.0	0.7528819250139899	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0381_000000001520	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970981028445	PS1165|PS799|PS800	0	0	True	True	0.9998891353607178	6	rep_cluster_1097	MOBB			mobilizable	plasmid	7345.0	99.891	100.0	0.8209973166368515	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0021_000000001990	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974805325314178	PS1165|PS799|PS800	0	0	True	True	1.0	785	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.91799999999999	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0111_000000001543	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971610405011105	PS1165|PS799|PS800	0	0	True	True	0.9998891353607178	12	rep_cluster_1097	MOBB			mobilizable	plasmid	6729.0	99.881	100.0	0.7528819250139899	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0009_000000001562	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9975718461370557	PS1165|PS799|PS800	0	0	True	True	1.0	266	rep_cluster_1097	MOBB			mobilizable	plasmid	6729.0	99.955	100.0	0.7528819250139899	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0128_000000002516	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9972195228677548	PS1165|PS799|PS800	0	0	True	True	1.0	111	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.87700000000001	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0099_000000002449	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.997369503867534	PS1165|PS799|PS800	0	0	True	True	1.0	5	rep_cluster_1097	MOBB			mobilizable	plasmid	6826.0	99.956	100.0	0.7637381085618354	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AST0019_000000002477	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9968781458320891	PS1165|PS799|PS800	0	0	True	True	1.0	40	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.863	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0113_000000003612	9022	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9938184987989176	PS1165|PS799|PS800	0	0	True	True	1.0	81	rep_cluster_1097	MOBB			mobilizable	plasmid	8761.0	99.88600000000001	100.0	0.9800783435926134	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0042_01_000000003073	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9972195228677548	PS1165|PS799|PS800	0	0	True	True	1.0	35	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.87700000000001	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0371_000000001215	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9972543404369048	PS1165|PS799|PS800	0	0	True	True	1.0	15	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.87700000000001	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0005_000000003276	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9972624481324811	PS1165|PS799|PS800	0	0	True	True	1.0	1027	rep_cluster_1097	MOBB			mobilizable	plasmid	8698.0	99.897	100.0	0.9722719141323792	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0245_000000000282	9022	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9975719676187323	PS1165|PS799|PS800	0	0	True	True	0.9998891353607178	20	rep_cluster_1097	MOBB			mobilizable	plasmid	6066.0	99.934	100.0	0.6779964221824687	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0320_000000001579	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971656664040716	PS1165|PS799|PS800	0	0	True	True	1.0	24	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.863	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0089_000000002164	9022	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9969617888147269	PS1165|PS799|PS800	0	0	True	True	1.0	40	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.81200000000001	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
AUS0016_000000002145	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.99727194097757	PS1165|PS799|PS800	0	0	True	True	1.0	47	rep_cluster_1097	MOBB			mobilizable	plasmid	7335.0	99.891	100.0	0.8204812534974818	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
DEN0093_000000003256	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.997480186011251	PS1165|PS799|PS800	0	0	True	True	1.0	436	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.904	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AUS0008_000000001669	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.997365759933727	PS1165|PS799|PS800	0	0	True	True	1.0	537	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.904	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AST0089_000000001721	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971156222718247	PS1165|PS799|PS800	0	0	True	True	0.9998891353607178	18	rep_cluster_1097	MOBB			mobilizable	plasmid	7345.0	99.837	100.0	0.8209973166368515	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0093_000000004373	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974760382769824	PS1165|PS799|PS800	0	0	True	True	1.0	104	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.91799999999999	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0087_01_000000001110	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.997493160849879	PS1165|PS799|PS800	0	0	True	True	1.0	23	rep_cluster_1097	MOBB			mobilizable	plasmid	7335.0	99.91799999999999	100.0	0.8204812534974818	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0043_000000003121	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971109844086743	PS1165|PS799|PS800	0	0	True	True	1.0	152	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.863	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0115_000000001745	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970003252752275	PS1165|PS799|PS800	0	0	True	True	1.0	64	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.84899999999999	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0094_000000001769	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974882494462849	PS1165|PS799|PS800	0	0	True	True	1.0	202	rep_cluster_1097	MOBB			mobilizable	plasmid	8598.0	99.919	100.0	0.9610912343470484	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
AST0039_000000001710	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.995885532001211	PS1165|PS799|PS800	0	0	True	True	0.9996674656867981	83	rep_cluster_1097	MOBB			mobilizable	plasmid	7293.0	99.685	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0090_000000002984	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.997480186011251	PS1165|PS799|PS800	0	0	True	True	1.0	239	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.904	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0019_000000002347	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9968874245742784	PS1165|PS799|PS800	0	0	True	True	1.0	557	rep_cluster_1097	MOBB			mobilizable	plasmid	6729.0	99.866	100.0	0.7528819250139899	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0013_000000002261	9022	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9953115955109764	PS1165|PS799|PS800	0	0	True	True	1.0	35	rep_cluster_1097	MOBB			mobilizable	plasmid	6787.0	99.867	100.0	0.7593732512590935	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0041_01_000000002719	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.99698714986504	PS1165|PS799|PS800	0	0	True	True	1.0	47	rep_cluster_1097	MOBB			mobilizable	plasmid	7335.0	99.836	100.0	0.8204812534974818	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0197_000000001313	9022	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.997109595809163	PS1165|PS799|PS800	0	0	True	True	1.0	213	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.863	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0055_000000002115	9021	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970070901852298	PS1165|PS799|PS800	0	0	True	True	1.0	751	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.87899999999999	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0155_000000001525	9021	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974204892659921	PS1165|PS799|PS800	0	0	True	True	0.9998891353607178	69	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.93299999999999	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0002_000000001945	9021	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9967954798804636	PS1165|PS799|PS800	0	0	True	True	1.0	309	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.852	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0057_000000002823	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9975088169253324	PS1165|PS799|PS800	0	0	True	True	1.0	1517	rep_cluster_1097	MOBB			mobilizable	plasmid	8837.0	99.876	100.0	0.9878130590339893	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0015_000000001379	9021	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9936605376011186	PS1165|PS799|PS800	0	0	True	True	1.0	156	rep_cluster_1097	MOBB			mobilizable	plasmid	8922.0	99.77600000000001	100.0	0.9974258533855624	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0049_000000002111	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9969351534076625	PS1165|PS799|PS800	0	0	True	True	1.0	654	rep_cluster_1097	MOBB			mobilizable	plasmid	6843.0	99.854	100.0	0.765640738668159	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0130_000000003595	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9973083102444489	PS1165|PS799|PS800	0	0	True	True	0.9996674656867981	155	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.87700000000001	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0012_000000002570	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9968987132193684	PS1165|PS799|PS800	0	0	True	True	1.0	288	rep_cluster_1097	MOBB			mobilizable	plasmid	6893.0	99.79700000000001	100.0	0.7710128707330722	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0168_000000002533	9021	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970083194190398	PS1165|PS799|PS800	0	0	True	True	0.9983372092247009	25	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.87899999999999	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0186_000000002093	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9969783041374863	PS1165|PS799|PS800	0	0	True	True	1.0	23	rep_cluster_1097	MOBB			mobilizable	plasmid	6842.0	99.898	100.0	0.7655288192501399	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0110_000000002363	9021	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.996773321389259	PS1165|PS799|PS800	0	0	True	True	1.0	61	rep_cluster_1097	MOBB			mobilizable	plasmid	6761.0	99.80799999999999	100.0	0.7563514269725797	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0080_000000002477	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9969351534076625	PS1165|PS799|PS800	0	0	True	True	1.0	379	rep_cluster_1097	MOBB			mobilizable	plasmid	6843.0	99.854	100.0	0.765640738668159	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0013_000000002425	9021	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9935490054779421	PS1165|PS799|PS800	0	0	True	True	1.0	750	rep_cluster_1097	MOBB			mobilizable	plasmid	8895.0	99.764	100.0	0.9944040290990487	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0056_000000001529	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.997123221329465	PS1165|PS799|PS800	0	0	True	True	1.0	961	rep_cluster_1097	MOBB			mobilizable	plasmid	8475.0	99.906	100.0	0.9473389982110912	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
DEN0021_000000003096	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9968989234454058	PS1165|PS799|PS800	0	0	True	True	1.0	103	rep_cluster_1097	MOBB			mobilizable	plasmid	8492.0	99.882	100.0	0.9492397137745975	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0208_000000002813	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971494866273263	PS1165|PS799|PS800	0	0	True	True	1.0	69	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.863	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0116_000000002055	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.996991214912305	PS1165|PS799|PS800	0	0	True	True	1.0	746	rep_cluster_1097	MOBB			mobilizable	plasmid	6729.0	99.837	100.0	0.7528819250139899	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0302_000000001107	9021	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971041464113978	PS1165|PS799|PS800	0	0	True	True	1.0	64	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.835	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0056_000000003144	9021	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9941935600804775	PS1165|PS799|PS800	0	0	True	True	1.0	293	rep_cluster_1097	MOBB			mobilizable	plasmid	8635.0	99.931	100.0	0.965976496922216	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0023_000000002023	9020	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9973077313377025	PS1165|PS799|PS800	0	0	True	True	1.0	86	rep_cluster_1097	MOBB			mobilizable	plasmid	8626.0	99.919	100.0	0.964221824686941	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0041_000000002662	9018	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9967981089039726	PS1165|PS799|PS800	0	0	True	True	1.0	73	rep_cluster_1097	MOBB			mobilizable	plasmid	7292.0	99.91799999999999	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AUS0010_000000002148	9017	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9968221736154617	PS1165|PS799|PS800	0	0	True	True	1.0	22	rep_cluster_1097	MOBB			mobilizable	plasmid	8492.0	99.81200000000001	100.0	0.9492397137745975	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0124_000000003019	9016	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9976547791849204	PS1165|PS799|PS800	0	0	True	True	0.9994454383850098	31	rep_cluster_1097	MOBB			mobilizable	plasmid	7393.0	99.919	100.0	0.8263640429338104	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0051_000000002968	9016	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9968475564330801	PS1165|PS799|PS800	0	0	True	True	1.0	32	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.904	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0029_000000004886	9016	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9969587854973981	PS1165|PS799|PS800	0	0	True	True	1.0	27	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.91799999999999	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0257_000000001367	9016	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971886223209933	PS1165|PS799|PS800	0	0	True	True	1.0	31	rep_cluster_1097	MOBB			mobilizable	plasmid	7234.0	99.945	100.0	0.8091773922775601	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0378_000000001762	9016	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.996866285973498	PS1165|PS799|PS800	0	0	True	True	1.0	25	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.785	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0071_000000002297	9015	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9930345590382362	PS1165|PS799|PS800	0	0	True	True	1.0	1151	rep_cluster_1097	MOBB			mobilizable	plasmid	8808.0	99.83	100.0	0.9853385562395075	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0146_000000002371	9005	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974551245024468	PS1165|PS799|PS800	0	0	True	True	1.0	41	rep_cluster_1097	MOBB			mobilizable	plasmid	7318.0	99.91799999999999	100.0	0.8185786233911584	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0154_000000000452	9005	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9940905701542222	PS1165|PS799|PS800	0	0	True	True	0.9998889565467834	21	rep_cluster_1097	MOBB			mobilizable	plasmid	8889.0	99.831	100.0	0.9937325125909345	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AST0104_000000003184	9004	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974430517714514	PS1165|PS799|PS800	0	0	True	True	1.0	28	rep_cluster_1097	MOBB			mobilizable	plasmid	6706.0	99.955	100.0	0.7495527728085868	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0801_000000000757	9003	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9941656100799724	PS1165|PS799|PS800	0	0	True	True	1.0	71	rep_cluster_1097	MOBB			mobilizable	plasmid	8822.0	99.96600000000001	100.0	0.986905428091774	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0772_000000000426	9003	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9939949971705918	PS1165|PS799|PS800	0	0	True	True	0.9995557069778442	28	rep_cluster_1097	MOBB			mobilizable	plasmid	8885.0	99.84200000000001	100.0	0.9932848349188584	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0821_000000002588	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971089163391198	PS1165|PS799|PS800	0	0	True	True	1.0	168	rep_cluster_1097	MOBB			mobilizable	plasmid	7345.0	99.837	100.0	0.8209973166368515	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0135_000000002597	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.997182169443398	PS1165|PS799|PS800	0	0	True	True	1.0	921	rep_cluster_1097	MOBB			mobilizable	plasmid	8070.0	99.839	100.0	0.9021690518783542	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0774_000000002423	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971890325303401	PS1165|PS799|PS800	0	0	True	True	1.0	77	rep_cluster_1097	MOBB			mobilizable	plasmid	7315.0	99.87700000000001	100.0	0.8182428651371013	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0210_000000001987	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974496737284955	PS1165|PS799|PS800	0	0	True	True	1.0	46	rep_cluster_1097	MOBB			mobilizable	plasmid	8718.0	99.874	100.0	0.9745080500894454	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0356_000000001492	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9972757330946133	PS1165|PS799|PS800	0	0	True	True	1.0	26	rep_cluster_1097	MOBB			mobilizable	plasmid	8679.0	99.87299999999999	100.0	0.9701475849731663	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0008_000000000830	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9975685499833381	PS1165|PS799|PS800	0	0	True	True	1.0	317	rep_cluster_1097	MOBB			mobilizable	plasmid	8827.0	99.887	100.0	0.9866949910554562	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0130_000000002802	9002	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974644856745056	PS1165|PS799|PS800	0	0	True	True	1.0	17	rep_cluster_1097	MOBB			mobilizable	plasmid	7465.0	99.92	100.0	0.8350307778399553	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0094_000000001932	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9974850647106884	PS1165|PS799|PS800	0	0	True	True	1.0	42	rep_cluster_1097	MOBB			mobilizable	plasmid	8616.0	99.94200000000001	100.0	0.9631037567084079	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
AST0002_000000003344	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9940586659069801	PS1165|PS799|PS800	0	0	True	True	1.0	67	rep_cluster_1097	MOBB			mobilizable	plasmid	6771.0	99.867	100.0	0.7569320214669052	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0043_000000001781	9002	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9940359535136757	PS1165|PS799|PS800	0	0	True	True	1.0	43	rep_cluster_1097	MOBB			mobilizable	plasmid	8822.0	99.921	100.0	0.986905428091774	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
DEN0077_000000000526	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.997311538281612	PS1165|PS799|PS800	0	0	True	True	1.0	324	rep_cluster_1097	MOBB			mobilizable	plasmid	7345.0	99.91799999999999	100.0	0.8209973166368515	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0010_000000000847	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9976136816564469	PS1165|PS799|PS800	0	0	True	True	1.0	85	rep_cluster_1097	MOBB			mobilizable	plasmid	7345.0	99.905	100.0	0.8209973166368515	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0026_000000000962	9002	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9975410899918525	PS1165|PS799|PS800	0	0	True	True	1.0	138	rep_cluster_1097	MOBB			mobilizable	plasmid	7345.0	99.891	100.0	0.8209973166368515	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0305_000000001316	9001	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971561362688266	PS1165|PS799|PS800	0	0	True	True	0.9998888969421387	19	rep_cluster_1097	MOBB			mobilizable	plasmid	6787.0	99.897	100.0	0.7593732512590935	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0306_000000000668	9001	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9969041786187383	PS1165|PS799|PS800	0	0	True	True	1.0	41	rep_cluster_1097	MOBB			mobilizable	plasmid	6368.0	99.859	100.0	0.7117620751341681	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0771_000000001010	9001	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971667985362402	PS1165|PS799|PS800	0	0	True	True	1.0	177	rep_cluster_1097	MOBB			mobilizable	plasmid	6267.0	99.84	100.0	0.7004695885509838	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0029_000000002217	8997	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.99527222829519	PS1165|PS799|PS800	0	0	True	True	0.9997776746749878	27	rep_cluster_1097	MOBB			mobilizable	plasmid	6787.0	99.971	100.0	0.7593732512590935	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0838_000000001926	8995	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9933123372327574	PS1165|PS799|PS800	0	0	True	True	0.9998888373374939	57	rep_cluster_1097	MOBB			mobilizable	plasmid	8822.0	99.887	100.0	0.986905428091774	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0353_000000003148	8981	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9928958327844984	PS1165|PS799|PS800	0	0	True	True	1.0	88	rep_cluster_1097	MOBB			mobilizable	plasmid	4668.0	99.936	100.0	0.5221040850587577	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0031_01_000000003429	8965	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9965951077892224	PS1165|PS799|PS800	0	0	True	True	1.0	133	rep_cluster_1097	MOBB			mobilizable	plasmid	6787.0	99.838	100.0	0.7593732512590935	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0007_000000001458	8949	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9940709814166204	PS1165|PS799|PS800	0	0	True	True	1.0	27	rep_cluster_1097	MOBB			mobilizable	plasmid	8822.0	99.955	100.0	0.986905428091774	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0110_000000002964	8948	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9940371228584297	PS1165|PS799|PS800	0	0	True	True	1.0	92	rep_cluster_1097	MOBB			mobilizable	plasmid	7962.0	99.86200000000001	100.0	0.8900939177101967	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0125_000000003869	8942	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971312352150474	PS1165|PS799|PS800	0	0	True	True	1.0	617	rep_cluster_1097	MOBB			mobilizable	plasmid	6111.0	99.869	100.0	0.6830277280858676	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0054_000000002629	8942	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9952465974779376	PS1165|PS799|PS800	0	0	True	True	1.0	20	rep_cluster_1097	MOBB			mobilizable	plasmid	8839.0	99.63799999999999	100.0	0.9878130590339893	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0107_000000002626	8941	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9967110060638565	PS1165|PS799|PS800	0	0	True	True	1.0	48	rep_cluster_1097	MOBB			mobilizable	plasmid	8837.0	99.853	100.0	0.9878130590339893	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0123_000000001312	8848	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9863575365540544	PS1165|PS799|PS800	0	0	True	True	0.9994348883628845	9	rep_cluster_1097	MOBB			mobilizable	plasmid	6629.0	99.955	100.0	0.7416899832120873	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0013_01_000000001390	8817	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9835784907486623	PS1165|PS799|PS800	0	0	True	True	1.0	44	rep_cluster_1097	MOBB			mobilizable	plasmid	6073.0	99.835	100.0	0.6787790697674418	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0006_000000003368	8472	0.9517115978769902	11	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9412288012689097	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6730.0	99.941	100.0	0.7528819250139899	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0081_01_000000003592	8437	0.9517115978769902	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9325625212443064	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6748.0	99.837	100.0	0.7550083939563514	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0078_000000003878	8412	0.9517115978769902	10	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9244174451354611	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	7994.0	99.81200000000001	99.0	0.8936717352415027	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0295_000000014307	2458	0.9517092390622288	4	3	2	3	2	False	25722	fragment	False	ISR0295_000000014307	1.0		0	0	False	False	0.9869812726974487	0					non-mobilizable	no_good_hit								True	False
ENG0062_000000020081	1180	0.9517085694363616	3	2	1	2	2	False	63128	fragment	False	ENG0062_000000020081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	94.512	14.0	3.996399807682453e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0057_000000001584	14304	0.951705785780395	14	11	3	6	8	True	83905	fragment	False	SPA0057_000000001584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	95.506	1.0	1.6595494624945592e-05	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	True
FIJ0097_000000002913	9076	0.9517036934869068	13	3	2	2	2	True	42942	maximal	True	FIJ0097_000000002913	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	100.0	1.0	0.0008149267414814689	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0006_000000009134	2117	0.9516991956059052	4	2	2	2	1	False	38494	maximal	True	ISR0006_000000009134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	75.926	10.0	5.6420627487863575e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0262_000000008305	1984	0.9516991956059052	2	2	2	2	1	False	99597	fragment	False	ISR0262_000000008305	0.9181577289387086		0	0	False	False	0.9939516186714172	0					non-mobilizable	no_good_hit								True	False
CHI0005_000000009527	1984	0.9516991956059052	2	2	2	2	1	False	99597	fragment	False	ISR0262_000000008305	0.913671388459657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0215_000000008318	3481	0.951697229579508	3	3	3	3	3	False	127030	fragment	False	ISR0104_000000006979	0.9774986195472115		0	0	False	False	0.9997127056121826	0					non-mobilizable	no_good_hit	1807.0	97.62	52.0	0.006927821763947708	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0028_000000006690	4006	0.9516964587452984	6	2	1	1	1	True	105950	maximal	False	SPA0110_000000005442	0.9540392340428662	PS642	0	0	True	True	0.9987518787384033	15		MOBV			mobilizable	no_good_hit	1167.0	93.316	59.0	0.30793650793650795	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MAD0012_000000006757	3980	0.9516964587452984	6	2	1	1	1	True	105950	maximal	False	SPA0110_000000005442	0.9518832696564008	PS642	0	0	True	True	0.9972361922264099	19		MOBV			mobilizable	no_good_hit	1603.0	96.507	59.0	0.42328042328042326	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
CHI0109_000000004235	3971	0.9516964587452984	5	2	1	1	1	True	105950	maximal	False	SPA0110_000000005442	0.9440276342874947	PS642	0	0	True	True	1.0	101		MOBV			mobilizable	no_good_hit	1614.0	93.12299999999999	60.0	0.42328042328042326	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MAD0026_000000002958	3971	0.9516964587452984	6	2	1	1	1	True	105950	maximal	False	SPA0110_000000005442	0.9608801106361738	PS642	0	0	True	True	1.0	62		MOBV			mobilizable	no_good_hit	1605.0	94.081	59.0	0.42328042328042326	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ISR0015_000000006110	3936	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9416654053523886	PS754	0	0	True	True	1.0	53	rep_cluster_269	MOBV			mobilizable	plasmid	2022.0	96.439	98.0	0.5333333333333333	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MAD0028_000000003005	3934	0.9516964587452984	6	2	1	1	1	True	105950	maximal	False	SPA0110_000000005442	0.9604545030733586	PS642	0	0	True	True	1.0	129		MOBV			mobilizable	no_good_hit	2210.0	93.529	60.0	0.5801587301587302	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ISR0320_000000005135	3915	0.9516964587452984	6	2	1	1	1	True	105950	maximal	False	SPA0110_000000005442	0.955329360878293	PS642	0	0	True	True	0.9992337226867676	15		MOBV			mobilizable	no_good_hit	1811.0	93.926	60.0	0.476984126984127	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ITA0002_000000001896	3914	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9101171024448302	PS754	0	0	True	True	1.0	49	rep_cluster_269	MOBV			mobilizable	plasmid	2090.0	94.258	99.0	0.5484126984126985	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MON0107_000000014171	3909	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9463497571715744	PS754	0	0	True	True	1.0	7	rep_cluster_269	MOBV			mobilizable	plasmid	2091.0	95.744	99.0	0.5497354497354497	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0378_000000005769	3906	0.9516964587452984	6	2	1	1	1	True	105950	maximal	False	SPA0110_000000005442	0.9610099447144584	PS642	0	0	True	True	1.0	53		MOBV			mobilizable	no_good_hit	1811.0	93.539	60.0	0.476984126984127	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MON0087_000000012328	3894	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9417883910990669	PS754	0	0	True	True	1.0	14	rep_cluster_269	MOBV			mobilizable	plasmid	3503.0	94.49	100.0	0.9156084656084656	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ITA0006_000000006694	3878	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9460318313035209	PS754	0	0	True	True	0.9997421503067017	128	rep_cluster_269	MOBV			mobilizable	plasmid	2229.0	96.23100000000001	100.0	0.5859788359788359	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ENG0183_000000007105	3877	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9477318130474393	PS754	0	0	True	True	1.0	42	rep_cluster_269	MOBV			mobilizable	plasmid	3822.0	94.898	99.0	0.9997354497354497	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0110_000000005442	3876	0.9516964587452984	5	2	1	1	1	True	105950	maximal	True	SPA0110_000000005442	0.966596972786232	PS642	4	3	True	True	0.9956140518188477	7		MOBV			mobilizable	no_good_hit	1195.0	93.72399999999999	60.0	0.31507936507936507	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MAD0046_000000006193	3866	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9433665224053612	PS754	0	0	True	True	1.0	25	rep_cluster_269	MOBV			mobilizable	plasmid	2355.0	94.86200000000001	99.0	0.6174603174603175	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0030_000000007896	3865	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9394202681825504	PS754	0	0	True	True	1.0	35	rep_cluster_269	MOBV			mobilizable	plasmid	1971.0	94.62200000000001	99.0	0.5171957671957672	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
AST0046_000000005044	3863	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9061908444796343	PS754	0	0	True	True	0.9997411370277405	3	rep_cluster_269	MOBV			mobilizable	plasmid	2390.0	94.51899999999999	96.0	0.6256613756613757	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MON0061_000000010931	3862	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.945877071634935	PS754	0	0	True	True	1.0	98	rep_cluster_269	MOBV			mobilizable	plasmid	2404.0	94.884	100.0	0.6304232804232804	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0145_000000008695	3855	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.937138752062242	PS754	0	0	True	True	1.0	142	rep_cluster_269	MOBV			mobilizable	plasmid	2090.0	94.45	99.0	0.5484126984126985	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
FIJ0062_000000007405	3851	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9376226473924211	PS754	0	0	True	True	1.0	19	rep_cluster_269	MOBV			mobilizable	plasmid	2293.0	94.723	99.0	0.6055555555555555	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ENG0078_000000006807	3845	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9436790806646129	PS754	0	0	True	True	0.9984395503997803	11	rep_cluster_269	MOBV			mobilizable	plasmid	1950.0	94.462	100.0	0.5116402116402117	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0128_000000009554	3844	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9391908780696397	PS754	0	0	True	True	1.0	53	rep_cluster_269	MOBV			mobilizable	plasmid	3608.0	94.9	100.0	0.9473544973544974	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0022_000000003541	3838	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9478388871959985	PS754	0	0	True	True	1.0	255	rep_cluster_269	MOBV			mobilizable	plasmid	3718.0	95.29299999999999	99.0	0.9777777777777777	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0233_000000002719	3836	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9250407140663507	PS754	0	0	True	True	1.0	10	rep_cluster_269	MOBV			mobilizable	plasmid	3788.0	92.60799999999999	100.0	0.9896825396825397	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
CHI0058_000000004714	3834	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9382897354407712	PS754	0	0	True	True	1.0	8	rep_cluster_269	MOBV			mobilizable	plasmid	1653.0	95.82600000000001	99.0	0.43492063492063493	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0001_000000008865	3829	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9435441775199778	PS754	0	0	True	True	0.9986941814422607	20	rep_cluster_269	MOBV			mobilizable	plasmid	2285.0	96.54299999999999	100.0	0.6031746031746031	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0018_000000007450	3814	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9352190915749078	PS754	0	0	True	True	1.0	11	rep_cluster_269	MOBV			mobilizable	plasmid	2332.0	94.726	100.0	0.6095238095238096	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
AST0101_000000002749	3811	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9476801163863027	PS754	0	0	True	True	0.9997376203536987	10	rep_cluster_269	MOBV			mobilizable	plasmid	3768.0	96.311	100.0	0.9936507936507937	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0101_000000006296	3810	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9468884002752118	PS754	0	0	True	True	1.0	22	rep_cluster_269	MOBV			mobilizable	plasmid	2057.0	96.257	100.0	0.5436507936507936	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0072_000000007005	3808	0.9516964587452984	4	2	1	1	1	True	115718	backbone	True	ISR0072_000000007005	0.9480482305501228	PS754	4	3	True	True	1.0	24	rep_cluster_269	MOBV			mobilizable	plasmid	2415.0	94.45100000000001	100.0	0.6335978835978836	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
DEN0021_000000008597	3806	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9114327676353932	PS754	0	0	True	True	1.0	463	rep_cluster_269	MOBV			mobilizable	plasmid	2294.0	94.595	99.0	0.6055555555555555	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MAD0050_000000005971	3797	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9457685039152223	PS754	0	0	True	True	0.9973663687705994	13	rep_cluster_269	MOBV			mobilizable	plasmid	2451.0	94.125	100.0	0.6433862433862434	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0134_000000007765	3797	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9425619840443381	PS754	0	0	True	True	1.0	185	rep_cluster_269	MOBV			mobilizable	plasmid	2349.0	94.551	100.0	0.6164021164021164	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MON0033_000000017700	3783	0.9516964587452984	6	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.49292267810837564	PS754	0	0	True	True	1.0	115	rep_cluster_269				non-mobilizable	plasmid	2294.0	93.069	90.0	0.6034391534391534	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
TAN0002_000000008941	3754	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.7747463635683782	PS754	0	0	True	True	1.0	34	rep_cluster_269				non-mobilizable	plasmid	1958.0	94.995	97.0	0.512962962962963	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
TAN0017_000000009018	3745	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.7672027376259858	PS754	0	0	True	True	0.9997329711914062	45	rep_cluster_269				non-mobilizable	plasmid	1940.0	97.26799999999999	97.0	0.512962962962963	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MON0062_000000010877	3701	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8398762257461359	PS754	0	0	True	True	1.0	40	rep_cluster_269	MOBV			mobilizable	plasmid	1760.0	95.227	98.0	0.4632275132275132	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ENG0064_000000006175	3687	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8073802440741167	PS754	0	0	True	True	1.0	27	rep_cluster_269				non-mobilizable	plasmid	3155.0	95.75299999999999	97.0	0.8293650793650794	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
CHI0111_000000008357	3668	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8426384429312375	PS754	0	0	True	True	1.0	97	rep_cluster_269	MOBV			mobilizable	other	1764.0	97.676	98.0	0.48674765323025954	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
TAN0003_000000001916	3659	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.7243089977454101	PS754	0	0	True	True	1.0	7	rep_cluster_269				non-mobilizable	plasmid	2373.0	94.648	97.0	0.6198412698412699	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0139_000000007152	3656	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.7765198640286096	PS754	0	0	True	True	0.9975382685661316	8	rep_cluster_269				non-mobilizable	plasmid	2464.0	95.455	97.0	0.6462962962962963	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
FIJ0018_000000007410	3653	0.9516964587452984	4	2	1	1	1	True	105949	maximal	True	FIJ0018_000000007410	1.0	PS642	1	1	True	True	1.0	15					non-mobilizable	no_good_hit	1152.0	95.226	60.0	0.30317460317460315	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
FIJ0023_000000008453	3653	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8441341014504046	PS754	0	0	True	True	1.0	104	rep_cluster_269	MOBV			mobilizable	other	1605.0	97.196	100.0	0.44229707344008834	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0112_000000004488	3648	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8348045417325712	PS754	0	0	True	True	0.999451756477356	8	rep_cluster_269	MOBV			mobilizable	other	1593.0	97.928	99.0	0.4395361678630591	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0148_000000003153	3645	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8925807023261599	PS754	0	0	True	True	1.0	9	rep_cluster_269	MOBV			mobilizable	other	1811.0	97.846	100.0	0.49972390944229705	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0051_000000004692	3644	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8537132438786983	PS754	0	0	True	True	0.9991767406463623	60	rep_cluster_269	MOBV			mobilizable	other	2056.0	95.76799999999999	100.0	0.5659856432909994	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MON0095_000000008089	3643	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8540848482176169	PS754	0	0	True	True	1.0	29	rep_cluster_269	MOBV			mobilizable	other	2116.0	95.652	100.0	0.5828271673108779	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0178_000000003168	3642	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8176390060736316	PS754	0	0	True	True	1.0	45	rep_cluster_269	MOBV			mobilizable	plasmid	1496.0	96.59100000000001	98.0	0.394973544973545	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
CAN0013_000000006352	3641	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8215806782944858	PS754	0	0	True	True	0.999176025390625	7	rep_cluster_269	MOBV			mobilizable	plasmid	1756.0	98.235	93.0	0.464021164021164	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
FIJ0142_000000008788	3636	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8548045693269457	PS754	0	0	True	True	1.0	20	rep_cluster_269	MOBV			mobilizable	other	2170.0	95.115	100.0	0.597736057426836	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0165_000000004868	3636	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.883911666006787	PS754	0	0	True	True	1.0	2	rep_cluster_269	MOBV			mobilizable	other	1845.0	93.821	100.0	0.5049696300386527	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0137_000000003747	3636	0.9516964587452984	5	2	1	1	1	True	105948	backbone	True	CHI0137_000000003747	0.990043057050592	PS642	2	1	True	True	1.0	48		MOBV			mobilizable	no_good_hit	1103.0	96.28299999999999	62.0	0.3034235229155163	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
ISR0284_000000002562	3632	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8857820133105487	PS754	0	0	True	True	0.996420681476593	6	rep_cluster_269	MOBV			mobilizable	other	2244.0	93.271	100.0	0.6151297625621204	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0077_000000003804	3629	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8898009667814064	PS754	0	0	True	True	0.9966933131217957	9	rep_cluster_269	MOBV			mobilizable	other	1988.0	99.698	100.0	0.548591938155715	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0779_000000009068	3627	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8985013073604747	PS754	0	0	True	True	1.0	88	rep_cluster_269	MOBV			mobilizable	other	1988.0	99.296	100.0	0.548591938155715	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MON0072_000000005743	3625	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.862307714729762	PS754	0	0	True	True	0.9997241497039795	51	rep_cluster_269	MOBV			mobilizable	other	2903.0	96.59	100.0	0.7990060739922694	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MAD0070_000000004945	3623	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8733863413238135	PS754	0	0	True	True	1.0	25	rep_cluster_269	MOBV			mobilizable	other	2139.0	95.699	100.0	0.5886250690226394	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0072_000000003256	3617	0.9516964587452984	6	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8774225361741949	PS754	0	0	True	True	1.0	20	rep_cluster_269	MOBV			mobilizable	other	2419.0	94.791	100.0	0.6662065157371618	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0092_000000008560	3614	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8552620905748852	PS754	0	0	True	True	1.0	37	rep_cluster_269	MOBV			mobilizable	other	2851.0	95.65100000000001	100.0	0.785753727222529	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0138_000000004925	3614	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8540026574187388	PS754	0	0	True	True	1.0	1	rep_cluster_269	MOBV			mobilizable	plasmid	1895.0	96.57	100.0	0.4984126984126984	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
FIJ0071_000000009895	3614	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8374456930927757	PS754	0	0	True	True	0.9997233152389526	4	rep_cluster_269	MOBV			mobilizable	other	2899.0	95.723	100.0	0.7990060739922694	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ENG0135_000000005821	3613	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.863759768729726	PS754	0	0	True	True	1.0	38	rep_cluster_269	MOBV			mobilizable	other	2908.0	93.63799999999999	99.0	0.7990060739922694	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0159_000000006282	3604	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8621150086056354	PS754	0	0	True	True	0.9963929057121277	1	rep_cluster_269	MOBV			mobilizable	other	2826.0	96.001	100.0	0.7769188293760353	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0021_000000013839	3604	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8699794426967415	PS754	0	0	True	True	1.0	4	rep_cluster_269	MOBV			mobilizable	other	2899.0	96.516	99.0	0.7990060739922694	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0135_000000005654	3598	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8768049538462297	PS754	0	0	True	True	0.9894385933876038	5	rep_cluster_269	MOBV			mobilizable	other	2186.0	98.902	100.0	0.6032578685808946	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0039_000000006830	3594	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8550402426042598	PS754	0	0	True	True	1.0	2	rep_cluster_269	MOBV			mobilizable	other	2853.0	95.654	100.0	0.7863059083379348	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0065_000000004469	3594	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8546527841155059	PS754	0	0	True	True	1.0	4	rep_cluster_269	MOBV			mobilizable	other	2300.0	95.348	100.0	0.6336278299282164	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0136_000000007366	3592	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8383347942605154	PS754	0	0	True	True	1.0	2	rep_cluster_269	MOBV			mobilizable	other	2358.0	94.19	100.0	0.6482606294864716	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0106_000000005258	3592	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8887680166130064	PS754	0	0	True	True	1.0	21	rep_cluster_269	MOBV			mobilizable	other	2868.0	95.572	100.0	0.7887907233572612	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0145_000000008804	3592	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8849497709139003	PS754	0	0	True	True	0.9997215867042542	19	rep_cluster_269	MOBV			mobilizable	other	2289.0	93.36	100.0	0.6275538376587521	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
SPA0062_000000009200	3575	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8938976151317983	PS754	0	0	True	True	1.0	230	rep_cluster_269	MOBV			mobilizable	other	2248.0	94.751	100.0	0.6184428492545555	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0054_000000004672	3575	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.877322355927078	PS754	0	0	True	True	1.0	30	rep_cluster_269	MOBV			mobilizable	other	2903.0	95.212	99.0	0.7990060739922694	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ENG0073_000000007285	3544	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.7854319564189312	PS754	0	0	True	True	0.9799661636352539	7	rep_cluster_269	MOBV			mobilizable	other	2187.0	92.501	98.0	0.5996686913307565	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MON0012_000000012277	3523	0.9516964587452984	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8108069139001959	PS754	0	0	True	True	0.9951745867729187	1	rep_cluster_269	MOBV			mobilizable	other	2869.0	98.919	100.0	0.7887907233572612	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ITA0004_000000000350	3475	0.9516964587452984	3	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.06520637159211579	PS754	0	0	True	True	1.0	76	rep_cluster_269	MOBV			mobilizable	other	1776.0	96.565	91.0	0.48674765323025954	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MAD0051_000000008282	3362	0.9516964587452984	4	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.3908908054404416	PS754	0	0	True	True	0.99821537733078	27	rep_cluster_269	MOBV			mobilizable	plasmid	1778.0	94.15100000000001	100.0	0.46613756613756613	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
CHI0035_000000003241	3326	0.9516964587452984	5	2	1	1	1	True	88122	fragment	False	CHI0035_000000003241	1.0		0	0	False	False	0.9972940683364868	0		MOBV			mobilizable	no_good_hit	1060.0	96.132	51.0	0.28015873015873016	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MAD0047_000000012435	3294	0.9516964587452984	3	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.3822940887825532	PS754	0	0	True	True	1.0	92	rep_cluster_269	MOBV			mobilizable	other	1777.0	97.46799999999999	100.0	0.49033683048039756	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
SPA0010_000000006319	3292	0.9516964587452984	3	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.038318960019508935	PS754	0	0	False	True	0.9987849593162537	0	rep_cluster_269	MOBV			mobilizable	plasmid	1633.0	96.816	100.0	0.430952380952381	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0138_000000007945	3155	0.9516964587452984	3	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.04600848475717631	PS754	0	0	True	True	0.9990491271018982	2	rep_cluster_269				non-mobilizable	plasmid	1774.0	95.885	96.0	0.4666666666666667	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MON0030_000000012004	2869	0.9516964587452984	5	2	1	1	1	True	94004	fragment	False	CHI0117_000000005040	0.9637559002022926		0	0	False	False	1.0	0	rep_cluster_269				non-mobilizable	other	2800.0	97.75	98.0	0.7722252898950855	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0155_000000004236	2831	0.9516964587452984	2	2	1	1	1	True	94177	fragment	False	CHI0155_000000004236	0.9727941176470588		0	0	False	False	0.999646782875061	0	rep_cluster_269	MOBV			mobilizable	other	1493.0	99.598	99.0	0.41192711209276645	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0102_000000011678	2720	0.9516964587452984	2	2	1	1	1	True	94177	fragment	False	CHI0155_000000004236	0.9547862945955493		0	0	False	False	0.9944853186607361	0	rep_cluster_269	MOBV			mobilizable	other	1341.0	96.04799999999999	99.0	0.3691330756488128	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
AST0031_000000005894	4911	0.951695025926194	6	6	5	5	5	True	131032	fragment	False	AST0031_000000005894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3451.0	81.542	70.0	0.9985456660849331	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	True	True
ISR0353_000000004408	7038	0.9516946272729124	12	11	8	7	10	True	24044	maximal	True	ISR0353_000000004408	1.0		21	3	False	False	0.9995737671852112	0					non-mobilizable	other	7038.0	100.0	100.0	0.01645947115440841	NZ_FMTU01000003.1	a-proteobacteria	Sphingobium faniae strain CGMCC 1.7749, whole genome shotgun sequence	False	True
FIJ0038_000000021067	1675	0.9516925617989406	2	2	2	2	2	False	75532	fragment	False	ISR0168_000000013580	0.7059502179615872		0	0	False	False	0.9994029998779297	0					non-mobilizable	no_good_hit	53.0	86.792	3.0	0.0005434612209065351	CP034163.1	enterobacteria	Escherichia albertii strain 06-3542 plasmid p06-3542, complete sequence	True	False
MON0026_000000013605	2854	0.9516870323320762	2	2	2	2	2	False	72114	fragment	False	MON0026_000000013605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	74.40100000000001	36.0	0.0008119596885895783	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ENG0190_000000007055	4344	0.951675774717052	5	3	3	3	3	False	54817	maximal	True	ENG0190_000000007055	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2575.0	99.845	59.0	0.028875601575032814	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
ISR0782_000000003542	3879	0.9516753633140902	4	4	4	4	4	False	76260	fragment	False	SPA0041_000000007426	0.7574757883108125		0	0	False	False	0.9984531998634338	0					non-mobilizable	chromosome	3882.0	97.759	100.0	0.001102776995565568	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0043_000000011498	2950	0.9516738657250546	3	3	2	3	2	False	97088	fragment	False	CHI0131_000000005343	0.9652290203945169		0	0	False	False	0.9996610283851624	0					non-mobilizable	other	1862.0	99.57	100.0	0.0007725702665118203	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MAD0108_000000001087	12289	0.9516696633045144	16	12	7	10	8	True	35544	maximal	False	ISR0058_000000001479	0.9540079771703038		0	0	True	True	0.9999186396598816	82					non-mobilizable	no_good_hit	44.0	90.90899999999999	0.0	0.0003865555963586463	NZ_FNYV01000017.1	high GC Gram+	Xiangella phaseoli strain CGMCC 4.7038, whole genome shotgun sequence	True	True
DEN0018_000000008081	4326	0.951665390603497	6	6	4	5	4	False	111680	fragment	False	ISR0830_000000004956	0.6431407929534981		0	0	False	False	0.999768853187561	0					non-mobilizable	no_good_hit	2530.0	99.84200000000001	67.0	0.0040446656473704075	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
SPA0092_000000009620	4142	0.9516619221272724	5	3	1	3	2	False	5327	fragment	False	SPA0092_000000009620	1.0		0	0	False	False	0.9937228560447693	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000014473	2444	0.9516601810232572	4	3	3	3	2	False	49158	fragment	False	FIJ0083_000000014473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	98.286	81.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0805_000000006167	1886	0.9516581669776516	2	2	1	2	1	False	21791	fragment	False	ISR0805_000000006167	1.0		0	0	False	False	0.9952279925346375	0					non-mobilizable	no_good_hit	639.0	72.926	33.0	0.0013341589372689957	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
SPA0037_000000005859	4127	0.9516527096134572	4	3	2	3	2	True	63674	fragment	False	ISR0207_000000005268	0.5868932088378194		0	0	False	False	0.9985461831092834	0					non-mobilizable	no_good_hit	72.0	95.833	2.0	0.00022695452598469495	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ENG0102_000000007185	3695	0.9516527096134572	3	3	2	3	2	True	63674	fragment	False	ISR0207_000000005268	0.4574018468466511		0	0	False	False	0.9975642561912537	0					non-mobilizable	no_good_hit								True	True
AST0153_000000004150	6766	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8706823659186749		0	0	False	False	0.9997044205665588	0					non-mobilizable	other	6589.0	97.329	99.0	0.07155743940875992	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0096_000000003896	6704	0.9516517551555652	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8590360123685908		0	0	False	False	1.0	0					non-mobilizable	other	6636.0	96.971	99.0	0.07206825345071188	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0025_000000002871	6703	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8701784713164135		0	0	False	False	1.0	0					non-mobilizable	other	6589.0	97.314	99.0	0.07155743940875992	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0140_000000003949	6701	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8704937594302806		0	0	False	False	1.0	0					non-mobilizable	other	6611.0	97.323	99.0	0.07179654385392892	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0031_000000004116	6676	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8697630048361537		0	0	False	False	1.0	0					non-mobilizable	other	6611.0	97.323	99.0	0.07179654385392892	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0001_000000003481	6672	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8693411948192679		0	0	False	False	1.0	0					non-mobilizable	other	6610.0	97.292	99.0	0.0717856754700576	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0157_000000004042	6671	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8695993512012873		0	0	False	False	1.0	0					non-mobilizable	other	6579.0	97.34	99.0	0.07144875557004673	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0125_000000005409	6667	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8631478135975632		0	0	False	False	0.9995500445365906	0					non-mobilizable	other	6593.0	96.815	99.0	0.07156830779263124	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0009_000000001984	6654	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8691551478082997		0	0	False	False	1.0	0					non-mobilizable	other	6589.0	97.329	99.0	0.07155743940875992	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0230_000000003799	6645	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8688308341134627		0	0	False	False	1.0	0					non-mobilizable	other	6579.0	97.34	99.0	0.07144875557004673	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0108_000000003003	6643	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8682513506824969		0	0	False	False	1.0	0					non-mobilizable	other	6588.0	97.19200000000001	99.0	0.07153570264101729	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0017_000000004474	6641	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.868424348316696		0	0	False	False	1.0	0					non-mobilizable	other	6585.0	97.31200000000001	99.0	0.07151396587327465	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0224_000000003656	6641	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8673420552146346		0	0	False	False	1.0	0					non-mobilizable	other	6611.0	97.30799999999999	100.0	0.07179654385392892	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0082_000000005343	6635	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8681455713504598		0	0	False	False	1.0	0					non-mobilizable	other	6566.0	97.32	99.0	0.07130746657971959	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0369_000000001337	6634	0.9516517551555652	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8589046924607948		0	0	False	False	0.9993970394134521	0					non-mobilizable	other	6472.0	97.32700000000001	99.0	0.07029670687968699	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0010_000000002621	6624	0.9516517551555652	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8517376140474185		0	0	False	False	0.9998490214347839	0					non-mobilizable	other	6463.0	96.95200000000001	99.0	0.07019889142484513	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AUS0018_000000003987	6526	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8569211607236737		0	0	False	False	0.9986209273338318	0					non-mobilizable	other	6490.0	97.35	99.0	0.07049233778937072	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0131_000000002856	6440	0.9516517551555652	4	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8449131938882758		0	0	False	False	0.9984471797943115	0					non-mobilizable	other	6141.0	96.792	99.0	0.06668840343440931	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AUS0006_000000003640	5401	0.9516517551555652	5	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.029699695533410505		0	0	False	False	0.9948157668113708	0					non-mobilizable	other	3824.0	96.62700000000001	100.0	0.04147375285295077	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0362_000000004445	5267	0.9516517551555652	6	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2530045178952362		0	0	False	False	0.9981014132499695	0					non-mobilizable	other	5083.0	97.62	99.0	0.05522225845016846	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0081_000000012360	4531	0.9516517551555652	3	3	2	3	1	True	127363	fragment	False	MAD0035_000000002553	0.060559276698433445		0	0	False	False	1.0	0					non-mobilizable	other	4388.0	98.314	98.0	0.04767960004347353	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0035_01_000000001520	16568	0.9516475523717748	33	11	4	10	7	False	85564	maximal	True	USA0035_01_000000001520	0.9911874834205083		2	1	True	True	1.0	5					non-mobilizable	no_good_hit	104.0	82.69200000000001	1.0	4.367551046282896e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
USA0043_01_000000001052	16355	0.9516475523717748	33	11	4	10	7	False	85564	maximal	False	USA0035_01_000000001520	0.9839208259370911		0	0	True	True	0.9998165965080261	11					non-mobilizable	no_good_hit	104.0	82.69200000000001	1.0	4.367551046282896e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
CHI0164_000000004579	5172	0.9516466496045484	9	4	1	2	3	False	126758	maximal	False	MON0031_000000006364	0.6463099741788266	PS832|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1582.0	86.915	69.0	0.2723647711511789	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0005_000000006594	4515	0.9516445908160632	4	3	3	3	2	False	91370	fragment	False	SPA0005_000000006594	0.9996540590405905		0	0	False	False	1.0	0					non-mobilizable	other	3996.0	99.29899999999999	99.0	0.0013482420867573866	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
SPA0038_000000006836	4336	0.9516445908160632	4	3	3	3	2	False	91370	fragment	False	SPA0005_000000006594	0.9798449612403101		0	0	False	False	0.9988468885421753	0					non-mobilizable	other	3818.0	99.18799999999999	99.0	0.0012881551835418597	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0243_000000006785	1759	0.9516370087020052	2	2	2	2	1	False	27228	maximal	True	ISR0243_000000006785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000017099	1783	0.9516328604247628	2	2	2	2	2	False	8167	fragment	False	SPA0008_000000017099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	72.374	14.0	4.001892548554852e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
CHI0145_000000001315	10747	0.9516247019342547	13	13	4	6	12	False	79786	fragment	False	CHI0145_000000001315	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	10747.0	99.95299999999999	100.0	0.09680470600953094	CP030268.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain SC-7 plasmid pSC7-IncFIB-110K, complete sequence	False	True
CHI0143_000000000516	29182	0.9516232556701356	32	14	9	12	9	True	116874	fragment	False	CHI0143_000000000516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	84.116	4.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0203_000000002581	5203	0.9516224148681688	8	5	3	4	3	True	116605	backbone	False	USA0080_01_000000007189	0.2340441201462671	PS778|PS779|PS781	0	0	False	True	1.0	0					non-mobilizable	other	5203.0	99.962	100.0	0.9	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
SPA0156_000000019424	1124	0.9516160669398348	1	1	1	1	1	False	80194	fragment	False	CHI0140_000000024624	0.6309931506849314		0	0	False	False	0.9928825497627258	0					non-mobilizable	other	1124.0	97.15299999999999	100.0	0.042116711671167116	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
FIJ0131_000000003497	5330	0.9515907558098006	7	3	2	2	2	True	40843	maximal	True	FIJ0131_000000003497	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	96.684	42.0	0.015297996711404195	CP046125.1	firmicutes	Enterococcus casseliflavus strain EC291 plasmid unnamed2, complete sequence	True	True
ISR0151_000000008216	2323	0.9515883860936916	5	4	3	3	1	False	30774	maximal	True	ISR0151_000000008216	1.0		1	1	False	False	0.9939733147621155	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	0.0009601228957306535	NZ_NOJZ02000020.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_20_length_46869_cov_600.787, whole genome shotgun sequence	True	False
MON0073_000000001859	2960	0.9515848711475566	7	3	1	1	3	True	92226	fragment	False	MON0072_000000005993	0.48979807590654406		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1946.0	93.37100000000001	78.0	0.2375764993880049	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
DEN0078_000000003742	6501	0.9515844045813924	9	4	2	4	1	True	69848	fragment	False	DEN0078_000000003742	1.0		0	0	False	False	0.9993847012519836	0					non-mobilizable	no_good_hit	2215.0	91.82799999999999	64.0	0.09520916507550772	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
AST0150_000000010192	2730	0.9515820238702236	5	4	3	3	4	True	104165	maximal	True	AST0150_000000010192	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	2404.0	100.0	88.0	0.052554457177849706	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ISR0343_000000003028	4681	0.9515809647180359	6	3	1	1	2	True	39930	fragment	False	ISR0343_000000003028	1.0		0	0	False	False	0.9985045790672302	0					non-mobilizable	no_good_hit	1535.0	94.984	52.0	0.29015151515151516	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
AST0118_000000002960	8650	0.9515754951407622	10	7	4	4	4	True	121620	backbone	True	AST0118_000000002960	0.9940239043824701	PS856	1	1	True	True	1.0	105					non-mobilizable	no_good_hit	2343.0	95.73200000000001	78.0	0.2898243865985801	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0254_000000001929	4397	0.9515747793776124	6	5	3	4	4	True	26929	maximal	True	ISR0254_000000001929	1.0		0	0	False	False	1.0	0	rep_cluster_1018				non-mobilizable	no_good_hit	2440.0	100.0	77.0	0.014953465844297574	NZ_PKIB01000004.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.4, whole genome shotgun sequence	True	True
CHI0162_000000019121	1684	0.9515632456999628	3	2	2	2	1	False	78555	maximal	True	CHI0162_000000019121	1.0		0	0	False	False	0.9792161583900452	0					non-mobilizable	no_good_hit	640.0	93.594	38.0	0.00031262315364618225	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0087_000000005568	1808	0.9515618802938464	2	2	2	2	2	False	83993	fragment	False	CHI0087_000000005568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	97.48899999999999	77.0	0.00011657284375584364	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0215_000000003416	8270	0.9515476805850092	11	6	4	4	5	True	124505	fragment	False	ISR0215_000000003416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	87.37200000000001	12.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0016_000000009426	3454	0.951545071129538	5	2	1	1	2	True	94005	maximal	True	SPA0016_000000009426	1.0		1	1	False	False	0.995657205581665	0	rep_cluster_269				non-mobilizable	no_good_hit	3022.0	95.831	87.0	0.7944444444444444	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ISR0282_000000007201	2960	0.9515204929412168	5	4	3	4	3	True	26144	maximal	True	ISR0282_000000007201	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0100_000000021958	1431	0.95151204099077	2	2	1	2	2	False	60546	maximal	True	ENG0100_000000021958	1.0		0	0	False	False	0.9986023902893066	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000000357	24285	0.9515101218304272	36	12	5	9	6	True	19605	maximal	True	MAD0088_000000000357	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3063.0	91.805	36.0	0.054265764009499166	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AST0046_000000002305	8655	0.9515075186250832	8	7	6	6	6	False	120416	fragment	False	ISR0370_000000002199	0.6347851657463446		0	0	False	False	1.0	0					non-mobilizable	other	8655.0	98.729	100.0	0.00373246570937594	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ENG0109_000000004837	4928	0.9515047360530938	8	7	5	5	4	False	59895	fragment	False	ENG0109_000000004837	1.0		0	0	False	False	0.9941152334213257	0					non-mobilizable	no_good_hit	1473.0	91.17399999999999	30.0	0.00045061165958444485	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MAD0085_000000006969	1628	0.9514817183185692	2	2	2	1	1	False	16061	fragment	False	MAD0085_000000006969	0.9635193133047211		0	0	False	False	1.0	0					non-mobilizable	chromosome	1628.0	99.939	100.0	0.0002507828293143086	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0029_000000001535	12046	0.9514783072999492	15	5	3	4	3	True	85985	fragment	False	ISR0221_000000001585	0.9951065054691999		0	0	False	False	1.0	0					non-mobilizable	other	11172.0	99.973	100.0	0.241827235332323	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0148_000000029248	1233	0.9514730909820412	1	1	1	1	1	False	88798	maximal	True	ENG0148_000000029248	0.975231363943216		6	3	False	False	0.9991889595985413	0					non-mobilizable	other	1233.0	99.189	100.0	0.0007411449124793282	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
FIJ0145_000000010967	1482	0.9514700999211742	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.19991176535976582		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	89.56200000000001	100.0	0.0004601143970697028	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0361_000000003502	3439	0.9514695684094396	5	3	1	2	1	True	77646	maximal	False	CHI0178_000000003306	0.9970457817191218		0	0	True	True	1.0	80					non-mobilizable	no_good_hit	411.0	83.94200000000001	40.0	0.13737373737373737	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
USA0013_01_000000003972	2856	0.9514695684094396	5	3	1	2	1	True	91090	maximal	True	USA0013_01_000000003972	0.9994440401496965		11	4	True	True	1.0	665	rep_cluster_1868				non-mobilizable	chromosome	2565.0	100.0	100.0	0.9299963728690606	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	False	True
MON0068_000000014684	2856	0.9514695684094396	5	3	1	2	1	True	91090	maximal	False	USA0013_01_000000003972	0.9991676943920675		0	0	True	True	1.0	525	rep_cluster_1868				non-mobilizable	chromosome	2565.0	99.961	100.0	0.9299963728690606	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	False	True
ENG0196_000000000921	7907	0.9514640200863074	14	7	3	5	5	False	54429	maximal	True	ENG0196_000000000921	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1761.0	80.352	29.0	0.0004949788555186335	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0296_000000002673	8034	0.9514629634678254	9	5	2	3	3	False	126502	maximal	False	AST0029_000000003755	0.9907553275609275	PS879|PS961|PS962|PS963	0	0	True	True	1.0	391					non-mobilizable	no_good_hit	1183.0	94.928	45.0	0.19962335216572505	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0046_000000002761	8034	0.9514629634678254	9	5	2	3	3	False	126502	maximal	False	AST0029_000000003755	0.9915178894338202	PS879|PS961|PS962|PS963	0	0	True	True	1.0	158					non-mobilizable	no_good_hit	1525.0	96.131	45.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0108_000000003146	8034	0.9514629634678254	9	5	2	3	3	False	126502	maximal	False	AST0029_000000003755	0.9913742391593559	PS879|PS961|PS962|PS963	0	0	True	True	1.0	439					non-mobilizable	no_good_hit	1525.0	96.131	44.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0081_000000000758	6951	0.9514589026384132	5	5	4	4	5	False	47797	maximal	True	MAD0081_000000000758	1.0		4	1	False	False	0.9979858994483948	0					non-mobilizable	no_good_hit	4716.0	99.23700000000001	86.0	0.009490191656363644	NZ_LXWL01000003.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig003, whole genome shotgun sequence	True	False
DEN0031_000000013188	2576	0.9514567787511978	4	4	4	4	4	False	105557	fragment	False	ENG0010_000000007358	0.9691046136471471		0	0	False	False	0.991847813129425	0					non-mobilizable	no_good_hit	122.0	80.328	5.0	2.7757883353574413e-05	NZ_CP029642.1	high GC Gram+	Arthrobacter dokdonellae isolate rhizosphere chromosome, complete genome	True	False
ISR0306_000000001369	5716	0.9514555272691428	8	6	0	1	6	False	25459	maximal	True	ISR0306_000000001369	1.0	PS20	6	2	True	True	1.0	85					non-mobilizable	no_good_hit	3993.0	89.031	89.0	0.718286953379111	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	True	True
USA0036_01_000000007696	5016	0.9514555272691428	8	6	0	1	6	False	5779	backbone	True	USA0036_01_000000007696	1.0	PS20	1	1	True	True	1.0	1478					non-mobilizable	no_good_hit	1698.0	89.635	89.0	0.30628839898807375	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	True	True
MON0028_000000002673	7571	0.9514472007892926	5	5	5	4	4	False	124989	fragment	False	MON0028_000000002673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	72.646	26.0	0.0007712139249421784	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
ISR0127_000000004781	4540	0.9514446174666412	4	4	4	4	2	False	107591	maximal	True	ISR0127_000000004781	1.0		43	7	False	False	0.9997797608375549	0					non-mobilizable	no_good_hit	2243.0	89.92399999999999	61.0	0.00992809010695543	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
ISR0030_000000018556	1172	0.9514308935813728	2	2	2	2	1	False	65763	fragment	False	ISR0030_000000018556	0.7126915326549531		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	99.915	100.0	0.00028710332360712594	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0148_000000004154	8709	0.9514304650965152	12	8	4	5	6	True	80875	backbone	False	ISR0132_000000002638	0.9850951616601697	PS397	0	0	True	True	0.9998852014541626	45					non-mobilizable	no_good_hit	1901.0	93.477	53.0	0.23626852659110723	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0119_01_000000003237	6121	0.9514280289423596	6	5	5	4	5	False	116885	fragment	False	USA0119_01_000000003237	1.0		0	0	False	False	0.999509871006012	0					non-mobilizable	other	5115.0	93.861	99.0	0.013550106751183545	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0329_000000001068	7411	0.9514274803864752	9	6	6	6	6	False	33266	maximal	True	ISR0329_000000001068	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4648.0	99.29	72.0	0.02914195234744144	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
AST0007_000000013844	1290	0.9514242328604394	2	2	2	2	1	False	126654	fragment	False	AST0007_000000013844	0.9534606205250598		0	0	False	False	0.9906976819038391	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00036973612516540827	NZ_JAAITI010000012.1	firmicutes	Blautia luti strain MSK.16.34 NODE_12_length_102776_cov_190.349, whole genome shotgun sequence	True	False
FIJ0007_000000006205	2746	0.9514115875726422	2	2	2	2	2	False	97515	fragment	False	FIJ0007_000000006205	0.9764532744665195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	94.913	41.0	0.0014941601365693529	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0193_000000003138	8116	0.9514077801508238	11	6	5	4	5	False	103682	fragment	False	ISR0193_000000003138	1.0		0	0	False	False	0.9991375207901001	0					non-mobilizable	no_good_hit	59.0	91.525	1.0	4.1302392619120014e-05	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
MAD0015_000000005033	3515	0.9513979873430572	4	3	1	1	3	False	87704	fragment	False	MAD0015_000000005033	1.0		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	plasmid	3527.0	97.051	100.0	0.6798373038930854	CP023837.1	enterobacteria	Escherichia coli strain 4/2-1 plasmid p4_2_1.3, complete sequence	False	True
ISR0077_000000005485	5080	0.9513920303818494	10	2	0	2	2	False	34534	maximal	True	ISR0077_000000005485	1.0		1	1	True	True	1.0	43					non-mobilizable	no_good_hit	1688.0	85.30799999999999	62.0	0.3632168754119974	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0068_000000002967	6109	0.9513889613974644	9	4	0	2	2	False	35037	maximal	True	ISR0068_000000002967	0.9754380922758298		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	84.771	26.0	0.0022570917548239804	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0171_000000003869	5852	0.9513889613974644	9	4	0	2	2	False	35037	maximal	False	ISR0068_000000002967	0.9614620829783446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	83.376	23.0	0.001791633346966432	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0184_000000002491	5784	0.9513889613974644	10	4	0	2	2	False	35037	maximal	False	ISR0068_000000002967	0.9385741041990233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	90.80799999999999	22.0	0.0017748463224207499	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
DEN0066_000000021554	1683	0.9513881471765716	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.44426914714581395	PS1061	0	0	False	True	0.9994058012962341	0					non-mobilizable	other	1667.0	98.38	99.0	0.007775853780343799	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0158_000000005300	3363	0.951387923910912	4	1	1	1	1	True	114939	maximal	False	AST0048_000000004820	0.9991233196960841		0	0	True	True	1.0	59					non-mobilizable	plasmid	2200.0	97.59100000000001	99.0	0.6637462235649547	LN852924.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0251	False	True
ISR0397_000000004500	4664	0.9513828308396908	8	2	1	2	2	False	109354	maximal	True	ISR0397_000000004500	1.0	PS688	1	1	True	True	1.0	42					non-mobilizable	no_good_hit	1905.0	97.585	79.0	0.41981028016765937	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	True	True
ISR0021_000000004792	4576	0.9513828308396908	9	2	1	2	2	False	109355	maximal	False	ISR0032_000000006824	0.9787757026495608	PS688	0	0	True	True	0.9940996766090393	5					non-mobilizable	other	2659.0	99.699	100.0	0.5852636223251709	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	True
ENG0018_000000004717	4570	0.9513828308396908	7	2	1	2	2	False	109353	backbone	False	ISR0162_000000008581	0.9442508828178946	PS688	0	0	True	True	0.9967177510261536	9					non-mobilizable	chromosome	2352.0	99.49	91.0	0.5418299147268956	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
ISR0078_000000003872	4357	0.9513828308396908	7	2	1	2	2	False	109353	backbone	False	ISR0162_000000008581	0.9790959724471789	PS688	0	0	True	True	0.9967867732048035	6					non-mobilizable	chromosome	4239.0	100.0	100.0	0.9767227471767689	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
ISR0020_000000004470	4356	0.9513828308396908	7	2	1	2	2	False	109353	backbone	False	ISR0162_000000008581	0.9794442426885624	PS688	0	0	True	True	1.0	25					non-mobilizable	chromosome	4239.0	99.906	100.0	0.9767227471767689	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
ISR0162_000000008581	4356	0.9513828308396908	7	2	1	2	2	False	109353	backbone	True	ISR0162_000000008581	0.9799392569391413	PS688	8	4	True	True	1.0	5					non-mobilizable	chromosome	4240.0	99.62299999999999	100.0	0.9767227471767689	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
ISR0388_000000007171	4356	0.9513828308396908	7	2	1	2	2	False	109353	backbone	False	ISR0162_000000008581	0.9799392569391413	PS688	0	0	True	True	0.9995408654212952	9					non-mobilizable	chromosome	4240.0	99.62299999999999	100.0	0.9767227471767689	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
ENG0138_000000004689	4356	0.9513828308396908	7	2	1	2	2	False	109353	backbone	False	ISR0162_000000008581	0.9794442426885624	PS688	0	0	True	True	0.9931129217147827	14					non-mobilizable	chromosome	4239.0	99.906	100.0	0.9767227471767689	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
ISR0327_000000005440	4356	0.9513828308396908	7	2	1	2	2	False	109353	backbone	False	ISR0162_000000008581	0.9793682078858731	PS688	0	0	True	True	0.9809458255767822	3					non-mobilizable	chromosome	4240.0	99.646	100.0	0.9767227471767689	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
ENG0042_000000006194	4346	0.9513828308396908	7	2	1	2	2	False	109353	backbone	False	ISR0162_000000008581	0.977396957745909	PS688	0	0	True	True	0.9976990222930908	6					non-mobilizable	chromosome	4240.0	99.62299999999999	100.0	0.9767227471767689	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
SPA0065_000000005205	4345	0.9513828308396908	10	2	1	2	2	False	109355	maximal	False	ISR0032_000000006824	0.8230484853101838	PS688	0	0	False	True	0.9965477585792542	0					non-mobilizable	other	3330.0	99.79	99.0	0.7343922347231414	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	True
DEN0085_000000008162	4134	0.9513828308396908	7	2	1	2	2	False	109353	backbone	False	ISR0162_000000008581	0.7914314332283899	PS688	0	0	False	True	0.9883889555931091	0					non-mobilizable	chromosome	3979.0	99.648	99.0	0.9165706383959438	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
ISR0394_000000004346	4113	0.9513828308396908	7	2	1	2	2	False	109353	backbone	False	ISR0162_000000008581	0.7907187036943629	PS688	0	0	False	True	0.9965961575508118	0					non-mobilizable	chromosome	3979.0	99.598	99.0	0.9165706383959438	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
ISR0780_000000001179	9009	0.951379518509843	15	7	4	5	4	True	104964	maximal	False	ISR0156_000000002713	0.9587015951564686	PS624	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4984.0	98.796	78.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0117_000000005040	2966	0.95136866512025	4	2	1	1	2	True	94004	fragment	False	CHI0117_000000005040	0.9794353433252004		0	0	False	False	1.0	0	rep_cluster_269				non-mobilizable	other	2800.0	97.929	100.0	0.7727774710104914	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
USA0024_01_000000004827	5045	0.9513533781177068	6	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.034698824476187835		0	0	False	True	1.0	0					non-mobilizable	plasmid	4804.0	99.896	95.0	0.15505552685950413	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
USA0048_01_000000004578	3368	0.951352850854914	3	3	3	3	2	False	1126	maximal	True	USA0048_01_000000004578	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1610.0	98.012	48.0	0.0004664193977131245	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0081_000000023894	2318	0.9513508405441652	2	1	1	1	1	False	9984	maximal	True	MON0081_000000023894	1.0		1	1	False	False	0.9995685815811157	0					non-mobilizable	no_good_hit	212.0	75.943	9.0	7.224248828627006e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0005_01_000000009395	3810	0.9513474532173452	4	4	4	3	3	False	116631	fragment	False	SPA0101_000000007479	0.289576153296488		0	0	False	False	0.9992126226425171	0					non-mobilizable	other	3810.0	99.52799999999999	100.0	0.0007916649260014644	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
CHI0107_000000000081	56533	0.9513458316962384	93	34	13	25	17	True	113000	maximal	True	CHI0107_000000000081	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	6774.0	91.335	52.0	0.11990926168787439	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0222_000000012008	4907	0.9513376543918974	4	4	3	3	3	False	74281	maximal	True	ISR0222_000000012008	1.0		8	4	False	False	0.9987772703170776	0					non-mobilizable	no_good_hit	1939.0	99.43299999999999	59.0	0.030799548654704956	NZ_QSFT01000021.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf21, whole genome shotgun sequence	True	False
USA0069_01_000000007991	7569	0.9513328372398788	8	7	5	6	5	False	107283	fragment	False	USA0069_01_000000007991	0.9910464465584778		0	0	False	False	0.9986788034439087	0					non-mobilizable	no_good_hit	130.0	76.923	2.0	0.00035131771376593527	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
ISR0371_000000001407	8153	0.9513277363793966	8	2	1	2	1	True	23496	fragment	False	ISR0371_000000001407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0101_000000014144	1673	0.9513253893480134	3	3	2	3	3	False	106761	maximal	True	ISR0101_000000014144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	85.337	41.0	0.00019642148405543542	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0183_000000002185	15330	0.9513210796638768	19	19	5	6	18	True	132574	fragment	False	ISR0258_000000000463	0.7083383866450437		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	15361.0	93.705	100.0	0.20743544680275788	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
AST0048_000000003944	4221	0.9513206360034929	4	3	2	2	2	True	118585	backbone	False	ENG0087_000000006791	0.7022049935182093	PS806|PS807	0	0	True	True	0.9995262026786804	85		MOBQ			mobilizable	no_good_hit	2598.0	95.766	70.0	0.3355365474339036	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ENG0068_000000005494	4143	0.9513206360034929	5	3	2	2	2	True	118585	backbone	False	ENG0087_000000006791	0.8792396853404619	PS806|PS807	0	0	True	True	0.9975863099098206	8		MOBQ			mobilizable	no_good_hit	2669.0	95.691	73.0	0.34473820632452046	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ENG0149_000000005902	4095	0.9513206360034929	4	3	2	2	2	True	118585	backbone	False	ENG0087_000000006791	0.8165804258364966	PS806|PS807	0	0	True	True	0.9997557997703552	98		MOBQ			mobilizable	no_good_hit	2048.0	99.17	73.0	0.5648454746136865	KP691633.1	high GC Gram+	Bifidobacterium longum subsp. longum 2-2B plasmid p2-2B, complete sequence	True	True
ISR0087_000000006518	4095	0.9513206360034929	4	3	2	2	2	True	118585	backbone	False	ENG0087_000000006791	0.8160677297124941	PS806|PS807	0	0	True	True	1.0	24		MOBQ			mobilizable	no_good_hit	2726.0	96.625	72.0	0.737513572204126	AY112723.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid PNAC2, complete sequence	True	True
ENG0087_000000006791	4084	0.9513206360034929	5	3	2	2	2	True	118585	backbone	True	ENG0087_000000006791	0.944412806327801	PS806|PS807	2	1	True	True	1.0	52		MOBQ			mobilizable	no_good_hit	2598.0	95.881	73.0	0.3355365474339036	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
AST0102_000000007248	4073	0.9513206360034929	3	3	2	2	2	True	118585	backbone	False	ENG0087_000000006791	0.818277153362265	PS806|PS807	0	0	True	True	1.0	128		MOBQ			mobilizable	no_good_hit	2692.0	95.988	72.0	0.3477190254017626	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ISR0210_000000004676	4070	0.9513206360034929	5	3	2	2	2	True	118585	backbone	False	ENG0087_000000006791	0.8080403068174848	PS806|PS807	0	0	True	True	1.0	33		MOBQ,MOBQ			mobilizable	no_good_hit	1429.0	93.42200000000001	73.0	0.39327082184225043	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	True	True
ISR0256_000000004655	3856	0.9513206360034929	4	3	2	2	2	True	118585	backbone	False	ENG0087_000000006791	0.5643720578307592	PS806|PS807	0	0	False	True	1.0	0		MOBQ			mobilizable	no_good_hit	1780.0	95.281	73.0	0.22965266977708657	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ITA0002_000000002168	3546	0.9513206360034929	4	3	2	2	2	True	118583	fragment	False	ITA0002_000000002168	0.9719104542570927		0	0	False	True	0.9929497838020325	0					non-mobilizable	no_good_hit	1314.0	90.715	71.0	0.35962493105350246	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	True	True
SPA0017_000000003266	3542	0.9513206360034929	4	3	2	2	2	True	118583	fragment	False	ITA0002_000000002168	0.9715172024816695		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1322.0	94.478	70.0	0.17016588906169	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
FIJ0136_000000002049	11772	0.9513163755203102	16	8	5	7	5	True	99752	fragment	False	FIJ0136_000000002049	1.0		0	0	False	False	0.9996601939201355	0					non-mobilizable	no_good_hit								True	True
ENG0142_000000007074	4108	0.9513069304232902	6	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.8088159171031785		0	0	False	False	1.0	0					non-mobilizable	other	4131.0	98.669	100.0	0.00572056230495722	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0107_000000005130	4882	0.951294136259913	6	5	5	5	3	False	129669	fragment	False	ENG0107_000000005130	1.0		0	0	False	True	0.999795138835907	0					non-mobilizable	no_good_hit	1142.0	97.811	56.0	0.029353502611201152	NZ_JAAITI010000033.1	firmicutes	Blautia luti strain MSK.16.34 NODE_33_length_38871_cov_189.027, whole genome shotgun sequence	True	True
MAD0045_000000005402	5896	0.9512926983644459	9	4	3	4	3	False	17903	maximal	True	MAD0045_000000005402	1.0		1	1	False	False	0.9977951049804688	0					non-mobilizable	no_good_hit	170.0	77.64699999999999	3.0	0.01581065542353392	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	False
FIJ0159_000000003496	5908	0.9512907549643764	8	4	4	3	1	True	97598	fragment	False	FIJ0159_000000003496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
ISR0200_000000008538	2712	0.9512881341637208	3	2	2	2	2	True	28775	maximal	True	ISR0200_000000008538	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	89.012	69.0	0.00030516645109467886	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
MON0093_000000017564	2463	0.9512680961938276	4	3	1	3	2	False	82990	fragment	False	MON0093_000000017564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000002280	9022	0.9512636930478784	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.997593909179578	PS1165|PS799|PS800	0	0	True	True	1.0	137	rep_cluster_1097	MOBB			mobilizable	plasmid	8120.0	99.93799999999999	100.0	0.9083379966424174	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0113_01_000000002007	9004	0.9512636930478784	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9940028067130042	PS1165|PS799|PS800	0	0	True	True	1.0	18	rep_cluster_1097	MOBB			mobilizable	plasmid	8357.0	99.916	100.0	0.9347509792949077	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0102_000000004044	9003	0.9512636930478784	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9938429681828191	PS1165|PS799|PS800	0	0	True	True	1.0	337	rep_cluster_1097	MOBB			mobilizable	plasmid	8368.0	99.89200000000001	100.0	0.936094012311136	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0022_000000001226	9002	0.9512636930478784	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9954987586851929	PS1165|PS799|PS800	0	0	True	True	1.0	110	rep_cluster_1097	MOBB			mobilizable	plasmid	7605.0	99.632	100.0	0.8504756575265808	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0198_000000003952	9002	0.9512636930478784	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9937434075731062	PS1165|PS799|PS800	0	0	True	True	1.0	22	rep_cluster_1097	MOBB			mobilizable	plasmid	8368.0	99.88	100.0	0.936094012311136	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0047_000000002674	9002	0.9512636930478784	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9969677653302895	PS1165|PS799|PS800	0	0	True	True	1.0	57	rep_cluster_1097	MOBB			mobilizable	plasmid	7603.0	99.84200000000001	100.0	0.8504756575265808	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0038_000000002833	9002	0.9512636930478784	12	9	4	5	8	True	132506	backbone	True	ISR0038_000000002833	0.9976893095923687	PS1165|PS799|PS800	176	11	True	True	1.0	29	rep_cluster_1097	MOBB			mobilizable	plasmid	7603.0	99.947	100.0	0.8504756575265808	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0095_000000002168	9001	0.9512636930478784	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9936806947440346	PS1165|PS799|PS800	0	0	True	True	1.0	106	rep_cluster_1097	MOBB			mobilizable	plasmid	8368.0	99.845	100.0	0.936094012311136	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0060_000000003654	8585	0.9512636930478784	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9484780217714576	PS1165|PS799|PS800	0	0	True	True	1.0	31	rep_cluster_1097	MOBB			mobilizable	plasmid	8340.0	99.916	100.0	0.9329602686066032	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0119_000000001990	7994	0.9512636930478784	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.025185006893938943	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	7357.0	99.932	100.0	0.8229434806939004	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0395_000000005462	6916	0.9512636930478784	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.007003661004616049	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6586.0	99.605	99.0	0.7366536094012311	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0044_000000035020	1594	0.9512629076134274	2	2	2	1	1	False	11608	maximal	True	MON0044_000000035020	1.0		1	1	False	False	0.9636135697364807	0					non-mobilizable	no_good_hit	417.0	75.54	25.0	0.0038020677255019477	NZ_AQWR01000003.1	CFB group bacteria	Porphyromonas bennonis DSM 23058 = JCM 16335 strain DSM 23058 B088DRAFT_scaffold_2.3_C, whole genome shotgun sequence	True	False
DEN0094_000000011491	2996	0.9512618002260664	5	4	2	3	3	True	128506	backbone	False	ISR0018_000000007251	0.7845772063960242	PS1035	0	0	True	True	1.0	138					non-mobilizable	no_good_hit	1755.0	89.573	78.0	0.5804405874499332	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0181_000000007268	2858	0.9512606566651272	4	3	3	2	2	True	120798	fragment	False	ENG0181_000000007268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2221.0	87.48299999999999	78.0	0.0008218927886517914	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
CHI0164_000000003288	6972	0.9512541774016248	11	7	4	5	5	True	104900	fragment	False	CHI0164_000000003288	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6972.0	99.95700000000001	100.0	0.5624041952400162	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0241_000000009767	1608	0.9512516869158341	3	2	2	1	2	False	106069	fragment	False	ISR0344_000000020233	0.5595712798565622		0	0	False	False	0.9589552283287048	0					non-mobilizable	other	1408.0	95.02799999999999	99.0	0.0004895501086766398	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0027_000000012927	1344	0.9512516869158341	3	2	2	1	2	False	106069	fragment	False	ISR0344_000000020233	0.37197610849863316		0	0	False	False	0.9888392686843872	0					non-mobilizable	other	1345.0	97.249	100.0	0.00046829561997252945	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0156_000000014722	1694	0.9512442613932892	3	3	2	3	1	False	110535	fragment	False	ISR0156_000000014722	0.9929371099141352		0	0	False	False	0.9846516847610474	0					non-mobilizable	no_good_hit	136.0	80.14699999999999	8.0	0.0008944364716483663	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0009_000000006622	5099	0.9512387790981672	7	5	3	5	4	False	111545	fragment	False	ISR0157_000000004871	0.8709742053807407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	74.436	8.0	0.09645042839657282	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
FIJ0079_000000013600	2064	0.9512293457746724	4	4	3	3	3	False	78305	fragment	False	FIJ0079_000000013600	0.9898682877406282		0	0	False	False	1.0	0					non-mobilizable	chromosome	2064.0	98.595	100.0	0.0003961093346246408	LR588412.1	enterobacteria	Klebsiella pneumoniae strain NCTC9157 genome assembly, chromosome: 1	False	False
SPA0083_000000000941	10775	0.9512287484226492	10	8	7	7	6	True	84992	maximal	True	SPA0083_000000000941	1.0		12	3	False	False	0.9995359778404236	0					non-mobilizable	no_good_hit	3068.0	81.128	76.0	0.0005680125200977235	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
MON0064_000000000604	20690	0.951226774386962	27	12	3	7	5	False	73523	maximal	True	MON0064_000000000604	1.0		1	1	False	False	0.9999516606330872	0					non-mobilizable	no_good_hit	59.0	94.915	0.0	0.0006987335454488739	NZ_AWQP01000014.1	g-proteobacteria	Pseudomonas syringae pv. coryli str. NCPPB 4273 contig14, whole genome shotgun sequence	True	False
FIJ0013_000000000885	19569	0.9512204471240694	23	11	8	9	5	True	53278	fragment	False	FIJ0136_000000000967	0.9177181913774973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	0.0	0.00515033407572383	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
FIJ0039_000000003332	7338	0.9512203608315792	10	6	3	5	5	False	47587	fragment	False	FIJ0039_000000003332	1.0		0	0	False	False	0.9978195428848267	0					non-mobilizable	no_good_hit	576.0	75.868	8.0	0.0012719034515749027	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	True	False
MAD0001_000000003753	6519	0.9512197131475874	7	5	2	5	3	False	104085	fragment	False	ISR0123_000000002477	0.938240824483878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	79.575	10.0	0.00019145708186530768	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0849_000000005009	5063	0.951217608056898	8	4	4	4	3	False	116202	maximal	True	ISR0849_000000005009	1.0		2	1	False	False	0.9996050000190735	0					non-mobilizable	no_good_hit	1870.0	94.973	38.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
DEN0070_000000008585	3832	0.951207475280496	6	5	3	5	4	False	76020	maximal	False	ISR0132_000000006080	0.953909952606635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	76.715	12.0	0.00020884680417532957	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0051_000000004699	5723	0.9512049220723644	8	6	2	4	4	True	132217	maximal	False	CHI0101_000000002342	0.2222222222222222	PS1143|PS778	0	0	True	True	1.0	820		MOBP			mobilizable	no_good_hit	1776.0	88.90799999999999	50.0	0.3705329153605016	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
USA0072_01_000000003512	5723	0.9512049220723644	8	6	2	4	4	True	132217	maximal	False	CHI0101_000000002342	0.5865861246998855	PS1143|PS778	0	0	True	True	1.0	612		MOBP			mobilizable	no_good_hit	1776.0	88.90799999999999	53.0	0.3705329153605016	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
ISR0319_000000008930	2156	0.9512024923299076	6	2	1	1	2	False	25095	fragment	False	ISR0319_000000008930	1.0		0	0	False	False	0.9990723729133606	0					non-mobilizable	no_good_hit	228.0	94.29799999999999	11.0	0.004005245808669762	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0020_000000000776	1257	0.9512015135894352	2	2	1	2	1	True	19347	fragment	False	MAD0020_000000000776	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1214.0	87.891	96.0	0.048195659992806617	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
SPA0100_000000011412	2637	0.9511959539863802	4	3	3	3	3	True	55796	fragment	False	SPA0100_000000011412	0.9816753926701571		0	0	False	False	0.9984831213951111	0					non-mobilizable	other	2619.0	98.816	99.0	0.0007666542307424247	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ENG0186_000000011627	1268	0.9511855084755108	2	2	2	1	2	False	106069	fragment	False	ISR0344_000000020233	0.24128379118440443		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	97.00299999999999	100.0	0.014506692313857497	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
ENG0109_000000012404	1986	0.9511837526531784	4	2	1	1	2	False	59882	maximal	True	ENG0109_000000012404	1.0		1	1	False	False	0.9994964599609375	0					non-mobilizable	no_good_hit	661.0	97.277	72.0	0.00014659532360917688	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0027_01_000000007388	3681	0.9511824157977371	4	2	2	2	1	False	66540	fragment	False	USA0027_01_000000007388	1.0		0	0	False	False	0.9997283220291138	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.00020338155736037856	NZ_AJLK01000073.1	cyanobacteria	Fischerella muscicola PCC 7414 contig00073, whole genome shotgun sequence	True	False
FIJ0169_000000012835	1771	0.9511751239729545	2	2	2	2	2	False	46861	fragment	False	FIJ0169_000000012835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	96.65299999999999	42.0	0.0001289740291730061	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0019_000000015244	4100	0.9511709289034982	5	3	1	1	2	True	94173	maximal	True	MON0019_000000015244	1.0		1	1	False	False	0.9992682933807373	0		MOBV			mobilizable	no_good_hit	1198.0	95.65899999999999	33.0	0.31666666666666665	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ISR0378_000000006567	3564	0.9511627238571791	4	3	3	3	3	False	71125	backbone	False	DEN0082_000000009690	0.8125225816250122	PS334	0	0	True	True	0.9924242496490479	1					non-mobilizable	no_good_hit								True	True
ENG0052_000000000243	41424	0.9511624565901288	90	15	9	11	9	False	64010	maximal	True	ENG0052_000000000243	1.0		1	1	False	False	0.999975860118866	0					non-mobilizable	no_good_hit	221.0	74.661	1.0	0.02964560032340655	MK232417.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_5-CL23_c1 sequence	True	False
SPA0100_000000000519	28207	0.951145249043789	29	13	9	12	8	False	66623	fragment	False	SPA0100_000000000519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1891.0	71.867	7.0	0.024228702294049526	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0092_000000005238	5439	0.951144470873412	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9642238573066924	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9992645978927612	1	rep_cluster_870	MOBV			mobilizable	plasmid	5082.0	99.961	99.0	0.9081322609472744	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0045_000000009298	2472	0.9511436008234672	4	2	2	2	2	False	106104	maximal	True	FIJ0045_000000009298	1.0		6	2	False	False	0.9987863898277283	0					non-mobilizable	chromosome	1740.0	94.195	99.0	0.0005950774045991912	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0068_000000009214	2221	0.9511436008234672	4	2	2	2	2	False	106100	fragment	False	ISR0068_000000009214	1.0		0	0	False	False	0.9932462573051453	0					non-mobilizable	other	1630.0	94.601	100.0	0.0005669025101899594	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0088_000000008908	2264	0.9511358986034162	2	2	1	2	2	False	117821	fragment	False	ENG0088_000000008908	1.0		0	0	False	True	0.9995583295822144	0					non-mobilizable	no_good_hit	1628.0	87.961	75.0	0.0008325274269253032	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
CHI0141_000000023044	1204	0.9511291768337952	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7487787266241094		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	99.917	100.0	0.007463983024557311	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
FIJ0004_000000000709	24414	0.9511196324044572	36	19	10	15	12	False	52119	maximal	True	FIJ0004_000000000709	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5395.0	93.40100000000001	28.0	0.0012563306466288344	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
DEN0035_000000013915	2356	0.9511133963912608	3	3	3	2	1	False	103272	fragment	False	ISR0083_000000005815	0.08615743231127847		0	0	False	False	1.0	0					non-mobilizable	chromosome	2356.0	99.66	100.0	0.0004272692487518023	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
AST0148_000000018551	1852	0.9511130490660212	4	4	3	4	3	False	126660	fragment	False	AST0148_000000018551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0151_000000009412	1981	0.9511123514895096	3	3	3	3	3	False	57785	fragment	False	MAD0001_000000012281	0.9405893536121672		0	0	False	False	0.9752650260925293	0					non-mobilizable	no_good_hit	148.0	76.351	7.0	0.00038256449225044874	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
CHI0149_000000002570	6354	0.9511060160134504	9	9	5	8	6	False	119722	fragment	False	SPA0057_000000004179	0.9313830600819446		0	0	False	False	1.0	0					non-mobilizable	chromosome	5446.0	91.792	97.0	0.0010211725231355291	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
AST0039_000000001089	12416	0.9511025551790956	15	11	7	11	5	False	123878	fragment	False	AST0039_000000001089	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10979.0	97.741	92.0	0.06495351163244895	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
FIJ0021_000000005391	8986	0.951096465861047	5	5	3	4	5	False	50020	maximal	True	FIJ0021_000000005391	1.0		9	1	False	False	0.9997774362564087	0					non-mobilizable	no_good_hit	5572.0	84.279	62.0	0.02894753324842892	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
MON0030_000000009174	3650	0.9510934997541168	3	3	3	3	2	False	68643	fragment	False	MON0030_000000009174	1.0		0	0	False	True	1.0	0					non-mobilizable	other	3650.0	99.863	100.0	0.0017547276421298133	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
ISR0377_000000002437	4739	0.9510916872434552	6	3	2	3	3	False	129653	maximal	True	ISR0377_000000002437	1.0	PS1061|PS1063	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1763.0	97.391	38.0	0.008223922185453645	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0012_000000026224	1186	0.9510904368312944	2	1	0	1	1	False	19633	fragment	False	MAD0012_000000026224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000027405	1804	0.9510901469051586	3	2	2	2	2	False	31967	maximal	True	ISR0126_000000027405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	95.914	52.0	0.000729979774295597	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
ENG0119_000000010693	3071	0.9510898429148728	5	3	2	3	2	False	115691	fragment	False	ENG0119_000000010693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1835.0	90.845	77.0	0.0007285746665545987	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
ENG0002_000000012030	1884	0.9510896356137392	3	3	3	3	1	False	67987	maximal	True	ENG0002_000000012030	1.0		1	1	False	False	0.9867303371429443	0					non-mobilizable	no_good_hit	1163.0	99.226	62.0	0.003995296415235764	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	True	False
ISR0231_000000000371	19783	0.9510887848512002	10	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9663489956470723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	90.821	1.0	0.3099236641221374	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
MON0037_000000001288	17353	0.9510744135218976	18	7	3	3	4	False	12148	maximal	True	MON0037_000000001288	1.0		1	1	False	False	0.9990203380584717	0					non-mobilizable	no_good_hit	1286.0	73.795	7.0	0.07988927513840607	NZ_LT635508.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
MON0106_000000029044	1498	0.9510743917706216	2	2	1	2	1	True	51530	fragment	False	MAD0036_000000021899	0.6229660622966062		0	0	False	False	0.984646201133728	0					non-mobilizable	no_good_hit	1236.0	88.51100000000001	82.0	0.04891499820165448	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CAN0005_000000003481	5440	0.9510730939708004	9	6	2	2	6	True	123826	backbone	False	ISR0183_000000005642	0.421973687891564	PS486|PS905	0	0	True	True	1.0	887	rep_cluster_1079	MOBB			mobilizable	plasmid	2389.0	94.51700000000001	100.0	0.28592005761613254	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
SPA0031_000000005510	4789	0.9510730939708004	8	6	2	2	6	True	92238	fragment	False	SPA0031_000000005510	0.9768323504633529		0	0	False	False	0.9997912049293518	0	rep_cluster_1079				non-mobilizable	plasmid	2946.0	99.525	98.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0140_000000006101	4748	0.9510730939708004	8	6	2	2	6	True	92238	fragment	False	SPA0031_000000005510	0.9727500522029651		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2946.0	99.525	94.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
AUS0018_000000005721	4692	0.951071898797834	3	3	2	3	2	False	107084	fragment	False	AUS0018_000000005721	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	100.0	4.0	0.0006549319073372629	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0046_000000004882	2351	0.9510610597098124	4	3	2	3	3	False	87056	maximal	True	CHI0046_000000004882	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2351.0	99.83	100.0	0.01317286725673638	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	False	False
ENG0102_000000018910	1525	0.9510574803024152	2	2	2	2	1	False	60443	fragment	False	ENG0101_000000024173	0.6372269705603039		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	88.525	100.0	0.008833195193907182	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ISR0198_000000011127	2973	0.9510525008236664	5	4	2	3	3	False	77159	fragment	False	CHI0186_000000006294	0.9743404735861466		0	0	False	False	0.9973090887069702	0					non-mobilizable	no_good_hit	981.0	85.015	52.0	0.0002801618085610884	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
SPA0054_000000002146	9906	0.9510459689594292	13	7	3	4	4	True	88275	fragment	False	SPA0054_000000002146	1.0		0	0	False	False	0.9996971487998962	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000007093	4546	0.9510432227978056	4	3	3	3	2	True	53241	maximal	True	ETH0003_000000007093	1.0		1	1	False	False	0.9971403479576111	0					non-mobilizable	no_good_hit	332.0	83.133	7.0	8.749632208676594e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0018_000000027954	1439	0.9510413247956688	2	2	2	2	2	False	75009	maximal	True	DEN0018_000000027954	1.0		1	1	False	False	0.9958304166793823	0					non-mobilizable	no_good_hit	803.0	86.8	85.0	0.00021438662913471414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0080_000000017158	1608	0.951041312301832	2	2	2	2	1	False	61732	maximal	True	ENG0080_000000017158	1.0		1	1	False	False	0.9956467747688293	0					non-mobilizable	no_good_hit	198.0	75.253	12.0	5.9854129593804444e-05	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0125_000000003731	6211	0.9510367968973176	9	8	2	6	8	True	58879	maximal	True	ENG0125_000000003731	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6229.0	99.51799999999999	100.0	0.0010245390520931103	LR131271.1	enterobacteria	Raoultella terrigena strain NCTC13098 genome assembly, chromosome: 1	False	True
FIJ0055_000000001933	7412	0.9510351662233036	5	2	0	0	2	False	76801	maximal	True	FIJ0055_000000001933	1.0	PS187	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	342.0	85.965	13.0	0.08454661558109834	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0158_000000008681	2131	0.9510331681913424	3	3	3	3	1	True	59684	fragment	False	ISR0109_000000014506	0.9766011517156435		0	0	False	False	0.9924917817115784	0					non-mobilizable	other	2131.0	99.531	100.0	0.0009617746503294416	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	True
ISR0399_000000007475	2131	0.9510331681913424	3	3	3	3	1	True	59684	fragment	False	ISR0109_000000014506	0.9736876266146525		0	0	False	False	0.992961049079895	0					non-mobilizable	chromosome	2131.0	99.57799999999999	100.0	0.000949378936802563	CP018757.1	high GC Gram+	Bifidobacterium bifidum strain PRI 1 chromosome, complete genome	False	True
MAD0109_000000007668	1849	0.9510325330643308	2	2	1	2	2	False	43360	fragment	False	MAD0109_000000007668	0.9860413176996091		0	0	False	False	0.9940508604049683	0	IncFIB				non-mobilizable	plasmid	1830.0	100.0	99.0	0.017461620713358283	CP054326.1	enterobacteria	Escherichia coli strain SCU-147 plasmid pSCU-147-1, complete sequence	False	True
MON0010_000000014460	1814	0.9510325330643308	2	2	1	2	2	False	43360	fragment	False	MAD0109_000000007668	0.9769398642754062		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1814.0	100.0	100.0	0.01730886733368976	CP054326.1	enterobacteria	Escherichia coli strain SCU-147 plasmid pSCU-147-1, complete sequence	False	True
USA0080_01_000000004031	9565	0.951022287636899	13	8	4	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9792630119075602	PS624|PS966	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	3743.0	93.134	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0785_000000012257	2804	0.9510106024415688	2	2	2	2	1	False	22198	fragment	False	ISR0785_000000012257	1.0		0	0	False	False	0.9946504831314087	0					non-mobilizable	no_good_hit								True	False
FIJ0100_000000005599	3480	0.9510067472793472	4	4	4	4	3	False	116339	fragment	False	ISR0351_000000003583	0.7492006077843774		0	0	False	False	1.0	0					non-mobilizable	chromosome	3484.0	96.068	100.0	0.0016229904999090566	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
TAN0007_000000003736	7533	0.9509996083235904	11	6	4	5	3	False	21763	fragment	False	TAN0007_000000003736	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	74.368	8.0	0.0024133238499710156	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
MAD0098_000000007123	5689	0.9509958517484832	5	4	4	4	3	True	124744	fragment	False	MAD0098_000000007123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	76.74600000000001	29.0	0.0034627182756666675	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0092_000000012445	1824	0.9509803171980784	3	3	3	3	3	False	91821	fragment	False	ENG0092_000000012445	1.0		0	0	False	False	0.9967105388641357	0					non-mobilizable	other	1812.0	99.117	99.0	0.012301484872773709	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ISR0254_000000001882	4471	0.9509789942424388	5	5	5	4	5	False	129596	fragment	False	ISR0254_000000001882	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1769.0	91.40799999999999	40.0	0.00047325848381488144	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0293_000000004411	8005	0.9509752533183524	7	4	3	4	3	True	102038	fragment	False	ISR0293_000000004411	1.0		0	0	False	False	0.9980012774467468	0					non-mobilizable	no_good_hit	226.0	73.45100000000001	3.0	0.00011032241850487892	CP060264.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS0369-1-AR-4 chromosome, complete genome	True	True
FIJ0058_000000006656	5702	0.950969997758666	6	4	4	3	4	False	46067	maximal	True	FIJ0058_000000006656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	74.487	7.0	0.0015190956744998753	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	True	False
FIJ0055_000000006069	2279	0.9509608221013468	2	2	2	2	2	False	79710	fragment	False	FIJ0055_000000006069	1.0		0	0	False	False	0.9995611906051636	0					non-mobilizable	no_good_hit	1218.0	97.455	53.0	0.03353742622317833	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0010_000000007197	2985	0.9509557979299964	5	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.942615573011788		0	0	False	False	0.9996649622917175	0					non-mobilizable	other	2985.0	99.765	100.0	0.09460102082871001	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0081_000000007101	3278	0.9509530420106936	5	5	5	4	4	False	70192	fragment	False	ISR0081_000000007101	0.9954970110351276		0	0	False	False	1.0	0					non-mobilizable	other	3337.0	76.296	99.0	0.001121378795241376	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
DEN0073_000000015190	3269	0.9509530420106936	5	5	5	4	4	False	70192	fragment	False	ISR0081_000000007101	0.9947364918690332		0	0	False	False	1.0	0					non-mobilizable	other	3329.0	76.23899999999999	100.0	0.0011193212194702908	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0166_000000000586	19375	0.9509287944965974	17	11	10	9	6	True	98635	maximal	True	ISR0166_000000000586	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1800.0	85.833	10.0	0.00047936247192048294	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0069_000000006731	3606	0.9509239749761011	4	3	3	3	3	False	5961	maximal	True	SPA0069_000000006731	1.0		24	6	False	False	0.9916805028915405	0					non-mobilizable	chromosome	3606.0	99.945	100.0	0.001110049131605947	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
DEN0083_000000004033	6256	0.9509238752209492	5	3	2	3	2	False	71315	maximal	True	DEN0083_000000004033	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	92.868	11.0	0.001143446794862856	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0294_000000005354	3545	0.9509176835687778	7	5	4	3	3	False	110182	fragment	False	ISR0294_000000005354	0.9932037178320073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	90.87200000000001	30.0	0.00026074773768509603	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0233_000000005728	2427	0.9509113062552812	3	2	2	2	2	False	62490	fragment	False	ISR0233_000000005728	0.9939051918735892		0	0	False	False	0.9872270226478577	0					non-mobilizable	no_good_hit	600.0	88.333	25.0	0.001831878997630237	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ISR0017_000000006514	5084	0.9509048127128036	7	6	5	4	2	False	70695	maximal	True	ISR0017_000000006514	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	90.45100000000001	22.0	0.10265744448489261	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0278_000000005776	1949	0.9509044477670852	2	2	2	2	2	False	74272	fragment	False	ISR0278_000000005776	0.9812589783338597		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	99.943	91.0	0.023359670216420474	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
SPA0158_000000011210	1785	0.9509044477670852	2	2	2	2	2	False	74272	fragment	False	ISR0278_000000005776	0.9725857924018809		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	99.83200000000001	100.0	0.023571069946885816	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
SPA0156_000000010846	1775	0.9509044477670852	2	2	2	2	2	False	74272	fragment	False	ISR0278_000000005776	0.9716866028799037		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	99.775	100.0	0.02343894511534498	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
ENG0190_000000017040	1767	0.9509044477670852	2	2	2	2	2	False	74272	fragment	False	ISR0278_000000005776	0.9731674895383525		0	0	False	False	1.0	0					non-mobilizable	other	1767.0	99.54700000000001	100.0	0.023333245250112305	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
ENG0159_000000012988	1766	0.9509044477670852	2	2	2	2	2	False	74272	fragment	False	ISR0278_000000005776	0.9723851571553794		0	0	False	False	1.0	0					non-mobilizable	other	1766.0	99.49	100.0	0.023320032766958224	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
MON0001_000000023622	1472	0.9509009753774	2	2	2	2	2	False	40570	fragment	False	MON0001_000000023622	0.984109386548411		0	0	False	False	0.9802989363670349	0					non-mobilizable	no_good_hit	154.0	77.922	10.0	0.001266118015526605	NZ_BIMK01000021.1	firmicutes	Paenibacillus chibensis strain NBRC 15958 PCH05_CON01010, whole genome shotgun sequence	True	False
FIJ0089_000000013548	1817	0.9508976555751018	3	3	2	3	0	True	43568	fragment	False	FIJ0089_000000013548	1.0		0	0	False	False	0.9994496703147888	0					non-mobilizable	no_good_hit	1341.0	89.709	83.0	0.05159799768964189	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
CHI0170_000000004652	2141	0.9508958119932308	3	3	2	2	2	False	77975	fragment	False	CHI0170_000000004652	0.9973945997157745		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	90.531	92.0	0.0002298483207645987	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
DEN0051_000000021752	2111	0.9508958119932308	3	3	2	2	2	False	77975	fragment	False	CHI0170_000000004652	0.9904250350303596		0	0	False	False	0.9990525841712952	0					non-mobilizable	chromosome	1203.0	90.274	92.0	0.00022571706009726113	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ISR0216_000000003668	5470	0.9508954236521261	6	3	3	3	1	True	124457	fragment	False	ISR0216_000000003668	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	98.965	9.0	0.0001168393642968961	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
FIJ0139_000000017080	1546	0.9508941591552332	2	2	2	2	2	False	40434	fragment	False	FIJ0139_000000017080	1.0		0	0	False	False	0.9902975559234619	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000016307	1687	0.9508925760146372	3	1	1	1	1	False	48121	fragment	False	FIJ0034_000000016307	1.0		0	0	False	False	0.9756965041160583	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000002283	10482	0.9508856210579062	12	9	6	7	5	True	122251	maximal	True	ENG0052_000000002283	1.0	PS868	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1167.0	95.887	35.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0078_000000004930	5252	0.9508825976345012	7	5	4	4	5	False	126467	fragment	False	DEN0078_000000004930	0.9619858362166218		0	0	False	False	1.0	0					non-mobilizable	chromosome	2497.0	93.23200000000001	97.0	0.0005635935320911198	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0080_000000009105	3270	0.9508757897586936	4	4	3	3	3	False	85903	fragment	False	ISR0080_000000009105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	94.76899999999999	10.0	0.10037174721189591	NZ_JAAITI010000074.1	firmicutes	Blautia luti strain MSK.16.34 NODE_75_length_3228_cov_166.257, whole genome shotgun sequence	True	False
ISR0030_000000001808	8447	0.9508700207885864	12	7	4	5	6	False	122641	maximal	True	ISR0030_000000001808	1.0		7	4	False	False	0.9996448159217834	0					non-mobilizable	no_good_hit	2750.0	83.273	52.0	0.0007337043822556417	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
AST0111_000000000964	16170	0.9508565537454818	21	17	11	13	13	False	122377	fragment	False	AST0111_000000000964	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	16068.0	98.195	99.0	0.004526101863776844	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0040_000000008916	2754	0.9508531865696755	4	4	3	3	2	False	114458	fragment	False	FIJ0040_000000008916	0.9689004072565717		0	0	False	False	0.9956427216529846	0					non-mobilizable	other	2791.0	84.45	100.0	0.07564869164518076	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ENG0022_000000004726	4130	0.9508502945168829	4	4	3	4	2	False	105514	fragment	False	ENG0022_000000004726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	75.191	16.0	0.0009300867839166085	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0080_000000018367	1762	0.9508413102902056	4	4	1	2	2	True	74976	fragment	False	ISR0080_000000018367	1.0		0	0	False	False	0.9960272312164307	0					non-mobilizable	other	1672.0	97.787	95.0	0.0006798198863793549	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ENG0012_000000010042	2381	0.9508402361542114	4	4	4	4	3	False	67073	maximal	True	ENG0012_000000010042	1.0		1	1	False	False	0.9932801127433777	0					non-mobilizable	no_good_hit	1861.0	84.632	78.0	0.011632359680345518	NZ_JHXW01000005.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ENG0210_000000000006	178870	0.9508397548678684	184	70	43	60	27	True	99430	maximal	True	ENG0210_000000000006	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1681.0	69.066	1.0	0.010530140295634326	NZ_AWQQ01000047.1	firmicutes	Desulfotomaculum profundi strain Bs107 Contig_299, whole genome shotgun sequence	True	True
CHI0006_000000008442	1771	0.950836567632568	3	2	2	2	2	False	95833	fragment	False	CHI0006_000000008442	0.9846188832557008		0	0	False	False	1.0	0					non-mobilizable	chromosome	1771.0	99.15299999999999	100.0	0.00024968848926184233	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CAN0005_000000010349	1635	0.950836567632568	3	2	2	2	2	False	95833	fragment	False	CHI0006_000000008442	0.9496724527444286		0	0	False	False	1.0	0					non-mobilizable	chromosome	1607.0	99.315	98.0	0.00022668157928463473	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MAD0058_000000001884	6826	0.9508271846324216	8	6	2	4	4	True	19048	maximal	True	MAD0058_000000001884	1.0		2	1	False	False	0.9957515597343445	0	rep_cluster_1197				non-mobilizable	no_good_hit	1530.0	88.889	29.0	0.25178068577107837	AB570326.1	firmicutes	Enterococcus faecium plasmid pHY DNA, complete sequence, strain: VRE38	True	True
ISR0812_000000000379	50970	0.9508266212830552	56	23	15	22	10	True	96386	maximal	False	ISR0785_000000000199	0.9539834911744114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	78.74	0.0	0.0002828945401353754	NZ_QKZU01000002.1	CFB group bacteria	Algoriphagus ratkowskyi strain DSM 22686 LV84DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
MAD0047_000000029624	1577	0.9508172436702614	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.8321815134408072		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	99.493	100.0	0.00035194207528882346	CP057002.1	enterobacteria	Escherichia coli strain RHB41-C03 chromosome, complete genome	False	False
ENG0165_000000004536	3994	0.9508138901653604	6	2	2	2	2	False	57308	maximal	True	ENG0165_000000004536	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001250515258601924	AC126957.4	rodents	Rattus norvegicus 1 BAC CH230-12B13 (Children's Hospital Oakland Research Institute) complete sequence	True	False
ENG0081_000000008160	3231	0.9508112846227508	3	3	3	2	2	False	95023	fragment	False	SPA0009_000000009857	0.9388763410502541		0	0	False	False	0.9975239634513855	0					non-mobilizable	other	3235.0	96.229	99.0	0.000975040767571412	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
DEN0089_000000008183	2354	0.9508020973982036	4	4	3	2	2	False	68846	fragment	False	DEN0089_000000008183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	80.859	85.0	0.00028029738972395985	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
ETH0005_000000020244	2345	0.9507952812392998	4	2	1	2	1	True	52755	maximal	True	ETH0005_000000020244	1.0		1	1	True	True	0.9995735883712769	26					non-mobilizable	no_good_hit	961.0	76.171	40.0	0.39870689655172414	LN852792.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0102	True	True
ISR0351_000000003583	3531	0.9507893916605334	4	4	4	4	3	False	116339	fragment	False	ISR0351_000000003583	0.929547022345386		0	0	False	False	1.0	0					non-mobilizable	chromosome	3535.0	96.01100000000001	100.0	0.0016467757055111721	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0169_000000003015	7588	0.9507881957529056	9	7	5	7	6	True	128641	fragment	False	ISR0169_000000003015	1.0		0	0	False	False	0.9998682141304016	0					non-mobilizable	no_good_hit	863.0	80.301	43.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0134_000000001355	19721	0.9507820806547178	26	7	6	6	4	True	108790	maximal	True	SPA0134_000000001355	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	94.434	14.0	0.1494941557803752	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
AST0048_000000003587	4684	0.9507819384468984	7	7	3	5	5	True	123574	fragment	False	AST0048_000000003587	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4153.0	96.822	99.0	0.0008610836934691697	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
MON0030_000000030425	1200	0.9507794680544958	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.751228478984741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	5.0	1.3353072141307551e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0025_000000016062	2387	0.9507792992936484	3	3	3	3	2	False	20032	fragment	False	MAD0041_000000014251	0.9629632435025883		0	0	False	False	0.99204021692276	0					non-mobilizable	other	2388.0	97.99	100.0	0.0011363744560922429	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0050_000000002198	8871	0.9507787127007812	11	6	5	4	4	False	100068	backbone	True	ISR0050_000000002198	1.0	PS336|PS567|PS568	2	1	True	True	1.0	10					non-mobilizable	no_good_hit	464.0	74.138	5.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0202_000000007242	3110	0.9507692158504436	3	3	3	2	2	False	54140	maximal	True	ENG0202_000000007242	1.0		9	4	False	False	0.9987138509750366	0					non-mobilizable	no_good_hit	1217.0	73.952	38.0	0.004424464598677892	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
ISR0046_000000003789	6061	0.9507645831077324	9	7	3	4	7	True	92177	backbone	True	ISR0046_000000003789	0.995949594959496	PS485	3	2	True	True	1.0	12		MOBB			mobilizable	no_good_hit	1844.0	95.93299999999999	69.0	0.309151973131822	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
MAD0012_000000004661	5596	0.9507642162291242	8	6	4	5	4	False	46543	maximal	True	MAD0012_000000004661	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	81.6	13.0	0.004209881306311418	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0118_000000001305	8162	0.9507575425119796	11	7	4	4	7	False	123628	fragment	False	USA0108_01_000000001009	0.34203505979149906		0	0	False	True	1.0	0					non-mobilizable	plasmid	8171.0	98.40899999999999	100.0	0.26227502495250976	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0120_01_000000003075	3840	0.9507563448316232	5	4	4	3	3	False	47572	fragment	False	USA0120_01_000000003075	0.9923850574712644		0	0	False	False	0.9955729246139526	0					non-mobilizable	chromosome	2957.0	99.729	100.0	0.0006727870939627433	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0320_000000009921	2409	0.9507533577977081	4	2	2	2	1	True	25067	fragment	False	ISR0320_000000009921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	3.8424099595266154e-05	NZ_QFYS01000002.1	a-proteobacteria	Phenylobacterium kunshanense strain BUT-10 contig_2_length_780760_cov_44.634181, whole genome shotgun sequence	True	True
AUS0002_000000004645	6344	0.9507489118876372	9	4	2	2	4	False	124572	maximal	True	AUS0002_000000004645	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4353.0	93.338	89.0	0.0009624205109069142	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0166_000000002859	5515	0.9507489118876372	7	4	2	2	4	False	105372	maximal	True	ISR0166_000000002859	1.0		0	0	False	False	0.9994560480117798	0					non-mobilizable	no_good_hit	3873.0	82.70100000000001	77.0	0.0007634209401274404	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0025_000000011087	1925	0.9507484023452424	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.47783357459990633	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1927.0	97.405	100.0	0.007860030215181087	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0033_000000006877	4696	0.950745494409854	5	5	5	5	4	False	48305	maximal	True	FIJ0033_000000006877	1.0		1	1	False	False	0.9985093474388123	0					non-mobilizable	no_good_hit	2329.0	99.699	50.0	0.0004606674493527998	CP051700.1	enterobacteria	Escherichia coli strain SCU-125 chromosome, complete genome	True	False
SPA0042_000000029481	1167	0.950743243671226	2	2	1	1	2	False	54563	fragment	False	SPA0042_000000029481	0.9332755632582322		0	0	False	False	0.9640102982521057	0					non-mobilizable	other	1167.0	89.889	99.0	0.00030824120802965693	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0157_000000003570	7495	0.9507281697050874	12	9	5	5	7	True	125644	maximal	False	USA0039_01_000000003137	0.998846379980489	PS799|PS803	0	0	True	True	1.0	33	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2800.0	97.214	66.0	0.31326245103525463	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0157_000000000385	33673	0.9507257917732468	38	14	6	11	10	True	40450	maximal	True	FIJ0157_000000000385	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	92.945	4.0	0.00015813259123900663	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0011_000000008665	4883	0.9507212085683816	8	5	2	2	3	True	51007	fragment	False	FIJ0011_000000008665	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4886.0	99.57	100.0	0.0020335036802086467	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
ISR0092_000000003001	6394	0.9507204738291504	10	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.8938102254751372	PS486|PS905|PS908	0	0	True	True	1.0	114	rep_cluster_1079	MOBB			mobilizable	no_good_hit	4112.0	97.86	83.0	0.3726290951992014	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0164_000000003632	6374	0.9507204738291504	10	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.8935405498166228	PS486|PS905|PS908	0	0	True	True	1.0	200	rep_cluster_1079	MOBB			mobilizable	no_good_hit	4061.0	97.833	83.0	0.368000726018695	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0243_000000001341	6374	0.9507204738291504	10	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.8941596163878952	PS486|PS905|PS908	0	0	True	True	0.9993724226951599	6	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3753.0	97.92200000000001	83.0	0.3399582539250386	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
SPA0136_000000005685	6354	0.9507204738291504	11	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.8936539104199875	PS486|PS905|PS908	0	0	True	True	1.0	404	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2184.0	98.352	83.0	0.19784009438243036	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
AST0151_000000002645	6334	0.9507204738291504	10	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.8926882100605255	PS486|PS905|PS908	0	0	True	True	1.0	42	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3679.0	97.934	83.0	0.33324258099646065	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0156_000000001900	6334	0.9507204738291504	10	8	3	3	8	True	123850	backbone	False	CHI0169_000000002212	0.8936892361357683	PS486|PS905|PS908	0	0	True	True	1.0	36	rep_cluster_1079	MOBB			mobilizable	no_good_hit	4364.0	97.365	83.0	0.39540793175424266	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
DEN0031_000000009519	3427	0.9507198046646	6	6	4	5	4	False	120521	fragment	False	CAN0021_000000006846	0.18689949269153044		0	0	False	False	0.9994164109230042	0					non-mobilizable	no_good_hit	1691.0	89.947	68.0	0.00031768061140806706	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
FIJ0072_000000000481	32839	0.9507156674912	47	15	7	11	10	False	44790	maximal	True	FIJ0072_000000000481	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1921.0	95.367	48.0	0.034026867047105946	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0057_000000005086	4276	0.9507101921400696	5	2	2	2	2	True	63575	fragment	False	ENG0057_000000005086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0316_000000006160	3035	0.9507089733881436	4	4	4	3	3	False	102241	fragment	False	SPA0089_000000012869	0.3189904380698243		0	0	False	False	0.9990115165710449	0					non-mobilizable	other	3035.0	99.63799999999999	100.0	0.008046784866527868	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0793_000000001991	6103	0.9507081612564414	6	2	2	2	1	True	97602	fragment	False	ISR0793_000000001991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	98.305	1.0	0.00028801700293479396	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
MAD0111_000000003688	4563	0.9507081612564414	5	2	2	2	1	True	97592	fragment	False	MON0047_000000007913	0.9714393526679662		0	0	False	False	0.9995616674423218	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MON0047_000000007913	4543	0.9507081612564414	4	2	2	2	1	True	97592	fragment	False	MON0047_000000007913	0.9720075989118332		0	0	False	False	0.9947171211242676	0					non-mobilizable	no_good_hit	76.0	100.0	2.0	0.00023845178028099158	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
BAN0041_000000000788	4255	0.9507081612564414	6	2	2	2	1	True	97592	fragment	False	MON0047_000000007913	0.9442566823085526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MON0052_000000005318	4218	0.9507081612564414	4	2	2	2	1	True	97592	fragment	False	MON0047_000000007913	0.7031004117941068		0	0	False	False	0.9900426864624023	0					non-mobilizable	no_good_hit	96.0	100.0	2.0	0.000302038921689256	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
MAD0043_000000005529	4114	0.9507081612564414	4	2	2	2	1	True	97592	fragment	False	MON0047_000000007913	0.9252230766748261		0	0	False	False	0.999756932258606	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MON0015_000000009152	3971	0.9507081612564414	4	2	2	2	1	True	97592	fragment	False	MON0047_000000007913	0.23921289710763394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MON0109_000000010065	3399	0.9507081612564414	4	2	2	2	1	True	49991	fragment	False	MON0109_000000010065	0.9881691807157647		0	0	False	False	0.9749926328659058	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MON0037_000000019051	3381	0.9507081612564414	4	2	2	2	1	True	49991	fragment	False	MON0109_000000010065	0.9855839952927332		0	0	False	False	0.9902395606040955	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MAD0064_000000006031	3190	0.9507081612564414	4	2	2	2	1	True	49990	fragment	False	MAD0107_000000012939	0.6515605909141398		0	0	False	False	0.9884012341499329	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MON0035_000000008746	3087	0.9507081612564414	4	2	2	2	1	True	48433	fragment	False	MON0035_000000008746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	96.97	6.0	2.6142193794216654e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0107_000000012939	3001	0.9507081612564414	3	2	2	2	1	True	49990	fragment	False	MAD0107_000000012939	0.9301872980953009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
CAN0004_000000018724	1518	0.9507070829591412	2	2	2	2	2	False	107557	fragment	False	MAD0016_000000002666	0.12372212192285073		0	0	False	False	0.9960474371910095	0					non-mobilizable	chromosome	1519.0	90.71799999999999	100.0	0.000510613318289819	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0092_000000001342	11728	0.9507070154423918	14	8	6	7	7	False	70171	maximal	True	ENG0092_000000001342	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1451.0	97.51899999999999	12.0	0.008390272148233931	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	False
SPA0124_000000021022	1399	0.9506901942263299	2	2	2	1	2	False	58132	maximal	True	SPA0124_000000021022	1.0		29	5	False	False	1.0	0					non-mobilizable	no_good_hit	338.0	75.74	24.0	0.00013496487276530092	HE576794.1	firmicutes	Megasphaera elsdenii strain DSM 20460 draft genome	True	False
MAD0101_000000024334	1194	0.9506863682812778	1	1	1	1	1	False	15065	fragment	False	MAD0101_000000024334	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	85.473	99.0	0.0006462104842288894	CP013689.1	firmicutes	Streptococcus infantarius strain ICDDRB-NRC-S5, complete genome	False	False
ISR0154_000000005021	4888	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9810632493112845	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	67		MOBP			mobilizable	plasmid	4553.0	99.539	100.0	0.9504702194357367	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0222_000000012056	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.982473131523914	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	41		MOBP			mobilizable	plasmid	4549.0	99.846	100.0	0.9504702194357367	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0843_000000003179	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9826789515554242	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	385		MOBP			mobilizable	plasmid	4549.0	99.868	100.0	0.9504702194357367	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0070_000000003967	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9826523757221225	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	628		MOBP			mobilizable	plasmid	4549.0	99.978	100.0	0.9504702194357367	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0128_000000007019	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9826789515554242	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	336		MOBP			mobilizable	plasmid	4549.0	99.868	100.0	0.9504702194357367	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0059_000000003181	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9826523757221225	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9997952580451965	66		MOBP			mobilizable	plasmid	4549.0	99.978	100.0	0.9504702194357367	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0136_000000001467	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9827997733496944	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	110		MOBP			mobilizable	plasmid	4645.0	99.742	100.0	0.9705329153605016	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0827_000000002025	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9831108636749442	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	343		MOBP			mobilizable	plasmid	4645.0	99.978	100.0	0.9705329153605016	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0777_000000003329	4884	0.950685984228279	10	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9764806533804135	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	2761		MOBP			mobilizable	plasmid	3838.0	99.29700000000001	100.0	0.8015458533528306	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
USA0087_01_000000002654	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9826956300057808	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	160		MOBP			mobilizable	plasmid	4645.0	99.87100000000001	100.0	0.9705329153605016	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0078_000000003380	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9826523757221225	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	130		MOBP			mobilizable	plasmid	4549.0	99.978	100.0	0.9504702194357367	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0202_000000002390	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9829038260274656	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	653		MOBP			mobilizable	plasmid	4645.0	99.95700000000001	100.0	0.9705329153605016	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0221_000000004615	4884	0.950685984228279	9	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9821432588414906	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	41		MOBP			mobilizable	plasmid	4549.0	99.714	100.0	0.9504702194357367	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
USA0101_01_000000006334	4865	0.950685984228279	10	5	3	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9770063745626024	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	575					non-mobilizable	plasmid	3852.0	99.948	100.0	0.8044704407771046	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
AST0092_000000002899	6002	0.9506820701583202	6	6	3	4	4	True	109723	maximal	True	AST0092_000000002899	1.0		4	2	True	True	1.0	48					non-mobilizable	no_good_hit	2823.0	89.054	71.0	0.5311376112057543	AJ242479.2	firmicutes	Streptococcus thermophilus res gene, ORF2 and ORF3 DNA, strain St 106	True	True
ENG0169_000000001447	13539	0.9506816688757532	10	6	4	5	3	False	55934	maximal	True	ENG0169_000000001447	1.0		1	1	False	False	0.9977103471755981	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	1.0	0.004438775510204082	NZ_JAAITI010000053.1	firmicutes	Blautia luti strain MSK.16.34 NODE_53_length_19600_cov_120.968, whole genome shotgun sequence	True	False
MON0012_000000028279	1884	0.9506762930222504	2	1	1	1	1	True	59119	maximal	True	MON0012_000000028279	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	99.652	76.0	0.00046115306880198403	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MON0013_000000036379	1538	0.9506762930222504	3	1	1	1	1	True	59116	maximal	True	MON0013_000000036379	1.0		0	0	False	False	0.9577373266220093	0					non-mobilizable	no_good_hit	1198.0	99.666	78.0	0.0003841337671231558	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0340_000000010330	2259	0.9506741795419046	3	3	3	3	3	False	114108	fragment	False	ISR0340_000000010330	0.9812956204379562		0	0	False	False	0.9991146326065063	0					non-mobilizable	other	2263.0	99.205	100.0	0.015555693094840214	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0050_000000002834	3371	0.9506662577199312	5	4	1	4	3	True	86713	maximal	False	SPA0155_000000005273	0.9362725346404301		0	0	True	True	1.0	12					non-mobilizable	plasmid	3234.0	91.682	95.0	0.9648014440433214	HG796350.1	bacteria	Uncultured bacterium plasmid pRGI00625	False	True
MAD0083_000000008640	1209	0.9506655012918308	2	2	2	1	1	False	16092	fragment	False	MAD0083_000000008640	1.0		0	0	False	False	0.9751861095428467	0					non-mobilizable	other	1209.0	98.18	100.0	0.0004881364260493519	HE576794.1	firmicutes	Megasphaera elsdenii strain DSM 20460 draft genome	False	False
SPA0125_000000006714	5393	0.9506561930690648	7	3	2	1	3	False	103765	fragment	False	SPA0125_000000006714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3465.0	88.485	67.0	0.0006875778140494202	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0839_000000003148	4889	0.9506561930690648	7	3	2	1	3	False	103759	fragment	False	ISR0839_000000003148	0.9852781987443169		0	0	False	False	0.9997954368591309	0					non-mobilizable	no_good_hit	2710.0	90.443	61.0	0.0005384861951539436	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0293_000000011171	3285	0.9506561930690648	5	3	2	1	3	False	103758	fragment	False	ISR0293_000000011171	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3083.0	81.609	92.0	0.021615455906466102	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
AUS0016_000000000544	19864	0.9506551185209278	11	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9634654863636064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	1.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
AST0118_000000016309	1891	0.95065007243462	2	1	1	1	1	False	105878	fragment	False	MON0101_000000033437	0.9484539592025104		0	0	False	False	0.9994711875915527	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	25.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0163_000000017701	1468	0.95065007243462	2	1	1	1	1	False	93422	fragment	False	ENG0163_000000017701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	32.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0028_000000003372	6665	0.950640263620135	9	6	2	5	4	False	74053	fragment	False	DEN0028_000000003372	1.0		0	0	False	False	0.9998499751091003	0					non-mobilizable	no_good_hit	329.0	79.939	5.0	9.060121455961517e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0030_000000016805	2103	0.9506390868578076	4	2	1	2	1	False	48732	maximal	True	FIJ0030_000000016805	1.0		0	0	False	False	0.9990489482879639	0					non-mobilizable	no_good_hit	284.0	99.296	13.0	9.121608445771394e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0052_000000004249	6266	0.9506365329999404	9	6	4	5	5	False	126473	fragment	False	ENG0174_000000001931	0.28936266532973853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	94.083	73.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0031_01_000000003320	9265	0.9506294153711052	11	10	8	9	8	False	107288	fragment	False	USA0031_01_000000003320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	72.108	13.0	0.0013077822329534902	NZ_OAML01000002.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
FIJ0086_000000009774	3165	0.9506290888448488	6	5	2	2	4	True	118155	fragment	False	USA0005_01_000000010843	0.9748603351955307		0	0	False	False	0.999052107334137	0	rep_cluster_1097				non-mobilizable	plasmid	3166.0	99.74700000000001	100.0	0.3541130386121992	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0166_000000012442	2279	0.95062751094825	4	3	3	2	2	False	56156	fragment	False	ENG0166_000000012442	1.0		0	0	False	False	0.9951733350753784	0					non-mobilizable	other	2280.0	98.684	100.0	0.01580410948454609	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
MAD0089_000000002055	7855	0.9506216869501392	10	10	3	3	10	False	80346	fragment	False	ENG0042_000000003402	0.9398048409580535		0	0	False	True	0.9991088509559631	0		MOBP		MOBP	mobilizable	plasmid	7781.0	99.807	100.0	0.04612967300109692	MN419430.1	enterobacteria	Escherichia coli strain 2016-4017437 plasmid p17437, complete sequence	False	True
CHI0074_000000008005	1734	0.9506107784025573	2	2	1	2	1	False	84735	fragment	False	CHI0074_000000008005	1.0		0	0	False	False	0.9994233250617981	0					non-mobilizable	other	1734.0	98.962	100.0	0.0006038365397413642	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MAD0057_000000009174	1738	0.9506097132885714	3	3	2	3	3	False	16992	maximal	True	MAD0057_000000009174	1.0		17	3	False	False	1.0	0					non-mobilizable	chromosome	1738.0	100.0	100.0	0.00035599996228900804	CP033800.1	enterobacteria	Enterobacter roggenkampii strain FDAARGOS_523 chromosome, complete genome	False	False
CHI0126_000000003662	4008	0.950597646014284	7	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.9343671319996106		0	0	False	False	1.0	0					non-mobilizable	plasmid	3043.0	98.42299999999999	100.0	0.24534086325131102	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0033_000000004806	1502	0.9505970184323204	3	1	1	1	1	False	88324	fragment	False	ISR0241_000000008914	0.8202203347454735		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	99.867	100.0	0.0023951159421214886	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0011_000000035514	1328	0.9505970184323204	2	1	1	1	1	False	88324	fragment	False	ISR0241_000000008914	0.42966168423952494		0	0	False	False	0.9984939694404602	0					non-mobilizable	other	1328.0	99.925	100.0	0.002117467591735653	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0119_01_000000019444	1269	0.9505970184323204	2	1	1	1	1	False	88324	fragment	False	ISR0241_000000008914	0.13201249268912743		0	0	False	False	0.9984239339828491	0					non-mobilizable	other	1192.0	99.83200000000001	94.0	0.0019004550879858047	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0001_01_000000013807	1242	0.9505970184323204	2	1	1	1	1	False	88324	fragment	False	ISR0241_000000008914	0.1751856163671793		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	99.758	100.0	0.0019786434165427356	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0009_01_000000022041	1184	0.9505970184323204	2	1	1	1	1	False	2080	fragment	False	USA0009_01_000000022041	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	99.729	94.0	0.001768013633491412	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0185_000000002053	11573	0.950594762050153	15	9	7	7	6	True	59594	maximal	True	ISR0185_000000002053	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2432.0	96.42299999999999	22.0	0.0006914755935568469	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CHI0131_000000005343	2991	0.950594093077832	3	3	2	3	2	False	97088	fragment	False	CHI0131_000000005343	0.9718644067796609		0	0	False	False	1.0	0					non-mobilizable	other	2059.0	99.66	100.0	0.0008548116174630786	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0115_000000002436	10547	0.9505887604493468	14	8	6	5	7	True	123687	maximal	True	ISR0115_000000002436	1.0	PS902	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	9192.0	99.619	87.0	0.2958240767571396	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
FIJ0064_000000003142	8180	0.950588631696536	11	9	4	4	9	True	45526	maximal	True	FIJ0064_000000003142	1.0		1	1	False	False	0.9993887543678284	0					non-mobilizable	chromosome	8147.0	98.23200000000001	99.0	0.0015805509859794092	CP032167.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 chromosome, complete genome	False	True
AUS0018_000000004941	5359	0.9505877352904551	6	3	1	1	2	True	113783	maximal	True	AUS0018_000000004941	1.0		1	1	True	True	0.9994401931762695	21					non-mobilizable	no_good_hit	366.0	79.235	7.0	0.0723161540028519	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0201_000000001917	4845	0.950585634037978	9	6	3	4	5	True	132220	backbone	False	ISR0043_000000004492	0.9773299874157091	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	39					non-mobilizable	plasmid	4186.0	99.928	100.0	0.8744254074383618	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
FIJ0077_000000006206	4733	0.95058004428063	3	2	1	2	1	True	44524	fragment	False	FIJ0077_000000006206	1.0		0	0	False	False	0.9936615228652954	0					non-mobilizable	no_good_hit								True	True
MON0100_000000013985	3024	0.950572751108246	4	4	2	3	2	False	39662	fragment	False	MON0100_000000013985	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	574.0	90.76700000000001	44.0	0.0013619962634238638	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
FIJ0153_000000009948	2680	0.950572751108246	4	4	2	3	2	False	39661	fragment	False	FIJ0153_000000009948	1.0		0	0	False	False	0.9929104447364807	0					non-mobilizable	no_good_hit	475.0	88.632	42.0	0.0011266775372825678	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0178_000000001778	7591	0.9505628520332199	10	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.7828944137774967	PS1107|PS1110|PS1114	0	0	False	True	0.9988144040107727	0		MOBV			mobilizable	plasmid	5853.0	95.387	98.0	0.976350218047635	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
SPA0114_000000022215	2103	0.9505570416980554	3	2	2	2	1	True	124655	fragment	False	MON0028_000000011662	0.5606764394124812		0	0	False	False	0.9976224303245544	0					non-mobilizable	chromosome	1971.0	84.01799999999999	99.0	0.0006923352977729881	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0016_000000023203	1599	0.9505570416980554	3	2	2	2	1	True	124649	fragment	False	MON0016_000000023203	1.0		0	0	False	False	0.998123824596405	0					non-mobilizable	chromosome	1610.0	82.85700000000001	100.0	0.000564948425960527	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0012_000000018044	1323	0.9505570416980554	2	2	2	2	1	True	124647	fragment	False	CHI0137_000000010392	0.42112263583257004		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	82.609	100.0	0.00041220525768583926	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0101_000000001090	22935	0.9505529575507512	21	13	7	10	9	True	63224	fragment	False	SPA0101_000000001090	1.0		0	0	False	False	0.9990407824516296	0					non-mobilizable	no_good_hit	98.0	78.571	0.0	1.7509992429184718e-05	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	True
FIJ0131_000000007282	2537	0.950549437593272	3	3	3	2	2	True	89282	fragment	False	FIJ0131_000000007282	1.0		0	0	False	False	0.9996058344841003	0					non-mobilizable	other	2537.0	99.488	100.0	0.12366508996927879	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
FIJ0130_000000000039	88567	0.950549243193397	103	28	16	23	13	True	46636	maximal	True	FIJ0130_000000000039	1.0		2	1	True	True	1.0	3					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0005108762872738028	NZ_RYFW01000009.1	g-proteobacteria	Steroidobacter agariperforans strain KA5-B Scaffold9_1, whole genome shotgun sequence	True	True
ENG0122_000000005987	4490	0.9505484395464	4	4	4	4	4	False	129944	maximal	True	ENG0122_000000005987	1.0		13	4	False	False	0.9993318319320679	0					non-mobilizable	no_good_hit	1779.0	93.14200000000001	39.0	0.9943820224719101	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ISR0128_000000007324	4690	0.9505280177279324	8	4	3	4	4	False	83153	fragment	False	ISR0128_000000007324	1.0		0	0	False	False	0.9987207055091858	0					non-mobilizable	no_good_hit	2575.0	96.971	81.0	0.02069526424711917	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0039_000000007772	3312	0.95052639989846	3	3	2	3	2	False	132005	fragment	False	AST0097_000000006796	0.9932975871313673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2923.0	85.76799999999999	87.0	0.0009766637972957863	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0220_000000000727	17643	0.9505195422353244	22	22	6	16	20	True	97899	maximal	True	ISR0220_000000000727	1.0		8	5	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	13473.0	99.963	100.0	0.11170164252489491	CP048871.1	enterobacteria	Escherichia coli strain 6-Pyelo plasmid p6-Pyelo_1, complete sequence	False	True
FIJ0136_000000001346	16848	0.9505092594391136	18	12	10	10	8	False	102599	maximal	True	FIJ0136_000000001346	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	71.795	3.0	0.0008521251169074093	NZ_OLMH01000001.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
SPA0114_000000014132	3202	0.9505085266126088	4	4	3	4	4	False	104519	fragment	False	SPA0114_000000014132	0.9729275400857597		0	0	False	False	0.9887570142745972	0					non-mobilizable	chromosome	3202.0	98.43799999999999	100.0	0.0013182506677736512	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0035_01_000000013668	1858	0.9505027311855144	2	2	1	0	2	False	102213	fragment	False	USA0035_01_000000013668	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1858.0	100.0	100.0	0.17134157593651966	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
AUS0018_000000015518	1811	0.9505027311855144	2	2	1	0	2	False	102213	fragment	False	USA0035_01_000000013668	0.9873519913885899		0	0	False	False	1.0	0					non-mobilizable	other	1811.0	100.0	100.0	0.16700498246909024	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
FIJ0021_000000011892	4213	0.9504978576415172	10	4	2	3	3	True	116037	fragment	False	FIJ0021_000000011892	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4214.0	99.43	100.0	0.024266476205835934	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
TAN0007_000000005229	5902	0.950496298433432	8	3	3	3	2	False	17445	maximal	True	TAN0007_000000005229	1.0		1	1	False	False	0.9998305439949036	0					non-mobilizable	no_good_hit								True	False
DEN0089_000000002395	7357	0.9504856137884448	11	7	2	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9949856636756574	PS373	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1278.0	98.044	32.0	0.1544981232594745	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
AUS0020_000000003516	7270	0.9504856137884448	10	7	2	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9943582555267759	PS373	0	0	True	True	1.0	116					non-mobilizable	no_good_hit	1414.0	98.23200000000001	33.0	0.1709650078702022	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0113_000000003790	7031	0.9504856137884448	10	7	2	3	5	True	100070	maximal	False	SPA0002_000000003820	0.9753529268343143	PS373	0	0	True	True	0.9987199306488037	2					non-mobilizable	no_good_hit	662.0	85.49799999999999	33.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
CHI0050_000000000937	7975	0.9504795529669531	9	7	5	5	7	True	123652	maximal	True	CHI0050_000000000937	1.0	PS902	1	1	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	2791.0	97.564	67.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
FIJ0075_000000003039	5618	0.9504792383791874	7	5	4	5	4	False	44608	maximal	True	FIJ0075_000000003039	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	93.15799999999999	3.0	0.11270125223613596	KU545091.1	bacteria	Uncultured bacterium clone CH_01C_014_Contig_7 genomic sequence	True	False
ISR0073_000000000262	42509	0.950467276310186	39	15	9	15	9	True	130799	fragment	False	ISR0073_000000000262	1.0		0	0	False	False	0.9999058842658997	0					non-mobilizable	no_good_hit	795.0	69.811	2.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
USA0015_01_000000011705	2844	0.9504642164163776	5	3	2	3	1	True	1958	maximal	True	USA0015_01_000000011705	1.0		3	2	False	False	0.9961321949958801	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.277038757410623e-05	NZ_SPFU01000002.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_2_length_605381_cov_32.3905, whole genome shotgun sequence	True	True
CHI0060_000000002993	3962	0.950464094630286	8	3	1	3	2	False	85774	maximal	True	CHI0060_000000002993	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	99.70200000000001	8.0	0.0011398240928191083	NZ_PYLQ01000002.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_1, whole genome shotgun sequence	True	False
MON0069_000000015353	3065	0.9504638856813572	4	4	4	4	3	False	61440	fragment	False	MON0069_000000015353	1.0		0	0	False	False	0.9996737241744995	0					non-mobilizable	no_good_hit	156.0	78.846	5.0	0.000549842902027992	NZ_SMCZ01000003.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_103, whole genome shotgun sequence	True	False
ISR0812_000000000052	124267	0.950463223403806	117	42	25	36	26	True	108384	maximal	True	ISR0812_000000000052	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2311.0	96.711	2.0	0.11930966775176975	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	True
USA0080_01_000000011827	3690	0.950452249854784	4	1	1	1	1	False	103748	fragment	False	ISR0162_000000009891	0.9801347686083597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1463.0	90.15700000000001	49.0	0.0002900001636614826	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0086_000000007198	3512	0.950452249854784	4	1	1	1	1	False	103748	fragment	False	ISR0162_000000009891	0.9490913417837739		0	0	False	False	0.999715268611908	0					non-mobilizable	no_good_hit	1281.0	89.696	46.0	0.0002536752980135887	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0161_000000014878	2062	0.9504503474397248	2	2	2	2	2	False	102300	fragment	False	ISR0791_000000008143	0.9619825615448168		0	0	False	False	0.9990300536155701	0					non-mobilizable	no_good_hit	1716.0	77.04	81.0	0.006964337013173554	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
MAD0095_000000018467	1927	0.9504503474397248	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.9101666095555129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1717.0	76.878	87.0	0.006960233102146346	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
MON0051_000000019179	1845	0.9504503474397248	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.7222966891783954		0	0	False	False	1.0	0					non-mobilizable	plasmid	1715.0	76.968	91.0	0.006960233102146346	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
USA0130_01_000000019096	1811	0.9504503474397248	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.8529908228511887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	97.76700000000001	22.0	0.00011163503673959045	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0017_000000028165	1188	0.9504355147149449	1	1	1	1	1	False	92349	fragment	False	USA0010_01_000000021330	0.9786367773184901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	87.333	77.0	0.00032808456588307014	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0054_000000013060	2039	0.950434721626121	3	3	3	3	3	False	63761	maximal	True	ENG0054_000000013060	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	84.596	39.0	0.0016584193177969252	NZ_CABIXL010000002.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	False
ISR0785_000000007505	4195	0.9504284140757896	6	3	3	3	3	False	22205	fragment	False	ISR0785_000000007505	1.0		0	0	False	False	0.9978545904159546	0					non-mobilizable	no_good_hit	2605.0	96.775	62.0	0.0009267929721880186	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0104_000000026769	1706	0.9504257063877456	2	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.5959087454100243	PS306	0	0	False	True	1.0	0					non-mobilizable	other	1710.0	90.46799999999999	99.0	0.17372665101561702	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0160_000000009704	2893	0.950418260671644	4	4	2	3	3	False	119717	fragment	False	ISR0160_000000009704	0.9749444252943401		0	0	False	False	1.0	0					non-mobilizable	chromosome	2893.0	99.896	100.0	0.00046115892171093786	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0052_01_000000005698	2886	0.950418260671644	4	4	2	3	3	False	119717	fragment	False	ISR0160_000000009704	0.974215559535108		0	0	False	False	1.0	0					non-mobilizable	chromosome	2886.0	99.896	100.0	0.00046004270025451445	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ENG0173_000000006332	2874	0.950418260671644	5	4	2	3	3	False	119717	fragment	False	ISR0160_000000009704	0.9675092976221941		0	0	False	False	1.0	0					non-mobilizable	chromosome	2874.0	98.12100000000001	100.0	0.00045796971754972804	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ENG0010_000000007135	2874	0.950418260671644	5	4	2	3	3	False	119717	fragment	False	ISR0160_000000009704	0.9599594951374926		0	0	False	False	0.9982602596282959	0					non-mobilizable	chromosome	2875.0	96.104	100.0	0.00045796971754972804	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0091_000000010729	2854	0.950418260671644	4	4	2	3	3	False	119717	fragment	False	ISR0160_000000009704	0.9694891032529048		0	0	False	False	0.9996496438980103	0					non-mobilizable	chromosome	2854.0	99.93	100.0	0.0004389613003224588	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0024_000000005746	2809	0.950418260671644	4	4	2	3	3	False	119717	fragment	False	ISR0160_000000009704	0.9455593665469173		0	0	False	False	1.0	0					non-mobilizable	chromosome	2810.0	96.014	100.0	0.0005271113042371148	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
USA0119_01_000000003341	5997	0.950411330567178	4	4	4	4	2	False	120080	fragment	False	USA0119_01_000000003341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2310.0	98.398	38.0	0.0005128615185054384	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0218_000000009664	1792	0.9504110535651068	3	2	2	2	2	False	106090	maximal	True	ISR0218_000000009664	1.0		0	0	False	False	0.9598214030265808	0					non-mobilizable	no_good_hit	1558.0	95.315	87.0	0.0005650815209989886	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
FIJ0064_000000002299	10745	0.9504096210213652	11	11	11	10	11	False	90215	fragment	False	FIJ0064_000000002299	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8968.0	98.35	99.0	0.0019378010184208899	CP056716.1	enterobacteria	Enterobacter asburiae strain RHBSTW-00516 chromosome, complete genome	False	False
CHI0106_000000002592	6630	0.9503923556865408	9	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.07992955086257299		0	0	False	True	1.0	0					non-mobilizable	plasmid	6632.0	98.70299999999999	100.0	0.2134646962233169	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0027_01_000000000057	94815	0.9503876000524448	80	29	17	27	15	True	121849	fragment	False	AST0102_000000000050	0.9416188258175667		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	20076.0	97.838	28.0	0.7142247207002064	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
MAD0088_000000011225	2187	0.9503871585455156	2	1	1	1	1	False	39083	fragment	False	MAD0088_000000011225	1.0		0	0	False	False	0.9963420033454895	0	rep_cluster_2150				non-mobilizable	plasmid	2190.0	97.854	100.0	0.2930064308681672	CP040267.1	enterobacteria	Escherichia coli strain 631 plasmid pEc631_4, complete sequence	False	True
FIJ0164_000000016006	1411	0.9503871585455156	2	1	1	1	1	False	39082	fragment	False	FIJ0164_000000016006	1.0		0	0	False	False	1.0	0	rep_cluster_2150				non-mobilizable	plasmid	1411.0	99.85799999999999	100.0	0.20864160994377035	FJ004638.1	enterobacteria	Escherichia coli strain H30 serovar O26:H11 plasmid pO26-S4, complete sequence	False	True
FIJ0118_000000002809	3047	0.9503774602386554	4	2	1	2	0	True	53143	maximal	True	FIJ0118_000000002809	1.0	PS220	1	1	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0140_000000002060	13936	0.9503763243084641	17	11	4	6	11	False	104036	maximal	True	CHI0140_000000002060	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	5283.0	99.12899999999999	86.0	0.0011732068171267762	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0173_000000005790	3165	0.9503736637260566	3	2	1	2	1	False	55693	fragment	False	ENG0173_000000005790	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2881.0	99.965	93.0	0.0007787111195351311	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0074_000000002047	11770	0.9503687850626532	12	9	9	9	7	True	5831	maximal	True	SPA0074_000000002047	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3413.0	83.885	39.0	0.001199083653614267	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0019_000000008468	2311	0.9503655500201152	3	2	1	2	2	False	66547	maximal	True	ENG0019_000000008468	1.0		1	1	False	False	0.9753353595733643	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	4.0	0.0015323206144416488	NZ_QIML01000014.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_14, whole genome shotgun sequence	True	False
ENG0060_000000010811	2677	0.9503583345577058	3	3	3	3	1	False	63341	fragment	False	ENG0060_000000010811	1.0		0	0	False	False	0.9902876615524292	0					non-mobilizable	no_good_hit	653.0	98.009	26.0	0.00014844574797418227	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0088_000000005298	4588	0.9503435144700088	4	4	2	3	3	False	128373	fragment	False	ENG0088_000000005298	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	98.62799999999999	100.0	0.0006344987529538512	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0770_000000001329	6408	0.9503299954331124	10	3	3	2	1	True	90491	backbone	False	CHI0127_000000002971	0.7889517180806906	PS478	0	0	False	True	0.9992197155952454	0		MOBB			mobilizable	plasmid	3028.0	96.863	94.0	0.40944775311315645	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
ISR0800_000000001683	6408	0.9503299954331124	10	3	3	2	1	True	90491	backbone	False	CHI0127_000000002971	0.7892909563175612	PS478	0	0	True	True	1.0	66		MOBB			mobilizable	plasmid	3028.0	96.863	94.0	0.40944775311315645	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
AUS0002_000000009309	3630	0.9503168621735	5	4	3	3	3	False	103071	fragment	False	AUS0002_000000009309	1.0		0	0	False	False	0.9994490146636963	0					non-mobilizable	chromosome	2212.0	99.367	90.0	0.000618816211025564	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0279_000000010345	2083	0.9503124544217376	4	2	2	2	2	False	68638	maximal	True	ISR0279_000000010345	1.0	PS319	0	0	False	True	0.9740758538246155	0					non-mobilizable	no_good_hit	1850.0	93.405	89.0	0.009946256825598552	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0060_000000010310	2758	0.950312395594164	4	3	2	2	3	False	95914	fragment	False	SPA0077_000000008270	0.3693514557306433		0	0	False	False	0.9738941192626953	0					non-mobilizable	no_good_hit	810.0	75.926	29.0	0.00022370670261633377	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0057_000000008723	1110	0.950308364999817	2	1	1	1	1	True	71991	fragment	False	ISR0245_000000007304	0.9464730290456431		0	0	False	False	0.9711712002754211	0					non-mobilizable	other	1053.0	90.31299999999999	94.0	0.014811649932350637	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	True
ISR0145_000000002725	12137	0.9503064188961748	15	10	4	10	4	True	126100	maximal	True	ISR0145_000000002725	0.9997515939388921		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	0.0	2.425663520042045e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0266_000000000910	12077	0.9503064188961748	16	10	4	10	4	True	126100	maximal	False	ISR0145_000000002725	0.9972810414435198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	2.1946479467047072e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ENG0055_000000005139	3761	0.9502982082452796	4	3	2	3	2	False	132001	maximal	True	ENG0055_000000005139	1.0		0	0	False	False	0.9914916157722473	0					non-mobilizable	no_good_hit	2886.0	85.863	75.0	0.0009652132562240427	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
FIJ0094_000000013322	1535	0.9502910989005552	2	2	2	2	2	False	97506	fragment	False	ISR0134_000000020037	0.9467940302962433		0	0	False	False	1.0	0					non-mobilizable	chromosome	1535.0	97.655	100.0	0.0002751328179465514	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
FIJ0160_000000002740	5963	0.9502901076679662	2	2	0	2	1	False	39358	fragment	False	FIJ0160_000000002740	1.0		0	0	False	False	0.9974845051765442	0					non-mobilizable	no_good_hit	192.0	92.708	3.0	0.029876427342405757	CP029445.1	enterobacteria	Serratia marcescens strain CAV1761 plasmid pCAV1761-6393, complete sequence	True	False
SPA0135_000000001229	17120	0.9502895492600956	20	11	8	8	10	False	70996	maximal	True	SPA0135_000000001229	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4040.0	96.163	59.0	0.06463181255327019	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0070_000000006861	3128	0.9502823496020518	5	3	3	2	2	False	22479	maximal	True	SPA0070_000000006861	1.0		5	3	False	False	0.9952046275138855	0					non-mobilizable	no_good_hit	471.0	95.117	15.0	0.0016350920741613616	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
TAN0007_000000004083	7077	0.9502811344304648	8	3	0	1	3	False	126496	maximal	True	TAN0007_000000004083	0.9881949962931271	PS879|PS961	3	2	True	True	1.0	32					non-mobilizable	no_good_hit	1525.0	95.60700000000001	51.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0004_000000004205	6656	0.9502811344304648	8	3	0	1	3	False	126496	maximal	False	TAN0007_000000004083	0.9530417961009041	PS879|PS961	0	0	False	True	0.9998497366905212	0					non-mobilizable	no_good_hit	1525.0	95.738	53.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0078_000000005292	6615	0.9502811344304648	8	3	0	1	3	False	126496	maximal	False	TAN0007_000000004083	0.9517612715305809	PS879|PS961	0	0	False	True	0.9927437901496887	0					non-mobilizable	no_good_hit	1525.0	95.60700000000001	53.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
TAN0005_000000001575	6554	0.9502811344304648	7	3	0	1	3	False	126496	maximal	False	TAN0007_000000004083	0.9344036156390769	PS879|PS961	0	0	False	True	0.9977113008499146	0					non-mobilizable	no_good_hit	1525.0	95.60700000000001	52.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0037_000000009658	5530	0.9502811344304648	7	3	0	1	3	False	126484	fragment	False	MON0037_000000009658	0.9996022275258553		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1525.0	95.67200000000001	45.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0011_000000008508	5225	0.9502811344304648	7	3	0	1	3	False	126484	fragment	False	MON0037_000000009658	0.9812176585083748		0	0	False	True	0.9986602663993835	0					non-mobilizable	no_good_hit	1525.0	95.67200000000001	48.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0093_000000002254	5624	0.9502555449860752	5	4	4	4	3	False	130746	fragment	False	ISR0130_000000004031	0.7881254565416199		0	0	False	False	0.9989331364631653	0					non-mobilizable	no_good_hit	1320.0	83.788	47.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0159_000000002207	5713	0.9502528221579091	10	8	2	3	7	True	90092	backbone	False	ISR0010_000000002654	0.701960642906236	PS472|PS473	0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	plasmid	1966.0	99.74600000000001	90.0	0.21185983827493263	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
ENG0177_000000006109	4306	0.9502431132193316	8	4	2	4	2	False	55542	fragment	False	ENG0177_000000006109	1.0		0	0	False	False	0.9995355606079102	0					non-mobilizable	no_good_hit	447.0	73.602	10.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
ENG0065_000000002071	12015	0.9502342888736812	10	8	6	8	7	True	125548	maximal	True	ENG0065_000000002071	1.0		0	0	False	False	0.9984186291694641	0					non-mobilizable	no_good_hit	2258.0	78.03399999999999	31.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0096_000000010130	2321	0.9502260413841956	3	3	3	3	2	False	61824	maximal	True	ISR0096_000000010130	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00017428408305538028	NZ_JMIW01000009.1	a-proteobacteria	Erythrobacter longus strain DSM 6997 contig9, whole genome shotgun sequence	True	False
FIJ0149_000000001554	11819	0.9502185217016964	10	8	5	6	6	True	132369	maximal	True	FIJ0149_000000001554	1.0	PS1029|PS1159|PS463	4	1	False	True	0.999915361404419	0		MOBV			mobilizable	no_good_hit	3101.0	99.355	64.0	0.0010528593846667116	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
USA0016_01_000000002578	8112	0.95021738566014	14	10	6	6	8	True	125397	fragment	False	SPA0032_000000002311	0.5210115234729674		0	0	False	False	0.9977810382843018	0					non-mobilizable	no_good_hit	7235.0	86.73100000000001	89.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MON0076_000000022280	2139	0.9502111529268028	2	2	2	2	2	False	10288	maximal	True	MON0076_000000022280	1.0		2	1	False	False	0.9817671775817871	0					non-mobilizable	no_good_hit	108.0	95.37	5.0	0.13358302122347065	GQ879128.1		Uncultured organism clone VC1C530TF genomic sequence	True	False
USA0117_01_000000006039	4045	0.9502066665286412	4	4	4	4	3	False	12441	maximal	False	USA0064_01_000000002299	0.99975442043222		0	0	False	False	1.0	0					non-mobilizable	chromosome	2260.0	99.956	100.0	0.0003189431765582133	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MAD0047_000000034245	1389	0.9502026883346556	2	2	2	2	2	False	17621	maximal	True	MAD0047_000000034245	1.0		3	1	False	False	1.0	0					non-mobilizable	other	1369.0	86.194	98.0	0.04313230186296179	NZ_WAJR01000028.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_028, whole genome shotgun sequence	False	False
SPA0079_000000004783	4711	0.9501943528917672	6	3	2	3	0	True	88676	maximal	True	SPA0079_000000004783	1.0		2	2	True	True	0.9974527955055237	2					non-mobilizable	no_good_hit	242.0	80.165	5.0	0.07965482907401261	HG796361.1	bacteria	Uncultured bacterium plasmid pRGI00732	True	True
USA0081_01_000000005668	5505	0.9501921869534808	8	6	3	6	5	False	96208	maximal	True	USA0081_01_000000005668	1.0		1	1	False	False	0.9989100694656372	0					non-mobilizable	no_good_hit	287.0	74.913	5.0	8.580804229102053e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0044_000000043405	1317	0.9501912986162704	2	1	1	1	1	False	11595	maximal	True	MON0044_000000043405	1.0		3	1	False	False	0.9810174703598022	0					non-mobilizable	no_good_hit								True	False
DEN0029_000000006831	1953	0.9501907742632204	3	2	2	1	1	False	74899	fragment	False	DEN0029_000000006831	0.9989010989010989		0	0	False	False	1.0	0					non-mobilizable	chromosome	1953.0	99.949	100.0	0.0003541526851649758	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
DEN0043_000000004510	1820	0.9501907742632204	3	2	2	1	1	False	74899	fragment	False	DEN0029_000000006831	0.9649257552483359		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	99.45100000000001	100.0	0.0007958356537886521	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0104_000000001977	3722	0.9501897002496186	5	3	2	2	0	False	87790	maximal	True	CHI0104_000000001977	1.0		1	1	False	False	0.994626522064209	0					non-mobilizable	no_good_hit	222.0	86.93700000000001	6.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	False
CHI0034_000000002352	5568	0.9501846598051196	12	5	2	4	5	False	88293	maximal	True	CHI0034_000000002352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2857.0	99.825	76.0	0.0006660768795033096	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0037_000000007865	4041	0.9501833319549716	5	5	4	5	4	False	65235	maximal	True	ENG0037_000000007865	1.0		6	5	False	False	0.993318498134613	0					non-mobilizable	no_good_hit	960.0	78.854	23.0	0.00026397390908727386	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0069_01_000000051017	1173	0.9501797340603606	2	2	2	1	1	False	58758	fragment	False	ENG0173_000000013071	0.4066877741475764		0	0	False	False	1.0	0					non-mobilizable	chromosome	987.0	97.97399999999999	93.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ISR0210_000000002614	6942	0.9501781378550004	9	2	1	1	2	False	52115	maximal	False	ISR0027_000000003299	0.902382772608846		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0153_000000010152	2934	0.9501770573110764	2	2	2	2	1	False	63166	fragment	False	ENG0153_000000010152	1.0		0	0	False	False	0.9976142048835754	0					non-mobilizable	no_good_hit								True	False
MAD0002_000000006310	4775	0.9501591616448892	8	4	2	4	2	True	20233	maximal	True	MAD0002_000000006310	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	90.515	58.0	0.03796688486715441	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0048_000000006406	2998	0.9501548792025492	4	4	4	4	3	False	36042	fragment	False	ISR0048_000000006406	1.0		0	0	False	False	0.9996664524078369	0					non-mobilizable	other	2998.0	99.566	100.0	0.0013162910896272573	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
TAN0017_000000016505	2204	0.9501544357051032	4	2	2	2	2	True	2471	maximal	True	TAN0017_000000016505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	72.727	19.0	0.0005342262184684261	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
ISR0157_000000000656	29281	0.9501427528662316	32	20	8	11	18	False	104013	maximal	True	ISR0157_000000000656	1.0		1	1	False	False	0.9990096092224121	0					non-mobilizable	no_good_hit	6734.0	99.257	64.0	0.0014948280725602429	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0035_000000006157	2942	0.950135415840563	4	3	1	3	0	True	49802	maximal	False	ISR0220_000000003281	0.9942042184562322		0	0	True	True	0.9993202090263367	5					non-mobilizable	plasmid	2903.0	99.104	100.0	0.9924760601915185	AP022012.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-CRE-02_8 DNA, complete genome, strain: WP3-S18-CRE-02	False	True
ISR0065_000000012097	2668	0.9501249971398406	4	3	3	3	3	False	129612	fragment	False	ISR0065_000000012097	0.9782857142857143		0	0	False	True	1.0	0					non-mobilizable	chromosome	1683.0	99.525	92.0	0.0004507478877557365	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0803_000000014278	1105	0.9501192592207688	2	1	1	1	1	False	21827	fragment	False	ISR0803_000000014278	1.0		0	0	False	False	0.9837104082107544	0					non-mobilizable	no_good_hit	45.0	100.0	4.0	4.7151714929304576e-05	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0039_000000001493	12228	0.9501171884678402	16	10	7	9	10	False	111090	fragment	False	ENG0039_000000001493	1.0		0	0	False	False	0.9980372786521912	0					non-mobilizable	no_good_hit	902.0	93.459	7.0	0.00025082646066047255	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AST0149_000000016333	1635	0.9501169762007728	2	1	1	1	1	False	104406	fragment	False	AST0149_000000016333	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1332.0	99.17399999999999	99.0	0.00020515792613235692	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0099_000000025753	1404	0.9501169762007728	2	1	1	1	1	False	94108	fragment	False	MON0099_000000025753	1.0		0	0	False	False	0.9750712513923645	0					non-mobilizable	chromosome	1029.0	100.0	100.0	0.00015845405564542667	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0057_000000025223	1310	0.9501169762007728	2	1	1	1	1	False	94105	fragment	False	CAN0012_000000030540	0.46866310906417513		0	0	False	False	1.0	0					non-mobilizable	chromosome	1310.0	100.0	100.0	0.00020176688603099565	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0117_000000029288	1271	0.9501169762007728	2	1	1	1	1	False	94105	fragment	False	CAN0012_000000030540	0.3956559942499793		0	0	False	False	0.9952793121337891	0					non-mobilizable	chromosome	1248.0	99.51899999999999	100.0	0.00019205618028618837	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0102_000000037684	1161	0.9501169762007728	1	1	1	1	1	False	94105	fragment	False	CAN0012_000000030540	0.23617859307889746		0	0	False	False	0.9888027310371399	0					non-mobilizable	chromosome	1142.0	100.0	100.0	0.00017587167071150958	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0039_000000012229	3685	0.9501122805707514	4	3	3	3	3	False	12515	fragment	False	MON0039_000000012229	1.0		0	0	False	False	0.9994572401046753	0					non-mobilizable	no_good_hit	2299.0	85.34100000000001	73.0	0.0009827963471878175	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ENG0083_000000016721	1364	0.9501097072210865	3	3	3	2	1	False	106069	fragment	False	ISR0344_000000020233	0.37871158985749387		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	94.656	100.0	0.01560585763519161	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
AUS0016_000000004467	5384	0.9501080925292228	10	6	4	4	6	False	104048	maximal	True	AUS0016_000000004467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	92.962	41.0	0.0003178453152798971	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0043_000000017558	1510	0.9501068397968516	2	2	1	2	1	True	79909	fragment	False	MAD0043_000000017558	0.9789285714285714		0	0	False	False	0.998675525188446	0					non-mobilizable	plasmid	1510.0	98.411	99.0	0.008527784527920159	NZ_CP011404.1	firmicutes	Lactobacillus salivarius str. Ren plasmid pR1, complete sequence	False	True
CHI0143_000000014012	1400	0.9501068397968516	2	2	1	2	1	True	79909	fragment	False	MAD0043_000000017558	0.9427152317880795		0	0	False	False	0.991428554058075	0					non-mobilizable	plasmid	1400.0	99.85700000000001	100.0	0.008357827323344565	CP021584.1	other sequences	Unidentified plasmid plasmid GF1-2_000048F, complete sequence	False	True
MON0099_000000002200	9041	0.9501035251530452	11	10	5	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9943003374823992	PS1165|PS799|PS800	0	0	True	True	1.0	122	rep_cluster_1097	MOBB			mobilizable	plasmid	8632.0	99.87299999999999	100.0	0.9649692221600448	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0115_000000002974	9022	0.9501035251530452	11	10	5	5	8	True	132506	backbone	False	ISR0038_000000002833	0.997380626443909	PS1165|PS799|PS800	0	0	True	True	1.0	143	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.904	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0017_000000002016	8947	0.9501035251530452	11	10	5	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9941808383575305	PS1165|PS799|PS800	0	0	True	True	1.0	86	rep_cluster_1097	MOBB			mobilizable	plasmid	7948.0	99.84899999999999	100.0	0.8884163402350308	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0092_000000000888	16452	0.9501034135758424	11	9	9	8	6	False	61132	maximal	True	ENG0092_000000000888	1.0		10	3	False	False	0.9999392032623291	0					non-mobilizable	no_good_hit	11985.0	94.335	73.0	0.031155585189506802	NZ_QVMD01000005.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf5, whole genome shotgun sequence	True	False
DEN0001_000000003444	8952	0.9501016098251676	18	5	2	4	3	True	88762	maximal	True	DEN0001_000000003444	1.0		1	1	False	False	0.9997766017913818	0					non-mobilizable	no_good_hit	1854.0	90.992	59.0	0.071274547554871	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0151_000000012213	1682	0.9501003803966931	3	2	2	2	1	False	30762	fragment	False	ISR0151_000000012213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
TAN0008_000000000761	11264	0.9500961727866646	17	7	1	6	6	False	19309	maximal	True	TAN0008_000000000761	0.9541462479127427		1	1	True	True	1.0	147					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.3030837718773287e-05	CP030094.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 1, complete sequence	True	True
AST0026_000000003714	8110	0.9500936608520196	12	5	3	3	4	False	119587	maximal	True	AST0026_000000003714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	98.98100000000001	13.0	0.004261049505576091	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0069_000000003117	7321	0.9500936608520196	11	5	3	3	4	False	115046	fragment	False	ISR0185_000000003845	0.9463710599889449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	100.0	2.0	3.591007041067056e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0098_000000003055	5702	0.9500929431783316	6	4	1	3	2	False	127304	backbone	False	ISR0832_000000002251	0.7723332199455217	PS1004	0	0	True	True	1.0	76					non-mobilizable	other	4151.0	100.0	100.0	0.7396186063090359	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0060_000000005371	5702	0.9500929431783316	6	4	1	3	2	False	127304	backbone	False	ISR0832_000000002251	0.7723155622697302	PS1004	0	0	True	True	1.0	111					non-mobilizable	other	4151.0	99.976	100.0	0.7396186063090359	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0139_000000003759	5702	0.9500929431783316	6	4	1	3	2	False	127304	backbone	False	ISR0832_000000002251	0.7723332199455217	PS1004	0	0	True	True	1.0	111					non-mobilizable	other	4151.0	100.0	100.0	0.7396186063090359	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0198_000000006062	5702	0.9500929431783316	6	4	1	3	2	False	127304	backbone	False	ISR0832_000000002251	0.7723332199455217	PS1004	0	0	True	True	1.0	89					non-mobilizable	other	4151.0	100.0	100.0	0.7396186063090359	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0180_000000003560	5702	0.9500929431783316	6	4	1	3	2	False	127304	backbone	False	ISR0832_000000002251	0.7723155622697302	PS1004	0	0	True	True	0.9998246431350708	38					non-mobilizable	other	4151.0	99.976	100.0	0.7396186063090359	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0396_000000011204	2053	0.9500898288509928	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.967437611227466		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	96.81299999999999	93.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0022_000000019820	2047	0.9500898288509928	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9679396093739159		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	96.708	94.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0123_000000009469	2284	0.9500879675292891	4	4	3	3	3	False	95834	fragment	False	CHI0154_000000014093	0.9277038760795961		0	0	False	False	0.9929947257041931	0					non-mobilizable	other	1499.0	97.665	99.0	0.03784166119335119	NZ_CBVI010000130.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
AST0035_000000008169	1990	0.9500763520268108	2	2	2	2	2	False	116809	maximal	True	AST0035_000000008169	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1896.0	99.156	95.0	0.0532381380706094	NZ_CYYA01000029.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
DEN0080_000000000262	4785	0.9500658305043788	6	3	2	1	2	True	102387	fragment	False	DEN0080_000000000262	1.0		0	0	False	False	0.9958202838897705	0					non-mobilizable	no_good_hit	1783.0	95.23299999999999	37.0	0.4114655570966251	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	True	True
CHI0160_000000008854	3278	0.950061864596126	5	3	2	3	2	False	78743	maximal	True	CHI0160_000000008854	1.0		1	1	False	False	0.9966443181037903	0					non-mobilizable	no_good_hit	225.0	74.222	7.0	0.00022756634630495523	NZ_LT706951.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
ENG0146_000000011527	2002	0.950059011440588	3	2	2	2	2	False	107604	maximal	True	ENG0146_000000011527	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	95.56	84.0	0.19412442396313365	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
CHI0140_000000020850	1423	0.9500576349268606	2	2	2	2	1	False	80210	maximal	True	CHI0140_000000020850	1.0		9	5	False	False	0.990161657333374	0					non-mobilizable	no_good_hit	221.0	77.376	15.0	0.00016011803404299499	NZ_HE578907.1	firmicutes	Anaerococcus senegalensis JC48 strain type strain: JC17, whole genome shotgun sequence	True	False
SPA0055_000000006427	4848	0.9500508492000824	4	4	4	4	3	False	91427	maximal	True	SPA0055_000000006427	1.0		2	1	False	False	0.9960808753967285	0					non-mobilizable	other	3537.0	99.97200000000001	99.0	0.0010092211301678344	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
BAN0018_000000000140	11996	0.9500477076021944	18	16	3	9	16	True	98239	fragment	False	BAN0018_000000000140	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	12017.0	97.75299999999999	100.0	0.4415560539765415	CP031108.1	enterobacteria	Escherichia coli strain AMSCJX02 plasmid pAMSC3, complete sequence	False	True
DEN0041_000000002877	10365	0.9500416443017462	14	13	3	5	12	False	80542	fragment	False	DEN0041_000000002877	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10365.0	100.0	100.0	0.051187830295846296	CP056568.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00373 plasmid pRHBSTW-00373_2, complete sequence	False	True
CAN0002_000000005143	3404	0.9500398180948288	4	3	3	3	2	False	96961	maximal	True	CAN0002_000000005143	1.0		7	4	False	False	0.988542914390564	0					non-mobilizable	no_good_hit	1070.0	73.645	31.0	0.00036054623439960655	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0046_000000006455	2897	0.9500371109515848	3	3	1	3	1	False	131989	fragment	False	ENG0120_000000007180	0.964927717343646		0	0	False	False	1.0	0					non-mobilizable	chromosome	2870.0	85.575	97.0	0.0009591512050684136	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ISR0271_000000004280	3525	0.9500331949750264	4	3	3	3	2	False	44190	fragment	False	ISR0271_000000004280	1.0		0	0	False	False	0.9997163414955139	0					non-mobilizable	no_good_hit								True	False
MON0082_000000002297	8443	0.9500213656919004	15	9	5	6	7	True	125397	fragment	False	SPA0032_000000002311	0.4637173816876215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7221.0	92.037	85.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0379_000000002444	7173	0.9500209134130201	9	3	1	1	3	False	85472	backbone	True	ISR0379_000000002444	1.0	PS430	1	1	True	True	1.0	10					non-mobilizable	no_good_hit	1139.0	86.479	36.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
FIJ0064_000000002110	11547	0.9500188723749854	13	12	6	9	10	True	82884	fragment	False	FIJ0064_000000002110	1.0		0	0	False	False	0.9993937611579895	0	IncK2/Z				non-mobilizable	plasmid	5387.0	97.40100000000001	96.0	0.04496881114437179	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
DEN0094_000000034076	1166	0.9499996273395948	2	2	2	1	1	False	68264	fragment	False	DEN0094_000000034076	1.0		0	0	False	False	0.9982847571372986	0					non-mobilizable	other	1168.0	76.37	99.0	0.025678682688028483	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	False	False
ISR0841_000000002817	4431	0.9499952801902346	4	3	3	3	2	False	95228	fragment	False	USA0111_01_000000005160	0.9622929915323123		0	0	False	False	1.0	0					non-mobilizable	other	4367.0	98.809	99.0	0.01790998158863756	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
AST0006_000000001169	13961	0.9499838017316676	14	4	1	4	3	True	127684	maximal	True	AST0006_000000001169	0.9833547649664238		5	3	True	True	1.0	114					non-mobilizable	no_good_hit	33.0	96.97	0.0	5.335984873149882e-07	LR812064.1	bony fishes	Danio rerio genome assembly, chromosome: 2	True	True
ISR0212_000000001845	13939	0.9499838017316676	14	4	1	4	3	True	127684	maximal	False	AST0006_000000001169	0.983332141068746		0	0	True	True	1.0	21					non-mobilizable	no_good_hit	37.0	94.595	0.0	1.8313326363416973e-06	AP019304.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd08	True	True
SPA0027_000000011689	3133	0.9499813134251592	3	3	2	3	2	False	131989	fragment	False	ENG0120_000000007180	0.9708663469045465		0	0	False	False	1.0	0					non-mobilizable	chromosome	993.0	98.087	90.0	0.00033408637479911035	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
SPA0005_000000002717	10526	0.949979859773728	14	14	2	12	13	True	89157	fragment	False	SPA0005_000000002717	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	10526.0	99.99	100.0	0.09098532132298276	MT077882.1	enterobacteria	Escherichia coli plasmid p4, complete sequence	False	True
AST0055_000000025671	1421	0.9499780693554428	3	3	3	2	2	False	113445	fragment	False	ISR0058_000000016778	0.8151549272006671		0	0	False	False	0.999296247959137	0					non-mobilizable	no_good_hit	497.0	79.678	35.0	0.0017730175017494497	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0125_000000022902	1417	0.949977242575748	2	2	2	2	2	False	4011	fragment	False	SPA0125_000000022902	1.0		0	0	False	False	0.9837685227394104	0					non-mobilizable	other	1398.0	99.928	99.0	0.0004803321684332713	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
SPA0037_000000005098	4703	0.9499702709832027	4	2	2	2	1	True	82366	fragment	False	SPA0037_000000005098	1.0		0	0	False	False	0.9989368319511414	0					non-mobilizable	other	4703.0	99.51100000000001	100.0	0.008005124919923126	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	True
DEN0093_000000007827	4063	0.9499702709832027	4	2	2	2	1	True	82365	fragment	False	DEN0093_000000007827	1.0		0	0	False	False	0.9997538924217224	0					non-mobilizable	other	4063.0	99.434	100.0	0.006911808669656203	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	True
ISR0062_000000004359	6489	0.949967643280238	8	7	7	7	5	False	125980	fragment	False	FIJ0046_000000003577	0.9569274182923981		0	0	False	False	0.998921275138855	0					non-mobilizable	no_good_hit	2829.0	99.823	44.0	0.000997135878803564	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0011_000000005884	4289	0.9499631592764662	5	5	4	5	4	False	121432	maximal	True	ISR0011_000000005884	1.0		0	0	False	False	0.9995337128639221	0					non-mobilizable	no_good_hit	1812.0	86.921	42.0	0.024342167438469536	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
USA0082_01_000000012133	2477	0.9499567558779024	5	3	3	3	3	False	13730	fragment	False	USA0082_01_000000012133	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2479.0	99.516	100.0	0.00048198329708085006	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ISR0850_000000002189	6226	0.9499531176166868	9	6	2	2	6	True	109271	maximal	True	ISR0850_000000002189	1.0		1	1	True	True	1.0	45		MOBB			mobilizable	no_good_hit	2818.0	86.65700000000001	78.0	0.33626294245124005	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0385_000000001508	10793	0.9499513575692088	17	8	5	7	7	True	125388	fragment	False	ISR0385_000000001508	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10349.0	98.976	96.0	0.0029534559544617508	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0123_000000002051	6420	0.949942091676034	14	7	2	2	7	True	109285	maximal	True	CHI0123_000000002051	1.0		1	1	True	True	1.0	44		MOBB			mobilizable	no_good_hit	2876.0	86.335	75.0	0.34384782085239585	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
FIJ0096_000000005721	5468	0.9499416115867576	7	6	3	3	6	True	43535	maximal	False	FIJ0090_000000006917	0.9999092064644997		0	0	True	True	1.0	4		MOBV			mobilizable	no_good_hit	1406.0	86.62899999999999	38.0	0.28542345276872966	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
MON0103_000000000419	38245	0.9499138849597846	34	12	6	11	5	True	117529	fragment	False	MON0103_000000000419	0.9529305778862909		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	210.0	85.238	1.0	0.009968045023131587	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ISR0379_000000013863	1796	0.949911298815706	2	2	2	2	1	False	131377	fragment	False	ISR0379_000000013863	1.0		0	0	False	False	0.9972160458564758	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.00017265534047633142	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0089_01_000000001626	5545	0.949902521831863	2	2	2	2	2	False	81020	fragment	False	ENG0021_000000002861	0.6539979995607138		0	0	False	False	1.0	0					non-mobilizable	chromosome	5545.0	99.946	100.0	0.001550287449131193	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0068_000000009376	2881	0.9499017967956971	3	3	2	2	3	True	16470	maximal	True	MAD0068_000000009376	1.0		1	1	False	False	0.997570276260376	0	rep_cluster_554				non-mobilizable	no_good_hit	1454.0	86.86399999999999	80.0	0.15944444444444444	CP029291.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed4, complete sequence	True	True
FIJ0121_000000002158	10837	0.9498957988035336	8	8	6	7	5	True	42825	fragment	False	FIJ0121_000000002158	1.0		0	0	False	False	0.9999077320098877	0					non-mobilizable	no_good_hit								True	True
ISR0117_000000019481	1412	0.9498923411240192	2	2	2	2	2	False	106069	fragment	False	ISR0344_000000020233	0.5101684046109034		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	95.96600000000001	100.0	0.0005124228959701625	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0002_000000000604	12363	0.949887256677596	15	14	9	10	12	True	123702	fragment	False	ENG0167_000000001303	0.5772016895585212		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	12363.0	99.943	100.0	0.12575916336890508	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0211_000000003597	5221	0.9498782976771424	8	4	0	2	3	True	104198	maximal	True	ISR0211_000000003597	0.993844696969697		1	1	True	True	1.0	99					non-mobilizable	no_good_hit	695.0	95.68299999999999	19.0	0.003985853675394842	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0335_000000002944	5181	0.9498782976771424	7	4	0	2	3	True	104198	maximal	False	ISR0211_000000003597	0.993844696969697		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	695.0	92.374	19.0	0.003985853675394842	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0851_000000002975	4343	0.9498782976771424	7	4	0	2	3	True	20562	fragment	False	ISR0851_000000002975	1.0		0	0	False	False	0.999309241771698	0					non-mobilizable	no_good_hit	679.0	93.07799999999999	23.0	0.003893695208911724	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0146_000000013055	3013	0.9498742927599227	6	3	1	2	3	False	31025	fragment	False	ISR0146_000000013055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000000472	36763	0.9498690485589936	31	13	9	10	7	True	106666	fragment	False	DEN0069_000000000472	0.9877763100519343		0	0	False	False	1.0	0					non-mobilizable	plasmid	20089.0	95.23100000000001	94.0	0.0823983256043009	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0092_000000006020	3811	0.9498457336631034	5	2	1	2	1	False	69544	fragment	False	ISR0092_000000006020	1.0		0	0	False	False	0.9965888261795044	0					non-mobilizable	no_good_hit								True	False
CHI0151_000000001231	16429	0.94984507515309	25	24	3	15	24	True	95706	fragment	False	CHI0151_000000001231	1.0		0	0	False	False	0.9969565868377686	0			MPF_F		non-mobilizable	plasmid	16376.0	99.98200000000001	99.0	0.07127529456827847	CP056669.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00651 plasmid pRHBSTW-00651_2, complete sequence	False	True
CHI0175_000000008414	1374	0.9498409989392492	2	2	2	1	1	False	90035	fragment	False	CHI0175_000000008414	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	100.0	100.0	0.0005805649027585501	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0818_000000008350	2141	0.9498408815859671	4	2	2	2	2	False	40247	fragment	False	ISR0778_000000006237	0.9836753731343284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0017_000000005254	3687	0.9498404224978934	6	4	4	4	4	False	105110	fragment	False	FIJ0102_000000008417	0.9567901234567902		0	0	False	False	0.9994575381278992	0					non-mobilizable	other	3105.0	96.618	98.0	0.0008619779951236038	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CAN0013_000000003473	7516	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.998960328249122	PS799|PS803	0	0	True	True	1.0	242	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.171	64.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0039_01_000000003137	7515	0.9498350785515476	11	8	4	4	7	True	125644	maximal	True	USA0039_01_000000003137	0.9990873168621057	PS799|PS803	93	8	True	True	1.0	755	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3990.0	97.243	66.0	0.4463346390598769	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0063_01_000000002819	7515	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9985876383010183	PS799|PS803	0	0	True	True	1.0	1385	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3990.0	97.16799999999999	66.0	0.4463346390598769	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0102_01_000000001910	7515	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990873168621057	PS799|PS803	0	0	True	True	1.0	692	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3990.0	97.243	66.0	0.4463346390598769	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0053_01_000000002889	7515	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989570999700921	PS799|PS803	0	0	True	True	1.0	268	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3967.0	97.90799999999999	66.0	0.4437604924454393	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0167_000000003996	7515	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989584410083499	PS799|PS803	0	0	True	True	1.0	222	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.15100000000001	64.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0084_01_000000004084	7515	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9988278191215159	PS799|PS803	0	0	True	True	1.0	131	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.13	64.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0005_000000001502	7515	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989795245877614	PS799|PS803	0	0	True	True	0.9994677305221558	9	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3990.0	97.243	66.0	0.4463346390598769	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
CAN0017_000000005068	7515	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989925203001675	PS799|PS803	0	0	True	True	1.0	274	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.19200000000001	64.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0052_01_000000002368	7515	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990873168621057	PS799|PS803	0	0	True	True	1.0	312	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3990.0	97.243	66.0	0.4463346390598769	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0101_01_000000003685	7513	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9984102302012842	PS799|PS803	0	0	True	True	1.0	221	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3989.0	97.26700000000001	66.0	0.4463346390598769	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0121_01_000000006084	7495	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990815826954418	PS799|PS803	0	0	True	True	1.0	47	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.171	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
DEN0011_000000004540	7495	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9983066188611396	PS799|PS803	0	0	True	True	0.9994663000106812	18	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.068	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0025_01_000000002458	7495	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.999083421428409	PS799|PS803	0	0	True	True	1.0	983	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4003.0	97.927	66.0	0.44778959149412423	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0147_000000001598	7495	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9981288342316736	PS799|PS803	0	0	True	True	1.0	1316	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2926.0	97.60799999999999	66.0	0.32725237828763293	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0264_000000001028	7495	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.998833787251903	PS799|PS803	0	0	True	True	1.0	12	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.13	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0001_000000004321	7495	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989524220563911	PS799|PS803	0	0	True	True	1.0	753	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.171	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0034_01_000000007611	7495	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.999083421428409	PS799|PS803	0	0	True	True	1.0	1200	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4003.0	97.927	66.0	0.44778959149412423	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0072_01_000000002670	7495	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989614211231378	PS799|PS803	0	0	True	True	1.0	1103	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.15100000000001	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0287_000000001047	7495	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990850359171537	PS799|PS803	0	0	True	True	0.9994663000106812	6	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.171	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0238_000000001572	7495	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989576085080758	PS799|PS803	0	0	True	True	1.0	16	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.15100000000001	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0205_000000001822	7495	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989593786540356	PS799|PS803	0	0	True	True	1.0	429	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.15100000000001	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0300_000000000639	7495	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.998701179984674	PS799|PS803	0	0	True	True	1.0	44	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.13	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0382_000000001518	7495	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990850359171537	PS799|PS803	0	0	True	True	1.0	101	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.171	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0120_01_000000001363	7494	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9957762888760296	PS799|PS803	0	0	True	True	1.0	96	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4140.0	97.271	66.0	0.46323447118074984	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0199_000000003340	7494	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9928441015845128	PS799|PS803	0	0	True	True	1.0	66	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4842.0	96.77799999999999	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0069_01_000000008069	7493	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990849323817341	PS799|PS803	0	0	True	True	1.0	1821	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4750.0	97.389	66.0	0.5313933967543368	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0836_000000002471	7475	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9988414090079781	PS799|PS803	0	0	True	True	1.0	608	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2943.0	97.655	66.0	0.32915500839395634	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0018_01_000000003333	7475	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9988254994682481	PS799|PS803	0	0	True	True	1.0	39	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2568.0	97.586	66.0	0.2871852266368215	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0275_000000001699	7475	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990457314864456	PS799|PS803	0	0	True	True	1.0	48	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4397.0	97.521	66.0	0.4913908765652952	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ISR0850_000000001784	7475	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989544008462091	PS799|PS803	0	0	True	True	1.0	40	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4177.0	97.845	66.0	0.46679338103756707	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
DEN0053_000000000953	7475	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990827189161011	PS799|PS803	0	0	True	True	1.0	38	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4843.0	97.171	65.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
DEN0062_000000001963	7475	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9990808646940548	PS799|PS803	0	0	True	True	1.0	148	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2569.0	97.626	66.0	0.2872971460548405	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0192_000000002576	7475	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9988485572153496	PS799|PS803	0	0	True	True	1.0	114	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2577.0	97.633	66.0	0.2881925013989927	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0001_000000003041	7475	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9988529117182404	PS799|PS803	0	0	True	True	1.0	160	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2947.0	97.59100000000001	66.0	0.32960268606603244	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0770_000000001083	7475	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989829580970447	PS799|PS803	0	0	True	True	1.0	98	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4177.0	97.869	66.0	0.46679338103756707	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ENG0078_000000003406	7475	0.9498350785515476	12	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9989550095589923	PS799|PS803	0	0	True	True	1.0	60	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4789.0	97.285	64.0	0.5357582540570789	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0159_000000002866	7417	0.9498350785515476	11	8	4	4	7	True	125644	maximal	False	USA0039_01_000000003137	0.9984007705027805	PS799|PS803	0	0	True	True	1.0	138	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2563.0	97.581	65.0	0.2866256295467264	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
AUS0016_000000010318	2679	0.9498334905187328	4	4	3	4	3	False	100451	fragment	False	MAD0066_000000005127	0.6119872348782419		0	0	False	False	1.0	0					non-mobilizable	other	2679.0	97.536	100.0	0.004636571084278942	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
AST0092_000000001292	13086	0.9498274688386956	19	5	5	5	3	True	124556	maximal	False	AST0094_000000001210	0.9724022286363645	PS131|PS247|PS914	0	0	True	True	1.0	152					non-mobilizable	no_good_hit	338.0	87.87	8.0	8.915523683223726e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
AUS0006_000000006794	3364	0.9498236727519672	7	2	1	1	2	False	102149	fragment	False	SPA0061_000000005351	0.9527481051644712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	86.463	40.0	0.06597840897180589	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0088_000000008394	2794	0.9498236727519672	5	2	1	1	2	False	62494	fragment	False	ISR0088_000000008394	0.9944161204175771		0	0	False	False	0.9960629940032959	0					non-mobilizable	no_good_hit	1132.0	86.131	43.0	0.05832721936903888	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0066_000000011671	2776	0.9498236727519672	5	2	1	1	2	False	62494	fragment	False	ISR0088_000000008394	0.9922686615772048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	86.094	43.0	0.058170003144324495	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
SPA0118_000000008511	3433	0.9498138366202049	4	4	4	2	1	False	73300	fragment	False	SPA0118_000000008511	0.9626138453534976		0	0	False	False	0.9953393340110779	0					non-mobilizable	no_good_hit	722.0	72.57600000000001	27.0	0.017073466909532483	NZ_SRYX01000034.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_34_length_41175_cov_295.469, whole genome shotgun sequence	True	False
DEN0039_000000004914	3395	0.9498138366202049	5	4	4	2	1	False	73300	fragment	False	SPA0118_000000008511	0.9574931561244173		0	0	False	False	0.9985272288322449	0					non-mobilizable	no_good_hit	734.0	72.752	21.0	0.017364905889496053	NZ_SRYX01000034.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_34_length_41175_cov_295.469, whole genome shotgun sequence	True	False
CHI0046_000000000266	26944	0.9498078444952154	28	21	14	16	18	False	122389	maximal	True	CHI0046_000000000266	1.0		1	1	False	False	1.0	0					non-mobilizable	virus	14220.0	94.677	99.0	0.21343766458505756	MK231413.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_1-CL01_c5 sequence	False	False
FIJ0006_000000003135	9600	0.9498029007599312	13	8	7	7	4	False	51811	maximal	True	FIJ0006_000000003135	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	2.2913706979515145e-05	NZ_CP014835.1	firmicutes	Streptococcus halotolerans strain HTS9 chromosome, complete genome	True	False
ISR0129_000000001867	6648	0.9498002473414094	10	5	2	2	3	False	103761	fragment	False	ISR0129_000000001867	0.9797898140662894		0	0	False	False	0.9983453750610352	0					non-mobilizable	no_good_hit	2120.0	89.764	61.0	0.00042092934973301225	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0357_000000003259	6358	0.9498002473414094	9	5	2	2	3	False	103760	fragment	False	ENG0020_000000002864	0.9486364124708119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	90.87899999999999	59.0	0.006860909631057948	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
ISR0176_000000004943	6273	0.9498002473414094	8	5	2	2	3	False	103760	fragment	False	ENG0020_000000002864	0.6497850477089231		0	0	False	False	0.9993623495101929	0					non-mobilizable	no_good_hit	1809.0	89.331	61.0	0.006737592627885337	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
ENG0152_000000008810	2629	0.9497954634187046	3	2	2	2	2	False	57050	maximal	True	ENG0152_000000008810	1.0		1	1	False	False	0.9996196031570435	0					non-mobilizable	no_good_hit	753.0	79.15	29.0	0.00014050993287039468	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CAN0015_000000006110	6906	0.9497890780256202	10	7	3	7	6	False	113853	fragment	False	MAD0033_000000002070	0.7841110783146826		0	0	False	False	0.9972487688064575	0					non-mobilizable	no_good_hit								True	False
ENG0006_000000013250	1702	0.9497844689675916	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7274621879222328		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	99.236	100.0	0.0024427871640808206	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0090_000000014664	1646	0.9497844689675916	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7220117250636889		0	0	False	False	0.9993924498558044	0					non-mobilizable	other	1646.0	98.177	100.0	0.002365147077641524	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0161_000000006630	1625	0.9497844689675916	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7237481088110933		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	98.708	100.0	0.002334953710692909	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
SPA0062_000000019870	1620	0.9497844689675916	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7229616913844559		0	0	False	False	0.9987654089927673	0					non-mobilizable	other	1620.0	98.95100000000001	100.0	0.0023277648138003816	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0825_000000014769	1620	0.9497844689675916	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7229616913844559		0	0	False	False	0.9962962865829468	0					non-mobilizable	other	1620.0	98.95100000000001	100.0	0.0023277648138003816	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0168_000000009960	1606	0.9497844689675916	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.678533752949141		0	0	False	False	0.9962639808654785	0					non-mobilizable	other	1606.0	99.00399999999999	100.0	0.0023076359025013047	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0164_000000003147	7207	0.9497821069069288	11	7	5	4	6	False	83217	fragment	False	CHI0164_000000003147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	82.353	2.0	0.0007099931536374471	NZ_FQYK01000008.1	CFB group bacteria	Arenitalea lutea strain CGMCC 1.12213, whole genome shotgun sequence	True	False
USA0017_01_000000016297	1678	0.9497799540359748	3	3	3	2	2	False	101770	fragment	False	SPA0023_000000015059	0.6032583231571603		0	0	False	False	0.9964243173599243	0					non-mobilizable	other	1683.0	93.345	100.0	0.0004534369956459774	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0012_000000017378	2741	0.9497789825066232	4	2	2	2	2	False	34048	fragment	False	MON0012_000000017378	0.9635761589403973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	97.54799999999999	81.0	0.00035825475781258126	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0010_01_000000003778	7058	0.9497751208174392	13	4	4	4	3	False	2074	maximal	True	USA0010_01_000000003778	1.0		1	1	False	False	0.9984414577484131	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.3398572628902201e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0223_000000000529	26120	0.94977277739473	33	24	17	16	22	True	123924	maximal	True	ISR0223_000000000529	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	3588.0	98.495	37.0	0.03573566980680185	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
SPA0044_000000003504	7011	0.9497698837225113	9	6	1	2	6	False	113954	maximal	True	SPA0044_000000003504	1.0	PS734	14	4	True	True	1.0	563					non-mobilizable	plasmid	3737.0	99.759	100.0	0.5387389987014861	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
FIJ0153_000000003240	8680	0.9497635116884826	7	7	6	6	7	False	125570	maximal	True	FIJ0153_000000003240	1.0		29	7	False	False	0.9987327456474304	0					non-mobilizable	chromosome	8675.0	99.816	99.0	0.0017320194160295062	LR134222.1	enterobacteria	Escherichia coli strain NCTC11129 genome assembly, chromosome: 1	False	False
CHI0106_000000008996	2203	0.94976230439466	2	2	2	2	2	False	102314	maximal	True	CHI0106_000000008996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	77.20100000000001	76.0	0.006960233102146346	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
CHI0170_000000004962	1991	0.94976230439466	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.9352312109535023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1719.0	77.196	84.0	0.006976648746255181	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0083_000000004600	4885	0.9497578239532892	9	2	0	2	1	True	34125	fragment	False	ISR0083_000000004600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2254.0	83.71799999999999	72.0	0.0007572841459897065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0074_000000005997	4533	0.9497578239532892	9	2	0	2	1	True	34742	maximal	True	ISR0074_000000005997	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1973.0	83.274	83.0	0.0006611372580062669	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0088_000000019481	1647	0.9497576148230464	2	2	2	2	2	False	66762	fragment	False	MON0088_000000019481	1.0		0	0	False	True	0.9975713491439819	0					non-mobilizable	no_good_hit	1447.0	97.02799999999999	88.0	0.1474941308563846	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ENG0162_000000007491	3293	0.9497527007770254	5	3	2	3	3	False	116197	fragment	False	FIJ0011_000000012565	0.5625212412799814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	93.45700000000001	54.0	0.000376483194459905	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0079_000000014218	1808	0.9497511129922253	2	2	2	2	1	False	54412	fragment	False	SPA0079_000000014218	0.9779021803182086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000005700	4105	0.9497510210985544	4	2	1	2	1	True	46467	fragment	False	ISR0058_000000005700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.827229867322693e-05	NZ_NPDR01000002.1	bacteria	Leptospira saintgironsiae strain FH4-C-A2 contig_2, whole genome shotgun sequence	True	True
ENG0146_000000011426	2021	0.9497465348356828	2	2	2	2	2	False	67875	fragment	False	USA0034_01_000000026100	0.9605167664439648		0	0	False	False	1.0	0					non-mobilizable	other	1970.0	97.81700000000001	97.0	0.00041584976862152665	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0061_000000011722	3644	0.949746236977316	4	4	3	4	2	False	37911	fragment	False	MON0061_000000011722	1.0		0	0	False	False	0.983534574508667	0					non-mobilizable	no_good_hit	393.0	77.863	11.0	0.0001380235451930035	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
USA0101_01_000000005390	5530	0.9497444423581471	7	3	2	1	2	True	113951	maximal	False	AST0055_000000005625	0.9963255063631475		0	0	True	True	1.0	248					non-mobilizable	no_good_hit	1783.0	95.625	32.0	0.4114655570966251	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	True	True
AST0055_000000005625	5480	0.9497444423581471	6	3	2	1	2	True	113951	maximal	True	AST0055_000000005625	0.9963451595649848		4	3	True	True	1.0	30					non-mobilizable	no_good_hit	1783.0	95.51299999999999	33.0	0.4114655570966251	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	True	True
SPA0015_000000014325	1677	0.9497443890545773	4	3	2	3	3	False	69524	fragment	False	DEN0079_000000030222	0.7120970623972553		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0021_000000003542	9915	0.949737537074385	8	6	4	5	4	False	122674	fragment	False	CAN0021_000000003542	1.0		0	0	False	False	0.9987897276878357	0					non-mobilizable	other	9059.0	98.455	91.0	0.003520119632769679	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0152_000000007052	3393	0.9497317237231556	4	3	3	3	2	False	103900	fragment	False	DEN0085_000000009319	0.9569384835479255		0	0	False	False	0.9970527291297913	0					non-mobilizable	no_good_hit	563.0	74.067	16.0	0.0001609650216895273	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
CHI0139_000000003675	2846	0.9497252850474738	4	3	3	3	2	False	110580	fragment	False	CHI0139_000000003675	0.9510093081521652		0	0	False	False	0.9982431530952454	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00010408876072692507	NZ_BCTW01000003.1	a-proteobacteria	Novosphingobium lentum NBRC 107847, whole genome shotgun sequence	True	False
FIJ0021_000000026433	1819	0.9497239777046036	3	3	3	3	2	False	131386	fragment	False	CHI0167_000000011591	0.6309538906653143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	73.351	21.0	0.00015333167532326057	CP046315.1	high GC Gram+	Schaalia odontolytica strain FDAARGOS_732 chromosome, complete genome	True	False
ENG0107_000000001203	17719	0.9497137342718256	15	15	9	10	13	True	123679	fragment	False	ENG0107_000000001203	0.9234830710296676		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	7053.0	99.348	64.0	0.0013396883040005805	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
FIJ0093_000000000467	26251	0.9497012459768928	34	21	15	21	9	True	46405	maximal	True	FIJ0093_000000000467	1.0		1	1	False	False	0.999657154083252	0					non-mobilizable	no_good_hit	293.0	83.959	1.0	0.00019279668443631913	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
TAN0021_000000000975	9386	0.9496932663567136	13	5	3	5	4	False	80116	maximal	True	TAN0021_000000000975	1.0		2	1	False	False	0.9992542266845703	0					non-mobilizable	no_good_hit	1036.0	80.598	17.0	0.00031949796199498635	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0097_000000017311	2364	0.9496882037724644	2	2	1	1	2	True	15423	maximal	True	MAD0097_000000017311	1.0		1	1	False	False	1.0	0	rep_cluster_1155				non-mobilizable	no_good_hit	1731.0	93.35600000000001	86.0	0.24457984979453026	NZ_LDOF01000083.1	enterobacteria	Moellerella wisconsensis strain GTA-1455 Cont0077, whole genome shotgun sequence	True	True
TAN0002_000000032710	1297	0.9496825123766328	2	1	1	1	1	False	53305	fragment	False	ETH0002_000000017880	0.9563712641082177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0111_000000008607	2310	0.949681378110772	3	2	0	2	1	True	109199	maximal	True	AST0111_000000008607	1.0		1	1	False	False	1.0	0	rep_cluster_1351				non-mobilizable	no_good_hit	1611.0	98.07600000000001	69.0	0.4442604856512141	KP691635.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B2, complete sequence	True	True
ISR0805_000000003287	3613	0.9496791371839948	5	4	3	4	2	False	34779	maximal	True	ISR0805_000000003287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	83.744	17.0	0.000170962516111576	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0043_000000001320	16978	0.9496784448326232	25	12	7	11	6	False	51404	maximal	True	FIJ0043_000000001320	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	89.03299999999999	21.0	0.00033883586099491724	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0009_01_000000002965	8257	0.9496753276342784	6	4	4	3	2	False	54204	maximal	True	USA0009_01_000000002965	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	98.005	16.0	0.0035095812736685053	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ISR0057_000000005802	3527	0.9496738120413178	6	3	2	3	3	False	128476	maximal	True	ISR0057_000000005802	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	84.866	30.0	0.00024291244627624322	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0080_01_000000025433	1663	0.94967316135187	2	2	2	2	2	False	95833	fragment	False	CHI0006_000000008442	0.9624364909566346		0	0	False	False	1.0	0					non-mobilizable	chromosome	1658.0	98.37200000000001	99.0	0.00023388006032044816	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0059_000000013080	1412	0.94967316135187	2	2	2	2	2	False	85795	fragment	False	CHI0059_000000013080	1.0		0	0	False	False	0.9985835552215576	0					non-mobilizable	chromosome	1412.0	98.51299999999999	100.0	0.00019901682863719485	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0295_000000005646	5354	0.9496722221360032	6	2	2	2	2	False	107120	maximal	True	ISR0295_000000005646	1.0		5	3	False	False	0.995517373085022	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.4287157580204531e-05	LL999051.1	nematodes	Strongyloides stercoralis genome assembly S_stercoralis_PV0001 ,scaffold SSTP_contig0000002	True	False
ISR0384_000000002513	5112	0.9496667495315776	10	8	6	8	7	False	132178	fragment	False	ISR0393_000000002751	0.21258253851797504		0	0	False	False	1.0	0					non-mobilizable	other	4983.0	100.0	97.0	0.10338029922599655	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
FIJ0004_000000010112	2622	0.94966673561255	4	2	1	2	1	False	106147	fragment	False	FIJ0004_000000010112	1.0		0	0	False	False	0.9973303079605103	0					non-mobilizable	no_good_hit	68.0	85.294	3.0	0.0008893388791593695	NZ_RHLQ01000014.1	firmicutes	Lysinibacillus halotolerans strain MCCC 1A12703 NODE_14_length_73088_cov_14.048392, whole genome shotgun sequence	True	False
ISR0082_000000022884	1451	0.94966673561255	2	2	1	2	1	False	106146	fragment	False	ISR0227_000000017082	0.9677944046844502		0	0	False	False	0.9979324340820312	0					non-mobilizable	no_good_hit	97.0	81.443	7.0	0.01787412055523864	LN853421.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0815	True	False
USA0003_01_000000001568	19873	0.9496498804549848	18	17	7	9	16	True	62462	maximal	True	USA0003_01_000000001568	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7788.0	83.603	89.0	0.004969653054092269	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0074_000000003952	6553	0.9496481785380696	11	8	3	5	8	True	26692	maximal	False	ISR0261_000000002394	0.9932351172579675		0	0	True	True	1.0	168	rep_cluster_722	MOBB			mobilizable	no_good_hit	2988.0	95.214	46.0	0.3613028211647899	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0068_000000003565	3513	0.9496472778415962	2	2	1	2	1	False	5991	maximal	True	SPA0068_000000003565	1.0		1	1	False	False	0.9974380731582642	0					non-mobilizable	no_good_hit	810.0	75.062	22.0	0.0010607611426444589	NZ_ATXD01000009.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ENG0102_000000001950	10646	0.9496418078801084	11	4	3	4	2	True	110141	fragment	False	ENG0102_000000001950	1.0		0	0	False	False	0.999812126159668	0					non-mobilizable	no_good_hit								True	True
ISR0394_000000008173	2334	0.9496415251634968	4	3	3	2	1	False	119263	fragment	False	ISR0293_000000011332	0.2387887891166177		0	0	False	False	1.0	0					non-mobilizable	other	2337.0	98.973	100.0	0.007649818501094236	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
SPA0141_000000000284	29571	0.9496369493157478	30	17	8	12	12	True	3500	maximal	False	SPA0140_000000000216	0.9817053303792519		0	0	False	False	0.9999662041664124	0					non-mobilizable	no_good_hit	1622.0	75.524	5.0	0.07149896962637757	NZ_CZAI01000021.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
MAD0057_000000009533	1667	0.949634007035074	2	2	2	2	1	False	16989	fragment	False	MAD0078_000000005298	0.9723646723646724		0	0	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit								True	False
CHI0047_000000000572	19008	0.9496328178909734	24	22	10	13	20	True	132538	fragment	False	CHI0173_000000000797	0.9659901252011225		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	16078.0	93.314	100.0	0.2169257807219143	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0002_000000014468	1612	0.9496281323753172	2	2	2	2	2	False	67976	maximal	True	ENG0002_000000014468	1.0		0	0	False	False	0.998138964176178	0					non-mobilizable	other	1580.0	92.405	100.0	0.0007275001524286033	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
FIJ0102_000000008072	3867	0.9496280961944482	6	4	3	4	4	False	99039	fragment	False	FIJ0102_000000008072	1.0		0	0	False	False	0.9971554279327393	0					non-mobilizable	no_good_hit	561.0	77.54	14.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0153_000000007006	4112	0.9496246751675516	7	4	3	3	3	False	56966	maximal	True	ENG0153_000000007006	1.0		12	4	False	False	0.9973248839378357	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	1.198819656270197e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
DEN0094_000000022810	1678	0.9496214968402041	3	2	1	2	1	False	68339	maximal	True	DEN0094_000000022810	1.0		1	1	False	False	0.9982121586799622	0					non-mobilizable	no_good_hit	153.0	75.817	9.0	3.401332778235824e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0265_000000002732	5536	0.9496147518448309	8	3	3	3	2	True	28870	maximal	True	ISR0265_000000002732	1.0		6	2	False	False	0.998193621635437	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	9.784898574633824e-06	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ENG0087_000000007771	3534	0.949610645449406	5	5	2	4	3	False	119719	fragment	False	ENG0087_000000007771	0.9998553240740741		0	0	False	False	1.0	0					non-mobilizable	chromosome	3534.0	99.887	100.0	0.0005633729150777121	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
FIJ0085_000000008848	3456	0.949610645449406	5	5	2	4	3	False	119719	fragment	False	ENG0087_000000007771	0.9888228636106395		0	0	False	False	1.0	0					non-mobilizable	chromosome	3456.0	100.0	100.0	0.0005315847503028726	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0109_000000005987	4814	0.949605239654333	3	2	2	2	1	True	118586	maximal	True	ISR0109_000000005987	1.0	PS806|PS807	1	1	True	True	1.0	41		MOBQ			mobilizable	no_good_hit	2693.0	93.91	67.0	0.34745982374287193	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ISR0284_000000003194	3144	0.949605239654333	3	2	2	2	1	True	118581	fragment	False	ISR0284_000000003194	0.9904950236703791		0	0	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	1631.0	99.32600000000001	61.0	0.44977924944812364	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	True	True
AST0106_000000006557	3069	0.949605239654333	3	2	2	2	1	True	118582	fragment	False	AST0106_000000006557	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	1532.0	94.648	66.0	0.19751166407465007	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ISR0243_000000003440	3003	0.949605239654333	3	2	2	2	1	True	118581	fragment	False	ISR0284_000000003194	0.9735094175146995		0	0	False	False	0.9993339776992798	0		MOBQ			mobilizable	no_good_hit	1631.0	97.854	63.0	0.44977924944812364	KP691633.1	high GC Gram+	Bifidobacterium longum subsp. longum 2-2B plasmid p2-2B, complete sequence	True	True
ENG0021_000000006394	2954	0.949605239654333	3	2	2	2	1	True	118581	fragment	False	ISR0284_000000003194	0.9635059596891656		0	0	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	1569.0	99.618	62.0	0.4326710816777042	KP691633.1	high GC Gram+	Bifidobacterium longum subsp. longum 2-2B plasmid p2-2B, complete sequence	True	True
DEN0061_000000012202	3293	0.9495965291815964	4	4	4	3	2	False	116624	maximal	True	DEN0061_000000012202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2249.0	99.689	68.0	0.000467225716369465	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
SPA0141_000000002374	8521	0.9495909770837524	9	8	7	7	7	False	94196	maximal	True	SPA0141_000000002374	1.0		1	1	False	False	0.9968313574790955	0					non-mobilizable	no_good_hit	3453.0	99.652	41.0	0.0014596577161853715	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
ISR0841_000000012635	1219	0.9495855985108989	2	1	1	1	1	False	20753	fragment	False	ISR0841_000000012635	1.0		0	0	False	False	0.9975389838218689	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	7.0	0.0001062160274674647	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
FIJ0041_000000004633	7284	0.9495771071305568	10	7	5	5	5	True	122510	maximal	True	FIJ0041_000000004633	1.0		0	0	False	False	0.9989017248153687	0					non-mobilizable	no_good_hit	3049.0	98.68799999999999	69.0	0.37962386349483124	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0018_000000001746	12597	0.9495756281874526	16	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.3957605171672931	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	41					non-mobilizable	other	4083.0	99.19200000000001	90.0	0.32921711057304276	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
ISR0076_000000006026	4113	0.9495725218848832	5	3	2	2	2	True	109784	backbone	True	ISR0076_000000006026	1.0	PS690	1	1	True	True	1.0	120	rep_cluster_1152	MOBQ			mobilizable	no_good_hit	2412.0	99.917	75.0	0.34198581560283686	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
DEN0035_000000023699	1476	0.949572220004131	1	1	1	1	1	False	73405	maximal	True	DEN0035_000000023699	1.0		1	1	False	False	0.9925474524497986	0					non-mobilizable	no_good_hit	1134.0	97.619	77.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
AUS0002_000000027776	1353	0.949572220004131	2	1	1	1	1	False	102759	fragment	False	AUS0002_000000027776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	97.795	84.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
AST0055_000000002368	10738	0.9495701967496364	11	9	7	8	5	False	114000	maximal	True	AST0055_000000002368	1.0		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	6750.0	91.852	63.0	0.0019219725934813904	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0125_01_000000003717	7058	0.9495633397200756	8	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.7993484495335211	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	6118.0	94.541	99.0	0.9938040110875591	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0047_000000000984	18888	0.9495537356239274	23	12	4	6	10	True	36121	maximal	True	ISR0047_000000000984	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1760.0	96.023	25.0	0.0005148121228591224	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ENG0090_000000003318	6119	0.9495517332026432	11	9	3	5	7	True	118182	maximal	True	ENG0090_000000003318	1.0	PS799	1	1	True	True	1.0	87	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3143.0	96.5	83.0	0.35107334525939177	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
MAD0062_000000000234	24064	0.9495513781574128	31	30	16	27	30	False	109700	maximal	True	MAD0062_000000000234	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	12229.0	96.116	94.0	0.0024541418862492792	CP056985.1	enterobacteria	Escherichia coli strain RHB41-C11 chromosome, complete genome	False	False
SPA0125_000000013456	2584	0.9495453632835174	4	3	3	3	2	False	76219	fragment	False	SPA0125_000000013456	1.0		0	0	False	False	0.9949690699577332	0					non-mobilizable	no_good_hit	172.0	75.581	7.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
SPA0014_000000009891	2323	0.9495453632835174	4	3	3	3	2	False	76218	fragment	False	SPA0014_000000009891	0.9598155467720686		0	0	False	False	0.9982780814170837	0					non-mobilizable	no_good_hit	176.0	79.545	7.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
ENG0185_000000012754	1537	0.9495452348608716	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.13614240702285021	PS1061	0	0	False	True	0.9947950839996338	0					non-mobilizable	chromosome	1537.0	98.764	100.0	0.0004116223279386511	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0030_000000013090	1650	0.9495406107222132	2	2	2	2	2	False	106078	maximal	True	ISR0030_000000013090	1.0		0	0	False	False	0.9878787994384766	0					non-mobilizable	no_good_hit	1308.0	95.87200000000001	79.0	0.0004742907881906678	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ENG0142_000000026389	1311	0.9495406107222132	2	2	2	2	2	False	106069	fragment	False	ISR0344_000000020233	0.3532770173490172		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	95.96	100.0	0.00047574343991560095	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0177_000000001512	12191	0.9495383786531248	9	8	6	7	7	True	33351	fragment	False	ISR0177_000000001512	1.0		0	0	False	False	0.9997538924217224	0					non-mobilizable	no_good_hit	658.0	73.556	5.0	0.09880749574105621	NZ_CABKPS010000043.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
SPA0069_000000007431	3262	0.949531307942196	4	4	4	2	3	False	71476	fragment	False	SPA0069_000000007431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2315.0	94.255	76.0	0.195479173721639	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0057_000000018720	1738	0.9495308122576483	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5073044269174295		0	0	False	False	0.9994246363639832	0					non-mobilizable	other	1741.0	99.024	100.0	0.0006319035003459127	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0387_000000006382	3715	0.9495307982560338	4	4	3	4	3	False	82024	fragment	False	ISR0296_000000006166	0.8955542542167659		0	0	False	False	0.9946164488792419	0					non-mobilizable	no_good_hit	2690.0	90.781	72.0	0.11484197435567563	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0026_000000022291	1505	0.9495299451548248	3	2	2	2	1	False	103259	fragment	False	ISR0157_000000019079	0.9440750138108718		0	0	False	False	0.999335527420044	0					non-mobilizable	chromosome	1506.0	99.801	100.0	0.00027640483445829793	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0854_000000006936	1382	0.9495263609790734	2	2	2	2	1	False	55434	fragment	False	ISR0854_000000006936	0.9773445496263139		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	99.855	100.0	0.0002454898135059572	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0062_000000029561	1310	0.9495263609790734	2	2	2	2	1	False	55434	fragment	False	ISR0854_000000006936	0.9651994907532133		0	0	False	False	0.9923664331436157	0					non-mobilizable	chromosome	1310.0	99.46600000000001	100.0	0.00024040792578465916	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
TAN0007_000000018050	2171	0.9495255225828524	3	2	2	2	2	False	95332	fragment	False	CAN0007_000000017709	0.7692530740131628		0	0	False	False	0.9995393753051758	0					non-mobilizable	no_good_hit								True	False
ISR0041_000000001292	8309	0.9495231622838836	13	8	4	7	5	False	36441	maximal	True	ISR0041_000000001292	1.0		1	1	False	False	0.9990372061729431	0					non-mobilizable	no_good_hit	521.0	84.069	7.0	0.013180501064184424	NZ_CYXX01000034.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AUS0004_000000010070	2066	0.9495222795145456	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9670251630966122		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	95.611	93.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0145_01_000000011757	2035	0.9495222795145456	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9657864756130684		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	95.71600000000001	94.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0169_000000002960	7053	0.9495167094654088	8	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.6897555115917058		0	0	False	False	0.9998582005500793	0					non-mobilizable	no_good_hit	534.0	93.446	10.0	0.0021704255921487212	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0022_000000004899	6778	0.9495167094654088	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.612913457489341		0	0	False	False	0.9979345202445984	0					non-mobilizable	no_good_hit	216.0	94.444	5.0	0.000873914274343436	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0187_000000003426	6716	0.9495167094654088	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.6105694773587695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	93.71700000000001	5.0	0.0007713421764158027	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
BAN0013_000000000003	15260	0.9495135927396464	19	19	5	7	18	False	98756	maximal	True	BAN0013_000000000003	1.0		2	1	False	False	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	8853.0	96.611	100.0	0.08471557172955373	CP030216.1	enterobacteria	Salmonella enterica strain SA20025921 plasmid pSA20025921.2	False	True
SPA0092_000000011957	3463	0.9495065136527772	3	2	2	2	2	False	102304	fragment	False	SPA0092_000000011957	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1435.0	91.916	90.0	0.005843969302745516	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0187_000000007996	3429	0.9495065136527772	4	2	2	2	2	False	102306	fragment	False	ISR0187_000000007996	1.0		0	0	False	False	0.9982502460479736	0					non-mobilizable	no_good_hit	1682.0	98.93	59.0	0.00046681218099316305	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0027_000000013964	1850	0.9495065136527772	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.8673032778227134		0	0	False	False	0.9897297024726868	0					non-mobilizable	no_good_hit	417.0	97.36200000000001	23.0	0.00011552282408873041	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AUS0016_000000015323	1849	0.9495065136527772	3	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.4321654947198159		0	0	False	False	0.9994591474533081	0					non-mobilizable	plasmid	1696.0	77.064	99.0	0.006890466614683794	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ENG0002_000000001824	9533	0.9495038992880799	13	8	4	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9709884147113079	PS624|PS966	0	0	True	True	1.0	305					non-mobilizable	no_good_hit	3752.0	92.964	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0032_000000003836	7705	0.9494980935541332	6	3	3	2	2	False	99370	fragment	False	ISR0032_000000003836	1.0		0	0	False	False	0.9971446990966797	0					non-mobilizable	no_good_hit	2613.0	92.193	44.0	0.10673375879561446	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0771_000000001779	5739	0.9494950331872424	9	9	6	9	4	True	102951	maximal	True	ISR0771_000000001779	1.0		9	5	False	False	0.9991287589073181	0					non-mobilizable	no_good_hit	1739.0	98.90700000000001	31.0	0.0010518250799157088	CP048764.1	e-proteobacteria	Campylobacter jejuni strain ZH003 chromosome, complete genome	True	True
ETH0005_000000004335	10841	0.9494928237644119	10	3	3	3	3	False	52813	maximal	True	ETH0005_000000004335	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2873.0	97.70299999999999	56.0	0.25945017182130586	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
AST0088_000000001643	7163	0.949489740870942	9	2	1	2	1	False	110456	maximal	True	AST0088_000000001643	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3502.0	92.861	92.0	0.0014181916609188937	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	False
TAN0018_000000002626	3335	0.9494832770451485	8	3	3	3	3	False	2425	maximal	True	TAN0018_000000002626	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	74.493	28.0	0.000163279575664205	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0003_000000001789	11340	0.9494748469830532	10	7	7	6	3	True	50092	backbone	True	ISR0003_000000001789	1.0	PS193	12	5	True	True	1.0	19					non-mobilizable	no_good_hit	5155.0	92.454	69.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0134_000000008043	3671	0.9494737505215614	5	4	2	3	4	False	98318	fragment	False	SPA0134_000000008043	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	3671.0	99.564	100.0	0.0675986811810429	HE578057.1	enterobacteria	Shigella sp. MO17 plasmid pMO17_54 complete sequence	False	True
FIJ0072_000000003558	7017	0.9494717287069177	8	3	2	3	1	True	96673	fragment	False	FIJ0072_000000003558	0.964548183126397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	89.17200000000001	2.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0113_000000003466	6764	0.9494717287069177	7	3	2	3	1	True	96673	fragment	False	FIJ0072_000000003558	0.9542647246734339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	1.0	0.025888850535036246	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0034_000000006397	3600	0.9494526782444276	8	6	2	3	5	False	132209	backbone	False	ENG0141_000000006400	0.055532619803508466	PS1143|PS778	0	0	False	True	0.9977777600288391	0					non-mobilizable	plasmid	3533.0	96.34899999999999	98.0	0.8512536162005786	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
SPA0103_000000004518	3416	0.9494526782444276	8	6	2	3	5	False	132209	backbone	False	ENG0141_000000006400	0.05297575383555075	PS1143|PS778	0	0	True	True	1.0	1					non-mobilizable	plasmid	3416.0	99.971	100.0	0.823288331726133	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
MON0100_000000012399	3343	0.9494526782444276	7	6	2	3	5	False	132209	backbone	False	ENG0141_000000006400	0.04441966488371252	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	3265.0	99.663	98.0	0.7866441658630665	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ENG0068_000000007936	2953	0.9494498323308878	6	5	3	4	3	True	62618	maximal	True	ENG0068_000000007936	1.0		1	1	False	False	0.999661386013031	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	1.0256626659961764e-05	NZ_CP015109.1	firmicutes	Sporosarcina ureae strain P17a chromosome, complete genome	True	True
ISR0802_000000000634	12834	0.9494482504951848	21	12	7	9	10	True	125385	fragment	False	ISR0802_000000000634	1.0		0	0	False	False	0.9998441934585571	0					non-mobilizable	other	5514.0	98.44	99.0	0.001572626817654063	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0074_000000006084	4479	0.9494378902883612	8	6	4	5	4	True	104849	fragment	False	DEN0064_000000009405	0.9323380378038361		0	0	False	False	1.0	0					non-mobilizable	plasmid	2918.0	97.22399999999999	90.0	0.2352561516740621	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0087_000000002891	5348	0.9494218376750204	6	5	1	5	5	False	108859	maximal	False	ENG0053_000000004568	0.9588604788266456		0	0	False	True	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	plasmid	4664.0	98.949	100.0	0.8368336025848142	CP059936.1	enterobacteria	Escherichia coli strain 28.1 plasmid p5, complete sequence	False	True
ISR0390_000000003580	3446	0.94942177886886	4	4	3	3	3	False	119709	fragment	False	ISR0390_000000003580	1.0		0	0	False	False	0.9997097849845886	0					non-mobilizable	other	3455.0	88.075	100.0	0.0005512461661555939	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0852_000000001136	6256	0.9494188826065671	11	9	4	4	7	True	123850	backbone	False	CHI0169_000000002212	0.9475832249374555	PS486|PS905|PS908	0	0	True	True	1.0	291	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2906.0	96.90299999999999	83.0	0.26336328160450134	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
SPA0113_000000010047	3254	0.9494086299960148	6	5	1	5	4	False	116521	fragment	False	SPA0113_000000010047	1.0		0	0	False	False	0.9852489233016968	0					non-mobilizable	other	3124.0	100.0	96.0	0.0009448132836572715	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
USA0125_01_000000000343	40641	0.94940448402069	59	21	9	16	14	True	103561	maximal	True	USA0125_01_000000000343	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4089.0	95.696	19.0	0.3044611603485514	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
FIJ0038_000000005728	5581	0.949396411406729	6	4	3	4	3	False	97505	fragment	False	FIJ0038_000000005728	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1204.0	96.179	34.0	0.0020810897846539537	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
CHI0067_000000003457	3090	0.9493902272668696	4	3	2	3	3	False	98931	fragment	False	ISR0400_000000005738	0.4707395498392283		0	0	False	False	0.9987055063247681	0					non-mobilizable	chromosome	3113.0	92.13	100.0	0.00047650303087930424	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0006_000000004379	2881	0.9493902272668696	4	3	2	3	3	False	98931	fragment	False	ISR0400_000000005738	0.4748392282958199		0	0	False	False	1.0	0					non-mobilizable	other	2881.0	99.514	100.0	0.010073195991714717	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0058_000000007759	3141	0.949386580416364	5	3	1	3	0	True	35514	fragment	False	ISR0058_000000007759	1.0		0	0	False	False	0.9949060678482056	0					non-mobilizable	no_good_hit								True	True
ISR0374_000000002771	5526	0.949380005116908	6	4	2	3	4	False	115544	fragment	False	ISR0374_000000002771	1.0		0	0	False	False	0.9998190402984619	0					non-mobilizable	no_good_hit	3672.0	99.18299999999999	66.0	0.021355839341606002	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
FIJ0034_000000001483	17644	0.9493794795744251	10	7	5	7	4	True	105962	fragment	False	FIJ0108_000000000697	0.3929399789644809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	2.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
SPA0002_000000005055	5155	0.9493770137645606	5	4	4	3	2	False	130746	fragment	False	ISR0130_000000004031	0.7118149598950719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.63600000000001	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0021_000000004276	5083	0.9493770137645606	5	4	4	3	2	False	130746	fragment	False	ISR0130_000000004031	0.7118428649279661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0782_000000002680	5057	0.9493770137645606	5	4	4	3	2	False	130746	fragment	False	ISR0130_000000004031	0.7099580702185071		0	0	False	False	0.9994067549705505	0					non-mobilizable	no_good_hit	1320.0	83.712	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0188_000000004693	4703	0.9493693476854176	7	7	6	7	7	False	95311	fragment	False	ISR0188_000000004693	1.0		0	0	False	False	0.9997873902320862	0					non-mobilizable	other	2576.0	98.874	99.0	0.06445395609621787	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AUS0006_000000010294	2380	0.949360789659598	4	3	2	3	1	False	102104	maximal	True	AUS0006_000000010294	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	91.946	6.0	4.512359130774479e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MAD0040_000000004023	5764	0.9493428314204876	7	6	5	5	3	True	47906	fragment	False	MAD0040_000000004023	1.0		0	0	False	False	0.9934073686599731	0					non-mobilizable	no_good_hit	412.0	83.25200000000001	7.0	0.0007094250693737537	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
DEN0010_000000023031	1972	0.949338305614408	4	3	1	3	2	True	84034	fragment	False	DEN0010_000000023031	1.0		0	0	False	False	0.9944218993186951	0					non-mobilizable	plasmid	1977.0	94.74	100.0	0.49323985978968454	CP055491.1	enterobacteria	Klebsiella sp. RHBSTW-00484 plasmid pRHBSTW-00484_11, complete sequence	False	True
CHI0015_000000002928	3117	0.9493357699741584	4	3	3	2	1	False	89875	maximal	True	CHI0015_000000002928	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2819.0	97.02	90.0	0.0005642169861960119	CP056181.1	enterobacteria	Citrobacter freundii strain RHBSTW-01016 chromosome, complete genome	False	False
ISR0341_000000001975	7301	0.9493259642476096	8	2	0	1	2	False	126488	maximal	True	ISR0341_000000001975	1.0	PS879|PS961	1	1	True	True	1.0	4					non-mobilizable	no_good_hit	2631.0	98.48	73.0	0.4500941619585687	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0212_000000032507	1122	0.9493234950371964	2	1	1	1	1	False	28306	fragment	False	ISR0212_000000032507	1.0		0	0	False	False	0.9598930478096008	0					non-mobilizable	no_good_hit	573.0	94.939	51.0	0.012728081886960391	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
SPA0120_000000003975	10355	0.9493186598244407	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9540652271985567	PS1052	0	0	True	True	1.0	27	IncW	MOBF			mobilizable	other	8089.0	98.9	99.0	0.0033866012686861605	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0326_000000001179	10267	0.9493186598244407	10	6	2	4	5	True	128768	backbone	False	ENG0060_000000001922	0.9584932360827406	PS1052	0	0	True	True	0.9991233944892883	22	IncW	MOBF			mobilizable	other	8581.0	98.695	99.0	0.003592053122302134	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0069_000000003957	5599	0.9493090489513204	6	5	5	5	4	False	124238	maximal	True	ENG0069_000000003957	1.0		0	0	False	False	0.9967851638793945	0					non-mobilizable	no_good_hit	3532.0	96.008	63.0	0.10861803631886735	GU942946.1		Uncultured organism clone 3 genomic sequence	True	False
ISR0033_000000003224	7766	0.9493089507740992	7	4	3	4	1	True	103115	fragment	False	ISR0033_000000003224	1.0		0	0	False	False	0.9994849562644958	0					non-mobilizable	no_good_hit	215.0	88.837	3.0	5.3674636506247016e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	True
ISR0327_000000020490	1432	0.9493088338356276	2	2	2	2	2	False	101757	fragment	False	ISR0327_000000020490	0.9563829787234042		0	0	False	False	0.9993016719818115	0					non-mobilizable	other	1431.0	99.51100000000001	99.0	0.000827836134757829	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
AUS0008_000000017625	1410	0.9493088338356276	2	2	2	2	2	False	101757	fragment	False	ISR0327_000000020490	0.9493715083798883		0	0	False	False	0.9978723526000977	0					non-mobilizable	other	1292.0	99.845	92.0	0.0007473681468338163	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ISR0211_000000002542	6795	0.9493051538631968	4	3	2	3	1	False	28416	maximal	True	ISR0211_000000002542	1.0		2	2	False	False	0.9998528361320496	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000023353	1303	0.9492987140232528	1	1	1	1	1	False	73055	fragment	False	ENG0119_000000023353	0.9731225296442687		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	99.007	98.0	0.000636089368974029	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MON0030_000000028817	1265	0.9492987140232528	1	1	1	1	1	False	73055	fragment	False	ENG0119_000000023353	0.9597083653108212		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	99.39399999999999	91.0	0.0006086626300132914	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0193_000000015776	1256	0.9492987140232528	1	1	1	1	1	False	54571	fragment	False	ENG0193_000000015776	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1071.0	98.88	98.0	0.0005638304605582396	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
SPA0007_000000019785	1319	0.9492986637115512	2	2	2	2	2	False	76206	fragment	False	SPA0007_000000019785	1.0		0	0	False	False	0.9962092638015747	0					non-mobilizable	other	1310.0	100.0	99.0	0.0024081535036885775	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
ISR0132_000000012420	2253	0.9492879410160638	3	3	0	1	3	False	31598	fragment	False	ISR0132_000000012420	1.0		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1857	MOBF		MOB_unknown	mobilizable	other	2254.0	98.181	100.0	0.7085300598048473	NZ_LPTR01000253.1	enterobacteria	Shigella boydii strain 600384 600384_254, whole genome shotgun sequence	False	True
USA0020_01_000000004556	7536	0.9492833824997348	14	7	5	4	4	True	28703	maximal	True	USA0020_01_000000004556	0.977400891291162		1	1	True	True	1.0	158	rep_cluster_722				non-mobilizable	no_good_hit	1279.0	83.65899999999999	45.0	0.196577243293247	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ISR0203_000000002512	7380	0.9492833824997348	13	7	5	4	4	True	28703	maximal	False	USA0020_01_000000004556	0.9729962845010616		0	0	True	True	1.0	1	rep_cluster_722				non-mobilizable	no_good_hit	1738.0	81.703	29.0	0.265340733888375	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
SPA0139_000000003388	6577	0.949271889166038	7	6	6	6	4	True	95464	fragment	False	SPA0139_000000003388	1.0		0	0	False	False	0.9977193474769592	0	IncR				non-mobilizable	plasmid	6261.0	99.95200000000001	95.0	0.16744683696669788	CP045280.1	enterobacteria	Escherichia coli strain LAU-OXA plasmid pLAU-OXA3, complete sequence	False	True
USA0116_01_000000003419	7919	0.9492705516832742	8	6	4	4	6	False	128551	fragment	False	ISR0150_000000002357	0.7669274279072146		0	0	False	False	1.0	0					non-mobilizable	other	2975.0	91.227	90.0	0.2513545546901456	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
ISR0806_000000003669	2913	0.9492689975664568	5	4	4	4	4	False	120226	fragment	False	ISR0806_000000003669	0.9603059553203314		0	0	False	False	1.0	0					non-mobilizable	chromosome	2913.0	98.97	100.0	0.0011543750696212643	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0032_000000011483	3035	0.9492674700653714	4	2	1	2	1	False	68670	fragment	False	ENG0086_000000006855	0.47784908079022326		0	0	False	False	0.9986820220947266	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	3.0	0.0015323206144416488	NZ_QIML01000014.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_14, whole genome shotgun sequence	True	False
MON0009_000000032905	1217	0.9492642375124166	2	2	2	2	2	False	13774	fragment	False	MON0009_000000032905	0.9941666666666666		0	0	False	False	0.9638455510139465	0					non-mobilizable	no_good_hit	458.0	77.51100000000001	37.0	0.0026996195447676953	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0031_000000000876	19588	0.9492573430041654	29	19	15	19	15	True	53725	maximal	True	SPA0031_000000000876	1.0		1	1	False	False	0.9991320967674255	0					non-mobilizable	no_good_hit	268.0	74.25399999999999	1.0	0.0011733711173592509	NZ_JAAKZG010000010.1	bacteria	Mesorhizobium zhangyense strain CGMCC 1.15528, whole genome shotgun sequence	True	True
USA0027_01_000000022342	1213	0.949249210006196	1	1	1	1	1	False	1570	maximal	True	USA0027_01_000000022342	1.0		0	0	False	False	0.9876339435577393	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000009391	3487	0.949247309877418	5	5	4	4	5	False	99340	fragment	False	ENG0119_000000009391	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3487.0	99.82799999999999	100.0	0.01432223172014729	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
CHI0140_000000001190	21141	0.9492469557128006	35	24	8	19	15	True	84079	maximal	True	CHI0140_000000001190	1.0		1	1	False	False	0.9998108148574829	0					non-mobilizable	no_good_hit	288.0	78.125	1.0	0.003152781800762015	MN399336.1	viruses	Edwardsiella phage vB_EtaM_ET-ABTNL-9, complete genome	True	True
ISR0192_000000011276	1579	0.9492263483053855	1	1	1	1	1	False	29121	maximal	True	ISR0192_000000011276	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1464.0	90.301	93.0	0.10839887223623683	CP034682.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_13kb, complete sequence	False	True
ISR0821_000000019236	1646	0.9492230688323092	3	3	3	3	2	True	21225	fragment	False	ISR0821_000000019236	0.9937908496732026		0	0	False	False	0.9975698590278625	0					non-mobilizable	other	1646.0	99.39200000000001	100.0	0.0007967494559581603	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
ISR0001_000000014665	1746	0.9492226420626736	3	3	3	3	2	False	105484	fragment	False	CAN0018_000000019660	0.29422884614006495		0	0	False	False	0.9977090358734131	0					non-mobilizable	other	1746.0	99.656	100.0	0.003610743254428075	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ENG0064_000000012765	1742	0.9492226420626736	3	3	3	3	2	False	105484	fragment	False	CAN0018_000000019660	0.29387781364201754		0	0	False	False	0.9896670579910278	0					non-mobilizable	other	1742.0	99.656	100.0	0.0036024664790597584	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
TAN0017_000000014564	2462	0.949217981652134	3	2	2	2	2	False	2474	maximal	True	TAN0017_000000014564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2124.0	96.281	85.0	0.013132407092242473	NZ_FUXC01000006.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ISR0280_000000008389	1669	0.9492108879538528	2	2	2	2	1	False	106069	fragment	False	ISR0344_000000020233	0.38878185254322034		0	0	False	False	0.9874176383018494	0					non-mobilizable	chromosome	1637.0	97.86200000000001	100.0	0.00057494390255474	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0091_000000015309	1587	0.9492108879538528	3	2	2	2	1	False	106069	fragment	False	ISR0344_000000020233	0.5972120399431244		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	94.94	100.0	0.0004944281880513537	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0026_000000018439	1768	0.9492088751590736	4	4	4	4	3	False	108577	maximal	True	SPA0026_000000018439	1.0		23	9	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	98.204	9.0	0.0003481255024083955	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	True	False
MAD0066_000000015363	1895	0.9492062963049837	2	1	1	1	1	True	19044	maximal	False	MAD0027_000000006313	0.9997413347128815		0	0	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
ISR0779_000000002014	13073	0.9492059471529471	17	11	8	9	6	True	22358	maximal	True	ISR0779_000000002014	1.0		1	1	True	True	1.0	57					non-mobilizable	no_good_hit	49.0	87.755	0.0	0.001194257400584424	NZ_BAUT01000037.1	firmicutes	Bacillus wakoensis JCM 9140, whole genome shotgun sequence	True	True
ENG0199_000000012789	1985	0.9492045285458864	2	1	1	1	1	False	54276	maximal	True	ENG0199_000000012789	1.0		1	1	False	False	0.9536523818969727	0					non-mobilizable	no_good_hit								True	False
FIJ0051_000000003719	5320	0.9492018776942068	6	3	2	3	1	True	97601	fragment	False	FIJ0051_000000003719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	3.0	0.0003774015900524886	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
SPA0126_000000013717	2965	0.9491892700494502	6	5	5	5	4	False	3983	maximal	True	SPA0126_000000013717	1.0		14	4	False	False	0.9989882111549377	0					non-mobilizable	no_good_hit	351.0	99.715	12.0	0.0028183985054435353	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0043_000000000864	22784	0.9491885190058286	25	16	14	16	9	True	64644	fragment	False	ENG0043_000000000864	1.0		0	0	False	False	0.9997366666793823	0					non-mobilizable	no_good_hit								True	True
CHI0049_000000004672	3367	0.9491831255649782	5	3	0	2	2	False	120169	fragment	False	CHI0049_000000004672	0.9949344457687723		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	3367.0	99.97	100.0	0.6398554858338087	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0023_000000005243	3356	0.9491831255649782	5	3	0	2	2	False	120169	fragment	False	CHI0049_000000004672	0.9934659934659935		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	3356.0	99.97	100.0	0.6379539836470812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
USA0024_01_000000001996	11401	0.9491712926835044	18	10	6	8	9	True	125390	fragment	False	USA0024_01_000000001996	0.9886633753885536		0	0	False	False	1.0	0					non-mobilizable	other	11403.0	99.0	100.0	0.0032539960704308485	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0337_000000010241	1099	0.949170655183917	2	1	1	1	1	False	24431	fragment	False	ISR0337_000000010241	1.0		0	0	False	False	0.9836214780807495	0					non-mobilizable	other	1083.0	99.169	98.0	0.00030686654342800305	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0069_000000006932	3517	0.9491643359602608	3	3	2	2	3	False	129614	fragment	False	ISR0069_000000006932	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1793.0	98.829	51.0	0.00835927618283058	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0090_000000010197	2270	0.9491620206349644	5	4	4	3	3	False	129533	fragment	False	ISR0272_000000004659	0.9579175704989153		0	0	False	True	0.9991189241409302	0					non-mobilizable	chromosome	1271.0	95.35799999999999	100.0	0.0003398028071785219	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0098_000000021991	1703	0.9491553750307208	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.47143609317899726		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	98.76100000000001	99.0	0.002142318762867824	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
USA0116_01_000000021972	1104	0.9491529233789536	1	1	1	1	1	False	253	fragment	False	USA0116_01_000000021972	1.0		0	0	False	False	0.9791666865348816	0					non-mobilizable	no_good_hit	809.0	80.593	73.0	0.0002256641362642267	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0360_000000001204	16417	0.9491512546983341	25	10	6	9	6	False	36433	maximal	True	ISR0360_000000001204	1.0		14	3	False	False	0.9999390840530396	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.480185197195551e-07	LR738542.1	bony fishes	Neostethus bicornis genome assembly, chromosome: 1	True	False
SPA0099_000000000811	11874	0.9491500625105488	17	13	9	12	11	False	5020	maximal	True	SPA0099_000000000811	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5564.0	96.62100000000001	62.0	0.002683396388322206	CP051129.1	firmicutes	Lactobacillus reuteri strain CNI-KCA2 chromosome	True	False
ISR0797_000000009411	1161	0.9491464245604224	1	1	1	1	1	False	51646	fragment	False	FIJ0006_000000034534	0.9727659574468085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0225_000000007216	2462	0.9491415171468072	4	2	0	2	1	True	127559	maximal	False	ENG0115_000000008016	0.9973925363990329		0	0	True	True	0.9991876482963562	61					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
ENG0156_000000006538	2442	0.9491415171468072	3	2	0	2	1	True	127559	maximal	False	ENG0115_000000008016	0.997996644324798		0	0	True	True	0.996314525604248	19					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
ENG0049_000000007983	2442	0.9491415171468072	3	2	0	2	1	True	127559	maximal	False	ENG0115_000000008016	0.9973489743528667		0	0	True	True	1.0	99					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
ENG0191_000000012558	2442	0.9491415171468072	3	2	0	2	1	True	127559	maximal	False	ENG0115_000000008016	0.9979147442428978		0	0	True	True	0.9995905160903931	20					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
AST0006_000000005624	2442	0.9491415171468072	3	2	0	2	1	True	127559	maximal	False	ENG0115_000000008016	0.9986962328021642		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
ENG0210_000000009795	2442	0.9491415171468072	3	2	0	2	1	True	127559	maximal	False	ENG0115_000000008016	0.9977539310666206		0	0	True	True	0.996724009513855	11					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
ENG0062_000000010337	2442	0.9491415171468072	3	2	0	2	1	True	127559	maximal	False	ENG0115_000000008016	0.998614332720264		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
ENG0077_000000008326	2430	0.9491415171468072	3	2	0	2	1	True	127559	maximal	False	ENG0115_000000008016	0.9917963678837107		0	0	True	True	1.0	28					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
ENG0115_000000008016	2421	0.9491415171468072	3	2	0	2	1	True	127559	maximal	True	ENG0115_000000008016	0.9988370035092174		10	4	True	True	1.0	21					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
ENG0100_000000012511	2402	0.9491415171468072	4	2	0	2	1	True	127559	maximal	False	ENG0115_000000008016	0.9976166290298613		0	0	True	True	0.9900083541870117	2					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
AUS0012_000000012584	1370	0.9491415171468072	2	2	0	2	1	True	101065	fragment	False	DEN0058_000000002526	0.9516416565596894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
DEN0058_000000002526	1342	0.9491415171468072	2	2	0	2	1	True	101065	fragment	False	DEN0058_000000002526	0.9654501216545013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
ENG0088_000000012919	1332	0.9491415171468072	2	2	0	2	1	True	101065	fragment	False	DEN0058_000000002526	0.9629662667116299		0	0	False	False	0.9924924969673157	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	3.0938049811888515e-05	LT969444.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 7	True	True
ISR0111_000000003408	4727	0.9491395763305902	4	4	4	4	4	False	125040	fragment	False	ISR0803_000000002275	0.7253542964109279		0	0	False	False	0.9936534762382507	0					non-mobilizable	other	4688.0	99.16799999999999	99.0	0.01694614978559704	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0035_000000000758	25656	0.9491340593836236	46	17	9	13	11	False	93698	fragment	False	ENG0035_000000000758	1.0		0	0	False	False	0.9993763566017151	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000018467	2102	0.9491334887387548	3	2	2	2	2	False	34507	fragment	False	USA0003_01_000000018467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	71.596	32.0	0.00023899250192283578	NC_004557.1	firmicutes	Clostridium tetani E88, complete sequence	True	False
FIJ0082_000000026987	1190	0.9491306985371156	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21866254433445834		0	0	False	False	1.0	0					non-mobilizable	chromosome	1064.0	78.571	95.0	0.00027902790519133286	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0144_000000002598	5004	0.9491247859454341	7	2	1	1	2	False	103750	fragment	False	CHI0144_000000002598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	92.57799999999999	45.0	0.00030457002735541805	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0159_000000002223	5684	0.9491149840961771	8	8	4	6	6	False	104836	fragment	False	ENG0193_000000002995	0.5911184488364307		0	0	False	False	1.0	0					non-mobilizable	chromosome	5684.0	99.98200000000001	100.0	0.0011475422746052711	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
USA0030_01_000000011564	1434	0.9491109682357805	2	2	1	1	2	False	51839	fragment	False	MON0025_000000024515	0.8230298154956798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	75.291	53.0	0.00021252136748551708	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0057_000000009615	3230	0.9490984301591052	5	3	2	3	1	True	46161	fragment	False	FIJ0057_000000009615	1.0		0	0	False	False	0.998142421245575	0					non-mobilizable	no_good_hit								True	True
FIJ0119_000000005699	2969	0.9490984301591052	5	3	2	3	1	True	44441	maximal	True	FIJ0119_000000005699	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0045_000000014674	2648	0.9490984301591052	4	3	2	3	1	True	44440	fragment	False	MAD0029_000000001359	0.9923278489371996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.1266233766233766	NZ_AXCY01000308.1	high GC Gram+	Cellulomonas carbonis T26 contig318, whole genome shotgun sequence	True	True
MAD0029_000000001359	2628	0.9490984301591052	4	3	2	3	1	True	44440	fragment	False	MAD0029_000000001359	0.9960976837865055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.1266233766233766	NZ_AXCY01000308.1	high GC Gram+	Cellulomonas carbonis T26 contig318, whole genome shotgun sequence	True	True
ENG0039_000000023052	1142	0.9490950716433896	2	2	2	1	1	False	64895	fragment	False	ENG0039_000000023052	1.0		0	0	False	False	0.9991243481636047	0					non-mobilizable	other	1142.0	99.212	100.0	0.0003146142886725345	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0005_000000011716	1330	0.9490937134577074	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.7525206038745917		0	0	False	False	0.9879699349403381	0					non-mobilizable	other	1330.0	96.84200000000001	100.0	0.008898971689386727	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0366_000000016419	1279	0.9490875040320758	3	2	1	2	1	True	23614	fragment	False	ISR0366_000000016419	0.982690794649882		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	99.844	100.0	0.0005569942879756352	CP006716.1	high GC Gram+	Bifidobacterium breve S27, complete genome	False	True
DEN0007_000000003697	7720	0.9490754001813476	14	4	3	3	2	True	76334	maximal	True	DEN0007_000000003697	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	93.885	7.0	0.9822695035460993	EU060886.1	bacteria	Uncultured bacterium clone LM0ABA37ZG12RM1 genomic sequence	True	True
ISR0280_000000001329	5452	0.9490703395472057	8	6	3	6	2	False	26202	fragment	False	ISR0280_000000001329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	98.837	2.0	0.00027362423344975777	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0159_000000004444	5358	0.9490671091418756	6	3	2	3	2	False	30489	maximal	True	ISR0159_000000004444	1.0		2	1	False	False	0.9986935257911682	0					non-mobilizable	no_good_hit	1000.0	81.6	19.0	0.02230007410900761	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0395_000000008452	4547	0.9490632873370451	5	3	3	3	3	False	126370	fragment	False	ISR0395_000000008452	1.0		0	0	False	False	0.9993402361869812	0					non-mobilizable	no_good_hit	1047.0	86.53299999999999	23.0	0.023400480585685734	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0392_000000010042	3142	0.9490543709938244	4	3	2	2	3	False	22830	maximal	True	ISR0392_000000010042	1.0		1	1	False	False	0.9901336431503296	0					non-mobilizable	no_good_hit	77.0	89.61	2.0	2.2929735341937386e-05	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
DEN0076_000000000025	27171	0.9490528413594403	42	11	10	11	8	False	70021	maximal	True	DEN0076_000000000025	1.0		1	1	False	False	0.999631941318512	0					non-mobilizable	no_good_hit	795.0	85.40899999999999	3.0	0.0006923282684974903	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MON0102_000000010018	4492	0.9490514590164464	4	4	4	4	3	False	127861	fragment	False	MON0102_000000010018	0.9649489322191273		0	0	False	False	0.9933214783668518	0					non-mobilizable	no_good_hit	935.0	92.193	35.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0055_000000003386	4413	0.9490502250628878	4	2	2	2	2	False	91980	fragment	False	SPA0113_000000006954	0.9564272407369074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	78.842	20.0	0.011706260074518405	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
ISR0069_000000004461	5359	0.9490459535570586	5	4	4	4	3	True	96472	maximal	True	ISR0069_000000004461	1.0		1	1	False	False	0.9996268153190613	0					non-mobilizable	no_good_hit	2254.0	99.335	42.0	0.20492996179734402	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0326_000000018814	1131	0.9490436176409306	2	1	1	1	1	False	103258	fragment	False	ISR0810_000000013803	0.4719965105817444		0	0	False	False	0.9911582469940186	0					non-mobilizable	chromosome	1131.0	99.823	100.0	0.00020753319796536657	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0202_000000003078	3975	0.9490431289117492	9	6	3	4	4	True	85395	fragment	False	ISR0202_000000003078	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2420.0	99.917	66.0	0.29289260200992856	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
FIJ0074_000000005024	6139	0.9490340807994778	8	7	6	5	6	False	111443	fragment	False	ISR0288_000000004193	0.971580421985825		0	0	False	False	1.0	0					non-mobilizable	other	6143.0	98.991	100.0	0.008501891386883152	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0266_000000005210	3018	0.9490302831549406	8	2	1	2	2	False	26582	fragment	False	ISR0266_000000005210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1805.0	99.723	89.0	0.0004206432972835262	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0010_000000008594	2598	0.9490232751765384	3	3	2	3	3	True	8091	maximal	True	SPA0010_000000008594	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	85.01100000000001	34.0	0.28416	LN853050.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0404	True	True
DEN0078_000000004762	5407	0.9490214081555342	9	6	2	2	6	True	123826	backbone	False	ISR0183_000000005642	0.4335700181882408	PS486|PS905	0	0	True	True	1.0	43	rep_cluster_1079	MOBB			mobilizable	plasmid	4338.0	99.37799999999999	99.0	0.8075991804805364	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ENG0073_000000003807	6737	0.9490165289030208	5	4	4	3	3	False	101710	maximal	True	ENG0073_000000003807	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1815.0	86.83200000000001	27.0	0.031019481747682997	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0042_000000004375	5341	0.9490152297215636	10	9	3	3	8	True	123826	backbone	False	ISR0183_000000005642	0.049692985285596854	PS486|PS905	0	0	True	True	1.0	11	rep_cluster_1079	MOBB			mobilizable	plasmid	2743.0	97.92200000000001	92.0	0.33561811505507955	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
MON0059_000000027864	1402	0.949013597889142	2	2	2	2	2	False	10928	fragment	False	MON0059_000000027864	0.9749283667621776		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	94.08	100.0	0.0006713387241689128	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
ISR0224_000000021560	1448	0.9490132028665126	2	1	1	1	1	False	27731	fragment	False	ISR0224_000000021560	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1448.0	99.931	100.0	0.00032738652787468904	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0154_000000001402	4251	0.9490088675161484	8	5	2	2	5	True	90640	fragment	False	SPA0154_000000001402	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	4154.0	98.53200000000001	99.0	0.49963881531423066	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
SPA0153_000000004888	3521	0.9490088675161484	7	5	2	2	5	True	90639	fragment	False	SPA0153_000000004888	0.9994991809215842		0	0	False	True	1.0	0					non-mobilizable	plasmid	3412.0	99.971	98.0	0.4106669877197207	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
ISR0299_000000002531	3498	0.9490088675161484	7	5	2	2	5	True	90639	fragment	False	SPA0153_000000004888	0.9959094410399358		0	0	False	True	1.0	0					non-mobilizable	plasmid	3385.0	100.0	98.0	0.4074163255477968	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
DEN0046_000000006741	3485	0.9490088675161484	7	5	2	2	5	True	90639	fragment	False	SPA0153_000000004888	0.9939804723954889		0	0	False	True	1.0	0					non-mobilizable	plasmid	3382.0	99.97	98.0	0.40705514086202743	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
SPA0155_000000005192	3447	0.9490088675161484	7	5	2	2	5	True	90639	fragment	False	SPA0153_000000004888	0.9840782065694751		0	0	False	True	1.0	0					non-mobilizable	plasmid	3412.0	99.971	100.0	0.4106669877197207	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
ENG0140_000000005102	3034	0.9490088675161484	6	5	2	2	5	True	90637	backbone	True	ENG0140_000000005102	1.0	PS479	18	7	True	True	1.0	7					non-mobilizable	plasmid	2967.0	99.93299999999999	98.0	0.35709125933060437	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
CHI0078_000000004663	3524	0.9490011165601516	8	6	2	2	5	True	132209	backbone	False	ENG0141_000000006400	0.006302772463155746	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	3131.0	94.666	99.0	0.7535074987905177	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
CHI0164_000000006827	3475	0.9490011165601516	7	6	2	2	5	True	132209	backbone	False	ENG0141_000000006400	0.0073043245050959426	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3479.0	94.625	100.0	0.8175182481751825	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0254_000000003085	3211	0.9490011165601516	7	6	2	2	5	True	132209	backbone	False	ENG0141_000000006400	0.005550568645308308	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3215.0	95.303	100.0	0.7558276430421474	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0293_000000011418	3209	0.9490011165601516	7	6	2	2	5	True	132209	backbone	False	ENG0141_000000006400	0.005560889675119209	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3212.0	95.486	100.0	0.7553567223922769	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0260_000000003668	3209	0.9490011165601516	7	6	2	2	5	True	132209	backbone	False	ENG0141_000000006400	0.005560889675119209	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3212.0	95.486	100.0	0.7553567223922769	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0009_01_000000008361	2913	0.94899443006451	4	4	4	3	3	False	54376	fragment	False	USA0009_01_000000008361	1.0		0	0	False	False	0.9965671300888062	0					non-mobilizable	other	2913.0	99.31299999999999	100.0	0.028794620785128053	NZ_QSFT01000011.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf11, whole genome shotgun sequence	False	False
ENG0158_000000007737	2365	0.9489816640461356	3	2	1	2	1	False	63855	fragment	False	ENG0158_000000007737	1.0		0	0	False	False	0.9758985042572021	0					non-mobilizable	no_good_hit	220.0	93.182	9.0	7.633502641401051e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AST0084_000000019772	1776	0.9489649058162556	2	2	2	2	2	False	111326	maximal	True	AST0084_000000019772	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	0.0006769302181649389	NZ_FNXE01000022.1	CFB group bacteria	Flavobacterium marinum strain CGMCC 1.10825, whole genome shotgun sequence	True	False
ENG0154_000000015720	2035	0.9489573693570268	2	2	1	2	2	False	56832	fragment	False	ENG0154_000000015720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	100.0	5.0	0.05568445475638051	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
SPA0054_000000003083	7635	0.9489560475089768	5	4	2	3	3	True	118395	fragment	False	ISR0821_000000002909	0.9507196877287143		0	0	False	False	0.9988211989402771	0		MOBF			mobilizable	other	5950.0	98.26899999999999	99.0	0.0024889024552335087	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MAD0002_000000009794	3437	0.9489554050122788	5	3	3	3	2	False	76917	maximal	True	MAD0002_000000009794	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	72.109	21.0	0.0036056723873982757	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MON0037_000000034889	2055	0.94895510461671	3	3	2	3	3	False	94084	fragment	False	SPA0062_000000015646	0.635801159859027		0	0	False	False	1.0	0					non-mobilizable	chromosome	2055.0	97.616	100.0	0.0008458878074373882	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0341_000000003831	3455	0.9489550260232325	5	3	2	1	3	False	103763	fragment	False	ISR0341_000000003831	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3515.0	81.707	100.0	0.02463106865331147	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ISR0794_000000002147	7978	0.9489540726545452	13	2	2	2	2	False	21997	maximal	True	ISR0794_000000002147	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	96.97399999999999	43.0	0.0005629191186818367	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0267_000000000290	34660	0.948946649273086	44	12	7	7	9	True	97285	fragment	False	ISR0267_000000000290	1.0		0	0	False	False	0.9978938102722168	0	rep_cluster_329				non-mobilizable	plasmid	18453.0	99.306	96.0	0.09934948141606265	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
SPA0110_000000008272	2410	0.9489426381642448	3	3	3	2	2	False	4620	maximal	True	SPA0110_000000008272	1.0		3	1	False	False	1.0	0					non-mobilizable	other	2410.0	99.71	100.0	0.005507229810824713	NZ_CABIYM010000004.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	False	False
ENG0188_000000022396	1120	0.9489396155701216	1	1	1	1	1	False	54870	maximal	True	ENG0188_000000022396	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000025822	1470	0.9489337732268521	2	1	1	1	1	False	63145	fragment	False	FIJ0041_000000025822	1.0		0	0	False	False	0.9972789287567139	0					non-mobilizable	no_good_hit								True	False
MON0027_000000006532	5408	0.948931686465886	4	4	4	3	4	False	115404	fragment	False	MON0027_000000006532	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5410.0	94.27	99.0	0.002225500346344521	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CAN0003_000000011377	4287	0.948928071844816	10	2	1	2	2	False	96767	fragment	False	CAN0003_000000011377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	87.931	1.0	0.002283196475065091	NZ_VOSW01000120.1	b-proteobacteria	Paraburkholderia madseniana strain RP11 NODE_120_length_24965_cov_7.684113, whole genome shotgun sequence	True	False
ISR0162_000000013609	2891	0.94892075862725	4	4	3	4	2	False	114457	maximal	True	ISR0162_000000013609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2533.0	83.024	87.0	0.0010771310751028784	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
MON0010_000000000351	23742	0.9489068556327772	32	11	11	10	8	False	14402	maximal	True	MON0010_000000000351	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1406.0	92.67399999999999	36.0	0.0005845698540157534	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0357_000000003622	5887	0.9489020706943001	6	5	5	5	3	False	130746	fragment	False	ISR0130_000000004031	0.7895400620837958		0	0	False	False	0.9981314539909363	0					non-mobilizable	no_good_hit	731.0	98.495	74.0	0.00020764178662957558	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0806_000000000463	15491	0.948898732157173	8	5	5	5	4	True	98630	fragment	False	CHI0016_000000000079	0.9572497546614328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.975	8.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0192_000000004066	4271	0.9488929536324209	4	4	4	4	3	False	114946	fragment	False	MON0060_000000005527	0.6881795697650276		0	0	False	False	0.9976586103439331	0					non-mobilizable	no_good_hit	681.0	76.505	16.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
FIJ0024_000000005759	3497	0.948891403390268	3	3	3	3	3	False	52043	fragment	False	FIJ0031_000000006381	0.9764592511013216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	26.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0131_000000000686	20256	0.948888974982874	32	9	6	6	6	False	50807	maximal	True	FIJ0131_000000000686	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	94.695	2.0	0.00011671611279943129	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0220_000000001105	10638	0.9488867401314262	8	8	0	4	8	False	98692	fragment	False	ISR0220_000000001105	1.0		0	0	False	False	1.0	0	IncI1/B/O				non-mobilizable	plasmid	10641.0	98.929	100.0	0.120759344202734	CP041621.1	enterobacteria	Shigella flexneri strain C32 plasmid pC32_2, complete sequence	False	True
FIJ0006_000000004862	6544	0.9488756682366668	6	5	3	5	2	True	51807	maximal	True	FIJ0006_000000004862	1.0		1	1	False	False	0.9989303350448608	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.0007398236501992995	NZ_JHAC01000005.1	bacteria	Deinococcus phoenicis strain 1P10ME CR5801000005, whole genome shotgun sequence	True	True
ISR0839_000000001232	10051	0.948872563586684	15	9	6	6	6	True	126526	maximal	True	ISR0839_000000001232	1.0	PS624|PS966	0	0	True	True	1.0	78					non-mobilizable	no_good_hit	4742.0	98.186	72.0	0.38249294070189593	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0158_000000007621	2401	0.9488723339960992	2	2	2	1	1	False	56576	fragment	False	ENG0158_000000007621	1.0		0	0	False	False	0.9995834827423096	0					non-mobilizable	no_good_hit	159.0	75.472	7.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0039_000000003080	7599	0.9488663368713256	13	12	10	9	11	False	90138	maximal	True	SPA0039_000000003080	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	7523.0	99.947	100.0	0.0015686182916908483	CP058913.1	enterobacteria	Escherichia coli strain Biosolid 42 chromosome, complete genome	False	False
ENG0045_000000002021	5546	0.9488637363440964	7	7	7	4	3	False	120414	fragment	False	ENG0045_000000002021	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5546.0	98.449	100.0	0.0023965403379446024	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0782_000000001867	7196	0.9488621300145388	8	4	2	2	4	False	22272	maximal	True	ISR0782_000000001867	1.0		9	2	False	False	0.9998610615730286	0					non-mobilizable	no_good_hit	1968.0	80.89399999999999	27.0	0.20846835169583064	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0123_000000010391	3091	0.9488608135394994	2	1	1	1	1	False	41361	backbone	True	FIJ0123_000000010391	1.0	PS141|PS32	1	1	True	True	1.0	15	rep_cluster_2134			MOBP	mobilizable	no_good_hit	1202.0	87.68700000000001	54.0	0.31823027718550106	CP058808.1	enterobacteria	Salmonella enterica strain SRC27 plasmid pSRC27-Col156, complete sequence	True	True
MAD0096_000000009375	1969	0.9488608135394994	2	1	1	1	1	False	15487	backbone	True	MAD0096_000000009375	1.0	PS32	3	2	True	True	1.0	2	rep_cluster_2134				non-mobilizable	no_good_hit	1251.0	88.729	63.0	0.24305827141181072	CP001060.1	enterobacteria	Shigella boydii CDC 3083-94 plasmid pBS512_5, complete sequence	True	True
ISR0259_000000001708	7131	0.9488604763357872	9	5	3	3	4	True	109273	fragment	False	ISR0259_000000001708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	84.096	49.0	0.2517457259812184	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0228_000000014719	1824	0.9488401517718368	2	2	2	2	2	False	74272	fragment	False	ISR0278_000000005776	0.7776078291701338		0	0	False	False	0.9873903393745422	0					non-mobilizable	other	1712.0	99.47399999999999	99.0	0.022606558676637686	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
ISR0103_000000016768	1766	0.9488401517718368	2	2	2	2	2	False	74272	fragment	False	ISR0278_000000005776	0.9724948062781866		0	0	False	False	0.9994337558746338	0					non-mobilizable	other	1766.0	99.49	100.0	0.023320032766958224	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
SPA0105_000000006641	4122	0.9488332841983771	7	4	3	4	3	True	116604	backbone	True	SPA0105_000000006641	1.0	PS778|PS779|PS780	72	6	True	True	1.0	84		MOBP			mobilizable	plasmid	2804.0	99.85700000000001	100.0	0.5857889237199582	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
DEN0071_000000034803	1271	0.9488283631448488	2	2	2	2	2	False	70355	fragment	False	DEN0071_000000034803	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	78.363	27.0	0.7645739910313901	NZ_JAAIUL010000069.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_114_length_446_cov_2022.81, whole genome shotgun sequence	True	False
ISR0250_000000000419	15234	0.9488251509314548	20	15	9	9	14	False	113973	maximal	True	ISR0250_000000000419	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	6317.0	98.40100000000001	99.0	0.04261363636363636	CP060066.1	enterobacteria	Escherichia coli strain G5 plasmid unnamed1, complete sequence	False	True
DEN0008_000000001265	5098	0.9488243080024916	5	2	2	2	2	False	89345	maximal	True	DEN0008_000000001265	1.0		1	1	False	False	0.9988230466842651	0					non-mobilizable	no_good_hit	1770.0	77.96600000000001	34.0	0.0005194766731576571	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0131_000000001419	11353	0.9488199879315758	7	7	7	6	2	True	72090	fragment	False	FIJ0119_000000001332	0.9941405494706488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	95.113	55.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
CAN0010_000000002252	6026	0.9488176084112944	8	6	6	6	5	False	94641	maximal	True	CAN0010_000000002252	1.0		1	1	False	False	0.9998340606689453	0					non-mobilizable	no_good_hit	2597.0	94.956	43.0	0.9931113662456946	NZ_JAAITU010000095.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_95_length_2613_cov_479.645, whole genome shotgun sequence	True	False
ISR0198_000000003296	10807	0.9488153141287036	10	5	4	5	3	True	93724	fragment	False	ISR0198_000000003296	1.0		0	0	False	False	0.9988896250724792	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00011983436228146873	NZ_QHCT01000006.1	bacteria	Leptospira stimsonii strain Yale NODE_6_length_225311_cov_409.919, whole genome shotgun sequence	True	True
AST0087_000000013978	2607	0.9488028105189792	5	3	2	1	2	False	116183	fragment	False	AST0087_000000013978	0.8023498825757586		0	0	False	False	1.0	0					non-mobilizable	chromosome	1503.0	94.079	95.0	0.000339151627701561	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0048_000000013473	2393	0.94880213322648	4	3	3	3	3	False	131393	fragment	False	USA0116_01_000000010746	0.39867161203592366		0	0	False	False	0.9987463355064392	0					non-mobilizable	no_good_hit	209.0	76.077	9.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
ENG0146_000000005827	4251	0.9487909864367428	5	2	0	2	0	False	57442	maximal	True	ENG0146_000000005827	1.0		1	1	True	True	0.9995295405387878	14					non-mobilizable	no_good_hit	1070.0	80.0	25.0	0.22135306553911205	AP019696.1	firmicutes	Amedibacterium intestinale JCM 30884 plasmid pABar1 DNA, complete genome	True	True
ISR0298_000000003246	4250	0.9487909864367428	5	2	0	2	0	False	25644	maximal	True	ISR0298_000000003246	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	1771.0	95.935	49.0	0.42164626829853613	HG796814.1	bacteria	Uncultured bacterium plasmid pRGF00102	True	True
ISR0222_000000016751	3233	0.9487909864367428	5	2	0	2	0	False	66871	maximal	True	ISR0222_000000016751	0.9978890229191797		3	2	True	True	0.9965975880622864	21					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0021733880705143687	XM_018239117.1	frogs & toads	PREDICTED: Xenopus laevis serine/threonine-protein kinase SMG1 (LOC108703118), transcript variant X2, mRNA	True	True
USA0078_01_000000004810	3162	0.9487909864367428	6	2	0	2	0	False	652	fragment	False	USA0078_01_000000004810	1.0		0	0	False	False	0.9955724477767944	0					non-mobilizable	no_good_hit	110.0	95.455	3.0	2.8809764589544884e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0793_000000005011	3018	0.9487909864367428	6	2	0	2	0	False	22020	fragment	False	ISR0793_000000005011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	83.088	9.0	0.0004135712410799856	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
CHI0083_000000003536	2862	0.9487909864367428	4	2	0	2	0	False	89523	maximal	False	ENG0144_000000006389	0.9943831171571388		0	0	True	True	1.0	31					non-mobilizable	no_good_hit								True	True
ISR0221_000000008030	2861	0.9487909864367428	3	2	0	2	0	False	89523	maximal	False	ENG0144_000000006389	0.9968892036599509		0	0	True	True	0.9996504783630371	38					non-mobilizable	no_good_hit								True	True
ISR0400_000000006543	2765	0.9487909864367428	4	2	0	2	0	True	132096	backbone	False	ISR0100_000000003479	0.5886155561383646	PS1138|PS888	0	0	True	True	1.0	198					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0222_000000019039	2763	0.9487909864367428	4	2	0	2	0	True	132096	backbone	False	ISR0100_000000003479	0.5887264577245249	PS1138|PS888	0	0	True	True	1.0	110					non-mobilizable	no_good_hit	584.0	92.46600000000001	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0091_000000009090	2601	0.9487909864367428	3	2	0	2	0	False	109293	maximal	False	ENG0203_000000006512	0.9899496251080876		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
USA0121_01_000000018942	2420	0.9487909864367428	2	2	0	2	0	False	179	fragment	False	USA0121_01_000000018942	1.0		0	0	False	False	0.9913223385810852	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000009192	2226	0.9487909864367428	4	2	0	2	0	True	35026	maximal	True	ISR0068_000000009192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	95.75299999999999	14.0	0.09298118668596238	NZ_CYXX01000063.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0095_000000017315	2031	0.9487909864367428	3	2	0	2	0	True	15586	maximal	True	MAD0095_000000017315	1.0		1	1	True	True	0.9995076060295105	44					non-mobilizable	no_good_hit								True	True
SPA0043_000000009539	1795	0.9487909864367428	2	2	0	2	0	False	6812	fragment	False	SPA0043_000000009539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	3.0	0.0009342447409806455	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
MON0072_000000013747	1580	0.9487909864367428	2	2	0	2	0	False	130997	fragment	False	USA0037_01_000000005669	0.07410633236295744		0	0	False	False	0.9993671178817749	0					non-mobilizable	other	1580.0	98.41799999999999	100.0	0.003301710239901973	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0176_000000030270	1121	0.9487909864367428	2	2	0	2	0	True	29785	backbone	True	ISR0176_000000030270	1.0	PS90	0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
AST0048_000000002879	6096	0.9487896470178032	11	10	1	3	10	True	117330	fragment	False	AST0048_000000002879	1.0		0	0	False	False	0.9996719360351562	0					non-mobilizable	chromosome	5556.0	96.346	93.0	0.002517496738511708	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
MON0085_000000008216	2913	0.9487817787006988	3	3	2	3	3	False	94095	fragment	False	ENG0092_000000006712	0.7048483985430374		0	0	False	False	1.0	0					non-mobilizable	chromosome	2913.0	97.631	100.0	0.0011992333472530062	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0120_000000006525	2192	0.9487810138306968	3	2	1	1	2	False	94145	fragment	False	CHI0120_000000006525	1.0		0	0	False	False	0.9726277589797974	0					non-mobilizable	chromosome	2060.0	99.709	94.0	0.0003173705258501299	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0003_01_000000022064	1730	0.9487810138306968	3	2	1	1	2	False	94120	fragment	False	USA0003_01_000000022064	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1669.0	97.963	100.0	0.00025694835677132907	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0133_000000012716	1553	0.9487810138306968	3	2	1	1	2	False	94119	fragment	False	FIJ0136_000000018014	0.7120702722203825		0	0	False	False	1.0	0					non-mobilizable	chromosome	1553.0	99.35600000000001	100.0	0.00023906832714596962	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0037_000000024588	1458	0.9487810138306968	3	2	1	1	2	False	94105	fragment	False	CAN0012_000000030540	0.6471250674529125		0	0	False	False	0.9958847761154175	0					non-mobilizable	chromosome	1458.0	100.0	100.0	0.00022457933762197148	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0181_000000014387	1452	0.9487810138306968	3	2	1	1	2	False	94105	fragment	False	CAN0012_000000030540	0.6455482416071726		0	0	False	False	0.9752066135406494	0					non-mobilizable	chromosome	1452.0	100.0	100.0	0.0002236545085034184	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0058_000000005091	5565	0.9487772569439652	9	5	0	1	4	False	63481	maximal	True	ENG0058_000000005091	1.0		1	1	True	True	1.0	161					non-mobilizable	other	3698.0	99.594	100.0	0.6585887384176764	NZ_LT635808.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ENG0166_000000020041	1481	0.9487597467145517	3	3	2	3	3	False	56133	fragment	False	ENG0166_000000020041	1.0		0	0	False	False	0.998649537563324	0					non-mobilizable	no_good_hit	252.0	75.0	17.0	0.00030703820344425345	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
MON0083_000000000111	44427	0.9487591310886044	42	20	12	19	9	True	100988	fragment	False	MON0083_000000000111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	95.12200000000001	0.0	6.920432962791139e-05	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	True
ENG0134_000000004316	7578	0.9487575965488878	7	5	4	5	5	False	121435	maximal	True	ENG0134_000000004316	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	85.59100000000001	38.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0129_000000006711	4214	0.9487514688152904	7	2	2	2	2	True	66816	maximal	True	SPA0129_000000006711	0.9392416102181004		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	688.0	82.12200000000001	16.0	0.2334470989761092	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0187_000000007064	3878	0.9487514688152904	6	2	2	2	2	True	66816	maximal	False	SPA0129_000000006711	0.7944720890410134		0	0	True	True	1.0	29					non-mobilizable	no_good_hit	688.0	81.395	18.0	0.2334470989761092	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ENG0016_000000005884	3873	0.9487514688152904	6	2	2	2	2	True	66816	maximal	False	SPA0129_000000006711	0.6047705176493419		0	0	True	True	1.0	50					non-mobilizable	no_good_hit	580.0	81.03399999999999	15.0	0.1273647162340519	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0223_000000006957	3861	0.9487514688152904	6	2	2	2	2	True	66816	maximal	False	SPA0129_000000006711	0.7928047401904634		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	690.0	84.20299999999999	24.0	0.1515618125824901	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0028_000000004546	3850	0.9487514688152904	6	2	2	2	2	True	66816	maximal	False	SPA0129_000000006711	0.7965841533572439		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	688.0	81.541	18.0	0.2334470989761092	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0371_000000004076	3823	0.9487444307931696	4	1	1	1	1	False	103749	fragment	False	ISR0371_000000004076	1.0		0	0	False	False	0.9937222003936768	0					non-mobilizable	no_good_hit	1008.0	89.18700000000001	35.0	0.00019898841236785832	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0175_000000002162	5837	0.9487441215242536	6	4	3	3	3	True	77765	maximal	True	CHI0175_000000002162	1.0		2	1	True	True	1.0	117					non-mobilizable	no_good_hit	2592.0	95.29299999999999	65.0	0.31573814458125077	NZ_UGGU01000005.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	True
FIJ0142_000000000063	97968	0.9487432329099004	76	29	17	25	17	True	108385	fragment	False	FIJ0142_000000000063	1.0		0	0	False	False	0.9999387264251709	0					non-mobilizable	no_good_hit	2300.0	76.043	2.0	0.10893308532455764	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
FIJ0062_000000001299	17036	0.9487393384996374	10	7	5	6	4	True	105962	fragment	False	FIJ0108_000000000697	0.21242866243109695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	78.26100000000001	2.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
AUS0016_000000008295	3235	0.9487281673312624	4	4	4	3	3	False	116631	fragment	False	SPA0101_000000007479	0.2702459043787135		0	0	False	False	0.9975270628929138	0					non-mobilizable	other	3235.0	99.62899999999999	100.0	0.0006243291453988061	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
BAN0018_000000001471	1548	0.9487172365743184	3	3	2	2	3	False	98009	maximal	True	BAN0018_000000001471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	82.469	82.0	0.00044372000046082646	CP059566.1	b-proteobacteria	Neisseria sicca strain DSM 17713 chromosome, complete genome	True	False
MAD0011_000000010633	1324	0.9487165068470992	2	1	1	1	1	True	59112	fragment	False	ENG0121_000000011782	0.7879324311199083		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	91.781	99.0	0.0004203970216636041	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0062_01_000000005691	4345	0.948715625663174	6	6	5	6	3	False	104527	fragment	False	SPA0056_000000006972	0.7192411317946696		0	0	False	False	0.9974683523178101	0					non-mobilizable	other	4345.0	99.333	100.0	0.11915080366449064	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ENG0122_000000014901	1929	0.948710926100618	3	3	2	3	2	False	126988	fragment	False	ENG0063_000000015506	0.9393408382739452		0	0	False	False	0.9828926920890808	0					non-mobilizable	chromosome	1838.0	96.19200000000001	95.0	0.0008110898097625719	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
TAN0027_000000000710	7118	0.948705964396536	11	3	1	3	2	False	2319	maximal	True	TAN0027_000000000710	1.0		1	1	False	False	0.9998595118522644	0					non-mobilizable	no_good_hit								True	False
ISR0322_000000001371	6143	0.9486871561388308	8	6	2	4	4	False	130033	maximal	True	ISR0322_000000001371	1.0	PS1072|PS1075|PS1077|PS974|PS975	46	7	True	True	1.0	103					non-mobilizable	no_good_hit	2714.0	96.721	48.0	0.5398247710075668	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0082_000000017536	2304	0.9486842887178908	3	2	0	1	2	False	117766	maximal	True	DEN0082_000000017536	1.0	PS794	1	1	False	True	0.9943576455116272	0					non-mobilizable	no_good_hit	1568.0	98.406	68.0	0.00067079394846195	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0096_000000016211	2436	0.9486759710598449	4	4	4	3	3	False	38557	maximal	True	SPA0096_000000016211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	91.37	30.0	0.0001602186683660286	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0096_000000008319	4012	0.94867550764054	10	3	0	3	1	True	43029	fragment	False	FIJ0096_000000008319	1.0		0	0	False	False	0.9937686920166016	0					non-mobilizable	no_good_hit	67.0	98.507	2.0	0.0013445241199478487	NZ_JAAIOD010000019.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_19_length_49088_cov_306.744, whole genome shotgun sequence	True	True
ISR0350_000000000940	13588	0.948667274637447	21	12	7	8	8	False	76996	maximal	False	DEN0001_000000001859	0.9879695467930762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	95.59700000000001	9.0	0.011938726988655663	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
USA0034_01_000000002394	19696	0.9486606939383192	27	10	4	10	2	True	118914	fragment	False	USA0034_01_000000002394	1.0		0	0	False	False	1.0	0					non-mobilizable	other	13155.0	99.97	100.0	0.003522538327086188	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0162_000000005503	4397	0.9486484541216296	6	5	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.014776108284122942		0	0	False	True	1.0	0					non-mobilizable	other	4397.0	99.932	100.0	0.0009136673706228505	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
USA0108_01_000000002875	4419	0.9486475674992728	8	6	2	2	5	True	90056	fragment	False	USA0108_01_000000002875	1.0		0	0	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	plasmid	2303.0	96.396	96.0	0.2087303748071513	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
SPA0057_000000008729	3480	0.9486432670887204	6	2	2	2	2	False	32936	fragment	False	SPA0057_000000008729	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2286.0	99.869	66.0	0.03131895996381529	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
FIJ0139_000000007316	3525	0.9486400236869538	4	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.5244643067062786	PS572	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	794.0	76.7	22.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
ISR0374_000000001605	8912	0.9486388887411271	17	3	2	3	1	True	52611	maximal	True	ISR0374_000000001605	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2154.0	93.12899999999999	65.0	0.03804983518236274	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0119_000000000736	10425	0.948636764332392	13	8	5	5	8	False	90528	fragment	False	CHI0119_000000000736	1.0		0	0	False	False	0.999808132648468	0					non-mobilizable	no_good_hit	1672.0	81.758	16.0	0.022304435510798287	CP021611.1	other sequences	Unidentified plasmid plasmid FAKO02_000237F, complete sequence	True	False
ISR0356_000000002764	5564	0.9486352334704938	5	3	3	2	1	True	130321	maximal	True	ISR0356_000000002764	1.0	PS1094	1	1	True	True	0.9998202919960022	3					non-mobilizable	no_good_hit	1657.0	98.853	52.0	0.40839506172839507	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0034_000000010402	1608	0.9486264600659772	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.6246223858862624	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1625.0	85.10799999999999	100.0	0.0190826165043955	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MON0093_000000002218	12790	0.9486236771509038	21	11	7	9	9	True	125391	fragment	False	MON0093_000000002218	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12792.0	98.765	100.0	0.003650435026823134	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0013_000000002133	10234	0.9486098783206912	13	7	4	7	5	False	50667	fragment	False	FIJ0091_000000002354	0.9820079335096336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1543.0	94.102	15.0	0.0005801504847781179	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
SPA0072_000000000045	55609	0.9486063564567404	54	19	8	16	9	False	5935	fragment	False	SPA0070_000000000033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	84.755	8.0	0.0004006546844055448	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0070_000000000033	55609	0.9486063564567404	54	19	8	16	9	False	5935	fragment	False	SPA0070_000000000033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	84.755	8.0	0.0004006546844055448	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0071_000000000057	55609	0.9486063564567404	54	19	8	16	9	False	5935	fragment	False	SPA0070_000000000033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	84.755	8.0	0.0004006546844055448	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0179_000000003752	7768	0.9486018117973312	9	4	3	4	4	True	55420	maximal	True	ENG0179_000000003752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0007_000000002806	6106	0.9485955110536056	10	4	0	2	4	False	51620	maximal	True	FIJ0007_000000002806	1.0		3	1	True	True	0.9980347156524658	3					non-mobilizable	no_good_hit								True	True
ISR0341_000000002998	4435	0.9485822681979084	4	2	2	2	2	False	130746	fragment	False	ISR0130_000000004031	0.20758965412600033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.788	55.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0388_000000007292	4296	0.9485822681979084	4	2	2	2	2	False	130746	fragment	False	ISR0130_000000004031	0.20654074686184878		0	0	False	False	0.9997672438621521	0					non-mobilizable	no_good_hit	1320.0	83.63600000000001	79.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0071_000000006306	3860	0.9485822681979084	3	2	2	2	2	False	130746	fragment	False	ISR0130_000000004031	0.051463658322353965		0	0	False	False	0.9950777292251587	0					non-mobilizable	no_good_hit	1252.0	84.02600000000001	78.0	0.013152218516219316	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0130_000000009751	3367	0.9485822681979084	3	2	2	2	2	False	130746	fragment	False	ISR0130_000000004031	0.10189407919272411		0	0	False	False	0.9982179999351501	0					non-mobilizable	no_good_hit	1320.0	83.788	68.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0353_000000012251	2986	0.9485822681979084	2	2	2	2	2	False	130746	fragment	False	ISR0130_000000004031	0.05176539717950761		0	0	False	False	0.9996650815010071	0					non-mobilizable	no_good_hit	1326.0	83.71	71.0	0.013930829852379499	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0119_000000011857	2750	0.9485822681979084	2	2	2	2	2	False	130746	fragment	False	ISR0130_000000004031	0.03418333173858961		0	0	False	False	0.9967272877693176	0					non-mobilizable	no_good_hit	1326.0	83.71	77.0	0.013930829852379499	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0127_000000004126	5118	0.9485750560660824	7	5	4	4	3	False	87856	maximal	True	ISR0127_000000004126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1196.0	94.064	23.0	0.00038365371896899563	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MON0061_000000020247	2216	0.9485745654142858	4	3	3	2	2	False	93524	fragment	False	MON0061_000000020247	1.0		0	0	False	False	0.9986461997032166	0					non-mobilizable	no_good_hit	1820.0	80.98899999999999	82.0	0.0012187986204925348	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
AST0005_000000004756	6127	0.9485706590637081	6	3	3	3	2	False	128729	maximal	True	AST0005_000000004756	1.0		1	1	False	False	0.9993471503257751	0					non-mobilizable	no_good_hit	170.0	88.824	5.0	0.0007396061269146608	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0016_01_000000002725	7582	0.9485653924149552	9	4	3	3	1	True	97611	fragment	False	USA0016_01_000000002725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	0.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
TAN0017_000000006586	4921	0.9485604192327364	8	6	4	5	5	True	101736	maximal	True	TAN0017_000000006586	1.0		0	0	False	False	0.9993903636932373	0					non-mobilizable	no_good_hit	989.0	94.135	49.0	0.12292938099389712	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0005_000000048305	1137	0.9485601859805821	2	2	2	2	1	False	48973	fragment	False	FIJ0063_000000022722	0.649594178561433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	84.337	7.0	3.044047365377005e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
DEN0061_000000024489	1760	0.948559343389706	2	2	2	2	1	False	71850	maximal	True	DEN0061_000000024489	1.0		0	0	False	False	0.9931818246841431	0					non-mobilizable	no_good_hit	56.0	100.0	3.0	0.00037135314333556146	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0049_000000006682	2616	0.9485587098110576	4	2	2	2	2	False	17477	maximal	True	MAD0049_000000006682	1.0		3	1	False	False	0.9927369952201843	0					non-mobilizable	no_good_hit	744.0	97.446	28.0	0.0009704844715953694	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
DEN0067_000000017331	1940	0.9485579559528292	4	3	3	2	2	False	70836	maximal	True	DEN0067_000000017331	1.0		0	0	False	False	0.9984536170959473	0					non-mobilizable	no_good_hit	1421.0	97.60700000000001	73.0	0.000619276088213024	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0037_000000021006	1552	0.9485566732549456	2	2	1	2	2	True	47758	maximal	True	FIJ0037_000000021006	1.0		6	2	False	False	0.999355673789978	0					non-mobilizable	no_good_hit								True	True
SPA0046_000000000570	22635	0.9485563079989816	35	12	9	11	6	True	132589	fragment	False	SPA0046_000000000570	0.9220151895838207		0	0	False	False	1.0	0					non-mobilizable	other	8872.0	96.833	93.0	0.051050030527492025	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0054_000000006782	4092	0.9485458075155709	4	4	4	4	4	False	105498	fragment	False	SPA0054_000000006782	0.9881791810549118		0	0	False	False	0.9973118305206299	0					non-mobilizable	other	4092.0	99.413	100.0	0.005881955437465942	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
MAD0106_000000001624	8082	0.9485438749081628	9	5	4	5	1	True	14751	maximal	True	MAD0106_000000001624	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	646.0	83.28200000000001	8.0	0.00017205831629867082	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0054_01_000000001122	10549	0.94854320549959	8	6	4	5	5	False	110841	fragment	False	USA0054_01_000000001122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3568.0	99.01899999999999	79.0	0.0005488170200666704	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0038_000000008977	2569	0.9485393922357932	3	2	2	2	2	False	76213	fragment	False	ENG0038_000000008977	0.9664224873082969		0	0	False	False	0.9992215037345886	0					non-mobilizable	no_good_hit	176.0	78.40899999999999	7.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
SPA0052_000000002238	13840	0.9485371503615996	16	8	6	6	4	True	108798	maximal	True	SPA0052_000000002238	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	95.191	6.0	0.323482428115016	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
DEN0090_000000004001	5344	0.948532039055232	7	4	2	4	1	True	80718	fragment	False	DEN0090_000000004001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	79.817	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
SPA0141_000000004036	5554	0.9485253555380972	6	5	3	5	4	True	118313	fragment	False	SPA0141_000000004036	0.9888209440091725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	87.844	21.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0023_000000000311	5194	0.9485192767200468	5	2	2	2	1	False	53059	maximal	True	TAN0023_000000000311	1.0		1	1	False	False	0.9994224309921265	0					non-mobilizable	no_good_hit	100.0	98.0	2.0	0.0006091595444224983	NZ_FUXC01000005.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
SPA0013_000000001955	10495	0.9485121455758984	10	8	8	8	8	True	119345	fragment	False	SPA0013_000000001955	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9878.0	99.281	95.0	0.002892377325073693	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
CHI0155_000000001923	5629	0.9485108516986918	7	3	3	3	3	False	79079	maximal	True	CHI0155_000000001923	1.0		3	2	False	False	0.9989340901374817	0					non-mobilizable	no_good_hit	747.0	95.448	13.0	0.0011188769235384109	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
AST0010_000000012723	2299	0.9485075938846244	3	3	3	3	2	False	126288	fragment	False	AST0010_000000012723	1.0		0	0	False	False	0.9982601404190063	0					non-mobilizable	other	2207.0	98.55	96.0	0.06965582570255763	NZ_WAJR01000028.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_028, whole genome shotgun sequence	False	False
ISR0251_000000001720	6216	0.9485031768614952	6	6	5	5	5	False	111279	maximal	True	ISR0251_000000001720	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	78.52199999999999	28.0	0.025359180381731832	KT020842.1	firmicutes	Clostridium perfringens strain JP838 plasmid pJP838B, complete sequence	True	False
ENG0075_000000007255	3349	0.948499870580328	2	2	1	2	1	False	62113	maximal	True	ENG0075_000000007255	1.0		0	0	False	False	0.9988056421279907	0					non-mobilizable	other	3349.0	99.64200000000001	100.0	0.01635803977133923	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	False	False
ISR0120_000000019121	1811	0.948495006323574	3	3	3	2	2	False	112338	fragment	False	ISR0805_000000006670	0.9016201465213641		0	0	False	False	0.9779127836227417	0					non-mobilizable	other	1671.0	98.384	93.0	0.0004634797918367574	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0064_000000009802	1840	0.9484933801729156	2	2	2	1	1	False	85305	fragment	False	CHI0064_000000009802	0.970069174461328		0	0	False	False	0.9940217137336731	0					non-mobilizable	other	1683.0	99.70299999999999	91.0	0.02573872591776462	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0103_000000004203	5815	0.9484875780865748	8	6	4	3	5	False	129379	fragment	False	ISR0103_000000004203	1.0		0	0	False	False	0.9948409199714661	0					non-mobilizable	no_good_hit	1342.0	80.402	24.0	0.031136051522470048	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0130_000000005596	3834	0.9484869999002496	5	1	1	1	1	True	52082	maximal	True	FIJ0130_000000005596	1.0	PS212	2	1	True	True	1.0	128					non-mobilizable	no_good_hit	1556.0	86.24700000000001	52.0	0.4305633017289459	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
USA0004_01_000000011290	2110	0.9484869999002496	5	1	1	1	1	True	2204	maximal	True	USA0004_01_000000011290	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	82.736	69.0	0.2017139090309822	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0057_000000012096	2027	0.9484869999002496	4	1	1	1	1	True	63540	maximal	True	ENG0057_000000012096	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	84.23299999999999	46.0	0.2061085475719622	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
CAN0014_000000025070	1941	0.9484869999002496	5	1	1	1	1	True	93604	fragment	False	CAN0014_000000025070	1.0		0	0	False	False	0.9953632354736328	0					non-mobilizable	no_good_hit	950.0	83.15799999999999	76.0	0.2074269391342562	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0042_000000022115	1528	0.9484869999002496	3	1	1	1	1	True	6843	fragment	False	SPA0042_000000022115	1.0		0	0	False	False	0.9993455410003662	0					non-mobilizable	other	952.0	83.193	97.0	0.2074269391342562	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	False	True
MON0103_000000041011	1407	0.9484869999002496	2	1	1	1	1	True	8855	fragment	False	MON0103_000000041011	1.0		0	0	False	False	0.9978678226470947	0					non-mobilizable	other	946.0	84.249	99.0	0.2069874752801582	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	False	True
CAN0013_000000018065	1289	0.9484869999002496	2	1	1	1	1	True	93792	maximal	True	CAN0013_000000018065	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	83.89	67.0	0.1900681168973852	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0203_000000014409	1261	0.9484869999002496	2	1	1	1	1	True	28682	maximal	True	ISR0203_000000014409	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	82.915	94.0	0.2601626016260163	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	False	True
SPA0092_000000029182	1550	0.9484840679750072	3	3	2	3	2	True	126925	fragment	False	AST0007_000000010370	0.38302001212856274		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	99.73700000000001	100.0	0.0018705901792165963	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
AUS0002_000000010478	3282	0.9484832717460241	2	2	2	2	1	False	103038	fragment	False	AUS0002_000000010478	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1607.0	99.50200000000001	99.0	0.0003656501092738294	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
FIJ0057_000000004512	5916	0.9484813456596524	7	4	2	3	4	False	97572	fragment	False	FIJ0057_000000004512	0.9768061057450375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	82.934	7.0	0.007661589895988113	NZ_JXQL01000014.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig14, whole genome shotgun sequence	True	False
FIJ0167_000000003048	5864	0.9484813456596524	7	4	2	3	4	False	97572	fragment	False	FIJ0057_000000004512	0.9739432593202598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	82.934	7.0	0.007661589895988113	NZ_JXQL01000014.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig14, whole genome shotgun sequence	True	False
CHI0055_000000007209	2250	0.9484792273576848	4	3	3	2	2	False	91560	fragment	False	FIJ0154_000000016213	0.6770648842162933		0	0	False	False	1.0	0					non-mobilizable	other	2254.0	96.229	100.0	0.0011032603601202789	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
USA0060_01_000000002888	5234	0.9484788552593844	3	3	3	3	2	True	96478	fragment	False	USA0060_01_000000002888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4039.0	99.33200000000001	77.0	0.36729124977260325	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
USA0024_01_000000005975	4036	0.9484788552593844	3	3	3	3	2	True	96473	fragment	False	ISR0293_000000008577	0.95306557957502		0	0	False	False	1.0	0					non-mobilizable	other	3964.0	99.319	98.0	0.3604693469164999	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0092_000000006833	1536	0.9484778483060268	2	2	2	2	1	False	83640	fragment	False	CHI0092_000000006833	1.0		0	0	False	False	0.9967448115348816	0					non-mobilizable	chromosome	1464.0	90.84700000000001	95.0	0.0002743532652263715	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
MAD0101_000000005264	4905	0.9484682606023568	5	3	2	3	1	True	19691	maximal	True	MAD0101_000000005264	1.0		6	1	False	False	0.9944953918457031	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0016224986479177934	XM_032481398.1	even-toed ungulates	PREDICTED: Camelus ferus StAR related lipid transfer domain containing 9 (STARD9), transcript variant X7, mRNA	True	True
TAN0007_000000007338	4520	0.9484682606023568	5	3	2	3	1	True	19690	fragment	False	TAN0007_000000007338	0.9445955132562882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.965730412301583e-06	CP045360.1	a-proteobacteria	Roseivivax sp. THAF40 chromosome, complete genome	True	True
MAD0012_000000006038	4413	0.9484682606023568	4	3	2	3	1	True	19690	fragment	False	TAN0007_000000007338	0.935287610619469		0	0	False	False	0.9968275427818298	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0016224986479177934	XM_032481398.1	even-toed ungulates	PREDICTED: Camelus ferus StAR related lipid transfer domain containing 9 (STARD9), transcript variant X7, mRNA	True	True
MAD0106_000000004538	3942	0.9484682606023568	3	3	2	3	1	True	17177	fragment	False	MAD0054_000000003292	0.9422290388548057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0016224986479177934	XM_032481398.1	even-toed ungulates	PREDICTED: Camelus ferus StAR related lipid transfer domain containing 9 (STARD9), transcript variant X7, mRNA	True	True
MAD0105_000000010792	3133	0.9484682606023568	3	3	2	3	1	True	14842	fragment	False	MAD0105_000000010792	1.0		0	0	False	False	0.9996808171272278	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0016224986479177934	XM_032481398.1	even-toed ungulates	PREDICTED: Camelus ferus StAR related lipid transfer domain containing 9 (STARD9), transcript variant X7, mRNA	True	True
ISR0280_000000001313	5486	0.9484634670285492	5	5	2	4	3	False	72272	backbone	False	ISR0785_000000005161	0.9901132482473486	PS340	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2156.0	94.249	39.0	0.0008854229727314434	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
ISR0201_000000008841	3362	0.948458891182364	3	2	2	2	0	True	28742	maximal	True	ISR0201_000000008841	1.0		1	1	False	False	1.0	0	rep_cluster_1143	MOBQ			mobilizable	no_good_hit	2069.0	92.17	73.0	0.5675675675675675	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	True	True
ENG0139_000000008017	2444	0.9484509133852712	5	3	2	1	2	False	103742	maximal	True	ENG0139_000000008017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2036.0	89.145	83.0	0.012208737424638355	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
SPA0139_000000011671	2351	0.9484509133852712	4	3	2	1	2	False	103734	fragment	False	ENG0151_000000009601	0.9468075146175624		0	0	False	False	1.0	0					non-mobilizable	chromosome	2351.0	99.87200000000001	100.0	0.0004690298586403882	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0058_01_000000004630	4571	0.9484350062994216	5	4	3	3	4	False	90048	maximal	True	USA0058_01_000000004630	1.0		0	0	False	False	0.9956246018409729	0					non-mobilizable	no_good_hit	2962.0	99.96600000000001	65.0	0.0012520412797291092	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
CHI0140_000000011769	2491	0.9484315491018426	4	3	3	3	3	False	103270	fragment	False	CHI0109_000000006726	0.9514734619651443		0	0	False	False	1.0	0					non-mobilizable	chromosome	2491.0	99.398	100.0	0.000496972062984922	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
TAN0009_000000003290	7632	0.9484286643916994	10	5	4	5	4	False	2727	maximal	True	TAN0009_000000003290	1.0		1	1	False	False	0.9997379183769226	0					non-mobilizable	no_good_hit	632.0	71.044	8.0	0.0031171944243010234	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MAD0102_000000005252	3243	0.9484247861733917	3	3	1	1	3	True	15013	fragment	False	MAD0102_000000005252	1.0		0	0	False	False	1.0	0	rep_cluster_1704				non-mobilizable	chromosome	3243.0	99.322	100.0	0.0006394104012862365	CP029568.1	enterobacteria	Salmonella enterica strain DA34837 chromosome, complete genome	False	True
ENG0177_000000004545	5554	0.9484233255542036	8	6	2	3	4	True	91038	fragment	False	ENG0177_000000004545	1.0		0	0	False	True	0.9947785139083862	0					non-mobilizable	no_good_hit	1368.0	97.734	29.0	0.0003107798251299982	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0104_000000009233	2730	0.9484209333993332	4	4	4	3	2	False	110580	fragment	False	CHI0139_000000003675	0.9341711897178216		0	0	False	False	0.9992673993110657	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00010408876072692507	NZ_BCTW01000003.1	a-proteobacteria	Novosphingobium lentum NBRC 107847, whole genome shotgun sequence	True	False
ENG0025_000000022359	1253	0.9484135842064396	2	1	0	1	1	False	66106	fragment	False	ENG0025_000000022359	1.0		0	0	False	False	1.0	0		MOBP		MOB_unknown	mobilizable	chromosome	1075.0	89.023	100.0	0.00021688185624875618	CP023430.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain UM_CRE-14 chromosome	False	True
ITA0006_000000007455	3463	0.9484046285192388	6	3	1	2	2	True	119393	fragment	False	ITA0006_000000007455	0.986785530701019		0	0	False	False	1.0	0					non-mobilizable	plasmid	3465.0	98.384	100.0	0.6941649899396378	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0039_01_000000001347	15845	0.9483959769376654	23	8	3	4	5	False	110884	maximal	True	USA0039_01_000000001347	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3128.0	94.054	38.0	0.04741195791010279	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
CHI0118_000000000513	13942	0.9483909821198432	12	4	2	4	1	False	82002	maximal	True	CHI0118_000000000513	1.0		2	1	False	False	0.996987521648407	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	1.8878698478009136e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0015_01_000000015126	2227	0.9483876659142702	2	2	2	2	2	False	92164	fragment	False	ISR0362_000000009581	0.9867684182952298		0	0	False	False	1.0	0					non-mobilizable	other	2226.0	99.73	100.0	0.0004188036038954008	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0028_000000003302	4511	0.9483875982851412	5	2	1	2	1	False	65915	maximal	True	ENG0028_000000003302	1.0		1	1	False	False	0.997561514377594	0					non-mobilizable	no_good_hit	3529.0	95.63600000000001	78.0	0.010831445616860664	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
CHI0153_000000000060	73392	0.9483773072943	100	23	13	20	11	True	79302	maximal	True	CHI0153_000000000060	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	91.667	0.0	0.0010252132964951608	NZ_JH379366.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld77, whole genome shotgun sequence	True	True
SPA0086_000000008846	1569	0.9483689605854784	2	1	1	1	1	False	93421	fragment	False	MON0054_000000031508	0.9784427608217484		0	0	False	False	0.9980879426002502	0					non-mobilizable	no_good_hit	482.0	75.51899999999999	31.0	0.00013366475481325942	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0065_000000019426	1357	0.9483689605854784	2	1	1	1	1	False	12532	fragment	False	MON0065_000000019426	1.0		0	0	False	False	0.9977892637252808	0					non-mobilizable	no_good_hit	473.0	75.264	35.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0214_000000006717	3943	0.9483654965392052	4	4	4	3	3	False	28235	maximal	True	ISR0214_000000006717	1.0		49	8	False	False	0.9918843507766724	0					non-mobilizable	chromosome	3711.0	77.068	99.0	0.0006355805675191073	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ETH0001_000000028908	1271	0.9483615313518838	2	2	1	2	1	False	53436	fragment	False	ETH0001_000000028908	1.0		0	0	False	False	0.9937057495117188	0					non-mobilizable	no_good_hit								True	False
SPA0110_000000003023	7339	0.9483603918810392	9	7	6	7	4	False	63106	fragment	False	SPA0110_000000003023	1.0		0	0	False	False	0.9998637437820435	0					non-mobilizable	no_good_hit	1847.0	99.025	26.0	0.008029400494652872	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
MAD0048_000000008615	2721	0.9483585058610666	4	3	2	2	1	False	98846	fragment	False	MAD0048_000000008615	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2725.0	93.39399999999999	100.0	0.0005155759047708606	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
MAD0046_000000005455	4328	0.9483561904209772	3	2	1	2	1	False	25279	maximal	True	MAD0046_000000005455	1.0		1	1	False	False	0.9988447427749634	0					non-mobilizable	no_good_hit	1082.0	93.068	36.0	0.00033629727061010734	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0023_01_000000011927	2629	0.9483520707884278	3	3	2	3	1	False	66533	fragment	False	ISR0182_000000013076	0.9535744316133381		0	0	False	False	0.9973374009132385	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000018252	1589	0.9483455897235592	2	2	2	2	2	False	7751	fragment	False	SPA0019_000000018252	1.0		0	0	False	False	0.9987413287162781	0					non-mobilizable	no_good_hit	64.0	87.5	4.0	1.5035885647077693e-05	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
MAD0057_000000005809	2795	0.9483362767885666	2	2	1	2	1	False	17003	fragment	False	MAD0057_000000005809	1.0		0	0	False	False	0.9996421933174133	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.018629407850964737	XM_001582653.1	trichomonads	Trichomonas vaginalis G3 conserved hypothetical protein (TVAG_237430) partial mRNA	True	False
ENG0011_000000009593	2772	0.948335893551607	4	3	1	2	3	False	67198	fragment	False	ENG0011_000000009593	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2781.0	94.103	100.0	0.0011415778978658424	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0172_000000004982	4991	0.9483355682703822	6	5	4	5	5	False	99038	maximal	True	FIJ0172_000000004982	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.718	11.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0031_000000003413	2774	0.9483289052025344	5	2	1	1	2	False	88481	fragment	False	CHI0031_000000003413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000001616	12478	0.9483210174640841	16	16	7	11	16	True	84931	maximal	True	FIJ0063_000000001616	1.0		5	2	False	False	1.0	0					non-mobilizable	plasmid	12480.0	98.421	100.0	0.14806772742913418	CP037444.1	enterobacteria	Klebsiella sp. PO552 plasmid p3, complete sequence	False	True
CHI0160_000000003498	6627	0.9483133425494302	5	4	4	3	2	False	118335	fragment	False	CHI0160_000000003498	1.0		0	0	False	False	0.9981892108917236	0					non-mobilizable	chromosome	6621.0	99.834	99.0	0.0029537542667446718	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0024_000000017127	1523	0.9483122288524344	2	2	1	2	2	False	38214	maximal	True	ISR0024_000000017127	1.0		0	0	False	False	0.9645436406135559	0					non-mobilizable	no_good_hit	1009.0	79.782	65.0	0.003612990725077291	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0830_000000006291	3880	0.9483005926818104	3	2	2	2	2	False	103040	maximal	True	ISR0830_000000006291	1.0		8	4	False	False	1.0	0					non-mobilizable	chromosome	3882.0	98.686	100.0	0.0008833888069629252	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0345_000000000672	7604	0.9482996873619559	13	9	4	4	8	True	118172	maximal	False	ISR0276_000000001487	0.975651544954523	PS799	0	0	True	True	0.9998685121536255	58	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2887.0	95.67	65.0	0.3222271914132379	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
SPA0149_000000003959	7811	0.9482989569884852	15	6	4	5	4	False	74195	backbone	False	SPA0130_000000004027	0.5206324320055377	PS352	0	0	False	True	1.0	0					non-mobilizable	other	7356.0	95.514	94.0	0.004387916720498796	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0094_000000005352	4027	0.9482969079589756	6	2	2	1	2	True	100501	fragment	False	ISR0094_000000005352	1.0		0	0	False	True	0.9900670647621155	0					non-mobilizable	no_good_hit	2041.0	93.631	73.0	0.6986537797721781	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
DEN0005_000000009330	3453	0.9482969079589756	4	2	2	1	2	True	100506	maximal	True	DEN0005_000000009330	1.0	PS575	1	1	True	True	1.0	3790					non-mobilizable	no_good_hit	1956.0	96.012	70.0	0.6738004832585434	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0269_000000005105	3175	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9026762772689576	PS575	0	0	True	True	1.0	63					non-mobilizable	plasmid	2040.0	90.98	92.0	0.6986537797721781	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0001_000000008537	3004	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8968159112750607	PS575	0	0	True	True	1.0	504					non-mobilizable	plasmid	1779.0	90.669	100.0	0.6054539178460476	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0072_000000008366	2996	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9379163690565474	PS575	0	0	True	True	1.0	676					non-mobilizable	plasmid	1821.0	98.462	100.0	0.6282361063168795	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0070_000000006476	2996	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9451132873224393	PS575	0	0	True	True	1.0	621					non-mobilizable	plasmid	2121.0	98.633	100.0	0.7317915084570245	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0008_000000009589	2996	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9404910275509784	PS575	0	0	True	True	1.0	370					non-mobilizable	plasmid	1777.0	98.706	100.0	0.6130479806696583	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0097_000000010317	2996	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9374134248059922	PS575	0	0	True	True	1.0	144					non-mobilizable	plasmid	2539.0	98.07	99.0	0.8753883327580255	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0091_000000008113	2996	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9358998501965806	PS575	0	0	True	True	1.0	2144					non-mobilizable	plasmid	2310.0	98.485	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0125_000000006601	2996	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9379662424199487	PS575	0	0	True	True	1.0	681					non-mobilizable	plasmid	2121.0	98.538	100.0	0.7317915084570245	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0094_000000006495	2996	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9379483587318178	PS575	0	0	True	True	1.0	1585					non-mobilizable	plasmid	1890.0	98.51899999999999	100.0	0.6520538488091129	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0153_000000008917	2996	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9358998501965806	PS575	0	0	True	True	1.0	255					non-mobilizable	plasmid	2310.0	98.485	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0140_000000009674	2996	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9375212147939544	PS575	0	0	True	True	1.0	291					non-mobilizable	plasmid	2651.0	98.07600000000001	100.0	0.9140490162236796	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0127_000000006350	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9474897339944464	PS575	0	0	True	True	1.0	899					non-mobilizable	plasmid	2063.0	98.352	100.0	0.7110804280289955	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0125_000000005016	2995	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.941942834138056	PS575	0	0	True	True	1.0	491					non-mobilizable	plasmid	2130.0	97.887	100.0	0.7342078011736279	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0113_000000008403	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9493218584387225	PS575	0	0	True	True	1.0	568					non-mobilizable	plasmid	2150.0	98.37200000000001	100.0	0.7411114946496375	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0042_000000007991	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491409435817422	PS575	0	0	True	True	1.0	1904					non-mobilizable	plasmid	2627.0	97.83	100.0	0.9054193993786676	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0096_000000011607	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.94868962437995	PS575	0	0	True	True	1.0	304					non-mobilizable	plasmid	2627.0	98.09700000000001	100.0	0.9054193993786676	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0080_000000008556	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.94888298159682	PS575	0	0	True	True	1.0	580					non-mobilizable	plasmid	2221.0	98.289	100.0	0.7656196064894719	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0035_000000004048	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9482225690413205	PS575	0	0	True	True	1.0	1561					non-mobilizable	plasmid	2331.0	97.68299999999999	100.0	0.8032447359337246	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0026_000000010575	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491409435817422	PS575	0	0	True	True	1.0	133					non-mobilizable	plasmid	2627.0	97.83	100.0	0.9054193993786676	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0144_000000010505	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9487224522312027	PS575	0	0	True	True	1.0	708					non-mobilizable	plasmid	2627.0	97.868	100.0	0.9054193993786676	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0157_000000006097	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491409435817422	PS575	0	0	True	True	1.0	220					non-mobilizable	plasmid	2627.0	97.83	100.0	0.9054193993786676	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0112_000000008888	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9438111649854739	PS575	0	0	True	True	1.0	277					non-mobilizable	plasmid	2385.0	97.86200000000001	100.0	0.8218847083189507	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0037_000000009595	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9488855547845592	PS575	0	0	True	True	1.0	185					non-mobilizable	plasmid	2627.0	97.906	100.0	0.9054193993786676	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0017_000000009399	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.949378382644011	PS575	0	0	True	True	1.0	570					non-mobilizable	plasmid	2123.0	98.398	100.0	0.7317915084570245	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0004_000000008879	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9485508233236223	PS575	0	0	True	True	1.0	541					non-mobilizable	plasmid	2331.0	97.68299999999999	100.0	0.8032447359337246	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0085_000000010305	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9468935727624491	PS575	0	0	True	True	1.0	493					non-mobilizable	plasmid	2311.0	97.88	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0023_000000010554	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9468935727624491	PS575	0	0	True	True	1.0	722					non-mobilizable	plasmid	2311.0	97.88	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0075_000000006328	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9474897339944464	PS575	0	0	True	True	1.0	824					non-mobilizable	plasmid	2063.0	98.352	100.0	0.7110804280289955	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0066_000000010606	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491175060301429	PS575	0	0	True	True	1.0	331					non-mobilizable	plasmid	1963.0	98.47200000000001	100.0	0.6765619606489471	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0135_000000009640	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9492811527562184	PS575	0	0	True	True	1.0	900					non-mobilizable	plasmid	2064.0	98.40100000000001	100.0	0.711425612702796	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0044_000000007358	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9486151971774379	PS575	0	0	True	True	1.0	1420					non-mobilizable	plasmid	2400.0	97.708	100.0	0.8270624784259579	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0138_000000005979	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9483880355375286	PS575	0	0	True	True	1.0	638					non-mobilizable	plasmid	2331.0	97.64	100.0	0.8032447359337246	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0102_000000010543	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9449325538061574	PS575	0	0	True	True	1.0	495					non-mobilizable	plasmid	2268.0	98.016	100.0	0.7818432861580946	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0082_000000009721	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9446751871632665	PS575	0	0	True	True	1.0	283					non-mobilizable	plasmid	2385.0	97.904	100.0	0.8218847083189507	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0016_000000005947	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9490407306310877	PS575	0	0	True	True	1.0	355					non-mobilizable	plasmid	2123.0	98.728	100.0	0.7317915084570245	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0110_000000005796	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9461309803738793	PS575	0	0	True	True	1.0	1027					non-mobilizable	plasmid	2311.0	98.01	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0167_000000006343	2995	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9492938784115873	PS575	0	0	True	True	1.0	788					non-mobilizable	plasmid	2221.0	98.334	100.0	0.7656196064894719	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0079_000000009470	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491409435817422	PS575	0	0	True	True	1.0	434					non-mobilizable	plasmid	2627.0	97.83	100.0	0.9054193993786676	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0164_000000007798	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9437906954223333	PS575	0	0	True	True	1.0	114					non-mobilizable	plasmid	1671.0	99.22200000000001	100.0	0.576458405246807	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0103_000000006837	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9493049889084262	PS575	0	0	True	True	1.0	443					non-mobilizable	plasmid	2102.0	98.43	99.0	0.7245426303072143	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0154_000000011980	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9485417686512787	PS575	0	0	True	True	1.0	370					non-mobilizable	plasmid	2289.0	97.99	100.0	0.7887469796341042	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0002_000000011811	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9480433036249896	PS575	0	0	True	True	1.0	121					non-mobilizable	plasmid	2488.0	97.91	100.0	0.8574387297204004	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0098_000000007640	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491834316897422	PS575	0	0	True	True	1.0	572					non-mobilizable	plasmid	2221.0	98.37899999999999	100.0	0.7656196064894719	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0013_000000009019	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491421408007857	PS575	0	0	True	True	1.0	468					non-mobilizable	plasmid	2624.0	97.82799999999999	100.0	0.9043838453572661	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0081_000000011397	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9493049889084262	PS575	0	0	True	True	1.0	683					non-mobilizable	plasmid	2102.0	98.43	99.0	0.7245426303072143	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0078_000000008442	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9489979205393696	PS575	0	0	True	True	1.0	485					non-mobilizable	plasmid	2102.0	98.382	99.0	0.7245426303072143	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0007_000000005652	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.949145126299745	PS575	0	0	True	True	1.0	1720					non-mobilizable	plasmid	2624.0	97.866	100.0	0.9043838453572661	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0020_000000007620	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9468935727624491	PS575	0	0	True	True	1.0	955					non-mobilizable	plasmid	2311.0	97.88	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0018_000000009058	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9416858431248089	PS575	0	0	True	True	1.0	1246					non-mobilizable	plasmid	2310.0	97.706	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0089_000000007901	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9468935727624491	PS575	0	0	True	True	1.0	844					non-mobilizable	plasmid	2311.0	97.88	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0119_000000005650	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9468935727624491	PS575	0	0	True	True	1.0	250					non-mobilizable	plasmid	2311.0	97.88	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0052_000000009350	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9482300516958615	PS575	0	0	True	True	1.0	108					non-mobilizable	plasmid	2535.0	98.06700000000001	100.0	0.8736624093890232	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0047_000000010137	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9443381325959156	PS575	0	0	True	True	1.0	1495					non-mobilizable	plasmid	2389.0	97.823	100.0	0.8232654470141526	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0130_000000007040	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9468935727624491	PS575	0	0	True	True	1.0	266					non-mobilizable	plasmid	2311.0	97.88	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0069_000000007847	2995	0.9482969079589756	6	2	2	1	2	True	100500	backbone	True	FIJ0069_000000007847	0.9495424222254674	PS575	148	4	True	True	1.0	1672					non-mobilizable	plasmid	2221.0	98.37899999999999	100.0	0.7656196064894719	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0065_000000005605	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9488855547845592	PS575	0	0	True	True	1.0	2352					non-mobilizable	plasmid	2627.0	97.906	100.0	0.9054193993786676	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0117_000000006906	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9435190949628415	PS575	0	0	True	True	1.0	419					non-mobilizable	plasmid	2416.0	97.848	100.0	0.8325854332067656	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0155_000000007556	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9468935727624491	PS575	0	0	True	True	1.0	250					non-mobilizable	plasmid	2311.0	97.88	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0128_000000008538	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9494395828802377	PS575	0	0	True	True	1.0	613					non-mobilizable	plasmid	1778.0	98.875	100.0	0.6133931653434588	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0068_000000010540	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491409435817422	PS575	0	0	True	True	1.0	255					non-mobilizable	plasmid	2627.0	97.83	100.0	0.9054193993786676	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0168_000000006732	2995	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9484320448773893	PS575	0	0	True	True	1.0	1873					non-mobilizable	plasmid	2534.0	97.751	100.0	0.8733172247152227	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0071_000000011963	2995	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.948879751836619	PS575	0	0	True	True	1.0	268					non-mobilizable	plasmid	1977.0	98.381	99.0	0.681394546082154	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
CAN0004_000000008904	2994	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9276714062596544	PS575	0	0	True	True	1.0	699					non-mobilizable	plasmid	2046.0	96.579	100.0	0.7052122885743873	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0163_000000008222	2994	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8953052965528602	PS575	0	0	True	True	1.0	750					non-mobilizable	plasmid	1977.0	93.02	100.0	0.6765619606489471	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0051_000000011275	2994	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8991947893651747	PS575	0	0	True	True	1.0	281					non-mobilizable	plasmid	2017.0	93.75299999999999	100.0	0.6941663790127718	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ETH0003_000000012233	2994	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.16442051220616036	PS575	0	0	True	True	1.0	142					non-mobilizable	plasmid	2474.0	88.07600000000001	100.0	0.8481187435277874	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0078_000000014115	2994	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8701943401638802	PS575	0	0	True	True	1.0	33					non-mobilizable	plasmid	1795.0	90.084	100.0	0.6158094580600622	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0022_000000009099	2994	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8991947893651747	PS575	0	0	True	True	1.0	101					non-mobilizable	plasmid	2017.0	93.75299999999999	100.0	0.6941663790127718	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0845_000000003388	2994	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9453622795948621	PS575	0	0	True	True	1.0	357					non-mobilizable	plasmid	2317.0	98.14399999999999	100.0	0.7987573351743182	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0106_000000006594	2993	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.90250127965635	PS575	0	0	True	True	1.0	41					non-mobilizable	plasmid	2724.0	92.65799999999999	100.0	0.9344149119779082	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0097_000000011558	2993	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8996966227913048	PS575	0	0	True	True	1.0	805					non-mobilizable	plasmid	2911.0	92.61399999999999	100.0	0.9979288919571971	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
USA0055_01_000000009151	2993	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9050794732483253	PS575	0	0	True	True	1.0	82					non-mobilizable	plasmid	2308.0	92.244	99.0	0.7915084570245081	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0160_000000005793	2993	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9066207893868087	PS575	0	0	True	True	1.0	2232					non-mobilizable	plasmid	2499.0	92.15700000000001	100.0	0.8564031756989989	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0184_000000004230	2993	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.905681294818828	PS575	0	0	True	True	1.0	2048					non-mobilizable	plasmid	2913.0	93.066	100.0	0.9996548153261995	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0169_000000007462	2992	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8887870061394839	PS575	0	0	True	True	1.0	1218					non-mobilizable	plasmid	2759.0	92.352	100.0	0.9458060062133241	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0124_000000008948	2980	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9378193441623851	PS575	0	0	True	True	1.0	22					non-mobilizable	plasmid	2533.0	98.066	99.0	0.8733172247152227	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0104_000000008482	2978	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491605468526909	PS575	0	0	True	True	1.0	52					non-mobilizable	plasmid	2086.0	98.41799999999999	100.0	0.7190196755264067	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0083_000000003247	2978	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8968390777321991	PS575	0	0	True	True	1.0	238					non-mobilizable	plasmid	1910.0	93.455	99.0	0.6561960648947187	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0126_000000012073	2977	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9380259134446148	PS575	0	0	True	True	1.0	10					non-mobilizable	plasmid	2219.0	98.55799999999999	100.0	0.7656196064894719	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0038_000000011426	2976	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9488850305739162	PS575	0	0	True	True	1.0	49					non-mobilizable	plasmid	2499.0	97.87899999999999	99.0	0.8612357611322057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0129_000000007040	2976	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9485353624721138	PS575	0	0	True	True	1.0	5					non-mobilizable	plasmid	2520.0	97.77799999999999	100.0	0.8684846392820159	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0009_000000003237	2976	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8753907798489493	PS575	0	0	True	True	0.9993279576301575	66					non-mobilizable	plasmid	2455.0	92.26100000000001	100.0	0.8425957887469796	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0159_000000007870	2976	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9346455148917373	PS575	0	0	True	True	1.0	57					non-mobilizable	plasmid	2440.0	98.115	99.0	0.8412150500517777	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0028_000000010264	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9494330174402102	PS575	0	0	True	True	1.0	9					non-mobilizable	plasmid	2815.0	97.94	100.0	0.9703141180531585	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0108_000000007478	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9481761304118147	PS575	0	0	True	True	1.0	9					non-mobilizable	plasmid	2520.0	97.738	100.0	0.8684846392820159	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0011_000000014660	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9489291421770029	PS575	0	0	True	True	1.0	15					non-mobilizable	plasmid	1867.0	98.875	100.0	0.6437694166379013	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0048_000000010554	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9486343485969543	PS575	0	0	True	True	1.0	152					non-mobilizable	plasmid	2291.0	98.34100000000001	99.0	0.7897825336555057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0029_000000011392	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491220653910458	PS575	0	0	True	True	1.0	28					non-mobilizable	plasmid	2815.0	97.904	100.0	0.9703141180531585	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0064_000000009127	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9494425773177907	PS575	0	0	True	True	1.0	305					non-mobilizable	plasmid	2378.0	97.645	99.0	0.8194684156023473	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0111_000000007357	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9488529022803928	PS575	0	0	True	True	1.0	307					non-mobilizable	plasmid	2291.0	98.12299999999999	99.0	0.7897825336555057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0145_000000004438	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9489962504257557	PS575	0	0	True	True	1.0	318					non-mobilizable	plasmid	2286.0	98.075	100.0	0.7880566102865033	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0025_000000007144	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9490888184946455	PS575	0	0	True	True	1.0	685					non-mobilizable	plasmid	2485.0	97.948	100.0	0.8564031756989989	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0118_000000002920	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9493010581608651	PS575	0	0	True	True	1.0	2277					non-mobilizable	plasmid	2650.0	97.84899999999999	100.0	0.9133586468760787	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0092_000000010730	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9388396622337818	PS575	0	0	True	True	1.0	847					non-mobilizable	plasmid	1844.0	98.75299999999999	100.0	0.6358301691404902	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0049_000000005693	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9490865238223682	PS575	0	0	True	True	1.0	933					non-mobilizable	plasmid	2291.0	98.036	99.0	0.7897825336555057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0005_000000010659	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9447441655649428	PS575	0	0	True	True	1.0	1793					non-mobilizable	plasmid	2424.0	97.896	100.0	0.8353469105971695	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0105_000000010202	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9489343133090823	PS575	0	0	True	True	1.0	359					non-mobilizable	plasmid	2378.0	97.603	99.0	0.8194684156023473	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0031_000000007999	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9494580104899245	PS575	0	0	True	True	1.0	149					non-mobilizable	plasmid	2401.0	97.66799999999999	100.0	0.8274076630997583	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0055_000000004726	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9483111292584553	PS575	0	0	True	True	1.0	73					non-mobilizable	plasmid	2291.0	98.29799999999999	99.0	0.7897825336555057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0172_000000008785	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.948825967913711	PS575	0	0	True	True	1.0	26					non-mobilizable	plasmid	2720.0	98.162	100.0	0.9375215740421126	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0021_000000016592	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491035576992249	PS575	0	0	True	True	1.0	321					non-mobilizable	plasmid	2900.0	98.03399999999999	99.0	0.9996548153261995	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0143_000000001520	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9494607758329514	PS575	0	0	True	True	0.9993277192115784	6					non-mobilizable	plasmid	2381.0	97.648	100.0	0.8205039696237487	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0148_000000005697	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9489144415925067	PS575	0	0	True	True	1.0	968					non-mobilizable	plasmid	2649.0	97.81	100.0	0.9130134622022782	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0106_000000008410	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9489962504257557	PS575	0	0	True	True	1.0	20					non-mobilizable	plasmid	2286.0	98.075	100.0	0.7880566102865033	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0043_000000008849	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9490865238223682	PS575	0	0	True	True	1.0	35					non-mobilizable	plasmid	2291.0	98.036	99.0	0.7897825336555057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0003_000000008253	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491778177795394	PS575	0	0	True	True	1.0	1212					non-mobilizable	plasmid	1995.0	98.396	100.0	0.6876078702105627	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0063_000000008722	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9481734310576815	PS575	0	0	True	True	1.0	604					non-mobilizable	plasmid	2445.0	97.99600000000001	100.0	0.8425957887469796	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0024_000000006844	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9488414867510445	PS575	0	0	True	True	1.0	930					non-mobilizable	plasmid	1721.0	98.838	100.0	0.5937176389368312	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0074_000000010833	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.948611310320411	PS575	0	0	True	True	1.0	306					non-mobilizable	plasmid	1961.0	98.77600000000001	100.0	0.6758715913013462	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0101_000000009350	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9490240279419254	PS575	0	0	True	True	1.0	389					non-mobilizable	plasmid	2291.0	98.036	99.0	0.7897825336555057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0056_000000007491	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9486228874251491	PS575	0	0	True	True	1.0	1392					non-mobilizable	plasmid	2134.0	98.735	100.0	0.7355885398688298	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0010_000000006227	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9490865238223682	PS575	0	0	True	True	1.0	847					non-mobilizable	plasmid	2291.0	98.036	99.0	0.7897825336555057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0114_000000012808	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9489962504257557	PS575	0	0	True	True	0.9989916086196899	3					non-mobilizable	plasmid	2286.0	98.075	100.0	0.7880566102865033	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0057_000000010607	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9480585462043514	PS575	0	0	True	True	1.0	183					non-mobilizable	plasmid	2087.0	98.275	100.0	0.7193648602002071	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0122_000000005604	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9448742472019261	PS575	0	0	True	True	1.0	793					non-mobilizable	plasmid	2434.0	97.905	100.0	0.8387987573351743	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0032_000000011753	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9490479536332541	PS575	0	0	True	True	1.0	596					non-mobilizable	plasmid	1961.0	98.47	100.0	0.6758715913013462	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0053_000000006754	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9488529022803928	PS575	0	0	True	True	1.0	247					non-mobilizable	plasmid	2291.0	98.12299999999999	99.0	0.7897825336555057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0121_000000008779	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9483660936610184	PS575	0	0	True	True	1.0	45					non-mobilizable	plasmid	2285.0	97.98700000000001	100.0	0.7877114256127028	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0158_000000006013	2975	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9387007941364401	PS575	0	0	True	True	1.0	286					non-mobilizable	plasmid	1867.0	98.715	99.0	0.6437694166379013	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0142_000000011154	2975	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9488489689060136	PS575	0	0	True	True	1.0	722					non-mobilizable	plasmid	2223.0	97.796	100.0	0.7659647911632723	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0139_000000008711	2974	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9276443354014685	PS575	0	0	True	True	1.0	132					non-mobilizable	plasmid	2310.0	97.53200000000001	100.0	0.7963410424577149	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0363_000000006313	2974	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9272345993377268	PS575	0	0	True	True	1.0	156					non-mobilizable	plasmid	2577.0	96.508	100.0	0.8874697963410425	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0009_000000012561	2974	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9483314324750186	PS575	0	0	True	True	0.9993274807929993	3					non-mobilizable	plasmid	2264.0	98.366	100.0	0.7804625474628927	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
AUS0016_000000009145	2974	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9093202270733338	PS575	0	0	True	True	1.0	603					non-mobilizable	plasmid	2253.0	95.073	100.0	0.7725232999654815	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0132_000000013610	2974	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9035119450247527	PS575	0	0	True	True	1.0	1240					non-mobilizable	plasmid	2443.0	96.48	99.0	0.8412150500517777	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0013_000000007833	2973	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8881942823588788	PS575	0	0	True	True	1.0	27					non-mobilizable	plasmid	2291.0	93.40899999999999	99.0	0.7880566102865033	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
DEN0035_000000010706	2973	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9013375161123993	PS575	0	0	True	True	1.0	7314					non-mobilizable	plasmid	2245.0	92.294	100.0	0.7694166379012772	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0165_000000005794	2973	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.90618776710476	PS575	0	0	True	True	1.0	428					non-mobilizable	plasmid	2419.0	91.649	100.0	0.8287884017949603	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0014_000000007365	2973	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8954453804406772	PS575	0	0	True	True	1.0	1580					non-mobilizable	plasmid	2457.0	93.814	99.0	0.8412150500517777	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0022_000000003728	2973	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8990862286794722	PS575	0	0	True	True	0.9993273019790649	18					non-mobilizable	plasmid	2160.0	92.73100000000001	99.0	0.7404211253020366	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0083_000000011748	2972	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8993476633928491	PS575	0	0	True	True	1.0	241					non-mobilizable	plasmid	2163.0	92.788	100.0	0.7414566793234381	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0050_000000007924	2972	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8996686786073355	PS575	0	0	True	True	1.0	104					non-mobilizable	plasmid	2161.0	91.85600000000001	100.0	0.740766309975837	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0146_000000005880	2972	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9021892552612987	PS575	0	0	True	True	1.0	475					non-mobilizable	plasmid	2233.0	93.148	100.0	0.7656196064894719	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
CAN0003_000000016736	2972	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9273902704176484	PS575	0	0	True	True	1.0	1721					non-mobilizable	plasmid	2046.0	96.579	100.0	0.7052122885743873	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0064_000000006557	2972	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8884453672022512	PS575	0	0	True	True	0.9996635317802429	19					non-mobilizable	plasmid	2291.0	93.40899999999999	99.0	0.7880566102865033	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0010_000000001125	2972	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9056947609510668	PS575	0	0	True	True	0.9973081946372986	37					non-mobilizable	plasmid	1759.0	90.961	100.0	0.6020020711080428	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0046_000000010479	2971	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8959950907249115	PS575	0	0	True	True	1.0	2330					non-mobilizable	plasmid	2840.0	91.62	100.0	0.9737659647911633	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0081_000000004386	2966	0.9482969079589756	5	2	2	1	2	True	96166	maximal	True	SPA0081_000000004386	0.9941237877022697		8	4	True	True	1.0	2476					non-mobilizable	no_good_hit	954.0	95.59700000000001	49.0	0.32827062478425956	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MAD0011_000000004569	2966	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.884813459391764	PS575	0	0	True	True	1.0	304					non-mobilizable	plasmid	1853.0	90.988	99.0	0.6309975837072834	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0006_000000002812	2964	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8844002864165669	PS575	0	0	True	True	1.0	36					non-mobilizable	plasmid	2246.0	93.455	99.0	0.774249223334484	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0047_000000014175	2961	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9031876046665621	PS575	0	0	True	True	1.0	181					non-mobilizable	plasmid	2314.0	91.098	99.0	0.7897825336555057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0087_000000009425	2957	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8705351669700138	PS575	0	0	True	True	0.9996618032455444	61					non-mobilizable	plasmid	2020.0	90.24799999999999	100.0	0.6896789782533655	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0148_000000000080	2957	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9045960139438574	PS575	0	0	True	True	1.0	65					non-mobilizable	plasmid	2206.0	91.704	100.0	0.7559544356230583	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0001_000000006622	2955	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.948853883542784	PS575	0	0	True	True	1.0	47					non-mobilizable	plasmid	2812.0	97.902	100.0	0.9692785640317569	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0041_000000012202	2955	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9376365514274491	PS575	0	0	True	True	1.0	80					non-mobilizable	plasmid	1830.0	98.743	100.0	0.6309975837072834	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0151_000000006007	2955	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9482039363471648	PS575	0	0	True	True	1.0	70					non-mobilizable	plasmid	2703.0	97.928	100.0	0.9316534345875043	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0076_000000005445	2955	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9483205774206859	PS575	0	0	True	True	1.0	4					non-mobilizable	plasmid	2236.0	97.943	100.0	0.7704521919226787	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0095_000000009059	2955	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9488293977538427	PS575	0	0	True	True	0.9993231892585754	2					non-mobilizable	plasmid	2065.0	98.402	100.0	0.7117707973765964	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0015_000000009931	2955	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9390960110256712	PS575	0	0	True	True	1.0	49					non-mobilizable	plasmid	1845.0	98.75299999999999	100.0	0.6361753538142907	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0136_000000009037	2955	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9458060545232649	PS575	0	0	True	True	1.0	34					non-mobilizable	plasmid	2365.0	97.632	100.0	0.8149810148429409	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0058_000000013353	2955	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9453106044517535	PS575	0	0	True	True	0.997292697429657	1					non-mobilizable	plasmid	2264.0	98.057	100.0	0.7804625474628927	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0045_000000007653	2955	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9488590158011603	PS575	0	0	True	True	1.0	4					non-mobilizable	plasmid	2221.0	98.37899999999999	100.0	0.7656196064894719	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0034_000000009558	2955	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.948578547045364	PS575	0	0	True	True	1.0	88					non-mobilizable	plasmid	2226.0	97.75399999999999	100.0	0.7670003451846737	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0087_000000010741	2955	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9299501232945191	PS575	0	0	True	True	1.0	22					non-mobilizable	plasmid	2117.0	97.63799999999999	100.0	0.7293752157404211	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0088_000000009327	2955	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9491834604678905	PS575	0	0	False	True	1.0	0					non-mobilizable	plasmid	1778.0	98.875	100.0	0.6133931653434588	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0147_000000000109	2954	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9045395796605649	PS575	0	0	True	True	0.9969533085823059	69					non-mobilizable	plasmid	2202.0	91.735	99.0	0.7545736969278564	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0023_000000008664	2953	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9098256065983316	PS575	0	0	True	True	1.0	3717					non-mobilizable	plasmid	2262.0	93.76700000000001	99.0	0.7745944080082844	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0088_000000007683	2952	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8882798638305647	PS575	0	0	True	True	0.9996612668037415	25					non-mobilizable	plasmid	2409.0	92.57	99.0	0.8280980324473594	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0014_000000010469	2952	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8495908734281696	PS575	0	0	True	True	0.9989837408065796	46					non-mobilizable	plasmid	2058.0	93.00299999999999	100.0	0.7090093199861927	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0033_000000011802	2943	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8736293537714438	PS575	0	0	True	True	1.0	33					non-mobilizable	plasmid	2490.0	92.97200000000001	100.0	0.8529513289609941	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0046_000000008465	2941	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8939714300126879	PS575	0	0	True	True	1.0	24					non-mobilizable	plasmid	2210.0	91.855	100.0	0.7576803589920608	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0004_000000003259	2935	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8733879389100276	PS575	0	0	True	True	0.9989778399467468	7					non-mobilizable	plasmid	2454.0	92.29799999999999	99.0	0.8425957887469796	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0232_000000008827	2935	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9358789792753001	PS575	0	0	True	True	1.0	31					non-mobilizable	plasmid	2265.0	98.322	100.0	0.7811529168104936	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0037_000000007349	2934	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8924334610618846	PS575	0	0	True	True	1.0	270					non-mobilizable	plasmid	2457.0	93.936	99.0	0.8412150500517777	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0021_000000004918	2933	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9050791930070817	PS575	0	0	True	True	1.0	18					non-mobilizable	plasmid	2489.0	92.085	100.0	0.8532965136347946	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0054_000000004914	2932	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8750751049930632	PS575	0	0	True	True	1.0	11					non-mobilizable	plasmid	2296.0	93.42299999999999	98.0	0.7897825336555057	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0080_000000004286	2932	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9269677822897822	PS575	0	0	True	True	1.0	1017					non-mobilizable	plasmid	2026.0	96.446	100.0	0.6983085950983776	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0062_000000004559	2932	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8280207067461378	PS575	0	0	True	True	1.0	24					non-mobilizable	plasmid	2422.0	91.949	100.0	0.8325854332067656	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0063_000000003882	2932	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8809972788056639	PS575	0	0	True	True	0.9989768266677856	4					non-mobilizable	plasmid	1705.0	93.54799999999999	100.0	0.5868139454608216	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0082_000000005572	2932	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9269677822897822	PS575	0	0	True	True	1.0	4338					non-mobilizable	plasmid	2026.0	96.446	100.0	0.6983085950983776	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0080_000000004297	2924	0.9482969079589756	5	2	2	1	2	True	96166	maximal	False	SPA0081_000000004386	0.9905882452154482		0	0	True	True	1.0	2125					non-mobilizable	no_good_hit	912.0	95.50399999999999	49.0	0.31377286848463926	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
SPA0082_000000005591	2924	0.9482969079589756	5	2	2	1	2	True	96166	maximal	False	SPA0081_000000004386	0.9905882452154482		0	0	True	True	1.0	2081					non-mobilizable	no_good_hit	912.0	95.50399999999999	49.0	0.31377286848463926	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MAD0015_000000006387	2921	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8841184108222201	PS575	0	0	True	True	1.0	85					non-mobilizable	plasmid	2433.0	90.999	100.0	0.8305143251639627	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0025_000000003717	2921	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9045881651583273	PS575	0	0	True	True	1.0	13					non-mobilizable	plasmid	2274.0	91.029	99.0	0.7759751467034863	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0002_000000012131	2921	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8923523325552123	PS575	0	0	True	True	1.0	6					non-mobilizable	plasmid	2739.0	91.785	100.0	0.9361408353469106	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0059_000000006291	2912	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9474264028549891	PS575	0	0	True	True	1.0	547					non-mobilizable	plasmid	2102.0	98.382	99.0	0.7245426303072143	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0023_000000003091	2912	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8445498916558414	PS575	0	0	True	True	1.0	29					non-mobilizable	plasmid	2073.0	92.90899999999999	100.0	0.7141870900931999	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0075_000000000941	2912	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9052826228446376	PS575	0	0	True	True	1.0	4					non-mobilizable	plasmid	2490.0	91.486	100.0	0.8532965136347946	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0096_000000006054	2912	0.9482969079589756	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8816555444580422	PS575	0	0	True	True	0.9993131756782532	4					non-mobilizable	plasmid	2459.0	91.37899999999999	100.0	0.8425957887469796	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0045_000000013187	2903	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.7140450911872858	PS575	0	0	True	True	1.0	587					non-mobilizable	plasmid	1742.0	92.42299999999999	99.0	0.598550224370038	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0149_000000007989	2886	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9394900872322731	PS575	0	0	True	True	1.0	47					non-mobilizable	plasmid	2221.0	98.37899999999999	100.0	0.7656196064894719	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0042_000000007621	2871	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.6871754514209649	PS575	0	0	True	True	0.9989550709724426	9					non-mobilizable	plasmid	1441.0	93.13	99.0	0.49568519157749397	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0099_000000007933	2831	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.9038468975869985	PS575	0	0	False	True	0.9982338547706604	0					non-mobilizable	plasmid	2361.0	97.84	100.0	0.813600276147739	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0014_000000008482	2827	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8813444051575242	PS575	0	0	True	True	1.0	204					non-mobilizable	plasmid	2135.0	92.787	100.0	0.7317915084570245	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0078_000000002738	2805	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.812394365975909	PS575	0	0	False	True	1.0	0					non-mobilizable	plasmid	2195.0	93.57600000000001	99.0	0.7545736969278564	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0081_000000004639	2793	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8812924508241236	PS575	0	0	True	True	1.0	460					non-mobilizable	plasmid	2026.0	96.446	100.0	0.6983085950983776	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0133_000000013630	2759	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8634396298474077	PS575	0	0	True	True	1.0	2					non-mobilizable	plasmid	1822.0	98.79299999999999	100.0	0.6282361063168795	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0018_000000000826	2739	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.6177787029180446	PS575	0	0	True	True	0.9996349215507507	2					non-mobilizable	plasmid	1731.0	92.374	100.0	0.5947531929582327	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0099_000000011840	2733	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.01139681609309147	PS575	0	0	False	True	0.9992681741714478	0					non-mobilizable	plasmid	2139.0	94.67	92.0	0.732827062478426	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0054_000000016600	2681	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.6766223683887724	PS575	0	0	False	True	0.9765012860298157	0					non-mobilizable	plasmid	2215.0	92.415	100.0	0.7587159130134622	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0027_000000006525	2662	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.5905560599991828	PS575	0	0	True	True	1.0	6					non-mobilizable	plasmid	2235.0	93.557	100.0	0.7656196064894719	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0067_000000003793	2545	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.01797503369074495	PS575	0	0	False	True	0.9992141723632812	0					non-mobilizable	plasmid	1868.0	91.06	100.0	0.6361753538142907	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0025_000000014987	2520	0.9482969079589756	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.007650206669762272	PS575	0	0	False	True	1.0	0					non-mobilizable	plasmid	2055.0	91.387	100.0	0.7055574732481877	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0011_000000020010	2361	0.9482969079589756	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.007452788581051281	PS575	0	0	False	True	1.0	0					non-mobilizable	plasmid	1928.0	89.315	100.0	0.661373835001726	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0793_000000006882	2340	0.9482969079589756	5	2	2	1	2	True	23699	fragment	False	ISR0793_000000006882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	96.008	34.0	0.16396272005522955	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0161_000000007394	2224	0.9482969079589756	3	2	2	1	2	True	39283	fragment	False	FIJ0161_000000007394	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1778.0	99.044	100.0	0.6133931653434588	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0008_000000005658	2218	0.9482969079589756	3	2	2	1	2	True	70359	fragment	False	MAD0008_000000005658	1.0		0	0	False	False	0.9932371377944946	0					non-mobilizable	plasmid	1409.0	93.045	99.0	0.48463928201587847	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
USA0044_01_000000013209	2162	0.9482965309393186	3	3	2	1	2	False	51846	maximal	False	USA0039_01_000000010033	0.9672131147540983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	75.22800000000001	35.0	0.0002108435672158946	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0028_000000013433	1917	0.9482895942562399	2	2	2	1	1	False	12594	fragment	False	MON0028_000000013433	1.0		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	1772.0	100.0	92.0	0.34275208051093475	CP008716.1	enterobacteria	Escherichia coli strain ST648 plasmid pEC648_2, complete sequence	False	True
AST0148_000000001331	18890	0.9482796387687304	19	5	3	5	0	True	105230	fragment	False	AST0148_000000001331	0.9749532092920841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0151_000000000162	39952	0.9482786688694402	46	45	15	15	44	False	97760	maximal	True	FIJ0151_000000000162	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	33730.0	98.079	98.0	0.30401615841012786	CP041423.1	enterobacteria	Escherichia coli strain STEC409 plasmid pSTEC409_1, complete sequence	False	True
AST0059_000000003708	3724	0.9482744297395359	6	5	2	5	3	True	112888	fragment	False	AST0059_000000003708	1.0		0	0	False	False	0.9997314810752869	0			MPF_unknown		non-mobilizable	no_good_hit	1494.0	92.637	40.0	0.1916237113402062	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
USA0015_01_000000003165	8433	0.9482738265912634	12	4	1	4	1	False	110831	maximal	True	USA0015_01_000000003165	1.0		1	1	False	False	0.9997628331184387	0					non-mobilizable	no_good_hit	3382.0	97.132	73.0	0.00567965024515448	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
FIJ0161_000000006074	2668	0.9482715397881928	2	2	0	2	1	True	39287	maximal	True	FIJ0161_000000006074	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0094_000000021154	1771	0.9482706307419164	2	2	2	2	2	False	37905	fragment	False	ISR0056_000000011330	0.4622629769404334		0	0	False	False	0.9983060359954834	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000004950	6214	0.9482694015710416	9	1	1	1	1	False	87560	fragment	False	ISR0167_000000004950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0138_000000013236	1997	0.9482694015710416	1	1	1	1	1	False	62641	fragment	False	SPA0138_000000013236	1.0		0	0	False	False	0.9894842505455017	0					non-mobilizable	no_good_hit								True	False
SPA0139_000000015884	1765	0.9482694015710416	2	1	1	1	1	False	62640	fragment	False	SPA0139_000000015884	1.0		0	0	False	False	0.9977337121963501	0					non-mobilizable	no_good_hit								True	False
DEN0024_000000005516	1675	0.9482694015710416	1	1	1	1	1	False	74323	maximal	True	DEN0024_000000005516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	94.685	30.0	0.00012430519647208611	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0120_000000014827	2809	0.9482651186805652	3	3	3	3	2	True	4181	fragment	False	SPA0120_000000014827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006087662337662338	NZ_AVCH01000073.1	g-proteobacteria	Arenimonas malthae CC-JY-1 contig17, whole genome shotgun sequence	True	True
SPA0129_000000001413	16990	0.94826137987724	21	10	5	10	5	False	122941	fragment	False	SPA0129_000000001413	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2737.0	95.652	48.0	0.23004457902262596	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
ENG0157_000000014192	1760	0.9482591099753012	3	2	2	2	1	False	107154	fragment	False	ENG0157_000000014192	0.9379649959184537		0	0	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit	393.0	82.697	21.0	0.00011131115406262879	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0108_000000016173	1753	0.9482591099753012	3	2	2	2	1	False	107154	fragment	False	ENG0157_000000014192	0.8894196144860375		0	0	False	False	0.9994295239448547	0					non-mobilizable	no_good_hit	418.0	82.775	23.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0013_000000015567	1746	0.9482591099753012	3	2	2	2	1	False	107154	fragment	False	ENG0157_000000014192	0.9371356280283136		0	0	False	False	0.9994272589683533	0					non-mobilizable	no_good_hit	393.0	82.697	22.0	0.00011131115406262879	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0100_000000021584	1290	0.9482591099753012	2	2	2	2	1	False	40566	fragment	False	SPA0100_000000021584	0.9933123524783635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	86.022	22.0	0.00013234692031572834	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ISR0080_000000026384	1271	0.9482591099753012	2	2	2	2	1	False	40566	fragment	False	SPA0100_000000021584	0.9864341085271318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.727	22.0	0.00013044264808096965	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
FIJ0135_000000024518	1156	0.9482591099753012	2	2	2	2	1	False	40565	fragment	False	FIJ0135_000000024518	0.9939288811795317		0	0	False	False	0.9965397715568542	0					non-mobilizable	no_good_hit	393.0	82.697	33.0	0.00011131115406262879	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0172_000000025206	1153	0.9482591099753012	2	2	2	2	1	False	40565	fragment	False	FIJ0135_000000024518	0.9922145328719723		0	0	False	False	0.9939289093017578	0					non-mobilizable	no_good_hit	392.0	82.90799999999999	33.0	0.00011102574084708359	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0004_000000002360	3811	0.9482577504654324	6	4	2	4	1	True	112986	fragment	False	MAD0004_000000002360	1.0		0	0	False	False	0.9997376203536987	0					non-mobilizable	no_good_hit	1369.0	88.97	62.0	0.02422642044447595	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0099_000000019144	1816	0.948256500842434	3	2	2	2	1	False	56341	fragment	False	MON0044_000000028323	0.6215277777777778		0	0	False	False	0.9994493126869202	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000017786	2550	0.9482560551197649	4	2	0	1	2	True	95673	maximal	True	CAN0006_000000017786	1.0		1	1	False	False	0.9952940940856934	0					non-mobilizable	no_good_hit								True	True
DEN0046_000000011149	2187	0.9482265572684816	4	4	2	1	4	False	103734	fragment	False	ENG0151_000000009601	0.6188855806039982		0	0	False	False	1.0	0					non-mobilizable	chromosome	2191.0	92.195	100.0	0.00043649714929639533	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0057_000000001958	8326	0.9482255346349392	8	8	8	6	8	False	83685	fragment	False	ENG0034_000000001440	0.3863415735410317		0	0	False	False	1.0	0					non-mobilizable	chromosome	8326.0	99.339	100.0	0.00152512443274989	CP052309.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 chromosome, complete genome	False	False
USA0135_01_000000006978	2167	0.9482252090561348	2	2	2	2	1	False	38	fragment	False	USA0135_01_000000006978	1.0		0	0	False	False	0.989386260509491	0					non-mobilizable	other	1243.0	99.195	100.0	0.0003252604833653618	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
DEN0061_000000016573	2515	0.9482224959348281	4	2	2	2	1	True	120436	fragment	False	AST0025_000000012980	0.9591461170408538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
MON0013_000000013296	3591	0.9482175372665732	5	2	2	2	1	True	43139	maximal	True	MON0013_000000013296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	94.92399999999999	17.0	0.05006385696040869	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0095_000000008389	3188	0.9482175372665732	3	2	2	2	1	True	43138	fragment	False	FIJ0095_000000008389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	92.574	10.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0286_000000012934	1543	0.9482128659832948	2	1	1	1	1	True	28623	fragment	False	ISR0286_000000012934	0.9594240837696335		0	0	False	False	0.9766688346862793	0					non-mobilizable	other	1515.0	99.274	98.0	0.005000478909803118	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ISR0342_000000009987	1456	0.9482098819088728	2	2	2	2	2	False	24334	fragment	False	ISR0342_000000009987	1.0		0	0	False	False	0.9821428656578064	0					non-mobilizable	no_good_hit	1191.0	77.666	81.0	0.01689947528701943	NZ_WSLF01000014.1	firmicutes	Defluviitalea raffinosedens strain 249c-K6 seq14, whole genome shotgun sequence	True	False
AUS0024_000000016782	1937	0.9482055921102738	3	3	3	3	3	False	98885	fragment	False	AUS0024_000000016782	1.0		0	0	False	False	0.9881259799003601	0					non-mobilizable	other	1909.0	75.851	98.0	0.039247648902821314	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
CHI0051_000000001904	8126	0.9481959616734412	8	3	0	0	3	False	86671	maximal	True	CHI0051_000000001904	1.0	PS28	1	1	True	True	1.0	27					non-mobilizable	no_good_hit	174.0	88.506	2.0	0.06469708302169035	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
DEN0082_000000036152	1204	0.948185196675678	1	1	1	1	1	False	69161	maximal	True	DEN0082_000000036152	1.0		1	1	False	False	0.9858803749084473	0					non-mobilizable	no_good_hit	152.0	76.97399999999999	12.0	0.0004923830340775637	NZ_SMMX01000004.1	firmicutes	Extibacter muris strain DSM 28560 NODE_4_length_300579_cov_69.745460, whole genome shotgun sequence	True	False
ENG0169_000000002452	8236	0.9481849515094972	12	8	4	4	8	False	123628	fragment	False	USA0108_01_000000001009	0.40827760150765263		0	0	False	True	0.9997571706771851	0					non-mobilizable	plasmid	6649.0	99.699	97.0	0.21445635330578514	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0073_000000003159	8058	0.9481849515094972	11	8	4	4	8	False	123628	fragment	False	USA0108_01_000000001009	0.3329686825072173		0	0	False	True	1.0	0					non-mobilizable	plasmid	8058.0	99.876	100.0	0.2599431818181818	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0194_000000002525	8008	0.9481849515094972	11	8	4	4	8	False	123628	fragment	False	USA0108_01_000000001009	0.32170118958912075		0	0	False	True	1.0	0					non-mobilizable	plasmid	8008.0	99.875	100.0	0.2583290289256198	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0031_000000003172	8003	0.9481849515094972	11	8	4	4	8	False	123628	fragment	False	USA0108_01_000000001009	0.3218090070880719		0	0	False	True	1.0	0					non-mobilizable	plasmid	8003.0	99.95	100.0	0.2583290289256198	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0822_000000000615	8002	0.9481849515094972	11	8	4	4	8	False	123628	fragment	False	USA0108_01_000000001009	0.3215684431251917		0	0	False	True	1.0	0					non-mobilizable	plasmid	8002.0	99.9	100.0	0.2581353305785124	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0046_000000002218	7983	0.9481849515094972	11	8	4	4	8	False	123628	fragment	False	USA0108_01_000000001009	0.3214708212387981		0	0	False	True	1.0	0					non-mobilizable	plasmid	7983.0	99.962	100.0	0.257683367768595	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0182_000000003122	7942	0.9481849515094972	11	8	4	4	8	False	123628	fragment	False	USA0108_01_000000001009	0.3135016254534199		0	0	False	True	1.0	0					non-mobilizable	plasmid	7942.0	99.95	100.0	0.2563597623966942	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MAD0070_000000002000	7883	0.9481849515094972	11	8	4	4	8	False	123628	fragment	False	USA0108_01_000000001009	0.2979708597831405		0	0	False	True	1.0	0					non-mobilizable	plasmid	7883.0	99.93700000000001	100.0	0.2544227789256198	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0090_000000003258	7861	0.9481849515094972	11	8	4	4	8	False	123628	fragment	False	USA0108_01_000000001009	0.2974171688898461		0	0	False	True	1.0	0					non-mobilizable	plasmid	7861.0	99.898	100.0	0.2535834194214876	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
USA0003_01_000000023321	1629	0.9481839704842452	3	2	2	1	1	False	2232	maximal	True	USA0003_01_000000023321	1.0		1	1	False	False	0.9993861317634583	0					non-mobilizable	no_good_hit	90.0	95.556	6.0	0.02193198620009857	KJ910950.1	bacteria	Uncultured bacterium clone F6_TE_1 genomic sequence	True	False
CAN0003_000000015634	3181	0.9481793554851526	3	3	2	3	3	False	96698	maximal	True	CAN0003_000000015634	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	72.442	54.0	0.0004787323588002581	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0097_000000010524	2694	0.9481728275285266	3	2	2	2	2	False	129599	maximal	True	ISR0097_000000010524	1.0	PS1061	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	1681.0	99.465	84.0	0.00045021192118289966	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0153_000000011226	1669	0.9481728275285266	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4746756787269643	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1669.0	99.461	100.0	0.00044699612174587896	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0021_000000002088	8591	0.9481724329429888	10	3	1	3	1	True	127244	fragment	False	ENG0021_000000002088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1905.0	93.228	88.0	0.07601007073492387	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0117_000000002479	10760	0.9481599784229257	15	13	1	5	12	True	117334	fragment	False	ISR0117_000000002479	1.0		0	0	False	False	0.9999070763587952	0					non-mobilizable	chromosome	10760.0	99.926	100.0	0.004886438781219798	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
ISR0037_000000003050	6200	0.9481597150831492	6	4	2	3	2	False	36722	maximal	True	ISR0037_000000003050	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	87.111	4.0	0.005916030534351145	NZ_CABMOJ010000007.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
FIJ0169_000000004479	4813	0.9481558881414848	7	2	1	2	2	False	38877	maximal	True	FIJ0169_000000004479	1.0		0	0	False	False	0.992728054523468	0					non-mobilizable	no_good_hit	158.0	82.911	3.0	0.0005438546240332984	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0149_000000003130	9391	0.9481493867010184	14	8	4	5	6	True	104968	backbone	False	ENG0099_000000002018	0.9999292204524818	PS624|PS627	0	0	True	True	1.0	179					non-mobilizable	no_good_hit	4982.0	97.009	77.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0075_000000002525	9391	0.9481493867010184	14	8	4	5	6	True	104968	backbone	False	ENG0099_000000002018	0.9999645050225393	PS624|PS627	0	0	True	True	1.0	921					non-mobilizable	no_good_hit	4982.0	97.009	77.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0099_000000002018	9368	0.9481493867010184	13	8	4	5	6	True	104968	backbone	True	ENG0099_000000002018	0.9999647154299426	PS624|PS627	3	3	True	True	1.0	10					non-mobilizable	no_good_hit	3081.0	96.884	78.0	0.2484066155707947	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0079_000000001550	16403	0.9481485421104434	11	10	7	10	5	True	125331	fragment	False	ENG0079_000000001550	1.0		0	0	False	False	0.9997561573982239	0					non-mobilizable	no_good_hit	3385.0	78.139	34.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0192_000000004816	3769	0.948145204236274	4	4	4	4	4	False	54658	fragment	False	ENG0192_000000004816	1.0		0	0	False	False	0.9986733794212341	0					non-mobilizable	chromosome	2926.0	92.447	95.0	0.0012037634182762832	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0035_000000000148	39515	0.9481450651568536	34	19	9	18	12	True	51491	fragment	False	FIJ0106_000000000453	0.9417484372371058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.1928153708429865e-06	CP039731.1	b-proteobacteria	Aquitalea sp. THG-DN7.12 chromosome, complete genome	True	True
ISR0281_000000002667	5270	0.948119680478036	7	4	1	3	3	True	96743	fragment	False	ISR0001_000000005281	0.9287230279448178		0	0	False	False	1.0	0	IncW				non-mobilizable	other	5275.0	95.848	99.0	0.002202527728662672	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MAD0050_000000012136	1981	0.9481138968893752	3	2	2	2	2	False	17401	maximal	True	MAD0050_000000012136	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	84.42200000000001	10.0	0.02171250417548157	NZ_CACWHD010000064.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ENG0121_000000002269	8177	0.948113441668234	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9954758459926125	PS865	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	901.0	85.572	43.0	0.09699719161806006	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CHI0134_000000001371	8379	0.9481112217149752	12	8	4	4	8	False	123628	fragment	False	USA0108_01_000000001009	0.4269274064930904		0	0	False	True	1.0	0					non-mobilizable	plasmid	6644.0	99.669	95.0	0.21445635330578514	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0107_000000005783	4423	0.9481097948897412	5	2	2	2	1	True	124456	fragment	False	ENG0107_000000005783	1.0		0	0	False	False	0.9934433698654175	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	11.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
MON0069_000000035691	1467	0.9481087481452212	2	2	2	1	1	False	99439	fragment	False	MAD0097_000000026747	0.9370103526325914		0	0	False	False	0.9890933632850647	0					non-mobilizable	chromosome	1467.0	99.86399999999999	100.0	0.0006542081515406691	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
BAN0013_000000000116	2497	0.948104031137855	3	3	0	2	2	False	98706	fragment	False	BAN0013_000000000116	1.0		0	0	False	False	0.9867841601371765	0				MOBP	mobilizable	chromosome	2500.0	99.8	100.0	0.00041341626814530007	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
SPA0015_000000003119	5202	0.948093461106972	5	4	2	3	0	True	7923	maximal	True	SPA0015_000000003119	1.0		1	1	False	False	0.9986543655395508	0					non-mobilizable	no_good_hit	774.0	99.742	15.0	0.00016911689258977032	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	True
MON0028_000000004182	5351	0.9480877085689652	4	2	1	2	1	False	91354	fragment	False	CAN0022_000000005162	0.9514719597505866		0	0	False	False	0.9998131394386292	0					non-mobilizable	other	4598.0	93.671	100.0	0.0022433287838566703	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0181_000000013763	1367	0.9480850468014108	3	3	3	3	1	False	32776	maximal	True	ISR0181_000000013763	1.0		2	2	False	False	0.9897586107254028	0					non-mobilizable	other	1150.0	100.0	99.0	0.00040035094296758656	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MON0037_000000004964	8404	0.9480832981486812	10	6	2	5	4	False	122521	fragment	False	MON0037_000000004964	1.0		0	0	False	False	0.9998810291290283	0					non-mobilizable	no_good_hit	4810.0	96.175	81.0	0.10744578475035248	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0136_000000005187	6873	0.9480787828366164	5	3	3	2	2	False	103950	fragment	False	SPA0136_000000005187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1761.0	97.21700000000001	68.0	0.0008637625595247735	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0182_000000017651	1613	0.9480754941263406	2	1	1	1	1	False	55222	fragment	False	ENG0182_000000017651	1.0		0	0	False	False	0.9938004016876221	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000004809	6884	0.9480699998356638	13	8	4	6	6	False	6978	maximal	True	SPA0040_000000004809	1.0		2	2	False	False	0.9981115460395813	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.938286919079523e-06	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
MAD0023_000000008383	1554	0.9480609761030776	2	1	1	1	1	True	19226	fragment	False	MAD0023_000000008383	1.0		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	1555.0	99.29299999999999	100.0	0.008147386964180858	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	False	True
FIJ0064_000000017161	1534	0.9480609761030776	1	1	1	1	1	True	45467	maximal	True	FIJ0064_000000017161	1.0		0	0	False	False	1.0	0	rep_cluster_2313				non-mobilizable	plasmid	1227.0	98.53299999999999	95.0	0.007146703502528564	CP027448.1	enterobacteria	Escherichia coli strain 2014C-3075 plasmid unnamed, complete sequence	False	True
USA0058_01_000000007027	2826	0.9480551577786356	4	4	4	3	3	False	105494	fragment	False	FIJ0148_000000005443	0.4773452744937161		0	0	False	False	1.0	0					non-mobilizable	other	2826.0	98.93799999999999	100.0	0.004061726744277998	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0273_000000008913	1495	0.948052433684452	2	2	2	2	2	False	84634	fragment	False	CHI0138_000000008648	0.96538860088759		0	0	False	False	0.9973244071006775	0					non-mobilizable	other	1496.0	97.594	100.0	0.05606810681068107	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ISR0156_000000004787	5529	0.948048842217752	7	5	3	4	2	False	123553	maximal	True	ISR0156_000000004787	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	99.15	38.0	0.032143345643550814	NZ_CABJDZ010000013.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0207_000000004232	5664	0.9480464730598838	12	3	0	3	2	True	28600	maximal	True	ISR0207_000000004232	1.0		2	1	True	True	0.9991172552108765	17					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0125	LN853892.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1326	True	True
MAD0003_000000008240	3412	0.9480415196060988	4	4	4	4	3	False	63653	fragment	False	MAD0003_000000008240	1.0		0	0	False	False	0.9997069239616394	0					non-mobilizable	no_good_hit	619.0	72.69800000000001	18.0	0.00013724222710445805	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
ENG0191_000000003542	6829	0.9480214225193432	11	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9922286539732044		0	0	True	True	1.0	69					non-mobilizable	no_good_hit	2542.0	90.323	68.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
MAD0112_000000000375	29868	0.9480181111103106	19	5	2	5	2	True	105957	maximal	True	MAD0112_000000000375	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	79.53	1.0	0.00011419965668728209	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	True
SPA0034_000000000971	21089	0.9480151281949524	19	11	4	8	8	True	32811	maximal	True	SPA0034_000000000971	1.0		1	1	False	False	0.9999525547027588	0					non-mobilizable	no_good_hit	2081.0	99.712	10.0	0.0006675006145498446	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0121_000000007540	3167	0.9480116245008884	5	4	2	3	2	True	69030	maximal	True	ISR0121_000000007540	0.9872956451260296		1	1	True	True	1.0	78					non-mobilizable	plasmid	1729.0	99.595	97.0	0.5800604229607251	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	False	True
ISR0039_000000011181	3085	0.9480116245008884	4	4	2	3	2	True	69030	maximal	False	ISR0121_000000007540	0.976911172101333		0	0	True	True	1.0	136					non-mobilizable	plasmid	2412.0	99.25399999999999	99.0	0.8089963074857335	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	False	True
ISR0222_000000017807	3007	0.9480116245008884	5	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.7911816753425499	PS1035	0	0	True	True	0.9996674656867981	81					non-mobilizable	no_good_hit	1891.0	94.447	78.0	0.6295060080106809	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0225_000000006142	2744	0.9480116245008884	4	4	2	3	2	True	69030	maximal	False	ISR0121_000000007540	0.478055647565419		0	0	True	True	0.9938046932220459	1					non-mobilizable	plasmid	2058.0	98.639	99.0	0.6901644847264182	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	False	True
ISR0350_000000000339	31133	0.9480115949787288	32	32	14	14	31	False	85528	fragment	False	ISR0350_000000000339	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	31111.0	99.209	99.0	0.28703900202068666	CU638872.1	enterobacteria	Escherichia coli LF82 plasmid, complete sequence	False	True
DEN0003_000000006081	4557	0.9480083271964204	8	5	2	2	4	True	76685	maximal	True	DEN0003_000000006081	1.0		1	1	True	True	1.0	79					non-mobilizable	no_good_hit	1099.0	89.081	57.0	0.13015986638033883	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ETH0005_000000018932	2519	0.948005483850942	3	3	3	3	3	False	52758	maximal	True	ETH0005_000000018932	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	78.04	22.0	0.00017612817434340886	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MON0105_000000008632	5912	0.9480040035544741	7	4	4	4	4	True	55799	fragment	False	MON0049_000000003179	0.9924226905252146		0	0	False	False	1.0	0					non-mobilizable	other	5912.0	98.985	100.0	0.0017309752322072086	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0001_000000002601	9623	0.9479958493956634	12	11	4	4	11	False	98187	maximal	True	MON0001_000000002601	1.0	PS396|PS544	1	1	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	9515.0	99.39	100.0	0.09808146307770023	CP041565.1	enterobacteria	Escherichia coli strain 405 plasmid p168-2	False	True
ENG0058_000000000621	26229	0.9479862896153028	26	23	9	11	21	True	123797	fragment	False	ENG0058_000000000621	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	15549.0	95.31200000000001	99.0	0.002391087604334999	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	True
DEN0066_000000030570	1227	0.947984618357204	1	1	1	1	1	False	70894	fragment	False	ENG0082_000000014765	0.4823916408668731		0	0	False	False	0.9983699917793274	0					non-mobilizable	no_good_hit	471.0	71.975	37.0	5.170537010159652e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
DEN0061_000000011664	3425	0.9479770544806172	2	2	2	2	1	True	122812	fragment	False	ISR0058_000000006872	0.9662082386756886		0	0	False	False	0.9894890785217285	0					non-mobilizable	other	3300.0	97.90899999999999	96.0	0.03585479839147919	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0046_000000004098	5755	0.9479729672840088	5	3	1	3	1	False	36203	fragment	False	ISR0046_000000004098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0102_000000000588	25118	0.9479705900507399	30	12	5	7	6	True	77364	maximal	True	ENG0102_000000000588	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0039_000000000227	42101	0.947967883065428	39	18	11	16	8	False	119563	maximal	True	MON0039_000000000227	1.0	PS306	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2063.0	98.594	10.0	0.07142114925011257	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
ENG0174_000000014341	1422	0.947964414870564	3	1	1	1	1	False	55638	fragment	False	ENG0174_000000014341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	82.105	7.0	0.001038163804193279	NZ_JABWGO010000019.1	high GC Gram+	Nonomuraea rhodomycinica strain TBRC6557 NODE_19_length_88618_cov_23.9268, whole genome shotgun sequence	True	False
ENG0122_000000002701	9321	0.9479636223773616	13	5	4	5	5	False	70822	fragment	False	ENG0122_000000002701	1.0		0	0	False	False	0.9997854232788086	0					non-mobilizable	no_good_hit	567.0	77.954	7.0	0.0001868097505938362	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0113_000000017940	2104	0.9479598877710124	3	2	2	2	2	False	106600	fragment	False	AST0113_000000017940	1.0		0	0	False	False	0.9909695982933044	0					non-mobilizable	other	2104.0	99.715	100.0	0.000641292465042242	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
FIJ0099_000000011201	1979	0.9479528813678579	3	1	1	1	1	False	42780	maximal	True	FIJ0099_000000011201	1.0		1	1	False	False	0.9984840750694275	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.661302845547317e-05	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
FIJ0094_000000001272	11803	0.947950279114114	10	8	5	7	3	True	97813	fragment	False	FIJ0094_000000001272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7753.0	99.626	66.0	0.38560270633301824	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
AST0016_000000000482	28597	0.9479448562909812	26	22	5	8	18	True	123974	fragment	False	MON0033_000000001254	0.9438008819364748		0	0	False	True	1.0	0					non-mobilizable	other	19056.0	97.402	100.0	0.008307334251761351	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
ISR0180_000000003835	5342	0.9479443547601916	4	3	3	3	3	False	128633	fragment	False	ENG0141_000000005056	0.9740372288025935		0	0	False	False	0.9994384050369263	0					non-mobilizable	no_good_hit	1457.0	81.057	45.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0128_000000004590	5286	0.9479443547601916	4	3	3	3	3	False	128633	fragment	False	ENG0141_000000005056	0.9736835040314397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	81.194	43.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0037_000000004652	5442	0.9479402925074648	8	7	3	3	5	True	47828	fragment	False	FIJ0037_000000004652	1.0		0	0	False	False	0.9998162388801575	0					non-mobilizable	no_good_hit	1435.0	87.944	36.0	0.23266438244411813	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
ISR0183_000000010293	3271	0.9479385844208656	4	4	4	4	4	False	102822	fragment	False	ISR0183_000000010293	1.0		0	0	False	False	0.9730969071388245	0					non-mobilizable	other	3274.0	98.07600000000001	100.0	0.0014361934811748854	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0108_000000006407	1294	0.9479321178475534	2	1	1	1	1	False	82897	maximal	True	CHI0108_000000006407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	99.613	80.0	0.00040509756263031846	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
ENG0025_000000020617	1342	0.9479307412228348	3	3	3	3	3	False	75539	fragment	False	ENG0025_000000020617	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	98.197	99.0	0.0051018842447676915	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0090_000000007458	6885	0.9479292105155452	8	4	4	3	2	True	97600	fragment	False	MON0090_000000007458	1.0		0	0	False	False	0.9985475540161133	0					non-mobilizable	no_good_hit	108.0	98.148	2.0	2.854300751001206e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0111_000000004290	4667	0.9479262510259712	4	3	1	3	1	True	106849	maximal	True	AST0111_000000004290	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
ISR0185_000000012356	2637	0.9479198681137052	3	2	2	1	1	False	108719	fragment	False	ISR0185_000000012356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	76.077	8.0	0.014656225303541921	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0099_000000013553	1557	0.9479198681137052	3	2	2	1	1	False	108714	fragment	False	ISR0212_000000018440	0.43784584288985723		0	0	False	False	0.9987154603004456	0					non-mobilizable	no_good_hit	201.0	97.015	13.0	0.0055160240498648575	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0064_000000000909	22506	0.9479180636193336	27	9	4	4	8	False	104015	maximal	True	ENG0064_000000000909	1.0		1	1	False	False	0.9999555945396423	0					non-mobilizable	no_good_hit	3308.0	91.324	25.0	0.0007329766180458843	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0113_000000017038	1641	0.9479115250767948	2	2	2	2	2	False	59609	fragment	False	ENG0113_000000017038	1.0		0	0	False	False	0.9987812042236328	0					non-mobilizable	other	1641.0	99.26899999999999	100.0	0.0005532721032036447	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0176_000000004788	6435	0.9479114800309432	6	4	2	3	3	False	107108	maximal	False	ISR0221_000000002820	0.6470259981941819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	98.693	9.0	0.0030923589026852208	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0116_000000005631	6432	0.9479114800309432	6	4	2	3	3	False	107090	fragment	False	SPA0116_000000005631	0.980338234428875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	98.836	23.0	0.009277076708055663	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0009_000000004489	6398	0.9479114800309432	7	4	2	3	3	False	107108	maximal	False	ISR0221_000000002820	0.6432810196687225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	97.21600000000001	8.0	0.002903306393350753	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0097_000000003461	6341	0.9479114800309432	6	4	2	3	3	False	107090	fragment	False	SPA0116_000000005631	0.9785148857794665		0	0	False	False	0.997161328792572	0					non-mobilizable	no_good_hit	1287.0	98.601	22.0	0.008682911678718765	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0275_000000002150	6105	0.9479114800309432	6	4	2	3	3	False	107108	maximal	False	ISR0221_000000002820	0.47771277267994994		0	0	False	False	0.9942669868469238	0					non-mobilizable	no_good_hit	174.0	94.82799999999999	3.0	7.185734199276608e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0228_000000003849	5761	0.9479114800309432	6	4	2	3	3	False	107090	fragment	False	SPA0116_000000005631	0.8589393944583429		0	0	False	False	0.9923624396324158	0					non-mobilizable	no_good_hit	683.0	99.12200000000001	13.0	0.004604778977360962	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0105_000000002845	5143	0.9479114800309432	5	4	2	3	3	False	107090	fragment	False	SPA0116_000000005631	0.4340501531795501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	99.061	4.0	0.0014313975706752551	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0026_000000005639	5142	0.9479114800309432	6	4	2	3	3	False	107090	fragment	False	SPA0116_000000005631	0.5425313221681737		0	0	False	False	0.9980552196502686	0					non-mobilizable	no_good_hit	98.0	100.0	4.0	0.0006549319073372629	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0087_000000004753	5142	0.9479114800309432	6	4	2	3	3	False	107090	fragment	False	SPA0116_000000005631	0.5428049397903689		0	0	False	False	0.9986386895179749	0					non-mobilizable	no_good_hit	98.0	100.0	4.0	0.0006549319073372629	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0083_000000002520	5109	0.9479114800309432	5	4	2	3	3	False	107090	fragment	False	SPA0116_000000005631	0.54066583301152		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	3.0	0.00043212002133592606	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0343_000000004059	3737	0.9479096351977492	5	3	2	2	3	True	59123	fragment	False	ISR0343_000000004059	1.0		0	0	False	False	0.9986620545387268	0					non-mobilizable	other	3737.0	100.0	100.0	0.0011989337961337595	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0178_000000009810	2262	0.9479059314638312	3	3	3	3	2	False	118753	fragment	False	ENG0178_000000009810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1973.0	92.803	87.0	0.008863252673044457	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0054_000000007948	3216	0.9479036033937684	3	3	2	3	2	True	63786	fragment	False	ENG0054_000000007948	1.0		0	0	False	False	0.9990671873092651	0					non-mobilizable	no_good_hit	130.0	75.385	4.0	4.444981347209322e-05	CP054876.1	firmicutes	Staphylococcus aureus subsp. aureus strain Dresden-275757 chromosome, complete genome	True	True
ENG0144_000000006800	2665	0.9479033904261578	3	2	1	2	1	False	108608	fragment	False	ENG0144_000000006800	1.0		0	0	False	False	0.998874306678772	0					non-mobilizable	chromosome	1901.0	99.421	100.0	0.0004298786475203242	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0046_000000014739	2125	0.9479033904261578	2	2	1	2	1	False	108604	fragment	False	SPA0046_000000014739	0.9575255864516721		0	0	False	False	0.9990588426589966	0					non-mobilizable	chromosome	2125.0	99.294	99.0	0.0004803328256240254	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0023_01_000000014762	2099	0.9479033904261578	3	2	1	2	1	False	108604	fragment	False	SPA0046_000000014739	0.6502371273712737		0	0	False	False	1.0	0					non-mobilizable	chromosome	2099.0	99.714	100.0	0.0004744502757105894	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0134_000000016320	1968	0.9479033904261578	3	2	1	2	1	False	108604	fragment	False	SPA0046_000000014739	0.6338823529411765		0	0	False	False	0.9888211488723755	0					non-mobilizable	chromosome	1931.0	99.948	98.0	0.0004366662051127504	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0113_000000016286	1872	0.9479033904261578	3	2	1	2	1	False	108603	fragment	False	SPA0113_000000016286	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1261.0	99.20700000000001	100.0	0.00028507741888189923	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0211_000000018741	1228	0.9479033904261578	2	2	1	2	1	False	28385	fragment	False	USA0048_01_000000011800	0.9504071058475203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1228.0	100.0	100.0	0.0002776111055302304	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0017_000000001129	11283	0.9479023903966411	12	8	8	6	5	False	72330	fragment	False	SPA0017_000000001129	0.9997844576979323		0	0	False	False	0.999911367893219	0					non-mobilizable	no_good_hit	1599.0	84.553	14.0	0.07910054226157903	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	False
SPA0024_000000001577	10315	0.9479023903966411	9	8	8	6	5	False	72330	fragment	False	SPA0017_000000001129	0.9492505137839249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1399.0	84.274	14.0	0.06915078851798417	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	False
ISR0077_000000007772	3792	0.9478984519903774	4	4	4	4	4	False	116179	fragment	False	ISR0077_000000007772	1.0		0	0	False	False	0.9997363090515137	0					non-mobilizable	no_good_hit	1586.0	95.397	85.0	0.00035838304088010186	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0211_000000012318	1837	0.9478982093446352	3	3	3	3	3	False	92119	fragment	False	CHI0148_000000005763	0.8920832009633177		0	0	False	False	0.9983668923377991	0					non-mobilizable	other	1837.0	98.421	100.0	0.007341063574570172	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0182_000000013076	2832	0.947889531520938	4	3	2	3	1	False	66533	fragment	False	ISR0182_000000013076	0.9746301567106647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000003399	6230	0.9478893140828076	7	7	7	7	6	False	130935	maximal	True	AUS0004_000000003399	1.0	PS1128	9	4	False	True	1.0	0					non-mobilizable	no_good_hit	1683.0	84.90799999999999	27.0	0.019838831647603743	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0008_000000000402	21488	0.9478889348144912	27	13	10	10	8	True	117606	maximal	True	ISR0008_000000000402	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	11197.0	97.16	84.0	0.06438996855092331	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0098_000000005890	6692	0.9478826092067311	6	5	4	5	2	True	19576	fragment	False	MAD0015_000000001830	0.9580825752274318		0	0	False	False	0.9997011423110962	0					non-mobilizable	no_good_hit	901.0	74.806	13.0	0.0002756331006110593	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0123_000000003046	5593	0.9478808391094498	9	4	4	4	2	True	60500	fragment	False	ISR0123_000000003046	1.0		0	0	False	False	0.9998211860656738	0					non-mobilizable	other	5084.0	96.676	93.0	0.7350897510133179	NZ_SMUS01000073.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00073, whole genome shotgun sequence	False	True
ENG0022_000000004237	4805	0.9478799827618776	4	4	4	4	4	False	66324	maximal	True	ENG0022_000000004237	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	3851.0	99.61	82.0	0.01459793094814472	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0102_000000001041	6641	0.9478789321677392	10	8	3	3	8	True	123835	fragment	False	CHI0102_000000001041	1.0		0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	4039.0	99.975	100.0	0.49424724602203185	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ISR0074_000000007047	3942	0.9478733957425118	6	4	4	4	4	False	129745	fragment	False	ISR0074_000000007047	1.0		0	0	False	True	0.9997463226318359	0					non-mobilizable	chromosome	1743.0	99.25399999999999	99.0	0.00046682688494084	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0022_000000025583	1617	0.9478708444764842	2	1	1	1	1	False	74537	fragment	False	DEN0022_000000025583	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1617.0	96.59899999999999	100.0	0.0007930910773818375	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MAD0102_000000018831	1206	0.9478638861255756	4	3	1	3	2	False	14960	fragment	False	MAD0102_000000018831	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	98.259	100.0	0.0002479897906410505	CP057962.1	enterobacteria	Escherichia coli strain RHB08-C09 chromosome, complete genome	False	False
SPA0088_000000000521	21475	0.9478618234892487	34	10	6	7	4	True	68208	maximal	False	SPA0087_000000000500	1.0		0	0	True	True	1.0	39					non-mobilizable	no_good_hit	205.0	78.53699999999999	1.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
MON0087_000000018660	2673	0.9478556074568172	4	4	4	3	3	False	103939	fragment	False	MON0087_000000018660	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2677.0	94.285	100.0	0.0009465890744568622	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MAD0049_000000002143	6565	0.9478544546283736	15	3	3	3	1	True	17494	maximal	True	MAD0049_000000002143	1.0		2	1	False	False	0.996039628982544	0					non-mobilizable	no_good_hit	2680.0	94.664	75.0	0.010161305021416203	LR756499.1	viruses	uncultured phage genome assembly, chromosome: 1	True	True
SPA0064_000000007836	2758	0.9478542667414696	5	2	2	2	1	False	6106	fragment	False	SPA0064_000000007836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0003946274294251124	NZ_LGPD01000041.1	firmicutes	Virgibacillus soli strain PL205 scaffold000041, whole genome shotgun sequence	True	False
ENG0160_000000002373	9023	0.9478431020178052	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9971111183335932	PS1165|PS799|PS800	0	0	True	True	1.0	133	rep_cluster_1097	MOBB			mobilizable	plasmid	7292.0	99.863	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0076_000000002702	8754	0.9478431020178052	12	10	4	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9593051552326195	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	6062.0	99.819	98.0	0.6782316731952994	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0373_000000009562	1722	0.9478363005119766	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.46649299711142034		0	0	False	False	0.9895470142364502	0					non-mobilizable	other	1725.0	99.072	100.0	0.0006260928934461802	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0252_000000006927	1682	0.9478363005119766	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.3950133629642079		0	0	False	False	0.9976218938827515	0					non-mobilizable	other	1680.0	99.04799999999999	99.0	0.012838059992506671	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0218_000000010526	1660	0.9478363005119766	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.3848164813402864		0	0	False	False	1.0	0					non-mobilizable	other	1660.0	99.036	100.0	0.012685134918146854	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
CHI0057_000000013406	1515	0.9478355986589164	2	2	2	2	2	False	91012	fragment	False	ISR0276_000000005364	0.6496349098148008		0	0	False	False	0.9914191365242004	0					non-mobilizable	chromosome	1515.0	100.0	100.0	0.0002333652142482257	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0089_000000014337	1827	0.9478343388564768	2	2	2	2	2	False	74272	fragment	False	ISR0278_000000005776	0.7690330076869806		0	0	False	False	1.0	0					non-mobilizable	other	1687.0	99.52600000000001	92.0	0.022276246597785588	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
TAN0001_000000002554	4021	0.9478316401931994	4	4	3	3	4	False	98387	fragment	False	ETH0003_000000007657	0.9406815287810973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	81.03399999999999	4.0	0.0003359047195583921	NZ_HE999444.1	CFB group bacteria	Prevotella conceptionensis 9403948, whole genome shotgun sequence	True	False
FIJ0132_000000001087	17670	0.947829216228418	26	24	3	16	24	True	95707	fragment	False	FIJ0132_000000001087	1.0		0	0	False	False	0.9999434351921082	0			MPF_F		non-mobilizable	plasmid	17670.0	99.926	100.0	0.11559925939010907	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
SPA0012_000000008517	2887	0.947827990428117	3	3	2	3	3	True	8012	fragment	False	SPA0012_000000008517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	100.0	3.0	1.5758381822682325e-05	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	True
ISR0024_000000007847	2867	0.9478200193848488	2	2	2	2	2	True	37455	maximal	True	ISR0024_000000007847	1.0		47	11	False	False	0.9968608021736145	0					non-mobilizable	no_good_hit	2091.0	99.904	73.0	0.0003791901188497948	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
ISR0830_000000004956	4647	0.9478167746362476	6	6	5	5	4	False	111680	fragment	False	ISR0830_000000004956	0.9695320576795128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2729.0	99.743	67.0	0.004362929175969345	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
MON0004_000000007722	4352	0.9478160299388524	5	3	3	3	2	True	32338	fragment	False	MON0004_000000007722	1.0		0	0	False	False	0.9995404481887817	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00018748677008678823	NZ_WNKZ01000002.1	b-proteobacteria	Massilia buxea strain KCTC 52429 NODE_2_length_165345_cov_37.047023_2, whole genome shotgun sequence	True	True
ENG0040_000000007578	2946	0.9478148188756808	3	3	3	3	3	False	64864	maximal	True	ENG0040_000000007578	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	73.684	12.0	0.000547190489516612	NZ_NPML01000019.1	firmicutes	Petroclostridium xylanilyticum strain SK-Y3 Scaffold2_1, whole genome shotgun sequence	True	False
CHI0154_000000008789	3382	0.9478071108116328	4	2	2	2	2	False	79201	maximal	True	CHI0154_000000008789	1.0		1	1	False	False	0.9988172650337219	0					non-mobilizable	no_good_hit	1264.0	76.187	36.0	0.06273285671130803	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0025_01_000000004510	3794	0.9478026727112636	6	4	2	4	2	False	1659	fragment	False	USA0025_01_000000004510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	98.361	2.0	0.00019314651772924077	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0159_000000003324	6203	0.9477907041262409	7	5	4	4	4	True	128129	maximal	False	ISR0378_000000003009	0.9500640796579363	PS1029	0	0	True	True	1.0	13		MOBV			mobilizable	no_good_hit	2948.0	89.756	59.0	0.44420861127956335	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0356_000000019452	1133	0.9477763621323356	1	1	1	1	1	False	24966	fragment	False	ISR0323_000000019081	0.9679865206402696		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	99.382	100.0	0.007784723511653016	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0083_01_000000015713	1815	0.9477720361687556	2	2	2	2	2	False	497	maximal	True	USA0083_01_000000015713	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	76.218	28.0	0.0003754864594377964	AP018050.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
ENG0065_000000013110	2102	0.9477632419739118	2	2	2	2	1	False	62853	fragment	False	ENG0065_000000013110	1.0		0	0	False	False	0.9586108326911926	0					non-mobilizable	chromosome	2082.0	98.319	99.0	0.0006887948639746047	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
MAD0047_000000002895	9583	0.9477601924201158	12	11	2	10	11	True	71365	maximal	False	DEN0064_000000002727	0.9363482418567586		0	0	False	False	1.0	0			MPF_F		non-mobilizable	no_good_hit	7598.0	95.315	89.0	0.1021671826625387	CP058082.1	enterobacteria	Escherichia coli strain RHB01-C23 plasmid pRHB01-C23_3, complete sequence	True	True
ENG0028_000000001380	9698	0.9477600460879656	10	7	6	7	4	False	65925	maximal	True	ENG0028_000000001380	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	74.279	5.0	0.12785652299681805	NZ_CAPF01000090.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
MON0068_000000010876	3781	0.9477514976218347	4	4	3	4	3	False	108231	maximal	True	MON0068_000000010876	1.0		1	1	False	False	0.9989420771598816	0					non-mobilizable	no_good_hit								True	False
AST0108_000000003379	6127	0.9477495446385772	8	5	3	4	4	True	107312	fragment	False	AST0108_000000003379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	92.715	45.0	0.15033005355586002	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0087_000000033534	1530	0.9477479861326996	3	3	3	2	1	True	21225	fragment	False	ISR0821_000000019236	0.9589914945321993		0	0	False	False	1.0	0					non-mobilizable	other	1530.0	98.889	100.0	0.0007405652997933295	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
MON0057_000000006096	3768	0.9477465111399328	5	5	5	4	3	False	110582	fragment	False	MON0057_000000006096	0.9417579481699172		0	0	False	False	0.9997345805168152	0					non-mobilizable	no_good_hit								True	False
MON0076_000000002642	11486	0.9477445173406844	14	7	3	4	3	False	10317	maximal	True	MON0076_000000002642	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	78.194	12.0	0.09109051113686108	NZ_LT635508.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
AST0012_000000021713	1124	0.9477418625471784	3	1	1	1	1	False	124566	fragment	False	AST0012_000000021713	1.0		0	0	False	False	0.9323843121528625	0					non-mobilizable	chromosome	1052.0	91.73	93.0	0.00023299771888791898	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0063_000000013799	2295	0.9477394604900878	3	3	3	3	3	False	83450	fragment	False	ENG0063_000000013799	0.9812770043206913		0	0	False	False	0.999128520488739	0					non-mobilizable	other	2276.0	99.605	99.0	0.005612599854935881	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
AUS0014_000000011733	2562	0.9477362109646238	4	4	3	4	3	True	100883	fragment	False	AUS0014_000000011733	1.0		0	0	False	False	0.9996097087860107	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	0.029061102831594635	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
AST0116_000000001678	11557	0.9477302984791852	11	7	7	6	6	False	106290	maximal	False	ISR0128_000000002289	0.6495395243969018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	71.249	9.0	0.014320918115891009	NZ_MUYU01000029.1	g-proteobacteria	Moraxella pluranimalium strain CCUG 54913 54913T_ctg_0000029, whole genome shotgun sequence	True	False
ISR0017_000000003377	9544	0.9477200307924046	13	6	5	4	5	False	104732	maximal	True	ISR0017_000000003377	1.0		0	0	False	False	0.9988474249839783	0					non-mobilizable	no_good_hit	5230.0	96.57700000000001	55.0	0.0022469996784443623	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	False
ISR0218_000000004041	3898	0.9477194151698048	7	6	3	2	5	True	92236	fragment	False	ISR0218_000000004041	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2946.0	99.525	84.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
ISR0311_000000004220	4127	0.9477183371945128	4	2	2	2	2	False	108718	fragment	False	ISR0311_000000004220	1.0		0	0	False	False	0.9992730617523193	0					non-mobilizable	no_good_hit	641.0	98.90799999999999	16.0	0.017651276959567544	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0171_000000004765	4807	0.9477180275591244	3	3	2	3	1	True	103436	maximal	True	ENG0171_000000004765	1.0		4	3	False	False	0.9995839595794678	0					non-mobilizable	no_good_hit								True	True
ENG0206_000000002609	8339	0.9477120450227052	10	9	7	8	6	False	107285	fragment	False	ISR0123_000000001808	0.9829518640868333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	74.245	7.0	0.0001609650216895273	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
FIJ0088_000000023432	1283	0.9477109760840065	2	1	1	1	1	False	43620	fragment	False	FIJ0088_000000023432	1.0		0	0	False	False	0.992985188961029	0					non-mobilizable	no_good_hit								True	False
SPA0141_000000010322	2247	0.9477099301248908	6	5	2	2	5	False	3464	maximal	True	SPA0141_000000010322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1614.0	90.149	72.0	0.2577302897846851	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0125_000000004062	5780	0.9477033133938164	9	7	3	2	4	True	58874	fragment	False	ENG0125_000000004062	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	95.40899999999999	12.0	0.00014222040180107917	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0028_000000006166	4884	0.9477016135388442	5	4	4	4	3	False	74737	fragment	False	FIJ0028_000000006166	0.9686560755689138		0	0	False	False	0.9961097240447998	0					non-mobilizable	no_good_hit	1808.0	85.01100000000001	37.0	0.005756973257724445	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0101_000000002959	3421	0.947698748307246	7	6	4	6	6	False	127466	maximal	True	AST0101_000000002959	1.0	PS1007	3	3	False	True	0.9903537034988403	0					non-mobilizable	chromosome	3421.0	99.708	100.0	0.0018398076271323208	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	True
ENG0035_000000005114	4336	0.9476979281765155	11	2	2	2	2	False	83894	maximal	True	ENG0035_000000005114	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3225.0	99.969	74.0	0.013060986379951548	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
FIJ0169_000000005332	4120	0.9476973786991422	6	4	3	4	4	False	129748	maximal	True	FIJ0169_000000005332	1.0	PS1061	4	4	False	True	1.0	0					non-mobilizable	no_good_hit	1749.0	99.2	79.0	0.0004678988180865136	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
AUS0014_000000001139	21578	0.9476925793958584	18	14	11	14	12	True	112639	maximal	True	AUS0014_000000001139	1.0		1	1	False	False	0.9999536275863647	0					non-mobilizable	no_good_hit	2271.0	75.694	10.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0052_000000008300	3879	0.94769218207234	5	4	3	3	3	False	129693	maximal	True	ISR0052_000000008300	1.0	PS1061	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1781.0	87.704	48.0	0.00047593831667906537	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0278_000000000860	9104	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9973050959803128	PS1165|PS799|PS800	0	0	True	True	1.0	4	rep_cluster_1097	MOBB			mobilizable	plasmid	8598.0	99.84899999999999	98.0	0.9610912343470484	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MON0046_000000002624	9049	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9965161354113807	PS1165|PS799|PS800	0	0	True	True	1.0	22	rep_cluster_1097	MOBB			mobilizable	plasmid	6753.0	99.807	100.0	0.7546726357022944	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0071_000000001221	9042	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9970721923507897	PS1165|PS799|PS800	0	0	True	True	1.0	25	rep_cluster_1097	MOBB			mobilizable	plasmid	7366.0	99.824	100.0	0.8233452593917711	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MON0069_000000003759	9041	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9941949319664993	PS1165|PS799|PS800	0	0	True	True	1.0	65	rep_cluster_1097	MOBB			mobilizable	plasmid	8896.0	99.865	100.0	0.9945159485170677	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0095_000000002588	9041	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9941914109634968	PS1165|PS799|PS800	0	0	True	True	1.0	44	rep_cluster_1097	MOBB			mobilizable	plasmid	8822.0	99.932	100.0	0.986905428091774	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0105_000000005366	9041	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9975025207226818	PS1165|PS799|PS800	0	0	True	True	1.0	55	rep_cluster_1097	MOBB			mobilizable	plasmid	7412.0	99.919	100.0	0.8290990486849469	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0093_000000003656	9041	0.9476829563166232	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9973813839739069	PS1165|PS799|PS800	0	0	True	True	1.0	31	rep_cluster_1097	MOBB			mobilizable	plasmid	7412.0	99.906	100.0	0.8290990486849469	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0004_000000001711	9041	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9976075837934656	PS1165|PS799|PS800	0	0	True	True	1.0	159	rep_cluster_1097	MOBB			mobilizable	plasmid	7412.0	99.93299999999999	100.0	0.8290990486849469	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0082_01_000000002967	9035	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9971140779731897	PS1165|PS799|PS800	0	0	True	True	1.0	103	rep_cluster_1097	MOBB			mobilizable	plasmid	7307.0	99.932	100.0	0.8173475097929491	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0079_01_000000001658	9027	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9963866950921442	PS1165|PS799|PS800	0	0	True	True	1.0	104	rep_cluster_1097	MOBB			mobilizable	plasmid	6848.0	99.883	100.0	0.7662003357582541	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0187_000000002646	9023	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9974907781380754	PS1165|PS799|PS800	0	0	True	True	1.0	95	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.91799999999999	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0108_000000003052	9022	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9971685847178493	PS1165|PS799|PS800	0	0	True	True	1.0	68	rep_cluster_1097	MOBB			mobilizable	plasmid	7356.0	99.837	100.0	0.822227191413238	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0183_000000003097	9022	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9975836839032245	PS1165|PS799|PS800	0	0	True	True	1.0	302	rep_cluster_1097	MOBB			mobilizable	plasmid	7366.0	99.905	100.0	0.8233452593917711	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0146_000000004148	9022	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9975845047493742	PS1165|PS799|PS800	0	0	True	True	1.0	28	rep_cluster_1097	MOBB			mobilizable	plasmid	6787.0	99.956	100.0	0.7593732512590935	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0126_000000005336	9021	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9932759308033478	PS1165|PS799|PS800	0	0	True	True	1.0	20	rep_cluster_1097	MOBB			mobilizable	plasmid	8615.0	99.512	100.0	0.9628801431127012	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
AST0055_000000002982	9021	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9969592825573017	PS1165|PS799|PS800	0	0	True	True	1.0	42	rep_cluster_1097	MOBB			mobilizable	plasmid	6843.0	99.927	100.0	0.765640738668159	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0153_000000001390	9017	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9974046622910877	PS1165|PS799|PS800	0	0	True	True	0.999889075756073	66	rep_cluster_1097	MOBB			mobilizable	plasmid	7354.0	99.932	100.0	0.8220035778175313	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0063_000000002070	9015	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.997112666005994	PS1165|PS799|PS800	0	0	True	True	1.0	33	rep_cluster_1097	MOBB			mobilizable	plasmid	6668.0	99.955	100.0	0.7460548405148293	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0329_000000000779	9015	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9970935724967032	PS1165|PS799|PS800	0	0	True	True	1.0	60	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.931	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0303_000000001091	9015	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9936611278782416	PS1165|PS799|PS800	0	0	True	True	1.0	86	rep_cluster_1097	MOBB			mobilizable	plasmid	8822.0	99.932	100.0	0.986905428091774	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0163_000000002061	9015	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9971522710087092	PS1165|PS799|PS800	0	0	True	True	0.999001681804657	11	rep_cluster_1097	MOBB			mobilizable	plasmid	7359.0	99.837	100.0	0.8225626118067979	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0009_000000002876	9015	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.997092517078821	PS1165|PS799|PS800	0	0	True	True	1.0	31	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.931	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0273_000000000604	9015	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.997089513473757	PS1165|PS799|PS800	0	0	True	True	0.999556303024292	38	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.81200000000001	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0308_000000001317	9015	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9969974424874124	PS1165|PS799|PS800	0	0	True	True	0.999889075756073	28	rep_cluster_1097	MOBB			mobilizable	plasmid	7453.0	99.79899999999999	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0328_000000002470	9015	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.997092517078821	PS1165|PS799|PS800	0	0	True	True	1.0	176	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.931	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0179_000000003065	9014	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9968168463229151	PS1165|PS799|PS800	0	0	True	True	1.0	162	rep_cluster_1097	MOBB			mobilizable	plasmid	7366.0	99.78299999999999	100.0	0.8233452593917711	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
AST0040_000000001905	9011	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9970083876208322	PS1165|PS799|PS800	0	0	True	True	0.9995561242103577	21	rep_cluster_1097	MOBB			mobilizable	plasmid	7359.0	99.81	100.0	0.8225626118067979	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0246_000000001316	9010	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9975759097059137	PS1165|PS799|PS800	0	0	True	True	1.0	10	rep_cluster_1097	MOBB			mobilizable	plasmid	7345.0	99.891	100.0	0.8209973166368515	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0127_000000003059	9003	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9971078148134824	PS1165|PS799|PS800	0	0	True	True	1.0	213	rep_cluster_1097	MOBB			mobilizable	plasmid	7133.0	99.846	100.0	0.7972942754919499	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0028_000000001537	9001	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9973883296459769	PS1165|PS799|PS800	0	0	True	True	1.0	52	rep_cluster_1097	MOBB			mobilizable	plasmid	7393.0	99.865	100.0	0.8263640429338104	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0289_000000000587	9001	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9975906481198475	PS1165|PS799|PS800	0	0	True	True	1.0	27	rep_cluster_1097	MOBB			mobilizable	plasmid	8585.0	99.884	100.0	0.9596377459749553	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0841_000000001204	8956	0.9476829563166232	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9965096181148433	PS1165|PS799|PS800	0	0	True	True	1.0	509	rep_cluster_1097	MOBB			mobilizable	plasmid	7366.0	99.78299999999999	100.0	0.8233452593917711	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0169_000000002428	8935	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9965491998234586	PS1165|PS799|PS800	0	0	True	True	0.9986569881439209	10	rep_cluster_1097	MOBB			mobilizable	plasmid	6762.0	99.956	100.0	0.7565752658086178	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0083_000000002396	8715	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9716696442403419	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	7090.0	99.887	100.0	0.7924865831842576	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
USA0075_01_000000002899	8415	0.9476829563166232	10	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9303240776418281	PS1165|PS799|PS800	0	0	True	True	1.0	1	rep_cluster_1097	MOBB			mobilizable	plasmid	6729.0	99.926	100.0	0.7528819250139899	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0206_000000001737	11065	0.9476809479427832	12	8	3	3	7	False	102744	fragment	False	ENG0206_000000001737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5130.0	97.46600000000001	85.0	0.0011367801003511625	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0116_000000003099	10661	0.9476781014018713	10	6	3	5	5	False	75558	fragment	False	SPA0116_000000003099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	84.227	15.0	0.0005385506323425909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0082_000000031983	1342	0.947667144011432	1	1	1	1	1	False	69175	fragment	False	DEN0082_000000031983	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	7.466313351668789e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0220_000000003700	2676	0.9476574570482996	7	4	1	2	4	False	27995	maximal	True	ISR0220_000000003700	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000014078	2353	0.94764803962153	3	3	3	3	2	False	36831	maximal	True	ISR0077_000000014078	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	86.374	76.0	0.02415315449108264	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
FIJ0072_000000006761	3714	0.9476478068596772	11	1	1	1	1	False	58430	fragment	False	FIJ0072_000000006761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2277.0	87.96700000000001	79.0	0.08847132511254649	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0086_000000010272	3015	0.9476478068596772	10	1	1	1	1	False	58429	fragment	False	FIJ0086_000000010272	1.0		0	0	False	False	0.9993366599082947	0					non-mobilizable	no_good_hit	2429.0	87.279	85.0	0.09430416911332942	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ISR0165_000000006993	2817	0.9476478068596772	7	1	1	1	1	False	30250	fragment	False	ISR0165_000000006993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1574.0	83.736	85.0	0.06091211587394794	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0096_000000012720	2774	0.9476478068596772	8	1	1	1	1	False	50455	fragment	False	FIJ0096_000000012720	1.0		0	0	False	False	0.9971160888671875	0					non-mobilizable	no_good_hit	2093.0	87.1	81.0	0.08126834997064004	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0057_000000015288	2155	0.9476478068596772	6	1	1	1	1	False	50454	fragment	False	FIJ0057_000000015288	1.0		0	0	False	False	0.9981438517570496	0					non-mobilizable	no_good_hit	1716.0	84.67399999999999	78.0	0.06651008025053827	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0051_000000012023	1850	0.9476478068596772	6	1	1	1	1	False	50452	fragment	False	FIJ0051_000000012023	0.9707207329134124		0	0	False	False	0.9983783960342407	0					non-mobilizable	no_good_hit	1655.0	83.625	87.0	0.06400469759248385	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ENG0130_000000016655	1761	0.9476478068596772	5	1	1	1	1	False	58428	fragment	False	ENG0130_000000016655	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1786.0	81.355	99.0	0.06909375611665688	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
FIJ0089_000000014632	1691	0.9476478068596772	5	1	1	1	1	False	50452	fragment	False	FIJ0051_000000012023	0.960131932880748		0	0	False	False	1.0	0					non-mobilizable	other	1621.0	84.022	93.0	0.06279115286748875	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
FIJ0091_000000013036	1688	0.9476478068596772	5	1	1	1	1	False	50452	fragment	False	FIJ0051_000000012023	0.7905381431105855		0	0	False	False	1.0	0					non-mobilizable	other	1698.0	84.51100000000001	98.0	0.06580544137796046	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
FIJ0094_000000012049	1688	0.9476478068596772	5	1	1	1	1	False	50452	fragment	False	FIJ0051_000000012023	0.7905381431105855		0	0	False	False	1.0	0					non-mobilizable	other	1698.0	84.51100000000001	98.0	0.06580544137796046	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
FIJ0014_000000016294	1543	0.9476478068596772	4	1	1	1	1	False	50452	fragment	False	FIJ0051_000000012023	0.7481353751811234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	86.279	87.0	0.05229986298688589	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0036_000000028046	1526	0.9476478068596772	5	1	1	1	1	False	47904	fragment	False	FIJ0036_000000028046	1.0		0	0	False	False	0.9993447065353394	0					non-mobilizable	other	1563.0	84.45299999999999	99.0	0.060520649833626934	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
ISR0392_000000003643	7270	0.9476469008620064	7	6	4	5	6	False	125972	maximal	True	ISR0392_000000003643	1.0		0	0	False	False	0.9993122220039368	0					non-mobilizable	no_good_hit	44.0	95.455	1.0	0.00725860904794058	KU548833.1	bacteria	Uncultured bacterium clone TE_040101_Contig_13 genomic sequence	True	False
MON0082_000000020542	1706	0.9476437389616478	4	3	3	2	2	False	17443	fragment	False	MON0082_000000020542	1.0		0	0	False	False	0.9923798441886902	0					non-mobilizable	no_good_hit	94.0	100.0	6.0	4.2418724811031425e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
ISR0023_000000000123	65828	0.9476423317421724	53	23	16	22	8	True	111137	maximal	True	ISR0023_000000000123	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	97.333	0.0	0.0001289863762497734	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
AST0055_000000012339	2775	0.9476400645453148	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.9266588227659012		0	0	False	False	0.9974774718284607	0					non-mobilizable	other	1286.0	89.34700000000001	91.0	0.00039913912876296737	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0046_000000003954	6672	0.9476379284191708	11	6	4	4	3	True	111408	fragment	False	MON0046_000000003954	1.0		0	0	False	False	0.9980515837669373	0		MOBB			mobilizable	plasmid	4007.0	96.381	92.0	0.12885154061624648	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0008_000000017156	1668	0.9476337167027838	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.03727600209351737	PS1061	0	0	False	True	0.9994004964828491	0					non-mobilizable	chromosome	1605.0	89.28299999999999	96.0	0.00042850527498300986	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0382_000000000368	21600	0.9476249035390892	25	23	10	14	21	True	132543	fragment	False	ISR0145_000000001295	0.9344735305209992		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	21600.0	99.995	100.0	0.49150073956081464	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
SPA0045_000000021481	1131	0.947610562117596	1	1	1	1	1	False	32599	fragment	False	MAD0090_000000011282	0.9237674102067824		0	0	False	False	0.993810772895813	0					non-mobilizable	other	1131.0	97.34700000000001	100.0	0.0042783513108961	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0057_000000003096	5155	0.9476092859213824	7	4	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.11327949635531295	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	20	rep_cluster_475				non-mobilizable	plasmid	3450.0	99.79700000000001	99.0	0.6558281042023199	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0125_000000003243	4637	0.9476092859213824	7	4	2	3	4	False	130149	fragment	False	ISR0125_000000003243	0.972115388317183		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1767.0	99.943	100.0	0.3358052861760791	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0097_000000006952	4557	0.9476092859213824	7	4	2	3	4	False	130149	fragment	False	ISR0125_000000003243	0.9662849583627793		0	0	False	True	0.9958305954933167	0	rep_cluster_475				non-mobilizable	plasmid	1767.0	99.887	100.0	0.3358052861760791	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CHI0063_000000003718	3419	0.9475954625370038	5	3	3	2	2	False	85483	maximal	True	CHI0063_000000003718	1.0		2	2	False	False	0.9988300800323486	0					non-mobilizable	no_good_hit	1415.0	96.184	41.0	0.05784650630011455	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
TAN0002_000000005829	5123	0.9475902058955334	4	3	1	3	3	True	3068	maximal	True	TAN0002_000000005829	1.0		2	1	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
ISR0351_000000014101	1106	0.947581771061402	1	1	1	1	1	False	25469	fragment	False	ISR0305_000000015045	0.6315359477124183		0	0	False	False	1.0	0					non-mobilizable	other	994.0	98.491	100.0	0.006641785054980335	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0128_000000013085	2829	0.94757404057091	3	3	2	2	3	False	106601	fragment	False	SPA0128_000000013085	1.0		0	0	False	False	0.9844468235969543	0					non-mobilizable	other	2816.0	99.71600000000001	99.0	0.0008584109791221642	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ETH0004_000000003962	7023	0.9475665794670868	9	5	3	4	4	False	52952	maximal	True	ETH0004_000000003962	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	95.385	2.0	0.001380240097579765	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0045_000000004499	2801	0.9475636246130852	2	2	2	2	2	False	64481	maximal	True	ENG0045_000000004499	1.0		14	4	False	False	0.9903605580329895	0					non-mobilizable	no_good_hit	1794.0	99.889	64.0	0.0015673542745151517	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0062_000000005550	5699	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9948870538661272	PS449	0	0	True	True	1.0	285					non-mobilizable	plasmid	5290.0	99.98100000000001	97.0	0.9557282255149981	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	False	True
CHI0113_000000001299	5695	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9949334738158522	PS449	0	0	False	True	1.0	0					non-mobilizable	plasmid	4521.0	99.978	97.0	0.8167690639681966	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	False	True
CHI0084_000000000446	5688	0.9475608367262688	8	5	0	1	5	False	87161	backbone	True	CHI0084_000000000446	0.99545153781032	PS449	30	5	False	True	1.0	0					non-mobilizable	plasmid	4453.0	99.978	97.0	0.8044813877846043	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	False	True
ENG0112_000000004611	5681	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9931177088085849	PS449	0	0	True	True	1.0	24					non-mobilizable	plasmid	5519.0	99.87299999999999	98.0	0.9971087820744489	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
ISR0289_000000001104	5633	0.9475608367262688	9	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9937727111159852	PS449	0	0	True	True	1.0	212					non-mobilizable	plasmid	4771.0	99.93700000000001	100.0	0.8619443440549331	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	False	True
ISR0010_000000002592	5632	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9937638384496903	PS449	0	0	True	True	0.9998224377632141	39					non-mobilizable	plasmid	5322.0	99.925	100.0	0.9615106613661004	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
CHI0089_000000001119	5613	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9938052974459974	PS449	0	0	True	True	1.0	110					non-mobilizable	plasmid	5348.0	99.944	100.0	0.966208890495121	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	False	True
SPA0016_000000005615	5613	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9938890243314039	PS449	0	0	True	True	1.0	857					non-mobilizable	plasmid	5390.0	99.944	100.0	0.9737983375496928	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	False	True
SPA0017_000000001988	5613	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9936576397122757	PS449	0	0	True	True	0.9992873668670654	38					non-mobilizable	plasmid	4541.0	99.956	100.0	0.8203830863751356	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	False	True
CHI0187_000000003191	5613	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9935649744074624	PS449	0	0	True	True	1.0	69					non-mobilizable	plasmid	5485.0	99.90899999999999	100.0	0.9909649439826527	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
SPA0149_000000006031	5613	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9941013473889441	PS449	0	0	True	True	1.0	346					non-mobilizable	plasmid	5485.0	99.945	100.0	0.9909649439826527	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
SPA0111_000000005772	5593	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9938218117762344	PS449	0	0	True	True	1.0	283					non-mobilizable	plasmid	5390.0	99.90700000000001	100.0	0.9737983375496928	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
SPA0130_000000005840	5593	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9936082828624705	PS449	0	0	True	True	1.0	1567					non-mobilizable	plasmid	4624.0	99.87	100.0	0.835381279363932	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
CHI0078_000000003047	5587	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9930797820039929	PS449	0	0	True	True	1.0	329					non-mobilizable	plasmid	5330.0	99.869	100.0	0.962956270328876	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
CHI0064_000000003047	5543	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9939249394081267	PS449	0	0	True	True	1.0	93					non-mobilizable	plasmid	4223.0	99.95299999999999	100.0	0.7629201301048066	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
SPA0058_000000004974	5541	0.9475608367262688	8	5	0	1	5	False	87161	backbone	False	CHI0084_000000000446	0.9940738573393418	PS449	0	0	True	True	1.0	125					non-mobilizable	plasmid	4223.0	99.929	100.0	0.7629201301048066	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
DEN0082_000000021650	1898	0.9475594203779648	5	3	2	2	3	False	69231	maximal	True	DEN0082_000000021650	1.0		1	1	False	False	0.98735511302948	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	1.539854770886257e-05	NZ_UWOP01000001.1	firmicutes	Enterococcus mediterraneensis strain Marseille-P4358, whole genome shotgun sequence	True	False
ETH0002_000000005528	5153	0.9475461904388922	5	4	2	4	1	False	86087	maximal	True	ETH0002_000000005528	1.0		1	1	False	False	0.9970890879631042	0					non-mobilizable	no_good_hit	595.0	86.05	18.0	0.00018479239476633095	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0058_000000006454	5851	0.9475412772945204	15	5	4	5	3	False	52649	fragment	False	FIJ0058_000000006454	1.0		0	0	False	False	0.9994872808456421	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	7.679532101468122e-07	CP032255.1	eudicots	Gossypioides kirkii chromosome KI_13	True	False
MAD0081_000000007194	1112	0.9475359769109176	2	1	1	1	1	True	16132	maximal	True	MAD0081_000000007194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	88.40299999999999	88.0	0.03414753127286665	HQ724512.1	firmicutes	Enterococcus hirae ATCC 9790 plasmid pTG9790, complete sequence	True	True
FIJ0003_000000009940	2447	0.9475343274701858	3	3	3	2	2	False	52197	maximal	True	FIJ0003_000000009940	1.0		9	2	False	False	0.9991827011108398	0					non-mobilizable	other	2449.0	96.774	100.0	0.008644025868466621	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
AST0059_000000005059	2827	0.9475218660927532	6	5	1	2	4	False	112868	maximal	True	AST0059_000000005059	1.0		1	1	False	False	0.9893880486488342	0					non-mobilizable	no_good_hit	1201.0	87.594	74.0	0.24120913016656384	KU302807.1	enterobacteria	Enterobacter cloacae strain SZECL1 plasmid pSZECL_e, complete sequence	True	False
DEN0064_000000009985	3674	0.947521704273946	3	2	1	2	1	False	71314	fragment	False	DEN0064_000000009985	1.0		0	0	False	False	0.9961894154548645	0					non-mobilizable	no_good_hit	659.0	92.868	18.0	0.001143446794862856	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
SPA0062_000000016504	1971	0.9475019788139336	3	3	3	3	3	False	6167	maximal	True	SPA0062_000000016504	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	71.393	20.0	0.003351993330043729	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
ISR0820_000000003313	5258	0.9474930502394936	6	6	4	6	5	False	104526	fragment	False	ISR0820_000000003313	1.0		0	0	False	False	0.9996196031570435	0					non-mobilizable	chromosome	5258.0	97.471	100.0	0.0021645502998495192	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0121_01_000000021721	2066	0.9474853499434928	3	3	3	3	3	False	93094	fragment	False	MAD0054_000000006900	0.9001723633588163		0	0	False	False	0.9990319609642029	0					non-mobilizable	chromosome	2066.0	99.613	100.0	0.0009630676385954603	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0104_000000007798	4420	0.9474821931915908	5	5	5	5	4	False	62854	maximal	True	SPA0104_000000007798	1.0		7	4	False	False	0.9986425042152405	0					non-mobilizable	chromosome	4415.0	99.071	99.0	0.0014617021776845698	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
FIJ0153_000000011661	2260	0.9474771655432872	3	1	1	1	1	False	39657	maximal	True	FIJ0153_000000011661	1.0		3	3	False	False	0.9942477941513062	0					non-mobilizable	no_good_hit	99.0	92.929	4.0	0.0013397495488598457	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0216_000000003019	6827	0.9474736647271678	13	12	2	4	11	True	117326	fragment	False	ISR0216_000000003019	0.9174731792259468		0	0	False	False	1.0	0					non-mobilizable	chromosome	6827.0	99.941	100.0	0.002842075372871462	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
ENG0034_000000003939	3694	0.9474728151362216	4	4	4	3	3	False	68097	maximal	True	ENG0034_000000003939	0.9874813710879284		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	2425.0	77.732	74.0	0.0008023964547376835	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
ISR0139_000000010808	2367	0.9474640104392268	4	3	2	3	2	False	76437	fragment	False	ISR0139_000000010808	1.0		0	0	False	False	0.9814110398292542	0					non-mobilizable	no_good_hit	752.0	73.271	31.0	0.00023999162553766708	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0075_000000005898	4060	0.9474625365754296	7	7	3	4	4	False	62118	maximal	True	ENG0075_000000005898	1.0		1	1	False	False	0.9997537136077881	0					non-mobilizable	no_good_hit	1637.0	95.48	40.0	0.138418557399255	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
FIJ0164_000000006557	3620	0.9474599191228598	7	4	4	3	4	False	39109	maximal	True	FIJ0164_000000006557	1.0		1	1	False	False	0.9941989183425903	0					non-mobilizable	no_good_hit	769.0	89.337	21.0	0.12352274566941882	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0145_01_000000017148	1370	0.9474547767537852	3	3	3	1	1	False	106070	fragment	False	USA0145_01_000000017148	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	95.77	100.0	0.0004960805640646647	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0052_000000017410	1829	0.9474321378194562	5	2	2	2	1	False	106069	fragment	False	ISR0344_000000020233	0.6728823792604304		0	0	False	False	0.989611804485321	0					non-mobilizable	chromosome	1662.0	94.465	99.0	0.0005826754220267476	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0010_000000001209	12199	0.9474266248279332	17	9	7	8	8	True	126208	backbone	False	ISR0395_000000002325	0.25997394465381574	PS943|PS946|PS949	0	0	True	True	1.0	221					non-mobilizable	no_good_hit	1609.0	73.586	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0112_000000010684	2515	0.9474246210254617	2	2	2	1	0	True	42026	fragment	False	FIJ0112_000000010684	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1276.0	95.69	91.0	0.443169968717414	CP056837.1	enterobacteria	Citrobacter sp. RHBSTW-00127 plasmid pRHBSTW-00127_4, complete sequence	False	True
MAD0055_000000001505	4628	0.9474192362468626	8	6	2	3	4	True	44992	fragment	False	MAD0055_000000001505	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4629.0	99.33	100.0	0.0019264990844237116	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
CAN0006_000000005036	8760	0.9474175924713868	10	6	6	6	2	True	109991	maximal	True	CAN0006_000000005036	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	5648.0	96.583	94.0	0.0010124672472674595	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0056_000000001618	14287	0.9473928135227371	19	7	6	6	4	True	52459	fragment	False	FIJ0056_000000001618	1.0		0	0	False	False	0.9997900128364563	0					non-mobilizable	no_good_hit								True	True
SPA0027_000000015833	2367	0.9473925269895636	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.2000451916262224		0	0	False	False	0.9978876113891602	0					non-mobilizable	other	2370.0	96.20299999999999	100.0	0.006283069660120145	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
BAN0041_000000005167	1213	0.9473897247740212	2	2	2	2	2	False	97493	fragment	False	FIJ0097_000000023905	0.45805625460030597		0	0	False	False	0.9983512163162231	0					non-mobilizable	chromosome	1213.0	97.444	100.0	0.00021754594177199785	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
FIJ0056_000000009703	2221	0.9473884315855288	3	3	3	3	2	False	102299	maximal	True	FIJ0056_000000009703	1.0		0	0	False	False	0.9918955564498901	0					non-mobilizable	no_good_hit	1713.0	76.883	76.0	0.006960233102146346	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0104_000000012139	2049	0.9473878156478855	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9687585984914292		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	95.977	93.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0012_000000011966	2026	0.9473878156478855	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9628746880180952		0	0	False	False	0.9960513114929199	0					non-mobilizable	other	1915.0	95.561	95.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0088_000000013396	1816	0.9473878156478855	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.46711486627737303		0	0	False	False	0.9983479976654053	0					non-mobilizable	other	1757.0	95.959	97.0	0.0004873619141243314	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0813_000000000273	56296	0.9473831757260248	68	27	14	23	15	True	130801	maximal	False	ISR0079_000000000160	0.7884881130818499		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1113.0	82.3	3.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0119_000000001332	11366	0.9473821582776792	7	7	7	6	3	True	72090	fragment	False	FIJ0119_000000001332	0.9962954350828492		0	0	False	False	0.9993841052055359	0					non-mobilizable	no_good_hit	3151.0	95.113	55.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0120_000000001899	11361	0.9473821582776792	7	7	7	6	3	True	72090	fragment	False	FIJ0119_000000001332	0.9962075426935116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	95.113	55.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0026_000000001422	11325	0.9473821582776792	7	7	7	6	3	True	72090	fragment	False	FIJ0119_000000001332	0.991395341428639		0	0	False	False	0.9954084157943726	0					non-mobilizable	no_good_hit	3151.0	95.176	55.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0381_000000005294	3019	0.947381052650948	4	4	3	3	2	True	69030	maximal	False	ISR0121_000000007540	0.9800324761902629		0	0	True	True	0.9996687769889832	12					non-mobilizable	plasmid	2041.0	98.285	100.0	0.6837865055387714	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	False	True
MON0006_000000000280	22396	0.947376807497688	22	13	10	13	6	True	52822	fragment	False	MON0006_000000000280	0.9209344387597592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	94.624	1.0	0.020489977728285078	NZ_OEST01000019.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	True
DEN0039_000000002098	5951	0.9473756023277552	5	3	2	3	3	False	73317	fragment	False	DEN0039_000000002098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.00029743004364986855	NZ_FNGA01000007.1	d-proteobacteria	Desulfovibrio ferrireducens strain DSM 16995, whole genome shotgun sequence	True	False
MAD0002_000000014520	2559	0.9473750665970172	3	3	3	3	3	False	31560	fragment	False	MAD0002_000000014520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.00019634457619450066	NZ_QXMG01000002.1	b-proteobacteria	Aquabacterium tepidiphilum strain YIM 730274 contig002, whole genome shotgun sequence	True	False
ISR0111_000000015065	1162	0.9473736649067896	1	1	1	1	1	False	123072	fragment	False	ISR0226_000000002328	0.018345251620664305		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	99.914	100.0	0.00047812840527497946	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0079_000000002337	12043	0.9473683652501887	15	15	6	9	15	True	132521	backbone	False	USA0060_01_000000001071	0.029170446928091526	PS1166	0	0	False	True	0.9989205598831177	0		MOBP	MPF_T		conjugative	plasmid	12026.0	99.476	99.0	0.23568614383440814	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0327_000000017138	1676	0.947366001183305	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.47541200496881963	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1677.0	99.404	100.0	0.0004491399880372261	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0049_000000000981	17374	0.9473540062999584	28	12	8	10	8	True	117600	fragment	False	ISR0074_000000000976	0.7995348325490969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10661.0	98.208	84.0	0.0613775386777564	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0046_000000000702	28176	0.9473450031061909	24	15	11	11	5	True	75084	fragment	False	FIJ0046_000000000702	1.0		0	0	False	False	0.9998225569725037	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.0839052096193063e-05	CP020296.1	budding yeasts	Saccharomyces paradoxus strain UFRJ50816 chromosome IV, complete sequence	True	True
ISR0014_000000026403	1306	0.9473428459763708	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09690398355158658		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.694	100.0	0.0004230376240910364	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ENG0055_000000015258	1267	0.9473428459763708	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09749376845020087		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	96.92399999999999	100.0	0.0036342462452815037	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
ENG0005_000000020300	1175	0.9473428459763708	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.038322354133871674		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	97.53399999999999	100.0	0.00337035464736051	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
SPA0046_000000010206	2872	0.9473347065515816	3	3	2	3	2	False	60253	fragment	False	ENG0104_000000010124	0.9418032786885246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.949235569501152e-07	CP039345.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu06	True	False
SPA0123_000000003858	2496	0.9473313951214524	4	4	2	2	3	False	9814	fragment	False	SPA0123_000000003858	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2389.0	100.0	96.0	0.024737910744623545	CP025455.1	enterobacteria	Salmonella enterica subsp. enterica serovar Agona strain USDA-ARS-USMARC-76334 plasmid pSAG-76334, complete sequence	False	True
ISR0344_000000005047	5673	0.9473284066787636	9	7	3	3	6	False	132470	backbone	False	CAN0001_000000008257	0.9982272897959676	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	8	rep_cluster_870	MOBV			mobilizable	plasmid	5085.0	99.823	100.0	0.908668453976765	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0183_000000000571	5673	0.9473284066787636	9	7	3	3	6	False	132470	backbone	False	CAN0001_000000008257	0.9975215785937382	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	70	rep_cluster_870	MOBV			mobilizable	plasmid	5085.0	99.764	100.0	0.908668453976765	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0035_000000003961	5672	0.9473284066787636	9	7	3	3	6	False	132470	backbone	False	CAN0001_000000008257	0.9978137536749417	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	34	rep_cluster_870	MOBV			mobilizable	plasmid	5085.0	99.725	100.0	0.908668453976765	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0001_000000020121	1099	0.9473158973149722	1	1	1	1	1	False	52479	fragment	False	FIJ0001_000000020121	1.0		0	0	False	False	0.9663330316543579	0					non-mobilizable	no_good_hit	695.0	77.41	62.0	0.000247968558310802	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ENG0100_000000017386	1766	0.9473155151662171	3	3	2	3	2	False	94762	fragment	False	FIJ0028_000000015259	0.790854409816805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	77.907	31.0	0.00010299771537816123	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0061_000000022794	1976	0.9473146560095699	4	2	2	1	1	False	10823	maximal	True	MON0061_000000022794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	80.32300000000001	44.0	0.0014237971409963252	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
USA0031_01_000000001364	19454	0.947310007982093	22	14	12	12	11	False	27964	maximal	True	USA0031_01_000000001364	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	79.668	6.0	0.00020036007731273183	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0114_000000011312	2467	0.9473068816125036	6	4	3	2	3	False	32551	fragment	False	ISR0114_000000011312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	97.76100000000001	5.0	0.0016364396978123385	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	False
SPA0073_000000001751	8801	0.947303054307135	6	3	3	3	2	True	6051	maximal	True	SPA0073_000000001751	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0824_000000005286	3484	0.947299614981808	3	3	2	3	3	False	74890	fragment	False	ISR0824_000000005286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1450.0	98.13799999999999	65.0	0.0002621100884274745	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
MON0037_000000004400	9001	0.9472937432922665	6	5	4	4	4	False	103512	fragment	False	MON0037_000000004400	1.0		0	0	False	False	0.9981113076210022	0		MOBF			mobilizable	plasmid	9001.0	100.0	100.0	0.08672191173636538	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	False	True
MON0011_000000004426	8807	0.9472937432922665	6	5	4	4	4	False	103512	fragment	False	MON0037_000000004400	0.9892234196200422		0	0	False	False	0.9987509846687317	0		MOBF			mobilizable	plasmid	8807.0	100.0	100.0	0.08485257275004818	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	False	True
MAD0059_000000000166	34135	0.9472931778815608	41	11	3	10	3	False	47848	maximal	True	MAD0059_000000000166	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	72.774	4.0	0.014346629243806336	NZ_FQVD01000017.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
USA0056_01_000000004105	5686	0.9472867162569096	8	7	3	3	7	False	132470	backbone	False	CAN0001_000000008257	0.9973971338653668	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	95	rep_cluster_870	MOBV			mobilizable	plasmid	5085.0	99.764	100.0	0.9083109919571045	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
MON0054_000000004363	6839	0.9472809948352232	11	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9920125494596002		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	2542.0	90.323	68.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
ENG0096_000000005629	5584	0.9472755388097664	5	4	3	4	3	True	100770	maximal	True	ENG0096_000000005629	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1850.0	95.189	59.0	0.0005600744181087295	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ISR0009_000000010128	3164	0.9472753072896476	8	3	3	3	3	False	42951	maximal	True	ISR0009_000000010128	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	77.358	5.0	0.0004877762650539178	NZ_ML769305.1	high GC Gram+	Catellatospora vulcania strain NEAU-JM1 Scaffold9, whole genome shotgun sequence	True	False
USA0080_01_000000002970	12009	0.9472727014687728	15	11	8	8	10	False	99346	maximal	True	USA0080_01_000000002970	1.0		1	1	False	False	0.9999167323112488	0					non-mobilizable	no_good_hit	7953.0	99.824	66.0	0.0018102182734829775	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	False
FIJ0112_000000003249	7265	0.9472726427120184	8	7	5	7	5	True	52995	fragment	False	FIJ0112_000000003249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	83.70299999999999	23.0	0.00035061367891225183	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
MON0004_000000001659	11785	0.947268376237978	8	7	3	6	7	True	83873	fragment	False	ENG0059_000000000948	0.9422616195495928		0	0	False	False	1.0	0		MOBF,MOBF	MPF_T		conjugative	plasmid	11674.0	98.34700000000001	100.0	0.09373895156365507	CP061355.1	enterobacteria	Klebsiella pneumoniae strain KP3020 plasmid pKPC-124, complete sequence	False	True
DEN0035_000000006769	4435	0.9472668841648608	8	6	2	3	5	True	109278	fragment	False	DEN0035_000000006769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3557.0	88.13600000000001	80.0	0.42391042619792924	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0825_000000004207	5126	0.9472656121532914	6	6	5	5	4	False	103308	fragment	False	ISR0825_000000004207	1.0		0	0	False	False	0.9992196559906006	0					non-mobilizable	other	5070.0	99.546	99.0	0.018976418926254394	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0098_000000006661	2630	0.9472612745514484	3	3	3	2	2	False	87930	maximal	True	ISR0098_000000006661	1.0		0	0	False	False	0.9996197819709778	0					non-mobilizable	no_good_hit	692.0	73.41	26.0	0.0012040684094468171	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
CHI0172_000000000516	14346	0.9472599811181569	19	6	4	5	3	False	94649	fragment	False	ISR0108_000000001452	0.9511360995735716		0	0	False	False	1.0	0					non-mobilizable	plasmid	8460.0	95.544	98.0	0.16656774295663185	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0021_000000012811	2592	0.9472582542009071	5	2	1	2	2	False	7687	fragment	False	SPA0021_000000012811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	92.99600000000001	14.0	0.004501470953106724	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0037_000000008829	5887	0.9472530947985828	4	2	1	2	1	True	101294	fragment	False	CAN0003_000000004189	0.02482646267176654		0	0	False	False	1.0	0					non-mobilizable	plasmid	4102.0	98.73200000000001	93.0	0.03555755988413439	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0109_000000007219	4518	0.9472530947985828	4	2	1	2	1	True	100150	fragment	False	MON0109_000000007219	0.9695620789220405		0	0	False	False	1.0	0					non-mobilizable	plasmid	4032.0	98.23899999999999	97.0	0.03475968293063674	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0009_000000008031	4429	0.9472530947985828	5	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.6738865083650734		0	0	False	False	0.9986453056335449	0					non-mobilizable	plasmid	4431.0	98.014	100.0	0.03822004058765372	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0206_000000006163	4141	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.4699158993441029		0	0	False	False	1.0	0					non-mobilizable	plasmid	4145.0	98.84200000000001	99.0	0.03593915320972022	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
TAN0017_000000008175	4075	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.5209908052296189		0	0	False	False	1.0	0					non-mobilizable	plasmid	4082.0	97.305	100.0	0.035002515046918634	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0043_000000006192	4062	0.9472530947985828	4	2	1	2	1	True	100159	maximal	True	FIJ0043_000000006192	1.0		0	0	False	False	0.9985228776931763	0					non-mobilizable	no_good_hit	3499.0	95.484	86.0	0.030310651657329192	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0075_000000006266	3832	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.383871046020706		0	0	False	False	1.0	0					non-mobilizable	other	3609.0	97.977	94.0	0.49451453647833243	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0316_000000004718	3798	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.490872413287226		0	0	False	False	0.9997367262840271	0					non-mobilizable	plasmid	3774.0	98.649	99.0	0.03271295509340364	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0013_000000006219	3797	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.40993414470681205		0	0	False	False	1.0	0					non-mobilizable	other	3684.0	98.1	97.0	0.5050740537575426	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
DEN0092_000000003439	3663	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.43274307096046455		0	0	False	False	0.9969969987869263	0					non-mobilizable	plasmid	3658.0	97.704	99.0	0.03156817511664614	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0035_000000003317	3632	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.37917729384773347		0	0	False	False	1.0	0					non-mobilizable	other	3649.0	97.287	100.0	0.5002742731760834	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0158_000000005070	3498	0.9472530947985828	4	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.2567272321792375		0	0	False	False	1.0	0					non-mobilizable	plasmid	3502.0	99.001	100.0	0.03036268711081817	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0119_000000004830	3490	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.359922858585805		0	0	False	False	1.0	0					non-mobilizable	plasmid	3488.0	99.025	99.0	0.030241271052677224	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0090_000000009854	3408	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.2540508666376462		0	0	False	False	1.0	0					non-mobilizable	other	3314.0	99.065	97.0	0.4541963795940757	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0013_000000006825	3326	0.9472530947985828	4	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.2317326550718608		0	0	False	False	1.0	0					non-mobilizable	plasmid	3331.0	99.12899999999999	100.0	0.02886233153521933	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0394_000000005627	3280	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.2527516476986848		0	0	False	False	1.0	0					non-mobilizable	other	3280.0	99.177	100.0	0.44967087218869994	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
SPA0148_000000000058	3249	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.1013619557331438		0	0	False	False	1.0	0					non-mobilizable	plasmid	3011.0	99.07	93.0	0.026104452500303542	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
BAN0036_000000000308	3239	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.22959403730662356		0	0	False	False	0.9996912479400635	0					non-mobilizable	plasmid	3241.0	99.29	99.0	0.028099144884047664	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0021_000000004498	3194	0.9472530947985828	4	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.2019574918577918		0	0	False	False	1.0	0					non-mobilizable	plasmid	3198.0	99.34299999999999	100.0	0.02772622413404333	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
TAN0001_000000003771	3020	0.9472530947985828	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.10120240331667964		0	0	False	False	1.0	0					non-mobilizable	plasmid	3024.0	99.17299999999999	100.0	0.02621719598286299	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
CHI0129_000000007763	2889	0.9472402398881564	4	3	2	2	2	False	107171	maximal	True	CHI0129_000000007763	1.0		2	2	False	False	0.993423342704773	0					non-mobilizable	no_good_hit	544.0	83.456	38.0	0.00015993010462094344	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0071_000000006815	3060	0.9472325166940608	4	3	3	3	1	False	119263	fragment	False	ISR0293_000000011332	0.43001198941372254		0	0	False	False	1.0	0					non-mobilizable	chromosome	3085.0	93.54899999999999	100.0	0.0008186889400081896	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0013_000000002692	6854	0.9472313952133888	14	4	2	4	1	True	39965	maximal	True	MAD0013_000000002692	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	90.51799999999999	48.0	0.030342703118983443	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
AST0052_000000001184	14051	0.9472283036427744	16	15	9	11	15	True	114639	maximal	True	AST0052_000000001184	1.0		4	2	False	False	1.0	0					non-mobilizable	plasmid	14051.0	99.815	100.0	0.2871918564245125	CP008839.1	firmicutes	Lactobacillus gasseri DSM 14869 plasmid pEB01-1, complete sequence	False	True
MON0097_000000015608	2286	0.9472273613915352	4	3	3	3	3	False	19125	fragment	False	MON0097_000000015608	1.0		0	0	False	False	0.993000864982605	0					non-mobilizable	no_good_hit	588.0	77.381	41.0	0.00015241674824367196	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0174_000000004185	6675	0.9472265088533984	8	4	2	3	3	False	32301	maximal	False	ISR0120_000000003674	1.0		0	0	True	True	0.9995505809783936	11					non-mobilizable	no_good_hit	1140.0	76.93	17.0	0.02638803426894495	CP035500.1	firmicutes	Clostridioides difficile strain TW11-RT078 plasmid p1, complete sequence	True	True
FIJ0102_000000006245	4915	0.9472260478825426	7	4	4	3	3	True	42645	maximal	True	FIJ0102_000000006245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	99.536	58.0	0.0003587872325063454	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
USA0091_01_000000002150	5286	0.9472087508897628	5	3	3	3	3	False	386	fragment	False	USA0091_01_000000002150	1.0		0	0	False	False	0.9994324445724487	0					non-mobilizable	no_good_hit	2051.0	97.51299999999999	44.0	0.026253441762182236	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	False
SPA0143_000000001613	9069	0.9472034269755008	12	11	10	11	10	False	125091	fragment	False	SPA0143_000000001613	1.0		0	0	False	False	0.9994486570358276	0					non-mobilizable	no_good_hit	1214.0	84.102	16.0	0.00034306668508533286	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0090_000000005294	6805	0.9471872693576868	5	4	4	3	4	False	51920	fragment	False	FIJ0014_000000003293	0.981372742824861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4000.0	86.225	59.0	0.0011886510595235757	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
ISR0363_000000002505	6790	0.9471872693576868	5	4	4	3	4	False	51920	fragment	False	FIJ0014_000000003293	0.9696643608036951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4002.0	85.98200000000001	59.0	0.0011886510595235757	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
FIJ0014_000000003293	6788	0.9471872693576868	5	4	4	3	4	False	51920	fragment	False	FIJ0014_000000003293	0.9827716069052733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4000.0	86.225	59.0	0.0011886510595235757	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
FIJ0005_000000004225	6228	0.9471872693576868	4	4	4	3	4	False	51920	fragment	False	FIJ0014_000000003293	0.9429480970631383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4023.0	86.155	64.0	0.0011954926447010138	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
FIJ0049_000000002570	6211	0.9471872693576868	4	4	4	3	4	False	51920	fragment	False	FIJ0014_000000003293	0.9412717462912964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4023.0	86.155	65.0	0.0011954926447010138	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
ISR0164_000000003759	6013	0.9471872693576868	4	4	4	3	4	False	51920	fragment	False	FIJ0014_000000003293	0.4675486446257444		0	0	False	False	0.9990021586418152	0					non-mobilizable	no_good_hit	4001.0	86.37799999999999	66.0	0.0011886510595235757	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
ISR0054_000000014578	1753	0.9471830668072816	3	3	3	3	2	False	58619	fragment	False	ISR0054_000000014578	0.9970799598153345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	86.26	52.0	0.012759370816599733	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0170_000000027896	1686	0.9471830668072816	3	3	3	3	2	False	58619	fragment	False	ISR0054_000000014578	0.97670343996899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	86.492	54.0	0.012773315484158857	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0170_000000002926	5589	0.9471812359574856	9	7	3	3	7	False	132470	backbone	False	CAN0001_000000008257	0.9962617062560599	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5085.0	99.961	100.0	0.908668453976765	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ITA0003_000000000779	6579	0.9471713373093972	10	6	1	2	6	False	87162	maximal	True	ITA0003_000000000779	1.0	PS449	19	4	True	True	1.0	493					non-mobilizable	no_good_hit	4491.0	100.0	84.0	0.8113480303577882	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	True	True
ISR0267_000000002815	5431	0.9471587897883416	6	4	4	4	3	False	116212	fragment	False	ISR0267_000000002815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	94.70299999999999	46.0	0.0004224123341686554	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0039_000000003044	6774	0.9471571134854884	7	6	3	2	4	True	118163	fragment	False	CAN0020_000000005153	0.9771792897071757		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2411.0	91.58	39.0	0.3024955886059995	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
SPA0084_000000013795	1395	0.9471463750478308	2	2	2	1	1	False	104282	fragment	False	CHI0018_000000012210	0.7160979082530806		0	0	False	False	0.9749103784561157	0					non-mobilizable	other	1395.0	99.355	100.0	0.0020042644536366473	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0064_000000010616	2089	0.9471432806650942	3	2	2	2	2	True	62951	maximal	True	ENG0064_000000010616	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	75.075	47.0	0.1998370340191485	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
USA0015_01_000000014857	2267	0.9471404014002656	3	3	3	3	3	False	23065	fragment	False	USA0015_01_000000014857	0.9952696310312205		0	0	False	False	0.9920600056648254	0					non-mobilizable	no_good_hit	348.0	72.70100000000001	15.0	0.008485394608395284	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0096_000000014370	3048	0.9471368987902634	3	2	2	1	1	True	68204	fragment	False	DEN0096_000000014370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	78.53699999999999	6.0	0.002068347156277383	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
MON0095_000000000766	20271	0.9471322444384596	27	17	11	17	7	False	74636	maximal	True	MON0095_000000000766	1.0		1	1	False	False	0.9991613626480103	0					non-mobilizable	no_good_hit	460.0	90.21700000000001	2.0	0.00012779245386958067	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0198_000000015065	2203	0.9471321293370168	3	3	1	1	3	True	28876	maximal	True	ISR0198_000000015065	1.0		1	1	False	False	0.999092161655426	0	rep_cluster_554				non-mobilizable	plasmid	2212.0	92.81200000000001	100.0	0.04867755264378991	CP016739.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3 plasmid pJM3C, complete sequence	False	True
MAD0053_000000002893	4384	0.9471283500390844	5	4	3	4	4	False	93530	maximal	True	MAD0053_000000002893	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1816.0	93.28200000000001	41.0	0.0007781887388835546	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0291_000000003344	3795	0.9471257706734716	6	3	3	3	1	False	121501	fragment	False	ISR0291_000000003344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
ENG0203_000000015603	1222	0.9471245017586823	1	1	1	1	1	False	92349	fragment	False	USA0010_01_000000021330	0.9941512590798494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	87.335	75.0	0.00033159818907860505	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
DEN0021_000000031758	1191	0.9471245017586823	1	1	1	1	1	False	92349	fragment	False	USA0010_01_000000021330	0.9743559192526574		0	0	False	False	0.9798488616943359	0					non-mobilizable	no_good_hit	739.0	87.009	76.0	0.0003232533339892097	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MAD0098_000000025559	1760	0.9471198855355032	3	2	0	2	2	False	15303	maximal	True	MAD0098_000000025559	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000025061	1269	0.9471176493563094	2	2	2	2	2	False	19030	fragment	False	MAD0027_000000009501	0.967953667953668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	78.40899999999999	27.0	0.00018475518064236968	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
CAN0002_000000004339	3899	0.9471170787592872	4	3	3	3	1	False	111875	fragment	False	ISR0166_000000003844	0.6324726134585289		0	0	False	False	0.9992305636405945	0					non-mobilizable	other	2868.0	96.165	99.0	0.004568432339969235	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0079_000000006048	3860	0.94711625005386	8	3	1	3	2	True	110671	fragment	False	SPA0079_000000006048	1.0		0	0	False	False	0.9976683855056763	0					non-mobilizable	other	2540.0	98.38600000000001	98.0	0.0006799243433534918	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0069_000000003239	9124	0.947114351896024	7	6	6	5	6	True	97022	maximal	True	DEN0069_000000003239	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2864.0	94.344	91.0	0.0022473004892200298	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
FIJ0136_000000009396	2853	0.9471037733617612	4	4	3	4	3	False	73993	fragment	False	FIJ0136_000000009396	1.0		0	0	False	False	0.9992989897727966	0					non-mobilizable	no_good_hit	714.0	73.109	25.0	0.0035049552816050276	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
ISR0206_000000008511	3046	0.9470998257660084	4	3	3	3	3	False	112375	maximal	True	ISR0206_000000008511	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	98.62799999999999	55.0	0.0004648682873185931	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0106_000000001564	11366	0.9470914374720416	14	11	10	7	10	False	107533	maximal	True	AST0106_000000001564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8128.0	99.434	81.0	0.13310507519412862	CP018765.1	firmicutes	Pediococcus acidilactici strain BCC1 plasmid pbcp2, complete sequence	True	False
ISR0199_000000008182	3520	0.9470892033850772	5	2	1	2	1	True	71710	fragment	False	ISR0199_000000008182	1.0		0	0	False	False	0.9982954263687134	0					non-mobilizable	no_good_hit								True	True
MON0104_000000004285	7923	0.9470824204634642	10	5	2	3	4	True	70182	fragment	False	MON0104_000000004285	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	474.0	83.544	24.0	0.05075084950126055	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MAD0009_000000000440	14704	0.94708101334167	20	19	9	13	14	True	118895	fragment	False	MAD0073_000000000263	0.640190450763138		0	0	False	False	1.0	0			MPF_T		non-mobilizable	chromosome	14495.0	99.179	99.0	0.002452583194083329	CP050200.1	enterobacteria	Escherichia coli strain RH-024-MS chromosome	False	True
ISR0143_000000011247	2753	0.9470697889662132	3	3	3	2	2	False	110578	fragment	False	ISR0143_000000011247	1.0		0	0	False	False	0.9894660115242004	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.1510453157453609e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ISR0011_000000014127	1961	0.9470685596503318	2	2	2	2	2	False	38249	fragment	False	ISR0011_000000014127	1.0		0	0	False	False	0.9903110861778259	0					non-mobilizable	no_good_hit								True	False
CHI0024_000000001544	6811	0.9470674726013836	9	7	4	5	5	True	124288	maximal	True	CHI0024_000000001544	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2491.0	94.821	55.0	0.0007737014912186281	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0061_000000005351	3374	0.9470647258059224	8	2	1	1	2	False	102149	fragment	False	SPA0061_000000005351	0.9767142290923504		0	0	False	False	0.9994072318077087	0					non-mobilizable	no_good_hit	1282.0	87.285	38.0	0.0661880306047584	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
SPA0060_000000004784	3370	0.9470647258059224	8	2	1	1	2	False	102149	fragment	False	SPA0061_000000005351	0.9759226967265708		0	0	False	False	0.9964391589164734	0					non-mobilizable	no_good_hit	1282.0	87.285	38.0	0.0661880306047584	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0107_000000011436	2250	0.9470607812223008	4	2	2	1	1	True	32851	maximal	True	ISR0107_000000011436	1.0		10	5	False	False	0.9982222318649292	0					non-mobilizable	no_good_hit	965.0	80.725	42.0	0.16628860582795324	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	True	True
ISR0189_000000010110	1590	0.9470521855829516	2	1	1	1	1	True	29217	fragment	False	ISR0189_000000010110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0391_000000013550	1198	0.9470521855829516	1	1	1	1	1	True	22843	fragment	False	ISR0391_000000013550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0029_000000012154	2008	0.9470490733873018	3	3	1	2	3	False	65802	fragment	False	ENG0029_000000012154	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000000364	35699	0.947027941741306	43	26	20	26	12	True	72613	fragment	False	DEN0051_000000000364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.3529460400021046e-06	CP032372.1	nematodes	Trichinella spiralis isolate Shisler1 chromosome 1	True	True
FIJ0074_000000006723	4735	0.9470251535948024	8	4	2	3	3	False	44667	fragment	False	FIJ0074_000000006723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	81.818	38.0	0.00048129798240743323	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0139_000000024346	1144	0.9470194967376236	2	2	2	2	2	False	31274	fragment	False	ISR0139_000000024346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	85.075	6.0	0.00010080502261025156	NZ_SWLZ01000001.1	firmicutes	Bacillus siralis strain 171544 NODE_1_length_634889_cov_46.606702, whole genome shotgun sequence	True	False
MAD0040_000000002931	7055	0.9470166400066274	6	2	2	2	1	False	18419	maximal	True	MAD0040_000000002931	1.0		1	1	False	False	0.9998582601547241	0					non-mobilizable	no_good_hit	1944.0	98.405	32.0	0.0005632398320426357	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0008_000000014000	1807	0.9470145134679812	4	3	2	2	2	False	107142	fragment	False	AST0149_000000014303	0.9808306709265175		0	0	False	False	0.9994465708732605	0					non-mobilizable	no_good_hit	307.0	73.941	17.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
AST0002_000000008182	4204	0.9470104254656048	5	3	1	2	3	False	132249	backbone	False	CHI0074_000000003162	0.3490393443805177	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.999286413192749	0	rep_cluster_475				non-mobilizable	other	4127.0	99.95200000000001	98.0	0.6329191593802731	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0053_000000003547	3447	0.9469995395420796	4	3	3	3	3	False	120037	fragment	False	MAD0053_000000003547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2129.0	98.215	87.0	0.10735004792412854	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0113_000000010316	3157	0.946990316322233	2	2	1	2	2	False	80971	fragment	False	SPA0113_000000010316	0.994916977295832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	89.804	8.0	7.046761132414514e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0135_01_000000005081	2951	0.946990316322233	3	2	1	2	2	False	80971	fragment	False	SPA0113_000000010316	0.9624643649033893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	80.059	44.0	0.00028466677907928474	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0154_000000005971	4612	0.9469887828439654	9	6	3	5	3	False	91818	maximal	True	ENG0154_000000005971	1.0		3	2	False	False	0.9969644546508789	0					non-mobilizable	no_good_hit	497.0	79.074	11.0	0.004050769646232784	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0091_000000011009	2779	0.9469882133253174	3	3	2	2	3	False	113843	maximal	True	ISR0091_000000011009	0.9296221377842189		782	15	False	False	1.0	0					non-mobilizable	other	1291.0	89.23299999999999	91.0	0.0004006946203014045	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0058_01_000000015489	1119	0.9469864258797556	3	3	3	2	1	False	77311	fragment	False	USA0071_01_000000008913	0.6234186525448662		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	96.071	100.0	0.0038474498181143026	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
SPA0098_000000031029	1251	0.946979875494062	2	2	2	2	2	False	5040	fragment	False	SPA0098_000000031029	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	890.0	84.831	99.0	0.0002071097655898291	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	False	False
MAD0040_000000003327	6516	0.9469750940391408	7	6	3	2	3	False	20043	backbone	True	MAD0040_000000003327	0.9999496170898832	PS45|PS46	7	1	True	True	1.0	858					non-mobilizable	plasmid	4364.0	96.196	91.0	0.6458520515124289	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	False	True
TAN0007_000000025504	1611	0.94696103380259	2	2	2	2	1	False	2808	maximal	True	TAN0007_000000025504	1.0		5	2	False	False	0.9993792772293091	0					non-mobilizable	no_good_hit								True	False
SPA0149_000000029299	1380	0.946951750971564	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.059194864785258774		0	0	False	False	0.958695650100708	0					non-mobilizable	other	1380.0	96.15899999999999	100.0	0.0003829470538902866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CAN0011_000000009786	3132	0.9469424632456168	5	3	2	1	3	False	103757	fragment	False	CAN0011_000000009786	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3101.0	99.96799999999999	99.0	0.0006187202390575334	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0028_000000003641	6462	0.9469361880615518	10	6	4	5	4	True	104912	fragment	False	SPA0028_000000003641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4535.0	95.98700000000001	86.0	0.36409842678499393	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0083_000000005622	5006	0.9469361880615518	9	6	4	5	4	True	104904	fragment	False	MON0083_000000005622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3034.0	96.63799999999999	81.0	0.2445340863251311	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0016_000000005785	3926	0.9469285735515868	3	3	3	3	3	False	66817	fragment	False	ENG0016_000000005785	1.0		0	0	False	False	0.9994905591011047	0					non-mobilizable	chromosome	2949.0	87.48700000000001	96.0	0.0012610837945372475	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0057_000000029472	1214	0.9469275345598934	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.22054268560900062		0	0	False	False	1.0	0					non-mobilizable	chromosome	1075.0	78.977	95.0	0.00028249574722525954	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0040_000000029004	1189	0.9469275345598934	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.218277361664958		0	0	False	False	1.0	0					non-mobilizable	chromosome	1060.0	78.774	95.0	0.00027902790519133286	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0121_000000006771	2570	0.946922183979764	3	2	2	2	2	False	116270	fragment	False	ENG0121_000000006771	1.0		0	0	False	False	0.9996109008789062	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
ENG0043_000000004397	6919	0.9469148169793208	6	2	2	2	1	True	94962	maximal	True	ENG0043_000000004397	1.0		1	1	False	False	0.998843789100647	0					non-mobilizable	no_good_hit	59.0	91.525	1.0	0.1044776119402985	NZ_WEHX01000235.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_238_length_536_cov_1485.148741, whole genome shotgun sequence	True	True
SPA0009_000000019821	1853	0.9469092793024904	3	2	2	2	1	False	125966	fragment	False	DEN0051_000000012717	0.124623418631817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0142_000000008799	3631	0.9468977480860502	7	4	2	3	4	False	119866	maximal	True	FIJ0142_000000008799	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	0.00026436221147801975	NZ_FNCW01000007.1	CFB group bacteria	Psychroflexus sediminis strain DSM 19803, whole genome shotgun sequence	True	False
FIJ0125_000000007795	2536	0.9468776707510408	3	3	3	3	2	False	120218	maximal	True	FIJ0125_000000007795	1.0		78	8	False	False	0.9980283975601196	0					non-mobilizable	chromosome	1730.0	99.65299999999999	100.0	0.0006854101975876256	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0028_000000003700	7862	0.946877379997184	8	5	2	5	2	True	127367	maximal	True	FIJ0028_000000003700	1.0		1	1	False	False	0.9994912147521973	0					non-mobilizable	no_good_hit	2552.0	90.87	87.0	0.027507879578306707	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0063_01_000000017210	1234	0.9468756822949412	1	1	1	1	1	True	862	fragment	False	USA0063_01_000000017210	1.0		0	0	False	False	0.9959481358528137	0					non-mobilizable	no_good_hit	925.0	86.811	85.0	0.0002679482892014204	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0777_000000003130	5181	0.9468728507339992	6	4	4	2	1	False	118339	maximal	True	ISR0777_000000003130	1.0		10	3	False	False	0.9978768825531006	0					non-mobilizable	no_good_hit	2876.0	100.0	82.0	0.0012829798333420352	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0046_000000029975	1182	0.9468675384878548	2	2	2	2	2	False	11494	maximal	True	MON0046_000000029975	0.9895876943231307		209	13	False	False	0.9847715497016907	0					non-mobilizable	other	1129.0	79.539	95.0	0.0008360453922138467	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
ISR0835_000000008836	1667	0.9468652412461972	2	2	2	2	1	False	30538	fragment	False	ISR0173_000000005378	0.9679955081414935		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	100.0	100.0	0.0003156932916501967	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0777_000000004598	3677	0.9468617524814446	4	4	1	3	2	True	81373	maximal	True	ISR0777_000000004598	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	1641.0	85.19200000000001	68.0	0.31414219474497684	HG796296.1	bacteria	Uncultured bacterium plasmid pRGI00277	True	True
USA0082_01_000000016721	1783	0.9468611158754484	2	2	2	2	2	False	69094	fragment	False	DEN0083_000000015715	0.9608		0	0	False	False	0.9876612424850464	0					non-mobilizable	no_good_hit	587.0	74.957	33.0	0.007934002278623491	NZ_FNHZ01000010.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
MON0061_000000009068	4517	0.9468597306759388	7	5	2	1	4	True	102383	fragment	False	MON0061_000000009068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2630.0	96.76799999999999	71.0	0.5181459566074951	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0011_000000001464	13785	0.946857702293908	25	12	4	11	7	False	105384	maximal	True	SPA0011_000000001464	1.0		3	2	False	False	0.999782383441925	0					non-mobilizable	no_good_hit	3581.0	94.555	65.0	0.07266302471517638	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
MAD0052_000000003096	4729	0.9468553959872744	7	4	2	3	2	False	116773	maximal	True	MAD0052_000000003096	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	83.03200000000001	17.0	0.02909539763710104	MK233074.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_2_c1 sequence	True	False
MON0084_000000005073	5007	0.946853341003047	8	6	2	3	5	True	92217	fragment	False	MON0084_000000005073	1.0		0	0	False	False	0.9608548283576965	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2151.0	93.677	78.0	0.34204237693165523	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
ISR0003_000000004051	5839	0.946848752140412	5	5	5	5	4	False	116638	maximal	True	ISR0003_000000004051	1.0		1	1	False	False	0.9873266220092773	0					non-mobilizable	no_good_hit	5030.0	98.787	86.0	0.0009344719006883342	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
USA0056_01_000000007510	2653	0.9468486817795772	5	3	3	3	3	False	80030	fragment	False	USA0056_01_000000007510	1.0		0	0	False	False	0.9996230602264404	0					non-mobilizable	no_good_hit	441.0	88.889	23.0	0.0009764362306886328	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MAD0023_000000003423	2749	0.946843626828328	5	4	3	4	4	False	131453	maximal	True	MAD0023_000000003423	1.0		0	0	False	False	0.99308842420578	0					non-mobilizable	no_good_hit	1835.0	78.692	66.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0018_000000002477	8981	0.9468399434776378	11	5	3	4	4	True	122255	backbone	True	ENG0018_000000002477	0.9972362087822491	PS869	13	4	True	True	1.0	41					non-mobilizable	no_good_hit	1166.0	97.85600000000001	56.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0059_000000001781	9291	0.9468326659977244	12	9	4	8	7	True	48332	fragment	False	MAD0059_000000001781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2289.0	79.205	25.0	0.009500106484710048	NZ_LXWL01000009.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig009, whole genome shotgun sequence	True	True
DEN0065_000000005258	5477	0.9468244586917048	9	7	3	4	7	True	92177	backbone	False	ISR0046_000000003789	0.9535555188912721	PS485	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1917.0	95.566	64.0	0.3193954659949622	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
ISR0161_000000001765	13853	0.9468086721621752	8	6	6	5	3	True	98605	fragment	False	ISR0161_000000001765	1.0		0	0	False	False	0.999927818775177	0					non-mobilizable	no_good_hit	884.0	98.07700000000001	6.0	0.019188930467322254	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0078_000000005240	4725	0.9468000393334935	6	6	4	4	5	False	47583	maximal	True	FIJ0078_000000005240	1.0		7	1	False	False	0.997248649597168	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.004323971019701e-06	LN609530.1	nematodes	Strongyloides ratti genome assembly S_ratti_ED321, chromosome : X	True	False
CHI0106_000000000771	17171	0.946798196381236	10	9	5	9	6	False	99714	fragment	False	ISR0845_000000000555	0.959479313764842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7997.0	95.036	64.0	0.002138588344238277	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
USA0047_01_000000016917	2137	0.9467926504629848	3	2	2	2	2	False	77685	fragment	False	USA0047_01_000000016917	1.0		0	0	False	False	0.9920449256896973	0					non-mobilizable	chromosome	2119.0	99.52799999999999	99.0	0.0007737390482863579	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	False	False
SPA0111_000000011990	2878	0.9467912613543936	2	2	2	2	2	False	124011	maximal	True	SPA0111_000000011990	1.0		15	6	False	False	0.9968728423118591	0					non-mobilizable	no_good_hit	1913.0	95.766	66.0	0.0005306829731576054	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0113_000000012873	2453	0.9467912613543936	3	2	2	2	2	False	124012	maximal	True	SPA0113_000000012873	0.9991266375545851		9	4	False	False	0.9951080083847046	0					non-mobilizable	no_good_hit	1914.0	95.82	78.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0024_000000006870	2290	0.9467912613543936	2	2	2	2	2	False	124012	maximal	False	SPA0113_000000012873	0.9659600489196901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1914.0	95.87299999999999	84.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0033_000000016509	1905	0.9467912613543936	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.7151888725010631		0	0	False	False	1.0	0					non-mobilizable	other	1903.0	97.53	99.0	0.0005281836812903011	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0039_000000021344	1743	0.9467912613543936	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.5587414476753338		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	96.273	100.0	0.0004837518258715586	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0051_000000000970	30764	0.9467883168404602	61	17	10	14	11	True	88758	maximal	True	ISR0051_000000000970	1.0		1	1	False	False	0.9986347556114197	0					non-mobilizable	no_good_hit	1920.0	95.052	54.0	0.034009144720518907	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0171_000000002052	10374	0.9467873933462972	7	5	1	3	4	True	121592	maximal	True	ENG0171_000000002052	1.0	PS854	1	1	False	True	0.9999036192893982	0					non-mobilizable	no_good_hit	8838.0	98.065	85.0	0.003914669597277368	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	True	True
ISR0077_000000009835	3155	0.9467855551291708	3	3	2	3	2	False	71389	maximal	True	ISR0077_000000009835	1.0		3	3	False	False	0.9996830224990845	0					non-mobilizable	no_good_hit	1887.0	99.258	60.0	0.002099759741170655	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
SPA0064_000000008557	2508	0.9467833689583071	5	2	2	2	1	True	79843	fragment	False	SPA0064_000000008557	0.9791919191919192		0	0	False	False	0.9876395463943481	0					non-mobilizable	other	2508.0	100.0	100.0	0.0006713549936144955	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0016_000000003796	6651	0.9467793993876668	4	4	3	4	2	False	123858	maximal	False	AST0097_000000003274	0.9371980676328502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	81.15899999999999	2.0	3.151035430242378e-05	NZ_UHJK01000001.1	firmicutes	Acetobacterium bakii isolate Acetobacterium bakii, whole genome shotgun sequence	True	False
FIJ0012_000000012893	1895	0.946767117986886	4	2	2	1	1	True	50788	fragment	False	FIJ0046_000000015859	0.9368421052631579		0	0	False	False	0.97255939245224	0					non-mobilizable	plasmid	1858.0	95.264	98.0	0.07413179874515446	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0125_000000001761	11674	0.946756555960418	14	12	3	4	12	False	58889	fragment	False	ENG0125_000000001761	1.0		0	0	False	False	0.9994860291481018	0		MOBP			mobilizable	plasmid	8311.0	97.485	94.0	0.21004831895570342	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
MAD0065_000000006144	1897	0.9467426576166136	2	2	2	2	2	False	16630	fragment	False	MAD0065_000000006144	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1898.0	89.67299999999999	100.0	0.017538990952988845	AP022343.1	firmicutes	Enterococcus faecium KUHS13 plasmid pELF2 DNA, complete genome	False	True
MAD0104_000000005796	1896	0.9467426576166136	2	2	2	2	2	False	16630	fragment	False	MAD0065_000000006144	0.999736425935688		0	0	False	False	1.0	0					non-mobilizable	plasmid	1897.0	89.66799999999999	100.0	0.02109164570487278	CP041263.2	firmicutes	Enterococcus faecium strain VVEswe-R plasmid pVVEswe-R2	False	True
ISR0029_000000000461	44955	0.9467420673983168	38	19	11	15	6	True	132147	fragment	False	ISR0104_000000000158	0.23494747923664405		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1368.0	92.325	3.0	0.006513554396529922	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0126_000000009260	3773	0.9467412857694332	6	5	4	4	3	False	41159	fragment	False	FIJ0126_000000009260	1.0		0	0	False	False	0.9933739900588989	0					non-mobilizable	no_good_hit	868.0	81.567	31.0	0.018122431777473396	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ISR0349_000000003300	2950	0.9467412292330848	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.023574869696604456	PS1035	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	609.0	87.19200000000001	70.0	0.20126835781041388	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0320_000000008201	2779	0.9467382526997471	4	3	3	3	1	False	119263	fragment	False	ISR0293_000000011332	0.741431624798935		0	0	False	False	0.9992803335189819	0					non-mobilizable	other	2788.0	94.584	100.0	0.009117535284173557	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
FIJ0030_000000002323	9764	0.9467367258808131	10	5	4	4	2	True	97618	fragment	False	FIJ0082_000000001939	0.2265925867926734		0	0	False	False	0.9996927380561829	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.00023133560414489586	NZ_LFQU01000002.1	CFB group bacteria	Prevotella rara strain 109 contig00002, whole genome shotgun sequence	True	True
ISR0101_000000019432	1213	0.9467333038835778	2	2	1	2	1	False	33114	fragment	False	ISR0101_000000019432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000002974	10379	0.9467330159867396	14	6	6	4	3	False	130481	maximal	True	DEN0071_000000002974	1.0		30	7	False	False	1.0	0					non-mobilizable	no_good_hit	7929.0	98.941	76.0	0.012648956744301826	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0209_000000010298	1790	0.946725675161425	2	2	2	2	1	False	53786	fragment	False	ENG0209_000000010298	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1790.0	99.162	100.0	0.0007564680342571348	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0092_000000018357	1646	0.946722197860907	3	2	2	2	1	False	106069	fragment	False	ISR0344_000000020233	0.6574555679817943		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	94.86200000000001	100.0	0.0005282263094332995	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0028_000000028224	1199	0.9467137104738708	1	1	1	1	1	False	21809	fragment	False	MON0046_000000026767	0.9292662593541213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	5.0	1.7124792932712123e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0042_000000011354	2785	0.9466927613881015	4	3	0	1	3	False	130026	backbone	False	ENG0161_000000006182	0.3417275926357056	PS1072|PS1075|PS974	0	0	False	True	0.9978455901145935	0					non-mobilizable	no_good_hit	1366.0	96.413	49.0	0.2715508660163249	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0377_000000004720	2870	0.9466885437803104	4	4	4	4	3	False	37665	fragment	False	ISR0377_000000004720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	80.623	10.0	0.00012538228444768665	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0029_000000011894	3887	0.9466814238688216	4	4	2	4	2	False	120285	fragment	False	ISR0222_000000014200	0.7000245749930117		0	0	False	False	0.9994854927062988	0					non-mobilizable	no_good_hit	198.0	75.758	5.0	0.0012949304141774856	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0015_000000006975	4134	0.9466745400828596	4	3	1	3	1	True	50381	maximal	True	FIJ0015_000000006975	1.0		1	1	False	False	0.9927431344985962	0					non-mobilizable	no_good_hit	76.0	80.263	2.0	0.011203192142418661	NZ_FMPG01000025.1	firmicutes	Staphylococcus caeli strain 82B, whole genome shotgun sequence	True	True
ISR0353_000000017644	2108	0.9466715806899646	3	3	2	3	2	False	110537	fragment	False	AST0150_000000012223	0.957968476357268		0	0	False	False	0.9985768795013428	0					non-mobilizable	no_good_hit	213.0	75.587	10.0	0.0013883790007676133	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0085_000000018914	1413	0.94666510579228	2	2	1	2	1	False	33960	maximal	True	ISR0085_000000018914	1.0		2	2	False	False	0.9950460195541382	0					non-mobilizable	no_good_hit	631.0	99.366	45.0	0.014790815607832089	NZ_CYZO01000031.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0089_000000003231	5702	0.9466522852875296	6	5	4	5	5	False	109693	fragment	False	MAD0089_000000003231	1.0		0	0	False	False	0.9975447058677673	0					non-mobilizable	chromosome	5705.0	97.441	100.0	0.0011341204839974486	CP053231.1	enterobacteria	Escherichia coli strain SCU-306 chromosome, complete genome	False	False
FIJ0021_000000029486	1624	0.946644932727664	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.298683686823644		0	0	False	False	0.9907635450363159	0					non-mobilizable	plasmid	1618.0	76.514	97.0	0.0065621537325070796	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
USA0059_01_000000013236	1964	0.9466426534804204	4	4	2	1	3	True	118131	fragment	False	ISR0056_000000010587	0.9558901924319981		0	0	False	False	0.9994908571243286	0	rep_cluster_1097				non-mobilizable	plasmid	1966.0	99.898	100.0	0.21970035778175312	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0048_000000013552	1962	0.9466426534804204	4	4	2	1	3	True	118131	fragment	False	ISR0056_000000010587	0.955460130675259		0	0	False	False	0.9994903206825256	0	rep_cluster_1097				non-mobilizable	plasmid	1963.0	99.949	100.0	0.2195858981533296	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0026_000000016342	1956	0.9466426534804204	4	4	2	1	3	True	118131	fragment	False	ISR0056_000000010587	0.9544033601146203		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1956.0	100.0	100.0	0.21880246222719643	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0110_000000009895	1955	0.9466426534804204	4	4	2	1	3	True	118131	fragment	False	ISR0056_000000010587	0.9549388215289326		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1957.0	99.898	100.0	0.21869409660107333	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
DEN0022_000000020853	1953	0.9466426534804204	4	4	2	1	3	True	118131	fragment	False	ISR0056_000000010587	0.9262143034472485		0	0	False	False	0.9974398612976074	0	rep_cluster_1097				non-mobilizable	plasmid	1953.0	99.949	100.0	0.2182468694096601	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0131_000000013550	1945	0.9466426534804204	4	4	2	1	3	True	118131	fragment	False	ISR0056_000000010587	0.9232264889327442		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1946.0	99.846	100.0	0.21746422182468694	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0098_000000018987	1941	0.9466426534804204	4	4	2	1	3	True	118131	fragment	False	ISR0056_000000010587	0.9246553857464952		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1944.0	99.846	100.0	0.2172406082289803	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0043_000000005595	1707	0.9466426534804204	4	4	2	1	3	True	118131	fragment	False	ISR0056_000000010587	0.4288098149513413		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1707.0	99.941	100.0	0.19074239713774596	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0140_000000009641	1826	0.946641489361009	4	2	2	2	1	False	73220	fragment	False	USA0117_01_000000011720	0.95801317233809		0	0	False	False	0.9994523525238037	0					non-mobilizable	chromosome	1829.0	94.42299999999999	100.0	0.00035190048423896315	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ENG0116_000000012036	1981	0.94663876532242	3	2	1	1	2	True	103361	maximal	False	SPA0119_000000015048	0.9561625371678427	PS603|PS604	0	0	True	True	0.9919232726097107	2	ColpVC			MOBP	mobilizable	plasmid	1856.0	99.89200000000001	99.0	0.8850190839694656	CP031360.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg strain 5 plasmid p1, complete sequence	False	True
MAD0076_000000001003	6241	0.9466311605396176	10	3	3	3	1	True	16252	maximal	True	MAD0076_000000001003	1.0		1	1	False	False	0.9990386366844177	0					non-mobilizable	no_good_hit	911.0	95.609	54.0	0.016127317194201254	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0123_000000002477	6567	0.9466304733885174	7	6	3	5	3	False	104085	fragment	False	ISR0123_000000002477	0.9417741889554498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	78.12100000000001	14.0	0.0002755821632909732	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0198_000000012324	1628	0.9466288370916962	3	3	3	3	2	False	56442	maximal	True	ENG0198_000000012324	1.0		2	1	False	False	0.977886974811554	0					non-mobilizable	no_good_hit	1095.0	97.71700000000001	67.0	0.0035841119658231663	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
AST0040_000000005492	3503	0.9466275706418336	5	4	3	3	2	True	116336	fragment	False	AST0040_000000005492	1.0		0	0	False	False	0.9942905902862549	0					non-mobilizable	no_good_hit	582.0	84.36399999999999	17.0	0.0015635806804939947	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
AST0024_000000003294	8546	0.9466244602454846	12	9	5	5	9	True	123628	fragment	False	USA0108_01_000000001009	0.38083253765348607		0	0	False	True	0.9998829960823059	0					non-mobilizable	plasmid	8546.0	99.824	100.0	0.2756327479338843	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0108_000000001441	16757	0.9466222195647521	16	11	8	10	9	False	63274	maximal	False	ISR0318_000000000323	0.969255845323741		0	0	False	False	1.0	0					non-mobilizable	other	15589.0	99.994	99.0	0.22021925858951175	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0132_000000016524	1975	0.94661861557866	3	1	0	1	1	True	40781	maximal	True	FIJ0132_000000016524	1.0		1	1	True	True	0.9726582169532776	1					non-mobilizable	no_good_hit	750.0	83.06700000000001	38.0	0.45021380574221137	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	True	True
FIJ0093_000000013205	1438	0.94661861557866	3	1	0	1	1	True	43236	maximal	True	FIJ0093_000000013205	1.0		1	1	True	True	1.0	31					non-mobilizable	no_good_hit	110.0	85.455	7.0	0.08086053412462908	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
CHI0064_000000010323	1749	0.9466165489169428	3	3	3	1	1	False	106112	fragment	False	CHI0064_000000010323	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1320.0	97.955	100.0	0.0004518751276144693	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0200_000000015937	1570	0.9466165489169428	3	3	3	1	1	False	106075	fragment	False	ISR0200_000000015937	1.0		0	0	False	False	0.9987261295318604	0					non-mobilizable	other	1570.0	97.898	100.0	0.000546693324209002	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0162_000000006070	4038	0.9466102040048586	8	5	5	4	4	False	69687	fragment	False	ENG0162_000000006070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	80.815	10.0	0.00018062063354002414	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0045_000000005440	2341	0.946608891765138	5	2	1	1	2	False	94128	fragment	False	ISR0164_000000010843	0.9274193548387097		0	0	False	False	0.9760785698890686	0					non-mobilizable	other	2369.0	91.051	99.0	0.005256704639186749	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0352_000000009869	1113	0.946595848042967	2	2	1	2	1	False	28752	fragment	False	ISR0200_000000022187	0.9834205933682374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0047_000000022069	1793	0.946589972207364	3	3	3	1	1	False	11456	maximal	True	MON0047_000000022069	1.0		0	0	False	False	0.9854991436004639	0					non-mobilizable	no_good_hit	242.0	92.56200000000001	13.0	7.767871503289419e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0032_000000010941	2986	0.9465793478192144	4	3	3	3	3	False	131523	fragment	False	ISR0032_000000010941	0.9993089149965446		0	0	False	False	0.998995304107666	0					non-mobilizable	no_good_hit	1821.0	78.528	60.0	0.025128290941543955	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0041_000000008848	2894	0.9465793478192144	4	3	3	3	3	False	131523	fragment	False	ISR0032_000000010941	0.9839249832551908		0	0	False	False	0.9986178278923035	0					non-mobilizable	no_good_hit	1821.0	78.528	62.0	0.025128290941543955	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0818_000000012129	1539	0.9465793131386456	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.3037064897381562	PS1061	0	0	False	True	0.9993502497673035	0					non-mobilizable	chromosome	1539.0	99.48	100.0	0.00041215829451148793	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0030_000000004703	6404	0.9465770148081224	6	6	2	4	4	False	130163	maximal	True	MON0030_000000004703	1.0	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	7	2	False	True	0.9998438358306885	0	rep_cluster_475				non-mobilizable	no_good_hit	2589.0	99.382	66.0	0.4485090152565881	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0108_000000012804	1750	0.946576145204526	3	3	3	3	1	True	32794	fragment	False	ISR0108_000000012804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	84.211	3.0	0.00036009388161913644	NZ_KL370825.1	mycoplasmas	Mycoplasma alvi ATCC 29626 T383DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
FIJ0128_000000001525	14064	0.9465712670278617	18	7	5	5	3	True	101346	fragment	False	FIJ0027_000000000991	0.9564121319451218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
CHI0144_000000003317	4113	0.9465693131912248	5	4	4	3	2	True	108560	fragment	False	FIJ0128_000000005855	0.7306156482703221		0	0	False	False	0.9985412359237671	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	0.00016431810208151067	NZ_HE578908.1	firmicutes	Anaerococcus senegalensis JC48 strain type strain: JC17, whole genome shotgun sequence	True	True
ISR0130_000000002238	10947	0.9465691892167718	5	4	3	4	2	False	115926	maximal	True	ISR0130_000000002238	1.0		2	1	False	False	0.9999086260795593	0					non-mobilizable	no_good_hit	708.0	90.678	16.0	0.004104689913029342	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
FIJ0071_000000021321	1698	0.9465657047462436	3	3	3	2	1	True	44860	maximal	True	FIJ0071_000000021321	1.0		4	4	False	False	0.9994110465049744	0					non-mobilizable	no_good_hit	958.0	96.555	74.0	0.0015289443886461484	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	True
ISR0326_000000001654	8116	0.9465632519461352	12	7	4	6	4	True	64365	fragment	False	ISR0326_000000001654	1.0		0	0	False	False	0.9998767971992493	0					non-mobilizable	no_good_hit	2246.0	90.962	76.0	0.08931782759860928	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
USA0038_01_000000006808	2494	0.946562019734998	3	2	2	2	2	False	1345	fragment	False	USA0038_01_000000006808	1.0		0	0	False	False	0.9979951977729797	0					non-mobilizable	no_good_hit	1446.0	89.696	58.0	0.014940704080679802	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
MON0107_000000013275	4123	0.9465617790026334	5	5	4	5	5	False	109689	fragment	False	MON0107_000000013275	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4035.0	99.554	98.0	0.0008019136195506302	CP057190.1	enterobacteria	Escherichia coli strain RHB33-C17 chromosome, complete genome	False	False
ISR0333_000000001248	10915	0.9465464456224636	15	12	10	10	9	False	33265	fragment	False	ISR0333_000000001248	1.0		0	0	False	False	0.9999083876609802	0					non-mobilizable	no_good_hit								True	False
CHI0009_000000001887	4635	0.9465452420355404	6	6	6	6	6	False	101236	fragment	False	CHI0009_000000001887	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4635.0	99.87100000000001	100.0	0.0018172527640163561	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0266_000000005757	2798	0.9465363250062108	4	2	2	2	2	False	58399	maximal	True	ISR0266_000000005757	1.0		6	5	False	False	0.998212993144989	0					non-mobilizable	no_good_hit	228.0	89.47399999999999	8.0	5.272622583809036e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0128_000000012371	2247	0.9465362574249098	3	3	1	3	1	False	107879	fragment	False	ENG0128_000000012371	0.9216701303740873		0	0	False	False	0.9991099238395691	0					non-mobilizable	chromosome	2164.0	90.434	96.0	0.0006697948977703867	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0208_000000014180	2173	0.9465362574249098	3	3	1	3	1	False	107879	fragment	False	ENG0128_000000012371	0.6285417593828808		0	0	False	False	0.9930971264839172	0					non-mobilizable	chromosome	2190.0	89.81700000000001	99.0	0.0006830331969263191	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0099_000000001848	3298	0.9465290008688586	4	4	2	3	2	False	5004	maximal	True	SPA0099_000000001848	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	792.0	99.116	48.0	0.055739786918789246	EU596446.1	firmicutes	Lactobacillus reuteri strain ATCC 55730 plasmid pLR585, complete sequence	True	False
TAN0009_000000022612	1824	0.9465172693177364	3	3	2	3	1	False	6514	fragment	False	TAN0009_000000022612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	81.46600000000001	38.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0089_000000025362	1488	0.9465063824636576	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.40287474843301724		0	0	False	False	1.0	0					non-mobilizable	chromosome	1488.0	99.73100000000001	100.0	0.0005894765551259684	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0189_000000005266	2604	0.9465007257538128	4	4	4	4	4	False	131701	maximal	True	ISR0189_000000005266	1.0		25	5	False	False	0.9938555955886841	0					non-mobilizable	other	2605.0	94.54899999999999	100.0	0.0007327379297079258	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0149_000000005036	4939	0.9464993590974784	6	4	3	4	4	False	119416	fragment	False	ISR0112_000000005197	0.9593581638655371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	84.906	8.0	6.202265512964993e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0160_000000004462	4919	0.9464993590974784	6	4	3	4	4	False	119416	fragment	False	ISR0112_000000005197	0.9572491832828588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	84.906	8.0	6.202265512964993e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0293_000000001595	18254	0.94649683089435	22	21	15	14	20	False	89271	fragment	False	ENG0095_000000000883	0.957124842370744		0	0	False	False	1.0	0					non-mobilizable	plasmid	18257.0	99.26100000000001	100.0	0.3656978025279942	CP032259.1	enterobacteria	Escherichia coli strain AR_0067 plasmid unnamed2, complete sequence	False	True
SPA0008_000000004565	5826	0.9464958701842114	6	5	5	5	5	False	8183	fragment	False	SPA0008_000000004565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	81.385	8.0	0.00022232070424131956	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0038_000000005110	5416	0.946495323287766	10	8	6	7	5	True	126026	maximal	True	ISR0038_000000005110	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2706.0	94.678	50.0	0.060724471692604816	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	True
FIJ0059_000000000343	29171	0.9464914397386862	33	19	14	17	9	True	52098	fragment	False	FIJ0059_000000000343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	0.0	0.0004279356384799726	NZ_AWQP01000042.1	g-proteobacteria	Pseudomonas syringae pv. coryli str. NCPPB 4273 contig42, whole genome shotgun sequence	True	True
USA0101_01_000000014466	2236	0.9464900704228524	2	2	2	2	2	False	95332	fragment	False	CAN0007_000000017709	0.23558683279666567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0283_000000002061	5947	0.9464847764680442	6	4	4	4	4	False	129750	fragment	False	ISR0283_000000002061	1.0		0	0	False	True	0.9996637105941772	0					non-mobilizable	chromosome	2303.0	95.007	94.0	0.0006163615587623031	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AST0097_000000002745	8005	0.9464789634186382	9	5	2	3	3	False	126502	maximal	False	AST0029_000000003755	0.9107659030570976	PS879|PS961|PS962|PS963	0	0	True	True	0.9986258745193481	12					non-mobilizable	no_good_hit	2603.0	90.70299999999999	46.0	0.4430748159561719	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0116_000000012260	2210	0.9464788985874998	3	3	2	2	3	False	106219	maximal	True	AST0116_000000012260	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	72.102	33.0	0.0003371905468399241	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
CAN0006_000000003791	11531	0.9464613453570048	15	12	7	7	10	False	96967	maximal	True	CAN0006_000000003791	1.0		1	1	False	False	0.9992194771766663	0					non-mobilizable	no_good_hit	1324.0	77.115	17.0	0.0004503400684420941	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0095_000000001707	12251	0.946460824380744	19	18	6	10	18	True	114263	maximal	True	ENG0095_000000001707	0.9925062447960034		2	1	False	False	1.0	0					non-mobilizable	plasmid	12281.0	99.43799999999999	100.0	0.1317000933586582	MN335640.1	enterobacteria	Escherichia coli strain OT-ESBL-0589 plasmid pOT-ESBL-0589, complete sequence	False	True
SPA0089_000000013235	2963	0.946458749969072	6	4	4	4	3	False	10994	maximal	True	SPA0089_000000013235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	97.851	24.0	0.00015869123671473167	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0062_000000009528	2650	0.9464500364299449	3	3	3	2	2	False	103272	fragment	False	ISR0083_000000005815	0.17524763799248116		0	0	False	False	0.999622642993927	0					non-mobilizable	other	2650.0	99.736	100.0	0.000513055013093652	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0227_000000015144	1736	0.946449913992538	2	2	2	2	2	False	60444	fragment	False	ISR0169_000000017892	0.9785310734463277		0	0	False	False	0.9965437650680542	0					non-mobilizable	other	1736.0	99.13600000000001	100.0	0.010044571700158232	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ENG0208_000000020738	1466	0.946449913992538	2	2	2	2	2	False	60443	fragment	False	ENG0101_000000024173	0.6536087369420702		0	0	False	False	0.9938608407974243	0					non-mobilizable	other	1466.0	99.795	100.0	0.008491227663434396	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
SPA0102_000000000661	32664	0.9464490827542886	32	19	9	13	9	True	95080	fragment	False	SPA0102_000000000661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	70.88600000000001	4.0	0.00035464723577942347	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0128_000000003559	6896	0.9464450788335742	15	7	4	5	5	False	50728	maximal	True	FIJ0128_000000003559	1.0		1	1	False	False	0.998404860496521	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000001766	14470	0.9464436392025848	20	20	5	6	20	False	45388	maximal	True	FIJ0066_000000001766	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	14471.0	99.97200000000001	100.0	0.13021606688084375	CP031803.1	enterobacteria	Klebsiella pneumoniae strain MSB1_8A-sc-2280397 plasmid unnamed3, complete sequence	False	True
ISR0017_000000006255	5279	0.946442457985872	4	4	4	4	2	False	37877	maximal	True	ISR0017_000000006255	1.0		15	4	False	False	0.9842773079872131	0					non-mobilizable	no_good_hit	4394.0	99.954	83.0	0.08337603674391239	NZ_QIML01000013.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_13, whole genome shotgun sequence	True	False
DEN0087_000000008420	1422	0.9464351378331766	1	1	1	1	1	False	68877	maximal	True	DEN0087_000000008420	1.0		1	1	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	1113.0	91.64399999999999	78.0	0.0008609163339519234	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
MON0039_000000018218	2583	0.946431354234868	3	2	1	1	2	False	90410	maximal	True	MON0039_000000018218	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2082.0	93.66	96.0	0.010700083851618645	CP049349.1	enterobacteria	Escherichia coli strain 3R plasmid p3R-1, complete sequence	False	True
DEN0078_000000005350	4892	0.9464301063647612	6	6	6	6	5	False	69841	maximal	True	DEN0078_000000005350	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2981.0	98.792	61.0	0.012967220538544606	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
FIJ0015_000000014181	2142	0.9464287974616244	2	2	2	2	1	False	50351	maximal	True	FIJ0015_000000014181	1.0		7	3	False	False	1.0	0					non-mobilizable	other	2142.0	100.0	100.0	0.0007682244291780322	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
AST0060_000000002213	12090	0.9464076771626144	8	5	3	4	4	True	124898	fragment	False	AST0060_000000002213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	73.45100000000001	2.0	0.00011032241850487892	CP060264.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS0369-1-AR-4 chromosome, complete genome	True	True
MON0040_000000006085	4278	0.9464067867130564	4	4	2	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.02611167957988811		0	0	False	True	0.9810659289360046	0					non-mobilizable	other	4193.0	95.755	98.0	0.0008706443620425661	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
CHI0181_000000008906	2302	0.9464061565705728	6	4	2	4	1	False	77434	maximal	True	CHI0181_000000008906	0.9738605898123325		450	13	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	97.93799999999999	4.0	0.1566068515497553	EU063395.1	bacteria	Uncultured bacterium clone LM0ACA26ZD02FM1 genomic sequence	True	False
CHI0146_000000000920	6379	0.9464012491894179	10	6	6	5	3	True	100635	maximal	True	CHI0146_000000000920	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	86.22399999999999	3.0	0.012646675358539765	NZ_WEHX01000055.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_55_length_15340_cov_272.879929, whole genome shotgun sequence	True	True
CHI0034_000000001531	7531	0.9463920745868408	8	3	2	2	1	False	88295	maximal	True	CHI0034_000000001531	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0168_000000000757	20813	0.9463838798456014	14	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9613853339816425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	94.18	2.0	4.9616816793105076e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0361_000000002473	4564	0.946383286979098	7	4	3	3	3	True	65981	backbone	True	ISR0361_000000002473	1.0	PS299	4	4	True	True	1.0	73		MOBP			mobilizable	no_good_hit	1538.0	84.72	44.0	0.28372868791697553	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
MON0090_000000015234	3691	0.946383286979098	6	4	3	3	3	True	44838	fragment	False	MON0090_000000015234	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1169.0	85.287	54.0	0.18975363028226463	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
CHI0081_000000005967	1638	0.9463824043080724	3	1	1	1	1	False	88324	fragment	False	ISR0241_000000008914	0.9122104165721923		0	0	False	False	0.9908424615859985	0					non-mobilizable	other	1638.0	100.0	100.0	0.0026121284458713373	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0838_000000015045	1619	0.9463824043080724	3	1	1	1	1	False	88324	fragment	False	ISR0241_000000008914	0.9777023906979938		0	0	False	False	0.9950586557388306	0					non-mobilizable	other	1619.0	100.0	100.0	0.0025818105225533434	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0097_000000025512	1452	0.9463824043080724	3	1	1	1	1	False	88324	fragment	False	ISR0241_000000008914	0.6587726913662194		0	0	False	False	0.9993112683296204	0					non-mobilizable	other	1452.0	100.0	100.0	0.002315331933389927	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0141_000000005631	6336	0.9463747716219068	7	5	4	5	3	False	66536	maximal	True	ISR0141_000000005631	1.0	PS232	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1373.0	77.058	22.0	0.8361963190184049	NZ_QEKJ01000051.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_151, whole genome shotgun sequence	True	True
DEN0022_000000009683	3851	0.946371736702046	3	2	2	2	0	True	74628	fragment	False	DEN0022_000000009683	1.0		0	0	False	False	0.9942871928215027	0					non-mobilizable	no_good_hit								True	True
ENG0210_000000008766	2682	0.946371736702046	2	2	2	2	0	True	53740	fragment	False	ENG0210_000000008766	1.0		0	0	False	False	0.9996271729469299	0					non-mobilizable	no_good_hit								True	True
ISR0334_000000012389	1714	0.9463693791793354	2	2	2	2	1	False	110022	fragment	False	ISR0155_000000011336	0.9819718459762748		0	0	False	False	0.9988331198692322	0					non-mobilizable	chromosome	1714.0	99.825	100.0	0.0007181908131949219	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
MON0031_000000003784	9384	0.9463683874723262	11	7	4	4	5	True	81693	maximal	False	SPA0133_000000002509	0.999815072963498		0	0	True	True	1.0	50					non-mobilizable	no_good_hit	3090.0	90.324	59.0	0.29189344027499287	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
MAD0078_000000009375	1180	0.9463669424981139	2	2	2	2	2	False	16188	fragment	False	MAD0078_000000009375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000002518	9515	0.9463640265947258	6	5	4	4	1	True	127378	maximal	True	ISR0011_000000002518	1.0		1	1	False	False	0.9988439083099365	0					non-mobilizable	no_good_hit	6536.0	96.55799999999999	70.0	0.07095967829583741	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0131_000000001097	13850	0.9463629185322749	14	6	3	3	5	True	90009	fragment	False	SPA0131_000000001097	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	67.0	82.09	0.0	1.569844150154166e-05	CP031747.1	b-proteobacteria	Alcaligenes faecalis strain AU14 chromosome	True	True
SPA0093_000000006009	6748	0.9463624152109864	5	4	2	4	2	False	5328	fragment	False	SPA0093_000000006009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	91.781	1.0	0.0018826482585503608	NZ_JAGO01000004.1	g-proteobacteria	Carnimonas nigrificans ATCC BAA-78 L881DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	False
FIJ0122_000000004472	3846	0.9463596419985356	5	5	5	5	5	False	73132	fragment	False	FIJ0122_000000004472	1.0		0	0	False	False	0.998699963092804	0					non-mobilizable	chromosome	3846.0	99.48	100.0	0.0007236961846247782	CP047633.1	enterobacteria	Klebsiella pneumoniae strain K2606 chromosome, complete genome	False	False
CHI0056_000000013774	1496	0.9463576115655796	2	2	2	2	1	False	113065	fragment	False	ISR0265_000000010435	0.627230780295203		0	0	False	False	0.999331533908844	0					non-mobilizable	other	1496.0	97.995	100.0	0.000447379627199604	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0121_000000023012	1149	0.9463568903820374	1	1	1	1	1	False	117661	fragment	False	ISR0842_000000019474	0.9657205350048869		0	0	False	False	0.997389018535614	0					non-mobilizable	no_good_hit	77.0	84.416	7.0	0.002122162760656948	NZ_LWAG01000049.1	firmicutes	Bacillus endophyticus strain 3617_2C 3617_2C_contig_51, whole genome shotgun sequence	True	False
ISR0148_000000018257	1593	0.9463559198525648	2	1	1	1	1	False	74096	fragment	False	ISR0148_000000018257	1.0		0	0	False	True	0.993094801902771	0					non-mobilizable	no_good_hit								True	True
ISR0079_000000020402	1406	0.9463559198525648	1	1	1	1	1	False	74095	fragment	False	ISR0079_000000020402	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0078_000000026249	1334	0.9463559198525648	2	1	1	1	1	False	69703	fragment	False	DEN0078_000000026249	1.0		0	0	False	False	0.9970015287399292	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000023150	1308	0.9463559198525648	1	1	1	1	1	False	68696	fragment	False	DEN0090_000000023150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0031_000000029763	1157	0.9463559198525648	2	1	1	1	1	False	73674	fragment	False	DEN0031_000000029763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0117_000000007221	5111	0.9463521574607006	7	5	3	3	5	False	4326	maximal	True	SPA0117_000000007221	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	5111.0	99.863	100.0	0.0030436939842669016	NZ_CP028106.1	fusobacteria	Fusobacterium gonidiaformans ATCC 25563 chromosome, complete genome	False	False
ISR0025_000000009477	4037	0.9463517841809628	6	3	3	3	3	False	95377	fragment	False	ISR0025_000000009477	1.0		0	0	False	False	0.9955412149429321	0					non-mobilizable	no_good_hit	279.0	75.627	7.0	0.0010805936268298182	NZ_OFSM01000005.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
FIJ0094_000000011817	1722	0.9463460528109336	4	3	3	2	3	False	120199	fragment	False	FIJ0094_000000011817	1.0		0	0	False	False	0.99303138256073	0					non-mobilizable	chromosome	1722.0	98.432	100.0	0.0006822388375062485	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0044_000000021011	2468	0.9463425159367173	4	4	3	4	3	False	94096	fragment	False	MON0044_000000021011	1.0		0	0	False	False	0.997163712978363	0					non-mobilizable	chromosome	2468.0	97.81200000000001	100.0	0.001015147733852562	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0034_000000006434	5382	0.94633282123564	9	5	2	4	3	True	116605	backbone	False	USA0080_01_000000007189	0.918255891023875	PS778|PS779|PS781	0	0	False	True	1.0	0					non-mobilizable	other	5382.0	99.944	100.0	0.9309688581314879	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
FIJ0061_000000018854	1473	0.9463322701840564	2	1	1	1	1	False	45798	maximal	True	FIJ0061_000000018854	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0039_000000029047	1672	0.946328262282208	2	2	1	1	2	True	103357	backbone	False	ISR0058_000000015258	0.9310169431761717	PS603	0	0	True	True	1.0	577	ColpVC				non-mobilizable	plasmid	829.0	99.51700000000001	100.0	0.4175491679273828	AY178821.1	enterobacteria	Salmonella enteritidis plasmid pB, complete sequence	False	True
ISR0858_000000000732	9542	0.9463157820255959	15	6	4	5	4	True	104964	maximal	False	ISR0156_000000002713	0.9992270189137494	PS624	0	0	True	True	0.9998952150344849	28					non-mobilizable	no_good_hit	4981.0	98.815	79.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0015_000000000847	8271	0.9463154802033679	9	7	4	6	6	False	90219	maximal	True	CHI0015_000000000847	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	6608.0	98.85	92.0	0.0016480750483435348	CP048806.1	enterobacteria	Morganella morganii strain MP63 chromosome, complete genome	False	False
FIJ0078_000000010991	2274	0.9463149047160152	4	3	3	1	2	False	50142	fragment	False	FIJ0078_000000010991	0.9812109653270332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	76.134	22.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
FIJ0017_000000012542	2273	0.9463149047160152	4	3	3	1	2	False	50142	fragment	False	FIJ0078_000000010991	0.9806371939532444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	76.134	22.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
FIJ0080_000000011009	2273	0.9463149047160152	4	3	3	1	2	False	50142	fragment	False	FIJ0078_000000010991	0.9810812313537692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	76.134	22.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
FIJ0079_000000012390	2271	0.9463149047160152	4	3	3	1	2	False	50142	fragment	False	FIJ0078_000000010991	0.9806397219036643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	76.134	22.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
FIJ0020_000000009823	2260	0.9463149047160152	4	3	3	1	2	False	50142	fragment	False	FIJ0078_000000010991	0.9772139790342423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	76.134	22.0	0.00025662648067063684	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
ENG0017_000000009145	2301	0.9463105398946732	3	3	2	2	1	False	66712	fragment	False	ENG0017_000000009145	1.0		0	0	False	False	0.9991307854652405	0					non-mobilizable	no_good_hit	200.0	92.5	9.0	0.00136206212098397	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0091_000000014145	1534	0.9463087593626768	2	2	2	2	2	False	97506	fragment	False	ISR0134_000000020037	0.9468945067032092		0	0	False	False	1.0	0					non-mobilizable	chromosome	1534.0	97.32700000000001	100.0	0.00027495346148113643	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0340_000000011505	1985	0.9463005205991558	3	3	3	3	2	False	128272	fragment	False	AST0099_000000008733	0.6181229243429924		0	0	False	False	0.9989924430847168	0					non-mobilizable	chromosome	1826.0	98.74	100.0	0.00064136468347335	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0029_000000002538	11226	0.9462903397446004	9	6	3	4	3	True	122758	fragment	False	AST0046_000000001434	0.4960906412422268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4201.0	88.574	39.0	0.017199289380505557	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0106_000000000297	51504	0.9462896477180316	87	27	11	20	15	False	50253	fragment	False	FIJ0106_000000000297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	77.384	4.0	0.00957646623105209	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0009_000000004563	7335	0.9462888003546039	9	6	4	5	5	True	106902	maximal	True	FIJ0009_000000004563	1.0		4	1	True	True	1.0	29					non-mobilizable	no_good_hit	2166.0	95.10600000000001	57.0	0.3917768520195617	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
ENG0106_000000002355	7908	0.9462885056253908	10	8	7	8	4	True	115107	maximal	True	ENG0106_000000002355	1.0		0	0	False	False	0.9979767203330994	0					non-mobilizable	no_good_hit	2882.0	98.334	36.0	0.000862140940442849	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0182_000000024248	1645	0.9462767419203832	3	2	2	2	1	False	29531	maximal	True	ISR0182_000000024248	1.0		6	2	False	False	0.9993920922279358	0					non-mobilizable	no_good_hit								True	False
SPA0149_000000006697	5159	0.9462703542578452	7	6	6	6	4	False	129670	maximal	True	SPA0149_000000006697	1.0	PS1061	6	2	False	True	0.9996123313903809	0					non-mobilizable	no_good_hit	1987.0	91.948	65.0	0.050989169303593936	NZ_JAAITI010000033.1	firmicutes	Blautia luti strain MSK.16.34 NODE_33_length_38871_cov_189.027, whole genome shotgun sequence	True	True
ISR0325_000000010558	1934	0.9462616466448852	4	2	2	2	1	False	24868	maximal	True	ISR0325_000000010558	1.0		21	6	False	False	0.9917269945144653	0					non-mobilizable	no_good_hit	1295.0	92.664	70.0	0.00024937526101052486	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	True	False
MAD0112_000000010669	2617	0.9462587905663544	8	2	0	2	1	True	14458	maximal	True	MAD0112_000000010669	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0008_000000001271	5082	0.9462577797439914	6	6	0	3	6	False	127609	fragment	False	DEN0008_000000001271	1.0		0	0	False	False	1.0	0	rep_cluster_2350			MOBP	mobilizable	plasmid	5076.0	99.941	99.0	0.3064798598949212	CP018949.1	enterobacteria	Escherichia coli strain Ecol_276 plasmid pEC276_KPC, complete sequence	False	True
ISR0388_000000021413	1642	0.9462534082489252	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.6819715740419078	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1650.0	84.485	99.0	0.019401644767936477	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0331_000000007184	3094	0.9462517921860256	5	3	2	3	2	False	24617	fragment	False	ISR0331_000000007184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	74.71300000000001	6.0	7.45279313150585e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0040_000000004002	7852	0.94624265200459	5	5	2	4	4	False	6979	maximal	True	SPA0040_000000004002	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	99.941	22.0	0.0005079297125727702	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0061_000000006880	5680	0.9462404589895902	8	5	5	5	3	True	32339	fragment	False	MON0061_000000006880	1.0		0	0	False	False	0.9954225420951843	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00018748677008678823	NZ_WNKZ01000002.1	b-proteobacteria	Massilia buxea strain KCTC 52429 NODE_2_length_165345_cov_37.047023_2, whole genome shotgun sequence	True	True
ISR0309_000000009495	1988	0.9462349554519648	3	2	2	1	1	False	49553	fragment	False	ISR0309_000000009495	1.0		0	0	False	False	0.9884305596351624	0					non-mobilizable	other	1718.0	100.0	100.0	0.00032535737200683535	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0774_000000017770	1398	0.9462349554519648	2	2	2	1	1	False	35899	fragment	False	ISR0050_000000020678	0.9570118533489401		0	0	False	False	0.9921315908432007	0					non-mobilizable	other	1398.0	99.85700000000001	100.0	0.00037094935133022276	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0050_000000020678	1397	0.9462349554519648	2	2	2	1	1	False	35899	fragment	False	ISR0050_000000020678	0.958708883612085		0	0	False	False	0.9957050681114197	0					non-mobilizable	other	1397.0	99.85700000000001	100.0	0.000294833050784993	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0296_000000019179	1349	0.9462349554519648	2	2	2	1	1	False	35899	fragment	False	ISR0050_000000020678	0.7025939756457481		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	100.0	100.0	0.00025543490824997904	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
CHI0137_000000001946	5941	0.9462339776783688	10	7	3	3	7	True	92246	fragment	False	CHI0137_000000001946	1.0		0	0	False	False	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3225.0	96.186	78.0	0.2922225247300118	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
SPA0047_000000011639	3399	0.9462311477595626	6	3	2	3	1	True	13409	fragment	False	SPA0047_000000011639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1594.0	93.35	83.0	0.06134000770119369	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
SPA0040_000000006652	5293	0.9462288582057566	7	5	3	5	3	False	60255	maximal	True	SPA0040_000000006652	1.0		6	5	False	False	0.999811053276062	0					non-mobilizable	no_good_hit	659.0	71.775	12.0	0.00022511283246440491	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
SPA0083_000000010629	1660	0.946217539053785	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.7153862009492902	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1662.0	82.25	99.0	0.00046790512192555045	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
DEN0011_000000030018	1551	0.9462041428256296	3	3	3	3	3	False	98780	fragment	False	DEN0011_000000030018	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	97.163	100.0	0.06506590546553606	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
ISR0855_000000001441	6675	0.9462010194946257	7	5	3	3	4	False	20493	fragment	False	ISR0855_000000001441	1.0		0	0	False	False	0.9977527856826782	0					non-mobilizable	no_good_hit	888.0	98.536	25.0	0.0003447059079561388	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0032_000000009140	2784	0.9461996988728248	6	4	3	3	4	True	118135	maximal	True	MON0032_000000009140	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2335.0	98.844	83.0	0.2612199216564074	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0244_000000009237	2569	0.9461996425455932	3	3	2	3	3	False	30339	fragment	False	ISR0244_000000009237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	86.316	61.0	0.0037293553542887587	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0017_01_000000007155	3801	0.9461979814457808	4	4	4	4	3	False	1907	maximal	True	USA0017_01_000000007155	1.0		1	1	False	False	0.9997369050979614	0					non-mobilizable	no_good_hit	851.0	70.74	22.0	0.0018161782264548595	NZ_NOJZ02000001.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_1_length_456453_cov_379.987, whole genome shotgun sequence	True	False
CAN0001_000000003355	12312	0.9461955386939821	16	14	10	10	9	False	103562	fragment	False	ENG0179_000000001843	0.9765515386371005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.059	41.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0348_000000004636	2950	0.946190906178928	2	2	1	2	1	False	70474	fragment	False	DEN0071_000000012790	0.968355040131251		0	0	False	False	0.9945762753486633	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003607407209470112	NZ_RLII01000016.1	firmicutes	Hungateiclostridium mesophilum strain N2K1 seq16, whole genome shotgun sequence	True	False
MAD0039_000000002769	4359	0.9461793004918588	7	6	3	5	6	False	97992	fragment	False	MAD0039_000000002769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2808.0	96.47399999999999	79.0	0.03763629021402611	CP058082.1	enterobacteria	Escherichia coli strain RHB01-C23 plasmid pRHB01-C23_3, complete sequence	True	False
DEN0045_000000000198	49698	0.9461755246563778	45	18	11	16	10	True	117555	fragment	False	DEN0045_000000000198	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	6879.0	96.49700000000001	28.0	0.24386252045826515	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
AST0106_000000014722	1321	0.9461725517267928	2	2	2	2	2	False	107365	fragment	False	ISR0024_000000020391	0.9773636227942195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	351.0	80.91199999999999	27.0	0.0001053782975503761	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ETH0003_000000035877	1173	0.9461680766203396	2	2	2	1	1	False	52978	fragment	False	ETH0003_000000035877	1.0		0	0	False	False	0.9445865154266357	0					non-mobilizable	other	1172.0	98.208	99.0	0.0005671693695604897	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
FIJ0004_000000008311	3200	0.9461680593084196	5	4	3	4	2	True	52067	fragment	False	FIJ0004_000000008311	1.0		0	0	False	False	0.9996874928474426	0					non-mobilizable	no_good_hit	67.0	82.09	2.0	0.00011450739266666898	NZ_VMHO01000003.1	g-proteobacteria	Marinobacter confluentis strain KCTC 42705 NODE_3_length_576382_cov_61.896719, whole genome shotgun sequence	True	True
SPA0139_000000009673	2808	0.9461619251742522	4	2	2	2	1	True	35572	fragment	False	SPA0139_000000009673	1.0		0	0	False	False	0.995726466178894	0					non-mobilizable	virus	1664.0	91.52600000000001	90.0	0.06388140161725067	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	False	True
SPA0106_000000003869	9293	0.9461569821193732	13	2	1	2	2	False	87561	fragment	False	SPA0106_000000003869	1.0		0	0	False	False	0.9995695948600769	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	8.632169716855502e-06	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
CHI0156_000000002759	4544	0.946156940785837	10	4	3	4	3	True	81772	fragment	False	CHI0156_000000002759	1.0		0	0	False	False	0.9997799396514893	0					non-mobilizable	no_good_hit	1913.0	99.791	78.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0030_000000005538	3845	0.946140978187882	6	4	2	3	2	True	65753	maximal	False	ENG0033_000000006884	0.9284293544872284		0	0	True	True	1.0	334					non-mobilizable	no_good_hit	1001.0	98.20200000000001	52.0	0.2638522427440633	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ISR0065_000000009080	3422	0.9461323837583732	3	3	3	3	3	False	130907	maximal	True	ISR0065_000000009080	1.0	PS1128	18	5	False	True	1.0	0					non-mobilizable	no_good_hit	1616.0	85.272	47.0	0.0189999054731071	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ENG0041_000000003279	7539	0.9461256630882674	12	8	2	3	7	True	88341	backbone	False	SPA0004_000000002181	0.9255357868460815	PS456	0	0	True	True	1.0	282		MOBB			mobilizable	no_good_hit	3352.0	94.66	71.0	0.30341454578389637	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
MON0090_000000022022	2654	0.946122410392202	4	3	3	3	3	False	9565	maximal	True	MON0090_000000022022	1.0		3	3	False	False	0.9679728746414185	0					non-mobilizable	no_good_hit	67.0	82.09	3.0	0.0001293579923639585	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	True	False
FIJ0114_000000007800	4664	0.9461206160546228	5	4	2	3	3	False	52889	maximal	True	FIJ0114_000000007800	1.0		0	0	False	False	0.9995712041854858	0					non-mobilizable	no_good_hit								True	False
DEN0066_000000010365	3183	0.9461170460725636	4	4	4	3	2	False	124039	maximal	True	DEN0066_000000010365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1915.0	96.65799999999999	60.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0005_000000031865	1704	0.9461167719378664	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.7062054263338735		0	0	False	False	0.9724178314208984	0					non-mobilizable	no_good_hit	382.0	96.859	22.0	0.0001058033557158805	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0013_000000024553	2172	0.9461028741758308	4	3	3	3	3	False	42893	maximal	True	MON0013_000000024553	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	90.225	45.0	0.022151898734177215	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0209_000000005102	3687	0.9461001433207628	5	4	4	4	3	False	112805	maximal	True	ENG0209_000000005102	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2322.0	74.24600000000001	62.0	0.2790981109079829	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0075_000000005824	3668	0.9460947379050576	6	5	3	4	4	True	101740	fragment	False	MON0075_000000005824	1.0		0	0	False	False	0.9994547367095947	0					non-mobilizable	no_good_hit	948.0	85.12700000000001	62.0	0.10207388204795852	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0171_000000016063	1792	0.9460935247020448	3	2	2	2	1	False	29980	fragment	False	ISR0171_000000016063	1.0		0	0	False	False	0.9988839030265808	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000014659	1788	0.9460935247020448	3	2	2	2	1	False	20171	fragment	False	MAD0046_000000014659	0.9927113702623906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	82.524	6.0	4.296239141689533e-05	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ISR0393_000000007900	2237	0.9460924916863396	4	3	3	2	3	False	113564	fragment	False	ISR0393_000000007900	1.0		0	0	False	False	0.995082676410675	0					non-mobilizable	other	1187.0	91.154	98.0	0.00028980028053255584	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0111_000000000535	19117	0.9460858904979303	20	13	8	10	9	False	83662	maximal	True	ISR0111_000000000535	1.0		2	1	False	False	0.9999476671218872	0					non-mobilizable	no_good_hit	3468.0	81.834	19.0	0.04565063507539433	CP021611.1	other sequences	Unidentified plasmid plasmid FAKO02_000237F, complete sequence	True	False
CHI0025_000000000210	27040	0.9460778276465288	17	15	12	13	15	True	88974	maximal	True	CHI0025_000000000210	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	85.897	0.0	2.1689652064178835e-05	CP011994.1	g-proteobacteria	Ectothiorhodospira sp. BSL-9, complete genome	True	True
MON0047_000000026218	1515	0.9460761825513938	2	2	2	2	2	False	89535	fragment	False	ENG0063_000000018470	0.6047676282051282		0	0	False	False	0.9735973477363586	0					non-mobilizable	chromosome	1515.0	98.28399999999999	100.0	0.00023278950136273405	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ETH0003_000000035718	1179	0.9460746445597342	2	2	2	1	1	False	53002	maximal	True	ETH0003_000000035718	1.0		1	1	False	False	0.9889736771583557	0					non-mobilizable	no_good_hit	44.0	93.182	4.0	1.1993795581653063e-05	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	True	False
ISR0344_000000003275	7912	0.9460671145847922	10	6	3	5	4	True	82068	backbone	False	ENG0090_000000002509	0.9936001430458289	PS385|PS406	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	60.0	98.333	1.0	0.013146167557932263	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
ISR0034_000000002514	7587	0.9460671145847922	8	6	3	5	4	True	82068	backbone	False	ENG0090_000000002509	0.9855487504296845	PS385|PS406	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00012151914116346983	NZ_CABFVD010000005.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	True
SPA0027_000000006908	4940	0.946062917050592	3	2	2	2	2	False	91354	fragment	False	CAN0022_000000005162	0.8995088454181293		0	0	False	False	0.9989878535270691	0					non-mobilizable	other	4941.0	94.616	99.0	0.002413136650672336	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
CAN0006_000000007045	6353	0.9460592766839002	6	5	2	3	4	False	110882	fragment	False	CAN0006_000000007045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3970.0	90.277	64.0	0.049111144308335825	NZ_AGDG01000019.1	CFB group bacteria	Bacteroides faecis MAJ27 contig019, whole genome shotgun sequence	True	False
ISR0312_000000010721	1677	0.9460588855675758	3	1	1	1	1	False	25252	maximal	True	ISR0312_000000010721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	3.0	0.0008151620134501732	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
SPA0008_000000012787	2378	0.9460587311891084	2	1	1	1	1	False	59640	maximal	True	SPA0008_000000012787	1.0		1	1	True	True	1.0	26	Col156				non-mobilizable	no_good_hit	1216.0	96.135	69.0	0.3238272921108742	CP058808.1	enterobacteria	Salmonella enterica strain SRC27 plasmid pSRC27-Col156, complete sequence	True	True
FIJ0081_000000015205	2315	0.9460587311891084	2	1	1	1	1	False	59646	fragment	False	FIJ0081_000000015205	1.0		0	0	False	False	0.9995680451393127	0	Col156				non-mobilizable	plasmid	1287.0	98.135	97.0	0.10748913406887328	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
MAD0089_000000022901	1252	0.9460587311891084	1	1	1	1	1	False	59639	fragment	False	MAD0089_000000022901	1.0		0	0	False	False	0.9976038336753845	0	Col156				non-mobilizable	plasmid	1232.0	95.04899999999999	98.0	0.16483516483516483	CP056633.1	enterobacteria	Escherichia coli strain RHBSTW-00303 plasmid pRHBSTW-00303_2, complete sequence	False	True
ENG0018_000000002554	8734	0.9460537951279564	9	6	4	6	4	False	66655	maximal	True	ENG0018_000000002554	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	81.638	17.0	0.00862157798921444	NZ_JNKW01000005.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
MON0080_000000025505	2088	0.946049837905791	5	2	2	2	1	False	10051	maximal	True	MON0080_000000025505	1.0		0	0	False	False	0.943965494632721	0					non-mobilizable	no_good_hit	110.0	94.545	5.0	0.00037455113997560265	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0163_000000001359	3438	0.9460481955097392	3	3	3	3	3	False	52037	fragment	False	ISR0163_000000001359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	78.235	24.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CHI0176_000000003378	2332	0.9460449597766654	5	2	1	2	1	True	117379	fragment	False	CHI0176_000000003378	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2333.0	96.65700000000001	100.0	0.09979450295402004	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
USA0065_01_000000003303	3380	0.9460435215251528	5	4	3	3	4	False	95914	fragment	False	SPA0077_000000008270	0.7667836151655305		0	0	False	False	0.9917159676551819	0					non-mobilizable	no_good_hit	776.0	75.258	23.0	0.00021336026762032833	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0025_000000023051	1709	0.9460412689508824	2	2	2	2	1	False	37345	maximal	True	ISR0025_000000023051	1.0		3	2	False	False	0.9970743060112	0					non-mobilizable	no_good_hit	73.0	87.671	4.0	0.0002242506553804365	NZ_SMBP01000001.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_101, whole genome shotgun sequence	True	False
AST0151_000000002958	5614	0.9460266308334008	5	4	4	4	3	False	130746	fragment	False	ISR0130_000000004031	0.7875612700211257		0	0	False	False	0.9989312291145325	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	47.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0010_000000001946	8823	0.9460213686584542	8	6	2	4	6	True	73770	fragment	False	MON0010_000000001946	1.0		0	0	False	False	0.9996599555015564	0					non-mobilizable	no_good_hit	4090.0	94.499	46.0	0.0013112536110820505	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
SPA0059_000000003769	7094	0.9460165575694656	11	5	3	5	4	True	91864	fragment	False	SPA0059_000000003769	1.0		0	0	False	False	0.9980264902114868	0					non-mobilizable	no_good_hit	424.0	100.0	6.0	0.00011918208966494055	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
FIJ0075_000000004190	4311	0.9460116693052318	5	4	4	4	4	False	131509	maximal	True	FIJ0075_000000004190	1.0		0	0	False	False	0.9988401532173157	0					non-mobilizable	no_good_hit	2543.0	98.309	59.0	0.008862268768695482	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
MON0086_000000001004	17569	0.9460115463379084	16	13	5	6	12	True	123783	fragment	False	MON0086_000000001004	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11564.0	99.97399999999999	100.0	0.12042032034325467	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ISR0193_000000022697	1150	0.9460049558194882	1	1	1	1	1	False	56792	fragment	False	ISR0193_000000022697	0.9428697962798938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	94.488	66.0	0.12319896389833253	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0011_000000026405	1105	0.9460015652571004	2	2	2	2	2	False	67110	fragment	False	ENG0158_000000017038	0.9760830324909747		0	0	False	False	0.996380090713501	0					non-mobilizable	other	1105.0	100.0	100.0	0.022908841899939823	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0058_000000013131	2380	0.9459977927009309	6	4	3	3	4	False	119275	fragment	False	ISR0077_000000013337	0.9681023973994312		0	0	False	False	0.9920167922973633	0					non-mobilizable	no_good_hit	326.0	72.699	13.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
CHI0075_000000000951	7204	0.9459906996814068	10	9	4	3	8	True	109288	maximal	True	CHI0075_000000000951	1.0		1	1	False	False	1.0	0		MOBB			mobilizable	no_good_hit	5207.0	90.59	72.0	0.62280279316157	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
MAD0049_000000005204	3245	0.945982573987158	5	4	2	2	2	False	44321	maximal	True	MAD0049_000000005204	1.0		3	1	False	False	0.9969183206558228	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000000109	43666	0.945969968162382	43	24	11	12	22	True	47859	maximal	True	MAD0040_000000000109	1.0		5	1	False	False	1.0	0		MOBP	MPF_T		conjugative	no_good_hit	5199.0	93.65299999999999	50.0	0.07552545132125933	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	True
MAD0067_000000001092	7653	0.9459652003659028	4	3	3	3	2	False	16526	maximal	True	MAD0067_000000001092	1.0		1	1	False	False	0.9998693466186523	0					non-mobilizable	no_good_hit	492.0	72.561	6.0	0.0010939759924089582	NZ_GL638127.1	firmicutes	Selenomonas artemidis F0399 Scfld0, whole genome shotgun sequence	True	False
ISR0818_000000012863	1460	0.9459635229464464	2	2	1	2	2	False	21343	maximal	True	ISR0818_000000012863	1.0		2	2	False	False	0.998630166053772	0					non-mobilizable	chromosome	1460.0	98.699	100.0	0.00031969238635855084	CP014031.2	enterobacteria	Hafnia paralvei strain FDAARGOS_158 chromosome, complete genome	False	False
MAD0048_000000003014	6615	0.94596279293786	8	5	1	4	2	False	37533	maximal	True	MAD0048_000000003014	1.0		1	1	False	False	0.9774754643440247	0					non-mobilizable	no_good_hit	1250.0	72.8	19.0	0.00034156988853158274	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0041_000000001317	8155	0.9459383459815528	11	7	4	5	5	True	122253	maximal	False	CHI0058_000000001690	0.9983078536534052		0	0	True	True	1.0	57					non-mobilizable	no_good_hit	737.0	89.145	46.0	0.05937878176684147	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0084_000000002377	10048	0.94593470716436	12	6	4	5	5	False	116876	maximal	True	AST0084_000000002377	1.0		1	1	False	False	0.996715784072876	0					non-mobilizable	no_good_hit	667.0	83.508	7.0	0.983679525222552	NZ_BBAB01000064.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MON0060_000000024761	1675	0.9459299666369884	3	2	1	2	1	False	75094	fragment	False	TAN0010_000000007116	0.4794115508603209		0	0	False	False	0.9982089400291443	0					non-mobilizable	no_good_hit	552.0	83.514	33.0	0.00016594076366481533	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0124_000000006370	4509	0.9459283990780648	6	2	2	2	1	True	97593	fragment	False	ENG0152_000000004708	0.9344366645448758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	4.0	3.163828448895636e-05	NZ_UGTL01000001.1	CFB group bacteria	Prevotella disiens strain NCTC11157, whole genome shotgun sequence	True	True
ENG0208_000000001057	18489	0.9459282328968966	18	5	3	5	2	True	64054	maximal	False	ENG0089_000000000918	0.9764600558217915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	3.820337625231825e-05	NZ_FRCB01000001.1	a-proteobacteria	Roseovarius litoreus strain DSM 28249, whole genome shotgun sequence	True	True
ISR0366_000000001526	7805	0.9459273411494974	9	8	6	6	4	False	104834	fragment	False	ISR0366_000000001526	1.0		0	0	False	False	0.9994875192642212	0					non-mobilizable	chromosome	4551.0	100.0	100.0	0.0007864134035263468	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
MAD0068_000000001317	12419	0.945926919916976	14	13	6	7	13	False	98097	maximal	True	MAD0068_000000001317	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	6305.0	98.684	56.0	0.001292188085336905	CP026975.1	enterobacteria	Enterobacter cloacae complex sp. strain FDAARGOS_77 chromosome, complete genome	True	True
AST0061_000000005337	6633	0.94592627062194	9	7	1	4	5	False	119369	maximal	True	AST0061_000000005337	1.0		7	3	False	False	0.998643159866333	0					non-mobilizable	no_good_hit	716.0	90.92200000000001	12.0	0.06569477763424986	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AST0040_000000012282	1637	0.9459157714815264	3	3	2	3	1	False	116064	maximal	True	AST0040_000000012282	1.0		1	1	False	False	0.9951130151748657	0					non-mobilizable	no_good_hit								True	False
ISR0852_000000000971	7141	0.9459115403987756	8	6	4	3	5	True	104257	backbone	False	ISR0343_000000001718	0.9967259746619404	PS1|PS615	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	2780.0	82.986	39.0	0.0005526568845001	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
AST0005_000000006567	4483	0.9459106004022968	6	4	2	4	3	True	128588	fragment	False	AST0005_000000006567	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4483.0	98.037	100.0	0.1802309208673613	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
CAN0012_000000010356	5199	0.9459042238503432	5	3	3	3	2	False	94298	maximal	True	CAN0012_000000010356	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	88.698	42.0	0.00030787634947572934	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0014_000000019183	1265	0.9458814840517668	2	1	1	1	1	False	78494	fragment	False	SPA0014_000000019183	1.0		0	0	False	False	0.9833992123603821	0					non-mobilizable	no_good_hit	63.0	90.476	5.0	1.878021304637168e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
USA0016_01_000000010824	1288	0.9458685906522348	2	1	1	1	1	False	94105	fragment	False	CAN0012_000000030540	0.1529245947850599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	94.64299999999999	83.0	0.0001638488921703196	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0093_000000000758	20400	0.9458662049238724	20	12	9	12	5	True	52090	fragment	False	FIJ0093_000000000758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	9.938091535668979e-05	NZ_JH767523.1	g-proteobacteria	Catenovulum agarivorans YM01 Scaffold2, whole genome shotgun sequence	True	True
CHI0097_000000001102	4331	0.9458640377041864	7	7	3	3	7	True	118168	backbone	False	FIJ0074_000000005173	0.3933871592681155	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4336.0	97.90100000000001	100.0	0.48412343470483005	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MAD0040_000000015486	2097	0.9458597408864086	3	1	1	1	1	True	18364	maximal	True	MAD0040_000000015486	1.0		1	1	False	False	0.998092532157898	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.31785887750722e-07	CP020686.1	bony fishes	Oryzias latipes strain Hd-rR chromosome 22 sequence	True	True
ISR0004_000000005813	3007	0.9458580721885124	6	2	1	1	2	False	74549	fragment	False	ISR0210_000000006484	0.9827385861652109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	87.444	49.0	0.0002574580067601117	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0817_000000007445	1683	0.9458580721885124	3	2	1	1	2	False	74548	fragment	False	DEN0022_000000023771	0.9846732215153268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1396.0	94.413	83.0	0.002557615193666368	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0018_000000017632	1699	0.9458538679176904	3	2	2	1	1	False	7796	fragment	False	SPA0018_000000017632	1.0		0	0	False	False	0.9917598366737366	0					non-mobilizable	no_good_hit								True	False
ISR0042_000000010241	2780	0.9458523155629448	4	3	3	3	3	False	129537	fragment	False	ISR0042_000000010241	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1609.0	89.186	58.0	0.00042930922484226504	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0006_000000004024	7334	0.9458521110733414	10	7	5	6	5	False	83650	maximal	True	SPA0006_000000004024	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1933.0	98.241	27.0	0.2672053496795765	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	False
MAD0100_000000015759	2325	0.9458488673243955	5	1	1	1	1	False	15167	maximal	True	MAD0100_000000015759	1.0		1	1	False	False	0.9987096786499023	0					non-mobilizable	no_good_hit								True	False
FIJ0012_000000020202	1255	0.9458443296859491	2	2	2	2	1	False	65374	fragment	False	ENG0035_000000016423	0.6955313225318298		0	0	False	False	0.9992032051086426	0					non-mobilizable	chromosome	1255.0	97.291	100.0	0.0005377079491158478	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
CHI0167_000000016588	1365	0.9458392607428666	2	1	1	1	1	False	78129	fragment	False	CHI0167_000000016588	1.0		0	0	False	False	0.9912087917327881	0					non-mobilizable	no_good_hit	316.0	72.468	22.0	0.00010765547274032402	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0800_000000009591	1338	0.9458362965193376	3	2	2	2	2	True	21878	maximal	True	ISR0800_000000009591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	97.429	67.0	0.00020494193311894964	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
USA0116_01_000000009096	2861	0.9458257648968804	3	1	1	1	1	False	56072	fragment	False	USA0116_01_000000009096	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2863.0	99.51100000000001	100.0	0.0007997514618533932	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0130_000000006494	5057	0.9458188330018904	8	7	2	4	6	True	3815	maximal	True	SPA0130_000000006494	1.0		2	2	False	False	0.9996045231819153	0					non-mobilizable	no_good_hit	4311.0	98.26	85.0	0.5735019973368841	AJ239049.2	firmicutes	Streptococcus thermophilus partial repA gene, ORF1 to ORF8 and partial ORF9 DNA	True	True
USA0034_01_000000029397	1783	0.9458172747043494	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.4307487638569233		0	0	False	False	0.9921480417251587	0					non-mobilizable	plasmid	1693.0	77.141	93.0	0.006878154881602167	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MAD0012_000000014116	2038	0.9458166531384048	5	4	2	4	3	True	60814	fragment	False	MAD0012_000000014116	1.0		0	0	False	False	0.9901864528656006	0					non-mobilizable	plasmid	2038.0	100.0	100.0	0.06536807650343367	CP054365.1	enterobacteria	Escherichia coli strain SCU-171 plasmid pSCU-171-2, complete sequence	False	True
MAD0049_000000003892	4126	0.9458127796106296	5	4	4	4	4	False	100439	fragment	False	MAD0049_000000003892	1.0		0	0	False	False	0.9975763559341431	0					non-mobilizable	no_good_hit	1046.0	75.335	25.0	0.000814347805320724	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
CAN0003_000000032074	1530	0.9458110443279008	2	2	1	2	1	False	96487	maximal	True	CAN0003_000000032074	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0238_000000000520	16010	0.9458085648904416	16	7	6	6	5	False	68631	fragment	False	ISR0238_000000000520	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1849.0	89.616	12.0	0.011120646931547584	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
MAD0088_000000003491	5220	0.9457986179566371	6	5	4	5	4	False	15918	maximal	True	MAD0088_000000003491	1.0		1	1	False	False	0.9994252920150757	0					non-mobilizable	no_good_hit	453.0	73.73100000000001	9.0	0.00010068210428765488	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0086_000000005813	1228	0.94578995991148	1	1	1	1	1	False	84033	fragment	False	CHI0086_000000005813	1.0		0	0	False	False	0.9951140284538269	0					non-mobilizable	plasmid	1228.0	100.0	100.0	0.3072108162243365	CP055491.1	enterobacteria	Klebsiella sp. RHBSTW-00484 plasmid pRHBSTW-00484_11, complete sequence	False	True
MAD0068_000000009865	2741	0.9457821528634728	4	4	4	4	4	False	17753	fragment	False	MAD0068_000000009865	1.0		0	0	False	False	0.9978110194206238	0					non-mobilizable	chromosome	2736.0	99.488	99.0	0.0007708752887259137	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0164_000000012663	2116	0.9457809775763673	2	2	2	2	2	False	118751	maximal	True	ISR0164_000000012663	1.0		46	4	False	False	0.9995273947715759	0					non-mobilizable	no_good_hit	816.0	92.647	89.0	0.0036896182402381687	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0013_000000032478	1701	0.9457681359127804	2	2	2	2	2	False	56787	fragment	False	MON0013_000000032478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000002654	12026	0.9457630541537979	15	8	5	6	5	True	128070	maximal	True	FIJ0123_000000002654	1.0	PS519|PS520	8	4	False	True	0.9999168515205383	0		MOBV			mobilizable	no_good_hit	1985.0	85.743	41.0	0.15949979830576846	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0323_000000008495	2394	0.9457338229050104	2	2	2	2	2	False	27790	maximal	True	ISR0323_000000008495	1.0		1	1	False	False	0.9995822906494141	0					non-mobilizable	no_good_hit	1599.0	74.234	65.0	0.00042234262802565094	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0052_000000014045	1976	0.9457335940658332	3	2	2	2	1	False	6528	maximal	True	SPA0052_000000014045	1.0		3	2	False	False	0.9954453706741333	0					non-mobilizable	other	1830.0	98.306	93.0	0.005776823220997442	NZ_SMBP01000001.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_101, whole genome shotgun sequence	False	False
ENG0188_000000012904	1996	0.9457314673356362	2	2	2	2	1	True	54904	fragment	False	ENG0188_000000012904	1.0		0	0	False	False	0.9914829730987549	0					non-mobilizable	no_good_hit								True	True
SPA0097_000000000580	21699	0.9457145653368756	22	10	7	9	3	True	69327	fragment	False	SPA0097_000000000580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0165_000000003658	4569	0.9457142759603424	7	6	1	2	5	True	90066	fragment	False	CHI0165_000000003658	1.0		0	0	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	plasmid	3491.0	99.85700000000001	100.0	0.3762803234501348	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
AST0149_000000009530	2861	0.9457083010627284	4	4	4	4	3	False	104539	fragment	False	AST0149_000000009530	1.0		0	0	False	False	0.9993009567260742	0					non-mobilizable	no_good_hit	140.0	81.429	5.0	0.007460639640133853	NZ_CABKTP010000092.1	firmicutes	Clostridium polynesiense isolate MGYG-HGUT-01479, whole genome shotgun sequence	True	False
SPA0036_000000005970	3875	0.945705218468802	5	3	2	3	2	True	111702	fragment	False	SPA0036_000000005970	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3734.0	97.831	99.0	0.1501790240173794	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0349_000000002824	3408	0.945705218468802	5	3	2	3	2	True	111701	fragment	False	ISR0349_000000002824	0.9648845911600162		0	0	False	False	1.0	0					non-mobilizable	other	3408.0	97.65299999999999	100.0	0.13706400611497768	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0031_000000007150	3285	0.945705218468802	4	3	2	3	2	True	111701	fragment	False	ISR0349_000000002824	0.9539895536383801		0	0	False	False	1.0	0					non-mobilizable	other	3285.0	97.9	100.0	0.1320754716981132	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0014_000000007978	2999	0.945705218468802	4	3	2	3	2	True	111701	fragment	False	ISR0349_000000002824	0.6249619482496195		0	0	False	False	1.0	0					non-mobilizable	other	3003.0	94.505	100.0	0.12012712716739751	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0142_000000011992	2798	0.945705218468802	3	3	2	3	2	True	110640	fragment	False	FIJ0142_000000011992	0.9803632193530065		0	0	False	False	0.9989278316497803	0					non-mobilizable	other	2612.0	96.516	100.0	0.10504083356800901	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
MAD0107_000000014400	2695	0.945705218468802	3	3	2	3	2	True	110640	fragment	False	FIJ0142_000000011992	0.9730824165829223		0	0	False	False	0.9959183931350708	0					non-mobilizable	other	2692.0	96.58200000000001	99.0	0.10821901275294686	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
USA0066_01_000000007836	2646	0.945705218468802	3	3	2	3	2	True	110640	fragment	False	FIJ0142_000000011992	0.9547223441834346		0	0	False	False	1.0	0					non-mobilizable	other	2444.0	97.21799999999999	100.0	0.09828217403548296	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
USA0026_01_000000012717	2581	0.945705218468802	3	3	2	3	2	True	110640	fragment	False	FIJ0142_000000011992	0.9616832696099049		0	0	False	False	1.0	0					non-mobilizable	other	2581.0	97.17200000000001	100.0	0.1037936999637929	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
USA0120_01_000000005114	2489	0.945705218468802	3	3	2	3	2	True	110640	fragment	False	FIJ0142_000000011992	0.7851110001703784		0	0	False	False	0.9927681684494019	0					non-mobilizable	other	2471.0	97.12700000000001	99.0	0.09936838717463893	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0020_000000004020	5777	0.9457031259692096	7	7	7	5	5	False	49822	maximal	True	FIJ0020_000000004020	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	86.7	41.0	0.00029960298789125783	CP019300.1	CFB group bacteria	Prevotella intermedia ATCC 25611 = DSM 20706 strain ATCC 25611 chromosome I, complete sequence	True	False
SPA0086_000000000223	35689	0.9456940348259708	37	30	17	24	24	False	123876	maximal	True	SPA0086_000000000223	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	12907.0	98.714	65.0	0.07636402374428143	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
FIJ0048_000000014929	2184	0.9456933878857462	3	3	3	2	2	False	51684	maximal	True	FIJ0048_000000014929	1.0		6	1	False	False	0.9963369965553284	0					non-mobilizable	no_good_hit	1795.0	98.44	82.0	0.013808816398161903	NZ_CYYU01000004.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0074_000000005173	5988	0.9456902628134548	10	9	4	5	8	True	118168	backbone	True	FIJ0074_000000005173	0.8637444303471183	PS799	106	11	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	5955.0	99.79799999999999	99.0	0.6660324566312256	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0047_000000004038	9612	0.9456896422341808	5	5	3	5	3	False	72809	maximal	True	SPA0047_000000004038	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	73.824	5.0	0.07449279851324145	NZ_CABKPS010000043.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0054_000000024901	1143	0.9456851103409062	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.1426843203048186		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	97.375	100.0	0.00693057890360912	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
ISR0288_000000001972	10918	0.9456829506558956	8	7	7	5	4	False	97033	fragment	False	ISR0288_000000001972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1749.0	95.31200000000001	16.0	0.0021371627634273432	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ISR0198_000000014751	2253	0.945670225144194	3	3	3	3	3	False	64734	fragment	False	ISR0198_000000014751	1.0		0	0	False	False	0.9720372557640076	0					non-mobilizable	chromosome	2185.0	99.863	99.0	0.000898513256773202	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
CHI0090_000000001036	10533	0.9456696781381968	16	9	5	8	7	True	125406	fragment	False	CHI0090_000000001036	0.986550551375863		0	0	False	False	0.9935441017150879	0					non-mobilizable	other	10441.0	98.84100000000001	99.0	0.002979428557076364	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0025_000000011622	3050	0.9456677920260612	3	3	2	3	3	False	94095	fragment	False	ENG0092_000000006712	0.9510330880626805		0	0	False	False	0.9914754033088684	0					non-mobilizable	chromosome	3050.0	97.541	100.0	0.0012556533227247306	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0082_000000001373	11072	0.9456650963112694	5	4	4	4	4	False	5631	maximal	True	SPA0082_000000001373	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	73.181	4.0	0.0006767490400849142	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	True	False
ITA0006_000000002813	9042	0.9456637089265912	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9960067755805265	PS1165|PS799|PS800	0	0	True	True	1.0	531	rep_cluster_1097	MOBB			mobilizable	plasmid	6110.0	99.96700000000001	100.0	0.6836038052602127	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0127_000000002858	8943	0.9456637089265912	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9957959714058651	PS1165|PS799|PS800	0	0	True	True	0.9998881816864014	20	rep_cluster_1097	MOBB			mobilizable	plasmid	6349.0	99.984	100.0	0.7103525461667599	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0010_000000001801	8942	0.9456637089265912	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9973446002720221	PS1165|PS799|PS800	0	0	True	True	0.9998881816864014	30	rep_cluster_1097	MOBB			mobilizable	plasmid	6349.0	99.96799999999999	100.0	0.7103525461667599	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0080_000000022451	1274	0.9456626898014541	2	1	1	1	1	False	94105	fragment	False	CAN0012_000000030540	0.37874661154168027		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	92.338	100.0	0.00019652618769252822	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0172_000000002165	10556	0.9456625044846276	14	4	2	4	3	True	101329	fragment	False	FIJ0068_000000001978	0.5100969521804387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	94.45700000000001	4.0	0.00011523905835817953	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0793_000000000959	10204	0.9456625044846276	14	4	2	4	3	True	101329	fragment	False	FIJ0068_000000001978	0.4844020044149378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	1.0	0.06542056074766354	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0128_000000000263	46533	0.9456610392793996	47	19	6	13	14	True	42897	maximal	True	ISR0128_000000000263	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	88.235	1.0	0.00026495154698584494	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
USA0027_01_000000000414	39493	0.9456580426450436	45	38	16	22	36	True	123809	maximal	True	USA0027_01_000000000414	1.0		5	4	False	False	0.9998480677604675	0					non-mobilizable	no_good_hit	30811.0	98.163	89.0	0.008123401569132077	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	True
DEN0017_000000003478	8191	0.9456557209249123	11	8	5	6	6	True	130648	backbone	False	USA0082_01_000000002282	0.7822979027204257	PS1107|PS1110|PS1114	0	0	False	True	0.9997557997703552	0		MOBV			mobilizable	plasmid	5899.0	95.338	92.0	0.9860784971486078	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0121_000000008911	1887	0.945628071336042	4	2	2	2	2	False	59132	maximal	True	ENG0121_000000008911	1.0		3	2	False	False	0.998940110206604	0					non-mobilizable	no_good_hit	1320.0	98.258	79.0	0.00036691373490621847	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0002_000000006157	5650	0.9456255684930078	6	3	1	3	1	False	52444	maximal	True	FIJ0002_000000006157	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0034_000000001527	8034	0.9456247977696002	10	9	4	5	7	True	92221	maximal	True	MON0034_000000001527	1.0		18	2	False	False	0.9985063672065735	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	5545.0	99.729	69.0	0.6197450805008945	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ISR0139_000000015477	1735	0.9456220633281784	2	2	2	2	2	False	110022	fragment	False	ISR0155_000000011336	0.9893762512432733		0	0	False	False	0.9902017116546631	0					non-mobilizable	chromosome	1716.0	99.883	99.0	0.0007190293313656107	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
AST0094_000000013105	1732	0.9456220633281784	2	2	2	2	2	False	110022	fragment	False	ISR0155_000000011336	0.984265987118036		0	0	False	False	0.9422633051872253	0					non-mobilizable	chromosome	1702.0	99.765	98.0	0.0007131597041707894	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
MON0024_000000024650	2042	0.9456113460362808	3	2	2	2	1	False	12928	maximal	True	MON0024_000000024650	1.0		1	1	False	False	0.9627816081047058	0					non-mobilizable	no_good_hit	814.0	85.50399999999999	63.0	0.00028507452485513436	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0097_000000012266	2845	0.9456092298481868	5	4	2	4	2	False	22058	maximal	False	MON0082_000000010331	0.9641559299636604		0	0	False	False	0.994727611541748	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	3.0	2.7622127874162086e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0034_000000008016	1807	0.9456079089508516	4	2	2	2	2	True	65458	maximal	True	ENG0034_000000008016	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	100.0	36.0	0.0061428851925612185	NZ_JAABLG010000007.1	firmicutes	Streptococcus vestibularis strain AS012761 AS012761_7, whole genome shotgun sequence	True	True
ISR0165_000000006242	3097	0.945584990190634	4	4	4	4	3	False	113616	fragment	False	ISR0165_000000006242	1.0		0	0	False	False	0.9996771216392517	0					non-mobilizable	other	3171.0	76.411	100.0	0.0006073765651422019	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0111_000000001927	13722	0.945576593691563	19	13	4	5	12	True	116377	maximal	True	SPA0111_000000001927	1.0		2	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	9006.0	99.42299999999999	89.0	0.27258142632279936	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0784_000000007519	1605	0.9455655227170002	3	3	3	3	2	False	91820	fragment	False	ISR0001_000000016435	0.9736921706267185		0	0	False	False	0.9981308579444885	0					non-mobilizable	other	1605.0	99.00299999999999	100.0	0.010875028868752462	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ISR0178_000000005422	2975	0.9455579410139844	5	3	1	2	1	True	104317	backbone	False	SPA0138_000000008634	0.989835169332768	PS125|PS616	0	0	True	True	1.0	734					non-mobilizable	no_good_hit	1188.0	96.044	66.0	0.39865319865319865	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
USA0024_01_000000007212	3339	0.945557282750818	4	3	2	3	3	False	1680	maximal	True	USA0024_01_000000007212	1.0		3	1	False	False	0.9907158017158508	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.0001759585951223064	NZ_CZAI01000008.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MON0025_000000014142	2636	0.9455560898421012	5	5	5	4	4	False	12827	maximal	True	MON0025_000000014142	1.0		1	1	False	False	0.9988619089126587	0					non-mobilizable	no_good_hit	416.0	71.635	16.0	0.00012596067947837604	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
CHI0112_000000010062	1813	0.9455447044221701	2	1	1	1	1	False	83593	fragment	False	CHI0093_000000002755	0.6487473903966597		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	97.965	96.0	0.0533409991056599	NZ_QRUU01000040.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf40, whole genome shotgun sequence	False	False
CHI0059_000000013998	1329	0.9455447044221701	1	1	1	1	1	False	85792	fragment	False	CHI0059_000000013998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	76.744	57.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CHI0173_000000016531	1102	0.9455447044221701	1	1	1	1	1	False	77859	fragment	False	CHI0173_000000016531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	76.744	68.0	0.0002527256893949875	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
AST0005_000000005969	4915	0.9455444395534748	6	2	2	2	2	False	128636	maximal	True	AST0005_000000005969	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1642.0	70.402	47.0	0.004960476997488836	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0043_000000000499	34716	0.9455344866534918	38	9	5	8	3	True	80739	maximal	False	ENG0052_000000000341	0.9750207123379709		0	0	False	False	0.9999135732650757	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.2565897898169085e-06	NZ_CP011028.1	g-proteobacteria	Pseudoalteromonas espejiana DSM 9414 chromosome I, complete sequence	True	True
CHI0032_000000002257	2668	0.9455325839460149	4	4	4	3	3	False	88460	maximal	True	CHI0032_000000002257	1.0		10	4	False	False	0.9996252059936523	0					non-mobilizable	no_good_hit	1571.0	95.735	59.0	0.01566741178349034	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
MON0027_000000012503	3135	0.9455324545795633	3	3	3	3	3	True	12667	maximal	True	MON0027_000000012503	1.0		80	8	False	False	0.9728867411613464	0					non-mobilizable	other	3156.0	96.515	100.0	0.015506047604303358	NZ_QIBZ01000002.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_002, whole genome shotgun sequence	False	True
ISR0246_000000008108	2554	0.9455278937688824	3	3	2	2	2	False	79138	fragment	False	ISR0246_000000008108	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2578.0	98.13799999999999	100.0	0.011856275745487138	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	False
ISR0282_000000000737	19870	0.9455247135732494	33	12	7	10	7	True	121778	fragment	False	ISR0282_000000000737	1.0		0	0	False	False	0.9992451071739197	0					non-mobilizable	other	9869.0	97.781	95.0	0.05682721439515247	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0206_000000012024	2127	0.9455162990067316	3	3	2	3	2	False	53954	maximal	True	ENG0206_000000012024	1.0		0	0	False	False	0.9891866445541382	0					non-mobilizable	no_good_hit								True	False
CHI0166_000000002417	3117	0.9455066415792072	4	4	4	3	3	False	84164	maximal	True	CHI0166_000000002417	1.0		8	2	False	False	0.991658627986908	0					non-mobilizable	no_good_hit	1821.0	99.78	89.0	0.0006699141552861012	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
ISR0356_000000007644	2463	0.9455034508429222	4	4	4	3	3	False	105493	fragment	False	ISR0356_000000007644	0.969010946661466		0	0	False	False	0.9939098954200745	0					non-mobilizable	other	2463.0	99.391	100.0	0.003539812829880506	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
SPA0097_000000001256	14457	0.945502887353105	23	10	6	8	5	True	116036	fragment	False	SPA0097_000000001256	1.0		0	0	False	False	0.9991699457168579	0					non-mobilizable	other	9709.0	97.281	99.0	0.05590562973032129	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0016_000000001953	11143	0.9454994622856152	6	5	5	4	2	False	123965	fragment	False	AST0016_000000001953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9571.0	99.99	86.0	0.04819313512206913	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
FIJ0144_000000009199	3438	0.9454956406706642	5	3	3	3	2	False	45342	maximal	True	FIJ0144_000000009199	1.0		1	1	False	False	0.9997091293334961	0					non-mobilizable	no_good_hit	430.0	89.535	12.0	0.0016576104847736083	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0083_000000004993	6333	0.9454879998836496	5	5	5	5	4	False	58003	maximal	True	FIJ0083_000000004993	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	80.581	20.0	0.004965178520039138	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0118_000000005173	2654	0.9454704431692552	4	4	4	4	3	False	93092	maximal	True	ENG0118_000000005173	1.0		5	3	False	False	0.9954785108566284	0					non-mobilizable	no_good_hit	2218.0	97.16	84.0	0.007950026356650302	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
FIJ0006_000000034332	1181	0.9454703805080664	4	2	2	2	1	True	51649	fragment	False	FIJ0039_000000018446	0.9714630225080385		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	98.984	100.0	0.006796686903129932	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0028_000000004426	5548	0.9454678787183042	8	5	0	1	5	False	113953	backbone	False	SPA0033_000000005007	0.9957428205632399	PS734	0	0	True	True	1.0	7		MOBV			mobilizable	plasmid	2775.0	99.712	100.0	0.3999422882700909	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
USA0003_01_000000010387	3779	0.9454651818957892	8	6	2	3	6	False	57221	maximal	True	USA0003_01_000000010387	1.0		1	1	False	False	0.9984122514724731	0					non-mobilizable	no_good_hit	160.0	77.5	4.0	0.00042802150467279525	NZ_SMMX01000001.1	firmicutes	Extibacter muris strain DSM 28560 NODE_1_length_366804_cov_89.152802, whole genome shotgun sequence	True	False
SPA0118_000000006704	4354	0.9454624527007928	5	5	4	4	3	True	123490	fragment	False	SPA0118_000000006704	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3235.0	99.691	100.0	0.0006328777031353474	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
SPA0113_000000006223	5416	0.9454501990963946	6	2	2	2	1	True	16570	fragment	False	SPA0113_000000006223	1.0		0	0	False	False	0.9970458149909973	0					non-mobilizable	no_good_hit								True	True
CHI0129_000000007369	3021	0.945439214656698	3	2	2	2	1	True	119960	maximal	True	CHI0129_000000007369	0.9844071281699794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0389_000000007197	2918	0.945439214656698	3	2	2	2	1	True	119960	maximal	False	CHI0129_000000007369	0.9678914266799072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.009135802469135803	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0125_000000011167	1365	0.9454346896528236	3	3	1	1	3	True	32031	fragment	False	ISR0125_000000011167	1.0		0	0	False	False	0.9882783889770508	0					non-mobilizable	plasmid	1368.0	98.24600000000001	100.0	0.39045986860896886	U31333.1	firmicutes	Lactobacillus casei plasmid pLC88 DNA replication protein and mobilization protein complete sequence	False	True
ENG0087_000000006234	4436	0.945431115770593	8	7	5	6	3	False	61400	fragment	False	ENG0087_000000006234	1.0		0	0	False	False	0.9984220266342163	0					non-mobilizable	no_good_hit	222.0	100.0	5.0	6.694237231045388e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ISR0196_000000014836	1461	0.9454284073560628	2	1	1	1	1	True	28973	fragment	False	ISR0196_000000014836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0049_000000002330	6184	0.9454248929069364	7	4	4	4	4	False	48681	maximal	True	MAD0049_000000002330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	89.834	17.0	0.0737037037037037	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
CHI0014_000000001096	5137	0.9454223856793518	5	5	4	5	4	False	99895	maximal	False	SPA0025_000000003693	0.9639269406392694		0	0	False	False	1.0	0					non-mobilizable	other	5137.0	99.28	100.0	0.016275827101026746	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0189_000000000848	9204	0.9454178674729408	8	7	6	6	4	True	127374	fragment	False	ISR0189_000000000848	1.0		0	0	False	False	0.9975010752677917	0					non-mobilizable	other	9188.0	97.49700000000001	99.0	0.09978263232257363	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0168_000000003753	7363	0.9454130387747646	3	2	2	2	1	True	56009	fragment	False	ISR0327_000000002423	0.9601980694496679		0	0	False	False	0.9990493059158325	0					non-mobilizable	no_good_hit								True	True
FIJ0169_000000010651	2144	0.9454066011568408	3	3	3	3	3	False	93094	fragment	False	MAD0054_000000006900	0.9268411031178534		0	0	False	False	1.0	0					non-mobilizable	other	2145.0	97.436	100.0	0.007677495006580198	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0133_000000009392	2217	0.9453952832645224	3	3	3	3	2	False	31536	maximal	True	ISR0133_000000009392	1.0		2	2	False	False	0.9878214001655579	0					non-mobilizable	no_good_hit	269.0	78.067	12.0	0.00010805281914273493	CP061322.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 chromosome, complete genome	True	False
SPA0110_000000004679	4570	0.9453908039678084	8	3	1	3	2	False	109353	backbone	False	ISR0162_000000008581	0.9440623847501626	PS688	0	0	True	True	0.9997811913490295	34					non-mobilizable	chromosome	3014.0	99.104	91.0	0.6941691634017054	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	True
USA0054_01_000000000469	24753	0.945382684168721	28	12	5	6	10	False	104017	maximal	True	USA0054_01_000000000469	1.0		1	1	False	False	0.9992324113845825	0					non-mobilizable	no_good_hit	3305.0	93.19200000000001	23.0	0.0007327545039192037	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0062_01_000000008391	2619	0.9453811106231104	4	3	2	2	3	False	104879	fragment	False	TAN0002_000000012842	0.9682179125040498		0	0	False	False	0.9946544766426086	0					non-mobilizable	no_good_hit	1568.0	97.76799999999999	62.0	0.1262605889471561	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CAN0013_000000003395	7746	0.9453796204641586	11	8	8	8	5	False	125981	maximal	False	ENG0060_000000002709	0.9589718836732231		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2829.0	99.75299999999999	37.0	0.000997135878803564	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0103_000000001950	10585	0.9453563273216189	20	9	4	6	7	True	60332	maximal	True	ENG0103_000000001950	1.0		1	1	True	True	0.999905526638031	16					non-mobilizable	no_good_hit	44.0	95.455	0.0	0.0017927124155757525	GU942987.1	bacteria	Uncultured marine bacterium MedDCM-OCT-S04-C293 genomic sequence	True	True
SPA0113_000000018526	1616	0.9453542134657869	4	3	1	3	2	True	106415	fragment	False	SPA0141_000000012731	0.8680302057520138		0	0	False	False	1.0	0					non-mobilizable	other	1616.0	99.75200000000001	100.0	0.001990199439192872	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0042_000000020845	1614	0.9453542134657869	3	3	1	3	2	True	106415	fragment	False	SPA0141_000000012731	0.6501533186854883		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	100.0	100.0	0.0019889663540384774	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
AST0113_000000027922	1330	0.9453542134657869	3	3	1	3	2	True	106415	fragment	False	SPA0141_000000012731	0.39176600421652646		0	0	False	False	0.9969924688339233	0					non-mobilizable	other	1330.0	99.85	100.0	0.001638770170190413	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ISR0114_000000003582	6880	0.9453530802127946	9	4	3	3	4	False	32562	maximal	True	ISR0114_000000003582	1.0		7	2	False	False	0.9998546242713928	0					non-mobilizable	no_good_hit	373.0	100.0	5.0	0.011492477370323457	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	True	False
FIJ0161_000000013261	1346	0.94535281032564	2	2	2	2	2	False	39267	fragment	False	FIJ0161_000000013261	1.0		0	0	False	False	1.0	0					non-mobilizable	other	943.0	87.699	97.0	0.5613405146618791	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
CHI0006_000000004654	2765	0.945348754782562	5	5	2	2	5	True	90636	fragment	False	CHI0006_000000004654	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2785.0	89.91	99.0	0.33204912111726465	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
MON0090_000000026428	2248	0.94534633459397	2	2	2	2	2	False	12382	maximal	True	MON0090_000000026428	1.0		2	2	False	False	0.9991103410720825	0					non-mobilizable	no_good_hit	883.0	77.803	39.0	0.00016358432772094013	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
USA0121_01_000000004150	10319	0.9453346447604004	11	6	4	6	3	True	92840	fragment	False	USA0121_01_000000004150	0.9393313414265347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	1.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
ISR0104_000000007345	3441	0.945329455372721	4	3	2	2	2	False	123466	fragment	False	ISR0104_000000007345	0.9820766378244746		0	0	False	False	0.9796570539474487	0					non-mobilizable	no_good_hit	559.0	74.77600000000001	16.0	0.0035110591910364726	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0077_000000009508	3236	0.945329455372721	4	3	2	2	2	False	123466	fragment	False	ISR0104_000000007345	0.9533565823888405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	74.375	20.0	0.004033845577937124	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
AST0012_000000006866	3004	0.945329455372721	4	3	2	2	2	False	125533	maximal	True	AST0012_000000006866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	74.587	10.0	0.0006328680897646414	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
SPA0036_000000008526	2833	0.945329455372721	5	3	2	2	2	False	123464	fragment	False	ISR0114_000000007690	0.5390613843005931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	73.616	11.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ISR0205_000000006341	2827	0.945329455372721	5	3	2	2	2	False	123464	fragment	False	ISR0114_000000007690	0.5386253809858563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	73.616	11.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
AST0019_000000009988	2820	0.945329455372721	4	3	2	2	2	False	122688	fragment	False	AST0019_000000009988	1.0		0	0	False	False	0.9893617033958435	0					non-mobilizable	no_good_hit	874.0	89.931	31.0	0.005557025668166181	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
SPA0035_000000006613	2810	0.945329455372721	4	3	2	2	2	False	123464	fragment	False	ISR0114_000000007690	0.6378238878164401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	73.616	11.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
SPA0084_000000006143	2808	0.945329455372721	4	3	2	2	2	False	123464	fragment	False	ISR0114_000000007690	0.6374597761092109		0	0	False	False	0.9985755085945129	0					non-mobilizable	no_good_hit	307.0	73.941	11.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ISR0120_000000012389	2610	0.945329455372721	4	3	2	2	2	False	123464	fragment	False	ISR0114_000000007690	0.5204491531743314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	73.941	12.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ISR0108_000000014368	1568	0.945329455372721	3	3	2	2	2	False	32791	fragment	False	ISR0108_000000014368	0.991754617414248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	73.616	19.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ISR0789_000000000520	24075	0.945324303591364	23	13	6	12	8	True	110950	fragment	False	ISR0789_000000000520	1.0		0	0	False	False	0.9997923374176025	0					non-mobilizable	plasmid	14054.0	97.574	91.0	0.08485537115159134	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
TAN0009_000000010173	3421	0.945320484815516	4	2	2	1	1	False	2712	maximal	True	TAN0009_000000010173	1.0		14	3	False	False	0.9997076988220215	0					non-mobilizable	chromosome	3424.0	97.985	100.0	0.0005268443212024012	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0293_000000017446	2037	0.9453130717205472	3	3	3	3	3	False	131393	fragment	False	USA0116_01_000000010746	0.3991900857588287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	76.303	10.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
FIJ0105_000000007016	4174	0.9453110446167876	7	4	4	4	2	False	99970	fragment	False	FIJ0105_000000007016	1.0		0	0	False	False	0.9995208382606506	0					non-mobilizable	no_good_hit	220.0	87.727	5.0	0.0009025004322724033	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
CHI0176_000000002064	4497	0.945304407879654	3	2	1	1	2	False	77722	maximal	True	CHI0176_000000002064	1.0		1	1	True	True	1.0	280	ColRNAI_rep_cluster_1987			MOB_unknown	mobilizable	no_good_hit	1186.0	87.774	54.0	0.08784686155215908	CP034682.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_13kb, complete sequence	True	True
USA0004_01_000000005471	4884	0.9452998869105044	10	5	2	4	4	True	132220	backbone	False	ISR0043_000000004492	0.9765033641953079	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	1084		MOBP			mobilizable	plasmid	3838.0	99.323	100.0	0.8015458533528306	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
AUS0016_000000013557	2087	0.9452988248486563	2	2	2	1	1	False	100353	fragment	False	AUS0016_000000013557	1.0		0	0	False	False	0.9889793992042542	0					non-mobilizable	no_good_hit								True	False
DEN0033_000000005694	4800	0.94528993634855	9	6	3	3	4	False	132470	backbone	False	CAN0001_000000008257	0.029620170718759373	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	890	rep_cluster_870	MOBV			mobilizable	plasmid	2922.0	99.897	100.0	0.5221666070790132	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
DEN0053_000000000331	16397	0.9452887867739984	15	11	6	9	6	False	72163	maximal	True	DEN0053_000000000331	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	95.881	9.0	0.0011773415484548884	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0066_000000016037	2010	0.9452856991060404	2	2	2	2	2	False	131871	maximal	False	ISR0170_000000022890	0.9957325019590368		0	0	False	False	0.9990049600601196	0					non-mobilizable	other	2010.0	100.0	100.0	0.011644284215590241	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
AST0002_000000018777	1975	0.9452856991060404	2	2	2	2	2	False	131871	maximal	False	ISR0170_000000022890	0.986335607160714		0	0	False	False	0.9989873170852661	0					non-mobilizable	other	1595.0	99.93700000000001	100.0	0.009238919382603706	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
BAN0020_000000000102	37590	0.945281697625435	43	42	15	15	41	False	97759	fragment	False	BAN0020_000000000102	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	37591.0	99.984	100.0	0.33233429700554334	MF554642.1	bacteria	uncultured bacterium clone AA-105 plasmid pTIC, complete sequence	False	True
FIJ0011_000000010800	3975	0.9452631329361741	3	2	1	2	1	False	67393	maximal	True	FIJ0011_000000010800	1.0		1	1	False	False	0.9994968771934509	0					non-mobilizable	no_good_hit	272.0	84.926	7.0	0.16573902288188003	KU545009.1	bacteria	Uncultured bacterium clone CH_01B_000_Contig_2 genomic sequence	True	False
CAN0007_000000011509	3672	0.9452596154702412	4	4	4	3	3	False	95403	maximal	True	CAN0007_000000011509	1.0		1	1	False	False	0.9942810535430908	0					non-mobilizable	no_good_hit	371.0	77.898	10.0	0.0064363795365107125	NZ_SNXO01000013.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_113, whole genome shotgun sequence	True	False
ISR0188_000000016713	1232	0.9452586768585444	2	1	1	1	1	True	29246	fragment	False	ISR0188_000000016713	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1233.0	97.324	100.0	0.018745055078814438	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
MON0005_000000000156	38689	0.9452504251020348	46	11	6	9	4	True	14163	fragment	False	MON0005_000000000156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	0.0	3.700099710479211e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	True
ENG0166_000000023756	1268	0.9452477561084548	2	2	2	2	2	False	62823	fragment	False	ENG0101_000000027325	0.840091667514379		0	0	False	False	0.9984227418899536	0					non-mobilizable	other	1268.0	99.132	100.0	0.0006092737524194227	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
ISR0780_000000001599	6807	0.9452438746620134	11	6	4	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9876033196768151		0	0	True	True	1.0	111		MOBB			mobilizable	no_good_hit	2275.0	98.41799999999999	88.0	0.2964751958224543	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0018_000000005570	3900	0.9452425614422524	5	4	3	4	3	False	37801	maximal	True	ISR0018_000000005570	1.0		1	1	False	False	0.9997435808181763	0					non-mobilizable	no_good_hit	110.0	87.273	3.0	3.349350257062632e-05	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MAD0008_000000004589	2586	0.9452408311565038	4	3	2	2	1	True	44440	fragment	False	MAD0029_000000001359	0.985483429669789		0	0	False	False	0.992266058921814	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.1266233766233766	NZ_AXCY01000308.1	high GC Gram+	Cellulomonas carbonis T26 contig318, whole genome shotgun sequence	True	True
SPA0139_000000008273	3227	0.9452380456854602	6	5	1	3	5	False	94797	maximal	True	SPA0139_000000008273	0.9937336563049466	PS501|PS502	3	2	True	True	1.0	143					non-mobilizable	no_good_hit	751.0	97.47	73.0	0.11945556445156125	LT726871.1	other sequences	Shuttle vector pAM1, complete sequence	True	True
SPA0107_000000011968	2671	0.9452372760894124	4	4	3	4	3	False	103944	fragment	False	SPA0107_000000011968	1.0		0	0	False	False	0.9996256232261658	0					non-mobilizable	other	2552.0	98.00200000000001	96.0	0.0012519649371293734	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
USA0044_01_000000001610	18117	0.9452297435657766	17	11	3	9	6	False	99002	maximal	True	USA0044_01_000000001610	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	84.82700000000001	31.0	0.00032502454374012073	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
CHI0132_000000005259	6310	0.9452221004331371	9	7	1	3	5	True	123826	backbone	False	ISR0183_000000005642	0.18820800962344972	PS486|PS905	0	0	True	True	1.0	187	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2162.0	94.17200000000001	69.0	0.34347618288991555	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
ISR0801_000000001924	3335	0.9452191381349478	5	4	3	3	2	False	27936	maximal	True	ISR0801_000000001924	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1635.0	75.596	83.0	0.0006896412880100508	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0027_000000018899	1981	0.9452163591789026	3	3	1	3	3	True	126930	fragment	False	SPA0027_000000018899	0.9997455470737914		0	0	False	False	1.0	0					non-mobilizable	other	1981.0	100.0	100.0	0.0024415086057012927	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
DEN0010_000000023125	1965	0.9452163591789026	3	3	1	3	3	True	126930	fragment	False	SPA0027_000000018899	0.9957092377587078		0	0	False	False	0.9994910955429077	0					non-mobilizable	other	1965.0	100.0	100.0	0.002421779243230979	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ENG0134_000000026535	1461	0.9452163591789026	3	3	1	3	3	True	106415	fragment	False	SPA0141_000000012731	0.41030116047274623		0	0	False	False	0.9986310601234436	0					non-mobilizable	other	1461.0	99.042	100.0	0.020853270106980133	MK211824.1	firmicutes	Streptococcus suis ICE element ICESsuYS388, complete sequence	False	True
CHI0159_000000010892	1455	0.9452163591789026	3	3	1	3	3	True	106415	fragment	False	SPA0141_000000012731	0.48762508618043987		0	0	False	False	0.999312698841095	0					non-mobilizable	other	1455.0	100.0	100.0	0.001792905814489737	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
CHI0182_000000019891	1449	0.9452163591789026	3	3	1	3	3	True	106415	fragment	False	SPA0141_000000012731	0.41215752783145737		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	100.0	100.0	0.0017855073035633695	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
AST0149_000000019303	1379	0.9452163591789026	3	3	1	3	3	True	106415	fragment	False	SPA0141_000000012731	0.40108009475954054		0	0	False	False	0.9985496997833252	0					non-mobilizable	other	1379.0	97.09899999999999	100.0	0.017290957245554295	NZ_CVRN01000002.1	firmicutes	Enterococcus massiliensis strain AM1, whole genome shotgun sequence	False	True
ISR0222_000000012834	4518	0.9452155641020532	4	3	1	2	3	False	103496	maximal	True	ISR0222_000000012834	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2476.0	76.939	54.0	0.022843639228042535	NZ_CAPH01000023.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
AST0153_000000007978	3830	0.9452155641020532	4	3	1	2	3	False	103495	fragment	False	AST0153_000000007978	1.0		0	0	False	False	0.9906005263328552	0					non-mobilizable	no_good_hit	2441.0	78.083	63.0	0.02247791593990885	NZ_CAPH01000023.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
USA0044_01_000000011131	2600	0.945205768738146	3	2	2	2	2	False	35979	fragment	False	USA0044_01_000000011131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	92.208	3.0	2.514088237022803e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0004_000000004800	5507	0.9452032258822278	8	3	2	3	2	True	111500	fragment	False	ENG0004_000000004800	0.999908908726544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2404.0	91.639	59.0	0.003123052990019553	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
SPA0113_000000006129	5489	0.9452032258822278	8	3	2	3	2	True	111500	fragment	False	ENG0004_000000004800	0.9982749228254948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2404.0	91.639	59.0	0.003123052990019553	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
SPA0101_000000011900	3788	0.9452032258822278	6	3	2	3	2	True	111496	fragment	False	SPA0101_000000011900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2319.0	91.419	71.0	0.0030120285215328693	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0056_000000006564	2701	0.9451978528346058	4	3	2	3	2	False	114458	fragment	False	FIJ0040_000000008916	0.9598765432098766		0	0	False	False	0.9825990200042725	0					non-mobilizable	chromosome	2733.0	83.60799999999999	99.0	0.0011711150393977669	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0108_000000006115	3452	0.9451947057026078	6	3	3	3	2	False	129763	fragment	False	MON0108_000000006115	1.0		0	0	False	True	0.9692931771278381	0					non-mobilizable	chromosome	1742.0	99.024	97.0	0.0004665589016544216	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ITA0006_000000011306	2136	0.9451947057026078	4	3	3	3	2	False	129515	backbone	False	ISR0187_000000012655	0.5780340193879742	PS1061	0	0	False	True	0.9995318055152893	0					non-mobilizable	chromosome	1742.0	99.08200000000001	100.0	0.0004665589016544216	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0167_000000014994	1935	0.9451947057026078	3	3	3	3	2	False	129515	backbone	False	ISR0187_000000012655	0.4843077866812202	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1673.0	99.58200000000001	100.0	0.00044806805489155255	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0146_000000007949	2990	0.9451922987141821	4	1	1	1	1	True	90457	maximal	False	MAD0012_000000009156	0.9996669126439658	PS297|PS477	0	0	True	True	1.0	14	Col(MP18)			MOBP,MOB_unknown	mobilizable	no_good_hit	1422.0	96.06200000000001	86.0	0.5180722891566265	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	True	True
CHI0154_000000015228	2113	0.9451922987141821	1	1	1	1	1	True	90455	fragment	False	CHI0154_000000015228	1.0		0	0	False	False	0.9900615215301514	0	Col(MP18)			MOBP	mobilizable	plasmid	1499.0	99.93299999999999	99.0	0.5469149324571011	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
MAD0068_000000014394	1952	0.9451922987141821	2	1	1	1	1	True	45406	fragment	False	MAD0068_000000014394	1.0		0	0	False	False	1.0	0	Col(MP18)			MOBP	mobilizable	plasmid	1952.0	99.898	100.0	0.5050478902407456	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
CHI0009_000000004875	1644	0.9451922987141821	1	1	1	1	1	True	90454	fragment	False	CHI0009_000000004875	1.0		0	0	False	False	0.9993917346000671	0	Col(MP18)			MOBP	mobilizable	plasmid	1300.0	99.385	100.0	0.47316538882803943	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	False	True
FIJ0065_000000012826	1502	0.9451922987141821	1	1	1	1	1	True	45404	fragment	False	FIJ0065_000000012826	1.0		0	0	False	False	1.0	0	Col(MP18)			MOBP	mobilizable	plasmid	1502.0	100.0	100.0	0.3885581154543101	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
FIJ0035_000000008444	1432	0.9451922987141821	3	1	1	1	1	True	48018	fragment	False	FIJ0035_000000008444	1.0		0	0	False	False	0.9797486066818237	0	Col(MP18)			MOBP	mobilizable	plasmid	902.0	99.889	100.0	0.3866952789699571	GU214746.1	enterobacteria	Escherichia coli strain ZMF18 plasmid pPM18, complete sequence	False	True
MAD0102_000000015791	1384	0.9451922987141821	1	1	1	1	1	True	14975	fragment	False	MAD0102_000000015791	1.0		0	0	False	False	0.9992774724960327	0					non-mobilizable	plasmid	712.0	99.29799999999999	100.0	0.16804537934294492	CP030792.1	enterobacteria	Escherichia coli strain APEC O2-211 plasmid pAPEC-O2-211B, complete sequence	False	True
ENG0190_000000014820	2037	0.9451868906519424	4	4	4	2	2	False	105488	maximal	True	ENG0190_000000014820	1.0		0	0	False	False	0.9960726499557495	0					non-mobilizable	other	2043.0	88.93799999999999	100.0	0.004206671080946863	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0134_000000000285	45942	0.9451803236271916	60	22	18	18	14	False	114651	fragment	False	AST0052_000000000144	0.9467292623126251		0	0	False	False	0.999956488609314	0					non-mobilizable	no_good_hit	200.0	97.5	1.0	6.698223489760975e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0136_000000004536	5662	0.945180177728666	7	6	3	4	5	True	96770	fragment	False	FIJ0136_000000004536	1.0		0	0	False	False	0.9994701743125916	0					non-mobilizable	no_good_hit	1982.0	85.21700000000001	72.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CAN0013_000000004295	5802	0.9451779896510224	8	7	4	5	3	True	128071	backbone	False	ENG0060_000000004144	0.9964085626842807	PS1028	0	0	True	True	1.0	446		MOBV			mobilizable	no_good_hit	3121.0	87.921	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0009_000000005153	1972	0.9451762403195152	3	3	3	2	2	False	19771	fragment	False	MAD0009_000000005153	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0058_000000006374	3037	0.9451677687684484	6	4	1	4	2	False	85910	maximal	True	CHI0058_000000006374	1.0		1	1	False	False	0.9983536601066589	0					non-mobilizable	no_good_hit	360.0	88.056	18.0	0.00010058630262502075	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MON0079_000000010379	2213	0.9451563001488544	2	2	2	2	2	False	10099	maximal	True	MON0079_000000010379	1.0		5	3	False	False	0.9710800051689148	0					non-mobilizable	no_good_hit	746.0	80.027	43.0	0.00015719928773495987	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
ISR0356_000000014107	1485	0.9451543639862656	2	2	2	1	1	False	23903	maximal	True	ISR0356_000000014107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	99.074	51.0	0.00029861005916434274	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
USA0062_01_000000007117	3250	0.9451477913224507	5	5	5	2	2	False	57495	maximal	True	USA0062_01_000000007117	1.0		51	7	False	False	1.0	0					non-mobilizable	other	1814.0	99.89	93.0	0.00048149013224238084	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
USA0013_01_000000005237	2012	0.9451477913224507	5	5	5	2	2	False	2043	fragment	False	USA0013_01_000000005237	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1958.0	97.804	97.0	0.0003700774301277516	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ENG0131_000000003845	7400	0.9451475762963448	10	10	3	7	10	True	84507	maximal	True	ENG0131_000000003845	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	7334.0	96.85	99.0	0.10365715579710146	CP031804.1	enterobacteria	Klebsiella pneumoniae strain MSB1_8A-sc-2280397 plasmid unnamed4, complete sequence	False	True
FIJ0050_000000019441	1324	0.9451401267389417	2	2	2	2	1	False	46575	maximal	True	FIJ0050_000000019441	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	4.0	2.7139695969895527e-05	NZ_CP019981.1	firmicutes	Pediococcus inopinatus strain DSM 20285 chromosome, complete genome	True	False
MON0037_000000012705	4573	0.9451368560976317	9	7	4	5	5	True	132220	backbone	False	ISR0043_000000004492	0.9077298496697211	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9910343289375305	0					non-mobilizable	plasmid	4485.0	99.955	98.0	0.9368992895946511	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0115_000000000327	18230	0.945136298260958	16	15	9	11	13	True	123679	fragment	False	ENG0107_000000001203	0.6388246138796395		0	0	False	True	0.9989577531814575	0	rep_cluster_1702				non-mobilizable	no_good_hit	6834.0	96.986	66.0	0.0012967544474061206	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
USA0066_01_000000017246	1175	0.9451328658139648	2	1	1	1	1	False	62914	fragment	False	ENG0069_000000013366	0.8359209831014212		0	0	False	False	0.9965957403182983	0					non-mobilizable	chromosome	1101.0	95.186	99.0	0.000248877111722293	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0079_000000001704	15756	0.9451288033393132	16	11	6	8	8	False	76987	fragment	False	USA0081_01_000000001790	0.9475530851719226		0	0	False	False	0.9987306594848633	0					non-mobilizable	no_good_hit	912.0	95.175	6.0	0.998898678414097	GQ882086.1		Uncultured organism clone VC1CY14TF genomic sequence	True	False
ISR0194_000000001237	15428	0.9451288033393132	16	11	6	8	8	False	76987	fragment	False	USA0081_01_000000001790	0.9444541145588865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	98.719	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
MON0089_000000021982	1337	0.9451186085191344	2	2	2	2	1	False	9589	maximal	True	MON0089_000000021982	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	81.973	78.0	0.0003676138162747838	CP059566.1	b-proteobacteria	Neisseria sicca strain DSM 17713 chromosome, complete genome	True	False
SPA0126_000000003227	9911	0.9451176673601408	11	5	5	5	3	False	62912	maximal	True	SPA0126_000000003227	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	99.82600000000001	12.0	0.0003628820279993462	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ENG0143_000000003292	5961	0.9451109017169168	8	4	2	4	4	True	91863	fragment	False	ENG0143_000000003292	1.0		0	0	False	False	0.999832272529602	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
MON0045_000000000179	48816	0.9451097317730216	47	21	15	20	10	False	119564	maximal	False	MON0031_000000000294	0.994854918901296		0	0	False	False	0.9999794960021973	0					non-mobilizable	no_good_hit	5859.0	90.78299999999999	21.0	0.20283329292369506	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	False
MON0103_000000009064	4622	0.9451095679787612	6	3	1	3	3	False	8922	maximal	True	MON0103_000000009064	1.0		1	1	True	True	1.0	54	rep_cluster_2335,rep_cluster_2373				non-mobilizable	no_good_hit	2754.0	88.417	65.0	0.6449870861704625	CP000651.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae MGH 78578 plasmid pKPN6, complete sequence	True	True
DEN0026_000000014090	2056	0.9451061269991372	2	2	0	2	0	True	74173	fragment	False	DEN0026_000000014090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	91.139	4.0	0.00027291048536080164	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	True	True
FIJ0142_000000011843	2830	0.9450994069717074	3	3	2	3	2	False	131402	fragment	False	FIJ0142_000000011843	1.0		0	0	False	False	0.9904593825340271	0					non-mobilizable	no_good_hit	807.0	74.845	28.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
AUS0020_000000004968	5492	0.9450971198809948	6	3	2	3	2	False	99702	maximal	True	AUS0020_000000004968	1.0		9	6	False	False	1.0	0					non-mobilizable	other	3394.0	81.232	92.0	0.0024193746114938683	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
ISR0232_000000008496	3024	0.945087453912126	4	3	2	3	1	True	38139	fragment	False	ISR0232_000000008496	0.986664415935179		0	0	False	False	0.9993386268615723	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0009607136730142391	NZ_BILU01000094.1	firmicutes	Paenibacillus alginolyticus DSM 5050 = NBRC 15375 PAL01S_CON00094, whole genome shotgun sequence	True	True
SPA0146_000000008020	2962	0.945087453912126	4	3	2	3	1	True	38139	fragment	False	ISR0232_000000008496	0.9761904761904763		0	0	False	False	0.9996623992919922	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0009607136730142391	NZ_BILU01000094.1	firmicutes	Paenibacillus alginolyticus DSM 5050 = NBRC 15375 PAL01S_CON00094, whole genome shotgun sequence	True	True
ENG0025_000000003021	6454	0.9450838770819692	6	3	1	3	1	True	109369	fragment	False	ENG0025_000000003021	0.9588836477987421		0	0	False	False	0.9941121935844421	0					non-mobilizable	plasmid	4504.0	96.359	93.0	0.19532199270959902	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
SPA0115_000000008062	3195	0.9450787808659584	4	3	1	2	2	False	74893	fragment	False	SPA0115_000000008062	1.0		0	0	False	False	0.9996870160102844	0					non-mobilizable	chromosome	3153.0	99.81	99.0	0.0005715066384578247	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0113_000000014269	1962	0.9450781222008284	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.9557379529514961		0	0	False	False	0.9949031472206116	0					non-mobilizable	other	1960.0	92.806	99.0	0.008804255087407193	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0053_000000004933	2270	0.9450773536401024	5	4	1	3	3	True	126931	fragment	False	CHI0053_000000004933	0.9965675057208239		0	0	False	False	1.0	0					non-mobilizable	other	2291.0	99.083	100.0	0.002823765003563616	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
USA0051_01_000000009457	2185	0.9450773536401024	5	4	1	3	3	True	126931	fragment	False	CHI0053_000000004933	0.9778430580775863		0	0	False	False	1.0	0					non-mobilizable	other	2185.0	99.588	100.0	0.0026930579771977893	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0118_000000014761	1800	0.9450773536401024	5	4	1	3	3	True	106415	fragment	False	SPA0141_000000012731	0.9794513013384435		0	0	False	False	1.0	0					non-mobilizable	other	1800.0	100.0	100.0	0.0022183201927558713	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
DEN0035_000000019614	1745	0.9450773536401024	4	4	1	3	3	True	106415	fragment	False	SPA0141_000000012731	0.9732003590480508		0	0	False	False	0.985100269317627	0					non-mobilizable	other	1745.0	99.59899999999999	100.0	0.0021505005092641687	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ISR0781_000000016984	1744	0.9450773536401024	4	4	1	3	3	True	106415	fragment	False	SPA0141_000000012731	0.9776196906065487		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	99.713	100.0	0.002149267424109774	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0156_000000005044	3133	0.945075735485358	3	3	1	3	1	True	62310	fragment	False	SPA0156_000000005044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	4.290456129463268e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
SPA0142_000000007606	3804	0.9450743817350818	7	3	2	2	3	False	90862	fragment	False	SPA0142_000000007606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2137.0	91.34299999999999	56.0	0.11099465464835971	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
MON0086_000000021340	1434	0.9450700637543684	2	2	1	1	2	False	51839	fragment	False	MON0025_000000024515	0.8237937944658641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	75.455	53.0	0.00021168246735070583	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0068_000000005931	6331	0.9450691604849472	9	8	3	2	6	True	129865	fragment	False	MON0068_000000005931	1.0		0	0	False	False	0.9987363815307617	0					non-mobilizable	other	6332.0	96.96799999999999	100.0	0.001749712169160831	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
SPA0103_000000016966	1105	0.9450496888320834	1	1	1	1	1	False	4857	maximal	True	SPA0103_000000016966	1.0		1	1	False	False	0.9909502267837524	0					non-mobilizable	no_good_hit	849.0	96.70200000000001	77.0	0.00025828564806979506	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
AST0012_000000007408	2821	0.94504810581888	3	3	3	3	3	False	129725	fragment	False	ISR0269_000000005481	0.9550748752079867		0	0	False	True	0.9939737915992737	0					non-mobilizable	other	1795.0	87.465	99.0	0.008354608803610684	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0172_000000003603	6723	0.945043780081882	12	3	2	3	2	False	38755	maximal	True	FIJ0172_000000003603	1.0		5	1	False	False	0.9961326718330383	0					non-mobilizable	no_good_hit	198.0	75.253	3.0	6.558119036316689e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
DEN0070_000000005460	5801	0.9450282621052616	6	6	5	5	6	False	99342	fragment	False	DEN0070_000000005460	0.9976315789473684		0	0	False	False	0.9996552467346191	0					non-mobilizable	other	5801.0	99.86200000000001	100.0	0.023827919516044186	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
DEN0018_000000005803	5700	0.9450282621052616	6	6	5	5	6	False	99342	fragment	False	DEN0070_000000005460	0.9891398034821584		0	0	False	False	0.9977192878723145	0					non-mobilizable	chromosome	5692.0	99.54299999999999	100.0	0.0012952574543330106	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0211_000000003397	9616	0.9450162598965482	12	2	1	1	2	False	53675	maximal	True	ENG0211_000000003397	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	5994.0	96.964	100.0	0.001329575162309898	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0005_000000011762	2035	0.94501107912037	3	3	3	3	2	False	106109	maximal	True	ENG0005_000000011762	1.0		3	2	False	False	0.9945945739746094	0					non-mobilizable	other	1738.0	94.87899999999999	100.0	0.0006048818424645172	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
BAN0016_000000000099	6845	0.9449901924943463	9	9	6	7	9	False	98360	maximal	True	BAN0016_000000000099	1.0		1	1	False	False	0.9959094524383545	0					non-mobilizable	no_good_hit	3783.0	98.705	86.0	0.000792072568934411	CP040667.1	enterobacteria	Escherichia coli strain S17-1 chromosome, complete genome	True	False
SPA0082_000000005879	2792	0.9449879256556376	4	4	4	4	4	False	85826	fragment	False	SPA0082_000000005879	0.9769481844145247		0	0	False	False	0.998925507068634	0					non-mobilizable	other	2792.0	98.03	100.0	0.010817242475214523	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
SPA0158_000000004926	3322	0.9449871269875884	4	3	3	3	2	False	58183	fragment	False	SPA0158_000000004926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	79.885	5.0	0.0006346693745893316	NZ_LGSS01000005.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_5c, whole genome shotgun sequence	True	False
CHI0134_000000006985	2150	0.9449861147637908	4	4	1	4	1	True	85740	fragment	False	CHI0134_000000006985	0.994982438534872		0	0	False	False	1.0	0					non-mobilizable	other	2150.0	99.95299999999999	100.0	0.010626619459224242	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
USA0081_01_000000004698	6522	0.9449796036403336	7	7	6	7	4	False	127577	fragment	False	ISR0001_000000004362	0.7896728799832845		0	0	False	False	0.9993866682052612	0					non-mobilizable	other	6513.0	99.463	99.0	0.17861649020791048	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ITA0002_000000003471	2528	0.94497610628736	4	1	1	1	1	False	20429	maximal	True	ITA0002_000000003471	1.0		2	2	False	False	0.9940664768218994	0					non-mobilizable	no_good_hit	532.0	88.91	24.0	0.0006549423290345752	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0132_000000012740	2203	0.94497610628736	2	1	1	1	1	False	31596	maximal	True	ISR0132_000000012740	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	90.361	19.0	0.3841860465116279	NZ_LN869524.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0047_000000024403	1628	0.9449742993714656	4	1	1	1	1	False	11453	fragment	False	MON0047_000000024403	1.0		0	0	False	False	0.9969287514686584	0					non-mobilizable	no_good_hit								True	False
MON0077_000000005290	6154	0.9449706877858468	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.03683344894468074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4050.0	98.568	88.0	0.03511525852947808	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
AST0046_000000003772	5227	0.944969508601008	10	2	0	2	1	True	115722	maximal	True	AST0046_000000003772	1.0		1	1	True	True	1.0	463					non-mobilizable	no_good_hit	1665.0	84.505	60.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0126_000000009319	5207	0.944969508601008	10	2	0	2	1	True	32004	maximal	True	ISR0126_000000009319	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	1027.0	86.95200000000001	49.0	0.2247857613711272	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0119_000000006878	5023	0.944969508601008	11	2	0	2	1	False	4227	maximal	True	SPA0119_000000006878	1.0		1	1	True	True	1.0	46					non-mobilizable	no_good_hit	1660.0	86.325	68.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AST0047_000000004472	4608	0.944969508601008	8	2	0	2	1	False	115457	maximal	True	AST0047_000000004472	1.0		1	1	True	True	1.0	441					non-mobilizable	no_good_hit	1659.0	86.197	75.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
FIJ0007_000000003739	4519	0.944969508601008	9	2	0	2	1	True	51615	maximal	True	FIJ0007_000000003739	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3360.0	85.744	99.0	0.7352230279059547	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	False	True
ISR0052_000000006552	4685	0.9449659709900428	4	3	2	3	1	False	35804	maximal	True	ISR0052_000000006552	1.0		0	0	False	False	0.9980790019035339	0					non-mobilizable	no_good_hit	977.0	74.616	21.0	0.00047457863355707727	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0101_000000019123	3184	0.9449556298393788	3	3	3	3	3	False	39149	maximal	True	MON0101_000000019123	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	92.895	28.0	0.0001984672671724203	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0082_000000001730	9002	0.9449513358792128	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9970688438355558	PS1165|PS799|PS800	0	0	True	True	1.0	46	rep_cluster_1097	MOBB			mobilizable	plasmid	8797.0	99.818	100.0	0.9833407871198568	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0311_000000001507	8994	0.9449513358792128	12	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9974315966723805	PS1165|PS799|PS800	0	0	True	True	1.0	5	rep_cluster_1097	MOBB			mobilizable	plasmid	6727.0	99.836	100.0	0.7518746502518187	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
DEN0035_000000003024	8686	0.9449513358792128	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9674890600125742	PS1165|PS799|PS800	0	0	False	True	0.9991940855979919	0	rep_cluster_1097	MOBB			mobilizable	plasmid	8690.0	99.689	100.0	0.9711538461538461	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0063_000000001407	8413	0.9449513358792128	11	9	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9284555071440034	PS1165|PS799|PS800	0	0	False	True	0.9995245337486267	0	rep_cluster_1097	MOBB			mobilizable	plasmid	8437.0	99.301	100.0	0.942195885509839	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0379_000000005857	3725	0.9449501750296564	5	3	1	2	2	False	85852	fragment	False	ISR0379_000000005857	1.0		0	0	False	False	0.9962416291236877	0					non-mobilizable	no_good_hit	57.0	91.228	2.0	0.009416195856873822	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	False
ENG0061_000000014181	1479	0.9449459384609916	3	3	3	3	2	False	63246	fragment	False	ENG0061_000000014181	1.0		0	0	False	False	0.9932386875152588	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	7.233260888580867e-05	NZ_JNJA01000002.1	d-proteobacteria	Desulfovibrio alcoholivorans DSM 5433 Q368DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
SPA0136_000000001742	16161	0.9449450208469088	27	9	3	6	6	False	44668	maximal	True	SPA0136_000000001742	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1910.0	82.461	12.0	0.0005080963110492725	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0152_000000010566	2234	0.9449231186057271	3	1	1	1	1	True	59122	fragment	False	MON0015_000000015149	0.9500402900886382		0	0	False	False	0.9986571073532104	0					non-mobilizable	other	2234.0	100.0	100.0	0.0007166004193700976	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0821_000000028141	1187	0.9449231186057271	2	1	1	1	1	True	59112	fragment	False	ENG0121_000000011782	0.6643230837663517		0	0	False	False	0.9865206480026245	0					non-mobilizable	other	1185.0	99.916	99.0	0.00037996188828221927	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0301_000000018566	1104	0.9449231186057271	2	1	1	1	1	True	59112	fragment	False	ENG0121_000000011782	0.40723310058682394		0	0	False	False	0.9728260636329651	0					non-mobilizable	other	1104.0	99.90899999999999	100.0	0.00035396787396561473	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MAD0086_000000000367	12567	0.9449131033280338	17	4	2	4	1	True	44312	fragment	False	MAD0086_000000000367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0384_000000004890	3117	0.944911512246072	4	4	4	4	3	False	129541	maximal	True	ISR0384_000000004890	1.0	PS1061	28	7	False	True	0.9993583559989929	0					non-mobilizable	no_good_hit	1806.0	89.31299999999999	58.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0203_000000013243	1418	0.9449037248350792	3	2	1	1	2	False	110746	fragment	False	ISR0119_000000020149	0.6870078813718798		0	0	False	False	0.9971791505813599	0					non-mobilizable	other	1427.0	95.725	100.0	0.002396916617221157	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
ISR0204_000000002307	4103	0.9449004252014912	5	5	0	2	5	False	78690	backbone	True	ISR0204_000000002307	0.9925890509203921	PS380	0	0	True	True	0.9970753192901611	12	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	2610.0	99.34899999999999	100.0	0.641820418204182	CP045786.1	enterobacteria	Shigella dysenteriae strain CFSAN029786 plasmid p2CFSAN029786, complete sequence	False	True
ISR0377_000000010365	1526	0.9449002855257004	2	2	2	2	1	False	90037	fragment	False	ISR0377_000000010365	0.9758009543285617		0	0	False	False	0.9993447065353394	0					non-mobilizable	chromosome	1526.0	99.738	100.0	0.0006448372008061099	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0131_000000012265	1467	0.9449002855257004	2	2	2	2	1	False	90037	fragment	False	ISR0377_000000010365	0.9574049803407602		0	0	False	False	1.0	0					non-mobilizable	chromosome	1467.0	100.0	100.0	0.0006198894009060703	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0145_000000011789	2691	0.9448931004373236	3	3	3	3	1	False	57504	maximal	True	ENG0145_000000011789	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	76.19	25.0	0.00024672501484148643	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0012_000000006125	3762	0.9448918243781332	6	6	6	5	4	False	90198	fragment	False	CHI0087_000000001942	0.7100865910723106		0	0	False	False	0.9957469701766968	0					non-mobilizable	chromosome	3561.0	100.0	95.0	0.0006388997715215452	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	False
FIJ0121_000000005177	5041	0.9448758496648212	6	3	1	3	2	False	41497	fragment	False	FIJ0121_000000005177	1.0		0	0	False	False	0.997421145439148	0					non-mobilizable	no_good_hit	89.0	98.876	2.0	2.7376651076493473e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ETH0005_000000021334	2216	0.9448673296038468	3	3	3	3	1	False	52749	maximal	True	ETH0005_000000021334	1.0		1	1	False	False	0.999097466468811	0					non-mobilizable	no_good_hit								True	False
MON0093_000000020571	2140	0.9448587250856372	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9828058100676387	PS529	0	0	True	True	1.0	38	Col(BS512)				non-mobilizable	plasmid	2055.0	99.90299999999999	100.0	0.9387568555758684	AP023223.1	enterobacteria	Escherichia coli M505 plasmid pM505-c DNA, complete genome	False	True
CAN0012_000000022490	2131	0.9448587250856372	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9370274749462878	PS529	0	0	True	True	1.0	31					non-mobilizable	plasmid	1584.0	99.369	100.0	0.7632594021215043	CP053387.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-3, complete sequence	False	True
FIJ0102_000000014889	2127	0.9448587250856372	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9828418450653308	PS529	0	0	True	True	0.995768666267395	1	Col(BS512)				non-mobilizable	plasmid	2042.0	99.706	100.0	0.9770114942528736	CP033398.1	enterobacteria	Escherichia coli strain WCHEC020031 plasmid p2_020031, complete sequence	False	True
CHI0067_000000005303	2108	0.9448587250856372	3	2	1	1	2	True	120312	maximal	False	CHI0009_000000003776	0.9828062963571259	PS529	0	0	True	True	0.9995256066322327	18	Col(BS512)				non-mobilizable	plasmid	2086.0	99.089	100.0	0.9942583732057416	CP042636.1	enterobacteria	Escherichia coli strain NCYU-25-82 plasmid pNCYU-25-82-9, complete sequence	False	True
ISR0155_000000012329	1615	0.9448587250856372	2	2	1	1	2	True	30592	fragment	False	ISR0155_000000012329	1.0		0	0	False	False	0.9919504523277283	0	Col(BS512)				non-mobilizable	plasmid	1594.0	99.875	99.0	0.7398978169995355	AP023234.1	enterobacteria	Escherichia coli YJ4 plasmid pYJ4-c DNA, complete genome	False	True
MON0024_000000025840	1958	0.9448457399197436	2	2	1	2	1	False	105879	fragment	False	MON0024_000000025840	1.0		0	0	False	False	0.9994892477989197	0					non-mobilizable	no_good_hit	473.0	75.264	24.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0041_000000001454	17734	0.9448298960208166	16	14	11	14	11	False	95065	fragment	False	ISR0214_000000001181	0.8103648052080337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	89.31299999999999	1.0	3.710371802087626e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0292_000000001051	11110	0.9448297161573208	17	5	2	5	4	True	101329	fragment	False	FIJ0068_000000001978	0.5966880037534522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	98.225	2.0	4.4815189361514266e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0014_000000007037	4116	0.9448205966354384	5	3	2	3	3	True	19522	maximal	True	MAD0014_000000007037	1.0		1	1	True	True	1.0	130					non-mobilizable	no_good_hit	1491.0	92.22	36.0	0.053580442777817844	KU736873.1	bacteria	Uncultured bacterium IN-08 genomic sequence	True	True
SPA0095_000000009326	2146	0.9448200176523566	2	2	1	2	2	False	87466	fragment	False	SPA0095_000000009326	1.0		0	0	False	False	0.99767005443573	0	IncFIB				non-mobilizable	plasmid	2147.0	99.162	100.0	0.021599967791287544	CP057691.1	enterobacteria	Escherichia coli strain RHB17-C12 plasmid pRHB17-C12_2, complete sequence	False	True
ISR0017_000000014733	2290	0.9448165424681396	4	4	4	4	4	False	131592	fragment	False	ISR0017_000000014733	1.0		0	0	False	False	0.9899563193321228	0					non-mobilizable	chromosome	2290.0	100.0	100.0	0.0009675075542939118	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
CHI0154_000000015859	2043	0.9448159773124424	3	2	2	2	1	False	124104	maximal	True	CHI0154_000000015859	1.0		0	0	False	False	0.9833577871322632	0					non-mobilizable	no_good_hit	1557.0	99.807	76.0	0.00043728574825043545	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0065_000000011957	1707	0.9448144570290016	2	1	0	1	1	True	73827	fragment	False	SPA0065_000000011957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	97.101	4.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
SPA0102_000000022946	1380	0.9448144570290016	1	1	0	1	1	True	73826	fragment	False	SPA0102_000000022946	1.0		0	0	False	False	0.9992753863334656	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	6.0	0.022538552787663108	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
FIJ0033_000000004251	7087	0.9448085922150288	10	6	3	4	5	True	76964	backbone	False	ENG0033_000000002799	0.18172352495528893	PS328|PS329|PS369	0	0	False	True	0.9998589158058167	0					non-mobilizable	no_good_hit	475.0	84.421	26.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0121_000000011311	2209	0.9447943926516454	4	1	1	1	1	False	32212	maximal	True	ISR0121_000000011311	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000000221	49369	0.944782958093194	53	27	21	25	14	True	53288	maximal	True	MAD0098_000000000221	1.0	PS221|PS222	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	0.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
AST0007_000000010370	1746	0.944759925617994	4	4	1	4	3	True	126925	fragment	False	AST0007_000000010370	0.9942829654158123		0	0	False	False	1.0	0					non-mobilizable	other	1746.0	100.0	100.0	0.0021517335944185633	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0050_000000010882	2389	0.944756033806786	2	2	2	2	2	False	116566	fragment	False	SPA0050_000000010882	1.0		0	0	False	False	0.9924654960632324	0					non-mobilizable	no_good_hit	547.0	91.225	47.0	0.003085839866545966	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0327_000000001646	10142	0.9447511606395133	15	7	3	5	5	True	30931	fragment	False	ISR0327_000000001646	1.0		0	0	False	False	0.9976335763931274	0					non-mobilizable	no_good_hit								True	True
CAN0022_000000012994	2386	0.9447483211588096	3	3	2	2	1	False	131382	fragment	False	CAN0022_000000012994	0.975807987560442		0	0	False	False	0.9916177988052368	0					non-mobilizable	no_good_hit								True	False
SPA0121_000000006244	1889	0.9447445577518888	2	2	2	2	2	False	4133	fragment	False	SPA0121_000000006244	1.0		0	0	False	False	0.999470591545105	0					non-mobilizable	chromosome	1839.0	99.51100000000001	97.0	0.0002797489747611023	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
ENG0206_000000003320	6920	0.9447436943339248	11	9	5	5	9	True	124078	fragment	False	ENG0206_000000003320	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6900.0	94.986	100.0	0.001936872350219795	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0146_000000004034	4184	0.9447392108238992	4	4	4	3	4	False	71492	fragment	False	FIJ0146_000000004034	1.0		0	0	False	False	0.995936930179596	0					non-mobilizable	no_good_hit	2375.0	89.432	57.0	0.20055875380968508	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0052_000000008697	2864	0.9447272735568288	3	2	2	2	2	False	107155	maximal	True	MON0052_000000008697	1.0		5	3	False	False	0.994413435459137	0					non-mobilizable	no_good_hit	1144.0	98.95100000000001	40.0	0.0004631847170926102	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	True	False
USA0034_01_000000019830	2738	0.9447272735568288	6	2	2	2	2	False	107163	fragment	False	USA0034_01_000000019830	1.0		0	0	False	False	0.9996347427368164	0					non-mobilizable	no_good_hit	586.0	90.444	29.0	0.00017266527961853708	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0041_01_000000008142	2360	0.9447272735568288	4	2	2	2	2	False	107162	fragment	False	USA0041_01_000000008142	1.0		0	0	False	False	0.9894067645072937	0					non-mobilizable	no_good_hit	577.0	85.44200000000001	24.0	0.00027373913374656043	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
SPA0031_000000015101	2112	0.9447272735568288	3	2	2	2	2	False	107160	fragment	False	SPA0031_000000015101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	82.137	28.0	0.0002733449194826936	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
ISR0259_000000007583	2092	0.9447272735568288	3	2	2	2	2	False	107159	fragment	False	ISR0259_000000007583	0.9886877828054299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	84.24799999999999	26.0	0.00016040222713640354	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0047_01_000000018169	1989	0.9447272735568288	3	2	2	2	2	False	107159	fragment	False	ISR0259_000000007583	0.9646271510516252		0	0	False	False	0.9994972348213196	0					non-mobilizable	no_good_hit	565.0	84.24799999999999	28.0	0.00016040222713640354	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0049_000000002918	5174	0.9447264401519032	6	3	3	3	3	False	79135	maximal	True	MAD0049_000000002918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	80.46	2.0	0.00024887550761498354	CP019641.1	firmicutes	Planococcus sp. Y42 plasmid unnamed1, complete sequence	True	False
SPA0092_000000004311	8139	0.9447221361204122	9	8	3	3	6	True	132506	backbone	False	ISR0038_000000002833	0.8400279990300666	PS1165|PS799|PS800	0	0	False	True	0.9997542500495911	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6539.0	99.83200000000001	100.0	0.7308810375670841	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0175_000000001333	9801	0.9447109416194568	13	8	5	7	5	False	80495	maximal	True	CHI0175_000000001333	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	83.42200000000001	15.0	0.0001882484444403541	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
USA0133_01_000000017640	1149	0.9447091924232248	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.0897801093299155		0	0	False	False	1.0	0					non-mobilizable	other	1081.0	94.265	94.0	0.0065543127985095	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
ENG0132_000000002195	8611	0.9447010196412108	12	10	4	7	8	False	90380	fragment	False	ENG0132_000000002195	1.0		0	0	False	False	0.9973289966583252	0					non-mobilizable	no_good_hit	1303.0	75.902	23.0	0.038024059075750356	NZ_KB822487.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.24, whole genome shotgun sequence	True	False
AUS0008_000000004597	4463	0.9446956990291864	4	3	1	2	2	True	101887	backbone	False	ISR0203_000000004023	0.95204124361255	PS591	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1790.0	76.76	39.0	0.3269088213491475	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
USA0021_01_000000004206	4389	0.9446956990291864	6	3	1	2	2	True	101887	backbone	False	ISR0203_000000004023	0.9526063723005532	PS591	0	0	True	True	1.0	502					non-mobilizable	no_good_hit	1569.0	76.482	41.0	0.2866938472942921	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
SPA0132_000000008839	4382	0.9446956990291864	6	3	1	2	2	True	101887	backbone	False	ISR0203_000000004023	0.9575284873590426	PS591	0	0	True	True	1.0	268					non-mobilizable	no_good_hit	1790.0	77.598	40.0	0.3269088213491475	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
DEN0063_000000009697	4382	0.9446956990291864	6	3	1	2	2	True	101887	backbone	False	ISR0203_000000004023	0.9505767688374205	PS591	0	0	True	True	1.0	185					non-mobilizable	no_good_hit	1789.0	76.467	40.0	0.3269088213491475	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
ISR0203_000000004023	4381	0.9446956990291864	6	3	1	2	2	True	101887	backbone	True	ISR0203_000000004023	0.9577859627214461	PS591	3	3	True	True	1.0	11					non-mobilizable	no_good_hit	1558.0	76.637	42.0	0.2852112676056338	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
USA0007_01_000000004349	4242	0.9446956990291864	5	3	1	2	2	True	101887	backbone	False	ISR0203_000000004023	0.7720468581709792	PS591	0	0	True	True	1.0	689					non-mobilizable	no_good_hit	1755.0	77.721	41.0	0.34849094567404426	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
FIJ0059_000000004914	3806	0.9446854339899956	4	3	3	3	3	False	45926	maximal	True	FIJ0059_000000004914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1409.0	74.876	37.0	0.0022978191337568272	AP014926.1	CFB group bacteria	Prevotella intermedia DNA, chromosome 1, complete genome, strain: 17-2	True	False
ISR0137_000000000131	73323	0.9446812438647622	66	27	15	25	13	True	121848	fragment	False	ISR0137_000000000131	0.9522685394652657		0	0	False	True	0.9999727010726929	0					non-mobilizable	no_good_hit	21266.0	97.851	38.0	0.7564932754571978	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
FIJ0122_000000004624	3701	0.9446749042141864	6	5	1	1	5	False	56699	fragment	False	ENG0156_000000004059	0.9463401927585309		0	0	False	False	1.0	0					non-mobilizable	plasmid	2078.0	93.118	100.0	0.4395204453007921	CP057037.1	enterobacteria	Klebsiella pneumoniae strain RHB39-C24 plasmid pRHB39-C24_4, complete sequence	False	True
MAD0006_000000002243	3536	0.944666735629082	4	4	3	4	3	True	54236	maximal	True	MAD0006_000000002243	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	97.0	3.0	5.301670401041912e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
CHI0091_000000000783	3493	0.944657652705158	5	3	2	2	3	False	83732	maximal	True	CHI0091_000000000783	1.0		3	1	False	False	0.9959920048713684	0					non-mobilizable	no_good_hit	573.0	80.279	16.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
CHI0103_000000000247	9126	0.9446539936172846	10	9	4	4	8	True	118188	backbone	False	CHI0082_000000001020	0.9954775006711951	PS799|PS801|PS802	0	0	True	True	1.0	142	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.959	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0382_000000002468	4963	0.944651589668978	5	4	3	4	2	False	107880	maximal	True	ISR0382_000000002468	1.0		0	0	False	False	0.9995970129966736	0					non-mobilizable	no_good_hit	3142.0	95.09899999999999	73.0	0.0009815253231326986	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0068_000000020373	2082	0.9446435358944628	2	2	2	1	1	False	11164	fragment	False	MON0068_000000020373	1.0		0	0	False	False	0.9980787634849548	0					non-mobilizable	other	2082.0	97.839	100.0	0.0005572755252141066	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MAD0047_000000002945	9492	0.9446305447977846	9	8	8	5	7	False	127165	fragment	False	MAD0047_000000002945	1.0		0	0	False	False	0.9998946189880371	0					non-mobilizable	plasmid	9493.0	99.71600000000001	100.0	0.0497598775270531	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	False	True
SPA0031_000000008384	3421	0.9446302650984446	4	3	1	2	3	False	15110	fragment	False	SPA0031_000000008384	1.0		0	0	False	False	0.9921075701713562	0					non-mobilizable	no_good_hit	894.0	77.517	26.0	0.00036446480505457086	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0083_000000008122	2732	0.9446240633160654	3	2	2	2	1	True	61573	maximal	True	ENG0083_000000008122	1.0		1	1	False	False	0.9937774538993835	0					non-mobilizable	no_good_hit	1085.0	95.484	40.0	0.00042873285315781124	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
CHI0087_000000001942	3863	0.9446235256665344	6	6	6	5	4	False	90198	fragment	False	CHI0087_000000001942	0.9581324265961231		0	0	False	False	1.0	0					non-mobilizable	chromosome	3863.0	100.0	100.0	0.0007915460747656464	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
MAD0040_000000001472	10891	0.9446235203661398	21	6	4	5	2	True	35577	maximal	True	MAD0040_000000001472	1.0		2	1	False	False	0.9992654323577881	0					non-mobilizable	no_good_hit	2419.0	86.81299999999999	61.0	0.09233731228340393	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0295_000000010981	3095	0.9446193428599708	3	2	2	1	1	True	25727	maximal	True	ISR0295_000000010981	1.0		0	0	False	False	0.9880452156066895	0					non-mobilizable	no_good_hit	318.0	90.566	12.0	0.08494623655913978	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
MON0051_000000008181	3981	0.9446177929271052	7	6	4	4	4	True	69554	fragment	False	MON0051_000000008181	1.0		0	0	False	False	0.9914594292640686	0					non-mobilizable	no_good_hit	1136.0	83.09899999999999	42.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
SPA0068_000000001636	8505	0.9446174034297488	9	8	3	5	8	True	50098	maximal	True	SPA0068_000000001636	1.0		2	1	True	True	0.9998824000358582	26	rep_cluster_1159	MOBQ			mobilizable	no_good_hit	2549.0	95.25299999999999	53.0	0.25389066241021546	CP029726.1	enterobacteria	Proteus mirabilis strain AR_0029 plasmid unnamed, complete sequence	True	True
FIJ0006_000000012866	2742	0.9446144536427128	2	2	2	2	1	False	51742	fragment	False	FIJ0006_000000012866	1.0		0	0	False	False	0.9985412359237671	0					non-mobilizable	no_good_hit	81.0	83.95100000000001	3.0	0.00027580500586085635	NZ_FONL01000002.1	firmicutes	Succiniclasticum ruminis DSM 9236, whole genome shotgun sequence	True	False
DEN0063_000000009123	4614	0.9446138154246184	7	5	3	4	4	True	77579	fragment	False	DEN0063_000000009123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	83.01100000000001	44.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CHI0143_000000009275	2083	0.9445902733667512	4	3	2	2	2	True	79927	fragment	False	CHI0143_000000009275	1.0		0	0	False	False	0.9990398287773132	0					non-mobilizable	no_good_hit	1060.0	99.057	51.0	0.00038943361334763463	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	True
SPA0030_000000004709	6142	0.9445856416563492	8	5	3	3	4	True	90115	maximal	True	SPA0030_000000004709	0.9997078305422562	PS299	13	8	True	True	1.0	411		MOBP			mobilizable	no_good_hit	2180.0	88.853	35.0	0.02433223769084933	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
FIJ0046_000000004055	6121	0.9445856416563492	9	5	3	3	4	True	90115	maximal	False	SPA0030_000000004709	0.9996241559888155	PS299	0	0	True	True	1.0	67		MOBP			mobilizable	no_good_hit	2180.0	88.853	35.0	0.02433223769084933	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
TAN0008_000000001925	6081	0.9445856416563492	8	5	3	3	4	True	90115	maximal	False	SPA0030_000000004709	0.999704044493814	PS299	0	0	True	True	0.9998355507850647	10		MOBP			mobilizable	no_good_hit	2191.0	87.449	36.0	0.02795671383748479	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	True
USA0046_01_000000001801	5877	0.9445856416563492	8	5	3	3	4	True	90115	maximal	False	SPA0030_000000004709	0.9756688086889909	PS299	0	0	True	True	1.0	14		MOBP			mobilizable	no_good_hit	2180.0	88.853	37.0	0.02433223769084933	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
MON0050_000000013736	2535	0.9445853319761064	5	3	0	1	2	True	11335	fragment	False	MON0050_000000013736	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	350.0	82.571	22.0	0.1273792093704246	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
DEN0001_000000016840	2524	0.9445853319761064	4	3	0	1	2	True	76921	fragment	False	DEN0001_000000016840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	96.02600000000001	36.0	0.2220855878012789	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
MAD0014_000000017160	1918	0.9445853319761064	4	3	0	1	2	True	72686	fragment	False	MAD0014_000000017160	1.0		0	0	False	False	0.9869655966758728	0					non-mobilizable	no_good_hit	175.0	91.429	23.0	0.05740181268882175	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0131_000000032991	1152	0.9445831549314996	1	1	1	1	1	False	31621	maximal	True	ISR0131_000000032991	1.0		1	1	False	False	0.9965277910232544	0					non-mobilizable	no_good_hit	83.0	93.976	7.0	0.0005006644620947554	NZ_QENY01000004.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_104, whole genome shotgun sequence	True	False
SPA0134_000000006039	4899	0.9445817235331482	6	5	3	3	5	False	98148	maximal	False	FIJ0066_000000006205	0.9981175205055802	PS542	0	0	True	True	1.0	1119	Col156	MOBQ			mobilizable	plasmid	4903.0	98.899	100.0	0.5098896523006454	CP034822.1	enterobacteria	Salmonella sp. SSDFZ54 plasmid pTB503, complete sequence	False	True
ENG0174_000000000121	56181	0.944580295523394	63	20	10	16	10	True	97477	maximal	True	ENG0174_000000000121	1.0		23	7	False	False	0.9999821782112122	0					non-mobilizable	other	16788.0	99.92299999999999	98.0	0.018418915953478165	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0090_000000008526	4593	0.9445801246859374	5	3	2	3	1	False	43525	maximal	True	FIJ0090_000000008526	1.0		1	1	False	False	0.998040497303009	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000003789	6875	0.9445747257302449	11	6	5	6	4	True	53557	backbone	True	FIJ0018_000000003789	0.9987739562554856	PS228	6	1	True	True	1.0	4					non-mobilizable	no_good_hit	347.0	78.67399999999999	5.0	0.00011477860351801469	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0294_000000013099	1443	0.944574564279586	2	2	2	2	2	False	25750	fragment	False	USA0064_01_000000005241	0.9398854961832062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	73.70100000000001	63.0	0.0001738209862556715	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
FIJ0168_000000010211	2107	0.9445707258519564	3	1	1	1	1	False	38917	fragment	False	FIJ0168_000000010211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000005235	4907	0.9445693136415796	7	5	2	3	3	True	77739	backbone	True	ISR0214_000000005235	1.0	PS373	20	7	True	True	1.0	50					non-mobilizable	no_good_hit	662.0	85.34700000000001	27.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
USA0006_01_000000002722	8527	0.9445638535154092	8	5	2	4	4	False	126156	fragment	False	USA0006_01_000000002722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	73.441	18.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0085_000000000172	43698	0.944559763688656	35	14	8	14	6	True	117544	fragment	False	ISR0085_000000000172	1.0		0	0	False	True	0.9998855590820312	0					non-mobilizable	no_good_hit	1743.0	88.52600000000001	4.0	0.029936207163368124	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ENG0107_000000011902	2384	0.9445563002197732	3	3	3	3	1	False	60015	fragment	False	ENG0107_000000011902	1.0		0	0	False	False	0.9966443181037903	0					non-mobilizable	other	1319.0	87.566	90.0	0.00035187892365753774	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
AST0153_000000024168	1425	0.9445551434410666	2	2	2	1	1	False	103295	fragment	False	ISR0051_000000024221	0.9736813088625018		0	0	False	False	0.9740350842475891	0					non-mobilizable	other	1425.0	99.86	100.0	0.005330917449395592	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
SPA0037_000000013313	1860	0.944550840858956	3	3	3	2	2	False	7070	maximal	True	SPA0037_000000013313	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1170.0	99.48700000000001	63.0	0.0002468910002633645	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0141_000000002416	12540	0.9445477003442287	14	8	4	7	3	True	127213	fragment	False	FIJ0141_000000002416	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5964.0	93.243	94.0	0.2367022339447708	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
CHI0162_000000015764	2001	0.9445414171574602	4	4	4	3	2	False	81973	maximal	True	CHI0162_000000015764	1.0		8	3	False	False	0.9945027232170105	0					non-mobilizable	no_good_hit	1268.0	99.132	63.0	0.0005022641528880981	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
FIJ0058_000000024791	1662	0.9445404609295602	3	3	3	1	1	False	45999	maximal	True	FIJ0058_000000024791	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0256_000000001654	9678	0.9445395218172812	12	5	4	4	1	True	97617	maximal	True	ISR0256_000000001654	1.0		1	1	False	False	0.9998966455459595	0					non-mobilizable	no_good_hit	432.0	78.472	4.0	0.0002850218064827582	NZ_JH114215.1	CFB group bacteria	Prevotella oulorum F0390 supercont1.1, whole genome shotgun sequence	True	True
AST0092_000000005081	3255	0.9445376810702116	5	5	4	4	4	False	109688	fragment	False	AST0092_000000005081	0.9531158780497536		0	0	False	False	1.0	0					non-mobilizable	chromosome	3255.0	97.32700000000001	100.0	0.000641821051848845	CP057254.1	enterobacteria	Escherichia coli strain RHB31-C18 chromosome, complete genome	False	False
FIJ0130_000000007139	2943	0.9445320387875408	3	3	3	3	3	False	80924	fragment	False	CHI0132_000000010677	0.9807237064592492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.456288448008717e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ISR0146_000000001949	17733	0.9445165671932628	18	14	8	9	13	True	123658	maximal	True	ISR0146_000000001949	1.0	PS902	10	6	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	5188.0	99.749	60.0	0.0007979156338844274	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
ENG0183_000000001910	13977	0.9445140018600664	15	8	5	7	3	True	96682	fragment	False	ENG0183_000000001910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	95.08200000000001	18.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0082_01_000000018066	1654	0.9445126898073022	5	3	3	3	2	True	77623	fragment	False	USA0082_01_000000018066	1.0		0	0	False	False	0.984280526638031	0					non-mobilizable	other	1328.0	98.946	90.0	0.007643392813943576	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0137_000000002594	4840	0.9445053198941048	5	5	5	4	3	False	90190	fragment	False	CHI0137_000000002594	0.983374395353704		0	0	False	False	0.9975206851959229	0					non-mobilizable	chromosome	2654.0	86.36	100.0	0.0004800402444698103	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0017_000000007160	2728	0.9444983059418168	4	4	4	3	3	False	40248	fragment	False	MON0017_000000007160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0316_000000008031	2451	0.944493350558222	4	4	4	4	3	False	131700	fragment	False	ISR0264_000000003339	0.1647210625157777		0	0	False	False	0.9987760186195374	0					non-mobilizable	other	2456.0	92.427	100.0	0.02231350012295194	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
SPA0149_000000001364	16851	0.9444814414013404	17	14	13	13	10	True	59188	maximal	True	SPA0149_000000001364	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8819.0	96.927	59.0	0.0029953274251363527	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0227_000000010485	2534	0.9444788109857049	5	3	3	2	2	False	116189	fragment	False	ISR0214_000000010246	0.6429220189438173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	95.182	79.0	0.0004224123341686554	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0090_000000003211	13343	0.9444770135495032	30	7	3	7	3	True	93506	maximal	True	MON0090_000000003211	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1132.0	95.583	41.0	0.043550250288794765	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
TAN0008_000000000870	10199	0.9444765870172472	14	9	4	5	7	True	91636	maximal	True	TAN0008_000000000870	1.0		1	1	True	True	1.0	122					non-mobilizable	no_good_hit	2456.0	83.632	43.0	0.19685356998789835	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
TAN0002_000000004047	6570	0.944475824651504	7	7	7	5	5	False	52502	maximal	True	TAN0002_000000004047	1.0		1	1	True	True	0.9996955990791321	20					non-mobilizable	no_good_hit	3168.0	82.355	83.0	0.0021261564430494775	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0179_000000012615	1850	0.9444700250057368	2	2	1	2	0	True	34696	fragment	False	ISR0179_000000012615	1.0		0	0	False	False	0.9886486530303955	0					non-mobilizable	no_good_hit	863.0	76.477	46.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ENG0151_000000004073	5967	0.9444698272055212	5	5	5	5	4	False	104188	maximal	True	ENG0151_000000004073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	85.986	25.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MON0059_000000000015	60228	0.9444585525860149	100	32	14	21	20	True	112966	maximal	True	MON0059_000000000015	1.0		2	1	True	True	1.0	70					non-mobilizable	no_good_hit	13054.0	93.014	61.0	0.23113458334810194	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0107_000000009489	2607	0.944455833735009	3	3	3	3	3	False	87955	maximal	True	ISR0107_000000009489	1.0		22	6	False	False	1.0	0					non-mobilizable	other	2607.0	99.655	100.0	0.001105032818117789	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0357_000000000151	51949	0.944447195399336	59	17	11	15	8	True	25087	maximal	True	ISR0357_000000000151	1.0		1	1	False	False	0.9997690320014954	0					non-mobilizable	no_good_hit	1414.0	95.545	6.0	0.0004987909702243323	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	True
FIJ0081_000000031194	1167	0.9444470390482064	3	1	1	1	1	True	65001	fragment	False	ENG0038_000000023619	0.9254070855136578		0	0	False	False	0.9982861876487732	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.43050414594611e-05	NZ_FNEM01000004.1	g-proteobacteria	Ferrimonas sediminum strain DSM 23317, whole genome shotgun sequence	True	True
SPA0009_000000016720	2166	0.9444395120863888	4	2	2	2	2	False	61822	fragment	False	SPA0009_000000016720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0001225382932166302	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0079_000000016223	2055	0.9444395120863888	2	2	2	2	2	False	61821	fragment	False	ENG0079_000000016223	1.0		0	0	False	False	0.9990267753601074	0					non-mobilizable	no_good_hit								True	False
CHI0036_000000006902	1466	0.944432855294996	3	2	1	1	1	True	88054	fragment	False	CHI0036_000000006902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	99.339	69.0	0.0003252905670898886	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
CHI0052_000000012317	1287	0.944432855294996	2	2	1	1	1	True	86465	fragment	False	CHI0052_000000012317	1.0		0	0	False	False	0.999222993850708	0					non-mobilizable	no_good_hit	558.0	98.925	64.0	0.00023966514003844968	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
MON0064_000000004545	4942	0.9444318732341022	6	5	4	5	4	False	93523	maximal	True	MON0064_000000004545	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1724.0	97.738	35.0	0.0007395582995567371	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0170_000000007867	5648	0.9444302683292506	7	2	2	2	2	True	131863	fragment	False	ISR0170_000000007867	1.0		0	0	False	False	0.9994688630104065	0					non-mobilizable	no_good_hit	116.0	99.13799999999999	2.0	0.0006665468814300039	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	True
FIJ0050_000000001299	16267	0.944411071585592	24	4	2	4	1	True	46634	fragment	False	FIJ0050_000000001299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	85.455	0.0	0.03474903474903475	XM_031990117.1	bees	PREDICTED: Nomia melanderi uncharacterized LOC116432775 (LOC116432775), transcript variant X7, mRNA	True	True
ISR0797_000000001555	7488	0.9444108346088363	8	4	3	2	2	True	116413	fragment	False	ISR0124_000000001916	0.10151962577745256		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	7488.0	99.96	100.0	0.24105734247722077	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0081_000000018027	1407	0.944407650052672	2	2	2	2	2	False	61653	fragment	False	ENG0081_000000018027	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1407.0	99.787	100.0	0.00902149502726981	CP025861.1	enterobacteria	Escherichia coli strain 504239 plasmid p504239_155, complete sequence	False	True
ENG0173_000000001922	9706	0.9444037466142567	14	11	4	6	11	False	104031	maximal	True	ENG0173_000000001922	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	6765.0	99.49700000000001	77.0	0.0015023799528673823	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0030_000000011586	1855	0.9444014474258716	2	2	2	2	1	False	74560	fragment	False	ISR0030_000000011586	0.9796747967479675		0	0	False	False	0.9994609355926514	0					non-mobilizable	plasmid	1808.0	97.954	97.0	0.01455110602900558	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0223_000000006462	4117	0.9443943708390118	7	5	3	2	3	True	90853	fragment	False	ISR0223_000000006462	1.0		0	0	False	False	0.9992713332176208	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	2.0	0.00017252867545571369	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
USA0007_01_000000002694	7249	0.9443918212317178	10	5	3	5	1	True	108919	maximal	True	USA0007_01_000000002694	1.0		7	6	True	True	0.9995861649513245	7					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.823427104053171e-07	AP022630.1	eudicots	Lotus japonicus B-129 DNA, chromosome 2, complete sequence	True	True
AST0099_000000002820	6979	0.9443918212317178	9	5	3	5	1	True	108919	maximal	False	USA0007_01_000000002694	0.986825769071596		0	0	False	True	0.9954147934913635	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.823427104053171e-07	AP022630.1	eudicots	Lotus japonicus B-129 DNA, chromosome 2, complete sequence	True	True
ISR0145_000000015734	1829	0.94438688961084	3	2	1	2	1	False	31068	maximal	True	ISR0145_000000015734	1.0		0	0	False	False	0.9688354134559631	0					non-mobilizable	no_good_hit	62.0	100.0	3.0	0.0001379837631565256	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	True	False
ISR0297_000000000064	37460	0.9443842296192108	36	19	14	16	8	True	69936	fragment	False	ISR0297_000000000064	0.9894470183424098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	76.096	1.0	0.0009768203178626114	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0369_000000003669	3119	0.94437922318033	6	4	1	2	4	True	117319	fragment	False	ENG0208_000000009587	0.6996351341139115		0	0	False	False	0.9983969330787659	0					non-mobilizable	chromosome	3119.0	99.77600000000001	100.0	0.0012982113994452415	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
FIJ0139_000000000211	49433	0.9443728368178804	44	23	14	21	9	True	98430	fragment	False	FIJ0139_000000000211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	93.26899999999999	0.0	0.007615526802218115	NZ_GL831020.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld224, whole genome shotgun sequence	True	True
MAD0065_000000000597	13380	0.9443701582681508	12	7	4	5	5	True	96549	fragment	False	MAD0065_000000000597	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7345.0	97.059	100.0	0.002149735946478281	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
DEN0022_000000007910	4561	0.9443685551308996	11	9	3	8	8	True	121192	fragment	False	DEN0022_000000007910	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2133.0	96.296	99.0	0.0007403418565869928	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0012_000000004196	5842	0.9443668140163268	9	5	0	1	5	False	67284	maximal	True	SPA0012_000000004196	0.9921061762664816		2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1527.0	97.25	71.0	0.2755692085290929	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	True	True
DEN0063_000000007075	5650	0.9443608804846138	5	4	3	4	2	True	127363	fragment	False	MAD0035_000000002553	0.08281137943959707		0	0	False	False	0.9989380240440369	0					non-mobilizable	other	3790.0	99.12899999999999	100.0	0.04118030648842517	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0072_000000004920	4139	0.9443570306114482	7	5	4	4	2	False	119284	fragment	False	MON0072_000000004920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	8.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
SPA0090_000000006263	5049	0.9443540796040748	7	6	6	4	5	False	104796	fragment	False	USA0042_01_000000005065	0.9777552745317407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	71.575	6.0	4.752654945659104e-05	LT549889.1	high GC Gram+	Mycobacterium aurum isolate liquid genome assembly, chromosome: I	True	False
ISR0004_000000007631	2407	0.9443540172939392	3	2	2	2	2	False	122287	fragment	False	USA0004_01_000000009797	0.9668867264217296		0	0	False	False	0.9846281409263611	0					non-mobilizable	no_good_hit	953.0	82.791	39.0	0.00033394444340172877	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0172_000000013032	2098	0.9443540172939392	3	2	2	2	2	False	41080	fragment	False	FIJ0172_000000013032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	82.896	45.0	0.00033394444340172877	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0126_000000036523	1149	0.9443540172939392	3	2	2	2	2	False	41079	fragment	False	FIJ0126_000000036523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	80.977	83.0	0.00046476314992611393	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0216_000000008992	1994	0.9443427056254524	2	2	2	2	1	True	59684	fragment	False	ISR0109_000000014506	0.6062196963549483		0	0	False	False	0.9939819574356079	0					non-mobilizable	other	1994.0	100.0	100.0	0.0008999140272800833	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	True
TAN0027_000000007182	1589	0.9443359953369049	3	2	0	2	1	True	2297	maximal	True	TAN0027_000000007182	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000011405	2807	0.9443351271689476	4	4	4	4	3	False	102821	fragment	False	ENG0101_000000011405	0.9976660682226212		0	0	False	False	0.9950124621391296	0					non-mobilizable	other	2807.0	99.715	100.0	0.0012324033358338618	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0032_000000011760	2785	0.9443351271689476	4	4	4	4	3	False	102821	fragment	False	ENG0101_000000011405	0.9937655860349127		0	0	False	False	0.9985637068748474	0					non-mobilizable	other	2785.0	99.461	100.0	0.001222740872046141	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0173_000000002746	6016	0.9443134128753372	6	6	4	3	6	True	77917	maximal	True	CHI0173_000000002746	1.0		1	1	False	False	0.9998337626457214	0					non-mobilizable	no_good_hit	3716.0	83.288	61.0	0.014139631256834794	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
CHI0060_000000009354	1571	0.9443104210574936	2	2	2	2	1	False	85734	maximal	True	CHI0060_000000009354	1.0		11	4	False	False	0.9993634819984436	0					non-mobilizable	no_good_hit	1168.0	99.65799999999999	74.0	0.008025417259804832	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0050_000000011561	2075	0.9443035376137812	2	2	1	2	1	True	17403	fragment	False	MAD0050_000000011561	1.0		0	0	False	False	0.9946988224983215	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.09415584415584416	NZ_AXCY01000308.1	high GC Gram+	Cellulomonas carbonis T26 contig318, whole genome shotgun sequence	True	True
ISR0184_000000004637	2665	0.9442914113589078	4	3	3	3	2	False	129672	maximal	True	ISR0184_000000004637	1.0	PS1061	0	0	False	True	0.9924952983856201	0					non-mobilizable	no_good_hit	1803.0	99.22399999999999	68.0	0.0004829058821259436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0078_000000012066	2158	0.9442914113589078	3	3	3	3	2	False	129671	fragment	False	ENG0078_000000012066	1.0		0	0	False	True	0.9990732073783875	0					non-mobilizable	no_good_hit	1804.0	99.279	87.0	0.000483173865412362	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CHI0096_000000003398	2159	0.9442905220113256	4	3	3	2	2	False	83466	fragment	False	CHI0096_000000003398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	80.791	8.0	7.048649124358135e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
MAD0022_000000002225	4228	0.9442880137995914	5	3	2	3	1	True	27574	fragment	False	MAD0022_000000002225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	80.282	17.0	0.2614403600900225	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0246_000000002353	6263	0.9442861046568016	8	4	3	4	3	False	99792	maximal	True	ISR0246_000000002353	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	72.536	12.0	0.0024417393802290926	NZ_JAATLI010000007.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_07, whole genome shotgun sequence	True	False
CAN0018_000000006904	4928	0.9442829401420526	6	4	3	4	3	True	95111	fragment	False	ENG0068_000000004284	0.9097401227269993		0	0	False	False	0.9997971057891846	0					non-mobilizable	chromosome	3955.0	97.699	100.0	0.0017644877429684896	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
FIJ0097_000000011293	2755	0.9442773572570312	4	3	3	3	3	False	113839	fragment	False	FIJ0097_000000011293	0.9672038980509745		0	0	False	False	0.9862068891525269	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00029655013344756005	NZ_CDBW01000039.1	g-proteobacteria	Aeromonas sobria strain CECT 4245, whole genome shotgun sequence	True	False
AST0061_000000021858	1923	0.9442684191533872	2	1	1	1	1	False	111973	fragment	False	ENG0200_000000009689	0.8636464202484286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	84.286	4.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
FIJ0006_000000005592	5763	0.9442680466286886	7	3	2	3	2	False	51804	maximal	True	FIJ0006_000000005592	1.0		3	1	False	False	0.9977442026138306	0					non-mobilizable	no_good_hit								True	False
ISR0348_000000001020	9389	0.9442645314660968	11	5	2	5	3	True	24156	maximal	True	ISR0348_000000001020	1.0		1	1	True	True	0.9998934864997864	25					non-mobilizable	no_good_hit	76.0	94.73700000000001	1.0	3.624202131900662e-05	CP054657.1	firmicutes	Lactobacillus reuteri strain AN417 chromosome, complete genome	True	True
DEN0094_000000034262	1159	0.9442633017954732	2	2	2	1	1	False	68259	fragment	False	DEN0094_000000034262	1.0		0	0	False	False	0.9965487718582153	0					non-mobilizable	no_good_hit	141.0	78.014	12.0	0.00019146539507556594	NZ_JAAOZE010000002.1	high GC Gram+	Cellulomonas uda strain CECT 4284 Ga0372386_02, whole genome shotgun sequence	True	False
SPA0139_000000023561	1202	0.9442429600849896	2	2	2	2	2	False	92366	fragment	False	USA0035_01_000000017628	0.36777789334997574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	81.49	61.0	0.000685687721541054	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0156_000000002749	9426	0.944242522091883	7	7	3	7	1	True	129158	fragment	False	SPA0093_000000004000	0.8702169445000966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	85.79700000000001	17.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0054_000000001279	14004	0.9442207947555816	17	9	5	8	4	True	6454	maximal	True	SPA0054_000000001279	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	0.008378407042104147	NZ_JJMW01000023.1	firmicutes	Exiguobacterium alkaliphilum 12/1 HybridContig20, whole genome shotgun sequence	True	True
ENG0107_000000014245	2044	0.9442192074272698	3	2	1	1	2	False	60001	fragment	False	ENG0107_000000014245	1.0		0	0	False	False	0.9916829466819763	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000008460	3617	0.9442159812379188	3	2	2	2	1	False	46794	maximal	True	FIJ0048_000000008460	1.0		5	2	False	False	0.9811998605728149	0					non-mobilizable	no_good_hit	83.0	98.795	2.0	2.4688629711802398e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CAN0012_000000030540	1507	0.9442144374526764	3	2	1	1	2	False	94105	fragment	False	CAN0012_000000030540	0.6885331133517621		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	96.49	100.0	0.00024162350431195136	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0062_000000001045	15762	0.9442057591046668	18	8	7	7	2	False	74619	maximal	True	ENG0062_000000001045	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1147.0	93.287	7.0	0.007377096792931412	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0177_000000000143	62502	0.9442046091814176	50	28	14	23	16	True	29782	maximal	True	ISR0177_000000000143	1.0		2	1	True	True	1.0	31					non-mobilizable	no_good_hit	5694.0	75.044	24.0	0.06750535853468434	NZ_OAOF01000021.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ISR0353_000000021378	1726	0.9442043584043078	3	3	3	3	2	False	58619	fragment	False	ISR0054_000000014578	0.9887581184032811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	86.417	54.0	0.01301037483266399	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0362_000000009581	2252	0.9441988840890986	3	2	2	2	2	False	92164	fragment	False	ISR0362_000000009581	0.9875133547410697		0	0	False	False	1.0	0					non-mobilizable	other	2252.0	99.77799999999999	100.0	0.0003929074188984803	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CAN0013_000000006543	3510	0.9441975948873164	3	3	3	3	2	False	95227	fragment	False	CAN0013_000000006543	1.0		0	0	False	False	0.9928774833679199	0					non-mobilizable	other	3510.0	99.402	100.0	0.0144208640189374	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
AST0094_000000003260	5947	0.9441949043034528	10	4	1	4	1	True	113120	backbone	False	ISR0206_000000003928	0.9602010232637623	PS727	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0152_000000004708	4713	0.9441716470918816	5	2	2	2	1	True	97593	fragment	False	ENG0152_000000004708	0.9587491683300067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
ISR0316_000000001893	7916	0.9441656311194101	11	7	4	5	5	True	104907	fragment	False	ISR0316_000000001893	1.0		0	0	False	False	0.9986104369163513	0					non-mobilizable	no_good_hit	3169.0	96.971	66.0	0.25558693021379586	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0129_000000004638	4535	0.944140536163352	5	4	4	4	4	False	103273	fragment	False	ISR0046_000000005139	0.6348929996372868		0	0	False	False	0.9951488375663757	0					non-mobilizable	other	4535.0	99.779	100.0	0.0008781394599345482	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
AUS0020_000000012854	2114	0.944140206413684	2	2	2	2	2	False	101448	fragment	False	AUS0020_000000012854	0.9905273937532002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	82.538	87.0	0.00018762448713113388	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
DEN0054_000000002772	2092	0.944140206413684	2	2	2	2	2	False	101448	fragment	False	AUS0020_000000012854	0.9879256908203714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	82.538	88.0	0.00018762448713113388	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
FIJ0059_000000000067	61217	0.9441340510757442	80	18	10	16	7	True	50978	maximal	True	FIJ0059_000000000067	1.0		1	1	False	False	0.9995099306106567	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	0.0	0.00032810791104629966	NZ_JH379450.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1064, whole genome shotgun sequence	True	True
MAD0058_000000002950	4742	0.944126415119902	6	5	3	3	5	False	19038	maximal	True	MAD0058_000000002950	1.0		3	1	False	False	0.999367356300354	0					non-mobilizable	no_good_hit	1580.0	98.98700000000001	77.0	0.000307753777487587	CP057396.1	enterobacteria	Escherichia coli strain RHB27-C22 chromosome, complete genome	True	False
MON0037_000000024987	2713	0.9441254061232722	4	3	3	3	2	False	84161	maximal	True	MON0037_000000024987	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2259.0	99.646	83.0	0.0008311352541956134	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
DEN0049_000000001361	2357	0.944124738585898	4	3	2	2	3	False	72622	fragment	False	DEN0049_000000001361	1.0		0	0	False	False	0.9970301389694214	0					non-mobilizable	other	2226.0	91.375	94.0	0.1156587359815533	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
DEN0061_000000002785	9972	0.9441218994648424	12	6	6	6	3	True	96553	maximal	True	DEN0061_000000002785	1.0		3	2	False	False	0.9998997449874878	0					non-mobilizable	no_good_hit	6195.0	94.899	71.0	0.00181121329913747	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ENG0146_000000007795	3089	0.9441155291980928	4	2	1	2	1	False	57434	fragment	False	ENG0146_000000007795	0.9898360655737706		0	0	False	False	0.9996762871742249	0					non-mobilizable	no_good_hit	1048.0	90.744	36.0	0.000427885799380451	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MON0064_000000005227	4457	0.9441102643923088	6	5	4	5	4	False	103959	maximal	True	MON0064_000000005227	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	2518.0	96.624	100.0	0.000891344818708538	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MAD0097_000000015826	2575	0.9441091361936921	4	3	0	1	2	True	72685	maximal	True	MAD0097_000000015826	1.0		0	0	False	False	0.9891262054443359	0					non-mobilizable	no_good_hit	814.0	89.55799999999999	40.0	0.15265151515151515	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
ENG0128_000000011933	2320	0.9441091361936921	3	3	0	1	2	True	97221	maximal	True	ENG0128_000000011933	1.0		1	1	True	True	1.0	224					non-mobilizable	no_good_hit	211.0	89.573	22.0	0.06948640483383686	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0092_000000008928	2055	0.9441091361936921	4	3	0	1	2	True	97217	fragment	False	MAD0092_000000008928	1.0		0	0	False	False	0.9961070418357849	0					non-mobilizable	no_good_hit	242.0	93.802	29.0	0.08056394763343404	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0029_000000001802	2001	0.9441091361936921	4	3	0	1	2	True	97216	fragment	False	MAD0029_000000001802	1.0		0	0	False	False	0.9970015287399292	0					non-mobilizable	no_good_hit	262.0	91.603	21.0	0.08627056059080228	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0106_000000012858	1985	0.9441091361936921	3	3	0	1	2	True	33517	fragment	False	ISR0106_000000012858	0.9712121212121212		0	0	False	False	0.9994962215423584	0					non-mobilizable	no_good_hit	175.0	100.0	18.0	0.04279390063944909	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0093_000000012637	1980	0.9441091361936921	4	3	0	1	2	True	33517	fragment	False	ISR0106_000000012858	0.9697732997481108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	96.316	19.0	0.06803455723542116	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
USA0026_01_000000020138	1607	0.9441091361936921	3	3	0	1	2	True	72684	fragment	False	USA0026_01_000000020138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0011_000000003450	6447	0.9441032873145516	10	9	3	4	8	True	123830	maximal	True	SPA0011_000000003450	1.0	PS486|PS905	2	1	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2743.0	99.162	76.0	0.33549571603427175	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
CHI0026_000000003006	3289	0.944095682558162	4	4	4	4	4	False	101234	fragment	False	ISR0356_000000004418	0.5572448008316438		0	0	False	False	1.0	0					non-mobilizable	chromosome	3289.0	99.574	100.0	0.0013903112893445832	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0084_000000003238	6266	0.9440918051661366	9	2	2	1	1	True	34067	maximal	True	ISR0084_000000003238	1.0		1	1	True	True	0.9995211958885193	24					non-mobilizable	no_good_hit	2575.0	87.262	40.0	0.5547334058759521	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
FIJ0076_000000002133	8199	0.9440905961769656	6	5	3	5	3	False	44552	fragment	False	FIJ0076_000000002133	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007236665773251139	XM_031429658.1	eudicots	PREDICTED: Pistacia vera chromatin modification-related protein EAF1 A-like (LOC116144210), mRNA	True	False
SPA0031_000000021480	1543	0.9440901523702594	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.38457431891707305		0	0	False	False	0.9825016260147095	0					non-mobilizable	no_good_hit	171.0	98.83	11.0	4.7208846382413875e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AUS0012_000000007147	2350	0.944076581787158	3	3	1	2	1	True	101184	fragment	False	AUS0012_000000007147	1.0		0	0	False	False	0.9804255366325378	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	7.32218815447062e-07	CP032579.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_09	True	True
ISR0825_000000004918	4483	0.9440756741606569	4	4	2	3	2	False	70475	maximal	True	ISR0825_000000004918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	338.0	79.586	9.0	0.0013772802210226408	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
DEN0024_000000000991	4658	0.9440754960817852	6	4	4	4	3	False	74737	fragment	False	FIJ0028_000000006166	0.9483005733005734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	84.956	39.0	0.005756973257724445	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0205_000000001819	7519	0.9440744110777956	8	4	3	4	3	True	117401	fragment	False	ENG0205_000000001819	1.0		0	0	False	False	0.9996010065078735	0					non-mobilizable	plasmid	6187.0	97.43	100.0	0.09409043880469843	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0353_000000012011	3039	0.944072218099418	2	2	2	2	2	False	58760	fragment	False	ISR0353_000000012011	0.9993368700265252		0	0	False	False	0.9973675608634949	0					non-mobilizable	no_good_hit	1824.0	99.945	60.0	0.0023054587394970736	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0176_000000011070	3016	0.944072218099418	2	2	2	2	2	False	58760	fragment	False	ISR0353_000000012011	0.9955577492596248		0	0	False	False	0.9983421564102173	0					non-mobilizable	no_good_hit	1822.0	99.945	60.0	0.0023029294375338295	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
MON0108_000000015597	1404	0.9440559764428536	3	3	3	2	2	False	64733	fragment	False	ISR0238_000000011089	0.9761215208957374		0	0	False	False	1.0	0					non-mobilizable	chromosome	1404.0	99.929	100.0	0.0005772042578996348	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
ENG0206_000000006524	3830	0.9440558403475042	4	4	4	4	4	False	103272	fragment	False	ISR0083_000000005815	0.7277185660648636		0	0	False	False	0.9994778037071228	0					non-mobilizable	chromosome	3816.0	96.56700000000001	99.0	0.0007602275453452079	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0804_000000008877	2133	0.9440550149150156	5	4	4	1	1	False	66105	maximal	True	ISR0804_000000008877	1.0		3	1	False	False	0.9962494373321533	0					non-mobilizable	other	1645.0	85.10600000000001	96.0	0.004403799525869285	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
SPA0039_000000024252	1178	0.9440518669127976	2	2	2	2	2	False	11494	maximal	False	MON0046_000000029975	0.9884692385581518		0	0	False	False	0.9983022212982178	0					non-mobilizable	other	1117.0	73.142	94.0	0.00023440494064708202	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	False	False
MON0046_000000007955	3784	0.9440461585725288	6	4	4	4	3	False	11536	maximal	True	MON0046_000000007955	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	80.667	12.0	0.0014045697439895462	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ISR0215_000000005273	5439	0.9440369644132136	6	3	3	3	2	False	123325	maximal	True	ISR0215_000000005273	1.0		2	1	False	False	0.9926456809043884	0					non-mobilizable	no_good_hit	504.0	74.60300000000001	9.0	0.0026068603788567428	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
FIJ0153_000000008992	2968	0.9440359253579059	5	4	3	3	3	False	112384	fragment	False	FIJ0153_000000008992	1.0		0	0	False	False	0.9949460625648499	0					non-mobilizable	no_good_hit	1660.0	81.807	56.0	0.0007621430168299654	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0141_000000010760	2147	0.9440150558836744	5	3	2	3	2	False	130869	maximal	True	SPA0141_000000010760	1.0	PS1128	2	1	False	True	0.9944108128547668	0					non-mobilizable	no_good_hit	1681.0	81.737	81.0	0.0007690715897102379	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ISR0085_000000008375	2772	0.9440117747928488	4	4	3	4	2	False	128308	fragment	False	ISR0085_000000008375	0.9972602739726026		0	0	False	False	0.9996392726898193	0					non-mobilizable	other	2212.0	98.87	100.0	0.0008022269150943225	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0321_000000009391	1282	0.9439995477834164	2	2	2	2	1	False	25023	fragment	False	ISR0321_000000009391	1.0		0	0	False	False	0.9804992079734802	0					non-mobilizable	no_good_hit	806.0	79.28	63.0	0.00022502407673656872	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0096_000000012034	2779	0.9439961230868256	2	2	2	1	1	False	63169	fragment	False	MON0015_000000012834	0.9642980338047602		0	0	False	False	0.999640166759491	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.004407227853680035	NZ_QICA01000034.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_034, whole genome shotgun sequence	True	False
ENG0196_000000002400	3937	0.9439854907997242	5	2	2	2	0	True	111333	fragment	False	ENG0196_000000002400	0.969804852320675		0	0	False	False	0.9972059726715088	0					non-mobilizable	no_good_hit								True	True
ENG0183_000000007291	3792	0.9439854907997242	3	2	2	2	0	True	111333	fragment	False	ENG0196_000000002400	0.9544069088138176		0	0	False	False	0.996835470199585	0					non-mobilizable	no_good_hit								True	True
ENG0099_000000004006	4658	0.9439832178754723	5	2	1	2	1	False	60666	maximal	True	ENG0099_000000004006	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2566.0	90.21799999999999	57.0	0.0003793339909048783	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
ENG0028_000000008421	2063	0.9439801791229899	3	3	3	2	2	False	65880	maximal	True	ENG0028_000000008421	1.0		1	1	False	False	0.9951527118682861	0					non-mobilizable	no_good_hit	130.0	86.154	6.0	3.5545730155162846e-05	NZ_KK073872.1	bacteria	Cloacibacillus evryensis DSM 19522 CloevDRAFT_Scaffold1.1, whole genome shotgun sequence	True	False
ISR0196_000000009975	2018	0.9439674809445344	3	3	3	3	3	False	28984	fragment	False	ISR0196_000000009975	0.9927685950413223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	74.449	22.0	0.00016157815176138138	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ENG0036_000000003899	5546	0.943966264172647	6	4	3	3	3	False	101971	fragment	False	ENG0036_000000003899	1.0		0	0	False	False	0.9994590878486633	0					non-mobilizable	no_good_hit	753.0	77.42399999999999	13.0	0.8607888631090487	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0002_000000003697	9071	0.9439653392650263	15	6	1	4	5	True	113948	maximal	True	FIJ0002_000000003697	0.9999446167478954		4	1	False	False	0.9961415529251099	0					non-mobilizable	no_good_hit	5041.0	98.65100000000001	73.0	0.2065119330763553	MK231788.1	viruses	Uncultured human fecal virus clone Bifidobact.sp_B06.V01.O05_1-CL03_c1 sequence	True	True
FIJ0034_000000003202	9028	0.9439653392650263	15	6	1	4	5	True	113948	maximal	False	FIJ0002_000000003697	0.9975746885679638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5041.0	98.65100000000001	73.0	0.2065119330763553	MK231788.1	viruses	Uncultured human fecal virus clone Bifidobact.sp_B06.V01.O05_1-CL03_c1 sequence	True	True
FIJ0043_000000002225	10493	0.9439636463689692	10	7	4	5	6	True	65004	maximal	True	FIJ0043_000000002225	1.0		3	3	False	False	0.9980939626693726	0					non-mobilizable	no_good_hit	2441.0	84.18700000000001	24.0	0.26999331699710405	LN852800.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0110	True	True
DEN0090_000000000889	15599	0.9439588303465376	24	7	4	7	3	False	68790	maximal	True	DEN0090_000000000889	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4614.0	83.723	43.0	0.08067203062418034	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0395_000000002457	13579	0.9439545768374008	14	12	6	6	11	True	112513	fragment	False	ISR0395_000000002457	1.0		0	0	False	False	0.99985271692276	0					non-mobilizable	other	6842.0	99.29799999999999	94.0	0.08301781466919081	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0265_000000000868	16084	0.9439541468273398	27	8	3	7	5	False	28142	maximal	True	ISR0265_000000000868	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	93.20100000000001	4.0	0.00023955823422814847	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0135_000000003030	6528	0.9439522719771002	11	10	9	10	9	False	125086	fragment	False	SPA0155_000000001948	0.6918783689406526		0	0	False	False	0.9996936321258545	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	10.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0318_000000004618	1124	0.9439477073266423	2	2	1	1	2	True	25110	fragment	False	ISR0318_000000004618	1.0		0	0	False	False	0.959964394569397	0					non-mobilizable	plasmid	1124.0	99.911	100.0	0.5375777884155098	CP053761.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-010, complete sequence	False	True
FIJ0090_000000004264	8047	0.9439464470551974	13	8	3	5	5	True	76964	backbone	False	ENG0033_000000002799	0.6621601950080884	PS328|PS329|PS369	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	500.0	83.6	23.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0189_000000001589	5901	0.9439428441381128	10	3	3	2	2	False	74282	maximal	True	ISR0189_000000001589	1.0		1	1	False	False	0.9994916319847107	0					non-mobilizable	no_good_hit	1768.0	99.943	30.0	0.02334645773326639	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
MON0099_000000019814	1762	0.9439366619860136	2	1	1	1	1	False	67311	fragment	False	MON0099_000000019814	0.9581823474243784		0	0	False	False	0.9988649487495422	0					non-mobilizable	no_good_hit	162.0	79.012	9.0	0.00025918454269611356	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
CHI0134_000000001407	8240	0.9439359980534195	14	8	5	7	6	True	125397	fragment	False	SPA0032_000000002311	0.26573986847841163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7213.0	90.61399999999999	87.0	0.0020524064329855477	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0824_000000000732	11422	0.9439202439734272	13	8	6	7	6	True	102877	maximal	True	ISR0824_000000000732	0.9992493196959744		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	73.53699999999999	13.0	0.008145712117379206	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ENG0121_000000004697	3849	0.9439196636575724	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.4269715988112046		0	0	False	False	1.0	0					non-mobilizable	chromosome	3849.0	99.039	100.0	0.0007530344470206607	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
MON0029_000000018160	1705	0.9439192988224212	3	2	1	2	1	False	12552	fragment	False	MON0029_000000018160	0.9497635933806146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	76.977	41.0	0.0001983621848039154	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0020_01_000000020481	1692	0.9439192988224212	2	2	1	2	1	False	12552	fragment	False	MON0029_000000018160	0.9463343108504398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	77.699	41.0	0.0001983621848039154	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0110_000000004879	5658	0.9439058610804064	10	4	3	4	1	True	19544	fragment	False	MAD0110_000000004879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	92.484	61.0	0.01928189132669337	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0113_01_000000000513	23300	0.9439043786967384	28	26	10	16	24	True	132543	fragment	False	ISR0145_000000001295	0.9850341430798646		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	23171.0	98.96	100.0	0.5271361929684834	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
CHI0002_000000000202	23015	0.9439043786967384	29	26	10	16	24	True	132543	fragment	False	ISR0145_000000001295	0.9817770602845731		0	0	False	True	0.9996958374977112	0		MOBP	MPF_T		conjugative	plasmid	23022.0	98.936	100.0	0.5237455910797588	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
MAD0065_000000002401	4924	0.94390280369048	5	3	1	2	2	False	16644	fragment	False	MAD0065_000000002401	1.0		0	0	False	False	0.9983752965927124	0					non-mobilizable	no_good_hit	594.0	87.037	13.0	0.030814799418000416	HM021328.1	firmicutes	Lactococcus lactis subsp. lactis strain IL594 plasmid pIL3, complete sequence	True	False
CHI0178_000000003467	3236	0.9439023369392748	3	2	1	1	1	False	99259	maximal	True	CHI0178_000000003467	1.0	PS556	6	3	False	True	1.0	0					non-mobilizable	no_good_hit	1073.0	100.0	36.0	0.007220800215546275	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	True	True
MAD0102_000000015003	1440	0.9439011883881551	1	1	1	1	1	False	14977	fragment	False	MAD0102_000000015003	1.0		0	0	False	False	0.9951388835906982	0					non-mobilizable	no_good_hit	660.0	73.939	45.0	0.003857371899164039	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
USA0042_01_000000003378	8182	0.9438994434274692	12	9	4	5	8	True	123826	backbone	False	ISR0183_000000005642	0.4477808329055705	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	62.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
CHI0118_000000001698	4882	0.9438934144100111	7	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.18841181889902187		0	0	False	True	1.0	0					non-mobilizable	chromosome	2845.0	98.20700000000001	91.0	0.000647059533347586	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0330_000000023262	1384	0.9438842916847476	2	2	2	1	1	False	24643	maximal	True	ISR0330_000000023262	1.0		10	4	False	False	0.9978323578834534	0					non-mobilizable	no_good_hit	797.0	98.369	58.0	0.00015867180324217388	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
TAN0002_000000012646	2866	0.9438830306295408	3	3	3	3	3	False	53509	fragment	False	TAN0002_000000012646	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1623.0	95.68700000000001	94.0	0.009887771959449163	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
DEN0082_000000012928	3032	0.9438812621947752	6	3	2	2	3	False	104881	fragment	False	ISR0347_000000004736	0.4318961188491539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	97.569	57.0	0.1291649858814038	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
SPA0008_000000009892	3015	0.9438812621947752	6	3	2	2	3	False	104881	fragment	False	ISR0347_000000004736	0.43110133036254683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1583.0	97.59899999999999	57.0	0.127470754336426	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0057_01_000000010416	3013	0.9438812621947752	6	3	2	2	3	False	104881	fragment	False	ISR0347_000000004736	0.42989128298979445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1595.0	97.555	55.0	0.12843888664784187	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0015_01_000000011095	2984	0.9438812621947752	6	3	2	2	3	False	104881	fragment	False	ISR0347_000000004736	0.4282092576027149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	97.48899999999999	56.0	0.12505042355788623	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
DEN0096_000000014833	2953	0.9438812621947752	6	3	2	2	3	False	104881	fragment	False	ISR0347_000000004736	0.3701945653289776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	97.61399999999999	55.0	0.118112141992739	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
TAN0002_000000012842	2829	0.9438812621947752	4	3	2	2	3	False	104879	fragment	False	TAN0002_000000012842	0.9921186021519667		0	0	False	False	0.9964652061462402	0					non-mobilizable	no_good_hit	1648.0	97.027	60.0	0.13263412666397742	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CHI0162_000000011378	2665	0.9438812621947752	4	3	2	2	3	False	104879	fragment	False	TAN0002_000000012842	0.9765717877425113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1582.0	97.40799999999999	62.0	0.127390076643808	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
FIJ0132_000000003752	6841	0.9438809426375424	6	3	2	3	1	True	97610	fragment	False	FIJ0132_000000003752	0.9888358866359132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
CAN0003_000000007662	6192	0.9438809426375424	6	3	2	3	1	True	97610	fragment	False	FIJ0132_000000003752	0.9637655054490744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MAD0112_000000004026	6189	0.9438809426375424	7	3	2	3	1	True	97610	fragment	False	FIJ0132_000000003752	0.9653181489711817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0071_000000001064	6033	0.9438809426375424	7	3	2	3	1	True	97610	fragment	False	FIJ0132_000000003752	0.729323507510825		0	0	False	False	0.9995027184486389	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MON0005_000000011244	4379	0.9438780338403272	6	6	2	4	5	False	34516	maximal	True	MON0005_000000011244	1.0		7	5	False	False	0.9968029260635376	0					non-mobilizable	no_good_hit	2968.0	91.24	68.0	0.03562098977958083	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
FIJ0138_000000014212	1332	0.9438776124650036	3	1	1	1	1	False	40462	fragment	False	FIJ0138_000000014212	1.0		0	0	False	False	0.9992492198944092	0					non-mobilizable	no_good_hit	161.0	75.155	12.0	0.0011325524810206124	NZ_PVXQ01000005.1	firmicutes	Clostridium vincentii strain DSM 10228 CLVI_contig000005, whole genome shotgun sequence	True	False
USA0041_01_000000008960	2070	0.9438716888914509	3	3	3	2	2	False	67875	fragment	False	USA0034_01_000000026100	0.9914936515562929		0	0	False	False	1.0	0					non-mobilizable	other	2070.0	99.95200000000001	100.0	0.0003920584756448121	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
AST0101_000000001637	8569	0.9438708691138984	15	12	4	8	11	True	108542	maximal	True	AST0101_000000001637	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2220.0	98.243	54.0	0.0005861799427133923	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	True
ISR0244_000000009417	2531	0.9438582079978964	3	3	3	3	2	False	71050	maximal	True	ISR0244_000000009417	1.0		37	10	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	70.283	17.0	3.892361254971586e-05	NZ_CP016279.1	high GC Gram+	Streptomyces griseochromogenes strain ATCC 14511 chromosome, complete genome	True	False
ISR0014_000000017157	2094	0.9438520488166308	3	2	2	2	2	False	123064	fragment	False	ISR0014_000000017157	1.0		0	0	False	False	0.9980897903442383	0					non-mobilizable	no_good_hit	1347.0	91.24	75.0	0.0003607055035191565	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0037_000000001185	10341	0.943844157581445	14	6	5	5	3	True	121708	maximal	True	MAD0037_000000001185	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	96.429	1.0	2.1825374390631604e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0801_000000000631	10778	0.9438297873631172	13	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.5503968450622331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	95.404	6.0	0.00016805696010567848	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0222_000000006090	10503	0.9438210546422686	9	7	4	7	6	False	82029	maximal	True	ISR0222_000000006090	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	3602.0	87.92299999999999	34.0	0.1539517131952485	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0255_000000000861	22399	0.9438058770857902	20	12	9	11	4	True	117525	fragment	False	ISR0255_000000000861	1.0		0	0	False	True	0.9996874928474426	0					non-mobilizable	no_good_hit	114.0	79.825	1.0	0.005294033481184719	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
FIJ0117_000000003044	7070	0.9437939436703632	6	4	2	4	2	True	109370	fragment	False	FIJ0117_000000003044	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3630.0	95.868	94.0	0.14482675938136913	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0291_000000007114	1993	0.9437869990871796	4	2	0	2	1	True	25904	maximal	False	SPA0149_000000019708	0.9640761476853233		0	0	True	True	0.9989964962005615	8	rep_cluster_1839				non-mobilizable	no_good_hit	715.0	80.0	42.0	0.3904653802497162	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
SPA0158_000000013159	1587	0.9437781504403112	1	1	1	1	1	True	126926	fragment	False	ISR0278_000000006395	0.7031767485111805		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	100.0	100.0	0.0019556730548698233	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0106_000000025155	1526	0.9437781504403112	1	1	1	1	1	True	126926	fragment	False	ISR0278_000000006395	0.5632233720099225		0	0	False	False	0.9993447065353394	0					non-mobilizable	other	1526.0	99.60700000000001	100.0	0.001880454860451753	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0102_000000021143	1519	0.9437781504403112	1	1	1	1	1	True	126926	fragment	False	ISR0278_000000006395	0.562784128324902		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	99.73700000000001	100.0	0.001871823264370991	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ISR0246_000000015383	1508	0.9437781504403112	1	1	1	1	1	True	126926	fragment	False	ISR0278_000000006395	0.5589833077096579		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	100.0	100.0	0.0018582593276726504	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
DEN0007_000000022426	1130	0.9437781504403112	1	1	1	1	1	True	76191	maximal	True	DEN0007_000000022426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	96.601	85.0	0.0003130225991321268	CP046108.1	firmicutes	Enterococcus faecalis strain 133170041-3 chromosome, complete genome	True	True
CHI0140_000000026881	1118	0.9437781504403112	1	1	1	1	1	True	80166	maximal	True	CHI0140_000000026881	1.0		1	1	False	False	0.9991055727005005	0					non-mobilizable	other	1004.0	100.0	90.0	0.0012367844098577759	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
USA0061_01_000000010008	1106	0.9437781504403112	1	1	1	1	1	True	57709	fragment	False	USA0061_01_000000010008	0.991992720655141		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	100.0	100.0	0.0013625590956060243	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ENG0141_000000023618	1105	0.9437781504403112	1	1	1	1	1	True	57709	fragment	False	USA0061_01_000000010008	0.9918113129312033		0	0	False	False	0.9990950226783752	0					non-mobilizable	other	1105.0	100.0	100.0	0.0013613260104516297	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
USA0007_01_000000014411	1105	0.9437781504403112	1	1	1	1	1	True	57709	fragment	False	USA0061_01_000000010008	0.9918113129312033		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	100.0	100.0	0.0013613260104516297	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
USA0034_01_000000046333	1105	0.9437781504403112	1	1	1	1	1	True	57709	fragment	False	USA0061_01_000000010008	0.9918113129312033		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	100.0	100.0	0.0013613260104516297	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ISR0155_000000017104	1105	0.9437781504403112	1	1	1	1	1	True	57709	fragment	False	USA0061_01_000000010008	0.9918113129312033		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	100.0	100.0	0.0013613260104516297	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
USA0042_01_000000015164	1105	0.9437781504403112	1	1	1	1	1	True	57709	fragment	False	USA0061_01_000000010008	0.9918113129312033		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	100.0	100.0	0.0013613260104516297	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
USA0069_01_000000053813	1105	0.9437781504403112	1	1	1	1	1	True	57709	fragment	False	USA0061_01_000000010008	0.9918113129312033		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	100.0	100.0	0.0013613260104516297	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
USA0082_01_000000026861	1104	0.9437781504403112	1	1	1	1	1	True	57709	fragment	False	USA0061_01_000000010008	0.9909961746802928		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	100.0	100.0	0.0013600929252972351	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
USA0071_01_000000009714	1102	0.9437781504403112	1	1	1	1	1	True	57709	fragment	False	USA0061_01_000000010008	0.9896393667851484		0	0	False	False	0.9990925788879395	0					non-mobilizable	other	1102.0	100.0	100.0	0.001357626754988446	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0151_000000018116	1099	0.9437781504403112	1	1	1	1	1	True	57709	fragment	False	USA0061_01_000000010008	0.922873248024651		0	0	False	False	1.0	0					non-mobilizable	other	1099.0	100.0	100.0	0.0013539274995252623	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ISR0001_000000012817	2064	0.9437761305859734	3	2	2	2	2	False	38694	maximal	True	ISR0001_000000012817	1.0		0	0	False	False	0.9995155334472656	0					non-mobilizable	no_good_hit	1169.0	98.88799999999999	57.0	0.0011925340020236322	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
ISR0031_000000002657	6150	0.94376889596887	7	6	6	5	4	True	37024	maximal	True	ISR0031_000000002657	1.0		1	1	False	False	0.9996747970581055	0					non-mobilizable	no_good_hit	515.0	99.806	8.0	0.00016501925652725002	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
FIJ0133_000000026546	1457	0.943767922048806	2	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.34519661777874705		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	99.0	83.838	7.0	0.0007009964163346472	NZ_FOZH01000013.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	True
ISR0037_000000006503	3255	0.9437615705547224	3	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9350187169652667		0	0	True	True	0.9993855357170105	37					non-mobilizable	plasmid	1447.0	99.447	100.0	0.4634615384615385	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0374_000000004878	3254	0.9437615705547224	3	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9354759145503904		0	0	True	True	1.0	87					non-mobilizable	plasmid	1745.0	95.874	100.0	0.5567307692307693	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
DEN0052_000000012349	3253	0.9437615705547224	3	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9392058944355492		0	0	True	True	1.0	617					non-mobilizable	plasmid	1561.0	97.37299999999999	99.0	0.49935897435897436	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0316_000000005676	3251	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9281590920191662		0	0	True	True	1.0	45					non-mobilizable	plasmid	1378.0	98.258	100.0	0.4407051282051282	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
DEN0045_000000011281	3250	0.9437615705547224	3	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9322600546115017		0	0	True	True	1.0	149					non-mobilizable	plasmid	1693.0	94.09299999999999	95.0	0.5403846153846154	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
MAD0099_000000009342	3219	0.9437615705547224	3	2	1	1	1	True	72951	maximal	True	MAD0099_000000009342	0.9534514248757773		18	7	True	True	0.9996893405914307	115					non-mobilizable	plasmid	1516.0	97.03200000000001	99.0	0.4846153846153846	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
FIJ0061_000000007538	3199	0.9437615705547224	3	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9487690637496075		0	0	True	True	0.9962488412857056	3					non-mobilizable	plasmid	3018.0	96.786	100.0	0.9653846153846154	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0279_000000006211	3198	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9457712661035306		0	0	True	True	1.0	156					non-mobilizable	plasmid	2707.0	93.572	100.0	0.8666666666666667	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0360_000000007582	3198	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.932935558133105		0	0	True	True	1.0	21					non-mobilizable	plasmid	2699.0	96.33200000000001	99.0	0.8634615384615385	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0384_000000004708	3198	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9441096862083287		0	0	True	True	1.0	32					non-mobilizable	plasmid	1902.0	95.531	100.0	0.6083333333333333	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ENG0013_000000008217	3198	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9527959964140971		0	0	True	True	1.0	95					non-mobilizable	plasmid	3066.0	94.39	100.0	0.9810897435897435	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0121_000000007446	3198	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9517312979288031		0	0	True	True	0.9996873140335083	23					non-mobilizable	plasmid	3019.0	93.773	100.0	0.9647435897435898	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0208_000000008299	3195	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9372020077820791		0	0	True	True	0.9968701004981995	10					non-mobilizable	plasmid	2702.0	92.45	99.0	0.8634615384615385	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
MAD0089_000000006934	3179	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9466451760472407		0	0	True	True	1.0	7					non-mobilizable	plasmid	2738.0	93.97399999999999	100.0	0.8746794871794872	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
FIJ0048_000000009790	3179	0.9437615705547224	3	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9480300247768048		0	0	True	True	0.9987417459487915	1					non-mobilizable	plasmid	1559.0	96.536	100.0	0.4980769230769231	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
SPA0034_000000011369	3178	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9425042864164038		0	0	True	True	1.0	53					non-mobilizable	plasmid	2919.0	95.82	100.0	0.9346153846153846	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0188_000000006894	3178	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9489051247327627		0	0	True	True	0.9959093928337097	10					non-mobilizable	plasmid	1971.0	95.079	99.0	0.6304487179487179	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0207_000000008811	3159	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9435339724453999		0	0	True	True	1.0	31					non-mobilizable	plasmid	2469.0	98.177	100.0	0.7891025641025641	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ENG0047_000000005484	3159	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9425112863117635		0	0	True	True	1.0	8					non-mobilizable	plasmid	3058.0	96.337	99.0	0.9788461538461538	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
MAD0087_000000008705	3159	0.9437615705547224	3	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9513907673039618		0	0	True	True	1.0	11					non-mobilizable	plasmid	1684.0	96.615	99.0	0.5381410256410256	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
FIJ0122_000000005311	3159	0.9437615705547224	3	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9465223109063781		0	0	True	True	0.9996834397315979	1					non-mobilizable	plasmid	1686.0	96.679	100.0	0.5384615384615384	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
FIJ0084_000000004345	3159	0.9437615705547224	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.949154626421971		0	0	True	True	1.0	12					non-mobilizable	plasmid	2237.0	97.184	100.0	0.7150641025641026	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
FIJ0167_000000005940	3159	0.9437615705547224	3	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.9511180102812347		0	0	True	True	1.0	5					non-mobilizable	plasmid	1533.0	96.28200000000001	100.0	0.4897435897435897	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
FIJ0056_000000007118	3158	0.9437615705547224	3	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.953000391204772		0	0	False	True	0.9993667006492615	0					non-mobilizable	plasmid	3077.0	93.598	100.0	0.9839743589743589	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ETH0002_000000011733	2268	0.9437615705547224	3	2	1	1	1	True	53344	fragment	False	ETH0002_000000011733	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2266.0	96.999	99.0	0.725	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0167_000000014603	1993	0.9437585584467764	4	2	1	1	2	True	97782	maximal	False	MAD0073_000000001639	0.9988672849322094		0	0	True	True	1.0	17	ColpVC				non-mobilizable	plasmid	1993.0	99.84899999999999	100.0	0.9665211062590975	CP023262.1	enterobacteria	Escherichia coli strain CCUG 70745 plasmid pEco70745_4, complete sequence	False	True
SPA0110_000000008697	2296	0.9437577899500532	4	1	1	1	1	True	103359	maximal	True	SPA0110_000000008697	1.0	PS603	1	1	True	True	1.0	30	ColpVC			MOBP	mobilizable	plasmid	2098.0	92.32600000000001	100.0	0.92520035618878	CP016566.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg strain AMR588-04-00318 plasmid pAMR588-04-00318_2, complete sequence	False	True
FIJ0145_000000007251	2035	0.9437577899500532	3	1	1	1	1	True	103360	backbone	False	ISR0210_000000009224	0.9528872841940346	PS603|PS604	0	0	True	True	1.0	16	ColpVC			MOBP,MOBP	mobilizable	plasmid	1414.0	100.0	100.0	0.715080971659919	CP056792.1	enterobacteria	Escherichia coli strain RHBSTW-00180 plasmid pRHBSTW-00180_7, complete sequence	False	True
ENG0151_000000012970	1822	0.9437577899500532	2	1	1	1	1	True	98017	backbone	False	FIJ0164_000000012307	0.978917818589195	PS541	0	0	True	True	1.0	68	ColpVC				non-mobilizable	plasmid	1532.0	100.0	100.0	0.8586651710600112	CP011142.1	enterobacteria	Escherichia coli VR50 plasmid pVR50H, complete sequence	False	True
FIJ0035_000000006758	1787	0.9437577899500532	2	1	1	1	1	True	98017	backbone	False	FIJ0164_000000012307	0.8676162594336873	PS541	0	0	True	True	0.9876888394355774	1	ColpVC				non-mobilizable	plasmid	968.0	97.521	99.0	0.5426966292134832	JX238440.1	enterobacteria	Escherichia coli strain EC08 plasmid pEC08-1 RepA gene, complete cds	False	True
FIJ0039_000000016912	1357	0.9437577899500532	2	1	1	1	1	True	47547	fragment	False	FIJ0039_000000016912	1.0		0	0	False	False	0.9977892637252808	0	ColpVC				non-mobilizable	plasmid	1357.0	99.926	100.0	0.7617977528089888	JX238440.1	enterobacteria	Escherichia coli strain EC08 plasmid pEC08-1 RepA gene, complete cds	False	True
CHI0126_000000002215	6375	0.9437542538086584	4	3	3	3	2	False	81499	maximal	True	CHI0126_000000002215	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	89.706	1.0	1.787272432869914e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0060_000000000419	28466	0.9437530086567929	17	8	6	6	3	True	96545	maximal	True	FIJ0060_000000000419	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	5484.0	96.426	21.0	0.0016041756592845692	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
CHI0027_000000007843	2206	0.9437528075805304	4	4	4	3	2	False	105490	fragment	False	CHI0027_000000007843	1.0		0	0	False	False	0.9963735342025757	0					non-mobilizable	other	2206.0	99.59200000000001	100.0	0.004562572421784473	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
DEN0039_000000012390	1667	0.9437522582860196	4	2	1	1	2	False	73666	fragment	False	DEN0039_000000012390	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1674.0	95.759	100.0	0.0003740191783254991	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0214_000000004881	5245	0.9437494447519018	3	2	2	2	1	True	122816	fragment	False	ISR0214_000000004881	1.0		0	0	False	False	0.9994280338287354	0					non-mobilizable	other	2240.0	91.384	91.0	0.024323443104010432	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0029_000000012962	2237	0.9437479931959308	3	3	2	3	2	False	114454	fragment	False	MON0029_000000012962	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2269.0	81.842	99.0	0.0009694976779316574	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0057_000000011587	2706	0.9437462415556974	2	2	2	2	0	True	58289	maximal	True	SPA0057_000000011587	1.0		2	1	False	False	0.9881744384765625	0					non-mobilizable	no_good_hit	2362.0	84.97	86.0	0.8799699924981246	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0200_000000014325	1729	0.9437446707216204	3	2	2	2	2	False	102204	fragment	False	ISR0200_000000014325	1.0		0	0	False	False	0.9924812316894531	0					non-mobilizable	other	1718.0	99.476	99.0	0.005488463677686214	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ETH0003_000000031352	1353	0.9437347936731904	2	1	0	1	1	True	53041	maximal	True	ETH0003_000000031352	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	434.0	76.72800000000001	32.0	0.3630252100840336	JF807313.1	firmicutes	Selenomonas ruminantium strain 18D plasmid pSRD18 replication protein (repA) gene, complete cds	True	True
SPA0032_000000007367	3539	0.9437333743240748	7	2	2	2	1	False	72639	fragment	False	SPA0032_000000007367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000013437	2860	0.9437333743240748	5	2	2	2	1	False	121499	fragment	False	ISR0004_000000006133	0.9767767806576404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0047_000000013601	1512	0.9437299784252472	3	2	1	1	2	True	64317	fragment	False	ENG0047_000000013601	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1524.0	99.016	100.0	0.7290569650550502	CP061366.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed3, complete sequence	False	True
MON0103_000000054331	1109	0.9437278691765044	2	1	1	1	1	False	8835	fragment	False	MON0103_000000054331	1.0		0	0	False	False	0.9963931441307068	0					non-mobilizable	no_good_hit								True	False
MAD0067_000000004583	2140	0.9437265438185918	3	2	1	1	1	True	120312	maximal	False	CHI0009_000000003776	0.9826407228237031	PS529	0	0	True	True	1.0	7	Col(BS512)				non-mobilizable	plasmid	2053.0	99.90299999999999	100.0	0.9766777724892908	CP055929.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_7, complete sequence	False	True
ISR0299_000000005162	2140	0.9437265438185918	3	2	1	1	1	True	120312	maximal	False	CHI0009_000000003776	0.983130092561954	PS529	0	0	True	True	0.9976635575294495	8	Col(BS512)				non-mobilizable	plasmid	2053.0	99.95100000000001	100.0	0.9766777724892908	CP055929.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_7, complete sequence	False	True
ISR0264_000000004942	2128	0.9437265438185918	3	2	1	1	1	True	120312	maximal	False	CHI0009_000000003776	0.9818937417442115	PS529	0	0	True	True	1.0	9	Col(BS512)				non-mobilizable	plasmid	2053.0	99.221	100.0	0.9766777724892908	CP055929.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_7, complete sequence	False	True
ISR0383_000000006571	2128	0.9437265438185918	3	2	1	1	1	True	120312	maximal	False	CHI0009_000000003776	0.9825034093859903	PS529	0	0	True	True	1.0	35	Col(BS512)				non-mobilizable	plasmid	2053.0	99.318	100.0	0.9766777724892908	CP055929.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_7, complete sequence	False	True
ISR0171_000000005116	4649	0.943725709820845	4	2	2	2	1	True	30013	fragment	False	ISR0171_000000005116	1.0		0	0	False	False	0.9913960099220276	0					non-mobilizable	no_good_hit	2216.0	95.803	59.0	0.0005972822441156614	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0044_000000013735	1190	0.9437228572398162	2	2	1	1	2	False	64493	fragment	False	ENG0044_000000013735	1.0		0	0	False	False	0.9966386556625366	0					non-mobilizable	other	1190.0	94.20200000000001	99.0	0.004435675235329947	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	False	False
MON0081_000000009588	5756	0.9437094254234184	8	3	2	3	1	True	105252	maximal	True	MON0081_000000009588	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0145_000000022540	1206	0.9437061635713768	3	2	1	2	1	True	77455	fragment	False	ENG0072_000000008907	0.6295988934993084		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	99.42	100.0	0.00018340452371443322	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0857_000000000275	4563	0.9437048808484421	8	6	3	3	6	True	118168	backbone	False	FIJ0074_000000005173	0.2857022548047218	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4587.0	99.43299999999999	100.0	0.5781643973777105	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
MON0090_000000016358	3469	0.9436981091747813	6	5	0	2	5	False	78679	fragment	False	MON0090_000000016358	1.0		0	0	False	False	0.9994234442710876	0		MOBP		MOBP	mobilizable	no_good_hit	3104.0	99.71	89.0	0.44404693760732683	CP057719.1	enterobacteria	Escherichia coli strain RHB17-C01 plasmid pRHB17-C01_3, complete sequence	True	True
AST0102_000000004290	6360	0.9436975589149316	5	2	1	2	1	True	109369	fragment	False	ENG0025_000000003021	0.9502634025410599		0	0	False	False	1.0	0					non-mobilizable	plasmid	2190.0	96.39299999999999	92.0	0.09434126019788232	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
SPA0032_000000005595	4508	0.9436975589149316	6	2	1	2	1	True	93304	fragment	False	SPA0032_000000005595	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1838.0	93.417	94.0	0.07967366776601284	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0391_000000003438	3593	0.9436975589149316	7	2	1	2	1	True	56625	fragment	False	ISR0391_000000003438	1.0		0	0	False	False	0.9997217059135437	0					non-mobilizable	no_good_hit	2215.0	91.78299999999999	88.0	0.09520916507550772	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
FIJ0047_000000008899	3408	0.9436975589149316	5	2	1	2	1	True	56627	fragment	False	FIJ0047_000000008899	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2049.0	94.729	93.0	0.08136514406745794	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MON0061_000000013174	3282	0.9436975589149316	5	2	1	2	1	True	56624	fragment	False	MON0061_000000013174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1417.0	91.461	87.0	0.056028453822483316	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CAN0015_000000012573	3140	0.9436975589149316	5	2	1	2	1	True	93299	fragment	False	CAN0015_000000012573	1.0		0	0	False	False	0.9958598613739014	0					non-mobilizable	no_good_hit	1863.0	92.21700000000001	87.0	0.07993403922930047	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ENG0158_000000005655	3131	0.9436975589149316	4	2	1	2	1	True	56582	fragment	False	ENG0158_000000005655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2088.0	92.146	75.0	0.08220437197778044	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0315_000000003321	2771	0.9436975589149316	5	2	1	2	1	True	56621	fragment	False	ISR0315_000000003321	1.0		0	0	False	False	0.9985564947128296	0					non-mobilizable	no_good_hit	1423.0	91.075	75.0	0.056308196459257484	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0349_000000004157	2435	0.9436975589149316	3	2	1	2	1	True	56616	fragment	False	ISR0349_000000004157	1.0		0	0	False	False	0.9958932399749756	0					non-mobilizable	no_good_hit	1422.0	91.561	89.0	0.056308196459257484	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0316_000000008523	2334	0.9436975589149316	4	2	1	2	1	True	51536	fragment	False	ISR0316_000000008523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	90.819	71.0	0.056228269991607724	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MON0022_000000016093	1893	0.9436975589149316	3	2	1	2	1	True	51534	fragment	False	MON0022_000000016093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1417.0	89.555	88.0	0.056308196459257484	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
SPA0074_000000012691	1737	0.9436975589149316	3	2	1	2	1	True	56603	fragment	False	SPA0106_000000019710	0.6228919985647651		0	0	False	False	1.0	0					non-mobilizable	plasmid	1728.0	91.609	99.0	0.07420586703697275	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ENG0157_000000014989	1661	0.9436975589149316	4	2	1	2	1	True	56602	fragment	False	ENG0157_000000014989	1.0		0	0	False	False	0.9987959265708923	0					non-mobilizable	plasmid	1526.0	91.15299999999999	92.0	0.0660041659434126	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
SPA0131_000000020611	1359	0.9436975589149316	3	2	1	2	1	True	44350	fragment	False	SPA0131_000000020611	1.0		0	0	False	False	0.9992641806602478	0					non-mobilizable	plasmid	1257.0	89.73700000000001	92.0	0.05433084533935081	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
TAN0009_000000020658	1960	0.9436932730289934	2	2	0	2	2	True	2977	fragment	False	TAN0009_000000020658	0.9854838709677419		0	0	False	False	0.9989795684814453	0					non-mobilizable	no_good_hit								True	True
TAN0003_000000004961	1860	0.9436932730289934	2	2	0	2	2	True	2977	fragment	False	TAN0009_000000020658	0.9607142857142856		0	0	False	False	0.9973118305206299	0					non-mobilizable	no_good_hit								True	True
FIJ0031_000000003641	5894	0.9436904437243512	4	2	1	2	1	True	100164	fragment	False	FIJ0031_000000003641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3948.0	96.125	88.0	0.034187292942257995	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0192_000000004230	4700	0.9436904437243512	4	2	1	2	1	True	100152	fragment	False	ISR0192_000000004230	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3781.0	98.25399999999999	94.0	0.032773663122474116	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0100_000000004825	4119	0.9436904437243512	4	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.6476752252925079		0	0	False	False	1.0	0					non-mobilizable	plasmid	4119.0	98.568	99.0	0.03567030336669384	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
DEN0070_000000008781	3753	0.9436904437243512	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.4658417547148864		0	0	False	False	1.0	0					non-mobilizable	plasmid	3758.0	98.48299999999999	100.0	0.0325741938840997	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0251_000000003539	3613	0.9436904437243512	4	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.4087540292996313		0	0	False	False	0.9941876530647278	0					non-mobilizable	plasmid	3619.0	98.508	100.0	0.03133401557594574	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0191_000000002789	3360	0.9436904437243512	4	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.2579644404952306		0	0	False	False	1.0	0					non-mobilizable	plasmid	3364.0	99.13799999999999	100.0	0.029165871680571696	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0190_000000004050	5711	0.943688109382095	6	4	1	3	4	False	108854	backbone	False	ENG0066_000000002902	0.9921474418732191	PS677	0	0	True	True	1.0	56	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5616.0	99.89299999999999	100.0	0.9969809980465282	CP011138.1	enterobacteria	Escherichia coli VR50 plasmid pVR50D, complete sequence	False	True
ISR0136_000000001380	5134	0.943688109382095	6	4	1	3	4	False	108853	fragment	False	ISR0136_000000001380	1.0		0	0	False	False	0.9945461750030518	0	rep_cluster_2401	MOBP			mobilizable	plasmid	4585.0	97.012	100.0	0.5351010395981778	AJ008006.1	enterobacteria	Escherichia coli kanamycin resistance plasmid pUB2380	False	True
CHI0060_000000004491	2845	0.9436844571941584	3	2	2	2	1	False	85762	fragment	False	CHI0060_000000004491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	99.64200000000001	29.0	0.020504770547693212	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	False
FIJ0085_000000001726	13456	0.9436787921857532	13	7	6	7	7	False	43979	maximal	True	FIJ0085_000000001726	1.0		6	2	False	False	0.9999256730079651	0					non-mobilizable	no_good_hit	2747.0	76.33800000000001	20.0	0.06834523362144557	NZ_AAXG02000036.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont321, whole genome shotgun sequence	True	False
MAD0005_000000020371	1522	0.9436650527211136	3	2	2	2	1	False	19933	maximal	True	MAD0005_000000020371	1.0		1	1	False	False	0.9888305068016052	0					non-mobilizable	no_good_hit	186.0	98.387	16.0	6.385050284859528e-05	CP000312.1	firmicutes	Clostridium perfringens SM101, complete genome	True	False
FIJ0032_000000013449	2614	0.9436643005610168	5	4	2	4	3	False	56944	fragment	False	FIJ0011_000000016751	0.9917750573833206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000001758	14023	0.94364793178972	14	9	8	8	8	False	100087	maximal	True	AUS0018_000000001758	1.0		0	0	False	False	0.999714732170105	0					non-mobilizable	no_good_hit	809.0	76.143	6.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
SPA0035_000000002395	6246	0.9436472997797416	7	5	4	3	4	True	95117	fragment	False	ISR0218_000000002258	0.9745633027371438		0	0	False	False	0.9995197057723999	0					non-mobilizable	chromosome	6120.0	99.69	100.0	0.0027306273392069267	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0133_000000003795	6229	0.9436472997797416	7	5	4	3	4	True	95117	fragment	False	ISR0218_000000002258	0.9765757082297857		0	0	False	False	1.0	0					non-mobilizable	chromosome	5192.0	99.51799999999999	100.0	0.0023165037616968715	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0222_000000014582	3852	0.9436429887236432	5	3	2	2	3	False	107164	maximal	True	ISR0222_000000014582	1.0		16	5	False	False	0.9997404217720032	0					non-mobilizable	no_good_hit	1335.0	92.959	44.0	0.00039301342376294807	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0328_000000012501	2272	0.9436135086307784	4	4	4	3	2	False	79636	maximal	True	ISR0328_000000012501	1.0		6	4	False	False	0.9982394576072693	0					non-mobilizable	no_good_hit	1575.0	99.93700000000001	88.0	0.00022216488530137923	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0038_000000015361	2112	0.9436089812257188	3	3	3	2	2	False	98917	fragment	False	ISR0335_000000008295	0.8160154975221016		0	0	False	False	1.0	0					non-mobilizable	other	2059.0	99.90299999999999	99.0	0.0003443691543628878	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0032_000000008129	4225	0.9436040664581972	7	1	1	1	1	True	51702	fragment	False	FIJ0032_000000008129	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2536.0	92.35	94.0	0.10102705510929945	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ETH0005_000000031559	1482	0.9436040664581972	2	1	1	1	1	True	52720	maximal	True	ETH0005_000000031559	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	91.304	83.0	0.03875195278597466	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0115_000000026452	1369	0.9436040664581972	2	1	1	1	1	True	44351	fragment	False	ISR0115_000000026452	1.0		0	0	False	False	0.9569028615951538	0					non-mobilizable	plasmid	1049.0	90.181	99.0	0.04539142509980906	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
USA0091_01_000000004103	2761	0.9435967787102216	4	4	4	4	3	False	99891	fragment	False	SPA0150_000000006091	0.6557068967863353		0	0	False	False	1.0	0					non-mobilizable	other	2761.0	99.74600000000001	100.0	0.008746355685131196	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0001_000000006845	4282	0.943595607954512	5	3	3	3	3	False	68651	fragment	False	ISR0001_000000006845	1.0		0	0	False	True	0.9969640374183655	0					non-mobilizable	plasmid	2092.0	96.415	99.0	0.012637648224927172	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
FIJ0031_000000012630	1934	0.9435826157141896	3	3	2	2	3	False	48572	maximal	True	FIJ0031_000000012630	1.0		1	1	False	False	0.9881075620651245	0					non-mobilizable	no_good_hit	112.0	79.464	6.0	5.630824383972171e-05	NZ_UHFV01000002.1	firmicutes	Streptococcus macacae NCTC 11558, whole genome shotgun sequence	True	False
ISR0130_000000011732	2477	0.9435825065608768	3	2	2	2	2	False	31775	maximal	True	ISR0130_000000011732	1.0		0	0	False	False	0.9931368827819824	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	3.0	8.100670010680093e-05	NZ_FUZZ01000003.1	CFB group bacteria	Chitinophaga ginsengisegetis strain DSM 18108, whole genome shotgun sequence	True	False
ISR0854_000000002391	3154	0.9435793530388408	7	3	3	2	3	False	20508	maximal	True	ISR0854_000000002391	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	87.305	30.0	0.00013436691886457554	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
SPA0116_000000009121	4152	0.9435732566446662	2	1	1	1	1	False	87884	fragment	False	CHI0038_000000002580	0.9736555607695918		0	0	False	False	0.9992774724960327	0					non-mobilizable	no_good_hit	1021.0	88.149	61.0	0.00818545112449444	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0126_000000028726	1408	0.943567050752494	2	2	2	1	1	False	41114	maximal	True	FIJ0126_000000028726	1.0		2	1	False	False	0.9950284361839294	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000004406	6868	0.9435661009655726	11	7	4	4	6	True	125644	maximal	False	USA0039_01_000000003137	0.9257589454481676	PS799|PS803	0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3902.0	97.23200000000001	63.0	0.43648573027420257	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0348_000000001086	8886	0.9435623542759491	9	6	5	4	5	True	104259	maximal	True	ISR0348_000000001086	1.0	PS1|PS615	1	1	True	True	1.0	60					non-mobilizable	no_good_hit	2737.0	80.49	31.0	0.0003837770640870972	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
MAD0017_000000003834	1270	0.9435587230990762	2	1	1	1	1	False	19368	fragment	False	MAD0017_000000003834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	89.72200000000001	56.0	0.008631378733342162	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
MAD0014_000000026426	1303	0.9435567359563788	1	1	1	1	1	False	19484	fragment	False	MAD0014_000000026426	1.0		0	0	False	False	0.979278564453125	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000005477	6416	0.9435556194033068	8	6	6	6	5	False	75407	maximal	True	FIJ0029_000000005477	1.0		4	1	False	False	0.9990648627281189	0					non-mobilizable	no_good_hit	1760.0	77.557	27.0	0.0006172483190341605	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0282_000000002816	6539	0.9435553398966564	7	4	4	3	2	True	108561	maximal	True	ISR0282_000000002816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	84.135	6.0	6.398511258700636e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
MON0104_000000012316	3538	0.9435494486165712	3	3	3	3	1	True	8822	maximal	True	MON0104_000000012316	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	608.0	91.447	57.0	8.531518097482765e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
FIJ0130_000000007929	2642	0.9435488275733052	3	2	2	2	1	False	68297	maximal	True	FIJ0130_000000007929	1.0		0	0	False	False	0.9958364963531494	0					non-mobilizable	no_good_hit	985.0	97.97	37.0	0.027138838325335098	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0108_01_000000004231	2676	0.9435461137903662	4	3	2	2	3	False	104879	fragment	False	TAN0002_000000012842	0.9754111005119521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1591.0	97.54899999999999	62.0	0.1281161758773699	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CHI0098_000000002285	3784	0.9435446156083112	6	3	1	3	3	True	125437	fragment	False	CHI0132_000000008261	0.9578295989948508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	93.934	42.0	0.04788715340840295	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
MON0012_000000013852	3229	0.943543190247324	4	4	4	3	2	False	120077	fragment	False	ISR0155_000000005779	0.39905653838621885		0	0	False	False	1.0	0					non-mobilizable	other	2917.0	97.36	90.0	0.0006158547106655012	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0131_000000008976	3011	0.9435423409022669	3	3	2	3	3	False	98082	fragment	False	ENG0131_000000008976	1.0		0	0	False	False	0.9940218925476074	0	IncFIB				non-mobilizable	plasmid	3011.0	100.0	100.0	0.04840162089149032	CP024235.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed3, complete sequence	False	True
ISR0185_000000014668	2227	0.9435360690337192	4	3	3	3	2	False	98833	fragment	False	USA0051_01_000000008901	0.9824425476737769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	75.385	50.0	0.00016458000771206208	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
ISR0824_000000010252	2136	0.9435360690337192	3	3	3	3	2	False	98833	fragment	False	USA0051_01_000000008901	0.9562834326798243		0	0	False	False	0.9953183531761169	0					non-mobilizable	no_good_hit	1146.0	73.211	53.0	0.07645738385143867	NZ_KB899235.1	CFB group bacteria	Prevotella loescheii DSM 19665 = JCM 12249 = ATCC 15930 strain DSM 19665 F453DRAFT_scaffold00026.26, whole genome shotgun sequence	True	False
USA0082_01_000000001378	17697	0.9435338231565692	13	11	8	11	6	True	125302	maximal	True	USA0082_01_000000001378	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3385.0	78.139	32.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0061_000000023674	1772	0.9435334110656012	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.9198053873916227		0	0	False	False	0.9977426528930664	0					non-mobilizable	other	1699.0	97.41	97.0	0.0004712553665350373	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0024_000000015881	1652	0.9435237936682648	3	1	1	1	1	False	66233	fragment	False	ENG0024_000000015881	1.0		0	0	False	False	0.9860774874687195	0					non-mobilizable	no_good_hit								True	False
CHI0137_000000005050	2866	0.943522898713508	4	3	3	3	3	True	89287	fragment	False	CHI0137_000000005050	1.0		0	0	False	False	0.9947662353515625	0					non-mobilizable	plasmid	2866.0	99.965	100.0	0.025548193791744323	CP023840.1	enterobacteria	Klebsiella pneumoniae strain 4/1-2 plasmid p4_1_2.1, complete sequence	False	True
MAD0062_000000000777	12301	0.9435228539727096	17	12	11	9	10	True	46740	maximal	True	MAD0062_000000000777	1.0		1	1	False	False	0.9994309544563293	0					non-mobilizable	no_good_hit	940.0	99.36200000000001	11.0	0.0015044388154827422	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	True
SPA0040_000000034611	1255	0.94351886550444	2	1	1	1	1	False	6938	fragment	False	SPA0040_000000034611	1.0		0	0	False	False	0.9992032051086426	0					non-mobilizable	no_good_hit								True	False
ISR0155_000000011336	1783	0.9435171653138709	2	2	2	2	2	False	110022	fragment	False	ISR0155_000000011336	0.9960987230026532		0	0	False	False	0.9669097065925598	0					non-mobilizable	chromosome	1716.0	100.0	96.0	0.0007190293313656107	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
ISR0278_000000006395	1791	0.9435117373487094	2	2	1	2	1	True	126926	fragment	False	ISR0278_000000006395	0.9912521488735039		0	0	False	False	0.9988833069801331	0					non-mobilizable	other	1779.0	99.775	100.0	0.0021911923193591904	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ENG0124_000000018251	1705	0.9435117373487094	2	2	1	2	1	True	126926	fragment	False	ISR0278_000000006395	0.9783700533038907		0	0	False	False	1.0	0					non-mobilizable	chromosome	1704.0	100.0	100.0	0.0003964881810202528	CP029154.1	firmicutes	Clostridioides difficile strain CD161 chromosome, complete genome	False	True
SPA0124_000000023094	1279	0.9435117373487094	2	2	1	2	1	True	83759	fragment	False	CHI0162_000000024226	0.8367706658409072		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	99.92200000000001	100.0	0.0015758828273162888	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ISR0077_000000029737	1250	0.9435117373487094	2	2	1	2	1	True	83759	fragment	False	CHI0162_000000024226	0.834321308824383		0	0	False	False	0.9919999837875366	0					non-mobilizable	plasmid	1250.0	99.68	100.0	0.01620373373464278	CP050535.1	firmicutes	Lactococcus raffinolactis strain Lr_19_4S plasmid pLraf_19_4S_1, complete sequence	False	True
CHI0031_000000001223	6470	0.9435072047470072	12	4	1	4	3	False	88498	fragment	False	CHI0031_000000001223	0.9776573330849647		0	0	False	False	1.0	0					non-mobilizable	other	5927.0	99.949	92.0	0.001901734923953067	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
FIJ0021_000000027530	1744	0.9435063076468552	3	3	3	2	3	False	103928	fragment	False	MON0059_000000018343	0.8396965181779881		0	0	False	False	1.0	0					non-mobilizable	other	1688.0	94.727	99.0	0.0008279360442717574	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
CHI0051_000000013064	1432	0.9435006630127634	3	2	2	2	2	False	97513	fragment	False	CHI0051_000000013064	1.0		0	0	False	False	0.9874301552772522	0					non-mobilizable	no_good_hit	1266.0	96.682	88.0	0.00022688592874992668	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
FIJ0164_000000005265	4593	0.9434986885646892	5	2	2	2	2	False	97565	fragment	False	MAD0069_000000001274	0.9417729867513948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	82.22200000000001	3.0	0.0037250159842103802	NZ_SDIK01000044.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_47__1..35973__consensus, whole genome shotgun sequence	True	False
MON0092_000000011119	4526	0.9434986885646892	5	2	2	2	2	False	97565	fragment	False	MAD0069_000000001274	0.8254883956523292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006889512630773156	XM_028179448.1	moths	PREDICTED: Bombyx mandarina centromere protein J (LOC114246764), mRNA	True	False
MAD0003_000000009325	3034	0.9434986885646892	2	2	2	2	2	False	97559	fragment	False	FIJ0015_000000008673	0.946995153225834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0059_000000000948	12522	0.9434961021689718	10	9	3	6	9	True	83873	fragment	False	ENG0059_000000000948	0.9700931465656792		0	0	False	False	1.0	0		MOBF,MOBF	MPF_T		conjugative	plasmid	12448.0	99.992	100.0	0.06482542394066913	AP022358.1	enterobacteria	Klebsiella pneumoniae E278 plasmid pE278_IMP6 DNA, complete sequence	False	True
ISR0195_000000006107	3813	0.9434939072264982	3	3	1	3	2	False	120285	fragment	False	ISR0222_000000014200	0.7032099736635086		0	0	False	False	0.9971151351928711	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	1.0665834085193835e-05	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
ISR0035_000000006791	2678	0.9434920106754748	5	4	4	4	3	False	115016	fragment	False	SPA0153_000000005755	0.5856500531364859		0	0	False	False	0.9996265769004822	0					non-mobilizable	no_good_hit	549.0	77.96	44.0	0.00015355230996331868	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0058_000000010191	1531	0.9434894166798556	2	2	2	2	2	False	97506	fragment	False	ISR0134_000000020037	0.7980820210276879		0	0	False	False	0.9993468523025513	0					non-mobilizable	chromosome	1523.0	96.848	100.0	0.00027801417506965423	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0097_000000007536	4164	0.9434818375600804	6	3	3	3	3	False	69690	maximal	True	ENG0097_000000007536	1.0		4	2	False	False	0.9995197057723999	0					non-mobilizable	no_good_hit	1823.0	80.965	43.0	0.00041065424409233845	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0046_000000001159	16119	0.9434721564054256	18	14	12	13	12	False	11548	maximal	True	MON0046_000000001159	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1885.0	72.732	13.0	0.0006547860825554577	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0002_000000007416	3087	0.9434559353000136	5	4	4	2	2	False	111979	fragment	False	SPA0002_000000007416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	80.263	7.0	0.0011314585347861194	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ENG0129_000000002447	9605	0.9434539977116976	9	5	4	5	3	False	61945	fragment	False	ENG0129_000000002447	0.9950226756345565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	99.15299999999999	3.0	6.058182787491064e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
MAD0037_000000002129	6136	0.9434504045151751	6	5	1	4	4	False	18674	maximal	True	MAD0037_000000002129	1.0		1	1	True	True	0.9996740818023682	15	ColRNAI_rep_cluster_1987	MOBP		MOBP	mobilizable	no_good_hit	2635.0	86.338	64.0	0.0005730068008581148	CP022504.1	enterobacteria	Salmonella enterica subsp. arizonae strain SA20100345 chromosome, complete genome	True	True
ITA0007_000000000035	5166	0.9434470637296272	7	6	4	4	4	True	120627	backbone	False	FIJ0011_000000007726	0.9468411983602919	PS463|PS847	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1414.0	96.11	71.0	0.26773150789123407	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
MAD0097_000000003137	10505	0.9434422835636332	14	13	2	10	13	True	85501	fragment	False	MAD0097_000000003137	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	10507.0	98.37299999999999	100.0	0.156444550355962	CP055764.1	enterobacteria	Escherichia coli strain RHB05-C24 plasmid pRHB05-C24_4, complete sequence	False	True
FIJ0033_000000003534	8331	0.9434400920854884	9	5	3	4	3	False	48315	maximal	True	FIJ0033_000000003534	1.0		2	1	False	False	0.9998799562454224	0					non-mobilizable	no_good_hit	1037.0	99.51799999999999	12.0	0.0002899563973869219	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0003_000000027807	1118	0.943436395104594	1	1	1	1	1	False	128812	fragment	False	AST0003_000000027807	1.0		0	0	False	False	0.9847942590713501	0					non-mobilizable	virus	1110.0	100.0	99.0	0.06299346776483954	MK231927.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_1-CL21_c1 sequence	False	False
FIJ0105_000000006433	4490	0.9434283001991856	8	5	3	4	4	False	129194	fragment	False	ISR0357_000000004653	0.9745577309229413		0	0	False	False	0.9997772574424744	0					non-mobilizable	no_good_hit	2839.0	80.557	63.0	0.0006231433665943524	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0010_000000000207	10800	0.9434275998308224	12	9	3	4	9	False	19751	maximal	True	MAD0010_000000000207	1.0		3	2	False	False	1.0	0		MOBP			mobilizable	no_good_hit	6596.0	94.102	84.0	0.166611854587771	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	True	True
SPA0021_000000024230	1316	0.943416294488106	3	2	1	1	2	False	59422	fragment	False	SPA0021_000000024230	0.9451078489114728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	90.695	81.0	0.1694997571636717	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0134_000000025324	1271	0.943416294488106	3	2	1	1	2	False	59422	fragment	False	SPA0021_000000024230	0.9391604448665964		0	0	False	False	0.9984264373779297	0					non-mobilizable	no_good_hit	1065.0	90.61	84.0	0.1694997571636717	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AUS0022_000000013834	2524	0.9434035715260664	5	5	2	3	4	True	99298	fragment	False	AUS0022_000000013834	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2158.0	95.69	89.0	0.6573170731707317	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0834_000000003421	4864	0.943402528105284	6	5	5	5	5	False	92267	fragment	False	ISR0794_000000003473	0.9556743577316257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	1.0	0.0008687602364167201	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0016_000000003368	9022	0.9433986873082764	12	10	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.997064875395917	PS1165|PS799|PS800	0	0	True	True	1.0	455	rep_cluster_1097	MOBB			mobilizable	plasmid	5662.0	99.912	100.0	0.6328264758497316	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
DEN0066_000000002888	9020	0.9433986873082764	12	10	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9969930156934923	PS1165|PS799|PS800	0	0	True	True	0.9995565414428711	28	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.822	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AST0005_000000003118	9001	0.9433986873082764	12	10	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9970519351822476	PS1165|PS799|PS800	0	0	True	True	1.0	27	rep_cluster_1097	MOBB			mobilizable	plasmid	5784.0	99.87899999999999	100.0	0.6464669051878354	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0169_000000009439	3106	0.9433975997967766	5	4	3	4	2	False	57432	fragment	False	ISR0039_000000009927	0.9259535666479941		0	0	False	False	0.9948486685752869	0					non-mobilizable	chromosome	2245.0	78.88600000000001	99.0	0.0009775464555331161	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
DEN0018_000000004887	6572	0.943395131953433	7	6	6	5	5	False	104799	maximal	True	DEN0018_000000004887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	72.178	6.0	0.0037253484355544843	NZ_LQOL01000074.1	high GC Gram+	Mycolicibacterium canariasense strain CCUG 47953 contig_63, whole genome shotgun sequence	True	False
SPA0028_000000011243	2628	0.9433907666727204	4	4	3	4	2	False	56159	fragment	False	SPA0028_000000011243	0.9905259087393659		0	0	False	False	0.9984779357910156	0					non-mobilizable	other	2628.0	98.66799999999999	100.0	0.018189635444477575	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
USA0117_01_000000011720	1822	0.9433898269179434	4	2	2	2	1	False	73220	fragment	False	USA0117_01_000000011720	0.9608433734939759		0	0	False	False	1.0	0					non-mobilizable	chromosome	1838.0	94.45	100.0	0.0003538276500891218	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
DEN0052_000000034366	1364	0.9433898269179434	3	2	2	2	1	False	73217	fragment	False	DEN0052_000000034366	0.9414506427518762		0	0	False	False	0.9963343143463135	0					non-mobilizable	chromosome	1351.0	94.226	99.0	0.00026016738977141307	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
SPA0110_000000011265	1682	0.9433895891965502	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.4692529210651563	PS1128	0	0	False	True	0.9994054436683655	0					non-mobilizable	other	1693.0	84.87899999999999	100.0	0.0199451744021174	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0220_000000001341	8459	0.943385679305658	8	8	7	7	8	False	28009	maximal	True	ISR0220_000000001341	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	8459.0	99.75200000000001	100.0	0.004324979955165022	CP025471.1	firmicutes	Pediococcus acidilactici strain PB22 chromosome, complete genome	False	False
AST0019_000000015085	1945	0.9433807417563316	4	4	2	4	2	False	122286	fragment	False	AST0019_000000015085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	82.791	49.0	0.00033394444340172877	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0038_000000012240	2503	0.9433775694642096	4	2	2	2	2	False	52355	fragment	False	MON0038_000000012240	1.0		0	0	False	False	0.9296844005584717	0					non-mobilizable	no_good_hit	1821.0	97.584	73.0	0.031812378670490915	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CAN0022_000000002228	11451	0.9433760189993612	22	8	2	5	4	False	91358	maximal	True	CAN0022_000000002228	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	95.03200000000001	13.0	0.0001563208838678855	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0069_000000006840	3440	0.9433744144454784	4	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.6080749047851691	PS572	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	796.0	76.633	23.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
CHI0151_000000002253	9996	0.9433695563166185	13	5	4	4	5	False	84273	maximal	True	CHI0151_000000002253	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	4302.0	98.46600000000001	43.0	0.0009553128588531359	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0008_000000000619	23271	0.9433624374946366	31	12	2	7	7	False	91525	fragment	False	DEN0046_000000000271	0.9373920081355426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1875.0	75.893	12.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
FIJ0123_000000014868	2185	0.9433605127352394	2	2	2	2	2	False	41350	fragment	False	FIJ0123_000000014868	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2171.0	77.292	97.0	0.0005027060182269193	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	False	False
SPA0118_000000008585	3399	0.9433586379724812	4	2	2	2	2	False	69892	fragment	False	SPA0118_000000008585	1.0		0	0	False	False	0.9970579743385315	0					non-mobilizable	no_good_hit								True	False
SPA0052_000000009652	2986	0.9433557841230203	2	2	1	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9190434874884632		0	0	False	False	0.997990608215332	0					non-mobilizable	chromosome	2849.0	85.64399999999999	94.0	0.0009524155926732702	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
AST0108_000000009185	2875	0.9433557841230203	2	2	1	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9143883681846313		0	0	False	False	0.9996521472930908	0					non-mobilizable	chromosome	987.0	98.27799999999999	98.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
FIJ0039_000000008528	2827	0.9433557841230203	2	2	1	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9610894104371049		0	0	False	False	0.998585045337677	0					non-mobilizable	chromosome	2856.0	85.889	99.0	0.0009547730570115704	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
DEN0064_000000013747	2806	0.9433557841230203	2	2	1	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9082154340065199		0	0	False	False	1.0	0					non-mobilizable	chromosome	981.0	98.165	99.0	0.00033004500736202435	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
AST0019_000000018805	1596	0.9433557841230203	2	2	1	2	1	False	122164	fragment	False	AST0019_000000018805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	98.714	53.0	0.00023540965321026022	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
SPA0028_000000001790	10727	0.9433532945553592	17	5	3	5	3	True	58555	fragment	False	SPA0028_000000001790	1.0		0	0	False	False	0.999347448348999	0					non-mobilizable	no_good_hit								True	True
MAD0067_000000004999	1977	0.9433491742119524	2	2	2	2	2	False	17444	fragment	False	MAD0067_000000004999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0083_000000006516	4537	0.9433488742668524	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.2758720603337619		0	0	False	True	0.9997795820236206	0					non-mobilizable	no_good_hit	99.0	98.99	2.0	0.11036036036036036	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
ISR0807_000000004120	3244	0.9433488742668524	3	3	2	3	1	True	131940	fragment	False	ISR0346_000000005990	0.943397986980825		0	0	False	True	0.9987669587135315	0					non-mobilizable	no_good_hit								True	True
SPA0059_000000009777	2640	0.9433302750355388	4	1	1	1	1	False	6274	maximal	True	SPA0059_000000009777	1.0		2	2	False	False	0.9996212124824524	0					non-mobilizable	no_good_hit	65.0	96.92299999999999	2.0	2.3242427598930123e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0130_000000020285	1639	0.9433282881151152	3	3	3	3	3	True	3797	fragment	False	SPA0130_000000020285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	98.27	56.0	0.005129146570091846	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
USA0083_01_000000001702	14950	0.9433278210534852	24	9	4	6	5	True	88280	fragment	False	USA0083_01_000000001702	0.9414429643654068		0	0	False	False	0.9993979930877686	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	0.0010001363822339409	NZ_RXHQ01000022.1	firmicutes	Xylanivirga thermophila strain SYSU GA17129 Scaffold21_1, whole genome shotgun sequence	True	True
MAD0110_000000008063	3398	0.9433261907257774	6	3	2	1	2	False	14560	maximal	True	MAD0110_000000008063	1.0		2	1	False	False	0.9935256242752075	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000002113	4765	0.9433128550223192	6	3	2	2	3	False	43857	maximal	True	MAD0104_000000002113	0.9972565157750343		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	78.788	3.0	1.6373932617911128e-05	CP053452.2	bacteria	Frigoriglobus tundricola strain PL17 chromosome, complete genome	True	False
ENG0108_000000000920	23756	0.9433050366198698	29	17	12	12	13	False	86676	maximal	True	ENG0108_000000000920	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3298.0	93.96600000000001	41.0	0.053155985489721884	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ISR0141_000000005163	6866	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9763503297223237		0	0	True	True	1.0	274		MOBB			mobilizable	no_good_hit	2653.0	97.851	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
CAN0012_000000008057	6866	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9749120948430178		0	0	True	True	1.0	293		MOBB			mobilizable	no_good_hit	2653.0	97.814	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
CAN0013_000000003741	6866	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9749120948430178		0	0	True	True	1.0	500		MOBB			mobilizable	no_good_hit	2653.0	97.814	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
CAN0011_000000004611	6847	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9875795971611829		0	0	True	True	1.0	335		MOBB			mobilizable	no_good_hit	3433.0	98.281	88.0	0.4476501305483029	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0070_000000002760	6847	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9877074727651078		0	0	True	True	1.0	634		MOBB			mobilizable	no_good_hit	3433.0	98.311	88.0	0.4476501305483029	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
CAN0010_000000001994	6847	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9878494275766472		0	0	True	True	1.0	878		MOBB			mobilizable	no_good_hit	2829.0	98.303	88.0	0.36906005221932114	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
CAN0014_000000006300	6847	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.987587297407775		0	0	True	True	1.0	240		MOBB			mobilizable	no_good_hit	3363.0	98.305	88.0	0.4385117493472585	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0205_000000002959	6847	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9876434624258974		0	0	True	True	1.0	280		MOBB			mobilizable	no_good_hit	3433.0	98.34	87.0	0.4476501305483029	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0382_000000001688	6846	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9747455216873152		0	0	True	True	1.0	197		MOBB			mobilizable	no_good_hit	2653.0	97.814	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0048_000000002554	6846	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9763972364592729		0	0	True	True	1.0	13		MOBB			mobilizable	no_good_hit	2653.0	97.851	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0052_000000003822	6845	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9757858859699025		0	0	True	True	1.0	224		MOBB			mobilizable	no_good_hit	2170.0	98.249	85.0	0.28315926892950394	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0151_000000002088	6845	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9736266738799562		0	0	True	True	1.0	15		MOBB			mobilizable	no_good_hit	2653.0	97.851	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
CAN0001_000000006781	6829	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9869641714392817		0	0	True	True	1.0	18		MOBB			mobilizable	no_good_hit	3483.0	98.163	88.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0108_000000003098	6828	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9875314958787615		0	0	True	True	1.0	66		MOBB			mobilizable	no_good_hit	3288.0	98.32700000000001	88.0	0.4287206266318538	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
SPA0134_000000004341	6827	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9876859743158118		0	0	True	True	1.0	1622		MOBB			mobilizable	no_good_hit	3287.0	98.32700000000001	88.0	0.4285900783289817	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0112_000000003708	6827	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9877032984042399		0	0	True	True	1.0	24		MOBB			mobilizable	no_good_hit	3287.0	98.32700000000001	88.0	0.4285900783289817	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0043_000000004463	6827	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.987739382032201		0	0	True	True	1.0	105		MOBB			mobilizable	no_good_hit	3000.0	98.6	88.0	0.39112271540469973	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0211_000000004635	6827	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9873357842026768		0	0	True	True	1.0	165		MOBB			mobilizable	no_good_hit	3287.0	98.296	88.0	0.4285900783289817	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0103_000000002926	6827	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9878573007826758		0	0	True	True	1.0	1331		MOBB			mobilizable	no_good_hit	3483.0	98.22	88.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
SPA0145_000000004381	6827	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9876859743158118		0	0	True	True	1.0	261		MOBB			mobilizable	no_good_hit	3287.0	98.32700000000001	88.0	0.4285900783289817	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
USA0019_01_000000004073	6827	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9875924948497341		0	0	True	True	0.9998535513877869	5		MOBB			mobilizable	no_good_hit	3287.0	98.32700000000001	87.0	0.4285900783289817	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
USA0060_01_000000002357	6827	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9876680134497307		0	0	True	True	1.0	427		MOBB			mobilizable	no_good_hit	3183.0	98.523	87.0	0.4150130548302872	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
USA0061_01_000000001795	6827	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9877215465898742		0	0	True	True	1.0	1230		MOBB			mobilizable	no_good_hit	3483.0	98.191	87.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0111_000000003309	6827	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9877001971069406		0	0	True	True	1.0	102		MOBB			mobilizable	no_good_hit	3205.0	98.50200000000001	88.0	0.41788511749347257	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0045_000000001528	6827	0.9432922727686424	11	5	3	3	3	True	123859	maximal	True	ENG0045_000000001528	0.9878653292894626		45	7	True	True	1.0	1574		MOBB			mobilizable	no_good_hit	3483.0	98.22	88.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0145_000000004732	6827	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9873562005569088		0	0	True	True	1.0	125		MOBB			mobilizable	no_good_hit	3287.0	98.296	88.0	0.4285900783289817	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0206_000000003379	6825	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9744356928294927		0	0	True	True	1.0	15		MOBB			mobilizable	no_good_hit	2653.0	97.814	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
USA0041_01_000000003484	6825	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9868781128631128		0	0	True	True	1.0	14		MOBB			mobilizable	no_good_hit	3287.0	98.32700000000001	87.0	0.4285900783289817	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
AST0110_000000002813	6818	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9860411182418549		0	0	True	True	0.9991199970245361	9		MOBB			mobilizable	no_good_hit	3428.0	98.425	86.0	0.44699738903394254	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
AST0093_000000003026	6807	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9876497332637283		0	0	True	True	1.0	29		MOBB			mobilizable	no_good_hit	2496.0	98.117	88.0	0.32558746736292427	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0034_000000002063	6807	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9874810232182939		0	0	True	True	0.9994123578071594	30		MOBB			mobilizable	no_good_hit	1830.0	98.14200000000001	88.0	0.23838120104438643	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
SPA0041_000000004895	6807	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9873990310655384		0	0	True	True	1.0	336		MOBB			mobilizable	no_good_hit	3483.0	98.22	86.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0772_000000000583	6805	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9741764880664188		0	0	True	True	1.0	17		MOBB			mobilizable	no_good_hit	2653.0	97.814	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
AST0048_000000002632	6787	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9875641434164174		0	0	True	True	1.0	83		MOBB			mobilizable	no_good_hit	3483.0	98.191	88.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0044_000000002694	6787	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9875176599486483		0	0	True	True	1.0	437		MOBB			mobilizable	no_good_hit	2952.0	98.645	87.0	0.38485639686684076	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0148_000000004282	6787	0.9432922727686424	11	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9875643917827833		0	0	True	True	1.0	46		MOBB			mobilizable	no_good_hit	3483.0	98.191	88.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
SPA0149_000000004749	6787	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9867955041820519		0	0	True	True	1.0	11		MOBB			mobilizable	no_good_hit	3258.0	98.31200000000001	88.0	0.4248041775456919	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
CAN0009_000000002795	6736	0.9432922727686424	10	5	3	3	3	True	123859	maximal	False	ENG0045_000000001528	0.9689227951804356		0	0	False	True	1.0	0		MOBB			mobilizable	no_good_hit	3142.0	98.44	85.0	0.40992167101827676	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
DEN0064_000000005512	5858	0.9432922727686424	9	5	3	3	3	True	121012	fragment	False	DEN0064_000000005512	0.9925495184444848		0	0	False	False	0.9984636306762695	0					non-mobilizable	no_good_hit	2283.0	98.16	86.0	0.29778067885117493	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0225_000000019513	1184	0.9432740348239108	3	3	3	3	3	False	27662	maximal	True	ISR0225_000000019513	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1184.0	99.57799999999999	100.0	0.0002397340917279782	CP041520.1	enterobacteria	Escherichia coli strain 3057 chromosome	False	False
SPA0138_000000009498	2702	0.9432604898175936	4	4	2	3	4	False	126993	fragment	False	ISR0320_000000008290	0.8079942290084894		0	0	False	False	0.9992598295211792	0					non-mobilizable	chromosome	1830.0	94.863	100.0	0.0008075575732475471	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0819_000000005632	4260	0.9432601337483644	6	4	2	2	4	True	102409	fragment	False	ISR0819_000000005632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1848.0	93.561	57.0	0.2997226301191059	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
SPA0128_000000017882	2076	0.9432517290072572	3	2	1	2	1	False	3879	maximal	True	SPA0128_000000017882	1.0		1	1	False	False	0.997591495513916	0					non-mobilizable	no_good_hit	1566.0	100.0	75.0	0.00044667168232824116	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0088_000000001955	7915	0.9432418628620568	6	5	4	5	2	True	131963	maximal	True	MAD0088_000000001955	1.0	PS1136	4	1	False	True	0.9994946122169495	0					non-mobilizable	no_good_hit	1377.0	99.71	17.0	0.00027638219721034754	CP024243.1	enterobacteria	Escherichia coli O128:H27 strain 90-9281 chromosome, complete genome	True	True
ISR0026_000000002525	8598	0.9432395371127832	8	7	7	7	4	False	37318	maximal	True	ISR0026_000000002525	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1830.0	71.694	21.0	0.007546053743451073	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
ENG0141_000000014472	1858	0.9432281538438652	3	3	2	2	3	True	78991	fragment	False	SPA0132_000000019790	0.6502703645560789		0	0	False	False	1.0	0					non-mobilizable	other	1858.0	100.0	100.0	0.040613244685504334	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0814_000000004679	8122	0.9432251828166396	8	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.928703531155571		0	0	False	True	0.9997537732124329	0					non-mobilizable	no_good_hit	181.0	99.448	3.0	0.005049796605414504	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0139_000000002689	7513	0.9432251828166396	7	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.8522495932254062		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	181.0	99.448	5.0	0.005049796605414504	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
SPA0055_000000004027	7306	0.9432251828166396	8	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.811797177160599		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	115.0	98.26100000000001	3.0	0.003200628895502274	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0012_000000003216	7246	0.9432251828166396	8	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.809841386057689		0	0	False	True	0.9995859861373901	0					non-mobilizable	no_good_hit	107.0	99.065	4.0	0.0029760233589757987	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ENG0157_000000003106	7222	0.9432251828166396	5	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.7929842569994846		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.002133752597001516	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0227_000000003522	7210	0.9432251828166396	8	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.6561987754385419		0	0	False	True	0.9987517595291138	0					non-mobilizable	no_good_hit	654.0	96.63600000000001	9.0	0.00033643041660698847	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
AST0090_000000003590	7144	0.9432251828166396	6	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.8082250131148592		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	115.0	98.26100000000001	3.0	0.12837837837837837	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
AST0052_000000002612	7140	0.9432251828166396	7	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.8070317353185454		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	0.000251090473048013	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0069_000000003202	7110	0.9432251828166396	7	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.8065344307756641		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.0007882370774594513	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0151_000000002012	7041	0.9432251828166396	4	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.7492001213163251		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	1.0	0.001711319960723804	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0046_000000003135	6916	0.9432251828166396	4	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.7861300249931414		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	2.0	0.00017773614337661034	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0066_01_000000002761	6906	0.9432251828166396	5	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.794705473425883		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	107.0	98.131	3.0	0.11936936936936937	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
USA0034_01_000000008269	6901	0.9432251828166396	5	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.7946019212898894		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	101.0	98.02	3.0	0.11261261261261261	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
USA0069_01_000000008907	6834	0.9432251828166396	5	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.7909624117732078		0	0	False	True	0.9998536705970764	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	2.0	0.00017773614337661034	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0216_000000003043	6767	0.9432251828166396	7	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.6632495418436787		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	1.0	0.0018515920886519848	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
USA0130_01_000000005897	6744	0.9432251828166396	5	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.7432068785842497		0	0	False	True	0.9989620447158813	0					non-mobilizable	no_good_hit	71.0	98.59200000000001	2.0	0.0019638097909945294	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0284_000000001065	6618	0.9432251828166396	5	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.7349073459400676		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.000156826008861715	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0152_000000003848	6576	0.9432251828166396	5	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.5708242820795987		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0001630990492161836	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0080_01_000000006508	6433	0.9432251828166396	4	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.26797448459773976		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	3.0	0.0009129442451907402	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0374_000000002468	6122	0.9432251828166396	7	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5936628339537889		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	1.0	0.0018515920886519848	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
MON0063_000000004676	5845	0.9432251828166396	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5807068483892622		0	0	False	True	0.9955517649650574	0					non-mobilizable	no_good_hit	135.0	99.259	3.0	0.15090090090090091	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
ISR0286_000000002019	5820	0.9432251828166396	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5768411743094636		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	81.0	97.531	3.0	0.00016728107611916268	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0150_000000002626	5818	0.9432251828166396	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5768909208428046		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	3.0	0.0031505202503834514	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0084_000000003533	5816	0.9432251828166396	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5768897742916936		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	86.0	96.512	3.0	0.0035236081747709656	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0141_000000006184	5804	0.9432251828166396	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5766304425944324		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	75.0	97.333	2.0	0.00015473499541022548	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0082_000000002996	5800	0.9432251828166396	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5768020096905101		0	0	False	True	0.9993103742599487	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.0031505202503834514	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0020_000000003164	5753	0.9432251828166396	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5762356691477155		0	0	False	True	0.999826192855835	0					non-mobilizable	no_good_hit	63.0	96.825	2.0	0.002570161256891763	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0178_000000003267	5709	0.9432251828166396	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3754315946519887		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	426.0	72.77	7.0	0.001074991621767936	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	True
AST0047_000000003508	5697	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5742061075115227		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	96.0	96.875	3.0	0.002665170430635433	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0194_000000003677	5682	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5085250215370857		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	180.0	97.77799999999999	6.0	0.005021742179828868	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0117_000000004868	5580	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.49148871167077685		0	0	False	True	0.9996415972709656	0					non-mobilizable	no_good_hit	161.0	97.516	3.0	0.004464035038463698	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0229_000000002686	5551	0.9432251828166396	5	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.4653705261905264		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	200.0	99.5	4.0	0.0006320088671796843	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
DEN0079_000000007301	5528	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.4667834556307378		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	144.0	99.306	3.0	0.0004541571256617832	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
AST0014_000000003450	5517	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.4667497988961072		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	133.0	99.24799999999999	2.0	0.0004192219621493383	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
SPA0093_000000007353	5509	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.4666443477017948		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	133.0	99.24799999999999	2.0	0.0004192219621493383	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
AUS0022_000000006487	5471	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.46012669490638064		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	104.0	98.07700000000001	2.0	0.11599099099099099	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
ENG0087_000000005093	5399	0.9432251828166396	7	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.46163706569612617		0	0	False	True	0.9998148083686829	0					non-mobilizable	no_good_hit	137.0	97.81	3.0	0.0018403247631935047	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	True
DEN0007_000000005258	5398	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.4638754151141966		0	0	False	True	0.9992589950561523	0					non-mobilizable	no_good_hit	65.0	100.0	1.0	0.0006467586276590369	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0005_000000005389	5395	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.46543709433157054		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.00016100803576469408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0149_000000004629	5391	0.9432251828166396	7	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.46162450844289976		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	148.0	88.514	3.0	0.0003399874865716748	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	True
ISR0392_000000005291	5379	0.9432251828166396	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5489763704489105		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	2.0	0.00016100803576469408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0091_000000002408	5354	0.9432251828166396	5	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.4809862735469861		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	132.0	97.727	2.0	0.14869466515323496	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0365_000000002678	5317	0.9432251828166396	5	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.14146081503013694		0	0	False	True	0.9937934875488281	0					non-mobilizable	no_good_hit	68.0	98.529	1.0	0.0009293680297397769	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	True
ISR0043_000000004108	5315	0.9432251828166396	5	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.4723741367242316		0	0	False	True	0.999623715877533	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.0032748828918459563	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0170_000000002128	5203	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.41885831234989734		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.00034359052094386336	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0208_000000005609	5194	0.9432251828166396	5	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.45364584694571736		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	65.0	98.462	1.0	0.0026530696845334326	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
AST0010_000000005188	5057	0.9432251828166396	5	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.34423062246100333		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.0007781314739022788	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0206_000000004779	5036	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3459552106752956		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	124.0	98.387	4.0	0.13851351351351351	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
CHI0134_000000002537	4989	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3442436134169496		0	0	False	True	0.9997995495796204	0					non-mobilizable	no_good_hit	84.0	98.81	3.0	0.0034406997471292957	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
MAD0026_000000002256	4975	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.374323102672461		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	2.0	0.0007983426810166237	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0054_000000004934	4964	0.9432251828166396	5	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.4175264838181842		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0010_000000003786	4955	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.37787592480359544		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0011_000000006390	4902	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3507340160651717		0	0	False	True	0.9997959733009338	0					non-mobilizable	no_good_hit	128.0	99.219	4.0	0.0004088267958602263	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0024_000000005514	4893	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3501555439243854		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	127.0	99.213	5.0	0.14189189189189189	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
ENG0059_000000002468	4887	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3371365036575904		0	0	False	True	0.9983630180358887	0					non-mobilizable	no_good_hit	113.0	98.23	2.0	0.12612612612612611	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
MAD0067_000000001827	4883	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.35584978584761606		0	0	False	True	0.9993855953216553	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0003840129351725532	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0148_000000007027	4866	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.35065386633890355		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	124.0	99.194	4.0	0.13851351351351351	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
USA0135_01_000000002968	4848	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.33501507806226694		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	3.0	0.0007680258703451064	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0053_000000005412	4844	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3506163203921958		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	107.0	98.131	4.0	0.11936936936936937	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
USA0042_01_000000005334	4838	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.34343993322839794		0	0	False	True	0.999793291091919	0					non-mobilizable	no_good_hit	101.0	98.02	4.0	0.11261261261261261	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
ENG0083_000000004669	4827	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3426304279455569		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	4.0	0.10022522522522523	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
ISR0128_000000007131	4816	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3427397584802754		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0032334286780251213	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0083_000000005409	4814	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.34235736307903497		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0007882370774594513	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0136_000000007800	4814	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3257562712139405		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	68.0	95.588	1.0	0.0009066305818673883	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	True
AST0029_000000006456	4813	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3425438702303045		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0032334286780251213	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
USA0057_01_000000006252	4811	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.342797199724784		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	2.0	0.0034406997471292957	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0011_000000008169	4783	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3418771658298844		0	0	False	True	0.9995818734169006	0					non-mobilizable	no_good_hit	65.0	98.462	3.0	0.0006467586276590369	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0107_000000002575	4730	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.31864224760409		0	0	False	True	0.9987314939498901	0					non-mobilizable	no_good_hit	114.0	99.12299999999999	3.0	0.00023628452001831727	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0042_000000006137	4705	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3260510986205513		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0096_000000005324	4678	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.316074236871511		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0089_000000008671	4443	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.2195235979390409		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	2.0	0.0034406997471292957	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0288_000000006522	4421	0.9432251828166396	4	3	2	3	1	True	131948	fragment	False	ISR0288_000000006522	0.9998829588014981		0	0	False	True	0.9997738003730774	0					non-mobilizable	no_good_hit	75.0	100.0	2.0	0.002076027493337074	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0263_000000002542	4300	0.9432251828166396	3	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.04173256899098607		0	0	False	True	0.9962790608406067	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.0007680258703451064	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0144_000000003151	4286	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.04832789946979819		0	0	False	True	0.9960336089134216	0					non-mobilizable	no_good_hit								True	True
ISR0053_000000004615	4176	0.9432251828166396	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.04053026306941951		0	0	False	True	0.992337167263031	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.001314967618922384	NZ_JNJN01000033.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00032.32_C, whole genome shotgun sequence	True	True
CHI0177_000000003703	4156	0.9432251828166396	6	3	2	3	1	True	131947	fragment	False	CHI0177_000000003703	1.0		0	0	False	True	0.9987969398498535	0					non-mobilizable	no_good_hit	443.0	79.684	11.0	0.005480686211944892	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0319_000000003722	4132	0.9432251828166396	3	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.04085602837230689		0	0	False	True	0.9944337010383606	0					non-mobilizable	no_good_hit								True	True
ISR0252_000000002121	3985	0.9432251828166396	3	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.032193719492009026		0	0	False	True	0.9884567260742188	0					non-mobilizable	no_good_hit	67.0	97.015	2.0	0.0002061945852052261	NZ_QGDL01000004.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_104, whole genome shotgun sequence	True	True
ISR0160_000000006973	3866	0.9432251828166396	3	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.02388500064405878		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	86.0	98.837	2.0	0.0035236081747709656	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
USA0063_01_000000006049	3365	0.9432251828166396	3	3	2	3	1	True	131940	fragment	False	ISR0346_000000005990	0.9745456814044977		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	3.0	0.00024787136441919234	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0346_000000005990	3360	0.9432251828166396	3	3	2	3	1	True	131940	fragment	False	ISR0346_000000005990	0.977550050109655		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	43.0	100.0	2.0	0.00013520256241046855	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0085_000000008056	2856	0.9432251828166396	3	3	2	3	1	True	70343	fragment	False	ISR0085_000000008056	1.0		0	0	False	False	0.9968487620353699	0					non-mobilizable	no_good_hit								True	True
DEN0066_000000001237	17854	0.9432219393301342	28	15	10	13	12	True	125417	fragment	False	SPA0098_000000001538	0.7701656626172201		0	0	False	False	1.0	0					non-mobilizable	other	17754.0	98.102	99.0	0.005060947138047523	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0089_000000013647	1894	0.9432208192365681	2	2	0	2	2	True	24978	backbone	False	ISR0323_000000011280	0.9941628405109506	PS62	0	0	True	True	1.0	11	Inc11				non-mobilizable	other	1807.0	99.779	100.0	0.9950413223140496	AB370334.1	firmicutes	Lactobacillus brevis pasmid pLB925A01 DNA, complete sequence	False	True
ISR0323_000000011280	1874	0.9432208192365681	3	2	0	2	2	True	24978	backbone	True	ISR0323_000000011280	0.994564268427184	PS62	5	3	True	True	0.9994663596153259	16	Inc11				non-mobilizable	other	1844.0	99.07799999999999	100.0	0.9485066941297632	NZ_VDFO01000080.1	firmicutes	Lactobacillus halodurans strain TMW 1.1920 seq80, whole genome shotgun sequence	False	True
MAD0027_000000006384	1853	0.9432208192365681	3	2	0	2	2	True	24978	backbone	False	ISR0323_000000011280	0.9891133649047611	PS62	0	0	True	True	1.0	3	Inc11				non-mobilizable	other	1834.0	98.74600000000001	100.0	0.9438722966014418	NZ_VDFO01000080.1	firmicutes	Lactobacillus halodurans strain TMW 1.1920 seq80, whole genome shotgun sequence	False	True
SPA0124_000000016165	1817	0.9432208192365681	2	2	0	2	2	True	24978	backbone	False	ISR0323_000000011280	0.9941202473602152	PS62	0	0	True	True	0.9933956861495972	6	Inc11				non-mobilizable	other	1580.0	99.177	100.0	0.8130792996910402	NZ_VDFO01000080.1	firmicutes	Lactobacillus halodurans strain TMW 1.1920 seq80, whole genome shotgun sequence	False	True
ENG0044_000000006438	2595	0.9432172249011992	3	3	3	3	2	False	64526	maximal	True	ENG0044_000000006438	1.0		1	1	False	False	0.9961464405059814	0					non-mobilizable	no_good_hit								True	False
ISR0352_000000005899	1654	0.943208732857872	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.6920059679541245	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1666.0	84.514	100.0	0.019590698553738538	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0086_000000001786	12057	0.9431936232790008	10	8	3	5	6	True	125148	maximal	True	ENG0086_000000001786	1.0	PS921	1	1	False	True	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	4111.0	93.09200000000001	53.0	0.023627126844609304	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0088_000000009747	2450	0.943190226077548	3	2	2	2	2	False	16991	fragment	False	MAD0088_000000009747	1.0		0	0	False	False	0.9983673691749573	0					non-mobilizable	no_good_hit								True	False
MAD0072_000000002732	2148	0.943190226077548	3	2	2	2	2	False	16990	fragment	False	MAD0072_000000002732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0078_000000005298	1755	0.943190226077548	2	2	2	2	2	False	16989	fragment	False	MAD0078_000000005298	0.9973005398920216		0	0	False	False	0.9954416155815125	0					non-mobilizable	no_good_hit								True	False
FIJ0156_000000000461	18595	0.9431896673257074	22	8	4	7	6	False	101350	backbone	False	TAN0011_000000000086	0.2581112646171705	PS587|PS588	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	616.0	94.48100000000001	4.0	0.00016405560391268614	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0187_000000001497	12098	0.9431844411079958	10	8	8	5	4	False	110505	fragment	False	CHI0187_000000001497	0.9959308419851562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	91.051	14.0	0.0021102340229946963	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
AST0010_000000025574	1188	0.9431775116380038	2	1	1	1	1	False	125681	fragment	False	AST0010_000000025574	1.0		0	0	False	False	0.9898989796638489	0					non-mobilizable	other	1188.0	98.906	100.0	0.00793937448163309	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0848_000000007741	2241	0.9431722822075644	3	3	3	3	3	False	120214	maximal	True	ISR0848_000000007741	1.0		87	9	False	False	0.9812583923339844	0					non-mobilizable	chromosome	2142.0	98.926	99.0	0.0008483388217683742	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0104_000000002878	10263	0.9431703533756159	11	9	7	7	8	False	116684	maximal	True	SPA0104_000000002878	1.0	PS782	5	1	False	True	1.0	0					non-mobilizable	no_good_hit	3520.0	99.602	49.0	0.0004966951914711267	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0368_000000000564	18965	0.9431694061323364	26	25	10	16	23	True	132534	maximal	True	ISR0368_000000000564	1.0	PS1166	60	8	False	True	1.0	0		MOBP	MPF_T		conjugative	other	13186.0	99.765	99.0	0.28266089268104444	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ENG0053_000000018296	1363	0.9431688071680384	2	2	2	2	2	False	63834	fragment	False	ENG0053_000000018296	1.0		0	0	False	False	0.9618488550186157	0					non-mobilizable	no_good_hit	139.0	77.69800000000001	10.0	0.0006227020691107723	NZ_QMFB01000016.1	firmicutes	Paenibacillus contaminans strain CKOBP-6 scaffold16, whole genome shotgun sequence	True	False
MON0090_000000026229	2263	0.9431650521843804	3	3	3	2	3	False	51999	fragment	False	MON0090_000000026229	0.9955839057899902		0	0	False	True	1.0	0					non-mobilizable	other	2001.0	97.65100000000001	99.0	0.0013475544482104962	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ISR0056_000000018390	1230	0.943164418496658	1	1	1	1	1	True	35617	fragment	False	ISR0056_000000018390	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1236.0	96.036	100.0	0.3491928632115548	AY250830.1	firmicutes	Streptococcus thermophilus plasmid pND103, complete sequence	False	True
AST0024_000000032960	1114	0.943164418496658	1	1	1	1	1	True	120606	maximal	True	AST0024_000000032960	1.0		0	0	False	False	0.9901256561279297	0					non-mobilizable	plasmid	1032.0	80.233	91.0	0.3402684563758389	HM050422.1	firmicutes	Streptococcus thermophilus plasmid pK2007C6, complete sequence	False	True
MAD0037_000000007269	1810	0.9431643946393372	2	1	1	1	1	True	97297	fragment	False	MAD0037_000000007269	1.0		0	0	False	True	0.9856353402137756	0	Col(BS512)				non-mobilizable	plasmid	1813.0	98.014	100.0	0.8624464540694907	CP055929.1	enterobacteria	Escherichia coli strain RHBSTW-00219 plasmid pRHBSTW-00219_7, complete sequence	False	True
CHI0021_000000007984	1160	0.9431643946393372	1	1	1	1	1	True	89231	fragment	False	CHI0021_000000007984	1.0		0	0	False	False	1.0	0	Col(BS512)				non-mobilizable	plasmid	1160.0	100.0	100.0	0.5485092285849503	CP054324.1	enterobacteria	Escherichia coli strain SCU-390 plasmid pSCU-390-5, complete sequence	False	True
ISR0807_000000005475	2465	0.9431621868594304	3	3	2	3	2	False	96206	fragment	False	ENG0061_000000008523	0.9536041417761847		0	0	False	False	0.9890466332435608	0					non-mobilizable	no_good_hit								True	False
AST0033_000000008715	1509	0.9431428790286284	2	2	2	2	1	False	117048	fragment	False	AST0033_000000008715	1.0		0	0	False	False	0.9986746311187744	0					non-mobilizable	other	1509.0	99.801	100.0	0.011176910933064534	NZ_SMBP01000007.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_107, whole genome shotgun sequence	False	False
CHI0023_000000008132	1662	0.943138856968058	2	2	1	2	1	False	111198	fragment	False	CHI0023_000000008132	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	92.199	100.0	0.00023613840731207588	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0168_000000020517	1517	0.943138856968058	2	2	1	2	1	False	111191	fragment	False	ENG0168_000000020517	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1548.0	93.605	100.0	0.00021680131119626334	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0091_000000005330	4825	0.9431318558092548	6	6	6	6	4	False	99173	maximal	True	FIJ0091_000000005330	1.0		30	7	False	False	0.9977201819419861	0					non-mobilizable	chromosome	2627.0	99.315	99.0	0.0010406025267018608	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0035_000000001323	8613	0.9431250451693576	10	4	3	4	3	True	78628	fragment	False	FIJ0035_000000001323	1.0		0	0	False	False	0.9984906315803528	0					non-mobilizable	no_good_hit	1108.0	83.935	13.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0304_000000003077	3023	0.943122047829046	5	3	3	3	2	True	25496	fragment	False	ISR0304_000000003077	1.0		0	0	False	False	0.9910684823989868	0					non-mobilizable	no_good_hit	357.0	80.952	12.0	0.0677123182861515	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
AST0059_000000001996	6486	0.9431197555810452	10	9	2	4	8	False	112910	maximal	True	AST0059_000000001996	1.0		2	2	False	False	0.997841477394104	0	IncFIB				non-mobilizable	plasmid	6496.0	97.26	100.0	0.0571184845793283	MN178640.1	enterobacteria	Kluyvera cryocrescens strain SCW13 plasmid pSCW13-2, complete sequence	False	True
MAD0024_000000004016	2974	0.9431196379055342	4	2	1	2	1	False	19202	maximal	True	MAD0024_000000004016	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0087_000000023042	1601	0.9431168022158024	2	2	2	2	1	False	110712	fragment	False	AST0087_000000023042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	77.206	8.0	1.874499112208382e-05	NZ_BDGS01000001.1	g-proteobacteria	Pseudomonas humi strain CCA1, whole genome shotgun sequence	True	False
FIJ0009_000000002187	13884	0.9431111195897736	13	8	7	8	3	True	51364	fragment	False	FIJ0009_000000002187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	82.645	1.0	0.006201061537653056	NZ_QJTC01000036.1	b-proteobacteria	Xylophilus ampelinus strain CECT 7646 Ga0244619_136, whole genome shotgun sequence	True	True
ENG0050_000000014377	1883	0.9431068556622488	2	2	1	2	1	False	75094	fragment	False	TAN0010_000000007116	0.7541273283471078		0	0	False	False	0.9978757500648499	0					non-mobilizable	no_good_hit	502.0	81.47399999999999	27.0	0.00011337775927452747	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0106_000000020189	1377	0.9431068556622488	2	2	1	2	1	False	42335	fragment	False	MON0026_000000036714	0.9547398431931575		0	0	False	False	0.9970951080322266	0					non-mobilizable	no_good_hit	494.0	83.40100000000001	36.0	0.00013785925548731568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0076_000000002993	3793	0.9431053317453606	4	3	2	3	2	False	85858	maximal	True	ENG0076_000000002993	1.0		10	5	False	False	0.9994727373123169	0					non-mobilizable	no_good_hit								True	False
MAD0089_000000009491	2514	0.9430971580954396	3	3	2	1	3	True	110924	fragment	False	TAN0002_000000012608	0.48820366443932955		0	0	False	False	0.9956244826316833	0					non-mobilizable	no_good_hit	194.0	94.845	8.0	6.727242053837455e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0080_000000045678	1272	0.9430959798214464	1	1	1	1	1	False	10020	fragment	False	MON0080_000000045678	1.0		0	0	False	False	0.9850628972053528	0	rep_cluster_2141				non-mobilizable	plasmid	1272.0	100.0	100.0	0.2223582925122463	CP054357.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-4, complete sequence	False	True
ISR0128_000000002729	10535	0.9430943911928452	8	5	5	5	4	False	100285	fragment	False	ISR0773_000000000654	0.7836927878467814		0	0	False	False	0.9999050498008728	0					non-mobilizable	no_good_hit	1732.0	91.051	16.0	0.0021102340229946963	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ISR0176_000000002635	10477	0.9430943911928452	8	5	5	5	4	False	100285	fragment	False	ISR0773_000000000654	0.7825922217277362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	91.051	16.0	0.0021102340229946963	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
CAN0022_000000002618	9998	0.9430943911928452	7	5	5	5	4	False	100285	fragment	False	ISR0773_000000000654	0.7643227140982095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	90.993	17.0	0.0021102340229946963	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ENG0179_000000005807	5462	0.9430941420911808	9	6	4	5	6	False	64230	maximal	True	ENG0179_000000005807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1488.0	97.04299999999999	56.0	0.008950912013924985	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
FIJ0078_000000011790	2106	0.9430880188827848	3	1	1	1	1	False	44451	fragment	False	FIJ0078_000000011790	1.0		0	0	False	False	0.9871794581413269	0					non-mobilizable	no_good_hit								True	False
USA0075_01_000000005891	4228	0.9430878841536546	6	5	4	5	3	False	56484	maximal	True	USA0075_01_000000005891	1.0		16	6	False	False	0.998344361782074	0					non-mobilizable	no_good_hit								True	False
ISR0135_000000001512	12935	0.9430793998384792	20	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.6220083813124931	PS943|PS946|PS949	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1564.0	72.89	12.0	0.19130651388715905	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0287_000000001305	6495	0.9430716595853624	8	6	3	3	4	True	104257	backbone	False	ISR0343_000000001718	0.8222647280941271	PS1|PS615	0	0	False	True	0.9987682700157166	0					non-mobilizable	no_good_hit	2780.0	82.986	43.0	0.0005526568845001	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
MON0070_000000023460	1473	0.9430709649190034	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.07927453044514252		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	99.796	100.0	0.0004450760439028815	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0010_000000025593	1035	0.9430709649190034	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.022023099901662627		0	0	False	False	1.0	0					non-mobilizable	other	1035.0	100.0	100.0	0.00031264173192634473	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0160_000000003844	6202	0.943065280529006	7	5	3	3	3	True	103775	maximal	True	CHI0160_000000003844	1.0		1	1	False	False	0.9998387694358826	0					non-mobilizable	chromosome	3498.0	85.39200000000001	94.0	0.0007804742303694177	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ENG0030_000000001856	12302	0.9430641575492112	10	4	4	3	2	False	127663	maximal	True	ENG0030_000000001856	1.0		3	3	False	False	0.9995935559272766	0					non-mobilizable	virus	12302.0	98.204	99.0	0.6391575663026521	MK233076.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_3_c2 sequence	False	False
ISR0850_000000000503	21582	0.9430570462922562	25	23	10	14	21	True	132543	fragment	False	ISR0145_000000001295	0.92251505236264		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	21575.0	99.00299999999999	99.0	0.49063602230060305	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
AST0061_000000030441	1382	0.9430542365529272	3	3	3	2	2	False	111885	fragment	False	AST0061_000000030441	1.0		0	0	False	False	0.9667149186134338	0					non-mobilizable	no_good_hit	311.0	73.955	22.0	0.0046703380290260745	NZ_LUTP01000020.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00020, whole genome shotgun sequence	True	False
DEN0094_000000004469	6243	0.9430521002276424	11	9	8	9	9	False	125086	fragment	False	SPA0155_000000001948	0.6228194564554065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	10.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
AST0028_000000004695	3673	0.9430514520165888	5	4	3	3	3	False	123579	fragment	False	AST0028_000000004695	1.0		0	0	False	True	0.9967328906059265	0					non-mobilizable	other	3477.0	98.274	99.0	0.00072245399915492	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
ISR0303_000000001454	7063	0.9430456507901416	8	5	5	3	4	False	122609	fragment	False	ISR0303_000000001454	0.9968977321352162		0	0	False	False	0.9998584389686584	0					non-mobilizable	no_good_hit	2595.0	98.96	37.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0060_000000004761	6423	0.9430456507901416	7	5	5	3	4	False	122609	fragment	False	ISR0303_000000001454	0.9666933808208548		0	0	False	False	0.9998443126678467	0					non-mobilizable	no_good_hit	2595.0	98.96	41.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0077_000000013337	2461	0.9430331682644034	4	3	3	3	3	False	119275	fragment	False	ISR0077_000000013337	0.9836134453781513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	13.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
DEN0045_000000005740	5637	0.9430256440886738	8	4	2	2	4	True	72974	fragment	False	DEN0045_000000005740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2246.0	81.211	40.0	0.4541938110749186	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
USA0091_01_000000000170	33511	0.9430254261425306	36	27	17	25	15	True	98520	fragment	False	MAD0068_000000000179	0.6757813912194764		0	0	False	False	0.9991346001625061	0					non-mobilizable	no_good_hit	8960.0	99.743	27.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
MAD0039_000000002056	5405	0.9430159247058169	12	12	5	5	11	True	63804	fragment	False	MAD0039_000000002056	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4988.0	99.459	92.0	0.07845451683978596	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
AUS0004_000000009345	2241	0.9430113151758543	3	3	2	2	2	False	119711	fragment	False	CHI0123_000000006377	0.9549497501984486		0	0	False	False	1.0	0					non-mobilizable	chromosome	2242.0	97.50200000000001	100.0	0.0004206374497652787	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
CHI0123_000000006377	2150	0.9430113151758543	3	3	2	2	2	False	119711	fragment	False	CHI0123_000000006377	0.9588051851661951		0	0	False	False	1.0	0					non-mobilizable	chromosome	2150.0	100.0	100.0	0.0003306441760928721	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0111_000000014497	2083	0.9430113151758543	3	3	2	2	2	False	119711	fragment	False	CHI0123_000000006377	0.9384403400312816		0	0	False	False	1.0	0					non-mobilizable	chromosome	2083.0	100.0	100.0	0.00032033558614488587	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0078_01_000000008216	2009	0.9430113151758543	3	3	2	2	2	False	119711	fragment	False	CHI0123_000000006377	0.7755686538521026		0	0	False	False	1.0	0					non-mobilizable	chromosome	2009.0	99.9	100.0	0.00030894997933666226	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0034_01_000000031726	1644	0.9430078511911982	2	2	2	2	2	False	89343	fragment	False	DEN0073_000000031296	0.981404958677686		0	0	False	False	0.9732360243797302	0					non-mobilizable	no_good_hit	534.0	82.397	33.0	0.00015785693659807937	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0010_000000003386	5392	0.9429950169139351	9	6	2	3	6	True	109268	maximal	True	SPA0010_000000003386	1.0		2	2	True	True	1.0	26		MOBB			mobilizable	no_good_hit	2880.0	86.493	89.0	0.34432940043342164	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ENG0081_000000014526	1778	0.942993270908866	2	2	2	2	2	False	75532	fragment	False	ISR0168_000000013580	0.9563413329051124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	92.42399999999999	4.0	8.151339014189601e-05	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0135_000000003130	6107	0.942992762091567	5	5	3	5	3	False	131414	maximal	True	ISR0135_000000003130	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	74.938	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
MON0016_000000007698	3405	0.942989787182894	5	2	2	2	2	False	74540	maximal	True	MON0016_000000007698	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1797.0	92.93299999999999	53.0	0.0008755411398819296	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0025_000000000623	12912	0.9429658958785664	9	8	4	7	6	True	71324	fragment	False	MAD0025_000000000623	1.0		0	0	False	False	1.0	0		MOBF	MPF_T		conjugative	plasmid	9925.0	96.28200000000001	98.0	0.08908479815953126	CP055969.1	enterobacteria	Escherichia coli strain RHB10-C14 plasmid pRHB10-C14_3, complete sequence	False	True
ISR0789_000000001844	7383	0.9429514192851912	7	5	3	3	5	False	68636	maximal	True	ISR0789_000000001844	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	plasmid	3895.0	96.945	94.0	0.023510498132456575	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0120_000000016842	2011	0.9429481635882644	3	2	1	2	1	False	32269	fragment	False	ISR0120_000000016842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0140_000000005828	5017	0.9429454712962628	6	4	1	3	3	True	31268	maximal	True	ISR0140_000000005828	1.0		1	1	False	False	0.9920271039009094	0					non-mobilizable	no_good_hit								True	True
ISR0379_000000001051	13362	0.9429421967592264	14	6	6	6	4	False	123323	maximal	True	ISR0379_000000001051	1.0		1	1	False	False	0.9996258020401001	0					non-mobilizable	no_good_hit	1233.0	71.046	10.0	0.005433786074301993	NZ_FNAF01000004.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
USA0084_01_000000006174	5098	0.942942124829994	8	4	2	3	3	False	104914	fragment	False	ENG0153_000000005186	0.973320895522388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3279.0	96.31	74.0	0.26308995562726906	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
SPA0101_000000009975	4515	0.942942124829994	7	4	2	3	3	False	104890	fragment	False	SPA0101_000000009975	0.9949933244325768		0	0	False	False	0.9940199255943298	0					non-mobilizable	no_good_hit	1614.0	97.274	45.0	0.12989108511496572	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0790_000000003852	4004	0.942942124829994	7	4	2	3	3	False	104889	fragment	False	ISR0790_000000003852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1726.0	96.58200000000001	50.0	0.13876563130294473	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
DEN0078_000000007669	3672	0.942942124829994	6	4	2	3	3	False	104881	fragment	False	ISR0347_000000004736	0.7541454210190621		0	0	False	False	0.9994553327560425	0					non-mobilizable	no_good_hit	1543.0	97.667	58.0	0.12424364663170634	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
SPA0003_000000005001	3580	0.942942124829994	6	4	2	3	3	False	104881	fragment	False	ISR0347_000000004736	0.8115569948892989		0	0	False	False	0.9997206926345825	0					non-mobilizable	no_good_hit	1597.0	97.495	63.0	0.12860024203307785	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0005_01_000000010032	3535	0.942942124829994	6	4	2	3	3	False	104881	fragment	False	ISR0347_000000004736	0.8057035337489897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1556.0	97.815	63.0	0.1252924566357402	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ENG0169_000000007143	3201	0.942942124829994	6	4	2	3	3	False	104881	fragment	False	ISR0347_000000004736	0.43928192757006107		0	0	False	False	0.9996876120567322	0					non-mobilizable	no_good_hit	1667.0	97.301	59.0	0.13424768051633723	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0045_01_000000004427	3140	0.942942124829994	6	4	2	3	3	False	104881	fragment	False	ISR0347_000000004736	0.43794936800701056		0	0	False	False	0.9952229261398315	0					non-mobilizable	no_good_hit	1612.0	97.27	58.0	0.12972972972972974	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0058_01_000000004519	4687	0.942939766560782	4	4	4	4	3	False	105070	fragment	False	SPA0082_000000003174	0.6471190066199434		0	0	False	False	0.9987198710441589	0					non-mobilizable	other	4687.0	99.787	100.0	0.005026721217569281	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
CHI0129_000000002418	7597	0.9429320044512108	7	4	3	2	2	False	81300	maximal	True	CHI0129_000000002418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	93.374	27.0	0.40340273113946723	MK232843.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_5_c4 sequence	True	False
MAD0087_000000003354	7313	0.9429307438968114	10	7	4	4	7	False	16010	fragment	False	MAD0087_000000003354	1.0		0	0	False	False	0.9993162751197815	0					non-mobilizable	no_good_hit	297.0	72.727	4.0	0.00011328912350950372	CP023540.1	CFB group bacteria	Chryseobacterium sp. 6424 chromosome, complete genome	True	False
AUS0010_000000013102	1860	0.9429155631383096	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.8301781267004901		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	95.60700000000001	99.0	0.0005115217355082727	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ITA0003_000000005069	1338	0.942915135364118	2	2	1	2	1	False	73054	fragment	False	SPA0021_000000023640	0.9691370592091394		0	0	False	False	0.9977578520774841	0					non-mobilizable	other	1338.0	98.729	100.0	0.000704656216375873	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
SPA0128_000000027440	1369	0.9429150128235808	1	1	1	1	1	False	3862	fragment	False	SPA0128_000000027440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0133_000000015767	1435	0.9429108613882434	3	3	3	2	1	False	31526	maximal	True	ISR0133_000000015767	1.0		1	1	False	False	0.9993031620979309	0					non-mobilizable	other	1367.0	95.684	100.0	0.0004942647494084984	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0033_000000017765	3766	0.9429051604994542	5	2	2	2	1	True	16568	fragment	False	MON0033_000000017765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0103_000000001093	11126	0.9428944824569648	17	7	1	6	6	False	19309	maximal	False	TAN0008_000000000761	0.9373343223925414		0	0	True	True	1.0	2378					non-mobilizable	no_good_hit								True	True
FIJ0114_000000030423	1346	0.9428916879203944	2	2	2	2	2	False	41811	fragment	False	FIJ0114_000000030423	1.0		0	0	False	False	0.9643387794494629	0					non-mobilizable	no_good_hit	1082.0	71.53399999999999	79.0	0.00030147295940845443	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0117_000000001995	9717	0.9428874575247838	6	5	4	5	4	False	59405	maximal	True	ENG0117_000000001995	1.0		2	2	False	False	0.9988679885864258	0		MOBF			mobilizable	plasmid	9717.0	100.0	100.0	0.06834648771085694	CP056149.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 plasmid pRHBSTW-00872_2, complete sequence	False	True
ENG0008_000000012211	2052	0.9428796315428408	1	1	1	1	1	False	104696	fragment	False	ENG0008_000000012211	0.9848334162108403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0059_000000034155	1137	0.942874566037923	3	1	1	1	1	True	10912	fragment	False	MON0059_000000034155	1.0		0	0	False	False	0.8663148880004883	0	Col(BS512)				non-mobilizable	other	1039.0	100.0	91.0	0.4202429149797571	NZ_LDOX01000028.1	firmicutes	Enterococcus cecorum strain 1711s24 1711_S24_contig_29, whole genome shotgun sequence	False	True
MON0037_000000000789	21606	0.9428731405092888	23	13	10	13	6	True	52092	fragment	False	MON0011_000000000984	0.9442615607988478		0	0	False	False	0.998981773853302	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
AST0084_000000015309	2270	0.9428656620443308	2	2	1	2	1	True	111458	fragment	False	AST0084_000000015309	1.0		0	0	False	False	0.9991189241409302	0					non-mobilizable	no_good_hit								True	True
ISR0016_000000010529	2039	0.9428642985969906	2	2	2	2	2	False	37918	maximal	True	ISR0016_000000010529	1.0		1	1	False	False	0.995586097240448	0					non-mobilizable	no_good_hit	1051.0	69.83800000000001	51.0	0.00027843463458870996	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0061_000000000218	41107	0.9428547030019064	44	12	7	12	3	True	112217	maximal	True	AST0061_000000000218	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2066.0	91.43299999999999	5.0	0.1064434454606521	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	True
ENG0191_000000016798	1877	0.9428544063417328	2	2	2	2	2	False	54703	maximal	True	ENG0191_000000016798	1.0		0	0	False	False	0.989877462387085	0					non-mobilizable	no_good_hit	764.0	75.524	40.0	0.0003366944180392486	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	True	False
ISR0781_000000013743	2095	0.94285029650467	3	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.8290187606965227		0	0	False	False	0.9985679984092712	0					non-mobilizable	plasmid	1716.0	76.98100000000001	92.0	0.0069725448352279725	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
DEN0061_000000021455	1991	0.94285029650467	2	2	2	2	2	False	102300	fragment	False	ISR0791_000000008143	0.6508244422890398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1714.0	76.954	84.0	0.006964337013173554	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0816_000000020815	1863	0.94285029650467	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.8311337690145602		0	0	False	False	1.0	0					non-mobilizable	plasmid	1713.0	77.175	90.0	0.006960233102146346	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MON0104_000000011640	3709	0.9428498624812908	8	3	1	3	2	True	110670	fragment	False	MON0104_000000011640	1.0		0	0	False	False	0.9997304081916809	0					non-mobilizable	other	2736.0	98.39200000000001	97.0	0.0007324116105048445	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0011_000000037248	1244	0.9428417910191952	2	1	1	1	1	False	50878	maximal	True	FIJ0011_000000037248	1.0		2	1	False	False	0.9831189513206482	0					non-mobilizable	no_good_hit								True	False
CHI0059_000000003424	4614	0.9428400075052664	10	4	2	3	2	True	110677	fragment	False	CHI0059_000000003424	0.9911504424778761		0	0	False	False	1.0	0					non-mobilizable	other	2756.0	97.96799999999999	100.0	0.0007377674540917172	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0055_000000024414	1491	0.9428340827660852	2	1	1	1	1	False	113514	fragment	False	AST0055_000000024414	0.9921372408863474		0	0	False	False	0.9953051805496216	0					non-mobilizable	no_good_hit	1011.0	80.613	71.0	0.008961824953445064	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0810_000000010744	1614	0.9428261153195144	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.6517876517143385	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1615.0	84.89200000000001	99.0	0.019011721334719726	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0063_000000019378	1602	0.9428261153195144	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.6636493616072076	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1615.0	85.20100000000001	100.0	0.019011721334719726	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0222_000000008236	7583	0.9428087330194924	12	7	3	3	7	False	66697	fragment	False	ISR0222_000000008236	1.0		0	0	False	False	0.9998681545257568	0					non-mobilizable	plasmid	3174.0	99.559	97.0	0.01708688300358647	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
FIJ0009_000000006588	5263	0.9428065375122264	7	7	5	5	4	True	120627	backbone	False	FIJ0011_000000007726	0.9634628226681384	PS463|PS847	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1755.0	86.895	84.0	0.35237134207870835	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
ISR0789_000000008555	1633	0.9428048322425888	3	3	3	2	1	False	64210	fragment	False	ISR0789_000000008555	1.0		0	0	False	False	0.9987752437591553	0					non-mobilizable	other	1278.0	94.601	98.0	0.002527101531300834	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
MAD0032_000000008434	1955	0.9428009482902602	1	1	1	1	1	False	18917	fragment	False	MAD0032_000000008434	1.0		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	1536.0	84.961	90.0	0.3878504672897196	CP056164.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_6, complete sequence	False	True
SPA0098_000000017174	2128	0.9427940918232436	2	2	1	1	2	False	5064	fragment	False	SPA0098_000000017174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	79.054	7.0	4.770788137467973e-05	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
FIJ0028_000000008710	3490	0.9427933537405714	4	2	0	2	1	True	48954	maximal	True	FIJ0028_000000008710	1.0		1	1	True	True	0.996561586856842	2					non-mobilizable	no_good_hit	332.0	87.65100000000001	14.0	0.041296060991105464	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
FIJ0038_000000008233	4054	0.9427906813128564	6	3	1	3	1	True	47678	backbone	False	ISR0131_000000006461	0.9690310069307004	PS174	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	44.0	88.63600000000001	1.0	0.00024199176102469443	AC217166.3	primates	Macaca mulatta Y Chr BAC CH250-214L22 (Children's Hospital Oakland Research Institute Rhesus macaque Adult Male BAC Library) complete sequence	True	True
CAN0004_000000006625	3879	0.9427901856852454	5	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.990820817219792		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3536.0	96.521	98.0	0.7384036773923944	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CAN0003_000000013879	3558	0.9427901856852454	5	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.9735008597648476		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3177.0	96.789	100.0	0.6632546480050135	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
DEN0039_000000004691	3510	0.9427901856852454	4	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.9725095796665926		0	0	False	True	0.9962962865829468	0		MOBP			mobilizable	plasmid	3512.0	96.49799999999999	100.0	0.7331801086502299	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0011_000000005795	3505	0.9427901856852454	5	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.9735749329174899		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3506.0	96.463	100.0	0.7321353949017969	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0031_000000002608	3491	0.9427901856852454	5	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.9436553706451709		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3491.0	99.85700000000001	100.0	0.7292101964061847	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0033_000000001913	3490	0.9427901856852454	5	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.9434793533122574		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3490.0	99.656	100.0	0.7290012536564981	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0037_000000006057	3456	0.9427901856852454	5	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.9389101047965175		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2341.0	99.87200000000001	100.0	0.4890282131661442	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0840_000000004170	3437	0.9427901856852454	5	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.9538230937007149		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3438.0	96.48100000000001	100.0	0.7179272879231091	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0794_000000005641	3426	0.9427901856852454	4	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.5424024582266006		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3380.0	94.852	98.0	0.702109880927512	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
AST0029_000000009118	3364	0.9427901856852454	4	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.5414960828058006		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2639.0	97.15799999999999	100.0	0.5479623824451411	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0151_000000006994	3363	0.9427901856852454	5	4	2	2	3	True	118388	fragment	False	CAN0004_000000006625	0.9250062335936431		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3364.0	96.314	100.0	0.7024655244463017	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
FIJ0090_000000004726	7435	0.9427860280509536	10	7	3	6	5	False	43539	maximal	True	FIJ0090_000000004726	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	79.693	29.0	0.0004958022275052638	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0009_000000004524	2672	0.9427767723759444	3	2	2	2	1	False	67329	maximal	True	ENG0009_000000004524	1.0		1	1	False	False	0.9767963886260986	0					non-mobilizable	no_good_hit	584.0	79.281	35.0	0.00014502964827550212	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
AST0102_000000025302	1240	0.94277254522675	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.02203800297511686		0	0	False	False	1.0	0					non-mobilizable	chromosome	1240.0	98.71	100.0	0.0004016426178151679	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ISR0321_000000000413	15115	0.9427697979775116	19	9	5	8	6	False	103483	fragment	False	ISR0321_000000000413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5996.0	95.34700000000001	68.0	0.2390600647404388	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MON0064_000000001037	14834	0.9427696136336872	13	9	4	6	6	False	66774	maximal	True	MON0064_000000001037	1.0	PS306	1	1	False	True	0.9990562200546265	0					non-mobilizable	no_good_hit	1479.0	75.93	24.0	0.00040299089085376976	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	True
FIJ0096_000000016567	2177	0.9427632234361184	3	2	2	2	1	True	43007	fragment	False	FIJ0096_000000016567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	3.0	0.05837320574162679	NZ_LT635849.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
USA0108_01_000000002174	6371	0.9427594229554788	5	4	4	4	3	False	98840	fragment	False	USA0042_01_000000003980	0.9737256957176537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3211.0	75.148	50.0	0.001358721841967628	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CHI0124_000000002584	6236	0.9427594229554788	5	4	4	4	3	False	98840	fragment	False	USA0042_01_000000003980	0.9583175052264056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3214.0	74.611	51.0	0.001358721841967628	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
USA0113_01_000000003299	5678	0.9427558160235412	6	2	1	1	2	True	283	fragment	False	USA0113_01_000000003299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1367.0	96.26899999999999	45.0	0.11020572811617588	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0097_000000003715	7345	0.9427485593791008	7	6	5	5	4	False	42941	maximal	True	FIJ0097_000000003715	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2216.0	76.354	35.0	0.000617947961505029	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0335_000000010625	1771	0.9427472147048446	3	3	3	3	2	False	131585	fragment	False	ISR0255_000000013518	0.6242821975155717		0	0	False	False	0.9870129823684692	0					non-mobilizable	chromosome	1771.0	99.944	100.0	0.0007481382136741913	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0155_000000003345	7174	0.9427424347452312	4	3	2	2	1	False	108614	fragment	False	ENG0155_000000003345	1.0		0	0	False	False	0.9977697134017944	0					non-mobilizable	no_good_hit	2886.0	98.68299999999999	72.0	0.0006527367884716502	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0816_000000009153	4710	0.942739683719947	5	5	5	5	4	True	88240	maximal	True	ISR0816_000000009153	0.9597388465723613		1	1	False	False	0.9959660172462463	0					non-mobilizable	other	2912.0	97.699	99.0	0.0008081043704283786	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
FIJ0017_000000005436	5073	0.9427354746359912	7	7	4	7	7	False	109697	fragment	False	FIJ0017_000000005436	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5073.0	99.76299999999999	100.0	0.0010461770285849152	CP027462.1	enterobacteria	Escherichia coli isolate 07-4299 chromosome, complete genome	False	False
FIJ0052_000000008065	3422	0.9427319338370791	3	3	2	3	1	False	50146	fragment	False	FIJ0052_000000008065	1.0		0	0	False	False	0.9985388517379761	0					non-mobilizable	no_good_hit	177.0	87.571	5.0	0.06829073482428115	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0115_000000000787	24846	0.9427297401112362	40	11	8	10	6	True	132590	maximal	True	ISR0115_000000000787	1.0		1	1	False	False	1.0	0					non-mobilizable	other	15163.0	97.059	91.0	0.0872452682387365	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0170_000000006580	6629	0.9427141406754944	11	10	9	10	9	False	125086	fragment	False	SPA0155_000000001948	0.7465123588573722		0	0	False	False	0.9995474219322205	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	10.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0113_000000012529	2538	0.9427135593004664	4	2	2	2	1	False	4501	maximal	True	SPA0113_000000012529	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	75.676	7.0	2.7995455039533806e-05	NZ_CP054614.1	firmicutes	Paenibacillus barcinonensis strain KACC11450 chromosome, complete genome	True	False
MON0033_000000034553	1766	0.9427095147821174	5	3	2	3	3	False	33275	fragment	False	MON0033_000000034553	1.0		0	0	False	False	0.9994337558746338	0					non-mobilizable	no_good_hit	252.0	76.587	14.0	0.00030703820344425345	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0266_000000013392	1511	0.9427003673182422	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.36192131673826006		0	0	False	False	1.0	0					non-mobilizable	chromosome	1511.0	99.603	100.0	0.0005985942153599275	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0076_000000006169	6442	0.9426999050338783	4	4	4	3	4	False	71507	maximal	True	MON0076_000000006169	0.9958761282290693		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3002.0	89.973	81.0	0.2537250253979004	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ETH0004_000000004351	6426	0.9426999050338783	4	4	4	3	4	False	71507	maximal	False	MON0076_000000006169	0.9946445203352996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3002.0	89.807	81.0	0.2537250253979004	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0008_000000024423	1503	0.9426988058486518	1	1	1	1	1	False	63140	fragment	False	MON0008_000000024423	0.9569054307261055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	91.398	9.0	2.7247351157642215e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0004_000000042052	1150	0.9426956649201624	1	1	1	1	1	False	83042	fragment	False	CHI0106_000000017959	0.9895589737768191		0	0	False	False	0.9721739292144775	0					non-mobilizable	other	1150.0	98.522	100.0	0.0018318408404766615	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0138_000000012472	2350	0.9426950959377068	4	4	4	3	3	False	31355	fragment	False	ISR0138_000000012472	1.0		0	0	False	False	0.9978723526000977	0					non-mobilizable	other	2350.0	99.319	100.0	0.002761495651437882	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0021_000000009870	2839	0.9426941430986298	4	4	4	4	3	False	13077	maximal	True	MON0021_000000009870	1.0		1	1	False	False	0.9883762001991272	0					non-mobilizable	no_good_hit	1264.0	100.0	45.0	0.0005338409965370077	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
MON0043_000000007713	3310	0.9426930688719564	7	5	4	4	1	True	124681	maximal	True	MON0043_000000007713	1.0		12	6	False	False	0.9996978640556335	0					non-mobilizable	no_good_hit	2593.0	81.257	81.0	0.000799211552448997	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0074_000000006717	3263	0.9426912494665942	4	4	3	4	3	False	129647	backbone	False	ISR0398_000000007698	0.7312363468754265	PS1061|PS1063	0	0	False	True	0.9996935129165649	0					non-mobilizable	no_good_hit	1660.0	89.277	51.0	0.00044324435573602145	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0021_000000003906	5475	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.975632492010092	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9996346831321716	9	rep_cluster_870	MOBV			mobilizable	plasmid	5225.0	99.809	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0102_000000004477	5473	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9733137961113888	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998173117637634	1	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.751	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0141_000000006582	5473	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9743982903970055	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9994518756866455	3	rep_cluster_870	MOBV			mobilizable	plasmid	5225.0	99.789	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0045_000000003292	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9746843448150166	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	7	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.77	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0119_000000005940	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9743396303419581	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9989035129547119	3	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.73200000000001	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0126_000000002635	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9741015320089168	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.904	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0095_000000001396	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9746843448150166	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	7	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.77	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0171_000000004169	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.973842614926797	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.999451756477356	1	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.713	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0118_000000005273	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9746843448150166	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	19	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.77	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0052_000000004953	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.974526339616108	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.809	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0077_000000004997	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.974355269373901	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998172521591187	2	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.809	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0337_000000001469	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.974362498594645	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.809	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0130_000000002985	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9745306722325815	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	3	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.82799999999999	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0121_01_000000008650	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9746843448150166	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.999451756477356	2	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.77	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0217_000000004933	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9745039312760958	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998172521591187	2	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.751	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0108_000000005356	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9745308115399745	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	41	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.809	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0181_000000003567	5472	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9745306722325815	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	3	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.82799999999999	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0063_000000002218	5467	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.973298899099108	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9987195730209351	0	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.904	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CAN0007_000000007858	5458	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9719268218726731	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9998167753219604	0	rep_cluster_870	MOBV			mobilizable	plasmid	5225.0	99.82799999999999	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0067_000000001747	5427	0.9426792806564844	7	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9663992901769985	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1	rep_cluster_870	MOBV			mobilizable	plasmid	5225.0	99.751	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0174_000000002916	5426	0.9426792806564844	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9660622375175355	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9998157024383545	0	rep_cluster_870	MOBV			mobilizable	plasmid	5224.0	99.82799999999999	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0057_000000002936	5393	0.9426792806564844	6	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9609192957400543	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5225.0	99.751	100.0	0.9335120643431636	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
DEN0070_000000019919	1705	0.9426784226169652	2	2	2	2	1	False	70590	fragment	False	DEN0070_000000019919	1.0		0	0	False	False	0.9953079223632812	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.169577627630823e-07	CP039345.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu06	True	False
MAD0013_000000014926	1654	0.9426784226169652	2	2	2	2	1	False	70590	fragment	False	DEN0070_000000019919	0.9850439882697948		0	0	False	False	0.9993954300880432	0					non-mobilizable	no_good_hit								True	False
FIJ0153_000000006423	4289	0.9426723384331996	7	5	1	3	3	True	42250	fragment	False	FIJ0153_000000006423	1.0		0	0	False	False	0.9995337128639221	0					non-mobilizable	no_good_hit	561.0	99.109	13.0	0.00023316176513448855	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ISR0335_000000005841	2953	0.9426722097122454	3	3	3	3	2	False	83039	fragment	False	ISR0335_000000005841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2075.0	96.096	74.0	0.00046066469873550425	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0102_000000001279	15489	0.9426710825505668	17	11	4	6	10	False	110893	maximal	True	ISR0102_000000001279	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2103.0	96.053	85.0	0.000323258917622673	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0101_000000008633	3584	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.9934806436567749		0	0	False	False	0.998046875	0	rep_cluster_1079				non-mobilizable	plasmid	2948.0	99.525	98.0	0.5487055317563793	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0259_000000003886	3508	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.9925759419374212		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2946.0	99.525	98.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0817_000000003333	3491	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.9912376526185888		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0348_000000003730	3444	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.9867276098198173		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2946.0	99.525	97.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0291_000000003883	3376	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.9818760626807225		0	0	False	False	0.9946682453155518	0	rep_cluster_1079				non-mobilizable	plasmid	2946.0	99.491	98.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
SPA0057_000000009107	3354	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.9790433623063344		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2948.0	99.525	98.0	0.5487055317563793	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
SPA0056_000000010064	3348	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.9780852951283412		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2948.0	99.525	98.0	0.5487055317563793	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0299_000000002718	3346	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.9781115839714823		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2946.0	99.525	98.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0087_000000008790	3343	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.9765927885786736		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2946.0	99.525	98.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0258_000000005893	3326	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.973475362922544		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2948.0	99.525	98.0	0.5487055317563793	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
CHI0151_000000007475	3315	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.26373644359763293		0	0	False	False	0.9996983408927917	0	rep_cluster_1079				non-mobilizable	plasmid	2827.0	100.0	100.0	0.34589963280293756	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ISR0362_000000006715	3297	0.9426568870563904	6	5	2	2	5	True	92233	fragment	False	ENG0101_000000008633	0.9038295559916848		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2946.0	99.525	98.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
SPA0025_000000006764	3148	0.9426568870563904	8	5	2	2	5	True	90072	fragment	False	CHI0135_000000006616	0.9299068508667547		0	0	False	False	0.9996823668479919	0	rep_cluster_1085				non-mobilizable	plasmid	1968.0	95.274	94.0	0.33131108864172565	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
MAD0094_000000001560	7447	0.9426498939671166	8	6	4	6	3	False	49053	fragment	False	MAD0094_000000001560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	647.0	99.382	11.0	0.22867256637168143	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
ENG0109_000000002375	9115	0.9426460669565018	9	4	3	4	3	True	109384	fragment	False	ENG0109_000000002375	1.0		0	0	False	False	0.9980252385139465	0					non-mobilizable	no_good_hit	3483.0	93.51100000000001	84.0	0.1375534508252408	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0010_000000006801	2784	0.9426347786735256	4	2	2	2	2	False	117671	fragment	False	ISR0010_000000006801	1.0		0	0	False	False	0.9996408224105835	0					non-mobilizable	no_good_hit	907.0	93.936	33.0	0.00014826134867641484	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
AST0093_000000004924	3921	0.9426291709635504	4	3	2	2	3	True	109571	maximal	True	AST0093_000000004924	1.0		1	1	False	False	0.9994899034500122	0	rep_cluster_1465				non-mobilizable	plasmid	3921.0	100.0	100.0	0.03083409369788881	CP013754.1	firmicutes	Lactobacillus plantarum strain DF plasmid unnamed1, complete sequence	False	True
ISR0052_000000031070	1214	0.9426240145570582	2	2	2	2	1	True	92765	fragment	False	USA0113_01_000000011635	0.09370068407304623		0	0	False	False	1.0	0					non-mobilizable	chromosome	1214.0	97.694	100.0	0.00018696962013414647	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ETH0003_000000030858	1374	0.9426237914014528	2	2	2	2	2	False	53042	maximal	True	ETH0003_000000030858	1.0		1	1	False	False	0.9985443949699402	0					non-mobilizable	no_good_hit	139.0	83.45299999999999	10.0	4.8515788702053915e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0072_000000001137	12358	0.9426199380350352	12	12	4	4	11	False	98176	fragment	False	ISR0056_000000001070	0.9361602321460355		0	0	False	True	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	12318.0	99.96799999999999	99.0	0.12320065621655146	CP057908.1	enterobacteria	Escherichia coli strain RHB10-C12 plasmid pRHB10-C12_3, complete sequence	False	True
ENG0115_000000001528	10430	0.9426120595804459	11	4	2	4	0	True	59552	fragment	False	ENG0115_000000001528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	100.0	1.0	0.00024842325389968893	CP024065.1	firmicutes	Lactobacillus salivarius strain BCRC 12574 plasmid unnamed2, complete sequence	True	True
ISR0839_000000015653	1369	0.9426087164321904	2	2	2	2	2	False	30752	fragment	False	ISR0839_000000015653	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	99.854	100.0	0.012848327745062128	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
FIJ0017_000000011567	2457	0.9426068501979156	3	3	2	2	1	False	50145	fragment	False	ISR0385_000000007941	0.9385382059800664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	95.833	8.0	4.0436070742056266e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0042_000000003115	3947	0.9426061751283332	5	5	5	5	4	False	99192	maximal	True	CHI0042_000000003115	1.0		8	3	False	False	0.9961996674537659	0					non-mobilizable	chromosome	1778.0	99.663	91.0	0.0007040419380657161	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0071_000000008455	4364	0.9426038051827864	6	5	3	4	4	False	115398	fragment	False	DEN0071_000000008455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	85.24799999999999	53.0	0.0005345115026000215	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0140_000000003955	7984	0.9426035063220936	8	5	1	3	3	True	121587	fragment	False	ISR0140_000000003955	0.9462313585154166		0	0	False	True	0.9998747706413269	0					non-mobilizable	other	7985.0	97.796	100.0	0.003537560266591038	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	True
FIJ0066_000000006205	4879	0.9426001059878296	7	5	3	3	4	False	98148	maximal	True	FIJ0066_000000006205	0.9990587602527902	PS542	4	2	True	True	1.0	32	Col156	MOBQ			mobilizable	plasmid	4883.0	99.14	100.0	0.5078076202373517	CP034822.1	enterobacteria	Salmonella sp. SSDFZ54 plasmid pTB503, complete sequence	False	True
MAD0064_000000003854	4674	0.942591170358361	6	3	2	2	2	True	16685	fragment	False	MAD0064_000000003854	1.0		0	0	False	False	0.9970046877861023	0					non-mobilizable	no_good_hit	40.0	100.0	1.0	9.079882008097393e-06	CP029154.1	firmicutes	Clostridioides difficile strain CD161 chromosome, complete genome	True	True
CAN0009_000000017338	1600	0.9425891513102802	2	2	2	2	1	False	94759	fragment	False	CAN0009_000000017338	1.0		0	0	False	False	0.965624988079071	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	0.023842917251051893	NZ_NFJN01000058.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_58, whole genome shotgun sequence	True	False
SPA0046_000000013087	2346	0.942588485076166	3	2	2	2	2	False	6732	fragment	False	SPA0046_000000013087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	78.44800000000001	20.0	0.0014519147915397557	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ENG0123_000000002749	3852	0.9425852874566624	6	6	3	5	3	False	58983	fragment	False	ENG0123_000000002749	1.0		0	0	False	False	0.9987019896507263	0					non-mobilizable	no_good_hit	1364.0	95.381	80.0	0.0008042751270973351	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0030_000000007239	4179	0.9425801685099824	4	3	3	3	3	False	7345	fragment	False	SPA0030_000000007239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	83.333	2.0	3.148826862420215e-05	NZ_AVNC01000015.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.14, whole genome shotgun sequence	True	False
ENG0124_000000011679	2673	0.9425707994051435	5	4	4	4	3	False	58941	fragment	False	ENG0124_000000011679	1.0		0	0	False	False	0.9921436309814453	0					non-mobilizable	no_good_hit	2103.0	99.19200000000001	82.0	0.009148465531055144	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ENG0100_000000022453	1403	0.9425674485172236	3	3	3	2	2	False	108576	fragment	False	AST0100_000000009379	0.99215965787598		0	0	False	False	0.9985744953155518	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	6.415173914330112e-06	CP021920.1	firmicutes	Bacillus sonorensis strain SRCM101395, complete genome	True	False
ISR0265_000000006711	2427	0.9425640597732468	3	2	2	2	1	False	76213	fragment	False	ENG0038_000000008977	0.9131577261230751		0	0	False	False	0.998763918876648	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	0.00020475531739571213	NZ_WHZW01000002.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence02, whole genome shotgun sequence	True	False
MON0032_000000011581	2332	0.9425640597732468	3	2	2	2	1	False	76213	fragment	False	ENG0038_000000008977	0.9159512390142837		0	0	False	False	0.9755574464797974	0					non-mobilizable	no_good_hit	172.0	75.0	7.0	7.197515779583621e-05	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ENG0187_000000012570	2319	0.9425640597732468	3	2	2	2	1	False	76213	fragment	False	ENG0038_000000008977	0.9232296430091924		0	0	False	False	0.983182430267334	0					non-mobilizable	no_good_hit	176.0	79.545	7.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
DEN0063_000000026756	1839	0.9425640597732468	3	2	2	2	1	False	71848	fragment	False	DEN0063_000000026756	0.9672818791946309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	80.11399999999999	9.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
DEN0093_000000018002	1788	0.9425640597732468	3	2	2	2	1	False	71848	fragment	False	DEN0063_000000026756	0.9543230016313213		0	0	False	False	0.9932885766029358	0					non-mobilizable	no_good_hit	574.0	76.307	32.0	0.0007605231226999503	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0052_000000021555	1697	0.9425640597732468	3	2	2	2	1	False	60692	fragment	False	ISR0052_000000021555	0.8241389100140807		0	0	False	False	0.9911608695983887	0					non-mobilizable	no_good_hit	176.0	79.545	10.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
ISR0065_000000022268	1544	0.9425640597732468	2	2	2	2	1	False	60692	fragment	False	ISR0052_000000021555	0.6747257147828891		0	0	False	False	0.9980570077896118	0					non-mobilizable	no_good_hit	176.0	80.11399999999999	11.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
SPA0044_000000018844	1481	0.9425640597732468	3	2	2	2	1	False	60692	fragment	False	ISR0052_000000021555	0.8034010102242416		0	0	False	False	0.9844699501991272	0					non-mobilizable	no_good_hit	75.0	84.0	5.0	0.0002650990001468792	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0102_000000020327	1421	0.9425640597732468	3	2	2	2	1	False	60692	fragment	False	ISR0052_000000021555	0.6665295081448592		0	0	False	False	0.9908515214920044	0					non-mobilizable	no_good_hit	555.0	76.577	39.0	0.0007352167490899694	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0010_000000020749	1271	0.9425640597732468	3	2	2	2	1	False	60692	fragment	False	ISR0052_000000021555	0.518802666866406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	84.0	6.0	0.0002650990001468792	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0031_000000007176	3880	0.9425570835638604	6	4	4	4	4	False	102828	fragment	False	ISR0108_000000005049	0.9371255420913167		0	0	False	False	0.9958763122558594	0					non-mobilizable	other	3861.0	100.0	100.0	0.0016953231918455834	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0051_000000004812	5584	0.942555582354974	9	7	3	7	5	False	111545	fragment	False	ISR0157_000000004871	0.9723634287867273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0079_000000007852	3665	0.9425515283939324	7	4	2	3	2	True	44396	maximal	True	FIJ0079_000000007852	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	658.0	85.258	33.0	0.24914023691249523	NZ_LOJF01000016.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_9, whole genome shotgun sequence	True	True
SPA0158_000000002654	5233	0.9425500229122052	6	4	1	3	2	False	74898	fragment	False	SPA0158_000000002654	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5233.0	99.943	100.0	0.0009492453118766155	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0150_000000005764	3901	0.9425366668541252	5	4	3	3	2	True	111703	fragment	False	ISR0150_000000005764	1.0		0	0	False	False	0.9979492425918579	0					non-mobilizable	other	3892.0	95.17	99.0	0.15633423180592992	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
CAN0015_000000024380	1436	0.9425275726128391	2	2	2	2	2	False	93160	fragment	False	CAN0015_000000024380	1.0		0	0	False	False	0.9770194888114929	0					non-mobilizable	other	1436.0	98.88600000000001	100.0	0.0005013054903256774	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
MAD0050_000000009755	2450	0.942516465631288	3	2	1	2	1	True	70022	fragment	False	MAD0061_000000006207	0.9554943171473262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0127_000000005421	3481	0.942516067248926	5	2	2	2	2	False	41059	maximal	True	FIJ0127_000000005421	1.0		1	1	False	False	0.9913817644119263	0					non-mobilizable	no_good_hit	285.0	83.86	8.0	0.0158765778401122	NZ_JAAIPV010000059.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_59_length_17825_cov_128.281, whole genome shotgun sequence	True	False
FIJ0083_000000008110	4188	0.9425090241324648	6	3	2	3	1	True	112964	fragment	False	FIJ0083_000000008110	1.0		0	0	False	False	0.9992836713790894	0					non-mobilizable	no_good_hit	917.0	89.64	50.0	0.03519445514054678	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0267_000000002351	6425	0.9425068513874768	11	10	7	10	10	False	126453	maximal	True	ISR0267_000000002351	1.0		1	1	False	False	1.0	0					non-mobilizable	other	5801.0	96.96600000000001	90.0	0.017505840821372118	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0064_000000002727	10039	0.9425050091951648	13	11	2	10	11	True	71365	maximal	True	DEN0064_000000002727	0.9579463633517687		1	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	7733.0	91.91799999999999	90.0	0.10398438551622022	CP058082.1	enterobacteria	Escherichia coli strain RHB01-C23 plasmid pRHB01-C23_3, complete sequence	False	True
DEN0017_000000011574	2587	0.9425030478697376	3	3	2	3	2	False	131388	fragment	False	MON0013_000000017962	0.9463716814159292		0	0	False	False	0.9976807236671448	0					non-mobilizable	no_good_hit	209.0	76.077	8.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
ISR0143_000000007620	4317	0.9425007012641624	6	4	4	3	2	False	93690	fragment	False	ISR0143_000000007620	1.0		0	0	False	False	0.9965253472328186	0					non-mobilizable	no_good_hit	1428.0	99.44	33.0	0.00039599891141954227	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0063_000000007214	4262	0.9424977430116662	5	5	4	5	5	False	95542	fragment	False	ENG0063_000000007214	1.0		0	0	False	False	0.9990614652633667	0					non-mobilizable	other	4270.0	95.059	100.0	0.01470041194219032	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
DEN0022_000000023449	1751	0.9424910742577446	4	2	1	2	1	False	74552	fragment	False	DEN0022_000000023449	1.0		0	0	False	False	0.9925756454467773	0					non-mobilizable	no_good_hit								True	False
ISR0363_000000005662	3296	0.9424881601938228	3	3	3	2	2	False	72116	fragment	False	ISR0363_000000005662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	74.113	31.0	0.0008119596885895783	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0341_000000002209	6307	0.9424864920400852	11	6	3	3	3	True	77741	fragment	False	ISR0341_000000002209	0.9997550620509471		0	0	False	True	0.9976217150688171	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	36.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
SPA0041_000000005481	6124	0.9424864920400852	9	6	3	3	3	True	77741	fragment	False	ISR0341_000000002209	0.9852544791501506		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	38.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
SPA0122_000000005725	5499	0.9424864920400852	7	6	3	3	3	True	77740	fragment	False	SPA0122_000000005725	0.996804803933299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	37.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
USA0031_01_000000005782	5283	0.9424864920400852	7	6	3	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9957660006304109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	35.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
FIJ0158_000000003326	5282	0.9424864920400852	7	6	3	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9957228385349606		0	0	False	False	0.9994320273399353	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	35.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
FIJ0028_000000005691	5282	0.9424864920400852	7	6	3	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9958564998662846		0	0	False	False	0.9994320273399353	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	35.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
SPA0008_000000005171	5264	0.9424864920400852	7	6	3	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9936668159831117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	35.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ISR0830_000000004198	5255	0.9424864920400852	7	6	3	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9927916896099058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	34.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
SPA0097_000000005818	5202	0.9424864920400852	7	6	3	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9885171800942099		0	0	False	False	0.9994233250617981	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	33.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
SPA0106_000000007435	5202	0.9424864920400852	7	6	3	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9886795144809941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	33.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ENG0146_000000004785	5187	0.9424864920400852	7	6	3	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9870118882394107		0	0	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	32.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ISR0302_000000002323	5109	0.9424864920400852	7	6	3	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9738660785828354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	33.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
AUS0010_000000004635	4768	0.9424835855136092	7	4	3	4	2	False	101603	fragment	False	AUS0010_000000004635	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1734.0	82.641	36.0	0.0009985648157506417	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0014_000000017500	1443	0.9424814644779668	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.08173915678377001		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	99.376	100.0	0.0004360052006168173	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ETH0003_000000004758	6066	0.9424778355771629	6	5	4	4	4	False	53257	maximal	True	ETH0003_000000004758	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1754.0	97.035	29.0	0.0007345419175233528	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	True	False
ISR0182_000000008656	3933	0.9424747403258013	3	3	2	3	2	False	91440	fragment	False	ISR0182_000000008656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000014318	1938	0.9424738595135213	2	2	2	2	2	False	59677	maximal	True	ENG0112_000000014318	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	91.376	28.0	0.0001638326232915781	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0217_000000007083	3675	0.9424725266298868	4	4	3	4	2	False	28101	maximal	True	ISR0217_000000007083	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000002228	7264	0.9424701078677756	7	7	4	5	4	False	115410	maximal	True	ENG0066_000000002228	1.0	PS340	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3588.0	92.447	56.0	0.0014739203811189934	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
ISR0813_000000005735	4825	0.9424658168468136	5	4	2	3	2	True	21593	maximal	True	ISR0813_000000005735	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.1710154690062117e-07	CP034495.1	other sequences	Eukaryotic synthetic construct chromosome 17	True	True
SPA0136_000000013229	3026	0.9424611982276391	3	3	3	2	2	False	102241	fragment	False	SPA0089_000000012869	0.6480107856886046		0	0	False	False	0.9976867437362671	0					non-mobilizable	chromosome	3026.0	99.76899999999999	100.0	0.0006618093144683768	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0091_000000002490	7197	0.9424526055162304	12	8	3	5	8	True	5351	maximal	True	SPA0091_000000002490	1.0		1	1	False	False	0.9988884329795837	0					non-mobilizable	other	5370.0	98.101	91.0	0.002104847779024717	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	False	True
ISR0032_000000005195	5862	0.9424512344888466	6	4	1	3	2	False	126505	maximal	False	DEN0096_000000006199	0.9317710332880527		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	834.0	73.02199999999999	17.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0010_000000004598	5554	0.9424512344888466	6	4	1	3	2	False	126505	maximal	False	DEN0096_000000006199	0.6826285455816675		0	0	True	True	1.0	24					non-mobilizable	no_good_hit	835.0	73.054	17.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0174_000000004318	3611	0.9424428165802579	5	2	1	2	2	False	106217	fragment	False	CHI0174_000000004318	1.0		0	0	False	False	0.9947382807731628	0					non-mobilizable	no_good_hit	781.0	85.147	26.0	0.0002253495376718471	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CHI0173_000000006318	2629	0.9424387881921834	3	2	1	2	2	False	83088	fragment	False	CHI0173_000000006318	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1601.0	98.501	63.0	0.2842423165748801	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
SPA0027_000000002107	12199	0.942432757963198	17	10	7	9	8	True	126208	backbone	False	ISR0395_000000002325	0.2606719666389518	PS943|PS946|PS949	0	0	True	True	0.9996721148490906	62					non-mobilizable	no_good_hit	1609.0	73.586	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0130_000000004031	6503	0.9424290492904228	5	4	4	4	4	False	130746	fragment	False	ISR0130_000000004031	0.9327402904761847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	97.054	56.0	0.0003666441958431821	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0095_000000006103	4433	0.9424259614598391	4	2	2	1	1	False	60992	maximal	True	ENG0095_000000006103	1.0		1	1	False	False	0.9997743964195251	0					non-mobilizable	no_good_hit	814.0	95.33200000000001	25.0	0.0002853633550577316	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ENG0079_000000026632	1229	0.9424259614598391	2	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.25949731616810384		0	0	False	False	0.9967453479766846	0					non-mobilizable	chromosome	1184.0	94.932	100.0	0.00041574488797204004	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
DEN0018_000000034153	1201	0.9424259614598391	2	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.17405613582920906		0	0	False	False	0.9983347058296204	0					non-mobilizable	other	1183.0	94.59	99.0	0.0004288954217865074	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CAN0014_000000009223	4849	0.9424252102006292	9	4	3	4	3	False	94255	maximal	True	CAN0014_000000009223	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2275.0	99.956	71.0	0.0028260699359101025	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0818_000000005643	3060	0.9424212462160348	3	2	2	2	2	False	21359	maximal	True	ISR0818_000000005643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	82.92399999999999	32.0	0.1732593520672991	NZ_WMJZ01000070.1	enterobacteria	Escherichia alba strain B35 Scaffold70, whole genome shotgun sequence	True	False
FIJ0050_000000002977	8413	0.9424157046179458	10	5	3	4	4	True	122242	maximal	True	FIJ0050_000000002977	1.0		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1170.0	97.009	61.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0035_000000011913	1691	0.9424120062927837	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8646846084713723		0	0	False	False	1.0	0					non-mobilizable	other	1686.0	98.932	99.0	0.007646994753753154	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0395_000000017011	2272	0.9424056643377178	3	3	3	3	3	False	82134	fragment	False	ISR0395_000000017011	1.0		0	0	False	False	0.9916373491287231	0					non-mobilizable	no_good_hit	1374.0	77.94800000000001	60.0	0.00166788602492883	NZ_JH992943.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.4, whole genome shotgun sequence	True	False
MAD0082_000000002968	2756	0.9423995796059292	3	3	3	3	3	False	46663	maximal	True	MAD0082_000000002968	1.0		10	4	False	False	0.9981857538223267	0					non-mobilizable	no_good_hit	855.0	78.48	37.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
SPA0102_000000000713	31274	0.942393527953265	47	25	18	21	22	True	125421	maximal	False	SPA0136_000000000618	0.8865575126987536		0	0	False	False	0.9999680519104004	0					non-mobilizable	other	31276.0	98.564	100.0	0.008925727489745103	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0073_000000020669	1121	0.9423903653116942	1	1	1	1	1	False	62196	fragment	False	ISR0076_000000023407	0.9496497373029773		0	0	False	False	1.0	0					non-mobilizable	other	963.0	97.61200000000001	91.0	0.00642489815000334	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
CAN0014_000000027879	1758	0.9423843108750594	2	2	2	1	1	False	93574	fragment	False	CAN0014_000000027879	1.0		0	0	False	False	0.9988623261451721	0					non-mobilizable	chromosome	1759.0	99.545	100.0	0.0006360303021198235	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	False	False
CHI0045_000000015731	1344	0.9423843108750594	2	2	2	1	1	False	87108	maximal	True	CHI0045_000000015731	1.0		1	1	False	False	0.9992559552192688	0					non-mobilizable	no_good_hit	1182.0	98.73100000000001	88.0	0.0004275195144015433	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
SPA0151_000000007305	2483	0.9423786329382644	4	3	1	2	2	True	115861	fragment	False	SPA0151_000000007305	1.0		0	0	False	False	0.9943616390228271	0	rep_cluster_1320				non-mobilizable	plasmid	2189.0	99.406	100.0	0.31035460992907804	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
TAN0026_000000001616	1295	0.9423741016537062	2	1	1	1	1	True	2323	fragment	False	TAN0026_000000001616	1.0		0	0	False	False	0.9969111680984497	0					non-mobilizable	no_good_hit								True	True
ENG0064_000000013507	1648	0.942371571719437	2	1	0	1	1	True	62949	fragment	False	ENG0064_000000013507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0815_000000007774	3903	0.9423692479211552	4	4	4	3	3	False	116940	maximal	True	ISR0815_000000007774	1.0	PS451	5	3	False	True	0.9918012022972107	0					non-mobilizable	no_good_hit	1721.0	75.015	44.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
USA0038_01_000000007318	2224	0.9423570671601612	3	3	3	3	3	False	97502	fragment	False	USA0038_01_000000007318	1.0		0	0	False	False	0.9995503425598145	0					non-mobilizable	no_good_hit	1337.0	93.26899999999999	85.0	0.002294046559622703	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0081_000000001004	19893	0.9423557503869808	10	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9649119573363873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	95.477	2.0	5.255114466796613e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0130_000000000896	19811	0.9423557503869808	11	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9640340822315405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	91.304	2.0	4.828303139544096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0007_000000038379	1669	0.9423529525690976	3	2	2	1	1	False	13938	maximal	True	MON0007_000000038379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000001042	17546	0.9423468997365612	21	8	4	7	6	True	101350	backbone	False	TAN0011_000000000086	0.10773888927169914	PS587|PS588	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	161.0	93.16799999999999	1.0	4.268113272525168e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0027_000000017890	2266	0.9423456362970692	3	3	2	3	2	False	56345	fragment	False	MON0027_000000017890	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0019_000000009232	6159	0.9423382239591109	8	8	4	6	5	True	128142	backbone	False	MON0027_000000005575	0.9931377629752101	PS1033	0	0	True	True	1.0	76					non-mobilizable	no_good_hit	2577.0	81.49	70.0	0.4161602890458203	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0129_000000010793	2227	0.9423345559922628	4	2	2	1	1	True	81255	maximal	True	CHI0129_000000010793	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	93.354	28.0	0.00018968093559067697	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0080_000000001814	2248	0.9423281517126636	4	3	1	3	1	True	89794	fragment	False	CHI0080_000000001814	0.9844647663674494		0	0	False	False	1.0	0					non-mobilizable	other	2248.0	100.0	100.0	0.011111220998081374	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0015_000000011937	2136	0.9423281517126636	4	3	1	3	1	True	89794	fragment	False	CHI0080_000000001814	0.9743781201950391		0	0	False	False	0.9995318055152893	0					non-mobilizable	other	2136.0	99.86	100.0	0.010557390667958938	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0011_000000008945	2019	0.9423281517126636	4	3	1	3	1	True	89794	fragment	False	CHI0080_000000001814	0.6473158551810237		0	0	False	False	1.0	0					non-mobilizable	other	2019.0	99.75200000000001	100.0	0.009978835769527464	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0107_000000033913	1780	0.9423160632960652	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.7734269891617964		0	0	False	False	0.9994382262229919	0					non-mobilizable	no_good_hit	435.0	97.471	25.0	0.00012052140782333895	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0125_000000023518	1142	0.9423005808497009	2	1	1	1	1	False	82468	fragment	False	ENG0125_000000023518	0.9960070984915705		0	0	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit	128.0	80.469	11.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
MON0044_000000036344	1544	0.9422895622434768	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.5950140662070308		0	0	False	False	1.0	0					non-mobilizable	other	1546.0	95.40799999999999	100.0	0.17788018433179723	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
AST0060_000000005677	4842	0.9422879909289592	6	6	6	6	5	True	112504	maximal	True	AST0060_000000005677	1.0		13	4	False	False	0.9960759878158569	0					non-mobilizable	no_good_hit	979.0	84.57600000000001	51.0	0.009254015032974629	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
ENG0037_000000015178	2286	0.9422849221883156	3	1	1	1	1	True	65207	maximal	True	ENG0037_000000015178	1.0		1	1	False	False	0.9938757419586182	0					non-mobilizable	no_good_hit	528.0	87.12100000000001	23.0	0.13763440860215054	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
SPA0037_000000012223	2030	0.9422849221883156	2	1	1	1	1	True	7078	fragment	False	SPA0037_000000012223	1.0		0	0	False	False	0.9945812821388245	0					non-mobilizable	no_good_hit	364.0	93.681	20.0	0.09623655913978495	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ENG0193_000000009364	2178	0.9422848342774894	2	2	1	2	1	True	125553	backbone	False	ISR0070_000000005259	0.034622259141183595	PS930	0	0	False	True	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	2178.0	99.40299999999999	100.0	0.5915760869565218	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
AST0102_000000002954	8604	0.9422835544491976	10	8	6	6	7	False	132433	maximal	True	AST0102_000000002954	1.0		0	0	False	False	0.9988377690315247	0					non-mobilizable	no_good_hit	4800.0	99.958	59.0	0.0013521391212814413	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0130_000000014134	2311	0.942265910244471	3	2	2	2	2	False	95332	fragment	False	CAN0007_000000017709	0.8425528035093873		0	0	False	False	0.9952401518821716	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000015751	2243	0.942265910244471	3	2	2	2	2	False	95332	fragment	False	CAN0007_000000017709	0.8518555524152118		0	0	False	False	0.998662531375885	0					non-mobilizable	no_good_hit								True	False
DEN0010_000000020251	2226	0.942265910244471	3	2	2	2	2	False	95332	fragment	False	CAN0007_000000017709	0.849066023067107		0	0	False	False	0.9973045587539673	0					non-mobilizable	no_good_hit								True	False
USA0111_01_000000012193	2072	0.942265910244471	3	2	2	2	2	False	95332	fragment	False	CAN0007_000000017709	0.6407848332850291		0	0	False	False	0.9995173811912537	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000021138	1931	0.942265910244471	2	2	2	2	2	False	95332	fragment	False	CAN0007_000000017709	0.4096831951109252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000009594	2501	0.9422615904995374	3	1	1	1	1	False	67691	maximal	True	ENG0005_000000009594	1.0		1	1	False	False	0.9936025738716125	0					non-mobilizable	no_good_hit	131.0	77.863	5.0	0.0007197696737044146	NZ_SLUM01000003.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_103, whole genome shotgun sequence	True	False
SPA0115_000000022313	1294	0.9422615904995374	1	1	1	1	1	False	4377	fragment	False	SPA0115_000000022313	1.0		0	0	False	False	0.9806800484657288	0					non-mobilizable	no_good_hit								True	False
FIJ0061_000000002367	9309	0.9422515022212764	10	4	4	3	1	False	45842	maximal	True	FIJ0061_000000002367	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	410.0	86.098	4.0	0.00021581547188079703	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0112_000000012668	2600	0.9422510944603628	5	1	1	1	1	False	32648	maximal	True	ISR0112_000000012668	1.0		0	0	False	False	0.9996153712272644	0					non-mobilizable	no_good_hit	566.0	96.99600000000001	41.0	0.00012527236744784204	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0096_000000020044	1620	0.9422372027458852	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.723471903744118		0	0	False	False	0.9956790208816528	0					non-mobilizable	other	1620.0	99.506	100.0	0.0023277648138003816	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0140_000000018257	1620	0.9422372027458852	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.723471903744118		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	99.506	100.0	0.0023277648138003816	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0095_000000008868	3071	0.9422342885034573	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.5235624966031186	PS1090	0	0	True	True	1.0	16					non-mobilizable	other	1834.0	95.965	100.0	0.6061415220293725	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0156_000000007115	2266	0.9422275275691468	2	2	2	2	1	False	56685	maximal	True	ENG0156_000000007115	1.0		0	0	False	False	0.9960282444953918	0					non-mobilizable	no_good_hit	1012.0	99.704	45.0	0.0002733600492534783	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0147_000000015519	1401	0.9422269604599788	2	2	2	2	1	False	51962	fragment	False	FIJ0147_000000015519	1.0		0	0	False	False	0.978586733341217	0					non-mobilizable	no_good_hit	105.0	79.048	7.0	0.00020829369410869326	NZ_SEWY01000004.1	CFB group bacteria	Aquirufa antheringensis strain 103A-SOEBACH NODE_4_length_499295_cov_234.440872, whole genome shotgun sequence	True	False
ISR0175_000000009027	2463	0.9422251911770548	7	5	3	2	3	False	29860	maximal	True	ISR0175_000000009027	1.0		1	1	False	False	0.9991880059242249	0					non-mobilizable	no_good_hit	932.0	96.99600000000001	38.0	0.00033701520018448674	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
USA0108_01_000000005274	2026	0.94221679230181	4	3	2	1	2	True	109872	fragment	False	FIJ0150_000000010948	0.8904905924481885		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2026.0	99.90100000000001	100.0	0.2552950075642965	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ISR0780_000000006006	1971	0.94221679230181	4	3	2	1	2	True	118131	fragment	False	ISR0056_000000010587	0.9403454779133178		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1972.0	97.76899999999999	100.0	0.2222849401670806	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0810_000000008417	1936	0.94221679230181	4	3	2	1	2	True	118131	fragment	False	ISR0056_000000010587	0.9228961410866364		0	0	False	False	0.9989669322967529	0	rep_cluster_1097				non-mobilizable	plasmid	1938.0	99.794	100.0	0.21656976744186046	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0840_000000008458	1935	0.94221679230181	4	3	2	1	2	True	118131	fragment	False	ISR0056_000000010587	0.9231595721053042		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1937.0	99.897	100.0	0.21667599328483492	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0821_000000000617	26690	0.942211401145874	29	14	9	12	5	False	21331	maximal	True	ISR0821_000000000617	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1611.0	86.344	6.0	0.0005001674487164963	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ENG0204_000000001932	9339	0.9422070917589472	15	15	2	5	15	True	98232	backbone	False	ENG0095_000000002427	0.8172535036107595	PS545	0	0	False	True	0.999571681022644	0					non-mobilizable	plasmid	8180.0	99.927	100.0	0.1719722455845248	CP009861.1	enterobacteria	Escherichia coli strain ECONIH1 plasmid pECO-b75, complete sequence	False	True
FIJ0135_000000005455	5350	0.9422038933013824	8	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.08755787456562417	PS1110	0	0	True	True	1.0	36		MOBV			mobilizable	other	3588.0	95.90299999999999	93.0	0.584379585847057	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0058_000000013580	2299	0.9422007709321532	4	3	3	2	3	False	6302	fragment	False	SPA0058_000000013580	1.0		0	0	False	False	0.9991300702095032	0					non-mobilizable	other	1268.0	94.637	99.0	0.0009955698321125095	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	False
ENG0126_000000003396	6342	0.9421984878240413	5	5	4	2	3	False	76427	maximal	True	ENG0126_000000003396	1.0	PS363	7	3	False	True	0.9930621385574341	0					non-mobilizable	no_good_hit	224.0	99.10700000000001	4.0	7.869050530243442e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0039_000000005847	4200	0.9421970976388736	5	4	3	4	1	True	104452	fragment	False	FIJ0039_000000005847	0.9602444942927525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	72.26899999999999	5.0	0.05076820307281229	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
SPA0082_000000014784	1166	0.942196291167558	2	2	2	2	2	False	21482	fragment	False	SPA0082_000000014784	0.9639084507042254		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.4	100.0	0.0028741445410990336	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
SPA0041_000000018902	1784	0.942190512856088	4	4	1	3	3	True	106415	fragment	False	SPA0141_000000012731	0.9783626903964501		0	0	False	False	0.9994394779205322	0					non-mobilizable	other	1784.0	99.83200000000001	100.0	0.002194891574822374	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ISR0077_000000015891	2131	0.9421784013637281	2	2	2	2	2	False	34515	fragment	False	ISR0077_000000015891	1.0		0	0	False	False	0.9948381185531616	0					non-mobilizable	other	2083.0	82.23700000000001	97.0	0.000546982246951078	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0378_000000002229	7656	0.9421780658350704	9	3	1	1	3	True	82852	maximal	False	CHI0109_000000001860	0.9998050682261208		0	0	True	True	0.9998694062232971	10					non-mobilizable	no_good_hit	1491.0	78.203	19.0	0.2609160577437177	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
DEN0005_000000009531	3395	0.9421641748392172	5	5	5	4	3	False	99177	maximal	True	DEN0005_000000009531	1.0		13	5	False	False	0.99970543384552	0					non-mobilizable	chromosome	1777.0	99.662	99.0	0.000703645518055544	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0003_000000007324	2474	0.9421636752159768	3	3	3	3	3	False	46471	fragment	False	SPA0003_000000007324	1.0		0	0	False	False	0.9967663884162903	0					non-mobilizable	no_good_hit	1289.0	82.389	84.0	0.007992359505378506	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
AST0040_000000014866	1362	0.9421634721836742	2	2	2	2	1	True	115910	fragment	False	AST0040_000000014866	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1362.0	100.0	100.0	0.01893934122820445	MN542378.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain 607 plasmid pKPC2_sg2, complete sequence	False	True
ISR0124_000000008256	1770	0.9421598646411118	3	2	2	2	2	False	77124	fragment	False	ISR0124_000000008256	0.9692903995229576		0	0	False	False	0.9994350075721741	0					non-mobilizable	other	1638.0	77.717	92.0	0.00045292722617480604	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0145_01_000000000632	25954	0.9421595723334018	23	9	5	9	3	True	117542	fragment	False	USA0069_01_000000001578	0.9529386012914524		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	203.0	84.729	2.0	0.00963418705584967	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ISR0111_000000011652	1527	0.9421558668348988	3	3	3	2	2	False	84837	fragment	False	ISR0060_000000015834	0.69476058678603		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	94.565	100.0	0.0004237688210562563	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0089_000000006605	3501	0.9421543764098068	8	5	3	4	4	False	86581	fragment	False	FIJ0089_000000006605	1.0		0	0	False	False	0.9980005621910095	0					non-mobilizable	no_good_hit	219.0	99.087	6.0	7.434185192747525e-05	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
AST0019_000000008196	3354	0.9421513233055152	5	1	1	1	1	False	122770	fragment	False	ISR0093_000000006839	0.9543869843114468		0	0	False	False	0.9949313998222351	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.512816481606182e-06	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
TAN0024_000000002306	3301	0.9421401938476859	5	5	5	3	3	False	2343	maximal	True	TAN0024_000000002306	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	81.347	6.0	0.002758382898026032	NZ_JH376768.1	CFB group bacteria	Prevotella histicola F0411 supercont1.7, whole genome shotgun sequence	True	False
FIJ0089_000000000700	21665	0.9421388116333936	23	16	7	16	10	True	51823	maximal	False	FIJ0020_000000000622	0.9644118869492934		0	0	False	True	0.9987537264823914	0					non-mobilizable	no_good_hit	394.0	78.934	2.0	0.02076737322243091	NZ_FNQG01000019.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	True
ISR0128_000000007845	4389	0.9421316998593828	8	6	4	5	5	True	104849	fragment	False	DEN0064_000000009405	0.8511568822980651		0	0	False	False	1.0	0					non-mobilizable	plasmid	3034.0	96.21	93.0	0.2445340863251311	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0046_000000010244	2862	0.9421229460440876	4	4	4	3	2	False	103272	fragment	False	ISR0083_000000005815	0.2185101489675968		0	0	False	False	1.0	0					non-mobilizable	chromosome	2862.0	99.72	100.0	0.0005710189044979365	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0061_000000002082	2508	0.9421229460440876	4	4	4	3	2	False	103270	fragment	False	CHI0109_000000006726	0.8533581485146482		0	0	False	False	1.0	0					non-mobilizable	chromosome	2508.0	99.04299999999999	100.0	0.000500365044941044	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0045_000000009693	3677	0.9420920818458528	6	4	4	4	4	False	72963	fragment	False	DEN0045_000000009693	1.0		0	0	False	False	0.9964644908905029	0					non-mobilizable	no_good_hit	1096.0	74.726	30.0	0.0002915658156232112	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0051_000000011955	2837	0.942089531587908	6	3	1	3	3	False	42988	fragment	False	MON0051_000000011955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	98.706	19.0	0.00013215088934606396	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0082_000000010331	3027	0.9420781336879436	5	5	3	5	3	False	22058	maximal	True	MON0082_000000010331	0.988224956063269		2	2	False	False	0.9980178475379944	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	3.0	2.7622127874162086e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0048_000000003980	6861	0.9420763135339126	5	4	3	4	1	True	120579	fragment	False	FIJ0048_000000003980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0068_000000002646	8535	0.9420687357058659	11	6	3	4	4	True	76974	maximal	True	ENG0068_000000002646	1.0	PS328|PS329|PS369	1	1	True	True	1.0	41					non-mobilizable	no_good_hit	475.0	84.0	22.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0110_000000002348	7049	0.9420687357058659	11	6	3	4	4	True	76964	backbone	False	ENG0033_000000002799	0.14586949291978665	PS328|PS329|PS369	0	0	False	True	0.9963115453720093	0					non-mobilizable	no_good_hit	475.0	84.421	27.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0323_000000001127	11135	0.9420686074417473	14	7	6	6	3	True	121711	fragment	False	ISR0323_000000001127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	93.38600000000001	5.0	0.0012553041608658927	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0036_000000011218	1279	0.9420679318548209	3	2	2	2	2	False	73217	fragment	False	DEN0052_000000034366	0.9129755283014345		0	0	False	False	0.9945269823074341	0					non-mobilizable	chromosome	1276.0	94.59200000000001	99.0	0.0002457136458952235	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
MON0023_000000002296	5471	0.9420674854468556	5	4	2	4	2	True	24848	maximal	True	MON0023_000000002296	1.0	PS60|PS61	1	1	False	True	0.9904953241348267	0					non-mobilizable	no_good_hit	1192.0	82.71799999999999	22.0	0.0009652776086444709	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0396_000000008423	2697	0.9420631527284316	3	2	2	2	2	False	102303	fragment	False	ISR0396_000000008423	1.0		0	0	False	False	0.9896181225776672	0					non-mobilizable	plasmid	837.0	93.787	93.0	0.0034308696187466655	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0039_000000019335	1909	0.9420631527284316	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.9028130916128407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	99.32600000000001	23.0	0.00012329839878701034	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0047_000000005710	5947	0.9420554097394196	8	5	4	4	2	True	11486	fragment	False	MON0047_000000005710	1.0		0	0	False	False	0.9954599142074585	0					non-mobilizable	no_good_hit	221.0	89.59299999999999	4.0	7.33965653805391e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
SPA0097_000000007904	4006	0.9420433664141178	9	6	3	5	2	True	74190	fragment	False	SPA0097_000000007904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0182_000000006499	4217	0.94203732735428	6	4	1	4	1	False	115557	maximal	True	ENG0182_000000006499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2291.0	89.568	62.0	0.0007145529568213961	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0074_000000004132	1266	0.942032544860562	2	1	1	1	1	False	16282	fragment	False	MAD0074_000000004132	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0039_000000002643	9063	0.942022570742692	12	7	3	4	5	True	89487	backbone	True	FIJ0039_000000002643	1.0	PS328|PS329|PS369|PS465	3	1	True	True	0.9996689558029175	3					non-mobilizable	no_good_hit	1627.0	76.46	18.0	0.1525828320443044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
USA0130_01_000000020083	1708	0.942022050420639	2	1	1	1	1	False	125982	fragment	False	ENG0116_000000013416	0.971444568868981		0	0	False	False	0.9953161478042603	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000015232	1367	0.942022050420639	1	1	1	1	1	False	125961	fragment	False	ISR0266_000000015232	0.9150388531924786		0	0	False	False	0.9956108331680298	0					non-mobilizable	no_good_hit								True	False
ISR0776_000000006658	3809	0.9420159357929374	6	5	3	5	5	False	120206	maximal	True	ISR0776_000000006658	1.0		44	6	False	False	0.9947493076324463	0					non-mobilizable	chromosome	1730.0	99.48	96.0	0.0006854101975876256	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0100_000000003541	9475	0.9420140080579084	13	4	1	2	3	True	36824	maximal	False	MAD0088_000000001506	0.997642481556205		0	0	True	True	0.9957783818244934	24					non-mobilizable	no_good_hit	79.0	92.405	1.0	0.029257314328582147	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
MAD0088_000000001506	9455	0.9420140080579084	12	4	1	2	3	True	36824	maximal	True	MAD0088_000000001506	0.9988247767848173		8	1	True	True	0.9998942613601685	42					non-mobilizable	no_good_hit	79.0	92.405	1.0	0.029257314328582147	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
MAD0047_000000002954	9453	0.9420140080579084	13	4	1	2	3	True	36824	maximal	False	MAD0088_000000001506	0.9977055471059701		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	79.0	92.405	1.0	0.029257314328582147	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
MAD0046_000000002185	9435	0.9420140080579084	13	4	1	2	3	True	36824	maximal	False	MAD0088_000000001506	0.9984856068667586		0	0	True	True	1.0	58					non-mobilizable	no_good_hit	79.0	92.405	1.0	0.029257314328582147	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
MAD0061_000000001549	9328	0.9420140080579084	14	4	1	2	3	True	36824	maximal	False	MAD0088_000000001506	0.9850399479123609		0	0	True	True	1.0	21					non-mobilizable	no_good_hit	79.0	92.405	1.0	0.029257314328582147	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0352_000000002495	3193	0.9420080283009912	5	3	1	3	0	True	121624	backbone	False	CHI0109_000000004976	0.794981023441375	PS857	0	0	True	True	0.9993736147880554	9					non-mobilizable	plasmid	2383.0	98.11200000000001	96.0	0.7850313221233103	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0345_000000007108	1768	0.9420067977316404	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.9269889053211565		0	0	False	False	1.0	0					non-mobilizable	other	1700.0	98.235	97.0	0.00047153306563140445	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0802_000000010211	1690	0.9420067977316404	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.8916520434348387		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	98.26100000000001	99.0	0.0004626466945476559	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0160_000000002363	9681	0.9419895817404008	9	6	5	6	2	True	122758	fragment	False	AST0046_000000001434	0.14758852399500888		0	0	False	False	0.999586820602417	0					non-mobilizable	no_good_hit	2367.0	91.59299999999999	34.0	0.009682806044368587	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0083_000000001504	11302	0.9419844646522384	15	11	1	5	7	True	121598	fragment	False	MON0083_000000001504	0.9537897083410738		0	0	False	True	0.9999115467071533	0					non-mobilizable	chromosome	6662.0	98.78399999999999	100.0	0.002769045303779089	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
ENG0189_000000003027	4140	0.9419828746186816	4	3	3	3	2	False	130746	fragment	False	ISR0130_000000004031	0.06871389271984515		0	0	False	False	0.9973430037498474	0					non-mobilizable	no_good_hit	1224.0	83.98700000000001	72.0	0.012857608821456003	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0016_000000002776	7980	0.9419825979970964	11	7	4	4	7	False	123628	fragment	False	USA0108_01_000000001009	0.3205389111261194		0	0	False	True	1.0	0					non-mobilizable	plasmid	8004.0	99.625	100.0	0.2583290289256198	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0252_000000000899	7928	0.9419825979970964	11	7	4	4	7	False	123628	fragment	False	USA0108_01_000000001009	0.2938227603295682		0	0	False	True	1.0	0					non-mobilizable	plasmid	4312.0	99.51299999999999	99.0	0.138800347725297	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0112_000000007108	3834	0.9419805441089446	6	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.10061096920564651	PS799	0	0	False	True	0.9997391700744629	0	rep_cluster_1097	MOBB			mobilizable	plasmid	3834.0	99.844	100.0	0.42898712926692784	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0077_000000000494	26522	0.9419802928412511	31	11	7	8	8	True	5711	maximal	True	SPA0077_000000000494	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	91.964	2.0	0.013835463457004591	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	True	True
MAD0069_000000001187	5283	0.9419720276050644	9	3	2	3	1	True	52616	maximal	True	MAD0069_000000001187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	90.95100000000001	53.0	0.01937050295962854	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0057_000000007502	3934	0.941969212319838	11	2	1	1	2	False	51607	fragment	False	FIJ0007_000000004002	0.936208125445474		0	0	False	False	0.9964413046836853	0					non-mobilizable	no_good_hit	2918.0	92.735	80.0	0.11399491094147583	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ISR0206_000000008876	2912	0.941969212319838	9	2	1	1	2	False	45485	fragment	False	ISR0206_000000008876	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2814.0	95.984	96.0	0.1100411039342337	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
SPA0040_000000000881	22914	0.9419657130180246	33	13	11	12	6	True	132591	fragment	False	SPA0040_000000000881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7879.0	96.751	85.0	0.04533044570138353	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0397_000000015348	1163	0.9419653446294184	2	1	1	1	1	False	22631	maximal	True	ISR0397_000000015348	1.0		0	0	False	False	0.9914015531539917	0					non-mobilizable	no_good_hit	858.0	99.184	74.0	0.0030597744978328083	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	True	False
USA0059_01_000000001079	18546	0.9419589490710729	25	18	11	12	15	True	124145	fragment	False	ISR0777_000000000696	0.8372399305988757		0	0	False	False	0.9999460577964783	0					non-mobilizable	no_good_hit	15807.0	96.28	85.0	0.004439181027868816	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CHI0056_000000005749	3140	0.9419564354476576	4	4	2	2	2	True	132209	backbone	False	ENG0141_000000006400	0.02409386254652026	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3140.0	99.96799999999999	100.0	0.29005729070412123	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
CAN0004_000000008539	3107	0.9419564354476576	4	4	2	2	2	True	132209	backbone	False	ENG0141_000000006400	0.023942322483450462	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3107.0	100.0	100.0	0.2870079467750878	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
DEN0076_000000001995	2944	0.9419564354476576	5	4	2	2	2	True	132209	backbone	False	ENG0141_000000006400	0.005382677066118327	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2944.0	97.82600000000001	100.0	0.27194603585289223	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0836_000000007286	2739	0.9419564354476576	4	4	2	2	2	True	132209	backbone	False	ENG0141_000000006400	0.002692115903384409	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2739.0	100.0	100.0	0.2530031417482905	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
FIJ0109_000000009870	2677	0.9419564354476576	5	4	2	2	2	True	44811	fragment	False	FIJ0109_000000009870	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2057.0	95.333	91.0	0.4956605593056895	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
FIJ0087_000000013797	2333	0.9419564354476576	4	4	2	2	2	True	44810	fragment	False	FIJ0087_000000013797	1.0		0	0	False	False	0.9995713829994202	0					non-mobilizable	no_good_hit	1806.0	96.124	77.0	0.43514946962391515	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	True	True
MAD0078_000000002212	3267	0.9419528954480162	5	2	2	2	2	False	16207	maximal	True	MAD0078_000000002212	1.0		1	1	False	False	0.9932659864425659	0					non-mobilizable	no_good_hit								True	False
CHI0173_000000005780	2876	0.941952089865609	2	2	2	2	2	False	97511	fragment	False	CHI0173_000000005780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	96.69200000000001	84.0	0.00044693098661552117	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0191_000000028809	1138	0.9419446620273813	2	2	2	1	1	False	102215	fragment	False	ENG0174_000000012784	0.2586491297399813		0	0	False	False	0.994727611541748	0					non-mobilizable	no_good_hit	928.0	93.103	81.0	0.00022703473754073325	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0076_000000006961	1778	0.9419414071625808	3	3	3	3	2	False	105484	fragment	False	CAN0018_000000019660	0.2958219106685568		0	0	False	False	0.9983127117156982	0					non-mobilizable	other	1778.0	99.494	100.0	0.0036769574573746067	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0258_000000005032	3678	0.9419401224008629	6	5	3	5	3	True	129528	fragment	False	ISR0258_000000005032	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1573.0	87.54	43.0	0.0004207337596768765	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0082_000000012573	2374	0.9419352893728205	4	1	1	1	1	True	44185	fragment	False	FIJ0082_000000012573	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1795.0	83.398	93.0	0.49581706636921363	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	False	True
AST0019_000000011681	2458	0.9419331795057571	5	1	1	1	1	True	122517	fragment	False	AST0019_000000011681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	77.345	40.0	0.23745498199279713	NZ_WHJC01000290.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig290, whole genome shotgun sequence	True	True
ISR0390_000000007849	1782	0.9419331795057571	3	1	1	1	1	True	22870	maximal	True	ISR0390_000000007849	1.0		1	1	False	False	0.9792368412017822	0	rep_cluster_1380				non-mobilizable	no_good_hit	1019.0	77.527	56.0	0.24201680672268908	NZ_WHJC01000290.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig290, whole genome shotgun sequence	True	True
USA0006_01_000000015698	1510	0.9419331795057571	3	1	1	1	1	True	65862	fragment	False	ENG0028_000000011125	0.9502457002457003		0	0	False	False	0.9860926866531372	0					non-mobilizable	no_good_hit	689.0	82.874	45.0	0.13790996129557956	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
AST0010_000000020019	1506	0.9419331795057571	2	1	1	1	1	True	126003	maximal	True	AST0010_000000020019	1.0		2	2	False	False	0.9840637445449829	0					non-mobilizable	no_good_hit	184.0	88.587	12.0	7.25643651867105e-05	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	True
ENG0039_000000019182	1369	0.9419331795057571	1	1	1	1	1	True	64917	fragment	False	ENG0039_000000019182	1.0		0	0	False	False	0.9956172108650208	0					non-mobilizable	no_good_hit	632.0	83.228	59.0	0.1269097575881035	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0096_000000024189	1335	0.9419331795057571	2	1	1	1	1	True	60818	fragment	False	ENG0096_000000024189	1.0		0	0	False	False	0.979026198387146	0					non-mobilizable	no_good_hit	683.0	83.74799999999999	51.0	0.13628030148706458	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
SPA0153_000000002019	7023	0.941932699435118	8	8	8	8	8	False	7883	maximal	True	SPA0153_000000002019	1.0		5	1	False	False	0.9994304180145264	0					non-mobilizable	no_good_hit	60.0	90.0	1.0	8.773835333868639e-06	NZ_BEXT01000001.1	d-proteobacteria	Desulfonema ishimotonii strain Tokyo 01 NODE_1, whole genome shotgun sequence	True	False
MAD0025_000000010250	1320	0.9419191240063078	2	2	1	2	1	False	19124	fragment	False	MAD0025_000000010250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	81.738	43.0	0.0001276633569431179	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0225_000000007827	2321	0.9419181259918252	4	4	3	4	2	False	94569	fragment	False	ENG0131_000000010673	0.9455948006934488		0	0	False	False	1.0	0					non-mobilizable	chromosome	2321.0	99.95700000000001	100.0	0.0004891443684302851	LR134240.1	enterobacteria	Escherichia coli strain NCTC9107 genome assembly, chromosome: 1	False	False
ISR0328_000000014576	1972	0.9419101550244092	4	1	1	1	1	False	24744	maximal	True	ISR0328_000000014576	1.0		3	2	False	False	0.9923934936523438	0					non-mobilizable	no_good_hit	594.0	99.663	68.0	8.369998537720323e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0007_000000000023	88086	0.941904961146214	103	42	27	36	17	True	85679	maximal	True	FIJ0007_000000000023	0.9670800511372426		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	1060.0	91.038	2.0	0.00028552741049621476	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0825_000000012198	1948	0.9419048556440384	2	1	1	1	1	False	21129	fragment	False	ISR0825_000000012198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	80.882	3.0	1.0893572077075762e-05	CP048108.1	enterobacteria	Klebsiella michiganensis strain BD177 chromosome, complete genome	True	False
AST0140_000000015540	1859	0.9419048556440384	3	1	1	1	1	False	105527	fragment	False	ISR0181_000000009651	0.9612462006079028		0	0	False	False	0.9951586723327637	0					non-mobilizable	no_good_hit								True	False
CHI0060_000000001083	8380	0.9419005833971076	12	7	4	4	7	False	123628	fragment	False	USA0108_01_000000001009	0.42639501611820224		0	0	False	True	1.0	0					non-mobilizable	plasmid	6647.0	99.594	95.0	0.21394764802472713	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
AST0006_000000003576	4347	0.9419004681955391	8	4	2	3	3	False	127621	maximal	True	AST0006_000000003576	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.92505589097192e-06	NZ_CP031223.1	firmicutes	Psychrobacillus glaciei strain PB01 chromosome, complete genome	True	False
ISR0187_000000003466	7253	0.9418964462576088	9	6	2	4	6	False	120514	maximal	True	ISR0187_000000003466	1.0		1	1	False	False	0.9995864033699036	0					non-mobilizable	no_good_hit	3298.0	94.75399999999999	81.0	0.019158472684459315	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
MAD0081_000000006718	1181	0.94189627094622	2	2	2	2	2	False	16135	maximal	True	MAD0081_000000006718	1.0		9	2	False	False	1.0	0					non-mobilizable	chromosome	1181.0	100.0	100.0	0.00043133636779686544	CP055231.1	firmicutes	Enterococcus hirae strain 13144 chromosome, complete genome	False	False
CHI0129_000000007940	2835	0.9418930938222291	4	2	2	2	2	False	81273	maximal	True	CHI0129_000000007940	1.0		2	2	False	False	0.9989417791366577	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	2.8924351572279545e-05	NZ_KK211100.1	firmicutes	Desulfitibacter alkalitolerans DSM 16504 K364DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
MON0047_000000016724	2346	0.9418875720499036	4	3	1	2	3	False	11464	maximal	True	MON0047_000000016724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	80.06	14.0	8.330422703713963e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0160_000000012899	1494	0.9418780392384986	1	1	1	1	1	True	39322	fragment	False	FIJ0160_000000012899	1.0		0	0	False	False	0.9993306398391724	0					non-mobilizable	plasmid	1481.0	99.73	99.0	0.38312192596427647	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
CAN0017_000000025884	1306	0.9418711088281506	2	2	2	2	2	False	93788	fragment	False	CAN0017_000000025884	0.9825202884122244		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	79.395	96.0	0.0003465684722661912	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0112_000000013346	2543	0.9418693794135828	2	2	1	2	2	True	59513	fragment	False	SPA0112_000000013346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2543.0	100.0	100.0	0.000815762770281589	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0007_000000042787	1511	0.9418612248053432	4	2	1	2	2	False	77319	fragment	False	MON0007_000000042787	0.9431972789115647		0	0	False	False	0.9947054982185364	0					non-mobilizable	no_good_hit								True	False
ENG0040_000000006800	3248	0.9418475565178279	4	3	2	3	1	True	64866	maximal	True	ENG0040_000000006800	1.0		3	2	False	False	0.9987684488296509	0					non-mobilizable	no_good_hit	427.0	75.878	13.0	0.1082487639864689	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
SPA0077_000000006662	4291	0.9418289502433209	3	3	2	3	1	True	107795	fragment	False	SPA0077_000000006662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0262_000000005830	2729	0.9418288707421272	5	2	1	2	1	True	114724	fragment	False	ISR0262_000000005830	1.0		0	0	False	False	0.9996335506439209	0					non-mobilizable	chromosome	2729.0	98.64399999999999	100.0	0.0012077920295466308	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	True
ISR0842_000000008192	2629	0.9418288707421272	4	2	1	2	1	True	108818	fragment	False	ISR0076_000000009527	0.9466111321469141		0	0	False	False	0.9950551390647888	0					non-mobilizable	chromosome	2629.0	98.897	100.0	0.0011095270118049447	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0782_000000006159	2214	0.9418288707421272	5	2	1	2	1	True	114729	fragment	False	ISR0782_000000006159	0.9829312699135184		0	0	False	False	1.0	0					non-mobilizable	other	2214.0	99.277	100.0	0.0009314788500003367	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	True
ENG0048_000000012984	2056	0.9418288707421272	3	2	1	2	1	True	106995	fragment	False	ENG0048_000000012984	0.9680296361510053		0	0	False	False	1.0	0					non-mobilizable	chromosome	2057.0	98.833	100.0	0.0008686011463844424	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0285_000000008909	2002	0.9418288707421272	5	2	1	2	1	True	114723	fragment	False	ISR0285_000000008909	1.0		0	0	False	False	0.9995005130767822	0					non-mobilizable	other	2005.0	99.302	100.0	0.0008169175304631971	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	True
SPA0097_000000016671	1982	0.9418288707421272	4	2	1	2	1	True	106995	fragment	False	ENG0048_000000012984	0.9553825524562637		0	0	False	False	1.0	0					non-mobilizable	other	1982.0	98.285	100.0	0.0008338272037282725	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	True
AST0110_000000009357	1921	0.9418288707421272	3	2	1	2	1	True	106995	fragment	False	ENG0048_000000012984	0.945699034501172		0	0	False	False	0.9994794130325317	0					non-mobilizable	other	1924.0	97.921	100.0	0.0008521518718094158	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	True
MON0020_000000017316	1271	0.9418288707421272	2	2	1	2	1	True	23614	fragment	False	ISR0366_000000016419	0.9784988272087569		0	0	False	False	1.0	0					non-mobilizable	chromosome	1271.0	98.741	100.0	0.000532898826613144	CP021388.1	high GC Gram+	Bifidobacterium breve strain NRBB11 chromosome, complete genome	False	True
FIJ0032_000000001419	21514	0.94182298812637	40	14	8	10	8	True	48493	fragment	False	FIJ0032_000000001419	1.0		0	0	False	False	0.998837947845459	0					non-mobilizable	no_good_hit	2154.0	75.441	23.0	0.003511451649054066	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0042_01_000000003303	8334	0.9418165735616084	11	4	3	3	3	True	113425	maximal	True	USA0042_01_000000003303	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	no_good_hit	3264.0	92.15700000000001	51.0	0.4411207363291825	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	True	True
SPA0137_000000009379	3888	0.9418026635305656	7	4	3	4	2	False	73113	maximal	True	SPA0137_000000009379	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.0002485060055618011	NZ_AUDP01000005.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0304_000000003640	2571	0.9417950428442216	3	3	3	3	3	False	82291	fragment	False	MON0009_000000013628	0.9694465795541891		0	0	False	False	0.9988331198692322	0					non-mobilizable	other	2571.0	97.822	100.0	0.001243557212341507	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0103_000000015204	1923	0.9417851104876548	4	3	3	3	2	False	67773	fragment	False	ISR0776_000000012437	0.950383631713555		0	0	False	False	0.9349973797798157	0					non-mobilizable	no_good_hit	132.0	76.515	7.0	3.296695371954807e-05	CP047593.1	bacteria	Kiritimatiellaeota bacterium S-5007 chromosome, complete genome	True	False
ENG0033_000000010638	2480	0.9417820702507562	3	3	2	2	3	False	65520	fragment	False	ENG0033_000000010638	1.0		0	0	False	False	0.9967741966247559	0					non-mobilizable	no_good_hit	1383.0	79.32	69.0	0.0004709035418869386	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0065_000000005177	5297	0.9417771538208841	5	4	3	4	2	True	96479	maximal	True	ENG0065_000000005177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1951.0	99.436	46.0	0.17736947425868654	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
MAD0044_000000000611	24125	0.9417737552358288	23	17	13	14	12	True	100535	maximal	True	MAD0044_000000000611	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2754.0	92.774	30.0	0.0007325149403971319	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0088_000000002426	11662	0.9417723809545808	11	10	10	10	9	True	61327	fragment	False	ENG0088_000000002426	1.0		0	0	False	False	0.9995712637901306	0					non-mobilizable	no_good_hit	1102.0	96.64200000000001	16.0	0.038524790930403445	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0153_000000008813	3501	0.9417714231375426	4	4	2	3	2	True	126576	maximal	True	AST0153_000000008813	1.0	PS971	1	1	True	True	0.9982861876487732	7					non-mobilizable	plasmid	1822.0	84.193	90.0	0.44048204623708803	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0064_000000005691	3327	0.9417714231375426	4	4	2	3	2	True	130280	maximal	True	ISR0064_000000005691	1.0	PS1090	1	1	True	True	1.0	7					non-mobilizable	no_good_hit	1512.0	88.757	80.0	0.5010013351134847	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0816_000000013275	3134	0.9417714231375426	4	4	2	3	2	True	126570	backbone	False	FIJ0004_000000008444	0.22276531631780527	PS971	0	0	False	True	1.0	0					non-mobilizable	plasmid	1817.0	86.95700000000001	92.0	0.44072798819478604	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0112_000000010307	3057	0.9417714231375426	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.14803161938428142	PS1090	0	0	True	True	0.999018669128418	3					non-mobilizable	other	2957.0	87.589	98.0	0.9776368491321762	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0393_000000005687	3036	0.9417714231375426	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.09415301787781677	PS1090	0	0	True	True	0.9986824989318848	26					non-mobilizable	other	1215.0	86.008	92.0	0.4022029372496662	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0159_000000008371	3036	0.9417714231375426	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.10330638289904155	PS1090	0	0	True	True	1.0	25					non-mobilizable	other	1512.0	88.757	91.0	0.5010013351134847	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0236_000000003285	3019	0.9417714231375426	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.0487598562155969	PS1090	0	0	True	True	0.9970188736915588	37					non-mobilizable	no_good_hit	1262.0	89.699	83.0	0.4188918558077437	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0394_000000006146	3016	0.9417714231375426	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.07259687672800068	PS1090	0	0	True	True	0.9996684193611145	4					non-mobilizable	other	1379.0	88.76	91.0	0.45727636849132175	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0215_000000009613	3016	0.9417714231375426	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.08921064596511288	PS1090	0	0	True	True	1.0	33					non-mobilizable	other	1256.0	89.411	91.0	0.4175567423230975	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0138_000000009771	2996	0.9417714231375426	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.10327579152745694	PS1090	0	0	True	True	1.0	44					non-mobilizable	other	1512.0	88.757	90.0	0.5010013351134847	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0062_000000011789	2993	0.9417714231375426	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.060101841528907816	PS1090	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	1512.0	88.757	88.0	0.5010013351134847	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0100_000000004544	2766	0.9417714231375426	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.04377929527689536	PS1090	0	0	True	True	1.0	1					non-mobilizable	other	1512.0	88.823	91.0	0.5010013351134847	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0093_000000008425	3786	0.9417705643083734	3	2	2	2	2	False	102312	maximal	True	DEN0093_000000008425	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	92.613	82.0	0.005843969302745516	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0791_000000008143	2239	0.9417705643083734	2	2	2	2	2	False	102300	fragment	False	ISR0791_000000008143	0.9860863539987493		0	0	False	False	0.999553382396698	0					non-mobilizable	no_good_hit	1715.0	76.91	75.0	0.006964337013173554	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
MON0094_000000032291	1202	0.941751531527214	2	1	1	1	1	False	12542	fragment	False	SPA0009_000000029221	0.9628037357644155		0	0	False	False	0.9991680383682251	0					non-mobilizable	no_good_hit	543.0	76.243	45.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0136_000000003284	2436	0.9417472285370836	3	3	3	3	3	True	31398	fragment	False	ISR0136_000000003284	1.0		0	0	False	False	0.9995895028114319	0					non-mobilizable	no_good_hit	1857.0	73.183	75.0	0.0005959003231951999	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
SPA0116_000000005431	6639	0.9417453042694088	6	5	4	5	3	False	120527	maximal	True	SPA0116_000000005431	1.0		1	1	False	False	0.9975900053977966	0					non-mobilizable	no_good_hit	999.0	85.986	46.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
USA0017_01_000000001501	15692	0.9417416754553672	13	11	11	10	7	False	1914	maximal	True	USA0017_01_000000001501	1.0		3	2	False	False	0.9979607462882996	0					non-mobilizable	no_good_hit	4787.0	80.61399999999999	30.0	0.10980824941371224	NZ_JHZE01000011.1	mycoplasmas	Mycoplasma gallinarum DSM 19816 Q346DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
SPA0056_000000023395	1531	0.9417404515456008	1	1	1	1	1	False	22992	fragment	False	SPA0056_000000023395	0.9632302405498282		0	0	False	False	0.9836708307266235	0					non-mobilizable	no_good_hit	90.0	94.444	6.0	2.0808878959480382e-05	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	True	False
DEN0007_000000005410	5225	0.9417397715075074	8	4	3	4	2	True	76326	maximal	True	DEN0007_000000005410	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	91.765	27.0	0.0008865897034315621	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0117_000000007167	2045	0.9417371710410832	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.45318202564903237		0	0	False	False	1.0	0					non-mobilizable	other	2051.0	92.00399999999999	100.0	0.000610771278861783	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0054_000000010476	2804	0.9417338711706792	4	3	3	3	3	False	68626	fragment	False	SPA0054_000000010476	1.0		0	0	False	True	0.9996433854103088	0					non-mobilizable	plasmid	2804.0	98.538	100.0	0.015094400585897533	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0391_000000003230	3761	0.9417307007028392	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.7435434020830435		0	0	False	False	0.9962775707244873	0					non-mobilizable	other	3761.0	99.92	100.0	0.0007080492583843107	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0107_000000003654	6607	0.9417216869487892	4	4	4	4	3	False	128341	maximal	True	ENG0107_000000003654	1.0		1	1	False	False	0.9995459318161011	0					non-mobilizable	other	3904.0	94.57	99.0	0.00135610606617045	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0394_000000005727	3226	0.9417215611162566	3	2	2	2	1	False	95394	fragment	False	MON0019_000000016767	0.7049746329896316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	775.0	81.548	27.0	0.00024183933399141234	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
SPA0113_000000008373	3978	0.9417203685517086	5	1	1	1	1	True	117383	fragment	False	SPA0113_000000008373	1.0		0	0	False	False	0.999245822429657	0					non-mobilizable	plasmid	3978.0	98.64299999999999	100.0	0.1700059936638411	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
SPA0111_000000017503	1963	0.9417203685517086	3	1	1	1	1	True	117382	fragment	False	SPA0111_000000017503	0.9861396303901437		0	0	False	False	0.9989811778068542	0					non-mobilizable	plasmid	1963.0	98.574	100.0	0.0839969175443103	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ENG0065_000000001998	12389	0.9417171749768256	10	7	5	6	1	True	132068	maximal	True	ENG0065_000000001998	1.0		13	4	False	False	0.99515700340271	0					non-mobilizable	no_good_hit	326.0	79.44800000000001	3.0	0.0001407577280640368	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
MON0044_000000025988	2068	0.9417161752062044	2	2	1	1	2	False	12709	fragment	False	MON0044_000000025988	1.0		0	0	False	False	0.9966151118278503	0					non-mobilizable	no_good_hit	521.0	75.624	25.0	0.0006846040018700078	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MAD0089_000000026519	1111	0.9417056610898006	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.0887521495682045		0	0	False	False	1.0	0					non-mobilizable	chromosome	1111.0	97.39	100.0	0.0003106675686288449	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0030_000000006452	4981	0.9417041588187922	5	1	1	1	0	True	12527	maximal	True	MON0030_000000006452	1.0		1	1	False	False	0.9997992515563965	0					non-mobilizable	no_good_hit	504.0	99.802	10.0	0.00011452179636658541	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0107_000000005637	4513	0.9417041588187922	9	1	1	1	0	True	60026	maximal	True	ENG0107_000000005637	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	82.365	77.0	0.2074269391342562	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
MON0083_000000007088	4275	0.9417041588187922	5	1	1	1	0	True	9892	maximal	True	MON0083_000000007088	1.0		1	1	False	False	0.9873684048652649	0					non-mobilizable	no_good_hit	153.0	99.346	4.0	0.0001298186638243212	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	True	True
FIJ0099_000000005372	4221	0.9417041588187922	6	1	1	1	0	True	85957	backbone	False	FIJ0044_000000004748	0.952671544830355	PS432	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0031_000000006064	3800	0.9417041588187922	5	1	1	1	0	True	48613	maximal	True	FIJ0031_000000006064	1.0		2	1	True	True	1.0	6					non-mobilizable	no_good_hit	1462.0	89.056	87.0	0.40546569994422754	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0083_000000009109	3777	0.9417041588187922	4	1	1	1	0	True	52081	backbone	False	FIJ0035_000000003187	0.9739935807787563	PS212	0	0	True	True	1.0	170					non-mobilizable	no_good_hit	979.0	93.361	50.0	0.27216954824316786	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0035_000000003187	3777	0.9417041588187922	4	1	1	1	0	True	52081	backbone	True	FIJ0035_000000003187	0.9740790977960718	PS212	8	2	True	True	1.0	308					non-mobilizable	no_good_hit	900.0	93.22200000000001	50.0	0.2501394311210262	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0072_000000006687	3761	0.9417041588187922	4	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.36387201006493985		0	0	True	True	1.0	743					non-mobilizable	no_good_hit	1813.0	89.52	85.0	0.5025097601784718	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0120_000000005912	3761	0.9417041588187922	5	1	1	1	0	True	44705	maximal	False	FIJ0073_000000005041	0.9155992480997974		0	0	True	True	1.0	488					non-mobilizable	no_good_hit	1977.0	86.191	75.0	0.5474065811489124	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0079_000000007686	3756	0.9417041588187922	5	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.13856834521913772		0	0	True	True	1.0	173					non-mobilizable	plasmid	1985.0	86.499	90.0	0.5482431678750698	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	False	True
FIJ0096_000000009000	3749	0.9417041588187922	4	1	1	1	0	True	52081	backbone	False	FIJ0035_000000003187	0.9720800843664913	PS212	0	0	True	True	1.0	492					non-mobilizable	no_good_hit	1370.0	90.803	62.0	0.3812046848856665	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0062_000000007628	3749	0.9417041588187922	4	1	1	1	0	True	52081	backbone	False	FIJ0035_000000003187	0.9640365798943414	PS212	0	0	True	True	1.0	1166					non-mobilizable	no_good_hit	1370.0	90.803	62.0	0.3812046848856665	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0084_000000003713	3737	0.9417041588187922	5	1	1	1	0	True	52081	backbone	False	FIJ0035_000000003187	0.9738792930244665	PS212	0	0	True	True	0.9978592395782471	1					non-mobilizable	no_good_hit	1377.0	92.012	48.0	0.38315672058003347	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0060_000000003513	3736	0.9417041588187922	4	1	1	1	0	True	50418	maximal	True	FIJ0060_000000003513	1.0		1	1	True	True	1.0	528					non-mobilizable	no_good_hit	1390.0	90.935	51.0	0.38622420524261014	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0073_000000005041	3733	0.9417041588187922	5	1	1	1	0	True	44705	maximal	True	FIJ0073_000000005041	0.9175982532226377		2	1	True	True	1.0	94					non-mobilizable	no_good_hit	1415.0	88.26899999999999	70.0	0.3918014500836587	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0158_000000004747	3733	0.9417041588187922	5	1	1	1	0	True	44705	maximal	False	FIJ0073_000000005041	0.9175982532226377		0	0	True	True	1.0	147					non-mobilizable	no_good_hit	1411.0	88.235	70.0	0.390686001115449	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0132_000000007859	3730	0.9417041588187922	5	1	1	1	0	True	52640	maximal	True	FIJ0132_000000007859	0.6337183505422681		2	1	True	True	1.0	528					non-mobilizable	no_good_hit	1135.0	89.604	87.0	0.31567205800334636	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0064_000000005043	3730	0.9417041588187922	5	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.44202865542417363		0	0	True	True	1.0	267					non-mobilizable	no_good_hit	2096.0	88.073	79.0	0.5775237032905745	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0100_000000005262	3729	0.9417041588187922	5	1	1	1	0	True	52081	backbone	False	FIJ0035_000000003187	0.9718047084547984	PS212	0	0	True	True	1.0	450					non-mobilizable	no_good_hit	1314.0	92.92200000000001	60.0	0.3655883993307306	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0071_000000009612	3724	0.9417041588187922	5	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.3736672935885336		0	0	True	True	1.0	612					non-mobilizable	no_good_hit	1137.0	92.964	87.0	0.31567205800334636	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0013_000000007057	3723	0.9417041588187922	5	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.3109906146767769		0	0	True	True	1.0	124					non-mobilizable	no_good_hit	1812.0	89.514	87.0	0.5025097601784718	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0154_000000009326	3721	0.9417041588187922	4	1	1	1	0	True	44705	maximal	False	FIJ0073_000000005041	0.9150919116623535		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1246.0	85.152	80.0	0.34551031790295594	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0014_000000007953	3720	0.9417041588187922	5	1	1	1	0	True	19519	maximal	True	MAD0014_000000007953	1.0	PS34	5	1	True	True	1.0	357					non-mobilizable	no_good_hit	611.0	83.633	61.0	0.16815393195761294	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0060_000000004105	3720	0.9417041588187922	5	1	1	1	0	True	19519	maximal	False	MAD0014_000000007953	1.0	PS34	0	0	True	True	1.0	1644					non-mobilizable	no_good_hit	611.0	83.633	61.0	0.16815393195761294	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0101_000000007271	3720	0.9417041588187922	5	1	1	1	0	True	19519	maximal	False	MAD0014_000000007953	1.0	PS34	0	0	True	True	1.0	1356					non-mobilizable	no_good_hit	611.0	83.633	61.0	0.16815393195761294	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0140_000000007463	3712	0.9417041588187922	5	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.26574583386405765		0	0	True	True	1.0	244					non-mobilizable	plasmid	1462.0	88.851	91.0	0.4049079754601227	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	False	True
FIJ0004_000000007172	3709	0.9417041588187922	5	1	1	1	0	True	52081	backbone	False	FIJ0035_000000003187	0.9717486359400545	PS212	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	961.0	92.404	62.0	0.2671500278862242	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0155_000000006155	3704	0.9417041588187922	4	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.5021069846927727		0	0	True	True	1.0	105					non-mobilizable	no_good_hit	1813.0	89.52	85.0	0.5025097601784718	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ISR0025_000000010410	3699	0.9417041588187922	2	1	1	1	0	True	37377	maximal	True	ISR0025_000000010410	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
MAD0008_000000002829	3689	0.9417041588187922	4	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.4886531199478834		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2101.0	87.625	85.0	0.5775237032905745	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0045_000000009884	3669	0.9417041588187922	5	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.45580506487144057		0	0	True	True	1.0	562					non-mobilizable	no_good_hit	1151.0	93.223	87.0	0.32013385387618515	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0104_000000002803	3648	0.9417041588187922	5	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.4489963513823285		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1833.0	90.398	70.0	0.5080870050195203	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0062_000000003624	3648	0.9417041588187922	4	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.4790948709087914		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	2096.0	88.21600000000001	72.0	0.5775237032905745	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0093_000000005769	3647	0.9417041588187922	5	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.35609743707221136		0	0	True	True	1.0	119					non-mobilizable	no_good_hit	1150.0	88.348	88.0	0.3192972671500279	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0126_000000009624	3645	0.9417041588187922	5	1	1	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.39845838075352935		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1354.0	81.61	89.0	0.36949247071946456	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0086_000000002150	3383	0.9417041588187922	5	1	1	1	0	True	16033	fragment	False	MAD0086_000000002150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0131_000000005697	3260	0.9417041588187922	4	1	1	1	0	True	47503	maximal	True	FIJ0131_000000005697	0.9855378125941548		2	1	True	True	1.0	339					non-mobilizable	no_good_hit	395.0	83.544	29.0	0.10847741215839375	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0017_000000009056	3101	0.9417041588187922	2	1	1	1	0	True	50156	fragment	False	FIJ0017_000000009056	1.0		0	0	False	False	0.9922605752944946	0					non-mobilizable	no_good_hit	989.0	93.32700000000001	67.0	0.27495817066369216	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MON0107_000000019059	3018	0.9417041588187922	3	1	1	1	0	True	8607	maximal	True	MON0107_000000019059	1.0		1	1	True	True	1.0	26					non-mobilizable	no_good_hit								True	True
ISR0025_000000012952	3017	0.9417041588187922	2	1	1	1	0	True	37371	maximal	True	ISR0025_000000012952	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.017412935323383085	KP938873.1	moths	Chilo suppressalis antennal carboxylesterase 2 mRNA, partial cds	True	True
MAD0078_000000002500	2989	0.9417041588187922	5	1	1	1	0	True	20031	fragment	False	MAD0078_000000002500	1.0		0	0	False	False	0.9856139421463013	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007847381951021512	AB058947.1	high GC Gram+	Streptomyces albulus plasmid pNO33 DNA, complete sequence	True	True
FIJ0015_000000010093	2910	0.9417041588187922	2	1	1	1	0	True	50368	fragment	False	FIJ0015_000000010093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	90.62	59.0	0.3591745677635248	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0095_000000011073	2907	0.9417041588187922	4	1	1	1	0	True	15593	backbone	True	MAD0095_000000011073	1.0	PS34	4	1	True	True	1.0	1					non-mobilizable	no_good_hit	546.0	83.333	54.0	0.1508644729503625	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0095_000000011111	2899	0.9417041588187922	4	1	1	1	0	True	50414	fragment	False	MAD0095_000000011111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1549.0	92.834	86.0	0.43084216397099834	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ETH0001_000000009677	2884	0.9417041588187922	5	1	1	1	0	True	53560	maximal	True	ETH0001_000000009677	1.0		1	1	False	False	0.9750346541404724	0					non-mobilizable	no_good_hit								True	True
ISR0844_000000004561	2881	0.9417041588187922	3	1	1	1	0	True	20717	maximal	True	ISR0844_000000004561	1.0		1	1	False	False	0.997570276260376	0					non-mobilizable	no_good_hit								True	True
FIJ0015_000000010331	2855	0.9417041588187922	2	1	1	1	0	True	50367	fragment	False	FIJ0015_000000010331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	86.14299999999999	88.0	0.3600111544896821	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MON0029_000000009382	2850	0.9417041588187922	5	1	1	1	0	True	13536	maximal	True	MON0029_000000009382	0.9993178717598908		4	1	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
MON0013_000000017905	2833	0.9417041588187922	5	1	1	1	0	True	13536	maximal	False	MON0029_000000009382	0.9985165897086087		0	0	True	True	0.9918813705444336	3					non-mobilizable	no_good_hit								True	True
MON0105_000000019077	2830	0.9417041588187922	4	1	1	1	0	True	13536	maximal	False	MON0029_000000009382	0.999198717948718		0	0	True	True	0.9890459179878235	7					non-mobilizable	no_good_hit								True	True
SPA0033_000000010941	2788	0.9417041588187922	5	1	1	1	0	True	7206	maximal	True	SPA0033_000000010941	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.568	81.0	0.17688420127444518	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0121_000000008894	2753	0.9417041588187922	5	1	1	1	0	True	116297	maximal	False	SPA0130_000000010833	0.9595564204468788	PS617|PS679|PS766	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	1897.0	91.46	86.0	0.7015258652772609	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ISR0246_000000007430	2733	0.9417041588187922	6	1	1	1	0	True	27131	maximal	True	ISR0246_000000007430	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	82.631	54.0	0.2159964842891672	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
MAD0066_000000009058	2712	0.9417041588187922	4	1	1	1	0	True	57692	fragment	False	MAD0066_000000009058	1.0		0	0	False	False	0.9996312856674194	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
MON0007_000000022117	2712	0.9417041588187922	3	1	1	1	0	True	13979	fragment	False	MON0007_000000022117	1.0		0	0	False	False	0.9904129505157471	0					non-mobilizable	no_good_hit								True	True
ISR0853_000000006485	2652	0.9417041588187922	3	1	1	1	0	True	77121	maximal	True	ISR0853_000000006485	1.0		1	1	False	False	0.9917043447494507	0					non-mobilizable	no_good_hit	335.0	98.507	13.0	0.005326359098665221	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	True	True
MON0038_000000011402	2643	0.9417041588187922	3	1	1	1	0	True	26135	fragment	False	MON0038_000000011402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	6.062813254062398e-06	LT991957.1	enterobacteria	Enterobacter cloacae complex bacterium isolate C45 genome assembly, chromosome: C45	True	True
MAD0013_000000008991	2631	0.9417041588187922	3	1	1	1	0	True	19594	fragment	False	MAD0013_000000008991	0.9980384464495881		0	0	False	False	0.9859368801116943	0					non-mobilizable	no_good_hit								True	True
ENG0047_000000006931	2610	0.9417041588187922	3	1	1	1	0	True	71292	maximal	False	DEN0064_000000015036	0.9968319045844205		0	0	True	True	1.0	19					non-mobilizable	plasmid	1758.0	98.521	100.0	0.6926131850675139	LN852783.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0092	False	True
ENG0038_000000008815	2606	0.9417041588187922	5	1	1	1	0	True	65091	maximal	True	ENG0038_000000008815	1.0		1	1	False	False	0.9992325305938721	0					non-mobilizable	no_good_hit	1304.0	92.40799999999999	70.0	0.4841831038332713	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ETH0003_000000014605	2593	0.9417041588187922	3	1	1	1	0	True	53210	maximal	True	ETH0003_000000014605	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0059_000000007476	2579	0.9417041588187922	3	1	1	1	0	True	16904	fragment	False	MAD0059_000000007476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0022_000000004614	2549	0.9417041588187922	3	1	1	1	0	True	19594	fragment	False	MAD0013_000000008991	0.9825161535537819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0085_000000012362	2504	0.9417041588187922	3	1	1	1	0	True	84560	fragment	False	FIJ0085_000000012362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0142_000000013388	2457	0.9417041588187922	3	1	1	1	0	True	57691	fragment	False	ENG0142_000000013388	1.0		0	0	False	False	0.990231990814209	0					non-mobilizable	no_good_hit								True	True
CAN0023_000000003538	2373	0.9417041588187922	4	1	1	1	0	True	104395	backbone	False	CAN0022_000000012961	0.9994472084024323	PS617	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1690.0	89.17200000000001	71.0	0.627465574990696	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
MAD0062_000000005717	2361	0.9417041588187922	2	1	1	1	0	True	16769	fragment	False	MAD0062_000000005717	1.0		0	0	False	False	0.9949173927307129	0					non-mobilizable	no_good_hit								True	True
ISR0097_000000012330	2353	0.9417041588187922	4	1	1	1	0	True	104395	backbone	False	CAN0022_000000012961	0.9988989627883972	PS617	0	0	True	True	0.9898002743721008	6					non-mobilizable	no_good_hit	1690.0	89.17200000000001	71.0	0.627465574990696	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
MAD0096_000000007811	2334	0.9417041588187922	4	1	1	1	0	True	15503	maximal	True	MAD0096_000000007811	1.0		1	1	True	True	0.9995715618133545	3					non-mobilizable	other	1527.0	82.056	100.0	0.3328938694792353	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	False	True
FIJ0079_000000012477	2253	0.9417041588187922	2	1	1	1	0	True	44384	fragment	False	FIJ0079_000000012477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	384.0	86.458	46.0	0.10652537646402677	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ITA0004_000000000598	2246	0.9417041588187922	5	1	1	1	0	True	20404	fragment	False	ITA0004_000000000598	1.0		0	0	False	False	0.9942119121551514	0					non-mobilizable	no_good_hit	734.0	82.425	67.0	0.16084377059986815	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0131_000000014371	2227	0.9417041588187922	2	1	1	1	0	True	31678	fragment	False	ISR0131_000000014371	1.0		0	0	False	False	0.995958685874939	0					non-mobilizable	no_good_hit	148.0	79.73	6.0	0.0005469398521322896	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
MAD0096_000000008372	2191	0.9417041588187922	2	1	1	1	0	True	15496	fragment	False	MAD0096_000000008372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0211_000000011567	2184	0.9417041588187922	5	1	1	1	0	True	53657	maximal	True	ENG0211_000000011567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	81.053	74.0	0.2074269391342562	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
MAD0038_000000006397	2177	0.9417041588187922	4	1	1	1	0	True	18547	maximal	True	MAD0038_000000006397	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0049_000000007561	2156	0.9417041588187922	3	1	1	1	0	True	86786	fragment	False	CHI0049_000000007561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0035_01_000000011817	2134	0.9417041588187922	5	1	1	1	0	True	1421	maximal	True	USA0035_01_000000011817	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	79.33	25.0	0.11667765326301911	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
TAN0017_000000017152	2130	0.9417041588187922	3	1	1	1	0	True	37825	fragment	False	TAN0017_000000017152	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0362_000000010218	2093	0.9417041588187922	3	1	1	1	0	True	60366	maximal	True	ISR0362_000000010218	0.9885299625468165		3	2	True	True	0.9918776750564575	3					non-mobilizable	no_good_hit								True	True
USA0145_01_000000011457	2091	0.9417041588187922	2	1	1	1	0	True	33411	maximal	True	USA0145_01_000000011457	0.98028139999878		3	2	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
SPA0124_000000014045	2089	0.9417041588187922	1	1	1	1	0	True	4052	maximal	True	SPA0124_000000014045	1.0		1	1	True	True	1.0	64					non-mobilizable	no_good_hit	50.0	88.0	2.0	0.019095869056897894	CP047365.1	firmicutes	Macrococcus canis strain Epi0076A plasmid pEpi0076A-2, complete sequence	True	True
SPA0143_000000009442	2085	0.9417041588187922	1	1	1	1	0	True	3407	maximal	True	SPA0143_000000009442	1.0		3	2	True	True	0.9952038526535034	12					non-mobilizable	no_good_hit								True	True
ISR0330_000000014444	2071	0.9417041588187922	2	1	1	1	0	True	33411	maximal	False	USA0145_01_000000011457	0.976133310467044		0	0	True	True	0.9995171427726746	9					non-mobilizable	no_good_hit								True	True
USA0010_01_000000012932	2066	0.9417041588187922	4	1	1	1	0	True	2061	maximal	True	USA0010_01_000000012932	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	83.76899999999999	67.0	0.2012744451768842	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0095_000000015949	2058	0.9417041588187922	2	1	1	1	0	True	33411	maximal	False	USA0145_01_000000011457	0.9698655639665154		0	0	True	True	0.999028205871582	6					non-mobilizable	no_good_hit								True	True
MON0063_000000014215	2050	0.9417041588187922	3	1	1	1	0	True	10743	maximal	True	MON0063_000000014215	1.0		2	1	False	False	0.9985365867614746	0					non-mobilizable	no_good_hit								True	True
FIJ0061_000000012727	2044	0.9417041588187922	3	1	1	1	0	True	45815	fragment	False	FIJ0061_000000012727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	0.00018739286915017334	NZ_FOLG01000012.1	a-proteobacteria	Tropicimonas isoalkanivorans strain DSM 19548, whole genome shotgun sequence	True	True
FIJ0129_000000010390	2044	0.9417041588187922	4	1	1	1	0	True	40947	maximal	True	FIJ0129_000000010390	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0014_000000011965	2043	0.9417041588187922	2	1	1	1	0	True	84561	fragment	False	FIJ0014_000000011965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0044_01_000000014036	2011	0.9417041588187922	3	1	1	1	0	True	1231	fragment	False	USA0044_01_000000014036	1.0		0	0	False	False	0.9920437335968018	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.0196078431372549	GQ874545.1		Uncultured organism clone 1041059766868 genomic sequence	True	True
USA0080_01_000000021689	1974	0.9417041588187922	5	1	1	1	0	True	7426	fragment	False	USA0080_01_000000021689	1.0		0	0	False	False	0.9645389914512634	0					non-mobilizable	no_good_hit	69.0	97.101	3.0	0.0001643332973598752	NZ_FNRI01000003.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	True
ETH0003_000000020538	1964	0.9417041588187922	2	1	1	1	0	True	53124	maximal	True	ETH0003_000000020538	1.0		1	1	True	True	0.9969450235366821	87					non-mobilizable	no_good_hit								True	True
ETH0003_000000020551	1963	0.9417041588187922	2	1	1	1	0	True	53123	maximal	False	MAD0038_000000007372	0.9734805080978948		0	0	True	True	1.0	27					non-mobilizable	no_good_hit								True	True
TAN0017_000000019166	1932	0.9417041588187922	3	1	1	1	0	True	2464	fragment	False	TAN0017_000000019166	1.0		0	0	False	False	0.9958592057228088	0					non-mobilizable	no_good_hit								True	True
MAD0038_000000007372	1921	0.9417041588187922	2	1	1	1	0	True	53123	maximal	True	MAD0038_000000007372	0.974		1	1	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
FIJ0105_000000016773	1912	0.9417041588187922	1	1	1	1	0	True	42426	fragment	False	FIJ0105_000000016773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	77.444	7.0	0.0005003917796103926	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ETH0004_000000014787	1897	0.9417041588187922	3	1	1	1	0	True	52896	maximal	True	ETH0004_000000014787	1.0		1	1	False	False	0.9884027242660522	0					non-mobilizable	no_good_hit								True	True
ISR0817_000000006525	1882	0.9417041588187922	5	1	1	1	0	True	21374	maximal	True	ISR0817_000000006525	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	82.885	69.0	0.2034717644473742	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
MON0013_000000029039	1873	0.9417041588187922	2	1	1	1	0	True	75338	maximal	True	MON0013_000000029039	0.9933776857646027		4	2	True	True	0.9765082597732544	2					non-mobilizable	no_good_hit								True	True
MAD0004_000000005779	1834	0.9417041588187922	2	1	1	1	0	True	20030	fragment	False	MAD0004_000000005779	1.0		0	0	False	False	0.992911696434021	0					non-mobilizable	no_good_hit								True	True
DEN0016_000000004704	1821	0.9417041588187922	2	1	1	1	0	True	75338	maximal	False	MON0013_000000029039	0.9897006222294498		0	0	True	True	0.9934102296829224	1					non-mobilizable	no_good_hit								True	True
ISR0176_000000019072	1797	0.9417041588187922	4	1	1	1	0	True	29818	maximal	True	ISR0176_000000019072	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	82.37100000000001	82.0	0.2078664029883542	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
FIJ0111_000000011547	1796	0.9417041588187922	3	1	1	1	0	True	42088	fragment	False	FIJ0111_000000011547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	97.13799999999999	85.0	0.15476854433909648	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
TAN0017_000000020994	1784	0.9417041588187922	3	1	1	1	0	True	2457	maximal	True	TAN0017_000000020994	1.0		1	1	False	False	0.9966367483139038	0					non-mobilizable	no_good_hit								True	True
FIJ0111_000000011654	1781	0.9417041588187922	2	1	1	1	0	True	44166	fragment	False	FIJ0111_000000011654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	80.346	49.0	0.12437255995538204	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ISR0286_000000010839	1767	0.9417041588187922	2	1	1	1	0	True	67113	fragment	False	ISR0286_000000010839	1.0		0	0	False	False	0.9835879802703857	0					non-mobilizable	plasmid	1451.0	95.45100000000001	100.0	0.5392631187197618	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
MON0075_000000014278	1765	0.9417041588187922	2	1	1	1	0	True	10343	maximal	True	MON0075_000000014278	1.0		0	0	False	False	0.9648725390434265	0					non-mobilizable	no_good_hit								True	True
FIJ0159_000000014378	1744	0.9417041588187922	3	1	1	1	0	True	50415	fragment	False	FIJ0159_000000014378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	82.27	80.0	0.15476854433909648	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ISR0180_000000013823	1719	0.9417041588187922	1	1	1	1	0	True	29629	maximal	True	ISR0180_000000013823	1.0		0	0	False	False	0.9982547760009766	0					non-mobilizable	no_good_hit								True	True
ISR0270_000000004708	1713	0.9417041588187922	1	1	1	1	0	True	26435	fragment	False	ISR0270_000000004708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0109_000000011172	1713	0.9417041588187922	2	1	1	1	0	True	84559	fragment	False	CHI0109_000000011172	0.9898085237801112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0082_000000020821	1686	0.9417041588187922	1	1	1	1	0	True	9913	fragment	False	MON0082_000000020821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0005277251138518069	NZ_VOHJ01000021.1	g-proteobacteria	Vulcaniibacterium thermophilum strain KCTC 32020 Scaffold21, whole genome shotgun sequence	True	True
ENG0102_000000017435	1649	0.9417041588187922	4	1	1	1	0	True	60365	fragment	False	ENG0102_000000017435	1.0		0	0	False	False	0.9957550168037415	0					non-mobilizable	no_good_hit								True	True
ISR0338_000000017490	1644	0.9417041588187922	3	1	1	1	0	True	24413	maximal	True	ISR0338_000000017490	1.0		1	1	False	False	0.9799270033836365	0					non-mobilizable	no_good_hit	410.0	82.927	25.0	0.08855196660074709	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
MON0013_000000033936	1637	0.9417041588187922	1	1	1	1	0	True	13508	maximal	True	MON0013_000000033936	1.0		0	0	False	False	0.9407452940940857	0					non-mobilizable	no_good_hit	88.0	97.727	5.0	0.0001320726030742202	NZ_LT699739.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	True
ENG0028_000000011125	1628	0.9417041588187922	3	1	1	1	0	True	65862	fragment	False	ENG0028_000000011125	0.9850993377483444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	82.874	51.0	0.16744754532491343	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
MON0007_000000039572	1624	0.9417041588187922	1	1	1	1	0	True	13935	fragment	False	MON0007_000000039572	1.0		0	0	False	False	0.9993842244148254	0					non-mobilizable	no_good_hit								True	True
MAD0040_000000020750	1619	0.9417041588187922	2	1	1	1	0	True	84559	fragment	False	CHI0109_000000011172	0.9629305312317571		0	0	False	False	0.9907349944114685	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0007603443624144612	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	True
CHI0143_000000012024	1611	0.9417041588187922	1	1	1	1	0	True	98017	backbone	False	FIJ0164_000000012307	0.6826659554354807	PS541	0	0	True	True	1.0	1					non-mobilizable	plasmid	1567.0	92.34200000000001	100.0	0.8758426966292134	CP049975.1	enterobacteria	Escherichia coli strain ARL09/232 plasmid pCO_Eco4457-8, complete sequence	False	True
FIJ0154_000000024933	1589	0.9417041588187922	2	1	1	1	0	True	39578	maximal	True	FIJ0154_000000024933	1.0		1	1	False	False	0.9867841601371765	0					non-mobilizable	other	1597.0	94.051	100.0	0.6356275303643725	NZ_LDOX01000028.1	firmicutes	Enterococcus cecorum strain 1711s24 1711_S24_contig_29, whole genome shotgun sequence	False	True
FIJ0018_000000017026	1583	0.9417041588187922	2	1	1	1	0	True	49960	fragment	False	FIJ0018_000000017026	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0207_000000011918	1580	0.9417041588187922	3	1	1	1	0	True	53889	maximal	True	ENG0207_000000011918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0172_000000018001	1564	0.9417041588187922	2	1	1	1	0	True	84558	fragment	False	FIJ0172_000000018001	1.0		0	0	False	False	0.9942455291748047	0					non-mobilizable	no_good_hit								True	True
ISR0282_000000015600	1558	0.9417041588187922	3	1	1	1	0	True	26134	fragment	False	ISR0282_000000015600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	81.633	7.0	3.316998878219209e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
TAN0019_000000004924	1554	0.9417041588187922	4	1	1	1	0	True	2411	fragment	False	TAN0019_000000004924	1.0		0	0	False	False	0.9980695247650146	0					non-mobilizable	no_good_hit								True	True
CHI0130_000000010705	1543	0.9417041588187922	2	1	1	1	0	True	81091	maximal	True	CHI0130_000000010705	1.0		0	0	False	False	0.9468567967414856	0					non-mobilizable	no_good_hit	80.0	88.75	5.0	2.6590937471915426e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0080_000000004817	1541	0.9417041588187922	3	1	1	1	0	True	16153	maximal	True	MAD0080_000000004817	1.0		1	1	False	False	0.9759896397590637	0					non-mobilizable	no_good_hit								True	True
MAD0042_000000016047	1518	0.9417041588187922	2	1	1	1	0	True	18111	maximal	True	MAD0042_000000016047	1.0		1	1	False	False	0.9986824989318848	0					non-mobilizable	no_good_hit								True	True
ISR0112_000000025019	1514	0.9417041588187922	1	1	1	1	0	True	32613	maximal	True	ISR0112_000000025019	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0262_000000011252	1505	0.9417041588187922	3	1	1	1	0	True	26662	maximal	True	ISR0262_000000011252	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	79.038	62.0	0.1905075807514832	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0144_000000012534	1484	0.9417041588187922	2	1	1	1	0	True	3375	fragment	False	SPA0144_000000012534	1.0		0	0	False	False	0.9602425694465637	0					non-mobilizable	no_good_hit	66.0	100.0	4.0	0.0002963962772627576	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
USA0072_01_000000012161	1461	0.9417041588187922	2	1	1	1	0	True	721	maximal	True	USA0072_01_000000012161	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	95.238	4.0	0.013623379477038013	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
FIJ0053_000000014846	1406	0.9417041588187922	2	1	1	1	0	True	46382	fragment	False	FIJ0053_000000014846	1.0		0	0	False	False	0.9978662729263306	0					non-mobilizable	no_good_hit								True	True
FIJ0133_000000027820	1397	0.9417041588187922	1	1	1	1	0	True	40665	fragment	False	FIJ0133_000000027820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	96.959	87.0	0.15476854433909648	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ETH0001_000000025880	1381	0.9417041588187922	1	1	1	1	0	True	53454	maximal	True	ETH0001_000000025880	1.0		1	1	False	False	0.9971035718917847	0					non-mobilizable	no_good_hit								True	True
MON0095_000000023028	1378	0.9417041588187922	3	1	1	1	0	True	9303	fragment	False	MON0095_000000023028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0123_000000024942	1378	0.9417041588187922	1	1	1	1	0	True	41300	fragment	False	FIJ0123_000000024942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	540.0	79.259	39.0	0.14807585052983827	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ENG0195_000000019599	1368	0.9417041588187922	1	1	1	1	0	True	54445	fragment	False	ENG0195_000000019599	1.0		0	0	False	False	0.9239766001701355	0					non-mobilizable	no_good_hit	120.0	100.0	9.0	0.00031311257581139574	NZ_CAPH01000009.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	True
FIJ0098_000000017941	1338	0.9417041588187922	2	1	1	1	0	True	42845	fragment	False	FIJ0098_000000017941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	528.0	82.008	64.0	0.14612381483547127	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0052_000000016967	1330	0.9417041588187922	1	1	1	1	0	True	17255	fragment	False	MAD0052_000000016967	1.0		0	0	False	False	0.9789473414421082	0					non-mobilizable	no_good_hit								True	True
FIJ0098_000000018156	1323	0.9417041588187922	2	1	1	1	0	True	42841	fragment	False	FIJ0098_000000018156	1.0		0	0	False	False	0.997732400894165	0					non-mobilizable	no_good_hit	564.0	82.09200000000001	78.0	0.15476854433909648	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0022_000000010829	1319	0.9417041588187922	1	1	1	1	0	True	19272	fragment	False	MAD0022_000000010829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	9.411167640083488e-06	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0058_000000012109	1301	0.9417041588187922	2	1	1	1	0	True	16939	fragment	False	MAD0058_000000012109	1.0		0	0	False	False	0.9884704351425171	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0578696454048787e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
CHI0113_000000006345	1299	0.9417041588187922	1	1	1	1	0	True	82335	fragment	False	CHI0113_000000006345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0172_000000012734	1292	0.9417041588187922	1	1	1	1	0	True	29929	maximal	True	ISR0172_000000012734	1.0		1	1	False	False	0.9674922823905945	0					non-mobilizable	no_good_hit								True	True
FIJ0006_000000031167	1281	0.9417041588187922	1	1	1	1	0	True	51658	maximal	True	FIJ0006_000000031167	1.0		1	1	False	False	0.9960967898368835	0					non-mobilizable	no_good_hit	1054.0	97.059	82.0	0.175704989154013	HG796278.1	bacteria	Uncultured bacterium plasmid pRGI00192	True	True
ENG0064_000000017387	1278	0.9417041588187922	2	1	1	1	0	True	62909	fragment	False	ENG0064_000000017387	1.0		0	0	False	False	0.9992175102233887	0					non-mobilizable	other	1185.0	80.928	92.0	0.23548584233041353	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	False	True
FIJ0015_000000026031	1270	0.9417041588187922	2	1	1	1	0	True	50299	fragment	False	FIJ0015_000000026031	1.0		0	0	False	False	0.9716535210609436	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000024632	1229	0.9417041588187922	2	1	1	1	0	True	43610	fragment	False	FIJ0088_000000024632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0002_000000035255	1208	0.9417041588187922	3	1	1	1	0	True	3008	fragment	False	TAN0002_000000035255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0167_000000018078	1193	0.9417041588187922	1	1	1	1	0	True	38943	fragment	False	FIJ0167_000000018078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	80.97800000000001	31.0	0.10178471834913552	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
ISR0036_000000012358	1191	0.9417041588187922	1	1	1	1	0	True	36734	maximal	True	ISR0036_000000012358	1.0		0	0	False	False	0.981528103351593	0					non-mobilizable	no_good_hit	50.0	96.0	4.0	0.000659914884447557	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
DEN0089_000000016513	1187	0.9417041588187922	1	1	1	1	0	True	68807	fragment	False	DEN0089_000000016513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0167_000000018343	1177	0.9417041588187922	1	1	1	1	0	True	38939	fragment	False	FIJ0167_000000018343	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	559.0	96.959	97.0	0.15476854433909648	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	False	True
FIJ0063_000000025378	1168	0.9417041588187922	3	1	1	1	0	True	50413	fragment	False	FIJ0063_000000025378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	81.119	50.0	0.11795872838817624	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0035_000000010441	1159	0.9417041588187922	2	1	1	1	0	True	47993	fragment	False	FIJ0035_000000010441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	91.729	21.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
SPA0038_000000021812	1158	0.9417041588187922	1	1	1	1	0	True	7028	fragment	False	SPA0038_000000021812	1.0		0	0	False	False	0.9991364479064941	0					non-mobilizable	no_good_hit								True	True
FIJ0033_000000034406	1153	0.9417041588187922	3	1	1	1	0	True	48209	fragment	False	FIJ0033_000000034406	1.0		0	0	False	False	0.9887250661849976	0					non-mobilizable	no_good_hit								True	True
ENG0170_000000012447	1144	0.9417041588187922	3	1	1	1	0	True	55828	maximal	True	ENG0170_000000012447	1.0		0	0	False	False	0.9737762212753296	0					non-mobilizable	no_good_hit								True	True
ENG0201_000000006496	1141	0.9417041588187922	3	1	1	1	0	True	54147	maximal	True	ENG0201_000000006496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0014_000000023006	1126	0.9417041588187922	3	1	1	1	0	True	50412	fragment	False	FIJ0014_000000023006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	90.90899999999999	60.0	0.07027328499721137	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
MAD0107_000000035318	1122	0.9417041588187922	2	1	1	1	0	True	14629	maximal	True	MAD0107_000000035318	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0076_000000008359	1122	0.9417041588187922	2	1	1	1	0	True	84557	fragment	False	CHI0076_000000008359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0165_000000022927	1113	0.9417041588187922	2	1	1	1	0	True	30221	fragment	False	ISR0165_000000022927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	80.11399999999999	78.0	0.1905075807514832	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0282_000000023845	1103	0.9417041588187922	2	1	1	1	0	True	26121	maximal	True	ISR0282_000000023845	1.0		0	0	False	False	0.9709882140159607	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	0.005932762030323006	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0287_000000013462	1103	0.9417041588187922	1	1	1	1	0	True	67111	fragment	False	ENG0011_000000025869	0.9426280143317647		0	0	False	False	1.0	0					non-mobilizable	plasmid	1103.0	93.11	100.0	0.4097506512839598	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	False	True
ETH0003_000000038092	1101	0.9417041588187922	1	1	1	1	0	True	52972	maximal	True	ETH0003_000000038092	1.0		1	1	False	False	0.9836512207984924	0					non-mobilizable	no_good_hit								True	True
ENG0066_000000019999	1100	0.9417041588187922	2	1	1	1	0	True	62695	fragment	False	ENG0066_000000019999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	80.543	83.0	0.18292931350580566	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
SPA0058_000000003193	7724	0.9417035785421424	13	8	4	5	8	True	118172	maximal	False	ISR0276_000000001487	0.9907282292504141	PS799	0	0	True	True	1.0	415	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2911.0	95.431	63.0	0.32840370286746445	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0255_000000009504	3119	0.9417033773468892	4	4	4	3	3	False	131563	fragment	False	ISR0255_000000009504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	91.443	66.0	0.010256030312972978	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
ISR0008_000000002235	4900	0.941702428178692	9	7	5	6	6	False	114766	maximal	True	ISR0008_000000002235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3590.0	98.10600000000001	73.0	0.010835365908946657	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0011_000000019420	1479	0.941700626217394	3	2	2	2	2	False	102830	fragment	False	AUS0006_000000017249	0.9769198658996334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	98.986	100.0	0.0005194175354375952	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0136_000000004567	5637	0.9416827280315968	8	4	2	3	2	True	75343	maximal	True	FIJ0136_000000004567	1.0	PS358	1	1	False	True	0.9996451735496521	0		MOBB			mobilizable	no_good_hit	2955.0	97.868	69.0	0.45420906567992597	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
SPA0014_000000001036	13745	0.941682663970028	12	7	5	6	5	False	90840	maximal	True	SPA0014_000000001036	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	76.163	9.0	0.00029596485391874795	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0036_000000001365	8175	0.9416795444693136	9	8	5	8	5	False	52990	fragment	False	MON0036_000000001365	0.9478095277906904		0	0	False	False	0.9995107054710388	0					non-mobilizable	no_good_hit	1711.0	74.518	25.0	0.0003224148467315364	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	True	False
MON0107_000000003568	10929	0.9416754630930136	17	11	4	8	10	False	13217	fragment	False	MON0107_000000003568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	97.11200000000001	24.0	0.0001674661908596953	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0227_000000003663	6940	0.941674164577844	10	5	3	3	5	False	109331	maximal	True	ISR0227_000000003663	1.0		1	1	False	False	0.9992795586585999	0					non-mobilizable	no_good_hit	2771.0	83.039	40.0	0.009796549647374104	NZ_JH590864.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.4, whole genome shotgun sequence	True	False
AST0061_000000001699	14272	0.9416668147321916	15	6	1	6	3	True	112898	maximal	True	AST0061_000000001699	1.0		8	3	False	False	0.9990190863609314	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	9.294771446462116e-05	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0061_000000011039	1387	0.9416649682782556	2	2	2	2	2	False	6187	fragment	False	SPA0061_000000011039	1.0		0	0	False	False	0.9913482069969177	0					non-mobilizable	no_good_hit	94.0	84.04299999999999	7.0	3.3544194845326244e-05	LT963440.1	firmicutes	Staphylococcus cohnii isolate Staphylococcus cohnii ATCC 29974 genome assembly, chromosome: I	True	False
USA0045_01_000000007793	1825	0.9416641869796892	4	3	3	1	1	False	59056	fragment	False	USA0045_01_000000007793	0.9947456412705994		0	0	False	False	0.9884931445121765	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0118_000000007872	1356	0.9416593584446356	3	3	3	2	2	False	81971	fragment	False	CHI0118_000000007872	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1356.0	98.59899999999999	100.0	0.0005371491137832463	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0179_000000003732	4222	0.9416514301411024	6	5	3	5	2	True	84038	maximal	False	ENG0047_000000003760	0.9867625380709394	PS415	0	0	True	True	1.0	124		MOBQ			mobilizable	plasmid	3945.0	99.975	100.0	0.9428639732249582	CP055524.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00405 plasmid pRHBSTW-00405_8, complete sequence	False	True
ISR0370_000000004236	5861	0.941651281952282	6	4	3	4	2	False	82785	fragment	False	ISR0370_000000004236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	86.491	21.0	0.05184613405377589	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0080_000000004872	4868	0.9416427671529564	6	2	2	2	1	False	100059	fragment	False	ENG0019_000000004097	0.9574372742706657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	94.955	55.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
AUS0018_000000006023	4471	0.9416427671529564	6	2	2	2	1	False	100059	fragment	False	ENG0019_000000004097	0.3197411668036155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	94.955	60.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
AST0061_000000017470	2407	0.9416397616339692	3	2	2	2	2	False	112029	fragment	False	AST0061_000000017470	0.9871685201026519		0	0	False	False	0.9950145483016968	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
CHI0096_000000006078	1448	0.9416235732864868	2	2	2	2	2	False	83446	fragment	False	CHI0096_000000006078	0.9727014679868781		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	98.34299999999999	100.0	0.004975209907784983	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
MAD0075_000000000459	4460	0.9416197596533882	8	3	2	2	2	False	19308	fragment	False	MAD0022_000000001801	0.9418482679294722		0	0	False	False	0.9979820847511292	0					non-mobilizable	no_good_hit								True	False
USA0132_01_000000008330	1914	0.94161268561659	4	3	2	3	2	False	77	maximal	True	USA0132_01_000000008330	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0061_000000034839	1208	0.9416126545276337	2	1	1	1	1	False	111802	fragment	False	AST0061_000000034839	0.9802841182816527		0	0	False	False	0.9991722106933594	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.01077752117013087	XM_028333832.1	eudicots	PREDICTED: Glycine soja PH, RCC1 and FYVE domains-containing protein 1-like (LOC114375955), mRNA	True	False
ENG0022_000000007330	2206	0.941610041361706	2	2	2	2	2	False	92164	fragment	False	ISR0362_000000009581	0.9840350553780083		0	0	False	False	1.0	0					non-mobilizable	other	2206.0	99.955	100.0	0.00041503738443590975	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
USA0093_01_000000008343	2164	0.941610041361706	2	2	2	2	2	False	92164	fragment	False	ISR0362_000000009581	0.9746103011154661		0	0	False	False	1.0	0					non-mobilizable	other	2164.0	99.954	100.0	0.00040712832357097864	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0824_000000014817	1581	0.9416093149909324	2	2	1	2	1	False	21153	fragment	False	ISR0824_000000014817	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	100.0	100.0	0.0012232444313345675	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
AST0100_000000006172	2351	0.9416030148878279	3	3	3	3	3	False	108639	maximal	True	AST0100_000000006172	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	72.94800000000001	22.0	8.024436018701385e-05	NZ_CP048833.1	g-proteobacteria	Pseudomonas multiresinivorans strain populi chromosome, complete genome	True	False
FIJ0109_000000002464	10600	0.9415995559900824	16	7	3	7	2	False	51330	fragment	False	FIJ0109_000000002464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	99.2	1.0	0.0007142281152441623	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0096_000000003649	7218	0.9415841661533316	9	4	2	3	2	False	33366	maximal	True	ISR0096_000000003649	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	1223.0	82.09299999999999	23.0	0.3071317022384175	CP021597.1	other sequences	Unidentified plasmid plasmid FAKO05_2270, complete sequence	True	True
ISR0216_000000004363	4505	0.9415822908324673	7	3	1	2	2	True	121572	fragment	False	ISR0216_000000004363	0.9400329145913401		0	0	False	False	0.9997780323028564	0					non-mobilizable	chromosome	4505.0	98.113	100.0	0.0018736429513393988	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
ISR0789_000000003469	3954	0.9415822908324673	6	3	1	2	2	True	121571	fragment	False	ISR0789_000000003469	0.9740016081479496		0	0	False	False	1.0	0					non-mobilizable	chromosome	3903.0	97.95	100.0	0.0016472287462382489	CP060588.1	high GC Gram+	Bifidobacterium longum strain LC67 chromosome, complete genome	False	True
AST0106_000000005872	3397	0.9415822908324673	7	3	1	2	2	True	121570	fragment	False	AST0106_000000005872	0.9476346325498364		0	0	False	False	1.0	0					non-mobilizable	chromosome	3397.0	99.323	100.0	0.0014136617335588975	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
ENG0003_000000006880	3361	0.9415822908324673	7	3	1	2	2	True	121570	fragment	False	AST0106_000000005872	0.9445098616426258		0	0	False	False	0.9946444630622864	0					non-mobilizable	other	3399.0	98.029	100.0	0.0014837488455971127	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
SPA0104_000000010773	3324	0.9415822908324673	7	3	1	2	2	True	121567	fragment	False	SPA0104_000000010773	0.9762131303520456		0	0	False	False	1.0	0					non-mobilizable	chromosome	3305.0	97.791	100.0	0.0013662311071648654	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
ISR0335_000000005427	3153	0.9415822908324673	6	3	1	2	2	True	121567	fragment	False	SPA0104_000000010773	0.9515643802647413		0	0	False	False	0.9993656873703003	0					non-mobilizable	chromosome	3149.0	99.206	100.0	0.0013091773121445033	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
FIJ0071_000000002417	12628	0.9415698664445588	12	11	10	11	8	False	76470	maximal	True	FIJ0071_000000002417	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	71.297	11.0	0.00474336477297653	NZ_QSBM01000006.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf6, whole genome shotgun sequence	True	False
MON0101_000000051427	1294	0.9415639661431864	1	1	1	1	1	False	9250	maximal	True	MON0101_000000051427	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	75.14699999999999	65.0	0.01078142753847743	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	False
ENG0124_000000024142	1283	0.9415572153135668	2	2	2	1	1	False	116013	fragment	False	FIJ0081_000000020765	0.21722276762081508		0	0	False	False	0.9914263486862183	0					non-mobilizable	chromosome	1283.0	99.766	100.0	0.0005897723717866146	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
DEN0079_000000050091	1255	0.9415572153135668	2	2	2	1	1	False	116013	fragment	False	FIJ0081_000000020765	0.21466870130166915		0	0	False	False	0.997609555721283	0					non-mobilizable	chromosome	1255.0	99.681	100.0	0.0005719686119681011	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
MAD0043_000000008964	2719	0.9415564047445996	3	3	3	3	3	False	116967	fragment	False	MAD0043_000000008964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1881.0	87.507	72.0	0.0005285415243543699	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0055_000000001257	5326	0.94155476815956	7	6	5	6	6	False	48753	maximal	True	MAD0055_000000001257	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	2.0	2.855973504512935e-05	NZ_CP053376.1	firmicutes	Bacillus amyloliquefaciens strain WF02 chromosome, complete genome	True	False
ENG0012_000000004584	5283	0.9415527195308601	7	3	1	3	1	True	67097	maximal	True	ENG0012_000000004584	1.0		1	1	False	False	0.9996214509010315	0					non-mobilizable	no_good_hit	673.0	83.507	38.0	0.125611132004513	LN853091.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0449	True	True
ISR0360_000000010525	2331	0.9415478385757424	3	3	2	3	1	False	27735	fragment	False	ISR0360_000000010525	1.0		0	0	False	False	0.9952809810638428	0					non-mobilizable	no_good_hit	662.0	71.45	28.0	0.00022511283246440491	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
CHI0165_000000005494	2957	0.9415387014930536	5	3	3	2	3	False	78334	fragment	False	CHI0165_000000005494	1.0		0	0	False	False	0.9983090758323669	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	1.0045334001446529e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0279_000000004033	4528	0.9415320180160424	5	3	2	3	2	False	56271	maximal	True	ISR0279_000000004033	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000013649	2093	0.9415298524899384	3	3	2	3	1	False	73992	fragment	False	ENG0166_000000013649	0.9357000993048659		0	0	False	False	0.9966555237770081	0					non-mobilizable	no_good_hit	696.0	81.03399999999999	33.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0785_000000003369	7702	0.9415261099614646	10	7	5	7	2	True	82109	maximal	True	ISR0785_000000003369	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	86.133	16.0	0.008099961920497745	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	True
ISR0164_000000004154	5489	0.9415257495707178	9	4	3	2	2	False	30295	maximal	True	ISR0164_000000004154	1.0		1	1	False	False	0.9969028830528259	0					non-mobilizable	no_good_hit	1111.0	91.899	46.0	0.019671782511608123	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0095_000000003553	6306	0.9415241049026516	6	5	3	5	4	False	107384	maximal	True	ISR0095_000000003553	1.0		2	1	False	False	0.9996828436851501	0					non-mobilizable	no_good_hit	1149.0	98.085	32.0	0.0019975457727329773	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
SPA0053_000000026419	1240	0.9415225229539744	3	3	3	1	2	False	94558	fragment	False	SPA0053_000000026419	1.0		0	0	False	False	0.9927419424057007	0					non-mobilizable	chromosome	1240.0	100.0	100.0	0.0002479722415189591	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
DEN0078_000000019663	1698	0.9415126469458904	2	1	1	1	1	False	69750	maximal	True	DEN0078_000000019663	1.0		5	3	False	False	0.9893993139266968	0					non-mobilizable	no_good_hit	265.0	80.755	16.0	5.9636701378401446e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0147_000000000101	61041	0.9415126443515592	73	46	23	39	26	True	108406	maximal	True	ENG0147_000000000101	1.0	PS672	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	13971.0	84.01	47.0	0.029557897603833524	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
MON0105_000000013157	4023	0.941506991573188	5	3	3	3	3	False	99030	fragment	False	MON0105_000000013157	0.9802804598821724		0	0	False	False	0.9997514486312866	0					non-mobilizable	no_good_hit	1025.0	79.317	41.0	0.0002303836068458398	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0048_000000009050	1738	0.9415052626729388	2	2	2	2	1	False	114897	fragment	False	AST0048_000000009050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	78.094	34.0	0.0002109976630465375	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MAD0002_000000012121	2924	0.9415014653677192	5	2	1	1	1	True	20214	fragment	False	MAD0002_000000012121	1.0		0	0	False	False	0.9989740252494812	0					non-mobilizable	no_good_hit								True	True
MAD0016_000000000230	9177	0.9415008376304912	7	6	5	6	2	True	107800	fragment	False	MAD0016_000000000230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	85.714	1.0	0.00976305397103993	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
DEN0094_000000016007	2277	0.941500270197009	4	3	3	3	3	False	76218	fragment	False	SPA0014_000000009891	0.9504950495049505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	76.307	25.0	0.0007605231226999503	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0268_000000011499	1739	0.9414972826559888	2	1	1	1	1	True	119889	fragment	False	ISR0268_000000011499	1.0		0	0	False	False	0.9815986156463623	0					non-mobilizable	plasmid	1623.0	99.26100000000001	93.0	0.4822969354358822	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
AST0025_000000028504	1354	0.9414972826559888	1	1	1	1	1	True	119888	fragment	False	AST0025_000000028504	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1354.0	100.0	100.0	0.402558762273133	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
AST0055_000000004159	6999	0.9414848407476909	9	3	1	2	1	False	113977	maximal	True	AST0055_000000004159	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	99.17	27.0	0.1418600435097897	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0341_000000003203	4165	0.9414820639246628	5	3	2	3	3	False	109917	fragment	False	ENG0016_000000005100	0.9571944883668398		0	0	False	False	0.9997599124908447	0					non-mobilizable	other	4165.0	100.0	100.0	0.0011744113700168602	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0087_000000003672	7419	0.9414775387651282	16	7	5	5	3	True	111085	fragment	False	AST0087_000000003672	1.0		0	0	False	False	0.9948779940605164	0					non-mobilizable	no_good_hit	583.0	77.015	8.0	0.0033061849850818483	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0058_01_000000000197	54793	0.941467479644944	62	14	3	12	7	False	86856	maximal	True	USA0058_01_000000000197	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	14616.0	93.678	60.0	0.004542657488851792	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CAN0007_000000026173	1537	0.9414638244418212	3	1	1	1	1	False	95212	fragment	False	CAN0007_000000026173	1.0		0	0	False	False	0.9954456686973572	0					non-mobilizable	no_good_hit	693.0	79.07600000000001	45.0	0.00019391206059948617	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0091_000000003430	4602	0.9414582693378524	4	2	2	2	2	False	131546	fragment	False	SPA0091_000000003430	0.9534570303007243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	80.87	46.0	0.0006167554593032668	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0224_000000006016	4522	0.9414582693378524	3	2	2	2	2	False	131546	fragment	False	SPA0091_000000003430	0.940506593334395		0	0	False	False	0.9995577335357666	0					non-mobilizable	no_good_hit	2070.0	81.15899999999999	47.0	0.0006167554593032668	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MAD0107_000000008767	4397	0.9414582693378524	4	2	2	2	2	False	131546	fragment	False	SPA0091_000000003430	0.700919484653808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	81.208	49.0	0.0006167554593032668	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0205_000000008250	2076	0.9414582693378524	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8734066287540704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	78.196	86.0	0.02491912092815707	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0175_000000010714	1989	0.9414582693378524	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8870816849060746		0	0	False	False	0.9994972348213196	0					non-mobilizable	other	1836.0	78.486	91.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0093_000000015951	1978	0.9414582693378524	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8903476182665659		0	0	False	False	0.995449960231781	0					non-mobilizable	chromosome	1695.0	77.876	92.0	0.00047558502362280873	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0091_000000011699	1922	0.9414582693378524	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8670021354183032		0	0	False	False	0.9989594221115112	0					non-mobilizable	other	1794.0	78.094	92.0	0.024751784917447568	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0379_000000005399	3953	0.9414557687203506	8	5	4	5	4	False	23228	fragment	False	ISR0379_000000005399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	94.64299999999999	17.0	0.01838392475416845	NZ_JAAITI010000041.1	firmicutes	Blautia luti strain MSK.16.34 NODE_41_length_30407_cov_178.882, whole genome shotgun sequence	True	False
ISR0794_000000010496	1912	0.9414532672941246	2	2	2	2	2	False	111665	maximal	True	ISR0794_000000010496	1.0		0	0	False	False	0.9785565137863159	0					non-mobilizable	no_good_hit	768.0	85.02600000000001	40.0	0.0029345424415393112	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0009_000000005121	5709	0.941450346194564	5	4	1	3	4	False	108854	backbone	False	ENG0066_000000002902	0.9890359061680637	PS677	0	0	True	True	1.0	77	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5632.0	99.30799999999999	100.0	0.9992901508429459	CP054331.1	enterobacteria	Escherichia coli strain SCU-121 plasmid pSCU-121-3, complete sequence	False	True
ISR0169_000000004381	5707	0.941450346194564	8	4	1	3	4	False	108854	backbone	False	ENG0066_000000002902	0.9894549605802614	PS677	0	0	True	True	1.0	23	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5610.0	99.626	100.0	0.970242214532872	CP035378.1	enterobacteria	Escherichia coli strain BR43-DEC plasmid unnamed1	False	True
ISR0844_000000004700	2785	0.9414375858549248	4	2	1	2	2	True	39599	maximal	True	ISR0844_000000004700	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	80.878	25.0	0.059062791288873824	MK275627.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p9, complete sequence	True	True
MON0005_000000012964	3881	0.9414311406727036	4	3	2	2	2	False	98849	fragment	False	MON0005_000000012964	1.0		0	0	False	False	0.9945890307426453	0					non-mobilizable	chromosome	3551.0	93.43799999999999	99.0	0.0006727473977531724	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
MON0100_000000010914	3717	0.9414311406727036	5	3	2	2	2	False	98848	fragment	False	MON0100_000000010914	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3398.0	91.348	91.0	0.0006435638559736898	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ISR0318_000000000629	7732	0.9414304928191624	7	7	6	6	5	False	103921	fragment	False	ISR0318_000000000629	1.0		0	0	False	False	0.9998706579208374	0					non-mobilizable	no_good_hit	3843.0	99.896	85.0	0.04186827078157011	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	False
ISR0804_000000007443	2486	0.941427371747945	2	2	1	2	2	False	21820	maximal	True	ISR0804_000000007443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0046_000000005847	3243	0.9414254055608255	5	4	4	3	3	False	120062	maximal	True	AST0046_000000005847	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	94.34100000000001	56.0	0.09171164808555718	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0246_000000014637	1573	0.9414120207551182	2	2	2	2	1	False	116159	fragment	False	USA0048_01_000000006517	0.17036015524595963		0	0	False	False	0.9936427474021912	0					non-mobilizable	chromosome	1576.0	94.036	100.0	0.0003561205216826265	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0061_000000000650	25477	0.9414118483808054	36	20	13	16	16	True	125411	fragment	False	ENG0061_000000000650	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14173.0	94.65899999999999	99.0	0.004038882413180154	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0104_000000002748	2880	0.9413988369347248	5	4	1	3	2	True	89795	fragment	False	CHI0104_000000002748	1.0		0	0	False	False	0.9993055462837219	0					non-mobilizable	other	2854.0	99.965	100.0	0.014107838677136697	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0049_000000002332	6721	0.941394163632052	5	4	2	4	2	True	96658	fragment	False	FIJ0143_000000000576	0.9746170523511282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	95.302	2.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0117_000000014112	1448	0.9413895047822728	4	3	3	3	3	False	107572	fragment	False	ISR0792_000000008726	0.6835401596536295		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	95.307	100.0	0.16624423963133642	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ISR0176_000000003424	8579	0.9413774105960544	7	4	4	3	4	False	125005	maximal	True	ISR0176_000000003424	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2121.0	72.56	24.0	0.000807382807957621	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
ISR0802_000000004923	3015	0.9413724395109544	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.29883553229144433		0	0	False	False	1.0	0					non-mobilizable	other	3019.0	91.852	100.0	0.011270426714199765	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	False	False
ISR0182_000000035191	1140	0.9413698549637928	1	1	1	1	1	False	29508	fragment	False	ISR0182_000000035191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0078_000000005637	6260	0.9413615062865104	8	6	3	4	4	True	70184	fragment	False	MON0078_000000005637	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1485.0	74.68	24.0	0.2140210463909886	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
MON0076_000000009409	4632	0.9413597337935018	5	5	5	5	4	False	15742	maximal	True	MON0076_000000009409	1.0		6	3	False	False	0.9941709637641907	0					non-mobilizable	no_good_hit	1305.0	74.71300000000001	33.0	0.0007146470929057918	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
ENG0194_000000012721	2127	0.941356758838026	5	4	3	3	4	False	80029	fragment	False	ENG0194_000000012721	1.0		0	0	False	False	0.9882463812828064	0					non-mobilizable	no_good_hit	441.0	88.889	35.0	0.0009764362306886328	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
DEN0005_000000003071	8251	0.9413356860912748	12	4	2	4	4	True	97827	fragment	False	FIJ0146_000000001876	0.9397411541201615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	0.0003989384767488249	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0157_000000003269	6921	0.9413334109973436	7	6	5	5	5	True	97020	fragment	False	ENG0157_000000003269	1.0		0	0	False	False	0.9998555183410645	0					non-mobilizable	other	4442.0	97.99600000000001	98.0	0.003488030374701997	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
ENG0118_000000005707	2395	0.9413330554951024	3	3	3	3	3	False	59307	fragment	False	ENG0118_000000005707	1.0		0	0	False	False	0.9995824694633484	0					non-mobilizable	no_good_hit	84.0	79.762	4.0	2.924593754547655e-05	AP022830.1	high GC Gram+	Kocuria sp. TGY1120_3 DNA, complete genome	True	False
FIJ0074_000000004578	6745	0.9413233882215198	7	2	2	2	2	False	81943	maximal	True	FIJ0074_000000004578	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	87.764	7.0	0.00018391215564426405	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0091_000000004297	6038	0.9413114829291824	9	5	5	4	4	False	43395	maximal	True	FIJ0091_000000004297	1.0		2	1	False	False	0.9988406896591187	0					non-mobilizable	no_good_hit	1286.0	80.327	44.0	0.02611169091616019	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
MAD0111_000000014629	1181	0.9413005838409868	2	2	2	2	1	True	55307	fragment	False	ENG0180_000000014264	0.9438291139240507		0	0	False	False	0.9754445552825928	0					non-mobilizable	plasmid	1157.0	100.0	98.0	0.14194499017681728	MG648901.1	enterobacteria	Escherichia coli plasmid pCOV8 clone COV8_c9	False	True
USA0069_01_000000041776	1442	0.9412954620173268	3	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.5659043001685548		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	95.26799999999999	100.0	0.0004452652350469778	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0055_000000013459	1431	0.9412954620173268	2	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.5266615574529113		0	0	False	False	1.0	0					non-mobilizable	chromosome	1296.0	95.525	100.0	0.00045440248533207755	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0262_000000013534	1274	0.9412954620173268	3	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.3463488603241984		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	95.667	100.0	0.000417772655020136	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0118_000000013269	1260	0.9412954620173268	3	2	2	1	1	False	36280	maximal	True	ISR0118_000000013269	1.0		11	3	False	False	0.9984126687049866	0					non-mobilizable	other	997.0	95.587	100.0	0.00036171027950835	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0082_000000016738	1246	0.9412954620173268	2	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.281861958154684		0	0	False	False	0.9967897534370422	0					non-mobilizable	chromosome	1112.0	95.773	100.0	0.0003904417333363791	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0145_000000028075	1233	0.9412954620173268	2	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.17454134997260784		0	0	False	False	0.9691808819770813	0					non-mobilizable	other	1185.0	96.03399999999999	98.0	0.0004285322588552741	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AUS0022_000000028314	1201	0.9412954620173268	2	2	2	1	1	False	99066	fragment	False	ISR0813_000000026110	0.9605481727574751		0	0	False	False	0.964196503162384	0					non-mobilizable	other	1195.0	98.243	99.0	0.0004156820495738301	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0354_000000015535	1186	0.9412954620173268	2	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.2754569415620115		0	0	False	False	1.0	0					non-mobilizable	chromosome	1185.0	96.54	100.0	0.0004160963206753131	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0009_000000028965	1179	0.9412954620173268	3	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.21455156357501196		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	95.094	100.0	0.00038369988091600126	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0185_000000029919	1115	0.9412954620173268	3	2	2	1	1	False	29356	fragment	False	ISR0185_000000029919	1.0		0	0	False	False	0.9964125752449036	0					non-mobilizable	other	980.0	95.61200000000001	100.0	0.00035444702088368435	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0223_000000029286	1113	0.9412954620173268	3	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.10658273192517966		0	0	False	False	0.9955076575279236	0					non-mobilizable	other	1065.0	95.587	100.0	0.00037073403247825246	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0043_000000020115	1104	0.9412954620173268	2	2	2	1	1	False	36279	fragment	False	ISR0043_000000020115	1.0		0	0	False	False	1.0	0					non-mobilizable	other	922.0	95.553	100.0	0.0003344730596658538	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0350_000000001679	8250	0.9412932873099972	13	11	6	8	10	False	98327	maximal	True	ISR0350_000000001679	1.0		1	1	False	False	0.9998787641525269	0	IncFIA				non-mobilizable	no_good_hit	4381.0	96.462	65.0	0.3497800879648141	MT230183.1	enterobacteria	Escherichia coli strain DH5alpha plasmid pESBL192, complete sequence	True	True
USA0021_01_000000000705	22791	0.9412932836744552	27	17	12	12	14	False	70995	maximal	True	USA0021_01_000000000705	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3298.0	93.45100000000001	36.0	0.053155985489721884	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
FIJ0059_000000011877	1501	0.9412901780783058	2	2	2	1	2	False	51171	fragment	False	ISR0092_000000020344	0.9357707509881423		0	0	False	False	0.9993337988853455	0					non-mobilizable	no_good_hit	638.0	76.01899999999999	42.0	0.0003752496000784774	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ETH0003_000000007035	4575	0.941287433091998	5	5	5	4	5	False	71508	maximal	True	ETH0003_000000007035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2401.0	87.54700000000001	68.0	0.2023366068405012	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0110_000000003533	3678	0.9412776145514996	6	4	2	2	4	True	92215	fragment	False	MON0110_000000003533	1.0		0	0	False	False	0.9864056706428528	0	rep_cluster_1079				non-mobilizable	plasmid	2244.0	93.62700000000001	99.0	0.3566990600605385	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
MON0011_000000010328	4447	0.9412749578816229	5	3	3	3	3	False	116114	fragment	False	MON0011_000000010328	1.0		0	0	False	False	0.9856082797050476	0					non-mobilizable	no_good_hit	875.0	83.429	22.0	0.0002732063033807006	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0121_000000005352	4315	0.9412733044429384	5	4	1	3	2	True	32227	maximal	True	ISR0121_000000005352	1.0		1	1	True	True	1.0	25	rep_cluster_699	MOBP			mobilizable	no_good_hit	3686.0	91.97	85.0	0.6458259950686862	NZ_UFUL01000002.1	e-proteobacteria	Campylobacter hominis strain NCTC13146, whole genome shotgun sequence	True	True
DEN0085_000000003660	9885	0.9412726959428636	14	8	5	7	5	True	128116	maximal	True	DEN0085_000000003660	1.0		1	1	False	False	0.9996964931488037	0					non-mobilizable	no_good_hit	2948.0	94.742	30.0	0.23711173860427592	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0120_000000003089	12912	0.941266174703524	11	6	1	5	3	False	111146	fragment	False	ISR0290_000000000504	0.9752449835127787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1629.0	99.448	24.0	0.00044018809118166437	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0031_000000030357	1134	0.9412515989468176	3	1	1	1	1	False	73663	fragment	False	DEN0031_000000030357	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	94.2	99.0	0.00025232164790912865	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0021_000000023040	2099	0.9412478893508648	4	1	1	1	1	False	49633	fragment	False	FIJ0021_000000023040	1.0		0	0	False	False	0.9904716610908508	0					non-mobilizable	no_good_hit								True	False
FIJ0087_000000024964	1291	0.9412478893508648	1	1	1	1	1	False	43705	fragment	False	FIJ0126_000000031551	0.9461123941493457		0	0	False	False	0.9969016313552856	0					non-mobilizable	no_good_hit								True	False
ISR0136_000000002450	3127	0.9412426937319502	5	5	3	3	3	True	130268	backbone	False	FIJ0135_000000009121	0.30109277718384286	PS1090	0	0	True	True	0.9987208247184753	17					non-mobilizable	other	1831.0	90.169	96.0	0.6078104138851802	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0012_000000013325	1754	0.941242664965769	3	2	2	2	2	False	67060	maximal	True	ENG0012_000000013325	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0187_000000008033	3415	0.9412351524764148	6	2	1	2	2	False	43325	fragment	False	ISR0187_000000008033	1.0		0	0	False	False	0.999414324760437	0					non-mobilizable	other	3256.0	95.54700000000001	95.0	0.0010107584016764465	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0015_000000004371	9459	0.9412349119984926	11	6	2	4	3	True	126172	backbone	False	MON0102_000000003826	0.4660985841636078	PS941	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1607.0	73.74	17.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0069_01_000000013414	4580	0.9412345174130442	7	7	0	3	7	False	127607	backbone	False	ENG0095_000000004996	0.2925928016960848	PS1012	0	0	False	True	1.0	0		MOBF		MOB_unknown	mobilizable	plasmid	4581.0	99.76	100.0	0.9322206391207002	LT985308.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pIV	False	True
SPA0016_000000001023	22531	0.9412311043336412	21	12	6	8	5	True	105663	fragment	False	ISR0049_000000000707	0.9426888978168589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	647.0	91.345	3.0	0.0012810749924642647	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
ISR0202_000000002761	4344	0.9412304919675069	3	2	1	1	1	False	66562	maximal	True	ISR0202_000000002761	0.9651181025926939	PS94	3	2	True	True	0.9997698068618774	20					non-mobilizable	no_good_hit	362.0	89.779	12.0	0.04465058750773036	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0157_000000006630	4325	0.9412304919675069	3	2	1	1	1	False	66562	maximal	False	ISR0202_000000002761	0.9636467071456863	PS94	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	362.0	89.779	12.0	0.04465058750773036	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0324_000000007418	4283	0.9412304919675069	4	2	1	1	1	False	66562	maximal	False	ISR0202_000000002761	0.911427515630341	PS94	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	277.0	90.975	10.0	0.034137291280148425	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0776_000000005992	4265	0.9412304919675069	3	2	1	1	1	False	66562	maximal	False	ISR0202_000000002761	0.9573671669570797	PS94	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	362.0	92.265	10.0	0.04465058750773036	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0286_000000004337	3403	0.9412253866399144	4	3	2	3	3	False	129649	maximal	True	ISR0286_000000004337	1.0	PS1061|PS1063	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1521.0	92.834	45.0	0.006190028990241313	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0095_000000004996	5316	0.9412247729795286	6	6	0	3	6	False	127607	backbone	True	ENG0095_000000004996	0.9938639541451243	PS1012	6	4	False	True	1.0	0	rep_cluster_2350,rep_cluster_2358	MOBF		MOB_unknown	mobilizable	plasmid	4718.0	99.72399999999999	97.0	0.9153890937318068	CP051722.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-3, complete sequence	False	True
MAD0037_000000002481	5252	0.9412247729795286	6	6	0	3	6	False	127607	backbone	False	ENG0095_000000004996	0.9917713802177316	PS1012	0	0	True	True	1.0	81	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	4924.0	99.939	100.0	0.9553658063264118	CP023650.1	enterobacteria	Shigella sonnei strain CFSAN030807 plasmid pCFSAN030807_5, complete sequence	False	True
MAD0018_000000000302	5251	0.9412247729795286	7	6	0	3	6	False	127607	backbone	False	ENG0095_000000004996	0.9913968982432604	PS1012	0	0	True	True	1.0	17	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	5070.0	99.882	100.0	0.9836988162235591	CP053386.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-2, complete sequence	False	True
FIJ0112_000000004807	5239	0.9412247729795286	6	6	0	3	6	False	127607	backbone	False	ENG0095_000000004996	0.9914546964818988	PS1012	0	0	True	True	1.0	175	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	4985.0	99.719	100.0	0.9672035707354939	CP051722.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-3, complete sequence	False	True
FIJ0029_000000006772	5211	0.9412247729795286	6	6	0	3	6	False	127607	backbone	False	ENG0095_000000004996	0.9912737463523306	PS1012	0	0	True	True	0.9998080730438232	2	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	5119.0	99.648	100.0	0.9932078400931497	CP051722.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-3, complete sequence	False	True
ENG0066_000000003432	4997	0.9412247729795286	7	6	0	3	6	False	127607	backbone	False	ENG0095_000000004996	0.9699702311560622	PS1012	0	0	False	True	1.0	0		MOBF		MOB_unknown	mobilizable	plasmid	4604.0	99.76100000000001	100.0	0.8932660586066369	CP051722.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-3, complete sequence	False	True
FIJ0123_000000006816	4788	0.9412247729795286	6	6	0	3	6	False	127607	backbone	False	ENG0095_000000004996	0.9362833817773036	PS1012	0	0	False	True	1.0	0		MOBF		MOB_unknown	mobilizable	plasmid	4675.0	99.679	100.0	0.907044440131962	CP051722.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-3, complete sequence	False	True
USA0125_01_000000005709	4429	0.9412247729795286	6	6	0	3	6	False	127607	backbone	False	ENG0095_000000004996	0.21289995787812382	PS1012	0	0	False	True	1.0	0		MOBF		MOB_unknown	mobilizable	plasmid	4433.0	93.616	100.0	0.9006716873600651	LT985308.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pIV	False	True
ISR0062_000000007902	4106	0.9412214169296494	4	4	4	4	4	False	105498	fragment	False	SPA0054_000000006782	0.9879935179930547		0	0	False	False	1.0	0					non-mobilizable	other	4106.0	99.34200000000001	100.0	0.00590208434876502	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0128_000000014272	2484	0.9412212472632666	3	3	1	3	1	True	105287	fragment	False	ISR0128_000000014272	1.0		0	0	False	False	0.999597430229187	0					non-mobilizable	no_good_hit								True	True
ENG0062_000000002841	7495	0.941219075130446	12	7	4	4	6	True	125644	maximal	False	USA0039_01_000000003137	0.9986755737963146	PS799|PS803	0	0	True	True	1.0	144	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3651.0	97.09700000000001	66.0	0.40839395635142695	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
CAN0012_000000007690	7220	0.941219075130446	11	7	4	4	6	True	125644	maximal	False	USA0039_01_000000003137	0.972092581526926	PS799|PS803	0	0	True	True	1.0	48	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3789.0	97.73	64.0	0.42741025062090765	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
FIJ0144_000000002503	11367	0.9412155223215346	14	11	7	8	11	False	40123	maximal	True	FIJ0144_000000002503	1.0		2	2	False	False	0.9999120235443115	0					non-mobilizable	no_good_hit	7823.0	99.348	69.0	0.001610763964691296	CP018323.1	enterobacteria	Escherichia coli strain KSC9 chromosome, complete genome	True	False
TAN0014_000000000547	6641	0.9412140047941144	15	3	1	3	2	True	2551	maximal	True	TAN0014_000000000547	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
ENG0175_000000006956	3704	0.9412138978276972	3	3	2	3	2	False	115558	fragment	False	ENG0175_000000006956	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3138.0	89.64299999999999	94.0	0.0009812101255337478	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0045_000000002910	6031	0.9412061371200329	9	4	2	2	3	True	87192	fragment	False	CHI0045_000000002910	1.0		0	0	False	False	1.0	0	rep_cluster_722	MOBB			mobilizable	plasmid	6031.0	99.851	100.0	0.8613096940234487	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	False	True
ISR0182_000000003029	8543	0.9411981310099437	11	8	7	6	4	False	116165	maximal	True	ISR0182_000000003029	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2242.0	93.711	48.0	0.0005061255444752449	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0126_000000006783	7104	0.9411948253895428	8	6	6	5	4	False	120415	fragment	False	ISR0126_000000006783	1.0		0	0	False	False	0.9995777010917664	0					non-mobilizable	other	7109.0	99.87299999999999	100.0	0.0030720664963228557	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
MAD0078_000000001023	6181	0.941185297554172	7	3	3	2	0	True	19338	fragment	False	MAD0078_000000001023	0.9949897059471284		0	0	False	False	0.9987056851387024	0					non-mobilizable	no_good_hit	365.0	96.164	6.0	0.00012687648225890333	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0170_000000001298	8165	0.941185002123837	13	3	3	3	2	False	112399	maximal	True	ENG0170_000000001298	1.0		7	5	False	False	0.9985303282737732	0					non-mobilizable	no_good_hit	1657.0	97.103	20.0	0.0004595920044876174	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0297_000000002071	5353	0.941184307729146	7	2	2	2	2	False	46107	maximal	True	ISR0297_000000002071	1.0	PS162	1	1	True	True	1.0	115					non-mobilizable	no_good_hit	1445.0	74.464	27.0	0.0003852997726866534	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0129_000000004873	4184	0.9411775019586679	6	3	3	3	1	True	81294	maximal	True	CHI0129_000000004873	1.0		1	1	False	False	0.995936930179596	0					non-mobilizable	no_good_hit	157.0	77.07	4.0	0.0029207528192034663	NZ_NOJY02000022.1	firmicutes	Romboutsia weinsteinii strain CCRI-19649 CCRI-19649_NODE_22_length_51699_cov_271.895, whole genome shotgun sequence	True	True
FIJ0053_000000003176	5794	0.9411752479282116	7	4	2	3	4	False	97572	fragment	False	FIJ0057_000000004512	0.9688340760156334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	83.08200000000001	6.0	0.007591939078751857	NZ_JXQL01000014.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig14, whole genome shotgun sequence	True	False
FIJ0146_000000000493	25169	0.9411707059196228	28	14	8	14	4	True	106302	fragment	False	FIJ0146_000000000493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0015795939858421577	NZ_AVBF01000071.1	firmicutes	Pontibacillus yanchengensis Y32 contig79, whole genome shotgun sequence	True	True
FIJ0112_000000007672	3420	0.9411697494306626	3	3	3	3	3	False	43997	fragment	False	FIJ0112_000000007672	1.0		0	0	False	False	0.9997075796127319	0					non-mobilizable	no_good_hit	1169.0	75.192	46.0	0.0019019278257154499	AP014926.1	CFB group bacteria	Prevotella intermedia DNA, chromosome 1, complete genome, strain: 17-2	True	False
MON0035_000000004961	4871	0.9411631379660712	6	2	1	2	1	True	108338	fragment	False	MON0035_000000004961	1.0		0	0	False	False	0.9997947216033936	0					non-mobilizable	no_good_hit	83.0	100.0	2.0	0.00010887142815415132	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	True
ISR0254_000000000568	8940	0.9411616937239092	11	8	4	5	7	True	132506	backbone	False	ISR0038_000000002833	0.9956730255487058	PS1165|PS799|PS800	0	0	True	True	1.0	6	rep_cluster_1097	MOBB			mobilizable	plasmid	6349.0	99.93700000000001	100.0	0.7103525461667599	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0173_000000000740	8936	0.9411616937239092	11	8	4	5	7	True	132506	backbone	False	ISR0038_000000002833	0.9961526908016421	PS1165|PS799|PS800	0	0	True	True	1.0	11	rep_cluster_1097	MOBB			mobilizable	plasmid	6206.0	99.936	100.0	0.6943480693900391	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0086_000000003042	8786	0.9411616937239092	11	8	4	5	7	True	132506	backbone	False	ISR0038_000000002833	0.9804331165477259	PS1165|PS799|PS800	0	0	True	True	1.0	11	rep_cluster_1097	MOBB			mobilizable	plasmid	6099.0	99.934	100.0	0.6823726916620033	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0180_000000004005	3967	0.9411547676010726	3	2	1	2	1	False	89100	maximal	True	ENG0180_000000004005	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	92.242	53.0	0.014835125073371553	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0112_000000006084	5613	0.9411537855432012	8	4	0	1	4	False	87161	backbone	False	CHI0084_000000000446	0.9938253364773267	PS449	0	0	True	True	1.0	1933					non-mobilizable	plasmid	5178.0	99.90299999999999	100.0	0.9354897000361402	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
CHI0183_000000000581	5613	0.9411537855432012	8	4	0	1	4	False	87161	backbone	False	CHI0084_000000000446	0.9939721893231833	PS449	0	0	True	True	1.0	606					non-mobilizable	plasmid	5164.0	99.961	100.0	0.932959884351283	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
FIJ0097_000000002786	9450	0.941151738518176	13	3	3	3	2	False	42943	maximal	True	FIJ0097_000000002786	1.0		1	1	False	False	0.9998942017555237	0					non-mobilizable	no_good_hit	741.0	81.916	8.0	0.00022092999269645504	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0361_000000007035	1929	0.9411442697206116	6	2	2	2	1	True	59048	fragment	False	ISR0361_000000007035	0.9927385892116183		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	98.085	90.0	0.007816189938599422	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ETH0003_000000032004	1325	0.9411360344587578	1	1	1	1	1	False	53030	fragment	False	ETH0003_000000032004	1.0		0	0	False	False	0.998490571975708	0					non-mobilizable	other	1331.0	84.899	100.0	0.01772019754540466	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ENG0145_000000002021	14046	0.941125591522424	13	7	5	6	5	True	96552	maximal	True	ENG0145_000000002021	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6193.0	94.235	58.0	0.0018103347801564818	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ENG0088_000000004398	5841	0.9411130969261996	12	10	1	3	10	True	117325	fragment	False	ENG0088_000000004398	0.9758687258687259		0	0	False	False	1.0	0					non-mobilizable	chromosome	5860.0	93.294	100.0	0.0024194696735652015	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
MAD0054_000000004058	3380	0.9411056356193704	8	1	1	1	1	False	17170	maximal	True	MAD0054_000000004058	1.0		1	1	False	False	0.9964497089385986	0					non-mobilizable	no_good_hit								True	False
ISR0842_000000008658	2502	0.9411009502635792	4	3	2	2	3	False	66695	fragment	False	ISR0842_000000008658	1.0		0	0	False	False	0.9916067123413086	0					non-mobilizable	plasmid	1848.0	82.305	97.0	0.009876250686598672	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
USA0025_01_000000008623	1800	0.9410990836819516	3	2	2	2	2	False	1653	fragment	False	USA0025_01_000000008623	1.0		0	0	False	False	0.9883333444595337	0					non-mobilizable	no_good_hit	1022.0	90.705	57.0	0.0353642062969762	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	False
ENG0181_000000008184	2521	0.9410919160036396	4	4	4	4	3	False	55276	fragment	False	ENG0181_000000008184	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2469.0	99.19	98.0	0.01074650782039224	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
MAD0097_000000017713	2311	0.9410861580036476	2	2	0	2	2	False	97735	maximal	True	MAD0097_000000017713	0.9944367176634215		1	1	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	2311.0	98.65899999999999	100.0	0.0313906222385361	CP042952.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_1, complete sequence	False	True
CHI0043_000000000638	8999	0.9410611511806908	9	8	6	5	7	False	87481	maximal	True	CHI0043_000000000638	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7958.0	99.24600000000001	97.0	0.0015861947433302873	CP042903.1	enterobacteria	Escherichia coli strain CFSAN061761 chromosome, complete genome	False	False
ENG0011_000000004647	5268	0.9410611257538074	10	6	3	3	6	True	92248	fragment	False	ENG0011_000000004647	1.0		0	0	False	False	0.9998101592063904	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2625.0	97.14299999999999	78.0	0.23768037026953445	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0146_000000009658	3985	0.9410598864536188	4	4	4	4	4	False	130071	fragment	False	ISR0146_000000009658	0.9529807941802264		0	0	False	False	0.9992471933364868	0					non-mobilizable	other	3985.0	97.465	100.0	0.008307596442767917	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0106_000000001996	15803	0.9410590618189724	12	11	7	11	2	True	125648	backbone	False	ENG0158_000000000822	0.932193317062643	PS934	0	0	False	True	0.9999366998672485	0					non-mobilizable	other	12675.0	93.56200000000001	99.0	0.02645341117479409	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0108_000000000941	14177	0.9410544380108188	21	13	9	10	10	True	126208	backbone	False	ISR0395_000000002325	0.3416533425344397	PS943|PS946|PS949	0	0	True	True	1.0	78					non-mobilizable	no_good_hit	1603.0	73.175	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0177_000000018021	1468	0.9410532972810212	2	2	2	1	2	False	55508	maximal	True	ENG0177_000000018021	1.0		0	0	False	False	0.9856948256492615	0					non-mobilizable	no_good_hit	241.0	95.436	18.0	8.715910349598795e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
FIJ0037_000000002826	7933	0.9410470352865908	9	4	4	3	2	True	97604	fragment	False	MAD0015_000000001462	0.9366657072227584		0	0	False	False	0.9997478723526001	0					non-mobilizable	no_good_hit	521.0	80.038	6.0	0.03224006448012896	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MAD0103_000000006164	3189	0.9410429226020866	4	2	2	2	1	True	49990	fragment	False	MAD0107_000000012939	0.6494501832722426		0	0	False	False	0.9993728399276733	0					non-mobilizable	no_good_hit								True	True
AST0059_000000002782	4849	0.9410425662368754	5	4	3	3	2	True	127633	backbone	False	ISR0115_000000006186	0.9886347363228888	PS1014	0	0	True	True	0.9997937679290771	26					non-mobilizable	other	4872.0	98.666	100.0	0.08214026744911553	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
CHI0063_000000000768	13530	0.9410368572119314	19	19	3	15	19	True	86843	fragment	False	CHI0063_000000000768	1.0		0	0	False	False	0.999852180480957	0			MPF_F	MOBF	mobilizable	plasmid	12926.0	99.698	100.0	0.07694643218593354	CP024852.1	enterobacteria	Escherichia coli strain AR_0006 plasmid tig00000164, complete sequence	False	True
ISR0842_000000017032	1371	0.9410275909996612	2	2	2	2	2	False	20739	fragment	False	ISR0842_000000017032	1.0		0	0	False	False	0.9992706179618835	0					non-mobilizable	chromosome	744.0	98.79	99.0	0.0002945400675578981	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0013_000000027501	1967	0.9410268440577324	4	3	3	3	2	False	97300	fragment	False	MON0013_000000027501	0.9717782388188088		0	0	False	False	1.0	0					non-mobilizable	chromosome	1779.0	76.335	90.0	0.0005224383417617485	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0148_000000004921	5976	0.9410200222494469	11	7	2	5	6	False	132219	maximal	True	ISR0148_000000004921	1.0	PS1143|PS1144|PS778|PS779|PS780	2	2	True	True	1.0	206		MOBP			mobilizable	no_good_hit	3132.0	92.305	67.0	0.6528735632183909	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
ENG0019_000000004097	5213	0.9410182785958988	6	2	2	2	2	False	100059	fragment	False	ENG0019_000000004097	0.999839359394215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	94.955	51.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0037_000000005906	5201	0.9410182785958988	6	2	2	2	2	False	100059	fragment	False	ENG0019_000000004097	0.9995201710669397		0	0	False	False	0.9998077154159546	0					non-mobilizable	no_good_hit	1110.0	94.955	51.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
DEN0096_000000007881	5192	0.9410182785958988	6	2	2	2	2	False	100059	fragment	False	ENG0019_000000004097	0.9980985158826066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	94.955	51.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0794_000000003637	5161	0.9410182785958988	6	2	2	2	2	False	100059	fragment	False	ENG0019_000000004097	0.9946034801044137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	94.955	52.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0006_000000005290	4853	0.9410064297786216	7	4	3	4	1	False	67622	maximal	True	ENG0006_000000005290	1.0		1	1	False	False	0.9981454610824585	0					non-mobilizable	no_good_hit								True	False
AST0031_000000003258	8350	0.9410000386470578	18	8	3	7	5	True	117613	maximal	True	AST0031_000000003258	1.0		1	1	False	False	0.9985628724098206	0					non-mobilizable	no_good_hit	2819.0	77.758	42.0	0.04515471917741779	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	True	True
FIJ0027_000000001694	9384	0.9409912872211044	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.7824601284796673		0	0	False	False	0.9998934268951416	0					non-mobilizable	no_good_hit	188.0	90.95700000000001	2.0	0.27938931297709924	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
FIJ0132_000000002708	8938	0.9409912872211044	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.6246892512753744		0	0	False	False	0.9997762441635132	0					non-mobilizable	no_good_hit	188.0	90.95700000000001	2.0	0.27938931297709924	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
ISR0153_000000005066	5090	0.940986944925565	7	6	3	3	4	True	130637	backbone	False	AST0039_000000003129	0.0778734558671697	PS1110	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3173.0	92.751	89.0	0.6197711128650355	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0182_000000004980	5016	0.940986944925565	7	6	3	3	4	True	130637	backbone	False	AST0039_000000003129	0.42433897602014725	PS1110	0	0	False	True	0.9998006224632263	0		MOBV			mobilizable	other	3165.0	94.376	93.0	0.6229281767955801	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0164_000000010758	2048	0.9409860827949412	2	2	2	1	1	False	78395	maximal	True	CHI0164_000000010758	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	79.194	44.0	0.00020582048492125886	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
SPA0144_000000003645	4348	0.9409846699004802	5	5	4	5	4	False	104524	maximal	True	SPA0144_000000003645	1.0		2	1	False	False	0.9995400309562683	0					non-mobilizable	no_good_hit	3715.0	99.973	85.0	0.001592541724893348	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
FIJ0001_000000008555	2302	0.9409816719898572	3	3	2	3	2	False	52626	maximal	True	FIJ0001_000000008555	1.0		1	1	False	False	0.9943527579307556	0					non-mobilizable	no_good_hit	137.0	84.67200000000001	6.0	0.00025632906620829	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0168_000000022652	1380	0.9409813899334664	2	1	1	1	1	False	55964	fragment	False	ENG0168_000000022652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000017325	1218	0.9409746881069796	3	2	2	2	1	False	37768	maximal	True	ISR0018_000000017325	1.0		0	0	False	False	0.9991790056228638	0					non-mobilizable	no_good_hit	563.0	82.238	61.0	0.0016159032783073703	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
MAD0044_000000000725	21076	0.9409636583701604	27	12	7	11	7	False	99922	fragment	False	MAD0044_000000000725	1.0		0	0	False	False	0.9996678829193115	0					non-mobilizable	no_good_hit	6601.0	99.5	39.0	0.11348590883298657	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0380_000000001322	9184	0.9409619058304968	11	10	4	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9967550225779526	PS799|PS801|PS802	0	0	True	True	1.0	68	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2645.0	95.992	53.0	0.2983743508692707	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0017_000000013073	2576	0.9409608533870564	4	2	1	2	1	False	37865	fragment	False	ISR0017_000000013073	1.0		0	0	False	False	0.9879658222198486	0					non-mobilizable	no_good_hit	68.0	85.294	3.0	0.0008893388791593695	NZ_RHLQ01000014.1	firmicutes	Lysinibacillus halotolerans strain MCCC 1A12703 NODE_14_length_73088_cov_14.048392, whole genome shotgun sequence	True	False
CAN0022_000000000972	22183	0.9409577562290684	31	23	7	13	21	True	111512	fragment	False	CAN0022_000000000972	1.0		0	0	False	False	0.9993689060211182	0					non-mobilizable	other	11310.0	93.36	95.0	0.0033029385288555414	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0293_000000003686	9547	0.9409571758999572	16	16	2	6	16	True	98232	backbone	False	ENG0095_000000002427	0.8362826543456079	PS545	0	0	False	True	0.9991620182991028	0					non-mobilizable	plasmid	9571.0	99.676	100.0	0.20023436355646698	LT985302.1	enterobacteria	Escherichia coli strain ECOR 39 genome assembly, plasmid: RCS82_pI	False	True
ENG0095_000000002427	9491	0.9409571758999572	16	16	2	6	16	True	98232	backbone	True	ENG0095_000000002427	0.9578350215515467	PS545	1	1	False	True	1.0	0					non-mobilizable	plasmid	9491.0	98.74600000000001	100.0	0.1945503751999016	CP023368.1	enterobacteria	Escherichia coli strain 1428 plasmid p48, complete sequence	False	True
FIJ0037_000000001901	10671	0.9409530207306838	15	5	3	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.6986391668278433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	96.667	3.0	3.94800477708578e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0003_000000002806	7764	0.9409484006041066	11	5	3	4	3	True	113420	maximal	True	ISR0003_000000002806	0.9895153450909595		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4345.0	97.146	63.0	0.5182534001431639	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
USA0080_01_000000005668	7201	0.9409484006041066	11	5	3	4	3	True	113420	maximal	False	ISR0003_000000002806	0.9540185471406492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3632.0	97.742	60.0	0.43319016941064187	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ENG0131_000000010135	2648	0.9409401495912167	5	3	1	1	3	True	58367	fragment	False	ENG0131_000000010135	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2648.0	100.0	100.0	0.0013615267616906388	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0162_000000006049	5799	0.9409349564732366	10	2	2	2	2	False	81076	maximal	True	ISR0162_000000006049	1.0		1	1	False	False	0.9998275637626648	0					non-mobilizable	no_good_hit	1974.0	99.79700000000001	34.0	0.03146379192115713	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	True	False
AST0060_000000004439	6134	0.940918902573046	10	5	1	5	1	True	113120	backbone	False	ISR0206_000000003928	0.9908602759459136	PS727	0	0	False	True	0.9998369812965393	0					non-mobilizable	no_good_hit								True	True
USA0130_01_000000010160	3810	0.940913263750872	5	5	2	4	5	False	118168	backbone	False	FIJ0074_000000005173	0.08563002751633866	PS799	0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	3615.0	95.602	97.0	0.4554967221381745	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ISR0327_000000000447	22887	0.9409128979117709	24	8	4	7	2	True	108413	fragment	False	ISR0327_000000000447	0.9836803223640027		0	0	False	False	0.9999563097953796	0					non-mobilizable	no_good_hit	48.0	100.0	0.0	0.0005064873485926117	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	True
MON0070_000000021941	1568	0.9409013642659568	3	3	3	3	1	True	35567	fragment	False	MON0070_000000021941	0.9734729941673473		0	0	False	False	1.0	0					non-mobilizable	other	1568.0	99.29799999999999	100.0	0.003563979921624283	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
ISR0057_000000015227	1468	0.9409013642659568	3	3	3	3	1	True	35567	fragment	False	MON0070_000000021941	0.9589395108175897		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	99.523	100.0	0.0033365402329437292	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
ISR0143_000000016430	1789	0.9408990154127772	3	2	2	2	1	True	31141	maximal	True	ISR0143_000000016430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	99.38799999999999	55.0	0.005638946167935766	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0145_000000014921	2053	0.940895555904536	2	2	2	2	1	False	57494	fragment	False	ENG0145_000000014921	0.9955310199789695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1617.0	99.814	87.0	0.00042914269512772906	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0109_000000017051	1902	0.940895555904536	2	2	2	2	1	False	57494	fragment	False	ENG0145_000000014921	0.9593278129566488		0	0	False	False	1.0	0					non-mobilizable	other	1630.0	99.816	95.0	0.00043259709453123403	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MON0061_000000017379	2564	0.9408911620642944	3	3	2	3	1	False	10833	fragment	False	MON0061_000000017379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	98.947	4.0	0.0003323504246307021	NZ_JXQL01000033.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig33, whole genome shotgun sequence	True	False
MON0009_000000036135	1120	0.9408734669496134	1	1	1	1	1	False	16187	fragment	False	MAD0078_000000009548	0.9776247848537005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	78.2	44.0	0.019846895378508648	NZ_KB291014.1	CFB group bacteria	Prevotella saccharolytica F0055 Scfld750, whole genome shotgun sequence	True	False
DEN0061_000000022103	1935	0.9408659695796496	4	3	2	3	1	False	98917	fragment	False	ISR0335_000000008295	0.7285156878914302		0	0	False	False	0.9994832277297974	0					non-mobilizable	other	1924.0	97.193	99.0	0.0003217793410300453	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MON0094_000000010907	3095	0.9408594846169278	3	3	2	2	2	True	13630	maximal	True	MON0094_000000010907	1.0		4	3	False	False	0.9806138873100281	0					non-mobilizable	no_good_hit	1468.0	100.0	47.0	0.41687979539641945	KU547574.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_9 genomic sequence	True	True
SPA0043_000000001691	9426	0.9408576434362056	7	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.7822534950821429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	89.831	2.0	0.0011738378319009308	NZ_VZBY01000014.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_7_length_145674_cov_20.4108_ID_13, whole genome shotgun sequence	True	True
USA0020_01_000000012038	2914	0.9408474148986684	3	1	1	1	1	False	104407	fragment	False	USA0020_01_000000012038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	96.515	71.0	0.0002106172966442608	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ISR0170_000000003257	12160	0.9408470351712728	18	10	6	6	5	True	105193	maximal	False	USA0047_01_000000002319	0.9125916828512154	PS445	0	0	True	True	0.9990131855010986	8					non-mobilizable	no_good_hit	2443.0	91.363	49.0	0.19539951573849879	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MAD0049_000000000962	11946	0.9408470351712728	17	10	6	6	5	True	105193	maximal	False	USA0047_01_000000002319	0.9242375211845162	PS445	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	2402.0	91.59	71.0	0.1924132364810331	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
SPA0021_000000006420	4792	0.94084363442369	7	3	2	3	2	True	117385	fragment	False	SPA0021_000000006420	1.0		0	0	False	False	0.9962437152862549	0					non-mobilizable	plasmid	4804.0	97.065	100.0	0.20549704597996404	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
AST0089_000000002888	6065	0.940838401100114	9	7	1	2	5	False	125168	maximal	False	ISR0207_000000003796	0.9620684065488734	PS922|PS923	0	0	True	True	1.0	135	rep_cluster_233				non-mobilizable	other	1910.0	99.05799999999999	96.0	0.1948555680310299	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
DEN0063_000000008730	4784	0.9408349379284578	5	5	3	5	2	False	131534	maximal	True	DEN0063_000000008730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1821.0	78.473	38.0	0.025128290941543955	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0049_000000010815	1526	0.9408224753624987	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.3298901749820585	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1539.0	82.131	100.0	0.0007039430046356772	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
AST0084_000000022899	1548	0.9408218832266252	2	2	2	2	2	False	111275	fragment	False	AST0084_000000022899	1.0		0	0	False	False	0.9928940534591675	0					non-mobilizable	plasmid	1497.0	79.96	99.0	0.005585396086090974	CP013684.1	firmicutes	Clostridium botulinum strain AM282 plasmid pRSJ10_1, complete sequence	False	True
DEN0022_000000025791	1606	0.9408158185157288	3	3	3	2	2	False	84837	fragment	False	ISR0060_000000015834	0.7060969589946484		0	0	False	False	0.9975093603134155	0					non-mobilizable	other	1606.0	94.83200000000001	100.0	0.0004457070496692604	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0011_000000002844	2187	0.9408055638805424	2	1	1	1	1	True	94604	fragment	False	CHI0060_000000006292	0.9303843019726807		0	0	False	False	1.0	0					non-mobilizable	other	2194.0	93.52799999999999	100.0	0.19938148080771328	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0087_000000015828	2159	0.9408055638805424	2	1	1	1	1	True	94604	fragment	False	CHI0060_000000006292	0.9448736120228517		0	0	False	False	1.0	0					non-mobilizable	other	2159.0	99.90700000000001	100.0	0.1962888848462798	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0060_000000006292	2153	0.9408055638805424	1	1	1	1	1	True	94604	fragment	False	CHI0060_000000006292	0.9649350878400916		0	0	False	False	0.9986066222190857	0					non-mobilizable	other	2154.0	98.189	100.0	0.19583409132253957	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CAN0010_000000006705	1952	0.9408055638805424	1	1	1	1	1	True	94604	fragment	False	CHI0060_000000006292	0.6060376588251482		0	0	False	False	1.0	0					non-mobilizable	other	1851.0	98.325	95.0	0.16827360378388212	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0143_000000015200	1950	0.9408055638805424	1	1	1	1	1	True	94604	fragment	False	CHI0060_000000006292	0.7272224605389322		0	0	False	False	0.9948717951774597	0					non-mobilizable	other	1951.0	98.206	100.0	0.17736947425868654	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0395_000000021478	1800	0.9408055638805424	1	1	1	1	1	True	94604	fragment	False	CHI0060_000000006292	0.48363380947019985		0	0	False	False	0.9988889098167419	0					non-mobilizable	other	1801.0	98.223	100.0	0.1637256685464799	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CAN0011_000000016966	1779	0.9408055638805424	1	1	1	1	1	True	94604	fragment	False	CHI0060_000000006292	0.5881000570952235		0	0	False	False	0.9994378685951233	0					non-mobilizable	other	1780.0	98.20200000000001	100.0	0.16181553574677096	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0031_000000018567	1756	0.9408055638805424	1	1	1	1	1	True	94604	fragment	False	CHI0060_000000006292	0.36058295859096867		0	0	False	False	1.0	0					non-mobilizable	other	1757.0	98.29299999999999	100.0	0.15972348553756593	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0163_000000014910	1717	0.9408055638805424	2	1	1	1	1	True	91770	fragment	False	ENG0163_000000014910	1.0		0	0	False	False	0.9947583079338074	0					non-mobilizable	other	1703.0	98.82600000000001	99.0	0.15481171548117154	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0042_000000023593	1439	0.9408055638805424	1	1	1	1	1	True	84873	fragment	False	SPA0042_000000023593	0.981298434247685		0	0	False	False	0.9923558235168457	0					non-mobilizable	other	1429.0	99.93	99.0	0.12988903038020738	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CAN0020_000000025351	1393	0.9408055638805424	2	1	1	1	1	True	91768	fragment	False	CAN0020_000000025351	1.0		0	0	False	False	0.9892318844795227	0					non-mobilizable	other	1365.0	95.751	98.0	0.12379479716208841	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0137_000000013370	1302	0.9408055638805424	1	1	1	1	1	True	84873	fragment	False	SPA0042_000000023593	0.9338292006664599		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	98.77	99.0	0.1182463161724577	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0020_000000028419	1239	0.9408055638805424	1	1	1	1	1	True	84873	fragment	False	SPA0042_000000023593	0.5813147774073752		0	0	False	False	0.990314781665802	0					non-mobilizable	other	1222.0	99.182	99.0	0.1110605784973622	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
DEN0018_000000033161	1233	0.9408055638805424	1	1	1	1	1	True	84873	fragment	False	SPA0042_000000023593	0.5725882502867338		0	0	False	False	0.9886455535888672	0					non-mobilizable	other	1214.0	96.211	98.0	0.11033290885937784	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0071_000000009424	1232	0.9408055638805424	2	1	1	1	1	True	84872	fragment	False	CHI0071_000000009424	1.0		0	0	False	False	0.9991883039474487	0					non-mobilizable	other	1232.0	98.62	100.0	0.11197016554484264	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0018_000000018973	1178	0.9408055638805424	1	1	1	1	1	True	84873	fragment	False	SPA0042_000000023593	0.7376691606963823		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	99.406	100.0	0.10705839548844824	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0368_000000001288	8762	0.9407953490550596	12	8	4	4	7	True	104862	backbone	False	ENG0087_000000002895	0.9475539838111573	PS619	0	0	False	True	0.9993152022361755	0					non-mobilizable	no_good_hit	1689.0	92.36200000000001	48.0	0.20973969361066136	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0377_000000004310	3075	0.9407819184606844	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.08975737100737101		0	0	False	False	0.9860162734985352	0					non-mobilizable	chromosome	3060.0	99.935	99.0	0.0005549964466801542	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MON0044_000000016663	2964	0.940776567838026	3	3	3	2	1	False	64324	maximal	True	MON0044_000000016663	1.0		0	0	False	False	0.9908906817436218	0					non-mobilizable	no_good_hit	83.0	84.337	3.0	3.044047365377005e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
CHI0109_000000006391	2773	0.94076659331108	5	4	0	1	4	False	82807	maximal	True	CHI0109_000000006391	1.0		1	1	True	True	1.0	33					non-mobilizable	no_good_hit	1242.0	88.406	81.0	0.2209550962223806	NZ_LT635808.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
FIJ0043_000000018484	1566	0.9407528735642392	3	1	1	1	1	False	47197	maximal	True	FIJ0043_000000018484	1.0		2	1	False	False	0.9948914647102356	0					non-mobilizable	no_good_hit								True	False
AST0150_000000021726	1282	0.9407308757708572	3	2	1	2	0	True	103860	fragment	False	AST0150_000000021726	1.0		0	0	False	False	0.9968798756599426	0					non-mobilizable	no_good_hit								True	True
MON0009_000000015619	2324	0.9407216485343132	2	2	2	2	2	True	13815	maximal	True	MON0009_000000015619	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	88.413	61.0	0.0006807420327349373	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
MON0037_000000013262	4434	0.9407213678817472	5	3	3	3	2	True	32334	fragment	False	MON0037_000000013262	1.0		0	0	False	False	0.9993234276771545	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00018748677008678823	NZ_WNKZ01000002.1	b-proteobacteria	Massilia buxea strain KCTC 52429 NODE_2_length_165345_cov_37.047023_2, whole genome shotgun sequence	True	True
AUS0016_000000007736	3438	0.9407210939141472	4	4	4	4	4	False	129739	maximal	True	AUS0016_000000007736	1.0	PS1061	3	2	False	True	0.9968004822731018	0					non-mobilizable	no_good_hit	1799.0	99.22200000000001	68.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0280_000000010188	1440	0.940717071397243	2	2	2	2	2	False	26194	fragment	False	ISR0280_000000010188	1.0		0	0	False	False	0.9993055462837219	0					non-mobilizable	chromosome	1302.0	87.02	92.0	0.00045208460848845494	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0137_000000009864	3695	0.9407164512834572	6	4	4	4	3	False	95376	fragment	False	ISR0087_000000007072	0.61688371663434		0	0	False	False	0.9970229864120483	0					non-mobilizable	no_good_hit	293.0	74.403	8.0	4.783667392772928e-05	CP017946.1	a-proteobacteria	Bosea sp. Tri-49 chromosome, complete genome	True	False
ISR0255_000000011978	2565	0.9407141152401572	2	2	1	2	1	False	122167	fragment	False	FIJ0096_000000014880	0.6550618654243575		0	0	False	False	1.0	0					non-mobilizable	chromosome	1732.0	79.042	93.0	0.0005762316404045139	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
MON0015_000000031998	1204	0.9407121286535184	2	2	2	2	1	False	97493	fragment	False	FIJ0097_000000023905	0.6786775767265913		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	96.266	100.0	0.00021576582789419906	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
AUS0022_000000009022	3949	0.9407012816002238	5	4	4	4	4	True	99362	maximal	True	AUS0022_000000009022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3354.0	99.881	85.0	0.0011942877923698794	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
MON0082_000000023585	1508	0.9406992294783569	3	3	3	3	1	True	35567	fragment	False	MON0070_000000021941	0.9666339969230199		0	0	False	False	0.9754641652107239	0					non-mobilizable	other	1508.0	99.271	100.0	0.003427516108415951	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
USA0135_01_000000001220	10229	0.9406970169724947	10	5	4	5	4	False	84466	maximal	True	USA0135_01_000000001220	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	89.175	2.0	7.082150375702574e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0150_000000001874	8783	0.9406969213805976	7	6	3	6	4	True	132347	fragment	False	SPA0150_000000001874	0.9644101697218194		0	0	False	False	1.0	0					non-mobilizable	other	8760.0	96.39299999999999	99.0	0.09510922725790676	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0255_000000017032	1886	0.9406854638314048	4	1	1	1	1	False	26889	fragment	False	ISR0255_000000017032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0032_000000012598	2612	0.9406833829656818	3	2	2	2	1	False	110744	maximal	True	ISR0032_000000012598	1.0		1	1	False	False	0.9869831800460815	0					non-mobilizable	no_good_hit	1477.0	89.1	76.0	0.00031723091106748637	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
FIJ0110_000000001791	8631	0.9406824662218192	7	5	5	5	3	True	51751	maximal	True	FIJ0110_000000001791	1.0		4	1	False	False	0.9951338171958923	0					non-mobilizable	no_good_hit	74.0	86.486	1.0	0.0007077552524165479	NZ_CABGVN010000015.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071129, whole genome shotgun sequence	True	True
MON0109_000000021204	1697	0.9406824219824296	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.4347703854085442	PS319	0	0	False	True	1.0	0					non-mobilizable	other	1697.0	99.175	100.0	0.019309591037435105	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
ENG0020_000000008834	2240	0.9406772957689712	2	2	2	2	1	False	66476	maximal	True	ENG0020_000000008834	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	81.604	32.0	0.00019265166841771658	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
SPA0059_000000012084	2072	0.9406720361565618	4	4	3	2	3	False	81512	fragment	False	SPA0059_000000012084	1.0		0	0	False	False	0.9980695247650146	0					non-mobilizable	other	2072.0	99.71	100.0	0.008507035770647028	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
CHI0104_000000008091	1283	0.9406551892836408	2	2	2	1	1	False	101769	fragment	False	USA0066_01_000000013774	0.3678121899102245		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	94.545	99.0	0.00034176765801819645	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
USA0132_01_000000005807	2887	0.9406548467184368	3	2	2	2	2	False	72050	maximal	True	USA0132_01_000000005807	1.0		1	1	False	False	0.9996536374092102	0					non-mobilizable	no_good_hit	48.0	97.917	2.0	0.47	XR_002394005.1	rodents	PREDICTED: Heterocephalus glaber uncharacterized LOC110348636 (LOC110348636), transcript variant X13, ncRNA	True	False
ISR0102_000000009449	1794	0.9406496786058895	3	2	1	1	2	True	33093	maximal	True	ISR0102_000000009449	1.0		0	0	False	False	0.9793757200241089	0					non-mobilizable	no_good_hit	503.0	95.427	28.0	0.00014158369542470315	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ENG0210_000000011329	2170	0.940646578893654	5	4	0	1	3	False	53719	fragment	False	ENG0210_000000011329	1.0		0	0	False	False	0.9972350001335144	0					non-mobilizable	plasmid	1982.0	96.62	91.0	0.28552878372529217	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
CAN0022_000000002344	10932	0.940637404889552	14	10	4	8	6	True	114001	backbone	True	CAN0022_000000002344	0.9983326168542374	PS735	13	9	True	True	1.0	135					non-mobilizable	no_good_hit	723.0	92.39299999999999	29.0	0.05824929407018959	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0031_000000001934	10913	0.940637404889552	14	10	4	8	6	True	114001	backbone	False	CAN0022_000000002344	0.9982275831401216	PS735	0	0	True	True	1.0	149					non-mobilizable	no_good_hit	1192.0	93.12100000000001	28.0	0.09495764421137555	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0010_000000001549	10913	0.940637404889552	15	10	4	8	6	True	114001	backbone	False	CAN0022_000000002344	0.9981661875779123	PS735	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1525.0	85.639	29.0	0.14503962570419174	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
CHI0077_000000001251	10913	0.940637404889552	15	10	4	8	6	True	114001	backbone	False	CAN0022_000000002344	0.9976493358235624	PS735	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	1526.0	85.51799999999999	29.0	0.14503962570419174	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
CHI0139_000000000751	10913	0.940637404889552	15	10	4	8	6	True	114001	backbone	False	CAN0022_000000002344	0.9982842532004842	PS735	0	0	True	True	1.0	87					non-mobilizable	no_good_hit	1525.0	85.639	29.0	0.14503962570419174	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
AST0108_000000001418	10913	0.940637404889552	15	10	4	8	6	True	114001	backbone	False	CAN0022_000000002344	0.9971661766135322	PS735	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	1525.0	85.639	29.0	0.14503962570419174	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0213_000000001886	10392	0.940637404889552	14	10	4	8	6	True	114001	backbone	False	CAN0022_000000002344	0.9644617880702487	PS735	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	723.0	92.39299999999999	25.0	0.05824929407018959	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0018_000000005223	4149	0.9406337435902946	7	5	5	5	4	False	125977	fragment	False	ISR0018_000000005223	0.9996336996336996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	99.696	32.0	0.00046401372577987624	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0224_000000024264	1294	0.9406320702042236	3	3	3	1	1	False	106069	fragment	False	ISR0344_000000020233	0.22342879273241378		0	0	False	False	0.9860896468162537	0					non-mobilizable	other	1274.0	96.546	99.0	0.0004619432485287362	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0157_000000023415	1359	0.9406125054366858	2	2	2	1	1	False	30530	fragment	False	ISR0157_000000023415	0.9948939512961508		0	0	False	False	0.9992641806602478	0					non-mobilizable	chromosome	1061.0	90.292	91.0	0.0004271983773722822	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
USA0133_01_000000005317	5221	0.9406123511447492	6	5	5	4	4	False	129544	maximal	True	USA0133_01_000000005317	1.0	PS1061	0	0	False	True	0.9988508224487305	0					non-mobilizable	no_good_hit	1816.0	87.941	35.0	0.0004853177317037091	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0081_000000014547	1776	0.9406108200017655	3	2	2	2	2	False	100697	fragment	False	USA0060_01_000000006739	0.982904570192716		0	0	False	False	0.9977477192878723	0					non-mobilizable	other	1776.0	99.493	100.0	0.004707660889283772	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0016_01_000000008517	1765	0.9406108200017655	2	2	2	2	2	False	100697	fragment	False	USA0060_01_000000006739	0.9021744112899889		0	0	False	False	0.9937676787376404	0					non-mobilizable	other	1765.0	99.887	100.0	0.004678486652786803	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0059_01_000000014633	1765	0.9406108200017655	2	2	2	2	2	False	100697	fragment	False	USA0060_01_000000006739	0.9021744112899889		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	99.887	100.0	0.004678486652786803	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0015_01_000000019081	1753	0.9406108200017655	2	2	2	2	2	False	100697	fragment	False	USA0060_01_000000006739	0.8972233611128183		0	0	False	False	0.9994295239448547	0					non-mobilizable	other	1753.0	99.88600000000001	100.0	0.004646660212971926	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0072_000000006199	1745	0.9406108200017655	2	2	2	2	2	False	100697	fragment	False	USA0060_01_000000006739	0.8971097646021126		0	0	False	False	0.996561586856842	0					non-mobilizable	other	1745.0	99.713	100.0	0.004625442586428676	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0024_000000008684	1736	0.9406108200017655	2	2	2	2	2	False	100697	fragment	False	USA0060_01_000000006739	0.8915849334143284		0	0	False	False	0.9971198439598083	0					non-mobilizable	chromosome	1736.0	99.48200000000001	100.0	0.0003795831935876475	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
CHI0175_000000006738	1726	0.9406108200017655	2	2	2	2	2	False	100697	fragment	False	USA0060_01_000000006739	0.8876458205928788		0	0	False	False	0.9959443807601929	0					non-mobilizable	other	1731.0	99.191	100.0	0.004577702926706361	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0106_000000012651	1641	0.9406108200017655	3	2	2	2	2	False	100697	fragment	False	USA0060_01_000000006739	0.927057779602347		0	0	False	False	0.9817184805870056	0					non-mobilizable	other	1641.0	99.81700000000001	100.0	0.004349613441366415	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0001_01_000000010410	1600	0.9406108200017655	2	2	2	2	2	False	100697	fragment	False	USA0060_01_000000006739	0.7584049287277139		0	0	False	False	1.0	0					non-mobilizable	other	1600.0	99.875	100.0	0.004240873105332255	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0093_000000002920	6961	0.9406104086464664	6	4	3	4	2	True	33542	fragment	False	ISR0217_000000003867	0.9430073905628198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	100.0	2.0	0.0010099941324150403	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MON0104_000000017171	2632	0.9406069721549016	3	3	3	2	1	False	8816	fragment	False	MON0104_000000017171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	85.185	9.0	5.128307281391068e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
MAD0038_000000008206	1755	0.9405983316507064	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.9727902785792536		0	0	False	False	0.9994301795959473	0					non-mobilizable	chromosome	1752.0	98.85799999999999	100.0	0.00032942005139028057	CP042981.1	enterobacteria	Escherichia coli strain NCCP 14539 chromosome, complete genome	False	False
USA0034_01_000000018657	2916	0.9405925923292181	2	2	1	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9587069087336074		0	0	False	False	1.0	0					non-mobilizable	chromosome	987.0	97.97399999999999	96.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
DEN0021_000000011926	2866	0.9405925923292181	2	2	1	2	1	False	131989	fragment	False	ENG0120_000000007180	0.9118079284477145		0	0	False	False	1.0	0					non-mobilizable	chromosome	987.0	98.27799999999999	98.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ENG0162_000000004935	4863	0.9405906072880678	7	5	3	4	4	True	127259	maximal	True	ENG0162_000000004935	1.0	PS757|PS758|PS996	0	0	False	True	0.9975323677062988	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	3148.0	99.74600000000001	65.0	0.6425071457737852	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ISR0187_000000004458	5825	0.9405863083286616	7	7	7	6	6	False	99088	fragment	False	CAN0012_000000008126	0.47629240710823906		0	0	False	False	0.9996566772460938	0					non-mobilizable	other	5822.0	99.15799999999999	99.0	0.020366819683143928	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
FIJ0017_000000019611	1496	0.9405774636212729	2	2	2	2	1	False	131371	fragment	False	AST0002_000000024033	0.7970766613356386		0	0	False	False	0.9872994422912598	0					non-mobilizable	no_good_hit	209.0	76.077	14.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
MAD0097_000000002487	12640	0.9405727287252827	28	23	4	6	22	False	15452	maximal	True	MAD0097_000000002487	1.0		1	1	False	False	0.9998417496681213	0					non-mobilizable	chromosome	9194.0	98.434	94.0	0.003245141818310182	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	False	False
MON0041_000000027115	2315	0.94056960544379	4	4	4	3	3	False	103931	fragment	False	MON0041_000000027115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1588.0	92.632	68.0	0.0007749324326645553	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0189_000000002068	5007	0.9405692035218284	6	3	1	3	2	True	111188	maximal	True	ISR0189_000000002068	1.0		21	7	False	False	0.9998002648353577	0					non-mobilizable	other	5032.0	92.15	100.0	0.01642754262729131	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
MON0028_000000007980	3100	0.9405639321526252	6	3	1	2	3	False	77320	maximal	True	MON0028_000000007980	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.31395805661048e-06	NZ_CP023559.1	g-proteobacteria	Salinicola tamaricis strain F01 chromosome, complete genome	True	False
ISR0062_000000000923	21508	0.9405536410484306	34	14	8	12	8	True	127383	fragment	False	ISR0062_000000000923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10703.0	97.365	75.0	0.06157913532318822	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0361_000000006706	1999	0.940551058778292	4	3	3	3	3	False	76215	fragment	False	ENG0032_000000011291	0.9139952793112481		0	0	False	False	0.9814907312393188	0					non-mobilizable	no_good_hit	172.0	75.0	8.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0198_000000003655	9722	0.9405459441400918	10	9	3	5	8	False	96388	fragment	False	USA0073_01_000000002311	0.9864865616083021		0	0	False	False	1.0	0					non-mobilizable	chromosome	8926.0	93.03200000000001	92.0	0.0021542560798890366	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
CHI0175_000000002223	5687	0.9405439046632836	5	2	1	2	0	True	77764	maximal	True	CHI0175_000000002223	1.0		1	1	False	False	0.9996483325958252	0					non-mobilizable	no_good_hit	66.0	98.485	3.0	2.3925505545932186e-05	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	True
ISR0224_000000009749	2995	0.9405439046632836	2	2	1	2	0	True	119244	fragment	False	ISR0224_000000009749	1.0		0	0	False	False	0.9996660947799683	0					non-mobilizable	no_good_hit	532.0	89.662	23.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0182_000000014364	2627	0.9405439046632836	3	2	1	2	0	True	29558	maximal	True	ISR0182_000000014364	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	80.1	8.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
MON0054_000000000574	22068	0.9405401882962002	21	12	5	12	7	True	80303	fragment	False	MON0102_000000001127	0.9711878465098005		0	0	False	False	0.9993202686309814	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	0.0	1.2978518658918851e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0125_000000000531	19957	0.9405365906902172	12	9	7	9	5	True	105962	fragment	False	FIJ0108_000000000697	0.9584804280898064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	373.0	94.906	3.0	9.843336234761168e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0069_000000000951	16809	0.9405229129848354	30	7	3	5	4	False	90442	fragment	False	SPA0069_000000000951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	74.42699999999999	3.0	0.04846470125098416	NZ_UGGU01000004.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	False
CHI0104_000000002311	3300	0.9405219271293216	5	3	2	3	1	True	83248	maximal	True	CHI0104_000000002311	1.0		1	1	False	False	0.9975757598876953	0					non-mobilizable	no_good_hit	109.0	82.569	3.0	1.9453006898545298e-05	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	True
MON0068_000000030922	1366	0.9405190261201336	2	2	1	2	2	False	73054	fragment	False	SPA0021_000000023640	0.9662914267519304		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	97.804	100.0	0.0007104580265406443	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MON0069_000000011215	3989	0.9405153125249662	3	3	3	3	2	False	14878	fragment	False	MON0069_000000011215	1.0		0	0	False	False	0.9912258982658386	0					non-mobilizable	other	3989.0	99.04700000000001	100.0	0.12592358699084308	NZ_WAJR01000028.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_028, whole genome shotgun sequence	False	False
MON0019_000000016767	3771	0.9405148984077654	4	3	2	3	3	False	95394	fragment	False	MON0019_000000016767	0.9941691856163078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	83.429	25.0	0.0002732063033807006	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0389_000000003552	5187	0.9405129022607678	8	5	3	4	1	True	38142	fragment	False	ISR0389_000000003552	1.0		0	0	False	False	0.9974937438964844	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0009607136730142391	NZ_BILU01000094.1	firmicutes	Paenibacillus alginolyticus DSM 5050 = NBRC 15375 PAL01S_CON00094, whole genome shotgun sequence	True	True
ENG0106_000000016249	1285	0.940507849075234	3	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.24047717794058487		0	0	False	False	0.9735408425331116	0					non-mobilizable	other	1113.0	94.25	100.0	0.0003874588760487	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0020_000000016500	1225	0.940507849075234	2	2	2	1	1	False	66449	fragment	False	ENG0020_000000016500	1.0		0	0	False	False	0.9902040958404541	0					non-mobilizable	other	867.0	94.23299999999999	100.0	0.0003013956185091056	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
DEN0028_000000026223	1220	0.940507849075234	3	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.21503806934642203		0	0	False	False	0.9983606338500977	0					non-mobilizable	other	1231.0	94.639	100.0	0.00042857411649271666	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0046_000000015751	1204	0.940507849075234	3	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.0879884575770378		0	0	False	False	0.97508305311203	0					non-mobilizable	other	1019.0	94.603	100.0	0.000354706057389907	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0057_000000003723	5682	0.9405068807013862	7	5	1	2	5	False	97203	maximal	True	ENG0057_000000003723	1.0		1	1	True	True	1.0	26	rep_cluster_870	MOBV			mobilizable	no_good_hit	1478.0	91.54299999999999	57.0	0.27323213624583487	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	True	True
CHI0115_000000000646	10457	0.940505692817934	10	4	4	4	3	True	82259	maximal	True	CHI0115_000000000646	1.0		1	1	False	False	0.9987568259239197	0					non-mobilizable	no_good_hit	305.0	82.95100000000001	3.0	0.0001104254102119947	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	True
MON0099_000000006279	4489	0.9405028426511456	10	4	2	4	2	True	110676	fragment	False	ENG0169_000000004841	0.4989056420233463		0	0	False	False	1.0	0					non-mobilizable	other	3111.0	98.45700000000001	100.0	0.000832833677758708	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0022_000000007034	4112	0.9405028426511456	8	4	2	4	2	True	110676	fragment	False	ENG0169_000000004841	0.702725271264041		0	0	False	False	0.9951362013816833	0					non-mobilizable	other	3118.0	98.525	100.0	0.0008347082230141134	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0814_000000005207	7342	0.9405019124814734	13	9	3	4	8	True	125644	maximal	False	USA0039_01_000000003137	0.9750753934737931	PS799|PS803	0	0	True	True	1.0	87	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4842.0	97.295	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0138_000000003852	7342	0.9405019124814734	13	9	3	4	8	True	125644	maximal	False	USA0039_01_000000003137	0.9749627563592361	PS799|PS803	0	0	True	True	1.0	215	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4842.0	97.25299999999999	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0346_000000002171	7322	0.9405019124814734	13	9	3	4	8	True	125644	maximal	False	USA0039_01_000000003137	0.9749530310151037	PS799|PS803	0	0	True	True	1.0	84	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4842.0	97.25299999999999	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0286_000000001419	7322	0.9405019124814734	13	9	3	4	8	True	125644	maximal	False	USA0039_01_000000003137	0.9751698187436036	PS799|PS803	0	0	True	True	0.9997268319129944	25	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4842.0	97.274	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0168_000000003790	7322	0.9405019124814734	13	9	3	4	8	True	125644	maximal	False	USA0039_01_000000003137	0.9745014736307471	PS799|PS803	0	0	True	True	1.0	468	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4842.0	97.23299999999999	66.0	0.5418019026301063	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
AST0012_000000002203	7322	0.9405019124814734	12	9	3	4	8	True	125644	maximal	False	USA0039_01_000000003137	0.975194112243975	PS799|PS803	0	0	True	True	1.0	13	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4400.0	97.59100000000001	67.0	0.4923335198656967	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
DEN0087_000000001455	7302	0.9405019124814734	12	9	3	4	8	True	125644	maximal	False	USA0039_01_000000003137	0.9751590036452861	PS799|PS803	0	0	True	True	1.0	292	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4176.0	97.941	67.0	0.46679338103756707	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ENG0009_000000010400	1285	0.9405017070434786	2	2	2	1	1	False	110522	fragment	False	ENG0009_000000010400	0.9742284120518184		0	0	False	False	0.9875486493110657	0					non-mobilizable	no_good_hit	159.0	76.101	12.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0016_000000007389	3079	0.9405006282900648	4	2	2	2	2	False	66809	maximal	True	ENG0016_000000007389	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	76.208	44.0	0.04265327527572069	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	True	False
FIJ0040_000000009477	2594	0.9404963022635292	4	4	4	4	3	False	47494	fragment	False	FIJ0040_000000009477	1.0		0	0	False	False	0.9899768829345703	0					non-mobilizable	chromosome	2336.0	88.399	90.0	0.0009379001202932542	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0182_000000000091	65058	0.940492613939846	77	24	14	18	18	True	117147	maximal	True	ENG0182_000000000091	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	plasmid	15385.0	99.155	91.0	0.0828280326120906	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
SPA0124_000000015112	1942	0.9404832235077376	3	2	2	1	1	False	4051	maximal	True	SPA0124_000000015112	1.0		1	1	False	False	0.9752832055091858	0					non-mobilizable	no_good_hit	296.0	96.62200000000001	15.0	0.0001316448872472697	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0094_000000010001	1200	0.9404774551781541	5	1	1	1	1	False	32733	fragment	False	ISR0109_000000026386	0.9529950083194676		0	0	False	False	1.0	0					non-mobilizable	virus	1200.0	97.417	100.0	0.24696189495365603	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ENG0145_000000005072	6427	0.9404748425764612	5	5	5	5	4	False	116640	fragment	False	ENG0145_000000005072	1.0		0	0	False	False	0.9990664124488831	0					non-mobilizable	chromosome	5401.0	99.574	99.0	0.0010567531221183908	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
FIJ0038_000000014666	2362	0.9404702757667852	2	2	2	2	1	False	47656	fragment	False	FIJ0038_000000014666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1395.0	76.703	58.0	0.0004144001647963446	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0070_000000002020	7805	0.9404627780885882	6	6	6	6	6	False	98397	fragment	False	TAN0021_000000001124	0.9379362566242758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	79.48899999999999	19.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CAN0021_000000005611	6860	0.9404611767761384	6	3	3	2	2	False	91667	maximal	True	CAN0021_000000005611	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	83.17200000000001	33.0	0.00019406299758225904	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ENG0113_000000003075	8421	0.940460833020167	11	3	3	1	2	False	110745	maximal	True	ENG0113_000000003075	1.0		1	1	False	False	0.9998812675476074	0					non-mobilizable	no_good_hit	2257.0	97.07600000000001	52.0	0.05026289991979324	NZ_SPFU01000033.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_33_length_44884_cov_22.2797, whole genome shotgun sequence	True	False
FIJ0009_000000009466	3809	0.9404576231360896	4	2	2	2	1	False	51296	fragment	False	FIJ0009_000000009466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	91.75299999999999	3.0	0.01642710472279261	NZ_FTOU01000039.1	a-proteobacteria	Paracoccus saliphilus strain DSM 18447, whole genome shotgun sequence	True	False
MAD0054_000000011788	1517	0.9404560596199221	1	1	1	1	1	False	27716	fragment	False	MAD0054_000000011788	0.9831508684405025		0	0	False	False	0.9967040419578552	0					non-mobilizable	no_good_hit	184.0	89.13	12.0	0.07108626198083066	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0071_01_000000004655	2827	0.940443103829918	5	4	3	4	4	False	88937	fragment	False	USA0071_01_000000004655	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2826.0	100.0	99.0	0.02245967196953435	NZ_WBKJ01000015.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000015, whole genome shotgun sequence	False	False
SPA0139_000000004596	5202	0.94044280453081	7	5	2	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9856385258229392		0	0	False	False	0.9996155500411987	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	28.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
SPA0015_000000003142	5189	0.94044280453081	7	5	2	3	3	True	77740	fragment	False	SPA0122_000000005725	0.9846646939316378		0	0	False	False	0.9998072981834412	0					non-mobilizable	no_good_hit	662.0	85.49799999999999	33.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
DEN0041_000000006783	4826	0.94044280453081	7	5	2	3	3	True	77740	fragment	False	SPA0122_000000005725	0.8553637504669751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	35.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ISR0787_000000003039	4295	0.94044280453081	6	5	2	3	3	True	77738	fragment	False	ISR0787_000000003039	1.0		0	0	False	False	0.9990686774253845	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	28.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
FIJ0094_000000001508	10413	0.9404406921943692	14	12	2	6	12	True	43204	fragment	False	FIJ0094_000000001508	0.9879626683635592		0	0	False	False	1.0	0					non-mobilizable	plasmid	10400.0	99.837	99.0	0.2447858977682464	CP061364.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed1, complete sequence	False	True
FIJ0064_000000011257	2387	0.9404195285927582	2	1	1	1	1	False	45493	fragment	False	FIJ0064_000000011257	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2387.0	100.0	100.0	0.6063532401524777	CP055560.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00184 plasmid unnamed	False	True
ISR0856_000000001871	2739	0.9404153381972796	4	3	2	2	3	False	32319	maximal	True	ISR0856_000000001871	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	91.199	48.0	0.002863287812722673	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ENG0191_000000019529	1632	0.9404124111883668	2	1	1	1	1	False	54692	fragment	False	ENG0191_000000019529	1.0		0	0	False	False	0.9859068393707275	0					non-mobilizable	no_good_hit								True	False
CHI0177_000000006659	2445	0.9404114509218888	3	3	2	2	1	False	77695	fragment	False	CHI0177_000000006659	1.0		0	0	False	False	0.9942740201950073	0					non-mobilizable	other	2445.0	99.387	100.0	0.001889835225878278	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
ISR0065_000000020676	1653	0.9404101999485526	3	3	1	3	1	True	35184	fragment	False	ISR0065_000000020676	1.0		0	0	False	False	0.9812462329864502	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	3.449036179157721e-05	NZ_FUHT01000002.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	True
CHI0083_000000003858	2637	0.940408581153318	3	3	2	2	3	False	84223	maximal	True	CHI0083_000000003858	1.0		1	1	False	False	0.9905195236206055	0					non-mobilizable	no_good_hit	1593.0	81.042	60.0	0.0002424593672473309	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0326_000000003833	4349	0.9404000815704242	4	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.8861868140438165	PS824|PS825	0	0	True	True	1.0	53	IncW	MOBQ			mobilizable	plasmid	2777.0	90.925	95.0	0.6515473659343255	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
ISR0395_000000000734	31670	0.9403987721680416	35	16	11	13	7	True	71331	maximal	True	ISR0395_000000000734	1.0		1	1	False	False	0.999968409538269	0					non-mobilizable	no_good_hit	174.0	78.161	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
MON0082_000000002318	8406	0.9403940175428984	9	8	4	5	7	True	132506	backbone	False	ISR0038_000000002833	0.9159436694482662	PS1165|PS799|PS800	0	0	False	True	0.9994052052497864	0	rep_cluster_1097	MOBB			mobilizable	plasmid	8271.0	99.84299999999999	98.0	0.9245304114490162	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MON0048_000000003720	8095	0.9403940175428984	9	8	4	5	7	True	132506	backbone	False	ISR0038_000000002833	0.010469715255747044	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6199.0	99.887	98.0	0.6929785330948122	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0117_000000008889	2554	0.9403909726016412	4	3	0	3	2	False	95660	backbone	False	DEN0012_000000002418	0.9958023599483287	PS507	0	0	True	True	1.0	48	rep_cluster_2335			MOB_unknown	mobilizable	plasmid	2480.0	99.96	100.0	0.9935871743486974	CP058152.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00114 plasmid pRHBSTW-00114_4, complete sequence	False	True
SPA0134_000000001771	15868	0.9403856360910032	23	23	4	14	23	True	95699	maximal	True	SPA0134_000000001771	1.0		2	2	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	14149.0	99.71	95.0	0.06332071215661	CP023488.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain ST101:960186733 plasmid p19-10_01, complete sequence	False	True
USA0064_01_000000002698	3303	0.9403855000119979	5	4	3	3	3	False	131383	maximal	True	USA0064_01_000000002698	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	96.939	3.0	2.8903761613817444e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0161_000000012380	2456	0.940377955681076	3	3	3	3	2	False	103945	fragment	False	ISR0161_000000012380	1.0		0	0	False	False	0.9930781722068787	0					non-mobilizable	other	2427.0	95.509	99.0	0.0011896366160727564	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0244_000000002109	8048	0.940374040610922	7	4	3	2	2	False	116320	maximal	True	ISR0244_000000002109	1.0	PS336|PS337|PS338	0	0	True	True	0.9996272325515747	10					non-mobilizable	no_good_hit	303.0	89.76899999999999	4.0	0.07432098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
TAN0007_000000006505	4980	0.9403729086631069	4	3	3	3	2	False	2854	maximal	True	TAN0007_000000006505	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	6.651494923484053e-06	CP041185.1	b-proteobacteria	Janthinobacterium sp. SNU WT3 chromosome, complete genome	True	False
ISR0198_000000009958	3333	0.9403703167148176	4	4	4	4	3	False	98954	fragment	False	DEN0085_000000009417	0.9845794765789108		0	0	False	False	1.0	0					non-mobilizable	other	3299.0	99.939	100.0	0.0006208612778970937	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0188_000000022039	1140	0.9403700696535005	1	1	1	1	1	False	54872	maximal	True	ENG0188_000000022039	1.0		3	2	False	False	0.9964912533760071	0					non-mobilizable	no_good_hit	739.0	75.778	64.0	0.0006361855361039649	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
DEN0051_000000034695	1397	0.9403697140164692	3	3	3	2	3	False	88990	fragment	False	DEN0051_000000034695	0.9854155252581007		0	0	False	False	0.9992842078208923	0					non-mobilizable	other	1397.0	99.571	100.0	0.00034226835162728253	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0008_000000009476	3046	0.9403667576893862	3	2	1	2	2	False	105883	fragment	False	CHI0106_000000005843	0.8939558198414069		0	0	False	False	0.9996716976165771	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	21.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0041_000000025169	1503	0.940364450821911	3	2	1	1	1	True	47356	fragment	False	FIJ0041_000000025169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0089_01_000000001399	6602	0.9403613321333776	8	6	4	4	6	False	123628	fragment	False	USA0108_01_000000001009	0.2751776116167756		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2792.0	98.102	86.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
SPA0051_000000005195	4752	0.9403609165730636	6	2	2	2	2	False	6563	maximal	True	SPA0051_000000005195	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	2.0	0.008484462827447237	NZ_JJMW01000023.1	firmicutes	Exiguobacterium alkaliphilum 12/1 HybridContig20, whole genome shotgun sequence	True	False
USA0057_01_000000006922	4391	0.9403560496417512	6	5	5	5	5	False	990	maximal	True	USA0057_01_000000006922	1.0		1	1	False	False	0.9851970076560974	0					non-mobilizable	no_good_hit	811.0	75.092	18.0	0.0037988551265573647	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	False
ISR0004_000000001530	10177	0.9403549441882504	7	6	4	6	2	True	106018	fragment	False	ISR0004_000000001530	0.9808907138344916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	77.953	4.0	0.00010486251685140645	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0174_000000012537	1958	0.9403523399414646	3	3	3	2	2	False	131391	fragment	False	ISR0174_000000012537	0.9588056464720333		0	0	False	False	0.9918283820152283	0					non-mobilizable	no_good_hit	209.0	75.598	11.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
CHI0099_000000000016	98115	0.9403512633066172	144	30	11	21	15	True	83370	maximal	True	CHI0099_000000000016	1.0		1	1	True	True	1.0	139					non-mobilizable	no_good_hit	207.0	93.23700000000001	0.0	5.105524499701971e-05	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
USA0056_01_000000002737	8934	0.9403478249562024	11	8	4	3	7	False	61949	maximal	True	USA0056_01_000000002737	1.0		1	1	False	False	0.9998880624771118	0					non-mobilizable	no_good_hit	4896.0	99.85700000000001	77.0	0.029541161489671154	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
ENG0186_000000004839	3363	0.9403404838055524	5	5	3	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4755021127512645	PS1090	0	0	True	True	1.0	139					non-mobilizable	other	1851.0	96.704	91.0	0.6174899866488651	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0060_000000013357	2197	0.9403400318159588	6	3	1	2	2	True	114729	fragment	False	ISR0782_000000006159	0.9792231255645889		0	0	False	False	1.0	0					non-mobilizable	chromosome	2197.0	98.726	100.0	0.0009081978836048954	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
FIJ0091_000000007086	3495	0.9403342512153159	5	4	2	1	3	True	118154	fragment	False	FIJ0091_000000007086	1.0		0	0	False	False	0.9994277358055115	0	rep_cluster_1097				non-mobilizable	plasmid	3495.0	99.943	100.0	0.39093452714045884	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0238_000000000371	19246	0.940333189838262	10	5	4	3	4	False	29832	maximal	True	ISR0238_000000000371	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	80.369	8.0	0.0003934113468484777	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0045_000000002104	5370	0.9403282809685954	6	4	3	2	4	False	122607	fragment	False	ENG0045_000000002104	0.9552739470741707		0	0	False	False	0.9949720501899719	0					non-mobilizable	no_good_hit	2310.0	82.12100000000001	43.0	0.03287124094400956	NZ_CABIWU010000003.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0843_000000000844	14426	0.940327029120343	16	12	6	6	10	True	132596	backbone	False	ISR0120_000000000296	0.08542987224687124	PS1169|PS902	0	0	False	True	0.9998613595962524	0		MOBB	MPF_T		conjugative	plasmid	14385.0	99.882	99.0	0.4643595041322314	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0139_000000001345	12976	0.940327029120343	15	12	6	6	10	True	132596	backbone	False	ISR0120_000000000296	0.019985601522875773	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12897.0	99.93	99.0	0.3901804092505146	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0087_000000001485	12945	0.940327029120343	15	12	6	6	10	True	132596	backbone	False	ISR0120_000000000296	0.0201007762411211	PS1169|PS902	0	0	False	True	0.9993047714233398	0			MPF_T		non-mobilizable	plasmid	12934.0	99.93	99.0	0.3913003995641119	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0176_000000002044	12884	0.940327029120343	15	12	6	6	10	True	132596	backbone	False	ISR0120_000000000296	0.019962165016315824	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12884.0	99.34	100.0	0.38996851919118536	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0148_000000007326	2397	0.9403238283420966	2	2	2	2	2	False	102298	maximal	True	FIJ0148_000000007326	1.0		0	0	False	False	0.9954109191894531	0					non-mobilizable	no_good_hit	1060.0	87.45299999999999	44.0	0.0002924171484745989	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0813_000000008488	3429	0.9403224134191572	4	3	1	3	1	True	86713	maximal	False	SPA0155_000000005273	0.9499565824148457		0	0	True	True	1.0	69					non-mobilizable	plasmid	1828.0	92.72399999999999	99.0	0.5442238267148014	HG796350.1	bacteria	Uncultured bacterium plasmid pRGI00625	False	True
CHI0112_000000004853	3391	0.9403224134191572	5	3	1	3	1	True	86713	maximal	False	SPA0155_000000005273	0.9439069951452633		0	0	True	True	1.0	107					non-mobilizable	plasmid	1841.0	93.427	99.0	0.5484356197352587	HG796350.1	bacteria	Uncultured bacterium plasmid pRGI00625	False	True
SPA0023_000000001844	9638	0.9403195978846992	11	11	10	9	11	True	99365	fragment	False	SPA0023_000000001844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.219	8.0	0.01935048014283646	NZ_WEHX01000011.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_11_length_41446_cov_129.291629, whole genome shotgun sequence	True	True
ISR0160_000000012331	2320	0.9403192942746746	4	3	3	3	1	False	36340	maximal	True	ISR0160_000000012331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0076_000000003570	2277	0.9403126618245584	4	4	3	3	4	True	118137	fragment	False	CHI0076_000000003570	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2281.0	93.73100000000001	99.0	0.2543928371572468	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0068_000000004352	5212	0.9403125591753034	6	6	0	3	5	False	127607	backbone	False	ENG0095_000000004996	0.9905942480832822	PS1012	0	0	True	True	1.0	240	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	5081.0	99.803	100.0	0.9858334950514264	CP048872.1	enterobacteria	Escherichia coli strain 6-Pyelo plasmid p6-Pyelo_2, complete sequence	False	True
SPA0144_000000004838	3411	0.9403065003438196	4	4	4	3	2	False	129691	maximal	True	SPA0144_000000004838	1.0	PS1061	0	0	False	True	0.9926707744598389	0					non-mobilizable	no_good_hit	1812.0	87.52799999999999	53.0	0.0004845137818444539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
USA0116_01_000000009557	2712	0.9403050993756652	5	4	4	2	2	False	264	maximal	True	USA0116_01_000000009557	1.0		2	2	False	False	0.9804572463035583	0					non-mobilizable	no_good_hit	905.0	97.569	51.0	0.0001823386721746542	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
ISR0043_000000005927	3696	0.9403020347518914	4	2	2	2	2	False	36317	maximal	True	ISR0043_000000005927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	99.561	65.0	0.010275011456121442	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
FIJ0126_000000013427	2712	0.9403008767168318	3	2	2	2	2	False	97514	fragment	False	MON0078_000000016238	0.6140482439695037		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	94.848	46.0	0.0014751152217347494	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0392_000000007902	3860	0.9402920507328084	4	4	4	4	4	False	22832	maximal	True	ISR0392_000000007902	1.0		8	2	False	False	0.9943005442619324	0					non-mobilizable	other	3769.0	89.865	97.0	0.013561981618471195	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0776_000000012437	1955	0.940290487388328	4	3	3	3	3	False	67773	fragment	False	ISR0776_000000012437	0.9578783151326054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	80.682	9.0	7.007905487801151e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
FIJ0145_000000003031	3990	0.9402899491745966	8	7	4	3	6	True	118157	fragment	False	FIJ0145_000000003031	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	3991.0	99.925	100.0	0.44644655847789594	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0113_01_000000005789	3281	0.9402887645117488	6	4	2	3	3	False	104881	fragment	False	ISR0347_000000004736	0.5391985818854886		0	0	False	False	0.9987808465957642	0					non-mobilizable	no_good_hit	1553.0	97.553	60.0	0.12505042355788623	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0103_000000017091	2873	0.9402862661868584	4	4	4	3	3	False	52006	fragment	False	MON0103_000000017091	0.9945115257958288		0	0	False	True	0.9805082082748413	0					non-mobilizable	no_good_hit	2028.0	97.88	74.0	0.0013657555338041348	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
SPA0105_000000004504	6216	0.9402764950564708	13	6	1	4	5	False	88498	fragment	False	CHI0031_000000001223	0.9733212837929445		0	0	False	False	0.9979086518287659	0					non-mobilizable	other	6177.0	99.95100000000001	99.0	0.0019819633632018464	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
MAD0053_000000000045	58907	0.9402751007881336	86	32	20	28	16	False	17237	maximal	True	MAD0053_000000000045	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	91.12899999999999	0.0	0.1018363939899833	HG796672.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI02009	True	False
DEN0010_000000004951	7741	0.9402713057819851	10	10	3	3	9	True	118199	maximal	True	DEN0010_000000004951	1.0	PS799|PS804	1	1	False	True	0.9984498023986816	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4777.0	95.102	61.0	0.53108228980322	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ENG0171_000000008051	2947	0.9402710508632496	3	3	1	3	1	False	131989	fragment	False	ENG0120_000000007180	0.9714972777103114		0	0	False	False	1.0	0					non-mobilizable	chromosome	987.0	98.27799999999999	97.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
AST0061_000000014144	2939	0.9402710508632496	3	3	1	3	1	False	131989	fragment	False	ENG0120_000000007180	0.9706008246202465		0	0	False	False	1.0	0					non-mobilizable	chromosome	2921.0	85.758	98.0	0.000975990236056272	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
ISR0097_000000012857	2271	0.9402707219640272	3	2	2	2	2	False	104635	maximal	True	ISR0097_000000012857	1.0		1	1	False	False	0.9991193413734436	0					non-mobilizable	no_good_hit	678.0	99.26299999999999	30.0	0.7015544041450777	GQ881172.1		Uncultured organism clone VC1CO89TF genomic sequence	True	False
FIJ0119_000000009161	1891	0.9402664242183008	3	2	2	1	1	False	52484	fragment	False	FIJ0119_000000009161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	84.99600000000001	62.0	0.00035061367891225183	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0057_000000026485	1339	0.9402664242183008	2	2	2	1	1	False	46093	fragment	False	FIJ0057_000000026485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	73.501	85.0	0.0018130719569014308	CP019303.1	CFB group bacteria	Prevotella intermedia strain strain 17 chromosome II, complete sequence	True	False
FIJ0007_000000014860	1265	0.9402664242183008	3	2	2	1	1	False	51539	maximal	True	FIJ0007_000000014860	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	78.093	69.0	0.0003163861605308627	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ETH0003_000000035810	1176	0.9402664242183008	2	2	2	1	1	False	52986	fragment	False	ETH0003_000000035810	0.9641608391608392		0	0	False	False	1.0	0					non-mobilizable	chromosome	1129.0	74.225	95.0	0.0019270349022767305	CP003502.1	CFB group bacteria	Prevotella intermedia 17 chromosome I, complete sequence	False	False
FIJ0020_000000018563	1144	0.9402664242183008	2	2	2	1	1	False	52986	fragment	False	ETH0003_000000035810	0.951530612244898		0	0	False	False	0.9991258978843689	0					non-mobilizable	chromosome	1131.0	74.182	98.0	0.001930485278108918	CP003502.1	CFB group bacteria	Prevotella intermedia 17 chromosome I, complete sequence	False	False
FIJ0093_000000017063	1112	0.9402664242183008	2	2	2	1	1	False	43210	fragment	False	FIJ0163_000000022368	0.9964061096136567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	82.99	83.0	0.00027593206552546765	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0070_000000017988	1099	0.9402664242183008	2	2	2	1	1	False	49016	fragment	False	FIJ0107_000000020458	0.7316751872727794		0	0	False	False	0.9945405125617981	0					non-mobilizable	no_good_hit	911.0	74.533	82.0	0.00023755638974872433	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ENG0104_000000016451	1936	0.940262379522254	4	3	3	3	2	False	103264	fragment	False	ENG0104_000000016451	0.996900826446281		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	99.79299999999999	100.0	0.00037476838442288284	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0080_01_000000022069	1936	0.940262379522254	4	3	3	3	2	False	103264	fragment	False	ENG0104_000000016451	0.996900826446281		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	99.63799999999999	100.0	0.00037476838442288284	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0037_000000002170	10045	0.9402528304564612	12	8	5	8	6	False	122878	fragment	False	SPA0037_000000002170	1.0		0	0	False	False	0.9993031620979309	0					non-mobilizable	no_good_hit	554.0	72.563	5.0	0.00018022822901400808	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
ISR0199_000000000603	28252	0.9402504224223898	73	8	5	5	4	False	28837	maximal	True	ISR0199_000000000603	1.0		1	1	False	False	0.9989381432533264	0					non-mobilizable	no_good_hit	351.0	93.73200000000001	3.0	0.001710680019746135	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0019_000000002151	6662	0.9402469118503276	11	3	3	3	2	False	121507	maximal	True	ISR0019_000000002151	1.0		5	3	False	False	0.9986490607261658	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.0002866372798896834	NZ_FNQG01000010.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
USA0020_01_000000004350	7848	0.9402465157945318	14	4	2	3	4	False	91646	maximal	True	USA0020_01_000000004350	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	91.116	30.0	0.000869530705979557	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0042_000000017434	1439	0.9402382787075912	2	2	2	2	1	False	86638	fragment	False	CHI0134_000000008218	0.35366386152771556		0	0	False	False	0.9993050694465637	0					non-mobilizable	other	1447.0	85.625	100.0	0.003529486789565081	NZ_FNRI01000003.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
ISR0822_000000000231	17050	0.9402316346876984	38	8	5	7	6	False	21197	maximal	True	ISR0822_000000000231	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0264_000000000113	36088	0.9402298116881896	33	20	13	17	9	True	76350	fragment	False	ISR0264_000000000113	1.0		0	0	False	False	0.9997783303260803	0					non-mobilizable	no_good_hit	14215.0	97.861	78.0	0.07897328059547055	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
FIJ0106_000000003937	6169	0.9402236136224804	7	4	3	4	2	False	49533	maximal	True	FIJ0106_000000003937	1.0		0	0	False	False	0.9998378753662109	0					non-mobilizable	no_good_hit	1483.0	74.107	23.0	0.0003537917130359374	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0099_000000015673	2003	0.9402216717256596	3	3	3	3	3	False	111276	fragment	False	MAD0099_000000015673	1.0		0	0	False	False	0.9980030059814453	0					non-mobilizable	no_good_hit	1583.0	78.395	80.0	0.005803187864782389	CP031095.1	firmicutes	Clostridium botulinum strain CFSAN034200 plasmid p1_CDC51232, complete sequence	True	False
MAD0098_000000023480	1915	0.9402169793857856	4	3	3	2	2	True	15310	fragment	False	MAD0098_000000023480	1.0		0	0	False	False	0.9994778037071228	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	4.665177027381372e-05	NZ_JAAGWH010000013.1	high GC Gram+	Modestobacter muralis strain DSM 100205 Scaffold2_2, whole genome shotgun sequence	True	True
AUS0008_000000004358	4647	0.9402125668531364	6	5	3	4	5	False	101917	fragment	False	CAN0014_000000008690	0.819822792075226		0	0	False	False	0.9946202039718628	0					non-mobilizable	chromosome	4589.0	96.775	99.0	0.0007083846051207543	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
SPA0074_000000003797	6842	0.9402070879793606	10	8	3	4	6	True	106463	maximal	True	SPA0074_000000003797	1.0		13	5	True	True	1.0	33					non-mobilizable	no_good_hit	1476.0	85.29799999999999	55.0	0.2389554935128921	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0035_000000002590	6322	0.9402042936961332	11	8	1	1	6	True	123351	maximal	True	ISR0035_000000002590	1.0	PS669	1	1	True	True	1.0	10					non-mobilizable	no_good_hit	1149.0	97.824	56.0	0.116770439930591	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
FIJ0017_000000015042	1920	0.9402020227285548	2	2	2	2	2	False	130914	fragment	False	FIJ0017_000000015042	1.0		0	0	False	True	0.9994791746139526	0					non-mobilizable	other	1785.0	82.521	93.0	0.000819419219306884	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
FIJ0142_000000021215	1689	0.9402020227285548	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.6955337523198002	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1630.0	81.902	99.0	0.00045908745701388356	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0330_000000023216	1386	0.9402005322515924	3	3	3	3	3	False	24644	maximal	True	ISR0330_000000023216	1.0		0	0	False	False	0.9696969985961914	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000012285	1576	0.9401927400998068	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8129850339319261		0	0	False	False	0.989847719669342	0					non-mobilizable	other	1576.0	94.734	100.0	0.007093325103926516	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0043_000000004447	5484	0.9401907917624028	8	3	3	3	1	True	47252	fragment	False	FIJ0043_000000004447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	94.32799999999999	53.0	0.038467462456680784	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0122_000000002990	5906	0.94018284730897	5	5	3	5	4	False	42760	maximal	True	FIJ0122_000000002990	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4786.0	89.156	90.0	0.0009498754062124806	LS992183.1	enterobacteria	Citrobacter freundii isolate Citrobacter freundii str. U2785 genome assembly, chromosome: 1	False	False
SPA0137_000000001788	16967	0.9401810797221896	16	9	8	8	6	False	129103	maximal	True	SPA0137_000000001788	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1695.0	89.735	10.0	0.038042623908015	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0315_000000002973	3058	0.9401744667540948	4	2	2	2	2	False	26316	fragment	False	ISR0315_000000002973	1.0		0	0	False	False	0.9990189671516418	0					non-mobilizable	other	3002.0	91.572	98.0	0.0007955381952503797	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
CHI0053_000000006772	1677	0.9401623703661296	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.7316462451890748	PS1128	0	0	False	True	0.999403715133667	0					non-mobilizable	chromosome	1694.0	82.054	100.0	0.00047672278683721735	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
CHI0041_000000008869	1662	0.9401623703661296	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.7861284239213185	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1657.0	82.861	99.0	0.00046790512192555045	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
SPA0124_000000011333	2574	0.9401513104168632	3	3	3	3	2	False	4058	fragment	False	SPA0124_000000011333	1.0		0	0	False	False	0.9887334704399109	0					non-mobilizable	no_good_hit	157.0	100.0	6.0	3.471798756739963e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0306_000000005728	1756	0.9401362837585416	5	3	1	2	3	True	56335	fragment	False	ISR0306_000000005728	1.0		0	0	False	False	0.9925968050956726	0					non-mobilizable	chromosome	1757.0	96.35700000000001	100.0	0.0007966474533155514	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
MON0090_000000007816	6613	0.9401344850798012	10	6	3	5	5	False	59859	maximal	True	MON0090_000000007816	1.0		0	0	False	False	0.9995463490486145	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000004220	7378	0.9401243448893636	16	7	5	5	4	True	29220	fragment	False	MAD0047_000000004220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	82.236	9.0	0.0021258851040866053	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ENG0184_000000000835	22408	0.9401233938475798	35	18	14	17	15	True	125419	fragment	False	ENG0184_000000000835	0.9892206781126064		0	0	False	False	1.0	0					non-mobilizable	other	22409.0	98.822	100.0	0.006395253920721342	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0124_000000003867	7419	0.9401226274058158	11	7	3	4	6	False	90863	fragment	False	ENG0124_000000003867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1962.0	98.318	60.0	0.00037941179943595403	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
FIJ0015_000000005243	5437	0.9401183547769424	12	1	0	1	1	True	50389	fragment	False	FIJ0015_000000005243	1.0		0	0	False	False	0.991723358631134	0					non-mobilizable	no_good_hit								True	True
ISR0810_000000002430	4997	0.9401183547769424	9	1	0	1	1	True	21726	maximal	True	ISR0810_000000002430	1.0		1	1	True	True	1.0	171					non-mobilizable	no_good_hit								True	True
MAD0033_000000003729	4743	0.9401183547769424	9	1	0	1	1	True	50982	maximal	True	MAD0033_000000003729	1.0		2	1	False	False	0.999156653881073	0					non-mobilizable	no_good_hit								True	True
MON0058_000000008706	4676	0.9401183547769424	14	1	0	1	1	True	11025	maximal	True	MON0058_000000008706	1.0		1	1	False	False	0.9803250432014465	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.00028369369186812297	NZ_OAOF01000014.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ISR0100_000000002667	4120	0.9401183547769424	6	1	0	1	1	True	33186	maximal	True	ISR0100_000000002667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	96.98	14.0	0.09798746288353678	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
FIJ0092_000000007306	4119	0.9401183547769424	7	1	0	1	1	True	43334	fragment	False	FIJ0092_000000007306	1.0		0	0	False	False	0.9949016571044922	0					non-mobilizable	no_good_hit	42.0	95.238	1.0	0.00022339185110115836	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0108_000000005446	4018	0.9401183547769424	7	1	0	1	1	True	42238	maximal	True	FIJ0108_000000005446	1.0		2	1	False	False	0.9955201745033264	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.005378409527468306	KC019311.1	firmicutes	Lactobacillus plantarum strain BFE 5092 plasmid pMRI 5.2, complete sequence	True	True
FIJ0155_000000006241	3654	0.9401183547769424	7	1	0	1	1	True	39540	fragment	False	FIJ0155_000000006241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0086_000000006991	3568	0.9401183547769424	10	1	0	1	1	True	61450	maximal	True	ENG0086_000000006991	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000008091	3494	0.9401183547769424	7	1	0	1	1	True	34732	maximal	True	ISR0074_000000008091	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0002_000000010540	3245	0.9401183547769424	7	1	0	1	1	True	50981	fragment	False	MAD0002_000000010540	1.0		0	0	False	False	0.9919876456260681	0					non-mobilizable	no_good_hit								True	True
ISR0014_000000012664	2885	0.9401183547769424	5	1	0	1	1	True	53819	maximal	True	ISR0014_000000012664	1.0		4	2	False	False	0.9972270131111145	0					non-mobilizable	no_good_hit								True	True
ISR0376_000000008019	2858	0.9401183547769424	4	1	0	1	1	True	23344	fragment	False	ISR0376_000000008019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	0.0005873575261135982	NZ_JAAIPV010000022.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_22_length_62994_cov_74.8658, whole genome shotgun sequence	True	True
AUS0016_000000009879	2778	0.9401183547769424	5	1	0	1	1	True	100486	maximal	True	AUS0016_000000009879	1.0	PS35	1	1	True	True	1.0	10					non-mobilizable	no_good_hit	106.0	82.075	4.0	0.019960474308300395	KT264828.1	viruses	Gokushovirus WZ-2015a isolate 80ct01, complete genome	True	True
ISR0267_000000005926	2776	0.9401183547769424	7	1	0	1	1	True	37790	maximal	True	ISR0267_000000005926	1.0		2	1	True	True	1.0	101					non-mobilizable	no_good_hit	479.0	96.03299999999999	41.0	0.17640491254186824	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ISR0200_000000008344	2766	0.9401183547769424	7	1	0	1	1	True	58045	maximal	False	ISR0337_000000003532	0.9986485315757143		0	0	True	True	1.0	41					non-mobilizable	no_good_hit	904.0	95.686	33.0	0.047074190177638454	NZ_AKCB01000005.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.5, whole genome shotgun sequence	True	True
ISR0380_000000004015	2745	0.9401183547769424	5	1	0	1	1	True	58045	maximal	False	ISR0337_000000003532	0.9989930037230355		0	0	True	True	1.0	260					non-mobilizable	no_good_hit	897.0	95.875	36.0	0.04670846394984326	NZ_AKCB01000005.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.5, whole genome shotgun sequence	True	True
ISR0261_000000006621	2707	0.9401183547769424	5	1	0	1	1	True	58045	maximal	False	ISR0337_000000003532	0.996072433718172		0	0	True	True	0.999261200428009	11					non-mobilizable	no_good_hit	897.0	95.875	35.0	0.04670846394984326	NZ_AKCB01000005.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.5, whole genome shotgun sequence	True	True
ISR0337_000000003532	2705	0.9401183547769424	5	1	0	1	1	True	58045	maximal	True	ISR0337_000000003532	0.9992772930032583		10	5	True	True	1.0	44					non-mobilizable	no_good_hit	618.0	97.087	35.0	0.03213166144200627	NZ_AKCB01000005.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.5, whole genome shotgun sequence	True	True
ENG0136_000000004379	2695	0.9401183547769424	6	1	0	1	1	True	58045	maximal	False	ISR0337_000000003532	0.9989152186758554		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	716.0	96.927	34.0	0.037251828631138975	NZ_AKCB01000005.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.5, whole genome shotgun sequence	True	True
ISR0366_000000006703	2638	0.9401183547769424	4	1	0	1	1	True	23630	maximal	True	ISR0366_000000006703	1.0		1	1	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
ETH0005_000000018124	2631	0.9401183547769424	4	1	0	1	1	True	52761	maximal	True	ETH0005_000000018124	1.0		1	1	True	True	0.9996199011802673	409					non-mobilizable	no_good_hit								True	True
MAD0061_000000006754	2484	0.9401183547769424	4	1	0	1	1	True	16824	backbone	True	MAD0061_000000006754	0.9854060913705585	PS35	1	1	True	True	0.998792290687561	201					non-mobilizable	no_good_hit								True	True
MON0069_000000019742	2483	0.9401183547769424	6	1	0	1	1	True	55978	fragment	False	MON0069_000000019742	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	97.041	24.0	0.04851855403202608	NZ_AKCB01000007.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.7, whole genome shotgun sequence	True	True
MON0037_000000027885	2482	0.9401183547769424	3	1	0	1	1	True	12754	maximal	True	MON0037_000000027885	1.0		1	1	False	False	0.996776819229126	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000017313	2364	0.9401183547769424	2	1	0	1	1	True	16824	backbone	False	MAD0061_000000006754	0.9461993002551082	PS35	0	0	True	True	0.999576985836029	13					non-mobilizable	no_good_hit								True	True
ETH0003_000000017211	2272	0.9401183547769424	4	1	0	1	1	True	53186	maximal	True	ETH0003_000000017211	1.0		1	1	True	True	1.0	30					non-mobilizable	no_good_hit	31.0	100.0	1.0	8.69644619726149e-06	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0018_000000009503	2239	0.9401183547769424	4	1	0	1	1	True	37789	fragment	False	ISR0018_000000009503	1.0		0	0	False	False	0.9660562872886658	0					non-mobilizable	no_good_hit	479.0	96.242	33.0	0.17640491254186824	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0162_000000011130	2225	0.9401183547769424	5	1	0	1	1	True	56360	maximal	True	ENG0162_000000011130	1.0		2	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
ENG0052_000000014010	2212	0.9401183547769424	6	1	0	1	1	True	68350	fragment	False	ENG0052_000000014010	1.0		0	0	False	False	0.9995478987693787	0					non-mobilizable	no_good_hit								True	True
MON0026_000000020172	2184	0.9401183547769424	3	1	0	1	1	True	12752	fragment	False	MON0026_000000020172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0047_000000018067	2181	0.9401183547769424	5	1	0	1	1	True	12206	maximal	False	MON0035_000000012938	1.0		0	0	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
MON0035_000000012938	2181	0.9401183547769424	5	1	0	1	1	True	12206	maximal	True	MON0035_000000012938	1.0		2	1	True	True	0.9981659650802612	6					non-mobilizable	no_good_hit								True	True
FIJ0154_000000017505	2171	0.9401183547769424	2	1	0	1	1	True	39596	maximal	True	FIJ0154_000000017505	1.0		1	1	False	False	0.996315062046051	0					non-mobilizable	no_good_hit								True	True
ENG0052_000000015069	2075	0.9401183547769424	5	1	0	1	1	True	63973	fragment	False	ENG0052_000000015069	1.0		0	0	False	False	0.9980722665786743	0					non-mobilizable	no_good_hit								True	True
AUS0008_000000011945	2054	0.9401183547769424	2	1	0	1	1	True	101818	maximal	True	AUS0008_000000011945	1.0		1	1	True	True	1.0	51					non-mobilizable	no_good_hit	645.0	76.124	31.0	0.3929889298892989	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
ISR0395_000000019457	1992	0.9401183547769424	3	1	0	1	1	True	53818	fragment	False	ISR0395_000000019457	1.0		0	0	False	False	0.9949799180030823	0					non-mobilizable	no_good_hit								True	True
CHI0076_000000004238	1977	0.9401183547769424	4	1	0	1	1	True	84591	maximal	True	CHI0076_000000004238	0.9957005563985837		2	1	True	True	1.0	37					non-mobilizable	no_good_hit	57.0	92.98200000000001	3.0	0.021484375	LN853892.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1326	True	True
CHI0162_000000015997	1977	0.9401183547769424	5	1	0	1	1	True	84591	maximal	False	CHI0076_000000004238	0.9957005563985837		0	0	True	True	1.0	54					non-mobilizable	no_good_hit	57.0	92.98200000000001	3.0	0.021484375	LN853892.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1326	True	True
MAD0064_000000010715	1971	0.9401183547769424	1	1	0	1	1	True	16895	maximal	False	MAD0059_000000008749	0.955801683607806		0	0	True	True	0.990867555141449	9					non-mobilizable	no_good_hit	648.0	77.623	33.0	0.3929889298892989	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
ISR0392_000000017228	1968	0.9401183547769424	3	1	0	1	1	True	22813	maximal	True	ISR0392_000000017228	1.0		2	2	True	True	1.0	13					non-mobilizable	no_good_hit	52.0	98.07700000000001	3.0	0.028376844494892167	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
FIJ0154_000000019745	1951	0.9401183547769424	3	1	0	1	1	True	47783	backbone	True	FIJ0154_000000019745	1.0	PS176	2	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
DEN0094_000000019285	1941	0.9401183547769424	4	1	0	1	1	True	68349	fragment	False	DEN0094_000000019285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	98.333	3.0	0.0005779157810188949	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	True
FIJ0051_000000011765	1893	0.9401183547769424	4	1	0	1	1	True	51087	maximal	True	FIJ0051_000000011765	1.0	PS164|PS201	1	1	True	True	1.0	36					non-mobilizable	no_good_hit	649.0	76.579	34.0	0.3966789667896679	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
MON0053_000000020868	1886	0.9401183547769424	1	1	0	1	1	True	11180	maximal	True	MON0053_000000020868	1.0		2	1	True	True	1.0	12					non-mobilizable	no_good_hit	153.0	85.62100000000001	8.0	0.06372968349016253	FJ865444.1	firmicutes	Selenomonas ruminantium strain 2Mu plasmid pSRM22, complete sequence	True	True
ISR0784_000000006450	1871	0.9401183547769424	5	1	0	1	1	True	55977	fragment	False	ISR0784_000000006450	1.0		0	0	False	False	0.9994655251502991	0					non-mobilizable	no_good_hit	591.0	94.755	31.0	0.030721003134796237	NZ_AKCB01000005.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.5, whole genome shotgun sequence	True	True
FIJ0111_000000011153	1862	0.9401183547769424	2	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9809916774452175	PS164|PS201	0	0	True	True	0.9924812316894531	2					non-mobilizable	no_good_hit	655.0	78.931	35.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0160_000000009899	1859	0.9401183547769424	2	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9785269235391888	PS164|PS201	0	0	True	True	1.0	163					non-mobilizable	no_good_hit	652.0	78.681	35.0	0.3966789667896679	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0010_000000010130	1859	0.9401183547769424	3	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9795450075971018	PS164|PS201	0	0	True	True	1.0	89					non-mobilizable	no_good_hit	104.0	85.57700000000001	6.0	0.06334563345633457	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0139_000000013968	1859	0.9401183547769424	2	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9787629087962801	PS164|PS201	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	652.0	78.681	35.0	0.3966789667896679	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0039_000000012393	1859	0.9401183547769424	2	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9798585917647504	PS164|PS201	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	652.0	78.681	35.0	0.3966789667896679	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
MAD0040_000000017854	1851	0.9401183547769424	4	1	0	1	1	True	32403	maximal	True	MAD0040_000000017854	1.0		1	1	False	False	0.9956780076026917	0					non-mobilizable	no_good_hit	182.0	85.165	21.0	0.06407487401007919	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0014_000000013332	1851	0.9401183547769424	2	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9809133318499421	PS164|PS201	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	655.0	78.931	37.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0016_000000009997	1851	0.9401183547769424	2	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9807568028235939	PS164|PS201	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	655.0	78.931	35.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0068_000000017216	1850	0.9401183547769424	2	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9801856077896612	PS164|PS201	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	655.0	78.931	35.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0089_000000013283	1850	0.9401183547769424	3	1	0	1	1	True	51086	backbone	True	FIJ0089_000000013283	0.9817506096896532	PS164|PS201	20	4	True	True	1.0	15					non-mobilizable	no_good_hit	655.0	78.931	35.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
TAN0010_000000008348	1849	0.9401183547769424	4	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9548284487189411	PS164|PS201	0	0	True	True	0.9956733584403992	10					non-mobilizable	no_good_hit	650.0	77.846	35.0	0.3966789667896679	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
SPA0039_000000014798	1846	0.9401183547769424	2	1	0	1	1	True	64683	fragment	False	SPA0039_000000014798	0.9777840269966254		0	0	False	False	0.9924160242080688	0					non-mobilizable	no_good_hit	624.0	87.01899999999999	47.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0062_000000015895	1839	0.9401183547769424	2	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9793654077648349	PS164|PS201	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	652.0	78.681	35.0	0.3966789667896679	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
ISR0308_000000009497	1833	0.9401183547769424	2	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9664693493528272	PS164|PS201	0	0	True	True	1.0	155					non-mobilizable	no_good_hit	104.0	84.615	6.0	0.06334563345633457	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0011_000000024399	1831	0.9401183547769424	3	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9812376274110378	PS164|PS201	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	655.0	78.931	35.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0081_000000019596	1831	0.9401183547769424	2	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9814473757126976	PS164|PS201	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	655.0	78.931	35.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0058_000000022216	1831	0.9401183547769424	3	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9810999389022237	PS164|PS201	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	655.0	79.084	35.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
ISR0163_000000002450	1806	0.9401183547769424	3	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9597690317628395	PS164|PS201	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	653.0	78.714	36.0	0.3966789667896679	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
ITA0002_000000005562	1778	0.9401183547769424	2	1	0	1	1	True	64683	fragment	False	SPA0039_000000014798	0.960184182015168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	86.677	48.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0037_000000042004	1750	0.9401183547769424	3	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.9299107509726632	PS164|PS201	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	655.0	78.473	37.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
MAD0104_000000006468	1721	0.9401183547769424	3	1	0	1	1	True	16507	maximal	True	MAD0104_000000006468	1.0		2	1	True	True	1.0	19					non-mobilizable	no_good_hit	175.0	88.571	10.0	0.029542349726775958	CP049076.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 plasmid unnamed, complete sequence	True	True
CAN0003_000000028873	1706	0.9401183547769424	4	1	0	1	1	True	96518	maximal	True	CAN0003_000000028873	1.0		1	1	False	False	0.9958968162536621	0					non-mobilizable	no_good_hit	879.0	82.708	51.0	0.25505716798592787	LN854231.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1728	True	True
MAD0076_000000003760	1701	0.9401183547769424	4	1	0	1	1	True	51086	backbone	False	FIJ0089_000000013283	0.899656562885387	PS164|PS201	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	652.0	78.374	38.0	0.3966789667896679	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
ENG0168_000000018237	1696	0.9401183547769424	3	1	0	1	1	True	55976	fragment	False	ENG0168_000000018237	0.9987113402061856		0	0	False	False	0.9982311129570007	0					non-mobilizable	no_good_hit	312.0	99.679	18.0	0.029820692300316424	NZ_AKCB01000007.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.7, whole genome shotgun sequence	True	True
FIJ0110_000000010018	1681	0.9401183547769424	2	1	0	1	1	True	42112	maximal	True	FIJ0110_000000010018	1.0		1	1	False	False	0.9886972308158875	0					non-mobilizable	no_good_hit	127.0	92.913	7.0	0.023863636363636365	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
MAD0067_000000006103	1661	0.9401183547769424	2	1	0	1	1	True	16507	maximal	False	MAD0104_000000006468	1.0		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	175.0	88.571	10.0	0.029542349726775958	CP049076.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 plasmid unnamed, complete sequence	True	True
FIJ0123_000000020186	1653	0.9401183547769424	3	1	0	1	1	True	41319	fragment	False	FIJ0123_000000020186	1.0		0	0	False	False	0.9957652688026428	0					non-mobilizable	no_good_hit								True	True
TAN0027_000000006792	1648	0.9401183547769424	3	1	0	1	1	True	2299	fragment	False	TAN0027_000000006792	1.0		0	0	False	False	0.987864077091217	0					non-mobilizable	no_good_hit								True	True
FIJ0150_000000014868	1643	0.9401183547769424	2	1	0	1	1	True	41561	fragment	False	FIJ0150_000000014868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	84.0	40.0	0.1295783317943983	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
SPA0097_000000020307	1617	0.9401183547769424	4	1	0	1	1	True	58388	maximal	True	SPA0097_000000020307	1.0		1	1	False	False	0.9771181344985962	0					non-mobilizable	no_good_hit								True	True
USA0031_01_000000016908	1615	0.9401183547769424	3	1	0	1	1	True	37273	fragment	False	USA0031_01_000000016908	1.0		0	0	False	False	0.9993808269500732	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000026478	1583	0.9401183547769424	1	1	0	1	1	True	53094	maximal	True	ETH0003_000000026478	1.0		1	1	False	False	0.9816803336143494	0					non-mobilizable	no_good_hit								True	True
ENG0042_000000015951	1580	0.9401183547769424	2	1	0	1	1	True	64682	fragment	False	ENG0042_000000015951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	86.859	49.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0286_000000012559	1579	0.9401183547769424	2	1	0	1	1	True	26024	maximal	True	ISR0286_000000012559	1.0		3	2	True	True	1.0	27					non-mobilizable	no_good_hit	169.0	93.491	11.0	0.11192538307794804	LN853354.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0743	True	True
ENG0033_000000016180	1577	0.9401183547769424	2	1	0	1	1	True	65486	fragment	False	ENG0033_000000016180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	91.429	4.0	0.0030864197530864196	NZ_CAPF01000087.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	True
ISR0029_000000027168	1574	0.9401183547769424	1	1	0	1	1	True	37099	maximal	False	USA0080_01_000000026481	0.9942563482466747		0	0	True	True	1.0	11					non-mobilizable	plasmid	1406.0	99.075	100.0	0.9273447820343461	HG796540.1	bacteria	Uncultured bacterium plasmid pRGI01595	False	True
SPA0128_000000023757	1573	0.9401183547769424	4	1	0	1	1	True	3870	maximal	True	SPA0128_000000023757	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000020304	1571	0.9401183547769424	3	1	0	1	1	True	48855	maximal	True	FIJ0029_000000020304	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	92.913	8.0	0.023863636363636365	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
SPA0127_000000018694	1569	0.9401183547769424	4	1	0	1	1	True	3913	fragment	False	SPA0127_000000018694	1.0		0	0	False	False	0.9942638874053955	0					non-mobilizable	no_good_hit								True	True
FIJ0062_000000018754	1566	0.9401183547769424	4	1	0	1	1	True	45705	fragment	False	FIJ0062_000000018754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0057_01_000000020515	1566	0.9401183547769424	2	1	0	1	1	True	969	maximal	True	USA0057_01_000000020515	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000026802	1565	0.9401183547769424	3	1	0	1	1	True	53453	maximal	True	ETH0003_000000026802	0.9753424657534246		1	1	True	True	1.0	31					non-mobilizable	no_good_hit								True	True
ETH0002_000000016170	1561	0.9401183547769424	2	1	0	1	1	True	53315	maximal	False	MAD0068_000000018900	0.9825289321499403		0	0	True	True	1.0	28					non-mobilizable	no_good_hit								True	True
ENG0208_000000019580	1560	0.9401183547769424	3	1	0	1	1	True	53817	fragment	False	ENG0208_000000019580	1.0		0	0	False	False	0.9923076629638672	0					non-mobilizable	no_good_hit								True	True
SPA0002_000000012334	1552	0.9401183547769424	4	1	0	1	1	True	55976	fragment	False	ENG0168_000000018237	0.9560731132075472		0	0	False	False	0.9813144207000732	0					non-mobilizable	no_good_hit	224.0	100.0	14.0	0.021382682903442325	NZ_AKCB01000007.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.7, whole genome shotgun sequence	True	True
ISR0386_000000019253	1529	0.9401183547769424	2	1	0	1	1	True	22993	maximal	True	ISR0386_000000019253	1.0		2	1	True	True	0.998691976070404	12					non-mobilizable	no_good_hit	51.0	94.118	3.0	0.0330188679245283	LN853967.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1418	True	True
MAD0068_000000018900	1518	0.9401183547769424	2	1	0	1	1	True	53315	maximal	True	MAD0068_000000018900	0.983402980363955		6	3	True	True	0.9868247509002686	6					non-mobilizable	no_good_hit								True	True
FIJ0026_000000021716	1503	0.9401183547769424	3	1	0	1	1	True	53092	maximal	False	ETH0003_000000026864	0.9896939412866959		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	80.0	81.25	5.0	0.03175895765472313	NZ_UHIO01000004.1	firmicutes	Veillonella criceti strain NCTC12020, whole genome shotgun sequence	True	True
MAD0023_000000008894	1496	0.9401183547769424	1	1	0	1	1	True	46113	backbone	False	FIJ0092_000000024065	0.941194166906011	PS164	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	651.0	78.187	43.0	0.3966789667896679	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0057_000000023428	1495	0.9401183547769424	1	1	0	1	1	True	46113	backbone	False	FIJ0092_000000024065	0.9825874973547638	PS164	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	655.0	78.779	46.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
MAD0112_000000019466	1491	0.9401183547769424	1	1	0	1	1	True	14440	maximal	True	MAD0112_000000019466	1.0		1	1	True	True	1.0	26					non-mobilizable	no_good_hit	680.0	85.882	46.0	0.42039800995024873	LN853706.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1126	True	True
ISR0152_000000015879	1490	0.9401183547769424	1	1	0	1	1	True	30706	fragment	False	ISR0152_000000015879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	97.744	23.0	0.08156355801785165	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
FIJ0152_000000018502	1468	0.9401183547769424	2	1	0	1	1	True	45874	maximal	False	FIJ0060_000000009698	1.0		0	0	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
ISR0214_000000021078	1457	0.9401183547769424	2	1	0	1	1	True	32397	fragment	False	ISR0214_000000021078	1.0		0	0	False	False	0.9965682625770569	0					non-mobilizable	no_good_hit	292.0	93.836	31.0	0.10578330893118594	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0099_000000011253	1453	0.9401183547769424	2	1	0	1	1	True	60648	maximal	True	ENG0099_000000011253	1.0		1	1	True	True	1.0	21					non-mobilizable	no_good_hit								True	True
FIJ0046_000000023322	1448	0.9401183547769424	3	1	0	1	1	True	46954	maximal	True	FIJ0046_000000023322	1.0		1	1	False	False	0.9820442199707031	0					non-mobilizable	no_good_hit								True	True
ISR0770_000000008260	1447	0.9401183547769424	2	1	0	1	1	True	22530	fragment	False	ISR0770_000000008260	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1447.0	98.54899999999999	100.0	0.5190784737221023	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0121_000000017814	1443	0.9401183547769424	2	1	0	1	1	True	46113	backbone	False	FIJ0092_000000024065	0.9502150762224987	PS164	0	0	True	True	1.0	64					non-mobilizable	no_good_hit	656.0	78.811	45.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
FIJ0117_000000014172	1443	0.9401183547769424	1	1	0	1	1	True	46113	backbone	False	FIJ0092_000000024065	0.9498982215312806	PS164	0	0	True	True	1.0	124					non-mobilizable	no_good_hit	656.0	78.811	45.0	0.3979089790897909	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
MAD0103_000000017177	1424	0.9401183547769424	2	1	0	1	1	True	71433	maximal	True	MAD0103_000000017177	1.0		6	3	True	True	0.9992977380752563	39					non-mobilizable	no_good_hit								True	True
ISR0788_000000005158	1423	0.9401183547769424	3	1	0	1	1	True	71433	maximal	False	MAD0103_000000017177	1.0		0	0	True	True	1.0	45					non-mobilizable	no_good_hit								True	True
SPA0034_000000024483	1422	0.9401183547769424	1	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.320733306253145	PS311	0	0	True	True	1.0	124					non-mobilizable	plasmid	993.0	91.037	100.0	0.7339791356184798	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
ETH0003_000000029998	1413	0.9401183547769424	1	1	0	1	1	True	53053	maximal	True	ETH0003_000000029998	1.0		1	1	True	True	0.980184018611908	23					non-mobilizable	no_good_hit								True	True
SPA0046_000000023573	1411	0.9401183547769424	1	1	0	1	1	True	6707	maximal	True	SPA0046_000000023573	1.0		1	1	True	True	0.9780297875404358	2					non-mobilizable	no_good_hit	466.0	86.48100000000001	53.0	0.28272894898586354	LN853339.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0723	True	True
ISR0278_000000008581	1406	0.9401183547769424	2	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.16295358725188525	PS311	0	0	True	True	1.0	206					non-mobilizable	plasmid	880.0	89.205	96.0	0.6482861400894188	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
ISR0854_000000006830	1403	0.9401183547769424	2	1	0	1	1	True	71433	maximal	False	MAD0103_000000017177	1.0		0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
MON0059_000000027834	1403	0.9401183547769424	1	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.32673149856568484	PS311	0	0	True	True	0.992872416973114	7					non-mobilizable	no_good_hit	857.0	93.58200000000001	85.0	0.6341281669150521	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
DEN0063_000000036021	1403	0.9401183547769424	4	1	0	1	1	True	71433	maximal	False	MAD0103_000000017177	1.0		0	0	True	True	1.0	108					non-mobilizable	no_good_hit								True	True
ISR0031_000000017449	1383	0.9401183547769424	2	1	0	1	1	True	71433	maximal	False	MAD0103_000000017177	1.0		0	0	True	True	1.0	55					non-mobilizable	no_good_hit								True	True
ETH0001_000000025915	1380	0.9401183547769424	2	1	0	1	1	True	53453	maximal	False	ETH0003_000000026802	0.9279904546706118		0	0	True	True	0.9985507130622864	12					non-mobilizable	no_good_hit								True	True
ENG0008_000000018984	1379	0.9401183547769424	2	1	0	1	1	True	67388	backbone	True	ENG0008_000000018984	0.5884754030976229	PS311	1	1	True	True	1.0	39					non-mobilizable	plasmid	1201.0	95.75399999999999	100.0	0.8882265275707899	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
FIJ0131_000000013648	1362	0.9401183547769424	1	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.3729840368672744	PS311	0	0	True	True	0.9992657899856567	3					non-mobilizable	plasmid	873.0	98.167	95.0	0.6490312965722802	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
ISR0117_000000020222	1360	0.9401183547769424	1	1	0	1	1	True	32402	fragment	False	ISR0117_000000020222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	97.238	25.0	0.06230421162547859	NZ_QIBX01000035.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_035, whole genome shotgun sequence	True	True
MON0015_000000028229	1357	0.9401183547769424	1	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.48497740876793594	PS311	0	0	False	True	0.9388356804847717	3					non-mobilizable	no_good_hit	875.0	93.714	82.0	0.6475409836065574	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
ISR0787_000000011197	1345	0.9401183547769424	1	1	0	1	1	True	22127	maximal	True	ISR0787_000000011197	1.0		1	1	True	True	0.9918215870857239	1					non-mobilizable	no_good_hit	239.0	91.213	32.0	0.08601756954612005	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
FIJ0116_000000012780	1343	0.9401183547769424	1	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.4952067865757974	PS311	0	0	True	True	0.970215916633606	1					non-mobilizable	plasmid	876.0	92.46600000000001	98.0	0.6482861400894188	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
FIJ0148_000000015312	1342	0.9401183547769424	2	1	0	1	1	True	41560	fragment	False	FIJ0148_000000015312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	84.0	50.0	0.1295783317943983	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
ISR0078_000000015545	1334	0.9401183547769424	3	1	0	1	1	True	34405	fragment	False	ISR0078_000000015545	1.0		0	0	False	False	0.931034505367279	0					non-mobilizable	no_good_hit								True	True
USA0121_01_000000031413	1330	0.9401183547769424	1	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.16930167161381035	PS311	0	0	True	True	0.9992481470108032	6					non-mobilizable	plasmid	893.0	96.529	97.0	0.6631892697466468	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
FIJ0102_000000024669	1324	0.9401183547769424	2	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.5471728952232633	PS311	0	0	True	True	1.0	12					non-mobilizable	plasmid	876.0	92.46600000000001	99.0	0.6482861400894188	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
FIJ0068_000000024554	1312	0.9401183547769424	1	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.49498603613670406	PS311	0	0	True	True	1.0	10					non-mobilizable	plasmid	876.0	92.46600000000001	97.0	0.6482861400894188	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
FIJ0032_000000028593	1312	0.9401183547769424	1	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.497180093781866	PS311	0	0	True	True	1.0	1					non-mobilizable	plasmid	876.0	92.46600000000001	99.0	0.6482861400894188	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
MAD0073_000000002592	1305	0.9401183547769424	1	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.22378804238126027	PS311	0	0	True	True	1.0	14					non-mobilizable	plasmid	822.0	97.56700000000001	100.0	0.6110283159463488	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
FIJ0050_000000019854	1299	0.9401183547769424	2	1	0	1	1	True	46573	fragment	False	FIJ0050_000000019854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0174_000000019075	1290	0.9401183547769424	3	1	0	1	1	True	29887	fragment	False	ISR0174_000000019075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0390_000000012208	1274	0.9401183547769424	2	1	0	1	1	True	26763	fragment	False	ISR0390_000000012208	1.0		0	0	False	False	0.9277864694595337	0					non-mobilizable	no_good_hit	180.0	88.889	14.0	0.06639159789947487	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
FIJ0164_000000017823	1272	0.9401183547769424	1	1	0	1	1	True	67388	backbone	False	ENG0008_000000018984	0.2122561852885813	PS311	0	0	False	True	1.0	0					non-mobilizable	plasmid	851.0	92.59700000000001	93.0	0.6296572280178837	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	False	True
ISR0117_000000022582	1225	0.9401183547769424	1	1	0	1	1	True	32396	fragment	False	ISR0117_000000022582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	94.70200000000001	24.0	0.10980966325036604	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0117_000000030509	1216	0.9401183547769424	3	1	0	1	1	True	4277	maximal	True	SPA0117_000000030509	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0006_000000008233	1206	0.9401183547769424	2	1	0	1	1	True	19880	maximal	True	MAD0006_000000008233	1.0		2	1	True	True	0.9991708397865295	4					non-mobilizable	no_good_hit								True	True
SPA0043_000000014188	1198	0.9401183547769424	2	1	0	1	1	True	6801	fragment	False	SPA0043_000000014188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	78.56	54.0	0.3966789667896679	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
ISR0258_000000025381	1181	0.9401183547769424	2	1	0	1	1	True	26762	fragment	False	ISR0258_000000025381	1.0		0	0	False	False	0.9974597692489624	0					non-mobilizable	no_good_hit	151.0	78.808	12.0	0.1795817958179582	NZ_PPTQ01000040.1	actinobacteria	Paraeggerthella hongkongensis strain RC2/2 A NODE_40, whole genome shotgun sequence	True	True
FIJ0119_000000015383	1154	0.9401183547769424	2	1	0	1	1	True	41559	fragment	False	FIJ0119_000000015383	1.0		0	0	False	False	0.9991334676742554	0					non-mobilizable	no_good_hit	425.0	84.0	37.0	0.1295783317943983	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
ISR0279_000000020536	1130	0.9401183547769424	1	1	0	1	1	True	26207	fragment	False	ISR0279_000000020536	1.0		0	0	False	False	0.9973451495170593	0					non-mobilizable	no_good_hit	179.0	97.765	26.0	0.06160807518273582	NZ_QIBX01000035.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_035, whole genome shotgun sequence	True	True
ISR0344_000000032020	1113	0.9401183547769424	2	1	0	1	1	True	24222	maximal	True	ISR0344_000000032020	1.0		1	1	False	False	0.9982030391693115	0					non-mobilizable	no_good_hit	57.0	96.491	5.0	0.030803080308030802	LN854126.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1616	True	True
ENG0130_000000025532	1106	0.9401183547769424	3	1	0	1	1	True	58387	fragment	False	ENG0130_000000025532	1.0		0	0	False	False	0.9927667379379272	0					non-mobilizable	no_good_hit								True	True
SPA0068_000000000027	161597	0.9401129716650448	221	72	44	63	50	False	7590	maximal	False	SPA0078_000000000024	0.9984792399284348		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3356.0	79.499	9.0	0.000931761632439618	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
AST0061_000000004739	7238	0.9401049557753156	11	7	3	7	6	False	113853	fragment	False	MAD0033_000000002070	0.9608077631374542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	76.263	5.0	0.09645042839657282	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ENG0115_000000014689	1446	0.9401036238949312	3	2	2	2	2	False	59523	fragment	False	ENG0115_000000014689	1.0		0	0	False	False	0.9882434010505676	0					non-mobilizable	no_good_hit	506.0	73.715	34.0	0.00012543147405228984	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ISR0147_000000008920	2722	0.9401024118308348	4	3	2	3	1	False	89687	fragment	False	ISR0147_000000008920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	79.727	21.0	0.005171421376407526	NZ_AUFP01000010.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0063_000000013192	2065	0.9401003549925756	2	2	1	1	1	False	85416	fragment	False	FIJ0063_000000013192	0.9872361315660285		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2065.0	99.709	100.0	0.009531286077118449	CP039825.1	enterobacteria	Klebsiella pneumoniae strain C2343 plasmid pC2343-3, complete sequence	False	True
ENG0146_000000001775	12478	0.9400999896925288	19	13	9	9	11	True	126198	maximal	True	ENG0146_000000001775	1.0		1	1	True	True	1.0	271					non-mobilizable	no_good_hit	1599.0	74.109	13.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0004_000000002700	3430	0.940078728635776	2	2	2	2	0	True	70339	maximal	True	MAD0004_000000002700	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	95.787	20.0	0.001161060326078069	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ENG0105_000000003331	5653	0.9400787191068154	9	7	2	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9978820516130479	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	14	rep_cluster_870	MOBV			mobilizable	plasmid	5061.0	99.76299999999999	100.0	0.90437890974084	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0799_000000002279	5653	0.9400787191068154	9	7	2	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9976236399722372	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	72	rep_cluster_870	MOBV			mobilizable	plasmid	5061.0	99.802	100.0	0.90437890974084	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0135_000000003387	5634	0.9400787191068154	9	7	2	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9973451867169417	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	47	rep_cluster_870	MOBV			mobilizable	plasmid	5044.0	99.78200000000001	100.0	0.9011617515638963	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0071_000000001922	5633	0.9400787191068154	9	7	2	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9973086355861529	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	41	rep_cluster_870	MOBV			mobilizable	plasmid	5043.0	99.802	100.0	0.9011617515638963	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0346_000000003061	5633	0.9400787191068154	9	7	2	3	5	False	132470	backbone	False	CAN0001_000000008257	0.997656062769456	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	21	rep_cluster_870	MOBV			mobilizable	plasmid	5043.0	99.822	100.0	0.9011617515638963	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0110_000000004039	5633	0.9400787191068154	9	7	2	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9974825382016406	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	51	rep_cluster_870	MOBV			mobilizable	plasmid	5043.0	99.802	100.0	0.9011617515638963	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0194_000000003713	5632	0.9400787191068154	9	7	2	3	5	False	132470	backbone	False	CAN0001_000000008257	0.9974205751315405	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	23	rep_cluster_870	MOBV			mobilizable	plasmid	5043.0	99.742	100.0	0.9011617515638963	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
MON0019_000000055424	1203	0.9400738881811124	2	1	1	1	1	False	53772	fragment	False	MON0004_000000036333	0.9545104086353122		0	0	False	False	0.9891936779022217	0					non-mobilizable	no_good_hit								True	False
MAD0050_000000003790	5541	0.9400730385637432	9	7	3	4	7	True	98099	maximal	True	MAD0050_000000003790	1.0		1	1	False	False	0.9998195171356201	0	IncFIB				non-mobilizable	no_good_hit	4415.0	98.935	80.0	0.018228241379595278	CP053608.1	enterobacteria	Escherichia coli strain NEB5-alpha_F'Iq plasmid F'Iq, complete sequence	True	True
MON0040_000000010452	2573	0.9400728187940632	3	3	3	2	2	False	124988	fragment	False	MON0040_000000010452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	95.28	22.0	0.09227780475959203	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0019_000000009104	1914	0.9400702077177224	3	2	2	2	2	False	107593	fragment	False	ISR0019_000000009104	1.0		0	0	False	False	0.9858934283256531	0					non-mobilizable	other	1724.0	95.708	90.0	0.19815668202764977	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
FIJ0084_000000000596	20527	0.9400684018638608	13	10	8	10	6	True	105962	fragment	False	FIJ0108_000000000697	0.9776242433707455		0	0	False	False	0.9999513030052185	0					non-mobilizable	no_good_hit	186.0	90.86	2.0	4.828303139544096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0041_000000000014	144565	0.9400598172498458	185	54	24	39	24	True	99787	maximal	True	ENG0041_000000000014	1.0	PS562|PS563	1	1	True	True	1.0	54					non-mobilizable	no_good_hit	1713.0	85.98899999999999	2.0	0.029351582784531528	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0024_000000002649	7146	0.9400429127410572	6	4	3	4	1	True	131961	fragment	False	ISR0167_000000003252	0.7836218105526019		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	3.0	0.09534619750283768	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0126_000000008118	5952	0.9400429127410572	5	4	3	4	1	True	131950	fragment	False	ISR0190_000000002622	0.5153933583359365		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	160.0	98.125	5.0	0.004460653668116145	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
USA0005_01_000000006886	5285	0.9400339759571508	2	1	1	1	1	False	2186	maximal	True	USA0005_01_000000006886	1.0		3	2	False	False	0.9971618056297302	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0020042194092827004	NZ_WNAJ01000042.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold42_size18960, whole genome shotgun sequence	True	False
FIJ0079_000000001154	20810	0.940031632007684	12	9	7	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.9802664974108416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	96.522	2.0	6.082061413348364e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0158_000000009033	2029	0.9400312801856744	4	4	4	3	1	False	98917	fragment	False	ISR0335_000000008295	0.7370999587595205		0	0	False	False	0.998028576374054	0					non-mobilizable	other	2029.0	99.75399999999999	100.0	0.00033934919584447835	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MON0017_000000000086	54318	0.9400230893217018	99	29	13	22	14	True	124617	maximal	True	MON0017_000000000086	1.0		1	1	False	False	0.9999815821647644	0					non-mobilizable	no_good_hit	6819.0	87.931	64.0	0.11990926168787439	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0070_000000008516	3460	0.9400216629024908	6	4	3	4	2	False	12184	fragment	False	MON0036_000000005189	0.8993853590947104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0233_000000012042	1485	0.9400190312095922	2	2	0	2	2	False	27382	maximal	True	ISR0233_000000012042	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	plasmid	1479.0	85.125	99.0	0.1718494271685761	CP051617.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain 2017_APHA plasmid pAPHA_2017_2, complete sequence	False	True
SPA0145_000000005270	5915	0.9400062339304284	9	7	2	3	7	True	109266	maximal	True	SPA0145_000000005270	1.0		1	1	True	True	1.0	807		MOBB			mobilizable	no_good_hit	2662.0	86.777	82.0	0.3171201541054659	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
FIJ0017_000000018905	1548	0.9400029756370936	1	1	0	1	1	False	90409	fragment	False	FIJ0017_000000018905	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1548.0	100.0	100.0	0.012627540608929884	MN816372.1	enterobacteria	Escherichia coli strain A130 plasmid pA130-TEM, complete sequence	False	True
FIJ0023_000000002853	9450	0.9399978069591952	10	6	4	6	2	False	82582	fragment	False	FIJ0023_000000002853	1.0		0	0	False	False	0.9997883439064026	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	1.2838369211088795e-05	NZ_VOQQ01000001.1	a-proteobacteria	Sphingosinicella ginsenosidimutans strain BS-11 0BS11, whole genome shotgun sequence	True	False
DEN0086_000000000923	2838	0.939977950412816	6	3	0	1	3	False	130026	backbone	False	ENG0161_000000006182	0.2889719554678279	PS1072|PS1075|PS974	0	0	False	True	0.9992952942848206	0					non-mobilizable	no_good_hit	1453.0	92.63600000000001	51.0	0.2877339705296695	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0041_000000005548	2447	0.9399779489399464	3	3	3	2	2	False	82017	fragment	False	FIJ0142_000000011971	0.39808594839522343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1534.0	89.961	62.0	0.7480392156862745	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0007_000000028237	2193	0.9399758628132688	1	1	0	1	1	False	90413	fragment	False	MON0007_000000028237	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2193.0	100.0	100.0	0.015108280605985416	CP024227.1	enterobacteria	Escherichia coli O169:H41 strain 2014EL-1345-2 plasmid unnamed4, complete sequence	False	True
ENG0136_000000006633	1716	0.9399758628132688	2	1	0	1	1	False	90411	fragment	False	ENG0136_000000006633	1.0		0	0	False	False	0.9848484992980957	0	IncFIB				non-mobilizable	plasmid	1716.0	99.94200000000001	100.0	0.015289429343223172	CP054318.1	enterobacteria	Escherichia coli strain SCU-479 plasmid pSCU-479-1, complete sequence	False	True
USA0025_01_000000006669	2393	0.9399668398954136	2	2	0	1	2	False	90423	fragment	False	USA0025_01_000000006669	0.999546690843155		0	0	False	False	0.9995821118354797	0	IncFIB				non-mobilizable	chromosome	2393.0	99.958	100.0	0.0004420759457643783	CP032204.1	enterobacteria	Escherichia coli strain AR_0013 chromosome, complete genome	False	True
CHI0023_000000006148	2206	0.9399668398954136	2	2	0	1	2	False	90423	fragment	False	USA0025_01_000000006669	0.9605098203092353		0	0	False	False	0.9995467066764832	0	IncFIB				non-mobilizable	plasmid	2206.0	100.0	100.0	0.015183649860214017	MN823989.1	enterobacteria	Klebsiella pneumoniae strain 283149 plasmid p283149-FII, complete sequence	False	True
MAD0055_000000001411	4859	0.9399653206146832	9	3	1	2	2	False	19308	fragment	False	MAD0022_000000001801	0.9963534401394747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0022_000000001801	4851	0.9399653206146832	9	3	1	2	2	False	19308	fragment	False	MAD0022_000000001801	0.9967902011615447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0073_000000008377	2197	0.9399620429205084	3	3	3	3	3	False	44699	maximal	True	FIJ0073_000000008377	1.0		1	1	False	False	0.9922621846199036	0					non-mobilizable	other	2028.0	93.68799999999999	92.0	0.001367049849772889	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
ENG0166_000000004162	6094	0.9399615334393038	5	5	5	4	5	False	110719	maximal	True	ENG0166_000000004162	1.0		6	4	False	False	0.9962257742881775	0					non-mobilizable	no_good_hit	115.0	79.13	2.0	2.9855991979737733e-05	CP046120.1	a-proteobacteria	Novosphingobium sp. Gsoil 351 chromosome, complete genome	True	False
SPA0104_000000025026	1503	0.9399592474958648	3	2	2	1	2	False	106069	fragment	False	ISR0344_000000020233	0.5094235610395106		0	0	False	False	0.9960079789161682	0					non-mobilizable	other	1412.0	95.68	100.0	0.0005124228959701625	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0019_000000001695	4690	0.9399579900673676	5	2	1	2	1	True	119545	maximal	True	CHI0019_000000001695	1.0	PS518|PS823	1	1	True	True	1.0	22					non-mobilizable	no_good_hit	1160.0	96.72399999999999	50.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0049_000000006600	2653	0.9399488269653092	3	3	0	1	3	False	90424	fragment	False	MAD0049_000000006600	0.9977140482128013		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2653.0	99.54799999999999	100.0	0.01826169588629822	MN823989.1	enterobacteria	Klebsiella pneumoniae strain 283149 plasmid p283149-FII, complete sequence	False	True
CHI0182_000000002725	8327	0.9399468862077308	12	6	2	5	5	True	130720	fragment	False	CHI0182_000000002725	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7715.0	99.676	94.0	0.0014930694963906997	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0076_000000017678	1483	0.9399410428167796	2	2	2	2	1	False	34557	fragment	False	ISR0076_000000017678	1.0		0	0	False	False	0.9844908714294434	0					non-mobilizable	no_good_hit	1276.0	87.853	86.0	0.0002394253341297903	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
SPA0112_000000014540	2328	0.9399408953315176	3	3	3	3	1	False	93087	maximal	True	SPA0112_000000014540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	95.686	78.0	0.00647979144179842	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
ENG0054_000000005416	4534	0.9399367665418796	7	5	4	4	5	False	111431	fragment	False	ISR0843_000000003216	0.934734156250722		0	0	False	False	1.0	0					non-mobilizable	other	4535.0	99.008	100.0	0.006280152419049888	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CHI0051_000000002441	6602	0.9399364849405246	5	4	3	4	2	True	127363	fragment	False	MAD0035_000000002553	0.2658122366145644		0	0	False	False	1.0	0					non-mobilizable	other	6607.0	97.609	100.0	0.07174220193457233	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0034_000000016277	1329	0.939923721875496	2	1	1	1	1	False	36832	maximal	True	ISR0034_000000016277	1.0		1	1	False	False	0.9984951019287109	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000000654	31436	0.9399229835317944	27	14	10	12	7	False	119562	fragment	False	SPA0126_000000000654	1.0		0	0	False	False	0.9989502429962158	0					non-mobilizable	no_good_hit	1848.0	95.617	13.0	0.06397423019639084	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	False
ENG0051_000000004860	5536	0.939918715237804	11	3	1	2	3	False	64090	maximal	True	ENG0051_000000004860	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	95.455	1.0	0.0002507727299236018	NZ_FQXV01000010.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
DEN0066_000000010592	3121	0.939918715237804	6	3	1	2	3	False	70986	maximal	True	DEN0066_000000010592	1.0		0	0	False	False	0.9993591904640198	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000007149	3198	0.9399173583784572	6	3	3	3	3	False	20179	fragment	False	MAD0013_000000007149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	93.711	5.0	0.002800127600751427	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0231_000000002155	5782	0.9399159574170856	10	8	3	2	6	True	90092	backbone	False	ISR0010_000000002654	0.7049720233378056	PS472|PS473	0	0	False	True	0.9998270273208618	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1915.0	96.18799999999999	83.0	0.2062533692722372	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
USA0056_01_000000002684	9157	0.9399139269853966	13	12	4	9	11	False	132550	maximal	True	USA0056_01_000000002684	1.0		16	5	False	False	0.9992355704307556	0					non-mobilizable	no_good_hit	5710.0	99.51	62.0	0.002414016773378414	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
CHI0179_000000002648	5568	0.9399125767275209	9	7	2	3	6	False	132470	backbone	False	CAN0001_000000008257	0.9914930631874054	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998204112052917	19	rep_cluster_870	MOBV			mobilizable	plasmid	5061.0	99.881	100.0	0.90437890974084	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0100_000000001816	14734	0.9399119137843349	16	13	8	7	12	True	112512	fragment	False	SPA0100_000000001816	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12425.0	94.986	94.0	0.15063589146157955	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0081_000000016168	3479	0.9399067716116748	4	4	3	4	2	False	105512	fragment	False	MON0081_000000016168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	79.545	10.0	0.0005078476979263853	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0032_000000002648	10614	0.9399010505519472	10	7	4	6	7	False	128484	maximal	True	ISR0032_000000002648	0.9742668765990947		35	4	False	False	0.9981157183647156	0					non-mobilizable	no_good_hit	2248.0	92.883	67.0	0.0006382851632832433	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0078_000000027718	1667	0.9398971057261182	3	1	1	1	1	False	10154	fragment	False	MON0078_000000027718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	89.13	5.0	3.458717678477605e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0007_000000008888	2932	0.9398863457502692	5	2	2	1	2	False	103756	fragment	False	ENG0007_000000008888	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	86.889	95.0	0.00869751194125615	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0095_000000023065	1215	0.939880403489504	1	1	0	1	1	False	60902	fragment	False	ENG0095_000000023065	0.9291845493562232		0	0	False	False	0.9588477611541748	0	IncFIB				non-mobilizable	chromosome	1215.0	99.75299999999999	100.0	0.003009151389563648	LR134223.1	enterobacteria	Klebsiella aerogenes strain NCTC9652 genome assembly, chromosome: 1	False	True
CAN0016_000000001832	16275	0.9398733577800334	18	16	11	10	13	True	112518	fragment	False	CAN0016_000000001832	1.0		0	0	False	False	0.9993241429328918	0					non-mobilizable	other	12425.0	95.00200000000001	96.0	0.15063589146157955	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0159_000000002665	4881	0.9398679686213752	7	6	4	4	5	False	113579	fragment	False	CHI0159_000000002665	1.0		0	0	False	False	0.9983609914779663	0					non-mobilizable	no_good_hit	1492.0	91.22	72.0	0.00036482471863996874	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0101_000000014333	4078	0.9398670364620008	7	5	4	5	4	False	115027	fragment	False	FIJ0043_000000004746	0.47770919067215367		0	0	False	False	0.9830799698829651	0					non-mobilizable	no_good_hit	648.0	76.69800000000001	23.0	0.0001453502873899442	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0087_000000001689	12457	0.9398629095661069	17	11	6	10	7	True	16011	maximal	True	MAD0087_000000001689	1.0		1	1	True	True	1.0	61					non-mobilizable	plasmid	3120.0	93.78200000000001	93.0	0.2201271186440678	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
FIJ0081_000000004819	6186	0.9398623060794647	7	6	4	6	3	False	52366	maximal	True	FIJ0081_000000004819	1.0		14	1	False	False	0.9996767044067383	0					non-mobilizable	no_good_hit	1822.0	96.432	29.0	0.031829867608737475	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0378_000000024673	1320	0.9398614439304888	3	3	3	2	1	False	23256	fragment	False	ISR0378_000000024673	1.0		0	0	False	False	0.9916666746139526	0					non-mobilizable	no_good_hit								True	False
MON0009_000000004518	5798	0.9398593118131344	4	3	3	3	2	False	116120	fragment	False	MON0009_000000004518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	71.837	4.0	7.652624850323662e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0790_000000003012	5055	0.9398593118131344	3	3	3	3	2	False	116119	fragment	False	ISR0790_000000003012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	71.837	5.0	7.652624850323662e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0074_000000014450	2048	0.9398584229603342	3	2	2	2	2	True	35007	fragment	False	ISR0074_000000014450	1.0		0	0	False	False	0.98193359375	0					non-mobilizable	chromosome	1086.0	87.845	90.0	0.00030981945423176925	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	True
USA0059_01_000000004207	6078	0.9398571402629085	10	8	3	3	8	True	90646	maximal	True	USA0059_01_000000004207	1.0	PS479	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4992.0	92.46799999999999	82.0	0.597158680471948	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
MON0107_000000001883	16520	0.9398555039082044	13	5	3	5	1	True	106862	fragment	False	MON0107_000000001883	1.0		0	0	False	False	0.9999394416809082	0					non-mobilizable	no_good_hit								True	True
FIJ0163_000000017736	1394	0.9398540646844792	2	2	2	2	1	False	39141	maximal	True	FIJ0163_000000017736	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000008247	2190	0.9398535331248348	2	2	0	1	2	False	89782	fragment	False	MAD0105_000000015732	0.9506637001916177		0	0	False	False	0.9995433688163757	0	IncFIB				non-mobilizable	plasmid	2128.0	99.389	100.0	0.011163127565105123	AP022113.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-W18-ESBL-06_1 DNA, complete genome, strain: WP5-W18-ESBL-06	False	True
MAD0080_000000002635	2378	0.9398532388191949	1	1	0	1	1	False	85417	fragment	False	MAD0080_000000002635	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2378.0	99.916	100.0	0.011234096451594608	CP054064.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP plasmid pSWHvKp, complete sequence	False	True
USA0053_01_000000008960	2228	0.9398532388191949	1	1	0	1	1	False	89782	fragment	False	MAD0105_000000015732	0.9622272735169172		0	0	False	False	0.9932674765586853	0	IncFIB				non-mobilizable	plasmid	2215.0	99.955	99.0	0.008386649544870848	CP040862.1	enterobacteria	Klebsiella pneumoniae strain Xen39 plasmid unnamed3, complete sequence	False	True
CHI0108_000000003934	2037	0.9398532388191949	1	1	0	1	1	False	85416	fragment	False	FIJ0063_000000013192	0.9806295399515739		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2037.0	99.902	100.0	0.007771407632468911	CP019161.1	enterobacteria	Klebsiella pneumoniae strain GN-2 plasmid pGN-2, complete sequence	False	True
MAD0043_000000013351	1922	0.9398532388191949	1	1	0	1	1	False	60904	maximal	True	MAD0043_000000013351	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	1595.0	94.48299999999999	83.0	0.009575122781190042	CP030066.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.1, complete sequence	True	True
MAD0024_000000008069	1803	0.9398532388191949	2	1	0	1	1	False	51829	fragment	False	MAD0024_000000008069	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1803.0	99.445	100.0	0.018423097370465793	CP050841.1	enterobacteria	Klebsiella pneumoniae strain Bckp101 plasmid pBckp101-1, complete sequence	False	True
CHI0015_000000005634	1776	0.9398532388191949	2	1	0	1	1	False	89781	fragment	False	CHI0015_000000005634	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1776.0	100.0	100.0	0.014348652035083464	LT883141.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, plasmid: III	False	True
FIJ0140_000000024193	1423	0.9398532388191949	1	1	0	1	1	False	60905	fragment	False	FIJ0140_000000024193	1.0		0	0	False	False	0.9915671348571777	0	IncFIB				non-mobilizable	chromosome	1423.0	97.54	100.0	0.0002660945571312686	CP033901.1	enterobacteria	Klebsiella pneumoniae strain KPN1344 chromosome	False	True
FIJ0131_000000013520	1377	0.9398532388191949	1	1	0	1	1	False	60903	fragment	False	FIJ0131_000000013520	0.980514419329696		0	0	False	False	0.9883805513381958	0	IncFIB				non-mobilizable	plasmid	1377.0	99.71	100.0	0.005939687993714981	CP035216.1	enterobacteria	Klebsiella michiganensis strain M82255 plasmid pKOCBH-B, complete sequence	False	True
FIJ0158_000000014612	1283	0.9398532388191949	1	1	0	1	1	False	60903	fragment	False	FIJ0131_000000013520	0.9477124183006536		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1283.0	97.584	100.0	0.008457078020172967	CP055317.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00555 plasmid unnamed	False	True
FIJ0077_000000023864	1263	0.9398532388191949	1	1	0	1	1	False	44483	fragment	False	FIJ0077_000000023864	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1263.0	99.604	100.0	0.009706721635528754	CP055333.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_4, complete sequence	False	True
USA0048_01_000000013710	1165	0.9398532388191949	1	1	0	1	1	False	60902	fragment	False	ENG0095_000000023065	0.911522633744856		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1165.0	99.914	100.0	0.009409482235964594	LT883141.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, plasmid: III	False	True
FIJ0005_000000032940	1134	0.9398532388191949	1	1	0	1	1	False	51828	fragment	False	FIJ0005_000000032940	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1134.0	99.471	100.0	0.005048074781012466	CP049605.1	enterobacteria	Klebsiella pneumoniae strain Kp8701 plasmid unnamed, complete sequence	False	True
ISR0815_000000020885	1481	0.9398495351657552	1	1	1	1	1	False	110765	fragment	False	USA0003_01_000000023517	0.6929605562587413		0	0	False	False	1.0	0					non-mobilizable	chromosome	1483.0	96.089	100.0	0.00022786599571593465	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0047_000000034174	1134	0.9398495351657552	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.14246730207056832		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	97.531	100.0	0.00686989082214144	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
MON0029_000000004256	4831	0.9398298975834136	3	2	2	2	2	False	37468	fragment	False	MON0029_000000004256	0.97639354681735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	83.43799999999999	13.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0081_000000014966	2351	0.9398280504916892	4	4	3	4	3	False	94565	maximal	True	FIJ0081_000000014966	1.0		9	2	False	False	0.9974479079246521	0					non-mobilizable	no_good_hit	1982.0	98.89	84.0	0.0003873365013718086	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	True	False
USA0133_01_000000014305	1454	0.9398228710918602	3	1	1	1	1	False	57	maximal	True	USA0133_01_000000014305	1.0		1	1	False	False	0.9986245036125183	0					non-mobilizable	no_good_hit	151.0	98.01299999999999	10.0	4.733243843469733e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MON0089_000000025656	1192	0.9398159792971412	1	1	0	1	1	False	9582	maximal	True	MON0089_000000025656	1.0		1	1	False	False	0.9832214713096619	0	rep_cluster_1375				non-mobilizable	plasmid	962.0	93.035	92.0	0.20623655913978495	CP060415.1	b-proteobacteria	Neisseria musculi strain NW831 plasmid unnamed, complete sequence	False	True
FIJ0093_000000003880	5661	0.9398146609312718	4	3	3	3	1	True	44494	maximal	True	FIJ0093_000000003880	1.0		1	1	False	False	0.9987634420394897	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	0.002147179387077884	NZ_AQQX01000029.1	a-proteobacteria	Pseudooceanicola atlanticus strain 22II-s11g contig29, whole genome shotgun sequence	True	True
MAD0102_000000002687	5687	0.9398111158001397	5	4	3	4	4	True	85430	maximal	True	MAD0102_000000002687	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	2131.0	99.625	64.0	0.0003223779322770234	CP050216.1	enterobacteria	Escherichia coli strain RM-069-WU chromosome	True	True
FIJ0144_000000007487	4232	0.9398017277324321	7	4	2	4	2	False	79333	fragment	False	FIJ0144_000000007487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0268_000000004631	3765	0.9397972651373664	5	4	4	4	3	False	116188	fragment	False	ISR0268_000000004631	1.0		0	0	False	False	0.9984063506126404	0					non-mobilizable	chromosome	1969.0	94.71799999999999	93.0	0.00044481127422366177	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MAD0064_000000006588	2962	0.9397862659341804	3	3	3	3	2	False	118755	fragment	False	MAD0064_000000006588	0.9311155913978495		0	0	False	False	0.9918973445892334	0					non-mobilizable	other	2184.0	92.67399999999999	100.0	0.009902517835423966	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0066_000000024118	1337	0.9397825446646312	3	2	2	2	2	False	35107	maximal	True	ISR0066_000000024118	1.0		0	0	False	False	0.9611069560050964	0					non-mobilizable	no_good_hit	748.0	99.59899999999999	56.0	0.07624783096866387	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
CHI0140_000000001111	21991	0.9397778220763356	35	8	4	8	5	True	80308	maximal	True	CHI0140_000000001111	1.0		1	1	False	False	0.9999545216560364	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	0.005281963647661954	XM_020453174.2	bony fishes	PREDICTED: Oncorhynchus kisutch protocadherin-19 (LOC109865054), transcript variant X6, mRNA	True	True
CHI0149_000000003343	4687	0.9397733431264036	4	4	4	4	3	False	90190	fragment	False	CHI0137_000000002594	0.9696925607672146		0	0	False	False	1.0	0					non-mobilizable	chromosome	4687.0	99.552	100.0	0.0009028772007993113	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ENG0125_000000012243	2133	0.9397715344686879	3	3	3	3	2	False	129701	maximal	True	ENG0125_000000012243	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1763.0	87.805	83.0	0.0004711146175235343	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0147_000000010319	2361	0.9397579011420222	3	3	3	3	3	False	103270	fragment	False	CHI0109_000000006726	0.6906480071689794		0	0	False	False	1.0	0					non-mobilizable	chromosome	2362.0	98.22200000000001	100.0	0.00042835783282505526	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0128_000000004316	7458	0.9397546434604916	8	5	3	5	5	False	128483	fragment	False	ISR0128_000000004316	0.9889934829833453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1476.0	98.374	54.0	0.00041955018531318356	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0034_000000009866	2664	0.9397485321362652	3	3	2	2	2	False	12249	fragment	False	MON0034_000000009866	0.9483558994197292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	80.235	16.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
AST0026_000000010916	2696	0.9397444691878991	3	3	2	3	1	False	119451	fragment	False	AST0026_000000010916	0.9767711962833914		0	0	False	False	1.0	0					non-mobilizable	chromosome	2726.0	81.475	100.0	0.001111926523895301	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0024_000000018813	2583	0.9397444691878991	3	3	2	3	1	False	119451	fragment	False	AST0026_000000010916	0.9567878338278932		0	0	False	False	1.0	0					non-mobilizable	chromosome	2609.0	81.90899999999999	99.0	0.0011195183382913861	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0049_000000005559	3719	0.9397433703194032	4	4	4	4	3	False	131408	fragment	False	SPA0109_000000006156	0.7824846150944424		0	0	False	False	0.9994622468948364	0					non-mobilizable	no_good_hit	807.0	74.597	21.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
MON0037_000000030980	2276	0.9397360619946362	3	3	2	3	2	False	114455	fragment	False	MON0037_000000030980	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2311.0	81.264	100.0	0.06256514345274014	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MON0050_000000005133	4920	0.9397351948302016	5	5	2	4	3	False	29997	fragment	False	MON0050_000000005133	1.0		0	0	False	False	0.9989837408065796	0					non-mobilizable	no_good_hit	800.0	88.125	28.0	0.00032616511367595494	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
SPA0114_000000006958	5826	0.9397274108812028	12	5	2	4	3	True	116033	maximal	True	SPA0114_000000006958	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3661.0	99.208	90.0	0.021075489303857983	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0105_000000012960	1525	0.9397234856324348	3	2	2	2	2	False	32935	fragment	False	ISR0105_000000012960	1.0		0	0	False	False	0.9940983653068542	0					non-mobilizable	no_good_hit	1083.0	99.169	71.0	0.020235109131069597	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
AUS0014_000000008280	3784	0.9397189109094476	6	4	1	3	3	True	111186	fragment	False	AUS0014_000000008280	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2323.0	96.64200000000001	91.0	0.00760844245110616	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0266_000000001808	6790	0.9397180543346784	6	4	4	4	3	False	100179	fragment	False	ISR0266_000000001808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	71.346	15.0	0.014320918115891009	NZ_MUYU01000029.1	g-proteobacteria	Moraxella pluranimalium strain CCUG 54913 54913T_ctg_0000029, whole genome shotgun sequence	True	False
MAD0015_000000010357	1954	0.9397151401183188	2	2	1	1	1	True	39323	fragment	False	MAD0015_000000010357	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1228.0	100.0	100.0	0.3403606102635229	CP055731.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_8, complete sequence	False	True
USA0087_01_000000004110	3504	0.9397106696231788	3	3	2	3	2	False	74902	fragment	False	USA0087_01_000000004110	0.9805352798053528		0	0	False	False	0.9840182662010193	0					non-mobilizable	chromosome	3380.0	82.604	95.0	0.000604824497336156	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
ISR0120_000000009312	3288	0.9397106696231788	3	3	2	3	2	False	74902	fragment	False	USA0087_01_000000004110	0.9509132420091324		0	0	False	False	0.9945255517959595	0					non-mobilizable	chromosome	3269.0	99.786	99.0	0.0005927340278862582	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0794_000000006593	2958	0.9397106696231788	3	3	2	3	2	False	74901	fragment	False	ISR0794_000000006593	0.9677306208347948		0	0	False	False	1.0	0					non-mobilizable	chromosome	2958.0	99.73	100.0	0.0005364905174348532	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0367_000000003397	2851	0.9397106696231788	4	3	2	3	2	False	74901	fragment	False	ISR0794_000000006593	0.9508113590263692		0	0	False	False	0.9985969662666321	0					non-mobilizable	chromosome	2848.0	99.719	100.0	0.0005165331427585483	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MON0005_000000025029	2153	0.9397050465518244	3	3	3	3	3	False	14124	fragment	False	MON0005_000000025029	1.0		0	0	False	False	0.9990710616111755	0					non-mobilizable	no_good_hit	189.0	78.307	9.0	0.0012928692757868967	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0106_000000005043	3911	0.9397039704474828	7	3	2	3	3	False	117445	fragment	False	AST0106_000000005043	1.0		0	0	False	False	0.9928407073020935	0					non-mobilizable	no_good_hit	2124.0	100.0	56.0	0.03974018194751226	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
ISR0080_000000012636	2460	0.9397039704474828	6	3	2	3	3	False	117442	fragment	False	ISR0156_000000009701	0.9427063701470033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2089.0	95.117	85.0	0.039066302272472014	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
ISR0167_000000014155	2060	0.9397039704474828	6	3	2	3	3	False	117439	fragment	False	SPA0033_000000014184	0.7157813340124413		0	0	False	False	1.0	0					non-mobilizable	other	1964.0	98.167	95.0	0.03674516116955561	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	False	False
AST0031_000000013964	1948	0.9397039704474828	5	3	2	3	3	False	117439	fragment	False	SPA0033_000000014184	0.4807038834951456		0	0	False	False	0.9969199299812317	0					non-mobilizable	other	1948.0	100.0	100.0	0.03644565909175995	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	False	False
ISR0216_000000004273	4597	0.9397007799907828	10	5	2	5	2	False	28140	fragment	False	ISR0216_000000004273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	93.20100000000001	17.0	0.00023955823422814847	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0847_000000015906	1807	0.9396951294055657	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.4458410327050724		0	0	False	False	0.9983397722244263	0					non-mobilizable	other	1762.0	95.63	100.0	0.0004884727105098	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0390_000000010199	1462	0.9396885161579605	2	2	2	1	1	False	65940	fragment	False	ISR0057_000000015397	0.9770020262397272		0	0	False	False	0.9917920827865601	0					non-mobilizable	chromosome	1462.0	99.179	100.0	0.0004235169298066345	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0304_000000000080	57107	0.939686787050347	96	30	12	19	19	True	124624	maximal	True	ISR0304_000000000080	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	6764.0	86.443	41.0	0.11907631233828377	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0151_000000000034	70422	0.9396865760303972	88	21	13	18	10	True	49844	fragment	False	FIJ0151_000000000034	0.9999333423869263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	85.35799999999999	0.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
FIJ0020_000000000050	70384	0.9396865760303972	88	21	13	18	10	True	49844	fragment	False	FIJ0151_000000000034	0.9997984413616786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	85.35799999999999	0.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
MAD0099_000000004162	6121	0.9396865259548782	9	3	2	3	2	False	15248	maximal	True	MAD0099_000000004162	1.0		1	1	True	True	1.0	68					non-mobilizable	no_good_hit	66.0	95.455	1.0	1.817616958757712e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
USA0069_01_000000012325	4999	0.9396844128580588	4	2	2	2	1	False	53507	fragment	False	USA0069_01_000000012325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1755.0	97.721	51.0	0.01069244883900976	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0096_000000003966	6578	0.9396767815934118	6	4	4	4	4	False	100178	fragment	False	ISR0096_000000003966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	70.833	15.0	0.0004048895546707665	CP049366.1	firmicutes	Lactobacillus sp. NFFJ11 chromosome, complete genome	True	False
ISR0048_000000004456	4258	0.9396700621610792	5	3	3	3	3	False	118759	maximal	True	ISR0048_000000004456	0.9792446375229519		159	9	False	False	1.0	0					non-mobilizable	other	2843.0	99.26100000000001	100.0	0.012897779875469712	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0244_000000005118	4123	0.9396700621610792	5	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.9067213826897663		0	0	False	False	1.0	0					non-mobilizable	other	2843.0	99.26100000000001	100.0	0.012897779875469712	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0177_000000006817	3878	0.9396700621610792	5	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.8983437149863165		0	0	False	False	0.9994842410087585	0					non-mobilizable	other	2843.0	99.226	100.0	0.012897779875469712	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0110_000000004907	3825	0.9396700621610792	5	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.825614071596783		0	0	False	False	1.0	0					non-mobilizable	other	2843.0	99.54299999999999	99.0	0.012897779875469712	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0338_000000006477	3718	0.9396700621610792	5	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.81858642772204		0	0	False	False	1.0	0					non-mobilizable	other	2843.0	99.26100000000001	100.0	0.012897779875469712	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0157_000000005675	4957	0.9396696158901952	7	6	3	3	5	True	130637	backbone	False	AST0039_000000003129	0.4444588785552042	PS1110	0	0	False	True	1.0	0		MOBV			mobilizable	other	2248.0	91.32600000000001	93.0	0.43468823993685873	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0012_000000003959	7327	0.9396648520135622	9	5	3	3	5	False	84271	maximal	True	MON0012_000000003959	1.0		3	2	False	False	0.9997270107269287	0					non-mobilizable	no_good_hit	3013.0	95.785	56.0	0.0006683414071818382	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0211_000000004755	6584	0.9396601789980528	6	6	6	6	3	False	93373	maximal	True	ENG0211_000000004755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2310.0	73.074	35.0	0.0011757032323080363	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
SPA0110_000000008423	2369	0.93965908053652	2	1	1	1	1	False	4619	maximal	True	SPA0110_000000008423	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	97.436	3.0	2.1639461835015124e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0108_000000007926	2656	0.9396556615108442	3	3	3	3	2	False	100870	fragment	False	ENG0108_000000007926	1.0		0	0	False	False	0.9996234774589539	0					non-mobilizable	chromosome	2656.0	100.0	100.0	0.00040923688495973526	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0004_01_000000015076	1479	0.9396523829315664	2	1	1	1	1	False	12865	fragment	False	USA0004_01_000000015076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	82.45	20.0	0.3457508731082654	GQ875831.1		Uncultured organism clone VC1A654TR genomic sequence	True	False
USA0053_01_000000013949	1326	0.9396523829315664	1	1	1	1	1	False	12864	fragment	False	USA0053_01_000000013949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	87.97	10.0	3.767454445196667e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0125_01_000000019052	1211	0.9396523829315664	2	1	1	1	1	False	129	fragment	False	USA0125_01_000000019052	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	87.353	28.0	9.451608185540103e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ETH0003_000000007657	4291	0.9396484059853502	6	4	3	3	4	False	98387	fragment	False	ETH0003_000000007657	0.9705295351014304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1439.0	79.43	36.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CAN0012_000000016096	3149	0.9396427164995408	4	2	2	2	2	False	95545	maximal	True	CAN0012_000000016096	1.0		2	1	False	False	0.9980946183204651	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.9332274581855795e-06	NZ_CP033116.1	g-proteobacteria	Pseudomonas pelagia strain Kongs-67 chromosome, complete genome	True	False
ISR0228_000000003408	6370	0.9396370485782292	8	6	6	6	5	False	125980	fragment	False	FIJ0046_000000003577	0.9548509113782678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2829.0	99.788	44.0	0.000997135878803564	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0123_000000002583	4055	0.9396369546473576	5	5	5	5	4	False	76260	fragment	False	SPA0041_000000007426	0.7581548020450191		0	0	False	False	1.0	0					non-mobilizable	chromosome	4058.0	97.684	100.0	0.0011528385769995477	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0033_000000049645	1189	0.9396339465179988	1	1	1	1	1	False	12266	maximal	True	MON0033_000000049645	1.0		9	8	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit								True	False
USA0055_01_000000011786	2313	0.9396316369417288	5	3	2	1	2	False	94126	fragment	False	USA0055_01_000000011786	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1858.0	99.785	100.0	0.0002860804740057509	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0093_01_000000008878	2005	0.9396316369417288	3	3	2	1	2	False	94125	fragment	False	USA0093_01_000000008878	0.9761112276881029		0	0	False	False	1.0	0					non-mobilizable	chromosome	2005.0	100.0	100.0	0.0003088929255967267	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0045_000000003916	4794	0.9396303208981458	4	4	4	4	4	False	125040	fragment	False	ISR0803_000000002275	0.9637490206722017		0	0	False	False	1.0	0					non-mobilizable	other	4794.0	99.81200000000001	100.0	0.017329399599395477	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0146_000000001085	5616	0.9396139056399276	9	4	0	1	4	False	87161	backbone	False	CHI0084_000000000446	0.993066138555749	PS449	0	0	True	True	1.0	27		MOBV			mobilizable	plasmid	5122.0	99.844	100.0	0.9242862305746296	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
FIJ0122_000000001423	11925	0.9396102728480508	17	17	2	14	17	True	82245	fragment	False	FIJ0122_000000001423	0.9613893104029675		0	0	False	False	0.999161422252655	0			MPF_F	MOBF	mobilizable	chromosome	11925.0	99.95	100.0	0.0024746223575613474	CP035331.1	enterobacteria	Escherichia coli strain BR25-DEC chromosome	False	True
CAN0022_000000014000	2231	0.9395996609450504	3	2	2	2	1	True	124812	fragment	False	CAN0022_000000014000	1.0		0	0	False	False	0.9959659576416016	0					non-mobilizable	no_good_hit	49.0	97.959	2.0	1.0170394363397938e-05	NC_008576.1	a-proteobacteria	Magnetococcus marinus MC-1, complete sequence	True	True
FIJ0137_000000002629	4475	0.9395987298242696	7	2	2	2	2	False	68648	maximal	True	FIJ0137_000000002629	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1671.0	92.16	40.0	0.0190021859914382	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	True	True
SPA0049_000000006028	3568	0.9395958579353132	4	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.03401794080653523	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	3586.0	98.104	100.0	0.71252239697392	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
USA0053_01_000000001062	16184	0.939595301700878	21	20	6	5	20	False	1078	fragment	False	USA0053_01_000000001062	1.0		0	0	False	False	0.9998764395713806	0					non-mobilizable	plasmid	4911.0	93.301	98.0	0.05217577476850613	CP057059.1	enterobacteria	Escherichia coli strain RHB39-C17 plasmid pRHB39-C17_3, complete sequence	False	True
ISR0177_000000001442	12718	0.9395946706299938	19	11	5	9	8	False	103473	fragment	False	ISR0177_000000001442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2774.0	88.969	48.0	0.11925013018573165	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ISR0041_000000002812	4269	0.9395865329368054	7	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.3703122706356025	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4269.0	99.883	100.0	0.47767207610520424	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0039_000000003110	4239	0.9395865329368054	7	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.36545950890878665	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4243.0	98.586	100.0	0.47431449356463345	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0304_000000002268	4002	0.9395865329368054	6	6	3	4	6	True	118168	backbone	False	FIJ0074_000000005173	0.27430342698819316	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4002.0	99.925	100.0	0.44778959149412423	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0140_000000001640	16726	0.9395821840794364	16	11	4	10	7	True	80302	fragment	False	MON0060_000000000842	0.9203972902941301		0	0	False	False	0.9984455108642578	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
ENG0031_000000008351	2504	0.9395806511930891	5	5	3	4	5	False	93287	fragment	False	CAN0015_000000014950	0.9815462315462316		0	0	False	False	0.9968051314353943	0					non-mobilizable	chromosome	2504.0	99.8	100.0	0.0008933169683470281	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	False	False
ISR0107_000000006693	3420	0.9395714548805666	4	4	4	4	3	False	76253	fragment	False	ISR0107_000000006693	0.9837821562329042		0	0	False	False	1.0	0					non-mobilizable	chromosome	3422.0	97.37	99.0	0.0009719342259085751	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0090_000000020554	1755	0.9395704281349112	3	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.19325938280717694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1371.0	87.527	78.0	0.01845576421984906	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
MON0094_000000021033	1779	0.9395697702946516	3	3	3	2	1	False	14640	fragment	False	MON0094_000000021033	1.0		0	0	False	False	0.9994378685951233	0					non-mobilizable	no_good_hit	198.0	73.737	11.0	4.3990570598516655e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0004_000000000117	88139	0.9395659375739036	90	41	22	32	28	True	128801	maximal	True	SPA0004_000000000117	1.0		1	1	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	18867.0	99.48100000000001	75.0	0.10158967786405884	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
AUS0012_000000003636	4176	0.9395566920711764	5	5	4	4	2	False	101246	fragment	False	AUS0012_000000003636	0.9954022988505746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	17.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
ENG0079_000000009706	3374	0.9395369196427666	6	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.3176228957025483		0	0	False	False	0.9911084771156311	0					non-mobilizable	other	3375.0	99.2	100.0	0.004673408527100645	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0075_000000005678	4216	0.9395190368370476	5	5	3	3	4	True	75207	fragment	False	ENG0075_000000005678	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2122.0	88.03	72.0	0.3455411397602233	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0041_000000010019	4770	0.9395052971725538	6	4	4	4	3	False	22206	maximal	True	MON0041_000000010019	1.0		10	6	False	False	0.99790358543396	0					non-mobilizable	no_good_hit	3373.0	96.146	71.0	0.0012003429347708003	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0066_000000028473	1131	0.9395036663802088	2	1	1	1	1	False	35095	fragment	False	ISR0066_000000028473	1.0		0	0	False	False	0.9734748005867004	0					non-mobilizable	no_good_hit								True	False
MAD0028_000000002929	4008	0.9394948963166952	4	4	3	4	2	False	48687	maximal	True	MAD0028_000000002929	1.0		2	1	False	False	0.9987524747848511	0					non-mobilizable	no_good_hit	873.0	77.778	21.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
SPA0095_000000003215	6637	0.939491594344924	8	6	5	4	2	False	106659	fragment	False	SPA0095_000000003215	0.9953241895261846		0	0	False	False	0.9995480179786682	0					non-mobilizable	no_good_hit	5154.0	99.243	79.0	0.0014398322647143783	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0124_000000014133	1979	0.9394892961419352	3	3	3	3	3	False	103260	fragment	False	FIJ0124_000000014133	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1979.0	99.545	100.0	0.00038309657074339133	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0006_000000021358	1773	0.9394883742203478	2	1	1	1	1	True	51699	fragment	False	FIJ0006_000000021358	1.0		0	0	False	False	0.9932318329811096	0					non-mobilizable	plasmid	707.0	96.74700000000001	99.0	0.030637042180177054	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
AST0116_000000002287	9392	0.939485803694983	12	9	4	5	8	False	115586	maximal	True	AST0116_000000002287	0.9849520790087449		2	2	False	False	1.0	0					non-mobilizable	other	4311.0	97.634	90.0	0.02505114560322669	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0048_000000003310	5510	0.9394850448202858	6	3	3	3	2	True	36047	backbone	True	ISR0048_000000003310	0.9981831208811105	PS116	2	2	True	True	0.9996370077133179	13					non-mobilizable	no_good_hit								True	True
SPA0104_000000001948	13854	0.9394757877557718	19	13	9	11	9	True	4854	backbone	True	SPA0104_000000001948	1.0	PS14	1	1	True	True	1.0	228					non-mobilizable	no_good_hit	235.0	77.021	2.0	0.01929663353103333	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
SPA0080_000000004000	3132	0.9394691339541684	4	4	4	4	4	False	85827	fragment	False	SPA0080_000000004000	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3132.0	98.084	100.0	0.012135000426333455	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0378_000000000853	14759	0.9394670710407772	20	9	5	5	7	True	111470	maximal	True	ISR0378_000000000853	1.0		5	2	False	False	0.9990514516830444	0					non-mobilizable	no_good_hit	4933.0	97.87100000000001	33.0	0.0013713331245432717	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MAD0070_000000014131	1478	0.9394540221624051	3	2	2	2	2	False	16354	maximal	True	MAD0070_000000014131	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0136_000000003214	7840	0.9394525286519124	6	5	5	4	3	False	40555	maximal	True	FIJ0136_000000003214	1.0		1	1	False	False	0.999617338180542	0					non-mobilizable	no_good_hit	299.0	77.258	4.0	0.00012132465206262156	CP029450.1	CFB group bacteria	Capnocytophaga canimorsus strain Rmd13-Crie chromosome	True	False
ENG0089_000000004272	5173	0.9394469041417556	7	7	2	6	5	False	112161	maximal	False	SPA0040_000000006858	0.948127473668791		0	0	True	True	0.9998067021369934	23					non-mobilizable	chromosome	4941.0	96.62	100.0	0.9697624190064795	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
USA0036_01_000000001462	23134	0.9394437308828716	25	9	7	7	3	True	51444	fragment	False	USA0036_01_000000001462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	95.385	0.0	0.005801305293691081	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
CHI0119_000000000573	12479	0.9394436251642451	11	9	5	7	8	False	94344	fragment	False	CAN0012_000000004423	0.919324808295779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3163.0	72.115	25.0	0.0012741325703823135	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
SPA0057_000000002552	9826	0.9394428964588594	10	4	3	4	2	True	56610	maximal	True	SPA0057_000000002552	1.0		1	1	False	False	0.9968451261520386	0					non-mobilizable	no_good_hit	2063.0	98.255	46.0	0.07142114925011257	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
FIJ0077_000000017458	1709	0.9394402072482678	2	2	2	2	2	False	52348	fragment	False	USA0034_01_000000027858	0.47817841186663934		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	96.27799999999999	96.0	0.028629391909617167	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
USA0078_01_000000011357	1513	0.9394401185420196	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.47397645683896406	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1529.0	78.875	100.0	0.0008338186684761287	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	False	True
CHI0133_000000013866	1442	0.9394377696754844	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.2895946234513338		0	0	False	False	1.0	0					non-mobilizable	chromosome	1442.0	99.723	100.0	0.00057124123465805	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0058_000000016581	1866	0.9394313614029384	4	4	1	3	3	True	28124	maximal	True	SPA0058_000000016581	1.0		11	5	False	False	0.9983922839164734	0					non-mobilizable	chromosome	1866.0	99.946	100.0	0.00082227052479818	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	True
SPA0093_000000020525	1849	0.9394230275075636	2	2	1	2	2	True	126926	fragment	False	ISR0278_000000006395	0.9829949331529431		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	98.916	100.0	0.0021578990201905363	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
CHI0167_000000016700	1358	0.9394230275075636	2	2	1	2	2	True	83759	fragment	False	CHI0162_000000024226	0.9864647357206542		0	0	False	False	1.0	0					non-mobilizable	chromosome	1365.0	98.82799999999999	100.0	0.0004030061183656152	LR607365.1	firmicutes	Enterococcus faecalis strain 4928STDY7387719 genome assembly, chromosome: 1	False	True
CHI0090_000000010549	1292	0.9394230275075636	2	2	1	2	2	True	83759	fragment	False	CHI0162_000000024226	0.9481864815589618		0	0	False	False	0.9992260336875916	0					non-mobilizable	other	1263.0	99.604	100.0	0.3056430128360378	U18931.1	firmicutes	Clostridium perfringens 23S rRNA methylase ErmBP (ermBP) gene, complete cds, and flanking DR1 and DR2 repeats	False	True
ISR0816_000000029058	1273	0.9394230275075636	2	2	1	2	2	True	83759	fragment	False	CHI0162_000000024226	0.9507292007394241		0	0	False	False	0.9992144703865051	0					non-mobilizable	other	1273.0	99.84299999999999	100.0	0.30806490675708403	U18931.1	firmicutes	Clostridium perfringens 23S rRNA methylase ErmBP (ermBP) gene, complete cds, and flanking DR1 and DR2 repeats	False	True
ISR0354_000000015659	1173	0.9394106288780458	2	2	2	1	1	False	23984	fragment	False	MON0037_000000060559	0.9286277602523659		0	0	False	False	0.9991474747657776	0					non-mobilizable	other	1173.0	93.009	100.0	0.0003168921639219353	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0179_000000005602	5633	0.939407375992408	9	7	3	3	7	False	132470	backbone	False	CAN0001_000000008257	0.9979655383765034	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	68	rep_cluster_870	MOBV			mobilizable	plasmid	5137.0	99.805	100.0	0.9179624664879357	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
MAD0105_000000012169	2846	0.9393986586786576	5	2	2	2	1	False	14836	maximal	True	MAD0105_000000012169	1.0		1	1	False	False	0.9595924019813538	0					non-mobilizable	no_good_hit	762.0	94.619	49.0	0.012252728650426427	MK275621.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p3, complete sequence	True	False
ISR0375_000000012332	1832	0.9393971241375656	3	3	3	2	2	False	106072	fragment	False	ISR0375_000000012332	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	95.15899999999999	96.0	0.000613019027921782	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0071_000000008301	2516	0.9393889232578426	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.0688306979163678	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2521.0	98.85	100.0	0.0005029596782016078	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0058_000000002390	9500	0.9393876288313454	16	10	6	6	10	True	124089	fragment	False	SPA0058_000000002390	0.9771363090690821		0	0	False	False	0.9998947381973267	0					non-mobilizable	other	7002.0	99.272	93.0	0.001967223803183193	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0135_000000009268	3108	0.9393708714119178	5	4	4	4	2	False	40605	maximal	True	FIJ0135_000000009268	1.0		3	2	False	False	0.9897040128707886	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	0.00022844754217320803	NZ_QRDZ01000014.1	firmicutes	Cohnella phaseoli strain CECT 7287 Ga0244611_114, whole genome shotgun sequence	True	False
ENG0043_000000005387	5801	0.9393570846075724	4	3	3	3	0	True	72428	maximal	True	ENG0043_000000005387	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.0004892101973147795	NZ_SMDN01000004.1	mycoplasmas	Mycoplasma mucosicanis strain 1642 NODE_4_length_73588_cov_38.5561, whole genome shotgun sequence	True	True
ISR0267_000000004014	3881	0.9393552931808241	4	3	2	3	1	False	26544	maximal	True	ISR0267_000000004014	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	0.0046739626082991335	XM_009497562.1	eukaryotes	Fonticula alba hypothetical protein partial mRNA	True	False
ISR0092_000000000572	21657	0.939354533403046	29	14	9	11	8	True	66651	fragment	False	ISR0092_000000000572	1.0		0	0	False	False	0.9999538064002991	0					non-mobilizable	no_good_hit	69.0	88.406	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
ISR0295_000000029829	1189	0.9393523645516588	3	1	1	1	1	False	25705	fragment	False	ISR0295_000000029829	1.0		0	0	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000011630	3023	0.9393515873804552	5	2	2	2	1	True	17105	fragment	False	SPA0098_000000011630	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3023.0	99.96700000000001	100.0	0.05096035480008769	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ISR0206_000000003247	7319	0.9393458059918479	6	6	6	6	6	False	98397	fragment	False	TAN0021_000000001124	0.6366431774503524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.555	20.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0251_000000002217	5137	0.9393401451829536	6	4	3	4	3	False	107588	maximal	True	ISR0251_000000002217	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1651.0	96.00200000000001	32.0	0.19009216589861752	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
CHI0166_000000000380	18501	0.9393389443061658	23	20	9	13	19	True	132538	fragment	False	CHI0173_000000000797	0.9470509461339358		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	14713.0	93.84899999999999	100.0	0.19856698661619576	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0119_000000006311	5091	0.939335271974138	5	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.5409759731124644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	85.965	2.0	0.001141933201960487	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0104_000000005997	4778	0.939335271974138	5	4	3	4	1	True	132039	fragment	False	ISR0084_000000002614	0.27819922808120257		0	0	False	False	0.9976977705955505	0					non-mobilizable	no_good_hit	114.0	85.965	3.0	0.001141933201960487	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0121_000000000304	22895	0.9393318242201676	22	16	7	10	15	True	81800	maximal	True	CHI0121_000000000304	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	10370.0	90.868	50.0	0.1787687314411988	NZ_QSFT01000023.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf23, whole genome shotgun sequence	True	True
SPA0155_000000003156	5134	0.9393312510643306	8	6	6	5	5	False	3205	maximal	True	SPA0155_000000003156	1.0		6	4	False	False	0.9976626634597778	0					non-mobilizable	no_good_hit	684.0	100.0	13.0	0.0005978447826882358	NZ_LT629969.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ISR0814_000000023410	1751	0.9393274179613674	3	2	2	1	2	False	124984	fragment	False	ISR0814_000000023410	0.9620752427184466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	94.771	44.0	0.12352274566941882	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0110_000000002943	8943	0.9393201425209824	9	9	8	8	9	False	59390	fragment	False	MAD0110_000000002943	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8544.0	100.0	100.0	0.0017750994870226369	CP046429.1	enterobacteria	Salmonella enterica strain R19_2839 chromosome, complete genome	False	False
SPA0095_000000003640	5834	0.9393082855708396	10	6	2	5	5	False	53419	fragment	False	SPA0095_000000003640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2889.0	90.204	49.0	0.0012353561414695036	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
DEN0051_000000015940	2788	0.9393075341974844	4	4	2	4	2	False	72572	maximal	True	DEN0051_000000015940	1.0		2	1	False	False	0.9917503595352173	0					non-mobilizable	other	2753.0	97.566	99.0	0.02764096894160217	NZ_NFHM01000010.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_10, whole genome shotgun sequence	False	False
ISR0335_000000002280	6299	0.9393046995485896	9	8	4	7	6	False	119722	fragment	False	SPA0057_000000004179	0.9405024616896271		0	0	False	False	0.9995237588882446	0					non-mobilizable	chromosome	5416.0	95.679	97.0	0.0008325340329634858	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0005_01_000000008631	4169	0.9393004532091762	5	3	2	2	3	True	66127	fragment	False	USA0005_01_000000008631	1.0		0	0	False	False	0.9997601509094238	0					non-mobilizable	other	4169.0	100.0	100.0	0.0013375685391556502	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0031_000000014349	2206	0.9392895009098108	4	2	2	2	2	False	30849	fragment	False	SPA0031_000000014349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0073_000000007709	1398	0.9392885879775722	2	2	2	2	2	True	5839	maximal	True	SPA0073_000000007709	1.0		10	2	False	False	0.9864091277122498	0					non-mobilizable	no_good_hit	725.0	97.51700000000001	60.0	0.001135851975268549	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	True
DEN0070_000000006089	5263	0.9392752299417906	7	6	6	6	5	False	70646	fragment	False	DEN0070_000000006089	1.0		0	0	False	False	0.997719943523407	0					non-mobilizable	no_good_hit	1021.0	72.282	19.0	0.010649661051006272	NZ_KB894133.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00019.19, whole genome shotgun sequence	True	False
ENG0034_000000002536	5624	0.9392689057915038	6	2	1	2	0	True	100293	maximal	True	ENG0034_000000002536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	90.397	39.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0037_000000003974	4948	0.9392689057915038	8	2	1	2	0	True	81559	maximal	True	ISR0037_000000003974	1.0		1	1	True	True	0.9991915822029114	30					non-mobilizable	no_good_hit	1138.0	97.891	66.0	0.29042145593869734	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0061_000000004849	4796	0.9392689057915038	6	2	1	2	0	True	81560	backbone	True	FIJ0061_000000004849	0.9441702629844644	PS401	1	1	True	True	0.9997915029525757	13					non-mobilizable	no_good_hit	1170.0	95.556	67.0	0.29757343550446996	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
TAN0005_000000002582	4732	0.9392689057915038	5	2	1	2	0	True	81560	backbone	False	FIJ0061_000000004849	0.9435691873492719	PS401	0	0	True	True	0.9980980753898621	9					non-mobilizable	no_good_hit	606.0	91.584	64.0	0.15351213282247764	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0044_000000009505	4549	0.9392689057915038	4	2	1	2	0	True	38822	maximal	True	MON0044_000000009505	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit								True	True
MAD0045_000000008394	4172	0.9392689057915038	5	2	1	2	0	True	17894	maximal	True	MAD0045_000000008394	1.0		1	1	True	True	1.0	71					non-mobilizable	no_good_hit	42.0	95.238	1.0	0.009597378277153557	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	True	True
MON0047_000000008884	4136	0.9392689057915038	3	2	1	2	0	True	11539	maximal	False	MON0109_000000008092	0.9203936634849819		0	0	True	True	0.9995164275169373	12					non-mobilizable	no_good_hit								True	True
MON0046_000000007201	4103	0.9392689057915038	3	2	1	2	0	True	11539	maximal	False	MON0109_000000008092	0.954198294075442		0	0	True	True	1.0	93					non-mobilizable	no_good_hit								True	True
MON0109_000000008092	4102	0.9392689057915038	3	2	1	2	0	True	11539	maximal	True	MON0109_000000008092	0.954835551284314		2	1	True	True	0.9861043095588684	3					non-mobilizable	no_good_hit								True	True
AST0055_000000008120	4048	0.9392689057915038	6	2	1	2	0	True	113928	backbone	True	AST0055_000000008120	0.9733181975433216	PS733	1	1	True	True	1.0	37					non-mobilizable	no_good_hit	905.0	91.16	47.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0131_000000006841	3907	0.9392689057915038	3	2	1	2	0	True	31790	maximal	True	ISR0131_000000006841	1.0		2	1	True	True	1.0	278					non-mobilizable	no_good_hit								True	True
ISR0130_000000007160	3867	0.9392689057915038	3	2	1	2	0	True	31790	maximal	False	ISR0131_000000006841	1.0		0	0	True	True	1.0	166					non-mobilizable	no_good_hit								True	True
FIJ0020_000000006035	3822	0.9392689057915038	3	2	1	2	0	True	49811	maximal	True	FIJ0020_000000006035	1.0		1	1	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
AST0002_000000009326	3762	0.9392689057915038	4	2	1	2	0	True	132120	maximal	False	ISR0387_000000006522	0.971131061202438		0	0	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
MON0083_000000008683	3687	0.9392689057915038	3	2	1	2	0	True	11497	maximal	True	MON0083_000000008683	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000013233	3679	0.9392689057915038	5	2	1	2	0	True	69626	maximal	True	DEN0079_000000013233	1.0		1	1	True	True	1.0	219					non-mobilizable	no_good_hit	283.0	87.986	9.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0100_000000005354	3655	0.9392689057915038	4	2	1	2	0	True	97549	backbone	False	FIJ0071_000000009852	0.9782866533262495	PS536	0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
FIJ0114_000000010257	3648	0.9392689057915038	4	2	1	2	0	True	97549	backbone	False	FIJ0071_000000009852	0.9712469076584673	PS536	0	0	True	True	0.999725878238678	3					non-mobilizable	no_good_hit								True	True
ISR0387_000000006522	3641	0.9392689057915038	4	2	1	2	0	True	132120	maximal	True	ISR0387_000000006522	0.979720560798002		4	1	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
FIJ0092_000000008512	3628	0.9392689057915038	4	2	1	2	0	True	97549	backbone	False	FIJ0071_000000009852	0.9718637121695564	PS536	0	0	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
FIJ0137_000000003167	3628	0.9392689057915038	4	2	1	2	0	True	97549	backbone	False	FIJ0071_000000009852	0.9783146931231371	PS536	0	0	True	True	0.999173104763031	5					non-mobilizable	no_good_hit								True	True
ISR0398_000000006291	3620	0.9392689057915038	4	2	1	2	0	True	132120	maximal	False	ISR0387_000000006522	0.9793921309994883		0	0	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
FIJ0140_000000007734	3604	0.9392689057915038	4	2	1	2	0	True	97550	backbone	False	FIJ0078_000000007077	0.9462897949207687	PS537	0	0	True	True	0.9994450807571411	5					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.699296616711842e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
FIJ0016_000000004896	3592	0.9392689057915038	4	2	1	2	0	True	97550	backbone	False	FIJ0078_000000007077	0.9262078077354958	PS537	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.699296616711842e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
TAN0010_000000003524	3535	0.9392689057915038	4	2	1	2	0	True	2757	maximal	True	TAN0010_000000003524	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	64.0	93.75	2.0	0.003572643756379721	NZ_CACWHD010000041.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
FIJ0032_000000009864	3501	0.9392689057915038	2	2	1	2	0	True	48466	maximal	True	FIJ0032_000000009864	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
SPA0146_000000006855	3487	0.9392689057915038	4	2	1	2	0	True	100129	backbone	False	SPA0045_000000007841	0.9568692215751692	PS570	0	0	True	True	1.0	202					non-mobilizable	no_good_hit	906.0	88.079	52.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0071_000000011008	3469	0.9392689057915038	3	2	1	2	0	True	70479	fragment	False	DEN0071_000000011008	1.0		0	0	False	False	0.9968290328979492	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0011242603550295858	NZ_SPGG01000033.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_33_length_33800_cov_29.8732, whole genome shotgun sequence	True	True
SPA0045_000000007841	3467	0.9392689057915038	3	2	1	2	0	True	100129	backbone	True	SPA0045_000000007841	0.9575932462777956	PS570	2	1	True	True	1.0	417					non-mobilizable	no_good_hit	906.0	88.079	50.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0054_000000006817	3441	0.9392689057915038	4	2	1	2	0	True	100129	backbone	False	SPA0045_000000007841	0.7842538330242412	PS570	0	0	True	True	1.0	360					non-mobilizable	no_good_hit	924.0	91.883	54.0	0.23524904214559386	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0044_000000006441	3401	0.9392689057915038	4	2	1	2	0	True	47133	fragment	False	FIJ0044_000000006441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	2.0	5.966580131756128e-05	LN592089.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000540	True	True
FIJ0051_000000006410	3343	0.9392689057915038	3	2	1	2	0	True	46550	maximal	True	FIJ0051_000000006410	0.9453877276974939		1	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
ISR0211_000000006409	3323	0.9392689057915038	3	2	1	2	0	True	81553	maximal	True	ISR0211_000000006409	1.0		1	1	True	True	1.0	104					non-mobilizable	no_good_hit	905.0	90.939	57.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0044_000000015042	3211	0.9392689057915038	2	2	1	2	0	True	46550	maximal	False	FIJ0051_000000006410	0.934489979060724		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0024_000000002479	3122	0.9392689057915038	5	2	1	2	0	True	2342	maximal	True	TAN0024_000000002479	1.0		1	1	False	False	0.9948750734329224	0					non-mobilizable	no_good_hit	157.0	91.72	5.0	0.0013731948769958445	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	True	True
ISR0834_000000005468	3077	0.9392689057915038	4	2	1	2	0	True	52284	fragment	False	ISR0834_000000005468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	93.046	47.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0069_000000015451	3049	0.9392689057915038	3	2	1	2	0	True	81547	fragment	False	MON0069_000000015451	1.0		0	0	False	False	0.9993440508842468	0					non-mobilizable	plasmid	1174.0	91.993	96.0	0.29553001277139207	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
MAD0003_000000009292	3044	0.9392689057915038	2	2	1	2	0	True	20183	maximal	True	MAD0003_000000009292	1.0		2	1	True	True	1.0	71					non-mobilizable	no_good_hit								True	True
FIJ0121_000000008614	3033	0.9392689057915038	4	2	1	2	0	True	73339	fragment	False	FIJ0121_000000008614	0.9998346013893483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	98.79299999999999	48.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
TAN0014_000000001472	3027	0.9392689057915038	4	2	1	2	0	True	100288	fragment	False	TAN0014_000000001472	1.0		0	0	False	False	0.9854641556739807	0					non-mobilizable	no_good_hit	604.0	93.212	46.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0117_000000006838	3023	0.9392689057915038	4	2	1	2	0	True	73339	fragment	False	FIJ0121_000000008614	0.9981866139136168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	98.79299999999999	48.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0083_000000009235	2984	0.9392689057915038	4	2	1	2	0	True	106234	fragment	False	DEN0083_000000009235	1.0		0	0	False	False	0.9926273226737976	0					non-mobilizable	no_good_hit	58.0	100.0	2.0	0.00040642580589959144	NZ_JAAITI010000008.1	firmicutes	Blautia luti strain MSK.16.34 NODE_8_length_140247_cov_225.262, whole genome shotgun sequence	True	True
TAN0007_000000012311	2978	0.9392689057915038	3	2	1	2	0	True	81538	fragment	False	TAN0007_000000012311	1.0		0	0	False	False	0.9993284344673157	0					non-mobilizable	no_good_hit	606.0	91.584	89.0	0.15351213282247764	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CAN0004_000000012513	2203	0.9392689057915038	2	2	1	2	0	True	96198	fragment	False	CAN0004_000000012513	1.0		0	0	False	False	0.998184323310852	0					non-mobilizable	no_good_hit	76.0	92.105	6.0	0.001643604379983564	MH538296.1	viruses	Bacillus phage Maceta, complete genome	True	True
MAD0002_000000020148	1988	0.9392689057915038	2	2	1	2	0	True	20182	fragment	False	MAD0002_000000020148	1.0		0	0	False	False	0.9894366264343262	0					non-mobilizable	no_good_hit								True	True
CHI0109_000000004976	3464	0.9392661396755234	4	2	1	2	0	True	121624	backbone	True	CHI0109_000000004976	0.9553748398817753	PS857	1	1	True	True	1.0	11					non-mobilizable	plasmid	1253.0	98.164	90.0	0.41213320145070886	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
SPA0010_000000006513	3224	0.9392661396755234	5	2	1	2	0	True	121624	backbone	False	CHI0109_000000004976	0.8021397820774746	PS857	0	0	True	True	0.9996898174285889	43					non-mobilizable	plasmid	1860.0	97.84899999999999	96.0	0.6086383119024068	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
MAD0041_000000002456	8891	0.9392627827999916	8	5	4	4	2	True	97613	fragment	False	FIJ0066_000000002716	0.5714371626880832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	82.14299999999999	13.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0147_000000002138	7558	0.9392627827999916	9	5	4	4	2	True	97594	fragment	False	FIJ0147_000000002138	0.9606475682002812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.506	16.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MAD0061_000000002005	7462	0.9392627827999916	8	5	4	4	2	True	97594	fragment	False	FIJ0147_000000002138	0.9590892377538052		0	0	False	False	0.998123824596405	0					non-mobilizable	no_good_hit	1148.0	82.23	15.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
TAN0017_000000004209	7173	0.9392627827999916	10	5	4	4	2	True	97594	fragment	False	FIJ0147_000000002138	0.6356651478602698		0	0	False	False	0.9994423389434814	0					non-mobilizable	no_good_hit	1248.0	81.17	17.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ENG0010_000000016614	1315	0.939262116828062	2	2	2	2	1	False	67257	fragment	False	ENG0010_000000016614	1.0		0	0	False	False	0.9688212871551514	0					non-mobilizable	no_good_hit	810.0	99.012	62.0	0.005715457908623409	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
CAN0014_000000019131	2492	0.9392499808825052	3	3	3	3	3	False	100793	fragment	False	CAN0014_000000019131	1.0		0	0	False	False	0.9991974234580994	0					non-mobilizable	other	2489.0	96.42399999999999	99.0	0.0006909153517614453	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0107_000000029417	1350	0.93924839909614	2	1	1	1	1	True	14652	fragment	False	MAD0107_000000029417	1.0		0	0	False	False	0.9940740466117859	0					non-mobilizable	no_good_hit								True	True
ISR0267_000000016805	1138	0.93924839909614	1	1	1	1	1	True	26515	fragment	False	ISR0267_000000016805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0153_000000005755	3050	0.9392316819637851	5	4	4	4	4	False	115016	fragment	False	SPA0153_000000005755	0.9816156681530477		0	0	False	False	0.9967213273048401	0					non-mobilizable	no_good_hit	510.0	85.882	49.0	0.00014276424171672314	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0112_000000022103	1669	0.9392309233962448	2	2	2	1	1	False	116159	fragment	False	USA0048_01_000000006517	0.1947831550859007		0	0	False	False	0.9964050054550171	0					non-mobilizable	chromosome	1550.0	94.645	100.0	0.0003497854679296954	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MAD0003_000000022574	1154	0.9392309233962448	3	2	2	1	1	False	62910	fragment	False	ENG0064_000000016979	0.7919460216529864		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	96.53399999999999	100.0	0.00026086846346891254	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
DEN0063_000000027128	1816	0.9392253866013488	2	1	1	1	1	False	71467	maximal	True	DEN0063_000000027128	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	78.148	15.0	8.071166000393922e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0078_000000008872	2160	0.9392249934982888	4	2	2	2	2	False	123378	fragment	False	ISR0216_000000008155	0.9658830128019799		0	0	False	False	0.9787036776542664	0					non-mobilizable	chromosome	2160.0	99.074	100.0	0.0008558708019616448	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0008_000000017232	1769	0.9392186272189388	3	1	1	1	1	False	105878	fragment	False	MON0101_000000033437	0.932127170276891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	482.0	75.51899999999999	27.0	0.00013366475481325942	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0080_000000004044	7900	0.9392168191026448	11	6	3	4	4	True	76972	maximal	False	FIJ0048_000000003083	0.9495698964620557	PS328|PS329|PS369	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	475.0	83.368	24.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ENG0198_000000003216	5730	0.9392150640964806	7	5	4	5	4	False	82031	maximal	True	ENG0198_000000003216	1.0		1	1	False	False	0.9893542528152466	0					non-mobilizable	no_good_hit	1868.0	88.865	53.0	0.07997770058750375	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0114_000000002135	13128	0.9392142447211226	21	7	5	7	4	False	48318	maximal	True	FIJ0114_000000002135	1.0		2	1	False	False	0.9996191263198853	0					non-mobilizable	no_good_hit	1684.0	75.95	13.0	0.0003909461295980543	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
USA0069_01_000000001416	29302	0.9392135033960288	29	16	11	14	7	True	51033	fragment	False	USA0034_01_000000001326	0.9779139360400316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	88.962	2.0	0.00013496201462677017	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
USA0034_01_000000001326	29302	0.9392135033960288	29	16	11	14	7	True	51033	fragment	False	USA0034_01_000000001326	0.9779139360400316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	88.962	2.0	0.00013496201462677017	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
FIJ0168_000000016240	1434	0.9392119183263756	3	3	1	3	1	False	38900	fragment	False	FIJ0168_000000016240	1.0		0	0	False	False	0.9839609265327454	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00040658235432582227	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0836_000000002697	6924	0.9392022644215564	6	6	2	5	5	False	85921	maximal	True	ISR0836_000000002697	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2753.0	93.789	41.0	0.0007215963285178805	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
MAD0050_000000018465	1313	0.9392004346318588	1	1	1	1	1	False	17386	maximal	True	MAD0050_000000018465	1.0		10	4	False	False	0.9702970385551453	0					non-mobilizable	no_good_hit	921.0	98.806	70.0	0.007397460741193403	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0171_000000002950	1564	0.939195692799318	2	2	2	2	2	False	77937	fragment	False	CHI0171_000000002950	1.0		0	0	False	False	0.9904091954231262	0					non-mobilizable	no_good_hit	81.0	88.889	5.0	1.0933743039599942e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ENG0116_000000020582	1165	0.9391939663017426	2	2	2	2	2	False	103979	fragment	False	AST0150_000000016665	0.2785621374943662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0058_000000009221	1534	0.9391932863192468	2	2	2	2	1	False	113065	fragment	False	ISR0265_000000010435	0.9430335900618232		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	98.24	100.0	0.0004587511494963164	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0039_000000003808	6263	0.9391815405776084	5	1	1	1	1	False	72240	fragment	False	SPA0039_000000003808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	92.012	17.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
MON0041_000000005299	7074	0.9391803503383004	6	4	3	4	1	False	12884	maximal	True	MON0041_000000005299	1.0		1	1	False	False	0.9981622695922852	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	1.0	1.0587809886206363e-05	CP048106.1	CFB group bacteria	Pontibacter pudoricolor strain BT214 chromosome, complete genome	True	False
MAD0037_000000002397	5419	0.9391672080277708	7	5	1	3	5	False	108852	maximal	True	MAD0037_000000002397	1.0		2	1	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	5419.0	99.87100000000001	100.0	0.8934345100626856	CP050742.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain ST56 plasmid pST56-3, complete sequence	False	True
ISR0089_000000013346	2143	0.9391669599640848	3	2	2	2	1	False	111963	fragment	False	ISR0089_000000013346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	76.101	7.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0100_000000002455	11425	0.9391651603473842	11	11	3	9	11	True	17185	fragment	False	MON0100_000000002455	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	11425.0	99.991	100.0	0.12660009531303684	CP021212.1	enterobacteria	Escherichia coli B171 plasmid pB171_90, complete sequence	False	True
ENG0046_000000008541	2194	0.9391650547572856	5	2	2	1	1	False	64436	maximal	True	ENG0046_000000008541	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	85.486	40.0	0.00016146602367662726	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
DEN0082_000000007780	4778	0.9391601439066312	7	3	2	2	2	True	88467	fragment	False	CHI0032_000000001050	0.9820419693301049		0	0	False	False	0.9983256459236145	0					non-mobilizable	no_good_hit	825.0	75.03	17.0	0.08977310095363367	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0338_000000023475	1254	0.9391564460998362	2	2	2	2	2	False	92366	fragment	False	USA0035_01_000000017628	0.4846247126053498		0	0	False	False	0.9936203956604004	0					non-mobilizable	no_good_hit	416.0	81.01	57.0	0.000685687721541054	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0112_000000006754	4019	0.9391351827296076	4	4	4	4	3	False	110579	maximal	True	ENG0112_000000006754	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1677.0	99.94	42.0	0.000738941233008981	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	True	False
SPA0087_000000009180	1578	0.9391298041720032	3	3	3	2	1	False	5473	fragment	False	SPA0087_000000009180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.0206425147564283e-07	CP023768.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 12	True	False
AUS0012_000000004220	3684	0.9391082930275158	5	5	5	4	4	False	101234	fragment	False	ISR0356_000000004418	0.9787082144045482		0	0	False	False	0.9991856813430786	0					non-mobilizable	other	3684.0	99.24	100.0	0.0015005881343937001	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0039_000000002392	8224	0.9391081783608984	10	5	5	5	4	False	64978	maximal	True	ENG0039_000000002392	1.0		1	1	False	False	0.9937986135482788	0					non-mobilizable	no_good_hit	147.0	77.551	2.0	3.2049931552104225e-05	NZ_LT629688.1	high GC Gram+	Auraticoccus monumenti strain MON 2.2 chromosome I	True	False
ISR0362_000000002778	8459	0.9391049483806564	17	8	5	6	6	True	112140	fragment	False	ISR0362_000000002778	1.0		0	0	False	False	0.9998818039894104	0					non-mobilizable	no_good_hit	2228.0	98.025	70.0	0.012821546649463753	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0089_000000009978	2110	0.9391036716741952	3	2	2	2	2	False	119272	fragment	False	ENG0089_000000009978	0.993188698284561		0	0	False	False	0.9995260834693909	0					non-mobilizable	no_good_hit	326.0	73.006	15.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0290_000000002018	4632	0.939095949714442	5	4	4	4	4	False	117135	maximal	True	ISR0290_000000002018	1.0		0	0	False	False	0.9980570077896118	0					non-mobilizable	no_good_hit	2682.0	99.851	80.0	0.014437419896821721	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0179_000000011528	2048	0.939084880074444	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9644697484405833		0	0	False	False	0.99951171875	0					non-mobilizable	other	1914.0	94.932	93.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ITA0005_000000009256	1973	0.939084880074444	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9527257503178276		0	0	False	False	0.9929041862487793	0					non-mobilizable	other	1900.0	95.0	96.0	0.0005270728849048325	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0015_000000008979	1966	0.939084880074444	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9503873406432118		0	0	False	False	1.0	0					non-mobilizable	other	1897.0	95.256	96.0	0.0005262397876157311	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0037_01_000000019216	1763	0.9390740377611071	4	3	2	2	2	True	118131	fragment	False	ISR0056_000000010587	0.4550243854305768		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1763.0	97.10700000000001	100.0	0.1970035778175313	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
USA0013_01_000000002493	4902	0.9390734460384093	5	4	4	4	3	False	31910	maximal	True	USA0013_01_000000002493	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	82.979	2.0	0.0016747369570757637	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
MAD0060_000000007277	2270	0.9390707366803228	4	2	2	1	2	False	50751	fragment	False	MAD0060_000000007277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	77.947	31.0	0.00025665650779906367	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ISR0386_000000013851	2311	0.9390693358850816	3	3	3	3	2	False	102239	fragment	False	SPA0054_000000012699	0.20195282164819728		0	0	False	False	1.0	0					non-mobilizable	other	2314.0	99.697	100.0	0.006134546274317389	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
AST0014_000000000159	56494	0.9390465328973556	92	30	13	21	16	True	124559	maximal	True	AST0014_000000000159	1.0		1	1	True	True	1.0	34					non-mobilizable	no_good_hit	5221.0	95.17299999999999	52.0	0.09240421082479708	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CAN0008_000000008901	3238	0.9390288950252594	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.2642309845329469	PS849	0	0	False	True	0.998455822467804	0					non-mobilizable	chromosome	3238.0	99.59899999999999	100.0	0.0006688117403423646	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0070_000000001259	6765	0.9390127766295888	11	10	9	10	10	False	125086	fragment	False	SPA0155_000000001948	0.8004385576744979		0	0	False	False	0.9997043609619141	0					non-mobilizable	no_good_hit	723.0	84.647	11.0	0.00021713688899757446	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
CHI0181_000000002886	6725	0.9390127766295888	11	10	9	10	10	False	125086	fragment	False	SPA0155_000000001948	0.776286620016602		0	0	False	False	0.9997025728225708	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	10.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
USA0111_01_000000004240	5441	0.9390116332082641	8	4	2	2	3	True	118145	fragment	False	USA0111_01_000000004240	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2372.0	96.75399999999999	53.0	0.26536094012311134	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
CAN0021_000000014497	2954	0.9389906439424984	6	2	1	1	2	False	91895	maximal	False	CAN0020_000000012419	0.9939799331103679		0	0	False	False	0.9949221611022949	0					non-mobilizable	no_good_hit	1409.0	92.335	51.0	0.00027216989286068947	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ENG0103_000000000448	38445	0.938989464753372	52	36	25	29	27	True	123932	backbone	True	ENG0103_000000000448	0.9942979343447893	PS902|PS909|PS910	142	8	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	36056.0	99.931	96.0	0.35980161264569693	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0165_000000003183	5729	0.9389682530414348	9	7	3	3	6	False	132470	backbone	False	CAN0001_000000008257	0.9968674622400369	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9979053735733032	2	rep_cluster_870	MOBV			mobilizable	plasmid	5160.0	99.961	100.0	0.9220732797140304	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0117_000000004828	5633	0.9389682530414348	9	7	3	3	6	False	132470	backbone	False	CAN0001_000000008257	0.9978245966146589	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	20	rep_cluster_870	MOBV			mobilizable	plasmid	5165.0	99.806	100.0	0.9229669347631814	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0049_000000003528	5633	0.9389682530414348	9	7	3	3	6	False	132470	backbone	False	CAN0001_000000008257	0.9978278798820118	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	49	rep_cluster_870	MOBV			mobilizable	plasmid	5165.0	99.806	100.0	0.9229669347631814	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0034_01_000000002781	17628	0.9389652798713348	24	12	9	10	6	False	74634	fragment	False	USA0034_01_000000002781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2337.0	93.881	20.0	0.021646988991012882	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	False
ISR0238_000000010542	1431	0.9389625959882824	3	2	2	1	1	True	27287	fragment	False	ISR0238_000000010542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0012_000000001234	33924	0.9389576279403788	27	12	9	11	5	True	99722	fragment	False	FIJ0104_000000000284	0.4184673604262738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	0.0	0.003897772068919697	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	True	True
MON0025_000000001596	10061	0.9389556561950444	7	5	3	4	3	False	42989	fragment	False	MON0025_000000001596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8066.0	94.471	80.0	0.001972211046196175	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0024_000000001622	10967	0.9389522970522796	9	6	5	6	3	True	122758	fragment	False	AST0046_000000001434	0.20341590696399386		0	0	False	False	0.9993616938591003	0					non-mobilizable	no_good_hit	4071.0	91.697	42.0	0.016665914471281865	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0788_000000000549	10172	0.9389515342040198	14	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.48616475103660384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	88.889	1.0	0.027614773904038662	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0097_000000005946	4272	0.9389511076673409	5	2	2	2	1	True	131948	fragment	False	ISR0288_000000006522	0.9830355123275276		0	0	False	True	0.9985954761505127	0					non-mobilizable	no_good_hit	58.0	100.0	1.0	0.0015991022583812596	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
USA0036_01_000000006271	6272	0.9389474926444376	10	6	4	5	6	False	22453	maximal	True	USA0036_01_000000006271	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	89.333	1.0	0.00036155762935457077	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
ITA0001_000000000059	9023	0.9389474353532076	11	10	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9970993124158718	PS1165|PS799|PS800	0	0	True	True	1.0	40	rep_cluster_1097	MOBB			mobilizable	plasmid	8670.0	99.85	100.0	0.9691413237924866	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
DEN0027_000000000071	8940	0.9389474353532076	11	10	5	5	9	True	132506	backbone	False	ISR0038_000000002833	0.9963731944444479	PS1165|PS799|PS800	0	0	True	True	1.0	62	rep_cluster_1097	MOBB			mobilizable	plasmid	7345.0	99.905	100.0	0.8209973166368515	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0087_000000010685	1135	0.9389421402773104	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.03413990087268206		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	99.824	100.0	0.0003428778762132253	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0123_000000002957	3699	0.938940601801762	4	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.7424697461991229		0	0	False	False	0.997837245464325	0					non-mobilizable	other	2846.0	98.876	100.0	0.012897779875469712	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0034_000000001794	7371	0.9389404319481066	10	10	2	6	10	True	125609	maximal	True	MAD0034_000000001794	1.0	PS931	13	1	True	True	1.0	1					non-mobilizable	plasmid	6661.0	95.52600000000001	96.0	0.07797960857846009	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
ISR0259_000000002035	6064	0.9389360683064883	5	5	5	4	3	False	26757	maximal	True	ISR0259_000000002035	1.0		1	1	False	False	0.9920844435691833	0					non-mobilizable	no_good_hit	2225.0	79.685	36.0	0.0007405071194710625	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0101_000000008419	6252	0.9389334413972914	8	3	1	2	2	True	9076	maximal	True	MON0101_000000008419	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	946.0	88.478	22.0	0.11335196209452071	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
ENG0012_000000007197	3347	0.9389320030126692	7	6	1	4	3	False	67083	fragment	False	ENG0012_000000007197	1.0		0	0	False	False	0.9952195882797241	0					non-mobilizable	no_good_hit	1391.0	87.06	41.0	0.11716898069759567	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0786_000000000798	19331	0.9389291775016406	26	18	13	16	10	False	123881	fragment	False	ISR0786_000000000798	0.9622230326453436		0	0	False	False	0.999948263168335	0					non-mobilizable	no_good_hit	11963.0	98.98	87.0	0.07078305231198992	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
ISR0814_000000037718	1136	0.9389239086255309	2	2	2	2	2	False	21482	fragment	False	SPA0082_000000014784	0.9519725557461407		0	0	False	False	0.9700704216957092	0					non-mobilizable	other	1136.0	98.68	100.0	0.0039024625054153114	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
ISR0009_000000007679	4033	0.9389236841905664	6	4	2	4	2	True	46799	fragment	False	ISR0009_000000007679	0.9188075742390743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0021_000000002190	11990	0.9389190792131116	12	6	6	6	3	True	74882	fragment	False	DEN0021_000000002190	1.0		0	0	False	False	0.998582124710083	0					non-mobilizable	no_good_hit	1924.0	71.985	16.0	0.00904048648700251	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ISR0132_000000018571	1549	0.9389142583570268	3	3	3	1	1	False	31588	maximal	True	ISR0132_000000018571	1.0		2	2	False	False	0.9993544220924377	0					non-mobilizable	no_good_hit	151.0	79.47	10.0	0.00045892468983822906	NZ_FRFD01000008.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
USA0017_01_000000002704	9543	0.9388944272491474	9	4	3	3	2	False	119905	maximal	True	USA0017_01_000000002704	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	0.003824396462433272	NZ_JNJN01000061.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00059.59_C, whole genome shotgun sequence	True	False
ISR0209_000000003102	8757	0.9388888920534556	12	8	7	4	6	True	100079	fragment	False	SPA0027_000000003228	0.9808156611146753		0	0	False	False	0.997830331325531	0					non-mobilizable	no_good_hit	6125.0	95.053	75.0	0.0018480494052855057	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
FIJ0046_000000008538	3303	0.9388776979461272	4	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.31301004420131856	PS572	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	796.0	76.884	24.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
MAD0038_000000000658	12283	0.9388751370944044	16	12	5	4	10	True	129867	maximal	True	MAD0038_000000000658	1.0		2	1	False	False	0.9998371601104736	0					non-mobilizable	other	12007.0	94.228	99.0	0.003323704788939757	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
MAD0021_000000012693	1238	0.9388705942454416	2	2	2	2	2	False	19320	fragment	False	MAD0021_000000012693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0049_000000003179	5862	0.9388664439584512	7	4	4	4	4	True	55799	fragment	False	MON0049_000000003179	0.9934032476319351		0	0	False	False	1.0	0					non-mobilizable	other	5862.0	99.727	100.0	0.0017163332491907375	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0092_000000008249	5751	0.9388664439584512	6	4	4	4	4	True	55799	fragment	False	MON0049_000000003179	0.9809457162920375		0	0	False	False	1.0	0					non-mobilizable	other	5750.0	99.774	99.0	0.0016835352072338424	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
AST0035_000000000397	29866	0.9388528463694552	24	17	13	15	11	False	116931	maximal	True	AST0035_000000000397	1.0		1	1	False	False	0.9999665021896362	0					non-mobilizable	no_good_hit	710.0	86.76100000000001	2.0	0.011337503819371854	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CHI0115_000000001767	4411	0.9388520586428359	5	4	2	3	4	False	126751	fragment	False	CHI0115_000000001767	1.0		0	0	False	True	0.9993199110031128	0	rep_cluster_475				non-mobilizable	plasmid	3749.0	96.079	99.0	0.7117322684921088	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CAN0016_000000007900	5715	0.9388506228853326	7	6	5	6	4	False	125979	fragment	False	CAN0016_000000007900	0.9959478505990134		0	0	False	False	0.9991251230239868	0					non-mobilizable	no_good_hit	2829.0	99.788	50.0	0.000997135878803564	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MAD0050_000000006652	3473	0.9388493164463833	3	3	3	3	2	False	17414	maximal	True	MAD0050_000000006652	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	86.475	21.0	0.014342206220858172	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0107_000000002006	11233	0.9388295870376996	17	17	3	13	17	True	125611	fragment	False	ENG0107_000000002006	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	11233.0	99.929	100.0	0.11109902175095698	CP057979.1	enterobacteria	Escherichia coli strain RHB07-C03 plasmid pRHB07-C03_2, complete sequence	False	True
ISR0045_000000000943	19593	0.9388244252137552	13	7	4	7	4	False	124351	maximal	False	AST0019_000000000873	0.9533298514446633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5649.0	83.289	66.0	0.009785534003597674	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0002_000000017734	2045	0.9388203824490352	4	4	2	4	2	False	130916	maximal	True	FIJ0002_000000017734	1.0	PS1128	15	7	False	True	0.9990220069885254	0					non-mobilizable	other	1665.0	82.823	99.0	0.00045903660629488313	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0133_000000009610	2582	0.938816352911597	5	3	1	2	2	True	89791	fragment	False	ENG0133_000000009610	1.0		0	0	False	False	0.9872192144393921	0					non-mobilizable	other	2550.0	99.92200000000001	99.0	0.03856753482737735	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
ENG0025_000000009980	2506	0.938816352911597	5	3	1	2	2	True	89791	fragment	False	ENG0133_000000009610	0.9901884843790344		0	0	False	False	0.9960095882415771	0					non-mobilizable	other	2506.0	100.0	100.0	0.0123870087228277	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
USA0026_01_000000014058	2315	0.938816352911597	4	3	1	2	2	True	89791	fragment	False	ENG0133_000000009610	0.6412609736632083		0	0	False	False	1.0	0					non-mobilizable	other	2315.0	100.0	100.0	0.011442530213422474	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0244_000000020510	1311	0.9388145545915608	2	2	2	1	1	False	91960	fragment	False	CHI0162_000000020873	0.6073641205439417		0	0	False	False	0.95652174949646	0					non-mobilizable	chromosome	1298.0	78.274	99.0	0.00038312876993652794	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	False	False
SPA0021_000000002943	8630	0.9388011614471118	13	8	5	5	6	True	123628	fragment	False	USA0108_01_000000001009	0.4716060858690333		0	0	False	True	0.9997682571411133	0					non-mobilizable	plasmid	3559.0	96.26299999999999	97.0	0.10727691003753481	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0094_000000001633	9698	0.9387990138725301	9	6	3	4	3	True	122754	fragment	False	FIJ0094_000000001633	1.0		0	0	False	False	0.9998968839645386	0					non-mobilizable	no_good_hit	4235.0	89.303	43.0	0.01733878743368714	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0027_000000010938	3519	0.9387982957505352	6	5	3	5	2	False	12670	fragment	False	MON0027_000000010938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	83.414	36.0	0.00018581751575533765	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0029_000000006906	3639	0.9387801262864772	4	3	2	3	2	False	60254	fragment	False	SPA0029_000000006906	1.0		0	0	False	False	0.9969772100448608	0					non-mobilizable	no_good_hit	662.0	71.45	18.0	0.00022511283246440491	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
ENG0104_000000010124	3050	0.9387801262864772	3	3	2	3	2	False	60253	fragment	False	ENG0104_000000010124	0.9634401114206128		0	0	False	False	0.9996721148490906	0					non-mobilizable	no_good_hit	659.0	71.775	21.0	0.00022511283246440491	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
MON0088_000000021121	1521	0.9387699284529826	2	2	2	2	1	False	9628	fragment	False	MON0088_000000021121	1.0		0	0	False	False	0.9973701238632202	0					non-mobilizable	other	1392.0	81.825	91.0	0.0003639474504446552	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0100_000000002303	11471	0.9387596976326004	13	4	2	4	2	True	60616	maximal	True	ENG0100_000000002303	1.0		1	1	True	True	0.999825656414032	16					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.009382716049382716	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0011_000000004504	8999	0.9387575287800284	15	15	2	6	15	True	98232	backbone	False	ENG0095_000000002427	0.806023705552081	PS545	0	0	False	True	1.0	0					non-mobilizable	plasmid	8119.0	98.005	100.0	0.16876144498085566	CP057727.1	enterobacteria	Escherichia coli strain RHB16-C19 plasmid pRHB16-C19_3, complete sequence	False	True
ENG0037_000000003485	8135	0.9387421243133022	9	9	9	7	5	False	121539	maximal	True	ENG0037_000000003485	1.0		16	8	False	False	1.0	0					non-mobilizable	chromosome	3951.0	97.95	100.0	0.0007080993254582692	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0027_000000014300	1805	0.938734267032096	2	2	2	2	1	False	88194	fragment	False	ISR0373_000000007354	0.23315708612463315		0	0	False	False	0.9950138330459595	0					non-mobilizable	chromosome	1805.0	99.11399999999999	100.0	0.0005229462979953242	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0050_000000014963	1818	0.938733145852102	4	3	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.6445740923277026		0	0	False	False	0.9944994449615479	0					non-mobilizable	other	1818.0	98.24	100.0	0.041922384753818466	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ENG0049_000000003205	6132	0.9387318976449806	8	2	2	2	1	True	90491	backbone	False	CHI0127_000000002971	0.757028578510494	PS478	0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	2612.0	98.23899999999999	94.0	0.3849329205366357	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	False	True
CHI0142_000000012717	1468	0.9387236384936546	3	2	1	1	2	False	79977	maximal	True	CHI0142_000000012717	1.0		2	2	False	False	0.9986376166343689	0					non-mobilizable	no_good_hit	838.0	82.697	56.0	0.1069937369519833	NZ_CBVI010000003.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
MON0063_000000002876	9041	0.9387211653243576	11	9	4	5	7	True	132506	backbone	False	ISR0038_000000002833	0.9974986003700531	PS1165|PS799|PS800	0	0	True	True	1.0	82	rep_cluster_1097	MOBB			mobilizable	plasmid	5674.0	99.93	100.0	0.6348069390039172	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0050_000000002250	9021	0.9387211653243576	11	9	4	5	7	True	132506	backbone	False	ISR0038_000000002833	0.9974934721640201	PS1165|PS799|PS800	0	0	True	True	1.0	95	rep_cluster_1097	MOBB			mobilizable	plasmid	5804.0	99.931	100.0	0.6487030411449016	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0032_000000002444	9020	0.9387211653243576	11	9	4	5	7	True	132506	backbone	False	ISR0038_000000002833	0.9973184807856806	PS1165|PS799|PS800	0	0	True	True	1.0	283	rep_cluster_1097	MOBB			mobilizable	plasmid	5662.0	99.929	100.0	0.6328264758497316	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
FIJ0026_000000005262	5452	0.9387181169630472	7	7	6	7	5	False	49135	fragment	False	FIJ0026_000000005262	0.9999388266960297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	98.706	53.0	0.010705697373288938	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
FIJ0032_000000006265	5450	0.9387181169630472	7	7	6	7	5	False	49135	fragment	False	FIJ0026_000000005262	0.9998165474101409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	98.706	53.0	0.010705697373288938	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
FIJ0154_000000005911	5449	0.9387181169630472	7	7	6	7	5	False	49135	fragment	False	FIJ0026_000000005262	0.9996331172692007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	98.706	53.0	0.010705697373288938	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ENG0181_000000004794	4530	0.9387158672154202	5	4	4	4	3	False	90190	fragment	False	CHI0137_000000002594	0.9619546268590046		0	0	False	False	0.9991170167922974	0					non-mobilizable	other	4532.0	99.581	100.0	0.0009242760670431631	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
ISR0024_000000014086	1785	0.9387133685200356	2	1	1	1	1	False	37440	fragment	False	ISR0024_000000014086	1.0		0	0	False	False	0.994397759437561	0					non-mobilizable	no_good_hit								True	False
ENG0135_000000003745	5176	0.9387108729759938	7	5	3	3	3	True	58107	fragment	False	ENG0135_000000003745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1556.0	84.06200000000001	61.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
CAN0010_000000003403	3869	0.9387056170240852	4	3	3	3	3	False	94636	maximal	True	CAN0010_000000003403	1.0		6	4	False	False	0.9875937104225159	0					non-mobilizable	no_good_hit	1439.0	95.691	38.0	0.00039877590238321365	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0090_000000002729	9659	0.93869680942523	8	5	3	5	2	True	117509	fragment	False	ISR0207_000000002102	0.9866598255515648		0	0	False	True	0.9997929334640503	0					non-mobilizable	no_good_hit	55.0	100.0	1.0	0.22784810126582278	MK233961.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c5 sequence	True	True
MAD0051_000000006826	3988	0.9386878245707964	7	2	1	2	1	True	17354	fragment	False	MAD0051_000000006826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0132_000000010404	2906	0.9386805519123708	4	3	3	3	2	False	52489	maximal	True	FIJ0132_000000010404	1.0		3	1	False	False	0.9965588450431824	0					non-mobilizable	no_good_hit	1173.0	84.569	40.0	0.00035061367891225183	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ENG0004_000000005735	4639	0.938676116829694	5	3	0	2	2	False	75251	maximal	False	SPA0141_000000004499	0.7532838547062971		0	0	True	True	1.0	49					non-mobilizable	other	2812.0	92.67399999999999	96.0	0.639351746176672	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	True
DEN0083_000000000183	57777	0.93867477025166	61	33	17	29	15	True	89169	fragment	False	DEN0083_000000000183	1.0		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	44726.0	99.164	98.0	0.38273453947931463	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
ENG0161_000000002177	8854	0.9386731580324822	11	9	5	6	7	False	56436	maximal	True	ENG0161_000000002177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6716.0	99.196	76.0	0.11188123760809077	CP020097.1	firmicutes	Lactiplantibacillus plantarum strain K25 plasmid unnamed4, complete sequence	True	False
ISR0114_000000003005	7912	0.9386680655699716	10	7	4	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.670120131990821	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	5735.0	95.432	100.0	0.9313549649437469	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0081_000000000973	30490	0.9386667789969452	39	7	2	6	3	False	97471	fragment	False	MON0081_000000000973	1.0		0	0	False	False	0.9999672174453735	0					non-mobilizable	other	30430.0	99.931	99.0	0.033385999561114765	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
FIJ0045_000000017342	1368	0.9386639593747328	2	2	1	2	1	False	47039	fragment	False	FIJ0045_000000017342	1.0		0	0	False	False	0.9941520690917969	0					non-mobilizable	other	1368.0	97.734	100.0	0.0004763096075167022	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MAD0112_000000010244	2717	0.9386608317967392	3	3	2	2	3	False	14460	fragment	False	MAD0112_000000010244	1.0		0	0	False	False	0.9988958239555359	0					non-mobilizable	no_good_hit	247.0	90.68799999999999	9.0	0.002164406943699024	NZ_QRML01000013.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf13, whole genome shotgun sequence	True	False
DEN0079_000000027869	2098	0.9386599638041444	4	3	3	3	2	False	93090	fragment	False	DEN0079_000000027869	0.9732187973724102		0	0	False	False	1.0	0					non-mobilizable	other	2098.0	94.9	100.0	0.007519713698644874	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0257_000000010035	1728	0.9386551002183812	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.4946482876858296		0	0	False	False	0.9976851940155029	0					non-mobilizable	other	1675.0	96.23899999999999	97.0	0.0004648682873185931	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0041_000000001218	17715	0.9386524042434388	17	10	8	10	5	True	89854	maximal	True	ENG0041_000000001218	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	6390.0	97.074	67.0	0.051440213233695437	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
MON0028_000000011662	2183	0.938650543435881	3	3	2	3	2	True	124655	fragment	False	MON0028_000000011662	0.727749680096884		0	0	False	False	0.9945029616355896	0					non-mobilizable	other	2189.0	87.529	99.0	0.0006781943107585884	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ITA0002_000000002347	3366	0.9386481038773344	4	2	1	2	1	True	20435	fragment	False	ITA0002_000000002347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	93.538	86.0	0.04923470407225353	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0195_000000006821	3355	0.9386454457436928	4	3	3	3	3	False	82022	fragment	False	ISR0021_000000007074	0.9169823233421065		0	0	False	False	0.9964232444763184	0					non-mobilizable	no_good_hit	2134.0	88.238	63.0	0.09099875637891848	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0013_000000003542	6494	0.9386444368965128	8	6	5	6	4	False	128629	maximal	True	ENG0013_000000003542	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	666.0	98.49799999999999	18.0	0.0007403712767118163	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
AST0002_000000012700	2851	0.9386441570247812	4	2	1	2	1	True	131988	maximal	False	ENG0076_000000004149	0.860129347005552		0	0	True	True	1.0	1178					non-mobilizable	no_good_hit								True	True
MAD0025_000000007555	1681	0.9386441570247812	3	2	1	2	1	True	19135	fragment	False	MAD0025_000000007555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0013_000000020481	1390	0.9386418015752254	3	2	2	2	1	True	124647	fragment	False	CHI0137_000000010392	0.7841659809776063		0	0	False	False	0.9985611438751221	0					non-mobilizable	other	1401.0	83.29799999999999	100.0	0.0004330488443008968	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0072_000000014724	1722	0.9386294232998116	3	2	2	2	1	False	47335	maximal	True	FIJ0072_000000014724	1.0		0	0	False	False	0.9959349632263184	0					non-mobilizable	no_good_hit								True	False
CHI0047_000000010542	1474	0.9386257989453309	2	2	2	2	2	False	126617	fragment	False	CHI0047_000000010542	1.0		0	0	False	False	0.9938941597938538	0					non-mobilizable	other	1274.0	80.22	90.0	0.0032275527828620042	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
ISR0216_000000003130	6552	0.9386218661065158	7	7	6	7	7	False	127580	fragment	False	SPA0092_000000005251	0.6321059431524548		0	0	False	False	0.9998473525047302	0					non-mobilizable	chromosome	6552.0	97.92399999999999	100.0	0.002697451382042304	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0014_000000017216	1357	0.9386194078583804	1	1	1	1	1	False	66899	fragment	False	ENG0154_000000023121	0.4702282527639983		0	0	False	False	0.9808400869369507	0					non-mobilizable	other	1236.0	94.984	91.0	0.000606106114211986	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
DEN0079_000000014771	3419	0.9386097955346844	3	3	3	3	3	False	69620	fragment	False	DEN0079_000000014771	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3417.0	99.181	99.0	0.0006933439991229147	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
ISR0095_000000024466	1435	0.9386040606578516	2	1	1	1	1	False	33387	fragment	False	ISR0095_000000024466	1.0		0	0	False	False	0.9944250583648682	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000004215	5563	0.9386011857222816	8	5	2	1	5	False	103769	fragment	False	DEN0028_000000004215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2753.0	87.25	74.0	0.0005466692692834142	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
FIJ0016_000000009764	1887	0.9385977125514244	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8875027881793578		0	0	False	False	0.9925808310508728	0					non-mobilizable	other	1827.0	78.59899999999999	96.0	0.02514223560910308	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0056_000000002864	4162	0.9385963147234704	5	3	2	3	1	False	63604	fragment	False	ENG0056_000000002864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	0.002629004646612864	AP022348.1	b-proteobacteria	Rhodocyclaceae bacterium ICHIJ1 plasmid pICHIJ1 DNA, complete sequence	True	False
ENG0146_000000001442	14597	0.9385906542989152	16	6	4	6	4	True	57451	fragment	False	ENG0146_000000001442	1.0		0	0	False	False	0.9999315142631531	0					non-mobilizable	no_good_hit	2242.0	94.514	41.0	0.07837922950418139	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0098_000000008378	4096	0.9385900728220796	5	2	2	2	2	False	47657	maximal	True	SPA0098_000000008378	1.0		6	4	False	False	0.992431640625	0					non-mobilizable	no_good_hit	1739.0	75.733	45.0	0.0005173978801745058	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0117_000000029277	1272	0.9385773769761048	2	2	2	1	1	True	4282	fragment	False	SPA0117_000000029277	1.0		0	0	False	False	0.9992138147354126	0					non-mobilizable	no_good_hit	805.0	77.143	63.0	0.0002325697148823369	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	True
SPA0008_000000003034	7989	0.9385769577651264	14	7	4	5	7	False	119871	maximal	True	SPA0008_000000003034	0.9635909905298183		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	60.0	96.667	1.0	1.6498369317954616e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
CAN0021_000000007134	5607	0.9385721271968692	8	5	2	2	3	True	130643	backbone	False	CAN0022_000000004514	0.9534603373653006	PS1110|PS1112	0	0	True	True	1.0	15		MOBV			mobilizable	no_good_hit	2931.0	98.26	80.0	0.38879298897888726	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0022_000000004624	5567	0.9385721271968692	8	5	2	2	3	True	130643	backbone	False	CAN0022_000000004514	0.9476178952693423	PS1110|PS1112	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2931.0	98.226	80.0	0.38879298897888726	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
TAN0002_000000018149	2144	0.9385690826424676	5	4	1	4	4	False	10457	fragment	False	TAN0002_000000018149	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	2046.0	98.338	100.0	0.007148802820349606	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
ENG0126_000000014260	1271	0.9385606514249818	2	2	2	2	2	False	106069	fragment	False	ISR0344_000000020233	0.24406311283384788		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	95.662	99.0	0.0004594011080101032	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0358_000000005326	3429	0.9385602605859726	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.5235715896556465		0	0	False	False	1.0	0					non-mobilizable	chromosome	3429.0	99.94200000000001	100.0	0.0006295785863940501	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
DEN0007_000000008071	3398	0.938544870652856	4	4	4	4	4	True	84218	fragment	False	DEN0007_000000008071	0.9678926741031052		0	0	False	False	0.9926427602767944	0					non-mobilizable	other	3373.0	97.806	99.0	0.0009364013529499975	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0079_000000001118	14394	0.9385385951615643	15	12	10	10	12	True	83304	maximal	True	SPA0079_000000001118	1.0		1	1	False	False	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	1322.0	97.655	9.0	0.00034662863635349825	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
TAN0009_000000014776	2575	0.938535341623482	5	2	1	2	0	True	131921	maximal	False	ISR0381_000000006403	0.9545144891792551		0	0	True	True	1.0	28					non-mobilizable	no_good_hit								True	True
ISR0381_000000006403	2556	0.938535341623482	4	2	1	2	0	True	131921	maximal	True	ISR0381_000000006403	0.9639918235438977		8	5	True	True	0.9980438351631165	5					non-mobilizable	no_good_hit								True	True
AST0002_000000014309	2556	0.938535341623482	4	2	1	2	0	True	131921	maximal	False	ISR0381_000000006403	0.9608827359796049		0	0	True	True	0.9996087551116943	12					non-mobilizable	no_good_hit								True	True
ISR0209_000000011570	2534	0.938535341623482	4	2	1	2	0	True	131921	maximal	False	ISR0381_000000006403	0.9495113838446693		0	0	True	True	1.0	21					non-mobilizable	no_good_hit								True	True
AST0104_000000013374	2519	0.938535341623482	7	2	1	2	0	True	131921	maximal	False	ISR0381_000000006403	0.9549676795323758		0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ISR0819_000000010245	2516	0.938535341623482	5	2	1	2	0	True	131921	maximal	False	ISR0381_000000006403	0.9287190683099825		0	0	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
MAD0087_000000011591	2465	0.938535341623482	5	2	1	2	0	True	131921	maximal	False	ISR0381_000000006403	0.950438890977076		0	0	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
MAD0044_000000010069	2420	0.938535341623482	4	2	1	2	0	True	131921	maximal	False	ISR0381_000000006403	0.9442794986187728		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0229_000000006871	2334	0.938535341623482	6	2	1	2	0	True	131921	maximal	False	ISR0381_000000006403	0.9141875080708456		0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
MON0030_000000016456	2140	0.938535341623482	5	2	1	2	0	True	12518	fragment	False	MON0030_000000016456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000019779	2025	0.938535341623482	2	2	1	2	0	True	53152	maximal	True	ETH0003_000000019779	1.0		1	1	True	True	0.9916049242019653	8					non-mobilizable	no_good_hit								True	True
ENG0151_000000014410	1651	0.938535341623482	3	2	1	2	0	True	57095	maximal	True	ENG0151_000000014410	1.0		1	1	False	False	0.9969715476036072	0					non-mobilizable	no_good_hit								True	True
SPA0010_000000002344	7300	0.9385235678019962	10	4	4	4	2	True	90492	maximal	True	SPA0010_000000002344	1.0	PS478	5	3	False	True	1.0	0		MOBB			mobilizable	no_good_hit	3427.0	98.45299999999999	78.0	0.5049388176323161	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
CHI0188_000000003285	4550	0.9385232710618584	6	4	2	3	4	False	132249	backbone	False	CHI0074_000000003162	0.5231318873695626	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9995604157447815	0	rep_cluster_475				non-mobilizable	other	4206.0	99.715	92.0	0.6448841846909035	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0019_000000005219	3166	0.9385226090849071	4	4	4	3	2	False	90747	maximal	True	ISR0019_000000005219	1.0		2	1	False	False	0.9867340326309204	0					non-mobilizable	no_good_hit	1300.0	81.615	41.0	0.0003459664227661449	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ETH0003_000000006431	4893	0.9385223407952266	9	3	2	3	1	True	112968	maximal	True	ETH0003_000000006431	1.0		1	1	False	False	0.9991825222969055	0					non-mobilizable	no_good_hit	579.0	93.61	29.0	0.022256449749711204	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
SPA0023_000000018377	1535	0.9385145000215724	2	2	1	2	1	False	7611	maximal	True	SPA0023_000000018377	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	97.727	6.0	0.0011319576361601914	NZ_LT635857.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0125_000000004789	4193	0.9385140854184544	5	3	2	2	2	False	74719	fragment	False	FIJ0125_000000004789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0004_000000011425	2301	0.9384958435204924	4	4	4	3	3	False	102239	fragment	False	SPA0054_000000012699	0.36693252634006557		0	0	False	False	0.9995654225349426	0					non-mobilizable	other	2314.0	85.825	100.0	0.0042320911854996255	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
FIJ0014_000000003196	6959	0.9384956421192012	17	4	1	2	3	False	51610	fragment	False	FIJ0014_000000003196	1.0		0	0	False	False	0.9998562932014465	0					non-mobilizable	no_good_hit	2361.0	96.18799999999999	78.0	0.0923468389117244	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
CAN0020_000000005892	6017	0.9384759623603892	7	2	2	2	2	False	91936	maximal	True	CAN0020_000000005892	1.0		1	1	False	False	0.9973408579826355	0					non-mobilizable	no_good_hit	618.0	83.17200000000001	24.0	0.00019406299758225904	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0195_000000016862	1133	0.9384727068074435	2	1	1	1	1	False	58756	fragment	False	MON0033_000000050822	0.4754098360655738		0	0	False	False	0.998234748840332	0					non-mobilizable	other	1133.0	99.559	100.0	0.00034280913919474375	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0012_000000000892	24127	0.9384664976681044	31	15	9	13	9	True	116868	fragment	False	CHI0130_000000000547	0.9449939403416865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	84.025	5.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0347_000000002996	5676	0.9384622411558696	7	5	5	5	4	False	125979	fragment	False	CAN0016_000000007900	0.9925634295713036		0	0	False	False	0.998062014579773	0					non-mobilizable	no_good_hit	2854.0	99.509	50.0	0.0010059507292173153	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0105_000000004961	3324	0.9384336984009676	4	4	1	3	2	False	115555	fragment	False	ISR0105_000000004961	1.0		0	0	False	False	0.9975932836532593	0					non-mobilizable	no_good_hit	2133.0	89.49799999999999	87.0	0.0006650669337861252	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0082_000000016582	2419	0.9384324255559237	3	3	1	2	1	True	108696	fragment	False	DEN0082_000000016582	1.0		0	0	False	False	0.9995865821838379	0					non-mobilizable	no_good_hit								True	True
MON0092_000000024916	2214	0.9384260484713856	3	2	1	2	1	True	100226	fragment	False	MON0092_000000024916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0008_000000000398	31802	0.9384260100846796	48	25	18	21	22	True	125421	maximal	False	SPA0136_000000000618	0.9677962461245362		0	0	False	False	0.9999685287475586	0					non-mobilizable	other	31735.0	98.04899999999999	99.0	0.00905616132924926	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0053_01_000000002323	9101	0.9384236310531704	16	9	4	7	3	True	93413	maximal	True	USA0053_01_000000002323	1.0		5	4	False	False	0.9989012479782104	0					non-mobilizable	no_good_hit								True	True
ISR0296_000000003149	7088	0.9384206629601956	6	4	3	2	3	False	71928	backbone	True	ISR0296_000000003149	1.0	PS336|PS337|PS338	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	303.0	89.76899999999999	4.0	0.07432098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0163_000000003235	7625	0.9384168446153232	8	5	5	4	4	False	47528	fragment	False	FIJ0163_000000003235	0.9857054565214276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2947.0	81.37100000000001	44.0	0.04149242766726944	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0140_000000017642	1841	0.9384111289959809	3	2	1	2	1	False	122169	maximal	True	FIJ0140_000000017642	1.0		0	0	False	False	0.9967408776283264	0					non-mobilizable	no_good_hit	1575.0	97.84100000000001	85.0	0.0004707211729665399	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AST0019_000000020144	1502	0.9384070680769986	3	3	2	2	1	False	122111	fragment	False	FIJ0103_000000012997	0.43210291041670573		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	97.70100000000001	93.0	0.00039700978282337603	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0076_000000009726	1679	0.9384056740466704	2	2	1	1	2	True	109497	maximal	True	SPA0076_000000009726	0.9928771199388181		5	3	False	False	0.9994044303894043	0					non-mobilizable	plasmid	1679.0	100.0	100.0	0.037890933724737494	CP044414.1	firmicutes	Lactobacillus sp. JM1 plasmid unnamed2, complete sequence	False	True
AST0093_000000010551	1638	0.9384056740466704	2	2	1	1	2	True	109497	maximal	False	SPA0076_000000009726	0.9843465017392977		0	0	False	False	1.0	0					non-mobilizable	plasmid	1666.0	98.079	100.0	0.03759738060291295	CP044414.1	firmicutes	Lactobacillus sp. JM1 plasmid unnamed2, complete sequence	False	True
SPA0075_000000012985	1637	0.9384056740466704	2	2	1	1	2	True	109497	maximal	False	SPA0076_000000009726	0.9784490981632136		0	0	False	False	0.9969456195831299	0					non-mobilizable	plasmid	1637.0	99.81700000000001	100.0	0.036942531331150504	CP044414.1	firmicutes	Lactobacillus sp. JM1 plasmid unnamed2, complete sequence	False	True
SPA0106_000000024420	1575	0.9383954287089168	2	2	2	2	1	False	71759	fragment	False	SPA0106_000000024420	1.0		0	0	False	False	0.9555555582046509	0					non-mobilizable	chromosome	1575.0	100.0	100.0	0.0006879803624004308	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
DEN0061_000000011809	3390	0.9383939727593305	4	4	4	4	3	False	73255	fragment	False	DEN0061_000000011809	1.0		0	0	False	False	0.9967551827430725	0					non-mobilizable	other	3388.0	99.52799999999999	99.0	0.012679647051336286	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0078_000000005336	3347	0.9383933827321466	4	3	1	3	2	False	116344	backbone	False	ENG0007_000000007055	0.8026702467451281	PS772	0	0	False	True	0.9988049268722534	0		MOBQ			mobilizable	plasmid	3348.0	99.522	100.0	0.9139579349904398	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ISR0261_000000013978	1319	0.9383787374952224	2	2	2	2	2	False	78859	fragment	False	ISR0261_000000013978	0.9915172190453285		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	98.863	100.0	0.009056961894741186	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0088_000000011603	2127	0.9383635917130324	3	2	1	2	2	True	69203	maximal	True	MAD0088_000000011603	0.9984390287970236	PS150	7	3	True	True	1.0	89		MOBV			mobilizable	plasmid	1063.0	100.0	100.0	0.5236686390532544	CP047464.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-2kb, complete sequence	False	True
MON0066_000000002479	8450	0.9383599522801004	13	9	4	5	8	True	123826	backbone	False	ISR0183_000000005642	0.4718294376902831	PS486|PS905	0	0	True	True	1.0	294	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	62.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0040_000000002620	8450	0.9383599522801004	13	9	4	5	8	True	123826	backbone	False	ISR0183_000000005642	0.47182950971775156	PS486|PS905	0	0	True	True	1.0	61	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	62.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0047_000000003642	8450	0.9383599522801004	13	9	4	5	8	True	123826	backbone	False	ISR0183_000000005642	0.47170735057194907	PS486|PS905	0	0	True	True	1.0	35	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	63.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
FIJ0137_000000001400	8410	0.9383599522801004	13	9	4	5	8	True	123826	backbone	False	ISR0183_000000005642	0.4718381847758371	PS486|PS905	0	0	True	True	1.0	6	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	63.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
USA0051_01_000000011249	1804	0.9383354721427272	3	3	3	3	2	False	1094	maximal	True	USA0051_01_000000011249	1.0		0	0	False	False	0.991685152053833	0					non-mobilizable	no_good_hit	1595.0	70.90899999999999	89.0	0.0014009259932349903	NZ_ATZI01000001.1	CFB group bacteria	Bacteroides graminisolvens DSM 19988 = JCM 15093 strain DSM 19988 C511DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0814_000000002445	15728	0.9383257131887708	17	11	10	11	9	True	52077	maximal	False	FIJ0071_000000001794	0.9919416003033751		0	0	False	False	0.9999364018440247	0					non-mobilizable	no_good_hit	5317.0	99.56700000000001	35.0	0.006476158453908537	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0081_000000002396	5324	0.9383256794496756	6	5	4	5	4	False	5619	fragment	False	SPA0081_000000002396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	96.296	2.0	0.00045010577485709143	MN990732.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-5 genomic sequence	True	False
DEN0071_000000019567	2114	0.9383238080769291	3	2	1	2	1	True	77463	fragment	False	DEN0071_000000019567	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2114.0	99.149	100.0	0.0003216047789282966	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
MON0104_000000010426	4063	0.9383137574045476	7	3	1	3	1	True	8825	maximal	True	MON0104_000000010426	1.0		1	1	True	True	1.0	86					non-mobilizable	no_good_hit	1260.0	74.206	31.0	0.2937799043062201	LN852745.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0054	True	True
SPA0062_000000020236	1589	0.938313077880116	2	1	1	1	1	False	6157	fragment	False	SPA0062_000000020236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	98.969	6.0	0.0004545497589939299	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
ISR0076_000000000154	57540	0.9383061427163478	62	22	10	18	11	True	127517	fragment	False	ISR0076_000000000154	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	97.302	6.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0135_000000010984	2004	0.9382963209894692	3	3	3	3	3	False	73610	fragment	False	FIJ0006_000000016351	0.852318599889152		0	0	False	False	1.0	0					non-mobilizable	other	2004.0	99.9	100.0	0.0721905860304188	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ENG0148_000000008170	4619	0.9382941824051508	7	3	2	1	3	False	103759	fragment	False	ISR0839_000000003148	0.9592963796277357		0	0	False	False	0.9984844923019409	0					non-mobilizable	no_good_hit	2596.0	90.06200000000001	60.0	0.0005157332573305375	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0802_000000005113	2925	0.9382941824051508	5	3	2	1	3	False	103745	fragment	False	ISR0802_000000005113	1.0		0	0	False	False	0.9996581077575684	0					non-mobilizable	no_good_hit	2315.0	90.15100000000001	85.0	0.00045944967429369094	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CAN0006_000000017032	2654	0.9382941824051508	5	3	2	1	3	False	103754	fragment	False	CAN0006_000000017032	1.0		0	0	False	False	0.9988696575164795	0					non-mobilizable	other	2703.0	83.759	100.0	0.018970556783346405	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
MON0003_000000001413	6751	0.9382878424907368	10	5	4	5	3	True	14293	maximal	True	MON0003_000000001413	1.0		2	1	True	True	1.0	64					non-mobilizable	no_good_hit								True	True
SPA0041_000000015663	2172	0.938281826392576	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.11222590497792637		0	0	False	False	1.0	0					non-mobilizable	other	2129.0	97.745	98.0	0.005643888660504714	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0089_000000021543	1444	0.938280244884776	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.9599088756742078		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	95.152	100.0	0.07538791076746251	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0012_000000013893	1738	0.9382718343360704	2	2	2	2	1	False	110534	maximal	True	SPA0012_000000013893	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	96.602	24.0	0.0009459540326181521	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	True	False
ISR0183_000000001619	19318	0.9382663738625009	22	13	5	11	8	False	103475	fragment	False	ISR0183_000000001619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9734.0	98.346	62.0	0.38860248571314393	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0229_000000006127	2597	0.9382644863931467	3	2	2	2	2	False	99601	fragment	False	ISR0229_000000006127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	75.0	7.0	4.961054337679845e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
ISR0003_000000002958	7458	0.938262509776734	9	8	6	6	2	False	92795	maximal	True	ISR0003_000000002958	1.0		1	1	False	False	0.9943684339523315	0					non-mobilizable	no_good_hit	755.0	91.921	10.0	0.003094120350612258	NZ_RCXZ01000003.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0003, whole genome shotgun sequence	True	False
CHI0137_000000008180	1950	0.9382511197978124	2	2	1	2	2	False	85972	fragment	False	CHI0057_000000009722	0.9751231527093596		0	0	False	False	0.9994871616363525	0					non-mobilizable	chromosome	1951.0	99.641	100.0	0.000355929437627838	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
CHI0061_000000005392	1487	0.9382453094640985	2	2	2	2	2	False	85644	fragment	False	CHI0061_000000005392	1.0		0	0	False	False	0.9878950715065002	0					non-mobilizable	chromosome	875.0	95.429	96.0	0.0003855633307852238	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0125_000000004374	3588	0.9382436954505686	5	2	1	2	1	False	89932	fragment	False	CHI0125_000000004374	1.0		0	0	False	False	0.9896878600120544	0					non-mobilizable	chromosome	3269.0	96.941	99.0	0.7522470615349158	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	False	False
DEN0018_000000035973	1147	0.9382427168015696	1	1	1	1	1	False	74933	fragment	False	DEN0018_000000035973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000014458	2190	0.9382397539986496	3	3	3	3	3	False	79132	maximal	False	MON0066_000000014337	0.94493006993007		0	0	False	False	0.9936072826385498	0					non-mobilizable	other	2190.0	96.119	100.0	0.004577228445310589	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0058_000000021775	2251	0.9382347416230902	3	3	2	3	2	False	27786	fragment	False	MON0058_000000021775	1.0		0	0	False	False	0.999555766582489	0					non-mobilizable	no_good_hit	1447.0	74.845	63.0	0.0003852997726866534	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0032_000000017088	1725	0.9382163185516188	4	3	1	2	3	True	12391	fragment	False	MON0032_000000017088	1.0		0	0	False	False	0.9843478202819824	0					non-mobilizable	chromosome	1704.0	94.131	99.0	0.0006792184316163602	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
ENG0010_000000002480	7141	0.9382138113569026	12	5	2	5	3	False	129720	fragment	False	ENG0010_000000002480	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1757.0	98.406	25.0	0.0071699808092768776	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0152_000000001438	15266	0.9382073445284079	20	19	3	12	19	True	89164	fragment	False	ENG0152_000000001438	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	15273.0	98.101	100.0	0.223543365890088	CP052261.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-3, complete sequence	False	True
FIJ0046_000000003577	6836	0.9382041630012504	9	7	7	7	5	False	125980	fragment	False	FIJ0046_000000003577	0.9953055004826628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2829.0	99.788	41.0	0.000997135878803564	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0089_000000003025	6835	0.9382041630012504	9	7	7	7	5	False	125980	fragment	False	FIJ0046_000000003577	0.9943610260940673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2829.0	99.788	41.0	0.000997135878803564	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
CHI0158_000000001933	6824	0.9382041630012504	9	7	7	7	5	False	125980	fragment	False	FIJ0046_000000003577	0.9946326481606983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2829.0	99.75299999999999	41.0	0.000997135878803564	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
SPA0040_000000038123	1145	0.9381965543034284	2	2	2	2	2	False	71392	fragment	False	DEN0063_000000042187	0.9679276315789473		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	98.777	100.0	0.004388387651138526	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0011_000000004244	9114	0.9381866916846509	16	10	6	7	8	True	125397	fragment	False	SPA0032_000000002311	0.5963550182403665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7220.0	92.09100000000001	79.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
FIJ0158_000000003016	5779	0.9381857189500749	6	6	6	6	6	False	96703	fragment	False	FIJ0158_000000003016	1.0		0	0	False	False	0.997577428817749	0					non-mobilizable	no_good_hit	1912.0	78.4	47.0	0.03939393939393939	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
ISR0123_000000003224	5371	0.9381844935373084	8	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9565794765984056	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.744	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0159_000000002374	5371	0.9381844935373084	8	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9570626083616046	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0167_000000003178	5371	0.9381844935373084	8	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9564435070413998	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.823	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0115_000000001403	5371	0.9381844935373084	8	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9563074365228621	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.882	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0069_000000004108	5370	0.9381844935373084	8	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9565880288306905	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.72399999999999	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CAN0003_000000009045	5330	0.9381844935373084	8	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9486762148226399	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.744	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0078_000000004870	5328	0.9381844935373084	8	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9476301391887687	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.72399999999999	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0302_000000002252	5253	0.9381844935373084	8	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.932855119380554	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0104_000000006425	5250	0.9381844935373084	7	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9316803773810167	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5082.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
AUS0010_000000004150	5249	0.9381844935373084	7	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9316919170927797	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9961897730827332	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.78399999999999	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0162_000000006837	5249	0.9381844935373084	7	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9320287697487792	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.823	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0027_000000003622	5249	0.9381844935373084	7	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9318530312138156	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.803	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0088_000000005278	5249	0.9381844935373084	7	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9321873843837292	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0370_000000004761	5248	0.9381844935373084	7	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9313732434308024	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9990472793579102	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.764	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0369_000000001792	5248	0.9381844935373084	7	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9318526159828563	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9990472793579102	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.823	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0327_000000004277	5236	0.9381844935373084	7	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9292436399818568	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9977082014083862	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.72399999999999	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0102_000000007192	5233	0.9381844935373084	6	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9293364363431391	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5081.0	99.78399999999999	100.0	0.9079535299374442	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0051_000000004711	5230	0.9381844935373084	7	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9286886315117274	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5075.0	99.823	100.0	0.9068811438784629	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0319_000000002786	5019	0.9381844935373084	7	5	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.11407134737581368	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9996015429496765	0	rep_cluster_870	MOBV			mobilizable	plasmid	4922.0	99.695	98.0	0.8793565683646113	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0233_000000003014	3604	0.9381788808330216	5	2	0	2	1	True	108694	maximal	True	ISR0233_000000003014	1.0		4	3	False	False	0.9966703653335571	0					non-mobilizable	no_good_hit								True	True
AST0089_000000007381	2888	0.9381788808330216	4	2	0	2	1	True	110274	fragment	False	AST0089_000000007381	1.0		0	0	False	False	0.9871883392333984	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0027266053763064985	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	True
ISR0214_000000013311	2167	0.9381788808330216	3	2	0	2	1	True	108695	fragment	False	ISR0214_000000013311	1.0		0	0	False	False	0.9967697262763977	0					non-mobilizable	no_good_hit								True	True
DEN0071_000000024147	1754	0.9381788808330216	3	2	0	2	1	True	108693	fragment	False	DEN0071_000000024147	0.9678398058252426		0	0	False	False	0.996009111404419	0					non-mobilizable	no_good_hit								True	True
ENG0072_000000006545	1648	0.9381788808330216	3	2	0	2	1	True	108693	fragment	False	DEN0071_000000024147	0.9387115165336374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0022_000000000895	11710	0.9381780581085092	19	12	8	8	10	True	125398	maximal	True	MON0022_000000000895	1.0		2	1	False	False	0.998633623123169	0					non-mobilizable	no_good_hit	3300.0	98.727	82.0	0.0009271244752430505	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0011_000000006891	3731	0.9381777207481172	6	3	1	2	2	True	121571	fragment	False	ISR0789_000000003469	0.9480273141122914		0	0	False	False	0.9924952983856201	0					non-mobilizable	chromosome	3731.0	99.303	100.0	0.0015115301791386142	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
ISR0398_000000009404	2479	0.9381777207481172	5	3	1	2	2	True	121564	fragment	False	ISR0353_000000013571	0.31238691718858735		0	0	False	False	1.0	0					non-mobilizable	chromosome	2479.0	99.637	100.0	0.0010194669644157483	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
FIJ0002_000000000137	72535	0.93817731040411	73	33	23	26	17	True	52478	maximal	True	FIJ0002_000000000137	1.0		3	1	False	False	0.9999448657035828	0					non-mobilizable	no_good_hit	621.0	83.897	1.0	0.05961223111797048	NZ_CYXV01000029.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
AST0048_000000006360	2484	0.9381682975803924	5	4	2	4	2	True	114934	fragment	False	AST0048_000000006360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0002_000000013166	1988	0.9381682460966392	3	3	3	3	2	False	53339	maximal	True	ETH0002_000000013166	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	71.512	17.0	0.02195360993139497	NZ_BJVG01000036.1	firmicutes	Lactobacillus concavus strain NBRC 106101 sequence036, whole genome shotgun sequence	True	False
MON0040_000000024419	1152	0.9381642504077358	2	2	2	1	1	False	11845	fragment	False	MON0040_000000024419	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1152.0	94.01	100.0	0.0004099687590270597	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
MAD0098_000000003928	9310	0.9381426478489672	9	4	3	4	3	True	109378	fragment	False	MAD0098_000000003928	1.0		0	0	False	False	0.9994629621505737	0					non-mobilizable	no_good_hit	3425.0	92.35	77.0	0.1351956200295728	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
AST0108_000000005218	4515	0.9381362815726826	4	4	4	4	4	False	114951	fragment	False	AST0108_000000005218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	74.486	5.0	0.01617085152838428	NZ_SLUM01000045.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_145, whole genome shotgun sequence	True	False
ISR0384_000000001771	6578	0.9381351859504936	6	6	4	5	6	False	129584	maximal	True	ISR0384_000000001771	1.0	PS1061	8	2	False	True	1.0	0					non-mobilizable	no_good_hit	2580.0	77.093	39.0	0.015293640280214339	NZ_JAAITI010000004.1	firmicutes	Blautia luti strain MSK.16.34 NODE_4_length_167586_cov_139.322, whole genome shotgun sequence	True	True
ISR0326_000000008549	2228	0.9381339983555322	5	2	2	2	2	False	24829	fragment	False	ISR0326_000000008549	1.0		0	0	False	False	0.9941651821136475	0					non-mobilizable	no_good_hit								True	False
ISR0783_000000000657	18647	0.9381268657219888	21	17	11	13	12	True	103566	maximal	True	ISR0783_000000000657	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.104	33.0	0.00473445555888918	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0020_000000000867	16722	0.9381257786273488	23	8	5	6	4	True	94650	fragment	False	ISR0020_000000000867	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5063.0	99.941	94.0	0.10015036403925293	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
DEN0094_000000006190	4903	0.9381237513191216	8	4	1	2	3	False	130028	backbone	True	DEN0094_000000006190	1.0	PS1072|PS1075|PS1076|PS974	40	7	True	True	1.0	64					non-mobilizable	no_good_hit	919.0	98.259	36.0	0.18259657506969335	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0237_000000006895	1685	0.9381214106914518	2	1	1	1	1	False	130351	fragment	False	ISR0237_000000006895	1.0		0	0	False	True	0.9982196092605591	0					non-mobilizable	other	1305.0	98.851	100.0	0.0002525570921382115	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0832_000000010496	1279	0.9381214106914518	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.009572336585444317	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1284.0	98.75399999999999	100.0	0.000256070344100263	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0145_000000006100	2326	0.9381212097634586	3	3	3	3	3	False	87760	fragment	False	FIJ0145_000000006100	0.9723897911832946		0	0	False	False	0.9918314814567566	0					non-mobilizable	chromosome	2326.0	95.14200000000001	100.0	0.00043570027570603506	NC_016845.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 chromosome, complete genome	False	False
SPA0009_000000004731	6872	0.9381102781520234	11	9	5	6	8	True	123626	fragment	False	ISR0317_000000001658	0.5243460683691902		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6828.0	99.385	99.0	0.06938015646140856	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0125_000000004924	7304	0.9381018572891042	10	7	5	3	6	True	57328	maximal	False	SPA0150_000000002342	0.999499197942718		0	0	True	True	0.9995892643928528	48		MOBV			mobilizable	plasmid	4506.0	99.956	99.0	0.6235978396343996	CP036543.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_1, complete sequence	False	True
ENG0148_000000005037	7300	0.9381018572891042	10	7	5	3	6	True	57328	maximal	False	SPA0150_000000002342	0.9995446455230942		0	0	True	True	0.9998630285263062	20		MOBV			mobilizable	plasmid	4504.0	100.0	100.0	0.6235978396343996	CP036543.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_1, complete sequence	False	True
ISR0336_000000001288	7299	0.9381018572891042	10	7	5	3	6	True	57328	maximal	False	SPA0150_000000002342	0.999545385231738		0	0	True	True	1.0	29		MOBV			mobilizable	plasmid	4090.0	99.976	100.0	0.5662834187560604	LN852993.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0323	False	True
ISR0831_000000002024	7280	0.9381018572891042	10	7	5	3	6	True	57328	maximal	False	SPA0150_000000002342	0.9995449479642877		0	0	True	True	1.0	327		MOBV			mobilizable	plasmid	4770.0	99.93700000000001	100.0	0.6603407674193101	LN852993.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0323	False	True
SPA0151_000000002255	7260	0.9381018572891042	10	7	5	3	6	True	57328	maximal	False	SPA0150_000000002342	0.9996354073159771		0	0	True	True	1.0	236		MOBV			mobilizable	plasmid	4433.0	100.0	100.0	0.6137654064533998	CP036543.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_1, complete sequence	False	True
SPA0150_000000002342	7260	0.9381018572891042	11	7	5	3	6	True	57328	maximal	True	SPA0150_000000002342	0.9996354073159771		6	3	True	True	1.0	348		MOBV			mobilizable	plasmid	6698.0	99.97	100.0	0.9274137692201135	LN852993.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0323	False	True
ENG0142_000000018200	1863	0.9380996344530144	3	3	3	2	2	False	102239	fragment	False	SPA0054_000000012699	0.3462032535126688		0	0	False	False	0.9994632601737976	0					non-mobilizable	chromosome	1863.0	97.531	100.0	0.00028334940298798187	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ETH0001_000000028615	1281	0.9380969648449085	2	2	2	2	1	False	53437	fragment	False	ETH0001_000000028615	1.0		0	0	False	False	0.960968017578125	0					non-mobilizable	chromosome	1252.0	74.12100000000001	96.0	0.002051471776847866	CP024735.1	CFB group bacteria	Prevotella intermedia strain KCOM 1944 chromosome 2, complete sequence	False	False
ENG0006_000000007807	3063	0.9380964117252784	6	4	1	2	3	True	114731	fragment	False	CAN0006_000000014718	0.9639360313315928		0	0	False	False	0.9862879514694214	0					non-mobilizable	chromosome	3063.0	98.4	100.0	0.0012597287510254323	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
ISR0327_000000010035	2647	0.93809633013437	3	3	2	3	2	False	30999	fragment	False	ISR0327_000000010035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0089_000000003550	9247	0.9380954119806646	16	7	3	5	6	True	5440	maximal	True	SPA0089_000000003550	1.0		2	1	True	True	1.0	68	rep_cluster_1097				non-mobilizable	no_good_hit	3300.0	83.242	51.0	0.4695453245639119	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
CHI0061_000000000262	13828	0.9380918931528271	16	4	3	4	2	True	85678	fragment	False	CHI0061_000000000262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0022_000000010206	2740	0.938080909767682	4	3	3	3	3	False	93525	maximal	True	MON0022_000000010206	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1796.0	93.708	65.0	0.0007696041968109285	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0134_000000002227	12845	0.9380777339751599	8	7	5	7	4	True	108377	fragment	False	ISR0134_000000002227	1.0		0	0	False	False	0.9996107220649719	0					non-mobilizable	no_good_hit								True	True
ISR0330_000000012474	2332	0.9380727404165128	3	2	1	2	2	False	24668	maximal	True	ISR0330_000000012474	1.0		1	1	True	True	1.0	1	rep_cluster_2358			MOBP	mobilizable	no_good_hit	1571.0	93.06200000000001	82.0	0.6120218579234973	LR792420.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium isolate SV68221 genome assembly, plasmid: 30	True	True
ISR0149_000000015320	1213	0.9380721557632	2	1	1	1	1	False	30847	fragment	False	ISR0149_000000015320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0332_000000004718	2832	0.9380714029921248	3	2	2	2	2	False	88713	fragment	False	ISR0332_000000004718	1.0		0	0	False	False	0.992584764957428	0					non-mobilizable	no_good_hit								True	False
FIJ0007_000000004676	3595	0.9380712916441064	5	5	5	3	3	False	59345	fragment	False	FIJ0007_000000004676	1.0		0	0	False	True	0.9980528354644775	0					non-mobilizable	chromosome	3556.0	99.522	99.0	0.0007325565006095364	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	True
CHI0074_000000009830	1403	0.9380669841548216	2	2	2	1	1	False	84718	maximal	True	CHI0074_000000009830	1.0		1	1	False	False	0.9985744953155518	0					non-mobilizable	no_good_hit	495.0	80.808	35.0	0.007992285564853556	NZ_JHXW01000013.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	False
ISR0166_000000003844	4350	0.9380556208769508	6	4	4	3	1	False	111875	fragment	False	ISR0166_000000003844	0.9969686461076451		0	0	False	False	0.9993103742599487	0					non-mobilizable	other	4341.0	97.535	99.0	0.006918869237201049	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0176_000000007547	4260	0.9380556208769508	4	4	4	3	1	False	111875	fragment	False	ISR0166_000000003844	0.9843072052073477		0	0	False	False	0.9950703978538513	0					non-mobilizable	other	4249.0	97.741	99.0	0.006772066661134975	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0081_000000015972	2221	0.9380528549407084	3	3	3	3	3	False	93094	fragment	False	MAD0054_000000006900	0.9056622925393838		0	0	False	False	1.0	0					non-mobilizable	other	2222.0	92.169	100.0	0.00794285447901688	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
SPA0003_000000010522	1724	0.9380515783460744	3	2	2	2	1	False	8380	maximal	True	SPA0003_000000010522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000006539	5586	0.9380469328965207	9	6	5	6	4	False	51221	maximal	True	FIJ0133_000000006539	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	75.822	8.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
DEN0070_000000011092	3020	0.9380445697441004	3	3	2	3	1	True	70622	maximal	True	DEN0070_000000011092	1.0	PS90	2	1	False	True	0.9827814698219299	0					non-mobilizable	no_good_hit	1247.0	97.354	41.0	0.0003752246669013204	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
CAN0001_000000001539	20494	0.9380435301448472	38	20	8	13	15	False	97488	maximal	True	CAN0001_000000001539	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	17052.0	96.323	84.0	0.0032061826258647005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MAD0096_000000003812	4268	0.9380271810906156	7	6	4	6	6	False	97997	fragment	False	MAD0096_000000003812	0.9849061088661755		0	0	False	False	1.0	0					non-mobilizable	plasmid	4268.0	99.977	100.0	0.032916255245618364	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
MON0074_000000007617	2506	0.9380229508852608	4	3	3	3	2	False	10380	maximal	True	MON0074_000000007617	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1686.0	95.255	67.0	0.0004713190860999773	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0010_01_000000012349	2168	0.9380223699796092	3	2	2	2	1	False	27858	maximal	True	USA0010_01_000000012349	1.0		7	4	False	False	1.0	0					non-mobilizable	other	2168.0	100.0	100.0	0.0007775536375659952	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ENG0047_000000005957	2958	0.9380095773991663	5	3	3	3	3	False	64356	maximal	True	ENG0047_000000005957	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	82.931	33.0	0.00018581751575533765	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0080_000000001143	9600	0.9380048492643072	8	4	3	4	1	True	97618	fragment	False	FIJ0082_000000001939	0.2775538171726558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	82.491	12.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
SPA0081_000000001264	9600	0.9380048492643072	8	4	3	4	1	True	97618	fragment	False	FIJ0082_000000001939	0.2775538171726558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	82.491	12.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ENG0163_000000001026	15633	0.9380039071069582	18	8	5	6	5	True	130539	fragment	False	ENG0163_000000001026	1.0		0	0	False	False	0.999936044216156	0					non-mobilizable	other	10798.0	99.88	100.0	0.002089862136076816	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
SPA0123_000000000443	35437	0.9380024796598864	32	21	11	19	14	True	91680	maximal	True	SPA0123_000000000443	1.0		1	1	False	False	0.9999718070030212	0					non-mobilizable	no_good_hit	31757.0	92.506	89.0	0.7498285525102277	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
ISR0162_000000009556	3967	0.9379975596615806	4	3	1	2	2	False	131997	maximal	True	ISR0162_000000009556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	879.0	97.49700000000001	68.0	0.00029569338414679324	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ENG0066_000000004018	4356	0.9379864985237096	7	4	2	4	2	True	110665	maximal	True	ENG0066_000000004018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1999.0	99.9	85.0	0.0005350487743285847	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0208_000000009587	3198	0.9379864907851279	6	4	1	2	4	True	117319	fragment	False	ENG0208_000000009587	0.9622855252489567		0	0	False	False	0.9978111386299133	0					non-mobilizable	chromosome	3202.0	95.00299999999999	99.0	0.0014493990418441912	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
SPA0097_000000010348	3153	0.9379864907851279	6	4	1	2	4	True	117319	fragment	False	ENG0208_000000009587	0.9556857004359676		0	0	False	False	0.9996828436851501	0					non-mobilizable	chromosome	3161.0	95.065	100.0	0.0014307879047581868	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ENG0024_000000009666	2840	0.9379864907851279	6	4	1	2	4	True	117318	fragment	False	ENG0024_000000009666	0.9792949627266184		0	0	False	False	0.9964788556098938	0					non-mobilizable	chromosome	2826.0	96.14299999999999	99.0	0.0012800830873788346	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0176_000000011858	2824	0.9379864907851279	6	4	1	2	4	True	117318	fragment	False	ENG0024_000000009666	0.9772232453662042		0	0	False	False	0.9978753328323364	0					non-mobilizable	chromosome	2812.0	96.195	99.0	0.0012737280649592236	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
FIJ0164_000000009451	2436	0.9379864907851279	6	4	1	2	4	True	117317	fragment	False	FIJ0164_000000009451	1.0		0	0	False	False	0.9864531755447388	0					non-mobilizable	chromosome	2424.0	97.03	99.0	0.0010998728087655732	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0141_000000014933	2204	0.9379864907851279	5	4	1	2	4	True	117315	fragment	False	ISR0141_000000014933	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2212.0	97.96600000000001	100.0	0.0010036396121257459	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
SPA0116_000000020098	2019	0.9379864907851279	5	4	1	2	4	True	56336	fragment	False	SPA0116_000000020098	1.0		0	0	False	False	0.9995046854019165	0					non-mobilizable	chromosome	2011.0	96.66799999999999	99.0	0.0009105839266957242	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
FIJ0068_000000013197	2403	0.9379780993607896	3	2	2	2	1	False	64323	fragment	False	FIJ0068_000000013197	1.0		0	0	False	False	0.9975031018257141	0					non-mobilizable	no_good_hit	83.0	84.337	3.0	3.044047365377005e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
CHI0162_000000009270	3170	0.9379580416992004	4	3	3	3	3	False	131408	fragment	False	SPA0109_000000006156	0.17688599932742965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.845	25.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
CAN0009_000000019258	1466	0.9379543857648104	3	1	1	1	1	False	94733	fragment	False	CAN0009_000000019258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	89.971	85.0	0.0005390378096520771	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
SPA0130_000000000314	45368	0.9379516017805144	45	20	9	19	10	True	3821	maximal	True	SPA0130_000000000314	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	75.0	0.0	1.3281510557411976e-05	NZ_SAUN01000001.1	high GC Gram+	Nonomuraea polychroma strain DSM 43925 Ga0197504_11, whole genome shotgun sequence	True	True
ISR0835_000000005361	2533	0.9379511096289564	3	3	2	2	2	False	94146	fragment	False	CHI0023_000000005507	0.9578097371610426		0	0	False	False	0.9992104172706604	0					non-mobilizable	chromosome	2533.0	100.0	100.0	0.0003902778880293972	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
BAN0019_000000001421	2431	0.9379508446971024	4	1	0	1	1	False	97797	maximal	True	BAN0019_000000001421	1.0		1	1	True	True	0.9942410588264465	3					non-mobilizable	no_good_hit	102.0	95.098	8.0	0.05134722928317234	CP008709.1	g-proteobacteria	Acinetobacter baumannii strain AB5075-UW plasmid p3AB5075, complete sequence	True	True
AST0100_000000009379	1403	0.937937328350288	3	3	3	2	2	False	108576	fragment	False	AST0100_000000009379	0.99215965787598		0	0	False	False	0.9992872476577759	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	6.415173914330112e-06	CP021920.1	firmicutes	Bacillus sonorensis strain SRCM101395, complete genome	True	False
CAN0001_000000014739	3172	0.9379311287098469	3	3	3	3	3	True	97392	maximal	True	CAN0001_000000014739	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	74.844	35.0	0.007081539598033472	NZ_AAXG02000001.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont12.1, whole genome shotgun sequence	True	True
FIJ0123_000000009254	3484	0.9379305106710104	4	3	1	2	3	True	57499	maximal	True	FIJ0123_000000009254	1.0		2	2	False	False	0.9954075813293457	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00012874687903770905	LN594036.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002329	True	True
SPA0019_000000003281	7290	0.937920860228854	4	4	4	4	4	False	116642	fragment	False	USA0120_01_000000001232	0.3173440353335881		0	0	False	False	1.0	0					non-mobilizable	other	7236.0	99.751	99.0	0.0015037268940983448	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ISR0386_000000008238	4283	0.937916684278851	7	4	1	2	3	True	121572	fragment	False	ISR0216_000000004363	0.9325450601876611		0	0	False	False	1.0	0					non-mobilizable	chromosome	4286.0	99.18299999999999	100.0	0.0017733257353379672	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
CAN0013_000000007773	2907	0.937916684278851	6	4	1	2	3	True	121566	fragment	False	CAN0013_000000007773	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2861.0	98.21700000000001	98.0	0.0011766245029172881	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
CHI0146_000000002829	2428	0.937911973579503	4	1	1	1	1	False	85297	fragment	False	CHI0146_000000002829	1.0		0	0	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit	204.0	72.059	8.0	0.004400656814449918	NZ_QEKH01000036.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_136, whole genome shotgun sequence	True	False
CHI0064_000000011803	1542	0.937911973579503	3	1	1	1	1	False	85295	fragment	False	CHI0064_000000011803	1.0		0	0	False	False	0.9818417429924011	0					non-mobilizable	no_good_hit	204.0	72.059	13.0	0.004400656814449918	NZ_QEKH01000036.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_136, whole genome shotgun sequence	True	False
ENG0007_000000015707	1601	0.9379036923867838	2	2	1	1	2	False	67516	fragment	False	ENG0007_000000015707	1.0		0	0	False	False	0.99750155210495	0					non-mobilizable	other	1607.0	97.449	100.0	0.00044542935057289326	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0050_000000003933	5629	0.9379020525310896	4	2	0	0	2	False	126493	maximal	True	ISR0050_000000003933	1.0	PS879|PS961	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2390.0	96.109	48.0	0.2910602910602911	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0039_000000032787	1142	0.9379001486765404	1	1	1	1	1	False	36518	maximal	True	ISR0039_000000032787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	95.531	78.0	0.0002534984489187851	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0215_000000007092	4048	0.9378995225159951	5	5	4	4	5	True	123628	fragment	False	USA0108_01_000000001009	0.0383497005135319		0	0	False	True	0.999752938747406	0					non-mobilizable	plasmid	4048.0	99.62899999999999	100.0	0.13026819923371646	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
AST0061_000000001656	14519	0.9378955487404836	11	11	8	10	11	False	117567	maximal	True	AST0061_000000001656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4781.0	98.975	60.0	0.002158348745809733	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	False
FIJ0148_000000004376	3803	0.9378945092545294	7	4	1	2	3	True	121568	fragment	False	FIJ0074_000000008368	0.9564036222509702		0	0	False	False	0.999737024307251	0					non-mobilizable	chromosome	3803.0	99.15899999999999	100.0	0.0015629358344695027	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
MON0026_000000042503	1253	0.9378849515841152	2	1	1	1	1	False	12697	fragment	False	MON0026_000000042503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	97.46799999999999	63.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
AUS0022_000000000062	95757	0.9378821834175958	93	34	15	31	7	True	99429	fragment	False	ENG0200_000000000040	0.9476433398051062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	76.109	0.0	0.0010921639175377512	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0078_000000004111	1826	0.9378688060801385	2	2	2	2	1	False	5663	fragment	False	SPA0078_000000004111	1.0		0	0	False	False	0.9994523525238037	0					non-mobilizable	other	1827.0	98.905	100.0	0.0002527217062064493	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
DEN0094_000000030676	1284	0.9378480870731452	3	2	1	2	1	False	76436	fragment	False	DEN0094_000000030676	0.9893280632411068		0	0	False	False	0.9992212057113647	0					non-mobilizable	no_good_hit	619.0	78.998	47.0	0.00018340821247163797	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0022_000000003932	2871	0.9378447817788664	4	2	2	2	1	True	19546	maximal	True	MAD0022_000000003932	1.0		1	1	False	False	0.9996516704559326	0					non-mobilizable	no_good_hit	1331.0	88.956	85.0	0.023393471094885338	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AST0108_000000005257	4487	0.9378440551167108	6	5	5	5	5	False	118978	maximal	True	AST0108_000000005257	1.0		45	8	False	False	0.9995542764663696	0					non-mobilizable	no_good_hit	3958.0	92.85	88.0	0.06210136048009551	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
MON0095_000000019915	1578	0.9378382660961524	2	2	2	2	2	False	9309	fragment	False	MON0095_000000019915	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	78.204	99.0	0.0005948860340614094	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	False	False
ENG0115_000000009976	2015	0.9378364276413304	3	3	3	2	1	False	116934	fragment	False	ISR0387_000000012385	0.7348741615823255		0	0	False	False	0.9990074634552002	0					non-mobilizable	other	1661.0	86.454	95.0	0.0004625443436185521	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0106_000000007779	2643	0.9378361673189346	5	4	4	4	3	False	96129	maximal	True	MAD0106_000000007779	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000002155	6867	0.9378354369421584	9	8	4	6	8	False	63780	fragment	False	MAD0102_000000002155	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	other	4891.0	99.28399999999999	100.0	0.0769593956562795	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
ENG0040_000000009070	2502	0.9378343711493784	4	3	3	3	3	False	64858	fragment	False	ENG0040_000000009070	1.0		0	0	False	False	0.9948041439056396	0					non-mobilizable	no_good_hit								True	False
CHI0053_000000003267	3486	0.9378338519846464	5	5	4	5	3	False	128347	maximal	True	CHI0053_000000003267	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1867.0	98.661	95.0	0.0006501782938011458	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0089_000000012869	3041	0.9378329620555166	4	4	4	3	2	False	102241	fragment	False	SPA0089_000000012869	0.8040308346822352		0	0	False	False	1.0	0					non-mobilizable	other	3041.0	99.96700000000001	100.0	0.008062698086435307	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0203_000000005854	2835	0.9378329620555166	4	4	4	3	2	False	102241	fragment	False	SPA0089_000000012869	0.6376714627039747		0	0	False	False	0.9992945194244385	0					non-mobilizable	other	2835.0	99.929	100.0	0.007516344202946598	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0090_000000016736	2121	0.9378329620555166	4	4	4	3	2	False	100698	fragment	False	SPA0090_000000016736	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2121.0	99.95299999999999	100.0	0.005622671033961463	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0113_000000003193	7245	0.9378318961501252	8	6	5	5	4	False	90796	maximal	True	FIJ0113_000000003193	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	2605.0	93.935	51.0	0.005338746656869044	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ENG0189_000000013267	1374	0.9378250402691509	2	1	1	1	0	True	54836	fragment	False	ENG0189_000000013267	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1384.0	90.462	100.0	0.29377929271410314	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	False	True
ISR0166_000000019714	1116	0.9378250402691509	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.02755407161276594		0	0	False	False	0.9955196976661682	0					non-mobilizable	no_good_hit								True	True
ENG0184_000000009750	2292	0.9378245478487394	4	2	2	2	0	True	55111	fragment	False	ENG0184_000000009750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	85.285	14.0	0.11530398322851153	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ISR0333_000000015290	1551	0.9378165063310776	2	2	1	2	1	False	24533	fragment	False	ISR0333_000000015290	1.0		0	0	False	False	0.9974210262298584	0					non-mobilizable	no_good_hit	413.0	99.031	45.0	0.0069968072821139865	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
AST0028_000000002570	6854	0.9378084662912752	5	4	3	4	3	False	118902	maximal	True	AST0028_000000002570	1.0		1	1	False	False	1.0	0					non-mobilizable	other	5136.0	99.26	100.0	0.0022073688721871093	CP011013.1	firmicutes	Lactobacillus mucosae LM1, complete genome	False	False
ISR0140_000000007295	3759	0.9378032079678082	5	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.822935013216833		0	0	False	False	1.0	0					non-mobilizable	other	2847.0	99.227	100.0	0.012915932978742717	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0182_000000002170	10612	0.9378021601834784	8	6	5	6	3	True	127379	fragment	False	ISR0030_000000001226	0.9425800964622367		0	0	False	False	1.0	0					non-mobilizable	other	10635.0	97.20700000000001	100.0	0.11548744701662862	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0082_000000007690	2599	0.9377964713986788	6	3	3	3	3	False	128362	fragment	False	ENG0183_000000009986	0.9496415770609319		0	0	False	False	1.0	0					non-mobilizable	chromosome	1865.0	98.552	100.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0031_000000008277	3463	0.9377915474202164	2	2	2	2	2	True	130997	fragment	False	USA0037_01_000000005669	0.2283318613268603		0	0	False	False	1.0	0					non-mobilizable	other	3096.0	98.03	100.0	0.006471686632360106	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0171_000000016692	1449	0.9377915219053082	2	2	2	2	1	False	108119	fragment	False	ENG0171_000000016692	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	99.655	100.0	0.0077546779773571975	NZ_PYLQ01000004.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_3, whole genome shotgun sequence	False	False
MAD0067_000000001787	4990	0.9377873573728543	9	2	1	2	1	False	16524	maximal	True	MAD0067_000000001787	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	1.0215156738811212e-05	CP060287.1	firmicutes	Sporosarcina sp. resist chromosome, complete genome	True	False
DEN0045_000000003247	8936	0.9377787304624058	10	9	7	6	7	False	97152	maximal	True	DEN0045_000000003247	1.0	PS521	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1834.0	79.82600000000001	20.0	0.042043294859314885	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0071_000000003006	10603	0.937776560724588	9	6	5	6	3	True	122758	fragment	False	AST0046_000000001434	0.20365555998704526		0	0	False	False	0.9999057054519653	0					non-mobilizable	no_good_hit	2891.0	91.214	40.0	0.011824511449097571	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0011_000000007642	5038	0.9377736981935872	5	2	2	2	2	False	75776	maximal	True	DEN0011_000000007642	1.0		1	1	False	False	0.9859070777893066	0					non-mobilizable	no_good_hit	480.0	80.208	9.0	0.00014930677429301204	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0181_000000000831	16430	0.937763875342658	21	8	7	8	6	True	39477	maximal	True	ISR0181_000000000831	1.0		1	1	False	False	0.9984784126281738	0					non-mobilizable	no_good_hit	1043.0	95.686	6.0	0.007959750120428497	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	True
MAD0098_000000030729	1478	0.9377630338153224	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.058324816929971164		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	98.512	100.0	0.00033417408546711517	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0180_000000011499	1553	0.9377627926068538	3	3	3	3	3	False	80088	fragment	False	CHI0141_000000016690	0.6532453245324533		0	0	False	False	0.9993560910224915	0					non-mobilizable	other	1553.0	98.777	100.0	0.01981158569276724	NZ_QRHR01000010.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf10, whole genome shotgun sequence	False	False
USA0045_01_000000001588	9207	0.9377554084562216	11	10	4	5	7	False	118188	backbone	False	CHI0082_000000001020	0.9966987931044177	PS799|PS801|PS802	0	0	True	True	1.0	24	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2418.0	94.376	54.0	0.30458900655572363	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0149_000000001826	9193	0.9377554084562216	11	10	4	5	7	False	118188	backbone	False	CHI0082_000000001020	0.9943042916720196	PS799|PS801|PS802	0	0	True	True	1.0	569	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2415.0	94.41	54.0	0.30421079172970245	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
AUS0018_000000008992	3071	0.9377547419999928	5	3	1	3	1	False	100011	fragment	False	AUS0018_000000008992	1.0		0	0	False	False	0.9902312159538269	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000009366	2679	0.9377443938360476	4	4	4	4	3	False	128260	maximal	True	MAD0046_000000009366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	75.355	23.0	0.011873501541271834	NZ_FQXK01000037.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
MAD0006_000000000397	12007	0.9377442099039818	17	17	10	12	17	True	93852	maximal	True	MAD0006_000000000397	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	12031.0	99.801	100.0	0.11009123937294665	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
ISR0226_000000001188	5225	0.9377441091890528	9	3	2	3	1	True	112956	fragment	False	ISR0226_000000001188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	91.366	62.0	0.07339237581825182	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0815_000000011009	2823	0.9377337325874084	3	3	3	3	3	False	100794	fragment	False	ISR0815_000000011009	0.9637411677203421		0	0	False	False	1.0	0					non-mobilizable	other	2823.0	96.635	100.0	0.0007836668499480703	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0142_000000003518	7722	0.9377305413965042	11	7	4	4	7	False	123628	fragment	False	USA0108_01_000000001009	0.27671816826267265		0	0	False	True	0.9998704791069031	0					non-mobilizable	plasmid	7722.0	99.845	100.0	0.2492574896694215	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0081_000000008128	4019	0.937728192165072	5	2	1	2	1	False	125160	fragment	False	ENG0210_000000004901	0.9360341151385927		0	0	False	False	0.9937795400619507	0	rep_cluster_233				non-mobilizable	other	2319.0	99.13799999999999	100.0	0.4075312335034313	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
ISR0256_000000001816	8891	0.9377273331656234	8	5	5	5	5	False	26855	maximal	True	ISR0256_000000001816	1.0		1	1	False	False	0.9987627863883972	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	0.002351339644823959	NZ_PYGI01000034.1	g-proteobacteria	Marinobacterium halophilum strain DSM 17586 Ga0181045_134, whole genome shotgun sequence	True	False
USA0009_01_000000000934	20914	0.9377244644647252	26	8	4	7	3	True	92651	fragment	False	USA0009_01_000000000934	1.0		0	0	False	False	1.0	0					non-mobilizable	other	20843.0	99.866	100.0	0.022867017774851877	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0038_000000009384	3061	0.9377116524266504	5	3	3	3	3	False	128365	fragment	False	SPA0038_000000009384	0.9808959156785244		0	0	False	False	0.9908526539802551	0					non-mobilizable	chromosome	1865.0	98.928	99.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0110_000000006493	3605	0.9377085603084276	4	3	2	3	2	False	63856	maximal	True	ISR0110_000000006493	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	91.529	12.0	0.0001477901881257555	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AUS0018_000000017649	1600	0.9376984918160182	2	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.14118808083728926		0	0	False	False	0.9987499713897705	0					non-mobilizable	no_good_hit	1411.0	87.527	88.0	0.01899580121238305	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
DEN0045_000000006830	4919	0.937696168973948	7	3	0	1	3	False	72972	maximal	True	DEN0045_000000006830	1.0		1	1	True	True	1.0	1300					non-mobilizable	no_good_hit	1591.0	85.041	80.0	0.28225231646471843	NZ_LT635808.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0062_000000001725	14500	0.937688743503841	21	20	6	8	17	True	132596	backbone	False	ISR0120_000000000296	0.005504500564914047	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	11402.0	99.965	99.0	0.34510836663034267	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0035_000000003175	6817	0.9376795855870892	6	5	5	4	3	True	53132	maximal	True	MON0035_000000003175	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2263.0	93.32700000000001	67.0	0.07674466198239989	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
AST0019_000000000008	156430	0.9376744557675156	186	34	19	27	21	False	122960	maximal	True	AST0019_000000000008	1.0	PS2	1	1	True	True	1.0	103					non-mobilizable	no_good_hit	2622.0	92.98200000000001	2.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	True
ISR0774_000000006796	3571	0.9376718704712421	3	2	2	2	2	False	80688	maximal	True	ISR0774_000000006796	1.0		4	3	False	False	0.9980397820472717	0					non-mobilizable	chromosome	2508.0	99.48200000000001	100.0	0.0006287963643225058	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0021_000000006561	2243	0.9376687816507824	4	3	1	2	3	False	19326	fragment	False	MAD0021_000000006561	1.0		0	0	False	False	0.9848417043685913	0					non-mobilizable	chromosome	2243.0	99.955	100.0	0.00042196173435683207	CP027221.1	enterobacteria	Escherichia coli strain 2015C-3101 chromosome, complete genome	False	False
DEN0005_000000009409	3430	0.9376685290734628	4	4	2	3	3	True	76537	maximal	True	DEN0005_000000009409	1.0		2	2	False	False	0.9973760843276978	0					non-mobilizable	no_good_hit	102.0	84.314	3.0	0.015346838551258441	NZ_FMPG01000025.1	firmicutes	Staphylococcus caeli strain 82B, whole genome shotgun sequence	True	True
AST0024_000000014571	2350	0.9376587059710112	3	3	3	3	2	False	121478	maximal	True	AST0024_000000014571	1.0		2	1	False	False	0.9995744824409485	0					non-mobilizable	no_good_hit	744.0	74.462	33.0	0.00019765202374311835	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0133_01_000000003699	7861	0.9376429139021668	12	7	4	4	7	False	123628	fragment	False	USA0108_01_000000001009	0.28606600153870415		0	0	False	True	1.0	0					non-mobilizable	plasmid	6646.0	99.27799999999999	95.0	0.21394764802472713	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0284_000000000873	7687	0.9376429139021668	10	7	4	4	7	False	123628	fragment	False	USA0108_01_000000001009	0.2016105283738928		0	0	False	True	0.9997398257255554	0					non-mobilizable	plasmid	6953.0	99.84200000000001	92.0	0.22443181818181818	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0077_000000041248	1118	0.9376338537307288	3	2	2	2	1	True	10185	fragment	False	MON0077_000000041248	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	99.195	100.0	0.0025405013225617895	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
FIJ0090_000000011567	3547	0.9376229601174464	5	3	3	3	2	False	43518	maximal	True	FIJ0090_000000011567	1.0		2	1	False	False	0.9997180700302124	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000010155	2799	0.9376073814512847	4	3	3	3	2	True	27821	fragment	False	ISR0223_000000010155	1.0		0	0	False	False	0.9957127571105957	0					non-mobilizable	no_good_hit								True	True
SPA0141_000000012731	1795	0.9375923290916232	4	4	1	4	3	True	106415	fragment	False	SPA0141_000000012731	0.9795728655618934		0	0	False	False	0.9899721741676331	0					non-mobilizable	chromosome	1795.0	99.944	100.0	0.00042421737333304325	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
ISR0308_000000015327	1247	0.9375800115678804	2	2	2	2	2	False	47612	fragment	False	FIJ0038_000000027104	0.9502909694693011		0	0	False	False	0.9991980791091919	0					non-mobilizable	chromosome	1247.0	99.198	100.0	0.0003487313428031899	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0036_000000001341	19116	0.9375777185688864	11	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9546882356395267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	91.0	1.0	5.228438758843331e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0358_000000011246	1742	0.9375691920980672	2	2	0	2	2	False	103811	fragment	False	ISR0358_000000011246	1.0		0	0	False	False	0.9971297383308411	0		MOBP,MOBP			mobilizable	plasmid	1742.0	98.27799999999999	100.0	0.21929714069782089	KU932034.1	enterobacteria	Escherichia coli plasmid pEC16II, complete sequence	False	True
MON0087_000000000881	25534	0.9375543135028771	33	15	3	8	8	False	91527	fragment	False	MON0087_000000000881	0.9640206650539178		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1877.0	75.28	18.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
CAN0018_000000006337	5349	0.9375533753399612	7	6	2	2	6	True	92301	fragment	False	CAN0018_000000006337	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	4993.0	99.199	93.0	0.6008909222248977	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
CHI0154_000000004962	5515	0.9375532722485808	12	4	2	4	2	True	110679	fragment	False	CAN0012_000000009407	0.5038403384122413		0	0	False	False	0.9874886870384216	0					non-mobilizable	other	3707.0	98.624	99.0	0.0009924378166475151	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0031_000000027229	1269	0.9375515068862128	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.11079158153790475		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	98.661	100.0	0.0036399830191493512	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
MAD0088_000000003149	5607	0.9375400751498778	14	4	1	3	3	False	15919	maximal	True	MAD0088_000000003149	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0039_000000043925	1142	0.9375393182167716	2	1	1	1	1	True	65001	fragment	False	ENG0038_000000023619	0.3205944798301486		0	0	False	False	0.9246935248374939	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.43050414594611e-05	NZ_FNEM01000004.1	g-proteobacteria	Ferrimonas sediminum strain DSM 23317, whole genome shotgun sequence	True	True
FIJ0066_000000009121	3432	0.9375382421638728	4	3	3	2	3	False	45362	fragment	False	FIJ0066_000000009121	1.0		0	0	False	False	0.9956293702125549	0					non-mobilizable	no_good_hit	838.0	76.014	24.0	0.000263503945292284	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
CHI0025_000000001833	6433	0.937533570049909	7	5	4	4	5	False	94157	maximal	True	CHI0025_000000001833	1.0		46	9	False	False	1.0	0					non-mobilizable	chromosome	5034.0	96.961	100.0	0.0007757774922796035	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0069_000000005743	5033	0.937522217621138	6	5	4	4	4	True	128138	maximal	True	DEN0069_000000005743	1.0		1	1	False	False	0.9930459260940552	0					non-mobilizable	no_good_hit	1412.0	85.26899999999999	69.0	0.2281072298943948	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0293_000000011406	3212	0.93750816831552	4	1	1	1	1	False	74107	maximal	True	ISR0293_000000011406	1.0		4	3	False	False	0.9996886849403381	0					non-mobilizable	no_good_hit								True	False
USA0071_01_000000008913	1231	0.9375060104597416	3	3	3	2	1	False	77311	fragment	False	USA0071_01_000000008913	0.9530372308945411		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	100.0	98.0	0.0022149861103445737	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
CHI0182_000000025871	1133	0.9375060104597416	3	3	3	2	1	False	77311	fragment	False	USA0071_01_000000008913	0.9259648050426054		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	98.764	100.0	0.0038921476265463724	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
SPA0051_000000012254	2039	0.9375058539976502	3	3	2	3	2	True	124655	fragment	False	MON0028_000000011662	0.7267918538189979		0	0	False	False	0.9995095729827881	0					non-mobilizable	other	2052.0	83.869	100.0	0.0006349516459900361	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0053_000000005694	5427	0.9375022227420714	5	5	4	5	4	False	131413	fragment	False	ISR0058_000000003113	0.43311166281245767		0	0	False	False	0.9992629289627075	0					non-mobilizable	no_good_hit	807.0	74.597	15.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
CHI0135_000000008960	2244	0.9375000365710591	4	2	2	2	1	False	80678	fragment	False	FIJ0164_000000009784	0.9613588110403397		0	0	False	False	0.9866310358047485	0					non-mobilizable	no_good_hit	590.0	84.915	26.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0050_000000011313	2296	0.937489351929154	2	1	1	1	1	False	6590	maximal	True	SPA0050_000000011313	1.0		14	6	False	False	0.9952090382575989	0					non-mobilizable	no_good_hit	432.0	77.083	19.0	0.00025469697265169096	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0279_000000006883	2934	0.9374853191991069	4	3	3	3	1	False	119263	fragment	False	ISR0293_000000011332	0.4282457871495689		0	0	False	False	0.9925016760826111	0					non-mobilizable	chromosome	2960.0	94.662	100.0	0.000786262962351564	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0038_000000003133	3535	0.9374840810852966	6	2	1	1	2	False	110761	fragment	False	CHI0038_000000003133	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3455.0	93.256	97.0	0.07639693431957936	NZ_SPFU01000033.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_33_length_44884_cov_22.2797, whole genome shotgun sequence	False	False
ISR0011_000000007633	3401	0.9374826308764354	4	3	3	2	1	False	38259	fragment	False	ISR0011_000000007633	1.0		0	0	False	False	0.998823881149292	0					non-mobilizable	no_good_hit	1188.0	97.98	35.0	0.00041359144412752414	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
MAD0041_000000003068	7618	0.937480902481572	6	5	4	5	3	True	127363	fragment	False	MAD0035_000000002553	0.09624786217954293		0	0	False	False	0.998424768447876	0					non-mobilizable	other	7621.0	97.874	100.0	0.08278447994783175	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0006_000000015145	1238	0.9374793155840454	3	2	2	2	1	False	106069	fragment	False	ISR0344_000000020233	0.21335414902950123		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	95.884	100.0	0.0004310131561800736	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0137_000000013874	2643	0.9374779266711176	5	4	2	3	4	False	126993	fragment	False	ISR0320_000000008290	0.7865300061224022		0	0	False	False	1.0	0					non-mobilizable	chromosome	1858.0	95.53299999999999	100.0	0.0008199204010501339	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0126_000000009640	5034	0.9374771625058798	8	4	2	3	4	False	117447	fragment	False	ISR0126_000000009640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2936.0	100.0	58.0	0.040228073301443276	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
MAD0090_000000000926	11928	0.9374738549398838	8	8	5	8	2	True	129160	fragment	False	MAD0090_000000000926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	87.35600000000001	24.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0121_01_000000005800	7795	0.9374720408511612	8	5	4	4	4	False	63170	fragment	False	USA0121_01_000000005800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	93.807	14.0	0.02147685294348817	NZ_NFHM01000023.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_23, whole genome shotgun sequence	True	False
MON0015_000000016007	2353	0.937470947502394	3	3	1	1	3	True	118124	maximal	True	MON0015_000000016007	1.0		8	2	False	False	0.9983000159263611	0	rep_cluster_1097				non-mobilizable	no_good_hit	1956.0	99.08	83.0	0.21880246222719643	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MON0011_000000020244	2337	0.937470947502394	3	3	1	1	3	True	118144	fragment	False	MON0011_000000020244	1.0		0	0	False	False	0.9982883930206299	0	rep_cluster_1097				non-mobilizable	other	2338.0	96.57799999999999	100.0	0.26360352223978323	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
FIJ0008_000000013036	2191	0.937470947502394	4	3	1	1	3	True	118162	fragment	False	FIJ0008_000000013036	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1931.0	95.598	88.0	0.21743057123504178	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MON0108_000000010990	1980	0.937470947502394	3	3	1	1	3	True	118120	fragment	False	MON0108_000000010990	0.948510292522617		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1899.0	99.895	96.0	0.21242305540011192	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0044_000000013938	1946	0.937470947502394	3	3	1	1	3	True	118120	fragment	False	MON0108_000000010990	0.8936094297748434		0	0	False	False	0.9994861483573914	0	rep_cluster_1097				non-mobilizable	plasmid	1946.0	100.0	100.0	0.21768326804700616	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0037_000000037577	1927	0.937470947502394	3	3	1	1	3	True	118120	fragment	False	MON0108_000000010990	0.8925428472207331		0	0	False	False	0.9989621043205261	0	rep_cluster_1097				non-mobilizable	other	1927.0	96.419	100.0	0.21720478663355158	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
MON0039_000000025050	1921	0.937470947502394	3	3	1	1	3	True	118120	fragment	False	MON0108_000000010990	0.8924425115283898		0	0	False	False	0.9989588856697083	0	rep_cluster_1097				non-mobilizable	plasmid	1922.0	99.896	100.0	0.21499720201454953	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0059_000000020650	1902	0.937470947502394	3	3	1	1	3	True	118120	fragment	False	MON0108_000000010990	0.6289913072267642		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1823.0	99.89	96.0	0.2039171796306659	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AST0029_000000015771	1884	0.937470947502394	3	3	1	1	3	True	118120	fragment	False	MON0108_000000010990	0.6833815922278768		0	0	False	False	0.9904458522796631	0	rep_cluster_1097				non-mobilizable	plasmid	1883.0	98.83200000000001	99.0	0.21052042529378848	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0041_000000018375	1305	0.9374478186862629	2	2	2	2	2	False	64732	fragment	False	SPA0114_000000035544	0.9788519637462236		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	100.0	100.0	0.00037546865196676183	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
ENG0205_000000002195	5534	0.9374432232769524	7	4	2	3	4	False	53999	maximal	True	ENG0205_000000002195	1.0		1	1	False	False	0.9994578957557678	0					non-mobilizable	no_good_hit	1481.0	74.139	26.0	0.0764070852111938	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0334_000000002370	6867	0.9374426316541364	7	5	3	3	5	False	88223	maximal	True	ISR0334_000000002370	1.0		29	6	False	False	1.0	0					non-mobilizable	other	6568.0	97.975	96.0	0.001774812426607153	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0090_000000008111	4783	0.9374415754900454	6	5	3	4	3	False	73809	maximal	True	FIJ0090_000000008111	1.0		1	1	False	False	0.9966548085212708	0					non-mobilizable	no_good_hit	1104.0	95.109	23.0	0.0003740555606705549	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
FIJ0164_000000009784	2355	0.9374394103841354	4	2	2	2	1	False	80678	fragment	False	FIJ0164_000000009784	0.9857397504456329		0	0	False	False	0.9927813410758972	0					non-mobilizable	no_good_hit	676.0	82.396	28.0	0.00018735436344117953	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0121_01_000000005640	8011	0.9374367468373392	17	13	9	10	11	False	125082	maximal	True	USA0121_01_000000005640	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	86.43299999999999	18.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0067_000000013903	1318	0.937431932858896	3	1	1	1	1	False	10581	fragment	False	MON0067_000000013903	1.0		0	0	False	False	0.9924127459526062	0					non-mobilizable	no_good_hit	381.0	91.86399999999999	36.0	5.134707174293137e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0112_000000000719	23468	0.9374305362178188	27	12	10	10	6	False	102645	maximal	True	ISR0112_000000000719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4337.0	96.196	45.0	0.1797296176494982	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
USA0072_01_000000011694	1530	0.9374267694081382	3	3	3	3	2	False	77312	fragment	False	USA0072_01_000000011694	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1530.0	98.49700000000001	100.0	0.0028128851849807753	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
FIJ0121_000000006354	4099	0.9374246609253826	7	6	3	3	6	True	118158	fragment	False	FIJ0121_000000006354	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	4034.0	99.455	98.0	0.45125909345271403	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0383_000000004190	3084	0.9374246609253826	6	6	3	3	6	True	118147	fragment	False	ISR0383_000000004190	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	3085.0	99.935	100.0	0.3451594851706771	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0237_000000004294	2425	0.9374094985131604	2	2	2	2	2	False	51963	fragment	False	ISR0237_000000004294	1.0		0	0	False	False	0.9839175343513489	0					non-mobilizable	no_good_hit	76.0	96.053	3.0	2.129046323506034e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0843_000000003794	4193	0.9373934153679144	4	3	3	3	2	True	96468	maximal	True	ISR0843_000000003794	1.0		39	7	False	False	1.0	0					non-mobilizable	no_good_hit	2781.0	89.788	66.0	0.6670673076923077	NZ_WNCH01000089.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold89_size4160, whole genome shotgun sequence	True	True
ISR0326_000000008056	2337	0.937389032030607	3	2	2	2	2	True	24830	maximal	True	ISR0326_000000008056	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1097.0	71.194	46.0	0.010867816785297784	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
ISR0109_000000007352	4086	0.937387238849206	5	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.3527440951628959		0	0	False	False	0.9977973699569702	0					non-mobilizable	no_good_hit	1036.0	87.259	25.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0025_000000003805	5309	0.9373827787701494	5	4	4	4	2	False	84460	fragment	False	SPA0032_000000004385	0.9549882734981057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.019359145527369826	LR790720.1	tunicates	Phallusia mammillata mRNA for serine/arginine repetitive matrix protein 1 (Srrm1-001 gene)	True	False
FIJ0031_000000003362	6364	0.9373767622994352	7	7	7	6	7	False	79522	maximal	False	MON0004_000000004252	0.9799212001818457		0	0	False	False	1.0	0					non-mobilizable	chromosome	6364.0	99.654	100.0	0.0012364821102628016	CP031817.1	enterobacteria	Klebsiella pneumoniae strain INF235-sc-2280127 chromosome, complete genome	False	False
FIJ0160_000000007980	2249	0.9373712297719182	3	3	2	3	2	False	102309	fragment	False	FIJ0160_000000007980	1.0		0	0	False	False	0.9995553493499756	0					non-mobilizable	no_good_hit	1713.0	76.883	75.0	0.006960233102146346	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
AST0002_000000012523	2890	0.9373673717986868	3	3	1	3	1	False	131989	fragment	False	ENG0120_000000007180	0.9657364282701663		0	0	False	False	1.0	0					non-mobilizable	chromosome	987.0	98.075	98.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
MAD0014_000000026816	1286	0.9373634488303192	2	1	1	1	1	False	19480	maximal	True	MAD0014_000000026816	1.0		0	0	False	False	0.9012441635131836	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000002211	11028	0.9373587819693724	15	10	6	9	10	False	7560	maximal	True	SPA0142_000000002211	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	91.415	17.0	0.0003405934547333682	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0084_000000000575	7915	0.937351967351868	9	4	4	4	1	True	19339	fragment	False	MAD0084_000000000575	1.0		0	0	False	False	0.9998736381530762	0					non-mobilizable	no_good_hit	87.0	100.0	1.0	3.034701101349489e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0096_000000027423	1170	0.9373511458404288	2	2	2	2	1	False	91012	fragment	False	ISR0276_000000005364	0.1684922181643436		0	0	False	False	0.9948717951774597	0					non-mobilizable	other	1163.0	99.914	99.0	0.011140512348519711	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
FIJ0099_000000003331	6790	0.9373451173160591	9	5	5	4	2	True	109984	fragment	False	ISR0796_000000002667	0.9300510576221735		0	0	False	False	1.0	0					non-mobilizable	other	5487.0	95.899	92.0	0.0016044684989448988	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0189_000000000533	13451	0.9373376544154672	18	5	3	4	4	True	102497	fragment	False	ISR0189_000000000533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	83.935	8.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0209_000000002655	9973	0.9373343946804854	17	8	5	5	5	True	91639	maximal	True	ISR0209_000000002655	1.0	PS483	1	1	True	True	0.9983956813812256	10					non-mobilizable	no_good_hit	2463.0	83.475	44.0	0.19685356998789835	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0062_000000016614	1466	0.9373270453010122	3	3	3	3	2	False	63190	maximal	True	ENG0062_000000016614	1.0		18	6	False	False	0.9836289286613464	0					non-mobilizable	chromosome	1470.0	87.755	99.0	0.0006524231361203672	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0193_000000002819	8871	0.9373143148947752	8	3	1	2	2	False	71711	maximal	True	ISR0193_000000002819	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	86.20700000000001	2.0	5.5262120177060944e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0075_000000005180	3594	0.937305743865477	5	3	3	2	3	False	44604	maximal	True	FIJ0075_000000005180	1.0		3	3	False	False	0.9966611266136169	0					non-mobilizable	no_good_hit	54.0	90.741	1.0	1.5363452002212336e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
AUS0002_000000018823	1947	0.9373021228718776	2	2	0	1	2	False	102921	fragment	False	AUS0002_000000018823	0.9951866349557122		0	0	False	False	0.984078049659729	0					non-mobilizable	plasmid	1947.0	96.045	100.0	0.8606811145510835	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0255_000000017119	1878	0.9373021228718776	2	2	0	1	2	False	102921	fragment	False	AUS0002_000000018823	0.9778958302064588		0	0	False	False	0.9989350438117981	0					non-mobilizable	plasmid	1878.0	96.219	100.0	0.8301636444051305	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ENG0171_000000012853	1865	0.9373021228718776	2	2	0	1	2	False	102921	fragment	False	AUS0002_000000018823	0.9722237264068639		0	0	False	False	1.0	0					non-mobilizable	other	1013.0	96.249	100.0	0.4200913242009132	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
ENG0058_000000020091	1696	0.9373021228718776	2	2	0	1	2	False	72003	fragment	False	ENG0058_000000020091	0.9866013071895425		0	0	False	False	0.9952830076217651	0					non-mobilizable	plasmid	1697.0	97.99600000000001	100.0	0.7408226448474127	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
MAD0064_000000014683	1530	0.9373021228718776	2	2	0	1	2	False	72003	fragment	False	ENG0058_000000020091	0.9386792452830188		0	0	False	False	1.0	0					non-mobilizable	plasmid	1530.0	96.14399999999999	100.0	0.6669615214506855	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
MAD0074_000000003243	1513	0.9373021228718776	2	2	0	1	2	False	72001	fragment	False	MAD0074_000000003243	0.9377251064056035		0	0	False	False	0.969596803188324	0					non-mobilizable	plasmid	1513.0	95.96799999999999	100.0	0.6594427244582043	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
DEN0057_000000005459	1513	0.9373021228718776	2	2	0	1	2	False	72001	fragment	False	MAD0074_000000003243	0.6497025776602775		0	0	False	False	0.976867139339447	0					non-mobilizable	plasmid	1509.0	95.759	99.0	0.6669615214506855	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
AUS0010_000000004202	5205	0.9373019910791466	7	7	7	7	6	False	129757	maximal	True	AUS0010_000000004202	1.0	PS1061	38	4	False	True	1.0	0					non-mobilizable	no_good_hit	3151.0	98.794	69.0	0.0008872954298926615	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0200_000000018191	1388	0.9372988749138657	3	3	1	3	2	False	78242	fragment	False	ISR0022_000000017797	0.3554418753942695		0	0	False	False	0.9978386163711548	0					non-mobilizable	chromosome	672.0	89.881	93.0	0.00022450829485781758	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0815_000000021938	1405	0.9372966076125075	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.6861603096242672		0	0	False	False	0.9807829260826111	0					non-mobilizable	other	1405.0	100.0	100.0	0.0005921284868207129	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
AST0140_000000015089	1914	0.9372958947627212	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.39110125189914574		0	0	False	False	0.9979101419448853	0					non-mobilizable	other	1917.0	98.01799999999999	100.0	0.01362790332817503	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
SPA0035_000000001857	7472	0.9372901376834364	13	5	3	5	1	True	35573	fragment	False	SPA0035_000000001857	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2577.0	93.83	76.0	0.04563499096161344	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0138_000000002922	6876	0.9372901376834364	11	5	3	5	1	True	35575	maximal	True	SPA0138_000000002922	1.0		3	1	False	False	0.9984002113342285	0					non-mobilizable	no_good_hit	3151.0	90.54299999999999	87.0	0.055594938503526745	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AST0113_000000001175	19807	0.9372881758923473	29	11	8	10	6	True	132589	fragment	False	SPA0046_000000000570	0.31077938400382765		0	0	False	False	1.0	0					non-mobilizable	other	15202.0	97.15799999999999	95.0	0.0874699045007891	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0136_000000009339	4099	0.937288139122045	4	4	4	4	3	False	114946	fragment	False	MON0060_000000005527	0.5835885235987205		0	0	False	False	0.9995120763778687	0					non-mobilizable	no_good_hit	259.0	74.131	6.0	0.001058927427894576	NZ_PDLO01000006.1	CFB group bacteria	Lewinella marina strain MKG-38 contig6, whole genome shotgun sequence	True	False
ISR0125_000000007011	2146	0.9372742146808992	3	3	3	2	1	False	32044	fragment	False	ISR0125_000000007011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	86.95700000000001	4.0	0.00024570555294549655	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
ISR0363_000000005722	3267	0.9372706697711242	6	4	4	3	3	False	42460	fragment	False	MON0024_000000012766	0.9571227080394923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	79.72800000000001	60.0	0.035484170027349	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0117_000000004647	7710	0.9372655222466324	11	8	6	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.7530545893770654	PS872	0	0	False	True	1.0	0					non-mobilizable	plasmid	7314.0	99.986	100.0	0.9108232656619754	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
AST0005_000000005763	5067	0.9372640434102696	4	2	1	2	1	True	128675	fragment	False	AST0005_000000005763	1.0		0	0	False	False	0.9978290796279907	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000002376	16577	0.9372629649959876	11	7	6	5	4	True	98633	fragment	False	CAN0007_000000002376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.228	7.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
CAN0008_000000001446	16369	0.9372629649959876	12	7	6	5	4	True	98633	fragment	False	CAN0007_000000002376	0.9937262472099897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.228	7.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0109_000000014506	2233	0.9372594763390122	3	3	3	3	1	True	59684	fragment	False	ISR0109_000000014506	0.9938483685521462		0	0	False	False	1.0	0					non-mobilizable	other	2233.0	99.91	100.0	0.0010206312000373135	CP002220.1	high GC Gram+	Bifidobacterium bifidum S17, complete genome	False	True
SPA0063_000000003172	5447	0.9372557787571092	10	4	3	4	2	False	6132	maximal	True	SPA0063_000000003172	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0003946274294251124	NZ_LGPD01000041.1	firmicutes	Virgibacillus soli strain PL205 scaffold000041, whole genome shotgun sequence	True	False
AST0026_000000006080	5082	0.9372511182865516	6	3	3	3	3	False	119553	fragment	False	AST0026_000000006080	1.0		0	0	False	False	0.9998032450675964	0					non-mobilizable	no_good_hit	641.0	77.37899999999999	13.0	0.0002036065898105146	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
ENG0191_000000015677	2001	0.9372402720037196	2	2	2	2	2	False	67875	fragment	False	USA0034_01_000000026100	0.9842537917341158		0	0	False	False	0.9970015287399292	0					non-mobilizable	other	2001.0	99.95	100.0	0.00037898354339759504	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
MON0090_000000003679	12059	0.9372358411551166	12	8	5	7	8	False	101630	maximal	True	MON0090_000000003679	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	79.564	11.0	0.00015343985858982633	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0194_000000005187	5111	0.9372261041614376	5	3	2	3	2	False	54550	maximal	True	ENG0194_000000005187	1.0		5	2	False	False	0.9998043179512024	0					non-mobilizable	no_good_hit	1706.0	99.941	33.0	0.0005097234608219971	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0012_000000015120	1542	0.9372217745682602	1	1	1	1	1	False	67043	maximal	True	ENG0012_000000015120	1.0		2	2	False	False	0.996757447719574	0					non-mobilizable	other	1450.0	81.10300000000001	92.0	0.0003177547946052198	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	False
ISR0236_000000000963	7223	0.9372200849073764	10	6	4	5	5	True	116606	maximal	True	ISR0236_000000000963	1.0	PS778|PS779|PS781	21	4	True	True	1.0	145		MOBP			mobilizable	no_good_hit	2977.0	99.96600000000001	80.0	0.514878892733564	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	True	True
ENG0006_000000012441	1824	0.9372199075654596	2	2	2	2	1	False	106107	fragment	False	ENG0006_000000012441	1.0		0	0	False	False	0.9709429740905762	0					non-mobilizable	chromosome	1639.0	97.071	100.0	0.0005752953352580131	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0103_000000004589	5430	0.9372157043230718	6	6	6	5	5	False	99703	fragment	False	AUS0020_000000004845	0.9477013542409123		0	0	False	False	0.9944751262664795	0					non-mobilizable	no_good_hit	316.0	77.215	6.0	0.00011152272847504107	NC_013891.1	firmicutes	Listeria seeligeri serovar 1/2b str. SLCC3954, complete genome	True	False
FIJ0099_000000009121	2453	0.9372115392783082	3	1	0	1	1	True	42790	maximal	True	FIJ0099_000000009121	1.0		1	1	False	False	0.9930697083473206	0					non-mobilizable	no_good_hit	745.0	74.094	30.0	0.22142410993129294	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
MAD0005_000000013318	2202	0.9372115392783082	2	1	0	1	1	True	19962	fragment	False	MAD0005_000000013318	1.0		0	0	False	False	0.9913714528083801	0					non-mobilizable	no_good_hit	347.0	76.081	16.0	0.06966795681401508	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0391_000000006636	2163	0.9372115392783082	3	1	0	1	1	True	99903	fragment	False	ISR0391_000000006636	1.0		0	0	False	False	0.9731854200363159	0					non-mobilizable	no_good_hit	705.0	72.766	32.0	0.11592980087748903	CP031099.1	firmicutes	Clostridium botulinum strain CFSAN034202 plasmid p2_CFSAN034202, complete sequence	True	True
MAD0105_000000018572	1976	0.9372115392783082	2	1	0	1	1	True	14819	maximal	True	MAD0105_000000018572	1.0		1	1	False	False	0.998481810092926	0	rep_cluster_806				non-mobilizable	no_good_hit	1068.0	92.603	54.0	0.2773874577153266	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
ISR0120_000000023524	1522	0.9372115392783082	3	1	0	1	1	True	32251	fragment	False	ISR0120_000000023524	1.0		0	0	False	False	0.9763469099998474	0					non-mobilizable	no_good_hit	302.0	79.47	20.0	0.09369144284821987	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
AUS0018_000000018674	1517	0.9372115392783082	2	1	0	1	1	True	99902	fragment	False	AUS0018_000000018674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	72.766	46.0	0.11592980087748903	CP031099.1	firmicutes	Clostridium botulinum strain CFSAN034202 plasmid p2_CFSAN034202, complete sequence	True	True
ISR0324_000000028243	1099	0.9372115392783082	1	1	0	1	1	True	24888	fragment	False	ISR0324_000000028243	1.0		0	0	False	False	0.973612368106842	0					non-mobilizable	no_good_hit	299.0	79.264	27.0	0.09275452841973766	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0299_000000000577	8683	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9933609413339057	PS865	0	0	True	True	0.9993090033531189	4					non-mobilizable	no_good_hit	814.0	88.329	51.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0201_000000002967	8275	0.9372084453079632	10	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9961517509401294	PS865	0	0	True	True	0.9998791813850403	79					non-mobilizable	no_good_hit	814.0	88.329	47.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CAN0008_000000003282	8275	0.9372084453079632	10	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9958993589269681	PS865	0	0	True	True	1.0	204					non-mobilizable	no_good_hit	624.0	88.462	45.0	0.05026220250100847	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CAN0007_000000005185	8275	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9958964494034129	PS865	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	786.0	88.804	47.0	0.06333198870512304	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0224_000000002696	8256	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9961268837355115	PS865	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	814.0	88.206	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0040_000000002566	8256	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9951154018329978	PS865	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0258_000000001328	8256	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9950972079065797	PS865	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	814.0	88.206	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0112_000000003001	8255	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9959480267950063	PS865	0	0	True	True	0.9998788833618164	26					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0093_000000004819	8255	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9952466066613384	PS865	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0296_000000002580	8255	0.9372084453079632	11	6	3	4	5	True	122256	maximal	True	ISR0296_000000002580	0.9962895807956965	PS865	20	6	True	True	1.0	78					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0086_000000002780	8247	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9940827592255045	PS865	0	0	True	True	0.9998787641525269	39					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0200_000000002200	8243	0.9372084453079632	10	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.996280787558493	PS865	0	0	True	True	0.9998787045478821	14					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0161_000000003257	8236	0.9372084453079632	10	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9952954987817704	PS865	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0344_000000003129	8235	0.9372084453079632	10	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.996169721489048	PS865	0	0	True	True	0.9997571110725403	30					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0131_000000003460	8235	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9962474272128561	PS865	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0346_000000001877	8235	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9952179533343646	PS865	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1229.0	78.6	48.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0090_000000002265	8234	0.9372084453079632	10	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9949473584746005	PS865	0	0	True	True	0.9997571110725403	4					non-mobilizable	no_good_hit	814.0	87.961	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0322_000000000934	8216	0.9372084453079632	10	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9952762559782502	PS865	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AUS0022_000000004247	8200	0.9372084453079632	10	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9957256919253222	PS865	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	814.0	88.329	45.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0801_000000000839	8199	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9937774411543588	PS865	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0115_000000003334	8170	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9883847923564588	PS865	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0105_000000002148	8168	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.989877014228902	PS865	0	0	True	True	1.0	85					non-mobilizable	no_good_hit	902.0	85.588	42.0	0.09699719161806006	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0793_000000001338	8120	0.9372084453079632	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9889669701139152	PS865	0	0	True	True	0.9996305704116821	5					non-mobilizable	no_good_hit	814.0	88.329	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0031_000000010240	2911	0.93720297624031	4	4	4	4	3	False	71270	maximal	True	SPA0031_000000010240	1.0		1	1	False	False	0.98591548204422	0					non-mobilizable	no_good_hit	381.0	71.916	13.0	0.00023999037464878084	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
ISR0203_000000008007	2140	0.9372029450833704	3	1	1	1	1	False	117668	fragment	False	ISR0109_000000015226	0.9882156416345119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	99.459	9.0	0.017738359201773836	NZ_JAAITI010000060.1	firmicutes	Blautia luti strain MSK.16.34 NODE_60_length_10373_cov_136.704, whole genome shotgun sequence	True	False
ISR0849_000000013154	2087	0.9372029450833704	3	1	1	1	1	False	117668	fragment	False	ISR0109_000000015226	0.9835067716588454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	94.245	7.0	0.0004205890721062853	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0359_000000013033	2044	0.9372029450833704	3	1	1	1	1	False	117668	fragment	False	ISR0109_000000015226	0.9833472997572049		0	0	False	False	0.9985322952270508	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	4.0	1.3776497000905805e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0117_000000013169	2037	0.9372029450833704	3	1	1	1	1	False	117668	fragment	False	ISR0109_000000015226	0.9818398172335956		0	0	False	False	0.992145299911499	0					non-mobilizable	no_good_hit	95.0	94.73700000000001	5.0	0.0004113785557986871	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0224_000000015018	2028	0.9372029450833704	3	1	1	1	1	False	117668	fragment	False	ISR0109_000000015226	0.9794312313590842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	4.0	1.3776497000905805e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ENG0006_000000011551	1969	0.9372029450833704	3	1	1	1	1	False	117668	fragment	False	ISR0109_000000015226	0.9478134037404917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	94.03	3.0	0.00020101683593315108	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0247_000000007100	1944	0.9372029450833704	3	1	1	1	1	False	117668	fragment	False	ISR0109_000000015226	0.9438977203679988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	94.505	5.0	0.0003938730853391685	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0204_000000007664	1575	0.9372029450833704	3	1	1	1	1	False	117662	fragment	False	ISR0204_000000007664	1.0		0	0	False	False	0.9974603056907654	0					non-mobilizable	no_good_hit								True	False
ISR0842_000000019474	1209	0.9372029450833704	2	1	1	1	1	False	117661	fragment	False	ISR0842_000000019474	0.9890430410408664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	92.0	6.0	0.00022266480287979812	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0029_000000025042	1167	0.9372029450833704	1	1	1	1	1	False	117661	fragment	False	ISR0842_000000019474	0.9785111806504884		0	0	False	False	0.9974293112754822	0					non-mobilizable	no_good_hit	64.0	95.31200000000001	5.0	0.00019173913581315948	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0097_000000007243	3661	0.937202771480535	5	2	2	2	1	False	81268	fragment	False	ISR0097_000000007243	1.0		0	0	False	False	0.9928981065750122	0					non-mobilizable	no_good_hit	152.0	76.316	4.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
CHI0025_000000001284	8698	0.9372000156501435	9	9	9	7	7	False	101279	fragment	False	CHI0025_000000001284	1.0		0	0	False	False	0.9981604814529419	0					non-mobilizable	other	8044.0	99.913	92.0	0.003277010688278178	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0043_000000000662	8725	0.9371986693748372	14	14	2	6	14	True	98232	backbone	False	ENG0095_000000002427	0.4086302889902886	PS545	0	0	False	True	0.9991977214813232	0					non-mobilizable	plasmid	8725.0	99.943	100.0	0.1844592451633365	CP053252.2	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-5, complete sequence	False	True
ISR0216_000000000005	213931	0.9371923514842416	258	67	46	61	44	True	92706	maximal	True	ISR0216_000000000005	1.0	PS104|PS489	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	4354.0	91.249	19.0	0.001176448639269915	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0383_000000000507	13092	0.9371919750970108	19	9	6	8	7	True	126208	backbone	False	ISR0395_000000002325	0.6197549951392203	PS943|PS946|PS949	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1603.0	73.113	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
TAN0007_000000000012	110857	0.937190550189624	104	45	28	42	25	True	75273	maximal	True	TAN0007_000000000012	1.0		2	1	False	False	0.9999639391899109	0					non-mobilizable	no_good_hit	2640.0	89.12899999999999	3.0	0.10873351579995023	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	True
SPA0115_000000025707	1139	0.9371890448202672	2	1	1	1	1	False	36325	fragment	False	ISR0042_000000029269	0.9491746307558645		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	95.435	100.0	0.0005585010186018138	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
CHI0126_000000001828	7630	0.9371840786438438	10	9	5	7	7	False	119744	fragment	False	CHI0126_000000001828	1.0		0	0	False	False	0.9998689293861389	0					non-mobilizable	chromosome	5514.0	98.821	100.0	0.0009982924183737957	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
FIJ0115_000000001443	14558	0.9371785430546532	14	13	13	13	12	False	83687	fragment	False	FIJ0115_000000001443	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	14559.0	99.478	100.0	0.0027359817115089773	CP018306.1	enterobacteria	Klebsiella pneumoniae strain 459 chromosome, complete genome	False	False
CHI0145_000000006801	2762	0.9371673276492912	3	3	3	3	3	False	127029	fragment	False	ISR0382_000000004666	0.9635520794995064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	97.23299999999999	65.0	0.006927821763947708	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0051_000000003712	10912	0.9371610905164786	16	7	4	7	3	False	108296	fragment	False	ISR0051_000000003712	1.0		0	0	False	False	0.9989919066429138	0					non-mobilizable	no_good_hit								True	False
ISR0841_000000002049	5756	0.9371420153750314	6	5	2	2	3	True	118389	maximal	True	ISR0841_000000002049	1.0	PS778	10	7	False	True	1.0	0					non-mobilizable	no_good_hit	2925.0	96.65	51.0	0.6107396573338905	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	True	True
MON0052_000000000987	14788	0.9371350733240136	10	7	4	7	5	False	117733	maximal	True	MON0052_000000000987	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3155.0	95.277	87.0	0.0005851835176779145	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
ISR0099_000000002851	7467	0.9371317307788306	12	7	6	7	3	False	65977	maximal	True	ISR0099_000000002851	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3197.0	99.406	55.0	0.029297985075995087	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
ISR0146_000000014529	2736	0.9371299965422538	3	3	2	2	2	False	31019	fragment	False	ISR0146_000000014529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2038.0	95.633	74.0	0.08329242349860906	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0166_000000004853	3626	0.937124738040826	7	4	0	2	3	False	130027	fragment	False	ISR0166_000000004853	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1354.0	95.71600000000001	47.0	0.26916185546486165	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0118_000000002623	4851	0.9371244784981486	5	3	1	2	3	False	132250	backbone	True	ISR0118_000000002623	1.0	PS1081|PS1150|PS1151|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	24	3	True	True	1.0	19	rep_cluster_475				non-mobilizable	plasmid	3627.0	99.338	99.0	0.6792877225866917	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
SPA0151_000000003512	4798	0.9371244784981486	5	3	1	2	3	False	132249	backbone	False	CHI0074_000000003162	0.6245571324678526	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4668.0	99.979	97.0	0.7159073477527228	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0150_000000003769	4739	0.9371244784981486	5	3	1	2	3	False	132249	backbone	False	CHI0074_000000003162	0.6233527104400821	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4739.0	99.958	100.0	0.7267985887406044	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0024_000000004497	4541	0.9371244784981486	5	3	1	2	3	False	132249	backbone	False	CHI0074_000000003162	0.5261938190730107	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4541.0	99.978	100.0	0.6964258321828501	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0164_000000005415	4418	0.9371244784981486	5	3	1	2	3	False	132249	backbone	False	CHI0074_000000003162	0.6080270328597995	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4341.0	99.977	98.0	0.6657462801043105	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0033_000000006619	4265	0.9371244784981486	5	3	1	2	3	False	132249	backbone	False	CHI0074_000000003162	0.4343486554508942	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	13	rep_cluster_475				non-mobilizable	other	4264.0	99.977	99.0	0.6539346525540727	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0010_000000004481	8408	0.9371208457179008	9	4	3	3	4	False	89679	maximal	True	DEN0010_000000004481	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	86.99799999999999	6.0	0.00014170613513514422	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0163_000000020064	1238	0.9371180713470351	2	2	2	2	1	False	39125	maximal	True	FIJ0163_000000020064	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	83.721	7.0	0.00016938243165418883	NZ_BAYX01000005.1	a-proteobacteria	Agrobacterium rhizogenes NBRC 13257, whole genome shotgun sequence	True	False
MON0027_000000026843	1535	0.937111730934854	2	1	1	1	1	True	12633	maximal	True	MON0027_000000026843	1.0		2	2	False	False	0.9680781960487366	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	5.124974995081677e-05	NZ_NMUL01000007.1	high GC Gram+	Amycolatopsis vastitatis strain H5 contig00007, whole genome shotgun sequence	True	True
ISR0179_000000003598	7153	0.9371111685938452	5	2	1	2	1	False	87777	maximal	True	ISR0179_000000003598	1.0		5	2	True	True	1.0	35					non-mobilizable	no_good_hit	220.0	84.09100000000001	3.0	6.815871134596415e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
FIJ0018_000000008928	3037	0.9371022399588209	3	1	1	1	1	False	50012	maximal	True	FIJ0018_000000008928	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0146_000000005735	4320	0.937097227820655	8	3	2	1	2	False	94129	fragment	False	ENG0146_000000005735	1.0		0	0	False	False	0.9976851940155029	0					non-mobilizable	other	4352.0	93.29	100.0	0.00967964866130147	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0077_000000014793	1943	0.937097227820655	3	3	2	1	2	False	94125	fragment	False	USA0093_01_000000008878	0.9512373914015795		0	0	False	False	1.0	0					non-mobilizable	chromosome	1957.0	93.868	100.0	0.0003010318780890256	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0033_000000004823	5418	0.9370951828476723	6	2	1	2	2	False	65531	fragment	False	ENG0033_000000004823	1.0		0	0	False	False	0.9964931607246399	0					non-mobilizable	no_good_hit	325.0	76.308	6.0	0.0654994850669413	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
SPA0034_000000009574	3751	0.9370918030030088	4	3	2	2	1	True	118393	fragment	False	SPA0034_000000009574	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	3324.0	99.729	97.0	0.29388874148757405	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
USA0011_01_000000008378	4509	0.9370793301601632	5	2	1	2	2	True	2028	maximal	True	USA0011_01_000000008378	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	83.146	4.0	3.8120562632753186e-05	NZ_MCGV01000001.1	firmicutes	Clostridium pasteurianum strain GL11 contig.1, whole genome shotgun sequence	True	True
ISR0222_000000014200	3979	0.9370763594476048	4	4	3	4	2	False	120285	fragment	False	ISR0222_000000014200	0.9239794226198722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	80.0	3.0	0.0008143376831425425	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MON0049_000000004374	4538	0.9370661101342159	8	6	2	3	4	True	11370	fragment	False	MON0049_000000004374	1.0		0	0	False	False	0.9995592832565308	0					non-mobilizable	other	4300.0	82.302	93.0	0.0013497566923457113	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	False	True
DEN0073_000000038826	1382	0.9370660645308764	3	2	2	1	1	False	70097	maximal	True	DEN0073_000000038826	1.0		1	1	False	False	0.9862518310546875	0					non-mobilizable	no_good_hit	107.0	94.39299999999999	8.0	2.6597132728725305e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MAD0027_000000009501	1295	0.9370575269840056	2	2	2	2	2	False	19030	fragment	False	MAD0027_000000009501	0.9775413711583925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	350.0	94.0	27.0	0.00018582622516783267	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0024_000000000658	20541	0.9370536412037114	21	13	10	12	8	False	42694	maximal	True	SPA0024_000000000658	1.0		1	1	False	False	0.9994645118713379	0					non-mobilizable	no_good_hit	5466.0	95.664	27.0	0.15055126791620727	NZ_CABKPS010000031.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0807_000000007928	1780	0.9370529101032344	3	1	1	1	1	False	21762	fragment	False	ISR0807_000000007928	1.0		0	0	False	False	0.9949437975883484	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000022144	1381	0.9370529101032344	2	1	1	1	1	False	8161	fragment	False	SPA0008_000000022144	1.0		0	0	False	False	0.9963794350624084	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000018920	2271	0.9370515176369344	4	2	2	2	2	True	76898	maximal	True	DEN0001_000000018920	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0093_000000017724	2445	0.937048961088682	4	4	2	3	3	False	9816	maximal	True	MON0093_000000017724	1.0		1	1	False	False	0.986094057559967	0					non-mobilizable	no_good_hit	1971.0	97.311	81.0	0.02213947418748805	CP041679.1	enterobacteria	Escherichia coli strain ESBL 15 plasmid unnamed1, complete sequence	True	False
DEN0001_000000001859	13923	0.9370487133202404	21	12	7	8	9	False	76996	maximal	True	DEN0001_000000001859	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	95.59700000000001	9.0	0.011938726988655663	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0157_000000018983	1671	0.937046426767474	2	2	1	2	1	False	30544	maximal	True	ISR0157_000000018983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	80.19800000000001	6.0	4.572036782950326e-05	NZ_CP016766.1	firmicutes	Lactobacillus agilis strain La3 chromosome, complete genome	True	False
FIJ0008_000000003860	7003	0.937044409284456	7	3	2	2	3	False	92477	fragment	False	FIJ0008_000000003860	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3108.0	91.667	96.0	0.12686139747995417	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0140_000000010821	2001	0.937037218136444	3	2	2	2	2	False	130870	maximal	True	SPA0140_000000010821	1.0	PS1128	4	2	False	True	0.9990004897117615	0					non-mobilizable	no_good_hit	1731.0	85.15299999999999	86.0	0.020394177143397297	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
SPA0070_000000010551	2001	0.937037218136444	3	2	2	2	2	False	130872	maximal	True	SPA0070_000000010551	1.0	PS1128	11	4	False	True	0.9985007643699646	0					non-mobilizable	no_good_hit	1681.0	81.797	87.0	0.0007690715897102379	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
SPA0086_000000007845	1771	0.937037218136444	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.4984099483402544	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1731.0	85.32600000000001	97.0	0.020394177143397297	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0071_000000012459	1738	0.937037218136444	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.5036848429981239	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1732.0	85.277	99.0	0.020405993005009924	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0058_000000017844	1731	0.937037218136444	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.5037724487437363	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1732.0	85.277	99.0	0.020405993005009924	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0005_000000016791	1722	0.937037218136444	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.5036953134216459	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1731.0	85.26899999999999	99.0	0.020394177143397297	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0002_000000011617	1681	0.937037218136444	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.44755802404802	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1688.0	85.071	99.0	0.019886095094054257	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0131_000000013842	2289	0.937033451908976	3	3	3	3	2	False	128272	fragment	False	AST0099_000000008733	0.7660833066416538		0	0	False	False	0.9925732016563416	0					non-mobilizable	other	2030.0	98.62100000000001	100.0	0.000736131261609865	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CAN0013_000000007839	2880	0.9370315295969373	4	4	2	3	4	False	126993	fragment	False	ISR0320_000000008290	0.9461955734041398		0	0	False	False	1.0	0					non-mobilizable	chromosome	2882.0	96.044	100.0	0.0012711636158445534	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0092_000000007088	2998	0.9370305443478886	4	4	4	3	3	False	102241	fragment	False	SPA0089_000000012869	0.6195017403670752		0	0	False	False	0.993328869342804	0					non-mobilizable	other	2998.0	99.7	100.0	0.007948653343765334	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0005_000000011973	2706	0.9370305443478886	4	4	4	3	3	False	102240	fragment	False	FIJ0005_000000011973	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2697.0	96.96	99.0	0.007150340145075522	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0060_000000011997	2452	0.9370230655747882	3	2	2	2	2	False	110576	fragment	False	ENG0060_000000011997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00010408876072692507	NZ_BCTW01000003.1	a-proteobacteria	Novosphingobium lentum NBRC 107847, whole genome shotgun sequence	True	False
ENG0116_000000004711	4689	0.9370210734686386	5	4	4	4	2	False	93375	maximal	True	ENG0116_000000004711	1.0		0	0	False	False	0.9946683645248413	0					non-mobilizable	no_good_hit	2168.0	98.89299999999999	47.0	0.0004933647338243758	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	False
MON0064_000000011833	2267	0.9370122091504124	3	3	2	2	1	False	131382	fragment	False	CAN0022_000000012994	0.9426904267029523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0058_000000014399	3152	0.9370014176263628	1	1	1	1	1	False	11020	fragment	False	MON0058_000000014399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	74.12899999999999	6.0	0.003390499425947187	NZ_BAFS01000040.1	high GC Gram+	Nocardia asiatica NBRC 100129, whole genome shotgun sequence	True	False
ISR0817_000000002050	5625	0.9370011787819174	8	6	6	6	6	False	114966	fragment	False	ISR0817_000000002050	0.9582932923313473		0	0	False	False	0.9991111159324646	0					non-mobilizable	no_good_hit	672.0	76.637	12.0	0.0004756774805932943	NZ_NFEZ01000003.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_2_length_1389597_cov_52.4089, whole genome shotgun sequence	True	False
ISR0074_000000017861	1678	0.9369999964899544	2	2	1	2	0	True	34695	fragment	False	ISR0074_000000017861	0.9964099216710183		0	0	False	False	0.9988080859184265	0					non-mobilizable	no_good_hit	188.0	91.48899999999999	11.0	0.061695809963708347	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
ISR0151_000000013704	1532	0.9369999964899544	2	2	1	2	0	True	34695	fragment	False	ISR0074_000000017861	0.9532181168057211		0	0	False	False	0.9993472695350647	0					non-mobilizable	no_good_hit	718.0	77.577	47.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ITA0006_000000017443	1281	0.9369950706461716	2	2	2	2	2	False	48814	fragment	False	ITA0006_000000017443	0.9921939194741167		0	0	False	False	0.9812646508216858	0					non-mobilizable	chromosome	1281.0	98.751	100.0	0.0003582472863467761	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AUS0004_000000006772	3144	0.9369943178910674	8	1	1	1	1	False	110771	fragment	False	AUS0004_000000006772	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3144.0	100.0	100.0	0.0006876253472311102	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0811_000000007672	1948	0.9369943178910674	2	1	1	1	1	False	110769	fragment	False	ISR0811_000000007672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1500.0	94.133	77.0	0.3334828436869253	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ISR0055_000000007599	1941	0.9369943178910674	2	1	1	1	1	False	110767	fragment	False	ISR0055_000000007599	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1945.0	95.37299999999999	100.0	0.0002971027938740512	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0003_01_000000023517	1614	0.9369943178910674	1	1	1	1	1	False	110765	fragment	False	USA0003_01_000000023517	0.9539662897632946		0	0	False	False	1.0	0					non-mobilizable	chromosome	1614.0	97.522	100.0	0.00024817545650898215	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0336_000000009740	1555	0.9369943178910674	3	1	1	1	1	False	110750	fragment	False	ISR0336_000000009740	1.0		0	0	False	False	0.9993569254875183	0					non-mobilizable	other	1556.0	96.65799999999999	100.0	0.023614743628733045	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	False	False
USA0120_01_000000008829	1492	0.9369943178910674	1	1	1	1	1	False	110765	fragment	False	USA0003_01_000000023517	0.7012623549679668		0	0	False	False	1.0	0					non-mobilizable	chromosome	1492.0	98.12299999999999	100.0	0.00022689256705428623	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0076_000000020063	1321	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.13934106410648203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1320.0	94.848	99.0	0.0002876956193474101	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0070_000000016074	1315	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.1903429346357994		0	0	False	False	0.9878327250480652	0					non-mobilizable	chromosome	1321.0	96.064	100.0	0.0002020175910702378	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0166_000000006046	1281	0.9369943178910674	2	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.15085723220666086		0	0	False	False	1.0	0					non-mobilizable	chromosome	1285.0	95.486	100.0	0.00024387369821211405	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0207_000000023912	1272	0.9369943178910674	2	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.22560210206470813		0	0	False	False	0.9402515888214111	0					non-mobilizable	chromosome	1192.0	96.81200000000001	97.0	0.00026034812701400606	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0205_000000012878	1256	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.12557024594678626		0	0	False	False	1.0	0					non-mobilizable	chromosome	1264.0	92.801	100.0	0.00027456882302737617	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0091_000000006862	1250	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.2440569389345442		0	0	False	False	1.0	0					non-mobilizable	chromosome	1250.0	98.16	100.0	0.00019006627515144432	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0029_000000033225	1247	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.23305089897747105		0	0	False	False	0.9983961582183838	0					non-mobilizable	other	1248.0	97.115	100.0	0.27921058533303433	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
AST0153_000000029665	1187	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.026468743970673354		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	97.13600000000001	100.0	0.000198288361477173	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0198_000000028397	1173	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.11498240714660443		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	96.17	100.0	0.00018032339431402796	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
DEN0087_000000009849	1173	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.1494443302927565		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	93.52600000000001	100.0	0.0014980490523968785	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
DEN0056_000000002600	1172	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.08746507747102379		0	0	False	False	0.9991467595100403	0					non-mobilizable	other	1180.0	92.119	100.0	0.017714859193479714	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	False	False
ISR0399_000000015213	1168	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.0874462314580914		0	0	False	False	0.9965753555297852	0					non-mobilizable	other	1177.0	96.09200000000001	100.0	0.007136918380599234	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
ENG0082_000000018385	1137	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.05056602625307538		0	0	False	False	0.9859278798103333	0					non-mobilizable	chromosome	1076.0	97.398	94.0	0.00023431331431260547	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0152_000000023131	1135	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.11459536471124965		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	94.806	100.0	0.017121829572410437	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	False	False
ISR0155_000000016897	1121	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.12910177105919884		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	97.859	100.0	0.00018741178468728586	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0154_000000018421	1121	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.12910177105919884		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	97.859	100.0	0.00018741178468728586	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0339_000000014224	1111	0.9369943178910674	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.13667861532246858		0	0	False	False	0.9981998205184937	0					non-mobilizable	chromosome	1111.0	95.95	100.0	0.0002426269519819603	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0204_000000012644	1107	0.9369943178910674	2	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.0507388949227335		0	0	False	False	0.9972899556159973	0					non-mobilizable	other	1112.0	94.42399999999999	100.0	0.24848620766988114	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ENG0142_000000031337	1104	0.9369943178910674	2	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.10326080762922482		0	0	False	False	0.9945651888847351	0					non-mobilizable	other	1104.0	98.46	100.0	0.24736488001794124	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
SPA0026_000000025062	1364	0.936990642541277	2	2	1	2	2	True	83759	fragment	False	CHI0162_000000024226	0.9869929111890288		0	0	False	False	1.0	0					non-mobilizable	chromosome	1371.0	98.541	100.0	0.00040418795448985453	LR607365.1	firmicutes	Enterococcus faecalis strain 4928STDY7387719 genome assembly, chromosome: 1	False	True
CHI0162_000000024226	1361	0.936990642541277	2	2	1	2	2	True	83759	fragment	False	CHI0162_000000024226	0.9875971192656324		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	98.465	100.0	0.000403301577396675	LR607365.1	firmicutes	Enterococcus faecalis strain 4928STDY7387719 genome assembly, chromosome: 1	False	True
CHI0120_000000011921	1360	0.936990642541277	2	2	1	2	2	True	83759	fragment	False	CHI0162_000000024226	0.9699311934010113		0	0	False	False	0.9897058606147766	0					non-mobilizable	chromosome	1345.0	98.141	100.0	0.0003965060196822988	LR607365.1	firmicutes	Enterococcus faecalis strain 4928STDY7387719 genome assembly, chromosome: 1	False	True
CHI0132_000000022463	1354	0.936990642541277	2	2	1	2	2	True	83759	fragment	False	CHI0162_000000024226	0.9847508767639788		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	98.45700000000001	100.0	0.00040123336417925617	LR607365.1	firmicutes	Enterococcus faecalis strain 4928STDY7387719 genome assembly, chromosome: 1	False	True
SPA0063_000000015483	1154	0.936989224752986	1	1	0	1	1	False	59638	fragment	False	ENG0112_000000024442	0.9787234042553191		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	1154.0	100.0	100.0	0.2233197753244238	CP023837.1	enterobacteria	Escherichia coli strain 4/2-1 plasmid p4_2_1.3, complete sequence	False	True
MON0039_000000007501	5593	0.9369832201579952	6	4	4	4	2	True	32335	fragment	False	MON0039_000000007501	1.0		0	0	False	False	0.9998211860656738	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00018748677008678823	NZ_WNKZ01000002.1	b-proteobacteria	Massilia buxea strain KCTC 52429 NODE_2_length_165345_cov_37.047023_2, whole genome shotgun sequence	True	True
DEN0065_000000010018	3295	0.9369807792086856	3	3	3	3	3	False	71125	backbone	False	DEN0082_000000009690	0.4749716353760574	PS334	0	0	False	True	0.9984825253486633	0					non-mobilizable	no_good_hit								True	True
ISR0346_000000001747	8726	0.9369769864042882	11	4	4	4	2	False	76667	fragment	False	ISR0346_000000001747	1.0		0	0	False	False	0.9990832209587097	0					non-mobilizable	no_good_hit	440.0	83.86399999999999	5.0	0.010401294806493074	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0037_000000002288	11559	0.9369730788404256	14	10	7	6	6	True	91941	fragment	False	CAN0020_000000002634	0.9884183535783153		0	0	False	False	1.0	0					non-mobilizable	other	8098.0	99.93799999999999	100.0	0.0015247539481749372	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0026_000000002349	11559	0.9369730788404256	15	10	7	6	6	True	91941	fragment	False	CAN0020_000000002634	0.988390515484668		0	0	False	False	1.0	0					non-mobilizable	other	8098.0	99.95100000000001	100.0	0.0015247539481749372	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
FIJ0094_000000010139	1998	0.9369720773751338	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9151347904784234	PS319	0	0	False	True	0.999499499797821	0					non-mobilizable	other	1844.0	93.655	94.0	0.020983240732307132	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
FIJ0091_000000011350	1997	0.9369720773751338	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9151109571212567	PS319	0	0	False	True	1.0	0					non-mobilizable	other	1844.0	93.655	94.0	0.020983240732307132	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
ISR0209_000000015543	1845	0.9369720773751338	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9351558576421736	PS319	0	0	False	True	1.0	0					non-mobilizable	other	1845.0	98.645	100.0	0.02099462610438109	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
SPA0037_000000011516	2153	0.9369618494343284	4	3	3	3	3	False	7080	fragment	False	SPA0037_000000011516	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2153.0	99.303	100.0	0.0003909829733455715	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
MON0061_000000008731	4665	0.9369612505814756	9	7	4	4	6	True	10839	maximal	True	MON0061_000000008731	1.0		1	1	False	False	0.9997856616973877	0					non-mobilizable	no_good_hit	2075.0	100.0	44.0	0.0009618457049229897	AP019192.2	firmicutes	Streptococcus pneumoniae ASP0581 DNA, complete genome	True	True
MAD0043_000000005577	4084	0.9369543080240726	4	4	4	4	4	False	18065	fragment	False	MAD0043_000000005577	0.9949875163262812		0	0	False	False	0.9941233992576599	0					non-mobilizable	no_good_hit	829.0	87.575	68.0	0.00027836335809207667	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0011_000000006659	3846	0.9369523727963652	4	3	3	2	2	False	67221	maximal	True	ENG0011_000000006659	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2511.0	97.212	93.0	0.002586995321961827	NZ_FNVV01000012.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
USA0064_01_000000002299	4045	0.9369412764337912	4	4	4	4	3	False	12441	maximal	True	USA0064_01_000000002299	0.99975442043222		15	5	False	False	1.0	0					non-mobilizable	chromosome	2192.0	99.954	100.0	0.0003093381561835638	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0123_000000003669	4892	0.9369400787010714	5	5	5	5	5	False	112785	maximal	True	ISR0123_000000003669	1.0	PS721	0	0	False	True	0.999386727809906	0					non-mobilizable	no_good_hit	2639.0	73.816	53.0	0.3155393053016453	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0827_000000001805	5432	0.9369385610598971	3	3	3	3	3	False	104485	fragment	False	ISR0827_000000001805	0.9616832988137827		0	0	False	False	1.0	0					non-mobilizable	other	5386.0	94.671	99.0	0.038062969067206145	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0061_000000009934	2158	0.9369191844489986	3	1	1	1	1	False	63260	maximal	True	ENG0061_000000009934	1.0		1	1	False	False	0.9967562556266785	0					non-mobilizable	no_good_hit								True	False
ISR0208_000000008165	3240	0.936918771607438	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.4737934976934543		0	0	False	False	0.9987654089927673	0					non-mobilizable	other	3240.0	98.611	100.0	0.0010070252219841975	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0155_000000009190	2378	0.9369183548460959	3	3	2	3	2	False	56757	fragment	False	ENG0155_000000009190	1.0		0	0	False	False	0.9991589784622192	0					non-mobilizable	other	2378.0	99.664	100.0	0.00044999916701879053	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ISR0013_000000002668	8165	0.936918006390718	10	8	8	4	3	False	38128	maximal	True	ISR0013_000000002668	1.0		12	7	False	False	0.9991427063941956	0					non-mobilizable	no_good_hit	2529.0	99.367	31.0	0.011307976865167584	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0212_000000017067	2074	0.936910051263451	2	2	2	1	1	False	28350	fragment	False	ISR0212_000000017067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	73.789	45.0	0.0015456256484782103	AP014926.1	CFB group bacteria	Prevotella intermedia DNA, chromosome 1, complete genome, strain: 17-2	True	False
MAD0093_000000016142	1955	0.936910051263451	2	2	2	1	1	False	15670	fragment	False	MAD0093_000000016142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	74.913	29.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
MON0001_000000023530	1478	0.936910051263451	3	2	2	1	1	False	14380	fragment	False	MON0001_000000023530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	74.913	39.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
CHI0108_000000000964	6987	0.9369051781549989	10	10	3	3	9	False	97889	fragment	False	CHI0108_000000000964	1.0		0	0	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	2569.0	96.84700000000001	100.0	0.018375407865361498	CP033633.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb2, complete sequence	False	True
SPA0037_000000003329	6901	0.9368897454453422	10	6	2	3	5	False	102151	maximal	True	SPA0037_000000003329	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	2468.0	97.569	49.0	0.00047755556592270334	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
USA0053_01_000000013372	1393	0.9368870025158346	2	2	2	1	1	False	68528	fragment	False	USA0053_01_000000013372	0.9869375907111756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	305.0	93.115	22.0	0.0014014671464648801	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0271_000000002004	6601	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9672192500352904	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	270	rep_cluster_475				non-mobilizable	other	6145.0	99.935	100.0	0.9423224420923455	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0058_000000003234	6601	0.9368829136650556	8	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9670742436003676	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	153	rep_cluster_475				non-mobilizable	other	3691.0	99.865	100.0	0.5658843380886639	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0099_000000003283	6582	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9669834920291512	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	124	rep_cluster_475				non-mobilizable	other	6145.0	99.919	100.0	0.9423224420923455	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0057_000000004162	6581	0.9368829136650556	8	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9674265632119327	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	130	rep_cluster_475				non-mobilizable	other	6007.0	99.883	100.0	0.9211535511581531	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0144_000000002205	6581	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9669313449676472	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	0.9998480677604675	119	rep_cluster_475				non-mobilizable	other	4673.0	99.936	100.0	0.7166743365546863	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0088_000000001813	6581	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9668371717875481	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	1005	rep_cluster_475				non-mobilizable	other	3434.0	99.94200000000001	100.0	0.5264611136677404	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0151_000000003704	6581	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9669644705938906	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	147	rep_cluster_475				non-mobilizable	other	6145.0	99.919	100.0	0.9423224420923455	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0046_000000003019	6580	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.967302561852427	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	76	rep_cluster_475				non-mobilizable	other	5721.0	99.895	100.0	0.8774351894462341	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0059_000000001970	6561	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9652137172046488	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	84	rep_cluster_475				non-mobilizable	other	5702.0	99.93	100.0	0.8743672342383801	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0241_000000001807	6559	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9662542561626934	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	9	rep_cluster_475				non-mobilizable	other	3473.0	99.914	100.0	0.5324436263230556	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0820_000000002553	6419	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9544812492476531	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	61	rep_cluster_475				non-mobilizable	other	5951.0	99.93299999999999	100.0	0.912563276576162	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0288_000000004144	6358	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9484057267546901	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	11	rep_cluster_475				non-mobilizable	other	5728.0	99.93	100.0	0.878508973768983	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0105_000000004519	6197	0.9368829136650556	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.6736089738646328	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	5711.0	99.912	100.0	0.8759012118423071	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0212_000000000787	26677	0.9368804589292764	42	13	6	8	8	True	96809	maximal	True	ISR0212_000000000787	1.0		1	1	False	False	0.9999625086784363	0					non-mobilizable	no_good_hit	1874.0	75.08	11.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
MON0032_000000011130	2403	0.9368723222823304	2	1	1	1	1	False	12400	fragment	False	MON0032_000000011130	1.0		0	0	False	False	0.961298406124115	0					non-mobilizable	no_good_hit								True	False
SPA0003_000000000498	20203	0.9368721703345968	10	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9650353113080941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	94.631	2.0	3.867977653225933e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0310_000000000519	20023	0.9368688572117332	12	9	7	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.9688465103926208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	92.571	1.0	0.0011738378319009308	NZ_VZBY01000014.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_7_length_145674_cov_20.4108_ID_13, whole genome shotgun sequence	True	True
ISR0276_000000001734	6549	0.9368668309429641	6	4	4	2	2	False	83455	maximal	True	ISR0276_000000001734	1.0		11	6	False	False	0.999236524105072	0					non-mobilizable	no_good_hit	1990.0	91.60799999999999	43.0	0.030268252000795727	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0376_000000005485	3851	0.9368473330319887	5	5	5	5	4	False	105624	fragment	False	ISR0188_000000004827	0.4117604575590476		0	0	False	False	0.9997403025627136	0					non-mobilizable	chromosome	3854.0	97.32700000000001	100.0	0.0010948126530647075	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0287_000000001708	5352	0.9368459105581712	5	5	5	5	4	False	129608	fragment	False	ISR0287_000000001708	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	3183.0	88.973	93.0	0.0008505789510919783	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0048_000000001944	13346	0.9368287542867608	16	8	5	8	5	False	50050	maximal	True	FIJ0048_000000001944	1.0		7	4	False	False	0.9999250769615173	0					non-mobilizable	no_good_hit	11383.0	99.271	85.0	0.006093172305359078	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0094_000000004171	4377	0.9368252130584126	5	3	3	2	2	False	43198	fragment	False	FIJ0094_000000004171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	79.512	5.0	0.002483341938973716	NZ_SMCQ01000014.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_114, whole genome shotgun sequence	True	False
ISR0123_000000019351	1210	0.9368218649080516	2	2	2	2	2	False	32100	maximal	True	ISR0123_000000019351	1.0		0	0	False	False	0.9859504103660583	0					non-mobilizable	no_good_hit	594.0	91.919	49.0	0.0021100447444123223	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0087_000000002667	13301	0.9368163317725624	12	9	6	9	6	False	52999	maximal	True	MON0087_000000002667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5856.0	73.344	48.0	0.0021260913103359163	CP025834.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-19 chromosome, complete genome	True	False
CHI0088_000000000587	8014	0.9368084389458669	13	8	3	5	7	True	88669	maximal	True	CHI0088_000000000587	1.0		2	1	False	False	0.9991265535354614	0	rep_cluster_1085				non-mobilizable	no_good_hit	4246.0	98.822	55.0	0.5127739435767042	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0250_000000002123	4436	0.9368060972835678	5	4	4	4	3	False	129681	fragment	False	ISR0250_000000002123	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1809.0	99.116	87.0	0.0004845137818444539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0379_000000006891	3283	0.9368040642332088	5	3	1	3	1	False	40190	fragment	False	ISR0379_000000006891	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	92.868	20.0	0.001143446794862856	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0021_000000003870	12098	0.9368020973144204	17	7	2	5	4	False	69141	fragment	False	FIJ0021_000000003870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	78.986	9.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0103_000000008579	2462	0.9368001468399692	6	2	1	2	1	False	87937	fragment	False	FIJ0103_000000008579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	90.306	8.0	0.0034558536844716973	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0077_000000007910	3649	0.9367984203824874	4	2	2	2	2	False	6366	fragment	False	SPA0077_000000007910	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3650.0	98.274	100.0	0.025304605313342995	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
CHI0111_000000012814	2361	0.9367969486751304	3	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.9628086589404322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	75.204	15.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0037_000000006132	2125	0.93679596590423	3	2	2	2	2	False	59341	fragment	False	MAD0037_000000006132	0.9506114769520226		0	0	False	True	1.0	0					non-mobilizable	chromosome	2125.0	100.0	100.0	0.00045976842304409557	CP047570.1	enterobacteria	Enterobacter hormaechei strain F2 chromosome, complete genome	False	True
CAN0014_000000020159	2377	0.9367917211831752	4	1	1	1	1	False	93642	fragment	False	CAN0014_000000020159	1.0		0	0	False	False	0.9995793104171753	0					non-mobilizable	no_good_hit	181.0	94.475	7.0	0.001598195814502739	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	False
FIJ0127_000000013801	1410	0.9367815130104048	3	2	2	1	1	False	41042	fragment	False	FIJ0127_000000013801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	81.3	59.0	0.00028110231497603915	CP042383.1	firmicutes	Leuconostoc pseudomesenteroides strain CBA3630 chromosome, complete genome	True	False
FIJ0119_000000000107	60255	0.9367786441617256	74	18	12	15	8	True	48791	fragment	False	FIJ0119_000000000107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	85.35799999999999	1.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
ISR0825_000000002372	8389	0.9367768185543244	10	6	5	6	6	False	115944	fragment	False	ISR0825_000000002372	1.0		0	0	False	False	0.9997615814208984	0					non-mobilizable	no_good_hit	1770.0	72.26	21.0	0.02055688108978503	NZ_AUDP01000023.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
ISR0066_000000009337	3459	0.9367756892904859	4	4	4	4	4	False	130071	fragment	False	ISR0146_000000009658	0.7350063333445226		0	0	False	False	1.0	0					non-mobilizable	other	3459.0	97.369	100.0	0.007207723367284422	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0227_000000003777	6759	0.9367716739898252	5	3	1	2	2	False	109477	maximal	True	ISR0227_000000003777	1.0		3	1	False	False	0.9994081854820251	0					non-mobilizable	no_good_hit	1451.0	87.38799999999999	21.0	0.12558583579239715	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
ISR0211_000000006485	3291	0.9367610405501	4	4	2	4	3	False	70925	maximal	True	ISR0211_000000006485	1.0		1	1	False	False	0.9857186079025269	0					non-mobilizable	no_good_hit	1804.0	87.14	55.0	0.0007730380136399789	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
USA0026_01_000000004331	8011	0.9367570115668435	11	7	3	3	7	True	118184	maximal	False	ENG0188_000000003135	0.9999581712469151	PS799	0	0	True	True	1.0	58	rep_cluster_1097	MOBB			mobilizable	plasmid	7565.0	99.96	100.0	0.9533652634232418	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	False	True
DEN0047_000000000201	7969	0.9367570115668435	11	7	3	3	7	True	118184	maximal	False	ENG0188_000000003135	0.9981693753345611	PS799	0	0	True	True	1.0	4	rep_cluster_1097	MOBB			mobilizable	plasmid	7523.0	99.947	100.0	0.9480715906226368	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	False	True
SPA0114_000000022040	2120	0.9367542934092774	3	2	2	2	2	False	65203	fragment	False	SPA0114_000000022040	0.9889380530973451		0	0	False	False	1.0	0					non-mobilizable	other	2120.0	97.87700000000001	100.0	0.001267447591430882	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
CAN0020_000000007884	4650	0.9367537644252928	4	4	2	2	3	True	128684	backbone	False	ISR0180_000000003621	0.05851407194398612	PS1045|PS658	0	0	False	True	1.0	0					non-mobilizable	plasmid	4014.0	99.726	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0141_000000005604	4167	0.9367530358198232	6	3	1	2	2	False	130029	backbone	False	ISR0080_000000005952	0.02512765522104255	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1340.0	99.62700000000001	57.0	0.25098406747891283	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	True	True
CHI0069_000000000460	12458	0.936747971728124	21	6	4	6	3	True	124555	backbone	False	ISR0201_000000001564	0.9299265558763559	PS914	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	768.0	83.594	12.0	0.059195948084836976	MK232143.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_2-proph_c1 sequence	True	True
ISR0789_000000002196	6252	0.936745225214868	11	7	2	2	6	True	90097	maximal	False	DEN0041_000000004899	0.9406610024719726	PS471|PS472|PS473	0	0	True	True	1.0	18	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2748.0	94.105	81.0	0.32853198895690794	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
ISR0395_000000006945	5513	0.936745225214868	10	7	2	2	6	True	90080	backbone	True	ISR0395_000000006945	1.0	PS471	1	1	True	True	1.0	1	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2861.0	97.728	86.0	0.25946093111897633	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0154_000000007037	4095	0.9367449407698412	6	5	5	5	4	False	125977	fragment	False	ISR0018_000000005223	0.9931308749096168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	99.772	32.0	0.00046401372577987624	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0102_000000000707	21953	0.9367412599703452	19	11	6	7	4	True	105663	fragment	False	ISR0049_000000000707	0.7252603017406419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	1.758154498605494e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0172_000000010537	1543	0.936738744310522	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.8329210802814259		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	95.79	100.0	0.17764976958525347	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
SPA0047_000000005964	6580	0.9367387382374908	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9667010247956417	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	223	rep_cluster_475				non-mobilizable	other	6144.0	99.88600000000001	100.0	0.9423224420923455	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0016_000000002937	6337	0.9367387382374908	7	4	1	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9450020857367634	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	9	rep_cluster_475				non-mobilizable	other	5735.0	99.913	100.0	0.8794293603313391	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0033_000000007917	8517	0.9367316010715008	13	8	4	8	5	False	106269	maximal	False	ISR0002_000000002439	0.9524609263449654		0	0	False	False	0.9970647096633911	0					non-mobilizable	no_good_hit	952.0	79.622	11.0	0.38030424339471575	NZ_JAAITU010000097.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_97_length_2498_cov_195.029, whole genome shotgun sequence	True	False
ENG0086_000000016150	1550	0.9367241075000567	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.56917461674011	PS1128	0	0	False	True	0.9993548393249512	0					non-mobilizable	other	1564.0	84.719	100.0	0.01839729653086303	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
DEN0059_000000000006	8964	0.9367229311500008	12	11	5	5	10	True	132506	backbone	False	ISR0038_000000002833	0.9968765357218111	PS1165|PS799|PS800	0	0	True	True	1.0	17	rep_cluster_1097	MOBB			mobilizable	plasmid	6497.0	99.815	100.0	0.7269166200335758	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0135_000000003672	8167	0.936721427131869	10	7	3	4	6	True	122243	backbone	False	FIJ0102_000000003572	0.9942263005258759	PS866	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	642.0	88.47399999999999	45.0	0.05171440096813231	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0102_000000003572	8167	0.936721427131869	10	7	3	4	6	True	122243	backbone	True	FIJ0102_000000003572	0.9942506434565143	PS866	4	2	True	True	1.0	16					non-mobilizable	no_good_hit	1084.0	79.15100000000001	48.0	0.08648648648648649	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0106_000000002920	8167	0.936721427131869	10	7	3	4	6	True	122243	backbone	False	FIJ0102_000000003572	0.9942263005258759	PS866	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	642.0	88.47399999999999	45.0	0.05171440096813231	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0152_000000002600	8147	0.936721427131869	10	7	3	4	6	True	122243	backbone	False	FIJ0102_000000003572	0.9942419490027492	PS866	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	814.0	88.206	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0022_000000002611	8127	0.936721427131869	10	7	3	4	6	True	122243	backbone	False	FIJ0102_000000003572	0.9942332111793561	PS866	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	814.0	88.206	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0069_000000002955	8089	0.936721427131869	10	7	3	4	6	True	122243	backbone	False	FIJ0102_000000003572	0.9942164886638312	PS866	0	0	True	True	0.9995055198669434	1					non-mobilizable	no_good_hit	814.0	88.206	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0075_000000001926	8085	0.936721427131869	10	7	3	4	6	True	122243	backbone	False	FIJ0102_000000003572	0.993136919912286	PS866	0	0	True	True	0.9997526407241821	2					non-mobilizable	no_good_hit	814.0	88.206	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0103_000000000974	22837	0.9367161807719736	35	15	9	12	7	True	128766	maximal	True	MON0103_000000000974	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5906.0	94.175	73.0	0.0339373552824081	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0112_000000020313	1638	0.9367076602653384	4	4	3	3	4	False	4525	maximal	True	SPA0112_000000020313	1.0		1	1	False	False	0.995726466178894	0					non-mobilizable	plasmid	1638.0	97.68	100.0	0.03567534563216887	CP015497.1	firmicutes	Lactobacillus helveticus strain FAM8105 plasmid pFAM8105, complete sequence	False	True
ISR0114_000000003989	6257	0.9367020813031921	3	3	2	3	1	True	120585	fragment	False	ISR0114_000000003989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0014_000000005276	4414	0.9367020813031921	3	3	2	3	1	True	120578	fragment	False	FIJ0014_000000005276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0092_000000005071	3970	0.9367020813031921	3	3	2	3	1	True	120577	fragment	False	ENG0092_000000005071	0.9867631004366813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0018_000000002457	8774	0.9367012665914618	17	5	2	4	4	True	109108	maximal	True	ISR0018_000000002457	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	4085.0	95.08	46.0	0.0008612673217057317	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
TAN0006_000000010621	1386	0.9366895393011946	3	1	1	1	1	False	2864	maximal	True	TAN0006_000000010621	1.0		1	1	False	False	0.9942280054092407	0					non-mobilizable	no_good_hit	591.0	76.988	42.0	0.0001661104914473076	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0146_000000004117	4111	0.9366822258178448	5	4	2	4	2	False	52360	fragment	False	FIJ0146_000000004117	1.0		0	0	False	False	0.9997567534446716	0					non-mobilizable	no_good_hit	1730.0	96.416	42.0	0.03022088529005404	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0825_000000001451	12506	0.9366747870314444	14	10	4	9	2	True	99754	fragment	False	ISR0825_000000001451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	87.611	1.0	0.013606276048050992	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
ISR0805_000000006670	1747	0.936657558808917	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.937428704040158		0	0	False	False	0.9977103471755981	0					non-mobilizable	other	1681.0	82.33200000000001	99.0	0.0007723049237210317	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
USA0001_01_000000010610	1575	0.936657558808917	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.6729073835488139		0	0	False	False	1.0	0					non-mobilizable	other	1575.0	97.77799999999999	100.0	0.00043654297948914474	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0140_000000003158	10239	0.9366552164475568	14	11	7	8	11	True	31270	maximal	True	ISR0140_000000003158	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	3479.0	99.13799999999999	34.0	0.032226381527741745	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
ISR0241_000000008788	1752	0.9366530255395974	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.8340972745997183		0	0	False	False	0.9988584518432617	0					non-mobilizable	other	1641.0	98.72	95.0	0.00045514881894574314	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0142_000000002258	7042	0.9366406453522902	10	7	3	4	5	True	80008	backbone	True	CHI0142_000000002258	1.0	PS395	5	1	True	True	1.0	35	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1779.0	93.03	57.0	0.16045013159088847	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0212_000000000371	42392	0.93663310419756	57	15	9	10	12	True	97286	fragment	False	ISR0212_000000000371	1.0		0	0	False	False	0.999976396560669	0	rep_cluster_329				non-mobilizable	no_good_hit	24298.0	99.07799999999999	78.0	0.14673210119788707	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
CAN0018_000000009010	3807	0.9366307557148852	3	3	2	3	3	False	95814	fragment	False	CAN0014_000000012172	0.8205066842386759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	74.848	19.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0070_000000003932	5236	0.9366307295825572	7	3	2	2	1	False	72244	maximal	False	SPA0062_000000005615	0.9505855216465579		0	0	False	False	0.9967532753944397	0					non-mobilizable	no_good_hit	651.0	92.012	20.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
SPA0145_000000028201	1228	0.9366237785865356	1	1	1	1	1	False	3352	fragment	False	SPA0145_000000028201	1.0		0	0	False	False	0.992671012878418	0					non-mobilizable	no_good_hit								True	False
FIJ0135_000000002150	13156	0.9366180028761868	8	8	7	7	7	False	47142	maximal	False	FIJ0044_000000001454	0.9786754002911209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2625.0	97.676	20.0	0.07706314243759178	NZ_CACVNJ010000023.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
SPA0077_000000002027	11668	0.9366170041792812	12	7	6	7	4	False	34502	fragment	False	SPA0077_000000002027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	73.39699999999999	4.0	0.00010644183382145136	NC_014972.1	d-proteobacteria	Desulfobulbus propionicus DSM 2032, complete sequence	True	False
FIJ0034_000000004851	5981	0.9366099370591392	10	5	5	5	3	False	99971	maximal	True	FIJ0034_000000004851	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	87.727	4.0	0.0009025004322724033	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ISR0847_000000008281	3135	0.9366090516234796	4	3	3	3	2	True	20644	fragment	False	ISR0847_000000008281	1.0		0	0	False	False	0.998724102973938	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006087662337662338	NZ_AVCH01000073.1	g-proteobacteria	Arenimonas malthae CC-JY-1 contig17, whole genome shotgun sequence	True	True
ISR0219_000000007208	4368	0.9366048415085312	4	4	4	4	4	False	128459	fragment	False	AUS0006_000000003705	0.4761119387103639		0	0	False	False	0.9954212307929993	0					non-mobilizable	other	4100.0	97.463	95.0	0.015716105075799423	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0176_000000003275	8883	0.936602166285772	9	6	5	5	6	True	68656	fragment	False	ISR0176_000000003275	1.0		0	0	False	True	0.9985365271568298	0					non-mobilizable	plasmid	4765.0	97.146	98.0	0.028750498615962964	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
USA0039_01_000000001928	12034	0.9365890652042776	14	10	6	8	6	True	109985	maximal	True	USA0039_01_000000001928	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5641.0	96.206	58.0	0.0016495658066356296	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0108_000000005835	3756	0.9365864796973528	5	4	2	4	3	False	42236	maximal	True	FIJ0108_000000005835	1.0		1	1	False	False	0.9986687898635864	0					non-mobilizable	no_good_hit	2202.0	96.50299999999999	59.0	0.0006847273752200243	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0053_000000009858	1792	0.936583883130101	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.8060173440427854		0	0	False	False	0.9994419813156128	0					non-mobilizable	other	1795.0	92.646	100.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0012_000000000920	6442	0.9365726059127866	7	6	6	6	4	True	105067	maximal	True	CHI0012_000000000920	1.0		30	7	False	False	0.996274471282959	0					non-mobilizable	no_good_hit	3905.0	92.75299999999999	81.0	0.3549208659268692	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0209_000000005476	5290	0.93656736403076	9	5	1	2	5	False	102154	fragment	False	ISR0209_000000005476	1.0		0	0	False	False	0.9994329214096069	0					non-mobilizable	no_good_hit	1279.0	87.412	27.0	0.06603081438004402	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0185_000000016990	1932	0.9365632894281016	3	3	3	3	1	False	115316	fragment	False	SPA0137_000000016765	0.7008193043150992		0	0	False	False	0.9917184114456177	0					non-mobilizable	other	1932.0	99.22399999999999	100.0	0.0007012676202114697	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0010_000000003205	5634	0.9365621928098928	9	6	2	3	4	False	132470	backbone	False	CAN0001_000000008257	0.9973116129402165	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	30	rep_cluster_870	MOBV			mobilizable	plasmid	5044.0	99.802	100.0	0.9011617515638963	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0003_000000003428	7274	0.9365613038769628	8	3	1	2	3	True	52226	maximal	True	FIJ0003_000000003428	1.0		1	1	True	True	0.999862551689148	5					non-mobilizable	no_good_hit								True	True
SPA0076_000000015081	1197	0.9365578127488684	3	2	0	2	2	True	5720	maximal	True	SPA0076_000000015081	1.0		1	1	False	False	0.981620728969574	0					non-mobilizable	chromosome	1197.0	98.83	100.0	0.0005638028217482695	CP023511.1	firmicutes	Streptococcus gordonii strain FDAARGOS_371 chromosome, complete genome	False	True
MON0037_000000049458	1517	0.93655606730554	3	1	1	1	1	False	123072	fragment	False	ISR0226_000000002328	0.09947919057223566		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	97.101	100.0	0.010798305868953981	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ISR0260_000000010545	1484	0.9365421809270366	1	1	1	1	1	True	26707	fragment	False	ISR0260_000000010545	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1452.0	98.14	98.0	0.17934446505875076	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	False	True
ENG0188_000000017795	1414	0.9365421809270366	4	1	1	1	1	True	54895	fragment	False	ENG0188_000000017795	1.0		0	0	False	False	0.9922206401824951	0					non-mobilizable	other	1414.0	99.929	100.0	0.48225255972696246	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
USA0019_01_000000022170	1373	0.9365421809270366	1	1	1	1	1	True	131077	fragment	False	ISR0152_000000011271	0.0871774631949347		0	0	False	False	0.9985433220863342	0					non-mobilizable	no_good_hit								True	True
MON0099_000000031407	1182	0.9365421809270366	2	1	1	1	1	True	9143	fragment	False	MON0099_000000031407	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	99.915	100.0	0.4030716723549488	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
ENG0165_000000002146	7799	0.9365280541354606	6	3	2	3	1	True	117505	fragment	False	ENG0165_000000002146	0.9614941206480041		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	260.0	84.615	4.0	0.004436267345289475	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
DEN0046_000000003058	6415	0.9365280541354606	6	3	2	3	1	True	117504	fragment	False	DEN0046_000000003058	1.0		0	0	False	True	0.9998441338539124	0					non-mobilizable	no_good_hit								True	True
ENG0125_000000004696	5087	0.9365280541354606	4	3	2	3	1	True	117498	fragment	False	ENG0125_000000004696	1.0		0	0	False	True	0.9978376030921936	0					non-mobilizable	no_good_hit	355.0	84.789	7.0	0.006052581804425951	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0781_000000006338	3994	0.9365280541354606	3	3	2	3	1	True	117496	fragment	False	ISR0781_000000006338	1.0		0	0	False	False	0.9994992613792419	0					non-mobilizable	no_good_hit								True	True
ISR0840_000000002702	4836	0.9365237486297742	6	5	4	3	0	True	75960	maximal	True	ISR0840_000000002702	1.0		1	1	False	False	0.9997932314872742	0					non-mobilizable	no_good_hit	1666.0	92.137	34.0	0.20494743351886208	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0007_000000002248	5783	0.9365196790105844	6	2	1	2	2	True	52240	fragment	False	ISR0007_000000002248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0120_000000021044	1941	0.9364992898299752	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9228970591673186	PS319	0	0	False	True	1.0	0					non-mobilizable	other	1941.0	96.13600000000001	100.0	0.0009391472310655762	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
USA0063_01_000000002316	9204	0.9364956656679392	10	9	6	9	6	False	116225	fragment	False	USA0063_01_000000002316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2343.0	95.22	73.0	0.0005292032402894938	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0123_000000020607	1623	0.9364919109799176	3	3	3	3	3	False	87109	fragment	False	FIJ0123_000000020607	0.9688828879531619		0	0	False	False	0.9993838667869568	0					non-mobilizable	chromosome	1623.0	99.137	100.0	0.0003151098066368109	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
AUS0020_000000013503	2001	0.9364886771912764	3	2	2	2	1	False	99597	fragment	False	ISR0262_000000008305	0.913992265996827		0	0	False	False	0.995502233505249	0					non-mobilizable	no_good_hit	180.0	75.0	9.0	4.961054337679845e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
CHI0032_000000003394	1952	0.9364886771912764	3	2	2	2	1	False	99597	fragment	False	ISR0262_000000008305	0.5716667768376521		0	0	False	False	0.998975396156311	0					non-mobilizable	no_good_hit	180.0	75.0	9.0	4.961054337679845e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
CHI0068_000000007570	1952	0.9364886771912764	3	2	2	2	1	False	99597	fragment	False	ISR0262_000000008305	0.571767583289265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	75.0	9.0	4.961054337679845e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
ISR0162_000000008260	4504	0.9364844752467562	5	5	5	3	4	False	127166	maximal	True	ISR0162_000000008260	1.0		2	1	False	False	0.991563081741333	0					non-mobilizable	plasmid	4374.0	99.794	97.0	0.03395445778634978	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	False	True
MAD0102_000000001368	10016	0.9364710738403584	11	10	2	4	10	True	15051	fragment	False	MAD0102_000000001368	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6904.0	87.181	93.0	0.02209085252022402	KY320277.1	enterobacteria	Leclercia adecarboxylata strain Lec-476 plasmid pLec-476, complete sequence	False	True
ISR0177_000000018566	1673	0.9364654477576924	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.43987799828603014	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1674.0	91.756	100.0	0.00044780007160513414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0055_000000010637	1582	0.9364626516832404	2	1	1	1	1	False	131134	fragment	False	SPA0048_000000012641	0.9522458398254648		0	0	False	False	1.0	0					non-mobilizable	other	1504.0	99.069	95.0	0.009325325424696291	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0807_000000010433	1406	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.8459709940237514		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	100.0	100.0	0.006973829525854046	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0110_000000007527	1360	0.9364626516832404	2	1	1	1	1	False	131129	fragment	False	CHI0067_000000008459	0.9451753139066573		0	0	False	False	0.987500011920929	0					non-mobilizable	other	1360.0	100.0	100.0	0.00843188107262958	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0002_000000028455	1320	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.8033173357125943		0	0	False	False	0.9939393997192383	0					non-mobilizable	other	1320.0	99.47	100.0	0.008183702085944383	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0085_000000010236	1303	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.06080395273970102		0	0	False	False	0.9984650611877441	0					non-mobilizable	other	1004.0	99.20299999999999	100.0	0.006204474667129934	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ENG0001_000000021414	1290	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7641204327979689		0	0	False	False	0.9899224638938904	0					non-mobilizable	other	1290.0	100.0	100.0	0.002360762623395176	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0139_000000022187	1277	0.9364626516832404	3	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.06188099421245225		0	0	False	False	0.9984338283538818	0					non-mobilizable	other	987.0	100.0	100.0	0.006117612021790115	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0140_000000023157	1256	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7216768845715468		0	0	False	False	0.9976114630699158	0					non-mobilizable	other	1197.0	99.499	100.0	0.0074205517018874016	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0058_000000024101	1254	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7815570067632275		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	100.0	100.0	0.007774206757913808	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0117_000000029704	1253	0.9364626516832404	3	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.6638696769782285		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	99.304	100.0	0.007110327968530904	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0785_000000031234	1245	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7281764235454298		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	100.0	100.0	0.0072716443098762825	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0133_000000016568	1240	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7601760542690169		0	0	False	False	0.9903225898742676	0					non-mobilizable	other	1240.0	100.0	100.0	0.007687344112573988	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0084_000000005480	1233	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.23929737263304446		0	0	False	False	0.9845904111862183	0					non-mobilizable	other	1227.0	99.67399999999999	99.0	0.007600481467234169	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0128_000000030628	1232	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7643374532264946		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	100.0	100.0	0.0076377083152369485	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0062_000000025574	1231	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7642472147980116		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	100.0	100.0	0.007631503840569819	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0039_000000023444	1215	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7478248578892434		0	0	False	False	0.9909465312957764	0					non-mobilizable	other	1215.0	100.0	100.0	0.00753223224589574	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0104_000000031702	1203	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7302707541368557		0	0	False	False	0.9966749548912048	0					non-mobilizable	other	1203.0	100.0	100.0	0.007457778549890181	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0100_000000023181	1198	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.6995220634569911		0	0	False	False	0.9983305335044861	0					non-mobilizable	other	1129.0	100.0	100.0	0.006998647424522566	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0182_000000024407	1197	0.9364626516832404	1	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.6620395449780313		0	0	False	False	0.9891394972801208	0					non-mobilizable	other	1121.0	100.0	100.0	0.006949011627185526	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0119_000000026638	1189	0.9364626516832404	1	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.6679010132151914		0	0	False	False	0.9941126704216003	0					non-mobilizable	other	1189.0	100.0	100.0	0.007370915904550362	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0051_000000016065	1182	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7115212310665291		0	0	False	False	1.0	0					non-mobilizable	other	992.0	100.0	100.0	0.006148634395125765	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ENG0126_000000015361	1180	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7135095020007555		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	100.0	100.0	0.007315075632546192	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
DEN0010_000000040559	1170	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7109081012372804		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	100.0	100.0	0.007253030885874893	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0096_000000037103	1169	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7250411638857414		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	100.0	100.0	0.007246826411207763	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0124_000000025336	1168	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.7100193683458444		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	100.0	100.0	0.007240621936540633	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0016_000000019936	1160	0.9364626516832404	1	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.6577613830525902		0	0	False	False	0.9896551966667175	0					non-mobilizable	other	1160.0	100.0	100.0	0.007190986139203594	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0161_000000009975	1159	0.9364626516832404	1	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.6579313231838286		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	100.0	100.0	0.0071847816645364635	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0145_000000030017	1151	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.6880288619708261		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	100.0	100.0	0.007135145867199424	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0154_000000009025	1143	0.9364626516832404	1	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.6529351196681199		0	0	False	False	0.98600172996521	0					non-mobilizable	other	1143.0	100.0	100.0	0.007085510069862385	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0010_000000027362	1112	0.9364626516832404	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.6260646891150927		0	0	False	False	0.9982014298439026	0					non-mobilizable	other	987.0	100.0	100.0	0.006117612021790115	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
USA0069_01_000000003342	16090	0.9364586012014025	24	13	11	12	7	True	114637	fragment	False	USA0069_01_000000003342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5785.0	99.62	84.0	0.07998837740234943	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ENG0174_000000018113	1167	0.9364487430366883	2	2	2	2	2	False	55632	fragment	False	MAD0054_000000015443	0.9380530973451328		0	0	False	False	0.9897172451019287	0					non-mobilizable	other	1158.0	94.73200000000001	99.0	0.032134425774198026	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
ISR0110_000000002489	8604	0.936440679858616	8	6	3	6	4	True	132347	fragment	False	SPA0150_000000001874	0.956253792718365		0	0	False	False	0.9994188547134399	0					non-mobilizable	other	6530.0	96.75299999999999	99.0	0.07081838930551027	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0105_000000011502	1699	0.9364275055798328	2	2	2	1	1	False	102234	fragment	False	ISR0105_000000011502	1.0		0	0	False	False	0.9976456761360168	0					non-mobilizable	other	1699.0	99.941	100.0	0.0021407687856243216	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0375_000000001965	7438	0.9364215171624308	12	9	3	3	9	True	118198	backbone	True	ISR0375_000000001965	0.9988613529805761	PS799|PS804	2	2	True	True	1.0	30	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4958.0	96.43	71.0	0.5546726357022943	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0166_000000013075	1623	0.9364081196319144	3	2	1	2	1	True	30207	maximal	True	ISR0166_000000013075	1.0		2	1	True	True	1.0	1					non-mobilizable	no_good_hit	375.0	97.333	23.0	0.0006320864147546052	NZ_VJZV01000002.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold2_1, whole genome shotgun sequence	True	True
ENG0038_000000000457	33554	0.9364081087964776	30	17	13	13	7	True	75085	fragment	False	ENG0038_000000000457	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0003140007388252678	NZ_FNDI01000031.1	b-proteobacteria	Paraburkholderia steynii strain YR281, whole genome shotgun sequence	True	True
MAD0049_000000008323	2150	0.9364012977175424	3	3	3	3	3	False	17471	maximal	True	MAD0049_000000008323	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2177.0	76.665	99.0	0.04632584391620536	NZ_CBYM010000027.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
BAN0019_000000000312	6421	0.9363997166876259	6	6	3	3	5	False	130172	maximal	True	BAN0019_000000000312	0.9999218872051242	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	3	2	True	True	1.0	11	rep_cluster_475				non-mobilizable	no_good_hit	2523.0	100.0	70.0	0.4372399445214979	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
BAN0014_000000000285	6390	0.9363997166876259	6	6	3	3	5	False	130172	maximal	False	BAN0019_000000000312	0.9983647406945959	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	22	rep_cluster_475				non-mobilizable	no_good_hit	2523.0	100.0	69.0	0.4372399445214979	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0127_000000004293	5934	0.9363953037604796	11	8	3	2	6	True	90094	fragment	False	CHI0083_000000001531	0.9670372172444379		0	0	False	True	0.9996629357337952	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2866.0	97.139	80.0	0.259823940466467	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0035_000000003866	5799	0.9363953037604796	11	8	3	2	6	True	90094	fragment	False	CHI0083_000000001531	0.6539152904168071		0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2866.0	97.069	82.0	0.259823940466467	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0009_000000009564	3772	0.9363920089453648	6	3	2	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8274391901863978	PS754	0	0	False	True	0.9997348785400391	0	rep_cluster_269	MOBV			mobilizable	plasmid	1495.0	96.25399999999999	95.0	0.3952380952380952	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
USA0051_01_000000000446	34234	0.9363913463990712	36	12	4	10	7	False	86857	maximal	True	USA0051_01_000000000446	1.0		1	1	False	False	0.9999707937240601	0					non-mobilizable	no_good_hit	16087.0	93.977	88.0	0.004998105411306184	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0117_000000002342	13722	0.936388643370913	17	17	1	12	16	True	97749	fragment	False	SPA0117_000000002342	0.9506821740102885		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	13722.0	99.228	100.0	0.06265096549425361	MH909349.1	enterobacteria	Klebsiella pneumoniae strain A1705 plasmid pA1705-NDM, complete sequence	False	True
SPA0085_000000004868	2855	0.9363819176011868	3	3	2	3	3	False	98862	fragment	False	SPA0085_000000004868	1.0		0	0	False	False	0.9992994666099548	0					non-mobilizable	chromosome	2855.0	96.462	100.0	0.0004949577159237845	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ISR0352_000000000985	7580	0.9363792462179998	10	9	4	5	7	True	132506	backbone	False	ISR0038_000000002833	0.014296385310637183	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	5401.0	99.90700000000001	100.0	0.604252937884723	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0120_000000003044	7649	0.9363775299642012	7	5	5	4	5	False	122616	fragment	False	ISR0120_000000003044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2595.0	98.844	50.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0299_000000005119	2151	0.9363713720662244	5	3	2	1	2	False	115042	fragment	False	ISR0299_000000005119	1.0		0	0	False	False	0.999535083770752	0					non-mobilizable	no_good_hit	261.0	77.778	12.0	0.006017633064328031	NZ_JAAITI010000029.1	firmicutes	Blautia luti strain MSK.16.34 NODE_29_length_42874_cov_168.243, whole genome shotgun sequence	True	False
MAD0035_000000010739	2082	0.9363667927466628	2	2	2	2	2	False	22406	fragment	False	MAD0035_000000010739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000018944	1749	0.936366340769759	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.7531634123627183		0	0	False	False	0.9988564848899841	0					non-mobilizable	no_good_hit	425.0	97.412	25.0	0.00011774441685966754	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AUS0024_000000013868	2357	0.9363658072132841	4	3	2	2	3	False	119296	maximal	True	AUS0024_000000013868	1.0		1	1	False	False	0.9966058731079102	0					non-mobilizable	no_good_hit	326.0	73.006	14.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
SPA0141_000000004272	5311	0.936352719242454	10	3	0	3	1	True	3496	maximal	True	SPA0141_000000004272	1.0		2	1	True	True	0.9951044917106628	13					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.0002276792974467393	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
SPA0140_000000004962	4400	0.936352719242454	8	3	0	3	1	True	3495	fragment	False	SPA0140_000000004962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.0002276792974467393	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
SPA0128_000000006808	5412	0.9363508983311656	7	6	4	4	4	True	120627	backbone	False	FIJ0011_000000007726	0.9488351634668277	PS463|PS847	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	3220.0	86.335	85.0	0.646619576185671	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
FIJ0152_000000004012	5372	0.9363508983311656	7	6	4	4	4	True	120627	backbone	False	FIJ0011_000000007726	0.9760639607985473	PS463|PS847	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1414.0	96.04	72.0	0.26773150789123407	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
AST0113_000000011355	3273	0.9363497460898618	5	4	2	1	3	True	129860	fragment	False	AST0113_000000011355	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3287.0	96.775	100.0	0.0009104711667500919	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
ISR0065_000000024835	1392	0.9363464505697844	2	1	1	1	1	False	35174	maximal	True	ISR0065_000000024835	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000028482	1243	0.9363442904321172	2	1	1	1	1	False	36727	fragment	False	ISR0782_000000009854	0.9823581567727592		0	0	False	False	0.9983909726142883	0					non-mobilizable	no_good_hit	764.0	99.60700000000001	80.0	0.0003169199534131822	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0175_000000017709	1117	0.9363442904321172	2	1	1	1	1	False	36727	fragment	False	ISR0782_000000009854	0.5913539011455862		0	0	False	False	0.9991047382354736	0					non-mobilizable	no_good_hit	638.0	99.53	77.0	0.00026458454826238146	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
DEN0011_000000009705	4137	0.9363371202501908	5	4	4	4	3	False	100444	fragment	False	DEN0011_000000009705	0.9783653846153846		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	796.0	77.387	19.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
AST0118_000000017251	1793	0.9363350302106376	3	2	1	2	2	False	105869	maximal	True	AST0118_000000017251	1.0		1	1	False	False	0.9972113966941833	0					non-mobilizable	no_good_hit								True	False
ENG0081_000000001470	13896	0.9363252890352428	17	12	6	9	9	True	114002	maximal	True	ENG0081_000000001470	1.0	PS735	5	4	False	True	1.0	0					non-mobilizable	no_good_hit	1525.0	85.639	23.0	0.14503962570419174	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
MAD0050_000000016503	1470	0.9363250056699536	3	2	1	2	2	False	17392	fragment	False	MAD0050_000000016503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0822_000000000532	9002	0.93631858445827	12	9	4	7	8	True	85124	maximal	True	ISR0822_000000000532	1.0		1	1	False	False	0.9977782964706421	0					non-mobilizable	no_good_hit	1791.0	93.914	72.0	0.0005238901523293345	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
CHI0167_000000011591	1829	0.9363175271338292	3	3	3	3	3	False	131386	fragment	False	CHI0167_000000011591	0.9622684205440056		0	0	False	False	0.998359739780426	0					non-mobilizable	no_good_hit	198.0	74.747	11.0	8.199932963434639e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
ENG0080_000000002936	7763	0.9363081149210196	11	6	4	4	5	True	109410	maximal	True	ENG0080_000000002936	0.9725918840413771		15	9	True	True	0.9998711943626404	16					non-mobilizable	no_good_hit	984.0	96.85	52.0	0.07922549415086728	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0110_000000021914	1371	0.9363012875471642	3	3	3	2	3	False	59785	maximal	True	ENG0110_000000021914	1.0		6	3	False	False	0.9708242416381836	0					non-mobilizable	other	1393.0	76.238	100.0	0.0006964591913041224	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	False	False
ISR0168_000000003390	7140	0.9362976530954232	6	4	4	2	4	False	92467	fragment	False	ISR0168_000000003390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3747.0	99.546	52.0	0.08748248482017748	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0840_000000011726	1487	0.9362943738688516	2	1	1	1	1	False	20787	fragment	False	ISR0840_000000011726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0081_01_000000017775	1721	0.9362925472051294	2	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.4185665144314003		0	0	False	False	1.0	0					non-mobilizable	chromosome	1724.0	94.72200000000001	100.0	0.00038960580580526226	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
TAN0007_000000012892	2871	0.9362908039248209	2	1	1	1	1	False	2839	maximal	True	TAN0007_000000012892	1.0		1	1	False	False	0.9996516704559326	0					non-mobilizable	no_good_hit	328.0	87.195	15.0	0.00010110075775948316	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0182_000000007767	3584	0.9362839982250106	6	4	3	4	3	True	76072	fragment	False	ENG0182_000000007767	1.0		0	0	False	False	0.9994419813156128	0					non-mobilizable	other	3584.0	97.935	100.0	0.0009592315864089042	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0005_000000004354	3128	0.9362743693606344	5	1	1	1	1	False	38526	maximal	True	ISR0005_000000004354	1.0		4	2	False	False	0.9916879534721375	0					non-mobilizable	no_good_hit	1017.0	85.939	32.0	0.0004733722291401415	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0017_000000013814	2081	0.9362730918959236	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.7940004732327329	PS211	0	0	False	True	0.9879865646362305	0					non-mobilizable	other	1940.0	97.73200000000001	93.0	0.0013064334770544982	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
MON0063_000000013928	2088	0.9362600221150872	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.2408361049761015		0	0	False	False	0.9995210766792297	0					non-mobilizable	chromosome	1996.0	98.79799999999999	99.0	0.0004431176827277392	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0168_000000003541	6911	0.9362587999001442	11	2	2	2	2	False	30142	maximal	True	ISR0168_000000003541	1.0		1	1	False	False	0.9933439493179321	0					non-mobilizable	no_good_hit	1491.0	73.91	21.0	0.0003936817326538718	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0015_01_000000029754	1123	0.9362462176873876	1	1	1	1	1	False	1929	maximal	True	USA0015_01_000000029754	1.0		0	0	False	False	0.9813001155853271	0					non-mobilizable	no_good_hit	762.0	86.089	75.0	0.00037151605543196226	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0179_000000014915	1469	0.9362452025333587	2	1	1	1	1	False	98843	fragment	False	CHI0179_000000014915	0.9196801112656467		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	93.48299999999999	100.0	0.0002767667916472507	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ISR0024_000000003883	5195	0.9362415976309864	8	5	0	2	3	True	108313	maximal	True	ISR0024_000000003883	1.0	PS669	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1192.0	97.315	56.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0264_000000001896	4699	0.9362379520621076	7	5	4	4	5	False	128459	fragment	False	AUS0006_000000003705	0.7298336705985959		0	0	False	False	0.9995743632316589	0					non-mobilizable	other	4545.0	97.646	98.0	0.017423126496041243	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0028_000000007984	2365	0.9362335739427132	2	2	2	2	2	False	102294	fragment	False	ISR0028_000000007984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	97.52600000000001	44.0	0.00029158405118549747	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0331_000000014767	1656	0.9362335739427132	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.639154048669915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	96.988	20.0	9.191840089752348e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0041_000000004899	6522	0.9362261135823982	12	8	2	2	7	True	90097	maximal	True	DEN0041_000000004899	0.9584638178940634	PS471|PS472|PS473	1	1	True	True	1.0	35	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1901.0	96.00200000000001	78.0	0.22758372344256392	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
ISR0010_000000002654	5542	0.9362261135823982	9	8	2	2	7	True	90092	backbone	True	ISR0010_000000002654	0.7060619949442584	PS472|PS473	2	2	False	True	0.999639093875885	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1967.0	96.34	89.0	0.21185983827493263	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
CAN0003_000000007261	6469	0.936224931577328	10	4	3	2	1	True	123859	maximal	False	ENG0045_000000001528	0.21416225099960962		0	0	True	True	0.9998454451560974	6		MOBB			mobilizable	plasmid	1944.0	98.045	92.0	0.2535248041775457	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	False	True
USA0121_01_000000006798	6835	0.9362215283263592	6	3	2	3	1	True	106010	fragment	False	SPA0108_000000003672	0.475433176577886		0	0	False	False	0.9998536705970764	0					non-mobilizable	no_good_hit								True	True
ISR0150_000000003411	6330	0.9362160023816384	8	7	4	4	5	False	98149	backbone	True	ISR0150_000000003411	1.0	PS543	2	1	True	True	1.0	5	rep_cluster_2131,rep_cluster_2150	MOBQ			mobilizable	no_good_hit	2865.0	95.428	84.0	0.45994208494208494	CP051691.1	enterobacteria	Escherichia coli strain SCU-387 plasmid pSCU-387-3, complete sequence	True	True
USA0024_01_000000003466	6927	0.9361995829997743	7	6	3	3	5	True	97444	fragment	False	USA0024_01_000000003466	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4923.0	93.175	90.0	0.05970583952235328	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0129_000000014829	1808	0.9361956386881172	2	1	0	1	1	True	58526	maximal	True	ENG0129_000000014829	1.0		0	0	False	False	0.997787594795227	0					non-mobilizable	no_good_hit	593.0	72.175	31.0	0.09159935379644588	NZ_WHJC01000197.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig197, whole genome shotgun sequence	True	True
CHI0137_000000008315	1924	0.936187575208606	3	2	0	1	2	False	80513	maximal	True	CHI0137_000000008315	1.0		2	2	False	False	0.9916840195655823	0					non-mobilizable	chromosome	1912.0	99.84299999999999	99.0	0.0003870774859854049	CP057746.1	enterobacteria	Citrobacter freundii strain RHB16-C09 chromosome, complete genome	False	False
ISR0151_000000002535	5922	0.9361839002769552	7	4	1	2	4	False	121790	backbone	False	ISR0085_000000003385	0.9995127776943499	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	1257.0	94.51100000000001	41.0	0.13969525080636191	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0194_000000004399	5882	0.9361839002769552	7	4	1	2	4	False	121790	backbone	False	ISR0085_000000003385	0.9992968816640545	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.999489963054657	5					non-mobilizable	no_good_hit	1209.0	94.376	41.0	0.13435657880102325	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0021_000000003632	5873	0.9361839002769552	7	4	1	2	4	False	121790	backbone	False	ISR0085_000000003385	0.9994215465923642	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1182.0	94.162	41.0	0.13135357579802023	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0354_000000003022	5760	0.9361839002769552	7	4	1	2	4	False	121790	backbone	False	ISR0085_000000003385	0.9854985816104338	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1037.0	93.73200000000001	40.0	0.11522633744855967	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0334_000000003763	4759	0.9361839002769552	6	4	1	2	4	False	98980	backbone	False	ISR0267_000000003260	0.9959639007877334	PS554	0	0	False	True	0.9970582127571106	0					non-mobilizable	no_good_hit	1077.0	84.958	26.0	0.11945278611945279	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0267_000000003260	4759	0.9361839002769552	6	4	1	2	4	False	98980	backbone	True	ISR0267_000000003260	0.9960731674819272	PS554	74	5	False	True	1.0	0					non-mobilizable	no_good_hit	1077.0	84.958	26.0	0.11945278611945279	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
MON0055_000000005516	3328	0.9361835702951592	4	4	4	3	3	False	100452	maximal	True	MON0055_000000005516	1.0		21	2	False	False	1.0	0					non-mobilizable	no_good_hit	2194.0	98.633	66.0	0.0004005815282048303	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
MON0001_000000024393	1428	0.9361834127001016	2	2	2	1	1	False	14372	fragment	False	MON0001_000000024393	1.0		0	0	False	False	0.9859943985939026	0					non-mobilizable	no_good_hit								True	False
ISR0821_000000011922	2481	0.9361790407875756	4	4	4	4	4	False	108454	fragment	False	ISR0821_000000011922	0.9995594713656388		0	0	False	False	0.9834744334220886	0					non-mobilizable	other	2462.0	100.0	99.0	0.0005301991618501344	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
SPA0018_000000003643	6978	0.9361732413617068	15	7	3	6	5	True	110426	maximal	True	SPA0018_000000003643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2477.0	98.264	51.0	0.014244242975796883	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0072_000000003474	5634	0.9361700200025046	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997685183962447	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	58	rep_cluster_870	MOBV			mobilizable	plasmid	5031.0	99.76100000000001	100.0	0.8988382484361037	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0812_000000012806	3089	0.9361634567558536	5	5	5	5	4	False	120052	fragment	False	ISR0812_000000012806	0.9668098003649109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1706.0	94.13799999999999	55.0	0.0859607526610503	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0161_000000004956	4298	0.9361599906683532	9	3	1	2	2	False	110806	fragment	False	ENG0161_000000004956	1.0		0	0	False	False	0.9997673630714417	0					non-mobilizable	other	4137.0	94.199	95.0	0.006911725897625102	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
ISR0812_000000027865	1416	0.9361589674998008	1	1	1	1	1	False	75868	fragment	False	ISR0812_000000027865	0.9670186594804466		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	99.647	100.0	0.00973090438956627	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0011_000000006310	4036	0.9361514372181376	3	3	3	3	3	False	74720	fragment	False	ENG0070_000000004933	0.3832426035502959		0	0	False	False	0.9947968125343323	0					non-mobilizable	no_good_hit								True	False
CHI0151_000000010084	2477	0.936149082490755	2	2	2	2	2	False	90855	fragment	False	CHI0151_000000010084	0.8222902055493516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	83.725	41.0	0.07540740740740741	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
CHI0004_000000002415	2387	0.936149082490755	3	2	2	2	2	False	90855	fragment	False	CHI0151_000000010084	0.5299694521177037		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	83.61	43.0	0.07577777777777778	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
ISR0778_000000006943	1947	0.9361423750958384	4	2	2	2	2	False	107574	maximal	True	ISR0778_000000006943	1.0		10	4	False	False	0.9974319338798523	0					non-mobilizable	no_good_hit	1047.0	96.275	54.0	0.12050691244239631	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
MAD0053_000000008180	1341	0.9361324204600112	3	1	1	1	1	False	52487	fragment	False	MAD0053_000000008180	0.9708365310821183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	74.236	68.0	0.0002391507279349574	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
SPA0050_000000023369	1099	0.93613019532306	3	3	3	3	2	False	70331	fragment	False	DEN0071_000000039242	0.9610332749562172		0	0	False	False	0.9927206635475159	0					non-mobilizable	chromosome	940.0	99.149	100.0	0.0003299953083734113	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0037_000000004935	4846	0.93612958033585	11	4	3	4	3	False	7088	fragment	False	SPA0037_000000004935	1.0		0	0	False	False	0.9960792660713196	0					non-mobilizable	no_good_hit	514.0	81.518	10.0	0.010030864197530864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	False
FIJ0026_000000028445	1144	0.9361290785204252	2	2	2	1	1	False	49024	maximal	True	FIJ0026_000000028445	1.0		1	1	False	False	0.9973776340484619	0					non-mobilizable	no_good_hit	669.0	98.35600000000001	58.0	0.0001855029963732498	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0331_000000017297	1439	0.9361286875171432	1	1	1	1	1	False	70690	fragment	False	DEN0069_000000018336	0.9673527037933818		0	0	False	False	0.9993050694465637	0					non-mobilizable	no_good_hit	1131.0	90.539	79.0	0.10265744448489261	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
SPA0059_000000016977	1400	0.9361286875171432	2	1	1	1	1	False	70690	fragment	False	DEN0069_000000018336	0.6340050961315729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	90.539	81.0	0.10265744448489261	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0007_000000005489	2625	0.9361276639975508	7	2	1	2	1	True	38449	maximal	True	ISR0007_000000005489	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	82.09	3.0	2.2842705476192535e-05	NC_022097.1	spirochetes	Treponema pedis str. T A4, complete sequence	True	True
MAD0005_000000000862	13286	0.9361179137933894	14	7	4	7	4	True	109956	fragment	False	MAD0005_000000000862	1.0		0	0	False	False	0.9999247193336487	0					non-mobilizable	no_good_hit	5637.0	93.117	63.0	0.002477863915289904	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ENG0110_000000013704	2229	0.9361176280070386	2	2	2	2	2	False	118754	fragment	False	ENG0086_000000010920	0.8057598488044314		0	0	False	False	0.9991027116775513	0					non-mobilizable	other	2229.0	99.05799999999999	100.0	0.010111278523063517	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0167_000000013184	2229	0.9361176280070386	2	2	2	2	2	False	118754	fragment	False	ENG0086_000000010920	0.8057598488044314		0	0	False	False	0.9986541271209717	0					non-mobilizable	other	2229.0	99.05799999999999	100.0	0.010111278523063517	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0008_000000027243	1366	0.9361172747771946	1	1	1	1	1	False	13841	fragment	False	MON0008_000000027243	1.0		0	0	False	False	0.9524158239364624	0					non-mobilizable	chromosome	1116.0	96.057	93.0	0.00039379238712908	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0172_000000005471	2934	0.936114178636642	4	3	2	3	1	False	100717	fragment	False	SPA0120_000000013482	0.9632895158704713		0	0	False	False	0.9993183612823486	0					non-mobilizable	no_good_hit	732.0	87.84200000000001	25.0	0.00011247133211907375	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0199_000000019096	1603	0.9360963534077515	2	2	1	1	2	False	110747	fragment	False	ISR0199_000000019096	1.0		0	0	False	False	0.9993761777877808	0					non-mobilizable	other	1603.0	97.62899999999999	100.0	0.0026927492431895465	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
ISR0357_000000016832	1555	0.9360963534077515	2	2	1	1	2	False	110746	fragment	False	ISR0119_000000020149	0.9544255901722398		0	0	False	False	0.9929260611534119	0					non-mobilizable	chromosome	1555.0	98.264	100.0	0.00033998402468887854	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0119_000000020149	1545	0.9360963534077515	3	2	1	1	2	False	110746	fragment	False	ISR0119_000000020149	0.9689990427045262		0	0	False	False	1.0	0					non-mobilizable	chromosome	1557.0	95.311	100.0	0.00033976524475021127	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
USA0075_01_000000017651	1398	0.9360963534077515	2	2	1	1	2	False	110746	fragment	False	ISR0119_000000020149	0.6831776788383604		0	0	False	False	0.9985693693161011	0					non-mobilizable	other	1398.0	97.639	100.0	0.0023481714686240927	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
ISR0016_000000016026	1392	0.9360963534077515	2	2	1	1	2	False	110746	fragment	False	ISR0119_000000020149	0.9156479064439031		0	0	False	False	0.9784482717514038	0					non-mobilizable	chromosome	1404.0	95.014	100.0	0.0003069482539501265	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0200_000000016609	1272	0.9360963534077515	2	2	1	1	2	False	110746	fragment	False	ISR0119_000000020149	0.39891550731585734		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	96.331	100.0	0.0021515100070428335	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
SPA0113_000000000822	28023	0.936094593290418	35	18	6	18	8	True	101269	fragment	False	ENG0075_000000000732	0.977823385401764		0	0	False	False	1.0	0					non-mobilizable	other	18103.0	82.15799999999999	93.0	0.1797161903241258	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0001_000000002511	3439	0.9360944138337008	6	5	2	5	2	False	91094	maximal	True	CHI0001_000000002511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	98.507	2.0	0.00021246116950216485	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0078_000000002349	3210	0.9360938448066258	4	4	4	4	4	False	5838	maximal	True	SPA0078_000000002349	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	3210.0	99.315	100.0	0.0008185598040966253	CP053685.1	enterobacteria	Proteus mirabilis strain MPE5203 chromosome, complete genome	False	False
SPA0102_000000010901	3354	0.9360915185812446	4	4	4	4	4	False	95678	maximal	False	USA0024_01_000000006740	0.9649957994959395		0	0	False	False	0.9985092282295227	0					non-mobilizable	other	3344.0	99.432	100.0	0.006150081866180989	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
FIJ0139_000000018053	1468	0.9360908937491254	1	1	1	1	1	False	120347	maximal	True	FIJ0139_000000018053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.420539097458605e-06	NZ_AP022595.1	high GC Gram+	Mycolicibacterium sarraceniae strain JCM 30395	True	False
MON0068_000000023758	1781	0.9360891206800594	2	2	2	2	1	False	121016	fragment	False	DEN0035_000000017617	0.9509138381201044		0	0	False	False	0.9730488657951355	0					non-mobilizable	no_good_hit	452.0	71.903	25.0	0.00026437557121871156	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MON0076_000000000818	22356	0.936085457277986	23	13	10	12	5	True	52822	fragment	False	MON0006_000000000280	0.6433738167529915		0	0	False	False	0.9999552965164185	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	5.6029177194023785e-05	CP020280.1	budding yeasts	Saccharomyces paradoxus strain YPS138 chromosome V, complete sequence	True	True
DEN0041_000000011029	3056	0.9360851926301944	4	4	4	3	3	False	73131	fragment	False	DEN0041_000000011029	1.0		0	0	False	False	0.9977094531059265	0					non-mobilizable	other	3054.0	99.836	99.0	0.0005704932945081472	CP014762.1	enterobacteria	Klebsiella pneumoniae strain KPNIH39, complete genome	False	False
MAD0043_000000012037	2104	0.9360813669529776	4	3	3	3	3	False	48570	fragment	False	MAD0043_000000012037	1.0		0	0	False	False	0.999524712562561	0					non-mobilizable	chromosome	2104.0	99.85700000000001	100.0	0.000334389982356675	CP050222.1	enterobacteria	Escherichia coli strain RM-103-WU chromosome	False	False
SPA0005_000000007744	3810	0.9360804853946796	4	4	2	2	3	False	98143	backbone	True	SPA0005_000000007744	0.7419091153794891	PS542	5	2	True	True	1.0	87	Col156	MOBQ			mobilizable	plasmid	3723.0	99.919	100.0	0.9922646038943719	CP054333.1	enterobacteria	Escherichia coli strain SCU-121 plasmid pSCU-121-5, complete sequence	False	True
DEN0077_000000004500	2546	0.9360792607298624	4	4	4	4	3	False	120088	maximal	True	DEN0077_000000004500	1.0		11	5	False	False	0.9870384931564331	0					non-mobilizable	no_good_hit	2142.0	99.81299999999999	84.0	0.005231977927363807	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0037_000000004182	5672	0.9360748678142696	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9978385151713282	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	469	rep_cluster_870	MOBV			mobilizable	plasmid	5025.0	99.76100000000001	100.0	0.8979445933869526	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0185_000000005281	5653	0.9360748678142696	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997886368846203	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	383	rep_cluster_870	MOBV			mobilizable	plasmid	5004.0	99.8	100.0	0.8941912421805184	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
MON0015_000000011066	3339	0.9360731057120264	3	2	2	2	1	True	100235	fragment	False	SPA0116_000000008773	0.4318074434069525		0	0	False	False	0.9988020658493042	0					non-mobilizable	no_good_hit								True	True
ENG0031_000000005517	3677	0.9360688214656028	5	3	3	3	2	False	72196	fragment	False	ENG0031_000000005517	1.0		0	0	False	False	0.9991841316223145	0					non-mobilizable	no_good_hit	603.0	77.944	30.0	0.00018788814664183657	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ENG0002_000000006720	3123	0.9360593613623694	4	2	2	2	2	False	116197	fragment	False	FIJ0011_000000012565	0.9117203529002766		0	0	False	False	0.9996798038482666	0					non-mobilizable	no_good_hit	1821.0	94.069	58.0	0.00041155224202077357	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0113_000000002454	5682	0.9360584441366244	8	6	3	4	3	True	130648	backbone	False	USA0082_01_000000002282	0.3868330196775794	PS1107|PS1110|PS1114	0	0	True	True	1.0	4		MOBV			mobilizable	other	4824.0	99.772	100.0	0.7920840860568238	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0345_000000001087	5682	0.9360584441366244	8	6	3	4	3	True	130648	backbone	False	USA0082_01_000000002282	0.38719623229603467	PS1107|PS1110|PS1114	0	0	True	True	1.0	23		MOBV			mobilizable	other	4824.0	99.979	100.0	0.7920840860568238	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0092_000000003271	5646	0.9360584441366244	8	6	3	4	3	True	130648	backbone	False	USA0082_01_000000002282	0.38142169892631755	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4808.0	99.917	100.0	0.7894563967810806	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0089_000000012601	1811	0.9360533845098992	3	3	3	3	3	False	118103	fragment	False	AST0089_000000012601	0.9659583333333334		0	0	False	False	0.9889563918113708	0					non-mobilizable	no_good_hit	510.0	80.0	28.0	0.001820152936356286	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0180_000000010665	2152	0.936047924131463	4	4	4	3	2	False	31175	maximal	False	USA0051_01_000000009523	0.9906760297352606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	555.0	90.991	26.0	0.0010986308758904066	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
CHI0063_000000006289	2097	0.9360432440571912	3	3	3	2	2	True	85456	fragment	False	CHI0063_000000006289	1.0		0	0	False	False	0.9985693693161011	0					non-mobilizable	plasmid	2097.0	99.85700000000001	100.0	0.026521574085790207	MG836696.1	enterobacteria	Escherichia coli strain 2248 plasmid pCTXM-2248, complete sequence	False	True
ISR0167_000000003252	9006	0.9360426213333078	8	4	3	4	1	True	131961	fragment	False	ISR0167_000000003252	0.9765547610582028		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1243.0	85.117	16.0	0.015466046022748602	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0103_000000017701	1387	0.936040624022713	3	1	1	1	1	True	14911	fragment	False	MAD0103_000000017701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
ENG0078_000000010085	2605	0.9360343501322216	4	2	2	2	2	False	82017	fragment	False	FIJ0142_000000011971	0.911282713647398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1334.0	88.60600000000001	51.0	0.6509803921568628	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0117_000000027909	1337	0.9360249984761428	2	2	2	2	2	False	4287	fragment	False	SPA0117_000000027909	1.0		0	0	False	False	0.9708302021026611	0					non-mobilizable	no_good_hit	581.0	74.699	83.0	0.00017029594473526384	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
DEN0072_000000008664	1970	0.9360223442181368	2	1	1	1	0	True	117209	fragment	False	DEN0072_000000008664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0031_000000018642	1367	0.9360223442181368	2	1	1	1	0	True	117208	fragment	False	AST0031_000000018642	1.0		0	0	False	False	0.994147777557373	0					non-mobilizable	no_good_hit								True	True
AUS0002_000000028574	1314	0.9360217429941348	3	1	1	1	1	False	102737	fragment	False	AUS0002_000000028574	1.0		0	0	False	False	0.9741247892379761	0					non-mobilizable	no_good_hit	306.0	97.38600000000001	23.0	6.752269451089359e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0099_000000006350	3586	0.9360141985200224	4	3	2	2	3	False	49950	maximal	True	FIJ0099_000000006350	1.0		2	1	False	False	1.0	0	rep_cluster_2358			MOB_unknown	mobilizable	no_good_hit	2064.0	98.74	58.0	0.6679624230644639	CP019022.1	enterobacteria	Escherichia coli strain Ecol_881 plasmid pEC881_7, complete sequence	True	True
FIJ0011_000000003402	11432	0.9360058613129568	12	11	5	5	10	True	51027	maximal	True	FIJ0011_000000003402	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	71.839	10.0	0.013133319851060539	NZ_QOHO01000052.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_52, whole genome shotgun sequence	True	True
CAN0016_000000010668	4405	0.9360055364046528	7	6	2	3	5	False	132220	backbone	False	ISR0043_000000004492	0.8240787997183681	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	7		MOBP			mobilizable	plasmid	4363.0	93.835	100.0	0.9101546176347681	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CAN0017_000000008395	4402	0.9360055364046528	7	6	2	3	5	False	132220	backbone	False	ISR0043_000000004492	0.8190098701049845	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	37		MOBP			mobilizable	plasmid	4364.0	93.836	100.0	0.9103635603844547	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0141_000000001020	24850	0.9360002223763124	21	16	6	15	9	True	86831	fragment	False	CHI0141_000000001020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	19360.0	93.771	78.0	0.45754014236053636	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
SPA0062_000000023686	1336	0.9359981334381252	2	1	1	1	1	False	6148	fragment	False	SPA0062_000000023686	1.0		0	0	False	False	0.996257483959198	0					non-mobilizable	no_good_hit	108.0	87.037	8.0	0.0011298838437170011	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0044_000000002062	10062	0.9359948727595504	9	8	3	4	8	False	60883	fragment	False	MAD0044_000000002062	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	8309.0	97.43700000000001	93.0	0.21004831895570342	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
CHI0173_000000001885	8878	0.9359944980359732	13	6	5	5	4	False	79557	backbone	True	CHI0173_000000001885	1.0	PS391	2	1	True	True	0.9998873472213745	9					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.512123318349408e-05	CP046875.1	firmicutes	Streptococcus sp. CNU 77-61 chromosome, complete genome	True	True
ISR0355_000000009486	2090	0.9359901181996708	3	2	2	2	2	False	106088	maximal	True	ISR0355_000000009486	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2090.0	96.84200000000001	100.0	0.0007278791295555163	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0119_000000004826	2317	0.935989453468408	2	1	1	1	1	False	81940	fragment	False	CHI0119_000000004826	1.0		0	0	False	False	0.9969788789749146	0					non-mobilizable	no_good_hit	86.0	90.698	4.0	0.0011110675398350392	NZ_JNKW01000012.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	False
MON0109_000000027250	1338	0.9359887074534449	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.539460417913112		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	96.111	99.0	0.15391705069124423	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ISR0034_000000002958	6518	0.9359853752350096	5	4	2	4	2	False	38895	fragment	False	ISR0034_000000002958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	86.236	16.0	0.006182532462641164	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	True	False
ISR0350_000000009652	1972	0.9359764378440916	2	2	2	2	2	False	131871	maximal	False	ISR0170_000000022890	0.9759643015090792		0	0	False	False	1.0	0					non-mobilizable	other	1972.0	99.949	100.0	0.011424033941726414	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
FIJ0133_000000005701	6331	0.9359752705151791	5	3	3	3	3	False	122886	backbone	True	FIJ0133_000000005701	1.0	PS878	2	2	True	True	0.9992102384567261	2					non-mobilizable	no_good_hit	358.0	72.626	6.0	0.0001591845422339589	CP060715.1	firmicutes	Erysipelothrix inopinata strain DSM 15511 chromosome, complete genome	True	True
AST0019_000000004971	5113	0.9359752705151791	4	3	3	3	3	False	122885	fragment	False	AST0019_000000004971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	72.346	7.0	0.0001591845422339589	CP060715.1	firmicutes	Erysipelothrix inopinata strain DSM 15511 chromosome, complete genome	True	False
ISR0141_000000001524	19565	0.9359647697884698	19	16	13	12	11	False	127874	maximal	True	ISR0141_000000001524	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3012.0	98.17399999999999	31.0	0.045812792891485606	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ENG0064_000000002435	9383	0.9359624704828602	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9616497671154173	PS624|PS966	0	0	True	True	0.9988276958465576	3					non-mobilizable	no_good_hit	2055.0	96.448	78.0	0.2540789637563831	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0036_000000006033	2006	0.9359559035470972	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.09487498726010722	PS1101	0	0	False	True	0.9940179586410522	0					non-mobilizable	other	2011.0	98.55799999999999	100.0	0.00035084136472054436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0203_000000002399	5503	0.93593499327328	8	4	3	3	2	True	121012	fragment	False	DEN0064_000000005512	0.9627005804028679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2302.0	98.132	86.0	0.3002610966057441	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
MAD0088_000000018604	1424	0.9359313263787316	3	1	1	1	1	False	15880	maximal	True	MAD0088_000000018604	1.0		2	1	False	False	0.9943820238113403	0					non-mobilizable	no_good_hit								True	False
ISR0094_000000004378	5053	0.9359291800286716	3	2	2	2	1	False	70693	fragment	False	ISR0094_000000004378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	90.539	22.0	0.10265744448489261	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MON0076_000000007329	5670	0.9359111682052356	11	4	4	3	2	True	10311	fragment	False	MON0076_000000007329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1739.0	88.787	59.0	0.37595628415300547	NZ_AWET01000016.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00040, whole genome shotgun sequence	True	True
SPA0056_000000003686	7892	0.935907448606328	11	6	1	3	3	False	132333	backbone	True	SPA0056_000000003686	0.9905031169544721	PS1157	10	6	True	True	1.0	21					non-mobilizable	no_good_hit	1395.0	92.40100000000001	26.0	0.1279756412622255	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0342_000000011435	1213	0.9359072412102896	3	2	2	2	1	False	32775	fragment	False	SPA0101_000000030046	0.9622824780625936		0	0	False	False	0.9909315705299377	0					non-mobilizable	other	1214.0	99.91799999999999	100.0	0.006496149438214282	NZ_PYLQ01000004.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_3, whole genome shotgun sequence	False	False
FIJ0049_000000004576	3690	0.9359030576901864	6	1	1	1	1	True	46679	maximal	True	FIJ0049_000000004576	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0057_000000004250	1758	0.9358932917843868	5	1	1	1	1	False	72009	fragment	False	DEN0057_000000004250	0.9947306791569086		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	99.488	100.0	0.007117913483118756	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	False	False
ISR0169_000000018623	1708	0.9358932917843868	4	1	1	1	1	False	72009	fragment	False	DEN0057_000000004250	0.9806598407281002		0	0	False	False	0.9918032884597778	0					non-mobilizable	other	1690.0	99.46700000000001	99.0	0.006842433621506875	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	False	False
MON0052_000000006959	3430	0.9358804482288916	3	3	3	3	3	False	131408	fragment	False	SPA0109_000000006156	0.5189624712912363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	75.093	23.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ISR0821_000000008426	3348	0.9358755423368164	3	3	3	3	2	False	21248	fragment	False	ISR0821_000000008426	1.0		0	0	False	False	0.9913381338119507	0					non-mobilizable	no_good_hit								True	False
ENG0131_000000010673	2501	0.9358714471286984	4	4	3	4	4	False	94569	fragment	False	ENG0131_000000010673	0.9719647309511377		0	0	False	False	1.0	0					non-mobilizable	chromosome	2501.0	99.92	100.0	0.0005327307651164485	LR134157.1	enterobacteria	Escherichia coli strain NCTC11105 genome assembly, chromosome: 1	False	False
ISR0399_000000002189	5697	0.9358691605567016	11	6	1	4	5	False	22594	fragment	False	ISR0399_000000002189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1796.0	90.31200000000001	62.0	0.0005588453429397157	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0013_000000002804	3013	0.9358557219274996	4	2	0	0	2	False	97212	maximal	True	CHI0013_000000002804	1.0		1	1	False	False	0.9950215816497803	0					non-mobilizable	no_good_hit	1400.0	98.286	46.0	0.16900217443827012	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
MON0015_000000015149	2482	0.935853745230452	3	1	1	1	1	True	59122	fragment	False	MON0015_000000015149	1.0		0	0	False	False	0.9867042899131775	0					non-mobilizable	other	2446.0	99.959	99.0	0.0007846341358530626	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MAD0025_000000007004	1782	0.9358488120801062	3	2	2	2	2	False	19136	maximal	True	MAD0025_000000007004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000011153	2925	0.9358450665767266	3	2	1	2	1	False	20608	maximal	True	USA0084_01_000000011153	1.0		1	1	False	False	0.9996581077575684	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000019014	1792	0.9358438772312576	3	3	3	3	2	False	100697	fragment	False	USA0060_01_000000006739	0.93305251242631		0	0	False	False	0.9938616156578064	0					non-mobilizable	other	1792.0	99.49799999999999	100.0	0.004750096142370274	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0080_01_000000026339	1605	0.9358351020232252	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.6551065141463789	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1620.0	81.975	100.0	0.00045595860817425983	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
SPA0009_000000004762	6839	0.935833277414685	6	4	4	4	1	True	119673	fragment	False	CHI0127_000000002696	0.69358322481166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	1.0326093737697428e-05	NZ_AP014630.1	g-proteobacteria	Acinetobacter guillouiae strain NBRC 110550	True	True
ISR0245_000000006431	1305	0.9358295977276554	2	2	2	2	1	False	27151	maximal	True	ISR0245_000000006431	1.0		0	0	False	False	0.9800766110420227	0					non-mobilizable	no_good_hit	664.0	86.145	51.0	0.0001915037149406454	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
DEN0028_000000014767	2019	0.9358273274572068	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9622927502005956		0	0	False	False	0.9940564632415771	0					non-mobilizable	other	1914.0	95.35	95.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0133_000000004432	4121	0.9358258848200484	5	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.02626062374649397		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3496.0	98.11200000000001	87.0	0.11270015495867769	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
USA0061_01_000000003928	2823	0.9358152435271684	3	3	3	3	1	False	128387	fragment	False	SPA0096_000000012025	0.48785237388724034		0	0	False	False	0.9943322539329529	0					non-mobilizable	no_good_hit	885.0	72.316	31.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0036_000000022536	1117	0.9358043203797664	1	1	1	1	1	False	12154	maximal	True	MON0036_000000022536	1.0		2	1	False	False	0.9838854074478149	0					non-mobilizable	no_good_hit	424.0	74.292	37.0	0.0001152089518474119	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0080_01_000000006912	6123	0.935798718119536	10	8	4	5	6	True	118174	fragment	False	USA0080_01_000000006912	1.0		0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	5587.0	99.85700000000001	99.0	0.625069949636262	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0046_000000002374	8275	0.935794721631822	9	5	3	5	4	False	45954	maximal	True	ISR0046_000000002374	1.0		1	1	False	False	0.997220516204834	0					non-mobilizable	no_good_hit	66.0	92.42399999999999	1.0	0.0001168356589621039	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
USA0045_01_000000003785	3668	0.9357912810393212	5	4	3	3	4	False	129546	maximal	True	USA0045_01_000000003785	1.0	PS1061	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1759.0	98.92	50.0	0.0071781470744355065	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0125_000000004723	3303	0.9357869097661816	7	2	2	2	2	False	87939	fragment	False	CHI0125_000000004723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1622.0	83.416	49.0	0.02826711090631978	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0031_000000003760	7386	0.9357828231495486	11	10	3	3	10	True	118198	backbone	False	ISR0375_000000001965	0.9988612004287245	PS799|PS804	0	0	True	True	1.0	2	rep_cluster_1097	MOBB			mobilizable	no_good_hit	5079.0	96.318	69.0	0.5678791270285395	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0069_000000001589	13806	0.9357810007517264	18	17	7	11	16	True	132521	backbone	False	USA0060_01_000000001071	0.12029802981923653	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	13742.0	99.236	99.0	0.2692827880902444	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MAD0098_000000005330	7284	0.9357792196206772	7	6	4	5	6	False	104218	fragment	False	MAD0098_000000005330	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3758.0	87.041	99.0	0.0015418714464681506	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0062_01_000000007400	3090	0.9357744830441213	4	2	1	2	1	False	69248	fragment	False	USA0062_01_000000007400	1.0		0	0	False	False	0.991909384727478	0					non-mobilizable	no_good_hit	1064.0	99.06	34.0	0.00048233088443679013	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	True	False
MON0039_000000022085	2161	0.935773366328042	3	2	1	2	1	True	51533	fragment	False	MON0039_000000022085	1.0		0	0	False	False	0.9902822971343994	0					non-mobilizable	no_good_hit	1875.0	90.613	86.0	0.07377212964073053	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MON0084_000000017179	1980	0.935773366328042	3	2	1	2	1	True	51531	fragment	False	MON0084_000000017179	1.0		0	0	False	False	0.9808080792427063	0					non-mobilizable	plasmid	1970.0	90.863	99.0	0.07756863685409424	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0049_000000007501	3805	0.9357731777504308	3	2	2	2	2	False	119280	fragment	False	ISR0049_000000007501	1.0		0	0	False	False	0.9965834617614746	0					non-mobilizable	no_good_hit	411.0	72.993	11.0	0.2614247311827957	KJ798871.1	bacteria	Uncultured bacterium BD_contig01681 genomic sequence	True	False
AST0108_000000007389	3432	0.9357731777504308	6	2	2	2	2	False	119305	fragment	False	AST0108_000000007389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	9.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
SPA0145_000000010046	3372	0.9357731777504308	4	2	2	2	2	False	119267	maximal	True	SPA0145_000000010046	1.0		0	0	False	False	0.9994068741798401	0					non-mobilizable	no_good_hit	545.0	72.477	16.0	0.35013440860215056	KJ798871.1	bacteria	Uncultured bacterium BD_contig01681 genomic sequence	True	False
ISR0052_000000012671	2720	0.9357731777504308	4	2	2	2	2	False	119299	fragment	False	ISR0052_000000012671	0.9807416971711425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	12.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0229_000000005897	2697	0.9357731777504308	4	2	2	2	2	False	119299	fragment	False	ISR0052_000000012671	0.9780933233272995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	12.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
AST0060_000000010837	2653	0.9357731777504308	4	2	2	2	2	False	119299	fragment	False	ISR0052_000000012671	0.9735199186874216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	12.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
AST0029_000000011577	2626	0.9357731777504308	5	2	2	2	2	False	119299	fragment	False	ISR0052_000000012671	0.9747716379799074		0	0	False	False	0.9984767436981201	0					non-mobilizable	no_good_hit	326.0	73.006	12.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0165_000000007376	2593	0.9357731777504308	4	2	2	2	2	False	119299	fragment	False	ISR0052_000000012671	0.9692386547306515		0	0	False	False	0.9984573721885681	0					non-mobilizable	no_good_hit	326.0	73.006	12.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0151_000000007624	2469	0.9357731777504308	3	2	2	2	2	False	119299	fragment	False	ISR0052_000000012671	0.9405022121938539		0	0	False	False	0.9979748725891113	0					non-mobilizable	no_good_hit	326.0	73.006	13.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0138_000000008230	2385	0.9357731777504308	4	2	2	2	2	False	119299	fragment	False	ISR0052_000000012671	0.2729271538506047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	13.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
SPA0013_000000013171	2138	0.9357731777504308	2	2	2	2	2	False	119270	fragment	False	SPA0013_000000013171	1.0		0	0	False	False	0.9976613521575928	0					non-mobilizable	no_good_hit	326.0	73.006	15.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0172_000000008017	1993	0.9357731777504308	3	2	2	2	2	False	119271	fragment	False	ISR0172_000000008017	1.0		0	0	False	False	0.9804314970970154	0					non-mobilizable	no_good_hit	326.0	73.006	16.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0301_000000009538	1939	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9761395173470906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	17.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0138_000000015063	1938	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9248509611458526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	17.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0177_000000013919	1934	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9245721940800655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	17.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0144_000000003714	1906	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.7285741239869712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	89.535	31.0	0.002293929908549684	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0355_000000010703	1889	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9160408832269202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	17.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
DEN0024_000000004635	1880	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9187416451542522		0	0	False	False	0.9989361763000488	0					non-mobilizable	no_good_hit	326.0	73.006	17.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0183_000000017441	1814	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9071605355118046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	18.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
CHI0056_000000011102	1811	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9072371527854721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	18.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0167_000000015902	1807	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9050461344065434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	18.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
SPA0100_000000016015	1798	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9040171378511336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	18.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
SPA0126_000000024477	1795	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9026355602053446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	18.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
AST0026_000000015256	1792	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9023085077017522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	18.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0085_000000009412	1792	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.9010164594372488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	18.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0235_000000002612	1778	0.9357731777504308	2	2	2	2	2	False	119266	fragment	False	ISR0301_000000009538	0.7548796769477423		0	0	False	False	0.9994375705718994	0					non-mobilizable	no_good_hit	326.0	73.006	18.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
FIJ0013_000000001266	15173	0.9357727137362616	22	12	4	11	5	False	50676	fragment	False	FIJ0013_000000001266	1.0		0	0	False	False	0.9999340772628784	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.008744534665833853	XM_018258426.1	frogs & toads	PREDICTED: Xenopus laevis calreticulin-like (LOC108714315), mRNA	True	False
AST0010_000000005518	4798	0.9357715986840588	8	5	5	4	2	False	126467	fragment	False	DEN0078_000000004930	0.9322021074538132		0	0	False	False	1.0	0					non-mobilizable	chromosome	2282.0	93.602	97.0	0.0005156281251046416	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0024_000000004547	7468	0.9357700347796276	8	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.34986023938288247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4659.0	97.854	84.0	0.04037951190744627	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0187_000000005179	3291	0.9357553475915052	4	3	3	3	2	False	83037	maximal	True	CHI0187_000000005179	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	90.205	72.0	0.0004544455031884483	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
AST0053_000000002047	6144	0.9357513170280158	9	4	2	4	3	False	119298	maximal	True	AST0053_000000002047	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	5.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0202_000000000907	10702	0.9357490175166958	12	9	8	8	8	True	110985	maximal	True	ISR0202_000000000907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3620.0	79.006	54.0	0.0006655349842298358	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ISR0356_000000004392	3838	0.9357442017004024	4	3	2	2	2	False	121117	maximal	True	ISR0356_000000004392	1.0	PS832	0	0	False	True	0.9953100681304932	0	rep_cluster_475				non-mobilizable	no_good_hit	1788.0	99.664	50.0	0.3486328125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0051_000000030357	1187	0.9357387842754384	2	1	1	1	1	False	119691	fragment	False	CAN0014_000000039991	0.8129635551535361		0	0	False	False	0.9957876801490784	0					non-mobilizable	chromosome	1193.0	90.947	100.0	0.00018340058534327758	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0838_000000022432	1112	0.9357387842754384	2	1	1	1	1	False	119691	fragment	False	CAN0014_000000039991	0.6221317548471568		0	0	False	False	1.0	0					non-mobilizable	chromosome	1112.0	90.82700000000001	99.0	0.0001709379616748166	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0137_000000012202	3003	0.9357347219199172	4	4	3	3	3	False	3575	maximal	True	SPA0137_000000012202	1.0		2	2	False	False	0.9996669888496399	0					non-mobilizable	no_good_hit	453.0	92.494	25.0	0.00015214055363678194	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0024_000000018737	2593	0.9357334791987952	4	2	2	2	1	False	14694	maximal	True	MON0024_000000018737	0.9959677419354839		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.015151515151515152	XR_002893732.1	bony fishes	PREDICTED: Salvelinus alpinus peptidyl-prolyl cis-trans isomerase CWC27 homolog (LOC112069416), transcript variant X3, misc_RNA	True	False
MAD0107_000000015689	2480	0.9357334791987952	3	2	2	2	1	False	14694	maximal	False	MON0024_000000018737	0.974161203239491		0	0	False	False	0.9995967745780945	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.015712682379349047	XR_002893732.1	bony fishes	PREDICTED: Salvelinus alpinus peptidyl-prolyl cis-trans isomerase CWC27 homolog (LOC112069416), transcript variant X3, misc_RNA	True	False
ENG0053_000000002188	12087	0.9357274536096024	17	10	6	6	8	True	104863	maximal	True	ENG0053_000000002188	1.0	PS619	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1733.0	92.152	35.0	0.21509527961140865	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0040_000000011020	2781	0.9357243382511148	4	3	3	3	3	False	18381	fragment	False	MAD0040_000000011020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	76.541	21.0	0.0001853588294029685	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
ENG0073_000000002067	11828	0.9357168929064192	17	7	5	6	3	True	112137	fragment	False	ENG0073_000000002067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6373.0	97.31700000000001	82.0	0.036696349372746434	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0032_000000002002	8323	0.9357020437007038	15	2	1	2	1	False	121510	backbone	False	SPA0143_000000001814	0.9599070286790621	PS852	0	0	True	True	0.9998798370361328	2					non-mobilizable	no_good_hit	80.0	98.75	2.0	0.0005520152048745039	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
USA0072_01_000000004635	4360	0.9356969491767176	5	5	5	5	4	False	75983	maximal	True	USA0072_01_000000004635	1.0		3	1	False	False	1.0	0					non-mobilizable	chromosome	2700.0	98.259	99.0	0.0006138186143226923	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0056_000000002629	6723	0.9356964388870264	6	4	4	3	4	False	71489	maximal	True	ISR0056_000000002629	1.0		1	1	False	False	0.999702513217926	0					non-mobilizable	no_good_hit	2990.0	89.73200000000001	79.0	0.2527937690484253	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0198_000000015904	2080	0.9356942802046178	4	3	3	3	2	False	114898	fragment	False	ISR0198_000000015904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	79.08	21.0	0.0001550705716366119	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0134_000000005750	5143	0.9356909790885092	5	5	3	5	5	False	44083	fragment	False	ISR0350_000000003054	0.9452745973219483		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	5154.0	97.49700000000001	100.0	0.06975263485870654	CP059718.1	enterobacteria	Escherichia coli strain BUCT2930 plasmid p2buct2930, complete sequence	False	True
ISR0259_000000007432	2122	0.9356896687651084	1	1	1	1	1	False	83454	fragment	False	ISR0259_000000007432	1.0		0	0	False	False	0.997172474861145	0					non-mobilizable	other	1772.0	94.074	98.0	0.02703943442133774	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0232_000000019941	1467	0.9356896687651084	1	1	1	1	1	False	30537	fragment	False	ISR0232_000000019941	0.9982876712328768		0	0	False	False	0.9918200373649597	0					non-mobilizable	other	1467.0	100.0	100.0	0.00027779493731043716	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0157_000000021768	1460	0.9356896687651084	1	1	1	1	1	False	30537	fragment	False	ISR0232_000000019941	0.9959100204498977		0	0	False	False	0.9979451894760132	0					non-mobilizable	other	1460.0	100.0	100.0	0.0002764684949085456	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0779_000000029252	1204	0.9356896687651084	2	1	1	1	1	False	27147	fragment	False	ISR0779_000000029252	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	100.0	100.0	0.00022795860135365343	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0245_000000008193	1119	0.9356896687651084	1	1	1	1	1	False	27147	fragment	False	ISR0779_000000029252	0.9647009966777409		0	0	False	False	0.9973190426826477	0					non-mobilizable	other	1119.0	100.0	100.0	0.00023611987878053165	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0076_000000001802	5860	0.9356889979144096	7	6	2	2	6	False	5803	maximal	True	SPA0076_000000001802	0.9992098331870061		5	3	True	True	1.0	62					non-mobilizable	no_good_hit	1830.0	99.945	77.0	0.2638868850093782	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	True	True
SPA0075_000000002436	5695	0.9356889979144096	7	6	2	2	6	False	5803	maximal	False	SPA0076_000000001802	0.9851535836177474		0	0	True	True	1.0	71					non-mobilizable	no_good_hit	1830.0	99.945	76.0	0.2638868850093782	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	True	True
ENG0137_000000002237	7638	0.935682903872433	8	6	5	5	5	False	61447	maximal	True	ENG0137_000000002237	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	430.0	75.581	6.0	0.014198509325149235	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
MON0082_000000000288	25596	0.9356818791553436	27	15	9	11	11	True	132157	maximal	True	MON0082_000000000288	1.0		4	1	False	False	0.9998828172683716	0					non-mobilizable	no_good_hit	2257.0	71.865	9.0	0.0006521594266209582	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
FIJ0008_000000013101	2180	0.935681398439652	4	4	1	2	2	True	116594	fragment	False	FIJ0008_000000013101	0.9917203311867525		0	0	False	True	0.9940366744995117	0					non-mobilizable	plasmid	2155.0	100.0	99.0	0.5192864030858245	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
SPA0132_000000010827	3650	0.935677769722046	4	4	4	4	4	False	128452	fragment	False	SPA0023_000000006569	0.9575404244734123		0	0	False	False	0.998630166053772	0					non-mobilizable	other	3562.0	97.92299999999999	98.0	0.013660007365126127	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0087_000000003440	7149	0.9356745031309768	9	9	6	7	9	True	85440	fragment	False	MAD0073_000000000529	0.9997642059373125		0	0	False	False	0.9998601078987122	0					non-mobilizable	plasmid	6685.0	99.073	99.0	0.04696284011693276	CP019905.1	enterobacteria	Escherichia coli strain MDR_56 plasmid unnamed6, complete sequence	False	True
MON0103_000000029613	1844	0.9356674076118584	2	2	2	2	2	False	78645	fragment	False	MON0103_000000029613	1.0		0	0	False	False	0.9821041226387024	0					non-mobilizable	chromosome	1782.0	88.44	96.0	0.0006311595490842309	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0338_000000013970	1985	0.9356665623131222	3	2	2	2	1	True	24420	fragment	False	ISR0338_000000013970	1.0		0	0	False	False	0.9964735507965088	0					non-mobilizable	no_good_hit	1056.0	90.152	53.0	0.04516653823101293	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
ISR0259_000000013910	1319	0.9356655488826028	2	1	1	1	1	False	26737	maximal	True	ISR0259_000000013910	1.0		1	1	False	False	0.9658832550048828	0					non-mobilizable	chromosome	1319.0	89.613	99.0	0.00022693643930331723	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ENG0003_000000010411	2191	0.9356650162044104	4	2	1	2	1	False	74099	fragment	False	ENG0003_000000010411	1.0		0	0	False	True	0.9963486790657043	0					non-mobilizable	no_good_hit								True	True
SPA0010_000000012295	1963	0.9356650162044104	4	2	1	2	1	False	73675	fragment	False	SPA0010_000000012295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0042_000000010926	2212	0.9356524635792614	4	3	1	2	3	False	47302	maximal	True	FIJ0042_000000010926	1.0		0	0	False	False	0.9850813746452332	0					non-mobilizable	no_good_hit	180.0	75.0	8.0	4.961054337679845e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
ISR0390_000000011836	1302	0.9356468699564454	2	2	2	1	1	False	22865	fragment	False	ISR0390_000000011836	1.0		0	0	False	False	0.9992319345474243	0					non-mobilizable	no_good_hit	557.0	97.307	42.0	0.0020158878064167594	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0787_000000006129	2313	0.9356430496944982	3	2	2	2	2	False	25751	fragment	False	ISR0787_000000006129	1.0		0	0	False	False	0.9995676875114441	0					non-mobilizable	no_good_hit	895.0	78.883	38.0	0.011666622625056152	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
USA0025_01_000000000487	30805	0.9356420642830404	33	19	8	14	14	True	116748	fragment	False	USA0025_01_000000000487	0.993105002229101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.166	5.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
ENG0012_000000000661	30784	0.9356420642830404	33	19	8	14	14	True	116748	fragment	False	USA0025_01_000000000487	0.9925268252292163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.289	5.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
FIJ0135_000000006118	4753	0.9356326663840908	8	4	2	2	3	True	124845	fragment	False	FIJ0135_000000006118	1.0		0	0	False	False	0.9997895956039429	0					non-mobilizable	no_good_hit	112.0	78.571	2.0	0.00025957510650914347	NZ_MKIP01000037.1	a-proteobacteria	Rhizobium oryzae strain 1.7048 scaffold11, whole genome shotgun sequence	True	True
ISR0062_000000004658	6159	0.9356316855245258	8	6	4	4	5	True	132410	maximal	False	ISR0048_000000002906	0.9790659713419348	PS1159|PS463	0	0	True	True	1.0	176		MOBV			mobilizable	no_good_hit	1594.0	93.726	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0136_000000001151	6135	0.9356316855245258	8	6	4	4	5	True	132410	maximal	False	ISR0048_000000002906	0.9784743463667508	PS1159|PS463	0	0	True	True	0.9985330104827881	13		MOBV			mobilizable	no_good_hit	1594.0	93.664	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0072_000000022660	1306	0.9356283183835932	1	1	1	1	1	False	61210	fragment	False	ISR0072_000000022660	0.963365539452496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0141_000000002946	9338	0.9356195545477454	7	5	4	5	4	False	115962	fragment	False	CHI0141_000000002946	1.0		0	0	False	False	0.9994645714759827	0					non-mobilizable	no_good_hit	1467.0	95.16	16.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
DEN0005_000000031052	1265	0.9356153722031568	3	2	1	2	1	False	76436	fragment	False	DEN0094_000000030676	0.9820872274143302		0	0	False	False	0.9944664239883423	0					non-mobilizable	no_good_hit	578.0	79.931	45.0	0.00017106053314267715	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0068_000000004115	5730	0.9356026114302288	6	6	1	3	6	False	108854	backbone	False	ENG0066_000000002902	0.9464827080548406	PS677	0	0	True	True	1.0	15	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	4095.0	99.853	99.0	0.3328184700430859	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	False	True
USA0059_01_000000008909	2957	0.9356011514151409	6	2	1	1	2	False	74549	fragment	False	ISR0210_000000006484	0.9834148763925332		0	0	False	False	0.9996618032455444	0					non-mobilizable	no_good_hit	1395.0	94.337	47.0	0.002557615193666368	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0210_000000006484	2957	0.9356011514151409	6	2	1	1	2	False	74549	fragment	False	ISR0210_000000006484	0.9834148763925332		0	0	False	False	0.9986472725868225	0					non-mobilizable	no_good_hit	1395.0	94.337	47.0	0.002557615193666368	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0285_000000005281	2957	0.9356011514151409	6	2	1	1	2	False	74549	fragment	False	ISR0210_000000006484	0.965960644367944		0	0	False	False	0.9905309677124023	0					non-mobilizable	no_good_hit	1303.0	94.014	44.0	0.0023886987558937147	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0849_000000009695	2819	0.9356011514151409	6	2	1	1	2	False	74549	fragment	False	ISR0210_000000006484	0.934357314614451		0	0	False	False	0.9989358186721802	0					non-mobilizable	no_good_hit	1391.0	95.471	49.0	0.002550271000719731	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
DEN0022_000000023771	1729	0.9356011514151409	3	2	1	1	2	False	74548	fragment	False	DEN0022_000000023771	0.9982174688057042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	94.294	81.0	0.002570467531322983	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
USA0034_01_000000033337	1560	0.9356011514151409	3	2	1	1	2	False	63740	fragment	False	USA0034_01_000000033337	0.9924142480211082		0	0	False	False	0.9993589520454407	0					non-mobilizable	no_good_hit	1055.0	93.175	68.0	0.0019351948414388742	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0814_000000025225	1636	0.9355945232623588	3	2	2	2	1	False	21519	maximal	True	ISR0814_000000025225	1.0		3	3	False	False	0.9981662631034851	0					non-mobilizable	no_good_hit	195.0	74.359	12.0	8.801732983696272e-05	NZ_JH556653.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_3, whole genome shotgun sequence	True	False
ISR0775_000000006043	3113	0.9355940056951184	5	4	3	4	3	False	54773	fragment	False	ISR0775_000000006043	1.0		0	0	False	False	0.9987150430679321	0					non-mobilizable	no_good_hit	138.0	84.05799999999999	4.0	0.002307912602550496	NZ_LOHE01000036.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00036, whole genome shotgun sequence	True	False
FIJ0140_000000006649	4104	0.9355936241338388	5	3	2	3	1	True	52430	maximal	True	FIJ0140_000000006649	0.9996396829209704		2	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
FIJ0092_000000007375	4084	0.9355936241338388	5	3	2	3	1	True	52430	maximal	False	FIJ0140_000000006649	0.9996396829209704		0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
FIJ0147_000000004563	4045	0.9355936241338388	5	3	2	3	1	True	47316	maximal	True	FIJ0147_000000004563	1.0		3	1	True	True	1.0	59					non-mobilizable	no_good_hit								True	True
FIJ0042_000000005925	4004	0.9355936241338388	4	3	2	3	1	True	47316	maximal	False	FIJ0147_000000004563	1.0		0	0	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
CHI0090_000000005307	2404	0.9355922303884194	3	3	3	2	2	False	84168	maximal	True	CHI0090_000000005307	1.0		11	5	False	False	0.9837770462036133	0					non-mobilizable	chromosome	2404.0	99.834	100.0	0.0008845075357980775	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
MAD0089_000000010755	2282	0.9355922303884194	3	3	3	2	2	False	84160	fragment	False	MAD0089_000000010755	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2199.0	99.818	99.0	0.0008090501721532145	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
MAD0022_000000006723	1934	0.935587855564365	3	3	3	3	2	False	93085	fragment	False	MAD0022_000000006723	1.0		0	0	False	False	0.9855222105979919	0					non-mobilizable	chromosome	1934.0	99.38	100.0	0.0009015059299782202	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0004_000000012542	1560	0.9355831237985394	2	2	2	2	1	False	81506	fragment	False	USA0041_01_000000011015	0.9870006341154091		0	0	False	False	0.995512843132019	0					non-mobilizable	other	1558.0	99.615	99.0	0.006398770384008417	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
USA0006_01_000000017924	1313	0.9355831237985394	2	2	2	2	1	False	81503	fragment	False	SPA0116_000000027959	0.5408241613391164		0	0	False	False	0.99466872215271	0					non-mobilizable	other	1290.0	99.76700000000001	98.0	0.0052973763808521835	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
DEN0065_000000026235	1312	0.9355831237985394	2	2	2	2	1	False	81503	fragment	False	SPA0116_000000027959	0.7160468824756656		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	99.771	100.0	0.005387789321409785	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ENG0209_000000014218	1265	0.9355831237985394	2	2	2	2	1	False	81503	fragment	False	SPA0116_000000027959	0.3576446830489916		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	99.76299999999999	100.0	0.005194634402945818	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ENG0006_000000002707	9949	0.9355809648258836	9	4	3	4	3	True	124895	fragment	False	ENG0006_000000002707	1.0		0	0	False	False	0.9987938404083252	0					non-mobilizable	no_good_hit	226.0	73.45100000000001	2.0	0.00011032241850487892	CP060264.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS0369-1-AR-4 chromosome, complete genome	True	True
ENG0173_000000002109	8736	0.9355809648258836	7	4	3	4	3	True	124891	fragment	False	ENG0173_000000002109	1.0		0	0	False	False	0.9997710585594177	0					non-mobilizable	no_good_hit	226.0	73.45100000000001	3.0	0.00011032241850487892	CP060264.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS0369-1-AR-4 chromosome, complete genome	True	True
ISR0132_000000014148	2002	0.9355806661467286	3	3	3	3	3	False	31594	maximal	True	ISR0132_000000014148	1.0		40	9	False	False	0.9990010261535645	0					non-mobilizable	no_good_hit	495.0	77.172	24.0	0.0007572070720341817	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	True	False
ISR0325_000000001933	7734	0.9355767469893488	11	6	4	4	5	True	109410	maximal	False	ENG0080_000000002936	0.9695283743012963		0	0	True	True	0.9998707175254822	10					non-mobilizable	no_good_hit	984.0	96.95100000000001	52.0	0.07922549415086728	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0094_000000002351	7730	0.9355767469893488	11	6	4	4	5	True	109410	maximal	False	ENG0080_000000002936	0.9640901140091891		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	984.0	96.85	52.0	0.07922549415086728	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0050_01_000000004784	2797	0.9355748671595396	3	3	3	3	3	False	79552	fragment	False	USA0050_01_000000004784	0.9973909802459933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	92.19	62.0	8.291392588116527e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
MON0103_000000027313	1974	0.9355737318440018	3	3	3	3	1	True	8893	maximal	True	MON0103_000000027313	1.0		1	1	False	False	0.9366768002510071	0					non-mobilizable	no_good_hit	797.0	76.41199999999999	40.0	0.09867433716858429	NZ_VWXL01000007.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_7, whole genome shotgun sequence	True	True
ISR0195_000000002904	7844	0.9355694810497156	12	4	3	2	4	False	110808	maximal	True	ISR0195_000000002904	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	7853.0	99.389	100.0	0.0017178600784151057	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0151_000000013329	1777	0.9355647775509492	2	2	2	2	2	False	81507	fragment	False	ENG0151_000000013329	1.0		0	0	False	False	0.9842430949211121	0					non-mobilizable	other	1796.0	93.486	100.0	0.00734810625986323	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
FIJ0036_000000027491	1552	0.9355588847867548	2	1	1	1	1	False	47912	fragment	False	FIJ0036_000000027491	1.0		0	0	False	False	0.9780927896499634	0					non-mobilizable	no_good_hit	617.0	79.25399999999999	39.0	0.00018280588665071305	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0029_000000002556	4674	0.9355544615699316	7	6	5	5	6	False	111431	fragment	False	ISR0843_000000003216	0.9118718048536755		0	0	False	False	0.9991441965103149	0					non-mobilizable	other	4631.0	98.87700000000001	99.0	0.006410354079259568	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0019_000000004233	5825	0.9355488148309832	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5804137601679518		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	92.0	98.913	3.0	0.0025548879779886575	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
MON0031_000000007256	4854	0.9355488148309832	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3430430097693958		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	4.0	0.11036036036036036	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
MON0045_000000005094	4854	0.9355488148309832	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3430430097693958		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	4.0	0.11036036036036036	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
ENG0116_000000008186	2859	0.9355481948595796	7	2	1	2	1	False	59474	fragment	False	ENG0116_000000008186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0110_000000003875	4404	0.9355441977821976	8	5	4	4	4	False	52012	fragment	False	FIJ0110_000000003875	1.0		0	0	False	True	0.9959127902984619	0					non-mobilizable	no_good_hit	1192.0	98.07	54.0	0.002278188026196288	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0089_000000002866	6317	0.9355370262977863	10	6	3	3	5	False	89198	backbone	False	USA0025_01_000000002835	0.9147152457903668	PS462	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	2943.0	92.932	76.0	0.000565045027266506	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	True	True
ISR0358_000000000043	68087	0.9355356602788096	87	35	23	35	17	True	114655	maximal	False	SPA0012_000000000050	0.9625635732077138	PS739|PS80	0	0	True	True	1.0	25					non-mobilizable	plasmid	23996.0	99.1	95.0	0.3316176165372961	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
USA0041_01_000000011015	1577	0.9355331053647772	3	3	2	2	2	False	81506	fragment	False	USA0041_01_000000011015	0.9923076923076923		0	0	False	False	0.9892200231552124	0					non-mobilizable	other	1542.0	99.741	98.0	0.006333015518148343	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
SPA0032_000000025874	1162	0.9355331053647772	3	3	2	2	2	False	81503	fragment	False	SPA0116_000000027959	0.11926877470355732		0	0	False	False	0.9896729588508606	0					non-mobilizable	other	1151.0	99.652	99.0	0.004722021304576538	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0009_000000008545	3682	0.9355329290437	7	5	2	3	5	True	92235	maximal	True	ISR0009_000000008545	1.0		5	1	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2946.0	96.979	80.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
CHI0098_000000005372	1696	0.935527534480798	1	1	1	1	1	True	83401	fragment	False	CHI0098_000000005372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	95.27600000000001	22.0	0.10188172043010753	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0119_000000009554	1355	0.935527534480798	1	1	1	1	1	True	81920	fragment	False	CHI0119_000000009554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	95.27600000000001	28.0	0.10188172043010753	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
DEN0029_000000012249	1122	0.9355267371634792	2	1	0	1	1	True	73824	fragment	False	DEN0029_000000012249	1.0		0	0	False	False	0.9973261952400208	0					non-mobilizable	no_good_hit	69.0	97.101	6.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
MAD0022_000000000111	32023	0.935526127810252	40	8	3	8	2	False	19318	maximal	True	MAD0022_000000000111	1.0		1	1	True	True	1.0	223					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.159615925098813e-07	CP032573.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_03	True	True
SPA0105_000000005134	5427	0.9355243283728836	9	3	3	3	1	False	103688	fragment	False	SPA0105_000000005134	1.0		0	0	False	False	0.9963147044181824	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	1.0	9.950154464302637e-05	NZ_QVMD01000001.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf1, whole genome shotgun sequence	True	False
CHI0098_000000004011	2242	0.9355222966905032	3	3	3	3	2	False	99181	fragment	False	CHI0098_000000004011	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2242.0	99.777	100.0	0.00088837724279576	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0307_000000000553	9189	0.935518357752372	9	7	6	6	5	False	55886	maximal	True	ISR0307_000000000553	1.0		1	1	False	False	0.9990205764770508	0					non-mobilizable	no_good_hit	1737.0	81.232	19.0	0.006561402835600407	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0097_000000008631	3183	0.9355150727397888	2	1	1	1	1	False	33303	fragment	False	ISR0097_000000008631	1.0		0	0	False	False	0.9996858239173889	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000009651	1974	0.9355150727397888	3	1	1	1	1	False	105527	fragment	False	ISR0181_000000009651	0.9897794513179128		0	0	False	False	0.9939209818840027	0					non-mobilizable	no_good_hit								True	False
AST0102_000000017159	1827	0.9355150727397888	2	1	1	1	1	False	108232	fragment	False	AST0102_000000017159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000030671	1264	0.9355150727397888	1	1	1	1	1	False	33811	fragment	False	ISR0087_000000030671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0015_000000022190	1150	0.9355150727397888	2	1	1	1	1	False	7895	fragment	False	SPA0015_000000022190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0031_000000003020	5645	0.9355085377509004	5	4	3	4	3	False	59793	fragment	False	ISR0031_000000003020	1.0		0	0	False	False	0.9959256052970886	0					non-mobilizable	other	5645.0	100.0	100.0	0.09517546078480969	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0191_000000016134	1947	0.9355010139888674	3	3	1	1	3	True	114022	fragment	False	ENG0191_000000016134	1.0		0	0	False	False	0.9969183206558228	0					non-mobilizable	chromosome	1931.0	99.948	99.0	0.0009927263506093436	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0297_000000001524	6692	0.9354968343739676	8	2	2	1	2	False	69916	fragment	False	ISR0297_000000001524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	94.35	3.0	0.0007702407002188184	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0107_000000005272	8327	0.9354950732460412	6	4	4	4	4	False	63112	fragment	False	MON0107_000000005272	1.0		0	0	False	False	0.9995196461677551	0					non-mobilizable	no_good_hit	1113.0	80.32300000000001	14.0	0.0013461540804305743	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0086_000000006936	4374	0.9354861499981679	5	3	2	2	3	False	43857	maximal	False	MAD0104_000000002113	0.9564533053515214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	75.847	5.0	0.000500600720865038	NZ_KE384303.1	high GC Gram+	Agrococcus lahaulensis DSM 17612 H508DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
CHI0144_000000003683	3754	0.9354810054967952	5	5	5	4	3	False	110585	fragment	False	CHI0144_000000003683	1.0		0	0	False	False	0.9917421340942383	0					non-mobilizable	no_good_hit	42.0	95.238	1.0	1.2344314855901199e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0253_000000001499	6766	0.935480411641728	11	5	4	3	2	True	123859	maximal	False	ENG0045_000000001528	0.9721080135937025		0	0	True	True	1.0	14		MOBB			mobilizable	no_good_hit	2653.0	97.851	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0827_000000001528	6329	0.9354597283321362	6	2	1	1	1	False	48091	maximal	True	ISR0827_000000001528	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	1042.0	75.816	21.0	0.09100797679477883	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0199_000000005308	5090	0.9354597283321362	5	2	1	1	1	False	48109	fragment	False	ISR0199_000000005308	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1601.0	77.202	38.0	0.13895939086294415	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0047_000000005632	5160	0.9354559112237724	8	6	4	4	5	False	52019	maximal	True	FIJ0047_000000005632	1.0	PS211	4	2	False	True	0.9951550364494324	0					non-mobilizable	no_good_hit	1612.0	96.402	59.0	0.0030867627503803367	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
AST0084_000000010980	3055	0.935451699119416	5	4	4	3	3	False	131551	maximal	True	AST0084_000000010980	1.0		0	0	False	False	0.9888706803321838	0					non-mobilizable	no_good_hit	1693.0	77.791	79.0	0.00047501614201560444	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0190_000000003361	6926	0.9354473869240699	8	4	2	4	3	False	116329	backbone	True	ISR0190_000000003361	1.0	PS770	1	1	True	True	1.0	28					non-mobilizable	no_good_hit	1582.0	74.336	23.0	0.00466848682075452	NZ_VSLA01000024.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_23, whole genome shotgun sequence	True	True
SPA0113_000000005015	6692	0.935446664221806	8	7	2	3	6	True	109264	fragment	False	SPA0113_000000005015	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	no_good_hit	4449.0	90.29	66.0	0.530821093185649	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
MON0095_000000010233	2949	0.9354436501871456	5	2	2	2	2	False	84446	fragment	False	MON0095_000000010233	1.0		0	0	False	False	0.990166187286377	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.807592230268068e-05	NZ_ANBA01000014.1	high GC Gram+	Nocardiopsis ganjiahuensis DSM 45031 contig_14, whole genome shotgun sequence	True	False
DEN0033_000000002157	12248	0.9354400199476032	12	7	5	6	3	True	122758	fragment	False	AST0046_000000001434	0.7542347826652867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3524.0	89.61399999999999	48.0	0.014429842736459458	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0109_000000005651	5522	0.9354237495591702	6	6	5	4	5	False	17461	maximal	True	MON0109_000000005651	1.0		29	5	False	False	1.0	0					non-mobilizable	other	5522.0	98.859	100.0	0.002625991411732221	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0119_000000000018	136831	0.9354233718192154	170	54	24	40	25	True	99773	maximal	True	ISR0119_000000000018	1.0		2	1	True	True	0.99998539686203	23					non-mobilizable	no_good_hit	1505.0	82.65799999999999	1.0	0.02575786233815362	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
FIJ0013_000000007312	3608	0.93541983338796	4	4	2	3	4	True	50647	maximal	True	FIJ0013_000000007312	1.0		2	1	True	True	1.0	80					non-mobilizable	no_good_hit	1006.0	85.984	45.0	0.25589139344262296	AB021464.1	firmicutes	Streptococcus bovis plasmid pSBO1 Rep gene for replication protein, complete cds	True	True
FIJ0032_000000009584	3605	0.93541983338796	4	4	2	3	4	True	50647	maximal	False	FIJ0013_000000007312	0.9995842572062084		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1005.0	85.97	45.0	0.25563524590163933	AB021464.1	firmicutes	Streptococcus bovis plasmid pSBO1 Rep gene for replication protein, complete cds	True	True
MAD0065_000000007214	1602	0.9354144513308978	3	2	2	2	1	True	16626	fragment	False	MAD0065_000000007214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	99.171	23.0	0.4121004566210046	GQ875351.1		Uncultured organism clone VC1A173TR genomic sequence	True	True
MON0100_000000007584	4989	0.9354094783619132	9	3	2	3	1	True	9133	fragment	False	MON0100_000000007584	1.0		0	0	False	False	0.9805572032928467	0					non-mobilizable	no_good_hit	2476.0	92.124	77.0	0.09526376588371198	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
MON0046_000000010557	2953	0.93540518164147	5	4	3	3	4	True	123556	backbone	False	ISR0826_000000002301	0.01447170668992926	PS902	0	0	False	True	1.0	0					non-mobilizable	chromosome	2047.0	99.12100000000001	93.0	0.00046582822140364563	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0015_000000007227	3370	0.9354049884182366	4	4	3	4	3	False	104468	maximal	True	ISR0015_000000007227	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	99.226	50.0	0.011869478181522378	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
SPA0132_000000010382	3787	0.935397575213528	5	3	3	3	3	True	125424	fragment	False	SPA0007_000000005963	0.7538038105650957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	41.0	0.12434247341913822	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0256_000000004820	3716	0.935397575213528	6	3	3	3	3	True	125424	fragment	False	SPA0007_000000005963	0.9701961379111604		0	0	False	False	0.9994617700576782	0					non-mobilizable	no_good_hit	1136.0	81.16199999999999	42.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0204_000000006626	3563	0.935397575213528	6	3	3	3	3	True	125424	fragment	False	SPA0007_000000005963	0.7548663562710514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1138.0	81.107	44.0	0.12542334612779407	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0325_000000005554	3355	0.935397575213528	7	3	3	3	3	True	125424	fragment	False	SPA0007_000000005963	0.7025237414143083		0	0	False	False	0.9979135394096375	0					non-mobilizable	no_good_hit	996.0	81.928	43.0	0.1097929490766648	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0001_01_000000004705	3325	0.935397575213528	7	3	3	3	3	True	125424	fragment	False	SPA0007_000000005963	0.641163981969577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	81.608	43.0	0.11074734703093249	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0034_000000004428	3256	0.935397575213528	6	3	3	3	3	True	125424	fragment	False	SPA0007_000000005963	0.37776892695530045		0	0	False	False	0.9960073828697205	0					non-mobilizable	no_good_hit	1128.0	81.294	48.0	0.12452020772183336	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0124_000000004977	3142	0.935397575213528	6	3	3	3	3	True	118143	fragment	False	CHI0124_000000004977	0.9998359580052494		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2570.0	91.051	86.0	0.28488372093023256	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
CHI0101_000000004411	3048	0.935397575213528	5	3	3	3	3	True	118143	fragment	False	CHI0124_000000004977	0.9848822406110758		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2476.0	90.792	85.0	0.27437388193202145	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
SPA0122_000000011215	2468	0.935397575213528	4	3	3	3	3	True	111313	fragment	False	SPA0122_000000011215	0.999442280717462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	81.928	46.0	0.1097929490766648	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0773_000000005648	2448	0.935397575213528	4	3	3	3	3	True	111313	fragment	False	SPA0122_000000011215	0.9970286331712588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	81.928	46.0	0.1097929490766648	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0002_000000009089	2336	0.935397575213528	4	3	3	3	3	True	111313	fragment	False	SPA0122_000000011215	0.966651130108085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	96.322	43.0	0.00022836056015046753	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0053_000000000892	12857	0.9353915599045078	23	10	6	5	9	False	86445	maximal	True	CHI0053_000000000892	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4896.0	95.241	61.0	0.00883060748085048	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
SPA0026_000000010411	2861	0.9353868419212212	3	1	1	1	1	False	7528	fragment	False	SPA0026_000000010411	1.0		0	0	False	False	0.9979028105735779	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000017687	2854	0.9353868419212212	4	1	1	1	1	False	70186	maximal	True	DEN0073_000000017687	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	96.414	9.0	7.527021253598293e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0028_000000013425	2273	0.9353868419212212	3	1	1	1	1	False	7443	fragment	False	SPA0028_000000013425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0037_000000022227	1600	0.9353868419212212	2	1	1	1	1	False	65175	fragment	False	ENG0037_000000022227	1.0		0	0	False	False	0.9981250166893005	0					non-mobilizable	no_good_hit								True	False
ISR0839_000000007150	2612	0.9353789731033608	2	2	2	2	1	False	105883	fragment	False	CHI0106_000000005843	0.13910648339872683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	18.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0069_01_000000001648	26573	0.9353642409840074	38	12	6	9	6	False	52965	maximal	True	USA0069_01_000000001648	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	77.331	4.0	0.00026131484968147916	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0012_000000005865	3419	0.9353607242881216	4	4	4	3	3	False	125550	maximal	True	AST0012_000000005865	1.0		0	0	False	False	0.9976601600646973	0					non-mobilizable	no_good_hit	745.0	95.973	22.0	0.009031178482663582	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	False
ENG0005_000000009869	2433	0.9353573068850344	2	1	0	1	1	False	84787	fragment	False	ENG0005_000000009869	0.986640385457731		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	2433.0	99.671	100.0	0.4708502808444703	CP023837.1	enterobacteria	Escherichia coli strain 4/2-1 plasmid p4_2_1.3, complete sequence	False	True
ENG0204_000000024841	1128	0.9353573068850344	1	1	0	1	1	False	59638	fragment	False	ENG0112_000000024442	0.9815135759676488		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	1129.0	99.557	100.0	0.2181149603251403	CP008716.1	enterobacteria	Escherichia coli strain ST648 plasmid pEC648_2, complete sequence	False	True
ENG0112_000000024442	1128	0.9353573068850344	1	1	0	1	1	False	59638	fragment	False	ENG0112_000000024442	0.9815135759676488		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	1129.0	99.557	100.0	0.2181149603251403	CP008716.1	enterobacteria	Escherichia coli strain ST648 plasmid pEC648_2, complete sequence	False	True
CHI0027_000000001953	7213	0.9353529865105928	12	8	3	3	7	True	90650	fragment	False	CHI0035_000000001228	0.9624561583675074		0	0	False	True	1.0	0		MOBB			mobilizable	no_good_hit	5273.0	92.54700000000001	73.0	0.630989646039008	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
FIJ0048_000000003779	7177	0.9353513496933206	16	6	2	5	2	True	52623	fragment	False	FIJ0048_000000003779	1.0		0	0	False	False	0.9998606443405151	0					non-mobilizable	no_good_hit	3576.0	90.26799999999999	74.0	0.06314464962960338	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0087_000000002136	10757	0.9353474078732058	10	6	4	5	1	True	97618	fragment	False	FIJ0082_000000001939	0.7486734153063505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	81.38	11.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0119_000000001465	10399	0.9353474078732058	10	6	4	5	1	True	97618	fragment	False	FIJ0082_000000001939	0.7460494494557011		0	0	False	False	0.9999038577079773	0					non-mobilizable	no_good_hit	1246.0	81.38	12.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0023_000000002815	9548	0.9353474078732058	10	6	4	5	1	True	97618	fragment	False	FIJ0082_000000001939	0.3710224774067739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	80.957	10.0	0.05952011904023808	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MON0107_000000016044	3508	0.9353471227347584	6	5	1	3	5	False	30899	fragment	False	MON0107_000000016044	0.9989400363416112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2968.0	91.34100000000001	84.0	0.03562098977958083	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
ISR0171_000000007776	3302	0.9353471227347584	5	5	1	3	5	False	30899	fragment	False	MON0107_000000016044	0.9696408209806158		0	0	False	False	0.9927316904067993	0					non-mobilizable	no_good_hit	2965.0	91.265	89.0	0.0355848752242112	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
MAD0107_000000023624	1672	0.9353415748507209	4	2	1	1	2	False	14671	maximal	True	MAD0107_000000023624	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	91.566	75.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0110_000000005423	5419	0.9353388301661836	7	3	1	1	2	True	112907	maximal	True	ENG0110_000000005423	0.9999085501885597		12	6	True	True	1.0	23					non-mobilizable	no_good_hit	551.0	92.74	10.0	0.18112834048168922	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
CHI0086_000000000817	5419	0.9353388301661836	7	3	1	1	2	True	112907	maximal	False	ENG0110_000000005423	0.9998169247533389		0	0	True	True	1.0	38					non-mobilizable	no_good_hit	551.0	92.74	11.0	0.18112834048168922	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
USA0006_01_000000006683	3668	0.9353388301661836	6	3	1	1	2	True	64826	fragment	False	USA0006_01_000000006683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	92.559	15.0	0.18112834048168922	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ISR0788_000000006083	1199	0.9353272843919934	2	1	1	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21083409179338294		0	0	False	False	0.999165952205658	0					non-mobilizable	chromosome	1092.0	79.029	95.0	0.00028703061757731754	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0002_000000033692	1162	0.9353272843919934	1	1	1	1	1	False	101087	fragment	False	TAN0024_000000004209	0.18512587089150537		0	0	False	False	0.9948365092277527	0					non-mobilizable	chromosome	1055.0	78.578	95.0	0.0002771606056346031	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0787_000000013218	1161	0.9353272843919934	1	1	1	1	1	False	101087	fragment	False	TAN0024_000000004209	0.18500654311804207		0	0	False	False	1.0	0					non-mobilizable	chromosome	1054.0	78.558	95.0	0.0002771606056346031	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0793_000000014991	1140	0.9353272843919934	1	1	1	1	1	False	101087	fragment	False	TAN0024_000000004209	0.17247153125671125		0	0	False	False	1.0	0					non-mobilizable	chromosome	1036.0	77.992	95.0	0.0002726257352825451	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0082_000000033198	1111	0.9353272843919934	1	1	1	1	1	False	101087	fragment	False	TAN0024_000000004209	0.02033465220092874		0	0	False	False	0.9450945258140564	0					non-mobilizable	chromosome	1037.0	78.206	92.0	0.0002726257352825451	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0112_000000013330	2090	0.9353271910672784	2	2	2	2	2	False	59680	maximal	True	ENG0112_000000013330	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0288_000000003595	7096	0.9353134828546426	4	4	3	4	2	True	25979	maximal	True	ISR0288_000000003595	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	85.507	14.0	0.0001576096859270295	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ENG0193_000000004252	4800	0.9353116712351538	4	3	2	3	2	False	107104	maximal	True	ENG0193_000000004252	1.0		1	1	False	False	0.9985416531562805	0					non-mobilizable	no_good_hit	2755.0	98.221	57.0	0.018594664668111566	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0176_000000000222	47151	0.9353006043595956	49	16	12	15	13	True	73647	fragment	False	ISR0176_000000000222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	88.198	3.0	0.0008633731800728827	NZ_JACBYZ010000001.1	high GC Gram+	Aeriscardovia aeriphila strain DSM 22365 Ga0197576_01, whole genome shotgun sequence	True	True
AST0025_000000012704	2770	0.935298289978371	4	3	3	2	3	False	120457	fragment	False	AST0025_000000012704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	88.09200000000001	24.0	0.0007676699277943538	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0115_000000011500	2850	0.9352981936853147	6	6	5	4	5	False	32483	maximal	True	ISR0115_000000011500	1.0		1	1	False	False	0.9961403608322144	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.942436841557682e-06	CP046322.1	high GC Gram+	Corynebacterium xerosis strain FDAARGOS_674 chromosome, complete genome	True	False
ISR0779_000000012780	2633	0.9352962028101725	5	3	2	3	2	False	22345	maximal	True	ISR0779_000000012780	1.0		2	2	False	False	0.9973414540290833	0					non-mobilizable	chromosome	2631.0	98.78399999999999	99.0	0.0013921715494128264	CP047880.1	euryarchaeotes	Methanomassiliicoccaceae archaeon DOK chromosome, complete genome	False	False
ENG0105_000000007803	2740	0.9352937817420665	3	3	2	3	1	False	60170	maximal	True	ENG0105_000000007803	1.0		3	2	False	False	0.9989051222801208	0					non-mobilizable	no_good_hit	1246.0	98.63600000000001	77.0	0.0003568905971224012	NZ_KK073872.1	bacteria	Cloacibacillus evryensis DSM 19522 CloevDRAFT_Scaffold1.1, whole genome shotgun sequence	True	False
ISR0164_000000000517	25594	0.9352907081223394	42	12	5	8	6	True	53148	fragment	False	ISR0164_000000000517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2123.0	93.78200000000001	36.0	0.03755361003792578	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0031_000000016300	1972	0.9352870850936594	4	1	1	1	1	False	7279	fragment	False	SPA0031_000000016300	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	78.107	34.0	0.004611554544634994	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
ISR0377_000000004935	2775	0.9352826399463394	3	3	3	3	3	False	67877	fragment	False	ISR0377_000000004935	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2775.0	100.0	100.0	0.0005858645292819274	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0280_000000002811	3451	0.935275300179116	4	4	4	4	4	False	110991	fragment	False	ISR0280_000000002811	0.9797773133540048		0	0	False	False	0.9991306662559509	0					non-mobilizable	chromosome	3442.0	97.76299999999999	99.0	0.0014170885810087892	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0002_000000024033	1556	0.9352727342446672	3	2	2	2	1	False	131371	fragment	False	AST0002_000000024033	0.9080731186281383		0	0	False	False	0.9929305911064148	0					non-mobilizable	no_good_hit	209.0	76.077	13.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
CHI0151_000000016147	1528	0.9352727342446672	2	2	2	2	1	False	131371	fragment	False	AST0002_000000024033	0.8552618649956956		0	0	False	False	0.9980366230010986	0					non-mobilizable	no_good_hit	212.0	75.0	14.0	8.791680703063944e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
FIJ0158_000000006798	2647	0.9352647568996156	5	2	2	2	1	True	39436	fragment	False	FIJ0158_000000006798	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	88.695	74.0	0.0192464466735193	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0158_000000002828	4964	0.935264685800704	9	4	4	4	2	True	3147	fragment	False	SPA0158_000000002828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.0953626255390725e-06	CP019113.1	enterobacteria	Enterobacter sp. SA187 chromosome, complete genome	True	True
SPA0141_000000001314	13218	0.9352568376504228	17	8	2	4	5	True	100856	fragment	False	SPA0141_000000001314	1.0		0	0	False	True	0.99992436170578	0					non-mobilizable	no_good_hit	302.0	83.444	2.0	0.06269592476489028	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
SPA0140_000000001267	12898	0.9352568376504228	17	8	2	4	5	True	100856	fragment	False	SPA0141_000000001314	0.9878952942956574		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	302.0	83.444	2.0	0.06269592476489028	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
SPA0063_000000005649	3158	0.935246733524944	5	4	3	3	3	False	74192	fragment	False	SPA0063_000000005649	0.9930398187115571		0	0	False	False	0.9990500211715698	0					non-mobilizable	other	3078.0	95.77600000000001	97.0	0.0018380681682242097	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
MON0052_000000022779	1303	0.9352256401906832	2	2	2	2	2	False	11206	maximal	True	MON0052_000000022779	1.0		71	13	False	False	0.9930928349494934	0					non-mobilizable	no_good_hit	292.0	71.233	22.0	0.0011215290440729543	NZ_PRKX01000025.1	high GC Gram+	Arthrobacter agilis strain CGMCC 1.15723 C243, whole genome shotgun sequence	True	False
ISR0064_000000001807	8146	0.9352255175325545	8	2	2	2	1	True	124877	maximal	True	ISR0064_000000001807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	89.88799999999999	1.0	0.00018715798473386346	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	True	True
SPA0074_000000001348	16122	0.9352237039741303	19	16	10	14	11	False	122370	maximal	True	SPA0074_000000001348	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6040.0	96.805	88.0	0.0017018247374355753	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0149_000000012955	1466	0.9352197290603296	2	2	2	2	2	False	106069	fragment	False	ISR0344_000000020233	0.307883729615521		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	97.544	100.0	0.0005104561631396992	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0159_000000006230	3984	0.9351859442275376	4	3	2	3	2	False	129630	maximal	True	ISR0159_000000006230	1.0	PS1061	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1806.0	88.87	45.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0109_000000010080	3395	0.9351809390880326	5	3	3	2	3	False	113577	fragment	False	MON0109_000000010080	0.9458921211092036		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	95.874	96.0	0.00042146081407399617	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0177_000000010118	2772	0.9351767562427228	5	5	3	4	2	False	29766	fragment	False	ISR0177_000000010118	1.0		0	0	False	False	0.993145763874054	0					non-mobilizable	no_good_hit	1065.0	76.62	45.0	0.0003588326116125362	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0338_000000001647	9660	0.9351752995918272	7	4	3	4	1	True	117537	fragment	False	SPA0139_000000001919	0.9406899334274763		0	0	False	True	0.9997929334640503	0					non-mobilizable	no_good_hit								True	True
SPA0023_000000016292	1708	0.9351746513338292	2	2	2	1	1	False	30378	fragment	False	SPA0023_000000016292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	73.71600000000001	66.0	0.0019373860297732931	CP003502.1	CFB group bacteria	Prevotella intermedia 17 chromosome I, complete sequence	True	False
FIJ0114_000000006463	5542	0.9351669138215071	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6936566132590033		0	0	False	False	1.0	0					non-mobilizable	other	5484.0	95.897	99.0	0.0016035899799639105	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
AST0006_000000004690	3088	0.9351647594250524	3	3	2	3	2	False	127572	fragment	False	AST0006_000000004690	0.9659730776745014		0	0	False	False	1.0	0					non-mobilizable	chromosome	3128.0	82.257	100.0	0.0013410806430423148	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0207_000000001383	10810	0.935161733860616	21	6	3	4	5	False	53914	maximal	True	ENG0207_000000001383	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	88.421	2.0	4.6158027992279644e-05	CP010423.1	enterobacteria	Pragia fontium strain 24613, complete genome	True	False
ISR0851_000000004017	3222	0.9351541229193496	3	3	3	3	3	False	102301	fragment	False	ISR0851_000000004017	1.0		0	0	False	False	0.994413435459137	0					non-mobilizable	no_good_hit	1683.0	99.822	56.0	0.0004670898800895302	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0284_000000001956	4343	0.9351520275524566	7	5	3	4	5	True	92175	fragment	False	ISR0284_000000001956	1.0		0	0	False	False	0.9997697472572327	0					non-mobilizable	no_good_hit	1887.0	92.79299999999999	56.0	0.2121143886512047	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	True	True
ISR0793_000000015421	1109	0.9351497992695348	2	1	1	1	1	True	22000	fragment	False	ISR0793_000000015421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0141_000000015878	1855	0.93514771148368	3	1	1	1	1	False	40270	maximal	True	FIJ0141_000000015878	1.0		1	1	False	False	0.99245285987854	0					non-mobilizable	no_good_hit	173.0	98.266	9.0	0.010570304818092428	NZ_QEKH01000059.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_159, whole genome shotgun sequence	True	False
ENG0073_000000004642	5603	0.9351423243466512	7	7	2	2	6	False	62247	fragment	False	ENG0073_000000004642	1.0		0	0	False	False	0.9994645714759827	0					non-mobilizable	chromosome	4241.0	80.736	91.0	0.0009415351205574317	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0192_000000006528	3008	0.9351376433160346	4	4	3	3	4	False	73733	fragment	False	ENG0192_000000006528	1.0		0	0	False	False	0.9960106611251831	0					non-mobilizable	other	3008.0	99.535	100.0	0.009548123239693774	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
SPA0032_000000004385	5543	0.9351304697253228	4	3	3	3	2	False	84460	fragment	False	SPA0032_000000004385	0.9766434356752685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.7980589036757827e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
USA0015_01_000000006723	4686	0.9351219942696574	8	4	1	1	4	False	74550	fragment	False	ISR0157_000000005523	0.9732704402515724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1670.0	94.251	65.0	0.00032125854722144117	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	True	False
ISR0122_000000003547	4447	0.9351219942696574	8	4	1	1	4	False	74550	fragment	False	ISR0157_000000005523	0.6496656707924314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1573.0	95.296	65.0	0.00030391659444614687	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
MAD0009_000000000314	18290	0.935121169874178	21	15	4	4	14	True	19805	fragment	False	MAD0009_000000000314	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	13018.0	96.82700000000001	91.0	0.23453408538013804	CP057011.1	enterobacteria	Escherichia coli strain RHB40-C22 plasmid pRHB40-C22_2, complete sequence	False	True
ISR0076_000000003684	6645	0.9351195633273702	7	5	1	3	4	True	117322	fragment	False	ISR0265_000000002146	0.9702066999287242		0	0	False	False	0.9987961053848267	0					non-mobilizable	chromosome	3424.0	95.035	97.0	0.0015433625876198715	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
FIJ0008_000000004965	5634	0.9351152998778152	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9969412686914858	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5583.0	99.91	100.0	0.9976764968722073	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0068_000000008275	3757	0.935098380783457	7	3	3	2	2	True	108559	fragment	False	FIJ0068_000000008275	1.0		0	0	False	False	0.998935341835022	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.02857142857142857	NZ_JWHR01000049.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig049, whole genome shotgun sequence	True	True
ENG0179_000000010009	3324	0.935092419554768	4	4	3	3	2	False	104827	fragment	False	ENG0179_000000010009	1.0		0	0	False	False	0.9996991753578186	0					non-mobilizable	chromosome	1918.0	95.62	100.0	0.0003826086123462231	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0169_000000003411	6914	0.9350916244136582	10	7	5	6	4	True	125242	maximal	True	ISR0169_000000003411	1.0		0	0	False	False	0.9982643723487854	0					non-mobilizable	no_good_hit	598.0	70.40100000000001	9.0	0.00025345308420721846	LR134495.1	g-proteobacteria	Mannheimia haemolytica strain NCTC10643 genome assembly, chromosome: 1	True	True
FIJ0006_000000036311	1121	0.9350872193623389	3	2	1	1	2	True	51637	fragment	False	FIJ0006_000000036311	1.0		0	0	False	False	0.9866191148757935	0					non-mobilizable	no_good_hit	40.0	92.5	4.0	8.821912726400817e-05	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	True	True
MON0092_000000009629	5097	0.9350838252322476	5	5	5	5	5	False	97352	fragment	False	MON0092_000000009629	1.0		0	0	False	False	0.998822808265686	0					non-mobilizable	other	5097.0	98.882	100.0	0.006648783491811663	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0026_000000009458	2378	0.9350804484727748	4	4	4	3	3	False	120077	fragment	False	ISR0155_000000005779	0.41936846611716216		0	0	False	False	0.9823380708694458	0					non-mobilizable	chromosome	2378.0	99.285	100.0	0.0005277431649930367	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0374_000000003439	4536	0.9350757096122364	6	4	4	3	3	False	27789	maximal	True	ISR0374_000000003439	1.0		3	1	False	False	0.9973545074462891	0					non-mobilizable	no_good_hit	1446.0	74.274	32.0	0.0003852997726866534	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0288_000000000343	32497	0.9350755844647212	39	19	8	18	10	True	108409	fragment	False	ISR0288_000000000343	1.0		0	0	False	True	1.0	0					non-mobilizable	other	24347.0	96.973	91.0	0.24285486188727448	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0319_000000001416	8122	0.9350743674698708	12	8	4	8	5	False	106269	maximal	False	ISR0002_000000002439	0.9349066164557952		0	0	False	False	0.9996306300163269	0					non-mobilizable	no_good_hit	952.0	79.41199999999999	12.0	0.38030424339471575	NZ_JAAITU010000097.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_97_length_2498_cov_195.029, whole genome shotgun sequence	True	False
AST0012_000000001731	8774	0.9350718060706191	9	8	6	7	8	False	125646	maximal	True	AST0012_000000001731	1.0		5	4	False	False	1.0	0					non-mobilizable	other	8594.0	99.779	98.0	0.0017086345597934606	CP021535.1	enterobacteria	Escherichia coli strain AR_0119, complete genome	False	False
ISR0039_000000014028	2535	0.9350714494068472	5	3	2	3	2	False	106103	maximal	True	ISR0039_000000014028	1.0		0	0	False	False	0.9964497089385986	0					non-mobilizable	other	1889.0	95.5	90.0	0.0006838357995122722	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0090_000000017911	1999	0.9350525123541538	2	2	2	2	1	False	65596	fragment	False	SPA0090_000000017911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0265_000000007441	2219	0.935050601692338	4	4	3	2	3	False	80255	fragment	False	ISR0265_000000007441	0.9927667269439422		0	0	False	False	0.9959441423416138	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000013057	3320	0.9350498774387471	2	2	2	2	2	False	50992	maximal	True	FIJ0011_000000013057	1.0		1	1	False	False	0.9990963935852051	0					non-mobilizable	no_good_hit	1691.0	74.21600000000001	50.0	0.0005594194693458663	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0024_000000008759	4728	0.9350488574163452	6	3	2	2	1	False	12954	maximal	True	MON0024_000000008759	1.0		3	1	False	False	0.9953468441963196	0					non-mobilizable	no_good_hit	417.0	75.54	9.0	0.0038020677255019477	NZ_AQWR01000003.1	CFB group bacteria	Porphyromonas bennonis DSM 23058 = JCM 16335 strain DSM 23058 B088DRAFT_scaffold_2.3_C, whole genome shotgun sequence	True	False
ISR0357_000000006315	3692	0.9350470619374678	3	2	1	2	1	True	125553	backbone	False	ISR0070_000000005259	0.06179568057404961	PS930	0	0	True	True	0.9962080121040344	20	rep_cluster_1351	MOBQ			mobilizable	plasmid	3453.0	87.75	99.0	0.9459459459459459	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	False	True
ISR0030_000000005255	3691	0.9350470619374678	3	2	1	2	1	True	125553	backbone	False	ISR0070_000000005259	0.061517741732773586	PS930	0	0	True	True	0.9975616335868835	8	rep_cluster_1351	MOBQ			mobilizable	plasmid	3613.0	88.292	100.0	0.9900717043574186	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	False	True
ISR0847_000000009206	2865	0.9350470619374678	3	2	1	2	1	True	125553	backbone	False	ISR0070_000000005259	0.09945639613355886	PS930	0	0	False	True	0.9958115220069885	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2784.0	93.319	97.0	0.7529891304347827	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ISR0261_000000006916	2605	0.9350470619374678	2	2	1	2	1	True	125553	backbone	False	ISR0070_000000005259	0.017736466077599055	PS930	0	0	False	True	0.9996161460876465	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2634.0	87.889	100.0	0.7217319360176503	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	False	True
ISR0001_000000004337	6854	0.9350446324701228	6	6	4	5	4	False	75554	fragment	False	SPA0101_000000005993	0.9667312214690829		0	0	False	False	0.9997081756591797	0					non-mobilizable	no_good_hit	1604.0	84.165	32.0	0.0005385506323425909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0019_000000007390	2327	0.9350415704256476	3	2	2	2	2	False	37743	maximal	True	ISR0019_000000007390	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	99.734	76.0	0.0020304458880770707	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
FIJ0031_000000006356	3644	0.93503538007451	6	5	4	4	5	False	106526	fragment	False	FIJ0031_000000006356	1.0		0	0	False	False	0.995334804058075	0					non-mobilizable	no_good_hit	2557.0	92.374	81.0	0.06366490581082428	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
USA0090_01_000000001768	4981	0.935034027052404	8	1	1	1	1	False	399	fragment	False	USA0090_01_000000001768	1.0		0	0	False	False	0.9967877864837646	0					non-mobilizable	no_good_hit	595.0	94.79	18.0	0.00014904430981946067	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MAD0090_000000011958	1166	0.9350323527487396	2	2	2	2	1	False	15771	maximal	True	MAD0090_000000011958	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	95.43700000000001	43.0	0.00013359978773069584	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0153_000000003189	7943	0.935028915308103	9	7	6	7	5	False	124332	maximal	True	ENG0153_000000003189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	79.482	6.0	0.00036673269990535414	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
CHI0011_000000000940	5760	0.9350280344946538	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9262355469969522	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5266.0	99.677	91.0	0.940840035746202	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CAN0001_000000008257	5693	0.9350280344946538	9	5	1	2	5	False	132470	backbone	True	CAN0001_000000008257	0.9982981429106511	PS1164|PS386|PS459|PS744|PS745	233	12	True	True	1.0	253	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.834	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
MON0102_000000007661	5693	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9973075704957773	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	382	rep_cluster_870	MOBV			mobilizable	plasmid	5420.0	99.76	100.0	0.9685433422698838	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0056_000000003265	5693	0.9350280344946538	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9975349883806595	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	65	rep_cluster_870	MOBV			mobilizable	plasmid	5426.0	99.779	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0179_000000004540	5683	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9978782559485981	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	167	rep_cluster_870	MOBV			mobilizable	plasmid	5428.0	99.79700000000001	100.0	0.9699731903485255	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0099_000000003790	5675	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9980673240386662	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	58	rep_cluster_870	MOBV			mobilizable	plasmid	5426.0	99.816	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0119_000000005602	5674	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.997521123223798	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	351	rep_cluster_870	MOBV			mobilizable	plasmid	5426.0	99.779	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0037_000000005366	5674	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977138613481173	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	140	rep_cluster_870	MOBV			mobilizable	plasmid	5426.0	99.779	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0182_000000004275	5674	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9970746287039348	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	31	rep_cluster_870	MOBV			mobilizable	plasmid	5426.0	99.853	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0073_01_000000003545	5674	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.997718172003153	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	338	rep_cluster_870	MOBV			mobilizable	plasmid	5426.0	99.779	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0172_000000001339	5674	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9978702415975985	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	351	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.853	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0031_01_000000005404	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9981223701814961	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	151	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.76	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0134_000000002165	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9981223701814961	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	55	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.76	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0072_000000002117	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9976835042515633	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	91	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.816	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0064_01_000000001800	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9976867381739116	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2261	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.816	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0112_000000004620	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9981223701814961	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	134	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.76	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
DEN0085_000000006243	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979437512051783	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	111	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.742	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0081_000000004391	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979437483313399	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	174	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.742	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0177_000000004432	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9981223701814961	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	379	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.76	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0075_01_000000004408	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9978381138641353	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2804	rep_cluster_870	MOBV			mobilizable	plasmid	5383.0	99.814	100.0	0.9619302949061662	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0137_000000002079	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9981223701814961	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	154	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.76	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0163_000000001581	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9980267724820232	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	80	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.834	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0006_000000005425	5673	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9976742095559105	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	153	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.79700000000001	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0139_000000003084	5672	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979651282770982	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	96	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.742	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0083_000000003849	5672	0.9350280344946538	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9974650091230557	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	32	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.76	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0043_01_000000002374	5672	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977945342998626	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	328	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.72399999999999	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0080_000000004098	5672	0.9350280344946538	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979432927981465	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	354	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.742	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0142_000000005058	5661	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979882044388386	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	83	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.76	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0120_000000003650	5656	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.994165897905372	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	94	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.57600000000001	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ITA0002_000000001159	5654	0.9350280344946538	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.997617054057937	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	23	rep_cluster_870	MOBV			mobilizable	plasmid	5426.0	99.79700000000001	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0019_000000001308	5653	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977119745976921	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998230934143066	26	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.742	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0829_000000002322	5653	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.997621663956739	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	48	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.816	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0163_000000003696	5653	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977190754885269	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	44	rep_cluster_870	MOBV			mobilizable	plasmid	5425.0	99.742	100.0	0.9694369973190349	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0816_000000007701	5592	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9966242459019617	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	749	rep_cluster_870	MOBV			mobilizable	plasmid	5324.0	99.71799999999999	100.0	0.9513851653261841	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0001_01_000000002713	5558	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9924918503894751	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	23	rep_cluster_870	MOBV			mobilizable	plasmid	5307.0	99.83	100.0	0.9483467381590706	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0080_01_000000007677	5554	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9912798186285551	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	10	rep_cluster_870	MOBV			mobilizable	plasmid	5307.0	99.755	100.0	0.9483467381590706	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0041_000000006082	5553	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9908635363331624	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	381	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.79299999999999	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0020_01_000000006174	5553	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9905504092322286	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	65	rep_cluster_870	MOBV			mobilizable	plasmid	5305.0	99.79299999999999	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0040_01_000000003403	5553	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9907268181610496	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	682	rep_cluster_870	MOBV			mobilizable	plasmid	5305.0	99.79299999999999	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0086_01_000000003503	5553	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9907257082869297	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	652	rep_cluster_870	MOBV			mobilizable	plasmid	5305.0	99.811	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
DEN0064_000000005926	5552	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9910216438248691	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	41	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.774	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0010_01_000000004860	5552	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9905223731887873	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	44	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.79299999999999	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0124_000000002908	5552	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9904358020920845	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	164	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.906	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0159_000000003895	5552	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9910414265557702	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	111	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.83	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0065_000000004125	5552	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9910414265557702	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1687	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.83	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0025_01_000000003232	5552	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9907023599490372	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	76	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.811	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0041_01_000000004180	5551	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9909757979280855	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	99	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.811	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
AUS0004_000000003859	5551	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9906874254319696	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	3998	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.736	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0026_01_000000006218	5551	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9909757979280855	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	150	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.811	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0072_01_000000003623	5551	0.9350280344946538	9	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9908628522046461	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	531	rep_cluster_870	MOBV			mobilizable	plasmid	5304.0	99.755	100.0	0.94781054512958	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0173_000000001305	5528	0.9350280344946538	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9878575129774606	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	806	rep_cluster_870	MOBV			mobilizable	plasmid	5260.0	99.81	100.0	0.9399463806970509	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0035_01_000000004624	5508	0.9350280344946538	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.980017284885874	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	246	rep_cluster_870	MOBV			mobilizable	plasmid	5260.0	99.772	100.0	0.9399463806970509	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0013_01_000000002255	5482	0.9350280344946538	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9754368496865689	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	176	rep_cluster_870	MOBV			mobilizable	plasmid	5260.0	99.829	100.0	0.9399463806970509	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0211_000000003409	5442	0.9350280344946538	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9693198459136134	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	3	rep_cluster_870	MOBV			mobilizable	plasmid	5240.0	99.771	100.0	0.9363717605004468	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0018_01_000000004616	5371	0.9350280344946538	6	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9558010853129392	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5253.0	99.714	100.0	0.9386952636282395	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0826_000000002257	5304	0.9350280344946538	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9339176904744771	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	40	rep_cluster_870	MOBV			mobilizable	plasmid	2963.0	99.96600000000001	100.0	0.5294958884519128	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
ISR0213_000000013283	1972	0.9350247574285973	3	3	2	3	2	False	128272	fragment	False	AST0099_000000008733	0.48228177440930214		0	0	False	False	0.999492883682251	0					non-mobilizable	other	1720.0	99.012	100.0	0.0005989584603666504	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0113_000000005128	5390	0.9350215254577384	7	6	5	4	6	False	59624	maximal	True	ENG0113_000000005128	1.0		0	0	False	False	0.9998144507408142	0					non-mobilizable	no_good_hit	3406.0	100.0	63.0	0.02054906126094592	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
SPA0008_000000000666	20424	0.9350211887717176	11	9	7	9	6	True	105962	fragment	False	FIJ0108_000000000697	0.9751908485945612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	1.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
ISR0077_000000014562	2288	0.9350175644695232	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.20121094991572128		0	0	False	False	0.9973776340484619	0					non-mobilizable	other	2288.0	99.65	100.0	0.006065588988051824	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0039_000000005710	2281	0.9350175644695232	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.20092490282866562		0	0	False	False	0.9960543513298035	0					non-mobilizable	other	2281.0	99.73700000000001	100.0	0.006047023564826479	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0065_000000006288	2120	0.9350175644695232	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.11113921404135012		0	0	False	False	1.0	0					non-mobilizable	chromosome	2120.0	97.736	100.0	0.0004635946900358646	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0126_000000010772	4513	0.9350174314430671	4	4	3	3	3	True	123469	fragment	False	ISR0126_000000010772	1.0		0	0	False	False	0.998892068862915	0					non-mobilizable	no_good_hit	1539.0	76.803	34.0	0.0003457129333742397	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0070_000000006086	3305	0.9350139025126796	9	2	1	2	2	True	59055	fragment	False	ISR0070_000000006086	1.0		0	0	False	False	0.9996974468231201	0					non-mobilizable	no_good_hit	923.0	99.242	71.0	0.0053106316310896585	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0186_000000010452	1846	0.935011768833301	3	2	2	2	2	False	112401	fragment	False	CHI0186_000000010452	1.0		0	0	False	False	0.9994583129882812	0					non-mobilizable	no_good_hit	1600.0	98.56200000000001	88.0	0.0004437631559946904	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0224_000000017167	1790	0.935011768833301	3	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.926698940238834		0	0	False	False	0.9977653622627258	0					non-mobilizable	other	1737.0	84.053	96.0	0.020500519897910956	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
MAD0108_000000010159	1717	0.935011768833301	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.9236398697211615		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	82.041	100.0	0.0007690715897102379	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
ENG0104_000000018469	1717	0.935011768833301	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.9254801597592694		0	0	False	False	0.9994176030158997	0					non-mobilizable	other	1673.0	82.18799999999999	100.0	0.0007690715897102379	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
AST0024_000000005565	5454	0.9350078079621854	5	3	2	2	2	False	123468	maximal	True	AST0024_000000005565	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	91.12899999999999	25.0	0.008726014754193585	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0150_000000005565	4029	0.9350078079621854	5	3	2	2	2	False	123467	fragment	False	ISR0150_000000005565	1.0		0	0	False	False	0.9947878122329712	0					non-mobilizable	no_good_hit	640.0	74.531	16.0	0.004033845577937124	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
DEN0061_000000012584	3197	0.9350078079621854	3	3	2	2	2	False	123464	fragment	False	ISR0114_000000007690	0.8648237029705084		0	0	False	False	0.999061644077301	0					non-mobilizable	no_good_hit	307.0	73.941	10.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
SPA0083_000000005246	2971	0.9350078079621854	4	3	2	2	2	False	123464	fragment	False	ISR0114_000000007690	0.6377771838329687		0	0	False	False	0.9959609508514404	0					non-mobilizable	no_good_hit	307.0	73.941	10.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ENG0053_000000001791	14359	0.9350039368509404	27	8	5	7	4	True	112144	fragment	False	FIJ0094_000000001017	0.9482686546366613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4311.0	97.1	73.0	0.024825186908889837	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0013_000000008587	4998	0.9349947909844452	6	4	3	4	2	True	52607	fragment	False	MON0013_000000008587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	98.507	64.0	0.07212167886022333	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0045_000000018147	1306	0.9349933844496368	2	2	2	2	2	False	47033	maximal	True	FIJ0045_000000018147	1.0		73	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0144_000000003341	4703	0.9349929543952692	7	4	4	3	2	False	70443	fragment	False	SPA0144_000000003341	1.0		0	0	False	False	0.9972358345985413	0					non-mobilizable	no_good_hit	76.0	84.211	2.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
MON0016_000000009355	3029	0.9349897489757256	5	4	3	4	3	False	104520	fragment	False	MON0053_000000011153	0.9664586583463338		0	0	False	False	1.0	0					non-mobilizable	chromosome	3029.0	97.986	100.0	0.001247005005316656	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0036_000000020464	2003	0.93498670612696	3	2	2	1	1	False	47944	maximal	True	FIJ0036_000000020464	1.0		1	1	False	False	0.9995007514953613	0					non-mobilizable	no_good_hit	456.0	95.833	23.0	0.0001531503360724243	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0400_000000002030	7753	0.9349847109208679	9	4	3	3	2	False	108802	fragment	False	ISR0400_000000002030	1.0		0	0	False	False	0.999871015548706	0					non-mobilizable	no_good_hit	3164.0	98.546	43.0	0.07870116944513561	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
FIJ0167_000000010779	1882	0.9349836748052665	3	3	3	3	2	False	38971	fragment	False	FIJ0167_000000010779	1.0		0	0	False	False	0.9553666114807129	0					non-mobilizable	chromosome	1882.0	99.309	100.0	0.0003860675784511486	CP045064.2	enterobacteria	Enterobacter roggenkampii strain WCHER090065 chromosome, complete genome	False	False
AUS0018_000000010784	2583	0.9349804046320782	4	3	3	2	2	False	107378	maximal	True	AUS0018_000000010784	1.0		22	7	False	False	0.9953542351722717	0					non-mobilizable	no_good_hit	808.0	78.094	31.0	0.00027506494971125055	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
USA0012_01_000000001290	5693	0.9349764003038225	9	6	1	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980131925008345	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1130	rep_cluster_870	MOBV			mobilizable	plasmid	5383.0	99.833	100.0	0.9619302949061662	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0812_000000006732	5635	0.9349764003038225	8	6	1	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977956667238468	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	416	rep_cluster_870	MOBV			mobilizable	plasmid	5325.0	99.81200000000001	100.0	0.9513851653261841	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0001_000000005299	5634	0.9349764003038225	9	6	1	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9975120673244736	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	115	rep_cluster_870	MOBV			mobilizable	plasmid	5324.0	99.775	100.0	0.9513851653261841	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0081_000000004858	6153	0.9349725344285262	6	6	6	6	5	False	103968	maximal	True	FIJ0081_000000004858	1.0		0	0	False	False	0.9993498921394348	0					non-mobilizable	no_good_hit	3587.0	94.229	75.0	0.001268138973299672	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0331_000000016696	1486	0.9349718022183624	3	2	2	2	2	False	24605	maximal	True	ISR0331_000000016696	1.0		0	0	False	False	0.988559901714325	0					non-mobilizable	no_good_hit	672.0	84.67299999999999	45.0	0.00019410723976612246	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0162_000000034070	1144	0.9349615796714268	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5373537421865336		0	0	False	False	0.996503472328186	0					non-mobilizable	other	1144.0	100.0	100.0	0.0014410475394396934	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
USA0017_01_000000023966	1124	0.9349615796714268	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.36007365967154065		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	100.0	100.0	0.0014158323593970042	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
SPA0034_000000020702	1695	0.934960705236794	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.2581619556649894	PS319	0	0	False	True	1.0	0					non-mobilizable	plasmid	1695.0	99.646	100.0	0.0091223384204461	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
SPA0022_000000003644	3740	0.93495555065409	4	4	3	3	4	True	115851	backbone	True	SPA0022_000000003644	1.0	PS756	3	1	True	True	1.0	21	rep_cluster_1320				non-mobilizable	no_good_hit	1619.0	99.876	43.0	0.22936170212765958	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
CHI0119_000000000628	11766	0.934952727150356	15	12	6	6	9	True	132596	backbone	False	ISR0120_000000000296	0.015667239620323032	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	11766.0	99.941	100.0	0.378783000643915	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
CHI0139_000000000891	9515	0.9349466685527986	16	12	8	9	8	True	125397	fragment	False	SPA0032_000000002311	0.9294760276077696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7220.0	92.07799999999999	76.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MON0105_000000011714	4466	0.934944237691712	8	3	1	2	3	False	65803	maximal	True	MON0105_000000011714	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	87.037	4.0	7.396391938943474e-05	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
FIJ0087_000000000049	80951	0.9349413014647334	89	32	13	26	14	True	65911	maximal	True	FIJ0087_000000000049	1.0		1	1	False	False	0.9999011754989624	0					non-mobilizable	no_good_hit	603.0	71.31	1.0	0.0139723414401526	NZ_FRAD01000024.1	firmicutes	Hathewaya proteolytica DSM 3090, whole genome shotgun sequence	True	True
MON0041_000000007883	5546	0.9349367059314406	3	3	3	2	1	False	11828	fragment	False	MON0041_000000007883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	100.0	2.0	0.00016965866796738311	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0224_000000006954	3983	0.9349263495439566	3	2	2	2	2	False	107080	fragment	False	ISR0224_000000006954	1.0		0	0	False	False	0.9987446665763855	0					non-mobilizable	no_good_hit	460.0	98.913	12.0	0.003099110778018595	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0020_000000002634	11974	0.93490890885733	15	11	7	6	7	True	91941	fragment	False	CAN0020_000000002634	0.9999711624419644		0	0	False	False	1.0	0					non-mobilizable	other	8136.0	99.926	99.0	0.00153190976514797	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0095_000000000057	58429	0.9349075871899256	98	31	11	23	15	True	88748	maximal	True	CHI0095_000000000057	1.0		1	1	True	True	1.0	174					non-mobilizable	no_good_hit	3977.0	91.225	57.0	0.07037535887711338	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0037_000000009930	1476	0.9349018960270162	3	2	2	1	1	False	87926	fragment	False	DEN0077_000000008599	0.9597591888466412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00011415280780234441	NZ_VOJA01000005.1	g-proteobacteria	Francisella salimarina strain SYSU SYW-1 SYW-1_S13_L001_R1_001_(paired)_contig_7, whole genome shotgun sequence	True	False
ISR0059_000000001800	8239	0.9348923302958512	8	3	3	3	2	False	35463	maximal	True	ISR0059_000000001800	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.067445632049282e-05	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
ISR0379_000000007728	2997	0.9348910624898	5	4	1	1	4	True	92233	fragment	False	ENG0101_000000008633	0.2717180234500777		0	0	False	False	0.9993326663970947	0	rep_cluster_1079				non-mobilizable	plasmid	2941.0	99.524	98.0	0.5474017507915813	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
DEN0081_000000002421	2981	0.9348910624898	5	4	1	1	4	True	92233	fragment	False	ENG0101_000000008633	0.1420468087134754		0	0	False	False	0.9993290901184082	0	rep_cluster_1079				non-mobilizable	plasmid	2910.0	99.485	98.0	0.541627863661762	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
CHI0038_000000006648	1814	0.934886861017208	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.7566944777938888		0	0	False	False	0.9922822713851929	0					non-mobilizable	other	1814.0	97.29899999999999	100.0	0.0005034684617136256	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0028_000000014812	2014	0.9348863126927812	3	3	1	3	1	False	73992	fragment	False	ENG0166_000000013649	0.9171046344959388		0	0	False	False	0.9985104203224182	0					non-mobilizable	no_good_hit	698.0	80.65899999999999	34.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0136_000000001227	11288	0.9348795861487929	8	7	6	6	5	False	119752	maximal	True	CHI0136_000000001227	1.0		59	10	False	False	0.9999114274978638	0					non-mobilizable	other	6830.0	99.51700000000001	100.0	0.0010908316629025068	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0041_000000005153	2600	0.9348739153219552	4	4	1	2	2	True	118388	fragment	False	CAN0004_000000006625	0.4562884949436092		0	0	False	True	1.0	0					non-mobilizable	plasmid	2601.0	97.001	100.0	0.5430422064354367	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0155_000000001948	7483	0.9348695650422656	11	10	9	10	10	False	125086	fragment	False	SPA0155_000000001948	0.9799679651529635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	78.194	17.0	0.004938318976267675	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
SPA0153_000000001868	7417	0.9348695650422656	11	10	9	10	10	False	125086	fragment	False	SPA0155_000000001948	0.9535094800537749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	78.194	17.0	0.004938318976267675	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0036_000000011822	3237	0.9348688626247816	5	5	4	5	4	False	98133	fragment	False	FIJ0036_000000011822	0.9895701643489254		0	0	False	False	1.0	0					non-mobilizable	other	3237.0	98.641	100.0	0.0006357011827263722	CP007394.1	enterobacteria	Escherichia coli strain ST2747, complete genome	False	False
ISR0192_000000001938	9520	0.9348665713787192	10	9	8	6	7	True	67186	maximal	True	ISR0192_000000001938	1.0		1	1	False	False	1.0	0	rep_cluster_1778				non-mobilizable	no_good_hit	4311.0	99.51299999999999	72.0	0.04130211876994432	KY463220.1	enterobacteria	Escherichia coli plasmid pNDM5-IBAC, complete sequence	True	True
SPA0145_000000005369	5822	0.934859791148704	8	6	4	5	5	True	128118	fragment	False	SPA0145_000000005369	1.0		0	0	False	False	0.9987976551055908	0					non-mobilizable	no_good_hit	3075.0	85.984	53.0	0.4643723468768951	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0175_000000013614	1870	0.9348562676466222	3	2	2	2	1	False	128386	fragment	False	ENG0175_000000013614	0.9706199460916443		0	0	False	False	0.9850267171859741	0					non-mobilizable	no_good_hit	1471.0	70.36	77.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0005_000000014977	1855	0.9348562676466222	3	2	2	2	1	False	128386	fragment	False	ENG0175_000000013614	0.9668449197860962		0	0	False	False	0.982749342918396	0					non-mobilizable	no_good_hit	885.0	72.542	47.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CAN0018_000000020254	1686	0.9348562676466222	2	2	2	2	1	False	112270	fragment	False	MAD0085_000000006375	0.9692784667418264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	72.316	52.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0137_000000009948	1657	0.9348501326344484	3	3	3	3	2	False	80510	fragment	False	CHI0137_000000009948	1.0		0	0	False	False	0.9951720237731934	0					non-mobilizable	chromosome	1657.0	98.73299999999999	100.0	0.00031575828322068873	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0400_000000004811	3650	0.9348452369928808	5	4	1	3	2	False	130029	backbone	False	ISR0080_000000005952	0.02478367404404167	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1646.0	97.38799999999999	54.0	0.32109375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ETH0005_000000017718	2688	0.9348436284373476	3	3	3	3	2	False	52762	fragment	False	ETH0005_000000017718	1.0		0	0	False	False	0.999627947807312	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000011393	2082	0.9348391914640932	3	3	3	3	2	False	64063	maximal	False	MON0029_000000012865	0.9681817345295606		0	0	False	False	0.9995197057723999	0					non-mobilizable	other	1988.0	73.038	94.0	0.0005253596198808193	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0124_000000002877	8357	0.9348364998733028	10	2	1	1	1	False	50835	maximal	True	FIJ0124_000000002877	0.9999407091189375		3	1	True	True	0.9988033771514893	1					non-mobilizable	no_good_hit	1601.0	77.514	25.0	0.13895939086294415	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0168_000000002011	8354	0.9348364998733028	10	2	1	1	1	False	50835	maximal	False	FIJ0124_000000002877	0.9999407091189375		0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1594.0	77.47800000000001	25.0	0.1383248730964467	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0028_000000004676	6347	0.9348364998733028	7	2	1	1	1	False	96587	maximal	True	FIJ0028_000000004676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	91.04799999999999	32.0	0.13007614213197968	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
SPA0016_000000006374	5009	0.9348364998733028	5	2	1	1	1	False	96586	fragment	False	SPA0016_000000006374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	99.234	33.0	0.1418600435097897	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0138_000000003627	4807	0.9348364998733028	5	2	1	1	1	False	49744	maximal	True	FIJ0138_000000003627	1.0		0	0	False	False	0.9987518191337585	0					non-mobilizable	no_good_hit	412.0	91.99	9.0	0.00645181744685573	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
FIJ0012_000000004790	4738	0.9348364998733028	5	2	1	1	1	False	50832	fragment	False	FIJ0012_000000004790	1.0		0	0	False	False	0.999366819858551	0					non-mobilizable	no_good_hit	1496.0	76.337	35.0	0.12944162436548223	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0074_000000021134	1391	0.93483246351934	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.09437168739962289		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	78.52600000000001	99.0	0.019494645247657295	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0097_000000002018	13277	0.9348306799940612	15	8	4	6	7	False	60799	maximal	True	ENG0097_000000002018	1.0		1	1	False	False	0.9993221163749695	0					non-mobilizable	no_good_hit	2485.0	77.304	22.0	0.0007459122643440292	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ENG0140_000000010384	1713	0.9348255566971424	3	3	3	3	3	False	83448	fragment	False	ENG0140_000000010384	1.0		0	0	False	False	0.9935784935951233	0					non-mobilizable	other	1713.0	100.0	100.0	0.005886357541207941	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
ENG0010_000000006489	3132	0.9348251347629406	7	3	3	2	1	True	79846	fragment	False	ENG0010_000000006489	1.0		0	0	False	False	0.9952107071876526	0					non-mobilizable	other	3132.0	96.775	100.0	0.0008384573135249244	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0001_01_000000001326	10715	0.934818211097583	8	7	6	7	6	False	2291	maximal	True	USA0001_01_000000001326	1.0		5	4	False	False	0.9988800883293152	0					non-mobilizable	no_good_hit	837.0	75.508	8.0	0.00317781639707427	NZ_VDGH01000009.1	firmicutes	Psychrobacillus lasiicapitis strain NEAU-3TGS17 scaffold9, whole genome shotgun sequence	True	False
MAD0102_000000005176	3273	0.9347874814881768	4	4	2	3	4	True	114215	fragment	False	MAD0046_000000005928	0.4212392017949946		0	0	False	False	1.0	0					non-mobilizable	plasmid	3273.0	99.81700000000001	100.0	0.03673597700633224	CP038347.1	enterobacteria	Escherichia coli O157:H7 strain G5295 plasmid pG5295-2, complete sequence	False	True
ISR0293_000000011431	3205	0.9347874814881768	4	4	2	3	4	True	114215	fragment	False	MAD0046_000000005928	0.36038308725288654		0	0	False	False	0.9996879696846008	0					non-mobilizable	other	3205.0	99.969	100.0	0.07778964747013693	LM997258.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.0_1_41188_[organism:Escherichia	False	True
ISR0089_000000006169	3905	0.9347776349502378	8	3	1	1	3	False	92816	maximal	True	ISR0089_000000006169	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	75.52	22.0	0.008319141856049483	NZ_PUEC01000007.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq7, whole genome shotgun sequence	True	False
MAD0026_000000007606	1814	0.9347720768397012	2	2	2	2	1	False	19088	fragment	False	MAD0026_000000007606	1.0		0	0	False	False	0.9895259141921997	0					non-mobilizable	no_good_hit	706.0	82.15299999999999	39.0	0.00025602986651946465	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
CHI0045_000000009028	2317	0.934764216670296	3	3	3	3	3	False	91017	fragment	False	ENG0076_000000005088	0.9760549110806046		0	0	False	False	1.0	0					non-mobilizable	chromosome	2317.0	99.741	100.0	0.00035698403976148655	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0163_000000009046	2661	0.9347554599783664	4	2	1	2	1	False	74004	fragment	False	ENG0163_000000009046	1.0		0	0	False	False	0.9984968304634094	0					non-mobilizable	no_good_hit	698.0	80.80199999999999	26.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0116_000000018153	2225	0.9347494458744486	4	3	2	3	1	True	4356	fragment	False	SPA0116_000000018153	1.0		0	0	False	False	0.9955056309700012	0					non-mobilizable	no_good_hit								True	True
FIJ0100_000000007564	2486	0.9347423207210565	3	2	1	1	2	True	70177	fragment	False	ENG0053_000000008057	0.5906933523635242		0	0	False	False	0.997988760471344	0					non-mobilizable	no_good_hit	1179.0	73.19800000000001	47.0	0.12682231722021264	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0077_000000021997	1363	0.9347279846595974	1	1	1	1	1	True	44486	fragment	False	FIJ0077_000000021997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0131_000000001713	10222	0.9347179617691002	23	10	6	10	7	False	50736	maximal	True	FIJ0131_000000001713	1.0		1	1	False	False	0.9992173910140991	0					non-mobilizable	no_good_hit	88.0	97.727	1.0	2.2170371052094957e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ENG0076_000000001065	11798	0.934713791304186	16	13	7	6	10	True	132596	backbone	False	ISR0120_000000000296	0.012177262930483537	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	11798.0	99.898	100.0	0.3808432334710744	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0019_000000013104	2208	0.9346929889847321	5	2	1	2	0	True	122411	maximal	False	AST0029_000000013432	0.9995615957913195		0	0	True	True	1.0	27					non-mobilizable	no_good_hit								True	True
DEN0066_000000005059	5691	0.934692520642636	8	5	3	3	2	True	130648	backbone	False	USA0082_01_000000002282	0.44618151976881676	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3491.0	99.914	100.0	0.5688896135659547	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0094_000000003004	5617	0.934692520642636	8	5	3	3	2	True	130648	backbone	False	USA0082_01_000000002282	0.4404753933449731	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3476.0	99.885	100.0	0.5664438284689385	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0040_000000001101	12207	0.9346864167204872	16	9	5	8	6	True	95211	maximal	False	FIJ0024_000000001577	0.9504212349442034	PS505	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	2751.0	82.915	38.0	0.5135593220338983	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
USA0025_01_000000005434	3046	0.934682869655053	6	5	2	2	4	True	116584	backbone	True	USA0025_01_000000005434	0.9146503691560791	PS778	836	13	False	True	1.0	0					non-mobilizable	other	2662.0	100.0	100.0	0.626559924652696	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0102_000000002364	3027	0.934682869655053	7	5	2	2	4	True	116584	backbone	False	USA0025_01_000000005434	0.9144465221838641	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2662.0	100.0	100.0	0.626559924652696	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0397_000000006803	2887	0.934682869655053	6	5	2	2	4	True	116584	backbone	False	USA0025_01_000000005434	0.903158532840437	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2662.0	100.0	100.0	0.626559924652696	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0025_000000008163	2622	0.934682869655053	6	5	2	2	4	True	116584	backbone	False	USA0025_01_000000005434	0.8720017909054544	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2622.0	99.92399999999999	100.0	0.6171415116552861	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0006_000000000210	46700	0.9346715293738842	58	36	27	32	23	True	38506	maximal	True	ISR0006_000000000210	1.0		1	1	False	False	0.9998500943183899	0					non-mobilizable	no_good_hit	1372.0	81.487	3.0	0.02673199412052915	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ENG0168_000000024916	1264	0.9346591651140574	2	1	1	1	1	False	55950	maximal	True	ENG0168_000000024916	1.0		0	0	False	False	0.9643987417221069	0					non-mobilizable	no_good_hit	548.0	99.818	47.0	0.00015427546095082194	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0118_000000007173	4074	0.9346564063272425	5	2	2	1	2	False	76105	fragment	False	ISR0852_000000001846	0.9712837181451622		0	0	False	False	0.9982817769050598	0					non-mobilizable	no_good_hit	486.0	78.189	12.0	5.2022978978757026e-05	LT670817.1	a-proteobacteria	Bradyrhizobium erythrophlei strain GAS138 genome assembly, chromosome: I	True	False
ISR0177_000000003945	5765	0.934649712903176	7	4	1	2	4	False	121790	backbone	False	ISR0085_000000003385	0.9863495909592621	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9998265504837036	3					non-mobilizable	no_good_hit	1253.0	94.493	40.0	0.13925036147258368	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0266_000000002910	4646	0.934649712903176	7	4	1	2	4	False	98980	backbone	False	ISR0267_000000003260	0.9686095356430997	PS554	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	806.0	83.00200000000001	21.0	0.08942275608942275	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
DEN0082_000000009690	3942	0.9346495582396024	4	3	3	3	3	False	71125	backbone	True	DEN0082_000000009690	0.984164386510166	PS334	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0211_000000005556	3726	0.9346495582396024	3	3	3	3	3	False	71125	backbone	False	DEN0082_000000009690	0.9769315032996057	PS334	0	0	False	True	0.9940955638885498	0					non-mobilizable	no_good_hit								True	True
ENG0037_000000008858	3659	0.9346495582396024	4	3	3	3	3	False	71125	backbone	False	DEN0082_000000009690	0.8191327810607865	PS334	0	0	False	True	0.9918010234832764	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	4.0	2.6499848984834953e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0082_000000006894	4023	0.9346492839762309	5	4	3	4	2	False	117658	maximal	True	ISR0082_000000006894	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	3417.0	94.44	100.0	0.0010678894652452096	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0112_000000021734	1273	0.9346483170501172	2	2	2	2	1	False	106069	fragment	False	ISR0344_000000020233	0.30818868672593674		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	95.52600000000001	100.0	0.0004619432485287362	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0152_000000004045	5333	0.9346401902806252	6	4	2	4	1	False	39734	maximal	True	FIJ0152_000000004045	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000005099	9510	0.9346309031417008	11	11	6	8	9	True	49700	fragment	False	FIJ0021_000000005099	1.0		0	0	False	False	0.9984227418899536	0		MOBC			mobilizable	plasmid	9101.0	99.824	96.0	0.07272029855278615	CP039328.1	enterobacteria	Citrobacter portucalensis strain Effluent_1 plasmid unnamed1, complete sequence	False	True
FIJ0151_000000009296	1894	0.9346217373374932	2	2	2	2	2	False	39753	maximal	True	FIJ0151_000000009296	1.0		14	1	False	False	0.9941921830177307	0					non-mobilizable	chromosome	1896.0	99.84200000000001	100.0	0.0003726069588429561	CP034678.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 chromosome, complete genome	False	False
FIJ0019_000000002271	3205	0.9346196480847888	3	3	1	3	3	False	98452	maximal	True	FIJ0019_000000002271	1.0		2	1	True	True	1.0	18	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	no_good_hit	1065.0	95.399	59.0	0.39708629062383266	CP050776.1	enterobacteria	Salmonella enterica subsp. enterica serovar Indiana strain SI102 plasmid pSI102-5, complete sequence	True	True
ETH0003_000000001845	12163	0.9346165230234966	10	8	7	8	6	False	53293	maximal	True	ETH0003_000000001845	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	74.306	1.0	0.0004101424445071455	NZ_PEBQ01000093.1	a-proteobacteria	Acetobacter pomorum strain LHT 2458 NODE_142_length_343783_cov_53.051942, whole genome shotgun sequence	True	False
CHI0022_000000005011	2450	0.9346161262316977	5	3	2	2	2	False	105371	fragment	False	CHI0022_000000005011	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2473.0	95.75399999999999	100.0	0.000548844007027691	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0013_000000007577	5493	0.9346160756340542	6	6	5	6	5	False	61443	fragment	False	ENG0157_000000003802	0.8343690017247876		0	0	False	False	0.9934462308883667	0					non-mobilizable	no_good_hit	431.0	75.638	8.0	0.014198509325149235	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ENG0020_000000007331	2703	0.9346113897890262	5	1	1	1	1	False	66491	fragment	False	ENG0020_000000007331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000013264	2495	0.934611307755704	2	2	2	2	1	False	18266	fragment	False	MAD0041_000000013264	1.0		0	0	False	False	0.9923847913742065	0					non-mobilizable	no_good_hit								True	False
ISR0193_000000002842	8784	0.9346103112793074	8	7	6	6	5	False	120416	fragment	False	ISR0370_000000002199	0.6267964543819905		0	0	False	False	0.99886155128479	0					non-mobilizable	other	8785.0	99.101	100.0	0.0037890837047358577	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0208_000000002121	9836	0.9346030146587196	12	5	3	4	3	True	102495	fragment	False	ISR0208_000000002121	1.0		0	0	False	False	0.9996950030326843	0					non-mobilizable	no_good_hit	1113.0	84.09700000000001	11.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0029_000000014573	1694	0.9346014579574736	2	2	1	2	1	False	65786	maximal	True	ENG0029_000000014573	1.0		0	0	False	False	0.9616292715072632	0					non-mobilizable	no_good_hit	783.0	74.457	46.0	0.00023309840788366524	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
USA0058_01_000000004053	5286	0.9345984272918476	8	6	1	3	6	True	85714	backbone	True	USA0058_01_000000004053	1.0	PS431	1	1	True	True	1.0	13	rep_cluster_1079				non-mobilizable	no_good_hit	2020.0	96.436	43.0	0.6152439024390244	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0066_000000006762	4734	0.9345896776160076	6	4	4	4	2	True	95107	fragment	False	ISR0066_000000006762	1.0		0	0	False	False	0.9957752227783203	0					non-mobilizable	chromosome	3250.0	97.969	100.0	0.0014498787751402687	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
MON0013_000000042264	1341	0.9345809831316296	1	1	1	1	1	False	66899	fragment	False	ENG0154_000000023121	0.9066572731371848		0	0	False	False	1.0	0					non-mobilizable	chromosome	1047.0	92.55	100.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0145_000000002443	4703	0.9345775819741154	9	2	1	2	1	True	85958	maximal	True	FIJ0145_000000002443	0.9487723255544832	PS432	3	1	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
MAD0008_000000002100	4611	0.9345775819741154	6	2	1	2	1	True	49588	maximal	True	MAD0008_000000002100	1.0		1	1	True	True	0.9986987709999084	11					non-mobilizable	no_good_hit								True	True
ENG0028_000000010566	1699	0.9345775819741154	3	2	1	2	1	True	65865	fragment	False	ENG0028_000000010566	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1188.0	99.916	100.0	0.4706582077716098	LN853268.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0642	False	True
MAD0033_000000002186	7021	0.9345758551527708	14	5	1	3	4	False	53158	fragment	False	MAD0033_000000002186	1.0		0	0	False	False	0.9941603541374207	0					non-mobilizable	no_good_hit	3932.0	96.083	89.0	0.15384615384615385	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
SPA0068_000000002737	4839	0.9345716044161464	4	4	3	4	2	False	94436	fragment	False	SPA0068_000000002737	1.0		0	0	False	False	0.9942137002944946	0					non-mobilizable	chromosome	4839.0	99.917	100.0	0.0012139332843544624	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0178_000000006661	1530	0.9345679180632851	5	1	1	1	1	True	77622	fragment	False	CHI0178_000000006661	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	99.258	99.0	0.0069810038360961675	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0146_000000007630	5027	0.9345645408880688	6	4	1	2	3	False	132470	backbone	False	CAN0001_000000008257	0.47977265294355326	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	2595.0	99.961	100.0	0.4636282394995532	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
ISR0010_000000003366	4683	0.9345645408880688	7	4	1	2	3	False	132470	backbone	False	CAN0001_000000008257	0.023676095420825632	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1	rep_cluster_870	MOBV			mobilizable	other	2500.0	99.92	100.0	0.4406630223946394	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
CHI0105_000000001200	6405	0.9345632622252558	10	6	4	3	5	False	83216	fragment	False	CHI0105_000000001200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	85.10600000000001	1.0	0.005358807082945014	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	True	False
MAD0051_000000003143	7363	0.93455535770021	6	3	2	3	3	False	100617	maximal	True	MAD0051_000000003143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	93.689	3.0	0.015185185185185185	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
FIJ0172_000000018565	1521	0.9345523348815036	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.017118284656886234	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1525.0	88.59	100.0	0.00040733459535595684	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0041_000000007826	3764	0.9345508889815264	4	3	3	3	3	False	42177	fragment	False	MAD0041_000000007826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1028.0	80.253	60.0	0.0005483747970370625	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ENG0004_000000007361	3605	0.93454679255701	4	2	1	1	2	True	67817	maximal	True	ENG0004_000000007361	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
MON0040_000000008120	3293	0.9345384692351966	3	3	2	3	3	False	11876	maximal	True	MON0040_000000008120	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1394.0	76.758	42.0	0.016131479730597285	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
SPA0026_000000008815	3283	0.9345307241441776	6	3	2	2	2	True	125428	fragment	False	SPA0026_000000008815	0.99921160517187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	88.868	32.0	0.03214674900108972	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
SPA0088_000000000876	15344	0.9345278101292136	17	9	5	9	3	False	34496	maximal	True	SPA0088_000000000876	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	84.81	1.0	6.068941600230147e-05	NC_003103.1	a-proteobacteria	Rickettsia conorii str. Malish 7, complete sequence	True	False
CHI0056_000000008850	2201	0.93452589820163	2	1	1	1	1	True	86139	fragment	False	CHI0056_000000008850	1.0		0	0	False	False	0.9945479035377502	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	2.0	0.00022357297561657235	NZ_QRST01000002.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf2, whole genome shotgun sequence	True	True
ISR0019_000000013106	1385	0.9345237681571464	2	2	2	2	2	False	109765	fragment	False	ISR0019_000000013106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0105_000000007687	6567	0.9345140501019116	9	6	3	4	5	True	76964	backbone	False	ENG0033_000000002799	0.1400614257994983	PS328|PS329|PS369	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1271.0	75.374	33.0	0.13642255346727156	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0001_000000004739	6287	0.9345135643428002	9	9	8	9	6	False	99171	maximal	True	ISR0001_000000004739	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	99.553	83.0	0.0007080061381674375	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
USA0036_01_000000006281	6263	0.9345061758400104	5	4	4	3	4	False	124987	fragment	False	USA0036_01_000000006281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2021.0	72.538	32.0	0.0007712139249421784	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
AST0087_000000007644	4360	0.9345033888993156	5	3	3	2	2	False	128374	fragment	False	AST0087_000000007644	1.0		0	0	False	False	0.9972476959228516	0					non-mobilizable	chromosome	2691.0	98.99700000000001	97.0	0.0009453539718045543	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0043_000000008920	3744	0.9345033888993156	5	3	3	2	2	False	128371	fragment	False	ENG0043_000000008920	0.9723352318958502		0	0	False	False	0.9965277910232544	0					non-mobilizable	chromosome	2694.0	98.552	98.0	0.0009453539718045543	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0140_000000003959	3687	0.9345033888993156	4	3	3	2	2	False	128371	fragment	False	ENG0043_000000008920	0.9643429487179487		0	0	False	False	0.9981014132499695	0					non-mobilizable	other	1865.0	98.391	100.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0160_000000022669	1422	0.9345026969717332	3	3	1	1	3	False	78671	fragment	False	CHI0160_000000022669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0106_000000007786	2529	0.9345012954422351	4	4	2	4	1	True	83157	fragment	False	CHI0106_000000007786	1.0		0	0	False	False	0.9956504702568054	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.0128137212467696e-06	LK064720.1	birds	Apteryx australis mantelli genome assembly AptMant0, scaffold scaffold52	True	True
ISR0819_000000008630	2931	0.9344970068071476	4	3	2	3	3	False	21322	maximal	True	ISR0819_000000008630	1.0		3	1	False	False	0.9955646395683289	0					non-mobilizable	no_good_hit	988.0	93.725	34.0	0.01841937778443338	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
SPA0008_000000010128	2954	0.934493699908844	3	3	1	1	3	False	8175	fragment	False	SPA0008_000000010128	1.0		0	0	False	False	0.9993229508399963	0					non-mobilizable	no_good_hit	47.0	100.0	2.0	1.2874511853087266e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0006_000000010408	3304	0.9344887830622084	4	4	4	3	3	False	51779	maximal	True	FIJ0006_000000010408	1.0		7	2	False	False	0.9996973276138306	0					non-mobilizable	chromosome	3308.0	91.566	99.0	0.0014015000044620225	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	False	False
DEN0061_000000006005	5726	0.9344856956246741	9	4	2	4	3	False	75692	maximal	True	DEN0061_000000006005	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	74.384	3.0	6.453119723059618e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
USA0017_01_000000015351	1786	0.9344852758592624	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.7447566410233389		0	0	False	False	0.9966405630111694	0					non-mobilizable	chromosome	1786.0	100.0	100.0	0.0002521317848345486	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0029_000000005717	7780	0.9344839876998832	10	3	1	3	3	True	37154	backbone	True	ISR0029_000000005717	1.0	PS123	4	2	True	True	1.0	61					non-mobilizable	no_good_hit	150.0	84.667	2.0	4.2764824185375275e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
ISR0781_000000008518	3152	0.9344831133605044	3	2	2	2	2	False	129595	fragment	False	ISR0257_000000004929	0.9707678553931451		0	0	False	True	1.0	0					non-mobilizable	chromosome	1678.0	99.166	93.0	0.0004494079713236445	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0145_000000002717	6080	0.934467901424292	12	6	1	4	5	False	88498	fragment	False	CHI0031_000000001223	0.9633070031833556		0	0	False	False	1.0	0					non-mobilizable	other	6080.0	99.803	100.0	0.0019498719875023346	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
MAD0015_000000001462	8368	0.9344624056033928	9	4	4	4	2	True	97604	fragment	False	MAD0015_000000001462	0.9604372905336007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	82.103	5.0	0.027652055304110607	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
CHI0161_000000000188	44038	0.9344603468504596	86	25	11	20	13	True	87283	maximal	True	CHI0161_000000000188	1.0		1	1	False	False	0.9999545812606812	0					non-mobilizable	no_good_hit	2125.0	92.094	48.0	0.03755361003792578	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0121_01_000000018279	2518	0.9344595486661844	3	3	3	3	2	False	74715	fragment	False	USA0121_01_000000018279	1.0		0	0	False	False	0.9996028542518616	0					non-mobilizable	no_good_hit								True	False
ISR0092_000000001741	9727	0.9344545242769056	18	10	6	5	6	True	33599	maximal	True	ISR0092_000000001741	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	1743.0	82.559	24.0	0.265340733888375	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ISR0065_000000002301	10162	0.9344542695023436	11	6	3	5	6	False	128484	maximal	False	ISR0032_000000002648	0.9541172036932354		0	0	False	False	0.996654212474823	0					non-mobilizable	no_good_hit	1274.0	98.195	65.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0069_000000000006	94948	0.9344495778337564	85	10	2	8	3	True	114213	maximal	False	SPA0070_000000000003	0.9966049027506043		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	337.0	88.72399999999999	3.0	0.0018804694999073799	MT074137.1	viruses	Bacteroides phage DAC16, complete genome	True	True
FIJ0015_000000006531	4416	0.9344484468405074	4	4	3	4	2	False	50382	maximal	True	FIJ0015_000000006531	1.0		2	2	False	False	0.9997735619544983	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	0.021839080459770115	XM_034351553.1	eudicots	PREDICTED: Prunus dulcis serine/threonine-protein kinase STY13 (LOC117621207), mRNA	True	False
USA0121_01_000000010813	4388	0.9344361906578352	7	5	2	1	4	True	102393	fragment	False	USA0121_01_000000010813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2543.0	89.855	70.0	0.49940828402366866	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ENG0084_000000010732	2578	0.9344199904581392	4	4	4	4	4	False	99466	maximal	True	ENG0084_000000010732	1.0		4	3	False	False	0.9968968033790588	0					non-mobilizable	no_good_hit	1099.0	87.443	42.0	0.004204259497943902	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0114_000000011698	1245	0.9344180295788128	3	2	2	1	1	False	59562	maximal	True	ENG0114_000000011698	1.0		2	2	False	False	0.9983935952186584	0					non-mobilizable	chromosome	1245.0	99.92	100.0	0.0004803826997353261	CP021558.1	high GC Gram+	Bifidobacterium breve strain 215W447a chromosome, complete genome	False	False
ENG0034_000000005293	2718	0.9344077452292371	6	4	1	4	2	False	65466	maximal	True	ENG0034_000000005293	1.0		1	1	False	False	0.9985283017158508	0					non-mobilizable	no_good_hit	88.0	88.63600000000001	3.0	2.6598492996647366e-05	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0083_000000009170	2734	0.9344040540304508	5	4	4	2	2	False	35901	fragment	False	ISR0083_000000009170	1.0		0	0	False	False	0.9886612892150879	0					non-mobilizable	other	2734.0	100.0	100.0	0.0005178810120528136	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ENG0015_000000003682	5573	0.9343996137145044	4	4	4	3	2	False	91372	fragment	False	ENG0015_000000003682	1.0		0	0	False	False	0.9976673126220703	0					non-mobilizable	other	3722.0	99.14	99.0	0.0012557487638301147	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
CHI0022_000000009107	1297	0.93439659769243	2	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.7456147212808876		0	0	False	False	0.9976869821548462	0					non-mobilizable	chromosome	1298.0	88.521	100.0	0.00019108894453142073	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
USA0036_01_000000024084	1264	0.93439659769243	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.7529941612908211		0	0	False	False	0.9889240264892578	0					non-mobilizable	other	1264.0	100.0	100.0	0.0015923386196958294	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
CHI0143_000000017928	1112	0.93439659769243	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.3180046050962288		0	0	False	False	0.9910072088241577	0					non-mobilizable	other	1112.0	100.0	100.0	0.0014007032513713906	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0087_000000007447	3735	0.9343937450850566	5	4	3	3	3	False	107385	fragment	False	ISR0087_000000007447	1.0		0	0	False	False	0.9991967678070068	0					non-mobilizable	no_good_hit	506.0	96.443	17.0	0.0008767587466707571	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0317_000000007244	2601	0.9343932773597454	3	2	1	2	2	False	56270	fragment	False	ISR0317_000000007244	1.0		0	0	False	False	0.9946174621582031	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000001576	13723	0.934391099131088	17	8	6	6	7	False	92479	maximal	True	FIJ0115_000000001576	0.990766018949735		2	1	False	False	1.0	0					non-mobilizable	other	10014.0	98.83200000000001	99.0	0.40958926525936834	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0006_000000001912	8904	0.9343906088923674	7	5	4	4	3	True	127363	fragment	False	MAD0035_000000002553	0.9266131081174237		0	0	False	False	1.0	0					non-mobilizable	other	5126.0	97.288	100.0	0.05565699380502119	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0035_000000001228	7378	0.9343897653402579	10	8	3	3	8	True	90650	fragment	False	CHI0035_000000001228	0.9731041175655067		0	0	False	True	1.0	0		MOBB			mobilizable	no_good_hit	5273.0	92.566	71.0	0.630989646039008	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0847_000000010910	2491	0.9343882633439656	6	4	3	3	1	True	87099	maximal	True	ISR0847_000000010910	1.0		11	3	False	False	1.0	0					non-mobilizable	other	1891.0	90.48100000000001	100.0	0.0005864203099907977	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0152_000000001576	15540	0.9343796814664256	17	15	9	9	13	True	112517	fragment	False	ISR0152_000000001576	1.0		0	0	False	False	0.9999356269836426	0					non-mobilizable	other	15093.0	97.655	98.0	0.1828430658705888	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CAN0005_000000009152	1852	0.9343791342838222	3	2	1	1	2	False	95848	fragment	False	CAN0005_000000009152	1.0		0	0	False	False	0.9967602491378784	0					non-mobilizable	chromosome	1773.0	100.0	100.0	0.00039358623247797185	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0171_000000001514	13002	0.9343775166989452	16	7	5	5	4	True	101339	fragment	False	FIJ0171_000000001514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	97.84899999999999	1.0	2.4541651317019714e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0110_000000023122	1291	0.9343750672127304	2	2	2	2	2	False	59781	fragment	False	ENG0110_000000023122	1.0		0	0	False	False	0.9620449542999268	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0001457681212790769	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0063_000000005126	5350	0.9343710245095026	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6445208616546838		0	0	False	False	1.0	0					non-mobilizable	chromosome	5351.0	97.215	100.0	0.0009595570899700457	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0095_000000005275	5350	0.9343710245095026	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6445208616546838		0	0	False	False	1.0	0					non-mobilizable	chromosome	5351.0	97.215	100.0	0.0009595570899700457	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
AST0058_000000000125	58515	0.934370599908694	71	28	12	22	20	True	128807	fragment	False	AST0058_000000000125	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	17573.0	99.323	83.0	0.09462137448976295	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ENG0155_000000005676	4104	0.9343620589177096	5	4	1	2	2	True	56768	maximal	True	ENG0155_000000005676	1.0		1	1	True	True	0.9997563362121582	9					non-mobilizable	no_good_hit	741.0	76.788	18.0	0.1917989417989418	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MAD0112_000000005709	4639	0.9343551955209648	9	4	2	4	1	False	83742	maximal	True	MAD0112_000000005709	1.0		1	1	False	False	0.9997844099998474	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000011864	2403	0.9343491963810427	4	4	4	4	3	False	28222	backbone	True	ISR0214_000000011864	1.0	PS83	6	3	True	True	1.0	10					non-mobilizable	no_good_hit	608.0	78.618	55.0	0.0001549512428626384	CP013841.1	firmicutes	Clostridium botulinum strain AM1051 chromosome, complete genome	True	True
MAD0096_000000008438	2172	0.9343488525225244	5	4	2	3	4	False	15495	maximal	True	MAD0096_000000008438	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1815.0	97.46600000000001	100.0	0.0003672060317335647	CP030781.2	enterobacteria	Escherichia albertii strain 07-3866 chromosome, complete genome	False	False
ISR0350_000000012336	1595	0.9343332553486949	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.7312678195087815		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	97.868	100.0	0.0004423746605128547	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0003_000000011904	2888	0.934322561779892	5	4	2	3	3	False	130257	maximal	True	AST0003_000000011904	1.0		1	1	False	False	0.988573431968689	0					non-mobilizable	no_good_hit	527.0	87.476	18.0	0.0001627800719842735	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ENG0186_000000004443	3723	0.9343171448178088	4	3	3	2	2	False	130746	fragment	False	ISR0130_000000004031	0.13859381761621078		0	0	False	False	0.9997314214706421	0					non-mobilizable	no_good_hit	1320.0	83.712	76.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0126_000000012249	3260	0.9343171448178088	3	3	3	2	2	False	130746	fragment	False	ISR0130_000000004031	0.08647200771154413		0	0	False	False	0.9963189959526062	0					non-mobilizable	no_good_hit	1320.0	83.712	76.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0162_000000006606	5412	0.9343128603084978	6	4	2	3	2	True	30366	maximal	True	ISR0162_000000006606	1.0		8	5	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	4587.0	99.259	85.0	0.0007290520712525616	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
FIJ0120_000000013784	1769	0.9343113910798592	3	2	2	2	2	False	41534	maximal	True	FIJ0120_000000013784	1.0		11	3	False	False	0.9660825133323669	0					non-mobilizable	no_good_hit	134.0	77.612	8.0	0.0005910743331526038	NZ_JABJVN010000009.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_9_length_225194_cov_228.045212, whole genome shotgun sequence	True	False
SPA0051_000000001318	14261	0.9342970570516709	22	6	4	5	4	True	54844	maximal	False	ISR0053_000000001440	0.9998252883327791		0	0	True	True	1.0	110					non-mobilizable	no_good_hit	207.0	85.507	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0786_000000008987	1714	0.9342834293084378	3	3	3	3	2	False	105484	fragment	False	CAN0018_000000019660	0.2900970346646371		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	99.475	100.0	0.003544529051481543	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
AST0092_000000001594	10855	0.9342821177024226	12	7	6	7	3	False	109730	fragment	False	AST0092_000000001594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	1.0	2.908406731704865e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ISR0236_000000003845	2660	0.934274825909736	3	2	2	2	2	False	27332	fragment	False	ISR0236_000000003845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1046.0	99.14	39.0	0.006309758367682433	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
FIJ0091_000000006930	3596	0.9342575653540944	4	4	4	3	3	False	43386	maximal	True	FIJ0091_000000006930	1.0		1	1	False	False	0.999721884727478	0					non-mobilizable	no_good_hit	1075.0	99.256	30.0	0.011546822202612831	NZ_QSFS01000015.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf15, whole genome shotgun sequence	True	False
MAD0107_000000012940	3001	0.9342557418215742	3	2	1	2	2	False	15748	maximal	True	MAD0107_000000012940	1.0		2	1	True	True	1.0	4					non-mobilizable	no_good_hit	133.0	100.0	7.0	0.0011847703161182617	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
ISR0095_000000003709	6107	0.934255518770687	14	5	3	4	4	False	104464	fragment	False	ISR0095_000000003709	1.0		0	0	False	False	0.9955788254737854	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	1.0	0.007532956685499058	CP014220.1	firmicutes	Clostridium botulinum strain B515 plasmid pRSJ21_1, complete sequence	True	False
MON0018_000000015769	1350	0.9342527282477566	2	1	1	1	1	False	13265	fragment	False	MON0018_000000015769	1.0		0	0	False	False	0.9814814925193787	0					non-mobilizable	no_good_hit	680.0	79.41199999999999	50.0	0.00020177915000984802	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0033_000000027500	1403	0.9342507292647368	3	2	2	2	2	False	48244	maximal	True	FIJ0033_000000027500	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	73.238	58.0	0.0014722945902751932	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
MAD0097_000000008981	4292	0.9342496829609942	7	6	3	4	4	False	15435	maximal	True	MAD0097_000000008981	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1574.0	78.653	36.0	0.020476687773474164	NZ_KB904121.1	firmicutes	Streptococcus caballi DSM 19004 A3GSDRAFT_scaffold_7.8, whole genome shotgun sequence	True	False
DEN0069_000000003995	7295	0.9342457538012144	11	10	9	10	10	False	125086	fragment	False	SPA0155_000000001948	0.9502489586621194		0	0	False	False	0.9998629093170166	0					non-mobilizable	no_good_hit	941.0	88.098	16.0	0.0002677175961813995	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0078_000000003012	10234	0.9342452290438392	9	5	4	5	3	False	48818	maximal	True	MON0078_000000003012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	94.565	1.0	2.509193713339232e-05	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
SPA0132_000000021928	1886	0.9342431262695892	3	3	1	1	3	True	118131	fragment	False	ISR0056_000000010587	0.9049119203496642		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1888.0	99.788	100.0	0.210979427549195	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0179_000000011650	1798	0.9342431262695892	4	3	1	1	3	True	118131	fragment	False	ISR0056_000000010587	0.7994335134413266		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1800.0	97.5	100.0	0.20134303301622833	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0079_000000015646	1656	0.9342431262695892	3	3	1	1	3	True	118131	fragment	False	ISR0056_000000010587	0.41638097873975594		0	0	False	False	0.9818840622901917	0	rep_cluster_1097				non-mobilizable	plasmid	1656.0	99.94	100.0	0.1850402504472272	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
SPA0077_000000000317	32314	0.9342383884166696	35	18	9	15	11	True	5712	maximal	True	SPA0077_000000000317	1.0		1	1	False	False	0.9999690651893616	0					non-mobilizable	no_good_hit								True	True
MON0071_000000001360	8089	0.9342237514990044	11	7	1	3	6	True	111187	maximal	True	MON0071_000000001360	1.0		20	8	False	False	1.0	0					non-mobilizable	no_good_hit	6139.0	94.152	89.0	0.02005623488728416	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
AST0003_000000000222	53064	0.934219201591528	62	25	14	21	14	True	130801	maximal	False	ISR0079_000000000160	0.47241526271974577		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	749.0	88.251	2.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
DEN0071_000000004342	7697	0.934218529762426	7	6	3	5	4	True	70509	maximal	True	DEN0071_000000004342	1.0		1	1	False	False	0.999350368976593	0					non-mobilizable	no_good_hit								True	True
ISR0017_000000010641	3157	0.9342125265823712	5	5	3	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.22386077105414656	PS1090	0	0	True	True	1.0	112					non-mobilizable	other	1716.0	85.723	97.0	0.5660881174899867	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MON0042_000000005286	4686	0.9342100058880956	6	4	2	3	2	True	77904	maximal	True	MON0042_000000005286	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	99.506	35.0	0.0004834151531666682	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ENG0112_000000013200	2108	0.9342095814366596	3	3	2	3	2	False	59681	fragment	False	ENG0112_000000013200	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2113.0	85.708	100.0	0.0007366084616629732	CP033388.1	verrucomicrobia	Akkermansia muciniphila strain CBA5201 chromosome, complete genome	False	False
AST0040_000000004876	3910	0.9342056811443068	5	5	5	5	5	False	116356	maximal	True	AST0040_000000004876	1.0		1	1	False	False	0.9997442364692688	0					non-mobilizable	no_good_hit	1942.0	85.376	58.0	0.0005512462773809829	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0096_000000015408	2852	0.9342032064572412	3	3	3	3	3	False	68197	fragment	False	DEN0096_000000015408	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2852.0	99.965	100.0	0.0005730619861713369	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
SPA0131_000000010175	2495	0.9342002479401744	4	1	1	1	1	False	3770	maximal	True	SPA0131_000000010175	1.0		2	2	False	False	0.9967935681343079	0					non-mobilizable	no_good_hit								True	False
ISR0093_000000002531	7736	0.9341922100509996	4	3	2	3	1	True	108376	fragment	False	ISR0093_000000002531	1.0		0	0	False	False	0.998965859413147	0					non-mobilizable	no_good_hit								True	True
AST0102_000000004279	6373	0.9341922100509996	4	3	2	3	1	True	108375	fragment	False	AST0102_000000004279	1.0		0	0	False	False	0.9998430609703064	0					non-mobilizable	no_good_hit								True	True
ENG0067_000000004476	6124	0.9341922100509996	4	3	2	3	1	True	63221	fragment	False	ENG0067_000000004476	0.956485495165055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0062_000000005711	4291	0.9341922100509996	3	3	2	3	1	True	63219	fragment	False	ENG0062_000000005711	0.9950811608460404		0	0	False	False	0.9944068789482117	0					non-mobilizable	no_good_hit								True	True
ENG0166_000000006466	4066	0.9341922100509996	3	3	2	3	1	True	63219	fragment	False	ENG0062_000000005711	0.9690048939641109		0	0	False	False	0.9982783794403076	0					non-mobilizable	no_good_hit								True	True
USA0072_01_000000011890	1500	0.93419213469202	3	2	1	2	1	False	722	fragment	False	USA0072_01_000000011890	1.0		0	0	False	False	0.9980000257492065	0					non-mobilizable	other	1148.0	91.463	97.0	0.00019159508345262708	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0082_000000001010	9259	0.9341860294829236	13	11	4	4	11	True	109289	backbone	True	CHI0082_000000001010	0.9998926808327968	PS686	5	1	True	True	1.0	8		MOBB			mobilizable	no_good_hit	4469.0	99.105	74.0	0.4045829182139299	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0111_000000000788	25765	0.9341858146591304	33	17	7	17	6	True	101269	fragment	False	ENG0075_000000000732	0.9561509969307684		0	0	False	False	1.0	0					non-mobilizable	other	14028.0	82.2	92.0	0.029681312625143896	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0033_000000000789	25476	0.9341858146591304	33	17	7	17	6	True	101269	fragment	False	ENG0075_000000000732	0.7256847816536562		0	0	False	False	0.9999215006828308	0					non-mobilizable	other	8282.0	82.601	92.0	0.017520677335682473	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
AST0026_000000007664	3997	0.9341747395805436	4	4	4	4	2	False	128569	fragment	False	ISR0208_000000006126	0.7282122404682874		0	0	False	False	0.9932449460029602	0					non-mobilizable	other	3631.0	99.86200000000001	91.0	0.0007030538684522299	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0082_01_000000007562	3881	0.9341747395805436	4	4	4	4	2	False	128569	fragment	False	ISR0208_000000006126	0.9514135488815654		0	0	False	False	1.0	0					non-mobilizable	other	3881.0	99.691	100.0	0.0007514735563621629	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0345_000000000839	6701	0.934167193675192	8	8	6	5	7	False	131538	maximal	True	ISR0345_000000000839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2216.0	94.765	59.0	0.008543627570747675	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0847_000000004284	5311	0.9341612910028716	4	4	4	3	3	False	104485	fragment	False	ISR0827_000000001805	0.95139911634757		0	0	False	False	1.0	0					non-mobilizable	other	5314.0	99.059	100.0	0.037567818010766	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0171_000000007358	2799	0.9341610775395159	5	3	3	3	2	True	55231	fragment	False	FIJ0171_000000007358	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2800.0	99.464	100.0	0.018065174036233613	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	True
MON0087_000000013648	3560	0.9341580734020852	4	3	3	3	2	False	95394	fragment	False	MON0019_000000016767	0.9831843271883437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	83.15899999999999	27.0	0.00026881492766620024	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CAN0007_000000011942	3523	0.9341580734020852	4	3	3	3	2	False	95394	fragment	False	MON0019_000000016767	0.9779244712073479		0	0	False	False	0.9997161626815796	0					non-mobilizable	no_good_hit	842.0	82.779	26.0	0.0002628552034822355	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0041_000000002313	5085	0.9341579993075144	5	3	1	2	2	True	36434	maximal	True	ISR0041_000000002313	1.0		0	0	False	False	0.9980334043502808	0					non-mobilizable	no_good_hit	512.0	93.164	10.0	0.040742234772085516	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0061_000000012259	3278	0.9341536777166298	3	2	2	2	2	False	71918	maximal	True	DEN0061_000000012259	1.0		1	1	False	False	0.9993898868560791	0					non-mobilizable	no_good_hit	1113.0	74.39399999999999	33.0	0.009096275848306712	NZ_JNJN01000003.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
CHI0062_000000010795	1271	0.9341514534907744	2	2	1	1	2	False	85543	maximal	True	CHI0062_000000010795	1.0		0	0	False	False	0.9858379364013672	0					non-mobilizable	no_good_hit	571.0	89.31700000000001	44.0	0.06605525888089157	NZ_CBYM010000068.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0043_000000005705	5496	0.9341502942618118	11	7	2	2	6	True	90082	fragment	False	ENG0043_000000005705	1.0		0	0	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2866.0	97.03399999999999	86.0	0.259823940466467	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0160_000000003619	6051	0.9341493050123392	10	9	4	4	7	True	110601	maximal	True	ENG0160_000000003619	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2816.0	97.514	75.0	0.010282654276342224	NZ_FWCH01000011.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
FIJ0133_000000010572	3523	0.9341469633260888	6	2	1	2	1	False	40717	maximal	True	FIJ0133_000000010572	1.0		1	1	False	False	0.9929037690162659	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00041035305561043815	NZ_AUML01000033.1	CFB group bacteria	Aquimarina muelleri DSM 19832 H527DRAFT_scaffold00029.29_C, whole genome shotgun sequence	True	False
AST0025_000000021265	1765	0.934146952998108	2	2	2	2	2	False	120198	fragment	False	CHI0092_000000005602	0.8644754241020941		0	0	False	False	0.9694051146507263	0					non-mobilizable	chromosome	1661.0	97.89299999999999	94.0	0.0006564715368450597	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0051_000000005100	8131	0.9341436278950414	11	6	3	4	5	True	122253	maximal	False	CHI0058_000000001690	0.9990782257180943		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	814.0	88.206	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0022_000000003244	8131	0.9341436278950414	10	6	3	4	5	True	122253	maximal	False	CHI0058_000000001690	0.9989819897962486		0	0	True	True	1.0	60					non-mobilizable	no_good_hit	642.0	88.318	48.0	0.05171440096813231	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0378_000000002064	8123	0.9341436278950414	10	6	3	4	5	True	122253	maximal	False	CHI0058_000000001690	0.9988682535952721		0	0	True	True	1.0	36					non-mobilizable	no_good_hit	814.0	88.206	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0113_000000002819	8120	0.9341436278950414	10	6	3	4	5	True	122253	maximal	False	CHI0058_000000001690	0.9991444469710695		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	814.0	88.206	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0058_000000001690	8103	0.9341436278950414	10	6	3	4	5	True	122253	maximal	True	CHI0058_000000001690	0.9992513565868248		9	3	True	True	1.0	29					non-mobilizable	no_good_hit	814.0	88.206	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0162_000000003067	8102	0.9341436278950414	10	6	3	4	5	True	122253	maximal	False	CHI0058_000000001690	0.9988963763955403		0	0	True	True	1.0	52					non-mobilizable	no_good_hit	814.0	88.206	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0034_01_000000039820	1293	0.9341323790753918	2	2	2	2	1	True	1450	fragment	False	USA0034_01_000000039820	1.0		0	0	False	False	0.9891724586486816	0					non-mobilizable	other	1274.0	98.587	99.0	0.0003510113842945981	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
SPA0049_000000001806	11505	0.93412728353708	12	7	7	7	6	True	126031	maximal	True	SPA0049_000000001806	1.0		3	1	False	False	0.9998261332511902	0					non-mobilizable	no_good_hit	4490.0	93.43	55.0	0.10063104942846235	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	True
ETH0005_000000023692	1982	0.9341266205012096	1	1	1	1	1	False	52741	maximal	True	ETH0005_000000023692	1.0		2	2	False	False	0.9954591393470764	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.003917843998575329	NZ_RWGU01000024.1	a-proteobacteria	Rhodovulum robiginosum strain DSM 12329 NODE_28_length_8423_cov_12.358124, whole genome shotgun sequence	True	False
CHI0066_000000003817	3416	0.9341010812171447	8	4	2	2	4	True	90643	fragment	False	CHI0066_000000003817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2964.0	90.115	86.0	0.3535998073681676	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
CHI0135_000000007726	2643	0.9341010812171447	5	4	2	2	4	True	90636	fragment	False	CHI0006_000000004654	0.9779385171790236		0	0	False	False	1.0	0					non-mobilizable	plasmid	2664.0	89.48899999999999	100.0	0.31748133879123525	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
ISR0291_000000005402	2551	0.9341010812171447	5	4	2	2	4	True	109262	fragment	False	AST0094_000000008878	0.9667831643905398		0	0	False	False	0.9968639612197876	0					non-mobilizable	plasmid	2520.0	86.111	99.0	0.30050565856007705	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
AST0094_000000008878	2477	0.9341010812171447	4	4	2	2	4	True	109262	fragment	False	AST0094_000000008878	0.9676557561368013		0	0	False	False	1.0	0					non-mobilizable	plasmid	2373.0	85.50399999999999	99.0	0.2828076089573802	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
MON0107_000000008921	5659	0.9340957008931831	7	6	3	3	5	True	104859	fragment	False	MON0107_000000008921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	92.344	58.0	0.2108606302154689	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0092_000000025871	1425	0.9340955294776916	2	2	2	2	1	False	48974	fragment	False	FIJ0092_000000025871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	80.0	7.0	0.00020829369410869326	NZ_SEWY01000004.1	CFB group bacteria	Aquirufa antheringensis strain 103A-SOEBACH NODE_4_length_499295_cov_234.440872, whole genome shotgun sequence	True	False
FIJ0063_000000022722	1284	0.9340955294776916	2	2	2	2	1	False	48973	fragment	False	FIJ0063_000000022722	0.9943227090897947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	80.0	8.0	0.00020829369410869326	NZ_SEWY01000004.1	CFB group bacteria	Aquirufa antheringensis strain 103A-SOEBACH NODE_4_length_499295_cov_234.440872, whole genome shotgun sequence	True	False
FIJ0027_000000014555	1191	0.9340955294776916	2	2	2	2	1	False	48973	fragment	False	FIJ0063_000000022722	0.9701700381119905		0	0	False	False	0.9983207583427429	0					non-mobilizable	no_good_hit	286.0	73.077	24.0	7.803316712912117e-05	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
FIJ0086_000000003726	7789	0.9340939801555708	14	6	3	4	3	False	101693	maximal	True	FIJ0086_000000003726	1.0		3	1	False	False	0.9998716115951538	0					non-mobilizable	no_good_hit	527.0	84.44	24.0	0.0001777148319167683	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0074_000000024406	1245	0.9340794164706124	3	2	1	1	2	True	34667	fragment	False	ISR0074_000000024406	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1245.0	98.876	100.0	0.15930336790882316	CP034578.1	firmicutes	Lactococcus lactis subsp. lactis strain UC08 plasmid pUC08E, complete sequence	False	True
MON0005_000000032091	1691	0.934077935546724	2	1	1	1	1	False	14113	fragment	False	MON0005_000000032091	0.9865203761755486		0	0	False	False	0.9822590351104736	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	1.719155935695316e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
AST0062_000000010015	1620	0.9340731599133204	3	1	1	1	1	False	111672	maximal	True	AST0062_000000010015	1.0		0	0	False	False	0.999382734298706	0					non-mobilizable	no_good_hit								True	False
ISR0153_000000015109	1896	0.9340635393881298	2	2	2	2	2	False	131391	fragment	False	ISR0174_000000012537	0.9556497907669512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	74.874	41.0	0.00032978140925746534	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
ISR0182_000000035593	1127	0.9340565179030584	1	1	1	1	1	False	29506	fragment	False	ISR0182_000000035593	1.0		0	0	False	False	0.9849157333374023	0					non-mobilizable	no_good_hit	159.0	75.472	14.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0784_000000005611	2181	0.9340512076956198	3	2	2	2	2	False	74900	fragment	False	ISR0784_000000005611	0.9733231010675887		0	0	False	False	1.0	0					non-mobilizable	chromosome	2127.0	99.906	98.0	0.0003857216232893128	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0087_000000016627	2084	0.9340512076956198	2	2	2	2	2	False	74900	fragment	False	ISR0784_000000005611	0.9260833508876875		0	0	False	False	0.9995201826095581	0					non-mobilizable	other	2108.0	95.209	100.0	0.009673569282353979	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	False
ENG0147_000000002238	5731	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979492177001551	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1607	rep_cluster_870	MOBV			mobilizable	plasmid	5380.0	99.814	100.0	0.9612153708668454	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
USA0102_01_000000002492	5693	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980533349528795	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1477	rep_cluster_870	MOBV			mobilizable	plasmid	5324.0	99.81200000000001	100.0	0.9513851653261841	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ITA0014_000000000006	5693	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981470856925507	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9996486902236938	13	rep_cluster_870	MOBV			mobilizable	plasmid	5563.0	99.766	100.0	0.9941018766756032	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0092_000000003523	5693	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9976266998163572	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	181	rep_cluster_870	MOBV			mobilizable	plasmid	5595.0	99.803	100.0	0.9998212689901698	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0777_000000002828	5693	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997730012041554	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	5270	rep_cluster_870	MOBV			mobilizable	plasmid	5535.0	98.5	100.0	0.985632183908046	CP061575.1	g-proteobacteria	Acinetobacter seifertii strain AS70 plasmid pAS70-4, complete sequence	False	True
ITA0013_000000000165	5693	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9982280935018529	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	53	rep_cluster_870	MOBV			mobilizable	plasmid	5496.0	99.87299999999999	100.0	0.9823024669288524	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
MON0019_000000010186	5692	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9978245641357361	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	445	rep_cluster_870	MOBV			mobilizable	other	5666.0	99.788	100.0	0.9987656497972139	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0065_000000004963	5681	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9978666167295956	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	88	rep_cluster_870	MOBV			mobilizable	plasmid	5387.0	99.87	100.0	0.962645218945487	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
FIJ0136_000000004523	5676	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974315274862352	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	23	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	100.0	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
AST0025_000000005484	5675	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9975936654974962	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	201	rep_cluster_870	MOBV			mobilizable	plasmid	5129.0	99.883	100.0	0.916532618409294	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ENG0019_000000003741	5674	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997753442859375	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	84	rep_cluster_870	MOBV			mobilizable	other	5619.0	99.89299999999999	100.0	0.9904778698642215	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
USA0009_01_000000004275	5674	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997845203307903	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	346	rep_cluster_870	MOBV			mobilizable	other	5581.0	99.85700000000001	100.0	0.9973185555952807	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
ENG0055_000000003395	5674	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977323202234076	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	928	rep_cluster_870	MOBV			mobilizable	plasmid	5518.0	99.837	100.0	0.9858802502234137	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
AST0110_000000003357	5674	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977017150503601	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	79	rep_cluster_870	MOBV			mobilizable	plasmid	5135.0	99.786	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
SPA0131_000000003654	5674	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9978832275964309	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	548	rep_cluster_870	MOBV			mobilizable	plasmid	5135.0	99.805	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
DEN0010_000000007191	5674	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980907786656864	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	192	rep_cluster_870	MOBV			mobilizable	plasmid	5575.0	99.803	100.0	0.9960679177837355	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0042_000000004011	5674	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974694868460722	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	4	rep_cluster_870	MOBV			mobilizable	plasmid	5487.0	99.964	100.0	0.9805183199285076	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0114_000000003410	5674	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980515213425902	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2319	rep_cluster_870	MOBV			mobilizable	plasmid	5595.0	99.839	100.0	0.9998212689901698	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
DEN0007_000000005012	5674	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979637253109647	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	3282	rep_cluster_870	MOBV			mobilizable	plasmid	5380.0	99.814	100.0	0.9612153708668454	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
SPA0103_000000002710	5674	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979224123824323	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	7211	rep_cluster_870	MOBV			mobilizable	plasmid	5372.0	99.963	100.0	0.959964253798034	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
ENG0108_000000004333	5674	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980779703698274	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	957	rep_cluster_870	MOBV			mobilizable	other	5501.0	99.927	100.0	0.9696702521601128	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ENG0137_000000003128	5674	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979179622266746	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1509	rep_cluster_870	MOBV			mobilizable	plasmid	5511.0	99.891	100.0	0.984805148373257	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0197_000000003905	5674	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9975804457426293	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.998766303062439	23	rep_cluster_870	MOBV			mobilizable	plasmid	5130.0	99.825	100.0	0.9167113494191242	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
DEN0035_000000005029	5674	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9975650321948104	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	153	rep_cluster_870	MOBV			mobilizable	plasmid	5372.0	99.926	100.0	0.959964253798034	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
SPA0124_000000004968	5674	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977089693862382	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	177	rep_cluster_870	MOBV			mobilizable	plasmid	5135.0	99.786	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
SPA0005_000000005249	5674	0.9340509055514266	10	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977465784327924	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	5580	rep_cluster_870	MOBV			mobilizable	plasmid	5262.0	99.772	100.0	0.9401251117068812	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
AST0028_000000003097	5674	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979146757112982	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	450	rep_cluster_870	MOBV			mobilizable	plasmid	5482.0	99.781	100.0	0.9794459338695264	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0845_000000001898	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977590084176748	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998237490653992	91	rep_cluster_870	MOBV			mobilizable	plasmid	5129.0	99.844	100.0	0.916532618409294	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ENG0070_000000003902	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981494345752443	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	226	rep_cluster_870	MOBV			mobilizable	plasmid	5372.0	99.926	100.0	0.959964253798034	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
CHI0116_000000003294	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981044949406612	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	379	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.786	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ENG0062_000000004087	5673	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9969980917762218	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	577	rep_cluster_870	MOBV			mobilizable	other	4246.0	99.835	100.0	0.748545230118145	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
CHI0166_000000001404	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981483645647627	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1409	rep_cluster_870	MOBV			mobilizable	plasmid	5528.0	99.964	100.0	0.9880228816589203	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ENG0064_000000004024	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980555519928752	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	943	rep_cluster_870	MOBV			mobilizable	plasmid	5372.0	99.87	100.0	0.959964253798034	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
ENG0088_000000004506	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981516874560867	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2703	rep_cluster_870	MOBV			mobilizable	other	5409.0	99.98200000000001	100.0	0.9667500893814801	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
AST0002_000000005800	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974103547410612	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	88	rep_cluster_870	MOBV			mobilizable	plasmid	5129.0	99.825	100.0	0.916532618409294	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
CHI0084_000000000449	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.99790713714879	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	23	rep_cluster_870	MOBV			mobilizable	plasmid	5166.0	99.76799999999999	100.0	0.9231456657730116	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0338_000000003644	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9975634902663278	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	105	rep_cluster_870	MOBV			mobilizable	plasmid	5129.0	99.825	100.0	0.916532618409294	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ENG0018_000000003840	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979257430929007	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	59	rep_cluster_870	MOBV			mobilizable	plasmid	5129.0	99.86399999999999	100.0	0.916532618409294	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
DEN0079_000000006981	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9976451149053729	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	104	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.74700000000001	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
AST0039_000000003011	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981403816287003	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	798	rep_cluster_870	MOBV			mobilizable	other	5664.0	99.823	100.0	0.9984129783107035	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
CHI0086_000000000773	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9975768731455297	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	74	rep_cluster_870	MOBV			mobilizable	plasmid	5129.0	99.825	100.0	0.916532618409294	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
CHI0046_000000002084	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981487223185329	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2854	rep_cluster_870	MOBV			mobilizable	plasmid	5533.0	99.819	100.0	0.9889166964604934	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	False	True
ENG0030_000000003859	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980073579710518	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	336	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.825	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
USA0036_01_000000006874	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9982518472848251	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	164	rep_cluster_870	MOBV			mobilizable	plasmid	5393.0	99.889	100.0	0.9637176050044682	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ENG0021_000000003247	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981483645647627	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	4809	rep_cluster_870	MOBV			mobilizable	plasmid	5528.0	99.964	100.0	0.9880228816589203	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
SPA0126_000000006241	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997700289286633	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1505	rep_cluster_870	MOBV			mobilizable	plasmid	5372.0	99.83200000000001	100.0	0.959964253798034	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
ENG0068_000000003971	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9971644753469475	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1168	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.74700000000001	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
CHI0087_000000001074	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997978283736027	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	66	rep_cluster_870	MOBV			mobilizable	plasmid	5372.0	99.88799999999999	100.0	0.959964253798034	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
ISR0388_000000005160	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977289057981924	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2825	rep_cluster_870	MOBV			mobilizable	plasmid	5442.0	99.79799999999999	100.0	0.9724754244861483	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ENG0059_000000002111	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981431757260216	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	661	rep_cluster_870	MOBV			mobilizable	plasmid	5487.0	99.76299999999999	100.0	0.9805183199285076	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0152_000000003918	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977622863804366	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9992948770523071	11	rep_cluster_870	MOBV			mobilizable	plasmid	5129.0	99.844	100.0	0.916532618409294	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
CHI0083_000000001763	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981483027614462	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	515	rep_cluster_870	MOBV			mobilizable	plasmid	5274.0	99.772	100.0	0.9424486148346738	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0122_000000005549	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979169756309795	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	6472	rep_cluster_870	MOBV			mobilizable	plasmid	5445.0	99.79799999999999	100.0	0.9730116175156389	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0294_000000003345	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977622863804366	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	20	rep_cluster_870	MOBV			mobilizable	plasmid	5129.0	99.844	100.0	0.916532618409294	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0264_000000001481	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981483645647627	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998237490653992	32	rep_cluster_870	MOBV			mobilizable	plasmid	5528.0	99.964	100.0	0.9880228816589203	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
AST0148_000000005943	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981044949406612	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	74	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.786	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0120_000000004606	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981044949406612	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	95	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.786	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
SPA0032_000000004266	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981483027614462	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1090	rep_cluster_870	MOBV			mobilizable	plasmid	5267.0	99.772	100.0	0.9411974977658624	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0186_000000003202	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979738590886308	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1794	rep_cluster_870	MOBV			mobilizable	plasmid	5393.0	99.796	100.0	0.9637176050044682	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
SPA0115_000000004359	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977533638272169	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	73	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.74700000000001	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
SPA0116_000000006472	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979999676014181	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	62	rep_cluster_870	MOBV			mobilizable	plasmid	5501.0	99.74600000000001	100.0	0.9830205540661304	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0188_000000003800	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977622863804366	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	83	rep_cluster_870	MOBV			mobilizable	plasmid	5129.0	99.844	100.0	0.916532618409294	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0378_000000003372	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9978791245948025	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	48	rep_cluster_870	MOBV			mobilizable	other	5619.0	99.875	100.0	0.9904778698642215	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ENG0017_000000003859	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9973457239807898	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2664	rep_cluster_870	MOBV			mobilizable	other	5467.0	99.781	100.0	0.9771183410797283	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
CHI0178_000000002187	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981044949406612	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	247	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.786	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0170_000000007820	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981494345752443	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	53	rep_cluster_870	MOBV			mobilizable	plasmid	5372.0	99.926	100.0	0.959964253798034	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
ENG0050_000000003872	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981044949406612	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	57	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.786	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
SPA0004_000000002688	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981044949406612	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	5684	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.786	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
USA0066_01_000000003464	5673	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981044949406612	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	35	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.786	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0382_000000002091	5673	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997753366174896	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	120	rep_cluster_870	MOBV			mobilizable	plasmid	5534.0	99.819	100.0	0.9889166964604934	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	False	True
AST0100_000000002985	5672	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997774754820485	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	221	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.74700000000001	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ENG0098_000000004449	5672	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979163191081861	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	841	rep_cluster_870	MOBV			mobilizable	plasmid	5446.0	99.816	100.0	0.9731903485254692	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ENG0166_000000004513	5672	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977689178943077	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	226	rep_cluster_870	MOBV			mobilizable	plasmid	5134.0	99.74700000000001	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0215_000000005044	5672	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979916085848893	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	93	rep_cluster_870	MOBV			mobilizable	plasmid	5528.0	99.946	100.0	0.9880228816589203	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
FIJ0001_000000003436	5665	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974713424469508	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	40	rep_cluster_870	MOBV			mobilizable	other	5403.0	99.77799999999999	100.0	0.9654987486592778	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
ENG0169_000000003669	5662	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980940836295363	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	305	rep_cluster_870	MOBV			mobilizable	other	5434.0	99.87100000000001	100.0	0.9710404004290311	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
ENG0138_000000003684	5655	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9975406672607476	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	354	rep_cluster_870	MOBV			mobilizable	plasmid	5526.0	99.837	100.0	0.9873100983020554	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0025_000000003553	5654	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974617728183311	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	44	rep_cluster_870	MOBV			mobilizable	plasmid	5563.0	98.47200000000001	100.0	0.9906609195402298	CP061575.1	g-proteobacteria	Acinetobacter seifertii strain AS70 plasmid pAS70-4, complete sequence	False	True
FIJ0064_000000004726	5654	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974704538432804	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	36	rep_cluster_870	MOBV			mobilizable	other	5412.0	99.77799999999999	100.0	0.9671076153021094	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
FIJ0119_000000002868	5654	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974693259665923	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	4	rep_cluster_870	MOBV			mobilizable	plasmid	5034.0	100.0	100.0	0.8995531724754244	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
FIJ0039_000000004366	5654	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974246012514437	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	14	rep_cluster_870	MOBV			mobilizable	plasmid	5416.0	100.0	100.0	0.967828418230563	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
FIJ0033_000000005547	5654	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974715521106395	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	25	rep_cluster_870	MOBV			mobilizable	plasmid	5508.0	99.764	100.0	0.9842688594923132	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0772_000000000722	5654	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9975629708815075	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	50	rep_cluster_870	MOBV			mobilizable	other	5413.0	99.815	100.0	0.967286378262424	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
ISR0831_000000002751	5654	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979199470690656	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	3072	rep_cluster_870	MOBV			mobilizable	plasmid	5614.0	98.539	100.0	0.9996408045977011	CP061575.1	g-proteobacteria	Acinetobacter seifertii strain AS70 plasmid pAS70-4, complete sequence	False	True
DEN0008_000000001101	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981907776672005	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	66	rep_cluster_870	MOBV			mobilizable	plasmid	5456.0	99.78	100.0	0.9749776586237712	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0116_000000003487	5653	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9978618971476196	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	20	rep_cluster_870	MOBV			mobilizable	plasmid	5545.0	99.82	100.0	0.9908847184986596	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0033_000000004674	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9978614022777219	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	122	rep_cluster_870	MOBV			mobilizable	plasmid	5482.0	99.818	100.0	0.9796246648793566	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0207_000000002845	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979841841722324	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	985	rep_cluster_870	MOBV			mobilizable	other	5382.0	99.963	100.0	0.9619234894529853	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
DEN0063_000000007070	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979674060375322	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	393	rep_cluster_870	MOBV			mobilizable	plasmid	5590.0	99.85700000000001	100.0	0.9991061851984269	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0848_000000002505	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9978848661585822	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	133	rep_cluster_870	MOBV			mobilizable	other	5412.0	99.834	100.0	0.967286378262424	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
SPA0046_000000004408	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980460317895465	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	389	rep_cluster_870	MOBV			mobilizable	plasmid	5580.0	99.803	100.0	0.9971403038427167	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0012_000000004270	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980519632328846	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2196	rep_cluster_870	MOBV			mobilizable	plasmid	5547.0	99.89200000000001	100.0	0.9912421805183199	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
DEN0013_000000000128	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980541874197665	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	61	rep_cluster_870	MOBV			mobilizable	plasmid	5386.0	99.87	100.0	0.9624664879356568	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
CHI0029_000000002030	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997612264065668	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	808	rep_cluster_870	MOBV			mobilizable	plasmid	5438.0	99.90799999999999	100.0	0.9717605004468275	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0838_000000003355	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974642704957837	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	255	rep_cluster_870	MOBV			mobilizable	plasmid	5590.0	99.803	100.0	0.9991061851984269	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0035_000000002952	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997724590580209	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	78	rep_cluster_870	MOBV			mobilizable	plasmid	5363.0	99.814	100.0	0.9583556747095621	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ENG0202_000000004269	5653	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980142823208553	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	199	rep_cluster_870	MOBV			mobilizable	plasmid	5476.0	99.89	100.0	0.9785522788203753	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
SPA0066_000000002913	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981465582088511	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	43	rep_cluster_870	MOBV			mobilizable	other	5412.0	99.98200000000001	100.0	0.967286378262424	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
CHI0031_000000001495	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981475266747053	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2717	rep_cluster_870	MOBV			mobilizable	plasmid	5594.0	99.964	100.0	0.9998212370396854	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
SPA0011_000000003883	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979421932070436	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1837	rep_cluster_870	MOBV			mobilizable	plasmid	5556.0	99.74799999999999	100.0	0.9928507596067918	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0071_000000004151	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979829623267644	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1827	rep_cluster_870	MOBV			mobilizable	plasmid	5556.0	99.802	100.0	0.9928507596067918	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
CHI0149_000000002845	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997877106448408	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	87	rep_cluster_870	MOBV			mobilizable	plasmid	5572.0	98.492	100.0	0.9922772988505747	CP061575.1	g-proteobacteria	Acinetobacter seifertii strain AS70 plasmid pAS70-4, complete sequence	False	True
ISR0814_000000006771	5653	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9975597139589624	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	8	rep_cluster_870	MOBV			mobilizable	plasmid	5518.0	99.801	100.0	0.986235252055774	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ISR0821_000000004616	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9978711955108276	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	123	rep_cluster_870	MOBV			mobilizable	plasmid	5501.0	99.818	100.0	0.9830205540661304	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
DEN0039_000000002271	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980532541149059	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	3319	rep_cluster_870	MOBV			mobilizable	plasmid	5594.0	99.821	100.0	0.9998212370396854	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0832_000000002254	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.99803624907441	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1469	rep_cluster_870	MOBV			mobilizable	other	5411.0	99.945	100.0	0.9671076153021094	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
ISR0074_000000004624	5653	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974528149508587	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	297	rep_cluster_870	MOBV			mobilizable	other	5516.0	99.764	100.0	0.9723152883089402	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ENG0130_000000005130	5653	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980731253476056	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	289	rep_cluster_870	MOBV			mobilizable	plasmid	5446.0	99.816	100.0	0.9731903485254692	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0852_000000001282	5652	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9976395476836668	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	253	rep_cluster_870	MOBV			mobilizable	plasmid	5423.0	99.779	100.0	0.9690795352993744	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0046_000000004474	5652	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979893911591029	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	119	rep_cluster_870	MOBV			mobilizable	other	5411.0	99.963	100.0	0.9671076153021094	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
DEN0018_000000005863	5652	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997908365495276	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1046	rep_cluster_870	MOBV			mobilizable	plasmid	5445.0	99.816	100.0	0.9730116175156389	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
DEN0056_000000000185	5650	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9971411933419804	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998230338096619	61	rep_cluster_870	MOBV			mobilizable	plasmid	5546.0	99.89200000000001	100.0	0.9912406149445835	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
FIJ0043_000000004320	5634	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974663855625714	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9989350438117981	1	rep_cluster_870	MOBV			mobilizable	other	5601.0	99.76799999999999	100.0	0.9871274907423735	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
FIJ0034_000000005140	5634	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974556968601158	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2	rep_cluster_870	MOBV			mobilizable	plasmid	5518.0	99.837	100.0	0.9860564890954594	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
DEN0009_000000000108	5634	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977084922312832	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	718	rep_cluster_870	MOBV			mobilizable	plasmid	5488.0	99.818	100.0	0.9805183199285076	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
DEN0080_000000000156	5633	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981106173682399	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	192	rep_cluster_870	MOBV			mobilizable	plasmid	5318.0	99.925	100.0	0.9503127792672028	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
ISR0324_000000005637	5633	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.998050136459157	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	23	rep_cluster_870	MOBV			mobilizable	other	5521.0	99.855	100.0	0.9867715409367179	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
BAN0019_000000000409	5633	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980501343828881	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	32	rep_cluster_870	MOBV			mobilizable	plasmid	5512.0	99.87299999999999	100.0	0.9849865951742627	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0124_000000002982	5633	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974878200557356	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	21	rep_cluster_870	MOBV			mobilizable	plasmid	5492.0	99.836	100.0	0.9814119749776586	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
FIJ0029_000000006266	5633	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981435049482198	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	5	rep_cluster_870	MOBV			mobilizable	plasmid	5540.0	99.874	100.0	0.9899910634495085	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
ISR0805_000000002270	5633	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9976914958876183	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	48	rep_cluster_870	MOBV			mobilizable	plasmid	5529.0	99.928	100.0	0.9882016446192349	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	False	True
ENG0134_000000006209	5633	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981345087188492	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	116	rep_cluster_870	MOBV			mobilizable	plasmid	5357.0	99.81299999999999	100.0	0.9574544154451198	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ISR0140_000000005284	5633	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979130066838862	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	71	rep_cluster_870	MOBV			mobilizable	plasmid	5562.0	99.89200000000001	100.0	0.9941008223096175	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
DEN0024_000000000639	5633	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979689320207948	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	255	rep_cluster_870	MOBV			mobilizable	plasmid	5446.0	99.89	100.0	0.9731903485254692	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
DEN0066_000000005125	5633	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9974644703114581	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	90	rep_cluster_870	MOBV			mobilizable	plasmid	5418.0	99.742	100.0	0.9681858802502235	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0841_000000002088	5633	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9978707934169065	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9982247352600098	32	rep_cluster_870	MOBV			mobilizable	plasmid	5446.0	99.87100000000001	100.0	0.9731903485254692	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
CHI0041_000000002328	5633	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980610433868657	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	99	rep_cluster_870	MOBV			mobilizable	plasmid	5445.0	99.816	100.0	0.9730116175156389	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
DEN0055_000000000009	5633	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977400716251662	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	161	rep_cluster_870	MOBV			mobilizable	plasmid	5446.0	99.78	100.0	0.9731903485254692	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0084_000000003674	5633	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997952872516847	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	29	rep_cluster_870	MOBV			mobilizable	plasmid	5406.0	99.852	100.0	0.966041108132261	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ENG0149_000000004447	5633	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.997982107155427	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	110	rep_cluster_870	MOBV			mobilizable	plasmid	5446.0	99.853	100.0	0.9731903485254692	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0184_000000002556	5633	0.9340509055514266	7	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9969726178777286	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998224973678589	8	rep_cluster_870	MOBV			mobilizable	plasmid	5175.0	99.845	100.0	0.9245620307472292	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
FIJ0137_000000002096	5633	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9976118347146875	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	4	rep_cluster_870	MOBV			mobilizable	plasmid	5522.0	98.461	100.0	0.9832974137931034	CP061575.1	g-proteobacteria	Acinetobacter seifertii strain AS70 plasmid pAS70-4, complete sequence	False	True
ENG0185_000000004236	5633	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981408086496701	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	47	rep_cluster_870	MOBV			mobilizable	plasmid	5477.0	99.836	100.0	0.9787310098302056	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
FIJ0017_000000004902	5632	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9977916755757734	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998224377632141	2	rep_cluster_870	MOBV			mobilizable	plasmid	5514.0	99.728	100.0	0.9853440571939232	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0097_000000004064	5632	0.9340509055514266	9	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9976448342016109	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	6	rep_cluster_870	MOBV			mobilizable	plasmid	5588.0	99.946	100.0	0.9987486592777977	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
DEN0059_000000000027	5632	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9979504741696441	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	59	rep_cluster_870	MOBV			mobilizable	plasmid	5589.0	99.785	100.0	0.9987488829311886	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
USA0061_01_000000002116	5623	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9970504588105735	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2224	rep_cluster_870	MOBV			mobilizable	plasmid	5528.0	99.837	100.0	0.9880228816589203	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ENG0174_000000002732	5593	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9975029233005462	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9989272356033325	14	rep_cluster_870	MOBV			mobilizable	plasmid	5401.0	99.741	100.0	0.9651474530831099	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ITA0003_000000000937	5494	0.9340509055514266	8	6	2	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9760124027097331	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.999817967414856	2	rep_cluster_870	MOBV			mobilizable	plasmid	5414.0	99.963	100.0	0.9676439041830532	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
CHI0140_000000024745	1208	0.9340419301379229	1	1	1	1	1	False	80193	maximal	True	CHI0140_000000024745	1.0		0	0	False	False	0.9809602499008179	0					non-mobilizable	no_good_hit	175.0	75.429	14.0	4.8224774008731455e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
CHI0188_000000010991	1393	0.9340359086570902	2	2	2	2	2	False	77021	fragment	False	CHI0188_000000010991	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1404.0	96.368	100.0	0.00034927555432439267	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0131_000000002749	6692	0.93403494685453	8	4	3	3	2	True	117396	fragment	False	FIJ0131_000000002749	1.0		0	0	False	False	0.9934250116348267	0					non-mobilizable	no_good_hit	5744.0	93.141	89.0	0.08671109488162619	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0136_000000001255	5610	0.9340268781929204	7	6	5	6	3	False	52494	maximal	True	ISR0136_000000001255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	75.847	20.0	0.0004029036575181352	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
FIJ0092_000000005444	5273	0.934023792666512	5	3	1	2	2	False	43337	maximal	True	FIJ0092_000000005444	1.0		5	1	False	False	0.9984828233718872	0					non-mobilizable	no_good_hit	83.0	92.771	2.0	0.002144127183349022	NZ_JAGO01000004.1	g-proteobacteria	Carnimonas nigrificans ATCC BAA-78 L881DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	False
MON0096_000000010316	3273	0.9340206803444874	3	2	2	2	1	False	63154	maximal	True	MON0096_000000010316	1.0		6	1	False	False	0.9984723329544067	0					non-mobilizable	no_good_hit	727.0	76.616	22.0	0.00022364649174562518	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0011_000000002170	10943	0.9340159836838722	9	7	6	7	4	False	107083	maximal	True	ISR0011_000000002170	1.0		1	1	False	False	0.9999086260795593	0					non-mobilizable	no_good_hit	3957.0	99.74700000000001	36.0	0.0017049923607205275	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
SPA0150_000000003848	4653	0.9340122332358454	8	3	2	2	3	False	93696	fragment	False	SPA0150_000000003848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0331_000000004691	4450	0.934010924784454	6	2	1	1	2	True	24622	maximal	True	ISR0331_000000004691	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	93.34899999999999	19.0	0.006215684243240443	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
MON0069_000000004227	8375	0.9340076153875984	8	6	4	4	4	True	73777	fragment	False	MON0069_000000004227	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8373.0	99.64200000000001	99.0	0.0026863690598061297	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0067_000000009278	3206	0.9339978764541108	3	3	3	3	2	False	87024	fragment	False	FIJ0067_000000009278	1.0		0	0	False	False	0.9940736293792725	0					non-mobilizable	plasmid	3202.0	95.28399999999999	99.0	0.013120203553986949	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
DEN0012_000000001536	4129	0.9339977424672049	4	4	2	2	2	False	75473	fragment	False	DEN0012_000000001536	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4129.0	99.927	100.0	0.026142631868932193	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
FIJ0079_000000002418	11722	0.9339936073948084	13	13	4	9	12	True	44410	fragment	False	FIJ0079_000000002418	1.0		0	0	False	False	0.9993175268173218	0					non-mobilizable	plasmid	11666.0	98.851	99.0	0.10597260473190995	CP030917.1	enterobacteria	Shigella flexneri 2a strain 1508 plasmid pSF150802	False	True
ISR0193_000000003490	7381	0.9339931305166832	8	4	1	2	3	True	121587	fragment	False	ISR0140_000000003955	0.9344348981201163		0	0	False	True	1.0	0					non-mobilizable	other	7384.0	98.67299999999999	100.0	0.0032225033786070314	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
SPA0119_000000005033	6935	0.9339931305166832	8	4	1	2	3	True	121587	fragment	False	ISR0140_000000003955	0.47125704319828277		0	0	False	True	0.9982696175575256	0					non-mobilizable	other	6939.0	98.67399999999999	100.0	0.003029065845175742	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
ISR0791_000000002575	5906	0.9339931305166832	8	4	1	2	3	True	121586	fragment	False	MON0031_000000005738	0.9474744553691922		0	0	False	True	0.9998306632041931	0					non-mobilizable	other	5909.0	98.257	100.0	0.002573199513567918	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
AST0048_000000003568	4721	0.9339931305166832	7	4	1	2	3	True	121577	fragment	False	AST0058_000000003419	0.9369736308860241		0	0	False	True	1.0	0					non-mobilizable	other	4727.0	98.37100000000001	100.0	0.0020636247923166437	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
USA0034_01_000000023518	2268	0.9339894915336441	2	2	2	2	2	False	81066	fragment	False	USA0034_01_000000023518	1.0		0	0	False	False	0.9942680597305298	0					non-mobilizable	other	2249.0	99.867	99.0	0.03584926722694436	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ENG0083_000000004266	5302	0.9339813940926124	4	4	3	4	1	False	61580	maximal	True	ENG0083_000000004266	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1260.0	88.73	24.0	0.00037886294136177433	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0052_000000019131	1412	0.9339780795760052	2	1	1	1	1	False	6513	fragment	False	SPA0052_000000019131	1.0		0	0	False	False	0.9964589476585388	0					non-mobilizable	no_good_hit	695.0	81.15100000000001	49.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0107_000000009205	2667	0.933959503061655	2	2	1	2	2	False	105883	fragment	False	CHI0106_000000005843	0.2783065664200086		0	0	False	False	0.9790025949478149	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	18.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0121_01_000000012422	3812	0.9339586513588666	4	3	3	3	2	True	194	maximal	True	USA0121_01_000000012422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	89.831	2.0	1.2331153553902237e-05	CP044205.1	g-proteobacteria	Candidatus Methylospira mobilis strain Shm1 chromosome, complete genome	True	True
ISR0846_000000000567	15730	0.9339565691462964	18	6	4	5	2	False	20677	maximal	True	ISR0846_000000000567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	93.78200000000001	1.0	0.004568600390234616	NZ_CABJDM010000032.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
ISR0120_000000015681	2139	0.9339529850129404	3	2	2	2	1	False	32275	maximal	True	ISR0120_000000015681	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2139.0	99.25200000000001	100.0	0.010446083940000976	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	False	False
SPA0118_000000017514	1447	0.9339529850129404	2	2	2	2	1	False	32181	fragment	False	SPA0118_000000017514	1.0		0	0	False	False	0.9923980832099915	0					non-mobilizable	other	1447.0	100.0	100.0	0.007065031514144721	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	False	False
ENG0211_000000003899	8277	0.9339482792260476	11	6	4	3	5	True	95121	fragment	False	ISR0190_000000002738	0.9740635904347913		0	0	False	False	0.9996375441551208	0					non-mobilizable	chromosome	7222.0	97.45200000000001	100.0	0.0032179365489493623	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
MAD0045_000000010074	3609	0.9339408981724212	8	2	2	2	1	True	17887	maximal	True	MAD0045_000000010074	1.0		1	1	False	False	0.9983375072479248	0					non-mobilizable	no_good_hit	777.0	90.476	38.0	0.02988063149788217	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0814_000000006772	5651	0.9339360960343976	6	4	2	3	3	True	38670	fragment	False	ISR0814_000000006772	0.9999039200614912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1585.0	72.492	27.0	0.02908361304355979	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	True
ENG0101_000000006208	4785	0.9339327304647802	3	3	3	3	2	False	116115	fragment	False	ENG0101_000000006208	1.0		0	0	False	False	0.9966562390327454	0					non-mobilizable	no_good_hit	889.0	75.253	18.0	0.00042893663467309776	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0076_000000010328	1601	0.9339310547472228	3	3	2	3	1	True	5735	maximal	True	SPA0076_000000010328	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	94.21799999999999	18.0	0.00014170676855367205	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	True	True
ITA0014_000000000002	9024	0.9339278256388664	10	9	5	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9957833473084069	PS1165|PS799|PS800	0	0	True	True	0.9998891949653625	19	rep_cluster_1097	MOBB			mobilizable	plasmid	7130.0	99.649	100.0	0.7967352415026834	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0006_000000000484	26004	0.9339264534231612	32	13	9	12	5	False	75282	maximal	True	ISR0006_000000000484	1.0		1	1	False	False	0.999576985836029	0					non-mobilizable	no_good_hit	767.0	80.965	3.0	0.012964905342435133	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0021_000000002469	9671	0.9339217875325656	13	8	4	5	6	True	104944	backbone	True	SPA0021_000000002469	0.9961052631578948	PS622	4	3	True	True	1.0	12					non-mobilizable	no_good_hit	2631.0	96.009	60.0	0.2117789431222267	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0170_000000009810	4595	0.9339205037427	6	6	6	6	5	True	88240	maximal	False	ISR0816_000000009153	0.9485138004246285		0	0	False	False	1.0	0					non-mobilizable	other	3232.0	98.02	99.0	0.0008972457803622307	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0266_000000002700	4936	0.9339157716464588	5	5	0	2	5	False	127607	backbone	False	ENG0095_000000004996	0.9486686201677106	PS1012	0	0	False	True	1.0	0	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	4936.0	99.939	100.0	0.9576945468659034	CP051722.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-3, complete sequence	False	True
FIJ0131_000000006439	2885	0.9339086724067509	3	2	2	2	1	True	95463	fragment	False	FIJ0131_000000006439	1.0		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	2884.0	99.931	99.0	0.04712478341887607	CP026182.1	enterobacteria	Klebsiella pneumoniae strain KPNIH49 plasmid pKPN-0c4e, complete sequence	False	True
ISR0312_000000008940	1952	0.9338984445783785	4	4	1	4	1	True	25253	fragment	False	ISR0312_000000008940	1.0		0	0	False	False	0.9984630942344666	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.141719025918099e-07	LR584423.1	bony fishes	Salmo trutta genome assembly, chromosome: 31	True	True
MON0064_000000014801	1871	0.9338902446769092	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.4127664567171211		0	0	False	False	1.0	0					non-mobilizable	chromosome	1856.0	83.13600000000001	99.0	0.0006448392642279426	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0046_000000015414	1709	0.9338865436916324	2	2	2	2	2	False	17739	maximal	True	MAD0046_000000015414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	72.757	17.0	0.0005908330746352357	NZ_SEWY01000004.1	CFB group bacteria	Aquirufa antheringensis strain 103A-SOEBACH NODE_4_length_499295_cov_234.440872, whole genome shotgun sequence	True	False
ENG0190_000000005786	5257	0.9338780949509928	8	4	2	3	4	False	80660	fragment	False	ENG0190_000000005786	1.0		0	0	False	False	0.9965760111808777	0					non-mobilizable	no_good_hit	1263.0	92.241	24.0	0.00035132407697393604	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AST0046_000000002236	8932	0.9338659687990226	11	7	6	7	6	True	126035	maximal	True	AST0046_000000002236	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5769.0	91.073	64.0	0.12924161782209348	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	True
USA0023_01_000000002985	10806	0.9338657203092936	16	8	4	5	6	True	121826	backbone	True	USA0023_01_000000002985	0.9993534533858236	PS622|PS862	3	3	True	True	1.0	41					non-mobilizable	no_good_hit	4595.0	95.365	54.0	0.3689390883420734	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0046_000000001830	9908	0.9338657203092936	14	8	4	5	6	True	121826	backbone	False	USA0023_01_000000002985	0.9739676694221185	PS622|PS862	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4698.0	95.445	53.0	0.3772488906817265	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0110_000000003902	4376	0.9338619655102978	5	3	3	3	2	False	43317	fragment	False	FIJ0110_000000003902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1873.0	94.02	50.0	0.0671865410303621	NZ_FOXF01000033.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ENG0183_000000005606	4955	0.9338594839134592	4	3	1	3	2	True	75619	maximal	True	ENG0183_000000005606	1.0		5	2	True	True	1.0	46					non-mobilizable	no_good_hit								True	True
ENG0204_000000004599	4795	0.9338584127953442	4	4	2	4	3	False	54063	maximal	True	ENG0204_000000004599	1.0		1	1	True	True	0.9991657733917236	19	rep_cluster_2335				non-mobilizable	plasmid	2634.0	98.21600000000001	100.0	0.5575577697689209	CP055547.1	enterobacteria	Citrobacter freundii strain RHBSTW-00269 plasmid pRHBSTW-00269_5, complete sequence	False	True
FIJ0004_000000002609	9361	0.9338476735277429	10	6	6	4	4	True	97826	fragment	False	FIJ0004_000000002609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
ISR0087_000000019647	1821	0.9338474689467252	3	3	3	1	1	False	117672	maximal	True	ISR0087_000000019647	1.0		0	0	False	False	0.9275123476982117	0					non-mobilizable	no_good_hit	374.0	99.73299999999999	21.0	0.0001259124432550088	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
MON0074_000000002724	5383	0.9338409638288874	7	4	4	4	4	False	93542	maximal	True	MON0074_000000002724	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1721.0	87.042	46.0	0.0009071921348551657	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MAD0106_000000000064	59743	0.9338352034058548	64	26	15	24	13	True	98434	fragment	False	MAD0106_000000000064	1.0		0	0	False	False	0.9997656345367432	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	5.0638412274014575e-06	LR812129.1	birds	Erithacus rubecula genome assembly, chromosome: 26	True	True
ISR0191_000000000869	9286	0.933833007802854	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.7754014851475632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	87.387	1.0	0.000531326101394731	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	True
SPA0013_000000004782	5233	0.9338301455460593	7	5	3	5	4	True	118313	fragment	False	SPA0141_000000004036	0.9603889088944904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	87.844	35.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0151_000000002045	10739	0.9338255096335968	11	11	6	9	11	True	84927	maximal	True	CHI0151_000000002045	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	10678.0	99.831	100.0	0.04647366840338987	CP056669.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00651 plasmid pRHBSTW-00651_2, complete sequence	False	True
ISR0150_000000001775	11015	0.9338206342795872	8	5	4	5	3	True	127379	fragment	False	ISR0030_000000001226	0.9420654781962371		0	0	False	False	1.0	0					non-mobilizable	other	6792.0	97.65899999999999	95.0	0.07376372133463754	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0087_000000016102	3059	0.9338165125305332	1	1	1	1	1	False	62864	maximal	False	MAD0047_000000011561	0.6331847449232293		0	0	False	False	0.9950964450836182	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	8.360173891616945e-05	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0180_000000005200	3171	0.9338156777029976	5	2	0	2	1	True	55351	maximal	True	ENG0180_000000005200	0.9687839492038132		1	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
ETH0004_000000009354	3041	0.9338156777029976	5	2	0	2	1	True	55351	maximal	False	ENG0180_000000005200	0.9553768527278461		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0127_000000007667	3030	0.9338119561784188	4	3	3	3	3	False	31909	fragment	False	ISR0127_000000007667	1.0		0	0	False	False	0.9957095980644226	0					non-mobilizable	no_good_hit	423.0	74.941	14.0	7.988844807279681e-05	NZ_CP053688.1	high GC Gram+	Arthrobacter citreus strain NEB 577 chromosome, complete genome	True	False
DEN0018_000000033785	1212	0.93380891874027	2	1	1	1	1	False	74951	fragment	False	ISR0282_000000021190	0.9938220757825371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	81.36399999999999	54.0	0.00019726170635291112	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0383_000000000570	12182	0.9338057945024896	15	11	9	8	8	True	130469	fragment	False	ISR0383_000000000570	1.0		0	0	False	False	0.9984403252601624	0					non-mobilizable	no_good_hit	7812.0	94.25200000000001	64.0	0.0020844943240108625	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CHI0160_000000001994	9695	0.9337978473357134	11	2	2	2	1	False	78762	maximal	True	CHI0160_000000001994	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2603.0	79.908	58.0	0.020861312561554303	NZ_FQVD01000014.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
FIJ0145_000000007407	2004	0.933788314697522	3	3	3	3	2	False	78303	fragment	False	FIJ0145_000000007407	0.9511389833267416		0	0	False	False	1.0	0					non-mobilizable	chromosome	2004.0	98.353	100.0	0.000394040331788648	CP052386.1	enterobacteria	Klebsiella pneumoniae strain C17KP0055 chromosome, complete genome	False	False
MON0037_000000024829	2729	0.9337816205344548	3	3	3	3	2	False	68642	fragment	False	MON0037_000000024829	0.9882022471910112		0	0	False	True	1.0	0					non-mobilizable	other	2729.0	98.05799999999999	99.0	0.001311838039937005	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
MAD0090_000000004204	2941	0.9337659965089792	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.896914065720556	PS575	0	0	True	True	1.0	20					non-mobilizable	plasmid	2642.0	91.522	100.0	0.9026579219882637	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0843_000000010390	1566	0.933752279319088	2	1	1	1	1	False	20728	maximal	True	ISR0843_000000010390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	86.257	65.0	0.006118986547878457	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0180_000000006059	2203	0.9337514190642594	4	3	3	3	2	False	77484	fragment	False	CHI0180_000000006059	1.0		0	0	False	False	0.9895597100257874	0					non-mobilizable	other	2197.0	99.135	99.0	0.0028651351153882285	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
SPA0062_000000026772	1171	0.9337484901471806	2	1	1	1	1	True	6139	fragment	False	SPA0062_000000026772	0.9726390114739629		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1171.0	95.47399999999999	100.0	0.1475037821482602	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
USA0064_01_000000007343	1133	0.9337484901471806	1	1	1	1	1	True	6139	fragment	False	SPA0062_000000026772	0.9573014517506404		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1129.0	95.04	99.0	0.14195663136661624	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
AST0149_000000002476	10528	0.93373738170171	10	5	4	5	1	True	122758	fragment	False	AST0046_000000001434	0.4952600649720718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3553.0	89.586	39.0	0.014548826370055511	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0091_000000003462	7407	0.933732558136683	10	4	2	3	2	False	43398	maximal	True	FIJ0091_000000003462	0.9997974888618875		2	1	True	True	1.0	24					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.9666180755952404e-05	NZ_VOHL01000001.1	firmicutes	Streptococcus pharyngis strain CCUG 66496 Scaffold1, whole genome shotgun sequence	True	True
FIJ0094_000000002229	7407	0.933732558136683	10	4	2	3	2	False	43398	maximal	False	FIJ0091_000000003462	0.9997974888618875		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.9666180755952404e-05	NZ_VOHL01000001.1	firmicutes	Streptococcus pharyngis strain CCUG 66496 Scaffold1, whole genome shotgun sequence	True	True
ISR0330_000000002104	9058	0.933732379802076	12	6	4	6	4	True	127209	fragment	False	ISR0185_000000002784	0.9338188048832726		0	0	False	False	0.9963567852973938	0					non-mobilizable	plasmid	6024.0	94.17299999999999	94.0	0.2390600647404388	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
TAN0005_000000004049	3464	0.9337310918062796	6	5	4	4	4	False	2939	maximal	True	TAN0005_000000004049	1.0		2	1	False	False	0.9887413382530212	0					non-mobilizable	no_good_hit	124.0	83.065	3.0	0.0001686774543999085	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0112_000000005398	4935	0.9337297580761414	7	5	1	2	4	True	121585	fragment	False	ENG0112_000000005398	1.0		0	0	False	True	0.9943262338638306	0					non-mobilizable	other	4923.0	95.694	100.0	0.002176687464549064	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	True
MON0097_000000006517	4806	0.9337296526676309	5	5	5	5	5	False	97354	fragment	False	MON0097_000000006517	0.9788005272407733		0	0	False	False	0.9935497045516968	0					non-mobilizable	other	4788.0	98.956	99.0	0.006245629233772062	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
FIJ0031_000000007767	3056	0.9337272247640288	3	3	1	2	2	False	51090	fragment	False	FIJ0031_000000007767	0.9888810448288035		0	0	False	False	0.9986910820007324	0					non-mobilizable	plasmid	3040.0	99.441	99.0	0.026625430396271212	CP017930.1	enterobacteria	Klebsiella oxytoca strain CAV1015 plasmid pCAV1015-114, complete sequence	False	True
FIJ0063_000000009215	2833	0.9337272247640288	3	3	1	2	2	False	51090	fragment	False	FIJ0031_000000007767	0.9528795811518325		0	0	False	False	0.9957641959190369	0					non-mobilizable	plasmid	2833.0	99.788	100.0	0.01398401121881126	MN058044.1	enterobacteria	Klebsiella pneumoniae strain KP1677 plasmid pKP1677, complete sequence	False	True
ISR0089_000000003370	6269	0.9337158813349784	7	6	4	5	3	True	128591	fragment	False	ISR0089_000000003370	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6269.0	96.09200000000001	100.0	0.2520014482841855	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0799_000000007085	2208	0.9337118521128046	2	1	1	1	1	False	21903	fragment	False	ISR0799_000000007085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	3.0	8.785876626254204e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0037_01_000000027955	1202	0.9337118521128046	2	1	1	1	1	False	1354	fragment	False	USA0037_01_000000027955	1.0		0	0	False	False	0.9958402514457703	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000028117	1334	0.9337098088704604	1	1	1	1	0	True	18214	maximal	True	MAD0041_000000028117	1.0		0	0	False	False	0.9985007643699646	0					non-mobilizable	no_good_hit	334.0	85.329	25.0	0.06579751476879202	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
CHI0151_000000018745	1307	0.9337047917746064	2	2	2	2	2	False	104629	fragment	False	CHI0151_000000018745	1.0		0	0	False	False	0.9502677917480469	0					non-mobilizable	other	1307.0	99.84700000000001	100.0	0.002874158581258899	NZ_WBKJ01000002.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000002, whole genome shotgun sequence	False	False
FIJ0040_000000003388	6960	0.9337004704641249	6	5	4	4	5	False	47528	fragment	False	FIJ0163_000000003235	0.9526172365009966		0	0	False	False	0.9998562932014465	0					non-mobilizable	no_good_hit	2947.0	81.405	48.0	0.04149242766726944	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0107_000000014961	3728	0.9336975171009784	4	4	4	4	3	False	124016	fragment	False	MON0107_000000014961	0.9951294183133872		0	0	False	False	0.9997317790985107	0					non-mobilizable	no_good_hit	1449.0	95.928	39.0	0.00040183059244325216	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0030_000000013687	1410	0.9336928095073608	2	2	2	2	1	False	65731	fragment	False	ENG0030_000000013687	1.0		0	0	False	False	0.9723404049873352	0					non-mobilizable	chromosome	1390.0	99.928	99.0	0.000427699928932222	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
FIJ0064_000000009357	2906	0.933688679453286	4	2	0	1	2	False	84789	fragment	False	FIJ0064_000000009357	0.991140642303433		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	2906.0	99.96600000000001	100.0	0.5622217921424424	CP023848.1	enterobacteria	Escherichia coli strain 4/1-1 plasmid p4_1_1.4, complete sequence	False	True
CHI0112_000000000378	28587	0.9336824399831782	28	8	6	7	6	True	82466	maximal	True	CHI0112_000000000378	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ITA0006_000000013298	1771	0.9336765831620456	2	2	1	2	2	False	20354	fragment	False	ITA0006_000000013298	1.0		0	0	False	False	0.9932241439819336	0					non-mobilizable	other	1020.0	99.51	95.0	0.0002498362824557313	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0064_000000011501	2332	0.9336706510738496	3	3	2	3	3	False	94084	fragment	False	SPA0062_000000015646	0.4789054705071858		0	0	False	False	0.9854202270507812	0					non-mobilizable	chromosome	2332.0	98.199	100.0	0.0010106883216720454	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
CHI0161_000000000407	24966	0.9336689729678672	23	21	13	16	19	True	123714	fragment	False	SPA0082_000000000480	0.9518354721148332		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	14307.0	99.37100000000001	57.0	0.14270317739102667	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
MAD0002_000000039244	1183	0.9336657966068532	2	2	2	2	2	False	20123	fragment	False	MAD0002_000000039244	0.9572033898305085		0	0	False	False	0.995773434638977	0					non-mobilizable	no_good_hit	468.0	71.795	38.0	8.628952746102303e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
ISR0051_000000002668	14475	0.9336620893169152	14	10	7	10	7	True	117411	fragment	False	ISR0051_000000002668	0.9928542430123111		0	0	False	False	1.0	0					non-mobilizable	plasmid	10363.0	96.536	99.0	0.44276051031766417	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0104_000000002370	9926	0.9336592965055712	6	5	4	5	4	False	121424	fragment	False	USA0093_01_000000001920	0.9950939030881321		0	0	False	False	0.9997985363006592	0					non-mobilizable	no_good_hit	1277.0	85.59100000000001	29.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0093_01_000000001920	9919	0.9336592965055712	5	5	4	5	4	False	121424	fragment	False	USA0093_01_000000001920	0.9956329391258757		0	0	False	False	0.9998992085456848	0					non-mobilizable	no_good_hit	1277.0	85.904	29.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0066_000000001202	19864	0.9336569199537018	27	27	7	8	27	False	45390	fragment	False	FIJ0066_000000001202	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	19867.0	98.973	100.0	0.18009629072181774	CP056300.1	enterobacteria	Escherichia coli strain RHBSTW-00849 plasmid pRHBSTW-00849_2, complete sequence	False	True
FIJ0129_000000007920	2662	0.9336563619486932	3	1	1	1	1	False	40962	fragment	False	FIJ0129_000000007920	1.0		0	0	False	False	0.9977460503578186	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	2.352816096614864e-06	LR131968.1	bony fishes	Parambassis ranga genome assembly, chromosome: 18	True	False
FIJ0168_000000004264	4403	0.9336528872155072	4	2	2	2	1	False	82755	fragment	False	FIJ0168_000000004264	1.0		0	0	False	False	0.9990915060043335	0					non-mobilizable	no_good_hit	1389.0	72.858	31.0	0.002683280265765011	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
MAD0014_000000009362	3249	0.9336528872155072	3	2	2	2	1	False	82751	fragment	False	MAD0014_000000009362	1.0		0	0	False	False	0.9947676062583923	0					non-mobilizable	no_good_hit	1401.0	70.735	42.0	0.008724010379986168	NZ_AWEY01000004.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00007, whole genome shotgun sequence	True	False
MON0035_000000008520	3162	0.9336528872155072	2	2	2	2	1	False	126269	maximal	True	MON0035_000000008520	1.0		1	1	False	False	0.9996837377548218	0					non-mobilizable	no_good_hit	1457.0	76.939	46.0	0.014193219774514893	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	False
TAN0022_000000001961	2621	0.9336528872155072	3	2	2	2	1	False	82749	fragment	False	TAN0022_000000001961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	71.67399999999999	44.0	0.007232997696861259	NZ_AWEY01000004.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00007, whole genome shotgun sequence	True	False
FIJ0080_000000009707	2609	0.9336528872155072	2	2	2	2	1	False	82750	fragment	False	FIJ0080_000000009707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	72.96300000000001	52.0	0.002683280265765011	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ENG0124_000000001670	15039	0.9336497493218604	9	7	2	4	5	True	121594	maximal	True	ENG0124_000000001670	1.0	PS854	1	1	False	True	0.9991355538368225	0					non-mobilizable	chromosome	6071.0	97.727	100.0	0.0025238607451612475	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
ISR0808_000000014337	1184	0.9336442063093932	2	1	1	1	1	False	21742	maximal	True	ISR0808_000000014337	1.0		2	2	False	False	0.9611486196517944	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0024700070571630206	NZ_WBMR01000278.1	high GC Gram+	Actinomadura montaniterrae strain CYP1-1B Scaffold278, whole genome shotgun sequence	True	False
FIJ0014_000000000221	37916	0.9336407017751204	38	17	11	17	6	True	106307	fragment	False	FIJ0014_000000000221	0.9070259565921922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.316913830273731e-05	NZ_JABRWP010000005.1	CFB group bacteria	Winogradskyella eckloniae strain EC29 NODE_5_length_382675_cov_45.808220, whole genome shotgun sequence	True	True
FIJ0114_000000025340	1589	0.9336360520071326	2	2	0	2	2	False	41845	maximal	True	FIJ0114_000000025340	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1196.0	94.147	75.0	0.16800337695230055	LN854314.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1815	True	True
USA0019_01_000000001718	14038	0.9336333592536876	21	12	9	9	8	True	126192	maximal	True	USA0019_01_000000001718	1.0	PS941	1	1	True	True	1.0	15					non-mobilizable	no_good_hit	1602.0	73.096	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0116_000000013416	1786	0.9336322286904832	2	1	1	1	1	False	125982	fragment	False	ENG0116_000000013416	0.9929742388758782		0	0	False	False	0.9988802075386047	0					non-mobilizable	no_good_hit	334.0	83.83200000000001	18.0	0.0004916850922889902	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AST0010_000000020896	1442	0.9336322286904832	2	1	1	1	1	False	125961	fragment	False	ISR0266_000000015232	0.7366463774291938		0	0	False	False	0.9882107973098755	0					non-mobilizable	no_good_hit	327.0	83.486	22.0	0.0004811274369330916	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MON0028_000000022193	1186	0.9336322286904832	2	1	1	1	1	False	12582	fragment	False	MON0057_000000022270	0.9440298507462687		0	0	False	False	0.96205735206604	0					non-mobilizable	no_good_hit								True	False
USA0073_01_000000004012	4831	0.933626765633917	4	2	2	2	1	False	84449	fragment	False	USA0073_01_000000004012	1.0		0	0	False	False	0.99937903881073	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0057_000000005734	5020	0.9336159872761164	5	4	3	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3468336062339431		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	86.84200000000001	2.0	1.873548632765226e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	True
SPA0116_000000005488	6585	0.9336051252621321	10	6	3	4	3	False	130739	backbone	False	ISR0014_000000005210	0.8590495948850952	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	46					non-mobilizable	plasmid	2744.0	94.49700000000001	98.0	0.4203410662160086	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0079_000000018737	1779	0.9335957775703306	3	3	2	2	2	False	81508	maximal	True	ENG0079_000000018737	1.0		0	0	False	False	0.9943788647651672	0					non-mobilizable	no_good_hit	1350.0	99.704	76.0	0.005543957127827459	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
DEN0083_000000000622	28636	0.933592353834426	25	17	7	17	10	True	91679	fragment	False	MON0045_000000000446	0.49305686334006615		0	0	False	False	0.9999301433563232	0					non-mobilizable	other	26374.0	99.985	100.0	0.6236668479674604	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
USA0090_01_000000004206	2057	0.9335742188033704	3	3	1	2	2	True	397	fragment	False	USA0090_01_000000004206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	89.045	69.0	0.000604111053166936	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
ISR0037_000000011634	1959	0.933574208024698	3	2	2	2	2	False	82748	fragment	False	ISR0037_000000011634	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	73.78399999999999	24.0	0.00031147394629554316	NZ_JH114215.1	CFB group bacteria	Prevotella oulorum F0390 supercont1.1, whole genome shotgun sequence	True	False
ENG0135_000000016290	1386	0.9335710342570412	2	1	1	1	1	False	72389	fragment	False	ENG0135_000000016290	1.0		0	0	False	False	0.9913420081138611	0					non-mobilizable	no_good_hit	117.0	82.906	8.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
FIJ0057_000000005409	5144	0.9335695321874852	6	6	5	5	3	False	46170	maximal	True	FIJ0057_000000005409	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	95.85799999999999	23.0	0.000324101841866849	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0026_000000010242	1388	0.9335585940842832	3	2	2	2	2	False	19080	maximal	True	MAD0026_000000010242	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	79.051	18.0	6.699582160459816e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0039_000000025004	1923	0.9335440782066022	2	2	2	2	2	False	11929	maximal	True	MON0039_000000025004	1.0		3	3	False	False	0.963078498840332	0					non-mobilizable	no_good_hit	683.0	71.449	34.0	0.001084069232297183	NZ_FPKO01000008.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ISR0157_000000008447	3530	0.93354393547854	4	4	4	4	4	False	130071	fragment	False	ISR0146_000000009658	0.7481837799290052		0	0	False	False	1.0	0					non-mobilizable	other	3530.0	98.35700000000001	100.0	0.007379186470306564	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0011_000000000651	30051	0.9335361532758876	27	9	6	8	5	False	38277	maximal	True	ISR0011_000000000651	1.0		1	1	False	False	0.9996007084846497	0					non-mobilizable	no_good_hit	1424.0	73.596	7.0	0.008455317965888625	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
DEN0078_000000029922	1192	0.9335289124770192	2	2	2	2	2	False	69677	fragment	False	DEN0078_000000029922	1.0		0	0	False	False	0.9924496412277222	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000008577	4291	0.9335201628498904	4	3	3	3	2	True	96473	fragment	False	ISR0293_000000008577	0.9629388232298557		0	0	False	False	1.0	0					non-mobilizable	other	4294.0	99.208	100.0	0.39048571948335453	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0031_000000007079	3923	0.9335201628498904	3	3	3	3	2	True	96473	fragment	False	ISR0293_000000008577	0.9422313332304759		0	0	False	False	1.0	0					non-mobilizable	other	3926.0	99.287	100.0	0.3570129161360742	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0117_000000004923	7327	0.9335190658860408	7	5	5	4	5	False	4328	fragment	False	SPA0117_000000004923	1.0		0	0	False	False	0.9963150024414062	0					non-mobilizable	other	6677.0	99.266	91.0	0.0020937452067349904	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
MON0044_000000018801	2699	0.9335096052450724	4	3	2	3	3	False	11638	maximal	True	MON0044_000000018801	1.0		2	1	False	False	0.9762874841690063	0					non-mobilizable	no_good_hit	581.0	76.248	21.0	0.0001303844231657066	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0137_000000006131	2803	0.9335089463033428	5	2	1	2	1	False	57992	maximal	True	ENG0137_000000006131	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	6.489087733763978e-07	LR862372.1	bats	Pipistrellus pipistrellus genome assembly, chromosome: 16	True	False
AST0111_000000001229	13571	0.9335051442960934	20	14	8	10	9	False	115964	fragment	False	AST0111_000000001229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	96.322	11.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
MON0035_000000010535	2628	0.9335012377811605	4	2	2	2	2	False	44189	fragment	False	FIJ0132_000000011374	0.7539283484817247		0	0	False	False	0.9996194839477539	0					non-mobilizable	no_good_hit								True	False
CHI0126_000000009925	1537	0.933499859567402	2	2	2	2	1	False	106069	fragment	False	ISR0344_000000020233	0.298892680693936		0	0	False	False	0.9993493556976318	0					non-mobilizable	chromosome	1537.0	97.853	100.0	0.0005262169795419446	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ENG0150_000000004682	3384	0.9334979362364688	4	3	3	2	2	False	57178	maximal	True	ENG0150_000000004682	1.0		0	0	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit	939.0	93.184	28.0	0.00425690271751956	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0058_000000009041	4288	0.9334927840861524	6	3	0	3	1	True	46055	maximal	True	FIJ0058_000000009041	1.0		1	1	False	False	0.9995335936546326	0					non-mobilizable	no_good_hit								True	True
CHI0183_000000001407	3459	0.9334882399518464	3	3	3	3	2	False	103269	maximal	True	CHI0183_000000001407	1.0		65	7	False	False	1.0	0					non-mobilizable	no_good_hit	2722.0	92.065	78.0	0.0005398833053711703	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0022_000000004757	2585	0.9334881060430112	3	3	3	2	3	False	89201	maximal	True	CHI0022_000000004757	1.0		12	6	False	False	0.9992263317108154	0					non-mobilizable	no_good_hit	1926.0	99.948	75.0	0.0004065570363618277	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0123_000000016926	1937	0.9334801672747048	2	2	2	2	2	False	47207	fragment	False	FIJ0043_000000013313	0.9604665806678355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	75.051	50.0	0.01099165321334112	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	True	False
MAD0106_000000012498	1751	0.9334801672747048	3	2	2	2	2	False	47207	fragment	False	FIJ0043_000000013313	0.7518542447931408		0	0	False	False	0.9971444606781006	0					non-mobilizable	no_good_hit	729.0	77.778	55.0	0.00024878204811040625	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
CHI0140_000000006244	4825	0.9334796147615668	6	5	2	3	4	True	116596	fragment	False	CHI0140_000000006244	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1531.0	86.61	52.0	0.3141065830721003	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	True	True
MON0091_000000002361	5381	0.9334782131553852	6	5	1	2	4	True	92230	fragment	False	MON0091_000000002361	1.0		0	0	False	False	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	76.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
ISR0326_000000004152	4065	0.9334726576410748	5	4	2	4	2	False	120041	maximal	True	ISR0326_000000004152	1.0		1	1	False	False	0.9995080232620239	0					non-mobilizable	no_good_hit	1817.0	93.946	58.0	0.002295341531644097	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0294_000000003184	5939	0.9334642198558024	8	4	1	2	3	False	25787	maximal	True	ISR0294_000000003184	1.0		1	1	True	True	1.0	63					non-mobilizable	no_good_hit	2094.0	79.035	44.0	0.22889556222889557	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0080_000000008386	3520	0.93346083637071	4	3	1	1	2	False	123162	fragment	False	ISR0193_000000007706	0.9793361719396337		0	0	False	True	0.9991477131843567	0					non-mobilizable	no_good_hit	1565.0	94.31299999999999	44.0	0.19090130854836737	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0011_000000000925	5811	0.9334584124835904	5	5	3	4	4	False	90218	fragment	False	CHI0011_000000000925	1.0		0	0	False	False	0.9984512329101562	0					non-mobilizable	chromosome	5811.0	99.277	100.0	0.0014503060425423106	CP048806.1	enterobacteria	Morganella morganii strain MP63 chromosome, complete genome	False	False
FIJ0170_000000012823	1262	0.9334583216148652	2	2	2	2	2	False	38827	maximal	True	FIJ0170_000000012823	1.0		0	0	False	False	0.9976228475570679	0					non-mobilizable	no_good_hit	960.0	95.93799999999999	76.0	0.11048387096774194	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
FIJ0123_000000017010	1930	0.9334525384475644	2	1	1	1	1	False	41330	maximal	True	FIJ0123_000000017010	1.0		3	2	False	False	0.99170982837677	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000003038	11331	0.9334493796566068	24	6	2	6	1	True	112990	fragment	False	MAD0098_000000003038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2047.0	92.868	69.0	0.036242157870485237	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0174_000000001918	8357	0.933445149003306	6	6	4	5	4	False	94062	maximal	True	CHI0174_000000001918	1.0		5	3	False	False	0.9992820620536804	0					non-mobilizable	no_good_hit	2646.0	93.348	32.0	0.20313942751615882	NZ_WNCH01000059.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold59_size12996, whole genome shotgun sequence	True	False
CAN0016_000000020551	2351	0.9334384478897322	4	3	3	3	3	False	105493	fragment	False	ISR0356_000000007644	0.477112676056338		0	0	False	False	0.9995746612548828	0					non-mobilizable	other	2351.0	99.53200000000001	100.0	0.004862605528885946	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
AST0088_000000005452	2169	0.933435906456682	3	2	1	1	2	True	115856	fragment	False	ENG0051_000000012508	0.2811264822134388		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2169.0	100.0	100.0	0.3075177304964539	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
SPA0009_000000018006	2024	0.933435906456682	2	2	1	1	2	True	115856	fragment	False	ENG0051_000000012508	0.533727843633043		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2024.0	99.95100000000001	100.0	0.28695035460992907	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0225_000000007650	2357	0.9334295392336558	3	3	3	3	3	False	108268	maximal	True	ISR0225_000000007650	1.0		103	11	False	False	0.9898175597190857	0					non-mobilizable	no_good_hit	1913.0	83.795	81.0	0.0006633130377436622	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0061_000000026546	1714	0.9334281074804152	3	3	3	2	1	False	116936	fragment	False	MON0061_000000026546	1.0		0	0	False	False	0.9994165897369385	0					non-mobilizable	no_good_hit	1064.0	95.395	62.0	0.003854116435649308	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0007_000000036988	1724	0.933421024828534	3	1	1	1	1	False	113522	maximal	False	MON0103_000000032049	0.9898609501738123		0	0	False	False	0.9849187731742859	0					non-mobilizable	no_good_hit	204.0	77.45100000000001	11.0	0.14077315827862874	KX125117.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CY_102 genomic sequence	True	False
SPA0128_000000018397	2018	0.9334198006309014	3	2	2	1	1	False	59795	fragment	False	SPA0128_000000018397	1.0		0	0	False	False	0.9886025786399841	0					non-mobilizable	other	901.0	88.01299999999999	93.0	0.0002372762272710357	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	False
FIJ0011_000000010262	4159	0.9334168212143062	5	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.7679896528200113		0	0	False	False	1.0	0					non-mobilizable	other	4044.0	98.541	97.0	0.005598671389016243	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0048_000000012641	1593	0.9334164013542422	2	2	1	1	2	False	131134	fragment	False	SPA0048_000000012641	0.9698374643020836		0	0	False	False	1.0	0					non-mobilizable	other	1593.0	99.874	100.0	0.009877523670070856	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0010_000000016945	1506	0.9334164013542422	2	2	1	1	2	False	131134	fragment	False	SPA0048_000000012641	0.9497727494577651		0	0	False	False	1.0	0					non-mobilizable	other	1506.0	100.0	100.0	0.009337734374030552	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0027_000000025766	1460	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.8425029717501732		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	99.30799999999999	100.0	0.007147554816533684	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0028_000000022808	1442	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.8853961913540498		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	99.569	100.0	0.007197190613870723	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0012_000000016488	1439	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.8680644658001659		0	0	False	False	0.9902710318565369	0					non-mobilizable	other	1178.0	99.57600000000001	100.0	0.0073026666832119325	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0022_000000009174	1439	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.8847431181371609		0	0	False	False	0.9993050694465637	0					non-mobilizable	other	1156.0	99.654	99.0	0.007166168240535074	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0057_000000022996	1434	0.9334164013542422	3	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.8992845391925605		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	100.0	100.0	0.007091714544529515	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0174_000000010796	1407	0.9334164013542422	2	2	1	1	2	False	131129	fragment	False	CHI0067_000000008459	0.9669117647058824		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	99.16	99.0	0.00039579112871526625	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
CAN0001_000000030954	1404	0.9334164013542422	3	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.8027263536160482		0	0	False	False	0.9971510171890259	0					non-mobilizable	other	1347.0	100.0	100.0	0.008351222901956891	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0067_000000008459	1400	0.9334164013542422	2	2	1	1	2	False	131129	fragment	False	CHI0067_000000008459	0.9797474462421785		0	0	False	False	0.9721428751945496	0					non-mobilizable	other	1404.0	96.72399999999999	100.0	0.008680060059314779	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0289_000000008653	1353	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.8588832481025317		0	0	False	False	0.9970436096191406	0					non-mobilizable	other	1143.0	100.0	100.0	0.007085510069862385	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
DEN0052_000000034949	1342	0.9334164013542422	3	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.8032618541129978		0	0	False	False	0.9992548227310181	0					non-mobilizable	other	1342.0	100.0	100.0	0.0024559989743777586	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0026_000000028316	1230	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.6676785268393861		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	98.912	100.0	0.0073895293285517515	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0181_000000017203	1224	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7517634523725687		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	100.0	100.0	0.007588072517899909	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0783_000000011489	1220	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7484159349865936		0	0	False	False	0.9967213273048401	0					non-mobilizable	other	1220.0	99.59	100.0	0.007563254619231389	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0182_000000033021	1219	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.748349632247114		0	0	False	False	0.9975389838218689	0					non-mobilizable	other	1219.0	99.59	100.0	0.00755705014456426	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ENG0163_000000021548	1219	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7190345708314794		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	100.0	100.0	0.007085510069862385	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0186_000000016284	1210	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7275971351043513		0	0	False	False	0.9942148923873901	0					non-mobilizable	other	1210.0	99.587	100.0	0.00750120987256009	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0126_000000012903	1209	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7498400173288738		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	100.0	100.0	0.007495005397892961	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0049_000000013641	1209	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7486926560550894		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	100.0	100.0	0.007495005397892961	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0160_000000026812	1204	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7493929335662611		0	0	False	False	0.9991694092750549	0					non-mobilizable	other	1204.0	100.0	100.0	0.007463983024557311	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0111_000000025103	1204	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7493929335662611		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	100.0	100.0	0.007463983024557311	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0065_000000016114	1203	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7033195647379415		0	0	False	False	0.9933499693870544	0					non-mobilizable	other	1144.0	100.0	100.0	0.007091714544529515	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ENG0148_000000030103	1195	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7307544492434487		0	0	False	False	0.9891213178634644	0					non-mobilizable	other	1195.0	100.0	100.0	0.007408142752553142	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0045_000000020571	1191	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7305917644298668		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	100.0	100.0	0.007383324853884622	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0112_000000027994	1189	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7461029653996525		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	100.0	100.0	0.007370915904550362	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0070_000000011178	1186	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7305785484036756		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	100.0	100.0	0.007352302480548972	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CAN0018_000000028401	1184	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7015301522747025		0	0	False	False	0.9966216087341309	0					non-mobilizable	other	1184.0	99.57799999999999	100.0	0.007339893531214712	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0132_000000035203	1176	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7276442009402401		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	100.0	100.0	0.007290257733877673	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0151_000000020855	1166	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.6329677900396848		0	0	False	False	1.0	0					non-mobilizable	other	1005.0	100.0	100.0	0.006229292565798454	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0109_000000017503	1164	0.9334164013542422	2	2	1	1	2	False	131124	fragment	False	SPA0057_000000022996	0.7067458508141933		0	0	False	False	0.9939862489700317	0					non-mobilizable	other	1164.0	100.0	100.0	0.007215804037872114	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ENG0166_000000002003	11379	0.9334133352071732	13	13	12	11	12	False	56190	maximal	True	ENG0166_000000002003	1.0		1	1	False	False	0.9999121427536011	0					non-mobilizable	other	11385.0	99.87700000000001	100.0	0.004050272621345406	HF558530.1	firmicutes	Enterococcus faecalis str. Symbioflor 1, complete genome	False	False
SPA0082_000000003174	4958	0.9334100061359814	5	5	5	4	3	False	105070	fragment	False	SPA0082_000000003174	0.9764125016531416		0	0	False	False	1.0	0					non-mobilizable	other	2781.0	99.78399999999999	100.0	0.002982135079992019	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
ISR0149_000000002034	7227	0.93340996761023	10	4	3	4	3	False	30889	maximal	True	ISR0149_000000002034	1.0		1	1	False	False	0.9994465112686157	0					non-mobilizable	no_good_hit	1154.0	98.18	29.0	0.00039178814761000734	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0013_000000015030	1808	0.9334070222227384	3	3	2	3	2	False	91823	fragment	False	ENG0013_000000015030	1.0		0	0	False	False	0.9839601516723633	0					non-mobilizable	other	1810.0	99.28200000000001	100.0	0.012287899577497317	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
MAD0097_000000007340	5147	0.9334038956258928	5	5	5	4	4	False	79494	fragment	False	MAD0097_000000007340	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5147.0	100.0	100.0	0.029869979103784538	CP009232.1	enterobacteria	Escherichia coli strain CA28 plasmid pCA28, complete sequence	False	True
ENG0193_000000002995	6564	0.9334021369771888	9	9	5	7	6	False	104836	fragment	False	ENG0193_000000002995	0.9877158341726183		0	0	False	False	1.0	0					non-mobilizable	chromosome	6565.0	99.436	100.0	0.0013252366616636274	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
USA0120_01_000000001733	6260	0.9334021369771888	9	9	5	7	6	False	104836	fragment	False	ENG0193_000000002995	0.9751713981753765		0	0	False	False	1.0	0					non-mobilizable	chromosome	6260.0	99.712	100.0	0.0010816208965423908	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0023_000000027569	1214	0.9333924219579668	2	2	2	2	2	False	131174	fragment	False	AST0002_000000028230	0.9592554793844088		0	0	False	False	0.9769357442855835	0					non-mobilizable	other	1214.0	98.929	100.0	0.004471213567718796	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
ISR0137_000000018919	1253	0.9333773841759202	2	2	2	2	2	False	31368	fragment	False	ISR0137_000000018919	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	87.179	56.0	0.001689632068051388	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
CHI0167_000000013440	1616	0.9333740856631576	3	1	0	1	1	True	78145	maximal	True	CHI0167_000000013440	1.0		1	1	False	False	0.9746286869049072	0					non-mobilizable	no_good_hit	51.0	100.0	3.0	0.006012506012506013	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
FIJ0011_000000028802	1573	0.9333740856631576	1	1	0	1	1	True	50930	maximal	True	FIJ0011_000000028802	1.0		1	1	True	True	0.9993642568588257	4					non-mobilizable	no_good_hit								True	True
MON0037_000000049821	1507	0.9333740856631576	2	1	0	1	1	True	12071	maximal	True	MON0037_000000049821	1.0		1	1	True	True	1.0	24					non-mobilizable	no_good_hit	122.0	86.066	8.0	4.7118033468977364e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
ISR0820_000000017106	1498	0.9333740856631576	1	1	0	1	1	True	21273	maximal	True	ISR0820_000000017106	1.0		1	1	True	True	1.0	76					non-mobilizable	plasmid	1247.0	93.264	91.0	0.9169139465875371	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	False	True
USA0061_01_000000007208	1497	0.9333740856631576	2	1	0	1	1	True	889	maximal	True	USA0061_01_000000007208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	91.824	11.0	0.018879268879268878	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
MON0052_000000026479	1150	0.9333740856631576	2	1	0	1	1	True	11197	fragment	False	MON0052_000000026479	1.0		0	0	False	False	0.9852173924446106	0					non-mobilizable	no_good_hit								True	True
ISR0012_000000004161	5704	0.9333732954144514	4	2	2	2	2	False	38202	fragment	False	ISR0012_000000004161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0149_000000002759	9566	0.9333649804761148	8	5	5	5	5	False	114414	maximal	True	AST0149_000000002759	1.0		1	1	False	False	0.999895453453064	0					non-mobilizable	no_good_hit	871.0	93.571	9.0	0.035995687152691386	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
CHI0105_000000000101	47104	0.9333553030564048	57	39	22	35	24	True	123721	fragment	False	CHI0105_000000000101	1.0		0	0	False	True	0.99997878074646	0	rep_cluster_1702				non-mobilizable	other	27338.0	99.99600000000001	99.0	0.2728025706530417	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0213_000000004822	4727	0.9333372836208678	5	4	3	4	3	False	28298	maximal	True	ISR0213_000000004822	1.0		1	1	False	False	0.9995769262313843	0					non-mobilizable	no_good_hit	903.0	97.67399999999999	27.0	0.0002397876668234202	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0342_000000008058	1951	0.933333844470062	3	1	1	1	1	False	111973	fragment	False	ENG0200_000000009689	0.8719755182779122		0	0	False	False	0.9989748597145081	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	0.0006429472031796662	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0053_000000012101	2091	0.933332903184648	3	3	3	3	2	False	84894	fragment	False	ENG0053_000000012101	0.9687764929887607		0	0	False	False	1.0	0					non-mobilizable	chromosome	2091.0	99.85700000000001	100.0	0.0003879016266626874	CP044047.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_629 chromosome, complete genome	False	False
ENG0152_000000003339	6715	0.9333243154726232	9	8	1	1	7	True	90064	maximal	True	ENG0152_000000003339	1.0		1	1	False	False	0.9968726634979248	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2571.0	97.161	65.0	0.23296124875215538	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CAN0006_000000004480	9910	0.9333184636409644	5	4	4	4	3	False	95774	maximal	True	CAN0006_000000004480	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4526.0	78.568	81.0	0.0045707159869950425	NZ_LT706951.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
ISR0223_000000000163	48225	0.9333128451006756	49	24	12	22	11	False	117610	maximal	True	ISR0223_000000000163	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	13477.0	96.35700000000001	45.0	0.558389317408974	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
SPA0082_000000010581	1595	0.9333095345977171	2	2	2	2	2	False	5595	maximal	True	SPA0082_000000010581	1.0		6	2	False	False	0.9993730187416077	0					non-mobilizable	other	1596.0	89.536	99.0	0.006016138650482726	NZ_JABAFG010000001.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_1, whole genome shotgun sequence	False	False
ENG0092_000000003262	5656	0.9332883182563037	7	7	3	6	6	False	119721	fragment	False	ENG0092_000000003262	1.0		0	0	False	False	0.9994695782661438	0					non-mobilizable	chromosome	5656.0	99.806	100.0	0.000901588016374012	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
FIJ0165_000000000479	23451	0.9332750614350884	29	15	10	14	10	False	47429	maximal	True	FIJ0165_000000000479	0.9869885218610357		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	96.676	6.0	0.022453015274901515	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
ISR0172_000000009476	1699	0.9332673785982656	2	2	2	2	2	False	106069	fragment	False	ISR0344_000000020233	0.5774008710583204		0	0	False	False	0.999411404132843	0					non-mobilizable	other	1700.0	96.118	100.0	0.0006166506572341148	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0209_000000017630	1615	0.9332673785982656	2	2	2	2	2	False	106069	fragment	False	ISR0344_000000020233	0.5267179614204709		0	0	False	False	0.9962848424911499	0					non-mobilizable	other	1544.0	95.531	100.0	0.0005599972399617226	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0075_000000010775	2291	0.933259002255912	4	2	0	2	1	True	62104	maximal	True	ENG0075_000000010775	1.0		2	2	True	True	1.0	15					non-mobilizable	no_good_hit	52.0	98.07700000000001	2.0	0.015274034141958671	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
SPA0115_000000002044	12264	0.933258085182838	16	10	9	6	6	True	130472	maximal	True	SPA0115_000000002044	1.0		14	7	False	False	0.9999184608459473	0					non-mobilizable	no_good_hit	6125.0	94.92200000000001	54.0	0.0018480494052855057	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
SPA0098_000000004643	7352	0.9332438938122474	13	6	5	6	6	False	5092	maximal	True	SPA0098_000000004643	1.0		1	1	False	False	0.9985038042068481	0					non-mobilizable	no_good_hit	357.0	75.07	5.0	0.0002324661721639127	NC_010163.1	mycoplasmas	Acholeplasma laidlawii PG-8A, complete sequence	True	False
ISR0215_000000018964	1566	0.9332421921590336	2	1	1	1	1	False	28161	fragment	False	ISR0215_000000018964	1.0		0	0	False	False	0.9808428883552551	0					non-mobilizable	no_good_hit	1188.0	97.98	76.0	0.00041359144412752414	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ISR0221_000000012280	1850	0.9332373184522471	2	2	2	2	2	False	66598	fragment	False	ISR0221_000000012280	1.0		0	0	False	False	0.9983783960342407	0					non-mobilizable	no_good_hit	234.0	79.487	12.0	7.48337656514985e-05	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
ISR0062_000000007508	4265	0.9332354599243228	7	1	1	1	1	False	35363	maximal	True	ISR0062_000000007508	1.0		2	2	False	False	0.9934349060058594	0					non-mobilizable	no_good_hit	259.0	74.131	6.0	0.00011266869616452961	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0045_000000002369	10150	0.9332308666576254	12	10	5	7	7	False	124397	maximal	True	MON0045_000000002369	1.0		7	2	False	False	0.9999014735221863	0					non-mobilizable	other	7647.0	94.821	97.0	0.6876574307304786	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0143_000000015833	1864	0.9332159699660098	2	2	2	2	1	False	31144	fragment	False	ISR0143_000000015833	1.0		0	0	False	False	0.9898068904876709	0					non-mobilizable	no_good_hit	42.0	100.0	2.0	0.00437426651018884	NZ_JAAIPV010000065.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_65_length_9373_cov_114.326, whole genome shotgun sequence	True	False
ETH0002_000000000028	102945	0.9332093941505064	136	33	16	25	15	True	53402	maximal	True	ETH0002_000000000028	1.0		1	1	True	True	1.0	126					non-mobilizable	no_good_hit	349.0	85.1	0.0	0.0032636830851183554	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
ENG0173_000000002729	6827	0.93320541331124	11	4	3	3	2	True	123859	maximal	False	ENG0045_000000001528	0.9876093955260516		0	0	True	True	1.0	544		MOBB			mobilizable	no_good_hit	3483.0	98.163	88.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
SPA0106_000000005524	6807	0.93320541331124	11	4	3	3	2	True	123859	maximal	False	ENG0045_000000001528	0.9874746880124913		0	0	True	True	1.0	192		MOBB			mobilizable	no_good_hit	3483.0	98.191	88.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0010_000000002638	6765	0.93320541331124	10	4	3	3	2	True	123859	maximal	False	ENG0045_000000001528	0.975800394552707		0	0	True	True	1.0	34		MOBB			mobilizable	no_good_hit	2653.0	97.851	85.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0107_000000003586	6747	0.93320541331124	10	4	3	3	2	True	123859	maximal	False	ENG0045_000000001528	0.987348707189381		0	0	True	True	1.0	79		MOBB			mobilizable	no_good_hit	3483.0	98.22	88.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0319_000000002055	6287	0.93320541331124	9	4	3	3	2	True	123859	maximal	False	ENG0045_000000001528	0.885646786838223		0	0	False	True	0.9976141452789307	0		MOBB			mobilizable	no_good_hit	3227.0	98.544	87.0	0.420757180156658	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0332_000000002053	5670	0.93320541331124	8	4	3	3	2	True	121009	fragment	False	ISR0332_000000002053	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	3483.0	98.191	92.0	0.4540469973890339	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	False	True
ENG0107_000000007280	3616	0.9331958921259323	8	6	2	4	4	True	99302	fragment	False	ENG0107_000000007280	1.0		0	0	False	False	0.9991703629493713	0	rep_cluster_1079				non-mobilizable	no_good_hit	1994.0	94.132	70.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
AST0093_000000011084	1548	0.9331908999573476	2	1	1	1	1	False	109485	fragment	False	AST0093_000000011084	1.0		0	0	False	False	0.9870800971984863	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	0.00018614327557416987	NZ_JAAITU010000002.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_2_length_182655_cov_151.552, whole genome shotgun sequence	True	False
ENG0080_000000023703	1211	0.9331908999573476	2	1	1	1	1	False	61714	fragment	False	ENG0080_000000023703	1.0		0	0	False	False	0.9801816940307617	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000001997	11519	0.9331816255244948	18	14	8	8	11	False	14867	maximal	True	MAD0105_000000001997	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4819.0	86.595	86.0	0.02039056426638573	CP016184.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2-4, complete sequence	True	False
MON0032_000000015759	1838	0.9331806350412282	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.23327584226407122		0	0	False	False	0.9853101372718811	0					non-mobilizable	other	1507.0	97.87700000000001	97.0	0.009180631671350454	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ENG0138_000000006121	3264	0.933178600980619	3	2	1	2	1	False	57941	fragment	False	ENG0138_000000006121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	79.389	8.0	0.0003449658297360545	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0025_000000012399	3149	0.933178600980619	4	2	1	2	1	False	55041	maximal	True	ISR0025_000000012399	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	79.389	8.0	0.0003449658297360545	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
TAN0017_000000012119	2891	0.933178600980619	3	2	1	2	1	False	55040	fragment	False	TAN0017_000000012119	1.0		0	0	False	False	0.9923901557922363	0					non-mobilizable	no_good_hit	262.0	79.771	9.0	0.0003449658297360545	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0150_000000003423	5130	0.9331574098782832	7	5	2	3	4	True	73775	fragment	False	ISR0095_000000004294	0.959752599498028		0	0	False	False	0.9982455968856812	0					non-mobilizable	other	5130.0	100.0	100.0	0.0016459666596279582	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0259_000000001078	11361	0.9331461307293968	12	7	5	7	6	True	47174	fragment	False	ISR0259_000000001078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2054.0	96.835	25.0	0.034780245907207394	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
USA0045_01_000000010646	1360	0.9331449600135954	1	1	1	1	1	False	1203	fragment	False	USA0045_01_000000010646	1.0		0	0	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	4.0	0.0033653509079436305	NZ_JABRUY010000081.1	firmicutes	Paenibacillus frigoriresistens strain LMG 31322 NODE_78_length_14263_cov_15.614199, whole genome shotgun sequence	True	False
CHI0116_000000003424	5427	0.9331419917046744	6	3	2	2	2	True	82204	maximal	True	CHI0116_000000003424	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2422.0	90.339	61.0	0.29403876630501036	NZ_UGGU01000005.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	True
MAD0003_000000005492	4909	0.9331329405889808	4	2	1	2	1	True	100162	fragment	False	MAD0003_000000005492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2996.0	87.75	85.0	0.025913655837510624	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
AST0033_000000002161	5988	0.933126480649634	7	4	2	2	3	True	124500	fragment	False	ISR0058_000000003611	0.9936661028562114		0	0	False	False	0.9998329877853394	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	8.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0099_000000003627	5937	0.933126480649634	6	4	2	2	3	True	124500	fragment	False	ISR0058_000000003611	0.9831446675130708		0	0	False	False	0.9993262887001038	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	8.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0062_000000006027	5079	0.933126480649634	6	4	2	2	3	True	124496	fragment	False	ISR0062_000000006027	1.0		0	0	False	False	0.9994093179702759	0					non-mobilizable	no_good_hit	210.0	89.04799999999999	4.0	0.0023743208072690746	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	True
ISR0125_000000003549	4209	0.9331263734055588	5	5	1	2	5	False	32049	maximal	True	ISR0125_000000003549	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2524.0	96.91	94.0	0.13475711442250793	CP028234.1	firmicutes	Lactiplantibacillus plantarum strain SRCM101222 plasmid unnamed5, complete sequence	False	True
ENG0102_000000003767	6334	0.9331169815181368	10	5	4	4	4	False	87523	fragment	False	ENG0102_000000003767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	759.0	72.596	12.0	0.00026026364811798804	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
ISR0169_000000002482	8779	0.9331033105180578	8	2	1	2	0	True	87788	backbone	False	ISR0060_000000003567	0.9889442238423176	PS452	0	0	True	True	0.9994304776191711	12					non-mobilizable	no_good_hit	176.0	94.318	2.0	0.041809290953545235	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ISR0232_000000001984	8778	0.9331033105180578	8	2	1	2	0	True	87788	backbone	False	ISR0060_000000003567	0.9889353267827222	PS452	0	0	True	True	0.9995443224906921	15					non-mobilizable	no_good_hit	176.0	94.318	2.0	0.041809290953545235	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ISR0060_000000003567	8778	0.9331033105180578	8	2	1	2	0	True	87788	backbone	True	ISR0060_000000003567	0.9890040530634187	PS452	29	6	True	True	1.0	17					non-mobilizable	no_good_hit	176.0	94.318	2.0	0.041809290953545235	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ENG0001_000000002562	8775	0.9331033105180578	7	2	1	2	0	True	87788	backbone	False	ISR0060_000000003567	0.9884426733450936	PS452	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	176.0	94.318	2.0	0.041809290953545235	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
SPA0149_000000003421	8771	0.9331033105180578	7	2	1	2	0	True	87788	backbone	False	ISR0060_000000003567	0.9882877263736233	PS452	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	176.0	94.318	2.0	0.041809290953545235	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
SPA0104_000000003471	8770	0.9331033105180578	6	2	1	2	0	True	87788	backbone	False	ISR0060_000000003567	0.9889132665786764	PS452	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	176.0	94.318	2.0	0.041809290953545235	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
SPA0117_000000004038	8714	0.9331033105180578	4	2	1	2	0	True	87784	maximal	True	SPA0117_000000004038	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	86.93700000000001	2.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
SPA0029_000000002505	8206	0.9331033105180578	6	2	1	2	0	True	87788	backbone	False	ISR0060_000000003567	0.8872425027945636	PS452	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	176.0	94.318	2.0	0.041809290953545235	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
MAD0098_000000004644	8112	0.9331033105180578	6	2	1	2	0	True	87788	backbone	False	ISR0060_000000003567	0.8859765083372811	PS452	0	0	False	True	0.9991371035575867	0					non-mobilizable	no_good_hit	176.0	94.318	2.0	0.041809290953545235	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
MAD0096_000000001894	7669	0.9331033105180578	5	2	1	2	0	True	87788	backbone	False	ISR0060_000000003567	0.440942858072107	PS452	0	0	False	True	0.9998695850372314	0					non-mobilizable	no_good_hit	206.0	79.126	3.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
MAD0100_000000005074	7009	0.9331033105180578	5	2	1	2	0	True	87788	backbone	False	ISR0060_000000003567	0.2936971679466796	PS452	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	206.0	79.126	3.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
MAD0051_000000003485	6838	0.9331033105180578	5	2	1	2	0	False	87788	backbone	False	ISR0060_000000003567	0.22153003102570323	PS452	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	176.0	94.318	3.0	0.041809290953545235	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ENG0152_000000003984	5584	0.9331033105180578	8	2	1	2	0	False	67455	maximal	True	ENG0152_000000003984	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	521.0	91.74700000000001	27.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0207_000000004467	5439	0.9331033105180578	7	2	1	2	0	True	87782	fragment	False	ISR0207_000000004467	1.0		0	0	False	False	0.9891524314880371	0					non-mobilizable	no_good_hit	206.0	79.126	4.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
ISR0327_000000004224	5278	0.9331033105180578	5	2	1	2	0	True	87780	fragment	False	ISR0327_000000004224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	79.126	4.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
ISR0388_000000007791	4071	0.9331033105180578	4	2	1	2	0	True	87786	fragment	False	ISR0388_000000007791	1.0		0	0	False	False	0.9997543692588806	0					non-mobilizable	no_good_hit	221.0	86.87799999999999	5.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ENG0075_000000006096	3933	0.9331033105180578	4	2	1	2	0	False	116302	backbone	False	ENG0078_000000006022	0.9228288412808109	PS767	0	0	True	True	0.9969488978385925	2					non-mobilizable	no_good_hit	1167.0	92.288	35.0	0.29680715197956575	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0364_000000004257	3593	0.9331033105180578	4	2	1	2	0	True	87776	fragment	False	ISR0364_000000004257	1.0		0	0	False	False	0.9997217059135437	0					non-mobilizable	no_good_hit	206.0	79.126	6.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
ENG0043_000000010267	3274	0.9331033105180578	2	2	1	2	0	True	87783	fragment	False	ENG0043_000000010267	1.0		0	0	False	False	0.9981673955917358	0					non-mobilizable	no_good_hit	221.0	86.87799999999999	7.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
USA0023_01_000000014677	2112	0.9331033105180578	3	2	1	2	0	True	1704	maximal	True	USA0023_01_000000014677	1.0		1	1	False	False	0.9891098737716675	0					non-mobilizable	no_good_hit	212.0	100.0	10.0	5.9002642815058034e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MON0038_000000016447	1974	0.9331033105180578	3	2	1	2	0	False	47778	fragment	False	MON0038_000000016447	1.0		0	0	False	False	0.9964538812637329	0					non-mobilizable	no_good_hit	316.0	86.07600000000001	16.0	0.10936408106219427	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	False
ISR0813_000000003604	7394	0.9331018400004094	4	4	4	4	4	False	72808	fragment	False	ISR0813_000000003604	1.0		0	0	False	False	0.9990532994270325	0					non-mobilizable	no_good_hit	509.0	71.513	7.0	0.00012020098195334971	NC_015578.1	spirochetes	Treponema primitia ZAS-2, complete sequence	True	False
SPA0095_000000003270	6517	0.9330953038300324	10	8	3	3	8	True	109283	maximal	True	SPA0095_000000003270	1.0	PS685	1	1	False	True	1.0	0		MOBB			mobilizable	no_good_hit	3408.0	87.735	79.0	0.406934745966771	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0175_000000006727	3451	0.9330912007712636	5	5	5	5	4	False	49236	fragment	False	ISR0175_000000006727	1.0		0	0	False	False	0.999710202217102	0					non-mobilizable	no_good_hit	2706.0	89.579	78.0	0.0010867539458365705	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ETH0003_000000036639	1146	0.9330824928195504	2	1	0	1	1	True	52974	fragment	False	ETH0003_000000036639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0122_000000004505	7135	0.9330792509755226	8	6	3	4	4	True	120106	backbone	True	SPA0122_000000004505	0.9999306614893912	PS831	9	6	True	True	1.0	150					non-mobilizable	no_good_hit	1347.0	88.86399999999999	57.0	0.2167343623070674	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0148_000000006146	4773	0.9330792509755226	6	6	3	4	4	True	106458	fragment	False	ISR0148_000000006146	1.0		0	0	False	False	0.999580979347229	0					non-mobilizable	no_good_hit	2122.0	88.03	75.0	0.3455411397602233	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0101_000000009093	5911	0.933077239394239	7	2	0	1	1	True	9075	maximal	True	MON0101_000000009093	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	822.0	85.036	15.0	0.09889442352083587	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
CAN0015_000000012507	3159	0.9330768607453134	5	2	1	2	2	True	93310	maximal	True	CAN0015_000000012507	1.0		1	1	False	False	0.9800570011138916	0					non-mobilizable	no_good_hit	1809.0	74.516	57.0	0.0006106441883589762	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	True
ISR0139_000000010088	2512	0.9330668538221496	4	3	3	3	2	False	64047	fragment	False	ISR0139_000000010088	1.0		0	0	False	False	0.9948248267173767	0					non-mobilizable	no_good_hit								True	False
SPA0058_000000007925	3800	0.9330506110063024	8	6	3	5	4	False	6313	fragment	False	SPA0058_000000007925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000026647	1263	0.9330494445656964	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09765571657796705		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	98.89200000000001	100.0	0.006305302549600548	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
DEN0049_000000003882	1223	0.9330494445656964	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08220332103267386		0	0	False	False	0.9721994996070862	0					non-mobilizable	other	1223.0	97.62899999999999	100.0	0.0061054514386781845	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
MAD0087_000000026295	1217	0.9330494445656964	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.0821575714953379		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	98.522	100.0	0.00607547377203983	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ENG0102_000000002941	7663	0.9330492309616184	10	5	1	2	4	True	121595	fragment	False	ENG0193_000000002067	0.26921939972015846		0	0	False	True	0.9926921725273132	0					non-mobilizable	chromosome	6791.0	94.463	100.0	0.002780701054272011	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
CHI0113_000000001605	4617	0.9330448379151502	7	6	2	5	2	True	107925	fragment	False	CHI0113_000000001605	1.0		0	0	False	False	0.9900368452072144	0					non-mobilizable	other	4557.0	99.978	100.0	0.0007319392856683846	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
SPA0062_000000011978	2744	0.9330421333584716	4	4	4	4	4	False	130873	maximal	True	SPA0062_000000011978	1.0	PS1128	12	4	False	True	0.9985422492027283	0					non-mobilizable	no_good_hit	1648.0	85.316	60.0	0.019413460629549108	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
CHI0083_000000004707	2208	0.9330413266886622	3	3	3	3	3	False	84221	fragment	False	CHI0083_000000004707	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2171.0	99.355	98.0	0.0007987438005334284	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ENG0134_000000010503	3614	0.9330396643187776	5	3	1	2	3	False	58211	maximal	True	ENG0134_000000010503	1.0		1	1	False	False	0.9980630874633789	0					non-mobilizable	no_good_hit								True	False
USA0036_01_000000024165	1259	0.9330285989220136	2	1	1	1	1	False	1380	maximal	True	USA0036_01_000000024165	1.0		16	7	False	False	0.9984114170074463	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000006249	6972	0.9330209760897612	7	6	5	4	5	False	120412	fragment	False	SPA0101_000000006249	0.9969489507367169		0	0	False	False	1.0	0					non-mobilizable	other	6972.0	99.986	100.0	0.0030128553103357662	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
SPA0088_000000002491	6524	0.9330108064515944	6	5	4	4	5	False	128376	maximal	True	SPA0088_000000002491	1.0		2	1	False	False	0.9998466968536377	0					non-mobilizable	chromosome	2691.0	98.551	99.0	0.0009453539718045543	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0116_000000000301	36909	0.9330071141041651	35	18	13	16	8	True	69936	fragment	False	ISR0297_000000000064	0.9830619327282435		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	96.01799999999999	1.0	0.0009846827133479213	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MON0088_000000002494	8765	0.9329991357245068	9	6	4	5	6	False	49574	maximal	True	MON0088_000000002494	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3682.0	72.053	42.0	0.001008603118005454	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0040_000000001901	9312	0.9329978919460008	6	6	4	6	5	True	71323	fragment	False	MAD0009_000000000747	0.9486146095717884		0	0	False	False	1.0	0		MOBF	MPF_T		conjugative	plasmid	9319.0	95.461	100.0	0.08070857599139016	CP057195.1	enterobacteria	Escherichia coli strain RHB33-C12 plasmid pRHB33-C12_2, complete sequence	False	True
ISR0262_000000002075	7079	0.9329946090430936	9	4	0	1	4	False	108282	fragment	False	ISR0262_000000002075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	96.454	30.0	0.09079165897767116	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MON0076_000000012977	3525	0.9329875645445036	4	4	4	4	4	False	10305	maximal	True	MON0076_000000012977	1.0		10	4	False	False	0.9926241040229797	0					non-mobilizable	other	3525.0	95.206	100.0	0.13765340420542485	NZ_WEHX01000028.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_28_length_25586_cov_391.010554, whole genome shotgun sequence	False	False
ISR0043_000000010385	2130	0.9329834806783854	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.6738234666217701		0	0	False	False	0.9995304942131042	0					non-mobilizable	no_good_hit	1722.0	94.01899999999999	81.0	0.08676789587852494	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0029_000000021774	2016	0.9329834806783854	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.8866816412419868		0	0	False	False	0.9861111044883728	0					non-mobilizable	other	1817.0	96.258	90.0	0.002295341531644097	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
DEN0001_000000002833	10356	0.9329755044610922	8	6	4	6	2	True	117511	fragment	False	DEN0010_000000003007	0.8425678037534056		0	0	False	True	0.9999034404754639	0					non-mobilizable	no_good_hit	102.0	84.314	1.0	0.01086002632733655	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
FIJ0134_000000000598	26498	0.9329749005696232	41	12	6	10	9	False	40646	maximal	True	FIJ0134_000000000598	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1372.0	77.47800000000001	5.0	0.0047090938921411545	NZ_CYXL01000007.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
MAD0046_000000002526	8472	0.9329702677266424	5	4	4	4	3	True	71322	fragment	False	MAD0046_000000002526	1.0		0	0	False	False	1.0	0		MOBF	MPF_T		conjugative	plasmid	8473.0	97.014	100.0	0.11398573159240813	CP058082.1	enterobacteria	Escherichia coli strain RHB01-C23 plasmid pRHB01-C23_3, complete sequence	False	True
FIJ0104_000000001231	16311	0.9329700274829492	7	5	3	5	1	False	42534	maximal	True	FIJ0104_000000001231	1.0		1	1	False	False	0.9998160600662231	0					non-mobilizable	no_good_hit	7030.0	96.79899999999999	84.0	0.05962243650685862	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	False
ENG0155_000000004193	5696	0.9329638604558802	6	5	5	5	4	False	123763	maximal	True	ENG0155_000000004193	1.0		1	1	False	False	0.995084285736084	0					non-mobilizable	no_good_hit	1771.0	94.579	72.0	0.0004002396460333966	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0112_000000014561	1877	0.9329614293344992	2	2	2	2	2	False	42010	fragment	False	FIJ0112_000000014561	1.0		0	0	False	False	0.9984017014503479	0					non-mobilizable	chromosome	1877.0	99.787	100.0	0.00036659420112850825	CP054063.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP chromosome, complete genome	False	False
FIJ0046_000000000996	21133	0.9329610316633682	32	7	6	6	6	False	47007	maximal	True	FIJ0046_000000000996	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	5.418547579995373e-06	NZ_CP024900.1	enterobacteria	Photorhabdus laumondii subsp. laumondii strain DJC chromosome, complete genome	True	False
SPA0042_000000008162	3693	0.9329531759430844	3	3	3	3	3	False	105941	maximal	True	SPA0042_000000008162	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	70.52	14.0	0.0001701239522444953	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
MON0077_000000010164	3698	0.932953017530908	4	2	2	2	2	False	35387	fragment	False	MON0077_000000010164	1.0		0	0	False	False	0.9813412427902222	0					non-mobilizable	other	3697.0	97.944	99.0	0.001026098161076584	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CAN0017_000000007697	4795	0.93295085620115	7	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.12630827662015015		0	0	False	True	1.0	0					non-mobilizable	plasmid	4796.0	99.625	100.0	0.15479726239669422	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0076_000000003660	4731	0.93295085620115	6	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.16934291241709537		0	0	False	True	0.9997886419296265	0					non-mobilizable	chromosome	4653.0	98.775	98.0	0.001058472825662536	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MAD0088_000000011691	2115	0.932949890383282	3	3	3	3	2	False	20032	fragment	False	MAD0041_000000014251	0.5614712659191594		0	0	False	False	0.9938534498214722	0					non-mobilizable	other	2098.0	97.617	99.0	0.0009983147190722385	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MAD0051_000000005767	4559	0.9329481807531058	6	3	3	3	2	False	79134	fragment	False	MAD0051_000000005767	1.0		0	0	False	False	0.9927615523338318	0					non-mobilizable	no_good_hit	87.0	80.46	2.0	0.00024887550761498354	CP019641.1	firmicutes	Planococcus sp. Y42 plasmid unnamed1, complete sequence	True	False
FIJ0161_000000003187	4860	0.9329422578054064	3	2	1	2	1	False	61942	fragment	False	FIJ0161_000000003187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0024_01_000000001916	11752	0.9329422271511444	24	12	4	9	8	False	1681	maximal	True	USA0024_01_000000001916	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2712.0	83.038	29.0	0.0005052383404907196	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
CHI0177_000000008974	1843	0.9329415768593748	4	1	1	1	1	False	87596	maximal	True	CHI0177_000000008974	0.9724795640326975		30	5	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	87.624	17.0	6.051725087893027e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0041_000000007943	1835	0.9329415768593748	5	1	1	1	1	False	87596	maximal	False	CHI0177_000000008974	0.9704286489419425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	87.12899999999999	22.0	9.092641674346738e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0185_000000013997	1398	0.9329406516011488	2	2	2	2	1	False	84147	fragment	False	CHI0084_000000004541	0.9913464467247641		0	0	False	False	0.9856938719749451	0					non-mobilizable	other	1402.0	87.589	100.0	0.052392739273927395	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
MAD0016_000000000053	23294	0.9329386800319062	35	7	4	7	3	False	19401	maximal	True	MAD0016_000000000053	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5064.0	94.53	64.0	0.08704025310796637	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
USA0075_01_000000009645	2581	0.9329362292075224	4	4	4	4	3	False	76216	maximal	True	USA0075_01_000000009645	1.0		1	1	False	False	0.9984502196311951	0					non-mobilizable	no_good_hit	595.0	71.429	23.0	0.00026754014580937947	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
SPA0030_000000008067	3799	0.9329306821660741	6	4	4	4	3	False	83649	fragment	False	SPA0030_000000008067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.432	20.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0130_000000010222	3194	0.9329306821660741	4	4	4	4	3	False	83657	fragment	False	SPA0130_000000010222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.566	26.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0117_000000013188	2034	0.932930045855249	2	2	0	2	1	True	32421	maximal	True	ISR0117_000000013188	1.0		1	1	True	True	1.0	117					non-mobilizable	no_good_hit								True	True
ISR0843_000000004362	3696	0.9329110530370016	4	3	2	3	2	False	131993	maximal	True	ISR0843_000000004362	1.0		0	0	False	False	0.9994588494300842	0					non-mobilizable	no_good_hit	2816.0	85.831	75.0	0.0009413018322212837	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0045_000000001093	17665	0.9329091416131958	17	5	5	5	3	False	73638	fragment	False	ISR0045_000000001093	1.0		0	0	False	False	0.9993773102760315	0					non-mobilizable	no_good_hit	481.0	80.042	4.0	0.009699797409294615	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
DEN0041_000000005586	5750	0.9329063170766032	9	8	6	5	7	False	73155	maximal	True	DEN0041_000000005586	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	78.877	12.0	0.00020147798709938556	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0015_000000004263	6671	0.9329055483246759	6	5	2	2	3	False	50396	backbone	True	FIJ0015_000000004263	1.0	PS194	1	1	True	True	1.0	58					non-mobilizable	plasmid	4634.0	97.087	92.0	0.6925726265348907	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	False	True
CHI0047_000000002006	7330	0.9329001881201876	6	4	3	4	2	False	87005	maximal	False	CHI0061_000000000520	0.9216077892897266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	81.783	4.0	0.003040654679229701	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0013_000000004544	5048	0.9329001881201876	5	4	3	4	2	False	38123	fragment	False	ISR0013_000000004544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	98.75299999999999	17.0	0.011023937334985048	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0292_000000006008	3000	0.9328973539094724	5	5	5	4	1	False	25886	maximal	True	ISR0292_000000006008	1.0		0	0	False	False	0.9909999966621399	0					non-mobilizable	no_good_hit	150.0	76.667	5.0	0.00018919274778177894	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
USA0034_01_000000026100	2021	0.9328957511124644	2	2	2	2	2	False	67875	fragment	False	USA0034_01_000000026100	0.9917492799839437		0	0	False	False	1.0	0					non-mobilizable	other	2021.0	100.0	100.0	0.000382773378831571	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
USA0069_01_000000030261	2021	0.9328957511124644	2	2	2	2	2	False	67875	fragment	False	USA0034_01_000000026100	0.9917492799839437		0	0	False	False	1.0	0					non-mobilizable	other	2021.0	100.0	100.0	0.000382773378831571	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ENG0003_000000011233	2021	0.9328957511124644	2	2	2	2	2	False	67875	fragment	False	USA0034_01_000000026100	0.9913480486414489		0	0	False	False	1.0	0					non-mobilizable	other	2021.0	99.95100000000001	100.0	0.00042662089010435947	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0206_000000012825	1988	0.9328957511124644	2	2	2	2	2	False	67875	fragment	False	USA0034_01_000000026100	0.983073332777432		0	0	False	False	0.9944667816162109	0					non-mobilizable	other	1988.0	100.0	100.0	0.0004196513409095853	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0784_000000006135	1981	0.9328957511124644	2	2	2	2	2	False	67875	fragment	False	USA0034_01_000000026100	0.9797181893577177		0	0	False	False	1.0	0					non-mobilizable	other	1981.0	100.0	100.0	0.0004181729516864514	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0051_01_000000010458	1954	0.9328957511124644	2	2	2	2	2	False	67875	fragment	False	USA0034_01_000000026100	0.9693500390934802		0	0	False	False	1.0	0					non-mobilizable	other	1954.0	99.949	100.0	0.004069701986064607	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ENG0194_000000013847	1947	0.9328957511124644	2	2	2	2	2	False	67875	fragment	False	USA0034_01_000000026100	0.967701876538049		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	100.0	100.0	0.0004109922040312295	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0164_000000007585	3292	0.932892996546617	5	3	2	3	2	False	106148	fragment	False	ISR0164_000000007585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	85.26100000000001	19.0	0.00016882947044358739	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CAN0012_000000034574	1308	0.9328896145922628	2	2	2	2	1	True	94014	fragment	False	CAN0012_000000034574	1.0		0	0	False	False	0.9816513657569885	0					non-mobilizable	other	1308.0	99.006	100.0	0.11888302710569401	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0369_000000001748	5360	0.9328860077429392	6	4	3	4	1	True	122749	fragment	False	ISR0369_000000001748	0.9952085682074407		0	0	False	False	0.999626874923706	0					non-mobilizable	no_good_hit	1047.0	92.264	20.0	0.004275205041623757	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0064_000000003112	5322	0.9328860077429392	6	4	3	4	1	True	122749	fragment	False	ISR0369_000000001748	0.9916977611940299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	91.71700000000001	19.0	0.004090575265354017	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0179_000000011436	1822	0.9328784578425391	3	3	2	2	3	False	81510	fragment	False	ENG0113_000000014842	0.9869201103700047		0	0	False	False	0.9868276715278625	0					non-mobilizable	other	1822.0	99.616	100.0	0.007483725670699631	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0121_000000014287	1778	0.9328784578425391	3	3	2	2	3	False	81510	fragment	False	ENG0113_000000014842	0.9708346722808517		0	0	False	False	0.9938132762908936	0					non-mobilizable	other	1778.0	99.381	100.0	0.007302899789584429	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0840_000000004984	2961	0.9328774965217328	4	4	4	3	3	False	128449	fragment	False	ISR0250_000000003131	0.8308282075040216		0	0	False	False	0.9939209818840027	0					non-mobilizable	other	2961.0	99.696	100.0	0.01135456944700178	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0834_000000005135	3268	0.9328717580521222	5	3	1	2	3	False	20982	maximal	True	ISR0834_000000005135	1.0		1	1	False	False	0.9996939897537231	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	7.575787261444336e-05	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0288_000000008533	3471	0.9328676201728046	3	3	3	3	3	False	97089	fragment	False	ISR0288_000000008533	0.9822091584158417		0	0	False	False	0.9997118711471558	0					non-mobilizable	other	1946.0	99.64	100.0	0.0008078758969706938	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
CHI0084_000000003025	1805	0.9328624699163478	3	2	2	1	1	False	84170	fragment	False	CHI0084_000000003025	1.0		0	0	False	False	0.9994459748268127	0					non-mobilizable	no_good_hit	795.0	94.088	53.0	0.0002539219412572562	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0257_000000002276	6195	0.9328614313328272	16	4	2	3	2	False	26823	maximal	True	ISR0257_000000002276	1.0		1	1	False	False	0.9977400898933411	0					non-mobilizable	no_good_hit	978.0	90.184	62.0	0.01724382376918442	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0006_000000001560	5723	0.9328569841880301	8	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.2443807567632454		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2791.0	98.137	88.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0334_000000003440	5095	0.932856575389989	4	3	3	3	3	True	125289	fragment	False	ISR0334_000000003440	1.0		0	0	False	False	0.9992148876190186	0					non-mobilizable	no_good_hit	1318.0	77.01100000000001	40.0	0.00046190973740307923	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0166_000000001217	6554	0.9328509963584608	12	7	4	5	7	True	118180	maximal	True	CHI0166_000000001217	1.0	PS799	1	1	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3145.0	99.491	82.0	0.3804334665213706	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0086_000000013009	2097	0.9328492515847476	3	3	3	2	2	False	131381	maximal	True	ISR0086_000000013009	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	75.691	8.0	7.354858552697561e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
ISR0062_000000012854	2787	0.9328472869878744	3	1	1	1	1	False	81191	maximal	True	ISR0062_000000012854	1.0		1	1	False	False	0.9996411800384521	0					non-mobilizable	other	1598.0	91.23899999999999	100.0	0.0034394816054962307	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MAD0100_000000007066	5249	0.9328457189731284	9	3	3	2	2	False	16467	maximal	True	MAD0100_000000007066	1.0		2	1	False	False	0.9998095035552979	0					non-mobilizable	no_good_hit	1533.0	96.738	29.0	0.028220904100504735	NC_047914.1	viruses	Faecalibacterium phage FP_Taranis, complete genome	True	False
SPA0044_000000024529	1165	0.9328418394573031	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.7395929314833859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	5.978225594321027e-06	CP047650.1	b-proteobacteria	Xylophilus sp. KACC 21265 chromosome, complete genome	True	False
CHI0171_000000001602	3741	0.932839921346558	4	3	3	3	2	False	124041	maximal	True	CHI0171_000000001602	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1916.0	99.322	98.0	0.0005315160704467067	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0295_000000019875	1801	0.9328387136541464	3	3	3	2	2	False	77861	maximal	True	ISR0295_000000019875	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	75.41	55.0	0.00035852780004000774	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
USA0081_01_000000026893	1124	0.9328373726391757	1	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.09673060156931125		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	1073.0	100.0	100.0	0.15205673758865249	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
MAD0062_000000008538	1657	0.932837120166034	2	2	2	2	2	False	16763	fragment	False	MAD0062_000000008538	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1667.0	82.603	100.0	0.0003888303658179084	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	False	False
AST0031_000000011186	2526	0.9328309030197752	2	2	2	2	1	False	117472	maximal	True	AST0031_000000011186	1.0		3	2	False	False	0.9972288012504578	0					non-mobilizable	other	2526.0	97.189	100.0	0.02050345107592367	NZ_PPTS01000009.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_9, whole genome shotgun sequence	False	False
ENG0079_000000023848	1380	0.9328287757950741	1	1	0	1	1	False	61799	fragment	False	ENG0079_000000023848	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1380.0	99.928	100.0	0.029059720992961606	AP022164.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-08_3 DNA, complete genome, strain: WP5-S18-ESBL-08	False	True
ISR0075_000000023929	1170	0.932811906911989	2	1	1	1	1	False	106381	fragment	False	AST0113_000000029734	0.9641706924315621		0	0	False	False	0.9948717951774597	0					non-mobilizable	no_good_hit								True	False
ISR0821_000000001210	16242	0.9328048777869092	26	11	7	9	7	True	117600	fragment	False	ISR0074_000000000976	0.6332139357423321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10657.0	98.17	86.0	0.061354499061135624	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0096_000000000331	14697	0.9328007825837704	15	15	9	11	13	True	123702	fragment	False	ENG0167_000000001303	0.7995650719353302		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	10751.0	97.126	83.0	0.10718705093405716	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0334_000000002607	6333	0.9327954543182244	11	5	2	4	3	True	114662	maximal	True	ISR0334_000000002607	1.0	PS274	3	1	True	True	1.0	31					non-mobilizable	no_good_hit	1008.0	94.544	25.0	0.00028529412601296483	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0004_000000014886	1762	0.9327951621625776	2	2	2	2	2	False	75532	fragment	False	ISR0168_000000013580	0.9628804073964987		0	0	False	False	0.9869466423988342	0					non-mobilizable	no_good_hit	53.0	86.792	3.0	0.0005434612209065351	CP034163.1	enterobacteria	Escherichia albertii strain 06-3542 plasmid p06-3542, complete sequence	True	False
DEN0085_000000006720	5209	0.9327897487178802	7	7	1	6	5	False	112161	maximal	False	SPA0040_000000006858	0.9471259664487885		0	0	True	True	1.0	49					non-mobilizable	chromosome	4187.0	96.991	97.0	0.8219124288238759	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
FIJ0021_000000009462	5251	0.9327819185227856	7	5	2	3	4	True	70181	backbone	False	ISR0065_000000004756	0.6224489795918368	PS328	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1455.0	79.244	28.0	0.21983020012128562	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0027_000000004023	4003	0.9327742883716512	6	4	1	3	2	False	88835	maximal	True	CHI0027_000000004023	1.0		2	2	False	False	0.9997501969337463	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.983179288626575e-06	CP053348.1	CFB group bacteria	Winogradskyella sp. HL857 chromosome, complete genome	True	False
SPA0065_000000006295	3541	0.9327584026032368	8	5	4	3	5	False	129911	maximal	True	SPA0065_000000006295	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	99.67	51.0	0.025365350290049084	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0015_000000004587	2129	0.9327542658824208	3	2	1	2	2	False	89845	fragment	False	CHI0015_000000004587	0.9897129186602871		0	0	False	False	0.99718177318573	0					non-mobilizable	plasmid	2132.0	98.03	100.0	0.017160158797903096	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0349_000000000455	14047	0.9327539546531038	15	8	6	6	7	False	117694	fragment	False	ISR0349_000000000455	1.0		0	0	False	False	0.9974371790885925	0					non-mobilizable	no_good_hit	3663.0	98.03399999999999	51.0	0.011315701579683073	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0150_000000000281	29340	0.9327535227770606	55	26	14	21	13	True	78728	maximal	True	SPA0150_000000000281	0.9995057604472015		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	85.714	0.0	0.005511283235272213	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
SPA0151_000000000279	29338	0.9327535227770606	55	26	14	21	13	True	78728	maximal	False	SPA0150_000000000281	0.9994717109747785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	85.714	0.0	0.005511283235272213	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
ENG0177_000000004694	5427	0.9327506965792264	9	8	5	5	6	True	130637	backbone	False	AST0039_000000003129	0.638255743231269	PS1110	0	0	True	True	1.0	49		MOBV			mobilizable	other	1985.0	95.264	94.0	0.39029202841357535	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0164_000000017972	1262	0.9327455392633608	2	2	2	2	2	False	39077	fragment	False	MON0098_000000026593	0.9491778774289985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	75.043	46.0	0.00016187441580478844	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0096_000000009089	3679	0.9327369934659784	3	3	3	3	3	False	60877	fragment	False	ENG0096_000000009089	1.0		0	0	False	False	0.9997282028198242	0					non-mobilizable	no_good_hit	231.0	76.19	6.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ISR0123_000000010353	2120	0.9327330050403296	3	3	3	3	1	False	56575	maximal	True	ISR0123_000000010353	0.9895929694727105		0	0	False	False	0.9844339489936829	0					non-mobilizable	no_good_hit								True	False
ISR0400_000000003563	4748	0.9327323094147758	7	4	2	4	2	True	56607	fragment	False	ISR0400_000000003563	1.0		0	0	False	False	0.9989469051361084	0					non-mobilizable	no_good_hit	1374.0	96.288	73.0	0.054869520041561766	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
AST0052_000000005100	3953	0.9327305075884486	5	4	3	4	2	False	118331	maximal	True	AST0052_000000005100	1.0		1	1	False	False	0.9974702596664429	0					non-mobilizable	no_good_hit	1344.0	80.208	34.0	0.0018421462658619687	NZ_FUHN01000008.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
MON0103_000000005067	7136	0.9327212923558438	5	4	4	3	3	False	8927	maximal	True	MON0103_000000005067	1.0		1	1	False	False	0.9973374605178833	0					non-mobilizable	no_good_hit	1674.0	79.689	23.0	0.009520374632180355	NZ_JNKW01000005.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0216_000000012444	1382	0.9327069376147932	3	3	0	2	2	True	28123	fragment	False	ISR0216_000000012444	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	99.928	100.0	0.0006088769945020304	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	True
USA0134_01_000000000629	9694	0.9327044616630762	9	8	5	6	7	False	93675	fragment	False	USA0134_01_000000000629	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8694.0	99.86200000000001	100.0	0.0026180091806501625	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0126_000000003185	10003	0.9326957603964936	15	6	3	4	4	True	76969	maximal	True	FIJ0126_000000003185	1.0	PS328|PS329|PS369	1	1	True	True	1.0	5					non-mobilizable	no_good_hit	1628.0	76.904	16.0	0.1525828320443044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
CHI0013_000000000455	16401	0.9326918381872462	24	10	7	8	6	False	90810	maximal	True	CHI0013_000000000455	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	4341.0	96.406	27.0	0.0012971789422326365	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0127_000000004953	5800	0.9326885445510924	4	3	3	3	3	False	91355	fragment	False	SPA0127_000000004953	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4149.0	90.93799999999999	97.0	0.0020249342730677363	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0230_000000021752	1593	0.9326767842726352	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.805401949983312		0	0	False	False	0.9974890351295471	0					non-mobilizable	no_good_hit	222.0	90.09	14.0	8.580378344212166e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ETH0004_000000009373	3033	0.9326554110932996	6	1	1	1	1	False	52920	maximal	True	ETH0004_000000009373	1.0		1	1	False	False	0.988789975643158	0					non-mobilizable	no_good_hit								True	False
USA0135_01_000000012967	1180	0.9326508188230332	2	2	2	2	2	False	26	fragment	False	USA0135_01_000000012967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	95.286	25.0	0.17332549941245592	HG796474.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01385	True	False
DEN0092_000000003288	3785	0.9326368845389336	9	6	3	3	5	True	89793	fragment	False	DEN0092_000000003288	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2262.0	95.844	96.0	0.021176426454589788	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	False	True
ISR0052_000000006114	4974	0.9326281888651956	5	5	5	5	5	False	103309	fragment	False	ISR0169_000000004098	0.31981388164416896		0	0	False	False	0.9925613403320312	0					non-mobilizable	other	4971.0	99.236	99.0	0.018605800367623663	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
AST0052_000000013182	1799	0.9326226208091792	2	2	2	2	2	False	114500	maximal	False	ENG0146_000000012337	0.9728549753402905		0	0	False	False	0.9916620254516602	0					non-mobilizable	chromosome	1781.0	99.663	99.0	0.0009428095937761855	CP040910.1	firmicutes	Limosilactobacillus fermentum strain DSM 20052 chromosome	False	False
MON0024_000000003361	9110	0.9326224375599159	15	7	4	6	3	False	47762	maximal	True	MON0024_000000003361	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0117_000000005909	4575	0.9326211190513348	7	2	1	1	2	True	32425	maximal	True	ISR0117_000000005909	1.0		1	1	True	True	1.0	49					non-mobilizable	no_good_hit	432.0	99.074	10.0	0.0002118159903871908	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	True
ENG0028_000000001056	12486	0.9326191610318428	12	11	9	10	11	False	113984	fragment	False	ENG0112_000000001563	0.9480232798930359		0	0	False	False	1.0	0					non-mobilizable	chromosome	12408.0	99.944	100.0	0.0023995768296845854	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ISR0056_000000010587	2045	0.9326166466969504	4	4	2	2	4	True	118131	fragment	False	ISR0056_000000010587	0.9873756303339217		0	0	False	False	0.9750611186027527	0	rep_cluster_1097				non-mobilizable	plasmid	2047.0	99.853	100.0	0.22864490161001788	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0104_000000002017	3666	0.932607362134924	6	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.5136257112825059		0	0	False	False	0.9986361265182495	0					non-mobilizable	other	3671.0	97.848	100.0	0.005079249872222307	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0092_000000002072	10682	0.9325973515877379	15	8	6	6	4	True	106696	backbone	True	FIJ0092_000000002072	1.0	PS446|PS447|PS652|PS653	1	1	True	True	0.9991574883460999	2					non-mobilizable	other	2964.0	98.853	95.0	0.23898305084745763	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
DEN0054_000000002076	2967	0.9325892120169528	3	3	3	3	1	False	97512	fragment	False	DEN0054_000000002076	0.9608768971332209		0	0	False	False	1.0	0					non-mobilizable	chromosome	1965.0	97.405	94.0	0.00044693098661552117	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0158_000000006032	2965	0.9325892120169528	3	3	3	3	1	False	97512	fragment	False	DEN0054_000000002076	0.9605662285136503		0	0	False	False	1.0	0					non-mobilizable	chromosome	1956.0	97.59700000000001	95.0	0.0004448818888674113	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0301_000000006298	2721	0.9325882850737168	4	4	3	3	2	False	126957	fragment	False	ISR0301_000000006298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2144.0	97.06200000000001	79.0	0.030612099135776016	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
AUS0018_000000014228	1974	0.9325845425683628	3	3	3	3	3	False	127743	fragment	False	AUS0018_000000014228	1.0		0	0	False	False	0.9832826852798462	0					non-mobilizable	other	1965.0	96.99700000000001	99.0	0.06216910249500682	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0021_01_000000008597	2133	0.9325814543810564	4	4	4	2	2	False	123997	fragment	False	ISR0104_000000012139	0.967838498695099		0	0	False	False	0.9995311498641968	0					non-mobilizable	other	1914.0	95.87299999999999	90.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0001_000000023455	1426	0.932577505261482	1	1	1	1	1	True	8433	fragment	False	SPA0001_000000023455	1.0		0	0	False	False	0.9992987513542175	0					non-mobilizable	other	1373.0	81.93700000000001	95.0	0.00021137213444145854	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
MON0040_000000010055	2682	0.9325763325633052	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.1761845981124857		0	0	False	False	0.9932885766029358	0					non-mobilizable	other	2666.0	97.524	99.0	0.0005628438970931278	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0034_000000001548	8796	0.9325738088568404	8	6	4	6	3	True	92839	fragment	False	ENG0034_000000001548	1.0		0	0	False	False	0.9998863339424133	0					non-mobilizable	no_good_hit								True	True
SPA0137_000000020207	1821	0.9325680607439756	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.7982661203745668	PS319	0	0	False	True	1.0	0					non-mobilizable	other	1821.0	99.945	100.0	0.020721377174606065	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
MON0078_000000025388	1803	0.9325680607439756	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.8379594025849217	PS319	0	0	False	True	1.0	0					non-mobilizable	other	1803.0	99.445	100.0	0.020516440477274796	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
USA0133_01_000000009775	2351	0.9325650160434704	6	2	1	1	2	False	24495	fragment	False	USA0133_01_000000009775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	93.53	37.0	0.01557792507000319	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0040_000000006303	3940	0.9325641945780251	7	5	1	2	5	False	51515	fragment	False	FIJ0040_000000006303	1.0		0	0	False	False	1.0	0	rep_cluster_2335			MOBP	mobilizable	no_good_hit	471.0	98.514	50.0	0.17266715650257164	CP056128.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 plasmid pRHBSTW-01009_3, complete sequence	True	True
MAD0037_000000003709	3445	0.932562928480637	6	4	1	2	4	False	51514	fragment	False	MAD0037_000000003709	1.0		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	no_good_hit	471.0	98.514	45.0	0.17266715650257164	CP056128.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 plasmid pRHBSTW-01009_3, complete sequence	True	True
ISR0156_000000004534	5808	0.9325529023998579	7	6	4	4	3	False	99458	fragment	False	ISR0156_000000004534	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3138.0	99.809	99.0	0.0013998983433718137	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0319_000000000723	12917	0.9325517691264962	19	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.6204328687453575	PS943|PS946|PS949	0	0	True	True	0.9999225735664368	13					non-mobilizable	no_good_hit	1600.0	73.625	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0100_000000004505	7014	0.9325474803132222	7	3	2	3	1	True	122753	fragment	False	ISR0020_000000001978	0.605349358304983		0	0	False	False	0.9998574256896973	0					non-mobilizable	no_good_hit	542.0	94.465	8.0	0.0022073515474026694	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0057_01_000000005663	5282	0.9325474803132222	5	3	2	3	1	True	122751	fragment	False	SPA0052_000000005347	0.9290536104549275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	94.02600000000001	7.0	0.001563198772417132	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0126_000000007501	4593	0.9325464765509658	7	5	4	4	4	False	99043	fragment	False	FIJ0126_000000007501	1.0		0	0	False	False	0.9993468523025513	0					non-mobilizable	no_good_hit	561.0	77.005	12.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0127_000000005705	5087	0.932544607826481	4	3	3	3	2	False	107077	maximal	True	SPA0127_000000005705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2628.0	98.44	52.0	0.01773717650077309	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0109_000000009051	1577	0.9325445117443608	2	2	2	2	1	False	120671	fragment	False	SPA0032_000000017407	0.9660864345738296		0	0	False	False	0.9879518151283264	0					non-mobilizable	no_good_hit	452.0	80.08800000000001	28.0	0.0021792027831253483	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0832_000000004019	3300	0.9325444407431596	6	2	1	1	2	True	66126	fragment	False	ISR0832_000000004019	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3300.0	98.87899999999999	100.0	0.001058694484326893	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0390_000000004913	2623	0.9325425665045022	4	4	3	3	4	False	80256	maximal	True	ISR0390_000000004913	0.9863387978142076		11	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0015_000000007565	2392	0.9325367815451692	3	3	3	2	2	False	66865	maximal	True	ENG0015_000000007565	1.0		2	1	False	False	0.9966555237770081	0					non-mobilizable	other	2393.0	99.29	100.0	0.0008074599578176436	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
CAN0001_000000008693	5418	0.9325334884368944	9	3	3	3	2	False	116089	fragment	False	CAN0001_000000008693	1.0		0	0	False	False	0.9994462728500366	0					non-mobilizable	no_good_hit	4810.0	98.37799999999999	89.0	0.028937857341440124	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0214_000000003088	7941	0.9325262192476196	7	6	5	4	4	True	132365	maximal	True	ISR0214_000000003088	1.0	PS1159|PS463|PS777	22	7	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2362.0	98.052	49.0	0.44894466628636626	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ISR0819_000000001948	10323	0.9325261654775672	14	8	4	5	6	True	104931	maximal	True	ISR0819_000000001948	1.0		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	4139.0	97.681	57.0	0.3338442920532473	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0011_000000012140	2252	0.932522297826892	3	2	2	2	1	False	54696	maximal	True	ISR0011_000000012140	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	74.336	15.0	6.008654294090287e-05	CP033921.1	CFB group bacteria	Chryseobacterium carnipullorum strain F9942 chromosome, complete genome	True	False
CHI0019_000000004421	1929	0.9325222250011276	2	2	2	2	1	False	89433	fragment	False	CHI0019_000000004421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	98.333	34.0	0.8341772151898734	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
DEN0071_000000005217	6630	0.9325152208211432	13	5	2	3	3	False	70505	maximal	True	DEN0071_000000005217	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	94.318	2.0	0.0005073773837989152	NZ_FQXV01000010.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0087_000000003003	8337	0.9325041482472848	9	6	4	4	5	False	43764	maximal	True	FIJ0087_000000003003	1.0		1	1	False	False	0.9998800754547119	0					non-mobilizable	no_good_hit	4272.0	91.994	79.0	0.0017576675570315351	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
DEN0090_000000024334	1251	0.9325038328281886	2	2	2	2	1	False	68690	maximal	True	DEN0090_000000024334	1.0		3	2	False	False	0.9816147089004517	0					non-mobilizable	no_good_hit								True	False
FIJ0065_000000004108	3797	0.9325036661527428	4	4	3	4	2	False	47040	maximal	True	FIJ0065_000000004108	1.0		1	1	False	False	0.9957861304283142	0					non-mobilizable	no_good_hit	2729.0	98.131	72.0	0.0009505286095870984	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
MON0059_000000012500	3052	0.9325008994125484	3	3	3	3	2	False	34788	fragment	False	MON0030_000000010898	0.9522364217252396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	81.232	12.0	0.0017344994381199004	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
ENG0125_000000006858	3662	0.9325004885823878	5	5	3	4	5	True	114215	fragment	False	MAD0046_000000005928	0.485801041267255		0	0	False	False	1.0	0					non-mobilizable	other	3662.0	100.0	100.0	0.0888851121685928	LM997258.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.0_1_41188_[organism:Escherichia	False	True
ISR0029_000000009119	5030	0.9324978423287698	8	7	5	6	6	False	37146	maximal	True	ISR0029_000000009119	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3556.0	97.77799999999999	71.0	0.054059399914795206	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
CHI0119_000000002615	3805	0.9324968738165582	6	5	4	5	5	True	83763	maximal	True	CHI0119_000000002615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	76.327	42.0	0.0006020579705703388	CP039266.1	firmicutes	Lactobacillus crispatus strain DC21.1 chromosome, complete genome	True	True
USA0026_01_000000025836	1262	0.932493443104783	2	2	2	1	1	False	88324	fragment	False	ISR0241_000000008914	0.2585740364582518		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	99.68299999999999	99.0	0.002008961339860729	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0058_000000020853	2336	0.9324933760404478	5	4	3	2	3	True	92210	fragment	False	MON0058_000000020853	0.9202467191876001		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	2228.0	95.06299999999999	95.0	0.6786585365853659	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ENG0117_000000003929	5375	0.9324849877261092	4	4	1	3	4	False	108911	maximal	True	ENG0117_000000003929	1.0	PS678	1	1	False	True	0.9992558360099792	0	rep_cluster_2374				non-mobilizable	no_good_hit	1788.0	98.434	58.0	0.5408843125378558	CP031822.1	enterobacteria	Klebsiella pneumoniae strain INF235-sc-2280127 plasmid unnamed5, complete sequence	True	True
ITA0005_000000004847	3676	0.9324824709751736	5	5	5	5	4	False	20393	maximal	True	ITA0005_000000004847	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1796.0	96.993	100.0	0.0006271834742398547	CP033388.1	verrucomicrobia	Akkermansia muciniphila strain CBA5201 chromosome, complete genome	False	False
SPA0153_000000003800	4313	0.932471644354856	4	4	4	4	3	False	128285	maximal	True	SPA0153_000000003800	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1901.0	98.79	44.0	0.000690009569343238	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0344_000000012445	2648	0.9324693622406977	5	3	1	2	1	True	24277	maximal	True	ISR0344_000000012445	1.0		1	1	False	False	0.9996223449707031	0					non-mobilizable	no_good_hit	1070.0	96.449	67.0	0.19755374351371385	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
MAD0089_000000011458	2174	0.9324693622406977	3	3	1	2	1	True	116594	fragment	False	FIJ0008_000000013101	0.9901376146788992		0	0	False	True	0.987120509147644	0					non-mobilizable	plasmid	2157.0	98.37700000000001	99.0	0.5192864030858245	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
SPA0027_000000025572	1471	0.9324686575988624	2	2	2	2	1	False	7471	maximal	True	SPA0027_000000025572	1.0		1	1	False	False	0.9979605674743652	0					non-mobilizable	no_good_hit	796.0	99.12100000000001	54.0	0.0002407537682507255	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
FIJ0024_000000005164	3918	0.9324596158673066	4	4	2	3	4	False	49252	maximal	True	FIJ0024_000000005164	1.0		3	2	False	False	0.9977028965950012	0					non-mobilizable	no_good_hit	687.0	77.729	17.0	0.01096762780824341	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0042_000000000630	28101	0.9324591103496728	29	14	9	12	6	True	132168	fragment	False	DEN0001_000000000606	0.9611353258613533		0	0	False	False	0.9996441602706909	0					non-mobilizable	no_good_hit	1673.0	81.172	6.0	0.0004693233930451332	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0073_000000000983	16980	0.932453673167552	9	7	5	6	4	True	105962	fragment	False	FIJ0108_000000000697	0.21207718059697933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	78.26100000000001	2.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
ISR0328_000000009839	2835	0.932453287239952	4	4	2	4	2	False	120040	fragment	False	ISR0328_000000009839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	98.93799999999999	77.0	0.0022611959551403003	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
SPA0016_000000017329	1937	0.9324444721710892	2	2	2	2	2	False	81071	fragment	False	ISR0315_000000004570	0.9432304615710666		0	0	False	False	1.0	0					non-mobilizable	other	1937.0	99.742	100.0	0.030873746152742118	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
DEN0005_000000006604	4565	0.9324427693957746	7	5	4	4	3	False	76544	maximal	True	DEN0005_000000006604	1.0		1	1	False	False	0.999123752117157	0					non-mobilizable	no_good_hit	3099.0	98.58	68.0	0.021483602976359716	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
FIJ0008_000000009228	3114	0.9324377410792618	4	1	1	1	1	True	51435	maximal	False	ISR0125_000000004777	0.9300423238365305		0	0	True	True	0.9996788501739502	5	rep_cluster_1188				non-mobilizable	no_good_hit	756.0	85.053	46.0	0.24142353318371274	AJ242477.2	firmicutes	Streptococcus thermophilus repA gene for putative small heat shock protein and ORF2 DNA for replication protein, strain S4	True	True
FIJ0078_000000000878	19126	0.932432388622992	11	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9536354698795884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	90.95700000000001	1.0	0.27938931297709924	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
ENG0020_000000004399	4543	0.932424489801806	6	5	3	5	3	False	66498	fragment	False	ENG0020_000000004399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	80.635	7.0	0.0007416105308695383	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
DEN0061_000000001231	17256	0.9324170714514491	29	13	5	10	9	True	88281	maximal	True	DEN0061_000000001231	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	86.42	1.0	0.00010972171085069676	CP046521.1	firmicutes	Streptococcus canis strain HL_100 chromosome, complete genome	True	True
ENG0191_000000007737	3651	0.9324168938539834	4	4	4	4	4	False	61441	fragment	False	ENG0191_000000007737	1.0		0	0	False	False	0.9964393377304077	0					non-mobilizable	no_good_hit	315.0	73.65100000000001	8.0	0.010387508009847897	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ISR0839_000000003947	4145	0.9324155856605416	5	4	4	4	3	False	86867	maximal	True	ISR0839_000000003947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2901.0	99.552	70.0	0.0008731344654174019	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0034_000000014119	1954	0.9324141851538894	3	3	3	3	3	False	74936	maximal	True	FIJ0034_000000014119	1.0		0	0	False	False	0.9938587546348572	0					non-mobilizable	no_good_hit	241.0	86.307	12.0	0.0002971929806811916	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
DEN0035_000000020361	1688	0.9324123432050688	2	2	2	2	1	False	73423	maximal	True	DEN0035_000000020361	1.0		1	1	False	False	0.9946682453155518	0					non-mobilizable	no_good_hit	137.0	86.861	8.0	3.755234395424462e-05	NZ_KK073872.1	bacteria	Cloacibacillus evryensis DSM 19522 CloevDRAFT_Scaffold1.1, whole genome shotgun sequence	True	False
ISR0234_000000000084	53519	0.932408408311342	49	24	11	18	9	True	132147	fragment	False	ISR0104_000000000158	0.8115531669564662		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	98.469	8.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0141_000000005718	4676	0.9324049935640164	4	3	3	3	3	True	79348	fragment	False	ENG0141_000000005718	1.0		0	0	False	False	0.9993584156036377	0					non-mobilizable	no_good_hit	1911.0	87.075	79.0	0.0007082978503828446	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
CHI0083_000000005676	1863	0.9324030685148792	3	3	3	2	2	True	84211	fragment	False	CHI0094_000000002563	0.9247978519339745		0	0	False	False	0.9919484853744507	0					non-mobilizable	other	1863.0	98.65799999999999	100.0	0.0005170757174356155	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0116_000000003638	5774	0.9323932800006852	8	5	3	4	4	True	104943	fragment	False	ENG0116_000000003638	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4982.0	97.712	99.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0074_000000005410	4762	0.9323887371281636	5	3	1	3	1	True	82145	maximal	True	SPA0074_000000005410	1.0		4	2	False	False	0.9970600605010986	0					non-mobilizable	no_good_hit	2498.0	80.785	60.0	0.5194503171247358	AP019696.1	firmicutes	Amedibacterium intestinale JCM 30884 plasmid pABar1 DNA, complete genome	True	True
ISR0129_000000002726	4304	0.932387140732412	4	4	3	3	4	False	31813	maximal	True	ISR0129_000000002726	1.0		2	2	False	False	0.988382875919342	0					non-mobilizable	no_good_hit	1194.0	97.73899999999999	28.0	0.004616028587596022	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
ENG0020_000000012816	1557	0.9323867136408016	2	1	1	1	1	False	128813	fragment	False	ENG0020_000000012816	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1567.0	88.83200000000001	100.0	0.04660468754701086	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	False	False
ISR0002_000000001785	12802	0.9323811575384348	11	6	6	4	4	True	38662	fragment	False	ISR0002_000000001785	0.9999606268210095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3484.0	94.48899999999999	30.0	0.028023159369639967	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0071_01_000000001123	12699	0.9323811575384348	11	6	6	4	4	True	38662	fragment	False	ISR0002_000000001785	0.9959381346664583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3484.0	94.48899999999999	31.0	0.028023159369639967	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
CHI0140_000000004503	6737	0.9323741303468744	9	7	3	7	5	False	106006	fragment	False	CHI0140_000000004503	1.0		0	0	False	False	0.9971797466278076	0					non-mobilizable	no_good_hit								True	False
ENG0009_000000006215	1986	0.932369698112817	3	2	2	2	2	False	67316	fragment	False	ENG0009_000000006215	1.0		0	0	False	False	0.9984894394874573	0					non-mobilizable	no_good_hit								True	False
ISR0379_000000009664	2481	0.9323661145796532	2	2	1	2	1	True	23221	maximal	True	ISR0379_000000009664	1.0		1	1	False	False	0.9995969533920288	0					non-mobilizable	plasmid	2365.0	85.962	95.0	0.19054604726976365	KC954773.1	firmicutes	Enterococcus faecalis strain CPPF5 plasmid pCPPF5, complete sequence	False	True
ISR0074_000000011922	2461	0.9323647636107456	4	4	0	1	4	True	34719	maximal	True	ISR0074_000000011922	1.0		1	1	False	False	0.9955302476882935	0	Inc11				non-mobilizable	plasmid	2403.0	97.87799999999999	99.0	0.6229891022314479	AY026767.1	firmicutes	Lactococcus lactis subsp. cremoris strain P8-2-47 plasmid pBM02, complete sequence	False	True
ENG0016_000000004295	5229	0.9323639777744496	5	4	4	4	4	False	72201	fragment	False	ENG0016_000000004295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	75.693	33.0	0.001775334217351781	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0019_000000024267	2714	0.9323600538429136	3	3	3	3	1	False	37671	maximal	True	MON0019_000000024267	1.0		1	1	False	False	0.9977892637252808	0					non-mobilizable	no_good_hit								True	False
ENG0207_000000018345	1100	0.93235680065907	2	1	1	1	1	False	53860	maximal	True	ENG0207_000000018345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	77.419	11.0	1.3720065312046443e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ENG0039_000000004600	4852	0.9323548629264946	5	5	3	3	5	True	91642	backbone	True	ENG0039_000000004600	1.0	PS484	4	3	True	True	1.0	463					non-mobilizable	plasmid	2988.0	100.0	100.0	0.6258118583699979	HG796791.1	bacteria	Uncultured bacterium plasmid pRGF00034	False	True
ISR0354_000000009972	1932	0.9323453272699194	3	3	2	3	2	False	119266	fragment	False	ISR0301_000000009538	0.918112797456912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	17.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
USA0034_01_000000012049	4704	0.9323425439083952	8	4	2	4	0	False	2902	maximal	True	USA0034_01_000000012049	1.0		2	1	False	False	0.9948979616165161	0					non-mobilizable	no_good_hit	80.0	98.75	2.0	0.0012145181632748393	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
ISR0134_000000012538	2595	0.9323367696449713	6	4	2	4	2	False	31483	fragment	False	ISR0134_000000012538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0002_000000014524	1773	0.9323267975192568	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.9251944908417671		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	98.277	96.0	0.00046681218099316305	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0046_000000008454	3354	0.9323256883361484	6	6	2	4	2	True	107914	fragment	False	FIJ0007_000000004578	0.9472464723132891		0	0	False	False	1.0	0					non-mobilizable	other	3354.0	99.97	100.0	0.01658029550804043	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0084_000000001964	7454	0.93231815457989	8	5	1	2	4	True	121587	fragment	False	ISR0140_000000003955	0.7201521092123847		0	0	False	True	1.0	0					non-mobilizable	chromosome	7486.0	96.928	100.0	0.0032430739221280466	CP040931.1	high GC Gram+	Bifidobacterium breve strain JR01 chromosome, complete genome	False	True
AST0111_000000003377	5824	0.93231815457989	8	5	1	2	4	True	121586	fragment	False	MON0031_000000005738	0.9290465242007832		0	0	False	True	1.0	0					non-mobilizable	chromosome	5836.0	97.087	100.0	0.002393566908382092	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
FIJ0074_000000008368	3865	0.93231815457989	6	5	1	2	4	True	121568	fragment	False	FIJ0074_000000008368	0.9630554825138049		0	0	False	False	0.9958602786064148	0					non-mobilizable	chromosome	3865.0	98.86200000000001	100.0	0.001562184675758541	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
MON0042_000000007207	3623	0.9323169733049328	8	5	1	2	4	True	11729	fragment	False	MON0042_000000007207	1.0		0	0	False	False	0.9834391474723816	0					non-mobilizable	chromosome	3428.0	94.603	95.0	0.0013668222759687248	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
SPA0102_000000027634	1103	0.9323168919813938	2	2	2	2	1	False	4882	maximal	True	SPA0102_000000027634	1.0		1	1	False	False	0.9737080931663513	0					non-mobilizable	no_good_hit	219.0	100.0	20.0	0.00218546365914787	NZ_CYZO01000009.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0021_000000032541	1472	0.9323133188199312	2	2	2	2	2	False	49571	maximal	True	FIJ0021_000000032541	1.0		1	1	False	False	0.9932065010070801	0					non-mobilizable	no_good_hit	1053.0	95.632	72.0	0.0045826200215191475	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0332_000000003872	3344	0.932307657258658	4	4	4	3	3	False	127063	maximal	True	ISR0332_000000003872	1.0		11	3	False	False	1.0	0					non-mobilizable	other	2435.0	98.645	98.0	0.0007270659570199982	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0193_000000006846	2991	0.932295260474214	3	3	3	3	3	False	98919	fragment	False	ENG0193_000000006846	1.0		0	0	False	False	0.9993313550949097	0					non-mobilizable	other	2992.0	99.064	100.0	0.010461568605497396	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
FIJ0067_000000018737	1688	0.9322824692723614	2	1	1	1	1	False	78216	fragment	False	MON0037_000000039182	0.9433892522880831		0	0	False	False	0.9994075894355774	0					non-mobilizable	no_good_hit								True	False
AST0055_000000002313	10893	0.9322673160167392	15	11	4	9	5	True	114001	backbone	False	CAN0022_000000002344	0.9975842322087348	PS735	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1136.0	83.01100000000001	31.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0225_000000003729	3894	0.932250221054775	4	3	3	3	3	False	43435	maximal	True	ISR0225_000000003729	1.0		16	6	False	False	0.9997432231903076	0					non-mobilizable	no_good_hit	1812.0	87.914	47.0	0.000551944537197555	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0779_000000001854	13867	0.932249515705598	18	4	3	2	3	False	22359	maximal	True	ISR0779_000000001854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	97.664	5.0	0.9984423676012462	EU059631.1	bacteria	Uncultured bacterium clone HA0AAA10ZC08FM1 genomic sequence	True	False
SPA0130_000000002162	14326	0.9322489563064874	17	8	4	6	4	True	5083	maximal	True	SPA0130_000000002162	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	92.45299999999999	10.0	0.00015814880397351113	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
CHI0103_000000000331	6229	0.932247352864582	8	7	7	4	3	False	120225	maximal	True	CHI0103_000000000331	1.0		6	3	False	False	0.9998394846916199	0					non-mobilizable	no_good_hit	1993.0	99.348	50.0	0.0007892722402527256	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
FIJ0016_000000009642	1906	0.9322436207721556	3	2	2	1	1	False	50218	fragment	False	FIJ0016_000000009642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	90.198	89.0	0.0004271983773722822	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
MON0073_000000003368	1273	0.9322436207721556	2	2	2	1	1	False	30530	fragment	False	ISR0157_000000023415	0.9635761589403974		0	0	False	False	1.0	0					non-mobilizable	chromosome	1061.0	90.38600000000001	96.0	0.0004271983773722822	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MAD0091_000000002118	5918	0.9322340574987488	9	2	2	2	0	True	68810	maximal	True	MAD0091_000000002118	1.0	PS322	1	1	True	True	0.9996620416641235	6					non-mobilizable	no_good_hit								True	True
MON0069_000000006873	5883	0.9322340574987488	11	2	2	2	0	True	68808	maximal	True	MON0069_000000006873	1.0		1	1	True	True	0.9991500973701477	3					non-mobilizable	no_good_hit								True	True
ISR0104_000000004293	5797	0.9322340574987488	10	2	2	2	0	True	68809	backbone	True	ISR0104_000000004293	1.0	PS322	1	1	True	True	0.9977574348449707	8					non-mobilizable	no_good_hit								True	True
MAD0010_000000000919	3381	0.9322340574987488	5	2	2	2	0	True	19743	maximal	True	MAD0010_000000000919	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0125_000000003869	3866	0.9322301756302844	6	3	2	2	0	True	121665	backbone	False	MON0048_000000009199	0.9230991133692539	PS858	0	0	True	True	1.0	117		MOBV			mobilizable	no_good_hit	979.0	98.264	55.0	0.25873015873015875	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MON0042_000000006692	3845	0.9322301756302844	6	3	2	2	0	True	121665	backbone	False	MON0048_000000009199	0.9330336608544287	PS858	0	0	True	True	1.0	8		MOBV			mobilizable	no_good_hit	1035.0	97.101	54.0	0.27354497354497354	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ENG0091_000000003300	6538	0.9322132126758542	8	7	5	6	3	False	61201	maximal	True	ENG0091_000000003300	1.0		6	5	False	False	0.999235212802887	0					non-mobilizable	no_good_hit	5041.0	98.07600000000001	84.0	0.03728670583534356	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	False
ISR0818_000000001581	9215	0.9322032407322114	14	8	2	5	4	False	110300	maximal	True	ISR0818_000000001581	1.0		2	2	False	False	0.9989148378372192	0					non-mobilizable	no_good_hit	987.0	96.454	23.0	0.09079165897767116	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0798_000000003607	3630	0.9321999626849906	4	3	2	3	1	True	21919	fragment	False	ISR0798_000000003607	1.0		0	0	False	False	0.9983471035957336	0					non-mobilizable	chromosome	2359.0	98.008	91.0	0.00046743316124927203	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0392_000000020198	1703	0.9321984230960304	3	2	2	2	2	False	22806	fragment	False	ISR0392_000000020198	1.0		0	0	False	False	0.9994127750396729	0					non-mobilizable	no_good_hit	387.0	72.61	22.0	0.0015475072475603282	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0032_000000003211	5957	0.9321945272551032	6	4	3	2	3	True	66128	fragment	False	MON0032_000000003211	1.0		0	0	False	False	0.9988248944282532	0					non-mobilizable	other	5939.0	100.0	99.0	0.0019055858890370085	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0086_000000006576	4610	0.9321928640317252	7	5	4	5	4	False	9751	maximal	True	MON0086_000000006576	1.0		1	1	False	False	0.9997830986976624	0					non-mobilizable	no_good_hit	824.0	80.097	20.0	0.003148685336731177	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0160_000000002334	6881	0.9321911159457088	6	5	3	5	3	False	91400	maximal	False	FIJ0161_000000002151	0.9981894553881807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	74.84	15.0	0.0002958882174282028	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0120_000000011352	2804	0.9321856937680132	3	2	2	2	1	True	124819	fragment	False	ISR0088_000000008227	0.6173272535952298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	2.0	0.0007831221513931743	NZ_FOXB01000009.1	e-proteobacteria	Hydrogenimonas thermophila strain EP1-55-1, whole genome shotgun sequence	True	True
SPA0028_000000003217	7093	0.9321831995951864	10	7	4	7	4	True	113114	fragment	False	SPA0026_000000003193	0.9942673378076063		0	0	False	False	0.9992950558662415	0					non-mobilizable	no_good_hit	549.0	91.439	8.0	0.0068023826993147875	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0078_000000006925	3797	0.9321779989554496	5	5	5	5	4	False	61939	maximal	True	ENG0078_000000006925	1.0		30	6	False	False	0.9992098808288574	0					non-mobilizable	other	3797.0	99.39399999999999	100.0	0.0044625957824002555	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0241_000000011415	1406	0.9321774717415964	3	3	3	3	2	False	120657	fragment	False	ISR0241_000000011415	0.969532075962354		0	0	False	False	0.9992887377738953	0					non-mobilizable	other	1406.0	98.22200000000001	100.0	0.0023326664619011646	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0048_000000001919	12760	0.932176038247464	9	8	8	7	4	True	72092	fragment	False	MON0048_000000001919	0.999189615205582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	95.176	57.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0064_000000001295	12675	0.932176038247464	9	8	8	7	4	True	72092	fragment	False	MON0048_000000001919	0.9975272618421194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	95.14399999999999	57.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0071_000000002415	12634	0.932176038247464	9	8	8	7	4	True	72092	fragment	False	MON0048_000000001919	0.9961922338183111		0	0	False	False	0.9999208450317383	0					non-mobilizable	no_good_hit	3151.0	95.113	57.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ENG0163_000000003965	5303	0.9321748506202974	9	3	2	3	2	True	56324	maximal	True	ENG0163_000000003965	1.0		1	1	False	False	0.9984914064407349	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00011654235482152371	CP001906.1	g-proteobacteria	Thioalkalivibrio sp. K90mix plasmid pTK9001 sequence	True	True
AST0060_000000020999	1442	0.932170205141773	3	2	1	1	2	False	112303	maximal	True	AST0060_000000020999	1.0		3	2	False	False	0.9854369163513184	0					non-mobilizable	no_good_hit	348.0	81.89699999999999	24.0	0.00010730325823552507	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0128_000000004208	7620	0.9321657869000156	8	7	6	6	5	False	120413	fragment	False	ISR0128_000000004208	1.0		0	0	False	False	0.9994750618934631	0					non-mobilizable	other	7621.0	99.10799999999999	100.0	0.0032860047230645287	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ENG0124_000000006245	4845	0.932161418821792	5	4	3	4	3	False	58948	maximal	True	ENG0124_000000006245	1.0		1	1	False	False	0.9993808269500732	0					non-mobilizable	no_good_hit	2567.0	99.29899999999999	53.0	0.0008234647004494719	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ENG0053_000000003630	7277	0.9321572487225924	11	5	5	5	5	False	103966	maximal	True	ENG0053_000000003630	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4110.0	97.90799999999999	56.0	0.0020165911119814175	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0035_000000007815	3919	0.9321572487225924	5	5	5	5	5	False	103963	fragment	False	DEN0035_000000007815	0.9803922739746027		0	0	False	False	1.0	0					non-mobilizable	chromosome	3858.0	92.561	98.0	0.0013623375119474557	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
SPA0009_000000016959	2141	0.9321554166803916	3	3	3	3	3	False	86196	maximal	True	SPA0009_000000016959	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	73.113	19.0	7.876840543948288e-05	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0801_000000001123	5878	0.9321491219163272	7	3	2	2	2	True	35004	fragment	False	ISR0801_000000001123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1449.0	79.158	37.0	0.1712015410546593	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
USA0121_01_000000018283	2518	0.9321468465676996	4	3	3	2	3	False	182	fragment	False	USA0121_01_000000018283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.041754391880128e-06	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
FIJ0065_000000001519	8147	0.9321455787655208	11	7	3	4	6	True	122243	backbone	False	FIJ0102_000000003572	0.9942175459873841	PS866	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	603.0	89.71799999999999	45.0	0.04856797095603066	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0022_000000021538	1896	0.9321445592899696	2	2	2	2	2	False	119912	fragment	False	DEN0022_000000021538	1.0		0	0	False	False	0.9994725584983826	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000019190	1678	0.9321370710953404	2	1	1	1	1	False	78554	fragment	False	CHI0162_000000019190	1.0		0	0	False	False	0.9791418313980103	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000005091	4808	0.9321198534362154	5	2	1	2	1	True	33311	maximal	True	ISR0097_000000005091	1.0		1	1	True	True	1.0	298					non-mobilizable	plasmid	3164.0	98.45100000000001	91.0	0.7029857397504456	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	False	True
FIJ0087_000000003107	8128	0.9321186196015596	8	6	4	4	6	False	128551	fragment	False	ISR0150_000000002357	0.9523401438765617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2974.0	91.594	88.0	0.2513545546901456	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0361_000000002452	4587	0.9321083445450252	7	7	3	4	5	True	74978	fragment	False	ISR0361_000000002452	1.0		0	0	False	False	0.9973838925361633	0					non-mobilizable	other	4603.0	94.02600000000001	100.0	0.001871843983980498	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0076_000000001585	13330	0.9321066570711212	15	8	6	5	5	True	95127	fragment	False	ISR0156_000000001630	0.4723625043237634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7460.0	97.735	86.0	0.0033263762357327066	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
USA0075_01_000000007081	3494	0.9320999576984604	4	4	4	4	4	False	116667	fragment	False	USA0075_01_000000007081	0.9558823529411765		0	0	False	False	1.0	0					non-mobilizable	chromosome	3494.0	99.141	100.0	0.001369802310036498	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0162_000000029774	1320	0.9320930338442194	3	2	1	2	1	False	30321	fragment	False	ISR0162_000000029774	0.9747836118816416		0	0	False	False	0.9765151739120483	0					non-mobilizable	no_good_hit	119.0	87.395	9.0	0.06971153846153846	NZ_JAAIWN010000100.1	firmicutes	Bacillus aquiflavi strain 3H-10 NODE_100_length_1664_cov_0.221086, whole genome shotgun sequence	True	False
ISR0104_000000019119	1292	0.9320849139902851	2	2	2	2	2	False	60641	fragment	False	ISR0104_000000019119	0.9849726775956285		0	0	False	False	0.9806501269340515	0					non-mobilizable	no_good_hit	231.0	79.654	18.0	0.0007371758759999356	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0137_000000028591	1292	0.9320849139902851	2	2	2	2	2	False	60641	fragment	False	ISR0104_000000019119	0.9849726775956285		0	0	False	False	0.9914860725402832	0					non-mobilizable	no_good_hit	231.0	79.654	18.0	0.0007371758759999356	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0092_000000001067	14055	0.932084539849418	12	7	5	6	4	True	122764	fragment	False	AUS0014_000000001723	0.5802569410426182		0	0	False	False	0.9999288320541382	0					non-mobilizable	no_good_hit	4287.0	91.323	55.0	0.017552137397376617	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0056_000000004556	2864	0.9320805512850144	6	4	2	3	2	False	51505	maximal	True	MAD0056_000000004556	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	98.514	45.0	0.17266715650257164	CP056128.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 plasmid pRHBSTW-01009_3, complete sequence	True	False
MON0025_000000005856	4903	0.932079414766986	5	5	5	5	5	False	91602	fragment	False	MON0025_000000005856	1.0		0	0	False	False	0.9997960329055786	0					non-mobilizable	no_good_hit	533.0	73.734	11.0	0.005940459621847314	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
FIJ0063_000000001489	13201	0.9320632811304844	15	4	4	3	2	True	97608	fragment	False	FIJ0052_000000001341	0.42017271070312545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	85.38600000000001	6.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
ISR0317_000000018132	1275	0.9320553253755672	2	1	1	1	1	False	58159	fragment	False	ENG0134_000000027297	0.9459745762711864		0	0	False	False	0.9803921580314636	0					non-mobilizable	no_good_hit								True	False
MON0083_000000021408	1806	0.9320515955307548	3	2	1	2	2	False	56344	fragment	False	FIJ0087_000000016652	0.9638989169675091		0	0	False	False	0.998892605304718	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000002895	10187	0.9320512897411972	13	8	6	6	4	True	76984	fragment	False	DEN0001_000000002895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	95.455	0.0	0.00023534047746751754	NZ_FPBK01000007.1	CFB group bacteria	Pustulibacterium marinum strain CGMCC 1.12333, whole genome shotgun sequence	True	True
CHI0134_000000002983	4361	0.9320512538462246	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.31246882320595143	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9970190525054932	0	rep_cluster_475				non-mobilizable	plasmid	4361.0	100.0	100.0	0.8680071670316544	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0168_000000004233	4361	0.9320512538462246	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.3121962362006889	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4361.0	100.0	100.0	0.8681800079649542	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0173_000000003815	4361	0.9320512538462246	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.3121962362006889	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9997707009315491	0	rep_cluster_475				non-mobilizable	plasmid	4361.0	100.0	100.0	0.8681800079649542	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0144_000000003077	4353	0.9320512538462246	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.3118089291077951	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9997702836990356	0	rep_cluster_475				non-mobilizable	plasmid	4353.0	100.0	100.0	0.8665870171246516	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0149_000000008345	4346	0.9320512538462246	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.31157147148409864	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4346.0	99.885	100.0	0.8650209038423253	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0107_000000007053	4342	0.9320512538462246	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.3115508882202626	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4342.0	100.0	100.0	0.8642245669918376	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0145_000000007635	4338	0.9320512538462246	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.3114051495450113	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4337.0	99.954	100.0	0.8632291459287279	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0025_000000004771	4327	0.9320512538462246	5	4	1	2	4	False	130157	backbone	False	CHI0140_000000005922	0.3111892771827444	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	4327.0	100.0	100.0	0.8612383038025084	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0312_000000001787	7436	0.9320475047383012	10	5	2	3	4	False	25268	maximal	True	ISR0312_000000001787	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	1.1343832536510126e-05	NZ_LGBR01000001.1	CFB group bacteria	Polaribacter dokdonensis DSW-5 contig1, whole genome shotgun sequence	True	False
ISR0022_000000004567	5641	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.375119680067948	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3436.0	99.94200000000001	99.0	0.5641320413861061	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CAN0021_000000007141	5604	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.37958851965724244	PS1107|PS1110|PS1114	0	0	True	True	1.0	5		MOBV			mobilizable	other	4746.0	99.895	100.0	0.779274100837576	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CAN0012_000000009644	5604	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.379664395408725	PS1107|PS1110|PS1114	0	0	True	True	1.0	8		MOBV			mobilizable	other	4746.0	99.916	100.0	0.779274100837576	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CAN0001_000000008408	5586	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.37841086604647106	PS1107|PS1110|PS1114	0	0	True	True	1.0	2		MOBV			mobilizable	other	4746.0	99.831	100.0	0.779274100837576	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0127_000000004572	5582	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.3780970999590639	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4726.0	99.93700000000001	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0153_000000004603	5567	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.3772884155384141	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4726.0	99.93700000000001	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CAN0022_000000004956	5565	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.37710686170464897	PS1107|PS1110|PS1114	0	0	True	True	1.0	4		MOBV			mobilizable	other	4726.0	99.89399999999999	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0048_000000004569	5564	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.37300559276818224	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4726.0	99.89399999999999	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0069_01_000000011016	5564	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.38026074681339944	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4726.0	99.915	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0071_000000006372	5564	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.376699849294882	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4726.0	99.93700000000001	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0151_000000004360	5564	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.376699298742424	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4726.0	99.958	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0204_000000003819	5564	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.3764974599726679	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4726.0	99.93700000000001	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0095_000000004738	5564	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.376699298742424	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4726.0	99.958	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0035_000000002997	5564	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.37645440154740717	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4726.0	99.958	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0111_000000003986	5560	0.9320388111275852	7	5	2	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.37637470382553273	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4724.0	99.936	100.0	0.7756610280834292	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0308_000000000459	18117	0.9320374102486388	22	8	5	7	7	True	101335	backbone	True	ISR0308_000000000459	1.0	PS587	4	3	True	True	1.0	46					non-mobilizable	no_good_hit	701.0	94.15100000000001	4.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0185_000000013839	2360	0.9320370435011738	4	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8634476915580525	PS953	0	0	True	True	1.0	39					non-mobilizable	other	1909.0	96.333	100.0	0.7920298879202988	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0080_000000011178	2340	0.9320370435011738	4	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8771777839776359	PS953	0	0	True	True	0.9995726346969604	55					non-mobilizable	other	1927.0	97.146	100.0	0.7995018679950187	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0381_000000007058	2340	0.9320370435011738	3	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8772171495274166	PS953	0	0	True	True	0.9991452693939209	24					non-mobilizable	other	2113.0	97.255	100.0	0.8767123287671232	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AST0025_000000015454	2340	0.9320370435011738	4	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8702135052269286	PS953	0	0	True	True	0.9995726346969604	47					non-mobilizable	other	2011.0	96.818	100.0	0.8343711083437111	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
SPA0114_000000019903	2340	0.9320370435011738	3	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.881672265040143	PS953	0	0	True	True	1.0	197					non-mobilizable	other	2112.0	97.25399999999999	100.0	0.8762972187629722	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0139_000000010984	2336	0.9320370435011738	3	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8630450039430132	PS953	0	0	True	True	1.0	119					non-mobilizable	other	1327.0	94.65	100.0	0.5504358655043586	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0819_000000011199	2320	0.9320370435011738	4	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.874802844164649	PS953	0	0	True	True	1.0	992					non-mobilizable	other	2023.0	97.479	100.0	0.8393524283935243	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0106_000000009032	2320	0.9320370435011738	3	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8747752465522862	PS953	0	0	True	True	0.9965517520904541	29					non-mobilizable	other	2071.0	97.344	100.0	0.8592777085927771	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0100_000000013004	2320	0.9320370435011738	4	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8753408329689824	PS953	0	0	True	True	1.0	272					non-mobilizable	other	2002.0	97.50200000000001	100.0	0.8306351183063512	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0105_000000009388	2320	0.9320370435011738	4	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8751426775218988	PS953	0	0	True	True	1.0	13					non-mobilizable	other	2026.0	97.48299999999999	100.0	0.8405977584059776	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
SPA0040_000000017765	2320	0.9320370435011738	4	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8570051041740289	PS953	0	0	True	True	1.0	111					non-mobilizable	other	1942.0	96.189	100.0	0.8057285180572852	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0176_000000014665	2320	0.9320370435011738	4	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8719531191102186	PS953	0	0	True	True	0.996982753276825	7					non-mobilizable	other	1972.0	96.95700000000001	100.0	0.8181818181818182	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MON0102_000000019595	2319	0.9320370435011738	4	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8758164963789792	PS953	0	0	True	True	1.0	40					non-mobilizable	other	2048.0	97.51	99.0	0.8497301784973018	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
SPA0093_000000016906	2300	0.9320370435011738	3	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8748464420498508	PS953	0	0	True	True	1.0	102					non-mobilizable	other	2042.0	97.35600000000001	100.0	0.8472395184723952	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0127_000000011196	2300	0.9320370435011738	4	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8758630282914517	PS953	0	0	True	True	1.0	12					non-mobilizable	other	1961.0	97.45	100.0	0.8136156081361561	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0191_000000014119	2206	0.9320370435011738	3	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8279477753864366	PS953	0	0	True	True	1.0	52					non-mobilizable	other	2095.0	97.279	100.0	0.8692403486924035	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0122_000000014570	1971	0.9320370435011738	3	3	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.02377490339123798	PS953	0	0	False	True	1.0	0					non-mobilizable	other	1977.0	93.12100000000001	100.0	0.8194271481942715	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MAD0040_000000005588	4548	0.9320337922339256	9	2	0	2	1	True	18406	maximal	True	MAD0040_000000005588	1.0		1	1	True	True	1.0	2					non-mobilizable	other	3882.0	84.98200000000001	99.0	0.8481652384091408	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	False	True
ISR0062_000000007081	4455	0.9320227712259028	8	2	1	2	2	False	35365	fragment	False	ISR0062_000000007081	1.0		0	0	False	False	0.9977553486824036	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.218967038006531e-06	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
ISR0297_000000005721	2433	0.9320227712259028	3	2	1	2	2	False	31739	fragment	False	ISR0297_000000005721	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0189_000000000914	11445	0.93201659364434	13	11	6	9	8	False	111441	maximal	True	ENG0189_000000000914	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3871.0	98.088	58.0	0.0053535044330895055	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
FIJ0041_000000003785	8709	0.9320120782105932	7	3	3	3	2	True	97603	fragment	False	FIJ0041_000000003785	1.0		0	0	False	False	0.9994258880615234	0					non-mobilizable	no_good_hit	739.0	85.25	9.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
FIJ0036_000000004607	7250	0.9320120782105932	8	3	3	3	2	True	97605	fragment	False	FIJ0036_000000004607	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	85.38600000000001	11.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
ISR0247_000000004830	2701	0.932009073041857	3	3	3	3	2	False	128309	fragment	False	ISR0247_000000004830	1.0		0	0	False	False	0.9962976574897766	0					non-mobilizable	chromosome	1869.0	98.876	100.0	0.0006564762897140919	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0830_000000010727	2555	0.932009073041857	3	3	3	3	2	False	128308	fragment	False	ISR0085_000000008375	0.9583333333333333		0	0	False	False	1.0	0					non-mobilizable	chromosome	1874.0	98.87899999999999	100.0	0.0006582334532304572	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0202_000000006645	2060	0.932009073041857	3	3	3	3	2	False	128272	fragment	False	AST0099_000000008733	0.5673897504323929		0	0	False	False	1.0	0					non-mobilizable	chromosome	1778.0	98.594	100.0	0.0006244959137162427	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
CHI0072_000000005285	2065	0.932006238427639	4	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.2514645188488763		0	0	False	False	0.9830508232116699	0					non-mobilizable	chromosome	2047.0	99.56	100.0	0.0004544455031884483	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0054_000000023128	2047	0.932006238427639	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.24045411651486903		0	0	False	False	0.9907181262969971	0					non-mobilizable	chromosome	2047.0	99.609	100.0	0.0004544455031884483	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0376_000000012032	2026	0.932006238427639	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.20263699505410496		0	0	False	False	1.0	0					non-mobilizable	chromosome	1991.0	98.845	98.0	0.00044515440482520533	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0801_000000003459	1989	0.932006238427639	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.23843593167488725		0	0	False	False	0.993966817855835	0					non-mobilizable	chromosome	1989.0	98.994	100.0	0.0004447070134635719	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0196_000000003261	5226	0.932004749369874	6	4	4	4	4	False	28994	fragment	False	ISR0196_000000003261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0086_000000015639	1972	0.9320035189416382	3	3	3	3	2	False	22146	fragment	False	ISR0786_000000007535	0.9222065063649222		0	0	False	False	0.9969574213027954	0					non-mobilizable	chromosome	1965.0	93.13	99.0	0.0005469628878969361	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0210_000000012632	1514	0.9320033028927888	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.13155023320982534		0	0	False	False	0.9808454513549805	0					non-mobilizable	other	1514.0	99.406	100.0	0.002095692679757936	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MON0011_000000009993	4568	0.9320010518991182	6	4	4	4	2	True	32336	fragment	False	MON0011_000000009993	1.0		0	0	False	False	0.99978107213974	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00018748677008678823	NZ_WNKZ01000002.1	b-proteobacteria	Massilia buxea strain KCTC 52429 NODE_2_length_165345_cov_37.047023_2, whole genome shotgun sequence	True	True
ENG0202_000000007261	3101	0.9319909500771808	4	3	3	3	3	False	111431	fragment	False	ISR0843_000000003216	0.1976225112050967		0	0	False	False	1.0	0					non-mobilizable	other	3102.0	99.09700000000001	100.0	0.004295269662874659	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MON0072_000000010434	2068	0.9319851719973964	3	3	3	2	1	True	59684	fragment	False	ISR0109_000000014506	0.9548332700286134		0	0	False	False	0.9622824192047119	0					non-mobilizable	other	2068.0	99.42	100.0	0.0009333277944746272	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	True
ISR0013_000000005110	4506	0.9319828221286128	6	4	4	3	4	False	124990	fragment	False	ISR0013_000000005110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	95.686	17.0	0.12352274566941882	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0086_000000015212	2028	0.9319794994126528	4	3	3	3	1	False	81664	fragment	False	MON0086_000000015212	1.0		0	0	False	False	1.0	0					non-mobilizable	other	989.0	94.03399999999999	100.0	0.0003439045959173263	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0118_000000009178	3155	0.9319763477831348	5	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.08262753215603535	PS1090	0	0	True	True	1.0	107					non-mobilizable	other	2523.0	88.109	95.0	0.8347797062750334	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0325_000000006036	3137	0.9319763477831348	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.23363653851801627	PS1090	0	0	True	True	1.0	56					non-mobilizable	other	2770.0	87.65299999999999	97.0	0.9162216288384513	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0400_000000005712	3120	0.9319763477831348	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.24445607849959294	PS1090	0	0	True	True	1.0	66					non-mobilizable	other	2864.0	87.675	97.0	0.9465954606141522	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0304_000000003004	3100	0.9319763477831348	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.2437706489350048	PS1090	0	0	True	True	1.0	21					non-mobilizable	other	2877.0	87.661	97.0	0.9499332443257676	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0284_000000003889	2742	0.9319763477831348	4	4	2	3	2	True	128506	backbone	False	ISR0018_000000007251	0.48471093435552437	PS1035	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1893.0	91.337	73.0	0.6291722296395194	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0099_000000001126	17046	0.9319665294569746	25	7	5	7	4	False	77158	maximal	True	FIJ0099_000000001126	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0005_000000000992	20106	0.9319524510380438	16	12	2	6	9	True	128791	maximal	True	AST0005_000000000992	1.0	PS854	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	6518.0	97.085	88.0	0.0028741846284741916	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	True	True
CAN0017_000000010644	3438	0.9319511404475596	4	3	3	3	3	False	93995	maximal	True	CAN0017_000000010644	1.0		2	1	False	False	0.9901105165481567	0					non-mobilizable	no_good_hit	1926.0	98.287	56.0	0.0005867078947890032	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0054_000000001756	12409	0.9319507863936864	16	8	3	5	5	True	126165	maximal	False	SPA0132_000000002484	0.939644387350141		0	0	False	True	0.9994359016418457	0					non-mobilizable	no_good_hit	1013.0	75.814	16.0	0.09601379839018781	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
ISR0324_000000002257	12951	0.9319503167692271	20	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.6185100762496933	PS943|PS946|PS949	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	1606.0	73.786	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0157_000000001941	12928	0.9319503167692271	19	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.6231284753375208	PS943|PS946|PS949	0	0	True	True	1.0	67					non-mobilizable	no_good_hit	1480.0	73.041	13.0	0.18134263295553618	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0110_000000001661	12133	0.9319503167692271	18	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.4455934388178086	PS943|PS946|PS949	0	0	False	True	0.9993406534194946	0					non-mobilizable	no_good_hit	973.0	76.773	8.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
SPA0047_000000007666	5156	0.9319434227133828	7	5	2	2	5	True	109267	maximal	True	SPA0047_000000007666	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2884.0	86.477	58.0	0.34432940043342164	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
AST0040_000000005288	3626	0.9319377455304632	7	5	2	2	5	False	116343	fragment	False	AST0040_000000005288	1.0		0	0	False	False	0.9994484186172485	0					non-mobilizable	plasmid	2385.0	99.79	100.0	0.033175157595914335	MN542378.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain 607 plasmid pKPC2_sg2, complete sequence	False	True
ISR0847_000000009251	2857	0.9319376005210304	4	4	3	3	3	False	128312	maximal	True	ISR0847_000000009251	1.0		1	1	False	False	0.9989499449729919	0					non-mobilizable	chromosome	1869.0	98.823	99.0	0.0006564762897140919	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0064_000000004260	6209	0.9319278008923124	8	5	4	4	4	False	66718	maximal	True	FIJ0064_000000004260	1.0		420	15	False	False	1.0	0					non-mobilizable	no_good_hit	2332.0	85.03399999999999	58.0	0.00471042643356615	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CHI0018_000000002681	5532	0.9319242111504308	5	5	5	5	5	False	89590	maximal	True	CHI0018_000000002681	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1971.0	98.32600000000001	51.0	0.0003695655110209313	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0133_000000005013	3740	0.9319110834964	5	5	5	4	3	False	128346	maximal	True	ISR0133_000000005013	1.0		0	0	False	False	0.9882352948188782	0					non-mobilizable	no_good_hit	1875.0	98.56	63.0	0.0006798410072687061	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
USA0036_01_000000001201	26670	0.9319032892755252	34	19	8	18	8	True	100675	backbone	False	SPA0056_000000000367	0.7052645670890287	PS581	0	0	False	True	1.0	0					non-mobilizable	other	26675.0	97.88600000000001	100.0	0.42881494942347587	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
USA0021_01_000000002402	7667	0.9318946399360456	13	4	2	4	2	True	110689	fragment	False	ENG0171_000000002850	0.9743938804615584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3632.0	99.587	73.0	0.0009723534031967424	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
USA0055_01_000000004902	5368	0.9318946399360456	10	4	2	4	2	True	110679	fragment	False	CAN0012_000000009407	0.38494243482841467		0	0	False	False	1.0	0					non-mobilizable	other	3506.0	99.829	100.0	0.0009386115885994443	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0044_000000002532	4798	0.9318841771073048	3	3	1	2	3	True	109148	fragment	False	CHI0044_000000002532	1.0		0	0	False	False	0.9985410571098328	0	rep_cluster_199				non-mobilizable	plasmid	3095.0	95.34700000000001	100.0	0.013049322804822374	CP020439.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 plasmid unamed1 sequence	False	True
SPA0135_000000003846	6260	0.9318820198347524	7	5	5	5	5	True	85065	fragment	False	SPA0135_000000003846	1.0		0	0	False	False	0.9996805191040039	0					non-mobilizable	no_good_hit	3572.0	93.39299999999999	57.0	0.15146844764106515	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
FIJ0018_000000001175	18087	0.9318759174966548	20	12	11	12	6	False	112321	maximal	True	FIJ0018_000000001175	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3440.0	95.05799999999999	33.0	0.001108130382917387	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0090_000000001322	17374	0.9318752599214749	29	12	8	10	7	True	117600	fragment	False	ISR0074_000000000976	0.7965315310225879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10682.0	97.145	87.0	0.06146969714423952	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0838_000000010299	2279	0.9318599328072856	3	3	3	3	1	True	118522	maximal	True	ISR0838_000000010299	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1492.0	96.24700000000001	88.0	0.0023829781789568632	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	True
ENG0171_000000011450	2097	0.931859353003484	3	3	3	3	1	False	107427	fragment	False	AST0106_000000009156	0.9594077405542263		0	0	False	False	0.999046266078949	0					non-mobilizable	no_good_hit	421.0	73.39699999999999	20.0	7.876840543948288e-05	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
MON0068_000000003105	10297	0.9318524805459	6	5	4	5	3	False	119559	fragment	False	MON0068_000000003105	1.0		0	0	False	False	0.9996115565299988	0					non-mobilizable	no_good_hit	1896.0	98.259	26.0	0.06563679817117522	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	False
FIJ0139_000000016146	1627	0.9318491136150536	2	1	1	1	1	False	42176	fragment	False	FIJ0139_000000016146	1.0		0	0	False	False	0.9827904105186462	0					non-mobilizable	no_good_hit	575.0	86.435	35.0	0.0003068542565451531	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0295_000000007770	4129	0.931841211757198	6	6	6	6	5	False	95309	fragment	False	ISR0295_000000007770	1.0		0	0	False	False	0.9980624914169312	0					non-mobilizable	other	2087.0	96.79	98.0	0.05221396210357688	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0033_000000026426	1200	0.9318392984985504	2	2	2	2	0	True	61791	fragment	False	ISR0033_000000026426	0.9622363130784484		0	0	False	False	0.9991666674613953	0					non-mobilizable	other	1201.0	96.087	100.0	0.00032135061521236324	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0022_000000016343	1595	0.931836144040323	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.6984689022732152	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1608.0	82.774	100.0	0.00045226087772743176	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
SPA0009_000000000618	31656	0.9318236649940276	41	37	7	15	35	True	132567	maximal	True	SPA0009_000000000618	1.0		100	10	False	False	1.0	0					non-mobilizable	no_good_hit	19604.0	99.949	62.0	0.003796684568393681	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0021_000000003108	8317	0.9318100297291142	11	6	4	4	4	False	94161	maximal	True	SPA0021_000000003108	1.0		0	0	False	False	0.9989178776741028	0					non-mobilizable	chromosome	4421.0	100.0	92.0	0.0006812907840007646	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0005_000000005034	5937	0.9318082556099472	8	4	4	4	3	False	8343	maximal	True	SPA0005_000000005034	1.0		1	1	False	False	0.9994946718215942	0					non-mobilizable	no_good_hit	693.0	88.31200000000001	19.0	0.00021398626642344596	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0116_000000000116	60235	0.9318068066527458	77	16	11	12	13	True	92399	maximal	True	ENG0116_000000000116	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1606.0	90.66	24.0	0.000426128029301169	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0350_000000009513	1993	0.931806460557736	3	3	3	3	3	False	87758	fragment	False	MON0091_000000005566	0.6351537402478201		0	0	False	False	0.9994982481002808	0					non-mobilizable	chromosome	1993.0	100.0	100.0	0.00041824365380343473	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0006_000000001089	13855	0.9318051330070258	18	13	6	10	10	True	123665	maximal	True	ISR0006_000000001089	1.0	PS902	6	1	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	2946.0	99.05	67.0	0.09497675619834711	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0091_000000009041	3422	0.9318031602047572	5	4	1	4	2	True	33631	maximal	True	ISR0091_000000009041	1.0		1	1	True	True	0.9997077584266663	113					non-mobilizable	no_good_hit	1944.0	87.86	59.0	0.5734055354993983	HG796350.1	bacteria	Uncultured bacterium plasmid pRGI00625	True	True
ISR0205_000000006685	2660	0.9317880782866282	4	4	4	3	3	False	28660	maximal	True	ISR0205_000000006685	1.0		4	2	False	False	0.9977443814277649	0					non-mobilizable	no_good_hit	739.0	98.917	87.0	0.0001977716653767738	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0087_000000023147	1362	0.9317875301963254	3	2	2	2	2	False	15966	fragment	False	MAD0087_000000023147	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	98.23899999999999	100.0	0.031206291702015453	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0126_000000031551	1299	0.9317836332996052	2	1	1	1	1	False	43705	fragment	False	FIJ0126_000000031551	0.9488768396591789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000002470	8722	0.9317823626939576	4	3	1	3	0	True	87787	maximal	True	ISR0018_000000002470	0.975071225071225		3	2	True	True	1.0	1					non-mobilizable	no_good_hit	221.0	86.87799999999999	2.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ENG0056_000000001623	8424	0.9317823626939576	4	3	1	3	0	True	87787	maximal	False	ISR0018_000000002470	0.9599862416876863		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	221.0	86.87799999999999	3.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
SPA0090_000000003280	8390	0.9317823626939576	4	3	1	3	0	True	87785	maximal	True	SPA0090_000000003280	1.0		3	2	False	False	0.9994040727615356	0					non-mobilizable	no_good_hit	221.0	86.87799999999999	3.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ISR0057_000000000779	15693	0.9317800095318256	19	13	7	9	8	True	122912	fragment	False	ENG0190_000000001440	0.6331590859019808		0	0	False	False	0.9997451305389404	0					non-mobilizable	chromosome	15695.0	98.77	100.0	0.004946711117933388	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0056_000000003360	7173	0.9317712703107436	13	3	2	3	1	True	88782	fragment	False	FIJ0056_000000003360	1.0		0	0	False	False	0.9998605847358704	0					non-mobilizable	no_good_hit	1271.0	87.09700000000001	68.0	0.04840200231035811	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0010_000000005035	3656	0.9317622015728348	4	4	4	4	3	False	131821	maximal	True	FIJ0010_000000005035	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2032.0	96.949	55.0	0.0006517297485414738	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0030_000000001848	12381	0.9317586164666408	17	8	6	6	3	True	121837	backbone	False	ITA0004_000000000015	0.6444334770622377	PS446|PS447|PS652|PS653|PS863	0	0	True	True	0.99935382604599	7					non-mobilizable	other	4083.0	99.045	91.0	0.32921711057304276	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
ENG0134_000000002342	12052	0.9317586164666408	17	8	6	6	3	True	121837	backbone	False	ITA0004_000000000015	0.5381114110022603	PS446|PS447|PS652|PS653|PS863	0	0	True	True	0.9999170303344727	18					non-mobilizable	other	4063.0	99.11399999999999	93.0	0.327683615819209	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
MON0035_000000022841	1285	0.9317583049527711	2	2	1	2	1	False	114446	fragment	False	MON0093_000000031648	0.6681382431254511		0	0	False	False	0.9992218017578125	0					non-mobilizable	other	1309.0	77.082	100.0	0.03530089417960393	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MON0061_000000039467	1196	0.9317583049527711	2	2	1	2	1	False	114446	fragment	False	MON0093_000000031648	0.5352281898413045		0	0	False	False	0.9707357883453369	0					non-mobilizable	chromosome	1219.0	77.03	100.0	0.0004917186183448109	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0008_000000031767	1192	0.9317583049527711	2	2	1	2	1	False	114446	fragment	False	MON0093_000000031648	0.5344954684406554		0	0	False	False	0.9924496412277222	0					non-mobilizable	other	1214.0	77.018	100.0	0.03264029842558561	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
FIJ0028_000000000462	41658	0.9317578775501026	53	27	19	26	14	True	108326	fragment	False	FIJ0028_000000000462	0.9518818616100759		0	0	False	False	0.9999759793281555	0					non-mobilizable	no_good_hit	65.0	100.0	0.0	0.002027112631445585	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0141_000000012596	2315	0.9317502811951406	3	2	2	1	1	True	40286	fragment	False	FIJ0141_000000012596	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1522.0	99.47399999999999	100.0	0.3594894823918695	CP030792.1	enterobacteria	Escherichia coli strain APEC O2-211 plasmid pAPEC-O2-211B, complete sequence	False	True
USA0034_01_000000024736	2144	0.9317459727287004	3	3	3	2	2	False	128390	fragment	False	USA0132_01_000000007136	0.9483070636310567		0	0	False	False	0.9995335936546326	0					non-mobilizable	no_good_hit	1446.0	70.40100000000001	66.0	0.00039771046398341317	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AUS0012_000000001215	9551	0.9317457312103444	7	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.7837620710893882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	93.59	3.0	6.135412829254928e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0037_000000007840	6352	0.931734690177842	6	6	5	6	4	False	92326	maximal	True	MON0037_000000007840	1.0		15	7	False	False	0.9970088005065918	0					non-mobilizable	no_good_hit	4369.0	96.40700000000001	69.0	0.053886969397828235	NZ_JAANXY010000012.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_12, whole genome shotgun sequence	True	False
ISR0230_000000010168	3060	0.931729850442954	4	4	4	4	4	False	27544	fragment	False	ISR0230_000000010168	1.0		0	0	False	False	0.9993463754653931	0					non-mobilizable	no_good_hit	49.0	87.755	2.0	0.0003082573621040205	NZ_FQXL01000013.1	firmicutes	Clostridium magnum DSM 2767, whole genome shotgun sequence	True	False
ISR0112_000000005939	4709	0.9317262875458204	4	3	2	2	3	False	32658	maximal	True	ISR0112_000000005939	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	73.2	21.0	0.000420690182412818	NZ_UFTL01000001.1	CFB group bacteria	Bergeyella zoohelcum strain NCTC11660, whole genome shotgun sequence	True	False
ISR0165_000000002911	5867	0.9317220182131072	8	5	4	4	4	False	30259	maximal	True	ISR0165_000000002911	1.0		1	1	False	False	0.9986364245414734	0					non-mobilizable	no_good_hit	1397.0	99.069	24.0	0.00026627597597488767	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
SPA0025_000000002205	8767	0.9317209400727252	10	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.9789929791633614	PS872	0	0	True	True	1.0	64					non-mobilizable	plasmid	3617.0	98.258	92.0	0.44986922406277247	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MAD0003_000000002779	8500	0.9317209400727252	10	7	5	4	5	True	122513	backbone	False	FIJ0106_000000002481	0.9568432022243702	PS872	0	0	False	True	0.9987058639526367	0					non-mobilizable	plasmid	3597.0	98.971	92.0	0.44737825382986673	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0151_000000006017	2986	0.9317164087892768	5	3	3	3	3	False	125964	fragment	False	ISR0151_000000006017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	80.882	9.0	0.00011708512219448975	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
FIJ0026_000000014642	2216	0.9317149419163376	3	3	3	3	2	False	93091	fragment	False	DEN0067_000000014740	0.7193073692142895		0	0	False	False	0.9778881072998047	0					non-mobilizable	other	2217.0	99.369	100.0	0.007946440417833591	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
SPA0055_000000002698	10242	0.9317040719192862	20	5	1	4	2	True	56427	maximal	True	SPA0055_000000002698	1.0		3	1	False	False	0.9996094703674316	0					non-mobilizable	no_good_hit	57.0	94.73700000000001	1.0	1.9680231383291834e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
MON0013_000000023198	2277	0.931692705765122	3	3	3	3	2	False	13532	maximal	True	MON0013_000000023198	1.0		6	4	False	False	0.9802371263504028	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000002873	10037	0.9316845925900364	14	6	3	4	4	True	76976	maximal	True	FIJ0034_000000002873	1.0	PS328|PS329|PS369|PS371	0	0	False	True	0.9999003410339355	0					non-mobilizable	no_good_hit	2750.0	87.745	27.0	0.3386474031635322	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0006_01_000000002655	8761	0.9316845925900364	13	6	3	4	4	True	76970	backbone	False	ISR0203_000000002174	0.9982952608250937	PS328|PS329|PS369|PS371	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1144.0	76.22399999999999	34.0	0.12397237750739888	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0203_000000002174	8720	0.9316845925900364	12	6	3	4	4	True	76970	backbone	True	ISR0203_000000002174	0.9982954545454545	PS328|PS329|PS369|PS371	2	2	True	True	1.0	11					non-mobilizable	no_good_hit	1144.0	76.13600000000001	34.0	0.12397237750739888	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0154_000000011538	3098	0.9316750257637091	4	2	0	2	1	True	39608	maximal	True	FIJ0154_000000011538	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0043_000000009079	2910	0.9316725522088571	4	4	3	4	2	False	119452	fragment	False	FIJ0043_000000009079	1.0		0	0	False	False	0.9996563792228699	0					non-mobilizable	chromosome	2936.0	83.992	100.0	0.0012482199680033754	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ENG0117_000000003538	5901	0.9316717141001896	8	7	7	7	7	False	114093	maximal	True	ENG0117_000000003538	1.0		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2084.0	99.95200000000001	47.0	0.2576376004947434	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MON0009_000000030500	1302	0.9316706237913722	2	1	1	1	1	True	13784	fragment	False	MON0009_000000030500	1.0		0	0	False	False	0.9339478015899658	0					non-mobilizable	no_good_hit								True	True
MON0061_000000017955	2485	0.9316636939543202	4	3	3	3	3	False	103930	fragment	False	MON0061_000000017955	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2273.0	91.59700000000001	91.0	0.0011140573921143385	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
SPA0050_000000001989	11811	0.9316599185959342	16	2	2	2	2	False	115245	fragment	False	SPA0050_000000001989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0031_000000000294	49076	0.9316579526902996	47	20	15	19	10	False	119564	maximal	True	MON0031_000000000294	0.9974905768600459		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5859.0	90.78299999999999	22.0	0.20283329292369506	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	False
ISR0297_000000004820	2795	0.9316571781639648	4	4	3	3	2	True	110644	fragment	False	ISR0297_000000004820	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2795.0	97.066	100.0	0.11236271472824556	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0079_000000003716	7896	0.9316533996155908	10	4	3	3	3	False	44408	fragment	False	FIJ0079_000000003716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0136_000000003493	4237	0.9316486450491052	5	5	2	4	4	False	87705	backbone	True	CHI0136_000000003493	1.0	PS450	2	2	True	True	0.9917394518852234	2	Col156				non-mobilizable	plasmid	3915.0	99.97399999999999	92.0	0.6442798353909465	MT180435.1	enterobacteria	Escherichia coli strain CE1681 plasmid pCE1681-F, complete sequence	False	True
SPA0153_000000015432	1217	0.9316479822186172	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.6089161659338834		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1219.0	97.45700000000001	100.0	0.008223784156049343	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0099_000000019187	1150	0.9316479822186172	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.3987409452782842		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	97.617	99.0	0.007643122877379192	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0212_000000018440	1925	0.931643328902464	2	2	2	2	2	False	108714	fragment	False	ISR0212_000000018440	0.9598734273563654		0	0	False	False	0.9729869961738586	0					non-mobilizable	no_good_hit	521.0	98.464	27.0	0.014341662529648629	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0078_000000003059	5298	0.9316406010952232	6	4	4	3	2	False	130467	fragment	False	ISR0193_000000004970	0.9754783504605777		0	0	False	False	0.9996225237846375	0					non-mobilizable	no_good_hit	4546.0	99.34	86.0	0.0072523663936989785	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0097_000000003854	7165	0.9316401482026604	10	6	5	5	4	False	5134	maximal	True	SPA0097_000000003854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1433.0	78.646	20.0	0.015481426642860254	NZ_LFQU01000016.1	CFB group bacteria	Prevotella rara strain 109 contig00016, whole genome shotgun sequence	True	False
FIJ0134_000000009948	1516	0.9316304357340156	2	2	2	2	1	False	40627	maximal	True	FIJ0134_000000009948	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	98.02	13.0	7.283458432469295e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
ISR0138_000000007901	3712	0.9316302809176696	4	3	0	3	2	True	125553	backbone	False	ISR0070_000000005259	0.06170365591104065	PS930	0	0	True	True	1.0	278	rep_cluster_1351	MOBQ,MOBQ			mobilizable	plasmid	3196.0	85.38799999999999	99.0	0.8730684326710817	AP010892.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC2 DNA, complete sequence	False	True
ENG0045_000000001993	5613	0.931620006665799	8	6	3	6	5	False	84457	fragment	False	ENG0045_000000001993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	86.95700000000001	1.0	9.060670247980477e-05	NZ_FZOC01000003.1	d-proteobacteria	Desulfovibrio mexicanus strain DSM 13116, whole genome shotgun sequence	True	False
SPA0101_000000008923	5034	0.931617511365992	7	4	1	2	3	True	121577	fragment	False	AST0058_000000003419	0.9326676108467187		0	0	False	True	0.99582839012146	0					non-mobilizable	chromosome	5034.0	98.709	100.0	0.0020395526519047307	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
FIJ0071_000000026157	1410	0.93161179790002	3	2	2	2	2	False	44835	maximal	True	FIJ0071_000000026157	1.0		3	2	False	False	0.9815602898597717	0					non-mobilizable	no_good_hit	512.0	75.391	35.0	0.0002732801578012023	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
AST0118_000000004238	6404	0.931601658616754	15	4	1	2	3	False	106008	fragment	False	AST0118_000000004238	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4748.0	91.281	91.0	0.18492855744764142	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
DEN0051_000000006909	5715	0.9315997710519702	7	7	6	7	4	False	127577	fragment	False	ISR0001_000000004362	0.6980069891623789		0	0	False	False	0.9980752468109131	0					non-mobilizable	other	5647.0	99.398	99.0	0.1548631301771902	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0325_000000017206	1246	0.9315946381623496	2	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.5508316078595423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	97.527	45.0	0.004739416003288232	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0024_000000007111	4432	0.9315896071311984	5	2	1	2	1	True	121684	maximal	False	ISR0100_000000002373	0.8726876529077637		0	0	True	True	1.0	76					non-mobilizable	no_good_hit	130.0	97.69200000000001	5.0	0.1026677445432498	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0169_000000004928	4388	0.9315896071311984	5	2	1	2	1	True	121684	maximal	False	ISR0100_000000002373	0.54483040163479		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	161.0	91.925	4.0	0.12772837510105092	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0009_000000016583	2183	0.93158192791348	3	2	1	2	2	False	131144	fragment	False	SPA0075_000000008616	0.9845571901014643		0	0	False	False	1.0	0					non-mobilizable	other	2183.0	100.0	100.0	0.013538163723677516	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0087_000000022052	1675	0.9315665901979532	2	2	2	2	2	False	110730	maximal	True	AST0087_000000022052	1.0		5	2	False	False	0.9964179396629333	0					non-mobilizable	no_good_hit	278.0	77.33800000000001	16.0	0.00025450962148918893	NZ_JH556658.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_8, whole genome shotgun sequence	True	False
CHI0032_000000001050	4956	0.9315650819864421	7	3	2	2	2	True	88467	fragment	False	CHI0032_000000001050	1.0		0	0	False	False	0.9971751570701599	0					non-mobilizable	no_good_hit	825.0	75.03	17.0	0.08977310095363367	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MON0104_000000025673	1774	0.9315572072354452	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.7367906909952447	PS319	0	0	False	True	0.9898534417152405	0					non-mobilizable	other	1774.0	99.098	100.0	0.020186264687129977	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
DEN0082_000000006747	5395	0.9315560415691312	7	6	6	5	5	False	69322	fragment	False	DEN0082_000000006747	1.0		0	0	False	False	0.9994439482688904	0					non-mobilizable	no_good_hit	1805.0	80.72	59.0	0.000499984480347506	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0086_000000004337	6589	0.9315556138310652	10	7	3	7	6	False	113853	fragment	False	MAD0033_000000002070	0.4770105823015236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000002376	9274	0.9315533367365644	8	6	5	6	3	True	119683	fragment	False	ENG0126_000000002312	0.9573453905582392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	75.0	1.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
CAN0005_000000002100	9259	0.9315533367365644	8	6	5	6	3	True	119683	fragment	False	ENG0126_000000002312	0.9569410342934128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	75.0	1.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
FIJ0112_000000009085	2938	0.9315516388894416	2	2	0	2	2	False	116139	fragment	False	FIJ0112_000000009085	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	2938.0	99.523	100.0	0.017102262760919137	CP031939.1	enterobacteria	Klebsiella pneumoniae strain TOP52_1721_U1 plasmid unnamed1, complete sequence	False	True
FIJ0067_000000010485	2844	0.9315516388894416	2	2	0	2	2	False	116142	fragment	False	FIJ0067_000000010485	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2652.0	97.323	100.0	0.013870091173292206	LR134219.1	enterobacteria	Klebsiella pneumoniae strain NCTC10317 genome assembly, plasmid: 3	False	True
FIJ0005_000000016041	2126	0.9315516388894416	2	2	0	2	2	False	116133	fragment	False	FIJ0005_000000016041	0.9805755395683453		0	0	False	False	0.9995296597480774	0					non-mobilizable	plasmid	2126.0	98.68299999999999	100.0	0.01777982496545371	MF156708.1	enterobacteria	Klebsiella pneumoniae strain 13294 plasmid p13294-KPC, complete sequence	False	True
AST0040_000000009548	2085	0.9315516388894416	3	2	0	2	2	False	116133	fragment	False	FIJ0005_000000016041	0.971307619943556		0	0	False	False	0.9880095720291138	0	IncFII				non-mobilizable	plasmid	2066.0	99.12899999999999	99.0	0.017277333444998117	MF156708.1	enterobacteria	Klebsiella pneumoniae strain 13294 plasmid p13294-KPC, complete sequence	False	True
ISR0083_000000005815	4008	0.9315492280713418	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.8339096545648459		0	0	False	False	1.0	0					non-mobilizable	chromosome	4008.0	99.75	100.0	0.0007995462186014448	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0052_000000002067	12755	0.931545611060011	18	8	6	8	6	False	125988	fragment	False	DEN0052_000000002067	1.0		0	0	False	False	0.9996864199638367	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	4.909896387157955e-05	NZ_JRPR02000001.1	e-proteobacteria	Helicobacter jaachi strain MIT 09-6949 NODE_1_length_712846_cov_62.9814, whole genome shotgun sequence	True	False
AST0061_000000012537	3280	0.9315312654096548	4	2	2	2	1	False	112108	maximal	True	AST0061_000000012537	1.0		1	1	False	False	0.9996951222419739	0					non-mobilizable	no_good_hit	517.0	96.132	56.0	0.00014553224469949567	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0160_000000004791	5373	0.9315273175536436	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9579325948643219	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9996277689933777	2	rep_cluster_870	MOBV			mobilizable	plasmid	5083.0	99.78399999999999	100.0	0.9081322609472744	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CAN0006_000000008498	5286	0.9315273175536436	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9391615391980899	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998108148574829	2	rep_cluster_870	MOBV			mobilizable	plasmid	5085.0	99.823	100.0	0.908668453976765	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0050_000000001655	5253	0.9315273175536436	7	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9338692805394249	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5085.0	99.764	100.0	0.908668453976765	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0091_000000005985	5250	0.9315273175536436	7	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9331894467406203	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1	rep_cluster_870	MOBV			mobilizable	plasmid	5082.0	99.803	100.0	0.9081322609472744	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
FIJ0165_000000000486	23294	0.9315249245555126	37	7	4	6	3	True	48790	maximal	True	FIJ0165_000000000486	1.0		10	1	True	True	1.0	14					non-mobilizable	no_good_hit	321.0	85.35799999999999	1.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
USA0071_01_000000003859	3504	0.9315242122296541	4	3	3	3	3	False	1346	maximal	True	USA0071_01_000000003859	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	91.492	50.0	0.01822973407621834	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
ENG0204_000000000435	27436	0.9315218012934656	37	13	9	13	7	True	112213	fragment	False	ENG0204_000000000435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6529.0	86.76700000000001	85.0	0.08971538472181866	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
SPA0082_000000012975	1319	0.9315177923205996	2	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.24076180936382702		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	94.411	100.0	0.2960305001121328	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
MAD0054_000000001912	5820	0.9315163005307224	8	5	3	4	2	True	52934	maximal	True	MAD0054_000000001912	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	76.471	2.0	0.00028577322068568383	NZ_FCOX02000001.1	b-proteobacteria	Caballeronia calidae isolate LMG 29321, whole genome shotgun sequence	True	True
ISR0324_000000007297	4353	0.9315111552684536	6	4	2	2	3	True	72966	fragment	False	ISR0324_000000007297	0.9613871126414166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	73.316	27.0	0.12682231722021264	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
CHI0183_000000006615	1238	0.9315087969039684	2	1	1	1	1	False	77275	fragment	False	CHI0183_000000006615	0.9903280067283431		0	0	False	False	0.9830371737480164	0					non-mobilizable	other	1238.0	98.061	100.0	0.0003435137822061527	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0081_000000043473	1189	0.9315087969039684	1	1	1	1	1	False	77275	fragment	False	CHI0183_000000006615	0.9709208400646203		0	0	False	False	0.9705634713172913	0					non-mobilizable	other	1189.0	99.83200000000001	100.0	0.00032990652648416283	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0033_000000001653	8563	0.9315038680020372	11	7	7	7	3	True	96560	fragment	False	MAD0033_000000001653	1.0		0	0	False	False	0.9995328783988953	0					non-mobilizable	no_good_hit	5650.0	96.602	87.0	0.0010130053166637044	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
ISR0204_000000002272	4148	0.9315020952545646	4	3	3	3	3	False	115534	maximal	True	ISR0204_000000002272	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	94.23100000000001	55.0	0.0003104696349665087	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0066_000000000280	26963	0.9314976600512624	31	18	7	13	13	True	116747	fragment	False	CHI0066_000000000280	1.0		0	0	False	False	0.9983681440353394	0					non-mobilizable	no_good_hit	609.0	76.847	3.0	0.0011864011970610414	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ENG0040_000000004384	4983	0.9314934621235242	10	7	3	4	6	False	109332	maximal	True	ENG0040_000000004384	1.0		1	1	False	False	0.992374062538147	0					non-mobilizable	no_good_hit	1088.0	73.07	22.0	0.006101333212252613	NZ_KB822474.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.12, whole genome shotgun sequence	True	False
FIJ0126_000000027535	1460	0.931476810738824	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.5799153055941845		0	0	False	False	0.999315083026886	0					non-mobilizable	chromosome	1460.0	99.45200000000001	100.0	0.0002866399083695317	CP041429.1	enterobacteria	Escherichia coli strain STEC367 chromosome, complete genome	False	False
USA0023_01_000000012395	2530	0.9314763528129634	5	1	1	1	1	False	1709	maximal	True	USA0023_01_000000012395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	98.139	43.0	0.00022633429508750187	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0067_000000001519	8450	0.9314679633999404	13	9	4	5	8	True	123826	backbone	False	ISR0183_000000005642	0.47186635360838164	PS486|PS905	0	0	True	True	1.0	1235	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	63.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
ISR0809_000000000847	10533	0.9314669031655622	8	6	4	5	4	True	73773	maximal	True	ISR0809_000000000847	1.0		19	6	False	False	0.9990506172180176	0					non-mobilizable	no_good_hit	5583.0	99.98200000000001	53.0	0.0017913405915467465	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MAD0110_000000003605	7558	0.9314651706140628	8	6	5	5	5	False	82021	maximal	True	MAD0110_000000003605	1.0		1	1	False	False	0.9998676776885986	0					non-mobilizable	no_good_hit	4736.0	95.27	75.0	0.4328631617512365	NZ_CABMGA010000033.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0073_000000002651	5412	0.9314644733411576	11	6	5	3	2	True	93278	fragment	False	SPA0073_000000002651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2874.0	94.816	79.0	0.0009046806732818483	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
DEN0079_000000005184	6861	0.9314562757685612	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.1668020103454951		0	0	False	False	1.0	0					non-mobilizable	other	6861.0	99.62100000000001	100.0	0.02480277096846505	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0222_000000007903	7949	0.9314558224707687	12	9	7	8	7	False	36977	maximal	True	ISR0222_000000007903	1.0		22	3	False	False	0.9997484087944031	0					non-mobilizable	no_good_hit	709.0	85.61399999999999	9.0	0.0006291120481668945	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
AST0002_000000010378	3425	0.9314533296801608	4	3	3	3	3	False	132110	maximal	True	AST0002_000000010378	1.0		26	5	False	False	0.9947445392608643	0					non-mobilizable	no_good_hit	380.0	76.579	11.0	0.0034343287117168	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	True	False
ISR0383_000000002647	4312	0.9314494356861592	5	3	2	2	3	True	111412	fragment	False	ISR0383_000000002647	0.9934246453562947		0	0	False	False	0.9995361566543579	0					non-mobilizable	plasmid	4312.0	99.954	100.0	0.138800347725297	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0176_000000007862	4108	0.9314494356861592	4	3	2	2	3	True	111412	fragment	False	ISR0383_000000002647	0.9719161472504712		0	0	False	False	0.9992697238922119	0					non-mobilizable	plasmid	4111.0	98.07799999999999	100.0	0.13232879358640007	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
AST0108_000000019093	1496	0.931442907873648	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.07286662172554015		0	0	False	False	1.0	0					non-mobilizable	chromosome	1496.0	99.33200000000001	100.0	0.0003382466200225709	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0137_000000002341	12154	0.9314301476075664	10	7	1	4	5	True	121599	fragment	False	ISR0137_000000002341	1.0		0	0	False	True	0.9998354315757751	0					non-mobilizable	chromosome	12215.0	95.759	100.0	0.004928479903132393	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
CHI0034_000000005850	2688	0.931424622108594	4	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.6790709937397974	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2662.0	99.887	100.0	0.626559924652696	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0036_000000000137	2618	0.931424622108594	5	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.8634572135600999	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2494.0	100.0	100.0	0.5870025900635742	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0023_01_000000012334	2541	0.931424622108594	5	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.8551169820350963	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2414.0	99.959	100.0	0.5681657640687544	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0083_01_000000011848	2537	0.931424622108594	4	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.49202393125267807	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2537.0	99.921	100.0	0.59712738403579	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CAN0022_000000012564	2457	0.931424622108594	5	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.8146595252024714	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2398.0	100.0	100.0	0.5643983988697905	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0041_000000014919	2291	0.931424622108594	5	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.17516720326720464	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2291.0	100.0	100.0	0.5392041441017189	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0058_01_000000008424	2291	0.931424622108594	4	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.500055365172941	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2291.0	100.0	100.0	0.5392041441017189	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0152_000000010700	2206	0.931424622108594	4	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.5610838108761445	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2206.0	96.82700000000001	100.0	0.5324141267537494	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0295_000000016149	2198	0.931424622108594	4	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.5174433575209558	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2198.0	99.40899999999999	100.0	0.5173063338827407	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0848_000000008543	2052	0.931424622108594	4	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.1846077352255901	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2052.0	100.0	100.0	0.4829291264421945	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0039_000000009112	1817	0.931424622108594	4	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.10530716930454644	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1817.0	100.0	100.0	0.4392839864537978	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
FIJ0125_000000009718	1997	0.93141714773925	4	2	2	2	1	False	41196	maximal	True	FIJ0125_000000009718	1.0		1	1	False	False	0.9989985227584839	0					non-mobilizable	no_good_hit	173.0	80.347	9.0	0.0038569346339275704	MK448876.1	viruses	Streptococcus phage Javan214, complete genome	True	False
FIJ0052_000000001001	19784	0.9314133283196177	12	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9674307261724541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	90.95700000000001	1.0	0.27938931297709924	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
MAD0066_000000021493	1500	0.9314108362139392	3	2	1	2	1	False	16558	maximal	True	MAD0066_000000021493	1.0		8	4	False	False	0.9879999756813049	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	8.581735108470172e-06	NZ_CP011257.1	b-proteobacteria	Ralstonia mannitolilytica strain SN83A39 chromosome 1, complete sequence	True	False
ISR0061_000000000216	12762	0.9313928669355952	16	4	2	4	3	False	51280	maximal	True	ISR0061_000000000216	1.0		1	1	False	False	0.9949067831039429	0					non-mobilizable	no_good_hit	7140.0	92.87100000000001	67.0	0.002216575442272909	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0145_01_000000010625	2256	0.931391603843254	3	2	2	2	2	False	131394	fragment	False	USA0145_01_000000010625	1.0		0	0	False	False	0.9955673813819885	0					non-mobilizable	no_good_hit	56.0	94.64299999999999	2.0	1.6258365907772312e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0003_000000014471	1768	0.9313891531401244	3	3	2	3	2	False	76656	maximal	True	DEN0003_000000014471	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	76.786	8.0	0.00021372952240116455	NZ_QQBC01000007.1	high GC Gram+	Nocardia pseudobrasiliensis strain DSM 44290 Ga0244499_107, whole genome shotgun sequence	True	False
AUS0018_000000004257	6125	0.9313693562228064	7	5	4	4	1	True	132039	fragment	False	ISR0084_000000002614	0.8239525156715235		0	0	False	False	0.9967346787452698	0					non-mobilizable	no_good_hit	114.0	87.719	2.0	0.001141933201960487	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0006_000000000944	21293	0.9313656435744826	34	13	9	12	7	True	128765	fragment	False	SPA0006_000000000944	1.0		0	0	False	False	0.9995303750038147	0					non-mobilizable	no_good_hit	10575.0	98.12799999999999	75.0	0.06088218692040964	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0084_000000001598	11363	0.9313570921787202	11	3	3	3	2	False	67449	maximal	True	ISR0084_000000001598	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6148.0	98.975	54.0	0.2921734153670053	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ISR0268_000000007611	2514	0.9313561353545506	4	3	3	2	1	False	91732	fragment	False	ISR0268_000000007611	1.0		0	0	False	False	0.9964200258255005	0					non-mobilizable	other	2416.0	88.162	96.0	0.05291493616366713	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
ENG0032_000000005953	3348	0.93135472275277	5	4	4	3	2	False	124037	maximal	True	ENG0032_000000005953	1.0		0	0	False	False	0.9997013211250305	0					non-mobilizable	no_good_hit	1914.0	94.932	57.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0069_01_000000035005	1734	0.9313371788005871	2	1	1	1	1	True	771	maximal	True	USA0069_01_000000035005	1.0		1	1	False	False	0.9919261932373047	0					non-mobilizable	no_good_hit								True	True
ISR0138_000000018702	1557	0.9313371788005871	2	1	1	1	1	True	71770	fragment	False	ISR0138_000000018702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0005_000000018991	1444	0.9313371788005871	1	1	1	1	1	True	127991	fragment	False	AST0005_000000018991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	759.0	87.22	53.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0190_000000021290	1408	0.9313371788005871	1	1	1	1	1	True	71769	fragment	False	ENG0190_000000021290	1.0		0	0	False	False	0.9886363744735718	0					non-mobilizable	no_good_hit								True	True
TAN0010_000000013946	1213	0.9313371788005871	2	1	1	1	1	True	2603	fragment	False	TAN0010_000000013946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	98.462	5.0	0.016347381864623246	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0061_000000038885	1135	0.9313371788005871	1	1	1	1	1	True	71768	fragment	False	DEN0061_000000038885	1.0		0	0	False	False	0.9859030842781067	0					non-mobilizable	no_good_hit								True	True
USA0121_01_000000036853	1100	0.9313371788005871	1	1	1	1	1	True	158	fragment	False	USA0121_01_000000036853	1.0		0	0	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit	89.0	82.022	8.0	0.01160773849232822	NZ_FWXK01000010.1	firmicutes	Aerococcus suis strain DSM 21500, whole genome shotgun sequence	True	True
ENG0109_000000007560	3258	0.9313343377255467	4	4	4	4	3	False	105491	fragment	False	CHI0039_000000003802	0.8833802405042003		0	0	False	False	1.0	0					non-mobilizable	other	3258.0	98.86399999999999	100.0	0.004682847435792367	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
FIJ0003_000000012248	1942	0.9313332313900544	2	1	1	1	1	False	52185	maximal	True	FIJ0003_000000012248	1.0		1	1	False	False	0.9716786742210388	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000057412	1103	0.9313295068037948	3	3	2	2	1	False	69394	fragment	False	DEN0079_000000057412	1.0		0	0	False	False	0.9936536550521851	0					non-mobilizable	other	685.0	94.307	90.0	0.00011168802925734349	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
USA0101_01_000000014774	2188	0.9313155122786054	2	1	1	1	1	False	74407	fragment	False	USA0101_01_000000014774	1.0		0	0	False	False	0.9940584897994995	0					non-mobilizable	no_good_hit	858.0	86.24700000000001	73.0	0.006866773340194746	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ITA0005_000000002500	6596	0.9313026149362952	8	4	1	2	3	False	130031	maximal	True	ITA0005_000000002500	1.0	PS1072|PS1075|PS1077|PS974|PS975	136	9	False	True	0.9983323216438293	0					non-mobilizable	no_good_hit	2567.0	97.273	40.0	0.5106510053752737	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0332_000000000909	11008	0.9313018336866228	14	10	9	9	7	False	33269	fragment	False	ISR0332_000000000909	1.0		0	0	False	False	0.9987282156944275	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	0.0	6.125125075904762e-06	NZ_CP029255.1	CFB group bacteria	Flavobacterium crocinum strain HYN0056 chromosome, complete genome	True	False
ISR0122_000000001787	8073	0.9313016501852679	9	6	4	4	4	False	80042	fragment	False	ISR0122_000000001787	0.9920877998979071		0	0	False	False	0.9990090131759644	0					non-mobilizable	no_good_hit	1611.0	93.42	37.0	0.0035445972757875027	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MON0078_000000013063	3193	0.9312981455482878	6	3	2	2	3	True	92213	maximal	True	MON0078_000000013063	1.0		0	0	False	False	0.9887253642082214	0	rep_cluster_1079				non-mobilizable	no_good_hit	2167.0	94.92399999999999	68.0	0.6600609756097561	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
MON0032_000000011054	2414	0.9312981455482878	5	3	2	2	3	True	92210	fragment	False	MON0058_000000020853	0.778009788810862		0	0	False	False	0.9904722571372986	0	rep_cluster_1079				non-mobilizable	other	2195.0	95.08	96.0	0.6685975609756097	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0273_000000004746	2378	0.9312981455482878	4	3	2	2	3	True	92210	fragment	False	MON0058_000000020853	0.7786963030343839		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	2379.0	96.51100000000001	100.0	0.725	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
DEN0046_000000011032	2209	0.9312981455482878	3	3	2	2	3	True	92210	fragment	False	MON0058_000000020853	0.6202997569366328		0	0	False	False	0.9995473027229309	0	rep_cluster_1079				non-mobilizable	plasmid	2152.0	99.721	97.0	0.3425203122510754	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
MON0001_000000016101	2154	0.9312981455482878	4	3	2	2	3	True	72108	fragment	False	MON0001_000000016101	1.0		0	0	False	False	0.9972144961357117	0	rep_cluster_1079				non-mobilizable	other	2018.0	95.193	100.0	0.614939024390244	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CHI0106_000000009400	2114	0.9312981455482878	3	3	2	2	3	True	92210	fragment	False	MON0058_000000020853	0.45600573744027956		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	2067.0	96.37200000000001	98.0	0.6295731707317073	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
AST0149_000000010152	2686	0.931291895205156	3	3	3	3	3	False	128449	fragment	False	ISR0250_000000003131	0.555630774352934		0	0	False	False	1.0	0					non-mobilizable	other	2687.0	99.926	100.0	0.010303504572515804	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0069_000000001603	13008	0.9312755902882784	18	8	7	7	6	True	73482	fragment	False	ISR0069_000000001603	1.0		0	0	False	False	0.9999231100082397	0					non-mobilizable	no_good_hit	517.0	86.654	4.0	0.15792701625268324	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
ISR0216_000000006608	2838	0.9312681987689296	3	3	3	2	1	False	57496	maximal	True	ISR0216_000000006608	0.958631805157593		86	10	False	False	1.0	0					non-mobilizable	other	1817.0	97.523	95.0	0.00048149013224238084	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0355_000000002473	6633	0.931261983293342	8	5	4	4	5	False	38170	maximal	True	ISR0355_000000002473	1.0		3	2	False	False	0.9996984601020813	0					non-mobilizable	no_good_hit	5327.0	99.962	80.0	0.0010153459288346422	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ISR0386_000000018333	1621	0.931249846562554	2	2	2	2	2	False	123027	fragment	False	ISR0386_000000018333	0.9897832817337462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	91.914	66.0	0.6962435233160622	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ISR0826_000000001841	6492	0.9312440480430176	8	7	3	2	5	True	118167	fragment	False	CAN0020_000000005326	0.9940567398387016		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	4420.0	99.932	100.0	0.4939624329159213	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0075_000000001459	15635	0.9312410331370076	20	5	2	5	1	False	65365	maximal	True	ENG0075_000000001459	1.0		2	2	False	False	0.9975056052207947	0					non-mobilizable	no_good_hit	1733.0	77.092	11.0	0.00046290049883477235	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0014_000000004844	5566	0.9312336787558356	9	5	2	5	5	False	97708	maximal	True	MAD0014_000000004844	1.0		1	1	False	False	0.9994609951972961	0	IncFIA,IncFIC				non-mobilizable	no_good_hit	2281.0	96.405	77.0	0.029963532958569756	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	True	True
ISR0368_000000000076	72549	0.9312310526843394	105	33	18	27	17	False	48478	maximal	True	ISR0368_000000000076	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	165.0	91.515	0.0	4.608924338886338e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0048_000000004319	4991	0.9312286388318279	3	2	1	2	2	False	97715	maximal	True	MAD0048_000000004319	1.0		2	1	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	3104.0	99.774	95.0	0.05795342061520647	CP051658.1	enterobacteria	Escherichia coli strain SJ7 plasmid pSJ7-2	False	True
ENG0211_000000005611	5397	0.9312261436914844	5	5	5	5	5	False	128461	fragment	False	ENG0211_000000005611	0.9987415295256534		0	0	False	False	1.0	0					non-mobilizable	other	4089.0	97.45700000000001	98.0	0.01567390904069232	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0296_000000004556	5165	0.9312261436914844	5	5	5	5	5	False	128461	fragment	False	ENG0211_000000005611	0.9773022049286642		0	0	False	False	0.9990319609642029	0					non-mobilizable	other	4089.0	97.40799999999999	98.0	0.01567390904069232	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0057_000000004406	3619	0.9312243512289604	6	5	1	5	1	False	17010	maximal	True	MAD0057_000000004406	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	0.000251090473048013	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0068_000000001560	8909	0.9312171009279444	15	15	1	6	15	True	98232	backbone	False	ENG0095_000000002427	0.7994656229003658	PS545	0	0	False	True	1.0	0					non-mobilizable	plasmid	8055.0	100.0	100.0	0.16759613783918761	CP057727.1	enterobacteria	Escherichia coli strain RHB16-C19 plasmid pRHB16-C19_3, complete sequence	False	True
ISR0134_000000010952	2987	0.9312037856836808	5	4	2	1	3	False	103738	fragment	False	ISR0166_000000005520	0.6349206349206349		0	0	False	False	0.9936391115188599	0					non-mobilizable	no_good_hit	1913.0	99.477	64.0	0.007745845520616427	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
FIJ0033_000000008356	3948	0.9311931198590708	4	4	4	4	3	False	53229	maximal	True	FIJ0033_000000008356	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	98.225	13.0	0.00014668005919381044	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0071_000000011361	1970	0.9311851242250462	2	2	2	2	1	False	5894	maximal	True	SPA0071_000000011361	1.0		3	1	False	False	0.9964467287063599	0					non-mobilizable	no_good_hit	1226.0	97.553	62.0	0.007050122685958506	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0095_000000004294	5578	0.9311826283095788	8	6	2	5	4	True	73775	fragment	False	ISR0095_000000004294	0.9999025341130604		0	0	False	False	0.982968807220459	0					non-mobilizable	other	5523.0	99.964	99.0	0.0017720857661270395	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ITA0006_000000006043	4307	0.9311823602836851	7	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.02878306451420308	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	233	rep_cluster_870	MOBV			mobilizable	plasmid	2584.0	100.0	100.0	0.46174472649267073	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
USA0016_01_000000005428	3175	0.9311791633008544	4	4	4	4	4	False	120077	fragment	False	ISR0155_000000005779	0.6457174968140448		0	0	False	False	1.0	0					non-mobilizable	other	3175.0	100.0	100.0	0.007763580150281778	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0054_000000002456	9013	0.9311770240493868	8	6	4	6	5	True	125319	fragment	False	SPA0054_000000002456	1.0		0	0	False	False	0.9988905191421509	0					non-mobilizable	no_good_hit	2263.0	77.508	39.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0134_000000002299	12199	0.9311614143231508	14	14	10	14	13	False	109703	fragment	False	ENG0134_000000002299	1.0		0	0	False	False	0.9982785582542419	0					non-mobilizable	chromosome	12195.0	99.91	99.0	0.0024207306977794946	CP048647.1	enterobacteria	Escherichia coli strain GW-AmxH19 chromosome, complete genome	False	False
USA0036_01_000000009569	3934	0.931160160295516	6	4	2	3	4	False	1388	maximal	True	USA0036_01_000000009569	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	83.50200000000001	34.0	0.034604164570968717	MK233923.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_1_c6 sequence	True	False
ISR0174_000000000371	43451	0.9311589429097225	37	16	9	15	6	True	119621	maximal	False	AST0026_000000000287	0.9947890096735575	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	101					non-mobilizable	no_good_hit	5155.0	92.454	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0012_000000006748	8300	0.9311431309943282	11	6	3	4	5	True	122254	maximal	True	CAN0012_000000006748	0.9996811905887165		5	4	True	True	1.0	157					non-mobilizable	no_good_hit	1229.0	78.6	50.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0379_000000002012	8280	0.9311431309943282	11	6	3	4	5	True	122254	maximal	False	CAN0012_000000006748	0.9974053696941851		0	0	True	True	1.0	32					non-mobilizable	no_good_hit	814.0	88.329	49.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0039_000000002365	8280	0.9311431309943282	11	6	3	4	5	True	122254	maximal	False	CAN0012_000000006748	0.9994388379999632		0	0	True	True	1.0	59					non-mobilizable	no_good_hit	814.0	88.329	49.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0369_000000001034	8248	0.9311431309943282	10	6	3	4	5	True	122254	maximal	False	CAN0012_000000006748	0.9993576628210903		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	814.0	88.329	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0364_000000001675	8192	0.9311431309943282	11	6	3	4	5	True	122254	maximal	False	CAN0012_000000006748	0.9937013926149737		0	0	True	True	1.0	34					non-mobilizable	no_good_hit	814.0	88.329	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0082_000000004076	8156	0.9311431309943282	11	6	3	4	5	True	122254	maximal	False	CAN0012_000000006748	0.9951373256335865		0	0	True	True	0.999877393245697	12					non-mobilizable	no_good_hit	814.0	88.329	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0112_000000011143	3076	0.9311417195932604	2	2	2	2	2	False	105883	fragment	False	CHI0106_000000005843	0.7915766597490949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	71.704	20.0	0.001247593564445815	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0071_000000020838	1735	0.9311362555404388	3	2	2	2	2	False	44864	maximal	True	FIJ0071_000000020838	1.0		1	1	False	False	0.9913544654846191	0					non-mobilizable	no_good_hit	491.0	81.67	28.0	0.00013674072197423403	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0015_000000010197	4011	0.9311224474149982	2	2	2	2	2	False	95398	fragment	False	CAN0015_000000010197	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3963.0	99.62100000000001	100.0	0.0011073481779508522	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0208_000000003946	6103	0.9311215945072572	9	8	3	5	7	True	28533	fragment	False	ISR0208_000000003946	1.0		0	0	False	False	0.9986891746520996	0					non-mobilizable	chromosome	6110.0	93.14200000000001	100.0	0.0024389571900721506	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
SPA0095_000000003833	5483	0.931121093973573	7	5	1	5	1	True	107922	fragment	False	SPA0095_000000003833	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5458.0	99.98200000000001	99.0	0.026979448938821527	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
DEN0073_000000002763	11695	0.9311201507144684	10	4	3	4	2	False	70237	maximal	True	DEN0073_000000002763	1.0		1	1	True	True	1.0	26					non-mobilizable	no_good_hit	48.0	91.667	0.0	2.6907606150506265e-05	CP019058.1	high GC Gram+	Gardnerella vaginalis strain GV37, complete genome	True	True
ENG0018_000000020126	1118	0.9311069449584248	2	1	1	1	1	False	66575	fragment	False	ENG0018_000000020126	1.0		0	0	False	False	0.9561717510223389	0					non-mobilizable	no_good_hit	656.0	71.03699999999999	58.0	0.00011671804139127179	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
DEN0001_000000015648	2695	0.931104206821414	4	4	4	4	3	False	120077	fragment	False	ISR0155_000000005779	0.5014449908823705		0	0	False	False	1.0	0					non-mobilizable	chromosome	2696.0	98.368	100.0	0.0005985975714041388	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0011_000000003465	11252	0.931096842258246	15	8	7	7	7	True	51026	maximal	True	FIJ0011_000000003465	1.0		1	1	False	False	0.9999111294746399	0					non-mobilizable	no_good_hit	1004.0	85.259	9.0	0.003344637897885067	NZ_RJQC01000003.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_3, whole genome shotgun sequence	True	True
FIJ0138_000000002304	7084	0.9310935633529019	8	4	4	4	2	True	96558	fragment	False	FIJ0138_000000002304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5589.0	95.223	85.0	0.0010018852158079766	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
SPA0015_000000001264	9615	0.9310915666558868	10	8	6	7	6	False	57264	maximal	True	SPA0015_000000001264	1.0		1	1	False	False	0.998647928237915	0					non-mobilizable	no_good_hit	1622.0	95.80799999999999	17.0	0.00048508520113080814	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0051_000000017989	1348	0.9310902096442109	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.07252529131293149	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1348.0	99.48100000000001	100.0	0.0003609734868055749	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0026_000000012836	1136	0.9310864774512296	2	2	1	2	1	False	19067	fragment	False	MAD0026_000000012836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0329_000000001363	6457	0.9310723739133474	5	3	3	2	2	True	116413	fragment	False	ISR0124_000000001916	0.3096135494202834		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	6457.0	99.93799999999999	100.0	0.20783025854019768	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0005_000000001871	6264	0.9310723739133474	6	3	3	2	2	True	116413	fragment	False	ISR0124_000000001916	0.30481160123417045		0	0	False	False	0.999201774597168	0		MOBB			mobilizable	plasmid	6264.0	99.87200000000001	100.0	0.20148749154834347	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0067_000000001509	6049	0.9310723739133474	6	3	3	2	2	True	116413	fragment	False	ISR0124_000000001916	0.2032425444696714		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	5972.0	99.9	99.0	0.1921504233877459	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0109_000000011412	2278	0.931062741563215	2	2	2	2	2	True	95823	fragment	False	FIJ0109_000000011412	0.9941557677544416		0	0	False	False	0.9986830353736877	0					non-mobilizable	no_good_hit	1201.0	79.684	68.0	0.45604606525911706	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0089_000000000918	18989	0.9310510365261524	19	5	3	5	2	True	64054	maximal	True	ENG0089_000000000918	0.9873623877685564		1	1	False	False	0.9998946785926819	0					non-mobilizable	no_good_hit	67.0	100.0	0.0	0.0009986835534976622	NZ_CABMGA010000015.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0004_000000014570	1813	0.931050467296686	3	3	3	2	2	False	103928	fragment	False	MON0059_000000018343	0.8436466110994018		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	96.594	100.0	0.0008490393340783286	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MAD0092_000000004515	3891	0.9310271227483584	6	2	1	1	2	False	16288	maximal	True	MAD0092_000000004515	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	76.423	3.0	0.00027583290042892017	NZ_LT699728.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
MAD0074_000000001171	3138	0.9310271227483584	6	2	1	1	2	False	16287	fragment	False	MAD0074_000000001171	1.0		0	0	False	False	0.9949012398719788	0					non-mobilizable	no_good_hit	123.0	76.423	4.0	0.00027583290042892017	NZ_LT699728.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
ISR0198_000000016528	1997	0.9310264436575052	3	3	3	3	3	False	38361	fragment	False	ISR0842_000000010322	0.9572969542763702		0	0	False	False	0.9829744696617126	0					non-mobilizable	no_good_hit	523.0	73.805	26.0	0.0001267569754952042	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0099_000000005162	3521	0.9310242281015576	3	3	2	3	3	False	87469	fragment	False	ENG0099_000000005162	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3465.0	99.134	98.0	0.02675957326823691	CP057058.1	enterobacteria	Escherichia coli strain RHB39-C17 plasmid pRHB39-C17_2, complete sequence	False	True
ISR0244_000000001960	8544	0.9310228570216601	7	4	3	4	2	False	61945	fragment	False	ENG0129_000000002447	0.6341193283315469		0	0	False	False	0.9996488690376282	0					non-mobilizable	no_good_hit	95.0	96.84200000000001	1.0	0.0011507338989068029	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0161_000000000622	19903	0.9310222695002136	12	9	7	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.9690062835306655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	92.135	1.0	0.2492836676217765	EU066914.1	bacteria	Uncultured bacterium clone LM0ACA8ZE11RM1 genomic sequence	True	True
MAD0088_000000002483	6671	0.9310127479438634	8	6	6	5	4	False	100453	maximal	True	MAD0088_000000002483	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2292.0	98.037	36.0	0.00035313058510084874	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CHI0167_000000001009	15048	0.9310042636470302	19	11	7	8	8	True	132133	maximal	True	CHI0167_000000001009	1.0	PS1142|PS519|PS520|PS623	5	3	False	True	0.9992690086364746	0					non-mobilizable	no_good_hit	1982.0	85.21700000000001	41.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0151_000000009601	2437	0.9310008824807908	4	3	2	1	3	False	103734	fragment	False	ENG0151_000000009601	0.9650363622843594		0	0	False	False	0.9930242300033569	0					non-mobilizable	chromosome	2438.0	95.365	100.0	0.00048619435559488753	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0042_000000007523	3544	0.9310008181262612	7	4	3	4	3	False	39282	maximal	True	ISR0042_000000007523	1.0		1	1	False	False	0.9997178316116333	0					non-mobilizable	no_good_hit	2508.0	94.896	71.0	0.04690951293474598	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
AST0090_000000007319	3253	0.93099987261288	3	2	0	2	0	True	109921	maximal	True	AST0090_000000007319	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
FIJ0103_000000014843	1508	0.9309900656066032	2	2	1	2	1	False	42571	fragment	False	FIJ0103_000000014843	1.0		0	0	False	False	0.9953581094741821	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000003192	5972	0.9309834767353742	7	6	5	5	4	True	87095	fragment	False	ISR0037_000000003192	1.0		0	0	False	False	0.9998325705528259	0					non-mobilizable	no_good_hit	2105.0	92.589	35.0	0.000741384536504102	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MAD0015_000000001830	7145	0.9309780718754942	6	5	4	5	3	True	19576	fragment	False	MAD0015_000000001830	0.9907352062163778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	74.308	12.0	0.0002756331006110593	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0075_000000013470	1848	0.930977367974638	3	3	3	3	2	True	10344	maximal	True	MON0075_000000013470	1.0		0	0	False	False	0.9978355169296265	0					non-mobilizable	plasmid	1191.0	99.83200000000001	100.0	0.008543081539764814	CP049969.1	enterobacteria	Escherichia coli strain ARL09/232 plasmid pCO_Eco4457-2, complete sequence	False	True
CHI0046_000000002534	4659	0.930972429668396	4	1	1	1	1	True	94223	fragment	False	ISR0094_000000004547	0.651596109056035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.685627932870451e-07	CP050583.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 30a	True	True
ISR0094_000000010106	1841	0.930972429668396	2	1	1	1	1	True	33454	maximal	True	ISR0094_000000010106	1.0		1	1	True	True	1.0	25					non-mobilizable	no_good_hit	369.0	86.992	34.0	0.0989247311827957	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0028_000000009161	1567	0.930972429668396	2	1	1	1	1	True	88662	fragment	False	CHI0137_000000010101	0.9669260590919576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	97.059	17.0	0.0728494623655914	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
USA0047_01_000000030082	1205	0.930972429668396	1	1	1	1	1	True	1142	fragment	False	USA0047_01_000000030082	1.0		0	0	False	False	0.996680498123169	0					non-mobilizable	no_good_hit								True	True
TAN0016_000000000437	11388	0.9309654212676048	14	6	4	5	2	True	97620	fragment	False	TAN0016_000000000437	0.9868204224183792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	81.927	11.0	0.07768615537231074	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
TAN0011_000000000235	11241	0.9309654212676048	13	6	4	5	2	True	97620	fragment	False	TAN0016_000000000437	0.9817112559589593		0	0	False	False	0.9971532821655273	0					non-mobilizable	no_good_hit	1248.0	81.17	11.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0153_000000002553	10930	0.9309654212676048	12	6	4	5	2	True	97620	fragment	False	TAN0016_000000000437	0.9617254745137873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	81.854	9.0	0.06280612561225123	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0164_000000002171	10567	0.9309654212676048	11	6	4	5	2	True	97618	fragment	False	FIJ0082_000000001939	0.6500773355337655		0	0	False	False	0.9999053478240967	0					non-mobilizable	no_good_hit	1222.0	81.506	11.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ISR0022_000000002595	9957	0.9309654212676048	12	6	4	5	2	True	97618	fragment	False	FIJ0082_000000001939	0.5602333318190342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.58800000000001	12.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0024_000000002044	9641	0.9309654212676048	10	6	4	5	2	True	97618	fragment	False	FIJ0082_000000001939	0.2824994815388525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	81.854	10.0	0.06280612561225123	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ISR0050_000000002004	9548	0.9309654212676048	10	6	4	5	2	True	97618	fragment	False	FIJ0082_000000001939	0.3709760307747726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	80.957	10.0	0.05952011904023808	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
CHI0042_000000004476	2704	0.930962999901944	5	4	2	2	4	True	87485	fragment	False	CHI0042_000000004476	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2722.0	89.64	100.0	0.32482542740187814	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
USA0047_01_000000002184	12568	0.930962661899794	7	6	5	3	4	False	48221	maximal	True	USA0047_01_000000002184	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	82.09100000000001	11.0	0.0005495086289176779	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
DEN0063_000000015168	3023	0.9309610928301312	3	2	2	2	2	False	72538	maximal	True	DEN0063_000000015168	1.0		50	10	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	75.0	14.0	0.0031385715849786503	NZ_DS544172.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_5, whole genome shotgun sequence	True	False
ENG0165_000000002880	5979	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9963343728273503	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9998327493667603	23					non-mobilizable	no_good_hit	2197.0	89.486	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0126_000000008134	5941	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996723693338135	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	342					non-mobilizable	no_good_hit	2185.0	89.65700000000001	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0144_000000000787	5923	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995060930176628	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0122_000000002550	5923	0.930960429537002	9	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9992049345390408	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9998311400413513	25					non-mobilizable	no_good_hit	1758.0	88.339	41.0	0.19519519519519518	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0123_000000002837	5923	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996730183615258	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9993246793746948	14					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0174_000000004641	5923	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995052651135365	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0027_000000003092	5923	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995018991507727	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	99					non-mobilizable	no_good_hit	1567.0	87.62	41.0	0.17395172950728507	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0052_000000004919	5923	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996733290259571	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0024_000000004475	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9993275121010197	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	153					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0183_000000006016	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9993171359408808	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	2185.0	89.70299999999999	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0110_000000003227	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995067581028593	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	237					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0095_000000003899	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996701382933433	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0324_000000005372	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996452632304759	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	2185.0	89.65700000000001	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0258_000000002316	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996701382933433	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9998311400413513	29					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0038_000000003407	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9987269925104569	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1757.0	88.275	38.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0101_000000002096	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995032493904554	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	719					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0083_000000003649	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995095309472847	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9993245601654053	23					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0052_000000005239	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9989527048426163	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	2197.0	89.531	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0039_000000004942	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996452632304759	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	2185.0	89.65700000000001	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0094_000000003283	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996701382933433	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9988179802894592	18					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0095_000000004409	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9991137667179947	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	2197.0	89.531	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0093_000000003417	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9991074256084499	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1757.0	88.275	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0051_000000007005	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9994408345127901	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	2197.0	89.57700000000001	41.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0018_000000003680	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9994961276816193	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0195_000000003549	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9993169523003083	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0106_000000003543	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995306643832523	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0015_000000003491	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995393959977945	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	418					non-mobilizable	no_good_hit	1954.0	89.09899999999999	41.0	0.21699477255032812	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0316_000000002686	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996702401948744	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2176.0	89.522	40.0	0.24168613057501948	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0381_000000002489	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996701382933433	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0331_000000003294	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996701382933433	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	211					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0138_000000003529	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996701382933433	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0101_000000004800	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.998918162300525	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.999493420124054	24					non-mobilizable	no_good_hit	2185.0	89.611	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0111_000000003756	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.999178434706979	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9998311400413513	8					non-mobilizable	no_good_hit	1757.0	88.33200000000001	38.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0080_000000004718	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9990473150425138	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9983114004135132	19					non-mobilizable	no_good_hit	2185.0	89.65700000000001	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0122_000000004525	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996452632304759	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	2185.0	89.65700000000001	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0358_000000002619	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996701382933433	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0140_000000005067	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996452632304759	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	2185.0	89.65700000000001	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0056_000000003099	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996633192347979	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0378_000000003191	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9994961092622274	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	2197.0	89.531	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0285_000000001906	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996701382933433	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	97					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0275_000000002209	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.999507541110754	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	114					non-mobilizable	no_good_hit	2197.0	89.57700000000001	37.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0295_000000004990	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9994888143602647	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	2185.0	89.70299999999999	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0016_000000003793	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9990319456104227	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	97					non-mobilizable	no_good_hit	2197.0	89.531	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0388_000000004867	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996452632304759	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	2185.0	89.65700000000001	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0328_000000004189	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996733509899921	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	2118.0	89.37700000000001	41.0	0.23523523523523523	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0384_000000002046	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996701382933433	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	113					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0246_000000002567	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996701382933433	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1757.0	88.33200000000001	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0108_000000004163	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995199034761473	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	187					non-mobilizable	no_good_hit	1928.0	90.353	41.0	0.21410299188076967	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0021_000000003099	5922	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9994945622064404	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	375					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0305_000000002282	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9989442449653722	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	2197.0	89.486	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0200_000000003243	5922	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9993323224024183	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0102_000000004666	5921	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9991524955415437	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.998479962348938	21					non-mobilizable	no_good_hit	2185.0	89.611	40.0	0.24268713157602045	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
CAN0013_000000004225	5919	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995128142931609	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1821.0	88.68799999999999	38.0	0.2022022022022022	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0008_000000003713	5914	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9991277109651312	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0187_000000004004	5911	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995400520841244	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1829.0	88.62799999999999	41.0	0.20309198086975866	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0335_000000002485	5909	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996588662173105	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9972922801971436	8					non-mobilizable	no_good_hit	1821.0	88.68799999999999	41.0	0.2022022022022022	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0020_000000003067	5902	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.999606759955555	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0229_000000002480	5902	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996725701647445	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0366_000000002241	5902	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996711886096109	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0159_000000003615	5902	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9994893513791379	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0325_000000002784	5902	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996053829125005	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0204_000000001561	5902	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.999437425986441	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	2197.0	89.62200000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0125_000000003959	5902	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9992573493753254	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9998305439949036	21					non-mobilizable	no_good_hit	2197.0	89.486	41.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0831_000000002620	5902	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.999626432439531	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9994916915893555	12					non-mobilizable	no_good_hit	1821.0	88.68799999999999	41.0	0.2022022022022022	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0024_000000005070	5902	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996711883786202	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1974.0	89.15899999999999	41.0	0.21921921921921922	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0157_000000004659	5902	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9993714344671235	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	161					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
DEN0094_000000004828	5902	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996667308582216	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0019_000000004354	5902	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9994373737816187	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0838_000000003200	5902	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.999626432439531	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1821.0	88.68799999999999	41.0	0.2022022022022022	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0364_000000002406	5902	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996725701647445	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9998305439949036	25					non-mobilizable	no_good_hit	1616.0	87.93299999999999	41.0	0.17940162384606828	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0311_000000002610	5902	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9994113460209877	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9991528391838074	6					non-mobilizable	no_good_hit	2197.0	89.62200000000001	41.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0087_000000003900	5902	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996318818171281	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0113_000000005708	5902	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.999626432439531	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9972890615463257	16					non-mobilizable	no_good_hit	1821.0	88.68799999999999	41.0	0.2022022022022022	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0849_000000004089	5902	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9994359839590038	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0029_000000007735	5902	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996233935982302	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	76					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0248_000000000983	5902	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996624663311413	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
DEN0051_000000006653	5901	0.930960429537002	9	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995060569912757	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	79					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0365_000000002391	5900	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9989968276703868	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9996610283851624	11					non-mobilizable	no_good_hit	2197.0	89.531	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0029_000000003886	5898	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.999529280971939	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0827_000000001641	5898	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9994831133468735	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	2197.0	89.531	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0804_000000003009	5890	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9995446406446201	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9994906783103943	11					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0031_000000004263	5890	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9992934490066316	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0216_000000003424	5882	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9984477315683609	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2197.0	89.57700000000001	37.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0031_000000003371	5882	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9992866000845201	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.999489963054657	15					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0053_000000005337	5882	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9989479468825048	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2197.0	89.531	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0048_000000003597	5877	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9992412498837135	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0279_000000002894	5851	0.930960429537002	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9993153464082899	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	119					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0098_000000005879	5837	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9976454036227328	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	2197.0	89.57700000000001	38.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0096_000000005997	5646	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9652263280864839	PS348|PS349|PS350|PS554|PS860	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2197.0	89.531	42.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0086_000000004341	5498	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9419897577107108	PS348|PS349|PS350|PS554|PS860	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1152.0	94.184	37.0	0.12801690579468358	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0775_000000003125	5458	0.930960429537002	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9316130211020135	PS348|PS349|PS350|PS554|PS860	0	0	False	True	0.9989007115364075	0					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0265_000000002929	5179	0.930960429537002	8	4	1	2	3	False	73942	backbone	True	ISR0265_000000002929	0.96611328125	PS348|PS350	52	5	False	True	1.0	0					non-mobilizable	no_good_hit	2197.0	89.531	47.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0177_000000005021	5120	0.930960429537002	7	4	1	2	3	False	73942	backbone	False	ISR0265_000000002929	0.9532017704375062	PS348|PS350	0	0	True	True	0.999804675579071	11					non-mobilizable	no_good_hit	1757.0	88.33200000000001	48.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0048_000000018209	1136	0.9309588610161208	2	2	2	2	2	False	6616	maximal	True	SPA0048_000000018209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	93.258	70.0	0.012156898545432414	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ENG0017_000000011242	1845	0.9309583947092076	2	2	2	2	2	False	66692	fragment	False	ENG0017_000000011242	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1845.0	97.88600000000001	100.0	0.006513057921334417	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
FIJ0002_000000001506	19242	0.930956107621763	12	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9586292483679933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	92.0	1.0	0.0011738378319009308	NZ_VZBY01000014.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_7_length_145674_cov_20.4108_ID_13, whole genome shotgun sequence	True	True
MAD0105_000000000652	23558	0.9309552313488588	40	3	1	3	1	False	15947	maximal	True	MAD0105_000000000652	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	3.6275714244824704e-07	LR606181.1	hawks & eagles	Aquila chrysaetos chrysaetos genome assembly, chromosome: 1	True	False
SPA0054_000000002251	9559	0.9309551767478674	9	5	1	3	3	True	121590	fragment	False	SPA0054_000000002251	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	9573.0	97.921	100.0	0.003978733465652516	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
USA0005_01_000000007223	5038	0.9309518653079292	6	5	5	4	4	False	129606	fragment	False	USA0005_01_000000007223	1.0		0	0	False	True	0.9948392510414124	0					non-mobilizable	no_good_hit	1800.0	99.0	85.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0213_000000000933	18980	0.9309477147426064	24	10	6	8	8	False	107495	maximal	True	ISR0213_000000000933	1.0		1	1	False	False	0.9993677735328674	0					non-mobilizable	no_good_hit	761.0	74.376	4.0	0.00020660812769715246	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0191_000000004239	2357	0.9309461334958932	3	2	2	2	2	False	68640	fragment	False	ISR0191_000000004239	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1850.0	95.459	89.0	0.011144822250963991	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
USA0048_01_000000008169	1949	0.9309461334958932	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9297212992025022	PS319	0	0	False	True	0.9979476928710938	0					non-mobilizable	plasmid	1861.0	94.573	97.0	0.011187129059942704	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0197_000000013204	1938	0.9309461334958932	3	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.7846219659471174	PS319	0	0	False	True	0.9989680051803589	0					non-mobilizable	plasmid	1938.0	98.45200000000001	100.0	0.010430914710982347	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0091_000000015630	1926	0.9309461334958932	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9273052795651356	PS319	0	0	False	True	1.0	0					non-mobilizable	plasmid	1843.0	99.78299999999999	96.0	0.009919331387521674	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0261_000000009553	1923	0.9309461334958932	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9262968784111162	PS319	0	0	True	True	0.9953197836875916	5					non-mobilizable	plasmid	1845.0	98.04899999999999	100.0	0.009930101562752426	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0247_000000007525	1843	0.9309461334958932	2	2	2	2	2	False	68624	backbone	False	MON0007_000000032266	0.9242674405017153	PS319	0	0	False	True	1.0	0					non-mobilizable	plasmid	1844.0	99.566	100.0	0.009919331387521674	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0055_000000004999	3856	0.9309417692417468	8	2	2	2	1	True	91105	fragment	False	ENG0055_000000004999	1.0		0	0	False	False	0.9966286420822144	0					non-mobilizable	other	3629.0	95.316	94.0	0.0009712822344793678	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0340_000000006846	3625	0.9309417692417468	6	2	2	2	1	True	91104	fragment	False	ISR0340_000000006846	1.0		0	0	False	False	0.9980689883232117	0					non-mobilizable	other	3076.0	95.936	91.0	0.0008231931593023371	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0030_000000014067	2475	0.9309417692417468	5	2	2	2	1	True	79843	fragment	False	SPA0064_000000008557	0.9728867623604466		0	0	False	False	0.9579797983169556	0					non-mobilizable	other	2475.0	96.485	100.0	0.000705347296586849	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ENG0009_000000006202	1989	0.9309417692417468	3	2	2	2	1	True	79842	fragment	False	ENG0009_000000006202	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1989.0	96.682	100.0	0.0005667867524715666	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
MON0004_000000028111	1602	0.9309408035777296	3	2	2	2	2	False	14208	fragment	False	MON0004_000000028111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	90.40299999999999	44.0	0.41774383078730903	HG796474.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01385	True	False
AST0024_000000004963	6017	0.9309347002190552	5	5	5	5	5	False	121794	maximal	True	AST0024_000000004963	1.0		4	1	False	False	0.9963436722755432	0					non-mobilizable	no_good_hit	284.0	73.592	7.0	4.765499830901619e-05	CP047650.1	b-proteobacteria	Xylophilus sp. KACC 21265 chromosome, complete genome	True	False
ISR0082_000000000089	89678	0.930932223106122	104	41	19	33	25	True	65909	maximal	True	ISR0082_000000000089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	87.59700000000001	1.0	0.00030830725467443775	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
USA0006_01_000000006306	3880	0.930927735128244	4	3	3	2	3	False	92463	fragment	False	USA0006_01_000000006306	1.0		0	0	False	False	0.9989690780639648	0					non-mobilizable	other	3893.0	96.044	100.0	0.15922107674684993	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0038_000000017474	1504	0.9309244674479052	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.36620233136731983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	99.522	14.0	5.7761412044365206e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0016_000000013804	2408	0.9309236089505784	3	3	3	3	3	False	7881	fragment	False	SPA0016_000000013804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	2.619529113446567e-05	NZ_MDGQ01000003.1	CFB group bacteria	Roseivirga misakiensis strain SK-8 scaffold3_cov71_read188, whole genome shotgun sequence	True	False
SPA0008_000000012463	2438	0.930920712019514	6	2	2	1	1	True	117386	maximal	True	SPA0008_000000012463	1.0		1	1	False	False	0.9942575693130493	0					non-mobilizable	no_good_hit	2134.0	95.455	87.0	0.032408252693080154	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
CHI0132_000000008041	3996	0.930916647510484	5	4	4	4	4	False	80942	fragment	False	CHI0132_000000008041	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3995.0	100.0	99.0	0.0020801021614521758	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
FIJ0018_000000000033	100732	0.9309157162827676	119	27	15	23	14	True	50071	maximal	True	FIJ0018_000000000033	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	85.35799999999999	0.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
CHI0136_000000001577	9236	0.9309064771562392	11	8	4	5	7	True	122512	maximal	True	CHI0136_000000001577	1.0		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	6263.0	98.675	69.0	0.7794245858761988	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0060_000000009417	3029	0.9308995764072734	3	3	2	3	2	False	127572	fragment	False	AST0006_000000004690	0.9585558436032632		0	0	False	False	0.9986794590950012	0					non-mobilizable	other	3060.0	82.484	100.0	0.0832190465741401	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
FIJ0017_000000009552	2951	0.9308995764072734	3	3	2	3	2	False	127572	fragment	False	AST0006_000000004690	0.9402147975442912		0	0	False	False	0.9983056783676147	0					non-mobilizable	chromosome	2978.0	82.505	100.0	0.0012658005309330006	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0028_000000006299	2929	0.9308979066361524	5	3	2	2	2	False	67200	fragment	False	ISR0028_000000006299	1.0		0	0	False	False	0.9976100921630859	0					non-mobilizable	chromosome	2772.0	93.29	94.0	0.0011378714761195246	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0107_000000010266	5097	0.9308916599406426	6	5	3	4	3	False	63164	maximal	True	MON0107_000000010266	1.0		4	1	False	False	0.9998037815093994	0					non-mobilizable	no_good_hit	1147.0	96.861	23.0	0.00033940722202889105	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0108_000000015892	1780	0.9308915160208484	3	1	1	1	1	False	107172	fragment	False	AST0108_000000015892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	82.71600000000001	5.0	0.0001062160274674647	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ENG0134_000000003648	8656	0.9308908787803644	11	6	3	4	5	True	118481	maximal	False	SPA0144_000000001669	0.9950183657151912		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	2253.0	84.421	63.0	0.18144413069786205	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0144_000000001669	8399	0.9308908787803644	10	6	3	4	5	True	118481	maximal	True	SPA0144_000000001669	0.9972161074303302		21	7	True	True	1.0	84					non-mobilizable	no_good_hit	2253.0	84.421	63.0	0.18144413069786205	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0164_000000002834	8392	0.9308908787803644	10	6	3	4	5	True	118481	maximal	False	SPA0144_000000001669	0.9940885932250426		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2253.0	84.421	63.0	0.18144413069786205	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0821_000000002827	8378	0.9308908787803644	10	6	3	4	5	True	118481	maximal	False	SPA0144_000000001669	0.9969907296445203		0	0	True	True	1.0	61					non-mobilizable	no_good_hit	2253.0	84.376	63.0	0.18144413069786205	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0029_000000003622	8338	0.9308908787803644	10	6	3	4	5	True	118481	maximal	False	SPA0144_000000001669	0.9910813965739453		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	2253.0	84.421	61.0	0.18144413069786205	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0256_000000003793	4674	0.9308849576477252	4	3	3	3	3	False	58762	maximal	True	ISR0256_000000003793	1.0		0	0	False	False	0.988018810749054	0					non-mobilizable	no_good_hit	1823.0	100.0	39.0	0.0023041940885154513	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ENG0087_000000017860	1459	0.9308835857938056	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.4284819582292491		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	95.134	100.0	0.006562346833191134	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0016_000000028127	1369	0.9308818780990036	2	1	1	1	1	False	13330	fragment	False	MON0016_000000028127	1.0		0	0	False	False	0.972242534160614	0					non-mobilizable	no_good_hit	68.0	86.765	5.0	0.0002470036976822205	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0029_000000008570	5336	0.9308817062571272	7	4	2	3	3	False	114899	fragment	False	ISR0029_000000008570	1.0		0	0	False	False	0.9983133673667908	0					non-mobilizable	no_good_hit	1263.0	93.508	24.0	0.00035132407697393604	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0149_000000005635	5917	0.930881366165142	7	5	4	5	5	False	3319	maximal	True	SPA0149_000000005635	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	1.0	0.00021963722560887168	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
ENG0148_000000003426	10223	0.9308803138718129	10	6	3	5	6	False	128485	fragment	False	ENG0148_000000003426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3758.0	80.415	63.0	0.0010649463686864809	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0080_000000004603	5124	0.930874107956388	6	5	2	3	5	True	80526	fragment	False	ENG0080_000000004603	0.9996737009381137		0	0	False	False	1.0	0	rep_cluster_722	MOBV			mobilizable	no_good_hit	1441.0	92.78299999999999	28.0	0.2929560260586319	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
MAD0107_000000007482	5104	0.930874107956388	6	5	2	3	5	True	80526	fragment	False	ENG0080_000000004603	0.9968120686993786		0	0	False	False	1.0	0	rep_cluster_722	MOBV			mobilizable	no_good_hit	1441.0	92.78299999999999	28.0	0.2929560260586319	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
ISR0060_000000012932	2152	0.9308663282041708	3	2	2	2	2	False	35410	maximal	True	ISR0060_000000012932	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	89.351	28.0	0.0028077917404520877	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
ISR0128_000000000185	55440	0.9308661458161632	92	26	11	18	15	True	112995	maximal	True	ISR0128_000000000185	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4834.0	92.098	59.0	0.08547478112926665	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0026_000000001409	18088	0.9308661254537918	11	6	4	6	3	False	108040	maximal	True	DEN0026_000000001409	1.0		1	1	False	False	0.9999446868896484	0					non-mobilizable	no_good_hit	180.0	82.77799999999999	1.0	0.2048611111111111	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
ISR0058_000000014338	1823	0.930864371150576	5	3	1	3	1	False	35492	fragment	False	ISR0058_000000014338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0305_000000007384	2371	0.9308626119635351	5	2	1	1	2	False	25478	fragment	False	ISR0305_000000007384	1.0		0	0	False	False	0.998734712600708	0					non-mobilizable	no_good_hit	38.0	100.0	2.0	0.00018955209352602756	NZ_FOJY01000004.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
FIJ0011_000000008559	4936	0.9308567629619772	5	5	5	5	5	False	131413	fragment	False	ISR0058_000000003113	0.19953329116768606		0	0	False	False	0.9995948076248169	0					non-mobilizable	no_good_hit	807.0	74.969	16.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
CHI0053_000000008834	1315	0.9308524642581836	2	1	1	1	1	True	86420	fragment	False	MON0081_000000039264	0.9541008276899925		0	0	False	False	0.9946768283843994	0					non-mobilizable	plasmid	1323.0	95.76700000000001	100.0	0.019977481589678048	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ENG0104_000000004722	5774	0.9308521668679184	11	4	3	3	2	True	110679	fragment	False	CAN0012_000000009407	0.6107982233777144		0	0	False	False	0.9989608526229858	0					non-mobilizable	no_good_hit	3808.0	98.60799999999999	89.0	0.0010194848267612224	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CHI0112_000000000667	18739	0.9308498572577968	29	12	7	12	7	False	82465	maximal	True	CHI0112_000000000667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	97.156	3.0	0.9984202211690363	EU061676.1	bacteria	Uncultured bacterium clone HA0AAA10ZC08RM1 genomic sequence	True	False
FIJ0091_000000000942	20711	0.9308338408018462	19	14	7	11	7	True	122766	maximal	True	FIJ0091_000000000942	1.0		2	1	False	False	0.9999517202377319	0					non-mobilizable	no_good_hit	5635.0	94.374	69.0	0.02309513356938592	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0145_000000008418	3774	0.9308291667007654	8	4	2	3	3	False	31075	maximal	True	ISR0145_000000008418	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	90.087	18.0	0.0013895960839762328	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0128_000000006383	5345	0.930824518587565	7	5	2	2	5	False	97200	backbone	True	ISR0128_000000006383	1.0	PS524	2	1	True	True	1.0	145	rep_cluster_870	MOBV			mobilizable	no_good_hit	1742.0	95.35	74.0	0.32210292484265085	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	True	True
ENG0113_000000001998	12087	0.9308143993990212	14	9	8	8	5	False	59629	maximal	True	ENG0113_000000001998	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	95.67200000000001	9.0	0.0003446969249176678	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0041_000000000257	31749	0.9308007680398742	35	15	9	12	11	False	18313	maximal	True	MAD0041_000000000257	1.0		1	1	False	False	0.9988031387329102	0					non-mobilizable	no_good_hit	1954.0	99.13	6.0	0.012587412587412588	NZ_OLMR01000004.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0383_000000004171	3096	0.9307883865769886	3	3	1	2	3	False	120139	fragment	False	ISR0383_000000004171	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1554.0	93.05	100.0	0.2981642512077295	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
FIJ0064_000000010171	2666	0.93078458180498	6	5	1	1	5	True	45499	maximal	True	FIJ0064_000000010171	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2660.0	99.962	99.0	0.023928439656956707	CP031803.1	enterobacteria	Klebsiella pneumoniae strain MSB1_8A-sc-2280397 plasmid unnamed3, complete sequence	False	True
FIJ0049_000000005826	2910	0.93078331601238	4	4	4	2	3	True	46675	fragment	False	FIJ0049_000000005826	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2916.0	98.56	100.0	0.06341813750027205	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	False	True
FIJ0038_000000030209	1191	0.9307832450179726	4	2	0	2	1	True	47600	maximal	True	FIJ0038_000000030209	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0013_000000015807	3131	0.9307697847345476	4	4	2	4	1	True	38136	fragment	False	MON0013_000000015807	1.0		0	0	False	False	0.990737795829773	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0009607136730142391	NZ_BILU01000094.1	firmicutes	Paenibacillus alginolyticus DSM 5050 = NBRC 15375 PAL01S_CON00094, whole genome shotgun sequence	True	True
ENG0128_000000021635	1373	0.9307682553577096	2	1	1	1	1	False	58593	fragment	False	ENG0128_000000021635	1.0		0	0	False	False	0.9970866441726685	0					non-mobilizable	no_good_hit	618.0	75.243	45.0	0.0039515881465418705	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
MON0001_000000021513	1610	0.9307680948267504	3	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9260199559971821		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	82.396	96.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0086_01_000000002245	9540	0.9307621637490168	12	5	3	5	1	True	122755	fragment	False	USA0086_01_000000002245	1.0		0	0	False	False	0.9992662668228149	0					non-mobilizable	no_good_hit	1123.0	93.14299999999999	23.0	0.004603435754992184	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0042_000000004731	5045	0.9307561125370472	9	4	2	2	4	True	64459	maximal	False	ENG0046_000000003319	0.6340887629839471		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1700.0	85.824	57.0	0.3408450704225352	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
SPA0090_000000002569	10046	0.9307487101263898	7	5	4	5	4	False	115941	fragment	False	SPA0090_000000002569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	96.251	15.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
MAD0099_000000007611	3817	0.9307481321302784	4	4	2	3	1	True	99975	maximal	False	ISR0331_000000005321	0.9645554605818842		0	0	True	True	0.9979041218757629	2					non-mobilizable	no_good_hit	2025.0	90.617	73.0	0.6477784932388925	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0104_000000019935	1878	0.9307450884749394	3	2	2	2	1	False	4825	maximal	True	SPA0104_000000019935	1.0		47	11	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.185620535456805e-07	CP039350.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu01	True	False
MAD0011_000000005035	2723	0.930736646316866	4	2	2	2	1	True	79683	maximal	True	MAD0011_000000005035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	88.208	68.0	0.019069223407648956	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0146_000000008493	2784	0.9307312673076632	4	3	3	3	3	False	95677	fragment	False	CAN0006_000000016678	0.26639928228402554		0	0	False	False	0.982758641242981	0					non-mobilizable	chromosome	2745.0	99.67200000000001	99.0	0.000557111547172263	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
MAD0045_000000001134	15157	0.9307299429621071	26	9	3	7	5	True	17918	maximal	True	MAD0045_000000001134	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	91.28200000000001	15.0	0.00026532689645058106	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0286_000000002658	4785	0.9307166102975359	8	7	6	6	5	False	129924	maximal	True	ISR0286_000000002658	1.0		8	2	False	False	0.9979101419448853	0					non-mobilizable	no_good_hit	1412.0	94.68799999999999	57.0	0.035307116669177845	NZ_CYZN01000032.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AUS0002_000000020803	1784	0.9307104014853952	3	2	1	2	2	False	102891	maximal	True	AUS0002_000000020803	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0170_000000004810	2066	0.9307053507940641	3	3	2	2	3	False	91198	fragment	False	CHI0170_000000004810	0.9827848703095202		0	0	False	False	1.0	0					non-mobilizable	plasmid	2066.0	99.226	100.0	0.06666451446280992	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0102_000000011620	2641	0.93069558349175	4	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.739117608598426		0	0	False	False	1.0	0					non-mobilizable	other	2641.0	99.773	100.0	0.08369527311923407	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0147_000000003246	5724	0.9306921466374825	11	7	2	4	6	True	88668	fragment	False	CHI0147_000000003246	0.9964206544007143		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	4182.0	99.976	77.0	0.5062356217459741	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0173_000000002922	5686	0.9306921466374825	11	7	2	4	6	True	88668	fragment	False	CHI0147_000000003246	0.9925203721504952		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	4150.0	98.964	76.0	0.5012713403559753	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0104_000000001088	5666	0.9306921466374825	12	7	2	4	6	True	88668	fragment	False	CHI0147_000000003246	0.9924651980717082		0	0	False	False	0.9998235106468201	0	rep_cluster_1085				non-mobilizable	no_good_hit	4123.0	99.709	76.0	0.4989708197118295	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CAN0011_000000007826	3960	0.9306855995931322	5	4	4	4	3	False	94514	fragment	False	CAN0011_000000007826	1.0		0	0	False	False	0.9944444298744202	0					non-mobilizable	other	3960.0	99.67200000000001	100.0	0.000620788041731257	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
ENG0060_000000001922	11463	0.9306795799917106	10	7	3	5	6	True	128768	backbone	True	ENG0060_000000001922	0.9863431438832166	PS1052	9	1	True	True	0.999302089214325	24	IncW	MOBF			mobilizable	other	8024.0	99.93799999999999	99.0	0.003363959635838686	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
FIJ0135_000000020213	1407	0.9306789427226008	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.09821236970175952		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	78.556	99.0	0.019327309236947792	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0116_000000002655	7349	0.9306783228503572	8	4	2	3	3	False	87574	maximal	True	ENG0116_000000002655	1.0		0	0	False	False	0.9997278451919556	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00020473822755191578	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	True	False
AST0059_000000002470	5398	0.9306746182242392	7	2	1	1	1	True	112907	maximal	False	ENG0110_000000005423	0.9999078738329639		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	474.0	92.194	11.0	0.15605410755526228	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
AUS0018_000000004897	5398	0.9306746182242392	7	2	1	1	1	True	112907	maximal	False	ENG0110_000000005423	0.9998162483977431		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	474.0	92.194	11.0	0.15605410755526228	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ISR0254_000000001781	4625	0.9306746182242392	6	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.9710226146038922		0	0	True	True	0.9997837543487549	23					non-mobilizable	no_good_hit	174.0	96.552	4.0	0.13823767178658045	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0083_000000004910	4605	0.9306746182242392	6	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.9707121057564423		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	131.0	96.947	5.0	0.10347615198059822	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0190_000000006663	4604	0.9306746182242392	6	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.9609668204890219		0	0	True	True	1.0	34					non-mobilizable	no_good_hit	131.0	96.947	5.0	0.10347615198059822	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0197_000000005042	4604	0.9306746182242392	6	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.9706608007708541		0	0	True	True	1.0	47					non-mobilizable	no_good_hit	133.0	96.241	5.0	0.10509296685529507	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0093_000000004924	4585	0.9306746182242392	6	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.9712586004781856		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	161.0	97.516	3.0	0.12772837510105092	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0378_000000004609	4584	0.9306746182242392	6	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.9698658928274075		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	123.0	96.74799999999999	5.0	0.09781729991915926	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0150_000000003421	4584	0.9306746182242392	6	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.971421368802122		0	0	True	True	0.9995636940002441	20					non-mobilizable	no_good_hit	174.0	95.977	4.0	0.13823767178658045	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0062_000000005332	4560	0.9306746182242392	6	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.9704611092946216		0	0	True	True	0.9991227984428406	4					non-mobilizable	no_good_hit	174.0	95.402	4.0	0.13823767178658045	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0100_000000002373	4546	0.9306746182242392	6	2	1	1	1	True	121684	maximal	True	ISR0100_000000002373	0.9714255569218359		13	3	True	True	0.9984601736068726	11					non-mobilizable	no_good_hit	175.0	96.0	4.0	0.13823767178658045	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0203_000000003936	4475	0.9306746182242392	5	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.9365612385591444		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	154.0	97.40299999999999	6.0	0.12368633791430882	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ENG0074_000000004946	4399	0.9306746182242392	4	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.9153356137659621		0	0	True	True	0.9979540705680847	9					non-mobilizable	no_good_hit	159.0	97.484	4.0	0.12611156022635409	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0088_000000002767	4397	0.9306746182242392	5	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.915398512734123		0	0	True	True	1.0	30					non-mobilizable	no_good_hit	159.0	96.855	4.0	0.12611156022635409	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0061_000000008979	4377	0.9306746182242392	6	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.8860055147994929		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	1.0	0.039611964430072755	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
AST0111_000000004572	4374	0.9306746182242392	6	2	1	1	1	True	121684	maximal	False	ISR0100_000000002373	0.8858120637307823		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	1.0	0.037186742118027485	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
CAN0006_000000010867	4139	0.9306746182242392	6	2	1	1	1	True	95745	maximal	True	CAN0006_000000010867	1.0		1	1	True	True	0.9995167851448059	6					non-mobilizable	no_good_hit								True	True
MON0046_000000009041	3382	0.9306746182242392	4	2	1	1	1	True	11534	maximal	True	MON0046_000000009041	1.0		1	1	False	False	0.9958604574203491	0					non-mobilizable	no_good_hit	91.0	96.70299999999999	3.0	0.0015638846895688892	NZ_JH379366.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld77, whole genome shotgun sequence	True	True
MON0081_000000015691	3596	0.9306737041090704	4	3	2	2	3	False	106602	fragment	False	SPA0106_000000009886	0.9536919563562548		0	0	False	False	1.0	0					non-mobilizable	other	3596.0	99.527	100.0	0.0010260605098850013	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0090_000000004914	2563	0.9306704737495848	4	4	4	4	2	False	131445	maximal	True	MAD0090_000000004914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	77.562	61.0	0.022116242748772868	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0111_000000003657	8267	0.9306681277202914	10	7	6	7	4	True	91792	fragment	False	SPA0111_000000003657	1.0		0	0	False	False	0.9985484480857849	0					non-mobilizable	no_good_hit	496.0	72.17699999999999	6.0	0.008571378896674026	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0024_000000012766	3545	0.9306491199420559	6	5	4	4	3	False	42460	fragment	False	MON0024_000000012766	0.9960208142026323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	80.24600000000001	55.0	0.035484170027349	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
AUS0024_000000003350	8688	0.930644331066827	12	8	5	4	5	True	126522	backbone	False	ISR0029_000000004601	0.722064383582436	PS624|PS966	0	0	False	True	0.9994245171546936	0					non-mobilizable	no_good_hit	3742.0	93.8	77.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0146_000000014014	1642	0.93063869914455	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.31735782345354385		0	0	False	False	0.9981729388237	0					non-mobilizable	other	1633.0	95.101	99.0	0.00045292722617480604	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0045_000000017217	1159	0.9306345787769086	2	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.4311246475901709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	4.127695273454234e-05	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0141_000000008918	3979	0.9306328576011632	5	5	3	4	3	False	119916	fragment	False	ISR0141_000000008918	1.0		0	0	False	False	0.9994973540306091	0					non-mobilizable	no_good_hit	321.0	98.75399999999999	8.0	8.908375961304242e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0155_000000000030	62555	0.930632772509837	53	9	3	9	3	True	113175	fragment	False	SPA0155_000000000030	0.9189034605070541		0	0	False	False	1.0	0					non-mobilizable	virus	31117.0	97.31700000000001	97.0	0.31442668365231985	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0295_000000002475	10123	0.9306244342322164	12	6	4	5	6	False	32139	fragment	False	ISR0295_000000002475	1.0		0	0	False	False	0.9996048808097839	0					non-mobilizable	no_good_hit	131.0	83.206	1.0	0.0009260455700564242	NZ_FQXK01000011.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
FIJ0048_000000001285	18514	0.9306155436314556	23	7	7	7	4	True	60382	fragment	False	FIJ0048_000000001285	1.0		0	0	False	False	0.9997299313545227	0					non-mobilizable	no_good_hit	440.0	85.455	2.0	0.010448897986385491	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0140_000000024624	1215	0.9306074779219954	1	1	1	1	1	False	80194	fragment	False	CHI0140_000000024624	0.9322644989356342		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	82.507	99.0	0.0002728729356394112	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	False
FIJ0172_000000010075	2642	0.930596750132259	4	2	2	1	1	False	38745	maximal	True	FIJ0172_000000010075	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1237.0	97.413	47.0	0.0003728097052478928	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
DEN0071_000000006311	5609	0.9305933868749626	7	4	2	2	2	True	130648	backbone	False	USA0082_01_000000002282	0.43290212658947624	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3409.0	99.912	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0150_000000004447	5609	0.9305933868749626	7	4	2	2	2	True	130648	backbone	False	USA0082_01_000000002282	0.43272010097757685	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3409.0	99.853	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0089_000000003916	5590	0.9305933868749626	7	4	2	2	2	True	130648	backbone	False	USA0082_01_000000002282	0.43148845685351306	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3409.0	99.384	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0167_000000005235	5908	0.930584450970756	9	5	4	5	3	False	87517	fragment	False	ISR0167_000000005235	1.0		0	0	False	False	0.9969533085823059	0					non-mobilizable	no_good_hit	727.0	78.68	12.0	0.0051740630163193135	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
USA0015_01_000000009742	3369	0.9305752482158302	4	3	2	3	3	True	98892	maximal	True	USA0015_01_000000009742	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2078.0	76.083	61.0	0.0005904886967940551	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0132_000000020955	1975	0.9305721291089954	3	3	3	3	3	False	92119	fragment	False	CHI0148_000000005763	0.9695383576291111		0	0	False	False	0.9989873170852661	0					non-mobilizable	other	1975.0	98.633	100.0	0.007892842862854858	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0096_000000012444	3035	0.9305675394077636	5	5	5	4	4	False	124635	fragment	False	SPA0096_000000012444	0.9645973273986955		0	0	False	False	0.9996705055236816	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	8.856167514762788e-06	NZ_CP017704.1	firmicutes	Bacillus simplex NBRC 15720 = DSM 1321, complete genome	True	False
AST0012_000000007302	2854	0.9305644405486722	4	3	3	3	2	False	131405	fragment	False	AST0012_000000007302	0.9706732491771861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.845	28.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
CAN0002_000000005303	3331	0.9305511703891938	3	3	3	3	3	False	96958	maximal	True	CAN0002_000000005303	1.0		2	1	False	False	0.9912939071655273	0					non-mobilizable	no_good_hit	1410.0	75.461	42.0	0.13167293233082708	NZ_WNCH01000070.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold70_size10563, whole genome shotgun sequence	True	False
CHI0023_000000005507	2436	0.9305221267876712	2	2	2	2	1	False	94146	fragment	False	CHI0023_000000005507	0.9669693380707988		0	0	False	False	1.0	0					non-mobilizable	chromosome	2432.0	99.91799999999999	99.0	0.00037470993120042046	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0174_000000008112	2273	0.9305221267876712	2	2	2	2	1	False	94146	fragment	False	CHI0023_000000005507	0.6443623426382047		0	0	False	False	1.0	0					non-mobilizable	chromosome	2273.0	100.0	100.0	0.000350201959558764	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0122_000000013177	1216	0.9305171962371234	2	2	2	2	2	False	41406	fragment	False	FIJ0122_000000013177	1.0		0	0	False	False	0.9851973652839661	0					non-mobilizable	other	1216.0	96.135	100.0	0.03517049730793724	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
MON0041_000000038136	1747	0.9305159476891304	2	2	1	2	2	False	14303	maximal	False	MON0077_000000023637	0.9613079019073569		0	0	False	False	0.9971379637718201	0					non-mobilizable	no_good_hit	530.0	74.717	30.0	0.00193457679755957	NZ_SPFR01000002.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_2_length_272411_cov_57.815, whole genome shotgun sequence	True	False
CHI0092_000000000400	20886	0.9305116834247684	14	10	8	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.9785407995752972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	95.0	2.0	6.348818492881187e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0176_000000002877	9762	0.9305106940636132	9	9	5	6	4	True	132285	fragment	False	USA0021_01_000000001590	0.519582877176282		0	0	False	False	1.0	0					non-mobilizable	other	9158.0	94.071	100.0	0.4052797094388094	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ISR0112_000000020449	1775	0.9304998315761104	3	1	1	1	1	False	35172	fragment	False	ISR0112_000000020449	1.0		0	0	False	False	0.9814084768295288	0					non-mobilizable	no_good_hit								True	False
ISR0065_000000024870	1390	0.9304998315761104	3	1	1	1	1	False	35169	fragment	False	ISR0065_000000024870	1.0		0	0	False	False	0.9985611438751221	0					non-mobilizable	no_good_hit								True	False
DEN0026_000000023701	1184	0.9304876492932551	2	1	1	1	1	False	74102	fragment	False	DEN0026_000000023701	1.0		0	0	False	False	0.9873310923576355	0					non-mobilizable	no_good_hit								True	False
ISR0096_000000003107	8520	0.9304848400002776	12	7	3	4	5	True	76972	maximal	False	FIJ0048_000000003083	0.9978708602852245	PS328|PS329|PS369	0	0	True	True	0.9998826384544373	20					non-mobilizable	no_good_hit	475.0	83.368	22.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0132_000000011374	2689	0.9304772535291344	4	2	2	2	2	False	44189	fragment	False	FIJ0132_000000011374	0.9677192507007805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0154_000000013720	2661	0.9304772535291344	4	2	2	2	2	False	44189	fragment	False	FIJ0132_000000011374	0.9658053676057865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0116_000000006995	2641	0.9304772535291344	4	2	2	2	2	False	44189	fragment	False	FIJ0132_000000011374	0.9643021733179248		0	0	False	False	0.9984854459762573	0					non-mobilizable	no_good_hit								True	False
SPA0077_000000005361	5224	0.930472237593623	5	5	5	5	3	False	116631	fragment	False	SPA0101_000000007479	0.7647842984313766		0	0	False	False	1.0	0					non-mobilizable	chromosome	5224.0	99.655	100.0	0.0010221151031156214	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
SPA0061_000000007045	2402	0.9304627000658484	3	3	1	2	3	False	90419	fragment	False	USA0012_01_000000002220	0.6184528605962933		0	0	False	False	0.9991673827171326	0	IncFIB				non-mobilizable	plasmid	2402.0	100.0	100.0	0.010721669740420383	LR740759.1	enterobacteria	Escherichia coli strain BEN5202 genome assembly, plasmid: paAPEC5202	False	True
ISR0312_000000006084	2733	0.930455904599356	3	3	3	3	3	False	52036	maximal	True	ISR0312_000000006084	0.9979667282809612		2	2	False	False	0.9985364079475403	0					non-mobilizable	no_good_hit	832.0	78.125	30.0	0.00015476728253414635	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
USA0062_01_000000011304	1756	0.9304527075408032	2	2	2	2	2	False	60038	fragment	False	USA0062_01_000000011304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1047.0	96.46600000000001	68.0	0.0004585659773855952	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0041_000000010701	2956	0.9304445152870534	2	2	1	2	2	False	90420	fragment	False	MAD0041_000000010701	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2960.0	97.23	100.0	0.025372916684536933	CP010201.1	enterobacteria	Escherichia coli strain M10 plasmid A, complete sequence	False	True
USA0012_01_000000002220	2482	0.9304445152870534	2	2	1	2	2	False	90419	fragment	False	USA0012_01_000000002220	0.9486857377787836		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2482.0	99.87899999999999	100.0	0.017084188346118356	MN823989.1	enterobacteria	Klebsiella pneumoniae strain 283149 plasmid p283149-FII, complete sequence	False	True
ENG0146_000000006135	4019	0.9304356351785856	7	4	2	4	1	True	57892	fragment	False	ENG0146_000000006135	0.9781352098517215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	99.51	5.0	5.7196132865207876e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
SPA0055_000000001764	14194	0.9304298191658628	15	8	7	7	6	False	122617	maximal	True	SPA0055_000000001764	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3938.0	98.197	56.0	0.0012403025518712809	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0190_000000000230	53502	0.9304295129132819	49	17	13	17	9	True	92419	fragment	False	ENG0190_000000000230	0.9881001264679486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	86.009	3.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
MAD0023_000000003314	2799	0.9304270040515764	3	3	3	3	3	False	42562	fragment	False	MAD0023_000000003314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	78.883	29.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0147_000000017103	1288	0.9304254175780244	2	2	2	2	1	False	39933	fragment	False	FIJ0147_000000017103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	93.259	83.0	0.00019334626971732882	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
FIJ0008_000000001907	12456	0.9304234293821392	15	8	6	8	3	False	53196	maximal	True	FIJ0008_000000001907	1.0		4	2	False	False	0.9986351728439331	0					non-mobilizable	no_good_hit	1862.0	79.055	15.0	0.0004940341112947881	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0023_01_000000003316	9772	0.9304224405333946	12	12	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.13763051676861912		0	0	False	False	1.0	0					non-mobilizable	other	9772.0	99.898	100.0	0.6688800657174151	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
AST0035_000000001003	14847	0.93042238503587	13	11	8	11	6	True	128443	fragment	False	AST0035_000000001003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	82.52600000000001	7.0	0.00024430601473016074	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
MON0050_000000008243	3651	0.9304168071284552	4	4	4	3	3	False	13125	fragment	False	MON0050_000000008243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	371.0	77.898	10.0	0.0064363795365107125	NZ_SNXO01000013.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_113, whole genome shotgun sequence	True	False
MON0105_000000049488	1109	0.9304117647170252	2	1	1	1	1	False	8682	fragment	False	MON0105_000000049488	1.0		0	0	False	False	0.8999098539352417	0					non-mobilizable	no_good_hit								True	False
ENG0044_000000012065	1361	0.9304096782762471	2	2	1	2	1	True	64499	maximal	True	ENG0044_000000012065	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	78.454	31.0	0.00014440909859840656	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	True
ISR0302_000000010345	1557	0.9304077198031888	3	2	0	2	1	True	25535	maximal	True	ISR0302_000000010345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	93.48700000000001	24.0	0.0008646908980432613	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
USA0026_01_000000002982	11190	0.9304058961201892	17	9	7	9	7	False	32247	maximal	True	USA0026_01_000000002982	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3525.0	72.28399999999999	31.0	0.0010517105276835281	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0162_000000017960	2199	0.9304044758438276	4	3	1	2	2	False	110822	fragment	False	SPA0033_000000012657	0.9378334017234304		0	0	False	False	0.9995452761650085	0					non-mobilizable	other	2199.0	99.454	100.0	0.0036945460902188657	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
ENG0003_000000006865	3368	0.9303939153850582	5	4	3	3	2	False	67903	maximal	True	ENG0003_000000006865	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2954.0	99.289	88.0	0.03136917471344955	CP056699.1	enterobacteria	Escherichia marmotae strain RHBSTW-00605 plasmid pRHBSTW-00605_3, complete sequence	True	False
AST0113_000000017286	2188	0.9303766707275856	4	4	4	3	2	False	106615	fragment	False	ISR0143_000000012781	0.7757440616288808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	99.61399999999999	75.0	0.008660569298505047	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0076_000000006142	4047	0.9303756689316895	4	3	3	3	3	False	34589	fragment	False	ISR0076_000000006142	1.0		0	0	False	False	0.9861626029014587	0					non-mobilizable	other	3625.0	98.786	93.0	0.01040474396507595	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
MON0046_000000005920	4811	0.9303734011639564	2	2	2	2	1	False	63886	maximal	True	MON0046_000000005920	1.0		1	1	False	False	0.9923092722892761	0					non-mobilizable	no_good_hit	116.0	95.69	2.0	3.405918894705277e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0380_000000007365	1599	0.9303655228887778	3	2	1	1	2	False	23184	fragment	False	ISR0380_000000007365	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	648.0	98.148	100.0	0.0001182755570705275	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0013_000000000182	55556	0.9303643988475598	96	24	11	18	15	True	124628	maximal	True	ISR0013_000000000182	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	5671.0	87.26899999999999	48.0	0.09995392195087371	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0095_000000020493	1366	0.9303561630793264	2	2	2	2	2	False	60917	fragment	False	ENG0095_000000020493	0.9786259541984732		0	0	False	False	1.0	0					non-mobilizable	plasmid	1369.0	96.275	100.0	0.00735064459498756	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
USA0069_01_000000014340	4291	0.9303546331121132	8	7	7	6	5	False	32525	maximal	True	USA0069_01_000000014340	1.0		3	2	False	False	0.9986017346382141	0					non-mobilizable	no_good_hit	701.0	77.60300000000001	43.0	0.00034059728199442775	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0112_000000001721	12730	0.930353459215734	22	1	1	1	1	False	59707	maximal	True	ENG0112_000000001721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	1.0942056340648098e-06	LR812112.1	birds	Erithacus rubecula genome assembly, chromosome: Z	True	False
MON0095_000000013645	2248	0.9303378814950364	2	2	2	2	2	False	92164	fragment	False	ISR0362_000000009581	0.9737727535811582		0	0	False	False	0.9973309636116028	0					non-mobilizable	other	2248.0	99.956	100.0	0.00039220922712789215	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0155_000000002558	6076	0.9303283925324556	11	9	3	3	9	True	120545	backbone	False	ISR0774_000000003808	0.9686607668028202	PS472|PS846	0	0	True	True	1.0	98	rep_cluster_1085	MOBB,MOBB			mobilizable	plasmid	4603.0	98.045	100.0	0.775530839231547	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
SPA0153_000000002479	6012	0.9303283925324556	11	9	3	3	9	True	120545	backbone	False	ISR0774_000000003808	0.9683042188852962	PS472|PS846	0	0	True	True	1.0	83	rep_cluster_1085	MOBB			mobilizable	plasmid	4176.0	97.98899999999999	99.0	0.3786187494327979	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
ENG0182_000000004342	5992	0.9303283925324556	11	9	3	3	9	True	120545	backbone	False	ISR0774_000000003808	0.9683793518469948	PS472|PS846	0	0	True	True	1.0	123	rep_cluster_1085	MOBB			mobilizable	plasmid	4153.0	98.001	99.0	0.3765314456847264	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
FIJ0017_000000002812	9397	0.9303244297382598	8	8	8	8	7	False	83685	fragment	False	ENG0034_000000001440	0.9872402789786833		0	0	False	False	1.0	0					non-mobilizable	chromosome	9397.0	100.0	100.0	0.0017532827401667073	CP046939.1	enterobacteria	Klebsiella pneumoniae strain BD_DM_697 chromosome, complete genome	False	False
AST0058_000000011029	1243	0.9303232476106236	3	2	1	2	2	False	113005	fragment	False	AST0058_000000011029	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	96.624	100.0	0.025772447137432302	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
FIJ0114_000000031886	1289	0.9303183534988592	2	2	2	1	1	False	41805	fragment	False	FIJ0114_000000031886	1.0		0	0	False	False	0.9984484314918518	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.010602044680045438	NZ_BCYQ01000081.1	g-proteobacteria	Moraxella oblonga NBRC 102422, whole genome shotgun sequence	True	False
DEN0070_000000025407	1347	0.9303126679377471	2	2	2	2	2	False	70536	maximal	True	DEN0070_000000025407	1.0		17	7	False	False	0.9992576241493225	0					non-mobilizable	other	1345.0	99.10799999999999	99.0	0.0016702893552608521	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0193_000000004041	5044	0.9303089383871056	7	6	4	5	4	False	119741	fragment	False	ENG0193_000000004041	1.0		0	0	False	False	0.9992069602012634	0					non-mobilizable	chromosome	5044.0	99.98	100.0	0.0007759137180252927	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
FIJ0021_000000028329	1694	0.9303048000371203	2	1	1	1	1	False	55644	fragment	False	FIJ0021_000000028329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	85.714	7.0	3.271710525763881e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0013_000000029080	1870	0.9303046347969742	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.4209336972493856		0	0	False	False	1.0	0					non-mobilizable	chromosome	1859.0	82.89399999999999	99.0	0.0006444907024634951	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0009_000000015728	2296	0.93029583764218	3	3	3	3	1	False	14641	fragment	False	SPA0009_000000015728	1.0		0	0	False	False	0.9939024448394775	0					non-mobilizable	no_good_hit	267.0	75.281	11.0	5.9636701378401446e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0846_000000001085	8858	0.930293158224722	6	3	3	3	2	True	98604	maximal	True	ISR0846_000000001085	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	97.147	12.0	0.5398457583547558	HG796685.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI02056	True	True
ISR0033_000000001550	13952	0.930291656965868	13	12	9	11	9	False	72982	maximal	True	ISR0033_000000001550	1.0		1	1	False	False	0.9991399049758911	0					non-mobilizable	no_good_hit	1411.0	76.896	10.0	0.006006442808311479	NZ_OAOF01000007.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
MAD0009_000000002519	3651	0.9302864926112292	6	5	4	5	5	False	19782	fragment	False	MAD0009_000000002519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	3.0	2.855973504512935e-05	NZ_CP053376.1	firmicutes	Bacillus amyloliquefaciens strain WF02 chromosome, complete genome	True	False
ISR0057_000000003152	5781	0.9302829908158324	8	3	2	3	2	True	53381	fragment	False	ISR0057_000000003152	0.9811041747654219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	91.164	20.0	0.00030463658482648385	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0134_000000003142	5289	0.9302829908158324	6	3	2	3	2	True	53381	fragment	False	ISR0057_000000003152	0.9533951198421166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	91.251	22.0	0.00030463658482648385	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0031_000000002796	4509	0.9302829908158324	5	3	2	3	2	True	49314	fragment	False	MAD0031_000000002796	0.9868672397325693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	91.426	25.0	0.00030463658482648385	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0103_000000003016	5364	0.930272280110244	6	3	2	3	2	False	106539	fragment	False	MAD0103_000000003016	1.0		0	0	False	False	0.9932885766029358	0					non-mobilizable	no_good_hit	183.0	77.596	3.0	6.0250351993327356e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0005_000000005277	5641	0.9302660383407012	4	4	4	4	4	False	59737	fragment	False	SPA0005_000000005277	1.0		0	0	False	False	0.9976954460144043	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	7.945869493796222e-06	NZ_SZNK01000001.1	firmicutes	Brevibacillus antibioticus strain TGS2-1 TGS2-1_contig1, whole genome shotgun sequence	True	False
ISR0381_000000000344	28702	0.9302607700214802	21	14	14	12	9	False	73558	maximal	True	ISR0381_000000000344	1.0		4	2	False	False	0.9998257756233215	0					non-mobilizable	no_good_hit	1755.0	95.67	6.0	0.0003297325136784383	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
FIJ0087_000000003098	8150	0.9302579412338579	6	4	4	4	4	False	100048	maximal	True	FIJ0087_000000003098	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	72.689	11.0	0.007259270923549327	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
FIJ0028_000000003157	9042	0.9302572832631959	12	10	4	4	9	True	132506	backbone	False	ISR0038_000000002833	0.9917285762697353	PS1165|PS799|PS800	0	0	True	True	1.0	134	rep_cluster_1097	MOBB			mobilizable	plasmid	7412.0	99.12299999999999	100.0	0.8290990486849469	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0166_000000002908	9023	0.9302572832631959	11	10	4	4	9	True	132506	backbone	False	ISR0038_000000002833	0.9917012666449894	PS1165|PS799|PS800	0	0	True	True	1.0	28	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.10799999999999	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0124_000000002622	9023	0.9302572832631959	11	10	4	4	9	True	132506	backbone	False	ISR0038_000000002833	0.9918110666631386	PS1165|PS799|PS800	0	0	True	True	1.0	13	rep_cluster_1097	MOBB			mobilizable	plasmid	7291.0	99.12200000000001	100.0	0.8155567991046446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0162_000000002725	9022	0.9302572832631959	11	10	4	4	9	True	132506	backbone	False	ISR0038_000000002833	0.9913045517379608	PS1165|PS799|PS800	0	0	True	True	1.0	51	rep_cluster_1097	MOBB			mobilizable	plasmid	6025.0	98.971	100.0	0.673412343470483	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
FIJ0140_000000002537	9002	0.9302572832631959	11	10	4	4	9	True	132506	backbone	False	ISR0038_000000002833	0.9917509568321997	PS1165|PS799|PS800	0	0	True	True	1.0	7	rep_cluster_1097	MOBB			mobilizable	plasmid	6809.0	99.119	100.0	0.761835478455512	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0164_000000002601	9002	0.9302572832631959	12	10	4	4	9	True	132506	backbone	False	ISR0038_000000002833	0.9918166332159718	PS1165|PS799|PS800	0	0	True	True	1.0	12	rep_cluster_1097	MOBB			mobilizable	plasmid	7465.0	99.14299999999999	100.0	0.8350307778399553	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0082_000000009077	3330	0.9302572805607554	5	1	1	1	1	True	9930	maximal	True	MON0082_000000009077	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	91.912	20.0	0.054296087131908026	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0045_000000013252	1943	0.9302569632274283	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.3904922052877839		0	0	False	False	0.9984560012817383	0					non-mobilizable	other	1947.0	96.764	100.0	0.013863236038708666	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
MAD0051_000000019015	1516	0.9302569632274283	2	2	2	2	1	False	59984	maximal	True	MAD0051_000000019015	1.0		23	7	False	False	0.9861477613449097	0					non-mobilizable	other	1507.0	88.985	99.0	0.00488146876515221	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
FIJ0112_000000001588	13014	0.9302537404502328	12	12	1	5	11	False	42058	maximal	True	FIJ0112_000000001588	1.0		1	1	False	False	0.999846339225769	0					non-mobilizable	plasmid	12175.0	98.65299999999999	93.0	0.13263660338702296	CP034790.1	enterobacteria	Escherichia coli strain ECCNB20-2 plasmid pTB423, complete sequence	False	True
AST0007_000000003353	5496	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7851990993732569		0	0	False	False	0.9990902543067932	0					non-mobilizable	no_good_hit	1320.0	83.712	72.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0031_000000005492	5235	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7533638338766732		0	0	False	False	0.9998089671134949	0					non-mobilizable	no_good_hit	1320.0	83.712	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0157_000000005386	5200	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7529341537728967		0	0	False	False	0.9998077154159546	0					non-mobilizable	no_good_hit	1320.0	83.712	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0108_000000004665	5200	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7525934633137606		0	0	False	False	0.9990384578704834	0					non-mobilizable	no_good_hit	1320.0	83.63600000000001	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0106_000000003713	5198	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.751295273827317		0	0	False	False	0.9988456964492798	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0129_000000005010	5197	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7528513018306876		0	0	False	False	0.9994227290153503	0					non-mobilizable	no_good_hit	1320.0	83.712	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0154_000000004756	5193	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7523861536829582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0126_000000009349	5189	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7520786671941935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0024_000000005208	5186	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7512523636476198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	52.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0060_000000005759	5180	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7502742957624235		0	0	False	False	0.9998069405555725	0					non-mobilizable	no_good_hit	1320.0	83.712	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0028_000000004863	5179	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7513131352118136		0	0	False	False	0.9994207620620728	0					non-mobilizable	no_good_hit	1320.0	83.63600000000001	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0026_000000004961	5174	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7509146387894198		0	0	False	False	0.9996134638786316	0					non-mobilizable	no_good_hit	1320.0	83.63600000000001	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0386_000000006873	5157	0.9302475155445016	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.748276745642494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CAN0013_000000002981	9085	0.930242447149626	12	8	4	5	6	True	104922	backbone	True	CAN0013_000000002981	0.9989106753812637	PS621	3	1	True	True	1.0	284					non-mobilizable	no_good_hit	3650.0	96.575	71.0	0.2929407018959258	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0062_000000006736	4655	0.930235959209858	6	6	6	4	6	False	35368	maximal	True	ISR0062_000000006736	1.0		1	1	False	False	0.9963480234146118	0					non-mobilizable	plasmid	2242.0	99.955	97.0	0.12255277261292792	LT996083.1	firmicutes	Leuconostoc carnosum strain MFPA29A1405 genome assembly, plasmid: pMFPA29A1405B	False	True
ISR0392_000000013611	2414	0.9302328199364523	2	2	1	2	1	False	121939	fragment	False	ISR0392_000000013611	1.0		0	0	False	False	0.9991714954376221	0					non-mobilizable	no_good_hit	1244.0	98.875	54.0	0.00035257007117259925	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
USA0001_01_000000002781	5422	0.9302263931702512	5	5	5	5	4	False	2287	maximal	True	USA0001_01_000000002781	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1957.0	82.831	56.0	0.00036617992278673814	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
ENG0168_000000009065	3274	0.930225726729548	5	4	1	1	4	True	115837	fragment	False	ENG0168_000000009065	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	other	1585.0	99.874	99.0	0.0006641545635259228	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0177_000000001391	13568	0.9302254208385692	23	14	5	8	8	True	88278	fragment	False	ENG0177_000000001391	1.0		0	0	False	False	0.9998525977134705	0					non-mobilizable	no_good_hit	140.0	84.286	1.0	0.0033803501945525293	NZ_FOGW01000022.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
ISR0022_000000003519	7456	0.9302249578536824	8	5	3	4	3	False	107108	maximal	False	ISR0221_000000002820	0.9418963377953985		0	0	False	False	0.9993293881416321	0					non-mobilizable	no_good_hit	700.0	87.714	12.0	0.004631786478694457	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0100_000000004918	2586	0.93022423463179	3	3	3	1	1	False	33177	fragment	False	ISR0100_000000004918	1.0		0	0	False	False	0.9996132850646973	0					non-mobilizable	no_good_hit	578.0	74.913	22.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
ISR0386_000000004613	7655	0.93022422123386	9	9	7	8	8	False	23010	maximal	True	ISR0386_000000004613	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2125.0	97.12899999999999	82.0	0.00032679768730631005	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0145_000000016243	2128	0.9302209649621817	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.9391808707973607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	94.444	85.0	0.09161075518337285	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0069_000000012283	2009	0.9302209649621817	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.8104500591814692		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	86.883	91.0	0.001042457774684736	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
CHI0084_000000002709	1923	0.9302209649621817	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.7202012016304641		0	0	False	False	0.9994799494743347	0					non-mobilizable	other	1821.0	94.399	95.0	0.09176209453664935	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0055_000000008579	1772	0.9302209649621817	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.4739467771717122		0	0	False	False	0.9994356632232666	0					non-mobilizable	other	1711.0	93.68799999999999	97.0	0.08616253846541896	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0149_000000023779	1679	0.9302209649621817	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.469213560098345		0	0	False	False	1.0	0					non-mobilizable	other	1680.0	94.226	100.0	0.08464914493265399	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0299_000000007378	1648	0.9302209649621817	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.46331365321224566		0	0	False	False	0.9945388436317444	0					non-mobilizable	other	1649.0	94.057	100.0	0.08308530494879685	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0145_000000013368	1383	0.930211552068448	2	2	2	2	2	False	86453	maximal	True	CHI0145_000000013368	1.0		8	5	False	False	0.997107744216919	0					non-mobilizable	no_good_hit	521.0	91.363	55.0	0.00013935130893756418	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0377_000000001570	6604	0.9302102420305074	8	4	2	2	3	False	132257	backbone	False	USA0121_01_000000007080	0.9670025440049423	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	187	rep_cluster_475				non-mobilizable	other	5362.0	99.98100000000001	100.0	0.8223653934652554	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0028_000000005267	5694	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9974805648887146	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	146	rep_cluster_870	MOBV			mobilizable	other	5402.0	99.77799999999999	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0280_000000001231	5694	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9975668370939181	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	291	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.87	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
USA0050_01_000000002535	5694	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977106597730648	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	278	rep_cluster_870	MOBV			mobilizable	other	5402.0	99.77799999999999	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0069_000000004184	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977316275454851	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	971	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.815	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0783_000000002516	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9972185765253068	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998243451118469	61	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.759	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0166_000000002767	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977316275454851	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	66	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.815	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0399_000000002190	5693	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9975801610990496	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	517	rep_cluster_870	MOBV			mobilizable	other	5400.0	99.90700000000001	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0015_000000004051	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9976259484939048	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	342	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.77799999999999	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0070_000000003367	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9980330394677008	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	852	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.815	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0284_000000001316	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9978856222662459	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	58	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.796	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0145_000000005720	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9975555717258942	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	788	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.796	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0247_000000001929	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9978879515293935	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	354	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.796	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0121_000000003976	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9975562258873709	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	225	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.796	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
CHI0098_000000001472	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.998059238067491	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	896	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.815	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0778_000000002092	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9980578855250369	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1016	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.889	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0396_000000003585	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9978960817610512	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	491	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.796	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0397_000000003803	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.998059238067491	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1476	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.815	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0064_000000002830	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.998059238067491	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	53	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.815	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0201_000000004817	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977316275454851	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	205	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.815	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0809_000000001444	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977316275454851	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	513	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.815	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0156_000000004645	5693	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9978960817610512	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	191	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.796	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0818_000000002838	5692	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9978193406580568	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	401	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.77799999999999	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
MON0076_000000007294	5692	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9978238410203968	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	131	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.77799999999999	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0361_000000001885	5692	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979965076436603	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	209	rep_cluster_870	MOBV			mobilizable	other	5401.0	99.796	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
MON0074_000000002519	5692	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9978764580876878	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998242855072021	8	rep_cluster_870	MOBV			mobilizable	other	5400.0	99.833	100.0	0.9520366778345971	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0278_000000001582	5674	0.9302068951875828	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977489035494995	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	99	rep_cluster_870	MOBV			mobilizable	plasmid	5588.0	99.821	100.0	0.998569896317483	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
DEN0011_000000006570	5674	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.997754592142451	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	161	rep_cluster_870	MOBV			mobilizable	other	5419.0	99.889	100.0	0.95521072121319	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
SPA0070_000000003591	5673	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979818397490017	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1715	rep_cluster_870	MOBV			mobilizable	plasmid	5594.0	99.803	100.0	0.9998212370396854	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
DEN0089_000000003245	5673	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9980390618897844	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2365	rep_cluster_870	MOBV			mobilizable	other	5419.0	99.815	100.0	0.95521072121319	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
CHI0081_000000001850	5673	0.9302068951875828	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9981461210444889	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	363	rep_cluster_870	MOBV			mobilizable	plasmid	5578.0	99.821	100.0	0.9969610296746514	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ISR0385_000000003309	5673	0.9302068951875828	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9980463408665314	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	148	rep_cluster_870	MOBV			mobilizable	plasmid	5577.0	99.85700000000001	100.0	0.9967822667143368	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ENG0117_000000003702	5673	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.997878848213307	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	318	rep_cluster_870	MOBV			mobilizable	plasmid	5594.0	99.946	100.0	0.9998212370396854	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ENG0051_000000004746	5670	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.99779986706288	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9994708895683289	23	rep_cluster_870	MOBV			mobilizable	plasmid	5376.0	99.795	100.0	0.9608509116910976	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	False	True
DEN0054_000000001130	5654	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.997912624348095	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	837	rep_cluster_870	MOBV			mobilizable	plasmid	5378.0	99.833	100.0	0.9610296746514122	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ISR0796_000000003512	5653	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9981501672332057	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	282	rep_cluster_870	MOBV			mobilizable	plasmid	5341.0	99.81299999999999	100.0	0.9545942080800858	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	False	True
DEN0070_000000005618	5653	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9975906007350492	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	577	rep_cluster_870	MOBV			mobilizable	other	5399.0	99.815	100.0	0.9516840063480868	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
CHI0108_000000001227	5653	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9975031688770383	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	89	rep_cluster_870	MOBV			mobilizable	other	5327.0	99.775	100.0	0.9389878328337153	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ENG0129_000000004573	5653	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9971239491179943	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9971696734428406	9	rep_cluster_870	MOBV			mobilizable	plasmid	5359.0	99.72	100.0	0.957811941365749	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	False	True
SPA0133_000000004105	5653	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977028015730616	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	139	rep_cluster_870	MOBV			mobilizable	other	5371.0	99.814	100.0	0.9467466055369423	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
CHI0038_000000001918	5633	0.9302068951875828	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9980619710528978	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	52	rep_cluster_870	MOBV			mobilizable	plasmid	5354.0	99.81299999999999	100.0	0.9569181265641759	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	False	True
ISR0090_000000003893	5633	0.9302068951875828	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9974435847641523	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	22	rep_cluster_870	MOBV			mobilizable	plasmid	5532.0	99.837	100.0	0.9887379335001788	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
DEN0030_000000000001	5633	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9974494642568369	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9976921677589417	45	rep_cluster_870	MOBV			mobilizable	other	5379.0	99.87	100.0	0.9481572914829836	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
CHI0014_000000000970	5632	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9972663715293263	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	92	rep_cluster_870	MOBV			mobilizable	other	5386.0	99.796	100.0	0.9493916416857697	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
CHI0023_000000001968	5632	0.9302068951875828	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9972725763290933	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	149	rep_cluster_870	MOBV			mobilizable	other	5379.0	99.796	100.0	0.9481572914829836	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
ISR0051_000000007354	5632	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9977735907388479	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	63	rep_cluster_870	MOBV			mobilizable	plasmid	5330.0	99.775	100.0	0.952627815516625	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	False	True
MON0008_000000004865	5508	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.6093778344760026	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9998184442520142	0	rep_cluster_870	MOBV			mobilizable	plasmid	5040.0	99.90100000000001	92.0	0.9007865570253843	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
SPA0031_000000004841	5298	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.929595815803191	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	63	rep_cluster_870	MOBV			mobilizable	plasmid	4070.0	99.75399999999999	100.0	0.7273864855202002	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
AST0019_000000005046	5058	0.9302068951875828	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.7070532610254124	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9978252053260803	0	rep_cluster_870	MOBV			mobilizable	other	5010.0	99.8	100.0	0.8830894022218304	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	False	True
MON0072_000000003895	5027	0.9302068951875828	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.05084837272241069	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9832902550697327	0	rep_cluster_870	MOBV			mobilizable	plasmid	4971.0	99.779	99.0	0.8884519127636754	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ISR0241_000000002515	4781	0.9302068951875828	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.040237849945855816	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	51	rep_cluster_870	MOBV			mobilizable	plasmid	4702.0	99.809	99.0	0.8401859134787272	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ENG0003_000000005024	4483	0.9302068951875828	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.02611994507146968	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	237	rep_cluster_870	MOBV			mobilizable	plasmid	4484.0	99.844	100.0	0.8012511170688115	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
DEN0067_000000006901	4460	0.9302068951875828	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.02921127522457483	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	145	rep_cluster_870	MOBV			mobilizable	plasmid	4424.0	99.86399999999999	99.0	0.7905272564789991	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
MON0017_000000004456	4286	0.9302068951875828	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.02340012753631156	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	4091.0	99.853	95.0	0.7311405076868073	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
MON0061_000000003500	9491	0.9302056478388157	9	8	4	8	5	True	78054	fragment	False	MON0011_000000003390	0.5247126044137518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
AST0116_000000008054	3323	0.9302027974292753	6	4	1	2	3	False	127543	fragment	False	AST0116_000000008054	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2816.0	96.555	91.0	0.2592729285846097	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0265_000000001025	13794	0.9302027339963036	12	7	5	6	4	True	122764	fragment	False	AUS0014_000000001723	0.570054975813499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4095.0	92.161	54.0	0.016789000988795023	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0184_000000002025	11397	0.9302013338619436	27	2	2	2	2	False	115253	fragment	False	ENG0184_000000002025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00025159131506780383	NZ_SPHG01000009.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_9_length_119241_cov_57.388, whole genome shotgun sequence	True	False
SPA0101_000000018440	2350	0.9301996843189196	4	3	1	2	3	False	78987	fragment	False	SPA0101_000000018440	0.9801262202682436		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	plasmid	2330.0	100.0	99.0	0.4163389345727565	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ENG0147_000000013102	1197	0.9301984520212472	2	1	1	1	1	False	57337	maximal	True	ENG0147_000000013102	1.0		2	2	False	False	0.9866332411766052	0					non-mobilizable	other	1133.0	98.147	100.0	0.004679329516565736	NZ_JAAISM010000001.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_1_length_241915_cov_163.61, whole genome shotgun sequence	False	False
MAD0010_000000000350	6731	0.9301953288237412	9	4	1	3	2	False	53375	fragment	False	MAD0010_000000000350	0.966656156392874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	1.0	7.058373570166389e-06	NZ_LT629762.1	g-proteobacteria	Pseudomonas prosekii strain LMG 26867 chromosome I	True	False
ISR0845_000000001562	6987	0.9301944125109566	8	7	3	7	5	False	84458	maximal	True	ISR0845_000000001562	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	86.95700000000001	1.0	9.060670247980477e-05	NZ_FZOC01000003.1	d-proteobacteria	Desulfovibrio mexicanus strain DSM 13116, whole genome shotgun sequence	True	False
SPA0104_000000013211	2760	0.9301930501124936	5	3	1	2	2	False	110764	fragment	False	SPA0104_000000013211	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	89.68799999999999	99.0	0.00031723091106748637	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0210_000000005619	3396	0.9301818038214704	4	4	4	4	4	False	76255	fragment	False	ISR0210_000000005619	1.0		0	0	False	False	0.9923439621925354	0					non-mobilizable	chromosome	3399.0	97.529	100.0	0.0009653920874257254	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0044_000000002641	6945	0.930166653842858	4	4	4	4	3	False	116271	backbone	False	MAD0078_000000000904	0.9576718778873724	PS761	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	133.0	79.699	2.0	0.00020751226064807187	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	True
SPA0051_000000002110	10243	0.9301568040380782	14	10	9	10	5	False	122382	fragment	False	SPA0051_000000002110	1.0		0	0	False	False	0.9998047351837158	0					non-mobilizable	virus	10244.0	98.975	100.0	0.4671592775041051	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
FIJ0036_000000001755	15749	0.9301538745281006	19	6	3	5	3	False	53597	fragment	False	FIJ0036_000000001755	0.9787484147317356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0003837355176739724	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
CHI0077_000000003537	3899	0.9301448084876314	5	1	1	1	1	False	84547	fragment	False	CHI0077_000000003537	1.0		0	0	False	False	0.9943575263023376	0					non-mobilizable	no_good_hit	152.0	75.658	4.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
ISR0201_000000009402	3179	0.9301448084876314	5	1	1	1	1	False	81267	fragment	False	ISR0201_000000009402	0.9898936170212767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	76.316	5.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
ENG0093_000000004357	2820	0.9301448084876314	5	1	1	1	1	False	81267	fragment	False	ISR0201_000000009402	0.9414910349166405		0	0	False	False	0.9996454119682312	0					non-mobilizable	no_good_hit	152.0	76.316	5.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
CHI0129_000000009096	2555	0.9301448084876314	5	1	1	1	1	False	81266	fragment	False	CHI0129_000000009096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	75.658	6.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
ENG0079_000000018948	1758	0.9301448084876314	3	1	1	1	1	False	62319	fragment	False	ENG0079_000000018948	1.0		0	0	False	False	0.9926052093505859	0					non-mobilizable	no_good_hit	152.0	76.316	8.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
ENG0070_000000019943	1312	0.9301448084876314	2	1	1	1	1	False	62318	fragment	False	ENG0070_000000019943	1.0		0	0	False	False	0.9862805008888245	0					non-mobilizable	no_good_hit	152.0	75.658	11.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
SPA0027_000000003631	8272	0.9301446272744543	11	8	6	5	5	True	91119	fragment	False	SPA0150_000000001970	0.8085066714363282		0	0	False	False	1.0	0					non-mobilizable	other	8123.0	99.926	99.0	0.0015294617224993008	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0071_000000004117	5002	0.930142391382344	6	4	4	3	2	False	116206	fragment	False	ENG0071_000000004117	0.971581611778953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	94.92	40.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0018_000000002870	5258	0.9301379282515492	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.7824426141240887		0	0	False	False	0.996957004070282	0					non-mobilizable	chromosome	5258.0	99.56299999999999	100.0	0.0010287687338845148	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0070_000000009974	2089	0.9301283208301659	3	3	2	2	2	False	66270	fragment	False	ISR0070_000000009974	0.9960855949895616		0	0	False	False	0.9990426301956177	0					non-mobilizable	chromosome	2099.0	84.516	100.0	0.0005531175031675624	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0101_000000021143	2910	0.9301031691848104	3	3	3	3	2	False	56410	fragment	False	MON0101_000000021143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	70.52	17.0	0.0001701239522444953	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
MON0030_000000010898	3130	0.9301022495584672	3	3	3	3	2	False	34788	fragment	False	MON0030_000000010898	0.9669069462647444		0	0	False	False	0.995207667350769	0					non-mobilizable	no_good_hit	385.0	75.844	12.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0031_000000000911	12073	0.9301000677624212	11	5	4	5	2	True	101297	fragment	False	ISR0031_000000000911	1.0		0	0	False	False	0.9999171495437622	0					non-mobilizable	no_good_hit	6944.0	98.15700000000001	69.0	0.06017032938442059	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
DEN0072_000000001182	14275	0.930098713736822	30	12	4	11	4	False	105387	maximal	True	DEN0072_000000001182	1.0		1	1	False	False	0.9994395971298218	0					non-mobilizable	no_good_hit	12512.0	100.0	88.0	0.2540768871468898	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
ISR0080_000000013478	2325	0.9300972676639052	4	2	0	2	2	True	35954	maximal	True	ISR0080_000000013478	1.0		2	2	True	True	0.9974193572998047	2					non-mobilizable	no_good_hit	640.0	81.406	27.0	0.2273873873873874	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
MAD0012_000000004778	5477	0.9300893664429036	8	4	3	4	2	True	19697	maximal	True	MAD0012_000000004778	1.0		1	1	False	False	0.9989045262336731	0					non-mobilizable	no_good_hit	232.0	96.98299999999999	4.0	0.00034046254911959683	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	True
ENG0202_000000008068	2772	0.9300858063677196	4	4	2	3	2	True	91297	fragment	False	ENG0202_000000008068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	88.3	88.0	0.3325135268076734	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
FIJ0081_000000023410	1547	0.930079822505516	3	3	3	2	2	False	120647	maximal	True	FIJ0081_000000023410	1.0		0	0	False	False	0.9560439586639404	0					non-mobilizable	no_good_hit	1073.0	79.124	69.0	0.013188450791679603	NZ_FOJY01000015.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
DEN0067_000000011486	2874	0.930079383645216	3	2	2	2	2	False	99936	fragment	False	DEN0067_000000011486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1620.0	88.025	56.0	0.0005280583597444054	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0065_000000003257	7937	0.9300776894360596	11	6	1	3	4	False	132333	backbone	False	SPA0056_000000003686	0.9894940146162009	PS1157	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	987.0	93.71799999999999	26.0	0.09060712308544012	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
DEN0079_000000003744	8466	0.9300755449977324	10	3	2	3	3	True	100624	fragment	False	DEN0079_000000003744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.0006109453203938248	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	True	True
MON0058_000000005469	6661	0.9300723779909408	8	7	4	4	5	False	99077	maximal	True	MON0058_000000005469	0.9949570976968237		649	15	False	False	0.9906920790672302	0					non-mobilizable	no_good_hit	2332.0	85.03399999999999	44.0	0.00471042643356615	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0043_000000000618	5833	0.9300703467604654	8	5	4	4	2	True	121693	fragment	False	SPA0022_000000001822	0.5369152279948367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	94.04799999999999	3.0	0.000461734452622151	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ENG0153_000000013384	2237	0.9300699968364996	4	4	4	3	3	False	120077	fragment	False	ISR0155_000000005779	0.2610960009896658		0	0	False	False	0.9915064573287964	0					non-mobilizable	other	2237.0	99.24	100.0	0.005469239198497182	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CAN0009_000000004864	4384	0.9300670759210408	7	5	2	2	4	False	127108	fragment	False	CAN0009_000000004864	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	4345.0	99.79299999999999	99.0	0.7765462996067215	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
ISR0803_000000000872	10424	0.9300642996774576	13	12	5	4	11	True	123844	maximal	True	ISR0803_000000000872	1.0	PS486|PS905|PS907	2	2	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2380.0	97.773	58.0	0.2564959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
MON0069_000000030285	1704	0.9300617426928468	3	3	2	2	3	False	81509	fragment	False	MON0102_000000025354	0.9819095098647823		0	0	False	False	1.0	0					non-mobilizable	chromosome	1704.0	99.941	100.0	0.0003877348294479025	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0233_000000013649	1359	0.930059539551494	3	3	3	2	2	False	27379	maximal	True	ISR0233_000000013649	1.0		8	4	False	False	0.9587932229042053	0					non-mobilizable	no_good_hit	1081.0	99.26	80.0	0.08094131754478004	MK232331.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_1-CL12_c1 sequence	True	False
FIJ0133_000000011940	3134	0.9300565515661658	6	3	1	2	2	False	46541	fragment	False	FIJ0133_000000011940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	98.361	4.0	0.0008597047162974436	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
ISR0385_000000003519	5371	0.9300562467478904	9	3	2	2	3	True	111401	fragment	False	ISR0385_000000003519	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5371.0	99.88799999999999	100.0	0.17289674490485848	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0814_000000035665	1193	0.9300499757365336	2	2	1	2	1	False	131124	fragment	False	SPA0057_000000022996	0.5985524797530647		0	0	False	False	0.9991617798805237	0					non-mobilizable	other	1102.0	100.0	100.0	0.006831126608510057	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0003_000000024268	1307	0.9300477562441772	2	2	1	1	2	False	129176	fragment	False	AST0003_000000024268	1.0		0	0	False	False	0.9977046847343445	0					non-mobilizable	other	805.0	99.50299999999999	100.0	0.0001971230334586928	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0379_000000009364	2547	0.9300374627158192	2	2	1	1	2	True	23222	maximal	True	ISR0379_000000009364	1.0		1	1	False	False	0.9901845455169678	0	rep_cluster_556				non-mobilizable	plasmid	2566.0	87.72399999999999	99.0	0.4461457233368532	CP044372.1	enterobacteria	Klebsiella pneumoniae strain 2018C01-046 plasmid p2018C01-046-4, complete sequence	False	True
DEN0005_000000000646	23643	0.930035832595078	24	8	4	8	4	True	117522	fragment	False	DEN0005_000000000646	1.0		0	0	False	True	0.9990695118904114	0					non-mobilizable	no_good_hit	200.0	85.0	1.0	0.009491105069871704	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
CHI0167_000000000586	22925	0.9300357540450224	26	11	7	11	4	False	83898	maximal	False	FIJ0064_000000000721	0.9370029344339263		0	0	False	False	0.999302089214325	0					non-mobilizable	no_good_hit	4178.0	94.495	24.0	0.04035128443206438	NZ_KB894132.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00018.18, whole genome shotgun sequence	True	False
ENG0175_000000013492	1889	0.9300321284216632	2	2	2	2	2	True	55604	fragment	False	ENG0175_000000013492	1.0		0	0	False	False	0.9835891723632812	0					non-mobilizable	no_good_hit	1204.0	99.585	64.0	0.3576316572448676	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	True	True
FIJ0127_000000000220	41834	0.9300310504998356	76	18	7	10	13	False	85914	fragment	False	FIJ0127_000000000220	1.0		0	0	False	False	0.9998087882995605	0					non-mobilizable	no_good_hit	8631.0	88.35600000000001	63.0	0.1518626165242973	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0283_000000007397	1816	0.930025515069038	3	2	1	2	1	True	26113	fragment	False	ISR0283_000000007397	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1627.0	97.787	90.0	0.008040429614098938	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
USA0041_01_000000004662	4899	0.9300149163009198	8	5	1	2	5	False	26324	maximal	True	USA0041_01_000000004662	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	88.557	30.0	0.07289592285923907	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ENG0208_000000001052	18536	0.9300024131719534	28	18	12	12	16	True	124145	fragment	False	ISR0777_000000000696	0.9467061565969676		0	0	False	False	0.9993526339530945	0					non-mobilizable	no_good_hit	12922.0	96.44	87.0	0.0036300899808167576	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0087_000000004493	6110	0.9299951838025656	11	5	1	2	3	True	128032	maximal	True	ENG0087_000000004493	1.0	PS1026	0	0	True	True	1.0	14	rep_cluster_1152	MOBQ			mobilizable	no_good_hit	3570.0	99.49600000000001	66.0	0.5060992907801418	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
FIJ0052_000000007952	3464	0.9299783678047909	4	2	2	2	1	True	46491	maximal	True	FIJ0052_000000007952	1.0		1	1	False	False	0.9953810572624207	0					non-mobilizable	no_good_hit	1586.0	94.83	54.0	0.0005098333504349988	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	True
FIJ0140_000000014337	2178	0.9299741729071412	2	1	1	1	1	False	40391	maximal	True	FIJ0140_000000014337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0047_000000003042	4956	0.9299676997639191	5	2	1	2	1	False	125161	fragment	False	FIJ0161_000000003178	0.9637732909301414		0	0	False	False	0.9997982382774353	0	rep_cluster_233	MOBQ			mobilizable	plasmid	4872.0	96.1	100.0	0.8357155157568452	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
FIJ0161_000000003178	4868	0.9299676997639191	5	2	1	2	1	False	125161	fragment	False	FIJ0161_000000003178	0.9719183634143603		0	0	False	False	1.0	0	rep_cluster_233	MOBQ			mobilizable	plasmid	4792.0	95.179	100.0	0.8233166867573618	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
FIJ0011_000000016751	2614	0.9299640095933256	5	4	2	4	3	False	56944	fragment	False	FIJ0011_000000016751	0.9917750573833206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0079_000000008254	2943	0.9299530533483996	4	2	2	2	2	False	66694	fragment	False	SPA0079_000000008254	1.0		0	0	False	False	0.9925246238708496	0					non-mobilizable	plasmid	1854.0	82.74	97.0	0.01111460310169348	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
FIJ0164_000000010801	2122	0.9299530533483996	3	2	2	2	2	False	66700	fragment	False	FIJ0164_000000010801	1.0		0	0	False	False	0.9910461902618408	0					non-mobilizable	other	2122.0	98.586	100.0	0.00749196027847475	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
SPA0097_000000015762	2099	0.9299530533483996	2	2	2	2	2	False	66693	maximal	True	SPA0097_000000015762	1.0		0	0	False	False	0.9990471601486206	0					non-mobilizable	no_good_hit	1820.0	97.527	87.0	0.006424709333144856	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
SPA0026_000000003193	7152	0.92994920840607	11	7	4	7	4	True	113114	fragment	False	SPA0026_000000003193	0.9983786832087974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	91.376	8.0	0.006752639498588536	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0066_000000003967	7990	0.9299444420030532	11	7	5	6	5	True	86986	backbone	True	ISR0066_000000003967	1.0	PS446	20	6	True	True	0.997622013092041	12					non-mobilizable	other	6257.0	99.984	100.0	0.3759841336618787	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
AUS0004_000000003212	6580	0.9299440988598976	8	4	2	2	4	False	132257	backbone	False	USA0121_01_000000007080	0.9672632804561934	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	0	0	True	True	1.0	462	rep_cluster_475				non-mobilizable	other	5668.0	99.965	100.0	0.8693051081454211	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0090_000000001551	14184	0.9299408707372896	21	13	9	10	10	True	126208	backbone	False	ISR0395_000000002325	0.34192669327825226	PS943|PS946|PS949	0	0	True	True	1.0	334					non-mobilizable	no_good_hit	1604.0	73.192	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0073_000000002093	14103	0.9299408707372896	20	13	9	10	10	True	126208	backbone	False	ISR0395_000000002325	0.34167391607613423	PS943|PS946|PS949	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1602.0	73.15899999999999	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0061_000000009524	4340	0.9299386127029636	6	4	4	4	4	False	65360	fragment	False	MON0061_000000009524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	81.446	40.0	0.00031471524143327043	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0139_000000003056	5710	0.9299370170294008	6	6	1	4	5	False	108854	backbone	False	ENG0066_000000002902	0.9922440957727378	PS677	0	0	True	True	1.0	135	rep_cluster_2401	MOBP,MOBP		MOBP	mobilizable	plasmid	5580.0	99.964	100.0	0.9907654057893802	CP059951.1	enterobacteria	Escherichia coli strain 268.2 plasmid p4, complete sequence	False	True
ENG0204_000000003687	5710	0.9299370170294008	6	6	1	4	5	False	108854	backbone	False	ENG0066_000000002902	0.9925588286362604	PS677	0	0	True	True	0.9978983998298645	28	rep_cluster_2401	MOBP,MOBP		MOBP	mobilizable	plasmid	5580.0	100.0	100.0	0.9907654057893802	CP059951.1	enterobacteria	Escherichia coli strain 268.2 plasmid p4, complete sequence	False	True
SPA0019_000000001437	13008	0.9299312361419756	14	14	5	5	12	True	132566	fragment	False	SPA0019_000000001437	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	other	10078.0	99.931	99.0	0.26869850411967044	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0157_000000004118	6574	0.929930650121658	8	7	7	6	6	False	129597	maximal	True	ISR0157_000000004118	1.0	PS1061	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	2045.0	78.68	31.0	0.001203753441511588	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0139_000000000358	25409	0.9299292442777506	36	16	9	15	11	True	121977	maximal	True	SPA0139_000000000358	1.0		2	1	False	False	0.9995670914649963	0					non-mobilizable	no_good_hit	1341.0	93.363	5.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0090_000000027427	1159	0.9299212998525328	2	1	1	1	1	False	33643	fragment	False	ISR0090_000000027427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	74.104	64.0	0.002354544302192927	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0114_000000019018	2065	0.9299209290615826	2	2	2	2	2	True	41866	fragment	False	FIJ0114_000000019018	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2065.0	98.789	100.0	0.03293284189363841	MH919378.1	enterobacteria	Citrobacter braakii strain CRE3 plasmid pCRE3-KPC, complete sequence	False	True
CHI0178_000000001553	8599	0.9299142112501446	8	5	4	5	2	False	81366	maximal	True	CHI0178_000000001553	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	82.94	8.0	0.0002403038404436049	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
MON0039_000000005470	7259	0.9299052943916024	9	6	5	6	5	False	122870	fragment	False	MON0039_000000005470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	76.291	6.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
SPA0142_000000001795	12551	0.9299048004304928	10	6	5	6	4	False	30705	maximal	True	SPA0142_000000001795	1.0		1	1	False	False	0.9982471466064453	0					non-mobilizable	no_good_hit	5946.0	97.023	80.0	0.023287810843864654	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0039_000000028395	1319	0.9299033784930609	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.11859603467546714		0	0	False	False	1.0	0					non-mobilizable	chromosome	1333.0	96.774	100.0	0.00037247165985619576	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
AST0090_000000018078	1250	0.9299033784930609	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09408734152045484		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	96.882	100.0	0.0035826152804708743	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
ISR0094_000000005294	4077	0.9299005316148892	5	3	0	1	3	False	33469	maximal	True	ISR0094_000000005294	1.0		1	1	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
ISR0128_000000002289	11934	0.9298928029741196	11	7	7	6	7	False	106290	maximal	True	ISR0128_000000002289	0.9632355764125267		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	71.354	8.0	0.013222558614377244	NZ_MUYU01000029.1	g-proteobacteria	Moraxella pluranimalium strain CCUG 54913 54913T_ctg_0000029, whole genome shotgun sequence	True	False
DEN0029_000000005612	2369	0.9298887906531688	4	3	2	2	2	True	118136	fragment	False	ENG0028_000000006510	0.9436455499417022		0	0	False	False	0.998733639717102	0	rep_cluster_1097				non-mobilizable	other	1242.0	97.021	99.0	0.1478167501789549	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	False	True
ENG0019_000000004719	4514	0.9298867775886828	8	5	1	2	4	True	121577	fragment	False	AST0058_000000003419	0.7373384913630089		0	0	False	True	1.0	0					non-mobilizable	chromosome	4514.0	99.24700000000001	100.0	0.0018288299459658353	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
ISR0141_000000008189	4367	0.9298867775886828	8	5	1	2	4	True	121577	fragment	False	AST0058_000000003419	0.5569920246248281		0	0	False	True	0.999770998954773	0					non-mobilizable	other	4373.0	96.75299999999999	100.0	0.0018690741174089986	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
ENG0168_000000018097	1708	0.9298824557402044	3	2	2	2	2	False	94566	fragment	False	SPA0094_000000006391	0.47287995594713655		0	0	False	False	1.0	0					non-mobilizable	chromosome	1708.0	99.941	100.0	0.00033162295926574367	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
MAD0111_000000002951	5690	0.9298824024262768	6	4	2	2	4	False	18844	maximal	True	MAD0111_000000002951	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3027.0	98.976	84.0	0.03408886085075703	CP024864.1	enterobacteria	Escherichia coli strain AR_0015 plasmid unitig_2_pilon, complete sequence	True	False
MAD0107_000000014268	2723	0.9298798553764313	3	3	3	3	2	False	14696	maximal	True	MAD0107_000000014268	1.0		4	1	False	False	0.9996327757835388	0					non-mobilizable	no_good_hit	967.0	90.486	42.0	0.00025887185468016733	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0090_000000017202	1666	0.929875028848082	3	3	3	3	2	False	68730	fragment	False	DEN0090_000000017202	0.9357277266365084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	73.286	25.0	7.435494436536995e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0107_000000009320	2644	0.9298703789615852	4	4	2	3	3	True	33582	fragment	False	ISR0107_000000009320	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2641.0	99.35600000000001	99.0	0.0010740421903300402	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
MAD0060_000000001843	6965	0.929870086922808	11	4	3	2	2	False	25097	maximal	True	MAD0060_000000001843	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	734.0	92.37100000000001	25.0	0.012919576081948039	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0132_000000024082	1264	0.9298684018376904	2	2	2	2	2	False	80838	fragment	False	CHI0132_000000024082	1.0		0	0	False	False	0.9960442781448364	0					non-mobilizable	no_good_hit	566.0	84.45200000000001	44.0	0.00016040222713640354	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0179_000000010361	1967	0.9298673818589731	2	2	2	2	2	False	77558	fragment	False	CHI0179_000000010361	1.0		0	0	False	False	0.9750889539718628	0					non-mobilizable	no_good_hit	77.0	85.714	4.0	1.6698558716636665e-05	NZ_LT732529.1	firmicutes	Bacillus sinesaloumensis strain Marseille-P3516T, whole genome shotgun sequence	True	False
DEN0039_000000006164	2872	0.9298653551927644	6	1	1	1	1	False	73293	fragment	False	DEN0039_000000006164	1.0		0	0	False	False	0.9951253533363342	0					non-mobilizable	no_good_hit	983.0	92.574	74.0	0.00021744973002027902	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0043_000000001907	4000	0.9298605436019748	4	4	2	3	2	False	87440	fragment	False	CHI0043_000000001907	1.0		0	0	False	False	0.996999979019165	0	rep_cluster_2361	MOBQ		MOBQ,MOBQ	mobilizable	plasmid	4000.0	100.0	100.0	0.9444969296173831	CP032885.1	enterobacteria	Escherichia coli strain SCEC020022 plasmid p6_020022, complete sequence	False	True
DEN0078_000000004042	6116	0.9298568893015198	9	5	2	5	2	False	69847	maximal	True	DEN0078_000000004042	1.0		1	1	False	False	0.9991824626922607	0					non-mobilizable	no_good_hit	227.0	76.211	4.0	9.410641755353564e-05	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	False
ISR0218_000000001946	7064	0.929849513638848	7	5	2	3	4	True	97445	fragment	False	ISR0218_000000001946	1.0		0	0	False	False	0.9950453042984009	0					non-mobilizable	no_good_hit	6223.0	92.801	88.0	0.07498422406679288	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CAN0001_000000007729	6056	0.929849513638848	6	5	2	3	4	True	97443	fragment	False	CAN0001_000000007729	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5821.0	94.709	96.0	0.07009368477258386	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0087_000000014517	1817	0.92984860606912	2	2	2	2	1	False	61380	fragment	False	ENG0087_000000014517	0.962436166447568		0	0	False	False	0.9977985620498657	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	1.0689378963348675e-05	NZ_BKDH01000001.1	b-proteobacteria	Variovorax boronicumulans strain HAB30 Contig01, whole genome shotgun sequence	True	False
ISR0178_000000010855	1591	0.92984860606912	3	2	2	2	1	False	58166	fragment	False	ISR0178_000000010855	0.9537207898151644		0	0	False	False	0.9428032636642456	0					non-mobilizable	no_good_hit	57.0	85.965	4.0	0.00026164678618318077	NZ_AUMO01000032.1	b-proteobacteria	Azohydromonas australica DSM 1124 H537DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	False
DEN0073_000000008249	5351	0.929846611420179	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.8031282211973417		0	0	False	False	1.0	0					non-mobilizable	other	5351.0	99.869	100.0	0.0010328265083128054	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
MAD0112_000000002044	10604	0.9298462626382886	7	7	6	6	5	False	14477	maximal	True	MAD0112_000000002044	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3265.0	91.945	31.0	0.025687015059812583	NZ_CBYM010000007.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MON0076_000000029958	1603	0.9298445400363596	3	3	3	3	2	False	73610	fragment	False	FIJ0006_000000016351	0.2538490710460073		0	0	False	False	1.0	0					non-mobilizable	other	1603.0	99.93799999999999	100.0	0.057738052331867656	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ENG0090_000000007927	2813	0.9298433648863236	3	3	3	3	3	False	102817	fragment	False	ENG0090_000000007927	1.0		0	0	False	False	0.9975115656852722	0					non-mobilizable	no_good_hit	1573.0	99.619	82.0	0.0006904269579226054	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0211_000000001888	17547	0.9298410225954014	24	8	1	8	2	False	114797	maximal	True	ENG0211_000000001888	0.9447234848232925		8	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0065_000000001308	17494	0.9298410225954014	23	8	1	8	2	False	114797	maximal	False	ENG0211_000000001888	0.7648300602426062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0093_000000000758	17464	0.9298410225954014	24	8	1	8	2	False	114797	maximal	False	ENG0211_000000001888	0.9399322476310504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0108_01_000000000844	17453	0.9298410225954014	24	8	1	8	2	False	114797	maximal	False	ENG0211_000000001888	0.9381523045385612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0127_000000001207	16446	0.9298410225954014	22	8	1	8	2	False	114797	maximal	False	ENG0211_000000001888	0.31382653840280955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0260_000000004966	2571	0.9298277948832496	5	1	0	1	1	True	110205	fragment	False	ISR0260_000000004966	0.9974609375		0	0	False	False	0.9898871779441833	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	9.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ENG0018_000000008206	2560	0.9298277948832496	4	1	0	1	1	True	110205	fragment	False	ISR0260_000000004966	0.9953325554259043		0	0	False	False	0.991406261920929	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	9.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
AST0089_000000011342	1997	0.9298277948832496	3	1	0	1	1	True	110203	fragment	False	AST0089_000000011342	1.0		0	0	False	False	0.998497724533081	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	11.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
FIJ0047_000000019454	1594	0.9298277948832496	1	1	0	1	1	True	51983	maximal	False	FIJ0007_000000011400	0.9998952440812906		0	0	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
FIJ0058_000000026058	1591	0.9298277948832496	1	1	0	1	1	True	51983	maximal	False	FIJ0007_000000011400	0.9991764554741861		0	0	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
FIJ0151_000000011112	1571	0.9298277948832496	1	1	0	1	1	True	51983	maximal	False	FIJ0007_000000011400	0.99989898989899		0	0	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
FIJ0004_000000016897	1551	0.9298277948832496	2	1	0	1	1	True	51983	maximal	False	FIJ0007_000000011400	0.9998977505112475		0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
ISR0124_000000010625	1300	0.9298277948832496	2	1	0	1	1	True	32072	fragment	False	ISR0124_000000010625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	17.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
FIJ0038_000000027763	1292	0.9298277948832496	3	1	0	1	1	True	47610	maximal	True	FIJ0038_000000027763	1.0		0	0	False	False	0.99071204662323	0					non-mobilizable	no_good_hit	338.0	97.041	26.0	0.0032549379436905396	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0194_000000006607	4102	0.9298255558139972	8	5	5	5	3	False	129768	fragment	False	ENG0194_000000006607	1.0		0	0	False	True	0.9995124340057373	0					non-mobilizable	chromosome	1742.0	99.08200000000001	100.0	0.0004665589016544216	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0144_000000000871	13018	0.9298251095732956	16	9	7	9	8	False	115963	maximal	True	CHI0144_000000000871	1.0		1	1	False	False	0.999846339225769	0					non-mobilizable	no_good_hit	2169.0	100.0	17.0	0.015360199512554554	NZ_SPFU01000017.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_17_length_141144_cov_23.9452, whole genome shotgun sequence	True	False
ENG0012_000000002752	8645	0.9298209924652686	9	7	4	4	6	False	67102	maximal	True	ENG0012_000000002752	1.0		3	2	False	False	0.997686505317688	0					non-mobilizable	no_good_hit	2148.0	95.531	45.0	0.0008343670624372379	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0834_000000002841	5720	0.9298178040805992	4	4	3	4	2	False	116121	fragment	False	ISR0834_000000002841	1.0		0	0	False	False	0.9993007183074951	0					non-mobilizable	no_good_hit	245.0	71.837	4.0	7.652624850323662e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
FIJ0020_000000000236	36718	0.9298104147285396	38	17	11	16	10	True	98440	fragment	False	FIJ0020_000000000236	0.9738610383092623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	78.767	3.0	0.00025082563437983364	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
MAD0078_000000009548	1162	0.92980893496146	1	1	1	1	1	False	16187	fragment	False	MAD0078_000000009548	0.9955357142857143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	78.244	42.0	0.019846895378508648	NZ_KB291014.1	CFB group bacteria	Prevotella saccharolytica F0055 Scfld750, whole genome shotgun sequence	True	False
FIJ0124_000000006898	3758	0.929805772271438	4	3	3	3	3	False	44499	maximal	True	FIJ0124_000000006898	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	72.581	11.0	0.0003482955644354989	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
MAD0041_000000029375	1285	0.929795654111188	2	2	2	2	2	False	47612	fragment	False	FIJ0038_000000027104	0.9543173045315456		0	0	False	False	0.9953307509422302	0					non-mobilizable	chromosome	1285.0	98.054	100.0	0.0003593668091166098	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0034_01_000000009757	5842	0.9297938507238166	8	3	2	3	1	True	107221	fragment	False	USA0034_01_000000009757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	94.068	70.0	0.0004271663352711784	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
USA0069_01_000000012191	5050	0.9297938507238166	6	3	2	3	1	True	107220	fragment	False	USA0069_01_000000012191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2395.0	83.758	65.0	0.03293069334329556	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
MON0070_000000030840	1139	0.9297930978790836	2	2	2	2	2	False	91382	fragment	False	MON0070_000000030840	0.9312011161741465		0	0	False	False	0.9973661303520203	0					non-mobilizable	no_good_hit	493.0	79.919	43.0	0.0017585142911011925	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
CAN0016_000000034185	1334	0.9297816465275986	3	1	1	1	1	False	92696	fragment	False	CAN0016_000000034185	1.0		0	0	False	False	0.9985007643699646	0					non-mobilizable	no_good_hit	83.0	89.15700000000001	6.0	2.4387548861658466e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0122_000000000691	21427	0.929778429550898	26	23	5	11	21	True	41450	maximal	True	FIJ0122_000000000691	1.0		1	1	False	False	1.0	0	rep_cluster_1992	MOBT			mobilizable	no_good_hit	17156.0	95.745	80.0	0.4429003177227288	DQ489740.1	firmicutes	Leuconostoc citreum KM20 plasmid pLCK1, complete sequence	True	True
MON0001_000000029337	1192	0.9297725274394392	1	1	1	1	1	False	14357	fragment	False	MON0001_000000029337	1.0		0	0	False	False	0.9563758373260498	0					non-mobilizable	no_good_hit	517.0	99.613	43.0	0.00015535771867426876	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0064_000000000179	54927	0.92976530782748	58	27	18	24	10	True	76044	maximal	True	DEN0064_000000000179	1.0		1	1	False	False	0.9999635815620422	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	0.000442520212409702	NZ_SMCQ01000011.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_111, whole genome shotgun sequence	True	True
FIJ0150_000000017842	1388	0.9297574159852052	2	1	1	1	1	False	72695	fragment	False	FIJ0150_000000017842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	73.013	33.0	0.003259333864898513	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ISR0047_000000001270	15561	0.9297543622703636	17	15	7	10	14	True	123669	fragment	False	ISR0047_000000001270	1.0		0	0	False	True	0.9999357461929321	0	rep_cluster_1702				non-mobilizable	no_good_hit	5308.0	98.88799999999999	67.0	0.1712939049586777	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0190_000000014156	1605	0.9297522633099468	2	2	2	2	1	False	106735	fragment	False	ISR0190_000000014156	0.9949937421777222		0	0	False	False	0.9987539052963257	0					non-mobilizable	other	1605.0	99.37700000000001	100.0	0.0006624576103535021	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
ISR0183_000000006651	5312	0.9297518130364902	6	5	5	4	4	False	29493	maximal	True	ISR0183_000000006651	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4054.0	99.43299999999999	76.0	0.05303793658479134	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	True	False
SPA0124_000000007867	3696	0.9297479444431824	6	6	5	6	6	False	78307	maximal	True	SPA0124_000000007867	1.0		41	9	False	False	0.9997294545173645	0					non-mobilizable	chromosome	3696.0	100.0	100.0	0.0006817445057758243	CP050455.1	enterobacteria	Klebsiella pneumoniae strain NMI4661_17 chromosome	False	False
MAD0096_000000000937	13429	0.9297478095880242	16	14	1	2	14	False	80363	fragment	False	MAD0096_000000000937	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	13429.0	98.436	100.0	0.15855819668257642	CP056818.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_3, complete sequence	False	True
CHI0140_000000004429	6857	0.929747168924298	6	3	3	3	2	True	89512	maximal	True	CHI0140_000000004429	1.0		1	1	False	False	0.9998541474342346	0					non-mobilizable	no_good_hit	1498.0	98.131	24.0	0.0006381030568707736	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
ISR0059_000000002196	6921	0.92973912658595	7	4	2	2	4	False	126715	maximal	True	ISR0059_000000002196	1.0	PS832|PS833|PS837|PS974|PS975|PS976	6	2	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4136.0	99.976	73.0	0.6342997392238073	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0212_000000002414	11117	0.9297327545391918	11	10	9	8	7	False	105730	fragment	False	ISR0212_000000002414	1.0		0	0	False	False	0.9998201131820679	0					non-mobilizable	no_good_hit	222.0	76.126	2.0	0.0022640033754232143	NZ_FNRK01000012.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	True	False
ISR0189_000000001679	5686	0.9297304057930472	5	5	4	5	3	False	129682	maximal	True	ISR0189_000000001679	1.0	PS1061	2	2	False	True	1.0	0					non-mobilizable	chromosome	1800.0	99.22200000000001	90.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0005_000000001209	17436	0.9297281592853958	15	10	4	10	4	True	80302	fragment	False	MON0060_000000000842	0.9554038597322773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	85.098	1.0	0.0006071349326909244	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ENG0167_000000008135	3046	0.9297194312872404	4	3	3	3	3	False	56075	maximal	True	ENG0167_000000008135	1.0		1	1	False	False	0.9954038262367249	0					non-mobilizable	no_good_hit	553.0	90.59700000000001	18.0	0.00012351524383967722	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ISR0114_000000002721	8596	0.9297189884467322	16	8	4	7	2	True	88773	maximal	True	ISR0114_000000002721	1.0		0	0	False	False	0.9997673630714417	0					non-mobilizable	no_good_hit	2732.0	90.59299999999999	67.0	0.10462071621101271	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0011_000000007264	5742	0.929717425924067	10	3	1	3	1	False	51012	maximal	False	MAD0099_000000004520	0.9887005649717514		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	9.317687419323454e-06	NZ_LT899436.1	CFB group bacteria	Tenacibaculum jejuense strain KCTC 22618(T) chromosome TJEJU	True	True
ISR0087_000000006989	3905	0.929713577049029	7	5	5	4	3	False	129744	maximal	True	ISR0087_000000006989	1.0	PS1061	0	0	False	True	0.9989756941795349	0					non-mobilizable	chromosome	1742.0	99.311	90.0	0.0004665589016544216	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0151_000000013953	1510	0.92970036098148	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.6189424998163147		0	0	False	False	0.9993377327919006	0					non-mobilizable	other	1510.0	98.94	100.0	0.006848258209740955	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0017_000000021961	1508	0.92970036098148	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.5980242808335472		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	99.40299999999999	100.0	0.006839181658104453	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0271_000000003152	4521	0.929696495834208	5	3	2	3	1	False	79094	maximal	True	ISR0271_000000003152	1.0		28	4	False	False	0.9971245527267456	0					non-mobilizable	no_good_hit	659.0	98.786	15.0	0.00021125033228585702	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0017_000000009395	2996	0.9296913281007066	5	5	3	4	2	False	81641	fragment	False	ISR0159_000000008297	0.6920288900770832		0	0	False	False	0.9893190860748291	0					non-mobilizable	no_good_hit	114.0	79.825	4.0	0.904	KU546458.1	bacteria	Uncultured bacterium clone PE_03F_000_Contig_27 genomic sequence	True	False
CHI0052_000000000944	11999	0.9296786695403364	15	14	9	10	14	True	114601	fragment	False	CHI0052_000000000944	1.0		0	0	False	False	1.0	0	rep_cluster_707	MOBQ			mobilizable	plasmid	4893.0	98.079	99.0	0.09801797464291447	NZ_CP011405.1	firmicutes	Lactobacillus salivarius str. Ren plasmid pR2, complete sequence	False	True
FIJ0123_000000004152	8027	0.9296779127745832	13	6	5	6	1	False	41385	maximal	True	FIJ0123_000000004152	1.0		1	1	False	False	0.9998754262924194	0					non-mobilizable	no_good_hit								True	False
AUS0006_000000003269	5811	0.9296773684522648	7	6	5	5	6	False	111443	fragment	False	ISR0288_000000004193	0.8804547627491931		0	0	False	False	1.0	0					non-mobilizable	other	5816.0	99.10600000000001	100.0	0.008051726072328408	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MON0002_000000014357	1843	0.9296656550436396	3	3	3	2	2	False	112338	fragment	False	ISR0805_000000006670	0.9288438090207335		0	0	False	False	1.0	0					non-mobilizable	other	1700.0	98.294	99.0	0.00047153306563140445	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0164_000000015580	1771	0.9296618080758778	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.5279118420644354		0	0	False	False	0.9994353652000427	0					non-mobilizable	other	1713.0	95.914	97.0	0.0004754208529805444	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0392_000000004069	6664	0.9296594406850596	10	5	3	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8882038099346057	PS1125|PS140|PS493|PS494	0	0	True	True	0.9998499155044556	69					non-mobilizable	plasmid	5661.0	95.10700000000001	99.0	0.8687970502381318	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0201_000000003950	6648	0.9296594406850596	10	5	3	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8906470931924786	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	132					non-mobilizable	plasmid	4472.0	95.99700000000001	98.0	0.6864341680749732	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
AST0047_000000015227	1508	0.9296578107137348	4	2	2	2	2	False	115195	fragment	False	AST0047_000000015227	0.9659485753995831		0	0	False	False	0.9515914916992188	0					non-mobilizable	no_good_hit								True	False
SPA0056_000000023972	1493	0.9296513966454164	3	3	3	2	2	False	7994	maximal	True	SPA0056_000000023972	1.0		2	2	False	False	0.9665103554725647	0					non-mobilizable	no_good_hit	81.0	100.0	5.0	1.750239509337856e-05	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
SPA0130_000000004357	7508	0.9296462504958428	11	5	2	3	4	True	76965	backbone	True	SPA0130_000000004357	1.0	PS328|PS329|PS369|PS370	4	4	True	True	1.0	15					non-mobilizable	no_good_hit	475.0	84.421	26.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0027_000000001921	8503	0.929645682678962	12	4	3	4	3	False	67002	fragment	False	FIJ0027_000000001921	1.0		0	0	False	False	0.9998824000358582	0					non-mobilizable	no_good_hit	1117.0	75.47	13.0	0.0003702535597355313	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0088_000000002528	6444	0.9296446655616516	6	5	5	5	3	False	128401	maximal	True	SPA0088_000000002528	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	72.542	13.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0123_000000003799	3586	0.929642899234061	5	5	5	5	5	False	81719	maximal	True	CHI0123_000000003799	1.0		2	2	False	False	1.0	0					non-mobilizable	other	3586.0	99.944	100.0	0.24511144537125668	NZ_JH604968.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld499, whole genome shotgun sequence	False	False
SPA0055_000000006981	4490	0.9296336933143298	6	6	5	6	5	False	104527	fragment	False	SPA0056_000000006972	0.9226591053421893		0	0	False	False	1.0	0					non-mobilizable	chromosome	4490.0	97.728	100.0	0.0018486808021355577	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0047_000000004738	4386	0.9296282996136552	4	3	3	3	3	False	128375	fragment	False	AST0047_000000004738	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4343.0	95.83200000000001	99.0	0.001523460768688752	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0164_000000002374	9769	0.9296255759806216	9	8	7	7	8	False	101320	fragment	False	FIJ0014_000000001935	0.6635510602162019		0	0	False	False	0.9990786910057068	0					non-mobilizable	no_good_hit	174.0	81.609	2.0	0.0003359047195583921	NZ_HE999444.1	CFB group bacteria	Prevotella conceptionensis 9403948, whole genome shotgun sequence	True	False
FIJ0123_000000003654	9039	0.9296250917128605	12	9	4	4	8	True	132506	backbone	False	ISR0038_000000002833	0.9915174270309037	PS1165|PS799|PS800	0	0	True	True	1.0	75	rep_cluster_1097	MOBB			mobilizable	plasmid	8372.0	99.2	100.0	0.9365416899832121	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0083_000000003731	8117	0.9296250917128605	12	9	4	4	8	True	132506	backbone	False	ISR0038_000000002833	0.8301159166938268	PS1165|PS799|PS800	0	0	False	True	0.9998767971992493	0	rep_cluster_1097	MOBB			mobilizable	plasmid	7462.0	99.116	100.0	0.8346950195858982	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0011_000000005172	7937	0.9296250917128605	12	9	4	4	8	True	132506	backbone	False	ISR0038_000000002833	0.025196262752004872	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	7462.0	99.116	100.0	0.8346950195858982	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0153_000000003581	7937	0.9296250917128605	12	9	4	4	8	True	132506	backbone	False	ISR0038_000000002833	0.025197713335540536	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	7465.0	99.14299999999999	100.0	0.8350307778399553	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AST0028_000000003801	4581	0.929621108099978	5	4	4	4	4	False	123018	maximal	True	AST0028_000000003801	1.0		7	5	False	False	0.9995633959770203	0					non-mobilizable	no_good_hit	1543.0	94.75	34.0	0.00038616025725951174	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MAD0112_000000024619	1188	0.9296198419980546	1	1	1	1	1	False	50432	fragment	False	FIJ0014_000000020280	0.959920634920635		0	0	False	False	0.9882155060768127	0					non-mobilizable	other	1015.0	87.094	98.0	0.004293135640223379	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
SPA0105_000000005749	4825	0.9296167672828954	4	3	3	3	3	False	84745	fragment	False	SPA0105_000000005749	1.0		0	0	False	False	0.9995855093002319	0					non-mobilizable	chromosome	4825.0	99.544	100.0	0.0012101695391570015	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0182_000000013053	2835	0.929611956754113	4	3	2	3	2	False	129539	fragment	False	ISR0182_000000013053	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1679.0	89.339	100.0	0.00044806805489155255	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0400_000000005738	3110	0.92961018073278	5	5	4	3	3	False	98931	fragment	False	ISR0400_000000005738	0.9510461550233957		0	0	False	False	1.0	0					non-mobilizable	other	3110.0	99.904	100.0	0.000520235034457832	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0393_000000000542	21233	0.9296083833893252	33	11	5	11	5	False	53880	maximal	True	ISR0393_000000000542	1.0		2	1	False	False	0.9997174143791199	0					non-mobilizable	no_good_hit	1302.0	80.184	6.0	0.0004366416042314479	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0181_000000003331	5867	0.9296039473567168	7	5	4	4	4	False	123628	fragment	False	USA0108_01_000000001009	0.16103950899859282		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2791.0	98.137	88.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0355_000000001032	13985	0.9296006843525021	15	14	9	11	12	True	123702	fragment	False	ENG0167_000000001303	0.7905583438656949		0	0	False	True	0.9994279742240906	0	rep_cluster_1702				non-mobilizable	no_good_hit	5244.0	99.18	86.0	0.0011923170793900581	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	True
FIJ0133_000000003810	8983	0.9295912982126594	13	6	3	4	4	True	76973	maximal	True	FIJ0133_000000003810	0.99202372141553	PS328|PS329|PS369	4	3	True	True	1.0	5					non-mobilizable	no_good_hit	475.0	84.632	21.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ENG0204_000000002171	8615	0.9295912982126594	12	6	3	4	4	True	76973	maximal	False	FIJ0133_000000003810	0.9619507327535507	PS328|PS329|PS369	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	475.0	84.632	22.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
USA0038_01_000000000668	24953	0.9295907421927824	35	19	13	15	15	True	125421	maximal	False	SPA0136_000000000618	0.26140845811762276		0	0	False	False	1.0	0					non-mobilizable	other	24955.0	98.281	100.0	0.007121630554283881	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0210_000000000039	97618	0.9295812186047832	90	13	5	12	3	True	127415	maximal	False	SPA0046_000000000019	0.9106727098684546		0	0	True	True	1.0	484					non-mobilizable	virus	32454.0	97.245	96.0	0.3295009039387353	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
ISR0218_000000000833	14119	0.9295733373101052	18	6	5	5	5	False	51070	fragment	False	ISR0218_000000000833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	86.087	2.0	0.07245155855096883	MK233569.1	viruses	Uncultured human fecal virus clone F.saccharivorans_S05.J22_3-CL32_c8 sequence	True	False
DEN0092_000000002626	4393	0.9295725047584491	7	4	3	3	3	True	91201	maximal	True	DEN0092_000000002626	1.0		0	0	False	False	0.9997723698616028	0					non-mobilizable	no_good_hit	2265.0	93.819	62.0	0.0005150065673582827	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0039_000000009957	2520	0.929572498407692	3	3	2	3	3	False	82895	fragment	False	ENG0039_000000009957	1.0		0	0	False	False	0.9984126687049866	0					non-mobilizable	plasmid	2518.0	99.96	99.0	0.022507176006652897	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
DEN0085_000000017387	1649	0.9295711637020804	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.6947079213806154	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1639.0	85.296	99.0	0.01930711787503545	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0354_000000010271	1873	0.9295696532859696	2	2	2	2	2	False	102264	maximal	True	ISR0354_000000010271	1.0		0	0	False	False	0.9973304867744446	0					non-mobilizable	no_good_hit	455.0	96.264	28.0	0.00012607538975068175	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0093_000000008590	2061	0.9295574445837048	2	2	1	1	2	True	109539	maximal	True	AST0093_000000008590	1.0		2	1	False	False	0.9878699779510498	0	rep_cluster_554				non-mobilizable	plasmid	2065.0	98.499	100.0	0.28215654077723046	CP061327.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS7a, complete sequence	False	True
USA0026_01_000000000998	24433	0.9295536646874156	34	14	5	9	12	True	42896	maximal	True	USA0026_01_000000000998	1.0		1	1	False	False	0.9976670742034912	0					non-mobilizable	no_good_hit	206.0	84.95100000000001	1.0	0.002272676633764845	MN399336.1	viruses	Edwardsiella phage vB_EtaM_ET-ABTNL-9, complete genome	True	True
MON0033_000000002642	19323	0.9295532490612554	14	7	5	7	4	False	124351	maximal	False	AST0019_000000000873	0.9258934215912173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4111.0	82.34	71.0	0.007108195166845621	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ENG0204_000000001666	10560	0.9295467330698628	15	14	6	6	13	False	98185	fragment	False	ENG0204_000000001666	1.0		0	0	False	True	0.9999052882194519	0		MOBP		MOBP	mobilizable	plasmid	10560.0	99.991	100.0	0.11716210068461991	CP057977.1	enterobacteria	Escherichia coli strain RHB07-C04 plasmid pRHB07-C04_3, complete sequence	False	True
SPA0082_000000000480	25301	0.9295424791786121	24	21	13	15	18	True	123714	fragment	False	SPA0082_000000000480	0.9710071338412123		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	14498.0	99.531	57.0	0.1446491298099952	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
MAD0062_000000001140	9472	0.9295394482652274	9	4	3	3	4	True	132139	maximal	True	MAD0062_000000001140	1.0		1	1	False	False	0.9997888803482056	0					non-mobilizable	virus	4380.0	91.712	97.0	0.24646407270661744	MK231927.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_1-CL21_c1 sequence	False	True
FIJ0140_000000005985	4471	0.9295377731098764	5	4	4	4	4	False	116217	maximal	True	FIJ0140_000000005985	1.0		0	0	False	False	0.9968687295913696	0					non-mobilizable	no_good_hit	1964.0	95.01	56.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0153_000000018357	1633	0.9295343637372376	2	2	1	2	1	False	56923	fragment	False	ENG0153_000000018357	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	100.0	6.0	0.0002423246307183345	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
FIJ0082_000000015263	1993	0.929532784195669	2	1	1	1	1	True	44444	fragment	False	FIJ0082_000000015263	1.0		0	0	False	False	0.9949824213981628	0					non-mobilizable	no_good_hit	1012.0	88.14200000000001	84.0	0.3094645080946451	AF301164.1	e-proteobacteria	Campylobacter jejuni plasmid pCJ01, complete sequence	True	True
MAD0065_000000006756	1720	0.929532784195669	1	1	1	1	1	True	16627	maximal	True	MAD0065_000000006756	1.0		1	1	False	False	1.0	0	rep_cluster_950				non-mobilizable	plasmid	1323.0	92.51700000000001	97.0	0.2472893285143618	CP017855.1	e-proteobacteria	Campylobacter jejuni strain ZP3204 plasmid pCJDM204S, complete sequence	False	True
FIJ0078_000000014783	1662	0.929532784195669	1	1	1	1	1	True	44443	fragment	False	FIJ0078_000000014783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	87.99600000000001	81.0	0.30074719800747196	AF301164.1	e-proteobacteria	Campylobacter jejuni plasmid pCJ01, complete sequence	True	True
FIJ0056_000000005181	4553	0.9295309684300226	7	6	5	5	5	False	119459	fragment	False	FIJ0056_000000005181	1.0		0	0	False	False	0.9995607137680054	0					non-mobilizable	no_good_hit	1900.0	93.895	53.0	0.04729393003089804	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
DEN0069_000000009819	2868	0.9295302629729514	3	2	2	2	2	False	70739	fragment	False	DEN0069_000000009819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000026174	2351	0.9295262271251366	4	2	2	2	2	True	76071	fragment	False	USA0069_01_000000026174	1.0		0	0	False	False	0.9987239241600037	0					non-mobilizable	other	2351.0	98.766	100.0	0.0006479785963018896	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
ISR0112_000000003026	8041	0.9295188468160464	13	2	1	2	1	False	32664	fragment	False	ISR0112_000000003026	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	87.5	2.0	0.07108626198083066	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0018_000000003563	7114	0.9295085042061698	9	2	1	2	2	False	7810	maximal	True	SPA0018_000000003563	1.0		4	2	False	False	0.9998594522476196	0					non-mobilizable	no_good_hit	528.0	73.295	8.0	0.0001260214417882688	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0145_01_000000007831	3112	0.9295064087839606	5	5	4	3	3	False	120521	fragment	False	CAN0021_000000006846	0.10616159181626338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	99.41799999999999	65.0	0.0002587392768670327	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
USA0059_01_000000008507	3112	0.9295064087839606	5	5	4	3	3	False	120521	fragment	False	CAN0021_000000006846	0.10602549937394384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	99.26799999999999	65.0	0.0002570444781102617	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
AST0010_000000013392	2199	0.9295043060200646	2	2	2	2	1	False	126260	fragment	False	AST0010_000000013392	1.0		0	0	False	False	0.9927239418029785	0					non-mobilizable	no_good_hit	137.0	78.102	6.0	4.050724747207569e-05	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
ENG0200_000000002393	7973	0.9294935368230881	8	5	2	4	4	False	115039	maximal	True	ENG0200_000000002393	1.0		16	6	False	False	0.999623715877533	0					non-mobilizable	no_good_hit	4429.0	92.662	55.0	0.07913153985215414	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
ISR0849_000000023604	1133	0.9294890848333492	2	2	0	2	1	True	20578	fragment	False	ISR0849_000000023604	1.0		0	0	False	False	0.9938217401504517	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	0.0125	LN853892.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1326	True	True
ISR0164_000000008303	3051	0.9294739146275592	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.49656319798783893	PS1090	0	0	True	True	0.9996722340583801	36					non-mobilizable	other	2769.0	94.87200000000001	99.0	0.9228971962616822	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0047_000000009542	3045	0.9294739146275592	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4964654493833332	PS1090	0	0	True	True	0.9996715784072876	30					non-mobilizable	other	2056.0	93.09299999999999	99.0	0.684913217623498	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CHI0045_000000005035	3914	0.9294736440361286	5	4	4	4	4	False	105498	fragment	False	SPA0054_000000006782	0.9471739230846641		0	0	False	False	0.9997445344924927	0					non-mobilizable	other	3944.0	83.367	100.0	0.003874903841513084	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
FIJ0122_000000007856	2067	0.9294594061584848	3	3	3	3	3	False	111364	fragment	False	FIJ0122_000000007856	0.9621412896145498		0	0	False	False	1.0	0					non-mobilizable	chromosome	2067.0	98.887	100.0	0.0004529541556022492	CP047571.1	enterobacteria	Escherichia coli strain 2EC1 chromosome, complete genome	False	False
ISR0157_000000027896	1137	0.9294505496514596	4	2	1	1	2	False	30521	fragment	False	ISR0157_000000027896	1.0		0	0	False	False	1.0	0					non-mobilizable	other	737.0	94.573	100.0	0.00026656159152522985	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0066_000000004905	3664	0.9294474874323284	3	3	2	3	1	True	120577	fragment	False	ENG0092_000000005071	0.9492443324937028		0	0	False	False	0.9997270703315735	0					non-mobilizable	no_good_hit								True	True
MON0034_000000004001	4829	0.9294434063243302	8	3	3	3	2	True	55513	fragment	False	MON0034_000000004001	1.0		0	0	False	False	0.992959201335907	0					non-mobilizable	no_good_hit	3259.0	99.141	67.0	0.0008690945651179373	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0050_000000025867	1529	0.92943814164455	2	2	2	2	2	False	52348	fragment	False	USA0034_01_000000027858	0.2800033070404703		0	0	False	False	0.9502943158149719	0					non-mobilizable	other	1525.0	96.91799999999999	99.0	0.026653141887755995	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
USA0080_01_000000015987	2727	0.9294238098249638	4	4	3	4	3	False	63209	fragment	False	ISR0002_000000007011	0.9460173633200916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	373.0	71.314	13.0	0.009161222497559511	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0149_000000008031	4483	0.9294180790044202	9	2	1	2	1	True	3318	maximal	True	SPA0149_000000008031	1.0		1	1	False	False	0.9984385371208191	0					non-mobilizable	no_good_hit	1740.0	90.92	53.0	0.7113486842105263	HG796408.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00970	True	True
FIJ0172_000000004144	5911	0.9294129252936568	10	4	4	3	2	True	97597	maximal	True	FIJ0172_000000004144	1.0		8	1	False	False	0.9952630400657654	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
MON0078_000000031526	1485	0.9294127315844376	2	2	2	2	1	True	43795	fragment	False	MON0078_000000031526	0.9934258582907232		0	0	False	False	0.9771043658256531	0					non-mobilizable	no_good_hit	108.0	77.778	7.0	0.0018973274787228275	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
USA0063_01_000000005693	3571	0.929411947646919	5	3	2	3	1	True	77880	fragment	False	USA0063_01_000000005693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.003577417551704863	NZ_FNQY01000044.1	CFB group bacteria	Arachidicoccus rhizosphaerae strain Vu-144, whole genome shotgun sequence	True	True
CHI0185_000000001531	10816	0.9294084719680972	8	6	3	6	3	True	109086	fragment	False	CHI0185_000000001531	1.0		0	0	False	False	0.9999075531959534	0					non-mobilizable	no_good_hit	3138.0	95.634	49.0	0.0006618959750431003	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
SPA0146_000000011540	2011	0.9294078451254096	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.7619950602951711		0	0	False	False	1.0	0					non-mobilizable	chromosome	2011.0	99.801	100.0	0.0008495806833249291	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0127_000000008679	2928	0.9294064303493464	5	4	2	2	2	True	58736	maximal	True	ENG0127_000000008679	1.0		7	3	False	False	0.9979507923126221	0					non-mobilizable	no_good_hit	2434.0	100.0	83.0	0.03665094979136225	NZ_JHWQ01000010.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	True
FIJ0099_000000019283	1144	0.9293921512885718	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.05084721156150698		0	0	False	False	1.0	0					non-mobilizable	chromosome	1136.0	93.662	100.0	0.00024590865106196875	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
USA0026_01_000000001376	19860	0.9293920571260864	26	24	10	15	22	True	132539	fragment	False	USA0026_01_000000001376	1.0		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	11686.0	92.444	93.0	0.15761795322428013	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0089_000000003632	9107	0.9293882903865641	9	5	5	5	2	False	99576	fragment	False	SPA0089_000000003632	0.9909080767514502		0	0	False	False	0.9995607733726501	0					non-mobilizable	plasmid	9096.0	95.822	99.0	0.037222473016784996	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MAD0056_000000007712	1791	0.9293711488964236	2	2	1	2	2	False	43360	fragment	False	MAD0109_000000007668	0.9581709194894427		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1793.0	97.434	100.0	0.014937814677736654	CP053298.1	enterobacteria	Escherichia coli strain M1/5 plasmid pM1-5_120, complete sequence	False	True
FIJ0061_000000021403	1332	0.9293593130476696	3	2	1	2	1	False	45781	fragment	False	FIJ0061_000000021403	0.9216867469879517		0	0	False	False	0.9872372150421143	0					non-mobilizable	other	1332.0	98.12299999999999	100.0	0.0003798849898906639	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0854_000000006806	1405	0.9293559151277616	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.6010567033457441		0	0	False	False	1.0	0					non-mobilizable	other	1405.0	95.87200000000001	100.0	0.16175115207373272	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
AST0087_000000005682	5472	0.9293535434182258	7	6	6	0	0	False	111065	fragment	False	ISR0228_000000003997	0.9551945733666547		0	0	False	False	0.9939693212509155	0					non-mobilizable	no_good_hit	1697.0	72.304	31.0	0.0009246894297896526	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
ISR0230_000000015506	2135	0.9293486516448344	2	1	1	1	1	False	27534	fragment	False	ISR0230_000000015506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0007_000000002268	5728	0.9293477714272552	7	6	6	6	4	False	92339	maximal	True	ISR0007_000000002268	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	99.78	32.0	0.9994511525795828	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
SPA0111_000000012695	2715	0.9293388854852064	5	5	3	5	4	True	106416	fragment	False	SPA0111_000000012695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	99.125	70.0	0.0012953221015396476	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	True	True
ISR0400_000000005245	3370	0.929337850381149	4	3	3	3	3	False	128303	fragment	False	ISR0400_000000005245	1.0		0	0	False	False	0.9964391589164734	0					non-mobilizable	other	1778.0	98.088	97.0	0.0006181223436244548	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
USA0025_01_000000001652	11257	0.9293327108083376	14	12	6	6	9	True	132596	backbone	False	ISR0120_000000000296	0.003588759697905395	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	11178.0	99.928	99.0	0.33832788473180775	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0158_000000007074	2574	0.9293305194259672	2	2	1	2	1	False	56578	fragment	False	ENG0158_000000007074	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2574.0	98.25200000000001	100.0	0.0008520524927916624	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ISR0028_000000002977	5509	0.9293158231597148	6	3	1	2	1	True	132468	maximal	False	AST0002_000000005991	0.9583663320624025		0	0	True	True	1.0	83					non-mobilizable	no_good_hit	267.0	75.281	5.0	0.06798715203426124	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
ISR0031_000000003137	5498	0.9293158231597148	5	3	1	2	1	True	132468	maximal	False	AST0002_000000005991	0.9684847939778691		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	265.0	75.472	5.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
ISR0023_000000004960	5447	0.9293158231597148	6	3	1	2	1	True	132468	maximal	False	AST0002_000000005991	0.9637846997057025		0	0	True	True	1.0	112					non-mobilizable	no_good_hit	265.0	75.472	5.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
ISR0040_000000005428	5007	0.9293158231597148	4	3	1	2	1	True	132468	maximal	False	AST0002_000000005991	0.7317262111130405		0	0	False	True	0.9998002648353577	0					non-mobilizable	no_good_hit	263.0	75.285	5.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
ISR0369_000000000472	15368	0.9293135008491564	20	15	7	11	13	True	123664	maximal	True	ISR0369_000000000472	1.0	PS902	7	2	False	True	0.9995445013046265	0	rep_cluster_1702				non-mobilizable	no_good_hit	3107.0	95.26899999999999	75.0	0.0007023851725465527	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0060_000000007101	4116	0.9293068985133618	4	2	1	2	1	True	95051	maximal	True	ISR0060_000000007101	0.9941689191013782		4	2	True	True	1.0	15					non-mobilizable	no_good_hit	784.0	91.709	36.0	0.1944789853270331	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
CAN0008_000000006954	4093	0.9293068985133618	4	2	1	2	1	True	95051	maximal	False	ISR0060_000000007101	0.9925651465701012		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	783.0	91.954	36.0	0.1944789853270331	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
ISR0147_000000006094	3925	0.9293068985133618	4	2	1	2	1	True	30961	maximal	True	ISR0147_000000006094	1.0		2	1	True	True	1.0	3					non-mobilizable	no_good_hit	823.0	89.67200000000001	38.0	0.20417806515792092	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
AST0142_000000001298	3818	0.9293068985133618	5	2	1	2	1	True	105259	maximal	True	AST0142_000000001298	1.0		4	3	True	True	1.0	28					non-mobilizable	no_good_hit	483.0	85.921	31.0	0.11887590151703556	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
ISR0356_000000004443	3806	0.9293068985133618	4	2	1	2	1	True	95051	maximal	False	ISR0060_000000007101	0.9382841010009346		0	0	False	True	0.9957960844039917	0					non-mobilizable	no_good_hit	823.0	91.009	40.0	0.20417806515792092	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
ISR0844_000000003584	3758	0.9293068985133618	5	2	1	2	1	True	105259	maximal	False	AST0142_000000001298	0.9921424829753798		0	0	True	True	0.9965407252311707	14					non-mobilizable	no_good_hit	483.0	85.921	31.0	0.11887590151703556	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
CAN0007_000000018466	2207	0.9293068985133618	3	2	1	2	1	True	95324	fragment	False	CAN0007_000000018466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	85.921	31.0	0.11887590151703556	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
CAN0008_000000014693	1973	0.9293068985133618	4	2	1	2	1	True	94998	fragment	False	CAN0008_000000014693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	85.921	24.0	0.11887590151703556	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
FIJ0133_000000023468	1635	0.9292980347946298	4	1	1	1	1	False	51402	fragment	False	FIJ0133_000000023468	0.982444733420026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	95.17200000000001	9.0	3.5305617932900204e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0008_000000018626	1538	0.9292980347946298	4	1	1	1	1	False	51402	fragment	False	FIJ0133_000000023468	0.954434250764526		0	0	False	False	0.99934983253479	0					non-mobilizable	no_good_hit	144.0	93.75	9.0	3.5060440030588396e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0169_000000006180	4390	0.9292935474335742	7	4	4	4	1	True	30105	maximal	True	ISR0169_000000006180	1.0		1	1	False	False	0.9997721910476685	0					non-mobilizable	no_good_hit								True	True
FIJ0006_000000012203	2867	0.92928876688217	3	3	3	2	2	True	53770	fragment	False	FIJ0006_000000012203	1.0		0	0	False	False	0.992675244808197	0					non-mobilizable	no_good_hit	1566.0	84.355	54.0	0.0006560208249933454	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0056_000000005690	5519	0.9292815385542922	8	6	2	2	5	False	73667	fragment	False	SPA0056_000000005690	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4845.0	82.704	100.0	0.0010764236160898935	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0058_000000022819	1328	0.9292627367695736	2	1	1	1	1	False	6288	fragment	False	SPA0058_000000022819	1.0		0	0	False	False	0.9570783376693726	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	6.063081577167073e-05	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
USA0064_01_000000004205	1976	0.9292597638805248	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9530254669303208		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	95.977	97.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0017_000000007324	3795	0.9292578408000656	5	5	5	5	5	False	79894	maximal	True	FIJ0017_000000007324	1.0		0	0	False	False	0.999472975730896	0					non-mobilizable	plasmid	3728.0	99.973	100.0	0.02563820346841486	CP029841.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 01ST04081 plasmid p01ST04081A, complete sequence	False	True
MON0065_000000005498	4836	0.9292576885878492	5	5	4	4	4	False	63293	fragment	False	MON0065_000000005498	1.0		0	0	False	False	0.998138964176178	0					non-mobilizable	other	4413.0	99.32	91.0	0.002640826629013539	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
FIJ0168_000000018983	1254	0.9292511583434228	3	2	2	2	1	False	101087	fragment	False	TAN0024_000000004209	0.21918005352916348		0	0	False	False	1.0	0					non-mobilizable	chromosome	1143.0	79.878	95.0	0.00030063522863349153	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0075_000000000490	16744	0.929248094740716	16	8	6	7	4	False	69935	fragment	False	SPA0075_000000000490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	96.396	1.0	0.0009671772428884026	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0118_000000003016	4392	0.9292436992293878	7	4	2	4	1	True	52615	fragment	False	ISR0118_000000003016	1.0		0	0	False	False	0.9972677826881409	0					non-mobilizable	no_good_hit	1054.0	92.884	56.0	0.018626165242973097	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0064_000000016930	1557	0.9292383262483536	2	1	1	1	1	False	45468	maximal	True	FIJ0064_000000016930	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	71.875	32.0	0.000148020951021315	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ETH0004_000000009866	2877	0.9292255951802332	3	3	1	3	1	True	52917	maximal	True	ETH0004_000000009866	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
ISR0367_000000005761	1664	0.9292236122183928	2	2	2	2	2	False	23581	fragment	False	ISR0367_000000005761	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	99.76	100.0	0.01819554466278612	NZ_WOTP01000011.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_11_length_91396_cov_5.535965, whole genome shotgun sequence	False	False
USA0090_01_000000000239	31955	0.9292137365091716	36	26	17	22	18	False	123882	maximal	True	USA0090_01_000000000239	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	12329.0	98.345	80.0	0.07293140080607456	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
ISR0119_000000009850	3249	0.929208261018325	4	4	4	4	3	False	68309	maximal	True	ISR0119_000000009850	1.0		6	5	False	False	0.997845470905304	0					non-mobilizable	no_good_hit	1424.0	75.843	43.0	0.0027240176559557984	NZ_PTJA01000004.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_104, whole genome shotgun sequence	True	False
ISR0829_000000005169	2801	0.9292025675341886	4	3	1	3	0	True	43277	fragment	False	ISR0829_000000005169	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2810.0	98.541	99.0	0.001504282036012801	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	True
AST0092_000000000430	30807	0.9292020730140624	33	31	15	18	27	True	109738	maximal	True	AST0092_000000000430	1.0		1	1	False	False	0.999480664730072	0		MOBC			mobilizable	plasmid	22397.0	98.348	94.0	0.40293079858860803	CP015885.1	firmicutes	Enterococcus faecalis strain sorialis plasmid Efsorialis-p2, complete sequence	False	True
ISR0320_000000005646	3648	0.9291992522313024	6	4	3	3	2	False	128351	maximal	True	ISR0320_000000005646	1.0		0	0	False	False	0.984923243522644	0					non-mobilizable	no_good_hit	2587.0	98.57	71.0	0.0009088049706641551	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ENG0115_000000006812	2751	0.9291959001435548	5	4	3	4	3	False	92124	fragment	False	ENG0115_000000006812	0.9715833532986194		0	0	False	False	1.0	0					non-mobilizable	other	2751.0	98.619	100.0	0.010995601759296281	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0064_000000009032	3004	0.9291893982736712	5	3	1	1	2	True	45507	maximal	True	FIJ0064_000000009032	1.0		3	2	False	False	0.9980026483535767	0					non-mobilizable	no_good_hit	846.0	84.279	46.0	0.10099675753572715	KX573878.1	other sequences	Cloning vector pABP1, complete sequence	True	True
MON0007_000000009678	5181	0.9291874828698388	11	4	4	4	4	False	13994	maximal	True	MON0007_000000009678	1.0		2	1	False	False	0.9986488819122314	0					non-mobilizable	no_good_hit	1490.0	71.477	28.0	0.0006335867825117897	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
DEN0057_000000002694	2283	0.9291852541530512	4	3	1	3	2	False	106132	fragment	False	DEN0057_000000002694	1.0		0	0	False	False	0.9899255633354187	0					non-mobilizable	chromosome	2254.0	99.956	99.0	0.0007101401904360854	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0025_000000004440	4761	0.929170285328842	5	3	3	3	1	True	110122	fragment	False	DEN0046_000000004253	0.6773222245807684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0020_01_000000005131	6721	0.929168256402514	13	7	4	7	3	True	1807	maximal	True	USA0020_01_000000005131	1.0		1	1	False	False	0.9973218441009521	0					non-mobilizable	no_good_hit	121.0	82.645	2.0	6.382374434760965e-05	CP046161.1	firmicutes	Ruminococcaceae bacterium LAM 19011 chromosome, complete genome	True	True
ISR0182_000000023208	1713	0.9291555515844552	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.5126738268288734		0	0	False	False	0.9912434220314026	0					non-mobilizable	other	1713.0	98.774	100.0	0.0021650824805370212	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0089_000000008759	2961	0.9291535203489576	4	4	3	4	3	False	130894	maximal	True	ISR0089_000000008759	1.0	PS1128	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1733.0	85.113	58.0	0.020417808866622554	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0029_000000000737	34511	0.929152678660714	31	11	7	11	5	True	114984	fragment	False	ISR0029_000000000737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	86.585	1.0	6.82047534537356e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MAD0098_000000028551	1587	0.9291464920937916	2	1	1	1	1	True	15293	fragment	False	MAD0098_000000028551	1.0		0	0	False	False	1.0	0	rep_cluster_2268				non-mobilizable	plasmid	1587.0	99.244	100.0	0.009909898651603953	CP056767.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00675 plasmid pRHBSTW-00675_2, complete sequence	False	True
ISR0143_000000016511	1780	0.9291424568454936	3	2	2	2	1	False	31139	maximal	True	ISR0143_000000016511	1.0		1	1	False	False	0.9960674047470093	0					non-mobilizable	no_good_hit								True	False
ISR0848_000000000491	17479	0.9291390430459624	24	13	9	10	11	True	125414	fragment	False	ISR0848_000000000491	1.0		0	0	False	False	1.0	0					non-mobilizable	other	16379.0	98.046	94.0	0.004673641404552683	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
DEN0083_000000006430	4117	0.9291331588869732	6	4	4	3	3	False	103962	fragment	False	DEN0083_000000006430	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3409.0	93.34100000000001	100.0	0.0012054579908159966	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
CHI0070_000000002777	3660	0.9291323877507912	7	6	3	4	4	True	88671	fragment	False	CHI0070_000000002777	0.9575575027382256		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	2238.0	80.25	59.0	0.45256514657980457	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
AST0014_000000002041	9963	0.9291164579663314	13	9	4	4	6	True	124554	maximal	True	AST0014_000000002041	1.0		1	1	False	False	0.9919703006744385	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2997.0	93.527	71.0	0.35397279885468863	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ENG0210_000000004901	4221	0.9291133445599844	5	2	1	2	2	False	125160	fragment	False	ENG0210_000000004901	0.9532761361864905		0	0	False	False	0.9995262026786804	0	rep_cluster_233				non-mobilizable	plasmid	4213.0	97.199	99.0	0.7249870845531255	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
SPA0089_000000011692	3337	0.9291115055996464	4	4	3	4	3	False	124031	fragment	False	MON0053_000000010412	0.9607090103397341		0	0	False	False	0.9994006752967834	0					non-mobilizable	no_good_hit	1912.0	95.397	57.0	0.0005306829731576054	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0182_000000002049	11061	0.9291084004635538	18	6	3	5	3	False	110805	maximal	True	ENG0182_000000002049	1.0		3	3	False	False	0.9999095797538757	0					non-mobilizable	no_good_hit	2590.0	92.741	62.0	0.004331594756366705	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
ISR0206_000000013705	1900	0.9290948549149436	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.9421938826809205		0	0	False	False	0.9994736909866333	0					non-mobilizable	other	1841.0	95.00299999999999	97.0	0.008350427505582078	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0063_000000023445	1308	0.9290947828536782	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.12754475012654265		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	99.465	100.0	0.00042073313714131134	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
ENG0122_000000004978	5393	0.9290947748402694	5	3	0	3	1	False	117593	maximal	False	AST0031_000000005312	0.959061559126585	PS140	0	0	True	True	1.0	67					non-mobilizable	no_good_hit	2064.0	80.766	84.0	0.3117222307574128	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
ENG0139_000000003450	5140	0.9290947748402694	6	3	0	3	1	False	92885	fragment	False	ENG0139_000000003450	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	3232.0	99.691	98.0	0.4657534246575342	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	False	True
SPA0075_000000003024	4850	0.9290899231765588	6	4	0	4	0	False	100591	fragment	False	SPA0075_000000003024	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	83.0	81.928	2.0	0.0006613369051107111	NZ_MKGR01000010.1	enterobacteria	Xenorhabdus thuongxuanensis strain 30TX1 Xentx_10, whole genome shotgun sequence	True	True
ISR0360_000000021638	1153	0.9290772615910295	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.24449715272847736		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	95.40700000000001	99.0	0.1326036866359447	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ISR0369_000000016000	1114	0.9290772615910295	3	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.20846491110944562		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	94.219	99.0	0.12707373271889402	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ISR0812_000000033587	1172	0.9290633632557552	2	2	2	2	1	False	21613	fragment	False	ISR0812_000000033587	1.0		0	0	False	False	0.9965870380401611	0					non-mobilizable	no_good_hit	562.0	75.445	48.0	0.0025445987591098	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ISR0181_000000002642	6463	0.9290617497279872	10	5	2	3	5	False	102155	fragment	False	SPA0083_000000001737	0.9781189734460762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	95.06	33.0	0.00019183525165358695	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ENG0070_000000014796	1719	0.9290540321432528	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.924941259039648		0	0	False	False	1.0	0					non-mobilizable	other	1700.0	97.706	99.0	0.0004712553665350373	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0125_000000010180	1507	0.929048199085146	3	2	2	2	2	False	107557	fragment	False	MAD0016_000000002666	0.27370877312017583		0	0	False	False	1.0	0					non-mobilizable	chromosome	1515.0	86.667	100.0	0.0005069107826924636	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0045_000000017778	1333	0.9290422057514603	2	2	2	2	1	False	47034	fragment	False	FIJ0045_000000017778	1.0		0	0	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit	218.0	74.312	16.0	0.0010056219053183033	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	True	False
MON0105_000000008436	6037	0.9290353462753606	11	3	2	3	1	True	53044	fragment	False	MON0105_000000008436	1.0		0	0	False	False	0.999171793460846	0					non-mobilizable	no_good_hit	1620.0	87.469	80.0	0.028515223478538264	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0041_000000008812	3431	0.9290353462753606	4	3	2	3	1	True	18279	fragment	False	MAD0041_000000008812	1.0		0	0	False	False	0.9997085332870483	0					non-mobilizable	no_good_hit	769.0	91.93799999999999	56.0	0.013610746818842378	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0100_000000016054	1792	0.9290294903693922	4	1	1	1	1	False	85095	fragment	False	SPA0100_000000016054	0.9649827784156142		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	99.522	93.0	0.005301685891748003	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0150_000000013581	1530	0.9290294903693922	3	1	1	1	1	False	85092	fragment	False	SPA0150_000000013581	1.0		0	0	False	False	0.9954248070716858	0					non-mobilizable	other	1513.0	97.555	99.0	0.004788312840664216	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0053_000000002115	12435	0.9290289776597764	17	17	5	7	17	False	63898	fragment	False	ENG0053_000000002115	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	12435.0	99.429	100.0	0.23963613236456144	CP045018.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain BK13048 plasmid pBK13048-3, complete sequence	False	True
USA0059_01_000000010935	2414	0.9290254683306038	4	4	4	4	3	False	91600	fragment	False	CHI0117_000000004307	0.438449372761559		0	0	False	False	0.9983429908752441	0					non-mobilizable	no_good_hit	427.0	72.834	17.0	0.00475236769747785	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
MON0030_000000006731	4802	0.9290194293921188	6	5	4	5	5	False	34450	maximal	True	MON0030_000000006731	1.0		4	2	False	False	0.9981257915496826	0					non-mobilizable	no_good_hit	1065.0	80.0	34.0	0.00031923268509020735	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0317_000000011081	1868	0.9290168552819668	2	2	2	1	1	False	58182	fragment	False	ISR0317_000000011081	1.0		0	0	False	False	0.9994646906852722	0					non-mobilizable	no_good_hit	174.0	79.885	9.0	0.0006346693745893316	NZ_LGSS01000005.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_5c, whole genome shotgun sequence	True	False
FIJ0146_000000004011	4206	0.9290068991659856	7	4	4	4	3	False	52011	fragment	False	FIJ0146_000000004011	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1612.0	96.402	50.0	0.0030867627503803367	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0027_000000014601	2733	0.9290068991659856	4	4	4	4	3	False	52006	fragment	False	MON0103_000000017091	0.9702401670727463		0	0	False	True	0.9930479526519775	0					non-mobilizable	no_good_hit	2028.0	97.929	77.0	0.0013657555338041348	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
FIJ0017_000000003622	7424	0.9289961065065896	11	10	5	4	9	True	132507	maximal	True	FIJ0017_000000003622	1.0	PS1165|PS799|PS800	1	1	False	True	0.9956896305084229	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	6437.0	98.726	87.0	0.7197537772803582	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0041_000000011098	2273	0.9289919095889556	2	2	1	2	1	True	112582	fragment	False	ENG0041_000000011098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0092_000000003353	2869	0.9289896069267644	4	4	4	4	4	False	91843	fragment	False	CHI0092_000000003353	0.9879912663755458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2063.0	98.837	72.0	0.05161322620209757	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0315_000000001410	5682	0.9289862711156716	6	4	1	3	2	False	127304	backbone	False	ISR0832_000000002251	0.770786196592915	PS1004	0	0	True	True	0.9998239874839783	12					non-mobilizable	other	3711.0	100.0	100.0	0.6612012119051862	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0150_000000001616	5682	0.9289862711156716	6	4	1	3	2	False	127304	backbone	False	ISR0832_000000002251	0.7707685284551117	PS1004	0	0	True	True	0.9998239874839783	35					non-mobilizable	other	3711.0	99.973	100.0	0.6612012119051862	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0253_000000001836	5682	0.9289862711156716	6	4	1	3	2	False	127304	backbone	False	ISR0832_000000002251	0.770786196592915	PS1004	0	0	True	True	1.0	50					non-mobilizable	other	3711.0	100.0	100.0	0.6612012119051862	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0250_000000001497	5682	0.9289862711156716	6	4	1	3	2	False	127304	backbone	False	ISR0832_000000002251	0.7707497431335809	PS1004	0	0	True	True	1.0	27					non-mobilizable	other	3676.0	99.973	100.0	0.6549634646230619	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0025_000000007778	4080	0.9289862711156716	5	4	1	3	2	False	127325	fragment	False	SPA0158_000000003622	0.947280659073555		0	0	False	True	1.0	0					non-mobilizable	other	2303.0	88.059	90.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0041_000000009950	3431	0.9289809486259524	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.30452642142705216		0	0	False	False	1.0	0					non-mobilizable	chromosome	3431.0	99.126	100.0	0.0012085873572234885	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0025_000000001960	6057	0.9289779556763891	7	7	7	7	6	False	116674	fragment	False	CHI0025_000000001960	0.9910021462770349		0	0	False	False	0.9991745352745056	0					non-mobilizable	chromosome	6057.0	99.323	100.0	0.002374899166785294	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0230_000000001105	14821	0.9289764797661456	16	14	9	11	12	True	123702	fragment	False	ENG0167_000000001303	0.8250326902054291		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	12721.0	97.54	86.0	0.12931972858320023	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
MON0054_000000031508	1569	0.9289738826270104	2	1	1	1	1	False	93421	fragment	False	MON0054_000000031508	0.9784427608217484		0	0	False	False	0.9961758852005005	0					non-mobilizable	no_good_hit	473.0	75.476	30.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0028_000000019843	1322	0.9289738826270104	2	1	1	1	1	False	95805	fragment	False	MON0028_000000019843	0.9400151860288535		0	0	False	False	0.9878970980644226	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000040716	1226	0.9289738826270104	2	1	1	1	1	False	93420	fragment	False	CAN0014_000000040716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	72.419	50.0	0.001247593564445815	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0058_000000049824	1072	0.9289738826270104	1	1	1	1	1	False	10961	fragment	False	MON0058_000000049824	1.0		0	0	False	False	0.9925373196601868	0					non-mobilizable	no_good_hit	678.0	72.124	63.0	0.0013632241874920123	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0126_000000014072	3469	0.9289690967470208	4	4	3	3	4	False	116194	fragment	False	ENG0196_000000002717	0.47936926924145595		0	0	False	False	1.0	0					non-mobilizable	chromosome	1853.0	94.28	90.0	0.0004187923034526948	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0113_01_000000008128	2316	0.9289670467978222	3	2	2	2	1	False	89434	fragment	False	USA0113_01_000000008128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	97.34200000000001	34.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
CAN0015_000000014950	2574	0.9289659869720532	4	4	3	4	4	False	93287	fragment	False	CAN0015_000000014950	0.9952076677316294		0	0	False	False	0.9848484992980957	0					non-mobilizable	chromosome	2575.0	99.10700000000001	100.0	0.000918656762495106	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	False	False
ISR0368_000000003870	3149	0.9289647596459344	2	2	2	2	1	True	122812	fragment	False	ISR0058_000000006872	0.9258964131229619		0	0	False	False	0.9993648529052734	0					non-mobilizable	other	3159.0	98.227	100.0	0.0343223562656233	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0018_000000006801	3985	0.9289607919624044	5	4	3	4	3	True	50021	maximal	True	FIJ0018_000000006801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	76.262	43.0	0.14469562272457878	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	True
MAD0007_000000000055	47323	0.9289517566527048	50	23	10	22	10	True	51480	fragment	False	MAD0007_000000000055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.00011142024768065646	NZ_JONL01000006.1	d-proteobacteria	Desulfovibrio frigidus DSM 17176 BR06DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	True
SPA0096_000000005685	5914	0.9289482408820292	8	6	4	4	5	True	123628	fragment	False	USA0108_01_000000001009	0.23675523077385804		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2791.0	98.495	89.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MON0077_000000004560	6898	0.928947265878616	11	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9909186988893126		0	0	True	True	1.0	185					non-mobilizable	no_good_hit	2134.0	86.12899999999999	69.0	0.4581066376496192	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
TAN0027_000000000745	6890	0.928947265878616	10	3	3	2	2	True	54754	maximal	True	TAN0027_000000000745	0.9928414349656702		21	5	True	True	1.0	72					non-mobilizable	no_good_hit	2170.0	91.10600000000001	68.0	0.46833514689880307	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
TAN0002_000000003764	6889	0.928947265878616	11	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9927437010645443		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	2542.0	90.40100000000001	69.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
ETH0003_000000003980	6889	0.928947265878616	11	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9926201054902416		0	0	True	True	1.0	702					non-mobilizable	no_good_hit	2542.0	90.40100000000001	69.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
ISR0064_000000002233	6883	0.928947265878616	10	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9921515797844058		0	0	True	True	1.0	59					non-mobilizable	no_good_hit	2542.0	90.40100000000001	69.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
MON0047_000000004707	6879	0.928947265878616	11	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9918934073510737		0	0	True	True	1.0	773					non-mobilizable	no_good_hit	2115.0	86.85600000000001	68.0	0.4581066376496192	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
TAN0011_000000000466	6869	0.928947265878616	10	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9927807091703054		0	0	True	True	1.0	54					non-mobilizable	no_good_hit	2542.0	90.40100000000001	66.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
ISR0813_000000003877	6868	0.928947265878616	10	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.991936658124169		0	0	True	True	1.0	179					non-mobilizable	no_good_hit	2265.0	90.287	69.0	0.48900979325353644	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
TAN0022_000000000525	6849	0.928947265878616	11	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9927644061628922		0	0	True	True	1.0	84					non-mobilizable	no_good_hit	2117.0	87.01	69.0	0.4581066376496192	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
MON0075_000000002442	6816	0.928947265878616	10	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9897261078840162		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	2542.0	90.36200000000001	67.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
MON0078_000000005163	6755	0.928947265878616	10	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9900330045577906		0	0	False	True	0.9998519420623779	0					non-mobilizable	no_good_hit	2542.0	90.36200000000001	68.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
MON0060_000000004237	6721	0.928947265878616	11	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9758353812251253		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2542.0	90.36200000000001	66.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
MON0109_000000004379	6713	0.928947265878616	9	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9852451003628577		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2542.0	90.323	68.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
MON0104_000000005569	6538	0.928947265878616	10	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9514512240963651		0	0	False	True	0.9952585101127625	0					non-mobilizable	no_good_hit	1739.0	88.729	65.0	0.37595628415300547	NZ_AWET01000016.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00040, whole genome shotgun sequence	True	True
TAN0009_000000004207	6438	0.928947265878616	10	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.9477399739470215		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2542.0	90.36200000000001	66.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
MON0005_000000006995	6155	0.928947265878616	10	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.3684946693840512		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1739.0	88.787	64.0	0.37595628415300547	NZ_AWET01000016.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00040, whole genome shotgun sequence	True	True
MON0101_000000009075	5924	0.928947265878616	10	3	3	2	2	True	54754	maximal	False	TAN0027_000000000745	0.09536346691519106		0	0	False	True	0.9915597438812256	0					non-mobilizable	no_good_hit	2543.0	90.32600000000001	63.0	0.5486398258977149	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
ISR0786_000000001684	10637	0.9289457639672324	13	4	1	2	3	False	22150	maximal	True	ISR0786_000000001684	1.0		1	1	False	False	0.9992479085922241	0					non-mobilizable	no_good_hit	6936.0	96.006	86.0	0.0009770173672529524	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ENG0095_000000004130	6286	0.9289341012000786	6	5	5	5	5	False	73714	maximal	True	ENG0095_000000004130	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	74.699	3.0	2.345789817232376e-05	NZ_CP030862.1	high GC Gram+	Streptomyces globosus strain LZH-48 chromosome, complete genome	True	False
ENG0149_000000002755	8975	0.9289316887218484	10	5	5	5	3	True	57240	backbone	True	ENG0149_000000002755	1.0	PS247	1	1	True	True	1.0	31					non-mobilizable	no_good_hit	284.0	87.324	6.0	7.451780988963114e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0017_000000000512	43959	0.9289295664665104	45	25	16	22	12	True	51034	maximal	True	ISR0017_000000000512	1.0		16	5	True	True	1.0	97					non-mobilizable	no_good_hit	576.0	84.896	2.0	0.0002061019091356287	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
CHI0095_000000002417	3265	0.9289292943664704	5	4	3	3	2	False	119716	fragment	False	CHI0095_000000002417	0.9902234636871509		0	0	False	False	0.9996936917304993	0					non-mobilizable	chromosome	3265.0	100.0	100.0	0.0005021975759735386	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0222_000000004060	15522	0.9289271951623572	14	12	9	8	8	True	104260	maximal	True	ISR0222_000000004060	1.0	PS1|PS615	5	5	False	True	1.0	0					non-mobilizable	no_good_hit	1798.0	74.027	15.0	0.32524091919940695	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
ISR0001_000000008821	3221	0.928927040364516	4	4	3	4	3	False	38705	maximal	True	ISR0001_000000008821	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	92.708	82.0	0.025027411803609657	CP014602.1	firmicutes	Leuconostoc mesenteroides subsp. mesenteroides strain DRC0211 plasmid pDSK2, complete sequence	True	False
ISR0109_000000006985	4247	0.9289232031645609	7	4	1	2	3	False	114714	fragment	False	ISR0109_000000006985	0.9910482921083628		0	0	False	True	1.0	0	rep_cluster_870				non-mobilizable	plasmid	4244.0	99.976	99.0	0.75831247765463	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
CHI0043_000000002297	3418	0.9289232031645609	6	4	1	2	3	False	114711	fragment	False	SPA0130_000000008696	0.6557098328138283		0	0	False	True	1.0	0	rep_cluster_870				non-mobilizable	plasmid	3418.0	100.0	100.0	0.6108330353950662	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
ISR0145_000000020257	1366	0.928921386610495	3	2	2	2	2	False	36607	fragment	False	ISR0288_000000019531	0.3189139600429923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	19.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0840_000000001015	10046	0.9289191294562951	14	12	3	7	12	True	93733	fragment	False	ISR0840_000000001015	1.0		0	0	False	False	0.9993032217025757	0					non-mobilizable	other	10046.0	99.99	100.0	0.013120479834691097	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0091_000000004729	2620	0.9289183165906848	3	3	3	3	2	False	9490	maximal	True	MON0091_000000004729	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1421.0	97.959	54.0	0.0005644561522733004	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
SPA0029_000000019492	1386	0.9289144102255964	3	1	1	1	1	False	7371	fragment	False	SPA0029_000000019492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0002_000000010659	2092	0.9289091972753712	5	3	2	2	2	False	129185	fragment	False	ENG0002_000000010659	1.0		0	0	False	False	0.9995219707489014	0					non-mobilizable	other	957.0	98.537	100.0	0.00023439007461008746	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0022_000000017054	1862	0.9289091972753712	4	3	2	2	2	False	129182	fragment	False	CAN0022_000000017054	0.9733383512849239		0	0	False	False	1.0	0					non-mobilizable	other	860.0	99.302	97.0	0.00021036264018353036	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0208_000000017165	1784	0.9289091972753712	3	3	2	2	2	False	129182	fragment	False	CAN0022_000000017054	0.9651408867634652		0	0	False	False	0.9876681566238403	0					non-mobilizable	other	805.0	99.50299999999999	100.0	0.0001971230334586928	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0252_000000006680	1726	0.9289091972753712	3	3	2	2	2	False	129182	fragment	False	CAN0022_000000017054	0.9571395827670972		0	0	False	False	0.9994206428527832	0					non-mobilizable	other	805.0	99.50299999999999	100.0	0.0001971230334586928	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AUS0024_000000018857	1714	0.9289091972753712	3	3	2	2	2	False	129182	fragment	False	CAN0022_000000017054	0.7216463443002241		0	0	False	False	1.0	0					non-mobilizable	other	1011.0	99.70299999999999	100.0	0.000247629681334925	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0163_000000014621	1676	0.9289091972753712	4	3	2	2	2	False	129180	fragment	False	FIJ0163_000000014621	1.0		0	0	False	False	0.9994033575057983	0					non-mobilizable	other	918.0	97.277	100.0	0.00022482813641992697	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0091_000000015767	1545	0.9289091972753712	4	3	2	2	2	False	129179	fragment	False	ENG0091_000000015767	0.9985955056179776		0	0	False	False	1.0	0					non-mobilizable	other	826.0	100.0	100.0	0.00020227176940724073	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0095_000000010930	2770	0.9289086251927374	6	3	3	3	3	False	9322	maximal	True	MON0095_000000010930	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	95.226	42.0	0.23959857829813924	NZ_WNAJ01000054.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold54_size4783, whole genome shotgun sequence	True	False
DEN0082_000000013320	2949	0.9289028539896944	5	5	4	5	3	False	115016	fragment	False	SPA0153_000000005755	0.9634853632651498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	76.744	38.0	0.00014929522616595809	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
TAN0007_000000010786	3327	0.9289024504217938	5	4	2	3	3	True	95147	maximal	True	TAN0007_000000010786	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	87.919	9.0	7.427123856323292e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ISR0131_000000002862	7470	0.9289000413977248	6	6	6	6	5	False	83128	maximal	True	ISR0131_000000002862	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2510.0	95.618	34.0	0.007973827532596359	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0022_000000010004	1472	0.928899541599004	4	1	1	1	1	False	66303	fragment	False	ENG0022_000000010004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	81.093	30.0	0.00011731917573817821	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
SPA0087_000000002954	5255	0.9288834420718238	7	6	3	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9110505953573305	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	9	rep_cluster_475				non-mobilizable	plasmid	4835.0	99.75200000000001	92.0	0.9625647152528873	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0180_000000000651	22746	0.928879470737162	17	14	9	13	8	True	125336	maximal	True	CHI0180_000000000651	1.0		1	1	True	True	0.9999120831489563	1					non-mobilizable	no_good_hit	3384.0	77.482	27.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0008_000000023376	1306	0.9288744214630501	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.3072447712477649		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	98.162	99.0	0.011963038336725153	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0069_000000008909	4792	0.9288718835364328	7	3	3	2	3	False	10511	fragment	False	MON0069_000000008909	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	4296.0	97.37	90.0	0.14876519691039453	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	False	False
ISR0049_000000010508	2794	0.9288660404671052	4	2	1	1	2	True	92224	fragment	False	ISR0049_000000010508	1.0		0	0	False	False	0.9967787861824036	0	rep_cluster_1079				non-mobilizable	no_good_hit	1093.0	96.79799999999999	88.0	0.13083663425759212	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
MON0061_000000016403	2700	0.9288660404671052	5	2	1	1	2	True	92226	fragment	False	MON0072_000000005993	0.3186936936936937		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1686.0	93.594	75.0	0.2057527539779682	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
CHI0009_000000003417	2457	0.9288660404671052	4	2	1	1	2	True	90471	fragment	False	CHI0009_000000003417	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1664.0	95.493	77.0	0.5067073170731707	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
CHI0047_000000008235	1886	0.9288660404671052	3	2	1	1	2	True	118131	fragment	False	ISR0056_000000010587	0.9051615640775181		0	0	False	False	0.9994697570800781	0	rep_cluster_1097				non-mobilizable	plasmid	1888.0	99.84100000000001	100.0	0.210979427549195	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0793_000000008904	1867	0.9288660404671052	3	2	1	1	2	True	118131	fragment	False	ISR0056_000000010587	0.9001712622411097		0	0	False	False	0.9994643926620483	0	rep_cluster_1097				non-mobilizable	plasmid	1869.0	99.89299999999999	100.0	0.20885509838998212	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0169_000000012796	1863	0.9288660404671052	3	2	1	1	2	True	118131	fragment	False	ISR0056_000000010587	0.8950668057182294		0	0	False	False	0.9962426424026489	0	rep_cluster_1097				non-mobilizable	plasmid	1864.0	99.89299999999999	100.0	0.208505875769446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0034_000000015330	1851	0.9288660404671052	3	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.8863773323854749		0	0	False	False	0.9891950488090515	0	rep_cluster_1097				non-mobilizable	plasmid	1852.0	99.89200000000001	99.0	0.2071628427532177	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0012_000000028972	1850	0.9288660404671052	3	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.8863599050140454		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1852.0	99.89200000000001	100.0	0.2071628427532177	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ETH0001_000000018173	1800	0.9288660404671052	3	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.8230811138613687		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1801.0	99.944	100.0	0.20145495243424735	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0003_000000009022	1708	0.9288660404671052	3	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.6984461767701592		0	0	False	False	0.9988290667533875	0	rep_cluster_1097				non-mobilizable	plasmid	1709.0	99.883	100.0	0.19115836597649694	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0007_000000040352	1596	0.9288660404671052	3	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.5868581457964199		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1597.0	99.68700000000001	100.0	0.17862339115836598	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MAD0068_000000018173	1575	0.9288660404671052	3	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.6023068136873643		0	0	False	False	0.9993650913238525	0	rep_cluster_1097				non-mobilizable	plasmid	1576.0	99.74600000000001	100.0	0.17627308337996642	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0087_000000033171	1546	0.9288660404671052	3	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.17891325848457618		0	0	False	False	0.970892608165741	0	rep_cluster_1097				non-mobilizable	plasmid	1531.0	99.67299999999999	99.0	0.17112479015109122	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0182_000000018569	1544	0.9288660404671052	2	2	1	1	2	True	88319	fragment	False	CHI0182_000000018569	0.9493279845134271		0	0	False	False	0.9987046718597412	0	rep_cluster_1085				non-mobilizable	plasmid	1466.0	96.794	100.0	0.1328614211815954	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
ENG0057_000000017050	1528	0.9288660404671052	3	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.5332951026152613		0	0	False	False	0.9973822236061096	0	rep_cluster_1097				non-mobilizable	other	1520.0	98.09200000000001	99.0	0.1711447279295552	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
MON0085_000000020241	1503	0.9288660404671052	3	2	1	1	2	True	85707	fragment	False	MON0085_000000020241	0.937526236301739		0	0	False	False	0.9980040192604065	0	rep_cluster_1079				non-mobilizable	other	1458.0	94.787	97.0	0.44390243902439025	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CHI0002_000000006110	1486	0.9288660404671052	2	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.5094605040781989		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1487.0	99.93299999999999	100.0	0.16631225517627307	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0846_000000007250	1483	0.9288660404671052	3	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.5351835367350877		0	0	False	False	0.999325692653656	0	rep_cluster_1097				non-mobilizable	plasmid	1484.0	99.865	100.0	0.165976496922216	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
DEN0094_000000026174	1483	0.9288660404671052	2	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.509250895911895		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1484.0	99.93299999999999	100.0	0.165976496922216	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
SPA0008_000000020746	1475	0.9288660404671052	2	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.5331349827365881		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1477.0	99.79700000000001	100.0	0.16519306099608283	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0115_000000014409	1470	0.9288660404671052	2	2	1	1	2	True	85707	fragment	False	MON0085_000000020241	0.8685270121105253		0	0	False	False	0.9993197321891785	0	rep_cluster_1079				non-mobilizable	plasmid	1470.0	100.0	100.0	0.17980416156670748	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
CHI0012_000000004564	1462	0.9288660404671052	3	2	1	1	2	True	90053	fragment	False	CHI0012_000000004564	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1465.0	96.792	100.0	0.2463768115942029	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
MAD0110_000000018689	1428	0.9288660404671052	2	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.49893820870233574		0	0	False	False	0.9957982897758484	0	rep_cluster_1097				non-mobilizable	plasmid	1429.0	99.93	100.0	0.15982092893116956	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0117_000000014756	1387	0.9288660404671052	2	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.4950158164834613		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1388.0	99.85600000000001	100.0	0.15523223279238949	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0231_000000014594	1365	0.9288660404671052	2	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.4357584634495326		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1366.0	99.854	100.0	0.1527700055959709	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0028_000000019278	1357	0.9288660404671052	2	2	1	1	2	True	85707	fragment	False	MON0085_000000020241	0.3991118874806055		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	1325.0	95.17	98.0	0.4033536585365854	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CHI0060_000000011687	1323	0.9288660404671052	3	2	1	1	2	True	85707	fragment	False	MON0085_000000020241	0.13485409407665505		0	0	False	False	0.9659863710403442	0	rep_cluster_1079				non-mobilizable	no_good_hit	1163.0	95.529	88.0	0.3539634146341463	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
MON0094_000000029469	1312	0.9288660404671052	2	2	1	1	2	True	85707	fragment	False	MON0085_000000020241	0.2705126265538461		0	0	False	False	0.9946646094322205	0	rep_cluster_1079				non-mobilizable	other	1265.0	94.941	96.0	0.3850609756097561	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
MON0064_000000022781	1291	0.9288660404671052	2	2	1	1	2	True	118120	fragment	False	MON0108_000000010990	0.31031511611474544		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1291.0	100.0	100.0	0.14423076923076922	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0286_000000002943	4466	0.9288647252704316	4	4	4	4	4	False	129605	fragment	False	ISR0286_000000002943	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1738.0	98.964	97.0	0.00046548696850874806	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0059_000000003985	4050	0.9288554141118198	8	4	2	1	3	True	119398	fragment	False	MON0045_000000005873	0.9920694135940217		0	0	False	False	1.0	0					non-mobilizable	plasmid	3434.0	98.806	100.0	0.6879275653923541	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0032_000000004940	3896	0.9288554141118198	6	4	2	1	3	True	119398	fragment	False	MON0045_000000005873	0.9812731154795834		0	0	False	False	1.0	0					non-mobilizable	plasmid	3306.0	98.73	100.0	0.6621730382293762	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0251_000000003237	3855	0.9288554141118198	6	4	2	1	3	True	119398	fragment	False	MON0045_000000005873	0.9803798108812298		0	0	False	False	1.0	0					non-mobilizable	plasmid	3285.0	99.45200000000001	100.0	0.6589537223340041	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
DEN0032_000000000019	3832	0.9288554141118198	6	4	2	1	3	True	119398	fragment	False	MON0045_000000005873	0.9765853716162393		0	0	False	False	1.0	0					non-mobilizable	plasmid	3286.0	99.696	100.0	0.6605633802816901	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0084_01_000000008504	3777	0.9288554141118198	6	4	2	1	3	True	119398	fragment	False	MON0045_000000005873	0.9664234564283846		0	0	False	False	1.0	0					non-mobilizable	plasmid	3288.0	99.665	100.0	0.6595573440643863	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CAN0012_000000014012	3680	0.9288554141118198	6	4	2	1	3	True	119398	fragment	False	MON0045_000000005873	0.946199483775946		0	0	False	False	1.0	0					non-mobilizable	plasmid	3300.0	99.545	100.0	0.6619718309859155	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0249_000000001628	7766	0.9288541877978204	7	6	5	5	5	False	131996	maximal	True	ISR0249_000000001628	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2517.0	90.624	70.0	0.000843635452491705	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
FIJ0155_000000006833	3322	0.9288415077440892	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.42564626578972004		0	0	False	False	1.0	0					non-mobilizable	chromosome	3358.0	88.38600000000001	100.0	0.0011725943906725992	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0095_000000019013	1456	0.9288232616601316	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.24195848385796542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	75.819	54.0	0.001858780240833266	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
SPA0027_000000013611	2718	0.928813867862631	6	5	3	3	5	True	118139	fragment	False	SPA0027_000000013611	0.9867184246557352		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2718.0	99.963	100.0	0.3040850587576945	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0146_000000009090	2609	0.928813867862631	6	5	3	3	5	True	118139	fragment	False	SPA0027_000000013611	0.9491327866709552		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2610.0	99.84700000000001	100.0	0.2919977616116396	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0017_01_000000011017	2505	0.928813867862631	5	5	3	3	5	True	118139	fragment	False	SPA0027_000000013611	0.6377238165317636		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2505.0	99.681	100.0	0.27996422182468694	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0262_000000002124	6937	0.9288069063810459	7	5	5	5	5	False	74280	maximal	True	ISR0262_000000002124	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1768.0	99.54799999999999	36.0	0.02334645773326639	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
ISR0256_000000006738	2660	0.9288062049694996	4	3	3	3	2	False	26846	fragment	False	ISR0256_000000006738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	86.486	10.0	0.0009784548088176046	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0005_000000009935	3153	0.9288034144085632	4	4	4	3	2	False	124045	maximal	True	FIJ0005_000000009935	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1914.0	95.559	61.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0811_000000009412	1635	0.9287844783446314	2	2	0	2	2	False	21678	maximal	True	ISR0811_000000009412	1.0		0	0	False	False	0.9944953918457031	0		MOBP			mobilizable	no_good_hit	1319.0	99.242	81.0	0.12089524857824252	AP021956.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-W18-CRE-02_6 DNA, complete genome, strain: WP3-W18-CRE-02	True	True
ISR0233_000000000926	7605	0.9287784873201224	11	10	9	10	10	False	125086	fragment	False	SPA0155_000000001948	0.942780058096878		0	0	False	False	0.9990795254707336	0					non-mobilizable	no_good_hit	1256.0	85.669	20.0	0.00035591027978486696	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0126_000000006156	5524	0.9287728528923578	8	7	6	7	6	False	76780	fragment	False	FIJ0126_000000006156	0.9917387883556255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	81.182	38.0	0.0002807519117834989	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0131_000000003802	5509	0.9287707013958496	6	4	1	2	3	False	132252	backbone	True	SPA0131_000000003802	1.0	PS1081|PS1150|PS1152|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	18	5	True	True	1.0	21	rep_cluster_475				non-mobilizable	other	5422.0	99.557	100.0	0.8314158613284246	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0145_000000001168	25262	0.928768230789032	24	10	7	9	3	True	69329	fragment	False	ISR0145_000000001168	0.991735028712059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0050_000000005874	4405	0.9287647653924119	5	5	4	5	4	False	6598	maximal	True	SPA0050_000000005874	1.0		2	1	False	False	0.9995459914207458	0					non-mobilizable	no_good_hit	1084.0	76.384	24.0	0.006767115713280386	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0151_000000007832	2253	0.9287627668095468	3	2	2	2	1	False	109487	fragment	False	FIJ0151_000000007832	1.0		0	0	False	False	0.9986684322357178	0					non-mobilizable	no_good_hit								True	False
ISR0249_000000011903	1716	0.9287627668095468	3	2	2	2	1	False	29123	fragment	False	ISR0249_000000011903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0192_000000011173	1595	0.9287627668095468	3	2	2	2	1	False	29122	fragment	False	ISR0192_000000011173	1.0		0	0	False	False	0.9786834120750427	0					non-mobilizable	no_good_hit								True	False
DEN0041_000000005242	6128	0.928761579478613	6	3	3	3	1	True	107228	maximal	True	DEN0041_000000005242	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3536.0	85.238	57.0	0.04848283591382674	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0119_000000017644	1760	0.928758918585882	5	3	1	3	3	False	32340	maximal	True	ISR0119_000000017644	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	98.859	55.0	0.021104999013785094	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
MAD0105_000000001942	11772	0.928749622492084	17	5	3	4	4	True	102496	fragment	False	MAD0105_000000001942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	84.025	9.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0131_000000003540	5262	0.9287431512367528	5	4	2	2	3	False	40842	maximal	True	FIJ0131_000000003540	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2355.0	96.051	44.0	0.0004363325938212847	CP047336.1	enterobacteria	Klebsiella pneumoniae strain 2019036D chromosome, complete genome	True	False
ISR0827_000000000527	13517	0.9287412465764388	17	9	8	7	4	False	21095	maximal	True	ISR0827_000000000527	1.0		2	2	False	False	0.9973366856575012	0					non-mobilizable	no_good_hit	1678.0	77.473	12.0	0.01338779579792067	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0064_000000019899	1448	0.9287350817874048	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.29447582447586906		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	91.397	100.0	0.00045109254614676746	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0162_000000008508	2641	0.928733443519058	4	3	3	2	2	False	52007	fragment	False	FIJ0162_000000008508	1.0		0	0	False	True	0.9916698336601257	0					non-mobilizable	no_good_hit	2028.0	97.535	77.0	0.0013657555338041348	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
MON0039_000000027656	1748	0.9287325889669368	2	2	2	2	2	False	16093	fragment	False	MON0039_000000027656	1.0		0	0	False	False	0.9965674877166748	0					non-mobilizable	chromosome	1748.0	99.314	100.0	0.0006975864785618937	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
DEN0094_000000012752	2752	0.9287307959572386	3	3	3	3	2	False	68374	maximal	True	DEN0094_000000012752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	84.943	71.0	0.00025006546989664617	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ENG0096_000000005474	5711	0.9287221215195266	7	5	1	4	3	False	108854	backbone	False	ENG0066_000000002902	0.992464208728077	PS677	0	0	True	True	0.9998248815536499	16	rep_cluster_2401	MOBP		MOBP	mobilizable	plasmid	5346.0	99.98100000000001	100.0	0.949032143491387	CP055890.1	enterobacteria	Escherichia coli strain RHBSTW-00353 plasmid pRHBSTW-00353_3, complete sequence	False	True
FIJ0115_000000006659	3645	0.9287147310539312	2	2	2	2	2	False	49667	maximal	False	FIJ0021_000000012716	0.954439112002559		0	0	False	True	0.9994512796401978	0					non-mobilizable	no_good_hit	666.0	87.23700000000001	23.0	0.15942376950780313	CP052403.1	enterobacteria	Klebsiella pneumoniae strain C17KP0039 plasmid pC17KP0039-4, complete sequence	True	True
CHI0115_000000002488	3172	0.9287007584415694	3	3	2	2	2	False	94147	fragment	False	CHI0115_000000002488	1.0		0	0	False	False	0.999684751033783	0					non-mobilizable	chromosome	3172.0	100.0	100.0	0.0004887721891552997	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0023_000000016593	1681	0.9286990954441564	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.8084992999227048	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1682.0	85.07700000000001	99.0	0.019815199924378486	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0113_000000008278	4020	0.9286984542329846	4	4	4	3	3	False	125036	fragment	False	ISR0806_000000002243	0.4591303194005894		0	0	False	False	1.0	0					non-mobilizable	chromosome	4020.0	98.40799999999999	100.0	0.0008974670714365446	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
USA0003_01_000000008612	4520	0.9286866309522392	6	4	1	2	4	False	126739	fragment	False	USA0003_01_000000008612	1.0		0	0	False	True	0.997787594795227	0	rep_cluster_475				non-mobilizable	no_good_hit	1917.0	95.044	77.0	0.3720703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0146_000000023659	1761	0.9286827904056716	2	2	2	2	2	False	122155	fragment	False	SPA0120_000000023605	0.8945756316925383		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	94.51299999999999	100.0	0.00034001292591211705	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0040_000000001698	9239	0.9286826371186392	12	10	4	4	10	True	109289	backbone	False	CHI0082_000000001010	0.9998926808327968	PS686	0	0	True	True	1.0	121		MOBB			mobilizable	no_good_hit	3360.0	99.226	74.0	0.3041391178335296	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
USA0047_01_000000011258	3147	0.9286813433586842	6	5	3	4	3	True	104849	fragment	False	DEN0064_000000009405	0.8628757312279477		0	0	False	False	0.994915783405304	0					non-mobilizable	plasmid	3083.0	97.859	100.0	0.24703509479628882	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0177_000000006746	3800	0.928678662991236	6	3	2	3	3	True	30921	maximal	True	ISR0177_000000006746	0.9992084432717678		5	2	True	True	0.9997368454933167	13					non-mobilizable	other	2497.0	99.88	100.0	0.653997378768021	NZ_QENY01000046.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_146, whole genome shotgun sequence	False	True
ISR0380_000000002990	3711	0.928678662991236	5	3	2	3	3	True	30921	maximal	False	ISR0177_000000006746	0.9981578947368421		0	0	True	True	1.0	5					non-mobilizable	other	2295.0	99.869	100.0	0.6013106159895151	NZ_QENY01000046.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_146, whole genome shotgun sequence	False	True
MON0078_000000015761	2737	0.9286697967598684	4	2	2	2	1	True	124779	maximal	True	MON0078_000000015761	1.0		1	1	True	True	0.994154155254364	3					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.0049515608180839615	NZ_JABJWD010000130.1	a-proteobacteria	Gluconacetobacter entanii strain AV429 NODE_189_length_9200_cov_83.612610, whole genome shotgun sequence	True	True
ISR0346_000000019044	1319	0.9286696021861184	2	1	1	1	1	False	24183	maximal	True	ISR0346_000000019044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	96.505	68.0	0.00023859804582026704	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0195_000000017282	1100	0.9286696021861184	4	1	1	1	1	False	28998	fragment	False	ISR0195_000000017282	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	617.0	95.3	98.0	0.00021103493450380068	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0796_000000007907	2881	0.9286686128858974	2	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.1650855867489311		0	0	False	False	0.9996529221534729	0					non-mobilizable	no_good_hit	656.0	73.476	22.0	0.00019425007724828652	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0331_000000008722	2624	0.9286641305613388	3	3	3	3	3	False	125913	fragment	False	ISR0331_000000008722	1.0		0	0	False	False	0.9988567233085632	0					non-mobilizable	other	2624.0	100.0	100.0	0.015288309659670454	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
MAD0052_000000021267	1123	0.9286596419997548	2	1	1	1	1	False	17243	fragment	False	MAD0052_000000021267	0.9626126126126127		0	0	False	False	0.983081042766571	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	4.526636749268e-06	NZ_LFJC01000003.1	a-proteobacteria	Bradyrhizobium nitroreducens strain TSA1 Contig01, whole genome shotgun sequence	True	False
USA0079_01_000000009775	1359	0.9286593166233216	1	1	1	1	1	False	41287	fragment	False	USA0079_01_000000009775	1.0		0	0	False	False	0.9926416277885437	0					non-mobilizable	no_good_hit	38.0	97.368	3.0	4.928083281943636e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0117_000000016839	2244	0.9286561802412904	4	3	3	3	3	False	4308	maximal	True	SPA0117_000000016839	1.0		2	2	False	False	0.9879679083824158	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	8.607309549393462e-05	NZ_QICN01000004.1	g-proteobacteria	Sinimarinibacterium flocculans strain DSM 104150 Ga0215726_104, whole genome shotgun sequence	True	False
USA0017_01_000000004555	5796	0.9286537997650636	5	2	2	2	2	True	116413	fragment	False	ISR0124_000000001916	0.15042683086669148		0	0	False	False	0.9996549487113953	0		MOBB			mobilizable	plasmid	5720.0	99.965	99.0	0.18413342348433626	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
DEN0016_000000001522	4038	0.9286537997650636	5	2	2	2	2	True	111412	fragment	False	ISR0383_000000002647	0.9662532313978969		0	0	False	False	0.9977712035179138	0					non-mobilizable	plasmid	4038.0	99.95	100.0	0.12994623136610967	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0279_000000005381	3591	0.9286537997650636	5	2	2	2	2	True	111399	fragment	False	ISR0306_000000002470	0.6168645546893512		0	0	False	False	1.0	0					non-mobilizable	plasmid	3588.0	99.916	99.0	0.11548987411056376	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0083_000000002829	3546	0.9286537997650636	5	2	2	2	2	True	111399	fragment	False	ISR0306_000000002470	0.6149116986487221		0	0	False	False	1.0	0					non-mobilizable	plasmid	3546.0	99.944	100.0	0.11410541227985448	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0082_000000007965	3545	0.9286537997650636	5	2	2	2	2	True	111399	fragment	False	ISR0306_000000002470	0.6146006469443396		0	0	False	False	0.9997178912162781	0					non-mobilizable	plasmid	3545.0	99.915	100.0	0.11410541227985448	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0027_000000010157	3539	0.9286537997650636	5	2	2	2	2	True	111399	fragment	False	ISR0306_000000002470	0.501266186125262		0	0	False	False	0.9951964020729065	0					non-mobilizable	plasmid	3536.0	99.29299999999999	99.0	0.11378344441224766	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0054_000000007303	3484	0.9286537997650636	4	2	2	2	2	True	111399	fragment	False	ISR0306_000000002470	0.5590801262647604		0	0	False	False	0.9905281066894531	0					non-mobilizable	plasmid	3471.0	99.94200000000001	99.0	0.11172285005956406	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0846_000000002968	3253	0.9286537997650636	5	2	2	2	2	True	111396	fragment	False	ISR0846_000000002968	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3253.0	99.87700000000001	100.0	0.10470395054573553	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0819_000000007858	3182	0.9286537997650636	3	2	2	2	2	True	111399	fragment	False	ISR0306_000000002470	0.14994312206064325		0	0	False	False	0.9996857047080994	0					non-mobilizable	plasmid	3182.0	99.906	100.0	0.10238578189896648	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0793_000000005707	2715	0.9286537997650636	4	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.9856657020334367		0	0	False	False	0.9878453016281128	0					non-mobilizable	plasmid	2675.0	99.88799999999999	99.0	0.08609420779806175	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0224_000000011074	2689	0.9286537997650636	4	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.9940763746969828		0	0	False	False	0.9996281266212463	0					non-mobilizable	plasmid	2689.0	99.88799999999999	100.0	0.08136578278241918	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0096_000000013468	2475	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.9850058843473287		0	0	False	False	0.9983838200569153	0					non-mobilizable	plasmid	2475.0	99.96	100.0	0.07965485044592549	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0119_000000007025	2451	0.9286537997650636	3	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.9707748022350892		0	0	False	False	0.9844961166381836	0					non-mobilizable	plasmid	2432.0	99.42399999999999	99.0	0.07827038861521621	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
DEN0083_000000011766	2418	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.875330351426801		0	0	False	False	0.9913151264190674	0					non-mobilizable	plasmid	2417.0	99.71	99.0	0.07313234047705533	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0284_000000004675	2409	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.8749687408229042		0	0	False	False	1.0	0					non-mobilizable	plasmid	2409.0	99.917	100.0	0.07289018040925052	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0021_000000014749	2376	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.8682933751211958		0	0	False	False	0.9953703880310059	0					non-mobilizable	plasmid	2326.0	99.87100000000001	98.0	0.07037776970577551	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0019_000000008408	2331	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.8656933321683193		0	0	False	False	1.0	0					non-mobilizable	plasmid	2331.0	99.65700000000001	100.0	0.07052911974815353	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0040_000000012055	2250	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.8560428609595074		0	0	False	False	0.9991111159324646	0					non-mobilizable	plasmid	2250.0	99.911	100.0	0.07237837663801153	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0207_000000013076	2234	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.8533044773621142		0	0	False	False	1.0	0					non-mobilizable	plasmid	2234.0	99.955	100.0	0.0675929289260201	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0153_000000007027	2199	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.7311384325113196		0	0	False	False	1.0	0					non-mobilizable	plasmid	2198.0	98.635	99.0	0.07073634051321678	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0158_000000008660	2136	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.572929981245852		0	0	False	False	0.9808052182197571	0					non-mobilizable	plasmid	2121.0	99.906	99.0	0.06417241796827704	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0030_000000009369	2129	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.5725211228386776		0	0	False	False	0.99483323097229	0					non-mobilizable	plasmid	2121.0	99.859	99.0	0.06417241796827704	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0096_000000018857	2128	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.5726031488325238		0	0	False	False	1.0	0					non-mobilizable	plasmid	2120.0	99.95299999999999	99.0	0.06822499114588364	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0127_000000013848	2117	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.5715103403511745		0	0	False	False	0.9891355633735657	0					non-mobilizable	plasmid	2117.0	99.95299999999999	100.0	0.06405133793437462	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0081_000000006010	2117	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.5715103403511745		0	0	False	False	0.9985828995704651	0					non-mobilizable	plasmid	2117.0	99.95299999999999	100.0	0.06405133793437462	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0065_000000012493	2064	0.9286537997650636	2	2	2	2	2	True	111395	fragment	False	ISR0224_000000011074	0.5068438757516798		0	0	False	False	0.9975775480270386	0					non-mobilizable	plasmid	2064.0	100.0	100.0	0.0664219710872855	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0780_000000006942	1723	0.9286523942559002	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.796081216876786	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1733.0	84.766	99.0	0.020394177143397297	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0116_000000013937	1718	0.9286523942559002	2	2	2	2	2	False	130857	backbone	True	ENG0116_000000013937	0.8315537046744552	PS1128	150	11	False	True	0.9970896244049072	0					non-mobilizable	other	1670.0	82.575	100.0	0.0007649144459820744	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
AST0150_000000012223	2284	0.9286513430921376	3	3	2	3	2	False	110537	fragment	False	AST0150_000000012223	0.9959677419354839		0	0	False	False	0.9956217408180237	0					non-mobilizable	no_good_hit	268.0	77.23899999999999	11.0	0.001144395531157374	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
USA0080_01_000000010635	4072	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9401858127950519	PS416	0	0	False	True	1.0	0					non-mobilizable	plasmid	2028.0	99.26	93.0	0.5343007915567283	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0827_000000002667	3889	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9483009877844987	PS416	0	0	True	True	0.999742865562439	215					non-mobilizable	plasmid	1983.0	99.647	100.0	0.5229551451187335	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
MAD0035_000000005849	3879	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.8930131690948938	PS416	0	0	True	True	1.0	261					non-mobilizable	plasmid	2575.0	94.757	100.0	0.6770448548812665	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
USA0071_01_000000003557	3869	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9481744604537797	PS416	0	0	True	True	1.0	2928					non-mobilizable	plasmid	2021.0	99.406	100.0	0.5324538258575198	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0152_000000005770	3867	0.9286427400877104	7	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9362101279255313	PS416	0	0	True	True	0.9994828104972839	17					non-mobilizable	plasmid	3201.0	97.28200000000001	100.0	0.8440633245382586	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0172_000000005140	3867	0.9286427400877104	7	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.936810674561311	PS416	0	0	True	True	1.0	657					non-mobilizable	plasmid	2405.0	98.087	99.0	0.6337730870712401	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0185_000000005885	3860	0.9286427400877104	7	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.8856496280681324	PS416	0	0	True	True	0.9976683855056763	12					non-mobilizable	plasmid	2171.0	91.709	99.0	0.5691292875989445	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
MON0093_000000010447	3860	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9416310490541084	PS416	0	0	True	True	1.0	26					non-mobilizable	plasmid	2344.0	98.848	100.0	0.6182058047493404	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
CHI0116_000000004667	3860	0.9286427400877104	5	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.937894366116617	PS416	0	0	True	True	1.0	989					non-mobilizable	plasmid	3196.0	97.52799999999999	97.0	0.841952506596306	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0301_000000004186	3858	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.8444462784530352	PS416	0	0	True	True	1.0	103					non-mobilizable	plasmid	2087.0	91.711	99.0	0.5488126649076517	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0241_000000003257	3853	0.9286427400877104	5	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9469391051132507	PS416	0	0	True	True	1.0	163					non-mobilizable	plasmid	1963.0	99.694	99.0	0.5176781002638522	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
AST0061_000000010458	3852	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9374103596247101	PS416	0	0	True	True	0.9997404217720032	38					non-mobilizable	plasmid	1966.0	94.507	99.0	0.5176781002638522	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0157_000000007614	3852	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9334512326977548	PS416	0	0	True	True	0.9994807839393616	17					non-mobilizable	plasmid	1879.0	97.445	99.0	0.4947229551451187	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0043_000000008636	3851	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9473828557272848	PS416	0	0	True	True	1.0	15					non-mobilizable	plasmid	2304.0	98.82799999999999	100.0	0.6076517150395778	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0021_000000004902	3849	0.9286427400877104	5	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.938930275115508	PS416	0	0	True	True	1.0	3642					non-mobilizable	plasmid	3326.0	94.859	99.0	0.8751978891820581	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0237_000000002276	3848	0.9286427400877104	5	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.8637731715687232	PS416	0	0	True	True	0.9994802474975586	12					non-mobilizable	plasmid	3383.0	92.137	100.0	0.883377308707124	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0019_000000005405	3846	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.8517269264087054	PS416	0	0	True	True	1.0	1547					non-mobilizable	plasmid	3579.0	92.512	100.0	0.9361477572559367	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
CHI0031_000000002347	3839	0.9286427400877104	5	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9341083400840924	PS416	0	0	True	True	1.0	1765					non-mobilizable	plasmid	3199.0	97.374	97.0	0.841952506596306	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0171_000000006158	3833	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.939135919702205	PS416	0	0	True	True	1.0	69					non-mobilizable	plasmid	2911.0	92.44200000000001	100.0	0.7649076517150396	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
DEN0043_000000001400	3830	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.946776934570297	PS416	0	0	True	True	1.0	234					non-mobilizable	plasmid	2891.0	99.37700000000001	100.0	0.7617414248021108	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0835_000000003176	3829	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9475991955452292	PS416	0	0	True	True	0.9992164969444275	10					non-mobilizable	plasmid	2075.0	99.42200000000001	100.0	0.5467018469656992	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0850_000000003776	3827	0.9286427400877104	8	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.939510680831205	PS416	0	0	True	True	1.0	153					non-mobilizable	plasmid	2065.0	95.98100000000001	100.0	0.5445910290237467	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
SPA0029_000000006538	3819	0.9286427400877104	5	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.941692457276916	PS416	0	0	True	True	1.0	124					non-mobilizable	plasmid	1956.0	97.18799999999999	100.0	0.5147757255936676	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0801_000000001683	3815	0.9286427400877104	5	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.8453807463917778	PS416	0	0	True	True	1.0	5					non-mobilizable	plasmid	2027.0	91.564	99.0	0.5327176781002638	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0010_000000005153	3810	0.9286427400877104	5	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9336857738536818	PS416	0	0	True	True	1.0	68					non-mobilizable	plasmid	3352.0	96.12200000000001	99.0	0.8828496042216358	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0315_000000002285	3802	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.94773237114235	PS416	0	0	True	True	0.9976328015327454	13					non-mobilizable	plasmid	2028.0	98.964	100.0	0.5348284960422164	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
USA0001_01_000000004120	3778	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.9431194167946705	PS416	0	0	True	True	1.0	14					non-mobilizable	plasmid	1731.0	99.596	100.0	0.45646437994722955	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0115_000000004691	3710	0.9286427400877104	6	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.8827498842566939	PS416	0	0	True	True	1.0	79					non-mobilizable	plasmid	2200.0	91.455	100.0	0.5775725593667547	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
USA0106_01_000000003018	3603	0.9286427400877104	5	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.5691163639875477	PS416	0	0	False	True	1.0	0					non-mobilizable	plasmid	1913.0	92.316	100.0	0.5029023746701847	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0052_000000008581	3361	0.9286427400877104	5	3	2	2	3	True	112119	maximal	False	ISR0017_000000008679	0.049411262928063145	PS416	0	0	True	True	1.0	58					non-mobilizable	plasmid	1884.0	93.04700000000001	99.0	0.4947229551451187	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0246_000000006504	3036	0.9286427400877104	5	3	2	2	3	True	84150	backbone	True	ISR0246_000000006504	0.9232990481791803	PS416	11	4	False	True	1.0	0					non-mobilizable	plasmid	2057.0	91.59	99.0	0.5406332453825857	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0224_000000009888	2956	0.9286427400877104	4	3	2	2	3	True	84150	backbone	False	ISR0246_000000006504	0.6265987549518959	PS416	0	0	True	True	0.9996616840362549	5					non-mobilizable	plasmid	1682.0	91.20100000000001	100.0	0.441688654353562	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0252_000000003169	2945	0.9286427400877104	6	3	2	2	3	True	84150	backbone	False	ISR0246_000000006504	0.9123802596180074	PS416	0	0	False	True	0.9983022212982178	0					non-mobilizable	plasmid	1814.0	99.338	100.0	0.4778364116094987	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
FIJ0081_000000017505	2040	0.9286387762668911	3	1	1	1	1	False	52486	fragment	False	FIJ0081_000000017505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	82.774	45.0	0.00027593206552546765	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
MON0106_000000031158	1406	0.9286387762668911	2	1	1	1	1	False	52480	fragment	False	MON0106_000000031158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	77.90899999999999	42.0	0.0002124927645670668	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
FIJ0073_000000013763	1347	0.9286387762668911	2	1	1	1	1	False	52481	fragment	False	FIJ0073_000000013763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	82.788	70.0	0.00028313029332178416	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0030_000000029424	1303	0.9286387762668911	2	1	1	1	1	False	52487	fragment	False	MAD0053_000000008180	0.9574944071588367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	78.495	71.0	0.00018987889693377607	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
FIJ0107_000000020458	1236	0.9286387762668911	1	1	1	1	1	False	49016	fragment	False	FIJ0107_000000020458	0.9903253813669657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	74.735	76.0	0.00024579380371092844	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
FIJ0026_000000028740	1132	0.9286387762668911	1	1	1	1	1	False	49016	fragment	False	FIJ0107_000000020458	0.9696081243971043		0	0	False	False	0.9982331991195679	0					non-mobilizable	no_good_hit	934.0	78.48	82.0	0.00019049874099340755	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
FIJ0163_000000022368	1113	0.9286387762668911	1	1	1	1	1	False	43210	fragment	False	FIJ0163_000000022368	0.9968525179856116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	83.315	83.0	0.00027593206552546765	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0165_000000014672	1109	0.9286387762668911	3	1	1	1	1	False	49016	fragment	False	FIJ0107_000000020458	0.7287740702276724		0	0	False	False	0.9990983009338379	0					non-mobilizable	no_good_hit	931.0	74.436	83.0	0.00024287085036950117	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
BAN0019_000000000100	10183	0.9286377900308876	14	13	3	6	12	False	97895	maximal	True	BAN0019_000000000100	1.0		1	1	False	False	1.0	0	rep_cluster_488				non-mobilizable	plasmid	10183.0	99.421	100.0	0.13346182590567596	CP050499.1	enterobacteria	Escherichia coli strain RM13322 plasmid pRM13322, complete sequence	False	True
ISR0011_000000004610	5392	0.9286374613876084	6	5	3	3	5	True	38268	maximal	True	ISR0011_000000004610	1.0		1	1	True	True	1.0	70					non-mobilizable	no_good_hit	62.0	93.54799999999999	1.0	6.91388921002582e-05	NZ_CABIYM010000002.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	True	True
TAN0009_000000000388	28117	0.9286374445262604	39	12	10	10	10	False	2731	maximal	True	TAN0009_000000000388	1.0		1	1	False	False	0.999928891658783	0					non-mobilizable	no_good_hit	466.0	72.747	2.0	0.0015991841039018704	LR756488.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MON0078_000000016238	2667	0.9286357222403364	3	3	3	3	2	False	97514	fragment	False	MON0078_000000016238	0.9124781361960558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	96.251	40.0	0.0001911939921323493	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
CHI0132_000000010430	3032	0.9286204980195728	6	4	1	2	3	True	90067	fragment	False	CHI0132_000000010430	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1649.0	99.818	100.0	0.17768194070080862	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
ENG0069_000000003467	6493	0.9286171323951576	5	5	4	4	5	True	130124	fragment	False	ENG0069_000000003467	0.9989669421487604		0	0	False	False	1.0	0					non-mobilizable	chromosome	4260.0	95.634	92.0	0.0014261493932722236	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0149_000000003295	6292	0.9286171323951576	5	5	4	4	5	True	130124	fragment	False	ENG0069_000000003467	0.984290774680425		0	0	False	False	1.0	0					non-mobilizable	chromosome	4260.0	95.681	92.0	0.0014261493932722236	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0115_000000004594	6211	0.928614751991464	7	6	4	6	2	True	124848	maximal	True	ISR0115_000000004594	1.0		1	1	False	False	0.9991949796676636	0					non-mobilizable	no_good_hit	520.0	81.346	18.0	0.00012872008575317057	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
USA0062_01_000000008933	2421	0.9286094460152832	3	2	2	2	2	True	120743	fragment	False	USA0062_01_000000008933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1778.0	91.057	74.0	0.0006578112111522016	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0028_000000004783	3690	0.928604543002272	5	5	2	2	4	False	37205	maximal	True	ISR0028_000000004783	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2401.0	94.37700000000001	94.0	0.000975490843512191	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	False
MAD0052_000000001904	7071	0.928604373837014	9	6	3	5	5	False	103330	fragment	False	MAD0052_000000001904	1.0		0	0	False	False	0.9994342923164368	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000005413	6652	0.9285933888042368	8	3	3	3	3	False	59006	maximal	True	USA0005_01_000000005413	1.0		1	1	False	False	0.9905291795730591	0					non-mobilizable	no_good_hit	1582.0	98.29299999999999	24.0	0.0005235503268960817	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
CAN0021_000000021661	2004	0.9285780598559951	3	2	2	2	2	False	91558	fragment	False	MON0090_000000029617	0.9730731225296443		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	96.40899999999999	100.0	0.0009835114598225263	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MON0077_000000040136	1144	0.9285769383276622	2	2	2	2	1	True	10187	fragment	False	MON0077_000000040136	1.0		0	0	False	False	0.9798951148986816	0					non-mobilizable	other	1138.0	96.661	99.0	0.07869375303334951	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
USA0055_01_000000014255	1886	0.9285743819218096	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.20079008449552643		0	0	False	False	1.0	0					non-mobilizable	other	1886.0	98.727	100.0	0.004610695835942392	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0162_000000020981	1887	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.06406523051697624	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1887.0	98.834	100.0	0.0003631476593244989	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0169_000000017837	1775	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.053509508245792196	PS1101	0	0	False	True	0.999436616897583	0					non-mobilizable	other	1775.0	98.93	100.0	0.0003414556391408488	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0208_000000015689	1751	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.052222059688887504	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1756.0	98.804	100.0	0.00035027549017611974	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0047_000000001918	1630	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.05167328449519361	PS1101	0	0	False	True	0.9963189959526062	0					non-mobilizable	chromosome	1630.0	98.896	100.0	0.00029555057588818935	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0062_000000024198	1592	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.04985749139360636	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1592.0	98.932	100.0	0.0003175431936582373	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0017_000000012526	1559	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.04775101208963415	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1559.0	99.679	100.0	0.0003017514950547036	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0183_000000005044	1507	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.03943345243970522	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1507.0	99.934	100.0	0.0002916801999694375	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0801_000000005002	1493	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.03946924653448969	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1493.0	98.995	100.0	0.0002889686974464812	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0179_000000021864	1493	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.038496079011421276	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1493.0	99.598	100.0	0.0002889686974464812	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0040_000000028753	1486	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.03947678645511582	PS1101	0	0	False	True	0.9993270635604858	0					non-mobilizable	other	1487.0	99.059	100.0	0.0002874625113073427	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0392_000000023846	1466	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.027741650558279214	PS1101	0	0	False	True	0.9884037971496582	0					non-mobilizable	other	1466.0	99.38600000000001	100.0	0.00028373937115220844	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0787_000000010636	1407	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.019438573198042642	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1407.0	98.721	100.0	0.0002804199793147853	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0106_000000020262	1373	0.928569857471856	2	1	1	1	1	False	42334	maximal	True	FIJ0106_000000020262	1.0		0	0	False	False	0.9832483530044556	0					non-mobilizable	no_good_hit	900.0	99.444	66.0	0.0001794288693266847	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0845_000000007680	1367	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.022869101883812946	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1316.0	99.24	100.0	0.0002533928803375836	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
DEN0059_000000000807	1362	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.01833563936731368	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1362.0	99.046	100.0	0.00027163814366364613	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0774_000000018240	1361	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.0316833630853537	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1267.0	98.816	100.0	0.00025267736214414104	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0009_000000002982	1324	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.021864822011492313	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1317.0	99.46799999999999	99.0	0.00025488123715788826	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0075_000000017395	1311	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.00868165942292418	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1311.0	98.398	100.0	0.00026145919779528023	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0009_01_000000019763	1309	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.027129509576430802	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1309.0	100.0	100.0	0.00025333180714477043	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0005_000000011977	1305	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.012480282801908837	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1305.0	98.544	100.0	0.00023658560525365187	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
USA0080_01_000000032450	1291	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.022201343881480144	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1291.0	99.07	100.0	0.0002574674543174897	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0157_000000024744	1287	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.021217180240251102	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1287.0	98.912	100.0	0.0002566691056219316	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0089_000000023206	1285	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.012738576527295742	PS1101	0	0	False	True	0.9564202427864075	0					non-mobilizable	other	1128.0	98.759	96.0	0.0002173075593397801	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0092_000000043873	1271	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.005684161922183346	PS1101	0	0	False	True	0.9346970915794373	0					non-mobilizable	other	1146.0	99.913	90.0	0.00022176217062749398	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0048_000000032439	1269	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.01673227520884292	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1168.0	98.71600000000001	100.0	0.00022505470940536944	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0179_000000017901	1265	0.928569857471856	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.004803292548082196	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1265.0	99.52600000000001	100.0	0.0002448099420726222	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0145_000000013444	1263	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.018907591419421926	PS1101	0	0	False	True	0.9912905693054199	0					non-mobilizable	other	1244.0	99.598	98.0	0.0002407426882881878	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0115_000000029561	1242	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.01772677391736568	PS1101	0	0	False	True	0.9589372277259827	0					non-mobilizable	chromosome	1217.0	98.85	98.0	0.00024269800344966472	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0139_000000023443	1208	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.017776165922679416	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1208.0	99.669	100.0	0.0002337702532291574	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0141_000000025329	1207	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.017661231945896933	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1209.0	98.677	100.0	0.00023299553822259846	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0062_000000019886	1194	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.012563159652636591	PS1101	0	0	False	True	0.9958124160766602	0					non-mobilizable	other	1116.0	99.91	100.0	0.00021564527784268	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
SPA0074_000000017887	1157	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.012684373719699714	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1157.0	99.13600000000001	100.0	0.00022389263689553103	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0153_000000012716	1146	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.01154353024401936	PS1101	0	0	False	True	0.9851657748222351	0					non-mobilizable	other	1146.0	99.04	100.0	0.0002214526013034344	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
SPA0019_000000025750	1132	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.011649905906232692	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1132.0	99.55799999999999	100.0	0.00022573309366905492	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0007_000000021630	1129	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.010659428557762328	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1129.0	98.671	100.0	0.00022513433214738635	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0379_000000022640	1114	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.0106384959980127	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1114.0	99.641	100.0	0.00022214052453904345	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0168_000000021691	1109	0.928569857471856	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.005793546357243624	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1109.0	99.639	100.0	0.00021459605681682387	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0024_000000000268	8172	0.9285668492605188	6	6	5	5	4	False	101248	fragment	False	DEN0024_000000000268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	9.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
DEN0096_000000006382	6134	0.9285539266572078	9	7	3	3	7	True	106687	maximal	False	AST0113_000000005424	1.0		0	0	True	True	1.0	137					non-mobilizable	no_good_hit	1602.0	85.955	26.0	0.3253257328990228	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
AST0113_000000005424	6134	0.9285539266572078	8	7	3	3	7	True	106687	maximal	True	AST0113_000000005424	1.0		4	3	True	True	1.0	248					non-mobilizable	no_good_hit	1602.0	85.955	26.0	0.3253257328990228	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
USA0036_01_000000016290	2064	0.9285519439573254	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9678913733665657		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	95.559	93.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AUS0020_000000002779	8841	0.9285472713716372	10	7	5	7	4	True	99710	maximal	True	AUS0020_000000002779	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	943.0	99.57600000000001	31.0	0.2325925925925926	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0046_000000021181	1115	0.9285382819033454	2	1	1	1	1	False	72677	fragment	False	DEN0046_000000021181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	98.848	100.0	0.004855853953837073	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	False	False
FIJ0122_000000014491	1108	0.9285356507357166	2	2	2	2	1	False	97493	fragment	False	FIJ0097_000000023905	0.3522191095528022		0	0	False	False	1.0	0					non-mobilizable	chromosome	1044.0	96.264	100.0	0.00018706879342780518	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
TAN0010_000000000927	8958	0.9285284122288066	12	4	3	3	1	True	2642	fragment	False	TAN0010_000000000927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	6.327980283878524e-07	LR812511.1	bony fishes	Danio aesculapii genome assembly, chromosome: 2	True	True
CHI0003_000000008714	1474	0.9285025359347256	3	2	1	2	1	False	90955	fragment	False	CHI0003_000000008714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	6.5392362583088e-06	CP015727.1	firmicutes	Bacillus cereus strain A1, complete genome	True	False
FIJ0108_000000001526	11480	0.9284975502591908	17	14	10	14	9	False	48744	maximal	True	FIJ0108_000000001526	1.0		2	1	False	False	0.9958187937736511	0					non-mobilizable	no_good_hit	191.0	73.298	2.0	0.009465020576131687	NZ_WHJC01000037.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig037, whole genome shotgun sequence	True	False
ISR0283_000000010211	1293	0.9284962005986824	2	1	1	1	1	False	115755	fragment	False	SPA0137_000000023508	0.407191875170064		0	0	False	False	0.9860788583755493	0					non-mobilizable	no_good_hit	484.0	86.57	37.0	0.005082017234667144	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0009_000000021438	1720	0.9284866564552858	2	2	2	2	2	False	83644	fragment	False	SPA0022_000000007548	0.9905350454016766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000035939	1197	0.9284845172183679	2	2	2	1	1	False	17795	fragment	False	MAD0045_000000035939	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1064.0	84.117	99.0	0.0002955540112360903	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0077_000000001565	4990	0.9284819457369278	4	4	4	4	4	False	125040	fragment	False	ISR0803_000000002275	0.9825280765741549		0	0	False	False	1.0	0					non-mobilizable	other	4990.0	99.84	100.0	0.018038050198494478	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0167_000000001578	10236	0.9284749873680336	17	10	6	8	9	True	125401	fragment	False	CHI0167_000000001578	1.0		0	0	False	False	0.9993161559104919	0					non-mobilizable	other	9567.0	92.652	93.0	0.0027245545555944985	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0221_000000002707	7824	0.9284733855003784	11	11	4	7	9	True	86068	fragment	False	ISR0221_000000002707	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	7802.0	99.78200000000001	99.0	0.2127526113398969	CP052790.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N19S0552 plasmid pN19S0552-2, complete sequence	False	True
MON0002_000000008631	2754	0.928469597744872	2	2	2	1	1	False	16590	fragment	False	MON0002_000000008631	1.0		0	0	False	False	0.9996368885040283	0					non-mobilizable	no_good_hit	96.0	88.542	3.0	3.233944571551704e-05	CP002589.1	CFB group bacteria	Prevotella denticola F0289, complete genome	True	False
ISR0814_000000015213	2598	0.9284671212278336	4	3	2	3	1	False	21539	fragment	False	ISR0814_000000015213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	75.592	16.0	0.00014690169528783749	NZ_CP022386.1	CFB group bacteria	Capnocytophaga gingivalis strain H1496 chromosome, complete genome	True	False
SPA0031_000000002014	10589	0.928459565980646	15	9	5	7	6	True	104911	fragment	False	SPA0031_000000002014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4751.0	97.411	89.0	0.3828156514723679	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0211_000000011990	1880	0.9284594560178164	3	3	3	3	1	False	116934	fragment	False	ISR0387_000000012385	0.3822912350748046		0	0	False	False	1.0	0					non-mobilizable	other	1462.0	87.346	99.0	0.0004109311638123356	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0154_000000007883	3703	0.9284560719359742	4	4	3	3	3	True	94802	fragment	False	CHI0154_000000007883	1.0		0	0	False	False	0.9991898536682129	0					non-mobilizable	chromosome	2563.0	99.766	99.0	0.0005013706479383921	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ISR0018_000000007323	2956	0.9284459227389988	3	2	2	2	2	False	112388	maximal	True	ISR0018_000000007323	1.0		1	1	False	False	0.9952638745307922	0					non-mobilizable	no_good_hit	1718.0	96.449	58.0	0.0004748654547878101	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0123_000000006048	5437	0.9284440913361364	6	5	1	2	5	False	90427	fragment	False	FIJ0123_000000006048	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	5401.0	100.0	99.0	0.0646528501131425	LT985309.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pI	False	True
ISR0189_000000001271	6876	0.9284410401448636	8	4	4	4	3	False	130483	fragment	False	CHI0006_000000001092	0.9877945538342844		0	0	False	False	0.999854564666748	0					non-mobilizable	no_good_hit	4329.0	99.723	66.0	0.006904508115629368	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0057_000000002453	10124	0.9284276964780798	9	7	5	6	6	True	50518	maximal	True	SPA0057_000000002453	1.0		2	1	False	False	0.9998024702072144	0					non-mobilizable	no_good_hit	1396.0	97.27799999999999	24.0	0.04881206480282725	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0142_000000001662	9025	0.9284235499024917	14	10	6	6	10	True	124121	fragment	False	CHI0142_000000001662	0.9769318181818182		0	0	False	False	0.9990027546882629	0					non-mobilizable	other	9026.0	99.823	100.0	0.0025363135462469024	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0198_000000000520	33716	0.9284052413276396	50	15	7	9	6	True	72317	maximal	True	ENG0198_000000000520	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0040_000000010449	1339	0.928394119787706	2	2	1	1	2	False	110746	fragment	False	ISR0119_000000020149	0.6702411078404943		0	0	False	False	0.9895444512367249	0					non-mobilizable	other	1348.0	96.068	100.0	0.002264128108973982	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
FIJ0105_000000008792	3393	0.9283897275015488	5	4	4	4	4	False	46444	fragment	False	FIJ0105_000000008792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	81.369	31.0	0.00023779076765466356	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0003_000000003707	6767	0.9283829095230042	4	3	1	3	1	False	52223	fragment	False	FIJ0003_000000003707	0.9999246193276043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	98.48	24.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0015_000000005564	4291	0.9283818261402966	3	2	2	2	2	False	37985	fragment	False	ISR0015_000000005564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	78.0	11.0	0.019846895378508648	NZ_KB291014.1	CFB group bacteria	Prevotella saccharolytica F0055 Scfld750, whole genome shotgun sequence	True	False
CHI0182_000000003677	6455	0.9283672672757116	10	6	4	5	4	True	104893	fragment	False	CHI0182_000000003677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	96.649	79.0	0.163407647278615	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0012_000000010116	2416	0.9283651362051616	2	2	2	2	2	False	126659	fragment	False	SPA0012_000000010116	0.9650132860938885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000038322	1275	0.9283585050958242	2	2	2	1	1	False	72425	maximal	True	DEN0051_000000038322	1.0		7	4	False	False	0.9952940940856934	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	8.847809681901263e-06	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0087_000000005004	2524	0.9283546124423552	4	3	3	3	3	False	92758	fragment	False	DEN0087_000000005004	1.0		0	0	False	False	0.9936608672142029	0					non-mobilizable	other	2510.0	99.681	99.0	0.0026914305452158185	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
MAD0099_000000013750	2269	0.9283457333152694	2	2	2	1	2	False	15228	fragment	False	MAD0099_000000013750	1.0		0	0	False	False	0.9973556399345398	0					non-mobilizable	no_good_hit	1289.0	91.311	57.0	0.022105516081419696	NZ_QRYH01000016.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf16, whole genome shotgun sequence	True	False
ISR0040_000000022641	1142	0.9283363055329391	2	1	1	1	1	False	36451	fragment	False	ISR0040_000000022641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	80.361	86.0	0.004074666035241421	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0101_01_000000015904	2011	0.9283281382488322	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.9681190397531805		0	0	False	False	0.9990054965019226	0					non-mobilizable	other	1995.0	99.348	99.0	0.002761937345298958	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0017_000000011259	1841	0.9283281382488322	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.7622610402672488		0	0	False	False	0.9978272914886475	0					non-mobilizable	other	1842.0	99.40299999999999	100.0	0.0025500133664470323	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0121_000000007050	1656	0.9283281382488322	3	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.2012328070035375		0	0	False	False	0.977053165435791	0					non-mobilizable	other	1640.0	99.329	99.0	0.0022702183094006983	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0131_000000023275	1533	0.9283241729186168	1	1	1	1	1	False	31648	maximal	True	ISR0131_000000023275	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1534.0	97.197	100.0	0.00043519442951130225	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0145_000000009242	2033	0.9283220769869278	4	4	2	4	2	False	79758	maximal	True	CHI0145_000000009242	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	96.863	88.0	0.00022450323019534602	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0075_000000008616	2231	0.9283195864091068	4	3	1	2	3	False	131144	fragment	False	SPA0075_000000008616	0.9964911459606434		0	0	False	False	1.0	0					non-mobilizable	other	2231.0	100.0	100.0	0.013835978507699753	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0136_000000018694	2218	0.9283195864091068	3	3	1	2	3	False	131144	fragment	False	SPA0075_000000008616	0.9957177673149435		0	0	False	False	0.9986474514007568	0					non-mobilizable	other	2218.0	100.0	100.0	0.013755320337027064	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0055_000000015924	2206	0.9283195864091068	3	3	1	2	3	False	131144	fragment	False	SPA0075_000000008616	0.9925549387630058		0	0	False	False	0.997733473777771	0					non-mobilizable	other	2220.0	99.324	100.0	0.013767729286361323	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
DEN0045_000000020324	1990	0.9283195864091068	3	3	1	2	3	False	131137	fragment	False	DEN0045_000000020324	0.983393784225873		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	98.277	99.0	0.0122290195689131	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0009_000000004147	1962	0.9283195864091068	3	3	1	2	3	False	131137	fragment	False	DEN0045_000000020324	0.9801083731912574		0	0	False	False	1.0	0					non-mobilizable	other	1057.0	99.054	100.0	0.00655192524848921	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0831_000000003727	4403	0.9283083517487348	8	4	2	3	4	False	63854	fragment	False	ISR0831_000000003727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0305_000000016768	1140	0.9283075615604668	3	2	2	1	1	False	25462	fragment	False	ISR0305_000000016768	1.0		0	0	False	False	0.9912280440330505	0					non-mobilizable	no_good_hit	48.0	95.833	4.0	1.3765526990757047e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MON0058_000000022307	2208	0.9283057294083414	3	3	3	3	3	False	95334	fragment	False	MON0058_000000022307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0118_000000001538	4864	0.9283012574383864	6	6	2	5	5	True	124669	maximal	True	FIJ0118_000000001538	0.9558823529411764	PS730	4	2	False	True	0.9997944235801697	0					non-mobilizable	other	3680.0	93.34200000000001	100.0	0.0011073753668293807	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0062_000000012484	2637	0.9282982224691776	4	3	2	3	2	False	6173	maximal	True	SPA0062_000000012484	1.0		4	3	False	False	0.999620795249939	0					non-mobilizable	no_good_hit								True	False
FIJ0130_000000013109	1568	0.9282934375265248	2	2	2	2	1	False	115917	fragment	False	AST0104_000000022510	0.943520885135229		0	0	False	False	0.9968112111091614	0					non-mobilizable	no_good_hit								True	False
TAN0010_000000002459	4542	0.9282826922756576	10	3	1	2	2	False	2636	maximal	True	TAN0010_000000002459	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0061_000000022046	2041	0.928273168618222	4	2	2	2	2	False	10825	fragment	False	MON0061_000000022046	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	772.0	96.11399999999999	91.0	0.00034041929413551603	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0011_000000004148	5264	0.9282726904602244	8	7	4	4	7	False	128546	fragment	False	SPA0011_000000004148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3849.0	95.194	85.0	0.32543176430748394	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0076_000000004581	5366	0.9282699421413462	7	3	3	2	3	False	122607	fragment	False	ENG0045_000000002104	0.9550279329608938		0	0	False	False	0.9996272921562195	0					non-mobilizable	no_good_hit	2600.0	98.885	50.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0010_000000003611	5150	0.9282699421413462	6	3	3	2	3	False	122627	fragment	False	ENG0010_000000003611	1.0		0	0	False	False	0.9966990351676941	0					non-mobilizable	no_good_hit	2313.0	99.43799999999999	45.0	0.0007287368487741807	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0086_000000004722	5093	0.9282699421413462	5	3	3	2	3	False	122602	fragment	False	ISR0086_000000004722	1.0		0	0	False	False	0.9998036623001099	0					non-mobilizable	no_good_hit	2595.0	98.99799999999999	54.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0076_000000003612	4804	0.9282698576998836	14	2	1	1	2	False	58436	fragment	False	FIJ0076_000000003612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	94.758	69.0	0.03949892346838912	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ISR0190_000000005054	4610	0.9282691564386052	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9177191270096396	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	76					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0163_000000004933	4423	0.9282691564386052	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.5301200673180053	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	2844.0	95.956	64.0	0.5648019112084411	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
MON0027_000000005756	6004	0.9282682177056836	5	4	2	3	4	False	104213	fragment	False	MAD0024_000000001364	0.9200488997555012		0	0	False	False	1.0	0					non-mobilizable	chromosome	3399.0	90.67399999999999	98.0	0.0013977328230002414	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0191_000000003416	7046	0.9282634743665183	9	6	6	6	5	True	73479	fragment	False	ENG0191_000000003416	1.0		0	0	False	False	0.9934714436531067	0					non-mobilizable	no_good_hit	731.0	74.96600000000001	11.0	0.0021501666899626172	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ENG0078_000000015208	1711	0.9282470756927671	3	3	2	1	2	False	104809	fragment	False	ENG0078_000000015208	0.9840899973635294		0	0	False	False	1.0	0					non-mobilizable	other	1654.0	97.219	100.0	0.040121432908318155	NZ_SRYX01000034.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_34_length_41175_cov_295.469, whole genome shotgun sequence	False	False
SPA0013_000000017184	1650	0.9282470756927671	3	3	2	1	2	False	104809	fragment	False	ENG0078_000000015208	0.9783334994428196		0	0	False	False	0.9896969795227051	0					non-mobilizable	chromosome	1650.0	99.333	100.0	0.0002850100444868013	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
DEN0018_000000009569	3746	0.9282468926497436	5	2	0	2	1	True	107487	backbone	False	ISR0043_000000005789	0.9346602430910103	PS661	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0003174672680299514	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	True
FIJ0030_000000009048	3441	0.9282468926497436	4	3	0	2	1	True	100129	backbone	False	SPA0045_000000007841	0.9397318118024347	PS570	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	819.0	90.598	55.0	0.20842911877394635	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0395_000000032727	1170	0.9282467174992612	2	2	2	2	2	False	126593	fragment	False	SPA0042_000000023410	0.6672827319766689		0	0	False	False	0.9888888597488403	0					non-mobilizable	no_good_hit	429.0	75.991	36.0	0.00010420957528699415	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
DEN0018_000000005163	6263	0.9282430138752537	8	7	6	6	7	False	128462	fragment	False	DEN0018_000000005163	0.9956791129952715		0	0	False	False	0.9972856640815735	0					non-mobilizable	other	5056.0	97.646	98.0	0.019383324126925675	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0340_000000002808	8724	0.9282405965460836	12	9	8	8	5	False	33268	fragment	False	ISR0340_000000002808	1.0		0	0	False	False	0.997822105884552	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.000172431004909746	NZ_FQXH01000006.1	firmicutes	Tepidibacter thalassicus DSM 15285, whole genome shotgun sequence	True	False
ISR0343_000000016298	1190	0.9282395663327137	2	2	1	2	2	False	24299	fragment	False	ISR0343_000000016298	1.0		0	0	False	False	0.9840335845947266	0					non-mobilizable	no_good_hit	252.0	76.587	21.0	0.00030703820344425345	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
FIJ0107_000000002993	8860	0.9282291985033596	16	4	3	4	1	True	53047	maximal	True	FIJ0107_000000002993	1.0		1	1	False	False	0.9998871088027954	0					non-mobilizable	no_good_hit	2083.0	92.12700000000001	73.0	0.036826994647857374	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0001_000000017110	1967	0.9282240829268494	4	2	0	1	1	False	8441	fragment	False	SPA0001_000000017110	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1967.0	99.74600000000001	100.0	0.3552584026020961	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
ENG0200_000000004265	4600	0.9282227894317052	5	4	2	4	3	False	79857	maximal	True	ENG0200_000000004265	1.0		0	0	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit	488.0	85.041	43.0	0.0010141415239724237	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0034_000000003343	4381	0.9282224663779778	7	4	1	3	4	False	65468	maximal	True	ENG0034_000000003343	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	999.0	72.873	22.0	0.23222300968580203	NZ_RBCK01000006.1	firmicutes	Streptococcus chosunense strain ChDC B353 KCOM1699_6, whole genome shotgun sequence	True	True
FIJ0047_000000002590	9593	0.9282086549059491	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.7893437784677007		0	0	False	False	0.9986448287963867	0					non-mobilizable	no_good_hit	178.0	92.135	2.0	0.2492836676217765	EU066914.1	bacteria	Uncultured bacterium clone LM0ACA8ZE11RM1 genomic sequence	True	True
ISR0282_000000007368	2902	0.9281992941117428	5	3	3	2	2	False	113722	fragment	False	ISR0282_000000007368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1665.0	98.859	57.0	0.11515025619720261	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
CHI0120_000000005086	2693	0.9281950580008989	3	3	3	3	2	False	99568	fragment	False	ISR0099_000000007802	0.96359940872136		0	0	False	False	0.9929446578025818	0					non-mobilizable	plasmid	2693.0	99.406	100.0	0.01104772848524644	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
SPA0024_000000006520	2443	0.9281897987006712	4	4	3	4	4	False	94569	fragment	False	ENG0131_000000010673	0.9635791812816737		0	0	False	False	1.0	0					non-mobilizable	chromosome	2443.0	100.0	100.0	0.0004744131614100445	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
USA0035_01_000000017127	1501	0.928182618841429	3	3	3	3	3	False	7416	fragment	False	USA0035_01_000000017127	1.0		0	0	False	False	0.9993337988853455	0					non-mobilizable	chromosome	1501.0	98.26799999999999	100.0	0.00041758012318613634	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CAN0020_000000027889	1251	0.9281624157841016	1	1	1	1	1	False	91706	fragment	False	CAN0020_000000027889	1.0		0	0	False	False	0.987210214138031	0					non-mobilizable	no_good_hit	85.0	91.765	7.0	0.0024922857821030146	NZ_PKOZ01000020.1	firmicutes	Pradoshia eiseniae strain EAG3 Scaffold_20, whole genome shotgun sequence	True	False
FIJ0006_000000032150	1249	0.9281624157841016	2	1	1	1	1	False	51653	fragment	False	FIJ0006_000000032150	1.0		0	0	False	False	0.9983987212181091	0					non-mobilizable	no_good_hit	211.0	85.78200000000001	17.0	9.060010459378412e-05	LM995447.1	firmicutes	[Clostridium] cellulosi genome assembly DG5, chromosome : I	True	False
DEN0071_000000021092	1977	0.9281582492938374	2	2	2	2	1	True	124771	fragment	False	ENG0058_000000015537	0.5585019892752119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	82.258	3.0	1.1607299521140858e-05	CP013692.1	b-proteobacteria	Paucibacter sp. KCTC 42545, complete genome	True	True
USA0087_01_000000004046	3547	0.9281540354553149	5	4	3	4	2	False	100716	fragment	False	USA0087_01_000000004046	1.0		0	0	False	False	0.998590350151062	0					non-mobilizable	no_good_hit	1755.0	84.9	49.0	0.000278736443689737	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0352_000000002120	3669	0.928150335719938	2	2	2	2	2	False	96103	fragment	False	ISR0352_000000002120	1.0		0	0	False	False	0.9975470304489136	0					non-mobilizable	no_good_hit	1388.0	87.75200000000001	80.0	0.00029250986772006826	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CHI0077_000000004318	3161	0.928150335719938	2	2	2	2	2	False	96102	fragment	False	CHI0077_000000004318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1388.0	87.75200000000001	80.0	0.00029250986772006826	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0106_000000009981	2461	0.928150335719938	2	2	2	2	2	False	96097	fragment	False	ISR0106_000000009981	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	87.75200000000001	97.0	0.00029250986772006826	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0133_000000012927	1899	0.9281485927398768	2	2	2	1	1	False	102235	fragment	False	ISR0776_000000012746	0.9110271003946177		0	0	False	False	0.9952606558799744	0					non-mobilizable	other	1899.0	98.684	100.0	0.0023929205860512147	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0003_000000018513	1383	0.9281459398447429	2	2	1	1	2	False	59572	fragment	False	ENG0114_000000009557	0.4758934592043156		0	0	False	False	0.9963846802711487	0					non-mobilizable	no_good_hit	1234.0	89.303	89.0	0.11920914905989533	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
CHI0119_000000011625	1170	0.9281392328298124	3	2	1	2	2	False	81884	fragment	False	ISR0293_000000026068	0.7656448083369762		0	0	False	False	0.9854700565338135	0					non-mobilizable	no_good_hit	650.0	75.846	54.0	0.0002919517393514567	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CHI0162_000000000939	19590	0.9281339191544156	17	16	12	13	16	False	89395	maximal	True	CHI0162_000000000939	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	7144.0	98.78200000000001	36.0	0.15814767240997477	NZ_QRUU01000024.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf24, whole genome shotgun sequence	True	False
FIJ0041_000000007645	4636	0.9281334559641676	8	2	1	0	2	False	47420	maximal	True	FIJ0041_000000007645	1.0	PS163	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	330.0	83.333	7.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
FIJ0142_000000008796	3633	0.9281334559641676	6	2	1	0	2	False	46108	backbone	False	FIJ0122_000000004707	0.9991733164573445	PS163	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	330.0	83.63600000000001	9.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
FIJ0122_000000004707	3631	0.9281334559641676	5	2	1	0	2	False	46108	backbone	True	FIJ0122_000000004707	0.9995244236221472	PS163	6	1	True	True	1.0	12					non-mobilizable	no_good_hit	330.0	83.63600000000001	9.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
FIJ0166_000000006789	3591	0.9281334559641676	6	2	1	0	2	False	46108	backbone	False	FIJ0122_000000004707	0.9994511141925753	PS163	0	0	True	True	0.9997215270996094	1					non-mobilizable	no_good_hit	330.0	83.63600000000001	9.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
FIJ0076_000000004644	3588	0.9281334559641676	6	2	1	0	2	False	46108	backbone	False	FIJ0122_000000004707	0.9956671728374384	PS163	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	330.0	83.63600000000001	9.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
MAD0045_000000008557	4109	0.9281238465842108	9	9	6	5	7	True	17892	maximal	True	MAD0045_000000008557	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2219.0	99.865	100.0	0.023691265848474165	CP032835.1	enterobacteria	Klebsiella pneumoniae strain INF237 plasmid pINF237_02, complete sequence	False	True
CHI0138_000000003281	4759	0.9281202649052896	6	4	1	4	1	True	107921	fragment	False	CHI0138_000000003281	1.0		0	0	False	False	0.9997898936271667	0					non-mobilizable	other	4758.0	100.0	99.0	0.02352295428921811	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0095_000000006021	4754	0.9281202649052896	5	4	1	4	1	True	107918	fragment	False	MON0095_000000006021	0.9717268377555459		0	0	False	False	0.9995793104171753	0					non-mobilizable	other	4754.0	100.0	100.0	0.02350317463457088	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0137_000000003405	3924	0.9281202649052896	5	4	1	4	1	True	107917	fragment	False	CHI0137_000000003405	0.993917417739263		0	0	False	False	0.9997451305389404	0					non-mobilizable	other	3925.0	99.822	100.0	0.019398896295270685	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
AST0113_000000010530	3500	0.9281202649052896	5	4	1	4	1	True	107915	fragment	False	AST0113_000000010530	1.0		0	0	False	False	0.9977142810821533	0					non-mobilizable	other	3500.0	100.0	100.0	0.01730225290266432	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0011_000000010305	2606	0.9281202649052896	5	4	1	4	1	True	107913	fragment	False	ENG0011_000000010305	1.0		0	0	False	False	0.9927091598510742	0					non-mobilizable	other	2587.0	100.0	100.0	0.012787546729434104	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
AST0104_000000012974	2587	0.9281202649052896	5	4	1	4	1	True	107913	fragment	False	ENG0011_000000010305	0.9963545663852648		0	0	False	False	1.0	0					non-mobilizable	other	2587.0	100.0	100.0	0.012787546729434104	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MAD0097_000000006681	5597	0.9281116768562824	6	3	1	3	2	False	33400	maximal	True	MAD0097_000000006681	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	0.0021599532983070636	NZ_JAAITU010000063.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_63_length_17130_cov_134.123, whole genome shotgun sequence	True	False
FIJ0011_000000007726	5437	0.9281057469682468	7	5	4	4	3	True	120627	backbone	True	FIJ0011_000000007726	0.976119513250074	PS463|PS847	21	5	True	True	1.0	10					non-mobilizable	no_good_hit	2035.0	88.206	82.0	0.4092835519677094	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
AUS0024_000000005741	5435	0.9281057469682468	7	5	4	4	3	True	120627	backbone	False	FIJ0011_000000007726	0.9473625049655816	PS463|PS847	0	0	True	True	0.9998160004615784	17					non-mobilizable	no_good_hit	2035.0	88.74700000000001	83.0	0.4092835519677094	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
ISR0851_000000005872	2214	0.9281019802859072	4	3	1	3	1	True	20557	fragment	False	ISR0851_000000005872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	89.071	8.0	0.0009800859459983414	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
MAD0054_000000008806	1884	0.9280891251859597	3	3	2	3	3	False	94566	fragment	False	SPA0094_000000006391	0.9678404136382055		0	0	False	False	1.0	0					non-mobilizable	chromosome	1884.0	99.682	100.0	0.0003550194336846134	CP027548.1	enterobacteria	Escherichia coli strain 2014C-3061 chromosome, complete genome	False	False
ISR0785_000000009030	3606	0.9280846984437126	5	4	4	3	2	False	35229	fragment	False	ISR0785_000000009030	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	99.883	100.0	0.00032125851989458354	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0118_000000004216	6697	0.9280799488881804	11	9	5	5	7	True	118141	fragment	False	SPA0118_000000004216	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2675.0	99.925	76.0	0.32376801065504296	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0035_000000001891	8280	0.9280686072213024	10	3	1	3	2	True	36823	fragment	False	ISR0035_000000001891	1.0		0	0	False	False	0.998913049697876	0					non-mobilizable	no_good_hit	56.0	100.0	1.0	0.01352680767338908	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0188_000000003135	8011	0.9280613958069016	12	6	3	3	6	True	118184	maximal	True	ENG0188_000000003135	0.9999585818422796	PS799	7	4	True	True	0.9998751878738403	72	rep_cluster_1097	MOBB			mobilizable	plasmid	6908.0	99.986	100.0	0.8707766011094301	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
USA0005_01_000000021272	1460	0.9280594670737338	3	3	3	3	2	False	2153	maximal	True	USA0005_01_000000021272	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1460.0	95.89	100.0	0.000762658484248933	NZ_KB903359.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_0.1, whole genome shotgun sequence	False	False
ENG0191_000000000148	57825	0.9280574363763852	63	25	12	19	20	True	128804	maximal	True	ENG0191_000000000148	1.0		1	1	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	15385.0	98.044	78.0	0.0828280326120906	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0093_000000001401	11985	0.928055919953088	12	5	4	5	1	True	132067	fragment	False	ISR0093_000000001401	1.0		0	0	False	False	0.9990822076797485	0					non-mobilizable	no_good_hit	258.0	84.49600000000001	2.0	0.007591733445803458	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0034_000000003910	3721	0.928053931804506	3	3	1	3	3	False	75459	fragment	False	ENG0034_000000003910	1.0		0	0	False	False	1.0	0	IncFII,rep_cluster_2183				non-mobilizable	plasmid	3705.0	99.001	100.0	0.017364758403361345	CP043860.1	enterobacteria	Klebsiella pneumoniae strain MRK9 plasmid unnamed1	False	True
SPA0136_000000015121	2687	0.9280514894176995	3	2	2	2	1	False	108121	maximal	True	SPA0136_000000015121	1.0		0	0	False	False	0.994789719581604	0					non-mobilizable	no_good_hit	1463.0	100.0	54.0	0.0005094108604165461	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
SPA0023_000000013526	2019	0.9280511870508906	4	2	2	2	2	False	7620	maximal	True	SPA0023_000000013526	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	79.618	8.0	3.442837459792981e-05	NZ_LT605205.1	CFB group bacteria	Proteiniphilum saccharofermentans strain M3/6 chromosome I	True	False
MAD0059_000000008276	2327	0.9280475124091188	3	2	1	1	2	True	16898	fragment	False	MAD0059_000000008276	1.0		0	0	False	False	0.9987108111381531	0					non-mobilizable	no_good_hit	1281.0	86.885	55.0	0.033170681063122924	AP013039.1	firmicutes	Enterococcus mundtii QU 25 plasmid pQY039 DNA, complete genome	True	True
SPA0078_000000003913	1923	0.9280463977283956	5	1	1	1	1	False	5665	fragment	False	SPA0078_000000003913	1.0		0	0	False	False	0.9973998665809631	0					non-mobilizable	no_good_hit	819.0	87.912	42.0	0.011567355301348814	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	False
ISR0039_000000004307	6540	0.92804458251834	14	4	3	3	1	True	36569	fragment	False	ISR0039_000000004307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1996.0	92.735	53.0	0.03532059688795945	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0079_000000043550	1425	0.9280352926651094	2	2	1	2	1	False	69477	maximal	True	DEN0079_000000043550	1.0		1	1	False	False	0.9922807216644287	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000005959	4971	0.9280098248820856	5	5	5	5	5	False	43973	maximal	True	FIJ0085_000000005959	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1612.0	75.682	32.0	0.005508774963257543	NZ_JHYA01000002.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0295_000000006385	4853	0.9280087302101154	6	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.9899857556042405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	21.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0291_000000002473	4803	0.9280087302101154	6	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.9886337029731057		0	0	False	False	0.995627760887146	0					non-mobilizable	no_good_hit	1036.0	87.259	22.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0005_000000006215	4738	0.9280087302101154	6	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.9854674129864727		0	0	False	False	0.9995778799057007	0					non-mobilizable	no_good_hit	1036.0	87.259	22.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0014_000000003923	4722	0.9280087302101154	6	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.9826064063411674		0	0	False	False	0.999788224697113	0					non-mobilizable	no_good_hit	1036.0	87.259	22.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0085_000000003342	4187	0.9280087302101154	4	3	3	3	3	False	119292	fragment	False	SPA0086_000000003258	0.9827182914509862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	25.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0285_000000003324	4051	0.9280087302101154	4	3	3	3	3	False	119292	fragment	False	SPA0086_000000003258	0.894454433056102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	26.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0395_000000009529	4039	0.9280087302101154	4	3	3	3	3	False	119292	fragment	False	SPA0086_000000003258	0.8958092751952589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	26.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0021_000000004695	4010	0.9280087302101154	4	3	3	3	3	False	119292	fragment	False	SPA0086_000000003258	0.880216256462574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	26.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0128_000000008700	3977	0.9280087302101154	4	3	3	3	3	False	119292	fragment	False	SPA0086_000000003258	0.8917329498755397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	26.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0008_000000002853	3977	0.9280087302101154	4	3	3	3	3	False	119292	fragment	False	SPA0086_000000003258	0.8917329498755397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	26.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0205_000000004699	3977	0.9280087302101154	4	3	3	3	3	False	119292	fragment	False	SPA0086_000000003258	0.8917329498755397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	26.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0096_000000009851	3672	0.9280087302101154	3	3	3	3	3	False	119292	fragment	False	SPA0086_000000003258	0.5851456205862131		0	0	False	False	0.9986383318901062	0					non-mobilizable	no_good_hit	1036.0	87.259	28.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0075_000000000896	11734	0.927996605220764	9	6	6	6	5	False	7651	fragment	False	SPA0075_000000000896	1.0		0	0	False	False	0.9999147653579712	0					non-mobilizable	no_good_hit	2376.0	94.571	29.0	0.03829101168883515	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0063_000000013078	1371	0.9279777440924422	2	2	2	2	1	False	108426	fragment	False	ISR0213_000000017446	0.7318308542139258		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	100.0	100.0	0.0002951535358531833	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0027_000000017499	1473	0.927973046048388	3	2	1	2	1	True	38143	maximal	True	ISR0027_000000017499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	98.90100000000001	19.0	0.01598871384904773	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	True	True
SPA0013_000000024704	1148	0.927973046048388	2	2	1	2	1	True	38134	fragment	False	ISR0012_000000018457	0.9460952662742735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.0009607136730142391	NZ_BILU01000094.1	firmicutes	Paenibacillus alginolyticus DSM 5050 = NBRC 15375 PAL01S_CON00094, whole genome shotgun sequence	True	True
FIJ0048_000000003083	8546	0.9279727797378956	13	7	3	4	5	True	76972	maximal	True	FIJ0048_000000003083	0.9981448521657595	PS328|PS329|PS369	2	2	True	True	0.9990639090538025	1					non-mobilizable	no_good_hit	1625.0	76.738	19.0	0.1525828320443044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
FIJ0128_000000005855	4294	0.9279725805719398	5	3	3	3	2	True	108560	fragment	False	FIJ0128_000000005855	0.9659100438272097		0	0	False	False	0.997205376625061	0					non-mobilizable	no_good_hit	54.0	96.296	2.0	0.00028927941610062475	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
FIJ0136_000000018014	1538	0.9279704389751374	3	2	1	1	2	False	94119	fragment	False	FIJ0136_000000018014	0.9319319063503688		0	0	False	False	0.9986996054649353	0					non-mobilizable	chromosome	1501.0	95.20299999999999	98.0	0.0002312072796382685	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0122_000000006623	4091	0.9279696290204776	5	3	1	1	3	False	59085	maximal	True	ENG0122_000000006623	1.0		0	0	False	False	0.9963334202766418	0					non-mobilizable	no_good_hit	1687.0	99.348	47.0	0.013576628229079431	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0066_000000000392	30832	0.927950063281588	31	12	7	8	11	True	110955	fragment	False	ENG0066_000000000392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	15052.0	97.25	86.0	0.08087324580770928	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0268_000000005018	3539	0.9279478980757476	6	5	3	4	2	False	26500	maximal	True	ISR0268_000000005018	1.0		5	3	False	False	0.9966092109680176	0					non-mobilizable	no_good_hit	1034.0	97.58200000000001	29.0	0.010996380668511815	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0004_000000018351	1427	0.9279379469096546	2	1	1	1	1	False	51973	fragment	False	FIJ0004_000000018351	1.0		0	0	False	False	0.9992992281913757	0					non-mobilizable	no_good_hit								True	False
ENG0022_000000004562	4320	0.9279351457056394	8	7	3	4	6	True	92240	fragment	False	SPA0047_000000009043	0.9942713107241063		0	0	False	False	0.9893518686294556	0	rep_cluster_1079				non-mobilizable	no_good_hit	2743.0	99.162	71.0	0.33549571603427175	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
FIJ0036_000000003139	9898	0.9279347857098966	17	6	2	5	4	False	47989	fragment	False	FIJ0036_000000003139	1.0		0	0	False	False	0.9987876415252686	0					non-mobilizable	no_good_hit	2474.0	95.837	56.0	0.09649637893912703	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
USA0090_01_000000002202	3893	0.9279341887915428	5	5	5	4	3	False	84159	maximal	True	USA0090_01_000000002202	1.0		3	2	False	False	0.9997431039810181	0					non-mobilizable	chromosome	1928.0	98.911	98.0	0.0007092992182617127	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
USA0081_01_000000009609	3253	0.9279318943804196	4	3	3	3	1	True	124824	maximal	True	USA0081_01_000000009609	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	79.339	15.0	0.0001357384424196403	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0151_000000009607	2436	0.9279261471840148	4	3	3	3	2	False	57109	maximal	True	ENG0151_000000009607	1.0		0	0	False	False	0.977011501789093	0					non-mobilizable	no_good_hit	1424.0	99.228	58.0	0.00039237172022876126	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
AST0046_000000000165	48573	0.9279236500521469	41	20	11	16	6	True	132147	fragment	False	ISR0104_000000000158	0.4165116560783258		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2808.0	97.15100000000001	9.0	0.013389768231987518	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0048_000000020675	1229	0.9279150679152696	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.04672988872872094	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1229.0	99.43	100.0	0.005731541682030123	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0060_000000003991	3167	0.9279141168271421	4	4	3	4	3	False	85766	fragment	False	CHI0060_000000003991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1147.0	94.595	56.0	0.0003148900242454289	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
AUS0002_000000004433	6573	0.927911783662985	9	7	4	4	6	False	103139	maximal	True	AUS0002_000000004433	1.0		1	1	False	False	0.9952837228775024	0					non-mobilizable	no_good_hit	1780.0	71.854	27.0	0.0008732690737852418	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0151_000000006686	3693	0.927898707743019	6	3	1	2	1	True	79513	maximal	True	CHI0151_000000006686	1.0		1	1	True	True	0.998646080493927	10					non-mobilizable	no_good_hit								True	True
USA0035_01_000000000634	31510	0.9278940239265876	32	21	10	10	17	True	120817	maximal	True	USA0035_01_000000000634	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5016.0	98.884	34.0	0.001113236002923022	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
ENG0076_000000004113	2870	0.9278822282287982	2	1	1	1	1	False	62045	maximal	True	ENG0076_000000004113	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	86.491	68.0	0.00017957098718572188	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0038_000000019793	1691	0.9278770994784366	2	2	2	2	1	False	12001	maximal	True	MON0038_000000019793	1.0		0	0	False	False	0.9994086623191833	0					non-mobilizable	no_good_hit								True	False
MON0105_000000004355	10711	0.9278624560132996	12	8	3	7	4	True	8763	maximal	True	MON0105_000000004355	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
MAD0051_000000004356	5733	0.9278616646705308	5	4	3	4	1	True	17361	maximal	True	MAD0051_000000004356	1.0		1	1	False	False	0.9944182634353638	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.965057131160071e-06	NZ_CP011360.1	a-proteobacteria	Bradyrhizobium diazoefficiens USDA 110 chromosome, complete genome	True	True
ISR0849_000000008397	3217	0.9278614411742909	3	2	1	2	1	False	20593	maximal	True	ISR0849_000000008397	1.0		5	3	False	False	0.9937830567359924	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000006184	3479	0.927858944245814	3	2	2	2	1	False	15908	maximal	True	MAD0088_000000006184	1.0		1	1	False	False	0.9997125864028931	0					non-mobilizable	no_good_hit	1049.0	77.12100000000001	30.0	0.0002372006282407918	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
ISR0099_000000012613	1571	0.9278582886098516	3	2	1	2	2	True	33207	maximal	True	ISR0099_000000012613	1.0		1	1	False	False	0.9885423183441162	0					non-mobilizable	no_good_hit	1091.0	99.90799999999999	69.0	0.00019025725748527035	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
CHI0112_000000004783	3439	0.9278572214027038	8	4	1	3	3	False	86779	maximal	True	CHI0112_000000004783	1.0		2	2	False	False	0.998836874961853	0					non-mobilizable	no_good_hit	1053.0	83.476	48.0	0.2831834287271736	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	True	False
ISR0168_000000004932	5197	0.9278509372989248	7	7	0	3	6	False	98451	maximal	False	ISR0021_000000003942	0.9918696527135779		0	0	True	True	1.0	11	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	no_good_hit	2747.0	99.745	81.0	0.4025212547639988	KC853438.1	enterobacteria	Escherichia coli ACN001 plasmid pACN001-E, complete sequence	True	True
MAD0042_000000002377	8683	0.9278505011574398	11	9	4	7	5	False	18170	maximal	True	MAD0042_000000002377	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	83.206	1.0	5.647652174674439e-05	CP012071.1	firmicutes	Selenomonas sp. oral taxon 478, complete genome	True	False
SPA0052_000000007222	4100	0.9278472107480336	6	5	3	5	4	False	6539	maximal	True	SPA0052_000000007222	1.0		2	1	False	False	0.9968292713165283	0					non-mobilizable	no_good_hit	511.0	97.652	12.0	0.00506047766940197	NZ_ADGQ01000035.1	firmicutes	Peptostreptococcus stomatis DSM 17678 contig00045, whole genome shotgun sequence	True	False
ISR0062_000000004968	5882	0.927836381565718	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9993558200130345	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	1305.0	94.406	41.0	0.14492270047825603	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AUS0024_000000007044	4508	0.927836381565718	6	4	1	2	3	False	98980	backbone	False	ISR0267_000000003260	0.9669039752216997	PS554	0	0	False	True	0.9988908767700195	0					non-mobilizable	no_good_hit	877.0	82.554	23.0	0.0973195417639862	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0316_000000019697	1145	0.9278316927832708	2	1	1	1	1	False	25183	fragment	False	ISR0316_000000019697	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	99.825	100.0	0.0007711867377452765	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
MAD0053_000000001321	10159	0.9278302566279172	16	16	1	7	16	True	98233	fragment	False	MAD0053_000000001321	1.0		0	0	False	True	0.9999015927314758	0					non-mobilizable	plasmid	7019.0	97.535	91.0	0.14455122917010393	CP009073.1	enterobacteria	Escherichia coli ATCC 25922 plasmid, complete sequence	False	True
SPA0104_000000003356	9019	0.9278207223119628	12	12	6	6	10	True	132506	backbone	False	ISR0038_000000002833	0.9964678496850136	PS1165|PS799|PS800	0	0	True	True	1.0	881	rep_cluster_1097	MOBB			mobilizable	plasmid	8058.0	99.777	100.0	0.9007274762171237	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0154_000000005052	5307	0.9278126035343393	7	5	4	4	4	False	111523	maximal	True	ENG0154_000000005052	1.0		2	2	False	False	0.9983041286468506	0					non-mobilizable	no_good_hit	292.0	72.945	5.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0087_000000007659	3665	0.9278087441741112	4	3	2	2	2	False	99795	fragment	False	ISR0087_000000007659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0106_000000001345	13169	0.9278066836991256	9	8	5	6	8	False	127104	fragment	False	AST0106_000000001345	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	10135.0	99.45700000000001	94.0	0.1059476639031479	CP057480.1	enterobacteria	Escherichia coli strain RHB25-C12 plasmid pRHB25-C12_2, complete sequence	False	True
ISR0838_000000011461	2075	0.927805543411874	2	1	1	1	1	False	63153	fragment	False	ISR0838_000000011461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	91.398	7.0	2.7247351157642215e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0824_000000011590	1935	0.927805543411874	3	1	1	1	1	False	63144	fragment	False	ISR0824_000000011590	0.979945054945055		0	0	False	False	0.9968992471694946	0					non-mobilizable	no_good_hit	278.0	88.12899999999999	19.0	8.14458866125175e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0025_000000022187	1820	0.927805543411874	2	1	1	1	1	False	63144	fragment	False	ISR0824_000000011590	0.951421188630491		0	0	False	False	0.9939560294151306	0					non-mobilizable	no_good_hit	92.0	95.652	10.0	2.695118429723306e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0114_000000025681	1570	0.927805543411874	2	1	1	1	1	False	63143	fragment	False	FIJ0114_000000025681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0008_000000003645	7459	0.9277819289560122	10	7	3	7	3	False	95081	fragment	False	CAN0008_000000003645	1.0		0	0	False	False	0.9997318387031555	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	0.00023921182485243969	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
FIJ0077_000000004981	5874	0.927780739649477	6	3	2	3	3	False	97572	fragment	False	FIJ0057_000000004512	0.9735959183759939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	84.29	6.0	0.007591939078751857	NZ_JXQL01000014.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig14, whole genome shotgun sequence	True	False
FIJ0153_000000004791	5861	0.927780739649477	6	3	2	3	3	False	97572	fragment	False	FIJ0057_000000004512	0.9695686150713007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	84.29	7.0	0.007591939078751857	NZ_JXQL01000014.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig14, whole genome shotgun sequence	True	False
FIJ0030_000000006568	4419	0.927780739649477	4	3	2	3	3	False	97563	fragment	False	FIJ0030_000000006568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	84.29	10.0	0.007591939078751857	NZ_JXQL01000014.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig14, whole genome shotgun sequence	True	False
ISR0040_000000020174	1289	0.9277772977838916	1	1	1	1	1	False	36461	maximal	True	ISR0040_000000020174	1.0		1	1	False	False	0.9720713496208191	0					non-mobilizable	no_good_hit	1044.0	95.69	81.0	0.0002820123950260909	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0398_000000004015	5507	0.9277766312226096	7	5	2	2	5	False	97199	maximal	True	ISR0398_000000004015	0.9835976928622927		1	1	True	True	0.9998183846473694	15	rep_cluster_870	MOBV			mobilizable	plasmid	2554.0	95.654	92.0	0.4722325064790818	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	False	True
ENG0122_000000005564	4833	0.9277762743116132	6	4	4	4	3	True	108079	maximal	True	ENG0122_000000005564	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	64.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0208_000000001621	13705	0.9277756428892828	19	10	5	9	7	True	118235	fragment	False	ENG0208_000000001621	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6802.0	97.854	99.0	0.0012066508718888032	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0799_000000003850	3697	0.92776850869024	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.740091601234542		0	0	False	False	1.0	0					non-mobilizable	chromosome	3698.0	99.78399999999999	100.0	0.0006707492198027231	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CAN0003_000000014317	3456	0.92776850869024	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.6087282514738397		0	0	False	False	1.0	0					non-mobilizable	chromosome	3456.0	100.0	100.0	0.0006268429955148522	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0009_000000011961	2960	0.92776850869024	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.16853220013373335		0	0	False	False	1.0	0					non-mobilizable	chromosome	2960.0	99.561	100.0	0.0005368533787926043	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0137_000000000796	11862	0.9277623878854214	15	15	4	5	14	True	132544	fragment	False	CHI0126_000000000854	0.5530804968842411		0	0	False	False	1.0	0					non-mobilizable	other	11808.0	100.0	100.0	0.8082557502738226	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0263_000000002874	3939	0.9277577515822149	5	5	3	5	4	False	129648	maximal	True	ISR0263_000000002874	1.0	PS1061|PS1063	9	3	False	True	1.0	0					non-mobilizable	no_good_hit	1404.0	93.946	60.0	0.00572455187619942	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0026_000000008564	3367	0.9277554086019688	3	3	2	3	1	False	131992	maximal	True	SPA0026_000000008564	1.0		3	2	False	False	0.9997029900550842	0					non-mobilizable	no_good_hit	987.0	98.075	85.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
CHI0021_000000002620	3033	0.9277527187398183	3	3	3	3	2	False	89313	maximal	True	CHI0021_000000002620	1.0		1	1	False	False	0.9996702671051025	0					non-mobilizable	no_good_hit								True	False
MON0076_000000002429	12150	0.9277500166690174	13	8	7	5	4	True	10318	maximal	True	MON0076_000000002429	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	72.319	6.0	0.0022279427137779635	NZ_JH815199.1	actinobacteria	Slackia piriformis YIT 12062 supercont1.2, whole genome shotgun sequence	True	True
MAD0046_000000003154	7060	0.9277431515611094	6	4	4	4	4	False	17777	maximal	True	MAD0046_000000003154	1.0		1	1	False	False	0.9987252354621887	0					non-mobilizable	no_good_hit	1140.0	77.632	16.0	0.0004267253728192524	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MON0090_000000012909	4278	0.9277360697094056	5	4	4	4	4	False	100443	fragment	False	FIJ0123_000000006645	0.6321119917687255		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	807.0	75.465	19.0	0.0006336469726640238	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
FIJ0160_000000015280	1298	0.927725600147561	3	1	1	1	1	False	39307	maximal	True	FIJ0160_000000015280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	97.25399999999999	50.0	0.00021172011286257927	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
MON0082_000000000761	15837	0.927715512055238	19	13	5	10	9	False	119592	fragment	False	ISR0212_000000001447	0.7314175577032407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2884.0	89.598	46.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ENG0209_000000006702	2800	0.9277147349816124	6	1	1	1	1	False	53792	maximal	True	ENG0209_000000006702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	99.76	30.0	0.0037713072049666892	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0135_01_000000003700	3962	0.9277123145987088	2	2	1	2	1	False	92906	fragment	False	USA0135_01_000000003700	1.0		0	0	False	False	0.9997475743293762	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	2.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0153_000000013285	2256	0.9277076157233846	3	3	2	3	3	False	56942	fragment	False	ENG0153_000000013285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0007522148548503928	NZ_LT707032.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
MAD0014_000000001039	16428	0.9276919367198968	23	12	7	7	10	True	79832	fragment	False	MAD0014_000000001039	1.0		0	0	False	False	0.9995130300521851	0					non-mobilizable	no_good_hit								True	True
ENG0179_000000025113	1282	0.9276908522354304	2	1	1	1	1	False	77405	fragment	False	ENG0179_000000025113	0.9911912751677852		0	0	False	False	0.9656786322593689	0					non-mobilizable	no_good_hit	146.0	78.082	11.0	0.00031001984126984125	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
CAN0007_000000024369	1653	0.9276830847234148	2	2	2	2	2	False	95236	fragment	False	CHI0161_000000005548	0.6926264225207496		0	0	False	False	1.0	0					non-mobilizable	chromosome	1653.0	99.637	100.0	0.0002855285588187967	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
CHI0058_000000014850	1455	0.9276830847234148	2	2	2	2	2	False	85864	fragment	False	CHI0058_000000014850	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1455.0	100.0	100.0	0.00041865906438625126	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
ISR0095_000000006128	4303	0.9276720940093174	5	5	5	5	5	False	120464	maximal	True	ISR0095_000000006128	1.0		3	3	False	False	0.9969788789749146	0					non-mobilizable	other	4368.0	77.152	99.0	0.0014759676864583738	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0084_000000003318	7372	0.9276559161177842	10	5	4	5	5	True	118318	backbone	False	ITA0006_000000002964	0.25648578303313935	PS770|PS805	0	0	False	True	0.9982365965843201	0					non-mobilizable	no_good_hit	1567.0	75.75	21.0	0.0005469519426850824	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0097_000000000327	12353	0.9276531171546559	15	14	10	10	11	True	123702	fragment	False	ENG0167_000000001303	0.5777416774025034		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	12353.0	99.935	100.0	0.12564725989074152	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0102_000000004340	5622	0.9276484305616128	8	3	2	2	1	False	125164	maximal	False	ENG0191_000000004413	0.9507251122299074		0	0	True	True	1.0	12	rep_cluster_233	MOBQ			mobilizable	other	4279.0	98.294	100.0	0.751011789547774	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
ISR0855_000000005323	2853	0.9276385635889748	3	3	3	3	3	False	104708	fragment	False	ISR0855_000000005323	1.0		0	0	False	False	0.9992989897727966	0					non-mobilizable	other	2853.0	98.633	100.0	0.0022979707435772444	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
MON0076_000000014443	3215	0.927633300426312	5	5	5	4	3	False	10301	maximal	True	MON0076_000000014443	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	90.986	11.0	0.000630046288371822	NZ_FRDE01000005.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
CAN0011_000000003959	8017	0.9276261058216232	10	5	2	3	4	True	122256	maximal	False	ISR0296_000000002580	0.9774954133635493	PS865	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1229.0	78.763	46.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0190_000000002676	10766	0.9276236793652584	12	11	1	4	9	True	121598	fragment	False	MON0083_000000001504	0.931649265616705		0	0	False	True	0.9991640448570251	0					non-mobilizable	chromosome	10773.0	98.301	100.0	0.004364391428772889	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
ISR0193_000000001483	14726	0.9276182596494786	17	12	6	10	7	True	111828	maximal	True	ISR0193_000000001483	1.0	PS712	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	472.0	69.915	3.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
DEN0078_000000003254	7316	0.9276005745081569	13	5	3	5	1	True	69850	maximal	True	DEN0078_000000003254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1859.0	89.08	67.0	0.03269769255307837	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0162_000000008738	4286	0.927591147647528	7	2	1	2	1	True	49317	fragment	False	ISR0162_000000008738	0.9334954219652817		0	0	False	False	0.9983667731285095	0					non-mobilizable	no_good_hit	65.0	98.462	2.0	1.0205453315871377e-05	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
AST0005_000000001276	17155	0.927590350771736	22	12	5	11	8	False	128787	maximal	True	AST0005_000000001276	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3887.0	99.35700000000001	39.0	0.04615402911235848	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
AST0090_000000008166	2891	0.927590332087626	5	3	3	3	2	True	111324	maximal	True	AST0090_000000008166	1.0		0	0	False	False	0.9996541142463684	0					non-mobilizable	no_good_hit	430.0	86.512	23.0	0.047453833240067154	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0813_000000026110	1204	0.927578282757847	2	2	2	1	1	False	99066	fragment	False	ISR0813_000000026110	0.9621149042464613		0	0	False	False	0.9908638000488281	0					non-mobilizable	other	1204.0	97.84100000000001	100.0	0.01377391543296809	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
ENG0146_000000018739	1174	0.927578282757847	3	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.13083914378669964		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	95.319	100.0	0.0004249006295429413	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0020_000000008894	2521	0.927576852467604	3	3	1	1	3	True	107434	maximal	False	FIJ0115_000000009688	0.8528694186478617		0	0	True	True	1.0	13		MOBV			mobilizable	plasmid	2343.0	99.829	100.0	0.9582651391162029	CP026575.2	enterobacteria	Escherichia coli strain WCHEC005237 plasmid p4_005237, complete sequence	False	True
FIJ0167_000000007720	2519	0.927576852467604	4	3	1	1	3	True	107434	maximal	False	FIJ0115_000000009688	0.94334487077279		0	0	True	True	1.0	18		MOBV			mobilizable	plasmid	1870.0	99.305	100.0	0.29802169751116786	MF684783.1	enterobacteria	Escherichia coli strain PEC15-AB00674-RC plasmid pEC0674, complete sequence	False	True
AST0106_000000008070	2501	0.927576852467604	3	3	1	1	3	True	107434	maximal	False	FIJ0115_000000009688	0.8521683988211791		0	0	True	True	1.0	1224		MOBV			mobilizable	plasmid	2347.0	99.915	100.0	0.9606879606879607	CP057703.1	enterobacteria	Escherichia coli strain RHB17-C09 plasmid pRHB17-C09_8, complete sequence	False	True
SPA0142_000000011367	2481	0.927576852467604	3	3	1	1	3	True	107434	maximal	False	FIJ0115_000000009688	0.8523143274524668		0	0	True	True	1.0	95		MOBV			mobilizable	plasmid	2288.0	99.869	100.0	0.9365274365274365	CP057703.1	enterobacteria	Escherichia coli strain RHB17-C09 plasmid pRHB17-C09_8, complete sequence	False	True
FIJ0115_000000009688	2476	0.927576852467604	3	3	1	1	3	True	107434	maximal	True	FIJ0115_000000009688	0.9649971817084932		3	3	True	True	1.0	3		MOBV			mobilizable	plasmid	2417.0	99.876	100.0	0.9893529893529893	AP022237.1	enterobacteria	Enterobacter cloacae plasmid pWP8-W18-CRE-04_9 DNA, complete genome, strain: WP8-W18-CRE-04	False	True
CHI0074_000000005915	2459	0.927576852467604	3	3	1	1	3	True	107434	maximal	False	FIJ0115_000000009688	0.8479100104433814		0	0	True	True	1.0	6		MOBV			mobilizable	plasmid	2358.0	98.601	100.0	0.9651924651924652	CP057703.1	enterobacteria	Escherichia coli strain RHB17-C09 plasmid pRHB17-C09_8, complete sequence	False	True
FIJ0119_000000008773	1972	0.927576852467604	3	3	1	1	3	True	43884	fragment	False	FIJ0119_000000008773	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1972.0	99.848	100.0	0.8071253071253072	AP022237.1	enterobacteria	Enterobacter cloacae plasmid pWP8-W18-CRE-04_9 DNA, complete genome, strain: WP8-W18-CRE-04	False	True
ISR0069_000000004983	4849	0.9275688410019218	5	5	3	5	2	False	34977	maximal	True	ISR0069_000000004983	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	95.95700000000001	23.0	0.0003729463128972442	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0041_000000001316	8172	0.9275652563184118	9	3	2	2	2	False	71929	backbone	True	ISR0041_000000001316	1.0	PS336|PS337|PS338|PS339	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	302.0	99.007	4.0	0.07432098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0037_000000009481	2341	0.9275591541763548	6	5	5	4	4	False	127456	maximal	True	ISR0037_000000009481	1.0	PS1007	1	1	False	True	1.0	0					non-mobilizable	chromosome	1228.0	99.67399999999999	99.0	0.0004823627045176589	CP047616.1	firmicutes	Lactococcus raffinolactis strain Lr_19_5 chromosome, complete genome	False	True
AST0002_000000012411	2914	0.9275591146012564	4	4	4	3	3	False	132012	fragment	False	DEN0067_000000010452	0.29077946666059		0	0	False	False	0.9862731695175171	0					non-mobilizable	chromosome	2914.0	99.96600000000001	100.0	0.0004490045370575174	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0046_000000005013	4659	0.9275529476725	4	4	4	4	4	False	17767	fragment	False	MAD0046_000000005013	1.0		0	0	False	False	0.9989268183708191	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	3.269624559072265e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0116_000000002016	14781	0.9275527446427502	22	6	5	5	4	False	51071	fragment	False	SPA0116_000000002016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	84.677	2.0	0.07813816343723673	MK233569.1	viruses	Uncultured human fecal virus clone F.saccharivorans_S05.J22_3-CL32_c8 sequence	True	False
ISR0134_000000005523	5908	0.9275446630365536	5	5	5	5	5	False	121750	fragment	False	ISR0096_000000004366	0.9280418599182104		0	0	False	False	1.0	0					non-mobilizable	chromosome	5177.0	96.794	92.0	0.0014702745138195565	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0043_000000010005	2658	0.9275414612573242	4	3	2	2	2	False	76863	fragment	False	FIJ0043_000000010005	1.0		0	0	False	False	0.9977426528930664	0					non-mobilizable	chromosome	2537.0	97.79299999999999	95.0	0.0005034710648413022	CP021726.1	enterobacteria	Escherichia coli strain Combat11I9 chromosome, complete genome	False	False
SPA0046_000000011212	2662	0.9275384309243052	4	4	3	4	2	False	75928	fragment	False	ENG0172_000000007115	0.9311838810382677		0	0	False	True	0.9853493571281433	0					non-mobilizable	no_good_hit	584.0	75.514	22.0	0.0026447439696651053	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
SPA0113_000000015459	1989	0.9275291314566056	3	3	2	2	2	False	4491	fragment	False	SPA0113_000000015459	1.0		0	0	False	False	0.9924585223197937	0					non-mobilizable	no_good_hit								True	False
ISR0302_000000001665	6594	0.9275241319701031	6	3	2	3	1	True	119547	maximal	True	ISR0302_000000001665	1.0		8	1	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit	81.0	83.95100000000001	1.0	0.0005042639023642956	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	True
AST0026_000000007051	4363	0.9275241319701031	4	3	2	3	1	True	119546	fragment	False	AST0026_000000007051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0062_000000005627	3049	0.9275239749124664	6	5	3	5	4	True	111723	maximal	True	AST0062_000000005627	1.0		2	2	False	False	0.9947524070739746	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.9380495921007815e-05	NZ_BBXE01000013.1	high GC Gram+	Herbidospora yilanensis strain NBRC 106371, whole genome shotgun sequence	True	True
SPA0016_000000001004	22816	0.9275229667096972	28	8	2	7	4	False	97472	fragment	False	USA0045_01_000000000633	0.6594520232346067		0	0	False	False	0.9988166093826294	0					non-mobilizable	other	20851.0	99.861	95.0	0.022875795479482115	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0119_000000010254	3212	0.9275223279786295	3	3	3	3	2	False	108125	fragment	False	SPA0119_000000010254	1.0		0	0	False	False	0.9996886849403381	0					non-mobilizable	no_good_hit	1951.0	95.848	61.0	0.011746058531411214	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	True	False
ISR0379_000000001429	10636	0.927518552479638	10	8	5	8	3	True	97812	fragment	False	ISR0379_000000001429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5559.0	99.694	53.0	0.27645390776578277	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
DEN0053_000000009347	1355	0.9275165367040172	3	3	3	2	2	False	72100	fragment	False	DEN0053_000000009347	1.0		0	0	False	False	0.9948339462280273	0					non-mobilizable	no_good_hit	537.0	81.93700000000001	39.0	0.00012081852514518586	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0091_000000002709	7733	0.9275141868193671	7	7	4	6	5	False	120530	maximal	True	ENG0091_000000002709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	85.986	46.0	0.00045590009552192476	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0016_000000011156	1933	0.9275127069472824	3	3	3	3	3	False	127730	fragment	False	AST0019_000000013919	0.38418418418418415		0	0	False	False	0.998965322971344	0					non-mobilizable	other	1938.0	96.285	100.0	0.019105638878740904	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ISR0160_000000025928	1160	0.9274967700770008	2	2	2	2	2	False	72381	fragment	False	ISR0374_000000014096	0.9936097938317694		0	0	False	False	0.9750000238418579	0					non-mobilizable	other	1160.0	99.741	100.0	0.03211682877490509	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0151_000000003062	5431	0.9274943057997992	6	4	3	3	3	False	103716	maximal	True	AST0151_000000003062	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1557.0	83.365	31.0	0.00042379263073535445	CP032452.1	firmicutes	Paraclostridium bifermentans strain Cbm chromosome	True	False
ENG0053_000000008057	3199	0.9274902363906002	4	3	2	2	2	True	70177	fragment	False	ENG0053_000000008057	0.9450157450904547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1170.0	73.248	36.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MON0005_000000024275	2216	0.9274874512357087	3	3	3	3	3	False	88691	fragment	False	ISR0165_000000008933	0.9482684908080377		0	0	False	False	0.9720216393470764	0					non-mobilizable	no_good_hit	880.0	72.38600000000001	39.0	0.00763540921021236	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0111_000000000937	15500	0.9274869579400424	16	11	5	9	8	True	96535	maximal	True	MAD0111_000000000937	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	8085.0	95.98	65.0	0.21400015885202933	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
SPA0092_000000015500	2778	0.9274829641312404	2	2	2	2	2	False	100871	fragment	False	SPA0092_000000015500	1.0		0	0	False	False	0.9892008900642395	0					non-mobilizable	other	2778.0	99.964	100.0	0.026624098788157694	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
FIJ0077_000000006394	4598	0.9274797966133921	7	3	3	3	3	True	44523	maximal	True	FIJ0077_000000006394	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	73.381	15.0	0.004524087710241013	NZ_FQXK01000010.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
AUS0002_000000019987	1849	0.9274742089747212	4	2	2	2	2	False	102901	fragment	False	AUS0002_000000019987	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1850.0	99.189	100.0	0.000644254911703279	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
FIJ0006_000000023418	1641	0.927472086129424	2	2	2	2	1	False	51692	fragment	False	FIJ0006_000000023418	1.0		0	0	False	False	0.9878122806549072	0					non-mobilizable	chromosome	1641.0	91.956	100.0	0.0007619578490397584	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	False	False
ISR0117_000000005821	4651	0.9274714047231152	6	6	6	6	4	False	93804	maximal	True	ISR0117_000000005821	1.0	PS496	0	0	False	True	0.9886046051979065	0					non-mobilizable	no_good_hit	1379.0	99.565	30.0	0.0005939027990578581	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	True
ISR0358_000000004426	4012	0.9274713870220112	6	4	1	4	1	True	107916	fragment	False	ISR0358_000000004426	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4012.0	99.20200000000001	100.0	0.019730205510611786	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0144_000000003590	5525	0.92746110941879	8	8	5	4	6	True	130637	backbone	False	AST0039_000000003129	0.6107366582501319	PS1110	0	0	True	True	1.0	50		MOBV			mobilizable	other	3212.0	100.0	94.0	0.6335832675611681	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0030_000000012945	2590	0.9274541630034328	4	2	1	2	2	False	48750	fragment	False	FIJ0030_000000012945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000001063	26427	0.9274525431570286	32	14	7	11	8	False	99923	maximal	True	USA0011_01_000000001063	1.0		1	1	False	False	0.9999621510505676	0					non-mobilizable	no_good_hit	10331.0	98.413	50.0	0.17690045910208574	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MAD0004_000000009591	1183	0.9274478540119698	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.35605460762461255		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	95.685	99.0	0.13605990783410138	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
USA0132_01_000000009893	1596	0.9274337981143932	2	2	2	2	2	False	111664	fragment	False	ENG0042_000000016874	0.4669175579959871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	20.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0055_000000005002	3854	0.9274337798529368	5	2	0	2	0	True	107487	backbone	False	ISR0043_000000005789	0.896985370114396	PS661	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	2.7411750855299342e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
DEN0017_000000007958	3836	0.9274337798529368	5	2	0	2	0	True	107487	backbone	False	ISR0043_000000005789	0.9020036032728521	PS661	0	0	True	True	0.9981752038002014	13					non-mobilizable	no_good_hit								True	True
ISR0161_000000007766	3800	0.9274337798529368	5	2	0	2	0	True	107487	backbone	False	ISR0043_000000005789	0.7608755567919095	PS661	0	0	True	True	1.0	153					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0003174672680299514	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	True
ISR0283_000000003504	3800	0.9274337798529368	5	2	0	2	0	True	107487	backbone	False	ISR0043_000000005789	0.8985835907984838	PS661	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0003174672680299514	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	True
ISR0332_000000003335	3788	0.9274337798529368	5	2	0	2	0	True	113928	backbone	False	AST0055_000000008120	0.9416833888106977	PS733	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	604.0	96.689	50.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0050_000000006337	3786	0.9274337798529368	5	2	0	2	0	True	107487	backbone	False	ISR0043_000000005789	0.7595834973487376	PS661	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0003174672680299514	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	True
ISR0224_000000007451	3760	0.9274337798529368	5	2	0	2	0	True	107487	backbone	False	ISR0043_000000005789	0.8990598267853732	PS661	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0003174672680299514	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	True
ISR0346_000000005270	3740	0.9274337798529368	4	2	0	2	0	True	107487	backbone	False	ISR0043_000000005789	0.9344523179044271	PS661	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0003174672680299514	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	True
ENG0167_000000006597	3740	0.9274337798529368	4	2	0	2	0	True	107487	backbone	False	ISR0043_000000005789	0.928873839905974	PS661	0	0	True	True	1.0	30					non-mobilizable	no_good_hit								True	True
SPA0010_000000005509	3708	0.9274337798529368	5	2	0	2	0	True	107487	backbone	False	ISR0043_000000005789	0.8970605535204434	PS661	0	0	True	True	0.997033417224884	12					non-mobilizable	no_good_hit								True	True
DEN0054_000000001706	3695	0.9274337798529368	4	2	0	2	0	True	72071	maximal	True	DEN0054_000000001706	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.4415671206575773e-06	AP018152.1	nematodes	Caenorhabditis sp. 34 TK-2017 DNA. chromosome 2, nearly complete genome	True	True
ISR0214_000000007345	3647	0.9274337798529368	3	2	0	2	0	True	73338	backbone	True	ISR0214_000000007345	1.0	PS344	1	1	True	True	1.0	38					non-mobilizable	no_good_hit	1179.0	99.661	71.0	0.3008939974457216	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0075_000000006627	3549	0.9274337798529368	3	2	0	2	0	True	103403	maximal	True	ISR0075_000000006627	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
FIJ0057_000000008756	3492	0.9274337798529368	4	2	0	2	0	True	100129	backbone	False	SPA0045_000000007841	0.7571333771653913	PS570	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	903.0	88.15100000000001	55.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0847_000000007261	3476	0.9274337798529368	3	2	0	2	0	True	107487	backbone	False	ISR0043_000000005789	0.47721157745242054	PS661	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0003174672680299514	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	True
FIJ0068_000000009705	3233	0.9274337798529368	4	2	0	2	0	True	45104	maximal	True	FIJ0068_000000009705	1.0	PS75	1	1	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
ISR0248_000000001516	3091	0.9274337798529368	2	2	0	2	0	True	27085	maximal	True	ISR0248_000000001516	1.0		1	1	True	True	0.997411847114563	20					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.000258203840195296	NC_041497.1	seed plants	Taxus contorta isolate 03 chloroplast, complete genome	True	True
FIJ0077_000000009642	3062	0.9274337798529368	2	2	0	2	0	True	51097	maximal	True	FIJ0077_000000009642	0.9981586189214976		1	1	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
ISR0256_000000006146	2906	0.9274337798529368	2	2	0	2	0	True	26847	backbone	True	ISR0256_000000006146	1.0	PS75	1	1	True	True	1.0	573					non-mobilizable	no_good_hit								True	True
MON0101_000000021474	2872	0.9274337798529368	3	2	0	2	0	True	26848	maximal	True	MON0101_000000021474	0.9993265993265993	PS75	5	1	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
MON0046_000000010920	2871	0.9274337798529368	3	2	0	2	0	True	26848	maximal	False	MON0101_000000021474	0.9985939568016661	PS75	0	0	True	True	1.0	63					non-mobilizable	no_good_hit								True	True
FIJ0119_000000005929	2866	0.9274337798529368	3	2	0	2	0	True	51097	maximal	False	FIJ0077_000000009642	0.9914646898494268		0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
FIJ0041_000000012603	2866	0.9274337798529368	3	2	0	2	0	True	51097	maximal	False	FIJ0077_000000009642	0.9912007975355344		0	0	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
FIJ0081_000000011977	2865	0.9274337798529368	3	2	0	2	0	True	51097	maximal	False	FIJ0077_000000009642	0.9916330895504524		0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
FIJ0010_000000006487	2864	0.9274337798529368	3	2	0	2	0	True	51097	maximal	False	FIJ0077_000000009642	0.9915346707807003		0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
FIJ0042_000000008363	2864	0.9274337798529368	3	2	0	2	0	True	51097	maximal	False	FIJ0077_000000009642	0.9917050304331179		0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
FIJ0100_000000006653	2864	0.9274337798529368	2	2	0	2	0	True	51097	maximal	False	FIJ0077_000000009642	0.99168016382839		0	0	True	True	1.0	40					non-mobilizable	no_good_hit								True	True
FIJ0101_000000009770	2846	0.9274337798529368	3	2	0	2	0	True	51097	maximal	False	FIJ0077_000000009642	0.991228395051953		0	0	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
FIJ0020_000000007987	2844	0.9274337798529368	3	2	0	2	0	True	51097	maximal	False	FIJ0077_000000009642	0.9919058678619		0	0	True	True	1.0	34					non-mobilizable	no_good_hit								True	True
FIJ0034_000000009912	2844	0.9274337798529368	3	2	0	2	0	True	51097	maximal	False	FIJ0077_000000009642	0.9916307046689677		0	0	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
DEN0061_000000015722	2631	0.9274337798529368	3	2	0	2	0	True	71884	fragment	False	DEN0061_000000015722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0003174672680299514	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	True
MON0085_000000009574	2630	0.9274337798529368	2	2	0	2	0	True	26848	maximal	False	MON0101_000000021474	0.9661035401238071	PS75	0	0	False	True	0.9859315752983093	0					non-mobilizable	no_good_hit								True	True
ISR0169_000000012028	2520	0.9274337798529368	4	2	0	2	0	True	41787	maximal	True	ISR0169_000000012028	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	92.609	27.0	0.2569184741959611	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0308_000000007824	2155	0.9274337798529368	2	2	0	2	0	True	25420	fragment	False	ISR0308_000000007824	1.0		0	0	False	False	0.998607873916626	0					non-mobilizable	no_good_hit								True	True
MON0063_000000013581	2139	0.9274337798529368	2	2	0	2	0	True	10745	fragment	False	MON0063_000000013581	1.0		0	0	False	False	0.9976624846458435	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000020007	1260	0.9274229989033954	3	2	1	1	2	False	43556	fragment	False	SPA0131_000000021818	0.9261807386707307		0	0	False	False	0.9484127163887024	0					non-mobilizable	no_good_hit	86.0	93.023	7.0	0.00041084237186551437	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0045_000000035311	1218	0.9274109601399864	2	2	2	2	2	False	17797	maximal	True	MAD0045_000000035311	1.0		1	1	False	False	0.9893267750740051	0					non-mobilizable	chromosome	1213.0	82.35799999999999	99.0	0.00023352965107717008	NZ_CP011104.1	enterobacteria	Photorhabdus thracensis strain DSM 15199 chromosome, complete genome	False	False
ENG0208_000000002878	8867	0.9274078909859168	8	4	4	4	4	False	109344	maximal	True	ENG0208_000000002878	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	76.19	3.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ENG0133_000000017139	1418	0.927395240183395	3	3	2	3	2	False	72383	fragment	False	ISR0228_000000018691	0.9836552961978491		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	99.365	100.0	0.03926621775154488	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0077_000000007615	3893	0.9273902491157736	5	2	1	2	1	False	44827	maximal	True	FIJ0077_000000007615	1.0		1	1	False	False	0.998458743095398	0					non-mobilizable	no_good_hit	820.0	96.95100000000001	37.0	0.004082792450572787	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	True	False
MON0068_000000007465	5259	0.9273790786034384	5	5	5	5	5	False	131413	fragment	False	ISR0058_000000003113	0.3151932221340356		0	0	False	False	0.9956265687942505	0					non-mobilizable	no_good_hit	799.0	74.593	15.0	0.006995936118636818	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
FIJ0151_000000001906	8176	0.9273670880572652	16	5	1	4	4	False	53163	fragment	False	FIJ0151_000000001906	1.0		0	0	False	False	0.9976761341094971	0					non-mobilizable	no_good_hit	2480.0	94.758	68.0	0.09665296535525543	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ISR0208_000000016277	1690	0.9273640569452268	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8640670125668924		0	0	False	False	0.9970414042472839	0					non-mobilizable	other	1690.0	95.385	100.0	0.007610688547207145	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0028_000000009713	1680	0.9273640569452268	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8629975977262156		0	0	False	False	0.9910714030265808	0					non-mobilizable	other	1680.0	95.179	100.0	0.007565305789024633	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0183_000000018768	1672	0.9273640569452268	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8584453832439906		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	97.90700000000001	100.0	0.007583458892297638	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0100_000000017538	1624	0.9273640569452268	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8497566303585594		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	94.889	100.0	0.00731116234320257	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0293_000000021957	1604	0.9273640569452268	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8463490883886663		0	0	False	False	1.0	0					non-mobilizable	other	1604.0	95.324	100.0	0.007220396826837548	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0015_000000007037	3450	0.927352347943914	4	4	3	4	3	False	131539	fragment	False	ISR0015_000000007037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	99.132	53.0	0.000306321425653448	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
DEN0084_000000003480	1517	0.927345706854929	3	3	3	2	2	False	74484	fragment	False	DEN0084_000000003480	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1547.0	79.37899999999999	99.0	0.00041994527751820337	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
FIJ0121_000000005343	4896	0.9273298194765364	5	2	2	1	1	True	42727	fragment	False	FIJ0121_000000005343	0.9995914198161389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1560.0	89.42299999999999	33.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0117_000000004389	4895	0.9273298194765364	5	2	2	1	1	True	42727	fragment	False	FIJ0121_000000005343	0.9994893790849673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1560.0	89.42299999999999	33.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0010_000000009176	2042	0.9273215206817244	3	2	1	1	2	True	51088	fragment	False	FIJ0010_000000009176	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2024.0	99.704	99.0	0.023224576952219134	CP056457.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00492 plasmid pRHBSTW-00492_3, complete sequence	False	True
FIJ0146_000000017915	1178	0.9273215206817244	2	2	1	1	2	True	41772	fragment	False	FIJ0146_000000017915	0.9897348160821215		0	0	False	False	0.9728353023529053	0					non-mobilizable	plasmid	1178.0	99.915	100.0	0.0081724192999632	CP056702.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00577 plasmid pRHBSTW-00577_2, complete sequence	False	True
FIJ0114_000000035424	1169	0.9273215206817244	2	2	1	1	2	True	41772	fragment	False	FIJ0146_000000017915	0.9859932088285229		0	0	False	False	1.0	0					non-mobilizable	plasmid	1169.0	100.0	100.0	0.010113517304678368	MN891684.1	enterobacteria	Klebsiella pneumoniae strain BJ107 plasmid pBJ107-KPC, complete sequence	False	True
ENG0200_000000009689	2097	0.9273152128715968	3	2	2	2	1	False	111973	fragment	False	ENG0200_000000009689	0.9629333038048428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	76.923	11.0	3.8285822413339724e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
MON0059_000000002703	9283	0.9273092531519356	7	5	5	5	4	False	63115	fragment	False	MON0059_000000002703	1.0		0	0	False	False	0.9990304708480835	0					non-mobilizable	no_good_hit	1113.0	80.32300000000001	13.0	0.0013461540804305743	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0087_000000018675	1729	0.9273037713784578	3	1	1	1	1	True	117378	fragment	False	AST0031_000000016143	0.9570811522305825		0	0	False	False	1.0	0					non-mobilizable	plasmid	1730.0	96.994	100.0	0.07397893655278705	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0052_000000025021	1484	0.9273037713784578	2	1	1	1	1	True	86423	fragment	False	ISR0052_000000025021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	97.43799999999999	87.0	0.05509889545337786	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
DEN0085_000000019775	1425	0.9273037713784578	3	1	1	1	1	True	86423	fragment	False	ISR0052_000000025021	0.980121293800539		0	0	False	False	0.9985964894294739	0					non-mobilizable	no_good_hit	1249.0	97.43799999999999	88.0	0.05342923195479065	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
MON0033_000000051725	1138	0.9273037713784578	2	1	1	1	1	True	17123	fragment	False	MAD0054_000000017263	0.976774758983348		0	0	False	False	1.0	0					non-mobilizable	plasmid	1138.0	97.715	100.0	0.04867711276650398	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
MON0037_000000009789	5474	0.9273004248531732	6	6	6	6	6	False	59346	fragment	False	FIJ0163_000000004425	0.9546588277213611		0	0	False	True	0.9950675964355469	0					non-mobilizable	chromosome	5474.0	99.927	100.0	0.0011283847418796708	CP035385.1	enterobacteria	Enterobacter hormaechei strain S11_16 chromosome, complete genome	False	True
MON0047_000000005513	6121	0.9272940858651496	6	5	5	5	3	False	84470	fragment	False	MON0058_000000006102	0.9732899022801302		0	0	False	False	0.996405839920044	0					non-mobilizable	no_good_hit	138.0	88.406	2.0	5.0272259143588216e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
CHI0021_000000007218	1264	0.927293458652163	2	2	2	2	1	False	108426	fragment	False	ISR0213_000000017446	0.4790299051787017		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	99.84200000000001	100.0	0.005388478128239806	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
SPA0102_000000007744	4869	0.9272878881053424	6	4	3	4	2	True	130295	fragment	False	ISR0006_000000003587	0.6613275384944828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	88.199	43.0	0.0020115549403329313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0177_000000003483	6338	0.9272805450315359	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8278247560238234	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	4					non-mobilizable	plasmid	4643.0	95.089	99.0	0.7122445844215701	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
AST0104_000000009237	3524	0.9272791181321954	5	3	2	2	2	True	109320	maximal	False	ISR0810_000000003706	0.26658223015083016		0	0	True	True	1.0	87					non-mobilizable	no_good_hit								True	True
ISR0106_000000018549	1449	0.9272761137267173	2	2	1	2	2	False	32881	fragment	False	ISR0106_000000018549	1.0		0	0	False	False	0.9958592057228088	0					non-mobilizable	no_good_hit								True	False
FIJ0111_000000005247	4413	0.9272689679952988	5	2	1	2	1	True	49317	fragment	False	ISR0162_000000008738	0.6313579094727019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	2.0	0.0007570642276921817	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
FIJ0042_000000011072	2185	0.9272689679952988	3	2	1	2	1	True	49313	fragment	False	FIJ0042_000000011072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	3.0	0.0005729134696048943	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
USA0063_01_000000001781	11946	0.927261291301106	18	10	6	6	5	True	105193	maximal	False	USA0047_01_000000002319	0.9698599057128535	PS445	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	2381.0	91.55799999999999	69.0	0.19055690072639225	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
DEN0069_000000005718	5046	0.927261032109862	4	4	4	4	4	False	70755	maximal	True	DEN0069_000000005718	1.0		1	1	False	False	0.9994054436683655	0					non-mobilizable	no_good_hit	2356.0	80.73	75.0	0.0006506489827882101	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0273_000000000045	51853	0.9272387134663896	47	23	11	18	8	True	132147	fragment	False	ISR0104_000000000158	0.7286852110793355		0	0	False	True	0.9998649954795837	0					non-mobilizable	no_good_hit	2809.0	98.505	8.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0027_000000005823	5948	0.9272305857482409	8	5	5	5	5	False	17008	maximal	True	MON0027_000000005823	1.0		1	1	False	False	0.9910894632339478	0					non-mobilizable	no_good_hit	2196.0	97.587	68.0	0.0028059329823040863	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
MON0080_000000048182	1213	0.9272225477640824	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.3275854797823464		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	96.125	100.0	0.13963133640552997	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ETH0004_000000011817	2386	0.9272145794687016	2	2	1	2	1	True	52908	fragment	False	ETH0004_000000011817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0112_000000010182	2643	0.9272129904545496	3	2	1	2	2	False	90421	fragment	False	FIJ0112_000000010182	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2643.0	100.0	100.0	0.01825039374430107	CP041551.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-1	False	True
SPA0107_000000019818	1655	0.92720844264192	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4692326109819679	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1655.0	99.456	100.0	0.00044324435573602145	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0100_000000009528	3135	0.9272082250213792	3	2	2	2	1	True	124822	maximal	True	ENG0100_000000009528	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	2.0	0.0007831221513931743	NZ_FOXB01000009.1	e-proteobacteria	Hydrogenimonas thermophila strain EP1-55-1, whole genome shotgun sequence	True	True
MON0070_000000024732	1402	0.9272082250213792	2	2	2	2	1	True	95144	fragment	False	MON0070_000000024732	0.8292527580587904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	0.000889042550564295	NZ_FQZY01000040.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0059_000000004154	2980	0.9272021975863466	3	3	1	2	3	False	90425	fragment	False	ENG0059_000000004154	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	other	2980.0	100.0	100.0	0.026077137204782996	LR730401.1	enterobacteria	XXX	False	True
FIJ0044_000000004866	4483	0.9272013740059041	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.5250206552595336		0	0	False	False	1.0	0					non-mobilizable	chromosome	4480.0	98.23700000000001	99.0	0.0015787503171439086	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0063_000000000696	14497	0.9271959994918452	15	15	4	9	15	True	98697	fragment	False	CHI0063_000000000696	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	14497.0	100.0	100.0	0.152607143985093	CP049350.1	enterobacteria	Escherichia coli strain 3R plasmid p3R-2, complete sequence	False	True
ISR0787_000000011025	1364	0.9271923966132782	3	3	3	2	2	False	65564	fragment	False	FIJ0050_000000018867	0.9643090403989473		0	0	False	False	0.9780058860778809	0					non-mobilizable	chromosome	1383.0	75.85	100.0	0.0004757868084708874	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0134_000000020014	1258	0.9271919563333488	1	1	1	1	1	False	22960	fragment	False	SPA0134_000000020014	0.9969618055555556		0	0	False	False	1.0	0					non-mobilizable	chromosome	1258.0	97.059	100.0	0.0003962033818811182	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0079_000000012272	1859	0.9271884656731416	2	2	2	2	1	False	33205	maximal	True	MON0079_000000012272	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	96.262	41.0	8.886371083748494e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0129_000000002042	11289	0.9271861513622937	11	4	2	4	3	False	58570	maximal	True	ENG0129_000000002042	1.0		1	1	False	False	0.9999114274978638	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	4.026156131558122e-05	NZ_KI912094.1	firmicutes	Halonatronum saccharophilum DSM 13868 HalsacDRAFT_HSE.5, whole genome shotgun sequence	True	False
CHI0156_000000006522	2110	0.9271851670654808	3	3	3	2	3	True	84215	fragment	False	CHI0156_000000006522	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2106.0	97.911	99.0	0.0005845565978528306	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
AST0024_000000014970	2290	0.9271787774869882	5	2	1	2	2	True	121454	fragment	False	AST0024_000000014970	1.0		0	0	False	False	0.9829694032669067	0					non-mobilizable	no_good_hit								True	True
CHI0059_000000002794	5507	0.9271749836531524	8	7	3	3	6	True	109287	fragment	False	CHI0059_000000002794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4268.0	89.05799999999999	77.0	0.5096315916205153	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0370_000000007367	3521	0.9271730327283604	6	2	2	2	2	True	118223	fragment	False	ISR0370_000000007367	0.9704301075268817		0	0	False	False	0.9968758821487427	0					non-mobilizable	chromosome	3523.0	98.439	100.0	0.0007009501547000185	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0013_000000008692	3123	0.9271725364035348	5	2	1	2	1	True	8013	maximal	False	SPA0012_000000007867	1.0		0	0	True	True	1.0	174					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	3.4493978004029267e-05	NZ_JH556658.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_8, whole genome shotgun sequence	True	True
ISR0398_000000012514	1842	0.9271506816118612	5	3	2	3	1	False	22615	maximal	True	ISR0398_000000012514	1.0		1	1	False	False	0.9896851181983948	0					non-mobilizable	no_good_hit	794.0	85.264	43.0	0.01275584440779901	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	True	False
FIJ0093_000000017305	1080	0.9271466039675336	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.21073933923655228		0	0	False	False	0.9768518805503845	0					non-mobilizable	other	1080.0	95.833	100.0	0.12430875576036866	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
SPA0098_000000004826	7091	0.927142505633245	6	3	3	3	3	False	122887	maximal	True	SPA0098_000000004826	1.0	PS878	1	1	False	True	0.9997179508209229	0					non-mobilizable	no_good_hit	358.0	72.346	5.0	0.0001591845422339589	CP060715.1	firmicutes	Erysipelothrix inopinata strain DSM 15511 chromosome, complete genome	True	True
CHI0029_000000007112	1608	0.927134327730144	4	3	3	3	3	False	88588	maximal	True	CHI0029_000000007112	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	73.98899999999999	46.0	0.010277219991075413	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0123_000000001207	11950	0.9271280598288212	10	5	4	4	2	False	74858	fragment	False	ISR0123_000000001207	1.0		0	0	False	False	0.9999163150787354	0					non-mobilizable	no_good_hit	89.0	84.27	1.0	2.9081739074625747e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
USA0034_01_000000010166	5601	0.9271154999471716	7	5	2	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.37913649664099686	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4726.0	99.958	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0124_000000017495	1678	0.9271132439553108	3	3	2	2	1	False	40923	fragment	False	SPA0124_000000017495	1.0		0	0	False	False	0.9922527074813843	0					non-mobilizable	other	1558.0	84.917	93.0	0.06646940263304602	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0152_000000016654	1501	0.927101556818604	2	2	2	2	1	False	57022	fragment	False	ENG0152_000000016654	1.0		0	0	False	False	0.9993337988853455	0					non-mobilizable	other	1502.0	96.738	100.0	0.00624848287003323	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
USA0026_01_000000000674	30899	0.9270936553894832	21	11	8	11	4	True	104239	fragment	False	USA0116_01_000000000628	0.9537150310451697		0	0	False	False	0.9997734427452087	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
FIJ0137_000000002651	4430	0.9270932584436364	7	2	2	2	2	False	40499	maximal	True	FIJ0137_000000002651	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	71.336	7.0	0.00017969624147341334	NZ_FNVZ01000005.1	fusobacteria	Leptotrichia massiliensis strain Marseille-P3007T, whole genome shotgun sequence	True	False
AST0100_000000005257	2861	0.9270803454155928	4	2	2	2	1	True	108647	fragment	False	AST0100_000000005257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	76.76100000000001	49.0	0.006630008305409972	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ENG0058_000000012746	2572	0.9270796577601412	4	4	4	4	3	False	120077	fragment	False	ISR0155_000000005779	0.453967573319485		0	0	False	False	1.0	0					non-mobilizable	other	2573.0	97.86200000000001	100.0	0.0005429912418110437	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0021_000000004075	2071	0.9270578047511641	4	3	3	2	1	False	89296	maximal	True	CHI0021_000000004075	1.0		0	0	False	False	0.9951714277267456	0					non-mobilizable	no_good_hit	490.0	87.34700000000001	31.0	0.001782797643352972	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
AST0090_000000017587	1284	0.9270532472316946	2	2	2	2	2	False	131174	fragment	False	AST0002_000000028230	0.9707308245061627		0	0	False	False	0.9524922370910645	0					non-mobilizable	other	1236.0	98.786	96.0	0.004552307301016252	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
SPA0030_000000005492	5366	0.9270519610433018	7	4	1	2	4	False	97196	maximal	True	SPA0030_000000005492	1.0		1	1	True	True	1.0	34	rep_cluster_870	MOBV			mobilizable	no_good_hit	1750.0	88.229	73.0	0.322843391336542	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	True	True
FIJ0163_000000000972	20960	0.92704633199964	25	4	2	4	3	False	43327	maximal	True	FIJ0163_000000000972	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	11765.0	93.039	74.0	0.003655405115327254	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0048_000000023619	1715	0.9270344043304104	3	3	3	3	3	False	82286	fragment	False	ISR0055_000000007352	0.40364329931774773		0	0	False	False	0.9790087342262268	0					non-mobilizable	other	1611.0	96.4	94.0	0.0007785539123180874	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
TAN0007_000000014092	2673	0.9270290116751756	4	3	2	3	2	False	2836	fragment	False	TAN0007_000000014092	1.0		0	0	False	False	0.9996258616447449	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.689327574776491e-05	NZ_FOJN01000004.1	high GC Gram+	Rhodococcus kroppenstedtii strain DSM 44908, whole genome shotgun sequence	True	False
CHI0109_000000000254	33326	0.9270064139899892	39	17	9	14	10	True	116875	fragment	False	CHI0109_000000000254	1.0		0	0	False	False	0.999970018863678	0					non-mobilizable	no_good_hit	1113.0	83.917	4.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
AST0006_000000001301	12677	0.9270009219115406	9	8	6	5	3	True	127681	maximal	True	AST0006_000000001301	1.0		1	1	False	False	0.9976335167884827	0					non-mobilizable	no_good_hit	242.0	74.38	2.0	4.541807624231741e-05	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	True	True
MAD0041_000000006343	4429	0.9269985448936868	5	5	0	2	5	False	98014	fragment	False	MAD0041_000000006343	1.0		0	0	False	False	0.9993226528167725	0	IncHI1B				non-mobilizable	plasmid	2705.0	99.889	97.0	0.027800053461641272	CP040920.1	enterobacteria	Escherichia coli strain FC853_EC plasmid p853EC1, complete sequence	False	True
FIJ0142_000000023550	1542	0.9269966733729624	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.12035614499214001		0	0	False	False	0.9993515014648438	0					non-mobilizable	other	1470.0	79.184	94.0	0.02030343596608657	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0073_000000000529	7149	0.926988680221436	9	9	6	7	9	True	85440	fragment	False	MAD0073_000000000529	0.9997642059373125		0	0	False	False	0.9997202157974243	0					non-mobilizable	plasmid	6685.0	99.073	99.0	0.04696284011693276	CP019905.1	enterobacteria	Escherichia coli strain MDR_56 plasmid unnamed6, complete sequence	False	True
CHI0092_000000007549	1414	0.9269841682565859	1	1	1	1	1	False	83631	fragment	False	CHI0092_000000007549	1.0		0	0	False	False	0.985855758190155	0					non-mobilizable	no_good_hit	993.0	86.80799999999999	70.0	0.00794422957858596	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0153_000000006743	2660	0.9269810606844638	3	2	2	2	2	False	74716	fragment	False	SPA0153_000000006743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000021574	1521	0.9269780876705566	2	2	1	2	2	False	73056	fragment	False	SPA0097_000000021574	1.0		0	0	False	False	0.9986850619316101	0					non-mobilizable	other	1405.0	99.288	97.0	0.0007405219519399143	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
FIJ0134_000000003727	4383	0.9269727560694626	5	2	2	2	2	False	97565	fragment	False	MAD0069_000000001274	0.7051958602713064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0089_000000008054	2902	0.9269727560694626	2	2	2	2	2	False	97559	fragment	False	FIJ0015_000000008673	0.7163631990593098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	80.132	5.0	0.00414199538542796	NZ_SDIK01000044.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_47__1..35973__consensus, whole genome shotgun sequence	True	False
MAD0031_000000004976	2738	0.9269727560694626	2	2	2	2	2	False	97559	fragment	False	FIJ0015_000000008673	0.47294968986905583		0	0	False	False	0.9912344813346863	0					non-mobilizable	no_good_hit								True	False
TAN0016_000000004402	2495	0.9269727560694626	3	2	2	2	2	False	97557	fragment	False	TAN0016_000000004402	0.9805796370630082		0	0	False	False	0.9995992183685303	0					non-mobilizable	no_good_hit	99.0	85.859	4.0	0.0027242654212881884	NZ_SDIK01000044.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_47__1..35973__consensus, whole genome shotgun sequence	True	False
SPA0134_000000001836	15343	0.9269693121864798	17	14	6	8	9	True	102537	fragment	False	SPA0134_000000001836	0.9998834128365415		0	0	False	False	0.9997392892837524	0			MPF_T		non-mobilizable	no_good_hit	9454.0	75.376	61.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
CHI0152_000000000312	14210	0.9269693121864798	17	14	6	8	9	True	102537	fragment	False	SPA0134_000000001836	0.9508868146409845		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	9257.0	75.532	64.0	0.29593879132231404	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ENG0160_000000003043	7153	0.9269677018845268	9	7	5	6	4	False	56493	maximal	True	ENG0160_000000003043	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	79.2	2.0	0.0003284376696817598	NZ_FQZD01000004.1	firmicutes	Propionispora hippei DSM 15287, whole genome shotgun sequence	True	False
AST0019_000000003983	6136	0.9269660692590524	10	5	3	5	4	True	122898	maximal	True	AST0019_000000003983	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	74.545	4.0	0.0021366479018898113	NZ_CBYM010000010.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
SPA0109_000000001414	12911	0.926961989276624	17	6	6	5	2	True	4669	maximal	True	SPA0109_000000001414	1.0		1	1	False	False	0.9999225735664368	0					non-mobilizable	no_good_hit	1078.0	82.65299999999999	8.0	0.023387868766861022	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0030_000000000133	26472	0.92695928103273	30	16	12	15	9	True	52096	fragment	False	MAD0030_000000000133	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.5107465916905708e-06	CP025657.1	eudicots	Ipomoea trifida cultivar NCNSP0306 chromosome 14	True	True
SPA0143_000000003720	4644	0.9269520122221442	7	6	5	4	5	False	3413	maximal	True	SPA0143_000000003720	1.0		1	1	False	False	0.9995693564414978	0					non-mobilizable	no_good_hit	2699.0	96.70200000000001	58.0	0.010434526256991908	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	False
ISR0092_000000000772	17955	0.9269506372593858	26	6	3	5	2	True	33604	maximal	True	ISR0092_000000000772	1.0		1	1	False	False	0.9992202520370483	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	0.0	8.240711568195912e-06	NZ_CP023478.1	enterobacteria	Klebsiella quasipneumoniae strain KPC142 chromosome, complete genome	True	True
ISR0366_000000010615	1843	0.926947074508212	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.18645505682650756		0	0	False	False	0.990233302116394	0					non-mobilizable	other	1845.0	95.176	100.0	0.004505518159048216	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0102_000000002979	6638	0.9269460187123184	5	5	4	4	4	False	98840	fragment	False	USA0042_01_000000003980	0.9936264458990676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3214.0	74.611	48.0	0.001358721841967628	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0077_000000011397	2793	0.9269454551120496	4	3	3	3	3	False	34549	maximal	True	ISR0077_000000011397	1.0		4	2	False	False	0.9874686598777771	0					non-mobilizable	no_good_hit								True	False
CHI0168_000000004565	3995	0.926942416515742	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3641288870178258		0	0	False	False	1.0	0					non-mobilizable	chromosome	3995.0	98.49799999999999	100.0	0.0014040785677057696	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0001_000000009650	3479	0.9269367126627288	3	3	3	3	3	False	131408	fragment	False	SPA0109_000000006156	0.5265287313521838		0	0	False	False	0.9913768172264099	0					non-mobilizable	no_good_hit	217.0	75.115	6.0	0.0016691599086686088	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
MON0027_000000004672	7093	0.9269338627965016	9	8	4	6	7	True	130174	maximal	True	MON0027_000000004672	1.0	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	34	7	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2636.0	99.962	81.0	0.4566574202496533	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0210_000000009893	2427	0.9269263463800226	4	4	3	3	3	False	53729	maximal	True	ENG0210_000000009893	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	94.402	27.0	0.00019876752090522342	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0063_000000004773	4223	0.9269253594116004	5	4	4	4	4	False	119292	fragment	False	SPA0086_000000003258	0.9878271602163037		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	24.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0009_000000001303	6604	0.9269249698964248	9	5	3	3	4	True	111083	maximal	True	CHI0009_000000001303	0.9657677493424769		1	1	True	True	0.9996971487998962	115		MOBB			mobilizable	plasmid	3198.0	98.999	98.0	0.4929034248688676	HG796267.1	bacteria	Uncultured bacterium plasmid pRGI00156	False	True
AUS0018_000000003259	7866	0.926923382048378	9	3	2	2	3	False	100074	maximal	True	AUS0018_000000003259	1.0		7	4	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit	81.0	91.35799999999999	2.0	2.6927531617129544e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0100_000000012640	2383	0.9269191748203373	3	3	2	3	0	True	60579	fragment	False	ENG0100_000000012640	1.0		0	0	False	False	0.966009259223938	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.6644136400778322e-05	CP018093.1	g-proteobacteria	Francisella hispaniensis FSC454, complete genome	True	True
ENG0170_000000006451	1930	0.9269160532992112	4	3	3	2	1	True	129442	fragment	False	ENG0118_000000006363	0.48889172625127675		0	0	False	False	1.0	0					non-mobilizable	other	1930.0	97.876	100.0	0.0006176739277241453	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
AUS0018_000000017824	1586	0.9269144112619538	3	2	1	2	1	False	99915	maximal	True	AUS0018_000000017824	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0072_000000003156	5938	0.9269107903140352	8	3	1	3	3	True	109107	fragment	False	MON0072_000000003156	1.0		0	0	False	False	0.9998316168785095	0					non-mobilizable	no_good_hit	4247.0	92.01799999999999	77.0	0.0008182518756202948	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
ISR0191_000000001129	7442	0.9269081884155052	8	2	1	2	1	False	100619	fragment	False	ISR0191_000000001129	0.9831468943185164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	3.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
FIJ0021_000000009176	5404	0.9269081884155052	4	2	1	2	1	False	67363	fragment	False	FIJ0021_000000009176	1.0		0	0	False	False	0.998889684677124	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	False
AUS0016_000000004904	5007	0.9269081884155052	6	2	1	2	1	False	100607	fragment	False	AUS0016_000000004904	0.9806458082631369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	96.939	2.0	0.08241291418861513	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
AST0055_000000023882	1519	0.9269047193957766	2	1	1	1	1	False	113519	fragment	False	AST0055_000000023882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	72.09	57.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0053_000000012277	1437	0.9269029638976021	2	2	2	2	1	False	91482	fragment	False	CAN0021_000000028388	0.9531792369234798		0	0	False	False	0.9874739050865173	0					non-mobilizable	other	1437.0	100.0	100.0	0.00043497396668693114	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MON0033_000000050822	1159	0.9269029638976021	2	2	2	2	1	False	58756	fragment	False	MON0033_000000050822	0.9233983789374103		0	0	False	False	0.985332190990448	0					non-mobilizable	other	1159.0	100.0	100.0	0.00035076591464029683	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0210_000000008622	2720	0.9268999543066592	4	3	3	3	2	False	53741	maximal	True	ENG0210_000000008622	1.0		4	3	True	True	1.0	5					non-mobilizable	no_good_hit	458.0	76.20100000000001	17.0	0.01078743525162762	NZ_ADGQ01000054.1	firmicutes	Peptostreptococcus stomatis DSM 17678 contig00024, whole genome shotgun sequence	True	True
MAD0012_000000002597	9228	0.9268931339619038	8	7	5	7	5	False	127579	maximal	True	MAD0012_000000002597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4552.0	94.881	60.0	0.001949298514099397	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ISR0045_000000008810	2847	0.9268811501079188	5	3	2	3	2	False	125851	fragment	False	ISR0045_000000008810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1646.0	94.59299999999999	58.0	0.0005358862786041125	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0005_000000003277	7207	0.9268802431407546	10	9	3	6	8	True	114150	maximal	True	ENG0005_000000003277	1.0		3	3	False	False	0.9998612403869629	0					non-mobilizable	plasmid	7207.0	99.986	100.0	0.0485438855318203	CP054369.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-1, complete sequence	False	True
DEN0069_000000001788	15260	0.9268787221701152	19	6	2	4	4	False	110887	fragment	False	DEN0069_000000001788	1.0		0	0	False	False	0.9996723532676697	0					non-mobilizable	no_good_hit	4444.0	95.522	50.0	0.0674837297001399	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
MAD0051_000000004120	5983	0.9268787169727712	7	5	1	4	5	False	18648	maximal	True	MAD0051_000000004120	1.0		5	1	True	True	1.0	17	rep_cluster_2358,rep_cluster_2373				non-mobilizable	no_good_hit	4150.0	98.602	72.0	0.8080374561061257	CP052708.1	enterobacteria	Klebsiella pneumoniae strain B16KP0078 plasmid pB16KP0078-2, complete sequence	True	True
SPA0016_000000007221	4457	0.9268735672243562	5	4	3	4	3	False	77078	fragment	False	SPA0016_000000007221	0.98380871025561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	92.359	18.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0164_000000016054	1289	0.926863983376053	2	1	1	1	1	False	56255	fragment	False	ENG0164_000000016054	1.0		0	0	False	False	0.9736229777336121	0					non-mobilizable	no_good_hit								True	False
ENG0072_000000005350	2065	0.92684595236977	2	2	2	2	2	False	73059	fragment	False	ENG0072_000000005350	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	98.91799999999999	99.0	0.0005838730774910863	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MAD0059_000000016908	1127	0.9268362169724328	2	1	1	1	1	False	68293	fragment	False	MON0084_000000028775	0.4004475706073804		0	0	False	False	0.9636202454566956	0					non-mobilizable	no_good_hit	209.0	76.077	18.0	0.014656225303541921	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0068_000000014240	1761	0.9268351034615376	3	3	3	2	1	False	106080	fragment	False	ENG0068_000000014240	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1762.0	98.241	100.0	0.0006135926984907919	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0072_000000007002	3808	0.9268254808930156	7	5	1	2	5	True	117324	fragment	False	AST0099_000000005118	0.9418658583429452		0	0	False	False	0.9994747638702393	0					non-mobilizable	chromosome	3779.0	93.43700000000001	100.0	0.0015634329072857223	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
CHI0106_000000001700	9296	0.9268180525200276	17	9	3	7	7	False	83172	maximal	True	CHI0106_000000001700	1.0		1	1	False	False	0.9998924136161804	0					non-mobilizable	no_good_hit	5612.0	96.632	60.0	0.9609388384444064	NZ_QRUU01000102.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf102, whole genome shotgun sequence	True	False
ISR0206_000000008749	2959	0.9268163414667848	4	2	2	2	2	True	31687	maximal	False	ISR0131_000000009531	0.9572131147540983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0850_000000001216	10665	0.9268109185205692	9	6	4	6	2	True	92841	fragment	False	ISR0850_000000001216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000005633	9943	0.9268109185205692	10	6	4	6	2	True	92840	fragment	False	USA0121_01_000000004150	0.6401606576884423		0	0	False	False	0.9987931251525879	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00023292020644085666	NZ_SPFU01000014.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_14_length_163146_cov_23.3993, whole genome shotgun sequence	True	True
FIJ0119_000000004352	3871	0.9267995117368808	5	4	2	4	2	True	41577	maximal	True	FIJ0119_000000004352	1.0		1	1	True	True	1.0	45					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.00012273220776359888	NZ_RQFU01000010.1	bacteria	Leptospira yanagawae strain 201800272 contig_0004, whole genome shotgun sequence	True	True
MAD0039_000000005587	2490	0.9267967001274704	2	2	0	2	0	True	18487	maximal	True	MAD0039_000000005587	1.0		3	2	False	False	0.9995983839035034	0					non-mobilizable	no_good_hit	45.0	91.111	3.0	2.3562979560186277e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
FIJ0045_000000007559	2989	0.9267921769227612	4	3	2	3	1	False	47059	maximal	True	FIJ0045_000000007559	1.0		1	1	False	False	0.9996654391288757	0					non-mobilizable	no_good_hit	1110.0	84.414	43.0	0.00021934630410459007	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
DEN0045_000000002070	12407	0.926791564385397	15	9	9	9	6	True	72984	fragment	False	DEN0045_000000002070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1946.0	75.334	16.0	0.005244326146361152	NZ_GL882689.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld297, whole genome shotgun sequence	True	True
MAD0037_000000000558	17653	0.9267898685998106	15	13	4	8	12	True	18691	maximal	True	MAD0037_000000000558	1.0		1	1	False	False	0.9998300671577454	0			MPF_F		non-mobilizable	plasmid	17530.0	99.589	100.0	0.07103749842962916	CP018720.1	enterobacteria	Klebsiella pneumoniae strain KP_Goe_828304 plasmid pKp_Goe_304-1, complete sequence	False	True
SPA0034_000000000147	61839	0.9267798686611282	76	33	22	33	13	True	114634	fragment	False	SPA0034_000000000147	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	38779.0	96.67299999999999	98.0	0.5357048967110816	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0006_000000007273	2688	0.9267762591679296	4	4	2	3	4	False	126993	fragment	False	ISR0320_000000008290	0.9426348771213166		0	0	False	False	1.0	0					non-mobilizable	chromosome	1807.0	95.075	99.0	0.0007974023932668507	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0153_000000004132	3975	0.9267719078534148	6	5	3	2	4	False	114705	maximal	True	CHI0153_000000004132	1.0	PS386|PS459	73	11	False	True	1.0	0	rep_cluster_870				non-mobilizable	no_good_hit	3302.0	99.87899999999999	83.0	0.5900965319985699	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	True	True
FIJ0085_000000002215	11276	0.9267690819322606	7	5	4	5	4	True	105961	fragment	False	FIJ0151_000000001050	0.927667889351722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	78.26100000000001	2.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
DEN0079_000000020305	2698	0.9267673812460788	5	2	1	2	1	False	69586	fragment	False	DEN0079_000000020305	1.0		0	0	False	False	0.9951816201210022	0					non-mobilizable	no_good_hit	223.0	80.717	8.0	4.943270304369397e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0024_01_000000002779	8422	0.9267563640041958	10	8	5	7	4	False	58454	maximal	True	USA0024_01_000000002779	1.0		7	4	False	False	0.9964379072189331	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.086273790413704e-07	LR812107.1	birds	Erithacus rubecula genome assembly, chromosome: 5	True	False
FIJ0146_000000015717	1312	0.926755917267306	2	1	1	1	1	False	39967	fragment	False	FIJ0146_000000015717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	4.0	0.012304779933743492	NZ_JAAVJC010000353.1	high GC Gram+	Streptomyces bohaiensis strain 11A07 NODE_353_length_4226_cov_66.464555, whole genome shotgun sequence	True	False
FIJ0171_000000004166	5000	0.9267437889591872	6	2	1	1	1	False	48873	maximal	True	FIJ0171_000000004166	1.0		0	0	True	True	0.9994000196456909	10					non-mobilizable	no_good_hit	1708.0	80.972	34.0	0.14947425670775924	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0370_000000018391	1465	0.9267408437741982	3	2	2	1	1	False	84410	fragment	False	ISR0370_000000018391	1.0		0	0	False	False	0.9993174076080322	0					non-mobilizable	other	1205.0	94.191	100.0	0.0005153033971901187	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0062_000000023466	1349	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.61996489227104		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	94.21	100.0	0.0005170167916944915	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0051_000000019541	1230	0.9267408437741982	2	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.41052830092613474		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	99.016	100.0	0.0005221569752076098	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0192_000000013999	1230	0.9267408437741982	2	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.6621367351201306		0	0	False	False	0.9991869926452637	0					non-mobilizable	other	1221.0	94.26700000000001	100.0	0.0005221569752076098	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0182_000000033058	1218	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.3632454596766696		0	0	False	False	0.9991790056228638	0					non-mobilizable	other	1208.0	99.007	100.0	0.0005170167916944915	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0060_000000022557	1210	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.36187331502460857		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	99.256	100.0	0.0005178734889466779	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0009_000000028225	1210	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.5669029077864076		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	94.17200000000001	100.0	0.0005135900026857459	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0156_000000017839	1204	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.5649778010675247		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	94.44	100.0	0.0005153033971901187	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0045_000000020443	1200	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.3616974348627424		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	99.0	100.0	0.0005135900026857459	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0271_000000016574	1195	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.5631573188088062		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	94.319	100.0	0.0005118766081813731	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0208_000000023352	1195	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.5627585038558314		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	94.398	100.0	0.0005114482595552799	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0001_000000027945	1194	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.5625404165209635		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	94.39299999999999	100.0	0.0005110199109291867	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0049_000000014159	1192	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.5626678956381816		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	94.083	100.0	0.0005058797274160683	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0013_000000024096	1176	0.9267408437741982	3	2	2	1	1	False	81701	fragment	False	SPA0013_000000024096	0.9450043699980046		0	0	False	False	1.0	0					non-mobilizable	other	937.0	91.889	90.0	0.0003992209195188617	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
DEN0026_000000023974	1171	0.9267408437741982	2	2	2	1	1	False	81701	fragment	False	SPA0013_000000024096	0.6340702947845805		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	85.943	100.0	0.0005033096356595091	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0015_000000021850	1165	0.9267408437741982	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.35517956549193136		0	0	False	False	0.9982832670211792	0					non-mobilizable	other	1165.0	99.227	100.0	0.000498597800772484	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
DEN0079_000000054849	1153	0.9267408437741982	2	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.1491375081831162		0	0	False	False	0.9947961568832397	0					non-mobilizable	other	1077.0	99.536	93.0	0.00046090312167628236	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0779_000000030697	1151	0.9267408437741982	2	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.5515129569349783		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	94.184	100.0	0.0004926009200071791	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0374_000000014446	1140	0.9267408437741982	2	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.20016049904227048		0	0	False	False	1.0	0					non-mobilizable	other	1057.0	93.56700000000001	94.0	0.0004519078005283252	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0150_000000022142	1120	0.9267408437741982	2	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.10410895660203139		0	0	False	False	0.9928571581840515	0					non-mobilizable	other	1037.0	93.539	93.0	0.0004433408280064612	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
DEN0034_000000007981	1115	0.9267408437741982	2	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.10087338241346198		0	0	False	False	1.0	0					non-mobilizable	other	1058.0	94.045	95.0	0.0004523361491544184	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0023_000000007080	3488	0.92674001995809	5	3	2	3	3	False	85026	fragment	False	SPA0023_000000007080	0.9519348894348895		0	0	False	False	0.9994266033172607	0					non-mobilizable	no_good_hit	1424.0	72.051	40.0	0.07341997694162038	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
MON0050_000000007245	3968	0.9267391151297688	6	5	5	5	5	False	103964	fragment	False	FIJ0135_000000005837	0.2773511643394029		0	0	False	False	0.9994959831237793	0					non-mobilizable	chromosome	3905.0	96.44	100.0	0.0013821687832417258	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
CHI0134_000000001448	8035	0.9267320109154812	11	7	5	5	4	True	126522	backbone	False	ISR0029_000000004601	0.03052195522448513	PS624|PS966	0	0	False	True	0.999875545501709	0					non-mobilizable	no_good_hit	1309.0	96.944	75.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0036_000000014893	1683	0.9267297624687756	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8661223231882824		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	98.99	100.0	0.007633379926298401	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0382_000000012074	1229	0.9267203330025758	3	3	1	2	2	False	131124	fragment	False	SPA0057_000000022996	0.7197749732889159		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	100.0	100.0	0.007128941392532295	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0339_000000012766	1224	0.9267203330025758	3	3	1	2	2	False	131124	fragment	False	SPA0057_000000022996	0.7193954223433889		0	0	False	False	0.9950980544090271	0					non-mobilizable	other	1145.0	100.0	100.0	0.0070979190191966446	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0288_000000016191	1852	0.9267148880187284	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.8855669097357018		0	0	False	False	1.0	0					non-mobilizable	other	1852.0	94.816	100.0	0.0005137433282792098	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0774_000000013786	1797	0.9267148880187284	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.449075137370653		0	0	False	False	0.994991660118103	0					non-mobilizable	other	1739.0	95.975	97.0	0.00048264102948609007	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0109_000000008829	2102	0.9267048709098046	3	2	2	2	2	False	82783	fragment	False	CHI0109_000000008829	1.0		0	0	False	False	0.9766888618469238	0					non-mobilizable	no_good_hit	1016.0	82.77600000000001	48.0	0.49411764705882355	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0047_000000000179	8672	0.9267020513573097	11	8	4	4	8	True	90660	maximal	True	DEN0047_000000000179	1.0	PS456|PS481	4	3	False	True	1.0	0		MOBB			mobilizable	no_good_hit	3871.0	96.719	58.0	0.3503040203285235	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0108_000000001750	4207	0.9267004586655262	7	7	3	6	7	False	97997	fragment	False	MAD0096_000000003812	0.9779756326148079		0	0	False	False	1.0	0					non-mobilizable	plasmid	4207.0	99.525	100.0	0.04445477894158308	AP023236.1	enterobacteria	Escherichia coli YJ6 plasmid pYJ6-NDM5 DNA, complete genome	False	True
ISR0212_000000032474	1123	0.9266927176788652	2	2	2	2	1	False	101087	fragment	False	TAN0024_000000004209	0.00706070607060706		0	0	False	False	0.9982190728187561	0					non-mobilizable	chromosome	1138.0	79.789	100.0	0.0002990346861562946	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0811_000000006199	2363	0.926689991783994	6	2	2	2	2	False	21686	maximal	True	ISR0811_000000006199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	99.76299999999999	18.0	0.0060790712449822395	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0141_000000020935	1427	0.9266855534994678	2	1	1	1	1	False	40253	maximal	True	FIJ0141_000000020935	1.0		1	1	False	False	0.9649614691734314	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	3.584299131268299e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ENG0154_000000017056	1892	0.9266815942442276	2	2	2	2	1	False	90602	maximal	True	ENG0154_000000017056	1.0		1	1	False	False	0.9989429116249084	0					non-mobilizable	no_good_hit	1407.0	97.868	74.0	0.009931315474885231	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
SPA0056_000000022225	1609	0.9266815942442276	2	2	2	2	1	False	90597	fragment	False	SPA0056_000000022225	1.0		0	0	False	False	0.9937849640846252	0					non-mobilizable	no_good_hit	1383.0	98.04799999999999	86.0	0.00976862298491204	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
ENG0193_000000014415	1381	0.9266815942442276	2	2	2	2	1	False	54577	fragment	False	ENG0193_000000014415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	99.913	83.0	0.00814169808518013	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
FIJ0144_000000006848	4610	0.9266758972622045	5	3	1	3	2	False	96656	fragment	False	MAD0111_000000003137	0.39049086506713626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000000969	18166	0.9266749831407644	17	5	2	5	0	True	105230	fragment	False	AST0148_000000001331	0.9566172578083643		0	0	False	False	0.9999449253082275	0					non-mobilizable	no_good_hit								True	True
ISR0340_000000017993	1171	0.9266711117634504	2	1	1	1	1	False	24366	fragment	False	ISR0340_000000017993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0050_000000001780	12635	0.9266691543294052	10	9	9	8	3	True	72092	fragment	False	MON0048_000000001919	0.9962120185600702		0	0	False	False	0.9999208450317383	0					non-mobilizable	no_good_hit	3151.0	95.081	57.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
AST0085_000000004137	3291	0.9266660323353868	3	2	2	2	1	False	131610	fragment	False	AST0085_000000004137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0055_000000013307	2367	0.9266660323353868	2	2	2	2	1	False	6398	fragment	False	SPA0055_000000013307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0347_000000002822	5922	0.9266496352895256	8	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9988609921291621	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9991557002067566	17					non-mobilizable	no_good_hit	1757.0	88.162	41.0	0.19508397286175064	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
CAN0012_000000006113	9073	0.9266407675165844	12	8	4	5	6	True	104922	backbone	False	CAN0013_000000002981	0.9984689633776789	PS621	0	0	True	True	1.0	134					non-mobilizable	no_good_hit	3650.0	96.575	71.0	0.2929407018959258	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0062_000000003579	3685	0.9266403809676572	4	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.23176199780822448		0	0	False	False	1.0	0					non-mobilizable	plasmid	3688.0	98.427	100.0	0.031784989506183546	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0082_000000000793	25131	0.9266402975436686	19	8	5	7	5	False	34206	maximal	True	ISR0082_000000000793	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	74.297	1.0	6.70712937861718e-05	NZ_CP035807.1	spirochetes	Spirochaeta perfilievii strain P chromosome, complete genome	True	False
CHI0125_000000011971	1292	0.9266331423220526	2	2	2	2	2	False	81608	fragment	False	ISR0316_000000016473	0.9573991031390134		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	100.0	99.0	0.020124422660005657	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
USA0008_01_000000003405	2187	0.9266193428355591	2	2	1	2	2	False	98859	fragment	False	USA0008_01_000000003405	1.0		0	0	False	False	0.9766803979873657	0					non-mobilizable	other	1045.0	91.196	98.0	0.00017435989253942132	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0034_000000001139	15004	0.9266116404749148	19	10	8	9	6	True	112043	maximal	True	ISR0034_000000001139	1.0		4	3	False	False	0.9988669753074646	0					non-mobilizable	no_good_hit	106.0	80.189	1.0	0.0006028186159752786	NZ_PJAI02000009.1	g-proteobacteria	Colwellia echini strain A3 scaffold_9, whole genome shotgun sequence	True	True
ISR0330_000000018042	1717	0.9266086894185463	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.9191936122926249		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	83.921	100.0	0.020405993005009924	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
ISR0780_000000001597	6813	0.9266048874554884	6	6	6	6	5	False	125464	fragment	False	MON0026_000000003703	0.9354169064741759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2428.0	84.63799999999999	83.0	0.0007236944738412907	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0080_01_000000036908	1124	0.9265962679928968	2	2	2	2	2	False	29955	fragment	False	ISR0171_000000025816	0.9657650042265427		0	0	False	False	0.9946619272232056	0					non-mobilizable	other	1124.0	99.288	100.0	0.055140921143081605	NZ_PYLP01000027.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_26, whole genome shotgun sequence	False	False
MAD0038_000000001885	5694	0.9265939001064041	4	3	3	3	2	False	18567	fragment	False	MAD0038_000000001885	1.0		0	0	False	False	0.997189998626709	0					non-mobilizable	no_good_hit	2699.0	95.22	73.0	0.0034489326588867542	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
FIJ0107_000000006866	4024	0.9265861196822008	4	2	1	1	2	False	123124	maximal	True	FIJ0107_000000006866	1.0	PS879	3	1	True	True	1.0	16					non-mobilizable	no_good_hit	1571.0	87.07799999999999	38.0	0.39666076397672656	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
FIJ0013_000000006954	3768	0.9265861196822008	4	2	1	1	2	False	123124	maximal	False	FIJ0107_000000006866	0.9836812458581843	PS879	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1571.0	87.07799999999999	41.0	0.39666076397672656	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
FIJ0026_000000008143	3768	0.9265861196822008	4	2	1	1	2	False	123124	maximal	False	FIJ0107_000000006866	0.9836812458581843	PS879	0	0	False	True	0.9984076619148254	0					non-mobilizable	no_good_hit	1571.0	87.07799999999999	41.0	0.39666076397672656	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
ENG0177_000000002262	9730	0.926584870078782	13	8	4	5	6	True	91640	maximal	True	ENG0177_000000002262	0.9996147071774548		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2228.0	84.605	40.0	0.17845905607099638	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0082_000000002538	9081	0.926584870078782	12	8	4	5	6	True	91640	maximal	False	ENG0177_000000002262	0.9664439876670092		0	0	False	False	0.9975773692131042	0					non-mobilizable	no_good_hit	2228.0	84.605	41.0	0.17845905607099638	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0003_000000007308	3171	0.926581817099927	4	4	3	4	4	False	67896	fragment	False	ENG0178_000000005739	0.6356745346382652		0	0	False	False	0.9987385869026184	0					non-mobilizable	other	3171.0	99.874	100.0	0.0006001250986325477	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
SPA0113_000000005234	6416	0.9265737064838101	7	5	4	4	2	False	106659	fragment	False	SPA0095_000000003215	0.9776254331776405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5049.0	99.32700000000001	79.0	0.0014068355260784691	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0001_000000006576	5051	0.9265713035469552	4	3	3	3	1	False	12867	maximal	True	SPA0001_000000006576	1.0		1	1	False	False	0.9986141324043274	0					non-mobilizable	no_good_hit	485.0	76.495	9.0	0.00016856580600129682	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CAN0009_000000020048	1418	0.9265625829742264	3	1	1	1	1	False	94730	maximal	True	CAN0009_000000020048	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0124_000000003583	7703	0.9265559290598002	10	6	3	4	3	True	4075	maximal	True	SPA0124_000000003583	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
DEN0053_000000008357	1471	0.9265486813825062	3	2	1	2	1	False	72119	fragment	False	DEN0053_000000008357	1.0		0	0	False	False	0.9972807765007019	0					non-mobilizable	other	1471.0	100.0	100.0	0.20479242128726666	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	False	False
DEN0021_000000002518	10730	0.9265427684030596	11	8	8	8	8	True	119347	maximal	True	DEN0021_000000002518	1.0		3	1	False	False	0.9997203946113586	0					non-mobilizable	other	7721.0	97.96700000000001	90.0	0.0022569152621588493	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0047_000000009043	4364	0.9265416354089676	8	7	3	4	6	True	92240	fragment	False	SPA0047_000000009043	0.9991898148148148		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2743.0	99.162	71.0	0.33549571603427175	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
ENG0129_000000007474	3558	0.926538511837994	4	3	3	3	3	False	107399	maximal	True	ENG0129_000000007474	1.0		5	3	False	False	0.9789207577705383	0					non-mobilizable	no_good_hit	1946.0	99.126	55.0	0.013377995432910557	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
AST0031_000000005312	5426	0.9265364479344518	7	3	0	2	1	False	117593	maximal	True	AST0031_000000005312	0.9614897669158352	PS140	4	4	True	True	1.0	36					non-mobilizable	no_good_hit	2087.0	81.313	68.0	0.3147948993701029	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
MON0019_000000013427	4559	0.9265361462583048	4	4	2	4	2	False	95816	fragment	False	MON0019_000000013427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	72.878	39.0	0.0003927164352430475	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0050_000000021360	1130	0.9265338300659426	3	2	2	1	1	False	95987	fragment	False	ISR0316_000000017359	0.8567408104304591		0	0	False	False	0.9548672437667847	0					non-mobilizable	no_good_hit	304.0	84.868	39.0	8.082739509844537e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0145_000000003227	3810	0.9265331793284228	6	6	6	5	5	False	90198	fragment	False	CHI0087_000000001942	0.7136983380682034		0	0	False	False	0.999737560749054	0					non-mobilizable	chromosome	3810.0	99.816	100.0	0.0007401636832441438	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
ISR0134_000000005520	5910	0.9265275167926992	8	5	4	5	5	False	128475	fragment	False	ISR0134_000000005520	0.9969017678148351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3055.0	90.311	56.0	0.0008669755693793786	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0110_000000001823	12563	0.9265268469228284	13	8	5	8	6	True	117410	fragment	False	SPA0110_000000001823	1.0		0	0	False	False	0.9998407959938049	0					non-mobilizable	plasmid	8727.0	99.725	98.0	0.37357650483774296	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
MON0033_000000028143	2237	0.92652593661319	2	2	2	2	1	True	12313	fragment	False	MON0033_000000028143	1.0		0	0	False	False	0.9986588954925537	0					non-mobilizable	no_good_hit	1186.0	97.133	54.0	0.0004933074620975433	NZ_UGTL01000001.1	CFB group bacteria	Prevotella disiens strain NCTC11157, whole genome shotgun sequence	True	True
MON0072_000000012857	1689	0.92652593661319	2	2	2	2	1	True	10398	fragment	False	MON0072_000000012857	1.0		0	0	False	False	0.9982237815856934	0					non-mobilizable	no_good_hit	780.0	95.641	47.0	0.00032429241601180276	NZ_UGTL01000001.1	CFB group bacteria	Prevotella disiens strain NCTC11157, whole genome shotgun sequence	True	True
ISR0395_000000007062	5421	0.9265253079224128	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7677652008819609		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	54.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0293_000000006978	5221	0.9265253079224128	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7497192267339872		0	0	False	False	0.9986592531204224	0					non-mobilizable	no_good_hit	1320.0	83.712	52.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0012_000000004756	5204	0.9265253079224128	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7495031235393272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	52.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0085_000000004051	5192	0.9265253079224128	5	4	4	4	2	False	130746	fragment	False	ISR0130_000000004031	0.7511693032786777		0	0	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	1320.0	83.788	70.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0026_000000010433	2856	0.9265208363008824	3	2	2	1	1	False	74939	maximal	True	SPA0026_000000010433	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	92.49700000000001	34.0	0.0002899603141707334	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ENG0199_000000004846	4889	0.9265077562631826	6	5	4	5	3	False	54304	maximal	True	ENG0199_000000004846	1.0		0	0	False	False	0.9995909333229065	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000001244	18996	0.9265064186436712	18	14	8	12	12	True	120320	maximal	True	USA0057_01_000000001244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6534.0	89.516	34.0	0.09285765149896746	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0042_01_000000000627	33608	0.9264833068370932	29	19	7	19	11	True	91679	fragment	False	MON0045_000000000446	0.9080788024315072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	20202.0	91.382	89.0	0.4768368529335257	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
MAD0067_000000002233	4068	0.9264760369154166	5	5	3	5	3	True	122001	maximal	True	MAD0067_000000002233	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	93.43799999999999	33.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0012_000000001770	11227	0.9264751544458152	18	11	6	9	8	False	86587	maximal	True	FIJ0012_000000001770	1.0		4	2	False	False	0.9999109506607056	0					non-mobilizable	no_good_hit	2537.0	96.689	23.0	0.0009105826508152516	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ENG0174_000000005891	2950	0.9264679854177951	5	4	3	4	3	False	103186	maximal	True	ENG0174_000000005891	1.0		3	1	False	False	0.9969491362571716	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	7.233260888580867e-05	NZ_JNJA01000002.1	d-proteobacteria	Desulfovibrio alcoholivorans DSM 5433 Q368DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0016_000000018512	1219	0.9264553966736759	2	2	2	1	2	False	66727	maximal	True	ENG0016_000000018512	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	99.10700000000001	9.0	0.0008938421523074817	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
USA0042_01_000000005054	5137	0.9264352201509176	6	5	5	4	4	True	94989	fragment	False	USA0042_01_000000005054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3450.0	94.116	69.0	0.0010208871678303556	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0056_000000007166	2901	0.9264309403153408	5	2	1	2	1	True	37791	maximal	True	ISR0056_000000007166	1.0		1	1	False	False	0.9924163818359375	0					non-mobilizable	no_good_hit	479.0	96.242	34.0	0.17640491254186824	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
CHI0135_000000002527	7716	0.9264296304732479	10	6	4	5	3	True	96565	maximal	True	CHI0135_000000002527	1.0		1	1	False	False	0.9996111989021301	0					non-mobilizable	no_good_hit	5469.0	95.831	71.0	0.000980721152889011	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
MAD0107_000000004611	7832	0.9264196122085632	10	8	7	6	5	False	61446	maximal	True	MAD0107_000000004611	1.0		1	1	False	False	0.9985954761505127	0					non-mobilizable	no_good_hit	597.0	73.367	7.0	0.01956089170685643	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
MAD0100_000000014059	2628	0.9264119901812332	4	2	1	2	1	False	46540	fragment	False	FIJ0123_000000012116	0.9770504138449962		0	0	False	False	0.9996194839477539	0					non-mobilizable	no_good_hit	42.0	90.476	2.0	4.4114995095703715e-06	AP019371.1	high GC Gram+	Actinoplanes sp. OR16 DNA, complete genome	True	False
USA0040_01_000000006486	2482	0.92641066654412	4	3	3	3	3	False	98920	fragment	False	USA0050_01_000000005251	0.9871846215458551		0	0	False	False	1.0	0					non-mobilizable	other	2483.0	98.027	100.0	0.0004151505694724609	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MAD0044_000000016473	1512	0.9264084687407343	3	2	1	1	2	True	40454	fragment	False	MAD0044_000000016473	1.0		0	0	False	False	0.9887565970420837	0					non-mobilizable	no_good_hit	49.0	87.755	3.0	1.2900604070785614e-05	NZ_CP011028.1	g-proteobacteria	Pseudoalteromonas espejiana DSM 9414 chromosome I, complete sequence	True	True
ENG0064_000000000465	35183	0.9264071055337579	47	11	7	9	5	True	102853	maximal	True	ENG0064_000000000465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	77.176	4.0	0.0004073779439905882	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
FIJ0070_000000010590	1839	0.9264052295146074	3	3	3	3	3	False	109891	fragment	False	ISR0333_000000009214	0.5553398136155787		0	0	False	False	1.0	0					non-mobilizable	chromosome	1839.0	98.53200000000001	100.0	0.0008331255807628675	LR134274.1	firmicutes	Streptococcus salivarius strain NCTC8618 genome assembly, chromosome: 1	False	False
FIJ0139_000000003511	7278	0.9264021540938172	12	4	3	2	4	False	130918	maximal	True	FIJ0139_000000003511	1.0	PS1128	0	0	False	True	0.9983512163162231	0					non-mobilizable	no_good_hit	1731.0	85.095	24.0	0.020394177143397297	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0803_000000012264	1263	0.9263991415356271	2	2	2	2	2	False	105753	fragment	False	AST0118_000000022561	0.9551374819102749		0	0	False	False	0.9928740859031677	0					non-mobilizable	no_good_hit	966.0	99.896	76.0	0.00030899706596879226	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0255_000000010186	2932	0.926385349469176	6	3	2	2	1	False	74097	maximal	True	ISR0255_000000010186	1.0	PS351	1	1	False	True	0.9959072470664978	0					non-mobilizable	no_good_hit								True	True
ISR0179_000000012012	1954	0.9263732709796856	3	2	1	2	2	False	61473	fragment	False	ISR0179_000000012012	1.0		0	0	False	False	0.9933469891548157	0					non-mobilizable	other	1943.0	99.794	99.0	0.01578374160828362	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0200_000000010518	1939	0.9263732709796856	3	2	1	2	2	False	61473	fragment	False	ISR0179_000000012012	0.9961617195496417		0	0	False	False	0.9989685416221619	0					non-mobilizable	other	1939.0	99.845	100.0	0.015751231326907134	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0013_01_000000001064	10926	0.9263614203697924	13	7	6	5	5	False	1983	fragment	False	USA0013_01_000000001064	1.0		0	0	False	False	0.999908447265625	0					non-mobilizable	no_good_hit	50.0	90.0	0.0	1.9432306963824977e-05	NZ_CP013334.1	fusobacteria	Fusobacterium hwasookii ChDC F300 chromosome, complete genome	True	False
SPA0028_000000021699	1508	0.9263542220818328	2	2	2	2	1	False	70327	fragment	False	SPA0028_000000021699	1.0		0	0	False	False	0.9993368983268738	0					non-mobilizable	no_good_hit	200.0	77.0	13.0	2.2110849056603772e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0789_000000001996	6789	0.92635373184923	8	7	7	7	6	False	84742	fragment	False	ISR0776_000000003562	0.9587575607858568		0	0	False	False	1.0	0					non-mobilizable	chromosome	6792.0	99.352	99.0	0.0017039729090639014	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
DEN0001_000000008854	4392	0.9263408727144616	7	4	3	4	3	False	76951	maximal	True	DEN0001_000000008854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0312_000000013593	1380	0.9263367360379494	3	1	1	1	1	False	25247	fragment	False	ISR0312_000000013593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0394_000000001327	10740	0.9263289863964972	10	6	4	5	2	True	122758	fragment	False	AST0046_000000001434	0.4541018329827003		0	0	False	False	0.9994413256645203	0					non-mobilizable	no_good_hit	3306.0	88.899	41.0	0.01354772269428181	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0014_000000001226	4737	0.9263253198065412	5	4	1	3	3	False	117846	maximal	True	CHI0014_000000001226	1.0	PS794|PS796	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	826.0	95.15700000000001	53.0	0.00019444692577053424	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ISR0025_000000022416	1755	0.9263230181905416	3	2	2	1	2	False	106077	maximal	True	ISR0025_000000022416	1.0		1	1	False	False	0.9965811967849731	0					non-mobilizable	no_good_hit	1258.0	96.42299999999999	76.0	0.00045613264162900366	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0116_000000003879	8842	0.9263208151240764	9	6	4	5	6	True	101573	fragment	False	SPA0116_000000003879	1.0		0	0	False	False	0.9988690614700317	0					non-mobilizable	no_good_hit	1791.0	71.245	24.0	0.0004273605793681075	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0091_000000002121	13464	0.9263206323421006	7	7	4	7	7	False	117789	fragment	False	ISR0091_000000002121	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	11809.0	99.37299999999999	88.0	0.002397060677425425	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	True
MAD0110_000000002179	11489	0.9263193363045644	12	3	2	3	3	True	101329	fragment	False	FIJ0068_000000001978	0.18613241182232734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0099_000000004810	5395	0.9263154401118424	6	3	1	2	3	False	126479	backbone	False	ISR0127_000000003850	0.9144428517234323	PS879|PS961	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	2658.0	96.61399999999999	74.0	0.45454545454545453	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0069_000000004520	5335	0.9263154401118424	6	3	1	2	3	False	126479	backbone	False	ISR0127_000000003850	0.9088223387846751	PS879|PS961	0	0	True	True	0.9971883893013	2					non-mobilizable	no_good_hit	2600.0	98.385	74.0	0.44461564800547854	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0034_000000004542	4312	0.9263154401118424	6	3	1	2	3	True	123163	maximal	True	ISR0034_000000004542	1.0	PS879	1	1	False	True	0.997217059135437	0					non-mobilizable	no_good_hit	2070.0	97.391	50.0	0.3537065570963876	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0069_000000005711	5051	0.9263096988418442	8	3	1	3	0	True	75217	maximal	True	DEN0069_000000005711	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	99.319	12.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
SPA0107_000000011622	2736	0.9263088681759504	4	4	4	4	4	False	120077	fragment	False	ISR0155_000000005779	0.5260932698882974		0	0	False	False	0.9996345043182373	0					non-mobilizable	other	2736.0	98.319	100.0	0.006687343456480902	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CAN0007_000000013923	2980	0.9262961703483732	5	2	2	2	2	False	95373	fragment	False	ENG0142_000000009778	0.7010238503857845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	84.0	2.0	0.0002650990001468792	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0033_000000018620	3568	0.9262954228349216	5	4	4	4	4	False	12335	fragment	False	MON0033_000000018620	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3308.0	100.0	100.0	0.0006246036024159146	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
USA0121_01_000000007080	6581	0.9262949806647984	7	4	1	2	4	False	132257	backbone	True	USA0121_01_000000007080	0.9674872932690256	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	77	8	True	True	1.0	53	rep_cluster_475				non-mobilizable	other	4979.0	99.92	100.0	0.7634606534744592	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0026_000000002826	9803	0.9262866791076696	12	12	2	4	12	False	89695	fragment	False	DEN0026_000000002826	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	5955.0	98.069	100.0	0.09539304949987176	CP009581.1	enterobacteria	Escherichia coli FAP1 plasmid unnamed 3, complete sequence	False	True
ISR0111_000000000994	12453	0.9262854485340266	19	10	5	7	8	True	117657	maximal	True	ISR0111_000000000994	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3305.0	95.461	65.0	0.001032902531761674	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0101_000000006766	4103	0.9262837614179844	6	3	1	1	3	False	88482	fragment	False	FIJ0101_000000006766	1.0		0	0	False	False	0.9968315958976746	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000011100	4160	0.9262767886638203	7	5	2	5	4	False	76018	fragment	False	DEN0079_000000011100	1.0		0	0	False	False	0.9995192289352417	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000009550	2957	0.9262752071998526	5	4	4	4	3	False	48161	maximal	True	FIJ0034_000000009550	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	84.689	7.0	0.0006064134284189589	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
DEN0079_000000003859	8306	0.926265909269947	10	7	4	6	5	False	69644	fragment	False	DEN0079_000000003859	1.0		0	0	False	False	0.9998795986175537	0					non-mobilizable	no_good_hit								True	False
FIJ0024_000000006897	2952	0.92626407231635	5	3	2	2	2	False	49243	fragment	False	FIJ0024_000000006897	1.0		0	0	False	False	0.9864498376846313	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.014152218983804e-05	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
FIJ0083_000000007646	4397	0.926262265010126	4	4	4	4	4	False	131413	fragment	False	ISR0058_000000003113	0.07890528270738754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	74.62899999999999	18.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
DEN0080_000000000524	3558	0.9262610345247942	7	4	2	2	4	False	105373	fragment	False	DEN0080_000000000524	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3558.0	99.97200000000001	100.0	0.0007900599486027911	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AST0100_000000003015	5623	0.926250850386715	3	2	2	2	1	False	108659	maximal	True	AST0100_000000003015	1.0		10	6	False	False	0.9998221397399902	0					non-mobilizable	no_good_hit								True	False
ISR0257_000000001810	7381	0.9262373676736104	8	8	8	8	7	False	131704	fragment	False	ISR0257_000000001810	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5127.0	98.264	99.0	0.0014369898967905627	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0070_000000000694	17298	0.9262324159386774	16	7	4	6	1	True	33954	fragment	False	SPA0070_000000000694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	94.667	0.0	0.0004160084550907629	NZ_SLXA01000005.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_105, whole genome shotgun sequence	True	True
ISR0060_000000015485	1771	0.9262260784733742	3	2	2	2	1	False	35406	maximal	True	ISR0060_000000015485	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	77.961	41.0	0.013684070678889331	NZ_QIML01000013.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_13, whole genome shotgun sequence	True	False
ISR0103_000000008325	3250	0.9262248795430588	3	2	1	2	1	True	72951	maximal	False	MAD0099_000000009342	0.9388683889970123		0	0	True	True	1.0	47					non-mobilizable	plasmid	1696.0	94.693	95.0	0.5419871794871794	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0091_000000013603	2248	0.9262208455271008	3	3	3	3	3	False	90511	maximal	True	ISR0091_000000013603	1.0		3	3	False	False	0.956850528717041	0					non-mobilizable	no_good_hit	1455.0	70.309	63.0	0.000599950677336236	CP060112.1	fusobacteria	Fusobacterium hwasookii strain KCOM 1249 chromosome, complete genome	True	False
CHI0165_000000015188	1150	0.9262178008459482	2	2	2	2	2	False	92366	fragment	False	USA0035_01_000000017628	0.35740969994188315		0	0	False	False	0.991304337978363	0					non-mobilizable	no_good_hit	416.0	81.01	63.0	0.000685687721541054	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0063_000000036284	1395	0.926212106567999	3	2	1	1	2	False	113328	fragment	False	ISR0304_000000007592	0.5439385431617778		0	0	False	False	1.0	0					non-mobilizable	virus	1331.0	99.925	100.0	0.21531487777238142	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0276_000000001487	7797	0.92621030346801	13	9	4	4	9	True	118172	maximal	True	ISR0276_000000001487	0.995059266302845	PS799	4	2	True	True	1.0	360	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2887.0	96.086	63.0	0.3222271914132379	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
SPA0021_000000023640	1352	0.9262100199441416	2	2	1	2	1	False	73054	fragment	False	SPA0021_000000023640	0.9769036775385711		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	98.669	100.0	0.0007125677756914703	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
BAN0016_000000000180	4040	0.9262095188270076	8	7	2	5	6	False	98349	fragment	False	BAN0016_000000000180	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2997.0	99.9	100.0	0.0004956692246177637	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	False
ENG0052_000000001230	16273	0.9262062830276236	20	17	7	8	16	True	123792	fragment	False	CHI0111_000000001519	0.5252171969917848		0	0	False	False	1.0	0					non-mobilizable	chromosome	6361.0	97.61	99.0	0.0009821944819202086	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	True
FIJ0046_000000009726	2973	0.926205597717454	3	3	3	3	3	False	56343	fragment	False	FIJ0046_000000009726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000010182	2353	0.9262021973752398	2	2	1	2	2	False	41737	maximal	True	FIJ0115_000000010182	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	82.45200000000001	47.0	0.19903961584633853	CP052403.1	enterobacteria	Klebsiella pneumoniae strain C17KP0039 plasmid pC17KP0039-4, complete sequence	True	False
ISR0113_000000001376	9213	0.9261956021393574	14	6	4	6	2	True	52617	fragment	False	ISR0113_000000001376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2151.0	93.259	61.0	0.03803211285577571	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0086_000000006488	2184	0.9261905449283828	4	3	3	3	3	False	60158	fragment	False	SPA0086_000000006488	1.0		0	0	False	False	0.9963369965553284	0					non-mobilizable	chromosome	2184.0	100.0	100.0	0.0011228609447565788	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0391_000000001520	6787	0.9261887428490476	8	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.6667183427488738		0	0	False	True	0.998084545135498	0					non-mobilizable	no_good_hit	83.0	100.0	2.0	0.002300462898022163	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0249_000000010355	1907	0.9261868607786736	3	3	3	3	2	False	128272	fragment	False	AST0099_000000008733	0.6985529709472238		0	0	False	False	0.9779759049415588	0					non-mobilizable	other	1865.0	98.552	98.0	0.014252616930334982	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ENG0202_000000001965	12513	0.9261835114310788	16	10	7	10	6	False	122879	fragment	False	ENG0202_000000001965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	78.88600000000001	3.0	0.0017866610115576291	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
MON0085_000000001827	7369	0.9261755788594986	6	3	1	1	3	True	70178	maximal	True	MON0085_000000001827	1.0		2	1	False	False	0.9990500807762146	0					non-mobilizable	no_good_hit	1867.0	95.98299999999999	50.0	0.2322829742184581	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0200_000000012495	1948	0.9261628749487748	3	3	2	3	1	False	28772	maximal	True	ISR0200_000000012495	1.0		0	0	False	False	0.9928131699562073	0					non-mobilizable	no_good_hit	1197.0	99.415	61.0	0.0005052986589923287	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
MON0063_000000019672	1510	0.9261560373341718	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.287503766630665		0	0	False	False	0.9887416958808899	0					non-mobilizable	other	1493.0	98.125	100.0	0.00041404935268340634	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0399_000000004479	3238	0.9261516482334382	4	3	2	3	2	False	115553	fragment	False	ISR0399_000000004479	1.0		0	0	False	False	0.9876466989517212	0					non-mobilizable	chromosome	2738.0	94.777	94.0	0.0008592286547397997	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0143_000000004223	4428	0.9261514024200024	8	5	3	4	3	True	131629	maximal	True	CHI0143_000000004223	1.0		24	7	False	False	0.9995483160018921	0					non-mobilizable	other	3302.0	97.85	100.0	0.07616169073877532	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
FIJ0075_000000007404	2591	0.9261313062926974	4	2	2	2	1	False	110241	fragment	False	FIJ0075_000000007404	1.0		0	0	False	False	0.9996140599250793	0					non-mobilizable	no_good_hit	118.0	97.458	5.0	3.49780908599259e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0123_000000004543	2330	0.9261313062926974	5	2	2	2	1	False	110238	fragment	False	ENG0123_000000004543	0.9837518831466562		0	0	False	False	0.995708167552948	0					non-mobilizable	no_good_hit	155.0	95.484	7.0	4.6039538396825546e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0089_000000010275	2181	0.9261313062926974	4	2	2	2	1	False	110238	fragment	False	ENG0123_000000004543	0.932970910824988		0	0	False	False	0.9981659650802612	0					non-mobilizable	no_good_hit	56.0	98.214	3.0	1.6442692284580552e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0179_000000011275	2100	0.9261313062926974	4	2	2	2	1	False	110238	fragment	False	ENG0123_000000004543	0.6288984263233189		0	0	False	False	0.9895238280296326	0					non-mobilizable	no_good_hit	155.0	96.774	12.0	4.6039538396825546e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0073_000000000442	35356	0.9261253964674868	33	21	7	16	13	True	62739	fragment	False	ENG0073_000000000442	1.0		0	0	False	False	0.9999716877937317	0					non-mobilizable	no_good_hit	12075.0	98.85700000000001	89.0	0.06497646716712081	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
MAD0083_000000001625	5111	0.9261243654685891	8	6	3	4	6	True	35531	fragment	False	MAD0083_000000001625	1.0		0	0	False	False	1.0	0		MOBC			mobilizable	other	5110.0	98.337	99.0	0.08035882908404154	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
ISR0058_000000004651	4877	0.9261243654685891	7	6	3	4	6	True	35530	fragment	False	ISR0058_000000004651	1.0		0	0	False	False	1.0	0		MOBC			mobilizable	other	4874.0	98.666	99.0	0.07666037141957822	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
SPA0111_000000005027	6276	0.9261243155598278	8	7	7	7	5	False	84742	fragment	False	ISR0776_000000003562	0.6328865321353169		0	0	False	False	0.9987252950668335	0					non-mobilizable	chromosome	6257.0	99.632	99.0	0.0015697326636877878	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0172_000000002283	7019	0.9261241277662214	9	4	3	3	1	False	29949	maximal	True	ISR0172_000000002283	1.0		1	1	True	True	0.9971505999565125	36					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.3451014075054803e-07	LR597462.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 5	True	True
FIJ0098_000000018796	1282	0.9261239405819024	1	1	1	1	1	False	43628	fragment	False	FIJ0088_000000022875	0.926605504587156		0	0	False	False	0.9992199540138245	0					non-mobilizable	no_good_hit								True	False
AST0153_000000019417	1726	0.9261095575440672	2	2	2	2	2	False	131391	fragment	False	ISR0174_000000012537	0.6953754315304949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	76.077	12.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
ENG0174_000000000579	22549	0.9261089017591436	34	13	11	11	7	True	128767	maximal	True	ENG0174_000000000579	1.0		1	1	False	False	0.9995565414428711	0					non-mobilizable	no_good_hit	6265.0	96.12100000000001	70.0	0.03603972029905422	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0091_000000003729	5902	0.9261062489406324	7	4	1	2	4	False	121790	backbone	False	ISR0085_000000003385	0.9996711881475524	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1086.0	93.831	41.0	0.1206762317873429	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0052_000000032141	1175	0.9261050557911522	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.12018676359623111		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	100.0	100.0	0.00048348212557521605	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0255_000000021043	1572	0.9261034259266628	1	1	1	1	1	False	99069	maximal	True	ISR0255_000000021043	1.0		0	0	False	False	0.9980915784835815	0					non-mobilizable	no_good_hit	622.0	73.312	39.0	0.00017438747469811843	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0044_000000000815	19825	0.926101667470482	21	21	8	16	19	True	45523	fragment	False	MAD0044_000000000815	1.0		0	0	False	False	0.9997982382774353	0			MPF_I		non-mobilizable	plasmid	19807.0	99.818	99.0	0.22990934101013383	CP023387.1	enterobacteria	Escherichia coli strain 1190 plasmid p86, complete sequence	False	True
AST0016_000000003681	6846	0.9260974550977856	11	6	4	4	2	True	123859	maximal	False	ENG0045_000000001528	0.9766336002765188		0	0	True	True	1.0	21		MOBB			mobilizable	no_good_hit	2653.0	97.851	84.0	0.34608355091383813	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
MAD0038_000000004766	2768	0.9260967863084076	5	2	2	2	1	False	18561	maximal	True	MAD0038_000000004766	1.0		3	1	False	False	0.9960260391235352	0					non-mobilizable	no_good_hit								True	False
ISR0263_000000005703	2385	0.9260924465976432	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.3315038588072714		0	0	False	False	0.9995807409286499	0					non-mobilizable	no_good_hit								True	True
ISR0844_000000004476	2937	0.9260857160428564	7	5	4	4	4	True	97955	fragment	False	ISR0844_000000004476	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2937.0	99.86399999999999	100.0	0.024549726574911786	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
FIJ0004_000000002535	9611	0.9260743592113196	9	4	3	4	1	True	81582	maximal	True	FIJ0004_000000002535	1.0	PS357|PS401	0	0	False	True	0.9987514019012451	0					non-mobilizable	no_good_hit	1170.0	95.556	36.0	0.29757343550446996	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0068_000000012992	2440	0.9260704218411404	4	3	3	3	2	False	45083	maximal	True	FIJ0068_000000012992	1.0		1	1	False	False	0.9930328130722046	0					non-mobilizable	no_good_hit	887.0	99.436	36.0	0.00031239829866335135	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0194_000000008063	2961	0.9260642639338788	5	3	1	2	2	False	110788	maximal	True	ISR0194_000000008063	1.0		0	0	False	False	0.9972981810569763	0					non-mobilizable	no_good_hit	2350.0	91.617	87.0	0.0005080070175853126	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0040_000000006617	4138	0.9260640110708404	7	1	1	1	1	False	39270	fragment	False	ISR0040_000000006617	1.0		0	0	False	False	0.9995166659355164	0					non-mobilizable	no_good_hit	90.0	86.667	2.0	0.01846856194231168	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
FIJ0105_000000009636	3138	0.9260640110708404	4	1	1	1	1	False	72488	fragment	False	FIJ0105_000000009636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0148_000000008068	2215	0.9260640110708404	2	1	1	1	1	False	39918	fragment	False	FIJ0148_000000008068	1.0		0	0	False	False	0.993228018283844	0					non-mobilizable	no_good_hit								True	False
ISR0287_000000006583	1919	0.9260640110708404	4	1	1	1	1	False	26000	fragment	False	ISR0287_000000006583	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000029425	1618	0.9260640110708404	3	1	1	1	1	False	72475	fragment	False	DEN0051_000000029425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0278_000000008978	1350	0.9260640110708404	3	1	1	1	1	False	26265	fragment	False	ISR0278_000000008978	1.0		0	0	False	False	0.9888888597488403	0					non-mobilizable	no_good_hit								True	False
ISR0303_000000007804	1726	0.926062088244402	3	2	2	2	1	False	126657	maximal	True	ISR0303_000000007804	1.0		0	0	False	False	0.9878331422805786	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.000163817413791086	NZ_SPFU01000013.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_13_length_170922_cov_30.4897, whole genome shotgun sequence	True	False
CHI0027_000000014999	1148	0.9260501958439428	1	1	1	1	1	False	88798	maximal	False	ENG0148_000000029248	0.9411575313713744		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	99.304	100.0	0.0006906123048102832	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0095_000000005902	4420	0.9260384834752434	5	4	4	4	4	False	33428	maximal	True	ISR0095_000000005902	1.0		2	1	False	False	0.9957013726234436	0					non-mobilizable	no_good_hit	309.0	75.081	7.0	0.000450516321246202	NZ_CYXL01000001.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
FIJ0005_000000007645	3886	0.926024653501774	6	5	5	5	5	False	115018	fragment	False	FIJ0005_000000007645	1.0		0	0	False	False	0.9989706873893738	0					non-mobilizable	no_good_hit	1368.0	79.094	50.0	0.0005971002497124099	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0107_000000004147	6593	0.9260195516907384	14	2	2	2	2	False	66702	fragment	False	FIJ0107_000000004147	1.0		0	0	False	False	0.9993932843208313	0					non-mobilizable	no_good_hit	1866.0	82.208	29.0	0.009957027000829304	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
SPA0055_000000002822	9887	0.9260147312240852	10	7	6	6	5	False	129101	fragment	False	SPA0055_000000002822	0.9476541692276172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	75.926	14.0	0.014397834912043302	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	False
ISR0837_000000000491	13661	0.9260091513891996	16	8	4	6	5	False	20912	maximal	True	ISR0837_000000000491	1.0		1	1	False	False	0.9993411898612976	0					non-mobilizable	no_good_hit	1493.0	90.221	45.0	0.026388544288094142	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0058_000000025052	2009	0.9260068548699228	3	3	2	3	3	False	126988	fragment	False	ENG0063_000000015506	0.9580912769842289		0	0	False	False	1.0	0					non-mobilizable	chromosome	2010.0	94.527	99.0	0.0008870328948356053	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0027_000000008267	2095	0.9259999139347324	3	3	3	3	3	False	95837	fragment	False	ENG0037_000000014990	0.835952167198462		0	0	False	False	0.9961813688278198	0					non-mobilizable	chromosome	2095.0	99.475	100.0	0.00029542001584230415	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0114_000000022349	2089	0.9259999139347324	3	3	3	3	3	False	95837	fragment	False	ENG0037_000000014990	0.8359823409884941		0	0	False	False	1.0	0					non-mobilizable	chromosome	2089.0	99.37799999999999	100.0	0.00029457313572044374	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0842_000000010632	2084	0.9259999139347324	3	3	3	3	3	False	95837	fragment	False	ENG0037_000000014990	0.8348577825656847		0	0	False	False	1.0	0					non-mobilizable	chromosome	2084.0	99.47200000000001	100.0	0.00029386740228556007	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
AUS0020_000000001650	13648	0.9259917056947168	13	5	5	4	3	True	99719	fragment	False	AUS0020_000000001650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	96.25	1.0	0.003499136289143819	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	True	True
MAD0034_000000003566	4225	0.9259901142432966	4	2	2	2	1	True	97592	fragment	False	MON0047_000000007913	0.5936058716376861		0	0	False	False	0.9995266199111938	0					non-mobilizable	no_good_hit								True	True
MAD0111_000000001091	13744	0.9259825791777424	13	12	2	2	11	False	20002	fragment	False	MAD0111_000000001091	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	13744.0	99.971	100.0	0.15791287961484102	CP057452.1	enterobacteria	Escherichia coli strain RHB26-C18 plasmid pRHB26-C18_3, complete sequence	False	True
ISR0129_000000000276	38440	0.9259799626395896	52	33	14	23	25	True	105000	maximal	True	ISR0129_000000000276	1.0	PS628|PS64	22	6	True	True	0.9999740123748779	73					non-mobilizable	no_good_hit	401.0	96.259	1.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
ENG0017_000000000597	29030	0.9259676718611782	24	7	5	5	3	True	95902	fragment	False	ENG0017_000000000597	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	934.0	85.546	5.0	0.0002455103112978816	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0099_000000008556	2622	0.9259594928439048	2	2	2	2	2	False	102238	fragment	False	SPA0095_000000007488	0.9713874540956989		0	0	False	False	0.9996185898780823	0					non-mobilizable	other	2622.0	99.695	100.0	0.006951424896232545	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0043_000000001311	5231	0.9259593717616684	6	6	2	3	6	False	127640	backbone	False	CHI0066_000000002654	0.9838998745846772	PS1015|PS542	0	0	True	True	1.0	151	rep_cluster_2131,rep_cluster_2134	MOBQ			mobilizable	plasmid	5127.0	99.961	100.0	0.9920634920634921	CP041341.1	enterobacteria	Escherichia coli strain CCUG 73778 plasmid pSUH-4, complete sequence	False	True
ENG0102_000000003399	6868	0.9259586725780234	10	8	5	7	7	False	106134	fragment	False	ENG0102_000000003399	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6622.0	98.71600000000001	96.0	0.002085032117059345	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0083_000000017392	1716	0.925952864321732	2	2	2	2	1	False	69093	fragment	False	DEN0083_000000017392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0193_000000004970	5403	0.9259347998048364	6	4	4	3	2	False	130467	fragment	False	ISR0193_000000004970	0.9815567238278575		0	0	False	False	0.9840829372406006	0					non-mobilizable	no_good_hit	4453.0	99.978	82.0	0.007103968137458273	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0063_000000003404	5108	0.9259347998048364	6	4	4	3	2	False	130467	fragment	False	ISR0193_000000004970	0.9495332312271184		0	0	False	False	0.9996084570884705	0					non-mobilizable	no_good_hit	4202.0	99.619	82.0	0.006703452413625832	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0213_000000017446	1555	0.9259347670732866	2	2	2	2	1	False	108426	fragment	False	ISR0213_000000017446	0.9919536635071903		0	0	False	False	0.9755626916885376	0					non-mobilizable	other	1441.0	99.861	93.0	0.006143633020320919	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
FIJ0005_000000029298	1262	0.925929674767298	3	1	1	1	1	False	51853	fragment	False	FIJ0005_000000029298	1.0		0	0	False	False	0.9944532513618469	0					non-mobilizable	no_good_hit								True	False
SPA0131_000000007445	3212	0.9259288736224098	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.24620961257533322	PS849	0	0	False	True	0.9993773102760315	0					non-mobilizable	other	3177.0	99.969	100.0	0.001765739319945738	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
SPA0094_000000001697	9429	0.9259277467194796	12	11	2	6	10	True	43204	fragment	False	FIJ0094_000000001508	0.9419475655430711		0	0	False	False	1.0	0					non-mobilizable	plasmid	9432.0	97.59299999999999	100.0	0.22194989748544763	CP061364.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed1, complete sequence	False	True
ENG0149_000000001656	13977	0.9259183491642377	18	9	3	9	3	True	105213	fragment	False	ENG0149_000000001656	1.0		0	0	False	False	0.9996422529220581	0					non-mobilizable	other	13417.0	99.948	100.0	0.3523756993144748	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
AST0102_000000025312	1240	0.9258905081602024	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.04342118015029123		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	99.677	100.0	0.0004248893967290718	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
SPA0026_000000004058	5975	0.9258893045580509	8	6	3	6	5	False	106004	fragment	False	SPA0026_000000004058	0.9647068877115024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	86.441	1.0	0.00019280227782119655	NZ_QGTQ01000005.1	firmicutes	Paenibacillus cellulosilyticus strain CECT 5696 Ga0244610_105, whole genome shotgun sequence	True	False
USA0132_01_000000003037	6228	0.9258881426191126	12	2	1	1	2	True	24051	fragment	False	USA0132_01_000000003037	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5168.0	99.439	99.0	0.0017547656411111862	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
DEN0005_000000010474	3154	0.9258877188304436	4	4	3	4	2	False	76529	maximal	True	DEN0005_000000010474	1.0		0	0	False	False	0.9996829628944397	0					non-mobilizable	no_good_hit	1165.0	95.45100000000001	65.0	0.001271600271799096	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MON0093_000000018724	2325	0.9258809582298436	3	2	2	2	1	True	124796	fragment	False	MON0093_000000018724	1.0		0	0	False	False	0.9677419066429138	0					non-mobilizable	no_good_hit	139.0	94.964	6.0	0.0008517887563884157	NZ_SPFY01000002.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_2_length_162012_cov_22.7863, whole genome shotgun sequence	True	True
SPA0157_000000000051	26239	0.925877279131843	22	11	8	10	4	True	103146	fragment	False	USA0051_01_000000000617	0.6370437656914323		0	0	False	False	0.9995808005332947	0					non-mobilizable	no_good_hit	74.0	91.89200000000001	0.0	4.679466181882517e-05	NZ_CP024870.1	mycoplasmas	Spiroplasma clarkii strain CN-5 chromosome, complete genome	True	True
ISR0271_000000017260	1157	0.9258745211683588	2	2	1	2	1	False	26405	fragment	False	ISR0271_000000017260	1.0		0	0	False	False	0.9844425320625305	0					non-mobilizable	chromosome	1157.0	99.309	100.0	0.0002529096090993202	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
MAD0107_000000003694	9337	0.925873996742487	13	8	4	5	6	True	104959	maximal	True	MAD0107_000000003694	1.0	PS624	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2839.0	97.887	75.0	0.22880193626462283	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0038_000000003641	7183	0.9258709016008864	7	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.6930487066549912		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	584.0	84.24700000000001	9.0	0.007245016704831263	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0056_000000008822	2456	0.925863982369342	3	2	1	1	1	True	66136	fragment	False	FIJ0056_000000008822	0.9997941539728283		0	0	False	False	0.9983713626861572	0					non-mobilizable	no_good_hit	1212.0	75.413	61.0	0.10859937257796641	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0060_000000006209	4756	0.92585732008853	6	4	3	4	2	True	52239	maximal	True	ISR0060_000000006209	1.0		0	0	False	False	0.9880151152610779	0					non-mobilizable	no_good_hit	173.0	80.925	4.0	0.0008292993384891324	NZ_CZBD01000007.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
MON0029_000000015131	1977	0.9258563036376468	2	2	2	2	2	False	92181	fragment	False	SPA0100_000000012690	0.714837880304369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
ENG0100_000000014813	2052	0.9258528096172876	5	3	1	1	3	False	113354	fragment	False	ENG0100_000000014813	1.0		0	0	False	False	0.9951267242431641	0					non-mobilizable	virus	2033.0	98.37700000000001	99.0	0.3288003885381253	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
MON0071_000000010341	1162	0.925851565067732	2	2	2	2	2	False	10409	fragment	False	MON0071_000000010341	0.9529616724738676		0	0	False	False	0.9922547340393066	0					non-mobilizable	other	1172.0	75.939	99.0	0.010385331614381894	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0011_000000002450	13027	0.9258479982550992	19	7	2	4	5	False	110888	maximal	True	CAN0011_000000002450	1.0		2	1	False	False	0.9999232292175293	0					non-mobilizable	no_good_hit	2508.0	99.641	46.0	0.03812116051335077	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
FIJ0138_000000008278	2199	0.9258476338089278	4	3	2	2	2	False	40479	maximal	True	FIJ0138_000000008278	1.0		2	1	False	False	0.9990904927253723	0					non-mobilizable	no_good_hit	778.0	80.72	35.0	0.016225898219365716	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
MAD0002_000000000833	19060	0.9258476113966596	17	9	3	8	5	False	111148	maximal	True	MAD0002_000000000833	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	1281.0	99.92200000000001	16.0	0.0003460938309045027	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0312_000000001721	7616	0.925843283543867	12	5	4	4	1	True	93301	maximal	True	ISR0312_000000001721	1.0		1	1	False	False	0.9964548349380493	0					non-mobilizable	no_good_hit	2767.0	91.36200000000001	58.0	0.10921951804340008	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0018_000000007448	2319	0.925837798608216	5	3	2	2	2	True	89560	fragment	False	CHI0018_000000007448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	90.428	34.0	0.0003194460020867233	CP013328.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F319 genome	True	True
CHI0108_000000001370	5156	0.9258357784418316	5	5	4	5	5	True	82946	maximal	True	CHI0108_000000001370	1.0		1	1	False	False	1.0	0	rep_cluster_1304				non-mobilizable	chromosome	4182.0	98.398	100.0	0.0008172976152115901	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	True
MON0015_000000017897	2106	0.9258311738961421	3	3	3	3	3	False	20032	fragment	False	MAD0041_000000014251	0.6803519875557785		0	0	False	False	0.9995251893997192	0					non-mobilizable	other	2107.0	98.434	100.0	0.0010025993316004455	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
SPA0022_000000012087	1103	0.925827189122183	1	1	1	1	1	False	7663	maximal	True	SPA0022_000000012087	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0122_000000002329	13413	0.9258235662419836	18	17	1	11	17	True	97749	fragment	False	SPA0117_000000002342	0.9412986445124618		0	0	False	False	0.999925434589386	0			MPF_F		non-mobilizable	plasmid	13413.0	99.993	100.0	0.1034621081214515	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0023_000000003015	5702	0.9258170998586432	11	9	8	9	9	False	125086	fragment	False	SPA0155_000000001948	0.3612947892992609		0	0	False	False	0.9945632815361023	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	11.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CAN0020_000000000648	35195	0.92580156608522	48	16	6	12	10	False	91947	maximal	True	CAN0020_000000000648	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	1243.0	75.623	7.0	0.00990372282564577	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
FIJ0010_000000000802	19905	0.9258014658923129	12	9	7	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.9691092256718769		0	0	False	False	0.9998995065689087	0					non-mobilizable	no_good_hit	149.0	95.302	1.0	3.867977653225933e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0272_000000000634	16682	0.9258014410237247	17	15	9	11	13	True	123702	fragment	False	ENG0167_000000001303	0.9704584714176365		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	12439.0	97.556	78.0	0.12396215870988345	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0253_000000000612	15117	0.9258014410237247	16	15	9	11	13	True	123702	fragment	False	ENG0167_000000001303	0.8560939365350254		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	12434.0	97.571	86.0	0.12396215870988345	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
MON0009_000000003676	6577	0.9257987683014114	11	2	1	2	1	False	81259	maximal	True	MON0009_000000003676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	86.667	2.0	0.00024394111261541465	NZ_LR215032.1	mycoplasmas	Mycoplasma gallopavonis strain NCTC10186 plasmid 2	True	False
ISR0205_000000001406	14354	0.9257959110231956	10	10	9	8	6	True	91123	fragment	False	ISR0205_000000001406	1.0		0	0	False	False	0.9999303221702576	0					non-mobilizable	other	9086.0	99.846	98.0	0.0017108051894737931	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0204_000000001132	13974	0.9257910947154956	16	12	2	7	8	False	111569	fragment	False	ENG0204_000000001132	0.9973686134054529		0	0	False	False	1.0	0					non-mobilizable	chromosome	13900.0	99.89200000000001	99.0	0.0025217050056905734	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0013_000000015628	1740	0.9257898251129838	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4946267019727837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0002_000000015292	1540	0.9257898251129838	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.2599448333081174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.088885873252816e-05	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0004_000000007667	3472	0.9257845456559778	6	3	1	2	2	False	52079	maximal	True	FIJ0004_000000007667	1.0		3	1	False	False	0.9896313548088074	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	1.1997655516963097e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0146_000000005935	4011	0.9257767784439942	5	5	4	4	5	True	123628	fragment	False	USA0108_01_000000001009	0.03839771125565648		0	0	False	True	1.0	0					non-mobilizable	plasmid	4011.0	99.975	100.0	0.12945506198347106	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0187_000000000182	46164	0.9257711325228368	43	28	19	22	25	True	127254	maximal	True	ISR0187_000000000182	1.0	PS994|PS995	1	1	False	True	0.9999566674232483	0					non-mobilizable	no_good_hit	5328.0	92.64299999999999	59.0	0.0023409897503326926	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ISR0169_000000009623	3060	0.9257583501651664	6	3	2	2	3	False	129190	fragment	False	ISR0169_000000009623	0.9855193075898802		0	0	False	False	1.0	0					non-mobilizable	other	2041.0	100.0	98.0	0.0005001629207160862	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0047_000000009695	3004	0.9257583501651664	6	3	2	2	3	False	129190	fragment	False	ISR0169_000000009623	0.9766339869281047		0	0	False	False	1.0	0					non-mobilizable	other	2128.0	99.81200000000001	100.0	0.0005214933982172134	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0112_000000011761	2307	0.9257583501651664	5	3	2	2	3	False	129191	fragment	False	FIJ0112_000000011761	1.0		0	0	False	False	0.9952319264411926	0					non-mobilizable	no_good_hit	1190.0	96.975	89.0	0.00029127134794642667	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0056_000000001215	2086	0.9257583501651664	5	3	2	2	3	False	129184	fragment	False	DEN0056_000000001215	0.981284774911482		0	0	False	False	0.9995205998420715	0					non-mobilizable	other	1192.0	99.74799999999999	96.0	0.0002917617037510503	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AUS0002_000000018528	1977	0.9257583501651664	4	3	2	2	3	False	129184	fragment	False	DEN0056_000000001215	0.9561361457334612		0	0	False	False	0.986848771572113	0					non-mobilizable	other	1102.0	99.819	100.0	0.0002699408704452995	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0046_000000002187	9433	0.9257579721567528	15	15	5	13	13	True	44074	fragment	False	MAD0046_000000002187	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	6103.0	100.0	100.0	0.09954810186469158	MK092064.1	enterobacteria	Escherichia coli strain 39R861 plasmid 39R861-3, complete sequence	False	True
ENG0175_000000004715	5405	0.9257539091915028	7	7	3	3	5	True	127274	maximal	True	ENG0175_000000004715	1.0	PS757|PS758|PS996	1	1	False	True	0.9983348846435547	0	rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4419.0	99.796	82.0	0.9023493360572012	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	True	True
ISR0071_000000002475	3132	0.9257529613249862	4	4	4	4	4	False	120077	fragment	False	ISR0155_000000005779	0.6340440906889788		0	0	False	False	0.9865900278091431	0					non-mobilizable	chromosome	3133.0	98.085	100.0	0.0007003911766370442	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0116_000000001681	16972	0.9257466123170524	20	18	11	10	16	True	121787	fragment	False	CHI0148_000000000540	0.996913943098989		0	0	False	False	0.9999410510063171	0					non-mobilizable	no_good_hit	4272.0	74.883	25.0	0.009655768755661698	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
AST0061_000000001117	18574	0.9257454126825446	18	8	5	8	2	True	112212	fragment	False	AST0061_000000001117	1.0		0	0	False	False	0.999138593673706	0					non-mobilizable	no_good_hit	8913.0	85.785	85.0	0.1224523681042713	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
FIJ0091_000000000627	26347	0.9257399393640552	17	9	5	8	5	True	124902	fragment	False	ENG0161_000000000569	0.9220788242040712		0	0	False	False	0.9999620318412781	0					non-mobilizable	no_good_hit	945.0	96.931	4.0	0.9989384288747346	GQ883038.1		Uncultured organism clone VC1D785TF genomic sequence	True	True
ISR0027_000000000708	27888	0.925731306588314	27	22	21	21	17	True	71636	maximal	True	ISR0027_000000000708	1.0		1	1	False	False	0.9998207092285156	0					non-mobilizable	no_good_hit	4304.0	96.81700000000001	68.0	0.002900713752200983	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0334_000000005833	3364	0.92573100545067	5	3	2	1	2	False	108233	fragment	False	ISR0334_000000005833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0053_000000010412	3385	0.9257306585218408	5	5	4	4	3	False	124031	fragment	False	MON0053_000000010412	0.9673359304764758		0	0	False	False	0.9994091391563416	0					non-mobilizable	no_good_hit	1913.0	96.184	56.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0022_000000022769	1440	0.9257303114832044	2	1	1	1	1	False	91262	fragment	False	CAN0022_000000022769	1.0		0	0	False	False	0.9756944179534912	0					non-mobilizable	no_good_hit	66.0	84.848	5.0	1.787746127948165e-05	CP061473.1	firmicutes	Geobacillus sp. 47C-IIb chromosome, complete genome	True	False
DEN0031_000000008219	3899	0.9257284449094716	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.36945939112985887		0	0	False	False	1.0	0					non-mobilizable	chromosome	3899.0	99.0	100.0	0.0013737315566922745	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0041_000000003961	6351	0.9257254672721604	7	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.5350699268650464		0	0	False	True	0.9996851086616516	0					non-mobilizable	no_good_hit	489.0	72.188	8.0	0.0012270887577015288	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	True
ENG0005_000000003755	6350	0.9257254672721604	9	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.5346893316288746		0	0	False	True	0.9998425245285034	0					non-mobilizable	no_good_hit	489.0	72.188	8.0	0.0012270887577015288	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	True
SPA0087_000000001794	8445	0.9257214628669621	10	6	3	4	5	True	84606	maximal	False	ISR0830_000000002016	0.9178151830094894		0	0	False	True	0.9956187009811401	0					non-mobilizable	no_good_hit	3285.0	82.04	48.0	0.3501836249729963	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CHI0092_000000003163	3050	0.9257138422587232	5	5	4	5	5	False	87994	fragment	False	CHI0092_000000003163	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3050.0	100.0	100.0	0.0006396705686081826	CP025630.1	enterobacteria	Klebsiella pneumoniae strain LS359 chromosome	False	False
FIJ0007_000000000859	16821	0.92571272384779	24	23	9	8	21	False	51625	fragment	False	FIJ0007_000000000859	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	16821.0	99.227	100.0	0.15090886253117766	CP034747.1	enterobacteria	Escherichia coli strain L100 plasmid pL100-3	False	True
USA0062_01_000000004677	5522	0.9257112744056386	6	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.3738846904752551		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	427.0	72.365	8.0	0.001074991621767936	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	True
SPA0120_000000016862	2468	0.9257080392458009	5	2	1	1	2	True	121564	fragment	False	ISR0353_000000013571	0.32092606804809415		0	0	False	False	0.997163712978363	0					non-mobilizable	chromosome	2468.0	98.58200000000001	100.0	0.0010269444925470553	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
MON0019_000000022517	2915	0.9257075483993376	5	4	3	4	3	False	56945	fragment	False	MON0019_000000022517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0021_000000017162	1908	0.9257020809869178	3	2	2	2	1	True	58907	fragment	False	SPA0021_000000017162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	91.509	28.0	0.009357388437954134	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0166_000000010872	2570	0.9256946355719264	3	3	2	2	2	False	56163	maximal	True	ENG0166_000000010872	1.0		1	1	False	False	0.994163453578949	0					non-mobilizable	other	2311.0	92.99	90.0	0.000723008644423094	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
ENG0210_000000004267	4726	0.9256898099465724	8	3	2	3	2	False	53754	maximal	True	ENG0210_000000004267	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	1.4265274185702486e-06	CP050229.1	eudicots	Morus alba cultivar Heyebai chromosome 6	True	False
ENG0067_000000020921	1237	0.9256866989153716	2	1	1	1	1	False	62643	fragment	False	ENG0067_000000020921	1.0		0	0	False	False	0.9943411350250244	0					non-mobilizable	no_good_hit	68.0	85.294	5.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
FIJ0081_000000015629	2262	0.9256839370412556	4	4	4	4	4	False	125785	maximal	True	FIJ0081_000000015629	1.0		40	10	False	False	1.0	0					non-mobilizable	no_good_hit	1556.0	73.20100000000001	67.0	0.0005319052525469408	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0134_000000005882	5902	0.925679507826976	9	4	2	3	3	False	58224	fragment	False	ENG0134_000000005882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1474.0	76.594	35.0	0.1280819434372734	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
CHI0131_000000003441	4247	0.9256736625680289	6	5	4	4	5	True	123628	fragment	False	USA0108_01_000000001009	0.03000737594033222		0	0	False	True	1.0	0					non-mobilizable	plasmid	2238.0	98.34700000000001	90.0	0.07221720041322315	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0151_000000007166	2598	0.9256691763774972	6	2	1	1	2	True	120073	backbone	False	ISR0842_000000008264	0.9812427634319104	PS827|PS829	0	0	True	True	0.9996150732040405	12	rep_cluster_1143				non-mobilizable	plasmid	1271.0	94.965	95.0	0.32380709364633836	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
CHI0046_000000002621	4502	0.925655161397828	5	5	5	5	5	False	104460	fragment	False	CHI0046_000000002621	1.0		0	0	False	False	0.9988893866539001	0					non-mobilizable	no_good_hit	1629.0	77.655	36.0	0.002340452390729313	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
CHI0113_000000004031	1906	0.9256454588977958	2	2	1	1	2	True	82351	fragment	False	CHI0113_000000004031	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1906.0	99.948	100.0	0.012024010149400693	MG516909.1	enterobacteria	Escherichia coli plasmid pEc1675, complete sequence	False	True
ISR0016_000000016726	1335	0.9256449096355168	1	1	1	1	1	False	37893	maximal	True	ISR0016_000000016726	1.0		0	0	False	False	0.976779043674469	0					non-mobilizable	no_good_hit	922.0	95.77	69.0	0.006151071929473052	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
CHI0123_000000005083	2694	0.9256447762024499	3	3	3	3	2	False	81716	fragment	False	CHI0123_000000005083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	83.385	54.0	0.00017864083878287032	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CAN0020_000000005326	6569	0.9256412403157172	7	6	3	2	4	True	118167	fragment	False	CAN0020_000000005326	0.9978155611054237		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	4524.0	99.779	100.0	0.5055903398926654	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
FIJ0106_000000004080	5946	0.9256317276130864	9	9	4	4	9	True	118168	backbone	False	FIJ0074_000000005173	0.8468560938004329	PS799	0	0	False	True	0.9996636509895325	0	rep_cluster_1097	MOBB			mobilizable	plasmid	5912.0	98.917	99.0	0.6612199216564074	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0002_000000002009	4723	0.9256222233772206	7	5	2	2	4	True	91036	fragment	False	CHI0002_000000002009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	97.85600000000001	30.0	0.00032853867228028376	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
MON0096_000000003369	8098	0.9256192969957096	7	5	4	4	2	True	97595	fragment	False	MON0096_000000003369	1.0		0	0	False	False	0.9943195581436157	0					non-mobilizable	no_good_hit	188.0	92.553	3.0	4.98835738726379e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0047_000000002336	8249	0.9256101214027376	12	6	5	6	5	False	115470	maximal	True	AST0047_000000002336	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1837.0	84.54	41.0	0.0005665100182988025	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0108_000000001551	9478	0.9256062306756012	11	10	6	6	8	False	14626	maximal	True	MAD0108_000000001551	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	9479.0	99.87299999999999	100.0	0.037420797320144736	AP022342.1	firmicutes	Enterococcus faecium KUHS13 plasmid pKO1 DNA, complete genome	False	True
SPA0048_000000009854	2018	0.9256002240393072	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9594272196675543		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	95.402	95.0	0.0005309606722539725	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0043_000000018324	1879	0.9256002240393072	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.8279786273827868		0	0	False	False	0.9898882508277893	0					non-mobilizable	other	1824.0	95.01100000000001	97.0	0.0005059677535809298	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0006_000000001946	13681	0.9255939865599642	16	12	2	7	8	False	111569	fragment	False	ENG0204_000000001132	0.9869400314870473		0	0	False	False	1.0	0					non-mobilizable	chromosome	13615.0	99.919	99.0	0.0024699972622110556	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
AUS0024_000000001293	18665	0.9255727045701396	17	9	5	9	4	True	117531	fragment	False	AUS0024_000000001293	0.9876983468789738		0	0	False	True	0.9998928308486938	0					non-mobilizable	no_good_hit	251.0	72.908	1.0	0.0016046502635750834	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	True
DEN0026_000000012674	2314	0.9255717357362068	5	2	0	1	2	True	74181	maximal	True	DEN0026_000000012674	1.0		2	2	True	True	1.0	100	Col(MG828)				non-mobilizable	plasmid	1740.0	99.655	100.0	0.7711751662971175	CP056990.1	enterobacteria	Escherichia coli strain RHB41-C11 plasmid pRHB41-C11_6, complete sequence	False	True
MON0034_000000005649	3900	0.9255688284899928	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.30901670499458583		0	0	False	False	0.9997435808181763	0					non-mobilizable	chromosome	3900.0	99.30799999999999	100.0	0.0013740844289133617	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0042_000000006580	3895	0.9255688284899928	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.34714749528332883		0	0	False	False	1.0	0					non-mobilizable	chromosome	3895.0	99.949	100.0	0.0013740844289133617	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0116_000000021017	1283	0.9255644682761932	1	1	1	1	1	False	106129	fragment	False	AST0116_000000021017	1.0		0	0	False	False	0.980514407157898	0					non-mobilizable	chromosome	1266.0	97.709	99.0	0.00039872496267272435	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0087_000000032726	1194	0.9255644682761932	3	1	1	1	1	False	33808	fragment	False	ISR0087_000000032726	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1193.0	100.0	99.0	0.0003757155379493181	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0020_000000005476	3638	0.925557000697113	6	5	3	3	5	True	92222	fragment	False	ENG0020_000000005476	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	3485.0	100.0	96.0	0.48537196990805237	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	False	True
USA0125_01_000000008177	2978	0.9255528988102976	5	4	4	4	3	False	115016	fragment	False	SPA0153_000000005755	0.9764420186010316		0	0	False	False	0.9973136186599731	0					non-mobilizable	no_good_hit	423.0	84.87	35.0	0.00011831446016287489	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0816_000000014283	2888	0.9255504745866858	2	2	2	2	2	False	105491	fragment	False	CHI0039_000000003802	0.3224004572001832		0	0	False	False	1.0	0					non-mobilizable	other	2888.0	99.204	100.0	0.004150869065745338	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0383_000000000784	9981	0.9255442053921304	12	12	8	9	10	True	123636	maximal	True	ISR0383_000000000784	1.0	PS902	20	6	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	4958.0	96.975	86.0	0.15918091374480828	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0299_000000001323	5179	0.9255412676274926	9	4	1	3	2	False	130029	backbone	False	ISR0080_000000005952	0.9025681778591812	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	119					non-mobilizable	no_good_hit	2114.0	96.02600000000001	63.0	0.3953139643861293	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	True	True
ISR0119_000000006374	5103	0.9255412676274926	8	4	1	3	2	False	130029	backbone	False	ISR0080_000000005952	0.8967457655732168	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	513					non-mobilizable	no_good_hit	1978.0	96.916	60.0	0.3703842549203374	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	True	True
ENG0011_000000005344	4664	0.9255412676274926	7	4	1	3	2	False	130029	backbone	False	ISR0080_000000005952	0.4070527155388025	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1261.0	99.286	64.0	0.23617619493908154	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	True	True
SPA0089_000000009269	4185	0.9255412676274926	6	4	1	3	2	False	130029	backbone	False	ISR0080_000000005952	0.02515123240046642	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	0.9997610449790955	0					non-mobilizable	no_good_hit	1358.0	99.779	57.0	0.25435801312089973	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	True	True
ENG0183_000000007972	3472	0.9255391231076312	3	2	2	2	1	True	102968	fragment	False	ENG0183_000000007972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0154_000000009738	3071	0.9255391231076312	4	2	2	2	1	True	62174	maximal	True	ENG0154_000000009738	1.0		0	0	False	False	0.9990231394767761	0					non-mobilizable	no_good_hit								True	True
ENG0145_000000003459	9036	0.9255366659125628	14	8	4	5	6	True	122247	maximal	True	ENG0145_000000003459	1.0		1	1	True	True	1.0	45					non-mobilizable	no_good_hit	1730.0	80.809	62.0	0.18535320803629293	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0054_000000002507	9093	0.925524760617886	13	8	6	5	5	True	105167	maximal	True	FIJ0054_000000002507	1.0		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	2379.0	87.053	59.0	0.18967325534489712	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0066_000000009915	1293	0.9255241742805748	2	2	1	2	2	False	6067	fragment	False	SPA0066_000000009915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	100.0	9.0	0.00046547711404189296	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0024_000000009816	4346	0.9255236410300848	5	3	2	2	3	False	12950	maximal	True	MON0024_000000009816	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	75.087	13.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
SPA0027_000000020466	1831	0.9255213595760348	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.7547995220765814		0	0	False	False	1.0	0					non-mobilizable	other	1845.0	98.374	100.0	0.0025541687385813834	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MON0068_000000012793	3259	0.9255195643960352	5	4	3	4	3	True	124677	maximal	True	MON0068_000000012793	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	1073.0	86.58	83.0	0.000321855428803863	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0348_000000002623	4476	0.9255082375914438	3	3	2	3	2	False	24149	maximal	True	ISR0348_000000002623	1.0		0	0	False	False	0.9888293147087097	0	IncFIB				non-mobilizable	no_good_hit	1550.0	99.742	56.0	0.009884310810207193	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	True
CAN0003_000000025633	1931	0.9254984141606444	5	3	1	1	3	True	117314	fragment	False	CAN0003_000000025633	1.0		0	0	False	False	0.9922320246696472	0					non-mobilizable	chromosome	1935.0	98.501	100.0	0.0008779009542520094	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
MON0093_000000009310	4273	0.9254917267278046	4	3	2	1	2	False	63171	maximal	True	MON0093_000000009310	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0339_000000010296	1479	0.9254912301816124	2	1	1	1	1	False	27351	maximal	True	ISR0339_000000010296	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0234_000000010807	1345	0.9254912301816124	2	1	1	1	1	False	27350	fragment	False	ISR0234_000000010807	1.0		0	0	False	False	0.9962825179100037	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000016617	2340	0.9254829901531264	3	3	3	3	3	False	103270	fragment	False	CHI0109_000000006726	0.5446280911305451		0	0	False	False	1.0	0					non-mobilizable	chromosome	2340.0	96.88	100.0	0.0004666348125537139	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0062_000000010642	3250	0.925478848154792	5	1	1	1	1	False	35359	fragment	False	ISR0062_000000010642	1.0		0	0	False	False	0.9996923208236694	0					non-mobilizable	no_good_hit	2025.0	90.074	62.0	0.011909339927940507	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ISR0096_000000009364	2530	0.9254781600087134	3	3	3	2	1	False	33356	maximal	True	ISR0096_000000009364	1.0		0	0	False	False	0.9932806491851807	0					non-mobilizable	no_good_hit	2063.0	98.49700000000001	82.0	0.004670409940589306	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0096_000000009695	2437	0.9254754371193292	3	2	2	2	2	False	33355	fragment	False	ISR0096_000000009695	1.0		0	0	False	False	0.9991793036460876	0					non-mobilizable	no_good_hit	176.0	81.818	7.0	7.048649124358135e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ENG0204_000000023618	1179	0.9254723297497855	2	2	2	1	1	False	54006	maximal	True	ENG0204_000000023618	1.0		1	1	False	False	0.9601356983184814	0					non-mobilizable	no_good_hit	396.0	99.74700000000001	34.0	0.0035913335212343278	NZ_AGDG01000009.1	CFB group bacteria	Bacteroides faecis MAJ27 contig009, whole genome shotgun sequence	True	False
ENG0187_000000021063	1446	0.9254673495573892	2	1	1	1	1	False	54961	fragment	False	ENG0187_000000021063	1.0		0	0	False	False	0.9986168742179871	0					non-mobilizable	no_good_hit								True	False
ISR0217_000000001758	14664	0.9254615172510644	17	13	8	7	12	False	129193	fragment	False	ISR0217_000000001758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	96.471	17.0	0.00029127134794642667	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0078_000000006882	3671	0.9254508766897792	4	4	4	4	3	False	82297	maximal	True	FIJ0078_000000006882	1.0		3	1	False	False	0.9997276067733765	0					non-mobilizable	other	1901.0	97.10700000000001	99.0	0.0009193613632096744	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MAD0064_000000006413	3031	0.9254497008351008	7	5	4	4	1	False	16680	maximal	True	MAD0064_000000006413	1.0		1	1	False	False	0.989772379398346	0					non-mobilizable	no_good_hit								True	False
MON0091_000000002257	5672	0.9254480103172892	5	4	2	3	3	False	127349	maximal	True	MON0091_000000002257	1.0	PS1004	15	7	False	True	1.0	0					non-mobilizable	no_good_hit	2503.0	100.0	72.0	0.4459098199964356	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0116_000000018755	2156	0.9254417804416926	3	3	2	2	3	True	4355	backbone	True	SPA0116_000000018755	1.0	PS12	1	1	True	True	0.994434118270874	1					non-mobilizable	no_good_hit	1828.0	79.212	88.0	0.0011523182629940396	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
MON0102_000000029006	1530	0.9254417661396224	2	2	2	2	1	True	8939	fragment	False	MON0102_000000029006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	84.416	5.0	0.0005304583446832303	NZ_BCYP01000021.1	b-proteobacteria	Mitsuaria chitosanitabida ATCC BAA-476 = NBRC 102408, whole genome shotgun sequence	True	True
CHI0072_000000000339	20009	0.9254403242760748	17	16	5	13	13	True	84864	maximal	True	CHI0072_000000000339	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	20008.0	99.98	99.0	0.2610550763971346	CP057715.1	enterobacteria	Escherichia coli strain RHB17-C02 plasmid pRHB17-C02_3, complete sequence	False	True
ISR0264_000000003339	2966	0.9254357419369104	5	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.740600095285388		0	0	False	False	1.0	0					non-mobilizable	other	2986.0	97.555	100.0	0.057871267933307484	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
USA0121_01_000000001737	19291	0.9254320137714386	13	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9120046783708661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	1.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
ISR0315_000000003356	2741	0.9254171795646372	4	3	3	3	3	False	92329	fragment	False	ISR0315_000000003356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	94.427	48.0	0.999236641221374	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
CHI0135_000000002128	9101	0.9254152196047024	16	10	6	8	9	False	80702	maximal	True	CHI0135_000000002128	1.0		1	1	False	False	0.9994506239891052	0					non-mobilizable	no_good_hit	479.0	79.749	5.0	0.00013396863610903187	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0052_000000003316	8045	0.9254110067742476	10	5	2	3	5	True	127665	backbone	True	ISR0052_000000003316	0.9996168582375479	PS1019|PS1020	3	2	True	True	0.9996271133422852	13					non-mobilizable	no_good_hit	3022.0	93.01799999999999	37.0	0.09041651531662429	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
CHI0027_000000001775	7792	0.9254110067742476	10	5	2	3	5	True	127665	backbone	False	ISR0052_000000003316	0.9862647607209447	PS1019|PS1020	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1945.0	95.321	36.0	0.05833030633248577	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ENG0159_000000002986	7108	0.9253786115067671	8	7	6	7	4	True	129700	maximal	True	ENG0159_000000002986	1.0	PS1061	14	4	False	True	0.9998593330383301	0					non-mobilizable	no_good_hit	1793.0	87.17200000000001	35.0	0.00834994142439079	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0116_000000002860	6690	0.9253603599798436	4	4	4	4	4	False	104486	fragment	False	CHI0116_000000002860	0.9892717815344604		0	0	False	False	0.9952167272567749	0					non-mobilizable	other	6693.0	98.999	100.0	0.04732229382263689	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
USA0083_01_000000007384	4222	0.925331476511748	8	4	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.021839342424981832	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870				non-mobilizable	plasmid	2884.0	99.965	100.0	0.5153736145870575	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
ISR0168_000000006801	3857	0.925328923714094	6	3	0	3	2	True	30133	maximal	True	ISR0168_000000006801	1.0		2	1	False	False	0.9971480369567871	0					non-mobilizable	no_good_hit	139.0	87.77	4.0	3.6713710239319796e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CAN0015_000000005096	8202	0.9253287493477554	12	7	5	5	4	True	126522	backbone	False	ISR0029_000000004601	0.07616872747933306	PS624|PS966	0	0	False	True	0.9998780488967896	0					non-mobilizable	no_good_hit	1309.0	95.72200000000001	75.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0062_000000004933	4884	0.9253258849732972	7	3	1	2	2	False	122789	fragment	False	ENG0062_000000004933	0.9758590691605046		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1856.0	94.45	64.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0040_01_000000011779	1144	0.925324641972572	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.4521462277147805		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.476	100.0	0.00017393575059895987	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0161_000000004953	5682	0.9253245129140679	6	3	1	2	2	False	115466	maximal	True	ISR0161_000000004953	0.9944883555165686		14	3	True	True	1.0	68					non-mobilizable	no_good_hit	1186.0	81.45	39.0	0.228125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0221_000000003886	5681	0.9253245129140679	7	3	1	2	2	False	115466	maximal	False	ISR0161_000000004953	0.994449866360175		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1186.0	81.45	39.0	0.228125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0398_000000003955	5602	0.9253245129140679	6	3	1	2	2	False	115466	maximal	False	ISR0161_000000004953	0.9918454217374532		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1182.0	81.387	36.0	0.228125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0023_000000004804	5602	0.9253245129140679	6	3	1	2	2	False	115466	maximal	False	ISR0161_000000004953	0.9919667128656179		0	0	True	True	1.0	38					non-mobilizable	no_good_hit	1182.0	81.387	36.0	0.228125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AST0047_000000003994	5097	0.9253245129140679	6	3	1	2	2	False	115466	maximal	False	ISR0161_000000004953	0.771095420008847		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1186.0	81.872	34.0	0.228125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0033_000000004025	6945	0.9253233524089912	15	6	1	4	5	False	88499	fragment	False	SPA0033_000000004025	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3815.0	94.495	91.0	0.0012201141040954371	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
FIJ0136_000000007669	3448	0.9253156016257988	8	2	1	2	1	True	90937	fragment	False	FIJ0136_000000007669	1.0		0	0	False	False	0.9901391863822937	0					non-mobilizable	no_good_hit	42.0	100.0	1.0	0.0003898969150595306	NZ_AWQP01000042.1	g-proteobacteria	Pseudomonas syringae pv. coryli str. NCPPB 4273 contig42, whole genome shotgun sequence	True	True
USA0011_01_000000004437	8423	0.9253135488902648	12	9	5	8	5	False	2031	maximal	True	USA0011_01_000000004437	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	90.11	3.0	0.0009224808585221857	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
ISR0140_000000006963	3992	0.925312966908041	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.361998115396994		0	0	False	False	1.0	0					non-mobilizable	chromosome	3992.0	98.322	100.0	0.0014030199510425081	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AUS0018_000000012977	2165	0.9253094017722612	3	2	2	1	1	False	99968	fragment	False	AUS0018_000000012977	1.0		0	0	False	False	0.9958429336547852	0					non-mobilizable	no_good_hit	220.0	87.727	10.0	0.0009025004322724033	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
CAN0003_000000029416	1672	0.9253094017722612	3	2	2	1	1	False	96517	maximal	True	CAN0003_000000029416	1.0		1	1	False	False	0.9916267991065979	0					non-mobilizable	no_good_hit	217.0	98.618	13.0	0.0002968570262347397	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0379_000000005181	4082	0.92530654178748	3	3	3	3	3	False	35171	fragment	False	ISR0379_000000005181	1.0		0	0	False	False	0.9963253140449524	0					non-mobilizable	no_good_hit	142.0	75.352	3.0	6.90787497747432e-05	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	True	False
ISR0042_000000004023	5684	0.9253003107594348	7	5	2	2	4	True	71346	maximal	True	ISR0042_000000004023	0.9992179353493222		2	2	True	True	1.0	31		MOBV			mobilizable	no_good_hit	2031.0	96.652	56.0	0.2809860130175876	CP036543.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_1, complete sequence	True	True
SPA0044_000000023526	1211	0.9252962497870978	1	1	1	1	1	False	6777	fragment	False	SPA0044_000000023526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	90.12299999999999	7.0	2.3397181972323206e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0060_000000003930	6032	0.9252943899491074	11	5	4	5	4	False	69474	fragment	False	ENG0060_000000003930	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5858.0	99.98299999999999	97.0	0.0025724113820309795	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
AST0099_000000002352	8176	0.925290046501702	9	5	4	5	5	False	108921	maximal	True	AST0099_000000002352	1.0		3	2	False	False	0.9997553825378418	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001554654751485559	NZ_BDCK01000011.1	high GC Gram+	Nocardia niwae NBRC 108934 = DSM 45340 strain NBRC 108934, whole genome shotgun sequence	True	False
USA0145_01_000000009474	2558	0.9252879996094177	2	2	2	2	0	True	17	maximal	True	USA0145_01_000000009474	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	98.65700000000001	38.0	0.0017826265877094725	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	True
MAD0002_000000016829	2291	0.925286330602594	4	3	2	3	3	False	20201	fragment	False	MAD0002_000000016829	1.0		0	0	False	False	0.9995635151863098	0					non-mobilizable	no_good_hit	1405.0	98.861	61.0	0.0015631297330878048	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0136_000000002082	3571	0.925283886406626	5	3	3	3	3	False	52002	maximal	True	ISR0136_000000002082	1.0	PS211	1	1	False	True	0.9882385730743408	0					non-mobilizable	no_good_hit	2377.0	91.20700000000001	67.0	0.06077658975801913	NZ_CYYU01000019.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
SPA0143_000000018350	1157	0.9252808628805971	3	1	1	1	1	False	3393	fragment	False	SPA0143_000000018350	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0016_000000003037	5524	0.9252786650284852	7	7	2	1	6	True	129864	fragment	False	MON0016_000000003037	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5524.0	98.624	100.0	0.0015307556328647664	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
ISR0073_000000001723	12311	0.9252764253331704	13	9	7	8	8	True	112198	fragment	False	ISR0073_000000001723	1.0		0	0	False	False	0.9992689490318298	0					non-mobilizable	no_good_hit	1569.0	80.88	13.0	0.032629358066470306	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	True
FIJ0145_000000008344	1825	0.9252742911497204	3	3	3	3	2	False	40022	maximal	True	FIJ0145_000000008344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	86.95	71.0	0.22185886402753874	CP052383.1	enterobacteria	Klebsiella pneumoniae strain D16KP0008 plasmid pD16KP0008-2, complete sequence	True	False
ENG0076_000000005088	2371	0.9252675041984002	3	3	3	3	3	False	91017	fragment	False	ENG0076_000000005088	0.9820455992109626		0	0	False	False	1.0	0					non-mobilizable	chromosome	2371.0	100.0	100.0	0.00036530750182846424	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0092_000000004337	4036	0.9252664389535332	3	2	1	1	1	False	15721	maximal	True	MAD0092_000000004337	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	218.0	77.523	8.0	0.02302035596291165	NZ_RQUX01000032.1	firmicutes	Veillonella ratti strain ATCC 17746 contig_0032, whole genome shotgun sequence	True	True
ENG0211_000000003395	9619	0.9252643792162464	16	6	4	5	4	True	91671	fragment	False	ENG0211_000000003395	0.9996805943429539		0	0	False	False	1.0	0					non-mobilizable	other	8654.0	99.94200000000001	94.0	0.0029391050457411175	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0025_000000001887	9248	0.9252641867153008	10	4	3	4	3	False	125986	fragment	False	MON0025_000000001887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	85.01	11.0	0.0015444341549200181	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
USA0037_01_000000009648	3649	0.925263875223612	5	4	4	4	4	False	21224	maximal	True	USA0037_01_000000009648	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	792.0	92.677	44.0	0.00034677408041300747	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0043_000000014304	1188	0.9252476379640056	1	1	1	1	1	False	127793	fragment	False	SPA0043_000000014304	0.9578218255165357		0	0	False	False	0.997474730014801	0					non-mobilizable	other	1188.0	99.074	100.0	0.005204588105301927	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
MON0081_000000030066	1797	0.925246287901602	2	1	1	1	1	False	9977	maximal	True	MON0081_000000030066	1.0		1	1	False	False	0.9471341371536255	0					non-mobilizable	no_good_hit	433.0	73.903	24.0	9.637109538334834e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0094_000000003331	4026	0.9252444519677386	5	4	2	2	4	False	19335	maximal	True	MAD0094_000000003331	0.9973012757605496	PS42	5	1	True	True	1.0	888	Col156				non-mobilizable	plasmid	2026.0	85.98200000000001	95.0	0.5127206645898235	CP056164.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_6, complete sequence	False	True
ISR0298_000000000842	12102	0.9252370883588772	13	10	7	9	6	False	93045	maximal	True	ISR0298_000000000842	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	97.406	11.0	0.00033962231950097703	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0101_01_000000007407	4281	0.9252247009903048	5	2	2	2	1	True	78544	fragment	False	USA0101_01_000000007407	1.0		0	0	False	False	0.9927586913108826	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
ENG0033_000000001488	15548	0.9252234502623679	20	12	9	8	9	True	127409	maximal	True	ENG0033_000000001488	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3354.0	95.766	22.0	0.0009994969597636638	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
AST0028_000000012125	1321	0.925215580746161	1	1	1	1	1	True	118575	fragment	False	AST0028_000000012125	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	810.0	86.296	94.0	0.23072513614216109	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0247_000000012948	1104	0.925215580746161	1	1	1	1	1	True	27086	fragment	False	ISR0247_000000012948	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	86.194	81.0	0.2290054456864431	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ISR0075_000000003485	6077	0.9251942726590489	9	5	3	4	2	True	112962	maximal	True	ISR0075_000000003485	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	91.868	33.0	0.03026569118213323	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0012_000000006902	3432	0.9251895991776978	6	2	1	2	1	False	38493	fragment	False	ISR0012_000000006902	1.0		0	0	False	False	0.9886363744735718	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.0015070394606385088	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	True	False
MON0059_000000021951	1791	0.925188528928086	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.37652473785873297		0	0	False	False	0.9983249306678772	0					non-mobilizable	other	1692.0	96.277	94.0	0.0004693114728604673	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0072_000000022073	1340	0.9251808778223052	2	2	2	2	1	False	34823	fragment	False	ISR0072_000000022073	1.0		0	0	False	False	0.9992537498474121	0					non-mobilizable	no_good_hit	328.0	74.39	24.0	0.0009984712846480388	NZ_FRFD01000008.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
MON0098_000000010384	2879	0.9251771876604936	3	3	3	2	2	False	47727	fragment	False	MON0098_000000010384	1.0		0	0	False	False	0.9996526837348938	0					non-mobilizable	no_good_hit	790.0	97.848	27.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
CHI0185_000000004955	4080	0.925171225994932	5	5	5	4	4	False	78157	maximal	True	CHI0185_000000004955	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	75.878	39.0	0.00032727488410645375	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0842_000000003408	5609	0.9251709964192332	9	7	6	6	5	False	123762	maximal	True	ISR0842_000000003408	1.0		3	3	False	False	0.9971474409103394	0					non-mobilizable	chromosome	2694.0	94.432	92.0	0.000608165160281385	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MAD0033_000000014993	1394	0.9251648468448932	2	2	2	2	1	True	18859	fragment	False	MAD0033_000000014993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0349_000000000789	9845	0.9251595377963008	11	9	5	4	4	True	100859	maximal	True	ISR0349_000000000789	0.998965659908978	PS584	23	8	False	True	0.9998984336853027	0					non-mobilizable	no_good_hit	302.0	83.444	3.0	0.06269592476489028	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
CAN0016_000000004011	9668	0.9251595377963008	11	9	5	4	4	True	100859	maximal	False	ISR0349_000000000789	0.9899949212798375	PS584	0	0	False	True	0.9984484910964966	0					non-mobilizable	no_good_hit	302.0	83.444	3.0	0.06269592476489028	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
ENG0106_000000012127	1712	0.9251579150441248	2	2	2	2	2	False	114500	maximal	False	ENG0146_000000012337	0.9552091974943283		0	0	False	False	1.0	0					non-mobilizable	other	1709.0	99.649	100.0	0.0008272708779339539	CP005958.1	firmicutes	Lactobacillus fermentum F-6, complete genome	False	False
SPA0097_000000003879	7127	0.9251574293912104	10	4	1	3	3	False	5654	maximal	True	SPA0097_000000003879	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	81.006	3.0	0.03136136849607983	NZ_LT635808.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
DEN0064_000000007500	4627	0.9251545281129996	4	3	2	2	2	False	71337	maximal	True	DEN0064_000000007500	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	77.44	27.0	0.00027799192796432355	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0043_000000002798	7145	0.9251545224569004	9	8	5	7	3	False	18072	maximal	True	MAD0043_000000002798	1.0		9	1	False	False	0.9998600482940674	0					non-mobilizable	no_good_hit	1999.0	89.695	82.0	0.002551545436300208	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
FIJ0131_000000000755	19091	0.9251515669170296	11	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9526714066568328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	92.04	1.0	0.30229007633587784	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
ENG0181_000000016669	1207	0.9251437078820984	2	2	2	2	2	False	62823	fragment	False	ENG0101_000000027325	0.9494392881701316		0	0	False	False	0.9652029871940613	0					non-mobilizable	chromosome	1199.0	99.249	99.0	0.0005464261540173726	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ETH0002_000000000186	50643	0.925139900705878	43	15	9	14	5	True	53401	maximal	True	ETH0002_000000000186	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	95.66	1.0	0.0002559695584936409	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	True
SPA0143_000000017935	1182	0.9251376486001852	1	1	1	1	1	False	3396	fragment	False	SPA0143_000000017935	1.0		0	0	False	False	0.9949238300323486	0					non-mobilizable	other	1123.0	98.219	100.0	0.00048005462867646115	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
AST0002_000000007440	4550	0.9251372810790146	6	6	6	6	3	False	132300	fragment	False	AST0002_000000007440	1.0		0	0	False	False	0.9997802376747131	0					non-mobilizable	other	4550.0	100.0	100.0	0.0015640880702955985	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
MAD0100_000000009871	3769	0.925124869313956	5	4	3	4	2	False	45698	fragment	False	MAD0100_000000009871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	2.0	0.007458975634012929	NZ_CABMGA010000034.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0009_000000029221	1285	0.9251230622287564	2	1	1	1	1	False	12542	fragment	False	SPA0009_000000029221	0.9748926855289077		0	0	False	False	0.992996096611023	0					non-mobilizable	no_good_hit	543.0	76.243	42.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0776_000000010135	2432	0.9251178946507777	3	2	2	2	2	False	76622	fragment	False	ISR0776_000000010135	1.0		0	0	False	False	0.9975329041481018	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000011368	2505	0.9251092471291588	5	5	5	4	3	False	95013	fragment	False	MAD0087_000000011368	1.0		0	0	False	False	0.9984031915664673	0					non-mobilizable	no_good_hit	2084.0	96.59299999999999	83.0	0.05644962302947224	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	True	False
ISR0373_000000004656	3225	0.9250715799947076	4	4	3	4	3	False	104518	maximal	True	ISR0373_000000004656	1.0		4	3	False	False	0.994728684425354	0					non-mobilizable	chromosome	2607.0	97.507	100.0	0.0011299243956573789	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0095_000000007747	3505	0.925068250629358	5	4	2	3	2	False	60988	maximal	True	ENG0095_000000007747	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	54.0	87.037	2.0	3.07291011087887e-05	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0330_000000011316	2536	0.9250562110865596	4	3	3	3	1	True	131056	maximal	True	ISR0330_000000011316	1.0		22	7	False	False	0.9929022192955017	0					non-mobilizable	no_good_hit	1489.0	97.179	59.0	0.00044930910410304476	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0138_000000000558	18090	0.9250556178254662	17	4	3	4	3	True	49009	fragment	False	SPA0138_000000000558	0.9339440025621295		0	0	False	False	1.0	0					non-mobilizable	other	5363.0	94.462	97.0	0.001441426728556175	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
CHI0120_000000003579	3668	0.9250551116738382	3	3	3	3	3	False	96099	fragment	False	CHI0120_000000003579	0.9998636859323882		0	0	False	False	0.9997273683547974	0					non-mobilizable	other	2203.0	98.04799999999999	98.0	0.000464636612984946	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0073_01_000000004980	3668	0.9250551116738382	3	3	3	3	3	False	96099	fragment	False	CHI0120_000000003579	0.9998636859323882		0	0	False	False	0.997546374797821	0					non-mobilizable	other	2203.0	98.04799999999999	98.0	0.000464636612984946	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0275_000000002920	4621	0.9250482083514041	8	1	1	1	1	True	112152	maximal	True	ISR0275_000000002920	0.9989508043833062		2	2	False	False	0.9997835755348206	0					non-mobilizable	no_good_hit								True	True
AST0061_000000009189	4289	0.9250482083514041	7	1	1	1	1	True	112152	maximal	False	ISR0275_000000002920	0.9631032244103008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0066_000000009204	3512	0.9250482083514041	6	1	1	1	1	True	107761	fragment	False	FIJ0109_000000007497	0.5631260363459291		0	0	False	False	0.9988610744476318	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00010248911907185853	NZ_BJVA01000003.1	a-proteobacteria	Gluconobacter kanchanaburiensis NBRC 103587 sequence03, whole genome shotgun sequence	True	True
ISR0110_000000007266	3230	0.9250482083514041	5	1	1	1	1	True	107761	fragment	False	FIJ0109_000000007497	0.6529127308303476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	86.275	2.0	1.212656544865018e-05	CP001964.1	high GC Gram+	Cellulomonas flavigena DSM 20109, complete genome	True	True
FIJ0085_000000010854	2841	0.9250482083514041	6	1	1	1	1	True	107760	fragment	False	FIJ0085_000000010854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	4.86440596386412e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
ISR0179_000000008650	2811	0.9250482083514041	5	1	1	1	1	True	107758	fragment	False	ISR0179_000000008650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	86.275	2.0	1.212656544865018e-05	CP001964.1	high GC Gram+	Cellulomonas flavigena DSM 20109, complete genome	True	True
MAD0111_000000006395	2673	0.9250482083514041	4	1	1	1	1	True	107759	fragment	False	FIJ0030_000000012234	0.9754158964879852		0	0	False	False	0.998503565788269	0					non-mobilizable	no_good_hit								True	True
MON0075_000000008784	2656	0.9250482083514041	4	1	1	1	1	True	107757	fragment	False	MON0075_000000008784	1.0		0	0	False	False	0.9612199068069458	0					non-mobilizable	no_good_hit	51.0	86.275	2.0	1.212656544865018e-05	CP001964.1	high GC Gram+	Cellulomonas flavigena DSM 20109, complete genome	True	True
FIJ0064_000000011064	2434	0.9250482083514041	6	1	1	1	1	True	107756	fragment	False	FIJ0064_000000011064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.584299131268299e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
FIJ0087_000000014513	2222	0.9250482083514041	4	1	1	1	1	True	107751	fragment	False	FIJ0087_000000014513	1.0		0	0	False	False	0.9977497458457947	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00012480947644315685	NZ_VWPJ01000005.1	a-proteobacteria	Roseospira marina strain DSM 15113 NODE_5_length_264403_cov_40.3514, whole genome shotgun sequence	True	True
FIJ0002_000000017773	2041	0.9250482083514041	3	1	1	1	1	True	107752	fragment	False	FIJ0002_000000017773	0.9600903614457832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0104_000000022265	1559	0.9250482083514041	3	1	1	1	1	True	107750	fragment	False	AST0104_000000022265	1.0		0	0	False	False	0.9788326025009155	0					non-mobilizable	no_good_hit								True	True
ENG0097_000000003442	8677	0.9250438068581538	10	5	5	4	4	False	60794	maximal	True	ENG0097_000000003442	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	82.667	1.0	8.134111716528405e-05	NZ_HG326654.1	a-proteobacteria	Afipia birgiae 34632, whole genome shotgun sequence	True	False
ENG0144_000000014686	1150	0.9250400822916812	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.1139117637091785		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	99.04299999999999	100.0	0.004165926420095066	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0037_000000005944	4469	0.9250390294773421	9	6	3	5	4	True	131644	fragment	False	FIJ0037_000000005944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2467.0	94.163	78.0	0.09916723659331375	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
MON0015_000000010527	3501	0.9250390294773421	6	6	3	5	4	True	110642	fragment	False	MON0015_000000010527	1.0		0	0	False	False	0.999143123626709	0					non-mobilizable	other	2466.0	95.539	98.0	0.09916723659331375	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
SPA0020_000000027304	1283	0.925035919695652	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.12368857385025209		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	98.75299999999999	100.0	0.005818069598997949	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0046_000000009879	2459	0.9250344954331136	5	4	3	3	2	False	128391	maximal	True	DEN0046_000000009879	1.0		3	2	False	False	0.9979666471481323	0					non-mobilizable	no_good_hit	1472.0	70.516	58.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0024_000000004595	1891	0.9250285923891074	2	1	1	1	1	False	74328	maximal	True	DEN0024_000000004595	1.0		19	7	False	False	0.9894235730171204	0					non-mobilizable	no_good_hit	177.0	75.141	9.0	4.8779081755958254e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
ENG0029_000000011235	2169	0.925026967637565	4	3	3	3	2	False	65807	maximal	True	ENG0029_000000011235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	95.37	50.0	0.02017895249148291	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
ISR0267_000000003516	4397	0.9250268389690516	6	6	6	6	5	False	131493	maximal	True	ISR0267_000000003516	1.0		0	0	False	False	0.9945417046546936	0					non-mobilizable	no_good_hit	1302.0	76.959	41.0	0.017863119143239625	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0010_000000012802	3403	0.9250246912062536	5	4	2	4	3	False	76015	fragment	False	DEN0010_000000012802	1.0		0	0	False	False	0.9944167137145996	0					non-mobilizable	no_good_hit								True	False
FIJ0166_000000014953	1623	0.9250210836284288	3	2	2	2	2	False	39007	fragment	False	FIJ0166_000000014953	1.0		0	0	False	False	0.9926062822341919	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000003344	11451	0.9249890258096722	18	8	1	7	4	False	67811	fragment	False	USA0130_01_000000003344	1.0		0	0	False	False	0.9979914426803589	0					non-mobilizable	no_good_hit	1085.0	78.80199999999999	14.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0048_000000019269	1330	0.9249889798248886	2	1	1	1	1	False	64413	fragment	False	ISR0148_000000019790	0.9380197820124243		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	96.84200000000001	100.0	0.05043069100292187	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
ISR0072_000000015381	1889	0.9249880578153772	3	3	2	3	1	False	34844	fragment	False	ISR0072_000000015381	1.0		0	0	False	False	0.9878242611885071	0					non-mobilizable	no_good_hit	704.0	77.273	37.0	0.0001983621848039154	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0025_000000001199	7382	0.924981840949866	9	9	4	9	7	True	89727	maximal	True	MAD0025_000000001199	1.0		1	1	False	False	0.9998645186424255	0					non-mobilizable	no_good_hit	4369.0	81.186	67.0	0.0014608185902292778	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0035_01_000000000438	39330	0.9249768812961006	63	16	8	10	8	False	74764	maximal	True	USA0035_01_000000000438	1.0		1	1	False	False	0.9999237060546875	0					non-mobilizable	no_good_hit	6705.0	92.76700000000001	46.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AUS0024_000000026733	1199	0.9249696374151384	2	2	2	2	2	False	98779	fragment	False	ISR0152_000000018129	0.9493140243902438		0	0	False	False	0.9974979162216187	0					non-mobilizable	other	1199.0	96.74700000000001	100.0	0.05028964822433045	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
CHI0017_000000001597	6426	0.9249695398156004	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.2835317797226069		0	0	False	False	1.0	0					non-mobilizable	other	6426.0	99.86	100.0	0.023230000506179	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0060_01_000000002776	5468	0.9249610047798742	7	4	2	2	4	False	97204	maximal	False	CAN0004_000000004437	0.9907292245386614		0	0	True	True	1.0	959	rep_cluster_870	MOBV			mobilizable	plasmid	4893.0	98.85600000000001	100.0	0.9054054054054054	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	False	True
MAD0035_000000004647	4900	0.9249610047798742	7	4	2	2	4	False	97197	backbone	True	MAD0035_000000004647	1.0	PS523	1	1	True	True	1.0	172	rep_cluster_870	MOBV			mobilizable	no_good_hit	2463.0	96.184	85.0	0.4509440947797112	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	True	True
SPA0123_000000000812	19924	0.9249499677133104	16	14	10	14	6	True	82118	fragment	False	SPA0123_000000000812	1.0		0	0	False	False	0.9996486902236938	0					non-mobilizable	no_good_hit	570.0	76.316	3.0	0.0016634812769873292	NZ_NHMP01000003.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_3_length_339048_cov_189.134_ID_5525, whole genome shotgun sequence	True	True
ISR0113_000000002594	5442	0.9249489958310512	6	6	3	3	4	False	130173	backbone	False	ISR0041_000000001951	0.9097697134634739	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	86	rep_cluster_475				non-mobilizable	other	3441.0	99.419	100.0	0.5963938973647711	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0140_000000002096	10438	0.9249444797440826	7	5	4	5	4	True	55779	fragment	False	FIJ0140_000000002096	0.9877568657576339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1260.0	83.095	12.0	0.00043037626545196537	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
FIJ0108_000000001739	10414	0.9249444797440826	6	5	4	5	4	True	55779	fragment	False	FIJ0140_000000002096	0.9850546081624831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1260.0	83.095	12.0	0.00043037626545196537	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
ISR0124_000000001107	14638	0.9249436511568516	14	11	7	11	7	True	128440	fragment	False	ISR0124_000000001107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	82.01299999999999	4.0	0.00014033608861408088	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
SPA0093_000000016186	2404	0.9249357002766404	2	2	2	2	2	False	54413	fragment	False	SPA0093_000000016186	1.0		0	0	False	False	0.9983360767364502	0					non-mobilizable	no_good_hit								True	False
MAD0076_000000004137	1560	0.9249222876006554	2	2	2	1	1	True	16243	maximal	True	MAD0076_000000004137	1.0		0	0	False	False	0.985897421836853	0	Col(MP18)				non-mobilizable	no_good_hit	929.0	99.569	60.0	0.3388097845929171	AP022656.1	enterobacteria	Escherichia coli 09-02E plasmid p6-09-02E DNA, complete genome	True	True
ISR0020_000000006562	3207	0.9249142917844692	3	2	2	2	2	False	68467	fragment	False	ISR0020_000000006562	0.995384108143752		0	0	False	False	0.990333616733551	0					non-mobilizable	other	3207.0	98.87700000000001	100.0	0.01868053086513298	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
CHI0084_000000005218	1277	0.9249129741329676	3	2	2	2	1	True	84143	fragment	False	CHI0084_000000005218	1.0		0	0	False	False	0.9992169141769409	0					non-mobilizable	no_good_hit	495.0	91.31299999999999	39.0	0.0002099759216135789	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
MON0060_000000005169	5847	0.9249107940526994	6	6	6	6	5	False	97780	fragment	False	MON0060_000000005169	0.9726312142733414		0	0	False	False	0.9986317753791809	0					non-mobilizable	other	5847.0	99.98299999999999	100.0	0.040609066533294436	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
ENG0084_000000017204	1691	0.9249080744651548	3	1	1	1	1	False	61510	maximal	True	ENG0084_000000017204	1.0		8	7	False	False	0.9722058176994324	0					non-mobilizable	no_good_hit	80.0	100.0	5.0	0.0012084869437518166	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	True	False
ISR0156_000000018924	1286	0.9248941137790032	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08409451894318737		0	0	False	False	1.0	0					non-mobilizable	chromosome	1286.0	98.756	100.0	0.00035772697219612346	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
AUS0020_000000010037	2773	0.9248938610435808	5	5	4	4	5	False	99684	fragment	False	AUS0020_000000010037	1.0		0	0	False	False	0.9960331916809082	0					non-mobilizable	chromosome	2773.0	99.459	100.0	0.00039111746961252976	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0154_000000010084	3481	0.9248890844355666	3	3	3	3	3	False	79168	fragment	False	FIJ0154_000000010084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	88.71	2.0	1.8157460885290086e-05	CP044069.1	g-proteobacteria	Vibrio vulnificus strain FDAARGOS_663 chromosome 2, complete sequence	True	False
SPA0136_000000005822	6226	0.9248823048891204	10	3	3	3	1	False	21735	fragment	False	SPA0136_000000005822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	93.82700000000001	1.0	0.0005535546617710947	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
USA0020_01_000000007262	4764	0.9248823048891204	5	3	3	3	1	False	21734	maximal	True	USA0020_01_000000007262	1.0		1	1	False	False	0.9997900724411011	0					non-mobilizable	no_good_hit								True	False
ISR0372_000000003793	3964	0.9248750903005332	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.34831879582509384		0	0	False	False	0.9982340931892395	0					non-mobilizable	chromosome	3964.0	98.94	100.0	0.0013966682510629393	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0036_01_000000009587	3926	0.9248750903005332	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.37979321527934845		0	0	False	False	1.0	0					non-mobilizable	chromosome	3926.0	99.15899999999999	100.0	0.0013832591066616276	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0104_000000006012	4764	0.9248745752129932	6	3	2	2	3	False	94118	maximal	True	ENG0104_000000006012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4129.0	94.163	86.0	0.02485802741081828	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
ISR0029_000000009096	5041	0.9248697273605369	6	2	2	2	2	False	81270	fragment	False	ISR0029_000000009096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	76.316	3.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
AST0029_000000012149	2502	0.9248661891779059	5	5	3	2	2	False	118304	fragment	False	AST0029_000000012149	1.0		0	0	False	False	0.9944044947624207	0					non-mobilizable	no_good_hit	227.0	100.0	9.0	0.001062494417203007	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	True	False
ISR0183_000000002963	12033	0.9248651566011684	13	6	6	4	3	True	57235	fragment	False	ISR0183_000000002963	1.0		0	0	False	False	0.9980885982513428	0					non-mobilizable	no_good_hit	1781.0	98.93299999999999	15.0	0.2911620294599018	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	True
USA0086_01_000000010157	1680	0.9248579877320654	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4904836811787564	PS1061	0	0	False	True	0.9952380657196045	0					non-mobilizable	chromosome	1680.0	98.869	100.0	0.00044994393789648125	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0132_000000011039	3591	0.9248456425296396	3	2	1	2	1	False	58976	fragment	False	SPA0111_000000008459	0.9697646917800485		0	0	False	False	1.0	0					non-mobilizable	chromosome	3591.0	99.944	100.0	0.001003324561234257	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0151_000000006658	3541	0.9248456425296396	4	2	1	2	1	False	58976	fragment	False	SPA0111_000000008459	0.7368000638056846		0	0	False	False	0.998587965965271	0					non-mobilizable	chromosome	3542.0	99.57700000000001	100.0	0.0009896225256990066	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0008_01_000000003660	2011	0.9248456425296396	2	2	1	2	1	False	58974	fragment	False	USA0008_01_000000003660	0.9961139896373057		0	0	False	False	0.9845848083496094	0					non-mobilizable	chromosome	1979.0	99.74700000000001	98.0	0.0005531148222188853	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0064_000000017567	1494	0.9248456425296396	2	2	1	2	1	False	45464	fragment	False	FIJ0064_000000017567	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1480.0	99.865	99.0	0.00041357776646194707	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0366_000000002357	5664	0.9248367625363714	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9865314578598997	PS1032	0	0	True	True	0.9996469020843506	11					non-mobilizable	no_good_hit	3277.0	82.514	73.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0374_000000001768	8117	0.924826589436559	8	5	3	5	2	True	92836	fragment	False	SPA0109_000000002703	0.9885772996494622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
MAD0008_000000000245	19969	0.9248227516649676	17	13	5	12	7	True	50058	fragment	False	MAD0045_000000000645	0.983459682977257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0006_000000004608	3159	0.9248212514423252	5	3	3	3	2	False	127597	fragment	False	AST0006_000000004608	1.0		0	0	False	False	0.997467577457428	0					non-mobilizable	chromosome	1980.0	83.333	94.0	0.0008684886531317251	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0350_000000005934	2954	0.9248187086763602	4	4	2	4	1	True	110664	maximal	True	ISR0350_000000005934	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1502.0	99.867	51.0	0.0004019560611947977	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
SPA0149_000000018899	2088	0.924808756889484	3	3	2	2	2	False	3302	fragment	False	SPA0149_000000018899	1.0		0	0	False	False	0.9971264600753784	0					non-mobilizable	no_good_hit	584.0	83.04799999999999	28.0	0.00018080288887662173	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0136_000000003529	3457	0.9248043730335309	5	3	1	2	2	False	114703	backbone	True	ENG0136_000000003529	1.0	PS744	199	12	True	True	1.0	1	rep_cluster_870				non-mobilizable	plasmid	2230.0	100.0	100.0	0.39846263854129427	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0297_000000004988	2725	0.9248043730335309	4	3	1	2	2	False	78988	fragment	False	ISR0297_000000004988	1.0		0	0	False	True	1.0	0	rep_cluster_870				non-mobilizable	plasmid	2170.0	100.0	100.0	0.3877368609224169	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
MAD0015_000000001009	10811	0.9248010642602854	9	5	4	4	3	True	98597	fragment	False	MAD0015_000000001009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	87.67399999999999	22.0	0.00047936247192048294	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0060_000000001289	9072	0.9248010642602854	8	5	4	4	3	True	98588	fragment	False	MAD0060_000000001289	1.0		0	0	False	False	0.9998897910118103	0					non-mobilizable	no_good_hit	1816.0	87.941	27.0	0.00048363058519300807	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0136_000000012752	2131	0.924798985822468	4	3	2	3	1	True	88747	fragment	False	FIJ0136_000000012752	1.0		0	0	False	False	0.9967151284217834	0					non-mobilizable	no_good_hit	1409.0	89.56700000000001	75.0	0.05417789757412399	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ETH0001_000000015280	2051	0.924798985822468	3	3	2	3	1	True	112969	fragment	False	ETH0001_000000015280	0.9706645898234683		0	0	False	False	0.9785470366477966	0					non-mobilizable	no_good_hit	86.0	81.395	4.0	0.001488675433310885	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0040_000000024321	1405	0.924798985822468	3	3	2	3	1	True	18337	fragment	False	MAD0040_000000024321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	91.036	39.0	0.0062559812852231245	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0071_000000024091	1520	0.9247986787530872	2	2	2	2	2	False	44851	maximal	True	FIJ0071_000000024091	1.0		3	1	False	False	0.9848684072494507	0					non-mobilizable	no_good_hit	180.0	75.0	12.0	0.0029028282304099638	NZ_QAOM01000019.1	firmicutes	Trichococcus patagoniensis strain DSM 18806 Ga0192380_119, whole genome shotgun sequence	True	False
ENG0164_000000001801	9655	0.9247983062575482	15	8	5	7	7	False	104724	maximal	True	ENG0164_000000001801	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	81.95200000000001	6.0	0.0002650180580360101	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0030_000000004946	5519	0.9247898370958024	6	4	3	4	3	False	48776	fragment	False	FIJ0030_000000004946	1.0		0	0	False	False	0.9996376037597656	0					non-mobilizable	no_good_hit	1028.0	80.545	41.0	0.0005483747970370625	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
CHI0043_000000000667	8674	0.924788214162662	13	9	7	5	7	False	90022	fragment	False	CHI0043_000000000667	0.9939196525515744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	73.934	10.0	0.009288655052108458	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
ISR0836_000000018577	1103	0.9247846896547808	2	2	2	1	1	False	106069	fragment	False	ISR0344_000000020233	0.06567138995538384		0	0	False	False	0.9755213260650635	0					non-mobilizable	other	1103.0	95.73899999999999	100.0	0.00039911606142537816	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0061_000000023544	1916	0.9247762420983614	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9337815204593635		0	0	False	False	1.0	0					non-mobilizable	other	1913.0	95.295	99.0	0.0005306829731576054	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0833_000000001964	4039	0.92477041713665	5	5	3	4	4	False	72550	fragment	False	ISR0833_000000001964	1.0		0	0	False	False	0.999504804611206	0					non-mobilizable	no_good_hit	1897.0	83.81700000000001	70.0	0.00035058961700779756	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0124_000000002434	6945	0.9247614178963744	10	5	2	3	3	True	89886	maximal	True	ISR0124_000000002434	1.0	PS468	1	1	True	True	1.0	89					non-mobilizable	no_good_hit	2318.0	78.991	47.0	0.29869451697127936	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ENG0148_000000016450	2267	0.9247612053475928	4	3	3	2	2	False	90045	fragment	False	ENG0148_000000016450	1.0		0	0	False	False	0.9902955293655396	0					non-mobilizable	chromosome	2268.0	99.735	100.0	0.0009585874978540664	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0371_000000016823	1275	0.9247595638858508	2	2	2	2	2	False	23468	maximal	True	ISR0371_000000016823	1.0		6	5	False	False	0.9921568632125854	0					non-mobilizable	no_good_hit	721.0	91.40100000000001	56.0	0.00024100140797330942	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0116_000000003183	10476	0.924756051485695	11	9	4	6	7	False	115378	fragment	False	SPA0116_000000003183	1.0		0	0	False	False	0.9998090863227844	0					non-mobilizable	no_good_hit	5734.0	90.931	55.0	0.0014688075175050628	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
FIJ0128_000000002258	10245	0.9247544461861458	14	4	2	4	1	False	121678	maximal	True	FIJ0128_000000002258	1.0		1	1	False	False	0.9986335039138794	0					non-mobilizable	no_good_hit	184.0	87.5	2.0	0.07108626198083066	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0026_000000006004	2225	0.9247520095094296	4	3	3	3	2	False	19095	maximal	True	MAD0026_000000006004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000024868	1806	0.924751316616926	3	1	1	1	1	False	15307	maximal	True	MAD0098_000000024868	1.0		1	1	False	False	0.9828349947929382	0					non-mobilizable	no_good_hit								True	False
ENG0021_000000009378	1958	0.9247485569380548	4	3	3	2	1	True	129442	fragment	False	ENG0118_000000006363	0.9284084156492369		0	0	False	False	0.9959142208099365	0					non-mobilizable	other	1958.0	97.29299999999999	100.0	0.0006263194414870027	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
SPA0106_000000009886	3941	0.9247448694138278	4	3	2	2	3	False	106602	fragment	False	SPA0106_000000009886	0.9976362625139044		0	0	False	False	1.0	0					non-mobilizable	other	3941.0	99.594	100.0	0.0012014704290377715	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0055_000000009548	1631	0.9247272620078812	2	2	2	2	2	False	35669	maximal	True	ISR0055_000000009548	1.0		1	1	False	False	0.9858981966972351	0					non-mobilizable	no_good_hit	68.0	82.353	4.0	0.00019569825136085553	CP018781.1	a-proteobacteria	Ochrobactrum pituitosum strain AA2 plasmid pOAAA2, complete sequence	True	False
MAD0025_000000002528	3984	0.924726942261182	5	4	1	2	4	False	19744	backbone	True	MAD0025_000000002528	0.9995914431703818	PS44	6	1	True	True	1.0	217	Col156				non-mobilizable	no_good_hit	1175.0	85.95700000000001	65.0	0.3024402907580478	CP056164.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_6, complete sequence	True	True
MAD0061_000000003995	3983	0.924726942261182	4	4	1	2	4	False	19744	backbone	False	MAD0025_000000002528	0.9995096235993087	PS44	0	0	True	True	1.0	732	Col156				non-mobilizable	no_good_hit	1175.0	85.87200000000001	62.0	0.3024402907580478	CP056164.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_6, complete sequence	True	True
MAD0102_000000005136	3299	0.924726942261182	4	4	1	2	4	False	15015	fragment	False	MAD0102_000000005136	1.0		0	0	False	False	1.0	0	Col156				non-mobilizable	no_good_hit	935.0	87.059	63.0	0.2416926272066459	CP056164.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_6, complete sequence	True	True
ISR0260_000000009085	1655	0.9247042221546641	3	2	2	1	2	False	36728	maximal	True	ISR0260_000000009085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	99.84299999999999	48.0	0.00026458454826238146	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CAN0022_000000007073	4092	0.9247034708647616	4	2	2	2	2	False	91344	maximal	True	CAN0022_000000007073	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2825.0	98.54899999999999	69.0	0.0009451504810762399	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
MON0068_000000004929	7328	0.9246963274965576	13	7	2	5	5	False	53844	fragment	False	MON0068_000000004929	1.0		0	0	False	False	0.9922215938568115	0					non-mobilizable	no_good_hit	2889.0	90.931	39.0	0.0012353561414695036	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ISR0338_000000007896	3185	0.9246894102234146	6	5	3	5	2	False	81642	fragment	False	ISR0338_000000007896	1.0		0	0	False	False	0.9971742630004883	0					non-mobilizable	no_good_hit	202.0	86.634	6.0	0.28653295128939826	NZ_GG663518.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld14, whole genome shotgun sequence	True	False
MAD0024_000000001832	5029	0.9246870937724998	7	5	3	4	3	False	59426	maximal	True	MAD0024_000000001832	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2695.0	94.397	75.0	0.0008380988409099253	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0132_000000001536	12357	0.9246808177678864	10	7	5	7	2	True	117512	fragment	False	ENG0132_000000001536	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	115.0	100.0	1.0	3.0240531596713333e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
MON0093_000000009381	4242	0.9246768213917748	6	4	2	1	3	True	129861	fragment	False	MON0082_000000005991	0.96776345042241		0	0	False	False	0.9948137402534485	0					non-mobilizable	other	4272.0	98.15100000000001	100.0	0.0011837510968613829	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
MAD0009_000000000228	21676	0.924665801279742	16	5	3	5	2	True	19806	fragment	False	MAD0009_000000000228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.2978964343540208e-05	NZ_WBJY01000001.1	high GC Gram+	Pseudoclavibacter endophyticus strain EGI 60007 Scaffold1_1, whole genome shotgun sequence	True	True
DEN0083_000000006775	3923	0.9246625513013608	3	3	3	2	1	False	91920	maximal	True	DEN0083_000000006775	1.0		4	2	False	False	0.9997450709342957	0					non-mobilizable	no_good_hit	294.0	88.095	10.0	8.618455637906397e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0169_000000002646	7665	0.924659765945442	6	4	3	4	3	True	118414	fragment	False	ENG0169_000000002646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	70.563	21.0	0.023700257748161188	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ISR0258_000000012697	2007	0.9246561847252356	4	4	4	3	2	False	26787	fragment	False	ISR0258_000000012697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	96.72399999999999	82.0	0.0005792017694614057	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
ENG0033_000000014499	1774	0.9246546073362554	4	3	1	2	1	False	78986	fragment	False	ISR0806_000000006379	0.9583557227297153		0	0	False	False	1.0	0					non-mobilizable	plasmid	1727.0	99.94200000000001	97.0	0.30854486950303894	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
FIJ0124_000000026387	1110	0.9246499669544914	3	1	1	1	1	True	41207	maximal	True	FIJ0124_000000026387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	971.0	99.073	87.0	0.0001720739605168476	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
MAD0009_000000000747	9925	0.9246434358496582	7	6	4	6	5	True	71323	fragment	False	MAD0009_000000000747	0.9772873711340206		0	0	False	False	0.9982871413230896	0		MOBF	MPF_T		conjugative	plasmid	9847.0	96.182	99.0	0.08837485172004746	CP055969.1	enterobacteria	Escherichia coli strain RHB10-C14 plasmid pRHB10-C14_3, complete sequence	False	True
MON0105_000000011724	4465	0.924637802822754	7	3	3	3	2	False	85767	fragment	False	MON0105_000000011724	1.0		0	0	False	False	0.9941769242286682	0					non-mobilizable	no_good_hit	1497.0	95.85799999999999	64.0	0.0004108460036126875	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0374_000000014096	1166	0.9246267098712752	2	2	2	2	2	False	72381	fragment	False	ISR0374_000000014096	0.9959088860204478		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.485	100.0	0.03228309363482695	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0008_000000000785	18900	0.924625207724117	15	14	12	12	8	True	72094	maximal	True	SPA0008_000000000785	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	95.113	53.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
AST0031_000000019785	1268	0.9246136584973114	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.123571361704659		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	99.448	100.0	0.005749995461724181	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0020_01_000000017865	1950	0.9245922168612272	2	2	2	2	1	False	1791	maximal	True	USA0020_01_000000017865	1.0		2	2	False	False	0.9994871616363525	0					non-mobilizable	no_good_hit								True	False
ISR0166_000000005520	3276	0.9245835716189941	5	4	2	1	3	False	103738	fragment	False	ISR0166_000000005520	0.9731009167712457		0	0	False	False	0.9951159954071045	0					non-mobilizable	no_good_hit	1387.0	86.301	62.0	0.0002754302999675471	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0022_000000003826	3233	0.9245835716189941	5	4	2	1	3	False	103738	fragment	False	ISR0166_000000005520	0.9402536142576317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2128.0	87.31200000000001	66.0	0.000423124808645797	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0397_000000006618	2988	0.9245812443059706	3	3	3	3	3	False	76253	fragment	False	ISR0107_000000006693	0.3818711563087644		0	0	False	False	1.0	0					non-mobilizable	chromosome	2991.0	97.426	100.0	0.0008493402395560448	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0011_000000007836	3321	0.9245785304813656	4	3	1	3	1	True	119488	fragment	False	ISR0317_000000005102	0.6181960324440535		0	0	False	False	1.0	0					non-mobilizable	plasmid	3295.0	85.281	98.0	0.14129491407741712	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
MAD0040_000000003210	6648	0.9245751286372604	8	6	4	6	5	False	78301	maximal	True	MAD0040_000000003210	1.0		1	1	False	False	0.9995487332344055	0					non-mobilizable	no_good_hit	1230.0	76.50399999999999	18.0	0.11129476584022038	MK232120.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B06.V07.N07_2-proph_c1 sequence	True	False
FIJ0072_000000000454	34186	0.9245672524310298	32	8	3	7	3	True	44958	maximal	True	FIJ0072_000000000454	0.998997828965127		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	2.042667724047606e-05	CP054391.1	a-proteobacteria	Sinorhizobium meliloti WSM1022 plasmid pB	True	True
ISR0087_000000010941	2861	0.924566587429047	5	3	3	1	0	True	125772	maximal	True	ISR0087_000000010941	1.0		3	2	False	False	0.9937084913253784	0					non-mobilizable	no_good_hit	1571.0	90.961	55.0	0.3338304218150831	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0159_000000003029	7490	0.9245594197290204	10	5	4	4	4	True	95120	fragment	False	ISR0159_000000003029	1.0		0	0	False	False	0.9993324279785156	0					non-mobilizable	chromosome	6397.0	97.53	100.0	0.0028533471493526865	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0069_000000003473	6472	0.9245594197290204	7	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9710529701579685		0	0	False	False	1.0	0					non-mobilizable	chromosome	6189.0	98.384	99.0	0.0027609726013520597	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0218_000000002258	6289	0.9245594197290204	7	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9798540042128278		0	0	False	False	1.0	0					non-mobilizable	chromosome	6196.0	98.031	100.0	0.0027632038706274374	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0042_000000003552	6252	0.9245594197290204	7	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9778749020752442		0	0	False	False	1.0	0					non-mobilizable	chromosome	6176.0	98.008	100.0	0.0027542787935259275	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0138_000000004623	6250	0.9245594197290204	7	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9779628703929147		0	0	False	False	1.0	0					non-mobilizable	chromosome	6173.0	99.741	100.0	0.0027542787935259275	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
DEN0071_000000005596	6243	0.9245594197290204	7	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9642579853952455		0	0	False	False	0.9998398423194885	0					non-mobilizable	chromosome	5038.0	99.24600000000001	100.0	0.002247780668015246	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
SPA0119_000000005665	6166	0.9245594197290204	8	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9607292505520688		0	0	False	False	0.9996756315231323	0					non-mobilizable	chromosome	5205.0	98.866	100.0	0.002308917446160588	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CAN0014_000000007128	6115	0.9245594197290204	7	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9637651569274721		0	0	False	False	0.9993458986282349	0					non-mobilizable	chromosome	6042.0	98.295	100.0	0.002694480776945812	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0053_000000003309	6106	0.9245594197290204	7	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9492971049430857		0	0	False	False	0.9995086789131165	0					non-mobilizable	chromosome	6114.0	98.36399999999999	100.0	0.002727503562221398	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0386_000000005846	6103	0.9245594197290204	7	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9713071648907714		0	0	False	False	1.0	0					non-mobilizable	chromosome	5113.0	98.22	100.0	0.0022812497071459078	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0360_000000003857	6103	0.9245594197290204	7	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9713071648907714		0	0	False	False	1.0	0					non-mobilizable	chromosome	5113.0	98.22	100.0	0.0022812497071459078	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0155_000000004286	6101	0.9245594197290204	7	5	4	4	4	True	95117	fragment	False	ISR0218_000000002258	0.9579341777316994		0	0	False	False	1.0	0					non-mobilizable	chromosome	6041.0	99.23899999999999	100.0	0.002695373284655963	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0096_000000006158	3987	0.924550055887427	4	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.8307582586993806		0	0	False	False	1.0	0					non-mobilizable	other	3987.0	99.925	100.0	0.018089567411549004	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0108_000000005816	3949	0.924550055887427	4	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.8264324743084542		0	0	False	False	0.9997467994689941	0					non-mobilizable	other	3949.0	100.0	100.0	0.01791711293045546	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0079_01_000000008436	1550	0.9245495323668129	3	2	2	1	1	False	6891	maximal	True	USA0079_01_000000008436	1.0		2	1	False	False	0.9993548393249512	0					non-mobilizable	no_good_hit	617.0	73.42	39.0	0.0006359094965264747	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CHI0087_000000004908	1984	0.9245380590737378	5	3	3	2	2	False	83995	fragment	False	CHI0087_000000004908	1.0		0	0	False	False	0.9838709831237793	0					non-mobilizable	no_good_hit	309.0	83.495	16.0	0.05872226472838562	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	False
ISR0777_000000002029	7779	0.9245296279877312	8	4	2	2	4	True	122256	maximal	False	ISR0296_000000002580	0.9202642971265079	PS865	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	901.0	85.572	44.0	0.09699719161806006	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0096_000000030190	1263	0.9245138818376636	2	2	2	1	1	False	42960	maximal	True	FIJ0096_000000030190	1.0		2	1	False	False	0.9992082118988037	0					non-mobilizable	other	1264.0	82.12	100.0	0.0004298079657515935	NC_008346.1	firmicutes	Syntrophomonas wolfei subsp. wolfei str. Goettingen G311, complete sequence	False	False
ENG0114_000000000807	27353	0.9244973197242792	26	21	4	6	19	True	123974	fragment	False	MON0033_000000001254	0.9341022895834634		0	0	False	True	1.0	0					non-mobilizable	chromosome	27434.0	96.111	100.0	0.011091308579899161	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
ISR0853_000000002724	5251	0.9244949079608724	9	7	5	5	6	False	126467	fragment	False	DEN0078_000000004930	0.9489695042021621		0	0	False	False	0.9996191263198853	0					non-mobilizable	chromosome	2387.0	93.71600000000001	90.0	0.000538932072838638	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AST0010_000000004919	5269	0.9244947103058364	6	6	6	6	4	False	126503	maximal	True	AST0010_000000004919	1.0		1	1	False	False	0.9994306564331055	0					non-mobilizable	no_good_hit	749.0	73.965	14.0	0.000405024295917067	NZ_JH815198.1	actinobacteria	Slackia piriformis YIT 12062 supercont1.1, whole genome shotgun sequence	True	False
ISR0142_000000003672	1127	0.9244902186061652	2	1	1	1	1	False	40619	fragment	False	FIJ0134_000000012615	0.9731136166522116		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	99.37899999999999	100.0	0.00021808227434633905	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0101_000000030312	1125	0.9244798799976036	2	2	2	1	2	False	106069	fragment	False	ISR0344_000000020233	0.08865101545935075		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	97.333	100.0	0.00040819513470621025	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0834_000000003037	5392	0.9244733773905228	6	4	2	4	2	False	20985	fragment	False	ISR0834_000000003037	1.0		0	0	False	False	0.9981454014778137	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	1.0	1.4338249790509898e-05	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ENG0068_000000004154	5447	0.9244721526968728	6	6	6	6	6	False	98057	fragment	False	ENG0068_000000004154	0.9669714498973689		0	0	False	False	0.9965118169784546	0					non-mobilizable	chromosome	5447.0	100.0	100.0	0.0011221711848858418	CP048310.1	enterobacteria	Escherichia coli strain 32-4 chromosome, complete genome	False	False
FIJ0087_000000009189	3393	0.9244721203175216	6	6	2	5	4	True	43746	maximal	True	FIJ0087_000000009189	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	86.59200000000001	18.0	0.0031322311868164743	NZ_QRML01000013.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf13, whole genome shotgun sequence	True	True
CAN0021_000000015761	2735	0.9244492754492908	3	3	3	3	3	False	91607	fragment	False	CAN0021_000000015761	0.9779492800873486		0	0	False	False	0.9985374808311462	0					non-mobilizable	other	2650.0	98.83	97.0	0.017993723593582308	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ISR0125_000000002034	7170	0.9244463047479332	11	4	1	4	3	False	32056	maximal	True	ISR0125_000000002034	1.0		5	3	False	False	0.9959553480148315	0					non-mobilizable	no_good_hit								True	False
ISR0330_000000014185	2105	0.9244403890269224	3	3	3	3	2	False	129589	fragment	False	ISR0330_000000014185	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1800.0	98.944	99.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0105_000000003129	8316	0.9244395382878084	8	5	3	4	2	True	96674	fragment	False	FIJ0105_000000003129	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	95.08200000000001	4.0	4.854978847497379e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0056_000000014278	2460	0.9244345998715277	4	2	1	2	1	True	6381	maximal	True	SPA0056_000000014278	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0008292128620128375	NZ_LZFO01000030.1	firmicutes	Clostridium acetireducens DSM 10703 CLAC_contig000030, whole genome shotgun sequence	True	True
ENG0080_000000014733	1833	0.9244209836204516	3	1	1	1	1	False	61739	maximal	True	ENG0080_000000014733	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	88.193	61.0	7.805411789813388e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0128_000000001766	14262	0.924416464511816	12	8	5	7	5	True	60580	fragment	False	ISR0128_000000001766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	78.571	1.0	1.7509992429184718e-05	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	True
CHI0142_000000002103	7473	0.9244142700767894	7	6	5	4	3	False	118336	fragment	False	CHI0142_000000002103	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7473.0	99.98700000000001	100.0	0.003334408805124065	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0082_000000022849	1806	0.9244122505750948	3	3	3	3	2	False	115074	fragment	False	DEN0082_000000022849	0.9876470588235293		0	0	False	False	0.9811738729476929	0					non-mobilizable	no_good_hit	1001.0	74.32600000000001	54.0	0.014164142506851291	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	True	False
MON0048_000000015960	2485	0.9244103269468456	5	4	3	4	4	False	11408	fragment	False	MON0048_000000015960	1.0		0	0	False	False	0.9987927675247192	0					non-mobilizable	no_good_hit	140.0	97.14299999999999	6.0	6.821761123519518e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0229_000000005252	3002	0.9244095441218204	5	5	3	5	2	False	64414	fragment	False	ISR0229_000000005252	1.0		0	0	False	False	0.9990006685256958	0					non-mobilizable	other	3003.0	99.8	100.0	0.11391492429704397	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
ISR0833_000000000931	9042	0.9244051820699848	11	11	5	6	10	True	132506	backbone	False	ISR0038_000000002833	0.995988619836294	PS1165|PS799|PS800	0	0	True	True	1.0	250	rep_cluster_1097	MOBB			mobilizable	plasmid	8173.0	99.755	100.0	0.9136851520572451	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
FIJ0159_000000002093	9018	0.9244051820699848	11	11	5	6	10	True	132506	backbone	False	ISR0038_000000002833	0.9968878936441307	PS1165|PS799|PS800	0	0	True	True	1.0	1	rep_cluster_1097	MOBB			mobilizable	plasmid	7292.0	99.835	100.0	0.8156687185226636	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0060_000000001421	9012	0.9244051820699848	11	11	5	6	10	True	132506	backbone	False	ISR0038_000000002833	0.9962595569044174	PS1165|PS799|PS800	0	0	True	True	1.0	5	rep_cluster_1097	MOBB			mobilizable	plasmid	6843.0	99.868	100.0	0.765640738668159	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0162_000000002457	9002	0.9244051820699848	11	11	5	6	10	True	132506	backbone	False	ISR0038_000000002833	0.9974463827112824	PS1165|PS799|PS800	0	0	True	True	1.0	41	rep_cluster_1097	MOBB			mobilizable	plasmid	8157.0	99.89	100.0	0.9118962432915921	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0084_000000002596	9000	0.9244051820699848	11	11	5	6	10	True	132506	backbone	False	ISR0038_000000002833	0.9949645704448762	PS1165|PS799|PS800	0	0	True	True	1.0	322	rep_cluster_1097	MOBB			mobilizable	plasmid	8628.0	99.664	100.0	0.9641100178890877	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0848_000000001326	8999	0.9244051820699848	12	11	5	6	10	True	132506	backbone	False	ISR0038_000000002833	0.9964332810111928	PS1165|PS799|PS800	0	0	True	True	1.0	162	rep_cluster_1097	MOBB			mobilizable	plasmid	8563.0	99.87200000000001	100.0	0.9571779964221825	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
USA0093_01_000000002159	8965	0.9244051820699848	11	11	5	6	10	True	132506	backbone	False	ISR0038_000000002833	0.9969365248180889	PS1165|PS799|PS800	0	0	True	True	1.0	16	rep_cluster_1097	MOBB			mobilizable	plasmid	6078.0	99.819	100.0	0.6793381037567084	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
USA0033_01_000000004400	2501	0.9244025214897224	3	3	3	1	1	False	2081	fragment	False	USA0033_01_000000004400	0.9556758924989972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	100.0	56.0	0.0002607643951810889	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	False
MON0033_000000012960	5296	0.9244012823146296	9	4	3	3	2	False	12348	maximal	True	MON0033_000000012960	1.0		2	1	False	False	0.9918806552886963	0					non-mobilizable	no_good_hit	188.0	91.48899999999999	4.0	4.56695832516206e-05	CP010423.1	enterobacteria	Pragia fontium strain 24613, complete genome	True	False
ISR0782_000000002966	4590	0.924393944365442	6	4	0	2	3	True	125145	backbone	False	ISR0317_000000003305	0.5490721326240214	PS921	0	0	True	True	1.0	42	rep_cluster_233				non-mobilizable	no_good_hit	1541.0	89.48700000000001	37.0	0.26381952815567417	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
AST0140_000000014680	1964	0.9243913907545744	3	3	3	3	3	False	105534	fragment	False	ISR0385_000000011365	0.9673038229376257		0	0	False	False	0.994908332824707	0					non-mobilizable	no_good_hit	464.0	94.397	24.0	0.0001627133416154307	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ETH0003_000000017145	2279	0.9243832331243256	2	2	1	2	2	True	53187	maximal	True	ETH0003_000000017145	1.0		1	1	True	True	1.0	124					non-mobilizable	no_good_hit	32.0	100.0	1.0	6.435420554733252e-05	NZ_QTJU01000004.1	CFB group bacteria	Deminuibacter soli strain K23C18032701 NODE_4_length_481709_cov_26.188396, whole genome shotgun sequence	True	True
ISR0127_000000008430	2796	0.9243791651607818	3	3	3	3	3	False	91018	fragment	False	SPA0004_000000004650	0.9878816713183411		0	0	False	False	0.9964234828948975	0					non-mobilizable	chromosome	2796.0	99.785	100.0	0.000430816231059307	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0102_000000004007	6015	0.924367233424197	10	3	2	3	2	False	60405	fragment	False	ENG0102_000000004007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	76.997	24.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
SPA0052_000000004960	6314	0.9243512020250382	5	4	3	4	4	False	121423	fragment	False	SPA0052_000000004960	0.974006359300477		0	0	False	False	0.9966740608215332	0					non-mobilizable	no_good_hit	1277.0	85.82600000000001	46.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0052_000000009184	2739	0.9243311630241244	3	2	0	2	1	True	47784	maximal	True	MON0052_000000009184	1.0	PS176	1	1	True	True	0.9959839582443237	12					non-mobilizable	no_good_hit								True	True
ISR0041_000000012146	1279	0.9243238729942528	3	3	3	3	3	False	36403	maximal	True	ISR0041_000000012146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	81.808	66.0	0.011811133422579206	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0139_000000003851	6748	0.9243213949646778	8	3	3	3	3	True	97824	fragment	False	FIJ0032_000000004371	0.6252343959282078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
SPA0132_000000009221	4209	0.9243180485051328	5	2	2	1	2	False	3746	fragment	False	SPA0132_000000009221	1.0		0	0	False	False	0.9885958433151245	0					non-mobilizable	no_good_hit	139.0	100.0	3.0	3.695532074942177e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
SPA0140_000000018258	1170	0.9243141237385532	1	1	1	1	1	False	3475	fragment	False	SPA0140_000000018258	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	99.915	100.0	0.009501129732277833	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0102_000000013110	2712	0.9243140150079284	2	2	2	1	2	False	4910	maximal	True	SPA0102_000000013110	1.0		1	1	False	False	0.9988937973976135	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	8.782274860110908e-05	NZ_OLMH01000003.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
SPA0093_000000003059	12129	0.924308408952608	11	6	4	5	3	True	122758	fragment	False	AST0046_000000001434	0.5387273089545758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4154.0	88.06	38.0	0.01702286537207003	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0172_000000001905	8501	0.9243024299224954	8	5	4	4	4	True	116394	maximal	True	ISR0172_000000001905	1.0	PS612|PS775	1	1	True	True	0.9997647404670715	16					non-mobilizable	no_good_hit	906.0	91.72200000000001	26.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0395_000000006372	5998	0.9242937809044496	4	4	2	4	1	True	63221	fragment	False	ENG0067_000000004476	0.9454018619406175		0	0	False	False	0.9931643605232239	0					non-mobilizable	no_good_hit	374.0	99.198	6.0	0.001222005268054882	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	True
ISR0128_000000002841	10232	0.9242859464747742	7	6	5	5	3	True	127379	fragment	False	ISR0030_000000001226	0.6233638358247067		0	0	False	False	0.9975566864013672	0					non-mobilizable	other	10253.0	97.045	99.0	0.11131398761004238	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0089_000000031896	1165	0.9242837772160012	1	1	1	1	1	False	5809	fragment	False	SPA0089_000000031896	0.9736371760500446		0	0	False	False	1.0	0					non-mobilizable	other	944.0	99.788	95.0	0.00026596299758066744	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0074_000000018447	1119	0.9242837772160012	2	1	1	1	1	False	5809	fragment	False	SPA0089_000000031896	0.9549356223175965		0	0	False	False	1.0	0					non-mobilizable	other	904.0	99.889	100.0	0.0002546814282241174	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0051_000000031649	1516	0.9242808905637568	4	1	1	1	1	True	72459	fragment	False	DEN0051_000000031649	0.9876513476117328		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	99.47200000000001	100.0	0.0006615301651205491	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
AST0050_000000009084	1498	0.9242808905637568	4	1	1	1	1	True	114721	fragment	False	SPA0128_000000022794	0.9574421246673388		0	0	False	False	1.0	0					non-mobilizable	chromosome	1498.0	98.73200000000001	100.0	0.0006066382515202427	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
ISR0296_000000018963	1367	0.9242808905637568	4	1	1	1	1	True	72459	fragment	False	DEN0051_000000031649	0.6538832609744332		0	0	False	False	0.9839063882827759	0					non-mobilizable	other	1368.0	98.977	100.0	0.0005761022172343972	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	True
ISR0853_000000004964	3295	0.9242760667580434	4	4	3	3	3	False	20529	maximal	True	ISR0853_000000004964	1.0		3	1	False	False	0.9936267137527466	0					non-mobilizable	no_good_hit	2155.0	99.35	65.0	0.0004169658244821658	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
MON0015_000000025335	1501	0.9242746344524312	2	2	2	2	2	False	13403	maximal	True	MON0015_000000025335	1.0		0	0	False	False	0.9653564095497131	0					non-mobilizable	no_good_hit	735.0	88.70700000000001	49.0	0.0048554063981833965	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0065_000000001765	12316	0.9242715623886668	9	6	4	6	4	False	42099	maximal	False	FIJ0111_000000001921	0.9752330541949755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2872.0	82.277	42.0	0.0009125820083016144	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0267_000000005707	2861	0.9242698301196784	4	3	3	3	2	False	128313	maximal	True	ISR0267_000000005707	1.0		1	1	False	False	0.997553288936615	0					non-mobilizable	other	2168.0	98.478	99.0	0.0007866109090512914	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
USA0037_01_000000005719	6340	0.9242669862372542	7	6	6	6	5	False	121429	fragment	False	USA0037_01_000000005719	1.0		0	0	False	False	0.9996845722198486	0					non-mobilizable	no_good_hit	1725.0	87.24600000000001	27.0	0.023194588829334808	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
SPA0116_000000006178	5922	0.9242629246414912	9	6	4	5	3	True	14378	maximal	True	SPA0116_000000006178	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	77.492	11.0	0.00018273495287244833	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0151_000000001655	9319	0.9242578673336328	8	4	3	4	1	True	122758	fragment	False	AST0046_000000001434	0.202646155342165		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2639.0	87.647	31.0	0.010811099121572553	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0154_000000000462	8937	0.9242578673336328	7	4	3	4	1	True	122758	fragment	False	AST0046_000000001434	0.19715778482288546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2253.0	87.306	28.0	0.009227385929569894	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0116_01_000000003561	7643	0.9242578673336328	7	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.8470746705736922		0	0	False	False	0.9981682300567627	0					non-mobilizable	no_good_hit	935.0	88.34200000000001	17.0	0.003832093578576381	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0026_01_000000004554	7625	0.9242578673336328	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.8066336214051222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	88.301	17.0	0.004414703094805339	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0048_01_000000001790	7607	0.9242578673336328	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.806470452319776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	88.414	16.0	0.00431623388079481	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0166_000000002052	7191	0.9242578673336328	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.8001392219449552		0	0	False	False	0.9963843822479248	0					non-mobilizable	no_good_hit	562.0	86.833	12.0	0.002301717877496092	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0020_01_000000004807	7173	0.9242578673336328	6	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.7622160085425738		0	0	False	False	0.9993029236793518	0					non-mobilizable	no_good_hit	596.0	88.758	11.0	0.0024412159306776734	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0032_01_000000004125	6427	0.9242578673336328	5	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.10491656510286945		0	0	False	False	0.9976661205291748	0					non-mobilizable	no_good_hit	683.0	88.287	11.0	0.0027981668314658375	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0034_01_000000018928	2871	0.9242571755959458	4	4	3	4	1	False	66539	fragment	False	USA0034_01_000000018928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0038_000000000800	21700	0.9242537421656076	32	14	10	11	8	True	112145	maximal	True	ENG0038_000000000800	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5258.0	96.95700000000001	73.0	0.030256776527238585	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0130_000000023466	1356	0.9242406596893884	1	1	1	1	1	False	31722	maximal	True	ISR0130_000000023466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0144_000000008859	1811	0.9242396052470251	2	1	1	1	1	True	79851	fragment	False	CHI0144_000000008859	1.0		0	0	False	False	0.9928216338157654	0	rep_cluster_1778				non-mobilizable	plasmid	1813.0	95.698	100.0	0.4444990176817289	CP052384.1	enterobacteria	Klebsiella pneumoniae strain D16KP0008 plasmid pD16KP0008-3, complete sequence	False	True
SPA0090_000000032197	1150	0.9242396052470251	2	1	1	1	1	True	5358	fragment	False	SPA0090_000000032197	1.0		0	0	False	False	0.9773913025856018	0	rep_cluster_1778				non-mobilizable	plasmid	1131.0	100.0	98.0	0.27183064710127497	LC056560.1	enterobacteria	Escherichia coli plasmid pV294-c DNA, contig: V294-c_scaffold_4, strain: V294	False	True
CHI0060_000000003905	3232	0.924239163157248	3	3	3	3	2	False	97089	fragment	False	ISR0288_000000008533	0.9490060501296457		0	0	False	False	0.9984529614448547	0					non-mobilizable	other	1684.0	99.941	99.0	0.0006990514830856955	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ETH0003_000000030848	1374	0.9242389697508608	2	1	1	1	1	True	53043	fragment	False	ETH0003_000000030848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	90.98100000000001	64.0	0.013344911920036862	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0843_000000011675	1371	0.9242389697508608	1	1	1	1	1	True	82385	fragment	False	ISR0018_000000014540	0.9289239475572186		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	97.958	100.0	0.0019504619702657843	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
ENG0177_000000019642	1336	0.9242389697508608	1	1	1	1	1	True	130997	fragment	False	USA0037_01_000000005669	0.04378534227330843		0	0	False	False	0.9558383226394653	0					non-mobilizable	other	1310.0	97.25200000000001	98.0	0.00273295458109682	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0130_01_000000008917	4394	0.9242357241946008	5	4	2	2	2	False	101864	fragment	False	USA0130_01_000000008917	1.0		0	0	False	False	0.990213930606842	0					non-mobilizable	chromosome	4394.0	99.90899999999999	100.0	0.0007970249723000711	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0100_000000002938	10299	0.9242328082419649	13	9	2	3	8	True	88342	fragment	False	SPA0100_000000002938	1.0		0	0	False	True	0.9996116161346436	0		MOBB			mobilizable	no_good_hit	3352.0	95.346	70.0	0.30341454578389637	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0329_000000001102	7279	0.924231365300029	7	6	5	5	5	False	84687	fragment	False	FIJ0105_000000003339	0.9682681005658751		0	0	False	False	0.9991757273674011	0					non-mobilizable	no_good_hit	1246.0	85.554	33.0	0.0005769078299964089	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0178_000000011061	2023	0.9242306217796888	3	3	3	3	3	False	108724	fragment	False	ENG0178_000000011061	1.0		0	0	False	False	0.9555116295814514	0					non-mobilizable	no_good_hit	398.0	96.48200000000001	23.0	0.010949307738981742	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0109_000000014270	2479	0.924227002172374	2	2	2	1	2	False	29827	fragment	False	ISR0176_000000013264	0.9334907516725699		0	0	False	False	0.9991932511329651	0					non-mobilizable	no_good_hit								True	False
MAD0056_000000008072	1717	0.9242228608972864	2	1	1	1	1	False	17047	fragment	False	MAD0056_000000008072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0083_01_000000006533	4766	0.9242218371612876	8	6	4	4	4	True	118194	fragment	False	USA0083_01_000000006533	1.0		0	0	False	True	0.996852695941925	0	rep_cluster_1097				non-mobilizable	no_good_hit	3267.0	92.072	68.0	0.36317851147174035	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0189_000000002001	5673	0.9242203374606084	11	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9973498161134776	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	24	rep_cluster_870	MOBV			mobilizable	plasmid	5135.0	99.74700000000001	100.0	0.9174262734584451	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
DEN0051_000000006987	5673	0.9242203374606084	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9980472731920617	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	4181	rep_cluster_870	MOBV			mobilizable	plasmid	5181.0	99.90299999999999	100.0	0.9259921344297461	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
SPA0069_000000004157	5673	0.9242203374606084	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979881159815522	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	279	rep_cluster_870	MOBV			mobilizable	plasmid	5467.0	99.89	100.0	0.9771183410797283	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
SPA0019_000000004556	5673	0.9242203374606084	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979807696016031	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	3930	rep_cluster_870	MOBV			mobilizable	plasmid	5255.0	99.943	100.0	0.9392205934930282	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0153_000000004516	5672	0.9242203374606084	8	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979850361657039	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	51	rep_cluster_870	MOBV			mobilizable	plasmid	5414.0	99.889	100.0	0.9676439041830532	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
SPA0072_000000003339	5653	0.9242203374606084	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979831469445074	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2365	rep_cluster_870	MOBV			mobilizable	plasmid	5135.0	99.961	100.0	0.9177690382552736	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ENG0097_000000005502	5633	0.9242203374606084	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9979560638176895	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	98	rep_cluster_870	MOBV			mobilizable	plasmid	5124.0	99.961	100.0	0.9158026456918127	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ENG0182_000000004687	5632	0.9242203374606084	9	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.997623068209497	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998224377632141	14	rep_cluster_870	MOBV			mobilizable	plasmid	5409.0	99.852	100.0	0.9667500893814801	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
MON0009_000000008037	3907	0.9242203374606084	7	5	2	2	5	False	132470	backbone	False	CAN0001_000000008257	0.00957529396730092	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870				non-mobilizable	plasmid	3809.0	99.869	97.0	0.6807293528780837	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
CHI0051_000000000338	23512	0.9242192968362801	31	16	6	15	6	True	100675	backbone	False	SPA0056_000000000367	0.421335706947387	PS581	0	0	False	True	0.9985539317131042	0					non-mobilizable	other	23407.0	97.86	99.0	0.37609957705482205	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0280_000000012698	1214	0.9242119903582332	2	1	1	1	1	False	26187	fragment	False	ISR0280_000000012698	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1214.0	98.18799999999999	99.0	0.06890088043169554	MK231927.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_1-CL21_c1 sequence	False	False
CHI0038_000000001659	6459	0.9242107501468358	10	6	3	4	4	True	111083	maximal	False	CHI0009_000000001303	0.9585122204818473		0	0	True	True	1.0	119		MOBB			mobilizable	plasmid	3097.0	97.417	97.0	0.47670472076519593	HG796267.1	bacteria	Uncultured bacterium plasmid pRGI00156	False	True
SPA0097_000000001847	11704	0.9242081718489676	15	4	4	4	2	True	110131	fragment	False	SPA0097_000000001847	1.0		0	0	False	False	0.999829113483429	0					non-mobilizable	no_good_hit	73.0	82.19200000000001	1.0	1.3976849071299148e-05	CP056644.1	enterobacteria	Citrobacter freundii strain RHBSTW-00267 chromosome, complete genome	True	True
ENG0152_000000001104	18520	0.9242035539853788	20	18	6	14	18	True	82880	fragment	False	ISR0821_000000000919	0.9460610947412609		0	0	False	False	0.9997300505638123	0					non-mobilizable	other	18534.0	98.5	100.0	0.16934938084176254	LM996824.1	enterobacteria	Escherichia coli genome assembly FHI71, scaffold scaffold-18_contig-9.0_1_109342_[organism:Escherichia	False	True
MON0110_000000002200	5448	0.9241983340184936	10	4	2	4	1	True	75517	maximal	True	MON0110_000000002200	1.0		1	1	False	False	0.9840308427810669	0					non-mobilizable	virus	3097.0	92.251	92.0	0.11909896033885252	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	False	True
ENG0041_000000005609	4576	0.9241871426587412	7	5	2	1	4	False	103739	fragment	False	ENG0041_000000005609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2156.0	96.939	47.0	0.008710025036258012	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
CHI0069_000000003280	2967	0.9241847567617334	2	1	1	1	1	True	85064	fragment	False	CHI0069_000000003280	1.0		0	0	False	False	0.9858443140983582	0					non-mobilizable	plasmid	3007.0	91.919	100.0	0.04543241433874992	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
FIJ0050_000000018867	1362	0.9241690446128852	3	3	3	2	2	False	65564	fragment	False	FIJ0050_000000018867	0.9682062708052475		0	0	False	False	0.9904552102088928	0					non-mobilizable	chromosome	1378.0	74.02	99.0	0.0004740439996486497	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0345_000000001871	4018	0.9241631502352284	4	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9941166015782364	PS1036|PS360	0	0	True	True	0.999751091003418	18					non-mobilizable	no_good_hit	60.0	95.0	1.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0100_000000002764	4018	0.9241631502352284	4	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9964184724553801	PS1036|PS360	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	60.0	95.0	1.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
MON0084_000000006833	4018	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9962137262927567	PS1036|PS360	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	60.0	95.0	1.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0169_000000005494	4015	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9937934319810416	PS1036|PS360	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	60.0	95.0	1.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0783_000000003553	3996	0.9241631502352284	4	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9970667446354101	PS1036|PS360	0	0	True	True	0.9997497200965881	68					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0319_000000003911	3996	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9918025436414872	PS1036|PS360	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0066_000000008071	3993	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9942446394527344	PS1036|PS360	0	0	True	True	1.0	111					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
USA0047_01_000000008661	3993	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9942446394527344	PS1036|PS360	0	0	True	True	1.0	124					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0198_000000004678	3993	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.994231090227526	PS1036|PS360	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
USA0082_01_000000007348	3984	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9945244257595839	PS1036|PS360	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
AUS0018_000000006837	3972	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9957745049712983	PS1036|PS360	0	0	True	True	1.0	56					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0120_000000007295	3972	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9969943995747589	PS1036|PS360	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0171_000000005937	3971	0.9241631502352284	3	2	1	2	0	True	128513	backbone	True	ENG0171_000000005937	0.9971551580249851	PS1036|PS360	31	8	True	True	1.0	32					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0082_000000007018	3971	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.996653378077094	PS1036|PS360	0	0	True	True	0.999748170375824	7					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0344_000000007760	3971	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9966677794342538	PS1036|PS360	0	0	True	True	1.0	180					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
SPA0093_000000010169	3971	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9966677794342538	PS1036|PS360	0	0	True	True	1.0	125					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
SPA0101_000000011336	3970	0.9241631502352284	3	2	1	2	0	True	128513	backbone	False	ENG0171_000000005937	0.9956173345027184	PS1036|PS360	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
SPA0012_000000007867	3143	0.9241631502352284	4	2	1	2	0	True	8013	maximal	True	SPA0012_000000007867	1.0		2	1	True	True	1.0	989					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	3.4493978004029267e-05	NZ_JH556658.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_8, whole genome shotgun sequence	True	True
AST0005_000000009722	2957	0.9241631502352284	3	2	1	2	0	True	128512	fragment	False	AST0005_000000009722	1.0		0	0	False	False	0.9966182112693787	0					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0119_000000008255	3926	0.9241553332082524	5	4	4	4	4	False	76254	maximal	True	ISR0119_000000008255	1.0		5	2	False	False	0.9918491840362549	0					non-mobilizable	no_good_hit	3254.0	94.714	83.0	0.0009241481709034125	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0106_000000031125	1408	0.9241539180419716	1	1	1	1	1	False	27716	fragment	False	MAD0054_000000011788	0.9541406542841263		0	0	False	False	0.9893465638160706	0					non-mobilizable	no_good_hit	184.0	87.5	13.0	0.07108626198083066	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0311_000000001415	9446	0.9241534258564822	9	7	5	5	3	False	118085	maximal	True	ISR0311_000000001415	1.0		1	1	False	False	0.996718168258667	0					non-mobilizable	no_good_hit	2288.0	72.64	24.0	0.001433920993639454	CP029984.1	high GC Gram+	Gardnerella vaginalis strain UGent 06.41 chromosome	True	False
ISR0222_000000022932	2171	0.9241498987498228	4	3	0	1	3	True	108995	backbone	False	ISR0366_000000008873	0.9714574101789616	PS680	0	0	True	True	1.0	7	Inc11				non-mobilizable	plasmid	1926.0	98.65	100.0	0.8829201101928374	X56954.1	firmicutes	L.lactis plasmid pWV01 RepA gene for replication protein A, and ORFs B, C, and D	False	True
ISR0070_000000012229	1722	0.9241498987498228	4	3	0	1	3	True	34904	fragment	False	ISR0070_000000012229	1.0		0	0	False	False	0.996515691280365	0	Inc11				non-mobilizable	plasmid	1458.0	99.52	100.0	0.7049418604651163	CP034596.1	firmicutes	Lactococcus lactis subsp. cremoris strain 158 plasmid p158g, complete sequence	False	True
MON0074_000000012022	1724	0.9241483536513236	3	2	2	1	1	False	52482	maximal	True	MON0074_000000012022	1.0		1	1	False	False	0.9767981171607971	0					non-mobilizable	no_good_hit	1137.0	73.175	65.0	0.0019339356539411056	CP003502.1	CFB group bacteria	Prevotella intermedia 17 chromosome I, complete sequence	True	False
ISR0292_000000007078	2620	0.9241473004821243	4	3	3	3	2	True	25883	maximal	True	ISR0292_000000007078	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0090_000000008481	2784	0.9241431502855882	4	4	0	1	4	True	131708	maximal	True	AST0090_000000008481	1.0	PS680	3	2	True	True	1.0	9	Inc11				non-mobilizable	plasmid	2739.0	99.37899999999999	98.0	0.9956124314442413	CP043521.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_09, complete sequence	False	True
MAD0045_000000002870	9021	0.9241370550059194	7	7	7	7	7	False	101320	fragment	False	FIJ0014_000000001935	0.21927040592739602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1439.0	79.708	16.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
DEN0039_000000009025	2163	0.9241327770385732	5	4	3	1	2	False	104828	fragment	False	DEN0039_000000009025	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1727.0	96.41	100.0	0.0003485233091621851	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0192_000000009072	2037	0.9241265436814848	3	2	2	2	2	False	83656	fragment	False	ISR0192_000000009072	1.0		0	0	False	False	0.9995090961456299	0					non-mobilizable	no_good_hit	93.0	98.925	8.0	1.900855116203199e-05	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ISR0207_000000015620	1905	0.9241248257658349	3	3	3	3	3	False	68629	fragment	False	ISR0207_000000015620	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1635.0	97.79799999999999	86.0	0.00879923316352357	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0053_000000012924	2600	0.9241171875568928	5	2	1	1	2	False	131125	fragment	False	SPA0053_000000012924	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	99.934	100.0	0.00939977912070185	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0362_000000000379	36329	0.9241084947864548	31	17	14	17	6	True	130571	maximal	True	ISR0362_000000000379	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1980.0	76.717	5.0	0.012501780419272553	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
AUS0006_000000004278	4815	0.9240999257162296	8	5	2	2	3	True	124495	fragment	False	AUS0006_000000004278	1.0		0	0	False	False	0.9968847632408142	0					non-mobilizable	no_good_hit	312.0	98.07700000000001	6.0	0.00136362839153235	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	True
USA0005_01_000000018045	1775	0.9240979926675064	3	3	3	3	2	True	2166	maximal	True	USA0005_01_000000018045	1.0		3	3	False	False	0.998873233795166	0					non-mobilizable	no_good_hit	539.0	78.85	30.0	0.01485999445522595	NZ_OAOE01000033.1	firmicutes	Clostridium tertium isolate src5, whole genome shotgun sequence	True	True
SPA0032_000000002728	8233	0.9240941898504852	10	9	6	8	7	True	71852	fragment	False	SPA0032_000000002728	1.0		0	0	False	False	0.996234655380249	0					non-mobilizable	no_good_hit								True	True
USA0125_01_000000009431	2567	0.9240926162434632	4	1	1	1	1	False	61054	maximal	True	USA0125_01_000000009431	1.0		4	2	False	False	0.9992209076881409	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.813273450812433e-06	NZ_VFOY01000001.1	high GC Gram+	Modestobacter multiseptatus strain DSM 44402 Ga0264256_11, whole genome shotgun sequence	True	False
ENG0093_000000006665	1814	0.9240926162434632	3	1	1	1	1	False	61052	fragment	False	ENG0093_000000006665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0003_000000002866	7630	0.9240692869446568	11	10	9	10	10	False	125086	fragment	False	SPA0155_000000001948	0.9716216031097924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	89.4	20.0	0.0003639018498201326	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0194_000000003539	7027	0.924061114050044	10	7	5	6	4	False	78474	maximal	True	ENG0194_000000003539	1.0		6	3	False	False	0.9978653788566589	0					non-mobilizable	no_good_hit	1825.0	99.45200000000001	26.0	0.007942313721391994	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
DEN0071_000000037217	1196	0.9240577985901356	2	2	2	2	2	False	70335	maximal	True	DEN0071_000000037217	1.0		0	0	False	False	0.9958193898200989	0					non-mobilizable	no_good_hit	600.0	97.167	50.0	0.0022977659117412387	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0082_01_000000024090	1233	0.9240573365965016	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.16513187805092266		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	98.62100000000001	100.0	0.004466859312060157	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0007_000000015232	1157	0.9240573365965016	2	2	2	2	1	False	67116	fragment	False	ISR0137_000000020032	0.9945816997562448		0	0	False	False	0.9991356730461121	0					non-mobilizable	other	1157.0	99.82700000000001	100.0	0.004790577977431239	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
ISR0064_000000020806	1152	0.9240573365965016	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.10131757590757125		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	97.656	100.0	0.004173177815082176	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0011_000000025445	1143	0.9240573365965016	2	2	2	2	1	False	67116	fragment	False	ISR0137_000000020032	0.9865735400977185		0	0	False	False	0.9755030870437622	0					non-mobilizable	other	1143.0	100.0	100.0	0.0047325605970817254	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
MON0011_000000012952	3608	0.9240436771322548	4	2	2	2	1	False	13698	maximal	True	MON0011_000000012952	1.0		2	1	False	False	0.9997228384017944	0					non-mobilizable	no_good_hit								True	False
SPA0056_000000006609	4872	0.9240421471708984	4	2	1	1	2	False	50516	fragment	False	SPA0056_000000006609	0.9797283391644371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1425.0	76.0	29.0	0.20706401766004415	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
USA0069_01_000000003961	14019	0.9240420247931832	21	11	9	9	9	True	126191	maximal	False	USA0034_01_000000003789	1.0		0	0	True	True	1.0	124					non-mobilizable	no_good_hit	1608.0	73.259	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0072_000000000573	23857	0.9240336570478052	29	16	6	15	5	True	100675	backbone	False	SPA0056_000000000367	0.4211669312508644	PS581	0	0	False	True	1.0	0					non-mobilizable	other	23143.0	95.40700000000001	99.0	0.3714198414357622	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0132_000000014744	2765	0.9240309687525612	3	2	2	2	1	True	111272	fragment	False	SPA0132_000000014744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	2.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
AST0084_000000023416	1516	0.9240309687525612	2	2	2	2	1	True	111267	fragment	False	AST0084_000000023416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	3.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
ENG0142_000000007257	4029	0.9240283474719042	4	4	2	4	3	False	132000	maximal	True	ENG0142_000000007257	1.0		4	3	False	False	0.9893273711204529	0					non-mobilizable	no_good_hit	2941.0	85.855	72.0	0.0009827258484514153	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
FIJ0095_000000011710	2313	0.924027949901578	4	2	2	2	0	True	43129	fragment	False	FIJ0095_000000011710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	93.21	15.0	0.0028532945805125297	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0022_000000006144	2070	0.924027949901578	2	2	2	2	0	True	19288	fragment	False	MAD0022_000000006144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	92.25399999999999	7.0	0.00542934154793993	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0040_000000004174	5820	0.9240244610811624	6	4	2	3	4	False	97572	fragment	False	FIJ0057_000000004512	0.9683530379236239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	81.61399999999999	4.0	0.00029801937931423324	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0067_000000010625	2809	0.9240162616604688	4	4	4	4	2	False	45228	maximal	True	FIJ0067_000000010625	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	74.733	10.0	0.0009420931468036125	NZ_JXLF01000004.1	firmicutes	Enterococcus termitis strain DSM 22803 Scaffold4, whole genome shotgun sequence	True	False
ISR0146_000000000509	46473	0.9240133606660228	44	22	17	20	13	True	117629	fragment	False	ISR0816_000000000511	0.6414366218767197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4195.0	96.83	13.0	0.6860883797054009	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	True
FIJ0019_000000000819	8364	0.9240111564221586	7	7	5	4	6	False	103519	fragment	False	MAD0083_000000000657	0.9362728967862235		0	0	False	False	0.9949784874916077	0		MOBF			mobilizable	plasmid	8300.0	99.807	100.0	0.035496150556030795	CP050866.1	enterobacteria	Escherichia coli strain 8-3-Ti3 plasmid unnamed1, complete sequence	False	True
ISR0293_000000009655	3808	0.9240096737776842	7	6	4	5	6	False	97996	fragment	False	ENG0152_000000005857	0.9893403476508819		0	0	False	False	1.0	0					non-mobilizable	plasmid	3808.0	99.84200000000001	100.0	0.056011652542372885	LT985217.1	enterobacteria	Escherichia coli strain 715 genome assembly, plasmid: RCS103_p	False	True
ENG0182_000000024705	1134	0.9240080246718362	1	1	1	1	1	False	55197	fragment	False	ENG0182_000000024705	1.0		0	0	False	False	0.9991181492805481	0					non-mobilizable	chromosome	1137.0	89.006	100.0	0.0003577492748091242	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0100_000000002129	12553	0.9239941926646128	19	18	7	12	17	True	98204	fragment	False	MON0100_000000002129	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	8905.0	99.91	99.0	0.07866459298009967	CP042948.1	enterobacteria	Escherichia coli strain 90-9133 plasmid p90-9133_1, complete sequence	False	True
ISR0263_000000013696	1204	0.9239829730344206	3	1	1	1	1	False	26635	fragment	False	ISR0263_000000013696	0.9918314703353397		0	0	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0003_000000003808	6595	0.9239818495317358	5	4	3	4	1	True	52221	fragment	False	FIJ0003_000000003808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0053_000000000585	18760	0.9239780301520752	30	14	9	13	8	True	99747	fragment	False	MAD0053_000000000585	1.0		0	0	False	False	0.999626874923706	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	0.0	6.682682829848872e-05	NZ_VNHW01000001.1	high GC Gram+	Blastococcus xanthinilyticus strain DSM 46842 Ga0131107_101, whole genome shotgun sequence	True	True
ISR0312_000000014764	1286	0.9239771505387724	2	2	2	2	2	False	25244	maximal	True	ISR0312_000000014764	1.0		8	4	False	False	0.9805598855018616	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	4.707521678137328e-05	NZ_JHQL01000002.1	g-proteobacteria	Halomonas alkaliantarctica strain FS-N4 scaffold2, whole genome shotgun sequence	True	False
ISR0334_000000007906	2574	0.923965932038313	5	2	1	1	2	True	121564	fragment	False	ISR0353_000000013571	0.6311854301974494		0	0	False	False	0.999611496925354	0					non-mobilizable	chromosome	2574.0	99.184	100.0	0.0010710693876463614	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
ISR0080_000000000441	35302	0.923964228212306	28	11	7	10	3	True	34330	maximal	True	ISR0080_000000000441	1.0		16	6	False	False	0.9992918372154236	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0707597714760701e-05	NZ_CP013334.1	fusobacteria	Fusobacterium hwasookii ChDC F300 chromosome, complete genome	True	True
ISR0312_000000001810	7364	0.9239633941677692	12	5	5	5	2	False	71351	maximal	True	ISR0312_000000001810	1.0		2	2	False	False	0.9998642206192017	0					non-mobilizable	no_good_hit	85.0	96.471	2.0	3.4422970612208435e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
CHI0162_000000023867	1379	0.9239570188552814	2	2	2	2	1	False	84634	fragment	False	CHI0138_000000008648	0.7611834321564432		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	98.62200000000001	100.0	0.051680168016801684	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
FIJ0095_000000009984	2688	0.923956757101786	4	2	2	2	2	False	125843	maximal	True	FIJ0095_000000009984	1.0		0	0	False	False	0.9977678656578064	0					non-mobilizable	no_good_hit	1448.0	74.378	53.0	0.00038557015849204757	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0088_000000001129	11484	0.92395495330268	12	8	6	8	5	False	15929	maximal	True	MAD0088_000000001129	1.0		1	1	False	False	0.9998258352279663	0					non-mobilizable	other	4271.0	96.39399999999999	95.0	0.005455909780625896	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ISR0393_000000003448	4800	0.9239452634041804	6	6	5	5	5	False	111680	fragment	False	ISR0830_000000004956	0.9676532098169609		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3149.0	99.65100000000001	74.0	0.005034641145876648	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
SPA0009_000000033194	1139	0.9239452060034832	2	2	2	2	2	False	8101	fragment	False	SPA0009_000000033194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	70.53399999999999	37.0	0.0010999955792139842	NZ_PJRT01000002.1	enterobacteria	Pantoea endophytica strain 596 PZBJ2, whole genome shotgun sequence	True	False
SPA0009_000000023940	1552	0.9239364690661314	3	2	2	2	1	False	12713	fragment	False	SPA0009_000000023940	1.0		0	0	False	False	0.999355673789978	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	2.7755771416154968e-05	NZ_RYEV01000005.1	g-proteobacteria	Steroidobacter soli strain JW-3 Scaffold4_1, whole genome shotgun sequence	True	False
MON0028_000000002232	8498	0.9239332761714248	13	10	5	8	8	False	119588	fragment	False	AST0026_000000003237	0.9428665785997359		0	0	False	False	0.9995293021202087	0					non-mobilizable	no_good_hit	3087.0	91.70700000000001	53.0	0.12216760580266155	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
USA0034_01_000000003789	14019	0.9239293456429416	21	11	9	9	9	True	126191	maximal	True	USA0034_01_000000003789	1.0		2	1	True	True	1.0	119					non-mobilizable	no_good_hit	1608.0	73.259	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0049_000000015736	1401	0.9239277490923204	2	1	1	1	1	False	13840	fragment	False	MON0049_000000015736	0.9592211609110948		0	0	False	False	0.9707351922988892	0					non-mobilizable	no_good_hit	529.0	92.62799999999999	38.0	0.0001877094144285495	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0097_000000030952	1207	0.9239277490923204	2	1	1	1	1	False	9215	fragment	False	MON0097_000000030952	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	535.0	92.71	44.0	0.00018984652351122748	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
USA0082_01_000000003621	7587	0.9239261749229452	9	9	4	4	9	True	74985	maximal	False	ISR0056_000000002167	0.941069861982756		0	0	False	False	1.0	0					non-mobilizable	other	7617.0	91.348	100.0	0.0030919396388289036	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
USA0055_01_000000005588	4745	0.9239251327634866	5	5	5	5	3	False	114946	fragment	False	MON0060_000000005527	0.6891240618929703		0	0	False	False	0.9959957599639893	0					non-mobilizable	no_good_hit	840.0	74.643	17.0	0.023240800516462233	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
AST0060_000000003657	7478	0.923924457883648	7	4	3	4	1	True	122753	fragment	False	ISR0020_000000001978	0.6837013045284971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	92.255	15.0	0.004168530059779019	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0062_000000004638	5978	0.9239243756894876	16	3	1	1	3	False	51609	fragment	False	FIJ0062_000000004638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3476.0	91.65700000000001	80.0	0.13579956938735566	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
TAN0016_000000001854	4719	0.9239157893833644	6	4	2	2	4	True	92223	maximal	False	TAN0017_000000006652	0.9658067158067158		0	0	False	True	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2077.0	91.911	66.0	0.2885204792421287	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
ENG0191_000000022395	1448	0.9239151103856116	3	2	2	2	2	False	60824	fragment	False	USA0064_01_000000005522	0.8461233485761929		0	0	False	False	0.9426795840263367	0					non-mobilizable	other	1448.0	96.89200000000001	100.0	0.0007096594665186492	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
AST0053_000000005653	1449	0.9239148814467852	2	2	2	2	2	False	114083	fragment	False	AST0053_000000005653	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0141_000000010861	2545	0.9239146105373304	4	4	4	4	3	False	91598	fragment	False	ENG0022_000000006480	0.9554145068991383		0	0	False	False	1.0	0					non-mobilizable	other	2538.0	97.95100000000001	99.0	0.0033100399762021563	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
MAD0068_000000003819	6068	0.9239109916057188	7	2	2	1	1	False	28206	fragment	False	MAD0068_000000003819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	1.0	4.032461313574273e-05	NZ_LK028559.1	mycoplasmas	Acholeplasma oculi genome assembly Acholeplasma oculi strain 19L, chromosome : 1	True	False
MAD0100_000000009264	4011	0.9239070555994164	6	6	3	1	4	True	110926	maximal	True	MAD0100_000000009264	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	1609.0	94.469	45.0	0.0005604873172316388	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0101_000000009884	4553	0.9239041553016422	6	3	1	3	3	True	74507	fragment	False	SPA0101_000000009884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3687.0	93.626	83.0	0.0007102356592502629	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
ENG0060_000000002755	8141	0.9238995320084108	14	4	2	4	2	True	64053	fragment	False	ENG0060_000000002755	1.0		0	0	False	False	0.9988945126533508	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	3.820337625231825e-05	NZ_FRCB01000001.1	a-proteobacteria	Roseovarius litoreus strain DSM 28249, whole genome shotgun sequence	True	True
MON0096_000000006523	4756	0.9238991953572332	6	6	5	6	5	False	73998	fragment	False	MON0077_000000006275	0.39190367448619473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	78.332	37.0	0.0018376532320079613	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0087_01_000000006557	2328	0.9238961979175876	3	3	2	2	1	True	94605	maximal	True	USA0087_01_000000006557	1.0		3	2	False	False	0.9845361113548279	0					non-mobilizable	no_good_hit	2015.0	94.045	86.0	0.18309987265781336	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
MAD0102_000000003413	4633	0.9238864301470514	6	2	2	2	0	True	19270	maximal	True	MAD0102_000000003413	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
MON0082_000000005869	4576	0.9238864301470514	6	2	2	2	0	True	80629	maximal	False	CHI0176_000000002052	0.9345401404863368		0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
MON0050_000000005799	4571	0.9238864301470514	6	2	2	2	0	True	12408	maximal	True	MON0050_000000005799	0.9556523681858802		3	1	True	True	1.0	525					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.013401789085331e-05	NZ_KB907100.1	g-proteobacteria	Amphritea japonica ATCC BAA-1530 strain JAMM 1866 G329DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
MAD0063_000000002336	4505	0.9238864301470514	7	2	2	2	0	True	16727	maximal	True	MAD0063_000000002336	1.0		1	1	False	False	0.9995560646057129	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005842827928717499	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
ISR0367_000000002276	4307	0.9238864301470514	6	2	2	2	0	True	23595	maximal	True	ISR0367_000000002276	1.0		1	1	True	True	0.9986069202423096	20					non-mobilizable	no_good_hit								True	True
MON0032_000000006130	3737	0.9238864301470514	7	2	2	2	0	True	12407	fragment	False	MON0032_000000006130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.013401789085331e-05	NZ_KB907100.1	g-proteobacteria	Amphritea japonica ATCC BAA-1530 strain JAMM 1866 G329DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
MAD0044_000000006448	3679	0.9238864301470514	5	2	2	2	0	True	17979	maximal	True	MAD0044_000000006448	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0136_000000004032	3638	0.9238864301470514	5	2	2	2	0	True	80628	fragment	False	CHI0136_000000004032	1.0		0	0	False	False	0.9994502663612366	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000013048	3326	0.9238864301470514	4	2	2	2	0	True	15337	maximal	True	MAD0098_000000013048	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0069_000000002241	3311	0.9238864301470514	5	2	2	2	0	True	16404	fragment	False	MAD0069_000000002241	1.0		0	0	False	False	0.9978858232498169	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005842827928717499	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
MAD0070_000000005610	3218	0.9238864301470514	5	2	2	2	0	True	16380	fragment	False	MAD0070_000000005610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005842827928717499	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
FIJ0079_000000008868	3210	0.9238864301470514	4	2	2	2	0	True	44392	maximal	True	FIJ0079_000000008868	1.0		1	1	True	True	0.9993769526481628	6					non-mobilizable	no_good_hit								True	True
ETH0003_000000014881	2553	0.9238864301470514	3	2	2	2	0	True	53208	maximal	True	ETH0003_000000014881	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0047_000000029747	1342	0.9238864301470514	3	2	2	2	0	True	11444	fragment	False	MON0047_000000029747	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0139_000000008017	3053	0.9238758361929688	4	4	2	3	2	True	130268	backbone	False	FIJ0135_000000009121	0.4964025579632718	PS1090	0	0	True	True	1.0	44					non-mobilizable	other	1742.0	91.963	99.0	0.5804405874499332	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0085_000000002601	13499	0.9238693431184876	10	6	6	5	3	False	99577	fragment	False	DEN0085_000000002601	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	13508.0	98.527	99.0	0.05541921451142939	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0077_000000001675	12724	0.9238653374268064	11	8	6	6	5	True	122760	fragment	False	ISR0077_000000001675	1.0		0	0	False	False	0.998978316783905	0					non-mobilizable	no_good_hit	4287.0	91.789	50.0	0.017552137397376617	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0150_000000002995	7288	0.9238607138480488	9	6	3	6	5	True	82284	maximal	True	FIJ0150_000000002995	1.0		2	1	False	False	0.9982162714004517	0					non-mobilizable	no_good_hit	1378.0	83.89	19.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MAD0066_000000032295	1107	0.9238591584368494	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.2127166697600833		0	0	False	False	0.9981933236122131	0					non-mobilizable	other	1106.0	96.383	99.0	0.12730414746543778	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
SPA0055_000000006798	4609	0.9238586276475204	10	6	2	6	3	False	61675	fragment	False	SPA0055_000000006798	0.9985416199237155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000002045	11020	0.9238547933684174	11	9	8	6	5	False	118373	maximal	True	ISR0132_000000002045	1.0		0	0	False	False	0.9986388087272644	0					non-mobilizable	no_good_hit	3329.0	93.932	38.0	0.0013921055334203836	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0079_000000002630	2462	0.9238526817756668	3	3	2	3	1	False	100730	fragment	False	CHI0079_000000002630	1.0		0	0	False	False	0.9792851209640503	0					non-mobilizable	no_good_hit	1386.0	88.961	56.0	0.0002600816374664781	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
ISR0120_000000013113	2490	0.9238515574019662	4	3	3	2	1	False	68298	fragment	False	ISR0120_000000013113	1.0		0	0	False	False	0.9991967678070068	0					non-mobilizable	no_good_hit	930.0	98.17200000000001	45.0	0.02562193171162226	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0033_000000002070	7293	0.9238470577411798	12	7	3	7	6	False	113853	fragment	False	MAD0033_000000002070	0.9640038631328604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000000637	16880	0.9238461818601288	30	4	2	3	3	False	16279	maximal	True	MAD0088_000000000637	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	80.435	1.0	3.291393912888531e-05	CP015821.1	a-proteobacteria	Bartonella apis strain BBC0244, complete genome	True	False
ENG0074_000000008799	2525	0.9238431978446204	2	2	2	2	1	True	62172	fragment	False	ENG0074_000000008799	0.9751486830926083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0071_000000001538	5013	0.9238402635205712	8	6	5	6	4	False	129747	maximal	True	ISR0071_000000001538	1.0	PS1061	13	3	False	True	1.0	0					non-mobilizable	no_good_hit	1744.0	98.96799999999999	78.0	0.00046682688494084	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0029_000000027808	1132	0.923839732480891	3	2	2	2	2	False	48804	fragment	False	FIJ0029_000000027808	1.0		0	0	False	False	0.9514134526252747	0					non-mobilizable	no_good_hit	502.0	74.104	43.0	0.0001739591881201689	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ISR0004_000000005760	3027	0.9238295943857764	2	2	2	2	2	False	105883	fragment	False	CHI0106_000000005843	0.8819326138251565		0	0	False	False	0.996696412563324	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	16.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0306_000000000402	12265	0.9238284330368424	15	14	10	10	11	True	123702	fragment	False	ENG0167_000000001303	0.5761147742233468		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	12304.0	98.691	100.0	0.12268481558358614	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0006_000000007081	2915	0.9238088195877976	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8920737761450231	PS575	0	0	True	True	1.0	254					non-mobilizable	plasmid	1362.0	96.916	100.0	0.4687607870210563	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0052_000000005914	2864	0.9238088195877976	6	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8681217230273237	PS575	0	0	True	True	1.0	41					non-mobilizable	plasmid	1538.0	89.53200000000001	100.0	0.5260614428719365	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ENG0051_000000000863	23974	0.9237983557823032	27	10	7	10	6	False	64108	fragment	False	ENG0051_000000000863	0.9877510040160643		0	0	False	False	0.9992074966430664	0					non-mobilizable	no_good_hit	79.0	89.87299999999999	0.0	0.000372311481513303	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
USA0072_01_000000002618	7645	0.9237933433477346	8	6	4	4	3	False	112387	fragment	False	USA0072_01_000000002618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3039.0	97.302	75.0	0.1307079836453626	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0327_000000017476	1650	0.9237869893859576	2	2	2	2	2	False	79372	fragment	False	ISR0121_000000013880	0.764970493560459		0	0	False	False	1.0	0					non-mobilizable	other	1653.0	95.584	100.0	0.0005133122076842526	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0177_000000004518	5194	0.9237867089328236	7	5	4	4	5	False	49078	maximal	True	ISR0177_000000004518	1.0		2	1	False	False	0.9998074769973755	0					non-mobilizable	no_good_hit	3068.0	99.25	84.0	0.0020675085005810866	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ENG0047_000000019114	1151	0.9237839976114728	2	2	2	1	1	False	82312	fragment	False	MAD0083_000000008834	0.9809966216216216		0	0	False	False	0.9869678616523743	0					non-mobilizable	chromosome	1151.0	99.652	100.0	0.00024432974402316334	CP053259.1	enterobacteria	Escherichia coli strain GF3-3 chromosome, complete genome	False	False
ISR0338_000000003720	5601	0.9237814513670376	8	6	5	4	4	True	122503	fragment	False	ISR0338_000000003720	0.9814309547497709		0	0	False	False	0.9994643926620483	0					non-mobilizable	plasmid	3090.0	99.32	100.0	0.38473035247228793	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CHI0059_000000002774	5550	0.9237731132028308	6	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.1328980722404917		0	0	False	True	0.999279260635376	0					non-mobilizable	plasmid	2791.0	98.352	91.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0206_000000018030	1451	0.9237689097526616	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.23312644871666424		0	0	False	False	0.9924190044403076	0					non-mobilizable	other	1456.0	90.65899999999999	100.0	0.00045202584106982977	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0079_000000001485	11831	0.9237678291337488	17	8	3	4	7	False	5655	maximal	True	SPA0079_000000001485	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2389.0	79.071	20.0	0.40654445776940207	NZ_QRUU01000102.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf102, whole genome shotgun sequence	True	False
ISR0812_000000020207	1958	0.9237664549844742	3	2	2	1	1	False	129506	fragment	False	ISR0812_000000020207	1.0		0	0	False	False	0.9713993668556213	0					non-mobilizable	no_good_hit	1012.0	80.435	51.0	0.008961824953445064	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0083_000000014671	2473	0.923758884531244	6	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.8494855186146137	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2473.0	99.353	100.0	0.5820579232399341	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0108_000000008794	2315	0.923758884531244	5	4	2	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.8357336853168919	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2315.0	100.0	100.0	0.5448551919001648	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0001_000000004102	4784	0.9237532843061212	8	5	1	4	3	False	104477	maximal	True	FIJ0001_000000004102	1.0		4	4	False	False	0.9931020140647888	0					non-mobilizable	no_good_hit	1972.0	97.566	41.0	0.0139208182724887	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
DEN0093_000000017606	1828	0.9237507616859636	3	1	1	1	1	False	68469	fragment	False	DEN0093_000000017606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1515.0	87.855	82.0	0.06189657993781705	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0143_000000010819	1707	0.9237477349151348	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8655713998996435		0	0	False	False	0.9994142055511475	0					non-mobilizable	other	1707.0	94.962	100.0	0.007687839236117414	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0019_000000009520	2943	0.9237445882045252	4	2	2	1	2	False	122690	maximal	True	AST0019_000000009520	1.0		2	2	False	False	0.9966021180152893	0					non-mobilizable	no_good_hit	1075.0	72.93	36.0	0.002535756817553019	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	True	False
ISR0177_000000003460	6378	0.9237434181885796	12	8	2	3	7	True	101520	fragment	False	ISR0177_000000003460	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4773.0	99.07799999999999	97.0	0.0007261601515697601	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ENG0092_000000008179	2645	0.9237425581760256	3	3	3	3	2	False	116966	fragment	False	ENG0092_000000008179	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1644.0	87.105	62.0	0.006783889402296659	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
MON0046_000000004930	5597	0.9237420869253332	8	6	4	5	5	False	120538	fragment	False	AST0025_000000005419	0.9620631134570877		0	0	False	False	0.9905306696891785	0					non-mobilizable	no_good_hit	2451.0	95.26700000000001	44.0	0.9755804643714971	NZ_JAAITU010000097.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_97_length_2498_cov_195.029, whole genome shotgun sequence	True	False
MON0077_000000002592	10385	0.9237350984289632	13	6	2	4	2	False	53264	fragment	False	MAD0028_000000000652	0.9359641255605381		0	0	False	False	0.9980741739273071	0					non-mobilizable	no_good_hit	45.0	91.111	0.0	1.3904287519478416e-05	NZ_CP037940.1	firmicutes	Weissella cryptocerci strain 26KH-42 chromosome, complete genome	True	False
ISR0006_000000012410	1541	0.9237347343200809	3	3	3	3	2	False	38486	maximal	True	ISR0006_000000012410	1.0		2	1	False	False	0.98247891664505	0					non-mobilizable	no_good_hit	834.0	79.376	54.0	0.0013847033757998	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
SPA0046_000000002166	9564	0.9237135706261184	11	7	7	7	3	True	95106	maximal	True	SPA0046_000000002166	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	4984.0	99.177	52.0	0.0027598315190150344	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	True
MON0029_000000005093	4326	0.923711006785752	7	5	4	4	4	False	42461	fragment	False	MON0029_000000005093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	80.24600000000001	59.0	0.035484170027349	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0122_000000006707	2446	0.9237042703249191	3	2	2	2	2	False	52566	fragment	False	FIJ0122_000000006707	0.9687153875430289		0	0	False	False	1.0	0					non-mobilizable	plasmid	2446.0	100.0	100.0	0.30051622418879054	AP023203.1	enterobacteria	Escherichia coli TUM18780 plasmid pMTY18780-6 DNA, complete sequence	False	True
CHI0174_000000002076	7700	0.923701786061746	7	7	5	7	5	True	127868	maximal	True	CHI0174_000000002076	1.0		2	2	False	False	0.9992207884788513	0					non-mobilizable	no_good_hit	1751.0	97.544	23.0	0.019019671774807085	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0072_000000005697	3232	0.9236973800302752	3	3	3	3	3	False	70291	maximal	True	DEN0072_000000005697	1.0		2	2	False	False	0.999690592288971	0					non-mobilizable	no_good_hit	903.0	79.402	28.0	0.0037460674625497425	NZ_OFSM01000006.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
SPA0106_000000007134	5416	0.9236899492646274	9	9	5	8	4	True	4757	fragment	False	SPA0106_000000007134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	93.902	2.0	0.002450164856771227	NZ_VJZV01000040.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold40_1, whole genome shotgun sequence	True	True
SPA0111_000000006555	5008	0.9236864347906004	3	3	3	3	2	False	4585	maximal	True	SPA0111_000000006555	1.0		3	2	False	False	0.9984025359153748	0					non-mobilizable	no_good_hit	1138.0	86.555	48.0	0.00034031497431628253	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0112_000000001570	13114	0.9236821531192654	16	16	1	12	16	True	79536	fragment	False	FIJ0112_000000001570	1.0		0	0	False	False	0.9999237656593323	0			MPF_F		non-mobilizable	plasmid	13114.0	99.84700000000001	100.0	0.09137024004459464	CP032195.1	enterobacteria	Klebsiella pneumoniae strain AR_0097 plasmid unnamed1, complete sequence	False	True
ISR0323_000000000836	13931	0.9236665778731362	17	5	2	4	4	False	51278	fragment	False	ISR0323_000000000836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7151.0	92.77	82.0	0.0022240418016574075	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0200_000000013434	1547	0.9236609631737266	2	2	2	2	2	False	54198	fragment	False	ENG0200_000000013434	1.0		0	0	False	False	0.9980607628822327	0					non-mobilizable	other	872.0	91.28399999999999	100.0	0.00024565617273887737	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0040_000000004880	3905	0.923660027069264	3	3	1	2	1	True	128027	backbone	True	AST0040_000000004880	1.0	PS1026	1	1	True	True	1.0	42	rep_cluster_1152	MOBQ			mobilizable	no_good_hit	2383.0	99.874	67.0	0.48632094732543896	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
CHI0055_000000001925	7101	0.9236571551884576	12	9	7	9	7	True	86258	fragment	False	CHI0055_000000001925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	1.0	0.0022171544406436082	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0073_000000014564	1662	0.9236495020107736	2	2	2	1	1	True	84899	fragment	False	CHI0071_000000006158	0.6921280122194959		0	0	False	False	1.0	0					non-mobilizable	other	1662.0	100.0	100.0	0.017298119181021015	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ISR0069_000000010374	2366	0.9236452306805766	2	1	1	1	1	True	34959	maximal	True	ISR0069_000000010374	1.0		1	1	False	False	0.9966187477111816	0	rep_cluster_2313				non-mobilizable	plasmid	1950.0	99.179	98.0	0.02443274413940078	CP054315.1	enterobacteria	Escherichia coli strain SCU-483 plasmid pSCU-483-2	False	True
ISR0297_000000004929	2751	0.9236452283104184	5	4	4	3	3	True	72914	fragment	False	ISR0396_000000007970	0.9642353770260746		0	0	False	False	0.9956379532814026	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.108801833183555e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0090_000000016113	2658	0.9236418754724915	3	1	1	1	1	False	43494	fragment	False	FIJ0090_000000016113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0186_000000001300	15571	0.923641505001865	18	8	3	5	6	False	120516	maximal	True	ENG0186_000000001300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5785.0	96.249	72.0	0.03367158402741754	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
SPA0015_000000012624	1858	0.92363742135599	3	2	1	2	1	True	56603	fragment	False	SPA0106_000000019710	0.9419425889382519		0	0	False	False	0.9994617700576782	0					non-mobilizable	plasmid	1707.0	92.501	92.0	0.07320777642770353	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
MON0047_000000024654	1612	0.92363742135599	2	2	1	2	1	True	51532	fragment	False	MON0047_000000024654	1.0		0	0	False	False	0.944168746471405	0					non-mobilizable	no_good_hit	1302.0	90.09200000000001	80.0	0.051712424569396155	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
SPA0028_000000007419	3678	0.9236342188650484	6	3	2	2	2	True	124805	fragment	False	SPA0028_000000007419	1.0		0	0	False	False	0.9991843104362488	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	0.0005224605803492127	NZ_ADFP01000051.1	bacteria	Pyramidobacter piscolens W5455 contig00025, whole genome shotgun sequence	True	True
ISR0103_000000002102	10310	0.9236297592724702	9	7	4	7	2	True	33076	fragment	False	ISR0103_000000002102	1.0		0	0	False	False	0.9993210434913635	0					non-mobilizable	no_good_hit								True	True
CHI0079_000000000606	13224	0.9236236609950544	17	6	4	6	4	True	84408	maximal	True	CHI0079_000000000606	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	76.779	2.0	0.00022745811633306142	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	True
SPA0026_000000004067	5964	0.9236175969649848	7	3	1	0	2	False	7541	fragment	False	SPA0026_000000004067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	99.51899999999999	14.0	0.9987980769230769	GQ876585.1		Uncultured organism clone VC1AD64TR genomic sequence	True	False
ENG0204_000000000959	15929	0.9236103374390128	18	15	7	14	14	True	54072	maximal	True	ENG0204_000000000959	0.9921445236676517		2	2	False	False	0.9999372363090515	0					non-mobilizable	other	15936.0	99.197	100.0	0.025756456490921228	LM997281.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-32_contig-0.1_276634_895274_[organism:Escherichia	False	True
ISR0283_000000006802	1978	0.9236079893627812	2	2	2	2	1	True	59684	fragment	False	ISR0109_000000014506	0.601928387735194		0	0	False	False	0.9924165606498718	0					non-mobilizable	other	1978.0	99.596	100.0	0.0008926894289677493	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	True
AST0048_000000009504	1652	0.923604229941133	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8434108173788053		0	0	False	False	1.0	0					non-mobilizable	other	1652.0	95.823	100.0	0.007492693375932616	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0157_000000001952	3208	0.923601233118982	7	3	3	3	2	False	3162	maximal	True	SPA0157_000000001952	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000003046	6849	0.9235992924361526	16	2	2	2	2	False	18165	maximal	True	MAD0042_000000003046	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0291_000000001852	5919	0.9235930514493756	8	4	0	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996677361911868	PS348|PS349|PS350|PS554|PS860	0	0	True	True	0.9994931817054749	11					non-mobilizable	no_good_hit	1820.0	90.495	41.0	0.2022022022022022	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0026_000000006015	4469	0.9235902869796888	6	3	3	2	2	False	7535	maximal	True	SPA0026_000000006015	1.0		3	1	False	False	0.9997762441635132	0					non-mobilizable	no_good_hit	2577.0	84.556	58.0	0.0007811396506486669	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ENG0087_000000016773	1560	0.9235894945051984	2	2	1	1	0	True	61364	maximal	True	ENG0087_000000016773	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0292_000000001261	9847	0.9235878187601164	10	5	4	4	4	False	53587	fragment	False	ISR0292_000000001261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2072.0	99.566	21.0	0.0005524539117124764	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0025_000000000392	18111	0.9235833151571816	19	17	3	8	17	True	80362	fragment	False	MON0025_000000000392	1.0		0	0	False	False	0.9975153207778931	0			MPF_I		non-mobilizable	plasmid	18071.0	99.679	99.0	0.20560726395557882	CP056607.1	enterobacteria	Escherichia coli strain RHBSTW-00321 plasmid pRHBSTW-00321_4, complete sequence	False	True
FIJ0090_000000008158	4758	0.9235778610108256	6	2	1	2	0	True	126439	maximal	True	FIJ0090_000000008158	1.0	PS107|PS960	1	1	False	True	0.9987389445304871	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.416916876636683e-06	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	True
ISR0032_000000006630	4721	0.9235778610108256	8	2	1	2	0	True	85958	maximal	False	FIJ0145_000000002443	0.9280967356820723	PS432	0	0	True	True	0.9997881650924683	14					non-mobilizable	no_good_hit	148.0	92.568	3.0	0.028117827084927313	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
MON0049_000000004138	4720	0.9235778610108256	7	2	1	2	0	True	13980	maximal	True	MON0049_000000004138	0.9998958116274224		2	1	True	True	0.9845339059829712	3					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.6565656565656563e-05	NZ_ANAS01000004.1	high GC Gram+	Nocardiopsis baichengensis YIM 90130 Scaffold1_4, whole genome shotgun sequence	True	True
ETH0003_000000006768	4718	0.9235778610108256	8	2	1	2	0	True	53244	maximal	True	ETH0003_000000006768	1.0		1	1	True	True	1.0	68					non-mobilizable	no_good_hit								True	True
MON0082_000000005625	4708	0.9235778610108256	7	2	1	2	0	True	34382	backbone	True	MON0082_000000005625	0.958875314250599	PS107	2	1	True	True	1.0	336					non-mobilizable	no_good_hit								True	True
MON0092_000000010639	4700	0.9235778610108256	7	2	1	2	0	True	13980	maximal	False	MON0049_000000004138	0.9998958116274224		0	0	True	True	1.0	55					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.6565656565656563e-05	NZ_ANAS01000004.1	high GC Gram+	Nocardiopsis baichengensis YIM 90130 Scaffold1_4, whole genome shotgun sequence	True	True
CAN0009_000000004456	4700	0.9235778610108256	5	2	1	2	0	True	94826	maximal	True	CAN0009_000000004456	1.0		1	1	True	True	1.0	89					non-mobilizable	no_good_hit								True	True
FIJ0058_000000008337	4623	0.9235778610108256	7	2	1	2	0	True	126438	backbone	True	FIJ0058_000000008337	0.9319664733200277	PS107|PS960	1	1	True	True	1.0	19					non-mobilizable	no_good_hit	234.0	78.632	5.0	0.061554789068718495	HG796788.1	bacteria	Uncultured bacterium plasmid pRGF00030	True	True
MAD0015_000000003459	4611	0.9235778610108256	6	2	1	2	0	True	19443	maximal	True	MAD0015_000000003459	0.9962036176962398		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	77.733	7.0	8.221922751330593e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0037_000000012558	4609	0.9235778610108256	7	2	1	2	0	True	16381	maximal	True	MON0037_000000012558	0.9999462134251291		4	1	True	True	1.0	51					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005842827928717499	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
FIJ0086_000000006601	4594	0.9235778610108256	7	2	1	2	0	True	61832	maximal	True	FIJ0086_000000006601	1.0		1	1	True	True	0.9995646476745605	1					non-mobilizable	no_good_hit								True	True
ISR0810_000000002704	4590	0.9235778610108256	5	2	1	2	0	True	126438	backbone	False	FIJ0058_000000008337	0.8869851382720066	PS107|PS960	0	0	True	True	0.999782145023346	32					non-mobilizable	no_good_hit								True	True
MON0011_000000009933	4589	0.9235778610108256	6	2	1	2	0	True	16381	maximal	False	MON0037_000000012558	0.9999459809853068		0	0	True	True	1.0	188					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005842827928717499	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
FIJ0016_000000003781	4585	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9706796180534684		0	0	True	True	0.9991275668144226	11					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0044_000000004748	4584	0.9235778610108256	6	2	1	2	0	True	85957	backbone	True	FIJ0044_000000004748	0.9967861866799496	PS432	4	1	True	True	1.0	6					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0231_000000003039	4581	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9583927946183589		0	0	True	True	1.0	60					non-mobilizable	no_good_hit	163.0	89.571	4.0	0.03098699311400153	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ISR0256_000000003879	4581	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9581260640091337		0	0	True	True	1.0	42					non-mobilizable	no_good_hit	163.0	89.571	4.0	0.03098699311400153	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ISR0033_000000006056	4581	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9586763659680594		0	0	True	True	1.0	55					non-mobilizable	no_good_hit	163.0	89.571	4.0	0.03098699311400153	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
AST0148_000000007508	4570	0.9235778610108256	6	2	1	2	0	True	132124	maximal	False	ISR0085_000000004755	0.8664650151197394	PS1141	0	0	True	True	1.0	156					non-mobilizable	no_good_hit								True	True
FIJ0161_000000003432	4567	0.9235778610108256	6	2	1	2	0	True	43858	maximal	True	FIJ0161_000000003432	0.9997838305231301		2	1	True	True	1.0	12					non-mobilizable	no_good_hit	474.0	75.949	10.0	0.12390554523746351	HG796788.1	bacteria	Uncultured bacterium plasmid pRGF00030	True	True
FIJ0082_000000005932	4564	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9697504075484438		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0774_000000005185	4553	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9700445334720548		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0101_000000012525	4549	0.9235778610108256	6	2	1	2	0	True	16381	maximal	False	MON0037_000000012558	0.9998353633124591		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005842827928717499	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
MON0025_000000006585	4548	0.9235778610108256	7	2	1	2	0	True	53242	maximal	False	MAD0092_000000003859	0.683165276179177		0	0	True	True	1.0	94					non-mobilizable	no_good_hit								True	True
CHI0176_000000002052	4548	0.9235778610108256	6	2	1	2	0	True	80629	maximal	True	CHI0176_000000002052	0.9381978997277998		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0001801342932213602	NZ_LQQU01000003.1	b-proteobacteria	Crenobacter luteus strain CN10 contig_11, whole genome shotgun sequence	True	True
FIJ0086_000000006667	4547	0.9235778610108256	7	2	1	2	0	True	43858	maximal	False	FIJ0161_000000003432	0.9997838305231301		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	474.0	75.738	10.0	0.12390554523746351	HG796788.1	bacteria	Uncultured bacterium plasmid pRGF00030	True	True
MAD0004_000000001912	4547	0.9235778610108256	8	2	1	2	0	True	53242	maximal	False	MAD0092_000000003859	0.6833750806827301		0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
FIJ0138_000000003892	4544	0.9235778610108256	6	2	1	2	0	True	85957	backbone	False	FIJ0044_000000004748	0.9966245700875686	PS432	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.0456852933426097e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0025_000000004726	4542	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9573430914874661		0	0	True	True	0.9997798204421997	8					non-mobilizable	no_good_hit	163.0	89.571	4.0	0.03098699311400153	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ISR0378_000000004672	4541	0.9235778610108256	6	2	1	2	0	True	69630	maximal	True	ISR0378_000000004672	0.9730305630192921		8	3	True	True	0.9986786842346191	7					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0273_000000001734	4541	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9579678396796798		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	163.0	89.571	4.0	0.03098699311400153	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ISR0275_000000002966	4541	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.958449876252601		0	0	True	True	1.0	41					non-mobilizable	no_good_hit	163.0	89.571	4.0	0.03098699311400153	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ISR0773_000000002314	4541	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9705143788719862		0	0	True	True	1.0	46					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.0456852933426097e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0028_000000006669	4541	0.9235778610108256	7	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9706428107526315		0	0	False	True	0.9982382655143738	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0074_000000004804	4541	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9624278988618873		0	0	True	True	1.0	85					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
USA0080_01_000000009573	4537	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9649322906024578		0	0	True	True	0.9991183876991272	2					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
CAN0003_000000010797	4508	0.9235778610108256	4	2	1	2	0	True	132124	maximal	False	ISR0085_000000004755	0.9691113751078545	PS1141	0	0	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ISR0041_000000002661	4499	0.9235778610108256	4	2	1	2	0	True	132124	maximal	False	ISR0085_000000004755	0.8698248551464972	PS1141	0	0	True	True	1.0	28					non-mobilizable	no_good_hit								True	True
MON0041_000000010946	4495	0.9235778610108256	6	2	1	2	0	True	26136	maximal	True	MON0041_000000010946	1.0		4	1	True	True	1.0	23					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006198347107438017	XM_035129792.1	lizards	PREDICTED: Zootoca vivipara KAT8 regulatory NSL complex subunit 1-like (LOC118092061), mRNA	True	True
MON0028_000000005204	4494	0.9235778610108256	5	2	1	2	0	True	34382	backbone	False	MON0082_000000005625	0.950218286455492	PS107	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0042_000000005547	4490	0.9235778610108256	6	2	1	2	0	True	100596	maximal	True	MON0042_000000005547	1.0	PS579	1	1	True	True	1.0	360					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
TAN0018_000000001694	4487	0.9235778610108256	7	2	1	2	0	True	44132	maximal	True	TAN0018_000000001694	0.9206476879929402		1	1	True	True	1.0	46					non-mobilizable	no_good_hit								True	True
MAD0092_000000003859	4486	0.9235778610108256	8	2	1	2	0	True	53242	maximal	True	MAD0092_000000003859	0.9085436666193396		2	1	True	True	1.0	94					non-mobilizable	no_good_hit								True	True
FIJ0160_000000003745	4480	0.9235778610108256	7	2	1	2	0	True	51614	maximal	False	FIJ0007_000000003758	0.9997049494725972		0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
MAD0066_000000004061	4478	0.9235778610108256	6	2	1	2	0	True	19302	maximal	True	MAD0066_000000004061	1.0		2	1	True	True	1.0	183					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.8616464462388103e-06	CP006871.1	high GC Gram+	Streptomyces albulus ZPM, complete genome	True	True
MAD0101_000000005877	4477	0.9235778610108256	5	2	1	2	0	True	15126	maximal	True	MAD0101_000000005877	1.0		1	1	True	True	1.0	56					non-mobilizable	no_good_hit								True	True
FIJ0068_000000006807	4477	0.9235778610108256	5	2	1	2	0	True	50028	backbone	True	FIJ0068_000000006807	0.9891091941880106	PS192	4	1	True	True	1.0	7					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005842827928717499	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
MON0084_000000005873	4473	0.9235778610108256	7	2	1	2	0	True	85958	maximal	False	FIJ0145_000000002443	0.9123330714257115	PS432	0	0	True	True	0.9991057515144348	11					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00011386063458327007	NZ_JMKU01000009.1	b-proteobacteria	Acidovorax oryzae ATCC 19882 T336DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	True
ISR0132_000000005713	4461	0.9235778610108256	4	2	1	2	0	True	132124	maximal	False	ISR0085_000000004755	0.8715302324603518	PS1141	0	0	True	True	1.0	46					non-mobilizable	no_good_hit								True	True
FIJ0081_000000007201	4460	0.9235778610108256	7	2	1	2	0	True	51614	maximal	False	FIJ0007_000000003758	0.9994111990136121		0	0	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ENG0053_000000005877	4458	0.9235778610108256	6	2	1	2	0	True	109710	maximal	True	ENG0053_000000005877	0.9508786949635639		1	1	True	True	1.0	150					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.000775175019984981	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
FIJ0115_000000005467	4457	0.9235778610108256	5	2	1	2	0	True	50028	backbone	False	FIJ0068_000000006807	0.987837751715244	PS192	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005842827928717499	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
MAD0032_000000003378	4451	0.9235778610108256	6	2	1	2	0	True	18926	maximal	True	MAD0032_000000003378	0.9736217718888283		5	1	True	True	0.9997753500938416	7					non-mobilizable	no_good_hit	40.0	95.0	1.0	0.00050429947630439	NZ_FOHB01000013.1	high GC Gram+	Phycicoccus cremeus strain CGMCC 1.6963, whole genome shotgun sequence	True	True
CHI0132_000000007253	4450	0.9235778610108256	5	2	1	2	0	True	80948	maximal	True	CHI0132_000000007253	1.0		1	1	True	True	0.9997752904891968	1					non-mobilizable	no_good_hit								True	True
FIJ0156_000000001731	4444	0.9235778610108256	5	2	1	2	0	True	132124	maximal	False	ISR0085_000000004755	0.8707465828243035	PS1141	0	0	True	True	0.9997749924659729	7					non-mobilizable	no_good_hit								True	True
ISR0085_000000004755	4443	0.9235778610108256	5	2	1	2	0	True	132124	maximal	True	ISR0085_000000004755	0.9741190997147761	PS1141	6	3	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
ENG0183_000000006215	4438	0.9235778610108256	5	2	1	2	0	True	132124	maximal	False	ISR0085_000000004755	0.8728791291659408	PS1141	0	0	True	True	1.0	67					non-mobilizable	no_good_hit								True	True
ENG0039_000000005146	4437	0.9235778610108256	5	2	1	2	0	True	132124	maximal	False	ISR0085_000000004755	0.8730570542327669	PS1141	0	0	True	True	1.0	72					non-mobilizable	no_good_hit								True	True
MAD0043_000000005121	4413	0.9235778610108256	7	2	1	2	0	True	18926	maximal	False	MAD0032_000000003378	0.96775112405663		0	0	True	True	1.0	28					non-mobilizable	no_good_hit	40.0	95.0	1.0	0.00050429947630439	NZ_FOHB01000013.1	high GC Gram+	Phycicoccus cremeus strain CGMCC 1.6963, whole genome shotgun sequence	True	True
MON0041_000000011280	4401	0.9235778610108256	6	2	1	2	0	True	100594	maximal	False	MON0011_000000010458	0.9787262050921121		0	0	True	True	1.0	52					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
MON0011_000000010458	4400	0.9235778610108256	6	2	1	2	0	True	100594	maximal	True	MON0011_000000010458	0.9792313358604188		3	1	True	True	1.0	40					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
MON0026_000000006980	4399	0.9235778610108256	6	2	1	2	0	True	16381	maximal	False	MON0037_000000012558	0.979633574959754		0	0	False	True	0.9943168759346008	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005842827928717499	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
MAD0068_000000005736	4397	0.9235778610108256	6	2	1	2	0	True	16478	maximal	True	MAD0068_000000005736	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	31.0	96.774	1.0	5.4678671672802827e-05	NZ_FRBW01000004.1	a-proteobacteria	Labrenzia suaedae strain DSM 22153, whole genome shotgun sequence	True	True
ISR0164_000000005381	4393	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9507134968892871		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0044_000000004971	4388	0.9235778610108256	7	2	1	2	0	True	47139	maximal	True	FIJ0044_000000004971	1.0	PS41	1	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
MAD0031_000000002908	4380	0.9235778610108256	8	2	1	2	0	True	18957	maximal	True	MAD0031_000000002908	0.99947905038327		4	1	True	True	0.9961187243461609	9					non-mobilizable	no_good_hit								True	True
ISR0785_000000007090	4377	0.9235778610108256	6	2	1	2	0	True	22208	maximal	True	ISR0785_000000007090	0.9547114682249818		1	1	True	True	1.0	41					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.00035803418173393847	NZ_FXTO01000014.1	a-proteobacteria	Lutimaribacter litoralis strain DSM 29506, whole genome shotgun sequence	True	True
MAD0014_000000006563	4363	0.9235778610108256	6	2	1	2	0	True	126438	backbone	False	FIJ0058_000000008337	0.903736455983346	PS107|PS960	0	0	False	True	0.9995415806770325	0					non-mobilizable	no_good_hit	211.0	79.14699999999999	5.0	0.055452374635181746	HG796788.1	bacteria	Uncultured bacterium plasmid pRGF00030	True	True
FIJ0018_000000006229	4355	0.9235778610108256	5	2	1	2	0	True	50028	backbone	False	FIJ0068_000000006807	0.9808852707256792	PS192	0	0	False	True	0.9997704029083252	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005842827928717499	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
MAD0083_000000002040	4314	0.9235778610108256	7	2	1	2	0	True	18957	maximal	False	MAD0031_000000002908	0.9930216936188451		0	0	True	True	0.999536395072937	2					non-mobilizable	no_good_hit								True	True
MAD0088_000000004574	4307	0.9235778610108256	5	2	1	2	0	True	19591	maximal	True	MAD0088_000000004574	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
MAD0040_000000006105	4288	0.9235778610108256	6	2	1	2	0	True	18405	maximal	True	MAD0040_000000006105	1.0		1	1	True	True	0.9986007213592529	18					non-mobilizable	no_good_hit								True	True
FIJ0070_000000004516	4278	0.9235778610108256	7	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.9192274802857098		0	0	False	True	0.9964936971664429	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0087_000000006244	4263	0.9235778610108256	6	2	1	2	0	True	19443	maximal	False	MAD0015_000000003459	0.9710388629622706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.011330409356725146	LN853059.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0413	True	True
FIJ0039_000000005812	4225	0.9235778610108256	6	2	1	2	0	True	126438	backbone	False	FIJ0058_000000008337	0.7364106208286448	PS107|PS960	0	0	False	True	0.9997633099555969	0					non-mobilizable	no_good_hit	234.0	78.632	6.0	0.061554789068718495	HG796788.1	bacteria	Uncultured bacterium plasmid pRGF00030	True	True
ISR0830_000000005631	4209	0.9235778610108256	6	2	1	2	0	True	109710	maximal	False	ENG0053_000000005877	0.9289113806188651		0	0	False	True	0.9976241588592529	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
FIJ0068_000000007367	4188	0.9235778610108256	6	2	1	2	0	True	53237	maximal	True	FIJ0068_000000007367	0.9177261613691932		1	1	False	False	0.9990448951721191	0					non-mobilizable	no_good_hit								True	True
MAD0014_000000006936	4167	0.9235778610108256	6	2	1	2	0	True	61831	maximal	True	MAD0014_000000006936	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	75.325	11.0	0.00015314654395182307	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MAD0099_000000006901	4133	0.9235778610108256	6	2	1	2	0	True	100594	maximal	False	MON0011_000000010458	0.9038144998037636		0	0	False	True	0.9975804686546326	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
MAD0052_000000003659	4125	0.9235778610108256	6	2	1	2	0	True	18926	maximal	False	MAD0032_000000003378	0.4832512315270936		0	0	False	True	0.9997575879096985	0					non-mobilizable	no_good_hit	33.0	100.0	4.0	1.0771012646851818e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0063_000000006031	4125	0.9235778610108256	4	2	1	2	0	True	50028	backbone	False	FIJ0068_000000006807	0.9347886884984341	PS192	0	0	False	True	0.996848464012146	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.00016387358598784444	NZ_LT706937.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	True
MAD0093_000000006926	4117	0.9235778610108256	6	2	1	2	0	True	34382	backbone	False	MON0082_000000005625	0.6818718333171885	PS107	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	1.1851099991216244e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0004_000000008368	4107	0.9235778610108256	4	2	1	2	0	True	22208	maximal	False	ISR0785_000000007090	0.9247201279415125		0	0	False	True	0.989043116569519	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.00035803418173393847	NZ_FXTO01000014.1	a-proteobacteria	Lutimaribacter litoralis strain DSM 29506, whole genome shotgun sequence	True	True
ETH0003_000000008171	4090	0.9235778610108256	5	2	1	2	0	True	53237	maximal	False	FIJ0068_000000007367	0.9085482330468004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0100_000000002701	4087	0.9235778610108256	7	2	1	2	0	True	47678	backbone	False	ISR0131_000000006461	0.9682294853906468	PS174	0	0	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
MAD0066_000000004730	4060	0.9235778610108256	5	2	1	2	0	True	18926	maximal	False	MAD0032_000000003378	0.9395405820787369		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.00035803418173393847	NZ_FXTO01000014.1	a-proteobacteria	Lutimaribacter litoralis strain DSM 29506, whole genome shotgun sequence	True	True
DEN0079_000000011484	4058	0.9235778610108256	6	2	1	2	0	True	69630	maximal	False	ISR0378_000000004672	0.7388884506484231		0	0	False	True	0.9995071291923523	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0090_000000013714	4055	0.9235778610108256	7	2	1	2	0	True	47678	backbone	False	ISR0131_000000006461	0.9703502259547465	PS174	0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
MON0041_000000012873	4032	0.9235778610108256	6	2	1	2	0	True	50028	backbone	False	FIJ0068_000000006807	0.7296887999130718	PS192	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0005648066997760249	NZ_MNBL01000026.1	a-proteobacteria	Nioella sediminis strain JS7-11 contig26, whole genome shotgun sequence	True	True
MON0028_000000005882	4031	0.9235778610108256	4	2	1	2	0	True	12601	maximal	True	MON0028_000000005882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005277251138518069	NZ_VOHJ01000021.1	g-proteobacteria	Vulcaniibacterium thermophilum strain KCTC 32020 Scaffold21, whole genome shotgun sequence	True	True
MAD0022_000000002406	4024	0.9235778610108256	6	2	1	2	0	True	19301	fragment	False	MAD0022_000000002406	1.0		0	0	False	False	0.9860835075378418	0					non-mobilizable	no_good_hit								True	True
ETH0001_000000006203	4022	0.9235778610108256	6	2	1	2	0	True	53575	maximal	True	ETH0001_000000006203	1.0		1	1	False	False	0.9997513890266418	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00012263139727122433	NZ_WKJN01000009.1	b-proteobacteria	Duganella albus strain FT9W NODE_9_length_220172_cov_26.422909_9, whole genome shotgun sequence	True	True
CHI0155_000000002855	4004	0.9235778610108256	6	2	1	2	0	True	79078	maximal	True	CHI0155_000000002855	1.0		1	1	True	True	0.9997502565383911	19					non-mobilizable	no_good_hit	138.0	88.406	3.0	0.02620504973221117	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ENG0134_000000009424	3980	0.9235778610108256	5	2	1	2	0	True	100595	backbone	True	ENG0134_000000009424	1.0	PS579	1	1	True	True	1.0	59					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
MON0094_000000007942	3964	0.9235778610108256	5	2	1	2	0	True	9353	fragment	False	MON0094_000000007942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.150127680482394e-06	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	True
MAD0063_000000002725	3957	0.9235778610108256	6	2	1	2	0	True	19443	maximal	False	MAD0015_000000003459	0.6400813198842755		0	0	False	False	0.9997472763061523	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.011330409356725146	LN853059.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0413	True	True
AST0010_000000006911	3939	0.9235778610108256	5	2	1	2	0	True	126438	backbone	False	FIJ0058_000000008337	0.5344193059712727	PS107|PS960	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.416916876636683e-06	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	True
AST0002_000000008974	3893	0.9235778610108256	5	2	1	2	0	True	132123	backbone	True	AST0002_000000008974	1.0	PS1141	1	1	True	True	1.0	36					non-mobilizable	no_good_hit								True	True
MAD0093_000000007438	3888	0.9235778610108256	6	2	1	2	0	True	84565	maximal	False	MAD0046_000000006168	0.9339043781903202		0	0	True	True	0.9997428059577942	48					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.001073614143076978	NZ_QYBB01000049.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_49_length_27943_cov_75.6361, whole genome shotgun sequence	True	True
MON0044_000000011705	3886	0.9235778610108256	5	2	1	2	0	True	84565	maximal	False	MAD0046_000000006168	0.9321222204097859		0	0	True	True	1.0	170					non-mobilizable	no_good_hit								True	True
MAD0046_000000006168	3886	0.9235778610108256	6	2	1	2	0	True	84565	maximal	True	MAD0046_000000006168	0.9341724758081489		11	5	True	True	1.0	60					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.001073614143076978	NZ_QYBB01000049.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_49_length_27943_cov_75.6361, whole genome shotgun sequence	True	True
AST0052_000000005254	3850	0.9235778610108256	6	2	1	2	0	True	114608	maximal	True	AST0052_000000005254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	100.0	6.0	0.005659348152188736	NZ_DS996920.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_0, whole genome shotgun sequence	True	True
MON0001_000000008640	3847	0.9235778610108256	6	2	1	2	0	True	84565	maximal	False	MAD0046_000000006168	0.9325305940626509		0	0	True	True	0.9997400641441345	17					non-mobilizable	no_good_hit								True	True
FIJ0162_000000005967	3837	0.9235778610108256	6	2	1	2	0	True	84565	maximal	False	MAD0046_000000006168	0.718721964108459		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.001073614143076978	NZ_QYBB01000049.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_49_length_27943_cov_75.6361, whole genome shotgun sequence	True	True
MON0007_000000014472	3828	0.9235778610108256	5	2	1	2	0	True	84565	maximal	False	MAD0046_000000006168	0.6203811391520736		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.001073614143076978	NZ_QYBB01000049.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_49_length_27943_cov_75.6361, whole genome shotgun sequence	True	True
MON0084_000000007329	3827	0.9235778610108256	5	2	1	2	0	True	84565	maximal	False	MAD0046_000000006168	0.9320571303911535		0	0	True	True	1.0	34					non-mobilizable	no_good_hit								True	True
FIJ0113_000000006564	3826	0.9235778610108256	6	2	1	2	0	True	84565	maximal	False	MAD0046_000000006168	0.9259910266510748		0	0	True	True	0.9997386336326599	2					non-mobilizable	no_good_hit								True	True
ETH0003_000000008911	3824	0.9235778610108256	6	2	1	2	0	True	53235	maximal	True	ETH0003_000000008911	1.0		1	1	False	False	0.9966003894805908	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.0233294411527347e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0042_000000006255	3817	0.9235778610108256	6	2	1	2	0	True	84565	maximal	False	MAD0046_000000006168	0.71803388425721		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.001073614143076978	NZ_QYBB01000049.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_49_length_27943_cov_75.6361, whole genome shotgun sequence	True	True
CHI0077_000000003626	3807	0.9235778610108256	6	2	1	2	0	True	84565	maximal	False	MAD0046_000000006168	0.6213918982280577		0	0	True	True	1.0	33					non-mobilizable	no_good_hit								True	True
MAD0066_000000005238	3804	0.9235778610108256	7	2	1	2	0	True	34382	backbone	False	MON0082_000000005625	0.45986154967209136	PS107	0	0	False	True	0.9942166209220886	0					non-mobilizable	no_good_hit								True	True
MAD0086_000000001829	3787	0.9235778610108256	5	2	1	2	0	True	84565	maximal	False	MAD0046_000000006168	0.8812917159585922		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.001073614143076978	NZ_QYBB01000049.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_49_length_27943_cov_75.6361, whole genome shotgun sequence	True	True
MAD0088_000000005490	3780	0.9235778610108256	6	2	1	2	0	True	15909	maximal	True	MAD0088_000000005490	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0130_000000007976	3778	0.9235778610108256	5	2	1	2	0	True	58463	fragment	False	ENG0130_000000007976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0090_000000014832	3777	0.9235778610108256	6	2	1	2	0	True	100593	fragment	False	MON0090_000000014832	1.0		0	0	False	False	0.9997352361679077	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
MAD0095_000000007836	3747	0.9235778610108256	5	2	1	2	0	True	19784	maximal	False	MAD0107_000000010363	0.9991481411320092		0	0	True	True	0.9997330904006958	47					non-mobilizable	no_good_hit								True	True
MAD0107_000000010363	3747	0.9235778610108256	5	2	1	2	0	True	19784	maximal	True	MAD0107_000000010363	0.9992791692854819		4	1	True	True	0.9997330904006958	38					non-mobilizable	no_good_hit								True	True
MAD0009_000000002454	3727	0.9235778610108256	4	2	1	2	0	True	19784	maximal	False	MAD0107_000000010363	0.9982288517770783		0	0	True	True	0.9946337342262268	16					non-mobilizable	no_good_hit								True	True
MAD0077_000000002727	3720	0.9235778610108256	6	2	1	2	0	True	61830	fragment	False	MAD0077_000000002727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0011_000000003538	3707	0.9235778610108256	4	2	1	2	0	True	19784	maximal	False	MAD0107_000000010363	0.999011243680912		0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
MAD0090_000000003273	3696	0.9235778610108256	5	2	1	2	0	True	41357	fragment	False	MAD0090_000000003273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0092_000000004563	3673	0.9235778610108256	5	2	1	2	0	True	109709	fragment	False	AST0092_000000004563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.384862881197809e-06	NZ_LR134326.1	b-proteobacteria	Bordetella bronchiseptica strain NCTC10543 chromosome 1	True	True
FIJ0026_000000008405	3665	0.9235778610108256	5	2	1	2	0	True	84564	maximal	False	FIJ0025_000000005945	0.9618286042307296		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0005_000000004527	3660	0.9235778610108256	5	2	1	2	0	True	90792	maximal	True	CHI0005_000000004527	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	98.315	5.0	6.245838313242553e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0174_000000004588	3626	0.9235778610108256	4	2	1	2	0	True	55667	fragment	False	ENG0174_000000004588	1.0		0	0	False	False	0.9820739030838013	0					non-mobilizable	no_good_hit	162.0	87.037	4.0	0.030795715378729917	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ETH0003_000000009711	3582	0.9235778610108256	5	2	1	2	0	True	53569	maximal	True	ETH0003_000000009711	0.9745835726593912		3	1	False	False	0.9932998418807983	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000007746	3563	0.9235778610108256	4	2	1	2	0	True	84564	maximal	False	FIJ0025_000000005945	0.9842605482435763		0	0	True	True	1.0	134					non-mobilizable	no_good_hit								True	True
MAD0004_000000002596	3550	0.9235778610108256	6	2	1	2	0	True	46383	fragment	False	MAD0004_000000002596	0.9607215594995635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0014_000000008456	3549	0.9235778610108256	5	2	1	2	0	True	19590	fragment	False	MAD0014_000000008456	0.9586776859504132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
ETH0003_000000009832	3544	0.9235778610108256	3	2	1	2	0	True	84564	maximal	False	FIJ0025_000000005945	0.9652870813200489		0	0	True	True	0.9997178316116333	13					non-mobilizable	no_good_hit								True	True
FIJ0104_000000007050	3530	0.9235778610108256	5	2	1	2	0	True	42517	fragment	False	FIJ0104_000000007050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0805414697873633e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0096_000000009644	3524	0.9235778610108256	5	2	1	2	0	True	84564	maximal	False	FIJ0025_000000005945	0.9708612291364245		0	0	True	True	1.0	26					non-mobilizable	no_good_hit								True	True
FIJ0003_000000007037	3523	0.9235778610108256	4	2	1	2	0	True	84564	maximal	False	FIJ0025_000000005945	0.9833028909406986		0	0	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
FIJ0110_000000004930	3523	0.9235778610108256	5	2	1	2	0	True	84564	maximal	False	FIJ0025_000000005945	0.9836325523191102		0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
AUS0016_000000007588	3494	0.9235778610108256	5	2	1	2	0	True	100592	fragment	False	AUS0016_000000007588	1.0		0	0	False	False	0.9896966218948364	0					non-mobilizable	no_good_hit	252.0	98.413	7.0	0.001694720708676835	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ETH0001_000000007502	3482	0.9235778610108256	4	2	1	2	0	True	53569	maximal	False	ETH0003_000000009711	0.9613344500279174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000012488	3475	0.9235778610108256	4	2	1	2	0	True	19595	maximal	True	MAD0098_000000012488	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	83.07700000000001	2.0	0.02266081871345029	LN853059.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0413	True	True
MAD0013_000000006543	3437	0.9235778610108256	8	2	1	2	0	True	46383	fragment	False	MAD0004_000000002596	0.9459154929577465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0087_000000008062	3388	0.9235778610108256	4	2	1	2	0	True	19590	fragment	False	MAD0014_000000008456	0.9377289377289377		0	0	False	False	0.9988193511962891	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
FIJ0043_000000007771	3325	0.9235778610108256	5	2	1	2	0	True	47233	fragment	False	FIJ0043_000000007771	1.0		0	0	False	False	0.998195469379425	0					non-mobilizable	no_good_hit								True	True
FIJ0071_000000011065	3232	0.9235778610108256	6	2	1	2	0	True	44888	fragment	False	FIJ0071_000000011065	0.9822591145833334		0	0	False	False	0.9990717768669128	0					non-mobilizable	no_good_hit	167.0	85.03	5.0	0.031752104055087986	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
TAN0002_000000010881	3218	0.9235778610108256	5	2	1	2	0	True	84562	fragment	False	TAN0002_000000010881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0034_000000004849	3167	0.9235778610108256	5	2	1	2	0	True	18819	maximal	True	MAD0034_000000004849	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000013808	3144	0.9235778610108256	5	2	1	2	0	True	50990	maximal	False	FIJ0168_000000006274	0.7270511838799276		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.00013602145738490247	NZ_CABMGA010000004.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MAD0040_000000009689	3072	0.9235778610108256	5	2	1	2	0	True	44888	fragment	False	FIJ0071_000000011065	0.958539603960396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0149_000000007465	3052	0.9235778610108256	4	2	1	2	0	True	84563	fragment	False	FIJ0149_000000007465	1.0		0	0	False	False	0.9924639463424683	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001365097983699719	NZ_BJCL01000010.1	b-proteobacteria	Aquabacterium pictum strain W35 sequence10, whole genome shotgun sequence	True	True
MAD0008_000000003648	3040	0.9235778610108256	4	2	1	2	0	True	19840	maximal	True	MAD0008_000000003648	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	339.0	100.0	11.0	6.970500758299742e-05	CP033378.1	enterobacteria	Escherichia coli strain L73 chromosome, complete genome	True	True
CHI0141_000000009229	2999	0.9235778610108256	5	2	1	2	0	True	80122	fragment	False	CHI0141_000000009229	1.0		0	0	False	False	0.9986662268638611	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
MAD0069_000000002563	2994	0.9235778610108256	4	2	1	2	0	True	16403	maximal	True	MAD0069_000000002563	1.0		1	1	False	False	0.9993320107460022	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	1.2926252140910511e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
MON0048_000000013296	2925	0.9235778610108256	3	2	1	2	0	True	11411	fragment	False	MON0048_000000013296	1.0		0	0	False	False	0.9941880106925964	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
MAD0084_000000002373	2821	0.9235778610108256	3	2	1	2	0	True	16087	maximal	True	MAD0084_000000002373	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	3.1045487848796056e-06	NZ_CM002285.1	high GC Gram+	Streptomyces roseochromogenus subsp. oscitans DS 12.976 chromosome, whole genome shotgun sequence	True	True
FIJ0136_000000009642	2778	0.9235778610108256	3	2	1	2	0	True	40541	maximal	True	FIJ0136_000000009642	1.0		1	1	False	False	0.9956803321838379	0					non-mobilizable	no_good_hit	71.0	83.09899999999999	2.0	0.017245953833908197	HG796788.1	bacteria	Uncultured bacterium plasmid pRGF00030	True	True
FIJ0096_000000013860	2552	0.9235778610108256	3	2	1	2	0	True	60542	maximal	True	FIJ0096_000000013860	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
MAD0013_000000009674	2466	0.9235778610108256	3	2	1	2	0	True	19589	fragment	False	MAD0013_000000009674	0.9987557030277894		0	0	False	False	0.9858070015907288	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
SPA0026_000000012775	2419	0.9235778610108256	3	2	1	2	0	True	61829	fragment	False	SPA0026_000000012775	0.986911853188929		0	0	False	False	0.9966928362846375	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.3409144401311697e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MAD0032_000000006714	2411	0.9235778610108256	3	2	1	2	0	True	19589	fragment	False	MAD0013_000000009674	0.9876317923763179		0	0	False	False	0.998755693435669	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
ENG0079_000000013863	2400	0.9235778610108256	3	2	1	2	0	True	61829	fragment	False	SPA0026_000000012775	0.9835841306464218		0	0	False	False	0.9991666674613953	0					non-mobilizable	no_good_hit								True	True
MON0054_000000019152	2384	0.9235778610108256	3	2	1	2	0	True	11132	fragment	False	MON0054_000000019152	1.0		0	0	False	False	0.9702181220054626	0					non-mobilizable	no_good_hit								True	True
CAN0020_000000016393	2242	0.9235778610108256	2	2	1	2	0	True	94486	maximal	False	SPA0063_000000007059	0.7345938668215753		0	0	True	True	0.9973238110542297	1					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00024980607160230876	NZ_CZAI01000012.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
SPA0040_000000020267	2061	0.9235778610108256	3	2	1	2	0	True	45811	fragment	False	SPA0040_000000020267	1.0		0	0	False	False	0.9883551597595215	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.000775175019984981	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
FIJ0061_000000013130	1988	0.9235778610108256	3	2	1	2	0	True	45810	fragment	False	FIJ0061_000000013130	1.0		0	0	False	False	0.9969819188117981	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.000775175019984981	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
TAN0008_000000009944	1976	0.9235778610108256	3	2	1	2	0	True	2752	maximal	True	TAN0008_000000009944	1.0		1	1	False	False	0.998481810092926	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.009702009702009701	XM_002056844.3	flies	PREDICTED: Drosophila virilis gastrula zinc finger protein XlCGF8.2DB (LOC6633256), transcript variant X1, mRNA	True	True
SPA0028_000000016229	1926	0.9235778610108256	3	2	1	2	0	True	16853	fragment	False	SPA0028_000000016229	1.0		0	0	False	False	0.9906542301177979	0					non-mobilizable	no_good_hit								True	True
ISR0310_000000009365	1824	0.9235778610108256	3	2	1	2	0	True	25327	maximal	True	ISR0310_000000009365	1.0		1	1	False	False	0.999451756477356	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000026479	1569	0.9235778610108256	3	2	1	2	0	True	15403	fragment	False	MAD0097_000000026479	1.0		0	0	False	False	0.980879545211792	0					non-mobilizable	no_good_hit								True	True
MAD0060_000000011875	1436	0.9235778610108256	2	2	1	2	0	True	16852	fragment	False	MAD0060_000000011875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0092_000000007492	1426	0.9235778610108256	3	2	1	2	0	True	83634	maximal	True	CHI0092_000000007492	1.0		1	1	False	False	0.9873772859573364	0					non-mobilizable	no_good_hit								True	True
CHI0057_000000015942	1288	0.9235778610108256	3	2	1	2	0	True	85956	fragment	False	CHI0057_000000015942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0075_000000019458	1259	0.9235778610108256	2	2	1	2	0	True	62068	fragment	False	ENG0075_000000019458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0394_000000009013	2106	0.9235745254004888	3	3	3	3	1	False	22759	fragment	False	USA0145_01_000000010751	0.9710891976692066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0122_000000001228	11473	0.9235712450260852	11	10	10	8	6	False	81780	fragment	False	CHI0122_000000001228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1916.0	84.499	17.0	0.09492065071389483	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	False
CHI0052_000000001302	9567	0.9235672489558608	7	6	3	5	5	True	125795	maximal	True	CHI0052_000000001302	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6887.0	97.96700000000001	72.0	0.0018450649269906336	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MAD0033_000000001381	9750	0.9235655652529148	11	8	7	6	8	False	75042	maximal	True	MAD0033_000000001381	1.0		2	1	False	False	0.9971281886100769	0					non-mobilizable	no_good_hit	1189.0	72.582	12.0	0.000333362635756796	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0015_000000019365	1296	0.9235590916806417	3	1	1	1	1	True	7901	fragment	False	SPA0015_000000019365	1.0		0	0	False	False	0.9830247163772583	0					non-mobilizable	plasmid	682.0	99.56	98.0	0.1951848667239897	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
SPA0018_000000027003	1106	0.9235590916806417	1	1	1	1	1	True	7776	fragment	False	SPA0018_000000027003	1.0		0	0	False	False	0.994575023651123	0					non-mobilizable	plasmid	686.0	84.111	90.0	0.1951848667239897	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0229_000000004137	3719	0.9235569254183004	5	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.7480472136988499		0	0	False	False	1.0	0					non-mobilizable	other	2856.0	99.265	100.0	0.012956777461106976	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0293_000000022391	1573	0.9235553534895076	3	1	1	1	1	False	66888	fragment	False	ISR0293_000000022391	1.0		0	0	False	False	0.9841067790985107	0					non-mobilizable	no_good_hit								True	False
ISR0847_000000020291	1459	0.9235553534895076	2	1	1	1	1	False	20633	fragment	False	ISR0847_000000020291	0.996764917325665		0	0	False	False	0.9931460022926331	0					non-mobilizable	no_good_hit								True	False
ENG0014_000000019337	1206	0.9235553534895076	2	1	1	1	1	False	66887	fragment	False	ENG0014_000000019337	0.9754445385266723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0011_000000009594	3198	0.923520813907626	3	2	1	2	2	False	105883	fragment	False	CHI0106_000000005843	0.9009435585949541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	18.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0780_000000003638	3100	0.923520813907626	3	2	1	2	2	False	105883	fragment	False	CHI0106_000000005843	0.8048226064851056		0	0	False	False	0.9996774196624756	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	17.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0007_000000014171	2924	0.923520813907626	3	2	1	2	2	False	105883	fragment	False	CHI0106_000000005843	0.8347561998890584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	22.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0011_000000041176	1135	0.9235206058168656	1	1	1	1	1	False	50858	fragment	False	FIJ0011_000000041176	1.0		0	0	False	False	0.9797356724739075	0					non-mobilizable	other	1141.0	83.085	99.0	0.008050681567427127	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ISR0137_000000020032	1172	0.9234955825255928	2	2	2	2	1	False	67116	fragment	False	ISR0137_000000020032	0.9988405367508261		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	99.829	100.0	0.004852739456377146	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
ENG0058_000000004910	5746	0.9234904613475914	8	7	2	6	7	True	125599	backbone	False	MAD0046_000000003898	0.7271261601368697	PS931	0	0	True	True	1.0	17					non-mobilizable	other	5753.0	99.54799999999999	100.0	0.04368397469488809	LM996517.1	enterobacteria	Escherichia coli genome assembly FHI65, scaffold scaffold-16_contig-9.0_1_131673_[organism:Escherichia	False	True
FIJ0127_000000012045	1602	0.9234901889160352	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.17842923325443008		0	0	False	False	0.9968789219856262	0					non-mobilizable	chromosome	1546.0	76.455	96.0	0.0004300744950464634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0017_000000006594	4636	0.9234899264355022	6	5	3	3	5	False	75250	maximal	True	DEN0017_000000006594	1.0		1	1	False	False	0.9991371631622314	0					non-mobilizable	chromosome	4306.0	98.699	94.0	0.0009573291384304606	CP027109.1	enterobacteria	Cronobacter sakazakii strain CS-09 chromosome, complete genome	False	False
ISR0234_000000012849	1175	0.9234896293589272	2	2	2	2	2	False	27347	maximal	True	ISR0234_000000012849	1.0		3	1	False	False	0.9948936104774475	0					non-mobilizable	no_good_hit	494.0	79.15	55.0	0.00013909155296145542	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0014_000000009313	2620	0.9234875223437266	4	3	1	3	1	False	75100	maximal	True	ENG0014_000000009313	1.0		0	0	False	False	0.9996182918548584	0					non-mobilizable	no_good_hit	569.0	83.48	22.0	0.00017106053314267715	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0026_000000000941	14587	0.9234785314379609	17	14	2	7	14	True	80360	fragment	False	MON0026_000000000941	1.0		0	0	False	False	0.9986974596977234	0			MPF_I		non-mobilizable	other	7270.0	99.367	97.0	0.07588231606661512	LM995885.1	enterobacteria	Escherichia coli genome assembly FHI30, scaffold scaffold-15_contig-11.0_1_95714_[organism:Escherichia	False	True
SPA0093_000000011129	3593	0.9234655941772512	6	3	2	2	2	False	8683	maximal	True	SPA0093_000000011129	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	79.081	28.0	0.00031708878454447483	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
USA0087_01_000000010009	1576	0.9234631575646436	1	1	1	1	1	False	417	maximal	True	USA0087_01_000000010009	1.0		2	2	False	False	0.999365508556366	0					non-mobilizable	no_good_hit	244.0	100.0	15.0	3.903890395465703e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ENG0142_000000005379	5029	0.9234518999808752	7	6	6	5	5	False	103948	fragment	False	ENG0142_000000005379	1.0		0	0	False	False	0.9984092116355896	0					non-mobilizable	other	5056.0	88.41	99.0	0.0024563247786485746	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0357_000000000123	58195	0.9234365277701296	98	29	14	25	10	True	75529	maximal	True	ISR0357_000000000123	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit	5209.0	91.495	51.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0014_000000011561	2015	0.9234358850690572	3	2	2	2	1	True	124678	fragment	False	SPA0014_000000011561	0.9445320715036803		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	81.074	99.0	0.0006256186967594134	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0054_000000019170	1444	0.9234307714735936	2	2	1	2	1	False	63723	maximal	True	ENG0054_000000019170	1.0		2	1	False	False	0.990304708480835	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000024304	1502	0.923412523555746	3	2	2	2	1	False	32183	fragment	False	SPA0090_000000024304	1.0		0	0	False	False	0.9993342161178589	0					non-mobilizable	no_good_hit	746.0	82.44	71.0	0.00011752217334058133	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
DEN0035_000000031581	1147	0.9234099766935464	1	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.23675071927330946		0	0	False	False	0.9694856405258179	0	rep_cluster_1320				non-mobilizable	plasmid	1147.0	99.65100000000001	100.0	0.23411644535240042	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
SPA0145_000000000060	46971	0.9234098140335328	51	29	17	26	14	True	90498	maximal	True	SPA0145_000000000060	1.0		24	2	False	False	1.0	0					non-mobilizable	no_good_hit	8647.0	99.005	61.0	0.13939540507859735	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0134_000000005429	6002	0.923409726615648	9	8	3	4	6	True	123850	backbone	False	CHI0169_000000002212	0.5863091789093209	PS486|PS905|PS908	0	0	True	True	1.0	114	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3219.0	94.874	81.0	0.290770487340049	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
MAD0106_000000001222	9772	0.9234040817933316	17	8	4	8	5	False	73933	maximal	False	MAD0108_000000001433	0.9756049186830623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	77.72	14.0	0.00038102457238238307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
TAN0008_000000001427	7375	0.9233959624163774	8	7	4	7	4	False	91397	maximal	True	TAN0008_000000001427	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	88.48200000000001	20.0	0.0002991114006245884	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0140_000000025193	1153	0.9233726505814502	2	1	1	1	1	False	105342	fragment	False	AST0140_000000025193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0059_000000007601	2265	0.9233664924255852	5	3	2	2	3	True	90055	fragment	False	CHI0059_000000007601	0.9764760147601477		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	2046.0	99.756	100.0	0.22048517520215632	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
SPA0154_000000003716	2168	0.9233664924255852	3	3	2	2	3	True	90055	fragment	False	CHI0059_000000007601	0.9558498896247241		0	0	False	False	0.9995387196540833	0	rep_cluster_1085				non-mobilizable	plasmid	1967.0	97.611	100.0	0.21185983827493263	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
ISR0395_000000009988	3844	0.923341108564246	6	5	2	2	5	False	129192	fragment	False	ISR0395_000000009988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	96.471	57.0	0.00029127134794642667	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0136_000000003160	10372	0.9233381412166388	8	4	3	3	1	True	106019	fragment	False	USA0086_01_000000001950	0.9662123654050546		0	0	False	False	0.9986501932144165	0					non-mobilizable	no_good_hit								True	True
SPA0027_000000002733	10199	0.9233381412166388	8	4	3	3	1	True	106019	fragment	False	USA0086_01_000000001950	0.9511040712959354		0	0	False	False	0.9995097517967224	0					non-mobilizable	no_good_hit								True	True
ISR0380_000000003949	2784	0.9233355998100752	3	1	1	1	1	False	23190	maximal	True	ISR0380_000000003949	1.0		2	2	False	False	0.9971264600753784	0					non-mobilizable	no_good_hit	1685.0	99.70299999999999	77.0	0.0003810082328548558	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
DEN0073_000000011428	4145	0.9233353386786302	6	3	1	2	2	False	70207	maximal	True	DEN0073_000000011428	1.0		1	1	False	False	0.9997587203979492	0					non-mobilizable	no_good_hit								True	False
SPA0109_000000000579	23176	0.9233256907782912	39	19	13	16	16	True	125420	fragment	False	ENG0123_000000000502	0.9481851144294124		0	0	False	False	1.0	0					non-mobilizable	other	23176.0	99.336	100.0	0.006613880443828967	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0121_000000008783	1309	0.9233219084976926	3	2	2	2	2	False	4125	maximal	True	SPA0121_000000008783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	97.251	44.0	9.110327159531708e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
SPA0126_000000030405	1479	0.9233209147472284	2	2	2	2	2	False	66228	fragment	False	ENG0024_000000016892	0.9651201850907083		0	0	False	False	0.9858012199401855	0					non-mobilizable	other	1479.0	99.662	100.0	0.00266622890964226	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0043_000000004635	4790	0.9233172748823698	8	3	1	2	1	True	20215	maximal	True	MAD0043_000000004635	1.0	PS41	2	1	True	True	1.0	3					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00173176832788147	NZ_CP019465.1	high GC Gram+	Streptomyces autolyticus strain CGMCC0516 plasmid unnamed8, complete sequence	True	True
ISR0271_000000007486	2242	0.9233063279457702	3	2	2	2	2	False	74714	fragment	False	ISR0271_000000007486	1.0		0	0	False	False	0.9906333684921265	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	3.1729040672455266e-05	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
USA0053_01_000000013355	1395	0.9232995970882109	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.9645900994396278		0	0	False	False	0.9985663294792175	0					non-mobilizable	no_good_hit	1150.0	76.957	82.0	0.00031812819217191064	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0040_01_000000010295	1359	0.9232995970882109	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.9537214588469312		0	0	False	False	0.9808682799339294	0					non-mobilizable	no_good_hit	1179.0	76.166	86.0	0.00039858866027256884	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0100_000000005113	6192	0.9232867155573914	7	7	6	7	6	False	127580	fragment	False	SPA0092_000000005251	0.6257045675413022		0	0	False	False	1.0	0					non-mobilizable	chromosome	6192.0	99.984	100.0	0.002654665002373376	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
AST0019_000000022442	1364	0.9232794998851186	3	1	1	1	1	False	121969	fragment	False	AST0019_000000022442	1.0		0	0	False	False	0.9992668628692627	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000005901	6085	0.9232778296988168	12	4	3	4	3	False	69334	maximal	True	DEN0082_000000005901	1.0		0	0	False	False	0.9996713399887085	0					non-mobilizable	no_good_hit	4975.0	97.48700000000001	82.0	0.002972729839269223	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0187_000000005591	4549	0.9232774609484288	4	4	4	4	3	False	116631	fragment	False	SPA0101_000000007479	0.5887256927815955		0	0	False	False	1.0	0					non-mobilizable	chromosome	4549.0	99.89	100.0	0.0008725583283562847	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
CHI0129_000000005639	3733	0.9232774609484288	4	4	4	4	3	False	116631	fragment	False	SPA0101_000000007479	0.3883320393201441		0	0	False	False	1.0	0					non-mobilizable	other	3733.0	99.946	100.0	0.0007756611981720833	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ISR0350_000000001951	7326	0.9232737958267788	11	10	9	10	10	False	125086	fragment	False	SPA0155_000000001948	0.937455417610869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	85.238	17.0	0.0002814174305275692	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0029_000000013066	2309	0.9232707116771336	3	1	1	1	1	False	118282	maximal	True	AST0029_000000013066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	3.0	0.0001191877667349034	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AUS0006_000000003705	5345	0.9232697341886292	8	7	5	5	7	False	128459	fragment	False	AUS0006_000000003705	0.9868531131348444		0	0	False	False	1.0	0					non-mobilizable	other	5075.0	97.852	96.0	0.019456208187565213	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0158_000000001162	12213	0.9232640211325716	17	8	6	7	5	True	121837	backbone	False	ITA0004_000000000015	0.13343356289116162	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	11					non-mobilizable	other	7687.0	99.102	98.0	0.6201775625504439	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
USA0040_01_000000000578	31300	0.9232629734674496	24	17	6	17	10	True	91679	fragment	False	MON0045_000000000446	0.9016035435385403		0	0	False	False	1.0	0					non-mobilizable	other	20203.0	91.303	95.0	0.4768605008631494	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ISR0206_000000002938	7969	0.92325979941953	10	2	0	2	0	False	28644	maximal	True	ISR0206_000000002938	1.0		6	4	True	True	1.0	31					non-mobilizable	no_good_hit	2416.0	94.661	30.0	0.3182661717921527	MK231785.1	viruses	Uncultured human fecal virus clone Bifidobact.sp_B06.V01.M18_1-CL02_c1 sequence	True	True
FIJ0016_000000003136	5439	0.92325979941953	5	2	0	2	0	False	50258	maximal	True	FIJ0016_000000003136	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	93.59200000000001	37.0	0.21628382988401182	MK231801.1	viruses	Uncultured human fecal virus clone Bifidobact.sp_B06.V07.P08_1-CL02_c2 sequence	True	False
AUS0022_000000017411	1970	0.92325979941953	5	2	0	2	0	False	99212	maximal	True	AUS0022_000000017411	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	86.626	77.0	0.21555702043506922	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	False
MON0037_000000001400	16570	0.9232509799568286	20	18	2	7	18	True	80361	fragment	False	MON0037_000000001400	1.0		0	0	False	False	0.9998793005943298	0			MPF_I		non-mobilizable	other	8409.0	98.41799999999999	99.0	0.08894464913395164	LK985418.1	enterobacteria	Escherichia coli genome assembly FHI100, scaffold scaffold-20	False	True
ISR0151_000000005335	3268	0.9232509131047948	3	3	3	3	3	False	82011	fragment	False	ISR0151_000000005335	1.0		0	0	False	False	0.9993879795074463	0					non-mobilizable	no_good_hit	1671.0	98.863	65.0	0.011169970837680926	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0107_000000006498	5822	0.9232507274094816	6	6	4	5	2	False	47305	maximal	True	MAD0107_000000006498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	96.616	25.0	0.022515298257633556	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
CAN0012_000000004672	11747	0.92324590463404	11	9	7	6	5	False	119753	maximal	False	ENG0088_000000002418	0.9645711476259592		0	0	False	False	0.9994041323661804	0					non-mobilizable	other	11763.0	96.931	100.0	0.0018760898932186178	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ENG0095_000000000883	19825	0.9232380935862936	25	24	17	16	21	False	89271	fragment	False	ENG0095_000000000883	0.9962484254340325		0	0	False	False	1.0	0					non-mobilizable	plasmid	14390.0	99.986	92.0	0.28823541195088237	CP032259.1	enterobacteria	Escherichia coli strain AR_0067 plasmid unnamed2, complete sequence	False	True
DEN0010_000000013425	3266	0.9232355115342036	5	3	2	2	2	True	76013	fragment	False	DEN0010_000000013425	0.96421875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	95.117	18.0	0.0001664410269340536	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0013_000000002207	3803	0.9232346049557526	5	5	3	3	5	True	98703	maximal	True	CHI0013_000000002207	1.0		0	0	False	False	0.9986852407455444	0					non-mobilizable	plasmid	3797.0	98.57799999999999	99.0	0.05974190483730504	CP057647.1	enterobacteria	Escherichia coli strain RHB19-C13 plasmid pRHB19-C13_3, complete sequence	False	True
MON0011_000000001795	16120	0.9232288063469374	19	17	2	7	17	True	80361	fragment	False	MON0037_000000001400	0.9864212432106216		0	0	False	False	1.0	0			MPF_I		non-mobilizable	chromosome	8410.0	98.15700000000001	100.0	0.0015075163148261178	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	True
FIJ0069_000000013458	1657	0.9232284493656564	3	1	1	1	1	False	73606	fragment	False	DEN0033_000000012605	0.9466962798445309		0	0	False	False	0.996379017829895	0					non-mobilizable	no_good_hit	54.0	88.889	3.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
SPA0108_000000002643	10222	0.9232270629383394	10	5	3	3	5	False	4698	maximal	True	SPA0108_000000002643	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2131.0	97.09100000000001	34.0	0.0006413022108065745	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0781_000000012802	2229	0.9232228321833674	3	3	3	3	3	False	71396	fragment	False	ISR0781_000000012802	0.9971428571428571		0	0	False	False	0.9964109659194946	0					non-mobilizable	other	2229.0	99.23700000000001	100.0	0.008546615110783772	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0175_000000004712	5409	0.9232195722880182	6	4	4	4	3	False	55616	maximal	True	ENG0175_000000004712	1.0		1	1	False	False	0.9968571066856384	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000022881	1135	0.9232182831245056	1	1	1	1	1	False	65256	fragment	False	ENG0036_000000022881	1.0		0	0	False	False	0.9982379078865051	0					non-mobilizable	no_good_hit	940.0	83.404	83.0	0.00020908443998953017	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	False
ENG0061_000000006074	3469	0.9232138438605674	8	5	1	2	4	True	114730	fragment	False	ENG0061_000000006074	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3468.0	98.32799999999999	99.0	0.0014425385349600276	CP019596.1	high GC Gram+	Bifidobacterium breve strain LMC520, complete genome	False	True
FIJ0167_000000001887	9055	0.9232101899176852	12	12	4	4	12	False	98180	maximal	True	FIJ0167_000000001887	0.9995577667219459	PS396|PS544	2	1	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	9062.0	99.713	99.0	0.10981699187977215	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	False	True
FIJ0155_000000002265	9045	0.9232101899176852	12	12	4	4	12	False	98180	maximal	False	FIJ0167_000000001887	0.9990060739922695	PS396|PS544	0	0	False	True	1.0	0		MOBP		MOBP	mobilizable	plasmid	9070.0	99.713	100.0	0.10991394982426372	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	False	True
MON0092_000000012495	4100	0.9232033519003372	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.4030656556543817		0	0	False	False	1.0	0					non-mobilizable	other	4108.0	98.17399999999999	100.0	0.0012362379706909836	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0013_000000011990	3888	0.9232033519003372	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3190424132442207		0	0	False	False	1.0	0					non-mobilizable	chromosome	3888.0	99.306	100.0	0.001369849962260316	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0066_000000008313	3880	0.9232033519003372	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3335492268604246		0	0	False	False	1.0	0					non-mobilizable	chromosome	3880.0	98.943	100.0	0.0013670269844916188	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0060_000000007182	3876	0.9232033519003372	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3274095106870105		0	0	False	False	1.0	0					non-mobilizable	chromosome	3876.0	99.12299999999999	100.0	0.001367379856712706	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0018_000000007354	3864	0.9232033519003372	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3392136463950085		0	0	False	False	0.9997411966323853	0					non-mobilizable	chromosome	3864.0	99.068	100.0	0.0013613810289542243	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0108_000000021467	1146	0.9231988931040888	1	1	1	1	1	False	42181	maximal	True	FIJ0108_000000021467	1.0		3	1	False	False	0.9537521600723267	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000002119	14932	0.9231977261973052	15	14	9	11	12	True	123702	fragment	False	ENG0167_000000001303	0.8285836902586189		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	12667.0	97.41799999999999	86.0	0.1262873223694715	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
DEN0001_000000018862	2278	0.9231947679973028	4	3	2	1	3	False	76899	maximal	True	DEN0001_000000018862	1.0		1	1	False	False	0.9995610117912292	0					non-mobilizable	no_good_hit	459.0	79.956	20.0	0.00016148320911048603	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0065_000000013417	2443	0.9231807060496824	2	2	1	2	1	False	96373	maximal	True	ISR0065_000000013417	1.0		1	1	False	False	0.99672532081604	0					non-mobilizable	no_good_hit	168.0	97.024	10.0	4.674007564055594e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0017_000000013022	2586	0.92316991581554	4	3	3	3	2	False	56159	fragment	False	SPA0028_000000011243	0.9819254185692542		0	0	False	False	1.0	0					non-mobilizable	other	2590.0	97.838	100.0	0.01787064069402162	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
SPA0037_000000011766	2103	0.9231598030139652	1	1	1	1	1	False	7079	maximal	True	SPA0037_000000011766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	94.99	53.0	0.0274091737971665	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	False
MAD0006_000000006740	1445	0.9231574318219076	3	2	2	2	1	False	19884	maximal	True	MAD0006_000000006740	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000015340	1749	0.9231508350749376	3	3	3	2	1	False	90044	fragment	False	ENG0177_000000015340	0.9698899826288361		0	0	False	False	0.9994282722473145	0					non-mobilizable	chromosome	1749.0	99.943	100.0	0.0007391314275469378	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0027_000000010024	1727	0.9231508350749376	3	3	3	2	1	False	90044	fragment	False	ENG0177_000000015340	0.9639794168096054		0	0	False	False	1.0	0					non-mobilizable	chromosome	1727.0	100.0	100.0	0.0007298288580926857	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0045_000000002548	9091	0.9231440185794452	13	3	1	2	2	False	80297	maximal	True	ISR0045_000000002548	0.9860355792236051	PS382	6	4	True	True	1.0	302					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00023441867174774146	NZ_FZPC01000016.1	g-proteobacteria	Pseudomonas delhiensis strain RLD-1, whole genome shotgun sequence	True	True
CHI0140_000000003354	8971	0.9231440185794452	13	3	1	2	2	False	80297	maximal	False	ISR0045_000000002548	0.9822227006906203	PS382	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00023441867174774146	NZ_FZPC01000016.1	g-proteobacteria	Pseudomonas delhiensis strain RLD-1, whole genome shotgun sequence	True	True
USA0081_01_000000003768	8085	0.9231440185794452	11	3	1	2	2	False	80297	maximal	False	ISR0045_000000002548	0.7272307746114849	PS382	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00023441867174774146	NZ_FZPC01000016.1	g-proteobacteria	Pseudomonas delhiensis strain RLD-1, whole genome shotgun sequence	True	True
USA0009_01_000000003683	6622	0.9231381388535864	8	7	5	6	5	False	119710	fragment	False	USA0009_01_000000003683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5405.0	86.772	82.0	0.0008609727138738485	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
ISR0803_000000002275	5222	0.9231332813737042	4	4	4	4	4	False	125040	fragment	False	ISR0803_000000002275	0.9935770691729968		0	0	False	False	0.9990425109863281	0					non-mobilizable	other	5062.0	99.585	97.0	0.01829837082673493	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0061_000000012502	3289	0.9231300110700621	4	3	3	3	2	False	112109	maximal	True	AST0061_000000012502	0.9743134087237479		1	1	False	False	0.9945272207260132	0					non-mobilizable	no_good_hit	298.0	73.49	9.0	9.638032468286913e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ENG0089_000000005049	4360	0.9231254589953528	4	2	2	2	2	False	61302	maximal	True	ENG0089_000000005049	1.0		2	1	False	False	0.9990825653076172	0					non-mobilizable	no_good_hit	92.0	79.348	2.0	2.5972602614613386e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0132_000000027284	1289	0.9231233386587492	3	1	1	1	1	False	40741	fragment	False	FIJ0132_000000027284	1.0		0	0	False	False	0.9837083220481873	0					non-mobilizable	no_good_hit								True	False
ISR0142_000000000589	2725	0.9231233265792534	3	3	3	3	2	False	129762	fragment	False	ENG0068_000000006464	0.3628234246194685		0	0	False	True	0.9959632754325867	0					non-mobilizable	chromosome	1810.0	99.116	93.0	0.00048478176513087234	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0046_000000011289	2649	0.9231233265792534	4	3	3	3	2	False	129762	fragment	False	ENG0068_000000006464	0.5758240242983532		0	0	False	True	0.9882974624633789	0					non-mobilizable	chromosome	1801.0	99.334	99.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0097_000000012487	2521	0.9231233265792534	3	3	3	3	2	False	129762	fragment	False	ENG0068_000000006464	0.3598824432170785		0	0	False	True	1.0	0					non-mobilizable	chromosome	1748.0	99.428	100.0	0.000468166801372932	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0135_000000013366	2140	0.9231233265792534	3	3	3	3	2	False	129515	backbone	False	ISR0187_000000012655	0.575166152474577	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1745.0	99.255	99.0	0.0004670948682272584	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0135_01_000000001544	8317	0.9231135781288268	14	5	3	3	3	True	91093	fragment	False	ISR0034_000000002041	0.9526850032743943		0	0	False	False	0.9948298931121826	0					non-mobilizable	no_good_hit	3205.0	99.93799999999999	87.0	0.0007474992371028385	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ENG0204_000000010602	2406	0.9231076473209444	2	2	1	2	2	False	90419	fragment	False	USA0012_01_000000002220	0.6379264034380876		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2327.0	99.699	100.0	0.016067530601530766	CP041551.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-1	False	True
FIJ0113_000000000978	18592	0.9231049276919412	22	15	13	13	11	True	51274	maximal	True	FIJ0113_000000000978	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	73.098	2.0	0.00012332622027557804	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0201_000000017417	1722	0.9230947841127346	3	2	2	2	1	False	28726	fragment	False	ISR0201_000000017417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0123_000000004807	3972	0.9230906413186439	7	3	3	3	2	False	74717	maximal	True	ISR0123_000000004807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	99.458	14.0	0.0007676165921995135	NZ_AUJC01000001.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0805_000000004622	2536	0.9230722033974682	5	1	1	1	1	False	21797	fragment	False	ISR0805_000000004622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	839.0	79.976	33.0	0.10790709812108559	NZ_CBVI010000003.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
SPA0118_000000014014	1917	0.9230722033974682	3	1	1	1	1	False	4249	fragment	False	SPA0118_000000014014	1.0		0	0	False	False	0.9963484406471252	0					non-mobilizable	no_good_hit	777.0	79.15100000000001	40.0	0.09968684759916492	NZ_CBVI010000003.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0005_000000004427	5392	0.9230719241741904	6	5	5	4	5	False	115957	fragment	False	ENG0005_000000004427	1.0		0	0	False	False	0.9996290802955627	0					non-mobilizable	no_good_hit	1467.0	94.819	27.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
CHI0094_000000000922	5408	0.9230612484085288	6	6	6	6	5	False	84167	maximal	True	CHI0094_000000000922	1.0		15	4	False	False	1.0	0					non-mobilizable	chromosome	3519.0	100.0	100.0	0.0012949219770859912	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
CHI0034_000000000108	26908	0.9230441392994068	34	19	8	18	7	True	100675	backbone	False	SPA0056_000000000367	0.7051252539758247	PS581	0	0	False	True	1.0	0					non-mobilizable	plasmid	17191.0	97.795	100.0	0.27711406690850465	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
CHI0040_000000000193	26845	0.9230441392994068	34	19	8	18	7	True	100675	backbone	False	SPA0056_000000000367	0.7011746041995875	PS581	0	0	False	True	0.9999627470970154	0					non-mobilizable	other	20717.0	96.389	99.0	0.33272759435858673	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ENG0122_000000015333	1879	0.9230406570229558	3	3	3	3	2	True	59064	fragment	False	ENG0122_000000015333	1.0		0	0	False	False	0.9893560409545898	0					non-mobilizable	other	1856.0	99.461	99.0	0.01031392379712612	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0134_000000004187	7569	0.923037661563766	4	3	2	3	2	False	99247	maximal	True	ISR0134_000000004187	1.0	PS556	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4648.0	96.10600000000001	61.0	0.0029785856046785275	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
CHI0124_000000002138	7564	0.9230359271233576	8	7	7	6	5	False	111872	maximal	True	CHI0124_000000002138	1.0		35	8	False	False	0.9994711875915527	0					non-mobilizable	no_good_hit	3073.0	99.12100000000001	48.0	0.004887568374895483	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
FIJ0151_000000007690	2300	0.9230285449959656	2	2	2	2	2	False	52566	fragment	False	FIJ0122_000000006707	0.9517068714968688		0	0	False	False	1.0	0					non-mobilizable	plasmid	2301.0	99.478	100.0	0.28269419862340217	AP023203.1	enterobacteria	Escherichia coli TUM18780 plasmid pMTY18780-6 DNA, complete sequence	False	True
DEN0029_000000000521	13628	0.9230260220707835	15	6	2	3	4	False	94130	maximal	True	DEN0029_000000000521	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	6349.0	97.874	88.0	0.014140490893283099	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0201_000000024068	1209	0.9230234524431242	2	2	2	1	2	False	106069	fragment	False	ISR0344_000000020233	0.21797648501805403		0	0	False	False	0.9983457326889038	0					non-mobilizable	other	1210.0	95.62	100.0	0.00043870082092980605	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0217_000000008997	2776	0.9230215949289337	6	4	3	4	4	False	117441	fragment	False	ISR0217_000000008997	1.0		0	0	False	False	0.9920749068260193	0					non-mobilizable	other	2776.0	98.271	100.0	0.0519448916176856	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	False	False
SPA0157_000000005328	1497	0.9230197517653391	2	2	2	1	1	False	3156	fragment	False	SPA0157_000000005328	1.0		0	0	False	False	0.9839679598808289	0					non-mobilizable	other	1501.0	89.34	100.0	0.056105610561056105	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
AUS0016_000000018441	1540	0.9230141661633104	4	4	2	3	2	False	100192	maximal	True	AUS0016_000000018441	1.0		21	7	False	False	0.9948052167892456	0					non-mobilizable	no_good_hit	1210.0	92.727	78.0	0.00023384155801971045	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
CHI0162_000000007415	3843	0.9230092949084521	6	3	3	2	0	True	122979	maximal	True	CHI0162_000000007415	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	92.87200000000001	52.0	0.00045865203614950514	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	True
ISR0169_000000007508	3762	0.9230076361084596	6	3	3	3	3	False	82294	maximal	True	ISR0169_000000007508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1859.0	97.52600000000001	76.0	0.0008985547639370344	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
FIJ0044_000000009939	2206	0.9229940048559306	2	1	1	1	1	False	68284	fragment	False	FIJ0044_000000009939	0.938122332859175		0	0	False	False	0.9972801208496094	0					non-mobilizable	no_good_hit	433.0	100.0	20.0	0.086158755484643	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
MON0005_000000019058	2767	0.9229874458053388	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.24853893700039834		0	0	False	False	0.9855439066886902	0					non-mobilizable	other	2766.0	97.61399999999999	99.0	0.006760723231058234	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0057_000000004889	4060	0.9229640122372402	4	3	1	3	2	True	35597	maximal	True	ISR0057_000000004889	1.0		2	2	False	False	0.99064040184021	0					non-mobilizable	no_good_hit	669.0	99.70100000000001	16.0	0.00023571864368621614	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
AST0153_000000014736	2199	0.9229584918032928	3	3	2	3	1	False	103408	fragment	False	MAD0025_000000005030	0.9682788785509615		0	0	False	False	0.9986357688903809	0					non-mobilizable	other	2197.0	98.81700000000001	99.0	0.00244378188328186	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0117_000000005284	4121	0.9229563603005331	3	3	3	3	3	False	59385	fragment	False	MON0101_000000014091	0.9982562745553363		0	0	False	False	1.0	0					non-mobilizable	plasmid	4121.0	100.0	100.0	0.04931296978982142	CP045943.1	enterobacteria	Shigella flexneri 2a strain AUSMDU00010535 plasmid pAUSMDU00010535_02, complete sequence	False	True
SPA0046_000000006610	4087	0.9229563603005331	3	3	3	3	3	False	59385	fragment	False	MON0101_000000014091	0.9882726538499519		0	0	False	False	0.999755322933197	0					non-mobilizable	plasmid	4087.0	100.0	100.0	0.04890601809738115	CP045943.1	enterobacteria	Shigella flexneri 2a strain AUSMDU00010535 plasmid pAUSMDU00010535_02, complete sequence	False	True
MON0002_000000023425	1229	0.9229495557030452	2	2	1	2	2	False	14302	fragment	False	MON0002_000000023425	1.0		0	0	False	False	0.9780309200286865	0					non-mobilizable	no_good_hit	481.0	76.507	39.0	0.001380492908625901	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ISR0216_000000009295	1922	0.9229470570052468	5	3	3	3	3	False	82286	fragment	False	ISR0055_000000007352	0.8081184398559567		0	0	False	False	1.0	0					non-mobilizable	other	1095.0	97.626	98.0	0.0005293585954480967	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
SPA0093_000000001032	25871	0.9229449432937604	21	18	16	18	16	True	38819	maximal	True	SPA0093_000000001032	1.0		1	1	False	False	0.9994202256202698	0					non-mobilizable	no_good_hit	1018.0	84.479	17.0	0.0003720881078218865	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	True
SPA0009_000000025584	1456	0.9229427248138116	3	2	1	1	2	False	74508	fragment	False	SPA0009_000000025584	1.0		0	0	False	False	0.958791196346283	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000031471	1334	0.9229427248138116	3	2	1	1	2	False	74508	fragment	False	SPA0009_000000025584	0.9581043956043955		0	0	False	False	0.9985007643699646	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000024538	1376	0.9229417933057029	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.06606216055351194		0	0	False	False	1.0	0					non-mobilizable	other	1376.0	97.89200000000001	100.0	0.00041574698394460736	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
USA0036_01_000000018020	1816	0.9229373775720784	2	2	2	2	2	False	121265	backbone	False	ENG0073_000000006947	0.08031558531032287	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	1816.0	99.615	100.0	0.0003750056560770441	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ENG0146_000000012337	1852	0.9229348017707202	2	2	2	2	2	False	114500	maximal	True	ENG0146_000000012337	0.9821275968476776		9	4	False	False	0.9865010976791382	0					non-mobilizable	chromosome	1826.0	99.945	100.0	0.0009666446677761453	CP040910.1	firmicutes	Limosilactobacillus fermentum strain DSM 20052 chromosome	False	False
ENG0061_000000011332	1872	0.9229171541653556	2	2	2	1	2	False	63254	maximal	True	ENG0061_000000011332	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	9.286024533077718e-05	NZ_FNAD01000007.1	high GC Gram+	Glycomyces harbinensis strain CGMCC 4.3516, whole genome shotgun sequence	True	False
ISR0169_000000007247	3860	0.9229126531946756	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.31062683220948656		0	0	False	False	0.9997409582138062	0					non-mobilizable	chromosome	3860.0	99.32600000000001	100.0	0.0013617339011753114	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0014_000000021806	1551	0.9229007144279427	4	1	1	1	1	False	40035	fragment	False	MAD0014_000000021806	1.0		0	0	False	False	0.988394558429718	0					non-mobilizable	no_good_hit								True	False
ISR0328_000000025108	1163	0.9228971013362468	3	1	1	1	1	False	26635	fragment	False	ISR0263_000000013696	0.9750830564784053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0217_000000001299	18869	0.9228957304671288	22	10	6	9	4	False	87559	maximal	True	ISR0217_000000001299	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	80.303	2.0	0.000646486760903019	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
CHI0187_000000007156	2317	0.9228944571256652	3	2	2	2	1	False	77081	maximal	True	CHI0187_000000007156	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	98.384	50.0	0.0024185455799805577	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ENG0144_000000011906	1442	0.9228944571256652	2	2	2	2	1	False	57555	fragment	False	ENG0144_000000011906	1.0		0	0	False	False	0.9764216542243958	0					non-mobilizable	no_good_hit	542.0	96.125	42.0	0.002120637210323309	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ENG0149_000000010398	1953	0.9228921996613652	3	3	2	3	2	False	73058	fragment	False	ENG0149_000000010398	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1819.0	98.626	99.0	0.0009583535517626954	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0212_000000006069	5274	0.9228848478659424	7	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9402665159678837		0	0	True	True	1.0	15					non-mobilizable	chromosome	4520.0	96.726	100.0	0.8853328097388573	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0785_000000005705	5152	0.9228848478659424	6	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9442977098800325		0	0	True	True	1.0	20					non-mobilizable	chromosome	4439.0	96.959	99.0	0.8711957588847438	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
AST0102_000000005503	5146	0.9228848478659424	7	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.937267267179318		0	0	True	True	0.9996113777160645	14					non-mobilizable	chromosome	4530.0	95.93799999999999	100.0	0.8892597683094443	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
SPA0130_000000006452	5081	0.9228848478659424	7	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.932279859985658		0	0	True	True	1.0	12					non-mobilizable	chromosome	4467.0	95.97	100.0	0.8768898488120951	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
DEN0061_000000006715	5259	0.922879958424316	5	3	1	3	1	True	71947	fragment	False	DEN0061_000000006715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0016_000000005860	5406	0.922872302787918	8	4	1	2	3	True	108308	maximal	True	SPA0016_000000005860	1.0	PS669	0	0	False	True	0.9979652166366577	0					non-mobilizable	no_good_hit	1192.0	95.973	38.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
CHI0145_000000001062	12275	0.9228718424674988	16	15	10	10	12	True	123702	fragment	False	ENG0167_000000001303	0.5732824150867271		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	12309.0	97.945	100.0	0.12268481558358614	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0051_000000011558	3508	0.9228638983317412	6	6	4	4	6	False	128455	fragment	False	ENG0127_000000007378	0.9572432245789401		0	0	False	False	0.9997149109840393	0					non-mobilizable	other	3509.0	99.715	100.0	0.013456699195973731	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0017_000000005151	2364	0.9228545806668866	3	3	1	2	3	False	90404	fragment	False	SPA0017_000000005151	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2364.0	99.87299999999999	100.0	0.016366872839856765	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
ENG0040_000000003427	6387	0.9228539947759076	8	4	3	4	3	False	130923	maximal	True	ENG0040_000000003427	1.0	PS1128	1	1	False	True	0.9976514577865601	0					non-mobilizable	no_good_hit	1685.0	81.66199999999999	29.0	0.0007690715897102379	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ENG0083_000000013893	1616	0.922851800500614	3	2	2	2	1	False	61561	maximal	True	ENG0083_000000013893	1.0		1	1	False	False	0.9746286869049072	0					non-mobilizable	no_good_hit	132.0	82.57600000000001	8.0	0.00010778962450240578	NZ_MCGI01000002.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000002, whole genome shotgun sequence	True	False
FIJ0069_000000015004	1476	0.9228315600804892	1	1	1	1	1	False	44972	fragment	False	FIJ0069_000000015004	1.0		0	0	False	False	0.9789972901344299	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	3.0	0.0007307851174022178	CP028263.1	firmicutes	Lactiplantibacillus plantarum strain SRCM102737 plasmid unnamed2, complete sequence	True	False
DEN0073_000000002110	14039	0.9228198184911722	10	8	5	8	2	True	117539	fragment	False	DEN0073_000000002110	1.0		0	0	False	True	0.9999287724494934	0					non-mobilizable	no_good_hit	102.0	84.314	1.0	0.01086002632733655	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
FIJ0071_000000024875	1478	0.9228176911199399	2	2	2	2	1	False	44849	maximal	True	FIJ0071_000000024875	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0016_01_000000001976	10805	0.9228149884794528	13	4	2	4	3	True	101329	fragment	False	FIJ0068_000000001978	0.5357610047050801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	95.164	6.0	0.0001541855919699717	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0196_000000001569	10154	0.9228149884794528	13	4	2	4	3	True	101329	fragment	False	FIJ0068_000000001978	0.41950976384790833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	1.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0230_000000017087	1961	0.9228115710683192	3	3	2	1	2	False	73976	fragment	False	ISR0230_000000017087	0.996676891615542		0	0	False	False	0.9989801049232483	0					non-mobilizable	other	1970.0	87.208	100.0	0.00410816914701768	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
MAD0033_000000018751	1138	0.9228075802580668	1	1	1	1	1	False	18835	fragment	False	MON0027_000000034477	0.9594370860927153		0	0	False	False	0.9938488602638245	0					non-mobilizable	no_good_hit	198.0	76.263	17.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
FIJ0082_000000010881	2703	0.9228067434973584	4	3	3	2	2	False	44189	fragment	False	FIJ0132_000000011374	0.9370090128690745		0	0	False	False	0.9985201358795166	0					non-mobilizable	no_good_hit	234.0	99.573	9.0	5.4359339027765726e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0324_000000003536	8846	0.9228038534302722	10	6	4	5	5	False	24955	maximal	True	ISR0324_000000003536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	94.444	1.0	2.7916602756466536e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CHI0165_000000000926	18104	0.9227878995670185	31	7	2	5	5	False	78346	maximal	True	CHI0165_000000000926	1.0		1	1	False	False	0.9999447464942932	0					non-mobilizable	no_good_hit	80.0	91.25	1.0	2.3791697962286243e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0309_000000005218	3308	0.922786714040722	5	2	2	2	1	True	25392	maximal	True	ISR0309_000000005218	1.0		3	2	False	False	0.996372401714325	0					non-mobilizable	no_good_hit	470.0	80.851	14.0	0.0019887503307471043	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
DEN0082_000000011536	3358	0.9227861089268984	4	4	1	2	4	False	90426	fragment	False	DEN0082_000000011536	1.0		0	0	False	False	0.9979154467582703	0	IncFIB				non-mobilizable	chromosome	3356.0	99.821	99.0	0.000620052173093432	CP032204.1	enterobacteria	Escherichia coli strain AR_0013 chromosome, complete genome	False	True
FIJ0003_000000005649	4456	0.9227816950028258	8	2	1	1	2	True	107766	fragment	False	FIJ0003_000000005649	0.9606735350348818		0	0	False	False	0.9988779425621033	0					non-mobilizable	no_good_hit	491.0	95.316	11.0	0.00013609024146694706	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
ISR0326_000000003830	4353	0.9227816950028258	9	2	1	1	2	True	107766	fragment	False	FIJ0003_000000005649	0.9383797526628819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	96.444	11.0	0.0001327506036395373	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
ISR0164_000000005511	4310	0.9227816950028258	8	2	1	1	2	True	107766	fragment	False	FIJ0003_000000005649	0.9295901721609839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	96.025	11.0	0.0001327506036395373	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
ISR0096_000000005874	4209	0.9227816950028258	8	2	1	1	2	True	107766	fragment	False	FIJ0003_000000005649	0.9196946895901055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	96.234	11.0	0.0001327506036395373	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
FIJ0022_000000005703	4205	0.9227816950028258	8	2	1	1	2	True	107766	fragment	False	FIJ0003_000000005649	0.9205926544752568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	96.594	10.0	0.00011382598928421542	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
AST0006_000000005666	2414	0.9227675649426722	3	2	0	2	1	False	127558	maximal	True	AST0006_000000005666	1.0		1	1	False	False	0.999585747718811	0	rep_cluster_943				non-mobilizable	no_good_hit	1763.0	88.82600000000001	72.0	0.5222587391694055	NZ_AP022825.1	firmicutes	Enterococcus saigonensis strain VE80 plasmid pVE80-3, complete sequence	True	True
ISR0095_000000001022	15352	0.9227669698637528	15	8	8	7	4	True	74883	maximal	True	ISR0095_000000001022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1924.0	71.933	12.0	0.00904048648700251	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
DEN0031_000000005181	5657	0.9227635270474324	8	4	2	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9972435917275928	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	73	rep_cluster_870	MOBV			mobilizable	plasmid	5363.0	99.77600000000001	100.0	0.957811941365749	DQ859906.2	CFB group bacteria	Bacteroides fragilis strain P35 plasmid pBFP35, complete sequence	False	True
ENG0072_000000003097	3767	0.9227605659049798	6	3	3	3	3	False	128367	fragment	False	ENG0072_000000003097	0.9762226425290462		0	0	False	False	0.9997345209121704	0					non-mobilizable	chromosome	1865.0	98.66	100.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0006_000000005185	3701	0.9227605659049798	6	3	3	3	3	False	128367	fragment	False	ENG0072_000000003097	0.9692062649323069		0	0	False	False	0.9964874386787415	0					non-mobilizable	chromosome	2002.0	98.65100000000001	100.0	0.00070321683924941	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0016_000000028752	1343	0.9227598884614168	2	2	1	2	1	False	114446	fragment	False	MON0093_000000031648	0.6749955096469064		0	0	False	False	0.9955323934555054	0					non-mobilizable	other	1369.0	77.721	100.0	0.036891765867573645	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
FIJ0081_000000007181	4469	0.9227568171031822	10	9	1	3	9	True	60401	fragment	False	FIJ0081_000000007181	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4494.0	96.662	100.0	0.002036330755312572	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
AUS0014_000000001723	16061	0.92275361577049	14	10	6	6	6	True	122764	fragment	False	AUS0014_000000001723	0.9411670921230362		0	0	False	False	0.9998131990432739	0					non-mobilizable	no_good_hit	5384.0	94.818	60.0	0.0220776183579438	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0039_000000007133	2398	0.9227524071202096	3	3	3	3	2	False	117049	maximal	True	AST0039_000000007133	1.0		8	5	False	False	0.9995830059051514	0					non-mobilizable	other	2407.0	92.065	100.0	0.017558423077208143	NZ_SMBP01000007.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_107, whole genome shotgun sequence	False	False
ISR0045_000000002852	8246	0.9227515080755164	14	9	4	8	5	True	104897	maximal	True	ISR0045_000000002852	1.0		1	1	False	False	0.9991511106491089	0					non-mobilizable	no_good_hit	2595.0	96.069	33.0	0.20927793465106898	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0086_000000003624	7679	0.9227351293972484	13	6	6	6	3	False	72199	maximal	True	MON0086_000000003624	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1759.0	77.317	23.0	0.000613707020588755	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0097_000000024577	1333	0.9227284723531995	2	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.88804981323801		0	0	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit	1069.0	81.47800000000001	85.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0347_000000017230	1312	0.9227284723531995	1	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.5278104463649932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	81.47800000000001	85.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0146_000000002088	7677	0.9227217032606616	7	6	6	6	5	False	43918	maximal	True	FIJ0146_000000002088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1301.0	75.25	19.0	0.00023868349323330438	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
SPA0092_000000006227	5966	0.92271700910576	10	8	3	3	7	True	123837	maximal	True	SPA0092_000000006227	1.0	PS486|PS905	1	1	False	True	0.9998323917388916	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2817.0	99.50299999999999	88.0	0.524306202272304	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
CHI0142_000000010058	1849	0.922713813043684	2	1	1	1	1	False	79986	fragment	False	CHI0142_000000010058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0079_01_000000000605	27943	0.922706106009246	40	8	6	7	5	False	101720	maximal	True	USA0079_01_000000000605	1.0		1	1	False	False	0.9999642372131348	0					non-mobilizable	no_good_hit	11073.0	97.39	81.0	0.19007170246058083	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0046_000000015859	1995	0.922699292216433	4	2	2	1	1	True	50788	fragment	False	FIJ0046_000000015859	0.9635883905013193		0	0	False	False	0.999498724937439	0					non-mobilizable	plasmid	2011.0	96.917	100.0	0.08032609998801103	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
FIJ0066_000000008708	3573	0.9226953958994912	4	3	3	3	3	False	71125	backbone	False	DEN0082_000000009690	0.965676286421323	PS334	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0088_000000006847	3227	0.9226876556509443	3	1	1	1	1	True	17958	maximal	True	MAD0088_000000006847	1.0		1	1	True	True	1.0	6	rep_cluster_1298				non-mobilizable	no_good_hit	900.0	83.444	70.0	0.27415384615384614	HQ259051.1	firmicutes	Lactobacillus casei strain TISTR1341 plasmid pRCEID3.2, complete sequence	True	True
MAD0089_000000008972	2624	0.9226876556509443	3	1	1	1	1	True	15839	maximal	True	MAD0089_000000008972	1.0		2	2	False	False	0.9996188879013062	0	rep_cluster_1298				non-mobilizable	plasmid	2170.0	100.0	100.0	0.6673846153846154	HQ259051.1	firmicutes	Lactobacillus casei strain TISTR1341 plasmid pRCEID3.2, complete sequence	False	True
ISR0323_000000009345	2199	0.9226876556509443	2	1	1	1	1	True	24984	maximal	True	ISR0323_000000009345	1.0		1	1	True	True	0.9972714781761169	10					non-mobilizable	no_good_hit	710.0	91.26799999999999	32.0	0.2950751252086811	EU429343.1	firmicutes	Lactobacillus farciminis strain KCTC3681 plasmid pLF24, complete sequence	True	True
MAD0044_000000014696	1687	0.9226876556509443	2	1	1	1	1	True	17957	fragment	False	MAD0044_000000014696	1.0		0	0	False	False	1.0	0	rep_cluster_1298				non-mobilizable	no_good_hit	900.0	83.444	53.0	0.27415384615384614	HQ259051.1	firmicutes	Lactobacillus casei strain TISTR1341 plasmid pRCEID3.2, complete sequence	True	True
CHI0018_000000008532	2044	0.9226755728157704	3	3	3	3	2	True	89552	fragment	False	CHI0018_000000008532	1.0		0	0	False	False	0.9980430603027344	0					non-mobilizable	no_good_hit								True	True
CHI0063_000000002805	4493	0.9226695138253036	7	6	2	2	6	True	85496	fragment	False	CHI0063_000000002805	1.0		0	0	False	False	0.9984419941902161	0	IncX2			MOBP	mobilizable	plasmid	4442.0	99.977	99.0	0.11752408171906426	CP057373.1	enterobacteria	Escherichia coli strain RHB28-C15 plasmid pRHB28-C15_3, complete sequence	False	True
ISR0369_000000001569	5778	0.92266188906435	9	5	2	3	4	True	123345	maximal	True	ISR0369_000000001569	1.0	PS890|PS891	3	1	False	True	0.9965385794639587	0					non-mobilizable	no_good_hit	2039.0	99.215	58.0	0.584121524792204	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
SPA0068_000000002219	6231	0.9226605768731754	6	5	4	3	5	False	6004	fragment	False	SPA0068_000000002219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6126.0	98.825	100.0	0.000847711090095565	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
ISR0342_000000004943	3614	0.9226490280712528	4	4	4	4	4	False	43379	maximal	True	ISR0342_000000004943	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2087.0	99.665	64.0	0.4996405463695183	MK231602.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G16_1-CL14_c5 sequence	True	False
FIJ0100_000000002682	7530	0.9226475032240948	5	4	1	4	2	False	50239	fragment	False	FIJ0100_000000002682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	1.0	2.163086443153142e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0075_000000005925	2935	0.9226411442240916	4	4	4	4	4	False	74276	maximal	True	SPA0075_000000005925	1.0		2	1	False	False	0.9846677780151367	0					non-mobilizable	other	2699.0	99.852	92.0	0.03564727954971857	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
SPA0024_000000005103	3220	0.9226373830396644	6	3	1	3	2	False	116772	fragment	False	SPA0024_000000005103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	83.03200000000001	26.0	0.02909539763710104	MK233074.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_2_c1 sequence	True	False
ISR0206_000000015700	1658	0.9226237899922212	3	2	0	2	1	True	131638	maximal	False	ENG0196_000000006783	0.32123941080118884		0	0	True	True	0.9734619855880737	5					non-mobilizable	plasmid	1081.0	92.137	99.0	0.6656327543424317	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
CHI0111_000000020121	1495	0.9226237899922212	2	2	0	2	1	True	131638	maximal	False	ENG0196_000000006783	0.060573179699613906		0	0	True	True	1.0	1					non-mobilizable	plasmid	880.0	88.182	99.0	0.5316377171215881	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
USA0120_01_000000007778	1685	0.9226207616702448	2	2	1	2	1	True	208	maximal	True	USA0120_01_000000007778	1.0		0	0	False	False	0.9994065165519714	0					non-mobilizable	no_good_hit								True	True
MON0013_000000037796	1487	0.9226201797238984	3	1	1	1	1	False	13499	fragment	False	MON0013_000000037796	1.0		0	0	False	False	0.9993274807929993	0					non-mobilizable	no_good_hit	223.0	80.717	15.0	4.943270304369397e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0164_000000011587	1874	0.9226183997084356	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.43321035930361906	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1731.0	85.095	92.0	0.020394177143397297	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0099_000000007802	2706	0.9226118840512232	3	3	3	3	2	False	99568	fragment	False	ISR0099_000000007802	0.9649090233939844		0	0	False	False	1.0	0					non-mobilizable	plasmid	2707.0	94.75399999999999	100.0	0.01108055977346411	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MON0070_000000017239	1956	0.9226098363486434	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.4175491112656288		0	0	False	False	1.0	0					non-mobilizable	chromosome	1948.0	83.06	99.0	0.000676906946557116	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0071_000000021379	1952	0.9225981355691254	2	2	2	1	1	False	76103	maximal	True	DEN0071_000000021379	1.0		0	0	False	False	0.9733606576919556	0					non-mobilizable	no_good_hit	290.0	98.27600000000001	15.0	0.005945278749228554	NZ_JAAIPV010000034.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_34_length_48610_cov_92.315, whole genome shotgun sequence	True	False
ISR0255_000000005956	4710	0.922595106284594	7	5	4	5	3	False	71126	maximal	True	ISR0255_000000005956	1.0	PS334	2	2	False	True	0.9923567175865173	0					non-mobilizable	no_good_hit	671.0	95.82700000000001	26.0	0.00022762690794665921	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0202_000000003495	7028	0.922594639627346	10	4	1	3	2	True	117219	maximal	True	ENG0202_000000003495	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	2200.0	89.59100000000001	34.0	0.2443554665776888	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0198_000000004222	8391	0.922589068256742	12	3	1	3	1	False	93710	fragment	False	ISR0198_000000004222	1.0		0	0	False	False	0.9940412640571594	0					non-mobilizable	no_good_hit	57.0	100.0	1.0	1.4996362043243617e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
FIJ0086_000000010080	3074	0.9225880418058748	4	4	3	4	2	False	104480	maximal	False	FIJ0015_000000008578	0.9384774269696076		0	0	False	False	0.9889394640922546	0					non-mobilizable	other	3076.0	96.71700000000001	100.0	0.00654099612944959	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
DEN0034_000000000192	18983	0.9225879466135842	38	13	5	10	7	True	112981	maximal	True	DEN0034_000000000192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1655.0	92.145	54.0	0.028905114663453017	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0165_000000001881	9335	0.9225786132500702	7	5	1	5	2	False	81049	fragment	False	FIJ0165_000000001881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	98.48	17.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0094_000000002823	8696	0.9225760705457088	8	5	3	4	3	False	68398	fragment	False	DEN0094_000000002823	1.0		0	0	False	False	0.9997699856758118	0					non-mobilizable	no_good_hit	603.0	97.015	22.0	0.02106441792924875	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0222_000000003236	19146	0.9225721365042066	19	12	9	7	11	False	110739	maximal	True	ISR0222_000000003236	1.0	PS398|PS407	2	2	False	True	0.9996343851089478	0					non-mobilizable	no_good_hit	6781.0	99.867	69.0	0.0016435080704003226	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
CHI0141_000000017076	1621	0.9225720409804926	3	3	3	3	2	False	99887	fragment	False	ISR0346_000000011693	0.19191685912240183		0	0	False	False	1.0	0					non-mobilizable	other	1621.0	99.506	100.0	0.005133730510837876	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0032_000000024646	1501	0.9225667321725918	2	2	2	2	2	False	48386	fragment	False	FIJ0032_000000024646	1.0		0	0	False	False	0.9906728863716125	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000023280	1669	0.9225623207704912	2	2	2	2	2	False	74272	fragment	False	ISR0278_000000005776	0.7531484230942168		0	0	False	False	1.0	0					non-mobilizable	other	1665.0	99.459	99.0	0.02198557196839574	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
CHI0001_000000002091	4027	0.9225479438058928	9	5	3	2	4	False	91095	fragment	False	CHI0001_000000002091	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2721.0	95.186	94.0	0.0006039283104444725	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0047_000000014864	2066	0.9225463604971136	2	1	1	1	1	True	46882	maximal	True	FIJ0047_000000014864	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0129_000000004214	4994	0.922528510626512	6	2	2	1	1	True	90306	maximal	True	FIJ0129_000000004214	0.9765482233502538		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1480.0	78.851	29.0	0.24770953512046148	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	True
CHI0074_000000003263	4925	0.922528510626512	8	2	2	1	1	True	90306	maximal	False	FIJ0129_000000004214	0.9699639567480978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	75.413	30.0	0.10859937257796641	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ENG0038_000000004595	4540	0.922524134872396	7	4	4	4	3	False	65110	maximal	True	ENG0038_000000004595	1.0		1	1	False	False	0.9944933652877808	0					non-mobilizable	no_good_hit	2171.0	77.292	47.0	0.0005027060182269193	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
ISR0117_000000013831	1945	0.9225177766449252	3	3	3	3	1	False	32420	maximal	True	ISR0117_000000013831	1.0		0	0	False	False	0.9840617179870605	0					non-mobilizable	no_good_hit	563.0	81.528	42.0	0.0016159032783073703	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
TAN0019_000000007276	1108	0.9225163840068809	2	1	1	1	1	False	2407	fragment	False	TAN0019_000000007276	1.0		0	0	False	False	0.9981949329376221	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000000367	36823	0.9225119056283794	42	14	10	11	9	True	68525	maximal	True	ISR0076_000000000367	0.9542485502821526		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	71.795	3.0	0.013673097717830516	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	True
ISR0378_000000017228	1750	0.9225034760767168	2	1	1	1	1	False	50753	fragment	False	ISR0031_000000012772	0.966120218579235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	77.286	39.0	0.0002490545519968347	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
CHI0133_000000004290	4094	0.9225031806815376	5	5	4	3	5	True	80807	fragment	False	DEN0065_000000007362	0.9834593572778828		0	0	False	False	1.0	0					non-mobilizable	other	4094.0	100.0	100.0	0.08951535298749015	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0151_000000002572	9536	0.922499629490038	15	9	6	6	9	True	124118	fragment	False	ENG0151_000000002572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5699.0	95.75399999999999	89.0	0.0016001960479035857	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0067_000000029622	1143	0.9224973705810888	1	1	1	1	1	False	110608	fragment	False	FIJ0108_000000016384	0.41458228884792775		0	0	False	False	0.9868766665458679	0					non-mobilizable	other	1128.0	96.18799999999999	99.0	0.04529911091443054	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
CHI0034_000000012062	1401	0.9224892891672708	2	2	2	2	1	False	88191	fragment	False	FIJ0010_000000012467	0.9477465708687133		0	0	False	False	0.9950035810470581	0					non-mobilizable	chromosome	1401.0	98.501	100.0	0.0004052543927923854	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0150_000000004138	5408	0.922483452379482	9	4	3	4	1	True	39826	maximal	True	FIJ0150_000000004138	1.0		0	0	False	False	0.9914940595626831	0					non-mobilizable	no_good_hit	1185.0	90.464	68.0	0.04555256064690027	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ENG0134_000000033324	1122	0.9224829155027776	1	1	1	1	1	False	58119	maximal	True	ENG0134_000000033324	1.0		5	2	False	False	1.0	0					non-mobilizable	other	1122.0	99.73299999999999	100.0	0.014996856145232712	NZ_CBYM010000016.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0138_000000003484	6035	0.9224790345637266	8	3	3	3	3	False	3541	fragment	False	SPA0138_000000003484	1.0		0	0	False	False	0.9995028972625732	0					non-mobilizable	no_good_hit	629.0	79.968	16.0	0.010828341544677985	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0072_000000004731	2348	0.9224779284714428	3	3	3	3	3	False	84842	fragment	False	FIJ0031_000000009436	0.9467164766024381		0	0	False	False	1.0	0					non-mobilizable	chromosome	2348.0	99.404	100.0	0.00044672249016477724	CP057473.1	enterobacteria	Escherichia coli strain RHB25-C16 chromosome, complete genome	False	False
ENG0101_000000024173	1404	0.9224728601970612	2	2	2	2	1	False	60443	fragment	False	ENG0101_000000024173	0.9198450860674375		0	0	False	False	0.9907407164573669	0					non-mobilizable	other	1404.0	97.15100000000001	100.0	0.008131871953446047	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ETH0004_000000000183	56523	0.9224653841048174	95	31	11	24	15	True	53151	maximal	True	ETH0004_000000000183	1.0		1	1	False	False	0.99973464012146	0					non-mobilizable	no_good_hit	4273.0	95.249	56.0	0.07556800056711445	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0200_000000003777	5165	0.9224613113197598	7	6	6	5	3	False	129683	maximal	True	ENG0200_000000003777	1.0	PS1061	6	3	False	True	1.0	0					non-mobilizable	no_good_hit	2553.0	98.86399999999999	69.0	0.0007186359680122382	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0371_000000000493	16062	0.9224590453600608	10	7	5	6	4	False	23498	maximal	True	ISR0371_000000000493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.664013489602689e-05	NZ_FMWM01000002.1	firmicutes	Peptoniphilus raoultii strain KHD4, whole genome shotgun sequence	True	False
USA0111_01_000000003603	6286	0.9224520674295351	9	5	2	4	3	True	116602	maximal	True	USA0111_01_000000003603	1.0	PS778|PS779	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2541.0	99.17399999999999	40.0	0.5306037184040109	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	True	True
ISR0265_000000010435	1633	0.922447568372588	2	2	2	2	2	False	113065	fragment	False	ISR0265_000000010435	0.9791457399125872		0	0	False	False	1.0	0					non-mobilizable	other	1633.0	98.59200000000001	100.0	0.0004883769575851196	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0013_000000002384	9387	0.9224452647232856	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.7827615189517372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	90.95700000000001	2.0	0.27938931297709924	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
AST0058_000000005242	2948	0.9224355801937072	4	3	1	3	2	False	113106	fragment	False	AST0058_000000005242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	73.445	23.0	0.003857371899164039	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
USA0075_01_000000000453	30023	0.9224294318914656	27	25	9	12	24	True	123804	fragment	False	ISR0105_000000000229	0.6143614487022385		0	0	False	False	0.9988009333610535	0					non-mobilizable	other	21666.0	97.93700000000001	99.0	0.01387014136258268	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
AST0024_000000004749	6260	0.9224249490495136	5	2	0	2	0	True	121799	fragment	False	AST0024_000000004749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	77.436	3.0	6.164143434480935e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
DEN0079_000000012172	3897	0.9224192298076782	5	5	5	4	4	False	92266	fragment	False	TAN0017_000000008473	0.9599004522445673		0	0	False	False	0.998973548412323	0					non-mobilizable	no_good_hit	62.0	82.258	2.0	0.0016409134418159442	NZ_KB894157.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00043.43, whole genome shotgun sequence	True	False
ISR0779_000000010114	3288	0.9224152111301188	4	4	4	3	3	False	116631	fragment	False	SPA0101_000000007479	0.2713528864966292		0	0	False	False	0.9996958374977112	0					non-mobilizable	other	3288.0	99.605	100.0	0.0006831721217555299	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
SPA0086_000000003650	4031	0.922414055657401	4	4	4	4	4	False	98962	fragment	False	CHI0121_000000002037	0.9942841704776234		0	0	False	False	1.0	0					non-mobilizable	other	4011.0	99.925	100.0	0.0007549386906549738	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0055_000000004827	4010	0.922414055657401	4	4	4	4	4	False	98962	fragment	False	CHI0121_000000002037	0.9935478265721248		0	0	False	False	0.9992518424987793	0					non-mobilizable	other	3991.0	99.925	100.0	0.0007511724711954828	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0008_000000001216	5237	0.9224021934967456	7	5	4	5	3	False	131128	fragment	False	DEN0008_000000001216	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5237.0	100.0	100.0	0.00958956795663083	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0063_000000002570	7442	0.922396269094514	9	6	5	5	3	False	35286	maximal	True	ISR0063_000000002570	1.0		3	2	False	False	0.9989250302314758	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	1.0	3.614686624488535e-05	CP032652.1	firmicutes	Lactobacillus sakei strain LZ217 chromosome, complete genome	True	False
ENG0133_000000009968	2487	0.9223880803918512	4	4	3	2	2	False	91195	fragment	False	ENG0133_000000009968	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	99.92	100.0	0.000516691784205734	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ISR0287_000000001161	6968	0.9223818172855685	7	4	3	3	3	False	92893	maximal	True	ISR0287_000000001161	0.9789015337283364	PS140	2	1	True	True	1.0	31					non-mobilizable	plasmid	4580.0	99.694	98.0	0.6531165311653117	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
ENG0203_000000003713	3999	0.9223783637734696	5	2	0	2	1	True	54096	maximal	True	ENG0203_000000003713	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
CHI0179_000000003084	4897	0.9223709009959618	8	7	3	3	6	True	88672	fragment	False	CHI0179_000000003084	0.9999411349187661		0	0	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2833.0	94.07	73.0	0.3191465342063671	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MON0048_000000002419	10849	0.92235961500846	16	9	5	5	7	True	122504	maximal	True	MON0048_000000002419	1.0	PS619	0	0	False	True	0.9999078512191772	0					non-mobilizable	no_good_hit	3642.0	97.446	58.0	0.45273383983061405	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0217_000000007043	3698	0.9223594458586379	5	2	2	1	2	True	43990	maximal	True	ISR0217_000000007043	1.0		1	1	True	True	1.0	58					non-mobilizable	no_good_hit	436.0	86.697	29.0	0.11060025542784163	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0044_000000020895	2481	0.922357252806438	3	2	2	2	1	False	11633	fragment	False	MON0044_000000020895	1.0		0	0	False	False	0.9995969533920288	0					non-mobilizable	no_good_hit								True	False
CAN0019_000000002697	2331	0.9223563898925744	3	1	1	1	1	False	91978	fragment	False	CAN0019_000000002697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	84.906	18.0	0.003374052809160674	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
FIJ0091_000000001833	12859	0.922352188072834	14	6	3	6	5	True	108367	maximal	True	FIJ0091_000000001833	1.0	PS671	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1084.0	99.354	9.0	0.0003410438020647334	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0123_000000006645	4920	0.9223486742100041	5	5	5	5	4	False	100443	fragment	False	FIJ0123_000000006645	0.9732641730386238		0	0	False	True	0.9995934963226318	0					non-mobilizable	no_good_hit	796.0	77.638	37.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
FIJ0092_000000006021	4839	0.9223486742100041	5	5	5	5	4	False	100443	fragment	False	FIJ0123_000000006645	0.971326378076673		0	0	False	True	0.9977267980575562	0					non-mobilizable	no_good_hit	796.0	77.638	37.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
MAD0067_000000001515	5811	0.9223479395920892	8	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.9553270370428202		0	0	True	True	1.0	12	rep_cluster_233	MOBQ			mobilizable	plasmid	4856.0	96.58200000000001	98.0	0.8357155157568452	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
FIJ0052_000000004586	5797	0.9223479395920892	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.9490020641830335		0	0	True	True	0.99982750415802	4	rep_cluster_233	MOBQ			mobilizable	other	4079.0	94.19	99.0	0.715819109625198	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
FIJ0017_000000004759	5797	0.9223479395920892	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.9499920417134897		0	0	True	True	1.0	9	rep_cluster_233	MOBQ			mobilizable	plasmid	4868.0	96.59	99.0	0.8370931634234544	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ENG0191_000000004413	5701	0.9223479395920892	7	4	2	2	2	False	125164	maximal	True	ENG0191_000000004413	0.9596336746127797		19	5	True	True	1.0	20	rep_cluster_233	MOBQ			mobilizable	plasmid	4828.0	95.85700000000001	100.0	0.8281384535904942	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
FIJ0091_000000004533	5701	0.9223479395920892	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.9445184783362371		0	0	True	True	1.0	2	rep_cluster_233	MOBQ			mobilizable	plasmid	4802.0	96.71	99.0	0.8258997761322542	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ENG0068_000000003969	5675	0.9223479395920892	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.9569205644648048		0	0	True	True	1.0	40	rep_cluster_233	MOBQ			mobilizable	plasmid	4797.0	97.14399999999999	99.0	0.8252109522989496	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ISR0075_000000003805	5673	0.9223479395920892	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.9550275519496372		0	0	True	True	1.0	10	rep_cluster_233	MOBQ			mobilizable	plasmid	4800.0	96.25	100.0	0.8236610986740142	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ENG0110_000000005151	5664	0.9223479395920892	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.9558866031661781		0	0	True	True	1.0	16	rep_cluster_233	MOBQ			mobilizable	plasmid	4783.0	96.59200000000001	99.0	0.8229722748407095	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ENG0082_000000003096	5656	0.9223479395920892	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.9453434659373962		0	0	True	True	0.9998232126235962	8	rep_cluster_233	MOBQ			mobilizable	plasmid	4796.0	96.789	99.0	0.8229722748407095	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ENG0206_000000004267	5555	0.9223479395920892	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.8510514613174148		0	0	True	True	1.0	29	rep_cluster_233	MOBQ			mobilizable	other	4749.0	99.684	100.0	0.8354742213619567	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
ENG0066_000000003051	5529	0.9223479395920892	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.8418260704271366		0	0	True	True	0.9998191595077515	47	rep_cluster_233	MOBQ			mobilizable	other	4749.0	98.042	100.0	0.8354742213619567	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
SPA0028_000000005466	4737	0.9223442423612228	7	5	5	5	4	False	99033	maximal	False	SPA0026_000000005005	0.9507782101167315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	77.054	22.0	0.001470594420152611	NZ_LT707059.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0122_000000007521	2329	0.9223432501432602	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.08534089302037388		0	0	False	False	0.99570631980896	0					non-mobilizable	other	2141.0	98.786	92.0	0.0006032819213415139	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0312_000000002692	5395	0.9223364090782894	7	4	2	4	3	True	47505	maximal	True	ISR0312_000000002692	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	1517.0	76.071	27.0	0.3549316054715623	HG796814.1	bacteria	Uncultured bacterium plasmid pRGF00102	True	True
AST0148_000000006780	5028	0.9223364090782894	8	4	2	4	3	False	105149	maximal	True	AST0148_000000006780	1.0		1	1	True	True	0.999602198600769	19					non-mobilizable	no_good_hit	917.0	88.00399999999999	30.0	0.21862251019918408	HG796814.1	bacteria	Uncultured bacterium plasmid pRGF00102	True	True
ISR0324_000000006545	4865	0.9223364090782894	6	4	2	4	3	False	24953	maximal	True	ISR0324_000000006545	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	485.0	83.29899999999999	10.0	0.10183212611844908	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
FIJ0119_000000004043	4150	0.9223207610651636	6	4	3	4	3	False	48743	fragment	False	FIJ0119_000000004043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	100.0	2.0	0.00017209552940887236	NZ_FNDS01000004.1	g-proteobacteria	Pseudomonas panipatensis strain CCM 7469, whole genome shotgun sequence	True	False
FIJ0005_000000009109	3365	0.9223181372439696	4	4	4	4	4	False	89526	maximal	True	FIJ0005_000000009109	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	96.211	53.0	0.524041387705417	NZ_CYZN01000060.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0190_000000017812	1266	0.9223179293969388	4	2	1	1	2	True	114721	fragment	False	SPA0128_000000022794	0.4777573529411765		0	0	False	False	0.9818325638771057	0					non-mobilizable	other	1262.0	97.94	100.0	0.0005253697399608468	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0094_000000002868	5878	0.922306236887062	8	6	2	5	3	True	116723	fragment	False	SPA0026_000000003978	0.9643916913946587		0	0	False	False	1.0	0					non-mobilizable	other	5878.0	99.456	100.0	0.02906125759044247	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0078_000000036297	1309	0.9223014490880536	1	1	1	1	1	False	89221	fragment	False	CHI0029_000000007939	0.5831752278521611		0	0	False	False	1.0	0					non-mobilizable	chromosome	1309.0	100.0	100.0	0.0002740185766997479	CP039753.1	enterobacteria	Escherichia coli strain NRRL B-1109 chromosome	False	False
ISR0106_000000004008	5334	0.9222812020971032	8	5	0	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9478336082895504	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	2	rep_cluster_870	MOBV			mobilizable	plasmid	5044.0	99.802	100.0	0.9011617515638963	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0837_000000001626	5213	0.9222812020971032	7	5	0	2	4	False	132470	backbone	False	CAN0001_000000008257	0.9253479333541785	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5061.0	99.802	100.0	0.90437890974084	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0118_000000006943	1497	0.9222755705626288	2	2	2	2	2	False	89533	fragment	False	CHI0118_000000006943	1.0		0	0	False	False	0.9826319217681885	0					non-mobilizable	chromosome	1343.0	96.5	90.0	0.00020678591372502508	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
MON0077_000000011042	3461	0.922274082748541	5	3	0	3	1	True	10242	maximal	True	MON0077_000000011042	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	138.0	94.20299999999999	8.0	0.028994708994708993	HM560027.1	bacteria	Uncultured bacterium plasmid pTRACA63, complete sequence	True	True
MAD0066_000000013440	2074	0.9222651671897484	3	1	1	1	1	False	16573	fragment	False	MAD0066_000000013440	1.0		0	0	False	False	0.9956605434417725	0					non-mobilizable	no_good_hit								True	False
ISR0239_000000000874	12391	0.9222642756630948	10	9	6	8	4	True	106701	maximal	True	ISR0239_000000000874	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9423.0	95.564	80.0	0.20689124750038457	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
ISR0853_000000014577	1251	0.9222625767231696	2	1	1	1	1	False	20513	fragment	False	ISR0853_000000014577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0782_000000002534	5372	0.9222554619781465	6	3	1	2	3	False	130158	backbone	True	ISR0782_000000002534	0.9981590344413145	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	39	5	True	True	1.0	162	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.95200000000001	79.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0381_000000002777	5352	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9973414192819572	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	23	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.95200000000001	81.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
USA0080_01_000000008037	5351	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9978353466073036	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	23	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.889	81.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
USA0054_01_000000001852	5332	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9979076146181322	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9992498159408569	6	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.95200000000001	81.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ENG0149_000000004722	5281	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9981265375258291	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	18	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.95200000000001	81.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0175_000000004741	5270	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9967196901606695	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	18	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.95200000000001	81.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0776_000000004976	5231	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9894181307210379	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	44	rep_cluster_475				non-mobilizable	no_good_hit	1484.0	93.73299999999999	80.0	0.2852173913043478	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
USA0063_01_000000004098	5026	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9704757492272164	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	1	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.95200000000001	80.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ENG0148_000000007494	5020	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9699858798189903	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.95200000000001	80.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0293_000000007284	5020	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9692289245658011	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	93.014	80.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0219_000000006210	5020	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9699858798189903	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.95200000000001	80.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0062_000000006122	5016	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9684031947700792	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9996013045310974	0	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.889	80.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
USA0130_01_000000007971	4955	0.9222554619781465	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9580310307076941	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.998385488986969	0	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.889	80.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0206_000000018070	1447	0.9222550275022704	3	3	3	2	2	False	28620	maximal	True	ISR0206_000000018070	1.0		66	7	False	False	1.0	0					non-mobilizable	chromosome	966.0	99.689	100.0	0.00038254530981611263	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0091_000000001838	11024	0.9222513454242686	7	6	5	5	3	False	119750	maximal	True	ENG0091_000000001838	1.0		6	4	False	False	0.9999092817306519	0					non-mobilizable	no_good_hit	7234.0	99.959	66.0	0.0011128661357281266	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
DEN0029_000000005889	2249	0.9222478347389	3	3	3	2	3	False	122124	maximal	True	DEN0029_000000005889	1.0		1	1	False	False	0.9982214570045471	0					non-mobilizable	no_good_hit	1031.0	92.726	46.0	0.004068782170043492	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
FIJ0048_000000006462	4555	0.9222347979426868	7	3	2	3	2	True	52033	fragment	False	FIJ0048_000000006462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	92.506	28.0	0.029765113592606855	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
AST0046_000000009159	1903	0.9222336232350028	2	2	2	2	2	False	115679	fragment	False	AST0046_000000009159	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	99.616	96.0	0.0007416586791559331	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	False
CHI0060_000000003216	3763	0.9222300423308448	4	3	3	3	3	False	85770	maximal	True	CHI0060_000000003216	1.0		0	0	False	False	0.9981397986412048	0					non-mobilizable	no_good_hit								True	False
CHI0071_000000005970	1783	0.9222248033470456	2	1	1	1	1	True	95473	fragment	False	CHI0071_000000005970	1.0		0	0	False	False	0.9960740208625793	0	IncR				non-mobilizable	plasmid	1783.0	99.944	100.0	0.014577044835456085	AP022146.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-S18-ESBL-05_4 DNA, complete genome, strain: WP5-S18-ESBL-05	False	True
DEN0026_000000009431	3123	0.9222183681836782	4	3	3	3	3	False	74202	maximal	True	DEN0026_000000009431	1.0		5	3	False	False	0.9958373308181763	0					non-mobilizable	no_good_hit	1812.0	80.51899999999999	60.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0129_000000010227	2665	0.9222121006169812	3	3	2	3	2	False	93781	fragment	False	SPA0129_000000010227	1.0		0	0	False	False	0.9996247887611389	0					non-mobilizable	no_good_hit								True	False
ISR0847_000000010469	2574	0.9221951342208791	3	3	2	3	2	False	79048	fragment	False	ISR0847_000000010469	0.9725536992840096		0	0	False	False	0.9906759858131409	0					non-mobilizable	no_good_hit	750.0	77.333	62.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0058_000000015684	2132	0.9221947440471598	3	3	3	3	3	False	63458	fragment	False	ENG0058_000000015684	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2132.0	100.0	100.0	0.0004181494522261798	CP044314.1	enterobacteria	Escherichia coli strain RM9245 chromosome, complete genome	False	False
USA0034_01_000000008271	6900	0.9221871671282982	13	5	5	4	1	True	130702	fragment	False	SPA0089_000000004688	0.7369811483021655		0	0	False	False	1.0	0					non-mobilizable	other	5034.0	97.855	95.0	0.0013475302464571765	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ETH0001_000000009676	2884	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8494266615594743	PS897	0	0	True	True	1.0	309		MOBP			mobilizable	chromosome	2412.0	99.876	100.0	0.865301724137931	HG796821.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00118	False	True
CHI0147_000000006723	2883	0.9221834889215601	4	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8502934553470854	PS897	0	0	True	True	1.0	529		MOBP			mobilizable	plasmid	2410.0	99.834	100.0	0.8652533237513474	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
USA0089_01_000000002804	2883	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8503348052935583	PS897	0	0	True	True	1.0	546		MOBP			mobilizable	plasmid	2423.0	99.835	100.0	0.8699245418613007	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0210_000000006665	2882	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8507468380953824	PS897	0	0	True	True	1.0	832		MOBP			mobilizable	plasmid	2409.0	99.875	100.0	0.8652533237513474	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0397_000000006816	2882	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8507468380953824	PS897	0	0	True	True	1.0	828		MOBP			mobilizable	plasmid	2409.0	99.875	100.0	0.8652533237513474	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0106_000000008259	2882	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8475983729977548	PS897	0	0	True	True	1.0	601		MOBP			mobilizable	other	2397.0	99.666	100.0	0.8418833450456782	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ISR0113_000000005368	2882	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8503772340383285	PS897	0	0	True	True	1.0	152		MOBP			mobilizable	plasmid	2409.0	99.834	100.0	0.8652533237513474	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0120_000000010982	2882	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8505659658627399	PS897	0	0	True	True	1.0	363		MOBP			mobilizable	plasmid	2409.0	99.792	100.0	0.8652533237513474	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0059_000000005588	2882	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.850420738306188	PS897	0	0	True	True	1.0	366		MOBP			mobilizable	plasmid	2409.0	99.834	100.0	0.8652533237513474	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0220_000000003443	2882	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8497784288030147	PS897	0	0	True	True	1.0	673		MOBP			mobilizable	plasmid	2409.0	99.917	100.0	0.8652533237513474	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0043_000000007612	2882	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8504291586807574	PS897	0	0	True	True	1.0	1425		MOBP			mobilizable	plasmid	2409.0	99.834	100.0	0.8652533237513474	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ENG0103_000000006570	2863	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8375496410656648	PS897	0	0	True	True	1.0	3469		MOBP			mobilizable	plasmid	2418.0	99.835	100.0	0.8681279195113187	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
USA0101_01_000000011357	2862	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8374903317309725	PS897	0	0	True	True	1.0	1088		MOBP			mobilizable	plasmid	2425.0	99.876	100.0	0.87100251527129	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ENG0172_000000007465	2829	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8988671674230265	PS897	0	0	True	True	1.0	2129	rep_cluster_1868	MOBP			mobilizable	chromosome	2648.0	98.301	100.0	0.9618459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0016_000000011700	2814	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.9263778450763771	PS897	0	0	True	True	1.0	301	rep_cluster_1868	MOBP			mobilizable	chromosome	2604.0	99.885	100.0	0.9447674418604651	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
MON0074_000000006732	2759	0.9221834889215601	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.8979329891289924	PS897	0	0	True	True	0.9876766800880432	3	rep_cluster_1868	MOBP			mobilizable	chromosome	2597.0	97.76700000000001	100.0	0.9425872093023255	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
AST0153_000000002036	12179	0.9221801328859685	16	10	7	9	8	True	126208	backbone	False	ISR0395_000000002325	0.2448170502324019	PS943|PS946|PS949	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	1609.0	73.586	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0125_000000002756	11657	0.9221801328859685	16	10	7	9	8	True	126208	backbone	False	ISR0395_000000002325	0.08913270384459067	PS943|PS946|PS949	0	0	False	True	0.9997426271438599	0					non-mobilizable	no_good_hit	975.0	77.538	9.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0378_000000025429	1291	0.9221730974200572	2	2	1	1	2	False	111231	maximal	True	ISR0378_000000025429	0.9908727455261703		81	12	False	False	0.999225378036499	0					non-mobilizable	chromosome	1291.0	99.76799999999999	100.0	0.00035911890594007726	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0146_000000018997	2156	0.9221720058296125	2	2	2	2	2	False	63181	fragment	False	ISR0146_000000018997	1.0		0	0	False	False	0.9958255887031555	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.0006927698804971956	NZ_FQZF01000027.1	a-proteobacteria	Roseomonas rosea strain DSM 14916, whole genome shotgun sequence	True	False
FIJ0128_000000018886	1400	0.9221690527887448	2	2	2	2	1	False	40995	fragment	False	FIJ0128_000000018886	1.0		0	0	False	False	0.9992856979370117	0					non-mobilizable	other	1153.0	97.225	99.0	0.007022634585256125	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
SPA0004_000000003453	4135	0.9221676326216324	3	3	3	3	3	False	59385	fragment	False	MON0101_000000014091	0.9968928731049538		0	0	False	False	1.0	0					non-mobilizable	plasmid	4135.0	99.661	100.0	0.04931296978982142	CP045943.1	enterobacteria	Shigella flexneri 2a strain AUSMDU00010535 plasmid pAUSMDU00010535_02, complete sequence	False	True
ISR0228_000000004192	5396	0.922167384455928	4	4	3	4	2	True	132039	fragment	False	ISR0084_000000002614	0.3769940867620721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	769.0	76.203	14.0	0.00024367264964675524	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0357_000000000314	33991	0.9221622922021716	37	8	6	7	6	True	66250	fragment	False	ISR0357_000000000314	1.0		0	0	False	False	0.999970555305481	0					non-mobilizable	no_good_hit	195.0	95.897	1.0	0.0006820511008234088	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
MAD0068_000000026320	1109	0.9221611982139036	1	1	1	1	1	False	16413	fragment	False	MAD0068_000000026320	1.0		0	0	False	False	0.9089269638061523	0					non-mobilizable	no_good_hit	968.0	99.17399999999999	87.0	0.00023684185363320552	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0119_000000003846	2772	0.9221555059288464	5	3	3	3	3	False	113576	fragment	False	CHI0119_000000003846	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	91.809	99.0	0.0004003755144751808	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0163_000000002787	7052	0.9221545448347008	5	3	2	2	3	False	113363	maximal	True	ENG0163_000000002787	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	93.02600000000001	14.0	0.15751983163347905	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0057_000000002200	6601	0.9221511964002466	7	2	2	2	0	True	19340	fragment	False	MAD0057_000000002200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0021_000000002229	5862	0.9221511964002466	6	2	2	2	0	True	19338	fragment	False	MAD0078_000000001023	0.9875009580212813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0088_000000002982	5857	0.9221511964002466	6	2	2	2	0	True	19338	fragment	False	MAD0078_000000001023	0.9844307664742227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0106_000000002630	5816	0.9221511964002466	6	2	2	2	0	True	19338	fragment	False	MAD0078_000000001023	0.9796127030644822		0	0	False	False	0.9982805848121643	0					non-mobilizable	no_good_hit								True	True
MAD0046_000000004194	5518	0.9221511964002466	6	2	2	2	0	True	19338	fragment	False	MAD0078_000000001023	0.7592850020340786		0	0	False	False	0.9990938901901245	0					non-mobilizable	no_good_hit								True	True
AST0026_000000011500	2540	0.9221511964002466	4	2	2	2	0	True	119390	fragment	False	AST0026_000000011500	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2541.0	98.662	100.0	0.5106639839034205	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CHI0104_000000002176	3471	0.9221451650034558	4	3	1	3	2	True	83250	maximal	True	CHI0104_000000002176	1.0		1	1	True	True	0.9997118711471558	10					non-mobilizable	no_good_hit	915.0	88.306	63.0	0.2713598074608905	HG796350.1	bacteria	Uncultured bacterium plasmid pRGI00625	True	True
ENG0111_000000003709	6018	0.9221386360809132	5	4	4	4	3	True	125313	fragment	False	ENG0111_000000003709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2199.0	77.99	36.0	0.004518680068668882	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0018_000000013999	2484	0.9221306952230968	4	3	2	2	2	True	92259	fragment	False	CAN0018_000000013999	1.0		0	0	False	False	0.999597430229187	0					non-mobilizable	no_good_hit	1060.0	76.226	48.0	0.1615242209194693	HG796267.1	bacteria	Uncultured bacterium plasmid pRGI00156	True	True
SPA0029_000000001378	13006	0.9221289697169724	15	9	6	8	6	False	123957	fragment	False	SPA0029_000000001378	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1358.0	75.479	10.0	0.00046916413494638425	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0146_000000018546	2201	0.9221214672683086	3	3	3	3	3	False	31011	fragment	False	ISR0146_000000018546	1.0		0	0	False	False	0.9995456337928772	0					non-mobilizable	other	2199.0	98.954	99.0	0.041474828288927464	NZ_QSFS01000021.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf21, whole genome shotgun sequence	False	False
ISR0093_000000011858	2096	0.9221211243868976	4	2	1	1	2	True	85719	fragment	False	ISR0093_000000011858	1.0		0	0	False	False	0.9952290058135986	0	rep_cluster_1079				non-mobilizable	plasmid	2077.0	99.95200000000001	99.0	0.2541003671970624	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ENG0210_000000005144	4050	0.9221199517631654	7	5	4	5	4	False	121730	fragment	False	CAN0008_000000005647	0.4800748952303356		0	0	False	False	0.9965432286262512	0					non-mobilizable	no_good_hit	621.0	77.134	35.0	0.00018521518993441273	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0808_000000001656	7247	0.9221191777519814	14	6	1	4	5	False	88501	fragment	False	USA0075_01_000000003141	0.918814935964952		0	0	False	False	1.0	0					non-mobilizable	other	7249.0	99.62799999999999	100.0	0.002325020169429627	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0128_000000009790	3562	0.9221137424312256	4	4	3	3	1	False	100712	maximal	True	ISR0128_000000009790	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	89.26299999999999	42.0	0.00012740870624033173	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
DEN0062_000000004349	3926	0.9221129229463028	6	3	2	3	1	True	71736	fragment	False	DEN0062_000000004349	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3134.0	96.713	100.0	0.48241283554458503	HG796267.1	bacteria	Uncultured bacterium plasmid pRGI00156	False	True
DEN0086_000000000818	3089	0.9221129229463028	5	3	2	3	1	True	68910	fragment	False	DEN0086_000000000818	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2820.0	94.255	100.0	0.43227398950941065	HG796267.1	bacteria	Uncultured bacterium plasmid pRGI00156	False	True
ENG0005_000000000965	21549	0.922110718959664	34	22	9	19	19	True	106141	maximal	True	ENG0005_000000000965	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	16437.0	95.07799999999999	93.0	0.005169871017990533	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0086_000000028272	1204	0.9221081536769216	2	2	2	2	1	True	43792	fragment	False	FIJ0086_000000028272	0.9811467488145933		0	0	False	False	0.9808970093727112	0					non-mobilizable	no_good_hit								True	True
SPA0026_000000006925	3978	0.9221057961378872	7	4	2	2	3	True	124844	fragment	False	ENG0116_000000005367	0.9208430870765993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	1.0	0.0002637577012272198	NZ_JPIN01000012.1	g-proteobacteria	Idiomarina atlantica strain MCCC 1A10513 contig12, whole genome shotgun sequence	True	True
ISR0181_000000001633	9931	0.9221033743260492	11	5	4	5	2	True	38196	backbone	True	ISR0181_000000001633	1.0	PS131	1	1	True	True	0.9992951154708862	16					non-mobilizable	no_good_hit	356.0	83.427	4.0	9.367953243267914e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MAD0036_000000013607	2154	0.9221025978260572	3	3	2	2	2	False	20810	fragment	False	MAD0036_000000013607	1.0		0	0	False	False	0.9972144961357117	0					non-mobilizable	no_good_hit	550.0	75.818	25.0	0.0007218976050847164	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0837_000000001646	5163	0.9220876678144252	5	4	4	4	4	False	49159	fragment	False	MON0024_000000007359	0.9716193656093488		0	0	False	False	0.9992252588272095	0					non-mobilizable	no_good_hit	1344.0	97.321	45.0	0.00035772124365351563	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0052_000000012624	2115	0.9220857072139642	2	2	2	2	1	True	79259	fragment	False	MON0052_000000012624	1.0		0	0	False	False	0.9862884283065796	0					non-mobilizable	no_good_hit	120.0	77.5	6.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
SPA0040_000000026142	1627	0.9220857072139642	2	2	2	2	1	True	43799	fragment	False	SPA0040_000000026142	0.9693350548741123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	7.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
ISR0030_000000013973	1549	0.9220857072139642	2	2	2	2	1	True	43799	fragment	False	SPA0040_000000026142	0.9468346650276582		0	0	False	False	0.9690122604370117	0					non-mobilizable	no_good_hit	74.0	100.0	5.0	2.458250156923914e-05	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
MON0063_000000019485	1524	0.9220857072139642	2	2	2	2	1	True	43793	fragment	False	MON0063_000000019485	1.0		0	0	False	False	0.9238845109939575	0					non-mobilizable	no_good_hit	120.0	77.5	8.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
FIJ0056_000000004281	5613	0.9220788431850764	8	3	3	2	1	True	84624	backbone	False	FIJ0078_000000004327	0.9949706149666573	PS420	0	0	True	True	1.0	73					non-mobilizable	no_good_hit	303.0	90.759	33.0	0.10511660285415941	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0053_000000003309	5591	0.9220788431850764	7	3	3	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9981092448590322	PS182	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	859.0	93.83	33.0	0.29759832927253743	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0062_000000004321	3078	0.9220788431850764	3	3	3	2	1	True	101215	backbone	False	AUS0012_000000005306	0.14768394974296803	PS199|PS586	0	0	True	True	1.0	44					non-mobilizable	plasmid	1059.0	96.695	99.0	0.3562521065048871	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0025_000000003514	3048	0.9220788431850764	3	3	3	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9442480981649704	PS199|PS586	0	0	True	True	1.0	26					non-mobilizable	plasmid	1914.0	99.58200000000001	100.0	0.6440849342770475	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0394_000000006074	3047	0.9220788431850764	4	3	3	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9437281922619759	PS199|PS586	0	0	True	True	1.0	717					non-mobilizable	plasmid	1914.0	98.79799999999999	100.0	0.6440849342770475	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
SPA0003_000000005942	3047	0.9220788431850764	4	3	3	2	1	True	101215	backbone	False	AUS0012_000000005306	0.942405713877773	PS199|PS586	0	0	True	True	1.0	358					non-mobilizable	plasmid	1913.0	99.059	100.0	0.6440849342770475	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0029_000000011145	3047	0.9220788431850764	4	3	3	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9597142143782599	PS199|PS586	0	0	True	True	1.0	46					non-mobilizable	plasmid	1914.0	99.26899999999999	100.0	0.6447590158409168	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
AUS0012_000000005306	3046	0.9220788431850764	4	3	3	2	1	True	101215	backbone	True	AUS0012_000000005306	0.9604623173873453	PS199|PS586	79	8	True	True	1.0	339					non-mobilizable	plasmid	1912.0	99.529	100.0	0.6440849342770475	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
AUS0016_000000008922	3035	0.9220788431850764	4	3	3	2	1	True	100579	backbone	False	SPA0147_000000000104	0.9904339206871458	PS578	0	0	True	True	1.0	511					non-mobilizable	plasmid	750.0	97.333	93.0	0.259658893143056	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
FIJ0019_000000002385	3025	0.9220788431850764	4	3	3	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9593258202834121	PS199|PS586	0	0	True	True	1.0	224					non-mobilizable	plasmid	1941.0	99.279	100.0	0.6538591169531514	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0040_000000008187	3008	0.9220788431850764	5	3	3	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9514605785578596	PS202|PS207	0	0	True	True	1.0	108					non-mobilizable	no_good_hit	1417.0	89.979	65.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0085_000000010273	3003	0.9220788431850764	5	3	3	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9477114587871472	PS202|PS207	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1417.0	89.979	65.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0038_000000011315	3002	0.9220788431850764	5	3	3	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.859072576201365	PS202|PS207	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	769.0	97.65899999999999	80.0	0.25446579036063366	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0140_000000009676	2996	0.9220788431850764	5	3	3	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.948104330853018	PS202|PS207	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1416.0	89.619	65.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
DEN0010_000000007772	5313	0.92207028687985	7	4	2	4	2	False	76038	maximal	True	DEN0010_000000007772	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	86.885	1.0	0.00029350617585911706	NZ_NHOC01000007.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c7, whole genome shotgun sequence	True	False
USA0042_01_000000002312	11870	0.9220605157041528	10	7	4	4	6	False	30346	maximal	True	USA0042_01_000000002312	1.0		1	1	False	False	0.9995787739753723	0					non-mobilizable	no_good_hit	1065.0	94.93	9.0	0.0002975299144797239	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0158_000000003676	4572	0.9220595542841752	7	2	1	2	1	False	72479	fragment	False	ISR0158_000000003676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	73.154	10.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
ISR0036_000000002580	3559	0.9220595542841752	8	2	1	2	1	False	72480	fragment	False	ISR0036_000000002580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	73.602	12.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
FIJ0159_000000007339	3168	0.9220595542841752	6	2	1	2	1	False	72478	fragment	False	FIJ0159_000000007339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	73.378	14.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
ISR0182_000000014332	2631	0.9220595542841752	5	2	1	2	1	False	29559	fragment	False	ISR0182_000000014332	1.0		0	0	False	False	0.9840365052223206	0					non-mobilizable	no_good_hit	447.0	73.154	17.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
FIJ0108_000000007230	3065	0.92204180544071	5	3	2	3	2	True	124675	fragment	False	FIJ0108_000000007230	1.0		0	0	False	False	0.9996737241744995	0					non-mobilizable	no_good_hit	1604.0	82.294	82.0	0.0004766109857778439	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0150_000000009997	2370	0.92204180544071	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.0834890406036651		0	0	False	False	1.0	0					non-mobilizable	chromosome	2064.0	88.03299999999999	100.0	0.0007258581587762673	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0004_000000006837	1591	0.9220394698914168	3	3	2	2	3	False	20026	fragment	False	MAD0004_000000006837	1.0		0	0	False	False	0.9685732126235962	0					non-mobilizable	no_good_hit	1406.0	88.54899999999999	88.0	0.06062315570213504	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ISR0333_000000012585	1840	0.9220379940037128	2	2	2	2	2	False	92375	fragment	False	ENG0171_000000013063	0.23387772194304857		0	0	False	False	1.0	0					non-mobilizable	other	1842.0	94.68	100.0	0.0005472906847080402	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0080_000000007194	4043	0.9220371461701554	9	3	2	3	3	False	70592	maximal	True	ISR0080_000000007194	1.0		1	1	False	False	0.9980212450027466	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.00018767274423048489	AC279200.1	rodents	Rattus norvegicus BAC RNECO-114H5 from chromosome Y, complete sequence	True	False
ISR0199_000000003964	6510	0.9220354179164932	5	4	3	4	2	True	132039	fragment	False	ISR0084_000000002614	0.8568771249434347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	75.941	11.0	0.00023593700997542966	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0013_000000022402	1221	0.9220344028245058	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.235493116438528		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	97.29700000000001	100.0	0.00037953993537865954	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0100_000000036549	1258	0.9220335929572421	2	2	2	2	1	False	9095	fragment	False	MON0100_000000036549	1.0		0	0	False	False	0.9992051124572754	0					non-mobilizable	other	1258.0	97.854	100.0	0.007662718466724782	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ISR0366_000000008873	2135	0.9220307590452472	4	3	0	1	3	True	108995	backbone	True	ISR0366_000000008873	0.991198752228164	PS680	3	2	True	True	1.0	6	Inc11				non-mobilizable	plasmid	1926.0	99.48100000000001	100.0	0.9312015503875969	CP034596.1	firmicutes	Lactococcus lactis subsp. cremoris strain 158 plasmid p158g, complete sequence	False	True
ENG0093_000000005738	2121	0.9220307590452472	3	3	0	1	3	True	108995	backbone	False	ISR0366_000000008873	0.9907876554583142	PS680	0	0	True	True	0.9990570545196533	13	Inc11				non-mobilizable	plasmid	1867.0	99.51799999999999	100.0	0.8558310376492194	X56954.1	firmicutes	L.lactis plasmid pWV01 RepA gene for replication protein A, and ORFs B, C, and D	False	True
AST0097_000000010477	2101	0.9220307590452472	3	3	0	1	3	True	108995	backbone	False	ISR0366_000000008873	0.9876784891754952	PS680	0	0	True	True	1.0	29	Inc11				non-mobilizable	plasmid	1839.0	99.51100000000001	100.0	0.8429752066115702	X56954.1	firmicutes	L.lactis plasmid pWV01 RepA gene for replication protein A, and ORFs B, C, and D	False	True
AST0002_000000020256	1834	0.9220307590452472	3	3	0	1	3	True	131707	fragment	False	AST0002_000000020256	1.0		0	0	False	False	0.9978189468383789	0	Inc11				non-mobilizable	plasmid	1740.0	99.655	95.0	0.63363802559415	CP043521.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_09, complete sequence	False	True
SPA0130_000000019169	1728	0.9220307590452472	3	3	0	1	3	True	29520	fragment	False	SPA0130_000000019169	1.0		0	0	False	False	0.9994212985038757	0	Inc11				non-mobilizable	plasmid	1586.0	99.49600000000001	97.0	0.5773308957952468	CP043521.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_09, complete sequence	False	True
ISR0182_000000028464	1413	0.9220307590452472	3	3	0	1	3	True	29519	fragment	False	ISR0182_000000028464	1.0		0	0	False	False	0.9886765480041504	0	Inc11				non-mobilizable	other	1393.0	99.569	99.0	0.1893362350380849	EU146227.1	other sequences	Transposon delivery vector pAW016, complete sequence	False	True
ENG0186_000000002904	6337	0.9220305787792826	10	4	3	4	3	False	55029	maximal	True	ENG0186_000000002904	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1463.0	96.85600000000001	23.0	0.008723879082978291	NZ_JAAITI010000004.1	firmicutes	Blautia luti strain MSK.16.34 NODE_4_length_167586_cov_139.322, whole genome shotgun sequence	True	False
ENG0081_000000017472	1456	0.9220268917007866	1	1	0	1	1	True	61655	maximal	True	ENG0081_000000017472	1.0	PS53	1	1	True	True	0.9931318759918213	10					non-mobilizable	no_good_hit	252.0	86.508	17.0	0.15027489309712888	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	True	True
USA0101_01_000000021363	1432	0.9220268917007866	2	1	0	1	1	True	23365	backbone	False	ISR0375_000000016502	0.9528743034288575	PS53	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	286.0	87.06299999999999	20.0	0.1704337202199145	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	True	True
USA0119_01_000000007251	3209	0.9220253595193844	4	4	4	4	4	False	130915	maximal	True	USA0119_01_000000007251	1.0	PS1128	18	6	False	True	0.9984418749809265	0					non-mobilizable	no_good_hit	1788.0	81.264	55.0	0.000819419219306884	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ISR0003_000000006602	3838	0.9220221043289883	6	4	2	2	4	False	118785	fragment	False	ISR0003_000000006602	1.0		0	0	False	False	0.9992183446884155	0					non-mobilizable	no_good_hit	1826.0	87.34899999999999	82.0	0.0007241928615616514	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
ISR0156_000000009701	2653	0.9220195592132834	6	4	3	3	3	False	117442	fragment	False	ISR0156_000000009701	0.9774390243902439		0	0	False	False	0.9947229623794556	0					non-mobilizable	no_good_hit	2127.0	100.0	80.0	0.039796338587098946	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
SPA0033_000000014184	2184	0.9220195592132834	5	4	3	3	3	False	117439	fragment	False	SPA0033_000000014184	0.9839805825242718		0	0	False	False	1.0	0					non-mobilizable	other	2184.0	100.0	100.0	0.040863314739246	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	False	False
DEN0094_000000016941	2173	0.9220195592132834	5	4	3	3	3	False	117439	fragment	False	SPA0033_000000014184	0.9827214250151143		0	0	False	False	1.0	0					non-mobilizable	other	2173.0	100.0	100.0	0.040657407060761486	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	False	False
ISR0326_000000003403	4767	0.9220113057584816	7	7	2	3	7	True	74981	maximal	True	ISR0326_000000003403	1.0		9	1	False	False	0.9979022741317749	0					non-mobilizable	other	3742.0	96.87299999999999	96.0	0.0015219666037972273	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0173_000000006968	1405	0.9220085519017996	3	2	1	2	1	True	127826	fragment	False	ISR0085_000000014249	0.5422439148348458		0	0	False	False	0.972241997718811	0					non-mobilizable	no_good_hit								True	True
USA0121_01_000000003197	12567	0.9220042052726201	14	7	6	6	7	False	4269	maximal	False	SPA0118_000000002037	0.9803118288123458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2130.0	74.742	17.0	0.0021132438750454435	NZ_SDDZ01000001.1	CFB group bacteria	Gelidibacter gilvus strain IC158 NODE_2_length_984742_cov_150.434, whole genome shotgun sequence	True	False
ENG0148_000000021131	1735	0.9219999273193756	2	2	1	1	2	True	57294	fragment	False	ENG0148_000000021131	1.0		0	0	False	False	1.0	0	rep_cluster_656				non-mobilizable	plasmid	1735.0	98.79	100.0	0.02757545879583983	CP034573.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77C, complete sequence	False	True
ISR0359_000000010130	2541	0.9219980136113828	4	4	4	4	4	False	105557	fragment	False	ENG0010_000000007358	0.9624442302105948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	80.328	5.0	2.7757883353574413e-05	NZ_CP029642.1	high GC Gram+	Arthrobacter dokdonellae isolate rhizosphere chromosome, complete genome	True	False
ISR0301_000000003262	4754	0.9219962872696352	6	5	1	2	4	False	75411	maximal	True	ISR0301_000000003262	1.0		2	1	False	False	0.992427408695221	0					non-mobilizable	no_good_hit	1815.0	92.67200000000001	60.0	0.0003507623370295657	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
FIJ0039_000000006760	3632	0.9219954425780156	4	2	2	1	1	True	53480	backbone	False	FIJ0086_000000008437	0.9991490137198382	PS223	0	0	True	True	1.0	655					non-mobilizable	no_good_hit	894.0	97.09200000000001	45.0	0.3079047290300311	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0086_000000008437	3629	0.9219954425780156	4	2	2	1	1	True	53480	backbone	True	FIJ0086_000000008437	0.9992423800347421	PS223	76	1	True	True	1.0	101					non-mobilizable	no_good_hit	894.0	97.09200000000001	44.0	0.3079047290300311	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0054_000000007163	3465	0.9219954425780156	4	2	2	1	1	True	53480	backbone	False	FIJ0086_000000008437	0.9861360131652793	PS223	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	894.0	97.09200000000001	42.0	0.3079047290300311	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ETH0005_000000015537	3081	0.9219954425780156	5	2	2	1	1	True	52773	maximal	True	ETH0005_000000015537	1.0		1	1	True	True	0.999675452709198	59					non-mobilizable	no_good_hit	1064.0	96.711	44.0	0.3665861235761132	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0057_000000007001	2995	0.9219954425780156	6	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9332813600825866	PS575	0	0	True	True	1.0	165					non-mobilizable	plasmid	2003.0	97.90299999999999	100.0	0.6900241629271661	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0058_000000008167	2995	0.9219954425780156	6	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9332813600825866	PS575	0	0	True	True	1.0	120					non-mobilizable	plasmid	2003.0	97.90299999999999	100.0	0.6900241629271661	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0043_000000008770	2994	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.8999893541587063	PS575	0	0	True	True	1.0	224					non-mobilizable	plasmid	1952.0	93.596	100.0	0.6717293752157404	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0092_000000017993	2993	0.9219954425780156	6	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9050053962885821	PS575	0	0	True	True	0.9996659159660339	12					non-mobilizable	plasmid	2004.0	96.65700000000001	100.0	0.6900241629271661	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0191_000000003206	2981	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.8975842289058221	PS575	0	0	True	True	1.0	411					non-mobilizable	plasmid	1833.0	97.87200000000001	96.0	0.6320331377286849	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0030_000000003488	2979	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.8857888925452548	PS575	0	0	True	True	0.999664306640625	43					non-mobilizable	plasmid	1932.0	92.805	100.0	0.6644804970659303	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0046_000000009715	2975	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9450452132118028	PS575	0	0	True	True	1.0	13					non-mobilizable	plasmid	1559.0	99.359	100.0	0.5377977217811529	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0093_000000006855	2975	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9399124809412476	PS575	0	0	True	True	1.0	560					non-mobilizable	plasmid	1483.0	99.32600000000001	100.0	0.5115636865723162	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0107_000000009143	2975	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9399124809412476	PS575	0	0	True	True	1.0	304					non-mobilizable	plasmid	1483.0	99.32600000000001	100.0	0.5115636865723162	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0156_000000002486	2975	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9491182681862882	PS575	0	0	True	True	0.9996638894081116	16					non-mobilizable	plasmid	1922.0	97.45100000000001	100.0	0.6620642043493269	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0040_000000008279	2975	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9441734340229736	PS575	0	0	True	True	1.0	237					non-mobilizable	plasmid	1576.0	96.954	100.0	0.5426303072143597	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0073_000000006236	2974	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9053836907244085	PS575	0	0	True	True	1.0	27					non-mobilizable	plasmid	1668.0	90.52799999999999	100.0	0.5705902657921988	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0131_000000006237	2973	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9004591724022554	PS575	0	0	True	True	1.0	1247					non-mobilizable	plasmid	1562.0	96.095	100.0	0.5381429064549534	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
SPA0127_000000009850	2973	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.8921289267827793	PS575	0	0	True	True	0.9996636509895325	108					non-mobilizable	plasmid	1835.0	97.65700000000001	96.0	0.6320331377286849	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0036_000000006835	2973	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9362200811451935	PS575	0	0	True	True	1.0	517					non-mobilizable	plasmid	1581.0	98.67200000000001	99.0	0.545046599930963	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0050_000000008520	2972	0.9219954425780156	6	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.896127436502317	PS575	0	0	True	True	1.0	614					non-mobilizable	plasmid	1562.0	95.262	100.0	0.5381429064549534	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0111_000000005826	2952	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.8898176307817997	PS575	0	0	True	True	1.0	72					non-mobilizable	plasmid	2000.0	93.05	100.0	0.6879530548843631	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0052_000000008474	2919	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.878129112539979	PS575	0	0	True	True	1.0	380					non-mobilizable	plasmid	1926.0	93.458	97.0	0.6610286503279255	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0050_000000008807	2895	0.9219954425780156	5	2	2	1	1	True	49777	backbone	False	FIJ0060_000000004642	0.9996659986639946	PS188	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	894.0	96.98	43.0	0.3079047290300311	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0123_000000011094	2891	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.9272687401649605	PS575	0	0	True	True	1.0	2					non-mobilizable	plasmid	1400.0	99.286	100.0	0.48291335864687607	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
DEN0079_000000018907	2856	0.9219954425780156	4	2	2	1	1	True	69599	maximal	True	DEN0079_000000018907	1.0		1	1	True	True	1.0	566					non-mobilizable	no_good_hit	595.0	96.134	37.0	0.20503969623748705	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0194_000000008477	2834	0.9219954425780156	4	2	2	1	1	True	29049	maximal	True	ISR0194_000000008477	1.0		1	1	True	True	1.0	57					non-mobilizable	no_good_hit	595.0	95.79799999999999	38.0	0.20503969623748705	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0166_000000008811	2719	0.9219954425780156	4	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.8255052844402507	PS575	0	0	False	True	1.0	0					non-mobilizable	plasmid	1647.0	98.48200000000001	100.0	0.5681739730755955	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0289_000000003181	2700	0.9219954425780156	3	2	2	1	1	True	46526	maximal	True	ISR0289_000000003181	1.0		1	1	True	True	1.0	340					non-mobilizable	no_good_hit	1608.0	82.96	59.0	0.5396022918773171	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0162_000000008576	2622	0.9219954425780156	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.6573589749871601	PS575	0	0	False	True	1.0	0					non-mobilizable	plasmid	1331.0	99.249	99.0	0.4590956161546427	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0043_000000009838	2520	0.9219954425780156	3	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.007465176546809201	PS575	0	0	False	True	1.0	0					non-mobilizable	plasmid	1810.0	93.867	100.0	0.6237487055574732	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ENG0205_000000001820	7518	0.92198692647999	6	6	6	5	5	False	130244	fragment	False	ENG0205_000000001820	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7518.0	99.98700000000001	100.0	0.001455883176075871	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0269_000000000455	13850	0.9219856285539024	15	8	6	7	6	True	101299	maximal	True	ISR0269_000000000455	1.0		7	4	False	False	0.9993501901626587	0					non-mobilizable	no_good_hit	5847.0	98.204	52.0	0.05069987684942674	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0112_000000003132	7843	0.9219850315433078	7	5	2	4	4	False	63132	fragment	False	ISR0112_000000003132	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	96.045	7.0	4.3151310806878024e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0170_000000001368	11341	0.9219718539465313	6	1	1	1	1	False	87891	maximal	True	FIJ0170_000000001368	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	86.32799999999999	51.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0100_000000006175	5179	0.9219718539465313	3	1	1	1	1	False	87885	fragment	False	SPA0100_000000006175	1.0		0	0	False	False	0.9918903112411499	0					non-mobilizable	no_good_hit	1421.0	84.37700000000001	71.0	0.011329371939501636	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0038_000000002580	4262	0.9219718539465313	2	1	1	1	1	False	87884	fragment	False	CHI0038_000000002580	0.985133285070334		0	0	False	False	0.9950727224349976	0					non-mobilizable	no_good_hit	1421.0	84.307	60.0	0.011329371939501636	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0050_01_000000005170	2547	0.9219718539465313	3	1	1	1	1	False	83632	fragment	False	USA0050_01_000000005170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	86.426	69.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0032_01_000000012555	1770	0.9219718539465313	3	1	1	1	1	False	84367	fragment	False	USA0032_01_000000012555	0.9819106840022611		0	0	False	False	0.9971751570701599	0					non-mobilizable	no_good_hit	1421.0	84.37700000000001	84.0	0.011329371939501636	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0004_000000014832	1769	0.9219718539465313	3	1	1	1	1	False	84367	fragment	False	USA0032_01_000000012555	0.9697740112994351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	86.23	58.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0015_000000027553	1388	0.9219718539465313	3	1	1	1	1	False	84366	fragment	False	MON0015_000000027553	1.0		0	0	False	False	0.9805475473403931	0					non-mobilizable	other	1026.0	86.06200000000001	92.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0040_000000024171	1163	0.9219718539465313	1	1	1	1	1	False	11846	fragment	False	MON0040_000000024171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	86.32799999999999	88.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0118_000000003867	6934	0.9219710487681942	6	3	2	3	1	True	106010	fragment	False	SPA0108_000000003672	0.47916689982867505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0065_01_000000001697	6818	0.9219710487681942	5	3	2	3	1	True	106010	fragment	False	SPA0108_000000003672	0.4591381251414459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0031_000000003894	6315	0.9219710487681942	4	3	2	3	1	True	106010	fragment	False	SPA0108_000000003672	0.3705003126577783		0	0	False	False	0.9993665814399719	0					non-mobilizable	no_good_hit								True	True
FIJ0031_000000002222	9036	0.9219690581273334	11	5	3	4	4	False	97574	fragment	False	FIJ0031_000000002222	1.0		0	0	False	False	0.9998893141746521	0					non-mobilizable	no_good_hit	237.0	78.903	3.0	0.0007520546068124675	NZ_LT629841.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0095_000000019372	1754	0.921966422457024	3	3	2	3	1	False	126655	fragment	False	ISR0095_000000019372	0.9861742721784893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0022_000000007548	1743	0.9219595315205629	2	2	2	2	2	False	83644	fragment	False	SPA0022_000000007548	0.9964815978611933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0023_000000016098	1728	0.9219595315205629	2	2	2	2	2	False	83644	fragment	False	SPA0022_000000007548	0.9942829475618731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000000878	16862	0.9219593604648836	16	8	8	8	6	True	128745	fragment	False	ENG0195_000000000878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3088.0	94.009	53.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0044_01_000000010025	2916	0.921954281595293	3	2	2	2	2	False	105880	fragment	False	USA0044_01_000000010025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	19.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0315_000000001348	5869	0.9219378809861865	8	4	0	3	1	True	25232	maximal	True	ISR0315_000000001348	1.0		1	1	True	True	0.9998295903205872	59					non-mobilizable	no_good_hit	578.0	91.696	35.0	0.08305695746214853	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	True
ISR0068_000000001070	13062	0.921919149325843	14	10	3	3	10	False	35040	maximal	True	ISR0068_000000001070	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	10099.0	95.10799999999999	99.0	0.0426607598789334	CP020439.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 plasmid unamed1 sequence	False	True
SPA0008_000000002855	8361	0.9219120121253856	9	4	3	4	2	True	97612	fragment	False	SPA0008_000000002855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	1.0	0.00025116920856264446	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
FIJ0015_000000007467	3878	0.9219085507426614	6	6	4	6	3	False	74003	maximal	True	FIJ0015_000000007467	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	83.35700000000001	36.0	0.0002102117115027969	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0119_000000013186	2453	0.921891120693878	4	3	3	2	1	False	92202	fragment	False	SPA0119_000000013186	0.9316047366271948		0	0	False	False	0.9995923638343811	0					non-mobilizable	other	1343.0	85.48	94.0	0.0003520873049828272	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	False
AST0047_000000007989	2699	0.9218901117990886	4	4	2	3	2	False	115394	fragment	False	AST0047_000000007989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	85.93799999999999	40.0	0.00032111081453426983	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0003_000000010659	2641	0.9218893333204704	3	3	3	2	2	False	82320	fragment	False	ISR0292_000000006720	0.9807541685336184		0	0	False	False	0.9992427229881287	0					non-mobilizable	chromosome	2641.0	100.0	100.0	0.0005111252014733571	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
ENG0139_000000011377	1822	0.9218863180649151	3	3	3	3	2	False	129515	backbone	False	ISR0187_000000012655	0.5371029953138825	PS1061	0	0	False	True	0.9939627051353455	0					non-mobilizable	chromosome	1741.0	99.081	96.0	0.00046629091836800324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0090_000000039547	1554	0.921882305173822	3	3	3	3	3	False	49022	fragment	False	MON0090_000000039547	1.0		0	0	False	False	0.9916344881057739	0					non-mobilizable	other	1418.0	98.166	91.0	0.005644271482686785	NZ_GL833111.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD3, whole genome shotgun sequence	False	False
MAD0039_000000000548	13088	0.9218771350388584	20	5	5	5	3	True	124556	maximal	False	AST0094_000000001210	0.9647556934127781	PS131|PS247|PS914	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	772.0	79.53399999999999	11.0	0.00020093195166668397	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ENG0200_000000014201	1471	0.9218680748228552	3	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.49117949192092636		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	100.0	100.0	0.00022369689709577514	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0344_000000002838	8904	0.9218573832629016	10	5	4	4	3	True	78545	fragment	False	ISR0344_000000002838	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	81.0	1.0	2.9513965225321054e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
AST0149_000000011840	2288	0.9218561560818248	5	2	1	2	1	True	104506	maximal	True	AST0149_000000011840	1.0		1	1	False	False	0.9812062978744507	0					non-mobilizable	no_good_hit	705.0	76.87899999999999	52.0	0.29918907383696114	LN852734.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0041	True	True
FIJ0058_000000020860	1939	0.9218561560818248	3	2	1	2	1	True	47357	fragment	False	FIJ0058_000000020860	1.0		0	0	False	False	0.9974213242530823	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	4.5808189057629116e-05	CP055264.1	mycoplasmas	Rapeseed phyllody phytoplasma isolate RP166 chromosome, complete genome	True	True
SPA0131_000000011635	2227	0.9218553586111049	5	2	2	2	2	False	5398	maximal	True	SPA0131_000000011635	1.0		7	3	False	False	0.9982038736343384	0					non-mobilizable	no_good_hit								True	False
ISR0305_000000007769	2265	0.921849311607042	5	3	3	3	3	False	82289	maximal	True	ISR0305_000000007769	1.0		7	1	False	False	0.996909499168396	0					non-mobilizable	other	1840.0	97.446	98.0	0.0008898450247066269	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
DEN0070_000000006318	5104	0.92184837347478	6	5	5	4	1	True	70645	fragment	False	DEN0070_000000006318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0083_000000009566	2899	0.9218470440145904	4	3	3	3	3	True	84217	fragment	False	DEN0069_000000009152	0.7048399255246255		0	0	False	False	0.9993101358413696	0					non-mobilizable	other	2899.0	98.241	100.0	0.000804771981271973	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0106_000000008238	4708	0.921829484270968	5	4	3	3	3	True	125284	fragment	False	SPA0106_000000008238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1762.0	74.858	37.0	0.003606998203819445	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0290_000000000504	13502	0.9218172075355222	11	7	1	7	2	False	111146	fragment	False	ISR0290_000000000504	0.9962760142421049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1531.0	98.62799999999999	24.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0081_000000018161	1393	0.921816912170034	3	2	1	2	1	False	77663	fragment	False	ENG0081_000000018161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	74.318	57.0	0.008630503843610067	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
MON0060_000000007525	4491	0.92180673012941	6	4	3	3	2	True	130637	backbone	False	AST0039_000000003129	0.024111254491415848	PS1110	0	0	False	True	0.9997773170471191	0		MOBV			mobilizable	other	2202.0	91.235	92.0	0.425414364640884	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0071_000000016257	2195	0.9217990334287488	3	1	1	1	1	True	44876	fragment	False	FIJ0071_000000016257	1.0		0	0	False	False	0.9890660643577576	0					non-mobilizable	no_good_hit								True	True
ISR0210_000000010250	1863	0.9217990334287488	2	1	1	1	1	True	98771	fragment	False	ISR0210_000000010250	0.9396907911442017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	3.0	0.0001778517415179011	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
ENG0176_000000007055	1341	0.9217990334287488	1	1	1	1	1	True	98758	fragment	False	SPA0044_000000021997	0.9624452989862524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0044_000000021997	1288	0.9217990334287488	1	1	1	1	1	True	98758	fragment	False	SPA0044_000000021997	0.9736652708549723		0	0	False	False	0.9860248565673828	0					non-mobilizable	no_good_hit	88.0	93.182	7.0	0.0009455493968046952	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0781_000000024208	1277	0.9217990334287488	1	1	1	1	1	True	120572	fragment	False	ISR0781_000000024208	0.9885266586226585		0	0	False	False	0.9772905111312866	0					non-mobilizable	no_good_hit								True	True
CHI0162_000000027083	1231	0.9217990334287488	1	1	1	1	1	True	98758	fragment	False	SPA0044_000000021997	0.9468918210367872		0	0	False	False	0.995938241481781	0					non-mobilizable	no_good_hit								True	True
ISR0252_000000011305	1194	0.9217990334287488	1	1	1	1	1	True	26947	fragment	False	ISR0252_000000011305	1.0		0	0	False	False	0.9907872676849365	0					non-mobilizable	no_good_hit	1068.0	97.47200000000001	89.0	0.011563960439082708	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0031_000000029957	1134	0.9217990334287488	1	1	1	1	1	True	7255	fragment	False	SPA0031_000000029957	1.0		0	0	False	False	0.9973545074462891	0					non-mobilizable	no_good_hit								True	True
MAD0047_000000044289	1101	0.9217990334287488	1	1	1	1	1	True	17589	maximal	True	MAD0047_000000044289	1.0		1	1	False	False	0.9509536623954773	0					non-mobilizable	no_good_hit								True	True
ISR0056_000000002007	8297	0.9217954761065212	14	5	3	3	5	False	118784	fragment	False	ISR0056_000000002007	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2710.0	98.229	93.0	0.016366691244908072	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0172_000000017387	1369	0.9217938191013306	3	2	2	2	1	False	55712	maximal	True	ENG0172_000000017387	1.0		0	0	False	False	0.9225712418556213	0					non-mobilizable	no_good_hit	1105.0	93.39399999999999	81.0	0.00038989695883913405	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0064_000000006831	3952	0.9217925843091522	2	2	2	2	2	False	49667	maximal	False	FIJ0021_000000012716	0.999817101051669		0	0	True	True	0.9992408752441406	6					non-mobilizable	no_good_hit	800.0	89.75	28.0	0.1335788416471376	CP037447.1	enterobacteria	Klebsiella sp. PO552 plasmid p6, complete sequence	True	True
ENG0012_000000002419	9932	0.9217916890086136	10	7	5	7	5	False	84476	maximal	True	ENG0012_000000002419	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	86.95700000000001	0.0	9.060670247980477e-05	NZ_FZOC01000003.1	d-proteobacteria	Desulfovibrio mexicanus strain DSM 13116, whole genome shotgun sequence	True	False
CHI0157_000000003002	3272	0.9217854920649596	5	4	2	2	4	True	109281	fragment	False	CHI0157_000000003002	1.0		0	0	False	False	0.9978606104850769	0					non-mobilizable	no_good_hit	1931.0	99.845	89.0	0.2172934023868498	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	True	True
MON0046_000000007190	4108	0.9217795217942409	7	5	5	5	5	False	103964	fragment	False	FIJ0135_000000005837	0.5393388030496814		0	0	False	False	1.0	0					non-mobilizable	chromosome	4108.0	97.37100000000001	100.0	0.0014537030118389148	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
SPA0125_000000003568	9554	0.92177947122601	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9725580783460234	PS624|PS966	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	3750.0	92.96	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0080_000000010185	2965	0.9217754259741738	5	4	2	4	2	True	43279	fragment	False	ISR0080_000000010185	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2979.0	98.72399999999999	100.0	0.0015947852984144256	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	True
MON0107_000000039959	1526	0.9217692074223874	2	2	2	2	1	False	8574	maximal	True	MON0107_000000039959	1.0		1	1	False	False	0.9973787665367126	0					non-mobilizable	no_good_hit								True	False
ISR0070_000000000726	21528	0.9217666904459488	44	7	4	6	3	True	34917	maximal	True	ISR0070_000000000726	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	535.0	90.46700000000001	3.0	9.807321036593429e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
ISR0106_000000012305	2056	0.9217628415934784	3	3	1	1	3	True	32894	fragment	False	ISR0106_000000012305	1.0		0	0	False	False	1.0	0	Inc11				non-mobilizable	chromosome	2056.0	95.963	100.0	0.0009024847321182764	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	False	True
SPA0039_000000008376	3093	0.9217480934397232	4	3	3	3	1	False	7015	maximal	True	SPA0039_000000008376	1.0		1	1	False	False	0.9987067580223083	0					non-mobilizable	no_good_hit	173.0	80.347	6.0	4.825838333280344e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0141_000000006683	4066	0.9217411363847622	4	3	2	3	2	False	57752	fragment	False	ENG0141_000000006683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00025657126266820607	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0103_000000008249	2571	0.9217385348678088	3	2	1	1	2	True	15270	fragment	False	MAD0103_000000008249	1.0		0	0	False	False	0.9583819508552551	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	0.01661427929950606	NZ_FOYZ01000039.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	True
FIJ0115_000000001075	18224	0.9217357818881664	20	15	8	11	11	False	76991	fragment	False	FIJ0115_000000001075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.53399999999999	5.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
ISR0115_000000002785	9500	0.9217333101223252	12	7	3	4	5	True	104944	backbone	False	SPA0021_000000002469	0.9873332643987178	PS622	0	0	False	True	0.9992631673812866	0					non-mobilizable	no_good_hit	4231.0	95.01299999999999	59.0	0.33957240822912466	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0818_000000006874	2550	0.9217209148323904	5	3	2	2	3	True	35003	maximal	True	ISR0818_000000006874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	94.226	66.0	0.18892141409592433	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	True	True
FIJ0112_000000003723	6508	0.921711345055892	7	2	2	2	2	False	42054	maximal	True	FIJ0112_000000003723	1.0		1	1	False	False	0.9990780353546143	0					non-mobilizable	chromosome	6430.0	98.709	100.0	0.0011667048429141193	CP052192.1	enterobacteria	Klebsiella pneumoniae strain F16KP0014 chromosome, complete genome	False	False
DEN0007_000000015782	1623	0.921696906893074	2	2	2	1	1	False	76280	fragment	False	DEN0007_000000015782	1.0		0	0	False	False	0.996303141117096	0					non-mobilizable	other	1606.0	98.81700000000001	99.0	0.0004894314818795998	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0310_000000001245	10288	0.921695910658452	8	5	4	5	4	False	38894	fragment	False	ISR0310_000000001245	0.9688270691526093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2872.0	82.869	50.0	0.0009125820083016144	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CHI0048_000000003443	4840	0.9216854561617256	8	6	5	5	4	True	122515	maximal	True	CHI0048_000000003443	1.0		0	0	False	False	0.9898760318756104	0					non-mobilizable	no_good_hit	3050.0	98.39299999999999	85.0	0.37962386349483124	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0063_000000003500	7802	0.9216816037089284	10	4	2	2	3	False	104928	maximal	True	ENG0063_000000003500	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4061.0	98.25200000000001	70.0	0.32755143202904397	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
SPA0045_000000012116	2179	0.9216800424080696	2	2	2	2	2	False	6760	fragment	False	SPA0045_000000012116	1.0		0	0	False	False	0.9908214807510376	0					non-mobilizable	other	1989.0	100.0	97.0	0.01378612095448777	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
FIJ0151_000000010204	1722	0.9216750377584098	2	2	2	2	2	False	51414	fragment	False	FIJ0151_000000010204	0.9645417984260666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	90.556	10.0	0.0003028114093925671	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
SPA0049_000000001326	14301	0.9216722618423444	21	7	4	6	4	True	54844	maximal	False	ISR0053_000000001440	0.999825679307235		0	0	True	True	1.0	47					non-mobilizable	no_good_hit	207.0	85.507	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0053_000000001440	14300	0.9216722618423444	21	7	4	6	4	True	54844	maximal	True	ISR0053_000000001440	0.9998605188890635		8	2	True	True	1.0	29					non-mobilizable	no_good_hit	207.0	85.507	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0362_000000001550	14280	0.9216722618423444	21	7	4	6	4	True	54844	maximal	False	ISR0053_000000001440	0.999808085575152		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	207.0	85.507	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
SPA0050_000000001613	14261	0.9216722618423444	21	7	4	6	4	True	54844	maximal	False	ISR0053_000000001440	0.9998252883327791		0	0	True	True	1.0	37					non-mobilizable	no_good_hit	207.0	85.507	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0117_000000001775	14261	0.9216722618423444	21	7	4	6	4	True	54844	maximal	False	ISR0053_000000001440	0.9998078405352976		0	0	True	True	0.9993689060211182	4					non-mobilizable	no_good_hit	207.0	85.507	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0346_000000000938	14260	0.9216722618423444	22	7	4	6	4	True	54844	maximal	False	ISR0053_000000001440	0.9998078417579368		0	0	True	True	0.9999298453330994	8					non-mobilizable	no_good_hit	207.0	85.507	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0033_000000006137	4523	0.9216618081990522	6	5	5	5	5	False	120227	maximal	True	ISR0033_000000006137	1.0		48	6	False	False	1.0	0					non-mobilizable	chromosome	2908.0	99.553	100.0	0.0011523929695704037	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0003_000000005760	3957	0.9216579092848616	3	3	2	3	2	False	67907	fragment	False	SPA0110_000000004961	0.9566013962831467		0	0	False	False	0.9957038164138794	0					non-mobilizable	chromosome	3957.0	99.62100000000001	100.0	0.0009926250667437481	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0185_000000006435	3468	0.9216576814158944	5	4	3	4	3	False	103185	fragment	False	ENG0185_000000006435	1.0		0	0	False	False	0.9994233250617981	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	7.233260888580867e-05	NZ_JNJA01000002.1	d-proteobacteria	Desulfovibrio alcoholivorans DSM 5433 Q368DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CHI0097_000000003607	1841	0.9216494308662679	3	3	2	3	1	False	104474	maximal	True	CHI0097_000000003607	1.0		2	2	False	False	0.9989136457443237	0					non-mobilizable	other	1655.0	98.792	90.0	0.011692638518508039	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MON0053_000000013508	2749	0.9216385437862664	2	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.12390002585229584		0	0	False	False	0.9832666516304016	0					non-mobilizable	no_good_hit	473.0	75.264	17.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0199_000000002309	10206	0.921635686625918	10	5	4	3	3	True	121484	fragment	False	ISR0199_000000002309	0.9857326224328594		0	0	False	False	0.9996080994606018	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	1.1851099991216244e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0064_000000009740	2790	0.9216254962470865	4	4	1	2	3	False	90417	fragment	False	FIJ0064_000000009740	1.0		0	0	False	False	0.9971325993537903	0	IncFIB				non-mobilizable	other	2790.0	98.889	100.0	0.0005716123405915316	CP007391.1	enterobacteria	Escherichia coli strain ST540, complete genome	False	True
FIJ0051_000000002949	6574	0.9216215531151206	7	5	2	3	4	True	76964	backbone	False	ENG0033_000000002799	0.10733384257240308	PS328|PS329|PS369	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	500.0	83.8	29.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0189_000000001787	5497	0.9216178289022016	7	5	4	4	2	True	75862	fragment	False	ISR0189_000000001787	1.0		0	0	False	False	0.999636173248291	0					non-mobilizable	no_good_hit	1586.0	99.811	29.0	0.042870280212052365	NZ_JAAIPV010000042.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_42_length_36972_cov_94.6972, whole genome shotgun sequence	True	True
ENG0183_000000002552	10941	0.9216163614731752	11	6	5	5	3	True	117506	fragment	False	ENG0183_000000002552	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1820.0	80.824	21.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0374_000000001654	8684	0.921606906932006	10	5	5	4	5	False	122618	fragment	False	ISR0374_000000001654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2595.0	98.882	47.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0001_000000008447	4567	0.9216049533950096	6	3	2	2	1	True	121010	fragment	False	DEN0001_000000008447	1.0		0	0	False	False	0.9989051818847656	0					non-mobilizable	plasmid	1843.0	98.37200000000001	92.0	0.24033942558746738	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	False	True
CHI0124_000000010359	1411	0.9216003879189024	3	3	3	2	1	False	81663	fragment	False	CHI0124_000000010359	1.0		0	0	False	False	0.9992913007736206	0					non-mobilizable	other	966.0	96.99799999999999	100.0	0.00033623904261420454	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0035_000000001667	8214	0.9215940581666324	8	6	3	3	5	False	92569	fragment	False	SPA0035_000000001667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	77.73100000000001	11.0	0.00026369427570900345	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0058_000000005433	5187	0.9215933220743852	11	2	1	2	1	True	6316	maximal	True	SPA0058_000000005433	1.0		2	1	True	True	1.0	308					non-mobilizable	no_good_hit	1846.0	81.473	79.0	0.3992529114480334	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
SPA0062_000000017923	1804	0.9215933220743852	4	2	1	2	1	True	6164	fragment	False	SPA0062_000000017923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1029.0	84.257	63.0	0.22214897824653923	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
USA0101_01_000000002997	8829	0.9215920107123192	14	5	2	5	1	True	53145	maximal	True	USA0101_01_000000002997	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3331.0	93.185	85.0	0.05889129124871513	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0064_000000034909	1255	0.9215889499643154	2	1	1	1	1	False	71194	maximal	True	DEN0064_000000034909	1.0		0	0	False	False	0.9968127608299255	0					non-mobilizable	no_good_hit	824.0	88.10700000000001	66.0	0.00019925717313703029	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
ISR0047_000000021650	1382	0.9215850700960035	4	1	1	1	1	True	72459	fragment	False	DEN0051_000000031649	0.9547460591052186		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	99.711	100.0	0.0005706779223016625	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
FIJ0139_000000006769	3794	0.9215732033916004	5	4	4	4	3	False	52010	fragment	False	FIJ0139_000000006769	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2028.0	97.73200000000001	56.0	0.0013657555338041348	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ENG0112_000000002017	11272	0.9215722800039376	17	16	2	8	15	True	82251	fragment	False	ENG0112_000000002017	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	11252.0	98.311	100.0	0.05988735486414911	AP022172.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-09_1 DNA, complete genome, strain: WP5-S18-ESBL-09	False	True
ISR0072_000000003043	7624	0.9215654460855232	5	5	4	5	4	False	120529	fragment	False	ISR0359_000000002386	0.9814756949312708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2061.0	78.65100000000001	53.0	0.0006802452760559011	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
MAD0108_000000001433	10084	0.9215622865026448	18	9	5	9	5	False	73933	maximal	True	MAD0108_000000001433	0.9907900122799836		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	77.72	12.0	0.00038102457238238307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0096_000000000866	24090	0.9215520462439863	21	19	13	14	15	True	123714	fragment	False	SPA0082_000000000480	0.8216214965550607		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	6740.0	97.12200000000001	60.0	0.001528854597617537	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0102_000000004726	4096	0.9215409853096576	6	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.7666473239097339		0	0	False	False	1.0	0					non-mobilizable	other	3930.0	98.346	99.0	0.005439382123866103	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0122_000000007491	4063	0.9215409853096576	6	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.724440716722853		0	0	False	False	0.9965542554855347	0					non-mobilizable	other	3840.0	99.01	98.0	0.005316106083880342	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0078_01_000000003811	3863	0.9215409853096576	6	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.7092451743591249		0	0	False	False	1.0	0					non-mobilizable	other	3864.0	98.37	100.0	0.005349349060955154	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0128_000000009272	3750	0.9215409853096576	7	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.5912122227535378		0	0	False	False	0.995199978351593	0					non-mobilizable	other	3688.0	98.427	98.0	0.005104182105028416	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CAN0011_000000010837	2824	0.9215400550841748	5	2	0	2	1	True	94500	maximal	True	CAN0011_000000010837	1.0		2	1	True	True	1.0	66					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.01484375	LN853892.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1326	True	True
MAD0013_000000011429	2119	0.9215400550841748	4	2	0	2	1	True	19573	maximal	True	MAD0013_000000011429	1.0		1	1	False	False	0.9896177649497986	0					non-mobilizable	no_good_hit	455.0	76.264	21.0	0.19224137931034482	LN852792.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0102	True	True
ENG0109_000000014650	1677	0.9215400550841748	3	2	0	2	1	True	59871	maximal	True	ENG0109_000000014650	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1097.0	79.763	96.0	0.4689655172413793	LN852792.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0102	False	True
FIJ0010_000000002791	6553	0.9215322276897359	12	3	2	2	3	False	102493	maximal	True	FIJ0010_000000002791	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	5.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
MAD0109_000000008613	1654	0.9215320596426688	2	2	2	2	1	False	87927	fragment	False	MAD0109_000000008613	1.0		0	0	False	False	0.9969770312309265	0					non-mobilizable	no_good_hit	693.0	73.304	41.0	0.0012040684094468171	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
DEN0077_000000008599	1578	0.9215320596426688	2	2	2	2	1	False	87926	fragment	False	DEN0077_000000008599	0.9915311653116532		0	0	False	False	0.9866920113563538	0					non-mobilizable	no_good_hit	692.0	73.555	43.0	0.0012040684094468171	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
DEN0092_000000002041	5123	0.9215268281442572	6	3	3	2	3	False	68589	maximal	True	DEN0092_000000002041	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	74.006	6.0	8.611946250484765e-05	NC_020409.1	d-proteobacteria	Pseudodesulfovibrio piezophilus C1TLV30, complete genome	True	False
ISR0165_000000004996	3721	0.9215255903138052	6	3	2	3	2	False	37866	fragment	False	ISR0165_000000004996	1.0		0	0	False	False	0.9938188791275024	0					non-mobilizable	no_good_hit	655.0	99.695	18.0	0.023483295573057145	NZ_CYZK01000030.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0014_000000001644	12251	0.9215145103896224	16	15	1	10	15	True	85503	fragment	False	MAD0023_000000000329	0.9646533386584062		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5128.0	96.899	94.0	0.06745744414750063	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
ISR0123_000000003843	4726	0.9215124220832128	7	7	2	3	5	False	32124	fragment	False	ISR0123_000000003843	1.0		0	0	False	False	0.9997884035110474	0	rep_cluster_1152	MOBQ			mobilizable	no_good_hit	2703.0	99.63	77.0	0.26804328402660577	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	True	True
SPA0056_000000013571	2575	0.9215100860657652	4	3	3	3	2	False	68625	fragment	False	SPA0056_000000013571	1.0		0	0	False	True	0.9933980703353882	0					non-mobilizable	plasmid	1851.0	97.62299999999999	99.0	0.009951641913213929	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0124_000000008428	1726	0.9215056177317232	2	2	2	2	1	False	106069	fragment	False	ISR0344_000000020233	0.639951512211922		0	0	False	False	1.0	0					non-mobilizable	other	1727.0	96.52600000000001	100.0	0.0006260928934461802	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
DEN0011_000000004835	7163	0.9214928532379024	13	9	4	5	8	True	132238	maximal	True	DEN0011_000000004835	1.0	PS1143|PS778	279	11	True	True	1.0	165					non-mobilizable	no_good_hit	3880.0	99.897	58.0	0.9373488147073052	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	True	True
MAD0096_000000007943	2292	0.9214877042045267	2	2	2	2	2	False	52566	fragment	False	FIJ0122_000000006707	0.9552752176654438		0	0	False	False	1.0	0					non-mobilizable	plasmid	2292.0	99.171	100.0	0.16998070930405104	CP034682.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_13kb, complete sequence	False	True
FIJ0064_000000011793	2272	0.9214877042045267	2	2	2	2	2	False	52566	fragment	False	FIJ0122_000000006707	0.9508872765630945		0	0	False	False	1.0	0					non-mobilizable	plasmid	2272.0	99.296	100.0	0.16849680961566998	CP034682.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_13kb, complete sequence	False	True
ISR0212_000000023039	1559	0.9214873479012388	2	2	2	2	2	False	36771	fragment	False	ISR0203_000000011197	0.9904584221443714		0	0	False	False	0.9743425250053406	0					non-mobilizable	other	1572.0	98.919	100.0	0.0077520527396178745	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
AST0046_000000004772	4087	0.9214852591658732	3	2	2	1	1	True	115719	maximal	True	AST0046_000000004772	1.0		1	1	True	True	1.0	45					non-mobilizable	no_good_hit	435.0	88.27600000000001	26.0	0.11060025542784163	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0013_000000001490	2173	0.9214843133092758	2	2	1	2	1	False	110830	fragment	False	DEN0013_000000001490	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2179.0	94.17200000000001	100.0	0.013181451294780218	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
DEN0081_000000004540	1934	0.9214843133092758	3	2	1	2	1	False	110797	fragment	False	DEN0081_000000004540	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1935.0	96.279	99.0	0.00029308858762344415	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
DEN0049_000000002990	1433	0.9214843133092758	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.415440947490621		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	95.19200000000001	100.0	0.021790037102366037	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	False	False
FIJ0064_000000018722	1397	0.9214843133092758	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.27428067692437813		0	0	False	False	0.9992842078208923	0					non-mobilizable	chromosome	1400.0	96.071	100.0	0.00021274031438088003	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0031_000000007108	1395	0.9214843133092758	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.30765434669269104		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	93.338	99.0	0.3097106974657995	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
USA0121_01_000000025767	1685	0.92148364769077	2	1	1	1	1	False	173	fragment	False	USA0121_01_000000025767	1.0		0	0	False	False	0.9982196092605591	0					non-mobilizable	no_good_hit	816.0	80.515	48.0	0.0002537587823593419	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0782_000000001691	7861	0.9214826137509912	7	6	2	3	5	True	102448	fragment	False	ISR0782_000000001691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6601.0	94.713	87.0	0.07955924469685938	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0394_000000010562	1800	0.9214736699812688	3	2	2	2	2	False	57265	fragment	False	ISR0394_000000010562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000023942	2000	0.9214715348416072	4	2	2	2	2	False	92846	maximal	True	CAN0016_000000023942	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000002950	9580	0.9214661804238572	9	4	3	4	1	True	122758	fragment	False	AST0046_000000001434	0.2936782015442168		0	0	False	False	0.9998956322669983	0					non-mobilizable	no_good_hit	2881.0	88.37200000000001	34.0	0.011812202797346254	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0035_000000016073	1383	0.9214599865126759	3	3	1	1	3	False	86279	fragment	False	MAD0035_000000016073	0.9522744220730798		0	0	False	False	0.9992769360542297	0					non-mobilizable	chromosome	1383.0	97.469	100.0	0.00030914743088866016	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
FIJ0046_000000001360	15794	0.9214588327809916	22	10	5	9	2	False	47000	fragment	False	FIJ0046_000000001360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	84.884	1.0	3.405954938385444e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0121_000000004813	4762	0.9214560010004942	5	3	2	3	3	False	108610	fragment	False	ISR0121_000000004813	0.971807878109912		0	0	False	False	0.9968500733375549	0					non-mobilizable	chromosome	4174.0	100.0	100.0	0.0009441492611064805	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ETH0004_000000006561	4367	0.9214535742125596	9	5	4	3	4	False	129200	fragment	False	ETH0004_000000006561	1.0		0	0	False	False	0.9993130564689636	0					non-mobilizable	no_good_hit	1192.0	97.90299999999999	83.0	0.0002917617037510503	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0130_01_000000014184	2603	0.9214503533864418	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.19172689385430675		0	0	False	False	0.9969266057014465	0					non-mobilizable	other	2607.0	97.96700000000001	100.0	0.0054491810545817245	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0070_000000019665	1329	0.9214481463454364	2	1	1	1	1	False	62322	fragment	False	ENG0070_000000019665	1.0		0	0	False	False	0.993228018283844	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000025052	1141	0.9214481463454364	2	1	1	1	1	False	99789	fragment	False	AUS0018_000000025052	1.0		0	0	False	False	0.9991235733032227	0					non-mobilizable	no_good_hit								True	False
CHI0133_000000017425	1193	0.9214464794475687	2	2	2	1	2	False	86417	maximal	False	CHI0053_000000009605	0.9743694060211554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0008_000000001492	11504	0.9214364005470796	8	5	3	5	2	False	15534	fragment	False	MON0008_000000001492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.075753356114988e-07	AP022702.1	bony fishes	Plectropomus leopardus DNA, chromosome 3, nearly complete sequence	True	False
USA0069_01_000000020291	3049	0.9214335684592656	4	4	4	4	4	False	131328	maximal	True	USA0069_01_000000020291	1.0		123	10	False	False	0.9977041482925415	0					non-mobilizable	no_good_hit	1534.0	72.164	50.0	0.0012987704172203395	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
MON0109_000000001249	16454	0.9214314428706536	31	9	5	7	6	False	25465	maximal	True	MON0109_000000001249	1.0		2	1	False	False	0.9996353387832642	0					non-mobilizable	no_good_hit	435.0	90.345	8.0	0.00014509413619208424	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0194_000000002435	8289	0.9214299831472316	7	4	3	4	3	False	51446	maximal	True	ISR0194_000000002435	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	74.348	5.0	0.00026862244546934445	NZ_LT632322.1	firmicutes	Murdochiella vaginalis strain Marseille-P2341T chromosome contig00001	True	False
CHI0013_000000001500	5662	0.9214260063708828	6	4	0	3	2	False	127304	backbone	False	ISR0832_000000002251	0.770740656328718	PS1004	0	0	True	True	1.0	135					non-mobilizable	other	3786.0	99.97399999999999	100.0	0.6745678132240243	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0026_000000010871	2069	0.9214138220675774	4	4	3	4	3	False	37300	fragment	False	ISR0026_000000010871	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2069.0	98.212	100.0	0.001000652262693477	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
DEN0005_000000030592	1282	0.92141049420883	2	2	2	1	1	False	116013	fragment	False	FIJ0081_000000020765	0.24182773157676682		0	0	False	False	0.9921996593475342	0					non-mobilizable	chromosome	1282.0	99.844	100.0	0.0005842837256229167	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
FIJ0088_000000003124	9371	0.9214054889699832	14	9	3	5	8	False	43692	maximal	True	FIJ0088_000000003124	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1316.0	88.75399999999999	26.0	0.0002898589353181452	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0021_000000014202	3508	0.9213970021136996	5	4	3	3	4	False	99030	fragment	False	MON0105_000000013157	0.7971304864545247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	81.69800000000001	19.0	0.001377424439445054	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
AST0153_000000012670	2526	0.9213842586823249	3	2	2	2	2	False	103419	maximal	True	AST0153_000000012670	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0057_000000000743	20486	0.9213835844368108	13	9	7	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.97924269193883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	92.0	1.0	0.0011738378319009308	NZ_VZBY01000014.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_7_length_145674_cov_20.4108_ID_13, whole genome shotgun sequence	True	True
SPA0021_000000002121	10733	0.92137646249771	9	8	7	7	6	False	69005	maximal	True	SPA0021_000000002121	0.9882218844984803	PS319	3	2	False	True	1.0	0					non-mobilizable	other	10759.0	97.992	100.0	0.1224496766554331	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	True
DEN0028_000000006952	3740	0.9213717310367956	6	5	2	2	4	True	74042	maximal	True	DEN0028_000000006952	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1485.0	99.79799999999999	43.0	0.49499332443257676	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0019_000000019787	1528	0.9213655142666924	2	2	2	2	2	False	131371	fragment	False	AST0002_000000024033	0.5716172738976172		0	0	False	False	0.9993455410003662	0					non-mobilizable	no_good_hit	316.0	71.835	20.0	9.273290184433096e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0153_000000011188	2822	0.921358231762749	4	4	4	3	3	False	110023	fragment	False	AST0153_000000011188	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2822.0	99.929	100.0	0.0012500886273397618	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
ENG0191_000000022162	1462	0.9213521332039586	3	2	2	2	1	True	54683	maximal	True	ENG0191_000000022162	1.0		40	9	False	False	0.99589604139328	0					non-mobilizable	no_good_hit	758.0	73.351	51.0	0.00036070243891087256	NZ_LR027603.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
ISR0281_000000003470	4336	0.9213384770850812	5	5	3	2	2	True	37041	fragment	False	ISR0281_000000003470	1.0		0	0	False	True	0.9995387196540833	0	rep_cluster_1143,rep_cluster_1152	MOBQ			mobilizable	plasmid	3144.0	98.664	97.0	0.4452482269503546	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
USA0037_01_000000021227	1593	0.9213382564609448	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.25379806957015083		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	99.37299999999999	100.0	0.002206502603340642	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0054_000000018174	1516	0.921337384223175	3	2	1	1	2	False	63740	fragment	False	USA0034_01_000000033337	0.9785256410256411		0	0	False	False	0.9993403553962708	0					non-mobilizable	no_good_hit	994.0	93.26	66.0	0.0018231958990026587	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0146_000000016023	2507	0.9213312159545096	4	4	4	4	4	False	91553	fragment	False	ISR0146_000000016023	0.9879518072289157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1710.0	75.38	67.0	0.0005901150672096794	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0042_000000006536	3943	0.92132618724343	6	3	2	3	2	False	111866	fragment	False	ISR0042_000000006536	1.0		0	0	False	False	0.9992391467094421	0					non-mobilizable	other	3950.0	97.11399999999999	100.0	0.006294958288920235	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0024_000000003861	8338	0.9213260409214916	8	6	6	5	4	True	65333	fragment	False	MON0024_000000003861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1066.0	89.118	13.0	0.0003145292057545221	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MAD0012_000000024252	1273	0.921321745579337	3	2	2	2	2	False	107573	maximal	True	MAD0012_000000024252	1.0		3	1	False	False	0.9897878766059875	0					non-mobilizable	no_good_hit	1051.0	95.052	83.0	0.12096774193548387	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ISR0037_000000011126	2033	0.9213054873879708	2	2	2	1	1	False	103265	fragment	False	ISR0133_000000008699	0.540868329178626		0	0	False	False	0.99311363697052	0					non-mobilizable	other	2032.0	99.902	99.0	0.0003933615445802972	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0148_000000000711	13358	0.9213050816594854	15	13	6	7	11	True	132514	maximal	True	CHI0148_000000000711	1.0	PS1165|PS799|PS800|PS801|PS802	17	7	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	6883.0	99.84	69.0	0.7700055959709009	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0163_000000002748	8924	0.9212953642333644	9	6	4	6	4	True	42170	fragment	False	FIJ0163_000000002748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1979.0	95.958	22.0	0.027743491921005385	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MON0078_000000020000	2233	0.9212857920446546	3	3	1	3	2	False	130349	backbone	False	ISR0335_000000002496	0.030476018426646625	PS1101	0	0	False	True	0.9995521903038025	0					non-mobilizable	other	2233.0	99.463	100.0	0.00043229097365988345	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0002_000000004623	4234	0.9212847019794242	4	4	4	4	4	False	76260	fragment	False	SPA0041_000000007426	0.961257586953835		0	0	False	False	0.9981105327606201	0					non-mobilizable	other	4237.0	98.631	100.0	0.0717726070144495	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0388_000000008345	3858	0.9212801093319208	6	3	2	1	2	True	119398	fragment	False	MON0045_000000005873	0.9798201803749514		0	0	False	False	1.0	0					non-mobilizable	plasmid	3288.0	99.27	100.0	0.6589537223340041	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
MON0085_000000001278	8786	0.9212729121491312	11	6	3	5	4	True	66075	maximal	True	MON0085_000000001278	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3715.0	97.65799999999999	69.0	0.0016393992725358896	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
FIJ0111_000000015644	1330	0.921272171994514	3	3	2	1	1	True	42076	maximal	True	FIJ0111_000000015644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	95.27600000000001	28.0	7.824376285433247e-05	NZ_CP018888.1	firmicutes	Lactobacillus amylophilus DSM 20533 = JCM 1125 strain DSM 20533 chromosome, complete genome	True	True
ENG0106_000000015295	1361	0.9212647159921794	2	2	2	2	2	False	91482	fragment	False	CAN0021_000000028388	0.7184266927125524		0	0	False	False	0.9977957606315613	0					non-mobilizable	other	1361.0	100.0	100.0	0.0004119530603720239	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
CHI0106_000000002850	6164	0.9212532838297748	14	3	0	3	3	True	83171	maximal	True	CHI0106_000000002850	1.0		1	1	True	True	0.9998377561569214	29					non-mobilizable	no_good_hit								True	True
MON0008_000000006427	4495	0.9212473065862876	7	5	2	2	4	True	92216	fragment	False	MON0008_000000006427	1.0		0	0	False	False	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1772.0	96.84	84.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
MON0038_000000008391	3321	0.9212473065862876	6	5	2	2	4	True	72106	fragment	False	MON0038_000000008391	1.0		0	0	False	False	0.9885576367378235	0		MOBB			mobilizable	plasmid	1650.0	97.273	99.0	0.19793542191813707	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
ISR0120_000000010958	2888	0.9212187014767044	5	3	2	3	1	True	32284	maximal	True	ISR0120_000000010958	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	78.389	36.0	0.0002723629104353864	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MON0066_000000000415	27831	0.9212146935542916	29	25	10	14	24	True	123798	fragment	False	MON0066_000000000415	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	17150.0	95.662	99.0	0.002633450915079878	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ISR0279_000000003022	5671	0.9212058899940856	8	4	4	3	3	True	84481	maximal	True	ISR0279_000000003022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2634.0	99.62	81.0	0.056982030742584976	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MON0089_000000006128	3608	0.9212029199334816	4	4	4	4	3	False	9614	maximal	True	MON0089_000000006128	1.0		1	1	False	False	0.9994456768035889	0					non-mobilizable	no_good_hit	619.0	76.414	30.0	0.0001506873250397475	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
ENG0020_000000002052	9868	0.9211951122588442	17	5	4	4	2	True	68681	maximal	True	ENG0020_000000002052	1.0		3	2	False	False	0.9996960163116455	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.0005611857524840722	NC_016046.1	firmicutes	Oscillibacter valericigenes Sjm18-20 plasmid pOBV01, complete sequence	True	True
FIJ0169_000000000285	37401	0.9211934174727364	37	13	10	12	5	True	99722	fragment	False	FIJ0104_000000000284	0.6395643702966962		0	0	False	False	0.9996524453163147	0					non-mobilizable	no_good_hit	298.0	94.96600000000001	1.0	0.013154980732603978	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	True	True
ISR0389_000000015263	1459	0.921187953681686	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.025525525525525526		0	0	False	False	0.9993146061897278	0					non-mobilizable	other	1459.0	100.0	100.0	0.006042095753542169	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
SPA0070_000000009821	2177	0.9211768137864688	3	2	2	2	1	True	5926	fragment	False	SPA0070_000000009821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0040_000000002161	10053	0.9211749534785336	13	13	2	10	13	True	82246	fragment	False	FIJ0040_000000002161	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	10051.0	99.831	99.0	0.08261066129628869	CP053722.1	enterobacteria	Escherichia coli strain CP131_Sichuan plasmid pCP131-IncFIB, complete sequence	False	True
DEN0081_000000000636	6581	0.9211698183960632	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.28815450908243573		0	0	False	False	1.0	0					non-mobilizable	other	6581.0	99.103	100.0	0.02379041296975219	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0025_000000007715	2754	0.9211666053789854	6	1	1	1	1	False	21640	maximal	True	SPA0025_000000007715	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	678.0	94.54299999999999	90.0	0.00014992703550938542	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
DEN0065_000000022089	1571	0.9211666053789854	3	1	1	1	1	False	71064	fragment	False	DEN0065_000000022089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	674.0	94.65899999999999	65.0	0.00014859435074930202	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0177_000000013019	1293	0.9211666053789854	2	1	1	1	1	False	77661	fragment	False	CHI0177_000000013019	1.0		0	0	False	False	0.992266058921814	0					non-mobilizable	no_good_hit	680.0	93.676	62.0	0.00015059337788942713	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0137_000000006138	5901	0.9211642623950888	11	9	4	6	9	True	13637	fragment	False	SPA0137_000000006138	1.0		0	0	False	False	0.9996610879898071	0	rep_cluster_1328				non-mobilizable	plasmid	3551.0	98.676	100.0	0.09521507974867086	CP021581.1	other sequences	Unidentified plasmid plasmid GF1-2_000286F, complete sequence	False	True
SPA0041_000000007426	4588	0.9211640774571508	5	5	5	4	4	False	76260	fragment	False	SPA0041_000000007426	0.977914240083449		0	0	False	False	1.0	0					non-mobilizable	other	4588.0	99.542	100.0	0.07779322976731565	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0070_000000003599	5308	0.9211634087528341	5	5	5	4	4	False	121750	fragment	False	ISR0096_000000004366	0.6715032617313779		0	0	False	False	0.9990580081939697	0					non-mobilizable	chromosome	4704.0	96.83200000000001	91.0	0.0013357340137157355	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0065_000000018940	1838	0.9211629011802736	2	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5212136059206346		0	0	False	False	1.0	0					non-mobilizable	chromosome	1841.0	94.29700000000001	100.0	0.0004160772804157243	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0114_000000012643	3531	0.9211496865958742	3	2	2	2	1	False	51992	maximal	True	SPA0114_000000012643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	97.75299999999999	2.0	0.10080183276059565	GQ878830.1		Uncultured organism clone VC1C241TR genomic sequence	True	False
ENG0107_000000002258	10139	0.9211472995688962	12	5	3	4	5	False	74607	maximal	True	ENG0107_000000002258	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	89.78299999999999	22.0	0.0002956407210087127	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
MAD0001_000000011440	2251	0.9211387592239051	2	2	2	2	2	False	20289	fragment	False	MAD0001_000000011440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	78.696	38.0	0.00013554117685141674	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MAD0046_000000011739	2188	0.9211283258623773	3	2	1	2	2	False	17750	maximal	True	MAD0046_000000011739	1.0		0	0	False	False	0.9972577691078186	0					non-mobilizable	no_good_hit								True	False
MON0005_000000016187	3201	0.9211023608219168	5	3	3	3	3	False	99030	fragment	False	MON0105_000000013157	0.6183941136344862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	75.79899999999999	14.0	9.841189505028984e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0008_000000006454	4367	0.9211017951597092	4	3	3	3	2	False	8181	maximal	True	SPA0008_000000006454	1.0		13	4	False	False	0.9967941641807556	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.168317169045104e-06	LR584250.1	bony fishes	Takifugu rubripes genome assembly, chromosome: 6	True	False
ISR0054_000000008637	2806	0.9210971438496356	4	4	4	4	3	False	129666	fragment	False	ISR0054_000000008637	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1737.0	99.194	62.0	0.00046521898522232965	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0230_000000027265	1306	0.9210916538274548	2	2	1	2	1	False	27517	maximal	True	ISR0230_000000027265	1.0		5	3	False	False	0.9831546545028687	0					non-mobilizable	no_good_hit	726.0	82.645	55.0	0.005788676862294259	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0015_000000017465	1514	0.921090285608698	3	2	2	1	1	False	37966	maximal	True	ISR0015_000000017465	1.0		3	2	False	False	0.9993395209312439	0					non-mobilizable	no_good_hit	184.0	74.457	12.0	4.9774741332134265e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0199_000000020936	1464	0.9210740899211529	2	2	2	2	1	False	101410	fragment	False	ISR0055_000000010869	0.7822037825661389		0	0	False	False	0.9829235076904297	0					non-mobilizable	other	1465.0	85.939	100.0	0.02298363025104471	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MON0045_000000013067	1570	0.9210572183954722	3	3	3	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.5397924634421613		0	0	False	False	1.0	0					non-mobilizable	chromosome	1570.0	99.045	100.0	0.00022148046981544658	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0835_000000001932	5597	0.9210440026490948	7	4	4	3	1	True	128001	maximal	True	ISR0835_000000001932	0.988592456301748	PS1023|PS1024	1	1	True	True	1.0	18					non-mobilizable	no_good_hit	1635.0	98.41	63.0	0.1998287880640822	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0290_000000001614	5435	0.9210440026490948	5	4	4	3	1	True	128001	maximal	False	ISR0835_000000001932	0.9665157066471345	PS1023|PS1024	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1647.0	96.964	65.0	0.1998287880640822	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0057_000000023841	1163	0.9210312532601932	1	1	1	1	0	True	63495	maximal	True	ENG0057_000000023841	1.0		2	2	False	False	0.9819432497024536	0					non-mobilizable	no_good_hit								True	True
ISR0289_000000002931	2844	0.9210222053461692	5	3	1	2	3	False	114702	fragment	False	ISR0289_000000002931	1.0		0	0	False	False	0.9957805871963501	0	rep_cluster_870				non-mobilizable	plasmid	2604.0	99.92299999999999	100.0	0.46531998569896316	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
CHI0028_000000005216	2570	0.9210222053461692	5	3	1	2	3	False	88717	fragment	False	CHI0028_000000005216	1.0		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	plasmid	2512.0	99.96	98.0	0.44887379335001787	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
ISR0266_000000004785	3221	0.9210201152786052	4	4	4	4	3	False	105491	fragment	False	CHI0039_000000003802	0.8808481799043874		0	0	False	False	0.9972058534622192	0					non-mobilizable	other	3219.0	98.788	99.0	0.004625336260652148	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0142_000000005613	3199	0.9210201152786052	4	4	4	4	3	False	105491	fragment	False	CHI0039_000000003802	0.881690591462784		0	0	False	False	1.0	0					non-mobilizable	other	3199.0	99.406	100.0	0.004598018452460544	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0084_000000000483	5449	0.9210157529613848	8	6	5	6	6	False	126756	maximal	True	CHI0084_000000000483	1.0	PS974|PS975	15	3	False	True	1.0	0					non-mobilizable	no_good_hit	2029.0	90.931	53.0	0.000587589881394968	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
MAD0040_000000002201	8566	0.9210143903306182	5	5	5	5	3	False	18501	maximal	True	MAD0040_000000002201	0.9898954762588468		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2928.0	72.814	67.0	0.0014111857814130297	CP044495.1	firmicutes	Streptococcus mutans strain UA140 chromosome, complete genome	True	False
AST0012_000000001712	8865	0.9210109797616289	7	7	3	7	2	True	125647	fragment	False	AST0012_000000001712	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6699.0	91.34200000000001	96.0	0.01398260695011051	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0397_000000007155	2723	0.9210092217905341	2	2	2	2	2	False	102995	fragment	False	ISR0397_000000007155	1.0		0	0	False	False	0.9959603548049927	0					non-mobilizable	other	2726.0	94.71799999999999	100.0	0.000916624236595465	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ISR0813_000000008428	3452	0.9210025770493212	5	5	5	4	4	False	116631	fragment	False	SPA0101_000000007479	0.22793384474500106		0	0	False	False	0.9944959282875061	0					non-mobilizable	other	3452.0	99.131	100.0	0.0006662213607827088	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0074_000000005069	5209	0.9209917286836732	7	7	1	6	5	False	112161	maximal	False	SPA0040_000000006858	0.9472282975014407		0	0	True	True	1.0	77					non-mobilizable	chromosome	4188.0	97.63600000000001	97.0	0.8219124288238759	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
AST0111_000000003871	5167	0.9209917286836732	7	7	1	6	5	False	112161	maximal	False	SPA0040_000000006858	0.9470834031435923		0	0	True	True	1.0	143					non-mobilizable	chromosome	5066.0	96.98	100.0	0.9923424307873552	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0182_000000006141	5081	0.9209917286836732	7	7	1	6	5	False	112161	maximal	False	SPA0040_000000006858	0.9354629667087951		0	0	True	True	1.0	78					non-mobilizable	chromosome	4417.0	96.287	100.0	0.8651089731003337	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
DEN0010_000000026462	1738	0.9209906479782464	3	3	2	3	2	False	75942	maximal	True	DEN0010_000000026462	1.0		1	1	False	False	0.9982738494873047	0					non-mobilizable	no_good_hit								True	False
SPA0087_000000011531	1230	0.920987989473822	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.804637460979979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	5.0	1.3353072141307551e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0123_000000001281	9139	0.9209845621345266	12	12	3	8	12	True	114168	fragment	False	ENG0123_000000001281	0.970923667570009		0	0	False	False	1.0	0					non-mobilizable	plasmid	9071.0	99.162	100.0	0.09788134221234067	CP032794.1	enterobacteria	Escherichia coli strain NZRM3614 plasmid pNZRM3614, complete sequence	False	True
FIJ0055_000000007076	1947	0.9209817903371212	3	3	3	3	3	True	46260	fragment	False	FIJ0055_000000007076	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	98.40799999999999	100.0	0.004425976341723583	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
MON0078_000000036508	1301	0.9209808210415316	2	2	2	2	2	False	10139	maximal	True	MON0078_000000036508	1.0		18	9	False	False	0.9877017736434937	0					non-mobilizable	other	1301.0	99.539	100.0	0.0005052059530360546	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0112_000000022078	1671	0.9209794532281506	2	1	1	1	1	False	32624	maximal	True	ISR0112_000000022078	1.0		2	2	False	False	0.9934171438217163	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00016399951663300362	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
CHI0041_000000007024	2047	0.9209776355945168	4	3	3	3	2	False	99554	fragment	False	USA0041_01_000000008430	0.986059158054945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	93.939	48.0	6.195431010862718e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
DEN0064_000000011031	3382	0.92097445461271	8	1	1	1	1	False	71308	fragment	False	ENG0198_000000005168	0.9634112409571508		0	0	False	False	0.98846834897995	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000002866	9030	0.920972631096034	13	11	7	7	8	True	64134	maximal	True	ISR0295_000000002866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1984.0	87.29799999999999	49.0	0.03157189782185796	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	True
ISR0315_000000004570	2063	0.920971937155954	3	3	3	3	2	False	81071	fragment	False	ISR0315_000000004570	0.9907126166766055		0	0	False	False	0.9995152950286865	0					non-mobilizable	other	2063.0	97.04299999999999	100.0	0.03288309120193918	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ENG0093_000000007678	1561	0.920971738063158	3	2	2	1	1	False	61046	maximal	True	ENG0093_000000007678	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	85.84899999999999	20.0	0.002563314681243329	NZ_CZBD01000014.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0094_000000004248	6496	0.9209650638795952	6	4	4	4	3	False	122291	maximal	True	DEN0094_000000004248	1.0		6	4	False	False	0.9998460412025452	0					non-mobilizable	no_good_hit	953.0	82.791	15.0	0.00033394444340172877	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0105_000000008651	2506	0.9209643038619604	5	2	2	2	2	False	60168	fragment	False	ISR0239_000000005069	0.9482386772106398		0	0	False	False	0.9984038472175598	0					non-mobilizable	plasmid	2506.0	98.324	100.0	0.015024961017297441	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
DEN0066_000000010425	3164	0.9209583726759628	5	5	4	3	3	False	104487	fragment	False	FIJ0028_000000009074	0.9563947788731619		0	0	False	False	0.9974715709686279	0					non-mobilizable	other	3165.0	99.55799999999999	100.0	0.022373754164574065	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0840_000000002387	5275	0.9209561325459712	6	3	1	1	2	False	121790	backbone	False	ISR0085_000000003385	0.7702100676360517	PS348|PS349|PS350|PS554|PS860	0	0	False	True	0.9998103976249695	0					non-mobilizable	no_good_hit	2001.0	90.305	38.0	0.2222222222222222	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
CHI0126_000000004700	3169	0.9209455336451192	2	2	1	1	2	True	81495	maximal	True	CHI0126_000000004700	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	90.111	56.0	0.0004819541634815298	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0172_000000001699	9740	0.9209265603849272	15	7	6	6	3	False	64161	maximal	True	ENG0172_000000001699	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6437.0	93.631	66.0	0.003831651378341779	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
USA0006_01_000000011663	2071	0.920926541208439	3	3	3	2	1	False	131393	fragment	False	USA0116_01_000000010746	0.4072644029047695		0	0	False	False	0.9971028566360474	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00026095328936120434	NZ_MVID01000025.1	high GC Gram+	Mycolicibacterium parafortuitum strain CCUG 20999 Mycobacterium_parafortuitum_CCUG20999_contig25, whole genome shotgun sequence	True	False
ISR0199_000000010037	2948	0.9209254655288929	4	3	3	3	3	True	89288	fragment	False	ENG0053_000000008361	0.9543792593807602		0	0	False	False	0.996268630027771	0					non-mobilizable	plasmid	2944.0	99.287	100.0	0.018168236761201585	CP048651.1	enterobacteria	Enterobacter roggenkampii strain Ecl_20_981 plasmid unnamed1, complete sequence	False	True
DEN0012_000000002147	2916	0.9209254655288929	4	3	3	3	3	True	89288	fragment	False	ENG0053_000000008361	0.9351326628916514		0	0	False	False	0.9979423880577087	0					non-mobilizable	plasmid	2916.0	99.96600000000001	100.0	0.032766799307569525	CP050069.1	enterobacteria	Klebsiella aerogenes strain 035 plasmid p035_A-VIM-1, complete sequence	False	True
ENG0192_000000009853	2179	0.9209249562262688	4	4	3	4	3	False	95837	fragment	False	ENG0037_000000014990	0.8388741553140717		0	0	False	False	1.0	0					non-mobilizable	chromosome	2179.0	98.62299999999999	100.0	0.0003072763375483498	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0138_000000008648	1641	0.9209215356884628	2	2	2	2	2	False	84634	fragment	False	CHI0138_000000008648	0.9832831235757027		0	0	False	False	0.9993906021118164	0					non-mobilizable	other	1642.0	97.625	100.0	0.061543654365436545	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ENG0063_000000009790	3235	0.9209183287114372	3	3	3	3	3	False	103272	fragment	False	ISR0083_000000005815	0.2205386379539516		0	0	False	False	1.0	0					non-mobilizable	other	3235.0	99.413	100.0	0.0006263570828028956	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0039_000000021954	2173	0.9209167852460568	3	3	3	3	3	True	52981	fragment	False	MON0039_000000021954	1.0		0	0	False	False	0.9898757338523865	0					non-mobilizable	other	2173.0	98.94200000000001	100.0	0.0010741977888934278	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	True
ENG0007_000000002989	8207	0.9209088297614568	10	7	5	4	6	True	91119	fragment	False	SPA0150_000000001970	0.8087921056147341		0	0	False	False	1.0	0					non-mobilizable	other	8141.0	99.42299999999999	100.0	0.0015287084786074028	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
FIJ0107_000000005249	5273	0.92090602383433	9	4	3	3	2	False	115688	maximal	True	FIJ0107_000000005249	1.0		0	0	False	False	0.9948796033859253	0					non-mobilizable	no_good_hit	1824.0	93.257	35.0	0.0007416586791559331	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	False
ISR0012_000000001323	15371	0.920904425146528	14	6	5	5	2	True	69326	fragment	False	ISR0012_000000001323	1.0		0	0	False	False	0.9983084797859192	0					non-mobilizable	no_good_hit								True	True
USA0102_01_000000001624	8795	0.9209043605233124	12	8	7	5	6	True	100079	fragment	False	SPA0027_000000003228	0.9870838758177894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6172.0	94.913	75.0	0.0018622373049993932	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
CAN0012_000000039615	1112	0.9209033651265692	2	2	2	1	1	False	93931	fragment	False	CAN0012_000000039615	1.0		0	0	False	False	0.9991007447242737	0					non-mobilizable	chromosome	1112.0	99.55	100.0	0.0002150505165470823	CP049197.1	enterobacteria	Escherichia coli strain E597 chromosome, complete genome	False	False
SPA0109_000000002096	9914	0.92089845574539	10	7	7	7	6	False	112530	maximal	True	SPA0109_000000002096	1.0	PS572	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	796.0	77.26100000000001	9.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
SPA0101_000000005993	7229	0.9208887407450691	7	6	4	5	5	False	75554	fragment	False	SPA0101_000000005993	0.9922672891742048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	84.227	31.0	0.0005385506323425909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0096_000000015133	2365	0.920874202216204	4	3	0	1	3	False	126290	backbone	False	MON0024_000000020480	0.09520325797447676	PS953	0	0	True	True	1.0	13					non-mobilizable	other	1332.0	87.23700000000001	99.0	0.5471149854711499	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
FIJ0039_000000010179	2324	0.920874202216204	4	3	0	1	3	False	126290	backbone	False	MON0024_000000020480	0.013043478260869565	PS953	0	0	True	True	1.0	7					non-mobilizable	other	1096.0	90.785	98.0	0.45454545454545453	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0103_000000001859	11358	0.9208696088279208	16	4	3	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.5549780635618604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	94.43700000000001	7.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0133_01_000000002913	9907	0.9208696088279208	13	4	3	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.37181185499429215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	96.992	1.0	0.11214953271028037	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ENG0184_000000004341	5450	0.9208686740872932	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9705460224315209	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9998165369033813	0	rep_cluster_870	MOBV			mobilizable	plasmid	5160.0	99.76700000000001	100.0	0.9220732797140304	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0173_000000003055	5450	0.9208686740872932	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9694232805905916	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	1	rep_cluster_870	MOBV			mobilizable	plasmid	5160.0	99.845	100.0	0.9220732797140304	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
USA0004_01_000000005038	5328	0.9208686740872932	7	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9482244850479153	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9986861944198608	0	rep_cluster_870	MOBV			mobilizable	plasmid	5160.0	99.82600000000001	100.0	0.9220732797140304	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
MON0050_000000016713	2179	0.9208624292469244	3	3	3	3	3	False	13775	fragment	False	MON0039_000000020725	0.9650323763810634		0	0	False	False	0.9995410442352295	0					non-mobilizable	no_good_hit	467.0	75.161	21.0	0.00011885625571765644	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MON0060_000000003784	7245	0.920859781027569	5	5	5	5	5	False	114758	maximal	True	MON0060_000000003784	1.0		4	2	False	False	0.9971014261245728	0					non-mobilizable	other	6964.0	97.774	97.0	0.0428837289556065	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
USA0145_01_000000010751	2231	0.9208573663483668	3	3	3	3	2	False	22759	fragment	False	USA0145_01_000000010751	0.9990503323836657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	81.86	10.0	7.400301779442517e-05	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
FIJ0006_000000036980	1103	0.9208572208415744	3	1	1	1	1	False	51635	fragment	False	FIJ0006_000000036980	1.0		0	0	False	False	0.9809610247612	0					non-mobilizable	no_good_hit								True	False
USA0080_01_000000023681	1795	0.920855670924676	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.5136588538124579		0	0	False	False	0.9972144961357117	0					non-mobilizable	other	1696.0	98.585	98.0	0.0021435834138494457	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
AST0150_000000022684	1229	0.9208482194361888	2	2	2	1	1	False	103844	fragment	False	AST0150_000000022684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	81.429	62.0	0.021611112676453187	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
MON0105_000000014612	3646	0.9208480236503273	5	3	1	2	1	True	8749	fragment	False	MON0105_000000014612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	88.235	3.0	3.6998536106113584e-05	LN591027.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001179	True	True
CHI0100_000000001073	2564	0.9208466977935176	4	2	1	2	1	True	83337	maximal	True	CHI0100_000000001073	1.0		3	2	False	False	0.985569417476654	0					non-mobilizable	no_good_hit	1342.0	88.525	62.0	0.4867030965391621	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	True	True
ENG0134_000000025094	1553	0.9208367347538604	2	2	2	2	2	False	113712	fragment	False	AST0055_000000021784	0.9455058887337874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	90.964	38.0	0.0010392336853902982	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0828_000000002124	3239	0.92083288785438	4	1	1	1	1	True	90176	fragment	False	ISR0828_000000002124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	93.88600000000001	59.0	0.27231182795698927	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0128_000000003999	2090	0.92083288785438	2	1	1	1	1	True	90175	fragment	False	CHI0128_000000003999	0.9844533600802408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	97.535	34.0	0.0760752688172043	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0011_000000003167	1994	0.92083288785438	2	1	1	1	1	True	90175	fragment	False	CHI0128_000000003999	0.962200956937799		0	0	False	False	0.9994984865188599	0					non-mobilizable	no_good_hit	277.0	92.78	35.0	0.07419354838709677	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
FIJ0053_000000012227	1699	0.92083288785438	1	1	1	1	1	True	49756	fragment	False	FIJ0053_000000012227	1.0		0	0	False	False	0.9799882173538208	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	6.444799664297547e-06	NZ_CP013236.1	b-proteobacteria	Collimonas pratensis strain Ter291, complete genome	True	True
CHI0137_000000010101	1638	0.92083288785438	2	1	1	1	1	True	88662	fragment	False	CHI0137_000000010101	0.9899685176168168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	92.419	21.0	0.07419354838709677	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
CHI0088_000000003331	1519	0.92083288785438	2	1	1	1	1	True	88662	fragment	False	CHI0137_000000010101	0.9547794496741528		0	0	False	False	0.9940750598907471	0					non-mobilizable	no_good_hit	277.0	92.05799999999999	18.0	0.07419354838709677	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0806_000000008367	1499	0.92083288785438	1	1	1	1	1	True	49754	fragment	False	ISR0806_000000008367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0093_000000022272	1413	0.92083288785438	1	1	1	1	1	True	87299	fragment	False	DEN0093_000000022272	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	99.714	99.0	0.0023899209908178516	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	True
CHI0043_000000008382	1214	0.92083288785438	1	1	1	1	1	True	87298	fragment	False	CHI0043_000000008382	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	100.0	100.0	0.0017282033381536862	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
USA0005_01_000000025538	1185	0.92083288785438	1	1	1	1	1	True	2147	fragment	False	USA0005_01_000000025538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	91.49700000000001	25.0	0.07876344086021506	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0176_000000021577	1585	0.920830355757386	5	3	3	2	1	False	106095	fragment	False	ISR0176_000000021577	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1064.0	94.455	100.0	0.00037038559823720146	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0023_000000001809	5992	0.9208235809370584	11	8	3	3	8	True	120545	backbone	False	ISR0774_000000003808	0.968318213825212	PS472|PS846	0	0	True	True	1.0	772	rep_cluster_1085	MOBB			mobilizable	plasmid	3559.0	95.645	100.0	0.5984159083249073	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
SPA0021_000000014681	2252	0.9208209875261708	2	2	2	2	2	False	24589	fragment	False	SPA0021_000000014681	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	90.0	93.0	0.0210814712734193	NZ_CBYM010000019.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
USA0090_01_000000005019	1744	0.9208167093032132	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.5845744047534357		0	0	False	False	1.0	0					non-mobilizable	chromosome	1755.0	94.87200000000001	100.0	0.00026402320847698633	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0335_000000010848	1742	0.9208167093032132	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.542771551697365		0	0	False	False	0.9965556859970093	0					non-mobilizable	chromosome	1745.0	97.536	100.0	0.00026508843179649	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0008_000000003124	2889	0.9208156971094412	6	5	4	3	4	False	90524	fragment	False	CHI0008_000000003124	1.0		0	0	False	False	0.9993076920509338	0					non-mobilizable	no_good_hit	931.0	82.277	32.0	0.01222154691752768	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
MON0075_000000002487	6725	0.920814103581914	8	7	4	6	4	False	52990	fragment	False	MON0036_000000001365	0.7591336367678515		0	0	False	False	0.9968773126602173	0					non-mobilizable	no_good_hit	1127.0	74.97800000000001	17.0	0.00040471364699485636	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ENG0100_000000014708	2067	0.9208054069281364	4	3	1	2	3	False	106130	fragment	False	ENG0100_000000014708	1.0		0	0	False	False	0.9980648159980774	0					non-mobilizable	chromosome	2059.0	97.669	99.0	0.0006486766586406851	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CAN0022_000000025674	1298	0.9208021042327597	2	2	2	2	1	False	91227	fragment	False	CAN0022_000000025674	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	99.307	100.0	0.0003576290380440642	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0084_000000009950	2476	0.92079261535555	4	3	3	3	3	False	103270	fragment	False	CHI0109_000000006726	0.9455657526489584		0	0	False	False	1.0	0					non-mobilizable	chromosome	2476.0	99.031	100.0	0.0004939782553765791	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0174_000000016168	1285	0.9207922923606582	2	1	1	1	1	False	55634	maximal	True	ENG0174_000000016168	1.0		1	1	False	False	0.9875486493110657	0					non-mobilizable	no_good_hit	703.0	97.01299999999999	55.0	0.011711907105557317	NZ_PYLQ01000016.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_15, whole genome shotgun sequence	True	False
MON0105_000000004915	9740	0.9207890348518524	13	12	9	11	10	False	105160	fragment	False	SPA0131_000000001683	0.9248044840564097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	71.935	6.0	0.00013764059975927633	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0075_000000014655	1495	0.9207869597969888	2	1	1	1	1	True	5770	fragment	False	SPA0075_000000014655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1251.0	82.574	83.0	0.04258675078864353	CP047417.1	firmicutes	Lactobacillus reuteri strain 1B plasmid unnamed, complete sequence	True	True
BAN0020_000000000218	16829	0.9207831171185152	20	16	8	12	14	False	97753	maximal	True	BAN0020_000000000218	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	16519.0	97.052	100.0	0.13009131987234177	AP022262.1	enterobacteria	Escherichia coli plasmid pWP8-S18-ESBL-07_1 DNA, complete genome, strain: WP8-S18-ESBL-07	False	True
CAN0007_000000018618	2186	0.9207733527206552	3	3	3	3	3	False	103943	fragment	False	SPA0021_000000014674	0.956379586946368		0	0	False	False	1.0	0					non-mobilizable	chromosome	2192.0	91.788	100.0	0.00077448197001016	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MAD0013_000000006266	3556	0.9207691644317509	4	2	2	2	1	False	72811	maximal	True	MAD0013_000000006266	1.0		1	1	False	False	0.9997187852859497	0					non-mobilizable	no_good_hit								True	False
ENG0050_000000009092	2815	0.9207637072286018	2	2	2	2	2	False	110523	maximal	True	ENG0050_000000009092	1.0		1	1	False	False	0.991829514503479	0					non-mobilizable	no_good_hit	159.0	75.472	6.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0010_000000001048	16225	0.920757554369118	29	8	1	6	5	False	51612	maximal	True	FIJ0010_000000001048	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3079.0	93.31	45.0	0.12021922098257976	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
CHI0048_000000006196	2918	0.9207554077577936	4	2	0	1	2	True	86927	backbone	False	ENG0139_000000006000	0.9689401216778738	PS444	0	0	False	True	0.9993146061897278	0					non-mobilizable	other	1535.0	99.544	100.0	0.48822406110757477	LM997025.1	enterobacteria	Escherichia coli genome assembly FHI89, scaffold scaffold-7_contig-13.0_1_3142_[organism:Escherichia	False	True
FIJ0081_000000010960	3102	0.920748528512889	4	2	1	2	2	True	69169	maximal	True	FIJ0081_000000010960	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	78.368	17.0	0.02068772714565278	NZ_CP015757.1	firmicutes	Clostridium estertheticum subsp. estertheticum strain DSM 8809 plasmid pDSM8809, complete sequence	True	True
ISR0055_000000003851	3199	0.9207460484921284	4	2	1	1	1	True	72951	maximal	False	MAD0099_000000009342	0.950771983717656		0	0	True	True	0.9993748068809509	58					non-mobilizable	plasmid	1975.0	92.051	100.0	0.632051282051282	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
FIJ0075_000000014248	1377	0.9207399190619782	2	2	2	2	1	False	44581	fragment	False	FIJ0075_000000014248	1.0		0	0	False	False	0.9992737770080566	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	4.2061578150412205e-05	CP039647.1	a-proteobacteria	Azospirillum sp. TSA2s chromosome 2, complete sequence	True	False
SPA0007_000000022948	1142	0.9207343855087514	2	2	2	2	2	False	8188	fragment	False	SPA0007_000000022948	1.0		0	0	False	False	0.9746059775352478	0					non-mobilizable	chromosome	1138.0	99.385	99.0	0.0003182243473252222	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0081_000000001652	3928	0.9207330737521321	6	2	0	1	2	True	16144	maximal	True	MAD0081_000000001652	1.0		1	1	True	True	1.0	58					non-mobilizable	no_good_hit	266.0	87.594	7.0	0.017483002636325795	AP017399.1	firmicutes	Lactococcus garvieae plasmid pNALG-1 DNA, complete sequence, strain: 122061	True	True
ENG0021_000000003915	4754	0.9207299927269036	5	5	5	3	2	False	93376	maximal	True	ENG0021_000000003915	1.0		0	0	False	False	0.9987379312515259	0					non-mobilizable	no_good_hit	2166.0	99.677	46.0	0.008897455286691214	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
ISR0236_000000003388	2939	0.9207296091206936	2	2	2	2	1	False	27334	maximal	True	ISR0236_000000003388	1.0		2	2	False	False	0.9993194937705994	0					non-mobilizable	no_good_hit	1510.0	84.90100000000001	82.0	0.05591809180918092	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	True	False
CHI0019_000000001992	4105	0.9207280313029768	3	3	3	3	3	False	113618	fragment	False	CHI0019_000000001992	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4105.0	97.734	100.0	0.15391539153915393	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ISR0110_000000019525	1200	0.9207217183408132	2	2	2	2	2	False	32696	maximal	True	ISR0110_000000019525	1.0		41	8	False	False	0.9933333396911621	0					non-mobilizable	other	1200.0	95.833	100.0	0.0015725662602564371	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
TAN0027_000000000287	13273	0.920720525143686	20	5	3	4	4	True	101336	maximal	True	TAN0027_000000000287	1.0		3	1	False	False	0.9996986389160156	0					non-mobilizable	no_good_hit	711.0	94.655	8.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0014_000000002489	8636	0.9207167269189508	8	7	5	6	4	False	50525	maximal	True	FIJ0014_000000002489	1.0		4	1	False	False	0.9994210004806519	0					non-mobilizable	no_good_hit	503.0	77.734	6.0	0.00015465593721653543	CP012069.2	actinobacteria	Olsenella sp. oral taxon 807 strain F0089, complete genome	True	False
CHI0137_000000013091	1324	0.9207026430190312	2	2	1	2	1	True	80486	maximal	True	CHI0137_000000013091	1.0		0	0	False	False	0.9599697589874268	0					non-mobilizable	no_good_hit	292.0	98.63	22.0	0.00012985987182696773	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0234_000000000782	11418	0.9206990742350559	17	3	3	1	3	False	29833	maximal	True	ISR0234_000000000782	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	91.525	1.0	0.002049401359076691	NZ_CADAEU010000020.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	False
ISR0203_000000008839	1950	0.9206857930587188	2	1	1	1	1	True	130997	fragment	False	USA0037_01_000000005669	0.15580004674326184		0	0	False	False	0.9846153855323792	0					non-mobilizable	other	1952.0	98.309	100.0	0.0040795672438560795	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0066_000000004987	6391	0.9206741236510756	11	3	2	3	2	False	72477	fragment	False	ISR0066_000000004987	1.0		0	0	False	False	0.9996870756149292	0					non-mobilizable	no_good_hit	203.0	80.296	3.0	0.041917410251089436	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
MON0088_000000000620	19624	0.9206708467078856	31	9	4	7	7	False	19284	maximal	True	MON0088_000000000620	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1809.0	90.603	38.0	0.031935632509835894	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ITA0007_000000000512	1652	0.9206705349482182	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.5935908074353335	PS1128	0	0	False	True	0.9945520758628845	0					non-mobilizable	other	1615.0	84.58200000000001	97.0	0.019011721334719726	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
AST0108_000000006014	4038	0.9206690017085496	6	1	1	1	1	False	107297	fragment	False	AST0108_000000006014	1.0		0	0	False	False	0.9997523427009583	0					non-mobilizable	no_good_hit	116.0	97.414	3.0	0.02368692070030896	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
USA0037_01_000000002554	13992	0.9206633197582408	22	20	8	12	16	True	132523	maximal	True	USA0037_01_000000002554	1.0	PS1166	39	7	False	True	1.0	0					non-mobilizable	no_good_hit	11557.0	99.792	83.0	0.30813534917206625	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
ENG0031_000000011443	1864	0.9206559248596244	2	2	2	1	1	False	93980	fragment	False	ENG0031_000000011443	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1880.0	96.809	100.0	0.0005029137128073484	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CHI0159_000000008152	1869	0.9206533866728756	4	3	2	3	3	False	78805	fragment	False	CHI0159_000000008152	1.0		0	0	False	False	0.9957196116447449	0					non-mobilizable	plasmid	1800.0	99.889	100.0	0.02562787583514965	CP029578.1	enterobacteria	Escherichia coli strain DA33135 plasmid pDA33135-70, complete sequence	False	True
SPA0120_000000013482	3119	0.9206429924566598	4	3	2	2	1	False	100717	fragment	False	SPA0120_000000013482	0.9923312883435582		0	0	False	False	0.998076319694519	0					non-mobilizable	no_good_hit	699.0	87.124	22.0	0.0001072401073693494	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0201_000000017306	1734	0.9206427497564256	5	2	1	1	2	False	28728	fragment	False	ISR0201_000000017306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0080_000000017538	2815	0.9206400162577172	4	3	3	3	3	False	10057	fragment	False	MON0080_000000017538	1.0		0	0	False	False	0.9971581101417542	0					non-mobilizable	no_good_hit	644.0	75.155	40.0	0.0001610872069403258	LT827128.1	actinobacteria	Gordonibacter sp. Marseille-P2775 genome assembly, chromosome: contig00001	True	False
BAN0020_000000000217	16867	0.920618009188204	19	10	5	9	4	False	97754	maximal	True	BAN0020_000000000217	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.9691819662485395e-05	NZ_RQHF01000035.1	bacteria	Leptospira vanthielii strain 201601955 contig_0003, whole genome shotgun sequence	True	False
ISR0258_000000000969	10230	0.9206173848155422	11	5	3	5	3	True	127201	fragment	False	ISR0258_000000000969	0.9853749509226541		0	0	False	False	0.9998044967651367	0					non-mobilizable	no_good_hit	2052.0	92.59299999999999	75.0	0.08160492347040722	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
SPA0120_000000004043	10188	0.9206173848155422	10	5	3	5	3	True	127201	fragment	False	ISR0258_000000000969	0.9834310850439882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1893.0	95.932	76.0	0.07549054869520042	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
AST0148_000000021416	1587	0.9206148395844306	2	2	1	1	2	False	104809	fragment	False	ENG0078_000000015208	0.8951336502767759		0	0	False	False	0.9993698596954346	0					non-mobilizable	chromosome	1546.0	99.677	100.0	0.0002670348809776277	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
CHI0109_000000012430	1570	0.9206148395844306	2	2	1	1	2	False	104809	fragment	False	ENG0078_000000015208	0.8942785836661393		0	0	False	False	1.0	0					non-mobilizable	chromosome	1546.0	99.741	100.0	0.0002670348809776277	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
CHI0074_000000008777	1565	0.9206148395844306	2	2	1	1	2	False	104809	fragment	False	ENG0078_000000015208	0.8881117339655457		0	0	False	False	0.9961661100387573	0					non-mobilizable	chromosome	1530.0	99.477	100.0	0.00026409663309632045	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0227_000000017313	1514	0.9206148395844306	2	2	1	1	2	False	104809	fragment	False	ENG0078_000000015208	0.8858175446843695		0	0	False	False	0.9993395209312439	0					non-mobilizable	chromosome	1514.0	100.0	100.0	0.00026150406143634345	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
SPA0092_000000030298	1497	0.9206148395844306	2	2	1	1	2	False	104809	fragment	False	ENG0078_000000015208	0.8820425084410123		0	0	False	False	1.0	0					non-mobilizable	chromosome	1497.0	100.0	100.0	0.00025856581355503626	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0079_000000019841	1443	0.9206148395844306	2	2	1	1	2	False	104809	fragment	False	ENG0078_000000015208	0.7823938057869889		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	100.0	100.0	0.00024923255557911917	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
USA0111_01_000000017538	1443	0.9206148395844306	3	2	1	1	2	False	104809	fragment	False	ENG0078_000000015208	0.7783983270366427		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	100.0	100.0	0.0002878047047486978	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0100_000000023137	1363	0.9206148395844306	3	2	1	1	2	False	104809	fragment	False	ENG0078_000000015208	0.34660443758022624		0	0	False	False	0.9977989792823792	0					non-mobilizable	chromosome	1363.0	100.0	100.0	0.00027183773083753565	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0009_000000009644	1363	0.9206148395844306	2	2	1	1	2	False	104809	fragment	False	ENG0078_000000015208	0.5116592419069694		0	0	False	False	0.9977989792823792	0					non-mobilizable	chromosome	1363.0	100.0	100.0	0.00023540550672590866	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0042_000000011447	2538	0.920610447122202	3	2	2	2	2	False	126218	fragment	False	ISR0042_000000011447	1.0		0	0	False	False	0.9980299472808838	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	9.316760287848664e-06	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0089_000000003716	5123	0.920610245798894	5	4	2	3	4	True	80526	fragment	False	ENG0080_000000004603	0.999608405381441		0	0	False	False	0.9998047947883606	0	rep_cluster_722	MOBV			mobilizable	no_good_hit	1441.0	92.78299999999999	28.0	0.2929560260586319	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
USA0063_01_000000005567	3660	0.920603977097154	6	4	1	2	3	False	99239	maximal	True	USA0063_01_000000005567	1.0	PS556	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	507.0	99.60600000000001	25.0	0.00013445585370565382	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
FIJ0149_000000020769	1312	0.9206031613477752	3	2	1	1	0	True	39842	fragment	False	FIJ0149_000000020769	1.0		0	0	False	False	0.9969512224197388	0					non-mobilizable	chromosome	1302.0	99.539	99.0	0.0005416847436428028	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
ISR0224_000000002070	10071	0.9205970385450291	17	7	6	7	2	False	64953	maximal	True	ISR0224_000000002070	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	82.09899999999999	2.0	0.0005241562586594286	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
ENG0140_000000010498	1696	0.920591354843692	3	2	1	1	2	False	57791	maximal	True	ENG0140_000000010498	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	839.0	79.976	49.0	0.10790709812108559	NZ_CBVI010000003.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0182_000000000782	23059	0.920590464247548	38	11	8	8	8	True	117598	maximal	True	ENG0182_000000000782	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7825.0	98.288	79.0	0.04501941087700301	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0099_000000006486	4374	0.920590107466553	7	5	4	5	5	False	115027	fragment	False	FIJ0043_000000004746	0.7154607755157409		0	0	False	False	0.9981710314750671	0					non-mobilizable	no_good_hit	588.0	84.354	28.0	0.0001764814655310014	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0008_000000004400	2749	0.9205824389724546	3	3	3	3	3	False	131498	maximal	True	ISR0008_000000004400	1.0		0	0	False	False	0.9956347942352295	0					non-mobilizable	no_good_hit	1700.0	78.471	61.0	0.023454930834448908	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0189_000000001684	6522	0.9205770408823848	5	4	3	4	1	True	131952	maximal	True	ENG0189_000000001684	1.0	PS1136	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1375.0	99.709	21.0	0.00045500199187553214	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	True
MON0069_000000037851	1391	0.9205730398092732	2	1	1	1	1	False	20633	fragment	False	ISR0847_000000020291	0.9736120630568883		0	0	False	False	0.999281108379364	0					non-mobilizable	no_good_hit								True	False
FIJ0156_000000005165	1581	0.92056337347548	1	1	1	1	1	False	89070	fragment	False	FIJ0156_000000005165	0.948618635223335		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	95.14200000000001	91.0	0.011562552767213168	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0043_000000006411	3409	0.9205576940661228	2	2	1	2	1	False	36316	maximal	True	ISR0043_000000006411	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	97.896	35.0	0.00041359144412752414	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ISR0353_000000018562	1996	0.9205501284762558	3	2	2	2	2	False	102293	fragment	False	ISR0353_000000018562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	98.23	36.0	0.00012329839878701034	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0822_000000005660	1467	0.9205501284762558	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.31264950829522925		0	0	False	False	0.9890933632850647	0					non-mobilizable	no_good_hit	183.0	98.90700000000001	13.0	5.054123553881956e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0022_000000006340	3979	0.9205436654580632	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.37391464053584617		0	0	False	False	0.999748706817627	0					non-mobilizable	chromosome	3979.0	98.97	100.0	0.0014019613343792467	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0011_000000000066	44029	0.9205341470559328	79	9	6	6	6	False	19728	maximal	True	MAD0011_000000000066	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2916.0	84.259	46.0	0.0007616768137953001	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0154_000000002644	9358	0.9205308103711092	12	7	3	4	6	True	101816	maximal	True	CHI0154_000000002644	0.9998313848920863		36	6	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	77.431	56.0	0.12580820295148315	NZ_QRUU01000063.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf63, whole genome shotgun sequence	True	True
ISR0013_000000000408	34351	0.9205282810186892	33	17	12	14	9	True	66077	maximal	True	ISR0013_000000000408	1.0		1	1	False	False	0.9995633363723755	0					non-mobilizable	no_good_hit	1848.0	96.266	12.0	0.06397423019639084	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
DEN0052_000000026134	1738	0.9205263023464082	2	2	2	1	1	False	110611	fragment	False	ISR0362_000000010416	0.34106107032369154		0	0	False	False	0.9994246363639832	0					non-mobilizable	other	808.0	99.75200000000001	99.0	0.0001978585671656282	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0081_000000015124	2329	0.9205255986126804	4	1	1	1	1	False	44266	maximal	True	FIJ0081_000000015124	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2343.0	84.166	99.0	0.02574936400840615	CP040893.1	enterobacteria	Leclercia adecarboxylata strain Z96-1 plasmid pZ96-1_2, complete sequence	False	True
ISR0375_000000001536	8751	0.9205241317011288	10	7	2	4	7	False	115586	maximal	False	AST0116_000000002287	0.9559409449837477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3671.0	99.18299999999999	89.0	0.021350010782833728	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
DEN0026_000000004329	6555	0.920523188893042	9	8	3	6	6	False	90383	maximal	True	DEN0026_000000004329	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3104.0	97.455	47.0	0.03048103653205764	NZ_SPGG01000015.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_15_length_101801_cov_38.5671, whole genome shotgun sequence	True	False
FIJ0105_000000002718	9362	0.9205223711869932	13	5	4	4	2	True	121696	fragment	False	FIJ0105_000000002718	0.9964339744975146		0	0	False	False	0.9998931884765625	0					non-mobilizable	no_good_hit	84.0	98.81	1.0	2.1825374390631604e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
FIJ0058_000000003888	9254	0.9205223711869932	13	5	4	4	2	True	121696	fragment	False	FIJ0105_000000002718	0.9910809656056399		0	0	False	False	0.9997838735580444	0					non-mobilizable	no_good_hit	84.0	98.81	1.0	2.1825374390631604e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
SPA0059_000000004002	6680	0.9205223711869932	11	5	4	4	2	True	121694	maximal	True	SPA0059_000000004002	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	89.671	3.0	0.03778292639458207	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0118_000000009803	3014	0.9205153285958252	3	3	3	3	2	False	105940	fragment	False	AST0118_000000009803	0.9993181043300374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	70.52	17.0	0.0001701239522444953	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
ISR0239_000000000193	41479	0.9205091932176096	47	27	4	18	17	False	27278	maximal	True	ISR0239_000000000193	1.0		1	1	False	False	0.9999759197235107	0					non-mobilizable	no_good_hit	1154.0	80.416	4.0	0.0006539485909696082	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
AST0052_000000018670	1341	0.9205069294204116	4	2	2	2	2	False	114415	fragment	False	AST0052_000000018670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0005_000000002102	9253	0.9205014967631444	12	11	11	10	10	False	95961	maximal	True	CAN0005_000000002102	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	2358.0	86.04700000000001	46.0	0.003802896674488227	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
SPA0080_000000001233	9022	0.9204959641828064	12	11	5	6	9	True	132506	backbone	False	ISR0038_000000002833	0.9968602688940066	PS1165|PS799|PS800	0	0	True	True	1.0	23	rep_cluster_1097	MOBB			mobilizable	plasmid	8231.0	99.83	100.0	0.9201699463327371	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MAD0022_000000000766	8417	0.9204943545162804	15	8	5	7	6	False	73932	fragment	False	MAD0022_000000000766	0.9663157894736842		0	0	False	False	0.9979802966117859	0					non-mobilizable	no_good_hit	734.0	95.913	20.0	0.0002467235084419495	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0044_000000004109	5324	0.9204899202648861	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7438487578368373	PS1159|PS463	0	0	True	True	1.0	9		MOBV			mobilizable	other	3223.0	99.814	91.0	0.40950686324351804	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0077_000000008768	4153	0.9204868583176072	3	3	3	3	2	False	12832	fragment	False	MON0077_000000008768	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3795.0	99.315	98.0	0.029402875188902236	CP015914.1	enterobacteria	Escherichia coli strain 210205630 plasmid pSLy2, complete sequence	False	True
ISR0282_000000005235	3882	0.9204825795538901	7	2	1	2	1	True	66816	maximal	False	SPA0129_000000006711	0.6451454193524477		0	0	True	True	1.0	21					non-mobilizable	no_good_hit	704.0	84.09100000000001	24.0	0.15442146942366916	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
AST0060_000000005655	4855	0.9204809459655652	9	8	5	6	6	False	112505	maximal	True	AST0060_000000005655	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	81.383	4.0	6.0586946138541475e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0105_000000000737	28032	0.9204808359566544	19	10	6	10	3	True	106863	maximal	False	FIJ0011_000000001081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	0.0	1.3552233016492164e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
FIJ0011_000000001081	28032	0.9204808359566544	19	10	6	10	3	True	106863	maximal	True	FIJ0011_000000001081	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	0.0	1.3552233016492164e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
ISR0834_000000005234	3213	0.9204759566320728	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.46977914417637634		0	0	False	False	0.9996887445449829	0					non-mobilizable	chromosome	3213.0	98.226	100.0	0.0006410740025331604	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0091_000000003670	3383	0.9204759079721018	3	3	0	3	2	False	98309	fragment	False	MON0091_000000003670	1.0		0	0	False	False	0.9985220432281494	0	IncFIA				non-mobilizable	plasmid	3349.0	97.552	99.0	0.026376907763769077	AP022262.1	enterobacteria	Escherichia coli plasmid pWP8-S18-ESBL-07_1 DNA, complete genome, strain: WP8-S18-ESBL-07	False	True
AST0002_000000019292	1924	0.9204676374971472	3	2	2	2	1	False	131866	maximal	True	AST0002_000000019292	1.0		0	0	False	False	0.9818087220191956	0					non-mobilizable	no_good_hit	62.0	96.774	12.0	2.0532242858061277e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0069_000000000129	61048	0.9204617248575004	74	21	9	19	8	True	44514	maximal	True	ISR0069_000000000129	1.0		1	1	False	False	0.9997543096542358	0					non-mobilizable	no_good_hit	676.0	81.657	1.0	0.010443013422298083	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
SPA0023_000000006569	3712	0.9204563108425896	4	4	4	4	4	False	128452	fragment	False	SPA0023_000000006569	0.9694250804680795		0	0	False	False	0.9948814511299133	0					non-mobilizable	other	3699.0	98.02600000000001	99.0	0.014185539802369116	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0018_01_000000005464	4538	0.9204552213762668	6	6	6	6	5	False	102815	fragment	False	USA0018_01_000000005464	0.9953234478425177		0	0	False	False	0.9973556399345398	0					non-mobilizable	other	4538.0	99.515	100.0	0.001992663554767723	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0041_01_000000004292	5404	0.9204539712559806	5	5	4	5	2	False	63508	maximal	True	USA0041_01_000000004292	1.0		1	1	False	False	0.9998149275779724	0					non-mobilizable	no_good_hit	909.0	87.01899999999999	23.0	0.00044120598921180195	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0008_000000001187	17443	0.9204486904296194	20	13	6	11	12	False	58400	maximal	True	FIJ0008_000000001187	1.0		4	3	False	False	0.9991973638534546	0					non-mobilizable	no_good_hit	107.0	99.065	1.0	0.0010403478295007312	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	True	False
SPA0126_000000017852	2371	0.9204465193369009	3	2	1	2	1	True	3980	fragment	False	SPA0126_000000017852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	89.891	76.0	0.040083123526355756	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0373_000000007111	2236	0.9204465193369009	4	2	1	2	1	True	56608	fragment	False	ISR0373_000000007111	1.0		0	0	False	False	0.9843470454216003	0					non-mobilizable	no_good_hit	1421.0	87.755	88.0	0.056308196459257484	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0094_000000002563	1851	0.9204463109626124	3	3	3	2	2	True	84211	fragment	False	CHI0094_000000002563	0.9443278705609748		0	0	False	False	1.0	0					non-mobilizable	other	1851.0	98.595	100.0	0.0005137433282792098	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0117_000000002729	5695	0.920442705865692	5	5	4	5	3	False	132004	maximal	True	CHI0117_000000002729	1.0		0	0	False	False	0.9984196424484253	0					non-mobilizable	no_good_hit	2859.0	85.554	49.0	0.0009561201794905991	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0109_000000012963	2484	0.9204401909754678	4	2	1	2	1	True	32750	maximal	True	ISR0109_000000012963	1.0		3	2	False	False	0.9943639039993286	0					non-mobilizable	no_good_hit	563.0	74.245	22.0	0.019864674168686904	NZ_HG529235.1	firmicutes	[Clostridium] dakarense strain 1, whole genome shotgun sequence	True	True
ISR0106_000000013221	1940	0.920434056669724	3	1	1	1	1	False	116805	fragment	False	ISR0106_000000013221	0.9632861971573049		0	0	False	False	0.9974226951599121	0					non-mobilizable	other	1940.0	96.031	100.0	0.0007041729236613361	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0026_000000001832	10431	0.9204217657977598	14	8	5	6	4	False	91814	fragment	False	SPA0026_000000001832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	80.275	2.0	0.00010970893297296854	CP035438.1	firmicutes	Streptococcus pyogenes strain emm22.8 chromosome, complete genome	True	False
CAN0018_000000018346	1875	0.9204201727750384	3	3	3	2	2	False	92204	maximal	True	CAN0018_000000018346	1.0		1	1	False	False	0.9994666576385498	0					non-mobilizable	no_good_hit	1421.0	87.051	75.0	0.000346681553868895	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0016_000000004034	4773	0.9204194610824008	5	4	4	4	4	False	50754	maximal	True	ISR0016_000000004034	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3018.0	98.807	63.0	0.000804806108950527	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0841_000000005190	2656	0.9204179699306702	5	2	1	2	1	False	33803	fragment	False	ISR0841_000000005190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0095_000000012268	2540	0.9204179699306702	5	2	1	2	1	False	33803	fragment	False	ISR0841_000000005190	0.9781626506024097		0	0	False	False	0.9988188743591309	0					non-mobilizable	no_good_hit								True	False
ISR0006_000000009169	2110	0.9204179699306702	4	2	1	2	1	False	38492	fragment	False	ISR0006_000000009169	1.0		0	0	False	False	0.999052107334137	0					non-mobilizable	no_good_hit								True	False
ISR0007_000000009623	1673	0.9204179699306702	3	2	1	2	1	False	38443	fragment	False	ISR0007_000000009623	1.0		0	0	False	False	0.9874476790428162	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000034350	1144	0.9204179699306702	2	2	1	2	1	False	33802	fragment	False	ISR0087_000000034350	1.0		0	0	False	False	0.992132842540741	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000020768	1656	0.9204045174556784	2	1	1	1	1	False	27527	fragment	False	ISR0230_000000020768	1.0		0	0	False	False	0.9740338325500488	0					non-mobilizable	no_good_hit								True	False
ENG0019_000000008555	2281	0.9204000911753156	4	4	4	3	3	False	120077	fragment	False	ISR0155_000000005779	0.28574753145348214		0	0	False	False	1.0	0					non-mobilizable	chromosome	2281.0	98.86	100.0	0.0005100261522620442	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0815_000000010571	2933	0.9203855648602002	4	4	2	2	4	False	99878	maximal	True	ISR0815_000000010571	1.0		14	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0051_000000005322	5024	0.9203840809339844	12	3	1	2	2	False	110807	fragment	False	ENG0051_000000005322	1.0		0	0	False	False	0.9994028806686401	0					non-mobilizable	chromosome	5024.0	99.781	100.0	0.0010989316319255063	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0070_000000005731	4080	0.9203798791671444	4	4	4	3	3	False	95025	fragment	False	ENG0070_000000005731	1.0		0	0	False	False	0.9997549057006836	0					non-mobilizable	other	4080.0	99.804	100.0	0.0012313285730414208	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0092_000000023037	1370	0.9203654421234759	3	2	1	2	1	False	79563	fragment	False	ENG0018_000000014042	0.5826859465665437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0001045197318322309	NZ_QICS01000005.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_105, whole genome shotgun sequence	True	False
ENG0187_000000023175	1318	0.9203654421234759	3	2	1	2	1	False	97046	maximal	True	ENG0187_000000023175	1.0		0	0	False	False	0.9795144200325012	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0001045197318322309	NZ_QICS01000005.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_105, whole genome shotgun sequence	True	False
ENG0068_000000002708	8337	0.9203629311622786	6	6	4	5	5	False	92567	maximal	True	ENG0068_000000002708	0.9927818962153726		45	8	False	False	0.99940025806427	0					non-mobilizable	no_good_hit	1475.0	79.25399999999999	29.0	0.00048613022130515366	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
MAD0051_000000018291	1579	0.9203463117075704	3	1	1	1	1	False	17324	maximal	True	MAD0051_000000018291	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0031_000000010597	2284	0.920339391364692	4	4	4	4	4	False	79748	fragment	False	FIJ0055_000000005968	0.9802091862776026		0	0	False	False	1.0	0					non-mobilizable	chromosome	2284.0	99.825	100.0	0.0004403658257601856	CP052278.1	enterobacteria	Klebsiella pneumoniae strain E16KP0235 chromosome, complete genome	False	False
ENG0020_000000001872	10962	0.9203211810823236	16	8	6	7	5	True	66502	maximal	True	ENG0020_000000001872	1.0		1	1	True	True	1.0	140					non-mobilizable	no_good_hit	1275.0	86.039	55.0	0.10242130750605327	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MAD0007_000000004130	2008	0.9203148892845668	3	3	3	3	2	False	19863	fragment	False	MAD0007_000000004130	1.0		0	0	False	False	0.9945219159126282	0					non-mobilizable	no_good_hit	206.0	98.05799999999999	10.0	0.000836988319089488	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0161_000000021915	1411	0.9203136730852596	2	2	2	2	1	False	30377	fragment	False	ISR0161_000000021915	1.0		0	0	False	False	0.9794471859931946	0					non-mobilizable	no_good_hit	527.0	78.368	37.0	8.046013331411743e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0155_000000002251	10431	0.92031297929357	12	8	2	3	7	True	88343	maximal	True	ENG0155_000000002251	1.0	PS456	1	1	True	True	1.0	18		MOBB			mobilizable	no_good_hit	3346.0	95.039	51.0	0.3028711167466715	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0037_000000016756	2087	0.9203093541908512	3	3	3	3	3	False	65204	fragment	False	ENG0037_000000016756	1.0		0	0	False	False	0.9985625147819519	0					non-mobilizable	other	2079.0	97.499	99.0	0.01443476569555009	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
MAD0057_000000001168	10933	0.9202914284353579	15	15	2	13	15	True	82243	fragment	False	MAD0057_000000001168	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	10933.0	99.954	100.0	0.0022687497159393365	CP035331.1	enterobacteria	Escherichia coli strain BR25-DEC chromosome	False	True
MON0058_000000033217	1573	0.9202914027732956	2	1	1	1	1	False	10998	maximal	True	MON0058_000000033217	1.0		1	1	False	False	0.9980928301811218	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000008866	2587	0.9202742370379692	5	5	4	5	4	False	67891	maximal	True	ENG0003_000000008866	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1327.0	98.64399999999999	83.0	0.0003768840647728598	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CAN0015_000000000137	92808	0.9202698673823312	97	35	22	28	23	False	93343	fragment	False	CAN0015_000000000137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1620.0	73.704	2.0	0.02998368617450168	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	False
ISR0358_000000001478	8683	0.9202689227124591	7	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.8838052147404546		0	0	False	True	0.9970056414604187	0					non-mobilizable	no_good_hit	2371.0	88.781	27.0	0.029580689965839558	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0125_000000007447	4875	0.9202628884153016	7	2	1	2	1	False	117680	fragment	False	ISR0021_000000004343	0.9749250749250749		0	0	False	False	0.9997949004173279	0					non-mobilizable	no_good_hit	165.0	93.333	3.0	0.0005040883731862097	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
TAN0002_000000003117	7881	0.920259149042172	9	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.4570714780740231		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5264.0	97.625	84.0	0.04541827832029556	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0320_000000020396	1311	0.9202577491127918	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.20501916829172087		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	98.85600000000001	100.0	0.0047496637165574725	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0814_000000032330	1303	0.9202550208001395	1	1	1	1	1	False	21501	maximal	True	ISR0814_000000032330	1.0		2	2	False	False	0.9984650611877441	0					non-mobilizable	no_good_hit	1102.0	98.45700000000001	85.0	0.0001554025023613841	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0084_000000000053	86273	0.9202462360185364	94	39	25	33	16	True	85679	maximal	False	FIJ0007_000000000023	0.9565862655702901		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	493.0	95.538	2.0	0.00013302981625391822	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0068_000000011962	3462	0.9202420440254888	5	4	4	4	3	False	89126	fragment	False	MON0068_000000011962	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3462.0	99.596	100.0	0.0006556415300778395	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
CHI0055_000000002399	5857	0.9202388409880102	8	1	1	1	1	False	86257	maximal	True	CHI0055_000000002399	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	94.773	16.0	0.00016103274184341398	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0307_000000006975	1585	0.9202388409880102	3	1	1	1	1	False	25431	fragment	False	ISR0307_000000006975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	94.303	57.0	0.00018257781213142936	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0044_000000005673	3837	0.9202358464095748	5	4	4	4	3	False	99605	maximal	True	FIJ0044_000000005673	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	76.389	6.0	5.6420627487863575e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
USA0080_01_000000006341	6551	0.9202281851053724	6	6	6	5	5	False	61879	maximal	True	USA0080_01_000000006341	1.0		6	2	False	False	0.9996947050094604	0					non-mobilizable	no_good_hit	5495.0	99.6	84.0	0.0012508603364572966	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
TAN0017_000000006652	4884	0.920218993100542	8	6	3	3	5	True	92223	maximal	True	TAN0017_000000006652	0.986940926846234		4	1	True	True	0.9975429773330688	39	rep_cluster_1079				non-mobilizable	no_good_hit	2564.0	92.35600000000001	71.0	0.3560880468096963	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
TAN0009_000000006233	4884	0.920218993100542	8	6	3	3	5	True	92223	maximal	False	TAN0017_000000006652	0.9867335418093157		0	0	True	True	0.9969287514686584	26	rep_cluster_1079				non-mobilizable	no_good_hit	2564.0	92.35600000000001	71.0	0.3560880468096963	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
MON0081_000000017450	3222	0.9202160354985696	4	3	3	3	3	False	72868	fragment	False	DEN0065_000000009649	0.9606010580052922		0	0	False	False	0.9993792772293091	0					non-mobilizable	no_good_hit								True	False
ISR0317_000000000381	31418	0.9202150532620024	51	20	13	14	8	True	66653	maximal	False	ISR0019_000000000156	0.9608301022206556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
DEN0079_000000004664	7349	0.9202139427250792	6	5	1	4	2	False	101865	fragment	False	DEN0079_000000004664	0.9806283560663293		0	0	False	False	1.0	0					non-mobilizable	chromosome	7349.0	99.946	100.0	0.0013331526283771734	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0070_000000002928	7200	0.9202139427250792	7	5	1	4	2	False	101865	fragment	False	DEN0079_000000004664	0.9771443445491667		0	0	False	False	1.0	0					non-mobilizable	other	7200.0	99.889	100.0	0.003158747252785864	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0073_000000003638	7050	0.9202139427250792	6	5	1	4	2	False	101865	fragment	False	DEN0079_000000004664	0.9746483171091028		0	0	False	False	1.0	0					non-mobilizable	chromosome	7050.0	99.603	100.0	0.001282258615043878	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ENG0127_000000003690	6945	0.9202139427250792	7	5	1	4	2	False	101865	fragment	False	DEN0079_000000004664	0.9708171289343361		0	0	False	False	1.0	0					non-mobilizable	other	6945.0	99.899	100.0	0.0030467505134281893	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0117_01_000000003793	6944	0.9202139427250792	7	5	1	4	2	False	101865	fragment	False	DEN0079_000000004664	0.9693234481206532		0	0	False	False	1.0	0					non-mobilizable	chromosome	6944.0	99.94200000000001	100.0	0.0012596732034325959	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0137_000000002521	6872	0.9202139427250792	6	5	1	4	2	False	101865	fragment	False	DEN0079_000000004664	0.9652668453165689		0	0	False	False	1.0	0					non-mobilizable	other	6877.0	99.811	100.0	0.003019959136562236	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0014_000000003895	6795	0.9202139427250792	6	5	1	4	2	False	101865	fragment	False	DEN0079_000000004664	0.9597988265841054		0	0	False	False	1.0	0					non-mobilizable	chromosome	6795.0	99.897	100.0	0.0012326400322801463	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
AST0025_000000002749	10303	0.9202117767847549	13	9	7	8	4	True	120569	maximal	True	AST0025_000000002749	1.0		1	1	False	False	0.9995146989822388	0					non-mobilizable	no_good_hit	4394.0	99.932	75.0	0.18807260895624625	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
ENG0111_000000005511	3900	0.9202084449682528	6	3	3	3	2	True	59758	maximal	True	ENG0111_000000005511	1.0		1	1	False	False	0.9915384650230408	0					non-mobilizable	no_good_hit	582.0	100.0	15.0	0.7102689486552567	GQ876271.1		Uncultured organism clone VC1AA83TF genomic sequence	True	True
CHI0154_000000001162	18159	0.9201990100751588	21	8	4	8	3	True	92650	fragment	False	CHI0154_000000001162	1.0		0	0	False	False	0.995649516582489	0					non-mobilizable	other	17901.0	99.927	100.0	0.019637919684002633	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0145_000000000863	18081	0.9201962658867879	24	7	4	6	5	False	3369	maximal	True	SPA0145_000000000863	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5206.0	93.527	65.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0202_000000001923	5829	0.9201901951789324	8	5	4	3	3	False	63470	fragment	False	ISR0202_000000001923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	96.62299999999999	26.0	0.00026086846346891254	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
DEN0085_000000003875	9312	0.9201654514962	11	4	3	4	3	False	107298	fragment	False	DEN0085_000000003875	1.0		0	0	False	False	0.9995704293251038	0					non-mobilizable	no_good_hit	893.0	81.747	11.0	0.0002504508397154111	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0029_000000003154	6923	0.9201640757833957	13	4	2	3	3	False	25096	maximal	True	SPA0029_000000003154	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	83.666	40.0	0.014975365966044022	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0141_000000020104	1486	0.9201633317674328	4	3	2	2	1	True	40254	fragment	False	FIJ0141_000000020104	1.0		0	0	False	False	0.9993270635604858	0					non-mobilizable	plasmid	1486.0	99.73100000000001	100.0	0.3509808555896951	CP030792.1	enterobacteria	Escherichia coli strain APEC O2-211 plasmid pAPEC-O2-211B, complete sequence	False	True
ISR0301_000000003514	4499	0.920150280603783	5	5	4	4	3	False	119737	fragment	False	ISR0301_000000003514	0.9938818815880814		0	0	False	False	1.0	0					non-mobilizable	chromosome	4500.0	98.133	100.0	0.0006920602624782404	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0113_01_000000004559	4149	0.920150280603783	5	5	4	4	3	False	119737	fragment	False	ISR0301_000000003514	0.9554603082260391		0	0	False	False	1.0	0					non-mobilizable	chromosome	4124.0	99.78200000000001	100.0	0.0006574544378334014	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0324_000000002378	12415	0.9201440378529788	22	4	2	4	2	True	59053	maximal	True	ISR0324_000000002378	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3421.0	98.685	84.0	0.019698872210766414	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0066_000000020882	1545	0.92013367547632	3	3	2	2	1	False	37761	fragment	False	ISR0066_000000020882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0003_000000003591	6951	0.920115451798704	11	10	4	7	10	True	98652	fragment	False	MAD0003_000000003591	1.0		0	0	False	False	0.9994245171546936	0					non-mobilizable	plasmid	6232.0	97.288	99.0	0.10946261887601737	CP014200.1	enterobacteria	Escherichia coli strain MRE600 plasmid pMRE600-2, complete sequence	False	True
ISR0259_000000004012	3418	0.9201051914098576	4	4	4	4	3	False	103272	fragment	False	ISR0083_000000005815	0.3524083656678142		0	0	False	False	0.9850789904594421	0					non-mobilizable	chromosome	3418.0	99.561	100.0	0.0006819893731805134	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0096_000000008762	2713	0.9200841110952328	4	3	3	3	3	False	33357	fragment	False	ISR0096_000000008762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000006271	4122	0.9200799862542512	9	4	2	4	0	True	112971	fragment	False	FIJ0013_000000006271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	91.41799999999999	55.0	0.07339237581825182	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
SPA0088_000000009465	1610	0.920070299231852	2	1	1	1	1	False	5452	fragment	False	SPA0088_000000009465	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1557.0	100.0	97.0	0.00043510953658876917	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0152_000000022184	1270	0.9200651805864648	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.42956773863480174		0	0	False	False	0.9771653413772583	0					non-mobilizable	other	1232.0	96.185	97.0	0.14170506912442396	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
USA0057_01_000000005838	5130	0.920054950169025	6	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9111454324705334		0	0	True	True	1.0	72					non-mobilizable	chromosome	4225.0	96.876	95.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
MON0052_000000027648	1110	0.920048026463053	1	1	1	1	1	False	17243	fragment	False	MAD0052_000000021267	0.9572573463935886		0	0	False	False	0.9594594836235046	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	4.526636749268e-06	NZ_LFJC01000003.1	a-proteobacteria	Bradyrhizobium nitroreducens strain TSA1 Contig01, whole genome shotgun sequence	True	False
USA0009_01_000000018058	1419	0.920042662926654	2	1	1	1	1	False	2087	maximal	True	USA0009_01_000000018058	1.0		1	1	False	False	0.9985905289649963	0					non-mobilizable	no_good_hit	837.0	89.486	59.0	0.004544291879595313	NZ_AUJC01000011.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	False
AST0101_000000001623	8666	0.9200406641140902	13	5	3	4	4	True	108543	maximal	True	AST0101_000000001623	1.0		2	2	True	True	1.0	1					non-mobilizable	no_good_hit	1500.0	74.8	17.0	0.008325603620316497	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
USA0043_01_000000003497	3240	0.92004023775892	4	2	1	2	2	False	83053	maximal	True	USA0043_01_000000003497	1.0	PS412	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1604.0	96.82	51.0	0.284775270918458	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
USA0090_01_000000006008	1473	0.9200299173856396	2	2	2	2	2	False	91012	fragment	False	ISR0276_000000005364	0.6551711584394285		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	86.024	100.0	0.00021674440467684295	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
ISR0115_000000008777	3589	0.9200200949102564	6	3	1	3	2	True	32488	maximal	True	ISR0115_000000008777	1.0		2	1	False	False	0.9994427561759949	0					non-mobilizable	no_good_hit								True	True
SPA0012_000000003241	7426	0.9200096063321672	10	8	3	5	7	False	109919	fragment	False	ISR0025_000000004431	0.9598155893598252		0	0	False	False	0.9994613528251648	0					non-mobilizable	other	5152.0	99.86399999999999	100.0	0.0014522200154219052	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0079_000000002805	7422	0.9200096063321672	10	8	3	5	7	False	109919	fragment	False	ISR0025_000000004431	0.9595477606336911		0	0	False	False	1.0	0					non-mobilizable	other	5149.0	99.86399999999999	100.0	0.001451373897720164	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0132_000000008261	3881	0.9200091915020492	4	2	1	2	2	True	125437	fragment	False	CHI0132_000000008261	0.9698108922608482		0	0	False	False	0.999484658241272	0					non-mobilizable	no_good_hit	1799.0	90.05	46.0	0.053608185010291805	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
SPA0146_000000010790	2160	0.9200055715349432	3	1	1	1	1	False	56215	fragment	False	SPA0146_000000010790	1.0		0	0	False	False	0.9949073791503906	0					non-mobilizable	other	2161.0	96.992	100.0	0.02438747731397459	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CAN0003_000000022574	2202	0.9200023494867134	4	3	2	2	2	True	116584	backbone	False	USA0025_01_000000005434	0.819803894999356	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2073.0	100.0	100.0	0.4878737932658347	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0119_01_000000012636	1943	0.9200023494867134	4	3	2	2	2	True	116584	backbone	False	USA0025_01_000000005434	0.4593091383673726	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1943.0	99.691	100.0	0.45726395102425244	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0361_000000008066	1728	0.9200023494867134	4	3	2	2	2	True	116584	backbone	False	USA0025_01_000000005434	0.08577845243588607	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1728.0	99.711	100.0	0.41678761490082245	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0023_000000002926	8788	0.9199982768759392	8	4	2	3	2	False	37560	maximal	True	ISR0023_000000002926	1.0		1	1	False	False	0.9973828196525574	0					non-mobilizable	no_good_hit	1689.0	76.317	27.0	0.05846950558102103	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0086_000000021995	1504	0.9199904868718284	2	2	2	2	1	False	43823	maximal	True	FIJ0086_000000021995	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000002047	11647	0.9199879061760506	12	7	6	6	5	False	117693	fragment	False	SPA0042_000000002047	1.0		0	0	False	False	0.9999141693115234	0					non-mobilizable	no_good_hit	1336.0	99.251	37.0	0.004128576553396257	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0329_000000000398	13857	0.9199745001352784	15	10	8	10	9	False	74660	maximal	True	ISR0329_000000000398	1.0		1	1	False	False	0.999927818775177	0					non-mobilizable	no_good_hit	809.0	75.896	6.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
AST0061_000000004811	7157	0.9199668998920918	11	8	6	6	7	False	126178	fragment	False	AST0061_000000004811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1603.0	73.113	22.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ENG0048_000000011886	2271	0.919964372582148	4	2	1	1	1	True	64236	fragment	False	ENG0048_000000011886	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2271.0	99.516	100.0	0.6728944246737841	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
USA0065_01_000000001190	9998	0.9199611023364292	15	6	3	4	5	True	82822	fragment	False	USA0065_01_000000001190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	2.1471984458100495e-06	LN590713.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG20, chromosome: 20	True	True
CHI0161_000000000480	21357	0.9199549816125308	29	13	6	12	5	True	118912	maximal	True	CHI0161_000000000480	1.0		3	2	False	False	1.0	0					non-mobilizable	other	17009.0	97.772	96.0	0.004552199256662469	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0120_000000002050	9318	0.9199455999995104	12	5	1	3	4	False	121792	maximal	True	ENG0120_000000002050	1.0	PS348|PS349|PS350|PS554|PS860	8	2	False	True	1.0	0					non-mobilizable	no_good_hit	2197.0	89.57700000000001	37.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
MON0052_000000021624	1358	0.9199347659152368	2	2	2	2	1	True	47994	maximal	True	MON0052_000000021624	1.0		1	1	False	False	0.9675993919372559	0					non-mobilizable	no_good_hit	133.0	91.729	18.0	0.09643916913946587	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
SPA0027_000000004598	6931	0.9199228607746226	5	5	4	5	4	False	104489	fragment	False	SPA0027_000000004598	1.0		0	0	False	False	0.9992786049842834	0					non-mobilizable	other	6935.0	98.241	100.0	0.049019954587574535	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0292_000000002349	6245	0.9199211150815132	10	4	3	3	3	False	25891	maximal	True	ISR0292_000000002349	1.0		0	0	True	True	0.9929543733596802	4					non-mobilizable	no_good_hit	464.0	74.35300000000001	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0009_000000020254	1656	0.9199157754441328	2	1	1	1	1	False	68248	fragment	False	ISR0249_000000011860	0.6149224806201551		0	0	False	False	0.9963768124580383	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.6061724361366818e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
SPA0083_000000001737	6741	0.9199133911454508	11	6	2	3	5	False	102155	fragment	False	SPA0083_000000001737	0.9979111867553767		0	0	False	False	0.9989615678787231	0					non-mobilizable	no_good_hit	1127.0	93.16799999999999	33.0	0.00021796820722698175	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
MON0086_000000008650	3549	0.9199026246122444	5	4	4	4	4	False	130071	fragment	False	ISR0146_000000009658	0.7466072665614928		0	0	False	False	1.0	0					non-mobilizable	other	2242.0	94.068	98.0	0.004679688104433576	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0384_000000005674	2790	0.9198999261627344	3	2	2	2	2	False	100876	fragment	False	ISR0384_000000005674	0.9941154836336888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	71.816	26.0	0.005881682063313619	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	False
MON0047_000000008490	4283	0.9198909810401272	6	3	2	3	2	False	12897	fragment	False	MON0047_000000008490	1.0		0	0	False	False	0.9904272556304932	0					non-mobilizable	no_good_hit	165.0	87.273	4.0	0.0005082544867404462	NZ_VWXL01000052.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_52, whole genome shotgun sequence	True	False
ISR0211_000000008213	2696	0.9198903111651394	3	3	3	3	3	False	28414	maximal	True	ISR0211_000000008213	1.0		2	1	False	False	0.9992581605911255	0					non-mobilizable	no_good_hit	1855.0	73.154	68.0	0.0005952479966235577	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
SPA0122_000000002953	10782	0.9198713717310506	10	10	2	7	10	True	61857	fragment	False	SPA0122_000000002953	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	10782.0	100.0	100.0	0.11733144691734233	KU932021.1	enterobacteria	Escherichia coli plasmid pEC3I, complete sequence	False	True
FIJ0033_000000035338	1126	0.9198685109910462	2	1	1	1	1	False	48208	maximal	True	FIJ0033_000000035338	1.0		1	1	False	False	0.9689165353775024	0					non-mobilizable	no_good_hit	145.0	81.37899999999999	13.0	0.0033531866998077193	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0157_000000006263	4542	0.9198524944927768	7	4	2	2	4	False	132470	backbone	False	CAN0001_000000008257	0.031929986357536036	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	112	rep_cluster_870	MOBV			mobilizable	plasmid	4088.0	99.902	100.0	0.7306042188058635	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
DEN0052_000000011097	3552	0.9198524944927768	7	4	2	2	4	False	114710	backbone	True	DEN0052_000000011097	1.0	PS386|PS745	166	11	True	True	1.0	145	rep_cluster_870				non-mobilizable	plasmid	3040.0	99.96700000000001	100.0	0.5432606363961388	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0814_000000012850	3035	0.9198520179879592	4	3	3	3	3	False	81067	fragment	False	ISR0814_000000012850	1.0		0	0	False	False	0.9983525276184082	0					non-mobilizable	other	3035.0	97.36399999999999	100.0	0.048176439631939016	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
MON0090_000000044277	1399	0.9198499712976508	3	2	1	2	1	False	9534	maximal	True	MON0090_000000044277	1.0		0	0	False	False	0.9256612062454224	0					non-mobilizable	no_good_hit	35.0	100.0	5.0	2.6182927329824255e-06	LN590682.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG21, chromosome: 21	True	False
CHI0090_000000010522	1296	0.919849069731316	2	2	2	2	2	False	83764	fragment	False	CHI0090_000000010522	1.0		0	0	False	False	0.9907407164573669	0					non-mobilizable	no_good_hit	1131.0	76.658	86.0	0.017218625304702907	NZ_JNJN01000008.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
MAD0022_000000003841	2913	0.9198486938577008	5	2	2	2	1	True	19294	maximal	True	MAD0022_000000003841	1.0		1	1	False	False	0.9986268281936646	0					non-mobilizable	no_good_hit	1070.0	90.654	78.0	0.01890972246836565	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0183_000000002707	10271	0.919845854517926	15	11	6	10	11	False	106140	fragment	False	ENG0183_000000002707	1.0		0	0	False	False	0.9987342953681946	0					non-mobilizable	no_good_hit	8953.0	98.85	87.0	0.0028197577202135906	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0144_000000021148	1497	0.9198458058753836	3	1	1	1	1	False	40053	maximal	True	FIJ0144_000000021148	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	72.727	36.0	0.00011063421009042116	CP061336.1	firmicutes	Ruminiclostridium sp. MA18 chromosome, complete genome	True	False
DEN0078_000000027073	1299	0.9198429822214794	2	2	2	1	1	False	123072	fragment	False	ISR0226_000000002328	0.08114597043317404		0	0	False	False	0.9692071080207825	0					non-mobilizable	other	1299.0	97.306	100.0	0.009239420578709471	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
CHI0145_000000007987	2359	0.9198391155695836	4	3	3	3	3	False	84895	fragment	False	FIJ0068_000000013194	0.987936772046589		0	0	False	False	0.9983043670654297	0					non-mobilizable	chromosome	2359.0	100.0	100.0	0.00044327082738436187	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	False	False
FIJ0037_000000007839	3558	0.9198380627429849	7	4	2	4	3	False	47813	fragment	False	FIJ0037_000000007839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	75.194	20.0	0.000317407351642583	CP026502.1	firmicutes	Lactococcus garvieae strain JJJN1 chromosome, complete genome	True	False
MAD0057_000000001146	11100	0.9198360139613416	9	8	5	7	2	True	109408	fragment	False	MAD0057_000000001146	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7938.0	91.005	99.0	0.016556644508894127	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0080_000000003840	7117	0.9198261800855172	9	9	8	9	6	False	70466	fragment	False	ISR0080_000000003840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	419.0	77.804	6.0	0.012199455169963283	NZ_SLUM01000034.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_134, whole genome shotgun sequence	True	False
ISR0070_000000015040	1408	0.919822511663802	2	2	1	2	2	False	34889	fragment	False	ISR0070_000000015040	1.0		0	0	False	False	0.9950284361839294	0					non-mobilizable	no_good_hit								True	False
CHI0149_000000009240	1340	0.919822511663802	3	2	1	2	2	False	79563	fragment	False	ENG0018_000000014042	0.5708075734353107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	81.301	18.0	0.00011053124956277195	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
AST0050_000000009200	1479	0.9198219351095576	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.2763922474658211	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1469.0	82.09700000000001	99.0	0.0006729953791037937	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
USA0031_01_000000015094	1842	0.9198210216827348	3	3	3	3	3	False	1531	fragment	False	USA0031_01_000000015094	1.0		0	0	False	False	0.9934853315353394	0					non-mobilizable	no_good_hit	279.0	73.835	15.0	0.004259486685217716	NZ_LNDA01000097.1	high GC Gram+	Nocardia jinanensis NBRC 108249 SCAFFOLD112, whole genome shotgun sequence	True	False
AST0014_000000010870	1503	0.9198130168117724	2	1	1	1	1	False	130352	maximal	True	AST0014_000000010870	1.0	PS1101	75	11	False	True	0.9920159578323364	0					non-mobilizable	other	1245.0	95.26100000000001	99.0	0.0002342588503803411	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0853_000000012629	1437	0.9198130168117724	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.024130544092448955	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1437.0	99.374	100.0	0.00028660718170536064	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0027_000000008032	2165	0.9198117802027004	2	2	2	2	1	False	50219	fragment	False	FIJ0027_000000008032	0.9926470588235294		0	0	False	False	1.0	0					non-mobilizable	chromosome	1061.0	90.198	91.0	0.0004271983773722822	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MON0088_000000004596	5760	0.9198072225471844	9	7	5	5	5	True	104906	fragment	False	MON0088_000000004596	1.0		0	0	False	False	0.9994791746139526	0					non-mobilizable	no_good_hit	2745.0	95.738	66.0	0.21968535699878983	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0145_000000005760	2431	0.9198063237902998	4	1	1	1	1	False	78618	fragment	False	FIJ0145_000000005760	1.0		0	0	False	False	0.9880707263946533	0					non-mobilizable	no_good_hit	307.0	77.524	12.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
FIJ0149_000000020324	1337	0.9198063237902998	2	1	1	1	1	False	45018	fragment	False	FIJ0149_000000020324	1.0		0	0	False	False	0.9655945897102356	0					non-mobilizable	no_good_hit								True	False
FIJ0068_000000027008	1190	0.9198063237902998	1	1	1	1	1	False	45013	fragment	False	FIJ0068_000000027008	1.0		0	0	False	False	0.992436945438385	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000000152	56127	0.9197993529419726	42	15	10	14	8	True	108380	fragment	False	ENG0129_000000000152	1.0		0	0	False	False	0.9999821782112122	0					non-mobilizable	no_good_hit	118.0	81.35600000000001	0.0	0.012395787626151821	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
SPA0057_000000004519	6130	0.9197984452197856	8	5	5	5	2	True	100631	fragment	False	FIJ0010_000000002863	0.9754311980504147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	84.488	10.0	0.039374185136897	NZ_WEHX01000055.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_55_length_15340_cov_272.879929, whole genome shotgun sequence	True	True
ENG0134_000000031421	1204	0.9197969418312556	2	2	2	2	2	False	58133	fragment	False	ENG0134_000000031421	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	100.0	100.0	0.0038454407712618034	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0058_000000002223	8921	0.919789512950548	11	9	7	8	9	True	35539	fragment	False	ISR0058_000000002223	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	8924.0	99.899	100.0	0.1572748430777911	CP053083.1	enterobacteria	Escherichia coli strain HB37 plasmid pHB37-3, complete sequence	False	True
ISR0260_000000002062	4997	0.9197885778440926	10	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9325448851605419	PS274	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
SPA0105_000000005687	4878	0.9197885778440926	10	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9353590055259378	PS274	0	0	True	True	1.0	601					non-mobilizable	no_good_hit	254.0	79.528	5.0	0.007112982615870487	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0149_000000003107	4877	0.9197885778440926	9	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9419633708084049	PS274	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0084_000000004473	4843	0.9197885778440926	9	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9480253596074266	PS274	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
SPA0104_000000007069	4823	0.9197885778440926	9	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9530976257269091	PS274	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0060_000000006158	4819	0.9197885778440926	9	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9585415827382547	PS274	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0161_000000004411	4811	0.9197885778440926	8	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9548055635892112	PS274	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0804_000000003682	4808	0.9197885778440926	9	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9597184381601057	PS274	0	0	True	True	0.9991680383682251	11					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0132_000000005256	4792	0.9197885778440926	9	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9430167742206084	PS274	0	0	True	True	1.0	132					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0101_000000004945	4788	0.9197885778440926	10	3	0	2	1	True	61947	backbone	True	ISR0101_000000004945	0.9597946158698885	PS274	7	3	True	True	1.0	21					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0223_000000005416	4729	0.9197885778440926	8	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9041296077580255	PS274	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0078_000000005531	4727	0.9197885778440926	9	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.9480868682551061	PS274	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0355_000000003696	4650	0.9197885778440926	9	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.8654729754730529	PS274	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0109_000000006375	4577	0.9197885778440926	8	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.868941640706323	PS274	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0038_000000006346	4477	0.9197885778440926	9	3	0	2	1	True	61947	backbone	False	ISR0101_000000004945	0.6517385505990158	PS274	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
SPA0009_000000020651	1783	0.9197838448481974	2	2	2	2	2	False	61885	fragment	False	MON0016_000000018381	0.9346917450365726		0	0	False	False	0.9988783001899719	0					non-mobilizable	no_good_hit	520.0	78.846	29.0	0.0005358319364173901	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0082_000000007019	2394	0.919782710204804	5	1	1	1	1	False	84444	fragment	False	SPA0082_000000007019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0045_000000016539	1574	0.9197825567666258	2	2	2	2	2	False	36234	fragment	False	ISR0045_000000016539	1.0		0	0	False	False	0.9930114150047302	0					non-mobilizable	no_good_hit	846.0	79.314	53.0	0.010966361017889703	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
CHI0047_000000001667	8701	0.9197715013779236	10	6	1	4	4	True	111185	maximal	True	CHI0047_000000001667	1.0		1	1	False	False	0.9994253516197205	0					non-mobilizable	no_good_hit	3505.0	93.01	79.0	0.011424146880013648	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
CHI0052_000000003785	4103	0.9197695743068892	5	4	3	4	4	False	86517	maximal	True	CHI0052_000000003785	1.0		1	1	False	False	0.9992688298225403	0					non-mobilizable	no_good_hit	931.0	99.57	30.0	0.0005371112080093099	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
AUS0006_000000018298	1440	0.9197509656747149	3	2	2	2	2	False	102007	fragment	False	AUS0006_000000018298	1.0		0	0	False	False	0.9993055462837219	0					non-mobilizable	other	1440.0	97.639	100.0	0.0005225914580446945	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0027_000000019636	1304	0.9197468853093148	2	2	2	2	2	False	44725	fragment	False	ISR0027_000000019636	0.9934533551554828		0	0	False	False	0.9969325065612793	0					non-mobilizable	no_good_hit	108.0	79.63	8.0	0.0001065894396009935	NZ_KE384083.1	a-proteobacteria	Stappia stellulata DSM 5886 G572DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
TAN0017_000000008473	3948	0.9197464078021936	5	5	5	4	5	False	92266	fragment	False	TAN0017_000000008473	0.9645406347805259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0119_01_000000003576	5673	0.9197447825054144	7	6	5	5	6	False	111443	fragment	False	ISR0288_000000004193	0.733199755969457		0	0	False	False	1.0	0					non-mobilizable	other	5569.0	98.617	99.0	0.007709600433266801	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0041_01_000000005197	4276	0.9197394679211236	4	3	3	3	2	True	97332	maximal	True	USA0041_01_000000005197	1.0		24	5	False	False	1.0	0					non-mobilizable	other	4277.0	97.381	100.0	0.044510632979942094	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
MON0028_000000007961	3109	0.9197348107658936	5	4	4	4	4	False	80349	fragment	False	MON0074_000000005052	0.61337513061651		0	0	False	False	0.986169159412384	0					non-mobilizable	no_good_hit	652.0	76.687	21.0	0.00021332340925365052	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	True	False
MAD0097_000000002965	10998	0.9197333998506798	9	7	6	6	6	False	130764	maximal	False	AST0113_000000002437	0.6401425690522974		0	0	False	False	0.9999091029167175	0					non-mobilizable	no_good_hit	2008.0	72.161	18.0	0.0005007394463773973	NC_009943.1	d-proteobacteria	Desulfococcus oleovorans Hxd3, complete sequence	True	False
ISR0389_000000002566	6778	0.91972161778955	10	5	4	4	4	False	122645	fragment	False	USA0004_01_000000003725	0.6497107520446838		0	0	False	False	0.9998524785041809	0					non-mobilizable	chromosome	6345.0	99.96799999999999	99.0	0.002831034456598912	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0129_000000008910	1245	0.9197106261800136	2	2	2	2	2	False	31801	fragment	False	ISR0129_000000008910	1.0		0	0	False	False	0.9975903630256653	0					non-mobilizable	no_good_hit								True	False
ENG0190_000000009106	3354	0.9197016102896196	4	4	2	3	2	False	115556	fragment	False	ENG0190_000000009106	1.0		0	0	False	False	0.9976148009300232	0					non-mobilizable	chromosome	2362.0	93.946	96.0	0.0007407143575343101	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0077_000000006475	4420	0.9196970516436078	4	4	4	4	3	False	95026	fragment	False	SPA0077_000000006475	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4350.0	99.333	98.0	0.0013128335288446038	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
FIJ0082_000000003344	7329	0.9196933017047212	7	7	7	7	7	False	93533	maximal	True	FIJ0082_000000003344	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	93.404	25.0	0.0007730380136399789	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
MAD0091_000000000249	24913	0.919689792189587	28	24	16	17	23	True	97683	maximal	True	MAD0091_000000000249	1.0		14	1	False	False	1.0	0					non-mobilizable	no_good_hit	11902.0	98.723	61.0	0.002393757859427758	CP042470.1	enterobacteria	Escherichia coli strain A50 chromosome	True	True
FIJ0157_000000000074	70387	0.9196773015616416	89	21	13	18	9	True	49844	fragment	False	FIJ0151_000000000034	0.999791553875197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	85.35799999999999	0.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
FIJ0042_000000000047	66464	0.9196773015616416	81	21	13	18	9	True	49844	fragment	False	FIJ0151_000000000034	0.9578999271554081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	85.35799999999999	0.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
FIJ0116_000000002511	7856	0.9196695208658447	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.4182680158616961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5289.0	97.977	85.0	0.04560907498308848	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
SPA0021_000000012289	2687	0.9196693413280472	3	3	2	3	2	False	126661	fragment	False	ENG0154_000000010186	0.9492582602832097		0	0	False	False	0.9933010935783386	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000009024	3021	0.9196673133411112	3	3	3	2	3	True	89816	fragment	False	ENG0095_000000009024	1.0		0	0	False	False	0.9956967830657959	0					non-mobilizable	plasmid	3017.0	98.376	99.0	0.013560252045281797	CP056137.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00909 plasmid pRHBSTW-00909_2, complete sequence	False	True
ISR0179_000000015790	1440	0.919641938016872	2	2	2	2	2	False	87017	fragment	False	ISR0179_000000015790	1.0		0	0	False	False	0.9958333373069763	0					non-mobilizable	plasmid	1440.0	99.792	100.0	0.005905527968153651	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0842_000000005360	3799	0.91962445971803	5	3	2	2	1	False	113880	fragment	False	ISR0842_000000005360	1.0		0	0	False	False	0.9955251216888428	0					non-mobilizable	no_good_hit	51.0	88.235	1.0	1.719155935695316e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ENG0039_000000005294	4343	0.9196202136703772	5	4	2	3	3	False	116205	fragment	False	ENG0142_000000006104	0.961936727437124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	93.92299999999999	60.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0027_000000014484	2753	0.9196182208629556	3	3	3	3	2	False	12664	maximal	True	MON0027_000000014484	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	75.155	41.0	0.0001610872069403258	LT827128.1	actinobacteria	Gordonibacter sp. Marseille-P2775 genome assembly, chromosome: contig00001	True	False
AST0012_000000018960	1269	0.9196166718784258	2	2	2	2	1	True	124647	fragment	False	CHI0137_000000010392	0.40925098599448917		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	82.53	99.0	0.0004435603819065474	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AUS0002_000000017235	2116	0.9196142873607304	4	4	1	4	1	True	102949	fragment	False	AUS0002_000000017235	1.0		0	0	False	False	0.9881852269172668	0					non-mobilizable	no_good_hit	310.0	86.12899999999999	15.0	0.00016494085692130394	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
ENG0022_000000005587	3260	0.9196113695519328	4	4	1	2	3	False	126704	fragment	False	ENG0022_000000005587	0.9740683229813665		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	chromosome	3111.0	99.646	100.0	0.0018191240829801348	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	False	True
CHI0083_000000003059	3285	0.9196082779862148	7	1	1	1	1	False	110776	fragment	False	CHI0083_000000003059	1.0		0	0	False	False	0.9951293468475342	0					non-mobilizable	no_good_hit	1476.0	90.31200000000001	82.0	0.0024507043673972274	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
AST0150_000000013609	2051	0.9195931826728032	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9525194906875436		0	0	False	False	1.0	0					non-mobilizable	other	1916.0	95.303	93.0	0.0005315160704467067	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0222_000000007168	8778	0.9195930463267966	9	7	4	5	7	False	27912	maximal	True	ISR0222_000000007168	1.0		1	1	False	False	0.9987468719482422	0					non-mobilizable	no_good_hit	3055.0	97.087	60.0	0.0009816581373125269	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ENG0144_000000006329	2875	0.9195917816952532	1	1	1	1	1	False	57568	fragment	False	ENG0144_000000006329	1.0		0	0	False	False	0.991304337978363	0					non-mobilizable	other	2875.0	100.0	100.0	0.003199739923713925	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
MON0011_000000000895	23924	0.919586200830258	18	10	4	10	2	True	67109	maximal	True	MON0011_000000000895	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0137_000000009467	1687	0.9195804979892958	2	1	1	1	1	False	57972	maximal	True	ENG0137_000000009467	1.0		1	1	False	False	0.9922940135002136	0					non-mobilizable	no_good_hit								True	False
ISR0365_000000001731	7983	0.919574509097516	11	6	1	3	4	False	132333	backbone	False	SPA0056_000000003686	0.989719729686433	PS1157	0	0	True	True	1.0	151					non-mobilizable	no_good_hit	1401.0	91.863	25.0	0.1279756412622255	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
FIJ0095_000000007783	3432	0.9195683305401636	4	4	3	3	4	False	43736	fragment	False	FIJ0095_000000007783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	77.003	28.0	0.023246670270801593	NZ_CYYU01000018.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
AUS0024_000000021061	1533	0.9195658129363375	2	2	1	2	1	False	98858	fragment	False	AUS0024_000000021061	1.0		0	0	False	False	0.9993476867675781	0					non-mobilizable	other	1009.0	90.486	97.0	0.00016833594231733	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0030_000000014567	2357	0.9195644672555942	2	1	1	1	1	False	48747	fragment	False	FIJ0030_000000014567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	3.0	0.0035333738199083533	NZ_CABKPS010000045.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0175_000000001908	6587	0.9195638097557316	6	1	1	1	1	False	77766	maximal	True	CHI0175_000000001908	1.0		1	1	False	False	0.9998481869697571	0					non-mobilizable	no_good_hit	443.0	80.813	7.0	0.03735456215554195	NZ_UGGU01000004.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	False
USA0071_01_000000002514	5480	0.919558842245148	5	3	3	3	1	True	110125	fragment	False	USA0071_01_000000002514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	1.0	0.00257656983750987	NZ_CABIYV010000019.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0252_000000007942	1527	0.9195566180026972	2	1	1	1	1	False	86275	fragment	False	ISR0252_000000007942	0.7629368629181741		0	0	False	False	0.9895219206809998	0					non-mobilizable	other	1180.0	89.15299999999999	95.0	0.0005165026097436285	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0854_000000001051	6276	0.9195519517737648	10	6	3	5	5	True	91993	fragment	False	ENG0115_000000002513	0.9961448972517214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	98.346	14.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
DEN0062_000000002419	6276	0.9195519517737648	10	6	3	5	5	True	91993	fragment	False	ENG0115_000000002513	0.9961448972517214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	98.346	14.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
CHI0146_000000001326	4661	0.9195512949911862	9	3	2	3	1	True	79715	maximal	True	CHI0146_000000001326	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	94.303	73.0	0.017403324708467727	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0125_000000000846	21242	0.919549165692024	25	21	10	18	18	False	126449	maximal	True	ENG0125_000000000846	1.0		1	1	False	False	0.9996233582496643	0					non-mobilizable	no_good_hit	4358.0	97.65899999999999	33.0	0.0015122984991662034	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0053_000000006970	1627	0.9195478527382108	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.5749173396746083		0	0	False	False	1.0	0					non-mobilizable	chromosome	1628.0	99.20100000000001	100.0	0.00024743615964471457	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0080_000000020385	1386	0.9195417695286882	2	2	2	1	1	False	65940	fragment	False	ISR0057_000000015397	0.9650092286537433		0	0	False	False	1.0	0					non-mobilizable	chromosome	1386.0	99.06200000000001	100.0	0.00040148593277357207	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0169_000000017608	1797	0.9195415070147601	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.7846204498303561		0	0	False	False	0.999443531036377	0					non-mobilizable	other	1794.0	96.823	99.0	0.04245394705687361	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0098_000000003097	10968	0.919540690194074	12	8	5	8	5	True	117407	fragment	False	SPA0052_000000002514	0.622126674383992		0	0	False	False	1.0	0					non-mobilizable	plasmid	8354.0	96.265	98.0	0.3564089391215001	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0237_000000005029	2144	0.919538827084222	3	2	2	2	2	False	27313	fragment	False	ISR0237_000000005029	1.0		0	0	False	False	0.9995335936546326	0					non-mobilizable	virus	2144.0	99.20700000000001	100.0	0.029684292293180935	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
MAD0095_000000001326	11419	0.9195348276931066	22	6	4	4	2	True	15605	maximal	True	MAD0095_000000001326	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3161.0	93.29299999999999	63.0	0.05591394038209336	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0308_000000001654	7638	0.9195305223407916	15	3	0	3	2	True	43030	maximal	True	ISR0308_000000001654	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
ISR0267_000000012622	1446	0.9195297099816924	3	2	2	2	1	False	35117	maximal	True	ISR0267_000000012622	0.9711126961483594		59	5	False	False	0.9993084073066711	0					non-mobilizable	other	1354.0	90.99	100.0	0.00037442828009392787	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0169_000000003724	5714	0.9195288978041574	8	2	2	2	2	True	97822	fragment	False	FIJ0039_000000004407	0.6426742870750729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
ISR0031_000000003174	5463	0.9195288978041574	8	2	2	2	2	True	97822	fragment	False	FIJ0039_000000004407	0.6265999880931119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
FIJ0037_000000020209	1603	0.9195258885495428	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.5740927588660847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	97.792	20.0	8.775291445201637e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0277_000000002503	3428	0.9195246408636166	5	3	2	2	3	False	26300	maximal	True	ISR0277_000000002503	1.0		0	0	False	False	0.9976662993431091	0					non-mobilizable	chromosome	2617.0	98.70100000000001	100.0	0.0005801620988896515	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0100_000000006104	5227	0.9195201636027136	4	2	2	2	1	True	92835	fragment	False	ENG0137_000000003413	0.9231115110374634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
ISR0813_000000002676	9642	0.9195165860385262	14	7	4	6	5	False	126182	fragment	False	ISR0813_000000002676	1.0		0	0	False	False	0.9922215342521667	0					non-mobilizable	no_good_hit	1604.0	73.192	16.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
CAN0014_000000009968	4495	0.9195019546547909	4	3	2	3	2	True	93729	fragment	False	CAN0014_000000009968	0.9537733820683725		0	0	False	False	1.0	0					non-mobilizable	other	4495.0	100.0	100.0	0.00586992895740187	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
CAN0016_000000010420	4495	0.9195019546547909	4	3	2	3	2	True	93729	fragment	False	CAN0014_000000009968	0.9537733820683725		0	0	False	False	1.0	0					non-mobilizable	other	4495.0	100.0	100.0	0.00586992895740187	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ENG0083_000000001620	14196	0.9195005545462116	21	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.7455401495749516	PS943|PS946|PS949	0	0	True	True	1.0	125					non-mobilizable	no_good_hit	1599.0	73.358	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0044_000000001012	9635	0.9194952873256536	14	3	2	3	2	False	87288	maximal	True	CHI0044_000000001012	1.0		1	1	False	False	0.999896228313446	0					non-mobilizable	no_good_hit	406.0	85.961	4.0	0.0001570174748188663	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ENG0155_000000012762	1593	0.9194932218670024	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.3605720263216592	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1605.0	82.804	100.0	0.00045226087772743176	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0111_000000000290	28758	0.9194914525963396	61	15	5	11	7	True	52618	maximal	True	ISR0111_000000000290	1.0		1	1	False	False	0.9992349743843079	0					non-mobilizable	no_good_hit	2717.0	94.295	55.0	0.04808067203062418	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0340_000000009519	2479	0.9194893469100364	2	2	2	2	2	False	54963	fragment	False	ISR0340_000000009519	1.0		0	0	False	False	0.9931423664093018	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000017544	1991	0.9194844468839573	3	3	3	2	1	False	82319	fragment	False	USA0075_01_000000012007	0.9706548002975368		0	0	False	False	0.9979909658432007	0					non-mobilizable	chromosome	1979.0	99.848	99.0	0.0003771614084938351	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
ISR0086_000000003104	7547	0.9194775325822914	8	4	2	2	3	False	85475	maximal	True	ISR0086_000000003104	1.0		4	1	False	False	0.998277485370636	0					non-mobilizable	no_good_hit	1139.0	86.304	34.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
CHI0045_000000011028	1902	0.9194763918055464	2	2	2	2	2	True	118525	fragment	False	CHI0045_000000011028	1.0		0	0	False	False	0.9879074692726135	0					non-mobilizable	other	1724.0	92.92299999999999	90.0	0.0005951222901612006	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0119_000000003515	8859	0.919475494975091	12	5	1	4	3	True	39346	maximal	True	ISR0119_000000003515	1.0		1	1	False	False	0.9983068108558655	0					non-mobilizable	no_good_hit	244.0	77.04899999999999	3.0	0.0012505031530927143	NC_014390.1	firmicutes	Butyrivibrio proteoclasticus B316 plasmid pCY186, complete sequence	True	True
AST0040_000000002138	8122	0.9194630329875679	12	9	7	6	6	True	116412	maximal	True	AST0040_000000002138	1.0		1	1	False	False	0.9981531500816345	0					non-mobilizable	no_good_hit	1944.0	74.023	24.0	0.0016802270049430744	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	True
CHI0021_000000003150	2591	0.9194624308520584	3	3	3	3	2	False	89304	fragment	False	CHI0021_000000003150	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2591.0	99.76799999999999	100.0	0.0005579909911384998	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
AST0026_000000005050	6091	0.9194609335254949	9	6	3	5	4	False	119579	maximal	False	ENG0004_000000004223	0.988321628262105		0	0	True	True	1.0	139					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0161_000000006146	3535	0.9194576467218132	4	3	2	3	2	False	113577	fragment	False	MON0109_000000010080	0.9354936601136657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1721.0	95.93299999999999	87.0	0.00042146081407399617	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0001_000000011304	3010	0.9194570503122856	6	3	2	3	1	False	8447	maximal	True	SPA0001_000000011304	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	98.868	18.0	0.00015931517963464122	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0136_000000009426	1471	0.91943202928943	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.1660852651793811		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	96.669	100.0	0.008921147975749043	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
FIJ0037_000000007618	3650	0.9194300978882444	6	3	1	1	3	True	130690	backbone	False	ENG0017_000000004005	0.1658919509209276	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3472.0	98.73299999999999	99.0	0.6428836174944403	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
USA0007_01_000000004962	3647	0.9194300978882444	7	3	1	1	3	True	130690	backbone	False	ENG0017_000000004005	0.16740154215326164	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3421.0	99.29799999999999	99.0	0.6338028169014085	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CAN0013_000000006503	3533	0.9194300978882444	6	3	1	1	3	True	130690	backbone	False	ENG0017_000000004005	0.12798904440394726	PS1122	0	0	False	True	1.0	0					non-mobilizable	plasmid	3313.0	97.374	99.0	0.6134173461823573	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CAN0013_000000007314	3114	0.9194300978882444	5	3	1	1	3	True	119393	fragment	False	ITA0006_000000007455	0.9244802363497823		0	0	False	False	1.0	0					non-mobilizable	plasmid	3115.0	99.51799999999999	100.0	0.6247484909456741	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0067_000000007504	2918	0.9194300978882444	5	3	1	1	3	True	119393	fragment	False	ITA0006_000000007455	0.5334690778172801		0	0	False	False	0.9996572732925415	0					non-mobilizable	plasmid	2918.0	99.829	100.0	0.5867203219315895	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0010_01_000000009404	2898	0.9194300978882444	4	3	1	1	3	True	119393	fragment	False	ITA0006_000000007455	0.8085772189850817		0	0	False	False	0.9944789409637451	0					non-mobilizable	plasmid	2876.0	99.757	99.0	0.5782696177062374	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0119_01_000000008303	2874	0.9194300978882444	4	3	1	1	3	True	119393	fragment	False	ITA0006_000000007455	0.7496604461996796		0	0	False	False	1.0	0					non-mobilizable	plasmid	2840.0	99.93	99.0	0.5710261569416499	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0029_000000009288	2781	0.9194300978882444	4	3	1	1	3	True	119393	fragment	False	ITA0006_000000007455	0.6412772253195985		0	0	False	False	1.0	0					non-mobilizable	plasmid	2782.0	99.78399999999999	100.0	0.5593561368209256	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0052_000000013637	2263	0.9194243140512208	3	3	3	3	3	False	108731	fragment	False	FIJ0136_000000011349	0.9485930255380026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	91.337	40.0	0.014589883611892548	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0020_000000003677	5087	0.919419739571732	8	4	3	4	1	True	93512	maximal	True	ISR0020_000000003677	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1451.0	94.762	67.0	0.0256973735511998	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0152_000000005857	3807	0.9194177687713221	7	5	4	5	5	False	97996	fragment	False	ENG0152_000000005857	0.9913832024882836		0	0	False	False	0.9994746446609497	0					non-mobilizable	plasmid	3807.0	100.0	100.0	0.02936003455936806	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0112_000000007169	3807	0.9194177687713221	7	5	4	5	5	False	97996	fragment	False	ENG0152_000000005857	0.9912511325242725		0	0	False	False	1.0	0					non-mobilizable	plasmid	3807.0	99.97399999999999	100.0	0.02936003455936806	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
FIJ0048_000000015929	2053	0.9194076531480198	3	1	1	1	1	False	122151	maximal	True	FIJ0048_000000015929	1.0		8	4	False	False	0.997077465057373	0					non-mobilizable	no_good_hit	467.0	77.30199999999999	22.0	0.00014826642703373995	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0004_000000000607	27055	0.9194047436284388	33	13	9	11	9	True	116880	fragment	False	SPA0038_000000000752	0.9590422398558509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	97.281	3.0	0.14400285154161468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0065_000000015812	2110	0.9194023619589596	3	3	3	3	1	False	67242	fragment	False	ENG0060_000000013955	0.9626440123961796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1528.0	72.055	71.0	0.0005396305458013211	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
AST0108_000000002596	7359	0.9193966678996626	10	7	4	4	6	True	125644	maximal	False	USA0039_01_000000003137	0.9901405976071556	PS799|PS803	0	0	True	True	1.0	5	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4017.0	97.959	65.0	0.4493564633463906	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MON0106_000000008627	4422	0.9193947336786776	11	3	1	2	3	False	14731	fragment	False	MON0106_000000008627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2258.0	92.471	89.0	0.08827559209238599	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0071_000000001794	15822	0.919392868633739	17	12	11	12	9	True	52077	maximal	True	FIJ0071_000000001794	0.9955175483214649		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	5317.0	99.473	35.0	0.006476158453908537	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0169_000000002100	9950	0.919390096339854	17	16	7	8	14	True	63808	maximal	True	ISR0169_000000002100	1.0		1	1	False	False	0.9989949464797974	0		MOBC			mobilizable	no_good_hit	5317.0	97.988	85.0	0.08364809568775575	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	True	True
ISR0141_000000004627	7637	0.9193877198915712	10	6	5	4	4	True	122509	fragment	False	ISR0141_000000004627	1.0		0	0	False	False	0.9984287023544312	0					non-mobilizable	plasmid	4138.0	98.743	91.0	0.5152571926765476	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0039_000000003419	6907	0.9193877198915712	10	6	5	4	4	True	122507	fragment	False	SPA0039_000000003419	0.9877579303972899		0	0	False	False	1.0	0					non-mobilizable	plasmid	4894.0	100.0	100.0	0.6094158674803836	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0213_000000003729	5868	0.9193877198915712	8	6	5	4	4	True	122506	fragment	False	ISR0213_000000003729	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3839.0	98.88	100.0	0.47801718769460705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0224_000000004376	5787	0.9193877198915712	8	6	5	4	4	True	122505	fragment	False	ISR0224_000000004376	1.0		0	0	False	False	0.9974079728126526	0					non-mobilizable	no_good_hit	3049.0	100.0	87.0	0.37962386349483124	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0344_000000005715	5121	0.9193877198915712	8	6	5	4	4	True	122503	fragment	False	ISR0338_000000003720	0.9749553461880051		0	0	False	False	1.0	0					non-mobilizable	plasmid	3094.0	100.0	100.0	0.3852285465188691	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0207_000000003196	5101	0.9193877198915712	8	6	5	4	4	True	122503	fragment	False	ISR0338_000000003720	0.9731387183343324		0	0	False	False	0.9996079206466675	0					non-mobilizable	plasmid	3094.0	99.54799999999999	100.0	0.3852285465188691	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0032_000000004938	5028	0.9193877198915712	8	6	5	4	4	True	122503	fragment	False	ISR0338_000000003720	0.8658570672183799		0	0	False	False	0.999602198600769	0					non-mobilizable	plasmid	3143.0	100.0	100.0	0.3913314235894881	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0787_000000002545	4948	0.9193877198915712	8	6	5	4	4	True	122503	fragment	False	ISR0338_000000003720	0.8547335824573852		0	0	False	False	0.9991915822029114	0					non-mobilizable	plasmid	3157.0	99.96799999999999	100.0	0.3930751027525221	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
FIJ0083_000000006677	4935	0.9193877198915712	8	6	5	4	4	True	122503	fragment	False	ISR0338_000000003720	0.8509031113894672		0	0	False	False	0.9951367974281311	0					non-mobilizable	plasmid	3162.0	99.84200000000001	100.0	0.39369784531074853	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0026_000000003355	6547	0.9193828799930888	8	6	4	4	6	True	119396	fragment	False	ISR0026_000000003355	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	2330.0	99.227	60.0	0.4682092555331992	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ISR0392_000000001110	18712	0.9193785937615953	28	12	8	11	7	True	117602	fragment	False	ISR0392_000000001110	1.0		0	0	False	False	0.9987174272537231	0					non-mobilizable	other	12202.0	97.632	90.0	0.07022475146013571	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0174_000000002307	12011	0.9193684840386604	14	11	6	10	6	False	116171	maximal	True	ISR0174_000000002307	0.9998650229460991		14	6	False	False	0.9999167323112488	0					non-mobilizable	no_good_hit	2700.0	95.111	36.0	0.0006099751756393653	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0066_000000017544	1941	0.9193580911580737	3	1	1	1	1	False	10640	maximal	True	MON0066_000000017544	1.0		5	1	False	False	0.9979392290115356	0					non-mobilizable	no_good_hit								True	False
MON0076_000000006100	6500	0.9193515484954562	8	3	3	3	3	False	10312	fragment	False	MON0076_000000006100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1851.0	84.495	28.0	0.01111460310169348	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
SPA0156_000000001891	6394	0.9193417052472078	7	6	4	4	3	False	99253	fragment	False	SPA0156_000000001891	1.0		0	0	False	True	0.9998435974121094	0					non-mobilizable	no_good_hit	3790.0	88.70700000000001	60.0	0.04887310618333571	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	True	True
MON0080_000000012319	3663	0.9193365427588662	4	3	3	3	2	False	47787	maximal	True	MON0080_000000012319	1.0		16	5	False	False	0.9868959784507751	0					non-mobilizable	no_good_hit	436.0	74.771	12.0	0.0015175529104750154	NZ_QFFN01000001.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c1, whole genome shotgun sequence	True	False
CHI0020_000000000740	9781	0.9193362691936526	15	8	2	3	6	False	103776	fragment	False	CHI0020_000000000740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5231.0	90.61399999999999	72.0	0.0010394500016166562	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0160_000000005372	4866	0.9193337686692408	5	5	5	5	4	False	80742	maximal	True	CHI0160_000000005372	1.0		7	5	False	False	0.9997944831848145	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000003253	10330	0.919330160383364	7	7	7	4	3	False	73301	maximal	True	SPA0116_000000003253	1.0		5	4	False	False	0.9990319609642029	0					non-mobilizable	no_good_hit	1480.0	99.595	14.0	0.00030024159399662974	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
ISR0781_000000003205	7143	0.9193274924474216	9	4	3	4	1	True	110135	fragment	False	ISR0781_000000003205	1.0		0	0	False	False	0.9981800317764282	0					non-mobilizable	no_good_hit								True	True
CHI0055_000000000315	25317	0.9193187782852144	28	13	8	10	10	True	116873	fragment	False	CHI0055_000000000315	1.0		0	0	False	False	0.9999604821205139	0					non-mobilizable	no_good_hit	1113.0	84.09700000000001	5.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0792_000000004533	2991	0.9193180347318493	4	4	4	3	3	False	99179	fragment	False	ISR0792_000000004533	1.0		0	0	False	False	0.9909729361534119	0					non-mobilizable	other	1791.0	99.10700000000001	99.0	0.0008072624661868343	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
MON0076_000000011755	3842	0.9193175885227756	4	2	2	2	2	False	10306	maximal	True	MON0076_000000011755	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	76.993	11.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
CHI0164_000000004609	5136	0.9193112571469642	7	5	4	3	2	False	106657	fragment	False	USA0057_01_000000004826	0.6917178788224689		0	0	False	False	1.0	0					non-mobilizable	chromosome	5137.0	99.397	100.0	0.001435637764040322	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0077_000000007968	3723	0.9193021557929806	5	2	2	2	2	False	112031	fragment	False	ISR0077_000000007968	0.9632324778470114		0	0	False	False	0.9994627833366394	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
ISR0144_000000001548	3670	0.9193021557929806	5	2	2	2	2	False	112031	fragment	False	ISR0077_000000007968	0.6390008058017728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	97.131	7.0	0.015419760137064534	NZ_JAAITI010000056.1	firmicutes	Blautia luti strain MSK.16.34 NODE_56_length_15759_cov_219.605, whole genome shotgun sequence	True	False
ENG0011_000000009578	2776	0.9193021557929806	4	2	2	2	2	False	67207	fragment	False	ENG0011_000000009578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
ENG0061_000000009173	2339	0.9193021557929806	3	2	2	2	2	False	63265	fragment	False	ENG0061_000000009173	1.0		0	0	False	False	0.9987174272537231	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
ISR0370_000000007818	3332	0.9193018653135978	4	3	1	2	3	False	83062	maximal	True	ISR0370_000000007818	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1606.0	97.821	48.0	0.2849529223663173	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ISR0353_000000013571	2715	0.919289682512274	6	3	1	1	3	True	121564	fragment	False	ISR0353_000000013571	0.9467125867123762		0	0	False	False	0.999263346195221	0					non-mobilizable	other	2718.0	98.16	100.0	0.0012040024106636416	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	True
ISR0186_000000022338	1442	0.9192809652021742	2	2	2	2	2	False	29313	maximal	True	ISR0186_000000022338	1.0		189	12	False	False	1.0	0					non-mobilizable	chromosome	1442.0	98.96	100.0	0.00027476309548370316	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0249_000000003995	3962	0.9192801679870768	5	2	1	0	2	False	52838	maximal	True	ISR0249_000000003995	1.0		1	1	False	False	0.995961606502533	0					non-mobilizable	no_good_hit								True	False
ENG0055_000000010124	1902	0.9192505815789624	3	1	1	1	1	False	63649	maximal	True	ENG0055_000000010124	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1147.0	94.595	72.0	0.0003148900242454289	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
FIJ0029_000000007082	5004	0.9192466874428148	7	4	4	3	3	False	125004	fragment	False	FIJ0029_000000007082	1.0		0	0	False	False	0.9996002912521362	0					non-mobilizable	no_good_hit	765.0	95.556	15.0	0.12352274566941882	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0830_000000008327	3131	0.9192415377127716	4	2	1	2	2	False	36254	maximal	True	ISR0830_000000008327	1.0		5	2	True	True	1.0	4					non-mobilizable	no_good_hit	95.0	100.0	5.0	2.616835438633121e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MAD0087_000000013490	2166	0.9192415377127716	2	2	1	2	2	False	15987	fragment	False	MAD0087_000000013490	1.0		0	0	False	False	0.9986149668693542	0					non-mobilizable	no_good_hit	87.0	96.552	4.0	2.394126039600515e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0087_000000009365	2912	0.9192411329455604	5	3	3	2	2	False	61390	maximal	True	ENG0087_000000009365	1.0		3	2	False	False	0.9993131756782532	0					non-mobilizable	no_good_hit								True	False
MAD0101_000000010451	2690	0.919240468136536	3	3	1	3	1	True	15111	maximal	True	MAD0101_000000010451	1.0		1	1	False	False	0.9840148687362671	0					non-mobilizable	no_good_hit	1907.0	76.665	70.0	0.9137006338371526	NZ_LOHE01000021.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00021, whole genome shotgun sequence	True	True
AST0089_000000013255	1727	0.9192380935455235	2	2	2	2	2	False	110183	maximal	True	AST0089_000000013255	0.9600827912477824		1	1	False	False	0.9976838231086731	0					non-mobilizable	no_good_hit	536.0	93.65700000000001	35.0	0.00017202328970265373	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
MON0066_000000016668	2024	0.9192354514490494	3	3	3	3	3	False	62076	fragment	False	MON0104_000000020797	0.9392201044808578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	75.368	51.0	0.00020553053302875665	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0096_000000032577	1318	0.9192294554432427	2	2	2	2	2	False	31275	fragment	False	SPA0096_000000032577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	77.344	9.0	5.0522109330659464e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
AST0099_000000007496	2820	0.9192290721951891	4	3	2	3	1	True	108864	maximal	True	AST0099_000000007496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	71.252	25.0	0.0003766887951632528	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
FIJ0033_000000027360	1409	0.919225132136142	4	1	1	1	1	False	48245	fragment	False	FIJ0033_000000027360	1.0		0	0	False	False	0.9943222403526306	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000027679	1161	0.919225132136142	2	1	1	1	1	False	40034	fragment	False	FIJ0144_000000027679	1.0		0	0	False	False	0.9879414439201355	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	9.28954221776609e-05	LN594739.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002509	True	False
ISR0126_000000008621	5617	0.9192171921742056	7	5	3	4	4	False	71127	maximal	True	ISR0126_000000008621	1.0	PS334	1	1	False	True	0.9921666383743286	0					non-mobilizable	no_good_hit								True	True
AST0142_000000000663	10891	0.919212898168542	11	5	2	2	5	True	105269	maximal	True	AST0142_000000000663	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0001_000000023828	1859	0.9192111852079959	3	3	3	2	2	False	97300	fragment	False	MON0013_000000027501	0.9516036240689129		0	0	False	False	0.9994620680809021	0					non-mobilizable	no_good_hit	1048.0	76.336	86.0	0.0003074212011047024	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
DEN0007_000000016515	1549	0.9192079375739136	3	3	3	3	2	False	76274	maximal	True	DEN0007_000000016515	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1553.0	76.69	99.0	0.009881308127714778	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	False
TAN0017_000000020325	1837	0.9192077611830771	3	2	2	1	1	False	7897	maximal	True	TAN0017_000000020325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	91.72	9.0	0.0007393049585562701	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
MON0087_000000043184	1200	0.919206132434512	2	2	2	2	2	False	17313	fragment	False	MON0087_000000043184	0.968592379806726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	77.57600000000001	14.0	3.0880005825265294e-05	CP050009.1	enterobacteria	Citrobacter sp. Y3 chromosome, complete genome	True	False
ENG0019_000000001549	13394	0.9192052185202236	17	8	4	5	5	True	95116	maximal	True	ENG0019_000000001549	1.0		1	1	False	False	0.9965656399726868	0					non-mobilizable	no_good_hit	4941.0	89.49600000000001	75.0	0.002186197636014828	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
SPA0075_000000006376	2783	0.919189970362975	6	2	1	2	2	False	5791	maximal	True	SPA0075_000000006376	1.0		2	1	False	False	0.9935321807861328	0					non-mobilizable	no_good_hit	515.0	95.53399999999999	19.0	0.007139186354987013	NZ_NGOA01000057.1	firmicutes	Lactobacillus taiwanensis strain 601c 601c_58, whole genome shotgun sequence	True	False
FIJ0022_000000006124	3942	0.9191649860596236	6	6	4	4	4	False	101913	fragment	False	ENG0049_000000005390	0.9192512472736188		0	0	False	False	1.0	0					non-mobilizable	chromosome	3942.0	100.0	100.0	0.0007198777029891638	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
SPA0088_000000002686	6095	0.9191557565037258	10	7	5	4	6	False	90161	maximal	True	SPA0088_000000002686	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2770.0	100.0	45.0	0.0006070813440767803	CP047571.1	enterobacteria	Escherichia coli strain 2EC1 chromosome, complete genome	True	False
MON0046_000000004660	5858	0.9191366264836428	7	6	3	4	6	False	130173	backbone	False	ISR0041_000000001951	0.9952083983992893	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	72	rep_cluster_475				non-mobilizable	other	3835.0	99.97399999999999	100.0	0.6647018030513177	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0159_000000010850	2397	0.9191296965525746	5	4	3	4	4	False	125221	fragment	False	ISR0159_000000010850	1.0		0	0	False	False	0.9983312487602234	0					non-mobilizable	no_good_hit	909.0	83.27799999999999	38.0	0.02027891935592535	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
TAN0017_000000016738	2177	0.9191237850387888	4	2	1	2	1	False	40743	maximal	True	TAN0017_000000016738	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.81687322816273e-06	NZ_CP007201.1	e-proteobacteria	Sulfurospirillum multivorans DSM 12446 chromosome, complete genome	True	False
TAN0021_000000001124	8621	0.9191138415162701	8	7	6	6	7	False	98397	fragment	False	TAN0021_000000001124	0.9740082568348823		0	0	False	False	0.9980280995368958	0					non-mobilizable	no_good_hit	1438.0	79.624	18.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0092_000000018997	1603	0.9191055629322628	3	2	2	2	2	False	78360	fragment	False	ENG0211_000000015024	0.9947807755015547		0	0	False	False	0.9943855404853821	0					non-mobilizable	no_good_hit	384.0	95.573	68.0	0.00010894082777962665	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0224_000000001193	14644	0.9191044978816076	12	7	5	6	4	True	122764	fragment	False	AUS0014_000000001723	0.932390555020655		0	0	False	False	0.9987025260925293	0					non-mobilizable	no_good_hit	4287.0	91.742	56.0	0.017552137397376617	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0230_000000000408	25274	0.9191042248729347	21	13	7	12	5	True	120597	fragment	False	SPA0019_000000000517	0.9226451450260295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	95.93	3.0	0.7905092592592593	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
SPA0038_000000011912	2339	0.9191011730975768	3	3	1	2	2	False	111808	fragment	False	SPA0038_000000011912	1.0		0	0	False	False	0.9987174272537231	0					non-mobilizable	no_good_hit	80.0	92.5	3.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0131_000000006012	4308	0.9190809613833848	6	6	5	5	3	False	31698	maximal	True	ISR0131_000000006012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	100.0	7.0	0.0055486942669458915	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
ETH0003_000000021261	1906	0.9190727756920906	3	3	3	1	1	False	53116	fragment	False	ETH0003_000000021261	1.0		0	0	False	False	0.9989506602287292	0					non-mobilizable	other	1906.0	98.26899999999999	100.0	0.01339511728638128	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0303_000000000810	11456	0.9190721829176122	11	5	4	5	5	True	25523	maximal	True	ISR0303_000000000810	1.0		1	1	False	False	0.9999127388000488	0					non-mobilizable	no_good_hit	1467.0	75.596	13.0	0.0003013689006831513	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
SPA0094_000000007949	1548	0.9190635645772396	3	3	3	3	2	False	87109	fragment	False	FIJ0123_000000020607	0.9648035191204486		0	0	False	False	0.9909560680389404	0					non-mobilizable	chromosome	1529.0	100.0	99.0	0.00030251531186794493	CP019273.1	enterobacteria	Escherichia coli strain 13P477T chromosome, complete genome	False	False
AST0024_000000007234	4356	0.9190584378021172	3	3	2	3	1	False	121676	fragment	False	FIJ0082_000000006384	0.9650568841420943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	87.5	4.0	0.07108626198083066	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0082_000000006384	4307	0.9190584378021172	3	3	2	3	1	False	121676	fragment	False	FIJ0082_000000006384	0.9701561065197429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	89.63	3.0	0.14777777777777779	GQ877857.1		Uncultured organism clone VC1BS85TR genomic sequence	True	False
TAN0007_000000022733	1784	0.9190456813081992	3	2	2	2	2	False	11243	maximal	True	TAN0007_000000022733	1.0		39	7	False	False	0.9988788962364197	0					non-mobilizable	no_good_hit	474.0	71.308	26.0	7.743290925518108e-05	NZ_QXCY01000001.1	high GC Gram+	Promicromonospora thailandica strain SAI-039 Ga0222404_11, whole genome shotgun sequence	True	False
SPA0062_000000015344	2130	0.9190429924611848	3	3	3	3	2	False	115316	fragment	False	SPA0137_000000016765	0.9574175089074122		0	0	False	False	0.9981220364570618	0					non-mobilizable	other	2130.0	100.0	100.0	0.000741816499197556	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0001_000000008757	2932	0.9190362262421145	3	3	2	3	2	False	68074	maximal	True	ENG0001_000000008757	1.0		2	2	False	False	0.9989768266677856	0					non-mobilizable	no_good_hit	1089.0	73.829	37.0	0.0015730228058904558	NZ_LN908975.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0294_000000007520	2545	0.9190344624920592	6	3	2	3	1	True	114722	maximal	True	ISR0294_000000007520	1.0		0	0	False	False	0.9760314226150513	0					non-mobilizable	no_good_hit	1790.0	99.162	70.0	0.0007396449704142012	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	True	True
DEN0045_000000011987	3090	0.919034205562752	7	3	3	3	1	False	72949	maximal	True	DEN0045_000000011987	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	74.913	19.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
ENG0158_000000010283	1824	0.9190339657896872	3	2	1	1	2	False	56572	fragment	False	ENG0158_000000010283	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1765.0	95.46700000000001	97.0	0.0005541173789554541	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0023_000000010188	2570	0.9190332688878732	2	2	2	2	2	False	7629	maximal	True	SPA0023_000000010188	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1717.0	94.351	67.0	0.00752589910989658	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	True	False
CAN0006_000000005408	8196	0.9190307346309966	9	8	8	8	8	False	95767	fragment	False	CAN0006_000000005408	1.0		0	0	False	False	0.9996339678764343	0					non-mobilizable	chromosome	8196.0	99.646	100.0	0.0020560085431997653	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
USA0005_01_000000005459	6597	0.91903030362101	4	4	4	3	3	False	2192	fragment	False	USA0005_01_000000005459	1.0		0	0	False	False	0.9995452761650085	0					non-mobilizable	no_good_hit	172.0	74.419	3.0	3.550506701953459e-05	NZ_CP025025.1	firmicutes	Mesobacillus jeotgali strain DSM 18226 chromosome	True	False
CHI0157_000000002497	3806	0.9190267022227692	7	5	3	4	4	True	104881	fragment	False	ISR0347_000000004736	0.9056474791703669		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	97.45100000000001	66.0	0.1263412666397741	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0074_000000004478	3433	0.9190223762924696	5	5	5	4	3	False	116631	fragment	False	SPA0101_000000007479	0.3116799898352223		0	0	False	False	0.9997087121009827	0					non-mobilizable	chromosome	3433.0	99.709	100.0	0.0006716253176130217	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
AST0059_000000001572	8057	0.9190182136589972	11	6	3	5	3	False	112912	maximal	True	AST0059_000000001572	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1147.0	86.13799999999999	14.0	0.02709802622236948	CP035500.1	firmicutes	Clostridioides difficile strain TW11-RT078 plasmid p1, complete sequence	True	False
MON0060_000000011976	3152	0.919004326558992	4	3	3	3	3	False	10903	maximal	True	MON0060_000000011976	1.0		2	1	False	False	0.9961928725242615	0					non-mobilizable	no_good_hit	432.0	89.352	14.0	0.00013408337061328053	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
BAN0016_000000000063	10729	0.918998789467126	10	10	1	7	10	True	98696	fragment	False	BAN0016_000000000063	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	10730.0	99.264	100.0	0.10495210324954256	LC019731.1	enterobacteria	Escherichia coli plasmid pCMY2 DNA, complete sequence, strain: TVGHEC01	False	True
MON0059_000000026430	1480	0.918993907519827	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.597991893150438		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	94.34	93.0	0.1586405529953917	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
SPA0027_000000002540	10723	0.9189938879625852	14	9	5	6	5	False	91812	fragment	False	SPA0027_000000002540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	80.275	2.0	0.00010970893297296854	CP035438.1	firmicutes	Streptococcus pyogenes strain emm22.8 chromosome, complete genome	True	False
ISR0092_000000008308	2993	0.91898573912719	5	1	1	1	1	True	56623	fragment	False	ISR0092_000000008308	1.0		0	0	False	False	0.9903107285499573	0					non-mobilizable	no_good_hit	1947.0	90.704	85.0	0.083709425446971	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
FIJ0079_000000026147	1112	0.91898573912719	3	1	1	1	1	True	44349	fragment	False	FIJ0079_000000026147	1.0		0	0	False	False	0.9847122430801392	0					non-mobilizable	plasmid	1116.0	90.95	100.0	0.04825551119597292	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
FIJ0058_000000017525	2273	0.9189734194358434	4	4	3	3	2	False	123112	fragment	False	FIJ0129_000000007248	0.4768613888357611		0	0	False	False	1.0	0					non-mobilizable	other	2276.0	93.805	100.0	0.014737977084361765	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0174_000000001178	20359	0.9189707179028168	21	16	9	12	13	False	76992	fragment	False	ISR0174_000000001178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1368.0	72.661	7.0	0.021322841141660453	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	True	False
ENG0155_000000001868	12284	0.9189588637315016	20	9	6	7	9	True	125389	fragment	False	ENG0155_000000001868	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12286.0	98.917	100.0	0.003506015939757262	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
AUS0004_000000011262	1823	0.9189453217885412	3	3	3	3	2	False	102414	fragment	False	AUS0004_000000011262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	74.138	35.0	0.00011777338882780013	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
MON0014_000000007514	2180	0.9189442218551104	2	2	2	2	2	False	46464	fragment	False	MON0014_000000007514	1.0		0	0	False	False	0.9357798099517822	0					non-mobilizable	chromosome	1043.0	93.384	96.0	0.0004203406130518584	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0054_000000010913	2294	0.9189204515316766	3	3	3	3	3	False	46336	fragment	False	FIJ0054_000000010913	1.0		0	0	False	False	0.9782040119171143	0					non-mobilizable	no_good_hit	110.0	76.36399999999999	5.0	8.887961134332155e-05	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
ISR0056_000000008254	2569	0.9189191388330096	3	3	3	3	3	True	52983	fragment	False	ISR0007_000000005210	0.9706871967268798		0	0	False	False	0.9996107220649719	0					non-mobilizable	other	2569.0	99.26	100.0	0.0012700460045480307	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	True
ENG0017_000000007490	2863	0.918918292272268	4	2	2	2	1	True	98770	fragment	False	ENG0017_000000007490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0032334286780251213	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
SPA0117_000000007167	5153	0.9189151474135371	7	5	2	3	5	False	4327	fragment	False	SPA0117_000000007167	1.0		0	0	False	False	0.995342493057251	0					non-mobilizable	plasmid	5173.0	97.796	100.0	0.11367782491153262	AP022652.1	enterobacteria	Escherichia coli 09-02E plasmid p2-09-02E DNA, complete genome	False	True
ETH0003_000000010817	3292	0.9189150226452478	4	3	3	3	3	False	53228	fragment	False	ETH0003_000000010817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	96.566	15.0	0.00014768527251968712	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
USA0003_01_000000005829	6614	0.9189089504099957	5	3	3	3	1	False	2252	maximal	True	USA0003_01_000000005829	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	93.40700000000001	1.0	0.0012614759268343963	NZ_AQWS01000015.1	CFB group bacteria	Bacteroides propionicifaciens DSM 19291 = JCM 14649 strain DSM 19291 B091DRAFT_scaffold_14.15_C, whole genome shotgun sequence	True	False
USA0009_01_000000001936	12351	0.9189060153836099	16	12	8	10	8	True	30263	maximal	False	ISR0213_000000001493	0.9370798418483033		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	86.0	80.233	1.0	2.9036928058936667e-05	CP017459.1	firmicutes	Staphylococcus nepalensis strain JS9 chromosome, complete genome	True	True
CHI0167_000000017207	1326	0.9188978767514218	2	2	2	2	1	False	78122	fragment	False	CHI0167_000000017207	1.0		0	0	False	False	0.999245822429657	0					non-mobilizable	no_good_hit	484.0	78.512	36.0	0.0001692740656903779	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0153_000000003116	5277	0.9188834267746959	6	4	2	4	2	False	79287	maximal	True	CHI0153_000000003116	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000022438	1371	0.918883317054034	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.09328341577154588	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1378.0	74.093	99.0	0.16575258988421693	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MON0068_000000035215	1200	0.9188725173456253	2	2	2	2	2	False	13774	fragment	False	MON0009_000000032905	0.9872637633525061		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	74.718	36.0	0.00011333417304050869	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
USA0034_01_000000007682	7428	0.9188724197429547	15	3	1	3	1	True	51498	maximal	True	USA0034_01_000000007682	1.0	PS204	2	1	False	True	0.9994614720344543	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.182181439276863e-05	NZ_JMCB01000004.1	d-proteobacteria	Hyalangium minutum strain DSM 14724 contig_4, whole genome shotgun sequence	True	True
USA0069_01_000000008643	7009	0.9188724197429547	15	3	1	3	1	True	51498	maximal	False	USA0034_01_000000007682	0.9717959073774906	PS204	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.182181439276863e-05	NZ_JMCB01000004.1	d-proteobacteria	Hyalangium minutum strain DSM 14724 contig_4, whole genome shotgun sequence	True	True
FIJ0061_000000008663	2829	0.9188717537203654	4	3	1	3	0	True	45825	maximal	True	FIJ0061_000000008663	1.0		0	0	False	False	0.9982326030731201	0					non-mobilizable	no_good_hit								True	True
ISR0381_000000009088	1882	0.9188717257042168	4	3	2	2	2	False	94722	fragment	False	ENG0073_000000012450	0.9443055785420472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0353_000000004707	6699	0.9188543643817204	6	4	3	3	4	False	68654	fragment	False	ISR0353_000000004707	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	6723.0	94.006	100.0	0.03605854667255436	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0047_000000008460	2232	0.918849836501382	2	1	1	1	1	False	104694	fragment	False	ENG0047_000000008460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0080_000000026765	2003	0.918849836501382	2	1	1	1	1	False	104693	fragment	False	MON0080_000000026765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0009_000000001346	11630	0.9188471119889658	16	14	5	6	12	True	116375	fragment	False	CAN0009_000000001346	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	11630.0	99.98299999999999	100.0	0.35200992856278	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0052_000000021087	1388	0.9188464643746184	3	2	1	2	2	False	11208	fragment	False	MON0052_000000021087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0002_000000022711	1648	0.9188446722235718	3	2	2	2	1	True	131617	fragment	False	ENG0006_000000010997	0.13322749272454887		0	0	False	False	0.9993932247161865	0					non-mobilizable	other	1648.0	99.515	100.0	0.03800009228923446	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0041_000000001436	7547	0.9188385141353124	12	4	2	3	2	False	50247	fragment	False	ISR0041_000000001436	1.0		0	0	False	False	0.9997349977493286	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000003091	6533	0.9188234443242292	8	5	3	4	4	False	59489	maximal	True	ENG0116_000000003091	1.0		1	1	False	False	0.9989284873008728	0					non-mobilizable	no_good_hit	1913.0	100.0	29.0	0.0005169776599136009	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0233_000000001394	5751	0.9188209443082942	7	5	2	2	3	False	125164	maximal	False	ENG0191_000000004413	0.872941078548905		0	0	True	True	1.0	10	rep_cluster_233	MOBQ			mobilizable	plasmid	2419.0	94.006	92.0	0.41622180127432407	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ISR0132_000000004234	5751	0.9188209443082942	8	5	2	2	3	False	125164	maximal	False	ENG0191_000000004413	0.8724075852531449		0	0	True	True	1.0	6	rep_cluster_233	MOBQ			mobilizable	plasmid	2419.0	93.84	92.0	0.41622180127432407	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ISR0203_000000003271	5509	0.9188143533052402	6	6	2	2	6	False	97199	maximal	False	ISR0398_000000004015	0.9835917778579156		0	0	True	True	1.0	9	rep_cluster_870	MOBV			mobilizable	plasmid	2553.0	97.885	91.0	0.4722325064790818	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	False	True
AST0003_000000014940	2256	0.9188106855374664	7	3	1	2	0	True	130198	maximal	True	AST0003_000000014940	1.0		1	1	False	False	0.9853723645210266	0					non-mobilizable	no_good_hit								True	True
FIJ0158_000000002719	6364	0.9188068964427876	8	8	7	7	6	False	127577	fragment	False	ISR0001_000000004362	0.6316083982056663		0	0	False	False	0.9998428821563721	0					non-mobilizable	chromosome	5837.0	97.756	92.0	0.002530406282830569	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0109_000000004441	5641	0.918803131817432	9	8	8	6	8	False	125787	maximal	True	SPA0109_000000004441	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	1706.0	73.505	30.0	0.0005827952701562811	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CAN0010_000000002110	6434	0.9187934530892624	6	2	2	2	2	False	94642	maximal	True	CAN0010_000000002110	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	88.603	45.0	0.008716138525493097	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0125_000000005821	3424	0.9187906280607192	3	3	3	3	3	False	48688	fragment	False	FIJ0125_000000005821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.778	28.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0095_000000022459	1546	0.9187872058305804	3	1	1	1	1	False	33391	fragment	False	ISR0095_000000022459	1.0		0	0	False	False	0.9948253631591797	0					non-mobilizable	no_good_hit								True	False
ISR0832_000000006623	2031	0.9187730380760748	2	2	2	2	2	False	21006	maximal	True	ISR0832_000000006623	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0027_000000012723	1790	0.9187722040482768	4	2	1	1	2	False	105362	fragment	False	ENG0027_000000012723	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1815.0	84.29799999999999	100.0	0.012689812504455692	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ISR0005_000000012552	1253	0.9187711563509008	2	2	2	2	2	False	99464	fragment	False	DEN0021_000000029700	0.9633815650661421		0	0	False	False	0.9952114820480347	0					non-mobilizable	other	1126.0	87.211	90.0	0.004307831584115878	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0108_000000007826	2697	0.9187677948255996	6	3	1	2	3	True	107870	maximal	True	ENG0108_000000007826	1.0	PS664	1	1	False	True	0.998516857624054	0					non-mobilizable	no_good_hit	481.0	88.773	40.0	0.14226437462951985	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
DEN0078_000000017095	1910	0.9187652083939748	2	2	2	2	1	True	69763	maximal	True	DEN0078_000000017095	1.0		3	3	False	False	0.999476432800293	0					non-mobilizable	no_good_hit	1317.0	73.197	68.0	0.0003574485854473327	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
USA0027_01_000000010421	2621	0.9187498663564642	3	3	2	3	1	False	103182	fragment	False	USA0027_01_000000010421	1.0		0	0	False	False	0.9996184706687927	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	6.896830149577107e-05	NZ_JNJA01000002.1	d-proteobacteria	Desulfovibrio alcoholivorans DSM 5433 Q368DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0102_000000011051	2861	0.9187434297859914	4	3	3	3	3	True	84217	fragment	False	DEN0069_000000009152	0.9397191317987046		0	0	False	False	0.9996504783630371	0					non-mobilizable	other	2861.0	98.56700000000001	100.0	0.0007942194156100216	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
FIJ0064_000000002431	10208	0.9187301649551748	10	8	8	8	7	False	87375	maximal	True	FIJ0064_000000002431	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2053.0	75.11	21.0	0.00042873287470883653	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0020_000000002818	6309	0.9187292109756251	8	6	3	4	5	True	128136	backbone	False	FIJ0115_000000003870	0.9894827747514979	PS1031	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	2894.0	82.412	67.0	0.46822138282148135	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0273_000000003773	2769	0.9187099832911996	6	5	4	3	3	True	123556	backbone	False	ISR0826_000000002301	0.09031736817744918	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	1742.0	97.417	92.0	0.01771126868025107	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0119_01_000000009195	2625	0.9187011777517818	4	4	2	3	3	False	101913	fragment	False	ENG0049_000000005390	0.32081181141978593		0	0	False	False	1.0	0					non-mobilizable	chromosome	2625.0	93.56200000000001	100.0	0.00047930958960760365	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
CHI0035_000000001521	6299	0.9186930606042474	8	5	4	5	4	False	88130	maximal	True	CHI0035_000000001521	1.0		1	1	False	False	0.9998412728309631	0					non-mobilizable	no_good_hit	1128.0	82.00399999999999	23.0	0.023453798335264987	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ISR0819_000000004359	5267	0.9186870797189578	7	4	0	1	4	False	132470	backbone	False	CAN0001_000000008257	0.9341307967368209	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9988608360290527	0	rep_cluster_870	MOBV			mobilizable	plasmid	5005.0	99.74	100.0	0.8943699731903485	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0386_000000006741	5264	0.9186870797189578	7	4	0	1	4	False	132470	backbone	False	CAN0001_000000008257	0.9337269634007747	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5016.0	99.801	100.0	0.8963360142984808	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0017_000000002060	5258	0.9186870797189578	8	4	0	1	4	False	132470	backbone	False	CAN0001_000000008257	0.9330501175914934	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5030.0	99.821	100.0	0.8988382484361037	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0035_000000002973	5252	0.9186870797189578	6	4	0	1	4	False	132470	backbone	False	CAN0001_000000008257	0.9319249007818499	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5017.0	99.76100000000001	100.0	0.896514745308311	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0036_000000004029	5252	0.9186870797189578	6	4	0	1	4	False	132470	backbone	False	CAN0001_000000008257	0.9319249007818499	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9994288086891174	0	rep_cluster_870	MOBV			mobilizable	plasmid	5017.0	99.76100000000001	100.0	0.896514745308311	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0009_000000013210	2470	0.9186753231468172	2	1	1	1	1	False	38372	maximal	True	ISR0009_000000013210	1.0		2	1	False	False	0.9927125573158264	0					non-mobilizable	no_good_hit	1038.0	96.435	42.0	0.010177742445209984	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	True	False
ENG0053_000000008361	3082	0.9186639002841196	4	3	3	3	2	True	89288	fragment	False	ENG0053_000000008361	0.9708234868398806		0	0	False	False	0.9996755123138428	0					non-mobilizable	plasmid	3082.0	100.0	100.0	0.03588859509138138	AP019691.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-4 DNA, complete genome	False	True
FIJ0146_000000006045	2901	0.9186639002841196	4	3	3	3	2	True	89288	fragment	False	ENG0053_000000008361	0.9536068541185212		0	0	False	False	0.9996553063392639	0					non-mobilizable	plasmid	2901.0	99.311	100.0	0.021024767015991586	CP056434.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00510 plasmid pRHBSTW-00510_3, complete sequence	False	True
FIJ0067_000000011574	2593	0.9186639002841196	3	3	3	3	2	True	89278	fragment	False	FIJ0067_000000011574	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2593.0	99.306	100.0	0.12639586482664456	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
FIJ0141_000000004409	6676	0.9186602508387932	6	5	4	4	4	True	123500	maximal	True	FIJ0141_000000004409	1.0		17	5	False	False	0.9994008541107178	0					non-mobilizable	no_good_hit	4661.0	99.785	87.0	0.0009119388053836484	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
USA0005_01_000000006113	5908	0.9186602508387932	5	5	4	4	4	True	123497	fragment	False	USA0005_01_000000006113	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4661.0	99.721	98.0	0.0009119388053836484	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
USA0063_01_000000018329	1167	0.9186595661764194	2	2	1	2	1	True	861	maximal	True	USA0063_01_000000018329	1.0		0	0	False	False	0.9957154989242554	0					non-mobilizable	no_good_hit	770.0	92.46799999999999	66.0	0.28582061778935614	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
SPA0076_000000010235	1612	0.9186592920634504	3	2	2	2	2	False	74354	maximal	True	SPA0076_000000010235	1.0		0	0	False	False	0.9993796348571777	0					non-mobilizable	no_good_hit	1081.0	83.071	66.0	0.024938580633198905	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MAD0099_000000021533	1464	0.918658012657008	1	1	1	1	1	False	15205	maximal	True	MAD0099_000000021533	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0167_000000018285	1181	0.9186561361234236	2	2	2	2	2	False	38940	maximal	True	FIJ0167_000000018285	1.0		0	0	False	False	0.9390347003936768	0					non-mobilizable	no_good_hit	607.0	99.34100000000001	51.0	0.0001813458555738863	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0185_000000013706	2382	0.9186559038670024	4	4	4	3	3	False	46373	maximal	True	ISR0185_000000013706	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2253.0	99.867	100.0	0.00042302965945548377	CP052158.1	enterobacteria	Klebsiella pneumoniae strain F16KP0084 chromosome, complete genome	False	False
DEN0067_000000003538	7530	0.9186533123526924	8	4	3	4	1	True	122819	maximal	True	DEN0067_000000003538	1.0		6	3	False	False	0.9992032051086426	0					non-mobilizable	no_good_hit	3077.0	95.93799999999999	41.0	0.03336593848494729	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0173_000000011709	1494	0.9186521547913404	2	2	2	2	1	True	77879	fragment	False	CHI0173_000000011709	1.0		0	0	False	False	0.9872824549674988	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.5572296229332387e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
CHI0164_000000011851	1819	0.9186486866530972	3	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.8158042133748309		0	0	False	False	1.0	0					non-mobilizable	chromosome	1819.0	98.955	100.0	0.00025665179442261894	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
FIJ0154_000000027558	1456	0.9186439981918508	2	2	2	2	1	False	39567	maximal	True	FIJ0154_000000027558	1.0		1	1	False	False	0.9725274443626404	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000011722	1929	0.9186390477430808	3	3	2	2	1	False	67859	maximal	True	ENG0003_000000011722	1.0		0	0	False	False	0.9616381525993347	0					non-mobilizable	no_good_hit	71.0	95.775	4.0	0.001017027953739757	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
USA0081_01_000000020707	1470	0.9186384946927172	3	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.45670282030464526		0	0	False	False	1.0	0					non-mobilizable	chromosome	1470.0	99.04799999999999	100.0	0.00020735543985272677	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0037_000000012143	2793	0.9186364851256188	3	2	2	2	1	False	120923	fragment	False	ENG0037_000000012143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	95.381	46.0	0.0003749853922642568	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MAD0045_000000002675	9465	0.9186343675016012	9	5	4	5	3	True	97613	fragment	False	FIJ0066_000000002716	0.8376106241695882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	82.18299999999999	12.0	0.07092814185628371	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MAD0001_000000002462	9351	0.9186343675016012	9	5	4	5	3	True	97613	fragment	False	FIJ0066_000000002716	0.8331602993685618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	82.31700000000001	12.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MAD0069_000000000555	9318	0.9186343675016012	9	5	4	5	3	True	97613	fragment	False	FIJ0066_000000002716	0.7226917038993443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	81.3	13.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ENG0160_000000002507	8558	0.9186332309909224	8	6	1	4	3	False	101866	fragment	False	ENG0178_000000001824	0.9779271708683474		0	0	False	False	0.9997662901878357	0					non-mobilizable	chromosome	6787.0	99.867	100.0	0.0012386344429448763	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0148_000000009656	3026	0.9186297203384876	7	2	1	1	2	False	77662	fragment	False	ISR0148_000000009656	1.0		0	0	False	False	0.9980171918869019	0					non-mobilizable	no_good_hit	1213.0	96.125	76.0	0.0002687580932834909	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0362_000000009727	2211	0.9186297203384876	4	2	1	1	2	False	23736	fragment	False	ISR0362_000000009727	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	939.0	91.8	100.0	0.00020812093669969503	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0162_000000019240	1674	0.9186297203384876	3	2	1	1	2	False	78553	fragment	False	CHI0162_000000019240	1.0		0	0	False	False	0.980286717414856	0					non-mobilizable	chromosome	1096.0	95.712	100.0	0.00024277074046186411	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0071_000000007416	1491	0.9186297203384876	3	2	1	1	2	False	84879	fragment	False	CHI0071_000000007416	1.0		0	0	False	False	0.989268958568573	0					non-mobilizable	chromosome	691.0	93.92200000000001	96.0	0.00015303663328291342	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AST0002_000000010397	3420	0.9186268139457116	5	4	2	4	3	False	132109	maximal	True	AST0002_000000010397	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	75.243	33.0	0.0003216449941926796	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
AST0087_000000000418	25526	0.9186219417067004	30	12	4	7	8	False	111096	fragment	False	AST0087_000000000418	0.9979508196721312		0	0	False	False	0.9999216198921204	0					non-mobilizable	no_good_hit	1333.0	73.893	13.0	0.0021716211616845007	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0104_000000000907	25376	0.9186219417067004	31	12	4	7	8	False	111096	fragment	False	AST0087_000000000418	0.9953380866567421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	73.893	13.0	0.0021716211616845007	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0271_000000003418	4228	0.9186211801782648	6	3	0	2	1	True	100050	maximal	True	ISR0271_000000003418	0.9439705341655912		5	4	True	True	1.0	48					non-mobilizable	no_good_hit								True	True
FIJ0014_000000005733	4104	0.9186211801782648	5	3	0	2	1	True	100050	maximal	False	ISR0271_000000003418	0.9227248709593052		0	0	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
AUS0018_000000006846	3966	0.9186211801782648	4	3	0	2	1	True	100050	maximal	False	ISR0271_000000003418	0.9294209075792432		0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
DEN0011_000000010294	3940	0.9186211801782648	5	3	0	2	1	True	100050	maximal	False	ISR0271_000000003418	0.8291730854790976		0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ENG0016_000000005787	3925	0.9186211801782648	4	3	0	2	1	True	100050	maximal	False	ISR0271_000000003418	0.933562580659723		0	0	True	True	0.9979617595672607	8					non-mobilizable	no_good_hit								True	True
ENG0133_000000006275	3917	0.9186211801782648	4	3	0	2	1	True	100050	maximal	False	ISR0271_000000003418	0.8244837056861236		0	0	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ENG0022_000000004992	3863	0.9186211801782648	4	3	0	2	1	True	100050	maximal	False	ISR0271_000000003418	0.9300204546078151		0	0	True	True	1.0	471					non-mobilizable	no_good_hit								True	True
SPA0041_000000009397	3643	0.9186211801782648	4	3	0	2	1	True	100050	maximal	False	ISR0271_000000003418	0.6628626609815133		0	0	True	True	1.0	57					non-mobilizable	no_good_hit								True	True
MON0107_000000001564	18508	0.918615669621234	26	22	13	20	17	False	105161	maximal	True	MON0107_000000001564	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	74.765	4.0	0.003263280975605419	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0017_000000003131	8488	0.9186153106133196	6	3	3	3	2	False	50174	maximal	True	FIJ0017_000000003131	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	91.667	1.0	0.13380281690140844	EU062794.1	bacteria	Uncultured bacterium clone LM0ACA18ZH10FM1 genomic sequence	True	False
FIJ0064_000000020010	1295	0.9186149360248028	2	2	1	2	2	False	81885	fragment	False	FIJ0064_000000020010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	91.304	7.0	4.244026881946096e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0382_000000011733	1263	0.9186149360248028	2	2	1	2	2	False	23114	fragment	False	ISR0382_000000011733	1.0		0	0	False	False	0.9770388007164001	0					non-mobilizable	no_good_hit								True	False
ISR0172_000000013200	1249	0.9186149360248028	3	2	1	2	2	False	81884	fragment	False	ISR0293_000000026068	0.9675449094935086		0	0	False	False	0.9967974424362183	0					non-mobilizable	no_good_hit	656.0	76.067	51.0	0.00029474999883405856	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0011_000000017657	2676	0.9186093319220118	4	3	3	3	2	False	43905	fragment	False	MON0011_000000017657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0110_000000001181	4982	0.9186083250947324	10	6	3	5	1	True	85886	maximal	True	CHI0110_000000001181	1.0		1	1	False	False	0.997992753982544	0					non-mobilizable	no_good_hit	1073.0	94.40799999999999	65.0	0.0009342341023334937	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	True
SPA0001_000000006314	5227	0.9185980815991014	6	4	0	1	4	False	113953	backbone	False	SPA0033_000000005007	0.9403050379764256	PS734	0	0	False	True	1.0	0					non-mobilizable	plasmid	1930.0	99.845	100.0	0.27831481748665415	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
FIJ0047_000000007073	4199	0.918596633170358	6	3	3	3	2	False	46903	maximal	True	FIJ0047_000000007073	1.0		1	1	False	False	0.9933317303657532	0					non-mobilizable	no_good_hit	1420.0	96.338	69.0	0.0003909930423642892	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
CHI0058_000000011737	1800	0.9185942950548532	3	3	3	3	1	False	85874	maximal	True	CHI0058_000000011737	1.0		1	1	False	False	0.9944444298744202	0					non-mobilizable	no_good_hit	697.0	80.631	38.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0044_000000001629	12132	0.9185716425109036	15	14	3	4	14	False	80373	fragment	False	MAD0044_000000001629	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	12134.0	99.662	100.0	0.21732353994983877	CP022458.1	enterobacteria	Shigella sonnei strain 2015C-3566 plasmid unnamed1, complete sequence	False	True
ENG0144_000000003266	6218	0.9185711287981304	8	5	4	5	3	False	57575	maximal	True	ENG0144_000000003266	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1436.0	75.0	23.0	0.00029492584142716674	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
MON0043_000000002822	6696	0.9185709465283411	10	9	6	8	6	False	12250	maximal	True	MON0043_000000002822	1.0		3	1	False	False	0.9992532730102539	0					non-mobilizable	no_good_hit	425.0	80.235	6.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ISR0223_000000006938	3870	0.9185696682220318	6	5	4	4	4	False	130259	fragment	False	ISR0223_000000006938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1996.0	92.936	52.0	0.008972171292682483	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0102_000000037555	1165	0.9185473498410968	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.027976743612416408	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1165.0	98.712	100.0	0.005432829411956892	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0385_000000001171	13180	0.91854548499057	18	9	6	6	6	True	27498	fragment	False	ISR0385_000000001171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	97.366	7.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
ISR0140_000000012913	1815	0.9185421085245372	2	2	2	2	1	False	31238	maximal	True	ISR0140_000000012913	1.0		3	3	False	False	0.9768595099449158	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	0.0006327111673521037	NZ_JAAIPV010000019.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_19_length_69542_cov_109.211, whole genome shotgun sequence	True	False
ISR0236_000000006729	1666	0.918541165019626	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.7386482928893612		0	0	False	False	0.9987995028495789	0					non-mobilizable	other	1639.0	79.439	96.0	0.0031829905999858884	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	False	False
MON0077_000000016551	2480	0.9185373365402522	6	5	3	2	3	False	124994	fragment	False	MON0077_000000016551	0.9514483884128927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	91.19200000000001	47.0	0.18439371863364093	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0139_000000006000	3123	0.9185347567780558	5	2	0	1	2	True	86927	backbone	True	ENG0139_000000006000	0.9924420557608331	PS444	1	1	True	True	1.0	304					non-mobilizable	other	3107.0	98.133	100.0	0.9882240611075748	LM997025.1	enterobacteria	Escherichia coli genome assembly FHI89, scaffold scaffold-7_contig-13.0_1_3142_[organism:Escherichia	False	True
CHI0073_000000003930	2199	0.9185347567780558	2	2	0	1	2	True	84799	fragment	False	CHI0073_000000003930	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2199.0	99.955	100.0	0.6995544239338001	LM997025.1	enterobacteria	Escherichia coli genome assembly FHI89, scaffold scaffold-7_contig-13.0_1_3142_[organism:Escherichia	False	True
SPA0128_000000013370	2771	0.9185289888748072	3	2	2	2	2	False	112030	fragment	False	SPA0128_000000013370	1.0		0	0	False	False	0.9927824139595032	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
FIJ0082_000000006184	4416	0.9185226197526372	5	4	1	2	3	False	44198	fragment	False	FIJ0082_000000006184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	90.97200000000001	3.0	3.9743058329095476e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0111_000000004462	5346	0.9185154616648548	4	3	2	3	1	True	82597	maximal	True	FIJ0111_000000004462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1839.0	87.874	34.0	0.24183093001719805	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
DEN0090_000000003522	5901	0.9185148285134204	6	6	6	5	5	False	125056	fragment	False	CHI0172_000000000825	0.03770737679828589		0	0	False	False	1.0	0					non-mobilizable	other	5901.0	99.441	100.0	0.021331829258592387	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0160_000000001962	10804	0.9185045661044848	11	11	7	10	9	False	56494	maximal	True	ENG0160_000000001962	1.0		1	1	False	False	0.9955571889877319	0		MOBT			mobilizable	no_good_hit	4319.0	94.929	72.0	0.001289912359463944	CP023410.1	firmicutes	Clostridium perfringens strain LLY_N11 chromosome, complete genome	True	True
ISR0839_000000019448	1131	0.9184996842479836	2	2	2	2	1	False	20809	fragment	False	ISR0839_000000019448	1.0		0	0	False	False	0.9973474740982056	0					non-mobilizable	no_good_hit	543.0	75.875	47.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0018_000000002989	8264	0.9184883029567876	8	3	3	3	1	False	72241	maximal	True	SPA0018_000000002989	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	91.859	13.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0043_000000002200	9387	0.918480987135216	11	6	3	4	4	False	38016	maximal	True	ISR0043_000000002200	1.0		6	3	False	False	0.9998934864997864	0					non-mobilizable	no_good_hit	3639.0	99.45	80.0	0.08216455496081487	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0295_000000002756	9316	0.9184802118870417	11	7	5	7	7	False	25741	maximal	True	ISR0295_000000002756	1.0		1	1	False	False	0.9990339279174805	0					non-mobilizable	no_good_hit	90.0	81.111	1.0	0.0010479933309515304	NZ_BALM01000017.1	g-proteobacteria	Shewanella marina JCM 15074, whole genome shotgun sequence	True	False
SPA0008_000000004177	6260	0.9184749397891184	5	3	1	3	1	True	118865	fragment	False	SPA0008_000000004177	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4912.0	98.616	98.0	0.0007889714293058465	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
MON0007_000000002724	11837	0.9184545209410352	24	10	2	8	4	True	14006	maximal	True	MON0007_000000002724	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2250.0	89.51100000000001	67.0	0.03983979016765321	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0316_000000004543	3910	0.9184514846386188	7	3	3	2	3	False	102625	fragment	False	ISR0316_000000004543	1.0		0	0	False	False	0.9984654784202576	0					non-mobilizable	no_good_hit	1957.0	95.60600000000001	50.0	0.08094882640789583	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
FIJ0077_000000024317	1241	0.9184400666813451	2	2	2	2	1	True	44482	maximal	True	FIJ0077_000000024317	1.0		1	1	False	False	0.9709911346435547	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	8.284754545317608e-05	NZ_VLKB01000001.1	cyanobacteria	Calothrix desertica PCC 7102 Cal7102DRAFT_CDB.10, whole genome shotgun sequence	True	True
CHI0145_000000000345	27757	0.9184328231077654	33	33	8	10	31	False	79789	maximal	True	CHI0145_000000000345	1.0		1	1	False	False	0.9993515014648438	0					non-mobilizable	plasmid	13522.0	99.09	97.0	0.1217941210914627	CP030268.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain SC-7 plasmid pSC7-IncFIB-110K, complete sequence	False	True
CHI0129_000000006101	3506	0.9184323627201456	4	4	4	4	3	False	81287	fragment	False	CHI0129_000000006101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	100.0	86.0	0.0012661838929120036	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ENG0189_000000002139	5396	0.9184159837008312	8	3	1	2	3	False	123186	maximal	False	USA0047_01_000000006275	0.7618776595004292	PS879|PS883|PS884	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1196.0	94.23100000000001	49.0	0.2037322376305427	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0084_000000011179	2484	0.9184063484497972	3	3	2	1	3	False	61531	maximal	True	ENG0084_000000011179	1.0		0	0	False	False	0.9927536249160767	0					non-mobilizable	no_good_hit	2004.0	90.26899999999999	81.0	0.0005643605070614163	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ETH0002_000000020584	1112	0.9184045776105688	1	1	1	1	1	False	53300	maximal	True	ETH0002_000000020584	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	82.927	47.0	0.00014693736354066988	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0073_000000032780	1619	0.9183984826060928	2	2	2	2	2	False	94745	fragment	False	DEN0073_000000032780	1.0		0	0	False	False	0.9901173710823059	0					non-mobilizable	no_good_hit	110.0	76.36399999999999	7.0	0.001730915443971723	NZ_LABY01000150.1	a-proteobacteria	Methylobacterium variabile strain DSM 16961 contig_150, whole genome shotgun sequence	True	False
MAD0059_000000005062	3749	0.9183948738758796	7	4	1	2	4	True	56337	maximal	True	MAD0059_000000005062	1.0		1	1	False	False	0.9997332692146301	0					non-mobilizable	no_good_hit	2640.0	91.705	71.0	0.0011929284941955948	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	True	True
AST0151_000000001726	9355	0.9183794484488224	11	4	1	2	3	False	130180	maximal	True	AST0151_000000001726	1.0	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS879|PS961|PS965|PS974|PS975	1	1	True	True	1.0	1401	rep_cluster_475				non-mobilizable	no_good_hit	1204.0	94.435	41.0	0.21368739975049011	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0170_000000001457	7359	0.9183785957140436	8	2	1	1	2	False	111901	maximal	True	ENG0170_000000001457	1.0	PS713	1	1	True	True	1.0	41					non-mobilizable	no_good_hit	785.0	69.809	10.0	0.001147183152030782	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	True
ISR0388_000000024231	1456	0.9183766494255332	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.4431402389904792		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	96.36	100.0	0.006603191315555394	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0078_01_000000003205	4422	0.91837192493412	6	4	2	2	3	True	102397	maximal	True	USA0078_01_000000003205	1.0	PS595	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1617.0	99.93799999999999	66.0	0.3187376725838264	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0034_000000002471	11439	0.9183716206718268	10	8	7	6	6	False	120417	maximal	True	SPA0034_000000002471	1.0		5	4	False	False	0.9999125599861145	0					non-mobilizable	other	11455.0	98.595	100.0	0.004944350129140893	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
MON0023_000000007137	2735	0.9183695276661812	3	3	3	3	3	True	52985	maximal	True	MON0023_000000007137	1.0		21	2	False	False	1.0	0					non-mobilizable	other	2735.0	99.086	100.0	0.0013521439939385967	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	True
ISR0198_000000021022	1574	0.918367687810016	2	2	1	2	1	True	109447	fragment	False	ISR0198_000000021022	1.0		0	0	False	False	0.9866582155227661	0	rep_cluster_667				non-mobilizable	plasmid	1555.0	100.0	99.0	0.028294672444557738	CP016701.1	firmicutes	Lactococcus lactis subsp. lactis strain 275 plasmid p275C, complete sequence	False	True
ISR0036_000000006533	1905	0.9183631867052424	2	2	1	2	2	False	36756	maximal	True	ISR0036_000000006533	1.0		1	1	False	False	0.98740154504776	0					non-mobilizable	other	978.0	100.0	90.0	0.00029586972525906774	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MAD0014_000000006453	4433	0.9183627697285632	8	6	3	4	4	True	128074	fragment	False	MAD0014_000000006453	0.9798863636363637		0	0	False	False	0.9990977048873901	0					non-mobilizable	no_good_hit	2638.0	84.98899999999999	79.0	0.43110527180160946	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0041_000000013771	2481	0.9183605781774514	3	3	3	3	3	False	91607	fragment	False	CAN0021_000000015761	0.9543911238498675		0	0	False	False	0.993954062461853	0					non-mobilizable	other	2482.0	98.993	100.0	0.016852558790365308	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
SPA0085_000000005773	2378	0.918357936759554	4	4	4	2	3	False	5544	maximal	True	SPA0085_000000005773	1.0		9	6	False	False	0.9857022762298584	0					non-mobilizable	other	2378.0	99.958	100.0	0.004649497885524941	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	False
ISR0074_000000016616	1794	0.9183438732052952	3	3	0	1	3	True	34705	fragment	False	ISR0074_000000016616	1.0		0	0	False	False	1.0	0	rep_cluster_2300				non-mobilizable	no_good_hit	1239.0	99.839	69.0	0.061794948587401415	AB290882.1	firmicutes	Lactococcus garvieae plasmid pKL0018 DNA, complete sequence	True	True
DEN0069_000000008455	3344	0.9183411140844888	5	5	5	4	4	False	116631	fragment	False	SPA0101_000000007479	0.3322631297851989		0	0	False	False	0.9967105388641357	0					non-mobilizable	chromosome	3344.0	99.581	100.0	0.0006542084606003297	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0341_000000000946	15796	0.9183323986554488	17	7	6	7	4	True	100189	maximal	True	ISR0341_000000000946	1.0		1	1	False	False	0.9972144961357117	0					non-mobilizable	no_good_hit	962.0	71.414	6.0	0.0002787235521990876	LN679998.1	firmicutes	[Clostridium] sordellii genome assembly ATCC9714_, chromosome : 1	True	True
ISR0289_000000003677	2455	0.9183207254854286	4	3	3	2	1	False	119263	fragment	False	ISR0293_000000011332	0.2941720527325609		0	0	False	False	1.0	0					non-mobilizable	other	2455.0	99.67399999999999	100.0	0.00803968077159968	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
USA0005_01_000000026555	1135	0.91831800253032	2	1	1	1	1	False	2146	maximal	True	USA0005_01_000000026555	1.0		1	1	False	False	0.9991189241409302	0					non-mobilizable	no_good_hit								True	False
ENG0106_000000007855	2688	0.9183150091315851	4	3	1	3	1	True	60091	maximal	True	ENG0106_000000007855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	562.0	82.206	21.0	0.0011412315037367122	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	True
ENG0129_000000007593	3500	0.9183100326082556	4	3	2	2	2	False	58558	maximal	True	ENG0129_000000007593	1.0		0	0	False	False	0.9962857365608215	0					non-mobilizable	no_good_hit	2414.0	100.0	69.0	0.0005370160512829186	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0025_000000004363	5869	0.9183082846449276	8	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9549679360405303	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9986369013786316	0	rep_cluster_475				non-mobilizable	other	3153.0	99.84100000000001	97.0	0.5464632454923717	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0095_000000004115	5859	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9946961868034361	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9998293519020081	37	rep_cluster_475				non-mobilizable	other	5485.0	99.90899999999999	100.0	0.9505894590846047	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0105_000000004950	5859	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9951391454936734	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	145	rep_cluster_475				non-mobilizable	other	4169.0	99.976	100.0	0.7226074895977809	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0012_000000004438	5859	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9949876872959437	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9998293519020081	91	rep_cluster_475				non-mobilizable	other	5484.0	99.945	100.0	0.9505894590846047	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0041_000000001951	5859	0.9183082846449276	7	6	3	4	5	False	130173	backbone	True	ISR0041_000000001951	0.9953642401734891	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	70	9	True	True	0.9998293519020081	83	rep_cluster_475				non-mobilizable	other	3166.0	100.0	100.0	0.5487170596393898	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0100_000000006235	5859	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9953000628497111	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9945383071899414	38	rep_cluster_475				non-mobilizable	other	5484.0	99.98200000000001	100.0	0.9505894590846047	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0333_000000002843	5859	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.995177009666132	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	474	rep_cluster_475				non-mobilizable	other	5484.0	99.98200000000001	100.0	0.9505894590846047	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0052_000000002383	5840	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9951420801389013	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	8	rep_cluster_475				non-mobilizable	other	4187.0	99.95200000000001	100.0	0.7255547850208044	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0039_000000002243	5839	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9953465511980839	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	120	rep_cluster_475				non-mobilizable	other	4186.0	100.0	100.0	0.7255547850208044	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0137_000000001992	5839	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9951895384863049	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	96	rep_cluster_475				non-mobilizable	other	4186.0	99.976	100.0	0.7255547850208044	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0139_000000001625	5839	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9953535336744438	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	42	rep_cluster_475				non-mobilizable	other	4264.0	100.0	100.0	0.7390776699029126	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0108_000000001190	5839	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.99535154794515	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	91	rep_cluster_475				non-mobilizable	other	4126.0	100.0	100.0	0.7151525658807212	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0252_000000001290	5839	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9952986779229955	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	64	rep_cluster_475				non-mobilizable	other	4186.0	99.976	100.0	0.7255547850208044	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0096_000000000871	5837	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9952084936807366	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	10	rep_cluster_475				non-mobilizable	other	4107.0	100.0	100.0	0.7118585298196949	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0054_000000002606	5827	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9928665377593062	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	55	rep_cluster_475				non-mobilizable	other	5421.0	99.705	100.0	0.9393203883495146	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0085_000000001732	5822	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9939213010582222	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	132	rep_cluster_475				non-mobilizable	other	4143.0	99.78299999999999	100.0	0.7180998613037448	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0803_000000001957	5819	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9953178031172705	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	64	rep_cluster_475				non-mobilizable	other	5584.0	99.98200000000001	100.0	0.9679264909847434	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0009_000000001502	5819	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9943960842087907	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	48	rep_cluster_475				non-mobilizable	other	5192.0	99.904	100.0	0.8999653259361997	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0023_000000001885	5819	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.994993354574906	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	125	rep_cluster_475				non-mobilizable	other	4134.0	99.976	100.0	0.7165395284327323	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0004_000000000762	5819	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9953169375669356	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	114	rep_cluster_475				non-mobilizable	other	5611.0	100.0	100.0	0.9726074895977809	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0075_000000003046	5819	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9951122265682599	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	164	rep_cluster_475				non-mobilizable	other	4146.0	99.976	100.0	0.7186199722607489	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0105_000000008777	5819	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9951122265682599	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	19	rep_cluster_475				non-mobilizable	other	4146.0	99.976	100.0	0.7186199722607489	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0102_000000002620	5780	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9938794321909074	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	13	rep_cluster_475				non-mobilizable	other	4126.0	99.976	100.0	0.7151525658807212	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0089_000000003169	5780	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9928845747146418	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	3	rep_cluster_475				non-mobilizable	other	4127.0	99.95200000000001	100.0	0.7153259361997226	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0044_000000001999	5779	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9923977266282962	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	207	rep_cluster_475				non-mobilizable	other	4126.0	99.95200000000001	100.0	0.7151525658807212	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0095_000000001322	5779	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9927523774561777	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	27	rep_cluster_475				non-mobilizable	other	4126.0	100.0	100.0	0.7151525658807212	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0078_000000002967	5760	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.99330944388026	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	47	rep_cluster_475				non-mobilizable	other	5469.0	99.98200000000001	100.0	0.9479889042995839	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0046_000000004372	5759	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9906238063163707	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.9998263716697693	2	rep_cluster_475				non-mobilizable	other	4106.0	99.976	100.0	0.7116851595006934	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0003_000000003082	5669	0.9183082846449276	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9506939692657603	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	62	rep_cluster_475				non-mobilizable	other	4016.0	99.975	100.0	0.6960818307905686	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0045_000000005133	4772	0.9183082846449276	6	6	3	4	5	False	126705	fragment	False	ISR0045_000000005133	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3305.0	99.939	99.0	0.5728155339805825	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0089_000000032257	1152	0.9183030146943388	2	1	1	1	1	False	5397	fragment	False	SPA0089_000000032257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0033_000000007429	9037	0.9182939822030022	11	10	5	6	9	True	132506	backbone	False	ISR0038_000000002833	0.9970870750262807	PS1165|PS799|PS800	0	0	True	True	1.0	20	rep_cluster_1097	MOBB			mobilizable	plasmid	8563.0	99.87200000000001	100.0	0.9571779964221825	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0094_000000002613	9019	0.9182939822030022	11	10	5	6	9	True	132506	backbone	False	ISR0038_000000002833	0.9965589017500507	PS1165|PS799|PS800	0	0	True	True	1.0	15	rep_cluster_1097	MOBB			mobilizable	plasmid	7457.0	99.745	100.0	0.8330724508050089	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
MON0030_000000003039	8953	0.9182939822030022	10	10	5	6	9	True	132506	backbone	False	ISR0038_000000002833	0.9892619772425026	PS1165|PS799|PS800	0	0	True	True	1.0	2	rep_cluster_1097	MOBB			mobilizable	plasmid	8573.0	99.86	99.0	0.9582960644007156	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0296_000000002403	8723	0.9182868772983458	12	5	3	3	4	False	50378	maximal	True	ISR0296_000000002403	1.0		1	1	True	True	1.0	56					non-mobilizable	no_good_hit	1740.0	76.322	29.0	0.15174039158810732	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
MON0033_000000015199	4472	0.9182649556171784	8	3	3	3	1	True	12346	maximal	True	MON0033_000000015199	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	100.0	2.0	0.000305015424075422	NZ_LT891956.1	firmicutes	Selenomonas felix strain Marseille-P3560, whole genome shotgun sequence	True	True
ISR0065_000000004165	6556	0.9182638313627768	10	7	5	5	4	True	104951	fragment	False	ENG0095_000000003836	0.9875516913058874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	99.618	69.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0132_000000007433	3901	0.918261555247326	4	3	3	3	2	False	48691	fragment	False	FIJ0041_000000009058	0.9798774259448417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.663	25.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MAD0002_000000001147	15645	0.9182600285731912	19	8	6	6	2	True	51465	fragment	False	MAD0002_000000001147	0.9796967360575687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.5107465916905708e-06	CP025657.1	eudicots	Ipomoea trifida cultivar NCNSP0306 chromosome 14	True	True
MON0012_000000024712	2101	0.9182397987106284	3	3	3	3	1	True	59684	fragment	False	ISR0109_000000014506	0.94189267642918		0	0	False	False	0.9952403903007507	0					non-mobilizable	chromosome	2101.0	99.524	100.0	0.0009085630772079597	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	True
ISR0123_000000007748	2713	0.9182395972149868	3	3	2	2	3	True	115858	fragment	False	ISR0123_000000007748	1.0		0	0	False	False	0.999262809753418	0	rep_cluster_1320				non-mobilizable	no_good_hit	1736.0	99.82700000000001	64.0	0.3547331833980781	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
ENG0079_000000009692	3380	0.9182375476839676	3	2	1	2	1	False	106644	fragment	False	MON0040_000000006203	0.5686577660663077		0	0	False	False	1.0	0					non-mobilizable	other	3380.0	99.734	100.0	0.0010235216110272565	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0147_000000003297	6914	0.9182374483787152	8	4	3	4	1	True	107809	maximal	True	ISR0147_000000003297	1.0		0	0	False	False	0.9969626665115356	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	0.001263406142961424	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
SPA0068_000000004700	2407	0.9182330511352488	3	1	0	1	1	True	5988	maximal	True	SPA0068_000000004700	1.0		3	1	True	True	1.0	3247	Col(MG828)				non-mobilizable	plasmid	2043.0	99.95100000000001	100.0	0.023619223873691517	KR905385.1	enterobacteria	Escherichia coli strain 5312.29 plasmid p5312.29, complete sequence	False	True
SPA0019_000000017458	1659	0.9182330511352488	3	1	0	1	1	True	7752	maximal	True	SPA0019_000000017458	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	93.705	58.0	0.1872702650415941	CP057865.1	enterobacteria	Citrobacter freundii strain RHB12-C19 plasmid pRHB12-C19_2, complete sequence	True	True
USA0041_01_000000013498	1233	0.9182330511352488	2	1	0	1	1	True	1278	fragment	False	USA0041_01_000000013498	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1183.0	99.915	96.0	0.3679950186799502	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
FIJ0085_000000025665	1221	0.9182330511352488	2	1	0	1	1	True	43885	fragment	False	FIJ0085_000000025665	1.0		0	0	False	False	0.9983620047569275	0					non-mobilizable	plasmid	1221.0	99.427	100.0	0.28763567720622935	CP023652.1	enterobacteria	Shigella sonnei strain CFSAN030807 plasmid pCFSAN030807_7, complete sequence	False	True
FIJ0018_000000001079	19130	0.9182329657073462	11	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9534374811602253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	91.36399999999999	1.0	0.33129770992366414	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
FIJ0112_000000000930	19123	0.9182329657073462	11	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9547357801295345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	92.135	1.0	0.2492836676217765	EU066914.1	bacteria	Uncultured bacterium clone LM0ACA8ZE11RM1 genomic sequence	True	True
FIJ0066_000000001262	19054	0.9182329657073462	11	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9523381266479993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	263.0	79.468	1.0	7.100312496632877e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
MON0062_000000026247	1357	0.9182260702817596	3	2	2	1	1	False	10768	fragment	False	MON0062_000000026247	1.0		0	0	False	False	0.9778923988342285	0					non-mobilizable	no_good_hit	48.0	91.667	3.0	0.00011980913883274644	NZ_QVMD01000005.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf5, whole genome shotgun sequence	True	False
ISR0312_000000003953	3923	0.9182107445145248	7	5	4	4	4	True	122495	fragment	False	SPA0116_000000008534	0.7663047046359277		0	0	False	False	1.0	0					non-mobilizable	plasmid	3021.0	98.64299999999999	100.0	0.37613650516876324	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
DEN0041_000000004076	7689	0.9181918444950936	7	6	4	5	5	False	92567	maximal	False	ENG0068_000000002708	0.9544800287873336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1482.0	79.352	32.0	0.00048811712956661887	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
FIJ0145_000000005099	2666	0.9181905208229448	4	4	4	4	3	False	79442	fragment	False	FIJ0145_000000005099	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2666.0	99.7	100.0	0.0005029232769310697	LR134280.1	enterobacteria	Klebsiella pneumoniae strain NCTC9793 genome assembly, chromosome: 5	False	False
ENG0208_000000012299	2520	0.9181883881261248	2	2	1	2	1	False	100216	fragment	False	USA0019_01_000000011102	0.752515087344199		0	0	False	False	0.9980158805847168	0					non-mobilizable	no_good_hit								True	False
SPA0144_000000008987	1970	0.9181881043980964	2	2	2	1	1	False	3382	maximal	True	SPA0144_000000008987	1.0		5	4	False	False	0.9984771609306335	0					non-mobilizable	no_good_hit	1097.0	90.79299999999999	56.0	0.00038153549395083316	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ENG0183_000000020180	1500	0.9181880664008693	2	1	1	1	1	False	55151	maximal	True	ENG0183_000000020180	1.0		1	1	False	False	0.9986666440963745	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000000919	15015	0.918182829856688	20	6	0	6	3	False	36205	maximal	True	ISR0046_000000000919	1.0		1	1	False	False	0.9999334216117859	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.0014758497316636851	NZ_PNBY01000017.1	g-proteobacteria	Pseudoalteromonas aurantia strain S3788 S3788_S40_L001_R1_001__paired__contig_17, whole genome shotgun sequence	True	False
ISR0179_000000010221	2358	0.9181812077391563	4	3	3	3	2	False	32784	fragment	False	ISR0179_000000010221	1.0		0	0	False	False	0.9720101952552795	0					non-mobilizable	no_good_hit	157.0	83.439	7.0	3.64119649716897e-05	NZ_UHJK01000001.1	firmicutes	Acetobacterium bakii isolate Acetobacterium bakii, whole genome shotgun sequence	True	False
MON0016_000000010591	2807	0.9181721552534652	4	3	2	3	1	True	124613	fragment	False	MON0016_000000010591	1.0		0	0	False	False	0.9939436912536621	0					non-mobilizable	no_good_hit	803.0	92.40299999999999	41.0	0.030766268771659607	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
USA0121_01_000000006647	6965	0.918161643102258	9	7	2	6	6	True	123559	fragment	False	USA0121_01_000000006647	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	1104.0	97.28299999999999	33.0	0.03338781934858942	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0062_000000003922	7028	0.918150419666258	5	5	4	5	2	False	126589	maximal	True	ISR0062_000000003922	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	4428.0	99.955	63.0	0.9997741644083108	NZ_QIML01000050.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_51, whole genome shotgun sequence	True	False
ENG0197_000000002005	5422	0.9181470296641222	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9662292792845986	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5205.0	99.73100000000001	100.0	0.9301161751563897	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0058_000000014300	2178	0.918141559339852	2	1	1	1	1	True	6300	fragment	False	SPA0058_000000014300	1.0		0	0	False	False	0.9990817308425903	0					non-mobilizable	no_good_hit								True	True
ENG0081_000000012238	2148	0.918131539496357	4	2	2	1	1	False	61667	fragment	False	ENG0081_000000012238	1.0		0	0	False	False	0.9720670580863953	0					non-mobilizable	no_good_hit								True	False
MON0039_000000004404	8563	0.91811750634567	11	4	1	4	1	True	86941	fragment	False	MON0039_000000004404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0022_000000004402	7357	0.9181164921972912	8	8	5	5	7	True	74987	fragment	False	DEN0022_000000004402	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6036.0	92.594	93.0	0.0024495484954458985	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0196_000000002025	8004	0.9181156158512982	15	3	0	3	3	True	28995	maximal	True	ISR0196_000000002025	1.0		2	1	False	False	0.9998750686645508	0					non-mobilizable	no_good_hit								True	True
ENG0083_000000009261	2404	0.9181139003168384	3	3	3	3	3	False	128272	fragment	False	AST0099_000000008733	0.7590617608255945		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	98.605	100.0	0.0007023571090051696	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0124_000000010456	2785	0.9181123592313964	5	4	2	2	4	True	87486	fragment	False	SPA0124_000000010456	1.0		0	0	False	False	0.9989228248596191	0					non-mobilizable	plasmid	2785.0	100.0	100.0	0.3351793883939321	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
SPA0056_000000026652	1343	0.9181065931999716	3	2	2	2	1	True	6363	maximal	True	SPA0056_000000026652	1.0		3	2	False	False	0.9992554187774658	0					non-mobilizable	other	1352.0	79.808	100.0	0.00970662803332126	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	False	True
AST0148_000000013722	2528	0.9181063483230538	4	3	3	3	2	False	105054	maximal	True	AST0148_000000013722	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1717.0	76.82	67.0	0.0069725448352279725	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
DEN0078_000000002198	9767	0.918105788089902	17	4	3	4	3	False	69855	maximal	True	DEN0078_000000002198	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	84.87	52.0	0.032307801368163615	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0162_000000003405	7442	0.9180958636983048	10	4	3	3	4	True	114960	fragment	False	CHI0162_000000003405	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	7469.0	99.478	100.0	0.24041340674200715	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0033_000000006026	3145	0.9180943570630812	4	3	3	3	3	False	18895	maximal	True	MAD0033_000000006026	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	98.021	29.0	0.0058345665310149215	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ISR0204_000000000157	36447	0.9180914795473852	43	20	11	15	12	True	96298	fragment	False	ISR0204_000000000157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12047.0	98.68	82.0	0.09663158403324126	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
SPA0121_000000000510	36447	0.9180914795473852	43	20	11	15	12	True	96298	fragment	False	ISR0204_000000000157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12047.0	98.68	82.0	0.09663158403324126	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0181_000000001219	17610	0.9180846677717868	32	12	7	12	6	True	96385	fragment	False	ENG0181_000000001219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	0.0	0.0013817224033334052	NZ_MSSW01000061.1	CFB group bacteria	Algoriphagus antarcticus strain DSM 15986 contig61, whole genome shotgun sequence	True	True
AST0035_000000012809	1284	0.9180829451998958	2	2	1	2	1	False	116771	fragment	False	AST0035_000000012809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	83.15299999999999	64.0	0.02909539763710104	MK233074.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_2_c1 sequence	True	False
FIJ0028_000000018065	1673	0.9180825769123072	2	2	2	2	2	False	123026	fragment	False	FIJ0028_000000018065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	91.57600000000001	72.0	0.7759067357512953	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ISR0132_000000026471	1118	0.9180821924005224	1	1	1	1	1	False	31557	fragment	False	ISR0132_000000026471	1.0		0	0	False	False	0.9991055727005005	0					non-mobilizable	no_good_hit	53.0	86.792	5.0	2.4046932212622975e-05	NZ_CP043488.1	a-proteobacteria	Labrys neptuniae strain KNU-23 chromosome 2, complete sequence	True	False
FIJ0043_000000003539	6794	0.9180816069268964	6	2	1	2	2	False	100619	fragment	False	ISR0191_000000001129	0.9414807847352862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	3.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
FIJ0059_000000003284	5752	0.9180816069268964	6	2	1	2	2	False	100616	fragment	False	FIJ0059_000000003284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
FIJ0093_000000004385	4986	0.9180816069268964	6	2	1	2	2	False	100607	fragment	False	AUS0016_000000004904	0.9794287996804474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	0.06627017841971113	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
ENG0029_000000005983	4029	0.9180701420144384	5	5	4	4	4	False	128328	maximal	True	ENG0029_000000005983	1.0		1	1	False	False	0.9980143904685974	0					non-mobilizable	no_good_hit	1868.0	97.59100000000001	82.0	0.0006776620296813063	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0147_000000002933	7652	0.9180699369989964	15	2	2	2	1	True	52614	maximal	True	ISR0147_000000002933	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2148.0	93.669	57.0	0.037996668202601634	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0045_000000018310	1429	0.91806776820795	3	3	1	2	2	False	80659	fragment	False	ISR0045_000000018310	0.9664784756527875		0	0	False	False	0.9846045970916748	0					non-mobilizable	no_good_hit	387.0	72.61	27.0	0.0015475072475603282	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0135_000000013500	1417	0.91806776820795	4	3	1	2	2	False	80659	fragment	False	ISR0045_000000018310	0.9625612316305108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	72.61	27.0	0.0015475072475603282	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0057_000000006433	3214	0.9180574795209993	4	4	4	4	4	False	115753	maximal	True	ISR0057_000000006433	1.0		0	0	False	False	0.9807093739509583	0					non-mobilizable	no_good_hit	835.0	74.73100000000001	26.0	0.005728893091010961	NZ_FOGW01000008.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
CHI0121_000000002314	3559	0.9180543810604396	4	4	3	4	2	False	84165	maximal	True	CHI0121_000000002314	1.0		1	1	False	False	0.9997190237045288	0					non-mobilizable	no_good_hit	1790.0	99.944	74.0	0.000863097492385782	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	True	False
USA0009_01_000000015217	1654	0.9180427206134796	2	2	2	2	2	False	2090	maximal	True	USA0009_01_000000015217	1.0		5	4	False	False	0.9993954300880432	0					non-mobilizable	no_good_hit	99.0	81.818	6.0	2.000948204434836e-05	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
USA0031_01_000000010466	2792	0.9180416464125716	2	2	2	2	1	False	57496	maximal	False	ISR0216_000000006608	0.9515503875968992		0	0	False	False	1.0	0					non-mobilizable	other	1555.0	99.936	96.0	0.0004126678672033209	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0021_000000003397	6250	0.9180358508378575	9	6	5	6	4	False	129695	fragment	False	ISR0021_000000003397	1.0		0	0	False	True	1.0	0					non-mobilizable	other	3240.0	99.414	99.0	0.015117641293237434	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CAN0014_000000008690	5113	0.9180310300607748	7	7	4	5	5	False	101917	fragment	False	CAN0014_000000008690	0.9821855433148412		0	0	False	False	0.9990221261978149	0					non-mobilizable	chromosome	5037.0	99.861	99.0	0.0009198944715182515	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0083_000000022635	1725	0.9180103856468568	2	2	2	1	1	False	61808	maximal	True	MON0083_000000022635	0.9848720121665533		170	12	False	False	0.9791304469108582	0					non-mobilizable	no_good_hit	247.0	75.304	14.0	0.0003144604018724326	NZ_PXYL01000001.1	a-proteobacteria	Mesorhizobium soli strain JCM 19897 ZB100000, whole genome shotgun sequence	True	False
ISR0220_000000004450	2201	0.9179854899938832	3	3	3	3	2	False	65732	fragment	False	ISR0220_000000004450	1.0		0	0	False	False	0.9981826543807983	0					non-mobilizable	chromosome	2142.0	99.72	97.0	0.0006592552540272767	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
SPA0108_000000007222	4137	0.9179759244679432	4	2	2	1	2	False	92470	fragment	False	SPA0108_000000007222	0.927141811081279		0	0	False	False	1.0	0					non-mobilizable	other	2521.0	92.265	96.0	0.10297005400098183	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0099_000000000089	65950	0.917970349030317	70	24	17	22	12	False	108930	maximal	True	AST0099_000000000089	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1418.0	95.275	6.0	0.0005887334569645836	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ENG0084_000000004490	5627	0.9179690735303362	4	3	1	3	1	False	61543	maximal	True	ENG0084_000000004490	1.0		1	1	False	False	0.9987559914588928	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	1.1072002039408766e-05	NC_020055.1	d-proteobacteria	Desulfovibrio hydrothermalis AM13 = DSM 14728, complete genome	True	False
MON0037_000000056049	1358	0.9179674345931262	3	3	3	3	2	False	12057	fragment	False	MON0037_000000056049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000040836	1169	0.9179672378374252	3	3	2	3	0	True	75512	fragment	False	DEN0011_000000040836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	91.007	89.0	0.01476269804699961	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0054_000000010667	2348	0.9179614069976744	3	3	3	3	3	False	119896	maximal	True	FIJ0054_000000010667	1.0		0	0	False	False	0.9867972731590271	0					non-mobilizable	no_good_hit	330.0	79.697	14.0	0.00027459095992981187	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0032_000000004155	3731	0.9179598674205249	5	4	2	1	3	True	110927	maximal	True	MAD0032_000000004155	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	93.788	41.0	0.000348350543616529	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0154_000000001636	14051	0.9179580418515786	18	11	8	9	7	True	79231	maximal	True	CHI0154_000000001636	1.0	PS14	1	1	False	True	0.997366726398468	0					non-mobilizable	no_good_hit	235.0	76.17	2.0	0.01929663353103333	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
MON0082_000000018601	1861	0.9179564573316572	2	2	1	2	1	False	130349	backbone	False	ISR0335_000000002496	0.02272485731529901	PS1101	0	0	False	True	0.9887157678604126	0					non-mobilizable	other	1823.0	99.506	98.0	0.000352882685487593	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0078_000000015160	1361	0.9179475688111683	4	1	1	1	1	False	34406	maximal	True	ISR0078_000000015160	1.0		3	3	False	False	0.9977957606315613	0					non-mobilizable	no_good_hit	533.0	71.482	38.0	0.0007920423399280905	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0103_000000025505	1199	0.9179475688111683	3	1	1	1	1	False	117152	fragment	False	CHI0101_000000008344	0.4398012085579937		0	0	False	False	0.9824854135513306	0					non-mobilizable	no_good_hit	1068.0	69.382	87.0	0.0015932412386992802	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0183_000000004775	7594	0.9179469792936328	6	4	4	4	2	False	101605	fragment	False	ISR0183_000000004775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1734.0	82.699	23.0	0.0009985648157506417	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0157_000000000878	20067	0.9179432457890112	28	7	3	6	5	True	111080	fragment	False	FIJ0157_000000000878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.714	4.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MAD0102_000000004612	3609	0.9179405592263749	5	2	0	1	2	True	15020	maximal	True	MAD0102_000000004612	1.0		1	1	True	True	1.0	1					non-mobilizable	plasmid	2567.0	99.805	100.0	0.640379336161717	MK599282.1	enterobacteria	Escherichia coli strain B1356 plasmid pColZ, complete sequence	False	True
CHI0049_000000004419	3523	0.917931666836334	5	4	3	2	2	False	86816	fragment	False	CHI0049_000000004419	1.0		0	0	False	False	0.9997161626815796	0					non-mobilizable	chromosome	3524.0	98.92200000000001	100.0	0.0006621393849452471	CP023200.1	enterobacteria	Escherichia coli strain 646 chromosome	False	False
ENG0211_000000014263	1714	0.91792957178195	3	2	2	2	2	False	53641	maximal	True	ENG0211_000000014263	1.0		14	6	False	False	0.9976662993431091	0					non-mobilizable	no_good_hit	534.0	80.337	31.0	0.00015888537663263062	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0293_000000019607	1803	0.9179239630793832	3	3	3	2	2	False	128009	fragment	False	ENG0112_000000014419	0.9708772859793268		0	0	False	False	0.9983360767364502	0					non-mobilizable	other	1803.0	98.059	100.0	0.0005115388633277165	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0388_000000008061	3959	0.9179180672658585	3	1	1	1	1	False	44973	fragment	False	ISR0388_000000008061	1.0		0	0	False	False	0.995453417301178	0					non-mobilizable	no_good_hit	255.0	97.255	6.0	0.0015027185005945796	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
USA0057_01_000000009555	3276	0.917912812677415	4	4	4	4	4	False	31862	fragment	False	ISR0128_000000010143	0.9656422151348216		0	0	False	False	0.9996947646141052	0					non-mobilizable	other	3276.0	99.48100000000001	100.0	0.0038501056868706107	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0258_000000009333	2477	0.9179074429413048	5	3	2	3	2	True	125239	maximal	True	ISR0258_000000009333	1.0		0	0	False	False	0.9995962977409363	0					non-mobilizable	no_good_hit	120.0	77.5	5.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
SPA0033_000000005967	4912	0.9179026151523344	7	5	4	3	5	False	7912	fragment	False	SPA0033_000000005967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	74.306	17.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
FIJ0071_000000012380	2889	0.9178919598003048	4	2	2	2	1	True	88780	fragment	False	FIJ0071_000000012380	1.0		0	0	False	False	0.9996538758277893	0					non-mobilizable	no_good_hit	1107.0	89.16	68.0	0.042587601078167114	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0293_000000011332	3238	0.9178902512807288	4	3	3	3	1	False	119263	fragment	False	ISR0293_000000011332	0.9361242825060023		0	0	False	False	0.9975293278694153	0					non-mobilizable	other	3244.0	96.64	100.0	0.010614737449055812	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ISR0096_000000007482	3201	0.9178902512807288	4	3	3	3	1	False	119263	fragment	False	ISR0293_000000011332	0.5784457273395247		0	0	False	False	1.0	0					non-mobilizable	other	3203.0	97.565	100.0	0.010408339776435283	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ENG0143_000000006718	2812	0.9178902512807288	4	3	3	3	1	False	119263	fragment	False	ISR0293_000000011332	0.4601932548090752		0	0	False	False	0.9975106716156006	0					non-mobilizable	other	2830.0	91.661	100.0	0.009186334508380401	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ENG0147_000000008090	1820	0.9178838132599044	3	3	1	2	2	False	90956	fragment	False	ENG0147_000000008090	1.0		0	0	False	False	0.9994505643844604	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	6.5392362583088e-06	CP015727.1	firmicutes	Bacillus cereus strain A1, complete genome	True	False
MAD0058_000000005887	2564	0.9178813467441809	3	2	2	2	1	False	16958	fragment	False	MAD0058_000000005887	1.0		0	0	False	False	0.9996100068092346	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000001925	8516	0.9178764863798088	7	5	4	5	3	True	127363	fragment	False	MAD0035_000000002553	0.320301067022713		0	0	False	False	0.9998825788497925	0					non-mobilizable	other	8525.0	97.54799999999999	100.0	0.09255515704814694	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0122_000000005586	5641	0.9178696576108696	2	2	2	2	2	False	81020	fragment	False	ENG0021_000000002861	0.6597743599872649		0	0	False	False	0.999822735786438	0					non-mobilizable	chromosome	5641.0	100.0	100.0	0.001577132253445153	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0046_000000001576	11947	0.9178684571635614	11	8	7	8	5	True	83647	maximal	True	SPA0046_000000001576	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	7898.0	98.822	66.0	0.0015294811016989694	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
FIJ0158_000000006215	2882	0.9178620778997212	4	3	3	2	2	False	94109	fragment	False	FIJ0158_000000006215	1.0		0	0	False	False	0.9857737421989441	0					non-mobilizable	chromosome	1917.0	99.531	100.0	0.0002953287651912816	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0794_000000010771	1867	0.9178605599399132	3	2	2	2	1	False	59058	fragment	False	ISR0794_000000010771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
SPA0004_000000002181	7627	0.9178598670640268	11	8	2	3	7	True	88341	backbone	True	SPA0004_000000002181	0.930263298805517	PS456	1	1	True	True	1.0	1300		MOBB			mobilizable	no_good_hit	3356.0	94.785	79.0	0.30341454578389637	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0071_000000004478	5268	0.9178581555323324	8	7	4	4	7	False	71480	fragment	False	SPA0071_000000004478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3840.0	93.932	85.0	0.3245005079580088	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0067_000000009921	2172	0.9178541721108671	3	3	2	3	3	False	6037	maximal	True	SPA0067_000000009921	1.0		0	0	False	False	0.9944751262664795	0					non-mobilizable	no_good_hit	1160.0	98.36200000000001	84.0	0.00024560777434430776	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
ENG0097_000000009494	3307	0.917841376074846	6	2	2	2	1	False	89935	fragment	False	ENG0097_000000009494	1.0		0	0	False	False	0.9996976256370544	0					non-mobilizable	other	3206.0	99.75	97.0	0.7059342598720494	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	False	False
MON0109_000000003733	7616	0.9178386699033371	8	2	2	2	1	True	8517	maximal	True	MON0109_000000003733	1.0		1	1	False	False	0.9996060729026794	0					non-mobilizable	no_good_hit								True	True
MON0068_000000004711	7596	0.9178378175949002	12	7	3	3	7	True	123826	backbone	False	ISR0183_000000005642	0.355532792604514	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	69.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
ENG0119_000000007173	4526	0.917837149069512	9	3	3	3	2	True	79847	fragment	False	ENG0119_000000007173	1.0		0	0	False	False	0.997790515422821	0					non-mobilizable	other	4526.0	99.934	100.0	0.001211759611529953	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0090_000000004071	5069	0.9178247067094868	7	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9280379036346713	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	58	rep_cluster_475				non-mobilizable	other	4320.0	99.838	100.0	0.8435546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
TAN0003_000000000569	7547	0.9178182546215268	10	6	5	6	6	True	2994	fragment	False	TAN0003_000000000569	1.0		0	0	False	False	0.9998674988746643	0					non-mobilizable	no_good_hit	156.0	94.87200000000001	2.0	0.16630901287553648	GQ875534.1		Uncultured organism clone VC1A332TR genomic sequence	True	True
USA0062_01_000000015768	1122	0.9178176538622967	1	1	1	1	1	False	96817	fragment	False	USA0006_01_000000019753	0.9793670561517893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	93.671	7.0	2.446623612364483e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CAN0002_000000017703	1101	0.9178176538622967	1	1	1	1	1	False	96817	fragment	False	USA0006_01_000000019753	0.9656997794639165		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	0.00013378317927364094	NZ_JAASQQ010000005.1	a-proteobacteria	Sphingomonas insulae strain DSM 21792 Ga0373324_05, whole genome shotgun sequence	True	False
FIJ0042_000000011305	2139	0.917815528060957	2	2	0	2	2	False	98298	fragment	False	BAN0016_000000000311	0.8934491663896506		0	0	False	False	1.0	0	IncFII,IncK2/Z				non-mobilizable	chromosome	2013.0	90.859	100.0	0.00033165980839198615	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
ISR0855_000000002720	4403	0.9178115291905083	5	4	0	2	3	False	132470	backbone	False	CAN0001_000000008257	0.007128487592307826	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9972745776176453	0	rep_cluster_870	MOBV			mobilizable	plasmid	2260.0	99.912	100.0	0.4038255273507329	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
CAN0017_000000018440	1902	0.9178064512935252	3	2	2	2	1	True	124678	fragment	False	SPA0014_000000011561	0.9203473945409428		0	0	False	False	0.9931650757789612	0					non-mobilizable	other	1914.0	81.92299999999999	100.0	0.0005907756862984217	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CAN0016_000000027232	1731	0.9178064512935252	3	2	2	2	1	True	124653	fragment	False	CAN0016_000000027232	1.0		0	0	False	False	0.9965338110923767	0					non-mobilizable	chromosome	1740.0	83.851	100.0	0.0006115275591440308	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0118_000000008268	1711	0.9178064512935252	3	2	2	2	1	True	124654	fragment	False	ENG0118_000000008268	1.0		0	0	False	False	0.9906487464904785	0					non-mobilizable	other	1722.0	82.17200000000001	99.0	0.000531044811222436	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0060_000000003429	6757	0.9178056111902384	12	8	5	7	6	False	63357	maximal	True	ENG0060_000000003429	1.0		4	1	False	False	0.9974840879440308	0					non-mobilizable	no_good_hit	53.0	98.113	1.0	0.0005437226178152807	NZ_CABMGA010000007.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0037_01_000000009642	3651	0.917802643781466	7	3	3	2	2	False	1370	maximal	True	USA0037_01_000000009642	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	88.87799999999999	28.0	0.02488516361225553	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0225_000000020063	1157	0.9177999140584352	2	1	1	1	1	False	111802	fragment	False	AST0061_000000034839	0.962999704235019		0	0	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.01077752117013087	XM_028333832.1	eudicots	PREDICTED: Glycine soja PH, RCC1 and FYVE domains-containing protein 1-like (LOC114375955), mRNA	True	False
MAD0076_000000005880	1141	0.9177999140584352	2	1	1	1	1	False	111802	fragment	False	AST0061_000000034839	0.9675289675475701		0	0	False	False	0.9570552110671997	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.01077752117013087	XM_028333832.1	eudicots	PREDICTED: Glycine soja PH, RCC1 and FYVE domains-containing protein 1-like (LOC114375955), mRNA	True	False
AST0019_000000000873	20194	0.9177927395416536	13	8	5	8	4	False	124351	maximal	True	AST0019_000000000873	0.9653569408315835		1	1	False	False	0.9998514652252197	0					non-mobilizable	no_good_hit	3980.0	82.161	64.0	0.006881597478839262	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0818_000000007053	2496	0.917788797124927	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.06194090183014463	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2496.0	98.99799999999999	100.0	0.0004810980190730961	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0083_000000014545	2491	0.917788797124927	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.06193646131888592	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2491.0	99.037	100.0	0.00048012962531489745	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0070_000000008725	2478	0.917788797124927	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.06174708576302923	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2478.0	98.991	100.0	0.00047761180154358093	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0104_000000017130	1444	0.9177834111319144	2	1	1	1	1	False	32966	fragment	False	ISR0104_000000017130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000000542	27550	0.9177749049673668	30	11	3	9	3	False	64008	fragment	False	ENG0052_000000000542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	0.0	5.8696162575326745e-05	NC_016638.1	mycoplasmas	Mycoplasma haemocanis str. Illinois, complete genome	True	False
SPA0109_000000027718	1242	0.9177731579086053	2	2	2	1	1	False	4643	fragment	False	SPA0109_000000027718	1.0		0	0	False	False	0.999194860458374	0					non-mobilizable	no_good_hit								True	False
MON0092_000000028088	1973	0.917766559813595	3	3	2	2	3	False	81511	fragment	False	MON0092_000000028088	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1890.0	99.57700000000001	96.0	0.007763183850604945	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
MON0102_000000025354	1768	0.917766559813595	3	3	2	2	3	False	81509	fragment	False	MON0102_000000025354	0.9961524549593193		0	0	False	False	0.9903846383094788	0					non-mobilizable	other	1743.0	99.541	99.0	0.0071590610205155185	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
MAD0042_000000005039	4185	0.9177665481522104	5	4	4	3	2	False	24899	fragment	False	MAD0042_000000005039	1.0		0	0	False	False	0.9997610449790955	0					non-mobilizable	no_good_hit	262.0	78.626	12.0	0.000699556947266731	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	False
ISR0824_000000014534	1607	0.9177630665635294	3	1	1	1	1	False	21154	fragment	False	ISR0824_000000014534	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1607.0	97.573	99.0	0.0007881833355663559	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MAD0039_000000003065	4040	0.9177558994940592	8	4	4	4	3	False	18497	maximal	True	MAD0039_000000003065	1.0		1	1	False	False	0.9881188273429871	0					non-mobilizable	no_good_hit	124.0	95.161	3.0	0.000390638646548247	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ISR0198_000000005804	5977	0.917751612021514	7	3	2	3	3	False	28899	maximal	True	ISR0198_000000005804	1.0		1	1	False	False	0.9981595873832703	0					non-mobilizable	no_good_hit	256.0	100.0	7.0	0.008386226855658237	NZ_JAAITI010000041.1	firmicutes	Blautia luti strain MSK.16.34 NODE_41_length_30407_cov_178.882, whole genome shotgun sequence	True	False
AST0050_000000002853	4756	0.9177484329784072	8	3	0	0	3	False	114782	maximal	True	AST0050_000000002853	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	6.12543194856327e-05	NZ_WNKV01000001.1	a-proteobacteria	Rhodoplanes serenus strain DSM 18633 NODE_1_length_473436_cov_36.438, whole genome shotgun sequence	True	False
ISR0020_000000008192	2696	0.9177448724220976	4	4	4	4	3	False	92756	maximal	True	ISR0020_000000008192	1.0		0	0	False	False	0.997032642364502	0					non-mobilizable	no_good_hit	2251.0	95.869	83.0	0.002412525825504335	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	True	False
ISR0815_000000008987	3400	0.91774174259286	6	3	2	2	3	False	94140	fragment	False	ISR0815_000000008987	0.9727945911139729		0	0	False	False	0.9955882430076599	0					non-mobilizable	other	3429.0	91.309	100.0	0.007613081570323472	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0072_000000003729	3106	0.91774174259286	6	3	2	2	3	False	94140	fragment	False	ISR0815_000000008987	0.9338235294117647		0	0	False	False	1.0	0					non-mobilizable	other	3143.0	91.823	100.0	0.006988875760750831	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0006_000000006937	3530	0.9177115482941108	4	3	2	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.019395254239410176		0	0	False	True	1.0	0					non-mobilizable	plasmid	3536.0	99.37799999999999	100.0	0.11381564119900833	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0353_000000011735	3102	0.9177115482941108	4	3	2	2	3	False	123578	fragment	False	ISR0354_000000005838	0.951038927142655		0	0	False	True	1.0	0					non-mobilizable	plasmid	2774.0	99.459	95.0	0.0895209194214876	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CHI0180_000000004988	2748	0.9177115482941108	3	3	2	2	3	False	123576	fragment	False	ENG0127_000000007497	0.3798398240685225		0	0	False	True	1.0	0					non-mobilizable	other	2750.0	98.8	100.0	0.0005713538675710228	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
ISR0400_000000001068	12984	0.9177053769306442	14	9	7	7	7	False	99575	fragment	False	ISR0400_000000001068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8170.0	96.291	74.0	0.03351253744818812	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0358_000000004966	3647	0.9177028992487712	4	3	3	3	3	False	35170	fragment	False	ISR0358_000000004966	1.0		0	0	False	False	0.9991773962974548	0					non-mobilizable	no_good_hit	142.0	75.352	4.0	6.90787497747432e-05	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	True	False
AUS0002_000000024720	1515	0.9176840732607012	3	2	2	2	2	False	102830	fragment	False	AUS0006_000000017249	0.9908926998176492		0	0	False	False	0.9854785203933716	0					non-mobilizable	chromosome	1515.0	99.934	100.0	0.0005186800175953802	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
MAD0001_000000007443	3447	0.9176795602440496	5	5	5	3	3	True	91787	maximal	True	MAD0001_000000007443	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	85.149	6.0	7.006091465395485e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0078_000000003878	1937	0.9176680415595259	3	3	3	3	3	False	73090	fragment	False	FIJ0099_000000011487	0.6310696388456886		0	0	False	False	0.9994837641716003	0					non-mobilizable	chromosome	1937.0	99.897	100.0	0.0003642562972030347	CP042882.1	enterobacteria	Klebsiella pneumoniae strain NMBU-W07E18 chromosome, complete genome	False	False
ENG0060_000000012022	2448	0.917667922039509	2	2	2	2	1	True	124801	fragment	False	CHI0158_000000005875	0.6398751463129145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	2.0	9.024768477085361e-06	CP013068.1	a-proteobacteria	Pannonibacter phragmitetus strain 31801, complete genome	True	True
ISR0393_000000008414	2101	0.9176511817541874	2	2	1	2	1	False	118081	fragment	False	ISR0393_000000008414	0.9997516145057128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0009459583168044918	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0295_000000018497	1934	0.9176511817541874	2	2	1	2	1	False	118081	fragment	False	ISR0393_000000008414	0.9621691513491671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0009459583168044918	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0168_000000014123	1774	0.91764666799418	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.5816417336553714		0	0	False	False	0.9988725781440735	0					non-mobilizable	other	1775.0	97.07	100.0	0.005733268683903603	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
SPA0036_000000014198	1761	0.91764666799418	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.6257911417764411		0	0	False	False	1.0	0					non-mobilizable	other	1761.0	99.432	100.0	0.005766030219240195	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ENG0110_000000017213	1751	0.91764666799418	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.6262560447518457		0	0	False	False	0.9994288682937622	0					non-mobilizable	other	1751.0	99.6	100.0	0.005733268683903603	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
AST0026_000000015572	1747	0.91764666799418	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.6256213687374759		0	0	False	False	1.0	0					non-mobilizable	other	1747.0	99.65700000000001	100.0	0.005720164069768966	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ISR0338_000000016290	1744	0.91764666799418	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.6255742525353679		0	0	False	False	0.9994266033172607	0					non-mobilizable	other	1744.0	99.59899999999999	100.0	0.005710335609167988	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ISR0151_000000012469	1654	0.91764666799418	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.6067311182095857		0	0	False	False	0.9993954300880432	0					non-mobilizable	other	1654.0	99.94	100.0	0.0054154817911386596	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ENG0177_000000017242	1538	0.91764666799418	2	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.18484675615839932		0	0	False	False	0.99934983253479	0					non-mobilizable	other	1543.0	88.464	100.0	0.010753991741961249	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
ENG0107_000000021566	1411	0.91764666799418	2	2	2	2	1	False	59983	fragment	False	ENG0107_000000021566	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	99.575	100.0	0.004619376482459474	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
MAD0102_000000016720	1325	0.91764666799418	2	2	2	2	1	False	56440	fragment	False	MAD0102_000000016720	1.0		0	0	False	False	0.999245285987854	0					non-mobilizable	chromosome	1325.0	99.094	100.0	0.0003548098712179519	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CAN0010_000000002995	4384	0.917639385332614	9	7	4	5	5	True	118193	backbone	False	CAN0011_000000007096	0.9375425969550508	PS803	0	0	True	True	0.9997718930244446	468	rep_cluster_1097				non-mobilizable	no_good_hit	3320.0	97.139	76.0	0.3713486289871293	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0095_000000008626	3340	0.9176375123367044	5	3	2	3	1	True	117380	maximal	True	ISR0095_000000008626	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2645.0	97.656	79.0	0.040183190310997506	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0170_000000005606	7672	0.9176372948741696	7	4	4	4	4	False	31978	maximal	True	ISR0170_000000005606	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	75.767	8.0	0.00020125515275682705	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
USA0031_01_000000002176	13683	0.9176345925008657	18	9	7	8	6	True	21425	maximal	True	USA0031_01_000000002176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	96.99	2.0	6.590084576437794e-05	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	True
ISR0141_000000014146	2349	0.9176153595425852	3	2	2	2	1	False	86387	maximal	True	ISR0141_000000014146	1.0		20	6	False	False	0.9995743036270142	0					non-mobilizable	no_good_hit	1852.0	89.147	79.0	0.0009232272587843974	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0036_000000005290	2211	0.9176153595425852	3	2	2	2	1	False	86389	fragment	False	ISR0036_000000005290	1.0		0	0	False	False	0.9828131794929504	0					non-mobilizable	no_good_hit	1642.0	90.926	74.0	0.0008193142339861536	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0024_000000038592	1350	0.9176125036457812	2	1	1	1	1	False	104692	fragment	False	MON0027_000000029945	0.9744216701044852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000025364	1329	0.9176125036457812	1	1	1	1	1	False	104692	fragment	False	MON0027_000000029945	0.970112466602537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0019_000000001048	17762	0.9176032010405508	28	11	9	10	7	True	122947	fragment	False	AST0019_000000001048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5690.0	97.62700000000001	78.0	0.03276233483474835	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AUS0004_000000000032	96043	0.9176005816768842	81	10	3	8	4	True	114214	maximal	False	USA0056_01_000000000032	0.9316437027511366		0	0	True	True	0.9999895691871643	104					non-mobilizable	no_good_hit	936.0	82.479	2.0	0.005185280278632068	MT074142.1	viruses	Bacteroides phage DAC23, complete genome	True	True
ISR0183_000000003428	10545	0.9175953276557022	15	15	8	10	13	True	40851	maximal	True	ISR0183_000000003428	1.0		1	1	False	False	1.0	0	IncFII		MPF_T		non-mobilizable	plasmid	10270.0	94.314	97.0	0.4701444475112706	CP018922.1	enterobacteria	Serratia marcescens strain UMH7 plasmid unnamed5, complete sequence	False	True
DEN0026_000000001779	14789	0.9175941408636432	24	12	5	8	5	True	88280	fragment	False	USA0083_01_000000001702	0.93685618729097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	85.0	1.0	0.0033803501945525293	NZ_FOGW01000022.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
ISR0222_000000016589	3270	0.9175908582785628	3	3	3	3	3	False	119286	fragment	False	ISR0222_000000016589	1.0		0	0	False	False	0.9996941685676575	0					non-mobilizable	no_good_hit	1036.0	87.259	32.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0012_000000025071	1236	0.9175898020095471	1	1	1	1	1	False	47874	fragment	False	MAD0012_000000025071	0.9728353140916808		0	0	False	False	0.9684466123580933	0					non-mobilizable	no_good_hit	209.0	76.555	17.0	0.014656225303541921	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0107_000000006567	7117	0.9175806421533031	12	4	2	4	1	True	88744	fragment	False	MON0107_000000006567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1985.0	91.738	81.0	0.03510792896891504	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0093_000000000231	57221	0.917574703690242	70	25	12	21	11	True	110147	maximal	True	DEN0093_000000000231	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	13266.0	97.038	33.0	0.02201173804404672	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0208_000000001406	15247	0.917569637432252	12	10	9	10	5	True	112636	fragment	False	ENG0208_000000001406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	75.76899999999999	15.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0849_000000007290	3668	0.9175668709068068	5	5	5	4	4	False	116631	fragment	False	SPA0101_000000007479	0.40919878009738375		0	0	False	False	0.9997273683547974	0					non-mobilizable	chromosome	3668.0	100.0	100.0	0.0007176136479274331	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
SPA0132_000000019525	2109	0.9175651086610824	4	3	2	2	3	True	3734	fragment	False	SPA0132_000000019525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1171.0	86.84899999999999	66.0	0.23819218241042345	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
AUS0020_000000022696	1110	0.917564205790674	2	2	2	2	2	False	99431	fragment	False	ISR0152_000000018054	0.4134008299467166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	75.665	47.0	0.0001156992514994088	NZ_MCGV01000001.1	firmicutes	Clostridium pasteurianum strain GL11 contig.1, whole genome shotgun sequence	True	False
SPA0083_000000013004	1392	0.9175603567038544	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.738085825051114		0	0	False	False	0.9985632300376892	0					non-mobilizable	other	1390.0	98.633	99.0	0.002304442027842574	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0001_000000015832	1581	0.917556090782138	3	2	2	2	2	False	38688	maximal	True	ISR0001_000000015832	1.0		1	1	False	False	0.9987349510192871	0					non-mobilizable	no_good_hit	527.0	77.23	33.0	0.0002314977728851926	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0146_000000024544	1704	0.917547026013685	3	2	2	2	1	False	30998	fragment	False	ISR0146_000000024544	1.0		0	0	False	False	0.9911971688270569	0					non-mobilizable	no_good_hit								True	False
MON0005_000000005392	7387	0.9175327892090912	16	5	1	4	4	False	53156	fragment	False	MON0005_000000005392	1.0		0	0	False	False	0.9878164529800415	0					non-mobilizable	no_good_hit	5189.0	95.85700000000001	79.0	0.20277940888627913	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
CHI0177_000000003700	4159	0.9175303667323248	5	5	5	5	3	False	130925	fragment	False	CHI0177_000000003700	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1685.0	81.66199999999999	42.0	0.0007690715897102379	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
USA0072_01_000000003005	6695	0.917524531478148	8	6	4	4	4	False	731	maximal	True	USA0072_01_000000003005	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	92.587	20.0	0.07397244932243252	NZ_QRUU01000066.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf66, whole genome shotgun sequence	True	False
CHI0181_000000009719	2114	0.9175237835787908	2	2	2	2	2	False	92608	fragment	False	ISR0391_000000006560	0.9640896614821592		0	0	False	False	1.0	0					non-mobilizable	chromosome	1463.0	98.838	96.0	0.00025988856433432976	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0100_000000004273	2880	0.9175184311904352	4	2	2	2	2	False	89454	fragment	False	ISR0100_000000004273	1.0		0	0	False	False	0.9989583492279053	0					non-mobilizable	no_good_hit	2482.0	99.96	86.0	0.12617606672430454	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
ISR0049_000000011744	2523	0.9175184311904352	4	2	2	2	2	False	89453	fragment	False	ISR0049_000000011744	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2462.0	99.959	98.0	0.12515892793571684	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	False	False
DEN0022_000000014492	2706	0.9175149731993651	3	2	2	2	2	False	74603	fragment	False	DEN0022_000000014492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	93.436	26.0	0.00021859681025980307	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
FIJ0122_000000012185	1310	0.9175124460097503	2	2	2	2	2	False	79729	fragment	False	FIJ0122_000000012185	0.998330550918197		0	0	False	False	1.0	0					non-mobilizable	chromosome	1310.0	99.84700000000001	100.0	0.0002482942808855134	CP052544.1	enterobacteria	Klebsiella pneumoniae strain B16KP0102 chromosome, complete genome	False	False
SPA0055_000000004444	6695	0.9175120603708458	7	3	0	3	1	True	72262	maximal	True	SPA0055_000000004444	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	79.878	2.0	8.386033538826539e-05	NZ_GG700527.1	firmicutes	Anaerococcus vaginalis ATCC 51170 SCAFFOLD1, whole genome shotgun sequence	True	True
ISR0846_000000003052	3183	0.9175120603708458	4	3	0	3	1	True	72260	fragment	False	ISR0846_000000003052	1.0		0	0	False	False	0.9987432956695557	0					non-mobilizable	no_good_hit	82.0	91.463	3.0	0.00023387355236602076	NZ_JMLK01000008.1	firmicutes	Clostridium akagii DSM 12554 BR66DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	True
DEN0028_000000016802	1805	0.917492234178613	2	2	1	2	2	False	73966	maximal	True	DEN0028_000000016802	1.0		0	0	False	False	0.9806094169616699	0					non-mobilizable	no_good_hit	658.0	99.24	36.0	0.0024924222019051664	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0018_000000010343	3499	0.917489619628524	5	3	1	2	3	False	75134	maximal	True	DEN0018_000000010343	1.0		1	1	False	False	0.999714195728302	0					non-mobilizable	no_good_hit	1147.0	98.954	57.0	0.45713141025641024	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	True	False
ISR0250_000000003131	3345	0.917489339188353	5	4	4	4	4	False	128449	fragment	False	ISR0250_000000003131	0.9946792869036811		0	0	False	False	0.9970104694366455	0					non-mobilizable	other	3345.0	98.86399999999999	100.0	0.012827594672558767	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0007_000000005180	5476	0.9174891147944066	6	5	2	4	4	False	101868	fragment	False	DEN0007_000000005180	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5476.0	99.90899999999999	100.0	0.000993332966843362	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MON0080_000000026233	2038	0.917486045943356	3	3	3	2	3	False	51999	fragment	False	MON0090_000000026229	0.9463102076889085		0	0	False	True	0.9955838918685913	0					non-mobilizable	other	1798.0	97.553	99.0	0.0012107092491175843	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
AST0024_000000007787	4104	0.9174846950280036	7	6	4	6	4	False	121667	fragment	False	AST0024_000000007787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	80.311	14.0	0.00013083793420280468	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0092_000000018560	2912	0.917464746707723	5	4	2	3	2	False	9461	fragment	False	MON0092_000000018560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	96.928	20.0	0.059712156782688576	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
MAD0006_000000001228	5553	0.9174607056292284	6	2	2	2	2	False	19899	maximal	True	MAD0006_000000001228	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0396_000000002922	6746	0.9174588379291644	6	6	4	4	3	False	132280	fragment	False	ENG0085_000000002909	0.3479751593595022		0	0	False	False	0.9998517632484436	0					non-mobilizable	other	6748.0	95.525	100.0	0.2987996633742304	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
CHI0050_000000001085	7156	0.9174552241079532	10	10	6	8	9	True	88004	maximal	True	CHI0050_000000001085	1.0		5	2	False	False	0.9998602867126465	0	rep_cluster_1018	MOBV			mobilizable	chromosome	7157.0	99.902	100.0	0.0024142469928200194	CP029653.1	firmicutes	Staphylococcus aureus strain AR_0470 chromosome, complete genome	False	True
ITA0002_000000006259	1629	0.9174516996148354	3	2	2	2	1	True	22317	fragment	False	ITA0002_000000006259	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1629.0	93.677	100.0	0.0005438119346009362	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0144_000000013572	1383	0.9174506570002429	2	2	2	2	2	False	111252	fragment	False	USA0072_01_000000011979	0.9554580540055608		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	87.191	99.0	0.01853676976872916	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ISR0038_000000011877	2634	0.9174473243603298	5	2	2	2	1	False	36639	maximal	True	ISR0038_000000011877	1.0		1	1	False	False	0.9981017708778381	0					non-mobilizable	no_good_hit	1171.0	96.072	83.0	0.00032123194242200063	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
BAN0018_000000000779	3023	0.9174465528513456	4	3	0	1	3	False	98457	maximal	True	BAN0018_000000000779	1.0		2	2	True	True	1.0	3	rep_cluster_2350,rep_cluster_2358	MOBF		MOB_unknown	mobilizable	plasmid	2918.0	96.573	99.0	0.9637271214642263	CP050720.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain SE95 plasmid pSE95-4, complete sequence	False	True
USA0042_01_000000009959	2042	0.9174456830472733	3	2	2	2	2	False	1267	maximal	True	USA0042_01_000000009959	1.0		2	2	False	False	0.9980411529541016	0					non-mobilizable	no_good_hit	940.0	95.319	46.0	0.0004328048525876834	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MON0044_000000009973	4381	0.9174347198840542	6	5	3	5	3	False	47761	fragment	False	MON0044_000000009973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0169_000000007717	2977	0.9174334919783109	6	3	1	2	3	False	55916	fragment	False	ENG0169_000000007717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1521.0	94.477	60.0	0.00047689396721251536	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0047_000000038930	1236	0.9174255697562042	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.08933297191172496		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	98.70700000000001	94.0	0.0003468314300497265	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0170_000000014550	1117	0.9174255697562042	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.058011478557675016		0	0	False	False	1.0	0					non-mobilizable	chromosome	1052.0	94.962	99.0	0.0003043756169041521	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0112_000000011475	2989	0.9174236284561776	4	4	4	4	4	False	65285	fragment	False	ENG0048_000000008464	0.9671420786859906		0	0	False	False	1.0	0					non-mobilizable	other	2989.0	99.59899999999999	100.0	0.0013561956080685468	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
DEN0071_000000039242	1142	0.917422624269424	3	3	3	3	2	False	70331	fragment	False	DEN0071_000000039242	0.9790718835304824		0	0	False	False	0.9894921183586121	0					non-mobilizable	chromosome	909.0	99.01	99.0	0.0003191008945719462	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0025_000000012420	2905	0.9174196365612124	4	3	2	3	2	False	75925	fragment	False	FIJ0107_000000008359	0.7651974480140036		0	0	False	True	0.9934595227241516	0					non-mobilizable	no_good_hit	124.0	81.452	4.0	0.002740346506624391	NZ_FNAQ01000019.1	d-proteobacteria	Desulfuromonas thiophila strain DSM 8987, whole genome shotgun sequence	True	True
AST0050_000000002450	5570	0.917409068321734	6	3	0	2	2	False	115466	maximal	False	ISR0161_000000004953	0.9765091929308097		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1182.0	80.964	37.0	0.228125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MON0077_000000031662	1417	0.9174051337606782	1	1	1	1	1	False	63140	fragment	False	MON0008_000000024423	0.4730538922155688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	96.429	4.0	1.62891773225035e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0013_000000013034	2175	0.9174020532615592	3	3	3	3	2	False	129642	maximal	True	FIJ0013_000000013034	1.0	PS1061	34	7	False	True	1.0	0					non-mobilizable	no_good_hit	1600.0	89.18799999999999	74.0	0.00042716535855091787	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MAD0105_000000032715	1213	0.9173873831906949	1	1	1	1	1	False	14774	fragment	False	MAD0105_000000032715	1.0		0	0	False	False	0.963726282119751	0					non-mobilizable	no_good_hit	66.0	83.333	5.0	1.8670558568536892e-05	NZ_RSDX01000001.1	firmicutes	Herbinix hemicellulosilytica strain LL1355 Ga0256695_11, whole genome shotgun sequence	True	False
SPA0034_000000008302	4275	0.9173867088702304	7	3	2	2	3	False	62495	maximal	True	SPA0034_000000008302	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2629.0	84.93700000000001	61.0	0.1366733046850435	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
CAN0007_000000006332	6799	0.9173821795661437	5	3	2	2	2	False	95426	maximal	True	CAN0007_000000006332	1.0		3	2	False	False	0.998823344707489	0					non-mobilizable	no_good_hit	3502.0	99.6	54.0	0.0009789964573247306	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0236_000000003342	2976	0.9173788263624616	4	3	3	3	3	False	118755	fragment	False	MAD0064_000000006588	0.9191424713031735		0	0	False	False	1.0	0					non-mobilizable	other	2856.0	97.584	100.0	0.012956777461106976	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0384_000000000670	13527	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8733384323216795	PS1166	0	0	True	True	1.0	14			MPF_T		non-mobilizable	other	13390.0	99.38799999999999	100.0	0.35693144548436123	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0205_000000001510	13357	0.9173787951599292	20	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8712427509655664	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	13357.0	100.0	100.0	0.35613150947924166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0049_01_000000000163	13301	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8731841201885182	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	13303.0	99.632	100.0	0.35461163106951443	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0068_000000000550	13283	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8700859805451857	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	13024.0	99.102	100.0	0.3470655680878863	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0126_000000000994	13273	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8700122594987656	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	13024.0	99.094	100.0	0.3470655680878863	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0105_000000003391	13154	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8719780220357712	PS1166	0	0	False	True	0.9987075924873352	0			MPF_T		non-mobilizable	other	13150.0	99.635	100.0	0.3505586219769085	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0030_000000001020	13117	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.870856237967413	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	13040.0	99.992	99.0	0.2967117988394584	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
CHI0099_000000000463	13114	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8716755932107854	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	13117.0	99.626	100.0	0.34967869237127697	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AUS0006_000000000981	13101	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8705207903246958	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	13019.0	99.554	100.0	0.3470655680878863	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0037_000000001255	13057	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8711830717964827	PS1166	0	0	False	True	0.9998468160629272	0			MPF_T		non-mobilizable	other	13059.0	99.556	100.0	0.3481054848945418	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0039_000000000829	12960	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8704480764131401	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12963.0	99.60700000000001	100.0	0.34557235421166305	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0061_000000001900	12946	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8594964420242778	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12957.0	96.98200000000001	100.0	0.3536925601750547	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
CAN0001_000000003142	12945	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8631840173273361	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12956.0	98.541	100.0	0.3450923926085913	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0150_000000000717	12936	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8704777618294804	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12939.0	99.64399999999999	100.0	0.3449324054075674	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0108_000000000500	12936	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8703975896940755	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12939.0	99.637	100.0	0.3449324054075674	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0162_000000001711	12936	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8703753297863953	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12939.0	99.62899999999999	100.0	0.3449324054075674	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0122_000000001090	12925	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.870359974346902	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12928.0	99.64399999999999	100.0	0.34463909553902355	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0145_000000000985	12925	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8702994888632475	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12928.0	99.63600000000001	100.0	0.34463909553902355	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0176_000000002035	12918	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8701782319241604	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12916.0	99.613	100.0	0.34437245020398366	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0063_01_000000001650	12895	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8704497807407451	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12898.0	99.698	100.0	0.343839159533904	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0022_000000001951	12891	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8705834371036029	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12894.0	99.705	100.0	0.34373250139988804	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0149_000000001815	12890	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8627935738643965	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12900.0	98.55	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0023_000000000813	12889	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8705480817400422	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12892.0	99.705	100.0	0.34367917233288003	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0083_01_000000002074	12888	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8705612567843287	PS1166	0	0	False	True	0.9998447895050049	0			MPF_T		non-mobilizable	other	12889.0	99.713	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0023_01_000000002432	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8706226264467236	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.721	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0130_01_000000002897	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8706185714282592	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.721	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0133_01_000000002149	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8706226264467236	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.721	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0022_000000001836	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8706226264467236	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.721	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AUS0020_000000001781	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8706419113133081	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.697	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0042_01_000000002124	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8705352895051008	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.713	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0300_000000000269	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8699067682033881	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.67399999999999	100.0	0.3435458496653601	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0020_000000001575	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8705986022053432	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.69	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0017_000000001021	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8706317938820022	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.728	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0135_000000001752	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8706317938820022	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.728	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0040_01_000000001610	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8706067085366445	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.713	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0267_000000001147	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.870639311887243	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.697	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0136_000000002372	12887	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8705744253343849	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12889.0	99.744	100.0	0.34359917873236806	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0054_01_000000000935	12882	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.87033893172041	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12884.0	99.721	100.0	0.34346585606484814	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0056_000000001130	12881	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8700964791422868	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12883.0	99.705	100.0	0.34343919153134417	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0089_000000001548	12881	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8700964791422868	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12883.0	99.705	100.0	0.34343919153134417	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0050_000000001506	12880	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8700245428700022	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12883.0	99.697	100.0	0.34343919153134417	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0055_000000000895	12875	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8704681971807814	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12876.0	99.402	100.0	0.25236685810612147	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0794_000000001119	12871	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8704950762917224	PS1166	0	0	False	True	0.9999223351478577	0			MPF_T		non-mobilizable	other	12874.0	99.736	100.0	0.3431992107298083	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0112_000000002422	12865	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8696704521879726	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12867.0	99.751	100.0	0.3430125589952804	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0151_000000001634	12845	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8697922528107757	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12846.0	99.39299999999999	100.0	0.2517788188250975	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0077_000000001033	12845	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8697894121018963	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12842.0	99.743	100.0	0.34234594565768073	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0062_000000001128	12845	0.9173787951599292	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8698730598739299	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12842.0	99.751	100.0	0.34234594565768073	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
FIJ0056_000000002062	11605	0.917370593123542	16	5	2	5	4	True	101329	fragment	False	FIJ0068_000000001978	0.7361898487626892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	389.0	95.63	5.0	0.00010350174685873532	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0092_000000000749	11516	0.917370593123542	17	5	2	5	4	True	101329	fragment	False	FIJ0068_000000001978	0.7339232045802685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	94.361	3.0	7.069062607619809e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0154_000000002396	11250	0.917370593123542	17	5	2	5	4	True	101329	fragment	False	FIJ0068_000000001978	0.7295123258845355		0	0	False	False	0.999822199344635	0					non-mobilizable	no_good_hit	183.0	94.536	2.0	4.854978847497379e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0019_000000000444	10670	0.917370593123542	15	5	2	5	4	True	101329	fragment	False	FIJ0068_000000001978	0.5228550671805241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	97.17	1.0	2.8009493350946415e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0026_000000011721	1121	0.9173695888657502	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.022474064143984025		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	97.681	100.0	0.000338644816013062	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0028_000000002709	10415	0.9173682642049796	15	8	2	4	6	False	110852	maximal	True	FIJ0028_000000002709	1.0		1	1	False	False	0.9999039769172668	0					non-mobilizable	no_good_hit	2834.0	96.86	68.0	0.0004735494202366241	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0145_000000002782	11877	0.9173682519533036	17	15	12	14	13	False	132203	fragment	False	ISR0145_000000002782	1.0		0	0	False	False	0.9991580247879028	0					non-mobilizable	no_good_hit	9951.0	99.809	84.0	0.20644933701313523	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
FIJ0083_000000004922	6411	0.9173600297797088	11	7	7	6	6	True	44140	maximal	True	FIJ0083_000000004922	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	80.53399999999999	12.0	0.00033146452500921087	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	True
MAD0013_000000004659	4536	0.9173453885029876	5	2	0	1	1	False	19872	maximal	True	MAD0013_000000004659	0.9998853736817974		4	1	True	True	1.0	48					non-mobilizable	no_good_hit								True	True
MON0054_000000008915	4217	0.9173453885029876	4	2	0	1	1	False	11145	maximal	True	MON0054_000000008915	1.0		2	1	True	True	1.0	47					non-mobilizable	no_good_hit								True	True
MON0047_000000009598	3865	0.9173453885029876	4	2	0	1	1	False	13017	maximal	True	MON0047_000000009598	1.0		1	1	False	False	0.9873220920562744	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	2.0	0.006537530266343826	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	False
MAD0099_000000007579	3829	0.9173453885029876	4	2	0	1	1	False	15242	fragment	False	MAD0099_000000007579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0003_000000001941	3622	0.9173453885029876	4	2	0	1	1	False	2988	fragment	False	TAN0003_000000001941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	92.30799999999999	3.0	0.013335353841491135	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0351_000000001260	7916	0.9173436955839634	9	7	5	5	4	False	129553	fragment	False	ISR0351_000000001260	1.0		0	0	False	True	0.9997473359107971	0					non-mobilizable	no_good_hit	1759.0	98.294	25.0	0.0071740639418561925	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0154_000000004205	6295	0.9173418154301046	6	6	5	6	4	False	131413	fragment	False	ISR0058_000000003113	0.7647236194080519		0	0	False	False	0.997458279132843	0					non-mobilizable	no_good_hit	807.0	74.969	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ISR0153_000000023375	1260	0.9173403111156656	2	2	2	2	1	True	57076	fragment	False	ENG0151_000000018877	0.9694835680751174		0	0	False	False	0.9928571581840515	0					non-mobilizable	other	1258.0	97.695	99.0	0.001606860026768217	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
ISR0068_000000000403	25031	0.9173388632693844	18	17	8	11	15	True	109145	fragment	False	ISR0068_000000000403	1.0		0	0	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	14827.0	95.21799999999999	97.0	0.06250739757528619	CP020439.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 plasmid unamed1 sequence	False	True
ISR0360_000000003596	6478	0.917319787552598	12	2	1	2	0	True	119819	maximal	True	ISR0360_000000003596	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	91.537	9.0	0.0007437968504852112	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0019_000000001534	4854	0.9173163160122624	5	3	2	3	2	True	49885	fragment	False	FIJ0019_000000001534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	6.34337899905444e-05	LN590834.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000421	True	True
ISR0358_000000004207	4190	0.91731141855904	4	4	3	4	1	True	43008	maximal	True	ISR0358_000000004207	1.0		2	1	False	False	0.9983293414115906	0					non-mobilizable	no_good_hit	230.0	97.391	7.0	0.0005583690746434606	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ENG0196_000000001290	6289	0.9173075658571122	8	5	2	3	5	False	114716	maximal	True	ENG0196_000000001290	1.0	PS386	3	2	False	True	0.9998409748077393	0	rep_cluster_1868,rep_cluster_870				non-mobilizable	no_good_hit	3847.0	99.896	61.0	0.6873435824097247	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	True	True
CHI0069_000000000467	12364	0.9173022351926676	16	14	9	10	12	True	123702	fragment	False	ENG0167_000000001303	0.5775370540444298		0	0	False	True	0.9998382329940796	0	rep_cluster_1702				non-mobilizable	plasmid	12341.0	99.919	99.0	0.12553535641257796	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
DEN0069_000000002316	12276	0.9173022351926676	15	14	9	10	12	True	123702	fragment	False	ENG0167_000000001303	0.5753473971420514		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	12276.0	99.935	100.0	0.12484358945665774	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MAD0049_000000004807	3469	0.9172979885304876	5	3	2	2	3	False	17482	maximal	True	MAD0049_000000004807	1.0		4	2	False	False	0.9997117519378662	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0996309963099631	NZ_WXZL01000251.1	bacteria	Deinococcus alpinitundrae strain LMG 24283 NODE_253_length_271_cov_0.593023, whole genome shotgun sequence	True	False
MON0001_000000012858	2669	0.917297451483594	5	5	5	5	2	False	47495	fragment	False	MON0001_000000012858	1.0		0	0	False	False	0.9917572140693665	0					non-mobilizable	no_good_hit	2097.0	88.603	78.0	0.000843908409313328	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
MAD0028_000000006006	2116	0.9172958260728172	4	2	2	2	2	False	19014	maximal	True	MAD0028_000000006006	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	100.0	12.0	4.450103010088859e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0097_000000023567	1392	0.9172956998015724	2	2	1	2	0	True	5111	maximal	True	SPA0097_000000023567	1.0		1	1	False	False	0.9849137663841248	0					non-mobilizable	no_good_hit								True	True
MAD0068_000000024366	1194	0.9172932132302662	2	1	1	1	1	False	16418	maximal	True	MAD0068_000000024366	1.0		0	0	False	False	0.9212730526924133	0					non-mobilizable	no_good_hit								True	False
AST0016_000000005894	4523	0.9172845229427932	7	3	2	3	2	False	123767	maximal	True	AST0016_000000005894	1.0		1	1	False	False	0.9997789263725281	0					non-mobilizable	no_good_hit								True	False
ISR0331_000000011464	2074	0.9172833741806002	3	3	2	3	2	False	80184	fragment	False	ISR0331_000000011464	1.0		0	0	False	False	0.9913211464881897	0					non-mobilizable	no_good_hit	445.0	74.157	21.0	0.0032947919300584634	NZ_QQZY01000007.1	actinobacteria	Gaiella occulta strain F2-233 Contig0007, whole genome shotgun sequence	True	False
MAD0050_000000012253	1965	0.9172768564015789	3	2	2	2	2	False	17400	maximal	True	MAD0050_000000012253	1.0		1	1	False	False	0.9984732866287231	0					non-mobilizable	no_good_hit	489.0	99.387	25.0	0.022179801836196708	NZ_CABLCC010000049.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	False
ISR0043_000000002970	7073	0.9172765254984608	16	4	3	3	4	False	51602	maximal	True	ISR0043_000000002970	1.0		1	1	False	False	0.9995758533477783	0					non-mobilizable	no_good_hit	607.0	79.407	9.0	0.0009640452748970297	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
FIJ0145_000000013813	1238	0.9172764622912744	2	1	1	1	1	False	40009	maximal	True	FIJ0145_000000013813	1.0		0	0	False	False	0.966882050037384	0					non-mobilizable	no_good_hit	832.0	93.99	67.0	0.0026302446444416276	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0079_000000000499	34407	0.9172760486463779	44	24	17	21	15	True	61875	maximal	True	ENG0079_000000000499	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	99.72399999999999	2.0	0.9986187845303868	KU547325.1	bacteria	Uncultured bacterium clone TE_08A_000_Contig_4 genomic sequence	True	True
USA0024_01_000000007944	3015	0.9172665614393416	4	3	3	3	2	False	85646	fragment	False	USA0024_01_000000007944	1.0		0	0	False	False	0.9923714995384216	0					non-mobilizable	no_good_hit	1830.0	96.12	81.0	0.0008117357623823173	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0050_000000004184	5572	0.9172622971693872	5	3	3	3	2	True	96530	fragment	False	MON0050_000000004184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4295.0	95.902	83.0	0.001255696463492558	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0042_000000004634	5105	0.9172615779672691	7	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.9343185830057164	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	277	rep_cluster_475				non-mobilizable	other	4315.0	99.954	100.0	0.842578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0093_000000007960	5101	0.9172615779672691	7	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.9347115565318901	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	233	rep_cluster_475				non-mobilizable	other	4327.0	100.0	100.0	0.844921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0152_000000005860	3805	0.9172590353935852	6	1	1	1	1	False	57059	maximal	True	ENG0152_000000005860	1.0		1	1	False	False	0.997109055519104	0					non-mobilizable	no_good_hit	123.0	76.423	3.0	0.00027583290042892017	NZ_LT699728.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
DEN0082_000000013688	2878	0.9172590353935852	4	1	1	1	1	False	69286	maximal	True	DEN0082_000000013688	1.0		1	1	False	False	0.9892286062240601	0					non-mobilizable	no_good_hit	123.0	77.236	4.0	0.00027583290042892017	NZ_LT699728.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
ISR0226_000000001097	5690	0.91725202823094	7	7	5	7	5	False	127577	fragment	False	ISR0001_000000004362	0.5560448736747783		0	0	False	False	0.9857645034790039	0					non-mobilizable	chromosome	5600.0	98.214	98.0	0.0023058061508480707	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0101_000000006069	4564	0.9172489601069036	7	7	3	7	4	True	50031	maximal	False	FIJ0018_000000005880	0.9998391248391248		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.00012273220776359888	NZ_RQFU01000010.1	bacteria	Leptospira yanagawae strain 201800272 contig_0004, whole genome shotgun sequence	True	True
ISR0775_000000002241	7222	0.9172469547326436	10	4	1	3	3	False	110849	maximal	False	ISR0122_000000001845	0.9583068917375301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2831.0	95.479	68.0	0.00047271276048355587	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
USA0035_01_000000013549	1874	0.9172435811918068	2	2	2	2	2	False	120027	fragment	False	USA0035_01_000000013549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1571.0	93.571	84.0	0.07915048176360794	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0395_000000020558	1885	0.9172420688003391	3	3	2	2	3	False	38556	fragment	False	ISR0395_000000020558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	92.43700000000001	34.0	0.00023311773623537922	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CAN0016_000000016526	2926	0.917239373681352	4	3	2	2	3	False	94115	fragment	False	CAN0016_000000016526	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2911.0	91.412	99.0	0.01741691359738324	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
FIJ0130_000000006809	3101	0.9172372864402346	5	2	1	2	0	False	40888	fragment	False	FIJ0130_000000006809	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2484.0	84.259	98.0	0.0019946171116558627	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	False	False
ISR0039_000000002295	10239	0.9172365274877851	9	8	7	6	7	False	120416	fragment	False	ISR0370_000000002199	0.9874413377599702		0	0	False	False	1.0	0					non-mobilizable	other	10239.0	98.994	100.0	0.004417500233387156	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
CAN0012_000000007221	7701	0.9172302099360004	13	10	8	10	10	False	125086	fragment	False	SPA0155_000000001948	0.941317393793374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1687.0	82.336	25.0	0.00046807767349413135	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0260_000000006286	2162	0.9172221404007102	3	3	2	3	2	False	63753	maximal	True	ISR0260_000000006286	1.0		88	12	False	False	0.9444958567619324	0					non-mobilizable	other	2061.0	98.205	95.0	0.0007263436740931194	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
MON0074_000000012291	1693	0.9172157958102364	2	1	1	1	1	False	10371	fragment	False	MON0074_000000012291	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	95.444	97.0	0.028331008620492534	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0818_000000011823	1570	0.9172157958102364	2	1	1	1	1	False	39847	maximal	False	FIJ0149_000000015084	0.941588785046729		0	0	False	False	0.9993630647659302	0					non-mobilizable	other	1572.0	96.056	100.0	0.0010529665073060505	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
SPA0090_000000028508	1289	0.9172133862149738	1	1	1	1	1	False	5364	fragment	False	SPA0090_000000028508	1.0		0	0	False	False	0.9899146556854248	0					non-mobilizable	other	1285.0	87.16	99.0	0.002773705531796771	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
USA0011_01_000000013564	2735	0.9172117851810286	4	4	3	2	3	True	4609	maximal	True	USA0011_01_000000013564	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	76.679	84.0	0.0003310085993794211	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
DEN0045_000000012852	2913	0.917201480817262	3	1	1	1	1	False	72942	fragment	False	DEN0045_000000012852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	94.286	45.0	0.0003154536839950498	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0081_000000001065	5396	0.9171909466586441	8	4	2	3	2	False	64325	fragment	False	MAD0081_000000001065	0.9755299115061462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	84.337	2.0	3.044047365377005e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
FIJ0063_000000002108	10057	0.917182726888958	15	4	2	4	2	False	78926	fragment	False	FIJ0063_000000002108	0.9985544811085635		0	0	False	False	0.9999005794525146	0					non-mobilizable	plasmid	10147.0	95.398	99.0	0.19970718581829694	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
FIJ0015_000000002846	10031	0.917182726888958	15	4	2	4	2	False	78926	fragment	False	FIJ0063_000000002108	0.9977130356965298		0	0	False	False	1.0	0					non-mobilizable	plasmid	10112.0	95.421	100.0	0.19915321304210193	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0064_000000001858	10202	0.917182378954679	12	11	11	11	11	False	113200	maximal	True	SPA0064_000000001858	1.0		285	13	False	False	1.0	0					non-mobilizable	chromosome	10202.0	99.99	100.0	0.0019451079514891869	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
ENG0191_000000006467	4241	0.9171748074760095	6	3	3	3	1	False	54748	maximal	True	ENG0191_000000006467	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	84.615	2.0	0.00017175087421194974	NZ_LT854636.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
ISR0221_000000001425	13136	0.9171675373744252	16	11	11	8	7	False	129479	maximal	True	ISR0221_000000001425	1.0		50	7	False	False	1.0	0					non-mobilizable	no_good_hit	1641.0	93.053	15.0	0.0004661984771039375	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0320_000000000570	19222	0.9171626161278702	25	17	12	16	10	False	123881	fragment	False	ISR0786_000000000798	0.7287899941731202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11962.0	98.97200000000001	85.0	0.07078305231198992	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
ENG0209_000000002244	9018	0.9171605422093052	15	7	5	5	5	True	106695	backbone	False	ISR0299_000000000481	0.4044205323702554	PS446|PS447|PS652	0	0	True	True	1.0	29					non-mobilizable	other	4149.0	99.928	100.0	0.24923372798846086	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
ISR0384_000000002609	4964	0.917153250011843	7	3	1	2	1	False	123185	backbone	True	ISR0384_000000002609	1.0	PS879|PS883|PS884	2	1	True	True	1.0	15					non-mobilizable	no_good_hit	1200.0	96.833	52.0	0.20287621982537238	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0062_000000010043	3277	0.917153250011843	3	3	1	2	1	False	114822	fragment	False	SPA0062_000000010043	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2955.0	98.74799999999999	99.0	0.35660787629862284	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
USA0086_01_000000012170	1391	0.9171528444298548	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09231989611334772		0	0	False	False	0.999281108379364	0					non-mobilizable	chromosome	1397.0	93.34299999999999	100.0	0.000390088562687232	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ETH0003_000000004589	6236	0.91714857205946	11	3	1	3	2	True	53259	maximal	True	ETH0003_000000004589	1.0		1	1	True	True	0.9972739219665527	12					non-mobilizable	no_good_hit	50.0	94.0	1.0	0.019140625	LN853892.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1326	True	True
MON0032_000000003043	6159	0.9171376771482144	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9928149737333862	PS1033	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	3336.0	82.044	69.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0171_000000003652	6140	0.9171376771482144	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9937069486844959	PS1033	0	0	True	True	0.9983713626861572	19					non-mobilizable	no_good_hit	3336.0	82.164	69.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AUS0018_000000004245	6139	0.9171376771482144	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9929530908604415	PS1033	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	3336.0	82.044	69.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0095_000000003691	6139	0.9171376771482144	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9929880140334462	PS1033	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	2691.0	82.088	70.0	0.4348825751354902	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0119_000000005695	6139	0.9171376771482144	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9929623185822897	PS1033	0	0	True	True	0.9998371005058289	158					non-mobilizable	no_good_hit	3336.0	82.044	69.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0090_000000001931	6134	0.9171376771482144	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9930610203296643	PS1033	0	0	True	True	0.9995109438896179	15					non-mobilizable	no_good_hit	3184.0	82.035	70.0	0.512235178190179	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0162_000000005648	6119	0.9171376771482144	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9927347852260164	PS1033	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	3336.0	82.014	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0153_000000002755	6027	0.9171376771482144	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9702864372037013	PS1033	0	0	True	True	0.9988385438919067	15					non-mobilizable	no_good_hit	2697.0	84.01899999999999	63.0	0.43734603383149945	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0140_000000013279	2212	0.917131023007399	4	4	3	2	3	False	80255	fragment	False	ISR0265_000000007441	0.991212257773772		0	0	False	False	0.9990958571434021	0					non-mobilizable	no_good_hit								True	False
USA0080_01_000000005411	7486	0.9171170823333892	7	6	2	4	2	False	101865	fragment	False	DEN0079_000000004664	0.9805837572012456		0	0	False	False	1.0	0					non-mobilizable	chromosome	6785.0	99.867	100.0	0.0012382693871114117	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
SPA0008_000000005583	4936	0.9171002581952318	7	3	2	3	1	True	49318	fragment	False	SPA0008_000000005583	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	91.304	6.0	0.007157316367842684	NZ_VZBY01000019.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_31_length_41496_cov_31.8884_ID_61, whole genome shotgun sequence	True	True
MAD0013_000000005128	4188	0.9171002581952318	6	3	2	3	1	True	49314	fragment	False	MAD0031_000000002796	0.952317587048126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	90.539	18.0	0.00020273538044494546	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0140_000000006526	4162	0.9171002581952318	6	3	2	3	1	True	49317	fragment	False	ISR0162_000000008738	0.6331466791102816		0	0	False	False	0.998798668384552	0					non-mobilizable	no_good_hit	306.0	90.85	7.0	0.007326007326007326	NZ_VZBY01000019.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_31_length_41496_cov_31.8884_ID_61, whole genome shotgun sequence	True	True
ISR0128_000000008211	4213	0.9170936048459936	6	3	2	2	2	True	91222	maximal	True	ISR0128_000000008211	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2896.0	99.758	69.0	0.09898112691466084	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	True
ENG0021_000000010437	1734	0.9170870272495124	3	3	3	2	2	False	73199	fragment	False	ENG0021_000000010437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0124_000000007275	2056	0.9170868297768904	3	3	3	2	2	False	101759	fragment	False	CHI0124_000000007275	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2051.0	99.902	99.0	0.0011867580952822025	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ENG0026_000000004262	2509	0.9170863963999216	5	1	1	1	1	False	66078	maximal	True	ENG0026_000000004262	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	366.0	99.727	25.0	8.107165623840842e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
DEN0033_000000006523	4114	0.9170863952220699	4	4	3	4	1	False	126664	fragment	False	DEN0033_000000006523	1.0		0	0	False	False	0.9934370517730713	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000028747	1124	0.917083818830331	2	2	2	2	1	False	73857	maximal	True	DEN0028_000000028747	1.0		80	11	False	False	0.9555160403251648	0					non-mobilizable	no_good_hit	506.0	83.00399999999999	45.0	0.00021042968316080474	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0292_000000010134	1921	0.9170817838615972	3	3	2	1	2	False	110611	fragment	False	ISR0362_000000010416	0.4332962748017948		0	0	False	False	1.0	0					non-mobilizable	other	834.0	99.64	100.0	0.0002042331926257352	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0096_000000004366	5872	0.9170757047010072	6	5	5	5	5	False	121750	fragment	False	ISR0096_000000004366	0.931418066688876		0	0	False	False	1.0	0					non-mobilizable	other	4988.0	96.632	92.0	0.08445831354724917	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
USA0057_01_000000018014	1776	0.9170749718466346	2	2	2	2	2	False	72508	fragment	False	SPA0062_000000016810	0.9512571001556172		0	0	False	False	0.9870495200157166	0					non-mobilizable	other	1760.0	95.852	99.0	0.005613128839846822	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CAN0012_000000024277	1954	0.9170723124407764	3	2	2	2	2	True	94204	maximal	True	CAN0012_000000024277	1.0		1	1	False	False	0.9984647035598755	0					non-mobilizable	no_good_hit	780.0	82.436	45.0	0.00020056451951778927	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
MON0027_000000007617	4773	0.9170622730378141	6	6	5	5	3	False	92603	fragment	False	MON0027_000000007617	1.0		0	0	False	False	0.999580979347229	0					non-mobilizable	chromosome	4774.0	99.37200000000001	100.0	0.0008558890529601977	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0132_000000010867	2540	0.9170610422217615	4	2	2	1	1	False	111978	fragment	False	ISR0132_000000010867	0.9840383080606545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	95.374	11.0	0.000574720901162373	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ISR0001_000000010946	2506	0.9170610422217615	4	2	2	1	1	False	111978	fragment	False	ISR0132_000000010867	0.9734251968503937		0	0	False	False	0.9992018938064575	0					non-mobilizable	no_good_hit	228.0	80.263	9.0	0.0011314585347861194	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
CHI0084_000000004541	1398	0.9170568608231252	2	2	2	2	1	False	84147	fragment	False	CHI0084_000000004541	0.9927910343469071		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	87.946	100.0	0.052392739273927395	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
SPA0158_000000015739	1390	0.9170568608231252	2	2	2	2	1	False	84147	fragment	False	CHI0084_000000004541	0.990343347639485		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	87.868	100.0	0.05205520552055205	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
SPA0156_000000014963	1379	0.9170568608231252	2	2	2	2	1	False	84147	fragment	False	CHI0084_000000004541	0.9844307386708658		0	0	False	False	0.9949238300323486	0					non-mobilizable	other	1382.0	87.771	100.0	0.05164266426642664	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
SPA0021_000000005126	5709	0.9170513514828691	7	6	5	6	4	False	57437	maximal	True	SPA0021_000000005126	1.0		1	1	False	False	0.9998248219490051	0					non-mobilizable	no_good_hit	2262.0	95.535	66.0	0.0009282527351333364	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0112_000000002687	8765	0.917044985315006	11	7	2	7	2	True	126095	fragment	False	ISR0112_000000002687	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.4462099241615266e-05	NZ_JXXZ01000006.1	g-proteobacteria	Pseudoalteromonas ruthenica strain S3137 contig0006, whole genome shotgun sequence	True	True
ISR0080_000000003526	7657	0.9170404704403112	7	5	4	5	2	True	131950	fragment	False	ISR0190_000000002622	0.6410675860690136		0	0	False	True	0.9983022212982178	0					non-mobilizable	no_good_hit	1449.0	85.57600000000001	19.0	0.01804372035987337	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0118_000000001635	6830	0.9170404704403112	6	5	4	5	2	True	131950	fragment	False	ISR0190_000000002622	0.4721391535916457		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1224.0	85.04899999999999	19.0	0.015228299360586608	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0333_000000000355	29081	0.9170397566836784	38	11	4	9	7	False	24559	maximal	True	ISR0333_000000000355	1.0		1	1	False	False	0.9999656081199646	0					non-mobilizable	no_good_hit	3031.0	91.455	10.0	0.017297142857142858	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0130_000000018324	1675	0.9170358884054216	4	2	2	2	1	False	31751	maximal	True	ISR0130_000000018324	1.0		1	1	False	False	0.9558209180831909	0					non-mobilizable	no_good_hit	104.0	98.07700000000001	6.0	0.001138725511873701	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	False
ENG0048_000000014530	1823	0.9170312612838536	2	2	2	2	2	False	118769	fragment	False	AST0028_000000008558	0.9175085750958316		0	0	False	False	1.0	0					non-mobilizable	plasmid	1824.0	94.243	100.0	0.011011857994173748	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0020_000000006198	4419	0.91702361156306	7	3	3	3	1	True	7732	maximal	True	SPA0020_000000006198	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	95.395	51.0	0.016145039520788287	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0055_000000001565	15606	0.9170091833160652	26	12	5	9	6	True	88279	maximal	True	SPA0055_000000001565	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	82.46	5.0	0.0007843257874015748	NZ_NQOF01000002.1	firmicutes	Blautia hominis strain KB1 KB1_contig2, whole genome shotgun sequence	True	True
FIJ0159_000000011440	2133	0.9170072097080172	3	2	2	2	2	True	87137	fragment	False	FIJ0159_000000011440	0.9524512439514181		0	0	False	False	0.9953117966651917	0					non-mobilizable	plasmid	2133.0	98.125	100.0	0.009054578040524758	MN543581.1	enterobacteria	Klebsiella pneumoniae strain PM48TC plasmid pPM48TC_fusion, complete sequence	False	True
FIJ0123_000000010272	3129	0.9170059452062572	6	5	2	5	5	False	98000	fragment	False	FIJ0123_000000010272	1.0		0	0	False	False	0.9990411996841431	0	IncFIC				non-mobilizable	plasmid	3086.0	100.0	99.0	0.03693593381463788	LT985309.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pI	False	True
AST0040_000000001839	9335	0.9170041470520124	12	12	7	8	8	True	123592	maximal	True	AST0040_000000001839	1.0	PS902	1	1	False	True	0.9997857809066772	0	rep_cluster_1702				non-mobilizable	no_good_hit	4895.0	97.038	62.0	0.0010155092749916396	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
DEN0026_000000011767	2504	0.9170008145707074	3	3	3	3	3	False	74183	maximal	True	DEN0026_000000011767	1.0		1	1	False	False	0.9960063695907593	0					non-mobilizable	no_good_hit	1182.0	96.954	47.0	0.01308087974459028	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	True	False
ENG0022_000000000827	26899	0.9169883150706416	33	19	7	17	7	True	100675	backbone	False	SPA0056_000000000367	0.7013110828207166	PS581	0	0	False	True	1.0	0					non-mobilizable	other	22938.0	96.887	97.0	0.3681874467298136	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0171_000000011067	2462	0.9169831449880184	3	3	3	2	1	False	38919	fragment	False	ISR0171_000000011067	0.9934102141680395		0	0	False	False	0.9967505931854248	0					non-mobilizable	other	2462.0	98.57799999999999	100.0	0.016927119157014333	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	False	False
DEN0075_000000000106	2467	0.9169825575475185	4	2	1	2	1	True	70022	fragment	False	MAD0061_000000006207	0.7199721959628538		0	0	False	False	0.9991893172264099	0					non-mobilizable	no_good_hit	92.0	95.652	4.0	2.7293280394366906e-05	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
FIJ0113_000000012315	2068	0.9169696922626116	2	2	2	2	2	False	109065	fragment	False	FIJ0113_000000012315	1.0		0	0	False	False	0.9956479668617249	0					non-mobilizable	no_good_hit	106.0	79.245	5.0	6.0367651316445994e-05	NZ_NSBU01000007.1	a-proteobacteria	Actibacterium pelagium strain JN33 JN33_S7_1623386bp, whole genome shotgun sequence	True	False
ENG0056_000000002648	4565	0.916966292344468	5	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.03412022192013356		0	0	False	True	1.0	0					non-mobilizable	plasmid	4592.0	98.693	100.0	0.14781544801828778	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0119_000000005912	5399	0.9169619225945116	5	5	4	4	4	False	131413	fragment	False	ISR0058_000000003113	0.23839091863166553		0	0	False	False	0.9961103796958923	0					non-mobilizable	no_good_hit	807.0	74.845	15.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
USA0015_01_000000010416	3164	0.91695974690592	7	4	1	3	2	True	55727	maximal	True	USA0015_01_000000010416	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	99.50299999999999	19.0	0.05816533230442751	NZ_CYXV01000029.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
CHI0147_000000006930	2804	0.9169543175854192	5	5	4	4	4	True	79825	fragment	False	CHI0147_000000006930	1.0		0	0	False	False	0.9985734820365906	0					non-mobilizable	other	2546.0	99.961	91.0	0.055660047239961506	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0028_000000024940	1276	0.9169528226690647	2	2	2	2	1	True	73898	fragment	False	DEN0028_000000024940	1.0		0	0	False	False	0.9796238541603088	0					non-mobilizable	no_good_hit	58.0	84.48299999999999	5.0	6.204304481140547e-05	NZ_KI530573.1	bacteria	Mucispirillum schaedleri ASF457 acYAd-supercont1.1, whole genome shotgun sequence	True	True
AST0089_000000013300	1723	0.9169495427178488	2	2	2	1	1	False	110180	fragment	False	AST0089_000000013300	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	89.58	32.0	0.000146050891098024	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0018_000000015822	1333	0.9169458242967372	2	2	2	2	2	False	131106	maximal	True	ISR0018_000000015822	0.9773251345119139		10	3	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit	293.0	76.109	22.0	0.00017213661869512018	NZ_LJJB01000013.1	firmicutes	Brevibacillus choshinensis strain DSM 8552 scaffold3, whole genome shotgun sequence	True	False
ISR0225_000000003627	3979	0.9169383256228129	7	6	4	4	6	False	128456	fragment	False	ISR0225_000000003627	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3699.0	99.70299999999999	93.0	0.014185539802369116	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0400_000000004827	3645	0.9169316357751218	6	5	5	5	4	False	106087	maximal	True	ISR0400_000000004827	1.0		9	3	False	False	1.0	0					non-mobilizable	other	1973.0	96.553	100.0	0.0007147046486671013	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0157_000000003713	7230	0.9169237688895576	9	5	4	5	3	False	80031	fragment	False	ISR0157_000000003713	1.0		0	0	False	False	0.9951590299606323	0					non-mobilizable	no_good_hit	1611.0	93.42	31.0	0.0035445972757875027	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MON0048_000000001289	16543	0.9169186592321579	15	9	4	8	3	True	123315	fragment	False	MON0048_000000001289	1.0		0	0	False	False	0.9927461743354797	0					non-mobilizable	no_good_hit	223.0	100.0	1.0	9.383428442693247e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	True
DEN0093_000000005018	6133	0.9169145216563314	8	7	6	6	7	False	128462	fragment	False	DEN0018_000000005163	0.9854702219383682		0	0	False	False	0.9964128732681274	0					non-mobilizable	other	4923.0	97.82700000000001	98.0	0.018873135702448904	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0160_000000011863	1601	0.9168978869151988	2	2	1	1	1	True	39326	maximal	True	FIJ0160_000000011863	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0786_000000010715	1384	0.9168969581805428	1	1	1	1	1	False	83453	fragment	False	SPA0024_000000009782	0.9517959359228717		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	99.855	100.0	0.021163292475783867	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0360_000000006424	3768	0.9168942566908668	5	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.8228639728959949		0	0	False	False	1.0	0					non-mobilizable	other	2856.0	100.0	100.0	0.012956777461106976	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0096_000000006601	2697	0.916887231104248	3	3	3	3	2	False	15511	maximal	True	MAD0096_000000006601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1636.0	80.685	59.0	0.0004951860644071804	LS483461.1	firmicutes	Clostridium perfringens strain NCTC2837 genome assembly, chromosome: 1	True	False
ISR0118_000000013178	1267	0.9168859868077528	2	2	2	2	1	False	32369	maximal	True	ISR0118_000000013178	1.0		0	0	False	False	0.9913180470466614	0					non-mobilizable	no_good_hit	232.0	78.017	18.0	0.001902562227908677	NZ_JAAWUO010000014.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_14_length_120364_cov_136.787, whole genome shotgun sequence	True	False
ISR0225_000000008323	2224	0.9168814749431684	3	3	3	3	3	False	27688	maximal	True	ISR0225_000000008323	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	79.755	84.0	0.0003196234830091482	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
ISR0325_000000015058	1407	0.9168803010125304	3	3	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.17800610566606503		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	99.71600000000001	100.0	0.032439665912971254	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
SPA0031_000000004041	6141	0.9168710272723604	9	4	1	2	1	True	7297	maximal	True	SPA0031_000000004041	1.0		1	1	False	False	0.9998371601104736	0					non-mobilizable	no_good_hit	955.0	98.53399999999999	16.0	0.005315292201635303	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	True
MAD0088_000000001739	8515	0.9168633636207656	8	6	4	5	5	False	89688	maximal	True	MAD0088_000000001739	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1456.0	74.176	17.0	0.012833345249159933	NZ_VZBY01000074.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_9_length_111896_cov_23.9657_ID_17, whole genome shotgun sequence	True	False
ENG0043_000000023317	1489	0.9168608088115794	2	2	2	2	1	False	91709	fragment	False	CHI0132_000000018640	0.9490853658536585		0	0	False	False	0.993955671787262	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	6.0	0.0015841897859363552	NZ_LMUA01000023.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00023, whole genome shotgun sequence	True	False
ENG0211_000000005441	5626	0.9168533889075932	5	5	4	4	3	False	101247	fragment	False	ENG0211_000000005441	1.0		0	0	False	False	0.9994667768478394	0					non-mobilizable	no_good_hit	769.0	72.562	14.0	0.0002637384631796434	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
AUS0014_000000016621	1693	0.9168516674648788	3	2	2	2	2	False	121960	fragment	False	AUS0014_000000016621	0.9935938500960922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	76.598	68.0	0.0003198143840032105	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0118_000000005382	2548	0.9168457174880456	4	4	4	4	3	False	71397	fragment	False	ENG0118_000000005382	0.9985219594594594		0	0	False	False	1.0	0					non-mobilizable	other	2549.0	99.176	100.0	0.009774136132081262	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0043_000000003619	6668	0.9168417653570612	6	4	1	2	2	False	126499	backbone	False	ISR0398_000000002893	0.8044448595090353	PS879|PS961|PS964	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1522.0	93.693	45.0	0.26005820921075157	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0026_000000001934	13696	0.9168397917497576	18	18	9	13	14	True	74226	fragment	False	DEN0026_000000001934	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	13696.0	99.81	100.0	0.41068162053558044	KY652381.1	enterobacteria	Escherichia coli strain WCHEC1622 plasmid pIncX4_WCHEC1622, complete sequence	False	True
ISR0154_000000010868	1972	0.91683836445723	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.9590369047728654		0	0	False	False	0.999492883682251	0					non-mobilizable	other	1973.0	98.936	100.0	0.002731464616313714	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0066_01_000000005036	4000	0.9168375865636236	3	3	3	3	2	True	96473	fragment	False	ISR0293_000000008577	0.9109876495942273		0	0	False	False	1.0	0					non-mobilizable	other	3963.0	91.471	99.0	0.3600145533927597	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0220_000000002813	3588	0.9168375865636236	3	3	3	3	2	True	95234	fragment	False	ISR0220_000000002813	0.9879234167893962		0	0	False	False	0.9991638660430908	0					non-mobilizable	other	3590.0	91.89399999999999	100.0	0.3263598326359833	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0108_000000006564	3395	0.9168375865636236	3	3	3	3	2	True	95234	fragment	False	ISR0220_000000002813	0.9616778149386844		0	0	False	False	1.0	0					non-mobilizable	other	3321.0	91.65899999999999	98.0	0.3018919410587593	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0076_000000010371	2438	0.9168339698384728	5	3	1	2	3	False	114701	fragment	False	ENG0039_000000009576	0.9480454283598058		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	plasmid	2436.0	99.836	99.0	0.43528780836610653	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
FIJ0046_000000012741	2379	0.9168147298976896	3	2	2	1	1	False	46978	fragment	False	FIJ0046_000000012741	0.9970047068891742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	74.913	24.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
FIJ0105_000000013128	2376	0.9168147298976896	3	2	2	1	1	False	46978	fragment	False	FIJ0046_000000012741	0.9965843622065345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	74.913	24.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
USA0134_01_000000001671	2434	0.9168091831183512	4	2	1	2	2	False	53	fragment	False	USA0134_01_000000001671	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2452.0	87.602	99.0	0.0008824407647194117	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	False	False
FIJ0030_000000012156	2718	0.9167835198394212	3	3	3	3	2	False	97515	fragment	False	FIJ0007_000000006205	0.9715950473415877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	94.73100000000001	41.0	0.0016724897936570046	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0018_000000011680	2291	0.9167835198394212	3	3	3	3	2	False	90855	fragment	False	CHI0151_000000010084	0.2705727452271231		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	83.805	44.0	0.07577777777777778	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
ENG0097_000000006299	4954	0.91678144602621	7	6	5	6	5	False	121731	fragment	False	ISR0380_000000002150	0.9417801440232382		0	0	False	False	0.9997981190681458	0					non-mobilizable	no_good_hit	1000.0	78.3	32.0	0.00027878371610824676	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0063_000000027071	1107	0.9167806024152112	2	2	1	2	1	False	10720	maximal	True	MON0063_000000027071	1.0		0	0	False	False	0.9945799708366394	0					non-mobilizable	no_good_hit								True	False
ISR0316_000000009902	2059	0.9167736231229584	3	3	2	3	1	False	70898	fragment	False	ISR0316_000000009902	1.0		0	0	False	False	0.9898008704185486	0					non-mobilizable	no_good_hit	199.0	76.884	9.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ENG0203_000000005429	2990	0.9167519629260384	4	4	4	4	3	False	54095	maximal	True	ENG0203_000000005429	1.0		1	1	False	False	0.9996655583381653	0					non-mobilizable	no_good_hit	1430.0	97.133	48.0	0.007727331718290362	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
SPA0117_000000011766	3224	0.9167495010334864	4	4	3	4	3	False	98931	fragment	False	ISR0400_000000005738	0.7420209857018654		0	0	False	False	1.0	0					non-mobilizable	other	3224.0	98.23200000000001	100.0	0.0005393108768277878	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0009_000000025345	1652	0.916744336593134	3	2	2	2	1	False	51222	fragment	False	FIJ0009_000000025345	1.0		0	0	False	False	0.998789370059967	0					non-mobilizable	no_good_hit	572.0	85.14	35.0	0.0024175349611119815	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	True	False
ISR0261_000000002965	5504	0.9167432634061708	9	7	3	3	7	True	120545	backbone	False	ISR0774_000000003808	0.8142106780114734	PS472|PS846	0	0	True	True	1.0	405	rep_cluster_1085	MOBB			mobilizable	plasmid	3363.0	95.421	100.0	0.5653859116953152	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
MON0062_000000004181	9151	0.9167383038915038	9	9	6	6	8	True	91155	maximal	True	MON0062_000000004181	1.0		4	4	False	False	1.0	0					non-mobilizable	other	8959.0	100.0	98.0	0.024187146629513826	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ENG0115_000000002513	6313	0.9167351443993184	10	6	3	5	5	True	91993	fragment	False	ENG0115_000000002513	0.9970257063947313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	98.126	14.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
CHI0111_000000006932	4414	0.9167253822288008	5	5	5	5	5	False	125070	fragment	False	CHI0111_000000006932	0.9475252186889942		0	0	False	False	1.0	0					non-mobilizable	other	3563.0	98.148	99.0	0.03372286829046555	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
DEN0028_000000029196	1110	0.9167253646789908	2	1	1	1	1	False	73856	maximal	True	DEN0028_000000029196	1.0		34	9	False	False	0.9954954981803894	0					non-mobilizable	no_good_hit	56.0	87.5	5.0	0.0003205128205128205	NZ_AEUD01000009.1	high GC Gram+	Gordonia neofelifaecis NRRL B-59395 Scaffold9, whole genome shotgun sequence	True	False
SPA0104_000000012365	2939	0.9167220538285524	4	2	2	2	1	False	4836	maximal	True	SPA0104_000000012365	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	73.357	19.0	0.0001961879338754589	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0102_000000006891	5446	0.9167194173657439	8	6	4	3	4	True	123548	maximal	True	SPA0102_000000006891	0.9245963586147431		9	4	True	True	1.0	714		MOBV			mobilizable	no_good_hit	4164.0	86.335	84.0	0.6795861389390705	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0167_000000002447	7110	0.9167132391462336	9	8	3	5	7	False	59337	maximal	True	FIJ0167_000000002447	0.9991495393338058		4	2	False	False	1.0	0					non-mobilizable	chromosome	6711.0	99.955	100.0	0.001208442238712186	CP050196.1	enterobacteria	Escherichia coli strain RH-004-CS chromosome	False	False
FIJ0155_000000003008	7055	0.9167132391462336	9	8	3	5	7	False	59337	maximal	False	FIJ0167_000000002447	0.9952883263009845		0	0	False	False	1.0	0					non-mobilizable	chromosome	6682.0	99.97	100.0	0.0012032194630158144	CP050196.1	enterobacteria	Escherichia coli strain RH-004-CS chromosome	False	False
SPA0106_000000002911	11838	0.9167075095111102	8	8	8	8	6	True	17990	maximal	True	SPA0106_000000002911	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4214.0	99.075	36.0	0.005131222612464778	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MON0060_000000021275	1921	0.9167008586284384	5	2	2	1	1	False	10890	maximal	True	MON0060_000000021275	1.0		1	1	False	False	0.9901093244552612	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	7.908883121161636e-06	CP025118.1	CFB group bacteria	Lacinutrix sp. Bg11-31 chromosome, complete genome	True	False
SPA0014_000000000655	18750	0.9166990861013262	11	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.8244852468054129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	90.323	1.0	0.27938931297709924	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
ENG0095_000000007037	3856	0.9166987946197904	6	6	5	5	2	False	61712	maximal	True	ENG0095_000000007037	1.0		2	2	False	False	0.9961099624633789	0					non-mobilizable	no_good_hit	708.0	100.0	18.0	0.0002561893090425767	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
CHI0114_000000007302	1100	0.9166964177784971	2	2	2	2	1	True	82262	maximal	True	CHI0114_000000007302	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1101.0	93.37	100.0	0.0004032789255387113	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	False	True
USA0086_01_000000003215	6168	0.9166952954606946	12	3	2	3	1	True	52602	maximal	True	USA0086_01_000000003215	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1769.0	85.529	47.0	0.031102683160245278	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0059_01_000000005579	4716	0.9166918627052744	7	3	2	3	2	False	931	maximal	True	USA0059_01_000000005579	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	84.956	12.0	0.0025755447208219706	NZ_CBYM010000002.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0035_000000004225	2861	0.9166894876735712	4	4	4	4	4	False	72135	fragment	False	USA0019_01_000000010222	0.9511564263827258		0	0	False	False	0.9965047240257263	0					non-mobilizable	other	2853.0	84.928	98.0	0.0006963052425655317	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0090_000000012408	1125	0.9166872232668756	2	1	1	1	1	False	83741	fragment	False	CHI0090_000000012408	1.0		0	0	False	False	0.9324444532394409	0					non-mobilizable	no_good_hit								True	False
AST0035_000000004544	3582	0.9166801454448092	3	3	3	3	3	False	116882	fragment	False	AST0035_000000004544	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3551.0	98.338	99.0	0.0005014385636765532	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0188_000000002941	7138	0.9166725846309244	8	3	2	3	1	True	131961	fragment	False	ISR0167_000000003252	0.8062356694250393		0	0	False	True	0.9991594552993774	0					non-mobilizable	no_good_hit	75.0	97.333	1.0	0.00015473499541022548	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0035_000000005251	5472	0.9166725846309244	6	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.5462047369023022		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0029582557247726524	AM424316.1	eudicots	Vitis vinifera contig VV78X016752.15, whole genome shotgun sequence	True	True
MON0062_000000008148	5008	0.9166725846309244	5	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3806358396620446		0	0	False	True	0.9998003244400024	0					non-mobilizable	no_good_hit	132.0	96.97	3.0	0.0005374777931407987	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0122_000000005103	3276	0.9166693043252409	5	2	1	2	0	True	32162	maximal	True	ISR0122_000000005103	1.0		1	1	True	True	1.0	73					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.0006170753566548639	AP017970.1	fusobacteria	Fusobacterium varium Fv113-g1 plasmid pFV113-g1-2 DNA, complete genome	True	True
ENG0063_000000015506	2028	0.916667981036282	3	3	2	3	3	False	126988	fragment	False	ENG0063_000000015506	0.9605795784940195		0	0	False	False	0.9506903290748596	0					non-mobilizable	other	1365.0	95.678	94.0	0.03735805584508201	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
USA0013_01_000000004433	2490	0.916651186102286	3	3	2	3	3	False	66713	fragment	False	SPA0001_000000013349	0.9869764352221955		0	0	False	False	0.9995983839035034	0					non-mobilizable	other	2490.0	99.639	100.0	0.0004712023250777323	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ENG0017_000000009029	2334	0.916651186102286	3	3	2	3	3	False	66713	fragment	False	SPA0001_000000013349	0.9393879768513107		0	0	False	False	0.9995715618133545	0					non-mobilizable	other	2334.0	99.7	100.0	0.0004416693549242063	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ENG0209_000000002383	8391	0.9166483772458052	12	3	1	2	2	False	53801	maximal	True	ENG0209_000000002383	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4800.0	97.333	82.0	0.0010643708950532963	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0180_000000004572	3557	0.9166481700510344	4	3	1	2	2	False	60827	fragment	False	ENG0180_000000004572	1.0		0	0	False	False	0.9960641264915466	0					non-mobilizable	no_good_hit	2156.0	89.70299999999999	60.0	0.23946168390612835	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0319_000000005793	3031	0.9166479914053988	4	3	3	3	2	False	35173	fragment	False	ISR0319_000000005793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	75.352	5.0	6.90787497747432e-05	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	True	False
ENG0152_000000018917	1347	0.9166408084501048	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.06806550943219422	PS1061	0	0	False	True	0.9903489351272583	0					non-mobilizable	chromosome	1329.0	99.473	99.0	0.00035588180436362546	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AST0150_000000001557	12520	0.9166388069958648	19	6	3	6	2	False	104271	maximal	True	AST0150_000000001557	1.0		1	1	True	True	1.0	376					non-mobilizable	no_good_hit	38.0	97.368	0.0	8.773250596047532e-06	CP013681.1	firmicutes	Clostridium botulinum strain 1169 chromosome, complete genome	True	True
ENG0012_000000010829	2197	0.916632689012173	2	2	2	2	1	False	67071	fragment	False	ENG0012_000000010829	0.9864221927834995		0	0	False	False	0.993627667427063	0					non-mobilizable	no_good_hit	69.0	81.15899999999999	3.0	3.206383228866777e-05	CP032331.1	a-proteobacteria	Azospirillum brasilense strain MTCC4036 plasmid p1, complete sequence	True	False
ISR0052_000000004993	5837	0.9166321479931908	9	4	2	4	2	False	35808	backbone	True	ISR0052_000000004993	1.0	PS113	20	4	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
DEN0066_000000014319	2429	0.916622856783718	3	3	3	3	2	False	111423	fragment	False	ISR0161_000000010490	0.7069275740117927		0	0	False	False	0.9995883107185364	0					non-mobilizable	other	2430.0	99.259	100.0	0.0033644663047799244	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0030_000000004698	4548	0.9166103552544228	5	4	3	3	4	False	65758	fragment	False	ENG0030_000000004698	1.0		0	0	False	False	0.9956024885177612	0					non-mobilizable	chromosome	2210.0	92.896	94.0	0.0007839628484957068	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
CHI0079_000000004690	1367	0.9166078592995592	3	3	3	3	2	False	84386	fragment	False	CHI0079_000000004690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	97.766	65.0	0.3536214242239805	NZ_CYZN01000060.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0178_000000018646	1236	0.91658383775723	2	2	2	1	1	False	55435	maximal	True	ENG0178_000000018646	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	100.0	8.0	0.00030320671420947946	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
MON0044_000000010953	4097	0.916573374003639	5	3	1	3	0	True	11644	maximal	True	MON0044_000000010953	1.0		1	1	False	False	0.9995118379592896	0					non-mobilizable	no_good_hit	67.0	92.537	2.0	0.0022172949002217295	NZ_QSFT01000039.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf39, whole genome shotgun sequence	True	True
ISR0017_000000003031	10564	0.9165701965692944	11	6	4	5	2	True	122758	fragment	False	AST0046_000000001434	0.4520105273898102		0	0	False	False	0.9998106956481934	0					non-mobilizable	no_good_hit	3306.0	89.322	40.0	0.01354772269428181	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0181_000000001710	11169	0.9165670760103096	9	7	7	5	4	False	110505	fragment	False	CHI0187_000000001497	0.9577658772843167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	85.471	16.0	0.00034352505022429625	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0353_000000011377	3183	0.9165594776028592	6	3	1	2	3	False	110823	fragment	False	ISR0353_000000011377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2434.0	94.495	76.0	0.0005307601312067048	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0120_000000004229	6052	0.9165477578087668	5	5	5	4	4	False	121750	fragment	False	ISR0096_000000004366	0.9204435764112049		0	0	False	False	1.0	0					non-mobilizable	chromosome	4747.0	96.587	92.0	0.0013479649682706283	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AUS0018_000000005437	4930	0.9165449383489482	6	4	2	2	3	False	104925	fragment	False	AUS0018_000000005437	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4277.0	98.527	99.0	0.34497781363453006	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0017_000000005254	4223	0.9165449383489482	5	4	2	2	3	False	104871	fragment	False	ENG0017_000000005254	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1929.0	84.396	98.0	0.1553045582896329	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
AST0016_000000007754	3432	0.9165401215208736	4	4	3	3	2	False	123551	fragment	False	AST0016_000000007754	1.0		0	0	False	False	0.993298351764679	0					non-mobilizable	no_good_hit	1131.0	90.539	33.0	0.10265744448489261	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0789_000000002006	6759	0.9165371448944608	9	9	8	8	5	False	67924	fragment	False	ISR0789_000000002006	1.0		0	0	False	False	0.9998520612716675	0					non-mobilizable	no_good_hit	487.0	70.842	7.0	0.0001675034164676752	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0025_000000004190	5001	0.9165337314280886	5	3	2	3	3	False	92605	maximal	True	ENG0025_000000004190	1.0		1	1	False	False	0.9996000528335571	0					non-mobilizable	no_good_hit	1537.0	91.542	31.0	0.00027531217441196636	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0386_000000006324	5606	0.9165335796361962	8	6	5	4	4	True	111705	fragment	False	ISR0386_000000006324	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4704.0	95.259	90.0	0.18851832481795872	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
SPA0157_000000002872	2406	0.9165163587776479	4	2	2	2	2	False	36694	fragment	False	SPA0157_000000002872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0246_000000013970	1636	0.9165163587776479	3	2	2	2	2	False	27122	fragment	False	ISR0246_000000013970	1.0		0	0	False	False	0.9987775087356567	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.720145079827802e-05	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
DEN0096_000000016037	2744	0.9165154298074416	4	3	2	2	3	False	116191	fragment	False	ENG0057_000000007767	0.9543764785400473		0	0	False	False	1.0	0					non-mobilizable	chromosome	1854.0	94.49799999999999	95.0	0.0004185660515329473	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MAD0043_000000022951	1188	0.9165145551141838	1	1	1	1	1	False	27840	fragment	False	ISR0353_000000030542	0.9872881355932204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	98.182	5.0	2.2216679696260262e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0134_000000012138	3183	0.9165138697266422	4	2	2	1	2	False	92469	fragment	False	ENG0134_000000012138	1.0		0	0	False	False	0.9996858239173889	0					non-mobilizable	other	2518.0	95.79	96.0	0.10297005400098183	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0034_000000008697	1680	0.9165117971485212	2	2	2	2	1	False	65456	fragment	False	ENG0034_000000008697	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1680.0	99.64299999999999	100.0	0.000800355416914146	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
ISR0013_000000017785	1492	0.9165037041544994	3	2	2	1	1	True	119979	fragment	False	MON0049_000000012068	0.1694700549230839		0	0	False	True	1.0	0					non-mobilizable	other	1495.0	92.30799999999999	100.0	0.0004638475767619519	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0016_000000001767	12189	0.9164954001482792	17	8	5	7	4	True	121837	backbone	False	ITA0004_000000000015	0.26954527756578167	PS446|PS447|PS652|PS653|PS863	0	0	False	True	0.9999179840087891	0					non-mobilizable	other	4794.0	99.416	91.0	0.2868561812608931	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
MAD0031_000000006404	2186	0.9164890862904213	3	3	3	2	2	False	18949	fragment	False	MAD0031_000000006404	1.0		0	0	False	False	0.9922232627868652	0					non-mobilizable	other	1098.0	88.34200000000001	99.0	0.012922242527854743	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	False	False
FIJ0045_000000019549	1214	0.9164709823358608	2	2	2	2	2	False	47019	fragment	False	FIJ0045_000000019549	1.0		0	0	False	False	0.9645798802375793	0					non-mobilizable	plasmid	1214.0	100.0	100.0	0.0019629419855975404	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MAD0013_000000017916	1406	0.916468701862298	3	2	2	2	2	False	19554	maximal	True	MAD0013_000000017916	1.0		1	1	False	False	0.9985775351524353	0					non-mobilizable	no_good_hit								True	False
USA0075_01_000000009760	2548	0.9164667945997068	2	2	2	2	2	False	682	fragment	False	USA0075_01_000000009760	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1691.0	99.054	100.0	0.00044258471569038764	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ENG0039_000000000678	23019	0.916463671522968	17	15	11	14	9	True	124726	maximal	True	ENG0039_000000000678	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	3385.0	78.55199999999999	23.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0021_000000003523	3977	0.9164635179449346	4	4	2	2	4	False	19335	maximal	False	MAD0094_000000003331	0.994887801665891	PS42	0	0	True	True	1.0	194	Col156				non-mobilizable	plasmid	2546.0	87.94200000000001	95.0	0.6474558670820353	CP056164.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_6, complete sequence	False	True
MAD0030_000000002658	3726	0.9164635179449346	4	4	2	2	4	False	19335	maximal	False	MAD0094_000000003331	0.9601413417763167	PS42	0	0	True	True	0.9997316002845764	8	Col156				non-mobilizable	plasmid	2545.0	87.62299999999999	96.0	0.6474558670820353	CP056164.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_6, complete sequence	False	True
MAD0034_000000004525	3381	0.9164635179449346	4	4	2	2	4	False	18918	backbone	True	MAD0034_000000004525	1.0	PS42	3	1	True	True	0.9985211491584778	2	Col156				non-mobilizable	plasmid	2546.0	87.90299999999999	94.0	0.6474558670820353	CP056164.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_6, complete sequence	False	True
MON0027_000000010176	3747	0.9164534412004088	3	3	3	3	2	False	94097	fragment	False	MON0004_000000008651	0.7127217323698373		0	0	False	False	0.9997330904006958	0					non-mobilizable	chromosome	3488.0	97.07600000000001	93.0	0.0014360325143788573	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0018_000000003227	9139	0.9164514644380921	12	11	9	9	7	False	76175	maximal	False	DEN0008_000000000572	0.983022707797772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2241.0	75.859	24.0	0.0006350444045880745	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0165_000000005688	3260	0.916446907329845	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.44612676205458895		0	0	False	False	0.9996932744979858	0					non-mobilizable	other	3260.0	97.945	100.0	0.0010135582864456334	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0114_000000000436	32474	0.9164385882610684	30	20	14	19	14	False	99801	maximal	True	ISR0114_000000000436	1.0		1	1	False	False	0.9956888556480408	0					non-mobilizable	no_good_hit	809.0	76.143	2.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ISR0369_000000004165	2854	0.91643758657429	3	2	2	2	2	False	23551	maximal	True	ISR0369_000000004165	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	83.117	3.0	0.001329182552730071	NZ_AJLS01000184.1	firmicutes	Bacillus bataviensis LMG 21833 contig184, whole genome shotgun sequence	True	False
USA0026_01_000000000871	26610	0.9164268716578678	18	13	10	13	7	True	124728	maximal	True	USA0026_01_000000000871	0.9861152773589785	PS506	1	1	True	True	1.0	9					non-mobilizable	no_good_hit	3383.0	78.835	25.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0023_01_000000004474	7189	0.9164263692039124	9	9	8	9	8	False	6647	maximal	True	USA0023_01_000000004474	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	72.066	17.0	0.0011798610322256704	NZ_LT960489.1	CFB group bacteria	Parabacteroides provencensis strain Marseille-P3668, whole genome shotgun sequence	True	False
FIJ0066_000000012322	2603	0.916424081225954	7	2	1	2	0	False	45353	maximal	True	FIJ0066_000000012322	1.0		1	1	False	False	0.9980791211128235	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000004290	3249	0.9164212759250442	5	3	2	3	1	True	17169	maximal	True	MAD0054_000000004290	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	91.19200000000001	28.0	0.01366391379860348	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0028_000000012577	2330	0.916417825963287	2	2	2	2	1	False	74028	maximal	True	DEN0028_000000012577	1.0		7	4	False	False	0.9939914345741272	0					non-mobilizable	no_good_hit	234.0	73.077	10.0	0.0015819737529919938	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
FIJ0114_000000015424	2515	0.9164102691529712	3	3	2	3	2	False	41875	fragment	False	FIJ0114_000000015424	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	76.907	19.0	0.006340493990725844	NZ_PYLQ01000014.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_13, whole genome shotgun sequence	True	False
SPA0034_000000011665	3097	0.9163972578065168	6	5	3	2	4	True	118134	fragment	False	SPA0034_000000011665	1.0		0	0	False	False	0.9996771216392517	0	rep_cluster_1097				non-mobilizable	other	2571.0	99.844	98.0	0.3111756871291924	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
ISR0851_000000002326	5636	0.9163956908444868	6	5	2	4	4	False	115577	fragment	False	ISR0851_000000002326	1.0		0	0	False	False	0.9982256889343262	0					non-mobilizable	chromosome	2195.0	98.36	97.0	0.0006915435320979899	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0051_000000002798	8047	0.9163829500339832	9	5	3	5	3	True	78621	fragment	False	MAD0051_000000002798	1.0		0	0	False	False	0.9997514486312866	0					non-mobilizable	no_good_hit	1108.0	84.206	14.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MAD0002_000000004367	6223	0.9163829231751812	10	3	3	3	1	True	20243	maximal	True	MAD0002_000000004367	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	775.0	90.581	35.0	0.02980361956103196	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0129_000000009080	2319	0.9163770326357712	5	3	3	2	3	False	40952	fragment	False	FIJ0129_000000009080	1.0		0	0	False	False	0.99956876039505	0					non-mobilizable	no_good_hit								True	False
ISR0154_000000002025	13752	0.9163750437741558	20	20	6	12	18	True	132521	backbone	False	USA0060_01_000000001071	0.871213813494865	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	13661.0	99.985	99.0	0.3642375276644535	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0799_000000005156	2882	0.9163749964480616	4	4	4	3	2	False	132012	fragment	False	DEN0067_000000010452	0.540459563357793		0	0	False	False	0.9986120462417603	0					non-mobilizable	chromosome	2882.0	99.792	100.0	0.000444072115091901	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0202_000000004693	2782	0.9163749964480616	4	4	4	3	2	False	132012	fragment	False	DEN0067_000000010452	0.2684031675086379		0	0	False	False	0.999281108379364	0					non-mobilizable	other	2790.0	93.835	100.0	0.0004464572596295963	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
MON0031_000000008851	3938	0.9163740050462084	5	5	5	5	5	False	61240	maximal	True	MON0031_000000008851	1.0		4	3	False	False	0.9989842772483826	0					non-mobilizable	no_good_hit	3273.0	98.381	83.0	0.0010260135687236184	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CHI0021_000000001235	6755	0.9163722988990488	8	3	1	3	1	True	90939	fragment	False	CHI0021_000000001235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0272_000000000657	16004	0.9163691304710304	20	11	6	9	9	True	51813	maximal	True	ISR0272_000000000657	1.0		1	1	True	True	0.9995626211166382	16					non-mobilizable	no_good_hit	352.0	81.25	2.0	0.0013871219271966184	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	True
ENG0182_000000018996	1498	0.9163625837019476	2	2	2	2	2	False	91228	fragment	False	DEN0041_000000020895	0.9563882063882063		0	0	False	False	0.9946595430374146	0					non-mobilizable	other	1498.0	99.33200000000001	100.0	0.0004127761526229484	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
MON0105_000000003298	13464	0.9163602767692584	14	13	7	7	12	True	112511	fragment	False	MON0105_000000003298	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5377.0	99.98100000000001	98.0	0.0652395514780836	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0109_000000018588	1740	0.9163512288423084	3	3	2	3	1	False	126655	fragment	False	ISR0095_000000019372	0.9852210038074473		0	0	False	False	0.9948275685310364	0					non-mobilizable	no_good_hit								True	False
AUS0008_000000002151	7663	0.9163466126155799	9	6	5	6	4	True	115678	maximal	True	AUS0008_000000002151	1.0		4	2	False	False	0.9968680739402771	0					non-mobilizable	no_good_hit	4630.0	99.244	60.0	0.026980398556848847	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	True
SPA0042_000000012048	2646	0.9163416145261212	4	3	3	3	3	False	6857	maximal	True	SPA0042_000000012048	1.0		1	1	False	False	0.9916855692863464	0					non-mobilizable	no_good_hit	183.0	73.77	7.0	0.00035673740973163885	NZ_QKRB01000057.1	firmicutes	Paenibacillus sambharensis strain SMB1 379, whole genome shotgun sequence	True	False
CHI0148_000000005763	2050	0.9163389215973364	4	3	3	3	3	False	92119	fragment	False	CHI0148_000000005763	0.9798741796040823		0	0	False	False	0.9995121955871582	0					non-mobilizable	other	2050.0	98.78	100.0	0.008192722910835665	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0079_000000010303	2421	0.9163338506886776	3	3	2	2	3	False	95217	fragment	False	USA0072_01_000000007989	0.994672131147541		0	0	False	False	1.0	0					non-mobilizable	other	2421.0	99.546	100.0	0.00994542346133614	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
USA0018_01_000000007635	3192	0.9163297383116608	6	3	2	3	2	False	1868	maximal	True	USA0018_01_000000007635	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3152.0	100.0	99.0	0.00898847558192606	NZ_JAATLI010000004.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_04, whole genome shotgun sequence	False	False
CHI0047_000000006190	2498	0.91631915943416	4	3	2	3	2	True	124673	fragment	False	CHI0047_000000006190	1.0		0	0	False	False	0.9991993308067322	0					non-mobilizable	no_good_hit	2020.0	78.168	86.0	0.0006000541343368559	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0108_000000004802	3427	0.9163178912713901	5	5	3	4	5	True	114215	fragment	False	MAD0046_000000005928	0.4808471176020453		0	0	False	False	1.0	0					non-mobilizable	plasmid	3428.0	99.971	100.0	0.02897729674882679	CP032495.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain SO21 plasmid pSO21_118, complete sequence	False	True
MON0008_000000014028	2422	0.9163113557590814	3	3	3	3	2	False	124025	fragment	False	MON0008_000000014028	1.0		0	0	False	False	0.9995871186256409	0					non-mobilizable	no_good_hit	1745.0	96.905	72.0	0.0004843072240642929	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0158_000000013361	1569	0.9163044298411576	3	2	1	2	1	True	28557	fragment	False	SPA0158_000000013361	1.0		0	0	False	False	0.990439772605896	0					non-mobilizable	no_good_hit								True	True
ISR0207_000000023069	1317	0.9163044298411576	3	2	1	2	1	True	28556	fragment	False	ISR0207_000000023069	1.0		0	0	False	False	0.9589977264404297	0					non-mobilizable	no_good_hit								True	True
MAD0053_000000003197	3896	0.9163036106371556	4	2	1	2	1	False	89114	maximal	True	MAD0053_000000003197	1.0		1	1	False	False	0.9951232075691223	0					non-mobilizable	no_good_hit	2348.0	94.59100000000001	74.0	0.01884744345364928	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0251_000000002491	4696	0.916297504342639	7	5	2	3	4	True	116605	backbone	False	USA0080_01_000000007189	0.1886369796948138	PS778|PS779|PS781	0	0	False	True	1.0	0					non-mobilizable	other	4696.0	99.979	100.0	0.8122837370242214	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0388_000000006593	4696	0.916297504342639	7	5	2	3	4	True	116605	backbone	False	USA0080_01_000000007189	0.18888922945008738	PS778|PS779|PS781	0	0	False	True	1.0	0					non-mobilizable	other	4696.0	99.979	100.0	0.8122837370242214	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0830_000000004944	4656	0.916297504342639	7	5	2	3	4	True	116605	backbone	False	USA0080_01_000000007189	0.1487674326975971	PS778|PS779|PS781	0	0	False	True	1.0	0					non-mobilizable	other	4656.0	99.979	100.0	0.8053633217993079	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
DEN0021_000000029700	1265	0.916288745464252	2	2	2	2	2	False	99464	fragment	False	DEN0021_000000029700	0.9847287877047555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	87.665	84.0	0.014283978452523998	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
AST0048_000000002534	7124	0.9162848992018356	6	5	4	4	2	False	123554	fragment	False	AST0048_000000002534	1.0		0	0	False	False	0.999859631061554	0					non-mobilizable	no_good_hit	1131.0	90.62799999999999	16.0	0.10265744448489261	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0151_000000001786	8661	0.916284453428978	9	8	3	3	6	False	80541	maximal	True	FIJ0151_000000001786	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7317.0	99.986	84.0	0.046332241946004826	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	True	False
SPA0095_000000006562	3104	0.916278500779418	4	4	4	4	4	False	98154	maximal	False	FIJ0058_000000011780	0.9421638874550186		0	0	False	False	1.0	0					non-mobilizable	chromosome	3104.0	99.839	100.0	0.000619049281549718	CP049101.1	enterobacteria	Escherichia coli strain EC28 chromosome, complete genome	False	False
SPA0110_000000001154	19525	0.9162645744903932	15	12	10	10	12	False	4632	maximal	True	SPA0110_000000001154	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	75.655	1.0	0.0033538505030775755	NZ_SCWB01000014.1	firmicutes	Macrococcus lamae strain CCM4815 NODE_14_length_77821_cov_62.0198, whole genome shotgun sequence	True	False
ISR0222_000000011514	5161	0.9162633294864716	4	3	2	3	3	False	27903	maximal	True	ISR0222_000000011514	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	97.22200000000001	2.0	3.237112435201026e-05	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
SPA0103_000000004252	3617	0.9162597886624464	3	3	2	2	1	True	106899	fragment	False	MON0032_000000006405	0.8862619664263687		0	0	False	False	0.9994470477104187	0					non-mobilizable	plasmid	2821.0	99.71600000000001	100.0	0.5107770331461692	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0066_000000005566	5353	0.9162552720079328	6	3	2	3	2	True	45377	maximal	True	FIJ0066_000000005566	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0167_000000006595	3741	0.9162483751658328	3	3	2	2	3	False	56082	maximal	True	ENG0167_000000006595	1.0		4	3	False	False	0.99652498960495	0					non-mobilizable	other	3741.0	98.95700000000001	100.0	0.001130831796329332	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
FIJ0007_000000011251	1610	0.9162335950464952	3	3	3	2	3	False	88583	fragment	False	FIJ0007_000000011251	0.9764819587628866		0	0	False	False	0.9987577795982361	0					non-mobilizable	chromosome	1610.0	99.93799999999999	100.0	0.00033782833281612777	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
CHI0131_000000001504	8406	0.9162330152426454	6	4	2	4	2	False	81048	fragment	False	CHI0131_000000001504	1.0		0	0	False	False	0.9989293217658997	0					non-mobilizable	no_good_hit	1914.0	98.90299999999999	24.0	0.0005719067334618653	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0131_000000013733	1918	0.9162288248315928	3	2	1	2	1	False	58359	fragment	False	ENG0131_000000013733	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1919.0	97.759	100.0	0.032572515454113174	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
ENG0157_000000004087	5709	0.9162267864472532	7	6	5	6	5	False	99047	fragment	False	DEN0072_000000002974	0.7224804522660255		0	0	False	False	0.9992993474006653	0					non-mobilizable	no_good_hit	561.0	77.005	10.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0023_000000002660	9948	0.9162084503290118	13	8	5	6	7	True	95124	maximal	True	FIJ0023_000000002660	1.0		4	2	False	False	0.9998995065689087	0					non-mobilizable	chromosome	7014.0	97.961	100.0	0.0031286857779342643	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
USA0017_01_000000007306	3722	0.916207321385222	4	4	4	4	3	False	61710	fragment	False	USA0017_01_000000007306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	74.40899999999999	34.0	0.00043732385809978756	CP044316.1	firmicutes	Enterococcus faecium strain 15-307-1 chromosome, complete genome	True	False
MON0101_000000039951	1633	0.916207078749552	2	2	2	2	2	False	52348	fragment	False	USA0034_01_000000027858	0.46783085359095244		0	0	False	False	0.9963257908821106	0					non-mobilizable	other	1587.0	97.353	97.0	0.027702478182549537	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0036_000000005240	4234	0.9161923067376676	5	2	2	2	2	False	65336	maximal	True	ENG0036_000000005240	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000004504	6842	0.916188432355304	7	3	3	3	2	True	82661	fragment	False	CHI0111_000000004504	1.0		0	0	False	False	0.9995615482330322	0					non-mobilizable	no_good_hit								True	True
CHI0117_000000008258	1772	0.9161809197110524	2	2	2	2	2	True	82066	fragment	False	CHI0117_000000008258	1.0		0	0	False	False	0.9937922954559326	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00012151914116346983	NZ_CABFVD010000005.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	True
DEN0045_000000006146	5346	0.9161777837322492	7	4	3	3	2	False	95374	maximal	True	DEN0045_000000006146	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	2519.0	99.24600000000001	47.0	0.0004213418516451659	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0776_000000003555	7492	0.9161728976425534	8	8	5	6	8	False	23756	maximal	True	ISR0776_000000003555	1.0		8	6	False	False	0.9990656971931458	0					non-mobilizable	chromosome	7491.0	99.786	99.0	0.0015787580829926288	CP057368.1	enterobacteria	Escherichia coli strain RHB28-C19 chromosome, complete genome	False	False
ISR0165_000000018960	1296	0.916169817064626	2	2	1	2	2	False	30230	fragment	False	ISR0165_000000018960	0.9963054187192117		0	0	False	False	0.9899691343307495	0					non-mobilizable	no_good_hit								True	False
AST0010_000000016588	1796	0.9161623109888688	3	1	1	1	1	False	126217	fragment	False	AST0010_000000016588	1.0		0	0	False	False	0.9994432330131531	0					non-mobilizable	no_good_hit								True	False
SPA0068_000000002193	6307	0.9161529750771386	8	8	3	5	6	False	125633	maximal	True	SPA0068_000000002193	0.9607227086979722	PS450|PS542	2	1	True	True	1.0	1964	Col156	MOBQ			mobilizable	plasmid	5778.0	99.49799999999999	100.0	0.9275850995504175	CP057642.1	enterobacteria	Escherichia coli strain RHB19-C23 plasmid pRHB19-C23_3, complete sequence	False	True
AUS0002_000000022528	1653	0.9161515469025134	3	2	2	2	2	False	102858	fragment	False	AUS0002_000000022528	0.9950787401574803		0	0	False	False	0.993950366973877	0					non-mobilizable	no_good_hit	753.0	88.04799999999999	45.0	0.00025213079403870375	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0790_000000002028	7321	0.9161497157523774	13	5	3	4	5	False	65804	maximal	True	ISR0790_000000002028	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	85.069	8.0	0.00026415685496226693	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
FIJ0092_000000013483	2465	0.9161490227705712	7	3	2	2	3	False	43313	maximal	True	FIJ0092_000000013483	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000008462	2773	0.9161486131871244	4	4	4	3	3	False	132012	fragment	False	DEN0067_000000010452	0.2813777984605842		0	0	False	False	0.9989181160926819	0					non-mobilizable	chromosome	2773.0	99.675	100.0	0.0004272710527715202	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0065_000000003118	8228	0.9161470972157144	7	4	3	4	1	True	131961	fragment	False	ISR0167_000000003252	0.9410775148309366		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1041.0	83.958	14.0	0.012938423614500044	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0161_000000001455	12408	0.916140919855227	19	11	6	9	7	False	104725	maximal	True	ENG0161_000000001455	1.0		2	2	False	False	0.999758243560791	0					non-mobilizable	no_good_hit	99.0	89.899	2.0	3.358700662657932e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0237_000000002147	3988	0.9161409156203588	5	2	0	1	1	True	118401	maximal	True	ISR0237_000000002147	0.9026533034808029	PS271	6	4	True	True	1.0	22					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.716974266398378e-07	LR778285.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 33	True	True
ISR0176_000000008152	3987	0.9161409156203588	5	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.8598524172923339	PS271	0	0	True	True	0.9992475509643555	67					non-mobilizable	no_good_hit								True	True
AST0052_000000005165	3904	0.9161409156203588	5	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.8512715722694163	PS271	0	0	True	True	0.9994876980781555	24					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.716974266398378e-07	LR778285.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 33	True	True
ISR0256_000000004619	3886	0.9161409156203588	5	3	0	2	1	True	118401	maximal	False	ISR0237_000000002147	0.8987146271501755	PS271	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.716974266398378e-07	LR778285.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 33	True	True
ENG0034_000000003754	3875	0.9161409156203588	5	3	0	2	1	True	118401	maximal	False	ISR0237_000000002147	0.8493863445246262	PS271	0	0	True	True	0.9997419118881226	11					non-mobilizable	no_good_hit								True	True
ENG0134_000000009733	3873	0.9161409156203588	4	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.8489945946852352	PS271	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.716974266398378e-07	LR778285.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 33	True	True
ISR0104_000000006589	3835	0.9161409156203588	4	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.8483041569962635	PS271	0	0	False	True	0.9997392296791077	0					non-mobilizable	no_good_hit								True	True
ISR0394_000000004954	3674	0.9161409156203588	4	3	0	2	1	True	118401	maximal	False	ISR0237_000000002147	0.10129552468038511	PS271	0	0	True	True	0.9997278451919556	23					non-mobilizable	no_good_hit								True	True
AST0029_000000008458	3650	0.9161409156203588	4	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.4294252600168744	PS271	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.36787894826823e-06	CP045127.1	g-proteobacteria	Acinetobacter indicus strain XG03 chromosome, complete genome	True	True
FIJ0014_000000006611	3593	0.9161409156203588	5	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.3873228573831305	PS271	0	0	True	True	0.9997217059135437	2					non-mobilizable	no_good_hit								True	True
ENG0208_000000008623	3535	0.9161409156203588	3	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.5802302600491984	PS271	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.716974266398378e-07	LR778285.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 33	True	True
ENG0024_000000007871	3489	0.9161409156203588	3	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.43847504934290693	PS271	0	0	True	True	0.9994267821311951	10					non-mobilizable	no_good_hit								True	True
ISR0164_000000007185	3445	0.9161409156203588	3	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.4304596204431225	PS271	0	0	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
ENG0060_000000008271	3357	0.9161409156203588	3	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.3377373510018873	PS271	0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
DEN0083_000000008183	3333	0.9161409156203588	3	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.19087649625628822	PS271	0	0	False	True	0.9954995512962341	0					non-mobilizable	no_good_hit								True	True
ENG0008_000000007285	3287	0.9161409156203588	3	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.2386885608540544	PS271	0	0	True	True	0.9996957778930664	21					non-mobilizable	no_good_hit								True	True
ENG0110_000000010359	2944	0.9161409156203588	3	2	0	1	1	True	59812	maximal	True	ENG0110_000000010359	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0049_000000008705	3314	0.9161379968671508	5	5	4	5	3	False	105606	fragment	False	ISR0049_000000008705	1.0		0	0	False	False	0.9876282215118408	0					non-mobilizable	other	3079.0	95.745	93.0	0.012307077169132347	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
MAD0101_000000018478	1556	0.9161371644972284	4	3	1	1	3	False	15090	fragment	False	MAD0101_000000018478	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1557.0	96.211	100.0	0.12375646637485077	CP051223.1	enterobacteria	Escherichia coli strain SCZE5 plasmid pSCZE1	False	True
SPA0078_000000001259	6287	0.9161324637366084	8	6	3	5	4	False	125633	maximal	False	SPA0068_000000002193	0.9601931108372156	PS450|PS542	0	0	True	True	1.0	659	Col156	MOBQ			mobilizable	plasmid	5916.0	99.459	100.0	0.9497430956968529	CP057642.1	enterobacteria	Escherichia coli strain RHB19-C23 plasmid pRHB19-C23_3, complete sequence	False	True
AST0055_000000010150	3319	0.9161270152690352	5	5	4	5	5	False	113877	fragment	False	AST0055_000000010150	0.9915254237288136		0	0	False	False	0.9969870448112488	0					non-mobilizable	no_good_hit	1593.0	74.074	47.0	0.007845862541294013	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
SPA0108_000000005876	5031	0.916115932349986	6	2	2	2	0	True	119517	maximal	True	SPA0108_000000005876	1.0		1	1	True	True	1.0	307					non-mobilizable	no_good_hit	299.0	87.291	10.0	0.0445522048795272	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0115_000000006413	4685	0.916115932349986	7	2	2	2	0	True	100289	backbone	False	FIJ0106_000000005271	0.86309474064748	PS114|PS115|PS571	0	0	True	True	1.0	356					non-mobilizable	no_good_hit	280.0	89.64299999999999	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0311_000000003589	4684	0.916115932349986	6	2	2	2	0	True	100289	backbone	False	FIJ0106_000000005271	0.8663595259450558	PS114|PS115|PS571	0	0	True	True	1.0	138					non-mobilizable	no_good_hit	269.0	89.963	10.0	0.004248371193506967	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ENG0110_000000006390	4680	0.916115932349986	7	2	2	2	0	True	100289	backbone	False	FIJ0106_000000005271	0.8164090566105666	PS114|PS115|PS571	0	0	True	True	1.0	158					non-mobilizable	no_good_hit	297.0	86.53200000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
SPA0127_000000006250	4663	0.916115932349986	6	2	2	2	0	True	100289	backbone	False	FIJ0106_000000005271	0.8669944012070655	PS114|PS115|PS571	0	0	True	True	1.0	145					non-mobilizable	no_good_hit	280.0	89.64299999999999	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
SPA0124_000000006169	4643	0.916115932349986	6	2	2	2	0	True	100289	backbone	False	FIJ0106_000000005271	0.866950280562428	PS114|PS115|PS571	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	279.0	89.60600000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
USA0034_01_000000012246	4620	0.916115932349986	6	2	2	2	0	True	100289	backbone	False	FIJ0106_000000005271	0.8561510992352036	PS114|PS115|PS571	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	279.0	89.964	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ENG0030_000000004652	4586	0.916115932349986	6	2	2	2	0	True	100289	backbone	False	FIJ0106_000000005271	0.8651835742260203	PS114|PS115|PS571	0	0	True	True	0.9997819662094116	18					non-mobilizable	no_good_hit	236.0	88.13600000000001	10.0	0.003709398728659068	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
SPA0023_000000005335	4386	0.916115932349986	5	2	2	2	0	True	35928	maximal	True	SPA0023_000000005335	1.0	PS114	1	1	False	True	0.9908800721168518	0					non-mobilizable	no_good_hit	281.0	87.189	7.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0055_000000002752	4152	0.916115932349986	4	2	2	2	0	True	119518	maximal	True	ISR0055_000000002752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	97.792	16.0	0.08045977011494253	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0152_000000007049	3212	0.916115932349986	4	2	2	2	0	True	57055	maximal	True	ENG0152_000000007049	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	88.736	25.0	0.11060025542784163	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0035_000000001536	9684	0.916108783709928	12	6	5	5	5	False	45969	maximal	True	ISR0035_000000001536	1.0		1	1	False	False	0.9979347586631775	0					non-mobilizable	no_good_hit	1131.0	74.094	12.0	0.0004826779551639965	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0186_000000008262	1841	0.9161024642961006	4	3	2	1	2	False	104813	fragment	False	ENG0186_000000008262	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1468.0	99.932	100.0	0.00029279438409593597	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MAD0023_000000001724	4189	0.9160918914167872	5	2	1	1	1	False	19250	maximal	True	MAD0023_000000001724	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit	47.0	89.36200000000001	1.0	0.02054488610987048	HG796420.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01057	True	True
ENG0132_000000004773	3989	0.9160918914167872	2	2	1	1	1	False	58329	maximal	True	ENG0132_000000004773	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit	386.0	98.705	12.0	0.04092507726739849	NZ_RQUX01000032.1	firmicutes	Veillonella ratti strain ATCC 17746 contig_0032, whole genome shotgun sequence	True	True
DEN0064_000000022323	1852	0.9160895617182638	2	1	0	1	1	True	75338	maximal	False	MON0013_000000029039	0.9917429426786162		0	0	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
ISR0077_000000012227	2636	0.9160671473970174	3	2	0	2	0	True	39274	maximal	True	ISR0077_000000012227	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0161_000000012273	1436	0.9160671473970174	2	2	0	2	0	True	39271	fragment	False	FIJ0161_000000012273	1.0		0	0	False	False	0.988161563873291	0					non-mobilizable	no_good_hit								True	True
SPA0113_000000011238	2868	0.9160629632259948	7	3	2	2	2	False	4503	fragment	False	SPA0113_000000011238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	98.027	66.0	0.00021345167574002874	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0007_000000016575	1565	0.9160598485803628	3	2	2	2	2	False	25706	fragment	False	SPA0007_000000016575	1.0		0	0	False	False	0.9942492246627808	0					non-mobilizable	no_good_hit								True	False
SPA0094_000000006357	2020	0.9160583066652151	3	3	3	3	3	False	62291	fragment	False	ENG0071_000000010170	0.9928536224741251		0	0	False	False	0.9995049238204956	0					non-mobilizable	no_good_hit	920.0	82.28299999999999	78.0	0.00017268116221766302	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
DEN0041_000000027703	1230	0.916046514776587	2	2	1	2	1	False	73053	fragment	False	DEN0041_000000027703	1.0		0	0	False	False	0.9788618087768555	0					non-mobilizable	other	1230.0	99.35	100.0	0.0006482204265912783	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MON0013_000000051160	1129	0.9160443489083469	2	1	1	1	1	False	13463	fragment	False	MON0013_000000051160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000000521	28293	0.9160418983714582	33	15	8	14	7	True	127214	maximal	True	ISR0201_000000000521	1.0		1	1	False	False	0.9999293088912964	0					non-mobilizable	no_good_hit	7672.0	97.523	64.0	0.17165364903878433	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
MAD0082_000000001018	7307	0.9160416390295706	8	3	2	3	1	True	97616	fragment	False	MAD0082_000000001018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	75.77199999999999	6.0	0.0137250340633412	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
ISR0039_000000031651	1184	0.916040357802119	2	1	1	1	1	False	36519	maximal	True	ISR0039_000000031651	1.0		4	2	False	False	0.9991554021835327	0					non-mobilizable	no_good_hit	105.0	80.952	9.0	0.0020399592008159837	NZ_NFLJ01000021.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_21, whole genome shotgun sequence	True	False
FIJ0166_000000001707	15082	0.9160292385091376	13	7	5	6	4	True	96561	maximal	True	FIJ0166_000000001707	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	5648.0	95.414	39.0	0.0016516156842579354	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0029_000000012638	3645	0.916025077549477	4	2	1	2	1	False	37139	fragment	False	ISR0203_000000004586	0.9654899894625921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	73.445	18.0	0.003857371899164039	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ISR0085_000000006937	3238	0.9160228645116216	7	6	1	3	5	False	94797	maximal	False	SPA0139_000000008273	0.990053072875012	PS501|PS502	0	0	True	True	0.998455822467804	9					non-mobilizable	no_good_hit	518.0	99.421	76.0	0.08278622898318655	LT726871.1	other sequences	Shuttle vector pAM1, complete sequence	True	True
ISR0334_000000000664	18087	0.916021121145736	16	9	5	9	4	True	117531	fragment	False	AUS0024_000000001293	0.9725957674792393		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	122.0	77.869	1.0	0.0007797698067975305	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	True
CHI0038_000000004647	2514	0.9160167248969092	3	2	2	2	2	True	87873	fragment	False	CHI0038_000000004647	1.0		0	0	False	False	0.9992044568061829	0					non-mobilizable	plasmid	2415.0	100.0	96.0	0.009702299372606076	CP029631.1	enterobacteria	Escherichia coli strain ST410 plasmid p2189-NDM, complete sequence	False	True
MAD0044_000000005436	4336	0.9160005819521592	8	6	1	3	5	True	98350	maximal	False	BAN0016_000000000165	0.9969723452519521		0	0	True	True	1.0	65			MPF_T		non-mobilizable	plasmid	3839.0	99.29700000000001	100.0	0.904413500118008	CP008717.1	enterobacteria	Escherichia coli strain ST648 plasmid pEC648_3, complete sequence	False	True
ISR0014_000000005659	6169	0.9159986745366486	12	4	2	4	2	False	64160	fragment	False	ISR0014_000000005659	0.9557309540150996		0	0	False	False	0.9998378753662109	0					non-mobilizable	other	6205.0	91.104	99.0	0.0036898934363082166	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
CHI0139_000000007967	1476	0.9159967966168876	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.13376015146469786		0	0	False	False	0.9993224740028381	0					non-mobilizable	other	1476.0	96.34100000000001	100.0	0.00047348560999389166	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
ENG0113_000000002831	9023	0.9159964265926036	12	7	4	4	6	True	104862	backbone	False	ENG0087_000000002895	0.9686644283660761	PS619	0	0	True	True	0.9995566606521606	14					non-mobilizable	no_good_hit	1904.0	94.32799999999999	49.0	0.23626852659110723	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0050_000000033244	1240	0.9159912235033396	2	2	2	2	1	True	11296	maximal	True	MON0050_000000033244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	81.35600000000001	9.0	0.00038120276043378243	NZ_QLMJ01000010.1	high GC Gram+	Actinoplanes lutulentus strain CGMCC 4.7090 Ga0171608_110, whole genome shotgun sequence	True	True
FIJ0006_000000002926	10180	0.9159847149077468	10	5	4	5	2	True	97618	fragment	False	FIJ0082_000000001939	0.5569897759007241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	82.18299999999999	4.0	0.027652055304110607	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0154_000000002792	9947	0.9159847149077468	10	5	4	5	2	True	97618	fragment	False	FIJ0082_000000001939	0.3690305046742626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	82.18299999999999	5.0	0.027652055304110607	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MAD0097_000000001573	17223	0.9159725267279858	26	17	6	7	16	False	67863	maximal	True	MAD0097_000000001573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4092.0	98.094	72.0	0.0014416576945478934	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
ISR0017_000000003945	8266	0.9159693041694372	7	4	3	4	1	True	131961	fragment	False	ISR0167_000000003252	0.9400236860885953		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1013.0	83.90899999999999	12.0	0.012588060112366581	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0108_000000004594	6316	0.9159693041694372	5	4	3	4	1	True	131950	fragment	False	ISR0190_000000002622	0.4428316582875067		0	0	False	True	0.9993667006492615	0					non-mobilizable	no_good_hit	1017.0	82.596	17.0	0.012650625023461842	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0259_000000001933	6343	0.9159515354467216	10	5	3	4	3	True	111083	maximal	False	CHI0009_000000001303	0.9646047862367078		0	0	True	True	1.0	36		MOBB			mobilizable	plasmid	3220.0	97.17399999999999	100.0	0.49598889231718607	HG796267.1	bacteria	Uncultured bacterium plasmid pRGI00156	False	True
SPA0117_000000006522	5631	0.9159475855862044	9	6	3	4	5	True	122227	fragment	False	SPA0117_000000006522	1.0		0	0	False	False	0.9992896318435669	0					non-mobilizable	no_good_hit	924.0	81.926	38.0	0.11291313429168202	LN853370.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0761	True	True
FIJ0052_000000015332	1935	0.9159427770748076	2	2	2	2	2	False	46463	fragment	False	FIJ0052_000000015332	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1061.0	90.38600000000001	91.0	0.0004271983773722822	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0020_000000019148	1106	0.9159415538418822	2	2	2	2	2	False	49714	fragment	False	FIJ0020_000000019148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	74.83	41.0	0.0009318409397474689	CP020744.1	firmicutes	Bacillus mycoides strain Gnyt1 plasmid unnamed1, complete sequence	True	False
ENG0018_000000016042	1364	0.9159398326017232	2	2	2	2	2	False	66594	fragment	False	SPA0128_000000026332	0.9761068165846802		0	0	False	False	0.9897360801696777	0					non-mobilizable	no_good_hit	319.0	74.295	23.0	0.0001486328653156099	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
FIJ0083_000000030016	1212	0.9159353221704156	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.3954016320619696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	76.157	35.0	9.637109538334834e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0126_000000027246	1474	0.915933285207054	2	2	2	2	2	False	41124	maximal	True	FIJ0126_000000027246	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	81.197	47.0	0.0002087058969504846	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0124_000000002955	9371	0.9159313389026942	12	8	4	4	7	True	104862	backbone	False	ENG0087_000000002895	0.9931853108391648	PS619	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	1828.0	95.07700000000001	48.0	0.22717648524100137	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0087_000000002895	9310	0.9159313389026942	12	8	4	4	7	True	104862	backbone	True	ENG0087_000000002895	0.9935735494949925	PS619	3	2	True	True	1.0	34					non-mobilizable	no_good_hit	1904.0	94.32799999999999	47.0	0.23626852659110723	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0007_000000002599	9257	0.9159313389026942	12	8	4	4	7	True	104862	backbone	False	ENG0087_000000002895	0.9894287720448934	PS619	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1733.0	92.152	46.0	0.21509527961140865	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0067_000000011595	2430	0.9159312252095688	3	2	0	2	2	True	62679	fragment	False	ENG0067_000000011595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0149_000000002003	11915	0.9159255825577529	8	4	4	3	2	False	116130	maximal	True	ENG0149_000000002003	1.0		2	2	False	False	0.9994964599609375	0					non-mobilizable	no_good_hit	223.0	94.17	3.0	6.207860997603263e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0151_000000002574	8987	0.9159255825577529	6	4	4	3	2	False	116129	fragment	False	CHI0151_000000002574	1.0		0	0	False	False	0.9997774362564087	0					non-mobilizable	no_good_hit	205.0	93.65899999999999	4.0	5.7045209167165115e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0006_000000003037	9870	0.915917273754259	15	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.4421963811409347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	94.382	2.0	4.721600307730967e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0045_000000002520	9821	0.915917273754259	14	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.39967571404188323		0	0	False	False	0.9943997263908386	0					non-mobilizable	no_good_hit	163.0	93.25200000000001	2.0	4.321464688431732e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0165_000000001790	9764	0.915917273754259	12	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.1674987821363718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	94.366	7.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0003_000000002331	9673	0.915917273754259	13	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.31533090279227277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	93.16799999999999	2.0	4.268113272525168e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0003_01_000000008581	4538	0.9159100709057196	5	4	3	4	3	False	71128	fragment	False	FIJ0106_000000005398	0.955417889598669		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	115.0	93.04299999999999	3.0	4.430267588162325e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
FIJ0120_000000002138	10240	0.915909998295234	12	5	4	5	1	True	102708	maximal	True	FIJ0120_000000002138	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0140_000000002478	9150	0.915909998295234	10	5	4	5	1	True	40412	fragment	False	FIJ0140_000000002478	1.0		0	0	False	False	0.9981420636177063	0					non-mobilizable	no_good_hit								True	True
ISR0110_000000008778	2666	0.9159079163894244	4	4	4	4	4	False	85620	fragment	False	ISR0110_000000008778	1.0		0	0	False	False	0.9969992637634277	0					non-mobilizable	no_good_hit	612.0	72.38600000000001	23.0	0.0022874846803230646	NZ_CACWHY010000001.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
USA0041_01_000000003845	6109	0.9159062401716316	12	8	5	6	5	True	104905	maximal	True	USA0041_01_000000003845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2922.0	97.365	73.0	0.23549818475191608	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0132_000000017733	1618	0.9158899742587809	2	2	2	2	2	False	33828	maximal	True	ISR0132_000000017733	0.96834466117004		4	3	False	False	0.983312726020813	0					non-mobilizable	other	1553.0	76.561	94.0	0.021307452030343597	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0023_000000004679	3679	0.9158766384045184	5	2	2	2	2	False	66282	fragment	False	ENG0023_000000004679	1.0		0	0	False	False	0.9891274571418762	0					non-mobilizable	no_good_hit	590.0	85.085	16.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0081_01_000000010505	2973	0.9158766384045184	4	2	2	2	2	False	575	fragment	False	USA0081_01_000000010505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	85.085	20.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0002_000000000937	28373	0.9158738531490844	42	15	8	13	5	False	52476	maximal	True	FIJ0002_000000000937	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	84.884	0.0	3.405954938385444e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0003_000000007712	3210	0.9158735570398406	5	4	3	4	4	False	70071	maximal	True	FIJ0003_000000007712	1.0		33	7	True	True	1.0	2					non-mobilizable	no_good_hit	1919.0	99.323	83.0	0.0005559927935449179	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0107_000000020078	1635	0.9158614366230132	3	1	1	1	1	False	4714	fragment	False	SPA0107_000000020078	1.0		0	0	False	False	0.9969419240951538	0					non-mobilizable	no_good_hit	317.0	73.817	19.0	0.0011538806237677004	NZ_KB822502.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.7, whole genome shotgun sequence	True	False
MON0005_000000032061	1693	0.9158547316179092	2	2	2	2	2	False	14116	maximal	True	MON0005_000000032061	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	78.07	7.0	1.6998835656328873e-05	CP032871.1	g-proteobacteria	Pseudomonas syringae pv. actinidiae strain P155 chromosome, complete genome	True	False
SPA0150_000000001970	8452	0.9158336801162336	9	8	6	4	6	True	91119	fragment	False	SPA0150_000000001970	0.9713591679636001		0	0	False	False	0.9997633695602417	0					non-mobilizable	other	7888.0	99.417	97.0	0.0014810658024448414	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0151_000000001898	8430	0.9158336801162336	9	8	6	4	6	True	91119	fragment	False	SPA0150_000000001970	0.970175501473886		0	0	False	False	0.9995254874229431	0					non-mobilizable	other	7884.0	99.417	97.0	0.0014803125585529432	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0785_000000004260	6417	0.9158261065323942	7	4	2	4	2	False	59860	maximal	True	ISR0785_000000004260	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000018214	1840	0.9158214779276972	4	1	1	1	1	False	36627	maximal	True	ISR0038_000000018214	1.0		4	2	False	False	0.997826099395752	0					non-mobilizable	other	1223.0	98.69200000000001	100.0	0.013249341327753142	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
MAD0026_000000001113	8515	0.9158171233046232	14	6	5	5	5	False	79556	fragment	False	MAD0026_000000001113	1.0		0	0	False	False	0.9988256096839905	0					non-mobilizable	no_good_hit								True	False
ENG0163_000000008439	2821	0.915814442798802	4	3	2	2	3	True	115871	fragment	False	ENG0163_000000008439	1.0		0	0	False	False	0.981212317943573	0	rep_cluster_1320				non-mobilizable	plasmid	2824.0	99.75200000000001	100.0	0.5763576970191915	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	False	True
SPA0047_000000019380	2019	0.9158111878057568	3	3	3	3	3	False	59301	maximal	True	SPA0047_000000019380	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1795.0	99.944	89.0	0.0007380644609208444	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	True	False
CHI0119_000000000377	16538	0.9157957293174984	20	18	8	11	17	True	132527	fragment	False	CHI0119_000000000377	1.0		0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	12747.0	93.95200000000001	100.0	0.17201568203325673	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
FIJ0090_000000002019	13879	0.9157891540439071	14	8	7	8	3	True	43543	fragment	False	FIJ0090_000000002019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	82.645	1.0	0.006201061537653056	NZ_QJTC01000036.1	b-proteobacteria	Xylophilus ampelinus strain CECT 7646 Ga0244619_136, whole genome shotgun sequence	True	True
USA0009_01_000000006537	3688	0.9157884476149956	5	4	1	3	3	False	95282	fragment	False	USA0003_01_000000009841	0.6340625261922722		0	0	False	False	1.0	0					non-mobilizable	chromosome	3697.0	96.26700000000001	100.0	0.7257019438444925	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
AUS0022_000000010085	3520	0.9157871867801318	4	2	2	2	2	False	99356	maximal	True	AUS0022_000000010085	1.0		4	4	False	False	0.9994317889213562	0					non-mobilizable	no_good_hit	135.0	100.0	4.0	0.0012721438471908406	NZ_CYXX01000012.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0033_000000006931	3838	0.9157808290012802	6	6	6	5	3	False	129687	maximal	True	DEN0033_000000006931	1.0	PS1061	11	3	False	True	0.9992183446884155	0					non-mobilizable	no_good_hit	1800.0	99.22200000000001	72.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
AST0055_000000015994	2198	0.9157780299171048	2	1	1	1	1	False	113814	fragment	False	AST0055_000000015994	1.0		0	0	False	False	0.9995450377464294	0					non-mobilizable	no_good_hit	85.0	90.588	4.0	2.7858815599441872e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
AUS0016_000000018878	1504	0.9157780299171048	2	1	1	1	1	False	100172	fragment	False	AUS0016_000000018878	1.0		0	0	False	False	0.9926861524581909	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0017513134851138354	NZ_CABIWU010000039.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0121_000000008471	2874	0.9157777972736828	5	4	4	4	4	False	83561	fragment	False	ISR0121_000000008471	0.9943878961356768		0	0	False	False	0.9965205192565918	0					non-mobilizable	other	2874.0	99.40799999999999	100.0	0.059368090426301326	NZ_QRST01000015.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf15, whole genome shotgun sequence	False	False
MAD0045_000000011649	3210	0.9157769978700604	5	5	1	3	3	False	90418	fragment	False	MAD0045_000000011649	1.0		0	0	False	False	0.9981308579444885	0	IncFIB				non-mobilizable	plasmid	3210.0	98.411	100.0	0.01998740263546844	CP024662.1	enterobacteria	Escherichia coli strain 90-9269 plasmid unnamed1, complete sequence	False	True
DEN0021_000000011402	2987	0.9157756801635832	4	4	3	2	2	True	97329	fragment	False	DEN0021_000000011402	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2988.0	98.15899999999999	100.0	0.07341840623540115	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
FIJ0090_000000018800	2315	0.9157678738353664	2	2	2	2	1	True	43487	maximal	True	FIJ0090_000000018800	1.0		1	1	False	False	0.9982721209526062	0					non-mobilizable	no_good_hit	44.0	95.455	2.0	0.00023534047746751754	NZ_FPBK01000007.1	CFB group bacteria	Pustulibacterium marinum strain CGMCC 1.12333, whole genome shotgun sequence	True	True
DEN0087_000000002233	5243	0.915762776714176	8	6	2	3	6	True	109277	maximal	True	DEN0087_000000002233	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2871.0	86.729	64.0	0.34324584637611366	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
DEN0078_000000012745	2420	0.9157499953592456	4	3	3	2	2	False	94981	fragment	False	ISR0132_000000010219	0.6394194041252864		0	0	False	False	0.9975206851959229	0					non-mobilizable	no_good_hit								True	False
DEN0036_000000000389	1605	0.9157402185132318	3	2	1	2	2	False	73369	fragment	False	DEN0036_000000000389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	90.719	47.0	0.7482724580454096	NZ_FNVV01000006.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0090_000000023775	1319	0.915738383685538	2	2	2	2	2	False	33650	fragment	False	ISR0090_000000023775	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	97.574	100.0	0.0005316784337834447	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
AST0003_000000005085	6876	0.9157363077196842	12	6	4	4	4	False	130751	maximal	True	AST0003_000000005085	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	78.51899999999999	4.0	0.0049316506966191	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	False
ENG0138_000000003016	6996	0.9157324141430496	7	3	1	3	1	False	57952	maximal	True	ENG0138_000000003016	1.0		1	1	False	False	0.9995712041854858	0					non-mobilizable	no_good_hit	1186.0	93.508	29.0	0.026379110596203546	NZ_SPFU01000033.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_33_length_44884_cov_22.2797, whole genome shotgun sequence	True	False
USA0111_01_000000000588	24959	0.9157291112851376	19	13	11	9	11	False	120725	maximal	True	USA0111_01_000000000588	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3012.0	81.275	33.0	0.0005227710882278759	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ENG0126_000000002312	9696	0.9157288240666246	9	7	6	7	4	True	119683	fragment	False	ENG0126_000000002312	0.9726814530875498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	75.0	1.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
DEN0079_000000027665	2110	0.915723695309932	2	2	2	2	2	False	69534	fragment	False	DEN0079_000000027665	1.0		0	0	False	False	0.9952606558799744	0					non-mobilizable	no_good_hit								True	False
ENG0157_000000005311	4528	0.9157174491641976	3	3	2	3	2	False	95400	fragment	False	ENG0157_000000005311	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4528.0	99.58	100.0	0.001265341036673638	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0022_000000003469	8800	0.9157107610606852	14	10	6	7	9	True	124121	fragment	False	CHI0142_000000001662	0.9650415512465373		0	0	False	False	1.0	0					non-mobilizable	other	5599.0	95.196	99.0	0.0015726549146590212	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0099_000000002328	8740	0.9157105455361196	9	7	4	5	4	True	132361	maximal	True	MON0099_000000002328	1.0	PS1159|PS463	5	2	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2506.0	91.86	55.0	0.3785627653123105	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0167_000000004849	3760	0.9156937900693508	5	4	2	3	3	False	126749	fragment	False	CHI0167_000000004849	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3760.0	100.0	100.0	0.7341796875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
AST0055_000000014512	2404	0.9156898981895996	3	3	3	3	2	False	118760	fragment	False	ISR0057_000000008531	0.9666355124338653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	87.09700000000001	86.0	0.002181918253417028	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
ENG0058_000000006416	4610	0.9156888133667715	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.916036742209297	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	2843.0	96.025	62.0	0.5648019112084411	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
DEN0005_000000006748	4490	0.9156888133667715	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.7244425445563828	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	2720.0	96.801	62.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0027_000000003228	9011	0.9156831532001264	12	8	7	5	7	True	100079	fragment	False	SPA0027_000000003228	0.9948647076004429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6403.0	94.315	76.0	0.0019313655823287596	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
AUS0018_000000003139	8165	0.9156831532001264	10	8	7	5	7	True	100078	fragment	False	AUS0018_000000003139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6409.0	94.367	84.0	0.0019331768035688304	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ENG0058_000000003669	7242	0.9156788815122106	11	9	4	4	8	True	92304	maximal	True	ENG0058_000000003669	1.0	PS479	2	1	False	True	1.0	0		MOBB			mobilizable	plasmid	6619.0	99.985	100.0	0.7967734168071274	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
CHI0067_000000003434	3112	0.9156757320048946	6	3	2	2	1	False	110816	maximal	True	CHI0067_000000003434	1.0		4	2	False	False	1.0	0					non-mobilizable	other	3022.0	93.21600000000001	97.0	0.0005026651796433989	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0119_000000017644	1786	0.9156756484333021	3	3	3	2	1	False	106724	fragment	False	ENG0119_000000017644	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1786.0	99.944	100.0	0.0007884080605780069	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
ISR0225_000000018900	1212	0.9156731744180177	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.07928941990496682		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	96.37	100.0	0.0004149444471688272	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
DEN0090_000000026838	1153	0.9156665008721956	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.03953301983939896		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	99.913	100.0	0.0003483203821848638	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CAN0009_000000025646	1136	0.915664540176952	2	1	1	1	1	False	94679	maximal	True	CAN0009_000000025646	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	81.319	8.0	0.0002021695034043098	NZ_OBEA01000004.1	a-proteobacteria	Pseudooceanicola antarcticus strain CGMCC 1.12662, whole genome shotgun sequence	True	False
CHI0111_000000004244	7272	0.9156582120789682	11	8	5	5	8	True	124087	fragment	False	CHI0111_000000004244	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3300.0	98.667	96.0	0.0009271244752430505	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0333_000000017219	1391	0.915645578152876	3	1	0	1	1	True	24530	fragment	False	ISR0333_000000017219	1.0		0	0	False	False	0.9834651350975037	0					non-mobilizable	no_good_hit								True	True
ISR0131_000000003948	5899	0.9156430915317112	10	5	2	4	4	False	116605	backbone	False	USA0080_01_000000007189	0.9985974244126017	PS778|PS779|PS781	0	0	True	True	1.0	101		MOBP			mobilizable	other	3755.0	100.0	99.0	0.6494809688581314	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0781_000000003990	5879	0.9156430915317112	10	5	2	4	4	False	116605	backbone	False	USA0080_01_000000007189	0.9987512374848169	PS778|PS779|PS781	0	0	True	True	1.0	181		MOBP			mobilizable	other	3663.0	100.0	99.0	0.6335640138408305	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0146_000000006508	5819	0.9156430915317112	10	5	2	4	4	False	116605	backbone	False	USA0080_01_000000007189	0.9987135603022348	PS778|PS779|PS781	0	0	True	True	0.9994844198226929	3		MOBP			mobilizable	other	3705.0	100.0	99.0	0.6408304498269897	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0130_000000004602	5762	0.9156430915317112	10	5	2	4	4	False	116605	backbone	False	USA0080_01_000000007189	0.9892474970373819	PS778|PS779|PS781	0	0	True	True	0.9996529221534729	4		MOBP			mobilizable	other	3705.0	100.0	99.0	0.6408304498269897	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ENG0032_000000003047	5762	0.9156430915317112	10	5	2	4	4	False	116605	backbone	False	USA0080_01_000000007189	0.9891542209209084	PS778|PS779|PS781	0	0	True	True	1.0	74		MOBP			mobilizable	other	3705.0	100.0	99.0	0.6408304498269897	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0858_000000001316	5753	0.9156430915317112	9	5	2	4	4	False	116605	backbone	False	USA0080_01_000000007189	0.9874527140514517	PS778|PS779|PS781	0	0	True	True	0.999826192855835	13		MOBP			mobilizable	other	3705.0	100.0	99.0	0.6408304498269897	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0012_01_000000001303	5618	0.9156430915317112	9	5	2	4	4	False	116605	backbone	False	USA0080_01_000000007189	0.9638247626605488	PS778|PS779|PS781	0	0	True	True	1.0	22		MOBP			mobilizable	other	3598.0	100.0	99.0	0.6223183391003461	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0148_000000007386	3919	0.9156400864097536	6	5	2	3	4	True	123342	maximal	True	ISR0148_000000007386	1.0	PS890	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1806.0	99.00299999999999	59.0	0.5139008311837203	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ENG0095_000000008080	3362	0.915637710951574	4	4	4	3	3	False	128315	maximal	True	ENG0095_000000008080	1.0		0	0	False	False	0.9964306950569153	0					non-mobilizable	no_good_hit	1622.0	98.52	48.0	0.0005883239485979187	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0311_000000021771	1126	0.9156329929903768	2	2	2	2	1	False	25276	fragment	False	ISR0311_000000021771	1.0		0	0	False	False	0.9840142130851746	0					non-mobilizable	no_good_hit	269.0	71.00399999999999	24.0	0.00012858521937073486	NZ_KB899636.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
MON0037_000000029809	2349	0.9156322526381404	3	3	3	3	3	False	12110	maximal	True	MON0037_000000029809	1.0		37	7	False	False	0.9991485476493835	0					non-mobilizable	no_good_hit	439.0	72.21	18.0	0.0013777784931352508	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0059_000000003461	4572	0.9156280844055664	10	3	2	2	2	False	85840	maximal	True	CHI0059_000000003461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	80.628	4.0	0.0002524349170137084	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	True	False
SPA0155_000000004292	4022	0.9156239810035672	5	5	4	5	5	False	115024	fragment	False	SPA0155_000000004292	1.0		0	0	False	False	0.9952759742736816	0					non-mobilizable	no_good_hit	860.0	82.55799999999999	46.0	0.00024084439990399947	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0018_000000001895	7121	0.9156167521101204	8	7	3	7	3	False	89594	maximal	True	CHI0018_000000001895	1.0		1	1	False	False	0.9995787143707275	0					non-mobilizable	no_good_hit	587.0	83.475	8.0	0.056236133886370214	NZ_CYXV01000029.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0043_000000015799	1788	0.915614404691432	4	2	1	1	2	True	83795	maximal	True	FIJ0043_000000015799	1.0		1	1	False	False	0.9994407296180725	0					non-mobilizable	no_good_hit	54.0	88.889	3.0	0.0002637577012272198	NZ_JPIN01000012.1	g-proteobacteria	Idiomarina atlantica strain MCCC 1A10513 contig12, whole genome shotgun sequence	True	True
SPA0077_000000005431	5162	0.9156069409014418	7	6	5	6	2	False	63105	fragment	False	SPA0077_000000005431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1988.0	99.145	39.0	0.0086477165848051	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ISR0072_000000016131	1808	0.9156055195365272	3	3	3	2	1	False	69408	fragment	False	ISR0072_000000016131	1.0		0	0	False	False	0.9955752491950989	0					non-mobilizable	no_good_hit	48.0	91.667	3.0	6.147905526313036e-05	NZ_PZZW01000003.1	a-proteobacteria	Rhodobacter johrii strain JA192 Ga0191650_103, whole genome shotgun sequence	True	False
MAD0048_000000020427	1172	0.9155975307342944	2	2	1	2	1	False	17515	backbone	False	MON0016_000000031731	0.954692309848622	PS39	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	99.0	83.838	8.0	0.0007009964163346472	NZ_FOZH01000013.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	True
MAD0005_000000013654	2155	0.91559537672093	4	4	4	3	2	False	56441	maximal	True	MAD0005_000000013654	1.0		0	0	False	False	0.9944315552711487	0					non-mobilizable	no_good_hit	1073.0	97.57700000000001	50.0	0.0002872780830405169	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0020_000000003003	3060	0.9155922333046996	4	4	4	3	3	False	111484	fragment	False	CHI0097_000000001764	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3060.0	100.0	100.0	0.0005437750467159471	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0187_000000022277	1292	0.9155752343764256	2	2	2	2	2	False	43356	maximal	True	ISR0187_000000022277	0.9944576405384007		37	9	False	False	0.9992260336875916	0					non-mobilizable	no_good_hit	221.0	79.186	17.0	0.006733382752656288	NZ_AQXL01000103.1	firmicutes	Effusibacillus pohliae DSM 22757 C230DRAFT_scaffold00033.33_C, whole genome shotgun sequence	True	False
ISR0267_000000005001	3215	0.9155735133735124	1	1	1	1	1	False	26542	fragment	False	ISR0267_000000005001	1.0		0	0	False	False	0.9993779063224792	0					non-mobilizable	no_good_hit	115.0	80.0	3.0	0.00026647315639832976	NZ_FOMH01000005.1	CFB group bacteria	Flavobacterium phragmitis strain CGMCC 1.10370, whole genome shotgun sequence	True	False
ISR0263_000000001466	6285	0.9155728769488126	5	4	4	4	4	False	125042	maximal	True	ISR0263_000000001466	1.0		20	6	False	False	0.998886227607727	0					non-mobilizable	other	6121.0	84.93700000000001	99.0	0.008741698621313354	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
FIJ0005_000000002966	8582	0.9155676141469316	12	7	7	7	5	True	69315	fragment	False	FIJ0005_000000002966	1.0		0	0	False	False	0.9997669458389282	0					non-mobilizable	no_good_hit	623.0	97.111	8.0	0.0007866129105689412	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ISR0007_000000001692	7595	0.9155595506842064	12	8	7	7	3	False	38454	maximal	True	ISR0007_000000001692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	77.36399999999999	8.0	0.0010195550336341472	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
ENG0171_000000015510	1556	0.9155594011431902	2	2	2	1	1	False	55782	fragment	False	ENG0171_000000015510	0.9992982456140351		0	0	False	False	0.9993573427200317	0					non-mobilizable	other	1556.0	99.87100000000001	100.0	0.055304619980794535	NZ_SPFY01000028.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_28_length_28117_cov_17.6304, whole genome shotgun sequence	False	False
ISR0070_000000007316	2781	0.9155581386740872	4	4	4	3	3	False	105494	fragment	False	FIJ0148_000000005443	0.35129196205934404		0	0	False	False	1.0	0					non-mobilizable	other	2781.0	97.303	100.0	0.003997026672245251	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
MAD0037_000000011283	1220	0.91555654085488	2	2	2	1	1	False	18608	maximal	True	MAD0037_000000011283	1.0		1	1	False	False	0.9975410103797913	0					non-mobilizable	other	1220.0	99.426	100.0	0.0028010303379848666	NZ_QNRL01000003.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_103, whole genome shotgun sequence	False	False
FIJ0153_000000011754	2244	0.9155510993725384	4	3	2	2	2	True	39656	fragment	False	FIJ0153_000000011754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	86.777	27.0	0.07193987115246958	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ISR0010_000000008459	2361	0.915547304409552	4	4	3	4	3	False	38311	fragment	False	ISR0010_000000008459	1.0		0	0	False	False	0.9970351457595825	0					non-mobilizable	no_good_hit	1319.0	98.939	64.0	0.0003741444072507937	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0201_000000010566	2855	0.9155472300862498	4	3	3	3	1	False	119263	fragment	False	ISR0293_000000011332	0.4815847868666099		0	0	False	False	0.9985989332199097	0					non-mobilizable	other	2856.0	97.40899999999999	100.0	0.0092747906537892	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
SPA0040_000000037715	1157	0.9155452869812156	2	1	1	1	1	False	6931	fragment	False	SPA0040_000000037715	1.0		0	0	False	False	0.9853067994117737	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	2.0505514904271623e-05	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
USA0145_01_000000004247	5752	0.9155434477628543	5	5	3	4	3	False	132007	maximal	True	USA0145_01_000000004247	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	97.443	48.0	0.000381572442184871	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
FIJ0082_000000008406	3395	0.9155391495156688	4	3	0	3	0	False	98555	backbone	False	FIJ0008_000000006326	0.21052265869150794	PS550	0	0	False	True	0.9979381561279297	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0009_000000006440	4682	0.915536461430834	5	4	2	4	3	False	108610	fragment	False	ISR0121_000000004813	0.9638816642819419		0	0	False	False	0.9948740005493164	0					non-mobilizable	chromosome	4525.0	100.0	97.0	0.0010235636849378667	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0067_000000005497	3106	0.915534240454514	5	5	4	3	4	True	91208	fragment	False	MON0067_000000005497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3115.0	99.23	100.0	0.18138397017707364	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
ENG0111_000000004587	4727	0.9155294288851225	5	5	5	5	5	False	101567	fragment	False	ENG0111_000000004587	1.0		0	0	False	True	0.9987307190895081	0					non-mobilizable	no_good_hit	2611.0	99.885	74.0	0.00040307037701442527	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	True
ENG0204_000000000247	38570	0.915522148102698	40	13	0	7	9	True	54073	maximal	True	ENG0204_000000000247	1.0		1	1	False	False	0.9997925758361816	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	6.642182065360703e-07	LR736841.1	bivalves	Pecten maximus genome assembly, chromosome: 4	True	True
FIJ0154_000000035180	1166	0.9155200294607296	2	2	2	2	1	True	60273	fragment	False	FIJ0154_000000035180	0.9612961296129614		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	97.427	100.0	0.06500753306177111	NZ_CABLCC010000055.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	True
FIJ0035_000000004515	2676	0.915505638634832	3	2	2	2	2	False	52020	maximal	True	FIJ0035_000000004515	1.0	PS211	0	0	False	True	0.9865471124649048	0					non-mobilizable	no_good_hit	2027.0	97.681	76.0	0.0013650814195228888	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
MON0097_000000016799	2132	0.915505638634832	2	2	2	2	2	False	51998	backbone	True	MON0097_000000016799	0.9676630349413807	PS211	10	2	False	True	0.9995309710502625	0					non-mobilizable	other	2006.0	97.757	99.0	0.0013509250196167256	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
MON0044_000000025215	2122	0.915505638634832	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.9674908841499059	PS211	0	0	False	True	1.0	0					non-mobilizable	other	2006.0	97.85600000000001	99.0	0.0013509250196167256	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
FIJ0038_000000016543	2105	0.915505638634832	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.951781269758961	PS211	0	0	True	True	0.997149646282196	4					non-mobilizable	other	2028.0	97.73200000000001	99.0	0.0013657555338041348	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
MON0029_000000014193	2081	0.915505638634832	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.8856465731755583	PS211	0	0	False	True	0.9894281625747681	0					non-mobilizable	other	1956.0	97.955	99.0	0.0013172193055544321	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ISR0820_000000011857	2034	0.915505638634832	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.9491864271285783	PS211	0	0	False	True	0.9931170344352722	0					non-mobilizable	other	2001.0	97.551	98.0	0.0013475544482104962	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
MON0048_000000020189	1993	0.915505638634832	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.9466854375979251	PS211	0	0	False	True	1.0	0					non-mobilizable	other	1996.0	97.745	100.0	0.0013441838768042669	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
MON0064_000000014265	1931	0.915505638634832	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.7961123768674554	PS211	0	0	False	True	1.0	0					non-mobilizable	other	1934.0	97.777	100.0	0.001302388791367023	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ISR0011_000000020897	1387	0.9154862802256352	3	2	2	2	2	False	85682	fragment	False	ISR0011_000000020897	1.0		0	0	False	False	0.9985580444335938	0					non-mobilizable	no_good_hit	326.0	73.006	23.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0141_000000018416	1441	0.9154807181267718	2	2	2	1	1	False	57720	fragment	False	FIJ0121_000000016703	0.955391868856597		0	0	False	False	0.9930603504180908	0					non-mobilizable	no_good_hit	642.0	86.137	61.0	0.00029561910955828964	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
USA0069_01_000000018608	3321	0.9154763653634964	3	3	3	3	3	False	97301	maximal	True	USA0069_01_000000018608	1.0		6	3	False	False	0.9948810338973999	0					non-mobilizable	no_good_hit	1146.0	72.949	34.0	0.0003427708774843703	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0084_000000007939	3358	0.9154755709542624	3	3	2	3	3	False	61538	maximal	True	ENG0084_000000007939	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	98.323	53.0	0.0005350600491189913	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0009_000000005177	6383	0.915473773268442	9	7	4	5	3	True	87901	maximal	True	SPA0009_000000005177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	93.126	26.0	0.1171967654986523	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
USA0108_01_000000000606	22395	0.9154693754360884	21	13	11	12	10	False	323	fragment	False	USA0108_01_000000000606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	94.788	32.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ISR0285_000000004347	3383	0.9154623224314576	3	3	3	2	2	False	93575	maximal	True	ISR0285_000000004347	1.0		1	1	False	False	0.9979308247566223	0					non-mobilizable	no_good_hit	1802.0	97.059	53.0	0.0006515962116196256	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
SPA0106_000000000682	32175	0.915442302589356	30	22	16	21	19	False	99804	maximal	True	SPA0106_000000000682	1.0		1	1	False	False	0.999968945980072	0					non-mobilizable	no_good_hit	809.0	75.896	3.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ENG0016_000000004815	4689	0.9154344055401992	6	4	3	4	3	False	113859	fragment	False	ENG0016_000000004815	0.9900485998611432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0065_000000007018	3972	0.9154195461186978	6	5	3	2	3	False	113634	fragment	False	ENG0065_000000007018	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1542.0	94.617	99.0	0.0005170086070488873	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0233_000000000852	8073	0.9154177730987264	8	8	6	8	4	False	82028	maximal	True	ISR0233_000000000852	1.0		2	1	False	False	0.9997522830963135	0					non-mobilizable	no_good_hit	3458.0	87.507	43.0	0.14769072430207128	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AUS0016_000000008458	3178	0.915415248832292	3	1	1	1	1	False	100584	fragment	False	AUS0016_000000008458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	90.789	2.0	2.2212514530686588e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0170_000000022890	2035	0.9154136069991032	2	2	2	2	2	False	131871	maximal	True	ISR0170_000000022890	0.9973093504772159		150	11	False	False	0.9995086193084717	0					non-mobilizable	other	2035.0	99.853	100.0	0.011789185711553286	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ISR0189_000000000938	8505	0.9154132912991816	17	5	3	5	2	True	75527	maximal	True	ISR0189_000000000938	1.0		1	1	False	False	0.998589038848877	0					non-mobilizable	no_good_hit	1928.0	87.656	69.0	0.0337433098217134	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0274_000000002289	2709	0.9154097800333096	5	2	2	2	1	True	26358	maximal	True	ISR0274_000000002289	1.0		1	1	False	False	0.999261736869812	0					non-mobilizable	no_good_hit	1007.0	89.07600000000001	66.0	0.017810938219969517	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0822_000000003456	2023	0.9154066929728499	2	2	2	2	1	False	21192	fragment	False	ISR0822_000000003456	1.0		0	0	False	False	0.9995056986808777	0					non-mobilizable	no_good_hit	519.0	71.869	25.0	0.00015008910802161282	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0388_000000004420	6369	0.9154053139244556	11	8	3	3	8	True	123832	backbone	True	ISR0388_000000004420	1.0	PS486|PS905|PS906	13	4	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	3542.0	100.0	100.0	0.43341493268053854	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ISR0775_000000002602	6328	0.9154053139244556	11	8	3	3	8	True	123832	backbone	False	ISR0388_000000004420	0.9967812843460512	PS486|PS905|PS906	0	0	True	True	1.0	2	rep_cluster_1079	MOBB			mobilizable	plasmid	3521.0	100.0	100.0	0.43084455324357407	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ENG0154_000000012101	2551	0.9153928701174407	3	3	3	3	2	False	56840	maximal	True	ENG0154_000000012101	1.0		1	1	False	False	0.9992160201072693	0					non-mobilizable	no_good_hit	458.0	83.18799999999999	31.0	0.0001381386051660179	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
TAN0007_000000005431	5740	0.9153866586281529	7	6	4	4	6	False	104210	fragment	False	TAN0007_000000005431	0.9392320231842057		0	0	False	False	1.0	0					non-mobilizable	chromosome	3726.0	88.29799999999999	98.0	0.0015282812333983192	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0038_000000001844	5813	0.9153788332264572	7	5	2	3	4	True	112516	fragment	False	CHI0038_000000001844	1.0		0	0	False	False	0.9956992864608765	0					non-mobilizable	other	5787.0	99.931	99.0	0.07021503810494636	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
DEN0045_000000006039	5418	0.9153788332264572	6	5	2	3	4	True	112508	fragment	False	DEN0045_000000006039	0.9827375422054437		0	0	False	False	1.0	0					non-mobilizable	other	5418.0	99.98200000000001	100.0	0.06573710014076986	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0060_000000005291	5182	0.9153788332264572	5	5	2	3	4	True	112508	fragment	False	DEN0045_000000006039	0.9628564176153889		0	0	False	False	0.9996140599250793	0					non-mobilizable	other	5182.0	98.649	100.0	0.0625819134993447	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CAN0009_000000004293	4832	0.9153788332264572	5	5	2	3	4	True	112508	fragment	False	DEN0045_000000006039	0.6410652257815516		0	0	False	False	1.0	0					non-mobilizable	other	4832.0	99.917	100.0	0.05862579486432697	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0126_000000004754	10113	0.9153528681543758	7	6	4	5	4	False	53716	maximal	True	ISR0126_000000004754	1.0		9	3	False	False	0.9991100430488586	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	1.3788876972575457e-05	NZ_LR134089.1	firmicutes	Staphylococcus saprophyticus subsp. saprophyticus strain NCTC7666 chromosome 1	True	False
ISR0132_000000016755	1707	0.9153473902400412	2	1	1	1	1	False	31592	maximal	True	ISR0132_000000016755	1.0		5	2	False	False	0.9923843145370483	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.007017543859649123	XM_028680932.1	apicomplexans	Plasmodium sp. gorilla clade G2 conserved Plasmodium protein, unknown function (PADL01_0619800), partial mRNA	True	False
ISR0214_000000007506	3571	0.9153387014551556	5	4	2	4	2	True	102953	maximal	True	ISR0214_000000007506	1.0		1	1	False	False	0.9997199773788452	0					non-mobilizable	no_good_hit	310.0	86.12899999999999	12.0	0.00016494085692130394	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
ISR0360_000000009755	2503	0.9153328556957624	3	2	1	1	2	False	49446	maximal	True	ISR0360_000000009755	1.0		1	1	False	False	0.9988014101982117	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000002977	9774	0.9153294218353636	9	5	3	5	2	True	92840	fragment	False	USA0121_01_000000004150	0.4706581810271268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	1.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
ENG0164_000000001856	9337	0.9153294218353636	9	5	3	5	2	True	92840	fragment	False	USA0121_01_000000004150	0.6151026824810893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0109_000000002703	8273	0.9153294218353636	8	5	3	5	2	True	92836	fragment	False	SPA0109_000000002703	0.9979672292718985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
ENG0133_000000004336	5515	0.9153278400306186	6	5	4	3	3	True	123501	fragment	False	ENG0133_000000004336	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4536.0	96.869	95.0	0.0010092731292130682	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
MAD0105_000000019065	1932	0.9153156457620096	3	2	2	1	2	False	14817	maximal	True	MAD0105_000000019065	1.0		4	1	False	False	0.9917184114456177	0					non-mobilizable	no_good_hit								True	False
SPA0060_000000000793	18158	0.9153005775947216	13	8	8	7	4	True	91736	maximal	True	SPA0060_000000000793	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	9442.0	91.686	71.0	0.2070670446304964	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
CHI0020_000000002509	3607	0.915300157543812	5	4	2	3	2	False	90670	fragment	False	CHI0020_000000002509	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2161.0	90.699	99.0	0.00037649991228965883	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CHI0028_000000007411	1889	0.9152988036764196	3	3	2	3	2	False	88694	maximal	True	CHI0028_000000007411	1.0		13	6	False	False	0.995764970779419	0					non-mobilizable	no_good_hit	310.0	77.742	16.0	0.00010001109033873063	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
USA0116_01_000000001140	20221	0.9152862865029456	27	21	5	9	19	False	267	maximal	True	USA0116_01_000000001140	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8272.0	92.57700000000001	64.0	0.005289634586220274	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0802_000000002528	4888	0.915276643940575	6	3	2	3	1	True	120445	fragment	False	DEN0069_000000005728	0.9730372720063442		0	0	False	False	0.9991816878318787	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
MON0070_000000011403	2763	0.9152766240837074	5	3	2	3	1	False	113655	maximal	True	MON0070_000000011403	1.0		0	0	False	False	0.9967426657676697	0					non-mobilizable	no_good_hit	1385.0	93.213	65.0	0.00042900456630096025	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0778_000000003579	3516	0.9152763838066272	7	6	4	4	5	False	22379	maximal	True	ISR0778_000000003579	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2216.0	99.18799999999999	91.0	0.0004249596959782697	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ISR0121_000000011214	2229	0.915272426897468	2	2	2	2	2	False	96097	fragment	False	ISR0106_000000009981	0.9528646891507517		0	0	False	False	1.0	0					non-mobilizable	other	995.0	95.678	100.0	0.0002095088727641211	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0094_000000003010	4927	0.9152722895664072	4	4	4	4	4	True	77083	fragment	False	SPA0094_000000003010	1.0		0	0	False	False	1.0	0		MOBF	MPF_Unknown		conjugative	plasmid	4927.0	99.98	100.0	0.028271187607968273	DQ381420.1	enterobacteria	Escherichia coli APEC O1 plasmid pAPEC-O1-ColBM, complete sequence	False	True
ISR0793_000000006259	2529	0.9152669722161604	4	4	4	4	4	False	22018	fragment	False	ISR0793_000000006259	1.0		0	0	False	False	0.9770660400390625	0					non-mobilizable	no_good_hit	134.0	88.06	5.0	0.0008356790992258972	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0071_000000004066	8323	0.9152629169300768	12	6	4	6	3	False	44903	fragment	False	FIJ0071_000000004066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	1.0	2.3243096033017477e-05	NZ_PYWK01000001.1	firmicutes	Metasolibacillus fluoroglycofenilyticus strain cmg86 NODE_1_length_2280247_cov_102.929_ID_1, whole genome shotgun sequence	True	False
ISR0785_000000007270	4294	0.9152581222266416	4	4	4	4	4	False	114946	fragment	False	MON0060_000000005527	0.6033978362087002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	76.79899999999999	16.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ISR0133_000000003211	5376	0.9152458531784864	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.839201966320163	PS1159|PS463	0	0	True	True	1.0	270		MOBV			mobilizable	other	4291.0	98.742	100.0	0.001456472469204967	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CAN0017_000000008776	4201	0.9152393464435612	4	4	4	4	3	False	92540	fragment	False	MON0081_000000012547	0.9552372426141451		0	0	False	False	0.9940490126609802	0					non-mobilizable	other	3907.0	97.287	99.0	0.02112173386399031	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
FIJ0024_000000009362	2205	0.9152373704095809	3	3	3	3	3	False	99890	fragment	False	SPA0129_000000011720	0.9646061403952942		0	0	False	False	0.998185932636261	0					non-mobilizable	other	2205.0	99.819	100.0	0.006984408670300419	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0006_000000015019	1251	0.9152372843777062	3	1	1	1	1	False	38473	fragment	False	ISR0006_000000015019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0800_000000006679	1773	0.915237270461414	3	2	1	2	1	False	21885	maximal	True	ISR0800_000000006679	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	94.77	45.0	0.0013463746215947733	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
ENG0057_000000010344	2309	0.9152227524245716	4	1	1	1	1	False	63549	fragment	False	ENG0057_000000010344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	73.817	13.0	0.0011538806237677004	NZ_KB822502.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.7, whole genome shotgun sequence	True	False
ENG0150_000000016052	1137	0.9152182864239792	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.024510285283266275	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1137.0	99.56	100.0	0.0003044290133712941	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AUS0014_000000014949	1920	0.915214911014204	4	3	3	2	2	False	100839	maximal	True	AUS0014_000000014949	1.0		2	2	False	False	0.9994791746139526	0					non-mobilizable	chromosome	1920.0	96.927	100.0	0.0006743993575810184	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0047_000000009718	3822	0.9152095088723804	3	3	3	3	3	False	70544	maximal	True	MON0047_000000009718	1.0	PS332	0	0	False	True	0.999738335609436	0					non-mobilizable	no_good_hit	1488.0	80.242	39.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
AST0053_000000002851	3720	0.9152054714860369	5	5	4	4	5	False	114207	maximal	True	AST0053_000000002851	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2551.0	99.765	100.0	0.010657772650901523	CP035221.1	firmicutes	Enterococcus faecium strain SRCM103470 plasmid unnamed1	False	True
USA0057_01_000000021637	1493	0.9151991824181658	1	1	1	1	1	False	967	maximal	True	USA0057_01_000000021637	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	9.0	2.1920493806898435e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0084_000000004818	5923	0.915186352979196	8	4	3	4	3	False	123370	backbone	True	AST0084_000000004818	1.0	PS894	1	1	True	True	0.9979739785194397	2					non-mobilizable	no_good_hit	116.0	100.0	3.0	0.00037019749231437813	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0383_000000009874	1517	0.9151770012197736	3	2	2	2	1	True	33022	fragment	False	ISR0383_000000009874	1.0		0	0	False	False	0.9696769714355469	0					non-mobilizable	other	1481.0	82.309	98.0	0.0004410834454608599	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
TAN0017_000000020074	1857	0.9151757423030644	2	2	2	2	2	False	15464	fragment	False	TAN0017_000000020074	1.0		0	0	False	False	0.9940764904022217	0					non-mobilizable	no_good_hit	113.0	76.10600000000001	6.0	0.00019226741650959107	NZ_FUWZ01000006.1	CFB group bacteria	Chitinophaga eiseniae strain DSM 22224, whole genome shotgun sequence	True	False
MAD0034_000000005091	3005	0.9151440055197236	3	3	3	3	2	False	18818	maximal	True	MAD0034_000000005091	1.0		1	1	False	False	0.9883527159690857	0					non-mobilizable	no_good_hit								True	False
DEN0058_000000000180	5082	0.91513844851725	8	4	3	3	3	True	113419	fragment	False	DEN0058_000000000180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2146.0	97.71700000000001	42.0	0.2559055118110236	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ENG0149_000000005447	4522	0.9151288322403548	3	3	3	3	2	False	128399	fragment	False	ENG0149_000000005447	0.9803204358318537		0	0	False	False	0.9997788667678833	0					non-mobilizable	no_good_hit	1475.0	70.441	32.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0112_000000000154	59615	0.9151283583675542	62	23	10	17	7	True	99743	maximal	True	ISR0112_000000000154	1.0		1	1	False	False	0.9997484087944031	0					non-mobilizable	no_good_hit	83.0	83.133	0.0	1.0555796572337375e-05	NZ_CP023692.1	high GC Gram+	Streptomyces vinaceus strain ATCC 27476 chromosome, complete genome	True	True
MON0087_000000022862	2208	0.9151271128475312	2	2	2	2	2	False	42667	fragment	False	MON0087_000000022862	1.0		0	0	False	False	0.9814311861991882	0					non-mobilizable	no_good_hit	874.0	76.545	45.0	0.00031888252278766433	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
SPA0057_000000006133	4720	0.9151260862365328	6	5	4	3	4	False	33919	maximal	True	SPA0057_000000006133	1.0		2	1	False	False	0.9970338940620422	0					non-mobilizable	no_good_hit	1144.0	81.381	24.0	0.023287699265352898	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0178_000000001737	7731	0.91511426527769	12	7	3	5	6	True	122246	backbone	False	ISR0165_000000002019	0.977746058770264	PS867	0	0	True	True	0.9997413158416748	39					non-mobilizable	no_good_hit	1175.0	96.936	47.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0347_000000001937	7712	0.91511426527769	11	7	3	5	6	True	122246	backbone	False	ISR0165_000000002019	0.9777395339996732	PS867	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1175.0	96.936	49.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0040_000000004171	7630	0.91511426527769	10	7	3	5	6	True	122246	backbone	False	ISR0165_000000002019	0.9732513809654207	PS867	0	0	True	True	0.9996067881584167	8					non-mobilizable	no_good_hit	1175.0	96.936	49.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0134_000000004149	7630	0.91511426527769	12	7	3	5	6	True	122246	backbone	False	ISR0165_000000002019	0.9708902992590964	PS867	0	0	True	True	1.0	78					non-mobilizable	no_good_hit	716.0	97.765	50.0	0.05760387252924566	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0029_000000003441	6501	0.91511426527769	10	7	3	5	6	True	122228	fragment	False	SPA0029_000000003441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	96.936	56.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0081_000000003145	2337	0.9151139601665867	2	2	2	1	1	False	46978	fragment	False	FIJ0046_000000012741	0.9827552532470566		0	0	False	False	0.9910141229629517	0					non-mobilizable	no_good_hit	578.0	74.74	24.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
ISR0165_000000006485	3003	0.9151138889474478	3	3	3	2	2	False	53117	fragment	False	ISR0165_000000006485	1.0		0	0	False	False	0.9980019927024841	0					non-mobilizable	other	3003.0	99.9	100.0	0.021108736007200316	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0097_000000024053	1292	0.9151078549451991	3	2	1	2	1	False	33274	fragment	False	ISR0097_000000024053	1.0		0	0	False	False	0.9992260336875916	0					non-mobilizable	no_good_hit	259.0	77.992	20.0	0.0003132036292162264	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0156_000000001478	15563	0.9150918120790804	18	5	5	4	4	True	117630	fragment	False	ISR0187_000000001254	0.971606864274571		0	0	False	False	0.9998714923858643	0					non-mobilizable	no_good_hit	2851.0	96.072	18.0	0.27963854238287006	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
CHI0187_000000008140	1991	0.9150899187193368	3	3	1	1	3	True	101129	fragment	False	CHI0187_000000008140	1.0		0	0	False	False	0.9919638633728027	0	rep_cluster_1019				non-mobilizable	other	1994.0	98.99700000000001	100.0	0.5555245535714286	NZ_JH992952.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.13, whole genome shotgun sequence	False	True
ISR0853_000000003933	3941	0.9150893400846594	5	5	2	3	5	False	118168	backbone	False	FIJ0074_000000005173	0.10327148392085177	PS799	0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	3616.0	95.686	97.0	0.4554967221381745	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
USA0035_01_000000005038	5007	0.9150876926275944	7	4	3	4	2	True	91661	fragment	False	CHI0005_000000002299	0.3828252788104089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	71.381	23.0	0.0002984274545151466	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	True
CHI0017_000000000525	14152	0.91508668692365	11	10	5	10	7	True	122698	maximal	False	ISR0854_000000000205	0.2908671336104552		0	0	False	False	0.9999293088912964	0					non-mobilizable	chromosome	14092.0	99.965	99.0	0.0025515941351904868	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	True
AST0108_000000003009	6636	0.9150827206475232	10	7	3	7	6	False	113853	fragment	False	MAD0033_000000002070	0.7802540858807389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0158_000000004784	3708	0.9150825849176976	7	3	2	3	0	True	44637	fragment	False	FIJ0158_000000004784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	88.568	28.0	0.03311513284559107	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0107_000000007915	3469	0.9150825849176976	6	3	2	3	0	True	112948	fragment	False	FIJ0107_000000007915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	92.32799999999999	32.0	0.014516750096264922	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0377_000000011092	1445	0.9150796759117928	2	2	2	2	1	True	23306	maximal	True	ISR0377_000000011092	1.0		14	2	False	False	0.9847750663757324	0					non-mobilizable	no_good_hit	660.0	99.545	58.0	0.27030352748154224	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0179_000000019764	1126	0.9150658271293572	1	1	1	1	1	False	29657	fragment	False	ISR0179_000000019764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	8.0	0.0008333649001856131	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	True	False
MAD0070_000000018268	1208	0.9150649676188884	2	1	1	1	1	False	16343	fragment	False	SPA0014_000000019889	0.9513491414554374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000035723	1277	0.9150530591020392	2	2	2	2	2	False	68135	maximal	True	DEN0096_000000035723	1.0		2	2	False	False	0.9984338283538818	0					non-mobilizable	no_good_hit	148.0	81.081	12.0	0.0004732089684366399	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0115_000000019045	1833	0.9150524484944208	2	1	1	1	1	False	32467	maximal	True	ISR0115_000000019045	1.0		1	1	False	False	0.9989088773727417	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	4.0	2.0902696340634626e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0039_000000001460	10031	0.9150524406974978	11	6	5	4	5	False	116758	maximal	True	AST0039_000000001460	1.0		3	3	False	False	0.9959126710891724	0					non-mobilizable	no_good_hit	1909.0	99.37100000000001	36.0	0.07513290017720024	MK233181.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_1_c1 sequence	True	False
MAD0041_000000017062	2024	0.9150474525924096	1	1	0	1	1	False	48522	fragment	False	MAD0041_000000017062	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	1532.0	99.478	100.0	0.010957609092666996	CP029244.1	enterobacteria	Escherichia coli strain ECCRA-119 plasmid pTB202, complete sequence	False	True
FIJ0031_000000019842	1286	0.9150474525924096	1	1	0	1	1	False	48521	fragment	False	FIJ0031_000000019842	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	1286.0	99.76700000000001	100.0	0.009195797434630342	CP029244.1	enterobacteria	Escherichia coli strain ECCRA-119 plasmid pTB202, complete sequence	False	True
FIJ0022_000000000826	20522	0.9150345149197008	30	13	9	11	7	True	132589	fragment	False	SPA0046_000000000570	0.21059333681134054		0	0	False	False	1.0	0					non-mobilizable	other	9667.0	97.507	93.0	0.055646434043337516	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0217_000000007653	3343	0.9150294808649518	3	3	3	3	3	False	105509	maximal	True	ISR0217_000000007653	1.0		13	7	False	False	0.9955130219459534	0					non-mobilizable	no_good_hit	498.0	83.735	22.0	7.564485334943843e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
DEN0078_000000011416	2645	0.9150196576297144	3	2	2	2	1	False	69797	maximal	True	DEN0078_000000011416	1.0		1	1	False	False	0.9992438554763794	0					non-mobilizable	no_good_hit	893.0	99.77600000000001	34.0	0.0004068548659294627	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
ISR0279_000000005209	3698	0.915017515529338	4	2	2	2	1	True	107224	fragment	False	ISR0279_000000005209	1.0		0	0	False	False	0.9951325058937073	0					non-mobilizable	plasmid	3721.0	84.09	99.0	0.05097339255323565	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ENG0174_000000005515	3115	0.915017515529338	3	2	2	2	1	True	107223	fragment	False	ENG0174_000000005515	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3054.0	82.94	97.0	0.04174449656164819	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ENG0166_000000009893	2797	0.915017515529338	3	2	2	2	1	True	63310	fragment	False	ENG0166_000000009893	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2727.0	84.635	96.0	0.03730300388803564	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0196_000000007486	2562	0.915017515529338	2	2	2	2	1	True	107219	fragment	False	ISR0196_000000007486	1.0		0	0	False	False	0.9703356623649597	0					non-mobilizable	no_good_hit	2173.0	82.098	84.0	0.029859006821357906	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
AST0108_000000010816	2518	0.915017515529338	2	2	2	2	1	True	107218	fragment	False	AST0108_000000010816	1.0		0	0	False	False	0.9956314563751221	0					non-mobilizable	plasmid	2406.0	83.209	95.0	0.033027548323717015	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ENG0170_000000005083	2380	0.915017515529338	3	2	2	2	1	True	63309	fragment	False	ENG0170_000000005083	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2223.0	85.245	93.0	0.030550828110082605	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
SPA0049_000000010483	1769	0.915017515529338	2	2	2	2	1	True	35778	fragment	False	SPA0049_000000010483	1.0		0	0	False	False	0.9903900623321533	0					non-mobilizable	no_good_hit	1487.0	88.09700000000001	84.0	0.020560928700897985	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
CHI0141_000000020304	1363	0.9150157768146536	2	2	2	2	2	False	94406	fragment	False	CHI0164_000000013918	0.5539853129980657		0	0	False	False	0.9794570803642273	0					non-mobilizable	chromosome	1363.0	97.946	100.0	0.00034174806392947045	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
TAN0020_000000000988	4938	0.915015164436936	8	3	3	3	3	False	2403	maximal	True	TAN0020_000000000988	1.0		1	1	False	False	0.9860267043113708	0					non-mobilizable	no_good_hit	80.0	95.0	2.0	0.0001865874339267916	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
FIJ0087_000000026393	1218	0.9150040528604988	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.22418919911054147		0	0	False	False	1.0	0					non-mobilizable	chromosome	1091.0	79.377	95.0	0.0002864971034182519	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0146_000000017395	1206	0.9150040528604988	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.22011206502220018		0	0	False	False	0.9991708397865295	0					non-mobilizable	chromosome	1075.0	78.977	95.0	0.00028222899014572673	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0041_000000031934	1204	0.9150040528604988	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21994590517587095		0	0	False	False	1.0	0					non-mobilizable	chromosome	1070.0	79.065	95.0	0.0002808952047480626	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0077_000000025107	1203	0.9150040528604988	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.22002958275510795		0	0	False	False	1.0	0					non-mobilizable	chromosome	1076.0	78.99600000000001	95.0	0.00028249574722525954	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0093_000000015804	1202	0.9150040528604988	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.220167411497253		0	0	False	False	1.0	0					non-mobilizable	chromosome	1072.0	78.73100000000001	95.0	0.00028142871890712823	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0165_000000013392	1202	0.9150040528604988	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.22011699857400746		0	0	False	False	1.0	0					non-mobilizable	chromosome	1076.0	78.81	95.0	0.00028249574722525954	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0008_000000024035	1201	0.9150040528604988	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21974373155729401		0	0	False	False	0.9991673827171326	0					non-mobilizable	chromosome	1075.0	78.977	95.0	0.00028222899014572673	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0031_000000020587	1193	0.9150040528604988	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21885082020602606		0	0	False	False	1.0	0					non-mobilizable	chromosome	1060.0	78.585	95.0	0.00027902790519133286	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0138_000000016002	1192	0.9150040528604988	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21917646833692175		0	0	False	False	1.0	0					non-mobilizable	chromosome	1061.0	78.794	95.0	0.00027902790519133286	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0010_000000016195	1190	0.9150040528604988	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21893927514093814		0	0	False	False	1.0	0					non-mobilizable	chromosome	1059.0	78.75399999999999	95.0	0.00027849439103226723	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0023_000000029474	1189	0.9150040528604988	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.2188732107499071		0	0	False	False	1.0	0					non-mobilizable	chromosome	1060.0	78.774	95.0	0.00027876114811180004	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0160_000000017051	1187	0.9150040528604988	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.2152939151074848		0	0	False	False	1.0	0					non-mobilizable	chromosome	1058.0	78.733	95.0	0.00027822763395273436	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0147_000000018694	1186	0.9150040528604988	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21200509207907464		0	0	False	False	1.0	0					non-mobilizable	chromosome	1058.0	78.639	95.0	0.00027822763395273436	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0159_000000021969	1186	0.9150040528604988	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21174480027689319		0	0	False	False	1.0	0					non-mobilizable	chromosome	1058.0	78.45	95.0	0.00027822763395273436	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0814_000000006832	5602	0.9149995867158652	8	4	2	3	4	False	127853	fragment	False	ISR0814_000000006832	1.0		0	0	False	False	0.9969653487205505	0					non-mobilizable	no_good_hit	935.0	91.765	17.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0362_000000001454	14971	0.9149938127347396	11	7	3	6	4	True	124892	fragment	False	ISR0362_000000001454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	93.54799999999999	3.0	0.9975124378109452	GQ883039.1		Uncultured organism clone VC1D785TR genomic sequence	True	True
SPA0039_000000001260	15824	0.9149913186628156	17	15	8	11	13	True	123674	maximal	True	SPA0039_000000001260	1.0	PS902	10	5	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	9022.0	98.016	75.0	0.2903828197945845	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0289_000000004817	2045	0.9149907295788672	4	1	1	1	1	False	85296	fragment	False	ISR0289_000000004817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	79.487	6.0	0.0008887050188849816	NZ_FNOF01000008.1	euryarchaeotes	Haloarcula vallismortis strain DSM 3756, whole genome shotgun sequence	True	False
ENG0191_000000003093	7646	0.91498979410753	9	5	5	5	3	False	113873	maximal	True	ENG0191_000000003093	1.0		4	2	False	False	0.9986921548843384	0					non-mobilizable	no_good_hit	1890.0	85.87299999999999	48.0	0.0006400732754798596	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
FIJ0014_000000020280	1260	0.9149884578910664	2	2	2	1	1	False	50432	fragment	False	FIJ0014_000000020280	0.9882154882154882		0	0	False	False	0.9960317611694336	0					non-mobilizable	other	1015.0	86.995	98.0	0.004293135640223379	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
ENG0092_000000002201	7836	0.9149775558452582	9	5	4	5	3	False	80042	fragment	False	ISR0122_000000001787	0.9775795862752384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1611.0	93.42	39.0	0.0035445972757875027	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MAD0061_000000000334	26742	0.9149755098525826	42	15	10	13	7	True	132592	maximal	True	MAD0061_000000000334	1.0		1	1	False	False	0.9996634721755981	0					non-mobilizable	no_good_hit	10108.0	96.913	84.0	0.05817503196746806	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0068_000000012932	2452	0.9149709127886796	7	1	1	1	1	False	50453	maximal	True	FIJ0068_000000012932	1.0		1	1	False	False	0.9995921850204468	0					non-mobilizable	other	2495.0	88.21600000000001	100.0	0.09692699158348013	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	False	False
DEN0064_000000017429	2294	0.9149566467643164	4	2	2	2	2	False	71282	fragment	False	DEN0064_000000017429	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2309.0	86.921	100.0	0.001138361543427699	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	False
ENG0007_000000004004	6398	0.9149545797816304	5	4	4	4	4	False	128635	maximal	True	ENG0007_000000004004	1.0		4	3	False	False	0.999062180519104	0					non-mobilizable	no_good_hit	1068.0	90.169	68.0	0.00030321389663990077	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
TAN0009_000000031133	1392	0.9149460403118926	3	2	1	2	1	False	2663	maximal	True	TAN0009_000000031133	1.0		0	0	False	False	0.9568965435028076	0					non-mobilizable	no_good_hit	431.0	82.367	29.0	0.01660730876432332	NZ_JAAIPV010000052.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_52_length_25832_cov_97.8559, whole genome shotgun sequence	True	False
DEN0069_000000009152	3075	0.9149459422078364	4	3	3	3	3	True	84217	fragment	False	DEN0069_000000009152	0.9565793365290294		0	0	False	False	0.9960975646972656	0					non-mobilizable	other	2713.0	97.973	98.0	0.0007531199493476848	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0093_000000001232	3678	0.9149398422205836	4	3	3	3	2	False	83602	maximal	True	CHI0093_000000001232	1.0		0	0	False	False	0.9975529909133911	0					non-mobilizable	no_good_hit	783.0	77.01100000000001	21.0	0.00030939693824068293	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MON0019_000000058005	1146	0.9149394040068832	2	1	1	1	1	False	13126	maximal	True	MON0019_000000058005	1.0		1	1	False	False	0.9790576100349426	0					non-mobilizable	no_good_hit	960.0	90.31200000000001	84.0	0.010397805510077957	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0334_000000008614	2374	0.9149392892184705	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.375195640462995		0	0	False	False	1.0	0					non-mobilizable	other	2374.0	96.167	100.0	0.009102835573559197	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0288_000000018494	1620	0.914932767344214	3	2	2	2	2	False	124096	fragment	False	AUS0024_000000019476	0.9625829812914906		0	0	False	False	0.9907407164573669	0					non-mobilizable	other	1619.0	97.838	99.0	0.00045470973050720087	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
DEN0085_000000003314	10935	0.9149273756707468	17	15	11	12	11	True	123602	fragment	False	DEN0085_000000003314	0.9596255937412685		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	10946.0	99.9	100.0	0.10922281654159348	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0112_000000025133	1130	0.914920804911035	1	1	1	1	1	False	41973	fragment	False	FIJ0112_000000025133	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	100.0	100.0	0.00020806595598658648	AP022005.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP3-S18-CRE-02	False	False
MON0105_000000004328	10763	0.91491833385944	12	10	8	8	7	False	102597	maximal	True	MON0105_000000004328	1.0		1	1	False	False	0.9895010590553284	0					non-mobilizable	no_good_hit	118.0	100.0	1.0	3.16351392311147e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0046_01_000000002676	4009	0.9149182513689774	6	3	1	1	3	True	85713	fragment	False	USA0046_01_000000002676	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2207.0	96.285	55.0	0.6725609756097561	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0131_000000017623	1564	0.914917853540972	3	3	3	2	2	False	84421	fragment	False	ENG0184_000000013936	0.9734511300591479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	75.676	33.0	0.005770732204080247	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
FIJ0163_000000012162	2014	0.9149158152833038	3	3	3	3	2	False	78523	fragment	False	FIJ0163_000000012162	1.0		0	0	False	False	0.9985104203224182	0					non-mobilizable	no_good_hit								True	False
ENG0202_000000006324	3625	0.9149132576259832	5	5	4	5	5	False	104523	fragment	False	ENG0154_000000007082	0.6260243357337969		0	0	False	False	0.9980689883232117	0					non-mobilizable	chromosome	3625.0	98.455	100.0	0.0014924524898505818	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0812_000000019288	2059	0.9149127830484448	4	2	2	1	1	False	21650	maximal	True	ISR0812_000000019288	1.0		46	9	False	False	0.9990286827087402	0					non-mobilizable	other	2058.0	98.105	99.0	0.0010095224914445792	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0206_000000014603	1747	0.9149122537027504	4	2	1	2	1	True	53943	fragment	False	ENG0206_000000014603	1.0		0	0	False	False	0.9942759275436401	0					non-mobilizable	no_good_hit	49.0	89.796	3.0	0.0005123060174610967	NZ_QXCQ01000004.1	high GC Gram+	Nakamurella silvestris strain DSM 102309 scaffold1637, whole genome shotgun sequence	True	True
ENG0122_000000024835	1208	0.9148896466704104	2	2	2	1	1	False	99013	fragment	False	ENG0122_000000024835	0.9786944696282864		0	0	False	False	0.985927164554596	0					non-mobilizable	other	1208.0	95.36399999999999	100.0	0.011211116374546028	NZ_CBVI010000073.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ENG0177_000000001902	11044	0.9148841819374566	14	6	2	3	4	False	110303	maximal	True	ENG0177_000000001902	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	87.12	17.0	0.006340304809658904	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	True	False
FIJ0089_000000005343	4283	0.914884074187424	5	4	3	3	4	False	98387	fragment	False	ETH0003_000000007657	0.9627708466925776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.555	34.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0103_000000004819	4027	0.9148821035727378	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.091630896649371	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1403.0	95.43799999999999	54.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0114_000000002835	10792	0.9148617315030342	8	5	4	5	3	True	105961	fragment	False	FIJ0151_000000001050	0.8887380832916185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	96.104	3.0	6.108737121301647e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0045_000000005137	6127	0.914858919480404	7	7	5	6	5	False	44090	maximal	True	MAD0045_000000005137	1.0		1	1	False	False	0.9982046484947205	0					non-mobilizable	no_good_hit	346.0	80.925	6.0	0.0016807543851077343	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
ENG0102_000000003609	6540	0.9148587686854922	9	5	4	3	5	False	122611	fragment	False	ENG0102_000000003609	1.0		0	0	False	False	0.9981651306152344	0					non-mobilizable	no_good_hit	2350.0	81.95700000000001	36.0	0.03345432282328246	NZ_CABIWU010000003.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ETH0004_000000010446	2702	0.9148585841636416	4	3	2	3	2	False	92264	fragment	False	DEN0094_000000011920	0.6369988545246277		0	0	False	False	0.9896373152732849	0					non-mobilizable	no_good_hit								True	False
ISR0773_000000003233	3585	0.9148541022639952	3	3	1	3	0	True	118323	maximal	False	CHI0157_000000002617	0.9949335887070067		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
CHI0133_000000000330	31567	0.9148497277808846	35	16	10	14	9	True	116872	fragment	False	CHI0133_000000000330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	83.917	4.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0094_000000007891	1562	0.9148353381784858	3	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.5064555241077894		0	0	False	False	1.0	0					non-mobilizable	chromosome	1563.0	99.36	100.0	0.0002206329680176834	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
CHI0078_000000001062	15482	0.9148320961775168	17	11	9	7	8	True	130482	maximal	True	CHI0078_000000001062	1.0		20	8	False	False	0.9998708367347717	0					non-mobilizable	no_good_hit	6530.0	95.406	55.0	0.0017476117623965687	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
AST0016_000000011961	2135	0.914824841769738	3	3	3	3	1	False	123399	fragment	False	SPA0092_000000020511	0.9928550789095727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.971	19.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0057_000000015397	1453	0.9148231855441296	2	2	2	1	1	False	65940	fragment	False	ISR0057_000000015397	0.9837629615528243		0	0	False	False	0.9745354652404785	0					non-mobilizable	chromosome	1435.0	99.443	99.0	0.0004156901282290992	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0061_000000004653	1411	0.9148231855441296	2	2	2	1	1	False	65940	fragment	False	ISR0057_000000015397	0.9751746573564983		0	0	False	False	1.0	0					non-mobilizable	chromosome	1411.0	98.93700000000001	100.0	0.00040873297127129	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0157_000000005931	1384	0.9148231855441296	2	2	2	1	1	False	65940	fragment	False	ISR0057_000000015397	0.9645800150905804		0	0	False	False	0.9913294911384583	0					non-mobilizable	other	1384.0	99.78299999999999	100.0	0.0004134589714468164	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0017_000000021440	1382	0.9148231855441296	2	2	2	1	1	False	65940	fragment	False	ISR0057_000000015397	0.9609495255626765		0	0	False	False	0.9551374912261963	0					non-mobilizable	chromosome	1382.0	98.915	100.0	0.00040032640661393724	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0027_000000016591	1381	0.9148231855441296	2	2	2	1	1	False	65940	fragment	False	ISR0057_000000015397	0.9651455061819314		0	0	False	False	0.9934830069541931	0					non-mobilizable	chromosome	1381.0	99.421	100.0	0.0004000365250740285	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0037_000000060559	1268	0.9148231855441296	2	2	2	1	1	False	23984	fragment	False	MON0037_000000060559	0.9633418584825235		0	0	False	False	0.9992113709449768	0					non-mobilizable	other	1268.0	99.132	100.0	0.00034257881543437883	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0127_000000007378	3428	0.9148205448436276	6	5	4	4	5	False	128455	fragment	False	ENG0127_000000007378	0.9624650371058512		0	0	False	False	0.9997082948684692	0					non-mobilizable	other	3429.0	99.329	100.0	0.01314981894064936	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0177_000000006738	2416	0.9148189319577662	3	3	3	3	3	False	91015	maximal	True	CHI0177_000000006738	1.0		8	6	False	False	0.9995861053466797	0					non-mobilizable	chromosome	1575.0	82.15899999999999	93.0	0.00026996115337126793	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
FIJ0140_000000008085	3475	0.914817888280991	4	4	3	3	3	False	113572	maximal	True	FIJ0140_000000008085	1.0		3	1	False	False	0.9994244575500488	0					non-mobilizable	no_good_hit	1592.0	89.447	65.0	0.00038296788341104246	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0045_000000006955	2971	0.9148142572837646	5	5	3	5	5	False	87164	maximal	True	CHI0045_000000006955	0.9855836849507735		688	14	False	False	0.9996634125709534	0					non-mobilizable	other	2971.0	97.98	100.0	0.007488275931622207	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
USA0134_01_000000001492	2771	0.9148132137218732	3	3	3	2	2	False	2422	maximal	True	USA0134_01_000000001492	1.0		0	0	False	False	0.9884518384933472	0					non-mobilizable	no_good_hit	2229.0	92.41799999999999	80.0	0.18853708093464275	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0006_000000003795	7654	0.9148092485943664	7	6	6	6	5	False	39457	fragment	False	SPA0006_000000003795	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4652.0	90.77799999999999	94.0	0.07368988707016876	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
CHI0182_000000020687	1396	0.9148028055389524	2	2	2	1	1	False	77331	maximal	True	CHI0182_000000020687	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	85.322	91.0	0.0003424315571030399	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
ISR0393_000000012541	1440	0.9147900147831752	2	2	2	2	1	False	109501	fragment	False	ISR0255_000000018047	0.2087276801374457		0	0	False	False	0.9979166388511658	0					non-mobilizable	other	1440.0	99.02799999999999	100.0	0.009873138066127383	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0067_000000022585	1367	0.9147900147831752	2	2	2	2	1	False	109501	fragment	False	ISR0255_000000018047	0.16408001104495945		0	0	False	False	0.9904901385307312	0					non-mobilizable	other	1367.0	97.73200000000001	100.0	0.009372276996754695	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0207_000000003796	6169	0.9147893021523728	10	6	1	1	5	False	125168	maximal	True	ISR0207_000000003796	0.9672180447141637	PS922|PS923	1	1	True	True	1.0	42	rep_cluster_233				non-mobilizable	other	1913.0	97.229	96.0	0.1948555680310299	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0092_000000003791	5414	0.9147888675769332	6	3	1	2	3	False	130581	backbone	False	ISR0082_000000004600	0.8676878340564921	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	214					non-mobilizable	no_good_hit	2528.0	97.745	73.0	0.4322889916110255	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0379_000000003600	5394	0.9147888675769332	6	3	1	2	3	False	126479	backbone	False	ISR0127_000000003850	0.9220674733288284	PS879|PS961	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	2393.0	97.869	74.0	0.4093477144324602	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0111_000000003824	5235	0.9147888675769332	6	3	1	2	3	False	130581	backbone	False	ISR0082_000000004600	0.8283523608983366	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9996179342269897	6					non-mobilizable	no_good_hit	2502.0	96.962	72.0	0.4274952919020716	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0030_000000008863	3780	0.9147790925336168	5	3	1	3	1	True	132039	fragment	False	ISR0084_000000002614	0.09864916987389823		0	0	False	False	0.9989417791366577	0					non-mobilizable	no_good_hit								True	True
MON0086_000000008247	3724	0.9147790925336168	4	3	1	3	1	True	132039	fragment	False	ISR0084_000000002614	0.06938201783152216		0	0	False	False	0.9906014800071716	0					non-mobilizable	no_good_hit								True	True
FIJ0079_000000009172	3096	0.9147790925336168	4	3	1	3	1	True	132039	fragment	False	ISR0084_000000002614	0.030512550092519332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	96.565	8.0	9.097462052080705e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0286_000000005576	2881	0.9147790925336168	3	3	1	3	1	True	132039	fragment	False	ISR0084_000000002614	0.02992710231307527		0	0	False	False	0.9989587068557739	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000010499	2636	0.9147790925336168	3	3	1	3	1	True	132039	fragment	False	ISR0084_000000002614	0.029600329174152885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0055_000000003852	2214	0.9147790925336168	3	3	1	3	1	True	131083	fragment	False	CHI0144_000000007014	0.9501008298959012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0030_01_000000013007	1269	0.9147722549968738	4	3	3	2	1	False	1554	fragment	False	USA0030_01_000000013007	1.0		0	0	False	False	0.9992119669914246	0					non-mobilizable	other	1264.0	97.62700000000001	100.0	0.00045831161921640334	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0015_000000019137	1974	0.9147719327378137	3	3	2	3	3	False	78305	fragment	False	FIJ0079_000000013600	0.9685077519379846		0	0	False	False	0.9964538812637329	0					non-mobilizable	chromosome	1974.0	100.0	100.0	0.00037882875289113735	LR588412.1	enterobacteria	Klebsiella pneumoniae strain NCTC9157 genome assembly, chromosome: 1	False	False
ISR0286_000000010366	1824	0.9147678310551204	2	2	2	2	2	True	52982	fragment	False	ISR0286_000000010366	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1818.0	98.955	99.0	0.0008800569978577369	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
ISR0005_000000001333	8334	0.9147629592901404	12	8	5	5	6	False	59036	maximal	True	ISR0005_000000001333	1.0		1	1	False	False	0.9996400475502014	0					non-mobilizable	no_good_hit	629.0	96.661	8.0	0.9984101748807631	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
SPA0053_000000003258	8839	0.9147603062046584	12	6	2	4	3	False	38015	fragment	False	ISR0104_000000002544	0.9475043029259896		0	0	False	False	0.9998868703842163	0					non-mobilizable	virus	4896.0	98.611	94.0	0.11055401224111841	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
CHI0011_000000003218	1962	0.9147548882992996	2	2	2	2	1	False	90157	fragment	False	CHI0011_000000003218	1.0		0	0	False	False	0.9862385392189026	0					non-mobilizable	other	1817.0	99.67	93.0	0.00034829319075304596	CP013662.1	enterobacteria	Escherichia coli strain 08-00022, complete genome	False	False
USA0145_01_000000015635	1511	0.9147482632610991	2	2	2	2	2	False	9	fragment	False	USA0145_01_000000015635	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	99.801	100.0	0.00029009786480286795	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
ENG0168_000000000769	27665	0.9147381021321124	42	28	13	25	23	True	118856	maximal	True	ENG0168_000000000769	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	18481.0	97.33200000000001	92.0	0.0058160260958396125	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0195_000000004415	5278	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9453561856442799		0	0	True	True	0.999810516834259	35					non-mobilizable	chromosome	4530.0	97.506	100.0	0.8892597683094443	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0213_000000004267	5229	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9474584102257257		0	0	True	True	1.0	581					non-mobilizable	chromosome	4226.0	97.65700000000001	95.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0077_000000005305	5207	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9464898854134449		0	0	True	True	0.9990397691726685	16					non-mobilizable	chromosome	4226.0	97.35	96.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0138_000000005537	5207	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9456916185231604		0	0	True	True	0.9994238615036011	18					non-mobilizable	chromosome	4226.0	97.35	96.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
DEN0018_000000006460	5205	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.946418595452302		0	0	True	True	1.0	54					non-mobilizable	chromosome	4227.0	97.65799999999999	95.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
SPA0040_000000006858	5178	0.9147346329218936	6	6	1	5	5	False	112161	maximal	True	SPA0040_000000006858	0.9524920420092643		46	8	True	True	1.0	29					non-mobilizable	chromosome	4425.0	97.58200000000001	100.0	0.8686432358138622	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
SPA0112_000000006612	5178	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9486242429688385		0	0	True	True	0.9986481070518494	20					non-mobilizable	chromosome	4511.0	97.539	100.0	0.8855291576673866	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
AST0150_000000004911	5178	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9354445409995873		0	0	True	True	1.0	65					non-mobilizable	chromosome	4521.0	96.041	100.0	0.8853328097388573	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
SPA0098_000000006601	5177	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9519760095061988		0	0	True	True	0.999806821346283	25					non-mobilizable	chromosome	4425.0	97.537	100.0	0.8686432358138622	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
AST0061_000000007381	5166	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9470899867261191		0	0	True	True	1.0	37					non-mobilizable	chromosome	4520.0	96.726	99.0	0.8853328097388573	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
AST0116_000000004977	5148	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9461658891024995		0	0	True	True	0.998640239238739	13					non-mobilizable	chromosome	4521.0	96.06299999999999	100.0	0.8853328097388573	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0081_000000004453	5138	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9464928341729306		0	0	True	True	0.9976644515991211	2					non-mobilizable	chromosome	4226.0	97.65700000000001	97.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
DEN0011_000000007459	5132	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9504959182552497		0	0	True	True	0.9978565573692322	10					non-mobilizable	chromosome	4440.0	97.59	99.0	0.8715884547418025	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
SPA0009_000000006638	5092	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9423785221153789		0	0	True	True	1.0	11					non-mobilizable	chromosome	4444.0	96.962	99.0	0.8704103671706264	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
AST0148_000000007280	4699	0.9147346329218936	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.3294090489912253		0	0	False	True	0.9995743632316589	0					non-mobilizable	chromosome	4226.0	97.65700000000001	97.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0131_000000006014	4305	0.91473368152446	5	5	3	4	2	True	91290	maximal	True	ISR0131_000000006014	1.0		2	1	False	False	0.9990708231925964	0					non-mobilizable	no_good_hit	1319.0	98.787	62.0	0.32415150024594197	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
CHI0020_000000002555	3556	0.9147292739793176	4	4	4	4	3	False	99193	maximal	True	CHI0020_000000002555	1.0		16	6	False	False	0.9997187852859497	0					non-mobilizable	chromosome	1776.0	99.71799999999999	91.0	0.0007032490980453718	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0084_000000001315	9155	0.9147229172802612	11	6	4	5	3	True	51769	maximal	True	SPA0084_000000001315	1.0	PS209|PS210	2	2	False	True	0.9970507621765137	0					non-mobilizable	no_good_hit	1413.0	98.79700000000001	15.0	0.06830945003872967	NZ_JAAIPV010000056.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_56_length_20656_cov_106.764, whole genome shotgun sequence	True	True
ISR0330_000000021352	1491	0.9147193705014276	3	1	1	1	1	False	92024	fragment	False	ISR0330_000000021352	1.0		0	0	False	False	0.9979879260063171	0					non-mobilizable	no_good_hit	734.0	84.33200000000001	66.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0026_01_000000024774	1313	0.9147135988616452	2	2	2	2	2	False	5300	fragment	False	USA0026_01_000000024774	0.9888623707239459		0	0	False	False	0.9961919188499451	0					non-mobilizable	no_good_hit	925.0	77.83800000000001	70.0	0.00025714425427323165	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0066_000000014871	2350	0.9147077521117232	3	2	2	2	2	False	75691	maximal	True	DEN0066_000000014871	1.0		0	0	False	False	0.994468092918396	0					non-mobilizable	no_good_hit	186.0	96.774	18.0	0.10216546363131594	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	False
ENG0010_000000009175	2303	0.9147077521117232	3	2	2	2	2	False	75688	fragment	False	ENG0010_000000009175	1.0		0	0	False	False	0.9978289008140564	0					non-mobilizable	no_good_hit	217.0	73.733	9.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
ISR0295_000000018267	1956	0.9147077521117232	2	2	2	2	2	False	75679	fragment	False	DEN0011_000000021844	0.9591836734693877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	73.733	11.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
ISR0194_000000014607	1777	0.9147053127845304	2	2	2	1	2	False	37614	fragment	False	MAD0108_000000009700	0.9387284604738634		0	0	False	False	0.9904333353042603	0					non-mobilizable	chromosome	1752.0	99.943	100.0	0.00033064855269029144	CP060057.1	enterobacteria	Escherichia coli strain G8 chromosome, complete genome	False	False
MAD0104_000000001480	6517	0.9147020521036424	6	5	2	2	3	False	20043	backbone	False	MAD0040_000000003327	0.9998969751242427	PS45|PS46	0	0	True	True	1.0	65					non-mobilizable	plasmid	5313.0	96.725	90.0	0.7908056304282719	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	False	True
SPA0039_000000002223	10014	0.9146978868385104	12	7	3	5	5	True	122249	maximal	False	ENG0055_000000001899	0.9980184286138909	PS867	0	0	True	True	1.0	1089					non-mobilizable	no_good_hit	1171.0	92.14299999999999	48.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0134_01_000000000412	20930	0.914681919744488	26	26	10	17	24	True	132541	maximal	False	CAN0012_000000002381	0.9904627769466875	PS1166|PS1167	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	no_good_hit	12996.0	97.75299999999999	86.0	0.2968446102098254	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	True	True
DEN0018_000000004867	6598	0.9146690444656164	5	4	3	4	3	False	125985	fragment	False	DEN0018_000000004867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	81.419	5.0	0.0009121812494673682	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
MON0058_000000006102	6140	0.9146663667418632	6	4	4	4	3	False	84470	fragment	False	MON0058_000000006102	0.9747590263028917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	88.152	3.0	7.70596673003907e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0159_000000004883	4953	0.9146663667418632	5	4	4	4	3	False	84468	fragment	False	ISR0159_000000004883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	86.95700000000001	1.0	9.060670247980477e-05	NZ_FZOC01000003.1	d-proteobacteria	Desulfovibrio mexicanus strain DSM 13116, whole genome shotgun sequence	True	False
DEN0076_000000008374	1109	0.9146578132044144	1	1	1	1	1	False	69941	fragment	False	DEN0076_000000008374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0010_000000006290	2070	0.914654497531015	3	2	2	2	2	False	94610	fragment	False	CAN0010_000000006290	1.0		0	0	False	False	0.9995169043540955	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000024506	1376	0.9146506691293548	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.9026067283232438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	5.978225594321027e-06	CP047650.1	b-proteobacteria	Xylophilus sp. KACC 21265 chromosome, complete genome	True	False
SPA0062_000000024531	1288	0.9146506691293548	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.8231042802387553		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	94.175	8.0	2.2700222640222836e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0092_000000035844	1277	0.9146506691293548	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.8228677994011658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	94.624	7.0	2.0474710616671576e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0031_000000027472	1228	0.9146506691293548	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.76424070192201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	95.833	6.0	1.5801135367213935e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0055_000000003745	4033	0.9146452214772494	7	5	2	3	3	False	90671	fragment	False	CHI0055_000000003745	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2658.0	88.86399999999999	99.0	0.0004611556644734718	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0054_000000010730	2335	0.914635191192208	3	3	2	3	3	False	90143	fragment	False	CHI0092_000000004140	0.9314720812182742		0	0	False	False	1.0	0					non-mobilizable	other	2335.0	99.101	100.0	0.0004476411383356879	CP013662.1	enterobacteria	Escherichia coli strain 08-00022, complete genome	False	False
ENG0175_000000003686	6812	0.9146278289285376	7	6	6	4	4	False	128634	maximal	True	ENG0175_000000003686	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	81.332	46.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0055_000000002320	10872	0.9146088035980232	10	8	6	8	4	True	132337	fragment	False	AST0055_000000002320	1.0		0	0	False	False	0.9972406029701233	0					non-mobilizable	no_good_hit								True	True
DEN0051_000000024945	1870	0.914606952358494	3	2	0	2	1	True	72532	maximal	True	DEN0051_000000024945	1.0		1	1	True	True	1.0	391					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.013917525773195877	XM_022069662.1	termites	PREDICTED: Zootermopsis nevadensis uncharacterized protein DDB_G0284459-like (LOC110832554), partial mRNA	True	True
ISR0056_000000000957	13661	0.9145953751288451	24	14	8	12	9	True	118807	fragment	False	ISR0056_000000000957	1.0		0	0	False	False	0.9993411898612976	0					non-mobilizable	chromosome	12833.0	97.904	95.0	0.004037681242559366	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0081_000000017034	2094	0.9145936800725324	2	2	2	2	2	False	44263	maximal	True	FIJ0081_000000017034	1.0		2	1	False	False	0.9995224475860596	0					non-mobilizable	other	1177.0	90.484	99.0	0.0019621272421005867	NZ_LOJF01000009.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_2, whole genome shotgun sequence	False	False
ISR0347_000000003221	5412	0.9145917524407188	7	4	1	2	4	False	24177	maximal	True	ISR0347_000000003221	0.9999541368556228		4	2	True	True	1.0	100					non-mobilizable	no_good_hit	4461.0	75.275	84.0	0.7798132183908046	CP061575.1	g-proteobacteria	Acinetobacter seifertii strain AS70 plasmid pAS70-4, complete sequence	True	True
USA0065_01_000000002139	5392	0.9145917524407188	8	4	1	2	4	False	24177	maximal	False	ISR0347_000000003221	0.9999539679617013		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1787.0	77.392	84.0	0.31429597701149425	CP061575.1	g-proteobacteria	Acinetobacter seifertii strain AS70 plasmid pAS70-4, complete sequence	True	True
ISR0358_000000002995	5372	0.9145917524407188	8	4	1	2	4	False	24177	maximal	False	ISR0347_000000003221	0.9999537978192571		0	0	True	True	1.0	43					non-mobilizable	no_good_hit	4444.0	75.18	83.0	0.7767600574712644	CP061575.1	g-proteobacteria	Acinetobacter seifertii strain AS70 plasmid pAS70-4, complete sequence	True	True
ISR0810_000000002232	5372	0.9145917524407188	7	4	1	2	4	False	24177	maximal	False	ISR0347_000000003221	0.9998619026365811		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	4280.0	75.117	84.0	0.7491020114942529	CP061575.1	g-proteobacteria	Acinetobacter seifertii strain AS70 plasmid pAS70-4, complete sequence	True	True
SPA0061_000000009369	1696	0.9145827123842856	2	2	2	2	2	False	34933	fragment	False	SPA0061_000000009369	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1696.0	100.0	100.0	0.08211015840720826	NZ_ML636821.1	a-proteobacteria	Ochrobactrum gallinifaecis strain ISO 196 scaffold22, whole genome shotgun sequence	False	False
USA0024_01_000000002727	8605	0.9145792887298624	13	9	6	6	7	True	118171	maximal	True	USA0024_01_000000002727	1.0	PS799	1	1	False	True	0.9997676014900208	0	rep_cluster_1097				non-mobilizable	no_good_hit	4603.0	97.154	53.0	0.5149412423055401	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0143_000000015991	1192	0.9145789250341798	2	2	2	2	2	False	57587	maximal	True	ENG0143_000000015991	1.0		4	3	False	False	0.975671112537384	0					non-mobilizable	other	1194.0	86.181	100.0	0.004290809525525093	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
ENG0052_000000021691	1511	0.9145747237171888	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.0404032979951394	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1511.0	99.868	100.0	0.00026356739339702587	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CHI0152_000000011709	1136	0.9145747237171888	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.012474386355154314	PS1101	0	0	False	True	0.9955986142158508	0					non-mobilizable	other	1136.0	99.03200000000001	100.0	0.000198111914904387	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0387_000000004199	5367	0.9145703178850796	5	3	2	3	3	False	22979	maximal	True	ISR0387_000000004199	1.0		6	2	False	False	0.9916154146194458	0					non-mobilizable	no_good_hit								True	False
MAD0008_000000000210	22014	0.914565445109088	21	9	7	9	7	True	49832	fragment	False	MAD0008_000000000210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	88.0	0.0	7.795329801330215e-06	NZ_JABTBL010000001.1	firmicutes	Clostridium beijerinckii strain DJ054 Ga0423202_01, whole genome shotgun sequence	True	True
FIJ0078_000000003737	6346	0.9145576449059906	7	2	2	2	2	False	69918	maximal	True	FIJ0078_000000003737	1.0		1	1	False	False	0.998424232006073	0					non-mobilizable	no_good_hit	334.0	91.617	5.0	0.0014485776805251642	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0820_000000023308	1144	0.9145559783384946	2	1	1	1	1	False	21258	fragment	False	ISR0820_000000023308	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000011324	1807	0.914550388653244	2	1	1	1	1	False	71709	fragment	False	DEN0062_000000011324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	0.0009111790276960459	NZ_JAAITU010000029.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_29_length_52679_cov_154.926, whole genome shotgun sequence	True	False
USA0066_01_000000003505	5610	0.914549901934408	6	4	4	3	3	False	91731	fragment	False	USA0066_01_000000003505	1.0		0	0	False	False	0.9998217225074768	0					non-mobilizable	other	5316.0	99.71799999999999	96.0	0.11677324367679698	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
SPA0144_000000017045	1141	0.914547459708039	3	1	1	1	1	False	3372	fragment	False	SPA0144_000000017045	1.0		0	0	False	False	0.9956178665161133	0					non-mobilizable	no_good_hit								True	False
ISR0006_000000011758	1636	0.9145466676269244	2	1	1	1	1	False	38487	maximal	True	ISR0006_000000011758	1.0		1	1	False	False	0.9993887543678284	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	5.462815685704984e-07	LR761635.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG2	True	False
MON0010_000000001877	9018	0.914545676091061	4	4	3	4	4	True	103526	fragment	False	MON0010_000000001877	1.0		0	0	False	False	0.9946773052215576	0		MOBF	MPF_Unknown		conjugative	plasmid	8951.0	99.944	99.0	0.09171970605417705	LC520276.1	enterobacteria	Escherichia coli F0090 plasmid pF0090 DNA, complete sequence	False	True
ENG0137_000000003954	4524	0.9145447344692234	5	5	4	5	4	False	89588	fragment	False	SPA0129_000000005258	0.7194714886210025		0	0	False	False	0.9988948106765747	0					non-mobilizable	other	4525.0	99.58	100.0	0.0008689487698697825	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
MON0025_000000008002	4000	0.9145447344692234	5	5	4	5	4	False	89128	fragment	False	MON0025_000000008002	1.0		0	0	False	False	0.9984999895095825	0					non-mobilizable	other	4002.0	99.6	100.0	0.0007446324026575988	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
MON0107_000000035536	1704	0.9145437642555566	3	1	1	1	1	False	13515	maximal	False	MON0013_000000032432	0.9867880211391662		0	0	False	False	0.9953051805496216	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.101549851653122e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
AST0094_000000003678	5398	0.9145334077341488	11	6	3	5	2	True	110679	fragment	False	CAN0012_000000009407	0.386604910687185		0	0	False	False	1.0	0					non-mobilizable	other	3913.0	98.569	96.0	0.001047603005592304	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AUS0022_000000005189	6800	0.9145308922427076	10	7	2	6	6	True	99418	maximal	True	AUS0022_000000005189	1.0		4	3	False	False	0.9995588064193726	0					non-mobilizable	no_good_hit	856.0	92.056	15.0	0.00023901811135948968	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0033_000000003772	6775	0.9145308922427076	10	7	2	6	6	True	99418	maximal	False	AUS0022_000000005189	0.9981617647058824		0	0	False	False	0.9991143941879272	0					non-mobilizable	no_good_hit	856.0	92.056	15.0	0.00023901811135948968	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0092_000000018371	1906	0.9145211932104303	3	2	0	2	0	False	43303	maximal	True	FIJ0092_000000018371	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0168_000000000510	25647	0.9145139351028172	20	12	10	12	3	True	130562	fragment	False	ISR0168_000000000510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1980.0	76.717	8.0	0.012501780419272553	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0023_000000009882	1747	0.9145119584865145	2	2	1	2	2	False	72391	fragment	False	ENG0023_000000009882	0.9914856136230181		0	0	False	False	0.9959931373596191	0					non-mobilizable	no_good_hit	117.0	82.906	7.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
SPA0047_000000012667	3119	0.9145046738493228	5	5	4	4	3	False	120521	fragment	False	CAN0021_000000006846	0.10605364889284624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1397.0	90.40799999999999	66.0	0.00026269380729949823	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0293_000000023438	1496	0.9145013861044112	2	2	1	2	2	False	25815	fragment	False	ISR0293_000000023438	1.0		0	0	False	False	0.9966577291488647	0					non-mobilizable	no_good_hit	385.0	74.286	25.0	0.5524781341107872	GQ877700.1		Uncultured organism clone VC1BP17TR genomic sequence	True	False
ENG0182_000000011621	2450	0.9145004458149356	3	3	3	3	3	False	129534	fragment	False	ENG0182_000000011621	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1304.0	98.85	98.0	0.0003491822222031656	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0068_000000002255	9869	0.9144977884527464	18	4	3	1	3	False	72891	maximal	True	ENG0068_000000002255	1.0		2	1	False	False	0.9986827373504639	0					non-mobilizable	no_good_hit	81.0	90.12299999999999	1.0	0.00032282797304386426	NZ_NPML01000004.1	firmicutes	Petroclostridium xylanilyticum strain SK-Y3 Scaffold1_4, whole genome shotgun sequence	True	False
ISR0174_000000003363	8344	0.9144917793435698	12	6	2	3	5	False	36944	maximal	True	ISR0174_000000003363	1.0		2	1	True	True	0.9959251880645752	1					non-mobilizable	no_good_hit	1136.0	86.18	35.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
USA0016_01_000000001236	16815	0.9144890353555823	23	11	8	11	8	True	48037	fragment	False	USA0016_01_000000001236	0.9770305651605665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	97.021	2.0	0.0005705605391553266	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ENG0170_000000001758	6159	0.9144811628178628	9	7	4	5	5	True	123417	maximal	False	ISR0148_000000004784	0.9666031940510216	PS895	0	0	True	True	0.9917194247245789	5		MOBV			mobilizable	other	4610.0	99.82600000000001	95.0	0.7569387419937592	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0148_000000004784	6140	0.9144811628178628	9	7	4	5	5	True	123417	maximal	True	ISR0148_000000004784	0.9783771417948475	PS895	9	4	True	True	1.0	488		MOBV			mobilizable	other	5792.0	98.55	100.0	0.9489242897027427	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0097_000000003613	6140	0.9144811628178628	9	7	4	5	5	True	123417	maximal	False	ISR0148_000000004784	0.9782165064927286	PS895	0	0	True	True	1.0	458		MOBV			mobilizable	other	5537.0	98.59100000000001	99.0	0.89731925264013	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0115_000000019901	1433	0.9144729623205304	3	2	2	2	1	True	4382	fragment	False	SPA0115_000000019901	1.0		0	0	False	False	0.9888346195220947	0					non-mobilizable	chromosome	1439.0	91.59100000000001	100.0	0.0006689003971215252	NZ_LS483447.1	CFB group bacteria	Porphyromonas crevioricanis strain NCTC12858 chromosome 1	False	True
DEN0096_000000017816	2482	0.9144687768684364	3	3	1	3	1	False	68191	maximal	True	DEN0096_000000017816	1.0		1	1	False	False	0.998388409614563	0					non-mobilizable	no_good_hit								True	False
FIJ0119_000000001340	11331	0.9144662400157458	16	16	8	11	11	True	123621	fragment	False	FIJ0119_000000001340	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7823.0	99.24600000000001	100.0	0.2518351577591758	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
DEN0077_000000000226	13789	0.9144646013061823	15	8	7	7	4	False	69934	fragment	False	DEN0077_000000000226	1.0		0	0	False	False	0.9994198083877563	0					non-mobilizable	no_good_hit	298.0	96.98	2.0	5.156171225161838e-05	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	True	False
FIJ0088_000000007568	3653	0.9144476979788404	5	2	2	2	1	True	77883	fragment	False	FIJ0088_000000007568	1.0		0	0	False	False	0.9901450872421265	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
ENG0075_000000000327	45500	0.914447110376168	41	20	13	18	9	False	119565	maximal	True	ENG0075_000000000327	1.0	PS306	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	6655.0	96.13799999999999	32.0	0.23036957500606145	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
ISR0199_000000003342	7488	0.9144452442851536	9	3	2	3	2	False	84401	fragment	False	ISR0199_000000003342	1.0		0	0	False	False	0.9963942170143127	0					non-mobilizable	no_good_hit	580.0	82.414	8.0	0.00014146764963391263	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0025_000000012998	1998	0.9144450236756191	2	2	0	1	2	False	66152	maximal	True	ENG0025_000000012998	1.0		2	1	False	False	0.9869869947433472	0	IncHI2A				non-mobilizable	other	1998.0	99.95	100.0	0.03421688398471635	NZ_PQGD01000028.1	enterobacteria	Superficieibacter electus strain BP-1 NODE_28_length_58363_cov_67.0937, whole genome shotgun sequence	False	True
ENG0003_000000002400	8829	0.9144420727591491	14	14	1	6	13	True	87462	fragment	False	ENG0003_000000002400	1.0		0	0	False	False	0.9986408352851868	0					non-mobilizable	plasmid	4612.0	97.81	96.0	0.09324726308760144	CP025877.1	enterobacteria	Escherichia coli strain 503458 plasmid p503458_49, complete sequence	False	True
SPA0131_000000015987	1700	0.914441669586054	4	3	2	1	2	True	118131	fragment	False	ISR0056_000000010587	0.4280251731057058		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1701.0	99.295	100.0	0.19007155635062611	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0010_000000013780	1578	0.914441669586054	3	3	2	1	2	True	118131	fragment	False	ISR0056_000000010587	0.35447297343064144		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1578.0	99.68299999999999	100.0	0.17649692221600446	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0055_000000004386	4420	0.9144407393720022	6	6	1	3	5	True	63672	fragment	False	ENG0055_000000004386	1.0		0	0	False	False	0.9997737407684326	0					non-mobilizable	chromosome	3986.0	99.272	90.0	0.0007896385465734089	CP056365.1	enterobacteria	Citrobacter freundii strain RHBSTW-00658 chromosome, complete genome	False	True
CAN0022_000000018104	1768	0.91443617085765	3	3	3	3	3	False	91551	fragment	False	CAN0021_000000022418	0.4757009345794393		0	0	False	False	0.9943438768386841	0					non-mobilizable	chromosome	1785.0	75.518	99.0	0.0006141658289565595	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0020_000000003777	2567	0.9144304059025324	5	2	1	1	2	False	74917	maximal	True	DEN0020_000000003777	1.0		0	0	False	False	0.9992209076881409	0					non-mobilizable	no_good_hit	713.0	99.29899999999999	37.0	0.00015814525819656656	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0019_000000011913	2437	0.914416153186706	4	3	3	2	2	False	131751	maximal	True	SPA0019_000000011913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1492.0	90.01299999999999	68.0	0.0003976871970448947	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0163_000000002370	10213	0.914397977350208	6	5	4	5	3	True	105961	fragment	False	FIJ0151_000000001050	0.8808732376058382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	3.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
FIJ0157_000000002059	9547	0.914397977350208	6	5	4	5	3	True	105961	fragment	False	FIJ0151_000000001050	0.787016609348841		0	0	False	False	0.9998952746391296	0					non-mobilizable	no_good_hit	150.0	89.333	2.0	0.20334261838440112	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
FIJ0132_000000032097	1117	0.914396221821782	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.019862937453767056		0	0	False	False	0.9874664545059204	0					non-mobilizable	other	1117.0	98.926	100.0	0.0003374353702415868	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0260_000000011574	1387	0.9143888168906747	3	3	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.18135472406577008		0	0	False	False	0.9884642958641052	0					non-mobilizable	other	1350.0	99.556	97.0	0.03112454432190485	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
FIJ0092_000000001132	15885	0.9143871869931602	19	5	2	5	2	True	65910	maximal	True	FIJ0092_000000001132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	87.234	1.0	0.0003704559396435656	NC_031039.1	viruses	Bacillus phage AR9, complete genome	True	True
ISR0174_000000012052	2044	0.914386728231556	2	2	2	2	1	False	29897	fragment	False	ISR0174_000000012052	1.0		0	0	False	False	0.9960861206054688	0					non-mobilizable	chromosome	2028.0	100.0	99.0	0.0004295487131975081	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
FIJ0140_000000021502	1563	0.9143867228656316	3	3	3	2	1	False	120870	fragment	False	MAD0005_000000018299	0.9545454545454546		0	0	False	False	0.999360203742981	0					non-mobilizable	other	1263.0	75.693	93.0	0.0002890610345725396	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0094_000000020822	1815	0.9143820062041802	2	1	1	1	1	False	68347	maximal	True	DEN0094_000000020822	1.0		1	1	False	False	0.9988980889320374	0					non-mobilizable	no_good_hit	1041.0	85.87899999999999	57.0	0.0004845652670705488	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0150_000000000021	130423	0.914372036981528	170	54	23	41	27	True	99786	maximal	True	ENG0150_000000000021	1.0		1	1	False	False	0.9998236298561096	0					non-mobilizable	no_good_hit	1505.0	82.65799999999999	1.0	0.02575786233815362	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0209_000000020898	1337	0.9143696204771892	2	1	1	1	1	False	28458	fragment	False	ISR0209_000000020898	1.0		0	0	False	False	0.9977561831474304	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000004024	9056	0.9143695544284896	13	3	1	2	2	False	80297	maximal	False	ISR0045_000000002548	0.984517928854137	PS382	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00023441867174774146	NZ_FZPC01000016.1	g-proteobacteria	Pseudomonas delhiensis strain RLD-1, whole genome shotgun sequence	True	True
MAD0094_000000004003	3464	0.91436771227872	5	5	5	4	4	False	126678	fragment	False	MAD0094_000000004003	1.0		0	0	False	False	0.9959584474563599	0					non-mobilizable	no_good_hit	108.0	81.48100000000001	5.0	2.559743700279371e-05	CP024588.1	a-proteobacteria	Roseomonas sp. FDAARGOS_362 chromosome, complete genome	True	False
SPA0145_000000004940	6215	0.91435937600865	14	4	2	1	3	False	3367	fragment	False	SPA0145_000000004940	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2176.0	80.928	91.0	0.000618390576514501	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
FIJ0099_000000007511	3013	0.9143582743829809	4	4	4	3	3	False	59344	fragment	False	FIJ0099_000000007511	1.0		0	0	False	True	0.9970129728317261	0					non-mobilizable	chromosome	3013.0	99.469	100.0	0.0006206639043139027	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	True
CHI0052_000000001676	7932	0.9143579523733292	10	9	7	8	7	False	88807	fragment	False	CHI0052_000000001676	1.0		0	0	False	False	0.9994956851005554	0					non-mobilizable	no_good_hit	1087.0	78.289	19.0	0.0006041802103263861	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
CHI0039_000000005125	2565	0.9143466383086394	3	3	3	3	3	False	105539	fragment	False	CHI0039_000000005125	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2564.0	98.75200000000001	99.0	0.0012804282815283609	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0307_000000005446	1898	0.9143461000383376	3	3	3	3	2	False	112338	fragment	False	ISR0805_000000006670	0.9181201286882935		0	0	False	False	0.9989462494850159	0					non-mobilizable	other	1737.0	77.547	91.0	0.0009515147429528785	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	False	False
ISR0222_000000005374	11877	0.9143384203306162	18	14	7	8	11	True	96771	maximal	True	ISR0222_000000005374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1174.0	95.99700000000001	43.0	0.09431222267043163	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AUS0022_000000003560	9590	0.9143350980669308	9	8	4	4	7	True	109292	maximal	True	AUS0022_000000003560	1.0		1	1	True	True	1.0	286		MOBB			mobilizable	no_good_hit	1918.0	94.056	51.0	0.32157850545759864	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
MAD0087_000000001285	14767	0.9143348299653602	13	11	8	10	10	False	44826	maximal	True	MAD0087_000000001285	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	89.461	10.0	0.00012980060936123908	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
CAN0003_000000008773	5481	0.9143122688876354	6	5	2	2	5	False	97204	maximal	False	CAN0004_000000004437	0.9978554151597082		0	0	True	True	1.0	66	rep_cluster_870	MOBV			mobilizable	plasmid	4136.0	99.87899999999999	100.0	0.7654572380599778	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	False	True
CAN0004_000000004437	5481	0.9143122688876354	7	5	2	2	5	False	97204	maximal	True	CAN0004_000000004437	0.9979327095411733		7	4	True	True	1.0	134	rep_cluster_870	MOBV			mobilizable	plasmid	3117.0	99.84	100.0	0.5768233987412069	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	False	True
ISR0224_000000004711	5461	0.9143122688876354	6	5	2	2	5	False	97204	maximal	False	CAN0004_000000004437	0.9972836116680124		0	0	True	True	1.0	22	rep_cluster_870	MOBV			mobilizable	plasmid	3050.0	99.902	100.0	0.5644205849685302	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	False	True
ENG0087_000000005166	5318	0.9143122688876354	7	5	2	2	5	False	97204	maximal	False	CAN0004_000000004437	0.9838586873005576		0	0	True	True	0.9998119473457336	3	rep_cluster_870	MOBV			mobilizable	plasmid	4076.0	99.82799999999999	100.0	0.7543502406516105	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	False	True
SPA0055_000000003665	7929	0.9143023520138459	9	7	5	6	6	True	128594	maximal	True	SPA0055_000000003665	1.0		4	1	False	False	0.9983604550361633	0					non-mobilizable	other	7929.0	99.93700000000001	100.0	0.31894436174920543	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0377_000000002385	4826	0.9143015828908851	6	3	2	3	2	False	28407	maximal	True	ISR0377_000000002385	1.0		29	5	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	100.0	27.0	0.002319468068656255	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0114_000000028504	1430	0.91430151025596	1	1	1	1	1	False	41821	maximal	True	FIJ0114_000000028504	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000014213	3379	0.9142992972836104	6	3	3	2	1	True	52779	maximal	True	ETH0005_000000014213	1.0		1	1	False	False	0.9822432398796082	0					non-mobilizable	no_good_hit								True	True
DEN0010_000000023939	1904	0.9142991357070684	3	2	1	2	0	True	75952	fragment	False	FIJ0140_000000016786	0.9397181628392484		0	0	False	False	0.9989495873451233	0					non-mobilizable	no_good_hit								True	True
AUS0010_000000000382	26657	0.9142961620679994	25	12	10	10	6	True	101623	maximal	True	AUS0010_000000000382	1.0		1	1	False	False	0.9999625086784363	0					non-mobilizable	no_good_hit	1008.0	70.933	4.0	0.0004048895546707665	CP049366.1	firmicutes	Lactobacillus sp. NFFJ11 chromosome, complete genome	True	True
ISR0294_000000004300	4401	0.9142854831162921	5	5	3	3	3	False	25784	maximal	True	ISR0294_000000004300	1.0		1	1	False	False	0.9834128618240356	0					non-mobilizable	no_good_hit	334.0	80.539	8.0	7.466313351668789e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0353_000000016868	2204	0.9142836988702842	2	2	2	2	2	False	115317	fragment	False	ISR0353_000000016868	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2204.0	99.955	100.0	0.0007676006330353291	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0174_000000014548	1407	0.9142833305803828	2	2	2	1	1	False	62821	fragment	False	ENG0174_000000014548	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
CHI0164_000000011884	1811	0.9142811861829806	2	2	2	1	1	False	78392	fragment	False	CHI0164_000000011884	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1811.0	98.564	100.0	0.0005026353644245242	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0140_000000019349	1528	0.9142810418056052	3	3	3	3	2	False	108120	fragment	False	ISR0320_000000016669	0.986942431611935		0	0	False	False	0.9888743162155151	0					non-mobilizable	chromosome	1528.0	99.28	100.0	0.0005366377378979755	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0851_000000002072	6383	0.9142810323501436	11	8	4	4	7	True	123831	maximal	True	ISR0851_000000002072	1.0	PS486|PS905	1	1	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	4835.0	96.339	76.0	0.7694758642663693	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
ISR0069_000000003451	6758	0.9142744595860868	8	8	3	6	6	False	98450	maximal	True	ISR0069_000000003451	1.0		2	1	True	True	1.0	17	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	other	4176.0	99.83200000000001	100.0	0.6126192223037418	LM995843.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-5_contig-17.0_1_6815_[organism:Escherichia	False	True
SPA0104_000000030149	1262	0.9142662958310179	3	2	2	2	1	False	59415	fragment	False	SPA0104_000000030149	0.9884583676834295		0	0	False	False	0.9849445223808289	0					non-mobilizable	other	1262.0	98.97	100.0	0.00035438131654485805	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0166_000000020809	1430	0.9142609093917998	2	1	1	1	1	False	56129	maximal	True	ENG0166_000000020809	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	4.0	1.6861918312998797e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0137_000000009307	3913	0.9142549752116594	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.5588837231184035		0	0	False	False	1.0	0					non-mobilizable	chromosome	3949.0	89.212	99.0	0.0013822004899983662	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
TAN0016_000000000353	12849	0.9142538815942356	17	8	5	6	4	False	100515	fragment	False	TAN0016_000000000353	1.0		0	0	False	False	0.9999221563339233	0					non-mobilizable	no_good_hit	1598.0	71.464	12.0	0.4638749631377175	HG796348.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00608	True	False
USA0010_01_000000009208	2957	0.9142507382651586	2	1	1	1	1	True	95110	fragment	False	USA0010_01_000000009208	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	95.295	99.0	0.0006555469131058956	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0129_000000010246	2607	0.9142507382651586	2	1	1	1	1	True	95109	fragment	False	ENG0129_000000010246	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1498.0	93.525	100.0	0.0006555469131058956	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0090_000000018293	1659	0.9142507382651586	2	1	1	1	1	True	95099	fragment	False	ISR0090_000000018293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	100.0	74.0	0.0005140844410469651	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0097_000000021279	1475	0.9142507382651586	2	1	1	1	1	True	95097	fragment	False	ENG0097_000000021279	1.0		0	0	False	False	0.9986440539360046	0					non-mobilizable	chromosome	1021.0	99.51	100.0	0.00045517893217700034	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0081_000000017491	1454	0.9142507382651586	1	1	1	1	1	True	95094	maximal	True	ENG0081_000000017491	1.0		1	1	False	False	0.9876203536987305	0					non-mobilizable	chromosome	1005.0	96.41799999999999	100.0	0.000446700108930566	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0172_000000016365	1441	0.9142507382651586	1	1	1	1	1	True	55716	fragment	False	ENG0172_000000016365	1.0		0	0	False	False	0.9944483041763306	0					non-mobilizable	chromosome	910.0	90.98899999999999	100.0	0.0004047522465534699	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0180_000000013833	1301	0.9142507382651586	1	1	1	1	1	True	95101	fragment	False	ENG0180_000000013833	1.0		0	0	False	False	0.9784780740737915	0					non-mobilizable	chromosome	1309.0	93.43	100.0	0.0005832537885836661	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CHI0173_000000013934	1281	0.9142507382651586	1	1	1	1	1	True	95095	fragment	False	CHI0173_000000013934	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1010.0	92.178	99.0	0.00044893137820594347	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0187_000000025110	1221	0.9142507382651586	1	1	1	1	1	True	95092	fragment	False	ENG0187_000000025110	0.956957079345106		0	0	False	False	0.9656019806861877	0					non-mobilizable	chromosome	1144.0	97.115	100.0	0.0005087293947860592	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
SPA0130_000000028146	1203	0.9142507382651586	1	1	1	1	1	True	95092	fragment	False	ENG0187_000000025110	0.9472573168037351		0	0	False	False	0.9983375072479248	0					non-mobilizable	chromosome	1135.0	99.912	100.0	0.0005060518716556063	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0279_000000019256	1198	0.9142507382651586	1	1	1	1	1	True	95092	fragment	False	ENG0187_000000025110	0.9509879843766447		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	97.16	100.0	0.000516761964177418	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CAN0015_000000028791	1182	0.9142507382651586	1	1	1	1	1	True	95092	fragment	False	ENG0187_000000025110	0.9279427669411391		0	0	False	False	0.9890016913414001	0					non-mobilizable	chromosome	1150.0	96.435	100.0	0.0005114069179165122	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CAN0007_000000036144	1100	0.9142507382651586	1	1	1	1	1	True	95092	fragment	False	ENG0187_000000025110	0.3689110556940981		0	0	False	False	1.0	0					non-mobilizable	chromosome	1040.0	91.346	100.0	0.00046321150156835916	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CHI0147_000000015892	1150	0.9142499533217396	1	1	1	1	1	False	79618	fragment	False	ISR0819_000000022884	0.972434266327396		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	99.13	100.0	0.006544845578099545	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
FIJ0013_000000011178	2490	0.914244836463534	3	2	2	2	2	True	50642	fragment	False	FIJ0013_000000011178	1.0		0	0	False	False	0.9791164398193359	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00026899988673688977	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	True
FIJ0121_000000013673	1886	0.9142425706917312	2	2	1	2	1	False	46129	maximal	True	FIJ0121_000000013673	0.9849480021893815		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	95.958	62.0	0.0002756958277711193	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0194_000000007065	3866	0.9142399726338704	6	4	1	4	2	False	54544	fragment	False	ENG0194_000000007065	1.0		0	0	False	False	0.9994826912879944	0					non-mobilizable	no_good_hit	101.0	97.03	3.0	2.37791487778112e-05	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	True	False
ISR0373_000000002173	5797	0.9142322290664292	10	4	2	4	2	False	28581	maximal	True	ISR0373_000000002173	1.0		3	2	False	False	0.99965500831604	0					non-mobilizable	no_good_hit	1663.0	98.49700000000001	29.0	0.006446908044282733	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	False
ISR0366_000000001221	9130	0.9142306310565932	12	8	3	5	8	False	115586	maximal	False	AST0116_000000002287	0.9528364871094727		0	0	False	False	0.9989047050476074	0					non-mobilizable	no_good_hit	4133.0	97.677	89.0	0.02401949070053448	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
DEN0011_000000006990	5399	0.9142305947129132	5	4	4	2	3	False	75780	maximal	True	DEN0011_000000006990	1.0		4	4	False	False	0.9975921511650085	0					non-mobilizable	no_good_hit	699.0	75.107	13.0	0.0002653210307005482	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	False
ENG0100_000000006427	4535	0.9142193629612856	5	5	5	5	4	False	82043	maximal	True	ENG0100_000000006427	1.0		21	6	False	False	0.9905182123184204	0					non-mobilizable	no_good_hit	3258.0	98.557	72.0	0.09134520970683126	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	False
ISR0258_000000002866	5203	0.9142131080896208	8	6	6	6	6	False	114966	fragment	False	ISR0817_000000002050	0.9208000000000001		0	0	False	False	0.9996156096458435	0					non-mobilizable	no_good_hit	556.0	70.14399999999999	11.0	0.0058844927567243705	NZ_CDBL01000004.1	g-proteobacteria	Aeromonas piscicola strain LMG 24783, whole genome shotgun sequence	True	False
FIJ0028_000000013947	2187	0.9142110289848496	3	3	3	3	3	False	120333	maximal	False	ISR0029_000000020154	0.990200020977425		0	0	False	False	0.999542772769928	0					non-mobilizable	no_good_hit	329.0	74.468	15.0	0.00015342747387417797	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
DEN0017_000000018630	1554	0.9142015103079856	3	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.09525122549019607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	87.405	67.0	0.014094965505137102	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
SPA0154_000000004115	2019	0.9141967724727491	4	4	4	3	3	False	3213	maximal	True	SPA0154_000000004115	1.0		39	6	False	False	1.0	0					non-mobilizable	chromosome	1372.0	97.81299999999999	100.0	0.0005434918339460005	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0045_000000006380	5156	0.9141935891326334	6	6	3	5	6	False	17899	maximal	True	MAD0045_000000006380	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2699.0	90.589	86.0	0.011792442456311662	CP035124.1	enterobacteria	Escherichia coli strain EC25 plasmid pEC25-1, complete sequence	True	False
FIJ0006_000000001540	16835	0.9141881829743614	31	11	6	9	6	False	51822	maximal	True	FIJ0006_000000001540	1.0		3	1	False	False	0.9999405741691589	0					non-mobilizable	no_good_hit	1097.0	88.33200000000001	16.0	0.0003717400116958786	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0103_000000004037	3788	0.9141864836089189	4	4	4	3	3	False	101925	maximal	True	SPA0103_000000004037	1.0		22	6	False	False	0.9989440441131592	0					non-mobilizable	chromosome	3655.0	99.80799999999999	100.0	0.0006636899635833516	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
CHI0107_000000001432	7892	0.9141811301096624	8	6	3	6	4	True	83027	fragment	False	CHI0107_000000001432	1.0		0	0	False	False	0.9972123503684998	0					non-mobilizable	no_good_hit	2751.0	82.915	59.0	0.5135593220338983	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ISR0255_000000031571	1100	0.9141614803353804	2	2	2	1	1	False	26856	maximal	True	ISR0255_000000031571	1.0		78	9	False	False	0.996363639831543	0					non-mobilizable	other	1100.0	99.727	100.0	0.00046601345629756336	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0350_000000006623	2702	0.9141530579675992	5	4	4	4	3	False	115016	fragment	False	SPA0153_000000005755	0.70353391181365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	73.71	37.0	0.0003548381042296206	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0015_000000002235	3880	0.9141488466202752	5	5	5	5	4	False	90198	fragment	False	CHI0087_000000001942	0.9473158678193662		0	0	False	False	0.9997422695159912	0					non-mobilizable	chromosome	3880.0	100.0	100.0	0.0007546995074121648	CP056396.1	enterobacteria	Escherichia coli strain RHBSTW-00573 chromosome, complete genome	False	False
ENG0090_000000003727	5528	0.9141435462830121	7	5	2	2	4	False	97202	maximal	True	ENG0090_000000003727	1.0		1	1	True	True	1.0	89	rep_cluster_870	MOBV			mobilizable	no_good_hit	3838.0	98.25399999999999	74.0	0.710292484265087	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	True	True
FIJ0099_000000009530	2344	0.9141273381586408	3	3	0	3	3	False	97724	fragment	False	FIJ0099_000000009530	0.9674397859054416		0	0	False	False	0.998720109462738	0	IncFIA,IncFII				non-mobilizable	plasmid	2380.0	95.126	100.0	0.08697242337795333	CP010139.1	enterobacteria	Escherichia coli strain D2 plasmid B, complete genome	False	True
ISR0016_000000011404	1895	0.9141252810913668	5	3	3	3	2	False	37902	maximal	True	ISR0016_000000011404	1.0		0	0	False	False	0.964116096496582	0					non-mobilizable	no_good_hit	157.0	81.529	8.0	5.055530930227476e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0810_000000002342	5164	0.9141212517601188	7	6	4	6	3	True	21727	maximal	True	ISR0810_000000002342	1.0		4	3	False	False	0.9850890636444092	0					non-mobilizable	no_good_hit	1917.0	78.404	37.0	0.0010201699105035194	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
FIJ0048_000000002741	9575	0.9141198593318016	12	8	7	8	6	False	122875	fragment	False	FIJ0048_000000002741	1.0		0	0	False	False	0.9995822310447693	0					non-mobilizable	no_good_hit	436.0	70.872	5.0	0.003323898910285578	NZ_FNZK01000014.1	firmicutes	Propionispira arboris strain DSM 2179, whole genome shotgun sequence	True	False
USA0091_01_000000001860	6170	0.914100120773064	7	5	2	3	4	True	388	maximal	True	USA0091_01_000000001860	1.0		1	1	True	True	1.0	103					non-mobilizable	no_good_hit	591.0	76.311	9.0	0.12172637754033103	LN853046.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0399	True	True
ISR0241_000000001349	9018	0.9140981045529472	11	10	5	6	8	True	132506	backbone	False	ISR0038_000000002833	0.9969989897369292	PS1165|PS799|PS800	0	0	True	True	1.0	12	rep_cluster_1097	MOBB			mobilizable	plasmid	7362.0	99.87799999999999	100.0	0.8227862254025045	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0160_000000003819	6242	0.9140963388670884	8	6	5	6	5	False	99047	fragment	False	DEN0072_000000002974	0.9771959802267958		0	0	False	False	0.9996795654296875	0					non-mobilizable	no_good_hit	561.0	77.184	9.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0028_000000003926	3915	0.9140962726097244	5	2	2	2	0	True	65907	fragment	False	ENG0028_000000003926	1.0		0	0	False	False	0.9969348907470703	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	2.0505514904271623e-05	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	True
ISR0171_000000021770	1377	0.9140926163780536	3	1	1	1	1	False	29965	maximal	True	ISR0171_000000021770	1.0		0	0	False	False	0.981118381023407	0					non-mobilizable	no_good_hit	136.0	78.676	10.0	3.13388787557249e-05	NZ_LT839648.1	firmicutes	Oceanobacillus senegalensis strain Marseille-P3587, whole genome shotgun sequence	True	False
MON0026_000000037308	1385	0.9140913453300722	3	1	1	1	1	False	12712	fragment	False	MON0026_000000037308	1.0		0	0	False	False	0.9747292399406433	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.56417997744957e-05	NZ_PDOC01000002.1	b-proteobacteria	Massilia eurypsychrophila strain JCM 30074 ZB100001, whole genome shotgun sequence	True	False
ISR0328_000000009471	2935	0.9140896590691976	5	3	3	3	3	False	130889	maximal	True	ISR0328_000000009471	1.0	PS1128	54	8	False	True	0.9996592998504639	0					non-mobilizable	no_good_hit	1640.0	78.415	55.0	0.0031927904478922485	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	True	True
SPA0041_000000000169	54539	0.9140846347469176	57	29	18	23	18	True	6929	maximal	True	SPA0041_000000000169	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1993.0	81.887	6.0	0.002104256336681014	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	True
ISR0194_000000006928	3358	0.914075030526065	4	2	1	2	1	False	131608	fragment	False	ISR0194_000000006928	1.0		0	0	False	False	0.9988088011741638	0					non-mobilizable	no_good_hit								True	False
SPA0103_000000002786	5517	0.914074880679568	11	5	3	4	2	True	110679	fragment	False	CAN0012_000000009407	0.5642122312294852		0	0	False	False	0.999818742275238	0					non-mobilizable	other	3656.0	98.632	90.0	0.0009787804155009896	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0846_000000001763	5423	0.914074880679568	11	5	3	4	2	True	110679	fragment	False	CAN0012_000000009407	0.5569085537219628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3567.0	98.766	89.0	0.000954946911539406	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MON0072_000000003616	5324	0.914074880679568	10	5	3	4	2	True	110679	fragment	False	CAN0012_000000009407	0.5103902889709536		0	0	False	False	0.9986851811408997	0					non-mobilizable	no_good_hit	3490.0	98.682	89.0	0.0009343269137299461	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0071_000000004161	4963	0.914074880679568	10	5	3	4	2	True	110679	fragment	False	CAN0012_000000009407	0.19810119333834963		0	0	False	False	0.9993955492973328	0					non-mobilizable	no_good_hit	3101.0	98.839	88.0	0.0008301557559652717	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
USA0036_01_000000007827	4927	0.914074880679568	10	5	3	4	2	True	110679	fragment	False	CAN0012_000000009407	0.1976255080017778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3113.0	98.522	88.0	0.0008333692621173953	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CHI0090_000000000154	39243	0.9140701283775704	43	9	7	9	6	True	83838	maximal	True	CHI0090_000000000154	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0065_000000007362	4232	0.9140681458224192	6	5	4	3	5	True	80807	fragment	False	DEN0065_000000007362	0.9997557401074744		0	0	False	False	0.9995273947715759	0					non-mobilizable	other	4232.0	99.95299999999999	100.0	0.09253346163940163	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0092_000000008330	5702	0.914057222955994	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9912804167101795	PS1032	0	0	False	True	0.9980708360671997	0					non-mobilizable	no_good_hit	2977.0	82.667	67.0	0.4818525209393989	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0107_000000008856	5695	0.914057222955994	9	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9898067395464327	PS1032	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2977.0	82.70100000000001	67.0	0.4818525209393989	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0028_000000003849	5691	0.914057222955994	9	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9908203039831448	PS1032	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	2977.0	82.667	73.0	0.4818525209393989	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0078_000000017433	1211	0.914052564259812	2	1	1	1	1	False	34400	fragment	False	ISR0078_000000017433	1.0		0	0	False	False	0.9892650842666626	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000000034	94905	0.9140490052367384	90	13	5	12	2	True	127415	maximal	False	SPA0046_000000000019	0.8258489379651355		0	0	True	True	1.0	143					non-mobilizable	virus	28474.0	97.029	97.0	0.2922360344242574	MK415403.1	viruses	CrAssphage ES_ALL_000190F, complete genome	False	True
ISR0375_000000005178	3765	0.9140405291166877	4	3	0	2	1	True	23399	maximal	True	ISR0375_000000005178	1.0		1	1	True	True	1.0	28					non-mobilizable	no_good_hit								True	True
ISR0355_000000004852	3685	0.9140405291166877	5	2	0	1	1	True	61741	maximal	True	ISR0355_000000004852	1.0		1	1	True	True	0.9883310794830322	8					non-mobilizable	no_good_hit								True	True
ISR0193_000000010347	2645	0.9140355075393184	3	3	3	3	2	False	29098	maximal	True	ISR0193_000000010347	1.0		0	0	False	False	0.9829867482185364	0					non-mobilizable	no_good_hit	1809.0	92.095	68.0	0.0007190143647518046	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
FIJ0105_000000002406	10415	0.9140314181638508	8	1	1	1	1	False	89110	fragment	False	FIJ0105_000000002406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2336.0	95.54799999999999	70.0	0.018758995553482836	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0063_000000025523	1162	0.9140314181638508	1	1	1	1	1	False	45537	fragment	False	FIJ0063_000000025523	1.0		0	0	False	False	0.9931153059005737	0					non-mobilizable	other	979.0	96.834	100.0	0.007863822396616467	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0058_000000021645	2263	0.9140262224414948	3	3	2	2	3	False	43074	fragment	False	MON0058_000000021645	1.0		0	0	False	False	0.9995580911636353	0					non-mobilizable	no_good_hit	543.0	76.059	24.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0050_000000024874	1580	0.9140174627449688	2	1	1	1	1	False	11322	fragment	False	MON0050_000000024874	1.0		0	0	False	False	0.9841772317886353	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	5.0	0.0015323206144416488	NZ_QIML01000014.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_14, whole genome shotgun sequence	True	False
SPA0136_000000000744	29531	0.9140040543885533	36	15	10	14	9	True	108581	maximal	True	SPA0136_000000000744	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	0.0	0.04191224623444663	NZ_QSOD01000017.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf17, whole genome shotgun sequence	True	True
ISR0041_000000010461	1451	0.9139925905816352	2	2	2	2	1	False	36409	maximal	True	ISR0041_000000010461	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	82.06200000000001	51.0	0.00011385606808223609	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
DEN0033_000000001598	15639	0.913986785259372	17	9	7	8	8	False	117129	fragment	False	DEN0033_000000001598	1.0		0	0	False	False	0.9997442364692688	0					non-mobilizable	no_good_hit	715.0	71.189	5.0	0.0010448823801320743	NZ_CABJAT010000003.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ENG0101_000000013255	2449	0.9139787890766676	3	3	3	3	3	False	127026	fragment	False	ENG0110_000000011365	0.633225458468177		0	0	False	False	0.9967333674430847	0					non-mobilizable	no_good_hit	1627.0	97.05	66.0	0.00623734118946787	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0047_000000005008	7781	0.9139731907255376	9	8	7	7	8	False	6690	maximal	True	SPA0047_000000005008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2295.0	69.325	29.0	0.0003535888719743918	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
FIJ0154_000000005166	6074	0.9139719463261168	7	5	1	5	1	True	50256	fragment	False	FIJ0154_000000005166	1.0		0	0	False	False	0.9996707439422607	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	3.0230891036401814e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
USA0135_01_000000001171	10601	0.9139665094809176	11	7	3	6	5	True	47	maximal	True	USA0135_01_000000001171	1.0		1	1	False	False	0.9994339942932129	0					non-mobilizable	no_good_hit	1022.0	81.311	10.0	0.000269447292279252	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	True
ISR0357_000000009712	2574	0.9139659329552776	4	2	2	1	2	False	48249	maximal	True	ISR0357_000000009712	1.0		0	0	False	False	0.999611496925354	0					non-mobilizable	no_good_hit	486.0	99.794	19.0	0.00011315141385607887	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
AST0093_000000003798	5242	0.9139644659914368	6	5	4	5	5	True	109584	fragment	False	AST0093_000000003798	1.0		0	0	False	False	0.9908431768417358	0	rep_cluster_1685				non-mobilizable	plasmid	5132.0	95.869	100.0	0.019013648447725445	CP024065.1	firmicutes	Lactobacillus salivarius strain BCRC 12574 plasmid unnamed2, complete sequence	False	True
ENG0043_000000015537	2203	0.9139605149384834	4	4	2	3	1	True	126567	fragment	False	ENG0043_000000015537	1.0		0	0	False	False	0.99591463804245	0					non-mobilizable	other	1341.0	99.70200000000001	100.0	0.44659546061415223	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0045_000000001522	16642	0.91395422951188	18	15	10	12	13	True	123702	fragment	False	ENG0167_000000001303	0.9611772904517565		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	7347.0	96.189	76.0	0.07310793549417212	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
FIJ0057_000000020382	1685	0.9139495610528332	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.1755793643294972		0	0	False	False	0.9994065165519714	0					non-mobilizable	other	1575.0	97.079	98.0	0.00959516218506349	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0066_000000002716	10113	0.9139453263882988	11	5	4	5	2	True	97613	fragment	False	FIJ0066_000000002716	0.9570537940631879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	82.348	11.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0098_000000001961	10032	0.9139453263882988	11	5	4	5	2	True	97613	fragment	False	FIJ0066_000000002716	0.9560237828494362		0	0	False	False	0.9999003410339355	0					non-mobilizable	no_good_hit	1150.0	82.348	11.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0151_000000001722	8940	0.9139453263882988	9	5	4	5	2	True	97613	fragment	False	FIJ0066_000000002716	0.7005611555402774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	82.348	13.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ENG0122_000000017046	1706	0.9139357737222612	3	2	1	1	1	True	114021	fragment	False	ENG0122_000000017046	1.0		0	0	False	False	0.9958968162536621	0					non-mobilizable	chromosome	1706.0	99.941	100.0	0.0008769940040357155	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0105_000000013339	1487	0.9139357737222612	2	2	1	1	1	True	55261	fragment	False	ISR0105_000000013339	1.0		0	0	False	False	0.9905850887298584	0					non-mobilizable	chromosome	1487.0	100.0	100.0	0.0007643478533707175	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
SPA0015_000000018531	1345	0.9139357737222612	2	2	1	1	1	True	55261	fragment	False	ISR0105_000000013339	0.9522528581035643		0	0	False	False	0.9992564916610718	0					non-mobilizable	other	1345.0	100.0	100.0	0.020246147357004054	NZ_JHWQ01000010.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00010.10_C, whole genome shotgun sequence	False	True
AST0053_000000006668	1199	0.9139357737222612	3	2	1	1	1	True	114018	fragment	False	AST0053_000000006668	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1199.0	100.0	100.0	0.0006162104497564734	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0181_000000016990	1182	0.9139357737222612	2	2	1	1	1	True	55260	fragment	False	ENG0181_000000016990	0.9534292972057579		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	100.0	100.0	0.017790699426057877	NZ_JHWQ01000010.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00010.10_C, whole genome shotgun sequence	False	True
SPA0038_000000021454	1181	0.9139357737222612	2	2	1	1	1	True	55260	fragment	False	ENG0181_000000016990	0.9530456852791878		0	0	False	False	1.0	0					non-mobilizable	chromosome	1181.0	100.0	100.0	0.0006069518620305832	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0775_000000002856	5882	0.913932224296264	9	6	5	5	4	False	126007	fragment	False	ISR0775_000000002856	1.0		0	0	False	False	0.9996599555015564	0					non-mobilizable	no_good_hit	2131.0	99.81200000000001	77.0	0.0007542965688713492	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0096_000000006151	5160	0.9139306740066672	7	2	1	2	0	True	43040	maximal	True	FIJ0096_000000006151	1.0		1	1	False	False	0.9982557892799377	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.293932218431369e-06	CP059255.1	a-proteobacteria	Rhodoblastus sp. isolate SSC7 chromosome, complete genome	True	True
DEN0001_000000006148	5851	0.9139302735201228	8	1	1	1	1	False	76959	maximal	True	DEN0001_000000006148	1.0		1	1	False	False	0.9993163347244263	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.460038439091397e-07	LR812074.1	bony fishes	Danio rerio genome assembly, chromosome: 12	True	False
DEN0035_000000011581	2783	0.9139297592002776	6	1	1	1	1	False	73467	maximal	True	DEN0035_000000011581	1.0		1	1	False	False	0.9910168647766113	0					non-mobilizable	no_good_hit	924.0	99.459	65.0	0.00020501133892616703	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0094_000000009810	1767	0.9139287634079456	3	3	3	1	1	False	85305	fragment	False	CHI0064_000000009802	0.9664401002527209		0	0	False	False	0.9994340538978577	0					non-mobilizable	other	1691.0	99.882	100.0	0.025861145541630323	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0122_000000014391	1750	0.9139287634079456	3	3	3	1	1	False	85305	fragment	False	CHI0064_000000009802	0.9611461966869849		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	99.881	100.0	0.025677516105831764	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
USA0026_01_000000002770	11872	0.9139166862264106	17	5	5	5	4	False	76670	fragment	False	USA0026_01_000000002770	0.985192455406674		0	0	False	False	0.9972203373908997	0					non-mobilizable	no_good_hit	440.0	82.045	4.0	0.010401294806493074	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0045_01_000000006873	2068	0.9139146159198588	3	3	3	2	2	False	86103	maximal	True	USA0045_01_000000006873	1.0		0	0	False	False	0.9912959337234497	0					non-mobilizable	no_good_hit	297.0	95.286	42.0	0.00010317428227647083	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0076_000000002184	3415	0.9139133500390408	6	4	2	2	3	True	92247	fragment	False	CHI0076_000000002184	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2212.0	96.383	72.0	0.6737804878048781	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
MAD0095_000000004847	5273	0.913911536852592	6	5	4	5	3	False	87515	maximal	True	MAD0095_000000004847	1.0		1	1	False	False	0.9984828233718872	0					non-mobilizable	no_good_hit	513.0	81.676	10.0	0.00018521309492897442	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
DEN0022_000000024361	1691	0.9139101114691576	4	1	1	1	1	False	74546	maximal	True	DEN0022_000000024361	1.0		1	1	False	False	0.9887640476226807	0					non-mobilizable	no_good_hit	42.0	100.0	2.0	0.00015175630158788912	MN577570.1	bacteria	Uncultured Candidatus Melainabacteria bacterium isolate LL20 clone UCI_2 genomic sequence	True	False
SPA0070_000000000003	95579	0.9139075298101969	85	11	2	9	3	True	114213	maximal	True	SPA0070_000000000003	0.9999052112735392		2	1	True	True	1.0	67					non-mobilizable	no_good_hit	337.0	88.72399999999999	3.0	0.0018804694999073799	MT074137.1	viruses	Bacteroides phage DAC16, complete genome	True	True
ISR0198_000000000260	59143	0.9138946485076446	63	26	17	19	10	True	117578	maximal	True	ISR0198_000000000260	1.0		1	1	False	False	0.9999662041664124	0					non-mobilizable	no_good_hit	13162.0	97.736	67.0	0.2967906588070556	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	True
USA0101_01_000000009102	3553	0.9138856514646032	5	5	5	4	3	False	20555	maximal	True	USA0101_01_000000009102	1.0		25	7	False	False	1.0	0					non-mobilizable	other	3553.0	98.45200000000001	100.0	0.013766694830513073	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0830_000000006519	3770	0.9138846683202508	5	5	3	4	4	False	93607	fragment	False	ISR0830_000000006519	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3770.0	99.867	100.0	0.0007006215623024331	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0117_01_000000005145	4920	0.9138821077940844	7	6	3	3	6	True	99966	fragment	False	USA0117_01_000000005145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	90.831	85.0	0.20903309962497962	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0075_000000002993	5688	0.9138797747185652	9	5	3	5	1	False	44609	maximal	True	FIJ0075_000000002993	1.0		8	4	False	False	0.9998241662979126	0					non-mobilizable	no_good_hit	1516.0	98.81299999999999	72.0	0.02572855104952109	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
AST0100_000000002262	7488	0.9138777781107916	9	6	3	6	3	True	108665	maximal	True	AST0100_000000002262	1.0		1	1	False	False	0.9997329115867615	0					non-mobilizable	no_good_hit								True	True
ISR0323_000000002697	5901	0.9138692684123556	10	4	2	3	3	False	42567	fragment	False	ISR0323_000000002697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1644.0	79.075	27.0	0.00044820634153656464	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0130_000000006777	4074	0.913867923567958	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5252733079473956		0	0	False	False	0.9995090961456299	0					non-mobilizable	chromosome	4074.0	98.405	100.0	0.001370947953457108	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0015_000000002381	5956	0.9138543774794308	5	3	2	2	2	True	19445	maximal	True	MAD0015_000000002381	1.0		2	1	True	True	1.0	8					non-mobilizable	no_good_hit	2347.0	91.436	58.0	0.43787878787878787	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
CHI0078_000000012842	1178	0.9138526959569112	3	2	2	1	1	False	84409	fragment	False	ISR0192_000000013999	0.35583646981355516		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	99.15100000000001	100.0	0.0005041663329116955	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0066_000000002483	12290	0.9138524068350344	15	14	10	10	11	True	123702	fragment	False	ENG0167_000000001303	0.5801387144519756		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	12301.0	99.87799999999999	100.0	0.12270477406993453	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0091_000000001603	12286	0.9138524068350344	16	14	10	10	11	True	123702	fragment	False	ENG0167_000000001303	0.5801435348191347		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	12297.0	99.88600000000001	100.0	0.12268481558358614	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0182_000000001860	12278	0.9138524068350344	15	14	10	10	11	True	123702	fragment	False	ENG0167_000000001303	0.5799476984024817		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	12295.0	99.845	100.0	0.12268481558358614	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0047_000000003291	8752	0.9138490092793204	12	3	2	3	1	True	110129	fragment	False	MAD0047_000000003291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.013333333333333334	XM_034316600.1	bees	PREDICTED: Osmia lignaria synaptic vesicle glycoprotein 2C-like (LOC117600760), mRNA	True	True
ISR0317_000000006459	2834	0.9138357951376066	4	3	1	3	1	True	69663	fragment	False	ISR0317_000000006459	1.0		0	0	False	False	0.9978828430175781	0					non-mobilizable	no_good_hit								True	True
ISR0354_000000015680	1171	0.9138232964022168	3	1	1	1	1	False	23973	fragment	False	ISR0354_000000015680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	83.46600000000001	54.0	0.0011311115200190504	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0080_000000021384	1534	0.913822387153225	5	4	0	4	1	True	34297	maximal	True	ISR0080_000000021384	1.0		1	1	False	False	0.9993481040000916	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.012802275960170697	XM_028675666.1	apicomplexans	Plasmodium relictum dynamin-like protein, putative (DYN2), partial mRNA	True	True
MAD0014_000000000541	24170	0.9138183598136772	50	18	9	12	9	True	93508	maximal	True	MAD0014_000000000541	1.0		1	1	False	False	0.9999586343765259	0					non-mobilizable	no_good_hit	2667.0	90.32600000000001	72.0	0.047212278027859496	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0047_000000010330	2943	0.913815248090214	2	2	2	2	2	False	50221	fragment	False	FIJ0047_000000010330	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	91.25399999999999	92.0	0.00048730466465129075	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
AST0058_000000011018	1244	0.9137947921407592	3	2	1	2	2	False	113006	fragment	False	AST0058_000000011018	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	100.0	100.0	0.0015719611701562604	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
CHI0144_000000001593	7733	0.913783947330138	12	5	4	5	3	False	88537	maximal	True	CHI0144_000000001593	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	2.0	0.0006096108300517118	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
TAN0004_000000000233	7718	0.9137838814122572	7	2	2	2	0	True	98603	fragment	False	ISR0115_000000003080	0.7556326169849453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	98.338	5.0	0.00783221651727439	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0081_000000014598	2405	0.9137838814122572	2	2	2	2	0	True	131099	fragment	False	SPA0150_000000005539	0.3317558295530198		0	0	False	False	0.9995841979980469	0					non-mobilizable	no_good_hit								True	True
CAN0018_000000017437	1976	0.9137838814122572	2	2	2	2	0	True	131099	fragment	False	SPA0150_000000005539	0.04683525362860991		0	0	False	False	0.9974696636199951	0					non-mobilizable	no_good_hit								True	True
ISR0091_000000012910	2371	0.9137836855406144	3	3	3	3	3	False	89182	fragment	False	CHI0138_000000005872	0.9582843713278496		0	0	False	False	1.0	0					non-mobilizable	other	2185.0	99.085	98.0	0.0007419957715753786	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0055_000000004893	2857	0.9137811317308424	3	3	2	3	3	True	89817	fragment	False	FIJ0055_000000004893	1.0		0	0	False	False	0.999299943447113	0					non-mobilizable	plasmid	2857.0	98.705	100.0	0.022693863280598178	CP043515.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 plasmid unnamed4, complete sequence	False	True
AST0046_000000005178	3740	0.9137800736884808	5	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.2572778840601426		0	0	False	False	0.9991978406906128	0					non-mobilizable	no_good_hit	1036.0	87.259	28.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0054_000000000238	29948	0.9137791896091976	31	15	9	12	9	True	130546	maximal	True	CHI0054_000000000238	1.0		4	1	False	False	0.9999332427978516	0					non-mobilizable	no_good_hit	9231.0	99.133	75.0	0.0016400354955872273	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
ISR0203_000000007352	2310	0.9137699751655672	3	3	3	3	3	False	103270	fragment	False	CHI0109_000000006726	0.6076802375620821		0	0	False	False	0.9995670914649963	0					non-mobilizable	chromosome	2310.0	96.97	100.0	0.0004606471973370281	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0149_000000016454	1144	0.9137670843625892	2	1	1	1	1	False	30841	maximal	True	ISR0149_000000016454	1.0		1	1	False	False	0.9493007063865662	0					non-mobilizable	no_good_hit	833.0	96.87899999999999	73.0	0.0002826650558382395	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0094_000000006776	1862	0.9137624790232692	3	3	3	3	2	False	91012	fragment	False	ISR0276_000000005364	0.8471505895124684		0	0	False	False	0.9930182695388794	0					non-mobilizable	other	1866.0	85.584	100.0	0.0003097314405858626	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
AST0052_000000013918	1721	0.9137601553902872	3	2	2	2	2	True	114488	fragment	False	AST0052_000000013918	1.0		0	0	False	False	0.9895409941673279	0					non-mobilizable	plasmid	1474.0	98.575	100.0	0.04405470924490468	CP019031.1	firmicutes	Limosilactobacillus fermentum strain SNUV175 plasmid pSNU175-2, complete sequence	False	True
ISR0157_000000007185	4029	0.913747291029557	9	5	2	2	4	True	90079	fragment	False	ISR0157_000000007185	1.0		0	0	False	False	0.9995036125183105	0	rep_cluster_1085				non-mobilizable	no_good_hit	2866.0	97.069	86.0	0.259823940466467	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0135_000000006616	3084	0.913747291029557	7	5	2	2	4	True	90072	fragment	False	CHI0135_000000006616	0.9316992424912979		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	2930.0	94.3	99.0	0.2655413376894455	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
AST0053_000000002207	5429	0.9137419615601564	5	4	4	4	4	False	121750	fragment	False	ISR0096_000000004366	0.7141812994348956		0	0	False	False	1.0	0					non-mobilizable	chromosome	4544.0	96.743	91.0	0.0012902234851393903	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0267_000000000983	14747	0.9137402480722512	9	5	3	4	0	True	81123	maximal	True	ISR0267_000000000983	1.0		3	1	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
MAD0032_000000000895	12173	0.9137311918995892	15	4	3	3	4	False	67001	fragment	False	MAD0032_000000000895	1.0		0	0	False	False	0.9997535347938538	0					non-mobilizable	no_good_hit	403.0	86.104	4.0	0.00012475042138265777	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0063_01_000000004637	4435	0.9137277651340582	5	2	2	2	2	False	80680	fragment	False	USA0063_01_000000004637	0.9800477897252091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	84.915	13.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0062_000000007741	4185	0.9137277651340582	4	2	2	2	2	False	80680	fragment	False	USA0063_01_000000004637	0.95152198421646		0	0	False	False	0.9985663294792175	0					non-mobilizable	no_good_hit	590.0	84.74600000000001	14.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0033_000000008790	3444	0.9137277651340582	4	2	2	2	2	False	80679	fragment	False	SPA0033_000000008790	0.9945238819592334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	84.74600000000001	17.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0022_000000004116	3287	0.9137277651340582	3	2	2	2	2	False	80679	fragment	False	SPA0033_000000008790	0.9727061556329849		0	0	False	False	0.9996957778930664	0					non-mobilizable	no_good_hit	590.0	84.40700000000001	18.0	0.00016330589290992366	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0060_000000005551	5575	0.9137196400906464	8	5	4	5	3	False	70924	maximal	True	MON0060_000000005551	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	87.084	32.0	0.0007730380136399789	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
AST0055_000000004457	6659	0.9137145431596498	8	6	4	6	4	False	113961	maximal	True	AST0055_000000004457	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	74.359	18.0	0.0003388310729306652	NZ_KK073872.1	bacteria	Cloacibacillus evryensis DSM 19522 CloevDRAFT_Scaffold1.1, whole genome shotgun sequence	True	False
ENG0110_000000008450	3601	0.91370805971424	6	3	2	3	1	True	59817	maximal	True	ENG0110_000000008450	1.0		0	0	False	False	0.9900027513504028	0					non-mobilizable	no_good_hit	1422.0	88.045	69.0	0.056308196459257484	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0093_000000014150	2211	0.9137009788256586	3	3	3	3	3	False	15674	maximal	True	MAD0093_000000014150	1.0		9	2	False	False	0.9846223592758179	0					non-mobilizable	other	1388.0	86.23899999999999	96.0	0.0003683308888830339	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0164_000000007924	2445	0.9136954235524124	3	3	3	3	3	False	118797	fragment	False	ENG0164_000000007924	0.95337590190385		0	0	False	False	0.9995909929275513	0					non-mobilizable	other	2446.0	98.61	100.0	0.004407034659171882	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0068_000000004595	6317	0.9136917989245771	10	3	2	3	2	False	45130	maximal	True	FIJ0068_000000004595	1.0		5	2	False	False	0.9985752701759338	0					non-mobilizable	no_good_hit	607.0	79.407	10.0	0.0009640452748970297	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
SPA0095_000000008782	2290	0.9136909281399764	5	3	1	1	3	True	101128	fragment	False	SPA0095_000000008782	1.0		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2292.0	99.738	100.0	0.37225565132541877	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0327_000000026234	1137	0.9136794045965472	3	1	1	1	1	False	24756	fragment	False	ISR0327_000000026234	1.0		0	0	False	False	0.9683377146720886	0					non-mobilizable	no_good_hit								True	False
USA0072_01_000000002216	8970	0.9136637703146824	10	6	2	5	5	True	116743	fragment	False	USA0072_01_000000002216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	81.707	2.0	0.0002103204095957719	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ISR0065_000000003337	7802	0.9136553135714892	10	2	2	2	2	True	56604	fragment	False	ISR0065_000000003337	1.0		0	0	False	False	0.99871826171875	0					non-mobilizable	no_good_hit	2242.0	90.85600000000001	81.0	0.08931782759860928	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ENG0107_000000002620	8956	0.9136411400245948	16	7	2	3	6	True	88344	maximal	True	ENG0107_000000002620	1.0	PS456	1	1	True	True	1.0	204		MOBB			mobilizable	no_good_hit	2641.0	94.434	59.0	0.23901820487274703	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0223_000000001359	13712	0.9136303146150996	17	8	3	7	4	True	62837	maximal	True	ISR0223_000000001359	1.0		2	2	False	False	0.9994894862174988	0					non-mobilizable	no_good_hit	849.0	85.74799999999999	6.0	0.02044717611189082	NZ_JAAIPV010000039.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_39_length_41326_cov_76.1729, whole genome shotgun sequence	True	True
SPA0153_000000011192	1674	0.9136290576821642	2	1	1	1	1	True	111268	maximal	True	SPA0153_000000011192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	3.0	9.74662793158969e-06	NC_008576.1	a-proteobacteria	Magnetococcus marinus MC-1, complete sequence	True	True
MON0064_000000008275	3051	0.913615863128063	7	5	1	2	4	False	132209	backbone	False	ENG0141_000000006400	0.00268022573408913	PS1143|PS778	0	0	False	True	0.9970501661300659	0					non-mobilizable	plasmid	2861.0	99.301	94.0	0.6894889103182257	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0357_000000000925	16320	0.9136090207113008	15	3	2	3	2	True	87603	fragment	False	ISR0357_000000000925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	74.161	2.0	0.0006615578445406801	NZ_FQZB01000003.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	True
ISR0184_000000002503	5745	0.9136061208728136	9	9	3	3	9	False	76168	fragment	False	ISR0184_000000002503	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	5748.0	98.469	100.0	0.06724213055100864	CP041959.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2_4, complete sequence	False	True
ISR0067_000000003458	7088	0.9135997809804679	13	8	4	5	5	False	116859	fragment	False	ISR0067_000000003458	1.0		0	0	False	False	0.9994356632232666	0					non-mobilizable	no_good_hit	322.0	99.068	5.0	0.05495634309193631	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	False
USA0011_01_000000007670	4907	0.9135979131551042	7	6	5	6	3	False	129478	maximal	True	USA0011_01_000000007670	1.0		25	5	False	False	1.0	0					non-mobilizable	no_good_hit	1664.0	84.796	34.0	0.023106314145470774	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0337_000000007150	1474	0.9135977854249476	2	2	1	2	2	False	117703	backbone	False	CHI0115_000000003774	0.019335201891915565	PS794	0	0	False	True	0.9993215799331665	0					non-mobilizable	other	1474.0	97.829	100.0	0.0004241298499593866	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
ISR0114_000000000809	21766	0.9135772436389406	28	12	8	9	8	False	91301	maximal	True	ISR0114_000000000809	1.0		1	1	False	False	0.9979325532913208	0					non-mobilizable	no_good_hit	6715.0	93.15	52.0	0.11895225605217453	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0001_000000003903	6280	0.9135668769955632	10	2	2	1	1	False	20306	fragment	False	MAD0001_000000003903	1.0		0	0	False	False	0.9977707266807556	0					non-mobilizable	no_good_hit								True	False
MON0079_000000012300	1855	0.9135658350917722	4	2	1	2	2	False	10582	fragment	False	MON0079_000000012300	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	97.02600000000001	57.0	7.432177230715403e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
FIJ0057_000000019995	1715	0.9135651412660074	3	1	1	1	1	True	46125	fragment	False	FIJ0057_000000019995	1.0		0	0	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit								True	True
MAD0092_000000013085	1422	0.9135643680343908	2	2	2	2	2	False	15702	fragment	False	MAD0092_000000013085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	76.542	63.0	0.13486166007905137	NZ_JH379418.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld536, whole genome shotgun sequence	True	False
FIJ0131_000000002711	6795	0.9135475516977752	7	4	2	3	4	False	126743	maximal	True	FIJ0131_000000002711	1.0	PS974|PS975|PS978	8	1	False	True	0.9995585083961487	0	rep_cluster_475				non-mobilizable	no_good_hit	2568.0	91.044	64.0	0.49468599033816424	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0035_000000006336	2864	0.913542097431312	2	2	2	2	2	False	78497	maximal	True	ISR0035_000000006336	1.0		1	1	False	False	0.985684335231781	0					non-mobilizable	no_good_hit	282.0	75.887	10.0	8.418811015559961e-05	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ENG0189_000000011355	1563	0.9135412154582372	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.38437992320533443	PS794	0	0	True	True	1.0	6					non-mobilizable	other	1549.0	94.835	99.0	0.0002992707356775433	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
AUS0012_000000001023	10562	0.9135402180799512	14	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.6966939661221666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	91.925	2.0	4.268113272525168e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0005_000000008749	3324	0.9135334946384042	7	5	2	3	4	True	128542	fragment	False	AST0005_000000008749	0.9799154334038055		0	0	False	True	0.9996991753578186	0					non-mobilizable	other	2439.0	97.171	91.0	0.5229712322885358	NZ_FQVD01000065.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
AST0040_000000005856	3311	0.9135334946384042	6	5	2	3	4	True	128542	fragment	False	AST0005_000000008749	0.9780385078219014		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2452.0	95.10600000000001	88.0	0.42387543252595156	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	True	True
ENG0133_000000010789	2296	0.9135296907149838	3	3	3	3	3	False	91017	fragment	False	ENG0076_000000005088	0.9711179333529899		0	0	False	False	0.9991289377212524	0					non-mobilizable	chromosome	2296.0	99.956	100.0	0.0003537471378465508	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0171_000000010868	2211	0.9135296907149838	3	3	3	3	3	False	91017	fragment	False	ENG0076_000000005088	0.820807042095311		0	0	False	False	0.998643159866333	0					non-mobilizable	chromosome	2211.0	99.68299999999999	100.0	0.0003406453920003823	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0074_000000005872	2482	0.9135256358334026	3	3	2	3	3	False	120277	fragment	False	CHI0074_000000005872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0033589251439539347	NZ_MVHH01000082.1	high GC Gram+	Mycolicibacter arupensis strain DSM 44942 Mycobacterium_arupense_DSM44942_contig82, whole genome shotgun sequence	True	False
MAD0034_000000000901	11795	0.9135250204780272	17	6	3	6	6	False	80117	maximal	True	MAD0034_000000000901	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1730.0	79.249	29.0	0.0005307337129147485	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0049_000000000892	13549	0.9135242352869928	18	13	7	7	8	True	89893	fragment	False	SPA0079_000000001205	0.8155437696044091		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	1425.0	86.456	10.0	0.04562284683988538	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0106_000000008168	2913	0.9135225779117676	4	3	3	3	3	True	68649	fragment	False	ISR0106_000000008168	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	1822.0	95.06	100.0	0.010975595015049137	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
DEN0028_000000015311	1956	0.9135204169173976	3	3	2	1	2	False	73976	fragment	False	ISR0230_000000017087	0.995410504844467		0	0	False	False	0.9959100484848022	0					non-mobilizable	other	1965.0	87.074	100.0	0.004097635379974045	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
TAN0009_000000017971	2202	0.9135194499873699	3	3	3	3	2	False	40691	fragment	False	FIJ0133_000000016291	0.9686867870004959		0	0	False	False	0.9995458722114563	0					non-mobilizable	no_good_hit	113.0	76.991	5.0	0.00019226741650959107	NZ_FUWZ01000006.1	CFB group bacteria	Chitinophaga eiseniae strain DSM 22224, whole genome shotgun sequence	True	False
CHI0109_000000002181	6769	0.9135187402994058	8	6	6	6	4	False	103070	maximal	True	CHI0109_000000002181	1.0		1	1	False	False	0.9995567798614502	0					non-mobilizable	no_good_hit	1151.0	80.626	17.0	0.6038338658146964	KJ798143.1	bacteria	Uncultured bacterium BD_contig00953 genomic sequence	True	False
TAN0018_000000002636	3319	0.9135135054151688	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.780365554235123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0015_000000001463	3319	0.9135135054151688	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.780183168673781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0156_000000002059	12026	0.9134985141956324	13	8	6	6	6	True	124506	fragment	False	ISR0156_000000002059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	99.883	14.0	0.011665457929090437	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AST0062_000000003221	5271	0.91349595743338	2	1	1	1	1	False	111733	fragment	False	AST0062_000000003221	0.9912011458972785		0	0	False	False	0.9969645142555237	0					non-mobilizable	no_good_hit								True	False
ISR0088_000000014096	1735	0.91349595743338	2	1	1	1	1	False	104636	fragment	False	ISR0088_000000014096	0.9846278273697627		0	0	False	False	0.9821325540542603	0					non-mobilizable	no_good_hit								True	False
FIJ0166_000000014145	1712	0.91349595743338	3	1	1	1	1	False	104638	fragment	False	FIJ0166_000000014145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0105_000000012777	1544	0.91349595743338	2	1	1	1	1	False	104649	fragment	False	ISR0105_000000012777	1.0		0	0	False	False	0.9993523359298706	0					non-mobilizable	no_good_hit								True	False
ISR0303_000000010002	1421	0.91349595743338	2	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.9530054129008588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0012_000000018319	1302	0.91349595743338	2	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.9474962514492544		0	0	False	False	0.9900153875350952	0					non-mobilizable	no_good_hit								True	False
ENG0200_000000017141	1233	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.8512396990354654		0	0	False	False	0.9935117363929749	0					non-mobilizable	no_good_hit								True	False
ENG0148_000000029467	1224	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.852035318799918		0	0	False	False	0.9730392098426819	0					non-mobilizable	no_good_hit								True	False
ISR0320_000000021925	1224	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.8499920522046769		0	0	False	False	0.9852941036224365	0					non-mobilizable	no_good_hit								True	False
ISR0039_000000031500	1190	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.8441268664787577		0	0	False	False	0.9773108959197998	0					non-mobilizable	no_good_hit								True	False
AST0148_000000028289	1189	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.8937125096052694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000020116	1181	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.838641451713999		0	0	False	False	0.992379367351532	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000016672	1179	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.8273513723373459		0	0	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000018811	1177	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.8394861686052179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0301_000000017355	1173	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.8916350905118549		0	0	False	False	0.9982949495315552	0					non-mobilizable	no_good_hit								True	False
ISR0055_000000014751	1170	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.7733067978929754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0782_000000011182	1100	0.91349595743338	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.5988744810407579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0031_000000007390	3937	0.9134871557457276	5	4	4	4	3	False	117572	maximal	True	AST0031_000000007390	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2022.0	90.208	51.0	0.002580947011968998	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
MAD0051_000000009243	3063	0.9134778147335381	3	2	2	2	1	False	17347	maximal	True	MAD0051_000000009243	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	84.02799999999999	38.0	0.00028146423185395437	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0146_000000004885	7616	0.913477034441544	13	6	5	6	3	True	31041	maximal	True	ISR0146_000000004885	1.0		1	1	False	False	0.9992122054100037	0					non-mobilizable	no_good_hit	1659.0	84.81	42.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
CHI0117_000000013273	1101	0.9134712130121396	2	1	1	1	1	False	82004	fragment	False	CHI0117_000000013273	1.0		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	988.0	97.773	100.0	0.0066016534232281885	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0148_000000002922	11664	0.913468062176994	12	11	8	10	6	True	128655	maximal	True	ENG0148_000000002922	1.0		1	1	False	False	0.999914288520813	0					non-mobilizable	no_good_hit	1885.0	98.40799999999999	48.0	0.003939469342606281	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0060_000000005200	4826	0.9134619061606942	6	4	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.03351845176698752	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	2454.0	99.959	100.0	0.43850554165176975	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
USA0059_01_000000007650	3459	0.9134541128761884	5	1	1	1	1	False	76104	fragment	False	USA0059_01_000000007650	0.9956923998941969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	647.0	81.453	18.0	0.00035034043951404954	CP008743.1	a-proteobacteria	Candidatus Nucleicultrix amoebiphila FS5, complete genome	True	False
ISR0097_000000008310	3288	0.9134541128761884	6	1	1	1	1	False	76104	fragment	False	USA0059_01_000000007650	0.9858034616698379		0	0	False	False	0.9957420825958252	0					non-mobilizable	no_good_hit	495.0	78.586	15.0	5.3012845386386654e-05	LT670817.1	a-proteobacteria	Bradyrhizobium erythrophlei strain GAS138 genome assembly, chromosome: I	True	False
ISR0066_000000010091	3200	0.9134541128761884	5	1	1	1	1	False	76104	fragment	False	USA0059_01_000000007650	0.9745276816154792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	78.26100000000001	15.0	5.1693023509547155e-05	LT670817.1	a-proteobacteria	Bradyrhizobium erythrophlei strain GAS138 genome assembly, chromosome: I	True	False
DEN0022_000000012104	3167	0.9134541128761884	5	1	1	1	1	False	76104	fragment	False	USA0059_01_000000007650	0.9672582186559522		0	0	False	False	0.99968421459198	0					non-mobilizable	no_good_hit	445.0	74.607	14.0	0.08016724231957825	NZ_JAAIYP010000015.1	a-proteobacteria	Magnetospirillum aberrantis SpK contig00015_length=5501, whole genome shotgun sequence	True	False
SPA0143_000000006513	2891	0.9134541128761884	3	1	1	1	1	False	76104	fragment	False	USA0059_01_000000007650	0.56155918455952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	74.715	15.0	0.07907653153972005	NZ_JAAIYP010000015.1	a-proteobacteria	Magnetospirillum aberrantis SpK contig00015_length=5501, whole genome shotgun sequence	True	False
DEN0061_000000024709	1746	0.9134541128761884	2	1	1	1	1	False	76102	fragment	False	DEN0061_000000024709	0.9730716763639448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0199_000000017945	1706	0.9134541128761884	1	1	1	1	1	False	76102	fragment	False	DEN0061_000000024709	0.7568461097060717		0	0	False	False	0.9947245121002197	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000018803	1678	0.9134541128761884	2	1	1	1	1	False	76102	fragment	False	DEN0061_000000024709	0.9583214410430326		0	0	False	False	0.9994040727615356	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000012997	1574	0.9134541128761884	2	1	1	1	1	False	76102	fragment	False	DEN0061_000000024709	0.7513661215346888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0855_000000013947	1343	0.9134541128761884	1	1	1	1	1	False	76099	fragment	False	ISR0219_000000024539	0.943203307443041		0	0	False	False	0.9992554187774658	0					non-mobilizable	no_good_hit								True	False
ISR0219_000000024539	1333	0.9134541128761884	2	1	1	1	1	False	76099	fragment	False	ISR0219_000000024539	0.9747747766721038		0	0	False	False	0.9932482838630676	0					non-mobilizable	no_good_hit								True	False
ISR0271_000000014765	1312	0.9134541128761884	2	1	1	1	1	False	76099	fragment	False	ISR0219_000000024539	0.9734557075598735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000027177	1299	0.9134541128761884	2	1	1	1	1	False	76099	fragment	False	ISR0219_000000024539	0.9669010380195635		0	0	False	False	0.9930716156959534	0					non-mobilizable	no_good_hit	44.0	93.182	3.0	5.0551005965018706e-05	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0214_000000024892	1266	0.9134541128761884	3	1	1	1	1	False	76099	fragment	False	ISR0219_000000024539	0.776188113084008		0	0	False	False	0.9897314310073853	0					non-mobilizable	no_good_hit								True	False
ISR0236_000000009753	1185	0.9134541128761884	1	1	1	1	1	False	76098	fragment	False	ISR0236_000000009753	1.0		0	0	False	False	0.9274261593818665	0					non-mobilizable	no_good_hit								True	False
DEN0008_000000008463	1133	0.9134541128761884	2	1	1	1	1	False	76097	fragment	False	DEN0008_000000008463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0079_000000018036	1559	0.9134381096365816	2	2	1	2	2	True	44378	fragment	False	FIJ0079_000000018036	1.0		0	0	False	False	0.9890955686569214	0	rep_cluster_589				non-mobilizable	plasmid	1560.0	97.62799999999999	100.0	0.033841868158175366	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	False	True
FIJ0121_000000014729	1751	0.9134377980310006	2	2	1	2	1	True	41471	fragment	False	FIJ0121_000000014729	1.0		0	0	False	False	0.9982866644859314	0	rep_cluster_589				non-mobilizable	plasmid	1739.0	87.522	99.0	0.17009750812567714	CP042388.1	firmicutes	Leuconostoc lactis strain CBA3625 plasmid unnamed, complete sequence	False	True
CHI0041_000000000498	17842	0.913434514681202	17	9	8	8	7	True	87621	maximal	True	CHI0041_000000000498	1.0		1	1	False	False	0.9998318552970886	0					non-mobilizable	no_good_hit	1024.0	88.184	13.0	0.017729819752615235	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	True	True
SPA0123_000000001105	14267	0.9134235756413488	22	8	4	6	5	True	54844	maximal	False	ISR0053_000000001440	0.9994934807637573		0	0	True	True	1.0	50					non-mobilizable	no_good_hit	207.0	85.507	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ENG0119_000000023812	1274	0.9134203872582288	2	2	2	2	2	False	59243	fragment	False	ENG0119_000000023812	1.0		0	0	False	False	0.9984301328659058	0					non-mobilizable	no_good_hit	495.0	75.758	39.0	0.0007802361408565082	NZ_FOGP01000001.1	actinobacteria	Olsenella umbonata strain KHGC19, whole genome shotgun sequence	True	False
ISR0345_000000001174	5367	0.9134199733084752	6	4	0	3	1	True	24220	maximal	True	ISR0345_000000001174	1.0		1	1	True	True	0.9977641105651855	23					non-mobilizable	no_good_hit	1269.0	88.889	48.0	0.45519971212666427	NZ_LT699734.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	True
MAD0008_000000001302	6557	0.9134023364722036	6	3	1	2	3	True	61028	maximal	True	MAD0008_000000001302	1.0	PS268	2	1	True	True	1.0	19	Col(MG828),rep_cluster_2401			MOBF,MOBP,MOB_unknown	mobilizable	no_good_hit	2311.0	97.014	50.0	0.4096963239211508	CP054347.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-2, complete sequence	True	True
CHI0146_000000002255	2948	0.9133881951998778	3	3	3	3	3	False	90856	maximal	True	CHI0146_000000002255	1.0		64	7	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	99.54	43.0	0.0001482180704466145	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0055_000000003937	4901	0.9133820480542616	6	6	4	5	5	False	98335	fragment	False	ENG0055_000000003937	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	4901.0	100.0	100.0	0.025185550689775696	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
MAD0083_000000008834	1184	0.9133784302988746	2	2	2	1	1	False	82312	fragment	False	MAD0083_000000008834	0.9947871416159861		0	0	False	False	0.9966216087341309	0					non-mobilizable	chromosome	1184.0	99.916	100.0	0.0002123952656143735	CP033605.1	enterobacteria	Escherichia coli O157:H7 strain TR01 chromosome, complete genome	False	False
ISR0170_000000018403	2514	0.913373648709474	3	3	3	2	2	False	30060	maximal	True	ISR0170_000000018403	1.0		3	2	False	False	0.9912490248680115	0					non-mobilizable	chromosome	2510.0	99.363	99.0	0.0011825296799390064	CP035055.1	firmicutes	Limosilactobacillus fermentum strain SRCM 103290 chromosome, complete genome	False	False
DEN0093_000000004694	6524	0.9133601752283422	15	6	4	5	3	False	104466	maximal	True	DEN0093_000000004694	1.0		1	1	False	False	0.9967811107635498	0					non-mobilizable	no_good_hit	1666.0	98.92	26.0	0.0353668380135095	NZ_PYLQ01000020.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_19, whole genome shotgun sequence	True	False
SPA0028_000000012691	2382	0.9133575723130204	2	2	2	2	2	False	107390	fragment	False	SPA0028_000000012691	0.9874506147504879		0	0	False	False	0.9920235276222229	0					non-mobilizable	chromosome	2382.0	99.83200000000001	100.0	0.0007504854831017839	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0130_000000009547	3160	0.9133518936316508	3	3	2	3	3	False	76630	fragment	False	ENG0130_000000009547	1.0		0	0	False	False	0.99556964635849	0					non-mobilizable	no_good_hit	1200.0	86.083	38.0	0.0027111933554245385	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0200_000000004851	4040	0.9133496882924144	8	3	1	3	2	False	54217	maximal	True	ENG0200_000000004851	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.892844405727282e-05	NZ_CABIXL010000003.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	False
FIJ0145_000000008100	1868	0.9133464840441448	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.7913664349542471		0	0	False	False	0.9994646906852722	0					non-mobilizable	other	1758.0	92.833	94.0	0.024431057563587683	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0317_000000003406	4654	0.9133426962894268	5	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.9613437035853569		0	0	False	False	0.9997851252555847	0					non-mobilizable	no_good_hit	1036.0	87.259	22.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0086_000000006527	4635	0.9133426962894268	6	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.955134358031149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	22.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0005_000000006708	4511	0.9133426962894268	5	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.9464655500330685		0	0	False	False	0.9906893968582153	0					non-mobilizable	no_good_hit	1036.0	87.259	23.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0362_000000005080	4497	0.9133426962894268	5	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.9513183380002065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	23.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
BAN0016_000000000165	4304	0.9133411234205892	6	5	1	3	4	True	98350	maximal	True	BAN0016_000000000165	0.9970652951051837		6	5	True	True	1.0	27			MPF_T		non-mobilizable	plasmid	4235.0	99.646	100.0	0.998583903705452	CP008717.1	enterobacteria	Escherichia coli strain ST648 plasmid pEC648_3, complete sequence	False	True
ISR0162_000000009432	4012	0.9133411234205892	6	5	1	3	4	True	98350	maximal	False	BAN0016_000000000165	0.9541448620091441		0	0	True	True	1.0	3			MPF_T		non-mobilizable	plasmid	4012.0	99.975	100.0	0.9466603729053575	CP008717.1	enterobacteria	Escherichia coli strain ST648 plasmid pEC648_3, complete sequence	False	True
SPA0155_000000003059	5276	0.9133383798657312	7	6	5	5	6	False	111443	fragment	False	ISR0288_000000004193	0.3948691017474249		0	0	False	False	1.0	0					non-mobilizable	other	5276.0	100.0	100.0	0.007306529336234707	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0103_000000003880	6232	0.9133242401214596	7	5	5	3	4	False	122609	fragment	False	ISR0303_000000001454	0.6536924593907312		0	0	False	False	0.9996790885925293	0					non-mobilizable	no_good_hit	2596.0	98.575	42.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0092_000000000094	58475	0.9133198092870016	102	29	13	19	15	True	88779	maximal	True	CHI0092_000000000094	1.0		1	1	True	True	0.9997605681419373	34					non-mobilizable	no_good_hit	6773.0	86.65299999999999	41.0	0.11881047743947826	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0123_000000001113	23768	0.9133194453661728	56	14	4	11	5	True	93515	maximal	True	FIJ0123_000000001113	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3209.0	92.241	65.0	0.05672916740509694	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AST0099_000000001282	13218	0.9133191901793996	9	7	7	1	1	False	111067	fragment	False	AST0099_000000001282	1.0		0	0	False	False	0.998259961605072	0					non-mobilizable	no_good_hit	1699.0	71.866	13.0	0.0009246894297896526	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
ENG0163_000000002160	8687	0.9133191901793996	8	7	7	1	1	False	56327	fragment	False	ENG0163_000000002160	1.0		0	0	False	False	0.9997697472572327	0					non-mobilizable	no_good_hit	1698.0	72.32	19.0	0.0009246894297896526	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
DEN0029_000000011571	1182	0.9133166825815155	2	1	1	1	1	False	73829	fragment	False	DEN0029_000000011571	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1070.0	92.897	99.0	0.00032793407077956547	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ETH0003_000000004569	6248	0.913300755954938	12	9	3	3	7	True	101515	fragment	False	ISR0222_000000009065	0.48096026490066224		0	0	False	False	0.9929577708244324	0					non-mobilizable	chromosome	4002.0	98.20100000000001	97.0	0.0006088116969773717	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0350_000000006258	2832	0.9132924223753792	3	2	2	2	2	False	111521	fragment	False	AST0084_000000011258	0.6521984472301723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.945	10.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0039_000000010738	2356	0.9132896021948109	5	4	3	1	2	False	104815	fragment	False	ENG0039_000000010738	1.0		0	0	False	False	0.9995755553245544	0					non-mobilizable	chromosome	2357.0	98.81200000000001	100.0	0.0004039226646244116	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ENG0198_000000008312	2311	0.9132870260003224	3	2	1	2	1	False	110804	maximal	True	ENG0198_000000008312	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1848.0	91.50399999999999	80.0	0.4106301861403902	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
MON0102_000000006526	6529	0.9132750415410694	5	5	5	4	4	False	8974	maximal	True	MON0102_000000006526	1.0		23	9	False	False	0.9879001379013062	0					non-mobilizable	other	6020.0	99.369	92.0	0.005025713047566007	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
ENG0009_000000003065	4011	0.9132702085635618	4	4	4	4	4	False	98962	fragment	False	CHI0121_000000002037	0.9928190341146126		0	0	False	False	1.0	0					non-mobilizable	other	4011.0	99.726	100.0	0.0007549386906549738	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0132_000000009739	2806	0.9132686408795616	4	3	1	2	2	True	82904	fragment	False	ISR0132_000000009739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	86.652	69.0	0.0003274654211688751	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0116_000000000691	24216	0.9132582359107744	23	18	6	18	10	True	91677	fragment	False	CHI0116_000000000691	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14028.0	92.12299999999999	98.0	0.3315439733251354	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
SPA0031_000000003346	7154	0.91325664615798	6	4	3	4	1	True	127363	fragment	False	MAD0035_000000002553	0.8629923213524602		0	0	False	False	1.0	0					non-mobilizable	other	6614.0	96.598	93.0	0.07180741223780024	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0012_000000002535	9461	0.9132535551119789	10	6	6	6	4	True	100633	fragment	False	ENG0012_000000002535	0.9666401906274822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2800.0	82.071	29.0	0.18116036505867014	NZ_WEHX01000055.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_55_length_15340_cov_272.879929, whole genome shotgun sequence	True	True
ENG0144_000000012911	1324	0.9132458997380388	2	2	2	2	2	False	57534	maximal	True	ENG0144_000000012911	1.0		4	4	False	False	0.9992446899414062	0					non-mobilizable	no_good_hit	932.0	99.249	70.0	0.0002591780631241953	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0092_000000010819	2460	0.9132370614154884	3	3	3	3	3	False	68641	fragment	False	ISR0092_000000010819	1.0		0	0	False	True	0.997560977935791	0					non-mobilizable	other	1684.0	99.05	100.0	0.000809319435928878	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
FIJ0025_000000004414	4637	0.9132362293182932	6	6	3	3	6	True	118168	backbone	False	FIJ0074_000000005173	0.37655071791718003	PS799	0	0	False	True	0.9997843503952026	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4637.0	98.684	100.0	0.5186345831001679	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CAN0014_000000028319	1732	0.913230536721116	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.4506166719990982		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	99.365	100.0	0.0023990348455655945	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0780_000000005063	2300	0.913216710302708	4	3	2	3	2	False	102302	fragment	False	ISR0780_000000005063	1.0		0	0	False	False	0.9878261089324951	0					non-mobilizable	no_good_hit	1715.0	76.735	73.0	0.006960233102146346	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ENG0121_000000010204	1631	0.9132135900367776	3	3	3	3	2	False	59130	fragment	False	ENG0121_000000010204	0.9818181818181819		0	0	False	False	1.0	0					non-mobilizable	chromosome	1631.0	97.609	100.0	0.0004562055287072227	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0812_000000001843	16853	0.9132012933835544	20	15	12	13	13	False	121911	maximal	True	ISR0812_000000001843	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2478.0	83.616	15.0	0.05034072073178218	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ISR0222_000000013469	4256	0.9131866656613354	4	1	0	1	1	False	27900	maximal	True	ISR0222_000000013469	1.0		1	1	True	True	0.9997650384902954	10	rep_cluster_115				non-mobilizable	plasmid	3434.0	99.971	100.0	0.8092880716643093	CP020607.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain FM03 plasmid pLd3, complete sequence	False	True
ENG0060_000000003656	6421	0.9131819160878574	8	4	4	4	3	True	129673	maximal	True	ENG0060_000000003656	1.0	PS1061|PS774	1	1	True	True	1.0	37					non-mobilizable	no_good_hit	3937.0	99.848	71.0	0.8658161020677518	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
MAD0066_000000001276	9009	0.913179737337845	15	6	3	6	3	True	16611	maximal	True	MAD0066_000000001276	1.0		1	1	False	False	0.9998890161514282	0					non-mobilizable	no_good_hit	2167.0	88.04799999999999	61.0	0.03819161379505902	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0032_000000005971	5712	0.9131753906367768	13	4	1	3	2	True	58871	maximal	True	FIJ0032_000000005971	0.9373101498834594	PS258	1	1	False	True	0.9980742335319519	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.819792363659964e-06	CP012590.1	high GC Gram+	Actinomyces sp. oral taxon 414 strain F0588, complete genome	True	True
ENG0141_000000008340	3272	0.9131717659400942	3	3	3	3	3	False	129664	maximal	True	ENG0141_000000008340	1.0	PS1061	19	3	False	True	0.9993887543678284	0					non-mobilizable	chromosome	1473.0	97.149	99.0	0.000394471397607874	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0300_000000002233	3308	0.9131690265149744	5	4	3	4	2	False	25598	maximal	True	ISR0300_000000002233	1.0		29	6	False	False	0.9984884858131409	0					non-mobilizable	no_good_hit	733.0	85.266	22.0	0.00023118744210307566	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0038_000000022892	1491	0.9131663811904754	2	2	1	1	0	True	11992	maximal	True	MON0038_000000022892	1.0		0	0	False	False	0.9577465057373047	0					non-mobilizable	no_good_hit								True	True
DEN0035_000000013442	2435	0.9131638663384454	2	1	1	1	1	False	73457	maximal	True	DEN0035_000000013442	1.0		1	1	False	False	0.9942505359649658	0					non-mobilizable	no_good_hit	322.0	71.118	13.0	0.012157586949830717	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
CHI0154_000000005293	5215	0.9131612156735002	13	2	1	2	2	True	79215	maximal	True	CHI0154_000000005293	1.0		1	1	False	False	0.9998082518577576	0					non-mobilizable	no_good_hit	383.0	78.068	9.0	0.06471816283924843	MH617106.1	viruses	Inoviridae sp. isolate ctcb32, complete genome	True	True
CHI0150_000000001691	5415	0.9131575783341436	7	6	6	5	3	False	120221	maximal	True	CHI0150_000000001691	1.0		39	5	False	False	0.9979686141014099	0					non-mobilizable	no_good_hit	3404.0	99.20700000000001	63.0	0.013196378559957797	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	False
DEN0051_000000003050	10467	0.9131572614256728	14	10	4	7	8	True	123415	maximal	True	DEN0051_000000003050	0.9992828492146956		97	7	True	True	1.0	70					non-mobilizable	plasmid	7642.0	99.791	99.0	0.7295903752506445	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
ENG0159_000000017759	1300	0.9131563417174859	2	1	1	1	1	False	61223	fragment	False	ENG0090_000000019274	0.9889058913542463		0	0	False	False	0.9992307424545288	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.04634695848085e-05	NZ_FZOU01000006.1	bacteria	Granulicella rosea strain DSM 18704, whole genome shotgun sequence	True	False
ISR0081_000000002878	7501	0.91314812938308	9	5	2	5	1	True	34259	maximal	True	ISR0081_000000002878	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0035_000000002582	6339	0.9131469585970484	7	3	1	3	1	True	70796	fragment	False	ISR0035_000000002582	1.0		0	0	False	False	0.9998422265052795	0					non-mobilizable	no_good_hit								True	True
DEN0071_000000039318	1140	0.9131382586031196	2	1	1	1	1	False	70326	fragment	False	MAD0042_000000020182	0.9506104215983422		0	0	False	False	0.99210524559021	0					non-mobilizable	no_good_hit	470.0	71.915	39.0	5.1591981132075474e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0209_000000001918	12958	0.9131380705149196	16	12	6	10	10	False	122943	maximal	False	ENG0110_000000001561	0.9538451421920744		0	0	False	False	0.9999228119850159	0					non-mobilizable	other	11133.0	99.919	100.0	0.0031379685165243967	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0028_000000005687	4164	0.9131371359148196	9	3	2	2	3	True	12602	maximal	True	MON0028_000000005687	1.0		2	1	True	True	1.0	44					non-mobilizable	no_good_hit	604.0	88.57600000000001	15.0	0.08594640820980616	NZ_GL945015.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_1, whole genome shotgun sequence	True	True
MAD0002_000000011459	3048	0.913134487845768	5	3	2	3	1	True	20218	maximal	True	MAD0002_000000011459	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	84.786	37.0	0.011944848119661148	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0008_000000004359	5124	0.9131268254133288	6	3	2	2	1	True	130648	backbone	False	USA0082_01_000000002282	0.09496220584721608	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4286.0	99.90700000000001	100.0	0.7037280341599605	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CAN0013_000000005038	4771	0.9131268254133288	5	3	2	2	1	True	130648	backbone	False	USA0082_01_000000002282	0.019445739185803865	PS1107|PS1110|PS1114	0	0	False	True	0.9972752332687378	0		MOBV			mobilizable	other	3932.0	99.79700000000001	100.0	0.6454261783544096	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0120_000000009022	4712	0.9131268254133288	5	3	2	2	1	True	130600	fragment	False	SPA0120_000000009022	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2512.0	99.92	100.0	0.4094244252405022	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0167_000000005232	4705	0.9131268254133288	6	3	2	2	1	True	130626	fragment	False	ENG0167_000000005232	1.0		0	0	False	False	0.999787449836731	0		MOBV			mobilizable	no_good_hit	2410.0	99.917	81.0	0.3927930865807924	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
CAN0017_000000007877	4685	0.9131268254133288	5	3	2	2	1	True	130648	backbone	False	USA0082_01_000000002282	0.019238743023975654	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3846.0	99.92200000000001	100.0	0.6314665790770242	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0033_000000006382	4104	0.9131268254133288	5	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.07093581939313827		0	0	False	False	1.0	0		MOBV			mobilizable	other	3167.0	86.359	100.0	0.41455318018855397	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0066_000000007745	4026	0.9131268254133288	5	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.0711541904322391		0	0	False	False	1.0	0		MOBV			mobilizable	other	3188.0	99.906	100.0	0.5234028576120874	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0013_000000006599	4026	0.9131268254133288	5	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.0711541904322391		0	0	False	False	1.0	0		MOBV			mobilizable	other	3188.0	99.906	100.0	0.5234028576120874	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0035_01_000000006219	4026	0.9131268254133288	5	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.07113660255038907		0	0	False	False	1.0	0		MOBV			mobilizable	other	3188.0	99.969	100.0	0.5234028576120874	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0117_000000005452	3998	0.9131268254133288	5	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5777199728382058		0	0	False	False	1.0	0		MOBV			mobilizable	other	2411.0	99.876	100.0	0.39263003424099135	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0058_000000007486	3997	0.9131268254133288	5	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5885910849358352		0	0	False	False	1.0	0		MOBV			mobilizable	other	2410.0	99.959	100.0	0.3927930865807924	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0012_000000006185	3990	0.9131268254133288	5	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5851925145926166		0	0	False	False	1.0	0		MOBV			mobilizable	other	1796.0	99.944	100.0	0.2926789499429317	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0114_000000011031	3980	0.9131268254133288	5	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5778835343307234		0	0	False	False	1.0	0		MOBV			mobilizable	other	2409.0	99.958	100.0	0.39263003424099135	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0114_000000011452	3855	0.9131268254133288	5	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.06884605775645164		0	0	False	False	1.0	0		MOBV			mobilizable	other	3017.0	99.90100000000001	100.0	0.49531942847758254	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0020_000000005335	3739	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5754441176253086		0	0	False	False	1.0	0		MOBV			mobilizable	other	2930.0	99.693	100.0	0.38892577346965873	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0109_000000008177	3733	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5749482312897439		0	0	False	False	1.0	0		MOBV			mobilizable	other	2925.0	99.59	100.0	0.38826185101580135	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0123_000000002830	3725	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5744028689337565		0	0	False	False	1.0	0		MOBV			mobilizable	other	2924.0	99.829	100.0	0.3881290665250299	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0206_000000006782	3699	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5612268353679389		0	0	False	False	1.0	0		MOBV			mobilizable	other	2886.0	96.292	100.0	0.38255211791262783	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CAN0017_000000009945	3695	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5843535583218964		0	0	False	False	1.0	0		MOBV			mobilizable	other	2885.0	99.82700000000001	100.0	0.38295047138494226	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CAN0018_000000009264	3695	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5735135117043247		0	0	False	False	1.0	0		MOBV			mobilizable	other	2886.0	99.82700000000001	100.0	0.38308325587571374	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0026_01_000000009127	3677	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5595963401930012		0	0	False	False	1.0	0		MOBV			mobilizable	other	2863.0	96.333	100.0	0.37949807462488383	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0080_01_000000012022	3632	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5344956679017907		0	0	False	False	1.0	0		MOBV			mobilizable	other	2819.0	96.24	100.0	0.3736555570309388	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0132_000000010902	3630	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5357538888032332		0	0	False	False	1.0	0		MOBV			mobilizable	other	2821.0	99.71600000000001	100.0	0.37431947948479616	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CAN0012_000000014193	3629	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.5452612258004448		0	0	False	False	1.0	0		MOBV			mobilizable	other	2800.0	99.786	100.0	0.37166378966936664	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0127_000000007029	3612	0.9131268254133288	3	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.4431086998690164		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1929.0	94.92	100.0	0.016592214422463305	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
AUS0024_000000008958	3590	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.49820170733858243		0	0	False	False	1.0	0		MOBV			mobilizable	other	2777.0	96.255	100.0	0.36807860841853673	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0113_000000004499	3350	0.9131268254133288	4	3	2	2	1	True	130599	fragment	False	CHI0125_000000003265	0.21652955457599318		0	0	False	False	0.9997014999389648	0		MOBV			mobilizable	other	2521.0	99.64299999999999	100.0	0.33448413225335283	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0182_000000007938	3336	0.9131268254133288	4	3	2	2	1	True	127045	fragment	False	CHI0182_000000007938	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2480.0	98.992	100.0	0.4051568402036459	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0118_000000000853	11107	0.9131076503056244	15	14	6	8	14	True	132521	backbone	False	USA0060_01_000000001071	0.006506647023371643	PS1166	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	plasmid	11029.0	99.456	99.0	0.2161436383950448	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0150_000000013126	1355	0.9131049289958468	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.8999099816408301		0	0	False	False	0.9859778881072998	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	4.0	1.1127560117756293e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0043_000000009251	2854	0.9130951710272988	6	4	4	4	3	False	107165	fragment	False	FIJ0043_000000009251	0.9780528673294068		0	0	False	False	0.9971969127655029	0					non-mobilizable	no_good_hit	577.0	83.189	20.0	0.00045176380374123285	NZ_FPKO01000009.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
DEN0021_000000012685	2719	0.9130951710272988	4	4	4	4	3	False	107165	fragment	False	FIJ0043_000000009251	0.9543045110815926		0	0	False	False	0.9985288977622986	0					non-mobilizable	no_good_hit	598.0	82.441	22.0	0.00033005118854605495	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
DEN0003_000000008982	3060	0.913089230369722	4	2	2	2	2	True	76680	maximal	True	DEN0003_000000008982	1.0		1	1	False	False	0.998039186000824	0					non-mobilizable	no_good_hit	1767.0	99.15100000000001	58.0	0.001039856657585095	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ISR0152_000000006374	3765	0.9130780692239392	4	4	0	3	4	False	98328	maximal	True	ISR0152_000000006374	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	1821.0	94.454	83.0	0.0002874437366041416	CP050210.1	enterobacteria	Escherichia coli strain RM-055-WU chromosome	True	True
ISR0163_000000000762	7010	0.9130764715629662	9	6	3	4	5	False	132261	maximal	True	ISR0163_000000000762	1.0	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	8	4	False	True	0.9997146725654602	0	rep_cluster_475				non-mobilizable	no_good_hit	5550.0	99.89200000000001	88.0	0.8512041724190826	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0167_000000003083	5522	0.9130706901385433	6	2	2	1	1	False	113350	fragment	False	CHI0053_000000002104	0.9822198827331082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2668.0	98.126	48.0	0.43176299174356486	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0303_000000001933	5508	0.9130706901385433	6	2	2	1	1	False	113350	fragment	False	CHI0053_000000002104	0.9811503373701068		0	0	False	False	0.9994553327560425	0					non-mobilizable	no_good_hit	2686.0	97.617	49.0	0.43467702768334143	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0154_000000011035	1937	0.9130703179925148	4	4	3	2	2	False	86725	fragment	False	ISR0154_000000011035	1.0		0	0	False	False	0.974186897277832	0					non-mobilizable	other	1937.0	98.709	100.0	0.0004023794425672972	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
USA0056_01_000000000032	96848	0.9130673603854698	84	11	3	9	3	True	114214	maximal	True	USA0056_01_000000000032	0.9452186454503686		1	1	False	True	1.0	0					non-mobilizable	no_good_hit	955.0	82.304	2.0	0.00526900385686617	MT074142.1	viruses	Bacteroides phage DAC23, complete genome	True	True
SPA0149_000000025159	1590	0.913064333270234	2	2	2	2	1	True	3290	maximal	True	SPA0149_000000025159	1.0		11	4	False	False	0.9968553185462952	0					non-mobilizable	other	1593.0	89.51700000000001	99.0	0.00203254370927722	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
ISR0380_000000003392	3239	0.9130566627958512	6	1	1	1	1	False	23191	fragment	False	ISR0380_000000003392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0132_000000021834	1560	0.9130479489237452	3	3	3	2	2	False	40764	fragment	False	FIJ0132_000000021834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	88.4	16.0	6.62676237947077e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0215_000000009975	2911	0.9130413111387282	7	4	3	3	3	False	129197	fragment	False	AUS0022_000000012127	0.9690271782953089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	98.993	74.0	0.0002917617037510503	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0104_000000029591	1200	0.9130406028690692	2	2	2	1	1	False	107669	fragment	False	AST0104_000000029591	1.0		0	0	False	False	0.9991666674613953	0					non-mobilizable	other	1200.0	98.75	100.0	0.011314736524233732	NZ_WAJR01000007.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_007, whole genome shotgun sequence	False	False
MON0008_000000002944	7700	0.9130351458158824	8	5	4	5	3	True	32337	maximal	True	MON0008_000000002944	1.0		1	1	False	False	0.9966233968734741	0					non-mobilizable	no_good_hit	202.0	82.178	3.0	0.0012236891072746425	NZ_WNCH01000001.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold1_size158588, whole genome shotgun sequence	True	True
MAD0023_000000001427	4658	0.913033524479548	6	5	1	4	4	True	19254	maximal	True	MAD0023_000000001427	1.0		1	1	True	True	1.0	245					non-mobilizable	no_good_hit	395.0	88.861	8.0	0.13488531324888736	NZ_RHNU01000066.1	firmicutes	Lactobacillus insicii strain DSM 29801 contig66, whole genome shotgun sequence	True	True
CHI0117_000000000626	21530	0.9130216637144968	17	14	6	14	10	True	82123	maximal	True	CHI0117_000000000626	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	9538.0	90.18700000000001	75.0	0.22508099415896138	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
SPA0149_000000002809	10245	0.9130176814195304	8	5	4	4	4	False	3323	maximal	True	SPA0149_000000002809	1.0		1	1	False	False	0.9990239143371582	0					non-mobilizable	no_good_hit	3292.0	73.967	49.0	0.003319611320762419	NZ_LT706951.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
CHI0100_000000000484	7826	0.9130132153357591	8	4	2	3	2	False	83344	maximal	True	CHI0100_000000000484	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	3.770256560246415e-05	NZ_SMZY01000003.1	firmicutes	[Brevibacterium] frigoritolerans strain F-D2 NODE_3_length_875272_cov_327.464569, whole genome shotgun sequence	True	False
MON0092_000000031569	1766	0.9130102140016508	2	2	2	2	1	False	92314	maximal	True	MON0092_000000031569	1.0		0	0	False	False	0.9088335037231445	0					non-mobilizable	no_good_hit	122.0	80.328	7.0	1.541745146676969e-05	CP036434.1	bacteria	Planctomycetes bacterium Poly30 chromosome, complete genome	True	False
SPA0031_000000013998	2251	0.9130088343583438	3	2	1	1	2	True	92173	fragment	False	SPA0031_000000013998	1.0		0	0	False	False	0.9986672401428223	0					non-mobilizable	plasmid	1891.0	92.17299999999999	99.0	0.21188921414095924	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	False	True
CHI0135_000000009074	2215	0.9130088343583438	4	2	1	1	2	True	92172	fragment	False	CHI0135_000000009074	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1645.0	99.818	100.0	0.18509344742175185	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	False	True
MAD0007_000000004409	1907	0.9130088343583438	3	2	1	1	2	True	19862	fragment	False	MAD0007_000000004409	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1907.0	100.0	100.0	0.22947267035877678	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
MAD0044_000000017723	1405	0.9130088343583438	3	2	1	1	2	True	17950	fragment	False	MAD0044_000000017723	1.0		0	0	False	False	0.9693950414657593	0					non-mobilizable	plasmid	1405.0	100.0	100.0	0.16903443294004333	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
MON0039_000000036143	1370	0.9130088343583438	2	2	1	1	2	True	35002	fragment	False	MON0039_000000036143	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1315.0	99.92399999999999	100.0	0.14793965323125421	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	False	True
AST0024_000000007998	4002	0.9130025374781308	6	5	2	5	3	False	121662	fragment	False	AST0024_000000007998	1.0		0	0	False	False	0.9997501373291016	0					non-mobilizable	no_good_hit								True	False
MAD0002_000000000434	27666	0.9129981806942354	29	11	6	8	5	False	20253	maximal	True	MAD0002_000000000434	1.0		1	1	False	False	0.9983734488487244	0					non-mobilizable	no_good_hit	301.0	95.34899999999999	1.0	0.3282275711159737	GQ882189.1		Uncultured organism clone VC1CZ17TR genomic sequence	True	False
ISR0197_000000004862	4752	0.9129954216416588	7	5	5	5	2	False	49161	maximal	True	ISR0197_000000004862	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	97.098	60.0	0.00035772124365351563	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0802_000000014890	1232	0.9129948334109916	2	2	2	2	1	False	21849	fragment	False	ISR0802_000000014890	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	4.0	2.027036772396125e-05	NZ_CP009211.1	high GC Gram+	Corynebacterium imitans strain DSM 44264 chromosome, complete genome	True	False
MAD0069_000000003706	2242	0.9129905271574232	3	2	2	2	2	False	42556	maximal	True	MAD0069_000000003706	1.0		1	1	False	False	0.9986619353294373	0					non-mobilizable	no_good_hit	823.0	78.493	36.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0201_000000002674	8875	0.9129864779578089	13	9	4	6	7	True	76964	backbone	False	ENG0033_000000002799	0.9254697982474169	PS328|PS329|PS369	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
USA0044_01_000000011394	2539	0.9129850984383258	3	2	2	2	2	False	131541	fragment	False	AST0093_000000006699	0.9475839831642392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1582.0	78.445	61.0	0.02187918340026774	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0101_000000033437	1927	0.9129809642824708	2	1	1	1	1	False	105878	fragment	False	MON0101_000000033437	0.9699919831996763		0	0	False	False	0.9911779761314392	0					non-mobilizable	no_good_hit	473.0	75.264	24.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0026_000000017315	1858	0.9129809642824708	2	1	1	1	1	False	13467	fragment	False	SPA0026_000000017315	1.0		0	0	False	False	0.9994617700576782	0					non-mobilizable	no_good_hit								True	False
USA0024_01_000000002358	9800	0.9129747815100407	10	9	7	8	8	False	1810	maximal	True	USA0024_01_000000002358	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1930.0	76.062	20.0	0.019150167651285327	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
USA0020_01_000000003435	9775	0.9129747815100407	10	9	7	8	8	False	1810	maximal	False	USA0024_01_000000002358	1.0		0	0	False	False	0.998772382736206	0					non-mobilizable	no_good_hit	1930.0	76.062	20.0	0.019150167651285327	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
DEN0064_000000001309	16721	0.9129675566843206	15	14	3	4	13	False	71368	fragment	False	DEN0064_000000001309	1.0		0	0	False	False	0.9990431070327759	0		MOBP	MPF_I	MOBP	conjugative	other	16699.0	99.98200000000001	99.0	0.19552693208430913	MK878519.1	enterobacteria	Escherichia coli 0550J contig 0550J-ColB-ColM genomic sequence	False	True
ISR0395_000000028268	1362	0.9129579276939552	4	2	2	2	2	False	22711	fragment	False	ISR0395_000000028268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	81.592	58.0	0.011127844712182061	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0068_000000013449	1530	0.9129503616967466	2	2	2	2	2	False	114657	maximal	True	ISR0068_000000013449	1.0		20	4	False	False	0.9960784316062927	0					non-mobilizable	other	1528.0	95.681	99.0	0.020575409415544966	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
FIJ0163_000000008886	2758	0.912947042157894	3	3	3	3	3	False	122416	backbone	False	ISR0319_000000007079	0.8946357338589512	PS871	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2309.0	94.846	84.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0149_000000001513	9417	0.9129361377058208	14	3	1	3	1	False	73740	maximal	True	ISR0149_000000001513	1.0		2	2	True	True	1.0	1					non-mobilizable	no_good_hit	80.0	100.0	2.0	1.936905428263275e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0090_000000007138	5319	0.912931518170035	7	5	5	3	3	False	49609	maximal	True	FIJ0090_000000007138	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	77.043	5.0	8.046514533898546e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
USA0034_01_000000002499	19107	0.9129245271491078	26	4	4	4	2	False	33013	maximal	True	USA0034_01_000000002499	1.0		2	1	False	False	0.9999476671218872	0					non-mobilizable	no_good_hit	79.0	82.27799999999999	0.0	1.2519199235293926e-06	LR778271.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 19	True	False
MON0060_000000012047	3136	0.9129222275113916	4	4	4	3	3	False	124954	fragment	False	ENG0184_000000004383	0.0772015239026427		0	0	False	False	1.0	0					non-mobilizable	other	2890.0	78.75399999999999	91.0	0.006857541358335593	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
MAD0097_000000003488	9622	0.9129147208766312	16	5	3	4	3	True	15449	maximal	True	MAD0097_000000003488	1.0		1	1	False	False	0.9979214072227478	0					non-mobilizable	no_good_hit	1071.0	94.585	43.0	0.01892744479495268	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0149_000000019868	1993	0.9129126082442532	2	2	2	2	2	False	87464	maximal	True	SPA0149_000000019868	1.0		2	1	False	False	0.9839438199996948	0					non-mobilizable	plasmid	1805.0	98.338	100.0	0.011493885687269195	CP029575.1	enterobacteria	Escherichia coli strain DA33133 plasmid pDA33133-157, complete sequence	False	True
FIJ0167_000000003594	5012	0.9129053494928022	7	7	5	7	7	False	109696	fragment	False	FIJ0167_000000003594	1.0		0	0	False	False	0.9976057410240173	0					non-mobilizable	chromosome	4953.0	96.709	99.0	0.0010253990792740565	CP046000.1	enterobacteria	Escherichia coli strain 1916D18 chromosome, complete genome	False	False
SPA0088_000000011810	1242	0.9129020097237917	2	2	2	2	2	False	5445	fragment	False	SPA0088_000000011810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000000724	20547	0.912898859974952	32	13	5	11	6	False	29354	maximal	True	ISR0186_000000000724	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1912.0	81.172	9.0	0.0005089002609085277	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0037_000000006128	2126	0.9128978440989104	3	2	2	2	2	False	59341	fragment	False	MAD0037_000000006132	0.9505882352941176		0	0	False	True	1.0	0					non-mobilizable	chromosome	2126.0	99.71799999999999	100.0	0.00043788539065970885	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	True
CHI0063_000000004610	2780	0.9128934931622801	4	4	3	3	4	False	85476	fragment	False	CHI0063_000000004610	0.9320582877959926		0	0	False	False	0.9946042895317078	0					non-mobilizable	other	2788.0	98.06299999999999	100.0	0.0032611276871386484	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0085_000000019224	1395	0.9128923464150996	2	2	1	2	1	False	33958	fragment	False	TAN0001_000000009746	0.9463178393891253		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	96.275	100.0	0.00047359986519051185	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0096_000000014880	2397	0.912892301718664	2	2	1	2	1	False	122167	fragment	False	FIJ0096_000000014880	0.9373603738159515		0	0	False	False	1.0	0					non-mobilizable	chromosome	2442.0	83.415	99.0	0.0008156826610518601	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
SPA0041_000000008965	3831	0.9128909278333796	5	2	0	1	1	True	118401	maximal	False	ISR0237_000000002147	0.8027235241856051	PS271	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.716974266398378e-07	LR778285.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 33	True	True
FIJ0082_000000017711	1746	0.9128879172075895	2	2	2	2	2	False	82747	fragment	False	FIJ0082_000000017711	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	74.067	29.0	0.00033461956863173	NZ_JH114215.1	CFB group bacteria	Prevotella oulorum F0390 supercont1.1, whole genome shotgun sequence	True	False
ISR0103_000000009895	2805	0.9128774336246371	3	2	2	2	1	True	102966	fragment	False	ISR0103_000000009895	1.0		0	0	False	False	0.9996435046195984	0					non-mobilizable	no_good_hit								True	True
MAD0049_000000001665	7963	0.9128769229837742	8	7	5	5	6	False	104219	fragment	False	MAD0049_000000001665	1.0		0	0	False	False	0.999497652053833	0					non-mobilizable	chromosome	3280.0	90.915	98.0	0.0013499611649365913	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0261_000000000413	24079	0.9128755466042182	35	15	10	13	8	True	117604	maximal	True	ISR0261_000000000413	1.0		1	1	False	False	0.9999584555625916	0					non-mobilizable	no_good_hit	8706.0	97.439	74.0	0.050116926054350454	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0142_000000009927	3291	0.9128693078574324	2	2	1	1	0	False	40210	fragment	False	FIJ0142_000000009927	1.0		0	0	False	False	0.9996961355209351	0					non-mobilizable	other	2412.0	99.876	100.0	0.0026453807329383365	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ITA0001_000000000033	11037	0.912838921970852	8	7	6	6	4	False	99256	maximal	True	ITA0001_000000000033	1.0	PS556	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	5343.0	83.68	66.0	0.0007504628419193034	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
MAD0052_000000010890	1829	0.9128372596857578	3	3	3	3	3	False	52856	fragment	False	MON0007_000000031434	0.9546593186372745		0	0	False	False	0.9994532465934753	0					non-mobilizable	other	1829.0	98.742	100.0	0.024465650387462023	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0168_000000017996	1315	0.9128332416457424	2	2	2	2	2	False	43285	fragment	False	FIJ0092_000000025741	0.953529000698812		0	0	False	False	0.9992395639419556	0					non-mobilizable	other	1300.0	99.69200000000001	99.0	0.0006610515452270705	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	False
USA0009_01_000000001707	13758	0.9128277955636204	12	7	5	7	4	True	104230	fragment	False	USA0009_01_000000001707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000008202	5107	0.9128201771578623	6	4	3	4	3	False	71131	fragment	False	DEN0079_000000008202	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0057_000000008531	2528	0.9128173087854418	4	3	3	3	3	False	118760	fragment	False	ISR0057_000000008531	0.9919917980429247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	87.228	86.0	0.0022048513281526425	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
ISR0832_000000012117	1107	0.9128109455086092	2	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.08226548822992406		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	95.664	99.0	0.13532362657530894	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
CHI0018_000000010511	1672	0.9128034588825	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.7801384400065448		0	0	False	False	1.0	0					non-mobilizable	other	1623.0	97.47399999999999	97.0	0.0004501502352111346	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0041_000000002287	9300	0.912802625023073	5	5	5	5	3	False	18306	maximal	True	MAD0041_000000002287	1.0		1	1	False	False	0.9987096786499023	0					non-mobilizable	no_good_hit								True	False
MAD0022_000000001277	6017	0.912795188846182	10	4	2	4	1	True	19313	maximal	True	MAD0022_000000001277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	90.829	62.0	0.030573738929534078	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
DEN0007_000000001922	14785	0.9127823007183185	19	17	6	9	11	True	102532	fragment	False	DEN0007_000000001922	1.0		0	0	False	False	0.9999323487281799	0			MPF_T		non-mobilizable	no_good_hit	9257.0	75.532	62.0	0.29593879132231404	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
AST0061_000000006757	5528	0.91278087114685	7	2	1	2	1	False	131908	fragment	False	AST0061_000000006757	1.0		0	0	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit	115.0	97.391	2.0	0.14285714285714285	GQ876934.1		Uncultured organism clone VC1AH19TR genomic sequence	True	False
ISR0181_000000007942	2388	0.9127744342486184	3	3	3	2	2	False	116958	fragment	False	ISR0181_000000007942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	96.46	71.0	0.006243451083902266	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0132_000000026144	1132	0.9127723095301188	3	2	1	2	1	True	31562	fragment	False	ISR0132_000000026144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	552.0	81.703	48.0	0.12019336409580313	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0109_000000010200	2431	0.9127482123042062	4	4	3	4	3	False	75922	fragment	False	ISR0850_000000005066	0.4034084402991966		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	303.0	79.868	12.0	8.374752762122736e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CHI0006_000000001092	7112	0.9127379381835736	9	4	4	4	3	False	130483	fragment	False	CHI0006_000000001092	0.9989237261653677		0	0	False	False	0.9974690675735474	0					non-mobilizable	no_good_hit	4313.0	99.72200000000001	64.0	0.006878977232835268	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0374_000000003037	5101	0.9127373457138492	7	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9342452769862005	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	293	rep_cluster_475				non-mobilizable	other	5010.0	99.94	100.0	0.9783203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0041_000000002590	5101	0.9127373457138492	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9331019444693261	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	0.999215841293335	86	rep_cluster_475				non-mobilizable	plasmid	4981.0	99.699	100.0	0.991636798088411	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0044_000000004963	5101	0.9127373457138492	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9345623249961155	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	96	rep_cluster_475				non-mobilizable	plasmid	4973.0	99.87899999999999	100.0	0.9900438072481084	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0069_000000001787	5101	0.9127373457138492	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9346701915160068	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	163	rep_cluster_475				non-mobilizable	plasmid	4975.0	99.859	100.0	0.9904420549581839	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0036_000000004202	5101	0.9127373457138492	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9345337652019455	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	509	rep_cluster_475				non-mobilizable	plasmid	4956.0	99.859	100.0	0.9866587017124652	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0064_000000003396	5051	0.9127373457138492	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9343309172698432	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	131	rep_cluster_475				non-mobilizable	plasmid	4975.0	99.859	100.0	0.9904420549581839	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0047_000000003025	4995	0.9127373457138492	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.929500609490094	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	184	rep_cluster_475				non-mobilizable	plasmid	4975.0	99.73899999999999	100.0	0.9904420549581839	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0053_000000006474	4981	0.9127373457138492	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9285938209825761	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	139	rep_cluster_475				non-mobilizable	plasmid	4956.0	99.87899999999999	100.0	0.9866587017124652	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0397_000000004288	4940	0.9127373457138492	6	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9241619112511189	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	124	rep_cluster_475				non-mobilizable	plasmid	4940.0	99.73700000000001	100.0	0.983273596176822	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0292_000000002874	5365	0.9127331839034216	6	6	5	5	4	False	50610	maximal	True	ISR0292_000000002874	1.0		7	2	False	False	0.9994408488273621	0					non-mobilizable	no_good_hit	1532.0	96.214	44.0	0.14054897640686678	NZ_CABIWU010000071.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0060_000000002469	12891	0.9127262802282362	19	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.56497817192429	PS943|PS946|PS949	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1606.0	73.786	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0144_000000013197	2389	0.9127235849550066	2	2	2	2	2	False	40094	maximal	True	FIJ0144_000000013197	1.0		20	2	False	False	1.0	0					non-mobilizable	no_good_hit	1667.0	99.94	70.0	0.9988009592326139	NZ_KB904338.1	CFB group bacteria	Prevotella nanceiensis DSM 19126 = JCM 15639 strain DSM 19126 A3GMDRAFT_scaffold_9.10, whole genome shotgun sequence	True	False
MAD0105_000000003541	7587	0.9127233280708941	10	5	4	5	2	True	30011	fragment	False	MAD0105_000000003541	1.0		0	0	False	False	0.9994727969169617	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	0.0011251758087201125	NC_014316.1	g-proteobacteria	Nitrosococcus watsonii C-113 plasmid pNWAT01, complete sequence	True	True
FIJ0107_000000001259	17579	0.9127187229849504	9	7	5	7	4	True	105962	fragment	False	FIJ0108_000000000697	0.392086492315554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	78.623	2.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
MAD0014_000000004215	6234	0.9127159197010009	7	6	2	2	4	False	20043	backbone	False	MAD0040_000000003327	0.9812271451734157	PS45|PS46	0	0	True	True	1.0	23					non-mobilizable	plasmid	3266.0	98.04	90.0	0.4889188379754417	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	False	True
SPA0056_000000001101	18604	0.9127137686208554	13	9	2	8	7	True	77907	maximal	True	SPA0056_000000001101	1.0		2	1	False	False	0.9993012547492981	0					non-mobilizable	no_good_hit	386.0	90.93299999999999	2.0	0.05363611033714127	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
ENG0194_000000000122	74365	0.9127114247775372	67	28	15	25	15	True	121848	fragment	False	ISR0137_000000000131	0.9425950891229199		0	0	False	True	0.9999462366104126	0					non-mobilizable	no_good_hit	20363.0	98.895	37.0	0.7244716430655376	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
DEN0092_000000007858	1978	0.9127112736080004	3	3	3	3	3	False	68560	maximal	True	DEN0092_000000007858	1.0		3	2	False	False	0.9929221272468567	0					non-mobilizable	no_good_hit								True	False
ENG0202_000000016092	1311	0.9127105827776296	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.10690848422168024		0	0	False	False	1.0	0					non-mobilizable	chromosome	1311.0	98.398	100.0	0.00029639001486927617	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0855_000000017094	1119	0.9127042579987208	1	1	1	1	1	False	20478	maximal	True	ISR0855_000000017094	1.0		0	0	False	False	0.9865951538085938	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	5.0	0.0005713669685209142	NZ_VZPB01000011.1	b-proteobacteria	Ideonella dechloratans strain CCUG 30977 contig_0000011, whole genome shotgun sequence	True	False
DEN0041_000000000705	28570	0.9127000863201616	28	18	12	18	9	True	92549	fragment	False	DEN0041_000000000705	1.0		0	0	False	False	0.9998250007629395	0					non-mobilizable	no_good_hit	8297.0	93.05799999999999	89.0	0.1820818775133496	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
ISR0201_000000009800	3060	0.9126971983300541	6	4	2	4	3	False	129526	fragment	False	ISR0201_000000009800	1.0		0	0	False	True	0.9996731877326965	0					non-mobilizable	no_good_hit	1337.0	88.03299999999999	44.0	0.0003574897040821358	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0106_000000015256	1365	0.912695125493992	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.0811320807320345	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1365.0	99.56	100.0	0.0003655292026746876	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0108_01_000000003458	3468	0.912688011183928	5	4	2	4	1	False	319	fragment	False	USA0108_01_000000003458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	97.98	6.0	4.805486885311416e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0084_000000002604	5472	0.9126845637521112	7	5	4	4	1	True	132041	fragment	False	SPA0084_000000002604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	99.399	9.0	0.00017573036610140066	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ETH0005_000000003149	13999	0.9126770781673444	17	10	5	8	6	False	98855	maximal	True	ETH0005_000000003149	1.0		1	1	False	False	0.9998571276664734	0					non-mobilizable	no_good_hit	4476.0	97.051	64.0	0.000853189427317817	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
AUS0022_000000005938	5987	0.9126766739140688	10	1	1	1	1	False	99414	maximal	True	AUS0022_000000005938	1.0		3	2	False	False	0.9994989037513733	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000015754	2445	0.9126736261427278	4	2	1	2	2	False	26260	fragment	False	TAN0009_000000015754	1.0		0	0	False	False	0.9963189959526062	0					non-mobilizable	no_good_hit	562.0	89.50200000000001	23.0	0.0001951945880906205	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0167_000000001303	17295	0.9126728501436892	17	16	10	11	13	True	123702	fragment	False	ENG0167_000000001303	0.9721282656243114		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	12442.0	97.525	75.0	0.12396215870988345	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
AST0002_000000010877	3273	0.9126702603505574	5	3	1	1	2	False	132094	maximal	True	AST0002_000000010877	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	96.92399999999999	73.0	0.15870086731869348	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0060_000000000272	22621	0.9126642687345136	30	6	5	4	3	True	19545	maximal	True	MAD0060_000000000272	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2151.0	92.19	48.0	0.03803211285577571	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0019_01_000000012674	2373	0.9126576947018878	2	2	1	1	2	False	1833	maximal	True	USA0019_01_000000012674	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	85.95	46.0	0.01395775229831629	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	False
CHI0132_000000003115	10493	0.9126531404982192	16	3	2	3	3	False	80960	maximal	True	CHI0132_000000003115	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	100.0	7.0	0.00023458741995811938	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0090_000000029276	1566	0.9126486902750004	2	2	2	2	2	False	43436	fragment	False	SPA0027_000000022787	0.9650668286755772		0	0	False	False	0.9987228512763977	0					non-mobilizable	no_good_hit	471.0	73.673	30.0	9.551129900730135e-05	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	False
ISR0853_000000008002	2188	0.9126420378371879	5	3	2	3	1	True	85737	fragment	False	ISR0853_000000008002	1.0		0	0	False	False	0.9803473353385925	0					non-mobilizable	other	1736.0	93.03	97.0	0.008470637102676187	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
AST0024_000000006322	4887	0.9126415976667136	8	7	6	7	6	False	121730	fragment	False	CAN0008_000000005647	0.9807655040147227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	82.679	30.0	0.00012980121440932016	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0219_000000003796	7777	0.9126398573875284	10	6	1	3	5	False	103671	maximal	True	ISR0219_000000003796	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2239.0	96.874	67.0	0.206218859568186	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0117_000000012715	1806	0.912625082173124	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.16582818430162355		0	0	False	False	1.0	0					non-mobilizable	other	1806.0	89.646	100.0	0.0005785305452570127	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0130_000000001837	8928	0.9126128671702528	9	7	4	6	5	True	81132	fragment	False	CHI0151_000000002318	0.9563727495908347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	78.475	11.0	0.006751719342922003	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	True	True
SPA0047_000000010504	3770	0.91260231993438	7	6	4	4	5	True	80870	fragment	False	SPA0047_000000010504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	90.315	67.0	0.15033005355586002	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0217_000000006948	3749	0.91260231993438	7	6	4	4	5	True	80870	fragment	False	SPA0047_000000010504	0.9972148541114059		0	0	False	False	0.9997332692146301	0					non-mobilizable	no_good_hit	1208.0	90.315	66.0	0.15033005355586002	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0083_000000009209	3743	0.9125967808624552	3	2	2	2	2	False	44127	maximal	True	FIJ0083_000000009209	1.0		1	1	False	False	0.9981298446655273	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	2.0	0.26804123711340205	KU548844.1	bacteria	Uncultured bacterium clone TE_040101_Contig_23 genomic sequence	True	False
ISR0791_000000009270	1970	0.9125912204020008	3	3	3	2	2	False	111417	fragment	False	ISR0038_000000015229	0.896684024980005		0	0	False	False	0.9969543218612671	0					non-mobilizable	other	1971.0	99.29	100.0	0.0027286943682241463	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0283_000000005233	2595	0.9125773336911016	5	4	3	4	3	False	92124	fragment	False	ENG0115_000000006812	0.9420392554143442		0	0	False	False	0.9976878762245178	0					non-mobilizable	other	2595.0	98.613	100.0	0.010371851259496202	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ENG0038_000000012186	1982	0.9125770798278132	3	3	2	3	2	False	65072	fragment	False	ENG0038_000000012186	1.0		0	0	False	False	0.9994954466819763	0					non-mobilizable	no_good_hit	848.0	92.925	43.0	0.0003009761958104826	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0025_000000011574	2214	0.9125765817379918	2	2	2	1	1	False	66154	maximal	True	ENG0025_000000011574	1.0		1	1	False	False	0.9932249188423157	0					non-mobilizable	other	2148.0	79.655	96.0	0.07887038703870387	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ISR0191_000000002520	3679	0.9125734126333066	4	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.47284708166939377	PS572	0	0	False	True	0.9997282028198242	0					non-mobilizable	no_good_hit	796.0	77.13600000000001	21.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
USA0020_01_000000010646	3299	0.9125705821293462	3	3	2	3	2	True	112650	maximal	True	USA0020_01_000000010646	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1432.0	85.75399999999999	43.0	0.002990149235630033	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0106_000000017378	1301	0.9125629936926436	3	3	2	2	2	False	14725	maximal	True	MAD0106_000000017378	1.0		2	1	False	False	0.9976940751075745	0					non-mobilizable	no_good_hit	491.0	86.762	68.0	0.0012430774538729472	CP061360.1	enterobacteria	Klebsiella pneumoniae strain C20 plasmid pC20-394kb, complete sequence	True	False
FIJ0126_000000006712	5067	0.9125589979526566	6	5	3	3	3	False	64325	fragment	False	MAD0081_000000001065	0.9467197924388435		0	0	False	False	0.9998026490211487	0					non-mobilizable	no_good_hit	141.0	94.32600000000001	3.0	0.16036655211912945	GQ878830.1		Uncultured organism clone VC1C241TR genomic sequence	True	False
CAN0009_000000015580	1750	0.9125579721776776	2	2	2	2	1	True	94767	fragment	False	CAN0009_000000015580	1.0		0	0	False	False	0.9988571405410767	0					non-mobilizable	plasmid	1717.0	100.0	98.0	0.05524968608132908	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0161_000000006485	1655	0.9125579721776776	2	2	2	2	1	True	94767	fragment	False	CAN0009_000000015580	0.9864285714285714		0	0	False	False	0.9945619106292725	0					non-mobilizable	plasmid	1655.0	100.0	100.0	0.05325348530216684	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0157_000000004714	1633	0.9125579721776776	2	2	2	2	1	True	94767	fragment	False	CAN0009_000000015580	0.9799624514458352		0	0	False	False	1.0	0					non-mobilizable	plasmid	1633.0	100.0	100.0	0.052545155993431854	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0797_000000007327	1527	0.9125579721776776	2	2	2	2	1	True	94767	fragment	False	CAN0009_000000015580	0.7144368509758142		0	0	False	False	1.0	0					non-mobilizable	plasmid	1527.0	100.0	100.0	0.049132296596799636	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0024_000000010268	1507	0.9125549821871848	2	2	2	2	1	False	19181	maximal	True	MAD0024_000000010268	1.0		0	0	False	False	0.9117451906204224	0					non-mobilizable	no_good_hit	911.0	85.291	60.0	0.0004484135318363654	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
MON0047_000000008010	4498	0.9125531163477985	7	5	3	5	5	False	78259	maximal	True	MON0047_000000008010	1.0		4	1	False	False	0.9997776746749878	0					non-mobilizable	no_good_hit	1024.0	91.016	77.0	0.0003429894339731876	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0133_000000027667	1405	0.9125389666231898	2	2	2	2	2	False	94762	fragment	False	FIJ0028_000000015259	0.4077744586545124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	81.627	38.0	9.199938145096726e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0030_000000003383	7349	0.9125357347241401	9	4	1	1	4	True	48781	fragment	False	FIJ0030_000000003383	1.0		0	0	False	False	0.9931963682174683	0					non-mobilizable	no_good_hit	1292.0	95.046	46.0	0.10407422347720856	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0023_000000002300	3461	0.9125284089717816	4	2	1	1	2	True	19248	maximal	True	MAD0023_000000002300	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	80.017	33.0	0.29149590163934425	AB021464.1	firmicutes	Streptococcus bovis plasmid pSBO1 Rep gene for replication protein, complete cds	True	True
MAD0091_000000004617	3112	0.9125284089717816	4	2	1	1	2	True	15760	fragment	False	MAD0091_000000004617	1.0		0	0	False	False	0.9996786713600159	0					non-mobilizable	no_good_hit	1161.0	79.931	37.0	0.29149590163934425	AB021464.1	firmicutes	Streptococcus bovis plasmid pSBO1 Rep gene for replication protein, complete cds	True	True
MAD0033_000000007392	2630	0.9125284089717816	4	2	1	1	2	True	63379	fragment	False	MAD0033_000000007392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	85.147	80.0	0.4864241803278688	AB021464.1	firmicutes	Streptococcus bovis plasmid pSBO1 Rep gene for replication protein, complete cds	True	True
ENG0059_000000005726	2191	0.9125284089717816	4	2	1	1	2	True	63378	fragment	False	ENG0059_000000005726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1727.0	84.713	78.0	0.4339139344262295	AB021464.1	firmicutes	Streptococcus bovis plasmid pSBO1 Rep gene for replication protein, complete cds	True	True
ENG0059_000000008548	1459	0.9125284089717816	3	2	1	1	2	True	63367	maximal	True	ENG0059_000000008548	1.0		1	1	False	False	0.9993146061897278	0					non-mobilizable	no_good_hit	928.0	88.147	71.0	0.03320833633806879	KU736873.1	bacteria	Uncultured bacterium IN-08 genomic sequence	True	True
AST0061_000000017033	2469	0.9125252490448972	4	3	3	2	1	False	118327	fragment	False	AST0029_000000011175	0.9533956272765424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0104_000000006518	3874	0.9125193478917834	3	3	2	1	1	True	132358	backbone	False	ISR0371_000000002559	0.055617638875031884	PS1159|PS463	0	0	False	True	0.9997418522834778	0		MOBV			mobilizable	other	2314.0	99.179	100.0	0.0007858224448964519	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0107_000000019741	1661	0.9125148927422598	2	2	2	1	1	False	124692	fragment	False	ISR0050_000000016212	0.7013827712401113		0	0	False	False	0.9801324605941772	0					non-mobilizable	other	1661.0	97.712	100.0	0.006323009737203525	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0006_000000018397	2011	0.9125058666627984	3	1	0	1	1	False	106786	maximal	True	FIJ0006_000000018397	1.0	PS655	1	1	False	True	0.996519148349762	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000014140	1591	0.9125058666627984	1	1	0	1	1	False	106785	backbone	True	ENG0146_000000014140	0.9927609468267843	PS655	4	2	True	True	1.0	59					non-mobilizable	no_good_hit	30.0	100.0	2.0	1.3273635538923334e-05	LS483366.1	firmicutes	Streptococcus salivarius strain NCTC7366 genome assembly, chromosome: 1	True	True
AST0111_000000012684	1508	0.9125058666627984	2	1	0	1	1	False	106785	backbone	False	ENG0146_000000014140	0.9806651298757902	PS655	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	1.3273635538923334e-05	LS483366.1	firmicutes	Streptococcus salivarius strain NCTC7366 genome assembly, chromosome: 1	True	True
ENG0050_000000018540	1507	0.9125058666627984	1	1	0	1	1	False	106785	backbone	False	ENG0146_000000014140	0.9816610454140527	PS655	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	30.0	100.0	2.0	1.3273635538923334e-05	LS483366.1	firmicutes	Streptococcus salivarius strain NCTC7366 genome assembly, chromosome: 1	True	True
ISR0160_000000009343	2991	0.9125042785724792	4	4	4	3	3	False	132012	fragment	False	DEN0067_000000010452	0.3774602378681607		0	0	False	False	0.9923102855682373	0					non-mobilizable	other	2991.0	99.9	100.0	0.02866620647338549	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
AST0150_000000009115	3023	0.9124976690252884	5	5	5	4	4	False	120077	fragment	False	ISR0155_000000005779	0.6539783423788605		0	0	False	False	0.9956996440887451	0					non-mobilizable	chromosome	3024.0	98.115	100.0	0.000676232043108842	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0092_000000001240	12554	0.91249742485816	20	8	1	7	2	False	62195	maximal	True	ENG0092_000000001240	1.0		1	1	False	False	0.9984068870544434	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.005874880914576056	XM_007435581.3	snakes	PREDICTED: Python bivittatus myotubularin related protein 2 (MTMR2), transcript variant X3, mRNA	True	False
ISR0269_000000002803	4861	0.9124969294294124	7	3	3	3	3	True	26477	fragment	False	ISR0269_000000002803	1.0		0	0	False	False	0.9997943043708801	0					non-mobilizable	no_good_hit	839.0	93.68299999999999	35.0	0.06744655102864058	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0225_000000001794	6426	0.9124953472203222	7	4	3	4	3	False	109342	maximal	True	ISR0225_000000001794	1.0		1	1	False	False	0.995175838470459	0					non-mobilizable	no_good_hit	231.0	76.623	4.0	0.00039393783007345476	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
MON0081_000000002585	16654	0.9124952553030816	32	8	4	7	3	True	112989	maximal	True	MON0081_000000002585	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3212.0	91.999	70.0	0.05676461205827101	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0172_000000007115	2948	0.9124848953247622	4	4	3	4	3	False	75928	fragment	False	ENG0172_000000007115	0.9891941608911438		0	0	False	True	0.9969471096992493	0					non-mobilizable	no_good_hit	584.0	75.685	20.0	0.0026447439696651053	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
ISR0147_000000002547	8754	0.9124791009512828	10	8	6	6	6	False	111445	fragment	False	CHI0130_000000001804	0.9615767910530395		0	0	False	False	1.0	0					non-mobilizable	other	8755.0	99.34899999999999	100.0	0.012110139523545031	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0018_000000012488	1704	0.9124771719264791	2	2	2	2	1	True	66609	maximal	True	ENG0018_000000012488	1.0		47	8	False	False	1.0	0					non-mobilizable	no_good_hit	718.0	74.095	42.0	0.0002910577414409811	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	True
ISR0087_000000008752	3354	0.9124770854905944	4	2	2	2	1	False	91559	maximal	True	ISR0087_000000008752	1.0		1	1	False	False	0.9946332573890686	0					non-mobilizable	no_good_hit	1588.0	93.829	82.0	0.0007764047552091998	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0140_000000006549	4324	0.9124739672065854	9	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.78554339513261	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	4229.0	99.693	100.0	0.883594566353187	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
SPA0007_000000006095	3895	0.9124739672065854	7	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.07923828956155315	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3759.0	99.734	99.0	0.7853709508881923	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0042_000000006730	3847	0.9124739672065854	6	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.07913974972968175	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3752.0	99.68	100.0	0.7839080459770115	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0110_000000007891	3846	0.9124739672065854	6	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.07919424550014481	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3751.0	99.84	100.0	0.7836990595611285	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0053_000000006774	3846	0.9124739672065854	6	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.07917882352743923	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3751.0	99.81299999999999	100.0	0.7836990595611285	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
USA0037_01_000000009215	3846	0.9124739672065854	6	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.0791173165323632	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3751.0	99.65299999999999	100.0	0.7836990595611285	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0354_000000004868	3846	0.9124739672065854	6	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.07919424550014481	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3751.0	99.84	100.0	0.7836990595611285	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0801_000000001678	3826	0.9124739672065854	6	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.07885813090099338	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3731.0	99.973	100.0	0.7795193312434692	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0842_000000005309	3826	0.9124739672065854	6	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.07889675514526558	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9997386336326599	0					non-mobilizable	plasmid	3731.0	99.839	100.0	0.7795193312434692	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0080_000000006404	3817	0.9124739672065854	8	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.07863065370716323	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3724.0	99.624	100.0	0.7780564263322884	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
USA0025_01_000000004549	3748	0.9124739672065854	6	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.07189764676336471	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9965314865112305	0					non-mobilizable	plasmid	3747.0	99.81299999999999	99.0	0.7825360350950491	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0062_000000008974	3722	0.9124739672065854	6	5	2	3	4	True	132220	backbone	False	ISR0043_000000004492	0.07257303894149755	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3722.0	99.839	100.0	0.7776384535005225	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
AST0140_000000026271	1107	0.9124696045786044	1	1	0	1	0	True	105285	fragment	False	AST0140_000000026271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0136_000000001126	12175	0.91246922703723	13	8	7	6	6	False	80635	maximal	True	CHI0136_000000001126	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	0.0	1.9432306963824977e-05	NZ_CP013334.1	fusobacteria	Fusobacterium hwasookii ChDC F300 chromosome, complete genome	True	False
ENG0208_000000004850	5910	0.9124684592372204	7	7	6	4	4	True	53856	maximal	True	ENG0208_000000004850	1.0		14	4	False	False	0.9957698583602905	0					non-mobilizable	no_good_hit	1951.0	81.958	35.0	0.0009396840880806251	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	True
CHI0037_000000003256	3733	0.9124500035802158	4	4	4	4	3	False	127735	fragment	False	ENG0068_000000006063	0.948101875618833		0	0	False	False	1.0	0					non-mobilizable	chromosome	3709.0	98.706	100.0	0.0011684374993105053	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0294_000000005066	3764	0.9124460597926022	7	5	3	5	3	False	25781	maximal	True	ISR0294_000000005066	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2480.0	98.024	66.0	0.0006984690313933513	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0159_000000003293	6462	0.9124428584095086	7	6	3	4	5	True	132342	backbone	False	USA0065_01_000000001890	0.9837039608868311	PS1158	0	0	False	True	0.9996904730796814	0		MOBV			mobilizable	no_good_hit	3032.0	84.367	74.0	0.45603395997574286	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0055_000000001115	11076	0.912442267212236	13	6	4	2	4	False	86266	fragment	False	CHI0055_000000001115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6846.0	79.053	61.0	0.2523830801310694	NZ_KB894166.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00052.52, whole genome shotgun sequence	True	False
ENG0028_000000001160	11413	0.9124418554881848	13	5	3	5	2	False	65926	fragment	False	ENG0028_000000001160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	2.167776447775903e-05	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	True	False
ISR0396_000000018859	1234	0.9124399743983264	2	2	2	2	2	False	22661	fragment	False	ISR0396_000000018859	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	95.146	100.0	0.12585485352658976	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	False
ISR0088_000000015132	1628	0.9124397890043288	2	2	2	2	1	True	118515	fragment	False	ISR0280_000000007434	0.6507849277303315		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	90.71700000000001	98.0	0.0005534324624791551	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0034_01_000000000830	39184	0.9124387202348186	37	5	3	4	2	False	67784	maximal	True	USA0034_01_000000000830	1.0		4	2	False	False	0.9998723864555359	0					non-mobilizable	no_good_hit	5738.0	92.105	45.0	0.001783215499664325	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0083_000000005208	4981	0.9124374783811956	10	7	7	7	7	False	125086	fragment	False	SPA0155_000000001948	0.08427352434509605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	13.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0053_000000003526	5665	0.9124312936551752	8	5	2	5	5	False	79140	fragment	False	ISR0053_000000003526	1.0		0	0	False	False	0.9994704127311707	0					non-mobilizable	chromosome	5665.0	99.7	100.0	0.0010256354539577685	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
ENG0053_000000005344	4898	0.9124257227234304	5	5	4	4	3	False	121313	fragment	False	CAN0013_000000004692	0.9401515176501531		0	0	False	True	1.0	0					non-mobilizable	chromosome	3577.0	96.477	100.0	0.0007386475043941778	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0179_000000009510	2553	0.9124227066081196	2	2	2	2	1	False	29681	maximal	True	ISR0179_000000009510	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	95.618	55.0	0.00031594841358989896	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ISR0011_000000004165	5897	0.9124175731328968	8	3	2	2	3	False	38271	maximal	True	ISR0011_000000004165	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2219.0	82.109	40.0	0.11811795458258455	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0249_000000012643	1646	0.9124174756654396	2	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.5365921392560518		0	0	False	False	0.9957472681999207	0					non-mobilizable	other	1650.0	92.60600000000001	100.0	0.005320473338662543	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ISR0365_000000004629	3224	0.9124155575748668	3	3	2	3	2	True	23659	maximal	True	ISR0365_000000004629	1.0		1	1	False	False	0.9866625070571899	0					non-mobilizable	no_good_hit	437.0	75.057	23.0	0.00016190154116649304	NZ_FORW01000001.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	True
ENG0027_000000015016	1528	0.9123915431713688	3	3	3	1	1	False	106079	fragment	False	ENG0027_000000015016	1.0		0	0	False	False	0.9829843044281006	0					non-mobilizable	other	1128.0	95.479	98.0	0.0003926853896644648	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0836_000000001523	10859	0.9123858600795519	10	8	7	8	4	True	132338	maximal	False	USA0039_01_000000001791	0.577124051244742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	0.0	1.0326093737697428e-05	NZ_AP014630.1	g-proteobacteria	Acinetobacter guillouiae strain NBRC 110550	True	True
MAD0047_000000003195	8914	0.9123683148817802	9	5	3	4	1	True	96675	fragment	False	MAD0047_000000003195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	95.906	8.0	0.0001821950853209181	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0036_000000001701	11295	0.9123683078758568	14	9	8	9	7	False	18749	maximal	True	MAD0036_000000001701	1.0		1	1	False	False	0.9982293248176575	0					non-mobilizable	no_good_hit	90.0	90.0	1.0	1.8716534888790817e-05	NZ_CP031555.1	a-proteobacteria	Thalassospira indica strain PB8BT (=MCCC 1A01103T=LMG 29620T) chromosome, complete genome	True	False
DEN0003_000000009053	3037	0.9123625064835518	4	3	2	2	2	False	117823	fragment	False	DEN0003_000000009053	1.0		0	0	False	True	0.9996707439422607	0					non-mobilizable	other	1594.0	88.58200000000001	98.0	0.0006776475264794412	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0839_000000002190	6401	0.9123474501070988	7	6	6	6	4	False	39250	maximal	True	ISR0839_000000002190	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1518.0	82.609	24.0	0.024093503842842107	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	False
CAN0007_000000011931	3527	0.9123390546398179	3	2	2	2	2	False	95397	fragment	False	CAN0007_000000011931	1.0		0	0	False	False	0.9994329214096069	0					non-mobilizable	chromosome	3527.0	99.178	99.0	0.0009851483916466799	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0090_000000042604	1123	0.9123370692029056	3	2	2	2	1	False	43407	maximal	True	FIJ0090_000000042604	1.0		0	0	False	False	0.925200343132019	0					non-mobilizable	no_good_hit								True	False
ENG0113_000000001599	14604	0.9123284187244396	18	13	6	11	10	False	131172	maximal	True	ENG0113_000000001599	1.0		1	1	False	False	0.9999315142631531	0					non-mobilizable	no_good_hit	1507.0	82.814	25.0	0.00043305296263768307	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0191_000000013263	2328	0.912324140086358	4	3	2	1	2	False	129183	fragment	False	ENG0191_000000013263	1.0		0	0	False	False	1.0	0					non-mobilizable	other	823.0	99.635	100.0	0.00020153623570030532	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0118_000000006976	1980	0.912324140086358	4	3	2	1	2	False	129178	fragment	False	ENG0118_000000006976	1.0		0	0	False	False	1.0	0					non-mobilizable	other	808.0	97.649	95.0	0.0001978585671656282	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0852_000000005957	1888	0.912324140086358	4	3	2	1	2	False	129177	fragment	False	ISR0852_000000005957	1.0		0	0	False	False	1.0	0					non-mobilizable	other	808.0	98.762	94.0	0.0001978585671656282	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0185_000000015470	1251	0.9123226314184272	2	1	1	1	1	True	77202	fragment	False	CHI0185_000000015470	1.0		0	0	False	False	0.9848121404647827	0					non-mobilizable	no_good_hit	1033.0	88.287	82.0	0.0013309874516227206	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
SPA0079_000000004958	4558	0.9123216046482432	5	3	2	3	1	True	132039	fragment	False	ISR0084_000000002614	0.4077389901964652		0	0	False	False	0.9918823838233948	0					non-mobilizable	no_good_hit	221.0	100.0	5.0	6.641144546926026e-05	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ISR0064_000000010134	2088	0.9123183433754982	3	3	3	3	3	False	41611	maximal	True	ISR0064_000000010134	1.0		38	7	False	False	0.9947317838668823	0					non-mobilizable	no_good_hit	362.0	72.652	17.0	0.0019021637778997341	NZ_VSLA01000028.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_28, whole genome shotgun sequence	True	False
SPA0158_000000003505	4262	0.9123102161033408	3	3	0	1	3	False	5714	fragment	False	SPA0156_000000003308	0.9998826841858283		0	0	False	False	1.0	0					non-mobilizable	plasmid	1830.0	99.945	100.0	0.2638868850093782	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
SPA0156_000000003308	4262	0.9123102161033408	3	3	0	1	3	False	5714	fragment	False	SPA0156_000000003308	0.9998826841858283		0	0	False	False	1.0	0					non-mobilizable	plasmid	1830.0	99.945	100.0	0.2638868850093782	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
ISR0388_000000017895	1948	0.9122948158415328	3	1	1	1	1	True	117382	fragment	False	SPA0111_000000017503	0.9824248599083036		0	0	False	False	1.0	0					non-mobilizable	plasmid	1949.0	97.33200000000001	100.0	0.029623881687054956	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
SPA0133_000000012086	1671	0.9122948158415328	4	1	1	1	1	True	117378	fragment	False	AST0031_000000016143	0.946393852455766		0	0	False	False	1.0	0					non-mobilizable	plasmid	1673.0	96.234	100.0	0.07153865913177498	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
SPA0033_000000019059	1649	0.9122948158415328	2	1	1	1	1	True	117378	fragment	False	AST0031_000000016143	0.712873185474753		0	0	False	False	1.0	0					non-mobilizable	plasmid	1497.0	98.33	91.0	0.022761852595703243	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
AST0031_000000016143	1635	0.9122948158415328	3	1	1	1	1	True	117378	fragment	False	AST0031_000000016143	0.9575900115363477		0	0	False	False	0.9724770784378052	0					non-mobilizable	plasmid	1630.0	98.037	99.0	0.02477025135414765	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0372_000000011665	1510	0.9122948158415328	2	1	1	1	1	True	117378	fragment	False	AST0031_000000016143	0.608160500258643		0	0	False	False	0.9980132579803467	0					non-mobilizable	plasmid	1509.0	97.946	100.0	0.022929219158906944	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0263_000000010592	1489	0.9122948158415328	2	1	1	1	1	True	117378	fragment	False	AST0031_000000016143	0.6031795352759455		0	0	False	False	0.9966420531272888	0					non-mobilizable	plasmid	1488.0	98.051	99.0	0.022624916316718396	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0182_000000027507	1459	0.9122948158415328	3	1	1	1	1	True	117378	fragment	False	AST0031_000000016143	0.4828688875276164		0	0	False	False	1.0	0					non-mobilizable	plasmid	1459.0	98.149	100.0	0.02216846205343558	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0043_000000015278	1453	0.9122948158415328	3	1	1	1	1	True	117378	fragment	False	AST0031_000000016143	0.4825498701757807		0	0	False	False	0.9972470998764038	0					non-mobilizable	plasmid	1453.0	97.79799999999999	100.0	0.022092386342888442	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
MON0081_000000039264	1329	0.9122948158415328	2	1	1	1	1	True	86420	fragment	False	MON0081_000000039264	0.9615969581749049		0	0	False	False	0.9924755692481995	0					non-mobilizable	plasmid	1243.0	96.86200000000001	94.0	0.018866776215689853	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
AST0113_000000029006	1277	0.9122948158415328	2	1	1	1	1	True	106390	fragment	False	AST0113_000000029006	1.0		0	0	False	False	0.9545810222625732	0					non-mobilizable	plasmid	1278.0	97.96600000000001	100.0	0.019429736473738666	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0143_000000023259	1248	0.9122948158415328	1	1	1	1	1	True	44622	fragment	False	FIJ0088_000000023953	0.5572821385853223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	95.773	66.0	0.012567707382386951	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
MAD0054_000000017263	1141	0.9122948158415328	2	1	1	1	1	True	17123	fragment	False	MAD0054_000000017263	0.9780316344463972		0	0	False	False	1.0	0					non-mobilizable	plasmid	1141.0	98.51	100.0	0.017345262004747123	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ENG0184_000000009833	2271	0.9122941134017846	3	2	1	2	1	False	58360	fragment	False	ENG0184_000000009833	1.0		0	0	False	False	0.9995596408843994	0					non-mobilizable	no_good_hit	1815.0	98.898	80.0	0.030806331091637797	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
SPA0066_000000002262	7531	0.9122879409726596	10	9	4	4	8	True	132506	backbone	False	ISR0038_000000002833	0.01407636169003028	PS1165|PS799|PS800	0	0	False	True	0.9997344017028809	0	rep_cluster_1097				non-mobilizable	plasmid	5077.0	99.84200000000001	99.0	0.5679910464465585	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0080_000000000866	19581	0.9122858967428594	10	8	6	8	6	True	105962	fragment	False	FIJ0108_000000000697	0.9417821394808873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	1.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
AST0040_000000003725	5032	0.9122858374987932	5	4	4	4	4	False	121750	fragment	False	ISR0096_000000004366	0.4248559611491961		0	0	False	False	1.0	0					non-mobilizable	chromosome	4640.0	96.70299999999999	92.0	0.0013175298022851975	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0011_000000036696	1290	0.9122796490591456	2	2	1	2	2	False	75589	maximal	True	DEN0011_000000036696	1.0		1	1	False	False	0.9922480583190918	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.039257544070824e-06	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
SPA0156_000000004995	3162	0.9122737424209412	5	3	1	3	2	True	3185	fragment	False	SPA0156_000000004995	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3162.0	97.596	100.0	0.050689095090297995	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0293_000000011175	3284	0.9122672497547976	5	4	3	3	4	False	95914	fragment	False	SPA0077_000000008270	0.7918428126882678		0	0	False	False	0.9996954798698425	0					non-mobilizable	no_good_hit	760.0	74.868	23.0	0.00020916576694627207	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0295_000000032253	1070	0.9122636112386008	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.019380175706177255		0	0	False	False	1.0	0					non-mobilizable	other	1070.0	93.178	100.0	0.02313491031972966	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
SPA0135_000000002295	10066	0.9122495849996364	12	7	6	5	5	False	122610	maximal	True	SPA0135_000000002295	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1990.0	79.045	28.0	0.0006356772916808463	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
DEN0053_000000002742	3181	0.9122474342066516	5	3	2	2	1	True	72150	maximal	False	ISR0003_000000008054	0.9910006101281269		0	0	True	True	1.0	88					non-mobilizable	no_good_hit	1164.0	75.859	36.0	0.34795763993948564	LN852925.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0252	True	True
SPA0130_000000005842	5593	0.9122435302763858	5	5	5	5	5	False	121750	fragment	False	ISR0096_000000004366	0.8716673563823891		0	0	False	False	0.9996424317359924	0					non-mobilizable	other	4973.0	96.70200000000001	91.0	0.08420392103656468	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0369_000000006916	2008	0.9122353819546262	2	2	2	2	2	False	124226	fragment	False	ISR0378_000000012798	0.9642652942627503		0	0	False	False	0.9995020031929016	0					non-mobilizable	other	1780.0	99.663	92.0	0.008671619092185306	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
SPA0127_000000016546	1778	0.9122353819546262	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9656215008731406		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	99.944	100.0	0.007364063205791792	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
USA0075_01_000000003774	6573	0.9122293874890736	9	8	6	7	6	False	116232	maximal	True	USA0075_01_000000003774	1.0		23	6	False	False	1.0	0					non-mobilizable	chromosome	6573.0	99.954	100.0	0.0014869276165808266	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0042_01_000000007261	3243	0.912220558607669	5	4	3	3	4	False	127054	fragment	False	ENG0049_000000005054	0.7360445132277166		0	0	False	False	0.9904409646987915	0					non-mobilizable	other	2435.0	98.56299999999999	100.0	0.0007270659570199982	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0013_000000010149	2363	0.9122138894508479	3	3	3	2	1	False	118327	fragment	False	AST0029_000000011175	0.643985419198056		0	0	False	False	0.9995768070220947	0					non-mobilizable	no_good_hit								True	False
ISR0138_000000003894	7262	0.9122131583931664	8	7	6	7	5	True	62625	fragment	False	ISR0138_000000003894	1.0		0	0	False	False	0.9998623132705688	0					non-mobilizable	no_good_hit								True	True
MON0037_000000004450	8937	0.9122096135309022	11	9	5	7	8	True	51726	fragment	False	MON0037_000000004450	1.0		0	0	False	False	0.9925031065940857	0					non-mobilizable	no_good_hit	5717.0	75.389	63.0	0.032148331329523244	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	True
CAN0004_000000000838	20193	0.9122066436649481	33	17	12	15	14	True	125419	fragment	False	ENG0184_000000000835	0.7101323014480473		0	0	False	False	0.9999504685401917	0					non-mobilizable	other	20195.0	99.272	100.0	0.005763349061504264	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0087_000000006726	4119	0.9122018486076624	5	3	1	3	0	True	61399	maximal	True	ENG0087_000000006726	1.0		1	1	True	True	0.9995144605636597	6					non-mobilizable	no_good_hit								True	True
MAD0109_000000011568	1238	0.9121964357648076	2	1	1	1	1	False	64413	fragment	False	ISR0148_000000019790	0.38421052631578945		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	97.334	100.0	0.0469396273669032	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
MAD0044_000000001520	12770	0.9121942009560672	17	5	4	4	4	True	63578	maximal	True	MAD0044_000000001520	1.0	PS282|PS283	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	212.0	73.585	2.0	5.9614008328498477e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
USA0039_01_000000006174	3741	0.9121899014934504	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.8402059224859025	PS849	0	0	False	True	0.9994654059410095	0					non-mobilizable	chromosome	3469.0	97.204	95.0	0.0007163331182474446	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ENG0164_000000000754	21977	0.9121874281314388	30	4	3	2	2	True	97281	fragment	False	ENG0164_000000000754	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9632.0	98.027	99.0	0.05184762356083533	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0145_000000003828	8661	0.9121847184643948	18	7	5	5	3	True	60684	maximal	True	ISR0145_000000003828	1.0		1	1	False	False	0.9957279562950134	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.0006893027346303316	NZ_CBVI010000002.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	True
SPA0070_000000000265	27438	0.9121790099295192	34	8	3	6	4	False	90443	fragment	False	SPA0070_000000000265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	74.42699999999999	2.0	0.04846470125098416	NZ_UGGU01000004.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	False
ENG0179_000000011700	2860	0.9121691769864774	4	3	3	3	2	False	55403	fragment	False	ENG0179_000000011700	1.0		0	0	False	False	0.9947552680969238	0					non-mobilizable	no_good_hit	552.0	76.268	34.0	0.011150210728753222	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
USA0060_01_000000005571	2265	0.9121652820065574	2	2	1	2	2	False	117717	maximal	True	USA0060_01_000000005571	1.0	PS794	8	3	False	True	1.0	0					non-mobilizable	other	2194.0	98.177	100.0	0.00042006223357030873	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
CHI0018_000000003318	4708	0.9121581116180963	6	6	5	5	4	False	89588	fragment	False	SPA0129_000000005258	0.7329841646416654		0	0	False	False	1.0	0					non-mobilizable	chromosome	4383.0	99.635	100.0	0.0008216735727267407	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
DEN0045_000000008581	4066	0.9121574333841383	6	4	2	2	3	True	72966	fragment	False	ISR0324_000000007297	0.9336090052837124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1168.0	73.116	28.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
CAN0011_000000027120	1114	0.9121565786514816	2	2	2	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.020087820522125082		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	95.42200000000001	100.0	0.13618010522451976	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
CAN0003_000000014909	3330	0.9121555143323234	6	1	1	1	1	False	96708	maximal	True	CAN0003_000000014909	1.0		1	1	False	False	0.9960960745811462	0					non-mobilizable	no_good_hit	648.0	78.704	25.0	0.16397709526288393	CP021597.1	other sequences	Unidentified plasmid plasmid FAKO05_2270, complete sequence	True	False
USA0003_01_000000008996	4345	0.9121544225537224	7	3	3	2	2	True	99380	fragment	False	USA0003_01_000000008996	1.0		0	0	False	False	0.9963176250457764	0					non-mobilizable	other	3534.0	99.038	94.0	0.0009741737790359899	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
AUS0022_000000008629	4123	0.9121544225537224	6	3	3	2	2	True	99379	fragment	False	AUS0022_000000008629	1.0		0	0	False	False	0.9963618516921997	0					non-mobilizable	other	4017.0	99.20299999999999	97.0	0.0011073540607439952	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
FIJ0050_000000001282	16427	0.9121539573626744	8	6	4	6	4	True	105962	fragment	False	FIJ0108_000000000697	0.18522168529724622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	2.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
ISR0303_000000005435	2287	0.9121523062875448	3	2	2	2	2	True	25511	maximal	True	ISR0303_000000005435	1.0		0	0	False	False	0.9746392369270325	0					non-mobilizable	other	2340.0	89.18799999999999	100.0	0.17551511505489548	NZ_BJDZ01000042.1	firmicutes	Lactobacillus plajomi strain NBRC 107333 scaffold42, whole genome shotgun sequence	False	True
USA0016_01_000000008145	1876	0.9121505970356509	2	1	1	1	1	False	5253	fragment	False	USA0016_01_000000008145	1.0		0	0	False	False	0.9994669556617737	0					non-mobilizable	other	1876.0	100.0	100.0	0.011315562368362292	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
SPA0093_000000031198	1192	0.9121505970356509	3	1	1	1	1	False	5252	fragment	False	SPA0093_000000031198	1.0		0	0	False	False	0.9983221292495728	0					non-mobilizable	other	1135.0	99.648	95.0	0.006843652120385514	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
AST0040_000000001194	13326	0.9121423099005992	13	9	7	7	7	False	122677	fragment	False	AST0040_000000001194	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	13326.0	99.985	100.0	0.005946332618880911	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0069_000000000543	27621	0.912141556493926	36	27	9	9	27	False	115684	maximal	True	MON0069_000000000543	1.0		1	1	False	False	0.9988414645195007	0					non-mobilizable	other	8852.0	99.25399999999999	90.0	0.003598855005931642	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	False
USA0044_01_000000002675	10880	0.91214122042275	18	6	3	6	3	False	1244	maximal	True	USA0044_01_000000002675	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2005.0	90.175	55.0	0.00038014901154581024	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
DEN0013_000000000141	5489	0.9121355246691796	4	2	2	2	1	True	111411	fragment	False	DEN0013_000000000141	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	3644.0	99.91799999999999	100.0	0.11729289416916192	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0094_000000000355	19639	0.912124138026447	25	7	4	6	3	True	83551	maximal	True	CHI0094_000000000355	1.0		2	2	True	True	1.0	16					non-mobilizable	no_good_hit	394.0	94.67	2.0	0.00010885804577591905	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
CHI0154_000000012444	2528	0.9121222890102424	3	3	3	3	3	True	82067	fragment	False	CHI0154_000000012444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00012151914116346983	NZ_CABFVD010000005.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	True
ISR0140_000000008716	2971	0.9121201984615409	3	3	3	3	3	False	74114	fragment	False	ISR0140_000000008716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	79.681	32.0	0.05495601173020528	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
CHI0100_000000001576	1646	0.9121095304455036	2	2	2	2	2	False	83644	fragment	False	SPA0022_000000007548	0.9573641975746551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0111_000000000822	14214	0.9121037334106964	17	5	4	5	4	True	32693	maximal	False	ISR0170_000000002676	0.9999532291345125		0	0	True	True	1.0	132					non-mobilizable	no_good_hit	214.0	83.178	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0392_000000001586	14214	0.9121037334106964	17	5	4	5	4	True	32693	maximal	False	ISR0170_000000002676	0.9999765489423572		0	0	True	True	0.9996482133865356	20					non-mobilizable	no_good_hit	214.0	83.178	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0170_000000002676	14195	0.9121037334106964	18	5	4	5	4	True	32693	maximal	True	ISR0170_000000002676	0.9999766801921552		3	1	True	True	1.0	51					non-mobilizable	no_good_hit	214.0	83.178	1.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0123_000000001158	12440	0.9120982140170116	16	14	7	7	10	True	132598	maximal	True	ISR0123_000000001158	1.0	PS1169|PS902	4	2	False	True	0.9975883960723877	0			MPF_T		non-mobilizable	no_good_hit	10577.0	99.85799999999999	85.0	0.34142561983471076	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0206_000000003315	7182	0.9120851082991484	8	3	2	3	1	False	110248	maximal	True	ISR0206_000000003315	1.0		1	1	False	False	0.9994430541992188	0					non-mobilizable	no_good_hit	326.0	96.012	6.0	9.716136349979416e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0333_000000009214	2380	0.912084963476153	4	4	4	4	3	False	109891	fragment	False	ISR0333_000000009214	0.9465403098166154		0	0	False	False	0.9920167922973633	0					non-mobilizable	chromosome	2382.0	97.397	100.0	0.0010534152341547317	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	False	False
ISR0389_000000000408	28271	0.912079395902798	30	19	13	15	15	False	123940	maximal	True	ISR0389_000000000408	1.0		71	10	False	False	0.9999292492866516	0					non-mobilizable	no_good_hit	8484.0	95.391	54.0	0.0016103995679258255	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
ISR0257_000000002581	5627	0.9120781203632268	9	3	3	3	3	False	26821	maximal	True	ISR0257_000000002581	1.0		1	1	False	False	0.9998222589492798	0					non-mobilizable	no_good_hit	556.0	87.77	16.0	0.009765001949455924	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AUS0002_000000015823	2279	0.9120747912789756	4	3	2	2	2	False	102982	fragment	False	AUS0002_000000015823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0086_01_000000005200	3542	0.9120688759444152	3	2	2	2	1	False	448	maximal	True	USA0086_01_000000005200	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.003286770747740345	NZ_WNCH01000035.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold35_size23123, whole genome shotgun sequence	True	False
ISR0780_000000002011	5397	0.9120628047396934	8	4	1	2	3	True	99300	fragment	False	ISR0780_000000002011	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2162.0	94.21799999999999	64.0	0.34347618288991555	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
ISR0128_000000001945	13426	0.9120537729924048	17	13	6	10	11	False	122943	maximal	False	ENG0110_000000001561	0.9847340868950297		0	0	False	False	0.9999254941940308	0					non-mobilizable	other	11133.0	99.91	100.0	0.0031379685165243967	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0179_000000001826	13419	0.9120537729924048	17	13	6	10	11	False	122943	maximal	False	ENG0110_000000001561	0.9843177137367292		0	0	False	False	1.0	0					non-mobilizable	other	11088.0	99.919	100.0	0.003125276750998278	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0374_000000001025	13356	0.9120537729924048	16	13	6	10	11	False	122943	maximal	False	ENG0110_000000001561	0.9813973959074711		0	0	False	False	1.0	0					non-mobilizable	other	11025.0	99.93700000000001	100.0	0.0031077903184956253	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0019_000000001494	13351	0.9120537729924048	17	13	6	10	11	False	122943	maximal	False	ENG0110_000000001561	0.9797172759096338		0	0	False	False	1.0	0					non-mobilizable	other	6103.0	99.803	100.0	0.0017204393268738828	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0054_000000018777	1347	0.9120442578346925	2	2	2	1	1	False	74938	fragment	False	FIJ0054_000000018777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0074_000000005705	4505	0.9120408474198176	4	3	3	3	2	False	84744	fragment	False	SPA0074_000000005705	1.0		0	0	False	False	0.999112069606781	0					non-mobilizable	chromosome	4506.0	99.35600000000001	100.0	0.0011301272246243281	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MON0084_000000022375	1586	0.9120386116129628	3	3	2	3	1	False	114447	fragment	False	MON0084_000000022375	1.0		0	0	False	False	0.9911727905273438	0					non-mobilizable	chromosome	1606.0	78.767	100.0	0.0007002658891036684	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
USA0031_01_000000018633	1443	0.9120365838217142	2	2	2	2	2	False	1523	maximal	True	USA0031_01_000000018633	1.0		21	6	False	False	0.992376983165741	0					non-mobilizable	no_good_hit	416.0	75.962	29.0	7.970606261336833e-05	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	False
FIJ0032_000000001935	16613	0.912029375777806	16	11	8	10	8	False	48491	maximal	True	FIJ0032_000000001935	1.0		5	1	False	False	0.9998193979263306	0					non-mobilizable	no_good_hit	836.0	75.837	5.0	0.0032344529716780528	NZ_SLWB01000004.1	CFB group bacteria	Acetobacteroides hydrogenigenes strain RL-C Ga0181008_104, whole genome shotgun sequence	True	False
ISR0267_000000000216	40914	0.9120265115347368	34	16	9	15	9	True	110960	fragment	False	ISR0267_000000000216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10511.0	96.775	87.0	0.06344812580836225	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0215_000000005086	5623	0.9120066815262872	5	2	1	2	2	True	52238	fragment	False	ISR0215_000000005086	1.0		0	0	False	False	0.9976880550384521	0					non-mobilizable	no_good_hit								True	True
SPA0141_000000010916	2116	0.9119954291538112	3	3	3	3	3	False	98917	fragment	False	ISR0335_000000008295	0.7376200622228408		0	0	False	False	1.0	0					non-mobilizable	other	2117.0	98.205	100.0	0.0074000727761294295	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0815_000000003784	7199	0.9119877974514186	8	7	6	7	5	False	111525	maximal	True	ISR0815_000000003784	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	4.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0363_000000000012	96286	0.9119840112026776	97	41	32	37	22	True	23722	maximal	True	ISR0363_000000000012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	96.429	0.0	0.02500762427569381	NZ_CYYU01000036.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0014_000000002728	11831	0.9119825191429792	13	5	3	5	4	True	110320	maximal	False	ISR0143_000000002997	0.9996034500192295		0	0	True	True	0.9999154806137085	69					non-mobilizable	no_good_hit	1604.0	77.244	14.0	0.0014023023890149698	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
AST0089_000000001179	11811	0.9119825191429792	13	5	3	5	4	True	110320	maximal	False	ISR0143_000000002997	0.9993614084147593		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1604.0	77.244	14.0	0.0014023023890149698	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
ISR0066_000000002596	11810	0.9119825191429792	13	5	3	5	4	True	110320	maximal	False	ISR0143_000000002997	0.9995913614078419		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1670.0	76.88600000000001	14.0	0.0005848696027838358	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
ISR0194_000000001662	11810	0.9119825191429792	13	5	3	5	4	True	110320	maximal	False	ISR0143_000000002997	0.9994576350441644		0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1604.0	77.244	14.0	0.0014023023890149698	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
ISR0246_000000000857	11802	0.9119825191429792	13	5	3	5	4	True	110320	maximal	False	ISR0143_000000002997	0.9989303713622828		0	0	True	True	0.999745786190033	8					non-mobilizable	no_good_hit	1602.0	77.278	14.0	0.0014023023890149698	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
ISR0211_000000001225	11770	0.9119825191429792	14	5	3	5	4	True	110320	maximal	False	ISR0143_000000002997	0.9996503376482165		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1670.0	76.88600000000001	14.0	0.0005848696027838358	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
FIJ0028_000000010577	2892	0.9119814426324389	3	2	1	2	1	False	48946	maximal	True	FIJ0028_000000010577	1.0		2	1	False	False	0.9993084073066711	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ISR0286_000000003720	3776	0.9119788784568106	5	4	4	3	3	False	64859	fragment	False	ISR0286_000000003720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000000789	20311	0.9119767550734198	20	9	7	8	2	True	56871	fragment	False	ISR0054_000000000789	0.977052308018443		0	0	False	False	0.9970951676368713	0					non-mobilizable	no_good_hit	174.0	78.161	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
CHI0117_000000004380	3419	0.9119743115007556	5	3	2	3	2	False	82108	fragment	False	CHI0117_000000004380	1.0		0	0	False	False	0.9932729005813599	0					non-mobilizable	no_good_hit	1101.0	83.65100000000001	32.0	0.006944668546976552	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ENG0083_000000003475	6597	0.9119740198291796	6	6	6	6	5	False	99088	fragment	False	CAN0012_000000008126	0.9317227130006253		0	0	False	False	1.0	0					non-mobilizable	other	6598.0	98.666	100.0	0.023081929127246263	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
CAN0010_000000003925	3309	0.9119724822577646	4	4	4	4	3	False	129756	maximal	True	CAN0010_000000003925	1.0	PS1061	5	4	False	True	1.0	0					non-mobilizable	chromosome	1804.0	99.279	90.0	0.000483173865412362	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0364_000000002470	5750	0.911969515715208	5	5	4	5	4	False	105515	maximal	True	ISR0364_000000002470	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	1276.0	79.467	32.0	0.0036457197930171987	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	True	False
SPA0096_000000033088	1300	0.911964777750212	2	2	1	0	1	False	5156	fragment	False	SPA0096_000000033088	1.0		0	0	False	False	0.9561538696289062	0					non-mobilizable	chromosome	1274.0	97.25299999999999	98.0	0.0003770204133008537	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0102_000000009548	1770	0.9119630980667978	3	3	3	1	1	False	106732	fragment	False	ISR0102_000000009548	1.0		0	0	False	False	0.9903954863548279	0					non-mobilizable	other	1751.0	99.486	99.0	0.000722756121021589	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
MON0108_000000005808	3609	0.9119612802984884	4	4	4	3	3	False	121265	backbone	False	ENG0073_000000006947	0.938659812150239	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3517.0	99.943	100.0	0.0007845687203876073	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ISR0066_000000002075	14179	0.9119548850685748	21	11	9	9	8	True	126212	maximal	False	ISR0281_000000000724	0.9673867626231811	PS943|PS946|PS949	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1603.0	73.238	11.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0031_000000010454	3160	0.9119476935185391	4	1	1	1	1	False	86155	maximal	True	DEN0031_000000010454	1.0		1	1	False	False	0.9996835589408875	0					non-mobilizable	no_good_hit								True	False
MAD0039_000000005621	2479	0.9119369351498471	3	2	2	2	1	False	78614	fragment	False	MAD0039_000000005621	1.0		0	0	False	False	0.9987898468971252	0					non-mobilizable	no_good_hit	307.0	77.524	12.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
ENG0039_000000007143	3360	0.9119366649701016	7	5	2	2	5	True	109276	maximal	True	ENG0039_000000007143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	95.265	81.0	0.08022506579544424	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0081_000000026536	1368	0.9119295257326958	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.08548733275553337	PS1061	0	0	False	True	0.9985380172729492	0					non-mobilizable	chromosome	1349.0	99.036	99.0	0.0003612414700919933	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0004_01_000000015588	1421	0.9119219432650328	2	2	2	2	1	True	116013	fragment	False	FIJ0081_000000020765	0.20806611827890215		0	0	False	False	1.0	0					non-mobilizable	chromosome	1421.0	99.789	100.0	0.0006445808454177111	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ENG0122_000000006817	3986	0.9119025798672471	4	3	2	2	2	True	132358	backbone	False	ISR0371_000000002559	0.05884528404228438	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2093.0	99.236	100.0	0.3977942574633961	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MAD0005_000000003196	6323	0.9118884043658392	11	2	1	2	1	True	44311	fragment	False	MAD0005_000000003196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0190_000000002622	9114	0.9118871455660859	7	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.9239850765565419		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2737.0	88.89299999999999	30.0	0.03416044145801269	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ETH0003_000000004235	6612	0.9118868137073752	13	2	0	2	1	True	53268	maximal	True	ETH0003_000000004235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000001001	29781	0.9118855256297951	32	16	10	14	7	True	51033	fragment	False	USA0034_01_000000001326	0.9566181163602494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	88.742	2.0	0.00013496201462677017	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
CHI0108_000000001288	5409	0.9118833262315884	8	6	3	3	5	True	88673	fragment	False	CHI0108_000000001288	1.0		0	0	False	False	0.9996302723884583	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2875.0	94.92200000000001	64.0	0.31976744186046513	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
CHI0096_000000001158	4532	0.9118833262315884	7	6	3	3	5	True	88672	fragment	False	CHI0179_000000003084	0.9812494204774614		0	0	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2825.0	95.15	70.0	0.3149597495527728	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
CHI0057_000000003873	4321	0.9118833262315884	7	6	3	3	5	True	88672	fragment	False	CHI0179_000000003084	0.7382465188552181		0	0	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2834.0	95.20100000000001	69.0	0.3419300157404044	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0190_000000002738	8660	0.9118819102699164	11	6	4	4	5	True	95121	fragment	False	ISR0190_000000002738	0.9964208670353053		0	0	False	False	1.0	0					non-mobilizable	chromosome	8223.0	96.887	100.0	0.0036646366578799282	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0030_000000002712	8252	0.9118819102699164	10	6	4	4	5	True	95121	fragment	False	ISR0190_000000002738	0.9733677384358385		0	0	False	False	1.0	0					non-mobilizable	chromosome	8031.0	97.559	100.0	0.0035820796946909625	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
USA0069_01_000000014055	4375	0.911875246833715	6	4	4	4	3	False	34049	fragment	False	USA0069_01_000000014055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	97.17299999999999	50.0	0.00035772124365351563	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0048_01_000000002404	5890	0.91186889062593	12	5	2	5	2	True	110679	fragment	False	CAN0012_000000009407	0.5617339804208675		0	0	False	False	0.9991511106491089	0					non-mobilizable	other	3952.0	98.456	99.0	0.0010580469005867059	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0101_000000004545	5212	0.91186889062593	10	5	2	5	2	True	110679	fragment	False	CAN0012_000000009407	0.38318839233802326		0	0	False	False	0.9992325305938721	0					non-mobilizable	other	3888.0	99.35700000000001	98.0	0.0010409082011087131	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0170_000000002869	5693	0.911867837513984	8	2	1	1	2	False	102490	fragment	False	FIJ0170_000000002869	0.9766471319481442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	5.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
FIJ0102_000000006274	4892	0.911867837513984	7	2	1	1	2	False	102488	fragment	False	ISR0378_000000004063	0.982854096151368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	6.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
SPA0112_000000007140	4820	0.911867837513984	8	2	1	1	2	False	102488	fragment	False	ISR0378_000000004063	0.9707580588387419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	6.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
FIJ0101_000000009830	2828	0.911867837513984	4	2	1	1	2	False	78619	fragment	False	FIJ0101_000000009830	1.0		0	0	False	False	0.9908062219619751	0					non-mobilizable	no_good_hit	283.0	77.032	10.0	0.06740196078431372	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
ISR0375_000000002273	6746	0.9118580925319996	7	7	7	7	6	False	129609	fragment	False	ISR0375_000000002273	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4370.0	90.618	97.0	0.0011681391454977737	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0250_000000004555	2537	0.9118563180651602	5	2	1	2	1	False	110753	maximal	True	ISR0250_000000004555	1.0		12	5	False	False	1.0	0					non-mobilizable	chromosome	2537.0	100.0	100.0	0.0003859151911801944	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
SPA0126_000000002502	12317	0.91185323865914	17	15	11	12	14	True	123651	fragment	False	SPA0126_000000002502	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	6032.0	99.96700000000001	78.0	0.06018481558358614	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
FIJ0069_000000001849	12315	0.9118461976217088	16	4	2	4	3	True	101329	fragment	False	FIJ0068_000000001978	0.7238730834961264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0083_000000000537	10209	0.9118461976217088	14	4	2	4	3	True	101329	fragment	False	FIJ0068_000000001978	0.5282632629623123		0	0	False	False	0.9998040795326233	0					non-mobilizable	no_good_hit	121.0	90.90899999999999	1.0	3.201084954393876e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0145_000000009171	3420	0.911838472576246	7	5	2	5	3	False	78258	fragment	False	ISR0145_000000009171	1.0		0	0	False	False	0.9997075796127319	0					non-mobilizable	no_good_hit	1025.0	89.95100000000001	80.0	0.0003429894339731876	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0118_000000005388	2785	0.9118373773832812	3	2	2	2	2	False	111977	fragment	False	ISR0118_000000005388	1.0		0	0	False	False	0.995691180229187	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	3.0	1.1659057031222797e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ISR0088_000000009880	2413	0.9118373773832812	4	2	2	2	2	False	72864	fragment	False	ISR0088_000000009880	0.956357532522031		0	0	False	False	0.9796933531761169	0					non-mobilizable	no_good_hit	70.0	84.286	3.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
SPA0126_000000020418	2108	0.9118373773832812	3	2	2	2	2	False	72861	fragment	False	SPA0126_000000020418	1.0		0	0	False	False	0.9995256066322327	0					non-mobilizable	no_good_hit	53.0	90.566	3.0	9.20454987980982e-06	NZ_KV917369.1	firmicutes	Bacillus abyssalis strain DSM 25875 Scaffold1, whole genome shotgun sequence	True	False
ISR0198_000000019913	1663	0.9118373773832812	2	2	2	2	2	False	28866	fragment	False	ISR0198_000000019913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	84.286	4.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
AST0010_000000003423	7059	0.9118249961853035	11	7	5	5	4	True	126521	fragment	False	AST0010_000000003423	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3082.0	98.118	81.0	0.3817411881928011	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0078_000000002821	8149	0.9118211762232274	11	8	5	7	5	False	69852	maximal	True	DEN0078_000000002821	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0822_000000000636	7777	0.9118209854565886	12	7	3	3	6	True	90076	maximal	True	ISR0822_000000000636	1.0		1	1	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2113.0	93.611	68.0	0.1904891550957437	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0044_000000000926	19098	0.9118168993512512	12	8	6	8	5	True	105962	fragment	False	FIJ0108_000000000697	0.952675506552377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	87.273	1.0	5.761952917908977e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0165_000000008951	1830	0.91181604302368	3	3	3	2	3	False	103928	fragment	False	MON0059_000000018343	0.7894079512972452		0	0	False	False	0.9994535446166992	0					non-mobilizable	other	1833.0	94.87200000000001	100.0	0.0008990983005962416	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0099_000000001216	14588	0.9118156455417332	11	10	4	6	10	True	123534	maximal	True	ENG0099_000000001216	1.0		15	7	False	False	1.0	0					non-mobilizable	other	8739.0	99.92	99.0	0.001949818395548041	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
MON0028_000000002554	7814	0.9118084008171032	9	7	2	4	7	True	73778	fragment	False	MON0028_000000002554	1.0		0	0	False	False	0.9961607456207275	0					non-mobilizable	other	7814.0	99.13	100.0	0.002507299183402854	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0038_000000006860	4322	0.9118078291118659	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.4663592886300793		0	0	False	False	1.0	0					non-mobilizable	chromosome	4320.0	98.35600000000001	99.0	0.0015240551228754005	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0097_000000005471	4557	0.9118052178940854	7	5	2	2	4	False	115230	fragment	False	ISR0097_000000005471	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3386.0	99.79299999999999	100.0	0.026185059659222805	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0012_000000003490	6700	0.91179508671629	9	3	3	2	3	False	112034	fragment	False	ISR0012_000000003490	0.9980339729474678		0	0	False	False	0.9988059997558594	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
USA0034_01_000000011774	4825	0.91179508671629	7	3	3	2	3	False	112033	fragment	False	USA0034_01_000000011774	0.9965417224453369		0	0	False	False	0.999792754650116	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
ISR0244_000000004613	4482	0.91179508671629	7	3	3	2	3	False	112033	fragment	False	USA0034_01_000000011774	0.9619689119170984		0	0	False	False	0.9946452379226685	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
DEN0072_000000000917	17460	0.9117907565638704	20	12	8	8	9	True	120822	maximal	True	DEN0072_000000000917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8827.0	96.65799999999999	51.0	0.0032727221430687414	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0216_000000001377	15859	0.9117868878947912	6	6	2	5	5	True	109151	fragment	False	ISR0050_000000000953	0.9335046129433748		0	0	False	False	0.9998738765716553	0	rep_cluster_199				non-mobilizable	plasmid	12743.0	95.08	98.0	0.10055707004859547	CP015284.1	firmicutes	Streptococcus salivarius strain ATCC 25975 plasmid, complete sequence	False	True
ENG0010_000000009437	2240	0.9117836663458964	4	4	4	3	3	False	105493	fragment	False	ISR0356_000000007644	0.7099726926826897		0	0	False	False	0.9995535612106323	0					non-mobilizable	other	2240.0	98.929	100.0	0.003219188028473783	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
FIJ0031_000000002230	9011	0.9117715280034496	12	4	1	4	2	False	100622	fragment	False	FIJ0031_000000002230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	1.0	2.1073809283093017e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0112_000000001104	17155	0.9117691743983416	20	18	8	9	17	False	42059	maximal	True	FIJ0112_000000001104	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	15759.0	98.50200000000001	92.0	0.14625992478061012	CP056375.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 plasmid pRHBSTW-00636_4, complete sequence	False	True
DEN0083_000000008125	3353	0.911748906747725	4	4	4	4	4	False	131400	fragment	False	DEN0083_000000008125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	76.86	4.0	0.0006426414780753996	NZ_JANF02000081.1	a-proteobacteria	Sphingobium lucknowense F2 contig081, whole genome shotgun sequence	True	False
SPA0002_000000008716	2479	0.911739265813614	2	2	1	2	1	True	8408	maximal	True	SPA0002_000000008716	1.0		1	1	True	True	1.0	16	rep_cluster_1197				non-mobilizable	plasmid	1253.0	99.92	100.0	0.06849015317286652	MN831412.1	firmicutes	Enterococcus faecalis strain M18/0011 plasmid pM18/0011, complete sequence	False	True
MON0092_000000015725	3379	0.9117377643768232	6	4	2	2	3	True	72109	fragment	False	MON0092_000000015725	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1888.0	93.37899999999999	96.0	0.300143380595826	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
AST0016_000000006715	3976	0.9117374090604536	5	4	4	4	3	False	123760	fragment	False	AST0016_000000006715	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1901.0	91.846	90.0	0.000428521136001839	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0232_000000004157	5238	0.911734549544996	6	4	3	4	3	True	102872	fragment	False	ISR0232_000000004157	1.0		0	0	False	False	0.9982817769050598	0					non-mobilizable	no_good_hit	1277.0	74.158	24.0	0.007077606318689041	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
FIJ0086_000000001605	15866	0.9117245929215484	17	14	9	12	10	True	123618	fragment	False	FIJ0086_000000001605	1.0		0	0	False	True	0.9998109340667725	0	rep_cluster_1702				non-mobilizable	other	10753.0	97.191	98.0	0.10718705093405716	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0007_000000013837	1247	0.9117226548672308	2	2	2	2	2	False	38432	maximal	True	ISR0007_000000013837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	769.0	96.359	62.0	0.0027512977312540974	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0136_000000001857	12804	0.9117210570067144	9	8	7	8	5	False	98883	maximal	True	FIJ0136_000000001857	1.0		2	1	False	False	0.9997656941413879	0					non-mobilizable	no_good_hit	934.0	73.34	7.0	0.01436063936063936	NZ_JQKE01000011.1	b-proteobacteria	Stenoxybacter acetivorans DSM 19021 Q384DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
AST0028_000000008558	1933	0.9117141354007054	2	2	2	2	2	False	118769	fragment	False	AST0028_000000008558	0.9399681404591894		0	0	False	False	1.0	0					non-mobilizable	plasmid	1758.0	93.743	91.0	0.01061296522380302	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0076_000000013794	1868	0.9117141354007054	2	2	2	2	2	False	118769	fragment	False	AST0028_000000008558	0.9371741794057783		0	0	False	False	1.0	0					non-mobilizable	plasmid	1794.0	93.757	96.0	0.01083054309855069	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
USA0113_01_000000006613	2895	0.9117098780483064	4	3	3	3	3	False	85766	fragment	False	CHI0060_000000003991	0.9570571518787496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1147.0	94.595	52.0	0.0003148900242454289	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
USA0039_01_000000013470	1660	0.9117067946247329	2	2	2	2	2	False	92325	fragment	False	ENG0198_000000011658	0.9332943241661791		0	0	False	False	0.9993975758552551	0					non-mobilizable	no_good_hit	1310.0	96.031	79.0	0.999236641221374	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
ENG0125_000000006041	4079	0.91170541627424	6	3	1	3	3	False	95617	maximal	True	ENG0125_000000006041	1.0		3	3	True	True	1.0	44	rep_cluster_2358				non-mobilizable	plasmid	3844.0	99.87	100.0	0.9231323564736968	CP056690.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00634 plasmid pRHBSTW-00634_9, complete sequence	False	True
ISR0842_000000013239	1714	0.9117026801111192	2	1	1	1	1	False	60204	fragment	False	ISR0842_000000013239	1.0		0	0	False	False	0.9964994192123413	0					non-mobilizable	no_good_hit	308.0	76.623	18.0	0.0007671146582402593	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
ENG0004_000000006537	4070	0.9117015710921632	5	2	1	1	2	False	67818	maximal	True	ENG0004_000000006537	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2149.0	98.325	84.0	0.00047599057347646367	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0399_000000008314	1950	0.9116910838489428	4	1	1	1	1	False	22585	maximal	True	ISR0399_000000008314	1.0		0	0	False	False	0.9743589758872986	0					non-mobilizable	no_good_hit	725.0	97.241	37.0	0.00011139431525883638	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0839_000000000135	40496	0.9116892286346264	65	21	7	15	10	True	58651	maximal	True	ISR0839_000000000135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	76.892	1.0	0.002089891801804185	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
CHI0015_000000001399	5533	0.9116869857197591	8	4	2	3	2	True	89885	backbone	True	CHI0015_000000001399	1.0	PS468	1	1	True	True	1.0	594					non-mobilizable	no_good_hit	2317.0	79.068	46.0	0.3373138729175881	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
ENG0086_000000004467	5372	0.911683250472468	8	6	2	5	5	False	95920	maximal	True	ENG0086_000000004467	1.0		3	3	False	False	0.9949739575386047	0					non-mobilizable	no_good_hit	2006.0	98.853	37.0	0.00028299910738835155	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0116_000000000039	99161	0.9116620963936704	92	12	5	11	3	True	127415	maximal	False	SPA0046_000000000019	0.9257972017177254		0	0	True	True	1.0	342					non-mobilizable	virus	22206.0	96.816	95.0	0.22432183768590697	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
MON0047_000000012320	3111	0.9116508008040156	3	2	2	1	0	True	11473	maximal	True	MON0047_000000012320	1.0		1	1	False	False	0.9951784014701843	0					non-mobilizable	no_good_hit								True	True
MON0004_000000016218	2497	0.9116508008040156	3	2	2	1	0	True	60859	fragment	False	MON0004_000000016218	1.0		0	0	False	False	0.9675610661506653	0					non-mobilizable	no_good_hit								True	True
MON0013_000000017962	2825	0.9116430039938996	3	3	2	3	2	False	131388	fragment	False	MON0013_000000017962	0.9874371859296482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	76.077	7.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
MON0017_000000015909	1241	0.9116365864492546	2	1	1	1	1	False	13282	fragment	False	MON0017_000000015909	1.0		0	0	False	False	0.975020170211792	0					non-mobilizable	no_good_hit								True	False
AST0087_000000006123	5171	0.9116342840575888	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9503997981360894		0	0	True	True	1.0	14					non-mobilizable	chromosome	4471.0	97.786	100.0	0.8776752405262125	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
CAN0014_000000037434	1328	0.911633277957116	2	2	2	2	2	False	93446	fragment	False	CAN0014_000000037434	1.0		0	0	False	False	0.9894578456878662	0					non-mobilizable	no_good_hit								True	False
SPA0088_000000000200	35589	0.9116183480467198	30	13	10	12	5	True	99722	fragment	False	FIJ0104_000000000284	0.6365809396079033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	87.34700000000001	1.0	0.0053255604988055845	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	True
SPA0087_000000000196	35404	0.9116183480467198	30	13	10	12	5	True	99722	fragment	False	FIJ0104_000000000284	0.6360033578957013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	87.34700000000001	1.0	0.0053255604988055845	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	True
SPA0043_000000003775	4640	0.9116138968112292	4	4	4	4	3	False	17640	maximal	True	SPA0043_000000003775	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	73.059	29.0	0.00022978845355711784	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
TAN0005_000000004401	3274	0.9116128418017544	4	4	3	3	3	False	2938	maximal	True	TAN0005_000000004401	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	72.04899999999999	17.0	0.00024116027649047117	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0270_000000000772	6668	0.9116112716846064	9	6	3	4	4	True	128141	maximal	True	ISR0270_000000000772	1.0	PS1032	2	1	False	True	0.998950183391571	0					non-mobilizable	no_good_hit	2918.0	82.24799999999999	60.0	0.4718344555756282	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
DEN0018_000000028969	1392	0.9116100991019565	3	3	3	3	2	False	75001	fragment	False	DEN0018_000000028969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	73.869	63.0	0.00029834848680733856	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0286_000000001518	6990	0.9116045419317684	8	8	7	7	7	False	117569	maximal	True	ISR0286_000000001518	1.0		24	3	False	False	1.0	0					non-mobilizable	chromosome	6990.0	99.814	100.0	0.002929782488386523	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
ISR0069_000000001387	14686	0.9116008226224565	11	7	5	7	1	True	34985	maximal	True	ISR0069_000000001387	1.0		1	1	False	False	0.9990466833114624	0					non-mobilizable	no_good_hit	11444.0	97.719	84.0	0.15785978166120126	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
AST0016_000000001304	14855	0.9115974593424684	13	11	7	11	4	True	125648	backbone	False	ENG0158_000000000822	0.4619017665166886	PS934	0	0	False	True	0.9999327063560486	0					non-mobilizable	other	12908.0	92.56299999999999	100.0	0.026953163389700087	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0046_000000014059	1857	0.911582196530182	2	2	2	1	2	False	37619	maximal	True	MAD0046_000000014059	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1625.0	97.415	100.0	0.00032513165323224015	CP056985.1	enterobacteria	Escherichia coli strain RHB41-C11 chromosome, complete genome	False	False
USA0044_01_000000007774	3787	0.9115789398149341	5	2	1	2	1	True	2179	fragment	False	USA0044_01_000000007774	0.9973581757508343		0	0	False	False	0.999735951423645	0					non-mobilizable	no_good_hit	216.0	86.574	6.0	0.04093343534812548	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
USA0005_01_000000009882	3596	0.9115789398149341	4	2	1	2	1	True	2179	fragment	False	USA0044_01_000000007774	0.9716134143121204		0	0	False	False	0.9969410300254822	0					non-mobilizable	no_good_hit	216.0	86.574	6.0	0.04093343534812548	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
CHI0018_000000011140	1582	0.9115751900315824	3	3	3	3	3	False	89525	fragment	False	CHI0018_000000011140	1.0		0	0	False	False	0.9949430823326111	0					non-mobilizable	no_good_hit	682.0	97.507	62.0	0.4144856968959221	NZ_CYZN01000060.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0148_000000008170	3566	0.9115631274479968	3	2	2	2	2	False	62855	fragment	False	ISR0148_000000008170	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3566.0	98.065	100.0	0.001180554658687243	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
AUS0012_000000000181	28733	0.9115595045334348	43	8	5	8	2	True	101356	fragment	False	AUS0012_000000000181	1.0		0	0	False	False	0.9987818598747253	0					non-mobilizable	no_good_hit	102.0	96.07799999999999	0.0	0.14616497829232997	EU065604.1	bacteria	Uncultured bacterium clone LM0ACA16ZC04RM1 genomic sequence	True	True
ENG0128_000000004539	5334	0.9115594726852916	3	3	2	3	1	True	67197	fragment	False	ENG0128_000000004539	1.0		0	0	False	False	0.9985001683235168	0					non-mobilizable	no_good_hit								True	True
SPA0095_000000007249	2795	0.911549987765131	5	4	2	1	3	False	103736	fragment	False	SPA0095_000000007249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	92.387	76.0	0.000426517790601919	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ENG0036_000000018720	1356	0.9115473813466024	2	2	2	2	1	False	106716	fragment	False	ENG0036_000000018720	0.9852046631519098		0	0	False	False	0.9830383658409119	0					non-mobilizable	other	1357.0	98.45200000000001	100.0	0.0005596197394195731	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
FIJ0044_000000010447	2101	0.9115436428276076	3	3	3	2	2	False	123399	fragment	False	SPA0092_000000020511	0.9867943555143268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.734	20.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
MON0066_000000008280	3500	0.9115394644188188	3	3	2	3	3	False	128850	maximal	True	MON0066_000000008280	1.0	PS1059	0	0	False	True	0.9757142663002014	0					non-mobilizable	other	2069.0	99.275	100.0	0.008106243532252502	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
ISR0019_000000006985	2452	0.9115296402670464	4	4	4	4	3	False	76222	maximal	True	ISR0019_000000006985	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	0.0003188539055895831	NZ_BIMH01000010.1	firmicutes	Paenibacillus validus NBRC 15382 PVA01S_CON000010, whole genome shotgun sequence	True	False
ISR0858_000000004426	2187	0.9115285787617498	3	2	2	1	2	False	76100	fragment	False	ISR0858_000000004426	1.0		0	0	False	False	0.9967992901802063	0					non-mobilizable	no_good_hit								True	False
FIJ0050_000000008087	3163	0.911521620045324	4	4	3	4	3	False	46616	maximal	True	FIJ0050_000000008087	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	76.907	15.0	0.006340493990725844	NZ_PYLQ01000014.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_13, whole genome shotgun sequence	True	False
ISR0230_000000028296	1261	0.9115172661571525	1	1	1	1	1	False	27512	fragment	False	ISR0230_000000028296	1.0		0	0	False	False	0.9865186214447021	0					non-mobilizable	other	1263.0	98.179	100.0	0.019687680379401256	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ENG0113_000000022313	1245	0.9115138034094156	2	1	1	1	1	False	63716	fragment	False	ENG0113_000000022313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	84.82700000000001	61.0	0.00018424011669806978	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
DEN0078_000000002218	9704	0.9115136356472924	6	4	2	4	2	False	69854	maximal	True	DEN0078_000000002218	1.0		1	1	False	False	0.9973207116127014	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.19608282873589e-05	NZ_CP006954.1	g-proteobacteria	Bibersteinia trehalosi USDA-ARS-USMARC-188 chromosome, complete genome	True	False
ISR0058_000000010550	2396	0.911503169796524	3	3	0	1	3	False	39741	fragment	False	ISR0058_000000010550	1.0		0	0	False	False	0.9920701384544373	0	IncHI1B				non-mobilizable	virus	2396.0	100.0	100.0	0.03588014981273408	MH445381.1	viruses	Escherichia virus P1, complete genome	False	True
ISR0065_000000001776	12235	0.911493175643914	16	11	7	10	7	True	35217	maximal	True	ISR0065_000000001776	1.0		1	1	True	True	1.0	59					non-mobilizable	no_good_hit	114.0	78.947	1.0	0.0009276898865236478	NZ_PNFT01000004.1	firmicutes	Nosocomiicoccus massiliensis strain UMB0959 ERR1203700.17957_2_23.4, whole genome shotgun sequence	True	True
FIJ0107_000000003509	7743	0.9114735013846808	9	7	4	4	6	True	51008	maximal	False	FIJ0116_000000002555	0.9997674885749614		0	0	False	False	1.0	0					non-mobilizable	chromosome	7753.0	95.137	100.0	0.003222212322099655	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
FIJ0131_000000002339	7743	0.9114735013846808	9	7	4	4	6	True	51008	maximal	False	FIJ0116_000000002555	0.999664156102732		0	0	False	False	1.0	0					non-mobilizable	chromosome	7753.0	95.189	100.0	0.003222212322099655	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
FIJ0116_000000002555	7742	0.9114735013846808	9	7	4	4	6	True	51008	maximal	True	FIJ0116_000000002555	0.999767521955398		16	4	False	False	1.0	0					non-mobilizable	chromosome	7752.0	95.163	100.0	0.003221795961804772	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
FIJ0083_000000003926	7738	0.9114735013846808	9	7	4	4	6	True	51008	maximal	False	FIJ0116_000000002555	0.9993542187570323		0	0	False	False	1.0	0					non-mobilizable	chromosome	7748.0	95.16	100.0	0.00322013052062524	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
FIJ0130_000000003495	6502	0.9114735013846808	9	7	4	4	6	True	44993	fragment	False	FIJ0130_000000003495	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6508.0	94.361	100.0	0.002704260115265184	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
SPA0101_000000016478	2667	0.9114733955664776	4	3	3	3	3	False	131405	fragment	False	AST0012_000000007302	0.6297594020088765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	74.876	30.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ISR0395_000000012012	3204	0.9114719304009796	5	4	3	3	4	True	122489	fragment	False	ISR0395_000000012012	0.9897798832951593		0	0	False	False	1.0	0					non-mobilizable	plasmid	3153.0	98.509	100.0	0.392576908705941	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MAD0112_000000001983	10851	0.9114589995958616	15	7	4	7	3	False	14478	maximal	True	MAD0112_000000001983	1.0		1	1	True	True	0.9999078512191772	29					non-mobilizable	no_good_hit	326.0	71.472	3.0	0.011197032786311628	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0206_000000013795	1886	0.9114477953258908	2	2	2	2	2	False	28635	fragment	False	ISR0335_000000009899	0.9563096801964386		0	0	False	False	0.9862142205238342	0					non-mobilizable	no_good_hit	539.0	93.135	37.0	0.0001810876501251962	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0049_000000001512	8559	0.9114319507659896	10	4	2	3	1	False	18220	maximal	True	MAD0049_000000001512	1.0		13	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.351970601063484e-05	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
SPA0046_000000000316	32047	0.911430539646728	51	25	13	17	14	True	78723	maximal	True	SPA0046_000000000316	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4529.0	98.719	14.0	0.0013807761681936623	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0021_000000001115	30124	0.9114289864732008	27	23	4	13	22	True	49712	fragment	False	FIJ0021_000000001115	1.0		0	0	False	False	0.9994024634361267	0			MPF_F		non-mobilizable	plasmid	30106.0	99.96700000000001	99.0	0.1414170358087382	CP052325.1	enterobacteria	Klebsiella pneumoniae strain E16KP0032 plasmid pE16KP0032-1, complete sequence	False	True
MAD0038_000000002306	4919	0.9114275447719108	10	6	5	6	5	False	58624	maximal	True	MAD0038_000000002306	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0036_01_000000004115	9530	0.9114153909951916	9	8	3	6	4	False	83903	fragment	False	SPA0106_000000003200	0.6999344754246329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.02462734931950745	KU546271.1	bacteria	Uncultured bacterium clone CH_03E_000_Contig_3 genomic sequence	True	False
AST0104_000000010044	3271	0.9113946248499528	3	2	2	2	2	False	107988	maximal	True	AST0104_000000010044	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	77.358	3.0	0.0004109193926295285	NZ_QJKH01000005.1	firmicutes	Dielma fastidiosa strain JC118 Ga0244565_105, whole genome shotgun sequence	True	False
MON0037_000000018343	3489	0.9113945492693062	6	4	2	3	2	False	12126	fragment	False	MON0037_000000018343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	79.189	16.0	0.0001380351590015473	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0005_000000003166	4059	0.9113892086712932	8	4	3	4	2	False	38530	maximal	True	ISR0005_000000003166	1.0		2	2	False	False	0.9918699264526367	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2167760110688193e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0103_000000007502	2466	0.9113862540273024	4	3	2	2	2	True	89515	maximal	False	CHI0115_000000003312	0.9691762786485043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	99.19	71.0	0.0006363819427591869	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
CHI0115_000000003312	2380	0.9113862540273024	3	3	2	2	2	True	89515	maximal	True	CHI0115_000000003312	0.97321325921179		5	2	False	False	0.9995798468589783	0					non-mobilizable	no_good_hit	1481.0	99.325	73.0	0.0006363819427591869	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
CHI0035_000000004590	2335	0.9113862540273024	3	3	2	2	2	True	89515	maximal	False	CHI0115_000000003312	0.9608312262455673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	99.325	75.0	0.0006363819427591869	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
FIJ0166_000000017607	1406	0.9113819398430189	2	1	1	1	1	False	39002	fragment	False	FIJ0166_000000017607	1.0		0	0	False	False	0.9815078377723694	0					non-mobilizable	no_good_hit	373.0	87.66799999999999	73.0	5.5143510987344564e-05	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
USA0006_01_000000019753	1187	0.9113773058330348	1	1	1	1	1	False	96817	fragment	False	USA0006_01_000000019753	0.9991002345947049		0	0	False	False	0.9991575479507446	0					non-mobilizable	no_good_hit	128.0	93.75	11.0	3.983605112439607e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
SPA0104_000000033334	1150	0.9113773058330348	1	1	1	1	1	False	96817	fragment	False	USA0006_01_000000019753	0.9913074797505599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	92.523	9.0	3.324898755264554e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
SPA0097_000000024625	1331	0.9113755865718812	2	2	1	2	1	False	5107	maximal	True	SPA0097_000000024625	1.0		2	1	False	False	0.9977460503578186	0					non-mobilizable	no_good_hit	755.0	77.219	56.0	0.0002738370368630169	CP025834.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-19 chromosome, complete genome	True	False
SPA0156_000000017054	1246	0.9113693748185692	3	1	1	1	1	False	3170	fragment	False	SPA0156_000000017054	1.0		0	0	False	False	0.9975922703742981	0					non-mobilizable	other	1247.0	93.42399999999999	100.0	0.00024119750106999934	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0095_000000012226	2496	0.9113676799443272	5	3	0	2	3	False	78677	fragment	False	ISR0213_000000007983	0.4824012514665624		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2496.0	99.88	100.0	0.3569895550150236	CP011137.1	enterobacteria	Escherichia coli VR50 plasmid pVR50C, complete sequence	False	True
ISR0343_000000006726	2522	0.9113667346500008	3	3	2	3	2	False	92411	fragment	False	ISR0343_000000006726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1736.0	86.00200000000001	69.0	0.0005610008516123393	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0325_000000017161	1249	0.911363107740538	3	3	3	2	2	False	24851	fragment	False	ISR0325_000000017161	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	100.0	100.0	0.0005393836504517338	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0215_000000023357	1294	0.9113572615713296	2	2	2	2	2	False	28150	fragment	False	ISR0215_000000023357	1.0		0	0	False	False	0.9984543919563293	0					non-mobilizable	no_good_hit	367.0	74.932	28.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0060_000000022988	1790	0.9113512213012476	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.15050840892735085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	85.57700000000001	23.0	0.0093183154656896	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0079_000000006041	3816	0.911347972488036	5	2	2	2	2	False	82018	fragment	False	MON0079_000000006041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	98.446	66.0	0.30145909327774884	NZ_CABMGA010000048.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0370_000000004570	5481	0.9113459342946256	8	5	4	3	3	False	115043	maximal	True	ISR0370_000000004570	1.0		6	4	False	False	0.9985404014587402	0					non-mobilizable	no_good_hit	2223.0	99.46	41.0	0.0006649348037709165	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
TAN0008_000000017937	1265	0.9113457304754964	2	2	2	1	1	False	13042	fragment	False	TAN0008_000000017937	1.0		0	0	False	False	0.999209463596344	0					non-mobilizable	no_good_hit								True	False
ISR0189_000000006569	2206	0.9113342131445826	4	4	4	3	2	False	29230	maximal	True	ISR0189_000000006569	1.0		13	4	False	False	0.9990933537483215	0					non-mobilizable	no_good_hit	1134.0	96.73700000000001	51.0	0.01918477431173986	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ENG0050_000000004401	5117	0.9113284043349364	6	4	4	2	2	True	98941	maximal	True	ENG0050_000000004401	1.0		1	1	False	False	0.9994137287139893	0					non-mobilizable	no_good_hit								True	True
DEN0062_000000019406	1152	0.9113258528984554	3	1	1	1	1	True	71606	fragment	False	DEN0062_000000019406	1.0		0	0	False	False	0.9991319179534912	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	4.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
SPA0078_000000002665	2809	0.91132268375011	3	3	3	2	3	False	48699	fragment	False	SPA0078_000000002665	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2809.0	99.50200000000001	100.0	0.0005144203492086116	CP052309.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 chromosome, complete genome	False	False
ISR0800_000000009324	1366	0.9113192927835316	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.10768212205066391		0	0	False	False	0.997803807258606	0					non-mobilizable	chromosome	1330.0	92.18	100.0	0.00036524341441347393	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
AST0002_000000029209	1284	0.9113192927835316	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09875905864808295		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	99.68799999999999	100.0	0.006410224382834788	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ISR0299_000000010343	1284	0.9113192927835316	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09876552213475724		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	99.611	100.0	0.006410224382834788	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ISR0331_000000020416	1238	0.9113192927835316	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09139624252605445		0	0	False	False	0.9983844757080078	0					non-mobilizable	chromosome	1238.0	99.273	100.0	0.0002798736247277058	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
FIJ0152_000000024228	1184	0.9113192927835316	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.07558591702403412		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	99.40899999999999	100.0	0.005910596605528881	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ENG0168_000000008905	3326	0.9113165485174499	4	3	3	3	2	True	110600	maximal	True	ENG0168_000000008905	1.0		4	3	False	False	0.9984967112541199	0					non-mobilizable	no_good_hit	1745.0	100.0	52.0	0.0161749566410996	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ISR0111_000000001335	10136	0.9113090758081992	11	7	4	7	4	False	32692	maximal	True	ISR0111_000000001335	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	76.109	15.0	0.00045824780722357824	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0039_000000007182	3416	0.9113056871367149	4	4	4	3	3	False	120048	maximal	True	FIJ0039_000000007182	1.0		17	7	False	False	0.9979507923126221	0					non-mobilizable	other	3417.0	98.829	100.0	0.004318783102239444	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0800_000000006901	1731	0.91130480458761	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.842269969724843		0	0	False	False	0.9988446235656738	0					non-mobilizable	no_good_hit	258.0	74.419	15.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
FIJ0139_000000002744	9163	0.911297748708222	15	10	6	6	10	True	124089	fragment	False	SPA0058_000000002390	0.9602105263157895		0	0	False	False	0.9997817277908325	0					non-mobilizable	other	7008.0	95.448	94.0	0.001967223803183193	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0177_000000005809	4520	0.9112920060361857	3	3	3	3	2	False	63089	maximal	True	ENG0177_000000005809	1.0	PS57	39	5	False	True	0.9953539967536926	0					non-mobilizable	no_good_hit	1145.0	72.664	25.0	0.00046507351723132584	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	True	True
FIJ0133_000000018264	2082	0.9112807664694352	2	2	2	2	1	False	40683	fragment	False	FIJ0133_000000018264	1.0		0	0	False	False	0.9932757019996643	0					non-mobilizable	no_good_hit								True	False
ENG0157_000000006130	3994	0.9112793312822332	7	3	1	1	3	True	121569	backbone	True	ENG0157_000000006130	1.0	PS854|PS855	2	2	True	True	1.0	28					non-mobilizable	chromosome	3626.0	96.194	100.0	0.0014975118773895586	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
CHI0078_000000003105	5453	0.9112776136503362	6	6	5	6	4	False	84515	maximal	True	CHI0078_000000003105	1.0		29	7	False	False	0.9959655404090881	0					non-mobilizable	other	3673.0	99.973	100.0	0.004028966425279789	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
CHI0115_000000005345	1494	0.9112753155214284	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.1932107443236021	PS1128	0	0	False	True	0.993306577205658	0					non-mobilizable	other	1500.0	84.4	99.0	0.017676528972492674	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
FIJ0125_000000005736	3488	0.9112610390589849	3	3	3	3	2	False	41203	maximal	True	FIJ0125_000000005736	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.736	23.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ENG0119_000000002959	9607	0.9112565588979188	12	11	10	11	10	False	92146	maximal	True	ENG0119_000000002959	1.0		1	1	False	False	0.9992713928222656	0					non-mobilizable	no_good_hit	52.0	88.462	1.0	0.0011595547309833025	NZ_QZEV01000016.1	a-proteobacteria	Paracoccus aestuarii strain DSM 19484 NODE_16_length_43120_cov_63.5258, whole genome shotgun sequence	True	False
ISR0785_000000001008	19834	0.9112547923426262	27	14	9	11	7	True	66647	maximal	True	ISR0785_000000001008	1.0		1	1	False	False	0.9998487234115601	0					non-mobilizable	no_good_hit	69.0	88.406	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
ISR0793_000000010590	1588	0.9112500109600772	3	3	3	3	2	False	47469	fragment	False	ISR0793_000000010590	0.9932019034670292		0	0	False	False	1.0	0					non-mobilizable	other	1000.0	84.8	99.0	0.002680424023703991	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
SPA0047_000000003608	10650	0.9112450895979768	12	8	7	6	8	False	122632	fragment	False	AST0104_000000002531	0.9786489341638349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2502.0	99.321	40.0	0.0007883091949758763	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0061_000000000520	8011	0.9112242502800408	6	5	4	5	4	False	87005	maximal	True	CHI0061_000000000520	0.9670532060027285		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	99.141	19.0	0.01893214209742608	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0016_000000005200	3811	0.911222616170293	3	2	1	2	1	True	100146	fragment	False	ENG0125_000000004410	0.40680146524337146		0	0	False	False	1.0	0					non-mobilizable	other	3686.0	97.15100000000001	96.0	0.5052111903455841	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0838_000000011679	2039	0.9112209495116576	2	2	2	2	1	False	20879	fragment	False	ISR0838_000000011679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	74.913	28.0	0.05711713514054216	NZ_JPZS01000015.1	bacteria	Synergistes jonesii strain 113-4 contig00039, whole genome shotgun sequence	True	False
CHI0011_000000001849	3181	0.9112194430739132	6	4	2	3	3	True	118129	fragment	False	CHI0011_000000001849	0.9969594594594595		0	0	False	False	0.9993712902069092	0	rep_cluster_1097				non-mobilizable	other	3148.0	99.365	99.0	0.38103886669088266	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
MON0106_000000035941	1241	0.9112163662803214	3	1	1	1	1	True	11196	fragment	False	MON0106_000000035941	1.0		0	0	False	False	0.9935535788536072	0					non-mobilizable	no_good_hit	67.0	82.09	5.0	0.00011450739266666898	NZ_VMHO01000003.1	g-proteobacteria	Marinobacter confluentis strain KCTC 42705 NODE_3_length_576382_cov_61.896719, whole genome shotgun sequence	True	True
MON0052_000000026818	1139	0.9112163662803214	1	1	1	1	1	True	11196	fragment	False	MON0106_000000035941	0.9589041095890412		0	0	False	False	0.9411764740943909	0					non-mobilizable	no_good_hit	67.0	82.09	6.0	0.00011450739266666898	NZ_VMHO01000003.1	g-proteobacteria	Marinobacter confluentis strain KCTC 42705 NODE_3_length_576382_cov_61.896719, whole genome shotgun sequence	True	True
CHI0086_000000004603	1438	0.9112129232848828	2	2	1	2	2	False	84047	fragment	False	CHI0086_000000004603	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1438.0	99.861	100.0	0.011616345337698557	LT883141.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, plasmid: III	False	True
MAD0097_000000011848	3358	0.9112066703857888	4	3	3	3	3	False	97516	maximal	True	MAD0097_000000011848	1.0		37	5	False	False	0.998511016368866	0					non-mobilizable	no_good_hit	865.0	95.145	55.0	0.0014941601365693529	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ENG0147_000000002083	6041	0.9112064335627776	9	7	4	5	6	True	130648	backbone	False	USA0082_01_000000002282	0.4194936880457344	PS1107|PS1110|PS1114	0	0	True	True	1.0	333		MOBV			mobilizable	other	5151.0	99.98100000000001	100.0	0.8457874856298243	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0047_000000003978	1150	0.9112061799997494	2	2	2	1	1	False	72631	fragment	False	DEN0047_000000003978	1.0		0	0	False	False	0.9991304278373718	0					non-mobilizable	chromosome	1149.0	99.913	99.0	0.0003900891530410134	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0092_000000007663	5001	0.9112041218878958	5	3	1	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.7572895169702117		0	0	False	False	0.9968006610870361	0					non-mobilizable	no_good_hit	1585.0	73.249	31.0	0.1935483870967742	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0853_000000003192	4651	0.9112041218878958	5	3	1	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.5160807854467866		0	0	False	False	0.9980649352073669	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
MON0100_000000023092	1949	0.9112040019358576	2	2	2	2	2	False	9112	maximal	True	MON0100_000000023092	1.0		1	1	False	False	0.9953822493553162	0					non-mobilizable	no_good_hit	496.0	74.395	25.0	0.0001718505919005305	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ISR0123_000000001220	11826	0.9111882137077962	19	11	5	9	7	False	129679	maximal	True	ISR0123_000000001220	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1429.0	96.991	15.0	0.00666501752600897	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0162_000000016471	1481	0.9111856355021491	2	1	1	1	1	False	56340	fragment	False	ENG0162_000000016471	1.0		0	0	False	False	0.9979743361473083	0					non-mobilizable	no_good_hit								True	False
ENG0145_000000006168	5300	0.9111774967637176	6	6	4	6	5	False	57524	maximal	True	ENG0145_000000006168	1.0		1	1	False	False	0.9847169518470764	0					non-mobilizable	no_good_hit	1091.0	71.952	20.0	0.006565052861062424	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
ISR0182_000000004974	5938	0.9111762613928396	5	2	2	2	1	True	102971	maximal	True	ISR0182_000000004974	1.0		1	1	False	False	0.9991579651832581	0					non-mobilizable	no_good_hit	58.0	96.552	1.0	0.001097737120847376	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0140_000000004018	3642	0.9111736881889644	5	4	2	2	4	True	80525	fragment	False	ENG0140_000000004018	1.0		0	0	False	False	1.0	0	rep_cluster_722	MOBV			mobilizable	no_good_hit	1446.0	92.669	40.0	0.2937703583061889	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
DEN0054_000000002062	2997	0.9111726119812458	3	2	2	2	1	True	72070	maximal	True	DEN0054_000000002062	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2782.0	90.906	93.0	0.1868598382749326	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0165_000000001487	11288	0.9111688573169916	14	12	6	7	9	True	132506	backbone	False	ISR0038_000000002833	0.9715809572844992	PS1165|PS799|PS800	0	0	False	True	0.9984939694404602	0	rep_cluster_1097	MOBB			mobilizable	plasmid	8938.0	98.29899999999999	93.0	0.999888080581981	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0121_01_000000026052	1664	0.9111536341350072	6	2	1	2	1	False	172	maximal	True	USA0121_01_000000026052	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0089_000000016632	1234	0.9111449394243898	2	2	2	2	1	True	61276	fragment	False	ENG0089_000000016632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0002_000000030250	1241	0.911138970931706	2	1	1	1	1	False	130990	maximal	True	AST0002_000000030250	1.0		1	1	False	False	0.9943593740463257	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000013086	1474	0.91113864322095	2	1	1	1	1	False	58307	fragment	False	ENG0132_000000013086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	86.645	42.0	0.00019596497862476773	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0007_000000001849	3603	0.9111378000587084	9	4	2	4	2	False	19869	maximal	True	MAD0007_000000001849	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	0.0010517866533809406	NZ_BJZL01000025.1	firmicutes	Lactobacillus namurensis strain NBRC 107158 sequence025, whole genome shotgun sequence	True	False
ENG0123_000000001457	7843	0.9111328565694784	13	3	2	3	2	False	78925	fragment	False	ENG0123_000000001457	0.968080835117773		0	0	False	False	1.0	0					non-mobilizable	plasmid	3988.0	96.038	98.0	0.07856521050965495	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0247_000000001521	6875	0.9111328565694784	10	3	2	3	2	False	69126	fragment	False	ISR0247_000000001521	1.0		0	0	False	False	0.9983999729156494	0					non-mobilizable	plasmid	3249.0	98.83	97.0	0.06422127255460588	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0106_000000006737	3445	0.9111257570918436	3	3	3	3	3	False	129611	maximal	True	ISR0106_000000006737	1.0	PS1061	2	2	False	True	0.9970972537994385	0					non-mobilizable	no_good_hit	1804.0	99.279	52.0	0.000483173865412362	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0086_000000002180	10450	0.9111219004253984	13	4	2	2	3	True	123840	maximal	True	ISR0086_000000002180	1.0	PS486|PS905	17	3	False	True	0.9999043345451355	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2978.0	96.47399999999999	49.0	0.35673988716840715	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
DEN0072_000000011338	1466	0.9111188521281056	2	2	2	2	2	False	70265	maximal	True	DEN0072_000000011338	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	80.806	35.0	0.00015595988037455662	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0124_000000023310	1331	0.9111166896412534	2	2	2	2	2	False	58905	fragment	False	ENG0124_000000023310	1.0		0	0	False	False	0.9984973669052124	0					non-mobilizable	other	1335.0	87.34100000000001	100.0	0.06696203806263216	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ENG0201_000000004711	1576	0.9111166679184008	3	2	2	2	2	False	54153	maximal	True	ENG0201_000000004711	1.0		3	3	False	False	0.9987309575080872	0					non-mobilizable	other	1576.0	99.365	100.0	0.0054024388152365925	NZ_DS483475.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_15, whole genome shotgun sequence	False	False
MON0007_000000020107	2930	0.9111165948846802	3	3	3	3	2	False	13985	maximal	True	MON0007_000000020107	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	80.11	6.0	6.599430689112553e-05	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
SPA0016_000000020348	1665	0.9111127236732856	2	2	2	2	2	False	7867	maximal	True	SPA0016_000000020348	1.0		7	5	False	False	1.0	0					non-mobilizable	other	1672.0	84.569	100.0	0.010094835777356823	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	False	False
ISR0110_000000005869	3970	0.9110996013416548	4	3	1	3	2	False	128941	fragment	False	ISR0007_000000003472	0.9743830120643638		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1436.0	99.304	36.0	0.01974326871483015	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0007_000000003472	3882	0.9110996013416548	4	3	1	3	2	False	128941	fragment	False	ISR0007_000000003472	0.9774965733637161		0	0	False	True	0.9971663951873779	0					non-mobilizable	no_good_hit	1487.0	92.535	38.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0159_000000013238	1873	0.9110978329954099	3	3	3	3	2	False	78303	fragment	False	FIJ0145_000000007407	0.9442821417228767		0	0	False	False	1.0	0					non-mobilizable	chromosome	1873.0	99.46600000000001	100.0	0.0003521870685261592	CP052716.1	enterobacteria	Klebsiella pneumoniae strain B16KP0048 chromosome, complete genome	False	False
ENG0153_000000002042	11315	0.9110926475703354	10	9	4	6	7	True	123734	maximal	True	ENG0153_000000002042	1.0		1	1	False	False	0.9996464848518372	0					non-mobilizable	no_good_hit	3872.0	93.853	49.0	0.0005466386595572566	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
SPA0085_000000005272	2601	0.91109237942774	5	5	2	5	4	True	126932	fragment	False	SPA0085_000000005272	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2601.0	99.27	100.0	0.0006148077874391932	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
ISR0309_000000002207	7001	0.9110908425995417	7	4	3	3	2	True	55856	fragment	False	ISR0309_000000002207	1.0		0	0	False	False	0.9997143149375916	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.061634674373784e-07	LR877220.1	rodents	Acomys russatus genome assembly, chromosome: 9	True	True
TAN0009_000000002557	9042	0.91108812367293	13	8	4	4	7	True	104860	maximal	True	TAN0009_000000002557	1.0		1	1	True	True	1.0	33					non-mobilizable	no_good_hit	1811.0	96.135	49.0	0.22493461203138623	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0131_000000022186	1593	0.9110873491734324	2	1	1	1	1	False	31649	fragment	False	ISR0131_000000022186	1.0		0	0	False	False	0.9723791480064392	0					non-mobilizable	no_good_hit								True	False
ISR0776_000000010737	2289	0.911085993721194	6	4	4	2	2	False	37620	fragment	False	ISR0776_000000010737	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2259.0	97.255	100.0	0.0004439823862725446	CP055713.1	enterobacteria	Escherichia coli strain RHB15-C06 chromosome, complete genome	False	False
ETH0005_000000017317	2753	0.911083793143836	3	3	2	3	2	False	52766	maximal	True	ETH0005_000000017317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0786_000000004043	4523	0.9110763631494216	5	4	4	3	3	False	115224	fragment	False	ISR0786_000000004043	1.0		0	0	False	False	0.9931461215019226	0					non-mobilizable	no_good_hit	2515.0	99.443	56.0	0.019453085101443893	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0018_000000012680	1396	0.9110672454683008	3	2	2	2	1	True	89509	fragment	False	CHI0018_000000012680	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.92299999999999	94.0	0.0005287661327316358	CP013328.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F319 genome	False	True
SPA0140_000000011952	1815	0.9110672454129864	3	2	2	2	1	False	16538	maximal	True	SPA0140_000000011952	1.0		227	12	False	False	0.9988980889320374	0					non-mobilizable	no_good_hit	558.0	87.27600000000001	31.0	0.0065037607177531615	NZ_SLUM01000018.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_118, whole genome shotgun sequence	True	False
DEN0083_000000015495	1897	0.9110491521678926	2	2	1	2	2	False	69097	fragment	False	DEN0083_000000015495	1.0		0	0	False	False	0.9942013621330261	0					non-mobilizable	chromosome	777.0	99.485	97.0	0.000217187417347733	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ITA0006_000000004784	5494	0.911046850888585	6	5	4	5	4	False	131413	fragment	False	ISR0058_000000003113	0.35068675905941715		0	0	False	False	0.9970877170562744	0					non-mobilizable	no_good_hit	807.0	74.845	14.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
CHI0092_000000008592	1265	0.9110414115527692	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.3192633323214645		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	95.021	94.0	0.13640552995391705	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ISR0367_000000002491	3935	0.9110374622078002	4	3	3	3	1	True	23594	maximal	True	ISR0367_000000002491	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0032_000000005080	6695	0.9110369756758916	9	3	1	3	1	False	48473	maximal	True	FIJ0032_000000005080	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.522003814927465e-07	LR877207.1	rodents	Onychomys torridus genome assembly, chromosome: 20	True	False
ENG0134_000000005028	6708	0.9110341522649112	9	5	5	4	5	False	116173	fragment	False	FIJ0141_000000004361	0.9760318582914463		0	0	False	False	0.998658299446106	0					non-mobilizable	no_good_hit	1669.0	95.32700000000001	35.0	0.0003771619502191476	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0145_000000023545	1201	0.9110110638067556	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.03988762394693629	PS1061	0	0	False	True	0.9975020885467529	0					non-mobilizable	chromosome	1201.0	98.751	100.0	0.0003215799437020712	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0035_000000002777	8089	0.9110092253270964	10	5	4	3	4	False	18792	maximal	True	MAD0035_000000002777	1.0		1	1	False	False	0.998269259929657	0					non-mobilizable	no_good_hit	535.0	72.15	6.0	0.0007251400807341074	NZ_QRWX01000001.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf1, whole genome shotgun sequence	True	False
SPA0138_000000008051	3116	0.9110086270051015	4	3	2	2	2	True	77737	fragment	False	SPA0138_000000008051	0.996868729129104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	27.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
USA0111_01_000000008214	2986	0.9110086270051015	4	3	2	2	2	True	77737	fragment	False	SPA0138_000000008051	0.9908401681536684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.49799999999999	28.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ISR0123_000000007033	2937	0.9110086270051015	5	3	2	2	2	True	77737	fragment	False	SPA0138_000000008051	0.9874691326588583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	35.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ISR0840_000000005225	2843	0.9110086270051015	5	3	2	2	2	True	77737	fragment	False	SPA0138_000000008051	0.9743081925097059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	29.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ISR0773_000000004564	2813	0.9110086270051015	5	3	2	2	2	True	77737	fragment	False	SPA0138_000000008051	0.9670956215650625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	23.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
DEN0094_000000012545	2787	0.9110086270051015	5	3	2	2	2	True	77737	fragment	False	SPA0138_000000008051	0.8306904580577266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	30.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ISR0325_000000007121	2734	0.9110086270051015	5	3	2	2	2	True	77737	fragment	False	SPA0138_000000008051	0.8174760139262102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	85.34700000000001	24.0	0.07850155094249582	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ISR0143_000000020296	1437	0.9110063153890124	3	2	2	2	1	False	119694	fragment	False	USA0059_01_000000016257	0.9335022165927802		0	0	False	False	0.9944328665733337	0					non-mobilizable	chromosome	1443.0	94.664	100.0	0.000229941620023227	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0039_000000005265	5658	0.9110012048381744	7	3	2	1	2	False	50379	maximal	True	ISR0039_000000005265	1.0		0	0	False	False	0.9929303526878357	0					non-mobilizable	no_good_hit	1473.0	76.646	26.0	0.1280819434372734	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0264_000000001078	7196	0.9109915750417024	7	6	5	6	6	False	49084	fragment	False	SPA0109_000000003142	0.6341477647757016		0	0	False	False	1.0	0					non-mobilizable	other	6026.0	98.258	91.0	0.09554625047582795	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
CHI0125_000000004855	3191	0.9109864079068529	3	2	1	1	2	False	81646	maximal	True	CHI0125_000000004855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	92.42299999999999	31.0	0.006198270192462804	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ISR0102_000000006733	2703	0.9109807902645604	4	3	1	3	2	False	33748	fragment	False	ISR0102_000000006733	0.9538944004633219		0	0	False	False	0.9963003993034363	0					non-mobilizable	other	1752.0	98.85799999999999	100.0	0.0006083240689271818	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0072_01_000000005142	3937	0.9109790954499044	5	2	1	2	2	False	110736	fragment	False	USA0072_01_000000005142	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3948.0	95.947	100.0	0.023941448138999982	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
SPA0092_000000032928	1385	0.9109766702419844	2	2	2	2	2	False	102201	fragment	False	SPA0016_000000023050	0.9543301759133964		0	0	False	False	0.992057740688324	0					non-mobilizable	other	1385.0	99.85600000000001	100.0	0.0044240149853918	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0165_000000008856	2354	0.9109758768273146	4	4	4	3	2	False	30246	fragment	False	ISR0165_000000008856	1.0		0	0	False	False	0.9991503953933716	0					non-mobilizable	no_good_hit	1645.0	96.71700000000001	85.0	0.0007434597712696013	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
AST0104_000000012847	2612	0.91096580215112	4	3	2	3	2	False	107928	fragment	False	AST0104_000000012847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001554654751485559	NZ_BDCK01000011.1	high GC Gram+	Nocardia niwae NBRC 108934 = DSM 45340 strain NBRC 108934, whole genome shotgun sequence	True	False
ISR0302_000000003165	4042	0.9109609315017188	4	3	3	3	3	False	33645	maximal	True	ISR0302_000000003165	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1591.0	99.37100000000001	58.0	0.00047534328604514686	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0149_000000009886	3765	0.9109527272909708	8	4	4	2	3	False	27179	maximal	True	SPA0149_000000009886	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1865.0	99.73200000000001	100.0	0.007576558193982652	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ISR0213_000000007563	3214	0.9109474252180356	4	2	1	1	2	True	83856	fragment	False	ISR0213_000000007563	1.0		0	0	False	False	0.9996888637542725	0					non-mobilizable	no_good_hit	1305.0	96.552	55.0	0.26217303822937627	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ENG0154_000000011359	2689	0.9109474252180356	4	2	1	1	2	True	90520	fragment	False	ENG0154_000000011359	0.9965948406116715		0	0	False	False	1.0	0					non-mobilizable	plasmid	2689.0	99.926	100.0	0.4979614529280949	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0392_000000014554	2273	0.9109474252180356	3	2	1	1	2	True	97338	fragment	False	ISR0392_000000014554	0.9958700463105794		0	0	False	False	0.9995600581169128	0					non-mobilizable	plasmid	2273.0	99.296	100.0	0.4569416498993964	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0068_000000001709	9415	0.9109366310702924	10	10	6	8	8	False	119745	fragment	False	ISR0068_000000001709	1.0		0	0	False	False	0.9997875690460205	0					non-mobilizable	chromosome	8067.0	99.29299999999999	100.0	0.0012858871177997935	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0020_01_000000020715	1673	0.9109300452729556	2	2	2	2	2	False	1781	fragment	False	USA0020_01_000000020715	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	73.378	96.0	0.0004364026899061464	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0067_000000026426	1186	0.9109289761979994	2	2	2	2	2	False	56503	fragment	False	ENG0159_000000018478	0.9340084222190098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	72.222	19.0	0.0035974643423137874	NZ_OAOG01000025.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	False
FIJ0116_000000006847	2703	0.910924646400476	4	4	4	4	4	False	84163	maximal	True	FIJ0116_000000006847	1.0		8	3	False	False	1.0	0					non-mobilizable	chromosome	2299.0	99.348	100.0	0.0008451224728224661	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ENG0135_000000015907	1419	0.910919937185045	2	2	1	2	1	False	58071	fragment	False	ENG0135_000000015907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0158_000000016478	1343	0.9109009301528942	3	2	2	2	2	False	3130	fragment	False	SPA0158_000000016478	1.0		0	0	False	False	0.9910647869110107	0					non-mobilizable	no_good_hit	254.0	71.654	19.0	7.963647843700138e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
USA0033_01_000000002540	4123	0.9108946537982928	7	4	2	3	4	False	130149	fragment	False	ISR0125_000000003243	0.6101967668787945		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1763.0	93.25	99.0	0.3342840844266971	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0082_000000017476	1965	0.9108921116300326	3	2	2	2	1	True	112934	fragment	False	MON0082_000000017476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	92.948	44.0	0.03319214478244128	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
SPA0131_000000014033	1897	0.9108919855070632	3	3	3	3	3	False	111886	maximal	True	SPA0131_000000014033	1.0		14	8	False	False	0.9968371391296387	0					non-mobilizable	no_good_hit	265.0	74.717	14.0	0.003970547966044969	NZ_LUTP01000020.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00020, whole genome shotgun sequence	True	False
AST0093_000000004920	3926	0.910887179771114	6	5	3	3	5	False	109572	maximal	True	AST0093_000000004920	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2248.0	99.37700000000001	66.0	0.1236653824986241	CP031543.1	firmicutes	Lactococcus lactis subsp. cremoris strain 3107 plasmid p3107E, complete sequence	True	False
ISR0776_000000003562	7473	0.9108804122121612	9	7	7	7	6	False	84742	fragment	False	ISR0776_000000003562	0.9954335317854278		0	0	False	False	0.9997323751449585	0					non-mobilizable	chromosome	7474.0	99.73200000000001	100.0	0.001875097857375134	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0099_000000012003	2577	0.9108794827415072	4	3	3	3	3	False	85579	maximal	True	MAD0099_000000012003	1.0		54	9	False	False	0.9934031963348389	0					non-mobilizable	other	2578.0	78.86	99.0	0.05031596518421366	NZ_SMUS01000030.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00030, whole genome shotgun sequence	False	False
ISR0038_000000004600	5914	0.9108748212023716	7	7	4	4	7	False	123628	fragment	False	USA0108_01_000000001009	0.1737906324967431		0	0	False	True	1.0	0					non-mobilizable	plasmid	5914.0	99.899	100.0	0.19088972107438015	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0025_000000011020	1934	0.9108737432957134	3	3	3	3	3	False	81006	fragment	False	SPA0025_000000011020	1.0		0	0	False	False	0.9994829297065735	0					non-mobilizable	other	1929.0	93.209	99.0	0.020003942685799067	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
ISR0267_000000000570	22634	0.9108729262804688	32	15	9	13	8	True	117603	fragment	False	ISR0267_000000000570	1.0		0	0	False	False	0.9999558329582214	0					non-mobilizable	no_good_hit	5936.0	96.14200000000001	82.0	0.03415047173615031	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0111_000000009650	3529	0.9108636317785878	6	4	0	2	3	False	114711	fragment	False	SPA0130_000000008696	0.9739552256830954		0	0	False	True	1.0	0	rep_cluster_870				non-mobilizable	plasmid	3530.0	99.943	100.0	0.6308544869503039	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
FIJ0105_000000007303	4018	0.9108610582289394	3	3	1	3	0	True	42439	maximal	True	FIJ0105_000000007303	1.0		4	2	False	False	0.992782473564148	0					non-mobilizable	no_good_hit	866.0	84.527	22.0	0.00024181691828407387	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0093_000000028388	1314	0.9108572903844732	2	2	2	1	1	False	5260	maximal	True	SPA0093_000000028388	1.0		2	2	False	False	0.9893454909324646	0					non-mobilizable	no_good_hit								True	False
SPA0041_000000021217	1586	0.9108374226548974	2	1	1	1	1	False	42137	fragment	False	SPA0041_000000021217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	88.56	89.0	0.000280753786427179	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0143_000000008153	2364	0.9108371344242708	3	3	3	3	2	False	79936	maximal	True	CHI0143_000000008153	0.954384410983171		2	2	False	False	1.0	0					non-mobilizable	chromosome	2363.0	98.053	99.0	0.0011153022204481522	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	False	False
AST0087_000000011707	3063	0.9108355893022712	4	4	2	3	3	False	126996	fragment	False	AST0087_000000011707	1.0		0	0	False	False	0.9915115833282471	0					non-mobilizable	other	1492.0	97.654	96.0	0.04084151626529157	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
SPA0075_000000015808	1412	0.9108204763162879	2	1	1	1	1	False	25470	maximal	True	SPA0075_000000015808	1.0		0	0	False	False	0.9865438938140869	0					non-mobilizable	no_good_hit	1066.0	98.499	81.0	0.0071233646360061	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0052_000000002529	7354	0.910814921222826	7	7	7	7	6	False	129761	maximal	True	AST0052_000000002529	1.0	PS1061	6	3	False	True	0.999048113822937	0					non-mobilizable	no_good_hit	3941.0	90.789	78.0	0.0010539782654835383	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0037_000000034610	2068	0.9108109769005152	2	2	2	2	2	False	100174	fragment	False	MON0037_000000034610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	74.766	10.0	0.007542131283605789	NZ_RHNT01000029.1	firmicutes	Lactobacillus furfuricola strain JCM 18764 contig29, whole genome shotgun sequence	True	False
ISR0300_000000000670	7228	0.9108102998486496	10	7	4	5	4	True	95113	fragment	False	ISR0300_000000000670	1.0		0	0	False	False	0.9982014298439026	0					non-mobilizable	chromosome	3881.0	94.92399999999999	99.0	0.001713168549634808	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0129_000000007598	3495	0.9108071748340716	4	3	3	3	3	False	58557	maximal	True	ENG0129_000000007598	1.0		1	1	False	False	0.9988555312156677	0					non-mobilizable	no_good_hit	2181.0	98.991	66.0	0.0006319417570010015	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0118_000000000748	10356	0.9108044685542368	12	8	2	4	6	True	88345	maximal	True	CHI0118_000000000748	1.0	PS456	1	1	True	True	1.0	131		MOBB			mobilizable	no_good_hit	3353.0	94.87	53.0	0.30341454578389637	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0088_000000002418	11703	0.9107921578367676	9	8	6	6	6	False	119753	maximal	True	ENG0088_000000002418	0.966809824721115		15	8	False	False	1.0	0					non-mobilizable	other	11720.0	96.314	100.0	0.0018693810149286918	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
SPA0039_000000016523	1669	0.910786207671557	4	3	3	1	2	False	6996	fragment	False	SPA0039_000000016523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000001913	7583	0.9107755989734851	9	8	8	8	7	False	107571	maximal	True	ISR0375_000000001913	1.0		247	12	False	False	1.0	0					non-mobilizable	no_good_hit	2551.0	84.43700000000001	84.0	0.0007617345508641472	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0141_000000018051	1470	0.910774477650564	2	2	2	2	2	True	57722	fragment	False	ENG0141_000000018051	1.0		0	0	False	False	0.9986394643783569	0					non-mobilizable	no_good_hit	1148.0	99.652	84.0	0.14337636295275097	MF134832.1	e-proteobacteria	Campylobacter coli strain ZTA14/01426 aminoglycoside 2-phosphotransferase IIIa (aph(2)-IIIa), 3-aminoglycoside o-phosphotransferase type IIIa (aph(3)-IIIa), phosphorylase (pnp), spectinomyicin adenyltransferase (aad9), erythromycin resistance methylase B (erm(B)), and Aad6 (aad6) genes, complete cds	True	True
ENG0010_000000001551	10885	0.910768764094955	13	11	7	8	9	True	123702	fragment	False	ENG0167_000000001303	0.05524246130829029		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	10611.0	97.785	97.0	0.10781391468885747	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0062_000000000678	21522	0.9107685423675907	30	19	12	13	17	True	124154	maximal	True	ENG0062_000000000678	1.0		1	1	False	False	0.9999535083770752	0					non-mobilizable	no_good_hit	12923.0	95.961	75.0	0.0036300899808167576	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CHI0090_000000001825	6463	0.9107599119842492	8	3	2	3	3	True	113429	fragment	False	CHI0090_000000001825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	26.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ITA0006_000000003035	8414	0.9107439583997856	13	5	4	5	2	False	64952	maximal	True	ITA0006_000000003035	1.0		1	1	False	False	0.9997622966766357	0					non-mobilizable	no_good_hit	542.0	89.66799999999999	8.0	0.0036997071065207336	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
FIJ0030_000000010006	3179	0.9107413597359956	4	4	3	4	3	False	114459	fragment	False	FIJ0030_000000010006	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3134.0	87.588	98.0	0.08524877941741181	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0085_000000005487	3951	0.9107318293563236	4	4	4	4	2	True	121151	fragment	False	ISR0085_000000005487	0.9892117673692938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3208.0	99.065	81.0	0.2403507457093607	MK232331.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_1-CL12_c1 sequence	True	True
MON0037_000000034150	2091	0.910728995798888	2	2	2	2	2	True	102793	fragment	False	MON0037_000000034150	1.0		0	0	False	False	0.982305109500885	0					non-mobilizable	other	2091.0	99.904	100.0	0.0074671392282050645	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
CAN0007_000000005932	7256	0.9107143879961216	11	5	5	3	3	True	99385	maximal	True	CAN0007_000000005932	1.0		1	1	False	False	0.9971058368682861	0					non-mobilizable	other	7262.0	98.05799999999999	100.0	0.002000461581349025	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
USA0086_01_000000003271	6021	0.9107119995539984	9	7	4	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41946914646641736	PS1107|PS1110|PS1114	0	0	True	True	1.0	38		MOBV			mobilizable	other	5131.0	99.961	100.0	0.8425028740351453	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0174_000000005974	4494	0.9107107486294912	7	2	2	2	2	False	29907	maximal	True	ISR0174_000000005974	1.0		1	1	False	False	0.9968847632408142	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000009966	2818	0.9107058636951768	3	3	2	3	2	False	124038	maximal	True	DEN0069_000000009966	1.0		1	1	False	False	0.9918381571769714	0					non-mobilizable	other	1899.0	96.788	100.0	0.0005270728849048325	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0209_000000004606	4095	0.9107053643217756	5	5	4	5	3	False	53798	maximal	True	ENG0209_000000004606	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	95.838	87.0	0.000180273192756548	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
ENG0090_000000015035	1611	0.9107045884104537	3	2	2	2	2	False	103886	fragment	False	ENG0090_000000015035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	76.056	9.0	0.0016104178976515705	NZ_JHVN01000013.1	firmicutes	Anoxybacillus tepidamans PS2 N667DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
AST0028_000000003339	5257	0.910693801735625	5	4	4	4	4	False	121330	maximal	True	AST0028_000000003339	1.0	PS849	12	6	False	True	0.9998098015785217	0					non-mobilizable	no_good_hit	3552.0	99.212	69.0	0.000733688751917126	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
CHI0125_000000002300	6845	0.910690905300826	10	5	4	5	2	False	81657	maximal	True	CHI0125_000000002300	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1650.0	86.848	70.0	0.0005123789127611904	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0069_000000000934	8067	0.9106900690793258	11	7	4	4	5	False	102156	fragment	False	CHI0069_000000000934	1.0		0	0	False	False	0.9992562532424927	0					non-mobilizable	no_good_hit	2581.0	92.79299999999999	46.0	0.0004992362401761865	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
FIJ0144_000000024321	1309	0.9106800644941784	2	2	2	2	2	False	101409	fragment	False	FIJ0087_000000022340	0.9253112033195021		0	0	False	False	0.9992360472679138	0					non-mobilizable	other	1311.0	86.575	100.0	0.020548590819115847	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
SPA0143_000000001428	9954	0.9106723163659124	13	6	4	6	5	False	56260	backbone	True	SPA0143_000000001428	1.0	PS239	2	1	True	True	1.0	21					non-mobilizable	no_good_hit	108.0	78.704	1.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	True
SPA0131_000000004795	4596	0.9106663890536968	8	6	3	4	6	True	120916	fragment	False	SPA0131_000000004795	1.0		0	0	False	False	0.9984769225120544	0					non-mobilizable	other	4597.0	96.824	100.0	0.0013041118413582293	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ENG0151_000000017981	1340	0.910666136398965	1	1	1	1	1	False	57079	fragment	False	ENG0151_000000017981	1.0		0	0	False	False	0.9992537498474121	0					non-mobilizable	other	1084.0	98.06299999999999	99.0	0.0004747867624365197	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
SPA0106_000000014685	2665	0.9106653280393084	4	4	3	4	3	False	92124	fragment	False	ENG0115_000000006812	0.9679489186057998		0	0	False	False	0.998123824596405	0					non-mobilizable	other	2659.0	98.947	99.0	0.010619752099160336	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
USA0120_01_000000005018	2537	0.9106653280393084	4	4	3	4	3	False	92124	fragment	False	ENG0115_000000006812	0.9383234107862931		0	0	False	False	1.0	0					non-mobilizable	other	2537.0	99.251	100.0	0.010139944022391044	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CAN0018_000000008278	4136	0.9106621277490892	7	7	6	6	5	False	92295	fragment	False	CAN0018_000000008278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	79.375	12.0	0.11701346389228887	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ISR0785_000000001014	19690	0.9106530686852284	19	9	6	7	3	True	51327	fragment	False	ISR0785_000000001014	0.95618885580604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	77.275	15.0	0.0006600980302235658	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0162_000000009065	3233	0.9106523679452104	2	1	1	1	1	False	89097	fragment	False	CHI0162_000000009065	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3232.0	98.175	99.0	0.025979560494343353	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0086_000000005444	5442	0.9106415202720198	6	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.1013557850954346		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2791.0	98.42399999999999	89.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0386_000000003549	9574	0.9106345327738528	8	5	4	5	2	True	122758	fragment	False	AST0046_000000001434	0.19402639545356962		0	0	False	False	0.9991644024848938	0					non-mobilizable	no_good_hit	1537.0	91.67200000000001	33.0	0.00628561816100537	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0020_000000001978	8421	0.9106345327738528	9	5	4	5	2	True	122753	fragment	False	ISR0020_000000001978	0.9219707125216013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1695.0	91.976	24.0	0.006942079587742224	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0378_000000002023	8245	0.9106345327738528	9	5	4	5	2	True	122753	fragment	False	ISR0020_000000001978	0.8459566431780067		0	0	False	False	0.9992722868919373	0					non-mobilizable	no_good_hit	1658.0	91.85799999999999	23.0	0.006773861347140905	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0208_000000000094	66278	0.9106325879519492	67	17	10	14	9	True	28536	maximal	True	ISR0208_000000000094	1.0		1	1	False	False	0.9999849200248718	0					non-mobilizable	no_good_hit	1202.0	91.181	4.0	0.0004987996332698523	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
FIJ0064_000000005750	4680	0.9106286677462362	5	5	2	3	5	False	45518	maximal	True	FIJ0064_000000005750	1.0		1	1	False	False	0.9995726346969604	0					non-mobilizable	chromosome	3516.0	97.611	95.0	0.0006379557530301537	CP028555.2	enterobacteria	Klebsiella variicola strain WCHKP19 chromosome, complete genome	False	False
ISR0200_000000017362	1450	0.9106219556680278	2	1	1	1	1	False	28760	fragment	False	ISR0200_000000017362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	89.86399999999999	46.0	0.0002292940522512507	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0023_000000024293	1182	0.9106219556680278	1	1	1	1	1	False	7595	fragment	False	SPA0023_000000024293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	86.354	81.0	0.03845999114937442	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
ENG0018_000000005582	3829	0.9106212084190553	7	2	2	2	2	True	112119	maximal	False	ISR0017_000000008679	0.9481840055124644	PS416	0	0	True	True	1.0	171					non-mobilizable	plasmid	3792.0	99.446	99.0	0.9997361477572559	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
FIJ0126_000000000973	26026	0.9106196562461027	50	18	7	11	12	True	41173	maximal	True	FIJ0126_000000000973	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	91.23700000000001	1.0	5.728589621235252e-05	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
CAN0014_000000008839	5037	0.9106108837433308	10	7	7	7	7	False	125086	fragment	False	SPA0155_000000001948	0.08445987724096606		0	0	False	False	0.9984117746353149	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	13.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0019_000000001877	3955	0.9106001163925757	4	4	4	4	4	False	87374	fragment	False	FIJ0019_000000001877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.09	24.0	0.0001617083606599202	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0163_000000008169	3010	0.9105948147232508	4	3	3	2	3	False	71496	fragment	False	FIJ0012_000000006775	0.5448234203357526		0	0	False	False	0.999667763710022	0					non-mobilizable	no_good_hit	1601.0	89.881	53.0	0.13520149001015916	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ENG0173_000000013747	1228	0.9105909999503344	2	2	2	1	2	False	118750	fragment	False	ENG0113_000000014269	0.11926412287815343		0	0	False	False	0.9983713626861572	0					non-mobilizable	other	1228.0	95.928	100.0	0.005514005119175123	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0024_000000001795	5090	0.9105871139292626	5	4	4	3	2	True	124734	maximal	True	MAD0024_000000001795	1.0		0	0	False	False	0.9966601133346558	0					non-mobilizable	no_good_hit	863.0	81.112	39.0	0.001787816501023551	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0152_000000011676	2132	0.9105846649964908	3	3	3	3	2	False	40691	fragment	False	FIJ0133_000000016291	0.9590617724743442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	76.10600000000001	5.0	0.00019226741650959107	NZ_FUWZ01000006.1	CFB group bacteria	Chitinophaga eiseniae strain DSM 22224, whole genome shotgun sequence	True	False
ISR0104_000000006979	3622	0.9105672787388523	3	3	3	3	3	False	127030	fragment	False	ISR0104_000000006979	0.9968399885090491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	97.23299999999999	50.0	0.006927821763947708	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0136_000000008234	1383	0.9105648891657636	3	1	1	1	1	False	58021	fragment	False	ENG0136_000000008234	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1383.0	97.397	100.0	0.12783276292664877	LN852926.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0253	False	True
FIJ0096_000000003061	9193	0.9105640168820306	11	4	3	4	1	False	43049	maximal	True	FIJ0096_000000003061	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
FIJ0081_000000006408	4894	0.9105576407331348	4	3	1	3	3	False	46065	maximal	True	FIJ0081_000000006408	0.9996983712045043		2	1	True	True	1.0	2	Col(MG828),rep_cluster_2370,rep_cluster_2370				non-mobilizable	plasmid	3822.0	99.555	100.0	0.7957101207830071	CP051743.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-5, complete sequence	False	True
FIJ0058_000000007863	4881	0.9105576407331348	4	3	1	3	3	False	46065	maximal	False	FIJ0081_000000006408	0.9996983712045043		0	0	True	True	1.0	3	Col(MG828),ColRNAI_rep_cluster_1987,rep_cluster_2335				non-mobilizable	plasmid	3858.0	99.637	100.0	0.8032069970845481	CP051743.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-5, complete sequence	False	True
SPA0010_000000002300	7379	0.9105550193068968	10	7	3	7	6	False	113853	fragment	False	MAD0033_000000002070	0.96134500748671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001610027489728621	AC087379.4	primates	Homo sapiens chromosome 11, clone RP11-396O20, complete sequence	True	False
ISR0372_000000011227	1565	0.910551449926086	3	1	1	1	1	False	23453	fragment	False	ISR0372_000000011227	1.0		0	0	False	False	0.980191707611084	0					non-mobilizable	no_good_hit	112.0	78.571	7.0	0.0014960897653859232	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
FIJ0006_000000002884	10274	0.910548893129872	13	5	3	4	3	True	51812	fragment	False	FIJ0006_000000002884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	80.96600000000001	3.0	0.0013871219271966184	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	True
ISR0293_000000002995	11343	0.9105264068987164	10	4	2	3	2	False	71957	maximal	True	ISR0293_000000002995	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3795.0	96.206	66.0	0.1809510182668002	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
CHI0073_000000001632	5948	0.9105166136356144	9	4	2	4	1	False	91027	maximal	True	CHI0073_000000001632	1.0		15	5	False	False	1.0	0					non-mobilizable	chromosome	5186.0	97.05	100.0	0.0014600510369827942	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0128_000000000155	59259	0.910516258321276	47	23	14	20	12	True	117557	fragment	False	ISR0128_000000000155	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	11644.0	97.82700000000001	31.0	0.41382622927488794	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
SPA0124_000000022773	1296	0.9105147578697198	3	1	1	1	1	True	4036	maximal	True	SPA0124_000000022773	1.0		1	1	False	False	0.9961419701576233	0					non-mobilizable	plasmid	1297.0	99.76899999999999	100.0	0.03999505852558757	AF469177.1	g-proteobacteria	Haemophilus influenzae biotype aegyptius plasmid pF3028, complete sequence	False	True
ENG0204_000000023543	1183	0.9105018982944724	2	2	2	1	1	False	108423	fragment	False	ISR0388_000000027736	0.6657131422382971		0	0	False	False	0.9983093738555908	0					non-mobilizable	chromosome	1183.0	100.0	100.0	0.00022879361886467265	CP049197.1	enterobacteria	Escherichia coli strain E597 chromosome, complete genome	False	False
DEN0053_000000003081	2940	0.9104936478744988	4	2	2	2	0	True	130981	maximal	True	DEN0053_000000003081	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1946.0	93.988	66.0	0.6949945984875765	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
SPA0005_000000021015	1357	0.9104908562875609	2	2	2	2	2	False	8289	maximal	True	SPA0005_000000021015	1.0		36	6	False	False	1.0	0					non-mobilizable	chromosome	1357.0	99.926	100.0	0.0004175385915277848	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
SPA0006_000000020496	1541	0.9104860848234216	2	2	2	2	1	False	8241	fragment	False	SPA0006_000000020496	1.0		0	0	False	False	0.992861807346344	0					non-mobilizable	no_good_hit	957.0	99.164	88.0	0.004191732290369539	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ETH0003_000000016102	2397	0.9104833536321519	3	3	3	3	2	True	53200	maximal	True	ETH0003_000000016102	1.0		2	2	True	True	0.9983312487602234	59					non-mobilizable	no_good_hit	196.0	81.122	8.0	0.054970093990316146	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
FIJ0068_000000022849	1411	0.910478763393536	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08528906343708816		0	0	False	False	1.0	0					non-mobilizable	chromosome	1347.0	98.88600000000001	100.0	0.0003747085638723597	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MON0007_000000022740	2651	0.9104780780020436	4	3	3	2	2	False	13978	maximal	True	MON0007_000000022740	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	89.13	3.0	3.458717678477605e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0089_000000017978	1135	0.9104771896596592	2	2	1	2	1	False	61271	fragment	False	ENG0089_000000017978	1.0		0	0	False	False	0.9938325881958008	0					non-mobilizable	other	1135.0	99.912	100.0	0.00945701395201441	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0009_000000005542	5350	0.9104594705989356	7	2	0	2	1	False	92892	backbone	True	ISR0009_000000005542	1.0	PS140|PS493|PS494	1	1	True	True	1.0	33					non-mobilizable	no_good_hit	1985.0	95.819	89.0	0.3037332923644185	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
FIJ0090_000000010266	3928	0.9104521551431488	4	4	4	4	3	False	50513	maximal	True	FIJ0090_000000010266	0.9956989247311828		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	75.553	22.0	0.00015145352723177082	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0363_000000005185	3572	0.9104486705296494	4	4	4	4	3	False	23713	fragment	False	ISR0363_000000005185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	75.905	54.0	0.0002691667320646316	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ENG0063_000000006610	4602	0.9104458768338162	4	3	3	3	3	False	63109	fragment	False	ISR0776_000000005469	0.9730785472972973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2055.0	76.983	44.0	0.2833541579897265	NZ_JH604923.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld332, whole genome shotgun sequence	True	False
ISR0154_000000006385	3651	0.9104449416949176	4	3	3	3	2	False	84743	fragment	False	ISR0154_000000006385	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3651.0	99.589	100.0	0.0009558782321123756	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
USA0069_01_000000042200	1427	0.9104368479020258	2	1	1	1	1	False	13291	fragment	False	MON0027_000000028670	0.9493268433953541		0	0	False	False	0.9978976845741272	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	0.00020475531739571213	NZ_WHZW01000002.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence02, whole genome shotgun sequence	True	False
FIJ0090_000000010910	3743	0.9104276460023002	9	2	1	2	0	True	43519	maximal	True	FIJ0090_000000010910	1.0		2	1	False	False	0.9812984466552734	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.750623202490965e-07	AP015041.1	eudicots	Vigna angularis var. angularis DNA, chromosome 8, almost complete sequence, cultivar: Shumari	True	True
ISR0260_000000000620	13053	0.9104224010013924	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8451426899721861	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	13067.0	98.064	100.0	0.3479188331600139	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0104_000000002159	12884	0.9104224010013924	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8422666819086307	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12898.0	98.085	100.0	0.34343919153134417	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0228_000000001336	12865	0.9104224010013924	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8419600651875854	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12880.0	98.09	100.0	0.48066071228371765	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
DEN0022_000000002068	12854	0.9104224010013924	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8417852775026144	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12869.0	98.088	100.0	0.4802496356366082	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
SPA0139_000000001282	12854	0.9104224010013924	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8417735638938325	PS1166	0	0	False	True	0.9998444318771362	0			MPF_T		non-mobilizable	other	12870.0	98.089	100.0	0.4802496356366082	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
TAN0002_000000015708	2405	0.9104178626411876	3	3	3	3	3	False	78886	fragment	False	TAN0002_000000015708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0001_000000005610	8142	0.9104172902571458	10	6	3	5	6	False	119421	fragment	False	CAN0001_000000005610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	84.906	5.0	6.202265512964993e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0102_000000001717	11687	0.9104090935770254	18	17	6	11	14	True	132521	backbone	False	USA0060_01_000000001071	0.6928561910108151	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	11611.0	99.991	99.0	0.3175601750547046	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
CHI0158_000000005943	2772	0.9104000871410036	6	2	1	2	1	True	78901	maximal	True	CHI0158_000000005943	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0002_000000007594	3696	0.910393416118003	3	3	2	3	2	False	116969	maximal	True	ETH0002_000000007594	1.0		62	6	False	False	1.0	0					non-mobilizable	no_good_hit	2086.0	98.178	56.0	0.0493678079272624	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0058_01_000000009265	2046	0.9103858979925752	2	2	2	2	1	True	73242	fragment	False	USA0058_01_000000009265	0.9737500000000001		0	0	False	False	0.9858260154724121	0					non-mobilizable	no_good_hit	132.0	75.0	6.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
ISR0384_000000008816	2000	0.9103858979925752	3	2	2	2	1	True	73242	fragment	False	USA0058_01_000000009265	0.9630987292277615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0061_000000033202	1322	0.9103858979925752	3	2	2	2	1	True	71793	fragment	False	DEN0061_000000033202	1.0		0	0	False	False	0.990166425704956	0					non-mobilizable	no_good_hit	132.0	75.0	10.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
CHI0009_000000005625	1402	0.9103820027606708	5	1	1	1	1	False	90441	fragment	False	CHI0009_000000005625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	75.248	35.0	0.04321581663896422	NZ_UGGU01000004.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	False
SPA0003_000000010183	1781	0.9103802405207576	3	2	2	2	1	True	8382	maximal	True	SPA0003_000000010183	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	0.00027890372243501545	NZ_JABAGJ010000006.1	high GC Gram+	Bifidobacterium boum strain WCA-130-P53-4B Contig_6, whole genome shotgun sequence	True	True
MON0015_000000028848	1328	0.9103757373661278	2	2	2	2	1	True	95144	fragment	False	MON0070_000000024732	0.8190937168599538		0	0	False	False	0.9984939694404602	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	4.0	8.836752467146082e-06	CP013068.1	a-proteobacteria	Pannonibacter phragmitetus strain 31801, complete genome	True	True
FIJ0145_000000004193	3110	0.9103638791285824	5	5	4	5	4	False	94568	fragment	False	FIJ0145_000000004193	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3102.0	99.807	99.0	0.0006575574148769555	LR782232.1	enterobacteria	Escherichia coli isolate SC467 genome assembly, chromosome: omosome1	False	False
SPA0043_000000001315	11407	0.9103423394808979	10	6	4	6	2	False	84459	maximal	True	SPA0043_000000001315	1.0		1	1	False	False	0.9998246431350708	0					non-mobilizable	no_good_hit	46.0	86.95700000000001	0.0	9.060670247980477e-05	NZ_FZOC01000003.1	d-proteobacteria	Desulfovibrio mexicanus strain DSM 13116, whole genome shotgun sequence	True	False
USA0026_01_000000003478	9726	0.9103342467261528	10	3	2	2	3	False	1640	maximal	True	USA0026_01_000000003478	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	87.34200000000001	4.0	0.00014503812562703585	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MON0092_000000050600	1104	0.9103328515463968	2	1	1	1	1	False	32387	fragment	False	ISR0137_000000019524	0.9437485241636763		0	0	False	False	0.9538043737411499	0					non-mobilizable	chromosome	1104.0	99.728	100.0	0.0004772119400763712	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
FIJ0099_000000005478	4143	0.9103290735522822	6	6	6	6	5	False	96701	fragment	False	ENG0004_000000005996	0.9598709863405985		0	0	False	False	0.9896210432052612	0					non-mobilizable	no_good_hit	1719.0	77.89399999999999	60.0	0.03542319749216301	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
ENG0162_000000005042	4763	0.910323151059968	8	5	1	3	2	False	130029	backbone	False	ISR0080_000000005952	0.9012328043028576	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1611.0	97.95200000000001	62.0	0.3142578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
FIJ0062_000000003172	8458	0.9103216167454706	12	6	4	5	5	False	91389	maximal	True	FIJ0062_000000003172	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	72.331	8.0	0.00031416271397314535	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0188_000000009101	1665	0.9103194033486556	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.4602721245943165		0	0	False	False	0.9945945739746094	0					non-mobilizable	other	1665.0	96.51700000000001	100.0	0.00046209129635492165	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0053_000000011241	2978	0.9103185346645912	4	4	2	2	3	False	117704	maximal	True	SPA0053_000000011241	1.0	PS794	1	1	False	True	0.9969778656959534	0					non-mobilizable	chromosome	1425.0	88.491	99.0	0.0003442155545676192	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ISR0175_000000008916	2498	0.9103183319741164	4	4	4	4	4	False	68049	maximal	False	ENG0016_000000009044	0.9768647786198643		0	0	False	False	0.987189769744873	0					non-mobilizable	no_good_hit	1811.0	87.245	85.0	0.016186792723105574	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0015_000000002515	8404	0.9102943974967018	9	4	2	3	3	True	73726	maximal	True	ENG0015_000000002515	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	88.384	16.0	0.11335196209452071	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
CHI0048_000000004054	4196	0.9102886768107936	5	4	2	3	3	False	126750	fragment	False	USA0046_01_000000002473	0.9521939953810623		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4196.0	99.976	100.0	0.8193359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MAD0056_000000002265	5006	0.9102869663030492	6	4	2	4	2	True	17073	maximal	True	MAD0056_000000002265	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.0048841153872795e-06	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	True
FIJ0109_000000005351	5170	0.9102790406921512	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.5233843723721942	PS1159|PS463	0	0	True	True	1.0	21		MOBV			mobilizable	other	3226.0	98.729	91.0	0.40988815455007627	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0093_000000002477	5065	0.9102790406921512	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7763748135089396	PS1159|PS463	0	0	True	True	1.0	63		MOBV			mobilizable	other	3242.0	99.661	96.0	0.4117946110828673	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0216_000000003977	5045	0.9102790406921512	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7651775570560898	PS1159|PS463	0	0	True	True	1.0	15		MOBV			mobilizable	other	4671.0	99.679	100.0	0.17203904954871985	NZ_NHOC01000023.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c26, whole genome shotgun sequence	False	True
USA0023_01_000000016583	1851	0.9102767257177796	3	3	3	3	3	False	40917	maximal	True	USA0023_01_000000016583	1.0		87	12	False	False	0.9740680456161499	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	5.1235205834315345e-05	NZ_AYZK01000001.1	firmicutes	Lactobacillus thailandensis DSM 22698 = JCM 13996 strain DSM 22698 Scaffold1, whole genome shotgun sequence	True	False
MAD0044_000000003391	6673	0.9102676599367476	13	9	5	6	7	False	89149	maximal	True	MAD0044_000000003391	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3099.0	99.322	76.0	0.023307795354997968	CP042879.1	enterobacteria	Escherichia coli strain NMBU_W05E18 plasmid pNMBU-W05E18_01, complete sequence	True	False
ISR0023_000000017757	1762	0.9102587000169172	2	2	2	2	1	False	88194	fragment	False	ISR0373_000000007354	0.11759002770083102		0	0	False	False	1.0	0					non-mobilizable	chromosome	1650.0	96.667	94.0	0.0004780146593094732	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0129_000000011017	2190	0.9102573770039548	3	3	3	2	2	False	94980	fragment	False	CHI0129_000000011017	1.0		0	0	False	False	0.9520547986030579	0					non-mobilizable	no_good_hit	152.0	82.23700000000001	7.0	0.005444115605246812	NZ_MDZC01000070.1	CFB group bacteria	Hymenobacter glacialis strain CCM 8648 NODE_41_length_27369_cov_421.904_ID_81, whole genome shotgun sequence	True	False
SPA0120_000000021752	1869	0.9102573770039548	3	3	3	2	2	False	94979	fragment	False	CAN0008_000000014793	0.9730706420542855		0	0	False	False	0.9689673781394958	0					non-mobilizable	no_good_hit	344.0	81.977	18.0	0.0008946073594611306	NZ_CAPH01000009.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ISR0082_000000000416	37770	0.9102559147347716	37	15	9	14	7	True	117553	fragment	False	ISR0082_000000000416	1.0		0	0	False	True	0.9989939332008362	0					non-mobilizable	no_good_hit	1743.0	88.52600000000001	5.0	0.029936207163368124	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0825_000000019089	1263	0.9102443856510488	2	2	2	2	1	False	30793	fragment	False	ISR0825_000000019089	0.9881682734443471		0	0	False	False	0.9825811386108398	0					non-mobilizable	no_good_hit								True	False
ISR0331_000000005370	3956	0.9102357527449408	5	3	2	3	2	False	107881	maximal	True	ISR0331_000000005370	1.0		2	1	False	False	0.9997472167015076	0					non-mobilizable	chromosome	3880.0	90.696	100.0	0.00121540194155417	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0009_000000010778	3139	0.9102270260439821	6	4	2	4	2	False	13822	fragment	False	MON0009_000000010778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	94.7	23.0	0.07267530876799021	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
FIJ0107_000000005290	5247	0.9102233651381436	6	3	2	3	1	True	42304	maximal	True	FIJ0107_000000005290	1.0		1	1	False	False	0.9996188282966614	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	4.352363230825792e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
AUS0014_000000000628	30622	0.9102196545355348	27	20	8	20	12	True	100996	maximal	True	AUS0014_000000000628	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	20199.0	90.678	89.0	0.47678955707427817	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
DEN0085_000000004347	8305	0.9102111635331652	10	6	5	5	5	False	69014	maximal	True	DEN0085_000000004347	1.0		3	2	False	False	0.998675525188446	0					non-mobilizable	no_good_hit								True	False
MON0101_000000014091	4142	0.9102072622840812	4	4	4	4	3	False	59385	fragment	False	MON0101_000000014091	0.999322853688029		0	0	False	False	0.9995171427726746	0					non-mobilizable	plasmid	4142.0	100.0	100.0	0.04956432230574041	CP045943.1	enterobacteria	Shigella flexneri 2a strain AUSMDU00010535 plasmid pAUSMDU00010535_02, complete sequence	False	True
ENG0048_000000010426	2618	0.9102060386363521	4	3	3	2	3	False	94981	fragment	False	ISR0132_000000010219	0.9788232101344639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	82.477	12.0	0.0008577705858362606	NZ_CAPH01000009.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
CAN0008_000000014793	1959	0.9102060386363521	3	3	3	2	3	False	94979	fragment	False	CAN0008_000000014793	0.99036074792132		0	0	False	False	0.9826442003250122	0					non-mobilizable	no_good_hit	159.0	81.76100000000001	8.0	0.005699879425627535	NZ_MDZC01000070.1	CFB group bacteria	Hymenobacter glacialis strain CCM 8648 NODE_41_length_27369_cov_421.904_ID_81, whole genome shotgun sequence	True	False
SPA0042_000000017884	1861	0.9102060386363521	3	3	3	2	3	False	94979	fragment	False	CAN0008_000000014793	0.9757459705667632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	82.46799999999999	8.0	0.005517190982498447	NZ_MDZC01000070.1	CFB group bacteria	Hymenobacter glacialis strain CCM 8648 NODE_41_length_27369_cov_421.904_ID_81, whole genome shotgun sequence	True	False
CHI0162_000000024439	1350	0.9102017840958688	3	3	3	2	1	False	78519	fragment	False	MON0090_000000044170	0.9637030208417444		0	0	False	False	0.9985185265541077	0					non-mobilizable	no_good_hit								True	False
MAD0052_000000000545	18997	0.910200057897714	27	26	8	15	25	False	82883	maximal	True	MAD0052_000000000545	1.0		6	4	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	7944.0	99.962	100.0	0.14190517025761962	CP055726.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_3, complete sequence	False	True
ISR0300_000000004187	2187	0.9101998299546444	3	3	3	1	2	False	120855	maximal	True	ISR0300_000000004187	1.0		0	0	False	False	0.9986282587051392	0					non-mobilizable	no_good_hit	1203.0	99.169	55.0	0.003416937434795339	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	False
CHI0090_000000012363	1128	0.9101976027125672	2	1	1	1	1	False	83743	fragment	False	TAN0027_000000009418	0.7360316653351732		0	0	False	False	1.0	0					non-mobilizable	other	1085.0	95.76	96.0	0.008708097807296148	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0838_000000002858	6535	0.9101951260998858	5	3	3	3	3	False	126373	fragment	False	ISR0838_000000002858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	99.46600000000001	14.0	0.9989304812834224	GQ882260.1		Uncultured organism clone VC1D005TR genomic sequence	True	False
ISR0201_000000000306	42491	0.9101948178576488	44	21	12	20	8	True	108583	maximal	True	ISR0201_000000000306	0.9643996970624101		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	9.544596636090792e-07	LR594559.1	birds	Streptopelia turtur genome assembly, chromosome: 8	True	True
ISR0160_000000007990	3415	0.9101874118744032	6	3	3	3	3	False	113577	fragment	False	MON0109_000000010080	0.6552773686794305		0	0	False	False	0.9991215467453003	0					non-mobilizable	other	1721.0	95.7	97.0	0.00042146081407399617	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0003_000000012887	2655	0.9101857168035208	3	2	2	2	1	False	130229	fragment	False	AST0003_000000012887	1.0		0	0	False	False	0.9879472851753235	0					non-mobilizable	no_good_hit	2091.0	91.96600000000001	79.0	0.023638838475499094	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0228_000000015778	1714	0.910184751270302	2	2	2	2	1	False	108714	fragment	False	ISR0212_000000018440	0.7832005878282158		0	0	False	False	0.9976662993431091	0					non-mobilizable	no_good_hit	351.0	96.866	20.0	0.0096530420872635	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0294_000000010087	1897	0.9101817939360428	3	2	2	2	1	False	25764	maximal	True	ISR0294_000000010087	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	81.13600000000001	29.0	0.004357787141323678	NZ_FONL01000005.1	firmicutes	Succiniclasticum ruminis DSM 9236, whole genome shotgun sequence	True	False
USA0036_01_000000001926	18808	0.9101775679661476	19	9	6	7	2	True	51327	fragment	False	ISR0785_000000001014	0.9359573387506348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	77.23899999999999	16.0	0.000658327381000863	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0102_000000003544	5571	0.9101718708436328	4	4	4	4	4	False	121750	fragment	False	ISR0096_000000004366	0.7649203413247849		0	0	False	False	1.0	0					non-mobilizable	chromosome	4539.0	96.73899999999999	91.0	0.0012888012811213794	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0072_000000002677	8464	0.9101673846234202	9	3	1	2	1	False	48111	maximal	True	ISR0072_000000002677	1.0	PS178|PS179	3	1	True	True	1.0	67					non-mobilizable	no_good_hit	1558.0	76.958	22.0	0.13506163886874548	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0140_000000019435	1173	0.9101663710058364	2	1	1	1	1	False	31223	maximal	True	ISR0140_000000019435	1.0		4	3	False	False	0.9548166990280151	0					non-mobilizable	other	1128.0	100.0	96.0	0.0006010439071373831	CP013610.1	firmicutes	Lactobacillus delbrueckii subsp. bulgaricus strain MN-BM-F01, complete genome	False	False
AST0149_000000017597	1514	0.9101636810644608	2	1	1	1	1	False	104379	maximal	True	AST0149_000000017597	1.0		6	5	False	False	0.995376467704773	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000012456	2227	0.9101590077733354	3	2	1	2	2	False	48138	fragment	False	FIJ0034_000000012456	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2224.0	99.101	99.0	0.5644218551461245	CP055560.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00184 plasmid unnamed	False	True
SPA0124_000000010954	2656	0.9101471486442666	2	2	2	1	1	False	105528	maximal	True	SPA0124_000000010954	1.0		0	0	False	False	0.985316276550293	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	5.483464185353427e-06	NZ_CP016172.1	b-proteobacteria	Bordetella flabilis strain AU10664, complete genome	True	False
DEN0073_000000017297	2911	0.9101461459548256	4	4	3	4	3	False	75928	fragment	False	ENG0172_000000007115	0.985327868546075		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	562.0	75.445	19.0	0.0025445987591098	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
ISR0277_000000001872	4708	0.9101338256197098	6	3	0	1	3	False	114715	fragment	False	ISR0834_000000003580	0.9936989623412874		0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	4509.0	99.8	100.0	0.8057193923145666	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0834_000000003580	4656	0.9101338256197098	4	3	0	1	3	False	114715	fragment	False	ISR0834_000000003580	0.9939391116320951		0	0	False	True	0.9980670213699341	0	rep_cluster_870	MOBV			mobilizable	plasmid	4489.0	99.755	99.0	0.8019660411081323	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0315_000000001875	4490	0.9101338256197098	4	3	0	1	3	False	114715	fragment	False	ISR0834_000000003580	0.9680996318613453		0	0	False	True	0.9995545744895935	0	rep_cluster_870	MOBV			mobilizable	plasmid	4492.0	99.64399999999999	100.0	0.8026809651474531	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
AUS0022_000000007963	4480	0.9101338256197098	4	3	0	1	3	False	114715	fragment	False	ISR0834_000000003580	0.9757394535843301		0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	4422.0	99.774	100.0	0.7901697944593387	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
SPA0098_000000007722	4458	0.9101338256197098	4	3	0	1	3	False	114715	fragment	False	ISR0834_000000003580	0.9736692621290391		0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	4405.0	99.84100000000001	100.0	0.7871313672922252	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
SPA0156_000000003196	4365	0.9101338256197098	4	3	0	1	3	False	87158	fragment	False	SPA0156_000000003196	0.9998159960745829		0	0	False	False	1.0	0					non-mobilizable	plasmid	4224.0	99.929	100.0	0.7631008312251536	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
ISR0144_000000001242	4270	0.9101338256197098	4	3	0	1	3	False	114715	fragment	False	ISR0834_000000003580	0.8172306963659712		0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	4271.0	99.789	100.0	0.7631814119749777	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0158_000000003607	4180	0.9101338256197098	4	3	0	1	3	False	87158	fragment	False	SPA0156_000000003196	0.9672297251118227		0	0	False	False	1.0	0					non-mobilizable	plasmid	4039.0	99.926	100.0	0.7296711239609686	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
SPA0157_000000001366	4156	0.9101338256197098	4	3	0	1	3	False	87158	fragment	False	SPA0156_000000003196	0.9755221522128519		0	0	False	False	1.0	0					non-mobilizable	plasmid	4156.0	99.928	100.0	0.7508131550415612	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
SPA0076_000000003009	4110	0.9101338256197098	4	3	0	1	3	False	114715	fragment	False	ISR0834_000000003580	0.7016439583832697		0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	4110.0	99.757	100.0	0.7344057193923146	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0097_000000007742	4076	0.9101338256197098	4	3	0	1	3	False	87158	fragment	False	SPA0156_000000003196	0.9608782810603607		0	0	False	False	1.0	0					non-mobilizable	plasmid	4076.0	99.902	100.0	0.7363570654138055	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
CAN0004_000000006341	4025	0.9101338256197098	4	3	0	1	3	False	114715	fragment	False	ISR0834_000000003580	0.35128555897214225		0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	4025.0	99.77600000000001	100.0	0.7192135835567471	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
ISR0808_000000003388	4126	0.9101203541789441	3	3	3	3	3	False	104704	maximal	True	ISR0808_000000003388	1.0		48	9	False	False	1.0	0					non-mobilizable	other	4126.0	95.322	100.0	0.014289535017002255	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
TAN0009_000000002583	8991	0.9101148138402017	9	5	3	5	3	False	82753	maximal	True	TAN0009_000000002583	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1397.0	71.081	15.0	0.00868594197105532	NZ_AWEY01000004.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00007, whole genome shotgun sequence	True	False
MON0055_000000002704	5120	0.9101061314356841	5	4	4	4	4	False	104196	maximal	True	MON0055_000000002704	1.0		3	1	False	False	1.0	0					non-mobilizable	chromosome	2158.0	92.12200000000001	97.0	0.0009343772343214318	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0157_000000001400	13915	0.9100992319023974	18	6	4	5	1	True	39483	fragment	False	FIJ0157_000000001400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0024064392996431833	KR232300.1	other sequences	Expression vector pWCD2353, complete sequence	True	True
CHI0144_000000002717	4814	0.9100983332032988	4	4	4	4	4	False	121306	maximal	True	CHI0144_000000002717	0.9833893671151096	PS849	43	8	False	True	1.0	0					non-mobilizable	other	3556.0	99.916	99.0	0.0019764493962238974	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0137_000000004390	3211	0.9100930577603328	5	5	4	5	3	True	80528	maximal	True	CHI0137_000000004390	1.0		6	4	False	False	0.9875428080558777	0	rep_cluster_1685				non-mobilizable	no_good_hit	1567.0	98.915	49.0	0.0009190016801416413	CP024067.1	firmicutes	Lactobacillus salivarius strain BCRC 14759 chromosome	True	True
USA0062_01_000000015779	1120	0.9100846060300216	2	2	2	1	1	False	123072	fragment	False	ISR0226_000000002328	0.0703059827124508		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	100.0	100.0	0.0004608317704588303	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0137_000000003740	4756	0.9100833741085445	6	3	0	2	1	True	64968	backbone	True	ENG0137_000000003740	0.9997914494264859	PS292	3	1	True	True	0.996215283870697	6					non-mobilizable	no_good_hit	210.0	82.85700000000001	4.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ENG0039_000000004746	4736	0.9100833741085445	6	3	0	2	1	True	64968	backbone	False	ENG0137_000000003740	0.9997914494264859	PS292	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	163.0	85.27600000000001	3.0	0.004609212735084076	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
SPA0111_000000011005	3126	0.9100833741085445	3	3	0	2	1	True	4579	fragment	False	SPA0111_000000011005	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.648684505246473e-05	NZ_VEVQ02000006.1	CFB group bacteria	Flavobacterium jejuense strain EC11 R6_NDMS06846.contig00006, whole genome shotgun sequence	True	True
MAD0051_000000010289	2790	0.9100736337179776	4	4	2	3	4	False	17342	maximal	True	MAD0051_000000010289	1.0		4	2	False	False	1.0	0	rep_cluster_2358				non-mobilizable	no_good_hit	463.0	88.985	31.0	0.07132801501642422	CP029445.1	enterobacteria	Serratia marcescens strain CAV1761 plasmid pCAV1761-6393, complete sequence	True	True
ISR0130_000000008235	3419	0.9100727157146496	6	4	3	4	3	False	91263	fragment	False	ISR0130_000000008235	1.0		0	0	False	False	0.9985376000404358	0					non-mobilizable	no_good_hit	699.0	74.249	20.0	0.0009532928557709966	NZ_LT707059.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0158_000000001019	12289	0.9100667141037576	16	15	10	10	12	True	123702	fragment	False	ENG0167_000000001303	0.5800517179357704		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	12300.0	99.86200000000001	100.0	0.12268481558358614	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0301_000000001137	12286	0.9100667141037576	16	15	10	10	12	True	123702	fragment	False	ENG0167_000000001303	0.5801871659805333		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	12297.0	99.89399999999999	100.0	0.12268481558358614	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0180_000000008593	2018	0.9100632593857744	2	2	2	2	2	False	124240	fragment	False	AST0118_000000014861	0.9656794966407551		0	0	False	False	0.9965312480926514	0					non-mobilizable	no_good_hit	1778.0	99.60600000000001	88.0	0.008656995788488536	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
ISR0127_000000013331	1878	0.9100632593857744	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9685111597550653		0	0	False	False	1.0	0					non-mobilizable	other	1878.0	99.84	100.0	0.0005293876420561112	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0002_000000012361	1844	0.9100632593857744	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9203507662896167		0	0	False	False	0.9739696383476257	0					non-mobilizable	other	1761.0	99.65899999999999	98.0	0.0004963890516882023	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CAN0012_000000026669	1754	0.9100632593857744	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9118385757334757		0	0	False	False	0.9982896447181702	0					non-mobilizable	other	1753.0	99.715	99.0	0.007260460740881947	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
CHI0128_000000000471	21992	0.9100594691091436	27	8	3	8	4	True	97472	fragment	False	USA0045_01_000000000633	0.9530652824438309		0	0	False	False	0.9999545216560364	0					non-mobilizable	other	13478.0	99.881	100.0	0.01478604344963792	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0161_000000005301	3003	0.9100571042326728	3	2	2	2	2	False	110271	fragment	False	FIJ0161_000000005301	0.9720236746739314		0	0	False	False	0.9986680150032043	0					non-mobilizable	no_good_hit	2070.0	81.546	69.0	0.0022945942876737646	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
FIJ0081_000000003604	7742	0.9100538110893756	9	7	4	4	6	True	51008	maximal	False	FIJ0116_000000002555	0.9996383229760513		0	0	False	False	1.0	0					non-mobilizable	chromosome	7752.0	95.124	100.0	0.003221795961804772	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
FIJ0021_000000037144	1282	0.9100524110837864	2	1	1	1	1	False	49544	fragment	False	FIJ0021_000000037144	1.0		0	0	False	False	0.9968798756599426	0					non-mobilizable	no_good_hit	221.0	79.638	17.0	0.0028086235144202014	NZ_AQXL01000121.1	firmicutes	Effusibacillus pohliae DSM 22757 C230DRAFT_scaffold00015.15_C, whole genome shotgun sequence	True	False
SPA0119_000000020687	1529	0.9100480568863352	2	2	1	2	1	False	4207	maximal	True	SPA0119_000000020687	1.0		1	1	False	False	0.998691976070404	0					non-mobilizable	no_good_hit	722.0	95.014	47.0	0.294189852700491	Y17846.1	enterobacteria	Klebsiella oxytoca (plasmid pNBL63) RNA I, RNA II, rom and exc1 genes	True	False
DEN0079_000000012057	3923	0.9100419785807092	5	4	3	4	4	False	109007	maximal	True	DEN0079_000000012057	1.0		1	1	False	False	0.9956665635108948	0					non-mobilizable	no_good_hit	287.0	80.488	7.0	0.0001004441268858652	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0147_000000005822	4097	0.9100360688502876	4	3	3	3	2	False	130746	fragment	False	ISR0130_000000004031	0.15790706100079716		0	0	False	False	0.9997559189796448	0					non-mobilizable	no_good_hit	1320.0	83.788	78.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0155_000000004456	3914	0.9100360688502876	4	3	3	3	2	False	130746	fragment	False	ISR0130_000000004031	0.14086134689061702		0	0	False	False	0.997700572013855	0					non-mobilizable	no_good_hit	1320.0	83.712	77.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0190_000000009191	3323	0.9100360688502876	3	3	3	3	2	False	130746	fragment	False	ISR0130_000000004031	0.07002197088124258		0	0	False	False	0.997291624546051	0					non-mobilizable	no_good_hit	1320.0	83.788	78.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0087_000000014366	2052	0.910034843995331	2	2	2	2	2	False	15985	maximal	True	MAD0087_000000014366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0021_000000000824	19825	0.9100288614589024	37	10	5	9	5	False	7698	maximal	True	SPA0021_000000000824	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	78.292	1.0	0.0026120454758996525	NZ_KB894130.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
ISR0774_000000002029	10457	0.910015802405114	7	6	6	6	5	True	33149	fragment	False	ISR0774_000000002029	1.0		0	0	False	False	0.9999043941497803	0					non-mobilizable	no_good_hit	5763.0	99.427	55.0	0.0017393761308812617	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ISR0194_000000001019	18134	0.9100019699375398	27	9	1	9	5	False	29059	maximal	True	ISR0194_000000001019	1.0		1	1	False	False	0.9999448657035828	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0005145310670309784	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	True	False
ISR0318_000000003864	1268	0.9099972807113306	2	2	2	2	2	False	25112	fragment	False	ISR0318_000000003864	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	100.0	100.0	0.00027296316052991476	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
TAN0009_000000039145	1119	0.9099952190292424	2	2	2	2	1	False	2651	fragment	False	TAN0009_000000039145	1.0		0	0	False	False	0.8918677568435669	0					non-mobilizable	no_good_hit	209.0	74.163	19.0	0.00016186849677598815	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
ISR0152_000000018111	1313	0.9099705927650884	2	2	2	2	2	False	30700	fragment	False	USA0117_01_000000014972	0.9330734653417919		0	0	False	False	0.9786747694015503	0					non-mobilizable	other	1285.0	97.12100000000001	98.0	0.00031480842656836014	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0119_000000012803	2531	0.9099693018582314	3	3	3	3	1	False	35347	fragment	False	SPA0119_000000012803	0.9963783553472518		0	0	False	False	0.9814302921295166	0					non-mobilizable	no_good_hit	1734.0	99.654	69.0	0.0328911157926702	NZ_QIML01000013.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_13, whole genome shotgun sequence	True	False
SPA0118_000000006411	4552	0.9099488125443868	5	5	5	5	5	False	97354	fragment	False	MON0097_000000006517	0.953391593841032		0	0	False	False	0.9942882061004639	0					non-mobilizable	other	4533.0	99.029	99.0	0.00591292911791414	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0394_000000010899	1743	0.9099451913029002	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.891073547315042		0	0	False	False	1.0	0					non-mobilizable	other	1743.0	99.197	100.0	0.007905676475393468	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0128_000000021227	1663	0.9099442921949216	2	1	1	1	1	False	84828	fragment	False	ISR0372_000000010445	0.6437593663027189		0	0	False	False	0.9687312245368958	0					non-mobilizable	other	1538.0	97.529	92.0	0.010357376761395478	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0061_000000009801	2191	0.9099427574864069	3	3	2	3	1	False	63261	fragment	False	ENG0061_000000009801	1.0		0	0	False	False	0.9908717274665833	0					non-mobilizable	other	2193.0	99.316	100.0	0.0006638141635290445	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0204_000000007826	1554	0.9099326664313034	3	3	2	2	2	True	118131	fragment	False	ISR0056_000000010587	0.23825720483675084		0	0	False	False	0.9884169697761536	0	rep_cluster_1097				non-mobilizable	plasmid	1554.0	99.936	100.0	0.17381085618354786	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0160_000000001164	13493	0.9099295713170272	22	7	5	5	5	False	78764	maximal	True	CHI0160_000000001164	1.0		1	1	False	False	0.9999259114265442	0					non-mobilizable	no_good_hit	2899.0	90.962	59.0	0.05102257824407188	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0084_01_000000009243	3509	0.909921427200726	5	5	5	4	4	False	120462	fragment	False	AUS0022_000000008743	0.475		0	0	False	False	1.0	0					non-mobilizable	other	3544.0	77.822	99.0	0.0012023101089040562	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
FIJ0154_000000029433	1370	0.9099197086743992	2	1	1	1	1	False	39560	fragment	False	FIJ0154_000000029433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000029253	1142	0.909917764670788	2	1	1	1	1	True	64014	maximal	True	USA0015_01_000000029253	0.9719051799824407		4	2	False	False	0.9719789624214172	0					non-mobilizable	no_good_hit								True	True
ENG0142_000000006104	4591	0.9099105165417768	7	4	2	3	4	False	116205	fragment	False	ENG0142_000000006104	0.9891369177749372		0	0	False	False	0.9984752535820007	0					non-mobilizable	no_good_hit	1875.0	94.027	64.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0043_000000023113	1501	0.9099060642293924	2	1	1	1	1	False	110762	fragment	False	ENG0043_000000023113	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1258.0	92.21	100.0	0.0001914012820193266	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0019_01_000000025989	1173	0.9099060642293924	2	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.1503279759346848		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	95.055	100.0	0.0014993393616582022	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0113_01_000000015406	1156	0.9099060642293924	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.10475430951828747		0	0	False	False	1.0	0					non-mobilizable	chromosome	1159.0	94.90899999999999	100.0	0.00017801550104209075	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0063_01_000000019360	1110	0.9099060642293924	1	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.026604068857589983		0	0	False	False	1.0	0					non-mobilizable	chromosome	1041.0	91.835	99.0	0.0001963955505539308	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
AST0118_000000022561	1382	0.909905216365914	2	2	2	2	2	False	105753	fragment	False	AST0118_000000022561	0.998812351543943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	100.0	71.0	0.0003118789038897447	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
USA0145_01_000000009202	2624	0.9098942535929779	4	2	1	1	2	False	5254	fragment	False	USA0145_01_000000009202	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2624.0	100.0	100.0	0.015829717382514288	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
ISR0194_000000016986	1566	0.909886581242737	2	2	0	2	2	True	29032	fragment	False	ISR0194_000000016986	1.0		0	0	False	False	0.9916986227035522	0					non-mobilizable	plasmid	1566.0	100.0	100.0	0.5163312438139228	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
MON0065_000000015637	1661	0.9098840503703638	2	2	2	2	1	True	86549	fragment	False	MON0065_000000015637	1.0		0	0	False	False	0.9993979334831238	0					non-mobilizable	no_good_hit	816.0	73.407	48.0	0.005591805185128445	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
ISR0102_000000002947	6723	0.909883184047184	10	6	2	4	4	False	109725	maximal	False	ENG0019_000000003151	0.999925617375781		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1621.0	95.62	50.0	0.1798465131798465	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0114_000000003038	6722	0.909883184047184	10	6	2	4	4	False	109725	maximal	False	ENG0019_000000003151	0.9998884315956234		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1621.0	95.62	50.0	0.1798465131798465	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0092_000000002609	6722	0.909883184047184	10	6	2	4	4	False	109725	maximal	False	ENG0019_000000003151	0.9997405198088042		0	0	True	True	1.0	138					non-mobilizable	no_good_hit	1621.0	95.62	50.0	0.1798465131798465	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
MON0100_000000016237	2660	0.909879964774922	4	3	0	1	2	False	9123	maximal	True	MON0100_000000016237	1.0		3	1	True	True	1.0	8					non-mobilizable	no_good_hit	1428.0	90.756	82.0	0.5786905246034973	LN852787.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0096	True	True
MON0024_000000020480	2403	0.909879964774922	4	3	0	1	2	False	126290	backbone	True	MON0024_000000020480	0.9044187356961695	PS953	5	4	True	True	0.995006263256073	2					non-mobilizable	other	2303.0	94.74600000000001	96.0	0.9547530095475301	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MON0005_000000022666	2365	0.909879964774922	4	3	0	1	2	False	126290	backbone	False	MON0024_000000020480	0.1026317830005839	PS953	0	0	True	True	0.9978858232498169	4					non-mobilizable	other	1296.0	87.5	100.0	0.5321710253217102	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ITA0011_000000000715	2361	0.909879964774922	3	3	0	1	2	False	126290	backbone	False	MON0024_000000020480	0.8776145824267182	PS953	0	0	True	True	0.9978822469711304	152					non-mobilizable	other	1530.0	96.863	100.0	0.6342880863428808	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
FIJ0046_000000012973	2345	0.909879964774922	3	3	0	1	2	False	126290	backbone	False	MON0024_000000020480	0.10324145798454092	PS953	0	0	True	True	0.9995735883712769	1					non-mobilizable	plasmid	1767.0	88.512	99.0	0.7695709862892526	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
FIJ0107_000000011346	2344	0.909879964774922	4	3	0	1	2	False	126290	backbone	False	MON0024_000000020480	0.062272859282082864	PS953	0	0	True	True	1.0	4					non-mobilizable	plasmid	1978.0	85.137	99.0	0.8575851393188855	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ISR0046_000000014000	2340	0.909879964774922	3	3	0	1	2	False	126290	backbone	False	MON0024_000000020480	0.8785675143174823	PS953	0	0	True	True	1.0	21					non-mobilizable	other	2320.0	96.595	100.0	0.962640099626401	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
CHI0159_000000006305	2337	0.909879964774922	3	3	0	1	2	False	126290	backbone	False	MON0024_000000020480	0.29880791108278476	PS953	0	0	True	True	1.0	238					non-mobilizable	plasmid	2001.0	87.806	99.0	0.871295886775763	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
FIJ0005_000000014360	2329	0.909879964774922	4	3	0	1	2	False	126290	backbone	False	MON0024_000000020480	0.10239855339093357	PS953	0	0	True	True	1.0	1					non-mobilizable	plasmid	2055.0	87.54299999999999	99.0	0.8929677134011499	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
FIJ0090_000000018706	2324	0.909879964774922	3	3	0	1	2	False	126290	backbone	False	MON0024_000000020480	0.06227361389252285	PS953	0	0	True	True	1.0	6					non-mobilizable	plasmid	1548.0	88.889	100.0	0.6735957540911102	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0064_000000009614	2320	0.909879964774922	3	3	0	1	2	False	126290	backbone	False	MON0024_000000020480	0.8784950056664153	PS953	0	0	True	True	1.0	163					non-mobilizable	plasmid	1782.0	96.184	100.0	0.787704555506413	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0192_000000009872	1850	0.909879964774922	3	3	0	1	2	False	72002	fragment	False	ENG0185_000000011121	0.9267747662972035		0	0	False	False	1.0	0					non-mobilizable	plasmid	1556.0	93.766	99.0	0.6784608580274215	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
AUS0018_000000014227	1974	0.9098783374422632	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.9490007710995239		0	0	False	False	0.9954407215118408	0					non-mobilizable	other	1918.0	94.891	97.0	0.000532071468639441	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0063_000000013482	2352	0.9098775915118902	2	2	2	1	1	False	63094	fragment	False	ENG0063_000000013482	1.0		0	0	False	False	0.992772102355957	0					non-mobilizable	no_good_hit	733.0	82.538	31.0	0.0002549734880691885	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0048_000000001367	14045	0.909877268770808	12	8	6	8	5	True	119536	fragment	False	AST0048_000000001367	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9324.0	94.14399999999999	98.0	0.05175876321923486	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
MAD0005_000000003965	5510	0.9098727112481064	6	6	4	4	6	True	98313	maximal	True	MAD0005_000000003965	1.0		2	1	False	False	0.9998185038566589	0	IncFIA				non-mobilizable	plasmid	3220.0	93.137	97.0	0.02736401601879722	CP054565.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student plasmid pSCU-478-1, complete sequence	False	True
ISR0830_000000003026	6588	0.9098604750453498	10	6	2	3	4	False	102152	fragment	False	ISR0830_000000003026	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	92.78	45.0	0.0003561825055929364	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0813_000000012647	2417	0.9098590362001944	3	1	1	1	1	False	30430	fragment	False	ISR0813_000000012647	1.0		0	0	False	False	0.999586284160614	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002983491347875091	NZ_MDJD01000046.1	CFB group bacteria	Algibacter aquaticus strain SK-16 scaffold90_cov55_read183, whole genome shotgun sequence	True	False
ISR0160_000000011840	2410	0.9098590362001944	3	1	1	1	1	False	30430	fragment	False	ISR0813_000000012647	0.9990346159150462		0	0	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002983491347875091	NZ_MDJD01000046.1	CFB group bacteria	Algibacter aquaticus strain SK-16 scaffold90_cov55_read183, whole genome shotgun sequence	True	False
ISR0327_000000011368	2397	0.9098590362001944	3	1	1	1	1	False	30430	fragment	False	ISR0813_000000012647	0.995443696133485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002983491347875091	NZ_MDJD01000046.1	CFB group bacteria	Algibacter aquaticus strain SK-16 scaffold90_cov55_read183, whole genome shotgun sequence	True	False
ENG0200_000000003316	5832	0.9098577217940874	10	3	1	2	2	False	102494	fragment	False	ENG0200_000000003316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	86.477	10.0	0.00014661638558246057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0064_000000005933	4534	0.9098577217940874	8	3	1	2	2	False	78622	fragment	False	FIJ0064_000000005933	1.0		0	0	False	False	0.9947066903114319	0					non-mobilizable	no_good_hit	307.0	77.524	7.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
TAN0007_000000005946	5342	0.9098396009742976	8	7	6	7	5	False	73998	fragment	False	MON0077_000000006275	0.9515356214027129		0	0	False	False	0.9985024333000183	0					non-mobilizable	no_good_hit	1010.0	80.495	39.0	0.0002810315451617693	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0135_01_000000009685	1579	0.9098359289744437	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.7925742674786201		0	0	False	False	1.0	0					non-mobilizable	chromosome	1564.0	99.23299999999999	99.0	0.00030334559330846405	CP053247.1	enterobacteria	Escherichia coli strain SCU-482 chromosome, complete genome	False	False
ISR0790_000000004291	3618	0.9098311835519116	4	3	1	2	2	False	22829	fragment	False	ISR0790_000000004291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0219_000000026507	1228	0.9098299739063274	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.8042153539141759		0	0	False	False	0.9991856813430786	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	4.0	1.1127560117756293e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0047_000000002184	8766	0.9098227652159708	7	7	7	7	6	False	115477	fragment	False	AST0047_000000002184	1.0		0	0	False	False	0.9998859167098999	0					non-mobilizable	no_good_hit	2479.0	78.015	41.0	0.0007888154674419938	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
USA0004_01_000000011118	2151	0.9098191002115172	4	2	2	2	2	True	76074	fragment	False	USA0004_01_000000011118	1.0		0	0	False	False	0.9962807893753052	0					non-mobilizable	other	2151.0	99.024	100.0	0.0005928314817230054	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
MON0038_000000017197	1901	0.9097939966696732	2	2	2	2	2	False	93520	fragment	False	MON0104_000000022814	0.9545524617549491		0	0	False	False	0.9915834069252014	0					non-mobilizable	other	1804.0	94.01299999999999	95.0	0.0007730380136399789	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
ISR0018_000000012060	1760	0.9097885477866128	2	2	2	1	1	True	37782	fragment	False	ISR0018_000000012060	1.0		0	0	False	False	0.988068163394928	0					non-mobilizable	no_good_hit	173.0	88.439	10.0	5.984794372735118e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0316_000000002289	6760	0.9097870082453352	10	7	4	5	5	True	93270	fragment	False	ISR0316_000000002289	0.9748101069601612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	69.593	9.0	0.00023430702635432934	CP017484.1	g-proteobacteria	Mannheimia haemolytica strain 39433 chromosome, complete genome	True	True
CAN0017_000000007733	4775	0.9097863699773536	6	3	3	3	1	False	92556	fragment	False	CAN0017_000000007733	1.0		0	0	False	False	0.9945549964904785	0					non-mobilizable	no_good_hit	152.0	76.316	3.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
FIJ0099_000000008886	2517	0.9097843639743038	3	3	3	1	2	False	42792	fragment	False	FIJ0099_000000008886	1.0		0	0	False	False	0.9996026754379272	0					non-mobilizable	plasmid	2517.0	99.921	100.0	0.020972958554232937	CP053298.1	enterobacteria	Escherichia coli strain M1/5 plasmid pM1-5_120, complete sequence	False	True
ISR0852_000000001846	4370	0.9097825229056691	5	2	2	1	2	False	76105	fragment	False	ISR0852_000000001846	0.9940670761641343		0	0	False	False	0.9894737005233765	0					non-mobilizable	no_good_hit	465.0	74.839	10.0	0.08380294491910562	NZ_JAAIYP010000015.1	a-proteobacteria	Magnetospirillum aberrantis SpK contig00015_length=5501, whole genome shotgun sequence	True	False
MON0019_000000018914	3396	0.9097808800667692	3	3	3	3	3	False	126289	fragment	False	MON0019_000000018914	1.0		0	0	False	False	0.9811543226242065	0					non-mobilizable	other	3396.0	99.29299999999999	100.0	0.10719924218503316	NZ_WAJR01000028.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_028, whole genome shotgun sequence	False	False
AST0104_000000027168	1298	0.9097805792211902	2	2	2	2	2	False	107698	maximal	True	AST0104_000000027168	1.0		1	1	False	False	0.9661017060279846	0					non-mobilizable	other	1240.0	85.323	95.0	0.01298278073292265	NZ_SLXA01000010.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_110, whole genome shotgun sequence	False	False
MAD0073_000000002014	1665	0.9097760091579544	3	2	2	1	2	False	37613	fragment	False	MAD0073_000000002014	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1593.0	99.874	100.0	0.00028952940196538086	NC_002695.2	enterobacteria	Escherichia coli O157:H7 str. Sakai DNA, complete genome	False	False
SPA0042_000000013531	2389	0.9097726504122446	3	3	3	3	3	False	83278	maximal	True	SPA0042_000000013531	1.0		1	1	False	False	0.9987442493438721	0					non-mobilizable	no_good_hit	1552.0	76.546	71.0	0.0004346224594610907	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
USA0075_01_000000003975	6278	0.9097690154715402	8	8	4	7	7	False	119722	fragment	False	SPA0057_000000004179	0.902661973734797		0	0	False	False	1.0	0					non-mobilizable	chromosome	6278.0	99.96799999999999	100.0	0.0011787237822217206	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ISR0058_000000001384	12862	0.9097688756082724	13	5	5	5	3	False	40613	fragment	False	ISR0058_000000001384	1.0		0	0	False	False	0.9991447925567627	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.004805980776076896	XM_020282486.1	primates	PREDICTED: Microcebus murinus Werner syndrome RecQ like helicase (WRN), mRNA	True	False
USA0093_01_000000009191	1916	0.9097685636136952	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.8772666128286132		0	0	False	False	1.0	0					non-mobilizable	chromosome	1916.0	100.0	100.0	0.00027049432378608435	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MAD0111_000000002280	7305	0.9097628778304294	6	6	6	6	6	False	18130	fragment	False	MAD0111_000000002280	1.0		0	0	False	False	0.9998630881309509	0					non-mobilizable	chromosome	7307.0	99.11	100.0	0.0013840583911950844	CP031902.1	enterobacteria	Escherichia coli O104:H4 strain FWSEC0009 chromosome, complete genome	False	False
DEN0021_000000003180	8834	0.9097613749709376	11	5	1	4	5	True	130721	fragment	False	DEN0021_000000003180	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8805.0	99.671	100.0	0.0017041793356780083	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0003_000000005987	5886	0.9097613749709376	7	5	1	4	5	True	130718	fragment	False	AST0003_000000005987	1.0		0	0	False	False	0.9915052652359009	0					non-mobilizable	other	5880.0	99.64299999999999	99.0	0.0011374753083801504	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0256_000000007071	2520	0.9097419880039632	3	2	1	2	0	True	44735	fragment	False	ISR0256_000000007071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0034_000000002449	5842	0.9097338320351568	5	3	2	3	1	False	18828	fragment	False	MAD0034_000000002449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	82.007	10.0	0.0001404869380246654	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0193_000000007714	3515	0.9097329350093172	7	5	4	4	5	False	131482	maximal	True	ISR0193_000000007714	1.0		0	0	False	False	0.9985775351524353	0					non-mobilizable	no_good_hit	1808.0	78.319	51.0	0.024947010263275324	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0096_000000002102	12066	0.9097281728002308	29	9	4	8	5	False	60890	maximal	True	ENG0096_000000002102	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	98.361	9.0	0.0001533583790442977	NZ_JH370372.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.2, whole genome shotgun sequence	True	False
AST0108_000000003302	6207	0.9097178864691066	8	7	5	7	2	True	124840	maximal	True	AST0108_000000003302	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	91.37899999999999	2.0	2.601897077096699e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0144_000000001588	16361	0.9097137593590632	14	6	6	6	4	True	43348	fragment	False	FIJ0144_000000001588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	0.0	2.5853580475732627e-05	NZ_QPGL01000001.1	g-proteobacteria	Vibrio casei strain JB196 SAMN07141174.101, whole genome shotgun sequence	True	True
FIJ0012_000000002359	8669	0.9097132491579208	14	14	3	7	14	True	84503	maximal	True	FIJ0012_000000002359	1.0		1	1	False	False	0.9997692704200745	0					non-mobilizable	plasmid	6254.0	96.64200000000001	100.0	0.028515070294556796	MH909349.1	enterobacteria	Klebsiella pneumoniae strain A1705 plasmid pA1705-NDM, complete sequence	False	True
ISR0158_000000007616	2467	0.9097065837083628	5	1	1	1	1	False	95553	fragment	False	DEN0073_000000019204	0.9540746867822499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	83.492	40.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0006_000000031245	1438	0.9097065837083628	3	1	1	1	1	False	95551	fragment	False	CAN0006_000000031245	1.0		0	0	False	False	0.9979137778282166	0					non-mobilizable	no_good_hit	733.0	83.492	62.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0291_000000010969	1379	0.9097065837083628	3	1	1	1	1	False	92025	fragment	False	ISR0291_000000010969	0.9869301877250006		0	0	False	False	0.9992748498916626	0					non-mobilizable	no_good_hit	733.0	83.492	74.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0366_000000015201	1366	0.9097065837083628	3	1	1	1	1	False	92025	fragment	False	ISR0291_000000010969	0.9795138209448094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	83.492	75.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0130_01_000000025048	1323	0.9097065837083628	3	1	1	1	1	False	92025	fragment	False	ISR0291_000000010969	0.9485066912139174		0	0	False	False	0.9969765543937683	0					non-mobilizable	no_good_hit	733.0	83.492	69.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0086_000000011513	2689	0.9096992431706878	3	3	2	2	3	False	9748	maximal	True	MON0086_000000011513	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	80.142	16.0	0.0678322810425773	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0292_000000006762	2719	0.9096932137679208	3	3	3	3	3	False	47383	fragment	False	ISR0292_000000006762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	75.234	8.0	0.010283028106943492	NZ_FRAE01000041.1	firmicutes	Tepidibacter formicigenes DSM 15518, whole genome shotgun sequence	True	False
BAN0018_000000001409	1615	0.9096921180823831	3	2	0	2	2	False	98010	fragment	False	BAN0018_000000001409	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	1029.0	95.91799999999999	99.0	0.010402514447936733	CP054337.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-2, complete sequence	False	True
ENG0008_000000004622	4857	0.9096917225666442	8	8	6	8	5	False	121671	maximal	True	ENG0008_000000004622	1.0		1	1	False	False	0.9997941255569458	0					non-mobilizable	no_good_hit	546.0	80.403	22.0	0.0024626617686554597	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
SPA0111_000000021555	1591	0.9096912618410408	2	2	1	2	2	False	4565	maximal	True	SPA0111_000000021555	1.0		2	1	False	False	0.9993714690208435	0					non-mobilizable	no_good_hit	451.0	76.94	28.0	0.0007498695328346588	NZ_QUNI01000002.1	CFB group bacteria	Flavobacterium aquicola strain DSM 100880 Ga0196849_102, whole genome shotgun sequence	True	False
SPA0113_000000018793	1591	0.9096912618410408	2	2	1	2	2	False	4565	maximal	False	SPA0111_000000021555	1.0		0	0	False	False	0.9968573451042175	0					non-mobilizable	no_good_hit	451.0	76.94	28.0	0.0007498695328346588	NZ_QUNI01000002.1	CFB group bacteria	Flavobacterium aquicola strain DSM 100880 Ga0196849_102, whole genome shotgun sequence	True	False
CHI0129_000000002864	6542	0.9096850342237726	7	4	2	2	3	False	81297	fragment	False	CHI0129_000000002864	1.0		0	0	False	False	0.9977071285247803	0					non-mobilizable	no_good_hit	2156.0	96.939	43.0	0.008710025036258012	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
ISR0329_000000007773	1977	0.9096669176241076	3	3	3	3	2	False	87654	fragment	False	ISR0329_000000007773	1.0		0	0	False	False	0.9893778562545776	0					non-mobilizable	no_good_hit	496.0	74.798	25.0	0.004267561319032802	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
ISR0821_000000024400	1344	0.9096587750148442	2	2	2	2	2	False	131371	fragment	False	AST0002_000000024033	0.4796513925266652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	75.556	13.0	7.354858552697561e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
ENG0021_000000004158	4493	0.9096517441992448	5	5	3	5	4	False	132003	maximal	True	ENG0021_000000004158	1.0		0	0	False	False	0.9997774362564087	0					non-mobilizable	no_good_hit	2851.0	85.97	62.0	0.0009530891539127846	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
MAD0097_000000018609	2202	0.9096491107377732	3	3	3	3	3	False	15422	maximal	True	MAD0097_000000018609	1.0		7	3	False	False	0.9977293610572815	0					non-mobilizable	no_good_hit	795.0	81.509	35.0	0.004517658375704274	NZ_FUWW01000002.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MAD0053_000000005049	2311	0.9096454344732109	2	2	0	2	2	False	98011	fragment	False	MAD0053_000000005049	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	2239.0	100.0	100.0	0.022947020886095418	CP044294.1	enterobacteria	Escherichia coli strain P276M plasmid p276M-CTX-M-55, complete sequence	False	True
SPA0136_000000012186	3255	0.909642948694852	6	5	4	3	4	True	123556	backbone	False	ISR0826_000000002301	0.18688545947450663	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	3210.0	99.221	99.0	0.0326351234498825	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0378_000000006572	3562	0.9096395065449911	5	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.5793796373811283		0	0	False	False	0.9955081343650818	0					non-mobilizable	other	3313.0	90.884	98.0	0.000929883354213638	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0021_000000018047	1664	0.9096391499959838	3	3	3	3	3	False	13061	maximal	True	MON0021_000000018047	1.0		5	3	False	False	0.9963942170143127	0					non-mobilizable	no_good_hit	141.0	85.816	8.0	3.934447606366386e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0105_000000021408	1547	0.9096214868384004	2	1	0	1	0	True	105289	fragment	False	FIJ0105_000000021408	1.0		0	0	False	False	0.9961215257644653	0					non-mobilizable	no_good_hit								True	True
ENG0015_000000014629	1192	0.9096214868384004	1	1	0	1	0	True	66841	fragment	False	ENG0015_000000014629	1.0		0	0	False	False	0.9991610646247864	0					non-mobilizable	no_good_hit								True	True
FIJ0114_000000024792	1621	0.9096211906549092	3	3	3	2	1	True	83878	fragment	False	CHI0089_000000005054	0.6334505666275888		0	0	False	False	1.0	0					non-mobilizable	other	1621.0	99.26	100.0	0.07899741551665285	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
ENG0179_000000004879	6294	0.9096192382605224	15	4	4	4	2	True	55416	maximal	True	ENG0179_000000004879	1.0		1	1	False	False	0.9982523322105408	0					non-mobilizable	no_good_hit	449.0	70.601	7.0	0.00011842898276263452	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0068_000000003159	7002	0.9096160930849786	7	7	7	7	7	False	59393	maximal	True	MAD0068_000000003159	1.0		20	5	False	False	0.9998571872711182	0					non-mobilizable	chromosome	7002.0	99.586	100.0	0.001449089977289794	CP056474.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00473 chromosome, complete genome	False	False
AST0010_000000003245	7366	0.9096130706769134	11	8	7	7	8	True	126531	maximal	True	AST0010_000000003245	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	71.345	5.0	0.0025566273887294706	NZ_PVXN01000009.1	firmicutes	Clostridium thermopalmarium DSM 5974 CPAL_contig000009, whole genome shotgun sequence	True	True
SPA0122_000000020081	1135	0.9096066413943772	1	1	1	1	1	False	4097	fragment	False	SPA0122_000000020081	1.0		0	0	False	False	0.9991189241409302	0					non-mobilizable	other	1156.0	96.713	99.0	0.0005576243176343983	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0396_000000014423	1598	0.9095969353227452	5	1	1	1	1	False	22676	fragment	False	ISR0396_000000014423	1.0		0	0	False	False	0.9924905896186829	0					non-mobilizable	no_good_hit								True	False
ISR0832_000000007637	1760	0.9095960046364564	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.908344601353317		0	0	False	False	0.987500011920929	0					non-mobilizable	other	1761.0	98.921	100.0	0.001958365527422684	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
MON0081_000000025378	2170	0.9095876295297428	4	3	3	3	2	False	106086	fragment	False	MON0081_000000025378	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1738.0	95.8	100.0	0.0006304508486209795	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0371_000000008645	2151	0.9095852407740874	3	2	2	2	1	False	33966	fragment	False	ISR0371_000000008645	1.0		0	0	False	False	0.9776847958564758	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
AUS0002_000000002295	10716	0.9095791826374068	14	5	4	4	2	True	121722	maximal	False	ISR0024_000000001652	0.9895321908290875		0	0	False	False	0.9972004294395447	0					non-mobilizable	no_good_hit	189.0	83.069	2.0	0.0010236040877406722	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
USA0044_01_000000014473	1941	0.9095703806846136	3	3	3	3	2	False	24596	fragment	False	USA0044_01_000000014473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	76.009	48.0	0.0002746023320678491	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
ISR0108_000000014502	1554	0.9095684536219012	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.5356407994960137		0	0	False	False	0.9948520064353943	0					non-mobilizable	other	1560.0	93.71799999999999	100.0	0.8758426966292134	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
ISR0232_000000006601	3685	0.909567447865059	5	3	3	3	3	False	27466	maximal	True	ISR0232_000000006601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1611.0	79.392	44.0	0.0004685852860674763	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ENG0030_000000005112	4160	0.9095642632241572	7	5	4	5	2	True	120925	maximal	True	ENG0030_000000005112	1.0		0	0	False	False	0.9793269038200378	0					non-mobilizable	no_good_hit	1312.0	94.741	61.0	0.0004132240522244598	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
AST0110_000000015040	1174	0.9095587204750076	2	1	1	1	1	False	106920	fragment	False	AST0110_000000015040	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	91.431	99.0	0.013203266787658803	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0187_000000004172	4219	0.9095578360370388	7	4	2	3	4	True	77096	maximal	True	CHI0187_000000004172	1.0		1	1	True	True	1.0	517					non-mobilizable	no_good_hit	854.0	84.19200000000001	20.0	0.22216358839050132	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ISR0090_000000003879	5653	0.9095556350456536	4	3	2	3	3	False	77986	fragment	False	ISR0090_000000003879	1.0		0	0	False	False	0.999115526676178	0					non-mobilizable	no_good_hit	634.0	83.596	11.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0181_000000000741	26148	0.9095546215541852	26	7	3	7	2	False	127391	maximal	True	ENG0181_000000000741	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	80.844	4.0	0.005153022889834168	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
DEN0072_000000003620	5356	0.9095529127366376	8	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8492205725065026	PS1159|PS463	0	0	True	True	1.0	164		MOBV			mobilizable	other	4373.0	97.645	99.0	0.0014846710264580607	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0090_000000039902	1542	0.9095390091609212	2	1	1	1	1	False	9548	maximal	True	MON0090_000000039902	1.0		23	6	False	False	1.0	0					non-mobilizable	other	1537.0	97.91799999999999	99.0	0.009459192979861471	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
MAD0033_000000002054	7344	0.9095212311509008	7	3	3	2	1	True	18901	maximal	True	MAD0033_000000002054	1.0		22	7	False	False	0.9995915293693542	0					non-mobilizable	no_good_hit	590.0	74.237	8.0	0.00017563217000952222	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	True
MAD0083_000000000575	9822	0.9095207568134169	11	11	5	8	10	True	63783	fragment	False	MAD0083_000000000575	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	other	6770.0	94.919	98.0	0.10618508026440038	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
FIJ0128_000000006245	4058	0.9095191126969197	6	6	5	6	4	False	53100	maximal	False	FIJ0040_000000005980	0.9748258226342311		0	0	False	False	0.9958107471466064	0					non-mobilizable	no_good_hit	114.0	80.702	3.0	4.072811691005959e-05	NZ_GL892076.1	firmicutes	Centipeda periodontii DSM 2778 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0353_000000004521	6899	0.9095151077153034	9	5	2	5	3	False	92902	maximal	True	ISR0353_000000004521	0.9729690451969191	PS140	1	1	True	True	1.0	46					non-mobilizable	plasmid	3934.0	87.646	93.0	0.5549850235344459	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
ISR0012_000000016513	1373	0.9095135029820268	2	2	2	2	2	False	89718	fragment	False	ISR0062_000000026913	0.9554627696590119		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	99.56299999999999	99.0	0.00028955308927380044	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0076_000000007473	3350	0.9095081212639632	5	5	5	4	3	False	125923	fragment	False	ISR0076_000000007473	1.0		0	0	False	False	0.9946268796920776	0					non-mobilizable	other	3356.0	99.762	99.0	0.019554814680973837	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0115_000000018247	1192	0.9095061882219042	2	1	1	1	1	False	59494	fragment	False	ENG0115_000000018247	1.0		0	0	False	False	0.9991610646247864	0					non-mobilizable	other	1155.0	89.61	96.0	0.006885896886560733	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
ETH0005_000000009973	4860	0.9095054544366179	5	3	3	3	1	True	52792	maximal	True	ETH0005_000000009973	1.0		1	1	False	False	0.9977366328239441	0					non-mobilizable	no_good_hit								True	True
ENG0155_000000003816	6289	0.9094981412186088	7	7	6	7	6	False	90192	fragment	False	CHI0113_000000001171	0.955219271155034		0	0	False	False	1.0	0					non-mobilizable	chromosome	4970.0	99.678	100.0	0.000931980435914714	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ENG0085_000000013053	1180	0.9094959088840724	2	2	2	2	1	False	61464	fragment	False	ENG0085_000000013053	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	99.831	100.0	0.0006819517249963095	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ISR0148_000000013369	2174	0.909493591971655	4	3	2	3	2	True	30920	fragment	False	ISR0148_000000013369	1.0		0	0	False	False	0.9742410182952881	0					non-mobilizable	other	1160.0	99.397	99.0	0.30380078636959373	NZ_QENY01000046.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_146, whole genome shotgun sequence	False	True
CHI0077_000000002742	5107	0.9094897536410864	4	1	1	1	1	False	84551	fragment	False	CHI0077_000000002742	1.0		0	0	False	False	0.9998041987419128	0					non-mobilizable	no_good_hit	69.0	100.0	1.0	0.0001348499992067647	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
CHI0079_000000002227	2950	0.9094897536410864	3	1	1	1	1	False	84399	fragment	False	CHI0079_000000002227	0.9879559532002753		0	0	False	False	0.9962711930274963	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	1.7358993783699815e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0149_000000004995	2906	0.9094897536410864	3	1	1	1	1	False	84399	fragment	False	CHI0079_000000002227	0.9808474576271187		0	0	False	False	0.9996559023857117	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	1.7358993783699815e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AUS0012_000000007335	2295	0.9094897536410864	3	1	1	1	1	False	101161	fragment	False	AUS0012_000000007335	1.0		0	0	False	False	0.9908496737480164	0					non-mobilizable	no_good_hit	65.0	98.462	3.0	0.00036	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0069_000000008903	2171	0.9094897536410864	2	1	1	1	1	False	62489	fragment	False	ENG0069_000000008903	1.0		0	0	False	False	0.9967756867408752	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000027321	2133	0.9094897536410864	2	1	1	1	1	False	69540	fragment	False	DEN0079_000000027321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0010_000000010246	1841	0.9094897536410864	2	1	1	1	1	False	51083	fragment	False	FIJ0010_000000010246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	100.0	5.0	1.824919859312032e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0044_000000015364	1620	0.9094897536410864	3	1	1	1	1	False	30977	fragment	False	MAD0044_000000015364	1.0		0	0	False	False	0.9851852059364319	0					non-mobilizable	no_good_hit								True	False
ISR0327_000000018467	1571	0.9094897536410864	1	1	1	1	1	False	24777	fragment	False	ISR0327_000000018467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0320_000000019568	1363	0.9094897536410864	2	1	1	1	1	False	25048	fragment	False	ISR0320_000000019568	1.0		0	0	False	False	0.973587691783905	0					non-mobilizable	no_good_hit								True	False
ISR0146_000000034980	1233	0.9094897536410864	2	1	1	1	1	False	30976	fragment	False	ISR0146_000000034980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000022638	1202	0.9094897536410864	2	1	1	1	1	False	18003	fragment	False	MAD0043_000000022638	1.0		0	0	False	False	0.9933444261550903	0					non-mobilizable	no_good_hit								True	False
MAD0080_000000006897	1178	0.9094897536410864	1	1	1	1	1	False	16148	fragment	False	MAD0080_000000006897	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000003929	10483	0.9094886271171568	8	5	5	4	3	False	115940	maximal	True	SPA0120_000000003929	1.0		1	1	False	False	0.9989506602287292	0					non-mobilizable	no_good_hit	2135.0	92.272	27.0	0.0007300964694400273	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
SPA0032_000000006634	3860	0.9094869332761852	6	2	1	1	2	True	112119	maximal	False	ISR0017_000000008679	0.9467185938996088	PS416	0	0	True	True	1.0	2466					non-mobilizable	plasmid	3530.0	95.581	100.0	0.929287598944591	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ENG0020_000000005244	3811	0.9094869332761852	5	2	1	1	2	True	112119	maximal	False	ISR0017_000000008679	0.9454525687624105	PS416	0	0	True	True	1.0	530					non-mobilizable	plasmid	3496.0	94.88	100.0	0.9197889182058048	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
CHI0108_000000002911	2653	0.9094869332761852	4	2	1	1	2	True	84152	fragment	False	CHI0108_000000002911	1.0		0	0	False	False	0.9962306618690491	0					non-mobilizable	plasmid	2514.0	94.63	99.0	0.6609498680738787	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0056_000000010834	2003	0.9094869332761852	4	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.930132101340508		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2004.0	97.455	100.0	0.4612903225806452	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
ISR0048_000000001700	9638	0.909484671777064	14	8	6	6	5	True	95126	fragment	False	ISR0048_000000001700	1.0		0	0	False	False	0.9997925162315369	0					non-mobilizable	chromosome	9160.0	98.61399999999999	96.0	0.004086792804781342	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0018_000000009843	2136	0.909483260021074	3	3	3	3	3	False	121137	fragment	False	ENG0018_000000009843	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2117.0	98.961	100.0	0.0006669581193798299	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0060_000000004761	3389	0.9094782438995545	4	4	4	4	4	False	116631	fragment	False	SPA0101_000000007479	0.06493280950026116		0	0	False	False	0.9997049570083618	0					non-mobilizable	chromosome	3389.0	98.96700000000001	100.0	0.0006297972547308685	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0069_01_000000034361	1766	0.9094700419974472	2	2	1	1	2	False	39906	fragment	False	FIJ0148_000000010337	0.949419568822554		0	0	False	False	0.9994337558746338	0					non-mobilizable	no_good_hit	1001.0	73.027	56.0	0.003549557846190661	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0086_000000005222	4628	0.9094551545534058	6	5	3	4	5	False	101917	fragment	False	CAN0014_000000008690	0.8562592895652913		0	0	False	False	0.9997839331626892	0					non-mobilizable	chromosome	4567.0	99.978	100.0	0.0008340425252089627	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0175_000000005690	4543	0.9094551545534058	5	5	3	4	5	False	101917	fragment	False	CAN0014_000000008690	0.7505847229870506		0	0	False	False	1.0	0					non-mobilizable	chromosome	4543.0	99.868	100.0	0.0008296585960357225	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0087_000000001615	18195	0.9094518814180799	33	12	7	12	10	False	9719	maximal	True	MON0087_000000001615	1.0		2	2	False	False	0.9997252225875854	0					non-mobilizable	no_good_hit	723.0	90.87100000000001	20.0	0.0001682106585365626	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0128_000000005884	4277	0.909449350975375	9	4	2	4	1	False	51403	fragment	False	FIJ0128_000000005884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	91.21799999999999	8.0	8.581226580913243e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0102_000000005360	5263	0.9094360518799632	5	4	3	3	3	True	123470	fragment	False	AST0102_000000005360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2175.0	76.046	41.0	0.0005677226904743811	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0030_000000012648	1704	0.9094327295364292	2	2	2	1	1	False	76102	fragment	False	DEN0061_000000024709	0.7712467868645817		0	0	False	False	0.9847418069839478	0					non-mobilizable	no_good_hit								True	False
FIJ0040_000000001656	12286	0.9094295415176812	15	5	3	5	4	True	101345	maximal	True	FIJ0040_000000001656	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	1367.0	98.83	17.0	0.00036252287108510644	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0188_000000008029	3307	0.9094269470557276	4	4	4	3	3	False	64796	fragment	False	ENG0188_000000008029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	74.52600000000001	14.0	0.00019449966509717964	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	True	False
ENG0189_000000003483	3740	0.9094268203361588	5	3	3	2	2	False	88333	fragment	False	ENG0189_000000003483	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2536.0	99.921	68.0	0.004043453562515558	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0830_000000006411	3819	0.9094209878239116	6	3	2	1	2	True	119398	fragment	False	MON0045_000000005873	0.973381934188239		0	0	False	False	1.0	0					non-mobilizable	plasmid	3270.0	99.45	100.0	0.6549295774647887	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0035_000000005188	3454	0.9094209878239116	6	3	2	1	2	True	119398	fragment	False	MON0045_000000005873	0.3409114611372681		0	0	False	False	0.9994209408760071	0					non-mobilizable	plasmid	3097.0	99.516	100.0	0.6211267605633802	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0834_000000005814	2892	0.9094209878239116	5	3	2	1	2	True	102413	fragment	False	ISR0834_000000005814	0.9903776325344953		0	0	False	False	1.0	0					non-mobilizable	plasmid	2211.0	98.824	100.0	0.4420523138832998	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0789_000000005034	2754	0.9094209878239116	5	3	2	1	2	True	102413	fragment	False	ISR0834_000000005814	0.9669778699861687		0	0	False	False	1.0	0					non-mobilizable	plasmid	2158.0	98.84200000000001	98.0	0.43138832997987925	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
DEN0051_000000004573	7908	0.9094188097403786	11	9	7	8	9	False	99050	fragment	False	DEN0051_000000004573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.184	7.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0067_000000001316	6500	0.9094115918100202	8	7	3	7	7	True	125601	fragment	False	MAD0067_000000001316	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	4001.0	97.40100000000001	100.0	0.024903975657205566	CP055754.1	enterobacteria	Escherichia coli strain RHB07-C09 plasmid pRHB07-C09_2, complete sequence	False	True
SPA0135_000000012037	1777	0.9094081383234176	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9203221678255732		0	0	False	False	1.0	0					non-mobilizable	other	1770.0	99.887	99.0	0.0073309104170206415	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
AST0093_000000009777	1777	0.9094081383234176	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.964865467303057		0	0	False	False	1.0	0					non-mobilizable	other	1777.0	99.662	100.0	0.0005009016794308223	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0828_000000003061	2311	0.9093986292571244	3	3	2	3	2	False	66713	fragment	False	SPA0001_000000013349	0.9276694808667458		0	0	False	False	1.0	0					non-mobilizable	other	2311.0	99.611	100.0	0.0004373151349656736	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ISR0201_000000001564	13103	0.9093869468672036	23	6	4	6	4	True	124555	backbone	True	ISR0201_000000001564	0.9607516155199411	PS914	5	4	True	True	1.0	49					non-mobilizable	no_good_hit	427.0	84.309	9.0	0.00011257511994040704	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
AST0014_000000001535	12985	0.9093869468672036	22	6	4	6	4	True	124555	backbone	False	ISR0201_000000001564	0.9601872902795086	PS914	0	0	True	True	0.9997689723968506	2					non-mobilizable	no_good_hit	427.0	84.309	9.0	0.00011257511994040704	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ENG0168_000000010278	2912	0.909386512905866	4	3	1	3	2	False	130349	backbone	False	ISR0335_000000002496	0.12306156739851845	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2841.0	99.366	98.0	0.0005500476546568409	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0114_000000017072	2697	0.909386512905866	3	3	1	3	2	False	130349	backbone	False	ISR0335_000000002496	0.10693032920101977	PS1101	0	0	False	True	0.9977753162384033	0					non-mobilizable	other	1609.0	99.876	100.0	0.00031107896004774395	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
MON0050_000000015787	2277	0.909386512905866	3	3	1	3	2	False	130349	backbone	False	ISR0335_000000002496	0.04702118644051497	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2277.0	99.561	100.0	0.0004408128387320317	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0164_000000001549	11126	0.9093830051869832	15	11	3	5	9	True	121596	maximal	True	ENG0164_000000001549	1.0	PS854	3	3	False	True	1.0	0					non-mobilizable	other	6857.0	97.419	100.0	0.0027895043218361566	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	True
ISR0838_000000003241	5842	0.9093810497282254	9	8	6	6	7	False	128468	fragment	False	ISR0838_000000003241	1.0		0	0	False	False	0.9950359463691711	0					non-mobilizable	other	5430.0	97.919	93.0	0.020817989320567113	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0066_000000001662	7741	0.909377906049258	10	5	4	5	3	True	16610	maximal	True	MAD0066_000000001662	1.0		1	1	False	False	0.9998708367347717	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	0.0008003201280512205	NZ_RHNU01000013.1	firmicutes	Lactobacillus insicii strain DSM 29801 contig13, whole genome shotgun sequence	True	True
ISR0367_000000004422	2160	0.9093745734760514	3	3	2	2	2	False	23587	fragment	False	ISR0367_000000004422	1.0		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	plasmid	2160.0	99.90700000000001	100.0	0.41784401006386684	CP054222.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p3, complete sequence	False	True
MON0011_000000027475	1705	0.9093716624841106	2	1	1	1	1	False	13665	maximal	True	MON0011_000000027475	1.0		5	1	False	False	0.9917888641357422	0					non-mobilizable	no_good_hit	874.0	77.803	51.0	0.00024574077858441893	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0018_01_000000004428	5601	0.909370903204355	7	7	7	7	7	False	116670	fragment	False	USA0018_01_000000004428	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5604.0	99.322	100.0	0.0021972523169580586	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ENG0171_000000010101	2370	0.9093682178683926	3	2	2	1	2	False	55795	maximal	True	ENG0171_000000010101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	98.79899999999999	14.0	8.09087077628963e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0076_000000008508	2934	0.9093663353765276	4	4	4	4	4	False	65285	fragment	False	ENG0048_000000008464	0.9456800757981583		0	0	False	False	1.0	0					non-mobilizable	other	2938.0	86.521	100.0	0.013413480269382758	NZ_JHWQ01000003.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	False
SPA0143_000000000929	13924	0.909361628254198	19	11	8	10	9	True	126200	maximal	True	SPA0143_000000000929	0.9747220397537893	PS944	8	4	True	True	1.0	1					non-mobilizable	no_good_hit	1606.0	73.47399999999999	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0138_000000000116	70988	0.9093588542808516	86	38	26	37	19	True	114655	maximal	False	SPA0012_000000000050	0.9678574209232668	PS739|PS80	0	0	True	True	0.999985933303833	1					non-mobilizable	no_good_hit	19121.0	97.63600000000001	89.0	0.26444176940212805	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0271_000000016137	1220	0.9093556944659352	2	1	1	1	1	False	26406	maximal	True	ISR0271_000000016137	1.0		1	1	False	False	0.9786885380744934	0					non-mobilizable	no_good_hit	975.0	94.051	80.0	0.00021287288032321674	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
CAN0017_000000005536	6779	0.9093462046064896	7	4	2	2	4	False	92568	fragment	False	CAN0017_000000005536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	82.057	14.0	0.000325931054100785	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0017_000000019547	1780	0.9093438820669812	3	2	2	2	2	False	92410	fragment	False	CAN0017_000000019547	1.0		0	0	False	False	0.9926966428756714	0					non-mobilizable	chromosome	1634.0	86.10799999999999	92.0	0.0005277321964585843	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
USA0101_01_000000009681	3366	0.9093396244039541	6	3	2	3	2	False	366	maximal	True	USA0101_01_000000009681	1.0		1	1	False	False	0.9994058012962341	0					non-mobilizable	no_good_hit	1289.0	73.39	38.0	0.013748089037308496	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ENG0100_000000001697	14837	0.9093373385398829	11	9	4	8	6	True	60617	maximal	True	ENG0100_000000001697	1.0		18	7	False	False	0.9997304081916809	0					non-mobilizable	no_good_hit	3711.0	94.90700000000001	32.0	0.0007179671323284892	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
CHI0040_000000010842	1271	0.9093349719033794	2	2	2	2	2	False	102276	maximal	True	CHI0040_000000010842	1.0		0	0	False	False	0.9968528747558594	0					non-mobilizable	no_good_hit	437.0	97.712	42.0	0.00012107680601607323	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0126_000000001555	14895	0.9093332422481526	16	15	9	11	13	True	123702	fragment	False	ENG0167_000000001303	0.8268263091970215		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	12729.0	97.99700000000001	86.0	0.12931972858320023	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
AST0113_000000012538	2989	0.9093325998351056	6	4	3	4	3	False	117444	maximal	True	AST0113_000000012538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1795.0	100.0	60.0	0.03358167047283891	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
ENG0122_000000010076	2764	0.9093323775617664	3	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.3960521832325506		0	0	False	False	1.0	0					non-mobilizable	other	2764.0	98.444	100.0	0.0005349407120289418	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0001_000000019293	1739	0.9093314331209466	3	3	3	3	2	False	105484	fragment	False	CAN0018_000000019660	0.293302414812191		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	99.54	100.0	0.0035962588975335208	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
USA0075_01_000000003473	7147	0.90932932710519	6	3	1	3	0	True	87781	fragment	False	USA0075_01_000000003473	1.0		0	0	False	False	0.9987407326698303	0					non-mobilizable	no_good_hit	176.0	93.75	2.0	0.041809290953545235	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ISR0841_000000003215	3977	0.9093283645443389	5	2	2	1	2	False	76105	fragment	False	ISR0852_000000001846	0.9589188869379485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	74.947	12.0	0.08525722595891656	NZ_JAAIYP010000015.1	a-proteobacteria	Magnetospirillum aberrantis SpK contig00015_length=5501, whole genome shotgun sequence	True	False
SPA0002_000000008305	2646	0.9093184203863754	3	3	3	3	3	False	60356	maximal	True	SPA0002_000000008305	1.0		1	1	False	False	0.997732400894165	0					non-mobilizable	no_good_hit	586.0	73.72	22.0	0.00010906279650264392	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
USA0024_01_000000008434	2827	0.9093166280321724	4	4	4	4	3	False	76211	maximal	True	USA0024_01_000000008434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	79.545	6.0	0.0002839473970938314	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
SPA0124_000000004949	5691	0.9093148843891896	8	6	2	2	5	False	73668	fragment	False	USA0041_01_000000004031	0.9784742552092303		0	0	False	False	1.0	0					non-mobilizable	chromosome	4377.0	78.821	94.0	0.0009639753097936782	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0070_000000011300	1846	0.9093146761966906	3	1	1	1	1	False	81190	fragment	False	SPA0070_000000011300	1.0		0	0	False	False	0.996749758720398	0					non-mobilizable	other	1578.0	91.762	100.0	0.003415626436731755	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0143_000000016640	1265	0.909314507238284	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.0659273589380497		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	92.49	100.0	0.02735898102417468	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
AST0118_000000001496	14885	0.9093131067971992	21	9	5	5	6	False	106025	maximal	True	AST0118_000000001496	1.0		2	1	False	False	0.9998656511306763	0					non-mobilizable	no_good_hit	3966.0	91.2	27.0	0.38817404970042235	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	False
ISR0103_000000000583	27888	0.909302964770098	18	9	6	8	4	True	124904	maximal	True	ISR0103_000000000583	1.0		1	1	False	False	0.9999641180038452	0					non-mobilizable	no_good_hit	945.0	98.51899999999999	3.0	0.9989384288747346	GQ883038.1		Uncultured organism clone VC1D785TF genomic sequence	True	True
CHI0112_000000003048	5062	0.9092964331241129	4	2	1	2	1	False	82456	maximal	True	CHI0112_000000003048	1.0		1	1	False	False	0.9974318742752075	0					non-mobilizable	no_good_hit	84.0	98.81	2.0	0.0002635497934468185	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
MON0053_000000004444	6599	0.9092943384722729	13	4	2	4	2	True	112961	maximal	True	MON0053_000000004444	1.0		1	1	False	False	0.9987877011299133	0					non-mobilizable	no_good_hit	977.0	88.84299999999999	42.0	0.03738929534077782	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ENG0007_000000005014	5139	0.9092926313570628	9	2	1	2	1	False	110809	maximal	True	ENG0007_000000005014	1.0		0	0	False	False	0.9998053908348083	0					non-mobilizable	no_good_hit	3711.0	97.09	72.0	0.05617054923666444	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
ISR0259_000000005363	2734	0.9092926313570628	4	2	1	2	1	False	110752	fragment	False	ISR0259_000000005363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	93.618	57.0	0.34850863422291994	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
SPA0153_000000007545	2405	0.9092926313570628	3	2	1	2	1	False	110798	fragment	False	SPA0153_000000007545	1.0		0	0	False	False	0.9995841979980469	0					non-mobilizable	chromosome	2416.0	90.273	100.0	0.00036582812286955335	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
SPA0158_000000009794	1981	0.9092926313570628	3	2	1	2	1	False	110787	fragment	False	SPA0158_000000009794	1.0		0	0	False	False	0.9994952082633972	0					non-mobilizable	chromosome	1989.0	95.274	100.0	0.00043296549862245214	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0177_000000014414	1865	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.596577026021697		0	0	False	False	0.9989275932312012	0					non-mobilizable	chromosome	1860.0	97.366	99.0	0.00028289287870819456	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0087_000000015758	1666	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.5990897038940188		0	0	False	False	0.9903961420059204	0					non-mobilizable	other	1669.0	96.105	100.0	0.37362637362637363	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0104_000000014901	1660	0.9092926313570628	3	2	1	2	1	False	110780	fragment	False	ISR0104_000000014901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	95.87299999999999	82.0	0.020467124870749955	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
ENG0037_000000021505	1649	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.5118574693909077		0	0	False	False	0.9981806874275208	0					non-mobilizable	other	1656.0	96.075	100.0	0.025074508849826652	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	False	False
ISR0842_000000014341	1603	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.32806680750158984		0	0	False	False	1.0	0					non-mobilizable	chromosome	1504.0	93.75	96.0	0.00022940459123055947	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0261_000000011793	1571	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.33366545423881666		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	94.50399999999999	99.0	0.0002486552786118811	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0045_000000013654	1549	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.3046268369227714		0	0	False	False	1.0	0					non-mobilizable	chromosome	1549.0	97.611	100.0	0.00023556652837024484	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0012_000000015310	1519	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.45340390463318087		0	0	False	False	1.0	0					non-mobilizable	chromosome	1530.0	93.92200000000001	100.0	0.0002313056350922301	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0126_000000032628	1519	0.9092926313570628	3	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.2894852479304997		0	0	False	False	0.9993416666984558	0					non-mobilizable	other	1530.0	96.07799999999999	100.0	0.0002556832205376543	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0187_000000019360	1484	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.4053206860828928		0	0	False	False	0.9831536412239075	0					non-mobilizable	other	1486.0	97.30799999999999	100.0	0.3325857815653734	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0003_000000017378	1478	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.4163653963071369		0	0	False	False	1.0	0					non-mobilizable	chromosome	1420.0	95.56299999999999	100.0	0.0002701868884805048	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0170_000000032158	1464	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.3519140774935247		0	0	False	False	1.0	0					non-mobilizable	chromosome	1466.0	93.861	100.0	0.00027876727661150174	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
SPA0125_000000022349	1460	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.21182312699626216		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	96.615	100.0	0.0021834464837098755	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
ISR0778_000000009998	1406	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.2495851863483188		0	0	False	False	1.0	0					non-mobilizable	chromosome	1409.0	94.74799999999999	100.0	0.0002682801355625055	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
CHI0173_000000012592	1400	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.2624439456401136		0	0	False	False	0.9957143068313599	0					non-mobilizable	chromosome	1394.0	97.48899999999999	99.0	0.00021197944058123455	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
FIJ0088_000000021223	1391	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.32567605587361476		0	0	False	False	0.9805895090103149	0					non-mobilizable	chromosome	1396.0	94.84200000000001	100.0	0.00026484798031010666	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ENG0176_000000007187	1323	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.14457330500326146		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	96.59899999999999	100.0	0.00025207273575951115	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ENG0063_000000025311	1205	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.13272029882971115		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	97.178	100.0	0.0002295730513271191	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
DEN0061_000000036875	1194	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.07755369931644454		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	98.074	100.0	0.2675487777528594	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
USA0037_01_000000028260	1190	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.05216601869529484		0	0	False	False	1.0	0					non-mobilizable	chromosome	1190.0	97.395	100.0	0.0001809357895556984	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0071_000000007395	1154	0.9092926313570628	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.10245699113904361		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	98.26700000000001	100.0	0.00017545749819825084	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
AST0029_000000001506	16655	0.9092716794319134	22	8	1	8	2	False	118489	maximal	True	AST0029_000000001506	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0009258646914886582	NZ_WAJR01000029.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_029, whole genome shotgun sequence	True	False
CHI0015_000000005397	1847	0.9092654248287358	3	2	1	2	1	True	89790	fragment	False	CHI0015_000000005397	1.0		0	0	False	False	0.9994586110115051	0					non-mobilizable	other	1790.0	100.0	97.0	0.0002874098731476602	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
SPA0051_000000000610	22719	0.9092588407848324	47	20	8	17	12	False	105386	maximal	True	SPA0051_000000000610	1.0		4	3	False	False	1.0	0					non-mobilizable	other	22719.0	99.99600000000001	100.0	0.46136349789809306	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	False	False
ISR0104_000000000467	32828	0.9092431247134282	37	10	5	10	4	True	110146	fragment	False	ISR0104_000000000467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.019732205778717406	XM_033361074.1	wasps, ants, and bees	PREDICTED: Belonocnema treatae ribokinase-like (LOC117172827), mRNA	True	True
ISR0360_000000015830	1572	0.9092412422177012	2	1	1	1	1	True	70424	fragment	False	DEN0071_000000025281	0.6422250316055625		0	0	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit	194.0	93.814	12.0	6.156279905096594e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0138_000000016920	1132	0.9092412422177012	2	1	1	1	1	True	40453	fragment	False	FIJ0138_000000016920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0194_000000019247	1372	0.9092381927422332	2	2	2	2	1	False	54508	maximal	True	ENG0194_000000019247	1.0		4	3	False	False	0.9774052500724792	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	1.0309680511360154e-05	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
FIJ0133_000000005403	6627	0.9092354087857896	8	4	4	4	3	False	40725	maximal	True	FIJ0133_000000005403	1.0		2	1	False	False	0.9927569031715393	0					non-mobilizable	no_good_hit	170.0	88.235	3.0	0.005812353831338561	NZ_CABMGA010000022.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0140_000000010226	2870	0.9092331062637812	3	2	1	1	2	False	40399	fragment	False	FIJ0140_000000010226	1.0		0	0	False	False	0.9923344850540161	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000028295	2168	0.9092317797772655	4	3	2	3	3	False	126989	fragment	False	USA0069_01_000000028295	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2138.0	94.995	98.0	0.0009431071495116241	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
AST0007_000000009870	1837	0.9092317797772655	3	3	2	3	3	False	126988	fragment	False	ENG0063_000000015506	0.9338532589866622		0	0	False	False	0.9820359349250793	0					non-mobilizable	chromosome	1839.0	95.595	100.0	0.00081153133932695	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CAN0009_000000013880	1919	0.909228419968264	3	3	3	2	2	False	111418	fragment	False	CAN0009_000000013880	1.0		0	0	False	False	0.991662323474884	0					non-mobilizable	other	1859.0	99.139	97.0	0.0025735604752083574	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
DEN0045_000000014969	2569	0.909219426711747	5	4	3	2	2	False	110181	fragment	False	DEN0045_000000014969	1.0		0	0	False	False	0.9980537295341492	0					non-mobilizable	no_good_hit	836.0	96.053	34.0	0.00023522072108406856	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
AST0153_000000005100	5671	0.9092193016451	7	5	3	4	3	False	103551	maximal	True	AST0153_000000005100	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	76.46600000000001	25.0	0.34904714142427284	KX127528.1	bacteria	Uncultured bacterium clone Control_Mom_CH_13 genomic sequence	True	False
ISR0316_000000001043	13456	0.909206061443139	11	8	6	8	5	True	104233	fragment	False	ISR0316_000000001043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
MON0059_000000011238	3345	0.9091723842036707	2	2	2	2	2	False	39221	maximal	True	MON0059_000000011238	1.0		101	12	False	False	0.9991031289100647	0					non-mobilizable	other	1804.0	97.007	99.0	0.003961062382883636	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0149_000000015084	1712	0.9091673944508708	2	1	1	1	1	False	39847	maximal	True	FIJ0149_000000015084	0.9808917197452229		27	4	False	False	0.9538551568984985	0					non-mobilizable	other	1711.0	96.20100000000001	99.0	0.0011466683923992266	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0152_000000018401	1288	0.9091673944508708	2	1	1	1	1	False	30698	fragment	False	ISR0152_000000018401	1.0		0	0	False	False	0.9968944191932678	0					non-mobilizable	other	1290.0	96.589	100.0	0.0008628662799947149	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0285_000000003727	3743	0.9091665541947068	4	3	1	2	2	False	110790	fragment	False	ISR0285_000000003727	0.985302677532014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	92.42299999999999	65.0	0.0002755624566693038	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0110_000000008850	3436	0.9091665541947068	4	3	1	2	2	False	110790	fragment	False	ISR0285_000000003727	0.9457654288004275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1445.0	92.941	62.0	0.0002201730181428106	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MON0102_000000005748	7227	0.909165070451938	5	4	4	4	2	False	8977	maximal	True	MON0102_000000005748	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	70.825	6.0	7.209404456071638e-05	CP017433.1	b-proteobacteria	Achromobacter ruhlandii strain SCCH3:ACH 33-1365 genome	True	False
ETH0002_000000007263	3883	0.909159835349824	6	3	1	3	0	True	53369	maximal	True	ETH0002_000000007263	1.0		1	1	False	False	0.9891836047172546	0					non-mobilizable	no_good_hit								True	True
FIJ0135_000000003594	8333	0.9091592537261354	12	7	5	5	4	True	126522	backbone	False	ISR0029_000000004601	0.07658248798613124	PS624|PS966	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1309.0	98.396	75.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0015_000000000892	7932	0.9091592537261354	12	7	5	5	4	True	126522	backbone	False	ISR0029_000000004601	0.06028014016885282	PS624|PS966	0	0	False	True	0.9998739361763	0					non-mobilizable	no_good_hit	2186.0	97.804	74.0	0.2716403038983684	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0064_000000015041	1521	0.9091581330021636	2	2	2	2	1	False	74934	fragment	False	ISR0064_000000015041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0246_000000016194	1439	0.9091560367784468	2	2	2	2	2	True	114350	fragment	False	CHI0109_000000010540	0.39097544790975447		0	0	False	False	0.9979152083396912	0					non-mobilizable	no_good_hit	881.0	82.179	61.0	0.3576702214930271	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
CHI0106_000000006085	3171	0.9091547449802092	4	2	1	2	1	True	125428	fragment	False	SPA0026_000000008815	0.9817240328967407		0	0	False	False	0.9930621385574341	0					non-mobilizable	no_good_hit	1036.0	88.22399999999999	32.0	0.030814868628163215	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
MAD0023_000000000329	12943	0.9091510534613696	18	16	1	11	15	True	85503	fragment	False	MAD0023_000000000329	0.9907354501673333		0	0	False	False	1.0	0			MPF_F		non-mobilizable	no_good_hit	5129.0	96.647	89.0	0.06745744414750063	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	True	True
ISR0115_000000009947	3224	0.9091447773704532	5	4	4	4	3	False	111431	fragment	False	ISR0843_000000003216	0.20308243669493542		0	0	False	False	1.0	0					non-mobilizable	other	3225.0	99.163	100.0	0.00446563992038307	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0085_000000001480	9335	0.909142222896875	14	10	5	9	7	False	30429	maximal	True	SPA0085_000000001480	1.0		2	1	False	False	0.999357283115387	0					non-mobilizable	no_good_hit	2769.0	94.90799999999999	47.0	0.0016472631745165875	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
CHI0136_000000009700	1426	0.9091399827114272	3	2	1	2	1	False	80574	fragment	False	CHI0136_000000009700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0168_000000005380	4802	0.9091361129584684	3	2	2	2	1	False	131609	maximal	True	ISR0168_000000005380	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	0.0004367464686749342	NZ_JHXL01000005.1	mycoplasmas	Acholeplasma equifetale ATCC 29724 T434DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
FIJ0026_000000004108	6702	0.909132183951678	11	2	2	2	1	False	49138	maximal	True	FIJ0026_000000004108	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	0.0064264849074975655	XM_029793266.1	cephalopods	PREDICTED: Octopus vulgaris CUGBP Elav-like family member 1-A (LOC115222778), transcript variant X23, mRNA	True	False
ISR0255_000000000749	24540	0.9091274929368081	24	10	6	9	4	True	108287	fragment	False	ISR0255_000000000749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	91.304	3.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0209_000000007549	3891	0.9091242790597508	4	3	2	3	3	False	58192	maximal	True	ISR0209_000000007549	1.0		68	7	False	False	0.9987149834632874	0					non-mobilizable	no_good_hit	2024.0	93.725	52.0	0.003223006522599339	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
CHI0158_000000008003	2198	0.9091158848747332	4	4	4	3	3	False	89362	fragment	False	ISR0033_000000013364	0.9557235421166306		0	0	False	False	0.9913557767868042	0					non-mobilizable	no_good_hit	410.0	75.122	18.0	0.0004756016360696281	NZ_AUHO01000007.1	a-proteobacteria	Kaistia adipata DSM 17808 G539DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ENG0064_000000004842	4700	0.9091029833699712	7	6	5	6	5	False	115027	fragment	False	FIJ0043_000000004746	0.9554141987073963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	386.0	84.97399999999999	29.0	0.0001079162772031923	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0824_000000010996	2024	0.9090987861474996	3	2	1	1	2	True	87535	fragment	False	ISR0824_000000010996	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	100.0	100.0	0.00031530022807385924	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
CHI0092_000000006019	1705	0.9090967992418062	2	2	2	2	2	False	83644	fragment	False	SPA0022_000000007548	0.9860036865506219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0169_000000008784	2650	0.9090933401877642	3	2	2	2	1	True	124825	fragment	False	ENG0169_000000008784	1.0		0	0	False	False	0.9871698021888733	0					non-mobilizable	no_good_hit	103.0	78.641	4.0	2.463557214022272e-05	NZ_CP024941.1	b-proteobacteria	Paraburkholderia terricola strain mHS1 chromosome mHS1_A, complete sequence	True	True
ETH0002_000000008504	3285	0.9090926331275192	3	3	3	3	3	False	81411	maximal	True	ETH0002_000000008504	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	77.865	87.0	0.021619117476740148	NZ_FQXK01000038.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
DEN0007_000000005037	5644	0.9090925022118206	6	6	6	6	5	False	76328	maximal	True	DEN0007_000000005037	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	77.253	49.0	0.0004551716197817586	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ISR0143_000000006187	5518	0.9090778736351239	7	4	4	3	3	False	77127	fragment	False	ISR0143_000000006187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4150.0	79.446	74.0	0.0011446756752253528	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0013_000000015359	1494	0.9090677009153458	2	1	1	1	1	False	93837	maximal	True	CAN0013_000000015359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	94.169	87.0	0.0002560916243936862	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0164_000000001397	12478	0.9090562183090322	11	9	6	6	9	True	123656	fragment	False	FIJ0028_000000002122	0.967148675709456		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	2765.0	98.336	55.0	0.08366123857376355	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
FIJ0038_000000009955	3391	0.9090440995097876	5	5	1	2	4	True	47671	fragment	False	FIJ0038_000000009955	1.0		0	0	False	False	0.9994102120399475	0					non-mobilizable	other	3390.0	95.398	99.0	0.0013779473100938812	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0203_000000004618	3764	0.9090379013850725	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3561474723148167		0	0	False	False	1.0	0					non-mobilizable	chromosome	3764.0	99.09700000000001	100.0	0.0013260938068455094	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0098_000000004838	7066	0.9090337224829009	9	7	6	7	6	False	123321	maximal	True	SPA0098_000000004838	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	75.19800000000001	7.0	0.0026068603788567428	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0109_000000001863	10967	0.9090294314084076	5	5	5	5	5	False	59902	fragment	False	ENG0109_000000001863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	73.425	9.0	0.0004715118772705711	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
ISR0167_000000019272	1459	0.9090284150191196	2	2	2	2	2	False	106069	fragment	False	ISR0344_000000020233	0.28505360168797633		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	95.959	100.0	0.0005080171234523422	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0102_000000002623	13017	0.9090188030644516	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8445747308210184	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	13029.0	98.15	100.0	0.3469855744873743	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
FIJ0016_000000005015	3506	0.9090100260218816	3	3	1	3	2	False	50238	fragment	False	FIJ0016_000000005015	1.0		0	0	False	False	0.9997147917747498	0					non-mobilizable	no_good_hit	64.0	90.625	2.0	0.022245762711864406	NZ_WNAJ01000067.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold67_size2832, whole genome shotgun sequence	True	False
USA0042_01_000000015048	1116	0.9090099525501292	3	1	1	1	1	False	1255	fragment	False	USA0042_01_000000015048	1.0		0	0	False	False	0.9946236610412598	0					non-mobilizable	no_good_hit	455.0	91.648	41.0	0.00575601592413216	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
AST0060_000000000116	67681	0.9090030620543592	68	15	4	11	5	True	112559	maximal	True	AST0060_000000000116	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	1.7345243138928014e-06	LR862143.1	monocots	Ananas comosus var. bracteatus genome assembly, chromosome: 15	True	True
FIJ0149_000000018063	1477	0.9090006993425388	2	1	1	1	1	False	41504	fragment	False	FIJ0149_000000018063	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	99.052	100.0	0.0004757418397865221	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0038_000000000855	10021	0.9089873207745292	18	8	4	7	5	False	18574	maximal	True	MAD0038_000000000855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.261035516071205e-05	NZ_PDOH01000055.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1260, whole genome shotgun sequence	True	False
ISR0304_000000001706	5415	0.9089833140351482	4	3	1	1	3	False	126710	backbone	False	SPA0013_000000004881	0.9667552312344687	PS832|PS833|PS837|PS974|PS975|PS976	0	0	True	True	1.0	1	rep_cluster_475				non-mobilizable	other	4979.0	99.65899999999999	100.0	0.7634606534744592	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0085_000000005792	6132	0.9089819340993416	4	4	4	4	3	False	131526	maximal	True	DEN0085_000000005792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3630.0	80.744	69.0	0.001025348709400506	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0067_000000008900	2437	0.9089767475833648	3	3	3	2	2	False	6040	maximal	True	SPA0067_000000008900	1.0		1	1	False	False	0.9979482889175415	0					non-mobilizable	other	2447.0	96.199	100.0	0.006101028644404314	NZ_QSGP01000007.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf7, whole genome shotgun sequence	False	False
ENG0051_000000019118	1533	0.908961498272476	2	2	1	2	1	False	117706	maximal	True	ENG0051_000000019118	1.0	PS794	2	1	False	True	1.0	0					non-mobilizable	chromosome	1539.0	96.166	100.0	0.000371849761061076	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
FIJ0060_000000001071	12108	0.9089608484951004	13	9	8	8	8	False	51792	fragment	False	FIJ0060_000000001071	1.0		0	0	False	False	0.9999173879623413	0					non-mobilizable	no_good_hit	324.0	77.469	3.0	0.005794057469807529	NZ_SPVF01000067.1	b-proteobacteria	Massilia arenosa strain MC02 EFN1C69W2T, whole genome shotgun sequence	True	False
ISR0008_000000001509	6851	0.90896007883463	6	6	5	5	5	False	60239	maximal	True	ISR0008_000000001509	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	4785.0	99.415	70.0	0.1767400620659081	MK232436.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_8-CL31_c1 sequence	True	False
AST0153_000000000049	98138	0.9089593160833876	95	13	5	12	3	True	127415	maximal	False	SPA0046_000000000019	0.9217257428420966		0	0	True	True	1.0	140					non-mobilizable	virus	26572.0	96.425	96.0	0.2714997391491146	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
SPA0050_000000017069	1512	0.9089580364511864	3	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.49740491119665375		0	0	False	False	0.9966931343078613	0					non-mobilizable	other	921.0	96.743	95.0	0.008433712850411602	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0121_000000004315	4197	0.9089420221947936	4	4	2	3	4	False	129194	fragment	False	ISR0357_000000004653	0.8130196162834101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2768.0	80.6	74.0	0.0006077873336318486	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0258_000000004161	4147	0.9089420221947936	4	4	2	3	4	False	129194	fragment	False	ISR0357_000000004653	0.8077542531791105		0	0	False	False	0.9980708956718445	0					non-mobilizable	no_good_hit	2768.0	80.6	74.0	0.0006077873336318486	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0079_000000007099	4114	0.9089420221947936	4	4	2	3	4	False	129194	fragment	False	ISR0357_000000004653	0.7966704505521033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2727.0	80.565	75.0	0.0005986627343352886	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0052_000000006381	2549	0.9089333490172188	5	4	1	2	2	True	86497	fragment	False	CHI0052_000000006381	0.9984270546598506		0	0	False	False	0.9984307289123535	0					non-mobilizable	no_good_hit	420.0	84.524	32.0	0.09027626713073744	HQ622101.1	g-proteobacteria	Haemophilus parasuis strain lung6591 plasmid pHPS1019 tetracycline resistance efflux pump (tetB), replication protein (rep), and hypothetical proteins genes, complete cds	True	True
ISR0801_000000002563	2543	0.9089333490172188	5	4	1	2	2	True	86497	fragment	False	CHI0052_000000006381	0.9972538250294233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	84.77799999999999	32.0	0.09179899934740048	HQ622101.1	g-proteobacteria	Haemophilus parasuis strain lung6591 plasmid pHPS1019 tetracycline resistance efflux pump (tetB), replication protein (rep), and hypothetical proteins genes, complete cds	True	True
SPA0079_000000003683	5863	0.9089193674211328	5	4	4	4	3	True	125295	fragment	False	SPA0079_000000003683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	87.485	33.0	0.0017292681243818442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0334_000000009579	2166	0.9089152125753244	3	3	3	2	1	False	106737	fragment	False	ISR0106_000000011226	0.9758796494471301		0	0	False	False	1.0	0					non-mobilizable	other	2159.0	99.259	99.0	0.0008912615480940508	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
SPA0128_000000021738	1713	0.9089145534816144	2	2	2	2	1	False	72474	fragment	False	SPA0128_000000021738	0.9956994023937936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	76.122	41.0	0.00020760362627836575	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
USA0084_01_000000019685	1643	0.9089145534816144	2	2	2	2	1	False	72474	fragment	False	SPA0128_000000021738	0.9689433018588808		0	0	False	False	0.9975654482841492	0					non-mobilizable	no_good_hit	624.0	76.122	37.0	0.00020760362627836575	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
DEN0051_000000029516	1614	0.9089145534816144	2	2	2	2	1	False	72474	fragment	False	SPA0128_000000021738	0.9563030289894671		0	0	False	False	0.9993804097175598	0					non-mobilizable	no_good_hit	624.0	76.122	38.0	0.00020760362627836575	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
USA0001_01_000000003947	3928	0.9089111199316408	10	7	5	4	6	False	118560	maximal	True	USA0001_01_000000003947	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2322.0	97.33	59.0	0.00046644776602818515	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
ENG0185_000000007316	2990	0.908909101641699	6	3	1	1	1	True	55060	maximal	True	ENG0185_000000007316	1.0		10	4	False	False	1.0	0					non-mobilizable	chromosome	2926.0	99.897	100.0	0.0012682643732652994	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	True
USA0066_01_000000003682	5374	0.9089089161929056	6	3	1	2	3	False	126479	backbone	False	ISR0127_000000003850	0.9221428190876859	PS879|PS961	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	2574.0	98.291	74.0	0.4403355589796268	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0084_000000001049	5356	0.9089089161929056	6	3	1	2	3	False	130581	backbone	False	ISR0082_000000004600	0.8680201371997536	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2647.0	97.809	73.0	0.4526622153740798	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0070_000000007507	4351	0.9088984870511516	10	2	1	1	2	False	110768	maximal	True	DEN0070_000000007507	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1667.0	90.162	77.0	0.0027717500012606503	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
ENG0142_000000008559	3546	0.9088947054573154	4	3	3	3	3	False	57697	maximal	True	ENG0142_000000008559	1.0		1	1	False	False	0.9932318329811096	0					non-mobilizable	no_good_hit	952.0	96.84899999999999	27.0	0.3747044917257683	LN852781.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0090	True	False
USA0042_01_000000003980	6790	0.90889196309019	6	6	5	5	4	False	98840	fragment	False	USA0042_01_000000003980	0.9992080696852434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3211.0	75.148	47.0	0.001358721841967628	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0395_000000004084	9023	0.9088847701004192	7	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.9235992314418402		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2718.0	88.631	30.0	0.03393520777806975	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0058_000000007066	3411	0.9088681968858544	4	2	1	1	2	False	35519	maximal	True	ISR0058_000000007066	1.0		3	2	False	False	0.9994136691093445	0					non-mobilizable	no_good_hit	1183.0	89.603	35.0	0.4574095682613769	KU546098.1	bacteria	Uncultured bacterium clone CH_03D_000_Contig_8 genomic sequence	True	False
MON0081_000000002171	18654	0.908864270184803	36	4	2	3	3	False	115254	fragment	False	MON0081_000000002171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0187_000000011097	2603	0.908858050868752	3	3	3	3	3	False	54983	fragment	False	ENG0187_000000011097	1.0		0	0	False	False	0.9996158480644226	0					non-mobilizable	no_good_hit	407.0	71.99	16.0	0.021139657788708074	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0112_000000001826	7836	0.9088521881480734	9	5	5	5	2	True	96566	maximal	True	CHI0112_000000001826	1.0		1	1	False	False	1.0	0					non-mobilizable	other	7060.0	94.13600000000001	99.0	0.0020612983690587957	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0121_000000000493	32957	0.9088456928419576	35	22	13	16	7	True	32235	maximal	True	ISR0121_000000000493	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4666.0	75.525	14.0	0.012830762739154091	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	True
FIJ0105_000000004663	5920	0.908839373873216	10	8	5	7	7	False	132179	maximal	True	FIJ0105_000000004663	1.0		2	1	False	False	0.9972972869873047	0					non-mobilizable	no_good_hit	4427.0	99.932	75.0	0.005597345244659379	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
FIJ0140_000000007750	3598	0.9088359320392356	5	3	2	1	2	False	113345	fragment	False	FIJ0140_000000007750	0.961495222034851		0	0	False	False	0.989994466304779	0					non-mobilizable	no_good_hit	3148.0	96.061	87.0	0.5067184717500405	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0019_000000004120	6186	0.908831291174385	6	5	2	2	4	True	118167	fragment	False	CAN0020_000000005326	0.9637862195020263		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	4407.0	99.90899999999999	100.0	0.49250894454382826	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
AST0084_000000004834	5915	0.9088186006152408	6	5	2	4	3	False	111562	fragment	False	AST0084_000000004834	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5915.0	99.865	100.0	0.0010729810348697065	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0104_000000002125	13032	0.9088162997781136	17	12	8	10	9	True	126160	maximal	True	SPA0104_000000002125	1.0		7	1	True	True	1.0	161					non-mobilizable	no_good_hit	1609.0	73.586	12.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0354_000000000019	99281	0.9088145022152614	110	35	16	26	22	True	127519	fragment	False	ISR0354_000000000019	1.0		0	0	False	False	0.9999798536300659	0					non-mobilizable	no_good_hit	5385.0	81.281	6.0	0.0023455225467952355	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	True	True
AUS0020_000000005594	4958	0.9088042126386552	7	6	4	5	5	False	128459	fragment	False	AUS0006_000000003705	0.9705288668420652		0	0	False	False	1.0	0					non-mobilizable	other	4684.0	97.71600000000001	98.0	0.017956330939667343	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0338_000000007653	3266	0.908803565791592	4	4	4	4	3	False	110365	maximal	False	ETH0001_000000007441	0.9553087128124065		0	0	False	False	0.99357008934021	0					non-mobilizable	other	3296.0	82.008	99.0	0.03738905663830176	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	False	False
ISR0230_000000010006	3104	0.9088012240698611	5	5	5	3	3	False	52001	maximal	True	ISR0230_000000010006	1.0	PS211	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	2027.0	98.22399999999999	65.0	0.0013650814195228888	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0288_000000004193	6290	0.9088010948011568	8	7	6	6	7	False	111443	fragment	False	ISR0288_000000004193	0.980173512121201		0	0	False	False	1.0	0					non-mobilizable	other	6291.0	99.46	100.0	0.008712430241690295	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0003_000000003658	6313	0.9087974674204315	7	5	4	4	3	True	111706	fragment	False	ISR0003_000000003658	1.0		0	0	False	False	0.9971487522125244	0					non-mobilizable	other	5904.0	96.24	93.0	0.23727722573118237	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
MAD0087_000000005247	4952	0.9087868108337448	10	2	0	2	1	True	21761	maximal	True	MAD0087_000000005247	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
SPA0142_000000011593	2423	0.9087868108337448	6	2	0	2	1	True	3435	maximal	True	SPA0142_000000011593	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0202_000000005806	3968	0.9087843986446196	4	3	3	3	2	True	125293	fragment	False	ENG0202_000000005806	1.0		0	0	False	False	0.9997479915618896	0					non-mobilizable	no_good_hit	1870.0	75.187	46.0	0.003826554616225846	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AUS0008_000000000615	16588	0.908775313836262	18	15	10	12	12	True	123702	fragment	False	ENG0167_000000001303	0.9494289506310866		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	10759.0	96.97	75.0	0.10718705093405716	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0049_000000002096	10990	0.9087685958292704	10	9	8	9	6	False	36014	maximal	True	ISR0049_000000002096	1.0		3	1	False	False	0.9998180270195007	0					non-mobilizable	no_good_hit	2587.0	92.23	33.0	0.00110728119845092	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
USA0116_01_000000003416	7928	0.9087658675418576	10	8	4	4	7	True	132506	backbone	False	ISR0038_000000002833	0.021035972816062953	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	5750.0	99.72200000000001	100.0	0.6433128147733632	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0039_000000003324	7351	0.9087658675418576	9	8	4	4	7	True	132506	backbone	False	ISR0038_000000002833	0.01407889711129106	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	5172.0	99.94200000000001	100.0	0.578623391158366	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0029_000000002283	16618	0.9087469329709538	17	8	6	8	2	False	85538	maximal	True	ISR0029_000000002283	1.0		1	1	False	False	0.9999397993087769	0					non-mobilizable	no_good_hit	959.0	99.374	6.0	0.014576106140831355	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0812_000000035874	1066	0.9087450007806792	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.05146101297388589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	98.17399999999999	41.0	0.00012135450511244036	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0195_000000004450	5244	0.9087348555662886	4	4	4	4	4	False	121750	fragment	False	ISR0096_000000004366	0.6171016405880376		0	0	False	False	0.9998093247413635	0					non-mobilizable	chromosome	4544.0	96.765	91.0	0.0012902234851393903	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0061_000000003939	5164	0.9087348555662886	4	4	4	4	4	False	121750	fragment	False	ISR0096_000000004366	0.6168178503988131		0	0	False	False	1.0	0					non-mobilizable	chromosome	4544.0	96.787	90.0	0.0012902234851393903	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0047_000000004608	4501	0.9087289492872246	8	2	0	2	1	True	115454	maximal	True	AST0047_000000004608	1.0		1	1	True	True	0.9995556473731995	32					non-mobilizable	no_good_hit								True	True
ISR0330_000000001026	15918	0.9087284903659268	18	10	7	7	6	True	98620	maximal	True	ISR0330_000000001026	1.0		2	2	False	False	0.999748706817627	0					non-mobilizable	no_good_hit	1428.0	97.26899999999999	9.0	0.047422817453723703	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
ENG0133_000000006544	3767	0.9087239537039082	8	4	4	4	3	False	69472	fragment	False	ENG0024_000000007282	0.981687898089172		0	0	False	False	0.998407244682312	0					non-mobilizable	other	3726.0	99.973	100.0	0.0016360308004209321	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0019_000000030959	2166	0.9087169213401268	4	4	4	3	2	False	74944	fragment	False	MON0019_000000030959	0.9716890595009597		0	0	False	False	0.9986149668693542	0					non-mobilizable	no_good_hit								True	False
FIJ0059_000000003097	6073	0.9087118402132454	7	3	1	2	2	True	123128	maximal	True	FIJ0059_000000003097	0.950414296073928	PS879	2	1	True	True	1.0	4					non-mobilizable	no_good_hit	891.0	89.45	24.0	0.1087195793078146	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0033_000000009138	3326	0.9087048106999202	5	5	5	5	4	False	7208	maximal	True	SPA0033_000000009138	1.0		4	1	False	False	0.9963920712471008	0					non-mobilizable	no_good_hit	692.0	79.48	21.0	0.0001898710638456133	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0095_000000006901	3930	0.9087023068562464	7	1	1	1	1	False	60990	maximal	True	ENG0095_000000006901	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	81.461	9.0	0.0031917483387581035	NZ_DS483537.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_17, whole genome shotgun sequence	True	False
FIJ0027_000000009628	1804	0.9086956497176416	2	2	2	2	2	False	48984	fragment	False	FIJ0027_000000009628	0.9460658815497526		0	0	False	False	1.0	0					non-mobilizable	other	1808.0	86.17299999999999	99.0	0.004442668363810384	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	False	False
FIJ0072_000000013965	1803	0.9086956497176416	2	2	2	2	2	False	48984	fragment	False	FIJ0027_000000009628	0.945881106974734		0	0	False	False	1.0	0					non-mobilizable	other	1808.0	86.17299999999999	100.0	0.004442668363810384	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	False	False
MAD0043_000000007750	3086	0.9086925290022102	3	2	2	2	1	False	18054	maximal	True	MAD0043_000000007750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	99.87	25.0	0.013432339188455544	NZ_CBYM010000022.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0814_000000007593	5034	0.9086918906505432	8	5	2	5	4	False	21555	fragment	False	ISR0814_000000007593	1.0		0	0	False	False	0.9990067481994629	0					non-mobilizable	no_good_hit								True	False
MON0013_000000046235	1237	0.908687736543114	2	1	1	1	1	False	13480	maximal	True	MON0013_000000046235	1.0		1	1	False	False	0.9652384519577026	0					non-mobilizable	no_good_hit								True	False
SPA0132_000000013361	3023	0.9086751626877384	5	2	2	2	1	True	22852	fragment	False	SPA0132_000000013361	1.0		0	0	False	False	0.9996691942214966	0					non-mobilizable	other	3023.0	99.70200000000001	100.0	0.5092717464598786	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
DEN0070_000000000623	30504	0.9086634687993648	26	18	6	18	11	True	91679	fragment	False	MON0045_000000000446	0.8032047057110325		0	0	False	False	0.9999016523361206	0					non-mobilizable	other	20224.0	92.272	97.0	0.47735710738524845	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
TAN0024_000000004419	1916	0.9086266630960916	3	3	3	3	2	False	42985	fragment	False	TAN0024_000000004419	1.0		0	0	False	False	0.9947807788848877	0					non-mobilizable	no_good_hit	381.0	95.801	20.0	0.00010274660604977424	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0084_000000003848	6455	0.9086157469625992	10	5	2	3	4	False	126718	maximal	True	ENG0084_000000003848	1.0	PS832|PS833|PS837|PS840|PS974|PS975|PS976	18	3	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	3471.0	99.309	89.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0145_01_000000016828	1397	0.9086069326293	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.9619434608696061		0	0	False	False	0.9985683560371399	0					non-mobilizable	no_good_hit	1156.0	76.817	82.0	0.0003198143840032105	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0113_01_000000013233	1362	0.9086069326293	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.9529546621211699		0	0	False	False	0.9992657899856567	0					non-mobilizable	no_good_hit	1156.0	76.817	84.0	0.0003198143840032105	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0041_01_000000012578	1341	0.9086069326293	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.9499794143462418		0	0	False	False	0.9962714314460754	0					non-mobilizable	no_good_hit	1156.0	76.817	85.0	0.0003198143840032105	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0106_000000017450	1295	0.908606889076782	4	3	0	2	3	False	51827	fragment	False	MAD0106_000000017450	0.9848856209150326		0	0	False	False	0.9938223958015442	0		MOBP		MOBP	mobilizable	other	1295.0	99.92299999999999	100.0	0.1781632934049291	MK878523.1	enterobacteria	Escherichia coli 0315J contig 0315J-ColS4 genomic sequence	False	True
ENG0132_000000001733	10761	0.9085906781579928	7	6	4	6	3	True	87722	fragment	False	ENG0132_000000001733	0.9602374446433619		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3350.0	76.03	31.0	0.0008293013123930998	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	True
SPA0132_000000019790	2084	0.9085896239973844	4	4	3	3	3	True	78991	fragment	False	SPA0132_000000019790	0.9996461668766758		0	0	False	False	1.0	0					non-mobilizable	other	2084.0	99.95200000000001	100.0	0.045555944361823114	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0015_000000003461	8301	0.9085868161330614	12	5	3	5	2	False	56519	maximal	True	FIJ0015_000000003461	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.00031879262338081597	NZ_NPML01000004.1	firmicutes	Petroclostridium xylanilyticum strain SK-Y3 Scaffold1_4, whole genome shotgun sequence	True	False
ISR0160_000000000058	80795	0.9085787529859536	103	28	13	21	14	True	127520	fragment	False	ISR0160_000000000058	1.0		0	0	False	False	0.9999876022338867	0					non-mobilizable	no_good_hit	5383.0	81.46	7.0	0.0023455225467952355	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	True	True
CHI0144_000000007014	2194	0.9085711380782332	3	2	1	2	1	True	131083	fragment	False	CHI0144_000000007014	0.9555831595797125		0	0	False	False	0.9968094825744629	0					non-mobilizable	no_good_hit								True	True
ENG0097_000000008758	3593	0.9085691814492179	4	2	2	2	2	False	111421	fragment	False	ENG0097_000000008758	1.0		0	0	False	False	0.9969384670257568	0					non-mobilizable	other	3593.0	100.0	100.0	0.0049753655688635195	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0101_000000000795	27388	0.9085689315727948	30	20	12	17	13	False	93055	maximal	True	SPA0101_000000000795	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	93.12299999999999	1.0	0.0026905406255900307	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
CHI0147_000000013948	1338	0.908566793421834	3	3	3	1	1	False	103245	fragment	False	ENG0086_000000013755	0.24581242948583923		0	0	False	False	0.9977578520774841	0					non-mobilizable	other	1338.0	99.477	100.0	0.002467258538061661	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
DEN0039_000000007334	2534	0.908538734407912	4	2	1	2	1	False	73283	fragment	False	DEN0039_000000007334	1.0		0	0	False	False	0.996448278427124	0					non-mobilizable	no_good_hit								True	False
FIJ0062_000000001453	15698	0.9085386473022664	21	10	8	8	8	False	50172	maximal	True	FIJ0062_000000001453	1.0		3	1	False	False	0.9999362826347351	0					non-mobilizable	no_good_hit	1056.0	73.01100000000001	7.0	0.15267399267399268	LN854320.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1821	True	False
FIJ0078_000000009896	2525	0.9085352744558918	3	3	3	3	2	False	131508	maximal	True	FIJ0078_000000009896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1835.0	78.747	72.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0055_000000011522	2738	0.9085316536386642	4	2	1	2	2	False	110820	maximal	True	SPA0055_000000011522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1845.0	92.954	75.0	0.00028248613648511545	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0149_000000019753	2004	0.9085316536386642	3	2	1	2	2	False	3300	maximal	True	SPA0149_000000019753	1.0		0	0	False	False	0.9960079789161682	0					non-mobilizable	no_good_hit	548.0	99.088	73.0	0.00024024398599469795	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0062_000000021439	1717	0.9085316536386642	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.41004470947049987		0	0	False	False	0.9761211276054382	0					non-mobilizable	chromosome	1717.0	97.67	100.0	0.0002611318880383334	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
SPA0155_000000011690	1662	0.9085316536386642	3	2	1	2	2	False	110733	fragment	False	SPA0155_000000011690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	92.89200000000001	73.0	0.27337968154294684	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
FIJ0052_000000000895	21428	0.9085304100784392	21	12	9	12	5	True	52092	fragment	False	MON0011_000000000984	0.6280045666327255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	0.0	0.0029584896452862415	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
AUS0016_000000007857	3394	0.908523980463796	7	4	4	3	3	True	100586	fragment	False	AUS0016_000000007857	1.0		0	0	False	False	0.9905716180801392	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	9.119479207587407e-05	NZ_VRKO01000014.1	enterobacteria	Erwinia rhapontici strain H1 Contig_4, whole genome shotgun sequence	True	True
CHI0132_000000006182	5331	0.9085180043349408	6	6	6	6	5	False	125044	fragment	False	ISR0770_000000001357	0.4764480408858603		0	0	False	False	1.0	0					non-mobilizable	other	5331.0	99.81200000000001	100.0	0.019270957618355497	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0151_000000001021	13727	0.9085170636102344	14	13	8	6	12	True	129445	maximal	True	SPA0151_000000001021	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4678.0	93.416	56.0	0.39544530985438536	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	True
FIJ0103_000000007679	2718	0.908512965808934	3	3	2	3	2	False	94100	maximal	True	FIJ0103_000000007679	1.0		2	2	False	False	0.9919058084487915	0					non-mobilizable	no_good_hit	2130.0	98.45100000000001	78.0	0.000923104005508273	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
FIJ0168_000000008607	2428	0.9084927178413196	3	3	3	2	1	False	38919	fragment	False	ISR0171_000000011067	0.9865962632006499		0	0	False	False	1.0	0					non-mobilizable	other	2428.0	99.21700000000001	100.0	0.016693262167441606	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	False	False
USA0040_01_000000003477	5398	0.9084925161447484	9	3	2	3	1	True	93504	fragment	False	USA0040_01_000000003477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	93.375	39.0	0.030689256834809397	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ENG0112_000000005338	4989	0.9084824982244936	5	4	4	3	4	False	127864	fragment	False	CHI0061_000000000946	0.7828109222696648		0	0	False	False	0.9987973570823669	0					non-mobilizable	no_good_hit	935.0	91.765	24.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0225_000000016332	1360	0.9084767729717392	2	2	2	1	1	True	66100	fragment	False	ISR0225_000000016332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	99.296	10.0	0.0004225225495190435	NZ_CZAI01000007.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
AUS0010_000000002982	6973	0.9084702812423546	11	5	3	4	4	True	104974	maximal	True	AUS0010_000000002982	1.0		0	0	False	False	0.9959844946861267	0					non-mobilizable	no_good_hit	3140.0	95.98700000000001	73.0	0.2515530455828963	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0072_000000007882	1273	0.9084588660704244	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.6173520217715778		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	97.565	100.0	0.00858838542405153	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0820_000000000085	70754	0.908442622152788	120	36	14	26	20	True	88283	maximal	True	ISR0820_000000000085	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2077.0	82.571	3.0	0.0005731709349017779	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0167_000000002226	7776	0.9084397064470568	8	6	6	6	5	False	98462	maximal	True	FIJ0167_000000002226	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1853.0	75.283	31.0	0.000386493182619296	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0794_000000000109	44792	0.908434614146464	50	8	1	8	4	True	89045	fragment	False	ISR0794_000000000109	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	33920.0	96.73899999999999	97.0	0.3464304346491811	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ENG0158_000000011093	1690	0.9084313360984606	2	2	2	2	1	False	61912	maximal	False	ENG0193_000000011734	0.9818025280332053		0	0	False	False	0.9994083046913147	0					non-mobilizable	no_good_hit								True	False
MON0037_000000009062	5779	0.9084245846535722	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9913768672294085	PS1032	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	3143.0	82.787	73.0	0.5089505665955001	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0021_000000006909	5779	0.9084245846535722	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.991047342780074	PS1032	0	0	True	True	1.0	169					non-mobilizable	no_good_hit	1445.0	90.51899999999999	73.0	0.23665626539661686	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0005_000000003688	5759	0.9084245846535722	9	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9910625475323355	PS1032	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	3275.0	82.779	72.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0143_000000002879	5756	0.9084245846535722	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9913870276850072	PS1032	0	0	True	True	1.0	96					non-mobilizable	no_good_hit	3152.0	82.805	73.0	0.5104286418131057	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0003_000000004575	5740	0.9084245846535722	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9907167716071424	PS1032	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	3117.0	82.772	73.0	0.5050090326818854	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0026_000000003861	5739	0.9084245846535722	9	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9765942496733119	PS1032	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	2691.0	82.088	73.0	0.4348825751354902	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0846_000000001666	5739	0.9084245846535722	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9908466636495582	PS1032	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	3152.0	82.805	73.0	0.5104286418131057	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0100_000000001801	5719	0.9084245846535722	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.990883881980163	PS1032	0	0	True	True	0.9994754195213318	25					non-mobilizable	no_good_hit	1545.0	89.64399999999999	63.0	0.22780495034830295	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ISR0383_000000001795	5679	0.9084245846535722	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9907906957849832	PS1032	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	3206.0	82.845	72.0	0.5191328625390048	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0008_000000001621	5574	0.9084245846535722	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9718535572209669	PS1032	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2636.0	85.015	66.0	0.43110527180160946	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0050_01_000000002603	5537	0.9084245846535722	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9563761201376485	PS1032	0	0	False	True	0.9963879585266113	0					non-mobilizable	no_good_hit	1545.0	89.579	66.0	0.22780495034830295	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
FIJ0152_000000009283	2587	0.9084176602759908	4	3	3	3	3	False	94376	maximal	True	FIJ0152_000000009283	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	99.05799999999999	21.0	0.004445823861491616	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0057_000000006676	2417	0.9084176558584168	3	3	2	2	2	True	89812	fragment	False	MAD0057_000000006676	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2417.0	99.835	100.0	0.02111076159519066	CP041645.1	enterobacteria	Klebsiella pneumoniae strain NKU_Kleb8A7 plasmid pKleb8A7, complete sequence	False	True
FIJ0133_000000004904	7193	0.9084135833722932	7	4	1	4	1	True	52379	fragment	False	FIJ0133_000000004904	0.9725636148985775		0	0	False	False	0.9997219443321228	0					non-mobilizable	no_good_hit	88.0	90.90899999999999	1.0	3.0230891036401814e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
FIJ0056_000000003469	6957	0.9084135833722932	7	4	1	4	1	True	52379	fragment	False	FIJ0133_000000004904	0.9665241252337972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	90.90899999999999	1.0	3.0230891036401814e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
SPA0009_000000028909	1299	0.9084130780046192	2	2	2	2	2	False	8105	fragment	False	SPA0009_000000028909	1.0		0	0	False	False	0.9946112632751465	0					non-mobilizable	other	1296.0	99.537	99.0	0.04417081656320349	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0387_000000003673	6015	0.9084022311300426	7	2	1	2	2	False	31740	fragment	False	ISR0387_000000003673	1.0		0	0	False	False	0.9955112338066101	0					non-mobilizable	no_good_hit	59.0	98.305	1.0	0.00017941270180062298	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0130_000000020943	1493	0.9084022311300426	2	2	1	2	2	False	31738	fragment	False	ISR0130_000000020943	1.0		0	0	False	False	0.993302047252655	0					non-mobilizable	no_good_hit								True	False
ITA0005_000000000507	21549	0.9084010912115994	25	6	2	6	1	True	32159	fragment	False	ITA0005_000000000507	1.0		0	0	False	False	0.9982829689979553	0					non-mobilizable	no_good_hit	44.0	97.727	0.0	8.43928230773156e-05	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
FIJ0162_000000011477	1950	0.908398861909222	3	3	3	1	2	False	39230	maximal	True	FIJ0162_000000011477	1.0		1	1	False	False	0.9989743828773499	0					non-mobilizable	no_good_hit	339.0	88.49600000000001	17.0	0.00010790881992899792	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0149_000000003341	8939	0.9083957405237436	8	6	5	6	4	False	125971	maximal	True	SPA0149_000000003341	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	74.756	7.0	0.00014033608861408088	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
ISR0290_000000012744	1333	0.90838505046335	2	2	2	2	2	False	25913	fragment	False	ISR0290_000000012744	0.9711775441624		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	97.678	100.0	0.000575688319232139	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
AUS0010_000000006349	3607	0.9083818212741324	7	6	2	4	2	True	107914	fragment	False	FIJ0007_000000004578	0.9700257639070813		0	0	False	False	1.0	0					non-mobilizable	other	3367.0	100.0	93.0	0.016644579385643926	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
DEN0094_000000016117	2262	0.90837917925861	2	2	2	2	1	False	96356	maximal	True	DEN0094_000000016117	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	93.646	82.0	0.0008297003499029851	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
DEN0011_000000012444	3356	0.9083766230240444	5	3	3	3	3	False	75750	fragment	False	ISR0171_000000006928	0.9538567493112948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	78.354	10.0	0.00011509219947567535	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0191_000000002022	10582	0.908375612700966	10	6	4	6	3	True	92840	fragment	False	USA0121_01_000000004150	0.9380154729349034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	1.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
ISR0171_000000006928	3630	0.9083619870810028	5	3	3	3	3	False	75750	fragment	False	ISR0171_000000006928	0.990911799761621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	94.66	11.0	0.0005368359593885556	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0329_000000004943	2736	0.9083569678729212	3	3	3	3	3	False	107393	fragment	False	ENG0154_000000010204	0.9774015293028968		0	0	False	False	1.0	0					non-mobilizable	chromosome	2736.0	99.708	100.0	0.0008620654331303566	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0154_000000002558	9200	0.9083554456969836	11	3	1	0	2	False	56864	maximal	True	ENG0154_000000002558	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	99.639	9.0	0.9987980769230769	GQ876585.1		Uncultured organism clone VC1AD64TR genomic sequence	True	False
ISR0301_000000005350	3097	0.908349190254502	3	3	3	3	3	False	121437	maximal	True	ISR0301_000000005350	1.0		9	4	False	False	0.9996771216392517	0					non-mobilizable	no_good_hit	1750.0	87.486	56.0	0.0235456128744819	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0191_000000001095	7649	0.9083442032364438	8	6	5	4	4	False	53438	maximal	True	ISR0191_000000001095	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4034.0	86.21700000000001	53.0	0.0011984672469520737	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
ISR0127_000000007258	3188	0.9083393302225125	4	4	4	4	4	False	128449	fragment	False	ISR0250_000000003131	0.9716370172749036		0	0	False	False	0.9974905848503113	0					non-mobilizable	other	3189.0	97.711	100.0	0.012225342171484686	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0004_000000015002	1325	0.9083348790283144	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.21607652806672892		0	0	False	False	0.9894339442253113	0					non-mobilizable	other	1325.0	98.943	100.0	0.03134914997395463	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0093_000000000366	44939	0.9083311732229592	49	18	9	11	10	True	112555	fragment	False	FIJ0002_000000000283	0.8323427975775088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	96.12100000000001	1.0	0.0025435088336116726	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
FIJ0074_000000024235	1185	0.908314794016838	2	1	1	1	1	False	44616	maximal	True	FIJ0074_000000024235	1.0		1	1	False	False	0.99915611743927	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	0.0002297866945580172	NZ_PXZH01000003.1	firmicutes	Vagococcus humatus strain JCM 31581, whole genome shotgun sequence	True	False
ISR0841_000000010590	1427	0.9083103542166836	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.09407326564362835	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1395.0	98.925	98.0	0.0003735687012672394	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0033_000000000540	18476	0.9083082992424248	30	19	13	12	17	True	124152	maximal	True	MAD0033_000000000540	1.0		2	1	False	False	0.9992963671684265	0					non-mobilizable	no_good_hit	7994.0	96.685	81.0	0.0022440402954882564	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0124_000000002526	9365	0.9083082470419724	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.7816078103646643		0	0	False	False	0.9966897964477539	0					non-mobilizable	no_good_hit	125.0	85.6	2.0	3.2277606623471585e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0082_000000002457	9297	0.9083082470419724	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.7779423046973518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	85.714	2.0	3.2544363703004405e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0125_000000002017	9245	0.9083082470419724	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.773246279275258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	92.135	2.0	0.2492836676217765	EU066914.1	bacteria	Uncultured bacterium clone LM0ACA8ZE11RM1 genomic sequence	True	True
ENG0018_000000003233	6771	0.90830766751869	5	4	3	4	3	False	105564	fragment	False	ENG0018_000000003233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000021686	1624	0.9083029346080764	2	2	2	2	1	False	25817	maximal	True	ISR0293_000000021686	1.0		1	1	False	False	0.9981527328491211	0					non-mobilizable	no_good_hit								True	False
ISR0254_000000009875	1347	0.9082897402200472	2	2	2	1	1	False	68099	fragment	False	ISR0254_000000009875	0.9714840394461053		0	0	False	False	0.9599109292030334	0					non-mobilizable	other	1347.0	99.406	100.0	0.005163260295832566	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0355_000000016465	1308	0.9082897402200472	2	2	2	1	1	False	68099	fragment	False	ISR0254_000000009875	0.952168920252802		0	0	False	False	0.9908257126808167	0					non-mobilizable	other	1308.0	99.235	100.0	0.005013656171361934	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0203_000000010832	1620	0.9082849843869354	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8501048642586582		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	98.95100000000001	100.0	0.007347468549748579	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0030_000000013337	1620	0.9082849843869354	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.847343826348297		0	0	False	False	0.9975308775901794	0					non-mobilizable	other	1620.0	95.37	100.0	0.007293009239929566	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0071_000000001126	6651	0.908279868303519	9	6	6	4	4	False	127946	maximal	True	ISR0071_000000001126	1.0		0	0	False	False	0.9998496174812317	0					non-mobilizable	no_good_hit	4794.0	99.854	82.0	0.0010666879128881182	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0121_01_000000023437	1887	0.9082776951415644	2	2	2	2	2	False	88192	fragment	False	USA0121_01_000000023437	0.9846153846153847		0	0	False	False	0.999470055103302	0					non-mobilizable	other	1887.0	99.57600000000001	100.0	0.0005099476289733532	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0182_000000022602	1755	0.9082776951415644	2	2	2	2	2	False	88192	fragment	False	USA0121_01_000000023437	0.9507154213036566		0	0	False	False	0.9965811967849731	0					non-mobilizable	other	1740.0	98.391	99.0	0.0004702009155804142	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0090_000000001309	8608	0.90825913944536	7	4	4	4	2	False	119697	fragment	False	CHI0090_000000001309	1.0		0	0	False	False	0.9998838305473328	0					non-mobilizable	chromosome	7185.0	93.027	98.0	0.0011034807030889152	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0100_000000003887	8310	0.9082550438135218	9	5	4	5	3	True	97613	fragment	False	FIJ0066_000000002716	0.238003355704698		0	0	False	False	0.999759316444397	0					non-mobilizable	no_good_hit	1148.0	82.31700000000001	14.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MAD0041_000000005849	4718	0.9082338376860404	6	2	1	1	2	True	18291	maximal	True	MAD0041_000000005849	1.0		1	1	False	False	0.9972445964813232	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.00039582013932868906	NZ_WBOL01000014.1	g-proteobacteria	Nitrincola schmidtii strain NCAIM B.02626 Scaffold14, whole genome shotgun sequence	True	True
SPA0008_000000002513	9178	0.9082250130803406	8	5	4	5	3	False	8185	maximal	True	SPA0008_000000002513	1.0		1	1	False	False	0.9983656406402588	0					non-mobilizable	no_good_hit	460.0	74.348	5.0	0.00026862244546934445	NZ_LT632322.1	firmicutes	Murdochiella vaginalis strain Marseille-P2341T chromosome contig00001	True	False
ISR0295_000000009948	3377	0.9082231743816784	4	2	2	2	1	False	25731	maximal	True	ISR0295_000000009948	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	99.01	15.0	9.610034706716614e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
FIJ0078_000000020117	1197	0.9082134956455428	2	2	2	1	1	False	97688	maximal	True	FIJ0078_000000020117	1.0		10	5	False	False	0.9991645812988281	0					non-mobilizable	chromosome	1065.0	99.531	100.0	0.00020017300667005055	CP042981.1	enterobacteria	Escherichia coli strain NCCP 14539 chromosome, complete genome	False	False
MAD0096_000000018482	1056	0.9082134956455428	2	2	2	1	1	False	97668	fragment	False	ISR0175_000000016563	0.6959524663049572		0	0	False	False	1.0	0					non-mobilizable	virus	1056.0	100.0	100.0	0.018764228799089358	NC_049923.1	viruses	Stx2-converting phage Stx2a_WGPS9 proviral DNA, complete genome	False	False
ENG0134_000000005779	5988	0.9082093341655884	9	5	4	4	3	True	127634	fragment	False	ENG0134_000000005779	1.0		0	0	False	True	1.0	0					non-mobilizable	other	5988.0	99.93299999999999	100.0	0.10095951164398577	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
MAD0048_000000004888	4497	0.9081931030773688	7	3	0	3	1	True	125121	maximal	True	MAD0048_000000004888	1.0		1	1	False	False	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	1506.0	96.946	67.0	0.3424345847554039	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
FIJ0069_000000003453	6962	0.9081926275043322	8	4	1	4	1	True	52379	fragment	False	FIJ0133_000000004904	0.96207313522897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	90.90899999999999	1.0	3.0230891036401814e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
ISR0021_000000008171	2785	0.9081925068124752	5	4	4	4	3	False	115016	fragment	False	SPA0153_000000005755	0.9201836753694548		0	0	False	False	0.9895870685577393	0					non-mobilizable	no_good_hit	454.0	84.581	39.0	0.00012646438734749098	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0039_01_000000000831	22188	0.9081883346887224	23	11	8	9	3	True	36980	fragment	False	ISR0172_000000000694	0.6297187323650836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	98.182	0.0	0.0028312273895034867	LN592354.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000008356	True	True
SPA0106_000000014280	2743	0.908177872484258	3	1	0	1	1	True	67530	maximal	False	ENG0007_000000009502	0.9987222966713553		0	0	True	True	1.0	1015					non-mobilizable	no_good_hit	915.0	84.809	33.0	0.32519741564967697	NZ_CP050955.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 plasmid unnamed1, complete sequence	True	True
ENG0159_000000008285	2740	0.908177872484258	3	1	0	1	1	True	67530	maximal	False	ENG0007_000000009502	0.9992157991844953		0	0	True	True	1.0	177					non-mobilizable	no_good_hit	917.0	84.84200000000001	33.0	0.32627422828427854	NZ_CP050955.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 plasmid unnamed1, complete sequence	True	True
ENG0007_000000009502	2740	0.908177872484258	3	1	0	1	1	True	67530	maximal	True	ENG0007_000000009502	0.9994995367926733		7	3	True	True	1.0	225					non-mobilizable	no_good_hit	917.0	84.84200000000001	33.0	0.32627422828427854	NZ_CP050955.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 plasmid unnamed1, complete sequence	True	True
ENG0197_000000003664	2740	0.908177872484258	3	1	0	1	1	True	67530	maximal	False	ENG0007_000000009502	0.9994306352046486		0	0	True	True	1.0	291					non-mobilizable	no_good_hit	917.0	84.84200000000001	33.0	0.32627422828427854	NZ_CP050955.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 plasmid unnamed1, complete sequence	True	True
ISR0076_000000009165	2739	0.908177872484258	3	1	0	1	1	True	67530	maximal	False	ENG0007_000000009502	0.9988640914343133		0	0	True	True	1.0	255					non-mobilizable	no_good_hit	916.0	84.934	33.0	0.32627422828427854	NZ_CP050955.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 plasmid unnamed1, complete sequence	True	True
SPA0024_000000006130	2616	0.908177872484258	2	1	0	1	1	True	7583	fragment	False	SPA0024_000000006130	1.0		0	0	False	False	0.9935015439987183	0					non-mobilizable	chromosome	2616.0	100.0	100.0	0.0005080222838195194	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	True
USA0043_01_000000005002	1989	0.908177872484258	2	1	0	1	1	True	23585	fragment	False	USA0043_01_000000005002	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1635.0	98.96	97.0	0.5059153175591532	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
ISR0367_000000005498	1741	0.908177872484258	2	1	0	1	1	True	23584	fragment	False	ISR0367_000000005498	1.0		0	0	False	False	0.9942561984062195	0					non-mobilizable	plasmid	1646.0	99.514	100.0	0.5121419676214197	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
AST0092_000000010583	1261	0.908177872484258	2	1	0	1	1	True	109627	fragment	False	AST0092_000000010583	1.0		0	0	False	False	0.9460745453834534	0					non-mobilizable	chromosome	1261.0	100.0	100.0	0.0002447832036759443	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	True
USA0075_01_000000020449	1206	0.908177872484258	2	1	0	1	1	True	658	fragment	False	USA0075_01_000000020449	1.0		0	0	False	False	1.0	0	rep_cluster_1868				non-mobilizable	other	1206.0	99.834	100.0	0.42609618104667607	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ENG0039_000000022912	1149	0.908177872484258	2	1	0	1	1	True	109627	fragment	False	AST0092_000000010583	0.9555908009516256		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	100.0	100.0	0.00022302469668252707	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	True
AST0040_000000018355	1114	0.908177872484258	2	1	0	1	1	True	115784	fragment	False	AST0040_000000018355	1.0		0	0	False	False	0.9982046484947205	0					non-mobilizable	other	1114.0	99.91	100.0	0.00021340722758318137	CP022273.1	enterobacteria	Citrobacter freundii strain 18-1, complete genome	False	True
USA0015_01_000000026889	1243	0.9081772219756434	1	1	1	1	1	False	120875	fragment	False	CHI0085_000000002090	0.9698473282442748		0	0	False	False	1.0	0					non-mobilizable	other	984.0	90.65	92.0	0.0002787631319577234	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
USA0120_01_000000011364	1181	0.9081772219756434	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.10923001517785502		0	0	False	False	0.9983065128326416	0					non-mobilizable	other	1181.0	97.883	100.0	0.01228565181629827	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0003_000000001452	10309	0.9081759016110064	10	9	4	8	9	True	71297	fragment	False	SPA0003_000000001452	1.0		0	0	False	False	0.9993209838867188	0			MPF_I		non-mobilizable	plasmid	10309.0	99.932	100.0	0.10872270857504483	CP030234.1	enterobacteria	Salmonella enterica strain SA20101045 plasmid pSA20101045.1, complete sequence	False	True
AST0088_000000004659	2609	0.9081597016613536	5	5	4	3	3	True	131623	maximal	True	AST0088_000000004659	1.0		465	13	False	False	1.0	0					non-mobilizable	other	2407.0	100.0	100.0	0.05551197452817129	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0793_000000004406	3341	0.908159538224636	4	2	1	1	2	False	22021	maximal	True	ISR0793_000000004406	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0024_000000005937	5168	0.9081559458077636	5	5	5	5	4	False	121750	fragment	False	ISR0096_000000004366	0.5145975669157724		0	0	False	False	0.9936145544052124	0					non-mobilizable	chromosome	4900.0	96.714	95.0	0.0013914844112217586	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0344_000000014467	2311	0.9081536509732806	3	3	2	2	2	False	77979	fragment	False	MAD0055_000000003111	0.7869274104341035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	88.43799999999999	21.0	0.07948842480168367	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0039_000000001029	8681	0.9081487629716632	11	6	4	6	4	False	18516	maximal	True	MAD0039_000000001029	1.0		1	1	True	True	1.0	50					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.63654235344172e-07	LR812512.1	bony fishes	Danio aesculapii genome assembly, chromosome: 7	True	True
MON0086_000000003808	7369	0.9081457702655579	11	8	3	4	7	True	123826	backbone	False	ISR0183_000000005642	0.28043753045949493	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	71.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
FIJ0112_000000024228	1168	0.9081431708031156	2	1	1	1	1	False	41975	fragment	False	FIJ0112_000000024228	1.0		0	0	False	False	0.9931507110595703	0					non-mobilizable	no_good_hit								True	False
MAD0023_000000001065	5651	0.9081388152727191	8	7	2	6	7	True	125599	backbone	False	MAD0046_000000003898	0.5534626607068711	PS931	0	0	True	True	1.0	90					non-mobilizable	plasmid	5668.0	95.007	100.0	0.05076745694314333	CP057304.1	enterobacteria	Escherichia coli strain RHB30-C09 plasmid pRHB30-C09_3, complete sequence	False	True
MON0089_000000006017	3652	0.9081369649988841	7	6	2	2	5	False	132215	maximal	True	MON0089_000000006017	1.0	PS1143|PS778	162	12	False	True	0.9668674468994141	0					non-mobilizable	no_good_hit	3073.0	100.0	84.0	0.7405978784956606	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	True	True
ENG0045_000000006443	1988	0.9081299595585924	2	2	1	1	1	True	110026	maximal	True	ENG0045_000000006443	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	95.588	31.0	0.17062634989200864	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0033_000000000239	50698	0.9081295869639526	45	19	9	18	9	True	120604	fragment	False	ENG0033_000000000239	1.0		0	0	False	False	0.9999802708625793	0					non-mobilizable	no_good_hit	749.0	98.131	1.0	0.8553240740740741	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
SPA0069_000000000458	25411	0.9081150919634582	19	8	6	7	1	True	33955	maximal	True	SPA0069_000000000458	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	94.667	0.0	0.0004160084550907629	NZ_SLXA01000005.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_105, whole genome shotgun sequence	True	True
ISR0236_000000002380	3844	0.9081108434385698	5	3	2	2	2	True	101577	maximal	True	ISR0236_000000002380	0.9443929131450737	PS73	1	1	True	True	0.9997398257255554	42					non-mobilizable	no_good_hit	1493.0	87.475	38.0	0.39102902374670184	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ENG0115_000000004530	3824	0.9081108434385698	6	3	2	2	2	True	101577	maximal	False	ISR0236_000000002380	0.9318170869561431	PS73	0	0	True	True	1.0	138					non-mobilizable	no_good_hit	637.0	87.755	32.0	0.16781002638522427	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
AUS0010_000000006592	3481	0.9081108434385698	4	3	2	2	2	True	101577	maximal	False	ISR0236_000000002380	0.6868358794010261	PS73	0	0	True	True	1.0	588					non-mobilizable	no_good_hit	1515.0	81.782	43.0	0.39313984168865435	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ISR0003_000000008054	3219	0.9081108434385698	4	3	2	2	2	True	72150	maximal	True	ISR0003_000000008054	0.9910060975609756		2	2	True	True	1.0	248					non-mobilizable	no_good_hit	1166.0	75.729	36.0	0.34795763993948564	LN852925.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0252	True	True
ISR0328_000000008764	3140	0.9081108434385698	4	3	2	2	2	True	24755	maximal	True	ISR0328_000000008764	0.9821309285237141		1	1	True	True	1.0	25					non-mobilizable	no_good_hit	639.0	81.064	25.0	0.10344264969815631	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
USA0073_01_000000005812	2994	0.9081108434385698	4	3	2	2	2	True	24755	maximal	False	ISR0328_000000008764	0.9495131341307436		0	0	True	True	1.0	727					non-mobilizable	no_good_hit	653.0	80.551	30.0	0.1055637134932289	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
ENG0033_000000006019	4353	0.9081064664803712	5	4	4	4	2	False	65528	maximal	True	ENG0033_000000006019	1.0		1	1	False	False	0.9880542159080505	0					non-mobilizable	no_good_hit	1021.0	93.536	41.0	0.0008280766701575782	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0054_000000002395	6296	0.9081024642164574	5	5	4	4	5	True	130115	maximal	True	CHI0054_000000002395	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	3715.0	94.67	80.0	0.0012423689899853144	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0207_000000002135	7342	0.9081017088009696	10	7	3	4	5	True	128073	maximal	True	ENG0207_000000002135	1.0	PS1028	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3121.0	87.921	70.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0010_000000003989	4736	0.9080997896595284	4	3	3	3	2	False	128633	fragment	False	ENG0141_000000005056	0.5545165776954699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	80.92	49.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0200_000000001776	9914	0.9080946583376132	13	7	3	5	6	False	28783	maximal	True	ISR0200_000000001776	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	3386.0	96.72200000000001	48.0	0.0007894935762659194	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MAD0022_000000006752	1926	0.9080895866949754	4	3	2	3	0	True	112969	fragment	False	ETH0001_000000015280	0.9395416869819601		0	0	False	False	0.9833852648735046	0					non-mobilizable	no_good_hit	224.0	90.179	12.0	0.003952078828908659	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0014_000000017407	1896	0.9080895866949754	3	3	2	3	0	True	112938	fragment	False	MAD0014_000000017407	1.0		0	0	False	False	0.9910337328910828	0					non-mobilizable	no_good_hit	519.0	95.568	27.0	0.019907585675779747	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
CHI0020_000000007946	1361	0.9080895866949754	3	3	2	3	0	True	89340	fragment	False	CHI0020_000000007946	1.0		0	0	False	False	0.9992652535438538	0					non-mobilizable	no_good_hit	498.0	97.189	37.0	0.00880799631375607	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0115_000000005376	5465	0.9080859758638504	5	5	5	5	4	False	121750	fragment	False	ISR0096_000000004366	0.8633575425036784		0	0	False	False	1.0	0					non-mobilizable	chromosome	4867.0	96.85600000000001	91.0	0.0013820978647028873	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0201_000000001097	9649	0.9080826044286676	14	12	6	6	11	False	98734	maximal	True	ENG0201_000000001097	1.0		2	2	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	7762.0	99.884	98.0	0.15040114724235495	EU370913.1	enterobacteria	Escherichia coli plasmid pOLA52, complete sequence	False	True
AST0016_000000013271	1890	0.908070497595436	3	3	1	3	2	False	123372	fragment	False	AST0016_000000013271	1.0		0	0	False	False	0.9994708895683289	0					non-mobilizable	no_good_hit								True	False
ENG0041_000000004090	6141	0.9080687541448844	14	9	4	7	5	False	110197	maximal	True	ENG0041_000000004090	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3306.0	96.67299999999999	58.0	0.0008936250868276418	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0849_000000001003	16932	0.9080651190223822	28	9	2	8	4	False	69142	fragment	False	ISR0849_000000001003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	78.618	10.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0047_000000034297	1129	0.9080636413264908	1	1	1	1	1	False	6637	maximal	True	SPA0047_000000034297	1.0		0	0	False	False	0.996457040309906	0					non-mobilizable	no_good_hit	922.0	82.104	81.0	0.00025726270800878383	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0014_000000025119	1388	0.9080626126359208	2	1	1	1	1	False	63141	fragment	False	ISR0014_000000025119	1.0		0	0	False	False	0.9971181750297546	0					non-mobilizable	no_good_hit								True	False
AST0062_000000013188	1174	0.9080594858214528	1	1	1	1	1	False	111650	fragment	False	AST0062_000000013188	1.0		0	0	False	False	0.9574105739593506	0					non-mobilizable	no_good_hit	453.0	74.172	38.0	0.002681886119280652	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	True	False
SPA0085_000000004378	3172	0.9080585928082154	5	4	2	4	2	False	129661	fragment	False	ENG0007_000000007191	0.7504289761750611		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1019.0	96.369	33.0	0.004751392045852333	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0043_000000026894	1291	0.9080459830710246	2	2	2	2	1	False	116013	fragment	False	FIJ0081_000000020765	0.21668063483273145		0	0	False	False	1.0	0					non-mobilizable	chromosome	1291.0	99.92299999999999	100.0	0.0005934526985996357	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
ISR0171_000000009505	2794	0.9080400886672036	2	2	2	2	1	False	30003	fragment	False	ISR0171_000000009505	1.0		0	0	False	False	0.9996420741081238	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.7070752606849647e-07	LR812534.1	bony fishes	Danio kyathit genome assembly, chromosome: 16	True	False
ENG0098_000000013297	1898	0.9080386075798964	3	3	1	2	2	False	110793	fragment	False	ENG0098_000000013297	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1823.0	94.24	99.0	0.00039686680874235884	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0089_000000017244	1735	0.9080386075798964	3	3	1	2	2	False	110784	fragment	False	ENG0130_000000017138	0.9304409077634034		0	0	False	False	1.0	0					non-mobilizable	chromosome	1747.0	94.906	100.0	0.0003808958732196509	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0070_000000012099	1708	0.9080386075798964	3	3	1	2	2	False	110784	fragment	False	ENG0130_000000017138	0.9519987895168964		0	0	False	False	1.0	0					non-mobilizable	chromosome	1708.0	97.42399999999999	100.0	0.00037345735530496503	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0041_000000008922	1647	0.9080386075798964	3	3	1	2	2	False	110784	fragment	False	ENG0130_000000017138	0.945170551346941		0	0	False	False	0.9981784820556641	0					non-mobilizable	other	1647.0	97.814	100.0	0.002766707399681644	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
ISR0048_000000011996	1585	0.9080386075798964	3	3	1	2	2	False	110784	fragment	False	ENG0130_000000017138	0.6284884963285788		0	0	False	False	0.99747633934021	0					non-mobilizable	chromosome	1585.0	96.78200000000001	100.0	0.0003465474228488955	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
FIJ0031_000000002042	9624	0.9080348124619004	9	9	7	8	9	False	113983	fragment	False	FIJ0024_000000001900	0.9624056465052446		0	0	False	False	1.0	0					non-mobilizable	chromosome	9539.0	99.927	100.0	0.0018296383769047383	CP029741.1	enterobacteria	Escherichia coli strain AR_0085 chromosome, complete genome	False	False
ISR0284_000000001498	5209	0.9080240837261736	6	4	2	2	3	True	118159	fragment	False	FIJ0043_000000004208	0.9472525279789831		0	0	False	False	0.9998080134391785	0	rep_cluster_1097				non-mobilizable	plasmid	2962.0	99.932	100.0	0.3310599284436494	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
FIJ0029_000000007403	4771	0.9080240837261736	6	4	2	2	3	True	118159	fragment	False	FIJ0043_000000004208	0.47543139435993675		0	0	False	False	0.9968560338020325	0	rep_cluster_1097				non-mobilizable	plasmid	3824.0	99.948	100.0	0.4277560156687185	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CAN0010_000000001413	10439	0.9080192021718316	9	7	5	7	3	False	94654	maximal	True	CAN0010_000000001413	1.0		6	3	True	True	1.0	3					non-mobilizable	no_good_hit	1066.0	77.298	17.0	0.00965106289641558	NZ_LN866273.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0338_000000004546	4877	0.9080183326027141	7	4	3	4	3	False	44268	maximal	True	ISR0338_000000004546	1.0		1	1	False	False	0.9981545805931091	0					non-mobilizable	no_good_hit	904.0	91.814	18.0	0.00019646438492317434	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
FIJ0092_000000001185	15482	0.9080156109161148	28	8	1	6	5	False	53165	fragment	False	FIJ0092_000000001185	1.0		0	0	False	False	0.9999353885650635	0					non-mobilizable	no_good_hit	4329.0	93.139	56.0	0.16919162262673712	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ISR0002_000000002700	8053	0.908010231907154	7	6	4	4	1	False	90668	fragment	False	ISR0002_000000002700	1.0		0	0	False	False	0.9988824129104614	0					non-mobilizable	no_good_hit	4253.0	94.757	82.0	0.000740432372708731	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
FIJ0020_000000010658	2071	0.9080018825285048	3	3	3	2	2	False	123399	fragment	False	SPA0092_000000020511	0.9638303186175343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	72.685	41.0	0.00030677831757416495	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
DEN0079_000000005912	6308	0.9079999137946004	5	4	3	4	2	False	69639	maximal	True	DEN0079_000000005912	1.0		1	1	False	False	0.9966709017753601	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000012531	3606	0.9079976682808566	4	3	2	3	3	True	95731	maximal	True	CAN0006_000000012531	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	94.77600000000001	4.0	0.0030153943818441516	NZ_RCXZ01000050.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0050, whole genome shotgun sequence	True	True
MAD0038_000000000607	13011	0.9079944227159104	19	6	5	6	2	False	18578	maximal	True	MAD0038_000000000607	1.0		1	1	False	False	0.9976174235343933	0					non-mobilizable	no_good_hit	1022.0	99.706	8.0	0.0005509508083489823	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
SPA0089_000000004049	8418	0.9079930362586074	11	6	4	6	5	True	118318	backbone	False	ITA0006_000000002964	0.9959619641006029	PS770|PS805	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	1580.0	73.92399999999999	19.0	0.00466848682075452	NZ_VSLA01000024.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_23, whole genome shotgun sequence	True	True
USA0035_01_000000003040	8398	0.9079930362586074	11	6	4	6	5	True	118318	backbone	False	ITA0006_000000002964	0.9958879120149546	PS770|PS805	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1580.0	73.92399999999999	19.0	0.00466848682075452	NZ_VSLA01000024.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_23, whole genome shotgun sequence	True	True
ENG0167_000000002873	8384	0.9079930362586074	11	6	4	6	5	True	118318	backbone	False	ITA0006_000000002964	0.9949680038605444	PS770|PS805	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1580.0	73.92399999999999	19.0	0.00466848682075452	NZ_VSLA01000024.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_23, whole genome shotgun sequence	True	True
SPA0038_000000003487	8372	0.9079930362586074	11	6	4	6	5	True	118318	backbone	False	ITA0006_000000002964	0.9900303025811393	PS770|PS805	0	0	True	True	0.9998805522918701	14					non-mobilizable	no_good_hit	1567.0	75.75	19.0	0.0005469519426850824	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0128_000000003842	8197	0.9079930362586074	11	6	4	6	5	True	118318	backbone	False	ITA0006_000000002964	0.9853347336771417	PS770|PS805	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1567.0	75.75	19.0	0.0005469519426850824	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0157_000000002700	8171	0.9079930362586074	11	6	4	6	5	True	118318	backbone	False	ITA0006_000000002964	0.9843756680974546	PS770|PS805	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1567.0	75.75	19.0	0.0005469519426850824	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
SPA0092_000000004296	8160	0.9079930362586074	11	6	4	6	5	True	118318	backbone	False	ITA0006_000000002964	0.9787285029134456	PS770|PS805	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1567.0	75.75	19.0	0.0005469519426850824	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0129_000000002983	8148	0.9079930362586074	11	6	4	6	5	True	118318	backbone	False	ITA0006_000000002964	0.981735009461925	PS770|PS805	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1567.0	75.75	19.0	0.0005469519426850824	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
AST0087_000000003281	7969	0.9079930362586074	10	6	4	6	5	True	118318	backbone	False	ITA0006_000000002964	0.9640564958671681	PS770|PS805	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1580.0	73.92399999999999	20.0	0.00466848682075452	NZ_VSLA01000024.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_23, whole genome shotgun sequence	True	True
MAD0027_000000009187	1339	0.907987675124016	2	2	2	1	1	False	89221	fragment	False	CHI0029_000000007939	0.9453843077816207		0	0	False	False	1.0	0					non-mobilizable	chromosome	1339.0	100.0	100.0	0.0002809287192715842	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
CHI0029_000000007939	1420	0.9079876039906846	2	2	2	1	2	False	89221	fragment	False	CHI0029_000000007939	0.9670231384178543		0	0	False	False	0.9978873133659363	0					non-mobilizable	chromosome	1420.0	99.789	100.0	0.00027308722509892917	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
SPA0120_000000007724	5539	0.9079862929282084	7	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.8965070236361183	PS879|PS961	0	0	True	True	1.0	346					non-mobilizable	no_good_hit	2962.0	98.211	71.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0069_000000005278	5510	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.8901646919333668	PS879|PS961	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	2963.0	98.178	71.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0009_01_000000004435	5481	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9066250734357525	PS879|PS961	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	2961.0	98.041	73.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0055_01_000000004790	5477	0.9079862929282084	7	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9055343240934237	PS879|PS961	0	0	True	True	0.9972612857818604	5					non-mobilizable	no_good_hit	2870.0	97.90899999999999	71.0	0.4906694059236432	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0019_000000010916	5395	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9147235376365863	PS879|PS961	0	0	True	True	1.0	104					non-mobilizable	no_good_hit	2980.0	97.01299999999999	74.0	0.509673001198425	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0097_000000004313	5394	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9205987917580568	PS879|PS961	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	2036.0	98.67399999999999	74.0	0.3483992467043315	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0246_000000002966	5392	0.9079862929282084	6	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8666880249983919	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.999814510345459	73					non-mobilizable	no_good_hit	3100.0	98.03200000000001	73.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0066_000000005940	5391	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.8849321982947143	PS879|PS961	0	0	True	True	1.0	209					non-mobilizable	no_good_hit	3099.0	98.419	74.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0209_000000003600	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9161289975729895	PS879|PS961	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	2121.0	98.963	74.0	0.36295154939222735	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0257_000000002732	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.922172276395124	PS879|PS961	0	0	True	True	0.9998139142990112	14					non-mobilizable	no_good_hit	2961.0	98.176	74.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0188_000000004912	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9219600961125196	PS879|PS961	0	0	True	True	1.0	115					non-mobilizable	no_good_hit	2961.0	98.48	74.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0199_000000004962	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9180340611199508	PS879|PS961	0	0	True	True	1.0	173					non-mobilizable	no_good_hit	2954.0	96.95299999999999	74.0	0.504879301489471	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0027_000000006244	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.922172276395124	PS879|PS961	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	2961.0	98.176	74.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0323_000000003054	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9215019770756562	PS879|PS961	0	0	True	True	0.9996278285980225	17					non-mobilizable	no_good_hit	2961.0	98.27799999999999	74.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0078_000000003005	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.922172276395124	PS879|PS961	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	2961.0	98.176	74.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0151_000000003132	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9178446631550404	PS879|PS961	0	0	True	True	1.0	128					non-mobilizable	no_good_hit	2974.0	98.38600000000001	74.0	0.5086457798322205	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0127_000000005395	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9175850463114564	PS879|PS961	0	0	True	True	1.0	324					non-mobilizable	no_good_hit	2960.0	99.02	74.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0149_000000005047	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9211550090440077	PS879|PS961	0	0	True	True	1.0	517					non-mobilizable	no_good_hit	2752.0	97.74700000000001	74.0	0.470467385721623	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0301_000000002840	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9219806998606908	PS879|PS961	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	2961.0	98.176	74.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0150_000000003250	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9178446631550404	PS879|PS961	0	0	True	True	1.0	115					non-mobilizable	no_good_hit	2974.0	98.38600000000001	74.0	0.5086457798322205	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0015_000000003796	5374	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9220437314917262	PS879|PS961	0	0	True	True	1.0	93					non-mobilizable	no_good_hit	2961.0	98.14299999999999	74.0	0.5065913370998116	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0031_000000005364	5372	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.8934615362942466	PS879|PS961	0	0	True	True	1.0	124					non-mobilizable	no_good_hit	2976.0	98.185	74.0	0.5086457798322205	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0108_000000004125	5354	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9215555165507985	PS879|PS961	0	0	True	True	1.0	65					non-mobilizable	no_good_hit	2087.0	98.802	74.0	0.357130628317069	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0106_01_000000002164	5354	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9183321992238039	PS879|PS961	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2135.0	98.54799999999999	74.0	0.3650059921246362	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0071_000000003900	5311	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9080996919307783	PS879|PS961	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	2614.0	96.787	73.0	0.44684129429892144	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0169_000000003971	5294	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9164736481609206	PS879|PS961	0	0	True	True	0.9975444078445435	10					non-mobilizable	no_good_hit	2031.0	99.26100000000001	73.0	0.3475432288991611	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0045_000000005188	5290	0.9079862929282084	6	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8548003805966349	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1365.0	99.194	72.0	0.2335216572504708	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0042_000000004597	5256	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.8335454547915426	PS879|PS961	0	0	True	True	1.0	79					non-mobilizable	no_good_hit	2762.0	97.104	71.0	0.47252182845403184	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0189_000000001908	5256	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.867084961181919	PS879|PS961	0	0	True	True	0.996004581451416	17					non-mobilizable	no_good_hit	2036.0	99.509	73.0	0.3483992467043315	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0121_01_000000009752	4849	0.9079862929282084	5	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.47791630046389294	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3088.0	97.927	71.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0197_000000004920	4705	0.9079862929282084	6	3	1	2	2	False	127335	backbone	False	ISR0183_000000007158	0.9404907975460122	PS1004|PS1006	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1273.0	97.8	63.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
DEN0052_000000007842	4652	0.9079862929282084	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.08070813415947882	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9995700716972351	25					non-mobilizable	no_good_hit	1724.0	97.97	68.0	0.2948125321006677	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0063_000000003757	4626	0.9079862929282084	6	3	1	2	2	False	127334	fragment	False	SPA0063_000000003757	1.0		0	0	False	True	0.9926502108573914	0					non-mobilizable	no_good_hit	1459.0	97.738	75.0	0.259490286936375	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0286_000000002846	4562	0.9079862929282084	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.10661536182633556	PS879|PS961	0	0	False	True	0.9925471544265747	0					non-mobilizable	no_good_hit	1012.0	96.344	67.0	0.1729155966444102	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0070_000000002778	7535	0.9079798515808886	10	3	2	3	3	False	62460	maximal	True	ENG0070_000000002778	1.0		1	1	False	False	0.9981420040130615	0					non-mobilizable	no_good_hit	2062.0	84.869	27.0	0.022313538831846124	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0825_000000012540	1897	0.9079794258343262	3	3	3	2	2	False	62824	maximal	True	ISR0825_000000012540	1.0		141	8	False	False	0.9952556490898132	0					non-mobilizable	no_good_hit	1438.0	99.235	76.0	0.0006526454622746398	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	True	False
AUS0014_000000012349	2421	0.9079767101021186	3	2	2	2	2	False	100874	fragment	False	AUS0014_000000012349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	83.333	4.0	0.0008635156491845479	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	False
MAD0014_000000018481	1796	0.9079760357671848	3	2	2	2	0	True	19501	fragment	False	MAD0014_000000018481	1.0		0	0	False	False	0.9944320917129517	0					non-mobilizable	no_good_hit	1246.0	90.77	84.0	0.04793993068925684	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ENG0079_000000026357	1243	0.9079760357671848	2	2	2	2	0	True	61791	fragment	False	ISR0033_000000026426	0.9509169653524493		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	96.38	100.0	0.00033259788674479593	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0192_000000000667	14031	0.9079727201362194	26	7	5	6	4	True	112136	maximal	True	ENG0192_000000000667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3442.0	96.775	79.0	0.019808310389715113	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0830_000000019238	1563	0.9079726213732972	2	2	1	2	2	False	34656	fragment	False	ISR0830_000000019238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	96.429	14.0	0.27939317319848295	GQ876934.1		Uncultured organism clone VC1AH19TR genomic sequence	True	False
ISR0066_000000029147	1103	0.907964207869325	2	2	2	2	2	False	35093	fragment	False	ISR0066_000000029147	1.0		0	0	False	False	0.9990933537483215	0					non-mobilizable	other	1101.0	87.557	99.0	0.014851017294684686	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
FIJ0170_000000002992	5506	0.9079581394976204	9	7	4	4	6	True	118161	fragment	False	FIJ0170_000000002992	1.0		0	0	False	False	0.9994551539421082	0	rep_cluster_1097				non-mobilizable	plasmid	4885.0	99.939	100.0	0.5465025181869054	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0009_000000007473	4731	0.9079581394976204	8	7	4	4	6	True	118160	fragment	False	FIJ0009_000000007473	1.0		0	0	False	False	0.9978863000869751	0	rep_cluster_1097				non-mobilizable	plasmid	4732.0	99.915	100.0	0.5292669278119754	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0324_000000001393	18917	0.907949142984419	21	10	5	7	7	False	57446	fragment	False	ISR0324_000000001393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	86.486	0.0	0.0005629309940423136	NZ_RXNR01000001.1	firmicutes	Lysinibacillus telephonicus strain S5H2222 NODE_1_length_127902_cov_73.508573, whole genome shotgun sequence	True	False
MAD0023_000000000297	14129	0.9079465674001064	12	10	3	7	10	False	103516	fragment	False	MAD0023_000000000297	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	12079.0	95.62899999999999	98.0	0.15898050263958188	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
FIJ0078_000000003212	7208	0.9079398317014232	8	4	3	3	2	True	101294	fragment	False	CAN0003_000000004189	0.38444558350323266		0	0	False	False	1.0	0					non-mobilizable	plasmid	5277.0	97.802	98.0	0.04550500407611052	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0132_000000016778	2461	0.9079363302900544	4	4	4	4	3	False	69458	fragment	False	MON0093_000000016357	0.9477697293175753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	82.995	58.0	0.00010961628428200355	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0024_000000011617	2076	0.9079344383016551	3	1	1	1	1	False	65668	maximal	True	ISR0024_000000011617	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	75.987	14.0	0.004863121329914812	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
ISR0059_000000011693	1508	0.9079344383016551	2	1	1	1	1	False	65667	fragment	False	ISR0059_000000011693	1.0		0	0	False	False	0.9986737370491028	0					non-mobilizable	no_good_hit	306.0	75.49	20.0	0.004863121329914812	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
ISR0213_000000021307	1289	0.9079344383016551	2	1	1	1	1	False	28252	fragment	False	ISR0213_000000021307	1.0		0	0	False	False	0.9984484314918518	0					non-mobilizable	no_good_hit	306.0	75.817	23.0	0.004863121329914812	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
ENG0031_000000017525	1254	0.9079344383016551	1	1	1	1	1	False	65666	fragment	False	ENG0031_000000017525	1.0		0	0	False	False	0.9984050989151001	0					non-mobilizable	no_good_hit	304.0	75.987	24.0	0.004863121329914812	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
FIJ0107_000000001733	13774	0.9079330084141151	18	9	4	8	2	False	45843	fragment	False	FIJ0107_000000001733	0.9940024763968427		0	0	False	False	0.9992740154266357	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0008192480165574336	LN598077.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001785	True	False
FIJ0075_000000014078	1394	0.907917107886837	3	2	2	2	2	False	44582	fragment	False	FIJ0075_000000014078	0.991346877351392		0	0	False	False	0.9992826581001282	0					non-mobilizable	other	1394.0	98.27799999999999	100.0	0.018057519426102973	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ISR0035_000000004826	3672	0.907888519233524	3	2	1	2	0	True	118392	fragment	False	ISR0035_000000004826	1.0		0	0	False	False	0.9956427216529846	0	IncW				non-mobilizable	plasmid	3616.0	94.74600000000001	98.0	0.31820995843282923	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
CHI0140_000000009760	3006	0.907887729723408	7	6	5	3	4	True	123556	backbone	False	ISR0826_000000002301	0.17782665083155053	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	3006.0	100.0	100.0	0.030569995625591307	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0819_000000001708	11391	0.9078792825830844	15	8	4	7	3	False	21330	fragment	False	ISR0819_000000001708	1.0		0	0	False	False	0.9989465475082397	0					non-mobilizable	no_good_hit	98.0	80.612	1.0	1.5825453080169193e-05	CP033055.1	enterobacteria	Serratia sp. 3ACOL1 chromosome, complete genome	True	False
ISR0803_000000008307	1798	0.9078762261869752	3	2	1	2	1	False	109211	maximal	False	AST0094_000000012380	0.9685792349726776		0	0	False	False	0.9994438290596008	0					non-mobilizable	other	1798.0	98.49799999999999	100.0	0.0028774995874409	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ETH0002_000000007144	3953	0.9078696948156408	8	3	0	3	1	True	53370	maximal	True	ETH0002_000000007144	1.0		1	1	True	True	1.0	33					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.007	LN852747.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0056	True	True
ISR0035_000000007629	2429	0.9078669569900998	4	3	2	2	3	False	94724	fragment	False	ISR0035_000000007629	1.0		0	0	False	False	0.9995883107185364	0					non-mobilizable	no_good_hit	61.0	88.525	3.0	2.038449921910381e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0803_000000000689	12076	0.9078416016467648	14	7	5	5	2	True	21845	maximal	True	ISR0803_000000000689	1.0		1	1	False	False	0.9997515678405762	0					non-mobilizable	no_good_hit	2249.0	76.834	18.0	0.6112347052280311	NZ_WEHX01000145.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_145_length_3596_cov_223.542751, whole genome shotgun sequence	True	True
USA0026_01_000000013781	2362	0.9078379683472506	3	2	2	2	1	False	14114	maximal	True	USA0026_01_000000013781	1.0		1	1	False	False	0.9970363974571228	0					non-mobilizable	no_good_hit								True	False
FIJ0061_000000015670	1719	0.9078340568537779	2	2	2	2	1	False	45801	fragment	False	FIJ0061_000000015670	1.0		0	0	False	False	0.9842932224273682	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	4.0	0.000517684780067466	NZ_AUMR01000011.1	firmicutes	Bacillus panaciterrae DSM 19096 H540DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
AST0148_000000007193	4756	0.9078318632285104	4	3	3	3	1	False	105146	maximal	True	AST0148_000000007193	1.0		1	1	False	False	0.9997897148132324	0					non-mobilizable	no_good_hit	277.0	80.14399999999999	6.0	8.374980826939961e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
FIJ0068_000000018747	1710	0.9078274997725988	2	2	1	2	2	True	83482	fragment	False	FIJ0068_000000018747	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1710.0	100.0	100.0	0.010823100257753177	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
ENG0177_000000000082	68739	0.9078195025217132	61	22	14	20	12	True	121848	fragment	False	ISR0137_000000000131	0.7068899478488777		0	0	False	True	0.9999854564666748	0					non-mobilizable	no_good_hit	19545.0	98.046	38.0	0.6953319575891269	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ISR0029_000000005134	8594	0.9078191720098948	5	5	5	5	3	False	61374	fragment	False	USA0017_01_000000003013	0.9715631542219121		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3158.0	72.35600000000001	36.0	0.0012741325703823135	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
ENG0188_000000007479	3555	0.9078179660816958	5	4	3	3	2	False	122839	fragment	False	AST0019_000000006974	0.9607664233576643		0	0	False	False	0.998874843120575	0					non-mobilizable	no_good_hit	2051.0	87.665	81.0	0.008170231308326373	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	True	False
CHI0117_000000004307	3480	0.9078169356911596	4	4	4	4	3	False	91600	fragment	False	CHI0117_000000004307	0.9677361389999644		0	0	False	False	0.9896551966667175	0					non-mobilizable	no_good_hit	451.0	74.058	13.0	0.005023931565905157	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
FIJ0074_000000009008	3599	0.9078131639957466	4	2	1	1	0	True	44657	maximal	True	FIJ0074_000000009008	1.0		0	0	False	False	0.9958322048187256	0					non-mobilizable	no_good_hit								True	True
SPA0075_000000000734	13185	0.9078125566650854	18	17	10	12	16	True	114602	maximal	False	CHI0143_000000001354	0.9803506425971324		0	0	False	False	1.0	0	rep_cluster_707	MOBQ			mobilizable	plasmid	5712.0	97.602	99.0	0.11452816562349542	NZ_CP011405.1	firmicutes	Lactobacillus salivarius str. Ren plasmid pR2, complete sequence	False	True
ISR0143_000000012359	2471	0.9078103931767928	4	3	3	2	3	False	106113	fragment	False	ISR0386_000000013176	0.9903429399353106		0	0	False	False	1.0	0					non-mobilizable	other	2471.0	98.179	100.0	0.028280607746825587	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
ISR0386_000000013176	2471	0.9078103931767928	4	3	3	2	3	False	106113	fragment	False	ISR0386_000000013176	0.9913324790927888		0	0	False	False	1.0	0					non-mobilizable	other	2471.0	98.381	100.0	0.028280607746825587	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
CHI0010_000000002134	3957	0.9078069735992405	6	3	2	2	1	False	90384	fragment	False	CHI0010_000000002134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	95.87	49.0	0.007400368810545727	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
CHI0010_000000006215	1236	0.9078061321576296	3	3	3	1	1	False	108423	fragment	False	ISR0388_000000027736	0.6792219436191406		0	0	False	False	0.9991909265518188	0					non-mobilizable	other	1236.0	100.0	100.0	0.005269018597289122	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
MAD0090_000000000880	12567	0.9077955814780736	14	6	4	6	3	True	100644	fragment	False	MAD0090_000000000880	0.9570422535211267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	82.491	9.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MAD0005_000000001200	11185	0.9077955814780736	12	6	4	6	3	True	97618	fragment	False	FIJ0082_000000001939	0.9562425084489643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.506	11.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0056_000000002148	11176	0.9077955814780736	10	6	4	6	3	True	97618	fragment	False	FIJ0082_000000001939	0.9364210678161381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	82.404	10.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
SPA0029_000000003471	6456	0.9077889592704326	8	6	5	6	4	False	71132	maximal	True	SPA0029_000000003471	1.0	PS334	2	2	False	True	0.9998450875282288	0					non-mobilizable	no_good_hit								True	True
SPA0111_000000005508	5807	0.9077826050115454	2	2	2	2	2	False	81020	fragment	False	ENG0021_000000002861	0.966440819500377		0	0	False	False	0.9987945556640625	0					non-mobilizable	chromosome	5829.0	99.15899999999999	100.0	0.0016297033285599916	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0080_000000030417	1115	0.9077800053942304	1	1	1	1	1	True	34265	fragment	False	ISR0080_000000030417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	89.15799999999999	87.0	0.0002898075590293567	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0010_000000001927	8964	0.907775628715318	10	5	5	5	3	False	99576	fragment	False	SPA0089_000000003632	0.9844075985505655		0	0	False	False	0.9981034994125366	0					non-mobilizable	plasmid	8964.0	97.445	99.0	0.036771042803792016	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0387_000000004995	4618	0.907775628715318	6	5	5	5	3	False	99570	fragment	False	ISR0387_000000004995	1.0		0	0	False	False	0.9974014759063721	0					non-mobilizable	plasmid	4618.0	99.264	100.0	0.018943653301596423	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0148_000000019790	1473	0.9077730817031364	3	2	1	2	1	False	64413	fragment	False	ISR0148_000000019790	0.9967046319525202		0	0	False	False	0.9837067127227783	0					non-mobilizable	other	1473.0	97.82799999999999	100.0	0.05585701817629871	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
ISR0386_000000020022	1458	0.9077730817031364	3	2	1	2	1	False	64413	fragment	False	ISR0148_000000019790	0.9948198196754783		0	0	False	False	0.9986282587051392	0					non-mobilizable	other	1458.0	97.94200000000001	100.0	0.05528782301825219	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
ENG0046_000000013172	1436	0.9077730817031364	3	2	1	2	1	False	64413	fragment	False	ISR0148_000000019790	0.983930031871532		0	0	False	False	0.9616991877555847	0					non-mobilizable	other	1436.0	97.70200000000001	100.0	0.054453003453117294	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
SPA0048_000000004345	4746	0.9077713820415996	7	4	1	2	4	False	110778	fragment	False	SPA0048_000000004345	1.0		0	0	False	False	0.999157190322876	0					non-mobilizable	no_good_hit	2086.0	86.57700000000001	74.0	0.02573199880489991	NZ_AGDG01000019.1	CFB group bacteria	Bacteroides faecis MAJ27 contig019, whole genome shotgun sequence	True	False
SPA0100_000000024816	1114	0.9077576985549244	3	2	2	2	2	False	4956	maximal	True	SPA0100_000000024816	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	96.646	86.0	0.0002646472388378848	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0066_000000026691	1209	0.9077498287977902	2	2	2	2	1	False	43368	fragment	False	ISR0198_000000026881	0.7405736714287607		0	0	False	False	0.9983457326889038	0					non-mobilizable	chromosome	1207.0	99.751	99.0	0.0004931690363452494	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
ISR0137_000000004192	6634	0.9077456437464084	8	5	4	3	3	False	42618	maximal	True	ISR0137_000000004192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4941.0	98.01700000000001	74.0	0.00860722602596461	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0129_000000013593	1603	0.907739875120688	3	3	3	3	3	False	69678	fragment	False	FIJ0129_000000013593	1.0		0	0	False	False	0.9906425476074219	0					non-mobilizable	no_good_hit								True	False
AST0089_000000010359	2167	0.907737621206998	3	3	3	3	3	False	110237	maximal	True	AST0089_000000010359	1.0		79	10	False	False	0.9976926445960999	0					non-mobilizable	no_good_hit	1154.0	79.809	84.0	0.002915624758320229	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
MAD0021_000000004618	3107	0.9077375529615034	6	4	3	2	3	False	63790	fragment	False	ENG0054_000000007482	0.9482657260435039		0	0	False	False	0.9990344643592834	0					non-mobilizable	no_good_hit								True	False
ENG0135_000000014617	1539	0.9077348315598706	2	1	0	1	1	True	58078	fragment	False	ENG0135_000000014617	1.0		0	0	False	False	0.9987004399299622	0					non-mobilizable	no_good_hit	402.0	78.358	26.0	9.106792006864908e-05	NZ_CP022437.1	firmicutes	Virgibacillus necropolis strain LMG 19488 chromosome, complete genome	True	True
MAD0015_000000012911	1617	0.9077309611684	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9362757903240185		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.15700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0005_000000019228	1603	0.9077309611684	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9334641566116018		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.09	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0092_000000011508	1603	0.9077309611684	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9321785858365234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0083_000000006499	1600	0.9077309611684	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9235933574660787		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.15700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0215_000000003435	8213	0.9077262896886914	10	8	5	6	6	True	95119	maximal	True	ISR0215_000000003435	1.0		4	2	False	False	0.9997564554214478	0					non-mobilizable	chromosome	5046.0	98.197	90.0	0.0022513506988558495	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0157_000000002017	10496	0.9077261824178366	16	10	5	6	8	True	130636	maximal	True	ENG0157_000000002017	1.0	PS1028|PS1108|PS1109	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3288.0	94.586	62.0	0.028139498784042496	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0332_000000001007	10117	0.9077187739565828	12	10	6	8	7	True	122665	fragment	False	ISR0332_000000001007	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5935.0	99.98299999999999	94.0	0.002648070376017961	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0360_000000001490	13686	0.9077148610070626	15	12	7	12	6	False	117199	maximal	True	ISR0360_000000001490	1.0		1	1	False	False	0.9999269247055054	0					non-mobilizable	no_good_hit	1106.0	89.693	19.0	0.0002439215868392915	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
ENG0203_000000008317	2136	0.9077098171506018	4	2	2	1	1	False	54089	maximal	True	ENG0203_000000008317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	95.976	54.0	0.00022011509954044588	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0035_01_000000022144	1186	0.9077052925060664	1	1	1	1	1	False	1398	fragment	False	USA0035_01_000000022144	1.0		0	0	False	False	0.9907251000404358	0					non-mobilizable	other	1186.0	99.663	100.0	0.0003290734291950614	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0285_000000006215	2626	0.907698680358438	3	2	2	2	1	False	103732	fragment	False	ISR0285_000000006215	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2643.0	97.314	100.0	0.0005251138545033453	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0202_000000015072	1400	0.9076985081316764	4	2	2	2	2	True	54116	fragment	False	ENG0202_000000015072	0.9887587981701492		0	0	False	False	0.9971428513526917	0					non-mobilizable	other	1325.0	99.17	95.0	0.007626113101477991	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
USA0062_01_000000003987	6537	0.9076967838014632	7	6	4	4	6	False	123628	fragment	False	USA0108_01_000000001009	0.2795066883327532		0	0	False	True	0.9986231923103333	0					non-mobilizable	no_good_hit	2792.0	98.102	89.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MAD0102_000000021200	1069	0.9076947479647168	2	2	0	2	2	False	103809	fragment	False	FIJ0123_000000028666	0.3728813559322034		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1069.0	99.906	100.0	0.13365035665123265	CP025843.1	enterobacteria	Escherichia coli strain 720632 plasmid p720632_7, complete sequence	False	True
ISR0012_000000003686	6369	0.9076942928283641	8	6	6	5	4	False	88804	maximal	True	ISR0012_000000003686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	78.381	24.0	0.0006041802103263861	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
DEN0090_000000007023	3430	0.9076919186738802	4	4	4	4	3	False	68776	maximal	True	DEN0090_000000007023	1.0		27	8	False	False	0.9924198389053345	0					non-mobilizable	other	3430.0	99.50399999999999	100.0	0.0338969643033719	NZ_QSFT01000011.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf11, whole genome shotgun sequence	False	False
SPA0113_000000009623	3411	0.907679897069172	6	3	2	3	3	True	120867	fragment	False	SPA0113_000000009623	0.9883224407222801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2459.0	99.105	72.0	0.06670105331740689	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
USA0080_01_000000010767	4026	0.9076797385500796	3	3	3	3	3	False	68072	maximal	True	USA0080_01_000000010767	1.0		20	3	False	False	0.9985097050666809	0					non-mobilizable	no_good_hit	1194.0	98.744	30.0	0.882396449704142	EF434374.1	firmicutes	Uncultured Bacillales bacterium clone CB69 16S ribosomal RNA gene, partial sequence	True	False
ENG0090_000000000411	27672	0.9076776166191162	42	8	3	8	3	True	78174	fragment	False	ENG0090_000000000411	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	16875.0	97.35700000000001	98.0	0.17347138515427807	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0204_000000014265	1856	0.9076669749127444	3	1	1	1	1	False	54036	maximal	True	ENG0204_000000014265	1.0		1	1	False	False	0.9962284564971924	0					non-mobilizable	no_good_hit								True	False
ISR0207_000000001328	13701	0.9076648462523658	10	9	7	8	4	True	65816	fragment	False	ISR0207_000000001328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0136_000000002055	14452	0.9076594819818264	12	9	4	9	7	True	115125	fragment	False	DEN0011_000000001484	0.9745618595540338		0	0	False	False	1.0	0					non-mobilizable	other	14452.0	99.91	100.0	0.006343846679538239	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ENG0084_000000001474	14172	0.9076594819818264	11	9	4	9	7	True	115125	fragment	False	DEN0011_000000001484	0.8145927765496386		0	0	False	False	1.0	0					non-mobilizable	other	14172.0	99.852	100.0	0.0062204306647950765	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
SPA0038_000000002062	13282	0.9076594819818264	10	9	4	9	7	True	115125	fragment	False	DEN0011_000000001484	0.7258909665413225		0	0	False	False	1.0	0					non-mobilizable	other	13287.0	99.75200000000001	100.0	0.0058304184900907045	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
DEN0085_000000006439	5472	0.9076501725588496	5	5	5	5	4	False	80107	maximal	True	DEN0085_000000006439	1.0		16	6	False	False	1.0	0					non-mobilizable	other	5472.0	99.744	100.0	0.00663344488093506	NZ_JH724315.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.2, whole genome shotgun sequence	False	False
CHI0152_000000002023	3690	0.9076484182260602	5	5	5	5	4	False	96700	fragment	False	CHI0152_000000002023	0.9956821865223657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2059.0	79.21300000000001	77.0	0.04244514106583072	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
FIJ0068_000000011080	2859	0.907638281792998	5	5	3	4	3	False	104849	fragment	False	DEN0064_000000009405	0.1284986476578613		0	0	False	False	1.0	0					non-mobilizable	plasmid	2589.0	95.52	91.0	0.2071803146430012	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0035_01_000000004264	5990	0.9076340304139	6	3	1	3	1	False	125632	maximal	True	USA0035_01_000000004264	0.9984240212342402		4	3	True	True	1.0	22					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.012311901504787962	XM_031843550.1	bony fishes	PREDICTED: Anarrhichthys ocellatus growth hormone inducible transmembrane protein (ghitm), mRNA	True	True
FIJ0055_000000004156	3415	0.9076176920810364	3	3	3	3	3	False	46273	fragment	False	FIJ0055_000000004156	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3416.0	98.214	100.0	0.0007165764019678775	CP057173.1	enterobacteria	Escherichia coli strain RHB34-C12 chromosome, complete genome	False	False
ENG0201_000000002329	3776	0.9076159486893479	6	1	1	1	1	False	54166	maximal	True	ENG0201_000000002329	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	72.64699999999999	9.0	8.166984963285916e-05	NZ_CP023704.1	firmicutes	Bacillus thermoamylovorans strain SSBM chromosome, complete genome	True	False
AST0093_000000000929	21694	0.9076113684756328	22	17	11	10	14	False	109603	maximal	True	AST0093_000000000929	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	10048.0	97.681	63.0	0.14189647377938516	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0086_000000006136	2318	0.90760710334156	3	2	2	2	1	False	77269	fragment	False	SPA0086_000000006136	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2324.0	96.988	100.0	0.012119278387722757	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0108_000000013888	2082	0.90760710334156	3	2	2	2	1	False	77267	fragment	False	SPA0108_000000013888	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2081.0	99.616	99.0	0.010879628418844772	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CAN0020_000000006872	5244	0.9076062739921724	8	7	3	5	6	True	123556	backbone	False	ISR0826_000000002301	0.5728518982999016	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5244.0	100.0	100.0	0.05232117196231838	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0098_000000015791	2292	0.9076055106822476	3	2	2	1	1	True	111323	fragment	False	USA0037_01_000000014121	0.9669070090734727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	88.964	31.0	0.049108150824113794	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0019_000000004629	1839	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9958354681230589		0	0	False	False	0.9994562268257141	0					non-mobilizable	no_good_hit	292.0	92.46600000000001	30.0	0.032568550643536656	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0108_01_000000005805	1809	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.997234779808541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	91.667	29.0	0.026748740906547285	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0150_000000013549	1752	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9944815542948365		0	0	False	False	0.9994292259216309	0					non-mobilizable	no_good_hit	289.0	88.581	27.0	0.03167319529938444	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0046_000000018428	1752	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9944815542948365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	88.581	27.0	0.03167319529938444	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0064_000000015090	1748	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9930916218628586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	88.571	26.0	0.030665920537213207	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0015_01_000000019129	1748	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9943149449016312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	88.929	26.0	0.030665920537213207	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0025_000000012273	1747	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9936395259334277		0	0	False	False	0.9954206943511963	0					non-mobilizable	no_good_hit	280.0	88.571	26.0	0.030665920537213207	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0040_000000024340	1745	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9934217958224578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	88.929	26.0	0.030665920537213207	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0043_000000019905	1737	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9922306203224758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	88.889	26.0	0.03055400111919418	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0131_000000015591	1737	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9918908514260814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	88.302	26.0	0.028987129266927814	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0311_000000012795	1729	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9917358459730674		0	0	False	False	0.996529757976532	0					non-mobilizable	no_good_hit	266.0	88.346	26.0	0.029099048684946838	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0016_01_000000008673	1728	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.990431561853026		0	0	False	False	0.9994212985038757	0					non-mobilizable	no_good_hit	273.0	88.645	26.0	0.02988248461108002	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0120_000000023589	1722	0.9076055106822476	3	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9893604725312038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	88.43299999999999	25.0	0.02932288752098489	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
AST0084_000000020477	1719	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9623753162667382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	287.0	88.50200000000001	25.0	0.031449356463346394	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0810_000000009878	1718	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9885068859623689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	88.302	25.0	0.028987129266927814	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0799_000000009362	1714	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.986872710278995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	88.302	25.0	0.028987129266927814	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
CHI0028_000000008287	1709	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9825822770233631		0	0	False	False	0.99882972240448	0					non-mobilizable	no_good_hit	265.0	87.925	25.0	0.028987129266927814	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0775_000000011585	1708	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9837753842054958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	88.302	25.0	0.028987129266927814	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0852_000000006847	1708	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9843485179324641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	88.302	25.0	0.028987129266927814	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0835_000000008594	1707	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9840692611377709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	88.258	25.0	0.028875209848908786	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0107_000000017612	1698	0.9076055106822476	3	2	2	1	1	True	85394	fragment	False	ENG0107_000000017612	0.9993658845909955		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1468.0	82.902	85.0	0.2892479553161779	LN853112.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0471	True	True
ENG0112_000000016445	1682	0.9076055106822476	3	2	2	1	1	True	85394	fragment	False	ENG0107_000000017612	0.9962249344535791		0	0	False	False	0.9988109469413757	0	rep_cluster_1079				non-mobilizable	no_good_hit	1460.0	82.87700000000001	86.0	0.2876521045282266	LN853112.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0471	True	True
ISR0840_000000010802	1591	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.8470983595542448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	92.18799999999999	16.0	5.7830092002212117e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0830_000000018890	1591	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.8470983595542448		0	0	False	False	0.997485876083374	0					non-mobilizable	no_good_hit	256.0	92.18799999999999	16.0	5.7830092002212117e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0107_000000019013	1515	0.9076055106822476	2	2	2	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.060116802849360995		0	0	False	False	0.996039628982544	0					non-mobilizable	no_good_hit	271.0	92.62	18.0	6.124525491572858e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0278_000000002068	4568	0.9075977950613588	4	4	4	3	2	False	110937	fragment	False	ISR0278_000000002068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	76.616	23.0	0.00023098566732557692	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
MON0084_000000028775	1288	0.9075968230414618	2	2	2	1	1	False	68293	fragment	False	MON0084_000000028775	0.9699092180435179		0	0	False	False	0.9790372848510742	0					non-mobilizable	no_good_hit	210.0	95.714	16.0	0.005764245132108776	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0092_000000009339	2356	0.9075964099740236	3	2	2	2	2	False	61114	maximal	True	ENG0092_000000009339	1.0		1	1	False	False	0.9804753661155701	0					non-mobilizable	no_good_hit	107.0	77.57	4.0	3.704388382325651e-05	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
ISR0341_000000001867	7904	0.90759336300703	9	5	2	3	4	False	104936	fragment	False	ISR0341_000000001867	1.0		0	0	False	False	0.9991143941879272	0					non-mobilizable	plasmid	6736.0	98.605	99.0	0.5433642597821702	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0040_000000015260	1568	0.9075899661484864	2	2	2	2	2	False	64838	fragment	False	USA0134_01_000000002491	0.9560975609756097		0	0	False	False	0.9987244606018066	0					non-mobilizable	chromosome	1568.0	95.40799999999999	100.0	0.0007578652092955771	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
USA0030_01_000000000166	44048	0.9075899562769402	39	7	5	6	3	False	1563	fragment	False	USA0030_01_000000000166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1768.0	100.0	4.0	0.00033900847981652485	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
ENG0117_000000002709	7402	0.9075864511100076	7	7	7	7	7	True	59403	maximal	True	ENG0117_000000002709	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3228.0	94.238	70.0	0.0010346259525522592	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
USA0108_01_000000001153	13152	0.9075863315511454	10	10	7	8	5	False	119712	fragment	False	USA0108_01_000000001153	0.9789765836363052		0	0	False	False	1.0	0					non-mobilizable	chromosome	8258.0	90.615	91.0	0.001548471611948432	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
USA0066_01_000000001581	11062	0.907584254598663	16	10	6	7	6	True	126523	maximal	True	USA0066_01_000000001581	1.0	PS624|PS966	0	0	False	True	0.9996383786201477	0					non-mobilizable	no_good_hit	2653.0	97.43700000000001	58.0	0.3298044588367169	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0047_01_000000012477	2851	0.9075804049956012	5	3	2	2	2	True	119674	fragment	False	ISR0052_000000010391	0.7069761464452736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	75.0	5.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
ISR0157_000000001113	19654	0.9075689497367394	21	18	15	18	13	True	117064	maximal	True	ISR0157_000000001113	1.0		8	2	False	False	0.999796450138092	0					non-mobilizable	no_good_hit	1394.0	83.931	7.0	0.007059709773142564	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
AST0060_000000002977	9147	0.9075626083429928	14	14	4	10	11	False	132521	backbone	False	USA0060_01_000000001071	0.464014081682117	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9147.0	99.77	100.0	0.24387382342745914	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ITA0006_000000015767	1463	0.9075593146165654	2	2	1	2	2	False	58604	fragment	False	ENG0128_000000019863	0.9515737869348025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000034843	1367	0.9075586205392726	2	2	2	1	1	False	17619	fragment	False	MAD0047_000000034843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0216_000000002981	6933	0.9075470107840894	7	4	3	4	2	False	35151	maximal	False	ISR0375_000000001886	0.936545481370882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	98.98	14.0	0.0028360347019910186	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0187_000000001721	10510	0.9075437038461543	8	8	6	6	5	False	111883	maximal	True	CHI0187_000000001721	1.0		26	7	False	False	0.9999048709869385	0					non-mobilizable	no_good_hit	6121.0	99.281	58.0	0.009765562668743179	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
CHI0013_000000001072	8054	0.9075429408798747	12	8	6	5	7	False	90022	fragment	False	CHI0043_000000000667	0.9697462107357419		0	0	False	False	0.9997516870498657	0					non-mobilizable	no_good_hit	844.0	73.934	10.0	0.009288655052108458	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
ISR0331_000000000020	112369	0.9075266097531626	137	35	22	34	16	True	108374	maximal	True	ISR0331_000000000020	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	98.765	0.0	0.0012397871570371398	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	True	True
FIJ0168_000000008257	2527	0.9075173723461701	3	2	2	1	1	False	38921	maximal	True	FIJ0168_000000008257	1.0		31	3	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	88.689	37.0	0.000218862445517071	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0368_000000010264	1290	0.9075173723461701	2	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.19028146953183914		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	97.678	96.0	0.004524870471957042	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0044_000000012852	1278	0.9075173723461701	3	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.07318160697879668		0	0	False	False	0.9992175102233887	0					non-mobilizable	other	1278.0	96.479	100.0	0.006219778505693339	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
MAD0045_000000034447	1249	0.9075173723461701	2	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.1627653105755622		0	0	False	False	0.9991993308067322	0					non-mobilizable	other	1264.0	95.649	100.0	0.005059491387970998	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
ISR0037_000000020322	1211	0.9075173723461701	2	2	2	1	1	False	36670	fragment	False	ISR0037_000000020322	0.9834494773519163		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	99.56	100.0	0.0003201145304921077	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0066_01_000000016927	1199	0.9075173723461701	2	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.11194740393230074		0	0	False	False	0.9983319640159607	0					non-mobilizable	other	1141.0	97.984	95.0	0.004133295142653068	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0219_000000027248	1191	0.9075173723461701	3	2	2	1	1	False	34550	fragment	False	ISR0219_000000027248	0.9995759117896523		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	99.83200000000001	99.0	0.028152673201685845	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0045_000000022442	1181	0.9075173723461701	3	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.14019209667540777		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	97.971	100.0	0.02798692996164228	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0116_000000034917	1180	0.9075173723461701	3	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.14048153215015768		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	97.62899999999999	100.0	0.02793957475020126	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0076_000000022667	1179	0.9075173723461701	3	2	2	1	1	False	34550	fragment	False	ISR0219_000000027248	0.994542401343409		0	0	False	False	0.9991518259048462	0					non-mobilizable	other	1179.0	99.74600000000001	100.0	0.02789221953876024	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0097_000000027335	1148	0.9075173723461701	2	2	2	1	1	False	36670	fragment	False	ISR0037_000000020322	0.958298926507019		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	99.82600000000001	100.0	0.005590976446732179	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
SPA0012_000000020892	1136	0.9075173723461701	3	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.12500447987956415		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	99.47200000000001	100.0	0.02687408249277833	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0120_000000018118	1125	0.9075173723461701	3	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.049918739779174506		0	0	False	False	1.0	0					non-mobilizable	other	1064.0	96.992	94.0	0.003854116435649308	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0064_000000017926	1124	0.9075173723461701	2	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.10087636284007444		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	98.488	100.0	0.026589951224132217	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0207_000000017876	1123	0.9075173723461701	2	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.08844239059078468		0	0	False	False	0.9991095066070557	0					non-mobilizable	other	1123.0	98.486	100.0	0.026542596012691197	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0116_000000013898	1115	0.9075173723461701	2	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.08828380849512925		0	0	False	False	0.9856502413749695	0					non-mobilizable	other	1115.0	98.475	100.0	0.02637685277264763	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0124_000000010476	2780	0.9075134683045494	4	2	2	1	1	False	4060	maximal	True	SPA0124_000000010476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1099.0	76.433	39.0	0.00034905760945588615	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
AST0062_000000000010	141570	0.9075092902048116	175	54	23	40	25	True	111743	maximal	True	AST0062_000000000010	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	1719.0	85.92200000000001	2.0	0.02933438794985986	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0095_000000000883	17326	0.9075074726092748	20	10	4	5	6	True	47065	fragment	False	ISR0095_000000000883	1.0		0	0	False	False	0.9998268485069275	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.000128889970928151	NZ_KK211291.1	firmicutes	Ruminiclostridium cellobioparum DSM 1351 = ATCC 15832 T344DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0033_000000003091	8231	0.9074976018123426	11	7	6	6	4	True	121709	fragment	False	ENG0024_000000002745	0.950730130420243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	93.333	2.0	3.606215968898026e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ENG0187_000000020821	1462	0.9074834764395809	3	3	3	1	1	False	54964	maximal	True	ENG0187_000000020821	1.0		0	0	False	False	0.9774281978607178	0					non-mobilizable	no_good_hit	900.0	95.0	77.0	0.0003253939863850217	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
USA0041_01_000000002184	11367	0.9074833566577064	8	7	6	6	5	False	119712	fragment	False	USA0108_01_000000001153	0.48831859756794516		0	0	False	False	1.0	0					non-mobilizable	other	5854.0	89.87	90.0	0.0009346106398656563	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0095_000000003581	6275	0.9074650853779356	9	3	3	3	2	True	110394	fragment	False	ISR0095_000000003581	1.0		0	0	False	False	0.9998406171798706	0					non-mobilizable	no_good_hit	429.0	82.751	7.0	0.00011257511994040704	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0831_000000000017	95958	0.9074619371129824	87	11	2	10	5	True	114212	maximal	True	ISR0831_000000000017	0.9409364753772973		1	1	True	True	0.9999895691871643	17					non-mobilizable	no_good_hit	376.0	85.37200000000001	5.0	0.0020903196959534986	MT074140.1	viruses	Bacteroides phage DAC20, complete genome	True	True
ISR0374_000000007535	2114	0.9074596217750972	4	4	2	2	3	True	118148	maximal	True	ISR0374_000000007535	1.0		0	0	False	False	0.9985808730125427	0	rep_cluster_1097				non-mobilizable	no_good_hit	1747.0	96.39399999999999	83.0	0.2080649009782868	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ENG0124_000000002295	11493	0.9074560470789635	11	7	6	7	2	True	58952	maximal	True	ENG0124_000000002295	1.0		1	1	False	False	0.9992169141769409	0					non-mobilizable	no_good_hit								True	True
DEN0007_000000003349	8534	0.907453449608942	10	7	4	4	4	True	121620	backbone	False	AST0118_000000002960	0.9873988439306358	PS856	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2343.0	95.73200000000001	77.0	0.2898243865985801	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0222_000000004516	14093	0.9074527159774929	7	7	6	6	3	False	130771	maximal	False	AST0061_000000001735	0.9903376050408851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11901.0	99.98299999999999	84.0	0.05992667794698252	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
ENG0117_000000008261	2735	0.9074439155549868	3	3	2	2	2	False	81513	maximal	True	ENG0117_000000008261	1.0		1	1	False	False	0.9974405765533447	0					non-mobilizable	no_good_hit	1797.0	99.444	66.0	0.007380983692793267	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
ENG0072_000000000942	13305	0.907433890276056	18	9	3	9	4	True	106826	maximal	False	ISR0782_000000000859	0.9994411209658428		0	0	True	True	1.0	62					non-mobilizable	virus	11625.0	99.97399999999999	100.0	0.8788749432935128	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	False	True
ISR0782_000000000859	13305	0.907433890276056	18	9	3	9	4	True	106826	maximal	True	ISR0782_000000000859	0.9996729064869739		29	4	True	True	1.0	60					non-mobilizable	virus	11625.0	99.92299999999999	100.0	0.8788749432935128	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	False	True
ENG0172_000000010459	2118	0.9074272901028256	3	3	3	3	3	False	55736	maximal	True	ENG0172_000000010459	0.9866156787762905		609	11	False	False	1.0	0					non-mobilizable	other	2119.0	92.921	100.0	0.01556180109445634	NZ_VULP01000005.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq5, whole genome shotgun sequence	False	False
CHI0155_000000007137	1769	0.907418867034242	2	2	2	2	1	False	87706	fragment	False	ENG0098_000000011149	0.4219812941998841		0	0	False	False	0.9994347095489502	0					non-mobilizable	no_good_hit	166.0	74.096	9.0	0.006271160357032933	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
AST0090_000000004370	5862	0.9074186119900152	8	4	3	4	4	False	119422	fragment	False	AST0090_000000004370	1.0		0	0	False	False	0.9993176460266113	0					non-mobilizable	no_good_hit	258.0	75.969	4.0	0.000425026771705835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0150_000000001069	13441	0.9074176963399488	15	11	1	5	9	True	121602	fragment	False	ENG0150_000000001069	1.0		0	0	False	True	1.0	0					non-mobilizable	other	12830.0	98.06700000000001	100.0	0.005371229878325628	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	True
ISR0194_000000003651	5715	0.9074165793817536	7	7	3	3	6	False	76166	fragment	False	ISR0194_000000003651	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	5727.0	97.852	100.0	0.0686533020287761	CP054459.1	enterobacteria	Escherichia coli strain SCU-103 plasmid pSCU-103-2	False	True
MON0059_000000019044	2057	0.9074109601815212	4	4	3	2	1	False	10935	maximal	True	MON0059_000000019044	1.0		0	0	False	False	0.9479824900627136	0					non-mobilizable	no_good_hit	92.0	80.435	4.0	2.896862796348241e-05	NZ_VOQQ01000001.1	a-proteobacteria	Sphingosinicella ginsenosidimutans strain BS-11 0BS11, whole genome shotgun sequence	True	False
MAD0093_000000022231	1452	0.9074052891781209	2	1	1	1	1	False	17810	maximal	True	MAD0093_000000022231	0.9842342342342343		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0116_000000018383	1471	0.9073924652693024	2	2	1	1	2	False	106180	maximal	True	AST0116_000000018383	1.0		1	1	False	False	0.9979605674743652	0					non-mobilizable	chromosome	1471.0	99.932	100.0	0.0005548916149459868	NZ_CP010341.1	high GC Gram+	Propionibacterium freudenreichii subsp. freudenreichii strain 20271T chromosome, complete genome	False	False
MON0098_000000007159	3768	0.9073902576680952	4	3	3	3	3	True	55797	fragment	False	MON0098_000000007159	1.0		0	0	False	False	0.977707028388977	0					non-mobilizable	other	3672.0	99.78200000000001	97.0	0.0010750143930693052	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0393_000000002751	5852	0.9073901949917756	11	10	6	9	8	False	132178	fragment	False	ISR0393_000000002751	0.7529860853044473		0	0	False	False	0.9955570697784424	0					non-mobilizable	other	5852.0	100.0	100.0	0.0020327265147304058	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0046_000000009813	1743	0.9073861926854404	3	3	2	3	2	False	115658	fragment	False	AST0046_000000009813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	71.73899999999999	33.0	0.00018130108307008605	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
AUS0008_000000000671	15783	0.9073689730893958	24	11	4	6	7	False	110890	fragment	False	AUS0008_000000000671	1.0		0	0	False	False	0.9996198415756226	0					non-mobilizable	no_good_hit	4661.0	95.387	57.0	0.07066176023356244	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
FIJ0067_000000014376	2125	0.9073669449334488	3	2	2	2	2	False	45218	maximal	True	FIJ0067_000000014376	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1020.0	97.647	93.0	0.0003490983737976833	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
SPA0012_000000021103	1123	0.9073638582322432	2	2	2	2	2	False	45392	fragment	False	FIJ0065_000000017693	0.9906832298136645		0	0	False	False	0.9991095066070557	0					non-mobilizable	other	1123.0	99.37700000000001	100.0	0.050411106618142604	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	False	False
CHI0140_000000006373	4731	0.9073616752715522	4	4	4	4	4	False	121306	maximal	False	CHI0144_000000002717	0.9646196888813351	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3619.0	99.97200000000001	99.0	0.0020114750817265994	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
DEN0022_000000033383	1258	0.9073530216352608	2	1	1	1	1	True	74480	fragment	False	DEN0022_000000033383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	77.273	9.0	0.0017418818716440807	NZ_QQAP01000014.1	b-proteobacteria	Schlegelella thermodepolymerans strain DSM 15344 Ga0244529_114, whole genome shotgun sequence	True	True
ENG0106_000000003498	5757	0.9073518931515192	6	4	3	4	2	False	114094	maximal	True	ENG0106_000000003498	1.0		0	0	False	False	0.9998263120651245	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	0.001954190147245955	NZ_JAAIUL010000034.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_34_length_22004_cov_314.423, whole genome shotgun sequence	True	False
ISR0375_000000001886	7681	0.9073492138886952	8	5	4	5	3	False	35151	maximal	True	ISR0375_000000001886	0.99990234375		11	1	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	98.98	22.0	0.0028360347019910186	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0210_000000002350	7680	0.9073492138886952	8	5	4	5	3	False	35151	maximal	False	ISR0375_000000001886	0.9997658881721059		0	0	False	False	0.9990885257720947	0					non-mobilizable	no_good_hit	882.0	98.98	22.0	0.0028360347019910186	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0808_000000010216	1620	0.9073409010546898	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7226448846360676		0	0	False	False	0.9969135522842407	0					non-mobilizable	other	1620.0	99.506	100.0	0.0023277648138003816	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0177_000000026295	1220	0.9073274336637754	2	1	1	1	1	False	29733	maximal	True	ISR0177_000000026295	1.0		15	4	False	False	0.992622971534729	0					non-mobilizable	no_good_hit	86.0	100.0	7.0	0.049303944315545245	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
MAD0110_000000004695	5860	0.9073274178905658	7	7	4	5	4	False	130173	backbone	False	ISR0041_000000001951	0.9951593270430094	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	45	rep_cluster_475				non-mobilizable	other	3838.0	99.948	100.0	0.6650485436893204	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0088_000000000963	12781	0.9073250887820012	11	8	5	7	6	False	68399	maximal	True	MAD0088_000000000963	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1398.0	97.353	19.0	0.0488820462577417	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0019_01_000000002791	9500	0.9073167128712986	14	6	6	5	4	False	112037	fragment	False	USA0019_01_000000002791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
FIJ0038_000000011174	3040	0.9073150215446354	5	4	3	3	3	False	47669	maximal	True	FIJ0038_000000011174	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	75.72800000000001	47.0	0.0019270349022767305	CP003502.1	CFB group bacteria	Prevotella intermedia 17 chromosome I, complete sequence	True	False
ISR0203_000000011197	1574	0.9073146758855702	2	2	2	2	2	False	36771	fragment	False	ISR0203_000000011197	0.9939799293467301		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	100.0	100.0	0.007761921680088425	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
MAD0038_000000000071	51955	0.9073071784995872	85	21	9	13	12	True	72313	maximal	True	MAD0038_000000000071	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	220.0	77.727	0.0	9.916950133809959e-05	NZ_LS483462.1	firmicutes	Streptococcus pasteurianus strain NCTC13784 chromosome 1	True	True
ISR0209_000000006334	4615	0.9073026987328544	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.6817204859493877		0	0	False	False	1.0	0					non-mobilizable	chromosome	4615.0	98.26700000000001	100.0	0.0016082639811609337	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0112_000000005727	5952	0.9072958537951472	7	2	0	1	1	False	92891	maximal	True	SPA0112_000000005727	1.0	PS140|PS493	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2564.0	95.164	81.0	0.39345521585497006	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
ISR0066_000000005384	5894	0.9072958537951472	7	2	0	1	1	False	130739	backbone	False	ISR0014_000000005210	0.16125747620258318	PS1125|PS140|PS493|PS494	0	0	False	True	1.0	0					non-mobilizable	plasmid	5256.0	95.396	99.0	0.8065755108311569	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0814_000000007253	5276	0.9072958537951472	6	2	0	1	1	False	92890	backbone	True	ISR0814_000000007253	0.9642212268441321	PS140|PS493	1	1	True	True	0.9946929216384888	6					non-mobilizable	plasmid	2481.0	94.51799999999999	97.0	0.3799354739591335	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0076_000000004963	4974	0.9072958537951472	5	2	0	1	1	False	92890	backbone	False	ISR0814_000000007253	0.9466451857467779	PS140|PS493	0	0	False	True	1.0	0					non-mobilizable	plasmid	3138.0	94.583	97.0	0.4813335381779075	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0244_000000004108	4908	0.9072958537951472	6	2	0	1	1	False	92883	fragment	False	ISR0244_000000004108	1.0		0	0	False	True	0.9991850256919861	0					non-mobilizable	plasmid	1626.0	93.35799999999999	96.0	0.24934705791980336	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0257_000000003531	4373	0.9072958537951472	4	2	0	1	1	False	62664	maximal	True	ISR0257_000000003531	1.0		2	1	True	True	0.9979419112205505	14					non-mobilizable	no_good_hit	362.0	92.265	10.0	0.04465058750773036	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0112_000000003368	7343	0.9072917047311708	10	3	2	3	2	True	108340	fragment	False	ISR0112_000000003368	1.0		0	0	False	False	0.9994552731513977	0					non-mobilizable	no_good_hit								True	True
AST0010_000000002684	8611	0.90728802249246	15	5	4	1	3	False	126539	maximal	True	AST0010_000000002684	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	0.0	0.00011984938926748719	NZ_LPXO01000006.1	a-proteobacteria	Ponticoccus marisrubri strain SJ5A-1 ZB100005, whole genome shotgun sequence	True	False
ENG0137_000000005862	2955	0.9072814819223408	3	3	3	2	2	False	93984	fragment	False	ENG0121_000000005911	0.9546515505168389		0	0	False	False	0.9935702085494995	0					non-mobilizable	other	2971.0	98.149	100.0	0.000795342772650599	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0083_000000022336	1268	0.9072765488440976	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.00843787592369823	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1270.0	89.213	100.0	0.00033953482389210347	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0030_000000010256	3310	0.9072714420896576	8	5	2	5	4	False	80575	fragment	False	MON0030_000000010256	1.0		0	0	False	False	0.9918429255485535	0					non-mobilizable	no_good_hit	454.0	86.12299999999999	14.0	0.05328303666155841	NZ_JAAITU010000073.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_73_length_8483_cov_138.857, whole genome shotgun sequence	True	False
ISR0167_000000008961	3371	0.90726835724159	4	4	4	3	3	True	103490	fragment	False	ISR0099_000000005855	0.9417565718645342		0	0	False	False	1.0	0					non-mobilizable	chromosome	3371.0	99.525	100.0	0.0015020690220772946	CP018757.1	high GC Gram+	Bifidobacterium bifidum strain PRI 1 chromosome, complete genome	False	True
ISR0258_000000008072	2724	0.907268182293942	5	3	1	2	3	False	110824	fragment	False	ISR0258_000000008072	1.0		0	0	False	False	0.9992657899856567	0					non-mobilizable	chromosome	2724.0	99.853	100.0	0.0005957377729908727	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0027_000000004829	5419	0.9072655010449424	6	6	4	4	5	True	74984	fragment	False	ISR0027_000000004829	1.0		0	0	False	False	0.9998154640197754	0					non-mobilizable	other	5319.0	92.63	98.0	0.0021578484005721718	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
MAD0063_000000005373	2260	0.9072635532887462	3	3	2	3	2	False	114453	fragment	False	MON0098_000000014227	0.9243159752868491		0	0	False	False	1.0	0					non-mobilizable	chromosome	2278.0	86.39200000000001	100.0	0.0009682173437827625	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0145_000000010584	2906	0.9072557814981114	5	5	4	5	3	False	107997	fragment	False	AST0104_000000009426	0.6348953352459886		0	0	False	False	0.9951823949813843	0					non-mobilizable	chromosome	2906.0	99.51799999999999	100.0	0.0004098899789804354	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0093_000000030677	1496	0.9072543399106736	2	1	1	1	1	False	9382	fragment	False	MON0093_000000030677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000014017	2501	0.9072373856643766	3	1	1	1	1	False	33388	fragment	False	SPA0090_000000014017	1.0		0	0	False	False	0.9992003440856934	0					non-mobilizable	no_good_hit								True	False
SPA0001_000000004250	7632	0.9072307514883028	7	3	2	3	1	True	106012	fragment	False	SPA0001_000000004250	1.0		0	0	False	False	0.9997379183769226	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.0003449272389972872	NZ_FZOQ01000019.1	CFB group bacteria	Pontibacter ummariensis strain NKM1, whole genome shotgun sequence	True	True
SPA0120_000000011169	3786	0.9072232154392252	3	3	3	3	2	False	95024	fragment	False	SPA0120_000000011169	1.0		0	0	False	False	0.9994717240333557	0					non-mobilizable	other	3786.0	100.0	100.0	0.0011425787322779548	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
USA0005_01_000000010843	3222	0.9072213046237224	5	5	3	2	4	True	118155	fragment	False	USA0005_01_000000010843	0.9835703001579779		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	3224.0	99.90700000000001	100.0	0.36060436485730274	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0152_000000007954	2941	0.9072213046237224	5	5	3	2	4	True	118152	fragment	False	FIJ0152_000000007954	0.9992562290814428		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2946.0	99.728	100.0	0.3294907666480134	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MAD0008_000000005267	2341	0.9072188784983056	4	4	4	4	4	False	111365	fragment	False	FIJ0114_000000015819	0.9395569107246761		0	0	False	False	0.9867578148841858	0					non-mobilizable	other	2341.0	99.95700000000001	100.0	0.019624616313591303	NZ_NQCD01000014.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_14_length_119238_cov_74.4289_ID_27.ctg_1, whole genome shotgun sequence	False	False
MON0031_000000026935	1186	0.9072166699384904	2	2	2	2	2	False	108423	fragment	False	ISR0388_000000027736	0.663528472148163		0	0	False	False	0.9713321924209595	0					non-mobilizable	other	1167.0	99.829	98.0	0.0049746361817320775	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
MON0025_000000018533	2118	0.9072092198737832	3	3	2	2	3	True	89610	fragment	False	MON0025_000000018533	0.9901015228426396		0	0	False	False	0.9796978235244751	0					non-mobilizable	plasmid	2019.0	99.208	100.0	0.013574051901578035	CP057641.1	enterobacteria	Escherichia coli strain RHB19-C23 plasmid pRHB19-C23_2, complete sequence	False	True
USA0009_01_000000007723	3149	0.9071942946789352	6	2	1	2	1	False	72476	maximal	True	USA0009_01_000000007723	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	78.818	6.0	0.041917410251089436	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
ISR0322_000000003170	3084	0.9071906613030152	4	3	2	3	2	False	25018	fragment	False	ISR0322_000000003170	1.0		0	0	False	False	0.9902724027633667	0					non-mobilizable	no_good_hit	415.0	98.072	13.0	0.05767623293396489	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	False
ISR0155_000000004669	5519	0.9071886839660154	7	4	2	2	4	False	97198	maximal	True	ISR0155_000000004669	1.0	PS523	2	1	True	True	1.0	314	rep_cluster_870	MOBV			mobilizable	no_good_hit	2799.0	97.32	75.0	0.5146242132543503	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	True	True
SPA0027_000000006689	5085	0.9071832930688484	5	4	3	4	3	False	82791	maximal	True	SPA0027_000000006689	1.0		1	1	False	False	0.9954769015312195	0					non-mobilizable	no_good_hit	1168.0	86.55799999999999	23.0	0.04987349371756936	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0035_000000004050	6776	0.9071782035403118	6	3	2	3	1	True	92838	fragment	False	DEN0035_000000004050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0015_000000011790	1756	0.9071743081968996	3	3	2	3	2	False	107576	maximal	True	MAD0015_000000011790	1.0		0	0	False	False	0.9943052530288696	0					non-mobilizable	no_good_hit	1186.0	95.363	68.0	0.13652073732718895	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
CHI0060_000000004985	2616	0.9071694083018559	4	4	3	3	3	False	104475	fragment	False	CHI0060_000000004985	1.0		0	0	False	False	0.9931192398071289	0					non-mobilizable	other	2616.0	99.92399999999999	100.0	0.0015138402044697363	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
MON0060_000000031386	1353	0.9071691626969894	2	2	2	2	2	False	31049	fragment	False	MON0060_000000031386	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	99.335	100.0	0.0011605668235835419	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MON0090_000000048778	1276	0.90716033371408	1	1	1	1	1	False	89221	fragment	False	CHI0029_000000007939	0.5738529888158672		0	0	False	False	0.9710031151771545	0					non-mobilizable	other	1276.0	99.84299999999999	100.0	0.0002759183048098728	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
AST0024_000000020334	1734	0.9071563787376066	5	4	4	4	4	True	121182	fragment	False	AST0024_000000020334	1.0		0	0	False	False	0.9959630966186523	0		MOBV			mobilizable	chromosome	976.0	98.566	100.0	0.0005492736222903582	LR824002.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_67 genome assembly, chromosome: STHERMO	False	True
ISR0127_000000022731	1142	0.9071537862642888	1	1	1	1	1	False	31880	fragment	False	ISR0824_000000020160	0.6949068311930509		0	0	False	False	0.9798598885536194	0					non-mobilizable	no_good_hit	122.0	100.0	11.0	0.0007833844799233448	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0148_000000003560	8038	0.9071515983202549	9	5	3	4	0	True	30937	maximal	True	ISR0148_000000003560	1.0		1	1	True	True	1.0	76					non-mobilizable	no_good_hit								True	True
ISR0089_000000025686	1237	0.9071445582815796	2	1	1	1	1	False	33701	fragment	False	ISR0089_000000025686	1.0		0	0	False	False	0.9789814352989197	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	9.7939284898125e-05	NZ_JNXI01000005.1	high GC Gram+	Streptomyces iakyrus strain NRRL ISP-5482 contig5.1, whole genome shotgun sequence	True	False
ISR0299_000000001421	4947	0.9071445279537306	5	5	4	5	3	False	58761	maximal	True	ISR0299_000000001421	1.0		0	0	False	False	0.9894886016845703	0					non-mobilizable	no_good_hit	1821.0	99.945	68.0	0.00979305446444906	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
SPA0124_000000003505	7857	0.9071434145146752	7	6	4	6	3	False	109931	maximal	True	SPA0124_000000003505	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1552.0	78.351	20.0	0.048563309125355225	NZ_WAJR01000028.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_028, whole genome shotgun sequence	True	False
MAD0051_000000010131	2832	0.9071408204057656	5	4	4	3	2	False	116937	maximal	True	MAD0051_000000010131	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1124.0	98.04299999999999	40.0	0.026566273618411705	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0052_000000003952	5367	0.9071201310639988	7	6	5	6	5	False	99047	fragment	False	DEN0072_000000002974	0.482264844981608		0	0	False	False	0.9932923316955566	0					non-mobilizable	no_good_hit	561.0	77.89699999999999	17.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0069_000000001274	5002	0.9071101186797776	5	3	2	3	3	False	97565	fragment	False	MAD0069_000000001274	0.9684440943622297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	92.15700000000001	10.0	0.012119760479041916	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
CHI0086_000000001805	2821	0.9071048727297196	7	5	4	3	3	True	123556	backbone	False	ISR0826_000000002301	0.1676626802193115	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2822.0	99.75200000000001	100.0	0.02868798258374958	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0201_000000004297	6239	0.9070932707279435	8	2	1	2	1	False	117688	fragment	False	ISR0342_000000002805	0.8458191850020722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	89.306	9.0	0.001642152921238511	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0183_000000006047	5888	0.9070932707279435	7	2	1	2	1	False	117688	fragment	False	ISR0342_000000002805	0.8442551846231294		0	0	False	False	0.9989809989929199	0					non-mobilizable	no_good_hit	161.0	95.031	3.0	0.0004886255396528903	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0134_000000006024	5796	0.9070932707279435	7	2	1	2	1	False	117688	fragment	False	ISR0342_000000002805	0.8319450491499073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	95.96	2.0	0.00029997897054639467	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0223_000000004256	5765	0.9070932707279435	7	2	1	2	1	False	117688	fragment	False	ISR0342_000000002805	0.7341679795606608		0	0	False	False	0.9953165650367737	0					non-mobilizable	no_good_hit	92.0	89.13	2.0	0.08741594620557157	NZ_CYYV01000034.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0021_000000004343	5005	0.9070932707279435	7	2	1	2	1	False	117680	fragment	False	ISR0021_000000004343	0.987897435897436		0	0	False	False	0.9998002052307129	0					non-mobilizable	no_good_hit	95.0	95.789	2.0	0.00028760870371973923	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0104_000000007256	3486	0.9070932707279435	6	2	1	2	1	False	117678	fragment	False	ISR0284_000000002394	0.6386243386243386		0	0	False	False	0.998565673828125	0					non-mobilizable	no_good_hit	55.0	92.727	2.0	0.00016390603545318473	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0111_000000016812	1108	0.9070924595878428	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.10247062542916739		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	99.639	100.0	0.011525607254781514	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0122_000000003737	3569	0.9070806601238512	5	3	3	3	2	True	81774	maximal	True	CHI0122_000000003737	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0109_000000009793	2526	0.9070792605901844	4	3	3	3	2	False	101449	fragment	False	CHI0173_000000006591	0.9651437573847972		0	0	False	False	0.9996041059494019	0					non-mobilizable	chromosome	1372.0	84.54799999999999	92.0	0.0002614158250577079	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
FIJ0152_000000009234	2598	0.907077206465708	5	3	2	3	1	True	39726	maximal	True	FIJ0152_000000009234	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	91.37899999999999	8.0	0.16083916083916083	EU060804.1	bacteria	Uncultured bacterium clone LM0ABA36ZD10RM1 genomic sequence	True	True
FIJ0108_000000000697	20845	0.90707253506513	13	9	7	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.981596064944014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	95.89	3.0	3.841301945272651e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0140_000000009419	3001	0.9070705637252188	5	4	3	4	4	False	105605	fragment	False	ISR0301_000000004762	0.47747471651854123		0	0	False	False	1.0	0					non-mobilizable	other	3001.0	98.167	100.0	0.011995201919232307	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
USA0043_01_000000002252	6144	0.907061295487834	6	5	3	5	4	False	121281	maximal	True	USA0043_01_000000002252	1.0	PS849	25	6	False	True	0.99951171875	0					non-mobilizable	chromosome	3559.0	96.516	99.0	0.0007351350547229328	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
DEN0001_000000013594	3056	0.9070578079780726	3	3	3	3	3	False	76938	maximal	True	DEN0001_000000013594	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0819_000000008419	2993	0.9070565463596528	6	4	3	2	3	False	129186	fragment	False	ISR0819_000000008419	1.0		0	0	False	False	0.9993317723274231	0					non-mobilizable	other	1190.0	95.546	98.0	0.00029127134794642667	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0298_000000007855	1877	0.9070560992292204	4	3	3	2	2	False	106609	fragment	False	ENG0027_000000009711	0.6209322484140608		0	0	False	False	1.0	0					non-mobilizable	other	1876.0	98.507	99.0	0.0073698774438513606	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0066_000000003318	5151	0.9070534785526996	6	5	3	4	4	True	67702	maximal	False	ENG0125_000000003976	0.09112943190521242		0	0	False	True	1.0	0	rep_cluster_2150	MOBQ			mobilizable	other	5151.0	99.786	100.0	0.8844238365103898	LM995842.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-4_contig-18.0_1_5823_[organism:Escherichia	False	True
CAN0004_000000013243	2091	0.90704417770629	3	3	3	3	2	False	102239	fragment	False	SPA0054_000000012699	0.2643947827760376		0	0	False	False	0.9976087808609009	0					non-mobilizable	chromosome	2091.0	92.492	100.0	0.0003215664625565857	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MAD0088_000000003808	4906	0.9070361735105428	9	6	4	5	5	False	16042	maximal	False	MAD0086_000000001192	0.9505018697106868		0	0	False	False	0.9991846680641174	0					non-mobilizable	no_good_hit	95.0	97.895	2.0	0.010412051395657953	NZ_CABMGA010000038.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0026_000000014493	2737	0.907026821873848	3	3	3	3	3	False	95335	fragment	False	MON0026_000000014493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000001321	11879	0.9070261523233936	16	8	6	7	6	True	126187	maximal	True	ISR0836_000000001321	0.9838411212227278		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	1606.0	73.53699999999999	13.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0116_000000004343	4516	0.9070234504252686	6	2	1	1	2	False	69915	fragment	False	FIJ0116_000000004343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	93.443	4.0	0.0007921225382932167	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0116_01_000000007068	3736	0.9070227660067852	4	3	3	3	3	False	131440	maximal	True	USA0116_01_000000007068	1.0		3	2	False	False	0.9967880249023438	0					non-mobilizable	no_good_hit	1853.0	78.09	49.0	0.02514223560910308	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0020_000000004638	7412	0.9070164294979586	11	8	5	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.04558818784647037		0	0	False	True	1.0	0					non-mobilizable	plasmid	5135.0	99.98100000000001	99.0	0.15537595350526698	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0062_000000010692	1282	0.9070018005920732	2	1	1	1	1	False	85544	fragment	False	CHI0062_000000010692	1.0		0	0	False	False	0.9953197836875916	0					non-mobilizable	no_good_hit	113.0	81.416	8.0	0.00014251484085620785	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
CHI0049_000000001095	11601	0.90700173689214	17	17	3	14	17	True	86848	fragment	False	CHI0049_000000001095	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	11601.0	100.0	100.0	0.07901315296537725	CP002090.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky plasmid pCS0010A, complete sequence	False	True
MON0097_000000010428	3276	0.906994094346364	7	4	4	4	3	False	48060	maximal	True	MON0097_000000010428	1.0		36	5	False	False	1.0	0					non-mobilizable	other	2272.0	98.54799999999999	100.0	0.005530048302582396	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0180_000000004969	2760	0.906989641573865	5	1	1	1	1	False	77485	maximal	True	CHI0180_000000004969	1.0		24	8	False	False	0.9996376633644104	0					non-mobilizable	no_good_hit	74.0	82.432	3.0	0.000247182293508375	NZ_KE150240.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.3, whole genome shotgun sequence	True	False
SPA0023_000000000827	16946	0.906989088176528	12	10	6	9	5	True	117547	fragment	False	SPA0023_000000000827	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1813.0	87.314	11.0	0.031019481747682997	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ENG0204_000000005543	4143	0.9069842549428898	5	5	5	5	5	False	54061	maximal	True	ENG0204_000000005543	1.0		2	1	False	False	0.9980690479278564	0					non-mobilizable	chromosome	4143.0	100.0	100.0	0.0007764516571675373	CP026235.1	enterobacteria	Citrobacter freundii complex sp. CFNIH3 chromosome, complete genome	False	False
AST0060_000000006838	4062	0.906970221736094	4	3	2	2	2	True	130599	fragment	False	CHI0125_000000003265	0.591090971932738		0	0	False	False	0.9997538328170776	0		MOBV			mobilizable	other	3216.0	99.845	100.0	0.4269021378303014	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0272_000000003012	3616	0.906970221736094	4	3	2	2	2	True	130599	fragment	False	CHI0125_000000003265	0.5116083458051855		0	0	False	False	1.0	0		MOBV			mobilizable	other	2770.0	99.78299999999999	100.0	0.3676802549462223	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0053_000000012234	1122	0.906958589968944	1	1	1	1	1	False	72072	fragment	False	DEN0053_000000012234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000020724	1471	0.9069540158763102	2	2	1	1	0	True	80855	fragment	False	CHI0132_000000020724	1.0		0	0	False	False	0.9646499156951904	0					non-mobilizable	other	1460.0	97.945	99.0	0.10067716970702045	NZ_QRHR01000017.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf17, whole genome shotgun sequence	False	True
MON0007_000000006858	6649	0.9069532324378706	5	5	3	4	2	True	13999	maximal	True	MON0007_000000006858	1.0		1	1	False	False	0.9998496174812317	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	2.197725309453179e-05	LM995447.1	firmicutes	[Clostridium] cellulosi genome assembly DG5, chromosome : I	True	True
CAN0014_000000002294	16226	0.9069515533873432	24	7	4	4	5	True	93761	maximal	True	CAN0014_000000002294	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	92.06299999999999	0.0	5.824172004708185e-06	LR828301.1	monocots	Ananas comosus genome assembly, chromosome: 21	True	True
FIJ0164_000000008096	2870	0.906945390734852	3	2	2	2	2	False	39107	maximal	True	FIJ0164_000000008096	1.0		1	1	False	False	0.9947735071182251	0					non-mobilizable	no_good_hit	1495.0	76.589	51.0	0.09443800695249131	NZ_LT635508.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
ISR0339_000000002547	5246	0.9069408617107199	8	3	2	1	2	False	113349	fragment	False	ISR0782_000000002454	0.9356194942072062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	99.82600000000001	61.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0357_000000015276	1702	0.9069331288857322	3	2	1	2	1	False	109613	maximal	True	ISR0357_000000015276	1.0		1	1	False	False	0.9976498484611511	0					non-mobilizable	no_good_hit	1329.0	99.624	78.0	0.006551036918644804	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0024_000000012339	3639	0.9069228804804796	8	3	1	2	3	False	18485	maximal	True	MON0024_000000012339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.84017654916081e-06	CP009755.1	high GC Gram+	Curtobacterium sp. MR_MD2014, complete genome	True	False
MON0078_000000041212	1160	0.9069209864545416	2	1	1	1	1	False	80770	maximal	False	CHI0133_000000015942	0.9182869997436602		0	0	False	False	0.9448275566101074	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000009622	2884	0.906917188523598	5	3	2	3	3	False	19684	maximal	True	MAD0012_000000009622	1.0		1	1	False	False	0.9916782379150391	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000008739	4005	0.906916798078722	5	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.7267704120950613		0	0	False	False	0.9942571520805359	0					non-mobilizable	other	4005.0	99.101	100.0	0.00554326642722489	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MAD0087_000000019860	1555	0.9069117369029538	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.13716499428696954		0	0	False	False	1.0	0					non-mobilizable	other	1555.0	98.90700000000001	100.0	0.00048344677014625976	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0116_000000034864	1182	0.9069012817178508	2	1	1	1	1	False	41707	fragment	False	ISR0179_000000017323	0.7249936446643627		0	0	False	False	0.9847715497016907	0					non-mobilizable	other	1169.0	98.118	99.0	0.00034952468533052674	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0115_000000011811	2026	0.9069007817651971	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.9486862374883885	PS211	0	0	False	True	1.0	0					non-mobilizable	other	2027.0	97.681	99.0	0.0013650814195228888	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ETH0001_000000012621	2366	0.9068959187737848	2	1	1	1	1	False	53535	maximal	True	ETH0001_000000012621	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	99.823	48.0	0.0002131674640568608	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	True	False
FIJ0063_000000005061	4807	0.9068896201699402	6	3	1	2	2	True	49590	maximal	True	FIJ0063_000000005061	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	73.184	19.0	0.00017950930869048133	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0031_000000006329	4276	0.906889610150368	7	6	2	3	5	True	126928	fragment	False	SPA0031_000000006329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2843.0	99.859	66.0	0.37737352277254016	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
MON0073_000000002237	2258	0.9068836113202616	3	2	2	2	1	True	10390	maximal	True	MON0073_000000002237	1.0		5	2	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit	1184.0	99.155	52.0	0.0003153068680077968	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0086_000000004739	1954	0.9068726174206668	3	3	3	3	3	False	16026	maximal	True	MAD0086_000000004739	1.0		25	2	False	False	0.9928352236747742	0					non-mobilizable	no_good_hit	107.0	79.439	5.0	1.739919531255543e-05	CP027723.1	g-proteobacteria	Pseudomonas orientalis strain 8B chromosome, complete genome	True	False
MON0077_000000033651	1341	0.9068666444352892	2	2	2	2	2	False	10201	maximal	True	MON0077_000000033651	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	76.142	15.0	0.002112082644808982	NZ_SLUB01000014.1	firmicutes	Bacillus timonensis strain AF060A6 SAMN11029899.27, whole genome shotgun sequence	True	False
ISR0266_000000001087	10409	0.9068646502052202	14	5	4	5	3	False	61929	fragment	False	ISR0266_000000001087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0110_000000000586	18513	0.906863433437248	26	8	4	6	5	False	53599	maximal	True	FIJ0110_000000000586	0.9983493884619548		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	99.206	1.0	0.0006149607655031609	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0127_000000003515	5185	0.9068616015351046	7	6	3	6	2	False	52365	fragment	False	FIJ0110_000000002987	0.9546021007655332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	96.26799999999999	35.0	0.031829867608737475	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0392_000000001013	19869	0.9068600888989108	26	12	7	12	7	False	118841	fragment	False	ISR0392_000000001013	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	7393.0	99.51299999999999	40.0	0.026801155872360944	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0157_000000001398	6418	0.9068594040268724	11	6	2	5	4	True	84318	fragment	False	CHI0157_000000001398	0.9981915395502438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	78.997	5.0	0.4106910039113429	EU059037.1	bacteria	Uncultured bacterium clone LM0ABA40ZA05FM1 genomic sequence	True	True
DEN0063_000000006043	6359	0.9068594040268724	10	6	2	5	4	True	84318	fragment	False	CHI0157_000000001398	0.9936117170458088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	81.707	3.0	0.0002103204095957719	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ISR0075_000000000400	32917	0.906859187090096	33	13	6	10	7	True	34651	maximal	True	ISR0075_000000000400	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1421.0	73.821	9.0	0.008455317965888625	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
FIJ0109_000000016930	1434	0.9068532056355404	2	1	1	1	1	False	42136	fragment	False	FIJ0109_000000016930	1.0		0	0	False	False	0.9951185584068298	0					non-mobilizable	no_good_hit	1013.0	88.25299999999999	80.0	0.000280753786427179	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0225_000000004658	3343	0.9068468133337316	5	3	3	3	3	False	108578	maximal	True	ISR0225_000000004658	1.0		3	2	False	False	0.9991025924682617	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.415173914330112e-06	CP021920.1	firmicutes	Bacillus sonorensis strain SRCM101395, complete genome	True	False
ISR0369_000000004712	2622	0.9068429060589288	3	3	3	3	3	True	52983	fragment	False	ISR0007_000000005210	0.9821874217062172		0	0	False	False	0.9992372393608093	0					non-mobilizable	other	2622.0	98.89399999999999	100.0	0.0012694713216208741	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
ISR0007_000000001402	9327	0.9068366442193412	9	3	2	2	0	False	52680	maximal	True	ISR0007_000000001402	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2408.0	88.912	40.0	0.001932587419572865	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	False
ISR0173_000000002129	3787	0.9068339449141936	5	4	3	4	3	False	129559	maximal	True	ISR0173_000000002129	1.0	PS1061	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1792.0	87.333	78.0	0.008345274045170896	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0016_000000003028	1560	0.9068334440311204	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.8510179402179661		0	0	False	False	1.0	0					non-mobilizable	chromosome	1454.0	82.05	96.0	0.0003830631662091338	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0052_000000009779	2933	0.9068309988392704	3	3	3	3	2	False	105940	fragment	False	AST0118_000000009803	0.9858991373589914		0	0	False	False	0.9989771842956543	0					non-mobilizable	no_good_hit	519.0	70.52	17.0	0.0001701239522444953	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
CHI0141_000000009122	3032	0.9068216973865844	3	2	2	2	2	False	80975	maximal	True	CHI0141_000000009122	1.0		1	1	False	False	0.99769127368927	0					non-mobilizable	no_good_hit	1030.0	79.903	34.0	0.00028662421272717764	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0049_000000000466	19777	0.9068187706366668	29	7	3	4	5	False	17507	maximal	True	MAD0049_000000000466	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2462.0	82.941	51.0	0.04295891964697125	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0029_000000004126	2885	0.9068092248776592	3	3	3	3	2	False	130934	maximal	True	CHI0029_000000004126	1.0	PS1128	11	4	False	True	1.0	0					non-mobilizable	no_good_hit	1732.0	85.277	60.0	0.020405993005009924	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
AST0025_000000016452	2218	0.9068068971989572	2	2	2	2	2	False	120335	maximal	True	AST0025_000000016452	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	74.65	69.0	0.015580279759745233	NZ_CYZO01000010.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0046_000000000160	49567	0.9068045780887034	68	25	9	17	13	False	17784	maximal	True	MAD0046_000000000160	1.0		1	1	False	False	0.9977202415466309	0					non-mobilizable	no_good_hit	1561.0	80.461	4.0	0.0004307112984654348	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0091_01_000000002134	5343	0.9067988024018184	5	5	3	3	5	False	94142	fragment	False	USA0091_01_000000002134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3648.0	94.243	68.0	0.0005612171367752905	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
AST0097_000000003274	6831	0.9067984924523464	4	4	3	4	3	False	123858	maximal	True	AST0097_000000003274	0.9500075176665164		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	75.117	3.0	0.0013883790007676133	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0043_000000005148	4245	0.9067948615693012	6	3	0	1	3	False	114714	fragment	False	ISR0109_000000006985	0.9909347774899929		0	0	False	True	0.995995283126831	0	rep_cluster_870				non-mobilizable	plasmid	4245.0	99.906	100.0	0.7586700035752592	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
SPA0130_000000008696	3755	0.9067948615693012	6	3	0	1	3	False	114711	fragment	False	SPA0130_000000008696	0.9875183377076328		0	0	False	True	1.0	0	rep_cluster_870				non-mobilizable	plasmid	3755.0	99.89299999999999	100.0	0.671076153021094	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
CHI0054_000000006800	2514	0.9067948615693012	4	3	0	1	3	False	114701	fragment	False	ENG0039_000000009576	0.9691747417695765		0	0	False	False	0.999602198600769	0	rep_cluster_870				non-mobilizable	plasmid	2455.0	99.87799999999999	98.0	0.43868430461208435	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
AST0029_000000006579	4710	0.9067926202747169	11	4	1	3	3	False	118442	maximal	True	AST0029_000000006579	1.0		1	1	False	False	0.9995753765106201	0					non-mobilizable	no_good_hit	1863.0	77.02600000000001	72.0	0.029052284411679116	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	True	False
ISR0096_000000004885	5173	0.9067914975418166	6	4	1	2	3	True	119796	maximal	True	ISR0096_000000004885	1.0	PS824|PS825	1	1	False	True	1.0	0	IncW	MOBQ			mobilizable	no_good_hit	1851.0	97.947	73.0	0.0007756855697745942	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
MON0004_000000044144	1102	0.90677995045675	2	2	2	2	1	False	14164	fragment	False	MON0004_000000044144	1.0		0	0	False	False	0.9918330311775208	0					non-mobilizable	other	1071.0	99.346	97.0	0.0009728634736135786	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0152_000000011612	2032	0.9067709621475724	4	2	1	1	2	True	70425	fragment	False	USA0003_01_000000018619	0.971195391262602		0	0	False	False	0.9197834730148315	0					non-mobilizable	no_good_hit	88.0	100.0	4.0	1.7025466967462962e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
ISR0062_000000028861	1342	0.9067691897123556	2	1	1	1	1	True	35310	fragment	False	ISR0062_000000028861	1.0		0	0	False	False	0.9560357928276062	0					non-mobilizable	other	1344.0	97.396	100.0	0.0017528804318721208	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ITA0003_000000000437	11550	0.9067678637313172	16	12	7	9	9	True	130651	maximal	True	ITA0003_000000000437	1.0	PS1045|PS1107|PS1110|PS1114|PS658	67	7	True	True	1.0	210		MOBV			mobilizable	no_good_hit	4552.0	99.912	54.0	0.7417250937550954	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0061_000000030512	1378	0.9067540285201904	2	2	2	2	1	False	111852	fragment	False	AST0061_000000030512	0.9759637041592948		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	100.0	100.0	0.0021972516004672153	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0036_000000010306	1363	0.9067540285201904	2	2	2	2	1	False	111852	fragment	False	AST0061_000000030512	0.9674177085128177		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	99.927	100.0	0.0021733163978477467	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MAD0104_000000001529	6365	0.906749373350514	8	4	2	3	3	False	16645	maximal	True	MAD0104_000000001529	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	85.354	11.0	0.0034565322003262872	KY613742.1	firmicutes	Listeria monocytogenes strain LM-F-12 plasmid pLM-F-12, partial sequence	True	False
FIJ0006_000000012587	2793	0.9067456356976412	4	4	4	4	3	False	51746	maximal	True	FIJ0006_000000012587	1.0		3	2	False	False	0.9992839097976685	0					non-mobilizable	no_good_hit	360.0	80.833	13.0	0.03654179850974788	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
ISR0275_000000000782	13736	0.9067406364584648	17	6	3	6	3	True	127204	fragment	False	ISR0275_000000000782	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3427.0	92.03399999999999	90.0	0.1351956200295728	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
DEN0094_000000009047	3626	0.90672008217234	5	2	2	2	2	False	68388	maximal	True	DEN0094_000000009047	1.0		1	1	False	False	0.9975179433822632	0					non-mobilizable	no_good_hit	257.0	72.374	7.0	4.001892548554852e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
MON0061_000000011546	3688	0.906718685186138	3	2	1	1	2	True	132118	maximal	False	ISR0337_000000002432	0.8872892031319466		0	0	True	True	1.0	26					non-mobilizable	plasmid	2195.0	95.581	99.0	0.6098442714126807	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
FIJ0161_000000004368	3636	0.906718685186138	3	2	1	1	2	True	132118	maximal	False	ISR0337_000000002432	0.8178313640819017		0	0	True	True	1.0	12					non-mobilizable	plasmid	2194.0	93.391	100.0	0.6084538375973304	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
FIJ0079_000000015252	1834	0.906718685186138	3	2	1	1	2	True	117983	fragment	False	FIJ0079_000000015252	1.0		0	0	False	False	0.9989094734191895	0					non-mobilizable	plasmid	1835.0	92.75200000000001	99.0	0.5091768631813126	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
AST0029_000000018954	1558	0.906718685186138	2	2	1	1	2	True	117982	fragment	False	AST0029_000000018954	1.0		0	0	False	False	0.9775353074073792	0					non-mobilizable	plasmid	1540.0	99.87	99.0	0.4306099608282037	LN852754.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0063	False	True
CHI0065_000000001545	7356	0.9067100429781496	11	8	4	8	4	False	85270	maximal	True	CHI0065_000000001545	1.0		1	1	False	False	0.9993202686309814	0					non-mobilizable	no_good_hit	365.0	97.53399999999999	10.0	0.0011717555408907274	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0256_000000012424	1437	0.9067039833529972	3	2	2	2	1	False	131124	fragment	False	SPA0057_000000022996	0.8753748305135383		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	100.0	100.0	0.006955216101852656	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CAN0008_000000021532	1310	0.9067038922912416	4	3	3	3	2	False	107572	fragment	False	ISR0792_000000008726	0.52782818121265		0	0	False	False	0.9931297898292542	0					non-mobilizable	other	992.0	95.867	100.0	0.11405529953917051	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
FIJ0048_000000002520	10408	0.9066936962712678	14	12	4	9	6	True	98667	fragment	False	MAD0061_000000001133	0.7124549862560887		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	6713.0	96.82700000000001	99.0	0.10506269592476489	CP057913.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_3, complete sequence	False	True
MON0108_000000002328	7374	0.9066780499618009	10	7	2	3	6	True	123826	backbone	False	ISR0183_000000005642	0.28023948394013437	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	71.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0010_000000002500	7296	0.9066780499618009	10	7	2	3	6	True	123826	backbone	False	ISR0183_000000005642	0.2801380861354917	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	72.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0101_000000004512	9985	0.9066754837720702	11	8	7	8	7	False	82536	maximal	True	MON0101_000000004512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	75.23100000000001	4.0	0.014198509325149235	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
MON0037_000000052073	1449	0.9066726570501179	3	2	2	2	2	False	80877	fragment	False	CHI0132_000000019730	0.9187702265372168		0	0	False	False	0.9930986762046814	0					non-mobilizable	no_good_hit	931.0	73.899	63.0	0.0026828916329710004	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
AST0024_000000009107	3571	0.9066720047375836	7	3	1	2	2	False	121639	maximal	True	AST0024_000000009107	1.0		1	1	False	False	0.9960795044898987	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	1.1082599413841317e-06	LR736856.1	bivalves	Pecten maximus genome assembly, chromosome: 19	True	False
SPA0047_000000029614	1308	0.9066717256694972	2	2	2	2	2	False	64731	fragment	False	ISR0395_000000028518	0.6440362087326944		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	94.24	99.0	0.0003612865243736497	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0103_000000003439	9508	0.906663984746826	12	10	5	10	7	True	90485	fragment	False	MON0103_000000003439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7515.0	94.837	87.0	0.12101571946795647	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
SPA0102_000000008148	4615	0.906663512532216	6	5	4	5	5	False	4916	maximal	True	SPA0102_000000008148	1.0		1	1	False	False	0.9928494095802307	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	1.0	0.00019698497120543214	NZ_FTRU01000006.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0165_000000012165	1637	0.906661544429632	2	1	1	1	1	False	56213	fragment	False	ENG0165_000000012165	1.0		0	0	False	False	0.9945021271705627	0					non-mobilizable	other	1638.0	94.75	100.0	0.018421052631578946	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0163_000000001057	8561	0.9066418644443109	10	7	3	6	4	True	88915	maximal	True	CHI0163_000000001057	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	95.20100000000001	40.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0272_000000003986	2708	0.906639643091222	4	2	2	1	1	False	77981	fragment	False	ISR0272_000000003986	0.9854205607476636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	84.823	22.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0040_000000016744	1470	0.906639643091222	3	2	2	1	1	False	47468	fragment	False	FIJ0040_000000016744	1.0		0	0	False	False	0.9863945841789246	0					non-mobilizable	no_good_hit	634.0	83.43799999999999	43.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0131_000000010026	2675	0.9066375752779672	2	2	2	2	2	False	116192	fragment	False	ENG0131_000000010026	0.95387881126978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1841.0	94.18799999999999	69.0	0.0004160772804157243	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0038_000000012717	1917	0.9066375752779672	3	2	2	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.5531591259311598		0	0	False	False	0.9989566802978516	0					non-mobilizable	chromosome	1858.0	94.295	99.0	0.0004199235630514325	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0131_000000004362	6488	0.9066364291963136	6	3	1	2	2	False	111819	fragment	False	ENG0052_000000003752	0.9585980987600147		0	0	False	False	0.9993834495544434	0					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
FIJ0010_000000002863	6388	0.9066278862936588	7	5	5	5	3	True	100631	fragment	False	FIJ0010_000000002863	0.9900661758622782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	84.59	14.0	0.00030054714306177886	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	True
MON0075_000000005046	4081	0.9066165972366096	4	4	4	4	3	False	92336	maximal	True	MON0075_000000005046	1.0		4	2	False	False	0.9997549653053284	0					non-mobilizable	no_good_hit	1730.0	99.595	44.0	0.9489571899012075	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
ISR0371_000000005508	3059	0.9065955503213148	4	3	3	2	2	False	86390	fragment	False	ISR0371_000000005508	1.0		0	0	False	False	0.9885583519935608	0					non-mobilizable	no_good_hit	2078.0	89.26899999999999	68.0	0.0010361327568824893	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ITA0003_000000000685	7479	0.9065930578343412	7	7	5	4	6	False	71481	fragment	False	ITA0003_000000000685	1.0		0	0	False	False	0.9994651675224304	0					non-mobilizable	no_good_hit	2839.0	93.061	77.0	0.2401794784964443	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
CHI0129_000000010230	2327	0.9065920085319444	3	1	1	1	1	False	81257	fragment	False	CHI0129_000000010230	0.9756898817345598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	83.333	5.0	4.500983109468647e-05	NZ_UHIC01000001.1	g-proteobacteria	Suttonella ornithocola strain NCTC13337, whole genome shotgun sequence	True	False
FIJ0117_000000005354	3945	0.9065903659055576	5	4	2	2	4	False	41624	fragment	False	FIJ0117_000000005354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	580.0	92.586	21.0	0.00016177104024096608	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0083_000000017857	1994	0.9065865671233589	2	2	2	2	1	True	111270	fragment	False	FIJ0083_000000017857	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	96.0	3.0	0.00010354373137797688	NZ_FNQN01000002.1	d-proteobacteria	Desulfuromusa kysingii strain DSM 7343, whole genome shotgun sequence	True	True
USA0023_01_000000005859	5497	0.9065862441967976	5	5	4	4	3	False	117745	fragment	False	USA0023_01_000000005859	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3799.0	88.839	69.0	0.04897678819061937	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	True	True
ISR0061_000000003442	1737	0.9065833605971704	3	2	2	2	2	False	82286	fragment	False	ISR0055_000000007352	0.6664739763690724		0	0	False	False	1.0	0					non-mobilizable	other	1688.0	97.275	100.0	0.000816296115649853	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ENG0058_000000005360	5335	0.9065770789460262	5	3	2	3	1	True	100158	fragment	False	ENG0058_000000005360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4456.0	97.756	83.0	0.038627651639984044	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0026_000000004820	4596	0.9065770789460262	6	3	2	3	1	True	100151	fragment	False	ISR0026_000000004820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3170.0	99.117	83.0	0.027483392017761434	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0122_000000008353	1934	0.906573317918914	3	3	3	3	3	False	109891	fragment	False	ISR0333_000000009214	0.6602542190051263		0	0	False	False	1.0	0					non-mobilizable	other	1934.0	98.397	100.0	0.0008822278329417392	CP014144.1	firmicutes	Streptococcus salivarius strain JF, complete genome	False	False
ISR0317_000000011048	1872	0.9065663886177748	3	3	3	2	1	False	106074	maximal	True	ISR0317_000000011048	1.0		0	0	False	False	0.9679487347602844	0					non-mobilizable	no_good_hit	1129.0	97.25399999999999	60.0	0.0003930338239055158	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ISR0147_000000004425	5317	0.9065574064703132	8	8	6	6	8	False	128467	fragment	False	ENG0208_000000004933	0.9485660312553666		0	0	False	False	1.0	0					non-mobilizable	other	5317.0	98.213	100.0	0.020392192966304547	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0154_000000000401	9698	0.9065482230031842	13	10	5	7	7	True	123560	fragment	False	SPA0154_000000000401	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	2307.0	99.133	36.0	0.07444473140495868	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
SPA0106_000000003885	9247	0.9065482173233996	12	4	2	3	2	False	4760	maximal	True	SPA0106_000000003885	1.0		1	1	False	False	0.9994592666625977	0					non-mobilizable	no_good_hit	1287.0	73.893	14.0	0.07988927513840607	NZ_LT635508.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
USA0003_01_000000018619	2083	0.9065464510750496	3	2	1	1	2	True	70425	fragment	False	USA0003_01_000000018619	0.9830216535433071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	93.434	10.0	6.28520723295202e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
DEN0071_000000025281	1684	0.9065464510750496	4	2	1	1	2	True	70424	fragment	False	DEN0071_000000025281	0.9732958462945628		0	0	False	False	0.9970308542251587	0					non-mobilizable	no_good_hit	75.0	90.667	4.0	2.2279982910650947e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0800_000000007750	1582	0.9065464510750496	3	2	1	1	2	True	70424	fragment	False	DEN0071_000000025281	0.9553538870051717		0	0	False	False	0.998103678226471	0					non-mobilizable	no_good_hit	82.0	90.244	5.0	2.8582649908059144e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0078_000000005936	2714	0.9065403140863116	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.9187153338444763		0	0	False	False	0.9952100515365601	0					non-mobilizable	other	1217.0	89.4	90.0	0.0003782955421479098	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0101_000000007479	5926	0.9065386476420891	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.9096792591384287		0	0	False	False	0.9996625185012817	0					non-mobilizable	other	5926.0	99.561	100.0	0.0011438312264959575	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0081_000000017554	1370	0.9065320623423476	3	2	2	2	2	False	98775	fragment	False	ISR0081_000000017554	1.0		0	0	False	False	0.9912408590316772	0					non-mobilizable	other	1352.0	90.976	99.0	0.022227714615257868	NZ_CABIWU010000007.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0130_000000007781	2693	0.9065293798239114	5	1	1	1	1	True	77537	fragment	False	FIJ0130_000000007781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	95.964	22.0	0.056704980842911874	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0311_000000007821	2560	0.9065293798239114	4	1	1	1	1	True	67368	fragment	False	ISR0311_000000007821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	93.90899999999999	11.0	0.05006385696040869	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0323_000000011539	1837	0.9065293798239114	2	1	1	1	1	True	24977	maximal	True	ISR0323_000000011539	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	95.0	15.0	0.045721583652618136	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AUS0016_000000015529	1825	0.9065293798239114	3	1	1	1	1	True	100294	maximal	True	AUS0016_000000015529	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	94.301	36.0	0.04904214559386973	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0087_000000020996	1537	0.9065293798239114	3	1	1	1	1	True	67367	fragment	False	FIJ0087_000000020996	1.0		0	0	False	False	0.9941444396972656	0					non-mobilizable	no_good_hit	204.0	92.15700000000001	24.0	0.05185185185185185	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CHI0179_000000015030	1459	0.9065293798239114	3	1	1	1	1	True	77533	fragment	False	CHI0179_000000015030	1.0		0	0	False	False	0.9993146061897278	0					non-mobilizable	no_good_hit	201.0	94.03	34.0	0.05108556832694764	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0822_000000006282	1380	0.9065293798239114	1	1	1	1	1	True	21184	maximal	True	ISR0822_000000006282	1.0		2	1	False	False	0.9992753863334656	0					non-mobilizable	no_good_hit	109.0	96.33	11.0	0.027586206896551724	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0008_000000021194	1245	0.9065293798239114	1	1	1	1	1	True	67365	fragment	False	ENG0008_000000021194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0023_000000020016	1174	0.9065293798239114	2	1	1	1	1	True	12965	fragment	False	MON0023_000000020016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	98.07700000000001	17.0	0.026309067688378034	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0034_000000009753	1623	0.906525630723922	3	3	3	2	1	False	131711	fragment	False	ISR0072_000000012984	0.13290699553043647		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	91.58200000000001	100.0	0.0003593179840061191	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0101_000000018693	3242	0.9065202332361578	6	3	2	2	1	False	9066	maximal	True	MON0101_000000018693	1.0		3	1	False	False	0.9941394329071045	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000003903	8383	0.9065188515283394	10	3	1	3	1	False	116816	maximal	True	DEN0071_000000003903	1.0		1	1	False	False	0.9997614026069641	0					non-mobilizable	no_good_hit	288.0	75.694	3.0	0.0001613600076236757	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
DEN0028_000000008448	3216	0.9065173101904556	4	2	2	2	1	True	74038	maximal	True	DEN0028_000000008448	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	93.56200000000001	44.0	0.0001642520148688695	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	True
ENG0065_000000005850	4749	0.9065152163969232	6	3	1	3	1	True	62874	maximal	True	ENG0065_000000005850	1.0		2	1	False	False	0.997052013874054	0					non-mobilizable	no_good_hit	442.0	71.719	9.0	0.00012138000941325801	CP025119.1	CFB group bacteria	Polaribacter sp. ALD11 chromosome, complete genome	True	True
ISR0362_000000002867	8173	0.906503948382408	9	4	2	2	3	False	23741	maximal	True	ISR0362_000000002867	1.0		1	1	True	True	1.0	60					non-mobilizable	no_good_hit	671.0	73.77	8.0	0.00028071056239216283	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
ENG0063_000000014616	2164	0.9064915337722154	3	3	2	2	2	False	113073	fragment	False	ISR0095_000000014989	0.6297662976629766		0	0	False	False	1.0	0					non-mobilizable	chromosome	1980.0	83.63600000000001	91.0	0.0005212274920837738	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0015_01_000000015012	2246	0.9064873719722472	2	1	1	1	1	False	2018	fragment	False	USA0015_01_000000015012	0.9979946524064172		0	0	False	False	0.9919857382774353	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.0005386424139466952	NZ_FQZY01000013.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0011_01_000000016374	2244	0.9064873719722472	2	1	1	1	1	False	2018	fragment	False	USA0015_01_000000015012	0.9975512021371327		0	0	False	False	0.9968805909156799	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.0005386424139466952	NZ_FQZY01000013.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0027_01_000000013745	1988	0.9064873719722472	2	1	1	1	1	False	1583	fragment	False	USA0027_01_000000013745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	3.0	0.0005386424139466952	NZ_FQZY01000013.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0172_000000014674	1582	0.9064873719722472	2	1	1	1	1	False	55724	fragment	False	ENG0172_000000014674	1.0		0	0	False	False	0.974715530872345	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00028678694337261443	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
FIJ0157_000000006587	2771	0.9064859559289966	3	3	3	3	3	False	52039	fragment	False	FIJ0157_000000006587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	33.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MAD0025_000000000424	17150	0.9064567977888571	23	22	10	15	19	True	118896	fragment	False	MAD0025_000000000424	1.0		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	17150.0	99.98299999999999	100.0	0.5285071499013807	CP044406.1	enterobacteria	Escherichia coli strain NMBU-W10C18 plasmid pNMBU-W10C18_04, complete sequence	False	True
ISR0278_000000002554	3825	0.9064369466431874	6	3	2	3	2	True	63313	maximal	True	ISR0278_000000002554	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2774.0	84.211	86.0	0.03798098875098584	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
MON0051_000000015233	2283	0.9064353569693236	3	1	1	1	1	False	81257	fragment	False	CHI0129_000000010230	0.9669101847872796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	80.255	7.0	5.685452348802502e-05	NZ_UHIC01000001.1	g-proteobacteria	Suttonella ornithocola strain NCTC13337, whole genome shotgun sequence	True	False
FIJ0070_000000010075	1929	0.9064353569693236	2	1	1	1	1	False	44938	fragment	False	FIJ0070_000000010075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	95.714	4.0	8.909491190579182e-05	NZ_FMIZ01000006.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
FIJ0026_000000004303	6455	0.9064339837733941	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.30362810259139095		0	0	False	False	1.0	0					non-mobilizable	plasmid	5045.0	97.304	98.0	0.0435016391167849	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0112_000000003791	6391	0.9064339837733941	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.30272764460626056		0	0	False	False	1.0	0					non-mobilizable	plasmid	6397.0	98.296	100.0	0.055270324180875234	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
AST0059_000000002540	5257	0.9064303437091528	6	3	1	3	0	True	112905	maximal	True	AST0059_000000002540	0.9914102745326403		14	6	True	True	1.0	117					non-mobilizable	no_good_hit	497.0	80.684	9.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
AUS0018_000000005067	5257	0.9064303437091528	6	3	1	3	0	True	112905	maximal	False	AST0059_000000002540	0.9913471489135638		0	0	True	True	1.0	36					non-mobilizable	no_good_hit	497.0	80.684	9.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
USA0089_01_000000001627	5544	0.9064292846749008	7	5	4	3	2	False	106657	fragment	False	USA0057_01_000000004826	0.96633093303465		0	0	False	False	1.0	0					non-mobilizable	chromosome	5544.0	99.08	100.0	0.001549448548996382	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0057_000000004581	6064	0.9064122026810301	5	5	2	5	5	False	96789	fragment	False	CAN0003_000000007786	0.973072515960059		0	0	False	False	0.998845636844635	0					non-mobilizable	other	6064.0	99.885	100.0	0.00265981275901991	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0198_000000015053	1360	0.9064121617536798	4	1	1	1	1	True	114721	fragment	False	SPA0128_000000022794	0.7159633065256044		0	0	False	False	0.9963235259056091	0					non-mobilizable	other	1355.0	98.303	100.0	0.0005643636631981642	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0125_000000011136	2337	0.9064094691264514	3	1	1	1	1	False	62953	fragment	False	ENG0125_000000011136	1.0		0	0	False	False	0.9918699264526367	0					non-mobilizable	no_good_hit	92.0	80.435	4.0	3.857916444544205e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0396_000000003429	5916	0.9064082605895958	7	7	7	5	3	False	105073	maximal	False	ISR0847_000000003394	0.9523542027601769		0	0	False	False	0.9984787106513977	0					non-mobilizable	other	3140.0	99.682	100.0	0.0033672381352859524	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
SPA0140_000000015085	1424	0.9064028248574236	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.08387364898613589		0	0	False	False	1.0	0					non-mobilizable	virus	1424.0	97.61200000000001	100.0	0.03794565478253913	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
SPA0035_000000002194	6667	0.9063974229726156	7	7	5	7	5	False	107382	fragment	False	SPA0035_000000002194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	82.465	28.0	0.0016890243052166275	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0158_000000002141	8091	0.906395826208326	6	5	2	5	1	True	52381	fragment	False	FIJ0158_000000002141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	100.0	1.0	0.00012827249023772346	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	True
FIJ0167_000000002502	6991	0.906395826208326	8	5	2	5	1	True	52379	fragment	False	FIJ0133_000000004904	0.967319320023035		0	0	False	False	0.9987126588821411	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	3.0230891036401814e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
FIJ0130_000000003267	6981	0.906395826208326	9	5	2	5	1	True	52379	fragment	False	FIJ0133_000000004904	0.9654824764977454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	3.0230891036401814e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
FIJ0054_000000003377	6970	0.906395826208326	9	5	2	5	1	True	52379	fragment	False	FIJ0133_000000004904	0.9664763369479924		0	0	False	False	0.9995695948600769	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	3.0230891036401814e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
FIJ0151_000000002347	6970	0.906395826208326	9	5	2	5	1	True	52379	fragment	False	FIJ0133_000000004904	0.9664763369479924		0	0	False	False	0.9994261264801025	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	3.0230891036401814e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
FIJ0044_000000003113	6967	0.906395826208326	9	5	2	5	1	True	52379	fragment	False	FIJ0133_000000004904	0.966746591010116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	3.0230891036401814e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
FIJ0061_000000003296	6857	0.906395826208326	8	5	2	5	1	True	52379	fragment	False	FIJ0133_000000004904	0.9341442726880974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	7.562631587820193e-06	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	True
FIJ0034_000000004323	6740	0.906395826208326	10	5	2	5	1	True	52379	fragment	False	FIJ0133_000000004904	0.9374218515688227		0	0	False	False	0.9991098046302795	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	5.046509163688373e-07	LR778259.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 7	True	True
FIJ0009_000000005086	6633	0.906395826208326	9	5	2	5	1	True	52379	fragment	False	FIJ0133_000000004904	0.8482793161220453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	5.046509163688373e-07	LR778259.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 7	True	True
CHI0086_000000002046	2566	0.9063891539986882	2	1	0	1	1	False	117793	fragment	False	CHI0086_000000002046	1.0		0	0	False	True	0.9984411597251892	0					non-mobilizable	no_good_hit	1423.0	91.708	76.0	0.0004091571736539636	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
CHI0022_000000005159	2376	0.9063891539986882	2	1	0	1	1	False	117797	fragment	False	CHI0022_000000005159	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1600.0	87.31200000000001	99.0	0.0008196877072009771	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
CHI0115_000000003774	2102	0.9063891539986882	2	1	0	1	1	False	117703	backbone	True	CHI0115_000000003774	0.6901404651617911	PS794	0	0	True	True	0.9904852509498596	5					non-mobilizable	other	1494.0	96.118	93.0	0.00042988857161531857	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
ENG0093_000000006811	1768	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.1394810488374199	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1640.0	98.415	93.0	0.0007020633981667535	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
SPA0030_000000017591	1724	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.26058803485978643	PS794	0	0	False	True	0.9907192587852478	0					non-mobilizable	other	1562.0	98.14299999999999	91.0	0.0003019808199592287	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
CHI0088_000000002931	1681	0.9063891539986882	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.4120098538989872	PS794	0	0	False	True	0.9994051456451416	0					non-mobilizable	other	1541.0	89.81200000000001	96.0	0.0002932582214300696	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
CHI0060_000000008850	1638	0.9063891539986882	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.27727767671644804	PS794	0	0	True	True	1.0	39					non-mobilizable	other	1561.0	98.14200000000001	100.0	0.0003017872425105369	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
CHI0168_000000009765	1636	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.2604520496330063	PS794	0	0	False	True	0.9987775087356567	0					non-mobilizable	chromosome	1575.0	89.14299999999999	96.0	0.0002808722248398302	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
DEN0046_000000014966	1624	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.13884830571386977	PS794	0	0	False	True	0.9993842244148254	0					non-mobilizable	other	1624.0	98.15299999999999	100.0	0.0006952098201492623	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0806_000000007579	1620	0.9063891539986882	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.13799447516316893	PS794	0	0	True	True	1.0	28					non-mobilizable	other	1564.0	98.721	100.0	0.0006695089025836704	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
SPA0037_000000015332	1618	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.403985245041647	PS794	0	0	True	True	0.999381959438324	14					non-mobilizable	other	1563.0	88.932	97.0	0.0008017120995869205	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
SPA0131_000000016957	1617	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.2600902426979572	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1562.0	98.14299999999999	97.0	0.0003019808199592287	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
DEN0087_000000007713	1572	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.13841977886051057	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1570.0	98.79	99.0	0.0006716506457141364	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
DEN0066_000000023262	1572	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.13806051364375066	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1570.0	98.79	99.0	0.0006716506457141364	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
USA0003_01_000000024150	1569	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.25966606006569626	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1563.0	98.145	99.0	0.00030217439740792053	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0812_000000025341	1564	0.9063891539986882	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.12907673546690476	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1565.0	98.786	100.0	0.0006699372512097636	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0150_000000015364	1563	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.39456942962731933	PS794	0	0	False	True	0.9929622411727905	0					non-mobilizable	other	1565.0	88.69	100.0	0.0008022256883758936	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
USA0037_01_000000022686	1490	0.9063891539986882	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.05492046163569756	PS794	0	0	False	True	0.9979865550994873	0					non-mobilizable	other	1439.0	90.479	96.0	0.0006142519298176477	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
DEN0043_000000006424	1418	0.9063891539986882	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.019178934273273895	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1342.0	90.238	94.0	0.000573987158964887	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CHI0187_000000011017	1417	0.9063891539986882	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.15026845606052183	PS794	0	0	True	True	1.0	11					non-mobilizable	other	1418.0	98.096	100.0	0.0002741056673476076	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0816_000000027022	1378	0.9063891539986882	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.029042154410519907	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1378.0	98.258	100.0	0.00026636256939993505	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
USA0133_01_000000014983	1378	0.9063891539986882	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.03604407861566522	PS794	0	0	True	True	1.0	1					non-mobilizable	other	1378.0	98.984	100.0	0.0005898360581303353	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0264_000000005532	1937	0.9063884073291816	3	3	2	2	2	False	26623	fragment	False	ISR0264_000000005532	1.0		0	0	False	False	0.9974187016487122	0	rep_cluster_2378				non-mobilizable	chromosome	1175.0	99.915	100.0	0.0002291868474080217	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
MAD0094_000000001609	7244	0.9063854858529159	15	4	2	3	3	False	15635	maximal	True	MAD0094_000000001609	1.0		1	1	False	False	0.9998619556427002	0					non-mobilizable	no_good_hit	320.0	90.0	4.0	0.00037266671839327744	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0062_000000005984	5316	0.9063853038267324	6	6	3	3	5	False	109480	maximal	True	SPA0062_000000005984	1.0		1	1	False	False	0.9998118877410889	0					non-mobilizable	no_good_hit	1599.0	97.061	30.0	0.9993742177722152	NZ_JAAITU010000115.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_115_length_1598_cov_361.194, whole genome shotgun sequence	True	False
MON0103_000000004628	7646	0.9063826453509016	10	8	6	8	2	False	74617	maximal	True	MON0103_000000004628	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	89.045	14.0	0.00037191540266552154	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0065_000000002868	9108	0.9063663164204809	19	2	2	2	2	False	115250	fragment	False	MON0065_000000002868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0108_000000004422	5088	0.9063663164204809	12	2	2	2	2	False	115263	fragment	False	AST0108_000000004422	1.0		0	0	False	False	0.989386796951294	0					non-mobilizable	no_good_hit	331.0	99.094	7.0	0.0002747066942430996	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
SPA0088_000000001625	9840	0.9063579137000976	12	5	5	5	2	True	5462	maximal	True	SPA0088_000000001625	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1575.0	74.34899999999999	16.0	0.006887267946028864	NZ_FNAF01000004.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	True
SPA0100_000000015839	1818	0.9063570123357301	2	2	2	2	2	False	4964	fragment	False	SPA0100_000000015839	1.0		0	0	False	False	0.9972497224807739	0					non-mobilizable	other	1818.0	99.67	100.0	0.004115487323981944	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0043_000000001246	11788	0.906353671212523	15	7	5	6	3	True	97614	maximal	True	SPA0043_000000001246	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	83.57600000000001	11.0	0.0015961400057732723	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
USA0046_01_000000008969	1288	0.9063506304999884	2	2	2	2	2	False	1187	maximal	True	USA0046_01_000000008969	1.0		40	6	False	False	1.0	0					non-mobilizable	other	1288.0	100.0	100.0	0.010572404955147373	NZ_JAAIPW010000009.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_9_length_121732_cov_277.833, whole genome shotgun sequence	False	False
USA0020_01_000000016221	2147	0.906348376313438	2	2	2	2	2	False	106591	fragment	False	SPA0104_000000016551	0.9767196602433238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1564.0	83.44	73.0	0.09194043961238478	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
SPA0056_000000020672	1726	0.9063471421077935	3	2	2	2	2	False	82010	fragment	False	SPA0056_000000020672	0.9721840551048082		0	0	False	False	1.0	0					non-mobilizable	other	1645.0	98.845	100.0	0.01099606710008829	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0196_000000002717	3575	0.9063440032319604	5	3	2	2	3	False	116194	fragment	False	ENG0196_000000002717	0.9347944834268688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	94.456	81.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0295_000000008448	3860	0.9063432299607828	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3395832405851644		0	0	False	False	1.0	0					non-mobilizable	chromosome	3860.0	98.964	100.0	0.0013599695400698757	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0108_000000003893	4170	0.9063307524213732	3	3	2	3	3	False	34434	maximal	True	MAD0108_000000003893	0.9838656705625842		7	2	False	False	0.9997602105140686	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	2.0	1.8817563137334693e-05	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
ISR0078_000000004622	3792	0.9063307524213732	3	3	2	3	3	False	34434	maximal	False	MAD0108_000000003893	0.9333070923231267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	2.0	1.8817563137334693e-05	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
ENG0102_000000002168	9757	0.9063285344955588	13	11	5	9	9	False	131169	fragment	False	ENG0102_000000002168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1507.0	82.814	37.0	0.00043305296263768307	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0026_000000004692	6008	0.9063245120751332	6	6	6	5	3	False	49137	maximal	True	FIJ0026_000000004692	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	96.01799999999999	32.0	0.01938747248582382	NZ_CABIWU010000003.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CAN0017_000000005463	6881	0.906321558055986	9	5	2	4	3	False	92902	maximal	False	ISR0353_000000004521	0.966664947506209	PS140	0	0	True	True	0.9998546838760376	37					non-mobilizable	plasmid	3928.0	87.65299999999999	91.0	0.5541292255027813	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
ITA0008_000000000068	11534	0.906320580217364	13	6	5	6	2	True	122756	fragment	False	ITA0008_000000000068	1.0		0	0	False	False	0.9989596009254456	0					non-mobilizable	no_good_hit	1123.0	93.14299999999999	27.0	0.004603435754992184	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0044_000000001986	10534	0.9063192924228886	14	4	2	3	3	False	47141	maximal	True	FIJ0044_000000001986	1.0		1	1	False	False	0.9998101592063904	0					non-mobilizable	no_good_hit	3863.0	93.06200000000001	57.0	0.0011986617795196517	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0028_000000010360	2727	0.9063177001714176	6	2	1	1	2	False	74035	maximal	True	DEN0028_000000010360	1.0		1	1	False	False	0.9966996908187866	0					non-mobilizable	no_good_hit								True	False
AST0094_000000001196	13289	0.9063139462782152	16	10	7	9	10	False	111091	maximal	True	AST0094_000000001196	1.0		5	3	False	False	0.9999247789382935	0					non-mobilizable	no_good_hit	2224.0	71.313	16.0	0.003938889740277747	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
CHI0138_000000005437	2774	0.9063111401621944	6	4	3	3	3	False	94424	fragment	False	CHI0138_000000005437	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2708.0	94.904	97.0	0.0005216837956379372	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ENG0002_000000002324	7704	0.906309463347578	5	4	4	4	3	False	94481	fragment	False	ENG0002_000000002324	1.0		0	0	False	False	0.9997404217720032	0					non-mobilizable	no_good_hit	264.0	75.758	3.0	3.5707667141984616e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
USA0036_01_000000011904	3025	0.9063027502610952	5	3	3	3	2	False	103980	fragment	False	USA0036_01_000000011904	1.0		0	0	False	False	0.9983471035957336	0					non-mobilizable	no_good_hit	383.0	81.984	20.0	8.173799861845013e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0038_000000005307	6010	0.9063002066721628	6	3	1	2	1	True	116393	backbone	True	FIJ0038_000000005307	0.9448555711471748	PS612|PS775	4	1	True	True	1.0	2					non-mobilizable	no_good_hit	670.0	91.194	36.0	0.1706257982120051	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0047_000000004727	6001	0.9063002066721628	5	3	1	2	1	True	116393	backbone	False	FIJ0038_000000005307	0.9437867667623777	PS612|PS775	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	904.0	93.363	34.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0092_000000004671	5957	0.9063002066721628	6	3	1	2	1	True	104156	maximal	True	FIJ0092_000000004671	1.0	PS612	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	904.0	88.71700000000001	34.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0001_000000003270	5932	0.9063002066721628	5	3	1	2	1	True	116393	backbone	False	FIJ0038_000000005307	0.9416925164928223	PS612|PS775	0	0	True	True	0.9981456398963928	6					non-mobilizable	no_good_hit	741.0	90.823	36.0	0.18876117496807152	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0140_000000004237	5912	0.9063002066721628	7	3	1	2	1	True	116393	backbone	False	FIJ0038_000000005307	0.9285359567732244	PS612|PS775	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	899.0	92.992	35.0	0.22860791826309068	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0131_000000003161	5899	0.9063002066721628	6	3	1	2	1	True	116393	backbone	False	FIJ0038_000000005307	0.9270136397351796	PS612|PS775	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	905.0	88.508	35.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0060_000000002189	5881	0.9063002066721628	6	3	1	2	1	True	116393	backbone	False	FIJ0038_000000005307	0.9415961085640064	PS612|PS775	0	0	True	True	0.9998299479484558	2					non-mobilizable	no_good_hit	904.0	93.473	36.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0026_000000004835	5854	0.9063002066721628	6	3	1	2	1	True	116393	backbone	False	FIJ0038_000000005307	0.9413583090872606	PS612|PS775	0	0	False	True	0.9998291730880737	0					non-mobilizable	no_good_hit	904.0	93.363	35.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0105_000000005806	4886	0.9063002066721628	5	3	1	2	1	True	81530	fragment	False	FIJ0105_000000005806	1.0		0	0	False	False	0.9965206980705261	0					non-mobilizable	no_good_hit	1657.0	89.559	37.0	0.24912865585694802	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0032_000000007258	4733	0.9063002066721628	3	3	1	2	1	True	104155	fragment	False	FIJ0032_000000007258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	87.279	37.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0101_000000006910	4019	0.9063002066721628	3	3	1	2	1	True	81556	fragment	False	FIJ0101_000000006910	1.0		0	0	False	False	0.9950236082077026	0					non-mobilizable	no_good_hit	1561.0	90.199	39.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
USA0064_01_000000002837	3080	0.9062868045550684	5	5	3	4	3	False	95914	fragment	False	SPA0077_000000008270	0.5823062797816576		0	0	False	False	0.9909090995788574	0					non-mobilizable	no_good_hit	493.0	79.108	16.0	0.0001361814552176932	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0034_000000004903	3133	0.9062649102869372	3	3	2	3	3	False	129647	backbone	False	ISR0398_000000007698	0.7393584569483639	PS1061|PS1063	0	0	True	True	0.9996808171272278	3					non-mobilizable	no_good_hit	1145.0	88.21	54.0	0.0003055009465169676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CHI0026_000000003373	3008	0.9062595230476472	5	3	2	2	2	False	88910	maximal	True	CHI0026_000000003373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	97.529	17.0	0.5900900900900901	GQ880149.1		Uncultured organism clone VC1CE79TF genomic sequence	True	False
AST0104_000000007085	4479	0.9062594510888008	7	4	3	4	1	False	108015	maximal	True	AST0104_000000007085	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2720.0	97.463	75.0	0.001191131702253023	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0148_000000010062	3783	0.9062594510888008	6	4	3	4	1	False	57322	maximal	True	ENG0148_000000010062	1.0		4	3	False	False	0.9997356534004211	0					non-mobilizable	other	3783.0	99.68299999999999	100.0	0.0016580272719620662	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0102_000000006532	4721	0.9062586841930494	4	3	3	2	2	False	50808	maximal	True	FIJ0102_000000006532	1.0		2	1	False	False	0.9995763897895813	0					non-mobilizable	no_good_hit								True	False
USA0101_01_000000000630	21497	0.9062383929690558	28	10	5	10	6	True	93015	fragment	False	USA0101_01_000000000630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	77.39699999999999	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
MON0045_000000008908	2490	0.9062376263187188	3	2	2	2	2	False	129536	fragment	False	MON0045_000000008908	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1431.0	96.296	57.0	0.006674352284448759	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0125_000000023322	1388	0.9062376263187188	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.11247482177645905	PS1061	0	0	False	True	0.9978386163711548	0					non-mobilizable	other	1386.0	96.537	99.0	0.0064643202195535186	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0066_000000010074	3029	0.9062261085201626	4	4	3	2	3	False	120046	fragment	False	MON0066_000000010074	0.9811976134289195		0	0	False	False	1.0	0					non-mobilizable	other	2912.0	99.141	99.0	0.00368139900750191	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
SPA0130_000000016032	2047	0.9062242340779122	3	3	3	3	1	True	43797	fragment	False	SPA0130_000000016032	1.0		0	0	False	False	0.9995114803314209	0					non-mobilizable	no_good_hit								True	True
ISR0245_000000006368	1312	0.9062224608363576	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.305551278874817		0	0	False	False	0.9946646094322205	0					non-mobilizable	other	1312.0	98.24700000000001	100.0	0.1604062155879114	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
MON0053_000000005666	5447	0.9062200886537266	9	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6384416621809255	PS1110	0	0	True	True	1.0	52		MOBV			mobilizable	other	2537.0	93.575	94.0	0.4960536700868193	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0140_000000005447	5427	0.9062200886537266	9	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6356016622908712	PS1110	0	0	True	True	1.0	161		MOBV			mobilizable	other	2744.0	92.12799999999999	94.0	0.5321625887924231	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
AST0140_000000003746	7023	0.9062117450934204	13	10	9	10	9	False	125094	maximal	True	AST0140_000000003746	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	9.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0092_000000017329	1345	0.9062100895945115	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.12796602213154096		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	99.257	100.0	0.005685615899418748	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
DEN0022_000000031522	1332	0.9062100895945115	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.12837375728316686		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	98.79899999999999	100.0	0.00045219614101045286	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0094_000000013882	1252	0.9062100895945115	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.11387707229748723		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	99.441	100.0	0.00529219158495004	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
MAD0003_000000021666	1208	0.9062100895945115	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09534582574084462		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	99.421	100.0	0.00510605535014764	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
MAD0022_000000002547	3860	0.9062099008407182	4	3	2	3	3	False	34434	maximal	False	MAD0108_000000003893	0.6293341898068955		0	0	False	False	0.9955958724021912	0					non-mobilizable	no_good_hit	52.0	96.154	3.0	6.688980756720459e-05	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
MAD0097_000000025915	1604	0.9062094713812892	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.017645548721069063		0	0	False	False	0.9925187230110168	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0051_000000012085	3544	0.9062024958926952	5	4	4	4	4	False	121140	maximal	True	DEN0051_000000012085	1.0		48	6	False	False	0.9889954924583435	0					non-mobilizable	chromosome	1829.0	98.633	100.0	0.000576181210882008	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0008_000000003326	6510	0.9062024144227888	9	5	4	3	4	False	67483	backbone	True	ENG0008_000000003326	0.9722248393601384	PS314	2	1	True	True	1.0	22					non-mobilizable	no_good_hit	61.0	86.885	1.0	0.0001858666964053381	NZ_AUGK01000003.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ENG0033_000000004042	6453	0.9062024144227888	10	5	4	3	4	False	67483	backbone	False	ENG0008_000000003326	0.9586677821494881	PS314	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	61.0	86.885	1.0	0.0001858666964053381	NZ_AUGK01000003.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ENG0172_000000002985	5973	0.9062010359410212	12	5	2	5	3	False	96383	fragment	False	ENG0172_000000002985	1.0		0	0	False	False	0.9974886775016785	0					non-mobilizable	no_good_hit								True	False
FIJ0046_000000016493	1929	0.906193445916846	3	3	2	3	2	False	124030	fragment	False	FIJ0046_000000016493	1.0		0	0	False	False	0.9958527684211731	0					non-mobilizable	no_good_hit	1690.0	96.391	88.0	0.00046903377376410015	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0040_000000004360	5683	0.9061917181091268	7	5	3	4	3	True	76577	maximal	True	MON0040_000000004360	1.0		4	3	False	False	0.998064398765564	0					non-mobilizable	no_good_hit	2758.0	99.855	49.0	0.08866995073891626	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0261_000000002325	6727	0.9061881873707576	11	8	4	7	6	False	59936	fragment	False	ISR0261_000000002325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	1.0	0.00022267464053950885	NZ_FMUS01000002.1	firmicutes	Alkaliphilus peptidifermentans DSM 18978, whole genome shotgun sequence	True	False
SPA0111_000000001525	16411	0.906182477135277	18	12	2	8	9	False	111577	maximal	True	SPA0111_000000001525	1.0		12	5	False	False	0.9993297457695007	0					non-mobilizable	chromosome	14702.0	99.912	90.0	0.0026670309794698485	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0094_000000005372	4009	0.9061710519649264	7	5	5	4	3	False	68368	maximal	True	ISR0094_000000005372	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2452.0	93.06700000000001	61.0	0.0549754092838375	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
SPA0097_000000002561	9567	0.9061607578501554	12	8	2	8	3	True	126097	fragment	False	ENG0081_000000002202	0.9446736712861545		0	0	False	False	0.999895453453064	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	0.00019599036380711283	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0077_000000019552	2160	0.9061500259038224	3	2	2	2	1	True	112936	fragment	False	MON0077_000000019552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	92.365	37.0	0.030689256834809397	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
SPA0153_000000001859	7434	0.906148960877375	10	8	8	7	5	False	99161	maximal	True	SPA0153_000000001859	1.0		20	5	False	False	1.0	0					non-mobilizable	chromosome	2704.0	98.595	100.0	0.0010707304474749434	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0097_000000009819	3980	0.9061444666635736	4	4	3	4	2	True	27726	fragment	False	MAD0097_000000009819	0.9928891229918357		0	0	False	False	0.9665828943252563	0					non-mobilizable	no_good_hit	149.0	97.315	4.0	0.00018029937004861992	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MAD0053_000000003271	3797	0.9061444666635736	5	4	3	4	2	True	27726	fragment	False	MAD0097_000000009819	0.9702261306532663		0	0	False	False	0.9957861304283142	0					non-mobilizable	no_good_hit	109.0	97.24799999999999	3.0	0.00026333563345630457	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
DEN0057_000000000568	5646	0.9060986345781498	8	3	2	1	2	True	111410	fragment	False	DEN0057_000000000568	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3645.0	99.945	100.0	0.1173250909559226	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0332_000000001378	7897	0.9060750947091462	11	6	1	2	4	False	132333	backbone	False	SPA0056_000000003686	0.9887979231590348	PS1157	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1401.0	91.863	26.0	0.1279756412622255	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0069_000000003731	6318	0.9060750947091462	9	6	1	2	4	False	110299	fragment	False	ISR0069_000000003731	0.9640362019688791		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	94.427	31.0	0.11505812880605278	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
DEN0084_000000003005	1644	0.9060696975494409	3	3	0	3	2	False	80444	fragment	False	DEN0084_000000003005	1.0		0	0	False	False	0.9957420825958252	0	IncFII				non-mobilizable	plasmid	1644.0	99.696	100.0	0.00992959236092225	CP026161.1	enterobacteria	Klebsiella pneumoniae strain F93-1 plasmid pF93-1_1, complete sequence	False	True
ISR0319_000000007925	2376	0.9060653303445652	4	3	1	2	3	False	42990	maximal	True	ISR0319_000000007925	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0039_01_000000019204	1155	0.906063806808053	2	2	2	1	1	False	92034	fragment	False	CAN0018_000000028325	0.973321845019428		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	99.133	99.0	0.00034925138133010553	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0002_000000011420	1967	0.906039976210652	2	2	1	2	1	False	67989	fragment	False	ENG0002_000000011420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	2.0889384537012905e-05	NZ_GL397071.1	firmicutes	Peptoniphilus duerdenii ATCC BAA-1640 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0033_000000023799	2703	0.9060360737893612	4	3	3	3	3	False	76115	fragment	False	MON0033_000000023799	1.0		0	0	False	False	0.985571563243866	0					non-mobilizable	no_good_hit	768.0	94.661	56.0	0.00017353522244636246	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0130_000000018748	1766	0.9060207889854012	3	3	3	3	3	False	74529	fragment	False	SPA0038_000000015179	0.9664599774520857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	83.56200000000001	4.0	0.00012319042673506018	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	True	False
AST0093_000000009246	1898	0.9060203953823278	3	3	1	1	3	False	109537	maximal	True	AST0093_000000009246	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1901.0	96.52799999999999	100.0	0.1083704464999429	CP017411.1	firmicutes	Lactobacillus plantarum strain RI-113 plasmid pRI113_5, complete sequence	False	True
MAD0010_000000000730	3981	0.9060175716255224	4	4	1	2	4	False	19744	backbone	False	MAD0025_000000002528	0.9992651461433782	PS44	0	0	True	True	1.0	4426	Col156				non-mobilizable	no_good_hit	1131.0	85.676	65.0	0.29101765316718586	CP056164.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_6, complete sequence	True	True
SPA0028_000000018025	1761	0.9060134642799672	3	3	3	3	2	False	7437	fragment	False	SPA0028_000000018025	1.0		0	0	False	False	0.9892106652259827	0					non-mobilizable	no_good_hit	76.0	94.73700000000001	4.0	0.07878151260504201	GQ880170.1		Uncultured organism clone VC1CF14TF genomic sequence	True	False
AST0084_000000003004	8380	0.9060084196026138	7	6	5	5	4	False	111882	fragment	False	USA0023_01_000000003595	0.9484024296724982		0	0	False	False	0.9976133704185486	0					non-mobilizable	no_good_hit	5647.0	99.876	67.0	0.009009210265967972	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
FIJ0043_000000023759	1269	0.9060023514071104	2	2	2	2	1	True	47170	maximal	True	FIJ0043_000000023759	1.0		1	1	False	False	0.9747833013534546	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	0.00011235982501178557	NZ_NFIG01000001.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_1, whole genome shotgun sequence	True	True
DEN0010_000000030767	1506	0.9060019263812984	3	2	2	2	2	False	89414	fragment	False	DEN0010_000000030767	0.9823537594398151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	72.381	27.0	8.857204070196238e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
CHI0021_000000001272	6560	0.90598287015209	9	4	4	4	2	True	89558	maximal	True	CHI0021_000000001272	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.022332506203473945	XM_019071927.1	bony fishes	PREDICTED: Cyprinus carpio uncharacterized LOC109054692 (LOC109054692), partial mRNA	True	True
ISR0386_000000006892	5141	0.9059789496906072	8	7	3	5	5	True	32770	maximal	True	ISR0386_000000006892	1.0		8	4	False	False	0.996887743473053	0					non-mobilizable	no_good_hit	3576.0	91.471	69.0	0.04291612996424659	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	True
AST0149_000000021111	1256	0.905978207644704	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.057601176747351775		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	99.84100000000001	100.0	0.00037946361080035075	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0186_000000011745	1256	0.905978207644704	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.054586742043626464		0	0	False	False	0.9960191249847412	0					non-mobilizable	other	1256.0	98.48700000000001	100.0	0.00037946361080035075	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0295_000000028457	1250	0.905978207644704	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.057507547581401		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	99.76	100.0	0.0003776494421431379	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
AUS0010_000000002071	9301	0.9059643105892066	16	7	4	5	5	True	101618	maximal	True	AUS0010_000000002071	1.0		10	5	False	False	0.9998924732208252	0					non-mobilizable	no_good_hit	3029.0	99.868	84.0	0.0007062048035924758	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ETH0001_000000006341	3947	0.9059607901703081	8	3	2	3	1	True	53574	maximal	True	ETH0001_000000006341	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1356.0	90.044	79.0	0.05213708124759338	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
CAN0011_000000010820	2829	0.9059579425992588	3	3	3	3	3	False	121436	fragment	False	CAN0011_000000010820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1785.0	87.227	63.0	0.023991143393322444	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0106_000000003719	5663	0.905953027933106	7	7	5	6	7	False	60927	maximal	True	ISR0106_000000003719	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	2234.0	95.389	86.0	0.001078556041365455	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
FIJ0090_000000034690	1351	0.9059468565527804	2	2	2	2	1	False	82005	fragment	False	DEN0071_000000029288	0.7195691326199121		0	0	False	False	0.9940784573554993	0					non-mobilizable	other	1353.0	97.48700000000001	100.0	0.009029617144233084	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0080_01_000000006845	6172	0.9059436919727192	12	3	3	2	2	True	109298	fragment	False	ISR0139_000000003232	0.9583720210461157		0	0	False	False	0.9991899132728577	0					non-mobilizable	other	5269.0	95.426	95.0	0.0015013576652491295	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
DEN0090_000000016284	1741	0.905941914368032	3	2	2	2	1	True	120013	fragment	False	DEN0090_000000016284	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1585.0	86.56200000000001	99.0	0.0004729980155761167	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
DEN0023_000000006806	1241	0.9059380213608652	2	2	2	2	2	False	74353	fragment	False	SPA0127_000000022110	0.9683411832316562		0	0	False	False	0.9951651692390442	0					non-mobilizable	other	1256.0	80.812	99.0	0.0015612949342563157	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
ISR0298_000000001646	7386	0.9059358285678162	5	5	3	5	2	True	63222	fragment	False	ISR0298_000000001646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0153_000000007945	1913	0.9059233031082408	3	2	1	2	1	False	95258	fragment	False	CAN0007_000000022011	0.9539936607870825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	85.294	5.0	5.1173422075283855e-05	NZ_JPNB01000002.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000013_quiver.2_C, whole genome shotgun sequence	True	False
DEN0039_000000015104	1410	0.9059233031082408	2	2	1	2	1	False	73228	fragment	False	DEN0039_000000015104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	87.931	4.0	0.0002553225799226865	NZ_QRCT01000016.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.16, whole genome shotgun sequence	True	False
USA0044_01_000000016946	1632	0.9059232468198692	3	2	2	2	2	False	121413	fragment	False	ENG0113_000000012762	0.14265072765072764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1202.0	87.604	74.0	0.01617410792639296	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0013_000000018253	1456	0.9059232468198692	2	2	2	2	2	False	99467	fragment	False	ISR0013_000000018253	0.9975071225071226		0	0	False	False	0.9773351550102234	0					non-mobilizable	no_good_hit	1207.0	87.49	83.0	0.016241612550459708	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
USA0041_01_000000007005	2913	0.905917363172362	4	3	1	3	2	False	1287	maximal	True	USA0041_01_000000007005	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0187_000000011585	1339	0.9059037992253052	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.04116222488364899		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	87.34200000000001	100.0	0.00768259072117593	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0126_000000025974	1899	0.9058981252174596	5	3	1	3	1	True	85736	fragment	False	ISR0126_000000025974	0.9862030905077263		0	0	False	False	0.9921011328697205	0					non-mobilizable	other	1736.0	93.03	99.0	0.008470637102676187	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0293_000000006792	5353	0.9058924023772048	9	5	3	5	4	False	113107	fragment	False	ISR0293_000000006792	1.0		0	0	False	False	0.9940220713615417	0					non-mobilizable	no_good_hit	199.0	90.45200000000001	17.0	0.0011595780555769197	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ENG0070_000000016111	1590	0.9058908963890036	2	2	2	2	2	False	66123	fragment	False	ENG0070_000000016111	0.9968771686328939		0	0	False	False	0.9974842667579651	0					non-mobilizable	no_good_hit								True	False
ISR0056_000000010352	2087	0.9058904420663132	4	3	3	3	3	False	112382	maximal	True	ISR0056_000000010352	1.0		9	4	False	False	0.9880210757255554	0					non-mobilizable	no_good_hit	1745.0	77.536	83.0	0.000955382689062443	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	False
SPA0125_000000003296	10166	0.9058845747138742	18	11	7	8	7	False	115948	fragment	False	SPA0125_000000003296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	95.427	14.0	0.004784876780428775	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
ISR0139_000000008036	3048	0.9058711572070968	3	3	3	2	2	True	102808	fragment	False	DEN0066_000000010527	0.9803798999785606		0	0	False	False	1.0	0					non-mobilizable	other	2981.0	99.899	98.0	0.01064692578949813	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0033_01_000000003736	2913	0.9058670907090404	6	2	2	2	2	True	79940	fragment	False	USA0033_01_000000003736	0.9894973743435859		0	0	False	False	1.0	0					non-mobilizable	other	2902.0	99.897	99.0	0.0005615681786549503	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
MAD0042_000000001769	11527	0.9058612857776492	6	4	3	4	3	False	68575	maximal	True	MAD0042_000000001769	1.0		2	1	False	False	0.9922789931297302	0					non-mobilizable	no_good_hit	848.0	74.41	7.0	0.0003476284883610514	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
MAD0104_000000002027	4949	0.9058579185885536	7	4	1	2	4	True	14894	maximal	True	MAD0104_000000002027	1.0		4	2	False	False	0.9997979402542114	0					non-mobilizable	no_good_hit	239.0	85.774	5.0	0.0034448675833599813	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	True
MON0022_000000023717	1334	0.9058557525588299	2	1	1	1	1	False	13003	fragment	False	MON0022_000000023717	1.0		0	0	False	False	0.9985007643699646	0					non-mobilizable	other	1334.0	99.175	100.0	0.0006456334497217189	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
AST0102_000000024637	1276	0.9058494457607058	2	2	2	2	2	False	108118	fragment	False	ENG0011_000000021125	0.9683590875643855		0	0	False	False	0.9945141077041626	0					non-mobilizable	other	1276.0	99.37299999999999	100.0	0.000463032737322436	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0106_000000031169	1215	0.9058352447515486	3	3	2	3	2	False	81884	fragment	False	ISR0293_000000026068	0.9579569538818109		0	0	False	False	0.9835391044616699	0					non-mobilizable	no_good_hit	694.0	76.801	56.0	0.00031293868547097037	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0024_000000022608	1211	0.9058352447515486	3	3	2	3	2	False	81884	fragment	False	ISR0293_000000026068	0.959559722882424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	76.633	56.0	0.0003101404259883686	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CAN0002_000000007739	2402	0.9058303931958888	3	2	2	2	1	False	96941	maximal	True	CAN0002_000000007739	1.0		8	4	False	False	0.9983347058296204	0					non-mobilizable	no_good_hit	760.0	71.579	31.0	0.0002258721828468448	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0260_000000001939	5265	0.9058299914985128	5	3	2	3	2	True	107444	maximal	True	ISR0260_000000001939	1.0		38	8	False	False	0.9992402791976929	0					non-mobilizable	other	3367.0	96.139	100.0	0.0021558675571429946	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CHI0043_000000004367	2091	0.9058276273098398	3	2	1	2	2	False	87392	maximal	True	CHI0043_000000004367	1.0		1	1	False	False	0.9980870485305786	0					non-mobilizable	no_good_hit	1491.0	100.0	71.0	0.031504387355957286	CP053252.2	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-5, complete sequence	True	False
ENG0185_000000011206	1794	0.905823196491186	2	1	1	1	1	False	63159	fragment	False	ENG0185_000000011206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	91.579	7.0	2.126768045626867e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0157_000000017185	1443	0.905823196491186	1	1	1	1	1	False	61212	fragment	False	ENG0157_000000017185	0.9339039080191223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0145_000000022372	1218	0.905823196491186	2	1	1	1	1	False	53771	fragment	False	ISR0145_000000022372	0.9934698723656871		0	0	False	False	0.9983579516410828	0					non-mobilizable	no_good_hit								True	False
ENG0209_000000015466	1156	0.905823196491186	1	1	1	1	1	False	53771	fragment	False	ISR0145_000000022372	0.9634419104741824		0	0	False	False	0.974913477897644	0					non-mobilizable	no_good_hit								True	False
FIJ0073_000000001193	14633	0.90581943233998	24	9	5	8	5	False	72762	maximal	True	FIJ0073_000000001193	1.0		8	3	False	False	0.9995216131210327	0					non-mobilizable	no_good_hit	1399.0	95.49700000000001	13.0	0.0003427587074319061	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0045_000000006096	2102	0.9058105868727434	3	2	1	2	2	False	83082	fragment	False	ENG0045_000000006096	0.9762140733399405		0	0	False	True	0.9957183599472046	0					non-mobilizable	no_good_hit	1603.0	97.941	76.0	0.2845976194705987	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
SPA0058_000000008398	3612	0.9058059492401836	4	4	4	3	3	False	113623	fragment	False	CHI0116_000000004911	0.9549078911190543		0	0	False	False	1.0	0					non-mobilizable	other	3613.0	99.945	100.0	0.13546354635463545	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
MON0107_000000002504	13773	0.9058047666657684	11	7	2	4	5	False	8622	maximal	True	MON0107_000000002504	1.0		1	1	False	False	0.9999274015426636	0					non-mobilizable	no_good_hit	99.0	97.98	1.0	2.9297888070707163e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0004_000000005368	3215	0.9058026733136704	6	4	3	3	3	False	38577	maximal	True	ISR0004_000000005368	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
MON0059_000000003277	8336	0.905802334210117	8	8	8	7	7	False	10957	maximal	True	MON0059_000000003277	1.0		6	2	False	False	0.9998800158500671	0					non-mobilizable	other	8338.0	99.916	100.0	0.0031752295527939047	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	False	False
CHI0182_000000003495	6739	0.9058015957100836	9	8	6	7	7	False	116383	maximal	True	CHI0182_000000003495	0.9884010586953137		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3314.0	91.70200000000001	80.0	0.0008117840345543928	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0039_000000009927	3420	0.9058010740111874	5	4	3	4	2	False	57432	fragment	False	ISR0039_000000009927	0.9591745902987001		0	0	False	False	1.0	0					non-mobilizable	chromosome	2547.0	79.23	99.0	0.0011113299135396806	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0024_000000012780	1926	0.905794012476288	3	2	0	1	2	True	37445	backbone	True	ISR0024_000000012780	1.0	PS125	6	3	True	True	1.0	103					non-mobilizable	no_good_hit	397.0	91.436	49.0	0.13232323232323231	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0013_000000020403	1395	0.905794012476288	3	2	0	1	2	True	97655	fragment	False	SPA0013_000000020403	0.9821564160971905		0	0	False	False	0.9992831349372864	0					non-mobilizable	no_good_hit	539.0	99.443	39.0	0.18114478114478114	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
BAN0036_000000000972	1317	0.905794012476288	3	2	0	1	2	True	97655	fragment	False	SPA0013_000000020403	0.9551971326164874		0	0	False	False	0.9977220892906189	0					non-mobilizable	no_good_hit	592.0	85.304	45.0	0.21291258614435982	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	True	True
CHI0053_000000010196	1171	0.9057927952221541	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.05912504462763333		0	0	False	False	1.0	0					non-mobilizable	chromosome	1051.0	96.765	96.0	0.0003040857353642434	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0068_000000016781	1533	0.9057906153237956	3	3	2	3	2	False	62588	maximal	True	ENG0068_000000016781	1.0		14	3	False	False	0.9921721816062927	0					non-mobilizable	other	1533.0	99.935	100.0	0.008636678824915579	NZ_DS562846.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_3, whole genome shotgun sequence	False	False
MON0011_000000031615	1477	0.9057795724657912	2	2	2	2	2	False	13656	fragment	False	SPA0089_000000023841	0.9638364779874213		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	99.865	100.0	0.0004127388663271358	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0042_000000018552	1797	0.9057588807311308	3	3	2	2	3	False	6847	fragment	False	SPA0042_000000018552	1.0		0	0	False	False	0.999443531036377	0					non-mobilizable	no_good_hit	646.0	86.99700000000001	36.0	0.0003811590425993983	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0045_000000006184	4002	0.9057468429048309	4	1	1	1	1	False	43470	fragment	False	ISR0045_000000006184	1.0		0	0	False	False	0.9895052313804626	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.919029777370116e-07	LR782542.1	eudicots	Arabidopsis thaliana genome assembly, chromosome: 1	True	False
ISR0333_000000006197	3259	0.9057468429048309	5	1	1	1	1	False	43469	maximal	True	ISR0333_000000006197	1.0		5	1	False	False	0.9938631653785706	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000012524	1829	0.9057468429048309	3	1	1	1	1	False	23038	fragment	False	ISR0385_000000012524	1.0		0	0	False	False	0.9928922653198242	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000020480	1495	0.9057468429048309	3	1	1	1	1	False	28205	fragment	False	ISR0214_000000020480	1.0		0	0	False	False	0.9993311166763306	0					non-mobilizable	no_good_hit	404.0	74.01	26.0	0.004516877952348662	NZ_JHXL01000005.1	mycoplasmas	Acholeplasma equifetale ATCC 29724 T434DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
FIJ0016_000000002633	6438	0.905730356839666	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3041989588299719		0	0	False	False	1.0	0					non-mobilizable	plasmid	4985.0	98.335	98.0	0.04321544412259553	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0129_000000003259	6301	0.905730356839666	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3000775294605257		0	0	False	False	0.9998412728309631	0					non-mobilizable	plasmid	6305.0	98.779	100.0	0.054671916465752	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0839_000000003632	4381	0.905730356839666	4	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.48816971427307815		0	0	False	False	1.0	0					non-mobilizable	other	4170.0	97.65	95.0	0.5714481623697203	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
USA0064_01_000000003365	2541	0.9057303171868696	2	2	2	2	2	False	74563	fragment	False	USA0064_01_000000003365	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2246.0	97.551	96.0	0.018070106214216116	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0294_000000008759	2196	0.9057303171868696	2	2	2	2	2	False	74562	fragment	False	ISR0294_000000008759	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2118.0	98.206	96.0	0.017047421949864312	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0794_000000009201	2170	0.9057303171868696	2	2	2	2	2	False	74562	fragment	False	ISR0294_000000008759	0.9960534304796601		0	0	False	False	1.0	0					non-mobilizable	plasmid	2112.0	98.24799999999999	97.0	0.016999106157847693	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0207_000000013703	2143	0.9057303171868696	2	2	2	2	2	False	74562	fragment	False	ISR0294_000000008759	0.9878076043861342		0	0	False	False	0.9976668357849121	0					non-mobilizable	plasmid	2105.0	98.242	98.0	0.016942737733828303	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
CHI0153_000000003261	5064	0.9057266170978358	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7619921642680628	PS1159|PS463	0	0	True	True	1.0	60		MOBV			mobilizable	other	3242.0	99.13600000000001	96.0	0.4117946110828673	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MAD0099_000000002059	10077	0.9057218123331324	8	7	4	5	5	True	16948	maximal	True	MAD0099_000000002059	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1864.0	92.006	55.0	0.0006202005614762571	CP042598.1	firmicutes	Enterococcus durans strain VREdu chromosome	True	True
USA0089_01_000000001664	5393	0.9057146518243148	9	6	5	5	4	False	114249	maximal	False	ISR0161_000000004899	0.9667655268667132		0	0	False	False	0.9998145699501038	0					non-mobilizable	other	3103.0	86.851	93.0	0.0008180859600374027	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
AST0087_000000013054	2780	0.9056951322981288	5	5	2	4	4	True	126935	fragment	False	ENG0155_000000007789	0.9854977395200656		0	0	False	False	1.0	0					non-mobilizable	other	2780.0	100.0	100.0	0.003426743644062572	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
CHI0186_000000007298	2643	0.9056951322981288	6	5	2	4	4	True	126935	fragment	False	ENG0155_000000007789	0.8745355370958109		0	0	False	False	1.0	0					non-mobilizable	other	2692.0	98.18	100.0	0.0033182321504758474	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
CHI0129_000000009184	2537	0.9056951322981288	5	5	2	4	4	True	126935	fragment	False	ENG0155_000000007789	0.8786792206151386		0	0	False	False	1.0	0					non-mobilizable	other	2537.0	99.685	100.0	0.003127103951544686	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
USA0057_01_000000012883	2477	0.9056951322981288	5	5	2	4	4	True	126935	fragment	False	ENG0155_000000007789	0.7835493790299556		0	0	False	False	1.0	0					non-mobilizable	other	2477.0	99.96	100.0	0.00305311884228101	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ISR0821_000000012228	2430	0.9056951322981288	5	5	2	4	4	True	126935	fragment	False	ENG0155_000000007789	0.6876690901420833		0	0	False	False	1.0	0					non-mobilizable	other	2430.0	100.0	100.0	0.0029951638400244644	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ENG0149_000000008863	2428	0.9056951322981288	5	5	2	4	4	True	126935	fragment	False	ENG0155_000000007789	0.6874438764772444		0	0	False	False	1.0	0					non-mobilizable	other	2428.0	100.0	100.0	0.002992697669715675	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
CHI0054_000000007050	2427	0.9056951322981288	5	5	2	4	4	True	126935	fragment	False	ENG0155_000000007789	0.7732468910484067		0	0	False	False	1.0	0					non-mobilizable	other	2448.0	99.14200000000001	100.0	0.003017359372803567	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
AST0035_000000006829	2400	0.9056951322981288	5	5	2	4	4	True	126935	fragment	False	ENG0155_000000007789	0.6760826266186392		0	0	False	False	0.9937499761581421	0					non-mobilizable	other	2389.0	98.744	100.0	0.0029446073486942862	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ENG0068_000000009988	2399	0.9056951322981288	5	5	2	4	4	True	126935	fragment	False	ENG0155_000000007789	0.6824312688862788		0	0	False	False	1.0	0					non-mobilizable	other	2399.0	100.0	100.0	0.002956938200238232	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
USA0084_01_000000013725	2393	0.9056796048573998	2	2	1	2	2	False	105883	fragment	False	CHI0106_000000005843	0.09629992169146437		0	0	False	False	0.9949854016304016	0					non-mobilizable	no_good_hit	620.0	72.419	26.0	0.001247593564445815	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0134_000000001099	20589	0.9056783440632928	19	12	7	10	5	True	117532	fragment	False	ENG0134_000000001099	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1817.0	86.626	9.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0079_000000013984	1990	0.9056773097200934	2	1	1	1	1	False	34368	maximal	True	ISR0079_000000013984	1.0		1	1	False	False	0.9924623370170593	0					non-mobilizable	no_good_hit								True	False
FIJ0092_000000027934	1335	0.9056712088586426	1	1	0	1	0	True	43276	fragment	False	FIJ0092_000000027934	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	98.51	100.0	0.00071813535432295	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	True
ENG0123_000000000635	20233	0.90566729425612	23	18	7	12	18	True	58987	maximal	True	ENG0123_000000000635	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	20233.0	99.995	100.0	0.19321567728627093	CP057842.1	enterobacteria	Escherichia coli strain RHB13-C06 plasmid pRHB13-C06_2, complete sequence	False	True
MAD0070_000000009705	2012	0.905660011344638	3	2	2	2	2	False	92327	fragment	False	MAD0070_000000009705	1.0		0	0	False	False	0.987077534198761	0					non-mobilizable	no_good_hit	1311.0	94.508	65.0	0.999236641221374	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
ISR0287_000000004218	2706	0.9056580135375246	4	3	2	2	3	True	98702	fragment	False	ISR0287_000000004218	0.9253760471277125		0	0	False	False	1.0	0					non-mobilizable	plasmid	2706.0	99.63	100.0	0.02577285170594912	CP051693.1	enterobacteria	Escherichia coli strain SCU-318 plasmid pSCU-318-1, complete sequence	False	True
MAD0050_000000007638	3074	0.9056560214511112	6	3	2	3	0	True	17410	maximal	True	MAD0050_000000007638	1.0		1	1	False	False	0.9856864213943481	0					non-mobilizable	no_good_hit	959.0	85.193	31.0	0.003071029631894928	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0103_000000001197	13920	0.9056534061568312	11	10	7	8	8	False	119751	fragment	False	SPA0103_000000001197	0.9956137398189011		0	0	False	False	1.0	0					non-mobilizable	other	9219.0	99.62	100.0	0.001472439049441398	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0363_000000003201	5574	0.9056472006269758	7	5	3	5	2	False	23717	maximal	True	ISR0363_000000003201	1.0		2	2	False	False	0.9989235997200012	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000006064	4922	0.9056325510195996	5	5	5	5	4	False	87586	maximal	True	DEN0065_000000006064	1.0		3	2	False	False	0.9985778331756592	0					non-mobilizable	no_good_hit	1736.0	76.72800000000001	59.0	0.00043610430917718834	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ISR0090_000000016141	1841	0.9056307395122806	2	2	1	2	1	False	100714	fragment	False	ISR0090_000000016141	0.996367954396463		0	0	False	False	0.9858772158622742	0					non-mobilizable	no_good_hit	733.0	87.85799999999999	40.0	0.00011262519167053624	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0013_000000015365	1839	0.9056307395122806	2	2	1	2	1	False	100714	fragment	False	ISR0090_000000016141	0.9941811216371107		0	0	False	False	0.9825992584228516	0					non-mobilizable	no_good_hit	746.0	87.53399999999999	41.0	0.00013989950896211277	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
CHI0121_000000004343	1816	0.9056307395122806	2	2	1	2	1	False	100714	fragment	False	ISR0090_000000016141	0.9894925536072051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	87.90799999999999	41.0	0.00011308677032492368	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0064_000000013426	1552	0.9056307395122806	2	2	1	2	1	False	100711	fragment	False	SPA0064_000000013426	0.985934360348292		0	0	False	False	0.999355673789978	0					non-mobilizable	no_good_hit	703.0	87.34	45.0	0.0001080094051266618	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0063_000000012044	1493	0.9056307395122806	2	2	1	2	1	False	100711	fragment	False	SPA0064_000000013426	0.9674613402061856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	87.51700000000001	50.0	0.0001397117243863247	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
MAD0068_000000016123	1761	0.905629993323511	3	2	1	2	1	True	16447	maximal	True	MAD0068_000000016123	1.0		1	1	False	False	1.0	0	rep_cluster_570				non-mobilizable	no_good_hit	968.0	79.132	85.0	0.04292577791747115	LR135375.1	firmicutes	Enterococcus faecium isolate E8172 genome assembly, plasmid: 4	True	True
SPA0042_000000006794	4321	0.9056245256917697	6	5	4	5	3	False	6866	maximal	True	SPA0042_000000006794	1.0		17	6	False	False	0.9960657358169556	0					non-mobilizable	no_good_hit	1096.0	72.719	24.0	0.00044784571925030796	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	False
ISR0806_000000006379	1861	0.9056206433547712	4	3	0	2	1	False	78986	fragment	False	ISR0806_000000006379	0.9808342728297632		0	0	False	False	0.9838796257972717	0					non-mobilizable	plasmid	1861.0	99.946	100.0	0.3324991061851984	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0256_000000016229	1118	0.9056199861441132	3	1	1	1	1	False	95987	fragment	False	ISR0316_000000017359	0.753972034358535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	84.868	39.0	8.082739509844537e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0793_000000015405	1110	0.9056199861441132	3	1	1	1	1	False	95987	fragment	False	ISR0316_000000017359	0.7503034736525211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	84.13799999999999	38.0	7.709279598498585e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0161_000000003462	7825	0.9056173344250122	13	6	2	5	3	True	30409	maximal	True	ISR0161_000000003462	1.0		1	1	True	True	0.9992332458496094	26					non-mobilizable	no_good_hit	288.0	74.306	4.0	0.0007572541505558933	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	True	True
ENG0075_000000004915	4877	0.9056075668143414	9	7	5	5	5	False	63134	maximal	True	ENG0075_000000004915	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1508.0	93.833	31.0	0.0005059010002568214	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0114_000000012618	2213	0.9056054481246026	2	2	1	2	1	False	130349	backbone	False	ISR0335_000000002496	0.06603181884039051	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2213.0	98.825	100.0	0.0004414868286436335	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0084_000000002276	2121	0.9056054481246026	2	2	1	2	1	False	130349	backbone	False	ISR0335_000000002496	0.06288948227680828	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2122.0	98.869	100.0	0.0004233243958196866	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0046_000000015964	2057	0.9056054481246026	2	2	1	2	1	False	130349	backbone	False	ISR0335_000000002496	0.05901305005872183	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1986.0	99.79899999999999	97.0	0.00038445232200486946	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0072_000000015847	1837	0.9056054481246026	2	2	1	2	1	False	130349	backbone	False	ISR0335_000000002496	0.0528416358526817	PS1101	0	0	False	True	0.9994556307792664	0					non-mobilizable	other	1837.0	99.34700000000001	100.0	0.0003555941880105493	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0103_000000012337	3690	0.9056035345517256	4	2	1	2	2	False	44816	fragment	False	MON0103_000000012337	1.0		0	0	False	False	0.9902439117431641	0					non-mobilizable	no_good_hit	219.0	78.082	6.0	6.54123445813292e-05	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ENG0018_000000009636	2185	0.9055988469106674	3	1	1	1	1	False	106214	fragment	False	AST0116_000000012371	0.9676741989712503		0	0	False	False	0.9995423555374146	0					non-mobilizable	no_good_hit	807.0	84.882	37.0	0.00023287083161211414	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0043_000000004492	4884	0.905597466661942	9	6	2	4	5	False	132220	backbone	True	ISR0043_000000004492	0.983322118182133	PS1143|PS1144|PS1145|PS778|PS779|PS780	141	8	True	True	1.0	92		MOBP			mobilizable	plasmid	4415.0	96.512	100.0	0.9220643543669035	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0162_000000005626	4865	0.905597466661942	10	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.9777390419859546	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	108					non-mobilizable	plasmid	4374.0	99.977	100.0	0.91370664437944	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0169_000000002860	4865	0.905597466661942	10	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.97805155029447	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	25		MOBP			mobilizable	plasmid	4459.0	99.84299999999999	100.0	0.9314667781027999	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0109_000000003308	4865	0.905597466661942	9	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.977889165160227	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	69					non-mobilizable	plasmid	4459.0	99.978	100.0	0.9314667781027999	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0127_000000004313	4865	0.905597466661942	10	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.978133868273399	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	185					non-mobilizable	plasmid	4459.0	99.88799999999999	100.0	0.9314667781027999	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0279_000000003705	4865	0.905597466661942	10	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.9781670075117362	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	150		MOBP			mobilizable	plasmid	4459.0	99.955	100.0	0.9314667781027999	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0096_000000001088	4865	0.905597466661942	9	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.9775694890219326	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	482					non-mobilizable	plasmid	4502.0	99.956	100.0	0.940451316339323	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0153_000000003407	4865	0.905597466661942	10	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.9776851450963988	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	0.9995889067649841	23					non-mobilizable	plasmid	4459.0	99.821	100.0	0.9314667781027999	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0163_000000001876	4832	0.905597466661942	10	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.9776790660014913	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	45					non-mobilizable	plasmid	4599.0	99.978	100.0	0.9607187630589219	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0778_000000002501	4815	0.905597466661942	9	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.9828080928343246	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	89		MOBP			mobilizable	plasmid	4599.0	96.67299999999999	100.0	0.9605098203092353	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0192_000000003534	4752	0.905597466661942	10	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.9710258500001472	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	37		MOBP			mobilizable	plasmid	4471.0	99.93299999999999	100.0	0.9339740910990388	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0046_000000003975	4731	0.905597466661942	9	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.9709744700788338	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	14		MOBP			mobilizable	plasmid	4502.0	96.49	100.0	0.9402423735896365	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
DEN0018_000000007304	4718	0.905597466661942	9	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.9678814658148797	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	455		MOBP			mobilizable	plasmid	4552.0	96.507	100.0	0.9506895110739657	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
MON0013_000000009308	4705	0.905597466661942	9	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.961176029210034	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.999787449836731	0		MOBP			mobilizable	plasmid	4472.0	99.821	100.0	0.9339740910990388	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0299_000000001554	4704	0.905597466661942	10	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.961218759209781	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9997873902320862	0					non-mobilizable	plasmid	4471.0	99.84299999999999	100.0	0.9339740910990388	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0227_000000005648	4691	0.905597466661942	9	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.9639032808892952	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	True	True	1.0	34		MOBP			mobilizable	plasmid	4460.0	96.637	100.0	0.9314667781027999	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0039_000000003010	4401	0.905597466661942	8	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.8209206433449957	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4400.0	99.86399999999999	99.0	0.9191391558712912	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0063_000000002876	4400	0.905597466661942	8	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.8209080248115475	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4400.0	99.86399999999999	100.0	0.9191391558712912	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0056_000000003816	4400	0.905597466661942	8	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.8207939872826236	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9993181824684143	0					non-mobilizable	plasmid	4400.0	99.88600000000001	100.0	0.9191391558712912	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0392_000000006787	4373	0.905597466661942	9	6	2	4	5	False	132220	backbone	False	ISR0043_000000004492	0.7095272081618561	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4185.0	96.416	100.0	0.8740075219389887	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0370_000000008197	3186	0.9055935142714344	5	5	4	5	4	False	113877	fragment	False	AST0055_000000010150	0.9718288641156975		0	0	False	False	0.9993722438812256	0					non-mobilizable	no_good_hit	481.0	83.57600000000001	48.0	0.00014395587120105577	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0131_000000001026	15514	0.9055917593765576	15	8	7	8	4	False	92417	fragment	False	FIJ0131_000000001026	0.9528283611003487		0	0	False	False	0.9998066425323486	0					non-mobilizable	no_good_hit	1844.0	85.954	12.0	0.0005955741599093788	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0091_000000008260	2842	0.905569816697695	5	2	2	2	2	True	79845	fragment	False	ENG0091_000000008260	1.0		0	0	False	False	0.999296247959137	0					non-mobilizable	other	2842.0	97.15	100.0	0.0007607975815152699	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0023_000000003564	2358	0.905569816697695	3	2	2	2	2	True	91103	fragment	False	CAN0023_000000003564	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2337.0	95.89200000000001	99.0	0.0006660029445541145	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ISR0200_000000010322	2309	0.905569816697695	3	2	2	2	2	True	79844	fragment	False	ISR0200_000000010322	1.0		0	0	False	False	0.9969683885574341	0					non-mobilizable	other	2309.0	97.315	100.0	0.0006180643499251119	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0175_000000003471	7178	0.9055657734551164	5	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.48904529047992806		0	0	False	True	0.999582052230835	0					non-mobilizable	no_good_hit	2063.0	87.20299999999999	30.0	0.025739204424590514	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0043_000000005841	3938	0.905564264681556	6	3	2	1	3	True	63380	maximal	True	MAD0043_000000005841	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	85.147	54.0	0.4864241803278688	AB021464.1	firmicutes	Streptococcus bovis plasmid pSBO1 Rep gene for replication protein, complete cds	True	True
MAD0111_000000004308	3935	0.905564264681556	6	3	2	1	3	True	63380	maximal	False	MAD0043_000000005841	0.9996190959878111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	85.147	54.0	0.4864241803278688	AB021464.1	firmicutes	Streptococcus bovis plasmid pSBO1 Rep gene for replication protein, complete cds	True	True
MON0060_000000010646	3452	0.9055633866755148	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5013477119592701		0	0	False	False	1.0	0					non-mobilizable	chromosome	3452.0	100.0	100.0	0.0011615863951339258	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0010_000000006059	3051	0.905559138438304	4	3	3	3	3	True	89288	fragment	False	ENG0053_000000008361	0.9551851481116327		0	0	False	False	1.0	0					non-mobilizable	other	3051.0	99.869	100.0	0.14872970205295752	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
ISR0176_000000001924	13460	0.9055565609800592	18	4	3	2	1	True	97279	fragment	False	ISR0176_000000001924	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	13329.0	98.61200000000001	99.0	0.08049776982678383	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
MON0031_000000000675	31975	0.9055488938989414	27	18	6	18	10	True	91679	fragment	False	MON0045_000000000446	0.9164144963179256		0	0	False	False	1.0	0					non-mobilizable	other	20232.0	90.515	93.0	0.4776172346111098	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ISR0221_000000001461	12909	0.9055461491088688	12	9	5	8	8	True	101574	maximal	True	ISR0221_000000001461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1548.0	80.943	21.0	0.0002741095528067965	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
ENG0109_000000013507	1819	0.9055430584973104	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.9206471137042126		0	0	False	False	0.9989004731178284	0					non-mobilizable	chromosome	1819.0	100.0	100.0	0.0008112895085272418	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0076_000000005023	7487	0.9055327330434552	11	6	4	5	4	True	77580	maximal	True	MON0076_000000005023	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	94.67200000000001	33.0	0.07785397337636143	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0111_000000004082	7535	0.9055146983246792	2	2	2	2	2	True	91771	maximal	True	CHI0111_000000004082	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	95.32	19.0	0.1319810805894124	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
CHI0065_000000002257	5296	0.90551420654127	6	4	2	3	4	False	104421	fragment	False	CHI0065_000000002257	1.0		0	0	False	False	0.997922956943512	0					non-mobilizable	no_good_hit	1496.0	92.848	44.0	0.00023043658870614095	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0162_000000003148	7671	0.9054966779306868	12	3	3	2	3	False	56540	fragment	False	FIJ0162_000000003148	0.9933386096821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
ENG0163_000000002541	7581	0.9054966779306868	12	3	3	2	3	False	56540	fragment	False	FIJ0162_000000003148	0.9859861817233737		0	0	False	False	0.9985489845275879	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
ENG0129_000000003314	7469	0.9054907620937804	14	3	3	3	2	True	110395	maximal	True	ENG0129_000000003314	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	83.84100000000001	6.0	0.00011257511994040704	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0774_000000001156	16241	0.9054885691257942	22	21	6	13	19	True	132542	fragment	False	AST0040_000000000807	0.721467684004094		0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	16241.0	99.994	100.0	0.36955285015360106	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0034_000000001095	15463	0.9054885691257942	22	21	6	13	19	True	132542	fragment	False	AST0040_000000000807	0.4876393079243889		0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	15463.0	99.994	100.0	0.3518489020366367	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
MON0025_000000012037	2972	0.9054884461596184	6	6	4	4	4	True	80869	fragment	False	MON0025_000000012037	1.0		0	0	False	False	0.9983176589012146	0					non-mobilizable	no_good_hit	1363.0	80.191	64.0	0.1688877817910076	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0132_000000011271	2789	0.9054862571341452	4	4	4	3	2	False	80918	maximal	True	CHI0132_000000011271	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	72.35	8.0	0.00010061124843116647	CP024729.1	CFB group bacteria	Prevotella intermedia strain KCOM 1933 chromosome 1, complete sequence	True	False
CHI0152_000000006032	1821	0.9054786792804232	3	3	3	3	2	False	94563	fragment	False	CHI0152_000000006032	1.0		0	0	False	False	0.9604612588882446	0					non-mobilizable	chromosome	1790.0	99.777	98.0	0.00036613641354545095	CP055251.1	enterobacteria	Escherichia coli strain AH01 chromosome, complete genome	False	False
ISR0338_000000010431	2551	0.9054781860363786	3	2	2	2	2	False	108729	maximal	True	ISR0338_000000010431	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	97.316	34.0	0.02360858293342159	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0019_000000002453	8958	0.90547483298438	11	7	4	5	6	True	95122	fragment	False	SPA0019_000000002453	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7438.0	97.98299999999999	90.0	0.003317897412486272	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
MON0060_000000004135	6831	0.9054614811873171	6	6	2	3	5	True	112509	fragment	False	MON0060_000000004135	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6735.0	99.866	99.0	0.081719334012912	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0038_000000020435	1667	0.9054510258031718	4	2	2	1	1	False	53994	fragment	False	ISR0038_000000020435	1.0		0	0	False	False	0.9814037084579468	0					non-mobilizable	chromosome	1193.0	99.83200000000001	98.0	0.00020585018980217123	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ENG0205_000000006476	1243	0.9054510258031718	3	2	2	1	1	False	53993	fragment	False	ENG0205_000000006476	0.9913722267871816		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	100.0	100.0	0.03016393442622951	NZ_SRYX01000034.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_34_length_41175_cov_295.469, whole genome shotgun sequence	False	False
SPA0059_000000019156	1217	0.9054510258031718	3	2	2	1	1	False	53993	fragment	False	ENG0205_000000006476	0.9810941271118263		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	100.0	100.0	0.0002455413348442741	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
MAD0102_000000002807	5489	0.905422659589688	10	10	4	4	9	True	63803	fragment	False	MAD0102_000000002807	1.0		0	0	False	False	0.999635636806488	0					non-mobilizable	other	5489.0	99.508	100.0	0.08633931381806736	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
MON0027_000000003672	8537	0.9054160816793188	12	7	6	6	6	False	12678	maximal	True	MON0027_000000003672	1.0		2	1	False	False	0.9996485710144043	0					non-mobilizable	no_good_hit	1066.0	79.081	12.0	0.0003171245447169701	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0278_000000003486	2936	0.9054151486779108	5	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.14509771765310417	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2936.0	99.319	100.0	0.0005857883553657615	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
AUS0012_000000005599	2908	0.9054151486779108	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.12897754558128235	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2903.0	99.38	100.0	0.0005620557372585044	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0346_000000007167	2902	0.9054151486779108	4	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1296845633319527	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2902.0	98.759	100.0	0.0005063635816190544	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0006_000000006721	2899	0.9054151486779108	4	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.129559804317213	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2901.0	98.931	100.0	0.0005459135106532225	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0325_000000006647	2898	0.9054151486779108	5	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.13004789372172482	PS1101	0	0	False	True	0.998964786529541	0					non-mobilizable	chromosome	2660.0	97.068	100.0	0.0004824241751299543	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0142_000000011476	2797	0.9054151486779108	4	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.11261302094034081	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2802.0	99.072	100.0	0.0005590436740645649	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0014_000000008004	2786	0.9054151486779108	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.11218020108322738	PS1101	0	0	False	True	0.9996410608291626	0					non-mobilizable	chromosome	2786.0	99.103	100.0	0.0005556506921084429	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0141_000000010727	2706	0.9054151486779108	4	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1061484326754802	PS1101	0	0	False	True	0.9996304512023926	0					non-mobilizable	chromosome	2711.0	98.82	100.0	0.0005408812412406179	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0030_000000012796	2704	0.9054151486779108	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1061389285287155	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2704.0	99.59299999999999	100.0	0.0005235136656821976	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0386_000000012237	2695	0.9054151486779108	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.10525011464273487	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2695.0	99.51799999999999	100.0	0.00052177055691744	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0773_000000004958	2683	0.9054151486779108	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.10590674148891689	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2683.0	99.963	100.0	0.0005194464118977632	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0138_000000009594	2677	0.9054151486779108	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1049840289518272	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2682.0	99.25399999999999	100.0	0.0005350932131978216	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0197_000000009421	2666	0.9054151486779108	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.10303905354246794	PS1101	0	0	False	True	0.9992498159408569	0					non-mobilizable	other	2664.0	99.47399999999999	100.0	0.0005157665156166083	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0017_01_000000010458	2637	0.9054151486779108	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.10025520906100488	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2635.0	98.93700000000001	100.0	0.0005097624743157765	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0143_000000011818	2600	0.9054151486779108	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.08952562568633549	PS1101	0	0	False	True	0.9996153712272644	0					non-mobilizable	other	2600.0	99.962	100.0	0.0005033710755116654	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0174_000000005838	2599	0.9054151486779108	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.08959610134789095	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2597.0	99.65299999999999	100.0	0.0005027900392567462	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0140_000000009631	2599	0.9054151486779108	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.08955054090752411	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2597.0	99.499	100.0	0.0005027900392567462	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0166_000000002884	2589	0.9054151486779108	4	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.0814558325623518	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2589.0	98.919	100.0	0.0004991101429755912	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0043_000000008488	2589	0.9054151486779108	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.08554720644185808	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2586.0	99.34299999999999	100.0	0.0005006595729887091	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0080_000000009966	2584	0.9054151486779108	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.08539297835925379	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2584.0	99.226	100.0	0.0005002722154854297	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0049_01_000000001544	2584	0.9054151486779108	4	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.08031891659069557	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2581.0	98.993	100.0	0.0004975607129624734	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0027_000000015677	2561	0.9054151486779108	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.07878501348769705	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2561.0	99.531	100.0	0.0004958176041977158	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AUS0016_000000012439	2269	0.9054151486779108	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.06554011609713392	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2268.0	98.81	99.0	0.00045246412320755746	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0088_000000001864	10699	0.9054141987771356	17	6	1	3	4	False	9656	maximal	True	MON0088_000000001864	1.0		2	1	False	False	0.9957939982414246	0					non-mobilizable	no_good_hit								True	False
SPA0151_000000003100	5412	0.9054137734510966	5	5	5	5	4	False	92534	fragment	False	SPA0151_000000003100	1.0		0	0	False	False	0.9968588352203369	0					non-mobilizable	other	5255.0	97.774	99.0	0.004508355737766836	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
USA0027_01_000000017650	1535	0.9054115451839884	2	1	1	1	1	False	1576	maximal	True	USA0027_01_000000017650	1.0		1	1	False	False	0.9941368103027344	0					non-mobilizable	no_good_hit								True	False
MON0031_000000002608	13031	0.9054112756693276	13	11	10	9	10	False	96605	maximal	True	MON0031_000000002608	0.9901831444979047		3	1	False	False	1.0	0					non-mobilizable	other	12196.0	99.09	94.0	0.007298785112010674	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
ENG0127_000000011857	2170	0.9054030344918924	4	2	2	1	2	False	58724	fragment	False	ENG0127_000000011857	1.0		0	0	False	False	0.9995391964912415	0					non-mobilizable	no_good_hit								True	False
CAN0008_000000005647	4954	0.9054023535902588	8	7	6	7	6	False	121730	fragment	False	CAN0008_000000005647	0.9824830675374261		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1487.0	73.1	29.0	0.0073120618805898	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
ENG0116_000000011065	2154	0.90540056951191	2	2	2	2	2	False	59455	fragment	False	ENG0116_000000011065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	524.0	70.992	24.0	0.005376626929430456	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0116_000000005366	4177	0.9053992201546062	4	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9552111014685514	PS824|PS825	0	0	True	True	1.0	8	IncW	MOBQ			mobilizable	plasmid	2586.0	95.90100000000001	96.0	0.33398133748055986	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
MON0018_000000012297	1640	0.905392938034514	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9495553190310282		0	0	False	False	0.9981707334518433	0					non-mobilizable	chromosome	1495.0	82.34100000000001	96.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0077_000000026899	1640	0.905392938034514	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9494238356085938		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.34100000000001	96.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0070_000000016529	1554	0.9053879990455004	2	2	1	2	1	True	66102	fragment	False	MON0104_000000027664	0.9624014554275319		0	0	False	False	0.9954954981803894	0					non-mobilizable	no_good_hit	120.0	77.5	8.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
ISR0814_000000003731	10350	0.9053865193904996	11	6	6	4	3	True	74810	maximal	True	ISR0814_000000003731	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	75.714	2.0	0.0013212990859418883	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	True
ENG0011_000000008519	3077	0.9053716749440214	5	4	4	4	2	False	99560	fragment	False	ENG0011_000000008519	1.0		0	0	False	False	0.9993500113487244	0					non-mobilizable	no_good_hit	536.0	93.09700000000001	39.0	0.00010074637054138463	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0159_000000002508	8786	0.90536217462556	8	3	2	2	0	False	116303	maximal	True	ISR0159_000000002508	1.0	PS518|PS767	1	1	False	True	0.999886155128479	0					non-mobilizable	no_good_hit	1179.0	99.06700000000001	25.0	0.3008939974457216	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CHI0111_000000004610	6695	0.905359562563397	11	4	1	3	3	False	82651	fragment	False	CHI0111_000000004610	1.0		0	0	False	False	0.9971620440483093	0					non-mobilizable	no_good_hit								True	False
ENG0033_000000002958	8656	0.9053593456382756	9	7	3	5	4	False	65540	fragment	False	ENG0033_000000002958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	93.789	5.0	8.92819408942356e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0143_000000008628	2236	0.9053580905665684	3	3	3	3	1	False	79931	fragment	False	CHI0143_000000008628	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1797.0	98.553	100.0	0.0008244136610301131	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
MAD0044_000000012495	1967	0.9053580905665684	3	3	3	3	1	False	17964	fragment	False	MAD0044_000000012495	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1560.0	97.115	100.0	0.000726304716275282	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	False	False
ENG0012_000000000180	63472	0.905342144018641	71	35	19	31	14	True	89170	fragment	False	ENG0012_000000000180	1.0		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	54106.0	99.946	97.0	0.46303681769166255	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
FIJ0128_000000007802	3262	0.9053298870448452	4	3	1	1	3	True	111322	fragment	False	FIJ0128_000000007802	1.0		0	0	False	False	0.9944819211959839	0					non-mobilizable	no_good_hit	1253.0	98.404	41.0	0.00026000861707215335	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
SPA0104_000000030860	1234	0.9053209389466942	1	1	1	1	1	False	35815	fragment	False	SPA0104_000000030860	0.9481757877280266		0	0	False	False	0.9935170412063599	0					non-mobilizable	no_good_hit	94.0	100.0	8.0	3.24162440936209e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0069_01_000000008656	7002	0.9052923168129036	12	3	3	3	3	False	33012	maximal	True	USA0069_01_000000008656	1.0		2	1	False	False	0.9998571872711182	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	1.0	0.03229398663697105	NZ_CYXX01000064.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0035_000000012345	1798	0.9052850542281438	3	3	3	2	2	False	129874	fragment	False	AST0007_000000009148	0.8214164606033707		0	0	False	False	1.0	0					non-mobilizable	other	1793.0	93.14	99.0	0.024905176260597947	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0058_000000012393	3547	0.9052841884210008	2	2	2	2	1	False	11024	fragment	False	MON0058_000000012393	1.0		0	0	False	False	0.9873132109642029	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000000760	27722	0.9052838356092832	30	18	13	16	9	True	52099	fragment	False	FIJ0038_000000000760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
DEN0045_000000005474	5868	0.90527530365152	11	8	3	3	6	True	90093	maximal	False	CHI0180_000000002623	0.9507518801888946	PS472|PS473	0	0	True	True	1.0	636	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2867.0	96.652	83.0	0.259823940466467	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
SPA0098_000000028705	1345	0.9052672738773604	2	1	1	1	1	False	5043	maximal	True	SPA0098_000000028705	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000017110	1898	0.9052608518571232	3	3	3	3	3	False	78303	fragment	False	FIJ0145_000000007407	0.6520733226552767		0	0	False	False	0.9989462494850159	0					non-mobilizable	chromosome	1898.0	98.946	100.0	0.00035922036493532045	CP052268.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 chromosome, complete genome	False	False
MAD0088_000000002324	7038	0.9052538254748927	13	3	2	3	1	True	112944	fragment	False	MAD0088_000000002324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	88.053	43.0	0.019849005777478466	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0080_000000017969	1541	0.9052472996449769	3	3	3	2	1	False	61730	fragment	False	ENG0080_000000017969	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1542.0	98.573	100.0	0.0002861039621221376	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	False	False
DEN0011_000000007851	4939	0.9052469236015588	5	4	4	4	4	False	93453	fragment	False	DEN0011_000000007851	1.0		0	0	False	False	0.9989876747131348	0					non-mobilizable	no_good_hit	680.0	94.559	14.0	0.0001882799873369212	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0075_000000002701	5245	0.9052301176330358	5	4	1	2	4	False	87160	maximal	True	SPA0075_000000002701	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2273.0	100.0	82.0	0.41055294542826165	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	True	False
ENG0102_000000008829	3080	0.905230036467996	4	2	2	1	1	False	60394	fragment	False	ENG0102_000000008829	1.0		0	0	False	False	0.9996753334999084	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	8.72073861408338e-07	LR736855.1	bivalves	Pecten maximus genome assembly, chromosome: 18	True	False
AUS0018_000000009298	2973	0.905225667869596	6	6	2	4	5	True	126939	backbone	False	USA0145_01_000000006426	0.32608462199312716	PS981	0	0	False	True	1.0	0					non-mobilizable	other	2973.0	100.0	100.0	0.003664729078860728	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0129_000000006340	4462	0.9052239003769864	7	4	3	4	1	True	114732	maximal	True	SPA0129_000000006340	1.0		1	1	False	False	0.9982070922851562	0					non-mobilizable	no_good_hit	3320.0	98.946	74.0	0.001396586906597884	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	True	True
ISR0025_000000015045	2612	0.9052210920212038	4	4	4	3	2	False	74585	fragment	False	ISR0025_000000015045	0.9873576170274766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	78.351	18.0	0.014533463605276013	NZ_NHOC01000015.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c16, whole genome shotgun sequence	True	False
ISR0320_000000008290	2757	0.9052071623179148	4	4	2	3	4	False	126993	fragment	False	ISR0320_000000008290	0.9554231178407148		0	0	False	False	0.9985491633415222	0					non-mobilizable	chromosome	1855.0	94.771	99.0	0.0008185958123569996	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0078_000000002453	3049	0.9052029030833448	1	1	1	1	1	False	5673	maximal	True	SPA0078_000000002453	1.0		3	2	False	False	0.987208902835846	0					non-mobilizable	plasmid	3047.0	91.697	99.0	0.014547996896938122	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	False	True
ENG0019_000000003317	6371	0.9051943058146442	10	5	2	4	3	False	130739	backbone	False	ISR0014_000000005210	0.8351292119254993	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	1					non-mobilizable	plasmid	4087.0	94.51899999999999	97.0	0.6266707635581502	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
AST0061_000000015226	2739	0.9051835156240694	3	3	2	2	3	False	112093	fragment	False	AST0061_000000015226	0.9537412458532989		0	0	False	False	0.9919678568840027	0					non-mobilizable	no_good_hit	844.0	73.104	30.0	0.008875517916983395	NZ_FWXF01000013.1	d-proteobacteria	Desulfacinum hydrothermale DSM 13146, whole genome shotgun sequence	True	False
MON0076_000000033101	1455	0.9051816060904464	2	2	2	2	2	False	131585	fragment	False	ISR0255_000000013518	0.1702403107844239		0	0	False	False	0.9670103192329407	0					non-mobilizable	chromosome	1455.0	99.175	100.0	0.0006096027100907276	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
DEN0052_000000016319	2595	0.9051755942449788	4	4	4	4	1	True	118496	maximal	True	DEN0052_000000016319	1.0		0	0	False	False	0.9980732202529907	0					non-mobilizable	no_good_hit	1304.0	89.87700000000001	50.0	0.018414868617816705	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	True
ISR0206_000000001135	16130	0.9051746212106851	17	10	8	9	8	False	122393	fragment	False	ISR0206_000000001135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10963.0	98.27600000000001	79.0	0.5152298580426812	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	True	False
ISR0217_000000003033	9052	0.9051734621314108	9	7	3	3	5	False	90767	maximal	True	ISR0217_000000003033	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2966.0	99.56200000000001	79.0	0.0012965269591523735	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0041_000000016857	3317	0.905167254953176	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5077886442265336		0	0	False	False	0.9996985197067261	0					non-mobilizable	chromosome	3317.0	98.64299999999999	100.0	0.0011158095913848054	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0112_000000017749	1879	0.9051630734054494	3	2	2	2	2	True	4532	maximal	True	SPA0112_000000017749	1.0		1	1	False	False	0.9994677901268005	0					non-mobilizable	no_good_hit	1414.0	73.267	74.0	0.0006693102983040138	CP017982.1	firmicutes	Lactobacillus helveticus strain LH99 chromosome, complete genome	True	True
ISR0038_000000015418	2105	0.9051566454884168	3	3	3	3	3	False	80650	fragment	False	ISR0038_000000015418	0.9677871538908848		0	0	False	False	0.9985747933387756	0					non-mobilizable	other	2139.0	87.985	100.0	0.010292456382578134	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
AST0055_000000010636	3174	0.9051565919266052	4	4	4	3	1	False	113871	fragment	False	AST0055_000000010636	1.0		0	0	False	False	0.9965343475341797	0					non-mobilizable	no_good_hit	1363.0	88.848	43.0	0.0004610294240053978	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0027_000000000294	39500	0.90515304884617	30	17	8	17	7	True	86041	fragment	False	SPA0027_000000000294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1585.0	77.35	4.0	0.016954678839256603	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0003_01_000000002575	13756	0.9051419935204176	16	15	8	10	12	True	123608	maximal	True	USA0003_01_000000002575	1.0	PS902	2	1	False	True	1.0	0	rep_cluster_1097,rep_cluster_1702				non-mobilizable	no_good_hit	6268.0	99.37799999999999	69.0	0.0014268550652671785	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
AST0087_000000021241	1742	0.9051398676914856	4	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.11616809116809117		0	0	False	True	1.0	0					non-mobilizable	chromosome	1712.0	89.836	100.0	0.0005749028000257158	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0019_000000039369	1711	0.9051398676914856	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.11779528676888132		0	0	False	True	0.9403857588768005	0					non-mobilizable	chromosome	1713.0	90.426	100.0	0.000575575988316144	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0332_000000000459	17631	0.9051301623804444	24	11	4	8	6	True	68680	maximal	True	ISR0332_000000000459	1.0		2	2	True	True	1.0	4					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.0005611857524840722	NC_016046.1	firmicutes	Oscillibacter valericigenes Sjm18-20 plasmid pOBV01, complete sequence	True	True
ISR0801_000000002574	2536	0.9051197190706692	4	3	1	1	3	True	85716	fragment	False	ISR0801_000000002574	0.9974729928433504		0	0	False	False	0.999605655670166	0	rep_cluster_1079				non-mobilizable	plasmid	2481.0	99.758	98.0	0.4617247159620041	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0261_000000007179	2515	0.9051197190706692	5	3	1	1	3	True	85716	fragment	False	ISR0801_000000002574	0.9951887583519042		0	0	False	False	0.9984095692634583	0	rep_cluster_1079				non-mobilizable	plasmid	2440.0	99.67200000000001	97.0	0.45408828459675915	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0246_000000008391	2490	0.9051197190706692	5	3	1	1	3	True	85716	fragment	False	ISR0801_000000002574	0.9905499071253543		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2446.0	99.67299999999999	98.0	0.4552058111380145	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
ISR0827_000000004825	2335	0.9051197190706692	5	3	1	1	3	True	85716	fragment	False	ISR0801_000000002574	0.955658791521739		0	0	False	False	0.9995717406272888	0	rep_cluster_1079				non-mobilizable	plasmid	2280.0	99.781	98.0	0.4242875768299497	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
DEN0049_000000001459	2259	0.9051197190706692	4	3	1	1	3	True	85716	fragment	False	ISR0801_000000002574	0.57298177721593		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	2204.0	99.546	97.0	0.41013224064071524	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	False	True
CHI0164_000000006102	3891	0.9051101201000163	5	4	4	4	3	True	78413	maximal	True	CHI0164_000000006102	1.0		1	1	False	False	0.9956309199333191	0					non-mobilizable	no_good_hit								True	True
ISR0092_000000019554	1567	0.9050924866692388	2	2	2	2	2	True	33569	fragment	False	ISR0092_000000019554	1.0		0	0	False	False	0.9961710572242737	0					non-mobilizable	other	1379.0	80.493	93.0	0.01037522072922114	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
USA0057_01_000000011016	2858	0.9050819141618028	3	3	2	3	2	False	96858	maximal	True	USA0057_01_000000011016	1.0		2	2	False	False	0.9993001818656921	0					non-mobilizable	no_good_hit	1646.0	98.542	69.0	0.0005016291512099326	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0144_000000002842	10221	0.9050806997046614	11	11	11	11	11	False	57174	maximal	True	FIJ0144_000000002842	1.0		3	3	False	False	0.9952059388160706	0					non-mobilizable	plasmid	10163.0	99.764	99.0	0.04472730953921452	CP057035.1	enterobacteria	Klebsiella pneumoniae strain RHB39-C24 plasmid pRHB39-C24_2, complete sequence	False	True
ISR0339_000000001365	9165	0.9050741729942919	13	5	3	3	5	False	77063	maximal	True	ISR0339_000000001365	1.0	PS330|PS372	1	1	True	True	1.0	21					non-mobilizable	no_good_hit	1262.0	77.971	14.0	0.015003379683275395	AP023050.1	CFB group bacteria	Alistipes indistinctus 2BBH45 plasmid p2BBH45 DNA, complete sequence	True	True
ENG0178_000000001824	8925	0.9050628162150872	9	8	1	5	4	False	101866	fragment	False	ENG0178_000000001824	0.9984225286281841		0	0	False	False	1.0	0					non-mobilizable	chromosome	8925.0	99.92200000000001	100.0	0.0016190873782849613	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ETH0002_000000005592	5085	0.9050626335406704	5	3	2	3	2	True	53381	fragment	False	ISR0057_000000003152	0.6433478288271255		0	0	False	False	0.9994100332260132	0					non-mobilizable	no_good_hit	1274.0	91.523	25.0	0.00033958176224528364	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0175_000000003722	6763	0.9050621390885776	9	6	2	6	5	False	121663	fragment	False	ENG0175_000000003722	1.0		0	0	False	False	0.9989649653434753	0					non-mobilizable	no_good_hit								True	False
ENG0176_000000000790	9699	0.9050516465713829	13	3	3	3	3	False	117959	maximal	True	ENG0176_000000000790	1.0		6	4	False	False	1.0	0					non-mobilizable	other	7180.0	96.713	92.0	0.002016298483249408	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0075_000000005923	2936	0.9050374787759314	2	2	0	1	2	False	114697	fragment	False	SPA0075_000000005923	1.0		0	0	False	False	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	1691.0	99.941	100.0	0.30210940293171257	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0310_000000003919	3963	0.9050239904795268	6	3	2	3	1	False	25349	maximal	True	ISR0310_000000003919	1.0		1	1	False	False	0.9982336759567261	0					non-mobilizable	no_good_hit								True	False
ISR0119_000000002013	14266	0.9050219191405128	14	7	6	6	4	True	101306	fragment	False	ISR0119_000000002013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5995.0	98.132	72.0	0.05191403743083621	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
SPA0114_000000041402	1133	0.9050159189481676	1	1	1	1	1	False	4411	fragment	False	SPA0114_000000041402	1.0		0	0	False	False	0.999117374420166	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000020432	1238	0.9050131447225748	2	2	2	2	2	False	65567	fragment	False	MON0070_000000026564	0.9581418317776486		0	0	False	False	0.993537962436676	0					non-mobilizable	chromosome	1238.0	99.919	100.0	0.0004163669576298656	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0858_000000000880	8111	0.9050115712117924	11	8	2	3	8	False	117824	maximal	True	ISR0858_000000000880	1.0	PS794|PS796	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2802.0	97.46600000000001	68.0	0.0005907220938722245	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
FIJ0092_000000000494	26605	0.9050024759229084	44	9	4	9	6	True	43354	maximal	True	FIJ0092_000000000494	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.0003558410832956655	NZ_AWEY01000035.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00012, whole genome shotgun sequence	True	True
MON0041_000000008617	5248	0.9050019904459172	7	3	1	3	2	True	60205	fragment	False	MON0041_000000008617	1.0		0	0	False	False	0.9944741129875183	0					non-mobilizable	no_good_hit	906.0	72.185	17.0	0.0003655391641201181	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ISR0062_000000006154	4990	0.9049999336871722	7	6	5	6	4	False	68482	fragment	False	ISR0062_000000006154	1.0		0	0	False	False	0.9961923956871033	0					non-mobilizable	no_good_hit	440.0	78.40899999999999	9.0	0.00015232149106357348	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0107_000000007914	1832	0.9049984153631121	2	2	2	2	2	True	83016	fragment	False	CHI0107_000000007914	1.0		0	0	False	False	0.999454140663147	0					non-mobilizable	plasmid	1204.0	100.0	100.0	0.46180422264875237	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
MAD0057_000000013163	1183	0.904997412836749	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.06857213087539268		0	0	False	False	0.9983093738555908	0					non-mobilizable	chromosome	1183.0	90.955	100.0	0.0005068347654345551	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0274_000000001216	4011	0.9049919246810052	9	4	1	3	3	False	55539	maximal	False	ENG0177_000000006594	0.9818428853754941		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	575.0	76.0	14.0	0.13442003307347036	NZ_RBCK01000006.1	firmicutes	Streptococcus chosunense strain ChDC B353 KCOM1699_6, whole genome shotgun sequence	True	True
USA0132_01_000000007136	2284	0.9049914462687464	3	3	3	2	2	False	128390	fragment	False	USA0132_01_000000007136	0.9600587969244686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	70.508	63.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0028_000000003711	7839	0.9049868089431063	14	5	2	4	2	True	93517	maximal	True	FIJ0028_000000003711	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	92.31200000000001	39.0	0.0315280189983341	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0049_000000000419	21228	0.9049811028590821	32	10	6	9	8	False	17508	maximal	True	MAD0049_000000000419	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	82.91	5.0	0.000226334572795163	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0024_000000002330	11292	0.9049784595391592	8	6	4	3	5	True	121836	maximal	True	AST0024_000000002330	1.0		7	4	False	False	0.9989373087882996	0					non-mobilizable	no_good_hit	1280.0	86.17200000000001	11.0	0.00040826037213493276	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
AST0102_000000008716	3440	0.9049780787124968	5	2	0	2	2	True	108349	maximal	True	AST0102_000000008716	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	86.26	4.0	0.0029711375212224107	NZ_JAAIPV010000037.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_37_length_42408_cov_112.355, whole genome shotgun sequence	True	True
ENG0024_000000008962	3052	0.9049780787124968	5	2	0	2	2	True	66244	fragment	False	ENG0024_000000008962	1.0		0	0	False	False	0.9950851798057556	0					non-mobilizable	no_good_hit	130.0	86.154	4.0	0.0029475570647047727	NZ_JAAIPV010000037.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_37_length_42408_cov_112.355, whole genome shotgun sequence	True	True
ENG0182_000000011362	2499	0.9049780787124968	3	2	0	2	2	True	55242	fragment	False	ENG0182_000000011362	1.0		0	0	False	False	0.994797945022583	0					non-mobilizable	no_good_hit	67.0	94.03	3.0	1.7418913617195523e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0154_000000010186	2966	0.9049634446108148	3	3	2	3	2	False	126661	fragment	False	ENG0154_000000010186	0.9959062151097879		0	0	False	False	0.999325692653656	0					non-mobilizable	no_good_hit								True	False
ENG0158_000000007463	2449	0.904957391789109	4	3	3	2	1	False	92202	fragment	False	SPA0119_000000013186	0.931104769669792		0	0	False	False	1.0	0					non-mobilizable	other	2449.0	99.38799999999999	100.0	0.004517463650841396	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ENG0058_000000019262	1767	0.9049525786590902	3	3	2	2	2	False	63435	fragment	False	ENG0058_000000019262	1.0		0	0	False	False	0.9932088255882263	0					non-mobilizable	no_good_hit	881.0	95.23299999999999	64.0	0.0001954604314789025	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0024_000000001744	13046	0.9049511401719604	24	3	2	3	3	False	115692	fragment	False	ENG0024_000000001744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	89.096	20.0	0.0007253878992870006	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
SPA0118_000000003017	9041	0.9049448702892496	14	4	3	4	2	False	6107	maximal	True	SPA0118_000000003017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	0.0	1.2154875730529231e-05	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	True	False
AST0012_000000010132	2180	0.9049281917930376	5	3	2	3	3	False	125219	fragment	False	AST0012_000000010132	1.0		0	0	False	False	0.988990843296051	0					non-mobilizable	no_good_hit	1073.0	83.78399999999999	49.0	0.02177338490187652	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
BAN0019_000000000650	4317	0.9049203723038316	6	4	1	3	3	True	98350	maximal	False	BAN0016_000000000165	0.9969481494379988		0	0	True	True	1.0	59			MPF_T		non-mobilizable	plasmid	4128.0	99.637	100.0	0.9730941704035875	CP057534.1	enterobacteria	Escherichia coli strain RHB23-C10 plasmid pRHB23-C10_10, complete sequence	False	True
CAN0001_000000014131	3316	0.9049171126040774	6	2	1	2	1	True	97397	fragment	False	CAN0001_000000014131	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	93.17	99.0	0.008792056490693673	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0186_000000008359	1812	0.9049171126040774	4	2	1	2	1	True	85736	fragment	False	ISR0126_000000025974	0.9694576092680358		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	94.97399999999999	99.0	0.008549755721265108	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0388_000000021549	1632	0.9049171126040774	3	2	1	2	1	True	85735	fragment	False	ISR0388_000000021549	1.0		0	0	False	False	0.999387264251709	0					non-mobilizable	other	1632.0	95.772	100.0	0.004630082306183604	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
CHI0060_000000009175	1595	0.9049171126040774	3	2	1	2	1	True	85735	fragment	False	ISR0388_000000021549	0.9886642156862745		0	0	False	False	0.9993730187416077	0					non-mobilizable	other	1595.0	95.67399999999999	100.0	0.004523676687966963	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
ISR0230_000000002016	10177	0.904909384669486	9	6	5	6	3	True	122758	fragment	False	AST0046_000000001434	0.1491056255352569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3656.0	91.329	37.0	0.01496321764568315	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0106_000000005861	3264	0.9049053645919676	3	3	3	3	2	False	113617	fragment	False	CHI0106_000000005861	1.0		0	0	False	False	0.999387264251709	0					non-mobilizable	other	3197.0	88.48899999999999	100.0	0.0007888778875024939	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	False
USA0082_01_000000002941	9098	0.9049028055687336	8	7	6	7	5	False	116169	fragment	False	USA0082_01_000000002941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	96.02799999999999	31.0	0.00028982870919659756	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0146_000000006369	5927	0.9048977644023268	8	4	0	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9993793962249956	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	1782.0	90.685	41.0	0.19797575353130908	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
MON0081_000000014732	3838	0.9048951688370098	4	3	3	3	3	False	128605	fragment	False	ISR0295_000000006385	0.2589952643236076		0	0	False	False	0.9997394680976868	0					non-mobilizable	no_good_hit	1036.0	87.259	27.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0039_000000006295	6476	0.9048873123442548	5	5	5	5	5	False	121308	fragment	False	CHI0124_000000002818	0.9503989471039167		0	0	False	True	1.0	0					non-mobilizable	chromosome	4119.0	92.71700000000001	100.0	0.0008477400588893179	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
MON0027_000000009185	4088	0.9048826624459172	6	4	2	4	3	False	63151	fragment	False	MON0027_000000009185	1.0		0	0	False	False	0.9926614761352539	0					non-mobilizable	no_good_hit	1147.0	96.861	28.0	0.00033940722202889105	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0052_000000003784	6890	0.9048722571723424	10	6	6	4	3	False	102635	maximal	True	ENG0052_000000003784	1.0		0	0	False	False	0.9998548626899719	0					non-mobilizable	no_good_hit	2697.0	99.036	39.0	0.11180227253877416	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0814_000000001956	19011	0.9048691664454276	24	12	5	12	6	True	102786	maximal	True	ISR0814_000000001956	1.0		6	3	False	False	0.998579740524292	0					non-mobilizable	no_good_hit	115.0	81.73899999999999	1.0	2.6538891071241142e-05	NZ_JAFX01000001.1	CFB group bacteria	Algoriphagus marincola HL-49 K302DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
ISR0142_000000000215	4215	0.90486829344242	6	5	4	5	5	False	76895	maximal	True	ISR0142_000000000215	1.0		4	3	False	False	0.9895610809326172	0					non-mobilizable	no_good_hit	2723.0	82.70299999999999	64.0	0.0009211948553085256	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0320_000000012695	1964	0.9048657291879804	2	1	1	1	1	False	25060	maximal	True	ISR0320_000000012695	1.0		1	1	False	False	0.9750509262084961	0					non-mobilizable	no_good_hit	284.0	84.859	14.0	0.00040324903508266605	NZ_CYXL01000001.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
AUS0006_000000009362	2588	0.9048523942092951	2	2	0	1	1	False	102116	fragment	False	AUS0006_000000009362	1.0		0	0	False	False	0.9984543919563293	0	rep_cluster_870	MOBV			mobilizable	other	1374.0	99.927	100.0	0.2454415445119771	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
ENG0068_000000005745	3978	0.9048400179799259	5	4	2	3	3	False	116205	fragment	False	ENG0142_000000006104	0.47547778033617316		0	0	False	False	0.9989944696426392	0					non-mobilizable	no_good_hit	1876.0	94.083	59.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0080_000000010853	1130	0.9048398088861296	2	2	2	2	1	False	55434	fragment	False	ISR0854_000000006936	0.4782251437962202		0	0	False	False	0.9849557280540466	0					non-mobilizable	other	1130.0	98.053	100.0	0.00021866331060125824	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0845_000000005235	1945	0.904834597066797	3	3	2	3	1	False	20691	fragment	False	ISR0845_000000005235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	80.623	15.0	0.00012538228444768665	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0013_000000011041	2189	0.9048339113366601	3	3	3	3	2	False	130875	maximal	True	MAD0013_000000011041	1.0	PS1128	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1656.0	85.085	75.0	0.019460724075999622	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0097_000000000166	50450	0.9048314753267744	52	24	13	20	11	True	34473	maximal	True	ISR0097_000000000166	1.0		2	2	False	False	1.0	0		MOBP			mobilizable	plasmid	12668.0	95.84	94.0	0.10825359875391541	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
MON0007_000000047162	1382	0.9048290158818616	2	2	2	2	2	True	69437	fragment	False	MON0078_000000031173	0.44642257627427234		0	0	False	False	0.9992763996124268	0					non-mobilizable	no_good_hit	326.0	72.699	25.0	0.0017165383324127923	NZ_LQQU01000013.1	b-proteobacteria	Crenobacter luteus strain CN10 contig_20, whole genome shotgun sequence	True	True
MON0054_000000009166	4136	0.9048285823089636	5	4	3	3	4	False	11144	maximal	True	MON0054_000000009166	1.0		1	1	False	False	0.9763056039810181	0					non-mobilizable	no_good_hit	496.0	71.169	11.0	0.0002895626835251243	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
USA0135_01_000000001437	8828	0.9048262387682676	10	6	3	6	4	True	125317	fragment	False	USA0135_01_000000001437	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2261.0	78.28399999999999	38.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
BAN0018_000000000812	2873	0.9048255919314052	5	5	4	5	5	False	98130	fragment	False	BAN0018_000000000812	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2871.0	99.303	99.0	0.0005556550485714147	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
ENG0021_000000003025	6057	0.9048242410092724	7	7	7	7	6	False	116674	fragment	False	CHI0025_000000001960	0.9910021462770349		0	0	False	False	1.0	0					non-mobilizable	chromosome	6057.0	99.29	100.0	0.002374899166785294	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0175_000000002719	4622	0.9048228115654646	7	6	6	6	5	False	116671	fragment	False	ENG0135_000000004207	0.969066722972973		0	0	False	False	0.9794461131095886	0					non-mobilizable	other	4461.0	99.26	97.0	0.0018171661904414615	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0166_000000006425	2893	0.904815766808748	2	1	1	1	1	False	30216	fragment	False	ISR0166_000000006425	1.0		0	0	False	False	0.9989629983901978	0					non-mobilizable	other	2893.0	99.896	100.0	0.006447154290300287	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0127_000000004636	6188	0.9048130431834748	7	5	2	3	4	False	104930	fragment	False	SPA0127_000000004636	1.0		0	0	False	False	0.9982223510742188	0					non-mobilizable	no_good_hit	4698.0	95.46600000000001	86.0	0.3772488906817265	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
DEN0022_000000006280	5541	0.9048130431834748	8	5	2	3	4	False	104929	fragment	False	DEN0022_000000006280	1.0		0	0	False	False	0.9998195171356201	0					non-mobilizable	plasmid	4697.0	95.444	99.0	0.3772488906817265	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0036_000000002899	5369	0.9048130431834748	8	5	2	3	4	False	104926	fragment	False	MON0036_000000002899	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4710.0	97.792	96.0	0.3799112545381202	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0310_000000002153	6612	0.9048104221835932	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.33251230280251054		0	0	False	False	1.0	0					non-mobilizable	plasmid	5182.0	97.935	98.0	0.044776507727264846	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0064_000000003751	5733	0.9048104221835932	7	3	2	3	2	True	100153	fragment	False	MON0064_000000003751	0.9581994867747011		0	0	False	False	1.0	0					non-mobilizable	plasmid	5228.0	97.28399999999999	98.0	0.04498464954122075	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0175_000000002131	10674	0.9048090027593096	14	9	5	6	7	True	124508	fragment	False	ENG0175_000000002131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	87.225	9.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0088_000000009002	3055	0.9048063495448122	4	4	3	3	3	False	124036	maximal	True	FIJ0088_000000009002	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1915.0	96.919	99.0	0.0005298498758685039	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CAN0016_000000033559	1362	0.9048031411782506	2	2	2	2	1	False	92707	fragment	False	SPA0016_000000023174	0.6574270188555903		0	0	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit	218.0	91.743	52.0	4.067517016250296e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
AST0113_000000003625	8516	0.90480123468131	10	7	4	5	6	True	132506	backbone	False	ISR0038_000000002833	0.9436168656705863	PS1165|PS799|PS800	0	0	False	True	0.9995303153991699	0	rep_cluster_1097	MOBB			mobilizable	plasmid	8517.0	99.89399999999999	100.0	0.9520348837209303	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
USA0121_01_000000006079	7499	0.904798954828524	11	5	3	4	4	True	118239	fragment	False	USA0121_01_000000006079	0.9544461139188636		0	0	False	False	1.0	0					non-mobilizable	chromosome	7395.0	97.76899999999999	99.0	0.0013133082854323039	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0143_000000002205	7106	0.9047884988851046	8	6	2	5	3	False	111563	fragment	False	SPA0143_000000002205	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7106.0	99.73299999999999	100.0	0.0031121917454450267	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0004_000000004223	6181	0.9047818315215064	9	6	3	5	4	False	119579	maximal	True	ENG0004_000000004223	0.9916705979492642		12	5	True	True	0.999514639377594	8					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0021_000000004687	6091	0.9047818315215064	9	6	3	5	4	False	119579	maximal	False	ENG0004_000000004223	0.9882599739910913		0	0	True	True	0.9998358488082886	40					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0056_000000005137	6005	0.9047818315215064	9	6	3	5	4	False	119579	maximal	False	ENG0004_000000004223	0.9821265525743396		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
USA0069_01_000000010211	5999	0.9047818315215064	9	6	3	5	4	False	119579	maximal	False	ENG0004_000000004223	0.983129657087781		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
USA0034_01_000000009517	5999	0.9047818315215064	9	6	3	5	4	False	119579	maximal	False	ENG0004_000000004223	0.983129657087781		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
MON0076_000000010116	4365	0.9047798534634792	6	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.5372564904174566		0	0	False	False	1.0	0					non-mobilizable	plasmid	4142.0	97.65799999999999	95.0	0.03562694048878636	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
USA0037_01_000000007978	4470	0.9047760796262287	6	5	3	4	5	False	101917	fragment	False	CAN0014_000000008690	0.6356075123952521		0	0	False	False	0.9993288516998291	0					non-mobilizable	chromosome	4409.0	99.977	100.0	0.0008051816581517976	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0068_000000002571	8759	0.9047713174763716	14	10	5	7	7	False	128710	fragment	False	ENG0068_000000002571	1.0		0	0	False	False	0.9994291663169861	0					non-mobilizable	no_good_hit	3468.0	94.146	56.0	0.07750151064163105	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0119_000000004420	7873	0.9047540377404952	7	4	4	3	2	False	116113	fragment	False	SPA0119_000000004420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	73.206	3.0	6.414134560807446e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0068_000000002161	9049	0.9047518981320392	10	4	2	4	1	False	16488	maximal	True	MAD0068_000000002161	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	0.0	0.0010100512416239653	NZ_JXYS01000065.1	actinobacteria	Acidithrix ferrooxidans strain Py-F3 AXFE_contig000065, whole genome shotgun sequence	True	False
MAD0045_000000004162	7078	0.9047505487321044	9	3	3	3	2	False	97569	fragment	False	MAD0045_000000004162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	100.0	1.0	0.010805248263442244	KU547634.1	bacteria	Uncultured bacterium clone TE_08H_000_Contig_3 genomic sequence	True	False
ISR0791_000000008972	2038	0.9047498300581858	4	3	3	3	3	False	92119	fragment	False	CHI0148_000000005763	0.9643414940147718		0	0	False	False	1.0	0					non-mobilizable	other	2038.0	97.939	100.0	0.008144742103158737	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0031_000000004760	2027	0.9047498300581858	4	3	3	3	3	False	92119	fragment	False	CHI0148_000000005763	0.9640041534848405		0	0	False	False	1.0	0					non-mobilizable	other	2027.0	97.977	100.0	0.008100759696121552	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0011_000000007423	3484	0.9047487332576872	4	1	0	1	1	True	78951	maximal	True	ISR0011_000000007423	0.993800492835645		4	2	True	True	1.0	56					non-mobilizable	no_good_hit	171.0	77.778	5.0	0.0006097834707528394	NZ_QJKD01000009.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_109, whole genome shotgun sequence	True	True
CHI0157_000000002832	3443	0.9047487332576872	4	1	0	1	1	True	78951	maximal	False	ISR0011_000000007423	0.9935852615247494		0	0	True	True	0.9970955848693848	21					non-mobilizable	no_good_hit	171.0	77.778	5.0	0.0006097834707528394	NZ_QJKD01000009.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_109, whole genome shotgun sequence	True	True
ISR0808_000000004267	3443	0.9047487332576872	4	1	0	1	1	True	78951	maximal	False	ISR0011_000000007423	0.9936550775698069		0	0	True	True	1.0	32					non-mobilizable	no_good_hit	171.0	77.778	5.0	0.0006097834707528394	NZ_QJKD01000009.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_109, whole genome shotgun sequence	True	True
ENG0015_000000005542	3428	0.9047487332576872	6	1	0	1	1	True	78951	maximal	False	ISR0011_000000007423	0.9815801174249543		0	0	True	True	0.9994165897369385	14					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.212099501808915e-07	LR778311.1	eudicots	Raphanus sativus genome assembly, chromosome: 2	True	True
ISR0804_000000005347	3357	0.9047487332576872	4	1	0	1	1	True	21822	maximal	True	ISR0804_000000005347	1.0		1	1	True	True	0.9985105991363525	15					non-mobilizable	no_good_hit	171.0	77.778	5.0	0.0006097834707528394	NZ_QJKD01000009.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_109, whole genome shotgun sequence	True	True
AST0110_000000006257	2956	0.9047487332576872	3	1	0	1	1	True	107016	maximal	True	AST0110_000000006257	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	521.0	80.23	17.0	0.18029350104821804	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	True	True
AST0087_000000014954	2449	0.9047487332576872	3	1	0	1	1	True	110922	backbone	True	AST0087_000000014954	1.0	PS701	1	1	True	True	1.0	75					non-mobilizable	no_good_hit	850.0	97.647	60.0	0.2966457023060797	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	True	True
USA0062_01_000000009826	2126	0.9047487332576872	4	1	0	1	1	True	878	fragment	False	USA0062_01_000000009826	1.0		0	0	False	False	0.9952963590621948	0					non-mobilizable	no_good_hit	708.0	98.164	36.0	0.1745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0090_000000022443	1984	0.9047487332576872	3	1	0	1	1	True	43475	maximal	True	FIJ0090_000000022443	1.0		1	1	False	False	0.9984878897666931	0					non-mobilizable	no_good_hit								True	True
CHI0015_000000005140	1927	0.9047487332576872	3	1	0	1	1	True	89843	fragment	False	CHI0015_000000005140	1.0		0	0	False	False	0.9974052906036377	0					non-mobilizable	no_good_hit	1377.0	84.314	87.0	0.39887307236061686	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
SPA0145_000000018356	1893	0.9047487332576872	4	1	0	1	1	True	58070	fragment	False	SPA0145_000000018356	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1828.0	99.234	97.0	0.5412218268090154	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0059_000000009845	1739	0.9047487332576872	3	1	0	1	1	True	66226	fragment	False	ISR0059_000000009845	1.0		0	0	False	False	0.999424934387207	0					non-mobilizable	no_good_hit	172.0	94.76700000000001	13.0	0.042222222222222223	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
USA0037_01_000000019580	1729	0.9047487332576872	3	1	0	1	1	True	27039	fragment	False	USA0037_01_000000019580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	99.04799999999999	31.0	0.07728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0804_000000011291	1729	0.9047487332576872	3	1	0	1	1	True	27040	fragment	False	ISR0804_000000011291	1.0		0	0	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit	325.0	76.923	19.0	0.09742033383915023	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
TAN0017_000000021800	1723	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9322851946953586	PS504|PS980	0	0	True	True	0.998839259147644	42					non-mobilizable	no_good_hit	930.0	95.054	86.0	0.5943335479716677	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0379_000000014598	1712	0.9047487332576872	1	1	0	1	1	True	126917	backbone	True	ISR0379_000000014598	0.9932370655419174	PS504|PS980	30	6	True	True	1.0	94					non-mobilizable	plasmid	1407.0	87.27799999999999	90.0	0.8886027044430135	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0217_000000013511	1712	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9926594388044448	PS504|PS980	0	0	True	True	1.0	133					non-mobilizable	plasmid	1407.0	87.20700000000001	90.0	0.8886027044430135	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0171_000000016912	1712	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9920275335534302	PS504|PS980	0	0	True	True	1.0	100					non-mobilizable	plasmid	1408.0	87.21600000000001	90.0	0.8886027044430135	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0377_000000009073	1696	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9458032077932725	PS504|PS980	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	753.0	98.67200000000001	81.0	0.48293625241468124	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0065_000000011138	1694	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9922873423635143	PS504|PS980	0	0	True	True	1.0	17					non-mobilizable	plasmid	1129.0	84.145	90.0	0.7095943335479716	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0112_000000021724	1693	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9931670031683516	PS504|PS980	0	0	True	True	1.0	108					non-mobilizable	plasmid	680.0	98.824	90.0	0.4359304571796523	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0011_000000016708	1692	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9923200975148272	PS504|PS980	0	0	True	True	1.0	54					non-mobilizable	plasmid	680.0	98.676	90.0	0.4359304571796523	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
MAD0012_000000017714	1672	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9921410837094552	PS504|PS980	0	0	True	True	0.9958133697509766	21					non-mobilizable	no_good_hit	1458.0	87.51700000000001	86.0	0.9207984546039922	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0086_000000016773	1672	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9927850984591898	PS504|PS980	0	0	True	True	1.0	57					non-mobilizable	plasmid	791.0	98.609	90.0	0.5074050225370251	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0838_000000014517	1672	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.992251955324685	PS504|PS980	0	0	True	True	1.0	66					non-mobilizable	plasmid	801.0	98.50200000000001	90.0	0.5138441725692209	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
MAD0015_000000012612	1653	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9881110108056448	PS504|PS980	0	0	True	True	0.986690878868103	3					non-mobilizable	plasmid	1055.0	83.12799999999999	90.0	0.6613007083065036	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
USA0035_01_000000015438	1652	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9703947068562101	PS504|PS980	0	0	True	True	1.0	4					non-mobilizable	plasmid	731.0	98.632	90.0	0.4687701223438506	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0167_000000017231	1651	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.995317988580558	PS1134	0	0	True	True	0.9993942975997925	71					non-mobilizable	plasmid	1269.0	99.921	100.0	0.8164842240824212	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0166_000000012803	1651	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9939820615911453	PS1134	0	0	True	True	1.0	143					non-mobilizable	plasmid	1269.0	99.527	100.0	0.8164842240824212	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0392_000000020903	1651	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9907330037460215	PS1134	0	0	True	True	1.0	210					non-mobilizable	plasmid	1270.0	99.134	100.0	0.8164842240824212	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
AST0007_000000010930	1650	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.947780406672965	PS504|PS980	0	0	True	True	1.0	3					non-mobilizable	plasmid	864.0	94.329	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0353_000000022407	1648	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.8823217611263929	PS504|PS980	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	853.0	93.2	52.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0074_000000018382	1639	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9877413242457301	PS504|PS980	0	0	False	True	0.9975594878196716	0					non-mobilizable	no_good_hit	840.0	98.095	89.0	0.5376690276883451	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0172_000000017176	1632	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9898002357231641	PS504|PS980	0	0	True	True	1.0	1					non-mobilizable	plasmid	843.0	98.102	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
FIJ0169_000000013918	1632	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9898002357231641	PS504|PS980	0	0	True	True	1.0	1					non-mobilizable	plasmid	843.0	98.102	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
MAD0001_000000015847	1632	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9877110655113883	PS504|PS980	0	0	True	True	1.0	13					non-mobilizable	plasmid	843.0	98.221	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
MAD0054_000000010657	1632	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9871485473888508	PS504|PS980	0	0	True	True	1.0	11					non-mobilizable	plasmid	843.0	98.102	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
FIJ0008_000000017597	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9909848446412273	PS504|PS980	0	0	True	True	1.0	2					non-mobilizable	plasmid	842.0	98.456	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
FIJ0090_000000028025	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9909848446412273	PS504|PS980	0	0	False	True	1.0	0					non-mobilizable	plasmid	842.0	98.456	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ENG0010_000000013205	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9914792940631806	PS504|PS980	0	0	True	True	1.0	5					non-mobilizable	plasmid	842.0	98.575	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0174_000000014956	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9918741474742268	PS504|PS980	0	0	True	True	1.0	19					non-mobilizable	plasmid	842.0	98.456	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
DEN0096_000000027730	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9914694776304722	PS504|PS980	0	0	True	True	0.9981606602668762	6					non-mobilizable	plasmid	842.0	98.456	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ENG0004_000000016284	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.991854979460168	PS504|PS980	0	0	True	True	0.9889638423919678	10					non-mobilizable	plasmid	842.0	98.456	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0162_000000024284	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9918741474742268	PS504|PS980	0	0	True	True	1.0	18					non-mobilizable	plasmid	842.0	98.575	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
FIJ0075_000000012044	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9904261663594719	PS504|PS980	0	0	True	True	1.0	1					non-mobilizable	plasmid	842.0	98.456	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0312_000000011104	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9908047206676934	PS504|PS980	0	0	True	True	0.995708167552948	6					non-mobilizable	plasmid	842.0	98.219	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
SPA0011_000000010631	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9906495898537024	PS504|PS980	0	0	True	True	1.0	13					non-mobilizable	plasmid	842.0	98.219	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0785_000000023172	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9919324719052317	PS504|PS980	0	0	True	True	1.0	45					non-mobilizable	plasmid	842.0	98.456	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ENG0157_000000015267	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9918457195390423	PS504|PS980	0	0	True	True	1.0	5					non-mobilizable	plasmid	842.0	98.456	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0199_000000018757	1631	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9925035337654323	PS1134	0	0	True	True	1.0	36					non-mobilizable	plasmid	968.0	99.38	100.0	0.6220218931101095	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
FIJ0168_000000013859	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9909848446412273	PS504|PS980	0	0	True	True	1.0	5					non-mobilizable	plasmid	842.0	98.456	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
FIJ0145_000000009652	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9915385345506645	PS504|PS980	0	0	True	True	1.0	3					non-mobilizable	plasmid	842.0	98.337	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0824_000000014275	1631	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9911957181020113	PS504|PS980	0	0	True	True	0.9987737536430359	16					non-mobilizable	plasmid	843.0	98.458	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0041_000000009022	1631	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9557212910749376	PS1134	0	0	True	True	0.9809932708740234	9					non-mobilizable	plasmid	1557.0	95.568	99.0	0.9993560849967804	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
FIJ0072_000000015623	1630	0.9047487332576872	2	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9900072892243429	PS504|PS980	0	0	True	True	0.9993864893913269	7					non-mobilizable	plasmid	841.0	98.335	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
FIJ0109_000000015132	1630	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9905305434499534	PS504|PS980	0	0	True	True	1.0	1					non-mobilizable	plasmid	842.0	98.456	90.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
AST0003_000000020359	1594	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9843204680365173	PS1134	0	0	True	True	1.0	60					non-mobilizable	plasmid	1117.0	98.568	100.0	0.7160334835801674	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0282_000000015254	1591	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9951441561952593	PS1134	0	0	True	True	1.0	100					non-mobilizable	plasmid	1390.0	99.85600000000001	100.0	0.8943979394719896	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0842_000000014459	1591	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9827292439640136	PS1134	0	0	True	True	1.0	28					non-mobilizable	plasmid	864.0	97.454	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0849_000000017121	1591	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9955095500101088	PS1134	0	0	True	True	1.0	101					non-mobilizable	plasmid	814.0	99.75399999999999	100.0	0.5235028976175145	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0120_000000022346	1591	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9949181610169423	PS1134	0	0	True	True	1.0	55					non-mobilizable	plasmid	812.0	99.75399999999999	100.0	0.5222150676110754	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
MAD0032_000000010696	1586	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9375345928792679	PS504|PS980	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	413.0	98.789	89.0	0.2646490663232453	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0101_000000014889	1582	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9907567498004249	PS1134	0	0	True	True	1.0	57					non-mobilizable	plasmid	1146.0	99.12700000000001	100.0	0.7372826786864134	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0197_000000016269	1573	0.9047487332576872	1	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9822201424327776	PS1134	0	0	True	True	0.9955499172210693	2					non-mobilizable	plasmid	846.0	98.227	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0304_000000006360	1572	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9759200944804667	PS1134	0	0	True	True	1.0	21					non-mobilizable	plasmid	847.0	96.57600000000001	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0774_000000015830	1572	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9759200944804667	PS1134	0	0	True	True	0.9930025339126587	11					non-mobilizable	plasmid	847.0	96.57600000000001	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0310_000000011174	1570	0.9047487332576872	1	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9940286457437163	PS1134	0	0	True	True	1.0	13					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0825_000000015234	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9948740610714716	PS1134	0	0	True	True	1.0	14					non-mobilizable	plasmid	843.0	99.64399999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0773_000000010536	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9953608810988989	PS1134	0	0	True	True	1.0	10					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0364_000000011420	1570	0.9047487332576872	1	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9942727552900942	PS1134	0	0	True	True	1.0	30					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0048_000000012091	1570	0.9047487332576872	1	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9940286457437163	PS1134	0	0	True	True	0.9993630647659302	9					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0368_000000008307	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9947498841017534	PS1134	0	0	True	True	1.0	21					non-mobilizable	plasmid	843.0	99.64399999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0335_000000012162	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9953608810988989	PS1134	0	0	True	True	1.0	12					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0249_000000013476	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9956791762301627	PS1134	0	0	True	True	0.9961783289909363	4					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
DEN0026_000000018211	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9943048179247325	PS1134	0	0	True	True	0.9866241812705994	3					non-mobilizable	plasmid	843.0	99.52600000000001	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0341_000000008700	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9956791762301627	PS1134	0	0	True	True	1.0	29					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0374_000000010269	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9956791762301627	PS1134	0	0	True	True	1.0	3					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
AUS0022_000000021672	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9945184413375799	PS1134	0	0	True	True	0.9802547693252563	6					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0016_000000014061	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9953608810988989	PS1134	0	0	True	True	1.0	39					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0125_000000009676	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9953608810988989	PS1134	0	0	True	True	1.0	8					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0794_000000013111	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9953608810988989	PS1134	0	0	True	True	0.9980891942977905	4					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
CHI0178_000000006515	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9937542974929473	PS1134	0	0	True	True	1.0	54					non-mobilizable	plasmid	843.0	99.40700000000001	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0051_000000023639	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9953608810988989	PS1134	0	0	True	True	1.0	13					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0182_000000025478	1570	0.9047487332576872	1	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9951174958736644	PS1134	0	0	True	True	0.993630588054657	12					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
AUS0020_000000016768	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	True	AUS0020_000000016768	0.9956791762301627	PS1134	57	5	True	True	0.9974522590637207	15					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0396_000000014690	1570	0.9047487332576872	1	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9951174958736644	PS1134	0	0	True	True	1.0	15					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0238_000000009518	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9951016661042966	PS1134	0	0	True	True	0.9980891942977905	10					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0158_000000012241	1570	0.9047487332576872	1	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9950560781407384	PS1134	0	0	True	True	1.0	7					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0385_000000014879	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9953608810988989	PS1134	0	0	True	True	1.0	24					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0298_000000009427	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9949561467849076	PS1134	0	0	True	True	0.9968152642250061	11					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0150_000000015293	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9953608810988989	PS1134	0	0	True	True	1.0	7					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0017_000000021164	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9945458032868609	PS1134	0	0	True	True	1.0	29					non-mobilizable	plasmid	843.0	99.64399999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
AST0047_000000014534	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9951415394270035	PS1134	0	0	True	True	0.9993630647659302	15					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0342_000000009455	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9948740610714716	PS1134	0	0	True	True	0.9878981113433838	8					non-mobilizable	plasmid	843.0	99.64399999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0001_000000015924	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9948740610714716	PS1134	0	0	True	True	1.0	16					non-mobilizable	plasmid	843.0	99.64399999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0071_000000005030	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9953608810988989	PS1134	0	0	True	True	1.0	7					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0030_000000013775	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9945775582482543	PS1134	0	0	True	True	1.0	17					non-mobilizable	plasmid	843.0	99.64399999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0326_000000012906	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9953608810988989	PS1134	0	0	True	True	0.9993630647659302	7					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0291_000000009419	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9951415394270035	PS1134	0	0	True	True	0.993630588054657	8					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0018_000000013405	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.994737783009475	PS1134	0	0	True	True	0.9993630647659302	7					non-mobilizable	plasmid	843.0	99.64399999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0354_000000012047	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9956791762301627	PS1134	0	0	True	True	1.0	7					non-mobilizable	plasmid	843.0	99.881	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0327_000000018473	1570	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9945692581133115	PS1134	0	0	True	True	0.9980891942977905	9					non-mobilizable	plasmid	843.0	99.76299999999999	100.0	0.5421764327108821	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
FIJ0158_000000011862	1559	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9310318130270476	PS504|PS980	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	770.0	96.104	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0021_000000030835	1552	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9056966734174482	PS504|PS980	0	0	False	True	0.9980670213699341	0					non-mobilizable	no_good_hit	842.0	98.456	54.0	0.5396007726980039	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0831_000000012016	1547	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.959874711532454	PS504|PS980	0	0	True	True	0.9961215257644653	7					non-mobilizable	no_good_hit	758.0	98.285	89.0	0.4861558274307791	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
SPA0076_000000010852	1543	0.9047487332576872	3	1	0	1	1	True	5730	fragment	False	SPA0076_000000010852	1.0		0	0	False	False	0.9993519186973572	0					non-mobilizable	plasmid	1542.0	98.184	99.0	0.4569988137603796	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
FIJ0129_000000014234	1539	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9417609756809995	PS504|PS980	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	749.0	98.665	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
AST0149_000000017312	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9421883082505405	PS504|PS980	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	749.0	98.665	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0290_000000010526	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9433518118265123	PS504|PS980	0	0	False	True	0.9733420014381409	0					non-mobilizable	no_good_hit	749.0	98.79799999999999	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0076_000000016998	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9437380658544675	PS504|PS980	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	749.0	98.79799999999999	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0105_000000021547	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9426253776490521	PS504|PS980	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	749.0	98.665	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0039_000000014866	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.942281003174725	PS504|PS980	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	749.0	98.665	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0161_000000011306	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.942281003174725	PS504|PS980	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	749.0	98.665	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0009_000000021878	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9433635836906062	PS504|PS980	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	749.0	98.79799999999999	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0127_000000012567	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9417307102492355	PS504|PS980	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	749.0	98.665	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ENG0043_000000022536	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9437380658544675	PS504|PS980	0	0	True	True	0.9980494379997253	3					non-mobilizable	no_good_hit	749.0	98.79799999999999	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0375_000000015067	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9419367664250202	PS504|PS980	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	749.0	98.398	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0171_000000013594	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9432170769143576	PS504|PS980	0	0	False	True	0.9889466762542725	0					non-mobilizable	no_good_hit	749.0	98.665	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0138_000000018950	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.94275128068882	PS504|PS980	0	0	True	True	0.995448648929596	3					non-mobilizable	no_good_hit	749.0	98.665	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
SPA0009_000000024168	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9416165039398746	PS504|PS980	0	0	True	True	0.9980494379997253	5					non-mobilizable	no_good_hit	749.0	98.531	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0087_000000020985	1538	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.942968550691536	PS504|PS980	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	749.0	98.79799999999999	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0035_000000012782	1537	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9415686647044335	PS504|PS980	0	0	True	True	0.9993493556976318	4					non-mobilizable	no_good_hit	749.0	98.531	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0113_000000010591	1537	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9426745475079635	PS504|PS980	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	749.0	98.79799999999999	89.0	0.48036059240180295	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ENG0205_000000005313	1535	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9408396140530734	PS504|PS980	0	0	True	True	0.9973941445350647	5					non-mobilizable	no_good_hit	746.0	98.525	89.0	0.47842884739214425	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ENG0036_000000016376	1532	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9381096783337892	PS504|PS980	0	0	True	True	0.9941253066062927	3					non-mobilizable	no_good_hit	746.0	98.525	89.0	0.47842884739214425	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ENG0019_000000011745	1530	0.9047487332576872	2	1	0	1	1	True	66519	maximal	True	ENG0019_000000011745	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	86.34	63.0	0.1966280723136299	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
ISR0265_000000011316	1525	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9713548921554203	PS1134	0	0	True	True	0.9934425950050354	13					non-mobilizable	plasmid	728.0	99.863	100.0	0.46812620734063104	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ENG0024_000000017024	1519	0.9047487332576872	4	1	0	1	1	True	66225	fragment	False	ISR0378_000000020919	0.9852567420839393		0	0	False	False	0.9993416666984558	0					non-mobilizable	no_good_hit	208.0	90.865	18.0	0.051111111111111114	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0025_000000014089	1515	0.9047487332576872	1	1	0	1	1	True	126917	backbone	False	ISR0379_000000014598	0.9122507123146855	PS504|PS980	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	765.0	98.56200000000001	89.0	0.49066323245331617	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0378_000000020919	1510	0.9047487332576872	3	1	0	1	1	True	66225	fragment	False	ISR0378_000000020919	0.9857420952303028		0	0	False	False	0.9900662302970886	0					non-mobilizable	no_good_hit	208.0	90.865	14.0	0.051111111111111114	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0156_000000016519	1496	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9425478822058857	PS1134	0	0	True	True	0.9933155179023743	14					non-mobilizable	plasmid	728.0	99.863	99.0	0.46812620734063104	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
AST0002_000000025039	1496	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.947446345204931	PS1134	0	0	True	True	0.9792780876159668	2					non-mobilizable	plasmid	755.0	99.603	99.0	0.4855119124275596	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0284_000000009424	1494	0.9047487332576872	3	1	0	1	1	True	66225	fragment	False	ISR0378_000000020919	0.9845085322945109		0	0	False	False	0.9993306398391724	0					non-mobilizable	no_good_hit	208.0	90.865	16.0	0.051111111111111114	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0810_000000012022	1480	0.9047487332576872	4	1	0	1	1	True	27037	fragment	False	ISR0810_000000012022	1.0		0	0	False	False	0.9662162065505981	0					non-mobilizable	no_good_hit	480.0	99.375	38.0	0.1182716049382716	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0278_000000008060	1478	0.9047487332576872	1	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9445224647192819	PS1134	0	0	True	True	1.0	3					non-mobilizable	plasmid	751.0	99.734	100.0	0.48293625241468124	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
CHI0137_000000011605	1461	0.9047487332576872	3	1	0	1	1	True	80489	fragment	False	CHI0137_000000011605	1.0		0	0	False	False	0.9609856009483337	0					non-mobilizable	plasmid	1335.0	88.61399999999999	90.0	0.48415300546448087	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
CHI0109_000000013559	1453	0.9047487332576872	3	1	0	1	1	True	82740	fragment	False	CHI0109_000000013559	1.0		0	0	False	False	0.9938059449195862	0					non-mobilizable	no_good_hit	1217.0	87.264	83.0	0.351423487544484	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ISR0096_000000016758	1432	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.9156614310296176	PS1134	0	0	False	True	1.0	0					non-mobilizable	plasmid	729.0	99.726	100.0	0.46812620734063104	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0842_000000016345	1425	0.9047487332576872	3	1	0	1	1	True	66225	fragment	False	ISR0378_000000020919	0.9534355969832211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	94.76700000000001	12.0	0.042222222222222223	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0135_000000015984	1413	0.9047487332576872	3	1	0	1	1	True	58069	fragment	False	ENG0135_000000015984	1.0		0	0	False	False	0.9858457446098328	0					non-mobilizable	plasmid	1349.0	99.555	95.0	0.3994661921708185	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ENG0111_000000014524	1411	0.9047487332576872	2	1	0	1	1	True	65849	fragment	False	ENG0111_000000014524	0.9858736059479554		0	0	False	False	1.0	0					non-mobilizable	plasmid	1303.0	85.495	90.0	0.4714025500910747	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
MON0080_000000040688	1403	0.9047487332576872	1	1	0	1	1	True	10029	fragment	False	MON0080_000000040688	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1404.0	97.934	100.0	0.4151838671411625	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0371_000000015078	1389	0.9047487332576872	3	1	0	1	1	True	27038	fragment	False	ISR0371_000000015078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	76.923	23.0	0.09742033383915023	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ISR0083_000000020695	1358	0.9047487332576872	1	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.12683542641900997	PS1134	0	0	False	True	0.9528718590736389	0					non-mobilizable	plasmid	728.0	99.725	100.0	0.46812620734063104	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
CAN0008_000000021051	1347	0.9047487332576872	1	1	0	1	1	True	94913	backbone	False	FIJ0063_000000021574	0.9906826443800508	PS504	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	558.0	99.28299999999999	87.0	0.3580167417900837	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0063_000000021574	1346	0.9047487332576872	1	1	0	1	1	True	94913	backbone	True	FIJ0063_000000021574	0.9920485903233314	PS504	13	2	False	True	1.0	0					non-mobilizable	no_good_hit	518.0	99.035	85.0	0.3322601416613007	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ENG0028_000000013745	1345	0.9047487332576872	1	1	0	1	1	True	65849	fragment	False	ENG0111_000000014524	0.9631467044649185		0	0	False	False	0.9687732458114624	0					non-mobilizable	plasmid	1340.0	85.896	97.0	0.48451730418943534	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
FIJ0026_000000024759	1321	0.9047487332576872	1	1	0	1	1	True	94913	backbone	False	FIJ0063_000000021574	0.9878941648612617	PS504	0	0	False	True	0.9916729927062988	0					non-mobilizable	no_good_hit	519.0	99.037	86.0	0.3329040566645203	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ENG0060_000000024136	1316	0.9047487332576872	2	1	0	1	1	True	63303	maximal	True	ENG0060_000000024136	1.0		1	1	False	False	0.9946808218955994	0					non-mobilizable	no_good_hit	787.0	99.111	60.0	0.2863387978142076	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	True	True
ISR0332_000000011777	1298	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.06590440972444558	PS1134	0	0	False	True	0.9984591603279114	0					non-mobilizable	plasmid	728.0	99.725	100.0	0.46812620734063104	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0043_000000017254	1288	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.06560213574766181	PS1134	0	0	False	True	0.9689440727233887	0					non-mobilizable	plasmid	728.0	99.863	100.0	0.46812620734063104	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0074_000000024006	1265	0.9047487332576872	1	1	0	1	1	True	94913	backbone	False	FIJ0063_000000021574	0.9659078052661378	PS504	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	477.0	98.95200000000001	87.0	0.30585962652929816	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0070_000000017006	1244	0.9047487332576872	2	1	0	1	1	True	131364	backbone	False	AUS0020_000000016768	0.06397893780167063	PS1134	0	0	False	True	0.9742765426635742	0					non-mobilizable	plasmid	728.0	99.725	100.0	0.46812620734063104	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
FIJ0151_000000013847	1233	0.9047487332576872	1	1	0	1	1	True	94913	backbone	False	FIJ0063_000000021574	0.9453189081651825	PS504	0	0	False	True	0.9894565939903259	0					non-mobilizable	no_good_hit	443.0	99.323	86.0	0.28396651641983256	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
AST0100_000000010789	1200	0.9047487332576872	1	1	0	1	1	True	108563	fragment	False	AST0100_000000010789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	77.23100000000001	27.0	0.09742033383915023	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ISR0063_000000016544	1197	0.9047487332576872	3	1	0	1	1	True	35259	fragment	False	ISR0063_000000016544	1.0		0	0	False	False	0.9749373197555542	0					non-mobilizable	no_good_hit	160.0	96.875	13.0	0.03925925925925926	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0145_000000023125	1175	0.9047487332576872	2	1	0	1	1	True	31052	fragment	False	ISR0145_000000023125	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	100.0	95.0	0.22628478569977656	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	False	True
ISR0249_000000020494	1140	0.9047487332576872	3	1	0	1	1	True	27036	fragment	False	ISR0249_000000020494	1.0		0	0	False	False	0.9903509020805359	0					non-mobilizable	no_good_hit	177.0	99.435	16.0	0.04345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0078_000000018974	1127	0.9047487332576872	1	1	0	1	1	True	34397	maximal	True	ISR0078_000000018974	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0107_000000028060	1123	0.9047487332576872	3	1	0	1	1	True	32825	fragment	False	ISR0107_000000028060	1.0		0	0	False	False	0.9946571588516235	0					non-mobilizable	no_good_hit	208.0	90.865	18.0	0.051111111111111114	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0082_000000017514	2307	0.904747760890902	3	3	3	3	3	False	75649	fragment	False	DEN0018_000000016166	0.9669211195928753		0	0	False	False	0.9995665550231934	0					non-mobilizable	no_good_hit	96.0	89.583	4.0	2.7645042361615975e-05	CP043430.1	high GC Gram+	Microbacterium sp. 1S1 chromosome, complete genome	True	False
FIJ0087_000000000428	32434	0.9047422820980984	52	15	12	14	12	False	43773	maximal	True	FIJ0087_000000000428	1.0		1	1	False	False	0.9999691843986511	0					non-mobilizable	no_good_hit	1327.0	73.625	4.0	0.00036776322989036234	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0807_000000002310	5755	0.9047384743914201	5	5	4	4	3	False	21769	maximal	True	ISR0807_000000002310	1.0		31	5	False	False	0.9998262524604797	0					non-mobilizable	other	5363.0	97.259	93.0	0.014202548767388508	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0117_01_000000009690	2300	0.9047358880189472	3	3	3	2	2	False	23645	maximal	True	USA0117_01_000000009690	1.0		0	0	False	False	0.9982608556747437	0					non-mobilizable	no_good_hit	259.0	83.012	46.0	8.929002616510455e-05	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
CHI0026_000000005782	1904	0.9047240030261344	3	3	2	3	3	True	88894	maximal	True	CHI0026_000000005782	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	97.912	88.0	0.0001901851369262807	CP010905.2	firmicutes	Clostridioides difficile 630, complete genome	True	True
ISR0177_000000002338	8683	0.90472263411262	9	4	3	4	3	True	109377	fragment	False	ISR0177_000000002338	1.0		0	0	False	False	0.9988483190536499	0					non-mobilizable	no_good_hit	3426.0	92.09	81.0	0.1351956200295728	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0288_000000020277	1465	0.9047059671740564	2	2	2	2	2	False	25961	fragment	False	ISR0288_000000020277	1.0		0	0	False	False	0.9986348152160645	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
FIJ0047_000000019563	1585	0.904705253812024	3	2	2	2	1	True	116013	fragment	False	FIJ0081_000000020765	0.3489778503770075		0	0	False	False	0.9936908483505249	0					non-mobilizable	other	1488.0	99.59700000000001	94.0	0.0006749206389551303	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0815_000000019043	1630	0.9046990523200084	3	3	3	3	2	False	21456	maximal	True	ISR0815_000000019043	1.0		0	0	False	False	0.9803680777549744	0					non-mobilizable	no_good_hit	784.0	72.959	47.0	0.002482048329575077	NZ_FOZC01000003.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ISR0790_000000004755	3277	0.9046879642421508	3	3	3	3	2	False	68663	maximal	True	ISR0790_000000004755	1.0		2	2	False	False	0.99969482421875	0					non-mobilizable	no_good_hit	56.0	94.64299999999999	2.0	0.00015958107013883552	NZ_FQXV01000003.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0141_000000003152	8102	0.9046861829892062	11	6	2	3	5	True	72967	fragment	False	ENG0141_000000003152	1.0		0	0	False	False	0.9971612095832825	0					non-mobilizable	no_good_hit	1323.0	74.83	22.0	0.14160725858716786	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
TAN0002_000000004472	6167	0.9046855021606891	9	4	2	4	1	True	3070	maximal	True	TAN0002_000000004472	1.0		1	1	False	False	0.9991892576217651	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	2.0	0.000188256176315356	NZ_SACS01000003.1	g-proteobacteria	Rheinheimera riviphila strain KYPC3 NODE_3_length_297467_cov_73, whole genome shotgun sequence	True	True
MAD0066_000000015840	1854	0.9046801684581242	3	1	1	1	1	False	16565	fragment	False	MAD0066_000000015840	1.0		0	0	False	False	0.998921275138855	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.487259948213131e-06	CP014517.1	b-proteobacteria	Variovorax sp. PAMC 28711, complete genome	True	False
CAN0006_000000020894	2168	0.9046796157816396	3	2	2	2	1	False	95642	fragment	False	CAN0006_000000020894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	92.973	77.0	0.03233143217047482	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0031_000000008790	3682	0.9046774471348308	5	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.3438194649584594		0	0	False	False	0.9959261417388916	0					non-mobilizable	other	3682.0	99.15799999999999	100.0	0.0050972564848044966	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0847_000000004319	5289	0.9046729757707804	7	4	2	4	0	True	20649	maximal	True	ISR0847_000000004319	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
CAN0007_000000001606	22307	0.9046647281072896	28	27	10	15	24	True	132543	fragment	False	ISR0145_000000001295	0.9533880635722046		0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	22292.0	99.98200000000001	99.0	0.5100336361348191	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0042_01_000000006798	3556	0.904655366696237	5	5	5	5	5	False	103963	fragment	False	DEN0035_000000007815	0.9382070757821298		0	0	False	False	1.0	0					non-mobilizable	other	3452.0	95.249	100.0	0.0016936617005227235	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ETH0001_000000027797	1307	0.9046403701593592	2	1	1	1	1	False	53443	fragment	False	ETH0001_000000027797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	82.54	5.0	0.000514490064437772	NZ_JHZB01000011.1	d-proteobacteria	Desulfobulbus elongatus DSM 2908 Q362DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	False
MON0027_000000019824	2063	0.904638942158138	2	2	2	2	1	False	12901	fragment	False	MON0027_000000019824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	4.0	2.1252136748551707e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0112_000000025752	1105	0.904634883364542	1	1	1	1	1	False	41971	fragment	False	FIJ0112_000000025752	1.0		0	0	False	False	0.996380090713501	0					non-mobilizable	other	1105.0	99.45700000000001	100.0	0.0004366430534005753	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
USA0047_01_000000002602	10999	0.9046322757923648	11	6	3	5	3	True	74649	fragment	False	ISR0114_000000001787	0.952689221001043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.9997755244400785e-06	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	True
CAN0015_000000007473	5619	0.904629210507348	9	6	2	4	4	True	93744	maximal	True	CAN0015_000000007473	1.0		3	1	True	True	0.9998220205307007	112	rep_cluster_722				non-mobilizable	no_good_hit	1379.0	87.165	33.0	0.19616814412353445	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
CAN0014_000000007865	5600	0.904629210507348	9	6	2	4	4	True	93744	maximal	False	CAN0015_000000007473	1.0		0	0	True	True	1.0	11	rep_cluster_722				non-mobilizable	no_good_hit	1358.0	87.334	33.0	0.19316557048899055	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ISR0848_000000002467	5720	0.9046279401091118	3	2	2	2	1	False	93680	fragment	False	MON0034_000000003447	0.6436498927985875		0	0	False	False	0.993881106376648	0					non-mobilizable	no_good_hit	852.0	91.78399999999999	33.0	0.00029782319925859374	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0038_000000016591	1555	0.9046273657256126	2	2	2	2	2	False	65043	fragment	False	ENG0152_000000014336	0.9680655256434676		0	0	False	False	1.0	0					non-mobilizable	other	1555.0	99.61399999999999	100.0	0.014245641053847423	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MAD0059_000000004379	4284	0.9046250994189065	4	3	2	3	1	True	100510	backbone	False	FIJ0072_000000005906	0.7096878539117735	PS577	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	290.0	84.82799999999999	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0067_000000007018	4259	0.9046250994189065	5	3	2	3	1	True	100510	backbone	False	FIJ0072_000000005906	0.7607747076359093	PS577	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	200.0	88.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0043_000000005889	4247	0.9046250994189065	5	3	2	3	1	True	100510	backbone	False	FIJ0072_000000005906	0.7606591596502956	PS577	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	200.0	88.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0130_000000006495	4241	0.9046250994189065	5	3	2	3	1	True	100510	backbone	False	FIJ0072_000000005906	0.6122230516300747	PS577	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	199.0	89.95	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0013_000000000843	22184	0.904623564723992	27	12	8	10	8	True	102498	fragment	False	MON0013_000000000843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	84.09700000000001	5.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0176_000000003003	2678	0.90462212296759	3	3	3	3	2	False	128272	fragment	False	AST0099_000000008733	0.7553648886264238		0	0	False	False	0.9641523361206055	0					non-mobilizable	chromosome	1866.0	98.928	93.0	0.0006554219916042728	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
CHI0106_000000005228	3605	0.9046144387380436	4	4	4	2	1	False	83164	maximal	True	CHI0106_000000005228	1.0		1	1	False	False	0.9983356595039368	0					non-mobilizable	no_good_hit	1450.0	99.51700000000001	40.0	0.0003917890320161128	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0017_000000006690	4144	0.9046061211013152	6	5	0	2	5	False	78690	backbone	False	ISR0204_000000002307	0.9925872788139647	PS380	0	0	True	True	1.0	4	rep_cluster_2350,rep_cluster_2370	MOBP		MOBP	mobilizable	plasmid	4046.0	99.259	100.0	0.9948339483394834	CP045786.1	enterobacteria	Shigella dysenteriae strain CFSAN029786 plasmid p2CFSAN029786, complete sequence	False	True
SPA0023_000000008377	3038	0.9046035799681851	3	3	2	2	2	False	26962	backbone	True	SPA0023_000000008377	1.0	PS77	2	2	True	True	0.9996708631515503	1					non-mobilizable	no_good_hit	87.0	82.759	3.0	1.612035112779873e-05	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	True
FIJ0030_000000014925	2309	0.9046026376193356	2	2	1	2	1	False	48740	fragment	False	FIJ0030_000000014925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	2.3496250120013175e-05	CP022571.1	green sulfur bacteria	Prosthecochloris sp. GSB1, complete genome	True	False
MON0082_000000014544	2293	0.9045999589559416	2	2	2	2	1	False	9924	fragment	False	MON0082_000000014544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	98.101	34.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
CAN0012_000000002381	21024	0.9045856147064928	27	26	9	17	24	True	132541	maximal	True	CAN0012_000000002381	0.995957278524957	PS1166|PS1167	3	1	False	True	0.9985730648040771	0		MOBP	MPF_T		conjugative	no_good_hit	13157.0	97.23299999999999	86.0	0.3005285678328719	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	True	True
CAN0013_000000001391	20988	0.9045856147064928	27	26	9	17	24	True	132541	maximal	False	CAN0012_000000002381	0.9945121167463334	PS1166|PS1167	0	0	False	True	1.0	0		MOBP	MPF_T		conjugative	no_good_hit	13157.0	97.23299999999999	86.0	0.3005285678328719	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	True	True
SPA0040_000000013619	2934	0.9045831145502456	6	5	2	2	5	True	114023	fragment	False	SPA0040_000000013619	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2934.0	100.0	100.0	0.0015086354333353393	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0177_000000010327	2610	0.904582035063552	3	3	3	3	3	False	128272	fragment	False	AST0099_000000008733	0.7603770504315723		0	0	False	False	0.9919540286064148	0					non-mobilizable	other	1865.0	98.28399999999999	99.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MON0005_000000041857	1308	0.90458071145294	2	2	2	2	2	False	84185	fragment	False	CHI0083_000000008286	0.9755351681957186		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	99.15899999999999	100.0	0.0003629527189518525	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0171_000000004729	4363	0.9045745692526584	5	4	3	3	4	False	112389	fragment	False	FIJ0171_000000004729	1.0		0	0	False	False	0.9993124008178711	0					non-mobilizable	no_good_hit	2445.0	98.446	58.0	0.10518614159672907	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0048_000000003534	4772	0.9045681780389444	3	3	2	3	1	True	114974	fragment	False	AST0048_000000003534	1.0		0	0	False	False	0.9943419694900513	0					non-mobilizable	no_good_hit								True	True
ISR0333_000000020509	1184	0.9045642257399904	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.8380010041059412		0	0	False	False	0.9991554021835327	0					non-mobilizable	other	1184.0	99.57799999999999	100.0	0.003237769414984605	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0183_000000000383	7603	0.9045621231801264	11	8	7	7	6	False	77307	maximal	True	CHI0183_000000000383	1.0		1	1	False	False	0.9918453097343445	0					non-mobilizable	no_good_hit	1585.0	95.773	21.0	0.003484872485347695	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0088_000000000816	14370	0.9045620879296176	25	9	3	6	6	True	88267	fragment	False	MAD0088_000000000816	0.9985612015721506		0	0	False	False	0.9999303817749023	0					non-mobilizable	no_good_hit	138.0	84.78299999999999	1.0	0.002333146000442787	NZ_PDYG01000056.1	firmicutes	Agathobacter ruminis strain JK623 contig000056, whole genome shotgun sequence	True	True
MAD0104_000000000596	14248	0.9045620879296176	25	9	3	6	6	True	88267	fragment	False	MAD0088_000000000816	0.994258872651357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	84.78299999999999	1.0	0.002333146000442787	NZ_PDYG01000056.1	firmicutes	Agathobacter ruminis strain JK623 contig000056, whole genome shotgun sequence	True	True
ISR0212_000000019041	1868	0.9045589913920409	4	1	1	1	1	False	28346	maximal	True	ISR0212_000000019041	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	90.411	4.0	0.0001477853745846102	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
MON0059_000000030861	1261	0.9045559736680804	2	2	2	2	2	False	10923	maximal	True	MON0059_000000030861	1.0		29	9	False	False	0.9500396251678467	0					non-mobilizable	other	1242.0	96.94	98.0	0.0005762305144935208	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
ENG0165_000000015290	1315	0.9045502535538686	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.007435679401466801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	79.882	76.0	0.01409805890227577	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0130_000000005558	4883	0.9045501655967856	6	3	3	3	2	True	93652	fragment	False	ISR0130_000000005558	1.0		0	0	False	False	0.9991808533668518	0					non-mobilizable	no_good_hit	275.0	79.273	6.0	6.824924624729513e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ENG0134_000000019440	2023	0.9045484110809662	2	1	0	1	1	True	58189	maximal	True	ENG0134_000000019440	1.0		1	1	True	True	0.9955511689186096	25					non-mobilizable	no_good_hit	89.0	82.022	4.0	0.028332260141661302	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0006_000000011701	2739	0.9045472552185734	4	4	2	3	4	False	126993	fragment	False	ISR0320_000000008290	0.9535112844417731		0	0	False	False	0.9930631518363953	0					non-mobilizable	chromosome	1855.0	94.87899999999999	99.0	0.0008185958123569996	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MON0069_000000003814	8961	0.9045450256264538	14	8	4	5	7	False	10521	fragment	False	MON0069_000000003814	1.0		0	0	False	False	0.9997768402099609	0					non-mobilizable	no_good_hit	1245.0	97.751	79.0	0.006693663905911749	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
MON0079_000000008005	2912	0.9045439691134968	3	3	3	2	2	False	10107	maximal	True	MON0079_000000008005	1.0		1	1	False	False	0.9893543720245361	0					non-mobilizable	no_good_hit	881.0	72.985	30.0	0.00030703057521664777	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0395_000000011739	3278	0.9045311042457316	3	3	1	3	1	True	22734	maximal	True	ISR0395_000000011739	1.0		1	1	False	False	0.9899328947067261	0					non-mobilizable	no_good_hit	100.0	85.0	3.0	8.22117109336593e-05	NZ_JACCCY010000001.1	CFB group bacteria	Macellibacteroides fermentans strain DSM 23697 Ga0376912_01, whole genome shotgun sequence	True	True
SPA0099_000000000423	21663	0.9045308439232772	19	18	6	9	17	True	5023	fragment	False	SPA0099_000000000423	1.0		0	0	False	False	1.0	0		MOBH	MPF_F		conjugative	plasmid	21383.0	97.4	99.0	0.0798292015959116	CP061755.1	enterobacteria	Escherichia coli O18ac:H14 strain 873.10 plasmid unnamed1, complete sequence	False	True
MAD0031_000000004853	2796	0.9045262741025144	4	4	3	3	3	True	118507	maximal	True	MAD0031_000000004853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2041.0	87.065	72.0	0.07190032487237157	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	True	True
FIJ0113_000000006395	3921	0.9045233089114428	4	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.4551642038507298		0	0	False	False	1.0	0					non-mobilizable	plasmid	3923.0	98.725	100.0	0.03397047855272059	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0087_000000009811	2853	0.9045218037265798	3	1	0	1	1	True	15998	maximal	True	MAD0087_000000009811	1.0		1	1	True	True	1.0	107					non-mobilizable	no_good_hit	48.0	89.583	2.0	1.4780264635921201e-05	NC_009464.1	euryarchaeotes	Methanocella arvoryzae MRE50, complete genome	True	True
MAD0067_000000007145	1449	0.9045203620786124	2	2	2	1	1	False	33702	fragment	False	MAD0067_000000007145	1.0		0	0	False	False	0.9627329111099243	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0005162425192634941	NZ_LJGU01000161.1	high GC Gram+	Streptomyces oceani strain SCSIO 02100 scaffold15, whole genome shotgun sequence	True	False
SPA0037_000000009521	2598	0.9045158121867624	3	3	3	3	3	False	128272	fragment	False	AST0099_000000008733	0.7600644358000608		0	0	False	False	0.9996150732040405	0					non-mobilizable	other	1865.0	98.391	100.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
DEN0018_000000015162	2494	0.9045158121867624	3	3	3	3	3	False	128272	fragment	False	AST0099_000000008733	0.7481054583696095		0	0	False	False	1.0	0					non-mobilizable	chromosome	1866.0	98.499	100.0	0.0006554219916042728	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0152_000000009344	2572	0.9044945515045272	4	2	2	1	1	False	39725	fragment	False	FIJ0152_000000009344	1.0		0	0	False	False	0.9976671934127808	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000005237	4964	0.9044921132032968	5	3	2	3	2	True	100153	fragment	False	MON0064_000000003751	0.6167799462141351		0	0	False	False	0.9997985363006592	0					non-mobilizable	plasmid	4887.0	98.404	98.0	0.04234818656444591	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0018_000000003921	5568	0.90448997863863	9	3	1	2	3	False	37805	maximal	True	ISR0018_000000003921	0.9825752017608217		5	2	False	False	0.9998204112052917	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.002142857142857143	XM_021146359.1	spiders	PREDICTED: Parasteatoda tepidariorum disks large homolog 5 (LOC107448779), mRNA	True	False
ISR0279_000000003182	5452	0.90448997863863	9	3	1	2	3	False	37805	maximal	False	ISR0018_000000003921	0.9725215517241379		0	0	False	False	0.9921129941940308	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.197750876012927e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0092_000000006393	2338	0.904488322023656	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.8921695797639836	PS953	0	0	True	True	1.0	376					non-mobilizable	other	1415.0	91.87299999999999	100.0	0.5861353258613533	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
FIJ0086_000000013529	2328	0.904488322023656	3	3	0	2	2	False	126290	backbone	False	MON0024_000000020480	0.09847887480865694	PS953	0	0	True	True	1.0	6					non-mobilizable	other	1835.0	88.28299999999999	100.0	0.7571606475716065	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
DEN0066_000000015314	2293	0.9044874036013144	3	3	3	3	3	False	70974	fragment	False	DEN0066_000000015314	0.9952914798206278		0	0	False	False	0.9986916780471802	0					non-mobilizable	no_good_hit	590.0	78.983	53.0	0.00016302625953165323	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0126_000000006030	2495	0.9044751260942221	5	2	2	2	2	False	81486	fragment	False	CHI0126_000000006030	1.0		0	0	False	False	0.9871743321418762	0					non-mobilizable	no_good_hit	658.0	70.821	26.0	0.00011792994126907495	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
ISR0130_000000018390	1670	0.9044733812927496	3	2	2	2	2	True	31750	fragment	False	ISR0130_000000018390	1.0		0	0	False	False	0.9934131503105164	0					non-mobilizable	no_good_hit	67.0	82.09	4.0	0.00011450739266666898	NZ_VMHO01000003.1	g-proteobacteria	Marinobacter confluentis strain KCTC 42705 NODE_3_length_576382_cov_61.896719, whole genome shotgun sequence	True	True
ISR0058_000000004474	5036	0.9044721623672152	5	4	4	3	3	False	116122	fragment	False	USA0036_01_000000007504	0.6457890327985051		0	0	False	False	0.9992057085037231	0					non-mobilizable	no_good_hit	540.0	83.889	12.0	0.00016844062562047787	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
USA0032_01_000000006964	3632	0.9044703280802328	5	3	1	3	1	False	71114	fragment	False	USA0032_01_000000006964	1.0		0	0	False	False	0.9997246861457825	0					non-mobilizable	no_good_hit	500.0	79.6	14.0	0.00012185341744896805	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0106_000000011214	2220	0.9044682071749784	2	2	2	1	1	False	113037	maximal	True	ISR0106_000000011214	1.0		14	5	False	False	0.9995495676994324	0					non-mobilizable	other	1240.0	98.065	100.0	0.0005490463698241633	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
BAN0018_000000000167	10676	0.9044654207567212	9	9	3	8	9	True	98678	fragment	False	BAN0018_000000000167	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	chromosome	10597.0	98.905	100.0	0.00233150348636241	CP029794.1	enterobacteria	Shigella sonnei strain 4303 chromosome	False	True
ISR0162_000000031820	1231	0.904459125811934	1	1	1	1	1	False	30318	maximal	True	ISR0162_000000031820	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	76.956	75.0	0.0002720480444460323	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0140_000000009336	3081	0.9044541176371379	4	3	3	3	2	False	86198	maximal	True	FIJ0140_000000009336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	82.24600000000001	9.0	9.484893829989706e-05	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
ISR0149_000000003430	4441	0.9044499515728892	3	2	2	2	2	False	30882	fragment	False	ISR0149_000000003430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0181_000000002379	9657	0.9044494481138022	11	11	11	11	11	False	98064	maximal	False	FIJ0105_000000002420	0.9568640711042411		0	0	False	False	0.9967898726463318	0					non-mobilizable	chromosome	9631.0	99.024	99.0	0.001844018973289299	LR778147.1	enterobacteria	Escherichia coli isolate SC418 genome assembly, chromosome: omosome1	False	False
USA0024_01_000000001940	11651	0.904447856276384	8	6	4	6	3	True	117508	fragment	False	USA0024_01_000000001940	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	190.0	75.263	2.0	0.0012115431708920308	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	True
ISR0026_000000003842	5755	0.9044459111208504	7	6	3	5	4	False	121320	fragment	False	ISR0026_000000003842	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3440.0	97.44200000000001	73.0	0.0007103412923376737	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
FIJ0014_000000004132	5554	0.9044455100275486	5	3	2	2	2	True	132364	maximal	True	FIJ0014_000000004132	1.0	PS1159|PS463	2	2	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3468.0	99.913	68.0	0.47880127054274274	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	True	True
USA0036_01_000000013961	2505	0.9044434742268638	4	3	2	3	3	False	8705	maximal	True	USA0036_01_000000013961	1.0		0	0	False	False	0.9980040192604065	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0007084925887946304	NZ_CZAI01000014.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MAD0045_000000019389	2087	0.9044394981614584	2	2	2	2	2	False	17855	fragment	False	MAD0045_000000019389	1.0		0	0	False	False	0.9995208382606506	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
USA0053_01_000000002448	8657	0.904434069812768	5	4	4	4	3	False	42530	fragment	False	FIJ0104_000000002607	0.9771996005769443		0	0	False	False	0.997227668762207	0					non-mobilizable	no_good_hit	440.0	77.727	5.0	0.0016502338779737404	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0792_000000004792	2870	0.904432716021849	4	3	2	2	3	False	81492	fragment	False	SPA0091_000000004204	0.8301867294028252		0	0	False	False	0.9996515512466431	0					non-mobilizable	other	2709.0	92.359	94.0	0.14097054816057017	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
ISR0303_000000006017	2109	0.9044254459507552	3	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.7258546436371923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1620.0	86.17299999999999	87.0	0.0004509807350280883	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0328_000000016122	1796	0.9044254459507552	3	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.672800875744019		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	86.464	98.0	0.0004340583809932632	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0148_000000021307	1721	0.9044254459507552	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.491320605123671		0	0	False	False	0.9918652176856995	0					non-mobilizable	other	1512.0	87.103	99.0	0.00042446904704019565	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0029_000000014716	1676	0.9044254459507552	3	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.6638457805419591		0	0	False	False	1.0	0					non-mobilizable	other	1604.0	98.005	96.0	0.037955201969976794	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0224_000000018813	1643	0.9044254459507552	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.4423018845173857		0	0	False	False	0.9458308219909668	0					non-mobilizable	other	1446.0	86.445	92.0	0.00040134182985926805	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0026_000000022749	1480	0.9044254459507552	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.3577930404407986		0	0	False	False	1.0	0					non-mobilizable	other	1480.0	97.838	100.0	0.03501917886063361	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0047_000000021168	1413	0.9044254459507552	3	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.3566516869907582		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	98.51299999999999	95.0	0.031822702088364824	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0095_000000025168	1401	0.9044254459507552	3	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.416481821025278		0	0	False	False	0.9885795712471008	0					non-mobilizable	other	1401.0	96.431	100.0	0.03314864800871336	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0161_000000013026	1368	0.9044254459507552	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.3145763568549134		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	96.655	100.0	0.00494545138120946	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0296_000000021745	1181	0.9044254459507552	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.11453877591926699		0	0	False	False	0.9991532564163208	0					non-mobilizable	other	1181.0	98.137	100.0	0.02793957475020126	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0308_000000001744	7341	0.9044120908521652	9	6	2	4	5	True	130719	fragment	False	ISR0308_000000001744	1.0		0	0	False	False	0.9989102482795715	0					non-mobilizable	other	7074.0	99.604	96.0	0.001368921416589631	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0167_000000001960	8545	0.9044066999471786	5	3	3	3	3	False	115373	fragment	False	CHI0167_000000001960	0.9980239451354178		0	0	False	False	0.9998829960823059	0					non-mobilizable	no_good_hit	5353.0	73.697	62.0	0.008840826788121795	CP024735.1	CFB group bacteria	Prevotella intermedia strain KCOM 1944 chromosome 2, complete sequence	True	False
ISR0774_000000002611	8422	0.9044066999471786	4	3	3	3	3	False	115373	fragment	False	CHI0167_000000001960	0.9908551978853704		0	0	False	False	0.9988126158714294	0					non-mobilizable	no_good_hit	5353.0	73.697	63.0	0.008840826788121795	CP024735.1	CFB group bacteria	Prevotella intermedia strain KCOM 1944 chromosome 2, complete sequence	True	False
ISR0355_000000004855	3682	0.9044038166599062	4	2	1	1	2	False	130029	backbone	False	ISR0080_000000005952	0.02761329425362751	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	0.9994568228721619	0					non-mobilizable	no_good_hit	1484.0	96.698	54.0	0.289453125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0351_000000010101	1496	0.9044019434178308	3	2	2	1	1	False	121265	backbone	False	ENG0073_000000006947	0.02354413843345311	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	1469.0	95.848	99.0	0.00030331035984633653	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0246_000000016419	1423	0.9044019434178308	2	2	2	1	1	False	121265	backbone	False	ENG0073_000000006947	0.023156529617421984	PS849	0	0	False	True	0.9873506426811218	0					non-mobilizable	other	1413.0	100.0	99.0	0.005769835853890758	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0773_000000001652	5703	0.9044018932432304	8	5	2	5	3	False	22513	maximal	True	ISR0773_000000001652	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	85.99	4.0	0.0003727177920418325	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0362_000000001249	16718	0.9044001732336222	12	8	5	8	1	True	107225	fragment	False	ISR0362_000000001249	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	15052.0	94.346	90.0	0.2076985873009284	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0128_000000020371	1741	0.9043968995124548	3	2	2	2	2	False	31833	fragment	False	ISR0128_000000020371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	5.455687215293081e-06	NC_019753.1	cyanobacteria	Crinalium epipsammum PCC 9333, complete genome	True	False
MAD0047_000000013519	3081	0.904394207652256	3	3	3	2	1	False	118328	fragment	False	MAD0047_000000013519	1.0		0	0	False	False	0.9951314330101013	0					non-mobilizable	no_good_hit	1041.0	79.635	34.0	0.0014257329632494577	NZ_FUHN01000008.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
DEN0039_000000016020	1341	0.904392767710014	3	2	2	2	1	False	73217	fragment	False	DEN0052_000000034366	0.9037820042856162		0	0	False	False	0.9970171451568604	0					non-mobilizable	other	1342.0	95.38	100.0	0.0024603046371234265	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
FIJ0141_000000001789	16834	0.9043838001791544	20	19	8	14	19	True	63815	fragment	False	FIJ0141_000000001789	1.0		0	0	False	False	0.9997029900550842	0					non-mobilizable	plasmid	16838.0	99.412	100.0	0.14078465474856597	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
MON0071_000000010726	1120	0.9043766953746271	1	1	1	1	1	False	10407	fragment	False	MON0071_000000010726	1.0		0	0	False	False	0.9991071224212646	0					non-mobilizable	chromosome	1120.0	99.911	100.0	0.00031263011690632646	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0002_000000005038	6819	0.9043584564533664	9	3	2	3	2	False	68288	maximal	True	FIJ0002_000000005038	1.0		0	0	False	False	0.9995600581169128	0					non-mobilizable	no_good_hit	452.0	100.0	13.0	0.08994814519345831	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
MAD0041_000000014251	2360	0.9043577202046548	3	3	3	3	3	False	20032	fragment	False	MAD0041_000000014251	0.9754133817512456		0	0	False	False	0.9792372584342957	0					non-mobilizable	other	2326.0	97.59200000000001	99.0	0.0011068582364534834	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0148_000000028075	1288	0.9043484685073908	2	1	1	1	1	False	57258	fragment	False	ENG0148_000000028075	1.0		0	0	False	False	0.9992235898971558	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000002381	9363	0.9043383597676004	9	5	4	5	4	True	63359	fragment	False	ENG0060_000000002381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4142.0	97.296	79.0	0.0018261662782678265	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
MAD0048_000000012386	1925	0.9043370806136836	3	3	3	3	1	False	20032	fragment	False	MAD0041_000000014251	0.5250364813402298		0	0	False	False	0.9916883111000061	0					non-mobilizable	other	1928.0	97.199	100.0	0.0009164310129776153	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
AST0029_000000006741	4609	0.9043307649629132	8	4	3	4	4	False	118436	fragment	False	AST0029_000000006741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2877.0	99.896	64.0	0.053835498483770734	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
SPA0049_000000007970	2543	0.9043307649629132	6	4	3	4	4	False	117440	fragment	False	SPA0049_000000007970	1.0		0	0	False	False	0.9992135167121887	0					non-mobilizable	other	2355.0	99.53299999999999	93.0	0.04406424319568717	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	False	False
ISR0262_000000003306	4592	0.9043302616375068	5	2	0	1	2	False	92889	fragment	False	ISR0262_000000003306	1.0		0	0	False	True	0.9984756112098694	0					non-mobilizable	plasmid	3915.0	96.756	99.0	0.6011676140728223	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
SPA0090_000000007887	4139	0.9043302616375068	4	2	0	1	2	False	40589	fragment	False	SPA0090_000000007887	1.0		0	0	False	True	0.9905774593353271	0					non-mobilizable	plasmid	2457.0	99.67399999999999	99.0	0.35414563806777216	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	False	True
MAD0022_000000002490	3926	0.90429648916159	5	4	3	3	4	False	86885	fragment	False	MAD0022_000000002490	1.0		0	0	False	False	0.9936321973800659	0					non-mobilizable	chromosome	3948.0	89.488	100.0	0.0011018902862087948	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0160_000000000653	19278	0.9042950424831648	25	12	8	11	8	False	78765	maximal	True	CHI0160_000000000653	1.0		1	1	False	False	0.999896228313446	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	0.0	7.612099584531604e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0288_000000015347	1962	0.9042756966238904	3	2	2	1	1	False	109508	maximal	True	ISR0288_000000015347	1.0		2	1	False	False	0.9826707243919373	0					non-mobilizable	no_good_hit	498.0	98.99600000000001	78.0	0.0005842755805724255	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0069_000000014335	1553	0.904267020581633	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.28415711759909523		0	0	False	False	0.9980682730674744	0					non-mobilizable	chromosome	1553.0	97.74600000000001	100.0	0.0006729250430008642	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0087_000000019827	1557	0.9042669150518974	3	3	3	2	2	False	15969	maximal	True	MAD0087_000000019827	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	73.878	16.0	0.00302073492118741	NZ_FRAC01000032.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
ENG0159_000000006007	3718	0.9042668615661414	6	5	3	5	3	False	76119	fragment	False	ENG0159_000000006007	1.0		0	0	False	False	0.9997310638427734	0					non-mobilizable	no_good_hit	768.0	95.70299999999999	53.0	0.00017353522244636246	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0096_000000017934	2222	0.9042602643694192	3	2	2	2	2	False	125684	fragment	False	SPA0096_000000017934	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2222.0	99.46	100.0	0.01485539235358643	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0023_000000008952	3181	0.90425775366743	6	3	3	2	1	False	37545	maximal	True	ISR0023_000000008952	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	100.0	2.0	0.002973352033660589	NZ_JAAIPV010000059.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_59_length_17825_cov_128.281, whole genome shotgun sequence	True	False
ENG0075_000000000732	27107	0.9042564103066559	33	17	6	16	6	True	101269	fragment	False	ENG0075_000000000732	0.9797771661517556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	18103.0	82.141	89.0	0.1797161903241258	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
SPA0146_000000018219	1261	0.90425603815811	4	1	1	1	1	False	3333	fragment	False	SPA0146_000000018219	1.0		0	0	False	False	0.9206978678703308	0					non-mobilizable	other	1172.0	100.0	93.0	0.01893167782196786	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	False
FIJ0014_000000000746	20609	0.9042483641243008	13	10	8	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.9698990361402116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	89.785	3.0	4.828303139544096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0012_01_000000001077	7300	0.9042430368547674	11	7	4	4	6	True	94468	maximal	False	ENG0131_000000003823	0.9885784261161668		0	0	True	True	1.0	46					non-mobilizable	no_good_hit	932.0	98.605	16.0	0.00021546915628533955	AP022313.1	CFB group bacteria	Elizabethkingia anophelis JUNP 353 DNA, complete genome	True	True
ISR0198_000000001437	22400	0.9042362440102888	15	10	6	10	4	True	120594	fragment	False	ISR0198_000000001437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	97.619	0.0	0.003958601612057042	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ISR0150_000000000831	20016	0.9042362440102888	14	10	6	10	4	True	120593	fragment	False	ISR0150_000000000831	1.0		0	0	False	False	0.9999500513076782	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	0.0	0.00031245362016575666	NZ_LAZF01000027.1	enterobacteria	Obesumbacterium proteus strain LE8 LE8_contig_27, whole genome shotgun sequence	True	True
MAD0002_000000032154	1385	0.904234727390812	1	1	1	1	1	False	83748	fragment	False	MAD0002_000000032154	1.0		0	0	False	False	0.9494584798812866	0					non-mobilizable	no_good_hit	1241.0	95.729	89.0	0.009962449846020247	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0045_01_000000005657	2473	0.9042305125557776	4	3	2	1	2	False	104811	fragment	False	USA0045_01_000000005657	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2398.0	99.875	97.0	0.00046622839511815885	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
SPA0027_000000019569	1912	0.9042305125557776	3	3	2	1	2	False	104810	fragment	False	SPA0027_000000019569	1.0		0	0	False	False	0.9926778078079224	0					non-mobilizable	chromosome	1912.0	99.895	100.0	0.0003858795155324077	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
MON0082_000000003962	5962	0.9042269842926148	8	6	2	4	4	False	91634	maximal	True	MON0082_000000003962	1.0		2	1	False	False	0.994129478931427	0					non-mobilizable	no_good_hit	2210.0	80.317	57.0	0.17700685760387252	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
FIJ0044_000000003164	6868	0.9042215862417656	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.4032136743827229		0	0	False	False	1.0	0					non-mobilizable	plasmid	4766.0	97.62899999999999	98.0	0.04117738886094392	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0154_000000010242	3432	0.9042112422739302	5	3	2	2	3	False	52009	maximal	True	FIJ0154_000000010242	1.0	PS211	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2021.0	96.586	61.0	0.0013610367338354136	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0284_000000004808	2366	0.9042095475094108	4	3	2	2	2	False	56573	fragment	False	ISR0284_000000004808	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2288.0	100.0	97.0	0.0007208569088004115	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0025_000000020201	1949	0.9041991334763037	2	2	2	2	2	False	37353	maximal	True	ISR0025_000000020201	1.0		0	0	False	False	0.9907644987106323	0					non-mobilizable	no_good_hit	1728.0	75.984	86.0	0.0006694720358978366	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
SPA0142_000000011895	2357	0.904191219341432	3	1	1	1	1	False	72195	fragment	False	SPA0023_000000011562	0.7083219907721146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	72.373	25.0	0.00018018263882901752	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
SPA0023_000000011562	2311	0.904191219341432	3	1	1	1	1	False	72195	fragment	False	SPA0023_000000011562	0.7142563035064425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	580.0	72.414	25.0	0.0001770813885909966	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
FIJ0096_000000015961	2254	0.904191219341432	3	1	1	1	1	False	72195	fragment	False	SPA0023_000000011562	0.6988832501297766		0	0	False	False	0.9955634474754333	0					non-mobilizable	no_good_hit	529.0	73.157	23.0	0.0001615751374008918	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
DEN0082_000000026312	1594	0.904191219341432	2	1	1	1	1	False	72194	fragment	False	DEN0082_000000026312	1.0		0	0	False	False	0.999372661113739	0					non-mobilizable	no_good_hit	566.0	72.792	35.0	0.0001747140194983355	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
DEN0052_000000037187	1270	0.904191219341432	2	1	1	1	1	False	72193	fragment	False	DEN0052_000000037187	1.0		0	0	False	False	0.995275616645813	0					non-mobilizable	no_good_hit	529.0	72.59	41.0	0.0001615751374008918	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
BAN0019_000000002594	1349	0.9041726042425564	2	1	0	1	1	False	97763	maximal	True	BAN0019_000000002594	1.0		1	1	False	False	0.9992586970329285	0					non-mobilizable	no_good_hit								True	False
SPA0136_000000013272	3019	0.9041643242506406	2	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.3179416029777044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	89.655	3.0	2.3489203774715046e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0111_01_000000005090	4618	0.9041638878674731	5	2	2	2	2	False	311	fragment	False	USA0111_01_000000005090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	79.518	14.0	0.00013275943044852408	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0206_000000006413	3980	0.9041617817384808	4	2	2	2	1	True	117392	fragment	False	ISR0206_000000006413	1.0		0	0	False	False	0.9994974732398987	0					non-mobilizable	no_good_hit	3035.0	92.85	88.0	0.04596494431257988	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0080_000000010443	2902	0.9041617817384808	4	2	2	2	1	True	117391	fragment	False	ISR0080_000000010443	1.0		0	0	False	False	0.9993107914924622	0					non-mobilizable	no_good_hit	2124.0	96.375	85.0	0.03227131641409531	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ETH0001_000000030895	1205	0.9041616837021188	2	1	1	1	1	False	53414	fragment	False	ETH0001_000000030895	1.0		0	0	False	False	0.9692946076393127	0					non-mobilizable	no_good_hit								True	False
MON0096_000000034809	1112	0.9041553667190896	1	1	1	1	1	False	9249	fragment	False	MON0096_000000034809	1.0		0	0	False	False	0.9757194519042969	0					non-mobilizable	no_good_hit	827.0	75.212	73.0	0.010497365974589402	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	False
DEN0018_000000001532	15690	0.904151930577784	13	8	7	7	6	True	94061	maximal	True	DEN0018_000000001532	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2165.0	90.947	14.0	0.01684981684981685	NZ_WNCH01000008.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold8_size127380, whole genome shotgun sequence	True	True
MON0010_000000001537	10289	0.9041481040400856	12	11	7	11	10	True	125602	maximal	True	MON0010_000000001537	1.0	PS931	4	4	False	True	0.9994168281555176	0					non-mobilizable	plasmid	9326.0	100.0	91.0	0.09427190747705123	LC520289.1	enterobacteria	Escherichia coli HP243 plasmid pHP243 DNA, complete sequence	False	True
SPA0020_000000003829	6544	0.9041397431594234	7	5	5	5	5	True	100461	fragment	False	SPA0020_000000003829	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6545.0	98.79299999999999	100.0	0.001916049897535403	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0039_000000021797	2188	0.9041389466645288	1	1	1	1	0	True	11934	maximal	True	MON0039_000000021797	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000000610	27525	0.9041377920745132	31	15	10	14	7	False	42191	maximal	True	ISR0176_000000000610	1.0		2	1	False	False	0.9998183250427246	0					non-mobilizable	no_good_hit	1815.0	82.645	9.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0120_000000017559	2362	0.9041238262671124	2	2	1	2	1	False	57148	fragment	False	SPA0120_000000017559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1760.0	99.65899999999999	75.0	0.33632887189292543	MK232667.1	viruses	Uncultured human fecal virus clone B.wexlerae_S04.r1.O05_2-CL16_c1 sequence	True	False
SPA0106_000000027471	1386	0.9041193471268462	3	3	3	2	1	False	4734	fragment	False	SPA0106_000000027471	1.0		0	0	False	False	0.9920634627342224	0					non-mobilizable	chromosome	1367.0	100.0	99.0	0.0005970655495800435	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0161_000000010797	2795	0.9041190299044533	4	3	3	2	2	False	120046	fragment	False	MON0066_000000010074	0.9654626083118077		0	0	False	False	0.9996421933174133	0					non-mobilizable	other	2794.0	99.821	99.0	0.0035321701916705027	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
CHI0145_000000007036	2669	0.9041190299044533	4	3	3	2	2	False	120046	fragment	False	MON0066_000000010074	0.7175953908085498		0	0	False	False	1.0	0					non-mobilizable	other	2669.0	99.55	100.0	0.003374088818967741	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0031_000000008392	2617	0.9041190299044533	3	3	3	2	2	False	120046	fragment	False	MON0066_000000010074	0.4754589733982765		0	0	False	False	1.0	0					non-mobilizable	other	2617.0	99.885	100.0	0.0033083269679233924	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MON0043_000000003181	6194	0.9041186626423804	7	7	4	6	4	False	72273	fragment	False	MON0043_000000003181	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2087.0	93.915	50.0	0.0008553597741224223	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
FIJ0112_000000010201	2640	0.9041162214248399	4	3	2	2	3	False	42030	maximal	True	FIJ0112_000000010201	1.0		2	1	False	False	0.9996212124824524	0					non-mobilizable	no_good_hit	632.0	86.867	58.0	0.04530092759042209	CP048334.1	enterobacteria	Escherichia coli strain 10 plasmid p010_D, complete sequence	True	False
ENG0099_000000000020	121723	0.9041135277558834	139	46	26	39	24	False	114653	maximal	True	ENG0099_000000000020	1.0		1	1	True	True	0.999991774559021	50					non-mobilizable	no_good_hit	1257.0	71.51899999999999	2.0	0.0003863840981477829	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0136_000000021938	1908	0.9041075798114819	2	2	2	2	1	False	3608	fragment	False	SPA0136_000000021938	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1908.0	96.90799999999999	100.0	0.0005308835299439747	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0106_000000003314	5980	0.90410355472961	6	4	3	4	3	True	125314	fragment	False	ENG0106_000000003314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2255.0	79.82300000000001	51.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0126_000000004488	7465	0.9040986516993484	10	5	3	3	3	False	36914	maximal	True	SPA0126_000000004488	1.0		1	1	False	False	0.9911587238311768	0					non-mobilizable	no_good_hit	784.0	93.367	22.0	0.001363072246315173	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0051_000000002897	6681	0.9040958776813854	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3588995671810881		0	0	False	False	1.0	0					non-mobilizable	plasmid	5252.0	97.98200000000001	98.0	0.0453402251400621	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0017_000000004063	6677	0.9040958776813854	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3585525422267784		0	0	False	False	1.0	0					non-mobilizable	plasmid	5244.0	98.18799999999999	98.0	0.045270844535410124	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0092_000000004036	6674	0.9040958776813854	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.35588683240388685		0	0	False	False	1.0	0					non-mobilizable	plasmid	5069.0	97.495	98.0	0.043909250169115226	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0155_000000003223	6661	0.9040958776813854	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3594748351257815		0	0	False	False	1.0	0					non-mobilizable	plasmid	5225.0	98.335	98.0	0.04526217195982863	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0014_000000003354	6660	0.9040958776813854	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.35895513151637726		0	0	False	False	1.0	0					non-mobilizable	plasmid	5224.0	98.23899999999999	98.0	0.045244826808665636	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0082_000000006391	4301	0.9040958776813854	5	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.5301433893641284		0	0	False	False	1.0	0					non-mobilizable	plasmid	4299.0	98.604	99.0	0.03723136697136316	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0326_000000012847	1576	0.9040933505152042	2	2	2	2	1	False	24816	maximal	True	ISR0326_000000012847	1.0		9	4	False	False	0.9841370582580566	0					non-mobilizable	no_good_hit	182.0	74.725	11.0	3.7866058285330216e-05	NZ_HG938353.1	a-proteobacteria	Neorhizobium galegae bv. orientalis str. HAMBI 540 chromosome I	True	False
ISR0133_000000021503	1100	0.9040894087553062	1	1	1	1	1	False	31509	fragment	False	ISR0133_000000021503	1.0		0	0	False	False	0.9627272486686707	0					non-mobilizable	no_good_hit	926.0	73.002	83.0	0.00017841188851031338	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	False
FIJ0018_000000003882	6725	0.9040819454726589	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3600382733096925		0	0	False	False	1.0	0					non-mobilizable	plasmid	5292.0	98.39399999999999	98.0	0.04584323452378888	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0080_000000004612	5435	0.9040819454726589	5	3	2	3	2	True	100153	fragment	False	MON0064_000000003751	0.8054039694457357		0	0	False	False	1.0	0					non-mobilizable	plasmid	5356.0	98.35700000000001	98.0	0.046389606785423136	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0182_000000019604	2004	0.9040807897744636	3	1	1	1	1	False	59865	fragment	False	ISR0182_000000019604	1.0		0	0	False	False	0.9985029697418213	0					non-mobilizable	no_good_hit	150.0	94.667	12.0	0.054162122864412944	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	False
ISR0051_000000017605	2187	0.904077098240222	4	4	1	2	4	True	57284	fragment	False	ISR0051_000000017605	1.0		0	0	False	False	0.9931412935256958	0	rep_cluster_554				non-mobilizable	plasmid	2021.0	99.75299999999999	99.0	0.04151587432143445	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
USA0036_01_000000009673	3889	0.9040757679407856	5	4	3	3	3	False	85794	maximal	True	USA0036_01_000000009673	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1120.0	75.179	29.0	0.00040145566593675826	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ITA0001_000000000185	5540	0.9040754002108335	7	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.17230047008166482		0	0	False	True	0.9994584918022156	0	rep_cluster_1702				non-mobilizable	plasmid	5540.0	99.134	100.0	0.16677764997881228	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ENG0115_000000002886	5572	0.904074985864152	9	6	2	2	5	True	90092	backbone	False	ISR0010_000000002654	0.7058877823012054	PS472|PS473	0	0	True	True	0.9996410608291626	46	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2281.0	97.98299999999999	87.0	0.20691532806969778	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
USA0090_01_000000002308	3724	0.9040695940486948	6	3	2	3	2	False	129313	maximal	True	USA0090_01_000000002308	1.0		1	1	False	False	0.989258885383606	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	5.548974711318444e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0393_000000002196	7057	0.904069421210388	10	7	4	5	6	False	109919	fragment	False	ISR0025_000000004431	0.19338931237173418		0	0	False	False	0.9998583197593689	0					non-mobilizable	other	7057.0	99.85799999999999	100.0	0.0019895047560276016	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0035_000000002576	5853	0.9040548732670578	12	7	2	2	6	True	90088	maximal	False	SPA0037_000000003998	0.9994913530010172	PS472	0	0	True	True	1.0	35	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2014.0	96.226	84.0	0.21681940700808625	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
CHI0025_000000005592	1891	0.9040411717167096	2	2	1	2	2	False	117819	backbone	True	CHI0025_000000005592	0.9718034617532105	PS794|PS796	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1612.0	84.553	85.0	0.0008227692399348153	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
ISR0020_000000005117	3908	0.9040400143745168	5	4	3	4	3	False	75927	fragment	False	ISR0020_000000005117	0.9575607208148341		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1000.0	77.9	29.0	0.00027765958822071354	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
USA0050_01_000000005251	2497	0.9040380004894772	5	4	4	3	3	False	98920	fragment	False	USA0050_01_000000005251	0.9901289282836423		0	0	False	False	1.0	0					non-mobilizable	other	2497.0	100.0	100.0	0.00041766054873166567	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0004_000000019781	1367	0.9040351621527076	2	1	1	1	1	False	67754	fragment	False	ENG0004_000000019781	1.0		0	0	False	False	0.9992684721946716	0					non-mobilizable	no_good_hit	143.0	83.916	10.0	0.0008140642591149217	NZ_QCZK02000053.1	CFB group bacteria	Botryobacter ruber strain SYSU D60016 SYSU_D60016_Contig53, whole genome shotgun sequence	True	False
ENG0100_000000025056	1268	0.9040234416883131	2	2	2	1	1	False	60536	maximal	True	ENG0100_000000025056	1.0		0	0	False	False	0.9984227418899536	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	6.489048161296805e-05	NZ_JACCEU010000004.1	b-proteobacteria	Eoetvoesia caeni strain PB3-7B NODE_4_length_477728_cov_38.619718, whole genome shotgun sequence	True	False
USA0041_01_000000007699	2562	0.9040225117002446	5	4	2	4	1	True	102950	fragment	False	USA0041_01_000000007699	1.0		0	0	False	False	0.9847775101661682	0					non-mobilizable	no_good_hit	310.0	86.12899999999999	12.0	0.00016494085692130394	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
FIJ0136_000000003713	6822	0.9040202737378911	6	5	4	5	2	True	59065	fragment	False	FIJ0136_000000003713	1.0		0	0	False	False	0.9964819550514221	0					non-mobilizable	other	4581.0	94.39	99.0	0.025428773288383763	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0279_000000003262	5340	0.9040095189656514	8	4	1	2	4	True	37274	maximal	True	ISR0279_000000003262	1.0		7	3	False	False	0.9994382262229919	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.00013709972742409455	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
USA0057_01_000000008935	3480	0.9040091206962616	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9742775221155241	PS517	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0061_000000006865	3468	0.9040091206962616	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9782117803044158	PS517	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0159_000000000315	41886	0.9040068229952434	34	9	5	9	2	True	90893	maximal	True	FIJ0159_000000000315	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	7507.0	95.271	95.0	0.06358651364932771	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
SPA0033_000000003291	8240	0.904005741123783	11	7	6	6	5	False	33263	fragment	False	SPA0033_000000003291	1.0		0	0	False	False	0.9986650347709656	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0008125126955108674	NZ_JYDC01000093.1	firmicutes	Lactobacillus collinoides strain 237 contig93, whole genome shotgun sequence	True	False
ISR0214_000000002981	8220	0.9040006661042612	9	3	1	1	2	True	28244	fragment	False	ISR0214_000000002981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	285.0	84.912	3.0	0.0041446482229820746	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0175_000000007724	3352	0.9039935462042408	3	2	2	1	1	False	55611	maximal	True	ENG0175_000000007724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	75.87	13.0	0.0018970762210579685	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
ISR0106_000000000642	22436	0.9039893188554929	17	8	6	7	3	True	74341	fragment	False	ISR0043_000000000813	0.9746662590291655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	0.0	0.011004318150160189	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
MON0019_000000016794	3767	0.9039827058038449	9	5	1	3	5	False	13216	fragment	False	MON0019_000000016794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1213.0	97.03200000000001	56.0	0.0001674661908596953	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0188_000000009126	2354	0.9039771444142922	2	2	2	1	1	False	29263	maximal	True	ISR0188_000000009126	1.0		2	1	False	False	0.9851316809654236	0					non-mobilizable	no_good_hit	961.0	73.777	40.0	0.005588191441777248	NZ_BAKJ01000005.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
SPA0066_000000003952	3898	0.9039744986482036	4	4	4	4	4	False	126367	maximal	True	SPA0066_000000003952	0.9580601466658641		149	6	False	False	1.0	0					non-mobilizable	other	3775.0	96.821	99.0	0.08593964334705076	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0101_000000041252	1587	0.9039713758214256	3	2	2	1	1	False	9029	maximal	True	MON0101_000000041252	1.0		1	1	False	False	0.9974794983863831	0					non-mobilizable	no_good_hit	507.0	76.134	32.0	0.006405594048667203	NZ_FWXW01000010.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
FIJ0057_000000013170	2456	0.9039683821217792	2	2	2	1	2	False	46142	fragment	False	FIJ0057_000000013170	1.0		0	0	False	False	0.9987785220146179	0					non-mobilizable	no_good_hit	81.0	100.0	3.0	9.745911894519995e-05	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0119_000000000937	25183	0.9039640861826679	49	9	5	7	6	False	102988	maximal	True	ISR0119_000000000937	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	94.87200000000001	1.0	0.00022806732923752625	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0062_01_000000005987	4084	0.9039635585256688	3	2	2	2	1	False	92943	maximal	True	USA0062_01_000000005987	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	92.13600000000001	46.0	0.00029782319925859374	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0104_000000000827	10745	0.9039625915139972	10	5	5	5	4	False	14898	maximal	True	MAD0104_000000000827	1.0		2	2	False	False	0.999069333076477	0					non-mobilizable	no_good_hit	107.0	89.72	2.0	2.016347633549742e-05	CP011072.1	b-proteobacteria	Azoarcus sp. CIB, complete genome	True	False
FIJ0030_000000014787	2328	0.9039510690524974	4	4	4	4	3	False	48742	fragment	False	FIJ0030_000000014787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	72.642	9.0	0.010493827160493827	NZ_WHJC01000037.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig037, whole genome shotgun sequence	True	False
SPA0125_000000006408	5654	0.9039377116046062	6	6	6	6	6	False	101568	maximal	True	SPA0125_000000006408	1.0	PS500	13	5	False	True	1.0	0					non-mobilizable	no_good_hit	2611.0	99.809	66.0	0.000368663282026987	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0013_000000003018	7318	0.9039358247449872	8	7	5	7	6	False	129697	maximal	True	ISR0013_000000003018	1.0	PS1061|PS1063	1	1	False	True	0.9967204332351685	0					non-mobilizable	no_good_hit	4885.0	98.669	67.0	0.0657625383828045	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0236_000000008383	1358	0.9039182134648522	2	2	2	2	1	False	27325	maximal	True	ISR0236_000000008383	1.0		18	3	False	False	0.9992636442184448	0					non-mobilizable	no_good_hit	631.0	91.44200000000001	78.0	0.00017740267813174955	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ETH0003_000000000874	20494	0.90391746990208	13	10	8	9	8	True	105962	fragment	False	FIJ0108_000000000697	0.9692963190766322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	1.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
FIJ0063_000000001529	12952	0.9039160214345224	11	5	3	4	3	True	98616	fragment	False	FIJ0063_000000001529	1.0		0	0	False	False	0.9999228119850159	0					non-mobilizable	no_good_hit	1185.0	97.72200000000001	11.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0010_000000019460	1399	0.9038929697146206	2	1	1	1	1	False	92035	fragment	False	MON0010_000000019460	1.0		0	0	False	False	0.9957112073898315	0					non-mobilizable	other	1385.0	99.206	99.0	0.000419222820260942	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
CHI0180_000000003130	4733	0.9038851104763742	6	4	2	2	4	False	96717	fragment	False	CHI0180_000000003130	1.0		0	0	False	False	0.9930276870727539	0					non-mobilizable	other	4654.0	92.179	98.0	0.002322056438760757	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0133_01_000000009949	2300	0.9038809363613696	4	4	3	4	3	False	61	maximal	True	USA0133_01_000000009949	1.0		2	1	False	False	0.9986956715583801	0					non-mobilizable	no_good_hit	866.0	97.113	38.0	0.030292405862141505	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0043_000000005857	5375	0.90387948878149	6	3	2	2	1	True	130331	maximal	False	ENG0085_000000004084	0.9779646590157821	PS1094	0	0	False	True	0.999813973903656	0					non-mobilizable	no_good_hit	1232.0	93.01899999999999	54.0	0.3039506172839506	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MAD0038_000000000913	9479	0.9038718782430032	10	8	6	8	5	False	18572	fragment	False	MAD0038_000000000913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	1.0	1.8716534888790817e-05	NZ_CP031555.1	a-proteobacteria	Thalassospira indica strain PB8BT (=MCCC 1A01103T=LMG 29620T) chromosome, complete genome	True	False
SPA0092_000000003019	10937	0.9038534631171592	9	7	2	7	4	False	60102	fragment	False	SPA0092_000000003019	1.0		0	0	False	False	0.9990856647491455	0					non-mobilizable	no_good_hit	9475.0	94.70200000000001	86.0	0.002529564926079986	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0818_000000016547	1176	0.9038504221351468	2	1	1	1	1	False	21338	fragment	False	ISR0818_000000016547	1.0		0	0	False	False	0.9948979616165161	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000037711	1178	0.9038472098754116	1	1	1	1	1	False	47874	fragment	False	MAD0012_000000025071	0.9506472491909385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	4.0	1.3752069910740098e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0105_000000001550	7897	0.9038395251507232	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.968738974762531		0	0	True	True	0.9996200799942017	1					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0092_000000003930	4896	0.903838854028666	8	2	2	1	1	True	61128	maximal	True	ENG0092_000000003930	1.0		1	1	True	True	1.0	24					non-mobilizable	no_good_hit	1324.0	85.49799999999999	76.0	0.25386398763523954	HG796296.1	bacteria	Uncultured bacterium plasmid pRGI00277	True	True
ENG0063_000000006518	4663	0.903838854028666	7	2	2	1	1	True	63117	maximal	True	ENG0063_000000006518	1.0		1	1	True	True	1.0	26					non-mobilizable	no_good_hit	1635.0	82.26299999999999	51.0	0.3131761978361669	HG796296.1	bacteria	Uncultured bacterium plasmid pRGI00277	True	True
ISR0387_000000007489	3202	0.9038371976981796	4	4	4	4	4	False	127739	maximal	True	ISR0387_000000007489	1.0		53	8	False	False	0.9990630745887756	0					non-mobilizable	no_good_hit	1858.0	89.074	85.0	0.0588720159781885	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0400_000000002807	5856	0.9038338173295452	8	8	3	5	6	True	22565	maximal	True	ISR0400_000000002807	1.0		1	1	False	False	0.9984630942344666	0					non-mobilizable	chromosome	5856.0	96.79	100.0	0.00220713521012078	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	False	True
MAD0046_000000003210	6964	0.903819253643	10	4	3	3	2	True	17776	maximal	True	MAD0046_000000003210	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.602999511753266e-05	NZ_RZNC01000002.1	high GC Gram+	Labedella populi strain 8H24J-4-2 scaffold_1, whole genome shotgun sequence	True	True
SPA0035_000000013676	1500	0.9038050381809459	3	2	2	1	1	False	81696	fragment	False	SPA0035_000000013676	0.99077200401057		0	0	False	False	0.9953333139419556	0					non-mobilizable	other	1531.0	75.18	99.0	0.14683078115913936	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	False
SPA0036_000000020112	1239	0.9038050381809459	3	2	2	1	1	False	81695	fragment	False	SPA0036_000000020112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	927.0	73.89399999999999	85.0	0.0003936523873796501	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0395_000000005625	6730	0.9038004252855945	6	6	6	6	4	True	91132	maximal	True	ISR0395_000000005625	1.0		1	1	False	False	0.999851405620575	0					non-mobilizable	no_good_hit	1634.0	96.818	85.0	0.0005294365417166094	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ISR0010_000000006646	2837	0.9037991737554132	5	2	0	1	1	True	38318	maximal	True	ISR0010_000000006646	1.0		1	1	False	False	0.9957701563835144	0					non-mobilizable	no_good_hit								True	True
SPA0002_000000008643	2506	0.9037806367456956	4	2	1	2	1	False	110756	fragment	False	SPA0002_000000008643	1.0		0	0	False	False	0.9968076348304749	0					non-mobilizable	other	2506.0	95.73	100.0	0.00322061191626409	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0120_000000003740	5551	0.903774736288126	5	4	2	3	3	True	103404	backbone	True	ENG0120_000000003740	1.0	PS606	10	4	True	True	1.0	28					non-mobilizable	no_good_hit	60.0	95.0	1.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
CHI0153_000000006200	2539	0.9037739730726472	3	2	2	2	0	False	79273	maximal	True	CHI0153_000000006200	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	77.5	28.0	0.0001656716162942225	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0081_000000007651	7048	0.9037737639843134	5	5	5	4	3	False	103977	fragment	False	CAN0001_000000006210	0.9192000956451063		0	0	False	False	1.0	0					non-mobilizable	other	4992.0	94.65100000000001	100.0	0.002436693811386648	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0015_000000012958	2323	0.903767738976758	4	2	2	2	1	True	50361	fragment	False	FIJ0015_000000012958	1.0		0	0	False	False	0.9969866275787354	0					non-mobilizable	no_good_hit	1107.0	89.16	74.0	0.042587601078167114	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
AUS0002_000000015572	2315	0.9037677210329024	2	2	2	1	1	False	102993	fragment	False	AUS0002_000000015572	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2315.0	99.87	100.0	0.0007792316250851968	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ENG0156_000000008229	1982	0.9037677210329024	2	2	2	1	1	False	56683	fragment	False	ENG0156_000000008229	0.9834183673469388		0	0	False	False	1.0	0					non-mobilizable	other	1982.0	99.899	100.0	0.0006670950083378457	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
SPA0082_000000008615	1960	0.9037677210329024	2	2	2	1	1	False	56683	fragment	False	ENG0156_000000008229	0.9780524722502523		0	0	False	False	0.9959183931350708	0					non-mobilizable	other	1960.0	99.84700000000001	100.0	0.0006596865832073901	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ISR0812_000000024387	1625	0.9037677210329024	2	2	2	1	1	False	26938	fragment	False	ISR0812_000000024387	1.0		0	0	False	False	0.998769223690033	0					non-mobilizable	other	1625.0	99.631	100.0	0.0005468764732663612	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ISR0253_000000008389	1504	0.9037677210329024	2	2	2	1	1	False	26937	fragment	False	ISR0253_000000008389	1.0		0	0	False	False	0.998670220375061	0					non-mobilizable	other	1504.0	100.0	100.0	0.0005061301350488552	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ISR0009_000000004336	6563	0.9037554660784556	6	6	3	5	5	False	82877	fragment	False	ISR0009_000000004336	1.0		0	0	False	False	0.9980192184448242	0	IncK2/Z				non-mobilizable	plasmid	6572.0	97.809	100.0	0.0740949779317974	CP058573.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2-2, complete sequence	False	True
ISR0294_000000004116	4579	0.903749632018248	6	6	6	6	4	False	110716	maximal	True	ISR0294_000000004116	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	80.645	3.0	3.221304397813808e-05	CP046120.1	a-proteobacteria	Novosphingobium sp. Gsoil 351 chromosome, complete genome	True	False
FIJ0160_000000002391	6736	0.9037484858744628	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3591430727407503		0	0	False	False	1.0	0					non-mobilizable	plasmid	4623.0	98.681	98.0	0.04004128145976792	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0146_000000002420	6708	0.9037484858744628	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.35946253627998725		0	0	False	False	1.0	0					non-mobilizable	plasmid	5278.0	97.70700000000001	98.0	0.04553102180285501	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0020_000000003382	6696	0.9037484858744628	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.35911440870662564		0	0	False	False	1.0	0					non-mobilizable	plasmid	5260.0	97.833	98.0	0.04537491544238808	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0135_000000004422	6691	0.9037484858744628	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.35930293492625187		0	0	False	False	1.0	0					non-mobilizable	plasmid	5258.0	98.17399999999999	98.0	0.045548366954018	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0003_000000003755	6688	0.9037484858744628	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.35981987572193513		0	0	False	False	1.0	0					non-mobilizable	plasmid	5261.0	98.156	98.0	0.04557438468076249	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0147_000000002517	6677	0.9037484858744628	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3598085884761291		0	0	False	False	1.0	0					non-mobilizable	plasmid	5242.0	98.493	98.0	0.04544429604704005	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0006_000000004741	6675	0.9037484858744628	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.35994735232882763		0	0	False	False	1.0	0					non-mobilizable	plasmid	5243.0	98.34100000000001	98.0	0.04541827832029556	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0104_000000003668	6606	0.9037484858744628	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3572694778655738		0	0	False	False	1.0	0					non-mobilizable	plasmid	6612.0	98.609	100.0	0.057282361715782354	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0131_000000002783	6603	0.9037484858744628	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3567888632964839		0	0	False	False	1.0	0					non-mobilizable	plasmid	6608.0	98.426	100.0	0.057247671413456366	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0111_000000003704	6599	0.9037484858744628	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3571098865940164		0	0	False	False	1.0	0					non-mobilizable	plasmid	6605.0	98.60700000000001	100.0	0.05722165368671188	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0140_000000004803	5367	0.9037484858744628	6	3	2	3	2	True	100153	fragment	False	MON0064_000000003751	0.8017036433121735		0	0	False	False	1.0	0					non-mobilizable	plasmid	5309.0	97.947	99.0	0.04598199573309281	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0157_000000003678	5156	0.9037484858744628	6	3	2	3	2	True	100153	fragment	False	MON0064_000000003751	0.6311555585298023		0	0	False	False	1.0	0					non-mobilizable	plasmid	5161.0	97.985	100.0	0.04451633045981996	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0007_000000003685	4601	0.9037484858744628	5	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.6960095363517504		0	0	False	False	1.0	0					non-mobilizable	plasmid	4599.0	98.913	99.0	0.03987650252371949	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0134_000000004148	3837	0.9037484858744628	5	3	2	3	2	True	98378	fragment	False	FIJ0134_000000004148	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3839.0	98.359	100.0	0.033241982203874906	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
CHI0186_000000004910	3949	0.9037479346218446	4	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.8899646655336262		0	0	False	False	1.0	0					non-mobilizable	other	3949.0	99.975	100.0	0.002027648538865575	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
CHI0054_000000004352	3831	0.9037479346218446	3	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.8335660159052526		0	0	False	False	1.0	0					non-mobilizable	other	3831.0	100.0	100.0	0.0019670450617667555	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
AST0028_000000004534	3812	0.9037479346218446	3	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.8369550471212217		0	0	False	False	0.9902938008308411	0					non-mobilizable	other	3812.0	100.0	100.0	0.001957286874776268	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
USA0119_01_000000006426	3548	0.9037479346218446	2	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.2600645732823646		0	0	False	False	1.0	0					non-mobilizable	other	3548.0	99.634	100.0	0.0018216994344873844	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ISR0770_000000003607	2770	0.9037479346218446	4	1	0	1	0	True	84711	fragment	False	ISR0770_000000003607	1.0		0	0	False	False	0.9877256155014038	0					non-mobilizable	other	2553.0	99.06	92.0	0.00040998881848676856	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
ISR0174_000000014522	1681	0.9037479346218446	3	1	0	1	0	True	84702	fragment	False	ISR0174_000000014522	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1681.0	98.096	100.0	0.0003758087437720326	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ISR0327_000000021576	1367	0.9037479346218446	2	1	0	1	0	True	84701	fragment	False	ISR0327_000000021576	0.9755853374603024		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	99.927	100.0	0.0007015622857371771	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ENG0013_000000020420	1339	0.9037479346218446	3	1	0	1	0	True	84701	fragment	False	ISR0327_000000021576	0.9714631494080818		0	0	False	False	0.9992531538009644	0					non-mobilizable	other	1339.0	99.851	100.0	0.0006871817996459319	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ISR0266_000000011375	1709	0.9037365986829335	2	2	2	2	2	False	102832	fragment	False	ISR0103_000000016047	0.9694279663495852		0	0	False	False	1.0	0					non-mobilizable	other	1709.0	99.53200000000001	100.0	0.0006202822865464476	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0014_000000002314	13668	0.9037333622742016	18	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.5364573645135551	PS943|PS946|PS949	0	0	True	True	0.9999268651008606	19					non-mobilizable	no_good_hit	1604.0	73.317	11.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0088_000000001507	12378	0.9037333622742016	17	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.571863434306709	PS943|PS946|PS949	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	975.0	77.538	12.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0134_000000002360	12375	0.9037333622742016	17	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.571888690493369	PS943|PS946|PS949	0	0	True	True	1.0	226					non-mobilizable	no_good_hit	1604.0	73.317	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0344_000000001818	12375	0.9037333622742016	17	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.5719014228884146	PS943|PS946|PS949	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	975.0	77.538	12.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0225_000000000616	12373	0.9037333622742016	17	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.5718583293494595	PS943|PS946|PS949	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1604.0	73.317	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0072_000000001620	12355	0.9037333622742016	17	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.5579478623411293	PS943|PS946|PS949	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1604.0	73.317	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0012_000000023785	1296	0.9037223919491569	3	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.23425574946074237		0	0	False	False	0.9938271641731262	0					non-mobilizable	chromosome	1073.0	78.844	96.0	0.00028222899014572673	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0103_000000000137	43889	0.9037202292102876	46	10	4	7	7	False	14946	maximal	True	MAD0103_000000000137	1.0		1	1	False	False	0.9997265934944153	0					non-mobilizable	no_good_hit	183.0	84.699	0.0	8.04858515159864e-05	CP003723.1	fusobacteria	Fusobacterium nucleatum subsp. animalis 4_8, complete genome	True	False
ISR0837_000000000912	8138	0.9037176955979416	18	6	3	5	3	True	75526	maximal	True	ISR0837_000000000912	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	88.27799999999999	69.0	0.07289179822872545	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0132_000000004953	5033	0.9037148592809912	7	6	1	5	4	False	112161	maximal	False	SPA0040_000000006858	0.9278904085754532		0	0	True	True	0.9934432506561279	1					non-mobilizable	chromosome	2719.0	96.874	97.0	0.5334773218142549	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
MON0062_000000008770	4653	0.9037102792484684	9	5	3	3	5	True	92228	backbone	True	MON0062_000000008770	1.0	PS486	49	2	True	True	1.0	104	rep_cluster_1079				non-mobilizable	no_good_hit	1994.0	93.48	79.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
ISR0018_000000000275	43067	0.9037098484512116	42	20	13	20	6	True	112214	fragment	False	AST0150_000000000198	0.9566926465604879		0	0	False	False	1.0	0					non-mobilizable	plasmid	19121.0	97.62	95.0	0.26444176940212805	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
FIJ0012_000000004836	4694	0.9037074059549386	4	2	2	2	1	True	87987	maximal	True	FIJ0012_000000004836	1.0		1	1	False	False	0.9965913891792297	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0003030943174407818	NZ_BAVS01000009.1	firmicutes	Gracilibacillus boraciitolerans JCM 21714, whole genome shotgun sequence	True	True
ISR0261_000000013298	1389	0.9037069102923616	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.2394723031850334		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	98.024	91.0	0.004582881631853928	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0027_000000017037	1343	0.9037069102923616	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.3054686233478458		0	0	False	False	0.9910647869110107	0					non-mobilizable	other	1354.0	97.637	100.0	0.004905568708780352	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0072_000000003778	6652	0.9036861190449678	9	6	6	6	6	False	69727	fragment	False	FIJ0120_000000003277	0.9635237953155303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	77.758	17.0	0.0017340122654249273	NZ_FRDE01000004.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
FIJ0061_000000025186	1166	0.9036823439154577	2	2	2	1	1	False	45752	fragment	False	FIJ0061_000000025186	0.9545659240156393		0	0	False	False	1.0	0					non-mobilizable	chromosome	1166.0	97.94200000000001	100.0	0.00041109613756652963	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0166_000000006038	3036	0.9036811941081886	6	4	3	4	3	False	38251	fragment	False	ISR0166_000000006038	1.0		0	0	False	False	0.9963768124580383	0					non-mobilizable	no_good_hit	176.0	97.727	6.0	0.012586306098964327	NZ_SPFU01000051.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_51_length_13904_cov_36.2332, whole genome shotgun sequence	True	False
CAN0012_000000009800	5514	0.9036770341340464	7	6	4	6	4	False	94304	maximal	True	CAN0012_000000009800	1.0		1	1	False	False	0.9970982670783997	0					non-mobilizable	no_good_hit	86.0	94.186	2.0	0.00020068705804578027	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
SPA0145_000000010935	3109	0.9036757307935211	4	4	4	3	2	False	99320	fragment	False	AUS0022_000000011449	0.9473542681356615		0	0	False	False	0.9990350604057312	0					non-mobilizable	other	3109.0	99.775	100.0	0.049563844546860795	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0168_000000008010	3245	0.9036743674011158	4	2	1	2	1	False	30132	maximal	True	ISR0168_000000008010	1.0		1	1	False	False	0.9996918439865112	0					non-mobilizable	no_good_hit								True	False
AST0088_000000001324	8793	0.9036692921948288	12	3	1	3	2	True	110463	fragment	False	AST0088_000000001324	1.0		0	0	False	False	0.9988627433776855	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00012535462162697103	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	True	True
CAN0012_000000009358	5802	0.9036685986753082	8	7	4	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9965789624457659	PS1028	0	0	True	True	1.0	304		MOBV			mobilizable	no_good_hit	2747.0	87.441	83.0	0.4494990967318115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0136_000000001214	5796	0.9036685986753082	8	7	4	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9961217658024525	PS1028	0	0	True	True	1.0	51		MOBV			mobilizable	no_good_hit	2751.0	87.38600000000001	83.0	0.4503202496304812	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0005_000000017312	3019	0.9036650454067288	3	3	3	3	3	False	93452	fragment	False	MON0005_000000017312	1.0		0	0	False	False	0.9930440783500671	0					non-mobilizable	no_good_hit	1122.0	95.455	37.0	0.0003110229879311973	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0039_000000000920	9311	0.9036601371224566	11	11	5	8	9	True	63781	fragment	False	MAD0039_000000000920	1.0		0	0	False	False	1.0	0	Col(MG828)		MPF_T		non-mobilizable	plasmid	9205.0	98.685	99.0	0.3226620849258389	CP037908.1	enterobacteria	Escherichia coli strain LHM10-1 plasmid unnamed4, complete sequence	False	True
ISR0112_000000011798	2748	0.903658950614024	3	2	2	2	2	False	32649	maximal	True	ISR0112_000000011798	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	92.346	44.0	0.01373638838475499	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ITA0006_000000002964	8590	0.9036511951359804	11	7	5	6	5	True	118318	backbone	True	ITA0006_000000002964	0.9976115740671928	PS770|PS805	5	5	True	True	0.9998835921287537	10					non-mobilizable	no_good_hit	1567.0	75.75	18.0	0.0005469519426850824	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0056_000000010279	1885	0.903647166591304	3	3	3	3	3	False	101088	fragment	False	MON0056_000000010279	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	781.0	98.464	97.0	0.00020807052203560193	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0211_000000004435	4453	0.9036420032282853	6	4	2	4	1	True	57891	maximal	True	ISR0211_000000004435	1.0		0	0	False	False	0.9871996641159058	0					non-mobilizable	no_good_hit	241.0	97.095	5.0	0.00010176817971921311	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
SPA0041_000000009083	3781	0.9036358599093413	7	4	3	4	2	False	6923	fragment	False	SPA0041_000000009083	1.0		0	0	False	False	0.9978841543197632	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	1.3239612011278636e-05	NZ_FORW01000001.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	False
USA0075_01_000000017076	1446	0.9036341234813772	2	1	1	1	1	False	667	fragment	False	USA0075_01_000000017076	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	88.353	95.0	0.0005239690590341401	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0117_000000003518	5926	0.9036335504476029	9	8	7	6	6	False	59401	maximal	True	ENG0117_000000003518	1.0		1	1	False	False	0.9996625185012817	0	IncFII				non-mobilizable	plasmid	3620.0	99.86200000000001	100.0	0.0262964766063812	CP056561.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00399 plasmid pRHBSTW-00399_2, complete sequence	False	True
FIJ0157_000000000099	61844	0.9035993586994556	102	31	12	21	19	True	90664	maximal	True	FIJ0157_000000000099	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	74.934	1.0	0.0028356184330525815	NZ_MJAT01000006.1	firmicutes	Desulfuribacillus stibiiarsenatis strain MLFW-2 MLFW-2_Contig_14_85X, whole genome shotgun sequence	True	True
ISR0182_000000027645	1453	0.903592018527909	3	2	1	2	1	False	29523	maximal	True	ISR0182_000000027645	1.0		0	0	False	False	0.9944941401481628	0					non-mobilizable	no_good_hit	559.0	76.565	38.0	0.0001662419265752778	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0393_000000000474	23755	0.90358709974846	17	12	5	12	3	True	120589	fragment	False	ISR0393_000000000474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.1817650695357953e-05	LR134479.1	high GC Gram+	Rothia aeria strain NCTC10207 genome assembly, chromosome: 1	True	True
SPA0054_000000000042	63129	0.9035809919734816	110	15	5	10	10	False	67786	maximal	True	SPA0054_000000000042	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5973.0	94.86	65.0	0.0018553903070478077	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0074_000000007981	2769	0.9035764341149624	4	2	2	2	2	False	128350	fragment	False	AST0052_000000007651	0.9489742437549786		0	0	False	False	1.0	0					non-mobilizable	chromosome	2769.0	98.917	100.0	0.0009727657226598535	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
DEN0071_000000021749	1923	0.9035636016221924	2	1	1	1	1	False	111973	fragment	False	ENG0200_000000009689	0.8689213650276998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	100.0	4.0	0.0005677975300807441	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0105_000000009897	1921	0.9035636016221924	2	1	1	1	1	False	111973	fragment	False	ENG0200_000000009689	0.870688321350679		0	0	False	False	0.994273841381073	0					non-mobilizable	no_good_hit	70.0	95.714	4.0	2.2194637968463672e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
SPA0129_000000013541	1914	0.9035636016221924	2	1	1	1	1	False	111973	fragment	False	ENG0200_000000009689	0.8686848390126332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	4.0	1.1659057031222797e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ENG0049_000000010462	1814	0.9035636016221924	2	1	1	1	1	False	111973	fragment	False	ENG0200_000000009689	0.7316666312872985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	84.286	4.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
DEN0045_000000029388	1446	0.9035636016221924	2	1	1	1	1	False	72859	fragment	False	ISR0048_000000012177	0.9618100128369704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	84.286	5.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
ENG0041_000000009242	2766	0.9035615144782254	3	3	3	3	2	False	79711	maximal	True	ENG0041_000000009242	1.0		0	0	False	False	0.9967461824417114	0					non-mobilizable	no_good_hit	1037.0	96.23899999999999	37.0	0.0002881302849984341	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0092_000000000255	38606	0.9035612520786984	46	13	10	13	8	True	98436	fragment	False	FIJ0092_000000000255	0.9999740178757015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	5.86021782252064e-06	NZ_LT575476.1	firmicutes	Paenibacillus tuaregi strain Marseille-P2472T, whole genome shotgun sequence	True	True
FIJ0081_000000000342	38488	0.9035612520786984	45	13	10	13	8	True	98436	fragment	False	FIJ0092_000000000255	0.9984587887893073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	5.86021782252064e-06	NZ_LT575476.1	firmicutes	Paenibacillus tuaregi strain Marseille-P2472T, whole genome shotgun sequence	True	True
ISR0160_000000018323	1607	0.9035587243013572	2	1	1	1	0	True	30422	fragment	False	ISR0160_000000018323	1.0		0	0	False	False	0.9701306819915771	0					non-mobilizable	other	1351.0	87.713	92.0	0.016091451871268384	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0097_000000011017	2860	0.9035510751303286	3	2	0	1	2	True	60777	maximal	True	ENG0097_000000011017	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	1901.0	90.95200000000001	100.0	0.0003612979764617065	CP048867.1	enterobacteria	Escherichia coli strain 78-Pyelo chromosome, complete genome	False	True
MON0020_000000008649	2322	0.9035469270855352	4	3	3	3	3	False	129303	fragment	False	MON0020_000000008649	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2276.0	97.891	98.0	0.0007926294523536982	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0222_000000016994	3181	0.9035380878443076	4	3	3	3	2	False	61711	fragment	False	ISR0222_000000016994	1.0		0	0	False	False	0.9971706867218018	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	2.0	0.0008023081789147239	NZ_WSXR01000010.1	bacteria	Desulfurobacterium thermolithotrophum strain HR11 Seq10, whole genome shotgun sequence	True	False
ISR0058_000000009048	2741	0.9035353908735808	4	1	1	1	1	False	35510	maximal	True	ISR0058_000000009048	1.0		64	10	False	False	0.9963517189025879	0					non-mobilizable	no_good_hit	59.0	98.305	2.0	0.002733914683007306	NZ_CABMGA010000026.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0013_000000004426	5400	0.9035301392586492	6	5	3	3	5	False	96822	maximal	True	ENG0013_000000004426	1.0		11	5	False	False	0.9992592334747314	0					non-mobilizable	no_good_hit	125.0	93.6	2.0	3.889504204271742e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
SPA0108_000000010220	2912	0.9035291405020544	4	2	1	1	2	True	89348	fragment	False	SPA0108_000000010220	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1453.0	97.316	97.0	0.19653492149431512	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
USA0072_01_000000007940	2452	0.9035291405020544	4	2	1	1	2	True	89347	maximal	True	USA0072_01_000000007940	1.0		3	2	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1323.0	94.86	96.0	0.17866811044937736	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	False	True
MAD0044_000000003065	7292	0.9035106644610232	11	7	4	7	5	False	73931	maximal	True	MAD0044_000000003065	1.0		4	1	False	False	0.9983543753623962	0					non-mobilizable	no_good_hit	1647.0	97.26799999999999	38.0	0.0005540339630224404	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0092_000000016904	3173	0.9035081184544412	3	2	1	2	1	False	9466	fragment	False	MON0092_000000016904	1.0		0	0	False	False	0.9996848702430725	0					non-mobilizable	no_good_hit	61.0	98.361	2.0	0.6521739130434783	XR_004405574.1	birds	PREDICTED: Tyto alba alba uncharacterized LOC116958967 (LOC116958967), ncRNA	True	False
ENG0200_000000001230	14903	0.9035080022718406	12	8	6	6	5	False	90387	maximal	True	ENG0200_000000001230	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6314.0	98.068	63.0	0.0508282132014849	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
FIJ0128_000000020782	1278	0.9035070432895216	2	2	2	2	2	False	40984	fragment	False	FIJ0128_000000020782	0.9987603305785124		0	0	False	False	0.9655712246894836	0					non-mobilizable	chromosome	1219.0	94.83200000000001	95.0	0.00048595463331987677	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0088_000000020775	1544	0.9035053896968608	3	2	1	1	2	False	9629	fragment	False	MON0088_000000020775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	74.273	59.0	0.0002173091703762819	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
MAD0103_000000020283	1221	0.9035038101373152	1	1	1	1	1	False	15941	fragment	False	MAD0103_000000020283	0.972727277686495		0	0	False	False	0.9680589437484741	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	9.365479687785118e-06	NZ_LN614830.1	g-proteobacteria	Tatlockia micdadei strain ATCC 33218 chromosome I	True	False
ENG0011_000000005474	4585	0.90350004666544	5	2	0	1	1	True	118863	fragment	False	ENG0011_000000005474	1.0		0	0	False	False	0.9921482801437378	0					non-mobilizable	other	4547.0	98.988	99.0	0.0023337474570935086	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
FIJ0021_000000005074	9542	0.9034964430115656	15	3	2	3	2	False	49701	maximal	True	FIJ0021_000000005074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	87.059	1.0	2.3277573136999304e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0006_000000011924	1908	0.9034946916387612	4	2	2	1	1	False	67602	maximal	True	ENG0006_000000011924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	87.815	40.0	0.016983987171669265	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MON0109_000000019062	1879	0.9034871168993408	2	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.07215196603301816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	87.0	48.0	0.0002554448279129558	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0386_000000002514	12619	0.903485579944238	18	18	6	12	16	True	132521	backbone	False	USA0060_01_000000001071	0.8408735744418036	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12538.0	99.697	99.0	0.33429325653947684	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0142_000000012481	2609	0.9034848736430496	5	4	2	2	3	True	102405	fragment	False	ENG0142_000000012481	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	98.473	80.0	0.19203785283080438	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
MAD0049_000000002935	5153	0.9034773038411956	8	1	1	1	1	True	107762	maximal	True	MAD0049_000000002935	1.0		6	4	False	False	0.9982534646987915	0					non-mobilizable	no_good_hit								True	True
MAD0088_000000006176	3481	0.9034773038411956	5	1	1	1	1	True	107761	fragment	False	FIJ0109_000000007497	0.9436004008334973		0	0	False	False	0.9971272349357605	0					non-mobilizable	no_good_hit								True	True
MON0041_000000016716	3337	0.9034773038411956	5	1	1	1	1	True	107761	fragment	False	FIJ0109_000000007497	0.823400297863982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0015_000000005553	3249	0.9034773038411956	5	1	1	1	1	True	107761	fragment	False	FIJ0109_000000007497	0.7979713497925075		0	0	False	False	0.9987688660621643	0					non-mobilizable	no_good_hit								True	True
MON0007_000000031490	1992	0.9034773038411956	3	1	1	1	1	True	107752	fragment	False	FIJ0002_000000017773	0.9483096521313081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000023042	1100	0.9034773038411956	2	1	1	1	1	True	43548	fragment	False	FIJ0089_000000023042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	5.7837206578596665e-06	NZ_CTEE01000001.1	high GC Gram+	Mycobacterium lentiflavum strain CSUR P1491, whole genome shotgun sequence	True	True
ENG0211_000000015024	1617	0.9034721907442328	2	1	1	1	1	False	78360	fragment	False	ENG0211_000000015024	0.9980856726970263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	384.0	95.573	68.0	0.00010894082777962665	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0045_000000008278	1573	0.9034721907442328	2	1	1	1	1	False	78360	fragment	False	ENG0211_000000015024	0.9870399696996702		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	384.0	95.573	67.0	0.00010894082777962665	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0164_000000015481	1316	0.9034721907442328	2	1	1	1	1	False	78359	fragment	False	CHI0164_000000015481	1.0		0	0	False	False	0.9992401003837585	0					non-mobilizable	no_good_hit	393.0	95.165	58.0	0.00011121635420844391	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AUS0004_000000004693	4535	0.9034697615669972	7	6	5	5	6	False	128458	fragment	False	AUS0004_000000004693	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4535.0	99.802	100.0	0.01739243847050881	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0319_000000001339	8480	0.9034667082678802	10	7	2	4	7	False	115586	maximal	False	AST0116_000000002287	0.7151383721149804		0	0	False	False	0.9998821020126343	0					non-mobilizable	no_good_hit	3492.0	99.17	89.0	0.020306698762596973	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
FIJ0120_000000011734	2038	0.9034662253420646	3	3	3	3	3	False	89180	fragment	False	DEN0092_000000006707	0.7478177388289553		0	0	False	False	0.9941118955612183	0					non-mobilizable	other	2037.0	99.01799999999999	99.0	0.0006917140068349226	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
USA0086_01_000000008165	2139	0.9034604869724948	3	2	2	2	1	True	32513	maximal	True	USA0086_01_000000008165	1.0		1	1	False	False	0.9817671775817871	0					non-mobilizable	no_good_hit	981.0	70.438	45.0	0.03384852087558571	NZ_FOOX01000028.1	firmicutes	Desulfotomaculum arcticum DSM 17038, whole genome shotgun sequence	True	True
ISR0110_000000014244	1647	0.9034598040985572	3	1	1	1	1	False	48246	fragment	False	ISR0110_000000014244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000013504	1439	0.9034598040985572	3	1	1	1	1	False	39319	fragment	False	FIJ0160_000000013504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	95.402	6.0	0.00013916983574722874	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
DEN0035_000000026242	1351	0.903458187931447	2	2	2	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.3670613249652582		0	0	False	False	1.0	0					non-mobilizable	chromosome	1355.0	92.399	100.0	0.00037867857689624065	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0798_000000007445	1644	0.9034546192584584	2	2	2	2	1	False	40245	fragment	False	ISR0798_000000007445	0.980733374766936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0064_000000010421	2517	0.9034474859092134	5	3	2	3	2	True	120006	fragment	False	DEN0090_000000009669	0.9112237237237237		0	0	False	True	1.0	0					non-mobilizable	other	2495.0	90.78200000000001	99.0	0.0007481859126076703	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0162_000000001555	13779	0.903434459089368	19	14	7	11	12	False	122943	maximal	False	ENG0110_000000001561	0.9828295920594118		0	0	False	False	1.0	0					non-mobilizable	other	11089.0	99.666	99.0	0.003125276750998278	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0136_000000004393	3337	0.9034332549082498	3	2	2	2	1	False	118071	maximal	True	CHI0136_000000004393	1.0		4	2	False	False	0.9994006752967834	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0009764731012175399	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
DEN0041_000000015691	2176	0.9034313810587086	3	3	3	3	3	False	73116	maximal	True	DEN0041_000000015691	1.0		5	3	False	False	0.9889705777168274	0					non-mobilizable	chromosome	2178.0	86.272	100.0	0.0003674583397945611	LR607362.1	enterobacteria	Klebsiella variicola strain 4928STDY7387736 genome assembly, chromosome: 1	False	False
ISR0177_000000005593	4409	0.9034209091265832	5	4	4	4	1	True	82336	maximal	True	ISR0177_000000005593	1.0		1	1	False	False	0.9682467579841614	0					non-mobilizable	no_good_hit	1625.0	99.446	41.0	0.0003296770443884562	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	True
ENG0098_000000007344	3474	0.90341778355028	4	3	1	3	1	True	132039	fragment	False	ISR0084_000000002614	0.06978265985328361		0	0	False	False	0.9997121691703796	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	3.744281461041319e-05	NZ_KQ948764.1	high GC Gram+	Streptomyces griseoruber strain DSM 40281 PRJNA299232_s002, whole genome shotgun sequence	True	True
ISR0378_000000007194	3340	0.9034159839403504	5	4	2	3	4	False	112681	fragment	False	ISR0378_000000007194	1.0		0	0	False	False	0.9955089688301086	0					non-mobilizable	other	3346.0	94.59100000000001	100.0	0.30845174386418156	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0170_000000010434	4318	0.9034129579883764	4	4	4	4	4	False	118752	maximal	True	ISR0170_000000010434	0.9958226966813646		82	6	False	False	1.0	0					non-mobilizable	no_good_hit	1751.0	79.041	56.0	0.00048671252418519036	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0024_000000006302	3220	0.9034011775392674	3	2	2	2	2	False	49248	fragment	False	FIJ0024_000000006302	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1828.0	92.615	94.0	0.0007370079654949571	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
SPA0027_000000003791	8029	0.9033991992467316	8	5	3	3	4	False	104422	maximal	True	SPA0027_000000003791	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1872.0	90.27799999999999	59.0	0.00030026218720680657	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
USA0024_01_000000001668	13279	0.9033949514858504	19	14	6	8	11	False	75131	maximal	True	USA0024_01_000000001668	1.0		7	4	False	False	0.999322235584259	0					non-mobilizable	no_good_hit	2551.0	90.08200000000001	19.0	0.0007157884323867989	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0206_000000013723	1898	0.903390730463884	3	3	3	2	2	False	129874	fragment	False	AST0007_000000009148	0.821497117835173		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	92.882	95.0	0.024403168228469434	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0003_000000005157	4376	0.9033886214517866	7	7	2	5	5	False	67920	maximal	True	ENG0003_000000005157	1.0		1	1	False	False	0.9997714757919312	0					non-mobilizable	plasmid	4078.0	79.76899999999999	92.0	0.11082184648269436	CP027382.1	enterobacteria	Escherichia coli strain 2013C-3250 plasmid unnamed2	False	True
ISR0134_000000019407	1649	0.9033832129333116	2	2	2	2	1	False	31464	fragment	False	ISR0134_000000019407	1.0		0	0	False	False	0.994542121887207	0					non-mobilizable	no_good_hit	296.0	73.649	18.0	0.002016213718654177	NZ_KZ672956.1	bacteria	Thermus tenuipuniceus strain YIM 76954 Scaffold1, whole genome shotgun sequence	True	False
SPA0024_000000008991	1668	0.9033804176026758	3	3	3	3	2	False	7578	fragment	False	SPA0024_000000008991	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1668.0	100.0	100.0	0.00032385206391095174	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
MAD0032_000000001107	10388	0.90337913753225	18	17	11	11	13	False	85437	fragment	False	MAD0032_000000001107	1.0		0	0	False	False	0.999614953994751	0					non-mobilizable	plasmid	8634.0	99.525	95.0	0.049980593997462734	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	False	True
FIJ0090_000000026804	1699	0.9033781680206624	3	2	2	1	2	False	126226	fragment	False	USA0059_01_000000013440	0.2594673645320197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0087_000000004748	2648	0.903373982165212	3	2	2	2	2	False	80212	fragment	False	DEN0087_000000004748	0.9880753673679151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	482.0	76.34899999999999	18.0	0.0004859461921337714	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
FIJ0079_000000024097	1200	0.9033695017712065	2	1	1	1	1	False	116013	fragment	False	FIJ0081_000000020765	0.18266330285825055		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	99.831	99.0	0.0005666034182839669	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
FIJ0102_000000011709	2709	0.903366296868657	3	3	2	2	3	False	42637	maximal	True	FIJ0102_000000011709	1.0		1	1	False	False	0.999630868434906	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.00010587173869013643	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
CAN0012_000000006426	8683	0.903363758609832	12	9	6	8	4	False	94324	maximal	True	CAN0012_000000006426	1.0		8	5	False	False	0.9997696876525879	0					non-mobilizable	no_good_hit	1190.0	88.73899999999999	14.0	0.00033220445338525567	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0141_000000004956	5340	0.903358669735688	7	6	6	5	5	False	132122	maximal	True	ENG0141_000000004956	1.0		1	1	False	False	0.9998127222061157	0					non-mobilizable	no_good_hit	2502.0	99.20100000000001	47.0	0.003999884849376588	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
FIJ0037_000000026663	1273	0.9033574343417872	2	2	2	2	1	False	47724	fragment	False	FIJ0037_000000026663	1.0		0	0	False	False	0.9929301142692566	0					non-mobilizable	no_good_hit	560.0	97.321	44.0	0.7075949367088608	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
ENG0078_000000004429	5849	0.9033442638293911	8	4	2	2	4	False	89197	fragment	False	ENG0078_000000004429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2870.0	94.59899999999999	72.0	0.0005549865453994287	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0351_000000001549	6785	0.9033361825393748	14	6	2	5	4	False	24086	maximal	True	ISR0351_000000001549	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	82.975	28.0	0.0006655542744849838	NZ_LT669940.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
ENG0051_000000003060	8752	0.9033229316891692	11	5	2	3	3	False	64098	maximal	False	FIJ0057_000000002709	0.9972949383800839		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1540.0	70.584	17.0	0.14460760478459594	LN852940.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0268	True	True
FIJ0057_000000002709	8712	0.9033229316891692	11	5	2	3	3	False	64098	maximal	True	FIJ0057_000000002709	0.998363673670085		6	2	True	True	0.9998852014541626	1					non-mobilizable	no_good_hit	1540.0	70.584	17.0	0.14460760478459594	LN852940.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0268	True	True
FIJ0024_000000002298	8634	0.9033229316891692	10	5	2	3	3	False	64098	maximal	False	FIJ0057_000000002709	0.9953829609596602		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1540.0	70.649	17.0	0.14460760478459594	LN852940.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0268	True	True
ISR0001_000000002677	10574	0.9033126049011284	8	7	5	6	5	False	119751	fragment	False	SPA0103_000000001197	0.7350885636772307		0	0	False	False	1.0	0					non-mobilizable	other	7753.0	99.536	100.0	0.0012382672500835016	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ENG0156_000000001510	10537	0.9033102243912876	14	10	3	5	10	False	117764	maximal	True	ENG0156_000000001510	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3408.0	99.44200000000001	68.0	0.0008025354936347504	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
CHI0159_000000001415	8528	0.9033056786797866	9	7	6	7	5	True	116117	maximal	True	CHI0159_000000001415	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	80.207	11.0	0.00033713161200259363	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0020_000000000975	17291	0.9033004819889012	20	4	2	3	3	False	67793	maximal	True	FIJ0020_000000000975	1.0		1	1	False	False	0.9995373487472534	0					non-mobilizable	no_good_hit	7033.0	92.99	75.0	0.00218142133350423	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0351_000000003771	3383	0.9032987286638784	8	4	3	3	2	True	66076	fragment	False	ISR0351_000000003771	1.0		0	0	False	False	0.9929056763648987	0					non-mobilizable	no_good_hit	2223.0	91.40799999999999	66.0	0.09559972227043916	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0216_000000003595	5590	0.9032948494803044	7	4	4	4	3	True	28143	fragment	False	ISR0216_000000003595	1.0		0	0	False	False	0.997137725353241	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00017736041035598102	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0002_000000007633	2972	0.90329164872655	3	3	3	3	2	False	105507	fragment	False	SPA0002_000000007633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	74.885	22.0	0.0009300867839166085	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0184_000000003436	3926	0.903291048751556	6	6	3	5	6	True	93853	fragment	False	ISR0184_000000003436	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3926.0	99.21	100.0	0.03539416018900932	CP057399.1	enterobacteria	Escherichia coli strain RHB27-C22 plasmid pRHB27-C22_4, complete sequence	False	True
ISR0129_000000002485	4762	0.9032889297902847	5	5	5	5	4	False	81318	fragment	False	ISR0129_000000002485	1.0		0	0	False	False	0.9913901686668396	0					non-mobilizable	chromosome	4546.0	99.516	99.0	0.0011401638784842244	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
AST0104_000000016678	2054	0.903282088490384	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.8443673333554176		0	0	False	False	0.9961051344871521	0					non-mobilizable	other	1457.0	98.147	97.0	0.013347267293694882	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0020_000000002771	8304	0.9032799936058448	12	12	2	6	12	True	123590	fragment	False	SPA0020_000000002771	0.973263089663571		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6107.0	98.59200000000001	100.0	0.18470759171812567	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0077_000000003582	8305	0.9032734931853976	4	4	3	4	4	True	103525	fragment	False	MON0077_000000003582	1.0		0	0	False	False	0.9987959265708923	0		MOBF			mobilizable	plasmid	8117.0	95.553	100.0	0.08621589106433719	LR130554.1	enterobacteria	Escherichia coli strain MS14386 genome assembly, plasmid: 3	False	True
ENG0025_000000011805	2174	0.9032669071987476	2	1	0	1	1	False	66153	maximal	True	ENG0025_000000011805	1.0		1	1	False	False	0.989880383014679	0					non-mobilizable	other	2174.0	100.0	100.0	0.011912724083109479	NZ_QNRL01000010.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_110, whole genome shotgun sequence	False	False
MAD0105_000000017722	2056	0.9032669071987476	1	1	0	1	1	False	14824	maximal	True	MAD0105_000000017722	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	79.291	52.0	0.005715880487111092	CP008701.1	enterobacteria	Klebsiella variicola strain Kp5-1 plasmid pKp5-1, complete sequence	True	False
MAD0089_000000017209	1575	0.9032669071987476	2	1	0	1	1	False	48913	fragment	False	MAD0089_000000017209	1.0		0	0	False	False	0.9847618937492371	0	IncFIB				non-mobilizable	plasmid	1575.0	99.87299999999999	100.0	0.009852525100778688	CP032239.1	enterobacteria	Escherichia coli strain ECCWS199 plasmid pTB222, complete sequence	False	True
MAD0102_000000016909	1313	0.9032669071987476	1	1	0	1	1	False	14973	fragment	False	MAD0102_000000016909	1.0		0	0	False	False	0.9870525598526001	0					non-mobilizable	plasmid	1313.0	99.848	100.0	0.00828110305302557	MG516909.1	enterobacteria	Escherichia coli plasmid pEc1675, complete sequence	False	True
ISR0316_000000005547	3311	0.9032621025776816	4	2	0	0	2	False	25221	fragment	False	ISR0316_000000005547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	93.789	22.0	0.014503263234227702	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
AUS0016_000000018821	1508	0.9032594236592812	2	2	2	1	1	False	100173	fragment	False	AUS0016_000000018821	1.0		0	0	False	False	0.9986737370491028	0					non-mobilizable	no_good_hit								True	False
AST0058_000000000899	17254	0.9032522217401792	19	12	6	6	8	False	113167	maximal	True	AST0058_000000000899	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2049.0	86.62799999999999	43.0	0.029468187915590877	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	True	False
MAD0044_000000000328	35937	0.903251697875108	40	31	19	28	15	True	98520	fragment	False	MAD0068_000000000179	0.9470597602132388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9182.0	97.277	26.0	0.4565941992935675	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
FIJ0102_000000012272	2580	0.9032439837733408	2	2	2	2	2	False	42635	fragment	False	FIJ0102_000000012272	1.0		0	0	False	False	0.9949612617492676	0					non-mobilizable	no_good_hit								True	False
SPA0143_000000005321	3445	0.9032425318046039	2	2	2	2	1	False	23296	maximal	True	SPA0143_000000005321	1.0		0	0	False	False	0.9982583522796631	0					non-mobilizable	no_good_hit	930.0	99.24700000000001	27.0	0.006381822808139575	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0167_000000022821	1128	0.9032414226323844	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.07606335655262342		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	90.16	100.0	0.00802220877673773	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
MAD0064_000000011746	1831	0.9032347286334618	2	2	2	2	2	False	32968	fragment	False	MAD0064_000000011746	1.0		0	0	False	False	0.9956308007240295	0					non-mobilizable	chromosome	1820.0	96.484	99.0	0.0006180942242000029	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0023_01_000000011939	2627	0.9032336524445485	5	3	3	2	1	False	22478	fragment	False	USA0023_01_000000011939	1.0		0	0	False	False	0.9862961769104004	0					non-mobilizable	no_good_hit	185.0	76.21600000000001	7.0	2.7995455039533806e-05	NZ_CP054614.1	firmicutes	Paenibacillus barcinonensis strain KACC11450 chromosome, complete genome	True	False
ISR0198_000000006619	5194	0.9032323002182874	6	5	2	3	4	False	122241	fragment	False	ISR0198_000000006619	0.9533582089552239		0	0	False	False	0.999614953994751	0					non-mobilizable	no_good_hit	1012.0	98.12299999999999	68.0	0.08148446954417103	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0849_000000004972	5092	0.9032323002182874	6	5	2	3	4	False	122241	fragment	False	ISR0198_000000006619	0.9446476703889102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	888.0	89.414	54.0	0.07156111335215813	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
FIJ0099_000000008621	2601	0.9032268525958668	2	2	0	1	2	False	42794	fragment	False	FIJ0099_000000008621	0.960485736314572		0	0	False	False	1.0	0					non-mobilizable	plasmid	2573.0	98.756	99.0	0.007587428065515715	CP007734.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae KPNIH27 plasmid pKPN-262, complete sequence	False	True
ISR0173_000000006246	1562	0.9032260763044896	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.16053386313464613		0	0	False	False	0.9987195730209351	0					non-mobilizable	chromosome	1540.0	76.558	98.0	0.00042694564620683964	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0098_000000017109	2594	0.9032249023606416	3	1	0	1	1	False	42794	fragment	False	FIJ0099_000000008621	0.9590542099192618		0	0	False	False	1.0	0					non-mobilizable	plasmid	2544.0	98.899	100.0	0.016104823847551977	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
CHI0063_000000009148	1511	0.9032249023606416	1	1	0	1	1	False	85411	fragment	False	CHI0063_000000009148	1.0		0	0	False	False	0.9794837832450867	0	IncY				non-mobilizable	plasmid	1511.0	99.338	100.0	0.00771500236435782	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
FIJ0151_000000012125	1424	0.9032249023606416	2	1	0	1	1	False	39740	fragment	False	FIJ0151_000000012125	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	1424.0	100.0	100.0	0.014590532046878364	CP044294.1	enterobacteria	Escherichia coli strain P276M plasmid p276M-CTX-M-55, complete sequence	False	True
ISR0842_000000014103	1626	0.9032218656198916	2	2	0	2	1	True	20743	maximal	True	ISR0842_000000014103	1.0		2	2	True	True	0.9993849992752075	14					non-mobilizable	no_good_hit	273.0	93.40700000000001	17.0	0.1133805752396832	HG796411.1	bacteria	Uncultured bacterium plasmid pRGI00989	True	True
ISR0781_000000020257	1489	0.9032169070810834	2	2	2	2	1	False	96819	maximal	True	ISR0781_000000020257	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	75.182	27.0	0.0014102591088004377	NZ_NHOC01000004.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c4, whole genome shotgun sequence	True	False
ENG0011_000000017169	1652	0.9032145472442412	2	2	2	2	1	False	67152	fragment	False	ENG0011_000000017169	0.9993827160493827		0	0	False	False	0.9939467310905457	0					non-mobilizable	other	1633.0	97.367	99.0	0.0008148179973362296	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0234_000000010569	1367	0.9032114639766144	2	2	1	2	1	False	27352	fragment	False	ISR0234_000000010569	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1367.0	99.634	100.0	0.0003040049424171019	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0094_000000004095	6358	0.9032045045952196	7	7	4	4	5	True	132379	maximal	False	MON0074_000000001986	0.950668268508785	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3049.0	96.75299999999999	99.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0143_000000011044	1821	0.9032039916142764	3	3	3	3	2	True	105413	fragment	False	SPA0143_000000011044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	96.166	50.0	0.0002074142276142332	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0113_01_000000001351	12537	0.9032017976604906	17	5	0	5	2	False	114796	fragment	False	USA0113_01_000000001351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.014120020171457387	LR789024.1	tunicates	Phallusia mammillata mRNA for serine/threonine-protein kinase par-1-like (Pim3-003 gene)	True	False
SPA0021_000000002024	11057	0.9032017976604906	14	5	0	5	2	False	114795	fragment	False	SPA0021_000000002024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0123_000000001344	10863	0.9031916090648796	19	8	4	8	4	True	32130	maximal	True	ISR0123_000000001344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0039_000000002177	7451	0.9031874525981386	10	6	2	5	5	True	116742	fragment	False	AST0039_000000002177	0.9953562517327419		0	0	False	False	0.9995973706245422	0					non-mobilizable	no_good_hit	493.0	75.456	7.0	0.0068227070830838635	NZ_SPFU01000027.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_27_length_71819_cov_27.714, whole genome shotgun sequence	True	True
FIJ0018_000000008912	3041	0.9031793411076836	7	5	3	5	4	False	50013	maximal	True	FIJ0018_000000008912	0.9963905122035064		4	1	False	False	1.0	0					non-mobilizable	chromosome	1670.0	91.557	95.0	0.0005607658459267227	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0090_000000023087	1935	0.903174294656631	2	2	2	2	1	True	43800	maximal	True	FIJ0090_000000023087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	2.0	0.0002173902302854235	NZ_FQUY01000002.1	firmicutes	Desulfotomaculum putei DSM 12395, whole genome shotgun sequence	True	True
MAD0005_000000004331	5169	0.9031720971876476	8	5	4	3	2	False	20000	maximal	True	MAD0005_000000004331	1.0		1	1	False	False	0.9969046115875244	0					non-mobilizable	no_good_hit	1768.0	90.32799999999999	61.0	0.0005180942859850563	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MAD0110_000000004987	5531	0.903167542303085	6	6	6	5	3	False	53532	maximal	True	MAD0110_000000004987	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2131.0	73.90899999999999	38.0	0.24024924994230326	NZ_CYZO01000058.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0011_000000026259	1126	0.9031625110718808	1	1	1	1	1	False	38209	fragment	False	ISR0049_000000022397	0.47641129032258067		0	0	False	False	0.9671403169631958	0					non-mobilizable	no_good_hit	1015.0	73.399	89.0	0.0036039433085939907	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0126_000000015328	3194	0.9031534435540551	3	2	2	2	1	False	31994	fragment	False	ISR0126_000000015328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	99.065	3.0	1.633864776110431e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MAD0106_000000017700	1277	0.9031487636823704	2	1	1	1	1	False	14724	fragment	False	MAD0106_000000017700	1.0		0	0	False	False	0.945184051990509	0					non-mobilizable	no_good_hit	216.0	73.148	17.0	0.0024810394497030985	NZ_JRNP01000015.1	CFB group bacteria	Prevotella buccalis DNF00985 contig015, whole genome shotgun sequence	True	False
ISR0137_000000001505	18120	0.9031248586424028	31	19	6	7	19	False	66698	maximal	True	ISR0137_000000001505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5024.0	97.85	74.0	0.02692543807687751	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0836_000000012431	1619	0.9031237600203316	2	2	2	2	1	False	20919	fragment	False	ISR0836_000000012431	1.0		0	0	False	False	0.9882643818855286	0					non-mobilizable	no_good_hit								True	False
ISR0138_000000020213	1436	0.9031186152787392	2	1	1	1	1	False	121936	fragment	False	ISR0138_000000020213	1.0		0	0	False	False	0.9811977744102478	0					non-mobilizable	no_good_hit	1247.0	99.038	87.0	0.00035342168970200165	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0267_000000013599	1358	0.9031186152787392	2	1	1	1	1	False	37995	maximal	True	ISR0267_000000013599	1.0		0	0	False	False	0.9683358073234558	0					non-mobilizable	no_good_hit	1018.0	98.035	84.0	0.0002884148086242841	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AST0019_000000023880	1287	0.9031186152787392	2	1	1	1	1	False	121935	fragment	False	AST0019_000000023880	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	99.145	100.0	0.00033156348078067303	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0222_000000036488	1183	0.9031186152787392	1	1	1	1	1	False	37994	fragment	False	ISR0222_000000036488	0.9959472959934518		0	0	False	False	0.9991546869277954	0					non-mobilizable	other	944.0	99.47	92.0	0.000267692091075492	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0132_000000014519	2127	0.9030997443909036	3	3	2	3	2	False	131387	fragment	False	CHI0132_000000014519	1.0		0	0	False	False	0.995768666267395	0					non-mobilizable	no_good_hit	212.0	73.585	10.0	8.067910081590619e-05	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	True	False
SPA0005_000000007223	4092	0.9030929340853899	5	5	4	5	5	False	84843	fragment	False	SPA0005_000000007223	1.0		0	0	False	False	0.9997556209564209	0					non-mobilizable	chromosome	4093.0	98.681	100.0	0.0008088960773186806	CP057450.1	enterobacteria	Escherichia coli strain RHB26-C18 chromosome, complete genome	False	False
ISR0052_000000008930	3652	0.9030907615727288	3	3	2	3	1	False	126663	fragment	False	ISR0052_000000008930	1.0		0	0	False	False	0.9964402914047241	0					non-mobilizable	no_good_hit								True	False
FIJ0151_000000001691	9052	0.9030887685325064	14	14	5	9	14	True	63893	fragment	False	FIJ0151_000000001691	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9052.0	99.89	100.0	0.12939797275079704	CP008932.1	enterobacteria	Klebsiella pneumoniae strain PMK1 plasmid pPMK1-C, complete sequence	False	True
MON0090_000000020448	2835	0.9030869754594028	4	3	2	2	2	True	124797	fragment	False	SPA0090_000000011471	0.9294550317619525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	89.286	2.0	0.0014352818371607516	NZ_BKAG01000061.1	verrucomicrobia	Brevifollis gellanilyticus strain NBRC 108608 sequence061, whole genome shotgun sequence	True	True
ISR0855_000000009808	1798	0.9030845053079368	2	2	2	2	2	False	20483	maximal	True	ISR0855_000000009808	1.0		24	7	False	False	0.9911012053489685	0					non-mobilizable	no_good_hit	423.0	98.818	24.0	8.402620020749083e-05	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
AUS0006_000000001256	11213	0.9030753913432186	11	4	3	2	3	False	120164	maximal	True	AUS0006_000000001256	1.0	PS816|PS832|PS837	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	6594.0	97.04299999999999	59.0	0.10950711829493164	NZ_JAAITU010000022.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_22_length_60197_cov_159.13, whole genome shotgun sequence	True	True
ISR0133_000000002917	5859	0.9030748380422744	8	6	5	5	5	False	31548	fragment	False	ISR0133_000000002917	1.0		0	0	False	False	0.9991466403007507	0					non-mobilizable	no_good_hit	709.0	85.755	12.0	0.0006291120481668945	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
AST0151_000000003268	5104	0.9030739194708008	4	4	3	3	4	False	103714	maximal	True	AST0151_000000003268	1.0		8	2	False	False	1.0	0					non-mobilizable	other	3060.0	98.039	99.0	0.0011666528732879207	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
ISR0025_000000027572	1437	0.9030647324237252	1	1	1	1	1	False	61095	fragment	False	ENG0092_000000015109	0.9669934640522876		0	0	False	False	0.9631175994873047	0					non-mobilizable	chromosome	1437.0	99.443	100.0	0.00032694492958730944	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0127_000000010390	2464	0.9030604949204312	4	4	4	4	3	False	120077	fragment	False	ISR0155_000000005779	0.30082382627016624		0	0	False	False	0.9995941519737244	0					non-mobilizable	other	2464.0	99.594	100.0	0.006024479492798998	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0323_000000008617	2364	0.9030604949204312	4	4	4	4	3	False	120077	fragment	False	ISR0155_000000005779	0.2618270030470603		0	0	False	False	0.9932318329811096	0					non-mobilizable	chromosome	2360.0	98.85600000000001	99.0	0.0005276981110465625	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CHI0008_000000002394	3565	0.9030536982769964	4	4	2	4	2	False	90533	fragment	False	CHI0008_000000002394	1.0		0	0	False	False	0.9977559447288513	0					non-mobilizable	plasmid	3551.0	99.859	99.0	0.028586843609833875	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ENG0156_000000005511	2862	0.9030491690017216	3	2	0	1	2	False	56688	fragment	False	ENG0156_000000005511	1.0		0	0	False	False	1.0	0	IncHI1A				non-mobilizable	plasmid	2739.0	100.0	100.0	0.010228478355075387	CP061755.1	enterobacteria	Escherichia coli O18ac:H14 strain 873.10 plasmid unnamed1, complete sequence	False	True
SPA0137_000000015481	2366	0.9030374896354328	5	4	1	4	3	False	94949	fragment	False	MON0060_000000015860	0.9532128514056225		0	0	False	False	0.9792899489402771	0					non-mobilizable	no_good_hit	1259.0	93.646	69.0	0.00039105057276309427	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0135_000000019621	1453	0.9030336206063372	2	1	1	1	1	False	40575	maximal	True	FIJ0135_000000019621	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	77.04899999999999	16.0	0.0027469054214028757	NZ_JHXL01000005.1	mycoplasmas	Acholeplasma equifetale ATCC 29724 T434DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
ISR0277_000000008672	1147	0.9030303994583	2	2	2	2	2	False	26290	fragment	False	ISR0277_000000008672	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1073.0	97.01799999999999	99.0	0.000518713358610932	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0015_000000018455	1688	0.9030203543521478	3	2	2	2	2	False	50333	fragment	False	FIJ0015_000000018455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	84.848	4.0	1.787746127948165e-05	CP061473.1	firmicutes	Geobacillus sp. 47C-IIb chromosome, complete genome	True	False
ENG0122_000000003595	7249	0.903016202311378	7	7	7	7	6	False	87239	maximal	True	ENG0122_000000003595	1.0		491	14	False	False	0.9995861649513245	0					non-mobilizable	other	7249.0	98.786	100.0	0.0317199124726477	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0269_000000005185	3136	0.903015261942601	6	2	2	1	2	True	26474	maximal	True	ISR0269_000000005185	1.0		1	1	True	True	1.0	46					non-mobilizable	no_good_hit	178.0	79.21300000000001	6.0	0.06040731791508457	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0150_000000007275	3122	0.903015261942601	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8648796651150846	PS575	0	0	True	True	1.0	2					non-mobilizable	plasmid	2232.0	91.711	92.0	0.76423886779427	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0274_000000001976	2981	0.903015261942601	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.6987768916702564	PS575	0	0	True	True	1.0	1127					non-mobilizable	plasmid	1970.0	91.26899999999999	97.0	0.6738004832585434	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0067_000000010022	2967	0.903015261942601	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8439378029387502	PS575	0	0	True	True	1.0	43					non-mobilizable	plasmid	1989.0	95.928	100.0	0.6851915774939593	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0178_000000005453	2959	0.903015261942601	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.43049246285564396	PS575	0	0	True	True	1.0	59					non-mobilizable	plasmid	1069.0	92.516	97.0	0.36831204694511566	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ENG0152_000000007776	2945	0.903015261942601	5	2	2	1	2	True	96166	maximal	False	SPA0081_000000004386	0.9831329756283895		0	0	True	True	1.0	715					non-mobilizable	no_good_hit	975.0	95.179	49.0	0.3351743182602692	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0373_000000005168	2941	0.903015261942601	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.8026216970339982	PS575	0	0	True	True	1.0	416					non-mobilizable	plasmid	2353.0	93.03	99.0	0.8060062133241284	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0800_000000003736	2941	0.903015261942601	4	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.694211825078733	PS575	0	0	True	True	1.0	47					non-mobilizable	plasmid	1970.0	91.26899999999999	97.0	0.6738004832585434	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0028_000000006562	2815	0.903015261942601	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.05375966828425767	PS575	0	0	True	True	1.0	2822					non-mobilizable	plasmid	1955.0	92.53200000000001	91.0	0.6738004832585434	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0203_000000006041	2796	0.903015261942601	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.053727473940771146	PS575	0	0	True	True	1.0	1693					non-mobilizable	plasmid	1955.0	92.53200000000001	92.0	0.6738004832585434	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0287_000000004043	2796	0.903015261942601	5	2	2	1	2	True	100500	backbone	False	FIJ0069_000000007847	0.05372940338158547	PS575	0	0	True	True	1.0	204					non-mobilizable	plasmid	1955.0	92.53200000000001	92.0	0.6738004832585434	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
CAN0007_000000000475	51894	0.9030126478332148	44	22	15	22	10	True	104248	maximal	True	CAN0007_000000000475	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	72.046	1.0	0.0048677824387590015	NZ_CACWHY010000013.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	True
CAN0003_000000015116	3283	0.9030091876997746	4	4	4	4	4	False	96700	fragment	False	CHI0152_000000002023	0.6841517854143538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2038.0	79.097	86.0	0.04206896551724138	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
FIJ0086_000000008968	3428	0.9029975340832992	4	4	4	3	3	False	46985	maximal	False	FIJ0046_000000008156	0.9983060417843026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0034_000000003373	4406	0.9029910498924232	7	6	0	3	5	True	19331	maximal	True	MAD0034_000000003373	1.0		2	1	True	True	0.9936450123786926	4	rep_cluster_795	MOBP			mobilizable	plasmid	2659.0	99.85	100.0	0.607681755829904	MH634989.1	e-proteobacteria	Campylobacter coli strain P118 plasmid pCCDM18S1, complete sequence	False	True
AST0153_000000011125	2836	0.902976194335926	4	2	1	2	1	False	103435	fragment	False	AST0153_000000011125	1.0		0	0	False	False	0.9978843331336975	0					non-mobilizable	no_good_hit								True	False
MAD0044_000000000910	18446	0.9029745299334752	22	8	6	8	5	True	110123	maximal	True	MAD0044_000000000910	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	86.17	1.0	0.002416254805052169	NZ_FNID01000031.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
MAD0100_000000011091	3355	0.9029734209642244	4	3	3	1	1	True	61608	maximal	True	MAD0100_000000011091	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	81.533	28.0	0.0001941241471433885	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
AST0003_000000008236	4289	0.9029645486838679	3	3	2	2	3	False	130508	maximal	True	AST0003_000000008236	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	79.355	4.0	4.999524555017807e-05	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
SPA0095_000000009602	2076	0.9029489632550473	3	3	3	2	2	False	73446	fragment	False	ENG0143_000000008311	0.959297153024911		0	0	False	False	0.9956647157669067	0					non-mobilizable	chromosome	2077.0	99.32600000000001	100.0	0.0005779308904896126	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0326_000000015217	1360	0.9029487915071096	2	2	2	2	2	False	127835	fragment	False	ISR0326_000000015217	0.9776061776061776		0	0	False	False	0.9838235378265381	0					non-mobilizable	no_good_hit	864.0	92.708	64.0	0.030162007068126946	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0103_000000007786	2689	0.9029329738367824	4	4	2	2	4	True	118152	fragment	False	FIJ0152_000000007954	0.9557973478408704		0	0	False	False	0.9996281266212463	0	rep_cluster_1097				non-mobilizable	plasmid	2690.0	99.88799999999999	100.0	0.30083939563514267	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CAN0011_000000003639	8746	0.9029256585879422	10	8	3	4	6	True	121817	maximal	True	CAN0011_000000003639	1.0	PS861	3	3	True	True	1.0	57		MOBB			mobilizable	no_good_hit	1937.0	96.79899999999999	32.0	0.2344109456350648	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0133_000000008260	3012	0.9029212374333818	4	2	1	2	2	False	58269	maximal	True	ENG0133_000000008260	1.0		1	1	False	False	0.996679961681366	0					non-mobilizable	no_good_hit	586.0	72.696	19.0	0.00016134845926203074	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0178_000000004388	3627	0.9028932072786676	5	3	2	2	3	True	119394	maximal	True	ISR0178_000000004388	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	2139.0	98.738	72.0	0.4289738430583501	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
TAN0008_000000007252	2478	0.9028905381164788	3	3	3	3	3	False	90159	fragment	False	TAN0008_000000007252	1.0		0	0	False	False	0.9991928935050964	0					non-mobilizable	chromosome	2478.0	99.637	100.0	0.0005141186487044086	CP057841.1	enterobacteria	Escherichia coli strain RHB13-C06 chromosome, complete genome	False	False
ENG0001_000000009103	2838	0.9028831106991106	4	3	3	3	3	False	68071	fragment	False	ENG0001_000000009103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	75.188	5.0	0.0002252981680442711	NZ_JABRWQ010000003.1	CFB group bacteria	Winogradskyella litoriviva strain KMM6491 NODE_3_length_568136_cov_46.547447, whole genome shotgun sequence	True	False
USA0032_01_000000006103	4225	0.9028824458966388	7	6	5	6	5	False	88940	maximal	True	USA0032_01_000000006103	1.0		15	4	False	False	0.9959763288497925	0					non-mobilizable	other	4137.0	100.0	98.0	0.03288254982867047	NZ_WBKJ01000015.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000015, whole genome shotgun sequence	False	False
FIJ0004_000000007843	3394	0.9028822987015525	4	3	2	3	3	False	52078	maximal	True	FIJ0004_000000007843	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	87.05	25.0	0.9916666666666667	GQ878010.1		Uncultured organism clone VC1BU47TF genomic sequence	True	False
USA0042_01_000000000688	31968	0.9028723240302692	28	20	14	16	14	True	90376	fragment	False	USA0042_01_000000000688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12839.0	99.79	54.0	0.002047150151080574	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
FIJ0159_000000005874	3812	0.902869147395228	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.36138111192591255		0	0	False	False	0.9997376799583435	0					non-mobilizable	chromosome	3812.0	99.37	100.0	0.0013447960345631283	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0066_000000021506	1686	0.9028653764966296	3	2	2	2	1	False	70941	fragment	False	DEN0066_000000021506	0.9968091895341417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1443.0	80.388	85.0	0.0034804320739352675	NZ_FNRI01000003.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
ETH0002_000000006024	4729	0.9028630168438798	5	5	5	5	4	False	53379	maximal	True	ETH0002_000000006024	1.0		1	1	False	False	0.9976739287376404	0					non-mobilizable	no_good_hit	939.0	99.148	20.0	0.0018601367537639014	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
ISR0790_000000005087	3081	0.9028613340133052	5	5	3	3	5	True	118140	fragment	False	ISR0790_000000005087	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	3081.0	99.351	100.0	0.34471180749860103	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0213_000000003695	5906	0.9028590549416882	5	5	5	5	4	False	121750	fragment	False	ISR0096_000000004366	0.9306524854785632		0	0	False	False	1.0	0					non-mobilizable	chromosome	4875.0	96.71799999999999	92.0	0.0013843733911317047	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0214_000000004471	5681	0.9028590549416882	6	5	5	5	4	False	121750	fragment	False	ISR0096_000000004366	0.9205879830628939		0	0	False	False	0.9970075488090515	0					non-mobilizable	chromosome	4795.0	96.76700000000001	91.0	0.001361618126843532	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0038_000000004911	5606	0.9028590549416882	5	5	5	5	4	False	121750	fragment	False	ISR0096_000000004366	0.9171039830935502		0	0	False	False	0.993578314781189	0					non-mobilizable	chromosome	4810.0	96.79799999999999	91.0	0.0013658847388975644	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0013_000000004345	5478	0.9028590549416882	5	5	5	5	4	False	121750	fragment	False	ISR0096_000000004366	0.8653327781092818		0	0	False	False	0.999817430973053	0					non-mobilizable	chromosome	4880.0	96.70100000000001	91.0	0.0013857955951497153	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0046_000000002219	10094	0.9028587704790636	11	3	2	3	2	False	11546	maximal	True	MON0046_000000002219	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	100.0	2.0	2.811850937114548e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0145_000000013444	2543	0.9028549259505284	4	4	4	4	4	False	99475	fragment	False	MON0093_000000015138	0.7370658587477614		0	0	False	False	0.9909555912017822	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0004066084574559151	NZ_SPGG01000017.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_17_length_93456_cov_37.9234, whole genome shotgun sequence	True	False
ISR0114_000000005330	4897	0.9028480761800288	5	3	3	3	2	True	125290	fragment	False	ISR0114_000000005330	1.0		0	0	False	False	0.9940779805183411	0					non-mobilizable	no_good_hit	2180.0	77.844	44.0	0.004478950813090581	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0076_000000014817	1215	0.9028480550059969	2	2	2	1	1	False	5721	fragment	False	SPA0076_000000014817	1.0		0	0	False	False	0.9588477611541748	0					non-mobilizable	no_good_hit	130.0	79.23100000000001	11.0	4.349426096624539e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0105_000000001948	6625	0.9028410431834384	9	4	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8887264386089175	PS1125|PS140|PS493|PS494	0	0	True	True	0.9993962049484253	10					non-mobilizable	plasmid	3364.0	94.11399999999999	98.0	0.5160546935013058	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
MON0102_000000034794	1262	0.9028389220032936	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.157534334229962		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	99.287	100.0	0.00035867985334232165	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0015_000000007618	3806	0.9028377139281064	8	3	1	3	1	True	96593	maximal	True	FIJ0015_000000007618	1.0		2	1	False	False	0.9981607794761658	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000031270	1903	0.9028319699167208	3	2	2	1	1	False	76412	maximal	True	DEN0079_000000031270	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	91.54899999999999	4.0	0.0011800923550538739	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
MAD0002_000000026292	1623	0.902820956999502	2	2	1	2	1	False	43359	fragment	False	MAD0002_000000026292	1.0		0	0	False	False	0.9981516003608704	0	IncFIB				non-mobilizable	plasmid	1603.0	98.44	99.0	0.010977113882417433	CP057239.1	enterobacteria	Escherichia fergusonii strain RHB32-C09 plasmid pRHB32-C09_2, complete sequence	False	True
MON0053_000000010852	3281	0.9028185145986108	4	3	3	3	2	True	89553	fragment	False	MON0053_000000010852	1.0		0	0	False	False	0.9759219884872437	0					non-mobilizable	no_good_hit								True	True
MON0037_000000031861	2222	0.9028156136300358	4	4	3	4	3	False	12106	maximal	True	MON0037_000000031861	1.0		2	1	False	False	0.9810981154441833	0					non-mobilizable	no_good_hit	310.0	71.613	14.0	0.00011617622524018006	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	False
FIJ0105_000000001252	18478	0.9028071749770054	26	8	4	6	4	False	53599	maximal	False	FIJ0110_000000000586	0.9975152595473451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	100.0	1.0	0.0004673701817824023	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0064_000000012549	2131	0.9028055809376396	3	3	3	2	2	False	89223	fragment	False	FIJ0064_000000012549	1.0		0	0	False	False	0.9798216819763184	0					non-mobilizable	chromosome	2008.0	99.25299999999999	94.0	0.000418143206652123	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
FIJ0117_000000000660	23125	0.9028010669995986	55	9	3	7	4	True	88783	fragment	False	FIJ0117_000000000660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2599.0	90.958	60.0	0.045971715166767096	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0029_000000005699	2322	0.9027784730893166	3	2	2	1	1	False	73847	maximal	True	DEN0029_000000005699	1.0		0	0	False	False	0.9952626824378967	0					non-mobilizable	no_good_hit	857.0	96.149	36.0	0.0031587746617447975	NZ_QSCB01000003.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf3, whole genome shotgun sequence	True	False
ENG0079_000000010248	3210	0.9027778863234288	5	3	1	3	1	False	61843	maximal	True	ENG0079_000000010248	1.0		3	3	False	False	0.9959501624107361	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000014121	2434	0.9027745405342416	3	2	2	2	1	True	111323	fragment	False	USA0037_01_000000014121	0.9931364245618685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	88.98899999999999	30.0	0.048908785674314496	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0137_000000014117	1764	0.9027745405342416	3	2	2	2	1	True	111311	fragment	False	USA0108_01_000000005805	0.9947474088810014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	89.0	27.0	0.032904308897593736	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
CHI0054_000000005329	3151	0.9027728489567284	4	2	1	2	2	True	86355	fragment	False	CHI0054_000000005329	1.0		0	0	False	False	0.9996826648712158	0					non-mobilizable	no_good_hit	688.0	89.39	22.0	0.23447098976109215	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0105_000000008169	2263	0.9027728489567284	3	2	1	2	2	True	40172	fragment	False	ISR0105_000000008169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	89.39	30.0	0.23447098976109215	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
FIJ0161_000000008217	2021	0.9027728489567284	3	2	1	2	2	True	40171	fragment	False	FIJ0161_000000008217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	85.307	35.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0329_000000009613	1695	0.9027728489567284	3	2	1	2	2	True	40168	fragment	False	ISR0329_000000009613	1.0		0	0	False	False	0.9740412831306458	0					non-mobilizable	no_good_hit	700.0	89.286	41.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
FIJ0148_000000012615	1560	0.9027728489567284	3	2	1	2	2	True	39895	fragment	False	FIJ0148_000000012615	1.0		0	0	False	False	0.9801282286643982	0					non-mobilizable	no_good_hit	640.0	89.375	41.0	0.21808873720136518	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
AST0102_000000024384	1290	0.9027693981273678	2	2	2	1	1	False	108122	fragment	False	AST0102_000000024384	0.9525291828793774		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	96.911	100.0	0.0077925365218649055	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	False	False
ISR0347_000000000637	15221	0.9027684810373072	10	7	7	7	4	False	129587	maximal	True	ISR0347_000000000637	1.0	PS1061	1	1	False	True	0.9997372031211853	0					non-mobilizable	no_good_hit	1814.0	82.96600000000001	12.0	0.0010447679304181094	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
FIJ0140_000000001717	12082	0.9027621183053128	8	5	4	5	4	True	105961	fragment	False	FIJ0151_000000001050	0.9811909982254677		0	0	False	False	0.999917209148407	0					non-mobilizable	no_good_hit	217.0	95.39200000000001	2.0	5.735277209955694e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0136_000000009414	2848	0.9027598855724852	3	2	1	2	1	False	69942	maximal	True	FIJ0136_000000009414	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0079_01_000000003199	4050	0.9027591412535754	5	2	0	1	1	True	118857	fragment	False	CAN0012_000000012374	0.8950452191033473		0	0	False	False	1.0	0					non-mobilizable	other	4051.0	99.803	100.0	0.0020800345953408254	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ISR0771_000000002801	3895	0.9027591412535754	4	2	0	1	1	True	118857	fragment	False	CAN0012_000000012374	0.8845691041621571		0	0	False	False	1.0	0					non-mobilizable	other	3895.0	99.97399999999999	100.0	0.0019999147442610306	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ISR0808_000000003794	3792	0.9027591412535754	4	2	0	1	1	True	118857	fragment	False	CAN0012_000000012374	0.828313476691146		0	0	False	False	1.0	0					non-mobilizable	other	3792.0	100.0	100.0	0.001947015098996807	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
CHI0074_000000009967	1384	0.9027591412535754	3	2	0	1	1	True	84701	fragment	False	ISR0327_000000021576	0.973735435663973		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	99.855	100.0	0.0007102932951497189	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ENG0033_000000011408	2304	0.9027583601770326	4	3	2	1	1	False	117778	maximal	True	ENG0033_000000011408	1.0	PS794	2	1	False	True	1.0	0					non-mobilizable	other	1420.0	89.93	94.0	0.00027180497466314094	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
MON0068_000000033363	1269	0.9027513386707096	2	2	2	1	1	False	93396	fragment	False	DEN0018_000000026948	0.5446333172673292		0	0	False	False	0.9590228796005249	0					non-mobilizable	other	1294.0	96.368	100.0	0.0006242495607803265	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
CAN0014_000000041795	1194	0.9027513386707096	2	2	2	1	1	False	93396	fragment	False	DEN0018_000000026948	0.40173485290617217		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	96.473	100.0	0.0005880401895053655	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
USA0134_01_000000002250	1808	0.9027432965783256	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.8229769069578599		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	92.715	100.0	0.025156180276662204	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0006_000000005165	3711	0.9027394988805256	5	3	2	2	3	False	86391	maximal	True	ISR0006_000000005165	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2365.0	89.471	64.0	0.0011795127478300663	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MAD0025_000000011759	1179	0.9027347799974405	2	2	0	1	1	False	19117	fragment	False	MAD0025_000000011759	1.0		0	0	False	False	0.9872773289680481	0					non-mobilizable	plasmid	1160.0	95.69	98.0	0.5033171163202123	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
MON0011_000000020697	2284	0.902724206439146	2	2	2	2	2	False	31296	maximal	True	MON0011_000000020697	1.0		10	2	False	False	1.0	0					non-mobilizable	other	1597.0	97.80799999999999	100.0	0.0007722635450961265	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0147_000000002513	6682	0.902705563568034	7	4	1	4	1	True	96658	fragment	False	FIJ0143_000000000576	0.9595093555426826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	88.535	2.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
CHI0017_000000002296	4792	0.9027048926358098	4	4	3	2	4	False	89641	fragment	False	CHI0017_000000002296	0.9953111679454391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	81.104	59.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
SPA0092_000000008273	4692	0.9027048926358098	5	4	3	2	4	False	89641	fragment	False	CHI0017_000000002296	0.9846619365609349		0	0	False	False	1.0	0					non-mobilizable	plasmid	2007.0	77.37899999999999	94.0	0.003204142729994336	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
FIJ0066_000000028455	1186	0.902704042491404	1	1	1	1	1	False	45279	maximal	True	FIJ0066_000000028455	1.0		0	0	False	False	0.9637436866760254	0					non-mobilizable	no_good_hit	887.0	100.0	75.0	0.0030888946219764742	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
ISR0180_000000009966	2281	0.9026967696688142	3	3	3	2	2	False	120034	fragment	False	ISR0180_000000009966	0.9661946094106898		0	0	False	False	0.9969311952590942	0					non-mobilizable	other	2281.0	98.904	100.0	0.0028834042380983696	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MON0024_000000018376	2637	0.9026922667412606	3	3	3	2	2	False	14643	fragment	False	MON0097_000000011647	0.6520078837152008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.041069879211582e-05	NZ_QJVJ01000007.1	firmicutes	Paenibacillus flagellatus strain DXL2 contig7, whole genome shotgun sequence	True	False
ISR0169_000000011941	2536	0.9026863564983448	5	4	4	4	3	False	95014	fragment	False	ISR0169_000000011941	1.0		0	0	False	False	0.9988170266151428	0					non-mobilizable	other	2536.0	96.096	100.0	0.06818368745716244	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ENG0116_000000004427	4945	0.902677929787596	6	4	2	3	3	False	112684	fragment	False	ENG0116_000000004427	1.0		0	0	False	False	0.9997977614402771	0					non-mobilizable	other	4742.0	99.958	96.0	0.4374423325336778	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0285_000000001968	5796	0.9026733474639104	3	2	2	2	1	False	93680	fragment	False	MON0034_000000003447	0.6563205417607224		0	0	False	False	0.9949965476989746	0					non-mobilizable	no_good_hit	1051.0	92.67399999999999	32.0	0.000324390774896992	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0045_000000012342	2078	0.9026715293059316	2	2	2	2	2	False	79166	fragment	False	ISR0115_000000015749	0.9547604844223805		0	0	False	False	0.9971126317977905	0					non-mobilizable	no_good_hit								True	False
ISR0359_000000008916	2826	0.90266991529546	4	2	2	1	1	True	106393	maximal	True	ISR0359_000000008916	1.0		1	1	False	False	0.9964614510536194	0					non-mobilizable	plasmid	2066.0	95.69200000000001	100.0	0.0313736230296391	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
MON0033_000000008608	7909	0.9026660769600507	7	7	4	5	3	True	132280	fragment	False	ENG0085_000000002909	0.5643297874601463		0	0	False	False	1.0	0					non-mobilizable	other	7937.0	93.54899999999999	100.0	0.001848450828828274	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0070_000000000471	30213	0.9026657416798022	35	12	6	11	5	True	108415	fragment	False	ISR0070_000000000471	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	99.19	9.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	True
FIJ0139_000000000980	20506	0.9026626628879916	13	9	7	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.977108734475804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	90.95700000000001	1.0	0.27938931297709924	EU064822.1	bacteria	Uncultured bacterium clone HA0AAA18ZH07FM1 genomic sequence	True	True
FIJ0110_000000000503	20437	0.9026626628879916	12	9	7	9	7	True	105962	fragment	False	FIJ0108_000000000697	0.9740989715889964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	78.26100000000001	1.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
AST0087_000000001269	14064	0.9026490061206498	20	13	9	10	10	True	126208	backbone	False	ISR0395_000000002325	0.3398150680719771	PS943|PS946|PS949	0	0	False	True	0.9997155666351318	0					non-mobilizable	no_good_hit	1603.0	73.113	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0064_000000008525	2517	0.9026229704155688	2	2	2	2	2	False	6112	maximal	True	SPA0064_000000008525	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1480.0	99.865	100.0	0.00022797037772333276	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0110_000000009058	3354	0.9026123544744986	5	4	2	2	4	False	127495	maximal	True	ENG0110_000000009058	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1752.0	94.749	74.0	0.1615611736482746	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0387_000000021594	1102	0.9026093152838792	2	2	2	2	1	False	22959	fragment	False	ISR0387_000000021594	1.0		0	0	False	False	0.9972776770591736	0					non-mobilizable	chromosome	599.0	93.99	99.0	0.00019274635514386195	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0156_000000002259	6959	0.9025999088430908	7	7	3	5	6	False	56705	maximal	True	ENG0156_000000002259	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6038.0	99.52	97.0	0.0012602297100615645	CP057600.1	enterobacteria	Escherichia coli strain RHB21-C11 chromosome, complete genome	False	False
ENG0161_000000002110	9081	0.9025891915548075	14	6	4	5	5	True	91671	fragment	False	ENG0211_000000003395	0.98576678774144		0	0	False	False	0.9998898506164551	0					non-mobilizable	other	8654.0	99.94200000000001	95.0	0.0029391050457411175	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0064_000000013513	2020	0.9025541320092126	3	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.5322587600774323		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	97.803	93.0	0.009150151486518614	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0075_000000009749	2000	0.9025541320092126	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.5834103594396233		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	96.52	97.0	0.01049127961911961	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
USA0034_01_000000026353	2000	0.9025541320092126	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.5869906246153096		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	97.993	94.0	0.010320590584061302	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0127_000000009606	1997	0.9025541320092126	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.5830055251258807		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	96.52	97.0	0.01049127961911961	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0018_000000014537	1844	0.9025541320092126	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.3491191088155916		0	0	False	False	0.9929500818252563	0					non-mobilizable	other	1620.0	97.22200000000001	91.0	0.009869483848550058	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0109_000000013683	1835	0.9025541320092126	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.5189775817476611		0	0	False	False	1.0	0					non-mobilizable	other	1643.0	96.835	95.0	0.010009692698776525	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ETH0001_000000017860	1823	0.9025541320092126	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.4057557874560661		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	97.57	94.0	0.009778043294054534	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
MAD0015_000000011556	1783	0.9025541320092126	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.34995214951560183		0	0	False	False	1.0	0					non-mobilizable	other	1717.0	96.913	99.0	0.010460799434287769	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0048_000000018815	1768	0.9025541320092126	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.17693202495765076		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	97.575	99.0	0.00953420181539981	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0019_000000003899	1739	0.9025541320092126	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.4048770549597972		0	0	False	False	0.999424934387207	0					non-mobilizable	other	1644.0	97.20200000000001	94.0	0.010015788735742893	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0078_000000001835	11182	0.9025481721395858	12	6	4	6	2	True	97618	fragment	False	FIJ0082_000000001939	0.9457218879938505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	82.348	10.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0050_000000002067	11158	0.9025481721395858	11	6	4	6	2	True	97618	fragment	False	FIJ0082_000000001939	0.9587673548746277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	82.348	10.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0082_000000001939	11132	0.9025481721395858	11	6	4	6	2	True	97618	fragment	False	FIJ0082_000000001939	0.9602025553942963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	82.348	10.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0039_000000002064	11097	0.9025481721395858	11	6	4	6	2	True	97618	fragment	False	FIJ0082_000000001939	0.9525599860302065		0	0	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit	1150.0	82.348	10.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0071_000000002886	10996	0.9025481721395858	11	6	4	6	2	True	97618	fragment	False	FIJ0082_000000001939	0.9570934915553794		0	0	False	False	0.999727189540863	0					non-mobilizable	no_good_hit	1150.0	82.348	10.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ENG0191_000000002755	8392	0.9025378217747398	7	5	4	5	3	True	94906	maximal	True	ENG0191_000000002755	1.0		1	1	False	False	0.999880850315094	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.8366484838466765e-05	NZ_FOCD01000001.1	firmicutes	Terribacillus saccharophilus strain DSM 21619, whole genome shotgun sequence	True	True
MON0037_000000042267	1742	0.902536692064252	2	1	1	1	1	False	12084	maximal	True	MON0037_000000042267	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	89.916	17.0	7.155261076810795e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0027_000000016623	1548	0.902536692064252	3	1	1	1	1	False	46568	fragment	False	ISR0027_000000016623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	1.5554915384371293e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0011_000000036512	1278	0.902536692064252	1	1	1	1	1	False	46566	fragment	False	MON0011_000000036512	1.0		0	0	False	False	0.9796556830406189	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	4.0	1.5554915384371293e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0077_000000013816	1487	0.9025256082938252	2	1	1	1	1	False	62002	fragment	False	ENG0077_000000013816	1.0		0	0	False	False	0.9993274807929993	0					non-mobilizable	other	1484.0	100.0	99.0	0.00044378862015853696	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0089_000000014982	2623	0.9025245278503652	4	2	2	2	1	False	5425	maximal	True	SPA0089_000000014982	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	76.852	4.0	2.8412553462733484e-05	CP048117.1	firmicutes	Bacillus sp. SB49 chromosome, complete genome	True	False
CAN0013_000000004938	4911	0.902523783935642	6	6	3	5	5	False	101917	fragment	False	CAN0014_000000008690	0.9785837642727176		0	0	False	False	1.0	0					non-mobilizable	chromosome	4817.0	100.0	98.0	0.0008797084540968823	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0179_000000006847	4747	0.902523783935642	6	6	3	5	5	False	101917	fragment	False	CAN0014_000000008690	0.9700162787571931		0	0	False	False	0.9995786547660828	0					non-mobilizable	chromosome	4747.0	99.916	100.0	0.0008669219940082648	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0085_000000004960	4073	0.9025228282248922	3	2	2	2	2	False	37467	fragment	False	MON0085_000000004960	1.0		0	0	False	False	0.9995089769363403	0					non-mobilizable	no_good_hit	493.0	88.43799999999999	12.0	0.07948842480168367	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0052_000000000216	45960	0.9025166920759146	57	15	10	12	10	True	114981	maximal	True	ENG0052_000000000216	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1721.0	79.721	4.0	0.03734467115211817	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	True
FIJ0060_000000001747	7251	0.9025150415238162	16	5	1	4	4	False	46778	fragment	False	FIJ0060_000000001747	0.9714723072641247		0	0	False	False	0.999586284160614	0					non-mobilizable	no_good_hit	2474.0	95.554	69.0	0.09649637893912703	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0056_000000003351	7186	0.9025150415238162	16	5	1	4	4	False	46778	fragment	False	FIJ0060_000000001747	0.967314853123707		0	0	False	False	0.9998608231544495	0					non-mobilizable	no_good_hit	2479.0	94.99799999999999	68.0	0.09665296535525543	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0015_000000008578	3389	0.9025114918654707	4	4	3	4	3	False	104480	maximal	True	FIJ0015_000000008578	0.9832465842550423		8	3	False	False	0.9985246658325195	0					non-mobilizable	other	3389.0	99.882	100.0	0.007209139520681591	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
FIJ0036_000000017738	2271	0.9025082911940436	4	3	3	3	1	False	47955	maximal	True	FIJ0036_000000017738	0.9748628884826326		3	1	False	False	0.9845882654190063	0					non-mobilizable	no_good_hit	654.0	77.982	29.0	0.0002338887982714504	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
MON0101_000000025582	2457	0.9024915093214998	5	3	1	1	3	True	85187	fragment	False	CHI0067_000000004321	0.9706930693069307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	92.59299999999999	10.0	4.3190654831567725e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
SPA0120_000000028976	1379	0.9024821986863776	3	2	1	1	2	False	110609	fragment	False	SPA0120_000000028976	1.0		0	0	False	False	0.9992748498916626	0					non-mobilizable	other	808.0	98.26700000000001	100.0	0.0001978585671656282	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0167_000000024177	1132	0.9024820276925248	2	2	2	2	0	True	30152	fragment	False	ISR0167_000000024177	1.0		0	0	False	False	0.9885159134864807	0					non-mobilizable	no_good_hit								True	True
FIJ0101_000000007720	3588	0.9024765682713671	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.9165776532300414		0	0	False	False	0.9994425773620605	0					non-mobilizable	plasmid	3035.0	96.211	99.0	0.2446147640177491	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0794_000000008769	2270	0.9024739627280014	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.9370366971671021		0	0	False	False	0.9920704960823059	0					non-mobilizable	no_good_hit	1817.0	97.744	80.0	0.002295341531644097	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
USA0004_01_000000010812	2224	0.9024739627280014	3	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.9394149245049156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	98.846	82.0	0.002297870833607341	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
AST0111_000000000634	21144	0.9024625518434064	20	12	7	11	4	True	123316	fragment	False	MON0076_000000000822	0.9386576429261925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	80.251	1.0	9.575170424311174e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
MAD0110_000000000974	20066	0.9024602380006814	29	7	4	4	4	True	43569	maximal	True	MAD0110_000000000974	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4122.0	92.455	53.0	0.07298054088540744	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0244_000000002360	7441	0.902452821727241	20	3	0	3	1	True	27211	maximal	True	ISR0244_000000002360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0011_000000023745	1911	0.902452821727241	3	3	0	3	1	True	75665	maximal	True	DEN0011_000000023745	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0154_000000027102	1478	0.9024464830186866	3	3	2	3	2	True	39571	fragment	False	FIJ0154_000000027102	1.0		0	0	False	False	0.9830852746963501	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000005964	5178	0.9024436860611604	7	3	1	2	2	False	53251	maximal	True	ETH0003_000000005964	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.141520479174533e-07	LR778261.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 9	True	True
ISR0032_000000007984	3991	0.9024389573295069	4	4	2	4	2	True	36966	fragment	False	ISR0032_000000007984	1.0		0	0	False	False	0.9947381615638733	0					non-mobilizable	no_good_hit								True	True
USA0019_01_000000009985	2987	0.9024362070496822	4	3	2	2	3	True	70177	fragment	False	ENG0053_000000008057	0.9366390145984671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	73.123	39.0	0.12682231722021264	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MON0104_000000029057	1572	0.9024358850879388	2	2	2	2	2	False	24964	fragment	False	MON0104_000000029057	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	95.038	100.0	0.0007294586126263667	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
ISR0143_000000007986	4090	0.9024337751485656	6	3	3	2	3	False	122597	maximal	True	ISR0143_000000007986	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2595.0	98.536	82.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0117_000000003801	3995	0.9024333707070608	4	3	1	3	3	False	82111	fragment	False	CHI0117_000000003801	1.0		0	0	False	False	0.998998761177063	0		MOBF,MOBP			mobilizable	other	3995.0	100.0	100.0	0.7047820716428446	NZ_CABFKI010000024.1	g-proteobacteria	Actinobacillus porcinus strain NM319, whole genome shotgun sequence	False	True
DEN0093_000000005316	5806	0.902432712588074	8	4	4	4	1	True	68679	fragment	False	DEN0093_000000005316	0.9896015379238029		0	0	False	False	0.9998277425765991	0					non-mobilizable	no_good_hit								True	True
MAD0063_000000003785	3004	0.9024245525237168	3	3	3	3	2	False	16722	fragment	False	MAD0063_000000003785	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2987.0	97.723	99.0	0.018394586999926053	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
CHI0108_000000001390	5101	0.9024205179591348	5	5	0	1	5	False	82945	fragment	False	CHI0108_000000001390	1.0		0	0	False	False	1.0	0	IncHI1A				non-mobilizable	plasmid	5101.0	99.92200000000001	100.0	0.020404978814830818	AP020333.1	enterobacteria	Salmonella enterica SESen3709 plasmid pSESen3709_1 DNA, complete genome	False	True
ISR0073_000000019794	1404	0.9024200684041022	2	2	2	2	2	False	59852	maximal	True	ISR0073_000000019794	0.9500663648206848		128	13	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	72.109	31.0	0.00016617203309152973	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MAD0036_000000022759	1385	0.9024200684041022	2	2	2	2	2	False	59852	maximal	False	ISR0073_000000019794	0.9418672833579403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	75.682	32.0	0.0018676881306689955	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
SPA0016_000000008158	3960	0.9024187984084828	3	2	2	2	2	False	7886	fragment	False	SPA0016_000000008158	1.0		0	0	False	False	0.9941919445991516	0					non-mobilizable	no_good_hit	1318.0	76.48	33.0	0.00037398565009592356	NZ_RSDX01000001.1	firmicutes	Herbinix hemicellulosilytica strain LL1355 Ga0256695_11, whole genome shotgun sequence	True	False
USA0019_01_000000011995	2501	0.9024187984084828	2	2	2	2	2	False	1834	fragment	False	USA0019_01_000000011995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1394.0	77.905	55.0	0.0011082053639061356	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
SPA0128_000000001296	20411	0.902404929301475	30	12	8	10	7	True	127386	fragment	False	SPA0128_000000001296	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9682.0	96.654	95.0	0.055732832605665444	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0146_000000004634	8037	0.9023769377826864	6	3	2	3	1	True	110139	fragment	False	ISR0146_000000004634	0.9622629662187617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	1.0	0.0026352503487831343	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	True
CHI0056_000000001797	7963	0.9023769377826864	7	3	2	3	1	True	110139	fragment	False	ISR0146_000000004634	0.9576334453154162		0	0	False	False	0.9984930157661438	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000003250	7860	0.9023769377826864	9	3	2	3	1	True	110130	fragment	False	FIJ0005_000000003250	1.0		0	0	False	False	0.99885493516922	0					non-mobilizable	no_good_hit	257.0	99.22200000000001	3.0	0.0009711721212902932	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0118_000000001939	6060	0.9023769377826864	6	3	2	3	1	True	110128	fragment	False	ISR0118_000000001939	1.0		0	0	False	False	0.9830033183097839	0					non-mobilizable	no_good_hit								True	True
DEN0046_000000004253	5000	0.9023769377826864	5	3	2	3	1	True	110122	fragment	False	DEN0046_000000004253	0.7099353780635854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0369_000000002079	4711	0.9023769377826864	4	3	2	3	1	True	110122	fragment	False	DEN0046_000000004253	0.6846207529280233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0795_000000001868	4393	0.9023769377826864	3	3	2	3	1	True	110119	fragment	False	ISR0795_000000001868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0343_000000007551	2304	0.9023706137954052	3	3	3	3	3	False	91607	fragment	False	CAN0021_000000015761	0.4749896651508888		0	0	False	False	0.9965277910232544	0					non-mobilizable	other	2304.0	99.089	100.0	0.01563667486312815	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ENG0024_000000006792	4011	0.9023558289110232	4	4	4	4	4	False	98962	fragment	False	CHI0121_000000002037	0.9940232947407378		0	0	False	False	1.0	0					non-mobilizable	other	3991.0	99.925	100.0	0.0007511724711954828	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0039_000000008536	2264	0.9023511563696076	3	3	2	3	2	False	104473	fragment	False	DEN0039_000000008536	1.0		0	0	False	False	0.9774734973907471	0					non-mobilizable	other	2258.0	99.69	99.0	0.0013065917175863076	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ENG0022_000000003984	5226	0.9023485659266274	6	3	1	1	3	False	123191	fragment	False	ENG0089_000000004128	0.9619094010588125		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1874.0	94.344	43.0	0.2286902286902287	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0778_000000002633	4598	0.9023361040499488	6	4	1	4	1	True	107918	fragment	False	MON0095_000000006021	0.9562473706352546		0	0	False	False	1.0	0					non-mobilizable	other	4598.0	99.978	100.0	0.022731768103328914	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
USA0083_01_000000014546	1991	0.9023353835361648	3	3	2	3	2	False	9972	maximal	True	USA0083_01_000000014546	1.0		7	3	False	False	0.9924660921096802	0					non-mobilizable	no_good_hit	323.0	74.303	16.0	0.0005719622649705693	NZ_FOZH01000004.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0036_000000003930	2691	0.9023294703566426	4	4	4	4	4	False	36758	maximal	True	ISR0036_000000003930	1.0		1	1	False	False	0.9992567896842957	0					non-mobilizable	other	2741.0	79.205	99.0	0.0008697221127087943	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0057_000000025379	1390	0.9023199432998918	2	2	2	1	1	False	120854	fragment	False	FIJ0057_000000025379	0.987007874015748		0	0	False	False	1.0	0					non-mobilizable	other	1065.0	76.056	92.0	0.0002449669784513048	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0109_000000004846	3553	0.9023164122002426	5	2	2	1	1	False	121260	maximal	True	CHI0109_000000004846	1.0		1	1	False	False	0.9994370937347412	0					non-mobilizable	no_good_hit								True	False
ISR0158_000000004816	3639	0.9023078851558356	4	3	0	2	2	True	58518	maximal	True	ISR0158_000000004816	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	85.04700000000001	23.0	0.0002691961047099051	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
ENG0111_000000001345	16255	0.9023038754419256	24	7	1	7	5	False	72350	maximal	True	ENG0111_000000001345	1.0		1	1	False	False	0.9998769760131836	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.892791452628185e-05	NZ_AUAX01000018.1	high GC Gram+	Hamadaea tsunoensis DSM 44101 G401DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
MON0033_000000003815	15214	0.9023038754419256	24	7	1	7	5	False	94846	fragment	False	MON0039_000000001881	0.9641452457387703		0	0	False	False	0.9995399117469788	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	4.894848457531275e-06	NZ_CP039690.1	a-proteobacteria	Phreatobacter stygius strain KCTC 52518 chromosome, complete genome	True	False
FIJ0016_000000003240	5259	0.9023007722017914	5	3	1	3	1	True	50255	fragment	False	FIJ0016_000000003240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	90.90899999999999	2.0	3.0230891036401814e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
MAD0012_000000001132	16639	0.9022977931459784	23	7	1	7	2	False	64878	maximal	True	MAD0012_000000001132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0075_000000001875	3475	0.9022973148405916	4	2	2	2	1	False	84684	maximal	True	CHI0075_000000001875	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	83.811	16.0	0.010367561053415093	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
DEN0040_000000001062	5828	0.902296959536427	5	3	0	1	2	True	118868	fragment	False	USA0007_01_000000002979	0.9544873544503802		0	0	False	False	1.0	0					non-mobilizable	other	5828.0	100.0	100.0	0.002992681873345923	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
CHI0126_000000002458	5815	0.902296959536427	5	3	0	1	2	True	118868	fragment	False	USA0007_01_000000002979	0.9513510540223193		0	0	False	False	0.9989681839942932	0					non-mobilizable	other	5809.0	99.931	99.0	0.0029829236863554353	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
SPA0001_000000005734	5732	0.902296959536427	5	3	0	1	2	True	118868	fragment	False	USA0007_01_000000002979	0.8400471749543459		0	0	False	False	0.9998255372047424	0					non-mobilizable	other	5733.0	97.94200000000001	100.0	0.0029433773496045108	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ENG0120_000000003616	5704	0.902296959536427	5	3	0	1	2	True	118868	fragment	False	USA0007_01_000000002979	0.8362428781094988		0	0	False	False	1.0	0					non-mobilizable	other	5705.0	97.897	100.0	0.0029289968635132658	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
MON0043_000000011734	2336	0.9022965036993036	3	2	2	2	2	True	87083	fragment	False	MON0043_000000011734	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2342.0	85.696	100.0	0.0008151348307113163	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0054_01_000000002032	4759	0.9022953496270124	7	4	3	3	2	True	1049	maximal	True	USA0054_01_000000002032	1.0		1	1	False	False	0.9983189702033997	0					non-mobilizable	no_good_hit								True	True
FIJ0141_000000008199	3500	0.9022888873938684	3	3	3	3	0	True	132039	fragment	False	ISR0084_000000002614	0.030186455387984625		0	0	False	False	0.9974285960197449	0					non-mobilizable	no_good_hit	284.0	77.465	8.0	8.895985622024397e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0067_000000002528	12157	0.9022868366093538	8	7	5	7	4	True	120590	fragment	False	FIJ0067_000000002528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	99.471	2.0	0.2175925925925926	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
ISR0026_000000011082	2030	0.9022752427150564	3	3	2	2	3	False	116951	fragment	False	ISR0026_000000011082	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	97.61	66.0	0.03168063645404177	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0064_000000013772	1924	0.9022670314147424	2	2	2	2	2	False	97509	fragment	False	FIJ0064_000000013772	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	95.009	95.0	0.002946767731681389	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
SPA0041_000000010055	3402	0.9022658656477008	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.4991626204423881		0	0	False	False	1.0	0					non-mobilizable	chromosome	3402.0	98.148	100.0	0.0011447566878732198	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0081_000000014550	1641	0.9022645588537144	2	1	0	1	1	False	34231	fragment	False	ISR0081_000000014550	1.0		0	0	False	False	0.991468608379364	0					non-mobilizable	plasmid	1639.0	91.336	99.0	0.34767788666382615	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	False	True
MON0058_000000032496	1604	0.9022645588537144	2	1	0	1	1	True	125771	fragment	False	ISR0072_000000014713	0.21793221793221795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1399.0	89.993	87.0	0.2974009373668513	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ENG0178_000000014581	1554	0.9022645588537144	2	1	0	1	1	True	125771	fragment	False	ISR0072_000000014713	0.3164597039265065		0	0	False	False	1.0	0					non-mobilizable	plasmid	1460.0	89.863	93.0	0.3103962505325948	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	False	True
FIJ0112_000000004215	5899	0.9022490681494852	11	11	5	8	10	True	51044	maximal	True	FIJ0112_000000004215	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5828.0	99.96600000000001	99.0	0.030119610052620153	CP050374.1	enterobacteria	Klebsiella pneumoniae strain 50595 plasmid p50595_NDM_1, complete sequence	False	True
SPA0061_000000006654	2572	0.9022411092458802	3	3	2	3	3	False	6220	maximal	True	SPA0061_000000006654	1.0		8	2	False	False	0.9988335967063904	0					non-mobilizable	chromosome	2446.0	78.414	94.0	0.0007298417968601945	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
ISR0348_000000003607	3524	0.902240272434738	4	3	3	3	1	False	110743	maximal	True	ISR0348_000000003607	1.0		0	0	False	False	0.998297393321991	0					non-mobilizable	no_good_hit	2424.0	91.83200000000001	68.0	0.00046059491316307786	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0839_000000014319	1472	0.902240088490891	4	4	4	4	3	False	20831	fragment	False	ISR0839_000000014319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	95.34299999999999	52.0	0.08882488479262673	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
AST0106_000000009156	2187	0.9022349199050764	3	3	3	3	1	False	107427	fragment	False	AST0106_000000009156	0.9929863112265135		0	0	False	False	0.9990854859352112	0					non-mobilizable	no_good_hit								True	False
ISR0340_000000010749	2158	0.9022349199050764	3	3	3	3	1	False	107427	fragment	False	AST0106_000000009156	0.9913769264966618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0372_000000007978	2147	0.9022349199050764	3	3	3	3	1	False	107427	fragment	False	AST0106_000000009156	0.9890649173462116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0107_000000015349	2119	0.9022349199050764	3	3	3	3	1	False	107427	fragment	False	AST0106_000000009156	0.98204148837979		0	0	False	False	0.9981123208999634	0					non-mobilizable	no_good_hit								True	False
MON0036_000000005189	3640	0.9022342919071651	6	4	3	4	4	False	12184	fragment	False	MON0036_000000005189	0.9374060348703764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	83.67299999999999	4.0	4.705847466723051e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0102_000000002162	15244	0.9022289308191412	10	9	6	7	7	False	96806	fragment	False	ENG0033_000000001440	0.9795314271318806		0	0	False	False	1.0	0					non-mobilizable	other	10519.0	99.962	100.0	0.0031676314922441514	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0134_000000005050	3116	0.9022177756336012	5	3	2	3	2	False	74005	fragment	False	FIJ0134_000000005050	1.0		0	0	False	False	0.9910141229629517	0					non-mobilizable	no_good_hit	698.0	80.65899999999999	22.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0135_000000025060	1133	0.9022170924020528	2	2	0	2	1	False	40560	fragment	False	FIJ0135_000000025060	1.0		0	0	False	False	0.9885260462760925	0	rep_cluster_2335				non-mobilizable	plasmid	412.0	97.573	98.0	0.10745098039215686	CP048356.1	enterobacteria	Raoultella ornithinolytica strain 23 plasmid p23_G, complete sequence	False	True
ISR0062_000000015743	2347	0.9022137832458054	3	3	2	3	1	False	35347	fragment	False	SPA0119_000000012803	0.9602923745555116		0	0	False	False	0.9812526702880859	0					non-mobilizable	no_good_hit	1734.0	99.885	74.0	0.0328911157926702	NZ_QIML01000013.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_13, whole genome shotgun sequence	True	False
ISR0366_000000000660	15531	0.9022059224366252	26	16	7	14	12	True	23638	fragment	False	ISR0366_000000000660	1.0		0	0	False	False	0.9998712539672852	0					non-mobilizable	no_good_hit	1796.0	90.31200000000001	23.0	0.0005588453429397157	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ENG0057_000000002722	7784	0.9021902249902805	9	5	2	2	3	True	122256	maximal	False	ISR0296_000000002580	0.9104337516468546	PS865	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1233.0	78.67	40.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0137_000000021774	1699	0.9021836123438433	4	4	4	4	2	False	108755	maximal	True	SPA0137_000000021774	1.0		18	3	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	83.564	80.0	0.9992679355783309	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	True	False
FIJ0133_000000014091	2669	0.902178837037237	3	2	2	1	1	False	40702	maximal	True	FIJ0133_000000014091	1.0		1	1	False	False	0.9910078644752502	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.443354005377874e-07	LR778316.1	eudicots	Raphanus sativus genome assembly, chromosome: 7	True	False
FIJ0101_000000021680	1293	0.9021773010474582	2	2	2	1	1	False	52526	fragment	False	FIJ0001_000000015846	0.9737827715355805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.878060896313232e-06	CP021250.1	b-proteobacteria	Bordetella sp. J329 chromosome, complete genome	True	False
SPA0066_000000000307	38023	0.9021763742457474	41	35	10	20	33	True	59514	fragment	False	SPA0066_000000000307	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12283.0	93.829	94.0	0.0023613313399916216	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0115_000000014992	1422	0.9021622730342312	3	2	2	1	1	False	81702	fragment	False	ENG0115_000000014992	0.9583025830258303		0	0	False	False	0.9985935091972351	0					non-mobilizable	other	954.0	88.155	92.0	0.0004056461489102597	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0034_000000015907	1355	0.9021622730342312	3	2	2	1	1	False	81702	fragment	False	ENG0115_000000014992	0.9367088607594937		0	0	False	False	1.0	0					non-mobilizable	other	956.0	85.35600000000001	91.0	0.0004056461489102597	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
CHI0123_000000012473	1137	0.9021622730342312	3	2	2	1	1	False	81701	fragment	False	SPA0013_000000024096	0.6252834467120182		0	0	False	False	1.0	0					non-mobilizable	other	903.0	85.936	90.0	0.0003829436717273201	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0382_000000001430	7834	0.9021552754145409	8	2	1	1	2	False	69545	maximal	True	ISR0382_000000001430	1.0		5	3	False	False	0.9998723268508911	0					non-mobilizable	no_good_hit	602.0	81.561	8.0	0.00014661638558246057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0051_000000005309	7833	0.9021552754145409	8	2	1	1	2	False	69545	maximal	False	ISR0382_000000001430	0.999936175644626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	81.561	8.0	0.00014661638558246057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0301_000000002797	5450	0.9021552754145409	5	2	1	1	2	False	69542	fragment	False	ISR0301_000000002797	1.0		0	0	False	False	0.9998165369033813	0					non-mobilizable	no_good_hit	602.0	81.561	11.0	0.00014661638558246057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0048_000000003629	5081	0.9021552754145409	5	2	1	1	2	False	84403	fragment	False	ISR0048_000000003629	1.0		0	0	False	False	0.9996063709259033	0					non-mobilizable	no_good_hit	602.0	81.72800000000001	12.0	0.00014661638558246057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0311_000000005558	3336	0.9021552754145409	5	2	1	1	2	False	68167	fragment	False	ISR0311_000000005558	1.0		0	0	False	False	0.9997002482414246	0					non-mobilizable	no_good_hit								True	False
ENG0071_000000006580	3166	0.9021552754145409	4	2	1	1	2	False	69370	fragment	False	ENG0071_000000006580	1.0		0	0	False	False	0.9867340326309204	0					non-mobilizable	no_good_hit	602.0	81.395	19.0	0.00014661638558246057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0081_000000002694	2795	0.9021552754145409	4	2	1	1	2	False	69369	fragment	False	DEN0081_000000002694	1.0		0	0	False	False	0.9957066178321838	0					non-mobilizable	no_good_hit	628.0	80.892	22.0	0.00015274583314025573	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0258_000000023399	1263	0.9021480983156329	1	1	1	1	1	False	26767	maximal	True	ISR0258_000000023399	1.0		0	0	False	False	0.9651623368263245	0					non-mobilizable	no_good_hit	678.0	95.87	54.0	0.0001801734189117153	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0087_000000002775	8831	0.9021479948446548	10	6	6	6	2	True	96562	maximal	True	FIJ0087_000000002775	1.0		26	1	False	False	1.0	0					non-mobilizable	no_good_hit	5493.0	95.72200000000001	78.0	0.001605932697246546	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0025_000000000672	32249	0.9021411343989972	73	22	9	18	12	True	124620	maximal	True	ISR0025_000000000672	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1890.0	95.76700000000001	44.0	0.033424307943146776	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0050_000000005491	4695	0.9021207192696478	4	3	3	3	2	True	46625	maximal	True	FIJ0050_000000005491	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0002_000000013421	1396	0.9021165211688584	2	2	2	2	2	False	10928	fragment	False	MON0059_000000027864	0.9728958630527818		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	93.12299999999999	100.0	0.0006684636118598383	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
CHI0188_000000005118	2931	0.9021120926857792	4	4	4	3	4	False	90049	fragment	False	CHI0188_000000005118	0.9987378290659935		0	0	False	False	0.9856704473495483	0					non-mobilizable	chromosome	2882.0	99.965	98.0	0.0012182137544409198	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ITA0006_000000015325	1512	0.90210403591834	2	1	1	1	1	False	21608	fragment	False	ITA0006_000000015325	0.9672459893048129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0083_01_000000022986	1143	0.90210403591834	1	1	1	1	1	False	21606	fragment	False	USA0083_01_000000022986	0.9912280701754386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000034506	1140	0.90210403591834	1	1	1	1	1	False	21606	fragment	False	USA0083_01_000000022986	0.9899387576552932		0	0	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit								True	False
CHI0127_000000004366	4793	0.9020985386533305	6	4	0	1	4	False	117795	fragment	False	CHI0127_000000004366	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1551.0	93.81	48.0	0.00029946431312623516	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
CAN0014_000000010915	4124	0.9020953503763152	6	5	3	5	3	False	111545	fragment	False	ISR0157_000000004871	0.5827131429097937		0	0	False	False	0.9990300536155701	0					non-mobilizable	no_good_hit								True	False
ISR0117_000000006647	4053	0.9020953503763152	6	5	3	5	3	False	111545	fragment	False	ISR0157_000000004871	0.5809837422143447		0	0	False	False	0.9992598295211792	0					non-mobilizable	no_good_hit								True	False
USA0021_01_000000002191	8383	0.902092593197688	11	5	1	4	5	True	109115	maximal	True	USA0021_01_000000002191	1.0		2	1	False	False	1.0	0					non-mobilizable	other	6386.0	93.54799999999999	91.0	0.001232507615820775	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
AST0092_000000000427	31022	0.902089593681722	27	9	5	7	6	True	124897	fragment	False	AST0092_000000000427	1.0		0	0	False	False	0.9999677538871765	0					non-mobilizable	no_good_hit	945.0	97.98899999999999	3.0	0.9989384288747346	GQ883038.1		Uncultured organism clone VC1D785TF genomic sequence	True	True
ENG0047_000000008070	2324	0.9020892226435308	2	2	2	2	1	False	119352	fragment	False	ISR0356_000000007406	0.9001986975702808		0	0	False	False	0.9991394281387329	0					non-mobilizable	chromosome	2331.0	90.476	100.0	0.001289915233350595	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ENG0043_000000015408	2224	0.9020891813669296	4	1	1	1	1	False	64606	maximal	True	ENG0043_000000015408	1.0		7	3	False	False	0.9995503425598145	0					non-mobilizable	no_good_hit	1298.0	85.439	58.0	0.00018179693282603331	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
DEN0066_000000014965	2338	0.9020863870747472	4	3	2	3	3	False	70976	fragment	False	DEN0066_000000014965	1.0		0	0	False	False	0.9991445541381836	0					non-mobilizable	chromosome	2338.0	100.0	100.0	0.0003298598074646272	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0119_000000002462	4007	0.9020749297362968	6	2	2	2	1	False	104014	maximal	True	CHI0119_000000002462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	91.98299999999999	32.0	0.0001570346875631637	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0141_000000013437	2502	0.9020749297362968	5	2	2	2	1	False	103992	fragment	False	ISR0141_000000013437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	91.197	22.0	6.263618372392102e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0044_000000002400	5017	0.902069048693946	6	4	3	4	1	True	87275	fragment	False	MAD0001_000000005012	0.9538156590683845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	90.741	2.0	0.0489254686785551	NZ_VZBY01000037.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_64_length_2187_cov_149.301_ID_127, whole genome shotgun sequence	True	True
ENG0079_000000005068	6082	0.9020582899448026	9	6	3	5	4	False	119579	maximal	False	ENG0004_000000004223	0.9740908799874819		0	0	True	True	0.9996711611747742	6					non-mobilizable	no_good_hit	440.0	73.86399999999999	7.0	0.16698656429942418	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0146_000000007622	5031	0.902047542772722	5	5	4	5	3	False	131413	fragment	False	ISR0058_000000003113	0.19761449800823436		0	0	False	False	0.9996024370193481	0					non-mobilizable	no_good_hit	807.0	74.845	16.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
CAN0017_000000001735	21793	0.9020438005244058	28	12	7	8	7	True	95131	maximal	True	CAN0017_000000001735	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	7460.0	97.61399999999999	89.0	0.0033263762357327066	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MON0069_000000006014	6462	0.9020414211597764	6	5	3	5	4	False	74903	maximal	True	MON0069_000000006014	1.0		9	4	False	False	0.989631712436676	0					non-mobilizable	no_good_hit	5231.0	99.35	81.0	0.0009467052823723585	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
MON0012_000000006975	5132	0.9020412686260156	10	5	3	4	2	True	110679	fragment	False	CAN0012_000000009407	0.27722101706705377		0	0	False	False	0.9988308548927307	0					non-mobilizable	no_good_hit	3296.0	98.21	88.0	0.0008823752309372807	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0131_000000009117	3168	0.9020376776480691	4	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.5640207842300962		0	0	False	False	0.9996843338012695	0					non-mobilizable	other	3168.0	95.73899999999999	100.0	0.028843614240566855	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
DEN0072_000000002974	6568	0.9020349020976519	8	7	5	6	7	False	99047	fragment	False	DEN0072_000000002974	0.9903433641388621		0	0	False	False	0.9998477697372437	0					non-mobilizable	no_good_hit	561.0	77.005	8.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0122_000000013222	2155	0.902031731336302	3	3	3	3	3	False	74486	fragment	False	ENG0122_000000013222	1.0		0	0	False	False	0.997215747833252	0					non-mobilizable	no_good_hit	1932.0	79.969	88.0	0.0005261034730825555	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
DEN0094_000000030836	1278	0.9020202171281034	2	1	1	1	1	False	72388	fragment	False	DEN0094_000000030836	0.9906711660017852		0	0	False	False	0.9788732528686523	0					non-mobilizable	no_good_hit	117.0	82.906	9.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
ENG0196_000000009722	1262	0.9020202171281034	2	1	1	1	1	False	72388	fragment	False	DEN0094_000000030836	0.9788021873257424		0	0	False	False	0.9881141185760498	0					non-mobilizable	no_good_hit	117.0	82.906	9.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
CAN0015_000000011586	3455	0.9020159981284308	7	4	4	3	1	False	93317	maximal	True	CAN0015_000000011586	1.0		1	1	False	False	0.9916063547134399	0					non-mobilizable	no_good_hit	70.0	91.429	2.0	4.925637362987602e-05	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
FIJ0163_000000003619	6833	0.9020031352815168	10	2	2	1	1	False	50806	fragment	False	FIJ0163_000000003619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	3.0	2.435004935233217e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0043_000000022779	1294	0.9020031352815168	2	2	2	1	1	False	11664	fragment	False	MON0043_000000022779	1.0		0	0	False	False	0.9744976758956909	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000002201	10898	0.9020024759627976	7	6	5	5	6	False	123647	fragment	False	USA0015_01_000000002201	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5578.0	99.85700000000001	51.0	0.18004261363636365	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
SPA0052_000000005347	5792	0.902000352675326	5	4	3	4	1	True	122751	fragment	False	SPA0052_000000005347	0.9485235620851279		0	0	False	False	0.999136745929718	0					non-mobilizable	no_good_hit	879.0	92.036	15.0	0.0035900234274671666	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0014_01_000000003284	1661	0.901998560520792	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.36035155970963445	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1544.0	81.541	96.0	0.0007057906240704165	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
ISR0126_000000004904	9806	0.9019941753086056	11	7	5	6	4	True	91174	maximal	True	ISR0126_000000004904	1.0		3	3	False	False	0.9998980164527893	0					non-mobilizable	no_good_hit	1944.0	77.469	20.0	0.11302052785923754	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CAN0005_000000004561	4011	0.9019910009569152	7	4	3	3	3	True	95957	fragment	False	CAN0005_000000004561	1.0		0	0	False	False	0.9995013475418091	0					non-mobilizable	no_good_hit	60.0	93.333	3.0	1.0707932824337284e-05	LN899819.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : I	True	True
MON0058_000000021379	2286	0.9019853547919364	4	4	4	3	3	False	91841	maximal	True	MON0058_000000021379	1.0		1	1	False	False	0.966754138469696	0					non-mobilizable	no_good_hit	1977.0	98.786	86.0	0.0494605892217967	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0057_000000000826	8696	0.90197384416727	10	4	2	3	4	False	123195	backbone	True	AST0057_000000000826	1.0	PS885	1	1	True	True	0.9998850226402283	13					non-mobilizable	no_good_hit	2590.0	92.896	52.0	0.004486634222525902	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
USA0093_01_000000001854	10159	0.9019719203406704	12	7	4	7	3	False	376	maximal	True	USA0093_01_000000001854	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	99.156	12.0	0.00020300730311417615	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0194_000000015133	1766	0.9019694759673358	2	2	2	2	2	False	78520	fragment	False	ENG0194_000000015133	0.9933371958285052		0	0	False	False	0.9858437180519104	0					non-mobilizable	no_good_hit	699.0	78.398	39.0	0.00017039864210670585	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0057_01_000000005533	5417	0.9019666043166964	10	4	3	2	3	False	991	maximal	True	USA0057_01_000000005533	1.0		5	3	False	False	0.9994462132453918	0					non-mobilizable	chromosome	5151.0	97.76700000000001	97.0	0.0017605760514361015	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ENG0209_000000009561	1941	0.9019627425013652	3	2	2	2	2	False	91740	fragment	False	ENG0209_000000009561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1942.0	97.58	100.0	0.04260882941085987	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
ISR0216_000000005620	3399	0.9019590223908754	4	3	1	2	2	True	118580	fragment	False	ISR0216_000000005620	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1327.0	98.87	70.0	0.36032608695652174	CP021602.1	other sequences	Unidentified plasmid plasmid FAKO03_2030, complete sequence	True	True
CHI0113_000000002739	2732	0.9019566905951242	4	3	3	3	3	False	98927	fragment	False	CHI0106_000000006981	0.9474060822898032		0	0	False	False	1.0	0					non-mobilizable	other	2732.0	99.524	100.0	0.009551866987628058	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
SPA0095_000000009137	2190	0.9019498251621866	3	3	3	3	2	False	108431	fragment	False	SPA0095_000000009137	1.0		0	0	False	False	0.9945205450057983	0					non-mobilizable	chromosome	2190.0	100.0	100.0	0.00043670605134138983	CP049101.1	enterobacteria	Escherichia coli strain EC28 chromosome, complete genome	False	False
ENG0034_000000006970	2073	0.9019457501368912	3	3	3	3	3	False	74485	fragment	False	ENG0034_000000006970	1.0		0	0	False	False	0.9917992949485779	0					non-mobilizable	other	1965.0	80.35600000000001	93.0	0.000534927011415177	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0340_000000003183	7765	0.9019443849858704	8	7	7	7	7	False	32787	maximal	True	ISR0340_000000003183	1.0		16	5	False	False	0.9998711943626404	0					non-mobilizable	no_good_hit	595.0	76.303	8.0	0.0008293039469245474	NZ_ATXD01000010.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
DEN0089_000000000256	34714	0.901943954809895	42	22	10	21	10	True	100681	backbone	True	DEN0089_000000000256	0.9692945550086571	PS581|PS582	1	1	False	True	1.0	0					non-mobilizable	other	27019.0	98.686	95.0	0.4344434974189087	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
FIJ0127_000000002560	6931	0.9019246834631258	11	5	2	5	1	True	93514	fragment	False	FIJ0127_000000002560	1.0		0	0	False	False	0.9955273270606995	0					non-mobilizable	no_good_hit	2164.0	89.41799999999999	54.0	0.038156169141884945	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0076_000000004520	1720	0.9019224265139528	3	3	2	3	1	False	70003	maximal	True	DEN0076_000000004520	1.0		1	1	False	False	0.9982557892799377	0					non-mobilizable	no_good_hit	501.0	76.048	29.0	0.06826414042908888	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	False
ENG0127_000000010220	2504	0.9019066837856156	5	3	3	1	2	False	58728	fragment	False	ENG0127_000000010220	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	89.58	100.0	0.0010450733044274963	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	False
TAN0008_000000001279	7876	0.9019038479017984	14	6	3	5	6	False	42954	maximal	True	TAN0008_000000001279	1.0		1	1	False	False	0.9998730421066284	0					non-mobilizable	no_good_hit								True	False
FIJ0025_000000009944	2162	0.9019030638547684	3	2	2	2	2	False	93534	fragment	False	FIJ0025_000000009944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	93.484	84.0	0.0007756133762617667	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
SPA0008_000000026099	1164	0.901893845373586	1	1	1	1	1	False	58488	fragment	False	SPA0008_000000026099	0.9840812281803675		0	0	False	False	0.9879724979400635	0					non-mobilizable	other	1160.0	98.448	99.0	0.0012892480277177192	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0129_000000023904	1138	0.901893845373586	1	1	1	1	1	False	58488	fragment	False	SPA0008_000000026099	0.9762903087463991		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	98.33	100.0	0.001264754541871614	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0008_000000012216	1114	0.901893845373586	1	1	1	1	1	False	58488	fragment	False	SPA0008_000000026099	0.9511400853391876		0	0	False	False	0.9667863845825195	0					non-mobilizable	other	1104.0	98.37	99.0	0.0012280143131024562	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
CHI0001_000000000910	8141	0.9018836685138536	10	8	3	3	8	True	91100	maximal	True	CHI0001_000000000910	1.0	PS479	15	4	True	True	1.0	10		MOBB			mobilizable	no_good_hit	5273.0	92.566	64.0	0.630989646039008	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
USA0042_01_000000007445	3135	0.90188123599331	4	4	3	4	3	True	124657	maximal	True	USA0042_01_000000007445	1.0		9	4	False	False	1.0	0					non-mobilizable	other	1058.0	94.329	99.0	0.0003182424586021358	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0002_000000002817	6470	0.9018647131427624	10	5	2	4	3	False	130739	backbone	False	ISR0014_000000005210	0.8681907068854293	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	35					non-mobilizable	plasmid	2805.0	95.152	98.0	0.430173605776617	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0151_000000002544	5907	0.9018647131427624	7	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.050030968130732635	PS1125|PS140|PS493|PS494	0	0	True	True	0.9998307228088379	11					non-mobilizable	plasmid	3031.0	93.665	92.0	0.4650483945306499	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0065_000000004835	5797	0.9018647131427624	7	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.05013758113510737	PS1125|PS140|PS493|PS494	0	0	True	True	0.9962049126625061	4					non-mobilizable	plasmid	1346.0	89.45	96.0	0.20602243048087263	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0331_000000015069	1627	0.9018618066640616	3	3	2	2	1	False	131745	maximal	True	ISR0331_000000015069	1.0		3	1	False	False	0.9963122606277466	0					non-mobilizable	no_good_hit	1071.0	92.81	66.0	0.028505906509159757	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
AST0104_000000031280	1140	0.9018578185753982	1	1	1	1	1	False	107611	fragment	False	AST0104_000000031280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	73.538	56.0	0.0015488293957137723	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ENG0163_000000005438	4099	0.9018514100902266	4	4	3	3	2	True	123416	backbone	False	ISR0096_000000005225	0.5203781550537381	PS895	0	0	False	True	0.9987801909446716	0		MOBV			mobilizable	other	4100.0	98.512	100.0	0.6731811463294466	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0089_000000005149	3730	0.9018514100902266	4	4	3	3	2	True	123545	fragment	False	DEN0089_000000005149	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	3779.0	86.02799999999999	100.0	0.6161931351617671	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0153_000000027226	1278	0.901849331053606	1	1	1	1	1	False	103209	fragment	False	AST0153_000000027226	1.0		0	0	False	False	0.9960876107215881	0					non-mobilizable	other	1236.0	78.317	95.0	0.00027111803050936943	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	False
BAN0018_000000000194	9433	0.9018470193857449	15	15	3	7	15	True	98232	backbone	False	ENG0095_000000002427	0.5374482941004329	PS545	0	0	True	True	1.0	2					non-mobilizable	plasmid	6979.0	96.74700000000001	98.0	0.14110528765404617	CP025877.1	enterobacteria	Escherichia coli strain 503458 plasmid p503458_49, complete sequence	False	True
CHI0053_000000000921	12494	0.9018442449464712	16	13	9	10	11	True	123702	fragment	False	ENG0167_000000001303	0.5739644381363954		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	12530.0	98.125	100.0	0.12739702336748085	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
DEN0064_000000009405	3867	0.9018363426414072	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.950978286128591		0	0	False	False	1.0	0					non-mobilizable	plasmid	3207.0	98.036	100.0	0.25857200484066156	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0062_000000022030	1734	0.9018338649310292	2	2	2	2	2	True	126068	fragment	False	ISR0062_000000022030	0.9995377777993054		0	0	False	False	1.0	0					non-mobilizable	other	1734.0	100.0	100.0	0.013133862325595495	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0003_000000012975	1721	0.9018338649310292	2	2	2	2	2	True	126068	fragment	False	ISR0062_000000022030	0.9987047648555658		0	0	False	False	0.9994189143180847	0					non-mobilizable	other	1721.0	100.0	100.0	0.013035339411439268	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0031_000000015503	1721	0.9018338649310292	2	2	2	2	2	True	126068	fragment	False	ISR0062_000000022030	0.9987047648555658		0	0	False	False	0.9988378882408142	0					non-mobilizable	other	1721.0	100.0	100.0	0.013035339411439268	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CHI0064_000000010495	1721	0.9018338649310292	2	2	2	2	2	True	126068	fragment	False	ISR0062_000000022030	0.9987047648555658		0	0	False	False	0.9976757764816284	0					non-mobilizable	other	1721.0	100.0	100.0	0.013035339411439268	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0102_000000018344	1715	0.9018338649310292	2	2	2	2	2	True	126068	fragment	False	ISR0062_000000022030	0.9966379571667764		0	0	False	False	0.9988338351249695	0					non-mobilizable	other	1715.0	99.883	100.0	0.012989867297213317	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0106_000000011737	1685	0.9018338649310292	2	2	2	2	2	True	126068	fragment	False	ISR0062_000000022030	0.9869614097606552		0	0	False	False	0.9994065165519714	0					non-mobilizable	other	1685.0	99.881	100.0	0.012762506726083563	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0015_000000010396	1685	0.9018338649310292	2	2	2	2	2	True	126068	fragment	False	ISR0062_000000022030	0.9874816348875594		0	0	False	False	0.9994065165519714	0					non-mobilizable	other	1685.0	100.0	100.0	0.012762506726083563	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0370_000000017888	1506	0.9018338649310292	2	2	2	2	2	True	58766	fragment	False	ISR0370_000000017888	0.9975813760453018		0	0	False	False	1.0	0					non-mobilizable	other	1506.0	100.0	100.0	0.01140592198500936	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0197_000000017202	1484	0.9018338649310292	2	2	2	2	2	True	58766	fragment	False	ISR0370_000000017888	0.9950343906164433		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	99.93299999999999	100.0	0.011239190899514206	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0072_000000020789	1419	0.9018338649310292	2	2	2	2	2	True	58766	fragment	False	ISR0370_000000017888	0.9801696900397697		0	0	False	False	0.9950669407844543	0					non-mobilizable	other	1419.0	100.0	100.0	0.010746576328733071	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0774_000000003101	7315	0.9018273602688442	10	10	7	9	10	False	94492	maximal	True	ISR0774_000000003101	1.0		2	2	False	False	0.998222827911377	0					non-mobilizable	chromosome	7298.0	99.068	99.0	0.00183093658039159	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0023_000000001020	5782	0.9018271645180296	9	1	1	1	1	False	19255	maximal	True	MAD0023_000000001020	1.0		2	1	False	False	0.9982705116271973	0					non-mobilizable	no_good_hit	295.0	83.051	5.0	8.23423677618108e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
TAN0003_000000002861	2786	0.901814414796244	6	4	3	3	2	False	47760	fragment	False	TAN0003_000000002861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0010_01_000000012897	2072	0.9018077309187924	4	3	2	2	3	True	87541	fragment	False	ISR0391_000000005657	0.727717518824038		0	0	False	False	1.0	0					non-mobilizable	other	2077.0	98.604	100.0	0.0010022753968909185	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
USA0061_01_000000005965	1816	0.9018077309187924	4	3	2	2	3	True	87537	fragment	False	USA0061_01_000000005965	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1821.0	98.462	100.0	0.0008786807429390519	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
ISR0014_000000007400	4790	0.9018031217775072	11	3	2	3	3	False	127083	maximal	True	ISR0014_000000007400	1.0		1	1	False	False	0.9995824694633484	0					non-mobilizable	no_good_hit								True	False
ENG0150_000000014255	1264	0.9017989916460294	2	2	2	2	2	False	57135	fragment	False	ENG0150_000000014255	1.0		0	0	False	False	0.9912974834442139	0					non-mobilizable	chromosome	1264.0	99.684	100.0	0.0003516024637227268	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0292_000000003730	4356	0.901797745205966	4	4	4	4	2	False	131995	maximal	True	ISR0292_000000003730	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	98.176	72.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
AST0052_000000006987	3058	0.9017957524559814	3	3	2	2	1	False	114594	maximal	True	AST0052_000000006987	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	91.979	6.0	5.508703603610274e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
TAN0020_000000003424	1930	0.9017921704760072	3	2	2	1	2	False	2397	fragment	False	TAN0020_000000003424	1.0		0	0	False	False	0.9839377999305725	0					non-mobilizable	no_good_hit	488.0	75.205	25.0	0.004485690740185796	NZ_AQWR01000003.1	CFB group bacteria	Porphyromonas bennonis DSM 23058 = JCM 16335 strain DSM 23058 B088DRAFT_scaffold_2.3_C, whole genome shotgun sequence	True	False
TAN0009_000000015776	2443	0.9017871782996226	3	3	3	3	2	False	47546	maximal	True	TAN0009_000000015776	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	81.703	79.0	0.00039410029350431095	CP013703.1	euryarchaeotes	Methanogenic archaeon mixed culture ISO4-G1, complete genome	True	False
ENG0133_000000000704	22303	0.9017791454434612	19	16	11	7	15	True	110988	maximal	True	ENG0133_000000000704	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	12484.0	99.984	56.0	0.0022647991644028655	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
FIJ0065_000000010127	1841	0.9017712639836633	4	1	1	1	1	False	45422	maximal	True	FIJ0065_000000010127	1.0		1	1	False	False	0.9978272914886475	0					non-mobilizable	no_good_hit	811.0	95.191	44.0	0.014408706080294976	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
MON0069_000000045394	1180	0.9017646601427864	2	2	2	2	1	True	10464	fragment	False	SPA0020_000000028020	0.9489225857940942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	83.62799999999999	73.0	0.27645611156685806	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
CAN0001_000000011771	4043	0.9017627810756323	5	2	2	2	0	True	97421	maximal	True	CAN0001_000000011771	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
ISR0390_000000002379	4926	0.9017476264701182	9	8	4	8	7	False	121191	fragment	False	ISR0390_000000002379	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3341.0	98.50299999999999	98.0	0.004223934278617787	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0787_000000001097	9371	0.9017427573245014	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.7811705632464471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	88.889	1.0	0.14623955431754876	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
ISR0362_000000001884	12205	0.9017361709538696	15	14	9	10	12	True	123702	fragment	False	ENG0167_000000001303	0.5778157080991274		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	12216.0	99.902	100.0	0.12189645537282452	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0119_000000000981	27151	0.901724598943632	24	12	6	11	6	True	64051	maximal	True	SPA0119_000000000981	1.0		8	4	False	False	0.9989687204360962	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	3.820337625231825e-05	NZ_FRCB01000001.1	a-proteobacteria	Roseovarius litoreus strain DSM 28249, whole genome shotgun sequence	True	True
MON0019_000000032876	2042	0.9017164818722071	2	2	2	2	1	False	13188	fragment	False	MON0019_000000032876	1.0		0	0	False	False	0.9980411529541016	0					non-mobilizable	other	2024.0	99.259	99.0	0.00922476413696244	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0349_000000002181	4225	0.9017149651708294	6	3	2	2	2	True	120075	maximal	True	ISR0349_000000002181	1.0	PS827|PS829	0	0	True	True	0.9997633099555969	15	rep_cluster_1143				non-mobilizable	no_good_hit	2104.0	91.87299999999999	57.0	0.530492472569533	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
MON0048_000000010425	3635	0.9017099824148808	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.9201093072454045		0	0	False	False	0.9994497895240784	0					non-mobilizable	plasmid	2971.0	97.206	99.0	0.23945139169019766	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0015_000000028317	1187	0.9017012048635789	2	2	2	2	1	False	50274	fragment	False	FIJ0015_000000028317	1.0		0	0	False	False	0.9983150959014893	0					non-mobilizable	no_good_hit	677.0	74.15100000000001	56.0	0.0027545604420452815	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
DEN0065_000000026587	1294	0.90169616228617	2	2	2	2	2	False	71052	fragment	False	DEN0065_000000026587	1.0		0	0	False	False	0.9969087839126587	0					non-mobilizable	no_good_hit	324.0	89.815	30.0	7.152074879114387e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0118_000000000569	15416	0.9016938750160642	25	10	4	9	4	True	99751	fragment	False	ISR0118_000000000569	1.0		0	0	False	False	0.9999351501464844	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000006362	4613	0.9016909933115108	6	5	3	5	2	True	49493	maximal	False	FIJ0030_000000005642	0.9526442791071787		0	0	False	False	0.9986993074417114	0					non-mobilizable	chromosome	4634.0	98.382	100.0	0.0024810746432350687	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	True
ISR0166_000000005341	3361	0.901679854615838	7	5	4	3	3	False	110182	fragment	False	ISR0294_000000005354	0.9778890943870939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	94.91	26.0	0.00018783812978655836	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0016_000000001754	9464	0.9016754258671508	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.7865052869454268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	90.76100000000001	2.0	4.828303139544096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0012_000000010779	3847	0.9016710841273102	4	4	4	4	4	False	131407	fragment	False	MON0012_000000010779	0.9804365184988022		0	0	False	False	0.9929815530776978	0					non-mobilizable	no_good_hit	807.0	75.093	21.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
MAD0054_000000007205	2188	0.9016663785104044	6	1	1	1	1	False	25463	fragment	False	MAD0054_000000007205	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0081_000000000483	31849	0.9016632182177078	25	9	3	8	3	True	44296	fragment	False	FIJ0081_000000000483	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.2978964343540208e-05	NZ_WBJY01000001.1	high GC Gram+	Pseudoclavibacter endophyticus strain EGI 60007 Scaffold1_1, whole genome shotgun sequence	True	True
ISR0265_000000006701	2430	0.9016520168719756	4	2	2	2	2	True	53723	fragment	False	ISR0265_000000006701	0.9943609022556391		0	0	False	False	0.9905349612236023	0					non-mobilizable	no_good_hit								True	True
ENG0210_000000010065	2394	0.9016520168719756	4	2	2	2	2	True	53723	fragment	False	ISR0265_000000006701	0.9864197530864197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0107_000000015050	2163	0.9016502356291852	2	2	1	2	1	False	118080	fragment	False	SPA0107_000000015050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0109_000000001336	14366	0.9016346271170635	11	7	5	7	4	True	104236	fragment	False	ISR0109_000000001336	1.0		0	0	False	False	0.9999303817749023	0					non-mobilizable	no_good_hit								True	True
FIJ0006_000000002967	10074	0.9016336271444182	7	5	4	5	3	True	105961	fragment	False	FIJ0151_000000001050	0.8369716197411583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	3.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
ISR0201_000000015901	1894	0.9016297768235736	2	1	1	1	0	True	30423	fragment	False	ISR0201_000000015901	1.0		0	0	False	False	0.9931362271308899	0					non-mobilizable	no_good_hit	1368.0	87.5	79.0	0.016273481869812145	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0138_000000009707	1892	0.9016297768235736	3	1	1	1	0	True	40476	fragment	False	FIJ0138_000000009707	1.0		0	0	False	False	0.9867864847183228	0					non-mobilizable	no_good_hit	1019.0	83.415	54.0	0.012123197903014417	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0088_000000024273	1245	0.9016297768235736	2	1	1	1	0	True	43611	maximal	True	FIJ0088_000000024273	1.0		0	0	False	False	0.9510040283203125	0					non-mobilizable	no_good_hit	749.0	80.374	60.0	0.008846657929226736	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0789_000000002764	4937	0.9016288573234073	5	3	1	1	2	False	22106	fragment	False	ISR0789_000000002764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	84.82799999999999	6.0	0.004218659798392469	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0086_000000003819	7641	0.9016200283168992	10	8	6	8	6	False	52997	fragment	False	FIJ0086_000000003819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	77.585	18.0	0.0002807893590130595	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
CHI0066_000000005556	2074	0.9016173881426148	2	2	2	2	1	False	85204	fragment	False	CHI0066_000000005556	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2074.0	100.0	100.0	0.001079632393763235	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
MAD0112_000000009449	2928	0.9016096548508076	4	3	3	3	2	False	27437	maximal	True	MAD0112_000000009449	1.0		5	1	False	False	0.9976093173027039	0					non-mobilizable	other	2739.0	95.838	94.0	0.0013034743446923172	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
USA0005_01_000000022592	1362	0.901596298920452	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.8763620495276018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.718	41.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0007_000000008392	2205	0.9015930532719556	5	2	1	2	1	False	127075	fragment	False	AST0007_000000008392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	4.443591604011408e-07	CP011900.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 15 sequence	True	False
FIJ0152_000000015053	1730	0.9015925739706424	2	2	2	2	1	False	92181	fragment	False	SPA0100_000000012690	0.46116381142487556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
MON0068_000000024839	1704	0.9015925739706424	2	2	2	2	1	False	92181	fragment	False	SPA0100_000000012690	0.3808435467965481		0	0	False	False	0.9935445785522461	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
ENG0198_000000009039	2137	0.901586937503346	4	4	2	2	4	True	54348	maximal	True	ENG0198_000000009039	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1098.0	94.262	91.0	0.00044445354743568737	NZ_UFSB01000001.1	g-proteobacteria	Actinobacillus seminis strain NCTC10851, whole genome shotgun sequence	False	True
ISR0109_000000000268	38048	0.9015849194799804	48	20	4	14	10	False	81992	maximal	True	ISR0109_000000000268	1.0		1	1	False	False	0.999973714351654	0					non-mobilizable	no_good_hit	675.0	83.704	2.0	0.0001860583945659841	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0775_000000002486	6580	0.9015764227965938	8	6	4	4	5	True	123649	fragment	False	ISR0775_000000002486	0.9935998735777497		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2765.0	99.204	78.0	0.08366123857376355	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
ISR0219_000000006443	4864	0.9015764227965938	7	6	4	4	5	True	123628	fragment	False	USA0108_01_000000001009	0.17528593022983657		0	0	False	True	0.9995887875556946	0					non-mobilizable	no_good_hit	2887.0	97.749	89.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0150_000000003265	4775	0.9015764227965938	7	6	4	4	5	True	123628	fragment	False	USA0108_01_000000001009	0.17348060011622127		0	0	False	True	0.99874347448349	0					non-mobilizable	chromosome	2846.0	97.962	91.0	0.0006472872108751537	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0106_000000011226	2219	0.9015665291494164	3	3	3	2	1	False	106737	fragment	False	ISR0106_000000011226	0.982868952178129		0	0	False	False	0.9963947534561157	0					non-mobilizable	other	2219.0	98.01700000000001	100.0	0.0008603184885080767	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	False	False
USA0010_01_000000003576	7450	0.9015664664587444	15	8	3	6	7	True	53909	fragment	False	ISR0222_000000008065	0.9836574119541259		0	0	False	False	0.9986577033996582	0					non-mobilizable	other	7459.0	98.485	99.0	0.0034430388166367043	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
ISR0127_000000002747	7269	0.9015664664587444	13	8	3	6	7	True	53909	fragment	False	ISR0222_000000008065	0.9663990549269146		0	0	False	False	0.992296040058136	0					non-mobilizable	other	7281.0	98.544	100.0	0.003360819751790805	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
SPA0058_000000012165	2569	0.9015654702027754	2	2	2	2	2	False	28879	fragment	False	SPA0058_000000012165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	51.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0062_000000012927	2555	0.9015654702027754	2	2	2	2	2	False	28879	fragment	False	SPA0058_000000012165	0.9972752043596731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	51.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0198_000000014651	2268	0.9015654702027754	2	2	2	2	2	False	28877	fragment	False	ISR0198_000000014651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	58.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0093_000000005171	4169	0.9015645236399448	5	5	4	4	5	False	43737	maximal	True	FIJ0093_000000005171	1.0		12	1	False	False	0.9988006949424744	0					non-mobilizable	no_good_hit	962.0	76.195	23.0	0.023246670270801593	NZ_CYYU01000018.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0052_000000023219	1425	0.9015627892260776	2	1	1	1	1	False	96370	fragment	False	SPA0009_000000025355	0.9764127249626481		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	95.48899999999999	24.0	7.416838350148099e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0091_000000019800	1254	0.9015527125298431	2	1	1	1	1	True	61151	fragment	False	ENG0091_000000019800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	98.94	23.0	0.032099611606122916	CP001155.1	firmicutes	Lactobacillus rhamnosus HN001 plasmid pLR001, complete sequence	True	True
ENG0079_000000013567	2451	0.9015466134418728	3	3	2	2	3	True	93848	fragment	False	ENG0079_000000013567	1.0		0	0	False	False	0.9538963437080383	0					non-mobilizable	plasmid	2343.0	99.915	96.0	0.024752684535385136	CP051713.1	enterobacteria	Escherichia coli strain SCU-123 plasmid pSCU-123-2, complete sequence	False	True
DEN0011_000000031025	1503	0.9015425906135228	4	2	1	1	2	False	75621	fragment	False	DEN0011_000000031025	0.9996446339729922		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	95.56	100.0	0.0002906166102039192	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0138_000000020639	1407	0.9015425906135228	3	2	1	1	2	False	75621	fragment	False	DEN0011_000000031025	0.9677312042581503		0	0	False	False	1.0	0					non-mobilizable	chromosome	1407.0	96.09100000000001	100.0	0.00027095951853230133	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0011_000000004343	5705	0.9015349080645476	6	4	3	4	4	False	87522	maximal	True	ISR0011_000000004343	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	76.217	16.0	0.01025887633245171	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	True	False
CHI0152_000000009453	1336	0.9015302236817174	2	2	1	2	1	False	79322	fragment	False	CHI0152_000000009453	1.0		0	0	False	False	0.9917664527893066	0					non-mobilizable	no_good_hit	462.0	72.078	34.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
ENG0039_000000009576	2610	0.9015296475602796	4	2	0	1	2	False	114701	fragment	False	ENG0039_000000009576	0.9807171173123154		0	0	False	False	0.9762452244758606	0	rep_cluster_870				non-mobilizable	plasmid	2558.0	100.0	98.0	0.4570151921358356	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
ENG0208_000000004931	5825	0.9015250834042772	9	8	3	3	6	True	90093	maximal	False	CHI0180_000000002623	0.9498886860503287	PS472|PS473	0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2165.0	96.721	84.0	0.3643410852713178	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	True	True
USA0034_01_000000004121	13114	0.9015224859415936	18	8	2	4	6	False	59630	maximal	False	ENG0113_000000001613	0.9517379082353941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1103.0	90.118	19.0	0.0019393060351203812	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MON0086_000000005534	5363	0.9015212040720018	8	7	3	4	6	True	123546	maximal	True	MON0086_000000005534	1.0		1	1	True	True	1.0	327		MOBV			mobilizable	other	1703.0	88.197	92.0	0.2752504516340943	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0101_000000006631	6621	0.9015209278332548	8	6	4	4	6	False	109919	fragment	False	ISR0025_000000004431	0.11461625260699412		0	0	False	False	1.0	0					non-mobilizable	other	5691.0	99.84200000000001	100.0	0.0016042391625014172	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0144_000000007124	2433	0.9015139682326504	4	2	1	1	2	True	125423	fragment	False	AST0012_000000008257	0.9604957397366383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	93.119	27.0	0.019463615449812326	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
FIJ0009_000000017818	2214	0.9015113374252812	3	2	2	2	2	False	52246	fragment	False	MAD0096_000000007527	0.9546336266584935		0	0	False	False	0.9968383312225342	0					non-mobilizable	no_good_hit	811.0	90.259	36.0	0.009738891764677557	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
MAD0016_000000000565	5091	0.9015086348763314	4	2	2	2	2	False	30883	maximal	True	MAD0016_000000000565	1.0		1	1	True	True	0.9941072463989258	15					non-mobilizable	no_good_hit								True	True
MON0060_000000020584	1980	0.9014937867446836	2	2	2	2	2	False	92181	fragment	False	SPA0100_000000012690	0.759192175598235		0	0	False	False	0.9883838295936584	0					non-mobilizable	no_good_hit	56.0	89.286	3.0	6.258534365043241e-05	NZ_WJYO01000002.1	high GC Gram+	Mumia xiangluensis strain NEAU-KD1 T Scaffold2, whole genome shotgun sequence	True	False
FIJ0022_000000012539	2049	0.9014889222337732	5	5	4	3	2	False	88202	fragment	False	FIJ0022_000000012539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	81.96700000000001	9.0	9.25256823381395e-05	NZ_JPNB01000002.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000013_quiver.2_C, whole genome shotgun sequence	True	False
MAD0042_000000003184	6520	0.901488367915877	15	3	0	2	1	True	18163	maximal	True	MAD0042_000000003184	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
AST0025_000000005183	5934	0.901488367915877	13	3	0	2	1	True	120544	maximal	False	ISR0232_000000003331	0.9246902748778776		0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
FIJ0015_000000021898	1466	0.9014879158254508	3	3	3	2	1	False	120872	fragment	False	FIJ0015_000000021898	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	98.29799999999999	100.0	0.0016343835100946563	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
CHI0074_000000004854	3081	0.9014865804478294	4	4	3	4	3	False	84754	maximal	True	CHI0074_000000004854	1.0		1	1	False	False	0.9967542886734009	0					non-mobilizable	no_good_hit	1644.0	75.791	52.0	0.0004856837023043193	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0102_000000015549	2040	0.9014862994543332	4	3	2	2	2	True	118138	maximal	True	FIJ0102_000000015549	1.0		4	1	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1539.0	99.87	75.0	0.17213206491326244	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0020_000000001776	11187	0.90148460281086	10	10	10	10	9	False	49841	maximal	False	FIJ0031_000000001602	0.9719633627747518		0	0	False	False	1.0	0					non-mobilizable	chromosome	11166.0	99.98200000000001	99.0	0.002415974296543588	CP049050.1	enterobacteria	Escherichia coli strain pV11-19-E11-025-038 chromosome	False	False
ISR0334_000000007259	2773	0.9014739650120008	4	4	3	3	4	True	24513	maximal	True	ISR0334_000000007259	1.0		3	3	True	True	0.9935088157653809	6					non-mobilizable	no_good_hit								True	True
MON0087_000000042761	1211	0.9014714521567032	2	2	1	2	0	False	78116	fragment	False	ENG0182_000000023649	0.7391611166624964		0	0	False	False	1.0	0					non-mobilizable	chromosome	1211.0	99.917	100.0	0.00029331043734283043	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
CHI0141_000000004572	6030	0.9014619571850178	8	4	3	3	3	False	89301	fragment	False	CHI0054_000000002541	0.975618982598229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	314.0	88.21700000000001	5.0	0.00013967745663862855	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0054_000000002541	5975	0.9014619571850178	8	4	3	3	3	False	89301	fragment	False	CHI0054_000000002541	0.9781197449884611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	314.0	88.21700000000001	5.0	0.00013967745663862855	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0092_000000027201	1187	0.9014586838928474	1	1	1	1	1	False	33557	fragment	False	ISR0092_000000027201	1.0		0	0	False	False	0.994945228099823	0					non-mobilizable	other	1188.0	94.865	100.0	0.013452813067150635	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0042_000000022234	1462	0.9014582968288528	3	3	3	3	2	False	87232	fragment	False	ISR0370_000000016697	0.9620455500725398		0	0	False	False	0.99863201379776	0					non-mobilizable	other	1458.0	97.874	99.0	0.00637636761487965	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0107_000000016561	1967	0.9014573033198088	3	3	3	3	2	False	4716	maximal	True	SPA0107_000000016561	1.0		0	0	False	False	0.9694966673851013	0					non-mobilizable	no_good_hit	851.0	99.53	43.0	0.005845419597972671	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0094_000000000439	30848	0.9014568775142099	26	16	9	13	10	True	84763	maximal	True	SPA0094_000000000439	1.0		2	1	False	False	0.9999675750732422	0	rep_cluster_1736	MOBM			mobilizable	plasmid	26993.0	99.51100000000001	97.0	0.6153670770633834	CP022465.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 plasmid unnamed, complete sequence	False	True
ISR0042_000000006114	4141	0.9014540599580088	7	5	3	3	4	True	109275	maximal	True	ISR0042_000000006114	1.0		0	0	False	False	0.997585117816925	0					non-mobilizable	no_good_hit	2875.0	86.574	80.0	0.34360703106188295	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0009_000000001489	14040	0.9014477597005937	20	13	9	10	10	True	126208	backbone	False	ISR0395_000000002325	0.3391820835346194	PS943|PS946|PS949	0	0	True	True	0.9999287724494934	5					non-mobilizable	no_good_hit	1607.0	73.367	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0073_000000002639	8922	0.9014372782985672	10	5	2	3	3	False	130743	maximal	True	ISR0073_000000002639	1.0	PS1125|PS1126|PS140|PS493|PS494	1	1	True	True	0.9989912509918213	13					non-mobilizable	no_good_hit	4342.0	91.087	75.0	0.6624673528959901	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
FIJ0020_000000003477	6569	0.9014372782985672	10	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.868575327373835	PS1125|PS140|PS493|PS494	0	0	True	True	0.9998477697372437	1					non-mobilizable	plasmid	4681.0	94.531	97.0	0.7173144876325088	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0235_000000000638	5830	0.901436530880004	7	4	3	3	2	True	81405	maximal	False	ISR0822_000000000884	0.9918717882737721		0	0	True	True	1.0	58					non-mobilizable	plasmid	3964.0	98.436	100.0	0.6913278659919735	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
AST0002_000000022132	1689	0.9014230453477136	3	2	2	2	2	False	131636	fragment	False	AST0002_000000022132	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	71.165	63.0	0.00030090521372218613	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0061_000000012231	3287	0.9014066433263108	5	5	3	4	4	False	128455	fragment	False	ENG0127_000000007378	0.6383702839362115		0	0	False	False	0.9972619414329529	0					non-mobilizable	other	3169.0	99.84200000000001	96.0	0.012152458110845149	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0095_000000024894	1414	0.901405766885574	3	3	2	2	1	False	78279	fragment	False	FIJ0067_000000022687	0.9340544312630844		0	0	False	False	0.99929279088974	0					non-mobilizable	no_good_hit								True	False
SPA0122_000000014938	1663	0.9013997180103932	2	2	2	2	1	True	126068	fragment	False	ISR0062_000000022030	0.976836026307132		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	99.88	100.0	0.012595775640588409	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0010_000000018102	1655	0.9013997180103932	2	2	2	2	1	True	126068	fragment	False	ISR0062_000000022030	0.9728599882554683		0	0	False	False	1.0	0					non-mobilizable	other	1655.0	99.94	100.0	0.012535146154953807	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0126_000000014167	1279	0.9013997180103932	3	2	2	2	1	True	58765	fragment	False	ENG0126_000000014167	0.9818986323411102		0	0	False	False	0.9781078696250916	0					non-mobilizable	other	1279.0	100.0	100.0	0.00968556033012755	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0179_000000018014	1243	0.9013997180103932	3	2	2	2	1	True	58765	fragment	False	ENG0126_000000014167	0.9683346364347146		0	0	False	False	0.9485116600990295	0					non-mobilizable	other	1238.0	99.758	99.0	0.009374834216250218	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
USA0086_01_000000007913	2218	0.9013788878551908	2	2	2	2	2	False	444	fragment	False	USA0086_01_000000007913	1.0		0	0	False	False	0.9896302819252014	0					non-mobilizable	other	2188.0	92.505	99.0	0.06778136245191711	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
SPA0117_000000025119	1494	0.9013736203273016	3	2	1	2	1	False	4295	fragment	False	SPA0117_000000025119	1.0		0	0	False	False	0.9993306398391724	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000010348	2277	0.901369715421448	3	2	1	1	2	False	104873	fragment	False	ISR0820_000000010348	1.0		0	0	False	False	0.9947299361228943	0					non-mobilizable	no_good_hit	1593.0	97.363	70.0	0.1281968535699879	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
FIJ0093_000000007174	2827	0.9013651357884338	3	2	1	2	1	False	96650	fragment	False	FIJ0139_000000009032	0.9930216329378925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	95.205	5.0	2.6630366110600133e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
MON0093_000000016357	2623	0.9013594059012132	5	4	4	4	3	False	69458	fragment	False	MON0093_000000016357	0.9772450223486387		0	0	False	False	0.9855127930641174	0					non-mobilizable	no_good_hit	1317.0	71.83	49.0	0.006445894770767867	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
SPA0055_000000014601	2157	0.9013571425569884	4	1	1	1	1	False	6433	maximal	True	SPA0055_000000014601	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	95.181	4.0	0.00010623675319497199	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
SPA0054_000000015385	1929	0.9013571425569884	4	1	1	1	1	False	6432	fragment	False	SPA0054_000000015385	1.0		0	0	False	False	0.9751166701316833	0					non-mobilizable	no_good_hit	56.0	100.0	3.0	0.00012261185545176895	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0102_000000005100	4916	0.9013550751577316	5	3	2	3	2	False	115570	fragment	False	ENG0102_000000005100	1.0		0	0	False	False	0.9993897676467896	0					non-mobilizable	no_good_hit	3149.0	97.523	72.0	0.018237560398440277	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
DEN0073_000000032294	1643	0.9013515836380211	2	1	1	1	1	True	70134	maximal	True	DEN0073_000000032294	1.0		4	3	False	False	0.9817407131195068	0					non-mobilizable	no_good_hit	849.0	94.346	52.0	0.058794980239894615	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ENG0211_000000003934	8205	0.9013415000333901	10	7	3	6	4	False	111826	maximal	False	ENG0171_000000002670	0.9957901316725611		0	0	True	True	0.9995124936103821	14					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
DEN0033_000000010142	2376	0.9013367825123204	3	1	1	1	1	False	73618	maximal	True	DEN0033_000000010142	1.0		1	1	False	False	0.9991582632064819	0					non-mobilizable	no_good_hit	953.0	73.557	40.0	0.000170065356007992	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0110_000000000265	38663	0.9013352212386052	42	15	6	8	10	False	71600	fragment	False	SPA0023_000000000133	0.6552410016075857		0	0	False	False	0.9999741315841675	0					non-mobilizable	no_good_hit	682.0	87.39	2.0	0.00019595992097829222	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0056_000000007044	4615	0.9013206749324488	2	2	1	2	1	False	6384	fragment	False	SPA0056_000000007044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	100.0	6.0	3.866517017136241e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0102_000000019157	1643	0.9013190060465174	1	1	1	1	1	False	108213	fragment	False	AST0102_000000019157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	70.81	32.0	0.005471322902747235	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
CHI0071_000000004336	2363	0.9013103148338956	4	3	2	2	3	False	94131	fragment	False	CHI0071_000000004336	0.9365081032837944		0	0	False	False	1.0	0					non-mobilizable	chromosome	2362.0	96.105	99.0	0.0003637661199642091	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0212_000000027838	1299	0.9013056120447198	3	1	1	1	1	False	28318	fragment	False	ISR0212_000000027838	1.0		0	0	False	False	0.9876828193664551	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000002125	13371	0.9013014206518296	24	2	1	2	1	True	78169	fragment	False	ISR0134_000000002125	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	6783.0	94.516	98.0	0.06943800546025859	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0123_000000005789	1870	0.9012970824705628	3	2	2	1	2	False	58970	fragment	False	ENG0123_000000005789	1.0		0	0	False	False	0.9839572310447693	0					non-mobilizable	other	1851.0	99.89200000000001	99.0	0.0005571513843555505	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0255_000000012931	2403	0.9012928360958452	3	3	3	3	3	False	74585	fragment	False	ISR0025_000000015045	0.9565285749960521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	98.0	2.0	1.6493113115491847e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0066_000000000472	27062	0.9012916478494516	23	15	10	12	5	True	75083	fragment	False	ENG0066_000000000472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.0839052096193063e-05	CP020296.1	budding yeasts	Saccharomyces paradoxus strain UFRJ50816 chromosome IV, complete sequence	True	True
USA0082_01_000000010471	2847	0.9012916203699219	2	1	1	1	1	False	103415	fragment	False	USA0082_01_000000010471	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0099_000000005883	3858	0.9012897969525469	5	2	1	2	2	True	42807	fragment	False	FIJ0099_000000005883	1.0		0	0	False	False	0.9989631772041321	0					non-mobilizable	plasmid	3858.0	99.819	100.0	0.012289427651052901	MH733011.1	enterobacteria	Klebsiella pneumoniae strain KP16103 plasmid pKP16103-MCR-1, complete sequence	False	True
ISR0027_000000016041	1608	0.9012897677187324	2	2	2	1	1	False	37230	maximal	True	ISR0027_000000016041	1.0		0	0	False	False	0.9626865386962891	0					non-mobilizable	no_good_hit	1150.0	76.696	71.0	0.025389408099688475	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
USA0023_01_000000020185	1507	0.9012826633961591	2	1	1	1	1	False	1696	fragment	False	USA0023_01_000000020185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	82.11200000000001	61.0	0.0002523209150255328	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
DEN0079_000000001913	13125	0.9012816359879358	19	13	9	11	11	True	126208	backbone	False	ISR0395_000000002325	0.09878888943952872	PS943|PS946|PS949	0	0	True	True	1.0	165					non-mobilizable	no_good_hit	369.0	78.862	3.0	0.04496201270394819	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0778_000000005967	2226	0.901276637887984	2	2	2	2	2	False	131401	fragment	False	CHI0169_000000006610	0.9592649497767677		0	0	False	False	0.9955076575279236	0					non-mobilizable	no_good_hit	807.0	74.845	36.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ISR0385_000000014596	1596	0.9012733338763016	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.7000763824379815		0	0	False	False	0.9824561476707458	0					non-mobilizable	other	1588.0	97.92200000000001	100.0	0.0004404307668382847	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0122_000000005270	5103	0.9012660950773584	8	3	2	2	2	False	83075	maximal	True	ENG0122_000000005270	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	96.816	31.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
CHI0137_000000000238	28849	0.9012575843850096	37	17	6	7	15	False	104034	fragment	False	CHI0137_000000000238	1.0		0	0	False	False	0.9999653100967407	0					non-mobilizable	no_good_hit	6827.0	99.07700000000001	63.0	0.001515484686341536	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0184_000000008518	2638	0.9012511306061556	4	4	4	4	3	False	95516	fragment	False	ENG0184_000000008518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	99.81700000000001	60.0	0.0003107633602585551	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
FIJ0042_000000001990	10200	0.9012425820039228	12	7	5	7	6	False	49535	fragment	False	FIJ0042_000000001990	1.0		0	0	False	False	0.9985294342041016	0					non-mobilizable	no_good_hit	1998.0	83.083	20.0	0.011462209268837767	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0022_000000017833	1471	0.9012267308760351	2	2	2	2	2	False	37577	fragment	False	ISR0022_000000017833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	79.132	76.0	0.0001973170256493538	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
DEN0041_000000012692	2674	0.9012195616043788	4	3	3	2	2	True	84217	fragment	False	DEN0069_000000009152	0.4685424676686473		0	0	False	False	0.9981301426887512	0					non-mobilizable	other	2479.0	97.86200000000001	98.0	0.000688138360797774	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MAD0004_000000004817	2117	0.9012195382101305	3	3	3	3	3	False	20032	fragment	False	MAD0041_000000014251	0.6893526987853228		0	0	False	False	0.9985828995704651	0					non-mobilizable	other	2110.0	97.346	99.0	0.0010040275357765145	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
DEN0001_000000027886	1574	0.9012097863683249	1	1	1	1	1	False	76810	fragment	False	DEN0001_000000027886	1.0		0	0	False	False	0.9974586963653564	0					non-mobilizable	other	1482.0	98.65	94.0	0.0004486047664786525	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
SPA0145_000000006693	4846	0.90120470206885	6	6	6	5	5	False	87600	maximal	True	SPA0145_000000006693	0.9683434518647008		8	5	False	False	0.9964919686317444	0					non-mobilizable	no_good_hit	1746.0	77.32	41.0	0.003821479486773325	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0036_01_000000004695	8377	0.901204558212798	10	7	6	6	6	False	119425	maximal	True	USA0036_01_000000004695	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1358.0	75.479	16.0	0.00046916413494638425	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0207_000000002596	6127	0.901202696405206	13	8	3	6	8	True	53908	fragment	False	ENG0207_000000002596	1.0		0	0	False	False	0.999836802482605	0					non-mobilizable	other	6137.0	98.58200000000001	100.0	0.0028328624983140474	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
ENG0077_000000002125	9572	0.9012023611111468	13	9	6	6	6	True	124310	maximal	True	ENG0077_000000002125	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	6283.0	100.0	66.0	0.012457760220836705	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
DEN0092_000000006707	2246	0.9012006254725716	3	3	3	3	3	False	89180	fragment	False	DEN0092_000000006707	0.8650603614667083		0	0	False	False	0.9861977100372314	0					non-mobilizable	other	2099.0	99.19	93.0	0.0007397422467220215	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0373_000000010702	1553	0.9011862021986636	2	2	0	1	2	True	23434	fragment	False	ISR0373_000000010702	1.0		0	0	False	False	1.0	0	Inc11				non-mobilizable	plasmid	1553.0	99.09899999999999	100.0	0.5641681901279707	CP043521.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_09, complete sequence	False	True
DEN0058_000000001313	1922	0.9011827380040318	5	2	1	1	2	False	86286	fragment	False	DEN0058_000000001313	1.0		0	0	False	False	0.9937565326690674	0					non-mobilizable	chromosome	1927.0	92.631	100.0	0.0004294957071680373	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
DEN0026_000000005168	5542	0.9011819622044228	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.7850903554231666		0	0	False	False	0.9967520833015442	0					non-mobilizable	chromosome	5542.0	99.729	100.0	0.0010843461203070377	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
SPA0097_000000009672	3356	0.9011704913693784	4	3	3	3	3	False	5124	maximal	True	SPA0097_000000009672	1.0		7	4	False	False	0.9997020363807678	0					non-mobilizable	no_good_hit	2536.0	93.809	89.0	0.000523561615702055	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
FIJ0043_000000002958	8016	0.9011625715279896	11	8	6	7	4	False	116174	fragment	False	FIJ0043_000000002958	0.9836609816430153		0	0	False	False	0.9998752474784851	0					non-mobilizable	no_good_hit	1669.0	95.986	46.0	0.0003771619502191476	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0161_000000017117	1213	0.9011622952645276	1	1	1	1	1	False	56386	maximal	True	ENG0161_000000017117	1.0		3	3	False	False	0.9769167304039001	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0274660604977423e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0011_01_000000004999	7462	0.901160520309524	6	4	4	4	3	True	125303	fragment	False	USA0011_01_000000004999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	86.49	27.0	0.0018003625817324884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0159_000000003638	6414	0.901160520309524	5	4	4	4	3	True	125301	fragment	False	ISR0159_000000003638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	75.77	31.0	0.012032194470241295	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	True
CHI0029_000000002288	5084	0.9011580397315614	2	1	1	1	1	False	88624	fragment	False	CHI0029_000000002288	1.0		0	0	False	False	0.9970495700836182	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.072838698701911e-06	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	False
SPA0072_000000006335	3243	0.9011580397315614	2	1	1	1	1	False	5875	fragment	False	SPA0072_000000006335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000021591	2236	0.9011567442563844	2	2	2	2	2	False	94215	fragment	False	CAN0012_000000021591	1.0		0	0	False	False	0.998658299446106	0					non-mobilizable	chromosome	2250.0	88.178	99.0	0.0007960731332975487	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ENG0190_000000015711	1920	0.901152914664022	3	2	1	1	2	False	54809	maximal	True	ENG0190_000000015711	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	71.35	28.0	0.0029653398246244915	NZ_LROS01000055.1	firmicutes	Clostridium ragsdalei P11 CLRAG_contig000055, whole genome shotgun sequence	True	False
ITA0002_000000002919	2866	0.9011211348044756	4	3	2	2	3	False	20431	maximal	True	ITA0002_000000002919	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005150312833816572	NZ_PXYK01000037.1	a-proteobacteria	Mesorhizobium ephedrae strain 6GN-30 ZB100036, whole genome shotgun sequence	True	False
ISR0790_000000002460	6160	0.9011139713099238	13	2	1	1	1	False	22084	maximal	True	ISR0790_000000002460	1.0		1	1	False	False	0.9996753334999084	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.733823459892835e-07	AP023168.1	carnivores	Felis catus Senzu DNA, chromosome: F1, American Shorthair breed	True	False
ENG0039_000000007814	3118	0.9011139713099238	5	2	1	1	1	False	64955	maximal	True	ENG0039_000000007814	1.0		1	1	False	False	0.9996792674064636	0					non-mobilizable	no_good_hit	50.0	86.0	2.0	9.181289144808823e-06	CP007626.1	firmicutes	Bacillus pseudomycoides strain 219298, complete genome	True	False
ISR0150_000000002102	9582	0.9011138853221464	13	4	3	4	2	True	121713	fragment	False	ISR0150_000000002102	0.9897716203052278		0	0	False	False	0.9993738532066345	0					non-mobilizable	no_good_hit	84.0	97.619	1.0	2.1825374390631604e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0160_000000002839	8312	0.90109769262546	11	8	4	5	8	True	123413	fragment	False	ISR0160_000000002839	0.9947978573028555		0	0	False	False	1.0	0					non-mobilizable	plasmid	7961.0	99.887	100.0	0.7600496514847703	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
ENG0126_000000002813	7829	0.90109769262546	11	8	4	5	8	True	123413	fragment	False	ISR0160_000000002839	0.9755204058153427		0	0	False	False	0.9946353435516357	0					non-mobilizable	plasmid	7459.0	99.98700000000001	99.0	0.7121168719564595	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0126_000000004263	7815	0.90109769262546	11	8	4	5	8	True	123413	fragment	False	ISR0160_000000002839	0.9710821793457877		0	0	False	False	1.0	0					non-mobilizable	plasmid	7363.0	99.986	99.0	0.7029504439988542	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
DEN0031_000000020147	1717	0.901085599801408	3	3	3	3	3	False	73730	fragment	False	DEN0031_000000020147	1.0		0	0	False	False	0.9988352060317993	0					non-mobilizable	other	1703.0	99.941	99.0	0.005404358415017893	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ISR0164_000000000785	19867	0.9010716027713432	38	9	6	8	6	False	48250	maximal	True	ISR0164_000000000785	1.0		1	1	False	False	0.9999496936798096	0					non-mobilizable	no_good_hit	1144.0	87.587	9.0	0.0003880503595582206	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0177_000000025077	1275	0.9010706374512082	2	2	2	2	1	False	29735	maximal	True	ISR0177_000000025077	1.0		0	0	False	False	0.9505882263183594	0					non-mobilizable	no_good_hit	1130.0	98.40700000000001	89.0	0.000969141970285369	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
TAN0008_000000004940	3227	0.901066107867424	4	2	2	2	2	False	18734	fragment	False	TAN0008_000000004940	1.0		0	0	False	False	0.9931825399398804	0					non-mobilizable	no_good_hit	87.0	90.805	3.0	0.000881481709254533	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
MAD0036_000000010548	2659	0.901066107867424	4	2	2	2	2	False	18733	fragment	False	MAD0036_000000010548	1.0		0	0	False	False	0.9996238946914673	0					non-mobilizable	no_good_hit	76.0	88.15799999999999	3.0	0.000768734048768488	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
CHI0178_000000002930	3986	0.9010576314482638	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3979544705378132		0	0	False	False	1.0	0					non-mobilizable	other	2262.0	98.14299999999999	100.0	0.0006804427213252856	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0360_000000000323	41789	0.901056639866766	40	21	14	19	11	True	62979	maximal	True	ISR0360_000000000323	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1646.0	93.86399999999999	12.0	0.02785136879288092	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0206_000000020782	1254	0.9010498297033512	1	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.3343847888746374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	9.70404932853687e-06	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0037_000000002138	6122	0.9010485713194716	8	8	4	4	8	False	82341	maximal	True	MAD0037_000000002138	0.9852134906130587		2	2	False	True	0.9977131485939026	0					non-mobilizable	plasmid	6048.0	100.0	100.0	0.01403573111373654	CP031818.1	enterobacteria	Klebsiella pneumoniae strain INF235-sc-2280127 plasmid unnamed1, complete sequence	False	True
CAN0012_000000034296	1320	0.9010467510560444	2	2	2	2	2	False	94054	fragment	False	CAN0012_000000034296	1.0		0	0	False	False	0.989393949508667	0					non-mobilizable	no_good_hit								True	False
FIJ0024_000000007681	2661	0.9010400435750654	5	5	5	3	3	False	49233	fragment	False	FIJ0024_000000007681	1.0		0	0	False	False	0.985343873500824	0					non-mobilizable	chromosome	2669.0	89.397	100.0	0.001071021427689716	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0019_000000009543	1989	0.9010352701989494	3	3	2	2	2	False	104821	fragment	False	ENG0019_000000009543	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1427.0	99.72	100.0	0.00028461130996646535	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0096_000000038085	1201	0.901033899957044	2	1	1	1	1	True	68106	fragment	False	DEN0096_000000038085	1.0		0	0	False	False	0.9950041770935059	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.384383799214708e-05	NZ_SOAW01000002.1	high GC Gram+	Naumannella halotolerans strain DSM 24323 Ga0181006_12, whole genome shotgun sequence	True	True
SPA0143_000000005148	3541	0.9010272341034856	5	5	4	5	4	False	102814	fragment	False	SPA0143_000000005148	1.0		0	0	False	False	0.9994351863861084	0					non-mobilizable	other	3492.0	99.542	99.0	0.0015332573219515365	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0388_000000027738	1271	0.9010109461702412	2	2	2	2	2	False	22929	fragment	False	ISR0388_000000027738	1.0		0	0	False	False	0.9960660934448242	0					non-mobilizable	other	1271.0	99.37100000000001	100.0	0.00046085375973503633	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0050_000000004473	2160	0.9010050046643924	3	3	3	3	3	False	86701	fragment	False	MON0079_000000010080	0.968859649122807		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	100.0	100.0	0.00045917207383078604	AP021894.1	enterobacteria	Escherichia coli 2018-10-1CC DNA, complete genome	False	False
CAN0016_000000017300	2801	0.9010030898765802	3	3	3	3	2	False	92942	fragment	False	CAN0016_000000017300	1.0		0	0	False	False	0.9992859959602356	0					non-mobilizable	no_good_hit	834.0	93.525	67.0	0.00029428190081318834	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0069_000000019676	2491	0.9010002508193966	5	5	4	5	3	False	94567	fragment	False	MON0069_000000019676	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2440.0	99.631	98.0	0.0004970330854077689	CP022279.1	enterobacteria	Escherichia coli strain STEC299 chromosome, complete genome	False	False
DEN0022_000000016995	2347	0.9009935064806408	3	3	3	2	2	True	91785	fragment	False	ENG0191_000000011364	0.7028416061512175		0	0	False	False	0.9991478323936462	0					non-mobilizable	no_good_hit	198.0	84.34299999999999	8.0	6.86666675961647e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0044_000000004761	4909	0.9009928448213615	7	6	3	4	6	False	97717	maximal	True	MAD0044_000000004761	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	4439.0	99.955	100.0	0.047126034001253016	AP022179.1	enterobacteria	Escherichia coli plasmid pWP7-S17-ESBL-04_2 DNA, complete genome, strain: WP7-S17-ESBL-04	False	True
MAD0001_000000016138	1601	0.9009809170658392	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9257003898579429		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.29299999999999	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0111_000000008114	2655	0.900967497401062	4	4	4	4	4	False	97776	fragment	False	FIJ0111_000000008114	1.0		0	0	False	False	0.9947269558906555	0					non-mobilizable	other	2655.0	99.962	100.0	0.01843593270259381	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
AST0003_000000000589	33404	0.9009661895760942	31	11	6	11	6	True	130797	fragment	False	AST0003_000000000589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	92.008	3.0	0.00023946766526568655	NZ_CP008813.1	firmicutes	Streptococcus agalactiae strain C001 chromosome, complete genome	True	True
ISR0192_000000001245	14031	0.9009614175512008	13	12	8	10	10	True	34901	maximal	True	ISR0192_000000001245	1.0		1	1	False	False	1.0	0	rep_cluster_342	MOBP		MOBP	mobilizable	no_good_hit	5074.0	98.522	73.0	0.2616402253113534	CP016722.1	firmicutes	Lactococcus lactis subsp. lactis strain UC11 plasmid pUC11C, complete sequence	True	True
FIJ0161_000000001937	7603	0.9009603908683717	6	4	3	4	1	True	127363	fragment	False	MAD0035_000000002553	0.8719373401515452		0	0	False	False	1.0	0					non-mobilizable	other	7356.0	96.45200000000001	97.0	0.07985001630257581	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0069_01_000000008246	7346	0.9009603908683717	6	4	3	4	1	True	127366	fragment	False	USA0069_01_000000008246	1.0		0	0	False	False	0.9991832375526428	0					non-mobilizable	no_good_hit	3080.0	91.36399999999999	87.0	0.033235517878491466	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0001_000000004817	4064	0.9009600338906406	6	5	3	4	5	True	120915	fragment	False	FIJ0001_000000004817	0.9831878850102669		0	0	False	False	1.0	0					non-mobilizable	other	3814.0	96.35600000000001	98.0	0.0010818394051841994	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0092_000000015083	2845	0.900956951115414	5	3	2	2	1	False	78281	maximal	True	SPA0092_000000015083	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	87.62899999999999	3.0	2.329190071962166e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0155_000000007789	2901	0.9009552236873316	5	5	2	4	4	True	126935	fragment	False	ENG0155_000000007789	0.9885872530723029		0	0	False	False	1.0	0					non-mobilizable	other	2901.0	99.897	100.0	0.0035722476922811336	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ENG0142_000000015386	2164	0.9009526114409216	3	3	3	3	2	True	57689	maximal	True	ENG0142_000000015386	1.0		4	2	False	False	0.9981516003608704	0					non-mobilizable	no_good_hit								True	True
SPA0027_000000028314	1329	0.9009472219425302	3	2	2	2	2	False	66670	fragment	False	SPA0046_000000023620	0.9707941305268045		0	0	False	False	0.9774266481399536	0					non-mobilizable	other	1329.0	100.0	100.0	0.016776361500271605	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
ISR0175_000000011802	1776	0.9009452638539692	1	1	1	1	1	False	118074	fragment	False	ISR0082_000000016510	0.9183067485465776		0	0	False	False	0.9994369149208069	0					non-mobilizable	no_good_hit								True	False
SPA0066_000000003117	5219	0.9009432343478446	7	4	1	2	2	False	125164	maximal	False	ENG0191_000000004413	0.7960442229132698		0	0	False	True	1.0	0	rep_cluster_233	MOBQ			mobilizable	plasmid	3049.0	94.064	100.0	0.5235061133115205	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
MAD0056_000000003355	3638	0.9009432343478446	4	4	1	2	2	False	125136	fragment	False	FIJ0079_000000007873	0.9214129244249727		0	0	False	False	0.9961517453193665	0	rep_cluster_233				non-mobilizable	other	1608.0	99.005	97.0	0.282773183177899	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
FIJ0162_000000008045	2793	0.9009421549210308	2	2	2	2	2	False	116268	fragment	False	FIJ0162_000000008045	0.9857470599375331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
ISR0106_000000007455	3149	0.9009376301450384	2	2	2	2	2	False	62771	fragment	False	ISR0106_000000007455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	99.34	43.0	0.005481753677670466	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0141_000000014330	2317	0.9009376301450384	2	2	2	2	2	False	62770	fragment	False	ISR0141_000000014330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	97.74600000000001	30.0	0.0001406161056827629	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
ENG0066_000000010504	1910	0.9009376301450384	2	2	2	2	2	False	62769	fragment	False	ENG0066_000000010504	0.997223764575236		0	0	False	False	0.9947643876075745	0					non-mobilizable	no_good_hit	393.0	79.135	20.0	0.0008969290529119146	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	False
ENG0012_000000009864	2419	0.9009372382686436	3	3	3	3	3	False	91607	fragment	False	CAN0021_000000015761	0.7270499284142818		0	0	False	False	1.0	0					non-mobilizable	other	2419.0	99.256	100.0	0.016417829341520737	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ISR0297_000000002239	5043	0.9009358965927616	6	5	5	5	3	False	25660	maximal	True	ISR0297_000000002239	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	1.0	4.841911586694427e-05	NZ_FNHB01000001.1	firmicutes	Dendrosporobacter quercicolus strain DSM 1736, whole genome shotgun sequence	True	False
ENG0003_000000005500	4126	0.9009308354879888	4	4	3	4	2	False	115574	maximal	True	ENG0003_000000005500	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2521.0	94.288	70.0	0.0007908307757674825	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0027_000000004714	5531	0.9009208089572576	5	5	5	4	4	False	41240	maximal	True	ISR0027_000000004714	1.0		1	1	False	False	0.9980112314224243	0					non-mobilizable	no_good_hit	207.0	75.845	4.0	6.215126024692114e-05	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
USA0121_01_000000013389	3531	0.900919557107604	6	5	5	4	3	False	191	maximal	True	USA0121_01_000000013389	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	84.914	45.0	0.00019195274123510791	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0098_000000004642	4776	0.9009191567624621	6	6	4	4	6	True	97703	maximal	True	FIJ0098_000000004642	1.0		1	1	False	False	0.9976968169212341	0	IncFIA				non-mobilizable	chromosome	1557.0	96.339	97.0	0.0002573507994259174	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
ISR0824_000000000926	9946	0.9009099130722727	10	9	4	8	4	False	21173	maximal	True	ISR0824_000000000926	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	77.096	13.0	0.003929325520153733	NZ_JHXL01000001.1	mycoplasmas	Acholeplasma equifetale ATCC 29724 T434DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
CHI0120_000000003840	3453	0.9009073495176004	4	4	3	4	3	False	130924	fragment	False	CHI0120_000000003840	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1722.0	85.01700000000001	50.0	0.020287834388883638	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
FIJ0106_000000005398	4524	0.9008914954278694	6	4	3	4	3	False	71128	fragment	False	FIJ0106_000000005398	0.9588127393508687		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0149_000000002695	6019	0.9008872442189236	8	8	4	4	8	False	82341	maximal	False	MAD0037_000000002138	0.9770499836654688		0	0	True	True	1.0	15					non-mobilizable	chromosome	5988.0	99.98299999999999	100.0	0.0011708328656129497	CP061764.1	enterobacteria	Escherichia coli O19:H7 strain 97.3 chromosome, complete genome	False	True
CHI0159_000000004287	3253	0.9008798373108032	5	3	2	2	2	True	124841	fragment	False	AST0061_000000012624	0.9324685385790309		0	0	False	False	0.9981555342674255	0					non-mobilizable	no_good_hit	112.0	78.571	3.0	0.00025957510650914347	NZ_MKIP01000037.1	a-proteobacteria	Rhizobium oryzae strain 1.7048 scaffold11, whole genome shotgun sequence	True	True
MON0004_000000027139	1647	0.9008780706039832	3	2	2	1	1	False	59794	fragment	False	ENG0110_000000015770	0.6372039283651069		0	0	False	False	1.0	0					non-mobilizable	other	1589.0	99.182	96.0	0.00042196817328968034	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MAD0107_000000017413	2237	0.90087549456535	4	2	1	2	1	False	14688	maximal	True	MAD0107_000000017413	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	3.0	0.00018356601130380175	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	False
ENG0078_000000003086	8210	0.9008734618025382	9	4	1	2	3	False	61953	maximal	True	ENG0078_000000003086	1.0		2	2	True	True	0.998903751373291	7					non-mobilizable	no_good_hit	1150.0	76.435	14.0	0.07809365705194715	NZ_LFVU01000020.1	firmicutes	Clostridium cylindrosporum DSM 605 CLCY_16c, whole genome shotgun sequence	True	True
ISR0246_000000012330	1814	0.9008666359021926	3	3	2	3	1	False	77251	fragment	False	ISR0246_000000012330	0.9802841683419776		0	0	False	False	0.981256902217865	0					non-mobilizable	chromosome	1674.0	98.865	92.0	0.0005903552258788018	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0045_000000002893	9767	0.9008657414889368	15	12	5	8	9	False	72983	maximal	True	DEN0045_000000002893	1.0		1	1	False	False	0.9998975992202759	0					non-mobilizable	no_good_hit	3461.0	96.677	39.0	0.0008112561436390047	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
SPA0023_000000004961	4657	0.9008621674320216	6	3	1	1	3	True	92234	fragment	False	SPA0023_000000004961	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	4330.0	99.977	100.0	0.6896606659232117	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
AUS0004_000000006812	3120	0.9008560376545182	3	3	1	2	2	True	102481	backbone	True	AUS0004_000000006812	0.9932659932659932	PS600	3	2	True	True	1.0	53					non-mobilizable	plasmid	2457.0	99.959	100.0	0.8076290693850707	HG796359.1	bacteria	Uncultured bacterium plasmid pRGI00727	False	True
DEN0070_000000010736	3120	0.9008560376545182	4	3	1	2	2	True	102481	backbone	False	AUS0004_000000006812	0.9928451178451178	PS600	0	0	True	True	1.0	104					non-mobilizable	plasmid	2322.0	99.95700000000001	100.0	0.7632357777047024	HG796359.1	bacteria	Uncultured bacterium plasmid pRGI00727	False	True
ISR0832_000000004292	3089	0.9008560376545182	4	3	1	2	2	True	102481	backbone	False	AUS0004_000000006812	0.9860184302510326	PS600	0	0	True	True	1.0	24					non-mobilizable	plasmid	2600.0	97.80799999999999	100.0	0.8467609339033213	HG796359.1	bacteria	Uncultured bacterium plasmid pRGI00727	False	True
ISR0117_000000003091	8666	0.900854434590156	10	5	1	3	3	True	72772	fragment	False	ISR0117_000000003091	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8667.0	99.885	100.0	0.001554303129286059	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0122_000000001047	15564	0.9008541023380237	20	8	6	6	3	True	51465	fragment	False	MAD0002_000000001147	0.9769894534995206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	97.436	1.0	1.543986573332344e-05	AP022378.1	enterobacteria	Citrobacter portucalensis IOMTU157 DNA, complete genome	True	True
DEN0029_000000001490	7310	0.900844041295644	7	7	6	6	5	False	84687	fragment	False	FIJ0105_000000003339	0.9698673949937311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	85.084	35.0	0.0005769078299964089	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0800_000000003320	3254	0.900837020126789	4	2	2	1	1	False	21895	maximal	True	ISR0800_000000003320	1.0		9	1	False	False	0.9996926784515381	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.327538245678788e-06	CP037934.1	g-proteobacteria	Marinobacter sp. JH2 chromosome, complete genome	True	False
SPA0135_000000012817	1644	0.9008357244452148	3	2	2	2	1	False	86638	fragment	False	CHI0134_000000008218	0.4192678776730365		0	0	False	False	0.9945255517959595	0					non-mobilizable	other	1644.0	99.51299999999999	100.0	0.003031941494416836	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0149_000000025351	1580	0.9008357244452148	2	2	2	2	1	False	86638	fragment	False	CHI0134_000000008218	0.48130953861662507		0	0	False	False	0.994303822517395	0					non-mobilizable	other	1580.0	99.684	100.0	0.002913837869558237	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
USA0045_01_000000009158	1574	0.9008357244452148	2	2	2	2	1	False	86638	fragment	False	CHI0134_000000008218	0.48074375376831635		0	0	False	False	0.9993646740913391	0					non-mobilizable	other	1574.0	99.74600000000001	100.0	0.0029027656547277437	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
DEN0063_000000034525	1460	0.9008357244452148	2	2	2	2	1	False	86638	fragment	False	CHI0134_000000008218	0.2981781323170209		0	0	False	False	0.9883561730384827	0					non-mobilizable	other	1449.0	99.51700000000001	99.0	0.002672094512425793	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
FIJ0033_000000026783	1436	0.9008266250792164	2	1	1	1	1	False	48255	maximal	True	FIJ0033_000000026783	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000011725	2367	0.9008211626961004	4	2	2	1	2	False	84832	fragment	False	ISR0089_000000011725	1.0		0	0	False	False	0.999577522277832	0					non-mobilizable	other	2322.0	96.512	98.0	0.015637343272093825	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0068_000000005370	3712	0.9008202459612571	2	1	1	1	1	True	67196	fragment	False	ISR0068_000000005370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0397_000000006031	3327	0.9008202459612571	4	1	1	1	1	True	132096	backbone	False	ISR0100_000000003479	0.04615596545508994	PS1138|PS888	0	0	True	True	1.0	335					non-mobilizable	no_good_hit	584.0	94.178	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0020_000000008780	3318	0.9008202459612571	1	1	1	1	1	True	120576	fragment	False	SPA0020_000000008780	0.961447986877916		0	0	False	False	0.9984930753707886	0					non-mobilizable	no_good_hit								True	True
ISR0228_000000007618	3308	0.9008202459612571	4	1	1	1	1	True	132096	backbone	False	ISR0100_000000003479	0.05280645642112441	PS1138|PS888	0	0	True	True	1.0	120					non-mobilizable	no_good_hit	584.0	94.178	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0396_000000006784	3308	0.9008202459612571	4	1	1	1	1	True	132096	backbone	False	ISR0100_000000003479	0.046165561267268486	PS1138|PS888	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	535.0	93.645	20.0	0.9143835616438356	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CAN0015_000000012139	3277	0.9008202459612571	4	1	1	1	1	True	132096	backbone	False	ISR0100_000000003479	0.045715587463432454	PS1138|PS888	0	0	True	True	0.9990845322608948	24					non-mobilizable	no_good_hit	584.0	94.007	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0809_000000002283	3266	0.9008202459612571	3	1	1	1	1	True	132096	backbone	False	ISR0100_000000003479	0.04590946267850793	PS1138|PS888	0	0	True	True	0.9990814328193665	9					non-mobilizable	no_good_hit	472.0	94.492	19.0	0.8065068493150684	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0177_000000008372	3198	0.9008202459612571	1	1	1	1	1	True	120576	fragment	False	SPA0020_000000008780	0.9507287992717242		0	0	False	False	0.9987491965293884	0					non-mobilizable	no_good_hit								True	True
ISR0065_000000009810	3191	0.9008202459612571	3	1	1	1	1	True	132096	backbone	False	ISR0100_000000003479	0.04573529087467042	PS1138|PS888	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	584.0	94.178	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
AST0025_000000011210	3075	0.9008202459612571	2	1	1	1	1	True	122790	fragment	False	ISR0382_000000002969	0.18357623485754793		0	0	False	False	0.9967479705810547	0					non-mobilizable	other	3080.0	96.59100000000001	99.0	0.033409412020432565	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0089_000000008784	2496	0.9008202459612571	1	1	1	1	1	True	122790	fragment	False	ISR0382_000000002969	0.09981478076148327		0	0	False	False	1.0	0					non-mobilizable	other	2499.0	96.919	100.0	0.027127486142810565	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0316_000000010612	1938	0.9008202459612571	2	1	1	1	1	True	25210	maximal	True	ISR0316_000000010612	1.0		1	1	False	False	0.988132119178772	0					non-mobilizable	no_good_hit	300.0	83.0	23.0	0.04470374299136233	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0351_000000008511	1732	0.9008202459612571	1	1	1	1	1	True	122790	fragment	False	ISR0382_000000002969	0.07051370022105534		0	0	False	False	0.9982678890228271	0					non-mobilizable	other	1685.0	97.448	97.0	0.01829149005542876	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0083_000000015630	1731	0.9008202459612571	2	1	1	1	1	True	122722	maximal	True	ISR0083_000000015630	1.0		0	0	False	False	0.9953783750534058	0					non-mobilizable	no_good_hit	1488.0	99.462	86.0	0.027230941088138883	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CAN0016_000000027658	1698	0.9008202459612571	2	1	1	1	1	True	92798	fragment	False	CAN0016_000000027658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	92.478	13.0	0.17704122877930478	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
FIJ0172_000000017743	1586	0.9008202459612571	2	1	1	1	1	True	122721	fragment	False	ISR0293_000000010219	0.03270454443448286		0	0	False	False	0.994955837726593	0					non-mobilizable	other	1569.0	98.725	99.0	0.028714267401615177	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0162_000000015373	1483	0.9008202459612571	1	1	1	1	1	True	72079	fragment	False	FIJ0162_000000015373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0364_000000012374	1462	0.9008202459612571	2	1	1	1	1	True	23673	fragment	False	ISR0364_000000012374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	88.462	9.0	0.24521072796934865	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
MAD0025_000000009047	1456	0.9008202459612571	2	1	1	1	1	True	19126	fragment	False	MAD0025_000000009047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ITA0004_000000000933	1450	0.9008202459612571	2	1	1	1	1	True	20401	fragment	False	MAD0050_000000016401	0.9560513860716701		0	0	False	False	0.9931034445762634	0					non-mobilizable	no_good_hit	72.0	93.056	5.0	2.0774578659931286e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0144_000000013582	1382	0.9008202459612571	1	1	1	1	1	True	122721	fragment	False	ISR0293_000000010219	0.02605922236045046		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	99.63799999999999	100.0	0.025271485340707237	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0063_000000037837	1344	0.9008202459612571	1	1	1	1	1	True	71412	fragment	False	DEN0063_000000037837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0143_000000014323	1317	0.9008202459612571	2	1	1	1	1	True	122721	fragment	False	ISR0293_000000010219	0.025640726905855983		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	97.64399999999999	99.0	0.024081161755818852	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0146_000000016101	1288	0.9008202459612571	1	1	1	1	1	True	39960	fragment	False	FIJ0146_000000016101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	84.375	5.0	0.0011165065749831637	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0104_000000029709	1278	0.9008202459612571	2	1	1	1	1	True	122721	fragment	False	ISR0293_000000010219	0.012965726703846254		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	99.01899999999999	96.0	0.022378083395901624	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0039_000000012841	1184	0.9008202459612571	1	1	1	1	1	True	122790	fragment	False	ISR0382_000000002969	0.01809224319724195		0	0	False	False	0.9991554021835327	0					non-mobilizable	other	1184.0	99.155	100.0	0.01285729811976959	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0088_000000022804	1182	0.9008202459612571	1	1	1	1	1	True	15868	fragment	False	MAD0088_000000022804	1.0		0	0	False	False	0.9991539716720581	0					non-mobilizable	no_good_hit								True	True
ISR0010_000000018932	1179	0.9008202459612571	1	1	1	1	1	True	70325	fragment	False	ISR0010_000000018932	0.9717391304347827		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	99.83	100.0	0.02157232589228487	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0040_000000021336	1169	0.9008202459612571	1	1	1	1	1	True	120572	fragment	False	ISR0781_000000024208	0.9529343406513509		0	0	False	False	0.9769033193588257	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000027370	1150	0.9008202459612571	2	1	1	1	1	True	70325	fragment	False	ISR0010_000000018932	0.9601357082273113		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	99.383	99.0	0.020748255718131374	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0071_000000039676	1131	0.9008202459612571	2	1	1	1	1	True	70322	fragment	False	ISR0089_000000025589	0.40757230271581063		0	0	False	False	0.987621545791626	0					non-mobilizable	other	1125.0	99.64399999999999	99.0	0.020583441683300677	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0024_000000033149	1109	0.9008202459612571	1	1	1	1	1	True	120572	fragment	False	ISR0781_000000024208	0.5694486590390004		0	0	False	False	0.9909828901290894	0					non-mobilizable	no_good_hit								True	True
SPA0101_000000001303	20706	0.9008165419521597	15	7	4	6	6	True	110953	fragment	False	SPA0101_000000001303	0.9597473833091096		0	0	False	False	0.9999033808708191	0					non-mobilizable	plasmid	20549.0	98.214	99.0	0.12408587073456707	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
FIJ0003_000000009160	2662	0.900812973501194	3	2	1	2	2	True	90936	fragment	False	FIJ0003_000000009160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0055_000000003004	4869	0.900811373846364	4	3	2	2	0	True	120586	fragment	False	CHI0055_000000003004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0105_000000028610	1211	0.9008085328545892	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.008833844644413042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	4.0	1.816440154294596e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0259_000000014705	1263	0.9008039763291036	1	1	1	1	1	False	26733	fragment	False	ISR0259_000000014705	1.0		0	0	False	False	0.9960411787033081	0					non-mobilizable	other	1263.0	99.762	100.0	0.00042497420521068216	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ISR0800_000000011313	1189	0.9008039763291036	1	1	1	1	1	False	26733	fragment	False	ISR0259_000000014705	0.9707046714172605		0	0	False	False	0.9974768757820129	0					non-mobilizable	other	1189.0	99.74799999999999	100.0	0.0004000549570446041	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
FIJ0071_000000023448	1558	0.9008005640222734	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.20260588374562616		0	0	False	False	1.0	0					non-mobilizable	other	849.0	95.995	97.0	0.0002638113649189371	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0093_01_000000008922	1994	0.9007988396100568	3	3	3	3	3	False	33578	maximal	True	USA0093_01_000000008922	0.9678001030396702		222	13	False	False	0.9994984865188599	0					non-mobilizable	no_good_hit	1058.0	77.788	53.0	0.030871812947949714	NZ_FQZY01000045.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0126_000000004917	6766	0.9007879586452882	6	4	3	2	3	False	41165	fragment	False	FIJ0126_000000004917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	73.86399999999999	20.0	0.00029558330249258993	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
CHI0141_000000007236	3807	0.9007853484517429	6	5	4	5	5	True	87084	maximal	True	CHI0141_000000007236	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	2288.0	85.35799999999999	98.0	0.0007964326029936973	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0153_000000002068	11590	0.9007702736420348	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9621988017696689	PS712	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	472.0	69.703	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
USA0135_01_000000002452	5669	0.9007697218297571	5	5	4	4	2	False	106657	fragment	False	USA0057_01_000000004826	0.9592067864447191		0	0	False	False	0.9998236298561096	0					non-mobilizable	chromosome	5669.0	99.63	100.0	0.001584402721280184	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0072_000000005498	3751	0.9007602599501032	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3328863568967667		0	0	False	False	1.0	0					non-mobilizable	chromosome	3751.0	99.25399999999999	100.0	0.0013215064679713763	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0049_000000003645	5456	0.9007569066614836	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.7226058560059189	PS931	0	0	True	True	1.0	327					non-mobilizable	plasmid	5456.0	100.0	100.0	0.040818922619893894	CP020546.1	enterobacteria	Escherichia coli strain ZJ3920 plasmid pZJ3920-1, complete sequence	False	True
ENG0098_000000005243	4828	0.9007496541338432	5	4	0	1	4	False	117761	maximal	True	ENG0098_000000005243	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1577.0	98.351	44.0	0.000675077434722882	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0037_000000003345	8455	0.9007466934739212	10	8	5	5	7	False	95564	maximal	True	ENG0037_000000003345	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	3721.0	81.69800000000001	47.0	0.02130182965444978	NZ_AAXG02000011.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont151, whole genome shotgun sequence	True	False
SPA0038_000000000752	28859	0.900745151890353	34	16	11	14	11	True	116880	fragment	False	SPA0038_000000000752	0.9890041747482665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1821.0	99.945	6.0	0.00044622378220748865	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
TAN0027_000000008613	1387	0.9007300046751509	2	2	2	2	1	False	2296	fragment	False	TAN0027_000000008613	1.0		0	0	False	False	0.987022340297699	0					non-mobilizable	no_good_hit	1243.0	72.566	88.0	0.0011636307171998632	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
CHI0075_000000000912	7577	0.9007244432918754	7	7	6	6	6	False	84687	fragment	False	FIJ0105_000000003339	0.9818181324869417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	85.00399999999999	38.0	0.0005769078299964089	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0006_000000006903	1146	0.9007081861290193	2	2	1	2	1	False	76353	maximal	True	DEN0006_000000006903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000003511	5526	0.9006975024112596	3	3	3	3	1	False	23284	maximal	True	ISR0378_000000003511	1.0		2	2	False	False	0.9958378672599792	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000003725	5049	0.9006971668146062	6	5	4	3	2	True	130629	maximal	True	ENG0132_000000003725	1.0		3	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2938.0	96.052	74.0	0.38945691143274463	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
CHI0053_000000009605	1229	0.9006901514304498	2	2	2	1	1	False	86417	maximal	True	CHI0053_000000009605	0.9886839899413244		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000018993	2132	0.9006874817378738	2	2	2	2	2	False	71274	fragment	False	DEN0064_000000018993	1.0		0	0	False	False	0.99343341588974	0					non-mobilizable	chromosome	2132.0	99.95299999999999	100.0	0.0005958987290942591	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0824_000000020160	1199	0.9006836763051049	2	1	1	1	1	False	31880	fragment	False	ISR0824_000000020160	0.9372363755141334		0	0	False	False	0.993327796459198	0					non-mobilizable	no_good_hit								True	False
ISR0825_000000021874	1107	0.9006836763051049	1	1	1	1	1	False	31880	fragment	False	ISR0824_000000020160	0.9180883803088548		0	0	False	False	0.9954832792282104	0					non-mobilizable	no_good_hit								True	False
ISR0243_000000000214	25925	0.9006803213519502	57	13	6	11	6	True	112994	maximal	True	ISR0243_000000000214	1.0		1	1	False	False	0.999035656452179	0					non-mobilizable	no_good_hit	2695.0	92.319	63.0	0.047726225498883494	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0124_000000019435	1510	0.9006799679514512	2	2	2	2	1	False	113712	fragment	False	AST0055_000000021784	0.9473311114664814		0	0	False	False	0.9993377327919006	0					non-mobilizable	no_good_hit	540.0	92.22200000000001	36.0	0.0011270562503528584	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0102_000000004913	7527	0.9006747880090471	6	5	5	4	4	False	116642	fragment	False	USA0120_01_000000001232	0.31701676214725233		0	0	False	False	1.0	0					non-mobilizable	chromosome	7528.0	98.711	100.0	0.0013990124377522186	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0781_000000018103	1647	0.9006709714596048	1	1	0	1	1	False	22292	maximal	True	ISR0781_000000018103	1.0		1	1	False	False	0.9914997220039368	0					non-mobilizable	no_good_hit								True	False
MAD0095_000000011145	2894	0.9006591335408594	4	4	4	4	3	False	99891	fragment	False	SPA0150_000000006091	0.814633302232146		0	0	False	False	0.9906703233718872	0					non-mobilizable	other	2891.0	98.72	99.0	0.009158321713778679	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0033_000000011073	1186	0.9006551169865952	2	2	2	2	0	True	117000	maximal	True	AST0033_000000011073	1.0		0	0	False	False	0.9755480885505676	0					non-mobilizable	no_good_hit	462.0	99.78399999999999	39.0	0.13806528900868523	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0227_000000004364	5910	0.9006506846016752	3	2	2	2	0	True	107808	fragment	False	ISR0227_000000004364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	96.435	11.0	0.010110562786938804	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ENG0124_000000022917	1354	0.9006506846016752	3	2	2	2	0	True	58906	fragment	False	ENG0124_000000022917	1.0		0	0	False	False	0.9874445796012878	0					non-mobilizable	no_good_hit	188.0	90.426	14.0	0.007162110127069696	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0002_000000001871	16131	0.9006470500655037	10	7	7	7	7	False	52474	maximal	True	FIJ0002_000000001871	1.0		1	1	False	False	0.9999380111694336	0					non-mobilizable	no_good_hit	4908.0	81.316	37.0	0.0023141668332904873	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ENG0173_000000013520	1249	0.9006418074272989	2	2	2	2	2	False	78239	fragment	False	ISR0289_000000009649	0.9785428868120457		0	0	False	False	0.9671737551689148	0					non-mobilizable	chromosome	1249.0	99.359	100.0	0.00036177216180607793	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0153_000000014849	2186	0.9006382098994954	2	2	0	1	2	False	103406	fragment	False	AST0153_000000014849	1.0		0	0	False	True	0.9995425343513489	0					non-mobilizable	no_good_hit	1603.0	96.818	73.0	0.2845976194705987	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
MAD0069_000000007882	1175	0.9006286600709575	1	1	1	1	1	False	16391	fragment	False	MAD0069_000000007882	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1071.0	98.59899999999999	91.0	0.01429393578435965	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0267_000000001577	9674	0.9006282490408813	15	10	5	9	5	True	106695	backbone	False	ISR0299_000000000481	0.6763876860135005	PS446|PS447|PS652	0	0	False	True	1.0	0					non-mobilizable	other	9141.0	99.956	100.0	0.549311857683755	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
ENG0092_000000005338	3799	0.9006280280143805	5	3	2	2	2	True	65753	maximal	False	ENG0033_000000006884	0.9482886432404278		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1880.0	90.0	49.0	0.49393139841688655	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ENG0153_000000007675	3797	0.9006280280143805	5	3	2	2	2	True	65753	maximal	False	ENG0033_000000006884	0.945134598413886		0	0	True	True	1.0	72					non-mobilizable	no_good_hit	1509.0	96.223	50.0	0.3976253298153034	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
CHI0146_000000004612	1666	0.90062153987167	2	2	2	2	2	True	79707	fragment	False	CHI0146_000000004612	1.0		0	0	False	False	1.0	0	rep_cluster_1188				non-mobilizable	plasmid	1667.0	99.94	100.0	0.5590604026845638	HM050422.1	firmicutes	Streptococcus thermophilus plasmid pK2007C6, complete sequence	False	True
MON0108_000000006667	3184	0.9006177169311372	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.5088448807685094		0	0	False	False	1.0	0					non-mobilizable	chromosome	3184.0	98.43	100.0	0.001109472096236509	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0065_000000000473	26360	0.9006145447161046	32	15	6	15	5	True	108408	maximal	True	SPA0065_000000000473	1.0	PS672	26	7	False	True	1.0	0					non-mobilizable	no_good_hit	22601.0	99.947	86.0	0.22551093725051893	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ENG0037_000000011784	2863	0.9006115577357627	5	5	5	5	4	False	91554	fragment	False	ENG0037_000000011784	1.0		0	0	False	False	0.9993014335632324	0					non-mobilizable	no_good_hit	1700.0	74.941	59.0	0.0005852352025074139	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0064_000000010850	2485	0.9006115300750916	4	4	0	1	4	False	45494	fragment	False	FIJ0064_000000010850	1.0		0	0	False	False	0.9955734610557556	0	IncFIB				non-mobilizable	plasmid	2466.0	100.0	100.0	0.02218262645896889	CP031803.1	enterobacteria	Klebsiella pneumoniae strain MSB1_8A-sc-2280397 plasmid unnamed3, complete sequence	False	True
MAD0089_000000018137	1509	0.9006095550265828	2	2	0	2	2	False	15820	fragment	False	MAD0089_000000018137	1.0		0	0	False	False	0.9993373155593872	0		MOBP			mobilizable	plasmid	1510.0	97.55	100.0	0.350860865518846	CP031181.1	firmicutes	Lactobacillus brevis strain UCCLB556 plasmid pUCCLB556_G, complete sequence	False	True
MON0104_000000014268	3117	0.9006072651724514	5	3	0	1	3	False	45496	fragment	False	MON0104_000000014268	1.0		0	0	False	False	0.9996792078018188	0	IncFIB				non-mobilizable	plasmid	3078.0	98.603	99.0	0.027657929745083236	CP026165.1	enterobacteria	Klebsiella pneumoniae strain F81 plasmid pF81_1, complete sequence	False	True
SPA0006_000000026028	1204	0.9006064312007199	2	2	2	1	1	False	8229	maximal	True	SPA0006_000000026028	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	99.715	88.0	0.0004360840727022138	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	True	False
ENG0110_000000001934	12360	0.9006021237969556	10	7	7	6	3	False	95458	fragment	False	ENG0110_000000001934	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	12360.0	98.964	100.0	0.004402088525469532	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
AST0005_000000021012	1295	0.9005947525334124	2	2	2	2	2	False	127835	fragment	False	ISR0326_000000015217	0.9547794117647059		0	0	False	False	0.9822393655776978	0					non-mobilizable	no_good_hit	935.0	91.765	72.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0836_000000016380	1244	0.9005944727441082	2	2	2	2	2	False	77867	fragment	False	CHI0173_000000014127	0.984214680347277		0	0	False	False	0.9935691356658936	0					non-mobilizable	no_good_hit	207.0	87.44	17.0	6.933839391410857e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0092_000000045560	1226	0.9005812146962568	2	2	2	2	2	False	14165	maximal	True	MON0092_000000045560	1.0		74	8	False	False	0.9510603547096252	0					non-mobilizable	other	1226.0	99.429	100.0	0.0011137922945576018	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0165_000000006147	3135	0.9005806469458114	4	4	4	4	2	False	129881	maximal	True	ISR0165_000000006147	1.0		72	6	False	False	0.9926635026931763	0					non-mobilizable	no_good_hit	1606.0	80.38600000000001	51.0	0.0003556368213634911	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0016_000000024176	1407	0.9005776561405687	2	1	1	1	1	False	7896	fragment	False	SPA0016_000000024176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0192_000000001817	10099	0.9005696188675695	6	6	4	5	5	True	103531	fragment	False	ISR0192_000000001817	1.0		0	0	False	False	1.0	0		MOBF	MPF_Unknown		conjugative	plasmid	9471.0	96.97	99.0	0.11252095943680061	CP021847.1	enterobacteria	Escherichia coli strain EC1515 plasmid pEC1515-3, complete sequence	False	True
SPA0142_000000004668	6084	0.9005660947527879	6	4	2	3	3	False	111063	fragment	False	SPA0142_000000004668	0.9869622620009272		0	0	False	False	0.9998356103897095	0					non-mobilizable	chromosome	6084.0	99.90100000000001	100.0	0.0011036428195996659	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
AST0087_000000005831	5355	0.9005660947527879	5	4	2	3	3	False	111063	fragment	False	SPA0142_000000004668	0.6320276635068264		0	0	False	False	0.9998132586479187	0					non-mobilizable	other	5372.0	99.665	100.0	0.0023589587729022352	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0151_000000012376	2009	0.9005533227695931	1	1	1	1	1	False	79468	fragment	False	ENG0176_000000004129	0.9569711538461538		0	0	False	False	1.0	0					non-mobilizable	chromosome	2009.0	99.9	100.0	0.0004569487978285028	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0092_000000015109	1530	0.9005533227695931	1	1	1	1	1	False	61095	fragment	False	ENG0092_000000015109	0.9972164231036882		0	0	False	False	0.9993463754653931	0					non-mobilizable	chromosome	1530.0	100.0	100.0	0.0003481189396511115	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MAD0041_000000028829	1305	0.9005510304755858	2	2	2	2	1	False	18211	maximal	True	MAD0041_000000028829	1.0		4	1	False	False	0.9854406118392944	0					non-mobilizable	no_good_hit	307.0	72.313	23.0	0.0009748336425197005	NZ_FCOU01000009.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
MON0015_000000014483	2588	0.9005500720182814	7	2	2	2	2	True	59049	fragment	False	MON0015_000000014483	1.0		0	0	False	False	0.9996135830879211	0					non-mobilizable	no_good_hit	1452.0	97.865	82.0	0.008357620929187739	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0087_000000003750	7318	0.9005432539273961	8	6	5	6	4	True	131143	fragment	False	AST0087_000000003750	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4697.0	96.934	100.0	0.028974896695496792	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	True
ISR0831_000000000687	16662	0.9005365367202542	22	8	2	8	5	False	94849	maximal	True	ISR0831_000000000687	1.0		1	1	False	False	0.9996998906135559	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.892791452628185e-05	NZ_AUAX01000018.1	high GC Gram+	Hamadaea tsunoensis DSM 44101 G401DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
CAN0013_000000001777	16371	0.9005365367202542	22	8	2	8	5	False	94848	fragment	False	ENG0211_000000002081	0.6302126135238216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.358721497419788e-05	NZ_OAOI01000014.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
ENG0211_000000002081	15819	0.9005365367202542	22	8	2	8	5	False	94848	fragment	False	ENG0211_000000002081	0.9096070471749512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.892791452628185e-05	NZ_AUAX01000018.1	high GC Gram+	Hamadaea tsunoensis DSM 44101 G401DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
ISR0123_000000002289	7023	0.9005271632523189	5	4	3	4	3	False	107087	fragment	False	ISR0123_000000002289	1.0		0	0	False	False	0.9991456866264343	0					non-mobilizable	no_good_hit	1319.0	97.95299999999999	36.0	0.008878716063386605	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0055_000000010000	3362	0.9005171263804597	4	2	1	2	1	False	113879	fragment	False	AST0055_000000010000	1.0		0	0	False	False	0.99821537733078	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	1.719155935695316e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
DEN0024_000000000443	6639	0.9005137270305805	8	7	5	6	4	True	128592	fragment	False	DEN0024_000000000443	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6639.0	98.43299999999999	100.0	0.26696705153477895	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0005_000000000134	73377	0.9004997712802174	78	46	32	38	25	True	116760	maximal	False	ITA0005_000000000049	0.9687216905007393	PS635	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5735.0	77.402	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0135_000000004207	4736	0.9004940890120042	7	7	7	7	5	False	116671	fragment	False	ENG0135_000000004207	0.9806360882734747		0	0	False	False	0.9989442825317383	0					non-mobilizable	other	4392.0	99.31700000000001	93.0	0.001789053081217143	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
USA0051_01_000000009138	2267	0.9004875225355338	3	3	2	3	2	False	76812	fragment	False	USA0051_01_000000009138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	92.189	82.0	0.000567209821300137	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
FIJ0001_000000006883	2852	0.9004864595701578	4	4	3	4	4	False	107603	maximal	True	FIJ0001_000000006883	1.0		8	2	False	False	0.9901823401451111	0					non-mobilizable	no_good_hit	1635.0	95.84100000000001	57.0	0.18824884792626728	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
FIJ0142_000000003358	8063	0.9004777688975386	13	10	5	7	6	True	40223	fragment	False	FIJ0142_000000003358	1.0		0	0	False	False	0.9985117316246033	0					non-mobilizable	no_good_hit	2961.0	90.307	70.0	0.046927320853397965	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	True
ISR0852_000000007816	1552	0.9004771301918482	2	1	1	1	1	False	20538	maximal	True	ISR0852_000000007816	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1184.0	84.79700000000001	96.0	0.00018796509311501535	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
SPA0018_000000003451	7310	0.9004763494712363	9	4	3	3	3	False	122608	fragment	False	SPA0018_000000003451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1990.0	79.045	37.0	0.0006356772916808463	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
TAN0002_000000012608	2873	0.9004733937363336	5	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.9660679754880844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	408.0	93.137	23.0	0.00014361899398247001	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0187_000000010059	2770	0.9004733937363336	4	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.9602961621704034		0	0	False	False	0.9992779493331909	0					non-mobilizable	no_good_hit	387.0	95.09	20.0	0.00013620867733963986	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0145_000000004961	2724	0.9004733937363336	3	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.8563326773925204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	98.63	16.0	4.88061510560473e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0182_000000014112	2663	0.9004733937363336	5	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.8410856593173155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	92.053	17.0	9.032425504317951e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0039_000000017812	2640	0.9004733937363336	4	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.8752997482063138		0	0	False	False	0.9996212124824524	0					non-mobilizable	no_good_hit	242.0	90.49600000000001	16.0	7.256048488468753e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0138_000000011113	2634	0.9004733937363336	4	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.9569237527883657		0	0	False	False	0.9950645565986633	0					non-mobilizable	no_good_hit	199.0	94.47200000000001	16.0	6.986869977525569e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0217_000000009534	2606	0.9004733937363336	3	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.7048348742965335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	94.41	10.0	5.385506323425909e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0047_000000015212	2585	0.9004733937363336	4	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.85352244668083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	92.694	14.0	7.02653936812072e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
USA0130_01_000000014287	2582	0.9004733937363336	4	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.855717662379957		0	0	False	False	0.994965136051178	0					non-mobilizable	no_good_hit	225.0	94.667	14.0	7.904337752352158e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0061_000000017282	2577	0.9004733937363336	3	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.7580893551562835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	95.804	12.0	4.779636862040494e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0126_000000019165	2567	0.9004733937363336	3	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.7593775435683613		0	0	False	False	0.9949357509613037	0					non-mobilizable	no_good_hit	225.0	94.667	12.0	7.155466695976145e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0198_000000012956	2551	0.9004733937363336	3	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.7600858632853176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	94.47200000000001	11.0	6.986869977525569e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0162_000000008983	2509	0.9004733937363336	3	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.7018125444298999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	92.617	9.0	4.705847466723051e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
AST0087_000000014678	2492	0.9004733937363336	3	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.7318520863292325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	96.281	10.0	0.004403837368661489	NC_047915.1	viruses	Faecalibacterium phage FP_Toutatis, complete genome	True	True
MAD0054_000000006086	2490	0.9004733937363336	4	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.7520743496379512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	93.506	11.0	4.85523677478518e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
SPA0025_000000008676	2461	0.9004733937363336	4	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.7003119753759939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	91.946	10.0	4.705847466723051e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
USA0055_01_000000011221	2433	0.9004733937363336	3	3	1	1	3	True	110924	fragment	False	TAN0002_000000012608	0.6957863487075775		0	0	False	False	0.9954788088798523	0					non-mobilizable	no_good_hit	161.0	93.16799999999999	9.0	5.6459555373943986e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CAN0006_000000019483	2330	0.9004733937363336	4	3	1	1	3	True	95656	fragment	False	FIJ0059_000000007643	0.971774193548387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	95.279	10.0	8.186635529221877e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
TAN0002_000000006798	4593	0.9004729399024303	5	5	2	5	4	False	14398	fragment	False	TAN0002_000000006798	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	72.32	13.0	0.7045977011494253	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
DEN0052_000000004239	7435	0.9004671621733938	8	5	5	5	4	False	72361	maximal	True	DEN0052_000000004239	1.0		1	1	False	False	0.999193012714386	0					non-mobilizable	no_good_hit	1563.0	73.832	31.0	0.0002464425883678455	CP016087.1	firmicutes	Clostridium saccharoperbutylacetonicum strain N1-504, complete genome	True	False
ENG0131_000000003823	7441	0.9004564422515029	10	6	4	4	5	True	94468	maximal	True	ENG0131_000000003823	0.9997954731388056		4	4	True	True	0.9997312426567078	17					non-mobilizable	no_good_hit	1327.0	96.081	18.0	0.0003069856258904031	AP022313.1	CFB group bacteria	Elizabethkingia anophelis JUNP 353 DNA, complete genome	True	True
SPA0057_000000026155	1263	0.9004531076672019	2	2	2	2	2	False	43356	maximal	False	ISR0187_000000022277	0.9833591331269349		0	0	False	False	0.9881235361099243	0					non-mobilizable	no_good_hit	252.0	77.381	20.0	0.0076599950580677045	NZ_AQXL01000103.1	firmicutes	Effusibacillus pohliae DSM 22757 C230DRAFT_scaffold00033.33_C, whole genome shotgun sequence	True	False
ISR0829_000000000600	16423	0.9004488563108823	23	7	3	5	4	False	53598	fragment	False	ISR0829_000000000600	1.0		0	0	False	False	0.9999390840530396	0					non-mobilizable	no_good_hit	45.0	91.111	0.0	1.3904287519478416e-05	NZ_CP037940.1	firmicutes	Weissella cryptocerci strain 26KH-42 chromosome, complete genome	True	False
MAD0040_000000015039	2154	0.9004448401191397	3	3	2	3	3	False	18367	maximal	True	MAD0040_000000015039	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	97.809	51.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0002_000000004644	5709	0.9004394260640681	6	5	5	4	4	False	116498	maximal	True	SPA0002_000000004644	1.0		1	1	False	False	0.9994745254516602	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000024030	1383	0.9004363686821633	2	2	2	2	1	False	67232	fragment	False	FIJ0098_000000015980	0.9515123693982788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	73.907	56.0	0.0002800075681632119	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0100_000000007202	2627	0.9004341977420514	2	2	2	2	2	False	44500	maximal	True	FIJ0100_000000007202	1.0		0	0	False	False	0.9737343192100525	0					non-mobilizable	no_good_hit	434.0	72.581	16.0	0.0003482955644354989	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
FIJ0113_000000002532	8880	0.9004338601461531	16	4	2	3	3	False	51608	fragment	False	FIJ0113_000000002532	0.9846901579586878		0	0	False	False	0.9998874068260193	0					non-mobilizable	no_good_hit	2467.0	96.79799999999999	59.0	0.09649637893912703	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ENG0075_000000000836	24779	0.9004332575987528	31	11	3	11	2	False	62131	maximal	True	ENG0075_000000000836	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit	36.0	94.444	0.0	9.183953272045751e-06	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
AST0025_000000012980	2717	0.9004223699494177	5	2	2	2	1	True	120436	fragment	False	AST0025_000000012980	0.9960238568588469		0	0	False	False	0.9900625944137573	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
USA0055_01_000000002961	8302	0.9004178125345843	5	5	5	5	4	False	116642	fragment	False	USA0120_01_000000001232	0.8009321638249803		0	0	False	False	0.9948205351829529	0					non-mobilizable	other	8283.0	99.251	99.0	0.0015986609935211855	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0009_000000001082	16987	0.9004133038680208	19	16	9	12	13	True	123702	fragment	False	ENG0167_000000001303	0.9692402557611492		0	0	False	True	0.9999411106109619	0	rep_cluster_1702				non-mobilizable	no_good_hit	12440.0	97.54	75.0	0.12396215870988345	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
MAD0099_000000006356	4432	0.9004114778428036	8	3	1	3	0	True	18957	maximal	False	MAD0031_000000002908	0.9989503095418168		0	0	True	True	0.9995487332344055	134					non-mobilizable	no_good_hit								True	True
MAD0014_000000007569	3879	0.9004114778428036	6	3	1	3	0	True	84565	maximal	False	MAD0046_000000006168	0.7162907694826482		0	0	True	True	0.9943284392356873	8					non-mobilizable	no_good_hit								True	True
FIJ0081_000000009414	3544	0.9004114778428036	5	3	1	3	0	True	84564	maximal	False	FIJ0025_000000005945	0.9844701983723161		0	0	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
SPA0026_000000000336	27403	0.900411096471567	32	15	8	9	8	True	47067	maximal	True	SPA0026_000000000336	1.0		2	1	False	False	0.9998905062675476	0					non-mobilizable	no_good_hit	324.0	81.48100000000001	1.0	8.463075708836668e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0111_000000012138	1416	0.9004093836874255	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.37179842219432063		0	0	False	False	0.9971751570701599	0					non-mobilizable	other	1417.0	97.177	100.0	0.005431780519241392	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0208_000000011423	2381	0.9004065743718084	3	2	1	2	1	False	28521	fragment	False	ISR0208_000000011423	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	85.294	3.0	0.00018246733970788884	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
DEN0090_000000011440	2326	0.900401361679917	4	2	0	2	1	True	68756	maximal	True	DEN0090_000000011440	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0154_000000004480	6813	0.9004003116458636	11	5	2	2	4	True	46813	fragment	False	FIJ0154_000000004480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	87.022	27.0	0.26117843710823235	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	True	True
FIJ0048_000000004117	6673	0.9004003116458636	10	5	2	2	4	True	46813	fragment	False	FIJ0154_000000004480	0.9897255247321297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1141.0	88.256	25.0	0.19636678200692043	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	True	True
ISR0300_000000000112	25869	0.9004000286826618	33	23	10	17	17	True	30785	fragment	False	ISR0300_000000000112	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	212.0	76.415	1.0	7.767946301350534e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	True
ISR0003_000000002096	9919	0.9003996381772156	10	7	4	5	6	True	132283	fragment	False	ISR0003_000000002096	1.0		0	0	False	False	0.9996975660324097	0					non-mobilizable	other	6276.0	93.897	98.0	0.2774947955884307	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ENG0097_000000005817	5347	0.9003915048527757	7	5	2	5	4	False	75782	fragment	False	DEN0011_000000006455	0.9565782631305253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	90.588	2.0	0.004856052722858134	NZ_FNID01000049.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0846_000000001955	4852	0.9003878765397241	7	5	2	5	2	True	107655	fragment	False	DEN0040_000000001228	0.9090575564239728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	91.197	12.0	0.6019108280254777	GQ875601.1		Uncultured organism clone VC1A405TF genomic sequence	True	True
MON0011_000000003102	11406	0.9003878326341015	12	12	6	5	10	False	47690	fragment	False	MON0011_000000003102	1.0		0	0	False	False	0.9935122132301331	0		MOBP	MPF_I		conjugative	plasmid	9716.0	99.238	95.0	0.0776971851282544	KC340960.1	enterobacteria	Escherichia coli plasmid pO26-CRL-125, complete sequence	False	True
MAD0111_000000010122	1689	0.9003721274805435	3	3	2	3	2	False	78280	fragment	False	MAD0111_000000010122	0.9445828144458281		0	0	False	False	0.9982237815856934	0					non-mobilizable	no_good_hit	115.0	82.609	7.0	3.6669401860939976e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
TAN0005_000000006838	2361	0.9003659813683261	3	3	2	2	3	False	77979	fragment	False	MAD0055_000000003111	0.8421490298999839		0	0	False	False	0.9983057975769043	0					non-mobilizable	no_good_hit	634.0	83.596	27.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0041_000000024364	1398	0.9003639438884182	1	1	1	1	1	False	73081	maximal	True	DEN0041_000000024364	1.0		0	0	False	False	0.9835479259490967	0					non-mobilizable	chromosome	1363.0	96.405	97.0	0.0001992405745091726	LR607350.1	enterobacteria	Klebsiella oxytoca strain 4928STDY7071151 genome assembly, chromosome: 1	False	False
SPA0138_000000019020	1423	0.900355448066461	3	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.9242182213101888		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	91.9	98.0	0.004983144718977148	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0779_000000007711	4217	0.9003506069094301	10	4	3	4	2	True	79154	fragment	False	ISR0779_000000007711	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.2671177305874218e-06	NC_020453.1	a-proteobacteria	Bradyrhizobium oligotrophicum S58, complete genome	True	True
FIJ0089_000000004927	4629	0.9003429757074392	4	4	2	4	2	False	48805	maximal	True	FIJ0089_000000004927	1.0		1	1	False	False	0.9961114525794983	0					non-mobilizable	no_good_hit	391.0	75.44800000000001	8.0	0.00013530159076013138	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
DEN0073_000000018858	2704	0.9003401121972959	3	2	1	1	2	True	70177	fragment	False	ENG0053_000000008057	0.7705535899972612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	73.316	43.0	0.12682231722021264	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0147_000000002673	6339	0.9003328366887579	6	3	2	2	1	False	50834	maximal	True	FIJ0147_000000002673	1.0		1	1	False	False	0.9998422265052795	0					non-mobilizable	no_good_hit	1588.0	77.456	28.0	0.13778100072516317	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MAD0088_000000004680	4237	0.90033257772513	5	2	2	2	0	True	16569	fragment	False	MAD0088_000000004680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0021_000000009852	2841	0.90033257772513	4	2	2	2	0	True	13078	maximal	True	MON0021_000000009852	1.0		5	1	False	False	0.9989440441131592	0					non-mobilizable	no_good_hit	782.0	95.90799999999999	28.0	0.00023520823307118105	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0058_000000003611	5996	0.9003308647517357	7	4	2	2	3	True	124500	fragment	False	ISR0058_000000003611	0.9938293014078238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	8.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0131_000000010733	2783	0.9003194021327223	3	3	3	2	2	False	31682	maximal	True	ISR0131_000000010733	1.0		1	1	False	False	0.9985626935958862	0					non-mobilizable	no_good_hit	1048.0	78.053	43.0	0.0002946600111732351	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
USA0035_01_000000007524	3328	0.9003177192704466	5	2	1	1	2	True	85712	fragment	False	USA0035_01_000000007524	0.9998439937597504		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2222.0	95.635	67.0	0.6725609756097561	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
USA0018_01_000000007601	3205	0.9003177192704466	5	2	1	1	2	True	85712	fragment	False	USA0035_01_000000007524	0.9813701923076923		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2222.0	95.635	69.0	0.6725609756097561	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
USA0116_01_000000010746	2384	0.9003167715768235	3	3	3	3	3	False	131393	fragment	False	USA0116_01_000000010746	0.8129460450637359		0	0	False	False	0.993708074092865	0					non-mobilizable	no_good_hit	209.0	75.598	9.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
AST0040_000000013296	1517	0.9003005646559097	2	2	2	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.3536231512007677		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	99.605	100.0	0.0007259606296763326	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
ENG0123_000000004930	2156	0.9002999682389728	3	3	2	2	2	False	109615	fragment	False	ISR0339_000000004178	0.31326796433444454		0	0	False	False	0.994434118270874	0					non-mobilizable	other	2159.0	99.305	100.0	0.01064050198306991	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0046_000000010309	2947	0.9002952389924391	5	4	3	3	2	False	36188	maximal	True	ISR0046_000000010309	1.0		0	0	False	False	0.9989820122718811	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000020802	1803	0.9002681738902945	2	1	0	1	1	True	75641	fragment	False	SPA0027_000000020802	0.9997139588100686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0011_000000026203	1748	0.9002681738902945	2	1	0	1	1	True	75641	fragment	False	SPA0027_000000020802	0.9844703272323905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0072_000000010144	1653	0.9002641508895723	2	2	2	2	1	False	70274	maximal	True	DEN0072_000000010144	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000004651	6652	0.9002636046413108	10	6	3	5	5	False	59862	maximal	True	ENG0119_000000004651	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1526.0	75.36	22.0	0.00041169588085422795	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
SPA0078_000000000619	15438	0.9002413968974949	17	16	14	14	16	False	113986	fragment	False	SPA0078_000000000619	0.9876909438079651		0	0	False	False	1.0	0					non-mobilizable	chromosome	15438.0	100.0	100.0	0.003244656836080197	LS992171.1	enterobacteria	Escherichia coli isolate Escherichia coli str. TO73 genome assembly, chromosome: 1	False	False
ISR0340_000000011114	2071	0.9002387446031546	2	2	0	1	2	False	117760	maximal	True	ISR0340_000000011114	1.0	PS794	0	0	False	True	0.995654284954071	0					non-mobilizable	no_good_hit	1573.0	90.78200000000001	76.0	0.0004511958417422667	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
FIJ0046_000000000776	26051	0.9002323741422863	30	14	8	12	10	True	47008	maximal	True	FIJ0046_000000000776	1.0		1	1	False	False	0.9999616146087646	0					non-mobilizable	no_good_hit	1150.0	72.26100000000001	4.0	0.00035091889107141634	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0105_000000025117	1350	0.9002204473230448	3	2	1	2	2	False	42409	fragment	False	FIJ0105_000000025117	1.0		0	0	False	False	0.9948148131370544	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000015753	2472	0.9002040410291422	4	3	3	3	2	False	121265	backbone	False	ENG0073_000000006947	0.12636751819944705	PS849	0	0	False	True	0.9724919199943542	0					non-mobilizable	other	2405.0	99.459	97.0	0.009819345295254595	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0123_000000001112	12964	0.9001927975362234	14	9	5	7	3	True	123968	fragment	False	SPA0097_000000001211	0.7990072653967116		0	0	False	False	0.9997686147689819	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	2.489444754242014e-05	NZ_FOCW01000001.1	b-proteobacteria	Brachymonas denitrificans DSM 15123, whole genome shotgun sequence	True	True
SPA0046_000000029246	1160	0.9001673386563878	1	1	1	1	1	False	34270	fragment	False	ISR0080_000000028020	0.9825145711906744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	94.286	6.0	1.920868566656227e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0096_000000012025	3120	0.9001648449040988	3	3	3	3	1	False	128387	fragment	False	SPA0096_000000012025	0.9763367570241109		0	0	False	False	0.9932692050933838	0					non-mobilizable	no_good_hit	1429.0	70.539	45.0	0.00039323237290407847	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0031_000000003109	5526	0.9001609100229883	9	2	1	1	2	False	102489	fragment	False	ISR0031_000000003109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	5.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
ISR0378_000000004063	5008	0.9001609100229883	7	2	1	1	2	False	102488	fragment	False	ISR0378_000000004063	0.987379105828268		0	0	False	False	0.9996006488800049	0					non-mobilizable	no_good_hit	307.0	77.524	6.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
MAD0005_000000013011	2245	0.9001536123916417	3	2	2	2	2	False	97557	fragment	False	TAN0016_000000004402	0.6357670221493027		0	0	False	False	0.9995545744895935	0					non-mobilizable	no_good_hit								True	False
ENG0185_000000003306	7358	0.9001491221747145	6	4	4	4	4	False	94445	maximal	True	ENG0185_000000003306	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	75.01899999999999	18.0	0.0005791258662776016	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0090_000000044467	1393	0.9001466404624583	2	2	2	2	1	False	13489	fragment	False	MON0090_000000044467	1.0		0	0	False	False	0.9705671072006226	0					non-mobilizable	no_good_hit	129.0	86.822	9.0	0.031542631838344014	KJ910950.1	bacteria	Uncultured bacterium clone F6_TE_1 genomic sequence	True	False
SPA0078_000000000024	162090	0.9001442325040366	223	73	45	64	51	False	7590	maximal	True	SPA0078_000000000024	1.0		2	1	True	True	1.0	25					non-mobilizable	no_good_hit	3356.0	79.499	9.0	0.000931761632439618	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
CHI0015_000000001173	6356	0.9001297503912039	9	8	4	4	7	True	89887	backbone	False	CHI0150_000000001436	0.9935709061960344	PS469	0	0	True	True	1.0	656	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2875.0	94.92200000000001	58.0	0.31976744186046513	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
CHI0054_000000002382	6350	0.9001297503912039	9	8	4	4	7	True	89887	backbone	False	CHI0150_000000001436	0.993824134864571	PS469	0	0	True	True	1.0	33	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2869.0	95.085	58.0	0.31976744186046513	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
CHI0131_000000002097	6330	0.9001297503912039	9	8	4	4	7	True	89887	backbone	False	CHI0150_000000001436	0.9939545989833763	PS469	0	0	True	True	1.0	88	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2869.0	95.016	58.0	0.31976744186046513	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ISR0809_000000001307	6330	0.9001297503912039	9	8	4	4	7	True	89887	backbone	False	CHI0150_000000001436	0.9939545989833763	PS469	0	0	True	True	1.0	39	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2078.0	94.56200000000001	58.0	0.23144007155635063	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
CHI0067_000000001405	6328	0.9001297503912039	9	8	4	4	7	True	89887	backbone	False	CHI0150_000000001436	0.9942212713190558	PS469	0	0	True	True	1.0	312	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2784.0	95.15100000000001	59.0	0.310688304420817	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
CHI0024_000000001713	6288	0.9001297503912039	10	8	4	4	7	True	89887	backbone	False	CHI0150_000000001436	0.9933288947110382	PS469	0	0	True	True	1.0	39	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2770.0	93.971	58.0	0.3120343192594265	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0055_000000002237	6255	0.9001297503912039	9	8	4	4	7	True	89887	backbone	False	CHI0150_000000001436	0.967275584797963	PS469	0	0	False	True	0.9992006421089172	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2873.0	94.91799999999999	59.0	0.3195438282647585	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
SPA0004_000000004650	2803	0.9001254360056589	3	3	3	3	3	False	91018	fragment	False	SPA0004_000000004650	0.989319933637815		0	0	False	False	0.9996432662010193	0					non-mobilizable	chromosome	2803.0	100.0	100.0	0.00043189519836428557	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0029_000000010978	2770	0.9001207514952774	3	3	3	3	3	False	118345	maximal	True	AST0029_000000010978	1.0		10	4	True	True	0.9985559582710266	1					non-mobilizable	no_good_hit	490.0	72.041	17.0	0.021363899915258017	NZ_FTOJ01000014.1	CFB group bacteria	Chryseobacterium piscicola strain DSM 21068, whole genome shotgun sequence	True	True
SPA0137_000000005944	6079	0.9001205882284035	5	4	4	3	3	False	80227	maximal	True	SPA0137_000000005944	1.0		2	2	False	False	0.9996709823608398	0					non-mobilizable	no_good_hit	3445.0	98.374	66.0	0.001650314465408805	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	True	False
FIJ0153_000000003723	7665	0.90010721335997	9	5	3	5	3	True	125245	maximal	True	FIJ0153_000000003723	1.0		0	0	False	False	0.9998695254325867	0					non-mobilizable	no_good_hit	786.0	75.827	10.0	0.0002711810527401835	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0134_000000002702	6303	0.90010721335997	9	5	3	5	3	True	125250	fragment	False	CAN0022_000000004020	0.9455907942421291		0	0	False	False	0.9998413324356079	0					non-mobilizable	no_good_hit	630.0	71.905	10.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0054_000000005567	5795	0.90010721335997	10	5	3	5	3	True	125250	fragment	False	CAN0022_000000004020	0.5921758112823313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	71.975	11.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
USA0133_01_000000004929	5658	0.90010721335997	8	5	3	5	3	True	125248	maximal	True	USA0133_01_000000004929	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.905	11.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0048_000000006011	5651	0.90010721335997	8	5	3	5	3	True	125252	fragment	False	MON0048_000000006011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	11.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ENG0135_000000003624	5319	0.90010721335997	8	5	3	5	3	True	125250	fragment	False	CAN0022_000000004020	0.3638633170806843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	12.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
CAN0005_000000003649	5176	0.90010721335997	8	5	3	5	3	True	125250	fragment	False	CAN0022_000000004020	0.4635537021149524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.905	12.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ENG0187_000000005089	4925	0.9000911648780564	7	4	2	3	3	True	126121	fragment	False	ENG0187_000000005089	1.0		0	0	False	False	0.9993908405303955	0					non-mobilizable	no_good_hit	92.0	79.348	2.0	2.2994922086860545e-05	CP002876.1	b-proteobacteria	Nitrosomonas sp. Is79A3, complete genome	True	True
ISR0070_000000001904	9596	0.9000903441265828	13	6	3	3	5	True	109274	maximal	True	ISR0070_000000001904	1.0		1	1	False	False	1.0	0		MOBB			mobilizable	no_good_hit	4115.0	98.42	43.0	0.7173268190542663	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	True	True
SPA0103_000000005830	2692	0.9000898973129214	5	1	1	1	1	False	4872	fragment	False	SPA0103_000000005830	1.0		0	0	False	False	0.9992570877075195	0					non-mobilizable	no_good_hit	98.0	84.694	4.0	1.535057278866017e-05	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	False
SPA0136_000000019137	2168	0.9000875641707993	3	2	2	2	2	False	126049	fragment	False	SPA0136_000000019137	1.0		0	0	False	True	0.9810885787010193	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.00016471276153298169	NZ_OLMM01000002.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	True
CAN0019_000000000556	11682	0.9000866759437033	16	10	8	8	8	False	92003	fragment	False	CAN0019_000000000556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2071.0	96.71700000000001	24.0	0.026244389786241346	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
ISR0144_000000007414	1167	0.9000822863088084	3	1	1	1	1	False	31085	maximal	True	ISR0144_000000007414	1.0		4	3	False	False	0.9862896203994751	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.548963143879408e-07	LR812068.1	bony fishes	Danio rerio genome assembly, chromosome: 6	True	False
ENG0174_000000003490	4531	0.9000804025663058	5	4	4	3	4	False	62790	fragment	False	ENG0174_000000003490	0.9971223990473764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	75.628	15.0	0.0001966547953116786	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0084_000000000659	25025	0.9000736593557146	34	16	11	15	10	False	111632	maximal	True	AST0084_000000000659	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1235.0	99.757	6.0	0.00027462818370622527	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0399_000000001425	7941	0.900068535844335	8	5	3	4	3	False	107096	fragment	False	ISR0159_000000002789	0.9843283582089553		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2162.0	98.242	36.0	0.014590802595420877	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0185_000000002643	7026	0.900068535844335	7	5	3	4	3	False	107108	maximal	False	ISR0221_000000002820	0.8061403306266118		0	0	False	False	0.9965841174125671	0					non-mobilizable	no_good_hit	647.0	96.90899999999999	17.0	0.0043414558393593825	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0262_000000002506	5966	0.900068535844335	7	5	3	4	3	False	107090	fragment	False	SPA0116_000000005631	0.7715362266166509		0	0	False	False	0.9989942908287048	0					non-mobilizable	no_good_hit	550.0	96.36399999999999	17.0	0.0036865239320221193	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0092_000000003648	5552	0.900068535844335	6	5	3	4	3	False	107090	fragment	False	SPA0116_000000005631	0.6518114797271108		0	0	False	False	0.9996397495269775	0					non-mobilizable	no_good_hit	547.0	96.527	11.0	0.0036662683060219975	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0159_000000002789	8040	0.9000653932208825	8	5	3	4	4	False	107096	fragment	False	ISR0159_000000002789	0.9903664525878353		0	0	False	False	0.9998756051063538	0					non-mobilizable	no_good_hit	2192.0	98.13	38.0	0.014793358855422094	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0387_000000002955	7108	0.9000653932208825	7	5	3	4	4	False	107092	fragment	False	ISR0387_000000002955	1.0		0	0	False	False	0.9998593330383301	0					non-mobilizable	no_good_hit	1260.0	98.96799999999999	30.0	0.00850061104471767	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0079_000000008438	3816	0.9000544644083102	2	2	2	2	2	False	96821	fragment	False	ENG0079_000000008438	1.0		0	0	False	False	0.9997379183769226	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00013378317927364094	NZ_JAASQQ010000005.1	a-proteobacteria	Sphingomonas insulae strain DSM 21792 Ga0373324_05, whole genome shotgun sequence	True	False
FIJ0159_000000002297	8352	0.9000539955408999	13	5	2	4	4	True	126171	maximal	True	FIJ0159_000000002297	0.9732933824622524		4	2	True	True	1.0	5					non-mobilizable	no_good_hit	1602.0	73.221	19.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0813_000000008572	3396	0.9000441527923341	4	4	3	4	4	False	124228	maximal	True	ISR0813_000000008572	1.0		0	0	False	False	0.9673144817352295	0					non-mobilizable	no_good_hit	2099.0	97.713	65.0	0.0005872056850084301	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0089_000000027623	1161	0.9000392134258858	2	1	1	1	1	False	33697	fragment	False	ISR0089_000000027623	1.0		0	0	False	False	0.98277348279953	0					non-mobilizable	no_good_hit	765.0	94.771	66.0	0.02163066281113568	NZ_JAAITU010000042.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_42_length_35274_cov_173.141, whole genome shotgun sequence	True	False
ENG0040_000000013711	1725	0.9000388124822951	3	3	3	3	3	False	71395	fragment	False	ISR0213_000000014530	0.8647834015102206		0	0	False	False	0.9994202852249146	0					non-mobilizable	other	1725.0	99.478	100.0	0.006609433499048671	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0145_000000004118	4327	0.9000350665134081	6	4	4	4	3	False	102313	maximal	True	CHI0145_000000004118	1.0		4	1	False	False	0.9942223429679871	0					non-mobilizable	no_good_hit	1713.0	76.766	39.0	0.006960233102146346	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
CHI0164_000000004607	5139	0.9000344553794241	4	2	2	1	2	True	114958	fragment	False	CHI0164_000000004607	1.0		0	0	False	False	0.9998053908348083	0		MOBB			mobilizable	plasmid	5134.0	98.40299999999999	99.0	0.16523390965581636	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0306_000000002470	3625	0.9000344553794241	5	2	2	1	2	True	111399	fragment	False	ISR0306_000000002470	0.8033901029278933		0	0	False	False	1.0	0					non-mobilizable	plasmid	3625.0	99.917	100.0	0.11668115522070897	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
DEN0051_000000009627	4352	0.9000309926466775	4	4	3	3	3	True	123416	backbone	False	ISR0096_000000005225	0.6798956978191762	PS895	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	4352.0	99.839	100.0	0.6448792055728472	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
DEN0071_000000008481	4351	0.9000309926466775	4	4	3	3	3	True	123416	backbone	False	ISR0096_000000005225	0.679409706716493	PS895	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	4345.0	99.839	99.0	0.6438417074255225	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0183_000000000905	28566	0.9000293738483016	24	20	17	19	18	False	43401	maximal	True	ISR0183_000000000905	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	5286.0	87.684	44.0	0.08016858377457245	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
FIJ0155_000000008941	2519	0.9000198582345571	4	3	1	1	3	True	107434	maximal	False	FIJ0115_000000009688	0.9447898327267223		0	0	True	True	1.0	26		MOBV			mobilizable	plasmid	2336.0	99.87200000000001	100.0	0.9488013002844372	CP041108.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KPCTRSRTH07 plasmid unnamed9, complete sequence	False	True
SPA0103_000000008912	1872	0.9000197585904879	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.857135860462029		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	98.311	100.0	0.002623424940820575	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0018_000000006647	3272	0.9000189131046002	5	5	5	4	3	False	83471	fragment	False	ISR0018_000000006647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	81.921	5.0	7.048649124358135e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
SPA0084_000000002536	5586	0.9000067750927301	5	5	4	5	3	True	125294	fragment	False	SPA0084_000000002536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	86.587	33.0	0.0015661690751656604	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0105_000000004521	6305	0.9000049105921017	10	6	5	5	6	False	14862	maximal	True	MAD0105_000000004521	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1976.0	95.85	91.0	0.00058125096086756	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	False	False
ENG0147_000000001081	10201	0.8999903620471219	19	3	1	3	2	False	110874	maximal	True	ENG0147_000000001081	1.0		9	5	False	False	1.0	0					non-mobilizable	other	8532.0	97.99600000000001	99.0	0.01430417981244884	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
ISR0388_000000029979	1171	0.8999854180202181	1	1	1	1	1	False	22926	maximal	True	ISR0388_000000029979	1.0		0	0	False	False	0.9914602637290955	0					non-mobilizable	no_good_hit	733.0	83.22	62.0	0.004722311123883921	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
CHI0181_000000004456	4416	0.8999832214479719	6	3	3	3	3	False	90108	fragment	False	CHI0181_000000004456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	80.744	11.0	0.03349969751966122	NZ_WNCH01000057.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold57_size13224, whole genome shotgun sequence	True	False
ENG0001_000000003664	6402	0.8999758624325295	8	7	3	7	2	False	74726	maximal	True	ENG0001_000000003664	1.0		1	1	False	False	0.9998437762260437	0					non-mobilizable	no_good_hit	67.0	98.507	1.0	3.2435859316831996e-05	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	False
MAD0001_000000014459	1787	0.8999473220146985	3	2	0	2	1	True	20285	maximal	True	MAD0001_000000014459	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0177_000000002423	9273	0.8999454426968628	9	5	2	3	5	True	128768	backbone	False	ENG0060_000000001922	0.7481624692056653	PS1052	0	0	False	True	1.0	0		MOBF			mobilizable	other	8440.0	99.976	100.0	0.0035383840666636758	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0042_000000006973	3832	0.8999225908042371	5	3	1	1	3	False	64707	maximal	True	ENG0042_000000006973	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2320.0	92.45700000000001	65.0	0.4340909090909091	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	False
CAN0007_000000009401	4536	0.8999189924484797	6	2	1	2	1	True	95410	maximal	True	CAN0007_000000009401	1.0		3	2	False	False	0.9993386268615723	0					non-mobilizable	no_good_hit	77.0	85.714	2.0	6.38984906826372e-05	NZ_LT629969.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	True
SPA0082_000000012443	1371	0.8999166937927114	2	2	2	1	1	False	5594	maximal	True	SPA0082_000000012443	1.0		41	5	False	False	0.9978117942810059	0					non-mobilizable	other	1394.0	88.02	100.0	0.008412363147797353	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	False	False
CAN0007_000000004018	10494	0.8999165079114679	11	8	5	8	5	False	95435	maximal	True	CAN0007_000000004018	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	0.0	0.00023921182485243969	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
ENG0163_000000006112	3725	0.8999080628847402	8	3	0	2	2	True	56320	fragment	False	ENG0163_000000006112	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3572.0	99.88799999999999	99.0	0.0012128777035366766	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0164_000000010238	2182	0.8999051213171526	5	2	0	2	1	False	78402	maximal	True	CHI0164_000000010238	1.0		1	1	False	False	0.999541699886322	0					non-mobilizable	no_good_hit								True	False
FIJ0087_000000008781	3533	0.8999028157512167	4	3	2	3	2	True	43749	maximal	True	FIJ0087_000000008781	1.0		3	1	False	False	0.9980186820030212	0					non-mobilizable	no_good_hit								True	True
MON0001_000000011046	3074	0.8999004866362645	3	3	2	2	3	False	14403	maximal	False	MON0027_000000012370	0.9714975205728072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	73.10600000000001	34.0	0.00018283331701843017	NC_013510.1	high GC Gram+	Thermomonospora curvata DSM 43183, complete sequence	True	False
ISR0160_000000006322	4201	0.8998984047337715	4	1	1	1	1	False	106927	fragment	False	ISR0160_000000006322	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4203.0	95.90799999999999	100.0	0.047504537205081666	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0047_000000007465	2085	0.8998984047337715	3	1	1	1	1	False	106929	fragment	False	CHI0047_000000007465	1.0		0	0	False	False	0.9985611438751221	0					non-mobilizable	no_good_hit	1606.0	93.587	77.0	0.018114791288566242	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0804_000000009506	2007	0.8998984047337715	2	1	1	1	1	False	33558	maximal	True	ISR0804_000000009506	1.0		3	2	False	False	0.9970104694366455	0					non-mobilizable	no_good_hit	1362.0	94.126	68.0	0.015381125226860254	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0116_000000022517	1813	0.8998896058240599	2	2	1	2	0	True	4352	fragment	False	SPA0116_000000022517	1.0		0	0	False	False	0.9977937340736389	0					non-mobilizable	no_good_hit								True	True
ENG0060_000000002709	8287	0.8998855808623736	11	8	8	7	6	False	125981	maximal	True	ENG0060_000000002709	0.9910276271624063		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	2829.0	99.788	34.0	0.000997135878803564	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0142_000000022515	1525	0.8998842733337191	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.6242242093411101		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	98.03299999999999	100.0	0.005846068863929295	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0356_000000003704	4381	0.8998818743000889	4	3	2	3	2	False	38893	maximal	True	ISR0356_000000003704	1.0		1	1	False	False	0.9997717142105103	0					non-mobilizable	no_good_hit	1068.0	86.236	24.0	0.006182532462641164	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	True	False
ISR0186_000000002396	8376	0.8998801995309672	8	7	4	7	4	True	132347	fragment	False	SPA0150_000000001874	0.9335680832435213		0	0	False	False	0.9990448951721191	0					non-mobilizable	other	5725.0	97.537	99.0	0.062167155743940876	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0045_01_000000003221	4240	0.8998785834555861	3	1	0	1	1	False	83052	maximal	True	USA0045_01_000000003221	1.0	PS412	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1604.0	98.005	38.0	0.284775270918458	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
MON0079_000000009332	2480	0.8998785834555861	5	1	0	1	1	False	83056	maximal	True	MON0079_000000009332	1.0	PS412	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1605.0	98.131	65.0	0.2849529223663173	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ISR0020_000000010514	2214	0.8998785834555861	3	1	0	1	1	False	83069	fragment	False	ISR0020_000000010514	1.0		0	0	False	True	0.9995483160018921	0					non-mobilizable	no_good_hit	842.0	98.694	73.0	0.5256570713391739	HG796511.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01496	True	True
USA0073_01_000000008492	1812	0.8998785834555861	3	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9567160284724302	PS412	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	98.00200000000001	88.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
USA0078_01_000000009508	1766	0.8998785834555861	2	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.898615924253735	PS412	0	0	True	True	1.0	45					non-mobilizable	other	1604.0	96.758	91.0	0.284775270918458	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
DEN0069_000000015593	1755	0.8998785834555861	2	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9022779453683604	PS412	0	0	False	True	1.0	0					non-mobilizable	other	1605.0	97.944	91.0	0.2849529223663173	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
DEN0096_000000026113	1723	0.8998785834555861	2	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9534882807638385	PS412	0	0	False	True	0.9930353760719299	0					non-mobilizable	other	1602.0	99.126	93.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ENG0209_000000010703	1716	0.8998785834555861	2	1	0	1	1	False	83050	backbone	True	ENG0209_000000010703	0.9581306759853225	PS412	1	1	False	True	1.0	0					non-mobilizable	other	1632.0	97.488	95.0	0.2893942085627998	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
DEN0039_000000012052	1705	0.8998785834555861	2	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.8960222161933905	PS412	0	0	False	True	1.0	0					non-mobilizable	other	1602.0	97.00399999999999	94.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ISR0815_000000018295	1698	0.8998785834555861	2	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9141257879959015	PS412	0	0	True	True	0.9988221526145935	4					non-mobilizable	other	1601.0	98.001	100.0	0.2842423165748801	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
USA0042_01_000000011318	1688	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.956671901699937	PS412	0	0	True	True	1.0	12					non-mobilizable	other	1604.0	99.12700000000001	95.0	0.284775270918458	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
USA0015_01_000000019929	1677	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9072679799775784	PS412	0	0	True	True	1.0	9					non-mobilizable	chromosome	914.0	96.60799999999999	100.0	0.5707133917396746	HG796511.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01496	False	True
ENG0022_000000008979	1675	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9139223289953453	PS412	0	0	True	True	0.9958208799362183	8					non-mobilizable	chromosome	899.0	98.999	100.0	0.5613266583229036	HG796511.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01496	False	True
ENG0182_000000017079	1670	0.8998785834555861	2	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9073227586378247	PS412	0	0	True	True	1.0	9					non-mobilizable	chromosome	903.0	96.56700000000001	100.0	0.5638297872340425	HG796511.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01496	False	True
ISR0078_000000011968	1667	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9111542565943078	PS412	0	0	True	True	0.9994001388549805	5					non-mobilizable	other	1603.0	99.064	99.0	0.2845976194705987	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
USA0026_01_000000019541	1657	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9032513636110976	PS412	0	0	False	True	1.0	0					non-mobilizable	other	1604.0	98.25399999999999	97.0	0.284775270918458	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ISR0250_000000007786	1657	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9079889703283028	PS412	0	0	True	True	1.0	12					non-mobilizable	other	1317.0	97.41799999999999	100.0	0.23378930538283887	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
SPA0057_000000020185	1624	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.8948794833880643	PS412	0	0	False	True	1.0	0					non-mobilizable	other	1602.0	97.00399999999999	99.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ISR0291_000000009069	1618	0.8998785834555861	2	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9078981045535118	PS412	0	0	True	True	1.0	6					non-mobilizable	chromosome	842.0	99.406	100.0	0.5256570713391739	HG796511.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01496	False	True
ISR0119_000000019310	1604	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.8983256066950318	PS412	0	0	False	True	1.0	0					non-mobilizable	other	1603.0	99.064	99.0	0.2845976194705987	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ENG0003_000000013843	1604	0.8998785834555861	2	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.8980008671894605	PS412	0	0	True	True	1.0	4					non-mobilizable	other	1602.0	99.126	99.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ISR0798_000000007626	1603	0.8998785834555861	2	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.8979118086951279	PS412	0	0	True	True	1.0	52					non-mobilizable	other	1602.0	99.126	99.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
CHI0188_000000009473	1603	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.8993715412990455	PS412	0	0	False	True	1.0	0					non-mobilizable	other	1602.0	97.94	99.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ISR0779_000000021540	1602	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.8985865931975752	PS412	0	0	True	True	1.0	55					non-mobilizable	other	1602.0	97.87799999999999	100.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
USA0044_01_000000017217	1602	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9002684138519677	PS412	0	0	True	True	1.0	1					non-mobilizable	other	1602.0	98.00200000000001	100.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
USA0069_01_000000037812	1601	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9002453268987779	PS412	0	0	True	True	1.0	25					non-mobilizable	other	1601.0	98.376	100.0	0.2842423165748801	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
USA0034_01_000000032552	1601	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9002453268987779	PS412	0	0	True	True	1.0	28					non-mobilizable	other	1601.0	98.376	100.0	0.2842423165748801	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ENG0025_000000016822	1600	0.8998785834555861	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.8929610648957137	PS412	0	0	True	True	1.0	77					non-mobilizable	other	1601.0	96.814	100.0	0.2842423165748801	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ISR0062_000000024574	1568	0.8998785834555861	2	1	0	1	1	False	83049	fragment	False	ISR0062_000000024574	1.0		0	0	False	False	0.954081654548645	0					non-mobilizable	other	1427.0	96.63600000000001	91.0	0.2533309646473619	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	False
USA0010_01_000000017206	1537	0.8998785834555861	2	1	0	1	1	False	69061	fragment	False	USA0010_01_000000017206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	98.08200000000001	78.0	0.21282643453544148	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	False
USA0019_01_000000021013	1447	0.8998785834555861	1	1	0	1	1	False	83048	fragment	False	USA0019_01_000000021013	1.0		0	0	False	False	0.9930891394615173	0					non-mobilizable	other	1378.0	98.839	95.0	0.24462604370225619	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	False
ENG0066_000000016295	1319	0.8998785834555861	2	1	0	1	1	False	69060	fragment	False	ENG0066_000000016295	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	98.71799999999999	95.0	0.22153135548054717	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	False
USA0031_01_000000022107	1187	0.8998785834555861	1	1	0	1	1	False	69056	fragment	False	USA0031_01_000000022107	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	98.147	100.0	0.21069461716112986	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	False
MON0106_000000005423	6553	0.8998707282304637	10	6	5	5	3	True	121693	fragment	False	SPA0022_000000001822	0.542947323383712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	90.805	3.0	2.7579115124091244e-05	CP049887.1	firmicutes	Vagococcus sp. HDW17B chromosome, complete genome	True	True
MAD0050_000000005247	4271	0.8998665990948157	7	5	2	4	2	True	48710	maximal	True	MAD0050_000000005247	1.0		1	1	False	False	0.9990634322166443	0					non-mobilizable	no_good_hit	113.0	76.991	3.0	0.00041884329443520144	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0023_000000007581	3704	0.8998551039271927	4	4	4	4	3	False	76304	fragment	False	SPA0150_000000004872	0.9423026488329399		0	0	False	False	1.0	0					non-mobilizable	other	3714.0	95.69200000000001	99.0	0.0031829746907158086	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
CHI0111_000000019325	1554	0.8998403907315466	2	1	1	1	1	False	82514	fragment	False	CHI0111_000000019325	1.0		0	0	False	False	0.9523809552192688	0					non-mobilizable	no_good_hit								True	False
MON0090_000000027092	2197	0.8998353461963324	3	3	3	2	1	True	91774	fragment	False	MON0090_000000027092	1.0		0	0	False	False	0.9963586926460266	0					non-mobilizable	no_good_hit	191.0	78.01	9.0	6.124048073132738e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0116_000000002810	7038	0.8998234848867527	9	8	6	8	5	True	128601	fragment	False	ENG0116_000000002810	1.0		0	0	False	False	0.9994316697120667	0					non-mobilizable	no_good_hit	5353.0	96.17	82.0	0.2146276702739671	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
CHI0097_000000000805	5513	0.8998232011458032	13	3	2	3	3	False	83429	maximal	True	CHI0097_000000000805	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	76.792	15.0	0.000890937019969278	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0057_01_000000012344	2575	0.8998224682058308	3	1	1	1	1	False	977	maximal	True	USA0057_01_000000012344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	90.26	30.0	0.00024044878724826241	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0794_000000016736	1261	0.8998209658923791	2	1	1	1	1	False	21983	fragment	False	ISR0794_000000016736	1.0		0	0	False	False	0.9817605018615723	0					non-mobilizable	no_good_hit	760.0	93.947	60.0	0.013495856378313555	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
MAD0105_000000003575	7535	0.8997942305649684	8	5	5	5	4	False	112529	fragment	False	MAD0105_000000003575	1.0		0	0	False	True	0.9998672604560852	0					non-mobilizable	no_good_hit	128.0	79.688	2.0	4.7497700508150004e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	True
ENG0134_000000029527	1294	0.8997939537199858	2	1	1	1	1	False	58145	fragment	False	FIJ0134_000000011155	0.9730442297044016		0	0	False	False	0.9976816177368164	0					non-mobilizable	no_good_hit	483.0	75.362	37.0	0.003714803021789349	NZ_QFFM01000006.1	high GC Gram+	Bifidobacterium callitrichidarum strain TRI 5 DS8229454_c6, whole genome shotgun sequence	True	False
FIJ0068_000000023558	1369	0.8997831275880301	2	2	2	2	2	False	45037	maximal	True	FIJ0068_000000023558	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1369.0	100.0	100.0	0.00025061504192214407	CP052309.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 chromosome, complete genome	False	False
ISR0774_000000004210	5545	0.8997806216449538	6	3	1	1	2	False	126485	fragment	False	ISR0774_000000004210	0.9981890964544415		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1362.0	97.87100000000001	39.0	0.2330080465673686	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0089_000000004128	5354	0.8997806216449538	6	3	1	1	2	False	123191	fragment	False	ENG0089_000000004128	0.9714330094641024		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2027.0	92.995	42.0	0.24740124740124741	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0018_000000005082	5309	0.8997806216449538	6	3	1	1	2	False	123191	fragment	False	ENG0089_000000004128	0.9688558732999241		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2027.0	93.291	42.0	0.24740124740124741	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0161_000000005460	5234	0.8997806216449538	6	3	1	1	2	False	123191	fragment	False	ENG0089_000000004128	0.9621021055072414		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1880.0	94.415	43.0	0.2294239941298765	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0167_000000006000	5197	0.8997806216449538	5	3	1	1	2	False	126485	fragment	False	ISR0774_000000004210	0.9713255184851217		0	0	False	True	0.999807596206665	0					non-mobilizable	no_good_hit	2027.0	93.19200000000001	39.0	0.24740124740124741	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0216_000000004308	4562	0.8997806216449538	5	3	1	1	2	False	123171	fragment	False	DEN0010_000000008924	0.9624228230785608		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1565.0	94.37700000000001	37.0	0.19090130854836737	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0048_000000004666	4410	0.8997806216449538	5	3	1	1	2	False	123190	fragment	False	SPA0048_000000004666	0.9897570271557885		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2027.0	93.241	46.0	0.24740124740124741	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0049_000000004741	4198	0.8997806216449538	5	3	1	1	2	False	123190	fragment	False	SPA0048_000000004666	0.9663265306122449		0	0	False	True	0.9988089799880981	0					non-mobilizable	no_good_hit	2016.0	95.536	48.0	0.246422893481717	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0193_000000007706	3519	0.8997806216449538	4	3	1	1	2	False	123162	fragment	False	ISR0193_000000007706	0.9795249766272976		0	0	False	True	0.9931798577308655	0					non-mobilizable	no_good_hit	1565.0	94.31299999999999	44.0	0.19090130854836737	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0013_000000010232	2622	0.8997775356873992	3	2	2	1	1	False	66989	fragment	False	ENG0013_000000010232	1.0		0	0	False	False	0.9893211126327515	0					non-mobilizable	no_good_hit	586.0	74.232	22.0	0.00016382718572294596	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0074_000000017059	1365	0.8997751809632926	3	2	2	2	1	True	62150	maximal	True	ENG0074_000000017059	0.9979528723821437		5	3	False	False	0.997802197933197	0					non-mobilizable	no_good_hit	493.0	76.673	36.0	0.00015602988068529863	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ENG0148_000000027262	1325	0.8997751809632926	3	2	2	2	1	True	62150	maximal	False	ENG0074_000000017059	0.9811183291846275		0	0	False	False	0.994717001914978	0					non-mobilizable	no_good_hit	493.0	77.079	37.0	0.00015602988068529863	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ISR0855_000000014876	1267	0.8997751809632926	2	2	2	2	1	True	62150	maximal	False	ENG0074_000000017059	0.9531974105559011		0	0	False	False	0.9850039482116699	0					non-mobilizable	no_good_hit	493.0	77.079	38.0	0.00015602988068529863	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ISR0323_000000019081	1187	0.8997716753586515	1	1	1	1	1	False	24966	fragment	False	ISR0323_000000019081	0.9902912621359223		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	99.663	100.0	0.008156079580230104	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0068_000000001292	7376	0.899771427573876	10	9	5	6	9	True	123628	fragment	False	USA0108_01_000000001009	0.11140951266522187		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4079.0	95.195	94.0	0.13052577352780192	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0119_000000001267	12047	0.8997681446594944	11	7	6	7	2	True	50048	fragment	False	FIJ0119_000000001267	0.9902512195741497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	76.923	2.0	0.0005612765697567898	NZ_KB899638.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
MAD0100_000000022705	1543	0.8997672458588135	1	1	1	1	1	False	15153	maximal	True	MAD0100_000000022705	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	85.965	7.0	0.000501686472830542	NZ_QRCT01000016.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.16, whole genome shotgun sequence	True	False
CHI0133_000000014715	1372	0.8997672458588135	1	1	1	1	1	False	80779	fragment	False	CHI0133_000000014715	0.9723655121591745		0	0	False	False	0.9941691160202026	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	4.0	0.00025980192343010207	NZ_QRCT01000016.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.16, whole genome shotgun sequence	True	False
DEN0078_000000025674	1357	0.8997672458588135	1	1	1	1	1	False	80779	fragment	False	CHI0133_000000014715	0.9682944606413995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	5.0	0.0002956366714894265	NZ_QRCT01000016.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.16, whole genome shotgun sequence	True	False
USA0080_01_000000032205	1301	0.8997598466161534	2	1	1	1	1	False	111803	fragment	False	USA0080_01_000000032205	1.0		0	0	False	False	0.9853958487510681	0					non-mobilizable	no_good_hit	73.0	93.15100000000001	6.0	3.145570447016142e-05	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
SPA0042_000000007048	4175	0.899750390134666	8	3	2	2	2	False	102983	fragment	False	SPA0042_000000007048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	100.0	1.0	1.1475108390795172e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0029_000000004023	5988	0.89974576355325	7	6	4	4	6	False	123628	fragment	False	USA0108_01_000000001009	0.17391115192413611		0	0	False	True	0.9989979863166809	0					non-mobilizable	plasmid	5951.0	98.958	99.0	0.19201962809917356	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0187_000000006278	4305	0.8997434784150858	5	5	4	4	4	False	127573	fragment	False	ISR0187_000000006278	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4332.0	86.911	100.0	0.0018468166960462172	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0223_000000014163	2110	0.8997388468130428	3	3	3	2	1	False	27809	maximal	True	ISR0223_000000014163	1.0		0	0	False	False	0.9971563816070557	0					non-mobilizable	chromosome	1516.0	75.66	91.0	0.00025867660355189016	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
SPA0075_000000004783	3434	0.8997286452068292	4	3	2	1	3	False	94107	maximal	True	SPA0075_000000004783	1.0		0	0	False	False	0.9997087717056274	0					non-mobilizable	other	3166.0	85.944	92.0	0.011778642242426281	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	False	False
USA0005_01_000000015536	2118	0.8997233715788172	3	2	2	2	2	False	2170	maximal	True	USA0005_01_000000015536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	81.6	6.0	4.889211656357585e-05	NZ_CP032159.1	firmicutes	Staphylococcus warneri strain 22.1 chromosome st_war_22.1, complete sequence	True	False
ISR0385_000000004381	4471	0.8997191376611295	5	2	2	2	1	False	23053	maximal	True	ISR0385_000000004381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000014234	3222	0.8997158376292169	5	4	4	3	2	True	81286	maximal	False	CHI0129_000000006358	0.9563035134337171		0	0	False	False	0.9909994006156921	0					non-mobilizable	no_good_hit	221.0	95.475	11.0	0.3179190751445087	NZ_LNAM01000128.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf213, whole genome shotgun sequence	True	True
ISR0103_000000002078	10397	0.8997119238405273	14	8	5	5	6	True	105192	fragment	False	ISR0103_000000002078	1.0		0	0	False	True	0.9984610676765442	0					non-mobilizable	no_good_hit	4304.0	92.47200000000001	72.0	0.34576271186440677	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
CAN0007_000000012137	3459	0.8997086122716876	5	3	0	2	2	True	126919	maximal	True	CAN0007_000000012137	1.0	PS504|PS980	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1946.0	99.589	56.0	0.23496013529838125	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	True
ETH0005_000000023065	2039	0.8997068754010048	3	2	1	2	1	False	90700	maximal	True	ETH0005_000000023065	1.0		1	1	False	False	0.9980382323265076	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	0.001251106160934973	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
DEN0031_000000016370	2102	0.8996990273153948	3	2	1	2	1	True	73765	fragment	False	DEN0031_000000016370	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2110.0	93.98100000000001	100.0	0.0006764861997457079	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0056_000000003653	6633	0.8996919623191787	4	3	1	3	1	False	52223	fragment	False	FIJ0003_000000003707	0.9900251219151766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	98.48	24.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0090_000000003530	12456	0.8996916829244541	12	7	3	5	3	True	109390	fragment	False	MON0090_000000003530	1.0		0	0	False	False	0.9856294393539429	0					non-mobilizable	no_good_hit	323.0	96.904	3.0	0.001598990947327649	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
SPA0095_000000005972	3427	0.8996815218531731	4	4	4	4	4	True	60167	fragment	False	SPA0095_000000005972	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	3427.0	100.0	100.0	0.011982288875987157	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
CHI0070_000000004041	2704	0.8996734722700457	4	4	4	4	4	False	87235	fragment	False	ISR0787_000000004009	0.6862914485416384		0	0	False	False	0.9992603659629822	0					non-mobilizable	other	2704.0	98.15100000000001	100.0	0.011829321663019693	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0052_000000032766	1424	0.8996719910232991	2	1	1	1	1	False	72223	fragment	False	DEN0052_000000032766	1.0		0	0	False	False	0.9985954761505127	0					non-mobilizable	no_good_hit	270.0	72.96300000000001	19.0	0.0005687260536398468	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
MON0038_000000009850	2946	0.8996717762062113	3	3	2	2	2	True	118123	maximal	True	MON0038_000000009850	1.0		0	0	False	False	0.9993211030960083	0	rep_cluster_1097				non-mobilizable	no_good_hit	1810.0	99.50299999999999	61.0	0.20246222719641857	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MON0021_000000011466	2512	0.8996717762062113	3	3	2	2	2	True	118122	fragment	False	MON0021_000000011466	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1622.0	99.87700000000001	65.0	0.18142137660884164	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0083_000000013322	1992	0.8996624327723469	2	2	2	2	1	True	124769	fragment	False	ISR0083_000000013322	1.0		0	0	False	False	0.9989959597587585	0					non-mobilizable	no_good_hit	56.0	85.714	3.0	0.00015848728211600692	NZ_MPDM01000001.1	high GC Gram+	Boudabousia marimammalium strain DSM 15383 Scaffold1, whole genome shotgun sequence	True	True
MON0100_000000031004	1489	0.8996617191497183	2	2	2	2	1	True	36235	fragment	False	ISR0045_000000016050	0.9493201483312732		0	0	False	False	0.9489590525627136	0					non-mobilizable	no_good_hit	1140.0	72.456	75.0	0.00028449408439771613	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	True
MAD0005_000000000257	23673	0.8996453294728751	21	20	14	12	20	False	87421	maximal	True	MAD0005_000000000257	1.0		7	3	False	False	1.0	0					non-mobilizable	plasmid	10351.0	99.845	99.0	0.0630737160341822	CP033251.1	enterobacteria	Escherichia coli strain ECCHD184 plasmid pTB211, complete sequence	False	True
ENG0067_000000007254	3957	0.8996408396433725	5	5	5	5	4	False	85830	fragment	False	ENG0067_000000007254	1.0		0	0	False	False	0.9954510927200317	0					non-mobilizable	other	3957.0	98.762	100.0	0.015332501337136744	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0169_000000028526	1141	0.8996405047945508	2	1	1	1	1	False	80770	maximal	False	CHI0133_000000015942	0.4834051724137931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000021815	2012	0.8996403516569788	3	3	3	3	3	False	37115	maximal	True	ISR0029_000000021815	1.0		0	0	False	False	0.9950298070907593	0					non-mobilizable	no_good_hit	1214.0	97.85799999999999	60.0	0.02465569501800354	NZ_WEHX01000009.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_9_length_49157_cov_151.996209, whole genome shotgun sequence	True	False
FIJ0132_000000004938	5497	0.8996343470824568	7	6	5	6	5	False	129638	maximal	True	FIJ0132_000000004938	1.0	PS1061	8	4	False	True	1.0	0					non-mobilizable	no_good_hit	1808.0	88.993	33.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CAN0016_000000025230	1887	0.8996335642239701	2	2	2	2	2	False	108714	fragment	False	ISR0212_000000018440	0.9296855996488721		0	0	False	False	0.997880220413208	0					non-mobilizable	no_good_hit	609.0	97.37299999999999	32.0	0.016768713111589166	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0025_000000001812	10197	0.8996299491410062	10	6	5	6	4	True	28006	maximal	True	SPA0025_000000001812	1.0		2	2	False	False	0.9997057914733887	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0013179732500244068	NZ_AJWM01000097.1	g-proteobacteria	Catenovulum agarivorans YM01 Scaffold35_1, whole genome shotgun sequence	True	True
FIJ0022_000000011045	2312	0.8996239941577029	5	4	1	2	3	True	116584	backbone	False	USA0025_01_000000005434	0.8323426225757095	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2312.0	99.913	100.0	0.544148810925359	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MAD0105_000000002744	9096	0.899619995487103	7	6	1	3	6	False	15048	maximal	True	MAD0105_000000002744	0.9950395719540743		2	1	False	False	1.0	0					non-mobilizable	plasmid	5303.0	89.119	93.0	0.020264148045765186	CP032179.1	enterobacteria	Citrobacter freundii strain AR_0116 plasmid unnamed1, complete sequence	False	True
MAD0102_000000001573	8971	0.899619995487103	6	6	1	3	6	False	15048	maximal	False	MAD0105_000000002744	0.9882915567282322		0	0	False	False	1.0	0					non-mobilizable	plasmid	5378.0	88.416	93.0	0.0284270104384577	CP029690.1	enterobacteria	Escherichia coli strain SD134209 plasmid pSD134209-1, complete sequence	False	True
ISR0090_000000000550	24448	0.8996146626680411	23	11	10	11	8	True	74862	maximal	True	ISR0090_000000000550	1.0		1	1	False	False	0.9993046522140503	0					non-mobilizable	no_good_hit	475.0	96.632	2.0	0.010628517613292374	NZ_QRYH01000021.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf21, whole genome shotgun sequence	True	True
FIJ0044_000000001454	13740	0.8995955136381995	9	9	8	8	7	False	47142	maximal	True	FIJ0044_000000001454	0.9999239890544238		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2625.0	97.676	24.0	0.07706314243759178	NZ_CACVNJ010000023.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
MON0012_000000003948	7338	0.8995886327729264	9	7	4	6	6	True	126155	fragment	False	MON0012_000000003948	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	75.31	36.0	0.09882555141793183	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0251_000000008710	1840	0.8995882189197141	3	2	2	2	1	True	26992	fragment	False	ISR0251_000000008710	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	996.0	99.79899999999999	100.0	0.1736171697783982	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
ISR0276_000000005270	1928	0.8995729077395712	3	3	3	3	3	False	109891	fragment	False	ISR0333_000000009214	0.6584019804905941		0	0	False	False	0.9891079068183899	0					non-mobilizable	chromosome	1928.0	97.87299999999999	100.0	0.0008815524844126325	LS483366.1	firmicutes	Streptococcus salivarius strain NCTC7366 genome assembly, chromosome: 1	False	False
SPA0155_000000010839	1784	0.8995689469557471	3	3	3	3	3	False	105670	maximal	True	SPA0155_000000010839	1.0		127	10	False	False	1.0	0					non-mobilizable	chromosome	1784.0	98.094	100.0	0.0008129773620229686	CP018189.1	firmicutes	Streptococcus salivarius strain ICDC3 chromosome, complete genome	False	False
ENG0089_000000001974	10613	0.8995672507858009	6	6	3	6	2	True	87722	fragment	False	ENG0132_000000001733	0.9540005575689992		0	0	False	False	0.9999057650566101	0					non-mobilizable	no_good_hit	3216.0	74.72	30.0	0.0007955186699148052	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	True
CAN0011_000000015417	1964	0.8995670228266368	4	2	1	1	2	True	94467	fragment	False	CAN0011_000000015417	1.0		0	0	False	False	0.9954175353050232	0					non-mobilizable	no_good_hit	152.0	77.632	8.0	0.045121951219512194	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0151_000000018062	1102	0.8995657046934926	1	1	1	1	1	True	3249	fragment	False	SPA0150_000000019459	1.0		0	0	False	False	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	711.0	80.59100000000001	64.0	0.00021440712946102348	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
SPA0150_000000019459	1102	0.8995657046934926	1	1	1	1	1	True	3249	fragment	False	SPA0150_000000019459	1.0		0	0	False	False	0.9954627752304077	0	rep_cluster_1702				non-mobilizable	no_good_hit	711.0	80.59100000000001	64.0	0.00021440712946102348	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0172_000000000694	23311	0.8995609337400388	22	12	9	10	4	True	36980	fragment	False	ISR0172_000000000694	0.9604858723813984		0	0	False	False	0.999013364315033	0					non-mobilizable	no_good_hit								True	True
ENG0171_000000002850	7713	0.8995602819579775	13	5	2	5	2	True	110689	fragment	False	ENG0171_000000002850	0.9772401199947829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3970.0	99.32	77.0	0.0010628671598148912	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0104_000000018519	1712	0.8995593251601446	3	3	3	2	1	False	60236	fragment	False	ENG0151_000000012945	0.9663013698630136		0	0	False	False	0.9941588640213013	0					non-mobilizable	other	1715.0	84.49	100.0	0.00044934932791650025	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
BAN0016_000000000109	6205	0.8995540481454884	4	4	4	3	4	False	103542	fragment	False	BAN0016_000000000109	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	chromosome	6207.0	97.93799999999999	100.0	0.0010267552152015379	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
ISR0184_000000004291	2940	0.8995471840766058	5	4	1	2	3	False	132209	backbone	False	ENG0141_000000006400	0.012069812520642539	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2940.0	99.83	100.0	0.7104181774232535	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0013_000000008880	2785	0.8995471840766058	5	4	1	2	3	False	132209	backbone	False	ENG0141_000000006400	0.011969496614203868	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2785.0	99.964	100.0	0.6711668273866924	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0083_000000008995	2778	0.8995471840766058	5	4	1	2	3	False	132209	backbone	False	ENG0141_000000006400	0.01195780910160712	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2778.0	99.964	100.0	0.6694792671166827	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ENG0003_000000008309	2778	0.8995471840766058	5	4	1	2	3	False	132209	backbone	False	ENG0141_000000006400	0.011957449950036857	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2778.0	99.928	100.0	0.6694792671166827	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ENG0157_000000009084	2741	0.8995471840766058	5	4	1	2	3	False	132209	backbone	False	ENG0141_000000006400	0.010903156738100014	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2741.0	99.964	100.0	0.6623156876963984	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0290_000000004537	2728	0.8995471840766058	5	4	1	2	3	False	132209	backbone	False	ENG0141_000000006400	0.010919596482518053	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2728.0	100.0	100.0	0.6574252651880425	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
SPA0134_000000011694	2391	0.8995471840766058	5	4	1	2	3	False	75989	fragment	False	SPA0005_000000012225	0.9939740026577862		0	0	False	False	1.0	0					non-mobilizable	plasmid	2391.0	100.0	100.0	0.57771331883007	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
DEN0010_000000018829	2391	0.8995471840766058	5	4	1	2	3	False	75989	fragment	False	SPA0005_000000012225	0.9937180168425387		0	0	False	False	1.0	0					non-mobilizable	plasmid	2391.0	99.958	100.0	0.57771331883007	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0032_000000011628	2391	0.8995471840766058	5	4	1	2	3	False	75989	fragment	False	SPA0005_000000012225	0.9939740026577862		0	0	False	False	1.0	0					non-mobilizable	plasmid	2391.0	100.0	100.0	0.57771331883007	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0005_000000012225	2391	0.8995471840766058	5	4	1	2	3	False	75989	fragment	False	SPA0005_000000012225	0.9939740026577862		0	0	False	False	1.0	0					non-mobilizable	plasmid	2391.0	100.0	100.0	0.57771331883007	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0354_000000008217	2352	0.8995471840766058	4	4	1	2	3	False	116593	fragment	False	ISR0354_000000008217	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	2352.0	100.0	100.0	0.5667791706846673	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
SPA0043_000000007631	2255	0.8995471840766058	5	4	1	2	3	False	75989	fragment	False	SPA0005_000000012225	0.9319949811794229		0	0	False	False	1.0	0					non-mobilizable	plasmid	2255.0	100.0	100.0	0.5433944069431051	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
TAN0005_000000014682	1296	0.8995393515344051	2	1	1	1	1	False	2915	maximal	True	TAN0005_000000014682	1.0		2	1	False	False	0.9992284178733826	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.0018218958758902445	NZ_CABKPS010000045.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0046_000000014783	1776	0.8995372029202641	2	1	1	1	1	False	17743	maximal	True	MAD0046_000000014783	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	75.335	29.0	0.002576920579907011	NZ_WHZW01000002.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence02, whole genome shotgun sequence	True	False
ENG0183_000000014392	2010	0.8995280745792495	4	4	2	4	2	False	55161	maximal	True	ENG0183_000000014392	1.0		0	0	False	False	0.9681591987609863	0					non-mobilizable	no_good_hit	215.0	99.07	11.0	0.0006888892465676254	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0061_000000032627	1346	0.8995272100708243	2	2	2	2	2	False	71800	maximal	True	DEN0061_000000032627	1.0		17	3	False	False	0.9985141158103943	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00017901234567901234	NZ_BAMX01000022.1	a-proteobacteria	Acetobacter orientalis strain 21F-2, whole genome shotgun sequence	True	False
ISR0220_000000000481	28727	0.8995202883756169	34	15	8	11	10	True	130552	maximal	True	ISR0220_000000000481	1.0		15	4	False	False	0.9999303817749023	0					non-mobilizable	no_good_hit	9061.0	98.521	74.0	0.001608216033880083	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
MON0055_000000002390	5474	0.899518638416955	7	5	4	5	3	True	79265	fragment	False	MON0055_000000002390	1.0		0	0	False	False	0.9884910583496094	0					non-mobilizable	no_good_hit	630.0	71.905	11.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0158_000000006625	2777	0.8995150827524233	5	3	2	3	1	False	30507	maximal	True	ISR0158_000000006625	1.0		4	1	False	False	0.9996399283409119	0					non-mobilizable	no_good_hit	359.0	84.12299999999999	13.0	0.016722878021360316	NZ_AVNC01000021.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.20, whole genome shotgun sequence	True	False
CHI0125_000000001865	8477	0.8995150747786197	15	5	3	5	1	True	88793	maximal	True	CHI0125_000000001865	1.0		0	0	False	False	0.9955172538757324	0					non-mobilizable	no_good_hit	1376.0	87.427	60.0	0.024332754403998156	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0150_000000008524	2747	0.8995133004055591	5	5	4	3	4	True	91207	fragment	False	FIJ0150_000000008524	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2746.0	99.30799999999999	99.0	0.08861699380165289	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
USA0017_01_000000004633	5703	0.8995131922055454	14	5	4	3	4	True	110424	maximal	True	USA0017_01_000000004633	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2312.0	98.529	76.0	0.01330537859850012	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0117_000000001572	18832	0.8994818202098613	18	10	6	9	8	False	74606	maximal	True	SPA0117_000000001572	1.0		1	1	False	False	0.9999468922615051	0					non-mobilizable	no_good_hit	2348.0	78.45	12.0	0.0006443940338542621	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
CHI0177_000000003526	4370	0.8994801116759258	7	7	4	5	6	True	123586	maximal	True	CHI0177_000000003526	1.0	PS902	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2531.0	98.617	86.0	0.1473671947809879	NZ_VJYL01000055.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold53_1, whole genome shotgun sequence	True	True
FIJ0103_000000018971	1214	0.8994753742921899	2	1	1	1	1	False	42544	fragment	False	FIJ0103_000000018971	1.0		0	0	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	6.0	0.015157558835261268	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
DEN0031_000000009496	3435	0.8994721580713796	4	3	2	3	1	False	73808	fragment	False	DEN0031_000000009496	1.0		0	0	False	False	0.9970887899398804	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.126204823490505e-06	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
DEN0083_000000007073	3785	0.8994663810964495	3	2	2	2	1	True	92832	fragment	False	DEN0083_000000007073	1.0		0	0	False	False	0.997357964515686	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
ISR0320_000000012462	1997	0.8994659764422611	3	3	3	2	2	True	25062	maximal	True	ISR0320_000000012462	1.0		0	0	False	False	0.9579368829727173	0					non-mobilizable	other	1955.0	93.29899999999999	98.0	0.0008827980112762128	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
MON0070_000000004367	5542	0.8994592651592297	5	3	3	3	2	False	37470	fragment	False	MON0070_000000004367	1.0		0	0	False	False	0.9998195767402649	0					non-mobilizable	no_good_hit	1183.0	85.714	21.0	0.18827909988667638	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0133_000000007988	2716	0.8994505875493515	5	5	2	3	3	False	3696	maximal	True	SPA0133_000000007988	1.0		1	1	False	False	0.9948453903198242	0					non-mobilizable	other	2716.0	100.0	100.0	0.0005679113163075682	CP017671.1	enterobacteria	Providencia rettgeri strain RB151, complete genome	False	False
ISR0344_000000015358	2192	0.8994474169588771	3	3	3	3	2	False	59542	maximal	True	ISR0344_000000015358	0.9974299065420561		35	7	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	76.608	8.0	0.0020591100205911003	NZ_LSKV01000011.1	firmicutes	Staphylococcus lentus strain MF1767 contig11, whole genome shotgun sequence	True	False
ISR0359_000000025345	1101	0.8994470647056042	1	1	1	1	1	True	23796	fragment	False	SPA0015_000000022997	0.9536870503597122		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	1103.0	96.374	100.0	0.00034251923676385587	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0104_000000001255	7567	0.8994374059018179	11	7	4	5	6	True	48452	maximal	True	MAD0104_000000001255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	89.757	78.0	0.0008529839015089271	LR822027.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_998 genome assembly, chromosome: STHERMO	True	True
ENG0133_000000005190	4703	0.8994321873895039	7	6	6	5	5	False	75650	maximal	True	ENG0133_000000005190	1.0		15	6	False	False	0.9948968887329102	0					non-mobilizable	no_good_hit	435.0	76.55199999999999	9.0	0.005255264409300965	NZ_QGDL01000021.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_121, whole genome shotgun sequence	True	False
SPA0119_000000007877	4318	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9611925669359187	PS824|PS825	0	0	True	True	1.0	163	IncW	MOBQ			mobilizable	plasmid	2706.0	98.115	97.0	0.6364280652019844	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
ISR0247_000000002686	4316	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9004164779458222	PS824|PS825	0	0	True	True	1.0	2	IncW	MOBQ			mobilizable	plasmid	4080.0	96.618	98.0	0.5273457750129601	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
SPA0115_000000005884	4283	0.8994237789281996	3	3	1	2	2	True	119792	backbone	True	SPA0115_000000005884	0.9619617390224069	PS824|PS825	1	1	True	True	1.0	22	IncW	MOBQ			mobilizable	plasmid	2707.0	98.89200000000001	97.0	0.6390266950153556	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
SPA0127_000000006869	4277	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9594703314988843	PS824|PS825	0	0	True	True	1.0	31	IncW	MOBQ			mobilizable	plasmid	2679.0	96.902	97.0	0.6324120009449563	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
ENG0073_000000006104	4263	0.8994237789281996	4	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9587935530405154	PS824|PS825	0	0	True	True	1.0	63	IncW	MOBQ			mobilizable	plasmid	2586.0	95.785	96.0	0.33398133748055986	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0082_000000004390	4241	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9573318028667948	PS824|PS825	0	0	True	True	1.0	215	IncW	MOBQ			mobilizable	plasmid	2586.0	95.94	95.0	0.33398133748055986	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
AST0140_000000006550	4228	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.8715829059444453	PS824|PS825	0	0	True	True	1.0	99	IncW	MOBQ			mobilizable	plasmid	3867.0	96.97399999999999	91.0	0.5007776049766719	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0195_000000005354	4225	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9588388160504017	PS824|PS825	0	0	True	True	1.0	9	IncW	MOBQ			mobilizable	plasmid	2586.0	95.94	96.0	0.33398133748055986	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0003_000000005364	4223	0.8994237789281996	4	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9590589879588484	PS824|PS825	0	0	True	True	1.0	58	IncW	MOBQ			mobilizable	plasmid	2586.0	95.824	97.0	0.33398133748055986	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0353_000000008246	4221	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.951771805493151	PS824|PS825	0	0	True	True	1.0	22	IncW	MOBQ			mobilizable	plasmid	4011.0	97.23299999999999	100.0	0.5186625194401244	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0255_000000006777	4185	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9475257861834402	PS824|PS825	0	0	True	True	1.0	121	IncW	MOBQ			mobilizable	plasmid	3728.0	98.28299999999999	100.0	0.8799905504370423	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
ISR0250_000000002318	4183	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9389707704912814	PS824|PS825	0	0	True	True	1.0	86	IncW	MOBQ			mobilizable	plasmid	3167.0	98.042	100.0	0.4092794193882841	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0156_000000006255	4177	0.8994237789281996	3	3	1	2	2	True	113439	maximal	True	ISR0156_000000006255	1.0		1	1	True	True	1.0	62		MOBQ			mobilizable	plasmid	4057.0	95.90799999999999	97.0	0.40226347662066914	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ENG0006_000000006017	4176	0.8994237789281996	4	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9342853372778632	PS824|PS825	0	0	False	True	0.9973658919334412	0	IncW	MOBQ			mobilizable	plasmid	2517.0	99.166	94.0	0.5941412709662178	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
ISR0376_000000004969	4143	0.8994237789281996	4	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9452386394741227	PS824|PS825	0	0	True	True	1.0	39	IncW	MOBQ			mobilizable	plasmid	3727.0	98.632	100.0	0.8797543113630995	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
ISR0241_000000002973	4138	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9390627490859527	PS824|PS825	0	0	True	True	1.0	3	IncW	MOBQ			mobilizable	plasmid	2553.0	97.846	96.0	0.6026458776281597	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
ISR0398_000000005468	4137	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9472859859963438	PS824|PS825	0	0	True	True	1.0	93	IncW	MOBQ			mobilizable	plasmid	3167.0	97.6	100.0	0.4092794193882841	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
SPA0101_000000010981	4101	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.8926305586863609	PS824|PS825	0	0	False	True	1.0	0	IncW	MOBQ			mobilizable	plasmid	2458.0	98.04700000000001	94.0	0.5802031656035909	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
ISR0816_000000010396	4097	0.8994237789281996	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9470554957156889	PS824|PS825	0	0	False	True	0.9868196249008179	0	IncW	MOBQ			mobilizable	plasmid	3294.0	97.541	100.0	0.42573872472783825	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
SPA0106_000000009997	3903	0.8994237789281996	4	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.8043556899009588	PS824|PS825	0	0	False	True	0.9992313385009766	0	IncW	MOBQ			mobilizable	plasmid	2573.0	98.212	98.0	0.6066619418851878	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
SPA0063_000000005096	3487	0.8994233281449366	7	2	1	2	1	True	51700	fragment	False	SPA0063_000000005096	1.0		0	0	False	False	0.9997132420539856	0					non-mobilizable	no_good_hit	1639.0	91.70200000000001	87.0	0.06521999760220597	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
USA0082_01_000000009084	3284	0.8994233281449366	6	2	1	2	1	True	1509	fragment	False	USA0082_01_000000009084	1.0		0	0	False	False	0.9942143559455872	0					non-mobilizable	no_good_hit	1639.0	91.76299999999999	88.0	0.06521999760220597	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0157_000000026550	1195	0.8994158712991235	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.234757604670641		0	0	False	False	0.9966527223587036	0					non-mobilizable	other	1195.0	98.57700000000001	100.0	0.00037145137937878643	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0199_000000008160	3009	0.8994097217754992	6	2	1	2	1	False	54292	maximal	True	ENG0199_000000008160	1.0		1	1	False	False	0.999002993106842	0					non-mobilizable	no_good_hit	93.0	82.796	3.0	4.124467256312726e-05	NZ_CP014835.1	firmicutes	Streptococcus halotolerans strain HTS9 chromosome, complete genome	True	False
CHI0158_000000001726	7469	0.8993943897803416	12	9	4	4	9	True	123836	maximal	False	ISR0179_000000003111	0.9411963596249409	PS486|PS905|PS906	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	3930.0	99.975	100.0	0.48090575275397796	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ISR0159_000000003045	7458	0.8993943897803416	14	9	4	4	9	True	123836	maximal	False	ISR0179_000000003111	0.9399800954877602	PS486|PS905|PS906	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	3910.0	99.97399999999999	100.0	0.4784577723378213	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ISR0395_000000004279	8620	0.8993927810861126	17	5	2	4	4	False	26299	maximal	True	ISR0395_000000004279	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0554053405386507e-06	CP018166.1	monocots	Oryza sativa Indica Group cultivar Shuhui498 chromosome 10 sequence	True	False
ISR0804_000000006239	2907	0.8993776633018726	6	5	4	3	4	True	123556	backbone	False	ISR0826_000000002301	0.1748699276296523	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2918.0	99.62299999999999	100.0	0.0291094523391346	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0065_000000013415	1926	0.8993734029750682	3	2	2	2	2	False	10674	fragment	False	MON0065_000000013415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0040_01_000000006794	2334	0.8993719035773254	2	2	2	2	2	False	30796	fragment	False	USA0040_01_000000006794	1.0		0	0	False	False	0.9858611822128296	0					non-mobilizable	no_good_hit	70.0	92.85700000000001	3.0	0.0001079692593792251	NZ_FRAC01000007.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
AST0060_000000013601	2157	0.899369767359498	3	3	3	2	1	False	112424	maximal	True	AST0060_000000013601	1.0		1	1	False	False	0.9976819753646851	0					non-mobilizable	no_good_hit	838.0	92.84	75.0	0.00023293973846182962	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
ENG0093_000000004035	3054	0.8993644231906757	6	3	3	3	3	False	61069	maximal	True	ENG0093_000000004035	1.0		1	1	False	False	0.9954158663749695	0					non-mobilizable	no_good_hit	1597.0	90.23200000000001	71.0	0.08274813960800755	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ENG0041_000000010694	2374	0.8993633157976748	4	3	2	1	2	False	86287	fragment	False	ENG0041_000000010694	1.0		0	0	False	False	0.9995787739753723	0					non-mobilizable	other	2377.0	96.214	100.0	0.016910244528409495	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
FIJ0058_000000000717	33568	0.8993626290007973	32	15	9	13	7	True	132169	maximal	True	FIJ0058_000000000717	1.0		1	1	False	False	0.9998212456703186	0					non-mobilizable	no_good_hit	2683.0	80.395	8.0	0.0007511984608440964	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
USA0064_01_000000003877	2165	0.8993584686504467	4	2	2	2	2	False	856	fragment	False	USA0064_01_000000003877	1.0		0	0	False	False	0.9990761876106262	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	2.0	0.024390243902439025	LM529123.1	nematodes	Strongyloides papillosus genome assembly S_papillosus_LIN ,scaffold SPAL_contig0003434	True	False
FIJ0059_000000007263	2493	0.8993437598078349	4	4	3	3	3	False	102290	maximal	True	FIJ0059_000000007263	1.0		0	0	False	False	0.9995988607406616	0					non-mobilizable	no_good_hit	1615.0	76.842	63.0	0.00655804982147987	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0037_000000017951	1347	0.8993422955188097	2	1	1	1	1	False	36684	fragment	False	ISR0037_000000017951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	81.319	7.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
FIJ0032_000000003540	9370	0.8993376474502293	9	7	7	7	7	False	101320	fragment	False	FIJ0014_000000001935	0.594897408102243		0	0	False	False	0.9997865557670593	0					non-mobilizable	no_good_hit	1449.0	79.296	15.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0275_000000004858	2861	0.8993274556225629	5	2	1	2	1	True	119810	maximal	True	ISR0275_000000004858	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	87.823	38.0	0.0041943741939481725	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0106_000000032678	1151	0.8993226130172729	1	1	1	1	1	False	4727	fragment	False	SPA0106_000000032678	1.0		0	0	False	False	0.9947871565818787	0					non-mobilizable	no_good_hit	462.0	71.861	40.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
ISR0290_000000002443	4067	0.8993202654964774	4	2	1	2	1	False	25925	maximal	True	ISR0290_000000002443	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
MON0040_000000010464	2569	0.8993148189571898	4	3	3	3	2	True	79260	fragment	False	MON0040_000000010464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	376.0	72.872	14.0	0.0063981083853469406	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0106_000000028275	1532	0.8993100515417805	3	3	1	3	2	False	45783	fragment	False	MON0106_000000028275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0061_000000020770	1364	0.8993100515417805	3	3	1	3	2	False	45782	fragment	False	FIJ0061_000000020770	0.9326636904761905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0222_000000027904	1690	0.8993026525501935	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.675427177543074		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	86.235	99.0	0.0004509807350280883	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0792_000000010791	1450	0.8993025585666327	2	2	1	2	1	False	89532	fragment	False	USA0008_01_000000003496	0.07848954821308159		0	0	False	False	0.9937931299209595	0					non-mobilizable	chromosome	1450.0	98.82799999999999	100.0	0.00020453043386018283	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MON0019_000000019872	3253	0.8992977447478063	3	3	3	3	3	False	13206	maximal	True	MON0019_000000019872	1.0		19	5	False	False	0.9938518404960632	0					non-mobilizable	chromosome	1752.0	99.943	99.0	0.00039180288399143985	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	False	False
ISR0090_000000011902	2357	0.8992929864740242	3	2	2	2	2	False	78072	maximal	True	ISR0090_000000011902	1.0		1	1	False	False	0.9974544048309326	0					non-mobilizable	no_good_hit	1065.0	98.02799999999999	45.0	0.00025791926060559636	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
ISR0396_000000007970	2838	0.8992875359371229	5	3	3	3	3	True	72914	fragment	False	ISR0396_000000007970	0.9787350054525628		0	0	False	False	0.9947145581245422	0					non-mobilizable	no_good_hit	219.0	99.54299999999999	8.0	0.0013138228629284991	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	True	True
USA0039_01_000000018178	1226	0.8992842632180433	3	2	2	2	1	False	1309	maximal	True	USA0039_01_000000018178	1.0		12	5	False	False	0.9812397956848145	0					non-mobilizable	chromosome	1229.0	91.863	100.0	0.0005939667524079897	LR134481.1	g-proteobacteria	Haemophilus parainfluenzae strain NCTC10665 genome assembly, chromosome: 1	False	False
ISR0174_000000007189	3650	0.8992806642605975	6	4	3	4	2	False	128360	maximal	True	ISR0174_000000007189	1.0		0	0	False	False	0.9958904385566711	0					non-mobilizable	no_good_hit	1865.0	98.552	84.0	0.0006550705589009997	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ISR0221_000000015073	1485	0.8992751338143952	2	2	2	2	1	True	27943	fragment	False	ISR0221_000000015073	1.0		0	0	False	False	0.9952861666679382	0					non-mobilizable	other	1486.0	94.01100000000001	100.0	0.0006220670314952873	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
FIJ0063_000000018397	1546	0.8992653328107723	3	2	1	2	1	False	97042	fragment	False	FIJ0063_000000018397	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000026563	1337	0.8992653328107723	2	2	1	2	1	False	97041	fragment	False	MAD0011_000000010406	0.8368094383952277		0	0	False	False	0.9887808561325073	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0001045197318322309	NZ_QICS01000005.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_105, whole genome shotgun sequence	True	False
SPA0048_000000015456	1325	0.8992653328107723	3	2	1	2	1	False	97041	fragment	False	MAD0011_000000010406	0.8519194437992027		0	0	False	False	0.999245285987854	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0001045197318322309	NZ_QICS01000005.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_105, whole genome shotgun sequence	True	False
MON0032_000000024285	1301	0.8992653328107723	2	2	1	2	1	False	91699	maximal	True	MON0032_000000024285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0072_000000015811	1258	0.8992653328107723	2	2	1	2	1	False	97041	fragment	False	MAD0011_000000010406	0.6294883805230147		0	0	False	False	0.9936407208442688	0					non-mobilizable	no_good_hit								True	False
FIJ0103_000000018721	1227	0.8992653328107723	3	2	1	2	1	False	97041	fragment	False	MAD0011_000000010406	0.7306028758799057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	91.03399999999999	11.0	6.669185100201009e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0311_000000019966	1205	0.8992653328107723	2	2	1	2	1	False	97041	fragment	False	MAD0011_000000010406	0.621002517248704		0	0	False	False	0.996680498123169	0					non-mobilizable	no_good_hit	45.0	88.889	4.0	0.00016424529287922	NZ_QICS01000005.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_105, whole genome shotgun sequence	True	False
CAN0020_000000030175	1143	0.8992653328107723	2	2	1	2	1	False	91698	fragment	False	CAN0020_000000030175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000013893	3052	0.8992642925209824	5	4	4	4	4	False	75737	fragment	False	DEN0011_000000013893	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	76.61399999999999	27.0	0.0013848032891228433	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ISR0025_000000006973	5330	0.8992604526334325	7	2	2	2	1	True	37599	fragment	False	ISR0025_000000006973	0.9939370973853732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0022_000000004860	5278	0.8992604526334325	6	2	2	2	1	True	37599	fragment	False	ISR0025_000000006973	0.9889305816135084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000009804	3392	0.8992509854870981	5	4	4	3	3	False	111986	maximal	True	ISR0176_000000009804	1.0		5	3	False	False	0.9961674809455872	0					non-mobilizable	no_good_hit	622.0	89.228	18.0	0.007325834199829851	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
SPA0029_000000001057	15817	0.8992452716036301	19	6	1	6	3	False	7411	maximal	True	SPA0029_000000001057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0037_000000004135	3077	0.8992357945998379	5	4	1	2	3	True	88001	maximal	True	CHI0037_000000004135	0.9998098859188342		13	6	True	True	1.0	114					non-mobilizable	no_good_hit	924.0	79.00399999999999	36.0	0.04662607813292745	NZ_PHGZ01000017.1	g-proteobacteria	Caviibacterium pharyngocola strain 7.3 contig_17, whole genome shotgun sequence	True	True
SPA0049_000000001552	12865	0.8992346038764633	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8602435962897613	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12876.0	98.431	100.0	0.48062334167943493	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
USA0062_01_000000012449	1551	0.8992312972254776	3	3	2	2	1	False	102233	fragment	False	USA0062_01_000000012449	0.9600130039011703		0	0	False	False	1.0	0					non-mobilizable	chromosome	1551.0	100.0	100.0	0.00021893796442215704	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
CHI0051_000000013157	1422	0.899228512842902	3	3	2	3	2	False	120928	fragment	False	CHI0051_000000013157	1.0		0	0	False	False	0.9992967844009399	0					non-mobilizable	no_good_hit	1254.0	97.76700000000001	88.0	0.013045696377815028	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0150_000000000158	37830	0.8992229996318315	45	32	18	24	27	True	105456	maximal	True	SPA0150_000000000158	1.0	PS636	7	3	False	True	1.0	0					non-mobilizable	no_good_hit	29455.0	99.976	78.0	0.009918534263292735	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
USA0044_01_000000023595	1121	0.8992167080877792	3	2	2	2	1	False	1214	maximal	True	USA0044_01_000000023595	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	1.0845702190717676e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0077_000000001783	4571	0.8992118177101867	4	3	3	3	0	True	104176	maximal	True	DEN0077_000000001783	1.0		0	0	False	False	0.9993436932563782	0					non-mobilizable	no_good_hit	506.0	89.921	11.0	0.0020719563781381933	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0024_000000011795	2049	0.8991995909348465	3	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.49295237581288975		0	0	False	False	1.0	0					non-mobilizable	other	2049.0	98.78	100.0	0.0006371293341438482	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0222_000000005632	11334	0.8991898649922084	15	9	7	6	7	False	122634	fragment	False	ISR0222_000000005632	1.0		0	0	False	False	0.9998235106468201	0					non-mobilizable	no_good_hit	2596.0	98.575	40.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0059_000000001486	8453	0.8991699422286665	10	2	2	2	2	False	112913	maximal	True	AST0059_000000001486	1.0		1	1	True	True	1.0	31					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0457800277627484e-06	LR594588.1	bony fishes	Syngnathus acus genome assembly, chromosome: 2	True	True
AST0010_000000002679	8624	0.8991682226103997	10	4	3	3	4	False	126540	backbone	True	AST0010_000000002679	1.0	PS438|PS969	1	1	True	True	1.0	98					non-mobilizable	no_good_hit	2349.0	96.509	52.0	0.2128353879622915	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0133_000000000131	65078	0.8991671921213891	83	21	10	18	9	True	101357	fragment	False	FIJ0133_000000000131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	85.52600000000001	0.0	0.00122110334214312	NZ_UGSH01000001.1	a-proteobacteria	Ochrobactrum intermedium strain NCTC12171, whole genome shotgun sequence	True	True
ISR0082_000000003621	7133	0.8991550820208625	8	5	2	5	0	True	34198	fragment	False	ISR0082_000000003621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0041_000000003022	10525	0.8991421890100442	16	9	7	7	2	True	121705	fragment	False	FIJ0041_000000003022	0.9671290417114389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	92.32799999999999	4.0	0.0012553041608658927	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0320_000000002352	6743	0.8991417624151814	10	2	2	2	1	False	128741	fragment	False	ISR0320_000000002352	0.9980062766527228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1968.0	91.006	54.0	0.06802197417684314	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0105_000000004148	6726	0.8991417624151814	9	2	2	2	1	False	128741	fragment	False	ISR0320_000000002352	0.996904999392731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1968.0	91.006	54.0	0.06802197417684314	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0005_000000004351	6658	0.8991417624151814	9	2	2	2	1	False	128741	fragment	False	ISR0320_000000002352	0.9948023748329788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1960.0	90.969	54.0	0.06774204835718535	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0125_000000005433	6641	0.8991417624151814	9	2	2	2	1	False	128741	fragment	False	ISR0320_000000002352	0.9937874843645883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1960.0	90.969	55.0	0.06774204835718535	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0079_000000003195	6640	0.8991417624151814	9	2	2	2	1	False	128741	fragment	False	ISR0320_000000002352	0.9936082387197572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1960.0	90.969	55.0	0.06774204835718535	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0088_000000010889	2832	0.8991417624151814	5	2	2	2	1	False	95643	fragment	False	MON0088_000000010889	1.0		0	0	False	False	0.9996469020843506	0					non-mobilizable	no_good_hit	979.0	91.82799999999999	60.0	0.034185940725707686	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0051_000000007505	4299	0.8991362251963044	4	3	3	3	3	False	93008	maximal	False	MON0061_000000007817	0.47778486394557823		0	0	False	False	0.9911607503890991	0					non-mobilizable	no_good_hit	728.0	70.87899999999999	17.0	0.004448663186204714	NZ_SWAR01000010.1	b-proteobacteria	Pseudorivibacter rhizosphaerae strain C1-9 scaffold_9, whole genome shotgun sequence	True	False
MAD0081_000000001149	5129	0.8991359133182736	11	4	3	4	4	False	44713	maximal	True	MAD0081_000000001149	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0187_000000010616	2629	0.8991319070680683	4	4	3	4	3	False	131480	maximal	True	ISR0187_000000010616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1656.0	77.597	81.0	0.0004647762730859267	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0170_000000004976	8512	0.8991300314977011	13	10	5	7	9	False	103472	fragment	False	ISR0170_000000004976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3190.0	92.696	55.0	0.12668345122487312	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
FIJ0047_000000016077	1913	0.8991299342137777	2	2	2	2	2	False	59536	fragment	False	FIJ0047_000000016077	0.9568193786203265		0	0	False	False	0.9911134243011475	0					non-mobilizable	no_good_hit	124.0	82.258	6.0	0.004732225300092336	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ISR0083_000000013935	1910	0.899125581512025	2	2	1	2	1	False	34101	fragment	False	ISR0083_000000013935	1.0		0	0	False	False	0.999476432800293	0					non-mobilizable	other	1159.0	82.65700000000001	93.0	0.0004947426631376451	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
USA0059_01_000000008513	3109	0.8991253027962585	5	2	0	2	0	True	129114	maximal	True	USA0059_01_000000008513	1.0		1	1	False	False	0.9958186149597168	0					non-mobilizable	no_good_hit								True	True
ENG0013_000000013831	1963	0.8991227559093635	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.34855592938340724		0	0	False	False	1.0	0					non-mobilizable	chromosome	1961.0	93.116	99.0	0.0008071762914202926	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0094_000000005141	4005	0.8991202171006764	5	4	3	4	3	False	109357	maximal	True	AST0094_000000005141	1.0		8	3	False	False	0.9967540502548218	0					non-mobilizable	no_good_hit	410.0	97.31700000000001	10.0	0.011280269181973633	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0084_000000024541	1175	0.8991064396657098	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.11389492155074038		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	98.979	100.0	0.0277975091158782	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0123_000000003922	4657	0.8990986071156228	8	4	2	2	4	False	32123	maximal	True	ISR0123_000000003922	1.0		1	1	False	False	0.9948464632034302	0					non-mobilizable	no_good_hit								True	False
ENG0046_000000001705	10518	0.8990974435077334	11	10	9	10	10	True	96704	fragment	False	ENG0046_000000001705	0.9981514788169464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	84.57799999999999	33.0	0.06967044988376864	NZ_JH604968.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld499, whole genome shotgun sequence	True	True
FIJ0166_000000010955	2188	0.8990948808735215	4	3	3	2	1	False	47955	maximal	False	FIJ0036_000000017738	0.9570686389602354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	77.982	30.0	0.0002338887982714504	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
CHI0055_000000012503	1381	0.8990911340853416	2	2	2	2	1	False	86194	fragment	False	CHI0055_000000012503	0.9822667694680031		0	0	False	False	0.9855177402496338	0					non-mobilizable	no_good_hit	407.0	71.99	29.0	7.571684493819541e-05	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
SPA0128_000000014342	2589	0.8990903893540892	3	2	2	2	2	False	3886	fragment	False	SPA0128_000000014342	1.0		0	0	False	False	0.9992275238037109	0					non-mobilizable	no_good_hit	113.0	76.991	4.0	0.00032543255410316213	NZ_KB446649.1	firmicutes	Eggerthia catenaformis OT 569 = DSM 20559 strain OT 569 acdBZ-supercont1.4, whole genome shotgun sequence	True	False
SPA0144_000000000883	13800	0.8990897681885679	19	11	8	10	9	True	126200	maximal	False	SPA0143_000000000929	0.9693449607956883	PS944	0	0	False	True	0.9986956715583801	0					non-mobilizable	no_good_hit	1606.0	73.47399999999999	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0107_000000003358	3822	0.8990893272624215	2	2	2	2	1	True	120584	fragment	False	CHI0107_000000003358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0102_000000006340	4117	0.8990800369481751	4	2	1	2	2	False	79041	fragment	False	ENG0102_000000006340	0.9831832627118644		0	0	False	False	0.9997571110725403	0					non-mobilizable	no_good_hit	752.0	76.46300000000001	22.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0112_000000007400	3698	0.8990800369481751	4	2	1	2	2	False	116325	fragment	False	ENG0150_000000004183	0.9720951147393764		0	0	False	False	0.999729573726654	0					non-mobilizable	no_good_hit	509.0	86.837	48.0	0.001053870779550725	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0052_000000016391	1662	0.89907838430914	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8415106782261416		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	94.708	100.0	0.007483616824296113	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0788_000000003490	2097	0.8990757547198971	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9610425645925526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000026674	2176	0.8990662650929153	3	2	2	2	2	False	69550	fragment	False	DEN0079_000000026674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	75.281	8.0	7.644040454206233e-05	NZ_PDOF01000001.1	firmicutes	Bacillus lacisalsi strain YSP-3 ZB100000, whole genome shotgun sequence	True	False
ISR0160_000000002771	8491	0.8990622381727849	7	6	4	6	5	False	120190	fragment	False	ISR0160_000000002771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	76.575	25.0	0.009767568852993245	NZ_JAAITI010000009.1	firmicutes	Blautia luti strain MSK.16.34 NODE_9_length_113539_cov_214.703, whole genome shotgun sequence	True	False
SPA0058_000000020180	1520	0.8990344591493966	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.11856559032826595		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	92.25	100.0	0.0032252670855553796	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
FIJ0126_000000014422	2553	0.8990340625953154	2	2	1	1	1	False	41147	maximal	True	FIJ0126_000000014422	1.0		1	1	False	False	0.9972581267356873	0					non-mobilizable	chromosome	2483.0	94.72399999999999	97.0	0.0007341976469542941	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
DEN0079_000000001332	16519	0.8990231123459606	18	6	4	6	3	False	69653	maximal	True	DEN0079_000000001332	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	0.0	1.6787215833132226e-06	AP019304.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd08	True	False
FIJ0022_000000008224	3043	0.8990137647371135	3	2	2	1	1	False	49491	maximal	True	FIJ0022_000000008224	1.0		0	0	False	False	0.9930989146232605	0					non-mobilizable	no_good_hit	977.0	89.04799999999999	41.0	0.0002896745679794092	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
USA0059_01_000000011851	2216	0.8990029813273238	4	2	0	1	2	False	83051	maximal	True	USA0059_01_000000011851	1.0	PS412	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1603.0	97.941	72.0	0.2845976194705987	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
FIJ0062_000000013196	2214	0.8990017331992938	3	2	2	2	2	False	45717	maximal	True	FIJ0062_000000013196	1.0		36	2	False	False	0.9878048896789551	0					non-mobilizable	no_good_hit								True	False
ISR0825_000000002197	8914	0.8990001480881342	10	8	4	5	7	True	92174	maximal	True	ISR0825_000000002197	1.0		1	1	True	True	1.0	64		MOBB			mobilizable	no_good_hit	1908.0	93.60600000000001	46.0	0.31905961376994124	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
SPA0016_000000024924	1369	0.8989983842590069	2	2	2	2	2	False	74947	fragment	False	ISR0082_000000024502	0.950230261027955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	72.366	41.0	0.004671273285650786	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
ISR0327_000000012988	2146	0.8989979687938416	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.09798776473432726	PS1101	0	0	False	True	0.999534010887146	0					non-mobilizable	other	2148.0	98.883	100.0	0.0004136978135024691	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0170_000000007706	2076	0.8989979687938416	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.08651822488099747	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2081.0	98.895	100.0	0.00041514132169021597	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0068_000000012296	1993	0.8989979687938416	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.08256442012006258	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1993.0	99.54799999999999	100.0	0.0003858080732663476	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0191_000000018434	1721	0.8989979687938416	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.05688378356867129	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1719.0	98.31299999999999	100.0	0.0003312110147116925	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0378_000000018130	1682	0.8989979687938416	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.05421499671190578	PS1101	0	0	False	True	0.9994054436683655	0					non-mobilizable	other	1682.0	99.16799999999999	100.0	0.0003246055877481921	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0084_000000002944	1665	0.8989979687938416	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.048305817228250864	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1665.0	99.88	100.0	0.0003217257197257937	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
DEN0056_000000001774	1579	0.8989979687938416	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.040473915393786086	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1580.0	99.62	100.0	0.00030527163658698953	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ENG0145_000000019833	1468	0.8989979687938416	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.022488864738509463	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1468.0	98.84200000000001	100.0	0.00028412672865548794	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0203_000000013617	1326	0.8989979687938416	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.00977541093776561	PS1101	0	0	False	True	0.999245822429657	0					non-mobilizable	other	1326.0	99.62299999999999	100.0	0.0002566243459226459	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0077_000000011056	1279	0.8989979687938416	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.007651506363185261	PS1101	0	0	False	True	0.9820172190666199	0					non-mobilizable	other	1279.0	98.749	100.0	0.00024066142346147582	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MAD0092_000000001578	9576	0.8989925343071269	13	9	5	8	7	False	71402	maximal	True	MAD0092_000000001578	0.958147073993258		1	1	True	True	0.9998955726623535	148					non-mobilizable	no_good_hit	1643.0	96.105	30.0	0.0005804188152019443	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0774_000000003808	6049	0.8989882635095693	10	9	3	3	8	True	120545	backbone	True	ISR0774_000000003808	0.9859463222759921	PS472|PS846	14	4	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	plasmid	3242.0	99.661	98.0	0.5461745871250421	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
ISR0366_000000002192	6012	0.8989882635095693	11	9	3	3	8	True	120545	backbone	False	ISR0774_000000003808	0.9848421184087283	PS472|PS846	0	0	True	True	0.9998336434364319	46	rep_cluster_1085	MOBB			mobilizable	plasmid	4097.0	99.927	100.0	0.6902595214020897	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
MON0033_000000001809	24427	0.8989862261495288	24	20	11	19	10	True	97886	fragment	False	MON0037_000000000589	0.9789770438985099		0	0	False	False	0.9999590516090393	0					non-mobilizable	no_good_hit	8960.0	99.71	37.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
SPA0126_000000034643	1314	0.8989799783606893	2	1	1	1	1	False	3944	fragment	False	SPA0126_000000034643	1.0		0	0	False	False	0.9969558715820312	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000002808	4777	0.8989784551040672	5	4	4	4	3	False	130877	maximal	True	ISR0266_000000002808	1.0	PS1128	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1305.0	100.0	27.0	0.005627991488957656	NZ_AGDG01000004.1	CFB group bacteria	Bacteroides faecis MAJ27 contig004, whole genome shotgun sequence	True	True
FIJ0088_000000000930	27732	0.898971039601559	26	8	5	5	5	True	47068	maximal	True	FIJ0088_000000000930	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	7.553907680724767e-07	LR597558.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 9	True	True
ENG0142_000000027309	1268	0.8989695056935397	1	1	1	1	1	False	57650	fragment	False	ENG0142_000000027309	1.0		0	0	False	False	0.9952681660652161	0					non-mobilizable	no_good_hit	88.0	96.59100000000001	7.0	2.1330477501127205e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0052_000000017231	1437	0.8989676305452753	3	2	2	2	2	False	114441	fragment	False	AST0052_000000017231	1.0		0	0	False	False	0.9944328665733337	0					non-mobilizable	no_good_hit	634.0	96.68799999999999	44.0	0.13038105046343976	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
MON0088_000000004682	5682	0.898955144814768	6	1	1	1	1	True	116379	maximal	True	MON0088_000000004682	1.0	PS774	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4543.0	99.846	80.0	0.9989001319841619	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
ISR0076_000000005080	4853	0.898955144814768	6	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9601399150839346	PS774	0	0	True	True	1.0	245					non-mobilizable	plasmid	3925.0	98.65	96.0	0.8629564452265728	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ISR0123_000000003713	4852	0.898955144814768	5	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9573207971158613	PS774	0	0	True	True	1.0	66					non-mobilizable	plasmid	4039.0	98.465	96.0	0.8882534095908491	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ITA0004_000000000213	4811	0.898955144814768	7	1	1	1	1	True	20405	maximal	True	ITA0004_000000000213	1.0		1	1	True	True	0.9993764162063599	69					non-mobilizable	plasmid	2534.0	99.369	91.0	0.5643939393939394	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	False	True
ENG0116_000000004644	4751	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9637115742903266	PS774	0	0	True	True	1.0	101					non-mobilizable	plasmid	4356.0	99.61	96.0	0.9564452265728113	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ENG0146_000000005338	4645	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9515590719981958	PS774	0	0	True	True	1.0	150					non-mobilizable	plasmid	3585.0	95.45299999999999	99.0	0.7844258688957325	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ENG0154_000000005916	4645	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9504128181741328	PS774	0	0	True	True	1.0	87					non-mobilizable	plasmid	4302.0	95.18799999999999	99.0	0.940387153541575	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ENG0011_000000005381	4644	0.898955144814768	5	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9536652624113313	PS774	0	0	True	True	0.9997846484184265	19					non-mobilizable	plasmid	3688.0	95.20100000000001	99.0	0.8048834139903212	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ENG0187_000000005464	4644	0.898955144814768	5	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9527307762012364	PS774	0	0	True	True	1.0	25					non-mobilizable	plasmid	3688.0	95.01100000000001	99.0	0.8048834139903212	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ENG0120_000000004563	4643	0.898955144814768	5	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9529282882306145	PS774	0	0	True	True	1.0	136					non-mobilizable	plasmid	3689.0	95.31	99.0	0.8048834139903212	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ENG0111_000000004666	4643	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9506828979684336	PS774	0	0	True	True	1.0	12					non-mobilizable	plasmid	4101.0	96.09899999999999	96.0	0.8972723273207215	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
USA0043_01_000000002734	4638	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9614648781788979	PS774	0	0	True	True	0.9997844099998474	13					non-mobilizable	plasmid	3568.0	99.524	99.0	0.7844258688957325	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
USA0057_01_000000006534	4626	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9503508502799065	PS774	0	0	True	True	1.0	116					non-mobilizable	plasmid	4101.0	96.245	96.0	0.8972723273207215	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
USA0117_01_000000005412	4625	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9629856076993779	PS774	0	0	True	True	1.0	16					non-mobilizable	plasmid	2920.0	99.76	100.0	0.6421029476462824	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
MON0106_000000008181	4625	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9640413426857882	PS774	0	0	True	True	1.0	98					non-mobilizable	plasmid	4137.0	99.927	100.0	0.9098108227012759	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
AST0047_000000004446	4625	0.898955144814768	5	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9642081558000861	PS774	0	0	True	True	1.0	341					non-mobilizable	plasmid	3842.0	99.844	100.0	0.844918609766828	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ISR0069_000000005238	4625	0.898955144814768	5	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9627246939699379	PS774	0	0	True	True	1.0	252					non-mobilizable	plasmid	4015.0	98.58	99.0	0.8827540695116586	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ENG0136_000000002709	4625	0.898955144814768	5	1	1	1	1	True	116378	backbone	True	ENG0136_000000002709	0.9646244845804725	PS774	17	6	True	True	1.0	23					non-mobilizable	plasmid	4327.0	99.792	100.0	0.9516058073031236	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ENG0068_000000004914	4624	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9321121356034162	PS774	0	0	True	True	1.0	22					non-mobilizable	plasmid	2662.0	93.125	100.0	0.579850417949846	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
SPA0040_000000007919	4624	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9639511021232997	PS774	0	0	True	True	1.0	53					non-mobilizable	plasmid	4071.0	99.681	100.0	0.895292564892213	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
FIJ0145_000000002492	4621	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9502666691854462	PS774	0	0	True	True	1.0	15					non-mobilizable	plasmid	4101.0	96.26899999999999	96.0	0.8972723273207215	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ISR0259_000000002781	4620	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9499590748450764	PS774	0	0	True	True	1.0	282					non-mobilizable	plasmid	4101.0	96.245	96.0	0.8972723273207215	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
AST0148_000000007450	4605	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9633655706570008	PS774	0	0	True	True	1.0	207					non-mobilizable	plasmid	4141.0	99.855	100.0	0.9106907171139463	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ENG0071_000000004501	4586	0.898955144814768	5	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9639625536471315	PS774	0	0	True	True	1.0	91					non-mobilizable	plasmid	4295.0	99.76700000000001	100.0	0.9443466783985922	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ENG0204_000000004965	4520	0.898955144814768	4	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.9134121715127264	PS774	0	0	True	True	0.999336302280426	8					non-mobilizable	plasmid	4003.0	96.303	96.0	0.8774747030356357	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ISR0296_000000005418	4444	0.898955144814768	3	1	1	1	1	True	116378	backbone	False	ENG0136_000000002709	0.7951613884071626	PS774	0	0	True	True	1.0	74					non-mobilizable	plasmid	3872.0	96.64299999999999	95.0	0.8484381874175099	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
DEN0069_000000006878	4137	0.898955144814768	4	1	1	1	1	True	106413	maximal	True	DEN0069_000000006878	1.0		1	1	True	True	1.0	102					non-mobilizable	no_good_hit	795.0	85.786	22.0	0.19597115145486196	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
MON0012_000000009835	4098	0.898955144814768	7	1	1	1	1	True	14322	maximal	True	MON0012_000000009835	0.9894828690470918		2	1	False	True	0.9626647233963013	0					non-mobilizable	no_good_hit	573.0	84.81700000000001	20.0	0.1415070877891072	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
MON0038_000000006232	4088	0.898955144814768	6	1	1	1	1	True	14322	maximal	False	MON0012_000000009835	0.9829239586363878		0	0	True	True	0.9997553825378418	7					non-mobilizable	no_good_hit	761.0	84.1	25.0	0.1875155433971649	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
ETH0004_000000007225	3955	0.898955144814768	4	1	1	1	1	True	52930	maximal	True	ETH0004_000000007225	1.0		1	1	False	False	0.9969658851623535	0					non-mobilizable	no_good_hit	568.0	84.859	32.0	0.14026361601591644	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
MAD0045_000000009158	3894	0.898955144814768	4	1	1	1	1	True	17890	maximal	True	MAD0045_000000009158	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	88.178	33.0	0.12733150957473266	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
USA0026_01_000000009153	3667	0.898955144814768	3	1	1	1	1	True	63542	fragment	False	USA0026_01_000000009153	1.0		0	0	False	False	0.9986364841461182	0					non-mobilizable	plasmid	3603.0	99.695	98.0	0.7923449186097669	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
ISR0270_000000001853	3474	0.898955144814768	3	1	1	1	1	True	26440	maximal	True	ISR0270_000000001853	1.0		1	1	True	True	1.0	40					non-mobilizable	no_good_hit								True	True
AST0035_000000005505	2964	0.898955144814768	5	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.6973217274296566	PS784	0	0	True	True	0.9996626377105713	67					non-mobilizable	other	2442.0	92.09700000000001	98.0	0.8249146757679181	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
ISR0312_000000005507	2963	0.898955144814768	1	1	1	1	1	True	25261	fragment	False	ISR0312_000000005507	1.0		0	0	False	False	0.9993250370025635	0					non-mobilizable	no_good_hit								True	True
ENG0132_000000006472	2953	0.898955144814768	5	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9210991003251325	PS784	0	0	True	True	1.0	52					non-mobilizable	other	2419.0	95.24600000000001	98.0	0.8249146757679181	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
ENG0155_000000007661	2953	0.898955144814768	5	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9210991003251325	PS784	0	0	True	True	1.0	37					non-mobilizable	other	2419.0	95.24600000000001	98.0	0.8249146757679181	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
FIJ0044_000000007499	2932	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9749717857019011	PS784	0	0	True	True	1.0	6					non-mobilizable	other	2888.0	99.931	100.0	0.9853242320819112	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
FIJ0099_000000007683	2930	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9764932893187219	PS784	0	0	True	True	1.0	24					non-mobilizable	other	2889.0	99.965	100.0	0.985665529010239	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
FIJ0103_000000007006	2930	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.975332038185211	PS784	0	0	True	True	0.9993174076080322	9					non-mobilizable	other	2888.0	99.792	100.0	0.9853242320819112	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
ISR0162_000000013388	2929	0.898955144814768	4	1	1	1	1	True	116842	backbone	True	ISR0162_000000013388	0.9766559896618756	PS784	13	5	True	True	1.0	34					non-mobilizable	other	2888.0	99.965	100.0	0.9853242320819112	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
CHI0093_000000001680	2924	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9756023444819971	PS784	0	0	True	True	1.0	5					non-mobilizable	other	2899.0	100.0	100.0	0.9890784982935154	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
ISR0343_000000005640	2916	0.898955144814768	5	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9700333450834087	PS784	0	0	True	True	0.9886831045150757	22					non-mobilizable	other	2586.0	99.845	100.0	0.8822525597269625	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
MON0053_000000012606	2916	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9761248531899025	PS784	0	0	True	True	0.9996570348739624	9					non-mobilizable	other	2586.0	100.0	100.0	0.8822525597269625	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
FIJ0172_000000009001	2912	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.97396610010289	PS784	0	0	True	True	1.0	5					non-mobilizable	other	2879.0	99.965	100.0	0.9822525597269625	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
FIJ0049_000000005827	2910	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9734926956837086	PS784	0	0	True	True	1.0	2					non-mobilizable	other	2880.0	99.931	100.0	0.9825938566552901	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
ISR0168_000000008987	2874	0.898955144814768	5	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9341602032223272	PS784	0	0	True	True	0.9979122877120972	17					non-mobilizable	other	2079.0	99.711	100.0	0.7092150170648465	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
CHI0182_000000009408	2872	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.97374472608653	PS784	0	0	True	True	1.0	21					non-mobilizable	other	2584.0	99.729	100.0	0.8812286689419795	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
AST0084_000000011790	2871	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9738820682886928	PS784	0	0	True	True	1.0	204					non-mobilizable	other	2583.0	99.729	100.0	0.8812286689419795	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
CHI0146_000000002328	2871	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9270162279668095	PS784	0	0	True	True	1.0	27					non-mobilizable	other	2585.0	98.762	100.0	0.8812286689419795	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
CHI0073_000000003137	2870	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9729967693580758	PS784	0	0	True	True	1.0	105					non-mobilizable	other	2583.0	99.613	100.0	0.8812286689419795	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
SPA0125_000000012272	2867	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.972865916697122	PS784	0	0	True	True	1.0	216					non-mobilizable	other	2579.0	99.69	100.0	0.879863481228669	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
FIJ0051_000000007565	2861	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9719717029743198	PS784	0	0	True	True	1.0	1					non-mobilizable	other	2581.0	99.613	100.0	0.8805460750853242	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
CHI0041_000000004943	2852	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9274589749311701	PS784	0	0	True	True	0.9996493458747864	31					non-mobilizable	other	2564.0	99.181	100.0	0.8744027303754266	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
ISR0304_000000003239	2852	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9728048203813653	PS784	0	0	True	True	1.0	14					non-mobilizable	other	2583.0	99.961	100.0	0.8812286689419795	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
CHI0186_000000006928	2787	0.898955144814768	4	1	1	1	1	True	116842	backbone	False	ISR0162_000000013388	0.9015105277121844	PS784	0	0	True	True	0.9989235997200012	2					non-mobilizable	other	2785.0	94.865	99.0	0.9488054607508533	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
ENG0095_000000010075	2729	0.898955144814768	3	1	1	1	1	True	62013	fragment	False	ENG0095_000000010075	1.0		0	0	False	False	0.9948698878288269	0					non-mobilizable	plasmid	2729.0	99.927	100.0	0.6000879894412671	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
USA0081_01_000000011584	2686	0.898955144814768	5	1	1	1	1	True	3266	fragment	False	USA0081_01_000000011584	0.977363782051282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	84.448	26.0	0.15112186537615485	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
SPA0150_000000007798	2496	0.898955144814768	5	1	1	1	1	True	3266	fragment	False	USA0081_01_000000011584	0.943596425912137		0	0	False	False	0.9987980723381042	0					non-mobilizable	no_good_hit	682.0	81.525	27.0	0.23139931740614333	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0816_000000016411	2457	0.898955144814768	4	1	1	1	1	True	83802	fragment	False	ISR0816_000000016411	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	99.943	100.0	0.5989761092150171	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
FIJ0167_000000008178	2396	0.898955144814768	2	1	1	1	1	True	38977	maximal	True	FIJ0167_000000008178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1644.0	97.324	76.0	0.5607508532423208	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0324_000000013126	2351	0.898955144814768	3	1	1	1	1	True	24936	maximal	True	ISR0324_000000013126	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000021027	2343	0.898955144814768	2	1	1	1	1	True	43410	maximal	True	ISR0126_000000021027	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0152_000000010671	2306	0.898955144814768	4	1	1	1	1	True	39720	fragment	False	FIJ0152_000000010671	1.0		0	0	False	False	0.9900259971618652	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	4.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AUS0002_000000015758	2290	0.898955144814768	2	1	1	1	1	True	102991	maximal	True	AUS0002_000000015758	1.0		0	0	False	False	0.9986899495124817	0					non-mobilizable	no_good_hit	918.0	99.346	40.0	0.0003195141990437571	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	True
USA0108_01_000000004824	2263	0.898955144814768	3	1	1	1	1	True	53070	fragment	False	USA0108_01_000000004824	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2188.0	99.81700000000001	97.0	0.4808622965244171	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
CHI0160_000000014197	2196	0.898955144814768	3	1	1	1	1	True	83803	fragment	False	CHI0160_000000014197	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2102.0	98.76299999999999	97.0	0.716382252559727	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
SPA0127_000000013713	2140	0.898955144814768	3	1	1	1	1	True	119957	maximal	True	SPA0127_000000013713	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0086_000000012941	2105	0.898955144814768	1	1	1	1	1	True	95823	fragment	False	FIJ0109_000000011412	0.9702452024561152		0	0	False	False	0.9995249509811401	0					non-mobilizable	no_good_hit	1201.0	79.767	56.0	0.45604606525911706	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
USA0024_01_000000011024	2093	0.898955144814768	1	1	1	1	1	True	1677	fragment	False	USA0024_01_000000011024	1.0		0	0	False	False	0.9942666292190552	0					non-mobilizable	no_good_hit								True	True
SPA0085_000000006560	2066	0.898955144814768	2	1	1	1	1	True	119958	maximal	True	SPA0085_000000006560	1.0		1	1	False	False	0.9816069602966309	0					non-mobilizable	no_good_hit								True	True
ISR0293_000000017420	2039	0.898955144814768	1	1	1	1	1	True	95823	fragment	False	FIJ0109_000000011412	0.6530482977038797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1218.0	79.721	59.0	0.46180422264875237	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0051_000000014290	1987	0.898955144814768	2	1	1	1	1	True	64064	maximal	True	ENG0051_000000014290	1.0		1	1	False	False	0.9939607381820679	0					non-mobilizable	no_good_hit								True	True
CHI0168_000000008222	1984	0.898955144814768	3	1	1	1	1	True	83801	fragment	False	CHI0168_000000008222	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1916.0	99.426	99.0	0.6535836177474402	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
ISR0120_000000017318	1967	0.898955144814768	1	1	1	1	1	True	97000	fragment	False	ISR0120_000000017318	0.9981785063752276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0092_000000014500	1966	0.898955144814768	1	1	1	1	1	True	97000	fragment	False	ISR0120_000000017318	0.9980090435723129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0104_000000012692	1958	0.898955144814768	3	1	1	1	1	True	32980	fragment	False	ISR0104_000000012692	1.0		0	0	False	False	0.9994892477989197	0					non-mobilizable	other	1956.0	99.744	99.0	0.6672354948805461	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
SPA0151_000000009650	1937	0.898955144814768	4	1	1	1	1	True	3243	fragment	False	SPA0151_000000009650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	81.525	35.0	0.23139931740614333	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
MON0002_000000013663	1920	0.898955144814768	3	1	1	1	1	True	14321	fragment	False	MON0002_000000013663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	502.0	84.861	26.0	0.12384978860979856	HG796324.1	bacteria	Uncultured bacterium plasmid pRGI00460	True	True
SPA0043_000000008975	1913	0.898955144814768	1	1	1	1	1	True	97000	fragment	False	ISR0120_000000017318	0.986077257388971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0004_000000014792	1887	0.898955144814768	2	1	1	1	1	True	96174	maximal	True	CAN0004_000000014792	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	79.684	63.0	0.45604606525911706	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0077_000000011222	1809	0.898955144814768	2	1	1	1	1	True	62012	fragment	False	ENG0077_000000011222	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1809.0	99.72399999999999	100.0	0.39771227452705676	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ENG0060_000000017066	1800	0.898955144814768	1	1	1	1	1	True	95824	maximal	True	ENG0060_000000017066	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	79.592	67.0	0.46449136276391556	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0096_000000018219	1796	0.898955144814768	1	1	1	1	1	True	73725	maximal	True	ENG0096_000000018219	0.9983183856502242		2	2	False	False	0.9983296394348145	0					non-mobilizable	no_good_hit								True	True
SPA0044_000000015392	1784	0.898955144814768	1	1	1	1	1	True	73725	maximal	False	ENG0096_000000018219	0.9949888641425391		0	0	False	False	0.996076226234436	0					non-mobilizable	no_good_hit								True	True
CHI0056_000000011319	1774	0.898955144814768	1	1	1	1	1	True	119961	fragment	False	CHI0056_000000011319	0.9999432463110102		0	0	False	False	0.9870349764823914	0					non-mobilizable	no_good_hit								True	True
ISR0009_000000018816	1773	0.898955144814768	1	1	1	1	1	True	119961	fragment	False	CHI0056_000000011319	0.9998868765252155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0148_000000019404	1768	0.898955144814768	1	1	1	1	1	True	119961	fragment	False	CHI0056_000000011319	0.9993230197000201		0	0	False	False	0.9954751133918762	0					non-mobilizable	no_good_hit								True	True
ENG0163_000000014509	1762	0.898955144814768	1	1	1	1	1	True	119961	fragment	False	CHI0056_000000011319	0.9979667511103898		0	0	False	False	0.9994324445724487	0					non-mobilizable	no_good_hit								True	True
ENG0091_000000013689	1761	0.898955144814768	1	1	1	1	1	True	119961	fragment	False	CHI0056_000000011319	0.9980809388539473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0333_000000013263	1759	0.898955144814768	1	1	1	1	1	True	119961	fragment	False	CHI0056_000000011319	0.9975151947397588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0133_000000010935	1759	0.898955144814768	1	1	1	1	1	True	119961	fragment	False	CHI0056_000000011319	0.9975151947397588		0	0	False	False	0.9948834776878357	0					non-mobilizable	no_good_hit								True	True
SPA0096_000000023578	1748	0.898955144814768	1	1	1	1	1	True	119961	fragment	False	CHI0056_000000011319	0.9931528914806819		0	0	False	False	0.9897025227546692	0					non-mobilizable	no_good_hit								True	True
ISR0030_000000012335	1748	0.898955144814768	1	1	1	1	1	True	37039	maximal	True	ISR0030_000000012335	1.0		0	0	False	False	0.9988558292388916	0					non-mobilizable	no_good_hit	254.0	97.63799999999999	15.0	0.04509000178221351	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0090_000000007533	1743	0.898955144814768	3	1	1	1	1	True	83800	fragment	False	CHI0090_000000007533	1.0		0	0	False	False	0.9781985282897949	0					non-mobilizable	other	1743.0	99.943	100.0	0.5945392491467577	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
DEN0051_000000027243	1730	0.898955144814768	2	1	1	1	1	True	72516	maximal	True	DEN0051_000000027243	1.0		1	1	False	False	0.9994219541549683	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0028828514021140912	AM460946.1	eudicots	Vitis vinifera, whole genome shotgun sequence, contig VV78X172264.10, clone ENTAV 115	True	True
ISR0040_000000015320	1724	0.898955144814768	2	1	1	1	1	True	56390	fragment	False	ISR0040_000000015320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
TAN0019_000000004358	1702	0.898955144814768	3	1	1	1	1	True	2523	maximal	True	TAN0019_000000004358	1.0		1	1	False	False	0.9905992746353149	0					non-mobilizable	no_good_hit								True	True
MON0069_000000031381	1653	0.898955144814768	1	1	1	1	1	True	119961	fragment	False	CHI0056_000000011319	0.9501004253234939		0	0	False	False	0.9993950128555298	0					non-mobilizable	no_good_hit								True	True
AST0102_000000019125	1645	0.898955144814768	2	1	1	1	1	True	108215	maximal	True	AST0102_000000019125	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0013_000000016080	1632	0.898955144814768	2	1	1	1	1	True	40170	fragment	False	ISR0172_000000009168	0.962129840546697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	89.286	43.0	0.23856655290102388	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0364_000000010938	1629	0.898955144814768	2	1	1	1	1	True	49073	fragment	False	ISR0364_000000010938	0.9666880204996797		0	0	False	False	0.9981583952903748	0					non-mobilizable	no_good_hit								True	True
ISR0798_000000007543	1621	0.898955144814768	3	1	1	1	1	True	21912	fragment	False	ISR0798_000000007543	0.9909431605246721		0	0	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	1067.0	76.57	65.0	0.23163220413550373	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
ISR0378_000000019202	1611	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.9993045253530943		0	0	False	False	0.9993792772293091	0					non-mobilizable	no_good_hit								True	True
ENG0096_000000020183	1609	0.898955144814768	2	1	1	1	1	True	75617	fragment	False	ENG0016_000000013941	0.9997773324426631		0	0	False	False	0.998757004737854	0					non-mobilizable	no_good_hit								True	True
ENG0016_000000013941	1609	0.898955144814768	2	1	1	1	1	True	75617	fragment	False	ENG0016_000000013941	0.9997773324426631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0198_000000012525	1604	0.898955144814768	3	1	1	1	1	True	54338	fragment	False	ENG0198_000000012525	1.0		0	0	False	False	0.9993765354156494	0					non-mobilizable	other	1602.0	88.70200000000001	99.0	0.5443686006825939	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	False	True
SPA0096_000000026099	1601	0.898955144814768	3	1	1	1	1	True	21912	fragment	False	ISR0798_000000007543	0.9848858729179519		0	0	False	False	0.9987508058547974	0					non-mobilizable	no_good_hit	1067.0	76.57	66.0	0.23163220413550373	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
DEN0069_000000017113	1589	0.898955144814768	2	1	1	1	1	True	70705	maximal	True	DEN0069_000000017113	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0025_000000017098	1577	0.898955144814768	2	1	1	1	1	True	66141	maximal	True	ENG0025_000000017098	1.0		1	1	False	False	0.9930247068405151	0					non-mobilizable	no_good_hit								True	True
ISR0049_000000018780	1571	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.9970473163919746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0110_000000014951	1570	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.9969330191463623		0	0	False	False	0.9993630647659302	0					non-mobilizable	no_good_hit								True	True
USA0116_01_000000015688	1569	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.9910133817725143		0	0	False	False	0.9987252950668335	0					non-mobilizable	no_good_hit								True	True
ISR0051_000000023645	1569	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.99676081802119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0275_000000009116	1564	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.9947982808110953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0336_000000009673	1564	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.9953204045501461		0	0	False	False	0.9993606209754944	0					non-mobilizable	no_good_hit								True	True
ISR0254_000000008143	1563	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.9949160698215269		0	0	False	False	0.999360203742981	0					non-mobilizable	no_good_hit								True	True
FIJ0026_000000020902	1561	0.898955144814768	2	1	1	1	1	True	49073	fragment	False	ISR0364_000000010938	0.9521178637200737		0	0	False	False	0.9993593692779541	0					non-mobilizable	no_good_hit								True	True
DEN0031_000000022339	1554	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.9907535884103492		0	0	False	False	0.9877734780311584	0					non-mobilizable	no_good_hit								True	True
SPA0030_000000019623	1549	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.9881485984449726		0	0	False	False	0.9987088441848755	0					non-mobilizable	no_good_hit								True	True
SPA0107_000000021267	1549	0.898955144814768	1	1	1	1	1	True	73724	fragment	False	ISR0378_000000019202	0.9881485984449726		0	0	False	False	0.9993544220924377	0					non-mobilizable	no_good_hit								True	True
MON0107_000000039357	1547	0.898955144814768	2	1	1	1	1	True	8575	fragment	False	MON0107_000000039357	1.0		0	0	False	False	0.9948287010192871	0					non-mobilizable	no_good_hit								True	True
CAN0020_000000023525	1513	0.898955144814768	1	1	1	1	1	True	91819	maximal	True	CAN0020_000000023525	1.0		2	1	False	False	0.9947124719619751	0					non-mobilizable	no_good_hit	271.0	80.812	18.0	0.032756258562710173	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0011_000000031169	1497	0.898955144814768	2	1	1	1	1	True	75617	fragment	False	ENG0016_000000013941	0.9531800290035218		0	0	False	False	0.9953239560127258	0					non-mobilizable	no_good_hit								True	True
SPA0086_000000009258	1497	0.898955144814768	1	1	1	1	1	True	119961	fragment	False	CHI0056_000000011319	0.19056261343012704		0	0	False	False	0.989311933517456	0					non-mobilizable	no_good_hit								True	True
ENG0107_000000020343	1483	0.898955144814768	2	1	1	1	1	True	59989	fragment	False	ENG0107_000000020343	1.0		0	0	False	False	0.995954155921936	0					non-mobilizable	no_good_hit	547.0	85.55799999999999	37.0	0.11768587769467664	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ETH0003_000000028657	1476	0.898955144814768	2	1	1	1	1	True	53069	fragment	False	ETH0003_000000028657	0.9832022873481058		0	0	False	False	1.0	0					non-mobilizable	plasmid	1473.0	96.741	99.0	0.32336119665640123	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ISR0088_000000017119	1453	0.898955144814768	1	1	1	1	1	True	119956	fragment	False	ISR0088_000000017119	0.9957386363636364		0	0	False	False	0.9993117451667786	0					non-mobilizable	no_good_hit								True	True
SPA0007_000000018036	1446	0.898955144814768	1	1	1	1	1	True	8195	maximal	True	SPA0007_000000018036	1.0		1	1	False	False	0.9917012453079224	0					non-mobilizable	no_good_hit								True	True
CHI0042_000000008099	1425	0.898955144814768	1	1	1	1	1	True	96999	fragment	False	FIJ0006_000000028602	0.9901779351413857		0	0	False	False	0.9992982745170593	0					non-mobilizable	no_good_hit								True	True
FIJ0039_000000016071	1422	0.898955144814768	1	1	1	1	1	True	47552	fragment	False	FIJ0039_000000016071	0.9957567185289957		0	0	False	False	1.0	0					non-mobilizable	plasmid	1310.0	100.0	99.0	0.5024952015355086	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
FIJ0142_000000025751	1416	0.898955144814768	2	1	1	1	1	True	40167	fragment	False	FIJ0142_000000025751	1.0		0	0	False	False	0.9985875487327576	0					non-mobilizable	no_good_hit	688.0	89.39	49.0	0.23447098976109215	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
MON0106_000000030928	1416	0.898955144814768	1	1	1	1	1	True	78976	fragment	False	MON0106_000000030928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00012151914116346983	NZ_CABFVD010000005.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	True
FIJ0159_000000018171	1414	0.898955144814768	1	1	1	1	1	True	47552	fragment	False	FIJ0039_000000016071	0.9929676511954992		0	0	False	False	0.9929278492927551	0					non-mobilizable	plasmid	1294.0	100.0	99.0	0.4963531669865643	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
AST0025_000000027318	1408	0.898955144814768	1	1	1	1	1	True	119956	fragment	False	ISR0088_000000017119	0.9803854094975912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0009_000000007753	1402	0.898955144814768	1	1	1	1	1	True	19761	fragment	False	MAD0009_000000007753	0.9989106753812635		0	0	False	False	1.0	0					non-mobilizable	plasmid	1276.0	99.37299999999999	91.0	0.4894433781190019	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
ENG0030_000000013882	1386	0.898955144814768	2	1	1	1	1	True	65730	fragment	False	ENG0030_000000013882	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1386.0	99.56700000000001	100.0	0.38752098489087855	LN852754.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0063	False	True
FIJ0093_000000013739	1382	0.898955144814768	1	1	1	1	1	True	43234	fragment	False	FIJ0093_000000013739	1.0		0	0	False	False	0.9992763996124268	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	9.348009708575798e-05	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
CAN0005_000000012237	1381	0.898955144814768	1	1	1	1	1	True	95822	fragment	False	CAN0005_000000012237	0.9896100012767016		0	0	False	False	0.9920347332954407	0					non-mobilizable	no_good_hit	1218.0	79.639	87.0	0.46180422264875237	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0234_000000010419	1381	0.898955144814768	1	1	1	1	1	True	96999	fragment	False	FIJ0006_000000028602	0.9911523795406251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0006_000000028602	1381	0.898955144814768	1	1	1	1	1	True	96999	fragment	False	FIJ0006_000000028602	0.9913955059715865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0008_000000016122	1377	0.898955144814768	1	1	1	1	1	True	19761	fragment	False	MAD0009_000000007753	0.9900142653352354		0	0	False	False	0.9738562107086182	0					non-mobilizable	plasmid	1251.0	99.52	91.0	0.4798464491362764	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
ISR0009_000000024618	1374	0.898955144814768	1	1	1	1	1	True	38343	fragment	False	ISR0009_000000024618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0013_000000018393	1372	0.898955144814768	2	1	1	1	1	True	19550	fragment	False	MAD0013_000000018393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0398_000000016711	1365	0.898955144814768	1	1	1	1	1	True	78975	fragment	False	ISR0398_000000016711	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00012151914116346983	NZ_CABFVD010000005.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	True
ISR0233_000000013584	1364	0.898955144814768	1	1	1	1	1	True	96999	fragment	False	FIJ0006_000000028602	0.9860847392646679		0	0	False	False	0.9992668628692627	0					non-mobilizable	no_good_hit								True	True
SPA0023_000000021001	1357	0.898955144814768	1	1	1	1	1	True	96999	fragment	False	FIJ0006_000000028602	0.9841049572920285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0050_000000029863	1356	0.898955144814768	1	1	1	1	1	True	95822	fragment	False	CAN0005_000000012237	0.9849880808184107		0	0	False	False	0.994837760925293	0					non-mobilizable	plasmid	1242.0	79.63	90.0	0.47024952015355087	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
MAD0038_000000011135	1343	0.898955144814768	1	1	1	1	1	True	18532	maximal	True	MAD0038_000000011135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0013_000000007104	1343	0.898955144814768	1	1	1	1	1	True	96999	fragment	False	FIJ0006_000000028602	0.9778128175521438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0087_000000029018	1325	0.898955144814768	1	1	1	1	1	True	36268	fragment	False	ISR0087_000000029018	0.9827961321514908		0	0	False	False	0.999245285987854	0					non-mobilizable	no_good_hit								True	True
SPA0106_000000028856	1317	0.898955144814768	1	1	1	1	1	True	95822	fragment	False	CAN0005_000000012237	0.9718096131157719		0	0	False	False	1.0	0					non-mobilizable	plasmid	1201.0	79.684	90.0	0.45604606525911706	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
SPA0149_000000030854	1310	0.898955144814768	1	1	1	1	1	True	96999	fragment	False	FIJ0006_000000028602	0.9576009490846246		0	0	False	False	0.9992366433143616	0					non-mobilizable	no_good_hit								True	True
AST0113_000000028400	1307	0.898955144814768	1	1	1	1	1	True	106412	fragment	False	AST0113_000000028400	1.0		0	0	False	False	0.9908186793327332	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00010349582177351776	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0161_000000015975	1305	0.898955144814768	2	1	1	1	1	True	56389	fragment	False	ISR0013_000000019378	0.9717800289435601		0	0	False	False	0.992337167263031	0					non-mobilizable	no_good_hit								True	True
CHI0156_000000011511	1298	0.898955144814768	1	1	1	1	1	True	78974	fragment	False	CHI0156_000000011511	1.0		0	0	False	False	0.964560866355896	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	0.00012151914116346983	NZ_CABFVD010000005.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	True
MAD0063_000000011305	1296	0.898955144814768	1	1	1	1	1	True	16706	maximal	True	MAD0063_000000011305	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0107_000000023898	1268	0.898955144814768	1	1	1	1	1	True	32833	maximal	True	ISR0107_000000023898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000026517	1260	0.898955144814768	1	1	1	1	1	True	36268	fragment	False	ISR0087_000000029018	0.9377154759551791		0	0	False	False	0.961904764175415	0					non-mobilizable	no_good_hit	82.0	98.78	7.0	0.00031987489337503556	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0020_000000008784	1245	0.898955144814768	1	1	1	1	1	True	89329	maximal	True	CHI0020_000000008784	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0113_01_000000014423	1245	0.898955144814768	1	1	1	1	1	True	96998	fragment	False	USA0113_01_000000014423	0.9936166120930865		0	0	False	False	0.9991967678070068	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	0.0015734953450762708	MH920636.1	viruses	Chrysochromulina parva virophage Larry, complete genome	True	True
ISR0780_000000010148	1241	0.898955144814768	1	1	1	1	1	True	36268	fragment	False	ISR0087_000000029018	0.6450314465408805		0	0	False	False	0.9927477836608887	0					non-mobilizable	no_good_hit								True	True
MAD0078_000000008739	1240	0.898955144814768	1	1	1	1	1	True	16190	fragment	False	MAD0078_000000008739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	87.529	70.0	0.33397312859884837	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
MON0082_000000031118	1179	0.898955144814768	1	1	1	1	1	True	31326	fragment	False	MON0082_000000031118	0.990072202166065		0	0	False	False	0.9966073036193848	0					non-mobilizable	plasmid	1178.0	79.542	98.0	0.4449136276391555	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
SPA0016_000000028934	1179	0.898955144814768	1	1	1	1	1	True	7854	fragment	False	SPA0016_000000028934	1.0		0	0	False	False	0.9940627813339233	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0005854349936064336	NZ_UYXY01000004.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
CHI0008_000000008631	1171	0.898955144814768	1	1	1	1	1	True	90502	maximal	True	CHI0008_000000008631	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0053_000000021351	1169	0.898955144814768	1	1	1	1	1	True	63822	maximal	True	ENG0053_000000021351	1.0		1	1	False	False	0.9974337220191956	0					non-mobilizable	no_good_hit								True	True
DEN0076_000000007882	1162	0.898955144814768	1	1	1	1	1	True	69952	fragment	False	DEN0076_000000007882	1.0		0	0	False	False	0.9991394281387329	0					non-mobilizable	no_good_hit	1014.0	71.893	85.0	0.21997360316761988	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
MON0012_000000050913	1152	0.898955144814768	1	1	1	1	1	True	31326	fragment	False	MON0082_000000031118	0.9800318755109726		0	0	False	False	1.0	0					non-mobilizable	plasmid	1170.0	79.487	99.0	0.4418426103646833	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
ENG0158_000000016616	1138	0.898955144814768	1	1	1	1	1	True	96998	fragment	False	USA0113_01_000000014423	0.9732076559490783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0002_000000020309	1134	0.898955144814768	1	1	1	1	1	True	53301	fragment	False	ETH0002_000000020309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	92.508	54.0	0.1359180035650624	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
MAD0031_000000012942	1130	0.898955144814768	1	1	1	1	1	True	96998	fragment	False	USA0113_01_000000014423	0.7875795890297741		0	0	False	False	0.9858406782150269	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	0.00015681969655388718	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CAN0001_000000038203	1127	0.898955144814768	1	1	1	1	1	True	96998	fragment	False	USA0113_01_000000014423	0.7871227583363707		0	0	False	False	0.9858030080795288	0					non-mobilizable	no_good_hit								True	True
ISR0138_000000025989	1108	0.898955144814768	1	1	1	1	1	True	31326	fragment	False	MON0082_000000031118	0.9460016433418151		0	0	False	False	0.9648014307022095	0					non-mobilizable	plasmid	1103.0	79.873	98.0	0.41919385796545106	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
ISR0044_000000000965	1105	0.898955144814768	1	1	1	1	1	True	36267	fragment	False	ISR0044_000000000965	1.0		0	0	False	False	0.9936651587486267	0					non-mobilizable	no_good_hit								True	True
USA0037_01_000000030488	1104	0.898955144814768	1	1	1	1	1	True	96998	fragment	False	USA0113_01_000000014423	0.7816338705148506		0	0	False	False	0.9981883764266968	0					non-mobilizable	no_good_hit								True	True
ETH0004_000000004559	6157	0.8989460905451163	8	5	5	4	3	False	52950	maximal	True	ETH0004_000000004559	1.0	PS104	5	5	False	True	1.0	0					non-mobilizable	no_good_hit	1930.0	73.264	30.0	0.00904048648700251	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
CAN0015_000000010662	3806	0.8989409446526467	3	1	1	1	1	False	103001	maximal	False	ENG0012_000000006202	0.9716713970433202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0119_000000008741	3697	0.8989409446526467	3	1	1	1	1	False	103001	maximal	False	ENG0012_000000006202	0.9656426205993173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0057_000000002440	2417	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9944413777141327		0	0	False	False	0.9979313015937805	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000016580	2400	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9871129641250357		0	0	False	False	0.9995833039283752	0					non-mobilizable	no_good_hit								True	False
ENG0113_000000011779	2390	0.8989409446526467	3	1	1	1	1	False	99992	fragment	False	ENG0113_000000011779	0.9859641960983045		0	0	False	False	0.9953975081443787	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000016440	2369	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9907967983098613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000015178	2369	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9817872861558818		0	0	False	False	0.9928239583969116	0					non-mobilizable	no_good_hit								True	False
DEN0010_000000019037	2364	0.8989409446526467	3	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9804137561559515		0	0	False	False	0.999576985836029	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000022683	2359	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9890877246819094		0	0	False	False	0.9995760917663574	0					non-mobilizable	no_good_hit								True	False
SPA0034_000000015390	2355	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9879391382377944		0	0	False	False	0.9974522590637207	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000010137	2355	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9878090716515314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000014430	2336	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9825900626852657		0	0	False	False	0.9965753555297852	0					non-mobilizable	no_good_hit								True	False
DEN0043_000000003187	2335	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9824816375566077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0294_000000008246	2323	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9648937410281608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0805_000000005056	2306	0.8989409446526467	2	1	1	1	1	False	99992	fragment	False	ENG0113_000000011779	0.9780110959574415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0333_000000009643	2294	0.8989409446526467	2	1	1	1	1	False	99992	fragment	False	ENG0113_000000011779	0.9783694927307228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0804_000000008205	2286	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9647429284979501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000012404	2261	0.8989409446526467	2	1	1	1	1	False	99992	fragment	False	ENG0113_000000011779	0.9728106944651107		0	0	False	False	0.9982308745384216	0					non-mobilizable	no_good_hit								True	False
ISR0052_000000015731	2259	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9542613256856166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0063_01_000000009041	2247	0.8989409446526467	2	1	1	1	1	False	103000	fragment	False	DEN0057_000000002440	0.9428462294655373		0	0	False	False	0.9991099238395691	0					non-mobilizable	no_good_hit								True	False
ENG0211_000000011372	2231	0.8989409446526467	2	1	1	1	1	False	99992	fragment	False	ENG0113_000000011779	0.851072281830623		0	0	False	False	0.9982070922851562	0					non-mobilizable	no_good_hit								True	False
ISR0298_000000006546	2230	0.8989409446526467	2	1	1	1	1	False	99992	fragment	False	ENG0113_000000011779	0.8512891208216886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0136_000000006404	2214	0.8989409446526467	2	1	1	1	1	False	99992	fragment	False	ENG0113_000000011779	0.8502843757360818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000013115	2180	0.8989409446526467	2	1	1	1	1	False	99992	fragment	False	ENG0113_000000011779	0.8527517508793432		0	0	False	False	0.9871559739112854	0					non-mobilizable	no_good_hit								True	False
MAD0078_000000002987	2637	0.8989393295591255	5	2	2	2	1	False	16204	maximal	True	MAD0078_000000002987	1.0		1	1	False	False	0.9965870380401611	0					non-mobilizable	no_good_hit	648.0	77.006	24.0	0.005576466098902052	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
SPA0028_000000000988	15230	0.8989273859476095	12	12	11	12	12	False	128451	maximal	True	SPA0028_000000000988	1.0		184	9	False	False	1.0	0					non-mobilizable	no_good_hit	2087.0	83.99600000000001	24.0	0.0005919213122960915	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0033_000000016888	2144	0.898924746028608	3	2	2	1	1	False	111806	maximal	True	FIJ0033_000000016888	1.0		8	3	False	False	0.9976679086685181	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.01077752117013087	XM_028333832.1	eudicots	PREDICTED: Glycine soja PH, RCC1 and FYVE domains-containing protein 1-like (LOC114375955), mRNA	True	False
CHI0156_000000005732	2350	0.8989111319863815	4	3	1	1	3	False	79012	maximal	True	CHI0156_000000005732	1.0		1	1	False	False	0.9974468350410461	0					non-mobilizable	no_good_hit	769.0	88.81700000000001	61.0	0.0004911940954109261	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0043_000000000556	28159	0.8989054304904716	21	12	7	10	5	True	126562	maximal	True	ISR0043_000000000556	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1962.0	73.445	8.0	0.0006218365824988544	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
MON0041_000000054629	1280	0.8988982164500883	2	2	2	2	1	False	11762	fragment	False	MON0041_000000054629	1.0		0	0	False	False	0.949999988079071	0					non-mobilizable	no_good_hit	704.0	77.415	54.0	0.0001983621848039154	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0015_000000003463	5973	0.8988758235758229	10	8	3	3	7	True	120545	backbone	False	ISR0774_000000003808	0.9498589986629168	PS472|PS846	0	0	True	True	1.0	49	rep_cluster_1085	MOBB			mobilizable	plasmid	5687.0	95.147	99.0	0.5150195117524277	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
ISR0392_000000002504	9868	0.8988695105613558	13	11	6	7	9	False	112914	fragment	False	AST0059_000000001185	0.9600057164195575		0	0	False	False	1.0	0					non-mobilizable	other	8050.0	99.814	100.0	0.002269005636836129	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0028_000000001621	8349	0.8988602214350705	10	7	5	6	2	False	96802	maximal	False	MON0046_000000002062	0.624997498183796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	92.79700000000001	12.0	0.006157261890163226	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ENG0110_000000013727	2226	0.8988585391273758	4	2	0	1	2	False	83076	fragment	False	ENG0110_000000013727	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	98.439	72.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ENG0005_000000001912	11988	0.8988578408665666	17	16	5	9	16	False	98340	maximal	True	ENG0005_000000001912	1.0		2	2	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	11988.0	99.98299999999999	100.0	0.08075153425894115	CP054369.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-1, complete sequence	False	True
SPA0153_000000008697	2118	0.8988571693369318	3	2	2	1	1	False	3225	fragment	False	SPA0153_000000008697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000015229	2127	0.8988535214283018	3	3	3	2	2	False	111417	fragment	False	ISR0038_000000015229	0.9766518554669962		0	0	False	False	0.9995298385620117	0					non-mobilizable	other	2128.0	98.684	100.0	0.002946158843255208	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0171_000000004920	4189	0.8988511623825475	3	3	1	1	2	True	132358	backbone	False	ISR0371_000000002559	0.07090569033100609	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	4189.0	99.976	100.0	0.5783731528794366	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0773_000000002607	4168	0.8988511623825475	3	3	1	1	2	True	132358	backbone	False	ISR0371_000000002559	0.0706349765765739	PS1159|PS463	0	0	False	True	0.9995201826095581	0		MOBV			mobilizable	plasmid	4168.0	100.0	100.0	0.5754730009667173	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0073_000000012533	2143	0.8988510917786106	3	2	0	2	1	True	34800	maximal	True	ISR0073_000000012533	1.0		1	1	False	False	0.9883341193199158	0					non-mobilizable	no_good_hit	756.0	93.65100000000001	35.0	0.18568617806197737	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
SPA0023_000000010654	2471	0.8988440412211445	3	3	3	2	2	False	7628	maximal	True	SPA0023_000000010654	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	97.255	34.0	0.019818155988066487	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0017_000000005676	4859	0.8988306286148856	4	2	1	1	2	False	50516	fragment	False	SPA0056_000000006609	0.9785509031198686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1425.0	75.719	29.0	0.20706401766004415	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
MON0024_000000007359	5391	0.8988237451813458	6	5	5	4	4	False	49159	fragment	False	MON0024_000000007359	0.9932209955452257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	96.57700000000001	43.0	0.00035772124365351563	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0102_000000013318	3418	0.8988226392133397	6	2	1	2	1	False	8965	maximal	True	MON0102_000000013318	1.0		1	1	False	False	0.99941486120224	0					non-mobilizable	no_good_hit	1604.0	79.05199999999999	46.0	0.004515632131446828	NZ_JAATLI010000004.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_04, whole genome shotgun sequence	True	False
ENG0193_000000007666	2683	0.8988113634690544	3	3	1	1	2	True	100171	maximal	False	SPA0012_000000009147	0.9951675595158914		0	0	True	True	1.0	886					non-mobilizable	no_good_hit	1027.0	75.657	49.0	0.33905723905723906	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ENG0209_000000007017	2681	0.8988113634690544	3	3	1	1	2	True	100171	maximal	False	SPA0012_000000009147	0.9967521636427965		0	0	True	True	1.0	170					non-mobilizable	no_good_hit	1027.0	75.657	49.0	0.33905723905723906	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0012_000000009147	2680	0.8988113634690544	4	3	1	1	2	True	100171	maximal	True	SPA0012_000000009147	0.9971752758299163		14	5	True	True	1.0	88					non-mobilizable	no_good_hit	705.0	80.28399999999999	49.0	0.2535364526659412	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	True	True
USA0042_01_000000008333	2680	0.8988113634690544	4	3	1	1	2	True	100171	maximal	False	SPA0012_000000009147	0.9968444088508418		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1026.0	86.745	50.0	0.3734851266984943	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
SPA0112_000000012657	2680	0.8988113634690544	3	3	1	1	2	True	100171	maximal	False	SPA0012_000000009147	0.9969640182736038		0	0	True	True	1.0	205					non-mobilizable	no_good_hit	1021.0	75.612	52.0	0.337037037037037	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
USA0037_01_000000012910	2679	0.8988113634690544	4	3	1	1	2	True	100171	maximal	False	SPA0012_000000009147	0.9955881022811234		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	705.0	80.0	49.0	0.2535364526659412	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	True	True
SPA0111_000000012930	2661	0.8988113634690544	3	3	1	1	2	True	100171	maximal	False	SPA0012_000000009147	0.9968156825619695		0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1027.0	75.657	49.0	0.33905723905723906	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0013_000000010416	2660	0.8988113634690544	3	3	1	1	2	True	100171	maximal	False	SPA0012_000000009147	0.9966292180486525		0	0	True	True	1.0	95					non-mobilizable	no_good_hit	1021.0	75.612	52.0	0.337037037037037	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
USA0025_01_000000006117	2660	0.8988113634690544	4	3	1	1	2	True	100171	maximal	False	SPA0012_000000009147	0.9970975841521758		0	0	True	True	1.0	212					non-mobilizable	no_good_hit	1027.0	75.657	49.0	0.33905723905723906	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
USA0120_01_000000004881	2605	0.8988113634690544	3	3	1	1	2	True	100171	maximal	False	SPA0012_000000009147	0.9929238476674632		0	0	True	True	1.0	122					non-mobilizable	no_good_hit	1027.0	75.657	50.0	0.33905723905723906	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0145_000000013230	2579	0.8988113634690544	3	3	1	1	2	True	100171	maximal	False	SPA0012_000000009147	0.9892268879348672		0	0	True	True	1.0	202					non-mobilizable	no_good_hit	1027.0	75.657	50.0	0.33905723905723906	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ENG0019_000000006152	3325	0.8988080039387208	2	2	1	1	2	False	66555	fragment	False	MAD0066_000000005627	0.943758573388203		0	0	False	False	1.0	0					non-mobilizable	other	3325.0	98.82700000000001	100.0	0.009587171712217513	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
FIJ0096_000000007361	4446	0.8987877730411923	5	5	4	4	4	False	43032	maximal	True	FIJ0096_000000007361	1.0		3	1	False	False	0.9977507591247559	0					non-mobilizable	no_good_hit	1239.0	87.89299999999999	28.0	0.48205928237129486	NZ_VULP01000058.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq58, whole genome shotgun sequence	True	False
ENG0008_000000003396	6402	0.8987854658902664	12	6	2	4	3	False	67482	maximal	True	ENG0008_000000003396	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	75.882	5.0	5.812446490146332e-05	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
DEN0010_000000000967	24388	0.8987813913829289	32	13	7	8	6	False	76060	maximal	True	DEN0010_000000000967	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0041_000000002568	11359	0.8987762096641375	12	12	12	12	10	True	90216	fragment	False	ISR0183_000000003150	0.9681167016072676		0	0	False	False	0.9981512427330017	0					non-mobilizable	plasmid	10780.0	99.63799999999999	96.0	0.06755773092369478	CP009865.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KPNIH29 plasmid pKPN-80a, complete sequence	False	True
ISR0228_000000010401	2514	0.8987658878273497	5	2	1	1	2	True	78979	maximal	True	ISR0228_000000010401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00012151914116346983	NZ_CABFVD010000005.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	True
SPA0006_000000016846	1891	0.8987538106005741	2	2	2	2	2	False	94055	fragment	False	SPA0006_000000016846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000023100	1352	0.8987442473646599	3	2	2	2	1	False	82005	fragment	False	DEN0071_000000029288	0.9446391288371347		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	98.876	99.0	0.008915910854268667	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0029_000000002681	10725	0.8987403509583612	8	6	4	6	4	False	118482	maximal	True	AST0029_000000002681	1.0		1	1	False	False	0.9995337724685669	0					non-mobilizable	no_good_hit	2650.0	89.245	31.0	0.05926474881537874	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
USA0043_01_000000002555	5137	0.8987377695804001	4	1	0	1	0	True	118870	maximal	True	USA0043_01_000000002555	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4241.0	98.915	83.0	0.0006810119912090171	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
ISR0043_000000004679	4686	0.8987377695804001	4	1	0	1	0	True	118869	fragment	False	SPA0104_000000005779	0.2730455075845974		0	0	False	False	1.0	0					non-mobilizable	other	4222.0	99.053	90.0	0.0006781202205457092	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
CHI0020_000000002282	3876	0.8987377695804001	4	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.8824206647259515		0	0	False	False	1.0	0					non-mobilizable	other	3873.0	99.613	99.0	0.0019886157909036234	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ENG0088_000000006118	3765	0.8987377695804001	3	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.8278952426314735		0	0	False	False	1.0	0					non-mobilizable	other	3766.0	99.681	100.0	0.000604862030408575	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
USA0078_01_000000004231	3511	0.8987377695804001	3	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.5862672917155437		0	0	False	False	1.0	0					non-mobilizable	other	3511.0	99.715	100.0	0.001802696649295382	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
CHI0115_000000006800	1152	0.8987377695804001	1	1	0	1	0	True	82222	fragment	False	CHI0115_000000006800	1.0		0	0	False	False	0.9895833134651184	0					non-mobilizable	other	1152.0	99.045	100.0	0.0005911406961079728	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
SPA0114_000000010294	4222	0.8987341878941026	4	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.958430552955111	PS824|PS825	0	0	True	True	1.0	26	IncW	MOBQ			mobilizable	plasmid	2153.0	95.959	97.0	0.27786417833074134	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0107_000000007163	3669	0.8987341878941026	3	3	1	2	2	True	119791	fragment	False	ENG0107_000000007163	1.0		0	0	False	True	0.9986372590065002	0	IncW	MOBQ			mobilizable	plasmid	1656.0	95.471	95.0	0.21345256609642302	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0093_000000002843	7092	0.898732602523308	7	3	3	3	2	False	33543	maximal	True	ISR0093_000000002843	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000016115	1717	0.8987322212008713	2	2	2	2	2	False	59668	maximal	True	ENG0112_000000016115	1.0		0	0	False	False	0.9953407049179077	0					non-mobilizable	no_good_hit	541.0	80.03699999999999	31.0	0.00014949368410063682	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0090_000000006054	2131	0.8987262858023615	3	3	3	3	3	False	87695	fragment	False	MON0108_000000009723	0.9422208369660945		0	0	False	False	0.9976536631584167	0					non-mobilizable	chromosome	2131.0	95.73	100.0	0.0028861099772821914	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ENG0032_000000016453	1474	0.8987201745795236	2	2	2	2	1	True	78539	fragment	False	CHI0162_000000020854	0.9717331315661094		0	0	False	False	0.9654002785682678	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
MAD0048_000000004774	4587	0.8987156337356187	4	3	3	3	3	False	18355	fragment	False	MAD0048_000000004774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0208_000000008000	3780	0.8987125297490557	6	3	2	2	2	False	104002	fragment	False	ENG0208_000000008000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	98.22399999999999	49.0	0.00034982974952189937	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CAN0018_000000003706	8590	0.8987086356954991	11	7	2	5	6	True	116745	fragment	False	CAN0018_000000003706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	81.707	2.0	0.0002103204095957719	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
DEN0072_000000010412	1608	0.8987077631245387	2	2	2	2	1	False	70272	maximal	True	DEN0072_000000010412	1.0		16	7	False	False	1.0	0					non-mobilizable	other	1444.0	97.92200000000001	100.0	0.00038097008236398933	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
ENG0077_000000001908	10706	0.8987023670880897	11	5	4	5	2	True	122758	fragment	False	AST0046_000000001434	0.48909809768817686		0	0	False	False	0.9996263980865479	0					non-mobilizable	no_good_hit	2787.0	88.446	41.0	0.011422428825221247	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0126_000000002403	9312	0.8987006534239572	13	8	5	6	5	True	95125	fragment	False	ENG0126_000000002403	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5798.0	97.948	100.0	0.0025864873440175433	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
FIJ0011_000000008843	4787	0.8986988191292391	4	2	2	2	2	False	51006	maximal	True	FIJ0011_000000008843	1.0		1	1	False	False	0.9981198906898499	0					non-mobilizable	no_good_hit	88.0	87.5	3.0	3.002088895342992e-05	NZ_AP014879.1	g-proteobacteria	Sulfuricaulis limicola strain HA5	True	False
ENG0133_000000020045	1205	0.8986910593939778	1	1	1	1	1	False	58248	fragment	False	ENG0137_000000012238	0.9768630616088244		0	0	False	False	0.971784234046936	0					non-mobilizable	other	1205.0	99.419	100.0	0.00036461325405518684	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0138_000000005901	3381	0.8986894851917334	4	4	4	4	3	False	128321	maximal	True	ENG0138_000000005901	1.0		0	0	False	False	0.999408483505249	0					non-mobilizable	no_good_hit	1865.0	98.016	58.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
MON0045_000000000446	32418	0.8986893401151874	29	19	7	18	10	True	91679	fragment	False	MON0045_000000000446	0.9181584302211042		0	0	False	False	1.0	0					non-mobilizable	other	20232.0	90.515	92.0	0.4776172346111098	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
FIJ0030_000000002625	8950	0.8986887817304761	11	7	3	7	5	False	113854	maximal	True	FIJ0030_000000002625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000009197	3641	0.8986822944851551	4	3	1	3	3	False	83091	fragment	False	USA0027_01_000000007051	0.9321084180349231		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2343.0	98.54899999999999	64.0	0.0005677132597164536	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ENG0001_000000007763	3268	0.8986711305784632	5	5	2	3	4	True	114025	fragment	False	ENG0001_000000007763	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3268.0	100.0	100.0	0.0016804336722490807	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
DEN0014_000000002333	1458	0.8986709196932205	3	2	2	2	1	False	75405	fragment	False	DEN0014_000000002333	1.0		0	0	False	False	0.9986282587051392	0					non-mobilizable	no_good_hit	501.0	74.05199999999999	34.0	0.006367313606145287	NZ_FWXW01000010.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ENG0127_000000008676	2928	0.8986687913767023	3	2	1	1	2	True	70177	fragment	False	ENG0053_000000008057	0.8466445625640756		0	0	False	False	0.993510901927948	0					non-mobilizable	no_good_hit	1168.0	73.116	40.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
SPA0077_000000007265	3975	0.8986650457182807	5	5	4	5	3	False	131991	maximal	True	SPA0077_000000007265	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	99.088	71.0	0.0003320656910805674	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0031_000000008087	2696	0.8986529396292832	4	4	4	4	3	False	93095	fragment	False	ISR0031_000000008087	0.9688952319158549		0	0	False	False	0.987017810344696	0					non-mobilizable	chromosome	2693.0	99.70299999999999	99.0	0.0012554857545273507	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
DEN0021_000000013603	2558	0.8986426004654667	3	3	3	3	2	False	74806	maximal	True	DEN0021_000000013603	1.0		9	4	False	False	0.9996090531349182	0					non-mobilizable	no_good_hit	200.0	78.0	10.0	0.0016082757505960319	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
ISR0144_000000007282	1181	0.8986413126308813	2	1	1	1	1	False	66887	fragment	False	ENG0014_000000019337	0.966832504145937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0019_000000000401	18204	0.8986384982472694	19	7	5	6	7	True	101347	maximal	True	CAN0019_000000000401	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	5827.0	95.24600000000001	49.0	0.0015535932311991612	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0020_000000000124	24987	0.8986361290021978	43	4	2	4	1	True	89404	maximal	True	CHI0020_000000000124	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2173.0	74.413	13.0	0.022481071636575423	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	True	True
ISR0054_000000010602	2346	0.8986360914067173	3	3	3	3	2	False	46852	maximal	True	ISR0054_000000010602	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1920.0	73.281	81.0	0.03788524789864783	NZ_CABDWS010000016.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
MON0054_000000037160	1359	0.8986305093344459	2	2	2	2	2	False	107556	fragment	False	MON0051_000000025864	0.6529356060606061		0	0	False	False	1.0	0					non-mobilizable	chromosome	1375.0	88.58200000000001	100.0	0.00044157609790483425	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0058_000000002569	7929	0.8986203886004671	8	5	4	5	2	True	122753	fragment	False	ISR0020_000000001978	0.8041287410160282		0	0	False	False	0.9973514676094055	0					non-mobilizable	no_good_hit	1392.0	93.463	19.0	0.0056824942251908865	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0151_000000005130	3441	0.898610585917663	4	4	4	3	3	False	71496	fragment	False	FIJ0012_000000006775	0.9594095959248362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2026.0	91.115	59.0	0.17126650863528614	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
FIJ0012_000000006775	3435	0.898610585917663	5	4	4	3	3	False	71496	fragment	False	FIJ0012_000000006775	0.967850123281233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2027.0	90.824	59.0	0.17126650863528614	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
CAN0012_000000014937	3413	0.8986004144956874	3	2	2	2	2	False	94256	maximal	True	CAN0012_000000014937	1.0		4	3	False	False	0.9935540556907654	0					non-mobilizable	no_good_hit								True	False
SPA0138_000000006599	3687	0.8985956677741416	5	4	3	3	2	True	125246	fragment	False	SPA0138_000000006599	1.0		0	0	False	False	0.9972877502441406	0					non-mobilizable	no_good_hit	224.0	76.339	6.0	0.0037901837717544376	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ENG0053_000000007737	3340	0.8985956677741416	5	4	3	3	2	True	125244	fragment	False	FIJ0115_000000005429	0.41223332962274195		0	0	False	False	0.992514967918396	0					non-mobilizable	no_good_hit	223.0	76.233	7.0	0.0037901837717544376	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
DEN0094_000000010183	3300	0.8985956677741416	5	4	3	3	2	True	125244	fragment	False	FIJ0115_000000005429	0.41107055045752844		0	0	False	False	0.9978787899017334	0					non-mobilizable	no_good_hit	224.0	76.339	7.0	0.0037901837717544376	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
DEN0045_000000011661	3161	0.8985956677741416	5	4	3	3	2	True	125244	fragment	False	FIJ0115_000000005429	0.3478812475046257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	4.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
FIJ0095_000000009596	2793	0.8985956677741416	5	4	3	3	2	True	125236	fragment	False	FIJ0095_000000009596	1.0		0	0	False	False	0.9992839097976685	0					non-mobilizable	no_good_hit	224.0	75.893	8.0	0.0037901837717544376	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0051_000000034593	1027	0.8985717972092442	2	1	1	1	1	True	11237	fragment	False	MON0051_000000034593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	11.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
ISR0165_000000004401	4125	0.8985701183216304	9	3	3	3	3	False	107589	maximal	True	ISR0165_000000004401	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	94.884	47.0	0.010208772569471966	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
MON0069_000000017680	2726	0.8985648140194648	4	3	1	1	3	False	99877	fragment	False	MON0069_000000017680	1.0		0	0	False	False	0.9900953769683838	0					non-mobilizable	no_good_hit								True	False
CHI0008_000000000409	16148	0.8985626566325995	14	10	7	8	8	True	105468	fragment	False	CHI0008_000000000409	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	16148.0	100.0	100.0	0.003045084678511324	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0212_000000002397	11186	0.8985562654965369	12	7	4	6	3	True	121773	fragment	False	ISR0212_000000002397	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8590.0	95.052	77.0	0.3416456859689086	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
AST0116_000000015392	1753	0.8985463001621916	2	1	1	1	1	False	106192	maximal	True	AST0116_000000015392	1.0		705	14	False	False	0.9994295239448547	0					non-mobilizable	other	1753.0	97.71799999999999	100.0	0.0068864134835347115	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0052_000000005533	6039	0.8985456348409431	7	5	2	4	5	True	111502	fragment	False	ISR0834_000000002667	0.9476877664808134		0	0	False	False	1.0	0					non-mobilizable	other	2332.0	94.425	91.0	0.0004501094188107389	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0168_000000001833	9063	0.8985443537159841	8	8	8	7	7	False	38931	maximal	True	FIJ0168_000000001833	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	9063.0	99.515	100.0	0.0019544805744645885	CP043438.2	enterobacteria	Enterobacter sp. LU1 chromosome, complete genome	False	False
ENG0141_000000004971	5325	0.8985443324636714	10	5	2	4	3	True	120392	fragment	False	ENG0141_000000004971	1.0		0	0	False	False	0.9998121857643127	0					non-mobilizable	no_good_hit	109.0	96.33	2.0	0.0014859045443913982	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0128_000000006400	1259	0.8985442864068557	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5601867134238601		0	0	False	False	0.9992057085037231	0					non-mobilizable	chromosome	1259.0	98.57	100.0	0.0001914358479908062	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ETH0003_000000035353	1191	0.8985400971667113	2	2	2	2	1	False	53008	fragment	False	ETH0003_000000035353	1.0		0	0	False	False	0.971452534198761	0					non-mobilizable	no_good_hit								True	False
ENG0058_000000016085	2083	0.8985351464181663	3	2	2	2	1	False	63455	fragment	False	ENG0058_000000016085	1.0		0	0	False	False	0.9985597729682922	0					non-mobilizable	no_good_hit	423.0	73.286	20.0	0.00021994134897360704	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
DEN0013_000000000146	5439	0.8985346287068925	10	4	3	3	3	False	75431	fragment	False	DEN0013_000000000146	1.0		0	0	False	False	0.9994484186172485	0					non-mobilizable	no_good_hit	616.0	90.42200000000001	34.0	0.010899230851026122	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0379_000000001327	11212	0.8985218617133851	20	7	4	6	7	True	23238	maximal	True	ISR0379_000000001327	1.0		1	1	False	False	0.999910831451416	0					non-mobilizable	no_good_hit	1321.0	73.278	14.0	0.018430768336288844	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	True
ISR0066_000000006180	5185	0.8985165075642674	5	2	2	2	2	False	69893	fragment	False	ISR0066_000000006180	1.0		0	0	False	False	0.9988428354263306	0					non-mobilizable	no_good_hit	79.0	91.139	2.0	1.986435995871309e-05	NC_017059.1	a-proteobacteria	Pararhodospirillum photometricum DSM 122, complete genome	True	False
ISR0333_000000006258	3240	0.8985165075642674	3	2	2	2	2	False	69891	fragment	False	ISR0333_000000006258	0.9940878891354457		0	0	False	False	0.9981481432914734	0					non-mobilizable	no_good_hit	79.0	91.139	3.0	1.986435995871309e-05	NC_017059.1	a-proteobacteria	Pararhodospirillum photometricum DSM 122, complete genome	True	False
ENG0080_000000008230	3049	0.8985165075642674	3	2	2	2	2	False	69891	fragment	False	ISR0333_000000006258	0.9582311478144812		0	0	False	False	0.9826172590255737	0					non-mobilizable	no_good_hit	79.0	91.139	3.0	1.986435995871309e-05	NC_017059.1	a-proteobacteria	Pararhodospirillum photometricum DSM 122, complete genome	True	False
ISR0858_000000002956	2997	0.8985165075642674	3	2	2	2	2	False	69891	fragment	False	ISR0333_000000006258	0.7093658395146696		0	0	False	False	0.9989989995956421	0					non-mobilizable	no_good_hit	79.0	91.139	3.0	1.986435995871309e-05	NC_017059.1	a-proteobacteria	Pararhodospirillum photometricum DSM 122, complete genome	True	False
ENG0093_000000004222	2906	0.8985165075642674	3	2	2	2	2	False	69891	fragment	False	ISR0333_000000006258	0.4882748442112168		0	0	False	False	0.9972470998764038	0					non-mobilizable	no_good_hit	72.0	91.667	3.0	1.8058509053375535e-05	NC_017059.1	a-proteobacteria	Pararhodospirillum photometricum DSM 122, complete genome	True	False
CHI0163_000000004294	2162	0.8985073395768958	4	3	3	2	3	False	93624	fragment	False	ISR0112_000000012858	0.4675641221829622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	540.0	76.296	25.0	0.00036283809530232575	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	True	False
ISR0363_000000008476	2221	0.8985059736412376	2	2	2	1	1	False	46883	fragment	False	FIJ0047_000000013536	0.9767493356953056		0	0	False	False	0.9995497465133667	0					non-mobilizable	other	2217.0	96.75200000000001	99.0	0.05035099352891409	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0115_000000025811	1398	0.8984896257962701	3	3	3	2	2	False	125784	fragment	False	USA0059_01_000000014197	0.27042589099573117		0	0	False	False	1.0	0					non-mobilizable	chromosome	1400.0	73.714	98.0	0.00047927242611536276	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0007_000000007984	5965	0.8984832759497285	9	6	5	6	4	True	13997	maximal	True	MON0007_000000007984	1.0		2	1	False	False	0.9984912276268005	0					non-mobilizable	no_good_hit								True	True
ISR0814_000000004590	8276	0.8984793041989878	11	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9954487120016485	PS865	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	814.0	88.329	46.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0128_000000019863	1482	0.8984774402472023	2	2	1	2	1	False	58604	fragment	False	ENG0128_000000019863	0.9562496922983567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0164_000000015975	1732	0.8984722770166294	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.6764947916456812		0	0	False	False	0.9988452792167664	0					non-mobilizable	other	1648.0	86.34700000000001	99.0	0.00045859579434375956	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0331_000000014642	1669	0.8984722770166294	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.6557414126180308		0	0	False	False	0.9994008541107178	0					non-mobilizable	other	1617.0	98.021	97.0	0.03826301084434342	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0257_000000010440	1667	0.8984722770166294	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5280803372828526		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	89.508	99.0	0.00810618468257682	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
SPA0153_000000011662	1608	0.8984722770166294	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5827210389952631		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	96.211	97.0	0.03681867689539234	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0078_01_000000010739	1589	0.8984722770166294	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5598126003459487		0	0	False	False	1.0	0					non-mobilizable	other	1528.0	96.27	95.0	0.005536440072658978	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0032_000000018362	1589	0.8984722770166294	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5782031893258617		0	0	False	False	0.9981120228767395	0					non-mobilizable	other	1515.0	97.162	95.0	0.03584789506085145	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0093_000000020163	1582	0.8984722770166294	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5529898012016456		0	0	False	False	0.998103678226471	0					non-mobilizable	other	1534.0	95.82799999999999	97.0	0.03627409196382062	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0062_000000008897	1576	0.8984722770166294	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5077778187699904		0	0	False	False	0.9974619150161743	0					non-mobilizable	other	1517.0	99.67	96.0	0.03589525027229246	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0164_000000013576	1544	0.8984722770166294	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5135781339073004		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	97.277	95.0	0.03475872519770801	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0074_000000014982	1541	0.8984722770166294	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5874201979332916		0	0	False	False	0.992861807346344	0					non-mobilizable	other	1563.0	97.057	100.0	0.0056633394849334145	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0014_000000015585	1530	0.8984722770166294	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.521810434394806		0	0	False	False	0.9960784316062927	0					non-mobilizable	other	1533.0	94.064	100.0	0.0362267367523796	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0027_000000027132	1388	0.8984722770166294	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.24506081260753193		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	98.775	100.0	0.0050288424235612325	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0061_000000031078	1353	0.8984722770166294	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.24408906857090118		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	98.522	100.0	0.004901943011286796	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0375_000000002658	6105	0.8984623178050778	7	5	4	4	4	False	128358	maximal	True	ISR0375_000000002658	1.0		0	0	False	False	0.9981982111930847	0					non-mobilizable	chromosome	2691.0	98.551	93.0	0.0009453539718045543	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
CHI0132_000000012200	2557	0.8984580467092605	4	4	2	4	3	False	112289	fragment	False	FIJ0051_000000007232	0.5104667506157079		0	0	False	False	0.9992178082466125	0					non-mobilizable	other	2556.0	99.531	99.0	0.0006264295404066668	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0107_000000020099	1957	0.8984558466043027	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.590540029218452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0114_000000026554	1768	0.8984558466043027	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.3151173581273021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0061_000000025665	1640	0.8984558466043027	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.47852257254194747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0079_000000004931	4585	0.8984410343321567	13	4	2	3	3	False	72303	maximal	True	SPA0079_000000004931	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	78.112	5.0	0.0037132389345479752	NZ_SRYX01000020.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_20_length_60594_cov_318.168, whole genome shotgun sequence	True	False
ISR0141_000000006063	5907	0.8984380720115175	6	3	2	3	1	True	37461	fragment	False	ISR0141_000000006063	1.0		0	0	False	False	0.9981378316879272	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	6.9997755244400785e-06	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	True
ISR0101_000000004376	5374	0.8984347552673243	7	3	0	2	2	False	126479	backbone	False	ISR0127_000000003850	0.9199473114532832	PS879|PS961	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1935.0	99.69	74.0	0.3311076870398904	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0058_000000004316	3404	0.8984347552673243	5	3	0	2	2	False	127333	fragment	False	SPA0146_000000007284	0.9418180692067862		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1353.0	99.113	83.0	0.24095526644091964	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0088_000000011931	2617	0.8984335924097779	4	3	2	3	2	False	76245	fragment	False	MON0088_000000011931	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2550.0	98.667	97.0	0.00072751828642472	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0137_000000001056	23854	0.8984242151915179	33	8	4	5	6	False	38014	fragment	False	ISR0137_000000001056	1.0		0	0	False	False	0.9995808005332947	0					non-mobilizable	no_good_hit	7580.0	99.65700000000001	39.0	0.7444258913662705	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	False
ISR0308_000000002653	5261	0.8984222185741785	6	3	2	3	2	True	100153	fragment	False	MON0064_000000003751	0.6171230154536135		0	0	False	False	1.0	0					non-mobilizable	plasmid	4707.0	97.706	96.0	0.040674379477217144	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
AUS0014_000000020969	1300	0.8984194862801909	2	1	1	1	1	False	100710	fragment	False	AUS0014_000000020969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	86.351	57.0	0.0001137022085307736	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0379_000000004578	4490	0.8984153497244882	9	6	3	2	5	False	74818	fragment	False	ISR0379_000000004578	1.0		0	0	False	False	0.9964365363121033	0					non-mobilizable	no_good_hit	879.0	73.94800000000001	19.0	0.004920796181416758	NZ_KB822474.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.12, whole genome shotgun sequence	True	False
CAN0016_000000039805	1114	0.8984137776346663	1	1	1	1	1	False	92577	fragment	False	CAN0016_000000039805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	0.009443339960238568	XM_008621624.1	oomycetes	Saprolegnia diclina VS20 hypothetical protein mRNA	True	False
ISR0368_000000002748	4320	0.8984096956196123	7	2	1	2	1	False	72489	fragment	False	ISR0368_000000002748	1.0		0	0	False	False	0.9981481432914734	0					non-mobilizable	no_good_hit	447.0	73.602	10.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
CHI0059_000000002018	7212	0.8984067494662425	9	3	1	2	1	False	85842	maximal	True	CHI0059_000000002018	1.0		2	1	False	False	0.9980587959289551	0					non-mobilizable	no_good_hit	1434.0	77.476	20.0	0.12472806381435823	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ENG0004_000000008088	3253	0.8984052393298668	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.42934761529420795		0	0	False	False	0.9996926188468933	0					non-mobilizable	other	3253.0	97.91	100.0	0.0010113805982918213	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0195_000000003651	5783	0.8984050044018975	5	2	1	1	1	True	104153	backbone	True	ENG0195_000000003651	0.97111858137072	PS613|PS614	2	1	True	True	1.0	142					non-mobilizable	no_good_hit	904.0	88.71700000000001	36.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0078_000000005233	4979	0.8984050044018975	3	2	1	1	1	True	81584	maximal	True	ENG0078_000000005233	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	907.0	89.96700000000001	41.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0134_000000007790	4709	0.8984050044018975	5	2	1	1	1	True	81597	maximal	True	ENG0134_000000007790	1.0		1	1	True	True	1.0	58					non-mobilizable	no_good_hit	901.0	92.009	40.0	0.22860791826309068	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0127_000000003946	4678	0.8984050044018975	5	2	1	1	1	True	81555	fragment	False	FIJ0127_000000003946	1.0		0	0	False	False	0.9995724558830261	0					non-mobilizable	no_good_hit	773.0	95.213	34.0	0.19693486590038314	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ETH0005_000000012336	3908	0.8984050044018975	5	2	1	1	1	True	52785	maximal	True	ETH0005_000000012336	1.0		2	1	True	True	1.0	11					non-mobilizable	no_good_hit	1179.0	86.429	37.0	0.671264367816092	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
MAD0110_000000010099	2702	0.8984050044018975	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.16799324200539023		0	0	False	False	1.0	0					non-mobilizable	other	2703.0	94.969	100.0	0.45652909336941816	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0052_000000011227	2527	0.8984050044018975	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.11207384508207428		0	0	False	False	1.0	0					non-mobilizable	other	2528.0	96.598	100.0	0.4272665764546685	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0022_000000005353	2531	0.8984016306349022	3	3	3	3	2	False	111423	fragment	False	ISR0161_000000010490	0.719649084448293		0	0	False	False	1.0	0					non-mobilizable	other	2386.0	98.994	100.0	0.003303520846809436	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0194_000000010213	2411	0.8984009830750964	4	2	2	2	1	False	59465	fragment	False	ISR0194_000000010213	0.9964973730297724		0	0	False	False	0.985897958278656	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000027231	1296	0.8984009830750964	3	2	2	2	1	False	22796	fragment	False	ISR0392_000000027231	0.9970439189189189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000011945	3250	0.8983921016955556	3	2	2	2	2	False	63146	maximal	True	SPA0116_000000011945	1.0		0	0	False	False	0.9969230890274048	0					non-mobilizable	no_good_hit	790.0	92.911	24.0	0.00034589728122106565	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0104_000000005779	5735	0.8983861339740613	5	2	0	1	1	True	118869	fragment	False	SPA0104_000000005779	0.9843255972855335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4222.0	99.053	83.0	0.0006781202205457092	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
ENG0002_000000003246	5720	0.8983861339740613	6	2	0	1	1	True	118869	fragment	False	SPA0104_000000005779	0.98353473958355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4262.0	99.061	83.0	0.0006845463775752824	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
CHI0068_000000002110	5235	0.8983861339740613	4	2	0	1	1	True	118869	fragment	False	SPA0104_000000005779	0.8320808006374113		0	0	False	False	0.9994269609451294	0					non-mobilizable	no_good_hit	4214.0	99.051	81.0	0.0006768349891397947	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
AST0142_000000001082	5142	0.8983861339740613	4	2	0	1	1	True	118869	fragment	False	SPA0104_000000005779	0.5657989150595855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4222.0	99.053	82.0	0.0006781202205457092	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
CHI0136_000000002933	5071	0.8983861339740613	4	2	0	1	1	True	118869	fragment	False	SPA0104_000000005779	0.5568454854961106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4050.0	99.037	81.0	0.0006504877453185446	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
CHI0183_000000002627	2355	0.8983861339740613	3	2	0	1	1	True	77300	fragment	False	CHI0183_000000002627	1.0		0	0	False	False	0.9774947166442871	0					non-mobilizable	no_good_hit	1363.0	99.34	58.0	0.00023645472083065397	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	True	True
SPA0025_000000001218	14180	0.8983848128938143	21	13	9	10	10	True	126209	maximal	True	SPA0025_000000001218	1.0	PS943|PS946|PS949	2	2	True	True	1.0	74					non-mobilizable	no_good_hit	974.0	78.029	7.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0333_000000016003	1489	0.8983825234821641	2	2	2	1	1	False	24532	fragment	False	ISR0333_000000016003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	83.226	10.0	0.0013418346211343456	NZ_REFI01000006.1	mycoplasmas	Mycoplasma subdolum strain ATCC 29870 Ga0052880_scaffold00002.2, whole genome shotgun sequence	True	False
SPA0103_000000001058	15661	0.8983821258424007	18	14	5	13	8	True	86827	fragment	False	SPA0103_000000001058	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11620.0	91.37700000000001	99.0	0.2746234067207416	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
SPA0129_000000008860	3128	0.8983769729121052	4	2	2	2	2	False	54693	maximal	True	SPA0129_000000008860	1.0		1	1	False	False	0.9980818629264832	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0014703479823558242	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0241_000000004369	3019	0.8983664979898534	5	4	3	4	3	True	72918	maximal	True	ISR0241_000000004369	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0055_000000004737	4083	0.8983661892925163	4	3	2	3	2	True	78136	fragment	False	ENG0055_000000004737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0252_000000000233	25139	0.8983572627766889	34	19	9	15	9	True	79698	fragment	False	ISR0252_000000000233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	19181.0	85.001	76.0	0.15959075432711212	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0054_000000004642	5292	0.8983564701005913	6	3	3	3	0	True	119521	maximal	True	ENG0054_000000004642	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	299.0	87.291	8.0	0.0445522048795272	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0088_000000011073	2169	0.8983473258075734	3	3	3	3	1	False	123399	fragment	False	SPA0092_000000020511	0.9958120657639971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.971	19.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
SPA0092_000000020511	2163	0.8983473258075734	3	3	3	3	1	False	123399	fragment	False	SPA0092_000000020511	0.9959332431951952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.971	19.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0091_000000014129	2154	0.8983473258075734	3	3	3	3	1	False	123399	fragment	False	SPA0092_000000020511	0.9943549337490308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.971	19.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ENG0087_000000012412	2153	0.8983473258075734	3	3	3	3	1	False	123399	fragment	False	SPA0092_000000020511	0.995109566803197		0	0	False	False	0.9995355606079102	0					non-mobilizable	no_good_hit	421.0	71.971	19.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0795_000000004622	2127	0.8983473258075734	3	3	3	3	1	False	123399	fragment	False	SPA0092_000000020511	0.9909167772208036		0	0	False	False	0.9995298385620117	0					non-mobilizable	no_good_hit	421.0	71.971	19.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
FIJ0101_000000001827	13337	0.898336704314152	13	9	7	8	3	True	97621	maximal	True	FIJ0101_000000001827	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	81.38	9.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
CAN0018_000000012002	2881	0.8983353464882801	4	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.11954930917582303		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	1792.0	96.875	100.0	0.374294670846395	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0162_000000007853	3130	0.8983345706100648	5	2	1	2	1	False	110735	maximal	True	ENG0162_000000007853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	87.16	59.0	0.00019691413934825377	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
FIJ0161_000000008009	2074	0.8983261321436179	3	3	3	3	2	False	117292	maximal	True	FIJ0161_000000008009	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1765.0	98.527	85.0	0.006770787353520311	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
MON0029_000000024636	1314	0.8983251946046491	2	2	1	1	2	False	64022	fragment	False	MON0029_000000024636	0.9388151046817332		0	0	False	False	0.9992389678955078	0					non-mobilizable	chromosome	1320.0	93.182	100.0	0.0005423730488778191	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0068_000000002948	7632	0.8983226933418171	7	6	6	5	6	False	87494	fragment	False	ENG0068_000000002948	1.0		0	0	False	False	0.9997379183769226	0					non-mobilizable	plasmid	7632.0	100.0	100.0	0.0659675997164543	MT077882.1	enterobacteria	Escherichia coli plasmid p4, complete sequence	False	True
DEN0069_000000019825	1360	0.8983183228094466	2	1	1	1	1	False	70686	maximal	True	DEN0069_000000019825	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	91.667	9.0	0.0003325889675488193	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0285_000000001904	5926	0.8983112540581358	8	6	3	4	5	True	130617	maximal	True	ISR0285_000000001904	0.9996618765849535		16	4	False	False	0.9993250370025635	0		MOBV			mobilizable	no_good_hit	3549.0	98.95700000000001	79.0	0.5825258663163081	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ISR0024_000000003321	5915	0.8983112540581358	8	6	3	4	5	True	130617	maximal	False	ISR0285_000000001904	0.9987343908201147		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3541.0	98.84200000000001	79.0	0.5812120216784366	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
SPA0112_000000020712	1604	0.8983096931763349	2	2	2	2	2	False	89262	fragment	False	CHI0021_000000005177	0.9576372315035799		0	0	False	False	1.0	0					non-mobilizable	plasmid	1071.0	99.72	100.0	0.005243889888114013	CP046950.1	enterobacteria	Klebsiella pneumoniae strain BD_DM_914 plasmid punnamed1, complete sequence	False	True
ISR0227_000000003405	7453	0.8983089433070214	9	7	5	5	6	False	57705	maximal	False	ENG0142_000000002805	0.9605295872700149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2477.0	94.59	33.0	0.24727636181909046	NZ_MPJW01000143.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_102_length_10005_cov_259.401_ID_203, whole genome shotgun sequence	True	False
MAD0026_000000004927	2625	0.8983042571819487	5	3	2	2	3	True	19099	fragment	False	MAD0026_000000004927	1.0		0	0	False	False	1.0	0	rep_cluster_722				non-mobilizable	no_good_hit	1407.0	87.42	53.0	0.2000285959393766	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
SPA0055_000000003663	7934	0.8982995360176315	13	8	5	5	7	True	130650	maximal	True	SPA0055_000000003663	1.0	PS1107|PS1110|PS1114	6	1	False	True	0.9998739361763	0		MOBV			mobilizable	other	4854.0	99.93799999999999	92.0	0.7911299527148214	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0070_000000005050	3829	0.898287553604098	5	4	3	2	3	False	44947	fragment	False	FIJ0070_000000005050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	85.088	3.0	3.1457702613355606e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
DEN0063_000000024818	1968	0.8982709582936678	3	2	2	1	2	False	71513	fragment	False	DEN0063_000000024818	1.0		0	0	False	False	0.9994918704032898	0					non-mobilizable	no_good_hit	54.0	90.741	3.0	2.1631731420422686e-05	CP054675.1	bacteria	Ignavibacteria bacterium isolate Ch128a chromosome, complete genome	True	False
SPA0006_000000011361	2825	0.8982708590554408	5	5	4	2	2	False	70942	fragment	False	SPA0006_000000011361	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2814.0	76.759	98.0	0.0067597398137883	NZ_FNRI01000003.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
ISR0150_000000005300	4216	0.8982689800052445	4	4	4	4	4	False	123402	maximal	True	ISR0150_000000005300	1.0		4	3	False	False	0.9978652596473694	0					non-mobilizable	no_good_hit	421.0	71.734	10.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0377_000000015185	1117	0.8982539957997292	2	2	2	2	2	False	28750	fragment	False	ISR0200_000000022489	0.9924911660777385		0	0	False	False	0.9659802913665771	0					non-mobilizable	other	1117.0	99.64200000000001	100.0	0.0035436333673090296	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
CAN0005_000000004014	4650	0.8982503685045798	5	5	5	5	4	False	131413	fragment	False	ISR0058_000000003113	0.15565880322979056		0	0	False	False	0.9995698928833008	0					non-mobilizable	no_good_hit	806.0	74.938	17.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
DEN0061_000000004209	7432	0.8982497247177809	14	11	6	11	11	False	132187	fragment	False	DEN0061_000000004209	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5678.0	99.93	100.0	0.001971928849360756	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MON0014_000000007195	2274	0.8982485647042702	3	3	3	3	2	False	100451	fragment	False	MAD0066_000000005127	0.22917006101920148		0	0	False	False	0.9819700717926025	0					non-mobilizable	chromosome	2274.0	97.23	100.0	0.00041519462544896456	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0012_000000028851	1856	0.8982344131902927	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.41288864436638584		0	0	False	False	0.9951508641242981	0					non-mobilizable	chromosome	1841.0	83.053	99.0	0.0006396108377612296	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0047_000000002723	5326	0.8982330928257322	8	5	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.7447286631641795	PS1159|PS463	0	0	True	True	1.0	32		MOBV			mobilizable	no_good_hit	4743.0	99.705	89.0	0.04033033109653935	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
AST0059_000000002511	5308	0.8982330928257322	7	5	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.7449842444041944	PS1159|PS463	0	0	True	True	0.9994348287582397	9		MOBV			mobilizable	other	4351.0	99.816	91.0	0.5528723945094052	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0058_01_000000004119	5192	0.8982330928257322	7	5	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.6304542014590063	PS1159|PS463	0	0	False	True	0.9974961280822754	0		MOBV			mobilizable	other	2831.0	99.788	90.0	0.024068923872460218	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0049_000000004037	4953	0.8982330928257322	6	5	3	3	3	True	120627	backbone	False	FIJ0011_000000007726	0.27268532341684537	PS463|PS847	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1402.0	84.59299999999999	80.0	0.2811301715438951	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
FIJ0142_000000006299	4820	0.8982330928257322	5	5	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.4441861891224455	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4821.0	99.917	100.0	0.4731520565426524	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0161_000000003217	4814	0.8982330928257322	5	5	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.45053981311623836	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4817.0	99.50200000000001	100.0	0.4725630705801512	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0190_000000004914	4743	0.8982330928257322	6	5	3	3	3	True	128685	backbone	False	FIJ0105_000000005116	0.10411049901527479	PS1045|PS1046|PS656|PS658	0	0	False	True	1.0	0					non-mobilizable	other	2957.0	96.28	90.0	0.5963673057517659	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
ENG0102_000000000697	22138	0.898231031319299	17	7	4	7	2	True	117541	fragment	False	ENG0102_000000000697	1.0		0	0	False	True	0.9994579553604126	0					non-mobilizable	no_good_hit	123.0	90.244	1.0	0.005818667429770592	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
USA0034_01_000000002912	17126	0.898231031319299	13	7	4	7	2	True	117540	fragment	False	USA0034_01_000000002912	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	183.0	97.814	1.0	0.003129459910242963	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0246_000000000666	13887	0.898231031319299	12	7	4	7	2	True	117518	fragment	False	ISR0233_000000000421	0.9612614502482344		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	123.0	97.561	1.0	0.002097769829943085	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0032_000000001310	18010	0.8982223897202538	17	13	11	11	11	True	116285	backbone	True	ISR0032_000000001310	1.0	PS762|PS763	3	2	True	True	0.9999444484710693	3					non-mobilizable	no_good_hit	5978.0	96.604	58.0	0.20906959655691243	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0140_000000009575	3070	0.8982189523227425	3	3	2	3	2	True	80268	fragment	False	CHI0140_000000009575	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	2.0	0.0006485654611410355	NZ_PKHE01000005.1	firmicutes	Facklamia ignava strain UMB0898 ERR1203642.17957_1_54.5, whole genome shotgun sequence	True	True
ISR0323_000000005356	3468	0.8982182902837391	5	3	1	3	1	True	107917	fragment	False	CHI0137_000000003405	0.6323963213604026		0	0	False	False	0.9991349577903748	0					non-mobilizable	other	3468.0	100.0	100.0	0.01714401566548648	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0080_000000009979	3018	0.8982182902837391	5	3	1	3	1	True	85742	fragment	False	ISR0080_000000009979	1.0		0	0	False	False	0.9937044382095337	0					non-mobilizable	other	2999.0	99.96700000000001	100.0	0.00048164046936650945	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
CHI0155_000000006245	1993	0.8982182902837391	4	3	1	3	1	True	85740	fragment	False	CHI0134_000000006985	0.9588372093023256		0	0	False	False	0.986452579498291	0					non-mobilizable	other	1974.0	100.0	100.0	0.009756314654746127	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0036_000000021940	1180	0.8982118545657594	2	2	2	2	1	True	65258	maximal	True	ENG0036_000000021940	1.0		0	0	False	False	0.9991525411605835	0					non-mobilizable	no_good_hit	494.0	93.117	42.0	0.00252824402426704	NZ_CABJDM010000006.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	True
FIJ0006_000000033636	1203	0.8982084100512835	2	2	2	2	2	False	51650	maximal	True	FIJ0006_000000033636	1.0		5	1	False	False	1.0	0					non-mobilizable	other	1204.0	98.75399999999999	100.0	0.005117689850127836	NZ_KB904062.1	firmicutes	Streptococcus caballi DSM 19004 A3GSDRAFT_scaffold_0.1, whole genome shotgun sequence	False	False
SPA0076_000000006238	2359	0.8982081289199283	2	2	2	2	0	True	122803	fragment	False	SPA0076_000000006238	1.0		0	0	False	False	0.9817719459533691	0					non-mobilizable	other	1632.0	92.831	92.0	0.017715465710248887	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0119_000000013908	2333	0.8982081289199283	2	2	2	2	0	True	110121	fragment	False	ENG0119_000000013908	1.0		0	0	False	False	0.9875696301460266	0					non-mobilizable	no_good_hit	115.0	98.26100000000001	5.0	0.00014417021190491847	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ISR0286_000000018141	1188	0.8981990150796237	2	2	2	2	2	False	26011	fragment	False	ISR0286_000000018141	1.0		0	0	False	False	0.9814814925193787	0					non-mobilizable	chromosome	1188.0	84.93299999999999	100.0	0.0003180961609786321	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0110_000000001983	11443	0.8981968618573509	21	11	5	9	6	True	37772	maximal	True	SPA0110_000000001983	1.0		3	2	False	False	0.9993882775306702	0					non-mobilizable	no_good_hit	3637.0	97.82799999999999	80.0	0.0011410273158657704	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
CHI0071_000000002762	3723	0.8981956622984606	5	5	5	4	4	False	84916	fragment	False	CHI0071_000000002762	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3723.0	99.81200000000001	100.0	0.0006890885184374687	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
ISR0274_000000002990	2261	0.8981933111617273	4	3	3	3	2	False	99557	fragment	False	ISR0274_000000002990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	91.462	60.0	0.00012993457135244	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
USA0037_01_000000016590	2053	0.8981933111617273	3	3	3	3	2	False	99554	fragment	False	USA0041_01_000000008430	0.883219862345262		0	0	False	False	0.9995129108428955	0					non-mobilizable	no_good_hit	448.0	93.08	54.0	8.417500491962417e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
FIJ0018_000000024788	1115	0.8981869582017159	1	1	1	1	1	False	58488	fragment	False	SPA0008_000000026099	0.960747809108185		0	0	False	False	0.9955157041549683	0					non-mobilizable	other	1115.0	98.38600000000001	100.0	0.0012391477157597769	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
FIJ0031_000000006510	3573	0.8981771156796499	3	3	3	3	3	False	48690	fragment	False	FIJ0031_000000006510	0.9895281070132886		0	0	False	False	0.9983207583427429	0					non-mobilizable	no_good_hit	873.0	77.663	27.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0157_000000001898	13179	0.8981682962336984	14	10	7	8	4	False	123555	maximal	True	ISR0157_000000001898	0.9628194369491503		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	2247.0	98.531	17.0	0.04282769677074586	NZ_CYZN01000025.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0093_000000012114	1401	0.8981664366409905	2	2	1	2	1	True	109460	fragment	False	AST0093_000000012114	1.0		0	0	False	False	0.9992862343788147	0	rep_cluster_556				non-mobilizable	plasmid	1401.0	99.85700000000001	100.0	0.022263922903215546	CP034573.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77C, complete sequence	False	True
MAD0101_000000024139	1203	0.8981337499434663	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.35778762161939504		0	0	False	False	0.9991687536239624	0					non-mobilizable	other	1202.0	95.42399999999999	99.0	0.13836405529953916	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ISR0397_000000003347	6630	0.8981265829806516	9	7	5	5	6	False	115565	fragment	False	ISR0397_000000003347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4775.0	99.12	72.0	0.027784739667422436	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
ISR0034_000000003286	5860	0.8981257399894975	6	2	0	2	0	True	73597	fragment	False	ISR0034_000000003286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0007_000000005447	5725	0.8981257399894975	4	2	0	2	0	True	2941	maximal	True	TAN0007_000000005447	1.0	PS9	2	1	False	True	0.9991266131401062	0					non-mobilizable	no_good_hit								True	True
AST0052_000000004396	4494	0.8981257399894975	3	2	0	2	0	True	123460	maximal	True	AST0052_000000004396	1.0	PS491|PS901	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1011.0	83.68	41.0	0.24495818986719134	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0177_000000005657	4363	0.8981257399894975	3	2	0	2	0	True	115433	maximal	True	ISR0177_000000005657	1.0	PS491|PS492|PS699|PS700|PS751	1	1	False	True	0.9997708201408386	0					non-mobilizable	no_good_hit	1045.0	96.26799999999999	46.0	0.3754499640028798	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
CAN0020_000000016071	2291	0.8981257399894975	4	2	0	2	0	True	91880	fragment	False	CAN0020_000000016071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	100.0	7.0	0.0026022691787238473	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	True	True
ISR0375_000000010370	2122	0.8981257399894975	4	2	0	2	0	True	23381	fragment	False	ISR0375_000000010370	1.0		0	0	False	False	0.9877474308013916	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.497090362302785e-07	LR738608.1	rodents	Sciurus carolinensis genome assembly, chromosome: 18	True	True
ENG0047_000000011877	1693	0.8981257399894975	4	2	0	2	0	True	66441	fragment	False	ENG0047_000000011877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0124_000000019220	1616	0.8981257399894975	3	2	0	2	0	True	92720	fragment	False	ENG0124_000000019220	1.0		0	0	False	False	0.9993811845779419	0					non-mobilizable	no_good_hit								True	True
ISR0206_000000016927	1540	0.8981257399894975	5	2	0	2	0	True	28626	maximal	True	ISR0206_000000016927	1.0		1	1	False	False	0.9883117079734802	0					non-mobilizable	no_good_hit	1109.0	92.96700000000001	72.0	0.0009732586845973681	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	True
FIJ0124_000000019086	1503	0.8981257399894975	3	2	0	2	0	True	131257	backbone	False	ISR0175_000000008482	0.22309512370713333	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1504.0	93.949	100.0	0.0005055644061116072	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0007_000000051300	1280	0.8981257399894975	2	2	0	2	0	True	55937	maximal	True	MON0007_000000051300	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0085_000000022584	1240	0.8981257399894975	2	2	0	2	0	True	131257	backbone	False	ISR0175_000000008482	0.15607148894584771	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1252.0	94.40899999999999	100.0	0.00042074268151764916	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0010_000000021857	1217	0.8981257399894975	2	2	0	2	0	True	92709	fragment	False	ISR0189_000000013093	0.5144253925370613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0101_000000055406	1208	0.8981257399894975	2	2	0	2	0	True	9000	fragment	False	MON0101_000000055406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0111_000000026084	1159	0.8981257399894975	3	2	0	2	0	True	82484	fragment	False	CHI0111_000000026084	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	83.993	100.0	0.02867472266244057	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
ISR0223_000000028134	1154	0.8981257399894975	2	2	0	2	0	True	27776	fragment	False	ISR0223_000000028134	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	92.66	100.0	0.0010163387889743068	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0125_000000011589	1316	0.8981206585487393	1	1	1	1	1	False	32029	fragment	False	ISR0125_000000011589	0.9449321628092577		0	0	False	False	0.9749240279197693	0					non-mobilizable	no_good_hit	1001.0	82.41799999999999	75.0	0.0035604349386713268	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0024_000000009348	3482	0.8981185413414742	6	5	4	3	2	False	121636	maximal	True	AST0024_000000009348	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	87.154	31.0	0.0002536017370438171	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0129_000000003821	6567	0.8981160229815351	9	8	6	5	5	True	132393	maximal	True	ENG0129_000000003821	1.0	PS1159|PS463	12	5	False	True	0.9998477101325989	0		MOBV			mobilizable	no_good_hit	3318.0	99.54799999999999	79.0	0.6307282753375166	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ENG0045_000000005608	2276	0.8981138807418704	4	2	2	2	2	True	64480	maximal	True	ENG0045_000000005608	1.0		2	1	False	False	0.9995606541633606	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0001323602572353137	NZ_FNIL01000005.1	firmicutes	Bacillus daliensis strain CGMCC 1.10369, whole genome shotgun sequence	True	True
AST0012_000000020407	1187	0.898111827423722	1	1	1	1	1	False	124603	maximal	True	AST0012_000000020407	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0089_000000007591	2533	0.898109054491225	2	2	1	2	1	True	78977	maximal	True	DEN0089_000000007591	1.0		1	1	False	False	0.9996052384376526	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.009135802469135803	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0093_000000012555	3159	0.8981042209332021	5	2	0	1	1	True	5286	maximal	True	SPA0093_000000012555	1.0		1	1	True	True	1.0	85					non-mobilizable	no_good_hit	717.0	99.721	27.0	0.2389853137516689	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0096_000000010322	1810	0.8981042209332021	3	2	0	1	1	True	15485	maximal	True	MAD0096_000000010322	1.0		1	1	False	False	0.990607738494873	0					non-mobilizable	no_good_hit	922.0	87.31	51.0	0.3060747663551402	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CAN0001_000000028228	1551	0.8981042209332021	2	2	0	1	1	True	97215	fragment	False	CAN0001_000000028228	1.0		0	0	False	False	0.9980657696723938	0					non-mobilizable	no_good_hit	265.0	92.83	17.0	0.08761329305135952	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0034_000000011847	1267	0.8981042209332021	2	2	0	1	1	True	72687	fragment	False	ENG0034_000000011847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	92.90299999999999	12.0	0.05102383350117489	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
DEN0078_000000028018	1259	0.8981042209332021	2	2	0	1	1	True	72687	fragment	False	ENG0034_000000011847	0.9968429360694554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	92.90299999999999	12.0	0.05102383350117489	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MON0082_000000022237	1591	0.8981027019732732	2	2	2	2	2	False	37905	fragment	False	ISR0056_000000011330	0.3387482255106066		0	0	False	False	0.998742938041687	0					non-mobilizable	no_good_hit	417.0	78.417	26.0	0.00014650085358810597	LR134354.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain NCTC11817 genome assembly, chromosome: 1	True	False
SPA0018_000000003087	8021	0.8980954576248869	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.6049602104701722		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2402.0	88.96799999999999	31.0	0.029956079432411128	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0100_000000010859	2798	0.8980882397026219	6	5	4	4	2	False	4969	fragment	False	SPA0100_000000010859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000006886	3174	0.8980880079518808	4	4	3	4	3	False	37464	maximal	True	ISR0024_000000006886	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	79.885	5.0	0.0006346693745893316	NZ_LGSS01000005.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_5c, whole genome shotgun sequence	True	False
MON0037_000000033308	2136	0.8980871584573915	2	2	2	2	2	False	42117	fragment	False	FIJ0110_000000007951	0.9701631701631702		0	0	False	False	0.9836142063140869	0					non-mobilizable	other	2136.0	98.876	100.0	0.015012375541429937	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0128_000000018144	2047	0.8980838072506624	2	2	2	2	2	False	124226	fragment	False	ISR0378_000000012798	0.9759345396445558		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	99.446	92.0	0.008793479956325066	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
ISR0207_000000016549	1805	0.8980838072506624	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9692980164698974		0	0	False	False	0.9988919496536255	0					non-mobilizable	other	1795.0	99.833	99.0	0.007434512881930487	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
MAD0093_000000018690	1705	0.8980838072506624	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.4343155543732451		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	98.006	100.0	0.0061781885290182696	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0134_000000004274	3730	0.8980837967372143	4	4	4	4	4	False	40639	maximal	True	FIJ0134_000000004274	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	73.729	34.0	0.00023273499495957717	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0207_000000001521	12373	0.8980825870225971	18	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.5700222975131909	PS943|PS946|PS949	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1008.0	75.298	21.0	0.09538814093382984	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
TAN0008_000000002100	5734	0.8980812425216134	8	2	2	1	1	False	58725	maximal	True	TAN0008_000000002100	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.261029895315248e-06	NZ_CP007451.1	CFB group bacteria	Draconibacterium orientale strain Draconibacterium orientale type strain FH5T chromosome, complete genome	True	False
ISR0143_000000020696	1408	0.8980682220673324	3	2	0	1	2	True	31121	fragment	False	ISR0143_000000020696	0.9863013698630136		0	0	False	False	1.0	0	Inc11				non-mobilizable	plasmid	1350.0	99.926	96.0	0.053261212886923565	CP034576.1	firmicutes	Lactococcus lactis subsp. cremoris strain UC109 plasmid pUC109G, complete sequence	False	True
SPA0105_000000017470	1387	0.8980682220673324	3	2	0	1	2	True	31121	fragment	False	ISR0143_000000020696	0.9790482954545454		0	0	False	False	1.0	0	Inc11				non-mobilizable	plasmid	1387.0	100.0	100.0	0.05472204674668351	CP034576.1	firmicutes	Lactococcus lactis subsp. cremoris strain UC109 plasmid pUC109G, complete sequence	False	True
SPA0081_000000002238	5722	0.8980654779596309	6	5	5	5	5	False	85831	maximal	True	SPA0081_000000002238	0.9882968601332065		4	2	False	False	0.9994757175445557	0					non-mobilizable	other	5711.0	97.426	99.0	0.022122830544079004	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ENG0174_000000002129	7010	0.8980642628757991	7	4	2	2	3	False	126765	maximal	True	ENG0174_000000002129	1.0	PS832|PS833|PS837|PS974|PS975|PS976	7	4	True	True	1.0	16	rep_cluster_475				non-mobilizable	no_good_hit	3485.0	95.40899999999999	83.0	0.5313698420003068	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0108_000000008231	2619	0.8980628380233895	3	2	2	2	1	True	73539	fragment	False	MON0108_000000008231	1.0		0	0	False	False	0.9965635538101196	0					non-mobilizable	no_good_hit	746.0	79.759	35.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
SPA0006_000000006936	4554	0.8980567970219498	5	4	2	2	3	False	8266	fragment	False	SPA0006_000000006936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1743.0	77.51	38.0	0.2112342757504048	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0194_000000009614	2546	0.8980562946530386	4	4	4	4	4	False	78191	fragment	False	ISR0194_000000009614	0.9579916247449617		0	0	False	False	0.9984288811683655	0					non-mobilizable	no_good_hit	1023.0	96.87200000000001	81.0	0.0023336263686079303	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
SPA0112_000000015597	2165	0.8980477750071441	3	3	3	3	3	False	86882	fragment	False	ENG0077_000000008848	0.9278238116005233		0	0	False	False	1.0	0					non-mobilizable	other	2165.0	97.09	100.0	0.0005268873120680732	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0012_000000009623	2883	0.898046951825847	4	3	0	2	1	False	19683	maximal	True	MAD0012_000000009623	1.0		3	1	True	True	1.0	20					non-mobilizable	no_good_hit	153.0	82.353	5.0	0.056196501674730184	LN852774.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0083	True	True
SPA0011_000000007469	2557	0.8980464808989543	3	3	3	3	3	False	118773	fragment	False	SPA0011_000000007469	1.0		0	0	False	False	0.9992178082466125	0					non-mobilizable	plasmid	1823.0	93.96600000000001	98.0	0.011005814164319646	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0090_000000022018	1414	0.8980374540310027	3	2	0	2	1	True	131365	maximal	True	ISR0090_000000022018	1.0	PS1134	2	2	False	True	0.9653465151786804	0					non-mobilizable	no_good_hit	728.0	99.863	88.0	0.46812620734063104	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
FIJ0057_000000023869	1470	0.898011691680713	3	3	3	3	1	False	46110	maximal	True	FIJ0057_000000023869	1.0		0	0	False	False	0.9789115786552429	0					non-mobilizable	no_good_hit	707.0	95.898	48.0	0.012726912191516594	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	True	False
ENG0105_000000006967	3029	0.8980078574552081	5	2	1	2	2	True	119782	maximal	True	ENG0105_000000006967	1.0		1	1	False	False	1.0	0	IncW				non-mobilizable	no_good_hit	948.0	89.662	77.0	0.00039262775807468337	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
MON0007_000000026512	2319	0.8980066044997884	4	4	1	3	4	True	13970	maximal	True	MON0007_000000026512	1.0		2	1	False	False	0.9969814419746399	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005453223460979156	NZ_BCTF01000035.1	b-proteobacteria	Hydrogenophaga flava NBRC 102514, whole genome shotgun sequence	True	True
ISR0373_000000002512	5193	0.8980040661589191	7	6	3	3	4	True	115649	maximal	True	ISR0373_000000002512	1.0	PS463|PS753	3	3	True	True	0.9998074173927307	10		MOBV			mobilizable	other	2919.0	99.76	91.0	0.024808851920836202	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0076_000000020501	2317	0.8980034923930229	3	3	3	3	3	False	10292	maximal	True	MON0076_000000020501	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	1038.0	96.05	100.0	0.00034706836008359095	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
SPA0063_000000000597	18832	0.8979998833342182	33	30	8	15	30	True	98241	maximal	True	SPA0063_000000000597	0.9990583804143126		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	8006.0	98.88799999999999	88.0	0.18862677632974337	CP061364.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed1, complete sequence	True	True
SPA0064_000000000796	18585	0.8979998833342182	33	30	8	15	30	True	98241	maximal	False	SPA0063_000000000597	0.9925127442650807		0	0	False	False	0.9993543028831482	0					non-mobilizable	no_good_hit	7992.0	98.111	88.0	0.1065100590611543	CP019258.1	enterobacteria	Escherichia coli strain 13TMH22 plasmid p13TMH22-2, complete sequence	True	True
ISR0350_000000002265	6538	0.8979906077629805	10	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8801512601936347	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	29					non-mobilizable	plasmid	5084.0	95.85	100.0	0.7803041941926563	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0255_000000004086	6538	0.8979906077629805	10	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8794030172982163	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	170					non-mobilizable	plasmid	4217.0	96.49	100.0	0.647257643263174	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
FIJ0085_000000025417	1233	0.8979842375995407	2	2	1	1	1	True	43888	fragment	False	FIJ0085_000000025417	1.0		0	0	False	False	0.9967558979988098	0	Col8282			MOBQ	mobilizable	plasmid	1233.0	99.432	100.0	0.3024054982817869	CP056526.1	enterobacteria	Escherichia coli strain RHBSTW-00440 plasmid pRHBSTW-00440_3, complete sequence	False	True
USA0113_01_000000003991	4781	0.8979839669928991	8	7	5	7	5	False	132178	fragment	False	ISR0393_000000002751	0.21153673835125447		0	0	False	False	0.9995816946029663	0					non-mobilizable	other	4669.0	99.764	100.0	0.005902126131230303	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0396_000000018871	1233	0.897980329904183	2	1	1	1	1	False	22660	fragment	False	ISR0396_000000018871	1.0		0	0	False	False	0.9967558979988098	0					non-mobilizable	no_good_hit	1078.0	97.588	87.0	0.0028220682065324197	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
ENG0135_000000000386	29352	0.8979719979273308	29	24	5	9	20	True	123975	maximal	True	ENG0135_000000000386	1.0	PS854	2	2	False	True	0.9993526935577393	0					non-mobilizable	other	13968.0	98.647	99.0	0.005969999841712652	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
ISR0267_000000011470	1560	0.8979710931749836	2	2	2	2	1	False	26530	maximal	True	ISR0267_000000011470	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	84.10700000000001	35.0	0.00024722463571182177	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0063_000000003848	7285	0.8979702526488252	7	7	6	7	6	False	119277	maximal	True	ENG0063_000000003848	1.0		0	0	False	False	0.9940974712371826	0					non-mobilizable	no_good_hit	2083.0	99.13600000000001	58.0	0.007986558644816793	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0041_000000011962	2710	0.8979697810886624	4	4	1	1	4	True	110924	fragment	False	TAN0002_000000012608	0.7998822027143003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	88.814	18.0	8.821668909217199e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
AUS0022_000000010868	3253	0.8979665616164199	6	4	3	3	4	False	99334	fragment	False	FIJ0169_000000006913	0.9583370471680114		0	0	False	False	0.9990777969360352	0					non-mobilizable	other	3253.0	99.693	100.0	0.013360566806943714	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
FIJ0169_000000006913	3226	0.8979665616164199	4	4	3	3	4	False	99334	fragment	False	FIJ0169_000000006913	0.9728053108673013		0	0	False	False	0.9956602454185486	0					non-mobilizable	other	3207.0	99.751	99.0	0.013171521567596002	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
MON0033_000000020826	3130	0.8979665616164199	4	4	3	3	4	False	99334	fragment	False	FIJ0169_000000006913	0.9590237558387136		0	0	False	False	1.0	0					non-mobilizable	other	3130.0	99.425	100.0	0.012855076275644398	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
FIJ0005_000000005868	4760	0.8979653174709018	4	2	2	2	0	True	131958	fragment	False	ENG0013_000000005614	0.9419644695150435		0	0	False	True	0.9991596341133118	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	2.0	0.00017773614337661034	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0830_000000006217	3919	0.8979653174709018	3	2	2	2	0	True	104170	fragment	False	ISR0830_000000006217	1.0		0	0	False	False	0.9984689950942993	0					non-mobilizable	no_good_hit								True	True
MAD0066_000000011758	2277	0.8979653174709018	2	2	2	2	0	True	77773	fragment	False	MAD0066_000000011758	1.0		0	0	False	False	0.9833113551139832	0					non-mobilizable	no_good_hit								True	True
ISR0018_000000010492	2027	0.8979653174709018	2	2	2	2	0	True	62234	fragment	False	ISR0018_000000010492	0.9997483643683945		0	0	False	False	0.9822397828102112	0					non-mobilizable	no_good_hit	60.0	100.0	3.0	0.0011831708980066578	NZ_CZAI01000015.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ENG0073_000000012409	1987	0.8979653174709018	2	2	2	2	0	True	62234	fragment	False	ISR0018_000000010492	0.9898865318204242		0	0	False	False	0.997986912727356	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000008638	1793	0.8979653174709018	2	2	2	2	0	True	29224	fragment	False	ISR0189_000000008638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0063_000000007391	3421	0.8979635461181765	7	7	4	4	6	True	118156	fragment	False	FIJ0063_000000007391	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	3422.0	99.854	100.0	0.38276440962506997	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0027_000000029607	1399	0.8979617547903024	2	2	2	2	1	True	12629	fragment	False	MON0027_000000029607	0.9329436801614861		0	0	False	False	0.977841317653656	0					non-mobilizable	no_good_hit	512.0	72.852	36.0	0.00014963718252153406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0041_000000004970	5326	0.8979602634765564	5	4	3	4	2	True	132039	fragment	False	ISR0084_000000002614	0.5592332046959314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0022_000000004980	5544	0.8979530334814823	6	6	4	5	5	False	104835	maximal	True	CAN0022_000000004980	1.0		10	6	False	False	1.0	0					non-mobilizable	chromosome	2721.0	99.522	99.0	0.0005290534980064214	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
DEN0065_000000003095	8261	0.8979481442883608	14	2	1	2	1	False	121510	backbone	False	SPA0143_000000001814	0.9541881482899824	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ISR0309_000000001844	8231	0.8979481442883608	13	2	1	2	1	False	121510	backbone	False	SPA0143_000000001814	0.9413437846997856	PS852	0	0	False	True	0.9998785257339478	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
FIJ0046_000000014787	2108	0.8979440478354442	3	3	3	3	2	False	123399	fragment	False	SPA0092_000000020511	0.9898545456983233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.734	20.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0197_000000012272	2071	0.8979440478354442	3	3	3	3	2	False	123399	fragment	False	SPA0092_000000020511	0.9775077198919218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.734	20.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
USA0017_01_000000013350	2063	0.8979440478354442	3	3	3	3	2	False	123399	fragment	False	SPA0092_000000020511	0.9749127187200256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.734	20.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
FIJ0167_000000009736	2049	0.8979440478354442	3	3	3	3	2	False	123399	fragment	False	SPA0092_000000020511	0.968823242332138		0	0	False	False	0.9995119571685791	0					non-mobilizable	no_good_hit	421.0	71.734	20.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
FIJ0123_000000006646	4919	0.8979379122896785	6	4	2	2	3	True	89486	fragment	False	FIJ0123_000000006646	0.994891704127503		0	0	False	False	0.9981703758239746	0					non-mobilizable	no_good_hit	1174.0	73.339	24.0	0.12682231722021264	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
CHI0019_000000001590	4894	0.8979379122896785	6	4	2	2	3	True	89486	fragment	False	FIJ0123_000000006646	0.9923764992884732		0	0	False	False	0.998978316783905	0					non-mobilizable	no_good_hit	1498.0	78.905	30.0	0.18495453979324947	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0041_000000002237	5238	0.8979349140797652	6	3	1	3	1	True	75618	maximal	True	ISR0041_000000002237	1.0		1	1	True	True	1.0	80					non-mobilizable	no_good_hit								True	True
USA0048_01_000000011800	1351	0.8979303169113971	2	2	2	2	1	False	28385	fragment	False	USA0048_01_000000011800	0.995928338762215		0	0	False	False	1.0	0					non-mobilizable	chromosome	1352.0	99.26	100.0	0.00030566634357892525	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0376_000000009158	2572	0.8979164382492104	6	4	4	2	1	False	51966	fragment	False	ISR0376_000000009158	1.0		0	0	False	False	0.9972783923149109	0					non-mobilizable	no_good_hit	1292.0	93.80799999999999	57.0	0.05277368679430535	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0300_000000009103	1246	0.8979159782055437	2	2	2	2	2	False	77502	fragment	False	ISR0300_000000009103	0.9885690093141406		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	99.759	100.0	0.00042304964767949624	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0009_000000020376	1978	0.8979094192881921	2	2	2	2	2	False	126228	fragment	False	DEN0090_000000012540	0.6312407315867524		0	0	False	False	0.9939332604408264	0					non-mobilizable	no_good_hit	376.0	79.521	19.0	0.0017737475871815909	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	False
SPA0124_000000012790	2286	0.8979088181024591	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.890441172745809		0	0	False	False	0.9991251230239868	0					non-mobilizable	no_good_hit	94.0	96.809	4.0	2.5826015962144058e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0071_000000008693	4260	0.8979087219969758	6	2	2	2	1	False	81269	fragment	False	DEN0071_000000008693	0.9670876852076755		0	0	False	False	0.9990610480308533	0					non-mobilizable	no_good_hit	152.0	76.316	3.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
MON0064_000000026418	1131	0.8979084516834003	2	2	1	2	1	True	43792	fragment	False	FIJ0086_000000028272	0.9455534946331232		0	0	False	False	0.9283819794654846	0					non-mobilizable	no_good_hit								True	True
ENG0007_000000009441	2757	0.8979083267973651	2	2	2	2	0	True	67531	maximal	True	ENG0007_000000009441	1.0		1	1	False	False	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1433.0	99.791	52.0	0.40474844544940647	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
MON0057_000000006523	3582	0.8979063405940734	3	3	2	3	3	False	94097	fragment	False	MON0004_000000008651	0.7364528250667153		0	0	False	False	1.0	0					non-mobilizable	chromosome	3582.0	97.18	100.0	0.001474744030395953	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0055_000000005055	3528	0.8979063405940734	3	3	2	3	3	False	94097	fragment	False	MON0004_000000008651	0.7301300044866745		0	0	False	False	1.0	0					non-mobilizable	other	3529.0	96.77	100.0	0.0967688847440891	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
FIJ0141_000000005810	4921	0.8978912385076228	7	7	7	6	5	False	93808	maximal	True	FIJ0141_000000005810	1.0	PS496	0	0	False	True	0.9997968077659607	0					non-mobilizable	no_good_hit	794.0	92.065	34.0	0.00031949113775150853	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	True
DEN0026_000000019863	1430	0.8978911444821642	2	2	2	2	1	True	74156	fragment	False	DEN0026_000000019863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	74.071	81.0	0.0003502524648678407	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MAD0097_000000013299	3021	0.8978733523274643	3	3	2	3	2	False	52318	fragment	False	MAD0097_000000013299	0.969844020797227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0054_000000017500	1690	0.8978532596929027	3	2	2	2	2	False	131439	fragment	False	SPA0054_000000017500	1.0		0	0	False	False	0.9964497089385986	0					non-mobilizable	no_good_hit	1413.0	78.556	82.0	0.01948070058009817	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0119_01_000000015262	1614	0.8978532596929027	2	2	2	2	2	False	131436	fragment	False	USA0119_01_000000015262	1.0		0	0	False	False	0.9993804097175598	0					non-mobilizable	no_good_hit	1377.0	78.214	84.0	0.01903447121820616	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0042_000000015881	1531	0.8978532596929027	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.0880849111655735		0	0	False	False	0.9941214919090271	0					non-mobilizable	other	1410.0	78.794	91.0	0.01950858991521642	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0097_000000005722	5266	0.8978504108728376	7	3	3	3	1	False	5130	maximal	True	SPA0097_000000005722	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	96.448	11.0	0.013605607159314142	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	True	False
USA0020_01_000000022361	1548	0.8978488490023079	2	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.521658305288897		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	486.0	75.309	31.0	0.002194090522166232	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
MAD0066_000000023090	1422	0.8978206578075208	3	2	1	2	1	False	113629	fragment	False	MAD0066_000000023090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1231.0	92.28299999999999	86.0	0.0003807843286094092	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0035_000000016361	1356	0.8978206578075208	3	2	1	2	1	False	78242	fragment	False	ISR0022_000000017797	0.1397871198076323		0	0	False	False	0.9955752491950989	0					non-mobilizable	chromosome	710.0	86.056	93.0	0.0002460846056999608	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0792_000000000549	15579	0.8978108226039145	23	23	7	13	19	True	132528	fragment	False	ISR0792_000000000549	1.0		0	0	False	True	1.0	0					non-mobilizable	other	15480.0	99.587	99.0	0.41274031410820466	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0041_01_000000001918	13069	0.8978078135838364	17	17	6	7	15	True	132596	backbone	False	ISR0120_000000000296	0.0035521753142120525	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	10276.0	99.92200000000001	100.0	0.3110243370868144	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0798_000000006347	1943	0.8977940751397259	2	1	0	1	0	True	73070	fragment	False	ISR0798_000000006347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0041_000000025555	1333	0.8977940751397259	1	1	0	1	0	True	73069	fragment	False	DEN0041_000000025555	1.0		0	0	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit								True	True
ISR0194_000000001773	11113	0.8977935843394944	12	9	6	8	7	False	116171	maximal	False	ISR0174_000000002307	0.9624927150112397		0	0	False	False	0.9998200535774231	0					non-mobilizable	no_good_hit	2702.0	95.115	38.0	0.0006104276794788604	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0040_000000002650	6456	0.897788852676813	8	7	4	4	6	False	127343	maximal	True	CHI0040_000000002650	1.0	PS1004|PS974|PS975	29	5	False	True	0.9998450875282288	0					non-mobilizable	no_good_hit	3425.0	98.92	74.0	0.6812027080844285	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0030_000000008864	2257	0.8977844689898495	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6670519744998906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0222_000000016575	3274	0.8977706158434546	5	2	1	2	1	True	130314	backbone	False	ISR0009_000000009815	0.8834108596012606	PS1094	0	0	True	True	1.0	346					non-mobilizable	no_good_hit	1018.0	98.821	82.0	0.2511111111111111	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0113_000000011595	3212	0.8977706158434546	5	2	1	2	1	True	130314	backbone	False	ISR0009_000000009815	0.8838557776989295	PS1094	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	944.0	99.47	82.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0071_000000022555	1864	0.8977627334091123	2	2	2	2	2	False	70437	fragment	False	ISR0103_000000014566	0.966933867735471		0	0	False	False	0.9892703890800476	0					non-mobilizable	no_good_hit	91.0	81.319	5.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
ENG0069_000000001126	18144	0.8977592042423398	15	12	8	10	10	True	105469	maximal	False	SPA0137_000000001387	0.9235381768606867	PS636	0	0	False	True	1.0	0					non-mobilizable	chromosome	18090.0	95.959	100.0	0.0034086768789305865	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ENG0188_000000008480	3118	0.8977576801797188	1	1	1	1	1	False	54920	fragment	False	ENG0188_000000008480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	80.556	3.0	2.033361572354796e-05	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	True	False
SPA0128_000000008827	4180	0.8977571670899778	4	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.9227639993817482	PS824|PS825	0	0	True	True	1.0	31	IncW	MOBQ			mobilizable	plasmid	2398.0	98.45700000000001	97.0	0.566028821167021	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
DEN0011_000000007657	5031	0.8977508515646482	6	2	1	2	1	True	117397	maximal	True	DEN0011_000000007657	1.0		1	1	False	False	0.999403715133667	0					non-mobilizable	no_good_hit	2663.0	97.97200000000001	60.0	0.04050270829529548	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
SPA0042_000000009930	3130	0.8977429795283935	5	4	4	4	4	False	99476	fragment	False	SPA0042_000000009930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.00024633385935876216	NZ_FODF01000006.1	firmicutes	Peptostreptococcus russellii strain Calf135, whole genome shotgun sequence	True	False
ISR0156_000000003448	7627	0.8977410301824499	7	4	2	4	1	True	106937	fragment	False	ISR0156_000000003448	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7127.0	96.787	93.0	0.08064882032667876	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0249_000000006630	2684	0.8977404514814922	4	4	3	3	3	False	27067	fragment	False	ISR0249_000000006630	1.0		0	0	False	False	0.9891952276229858	0					non-mobilizable	no_good_hit	1812.0	99.50299999999999	68.0	0.012095104521471983	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0347_000000013440	1694	0.8977318880097727	2	2	2	1	1	False	85305	fragment	False	CHI0064_000000009802	0.94647180429465		0	0	False	False	0.9846516847610474	0					non-mobilizable	other	1694.0	99.292	100.0	0.025907052900579965	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0108_000000015112	1498	0.8977318880097727	2	2	2	1	1	False	32790	fragment	False	ISR0108_000000015112	1.0		0	0	False	False	0.9926568865776062	0					non-mobilizable	other	1498.0	99.8	100.0	0.022907772115870174	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0033_000000006009	4509	0.8977227318290129	5	5	4	4	3	False	91591	fragment	False	DEN0033_000000006009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3270.0	96.177	72.0	0.04378884494309468	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0247_000000000354	22191	0.8977191495615419	23	11	9	8	5	False	102642	fragment	False	ISR0247_000000000354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10105.0	99.09	79.0	0.41892676453512484	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
MAD0041_000000011263	2841	0.8977187916742221	3	3	2	3	2	False	18269	maximal	True	MAD0041_000000011263	1.0		5	4	False	False	0.9989440441131592	0					non-mobilizable	other	1579.0	84.294	93.0	0.0004439297541802445	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0090_000000018455	3115	0.8977129156159469	4	4	4	4	3	False	93097	fragment	False	MON0090_000000018455	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3115.0	99.839	100.0	0.0014522966714703455	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MAD0053_000000008661	1265	0.8977061388509572	2	2	2	2	2	False	17205	maximal	True	MAD0053_000000008661	1.0		0	0	False	False	0.9928853511810303	0					non-mobilizable	no_good_hit	527.0	90.89200000000001	74.0	0.00014095920865607453	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0365_000000002119	6591	0.8977045343744963	14	5	3	4	4	True	112134	fragment	False	ISR0365_000000002119	1.0		0	0	False	False	0.993627667427063	0					non-mobilizable	no_good_hit	2230.0	97.98200000000001	82.0	0.012833066457774142	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0056_000000010334	3272	0.8977045294419738	6	2	1	1	2	True	130690	backbone	False	ENG0017_000000004005	0.0911065791556748	PS1122	0	0	False	True	1.0	0					non-mobilizable	other	3273.0	99.756	100.0	0.7556634304207119	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	False	True
SPA0057_000000009367	3270	0.8977045294419738	6	2	1	1	2	True	130690	backbone	False	ENG0017_000000004005	0.09109088131454895	PS1122	0	0	False	True	0.9996941685676575	0					non-mobilizable	other	3271.0	99.755	100.0	0.7552011095700416	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	False	True
CAN0011_000000009482	3241	0.8977045294419738	5	2	1	1	2	True	130690	backbone	False	ENG0017_000000004005	0.09065935572254095	PS1122	0	0	False	True	1.0	0					non-mobilizable	other	3244.0	99.69200000000001	100.0	0.7491909385113269	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	False	True
CAN0004_000000008146	3234	0.8977045294419738	6	2	1	1	2	True	130690	backbone	False	ENG0017_000000004005	0.09068525734153181	PS1122	0	0	False	True	1.0	0					non-mobilizable	other	3238.0	99.691	100.0	0.7478039759593158	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	False	True
ITA0006_000000007929	3226	0.8977045294419738	6	2	1	1	2	True	130690	backbone	False	ENG0017_000000004005	0.09020726343723429	PS1122	0	0	False	True	0.9996899962425232	0					non-mobilizable	other	3228.0	99.62799999999999	100.0	0.7452612112806287	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	False	True
SPA0009_000000011913	2973	0.8977045294419738	3	2	1	1	2	True	102408	maximal	True	SPA0009_000000011913	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	1959.0	95.916	87.0	0.3626760563380282	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
CAN0012_000000016935	2968	0.8977045294419738	5	2	1	1	2	True	130690	backbone	False	ENG0017_000000004005	0.07092610024956458	PS1122	0	0	False	True	1.0	0					non-mobilizable	other	2973.0	94.921	99.0	0.6858529819694869	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	False	True
SPA0056_000000012091	2854	0.8977045294419738	5	2	1	1	2	True	119393	fragment	False	ITA0006_000000007455	0.7517212183262778		0	0	False	False	1.0	0					non-mobilizable	plasmid	2854.0	99.47399999999999	100.0	0.571830985915493	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0141_000000012032	2843	0.8977045294419738	5	2	1	1	2	True	119393	fragment	False	ITA0006_000000007455	0.746821845369888		0	0	False	False	1.0	0					non-mobilizable	plasmid	2844.0	98.945	100.0	0.569215291750503	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0803_000000004955	2814	0.8977045294419738	4	2	1	1	2	True	119393	fragment	False	ITA0006_000000007455	0.8013854972459861		0	0	False	False	1.0	0					non-mobilizable	plasmid	2812.0	99.609	99.0	0.5651911468812877	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0772_000000001646	2781	0.8977045294419738	4	2	1	1	2	True	119393	fragment	False	ITA0006_000000007455	0.5706647206324056		0	0	False	False	0.9964041709899902	0					non-mobilizable	plasmid	2789.0	96.34299999999999	100.0	0.5571428571428572	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0050_000000010099	2581	0.8977045294419738	4	2	1	1	2	True	119393	fragment	False	ITA0006_000000007455	0.47557659040435624		0	0	False	False	1.0	0					non-mobilizable	plasmid	2581.0	99.535	100.0	0.5189134808853119	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0051_000000009812	2581	0.8977045294419738	4	2	1	1	2	True	119393	fragment	False	ITA0006_000000007455	0.42572661527185585		0	0	False	False	0.99961256980896	0					non-mobilizable	plasmid	2581.0	99.535	100.0	0.5189134808853119	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ITA0011_000000000661	2557	0.8977045294419738	4	2	1	1	2	True	119393	fragment	False	ITA0006_000000007455	0.36933356969278797		0	0	False	False	1.0	0					non-mobilizable	plasmid	2557.0	99.531	100.0	0.5140845070422535	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
DEN0055_000000000183	2506	0.8977045294419738	3	2	1	1	2	True	119393	fragment	False	ITA0006_000000007455	0.3607793603835816		0	0	False	False	0.9992018938064575	0					non-mobilizable	plasmid	2477.0	99.839	99.0	0.49818913480885313	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0007_01_000000006952	2483	0.8977045294419738	4	2	1	1	2	True	119393	fragment	False	ITA0006_000000007455	0.10661080074487897		0	0	False	False	1.0	0					non-mobilizable	plasmid	2484.0	99.155	100.0	0.49839034205231386	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0049_000000008224	2438	0.8977045294419738	3	2	1	1	2	True	119393	fragment	False	ITA0006_000000007455	0.26427686005180506		0	0	False	False	0.9987694621086121	0					non-mobilizable	plasmid	2438.0	99.59	100.0	0.49014084507042255	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0121_000000007604	2257	0.8977045294419738	3	2	1	1	2	True	97657	fragment	False	ENG0121_000000007604	1.0		0	0	False	False	0.9968985319137573	0					non-mobilizable	plasmid	2258.0	99.956	100.0	0.4182727946627131	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0003_000000011360	1995	0.8977045294419738	3	2	1	1	2	True	102412	fragment	False	ENG0003_000000011360	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1919.0	98.854	96.0	0.3839034205231388	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0064_000000011219	1980	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.9858115638326564		0	0	False	False	1.0	0					non-mobilizable	plasmid	1981.0	99.39399999999999	100.0	0.3983903420523139	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CAN0004_000000015013	1863	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.9829988622945566		0	0	False	False	1.0	0					non-mobilizable	plasmid	1863.0	99.839	100.0	0.37464788732394366	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0089_01_000000004141	1845	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.9847972781468961		0	0	False	False	1.0	0					non-mobilizable	plasmid	1845.0	99.62100000000001	100.0	0.37082494969818913	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0129_000000006034	1830	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.983930338237388		0	0	False	False	0.9978141784667969	0					non-mobilizable	plasmid	1830.0	99.727	100.0	0.36800804828973843	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CAN0011_000000016554	1825	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.981956338679709		0	0	False	False	1.0	0					non-mobilizable	plasmid	1825.0	100.0	100.0	0.3670020120724346	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CHI0184_000000004806	1816	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.9803688004856208		0	0	False	False	1.0	0					non-mobilizable	plasmid	1816.0	99.50399999999999	100.0	0.36519114688128773	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CAN0003_000000027341	1805	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.9790290461126354		0	0	False	False	1.0	0					non-mobilizable	plasmid	1805.0	99.834	100.0	0.36297786720321934	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
AUS0004_000000011381	1804	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.9794643227365872		0	0	False	False	1.0	0					non-mobilizable	plasmid	1804.0	99.945	100.0	0.36277665995975855	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0035_01_000000014072	1804	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.9789862891412939		0	0	False	False	1.0	0					non-mobilizable	plasmid	1804.0	99.501	100.0	0.36277665995975855	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0106_01_000000005047	1804	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.9790417817046105		0	0	False	False	1.0	0					non-mobilizable	plasmid	1804.0	99.889	100.0	0.36277665995975855	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ENG0116_000000013272	1804	0.8977045294419738	3	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.9800932901897681		0	0	False	False	1.0	0					non-mobilizable	plasmid	1804.0	99.667	100.0	0.36277665995975855	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ITA0001_000000001720	1764	0.8977045294419738	2	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.8855913825331512		0	0	False	False	1.0	0					non-mobilizable	plasmid	1687.0	99.40700000000001	96.0	0.3392354124748491	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0133_01_000000012554	1707	0.8977045294419738	2	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.891223542067019		0	0	False	False	1.0	0					non-mobilizable	plasmid	1707.0	99.473	100.0	0.3432595573440644	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0060_000000016947	1613	0.8977045294419738	2	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.278305967719551		0	0	False	False	1.0	0					non-mobilizable	plasmid	1613.0	99.62799999999999	100.0	0.3243460764587525	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0103_000000010774	1599	0.8977045294419738	2	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.16874112997098512		0	0	False	False	0.9993746280670166	0					non-mobilizable	plasmid	1538.0	98.96	96.0	0.3092555331991952	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0078_01_000000011269	1524	0.8977045294419738	2	2	1	1	2	True	102404	fragment	False	ENG0064_000000011219	0.11051024537394695		0	0	False	False	1.0	0					non-mobilizable	plasmid	1525.0	96.852	100.0	0.3064386317907445	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0086_000000014985	1844	0.8977040974845815	3	2	2	1	1	False	74109	fragment	False	ISR0086_000000014985	1.0		0	0	False	False	0.9913232326507568	0					non-mobilizable	no_good_hit	147.0	88.435	8.0	6.489324835322116e-05	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
DEN0031_000000018288	1893	0.8977033328820765	3	2	0	1	1	True	84708	fragment	False	DEN0031_000000018288	1.0		0	0	False	False	0.9978869557380676	0					non-mobilizable	other	1893.0	99.47200000000001	100.0	0.0003039572274988112	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
MON0076_000000007051	5840	0.8976933133913733	7	7	7	7	6	False	127577	fragment	False	ISR0001_000000004362	0.6316534918720033		0	0	False	False	1.0	0					non-mobilizable	chromosome	5840.0	98.339	100.0	0.0024042322394447284	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0134_000000001389	12627	0.8976928235042906	8	4	4	4	3	False	40645	maximal	True	FIJ0134_000000001389	1.0		2	1	False	False	0.9999207854270935	0					non-mobilizable	no_good_hit	2246.0	82.68	28.0	0.0007172574381037251	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0007_000000001330	12047	0.8976889030518239	15	7	3	6	5	False	100613	fragment	False	FIJ0007_000000001330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	528.0	93.182	4.0	0.00013978070967519924	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0124_000000014283	1961	0.8976878808141481	2	1	0	1	0	True	42275	fragment	False	FIJ0124_000000014283	0.9787832310838446		0	0	False	False	0.9989801049232483	0					non-mobilizable	chromosome	1961.0	98.67399999999999	100.0	0.0010496236349537523	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	True
FIJ0107_000000013357	1956	0.8976878808141481	2	1	0	1	0	True	42275	fragment	False	FIJ0124_000000014283	0.9775624681285058		0	0	False	False	0.995398759841919	0					non-mobilizable	chromosome	1957.0	98.569	100.0	0.0010474815459028263	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	True
CHI0029_000000008326	1351	0.8976847072255941	3	1	1	1	1	False	88556	fragment	False	CHI0029_000000008326	1.0		0	0	False	False	0.9985195994377136	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	0.00012187299550994228	NZ_RBAK01000008.1	high GC Gram+	Micromonospora endolithica strain JCM 12677 contig0008, whole genome shotgun sequence	True	False
ISR0327_000000006012	4016	0.8976804997615865	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.7430751964695819		0	0	False	False	1.0	0					non-mobilizable	other	4016.0	98.381	100.0	0.0007762455692541712	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0221_000000001537	12383	0.8976769321272623	12	12	6	6	10	False	98212	maximal	True	ISR0221_000000001537	1.0		0	0	False	False	0.9981426000595093	0		MOBP	MPF_I	MOBP	conjugative	no_good_hit	4986.0	96.51	87.0	0.029636950335186884	CP042885.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 plasmid pNMBU-W12E19_01, complete sequence	True	True
ISR0190_000000001034	22010	0.8976759014046183	29	12	6	12	4	True	118916	fragment	False	ENG0151_000000000740	0.78778781823726		0	0	False	False	0.9985007047653198	0					non-mobilizable	other	16341.0	97.41799999999999	99.0	0.0043727784965022325	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0182_000000000844	21595	0.8976759014046183	29	12	6	12	4	True	118916	fragment	False	ENG0151_000000000740	0.7741508147102067		0	0	False	False	0.9998147487640381	0					non-mobilizable	other	16368.0	97.44	99.0	0.004379741093165167	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0053_000000013466	2499	0.8976733045104114	3	2	2	2	1	False	7183	maximal	True	SPA0053_000000013466	1.0		0	0	False	False	0.9691876769065857	0					non-mobilizable	no_good_hit	1282.0	89.236	51.0	0.0027541876664440184	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
ISR0207_000000004273	5621	0.8976723301213423	5	5	5	4	3	False	127862	maximal	True	ISR0207_000000004273	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.765	21.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0011_000000011436	3766	0.8976710453279391	6	4	3	3	3	True	125244	fragment	False	FIJ0115_000000005429	0.5944055069498627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	3.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
MAD0108_000000009700	1786	0.8976605550668837	3	2	2	1	2	False	37614	fragment	False	MAD0108_000000009700	0.9473228937482183		0	0	False	False	1.0	0					non-mobilizable	chromosome	1699.0	98.29299999999999	100.0	0.00034531580533624773	CP041435.1	enterobacteria	Escherichia coli strain STEC309 chromosome, complete genome	False	False
AUS0022_000000011449	3090	0.8976580087500903	4	4	4	4	3	False	99320	fragment	False	AUS0022_000000011449	0.9496254212423901		0	0	False	False	0.999352753162384	0					non-mobilizable	other	3090.0	97.314	100.0	0.049260848071188225	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0389_000000016910	1317	0.8976526362307884	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.29251762423794886		0	0	False	False	0.9946848750114441	0					non-mobilizable	other	1317.0	98.785	100.0	0.0004094053729166524	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0082_000000014912	2657	0.8976471371971898	3	2	0	2	0	False	69282	maximal	True	DEN0082_000000014912	1.0		1	1	False	False	0.9920963644981384	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000025957	1172	0.897642548314027	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.03966278795986224		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	98.37899999999999	100.0	0.0003540652495993711	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0001_000000016305	1523	0.8976386061664414	4	2	1	1	2	True	57769	fragment	False	ISR0001_000000016305	1.0		0	0	False	False	0.9875246286392212	0					non-mobilizable	chromosome	1398.0	99.714	100.0	0.00027338594659248	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ISR0266_000000014840	1394	0.8976386061664414	3	2	1	1	2	True	87534	fragment	False	ISR0266_000000014840	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	99.641	100.0	0.010722230347067744	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0091_01_000000007805	1331	0.8976386061664414	3	2	1	1	2	True	57766	fragment	False	USA0091_01_000000007805	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1331.0	99.399	100.0	0.00020463320344509998	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
FIJ0050_000000019573	1316	0.8976386061664414	4	2	1	1	2	True	46574	fragment	False	FIJ0050_000000019573	1.0		0	0	False	False	0.9665653705596924	0					non-mobilizable	other	1193.0	100.0	91.0	0.009175088710484386	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0140_000000015214	1225	0.8976386061664414	2	2	1	1	2	True	57765	fragment	False	USA0024_01_000000017241	0.9772357723577236		0	0	False	False	0.9991836547851562	0					non-mobilizable	other	1233.0	98.54	100.0	0.009482977593386547	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0015_000000016839	1269	0.8976317809057938	4	2	2	2	2	False	19411	maximal	True	MAD0015_000000016839	1.0		0	0	False	False	0.981875479221344	0					non-mobilizable	no_good_hit	518.0	82.432	41.0	0.0031065285450084007	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ENG0015_000000014150	1233	0.8976315565408671	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08502797158243282		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	99.757	100.0	0.00042248889166280587	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
FIJ0013_000000027465	1117	0.8976315565408671	2	1	1	1	1	True	50542	maximal	True	FIJ0013_000000027465	1.0		60	13	False	False	0.9973142147064209	0					non-mobilizable	other	790.0	97.72200000000001	100.0	0.0002361087129501589	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
SPA0061_000000010041	1560	0.8976302392238565	3	1	1	1	1	True	6192	fragment	False	SPA0061_000000010041	1.0		0	0	False	False	0.9987179636955261	0					non-mobilizable	no_good_hit								True	True
FIJ0073_000000012829	1440	0.8976263773167523	1	1	1	1	1	False	47341	fragment	False	FIJ0073_000000012829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	90.12299999999999	6.0	2.4086468011514535e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0003_000000003154	7870	0.8976184236379272	8	6	4	5	4	False	126273	maximal	True	FIJ0003_000000003154	1.0		0	0	False	False	0.9975857734680176	0					non-mobilizable	no_good_hit	1493.0	85.8	19.0	0.002572794858565537	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0356_000000000799	13707	0.8976171821842379	9	8	3	6	6	False	82026	maximal	True	ISR0356_000000000799	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3608.0	87.72200000000001	26.0	0.15416613062309706	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0224_000000000780	19176	0.8976167032825945	31	12	7	8	6	True	66648	fragment	False	ISR0224_000000000780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
ISR0352_000000003092	2703	0.8976152997469932	3	3	3	3	3	False	111423	fragment	False	ISR0161_000000010490	0.962940293971631		0	0	False	False	0.9988901019096375	0					non-mobilizable	other	2703.0	100.0	100.0	0.0037426051690059104	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0150_000000006091	3107	0.8976148274424689	4	4	4	4	3	False	99891	fragment	False	SPA0150_000000006091	0.9857943279937659		0	0	False	False	1.0	0					non-mobilizable	other	3107.0	99.38799999999999	100.0	0.009842819115223729	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0812_000000031001	1272	0.8976092274241779	2	1	1	1	1	False	28487	fragment	False	ISR0812_000000031001	1.0		0	0	False	False	0.9654088020324707	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
ISR0283_000000003225	4071	0.8976072771681407	4	3	3	3	3	False	128326	fragment	False	ISR0283_000000003225	1.0		0	0	False	False	0.9926307797431946	0					non-mobilizable	other	2037.0	98.72399999999999	97.0	0.0007383102391972647	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0093_000000006839	3442	0.8975986104105618	5	1	1	1	1	False	122770	fragment	False	ISR0093_000000006839	0.9663088849135361		0	0	False	False	0.9991284012794495	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.716994869813818e-06	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
FIJ0054_000000013604	1843	0.8975937245932114	3	2	2	2	1	True	46318	fragment	False	FIJ0054_000000013604	1.0		0	0	False	False	0.9837222099304199	0					non-mobilizable	no_good_hit	60.0	88.333	3.0	0.0009182593537944344	NZ_CP021878.1	firmicutes	Enterococcus wangshanyuanii strain MN05 plasmid unnamed5	True	True
ENG0157_000000015792	1575	0.8975880497201896	2	2	2	2	1	False	75583	fragment	False	ENG0157_000000015792	1.0		0	0	False	False	0.9968253970146179	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
ISR0083_000000001604	12370	0.8975870728980095	17	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.3397209229285667	PS943|PS946|PS949	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1592.0	72.55	21.0	0.14904993793564403	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
FIJ0021_000000033974	1408	0.8975865214221816	2	1	1	1	1	False	49561	fragment	False	FIJ0021_000000033974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	6.0	0.00018548375590337723	NZ_JAAIUD010000002.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_2_length_420522_cov_292.513, whole genome shotgun sequence	True	False
ISR0079_000000022257	1302	0.8975845865840172	2	2	2	2	2	False	34341	fragment	False	ISR0079_000000022257	1.0		0	0	False	False	0.9976958632469177	0					non-mobilizable	chromosome	1302.0	99.92299999999999	100.0	0.0006998800359354239	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
AUS0022_000000001546	18529	0.8975838782078065	22	10	5	6	7	False	99426	maximal	True	AUS0022_000000001546	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	6284.0	93.205	34.0	0.013986668747352698	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0166_000000011115	2525	0.897581019598119	4	2	2	2	1	False	56162	maximal	True	ENG0166_000000011115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	83.59700000000001	50.0	0.0003149669495912954	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
FIJ0024_000000003012	6679	0.8975651858722863	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.35979146864782247		0	0	False	False	1.0	0					non-mobilizable	plasmid	5245.0	98.551	98.0	0.045478986349366035	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0089_000000003327	6669	0.8975651858722863	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.3591527723230426		0	0	False	False	1.0	0					non-mobilizable	plasmid	5247.0	98.399	98.0	0.04544429604704005	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0108_000000012826	1698	0.8975614842957396	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.2017335007280503	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1699.0	98.05799999999999	100.0	0.004194138604644253	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
FIJ0057_000000005028	5450	0.8975561293504938	7	7	5	5	5	True	128685	backbone	False	FIJ0105_000000005116	0.5867390962755943	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	9					non-mobilizable	other	3550.0	99.60600000000001	92.0	0.7162462159434915	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
USA0018_01_000000005233	4742	0.8975465831622875	7	4	2	4	1	False	100012	maximal	True	USA0018_01_000000005233	1.0		6	3	False	False	0.9997891187667847	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000008950	2241	0.8975462000409768	5	2	1	2	1	False	26636	maximal	True	ISR0836_000000008950	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0026_000000005581	1998	0.8975402762046637	2	1	1	1	1	False	66068	maximal	True	ENG0026_000000005581	1.0		0	0	False	False	0.9859859943389893	0					non-mobilizable	no_good_hit	573.0	99.65100000000001	29.0	0.00011318805027053329	CP051700.1	enterobacteria	Escherichia coli strain SCU-125 chromosome, complete genome	True	False
ISR0249_000000004689	3510	0.8975334954847569	4	2	2	1	1	False	112466	maximal	True	ISR0249_000000004689	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	78.827	9.0	0.004659874822970441	NZ_JAAITU010000021.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_21_length_65667_cov_156.896, whole genome shotgun sequence	True	False
ISR0060_000000009346	3053	0.8975334954847569	3	2	2	1	1	False	35422	fragment	False	ISR0060_000000009346	1.0		0	0	False	False	0.9839501976966858	0					non-mobilizable	no_good_hit	307.0	78.827	10.0	0.004659874822970441	NZ_JAAITU010000021.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_21_length_65667_cov_156.896, whole genome shotgun sequence	True	False
FIJ0157_000000011196	1673	0.8975321663165643	2	2	2	2	1	True	42478	fragment	False	ISR0050_000000015488	0.9553820412716119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1250.0	94.4	88.0	0.019810303261007488	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0151_000000004921	3503	0.897521653025381	4	4	4	3	3	False	129726	maximal	True	ISR0151_000000004921	1.0	PS1061	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	1795.0	87.40899999999999	85.0	0.008354608803610684	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0057_000000001573	8742	0.8975158423554691	10	5	3	4	4	True	86018	maximal	True	CHI0057_000000001573	1.0	PS428	3	1	True	True	1.0	20					non-mobilizable	no_good_hit	875.0	99.54299999999999	20.0	0.0018713119738273255	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
MON0083_000000008217	3832	0.8975066192288699	5	5	4	3	5	True	123628	fragment	False	USA0108_01_000000001009	0.022487883143375617		0	0	False	True	0.9997390508651733	0					non-mobilizable	plasmid	3762.0	99.07	98.0	0.1214165805785124	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0002_000000004068	6699	0.8974976438768114	10	10	7	7	9	False	8420	fragment	False	SPA0002_000000004068	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6699.0	100.0	100.0	0.03445632771064504	CP049349.1	enterobacteria	Escherichia coli strain 3R plasmid p3R-1, complete sequence	False	True
MON0051_000000017741	1983	0.897479640184408	3	3	3	3	2	True	25028	fragment	False	MON0051_000000017741	0.95617604011482		0	0	False	False	0.9934442639350891	0					non-mobilizable	other	1983.0	99.09200000000001	100.0	0.0009599741165404702	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
ISR0341_000000003236	4125	0.8974763787068226	4	2	1	1	2	True	119962	maximal	True	ISR0341_000000003236	1.0		6	3	False	False	0.9997575879096985	0					non-mobilizable	no_good_hit	46.0	95.652	1.0	0.005345644514639776	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
ENG0007_000000006081	4278	0.8974651920264068	5	3	2	3	3	False	128332	maximal	True	ENG0007_000000006081	1.0		0	0	False	False	0.9955586791038513	0					non-mobilizable	other	2077.0	98.507	99.0	0.0007535630823090625	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0132_000000004852	5571	0.8974536759498041	7	4	3	4	2	True	52102	fragment	False	FIJ0047_000000004604	0.8246863755708607		0	0	False	False	0.9998204708099365	0					non-mobilizable	no_good_hit	85.0	97.647	2.0	0.00010971829826919384	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0083_000000001071	6901	0.8974536149077262	9	3	1	2	2	True	19774	fragment	False	MAD0083_000000001071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	7.147042052004261e-06	NZ_AP022612.1	high GC Gram+	Mycolicibacterium confluentis strain JCM 13671	True	True
SPA0037_000000009623	2574	0.8974516329071197	3	2	2	2	1	True	124777	fragment	False	SPA0037_000000009623	1.0		0	0	False	False	0.99805748462677	0					non-mobilizable	no_good_hit								True	True
ISR0846_000000006684	1597	0.8974367000767833	3	3	2	2	1	False	20661	maximal	True	ISR0846_000000006684	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	79.557	62.0	0.00018586293032588156	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MON0019_000000012827	4735	0.8974360604148893	4	4	4	4	4	False	121306	maximal	False	CHI0144_000000002717	0.9758378142550576	PS849	0	0	False	True	1.0	0					non-mobilizable	other	4736.0	99.155	100.0	0.0026319300820601774	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0295_000000028369	1254	0.8974320211575811	2	2	2	2	2	False	62553	fragment	False	ISR0263_000000010323	0.714751082999573		0	0	False	False	0.9936203956604004	0					non-mobilizable	other	1254.0	98.963	100.0	0.004859357851178772	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0389_000000003358	5405	0.8974212118906529	6	2	1	1	2	True	22916	maximal	True	ISR0389_000000003358	1.0		1	1	False	False	0.9998149871826172	0					non-mobilizable	no_good_hit	1900.0	96.316	39.0	0.23626852659110723	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0030_000000009372	3267	0.8974202795860524	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.8578049518269837		0	0	False	False	0.9996939301490784	0					non-mobilizable	plasmid	3004.0	95.87200000000001	100.0	0.24066155707946751	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0058_000000006657	3589	0.8974084999908676	6	5	4	5	2	False	74006	maximal	True	ISR0058_000000006657	1.0		18	7	False	False	0.9977709650993347	0					non-mobilizable	no_good_hit	698.0	80.80199999999999	19.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0198_000000002669	13243	0.8973959727657317	14	8	5	7	4	True	35993	maximal	True	ISR0198_000000002669	1.0		2	1	False	False	0.9987162947654724	0					non-mobilizable	no_good_hit	1079.0	99.72200000000001	8.0	0.0005192578177684437	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
SPA0040_000000015058	2690	0.8973951134240732	3	3	2	3	3	True	109462	maximal	True	SPA0040_000000015058	1.0		3	2	False	False	0.9996282458305359	0					non-mobilizable	plasmid	2691.0	99.182	100.0	0.08882209156371804	CP020611.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain FM03 plasmid pLd7, complete sequence	False	True
TAN0007_000000011432	3174	0.8973869037476124	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.8791140716896176		0	0	False	False	1.0	0					non-mobilizable	plasmid	3000.0	97.667	100.0	0.2418717224687374	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0009_000000011375	2840	0.8973869037476124	5	5	3	4	4	True	122225	fragment	False	ISR0009_000000011375	1.0		0	0	False	False	0.9943661689758301	0					non-mobilizable	no_good_hit	814.0	88.206	64.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0206_000000018545	1411	0.8973799575448104	2	1	1	1	1	False	28619	fragment	False	ISR0206_000000018545	1.0		0	0	False	False	0.9865343570709229	0					non-mobilizable	no_good_hit	113.0	91.15	8.0	0.0007218587863749154	NZ_OLMR01000004.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0106_000000006323	3878	0.8973767369377109	4	4	4	3	4	False	118976	fragment	False	AST0093_000000004458	0.7353232480568107		0	0	False	False	0.9907168745994568	0					non-mobilizable	other	3880.0	94.845	100.0	0.06092311559367832	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
FIJ0031_000000002276	8793	0.8973736126736641	9	9	8	8	9	False	89270	maximal	True	FIJ0031_000000002276	1.0		0	0	False	False	0.9998862743377686	0					non-mobilizable	plasmid	4956.0	90.537	92.0	0.04575266036062666	MH056209.1	enterobacteria	Enterobacter cloacae strain NRZ-10170 plasmid pNRZ-10170-LMB-1, complete sequence	False	True
SPA0132_000000024495	1693	0.8973695064412924	4	3	2	2	1	False	30662	maximal	True	SPA0132_000000024495	1.0		6	3	False	False	0.9952746629714966	0					non-mobilizable	no_good_hit	1396.0	99.28399999999999	87.0	0.00039316269207576927	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0310_000000006751	2436	0.8973664084726071	2	1	1	1	0	False	25334	maximal	True	ISR0310_000000006751	1.0		0	0	False	False	0.9671592712402344	0					non-mobilizable	no_good_hit	176.0	88.068	7.0	0.05434103685196752	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	False
MAD0103_000000008121	2600	0.8973660576790765	3	2	2	2	2	False	14926	maximal	True	MAD0103_000000008121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	85.236	42.0	0.009859281168772967	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MON0087_000000027383	1856	0.897365538185998	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.4206445220177618		0	0	False	False	1.0	0					non-mobilizable	chromosome	1845.0	82.98100000000001	99.0	0.0006396108377612296	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0354_000000003099	5635	0.8973586013823506	5	5	5	5	4	False	92167	fragment	False	ISR0354_000000003099	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4141.0	98.79299999999999	100.0	0.0007792308061686908	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
USA0034_01_000000015147	3684	0.897358198998231	6	3	2	3	2	True	125241	fragment	False	USA0034_01_000000015147	1.0		0	0	False	False	0.9994571208953857	0					non-mobilizable	no_good_hit	1100.0	95.0	30.0	0.0003248950458688425	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
USA0050_01_000000004077	3367	0.897358198998231	5	3	2	3	2	True	125244	fragment	False	FIJ0115_000000005429	0.45335253510735457		0	0	False	False	0.9934660196304321	0					non-mobilizable	no_good_hit	112.0	76.786	3.0	0.0001451326632376301	NZ_OAOP01000001.1	firmicutes	Bacillus oleivorans strain JC228, whole genome shotgun sequence	True	True
FIJ0005_000000009211	3336	0.897358198998231	5	3	2	3	2	True	125244	fragment	False	FIJ0115_000000005429	0.17621663569548765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	4.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
SPA0101_000000013509	3310	0.897358198998231	5	3	2	3	2	True	125244	fragment	False	FIJ0115_000000005429	0.23672229575933673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	4.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
MON0046_000000010147	3054	0.897358198998231	4	3	2	3	2	True	125244	fragment	False	FIJ0115_000000005429	0.22893745539320254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	4.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
ISR0198_000000011828	2799	0.897358198998231	5	3	2	3	2	True	125243	fragment	False	ISR0198_000000011828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	2.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
MON0057_000000009306	2686	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.8735513040587811		0	0	False	False	0.9985107779502869	0					non-mobilizable	no_good_hit	56.0	100.0	2.0	0.0002606523892345824	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	True
CHI0144_000000005532	2674	0.897358198998231	5	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.8408979533772152		0	0	False	False	0.9996260404586792	0					non-mobilizable	no_good_hit	120.0	77.5	4.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
FIJ0172_000000009931	2673	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.8099986974558608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	4.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
CHI0173_000000006343	2622	0.897358198998231	5	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.8422380171903907		0	0	False	False	0.9912280440330505	0					non-mobilizable	no_good_hit	56.0	100.0	2.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
SPA0124_000000011281	2587	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.840157194239801		0	0	False	False	0.9996134638786316	0					non-mobilizable	no_good_hit	120.0	77.5	5.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
ISR0015_000000009687	2579	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.8151719437728296		0	0	False	False	0.9872043132781982	0					non-mobilizable	no_good_hit	120.0	77.5	5.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
MON0032_000000010251	2548	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.5465827256798675		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.0003467229581586971	NZ_FQXI01000007.1	firmicutes	Anaerosphaera aminiphila DSM 21120, whole genome shotgun sequence	True	True
MAD0003_000000011046	2538	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.838874361224088		0	0	False	False	0.9992119669914246	0					non-mobilizable	no_good_hit	120.0	77.5	5.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
USA0113_01_000000007565	2505	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.8098936966999216		0	0	False	False	0.9956088066101074	0					non-mobilizable	no_good_hit	57.0	100.0	2.0	0.0009958211078509825	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
ENG0077_000000008078	2504	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.6054793496699058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	5.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
FIJ0104_000000010808	2393	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.7191222769688332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	1.8258404787847207e-05	CP030868.2	firmicutes	Oenococcus sp. UCMA 16435 chromosome, complete genome	True	True
USA0101_01_000000014041	2307	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.5799355804530406		0	0	False	False	0.9930645823478699	0					non-mobilizable	no_good_hit	120.0	77.5	5.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
MON0017_000000008560	2281	0.897358198998231	3	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.10892813425669005		0	0	False	False	0.972818911075592	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.0003467229581586971	NZ_FQXI01000007.1	firmicutes	Anaerosphaera aminiphila DSM 21120, whole genome shotgun sequence	True	True
AST0012_000000009953	2213	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.2194970372799973		0	0	False	False	0.9896068572998047	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.0003467229581586971	NZ_FQXI01000007.1	firmicutes	Anaerosphaera aminiphila DSM 21120, whole genome shotgun sequence	True	True
MON0106_000000018931	2195	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.3089907878916512		0	0	False	False	0.9977220892906189	0					non-mobilizable	no_good_hit	120.0	77.5	5.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
FIJ0102_000000015225	2082	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.1143659286763422		0	0	False	False	0.9995197057723999	0					non-mobilizable	no_good_hit	120.0	77.5	6.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
USA0009_01_000000013184	1895	0.897358198998231	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.11186451349639362		0	0	False	False	0.9936675429344177	0					non-mobilizable	no_good_hit	120.0	77.5	6.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
CHI0030_000000001356	4251	0.8973507592907949	9	7	3	4	5	True	89797	fragment	False	CHI0030_000000001356	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4121.0	99.976	97.0	0.038639006639906964	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	False	True
ISR0155_000000007370	3097	0.8973459438013013	4	2	1	2	1	True	104451	fragment	False	ISR0155_000000007370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0346_000000009309	2372	0.8973459438013013	4	2	1	2	1	True	104450	fragment	False	ISR0346_000000009309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0161_000000008928	1877	0.8973459438013013	3	2	1	2	1	True	104449	fragment	False	FIJ0161_000000008928	0.9967741935483871		0	0	False	False	0.9994672536849976	0					non-mobilizable	no_good_hit								True	True
AST0149_000000014436	1860	0.8973459438013013	3	2	1	2	1	True	104449	fragment	False	FIJ0161_000000008928	0.9922749067661161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0172_000000009168	1756	0.8973459438013013	2	2	1	2	1	True	40170	fragment	False	ISR0172_000000009168	0.9905024509803921		0	0	False	False	0.9977220892906189	0					non-mobilizable	no_good_hit	688.0	89.39	49.0	0.23447098976109215	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ISR0013_000000019378	1382	0.8973459438013013	2	2	1	2	1	True	56389	fragment	False	ISR0013_000000019378	0.9996168582375479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0109_000000000789	14463	0.8973458355257429	18	17	6	13	14	True	89158	maximal	True	MAD0109_000000000789	1.0		3	1	False	False	0.9999308586120605	0			MPF_F		non-mobilizable	plasmid	6970.0	98.321	99.0	0.051973919789926	CP054344.1	enterobacteria	Escherichia coli strain SCU-164 plasmid pSCU-164-1	False	True
DEN0087_000000003543	3468	0.8973408540392566	5	2	0	1	2	False	83080	maximal	True	DEN0087_000000003543	1.0	PS412	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1605.0	96.76	46.0	0.2849529223663173	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ISR0130_000000026800	1208	0.8973403717039229	3	2	2	2	2	False	54887	fragment	False	ISR0080_000000025093	0.47460496613995484		0	0	False	False	0.9784768223762512	0					non-mobilizable	no_good_hit	65.0	86.154	5.0	9.31842966988007e-05	NZ_KE383872.1	d-proteobacteria	Halodesulfovibrio aestuarii DSM 10141 H584DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ISR0812_000000006613	5714	0.8973395205400451	4	3	3	3	2	False	96157	maximal	True	ISR0812_000000006613	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	1.0	1.202423526562794e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0029_000000001087	21177	0.8973372901645169	33	14	10	12	8	True	127388	fragment	False	AST0029_000000001087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10716.0	98.05	81.0	0.06169433340629212	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0040_000000020064	1386	0.8973351803988063	2	2	1	2	1	False	78242	fragment	False	ISR0022_000000017797	0.5371062987434574		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	87.949	90.0	0.00037454457757905103	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0029_000000020449	1323	0.8973232069901509	2	2	2	2	1	False	7367	maximal	True	SPA0029_000000020449	1.0		3	2	False	False	0.9705215692520142	0					non-mobilizable	no_good_hit								True	False
MON0081_000000017441	3223	0.8973197967555785	4	1	0	1	1	False	117808	maximal	True	MON0081_000000017441	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1007.0	100.0	49.0	0.00026939893241969783	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
USA0025_01_000000006295	2573	0.8973197967555785	2	1	0	1	1	False	117723	maximal	True	USA0025_01_000000006295	1.0	PS794	1	1	True	True	1.0	43					non-mobilizable	no_good_hit	1570.0	97.325	67.0	0.0003803339472652074	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
CHI0104_000000003221	2571	0.8973197967555785	2	1	0	1	1	False	117807	fragment	False	CHI0051_000000006968	0.9906723668869024		0	0	False	True	0.9953325390815735	0					non-mobilizable	no_good_hit	1499.0	99.066	58.0	0.00043132825202930154	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
CHI0181_000000011430	1802	0.8973197967555785	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6619858429869843	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1604.0	96.883	93.0	0.0003070495943516666	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
CHI0174_000000008415	1802	0.8973197967555785	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6619858429869843	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1604.0	96.883	93.0	0.0003070495943516666	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
MON0096_000000021431	1741	0.8973197967555785	1	1	0	1	1	False	117732	fragment	False	MON0096_000000021431	1.0		0	0	False	True	0.9942561984062195	0					non-mobilizable	other	1560.0	98.78200000000001	90.0	0.00044889235307989393	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
CHI0098_000000005386	1690	0.8973197967555785	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6259564845212892	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1621.0	97.471	100.0	0.0004890297348190982	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0009_000000020583	1632	0.8973197967555785	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5992709672275514	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1582.0	97.09200000000001	97.0	0.00038275800046638786	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
DEN0049_000000002495	1595	0.8973197967555785	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6210592540962624	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1596.0	97.18	100.0	0.02077932229445407	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
CHI0007_000000005015	1594	0.8973197967555785	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5914276586563855	PS794	0	0	True	True	0.998745322227478	16					non-mobilizable	other	1558.0	97.368	100.0	0.02028426634010344	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
CHI0102_000000005602	1592	0.8973197967555785	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6215746160654733	PS794	0	0	True	True	0.9893215894699097	3					non-mobilizable	other	1593.0	98.807	100.0	0.0004583942438121816	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
CHI0176_000000004865	1560	0.8973197967555785	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5896860029879428	PS794	0	0	True	True	1.0	23					non-mobilizable	other	1559.0	98.781	99.0	0.0004486044169970973	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
ISR0324_000000021018	1466	0.8973197967555785	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.06587235895502383	PS794	0	0	True	True	0.9863574504852295	1					non-mobilizable	other	1436.0	96.79700000000001	98.0	0.018655792806055317	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
CHI0082_000000006603	1387	0.8973197967555785	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.027940790273893765	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1316.0	97.948	100.0	0.01713154157818627	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ISR0111_000000009282	1924	0.8973151418308933	3	3	3	3	3	False	109891	fragment	False	ISR0333_000000009214	0.5569148812627747		0	0	False	False	0.9911642670631409	0					non-mobilizable	chromosome	1924.0	99.376	100.0	0.0010714070812040766	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
SPA0081_000000004536	2858	0.8973151158060667	4	3	3	3	2	False	99320	fragment	False	AUS0022_000000011449	0.9133806410312597		0	0	False	False	0.9961511492729187	0					non-mobilizable	other	2845.0	94.306	99.0	0.04521026360693384	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0815_000000015326	2028	0.8973094991776751	3	3	3	3	2	False	81098	maximal	False	CHI0130_000000007670	0.9554245283018867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	77.332	41.0	0.00017635071447383177	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0002_000000004010	5252	0.8973047199114645	5	3	3	3	3	False	102308	maximal	True	ISR0002_000000004010	1.0		3	2	False	False	0.9921934604644775	0					non-mobilizable	no_good_hit	2100.0	97.762	73.0	0.0005828904032746277	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0003_01_000000005526	6943	0.8973018462287046	8	3	2	3	2	False	2254	maximal	True	USA0003_01_000000005526	1.0		1	1	False	False	0.9976955056190491	0					non-mobilizable	no_good_hit	347.0	77.233	5.0	6.204929217542097e-05	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
MON0061_000000002837	11007	0.897293368705402	12	9	5	4	9	True	107463	fragment	False	MON0061_000000002837	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10913.0	99.98200000000001	99.0	0.11364062402366125	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ISR0085_000000019760	1364	0.8972868095322987	2	2	2	2	2	False	45939	fragment	False	ISR0085_000000019760	1.0		0	0	False	False	0.9802052974700928	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	5.730782039381967e-07	CP032583.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_13	True	False
MON0089_000000013700	1921	0.8972860016648877	4	3	2	2	2	True	72105	fragment	False	MON0089_000000013700	1.0		0	0	False	False	0.9994794130325317	0					non-mobilizable	plasmid	1708.0	93.97	97.0	0.2714672614306197	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
ISR0818_000000010555	1729	0.8972860016648877	3	3	2	2	2	True	72104	fragment	False	MON0106_000000025503	0.9183838383838383		0	0	False	False	0.997686505317688	0					non-mobilizable	plasmid	1303.0	100.0	100.0	0.15936352509179927	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
CHI0101_000000007123	1684	0.8972860016648877	3	3	2	2	2	True	87902	fragment	False	CHI0101_000000007123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1379.0	98.042	84.0	0.12505672021054542	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
MON0106_000000025503	1675	0.8972860016648877	4	3	2	2	2	True	72104	fragment	False	MON0106_000000025503	0.9286164128269391		0	0	False	False	0.9898507595062256	0					non-mobilizable	other	1621.0	94.818	97.0	0.49390243902439024	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
MON0109_000000021807	1650	0.8972860016648877	4	3	2	2	2	True	72104	fragment	False	MON0106_000000025503	0.6398009950248756		0	0	False	False	0.9133333563804626	0					non-mobilizable	other	1543.0	94.75	94.0	0.47012195121951217	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0074_000000010200	2835	0.8972838462659273	3	2	1	1	2	True	34723	maximal	True	ISR0074_000000010200	1.0		1	1	False	False	0.9971781373023987	0	rep_cluster_1197				non-mobilizable	no_good_hit	1572.0	99.936	75.0	0.47591638897303845	NZ_UWOP01000003.1	firmicutes	Enterococcus mediterraneensis strain Marseille-P4358, whole genome shotgun sequence	True	True
MON0031_000000007162	4902	0.8972779579017194	7	7	2	5	6	True	125599	backbone	False	MAD0046_000000003898	0.066767934382375	PS931	0	0	False	True	1.0	0					non-mobilizable	other	4785.0	92.01700000000001	99.0	0.05503399158303658	LM996482.1	enterobacteria	Escherichia coli genome assembly FHI34, scaffold scaffold-15_contig-11.0_1_86492_[organism:Escherichia	False	True
AST0087_000000008218	4136	0.8972755667155593	5	5	4	4	5	True	123628	fragment	False	USA0108_01_000000001009	0.03850835996082981		0	0	False	True	1.0	0					non-mobilizable	plasmid	4136.0	99.78200000000001	100.0	0.13349044421487602	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0221_000000005698	3981	0.8972753689924089	6	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.7643429579484681		0	0	False	False	1.0	0					non-mobilizable	other	3981.0	99.322	100.0	0.005512793698239646	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0064_000000005841	3663	0.8972753689924089	5	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.516440439408805		0	0	False	False	0.9994540214538574	0					non-mobilizable	other	3652.0	99.042	99.0	0.005057087887505766	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0784_000000003995	3094	0.8972737412283135	4	3	3	2	2	False	77272	fragment	False	ISR0784_000000003995	1.0		0	0	False	False	0.9983839392662048	0					non-mobilizable	other	3094.0	99.321	100.0	0.01617298609185963	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0058_000000003113	6823	0.8972698449041054	6	6	5	6	6	False	131413	fragment	False	ISR0058_000000003113	0.969395869570821		0	0	False	False	0.9998534321784973	0					non-mobilizable	no_good_hit	807.0	75.093	12.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ISR0109_000000026281	1207	0.8972444265667464	1	1	1	1	0	False	32735	maximal	True	ISR0109_000000026281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	100.0	58.0	0.15969062784349408	HG796315.1	bacteria	Uncultured bacterium plasmid pRGI00390	True	False
AST0090_000000002171	11566	0.8972414653504172	16	14	9	10	11	False	109962	maximal	True	AST0090_000000002171	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	90.374	6.0	0.0015508459920672553	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
FIJ0122_000000006639	2475	0.8972328545302218	2	2	2	2	2	False	41433	maximal	True	FIJ0122_000000006639	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	95.633	33.0	0.0007893023604173508	AP014598.1	CFB group bacteria	Prevotella intermedia DNA, complete genome, strain: OMA14, chromosome: II	True	False
FIJ0022_000000013826	1868	0.8972220685300991	2	1	1	1	1	False	50296	maximal	True	FIJ0022_000000013826	1.0		93	13	False	False	0.9930406808853149	0					non-mobilizable	other	1875.0	83.09299999999999	100.0	0.000580820540452424	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0155_000000004351	5985	0.8972198569677169	5	3	0	1	2	True	118868	fragment	False	USA0007_01_000000002979	0.9670664416242865		0	0	False	False	0.9998329281806946	0					non-mobilizable	other	5985.0	99.71600000000001	100.0	0.003073315313214691	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ENG0052_000000001841	12258	0.8972197421966597	15	13	9	10	11	True	123702	fragment	False	ENG0167_000000001303	0.5762440953759436		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	12271.0	99.33200000000001	100.0	0.12237545904518601	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0170_000000014287	3212	0.8972166260762869	3	3	3	3	2	True	106738	maximal	True	ISR0170_000000014287	1.0		8	5	False	False	0.9996886849403381	0					non-mobilizable	other	2530.0	99.486	99.0	0.0010444858457506277	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	True
ENG0129_000000002910	8293	0.897215928361838	10	5	2	3	4	True	78980	maximal	False	ISR0814_000000004560	0.9978795618202931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	83.803	2.0	0.016765885068642936	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
ENG0039_000000002358	8292	0.897215928361838	10	5	2	3	4	True	78980	maximal	False	ISR0814_000000004560	0.9979195731627133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	83.803	2.0	0.016765885068642936	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
ISR0207_000000014215	2079	0.8972102215165555	3	3	3	3	3	False	89180	fragment	False	DEN0092_000000006707	0.8559611415683963		0	0	False	False	1.0	0					non-mobilizable	other	2079.0	99.086	100.0	0.0007059831562882952	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
DEN0089_000000002136	8054	0.8971972857736871	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.603735279572328		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2442.0	88.698	31.0	0.030469111703392268	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0021_000000022453	2158	0.8971948719365416	4	2	2	1	1	False	96820	maximal	True	FIJ0021_000000022453	1.0		5	3	False	False	0.9995366334915161	0					non-mobilizable	no_good_hit	706.0	83.428	38.0	0.00021925511603112483	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
FIJ0051_000000018541	1190	0.8971914949473874	2	1	1	1	1	False	46509	maximal	True	FIJ0051_000000018541	1.0		1	1	False	False	0.9983193278312683	0					non-mobilizable	no_good_hit	1043.0	87.24799999999999	87.0	0.07464616710970616	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0055_01_000000016300	1632	0.8971893134596207	3	1	1	1	1	False	1030	fragment	False	USA0055_01_000000016300	1.0		0	0	False	False	0.9957107901573181	0					non-mobilizable	chromosome	711.0	94.93700000000001	100.0	0.00015725680168984427	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0137_000000012739	1190	0.8971893134596207	2	1	1	1	1	False	57956	fragment	False	ENG0137_000000012739	0.9798387096774194		0	0	False	False	1.0	0					non-mobilizable	chromosome	1160.0	95.603	98.0	0.00025698604456942065	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MAD0101_000000011196	2510	0.8971888977738428	4	3	3	2	3	False	19571	maximal	True	MAD0101_000000011196	1.0		1	1	False	False	0.9860557913780212	0					non-mobilizable	no_good_hit	2177.0	77.354	86.0	0.07407022286922464	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0034_000000014617	2486	0.8971741265898602	3	3	3	3	3	False	127430	maximal	False	ISR0830_000000010603	0.9662659945715394	PS1007	0	0	False	True	1.0	0					non-mobilizable	other	2470.0	98.016	99.0	0.0010022086085603042	CP015901.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3, complete genome	False	True
ISR0278_000000000572	12844	0.8971657216819282	19	18	6	12	16	True	132521	backbone	False	USA0060_01_000000001071	0.8696830970678955	PS1166	0	0	False	True	0.9999221563339233	0			MPF_T		non-mobilizable	other	12842.0	99.735	100.0	0.34234594565768073	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0849_000000003661	6442	0.8971643132019363	6	4	4	4	2	True	125299	fragment	False	ISR0849_000000003661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	75.47800000000001	25.0	0.0005303669482939863	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0051_000000005110	5246	0.8971616001080632	6	3	1	2	3	False	126479	backbone	False	ISR0127_000000003850	0.8191243167320716	PS879|PS961	0	0	True	True	1.0	144					non-mobilizable	no_good_hit	1202.0	95.34100000000001	67.0	0.20287621982537238	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0134_000000006910	5159	0.8971616001080632	5	3	1	2	3	False	130581	backbone	False	ISR0082_000000004600	0.8568789168520184	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	1413.0	97.169	72.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0075_000000009588	2575	0.8971550491096034	3	3	2	2	1	False	116954	fragment	False	ENG0075_000000009588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	98.23100000000001	57.0	0.034782402803428515	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0040_000000005520	3140	0.8971408884773788	3	3	2	2	2	False	117838	fragment	False	CHI0040_000000005520	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1591.0	99.49700000000001	51.0	0.00038518205366756825	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
USA0036_01_000000019659	1630	0.8971370699819424	2	2	2	2	1	True	91775	fragment	False	USA0036_01_000000019659	0.9219236824055635		0	0	False	False	0.9981595277786255	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	3.0	1.2471924312602963e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	True
SPA0124_000000007051	4104	0.8971307450776476	6	2	0	1	2	False	87159	fragment	False	SPA0124_000000007051	1.0		0	0	False	False	0.9980506896972656	0					non-mobilizable	plasmid	4104.0	99.90299999999999	100.0	0.7414166967835201	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
CHI0084_000000000991	3548	0.8971307450776476	4	2	0	1	2	False	84177	maximal	True	CHI0084_000000000991	1.0		1	1	False	False	0.9997181296348572	0					non-mobilizable	no_good_hit	1287.0	85.936	68.0	0.23147813516443802	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	True	False
CHI0013_000000002443	3431	0.8971307450776476	4	2	0	1	2	False	114713	fragment	False	CHI0013_000000002443	1.0		0	0	False	False	0.9988341331481934	0	rep_cluster_870				non-mobilizable	plasmid	3421.0	99.795	99.0	0.61136932427601	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
CHI0045_000000007490	2757	0.8971307450776476	3	2	0	1	2	False	87157	fragment	False	CHI0045_000000007490	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2756.0	99.964	99.0	0.49783158655583665	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
CHI0175_000000004955	2395	0.8971307450776476	4	2	0	1	2	False	114707	fragment	False	ISR0785_000000013791	0.9690196078431372		0	0	False	False	0.9991649389266968	0	rep_cluster_870				non-mobilizable	plasmid	2395.0	99.958	100.0	0.427958526993207	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
ISR0245_000000002515	2342	0.8971307450776476	3	2	0	1	2	False	114700	maximal	True	ISR0245_000000002515	1.0		88	11	False	False	0.9953031539916992	0	rep_cluster_870				non-mobilizable	no_good_hit	1791.0	99.83200000000001	76.0	0.33907937109301006	NZ_PDOH01000027.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1253, whole genome shotgun sequence	True	True
SPA0065_000000010154	2073	0.8971307450776476	2	2	0	1	2	False	6090	fragment	False	SPA0065_000000010154	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1995.0	99.95	96.0	0.3603180339718106	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	False	True
SPA0075_000000010944	1857	0.8971307450776476	3	2	0	1	2	False	5778	fragment	False	SPA0075_000000010944	0.9978189749182116		0	0	False	False	1.0	0					non-mobilizable	plasmid	1652.0	85.896	92.0	0.2961691362486447	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
SPA0157_000000004052	1834	0.8971307450776476	3	2	0	1	2	False	5778	fragment	False	SPA0075_000000010944	0.9916532040926225		0	0	False	False	1.0	0					non-mobilizable	plasmid	1624.0	85.714	92.0	0.2911095048789302	LN852888.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0208	False	True
MON0015_000000025842	1474	0.8971307450776476	2	2	0	1	2	False	114695	fragment	False	FIJ0105_000000023190	0.9490750386272775		0	0	False	False	0.975576639175415	0	rep_cluster_870				non-mobilizable	other	1473.0	99.728	99.0	0.27884068952453117	NZ_PDOH01000027.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1253, whole genome shotgun sequence	False	True
ETH0004_000000008747	3258	0.8971228673599537	3	3	2	1	3	False	52925	fragment	False	ETH0004_000000008747	1.0		0	0	False	False	0.9996930360794067	0					non-mobilizable	no_good_hit								True	False
FIJ0007_000000006760	2533	0.8971177373868303	4	4	2	2	4	True	95466	fragment	False	FIJ0115_000000008490	0.5363144785090949		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	2533.0	98.855	100.0	0.023523509573845424	CP052219.1	enterobacteria	Klebsiella pneumoniae strain E17KP0053 plasmid pE17KP0053-2, complete sequence	False	True
FIJ0044_000000011777	1871	0.8971169441722714	3	2	2	2	2	False	47122	fragment	False	FIJ0044_000000011777	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1090.0	96.881	100.0	0.0005269392234396502	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0792_000000012828	1230	0.8971146558167179	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.03319780594484586		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	87.825	100.0	0.008208107927603018	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0842_000000003072	6161	0.8971100241455169	6	5	5	5	3	True	87797	maximal	True	ISR0842_000000003072	1.0		2	2	True	True	0.9988638162612915	4					non-mobilizable	no_good_hit	2342.0	99.70100000000001	41.0	0.03780745813078377	JX486125.1	bacteria	Uncultured bacterium plasmid pRWC72a, complete sequence	True	True
ENG0156_000000001519	10489	0.8971064931395364	16	16	5	5	16	False	61001	maximal	True	ENG0156_000000001519	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	6627.0	100.0	100.0	0.024753067049207274	CP061755.1	enterobacteria	Escherichia coli O18ac:H14 strain 873.10 plasmid unnamed1, complete sequence	False	True
ISR0124_000000003537	4728	0.8970964287939931	5	4	4	4	3	False	107408	fragment	False	ISR0174_000000005502	0.9749646678780537		0	0	False	False	0.9978849291801453	0					non-mobilizable	no_good_hit	1887.0	71.913	39.0	0.0004977802677306168	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0043_000000002370	3343	0.8970899033260518	4	4	4	4	4	False	98135	fragment	False	CHI0043_000000002370	0.9365590428940893		0	0	False	False	0.996111273765564	0					non-mobilizable	chromosome	3343.0	99.581	100.0	0.0006587573730758647	CP048337.1	enterobacteria	Escherichia coli strain 142 chromosome, complete genome	False	False
ISR0010_000000014645	1497	0.8970876134654945	2	2	2	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.9749169702721097		0	0	False	False	0.9933199882507324	0					non-mobilizable	no_good_hit	72.0	95.833	5.0	1.5801135367213935e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0038_000000017753	1879	0.8970874826269339	3	3	2	2	2	False	95180	fragment	False	ISR0038_000000017753	1.0		0	0	False	False	0.9946780204772949	0					non-mobilizable	no_good_hit	117.0	82.906	6.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
ISR0084_000000023171	1229	0.8970787573076571	2	2	1	2	1	False	34019	fragment	False	ISR0084_000000023171	1.0		0	0	False	False	0.9967453479766846	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	5.0	2.8108480600614758e-05	CP041676.1	firmicutes	Lactobacillus reuteri strain LL7 chromosome, complete genome	True	False
ITA0005_000000001933	8120	0.8970702126575795	14	7	4	4	7	False	104043	maximal	True	ITA0005_000000001933	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1670.0	96.228	52.0	0.00037048636330319244	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CAN0007_000000005982	7201	0.8970702126575795	13	7	4	4	7	False	104047	maximal	True	CAN0007_000000005982	1.0		2	1	False	False	0.9998611211776733	0					non-mobilizable	no_good_hit	1679.0	96.24799999999999	59.0	0.0003724853904433176	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0104_000000001297	5017	0.8970702126575795	9	7	4	4	7	False	104042	fragment	False	CHI0104_000000001297	1.0		0	0	False	False	0.9986047148704529	0					non-mobilizable	no_good_hit	1645.0	96.17	71.0	0.00036493351013617816	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0070_000000003173	5354	0.8970568345562392	8	3	2	3	2	False	18600	maximal	True	MAD0070_000000003173	1.0		1	1	False	False	0.9981322288513184	0					non-mobilizable	no_good_hit								True	False
ISR0031_000000014555	1632	0.8970549145926822	3	2	2	1	1	False	37003	maximal	True	ISR0031_000000014555	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	337.0	84.273	20.0	0.0020662597529361804	NZ_CYZN01000008.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0050_000000015622	1752	0.897043809609506	3	2	2	2	2	False	64132	fragment	False	ENG0050_000000015622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	99.21799999999999	89.0	0.0002738789187195973	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0041_000000001106	10198	0.8970425998851758	9	7	5	6	6	True	128598	fragment	False	CHI0041_000000001106	1.0		0	0	False	False	0.9994116425514221	0					non-mobilizable	other	10198.0	99.265	100.0	0.4101862654383071	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
SPA0027_000000032194	1169	0.8970412568546274	1	1	1	1	1	False	7461	fragment	False	SPA0027_000000032194	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	88.11	96.0	0.010018263859045981	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0086_000000002927	7976	0.8970395577311486	10	3	1	3	1	False	116815	maximal	True	ISR0086_000000002927	1.0		8	1	True	True	0.9992477297782898	19					non-mobilizable	no_good_hit	288.0	75.694	3.0	0.0001613600076236757	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0392_000000003258	7976	0.8970395577311486	10	3	1	3	1	False	116815	maximal	False	ISR0086_000000002927	1.0		0	0	True	True	1.0	19					non-mobilizable	no_good_hit	288.0	75.694	3.0	0.0001613600076236757	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0062_000000003397	7936	0.8970395577311486	10	3	1	3	1	False	116815	maximal	False	ISR0086_000000002927	1.0		0	0	True	True	0.9996219873428345	8					non-mobilizable	no_good_hit	288.0	75.694	4.0	0.0001613600076236757	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0335_000000001695	7936	0.8970395577311486	10	3	1	3	1	False	116815	maximal	False	ISR0086_000000002927	1.0		0	0	True	True	0.9996219873428345	6					non-mobilizable	no_good_hit	288.0	75.694	4.0	0.0001613600076236757	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0141_000000009575	3703	0.8970395577311486	6	3	1	3	1	False	116812	fragment	False	ISR0141_000000009575	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	75.694	8.0	0.0001613600076236757	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
ENG0101_000000026330	1290	0.8970377526801239	3	1	1	1	1	False	60430	fragment	False	ENG0101_000000026330	1.0		0	0	False	False	0.9992247819900513	0					non-mobilizable	no_good_hit	959.0	96.038	74.0	0.0006901166924589067	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
SPA0045_000000014733	1746	0.8970312034532301	2	1	1	1	1	False	6754	fragment	False	SPA0045_000000014733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	86.98899999999999	78.0	0.002320457325271732	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
ISR0786_000000005254	3317	0.8970247783039433	4	4	4	4	4	True	84218	fragment	False	DEN0007_000000008071	0.9567392583872867		0	0	False	False	0.9990955591201782	0					non-mobilizable	other	3303.0	97.881	99.0	0.0009169624162042977	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0049_000000002926	6732	0.8970227222245347	7	2	1	2	2	False	64196	maximal	True	ENG0049_000000002926	1.0		2	2	False	False	0.9998514652252197	0					non-mobilizable	no_good_hit	288.0	80.208	4.0	7.036605796348859e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0107_000000001772	12614	0.8970102291971764	11	11	6	7	9	True	107453	backbone	True	ENG0107_000000001772	0.9598014093529789	PS660	78	9	True	True	1.0	1					non-mobilizable	chromosome	12638.0	95.33200000000001	100.0	0.0019415245962157534	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ENG0167_000000006473	3807	0.8970084550932234	4	4	4	4	4	False	120462	fragment	False	AUS0022_000000008743	0.9620623962699809		0	0	False	False	0.9997373223304749	0					non-mobilizable	other	3853.0	77.342	99.0	0.0013051888974583109	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
MAD0099_000000001311	13920	0.8970070589630728	18	7	3	5	3	False	15255	maximal	True	MAD0099_000000001311	1.0		1	1	False	False	0.9993534684181213	0					non-mobilizable	no_good_hit	1496.0	75.535	20.0	0.094566756791554	NZ_LT635508.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
ETH0002_000000017880	1377	0.8969978768313472	2	2	1	2	1	False	53305	fragment	False	ETH0002_000000017880	0.9937719006017467		0	0	False	False	0.9992737770080566	0					non-mobilizable	no_good_hit								True	False
ENG0137_000000005122	3412	0.89699266040963	5	3	2	3	3	False	110828	maximal	True	ENG0137_000000005122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1995.0	94.085	58.0	0.00037963450597366624	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
MAD0085_000000006375	1774	0.8969736750732641	2	2	2	2	2	False	112270	fragment	False	MAD0085_000000006375	0.9937722419928825		0	0	False	False	0.9926719069480896	0					non-mobilizable	no_good_hit	885.0	72.542	49.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0108_000000000894	14133	0.8969705624521587	12	10	10	9	8	False	23128	maximal	True	MAD0108_000000000894	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2954.0	78.97800000000001	21.0	0.1504420203691258	NZ_FCOU01000004.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
FIJ0106_000000013516	1957	0.8969698359226027	3	3	3	3	3	False	89180	fragment	False	DEN0092_000000006707	0.6209467704794551		0	0	False	False	1.0	0					non-mobilizable	other	1946.0	99.075	99.0	0.0006857953621898627	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
MAD0056_000000006829	1997	0.8969657654349258	2	1	0	1	1	False	17059	fragment	False	MAD0056_000000006829	1.0		0	0	False	False	0.9809714555740356	0	IncFIB				non-mobilizable	other	1997.0	98.74799999999999	100.0	0.017853785199444867	NZ_JH603145.1	enterobacteria	Klebsiella oxytoca 10-5243 strain Oct-43 supercont1.3, whole genome shotgun sequence	False	True
FIJ0131_000000015012	1238	0.8969657654349258	1	1	0	1	1	False	40809	maximal	True	FIJ0131_000000015012	1.0		2	1	False	False	0.959612250328064	0					non-mobilizable	chromosome	1217.0	92.11200000000001	98.0	0.00024505957872342313	CP041976.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain NCCP 16207 chromosome, complete genome	False	False
MON0093_000000032314	1430	0.8969657359018778	2	1	1	1	1	False	9376	fragment	False	MON0093_000000032314	1.0		0	0	False	False	0.988811194896698	0					non-mobilizable	no_good_hit								True	False
CHI0074_000000003344	4787	0.8969631636392561	7	7	5	6	5	False	84756	maximal	True	CHI0074_000000003344	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	90.833	68.0	0.000257714748699656	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0169_000000003249	6304	0.8969572015388225	3	2	2	2	2	True	105179	fragment	False	DEN0079_000000005641	0.868840396565946		0	0	False	False	1.0	0					non-mobilizable	other	3196.0	93.429	100.0	0.03324238195413551	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
USA0005_01_000000015522	2120	0.8969541830827844	3	3	1	3	1	False	65789	maximal	True	USA0005_01_000000015522	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	72.707	21.0	8.7592528541076e-05	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
SPA0057_000000002628	9571	0.8969221702027924	17	4	3	2	1	True	97270	fragment	False	SPA0057_000000002628	1.0		0	0	False	False	0.9997910261154175	0					non-mobilizable	no_good_hit	8476.0	99.068	89.0	0.04562784736507663	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
AST0031_000000012862	2152	0.8969194089630721	3	2	2	1	1	False	117450	maximal	True	AST0031_000000012862	1.0		3	3	False	False	0.999535322189331	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.01416697171858e-07	LR584414.1	bony fishes	Salmo trutta genome assembly, chromosome: 33	True	False
ISR0267_000000013041	1408	0.8969186402650109	3	3	3	2	1	True	118492	fragment	False	ISR0267_000000013041	0.9572680788897006		0	0	False	False	0.9971590638160706	0					non-mobilizable	other	1409.0	96.309	100.0	0.07851124379219909	NZ_CABLCC010000055.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	True
FIJ0009_000000007309	4820	0.8969032103336939	6	4	3	4	1	False	51309	fragment	False	FIJ0009_000000007309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	96.154	3.0	0.0016225898219365716	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
AST0104_000000003016	9419	0.8968987406243119	5	4	2	4	1	False	108036	fragment	False	AST0104_000000003016	1.0		0	0	False	False	0.9996814727783203	0					non-mobilizable	no_good_hit	192.0	97.396	2.0	0.013201548244401437	MK233969.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c4 sequence	True	False
CHI0162_000000005424	5009	0.8968973657801806	5	4	3	4	3	False	121313	fragment	False	CAN0013_000000004692	0.9437485979115513		0	0	False	True	1.0	0					non-mobilizable	chromosome	3641.0	96.62200000000001	100.0	0.0007520774590195266	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0056_000000003067	5287	0.8968921567804838	9	8	5	8	7	False	132178	fragment	False	ISR0393_000000002751	0.5329435817169581		0	0	False	False	0.999243438243866	0					non-mobilizable	other	5287.0	99.887	100.0	0.006684945088854378	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
FIJ0114_000000003753	8626	0.896890914196328	21	4	2	3	4	True	47823	fragment	False	FIJ0114_000000003753	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1373.0	78.733	16.0	0.0022230892473207543	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0031_000000005642	3620	0.8968833366058375	6	6	3	4	5	True	123556	backbone	False	ISR0826_000000002301	0.33195614161266745	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3620.0	99.641	100.0	0.10954052908771718	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
USA0003_01_000000003955	9453	0.8968723742762214	12	8	5	7	7	False	71402	maximal	False	MAD0092_000000001578	0.9566624895572264		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	3057.0	94.046	36.0	0.0010808042855377266	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0046_000000023944	1439	0.8968711159660023	1	1	1	1	1	False	11510	maximal	True	MON0046_000000023944	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0069_000000023620	2125	0.8968633562185806	3	3	3	2	1	False	77268	fragment	False	MON0069_000000023620	0.9773384763741562		0	0	False	False	0.9764705896377563	0					non-mobilizable	other	2026.0	99.35799999999999	95.0	0.010591945936615704	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0173_000000003783	2382	0.8968611385550238	3	1	1	1	1	False	63521	fragment	False	ISR0173_000000003783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0037_000000009337	5659	0.8968565004365138	6	6	6	6	6	False	12140	maximal	True	MON0037_000000009337	1.0		9	4	False	False	0.999823272228241	0					non-mobilizable	chromosome	5659.0	99.929	100.0	0.001166526743934803	CP035385.1	enterobacteria	Enterobacter hormaechei strain S11_16 chromosome, complete genome	False	False
ISR0146_000000014897	2675	0.8968531473598832	3	3	2	2	2	False	77981	fragment	False	ISR0272_000000003986	0.9795051698670606		0	0	False	False	0.994766354560852	0					non-mobilizable	no_good_hit	545.0	86.055	20.0	0.08774485996438401	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0040_000000002145	8105	0.8968492149408476	14	11	7	7	9	True	125397	fragment	False	SPA0032_000000002311	0.3312370946900391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7235.0	86.73100000000001	89.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MON0008_000000005641	4942	0.8968432879978255	5	5	4	3	4	False	65759	fragment	False	MON0008_000000005641	1.0		0	0	False	False	0.9967624545097351	0					non-mobilizable	chromosome	2727.0	93.289	94.0	0.0009681104144531262	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ENG0083_000000008224	2700	0.8968431262584781	4	3	3	3	2	False	131405	fragment	False	AST0012_000000007302	0.9286608094801044		0	0	False	False	0.9974074363708496	0					non-mobilizable	no_good_hit	806.0	74.442	29.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
MON0097_000000016647	2152	0.8968420494668786	3	3	2	3	2	False	68633	maximal	True	MON0097_000000016647	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1911.0	96.965	89.0	0.02174606066126241	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	True	True
ENG0037_000000003305	8529	0.8968389812350378	13	5	4	5	4	False	121256	maximal	True	ENG0037_000000003305	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	81.227	6.0	0.00024186958945091586	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0126_000000034458	1437	0.8968367956962304	2	2	2	2	2	False	103801	maximal	True	ISR0126_000000034458	1.0		0	0	False	False	0.9867780208587646	0					non-mobilizable	no_good_hit	426.0	100.0	30.0	0.00018021448491943988	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0264_000000005013	2106	0.896835850758863	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.9652548790587749	PS211	0	0	False	True	1.0	0					non-mobilizable	other	2006.0	97.956	99.0	0.0013509250196167256	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
MON0006_000000010437	2074	0.896835850758863	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.9466090993794757	PS211	0	0	False	True	1.0	0					non-mobilizable	other	1999.0	97.79899999999999	96.0	0.0013462062196480044	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ISR0075_000000012879	2007	0.896835850758863	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.9460630091314705	PS211	0	0	False	True	1.0	0					non-mobilizable	other	2010.0	97.56200000000001	100.0	0.001353621476741709	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
MON0049_000000010863	1993	0.896835850758863	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.9479486026588073	PS211	0	0	False	True	0.9994982481002808	0					non-mobilizable	other	1996.0	97.745	100.0	0.0013441838768042669	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ETH0001_000000000145	46470	0.8968357456445949	64	18	8	14	10	True	53615	maximal	True	ETH0001_000000000145	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	80.079	3.0	0.0013890717577353523	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
MON0060_000000032673	1304	0.8968158167686899	2	2	2	2	1	False	10867	fragment	False	MON0060_000000032673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	74.719	13.0	6.055620341643226e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0187_000000005475	4630	0.8968098189577408	6	4	4	3	3	False	123633	maximal	True	ENG0187_000000005475	1.0	PS902	11	5	False	True	1.0	0					non-mobilizable	chromosome	2481.0	98.146	95.0	0.0005646402683680553	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0132_000000014183	1362	0.8968077910771024	3	1	1	1	1	False	58302	fragment	False	ENG0132_000000014183	1.0		0	0	False	False	0.9933920502662659	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000020099	1167	0.896788760319984	2	2	2	2	2	False	31366	fragment	False	ISR0137_000000020099	1.0		0	0	False	False	0.999143123626709	0					non-mobilizable	no_good_hit	911.0	79.363	86.0	0.5073033707865169	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
CHI0179_000000010343	1970	0.8967859052980124	3	3	2	2	3	True	89610	fragment	False	MON0025_000000018533	0.9558545797922569		0	0	False	False	1.0	0					non-mobilizable	plasmid	1970.0	100.0	100.0	0.019874434754521962	LS992187.1	enterobacteria	Escherichia coli isolate Escherichia coli str. 3426 genome assembly, plasmid: 3	False	True
MAD0111_000000002917	5770	0.8967807828571759	8	8	7	7	6	False	75226	maximal	True	MAD0111_000000002917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	77.918	19.0	0.00023218347348928119	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0060_000000000723	11344	0.8967743081629812	14	6	3	4	3	True	130545	maximal	True	CHI0060_000000000723	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	4711.0	98.02600000000001	95.0	0.0008369051716046679	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
MON0051_000000029106	1268	0.8967717469010504	2	2	2	2	2	False	26307	fragment	False	SPA0144_000000015063	0.9694015995206403		0	0	False	False	0.8785489201545715	0					non-mobilizable	chromosome	1251.0	98.961	99.0	0.0006024160256156933	CP020438.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 chromosome, complete genome	False	False
ISR0190_000000012645	1804	0.8967697703012713	3	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.9284393252672781	PS412	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1609.0	95.836	89.0	0.284775270918458	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
MAD0110_000000004801	5733	0.8967689799237162	9	7	1	4	5	True	43448	fragment	False	MAD0110_000000004801	1.0		0	0	False	False	0.9998255968093872	0					non-mobilizable	no_good_hit	104.0	96.154	2.0	0.004060233364869126	NZ_QENY01000027.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_127, whole genome shotgun sequence	True	True
CAN0006_000000003918	11196	0.8967663084028821	10	9	6	6	8	False	96804	fragment	False	CAN0003_000000003586	0.9755900144841101		0	0	False	False	1.0	0					non-mobilizable	chromosome	11196.0	99.821	100.0	0.0031302160363590502	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0165_000000011891	1418	0.8967602126541028	2	2	2	2	1	False	78293	fragment	False	CHI0165_000000011891	1.0		0	0	False	False	0.9992947578430176	0					non-mobilizable	chromosome	1418.0	99.788	100.0	0.0002579914067195382	CP054303.1	enterobacteria	Klebsiella pneumoniae strain MS14393 chromosome, complete genome	False	False
SPA0037_000000003998	5898	0.8967585293195521	12	7	2	2	6	True	90088	maximal	True	SPA0037_000000003998	1.0	PS472	3	1	True	True	1.0	43	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1967.0	92.272	84.0	0.21185983827493263	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
MON0042_000000015506	1704	0.8967489988816154	2	2	2	2	1	True	84874	maximal	True	MON0042_000000015506	1.0		0	0	False	False	0.9724178314208984	0					non-mobilizable	no_good_hit	1130.0	99.381	66.0	0.10269237766054211	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ENG0005_000000017457	1367	0.8967458395536886	3	2	2	2	2	False	98804	fragment	False	ISR0097_000000022103	0.9864444511298034		0	0	False	False	0.9992684721946716	0					non-mobilizable	chromosome	1367.0	98.756	100.0	0.0006095827660331201	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0197_000000006341	3779	0.8967274325259625	4	2	2	2	2	False	130230	fragment	False	ISR0197_000000006341	1.0		0	0	False	False	0.9986768960952759	0					non-mobilizable	no_good_hit	2286.0	91.295	60.0	0.025839382940108895	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0009_000000008550	3680	0.8967274325259625	4	2	2	2	2	False	130230	fragment	False	ISR0197_000000006341	0.9869012966393226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2286.0	91.295	62.0	0.025839382940108895	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0107_000000025885	1533	0.8967106187279956	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.2688271813958343		0	0	False	False	0.9993476867675781	0					non-mobilizable	other	1533.0	98.04299999999999	100.0	0.03627409196382062	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0051_01_000000004022	5502	0.8967085577188544	9	8	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.20775332898942486	PS1110	0	0	True	True	1.0	30		MOBV			mobilizable	other	2333.0	96.14200000000001	91.0	0.3450829383886256	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
FIJ0161_000000002151	6904	0.8967061168836089	6	5	3	5	3	False	91400	maximal	True	FIJ0161_000000002151	0.9995640168580149		2	1	False	False	0.9985515475273132	0					non-mobilizable	no_good_hit	957.0	75.34	15.0	0.00030201226550133554	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0127_000000018511	1443	0.8967042855904447	2	2	2	2	1	False	58693	maximal	True	ENG0127_000000018511	1.0		3	2	False	False	0.9979209899902344	0					non-mobilizable	no_good_hit	668.0	72.455	46.0	0.0016291282183328918	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
AST0029_000000000497	33410	0.8967015985260063	37	30	11	13	24	True	129870	fragment	False	AST0029_000000000497	1.0		0	0	False	False	0.9999700784683228	0					non-mobilizable	other	22692.0	97.744	95.0	0.006282666790834424	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
ISR0019_000000002314	6302	0.8966786976664604	5	5	4	5	4	False	121315	maximal	True	ISR0019_000000002314	1.0	PS849	63	7	False	True	1.0	0					non-mobilizable	chromosome	4204.0	92.26899999999999	100.0	0.0008646824631859117	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
FIJ0091_000000013464	1618	0.8966781850571709	2	1	1	1	1	False	89067	fragment	False	CHI0023_000000008326	0.9372085692128934		0	0	False	False	1.0	0					non-mobilizable	other	1619.0	94.37899999999999	100.0	0.013009882042664052	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0094_000000012637	1617	0.8966781850571709	2	1	1	1	1	False	89067	fragment	False	CHI0023_000000008326	0.9366604420363477		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	94.314	100.0	0.0130018413244671	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0054_000000007450	3781	0.8966753423034536	5	4	4	3	4	False	6446	fragment	False	SPA0054_000000007450	1.0		0	0	False	False	0.9997355341911316	0					non-mobilizable	no_good_hit	829.0	74.306	22.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
USA0087_01_000000001349	8026	0.8966663706127106	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.6026933852268489		0	0	False	True	0.9997507929801941	0					non-mobilizable	no_good_hit	2430.0	88.93	31.0	0.030318955916763642	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0029_000000008847	5171	0.8966648056277675	6	4	4	4	2	False	101767	maximal	True	ISR0029_000000008847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3778.0	98.17399999999999	73.0	0.0010710522371451022	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0076_000000001926	5605	0.8966611608862678	7	4	4	4	4	False	5789	maximal	True	SPA0076_000000001926	1.0		2	1	False	False	0.9998216032981873	0					non-mobilizable	plasmid	5605.0	99.875	100.0	0.11454969134540698	CP008839.1	firmicutes	Lactobacillus gasseri DSM 14869 plasmid pEB01-1, complete sequence	False	True
SPA0112_000000014172	2394	0.8966471423158742	5	4	1	1	4	True	129857	fragment	False	SPA0112_000000014172	1.0		0	0	False	False	0.9995822906494141	0					non-mobilizable	chromosome	2394.0	99.37299999999999	100.0	0.0006659794434159597	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
FIJ0058_000000017720	2251	0.8966463716234585	4	3	3	2	1	False	57976	maximal	True	FIJ0058_000000017720	0.964067655094034		5	2	False	False	0.999555766582489	0					non-mobilizable	no_good_hit	51.0	94.118	2.0	0.0010336130979451772	NZ_CACVNJ010000021.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
ISR0130_000000015955	1886	0.8966458875181	4	2	2	2	2	False	31765	maximal	True	ISR0130_000000015955	1.0		2	2	False	False	0.9936373233795166	0					non-mobilizable	no_good_hit								True	False
AST0059_000000001987	6501	0.8966390668298315	9	5	4	5	4	False	112911	maximal	True	AST0059_000000001987	1.0		1	1	False	False	0.9981541037559509	0					non-mobilizable	no_good_hit	2624.0	99.505	40.0	0.5256513026052104	NZ_CBYM010000072.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0156_000000018067	1351	0.8966378542694872	2	2	2	2	1	True	87033	fragment	False	CHI0143_000000014323	0.9782602516203875		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	81.498	100.0	0.0004106497661474021	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0041_000000020690	1804	0.8966357863467983	2	1	1	1	1	False	47376	maximal	True	FIJ0041_000000020690	1.0		0	0	False	False	0.9950110912322998	0					non-mobilizable	no_good_hit	746.0	82.976	41.0	0.025963119773260088	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0143_000000015062	1969	0.8966277107108384	2	2	1	2	2	False	117848	fragment	False	ISR0143_000000015062	0.9958517699115044		0	0	False	True	0.988318920135498	0					non-mobilizable	other	1895.0	99.314	96.0	0.024674630987897184	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ISR0272_000000000832	13077	0.8966263998855665	8	7	7	7	5	False	102545	maximal	True	ISR0272_000000000832	1.0		6	4	False	False	0.9960235357284546	0					non-mobilizable	no_good_hit	134.0	80.597	1.0	0.0004998947589981057	NZ_LKET01000028.1	firmicutes	Oxobacter pfennigii strain DSM 3222 OXPF_contig000028, whole genome shotgun sequence	True	False
SPA0055_000000001922	13096	0.8966255835096549	16	15	5	8	14	True	123788	fragment	False	SPA0055_000000001922	0.9998727519511368		0	0	False	False	0.9999236464500427	0					non-mobilizable	other	13090.0	100.0	99.0	0.035541761365950615	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0122_000000005513	3030	0.896620026598683	5	2	0	1	2	True	43619	maximal	True	FIJ0122_000000005513	1.0		2	1	False	False	0.9973597526550293	0	Inc11				non-mobilizable	no_good_hit	1684.0	87.53	57.0	0.7255753365175858	KU707950.1	firmicutes	Lactobacillus plantarum strain 1-3 plasmid pM411, complete sequence	True	True
FIJ0168_000000011795	1867	0.896620026598683	2	2	0	1	2	True	43618	maximal	True	FIJ0168_000000011795	1.0		2	1	False	False	0.9983931183815002	0	Inc11				non-mobilizable	plasmid	1636.0	99.756	97.0	0.7315436241610739	AY425961.1	firmicutes	Enterococcus faecium plasmid pJB01, complete sequence	False	True
FIJ0063_000000017924	1583	0.896620026598683	3	2	0	1	2	True	45569	maximal	True	FIJ0063_000000017924	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	82.353	10.0	0.03109004739336493	LR135433.1	firmicutes	Enterococcus faecium isolate E8927 genome assembly, plasmid: 6	True	True
MON0093_000000005101	6950	0.8966144932076072	9	5	4	5	4	False	9406	maximal	True	MON0093_000000005101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	88.835	3.0	0.023080387300157622	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	True	False
ENG0146_000000004224	5809	0.8966121220678739	8	2	2	2	0	True	57447	maximal	True	ENG0146_000000004224	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0048_000000000845	16030	0.8966094973315741	23	7	6	7	4	False	76981	maximal	True	MAD0048_000000000845	1.0		1	1	False	False	0.9998752474784851	0					non-mobilizable	no_good_hit	1284.0	93.302	8.0	0.007753390219729749	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0062_000000002315	5499	0.8965950972332905	6	6	5	3	5	True	16777	maximal	True	MAD0062_000000002315	1.0		1	1	False	False	0.9949081540107727	0					non-mobilizable	no_good_hit	1768.0	87.613	89.0	0.00036019954482388963	CP013970.1	enterobacteria	Erwinia tracheiphila strain MDcuke chromosome, complete genome	True	True
ISR0183_000000014202	2284	0.8965920140267084	2	1	0	1	1	True	105818	maximal	True	ISR0183_000000014202	1.0		1	1	False	False	0.99956214427948	0					non-mobilizable	no_good_hit	230.0	97.82600000000001	24.0	0.1059204440333025	LR822022.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_956 genome assembly, plasmid: pbSTHERMO	True	True
CHI0114_000000003466	2107	0.8965920140267084	3	1	0	1	1	True	82301	maximal	True	CHI0114_000000003466	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
MAD0112_000000015618	1834	0.8965920140267084	1	1	0	1	1	True	14447	maximal	True	MAD0112_000000015618	1.0		1	1	True	True	0.9923664331436157	19					non-mobilizable	no_good_hit	657.0	73.212	35.0	0.42800528401585203	HG796540.1	bacteria	Uncultured bacterium plasmid pRGI01595	True	True
AST0116_000000015839	1705	0.8965920140267084	3	1	0	1	1	True	106190	maximal	True	AST0116_000000015839	1.0		1	1	False	False	0.9372434020042419	0					non-mobilizable	no_good_hit	231.0	84.416	13.0	0.0018679437806523814	MK140641.1	firmicutes	Enterococcus faecalis strain E035 plasmid pE035, complete sequence	True	True
MON0106_000000027899	1549	0.8965920140267084	2	1	0	1	1	True	105817	fragment	False	MON0106_000000027899	0.9988502666163479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	76.72800000000001	31.0	0.09974364949895129	NZ_JAAXPN010000019.1	firmicutes	Weissella fabalis strain CCUG 61472 SS2011_19, whole genome shotgun sequence	True	True
ISR0323_000000014244	1530	0.8965920140267084	2	1	0	1	1	True	105817	fragment	False	MON0106_000000027899	0.9952995409155335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	76.72800000000001	31.0	0.09974364949895129	NZ_JAAXPN010000019.1	firmicutes	Weissella fabalis strain CCUG 61472 SS2011_19, whole genome shotgun sequence	True	True
AST0118_000000020344	1529	0.8965920140267084	2	1	0	1	1	True	105817	fragment	False	MON0106_000000027899	0.9959532313750405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	76.72800000000001	31.0	0.09974364949895129	NZ_JAAXPN010000019.1	firmicutes	Weissella fabalis strain CCUG 61472 SS2011_19, whole genome shotgun sequence	True	True
USA0011_01_000000023855	1512	0.8965920140267084	2	1	0	1	1	True	105817	fragment	False	MON0106_000000027899	0.9870062439051497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	76.443	31.0	0.09974364949895129	NZ_JAAXPN010000019.1	firmicutes	Weissella fabalis strain CCUG 61472 SS2011_19, whole genome shotgun sequence	True	True
MAD0107_000000028796	1380	0.8965920140267084	2	1	0	1	1	True	62890	fragment	False	MAD0009_000000007251	0.6356275303643725		0	0	False	False	0.9985507130622864	0	rep_cluster_1683				non-mobilizable	plasmid	1380.0	96.81200000000001	99.0	0.4958528669311215	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
SPA0151_000000015738	1250	0.8965920140267084	1	1	0	1	1	True	3238	maximal	True	SPA0151_000000015738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	883.0	98.641	82.0	0.21667486473192327	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0191_000000026439	1233	0.8965920140267084	2	1	0	1	1	True	54673	fragment	False	ENG0191_000000026439	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	859.0	97.905	94.0	0.21077225774717168	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0049_000000024343	1202	0.8965920140267084	1	1	0	1	1	True	35953	fragment	False	ISR0049_000000024343	1.0		0	0	False	False	0.9991680383682251	0					non-mobilizable	no_good_hit	665.0	80.602	55.0	0.23531531531531533	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
MON0060_000000002501	9443	0.8965917150173518	12	8	5	8	4	True	14379	maximal	False	MON0004_000000002198	0.947960352307127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1146.0	82.024	12.0	0.0003185024178500052	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0165_000000020759	1206	0.8965908330930072	1	1	1	1	1	False	57193	fragment	False	ISR0165_000000020759	0.9729675054551155		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	98.839	100.0	0.01025165472767181	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
MON0070_000000004620	5350	0.8965884568967363	4	4	4	4	4	False	125460	fragment	False	MON0070_000000004620	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2432.0	84.704	94.0	0.0007282119174982277	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0003_000000012256	1940	0.8965876516934649	2	2	2	2	2	False	74356	fragment	False	FIJ0003_000000012256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	81.71	70.0	0.001467241022554128	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0385_000000007941	2709	0.8965842462614003	2	2	1	2	1	False	50145	fragment	False	ISR0385_000000007941	0.9765974765974766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	97.87200000000001	5.0	0.0010962508221881166	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	True	False
ISR0307_000000003020	2866	0.8965783458891929	3	3	3	3	2	False	49554	maximal	True	ISR0307_000000003020	1.0		240	11	False	False	0.9993021488189697	0					non-mobilizable	no_good_hit	822.0	98.54	69.0	0.00012684455701662839	CP012938.1	CFB group bacteria	Bacteroides ovatus strain ATCC 8483, complete genome	True	False
USA0108_01_000000000660	20982	0.8965749671626113	24	6	5	5	4	True	99720	fragment	False	USA0108_01_000000000660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	95.54799999999999	2.0	7.022963400948462e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
SPA0027_000000003560	8390	0.8965723656333323	7	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.6568652133809636		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2475.0	89.29299999999999	30.0	0.030869527134401942	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0013_000000000196	4828	0.8965719239648552	8	5	2	4	3	False	75429	fragment	False	DEN0013_000000000196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	75.882	7.0	5.812446490146332e-05	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
AST0089_000000001350	10785	0.8965409230115433	14	6	5	5	5	False	114417	maximal	True	AST0089_000000001350	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	82.416	19.0	0.028560620389634955	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0117_000000007790	4782	0.8965384248793776	5	4	3	2	3	False	4324	maximal	True	SPA0117_000000007790	1.0		1	1	False	False	0.9995817542076111	0					non-mobilizable	no_good_hit	2100.0	90.619	44.0	0.011080390985552142	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
DEN0022_000000012813	3015	0.8965357502147264	3	2	2	2	2	False	74615	fragment	False	DEN0022_000000012813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	92.46799999999999	29.0	0.005544117362316783	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ENG0050_000000018862	1485	0.8965348027176264	2	2	2	2	2	False	64128	fragment	False	ENG0050_000000018862	1.0		0	0	False	False	0.9979798197746277	0					non-mobilizable	no_good_hit	996.0	97.691	67.0	0.0003013207539741785	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0353_000000001965	12730	0.8965294209758564	20	12	3	8	9	True	88018	maximal	True	ISR0353_000000001965	1.0	PS50	3	2	False	True	0.9997643232345581	0					non-mobilizable	no_good_hit	518.0	72.78	4.0	0.00031906913911041286	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ISR0157_000000003883	6884	0.8965293960343137	9	8	2	5	5	False	30563	maximal	True	ISR0157_000000003883	1.0		3	3	True	True	1.0	6					non-mobilizable	no_good_hit	2535.0	92.978	64.0	0.3723325974981604	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0083_000000007731	4359	0.8965218333825474	5	5	4	4	5	False	115934	fragment	False	FIJ0083_000000007731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0016210374639769453	XM_005406892.2	rodents	PREDICTED: Chinchilla lanigera dystonin (Dst), transcript variant X7, mRNA	True	False
ISR0022_000000017116	1528	0.8965206078441381	2	2	1	2	1	True	37579	fragment	False	ISR0022_000000017116	1.0		0	0	False	False	0.9836387634277344	0					non-mobilizable	no_good_hit								True	True
FIJ0010_000000001462	12087	0.8965205101151148	11	10	5	8	4	True	132288	fragment	False	CHI0140_000000001647	0.0770062169118329		0	0	False	False	0.9989244937896729	0					non-mobilizable	other	10852.0	94.296	98.0	0.4800017717145768	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
USA0019_01_000000007835	3735	0.8965163272022739	4	4	4	3	3	False	111485	maximal	False	CHI0054_000000004462	0.993571150020648		0	0	False	False	1.0	0					non-mobilizable	chromosome	2600.0	98.654	100.0	0.00046200436299926337	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0141_000000010193	2681	0.8965153747114236	4	3	3	3	3	False	57743	maximal	True	ENG0141_000000010193	1.0		36	6	False	False	0.9996269941329956	0					non-mobilizable	no_good_hit	259.0	72.587	9.0	0.0036172311739559354	NZ_WSLF01000014.1	firmicutes	Defluviitalea raffinosedens strain 249c-K6 seq14, whole genome shotgun sequence	True	False
AST0059_000000007833	1903	0.896507028150083	3	2	2	2	1	True	112678	maximal	True	AST0059_000000007833	1.0		1	1	False	False	0.9963216185569763	0					non-mobilizable	no_good_hit	1031.0	92.62899999999999	63.0	0.006155893353793037	NZ_SMUS01000003.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00003, whole genome shotgun sequence	True	True
CHI0003_000000002390	4199	0.8965063532993861	5	4	3	4	3	True	90994	fragment	False	CHI0003_000000002390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2551.0	79.733	65.0	0.0004716466648029116	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
FIJ0068_000000004387	6598	0.8965015746197571	9	7	6	6	6	False	129737	maximal	True	FIJ0068_000000004387	1.0	PS1061	0	0	False	True	0.9974234700202942	0					non-mobilizable	no_good_hit	1105.0	97.557	46.0	0.003793618885624452	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0030_000000009455	3240	0.8965003547580703	5	3	2	2	3	False	7338	fragment	False	SPA0030_000000009455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	77.372	4.0	4.844113920736761e-05	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
FIJ0150_000000006668	3450	0.8964953910674127	3	3	3	3	2	False	39824	maximal	True	FIJ0150_000000006668	1.0		1	1	False	False	0.9994202852249146	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	0.00011575553395857399	NZ_SULN01000004.1	g-proteobacteria	Pseudomonas rhizoryzae strain ZYY160 contig4, whole genome shotgun sequence	True	False
ISR0359_000000017842	1551	0.8964946584617021	2	1	1	1	1	False	23814	maximal	True	ISR0359_000000017842	1.0		33	6	False	False	0.985170841217041	0					non-mobilizable	no_good_hit	102.0	82.353	6.0	0.0005902413431269675	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	False
ISR0052_000000010461	3192	0.8964925505454644	6	5	3	4	3	True	104849	fragment	False	DEN0064_000000009405	0.8558173758665975		0	0	False	False	0.9971804618835449	0					non-mobilizable	plasmid	2936.0	96.594	100.0	0.23662767244856797	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0051_000000017699	2537	0.8964925505454644	5	5	3	4	3	True	72819	fragment	False	DEN0051_000000017699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	85.96	52.0	0.2180982098866809	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0076_000000015372	3034	0.8964839054767054	4	3	3	2	0	True	100579	backbone	False	SPA0147_000000000104	0.9898786504297833	PS578	0	0	True	True	1.0	62					non-mobilizable	plasmid	749.0	97.33	94.0	0.259658893143056	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
MAD0098_000000021370	2096	0.8964778176807662	3	3	3	3	2	False	15317	maximal	True	MAD0098_000000021370	1.0		19	4	False	False	0.9990457892417908	0					non-mobilizable	other	2096.0	97.758	100.0	0.003217350040005713	NZ_LT699739.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	False	False
AST0153_000000010429	3000	0.8964754285176757	3	3	3	2	1	False	103440	maximal	True	AST0153_000000010429	1.0		5	3	False	False	0.9860000014305115	0					non-mobilizable	no_good_hit	978.0	100.0	69.0	0.004920030618000161	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
DEN0018_000000003505	8533	0.8964700465793949	8	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.7784143216554477		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2410.0	88.05	28.0	0.030068696272382598	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0821_000000001385	14581	0.8964557623565804	17	12	10	12	10	False	73975	fragment	False	ISR0821_000000001385	1.0		0	0	False	False	0.9996570944786072	0					non-mobilizable	no_good_hit	1093.0	73.376	8.0	0.00046733396930501386	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0088_000000003449	6175	0.8964542859667909	5	4	4	4	3	True	125300	fragment	False	ISR0088_000000003449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	76.672	31.0	0.011079068706518728	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	True
ENG0168_000000001434	17138	0.8964460054859755	20	15	1	5	13	True	121603	fragment	False	ENG0194_000000001279	0.9666744280807964		0	0	False	True	1.0	0					non-mobilizable	other	9927.0	95.699	99.0	0.004224133173562933	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
AST0002_000000017618	2095	0.8964401005531701	3	1	1	1	1	False	131880	maximal	True	AST0002_000000017618	1.0		1	1	False	False	0.9890214800834656	0					non-mobilizable	no_good_hit								True	False
ISR0382_000000001938	6076	0.8964338980000707	4	3	2	3	1	False	67443	fragment	False	ISR0382_000000001938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3546.0	99.831	58.0	0.1690752134306291	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ENG0054_000000019459	1425	0.8964321864695697	2	2	2	1	1	False	63721	fragment	False	ENG0054_000000019459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	85.714	17.0	6.571384389354804e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0104_000000016962	2662	0.8964285907010351	6	6	6	5	2	False	8817	maximal	True	MON0104_000000016962	1.0		8	5	False	False	1.0	0					non-mobilizable	other	2665.0	99.17399999999999	100.0	0.001010369663261965	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	False	False
ENG0151_000000011679	2015	0.8964164359481849	3	3	2	3	1	False	70711	fragment	False	ISR0807_000000006040	0.7977807369745257		0	0	False	False	0.9995037317276001	0					non-mobilizable	no_good_hit								True	False
ISR0161_000000003884	7108	0.8964163839501831	6	1	1	1	1	False	39915	fragment	False	ISR0161_000000003884	1.0		0	0	False	False	0.9998593330383301	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000016536	2435	0.8964163839501831	4	1	1	1	1	False	22942	fragment	False	ISR0816_000000016536	1.0		0	0	False	False	0.992607831954956	0					non-mobilizable	no_good_hit								True	False
ISR0388_000000017116	2039	0.8964163839501831	2	1	1	1	1	False	22941	fragment	False	ISR0388_000000017116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0060_000000008508	1686	0.896404080583735	4	3	2	2	3	False	85749	fragment	False	CHI0060_000000008508	1.0		0	0	False	False	0.9928825497627258	0					non-mobilizable	chromosome	1667.0	98.08	99.0	0.000585486883652932	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MAD0054_000000001610	6707	0.8964033499391035	12	2	2	2	1	True	112945	maximal	True	MAD0054_000000001610	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	92.065	40.0	0.017385602381880694	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0077_000000001864	7600	0.8964015655331796	9	8	3	3	6	True	87913	fragment	False	CHI0077_000000001864	1.0		0	0	False	False	0.9996052384376526	0		MOBB			mobilizable	other	6190.0	98.788	90.0	0.5601847658726564	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
CHI0020_000000005947	1726	0.89639529369766	3	1	1	1	1	False	89367	fragment	False	CHI0020_000000005947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0074_000000004234	1245	0.89639529369766	2	1	1	1	1	False	16281	fragment	False	MAD0074_000000004234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000022920	1484	0.8963938709214887	2	2	2	2	1	False	41307	maximal	True	FIJ0123_000000022920	1.0		1	1	False	False	0.9986522793769836	0					non-mobilizable	no_good_hit	114.0	78.07	8.0	1.6998835656328873e-05	CP032871.1	g-proteobacteria	Pseudomonas syringae pv. actinidiae strain P155 chromosome, complete genome	True	False
SPA0117_000000012236	3092	0.8963931747693438	4	3	2	2	2	True	102380	maximal	True	SPA0117_000000012236	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1617.0	99.93799999999999	52.0	0.3187376725838264	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
MAD0012_000000003943	6505	0.8963744388627306	7	6	4	4	5	True	80527	maximal	True	MAD0012_000000003943	1.0		1	1	False	False	0.9900076985359192	0	rep_cluster_722	MOBV			mobilizable	no_good_hit	1441.0	92.78299999999999	22.0	0.2929560260586319	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
DEN0082_000000003507	9193	0.8963630157778192	12	12	3	10	11	True	113235	fragment	False	BAN0016_000000000072	0.9361195322650497		0	0	False	False	0.9998912215232849	0			MPF_F		non-mobilizable	plasmid	9193.0	99.98899999999999	100.0	0.07239847515831259	CP048648.1	enterobacteria	Escherichia coli strain GW-AmxH19 plasmid unnamed, complete sequence	False	True
SPA0018_000000008374	3436	0.8963561181825637	5	5	3	5	3	False	88618	fragment	False	CHI0029_000000003372	0.9485503126776578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	79.825	3.0	0.904	KU546458.1	bacteria	Uncultured bacterium clone PE_03F_000_Contig_27 genomic sequence	True	False
MON0033_000000015216	4467	0.8963517501075063	8	7	5	4	3	False	104830	maximal	True	MON0033_000000015216	1.0		34	9	False	False	0.9997761249542236	0					non-mobilizable	chromosome	4023.0	98.036	90.0	0.0007819099492594905	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
FIJ0071_000000019692	1827	0.8963487701213013	2	1	1	1	1	False	44865	fragment	False	FIJ0071_000000019692	1.0		0	0	False	False	0.9835796356201172	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0034933367835425022	LN852821.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0131	True	False
MAD0106_000000004339	4076	0.8963470719853102	6	2	2	1	2	False	14746	maximal	True	MAD0106_000000004339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1597.0	93.926	69.0	0.02826711090631978	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0181_000000009872	2080	0.8963407493968041	3	3	3	2	2	False	77423	fragment	False	CHI0181_000000009872	1.0		0	0	False	False	0.9985576868057251	0					non-mobilizable	other	1611.0	87.709	90.0	0.00042927086348784854	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0050_000000002555	7929	0.896334396460318	8	5	5	5	5	False	100180	fragment	False	ISR0050_000000002555	0.9760391508834372		0	0	False	False	0.9994955062866211	0					non-mobilizable	no_good_hit	1033.0	71.249	13.0	0.014320918115891009	NZ_MUYU01000029.1	g-proteobacteria	Moraxella pluranimalium strain CCUG 54913 54913T_ctg_0000029, whole genome shotgun sequence	True	False
ISR0145_000000002001	16032	0.8963220838229156	13	11	7	9	8	True	120812	maximal	True	ISR0145_000000002001	1.0		6	4	False	False	0.9997504949569702	0					non-mobilizable	no_good_hit	8803.0	90.992	55.0	0.0032619566097033836	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
CHI0129_000000003065	6139	0.8963188409217787	8	7	3	5	6	True	128142	backbone	False	MON0027_000000005575	0.9928081029430691	PS1033	0	0	True	True	1.0	41		MOBV			mobilizable	no_good_hit	2244.0	84.93799999999999	68.0	0.3595450852965069	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0781_000000020751	1459	0.8963063077631651	3	2	1	2	1	True	127826	fragment	False	ISR0085_000000014249	0.5800673024357916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	90.104	13.0	5.750644237749096e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
USA0003_01_000000031436	1179	0.8962966681801797	2	2	2	2	2	False	2217	maximal	True	USA0003_01_000000031436	1.0		85	12	False	False	0.9872773289680481	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	8.535779855208069e-06	CP051625.1	g-proteobacteria	Pseudomonas sp. gcc21 chromosome, complete genome	True	False
MON0074_000000005146	3383	0.8962951701674521	4	4	3	4	3	False	10382	maximal	True	MON0074_000000005146	1.0		20	5	False	False	0.9997044205665588	0					non-mobilizable	no_good_hit								True	False
MON0069_000000012134	3743	0.8962947229409581	4	3	3	3	2	True	124813	maximal	True	MON0069_000000012134	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	72.01100000000001	19.0	0.0022809072724721577	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
SPA0126_000000040555	1135	0.8962941952855318	2	1	1	1	1	False	7851	fragment	False	SPA0016_000000030075	0.9933920704845816		0	0	False	False	0.9753304123878479	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	9.016169788713178e-05	NZ_LROS01000011.1	firmicutes	Clostridium ragsdalei P11 CLRAG_contig000011, whole genome shotgun sequence	True	False
SPA0016_000000030075	1135	0.8962941952855318	2	1	1	1	1	False	7851	fragment	False	SPA0016_000000030075	0.9933920704845816		0	0	False	False	0.9991189241409302	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	9.016169788713178e-05	NZ_LROS01000011.1	firmicutes	Clostridium ragsdalei P11 CLRAG_contig000011, whole genome shotgun sequence	True	False
ENG0079_000000001052	21597	0.8962932958207032	32	11	6	11	4	True	72885	maximal	True	ENG0079_000000001052	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	0.0	0.06562266964951528	NZ_CYYV01000032.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0046_000000000642	21839	0.8962751651860541	41	10	6	9	4	True	127387	fragment	False	MAD0046_000000000642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7696.0	97.44	77.0	0.04431094266591404	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0140_000000006932	3159	0.8962725905627992	4	4	2	4	3	True	15882	fragment	False	SPA0140_000000006932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1482.0	77.193	47.0	0.0006976000942163776	CP001733.2	g-proteobacteria	Aggregatibacter actinomycetemcomitans D11S-1, complete genome	True	True
ISR0120_000000029578	1239	0.8962716646393293	1	1	1	1	1	False	58248	fragment	False	ENG0137_000000012238	0.9948200317705909		0	0	False	False	0.9911218881607056	0					non-mobilizable	other	1239.0	99.354	100.0	0.0003749096416281738	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0137_000000012238	1239	0.8962716646393293	1	1	1	1	1	False	58248	fragment	False	ENG0137_000000012238	0.9948200317705909		0	0	False	False	0.9709442853927612	0					non-mobilizable	other	1239.0	99.596	100.0	0.0003749984476033571	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
SPA0001_000000027250	1224	0.8962709201438938	2	1	1	1	1	False	8427	fragment	False	SPA0001_000000027250	1.0		0	0	False	False	0.9991829991340637	0					non-mobilizable	no_good_hit								True	False
ISR0263_000000004438	2868	0.8962700355692526	5	5	5	5	3	False	120077	fragment	False	ISR0155_000000005779	0.5072375431029739		0	0	False	False	0.9986053109169006	0					non-mobilizable	other	2874.0	98.26	100.0	0.00060677317686625	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
DEN0039_000000006562	2748	0.8962700355692526	5	5	5	5	3	False	120077	fragment	False	ISR0155_000000005779	0.49333370890130757		0	0	False	False	1.0	0					non-mobilizable	other	2742.0	98.06700000000001	99.0	0.0005788949800871532	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0150_000000021706	1141	0.8962677334190304	2	2	2	1	1	False	30793	fragment	False	ISR0825_000000019089	0.9406175771971497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0094_000000003053	5695	0.8962597017589009	5	3	3	3	3	False	131549	fragment	False	FIJ0094_000000003053	0.9996147919876733		0	0	False	False	0.9989464282989502	0					non-mobilizable	no_good_hit	2070.0	81.208	38.0	0.0006167554593032668	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0109_000000005332	5192	0.8962597017589009	5	3	3	3	3	False	131549	fragment	False	FIJ0094_000000003053	0.9554872695346796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	81.208	42.0	0.0006167554593032668	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0060_000000023702	1149	0.8962530328662683	3	2	1	2	0	True	35388	maximal	True	ISR0060_000000023702	1.0		1	1	False	False	0.9991296529769897	0					non-mobilizable	no_good_hit								True	True
MON0002_000000010570	2363	0.8962470056733896	5	3	3	3	3	False	14333	fragment	False	MON0002_000000010570	1.0		0	0	False	False	0.9995768070220947	0					non-mobilizable	other	1666.0	98.559	100.0	0.004047566217939496	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0782_000000005621	2442	0.8962446294222757	2	1	1	1	1	False	86485	maximal	True	ISR0782_000000005621	1.0		254	11	False	False	1.0	0					non-mobilizable	other	2443.0	99.059	100.0	0.0010554285852589214	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0384_000000013399	1449	0.8962446294222757	2	1	1	1	1	False	23075	fragment	False	ISR0384_000000013399	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1096.0	99.361	100.0	0.0009352068216291559	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
ISR0082_000000006430	4267	0.8962430940936984	5	3	2	3	1	False	34192	maximal	True	ISR0082_000000006430	1.0		4	2	False	False	0.9934380054473877	0					non-mobilizable	no_good_hit								True	False
SPA0050_000000002994	8165	0.8962401123409321	9	8	5	8	6	True	84316	maximal	True	SPA0050_000000002994	1.0		16	6	False	False	0.9958359003067017	0					non-mobilizable	no_good_hit	3591.0	99.081	44.0	0.03407256916095468	NZ_CYXX01000012.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0128_000000017790	2089	0.8962386826803398	2	2	2	2	2	False	76281	maximal	True	SPA0128_000000017790	1.0		54	8	False	False	0.9980852007865906	0					non-mobilizable	other	2089.0	99.186	100.0	0.0006367183390433673	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0051_000000012330	2761	0.8962354825561291	3	3	2	3	1	False	110054	fragment	False	MON0051_000000012330	1.0		0	0	False	False	0.980079710483551	0					non-mobilizable	other	1010.0	95.24799999999999	100.0	0.01607413917072781	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0353_000000023373	1579	0.8962348979709418	1	1	1	1	1	False	111190	fragment	False	ISR0353_000000023373	1.0		0	0	False	False	0.9905003309249878	0					non-mobilizable	chromosome	1499.0	92.795	100.0	0.00020776792322975236	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0144_000000011733	1463	0.8962348979709418	1	1	1	1	1	False	111192	fragment	False	ENG0144_000000011733	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1392.0	91.307	94.0	0.00019322981447114876	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
AST0084_000000031425	1128	0.8962348979709418	1	1	1	1	1	False	111189	fragment	False	AST0084_000000031425	0.946126447016919		0	0	False	False	0.9991135001182556	0					non-mobilizable	chromosome	1125.0	96.0	100.0	0.00015836658278789548	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0017_000000011283	1123	0.8962348979709418	1	1	1	1	1	False	111189	fragment	False	AST0084_000000031425	0.9441489361702128		0	0	False	False	1.0	0					non-mobilizable	chromosome	1125.0	96.8	100.0	0.00015836658278789548	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0020_000000015978	1336	0.8962325844638075	1	1	1	1	1	False	49760	fragment	False	FIJ0020_000000015978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0162_000000008644	2841	0.8962315608696179	3	3	3	3	1	False	113716	maximal	False	FIJ0030_000000011095	0.9682832164683246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	80.12	59.0	0.0024297576306308378	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0013_000000004241	5794	0.8962283657378584	8	5	3	3	4	True	128071	backbone	False	ENG0060_000000004144	0.9849667788522446	PS1028	0	0	True	True	0.9972385168075562	1		MOBV			mobilizable	no_good_hit	3120.0	87.853	75.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0099_000000004236	4398	0.8962283657378584	6	5	3	3	4	True	120109	fragment	False	ENG0099_000000004236	0.995697074010327		0	0	False	False	1.0	0		MOBV			mobilizable	other	3073.0	87.667	98.0	0.503038265725078	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0133_01_000000006435	4067	0.8962283657378584	5	5	3	3	4	True	120109	fragment	False	ENG0099_000000004236	0.9582764893133242		0	0	False	False	1.0	0		MOBV			mobilizable	other	2735.0	87.166	98.0	0.44736409919527015	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0051_000000005252	7913	0.8962159897204452	12	5	3	5	3	True	107222	fragment	False	ISR0051_000000005252	1.0		0	0	False	False	0.998862624168396	0					non-mobilizable	no_good_hit	3310.0	97.251	77.0	0.0008499501553343846	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
AST0150_000000014601	1908	0.8962057950888037	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.2516978887051376	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1910.0	91.51799999999999	100.0	0.8263317453443049	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
SPA0154_000000003935	2079	0.8961986019212562	2	2	2	2	2	False	123212	maximal	True	SPA0154_000000003935	1.0		67	6	False	False	1.0	0					non-mobilizable	other	2076.0	98.555	99.0	0.00796450326448676	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0020_000000000962	19550	0.8961919238585485	33	12	8	9	6	True	66503	maximal	True	ENG0020_000000000962	1.0		1	1	False	False	0.9998977184295654	0					non-mobilizable	no_good_hit	846.0	75.65	5.0	0.004821039777898096	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0171_000000012056	1985	0.8961902682560199	3	3	3	2	1	False	65670	fragment	False	ENG0171_000000012056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	75.896	15.0	0.004863121329914812	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
ISR0184_000000001225	12070	0.8961898640061349	11	6	4	6	3	True	100644	fragment	False	MAD0090_000000000880	0.9416308624162206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	82.661	9.0	0.06739413478826958	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ENG0119_000000003491	8419	0.8961798170763328	13	2	2	2	2	False	121513	backbone	False	ENG0141_000000003012	0.9241559046258878	PS853	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.027892561983471075	XM_005811572.2	bony fishes	PREDICTED: Xiphophorus maculatus zinc finger matrin-type 2 (zmat2), mRNA	True	True
SPA0075_000000013949	1552	0.8961766751481327	2	2	2	2	1	False	30531	fragment	False	SPA0075_000000013949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	90.575	89.0	0.0004271983773722822	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
FIJ0085_000000001966	12328	0.8961765310891513	19	6	2	6	2	False	51405	fragment	False	FIJ0085_000000001966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	91.21799999999999	3.0	8.581226580913243e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0005_000000005078	2727	0.8961738115700134	3	3	3	3	3	False	91178	maximal	True	ISR0005_000000005078	1.0		4	4	False	False	0.9875320792198181	0					non-mobilizable	no_good_hit	1217.0	78.389	44.0	0.00032723649593206506	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
FIJ0046_000000001665	13187	0.896170074832587	17	11	6	9	6	True	126165	maximal	False	SPA0132_000000002484	0.9167278402544616		0	0	False	True	0.9993933439254761	0					non-mobilizable	no_good_hit	1599.0	74.109	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0074_000000005248	5065	0.8961642109663306	7	5	3	3	4	False	105365	maximal	True	ISR0074_000000005248	1.0		1	1	False	False	0.9998025894165039	0					non-mobilizable	no_good_hit	2227.0	95.824	57.0	0.000494426045990951	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0105_000000001443	5289	0.8961640394239948	7	6	5	6	3	False	83215	maximal	True	CHI0105_000000001443	1.0		1	1	False	False	0.9986764788627625	0					non-mobilizable	no_good_hit	1078.0	85.807	25.0	0.0003107530107821439	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0184_000000004907	4764	0.8961637045299459	5	5	4	5	2	False	113791	fragment	False	ENG0184_000000004907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	97.881	10.0	0.00011547879198886108	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0292_000000002322	6317	0.8961601030306923	6	3	1	2	1	False	25892	maximal	True	ISR0292_000000002322	1.0		1	1	False	False	0.9998416900634766	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00029013138807145524	NZ_WNZY01000019.1	firmicutes	Paenibacillus timonensis strain 12ME58 NODE_19_length_96508_cov_57.0205, whole genome shotgun sequence	True	False
ENG0096_000000009190	3638	0.8961566044681537	6	3	2	3	1	False	120924	maximal	True	ENG0096_000000009190	1.0		3	3	False	False	0.9997251033782959	0					non-mobilizable	no_good_hit	1278.0	96.40100000000001	35.0	0.013087342655158412	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0178_000000000787	18604	0.8961516798961725	26	20	8	17	19	False	106142	fragment	False	ISR0021_000000000850	0.7503895808824057		0	0	False	False	1.0	0					non-mobilizable	chromosome	18612.0	96.712	100.0	0.005861414550088523	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0029_000000005120	6865	0.8961490467040841	11	10	10	10	8	False	83717	maximal	True	FIJ0029_000000005120	0.9750679963735267		15	1	False	False	1.0	0					non-mobilizable	no_good_hit	1554.0	97.68299999999999	24.0	0.003786668877385565	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
USA0093_01_000000012891	1265	0.8961438954895696	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.7355263316492036		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	100.0	100.0	0.0001923488965503808	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
USA0089_01_000000005766	1263	0.8961438954895696	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.7352843922997676		0	0	False	False	0.9984164834022522	0					non-mobilizable	chromosome	1263.0	100.0	100.0	0.0001920445470305226	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
USA0117_01_000000015922	1263	0.8961438954895696	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.7352843922997676		0	0	False	False	1.0	0					non-mobilizable	chromosome	1263.0	100.0	100.0	0.0001920445470305226	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
AUS0018_000000006287	4302	0.896124223900083	2	2	2	2	2	False	100054	maximal	True	AUS0018_000000006287	1.0		1	1	False	False	0.999767541885376	0					non-mobilizable	no_good_hit	37.0	91.89200000000001	1.0	0.000531020444287105	NZ_QURB01000011.1	CFB group bacteria	Brumimicrobium aurantiacum strain N62 contig11, whole genome shotgun sequence	True	False
ENG0139_000000012015	1740	0.8961193101858688	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.013382858234142847	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1740.0	99.425	100.0	0.0003193807356298871	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
USA0083_01_000000010862	2793	0.8961178732436833	2	2	2	2	2	False	105883	fragment	False	CHI0106_000000005843	0.4161706327444703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	72.83	22.0	0.001247593564445815	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0001_000000004483	4387	0.8961102507470112	12	4	2	4	1	False	52648	fragment	False	FIJ0001_000000004483	1.0		0	0	False	False	0.9997720718383789	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	8.992969077434552e-07	LR778257.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 5	True	False
CHI0078_000000004291	3829	0.8961063775961583	9	8	6	3	6	True	123556	backbone	False	ISR0826_000000002301	0.4563106777726027	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3829.0	99.791	100.0	0.032058101644370354	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
BAN0020_000000001738	1002	0.8961059483427317	2	2	2	1	1	False	97668	fragment	False	ISR0175_000000016563	0.34761082104832103		0	0	False	False	0.9990019798278809	0					non-mobilizable	other	1002.0	99.301	100.0	0.008250022664897431	LM996605.1	enterobacteria	Escherichia coli genome assembly FHI74, scaffold scaffold-15_contig-8.1_36436_157768_[organism:Escherichia	False	False
ISR0072_000000005215	4879	0.8961033065801893	5	5	5	1	0	False	34864	fragment	False	ISR0072_000000005215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0380_000000001861	6342	0.8961012643075432	8	6	3	4	5	True	128136	backbone	False	FIJ0115_000000003870	0.9905775342409322	PS1031	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	3341.0	82.43	67.0	0.5380193792084086	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0038_000000003964	5564	0.8961012643075432	9	6	3	4	5	True	128142	backbone	False	MON0027_000000005575	0.7676181248535322	PS1033	0	0	False	True	0.9998202919960022	0					non-mobilizable	no_good_hit	3336.0	82.434	76.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0331_000000000246	38232	0.8960914620844295	39	35	17	19	31	True	132569	maximal	True	ISR0331_000000000246	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8079.0	79.84899999999999	43.0	0.0023178854665126015	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
MON0094_000000026547	1444	0.8960914344385376	2	2	2	2	2	False	24304	fragment	False	MON0094_000000026547	0.9488492391718197		0	0	False	False	0.997922420501709	0					non-mobilizable	no_good_hit	1252.0	79.633	86.0	0.0016302751138438294	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ENG0146_000000006052	4083	0.8960898195093804	7	6	5	6	4	False	75933	fragment	False	ENG0146_000000006052	0.9895886464374734		0	0	False	True	0.9909380078315735	0					non-mobilizable	no_good_hit	303.0	79.208	17.0	8.374752762122736e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0171_000000000232	44131	0.8960890791050862	27	15	9	12	8	True	108383	fragment	False	ENG0171_000000000232	1.0		0	0	False	False	0.9998413920402527	0					non-mobilizable	no_good_hit	98.0	78.571	0.0	1.7509992429184718e-05	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	True
DEN0094_000000031020	1272	0.8960854074893543	2	2	2	2	1	False	68293	fragment	False	MON0084_000000028775	0.9605794094267432		0	0	False	False	0.9944968819618225	0					non-mobilizable	no_good_hit	243.0	99.177	19.0	0.006674389100336477	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0331_000000001557	10358	0.8960797868429343	11	6	5	6	2	True	107226	maximal	True	ISR0331_000000001557	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4622.0	84.552	64.0	0.06342617575028019	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
AST0085_000000003946	3538	0.8960793784210683	2	2	1	2	1	True	113438	fragment	False	AST0085_000000003946	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	3367.0	97.38600000000001	96.0	0.3338628015486945	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ISR0123_000000006224	3239	0.8960793784210683	2	2	1	2	1	True	119788	fragment	False	ISR0123_000000006224	1.0		0	0	False	True	0.9916641116142273	0	IncW	MOBQ			mobilizable	plasmid	3046.0	97.505	97.0	0.39359771902540175	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0191_000000009374	3122	0.8960793784210683	3	2	1	2	1	True	119787	fragment	False	ENG0191_000000009374	0.9616695059625213		0	0	False	True	1.0	0	IncW	MOBQ			mobilizable	plasmid	1775.0	99.60600000000001	97.0	0.41908811717458067	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
SPA0058_000000010537	2943	0.8960793784210683	3	2	1	2	1	True	119786	fragment	False	ISR0197_000000008549	0.9818689293492487		0	0	False	True	1.0	0	IncW				non-mobilizable	plasmid	1408.0	97.79799999999999	96.0	0.1793675479523069	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0055_000000004345	2935	0.8960793784210683	2	2	1	2	1	True	119787	fragment	False	ENG0191_000000009374	0.938821268417681		0	0	False	True	0.9996592998504639	0	IncW	MOBQ			mobilizable	plasmid	2801.0	96.287	95.0	0.36119751166407466	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
SPA0002_000000007720	2927	0.8960793784210683	3	2	1	2	1	True	119786	fragment	False	ISR0197_000000008549	0.9868482236942147		0	0	False	True	1.0	0	IncW				non-mobilizable	plasmid	1408.0	97.727	96.0	0.1793675479523069	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0110_000000008027	2923	0.8960793784210683	3	2	1	2	1	True	119786	fragment	False	ISR0197_000000008549	0.9787800699386107		0	0	False	True	1.0	0	IncW				non-mobilizable	plasmid	1409.0	97.729	95.0	0.1793675479523069	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0197_000000008549	2921	0.8960793784210683	2	2	1	2	1	True	119786	fragment	False	ISR0197_000000008549	0.9887411673809499		0	0	False	True	1.0	0	IncW				non-mobilizable	plasmid	1408.0	97.79799999999999	96.0	0.1793675479523069	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
FIJ0014_000000006361	3722	0.8960697669730167	5	5	5	5	4	False	50510	maximal	True	FIJ0014_000000006361	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	84.632	12.0	0.0028903186890519754	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0001_000000008871	2888	0.8960634245359959	3	3	3	3	3	False	35334	fragment	False	MAD0001_000000008871	1.0		0	0	False	False	0.9854570627212524	0					non-mobilizable	other	1098.0	88.34200000000001	90.0	0.0002556988651263143	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0182_000000009773	3570	0.8960589217509604	3	2	2	2	0	True	130384	fragment	False	ISR0182_000000009773	1.0		0	0	False	False	0.9963585138320923	0					non-mobilizable	no_good_hit	115.0	93.04299999999999	3.0	0.003200628895502274	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0151_000000006485	2813	0.8960589217509604	2	2	2	2	0	True	130376	fragment	False	AUS0022_000000008050	0.1071346182697773		0	0	False	False	0.9978670477867126	0					non-mobilizable	no_good_hit								True	True
ISR0087_000000012507	2586	0.8960589217509604	2	2	2	2	0	True	107801	fragment	False	ISR0087_000000012507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	2.0	1.2542979720937383e-05	NZ_CP040330.1	euryarchaeotes	Natrinema versiforme strain BOL5-4 chromosome, complete genome	True	True
ENG0001_000000011918	2216	0.8960589217509604	2	2	2	2	0	True	107799	fragment	False	ENG0001_000000011918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0149_000000004026	6251	0.8960563584015232	5	3	1	3	1	True	127363	fragment	False	MAD0035_000000002553	0.8061905098285004		0	0	False	False	0.9998400211334229	0					non-mobilizable	other	3730.0	96.40799999999999	99.0	0.040506466688403436	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0804_000000004540	3950	0.8960563584015232	3	3	1	3	1	True	122807	fragment	False	MAD0088_000000004902	0.9424030084029097		0	0	False	False	0.9982278347015381	0					non-mobilizable	other	3879.0	97.47399999999999	99.0	0.042136724269101186	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0021_000000002146	3683	0.8960563584015232	3	3	1	3	1	True	122807	fragment	False	MAD0088_000000004902	0.608945147679325		0	0	False	False	0.9994569420814514	0					non-mobilizable	other	2526.0	91.01299999999999	98.0	0.02729051190088034	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0005_000000024636	1542	0.8960557125867389	3	2	2	2	2	False	81752	fragment	False	CHI0122_000000009177	0.7336126214877785		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	99.305	93.0	0.00586746151647544	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0043_000000015596	1807	0.8960554441374311	2	2	2	2	1	True	47202	fragment	False	FIJ0043_000000015596	0.9925290536801328		0	0	False	False	0.9983397722244263	0					non-mobilizable	plasmid	1773.0	100.0	98.0	0.013990651844365841	MN086777.1	enterobacteria	Escherichia coli plasmid p16EC-p0111, complete sequence	False	True
USA0135_01_000000008422	1807	0.8960554441374311	2	2	2	2	1	True	47202	fragment	False	FIJ0043_000000015596	0.9925290536801328		0	0	False	False	0.9679026007652283	0					non-mobilizable	plasmid	1769.0	99.943	98.0	0.010576060297900342	CP033379.1	enterobacteria	Escherichia coli strain L73 plasmid pL73-2, complete sequence	False	True
CHI0064_000000000884	13862	0.8960506687196274	21	20	7	12	18	True	132536	backbone	True	CHI0064_000000000884	0.9996847797095124	PS1166|PS1167	9	1	True	True	0.9998556971549988	10			MPF_T		non-mobilizable	plasmid	13862.0	99.921	100.0	0.18738677842368529	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0059_000000000808	13856	0.8960506687196274	21	20	7	12	18	True	132536	backbone	False	CHI0064_000000000884	0.9995405003847396	PS1166|PS1167	0	0	True	True	1.0	100			MPF_T		non-mobilizable	plasmid	13856.0	99.921	100.0	0.18730566445856428	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0097_000000000285	13747	0.8960506687196274	21	20	7	12	18	True	132536	backbone	False	CHI0064_000000000884	0.9939870911100056	PS1166|PS1167	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	13747.0	99.927	100.0	0.18583209409219953	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0228_000000002398	8395	0.8960482346538268	10	9	9	6	7	True	120800	maximal	True	ISR0228_000000002398	1.0		2	2	False	False	0.999047040939331	0					non-mobilizable	no_good_hit	2830.0	83.35700000000001	42.0	0.0005219010450305305	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
FIJ0026_000000011757	2725	0.8960451997267143	3	3	2	2	2	True	49117	fragment	False	FIJ0026_000000011757	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2680.0	98.17200000000001	98.0	0.018141619927976072	CP033632.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb1, complete sequence	False	True
ISR0174_000000000003	198498	0.8960443055324767	220	74	42	64	39	True	121847	maximal	True	ISR0174_000000000003	1.0	PS662	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	8225.0	96.061	23.0	0.14122117715838162	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
SPA0098_000000005497	6243	0.8960383864638728	9	8	6	7	4	False	126420	maximal	True	SPA0098_000000005497	1.0	PS317|PS959	2	2	False	True	0.9993593096733093	0					non-mobilizable	no_good_hit	53.0	86.792	1.0	0.0003546196022804768	NZ_OLMR01000005.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
USA0039_01_000000002691	8738	0.8960309024956209	10	9	8	9	7	False	97864	fragment	False	SPA0059_000000002789	0.950313152400835		0	0	False	False	0.9997711181640625	0					non-mobilizable	other	8739.0	97.963	100.0	0.20997640714526458	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0038_000000002008	12337	0.8960301781666095	17	11	7	8	8	True	126208	backbone	False	ISR0395_000000002325	0.36642536202417725	PS943|PS946|PS949	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1604.0	73.317	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0133_000000006718	3674	0.8960254636951721	3	3	2	2	2	True	106899	fragment	False	MON0032_000000006405	0.8475173554141268		0	0	False	False	0.9994556307792664	0					non-mobilizable	other	3671.0	99.755	99.0	0.6206021650879567	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0848_000000012273	1462	0.8960056405830794	2	2	2	2	2	False	68294	fragment	False	MON0097_000000024166	0.9666230366492147		0	0	False	False	0.9924760460853577	0					non-mobilizable	no_good_hit	416.0	98.31700000000001	28.0	0.011445749903469579	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0285_000000002117	5522	0.8960051722689043	9	6	3	3	5	True	130637	backbone	False	AST0039_000000003129	0.15936262398128773	PS1110	0	0	True	True	1.0	202		MOBV			mobilizable	plasmid	2703.0	92.63799999999999	91.0	0.023085944911088497	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ENG0198_000000011658	1709	0.8960047362785806	2	2	2	2	2	False	92325	fragment	False	ENG0198_000000011658	0.9460843373493976		0	0	False	False	0.99941486120224	0					non-mobilizable	no_good_hit	1310.0	94.885	77.0	0.999236641221374	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
MON0094_000000005442	5181	0.8960031887611489	5	5	5	5	4	False	9354	maximal	True	MON0094_000000005442	1.0		2	1	False	False	0.9996140003204346	0					non-mobilizable	no_good_hit	2075.0	82.795	40.0	0.0007291533499089709	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0114_000000000130	58388	0.8960024597853633	76	20	11	16	9	True	45743	maximal	True	FIJ0114_000000000130	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	0.0	1.4437934076013063e-05	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
ENG0052_000000016086	1960	0.8960007709540363	2	2	2	2	2	False	74110	fragment	False	ENG0052_000000016086	1.0		0	0	False	False	0.9678571224212646	0					non-mobilizable	no_good_hit								True	False
ISR0811_000000002389	5363	0.8959958693969786	6	2	2	2	2	False	81277	maximal	True	ISR0811_000000002389	0.9963871458452177		13	4	False	False	0.9917956590652466	0					non-mobilizable	no_good_hit	601.0	81.86399999999999	11.0	6.467127196513558e-05	LT670817.1	a-proteobacteria	Bradyrhizobium erythrophlei strain GAS138 genome assembly, chromosome: I	True	False
ISR0051_000000007873	5236	0.8959880715326116	5	4	3	4	1	True	131959	fragment	False	ISR0051_000000007873	1.0		0	0	False	True	0.9996180534362793	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.0032334286780251213	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0070_000000001965	14137	0.8959840361368988	18	8	0	8	4	False	108658	maximal	True	DEN0070_000000001965	1.0		2	2	False	False	0.9995048642158508	0					non-mobilizable	no_good_hit								True	False
ENG0049_000000001917	10008	0.8959803649235168	9	7	6	6	6	False	102457	fragment	False	ENG0049_000000001917	1.0		0	0	False	False	0.9999001026153564	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	7.097729559085587e-07	LR812613.1	bony fishes	Danio rerio genome assembly, chromosome: 20	True	False
CHI0039_000000010328	1163	0.8959796775760442	1	1	1	1	1	False	87739	fragment	False	CHI0039_000000010328	1.0		0	0	False	False	0.9991401433944702	0					non-mobilizable	other	1109.0	99.91	95.0	0.00021390126564683898	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ENG0133_000000001383	14150	0.8959643367727278	20	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.3380279939892883	PS943|PS946|PS949	0	0	True	True	0.9999293088912964	14					non-mobilizable	no_good_hit	1599.0	74.171	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0132_000000021091	1382	0.8959573374905145	3	2	1	2	1	True	31581	fragment	False	ISR0132_000000021091	1.0		0	0	False	False	0.9739508032798767	0					non-mobilizable	no_good_hit	310.0	86.12899999999999	22.0	0.00016494085692130394	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
MON0007_000000031260	2005	0.8959506035757123	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3188719920143102	PS721	0	0	False	True	0.9995012283325195	0					non-mobilizable	other	1993.0	74.059	98.0	0.2399756246191347	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0163_000000009372	2581	0.8959358160524232	4	4	4	4	3	False	91600	fragment	False	CHI0117_000000004307	0.4378597787710452		0	0	False	False	0.983727216720581	0					non-mobilizable	no_good_hit	569.0	75.22	22.0	0.0063478054244882716	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
CHI0043_000000001101	5901	0.8959322059471084	10	9	4	6	7	True	130637	backbone	False	AST0039_000000003129	0.19332594070645764	PS1110	0	0	True	True	0.9998305439949036	25		MOBV			mobilizable	other	3134.0	100.0	100.0	0.464010663507109	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
FIJ0035_000000002933	4086	0.8959241553789747	5	5	5	5	5	False	100346	fragment	False	FIJ0035_000000002933	0.9860813704496788		0	0	False	False	0.9992657899856567	0					non-mobilizable	chromosome	4086.0	99.755	100.0	0.001388078562868066	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0062_000000004119	3754	0.8959208314699246	4	4	4	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9476604719101069	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3570.0	96.639	100.0	0.0007374078162749149	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0152_000000001980	3741	0.8959208314699246	4	4	4	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9501961081260046	PS849	0	0	True	True	0.990376889705658	2					non-mobilizable	other	3632.0	99.229	98.0	0.0008093375281131546	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ISR0201_000000011331	2678	0.8959192126714602	4	3	2	3	1	False	79565	maximal	True	ISR0201_000000011331	1.0		1	1	False	False	0.9861837029457092	0					non-mobilizable	no_good_hit	470.0	89.574	17.0	0.0002182642396429421	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0120_000000014515	2280	0.8959192126714602	3	3	2	3	1	False	79566	fragment	False	ISR0120_000000014515	1.0		0	0	False	False	0.9850876927375793	0					non-mobilizable	no_good_hit	1035.0	85.314	45.0	0.0004813006310075133	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0036_000000028531	1503	0.8959192126714602	3	3	2	3	1	False	79563	fragment	False	ENG0018_000000014042	0.9164027438911431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	89.67399999999999	24.0	0.00017069382843871113	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0848_000000012458	1443	0.8959192126714602	3	3	2	3	1	False	79563	fragment	False	ENG0018_000000014042	0.7788631403883866		0	0	False	False	0.9916840195655823	0					non-mobilizable	no_good_hit	181.0	80.663	12.0	0.0010276239244783503	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
ISR0067_000000018004	1682	0.8959192086732211	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.858006852413678		0	0	False	False	1.0	0					non-mobilizable	other	1682.0	95.125	100.0	0.007574382340661136	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0271_000000006329	2578	0.8959130656364931	4	4	3	4	3	False	26418	fragment	False	ISR0271_000000006329	1.0		0	0	False	False	0.9988362789154053	0					non-mobilizable	other	2502.0	98.561	97.0	0.0016846115888334318	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
FIJ0120_000000001349	15670	0.8959113943197252	21	13	8	11	8	False	82186	maximal	True	FIJ0120_000000001349	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3969.0	95.238	26.0	0.0689709129474764	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
MON0010_000000012587	2056	0.8959020230271818	2	2	2	1	1	False	93981	maximal	True	MON0010_000000012587	1.0		1	1	False	False	0.9119649529457092	0					non-mobilizable	no_good_hit	1800.0	95.611	87.0	0.0004750633261556103	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ENG0082_000000000195	62155	0.8959016676837736	71	28	13	22	21	True	128809	fragment	False	SPA0018_000000000139	0.9406291877672238		0	0	False	True	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	19384.0	99.38600000000001	80.0	0.10436299798597723	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0381_000000003936	3938	0.8959012319010624	3	3	3	3	3	False	107260	fragment	False	ISR0381_000000003936	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3938.0	97.20700000000001	100.0	0.0012409329470691823	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0037_000000009657	2307	0.8958975309402009	5	4	2	3	2	False	99152	maximal	True	ISR0037_000000009657	1.0		3	2	False	False	0.9874295592308044	0					non-mobilizable	no_good_hit	1899.0	98.42	82.0	0.07202216066481995	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	True	False
AST0019_000000019219	1568	0.8958960904909109	3	1	1	1	1	False	122149	fragment	False	AST0019_000000019219	0.9895493141737426		0	0	False	False	0.9897959232330322	0					non-mobilizable	no_good_hit	497.0	78.068	31.0	0.0009298258342657049	NZ_LT838844.1	actinobacteria	Collinsella vaginalis strain Marseille-P2666, whole genome shotgun sequence	True	False
FIJ0154_000000016735	2256	0.8958885689109994	3	2	1	2	1	True	39598	fragment	False	FIJ0154_000000016735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	80.878	31.0	0.059062791288873824	MK275627.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p9, complete sequence	True	True
CHI0173_000000006138	2702	0.8958863090947623	4	3	3	2	2	False	110617	fragment	False	CHI0173_000000006138	0.9948176583493282		0	0	False	False	0.9996299147605896	0					non-mobilizable	other	2642.0	100.0	100.0	0.0006475148400054821	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0114_000000010804	2576	0.8958863090947623	4	3	3	2	2	False	110617	fragment	False	CHI0173_000000006138	0.9717432597734528		0	0	False	False	0.9988353848457336	0					non-mobilizable	other	1599.0	99.68700000000001	100.0	0.0003917942878942675	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0114_000000013559	3322	0.8958823362431529	4	4	4	4	4	False	21163	fragment	False	SPA0114_000000013559	1.0		0	0	False	False	0.9990969300270081	0					non-mobilizable	no_good_hit	465.0	74.624	14.0	0.00011885625571765644	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
FIJ0089_000000018835	1333	0.8958783240727952	2	2	2	1	1	False	72678	fragment	False	FIJ0089_000000018835	1.0		0	0	False	False	0.9827457070350647	0					non-mobilizable	other	1346.0	99.03399999999999	100.0	0.005795140699122327	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	False	False
ENG0041_000000017389	1383	0.8958773808592191	2	1	1	1	1	False	64743	fragment	False	ENG0041_000000017389	1.0		0	0	False	False	0.924078106880188	0					non-mobilizable	no_good_hit								True	False
ENG0018_000000014042	1536	0.8958716326152547	3	3	2	3	2	False	79563	fragment	False	ENG0018_000000014042	0.9749968132032176		0	0	False	False	0.998046875	0					non-mobilizable	no_good_hit	304.0	88.816	20.0	0.00014084572729095834	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0007_000000032518	1936	0.8958621271560979	3	2	2	2	1	True	86550	fragment	False	MON0007_000000032518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	77.822	26.0	0.003495748696057882	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
MAD0048_000000019761	1209	0.8958601662940531	2	2	2	2	2	False	55258	fragment	False	MAD0048_000000019761	0.987742615841271		0	0	False	False	0.9991728663444519	0					non-mobilizable	no_good_hit	479.0	78.079	39.0	0.00038034504902847863	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
DEN0063_000000007629	5323	0.8958598033503977	6	5	4	5	5	False	71573	maximal	True	DEN0063_000000007629	1.0		2	1	False	False	0.9973698854446411	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.013718765311121999	XM_010553515.1	eudicots	PREDICTED: Tarenaya hassleriana uncharacterized LOC104822338 (LOC104822338), mRNA	True	False
ISR0055_000000003259	3637	0.8958449036724201	3	2	2	2	2	False	118742	maximal	False	ISR0021_000000006185	0.9804207262217665		0	0	False	False	0.9997250437736511	0					non-mobilizable	other	2421.0	99.587	97.0	0.0022003080431260377	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
SPA0138_000000006715	3631	0.8958449036724201	3	2	2	2	2	False	118742	maximal	False	ISR0021_000000006185	0.9804530128742905		0	0	False	False	1.0	0					non-mobilizable	other	2421.0	99.79299999999999	99.0	0.0022003080431260377	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0021_000000006185	3631	0.8958449036724201	3	2	2	2	2	False	118742	maximal	True	ISR0021_000000006185	0.9807293569038056		40	4	False	False	1.0	0					non-mobilizable	other	2422.0	99.794	99.0	0.0022012172613256765	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0834_000000009424	1824	0.8958449036724201	2	2	2	2	2	False	118738	fragment	False	MON0053_000000020756	0.6938961253140066		0	0	False	False	0.9972587823867798	0					non-mobilizable	other	1824.0	99.945	100.0	0.001657504777941639	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0030_000000011595	2829	0.8958308676044341	3	2	2	2	1	True	124804	fragment	False	FIJ0030_000000011595	1.0		0	0	False	False	0.9950512647628784	0					non-mobilizable	no_good_hit	48.0	93.75	2.0	2.3917954292280456e-05	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	True	True
MAD0038_000000010002	1478	0.8958308409264447	3	2	2	2	2	False	18537	maximal	True	MAD0038_000000010002	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	82.969	46.0	0.002093136908366093	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ETH0003_000000009009	3788	0.8958281784936037	5	4	4	3	3	False	53233	maximal	True	ETH0003_000000009009	1.0		1	1	False	False	0.9963040947914124	0					non-mobilizable	no_good_hit	717.0	74.059	19.0	0.000628609242346772	NZ_VTOU01000002.1	a-proteobacteria	Sphingomonas montanisoli strain ZX XEX_2, whole genome shotgun sequence	True	False
MAD0112_000000020888	1394	0.8958260990718844	3	3	3	3	2	False	14434	maximal	True	MAD0112_000000020888	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	80.874	51.0	0.010137773315484159	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0086_000000002361	3164	0.8958246048961932	5	5	4	5	3	False	98133	fragment	False	FIJ0036_000000011822	0.9785295026258882		0	0	False	False	0.999367892742157	0					non-mobilizable	chromosome	3164.0	99.652	100.0	0.0006641087735844699	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
FIJ0124_000000005130	4950	0.8958216602058531	11	3	1	2	2	False	119867	maximal	True	FIJ0124_000000005130	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	98.113	1.0	2.279677899048848e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0041_000000008815	1667	0.8958153890252495	3	2	2	2	1	False	82007	fragment	False	ISR0041_000000008815	1.0		0	0	False	False	0.9862027764320374	0					non-mobilizable	other	1214.0	98.6	100.0	0.008113278219225728	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0078_000000012488	1607	0.8958153890252495	2	2	2	2	1	False	82006	fragment	False	ISR0078_000000012488	1.0		0	0	False	False	0.9545737504959106	0					non-mobilizable	other	1209.0	98.594	91.0	0.008079835192765604	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0165_000000015743	1280	0.8958153890252495	2	2	2	2	1	False	82005	fragment	False	DEN0071_000000029288	0.6047871237460252		0	0	False	False	0.9921875	0					non-mobilizable	other	1241.0	99.275	97.0	0.00829387056211039	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0105_000000028056	1232	0.8958153890252495	2	2	2	2	1	False	82005	fragment	False	DEN0071_000000029288	0.4868593614943166		0	0	False	False	0.9991883039474487	0					non-mobilizable	other	1175.0	99.234	98.0	0.00785242261283677	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0341_000000005169	2566	0.8958115783150504	2	2	2	2	0	True	131099	fragment	False	SPA0150_000000005539	0.4539474236016073		0	0	False	False	0.9937646389007568	0					non-mobilizable	no_good_hit								True	True
ENG0164_000000008787	2229	0.8958115783150504	2	2	2	2	0	True	131099	fragment	False	SPA0150_000000005539	0.2909734811515846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0089_000000020858	1834	0.8958115783150504	2	2	2	2	0	True	131087	fragment	False	SPA0089_000000020858	1.0		0	0	False	False	0.967284619808197	0					non-mobilizable	no_good_hit	85.0	97.647	5.0	2.5290791412090264e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0038_000000002693	10464	0.8958103210629984	14	6	3	5	3	False	7054	maximal	True	SPA0038_000000002693	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2784.0	94.432	70.0	0.014949003220282394	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0319_000000000379	19804	0.8958102003437701	22	9	5	8	4	True	108286	fragment	False	ISR0319_000000000379	1.0		0	0	False	False	0.9996465444564819	0					non-mobilizable	no_good_hit	594.0	89.226	3.0	0.00017131999008605133	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0081_000000004614	6412	0.8958080323744049	8	8	7	8	5	False	66703	maximal	True	FIJ0081_000000004614	1.0		8	1	False	False	1.0	0					non-mobilizable	other	4431.0	99.03	100.0	0.01565183588366258	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
CHI0148_000000000540	17012	0.8958068374714467	20	18	10	10	16	True	121787	fragment	False	CHI0148_000000000540	0.9980261607353288		0	0	False	False	0.9998824596405029	0					non-mobilizable	no_good_hit	4272.0	74.766	32.0	0.009655768755661698	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
DEN0017_000000002396	11379	0.8958017757644714	16	5	5	5	4	False	76669	fragment	False	DEN0017_000000002396	1.0		0	0	False	False	0.9999121427536011	0					non-mobilizable	no_good_hit	440.0	82.045	4.0	0.010401294806493074	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0075_000000001292	8970	0.8958017757644714	11	5	5	5	4	False	76668	fragment	False	SPA0075_000000001292	1.0		0	0	False	False	0.9997770190238953	0					non-mobilizable	no_good_hit	440.0	83.86399999999999	5.0	0.010401294806493074	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0148_000000004229	2773	0.8957992258667458	4	4	4	3	4	False	90049	fragment	False	CHI0188_000000005118	0.9718526100307062		0	0	False	False	0.994590699672699	0					non-mobilizable	chromosome	2773.0	99.928	100.0	0.0011721237512357617	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0779_000000006867	4713	0.8957957460808442	3	3	2	3	1	False	80080	fragment	False	ISR0779_000000006867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1403.0	99.43	50.0	0.00039204599633512496	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0005_000000031731	1239	0.8957935122949041	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.19669592742401515		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	98.789	100.0	0.0020554029037961863	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0037_000000003473	8152	0.8957889492013363	8	6	4	6	2	True	119681	fragment	False	ISR0805_000000001500	0.9509628302731752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	75.0	2.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
DEN0045_000000013640	2772	0.8957835123847316	2	2	2	2	2	False	72936	fragment	False	DEN0045_000000013640	0.9842660811793211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	5.6150420738222056e-05	NZ_NHNT01000002.1	firmicutes	Solibacillus kalamii strain ISSFR-015 scaffold_1, whole genome shotgun sequence	True	False
ISR0104_000000003085	7881	0.8957802418253278	12	5	5	5	4	False	114416	maximal	True	ISR0104_000000003085	1.0		1	1	False	False	0.9993655681610107	0					non-mobilizable	no_good_hit	175.0	96.571	2.0	0.20023148148148148	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
TAN0001_000000010944	1376	0.8957780271954345	2	1	1	1	1	False	3094	maximal	True	TAN0001_000000010944	1.0		2	1	True	True	0.9912790656089783	1					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.301100755901627e-06	NZ_CP026100.1	a-proteobacteria	Caulobacter flavus strain RHGG3 chromosome, complete genome	True	True
FIJ0087_000000018543	1740	0.8957731658891616	2	2	2	2	2	False	125682	fragment	False	ISR0812_000000021205	0.9635584137191854		0	0	False	False	0.9988505840301514	0					non-mobilizable	other	1740.0	99.31	100.0	0.011631484602830618	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0215_000000018168	1628	0.8957731658891616	2	2	2	2	2	False	82009	fragment	False	ISR0336_000000008461	0.9552752293577982		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	99.15100000000001	99.0	0.009444310672338604	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0125_000000023203	1396	0.8957731658891616	2	2	2	2	2	False	82005	fragment	False	DEN0071_000000029288	0.8420489151977696		0	0	False	False	0.9992836713790894	0					non-mobilizable	other	1340.0	98.806	98.0	0.008956042486020815	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0083_000000003971	5522	0.8957717134642645	9	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.20034897911955254	PS1110	0	0	True	True	1.0	146		MOBV			mobilizable	other	2333.0	96.14200000000001	91.0	0.3450829383886256	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
DEN0035_000000007564	4027	0.8957647777756956	4	3	2	3	2	False	73497	maximal	True	DEN0035_000000007564	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2710.0	90.62700000000001	67.0	0.032526301835404135	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
MAD0058_000000009914	1567	0.8957613894305844	4	2	0	2	2	False	16944	fragment	False	MAD0058_000000009914	1.0		0	0	False	False	0.9731972217559814	0					non-mobilizable	chromosome	1567.0	98.086	100.0	0.0003131818354535437	CP041678.1	enterobacteria	Escherichia coli strain ESBL 15 chromosome, complete genome	False	False
MAD0067_000000004948	1990	0.8957572226944005	3	2	2	2	2	False	16511	maximal	True	MAD0067_000000004948	1.0		0	0	False	False	0.9773869514465332	0					non-mobilizable	no_good_hit	736.0	90.897	37.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0102_000000010733	2840	0.8957528715413509	3	2	2	2	1	True	108292	fragment	False	AST0102_000000010733	1.0		0	0	False	False	0.9996479153633118	0					non-mobilizable	no_good_hit	62.0	93.54799999999999	2.0	0.0009498894390980722	NZ_OAOG01000023.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	True
AST0110_000000005366	3489	0.8957522704379304	5	3	2	3	2	True	110672	fragment	False	AST0110_000000005366	0.9568096746328822		0	0	False	False	0.9997133612632751	0					non-mobilizable	other	3489.0	95.586	99.0	0.0009335235371919151	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0107_000000010319	2602	0.8957500602280941	4	3	2	1	2	False	42287	fragment	False	FIJ0107_000000010319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	97.493	33.0	0.5493372606774669	NZ_FOXF01000106.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
MAD0047_000000034779	1370	0.8957453734377476	2	2	2	2	2	False	89615	fragment	False	ISR0829_000000011069	0.8405691313478092		0	0	False	False	0.9985401630401611	0					non-mobilizable	other	1367.0	98.68299999999999	99.0	0.01872310096219743	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
TAN0004_000000000168	9049	0.895744073373272	6	5	5	5	4	True	2967	fragment	False	TAN0004_000000000168	1.0		0	0	False	False	0.9998894929885864	0					non-mobilizable	no_good_hit	447.0	70.694	5.0	0.000712925055174553	NZ_SHKX01000011.1	g-proteobacteria	Fluviicoccus keumensis strain DSM 105135 Ga0310546_102, whole genome shotgun sequence	True	True
ISR0170_000000006735	6497	0.8957334342283819	4	3	3	2	3	False	105097	maximal	True	ISR0170_000000006735	1.0		0	0	False	False	0.9996921420097351	0					non-mobilizable	no_good_hit	1278.0	94.444	26.0	0.0099446652638142	NZ_WNCH01000008.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold8_size127380, whole genome shotgun sequence	True	False
USA0051_01_000000002960	7666	0.8957228473182006	7	5	3	3	5	False	122646	maximal	True	USA0051_01_000000002960	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	6216.0	99.96799999999999	82.0	0.002415273075476215	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0022_000000001601	7428	0.8957217776918884	7	3	2	3	1	True	117505	fragment	False	ENG0165_000000002146	0.9436212813926158		0	0	False	True	0.9989230036735535	0					non-mobilizable	no_good_hit	45.0	100.0	1.0	0.0007565727255532438	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0821_000000009402	3050	0.8957195867119295	4	1	1	1	1	False	21246	maximal	True	ISR0821_000000009402	1.0		1	1	False	False	0.9898360371589661	0					non-mobilizable	no_good_hit	66.0	98.485	2.0	1.473910870568857e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0016_000000035123	1130	0.8957195867119295	2	1	1	1	1	False	13317	maximal	True	MON0016_000000035123	1.0		0	0	False	False	0.9274336099624634	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000023833	1558	0.8957164067989025	2	2	2	2	1	True	32514	fragment	False	MON0020_000000012911	0.6166263115415658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	70.78699999999999	62.0	0.0004032536956189127	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0013_000000048984	1174	0.8957164067989025	2	2	2	2	1	True	32506	fragment	False	MON0101_000000051659	0.9149550858992508		0	0	False	False	0.9991481900215149	0					non-mobilizable	no_good_hit	335.0	72.23899999999999	28.0	9.6948033746346e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0005_000000008614	2788	0.8957138356588122	4	3	3	3	2	False	128331	maximal	True	ENG0005_000000008614	1.0		0	0	False	False	0.998206615447998	0					non-mobilizable	chromosome	1753.0	98.745	100.0	0.000615710096134416	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0116_000000004756	4650	0.8957109715029807	5	4	2	2	2	False	100354	fragment	False	ENG0116_000000004756	1.0		0	0	False	False	0.9881720542907715	0					non-mobilizable	no_good_hit								True	False
USA0024_01_000000010928	2115	0.8957058923168472	4	3	3	2	2	False	1787	maximal	True	USA0024_01_000000010928	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	89.57700000000001	56.0	0.00018987889693377607	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ENG0112_000000009227	3008	0.8957028675341843	5	5	5	5	4	False	120077	fragment	False	ISR0155_000000005779	0.5888911262522734		0	0	False	False	1.0	0					non-mobilizable	chromosome	3012.0	98.37299999999999	100.0	0.0006687856354351993	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AST0084_000000019907	1766	0.8956986491694442	3	2	1	2	1	False	111325	maximal	True	AST0084_000000019907	1.0		1	1	False	False	0.9943374991416931	0					non-mobilizable	no_good_hit								True	False
CAN0008_000000012820	2266	0.8956909502824157	4	4	4	4	3	False	95012	fragment	False	MAD0111_000000007656	0.9699551569506727		0	0	False	False	0.999117374420166	0					non-mobilizable	other	2266.0	98.411	100.0	0.06187799862919808	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ENG0194_000000010675	2558	0.8956906809221977	5	1	1	1	1	False	54525	fragment	False	ENG0194_000000010675	1.0		0	0	False	False	0.9980453252792358	0					non-mobilizable	no_good_hit								True	False
FIJ0136_000000005943	4379	0.8956894393618293	4	4	4	4	2	False	74285	maximal	True	FIJ0136_000000005943	1.0		2	2	False	False	0.9981731176376343	0					non-mobilizable	no_good_hit	1769.0	99.54799999999999	40.0	0.023359670216420474	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
ISR0068_000000007244	2796	0.8956815060658233	3	3	3	2	2	False	52003	maximal	True	ISR0068_000000007244	1.0	PS211	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2029.0	98.029	83.0	0.0013664296480853807	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
MON0041_000000005182	7164	0.8956792384842929	6	6	5	6	4	False	92268	fragment	False	MON0041_000000005182	1.0		0	0	False	False	0.9997208118438721	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000027238	1237	0.8956770306132014	2	1	1	1	1	False	6702	fragment	False	SPA0046_000000027238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	3.9581230580458745e-05	NZ_JTAK01000002.1	g-proteobacteria	Pseudomonas flexibilis strain JCM 14085 PT85_2, whole genome shotgun sequence	True	False
ISR0219_000000015084	2206	0.8956752789299912	3	2	1	2	1	True	39963	fragment	False	ISR0219_000000015084	1.0		0	0	False	False	0.9990933537483215	0					non-mobilizable	no_good_hit	822.0	92.70100000000001	37.0	0.03161340007701194	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ENG0068_000000007228	3209	0.8956678376406274	4	4	4	4	4	False	94377	fragment	False	SPA0107_000000008940	0.9557649803219744		0	0	False	False	0.999065101146698	0					non-mobilizable	no_good_hit	534.0	98.315	17.0	0.00447098890221704	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0220_000000003907	2536	0.8956647999052708	3	3	3	3	3	False	108437	fragment	False	ENG0097_000000010289	0.4642878629948951		0	0	False	False	1.0	0					non-mobilizable	chromosome	2536.0	100.0	100.0	0.0005073524069818896	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ISR0178_000000003544	4322	0.8956633083716322	4	4	2	2	3	True	111321	maximal	True	ISR0178_000000003544	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	94.656	18.0	0.9987277353689568	GQ883805.1		Uncultured organism clone VC1DF35TR genomic sequence	True	True
FIJ0018_000000001531	14857	0.8956570332258946	15	8	7	8	4	True	50061	fragment	False	FIJ0018_000000001531	0.9998653334305686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	79.41199999999999	1.0	0.0039157864204394386	NZ_MSJW02000052.1	enterobacteria	Shigella dysenteriae strain BCW_4872 BCW_4872_1__paired__contig_52, whole genome shotgun sequence	True	True
FIJ0119_000000000983	14855	0.8956570332258946	15	8	7	8	4	True	50061	fragment	False	FIJ0018_000000001531	0.9997530636070886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	79.41199999999999	1.0	0.0039157864204394386	NZ_MSJW02000052.1	enterobacteria	Shigella dysenteriae strain BCW_4872 BCW_4872_1__paired__contig_52, whole genome shotgun sequence	True	True
FIJ0031_000000001135	14834	0.8956570332258946	15	8	7	8	4	True	50061	fragment	False	FIJ0018_000000001531	0.998900554937738		0	0	False	False	0.9995281100273132	0					non-mobilizable	no_good_hit	170.0	79.41199999999999	1.0	0.0039157864204394386	NZ_MSJW02000052.1	enterobacteria	Shigella dysenteriae strain BCW_4872 BCW_4872_1__paired__contig_52, whole genome shotgun sequence	True	True
SPA0041_000000000338	38859	0.8956539627133064	74	23	8	16	14	True	75516	maximal	True	SPA0041_000000000338	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3439.0	91.36399999999999	46.0	0.06084074717328891	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0034_01_000000011153	5100	0.8956453788922993	6	3	1	3	2	False	108293	fragment	False	USA0034_01_000000011153	1.0		0	0	False	False	0.9996078610420227	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000012104	5080	0.8956453788922993	6	3	1	3	2	False	108293	fragment	False	USA0034_01_000000011153	0.9980392156862745		0	0	False	False	0.9994094371795654	0					non-mobilizable	no_good_hit								True	False
ENG0139_000000004482	4035	0.8956446395263071	3	2	2	2	1	False	57876	maximal	True	ENG0139_000000004482	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0316_000000012226	1723	0.8956433423046029	2	2	1	2	1	False	110751	fragment	False	ISR0316_000000012226	1.0		0	0	False	False	0.998839259147644	0					non-mobilizable	other	1637.0	94.869	95.0	0.3660013455931823	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
CHI0167_000000002420	6991	0.8956241777547971	7	4	2	3	3	False	89592	fragment	False	CHI0167_000000002420	0.99812057250253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1701.0	100.0	28.0	0.0008201597188685463	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	True	False
CHI0018_000000001972	6917	0.8956241777547971	7	4	2	3	3	False	89592	fragment	False	CHI0167_000000002420	0.9927764268345015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1726.0	99.94200000000001	27.0	0.0008322208912048484	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	True	False
ISR0386_000000004479	7851	0.89562351127245	7	4	3	4	1	True	131950	fragment	False	ISR0190_000000002622	0.7729481432480002		0	0	False	True	0.999872624874115	0					non-mobilizable	no_good_hit	1552.0	86.85600000000001	20.0	0.019332557528435754	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0293_000000004264	8265	0.8956176638395611	14	5	1	5	2	False	25854	maximal	True	ISR0293_000000004264	1.0		1	1	False	False	0.9986690878868103	0					non-mobilizable	no_good_hit	51.0	88.235	1.0	1.551327143868099e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MON0050_000000009929	3206	0.8956136129514047	6	3	2	3	2	True	11341	maximal	True	MON0050_000000009929	1.0		0	0	False	False	0.9360573887825012	0					non-mobilizable	no_good_hit								True	True
FIJ0095_000000006386	4129	0.8956107489192929	5	3	3	3	2	False	43316	fragment	False	FIJ0095_000000006386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1873.0	94.02	53.0	0.0671865410303621	NZ_FOXF01000033.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
USA0021_01_000000010749	1678	0.8955970613915791	2	2	2	2	1	False	1746	maximal	True	USA0021_01_000000010749	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1360.0	93.015	81.0	0.010593104738446189	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	True	False
SPA0062_000000007952	4089	0.8955832061134974	4	4	4	3	2	False	128400	fragment	False	DEN0021_000000007079	0.9504753386661323		0	0	False	False	0.9995108842849731	0					non-mobilizable	no_good_hit	882.0	71.995	21.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0030_000000011080	3088	0.8955832061134974	4	4	4	3	2	False	128396	fragment	False	MON0030_000000011080	1.0		0	0	False	False	0.9792746305465698	0					non-mobilizable	no_good_hit	885.0	72.316	28.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0141_000000003926	6623	0.8955813069691677	6	5	5	4	4	False	91369	maximal	True	ENG0141_000000003926	1.0		2	2	False	False	0.9996980428695679	0					non-mobilizable	other	3217.0	99.40899999999999	99.0	0.001085615060343454	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0269_000000005481	3005	0.8955790926555689	5	4	4	3	3	False	129725	fragment	False	ISR0269_000000005481	0.9838709677419355		0	0	False	True	0.999667227268219	0					non-mobilizable	other	1260.0	97.54	99.0	0.005848226162527479	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0121_000000002657	8063	0.8955655846987631	10	5	2	5	1	False	32231	maximal	True	ISR0121_000000002657	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	82.34	6.0	0.0002300877774599234	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	False
CAN0016_000000029048	1609	0.8955493482251633	2	1	1	1	1	False	92778	fragment	False	CAN0016_000000029048	1.0		0	0	False	False	0.999378502368927	0					non-mobilizable	no_good_hit	721.0	74.48	45.0	0.00010789673049785864	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0144_000000003960	1823	0.8955373881155616	2	2	2	2	0	True	31090	maximal	True	ISR0144_000000003960	1.0		0	0	False	False	0.9906747341156006	0					non-mobilizable	no_good_hit	1243.0	97.023	68.0	0.0031314608441329233	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	True
ENG0181_000000001129	18768	0.895537168925903	22	22	11	15	22	True	55292	fragment	False	ENG0181_000000001129	1.0		0	0	False	False	0.9998934268951416	0			MPF_T		non-mobilizable	plasmid	18763.0	99.941	99.0	0.11502596391414435	CP040928.1	enterobacteria	Escherichia coli strain YY76-1 plasmid pYY76-1-1, complete sequence	False	True
ENG0114_000000003986	4640	0.8955321612602386	3	3	2	2	2	True	121094	maximal	True	ENG0114_000000003986	1.0		4	3	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3225.0	99.75200000000001	73.0	0.47784200385356457	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
AST0059_000000000753	15606	0.8955317453772506	15	7	4	7	4	True	127251	maximal	True	AST0059_000000000753	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3485.0	93.171	66.0	0.1377532669943652	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0053_000000004649	2537	0.89551671694012	2	2	2	2	2	False	83994	maximal	True	MAD0053_000000004649	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	92.264	62.0	0.0012206059053086835	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0114_000000026517	1526	0.8955110531273629	2	2	2	2	1	False	124849	fragment	False	CHI0162_000000020355	0.9501619083053198		0	0	False	False	0.9993447065353394	0					non-mobilizable	no_good_hit	551.0	86.751	36.0	0.01237164698964129	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0146_000000002623	8887	0.8955050445350415	7	5	5	5	3	False	130748	maximal	True	ENG0146_000000002623	1.0		1	1	False	False	0.9992123246192932	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	45.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0137_000000017122	1413	0.895504214720027	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.2206198236189306		0	0	False	False	0.9985845685005188	0					non-mobilizable	other	1415.0	86.36	100.0	0.005847323119511659	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
SPA0131_000000014688	1827	0.8955027280278024	2	2	2	2	1	True	74157	maximal	True	SPA0131_000000014688	1.0		16	8	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	74.906	71.0	0.00039301759815350997	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0296_000000004453	5259	0.8954891167579879	6	2	2	2	2	False	81277	maximal	False	ISR0811_000000002389	0.9877866865560321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	80.148	10.0	5.785219226813149e-05	LT670817.1	a-proteobacteria	Bradyrhizobium erythrophlei strain GAS138 genome assembly, chromosome: I	True	False
CHI0129_000000007595	2942	0.8954891167579879	2	2	2	2	2	False	81275	fragment	False	CHI0129_000000007595	1.0		0	0	False	False	0.999660074710846	0					non-mobilizable	no_good_hit								True	False
FIJ0057_000000023094	1514	0.8954884093265558	2	1	0	1	0	True	46114	maximal	True	FIJ0057_000000023094	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	6.501580696806911e-05	NZ_CAADHO010000005.1	d-proteobacteria	Desulfoluna butyratoxydans isolate Desulfoluna butyratoxydans MSL71, whole genome shotgun sequence	True	True
ISR0333_000000002151	7201	0.8954792266277775	7	4	1	3	1	True	24558	maximal	True	ISR0333_000000002151	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	60.0	98.333	1.0	0.013146167557932263	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
MON0004_000000006463	4920	0.895477419278394	5	5	5	5	4	False	131413	fragment	False	ISR0058_000000003113	0.1610765709091234		0	0	False	False	0.9993902444839478	0					non-mobilizable	no_good_hit	808.0	74.876	16.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
SPA0001_000000003760	8504	0.895473826664827	5	4	4	4	3	False	120528	maximal	True	SPA0001_000000003760	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2729.0	93.734	55.0	0.0009903453134731631	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
FIJ0021_000000007009	7006	0.8954628888807098	10	6	3	6	4	False	49692	maximal	True	FIJ0021_000000007009	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0081_000000001147	5133	0.8954575326591364	4	4	4	4	3	False	18500	fragment	False	MAD0081_000000001147	1.0		0	0	False	False	0.9986362457275391	0					non-mobilizable	no_good_hit	3469.0	70.914	66.0	0.12085064082081869	NZ_KB904475.1	firmicutes	Streptococcus orisratti DSM 15617 A3I7DRAFT_scaffold_33.34, whole genome shotgun sequence	True	False
ISR0052_000000007171	4372	0.8954571929585469	4	3	3	3	3	False	128327	maximal	True	ISR0052_000000007171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1687.0	98.281	80.0	0.0006075715839532828	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
AST0060_000000012306	2368	0.8954542711300985	4	2	2	2	1	False	112450	maximal	True	AST0060_000000012306	1.0		1	1	False	False	0.9881756901741028	0					non-mobilizable	no_good_hit								True	False
DEN0020_000000005086	2018	0.8954443756214443	3	2	1	2	2	False	83082	fragment	False	ENG0045_000000006096	0.9571836346336822		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1601.0	98.001	79.0	0.2842423165748801	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ENG0113_000000017384	1605	0.8954400191154883	2	2	2	2	2	False	91012	fragment	False	ISR0276_000000005364	0.7760610146690833		0	0	False	False	0.9987539052963257	0					non-mobilizable	other	1605.0	100.0	100.0	0.015378125479368001	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
ENG0138_000000005945	3359	0.8954340815945729	2	2	2	2	1	False	57947	maximal	True	ENG0138_000000005945	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0224_000000009302	3111	0.8954337404383308	4	4	4	4	3	False	120077	fragment	False	ISR0155_000000005779	0.4759005105784096		0	0	False	False	0.9951784014701843	0					non-mobilizable	other	3117.0	98.04299999999999	100.0	0.0006580944027550417	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CAN0011_000000014501	2092	0.8954232641902332	3	2	2	2	2	False	94471	maximal	True	CAN0011_000000014501	1.0		1	1	False	False	0.9971319437026978	0					non-mobilizable	no_good_hit								True	False
ENG0189_000000015075	1233	0.8954055518850107	2	2	2	2	2	False	54831	maximal	True	ENG0189_000000015075	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	783.0	96.041	71.0	0.010530721354412777	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
FIJ0131_000000001187	13825	0.8954040092699531	9	4	4	4	3	False	89118	maximal	True	FIJ0131_000000001187	1.0		1	1	False	False	0.9994936585426331	0					non-mobilizable	no_good_hit	3324.0	96.089	78.0	0.026638899386493203	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0164_000000001876	11962	0.8954023723411961	24	8	4	7	5	True	39117	maximal	True	FIJ0164_000000001876	1.0		1	1	False	False	0.9999163746833801	0					non-mobilizable	no_good_hit	3219.0	92.35799999999999	48.0	0.056924112997554316	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0021_01_000000006190	2966	0.8954014642025967	3	3	3	3	3	False	1754	maximal	True	USA0021_01_000000006190	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1905.0	93.01799999999999	64.0	0.0002883711700656421	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
ENG0090_000000011371	2053	0.8953922442512743	4	3	3	3	1	True	61243	fragment	False	ENG0090_000000011371	1.0		0	0	False	False	0.9668777585029602	0					non-mobilizable	no_good_hit	599.0	71.119	29.0	0.00011211012417340234	CP014771.1	CFB group bacteria	Hymenobacter sp. PAMC 26554, complete genome	True	True
ENG0144_000000002878	7219	0.8953896213126885	13	11	3	4	8	True	101533	fragment	False	ENG0144_000000002878	1.0		0	0	False	False	0.999722957611084	0					non-mobilizable	chromosome	5804.0	98.915	95.0	0.000883233569389922	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
CHI0092_000000006235	1658	0.8953860267256866	3	2	1	1	2	True	118131	fragment	False	ISR0056_000000010587	0.42482389967982104		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1658.0	99.819	100.0	0.1854504756575266	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0137_000000010397	1597	0.8953860267256866	2	2	1	1	2	True	118131	fragment	False	ISR0056_000000010587	0.41800541635647737		0	0	False	False	0.9974952936172485	0	rep_cluster_1097				non-mobilizable	plasmid	1597.0	99.81200000000001	100.0	0.17844364937388194	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CAN0003_000000031176	1576	0.8953860267256866	3	2	1	1	2	True	118131	fragment	False	ISR0056_000000010587	0.38705380983133647		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1576.0	99.81	100.0	0.17609570661896243	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
DEN0066_000000003974	6868	0.8953821535195698	7	7	5	6	6	True	131127	maximal	True	DEN0066_000000003974	1.0		51	7	False	False	1.0	0					non-mobilizable	other	4353.0	98.92	99.0	0.0013155746379221722	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0791_000000004875	3522	0.8953688771351881	3	2	2	2	1	True	110117	fragment	False	ISR0791_000000004875	1.0		0	0	False	False	0.9982964396476746	0					non-mobilizable	no_good_hit								True	True
MON0081_000000015603	3619	0.8953683873387874	2	1	1	1	1	False	120354	maximal	True	MON0081_000000015603	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0214_000000008751	3122	0.8953683873387874	2	1	1	1	1	False	120355	maximal	True	ISR0214_000000008751	1.0		0	0	False	False	0.9948750734329224	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0046_000000009273	3092	0.8953683873387874	3	1	1	1	1	False	120356	maximal	True	FIJ0046_000000009273	1.0		1	1	False	False	0.9980595111846924	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0058_000000010577	3031	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.92538490106402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	7.911568945266143e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0051_000000011222	3007	0.8953683873387874	2	1	1	1	1	False	120343	fragment	False	MON0051_000000011222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0145_000000010813	2956	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9232454039162046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	7.911568945266143e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0106_000000008502	2949	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9328597858724277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	4.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0181_000000006479	2904	0.8953683873387874	3	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9380181688908394		0	0	False	False	0.9989669322967529	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0050_000000008768	2897	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9120952973920237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0017_000000012532	2894	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9377299247482868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0087_000000017192	2882	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9497214789304133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0148_000000013138	2865	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9404777853515768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	4.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0023_000000010082	2863	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9362364732330775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	4.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0222_000000018561	2855	0.8953683873387874	2	1	1	1	1	False	120348	maximal	True	ISR0222_000000018561	1.0		4	4	False	False	0.9996497631072998	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0023_000000005991	2851	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9423556775900414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	7.911568945266143e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0014_000000012848	2847	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9409902942703591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0029_000000011997	2805	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9277927393217591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	7.911568945266143e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0210_000000008304	2801	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9179457335508204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0042_000000009469	2796	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9194409742624573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	4.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0007_000000015169	2713	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.594867960770469		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0008_000000010668	2712	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.8068629620092183		0	0	False	False	0.9996312856674194	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0164_000000007087	2708	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.874320058146123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	7.911568945266143e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0134_000000012206	2664	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.8992492392085286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0783_000000005294	2650	0.8953683873387874	2	1	1	1	1	False	120346	fragment	False	ISR0783_000000005294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0022_000000011746	2615	0.8953683873387874	2	1	1	1	1	False	120352	maximal	True	CAN0022_000000011746	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0157_000000011853	2610	0.8953683873387874	3	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.8988257598102006		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0016_000000018629	2609	0.8953683873387874	3	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9250929936059538		0	0	False	False	0.9992334246635437	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0121_000000006684	2605	0.8953683873387874	3	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9211177448289278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0068_000000009111	2603	0.8953683873387874	4	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9120987471580566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0192_000000007934	2601	0.8953683873387874	3	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9190257116359652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0012_000000009198	2595	0.8953683873387874	3	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9347791018341336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0033_000000010254	2576	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.8998288966369482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0162_000000009604	2572	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9014887458356851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0053_000000009980	2563	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9305356881304904		0	0	False	False	0.9996098279953003	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0090_000000013635	2562	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9143810528488276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0055_000000006276	2562	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.795926592031058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0325_000000007686	2547	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9317094746582987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0130_000000008247	2533	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9296048202642498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0181_000000008154	2532	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9105696136010146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0083_000000010058	2530	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9352796111428693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0080_000000010226	2529	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9262982491550644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0180_000000008869	2529	0.8953683873387874	2	1	1	1	1	False	120349	maximal	True	ISR0180_000000008869	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0006_01_000000009654	2528	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9300777216249976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0084_01_000000012998	2525	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9110823156815827		0	0	False	False	0.9996039867401123	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0054_000000009920	2524	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9204761821915509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0095_000000013229	2523	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6330530277507757		0	0	False	False	0.9892984628677368	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0267_000000006661	2517	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9259777503593586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0158_000000007085	2514	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9040348981772014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	1.1603459506988345e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0082_01_000000011952	2513	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9277652007340139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0044_000000006649	2512	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9282596348000929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0211_000000008901	2503	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6283665931467114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0095_000000011060	2494	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9129092091029296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0151_000000009454	2477	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.8993054324500012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0080_01_000000017560	2477	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.8969745143622057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0180_000000006860	2475	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.8996822160274748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0139_000000007930	2468	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9029974711583146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0020_000000008042	2463	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.8906343016313603		0	0	False	False	0.9991880059242249	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0845_000000004149	2437	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.8747480738392464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0779_000000013859	2436	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.9025371512887972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	2.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0137_000000006967	2430	0.8953683873387874	2	1	1	1	1	False	120350	maximal	True	ENG0137_000000006967	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0022_000000016723	2381	0.8953683873387874	2	1	1	1	1	False	120351	maximal	True	DEN0022_000000016723	1.0		1	1	False	False	0.9983200430870056	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0089_000000010689	2329	0.8953683873387874	2	1	1	1	1	False	120342	maximal	True	MON0089_000000010689	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0007_000000026407	2328	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6154800972187026		0	0	False	False	0.9991409182548523	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0098_000000013804	2317	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.8231691217894727		0	0	False	False	0.9991368055343628	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0777_000000007530	2293	0.8953683873387874	2	1	1	1	1	False	120345	maximal	True	ISR0777_000000007530	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0025_000000016039	2267	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7323625450303453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0389_000000009662	2252	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6636796229851197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0079_000000014853	2245	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.24245601705993297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0063_000000021533	2233	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5774740549407639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0101_000000028584	2223	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.673717924536184		0	0	False	False	0.9991003274917603	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0319_000000008623	2217	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7370734526344613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0107_000000014672	2215	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7088230066112932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0063_000000014316	2210	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6690570507657126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0174_000000011212	2206	0.8953683873387874	3	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7414288087848686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0183_000000012974	2203	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5994840475537847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	79.661	5.0	3.941332410261859e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0087_000000016928	2183	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7343076975188279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0110_000000012689	2162	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.612774039603716		0	0	False	False	0.9990749359130859	0					non-mobilizable	no_good_hit	121.0	79.339	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0850_000000006925	2157	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7116986401716114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0060_000000013960	2154	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7227826842244768		0	0	False	False	0.999071478843689	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AUS0024_000000015293	2128	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6022575750023638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0034_000000013068	2124	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7146135785656602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.004117276492492e-06	LR134353.1	high GC Gram+	Mycolicibacterium flavescens strain NCTC10271 genome assembly, chromosome: 1	True	False
ISR0288_000000014233	2118	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.05158302779320047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0030_000000016664	2117	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6207036810640324		0	0	False	False	0.9957486987113953	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0228_000000012667	2113	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7107494740019249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0067_000000014574	2097	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6071274639398596		0	0	False	False	0.998092532157898	0					non-mobilizable	no_good_hit	40.0	100.0	4.0	7.911568945266143e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0383_000000006693	2093	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.70492948290438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0081_000000017067	2089	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.617412449860175		0	0	False	False	0.9966490864753723	0					non-mobilizable	no_good_hit	121.0	79.339	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0380_000000005405	2084	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5578356343926729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0128_000000013495	2081	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6080832732147611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0096_000000017521	2070	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6937050951323959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0024_000000011678	2067	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5954299615066801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0032_000000010866	2066	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6038404246251334		0	0	False	False	0.9990319609642029	0					non-mobilizable	no_good_hit	121.0	79.339	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0037_000000017014	2056	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.43113096857341643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0090_000000021528	2055	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6039321649449487		0	0	False	False	0.9922140836715698	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0014_000000023684	2042	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6142361544174407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0098_000000018105	2028	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5931800970486626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	88.333	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0107_000000029817	2012	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.05978155173696127		0	0	False	False	0.9945328235626221	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	9.032988473906708e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0063_000000014569	2004	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.16346545548279662		0	0	False	False	0.9920159578323364	0					non-mobilizable	no_good_hit	121.0	79.339	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0121_01_000000022472	1986	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6033889589844716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	4.0	7.911568945266143e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0200_000000010324	1975	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5989382323386887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0074_01_000000000623	1957	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5519190969324526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0116_000000020835	1948	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5938077441733404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0159_000000011835	1937	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5958971937806558		0	0	False	False	0.9948374032974243	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0787_000000007410	1928	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5891061437555765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0106_000000020256	1909	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.587677778748628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0164_000000012214	1857	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.547450278135085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0057_000000013579	1841	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5157255805018406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0087_000000017576	1838	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.3424256581543969		0	0	False	False	0.9912948608398438	0					non-mobilizable	no_good_hit	121.0	79.339	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0187_000000016358	1828	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5422161928293965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0107_000000014312	1814	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5159329573525064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0041_000000020833	1793	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5259473865845299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	9.534821166901525e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0154_000000021969	1779	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5070395397438787		0	0	False	False	0.9994378685951233	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0066_000000018485	1776	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5042579894856465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0019_000000037973	1772	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5071806083711589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0135_000000012652	1770	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5047928173714837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0806_000000006795	1768	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.514351214633436		0	0	False	False	0.9994344115257263	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0127_000000016686	1764	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5012309827788602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0072_000000016623	1758	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5032725288585732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0146_000000012926	1758	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.49817976792857205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0041_000000019569	1743	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.500200968873454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0125_000000015168	1739	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4922560124491405		0	0	False	False	0.9988499283790588	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0293_000000020310	1738	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.499470190911297		0	0	False	False	0.9988492727279663	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0190_000000017393	1732	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.49270501660244725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0041_000000014191	1725	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4903554365503925		0	0	False	False	0.9988405704498291	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0029_000000025100	1725	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.49175152755732393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0040_000000011677	1720	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.49784981558643443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0004_000000011188	1719	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.49826241206427196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0853_000000010430	1713	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4882301909662571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0130_000000017907	1709	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.49741482009976773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0135_000000016660	1707	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.48813361675643824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0077_000000017483	1706	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.48778106647320413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	3.0	0.0001649943403104196	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0150_000000010210	1694	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4840881754667298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0043_000000020505	1687	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.49094506120565634		0	0	False	False	0.9994072318077087	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0152_000000014587	1687	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.48910028573992187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	88.333	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0074_000000017865	1678	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.48621454870568004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	3.0	0.0001649943403104196	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0124_000000018566	1674	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.48244288280492775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0182_000000016992	1674	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.47809855010020197		0	0	False	False	0.999402642250061	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0096_000000019512	1668	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4852751350883988		0	0	False	False	0.9946042895317078	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0074_000000012544	1665	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.3205269174369707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0121_000000015401	1661	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4840755974079144		0	0	False	False	0.9993979334831238	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0036_000000025539	1655	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4851477693952201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0104_000000022769	1650	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.48580770243420357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0026_000000029634	1648	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4233357033755148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0326_000000012231	1640	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4805666699767761		0	0	False	False	0.9853658676147461	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0194_000000016229	1639	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4812738314838638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0127_000000016052	1637	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4774613399985895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0054_000000016659	1635	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.47801817938603236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0204_000000016443	1634	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4777734126721733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0797_000000006888	1629	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4721166780417691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0153_000000015819	1628	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4474197117986162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0077_000000017509	1626	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.46555388362928457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0001_000000020696	1622	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.46756758518998376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0246_000000014197	1616	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4057485185714711		0	0	False	False	0.9956682920455933	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0778_000000008588	1613	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4642509164212547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0153_000000018683	1605	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4683235910172642		0	0	False	False	0.9975078105926514	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0142_000000021401	1601	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.45963174897810705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0100_000000019385	1600	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4562603840664007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0056_000000013276	1595	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4268926567442282		0	0	False	False	0.9912225604057312	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0093_000000028570	1595	0.8953683873387874	1	1	1	1	1	False	120339	maximal	True	MON0093_000000028570	1.0		2	2	False	False	0.9811912178993225	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0078_000000029477	1578	0.8953683873387874	2	1	1	1	1	False	120340	maximal	True	MON0078_000000029477	1.0		1	1	False	False	0.9961977005004883	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0106_000000027641	1562	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.08344895929430947		0	0	False	False	0.9955185651779175	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0052_000000015680	1560	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.3930538056112247		0	0	False	False	0.9993589520454407	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0068_000000027176	1555	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.06987218185420825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0055_000000012398	1555	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.27354002498489627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0781_000000019528	1539	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.22306090663950584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0085_000000020476	1533	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.211160258867324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0184_000000014687	1532	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.3150343541330196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AUS0014_000000018168	1531	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.19990639229644722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0122_000000019239	1529	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.22368504566606237		0	0	False	False	0.9928057789802551	0					non-mobilizable	no_good_hit	121.0	79.339	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0154_000000021812	1523	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.20712693433489127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.420539097458605e-06	NZ_AP022595.1	high GC Gram+	Mycolicibacterium sarraceniae strain JCM 30395	True	False
ENG0035_000000014762	1512	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.2072746023898422		0	0	False	False	0.9993386268615723	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0097_000000024505	1509	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.23193203278106048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0174_000000013378	1509	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.20155082622737816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.420539097458605e-06	NZ_AP022595.1	high GC Gram+	Mycolicibacterium sarraceniae strain JCM 30395	True	False
FIJ0043_000000019406	1501	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.25083652487230784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0254_000000008583	1500	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.28004158876278623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0207_000000012660	1498	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.24254221281408386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0126_000000026734	1497	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.2427942114918049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0101_000000018706	1497	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.20043503593392187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.420539097458605e-06	NZ_AP022595.1	high GC Gram+	Mycolicibacterium sarraceniae strain JCM 30395	True	False
FIJ0038_000000023785	1495	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.27036020668451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0194_000000017975	1494	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.24635492113183816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.420539097458605e-06	NZ_AP022595.1	high GC Gram+	Mycolicibacterium sarraceniae strain JCM 30395	True	False
ISR0286_000000013474	1493	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.20078328854778674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0846_000000007204	1492	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.2717989505344887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0011_000000030708	1486	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.18923117111668813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0138_000000019852	1466	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.20418295564036176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	78.512	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0069_000000035747	1465	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.2284208969179774		0	0	False	False	0.9993174076080322	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0061_000000014276	1465	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.18939284132957357		0	0	False	False	0.9993174076080322	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0090_000000016844	1465	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.20441406013564228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0196_000000008141	1459	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.22867275285914182		0	0	False	False	0.9952021837234497	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0821_000000022198	1457	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.21701603366308436		0	0	False	False	0.9993136525154114	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0005_000000025293	1438	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.20316739787610186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0068_000000020189	1428	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.06617875239900045		0	0	False	False	0.9922969341278076	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0834_000000012558	1425	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.19198736752196285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0039_000000018668	1406	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.18820175941246226		0	0	False	False	0.9893314242362976	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0109_000000017489	1399	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.0610041121899288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0838_000000017740	1394	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.187074181902249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.420539097458605e-06	NZ_AP022595.1	high GC Gram+	Mycolicibacterium sarraceniae strain JCM 30395	True	False
ISR0103_000000021848	1385	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.17906803915791109		0	0	False	False	0.981227457523346	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0100_000000033371	1382	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.052098413047881945		0	0	False	False	0.9811866879463196	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0060_000000030811	1376	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.03482637675253386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	97.69200000000001	11.0	6.198868346127509e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	False
ENG0008_000000019273	1359	0.8953683873387874	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.1220151200310023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0021_000000035398	1347	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.10923785414476594		0	0	False	False	0.9925761222839355	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0073_000000021420	1302	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.056275761650855544		0	0	False	False	0.9946236610412598	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0012_000000045683	1264	0.8953683873387874	1	1	1	1	1	False	120338	maximal	True	MON0012_000000045683	1.0		1	1	False	False	0.9984177350997925	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	6.0	0.04680365296803653	KX127659.1	bacteria	Uncultured bacterium clone Control_Mom_TR_45 genomic sequence	True	False
FIJ0058_000000034082	1261	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.030726404500472666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0018_000000027726	1214	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.026139345866305227		0	0	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit	121.0	79.339	10.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0100_000000026985	1200	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.02618937162115987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0061_000000040434	1171	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.01740614177177703		0	0	False	False	0.9846284985542297	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0087_000000033688	1164	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.017531321943576622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0131_000000034008	1124	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.017269381182880354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0080_000000030594	1109	0.8953683873387874	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.012948311737444434		0	0	False	False	0.9954914450645447	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0182_000000001052	18252	0.8953581495802349	13	9	6	8	4	True	108379	fragment	False	ENG0182_000000001052	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	78.571	1.0	1.7509992429184718e-05	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	True
AST0104_000000012747	2630	0.8953539206547914	4	3	3	2	1	True	107931	maximal	True	AST0104_000000012747	1.0		2	2	False	False	0.9977186322212219	0					non-mobilizable	no_good_hit	820.0	94.26799999999999	43.0	0.002683169744066886	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	True
CHI0124_000000010255	1426	0.8953534053191123	2	2	1	2	1	False	81665	fragment	False	CHI0124_000000010255	1.0		0	0	False	False	0.9964936971664429	0					non-mobilizable	other	1304.0	94.632	91.0	0.00041722609011122933	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0003_000000011214	1614	0.895352824302182	4	2	1	1	2	False	59495	maximal	True	SPA0003_000000011214	1.0		17	5	False	False	0.9876084327697754	0					non-mobilizable	no_good_hit	1140.0	94.211	74.0	0.00017556339433865854	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0386_000000020065	1455	0.8953523885098513	1	1	1	1	1	False	22992	fragment	False	SPA0056_000000023395	0.9402351404310908		0	0	False	False	0.978006899356842	0					non-mobilizable	no_good_hit								True	False
TAN0013_000000004750	2070	0.8953466782777576	2	2	1	2	1	True	7263	maximal	True	TAN0013_000000004750	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0277_000000002987	2918	0.895345679130123	7	2	1	2	1	True	56606	fragment	False	ISR0277_000000002987	1.0		0	0	False	False	0.994174063205719	0					non-mobilizable	plasmid	2291.0	90.70299999999999	99.0	0.09785627495226523	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0164_000000006443	3784	0.8953417130806876	5	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.46239765819742945		0	0	False	False	1.0	0					non-mobilizable	chromosome	3826.0	88.76100000000001	100.0	0.0013380914623624725	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0015_000000012935	1979	0.8953410076347598	4	4	3	4	3	False	124605	fragment	False	ISR0015_000000012935	1.0		0	0	False	False	0.990399181842804	0					non-mobilizable	other	1980.0	99.697	100.0	0.087492815774349	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	False	False
SPA0007_000000004276	5239	0.8953395067077516	6	6	6	5	5	False	103309	fragment	False	ISR0169_000000004098	0.5324883115415844		0	0	False	False	0.9994273781776428	0					non-mobilizable	other	5220.0	99.33	99.0	0.01953796219690702	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0147_000000006636	3627	0.8953324085218368	6	3	3	3	3	False	30960	fragment	False	ISR0147_000000006636	1.0		0	0	False	False	0.9936586618423462	0					non-mobilizable	no_good_hit	329.0	82.37100000000001	9.0	0.0001433566678824949	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0059_000000002718	9822	0.8953307745556239	10	8	6	5	7	True	104258	maximal	True	SPA0059_000000002718	1.0	PS1|PS615	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	2780.0	82.95	28.0	0.0005526568845001	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
CHI0167_000000000151	51783	0.8953270142859046	47	11	2	11	5	True	96303	fragment	False	CAN0004_000000000142	0.9350152788561394		0	0	False	False	1.0	0					non-mobilizable	virus	26657.0	96.931	98.0	0.2705214406142721	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
CHI0081_000000006561	1476	0.8953264642042429	2	2	2	2	2	False	99912	fragment	False	SPA0126_000000025445	0.6754153450449721		0	0	False	False	0.9993224740028381	0					non-mobilizable	chromosome	1476.0	99.255	100.0	0.00041282402137616777	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0068_000000006071	3773	0.8953232714381641	5	4	1	2	3	True	62622	maximal	True	ENG0068_000000006071	1.0		1	1	True	True	0.9992048740386963	8					non-mobilizable	no_good_hit	1298.0	96.995	34.0	0.00046554734297019924	CP041344.1	firmicutes	Enterococcus faecalis strain DM01 chromosome, complete genome	True	True
ENG0086_000000006197	3989	0.8953225481385619	7	7	4	3	5	True	132233	maximal	True	ENG0086_000000006197	1.0	PS1143|PS778	137	10	False	True	1.0	0					non-mobilizable	no_good_hit	2900.0	99.897	73.0	0.6825994819872852	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ENG0152_000000014336	1712	0.8953171750134122	3	3	2	3	2	False	65043	fragment	False	ENG0152_000000014336	0.9983801563503881		0	0	False	False	0.9994158744812012	0					non-mobilizable	other	1712.0	99.29899999999999	100.0	0.015684872485928533	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0092_000000003357	11294	0.8952994402191031	9	7	5	7	4	False	84475	maximal	True	MON0092_000000003357	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.807592230268068e-05	NZ_ANBA01000014.1	high GC Gram+	Nocardiopsis ganjiahuensis DSM 45031 contig_14, whole genome shotgun sequence	True	False
ISR0815_000000015750	1974	0.8952913608146091	1	1	1	1	1	True	87301	fragment	False	ISR0815_000000015750	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1977.0	94.385	100.0	0.003368780696134956	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	True
ISR0178_000000015364	1138	0.8952913608146091	1	1	1	1	1	True	29690	fragment	False	ISR0178_000000015364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0003_000000011163	1197	0.8952884842024073	3	3	3	1	2	False	97696	maximal	True	CHI0003_000000011163	1.0		1	1	False	False	0.9991645812988281	0					non-mobilizable	chromosome	1075.0	99.90700000000001	100.0	0.0002078973103430654	CP051738.1	enterobacteria	Escherichia coli strain SCU-105 chromosome, complete genome	False	False
ENG0126_000000015542	1165	0.8952794770540907	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.7446886422172634		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	99.742	100.0	0.00017713142055747092	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
MON0101_000000050129	1325	0.8952703074658593	2	2	2	2	2	False	101418	fragment	False	MON0101_000000050129	0.9797184916727566		0	0	False	False	0.9803773760795593	0					non-mobilizable	other	1325.0	99.84899999999999	100.0	0.006916619215036855	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
AST0084_000000011988	2832	0.8952582775859367	4	3	2	3	2	False	111517	maximal	True	AST0084_000000011988	1.0		5	3	False	False	1.0	0					non-mobilizable	other	2832.0	100.0	100.0	0.01383202227976743	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	False	False
ISR0355_000000007253	2627	0.8952521018684465	3	3	3	3	3	False	75543	fragment	False	ISR0355_000000007253	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2339.0	95.682	93.0	0.008960903455471675	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0138_000000016506	1204	0.8952452450713164	3	3	1	3	1	True	57889	fragment	False	ENG0138_000000016506	1.0		0	0	False	False	0.9784052968025208	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	4.928167664021819e-07	CP050581.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 22a	True	True
ISR0344_000000007369	4149	0.8952431289775554	6	4	3	3	2	False	113858	fragment	False	ISR0344_000000007369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0376_000000010537	2291	0.8952388885540687	2	2	2	2	1	False	58152	fragment	False	ISR0376_000000010537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	81.679	6.0	0.0013678307256868088	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
CHI0108_000000000027	95088	0.8952366939375168	114	32	12	26	18	False	82961	maximal	True	CHI0108_000000000027	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	78.008	1.0	0.00015016873401795894	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0184_000000013936	1610	0.8952360655328689	3	3	3	2	2	False	84421	fragment	False	ENG0184_000000013936	0.9876436693063816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	75.22	35.0	0.0063478054244882716	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
TAN0010_000000005004	2780	0.8952356995569754	4	2	2	2	2	False	2627	maximal	True	TAN0010_000000005004	1.0		13	4	False	False	0.999280571937561	0					non-mobilizable	no_good_hit	2191.0	92.789	79.0	0.0006625491806626399	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0161_000000026046	1192	0.8952310457792299	2	1	1	1	1	False	68293	fragment	False	MON0084_000000028775	0.6841684327077716		0	0	False	False	0.9958053827285767	0					non-mobilizable	no_good_hit	209.0	77.033	17.0	0.014656225303541921	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0357_000000007477	3188	0.895229541275695	2	2	1	2	1	False	96018	fragment	False	ISR0357_000000007477	1.0		0	0	False	False	0.9996863007545471	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.000181699495952139	NZ_PPDF01000007.1	firmicutes	Veillonella tobetsuensis strain Y6 Contig_7_len_148597, whole genome shotgun sequence	True	False
FIJ0083_000000002609	10963	0.8952277315196563	17	7	4	6	5	False	44145	maximal	True	FIJ0083_000000002609	1.0		1	1	False	False	0.9963513612747192	0					non-mobilizable	no_good_hit	576.0	75.868	5.0	0.0012719034515749027	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	True	False
DEN0061_000000024992	1728	0.8952197942705532	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.8754054033091455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.419	15.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
FIJ0037_000000001953	10470	0.8952186451057771	24	6	3	5	3	True	47852	maximal	True	FIJ0037_000000001953	1.0		1	1	False	False	0.9998089671134949	0					non-mobilizable	no_good_hit	110.0	90.0	2.0	2.8276250430479236e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0183_000000009986	2790	0.8952155432828601	6	4	4	4	2	False	128362	fragment	False	ENG0183_000000009986	0.9848018468641786		0	0	False	False	0.9935483932495117	0					non-mobilizable	chromosome	1869.0	98.662	100.0	0.0006564762897140919	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
DEN0081_000000002096	3270	0.8952103899178884	5	5	5	5	4	False	120077	fragment	False	ISR0155_000000005779	0.6833579847840248		0	0	False	False	1.0	0					non-mobilizable	other	3259.0	99.90799999999999	99.0	0.00796904351909831	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0030_000000001022	21048	0.8952075278486428	29	11	5	11	4	True	118916	fragment	False	ENG0151_000000000740	0.7694300193649529		0	0	False	False	0.999952495098114	0					non-mobilizable	other	15368.0	97.514	99.0	0.004112216706000874	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0068_000000000957	20885	0.8952075278486428	28	11	5	11	4	True	118916	fragment	False	ENG0151_000000000740	0.6729012581133563		0	0	False	False	1.0	0					non-mobilizable	other	15057.0	97.416	99.0	0.0040292011304043475	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0158_000000000693	20502	0.8952075278486428	27	11	5	11	4	True	118916	fragment	False	ENG0151_000000000740	0.6698995908623655		0	0	False	False	1.0	0					non-mobilizable	other	15367.0	97.65700000000001	99.0	0.004112484498180218	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0093_000000000651	20502	0.8952075278486428	27	11	5	11	4	True	118916	fragment	False	ENG0151_000000000740	0.6702480593813809		0	0	False	False	0.9999512434005737	0					non-mobilizable	other	15369.0	97.443	99.0	0.004112484498180218	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0177_000000012908	1304	0.8952016112489106	2	2	1	2	1	False	77669	fragment	False	CHI0177_000000012908	1.0		0	0	False	False	0.9984662532806396	0					non-mobilizable	no_good_hit	97.0	87.62899999999999	8.0	2.329190071962166e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0096_000000031082	1462	0.8951976649627518	3	3	3	2	1	False	108426	fragment	False	ISR0213_000000017446	0.9779072665154261		0	0	False	False	0.9890561103820801	0					non-mobilizable	chromosome	1462.0	100.0	100.0	0.000296420313860622	CP041425.1	enterobacteria	Escherichia coli strain STEC388 chromosome, complete genome	False	False
ISR0151_000000006099	2959	0.895196777073369	5	3	3	3	2	False	117673	maximal	True	ISR0151_000000006099	1.0		33	4	False	False	0.997972309589386	0					non-mobilizable	no_good_hit	713.0	99.86	24.0	0.007579305939961678	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0152_000000002243	10080	0.8951843420049769	15	4	4	4	3	False	66704	maximal	True	ENG0152_000000002243	1.0		1	1	False	False	0.9980158805847168	0					non-mobilizable	no_good_hit	1877.0	86.255	37.0	0.010097039278829066	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
CAN0017_000000009225	3984	0.8951818661363129	8	4	2	2	3	True	121014	fragment	False	CAN0017_000000009225	1.0		0	0	False	False	0.9987449645996094	0					non-mobilizable	no_good_hit	1487.0	96.50299999999999	85.0	0.19347258485639687	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0302_000000006051	2406	0.8951694628401242	3	3	2	2	3	True	109262	fragment	False	AST0094_000000008878	0.7169624006596171		0	0	False	False	0.9987531304359436	0					non-mobilizable	plasmid	2177.0	84.796	99.0	0.2593306043823742	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
ISR0245_000000002606	2291	0.8951694628401242	4	3	2	2	3	True	109262	fragment	False	AST0094_000000008878	0.7036952766784426		0	0	False	False	0.9925796389579773	0					non-mobilizable	plasmid	2257.0	85.24600000000001	98.0	0.26884180110763306	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
CHI0106_000000008697	2276	0.8951694628401242	4	3	2	2	3	True	84261	fragment	False	CHI0106_000000008697	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2297.0	87.76700000000001	100.0	0.27329641223212137	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
ENG0043_000000017061	2015	0.895168205184913	3	2	1	2	1	True	101505	fragment	False	AUS0010_000000011428	0.9681001890359169		0	0	False	False	0.9990074634552002	0					non-mobilizable	other	2016.0	98.413	100.0	0.000602101495657186	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0235_000000001948	2280	0.8951630842234146	2	2	2	2	2	False	27343	maximal	True	ISR0235_000000001948	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000013519	1871	0.8951625628018429	3	2	1	2	1	False	74104	fragment	False	ENG0070_000000013519	1.0		0	0	False	False	0.9898449778556824	0					non-mobilizable	no_good_hit								True	False
MON0105_000000029534	1846	0.8951553852734152	3	2	1	2	2	False	8728	maximal	True	MON0105_000000029534	1.0		1	1	False	False	0.9729143977165222	0					non-mobilizable	no_good_hit	201.0	75.622	11.0	6.109462968901283e-05	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
AST0093_000000012762	1324	0.8951458601534829	1	1	1	1	1	True	109446	fragment	False	AST0093_000000012762	1.0		0	0	False	False	0.9894259572029114	0	rep_cluster_667				non-mobilizable	plasmid	1324.0	100.0	100.0	0.027204309919394636	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
FIJ0097_000000001810	13499	0.895135708484255	14	6	4	4	3	True	51319	fragment	False	FIJ0097_000000001810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	96.0	0.0	0.00010245965912298714	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0138_000000004447	4642	0.8951298377854894	5	4	4	3	3	True	102805	maximal	True	ENG0138_000000004447	1.0		3	3	False	False	0.9978457689285278	0					non-mobilizable	other	3418.0	77.82300000000001	93.0	0.0005634066777161532	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
MAD0062_000000005603	2407	0.8951212443757756	3	2	2	1	1	False	96365	fragment	False	MAD0062_000000005603	1.0		0	0	False	False	0.990444540977478	0					non-mobilizable	other	2168.0	96.587	90.0	0.12424033941061804	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	False
ISR0148_000000006823	4264	0.8951098490219392	9	5	3	3	4	False	109330	fragment	False	ISR0148_000000006823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	73.30199999999999	25.0	0.006033225306627467	NZ_KB822474.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.12, whole genome shotgun sequence	True	False
FIJ0002_000000003579	9308	0.8950967067558439	18	6	2	5	5	True	102025	fragment	False	FIJ0002_000000003579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2356.0	97.32600000000001	72.0	0.0039099142475282865	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0032_000000010783	1576	0.8950745974085628	3	2	2	2	1	False	18916	maximal	True	MAD0032_000000010783	1.0		0	0	False	False	0.999365508556366	0					non-mobilizable	no_good_hit	596.0	96.64399999999999	87.0	0.00015918207213252525	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0066_000000003706	3541	0.895059106998641	5	5	5	5	3	False	130928	fragment	False	CHI0066_000000003706	0.9688660382747787		0	0	False	True	0.9997175931930542	0					non-mobilizable	no_good_hit	1627.0	84.696	46.0	0.019165327535683903	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
MAD0099_000000021148	1491	0.8950538198021069	3	1	1	1	1	False	15208	maximal	True	MAD0099_000000021148	1.0		1	1	False	False	0.9946344494819641	0					non-mobilizable	no_good_hit								True	False
AUS0010_000000001912	9896	0.8950517103404034	13	5	2	4	3	False	106627	fragment	False	AUS0010_000000001912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	100.0	1.0	2.599440006352917e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0315_000000002821	3194	0.8950474430987709	6	6	4	4	5	True	87904	maximal	True	ISR0315_000000002821	1.0		8	2	False	False	0.9965560436248779	0					non-mobilizable	no_good_hit	1740.0	96.09200000000001	57.0	0.18738544474393531	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ENG0095_000000006017	4480	0.8950436904045418	9	6	4	6	3	True	108199	fragment	False	ENG0095_000000006017	0.9894953185658826		0	0	False	False	0.9950892925262451	0					non-mobilizable	no_good_hit	651.0	78.648	14.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
MAD0039_000000001980	5566	0.8950416042557378	6	6	4	6	4	False	18507	maximal	True	MAD0039_000000001980	1.0		1	1	False	False	0.999640703201294	0					non-mobilizable	no_good_hit	451.0	78.714	8.0	0.0001937726214191521	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0045_000000017867	2240	0.8950267866286362	2	2	2	2	2	False	17860	fragment	False	MAD0045_000000017867	1.0		0	0	False	False	0.9834821224212646	0					non-mobilizable	no_good_hit	129.0	100.0	6.0	0.004065557108372506	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0072_01_000000010119	1829	0.8950227006681251	2	2	1	2	1	False	76811	fragment	False	USA0072_01_000000010119	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	99.508	100.0	0.00055358224951236	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
AST0007_000000009148	1997	0.8950179016350718	3	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.8528897481923873		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	93.056	91.0	0.02542112896028559	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0062_000000001122	13175	0.8950165658260391	23	12	5	11	8	False	111742	maximal	True	AST0062_000000001122	1.0		1	1	False	False	0.9990133047103882	0					non-mobilizable	no_good_hit	678.0	92.92	12.0	0.013748705347170041	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
ISR0293_000000007465	4897	0.8950093899987625	6	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.03407238731553735		0	0	False	True	1.0	0					non-mobilizable	plasmid	2765.0	98.336	92.0	0.08366630342656496	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0093_000000001545	11161	0.8950086161642765	13	13	2	10	11	True	62811	fragment	False	ISR0093_000000001545	1.0		0	0	False	False	0.9996415972709656	0			MPF_F		non-mobilizable	plasmid	11164.0	99.53399999999999	100.0	0.13689220352288897	LC501476.1	enterobacteria	Escherichia coli 17-Ec-C-106 plasmid p17C106-1, sequence_id: contig1	False	True
ENG0067_000000015477	1750	0.8950062822024998	2	2	2	2	2	False	62668	maximal	True	ENG0067_000000015477	1.0		2	2	False	False	0.9942857027053833	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.0012913583693982967	NZ_SMAN01000028.1	firmicutes	Melghiribacillus thermohalophilus strain DSM 25894 Ga0244698_128, whole genome shotgun sequence	True	False
SPA0128_000000017040	2180	0.8949919734535096	4	3	2	3	2	False	73607	fragment	False	SPA0128_000000017040	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ENG0043_000000004044	7397	0.8949837938450149	12	6	4	5	6	False	64639	maximal	True	ENG0043_000000004044	1.0		2	2	False	False	0.9985129237174988	0					non-mobilizable	no_good_hit	2160.0	78.565	29.0	0.0005903498615669556	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0086_000000000463	34701	0.8949761638564082	38	9	5	8	3	True	80739	maximal	False	ENG0052_000000000341	0.9693250925848442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.2565897898169085e-06	NZ_CP011028.1	g-proteobacteria	Pseudoalteromonas espejiana DSM 9414 chromosome I, complete sequence	True	True
ETH0005_000000021644	2182	0.8949761384428858	5	1	1	1	1	False	52748	maximal	True	ETH0005_000000021644	1.0		3	3	False	False	0.999541699886322	0					non-mobilizable	no_good_hit	620.0	71.29	28.0	0.0006369519711109443	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0055_000000013154	2620	0.8949737759204933	3	3	3	3	2	False	128266	maximal	True	AST0055_000000013154	1.0		1	1	False	False	0.9996182918548584	0					non-mobilizable	no_good_hit	489.0	74.233	18.0	0.003593739247455709	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
CHI0070_000000003579	2977	0.8949722724747249	6	5	4	5	5	False	125966	fragment	False	DEN0051_000000012717	0.8265401423177331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	77.419	5.0	0.0024732348556715	NZ_AUMW01000024.1	firmicutes	Desulfallas alcoholivorax DSM 16058 H569DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
ISR0012_000000003630	6469	0.8949672538184998	10	9	3	4	9	True	123846	fragment	False	ISR0012_000000003630	0.999844985273601		0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2946.0	99.525	79.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
ISR0798_000000002088	6451	0.8949672538184998	10	9	3	4	9	True	123846	fragment	False	ISR0012_000000003630	0.9984541660225692		0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2946.0	99.525	79.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
MAD0050_000000015950	1521	0.894954907630198	1	1	1	1	1	False	17395	maximal	True	MAD0050_000000015950	1.0		1	1	False	False	0.9934253692626953	0					non-mobilizable	no_good_hit	838.0	94.988	69.0	0.004049601571458292	NZ_WAJR01000002.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_002, whole genome shotgun sequence	True	False
ENG0127_000000000981	22305	0.8949469909621343	25	14	10	11	5	True	75082	maximal	True	ENG0127_000000000981	1.0		1	1	False	False	0.9999551773071289	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.0839052096193063e-05	CP020296.1	budding yeasts	Saccharomyces paradoxus strain UFRJ50816 chromosome IV, complete sequence	True	True
CHI0150_000000001436	6435	0.8949454001043741	10	8	4	4	7	True	89887	backbone	True	CHI0150_000000001436	0.9958678909159189	PS469	31	4	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2869.0	95.085	57.0	0.31976744186046513	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
CAN0018_000000008293	4129	0.8949435695771163	9	6	2	4	4	True	121013	maximal	True	CAN0018_000000008293	1.0		20	7	False	False	0.9990312457084656	0					non-mobilizable	no_good_hit	1248.0	93.429	80.0	0.1608355091383812	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0202_000000003075	3979	0.8949338239687191	9	5	3	5	1	True	57892	fragment	False	ENG0146_000000006135	0.9733764618064196		0	0	False	False	0.995476245880127	0					non-mobilizable	no_good_hit	193.0	100.0	5.0	6.972728279679037e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ENG0080_000000002961	7697	0.8949333650268245	9	8	7	8	7	False	61778	maximal	True	ENG0080_000000002961	1.0		5	1	False	False	0.9958425164222717	0					non-mobilizable	chromosome	3541.0	99.012	94.0	0.001255195401226202	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
CHI0086_000000000360	12401	0.8949176750281415	18	18	6	11	16	True	132521	backbone	False	USA0060_01_000000001071	0.8596827680682624	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12255.0	99.804	99.0	0.3267471935578487	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0169_000000004191	5889	0.8949167432123408	6	5	4	3	4	False	116277	fragment	False	ISR0169_000000004191	1.0		0	0	False	False	0.9998301863670349	0					non-mobilizable	no_good_hit	1387.0	80.89399999999999	47.0	0.048322194618426115	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0164_000000018695	1508	0.8949095714791498	2	2	2	2	1	False	30279	fragment	False	ISR0164_000000018695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	78.093	58.0	0.00016358432772094013	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ENG0156_000000001566	10098	0.8948999347745237	17	9	6	7	7	False	121824	fragment	False	CHI0054_000000001402	0.9679410250773428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7409.0	97.274	76.0	0.002081041751795935	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0258_000000004285	4083	0.8948866621260034	6	3	0	1	3	False	130029	backbone	False	ISR0080_000000005952	0.033663709011539734	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1238.0	95.073	56.0	0.2460680868007167	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
MON0087_000000018273	2723	0.8948827302629248	4	4	2	3	3	False	9699	maximal	True	MON0087_000000018273	1.0		28	8	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	77.03	15.0	0.0006327970997558344	NZ_FNCC01000002.1	high GC Gram+	Lechevalieria fradiae strain CGMCC 4.3506, whole genome shotgun sequence	True	False
ISR0379_000000002026	8246	0.8948810164071975	14	8	5	8	6	True	23231	maximal	True	ISR0379_000000002026	1.0		1	1	False	False	0.9998787045478821	0					non-mobilizable	no_good_hit	1661.0	85.43	38.0	0.36233794770380134	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
CAN0011_000000004000	7934	0.8948777545758456	7	6	6	5	5	False	130246	fragment	False	CAN0011_000000004000	0.9946671570430305		0	0	False	False	1.0	0					non-mobilizable	other	7934.0	99.98700000000001	100.0	0.0015364535367579997	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0801_000000001055	6252	0.8948746737563837	8	8	5	5	7	True	123628	fragment	False	USA0108_01_000000001009	0.2021463168030416		0	0	False	True	1.0	0					non-mobilizable	plasmid	6252.0	99.792	100.0	0.20163997933884298	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0117_000000005075	5354	0.8948674029132652	6	5	2	3	3	True	130633	fragment	False	ISR0117_000000005075	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	4637.0	100.0	100.0	0.6866113744075829	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
DEN0028_000000002508	8343	0.8948653733821724	10	9	5	7	7	False	104839	maximal	True	DEN0028_000000002508	1.0		26	8	False	False	0.9998801350593567	0					non-mobilizable	no_good_hit	5266.0	89.32799999999999	85.0	0.0009463225427936615	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	True	False
ISR0007_000000004668	3009	0.8948622724293762	3	1	1	1	1	False	85248	fragment	False	ISR0007_000000004668	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1188.0	84.596	94.0	0.00026284242495960613	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0170_000000022160	2101	0.8948622724293762	5	1	1	1	1	False	85245	fragment	False	ISR0170_000000022160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1610.0	85.21700000000001	77.0	0.0003567946109026143	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
CHI0065_000000009951	1365	0.8948622724293762	3	1	1	1	1	False	85244	fragment	False	CHI0065_000000009951	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1318.0	85.736	97.0	0.0002905252776981869	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AST0029_000000006198	5024	0.8948576382810566	5	5	4	5	3	False	121319	fragment	False	CHI0045_000000003900	0.9716847824507373		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3411.0	96.48200000000001	77.0	0.0018952787599795405	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
ISR0029_000000024958	1736	0.8948570179971033	2	1	1	1	1	False	104636	fragment	False	ISR0088_000000014096	0.9552041138496471		0	0	False	False	0.9994239807128906	0					non-mobilizable	no_good_hit								True	False
ISR0124_000000008468	1716	0.8948570179971033	2	1	1	1	1	False	104636	fragment	False	ISR0088_000000014096	0.9815641641987277		0	0	False	False	0.998251736164093	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000025846	1247	0.8948570179971033	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.8582460954731627		0	0	False	False	0.983159601688385	0					non-mobilizable	no_good_hit								True	False
ISR0283_000000011021	1193	0.8948570179971033	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.8498621673932333		0	0	False	False	0.9958088994026184	0					non-mobilizable	no_good_hit								True	False
ISR0106_000000024434	1139	0.8948570179971033	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.8203394478571795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0029_000000006328	3752	0.8948530846985803	3	2	2	2	2	True	12567	fragment	False	MON0029_000000006328	1.0		0	0	False	False	0.9986673593521118	0					non-mobilizable	no_good_hit	474.0	73.418	12.0	0.0013618654003292163	NZ_JYJA01000040.1	high GC Gram+	Microbacterium trichothecenolyticum strain DSM 8608 RS82_contig000040, whole genome shotgun sequence	True	True
USA0052_01_000000009198	1680	0.8948510275885201	2	2	2	2	2	False	65942	fragment	False	USA0052_01_000000009198	1.0		0	0	False	False	0.9863095283508301	0					non-mobilizable	chromosome	1514.0	99.009	90.0	0.0004385907698818878	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0012_000000011843	1915	0.8948400185186272	2	2	1	2	1	False	125186	fragment	False	AST0012_000000011843	0.9870165745856354		0	0	False	False	0.9963446259498596	0					non-mobilizable	no_good_hit	653.0	80.092	34.0	0.00017980426222787826	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0047_000000013536	2258	0.8948250912488944	2	2	2	1	1	False	46883	fragment	False	FIJ0047_000000013536	0.9846915803692031		0	0	False	False	0.9884853959083557	0					non-mobilizable	other	2225.0	96.539	99.0	0.05053392175245238	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0399_000000010035	1676	0.8948250912488944	2	2	2	1	1	False	22582	fragment	False	ISR0399_000000010035	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	96.301	100.0	0.03804907049596415	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0093_000000021552	1756	0.8948216746899896	2	2	1	1	2	True	35825	maximal	True	SPA0093_000000021552	1.0		1	1	False	False	1.0	0	rep_cluster_570				non-mobilizable	plasmid	1756.0	99.26	100.0	0.023634453781512604	CP061326.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS74, complete sequence	False	True
ISR0325_000000011895	1738	0.8948216746899896	2	2	1	1	2	True	57283	fragment	False	ISR0325_000000011895	0.9984076433121019		0	0	False	False	1.0	0	rep_cluster_554				non-mobilizable	plasmid	1718.0	77.066	100.0	0.015424517926534204	CP029293.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed6	False	True
ENG0148_000000023182	1570	0.8948216746899896	2	2	1	1	2	True	57283	fragment	False	ISR0325_000000011895	0.9502301495972383		0	0	False	False	0.9993630647659302	0	rep_cluster_554				non-mobilizable	plasmid	1352.0	99.63	99.0	0.02775949991774963	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
AST0097_000000010007	2224	0.8948196841240299	1	1	1	1	1	True	109002	maximal	True	AST0097_000000010007	1.0		1	1	False	False	0.9995503425598145	0	rep_cluster_556				non-mobilizable	plasmid	2238.0	88.24799999999999	100.0	0.3043240284619595	CP061327.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS7a, complete sequence	False	True
ISR0198_000000015556	2132	0.8948196841240299	1	1	1	1	1	True	28873	maximal	True	ISR0198_000000015556	1.0		1	1	False	False	0.9957786202430725	0	rep_cluster_556				non-mobilizable	plasmid	1547.0	91.40299999999999	99.0	0.03641423551331337	LT599052.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-3	False	True
ISR0051_000000019419	1958	0.8948196841240299	2	1	1	1	1	True	57295	fragment	False	ISR0051_000000019419	1.0		0	0	False	False	0.977017343044281	0	rep_cluster_656				non-mobilizable	plasmid	1919.0	98.645	98.0	0.04847964006774006	MG813924.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain FM03P plasmid pLd10, complete sequence	False	True
SPA0030_000000018583	1637	0.8948196841240299	2	1	1	1	1	True	7317	fragment	False	SPA0030_000000018583	1.0		0	0	False	False	0.9945021271705627	0	rep_cluster_554				non-mobilizable	plasmid	1668.0	77.69800000000001	100.0	0.08620962217421088	JN172910.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis plasmid pVF18, complete sequence	False	True
ISR0113_000000009869	1634	0.8948196841240299	2	1	1	1	1	True	32580	maximal	True	ISR0113_000000009869	1.0		1	1	False	False	0.993880033493042	0	rep_cluster_554				non-mobilizable	no_good_hit	1402.0	79.743	84.0	0.05877331512228435	CP016736.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06C, complete sequence	True	True
AST0002_000000026730	1403	0.8948196841240299	1	1	1	1	1	True	131330	maximal	True	AST0002_000000026730	1.0		1	1	False	False	1.0	0	rep_cluster_800				non-mobilizable	plasmid	1335.0	87.79	99.0	0.2260497000856898	AF097472.2	firmicutes	Lactococcus lactis subsp. cremoris plasmid pAW122 replication protein RepB (repB) and type IC HsdS subunit (hsdS) genes, complete cds	False	True
ISR0157_000000022749	1396	0.8948196841240299	1	1	1	1	1	True	35824	fragment	False	ISR0157_000000022749	1.0		0	0	False	False	1.0	0	rep_cluster_570				non-mobilizable	plasmid	1377.0	97.31299999999999	99.0	0.0244266136476603	CP016700.1	firmicutes	Lactococcus lactis subsp. lactis strain 275 plasmid p275B, complete sequence	False	True
AST0093_000000012784	1322	0.8948196841240299	1	1	1	1	1	True	109445	maximal	True	AST0093_000000012784	1.0		2	2	False	False	0.9939485788345337	0	rep_cluster_414				non-mobilizable	plasmid	1327.0	95.479	100.0	0.16649848637739656	CP043522.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_10, complete sequence	False	True
MAD0068_000000022011	1316	0.8948196841240299	2	1	1	1	1	True	16428	maximal	True	MAD0068_000000022011	1.0		3	2	False	False	0.9984802603721619	0	rep_cluster_664				non-mobilizable	plasmid	1153.0	81.613	100.0	0.018454570276738247	CP016744.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2 plasmid pJM2C, complete sequence	False	True
SPA0093_000000029672	1257	0.8948196841240299	1	1	1	1	1	True	5257	fragment	False	SPA0093_000000029672	1.0		0	0	False	False	0.9904534816741943	0	rep_cluster_554				non-mobilizable	plasmid	1241.0	100.0	100.0	0.026233392570026232	CP029292.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed5	False	True
ISR0051_000000028894	1255	0.8948196841240299	1	1	1	1	1	True	35826	fragment	False	ISR0051_000000028894	1.0		0	0	False	False	1.0	0	rep_cluster_556				non-mobilizable	plasmid	1255.0	99.602	100.0	0.029504021131577084	LT599052.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-3	False	True
ISR0051_000000028973	1252	0.8948196841240299	1	1	1	1	1	True	35822	fragment	False	ISR0051_000000028973	1.0		0	0	False	False	0.9992012977600098	0	rep_cluster_570				non-mobilizable	plasmid	1252.0	99.281	100.0	0.016847123464770523	CP061326.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS74, complete sequence	False	True
ISR0062_000000030981	1250	0.8948196841240299	1	1	1	1	1	True	35300	maximal	True	ISR0062_000000030981	1.0		2	2	False	False	0.9855999946594238	0	rep_cluster_589				non-mobilizable	plasmid	1251.0	97.84200000000001	100.0	0.05701514322203977	NC_014133.1	firmicutes	Leuconostoc kimchii IMSNU 11154 plasmid LkipL4719, complete sequence	False	True
ISR0375_000000019520	1235	0.8948196841240299	1	1	1	1	1	True	23362	maximal	True	ISR0375_000000019520	1.0		2	2	False	False	0.9870445132255554	0	rep_cluster_414				non-mobilizable	plasmid	1260.0	85.794	100.0	0.11273619186046512	CP016751.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM1 plasmid pJM1E, complete sequence	False	True
SPA0130_000000028715	1180	0.8948196841240299	1	1	1	1	1	True	3784	fragment	False	SPA0130_000000028715	1.0		0	0	False	False	1.0	0	rep_cluster_556				non-mobilizable	plasmid	1180.0	100.0	100.0	0.04043764576759501	CP034581.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06F, complete sequence	False	True
ENG0178_000000005484	3791	0.8948166623505752	3	3	1	2	2	True	119792	backbone	False	SPA0115_000000005884	0.24143573821992687	PS824|PS825	0	0	False	True	0.9923502802848816	0	IncW	MOBQ			mobilizable	other	2282.0	99.781	99.0	0.0009563993430572158	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MON0027_000000026473	1558	0.8948161893698224	2	2	2	2	1	False	12634	fragment	False	MON0027_000000026473	1.0		0	0	False	False	0.9813863635063171	0					non-mobilizable	no_good_hit	543.0	75.138	35.0	0.00019052185636281028	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0063_000000004731	4263	0.8948136981661472	5	3	1	2	2	True	35284	maximal	True	ISR0063_000000004731	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0840_000000005415	2767	0.8948136981661472	5	3	1	2	2	True	20799	fragment	False	ISR0840_000000005415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000003192	12130	0.8948117623619051	18	9	4	9	4	True	127235	fragment	False	FIJ0011_000000003192	1.0		0	0	False	False	0.9997527003288269	0					non-mobilizable	no_good_hit	5010.0	94.212	78.0	0.21641208123589656	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
SPA0018_000000022064	1363	0.894808940405572	2	1	1	1	1	False	7788	fragment	False	SPA0018_000000022064	1.0		0	0	False	False	0.9963316321372986	0					non-mobilizable	no_good_hit	1129.0	90.16799999999999	83.0	0.07071531746530177	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	True	False
DEN0026_000000002588	10615	0.8948070591567283	7	6	5	6	4	True	127379	fragment	False	ISR0030_000000001226	0.46630976418371456		0	0	False	False	0.9995289444923401	0					non-mobilizable	other	5800.0	97.67200000000001	91.0	0.06299315291816107	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0107_000000020584	1469	0.8947910876309649	3	2	2	1	1	False	59985	fragment	False	ENG0107_000000020584	0.9604419101924448		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	94.837	100.0	0.005770122713372692	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0379_000000005161	4096	0.8947896715292339	7	6	1	4	5	False	23591	maximal	True	ISR0379_000000005161	1.0		1	1	False	False	0.98876953125	0		MOBP			mobilizable	plasmid	3241.0	93.366	97.0	0.38684557325985386	HQ696461.1	firmicutes	Enterococcus durans strain 41D plasmid pGL, complete sequence	False	True
ISR0171_000000011509	2374	0.8947802116765688	4	4	4	4	2	False	93095	fragment	False	ISR0031_000000008087	0.6207508878741755		0	0	False	False	1.0	0					non-mobilizable	other	2375.0	96.84200000000001	100.0	0.00848791717915709	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
FIJ0104_000000002607	9013	0.8947671670499837	5	4	4	4	3	False	42530	fragment	False	FIJ0104_000000002607	0.9961302991798544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	77.727	5.0	0.0016502338779737404	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0087_000000035045	1123	0.8947660678245946	1	1	1	1	1	False	43368	fragment	False	ISR0198_000000026881	0.7304517166583794		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	99.46600000000001	100.0	0.0009582667158611077	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
CHI0145_000000009518	1973	0.8947577769016359	3	3	3	1	2	False	89225	fragment	False	CHI0145_000000009518	1.0		0	0	False	False	0.9994931817054749	0					non-mobilizable	chromosome	1973.0	99.899	100.0	0.0004223415239461433	CP046009.1	enterobacteria	Escherichia coli strain 1919D62 chromosome, complete genome	False	False
ENG0039_000000016057	1627	0.8947555281895614	4	2	2	2	1	False	64929	maximal	True	ENG0039_000000016057	1.0		1	1	False	False	0.9969268441200256	0					non-mobilizable	no_good_hit	148.0	97.973	9.0	4.947933934647554e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0079_000000007493	3868	0.8947398749254128	4	4	4	4	4	False	125070	fragment	False	CHI0111_000000006932	0.7384868065235008		0	0	False	False	0.9974147081375122	0					non-mobilizable	other	3897.0	85.93799999999999	100.0	0.46269368295589985	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
FIJ0127_000000006614	2880	0.894739842592613	4	4	4	4	3	False	100463	fragment	False	FIJ0127_000000006614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2407.0	95.63799999999999	83.0	0.00043081422992673825	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
DEN0022_000000004263	7549	0.894736534580056	7	5	4	4	3	False	74658	maximal	True	DEN0022_000000004263	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0083_000000003429	6681	0.8947260267333375	8	8	3	8	8	True	114152	fragment	False	ENG0083_000000003429	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4028.0	99.90100000000001	100.0	0.034852825355062615	AP023192.1	enterobacteria	Escherichia coli TUM18530 plasmid pMTY18530-2 DNA, complete sequence	False	True
ISR0215_000000009143	3173	0.8947236451102217	4	2	2	2	1	False	103733	maximal	True	ISR0215_000000009143	1.0		11	5	False	False	0.9905452132225037	0					non-mobilizable	chromosome	2001.0	99.6	100.0	0.0003991743477790538	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0108_000000009519	3127	0.8947215168955236	5	1	1	1	1	True	97264	fragment	False	ISR0319_000000005469	0.9905093324897185		0	0	False	False	0.9881675839424133	0					non-mobilizable	plasmid	3113.0	99.647	99.0	0.018802354676111157	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
CHI0078_000000012372	1226	0.8947150800386253	2	2	2	2	2	False	84419	fragment	False	MON0058_000000039816	0.9627088547780952		0	0	False	False	0.995106041431427	0					non-mobilizable	no_good_hit	524.0	74.618	42.0	0.0058386231711870734	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
ISR0849_000000007715	3475	0.8947125667916228	4	4	3	4	2	False	92334	fragment	False	ISR0097_000000006774	0.9228689764759114		0	0	False	False	0.9997122287750244	0					non-mobilizable	no_good_hit	1687.0	98.874	49.0	0.9253567508232712	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
FIJ0023_000000006631	4578	0.8947117564113459	5	3	2	3	2	False	49395	fragment	False	FIJ0023_000000006631	1.0		0	0	False	False	0.9989078044891357	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.016998542982030112	LR784456.1	tunicates	Phallusia mammillata mRNA for DEP domain-containing protein 1A-like (Depdc1-001 gene)	True	False
MAD0104_000000004159	2563	0.8947071103173918	4	3	3	3	2	False	14891	maximal	True	MAD0104_000000004159	1.0		1	1	False	False	0.9925867915153503	0					non-mobilizable	no_good_hit	1173.0	80.563	52.0	0.0006260255251331309	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ENG0185_000000009652	2154	0.8947026912907522	3	3	3	2	1	False	106737	fragment	False	ISR0106_000000011226	0.9718242421039593		0	0	False	False	0.999071478843689	0					non-mobilizable	other	2150.0	98.465	99.0	0.0008875445166145112	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
ISR0238_000000006786	2110	0.8947026912907522	3	3	3	2	1	False	106736	maximal	True	ISR0238_000000006786	1.0		28	7	False	False	0.9985781908035278	0					non-mobilizable	other	2110.0	99.479	100.0	0.0008710243767054463	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
USA0035_01_000000012192	2068	0.8947005184279258	3	3	3	3	3	False	85962	maximal	True	USA0035_01_000000012192	1.0		123	10	False	False	0.9893617033958435	0					non-mobilizable	chromosome	2068.0	99.95200000000001	100.0	0.0005823862395683974	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0006_000000002039	3819	0.8946899447347548	4	4	4	4	2	False	19898	maximal	True	MAD0006_000000002039	1.0		1	1	False	False	0.9963341355323792	0					non-mobilizable	no_good_hit	44.0	93.182	1.0	0.0020669102095750816	NZ_ATMR01000015.1	CFB group bacteria	Winogradskyella psychrotolerans RS-3 Winogradskyella_psychrotolerans_contig_35, whole genome shotgun sequence	True	False
FIJ0041_000000013525	2684	0.8946880040814501	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.9139835992731185		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	90.1	90.0	0.00037362906753259843	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0011_000000000782	25488	0.8946823011543041	30	29	10	20	29	True	82878	maximal	True	MON0011_000000000782	1.0		2	1	False	False	0.9998430609703064	0	IncK2/Z				non-mobilizable	plasmid	25120.0	99.34700000000001	99.0	0.2837149408668346	CP027673.1	enterobacteria	Escherichia coli strain 2014C-3003 plasmid unnamed1	False	True
ENG0143_000000003646	5343	0.8946784118137379	6	3	1	2	2	False	57633	maximal	False	USA0042_01_000000004719	0.9805346250448511		0	0	False	True	0.9994385242462158	0					non-mobilizable	no_good_hit	64.0	84.375	1.0	0.016336368505623994	LN853924.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1363	True	True
USA0026_01_000000000666	31101	0.8946770202898383	46	18	13	16	10	False	105648	maximal	True	USA0026_01_000000000666	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	97.883	6.0	0.000429508768884621	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0177_000000022449	1415	0.8946768890538304	2	2	2	2	2	False	29747	maximal	True	ISR0177_000000022449	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	1415.0	97.456	100.0	0.0008422276504409783	NZ_CP028106.1	fusobacteria	Fusobacterium gonidiaformans ATCC 25563 chromosome, complete genome	False	False
SPA0101_000000002690	13176	0.8946765008761459	19	5	4	5	3	True	124556	maximal	False	AST0094_000000001210	0.9833830878078901	PS131|PS247|PS914	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	339.0	88.49600000000001	7.0	8.968750690287749e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0352_000000002301	3428	0.8946667182619661	4	4	3	3	1	False	24062	fragment	False	ISR0352_000000002301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	98.35799999999999	42.0	0.00033760160738518044	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
FIJ0128_000000016810	1562	0.8946585108746027	3	3	2	3	2	False	50570	fragment	False	FIJ0128_000000016810	1.0		0	0	False	False	0.9993597865104675	0					non-mobilizable	no_good_hit								True	False
AST0061_000000025335	1660	0.8946556106218171	3	3	3	2	2	False	111930	fragment	False	AST0061_000000025335	1.0		0	0	False	False	0.9939758777618408	0					non-mobilizable	other	1666.0	88.175	99.0	0.00046356435283804716	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
USA0102_01_000000008401	1550	0.8946484163630138	2	2	2	2	2	False	120847	maximal	True	USA0102_01_000000008401	1.0		4	2	False	False	0.9954838752746582	0					non-mobilizable	no_good_hit	1355.0	97.565	87.0	0.00043470053178579085	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
SPA0140_000000016461	1305	0.8946484163630138	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.28796779678716		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	89.89299999999999	100.0	0.00036988631460378165	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0073_000000014504	1669	0.894647264715506	3	3	3	3	3	False	62230	maximal	True	ENG0073_000000014504	1.0		9	3	False	False	1.0	0					non-mobilizable	other	1253.0	97.52600000000001	100.0	0.0006058107509150065	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
USA0035_01_000000000101	75329	0.8946397460311268	83	50	30	41	30	True	116760	maximal	False	ITA0005_000000000049	0.8223952632945519	PS635	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0126_000000007875	6127	0.8946365681189963	5	1	1	1	1	False	115038	fragment	False	ISR0126_000000007875	1.0		0	0	False	False	0.999836802482605	0					non-mobilizable	no_good_hit	2224.0	92.626	36.0	0.03968211351554529	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
MAD0106_000000009763	2179	0.8946351561254205	3	3	3	3	3	False	87758	fragment	False	MON0091_000000005566	0.9711173246146458		0	0	False	False	0.9981642961502075	0					non-mobilizable	chromosome	2179.0	100.0	100.0	0.00042477702131842363	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
DEN0046_000000003924	5326	0.8946167454095039	11	3	2	3	2	False	72761	fragment	False	DEN0046_000000003924	1.0		0	0	False	False	0.9983101487159729	0					non-mobilizable	no_good_hit	51.0	100.0	2.0	0.048638132295719845	JX272146.1	bacteria	Uncultured rumen bacterium clone Z24 16S ribosomal RNA gene, partial sequence	True	False
ISR0853_000000005254	3160	0.8946134880983836	4	2	2	2	2	False	30431	fragment	False	ISR0853_000000005254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002983491347875091	NZ_MDJD01000046.1	CFB group bacteria	Algibacter aquaticus strain SK-16 scaffold90_cov55_read183, whole genome shotgun sequence	True	False
FIJ0038_000000008467	3947	0.8946019710925835	5	4	4	4	2	False	47677	maximal	True	FIJ0038_000000008467	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	73.027	48.0	0.00029417946239626406	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0165_000000007970	2557	0.8945932696700191	3	3	3	2	2	False	30249	maximal	True	ISR0165_000000007970	1.0		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	1427.0	82.971	61.0	0.0005495086289176779	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0350_000000018118	1112	0.8945826847161846	2	1	1	1	1	False	24088	fragment	False	ISR0350_000000018118	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	99.191	100.0	0.0003321423841485271	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0017_000000001740	6498	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9979427859319255	PS1019	0	0	True	True	1.0	447					non-mobilizable	no_good_hit	1859.0	97.47200000000001	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
SPA0018_000000003974	6497	0.8945777473660464	8	4	2	2	4	True	127664	backbone	True	SPA0018_000000003974	0.9984337828092237	PS1019	48	8	True	True	1.0	92					non-mobilizable	no_good_hit	1859.0	97.52600000000001	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0052_01_000000002715	6483	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9972942018558695	PS1019	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	1859.0	97.36399999999999	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
AST0006_000000002557	6477	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9968192516073683	PS1019	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1802.0	97.50299999999999	30.0	0.0004079981294014335	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0317_000000002290	6469	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9976526705361375	PS1019	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	1859.0	97.52600000000001	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
SPA0105_000000004323	6468	0.8945777473660464	9	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9981214176524207	PS1019	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1482.0	96.896	30.0	0.00033491364305218116	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0019_01_000000004332	6468	0.8945777473660464	9	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9976748785120415	PS1019	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1859.0	97.47200000000001	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0145_000000005072	6468	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9978328247213235	PS1019	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	1442.0	96.81	30.0	0.00032580654194947064	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0043_01_000000002175	6468	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9981374830444566	PS1019	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1799.0	97.554	30.0	0.0004073150968187302	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
AUS0014_000000005033	6468	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9977908818181002	PS1019	0	0	True	True	1.0	154					non-mobilizable	no_good_hit	1442.0	96.81	30.0	0.00032580654194947064	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0397_000000003411	6468	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9967613996182703	PS1019	0	0	True	True	1.0	183					non-mobilizable	no_good_hit	1164.0	99.055	30.0	0.00026456128703374206	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0151_000000003765	6467	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9975961073952223	PS1019	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1442.0	96.741	30.0	0.00032580654194947064	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0089_000000000923	6467	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.997628060158232	PS1019	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1442.0	96.741	30.0	0.00032580654194947064	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0186_000000002957	6467	0.8945777473660464	9	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9978244424094525	PS1019	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	1482.0	96.896	30.0	0.00033491364305218116	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
DEN0062_000000002339	6449	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9978713266846199	PS1019	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1112.0	99.37100000000001	30.0	0.0002527220556002183	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
DEN0013_000000000078	6448	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9965725289743168	PS1019	0	0	True	True	0.9998449087142944	37					non-mobilizable	no_good_hit	1194.0	98.492	29.0	0.0002711639353332072	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0047_000000002128	6447	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9976528534766931	PS1019	0	0	True	True	0.9986039996147156	7					non-mobilizable	no_good_hit	1776.0	97.46600000000001	30.0	0.0004020785136846716	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0389_000000002731	6445	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9973011291757731	PS1019	0	0	True	True	1.0	167					non-mobilizable	no_good_hit	1054.0	99.336	30.0	0.00023951675900128798	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0091_000000003364	6444	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9917306377975896	PS1019	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1442.0	96.741	29.0	0.00032580654194947064	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0103_000000000323	6439	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9971783767100058	PS1019	0	0	True	True	1.0	73					non-mobilizable	no_good_hit	1442.0	96.741	30.0	0.00032580654194947064	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
DEN0065_000000004265	6426	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9964027363973139	PS1019	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	1442.0	96.741	29.0	0.00032580654194947064	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0051_01_000000003494	6426	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9962555978288727	PS1019	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1442.0	96.741	29.0	0.00032580654194947064	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0148_000000001671	6421	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9909812647099144	PS1019	0	0	True	True	0.9993770718574524	20					non-mobilizable	no_good_hit	1433.0	98.465	29.0	0.00032580654194947064	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0049_000000003072	6419	0.8945777473660464	9	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9921538983223317	PS1019	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	1482.0	96.896	29.0	0.00033491364305218116	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0133_000000003688	6396	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9968391062026768	PS1019	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1859.0	97.31	29.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0077_000000002186	6390	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9934716925105462	PS1019	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1422.0	96.906	29.0	0.00032125299139811536	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0024_000000001675	6385	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9946901249610517	PS1019	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1421.0	96.69200000000001	29.0	0.00032102531387054756	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0009_000000001349	6377	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9919819153474586	PS1019	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1430.0	96.853	29.0	0.00032307441161865747	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0113_01_000000003080	6083	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.9488087431340898	PS1019	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1672.0	78.888	27.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
USA0033_01_000000001542	5797	0.8945777473660464	8	4	2	2	4	True	127664	backbone	False	SPA0018_000000003974	0.6759901199652949	PS1019	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1673.0	78.96	29.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
MON0014_000000002540	5697	0.8945777473660464	7	4	2	2	4	True	113422	fragment	False	MON0014_000000002540	1.0		0	0	False	False	0.9998244643211365	0					non-mobilizable	no_good_hit	1859.0	97.41799999999999	33.0	0.0004207480709452283	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0004_01_000000015830	1394	0.8945775890838648	2	2	2	2	2	False	102239	fragment	False	SPA0054_000000012699	0.1082491429738715		0	0	False	False	1.0	0					non-mobilizable	chromosome	1394.0	99.06700000000001	100.0	0.00021197944058123455	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0231_000000003753	3955	0.8945762655372165	7	2	0	2	1	True	122779	fragment	False	ISR0231_000000003753	0.9834440937752353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	93.64	15.0	0.09270867700428902	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
AST0019_000000007635	3566	0.8945762655372165	4	2	0	2	1	True	122779	fragment	False	ISR0231_000000003753	0.9649936210923702		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	93.993	10.0	0.09270867700428902	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
SPA0096_000000011392	3260	0.8945762655372165	5	2	0	2	1	True	122779	fragment	False	ISR0231_000000003753	0.7582071670481685		0	0	False	False	0.9978527426719666	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	7.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ISR0210_000000005994	3196	0.8945762655372165	4	2	0	2	1	True	122779	fragment	False	ISR0231_000000003753	0.38975460122699385		0	0	False	False	0.9862328171730042	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	7.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ISR0026_000000008298	2716	0.8945762655372165	4	2	0	2	1	True	110206	fragment	False	ISR0026_000000008298	1.0		0	0	False	False	0.9996318221092224	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	8.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
AST0102_000000015856	1976	0.8945762655372165	3	2	0	2	1	True	108239	fragment	False	AST0102_000000015856	1.0		0	0	False	False	0.9964575171470642	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	11.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ISR0345_000000008287	1595	0.8945762655372165	2	2	0	2	1	True	65656	fragment	False	ISR0345_000000008287	1.0		0	0	False	False	0.9993730187416077	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	14.0	0.06585735963581184	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ISR0185_000000029185	1141	0.8945762655372165	2	2	0	2	1	True	65655	fragment	False	ISR0185_000000029185	0.9991204925241864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0077_000000026642	1137	0.8945762655372165	2	2	0	2	1	True	65655	fragment	False	ISR0185_000000029185	0.9979550102249489		0	0	False	False	0.9964819550514221	0					non-mobilizable	no_good_hit								True	True
ENG0031_000000019543	1134	0.8945762655372165	2	2	0	2	1	True	65655	fragment	False	ISR0185_000000029185	0.9970755027491354		0	0	False	False	0.9991181492805481	0					non-mobilizable	no_good_hit								True	True
ENG0161_000000006259	3473	0.8945668383851385	4	4	2	4	2	False	56424	maximal	True	ENG0161_000000006259	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2039.0	81.51100000000001	58.0	0.007360165911917305	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0063_000000018470	1680	0.8945633563937586	2	2	2	2	2	False	89535	fragment	False	ENG0063_000000018470	0.9627308644325971		0	0	False	False	1.0	0					non-mobilizable	chromosome	1680.0	99.70200000000001	100.0	0.00023715925307406558	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0039_000000000804	20216	0.8945551365781543	35	3	2	3	2	False	115261	fragment	False	ENG0039_000000000804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00025159131506780383	NZ_SPHG01000009.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_9_length_119241_cov_57.388, whole genome shotgun sequence	True	False
ISR0120_000000012142	2648	0.8945513640169159	3	2	1	0	2	False	58498	maximal	True	ISR0120_000000012142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	92.348	71.0	0.08700867318693487	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0041_000000001167	14217	0.8945487838966101	17	6	4	5	4	False	20180	fragment	False	MAD0041_000000001167	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6947.0	85.26	53.0	0.12196505157197036	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0111_000000006381	2680	0.8945374243960638	3	2	2	2	1	True	102031	fragment	False	MAD0111_000000006381	1.0		0	0	False	False	0.9947761297225952	0					non-mobilizable	no_good_hit								True	True
ISR0215_000000004802	5923	0.8945329727238801	8	3	1	2	2	False	121790	backbone	False	ISR0085_000000003385	0.9996706346379113	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	100					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0089_000000002989	5922	0.8945329727238801	8	3	1	2	2	False	121790	backbone	False	ISR0085_000000003385	0.9996705832438681	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	170					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
FIJ0162_000000019908	1168	0.8945268989750663	2	1	1	1	1	False	39195	maximal	True	FIJ0162_000000019908	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	94.681	8.0	0.0005033148423758626	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	True	False
ISR0370_000000010271	2573	0.8945263145247545	3	3	3	3	3	True	52983	fragment	False	ISR0007_000000005210	0.9700093111141049		0	0	False	False	1.0	0					non-mobilizable	other	2573.0	98.756	100.0	0.0012705405707491787	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	True
ISR0214_000000015191	1932	0.8945227406112641	1	1	1	1	1	False	28215	maximal	True	ISR0214_000000015191	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000005512	6787	0.8945198601872325	6	5	4	5	3	True	124816	fragment	False	USA0011_01_000000005512	1.0		0	0	False	False	0.9998526573181152	0					non-mobilizable	no_good_hit	120.0	85.833	2.0	9.878577216987135e-05	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0009_000000015458	2136	0.8945067974533406	2	2	1	2	2	False	79052	fragment	False	ISR0009_000000015458	0.980869154463864		0	0	False	False	0.9995318055152893	0					non-mobilizable	no_good_hit	751.0	77.23	38.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0030_000000001414	15796	0.8945046857945466	17	6	4	6	4	False	72029	maximal	True	ENG0030_000000001414	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	99.74600000000001	8.0	0.000355474227665853	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
USA0101_01_000000008810	3664	0.8944856228444177	4	4	1	1	3	False	117740	maximal	True	USA0101_01_000000008810	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1833.0	88.161	59.0	0.0007795944994896226	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0090_000000010515	3225	0.8944839048878135	5	5	4	5	4	False	5378	maximal	True	SPA0090_000000010515	1.0		3	1	False	False	0.9925581216812134	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000003088	8594	0.8944777654756649	7	4	4	4	2	False	17910	maximal	True	MAD0045_000000003088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00023119803396042232	NZ_JAAOZR010000097.1	firmicutes	Paenibacillus aceris strain KACC 19194 C1741, whole genome shotgun sequence	True	False
FIJ0109_000000008601	3109	0.8944609188163544	4	4	4	3	2	False	42158	maximal	True	FIJ0109_000000008601	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	74.222	7.0	6.827453711853898e-05	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ETH0002_000000003199	8708	0.8944607007139956	13	7	4	5	5	True	104957	maximal	True	ETH0002_000000003199	1.0	PS624	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4292.0	97.507	79.0	0.34602662363856396	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0028_000000001660	11485	0.8944519001314654	11	7	7	7	6	False	125055	maximal	True	DEN0028_000000001660	1.0		10	5	False	False	0.9997388124465942	0					non-mobilizable	no_good_hit	6930.0	94.74700000000001	61.0	0.0015381403272629543	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0796_000000001928	8414	0.8944506750238805	9	9	5	7	9	False	21961	maximal	True	ISR0796_000000001928	1.0		2	1	False	False	0.9980984330177307	0					non-mobilizable	no_good_hit	6517.0	99.54	77.0	0.0012501297422096637	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
ENG0158_000000004041	4164	0.894448198911107	4	3	1	2	3	True	119792	backbone	False	SPA0115_000000005884	0.9451858119028377	PS824|PS825	0	0	True	True	1.0	45	IncW	MOBQ,MOBQ			mobilizable	plasmid	2394.0	97.32700000000001	100.0	0.30909797822706064	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0174_000000004795	3497	0.8944476518629024	5	5	5	5	3	False	55666	maximal	True	ENG0174_000000004795	1.0		62	5	False	False	0.9977123141288757	0					non-mobilizable	no_good_hit	1675.0	73.433	47.0	0.005890893554775897	NZ_KE384518.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ISR0045_000000020155	1306	0.8944446347347272	2	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.7595517562434454		0	0	False	False	0.9992343187332153	0					non-mobilizable	no_good_hit	523.0	99.426	40.0	0.004378717086223818	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0050_000000023493	1109	0.8944369049783294	2	1	1	1	1	False	110608	fragment	False	FIJ0108_000000016384	0.40699024328471717		0	0	False	False	0.9729486107826233	0					non-mobilizable	other	1109.0	96.303	100.0	0.04453473870539486	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
FIJ0046_000000001982	11356	0.8943929143310315	19	12	9	7	6	True	51010	fragment	False	FIJ0058_000000003031	0.9714961306964747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	98.876	2.0	0.23415492957746478	KU547416.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_9 genomic sequence	True	True
FIJ0109_000000003941	7081	0.8943888114965634	9	6	4	5	3	True	42169	fragment	False	FIJ0109_000000003941	1.0		0	0	False	False	0.9978816509246826	0					non-mobilizable	no_good_hit	1032.0	95.446	15.0	0.014418761220825853	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MON0103_000000001598	16313	0.8943826582644866	18	4	2	4	3	False	43326	fragment	False	MON0103_000000001598	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8137.0	92.97	95.0	0.0025248738651911483	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0032_000000000920	5653	0.8943783976498003	9	7	2	3	6	False	132470	backbone	False	CAN0001_000000008257	0.9981056598862134	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	68	rep_cluster_870	MOBV			mobilizable	plasmid	5220.0	99.77	100.0	0.9327971403038428	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0065_000000005397	5288	0.8943760183970104	5	4	4	4	3	False	130746	fragment	False	ISR0130_000000004031	0.7150601604493809		0	0	False	False	0.995083212852478	0					non-mobilizable	no_good_hit	1320.0	83.788	67.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0073_000000006324	6537	0.8943570126520826	5	4	4	3	2	False	91375	fragment	False	DEN0073_000000006324	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3944.0	99.51799999999999	99.0	0.0013306886094135249	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
FIJ0129_000000002151	9192	0.8943517873099365	12	9	7	8	8	False	115951	maximal	True	FIJ0129_000000002151	1.0		0	0	False	False	0.9993472695350647	0					non-mobilizable	no_good_hit	1467.0	95.569	16.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
USA0041_01_000000004488	5121	0.8943404151669416	11	3	3	3	2	True	91106	fragment	False	USA0041_01_000000004488	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4982.0	95.383	97.0	0.0014195328171810514	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
DEN0046_000000007336	3233	0.8943372189639388	4	4	4	4	4	False	78192	fragment	False	DEN0046_000000007336	1.0		0	0	False	False	0.9984534382820129	0					non-mobilizable	no_good_hit	1062.0	96.234	86.0	0.002422678646862049	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
DEN0008_000000000572	9336	0.8943319066593399	11	11	9	9	8	False	76175	maximal	True	DEN0008_000000000572	0.9934347302768356		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2439.0	77.737	26.0	0.0006915562212660246	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0011_000000001130	9583	0.8943244959093047	12	4	3	4	3	False	19725	maximal	True	MAD0011_000000001130	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4884.0	97.256	65.0	0.5184476342371079	NZ_LNAM01000220.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf90, whole genome shotgun sequence	True	False
ENG0137_000000010569	1479	0.8943226161645399	3	2	2	1	1	False	57968	maximal	True	ENG0137_000000010569	1.0		1	1	False	False	0.9702501893043518	0					non-mobilizable	no_good_hit	190.0	74.737	13.0	5.1230616950868745e-05	CP044232.1	high GC Gram+	Microbacterium sp. L-031 chromosome, complete genome	True	False
CAN0020_000000005176	6742	0.8943050937711098	9	5	2	4	5	True	123487	fragment	False	CAN0020_000000005176	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6759.0	95.50200000000001	100.0	0.0012329354192383345	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
ISR0024_000000006983	3135	0.8943028531965181	5	5	4	4	4	False	85477	fragment	False	ISR0024_000000006983	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3138.0	98.215	100.0	0.0036608333156992615	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0118_000000005772	2628	0.8942977556872089	4	4	4	4	3	False	93095	fragment	False	ISR0031_000000008087	0.964625846938937		0	0	False	False	1.0	0					non-mobilizable	other	2629.0	98.25	100.0	0.009413089393868762	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
CHI0060_000000000923	9504	0.8942959918279668	12	8	3	5	6	False	104937	fragment	False	CHI0060_000000000923	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4982.0	99.98	99.0	0.4018555869302138	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MAD0097_000000002063	14319	0.8942937305904727	11	10	6	7	8	False	15453	maximal	True	MAD0097_000000002063	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	72.706	3.0	0.00016632934453802414	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0030_000000016348	1858	0.8942918277091201	2	2	2	2	2	False	7328	fragment	False	SPA0030_000000016348	1.0		0	0	False	False	0.9833154082298279	0					non-mobilizable	no_good_hit								True	False
ISR0363_000000005176	3575	0.8942787928566085	3	2	1	1	2	False	23715	maximal	True	ISR0363_000000005176	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	99.944	50.0	0.16316171138506164	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
USA0026_01_000000015709	2056	0.8942561581194357	2	2	2	1	1	False	1625	maximal	True	USA0026_01_000000015709	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000012113	3212	0.8942526353295788	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.8592438108796567		0	0	False	False	0.9950186610221863	0					non-mobilizable	plasmid	2919.0	97.36200000000001	100.0	0.2352561516740621	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0045_000000007608	2722	0.8942489874978311	4	3	3	3	3	False	87150	fragment	False	CHI0045_000000007608	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2722.0	99.963	100.0	0.0005136695373764909	CP056301.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00843 chromosome, complete genome	False	False
MON0030_000000013560	2563	0.8942481956891499	3	3	2	2	3	False	72823	fragment	False	MON0030_000000013560	0.9997876857749469		0	0	False	False	0.9988294839859009	0					non-mobilizable	no_good_hit	1549.0	88.509	60.0	0.24897355887666284	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
DEN0070_000000030439	1129	0.8942466577441686	1	1	0	1	0	True	70527	fragment	False	DEN0070_000000030439	1.0		0	0	False	False	0.9796279668807983	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000010466	3184	0.8942366356150718	6	2	2	1	2	False	108720	fragment	False	ISR0176_000000010466	1.0		0	0	False	False	0.9984296560287476	0					non-mobilizable	no_good_hit	153.0	78.431	5.0	0.010848480494288383	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0010_000000005331	3700	0.8942360723500403	7	1	1	1	1	False	67280	maximal	True	ENG0010_000000005331	1.0		4	2	False	False	0.9997297525405884	0					non-mobilizable	no_good_hit	1108.0	98.917	56.0	0.0019970342147704765	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0258_000000001420	7962	0.8942321261909355	7	4	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.7697137842744513		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1572.0	87.15	20.0	0.019582817172816798	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0041_000000039538	1693	0.8942312340234949	2	2	2	2	2	False	11793	maximal	True	MON0041_000000039538	1.0		20	3	False	False	0.9994093179702759	0					non-mobilizable	other	1071.0	97.946	100.0	0.0009728634736135786	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0298_000000011013	1350	0.8942274225837038	3	1	1	1	1	False	25631	fragment	False	ISR0298_000000011013	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	715.0	94.825	100.0	0.00019080409992989556	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0097_000000019890	1536	0.8942253973117831	2	2	2	2	2	False	33280	fragment	False	ISR0097_000000019890	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	74.399	45.0	0.040762463343108506	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0160_000000006871	2565	0.8942208982584726	4	1	1	1	1	True	39344	fragment	False	FIJ0160_000000006871	1.0		0	0	False	False	0.9957115054130554	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	1.1337238320639775e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
MAD0059_000000010811	1791	0.8942170706896979	2	2	2	2	2	False	45314	fragment	False	FIJ0066_000000018179	0.9875346260387812		0	0	False	False	0.9983249306678772	0					non-mobilizable	chromosome	1787.0	92.054	99.0	0.0007534443626170909	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	False	False
FIJ0047_000000004604	6130	0.8942057622674456	8	5	4	5	2	True	52102	fragment	False	FIJ0047_000000004604	0.9897389861429299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	1.0	0.0007570642276921817	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
ENG0175_000000007873	3285	0.8941997001942753	6	4	2	4	1	False	55610	maximal	True	ENG0175_000000007873	1.0		1	1	False	False	0.9975646734237671	0					non-mobilizable	no_good_hit	1282.0	98.596	39.0	0.0005716511883517033	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
USA0093_01_000000010451	1632	0.8941987246996179	2	2	2	2	1	False	86638	fragment	False	CHI0134_000000008218	0.5975154129669221		0	0	False	False	0.9957107901573181	0					non-mobilizable	other	1632.0	99.571	100.0	0.0030097970647558485	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
CHI0039_000000005997	2170	0.8941798810429994	3	3	3	2	2	False	108435	fragment	False	CHI0043_000000003241	0.47493708053691275		0	0	False	False	1.0	0					non-mobilizable	other	2170.0	99.539	100.0	0.0027093399153596716	LN554925.1	enterobacteria	Escherichia coli genome assembly FHI62, scaffold scaffold-23_contig-0.0_1_800564_[organism:Escherichia	False	False
ENG0094_000000005423	3133	0.8941610426218508	3	2	2	2	2	False	67241	maximal	True	ENG0094_000000005423	0.9788892497564143		0	0	False	False	0.9980849027633667	0					non-mobilizable	no_good_hit	1086.0	96.225	35.0	0.00038074912655303476	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0005_000000003894	7654	0.8941503611180448	6	4	2	3	2	False	80081	maximal	True	SPA0005_000000003894	1.0		2	2	False	False	0.9997386932373047	0					non-mobilizable	no_good_hit	3785.0	98.415	69.0	0.0011392992902794852	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0086_000000001299	4799	0.8941483303982489	9	1	1	1	1	False	16040	maximal	True	MAD0086_000000001299	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0039_000000003200	4113	0.8941404018240767	6	5	4	5	5	False	102828	fragment	False	ISR0108_000000005049	0.9697779343294041		0	0	False	False	0.9997568726539612	0					non-mobilizable	other	3464.0	99.42299999999999	93.0	0.0015209596407671645	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0215_000000004570	6226	0.8941359149964779	10	6	4	3	5	True	123816	maximal	False	ISR0315_000000001274	0.9596726677630215	PS595|PS607|PS819|PS904	0	0	True	True	1.0	1350		MOBP			mobilizable	no_good_hit	2679.0	99.21600000000001	80.0	0.5280078895463511	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0315_000000001274	6129	0.8941359149964779	9	6	4	3	5	True	123816	maximal	True	ISR0315_000000001274	0.9628409242608009	PS595|PS607|PS819|PS904	28	8	True	True	1.0	23		MOBP			mobilizable	no_good_hit	2677.0	99.552	81.0	0.5276134122287969	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0126_000000005851	6012	0.8941339073276846	11	9	3	3	8	True	120545	backbone	False	ISR0774_000000003808	0.9850225074137399	PS472|PS846	0	0	True	True	1.0	1713	rep_cluster_1085	MOBB			mobilizable	plasmid	5934.0	99.916	100.0	0.9998314796090327	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
ISR0077_000000029920	1244	0.8941298838417049	1	1	1	1	1	False	34452	maximal	True	ISR0077_000000029920	1.0		0	0	False	False	0.9855305552482605	0					non-mobilizable	no_good_hit	241.0	97.095	19.0	0.0010523177297998842	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ISR0295_000000029238	1214	0.8941255827879935	2	2	2	2	2	False	103979	fragment	False	AST0150_000000016665	0.19356223175965664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	96.721	5.0	1.332684760083426e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0108_000000017431	1620	0.8941255729197315	3	3	3	2	2	False	105484	fragment	False	CAN0018_000000019660	0.7229096318132835		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	99.321	100.0	0.0023277648138003816	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0050_000000004606	4931	0.8941253161760262	7	6	5	6	4	False	116167	fragment	False	ENG0050_000000004606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1576.0	93.845	32.0	0.00035589426976287896	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0019_000000008942	6314	0.8941185311546451	3	3	2	3	1	False	13226	maximal	True	MON0019_000000008942	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	78.685	30.0	0.0002645366453031875	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0324_000000003953	7965	0.8941176747864654	12	7	3	5	5	True	128144	maximal	True	ISR0324_000000003953	1.0	PS1031|PS1033	1	1	False	True	0.9949780106544495	0					non-mobilizable	no_good_hit	3336.0	82.434	57.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0209_000000004592	6209	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9731102022722313	PS1033	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1666.0	89.196	65.0	0.24573884689491626	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ISR0815_000000004562	6160	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9938727262662231	PS1033	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	3336.0	82.404	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0070_000000003086	6160	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9940252447481877	PS1033	0	0	True	True	1.0	64					non-mobilizable	no_good_hit	3336.0	82.434	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0027_000000005575	6160	0.8941176747864654	8	8	3	5	5	True	128142	backbone	True	MON0027_000000005575	0.9942691047173811	PS1033	20	7	True	True	1.0	52					non-mobilizable	no_good_hit	3052.0	83.257	70.0	0.4941698144194449	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0069_000000006483	6160	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9931482074465818	PS1033	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	3336.0	82.044	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0060_000000004781	6160	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9942690923588983	PS1033	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	3336.0	82.434	69.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0024_000000006092	6159	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9927457872760821	PS1033	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	3336.0	82.014	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0054_000000005070	6159	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9927341862521765	PS1033	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	3336.0	82.014	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0015_000000004621	6141	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.976859594648513	PS1033	0	0	False	True	0.9996743202209473	0					non-mobilizable	no_good_hit	3184.0	82.381	70.0	0.512235178190179	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0093_000000003430	6141	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9942596623521495	PS1033	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	3336.0	82.434	69.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0139_000000001547	6141	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9556879626444176	PS1033	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	3216.0	81.99600000000001	70.0	0.5173263261619313	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0162_000000003777	6140	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9941092543226766	PS1033	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	3336.0	82.404	69.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0152_000000003527	6140	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9939677996372818	PS1033	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	3336.0	82.434	69.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0336_000000001633	6139	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9933716256799238	PS1033	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	3336.0	82.374	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0141_000000004496	6139	0.8941176747864654	8	8	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9923866057667896	PS1033	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	2961.0	82.573	70.0	0.47922483166365576	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0169_000000002254	6139	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9919053002502083	PS1033	0	0	True	True	0.9998371005058289	15					non-mobilizable	no_good_hit	3336.0	81.954	69.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0044_000000006326	6139	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9928109907172045	PS1033	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	3336.0	82.014	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0063_000000004434	6127	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9769288875258751	PS1033	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	3169.0	82.36	70.0	0.5097717194941698	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0813_000000004390	6126	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9938325536409331	PS1033	0	0	True	True	0.9995102882385254	1					non-mobilizable	no_good_hit	3336.0	82.434	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0151_000000002715	6125	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9937263925600598	PS1033	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	3336.0	82.434	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0004_000000004274	6120	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.993931297103601	PS1033	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	2346.0	80.13600000000001	70.0	0.3782230251272787	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0115_000000002597	6120	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9935979992932795	PS1033	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	3336.0	82.434	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0194_000000003379	6120	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9762040743687025	PS1033	0	0	True	True	0.9995098114013672	16					non-mobilizable	no_good_hit	3217.0	82.03299999999999	70.0	0.5174905567416653	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0126_000000002321	6119	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9768647614137302	PS1033	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	3207.0	82.351	70.0	0.5160124815240598	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0110_000000003598	6116	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9940068631472424	PS1033	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	3336.0	82.434	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0306_000000001262	6100	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9933376073624269	PS1033	0	0	True	True	0.9998360872268677	16					non-mobilizable	no_good_hit	3336.0	82.28399999999999	69.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
TAN0006_000000001294	6075	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9762257691133817	PS1033	0	0	True	True	0.9996708035469055	32					non-mobilizable	no_good_hit	2697.0	84.501	63.0	0.43734603383149945	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AUS0024_000000005078	6065	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9925347615071867	PS1033	0	0	False	True	0.9958779811859131	0					non-mobilizable	no_good_hit	3336.0	82.434	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0186_000000003672	6060	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9926209073921194	PS1033	0	0	True	True	0.9996699690818787	9					non-mobilizable	no_good_hit	3336.0	82.164	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0185_000000003154	6060	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9854018310137177	PS1033	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	3152.0	81.916	70.0	0.5071440302184267	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0097_000000006058	6060	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9761837205505379	PS1033	0	0	True	True	0.9981848001480103	1					non-mobilizable	no_good_hit	2697.0	84.464	63.0	0.43734603383149945	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0101_000000003842	6059	0.8941176747864654	8	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9908658594029902	PS1033	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	3336.0	82.014	70.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0069_000000003984	6047	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.974380203849146	PS1033	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2697.0	84.501	63.0	0.43734603383149945	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0110_000000004571	6029	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9694169392010529	PS1033	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	2697.0	84.464	64.0	0.43734603383149945	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0295_000000004915	6007	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9675818860310798	PS1033	0	0	True	True	0.9998335242271423	5					non-mobilizable	no_good_hit	2697.0	84.501	63.0	0.43734603383149945	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0371_000000002218	5981	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9636679373705177	PS1033	0	0	True	True	0.9976592659950256	3					non-mobilizable	no_good_hit	2697.0	84.427	63.0	0.43734603383149945	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0057_000000002498	5931	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9561021641640187	PS1033	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1666.0	89.13600000000001	63.0	0.24573884689491626	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
MON0101_000000009483	5715	0.8941176747864654	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.919683284720749	PS1033	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3147.0	82.33200000000001	71.0	0.5063228773197569	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0109_000000002950	5330	0.8941176747864654	7	7	3	5	5	True	101754	fragment	False	CHI0109_000000002950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	88.235	73.0	0.24573884689491626	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
FIJ0115_000000001518	14085	0.8941140513924619	14	13	5	6	12	False	51910	maximal	True	FIJ0115_000000001518	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5703.0	98.87799999999999	87.0	0.025146740809391412	MK649823.1	enterobacteria	Klebsiella pneumoniae strain BA6740 plasmid pBA6740_1, complete sequence	True	False
TAN0007_000000030638	1375	0.8941117686751721	2	2	2	2	2	False	2797	maximal	True	TAN0007_000000030638	1.0		6	4	False	False	0.9978181719779968	0					non-mobilizable	no_good_hit	1103.0	78.785	80.0	0.00030619854920610685	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0030_000000007703	2688	0.8941063648631042	3	2	2	2	1	True	37054	maximal	True	ISR0030_000000007703	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0385_000000004882	4090	0.8941010178221933	7	3	2	2	0	True	23050	maximal	True	ISR0385_000000004882	1.0		37	6	False	False	0.9975550174713135	0					non-mobilizable	no_good_hit								True	True
FIJ0055_000000012274	1176	0.8940997696084484	1	1	1	1	1	False	83743	fragment	False	TAN0027_000000009418	0.9279327721313935		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	94.992	100.0	0.009455884599612437	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0080_000000048328	1210	0.894091116046371	2	2	2	2	2	False	40984	fragment	False	FIJ0128_000000020782	0.9722222222222222		0	0	False	False	1.0	0					non-mobilizable	chromosome	1191.0	94.71	98.0	0.00047477408300520413	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ENG0056_000000002779	4318	0.8940893898894482	4	4	4	4	3	False	129026	fragment	False	ENG0056_000000002779	0.987583153336603		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1512.0	94.11399999999999	67.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	True
ISR0387_000000001865	10200	0.8940884863666416	10	8	6	7	5	False	128750	maximal	True	ISR0387_000000001865	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	5669.0	99.947	56.0	0.18539840376815386	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
CHI0135_000000005488	3696	0.8940872223051632	8	7	5	4	6	True	123556	backbone	False	ISR0826_000000002301	0.4228501184019512	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3697.0	99.973	100.0	0.03096073783057038	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
DEN0090_000000001438	11224	0.8940764600565725	12	5	2	5	4	True	108368	maximal	True	DEN0090_000000001438	1.0	PS671	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	259.0	86.486	2.0	0.002526847757422615	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ENG0187_000000008685	3192	0.8940728955179202	4	4	4	3	2	False	64602	maximal	True	ENG0187_000000008685	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1410.0	83.05	66.0	0.000249933872403603	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0781_000000002775	8094	0.8940705900127108	11	9	8	9	5	False	111526	maximal	True	ISR0781_000000002775	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.945	3.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0055_000000000970	13669	0.8940536516760971	19	17	9	11	16	False	98333	fragment	False	FIJ0055_000000000970	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	13538.0	99.40899999999999	100.0	0.14718289951508035	CP041527.1	enterobacteria	Escherichia coli strain 95 plasmid p5696-1	False	True
USA0044_01_000000019487	1397	0.8940430287024427	2	1	1	1	1	False	1217	maximal	True	USA0044_01_000000019487	1.0		4	3	False	False	0.9620615839958191	0					non-mobilizable	chromosome	1353.0	99.039	97.0	0.0002578833234369972	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ISR0187_000000007726	3550	0.8940365530828719	7	2	1	2	1	False	101162	fragment	False	ISR0187_000000007726	1.0		0	0	False	False	0.996619701385498	0					non-mobilizable	no_good_hit	61.0	100.0	2.0	0.004862236628849271	NZ_WNAJ01000045.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold45_size12340, whole genome shotgun sequence	True	False
ISR0176_000000009555	3467	0.8940365530828719	5	2	1	2	1	False	101163	fragment	False	ISR0176_000000009555	1.0		0	0	False	False	0.9988462924957275	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000026872	1470	0.8940365530828719	3	2	1	2	1	False	30327	fragment	False	ISR0162_000000026872	1.0		0	0	False	False	0.9931972622871399	0					non-mobilizable	no_good_hit								True	False
ENG0124_000000002321	11382	0.894027255821083	18	12	7	10	9	True	126183	backbone	True	ENG0124_000000002321	1.0	PS943	1	1	True	True	1.0	97					non-mobilizable	no_good_hit	1558.0	73.492	13.0	0.19130651388715905	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0115_000000002971	8436	0.8940256533252519	11	7	6	6	7	False	115958	maximal	True	SPA0115_000000002971	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	94.206	17.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
USA0004_01_000000005561	4791	0.8940207957687856	7	5	4	5	4	False	99032	fragment	False	USA0004_01_000000005561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1029.0	78.523	33.0	0.0002315173844385851	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0295_000000005676	5333	0.8940199932158526	6	6	4	5	4	False	132008	fragment	False	ISR0161_000000004806	0.9555822328931572		0	0	False	False	0.9998124837875366	0					non-mobilizable	no_good_hit	2848.0	85.569	53.0	0.0009524155926732702	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
MAD0002_000000007319	4283	0.8940197510893573	4	3	3	3	2	False	20228	maximal	True	MAD0002_000000007319	1.0		6	2	False	False	0.9992995858192444	0					non-mobilizable	no_good_hit	409.0	78.24	10.0	0.002821627392663769	NZ_FUWG01000006.1	spirochetes	Treponema porcinum strain ATCC BAA-908, whole genome shotgun sequence	True	False
MON0063_000000011141	2593	0.8940150856985547	3	2	2	2	1	True	50869	fragment	False	MON0063_000000011141	1.0		0	0	False	False	0.9938295483589172	0					non-mobilizable	no_good_hit								True	True
MON0061_000000019522	2296	0.8940132145332994	4	3	2	2	2	True	10829	maximal	True	MON0061_000000019522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	92.13	28.0	0.11953298739807265	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	True	True
FIJ0136_000000025490	1118	0.894011296796238	2	2	2	1	1	False	40504	maximal	True	FIJ0136_000000025490	1.0		1	1	False	False	0.9937388300895691	0					non-mobilizable	no_good_hit	85.0	97.647	8.0	2.5290791412090264e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0177_000000009975	2801	0.8940073763180941	4	4	4	3	3	False	116616	fragment	False	ISR0205_000000006048	0.9618743701713134		0	0	False	False	1.0	0					non-mobilizable	other	2801.0	99.964	100.0	0.000540544714631001	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0359_000000002428	7994	0.894006486165774	8	3	1	2	2	False	130584	fragment	False	ISR0359_000000002428	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3912.0	99.97399999999999	76.0	0.6970237034396721	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0046_000000026598	1264	0.8940041401457961	2	1	1	1	1	False	6703	maximal	True	SPA0046_000000026598	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000019076	1695	0.8940020598359856	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.906898581437258		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.587	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0130_01_000000020220	1695	0.8940020598359856	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.906898581437258		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.587	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0017_000000017143	1695	0.8940020598359856	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.906898581437258		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.587	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
AST0019_000000000950	18970	0.8939993463262749	19	6	6	6	4	False	122955	maximal	True	AST0019_000000000950	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1699.0	85.16799999999999	12.0	0.037930337532843764	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
AST0104_000000032311	1105	0.8939992457566307	2	2	2	1	1	False	107545	fragment	False	AST0104_000000032311	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1001.0	99.8	91.0	0.000174547942647037	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0225_000000017537	1284	0.8939948971679058	2	2	2	2	2	False	78239	fragment	False	ISR0289_000000009649	0.9725209500934081		0	0	False	False	0.9968847632408142	0					non-mobilizable	other	709.0	98.307	97.0	0.00021166229340878237	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0009_000000002051	4367	0.893993708516631	9	2	1	1	2	False	19786	maximal	True	MAD0009_000000002051	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0080_000000006765	4265	0.893993708516631	7	2	1	1	2	False	89368	fragment	False	ISR0080_000000006765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	95.745	1.0	0.0003391405000110589	NZ_FNBU01000005.1	firmicutes	Sporolituus thermophilus DSM 23256, whole genome shotgun sequence	True	False
MAD0103_000000002733	5734	0.8939889627389861	8	4	3	3	3	False	116199	maximal	True	MAD0103_000000002733	1.0		1	1	False	False	0.992675244808197	0					non-mobilizable	no_good_hit	1586.0	94.38799999999999	51.0	0.00035838304088010186	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0097_000000000943	23587	0.8939888677230471	29	27	13	18	23	True	123670	maximal	True	ENG0097_000000000943	1.0	PS902	3	3	False	True	0.9999151825904846	0	rep_cluster_1702				non-mobilizable	no_good_hit	6504.0	99.86200000000001	82.0	0.007134079438226903	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0847_000000004966	4727	0.8939869718042575	8	5	5	5	5	False	129577	fragment	False	ISR0847_000000004966	1.0		0	0	False	True	0.9968267679214478	0					non-mobilizable	no_good_hit	1789.0	98.882	38.0	0.008345274045170896	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0153_000000000002	95723	0.8939863925473235	86	14	5	12	4	True	127415	maximal	False	SPA0046_000000000019	0.8867530778800002		0	0	True	True	0.9997179508209229	1					non-mobilizable	virus	31117.0	97.31700000000001	97.0	0.31442668365231985	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0018_000000003783	5760	0.8939784513917277	7	5	3	3	4	True	128139	backbone	False	ISR0202_000000001946	0.9923395411532384	PS1032	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	2967.0	82.508	73.0	0.48021021514205947	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0127_000000003160	5699	0.8939784513917277	7	5	3	3	4	True	128139	backbone	False	ISR0202_000000001946	0.9924811540861432	PS1032	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	2979.0	82.57799999999999	67.0	0.48201675151913287	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0075_000000002988	5699	0.8939784513917277	7	5	3	3	4	True	128139	backbone	False	ISR0202_000000001946	0.9924811540861432	PS1032	0	0	True	True	0.9994735717773438	4					non-mobilizable	no_good_hit	2979.0	82.57799999999999	67.0	0.48201675151913287	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0098_000000004426	5699	0.8939784513917277	7	5	3	3	4	True	128139	backbone	False	ISR0202_000000001946	0.9925901028682532	PS1032	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	2979.0	82.57799999999999	67.0	0.48201675151913287	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0008_000000004910	5699	0.8939784513917277	7	5	3	3	4	True	128139	backbone	False	ISR0202_000000001946	0.9923147835187572	PS1032	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2979.0	82.57799999999999	67.0	0.48201675151913287	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0072_000000004486	5631	0.8939784513917277	7	5	3	3	4	True	128139	backbone	False	ISR0202_000000001946	0.9679304978561578	PS1032	0	0	False	True	0.9996448159217834	0					non-mobilizable	no_good_hit	2912.0	82.727	72.0	0.4703563803580227	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0079_000000005003	5605	0.8939784513917277	7	5	3	3	4	True	128139	backbone	False	ISR0202_000000001946	0.9782705725444413	PS1032	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	2939.0	82.375	68.0	0.47561175890950896	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0181_000000003977	5584	0.8939784513917277	7	5	3	3	4	True	128139	backbone	False	ISR0202_000000001946	0.975045075268148	PS1032	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2918.0	82.351	68.0	0.4721629167350961	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0113_000000005617	4443	0.8939784513917277	5	5	3	3	4	True	128134	fragment	False	FIJ0113_000000005617	0.9917818162340235		0	0	False	False	0.9979743361473083	0					non-mobilizable	no_good_hit	2979.0	82.57799999999999	85.0	0.48201675151913287	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0124_000000006568	4391	0.8939784513917277	5	5	3	3	4	True	128134	fragment	False	FIJ0113_000000005617	0.9895285352382746		0	0	False	False	0.9990890622138977	0					non-mobilizable	no_good_hit	2906.0	82.45	85.0	0.4701921497782887	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0139_000000001199	7551	0.8939769926091211	17	4	2	3	2	True	80390	maximal	True	CHI0139_000000001199	1.0		1	1	False	False	0.9974837899208069	0					non-mobilizable	no_good_hit	2099.0	85.66	52.0	0.36256089074460685	MH617106.1	viruses	Inoviridae sp. isolate ctcb32, complete genome	True	True
DEN0081_000000003910	2172	0.8939736667048255	3	3	3	2	1	False	102249	fragment	False	DEN0081_000000003910	0.9593345656192236		0	0	False	False	1.0	0					non-mobilizable	chromosome	2172.0	99.448	100.0	0.00033037140380607336	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0131_000000025093	1442	0.8939696453985959	2	2	1	1	2	False	63046	fragment	False	ISR0131_000000025093	1.0		0	0	False	False	0.9993064999580383	0					non-mobilizable	chromosome	1430.0	95.315	100.0	0.0003165126305198137	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0063_000000023222	1321	0.8939696453985959	2	2	1	1	2	False	63045	fragment	False	ENG0063_000000023222	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1285.0	95.25299999999999	100.0	0.00028475031040449205	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0165_000000001642	10382	0.8939651111676065	12	10	4	4	9	True	112510	fragment	False	FIJ0165_000000001642	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5199.0	96.98	99.0	0.06276394349788846	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0071_000000000208	55448	0.8939645710624509	52	26	12	20	9	True	132147	fragment	False	ISR0104_000000000158	0.9268272437390641		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	98.149	8.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0287_000000012444	1177	0.8939583920546422	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.0937147577210423		0	0	False	False	0.9949023127555847	0					non-mobilizable	other	1186.0	89.713	100.0	0.0003552754031698394	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0010_000000019291	2334	0.8939468240198739	4	3	3	1	1	False	75988	maximal	True	DEN0010_000000019291	1.0		4	2	False	False	0.9931448101997375	0					non-mobilizable	no_good_hit	1814.0	77.729	77.0	0.00046584264864669414	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
USA0089_01_000000001773	5034	0.8939405160132836	7	3	2	2	2	True	26915	maximal	True	USA0089_01_000000001773	1.0		1	1	True	True	1.0	45					non-mobilizable	no_good_hit	1275.0	87.45100000000001	58.0	0.27616974972796515	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
ISR0293_000000008606	4276	0.8939405160132836	9	3	2	2	2	True	25838	maximal	True	ISR0293_000000008606	1.0		1	1	False	False	0.9946211576461792	0					non-mobilizable	no_good_hit	976.0	84.631	42.0	0.13868301026225768	NZ_GL945015.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_1, whole genome shotgun sequence	True	True
MON0082_000000008086	3635	0.8939405160132836	8	3	2	2	2	True	9932	fragment	False	MON0082_000000008086	1.0		0	0	False	False	0.9887207746505737	0					non-mobilizable	no_good_hit	638.0	85.266	18.0	0.09978001257071024	NZ_QENY01000040.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_140, whole genome shotgun sequence	True	True
MON0079_000000005739	4003	0.8939401942778481	6	6	3	6	5	False	10112	maximal	True	MON0079_000000005739	1.0		1	1	False	False	0.9985011219978333	0	IncFIA				non-mobilizable	plasmid	2702.0	99.704	100.0	0.03806798962678994	CP053385.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-1, complete sequence	False	True
ISR0063_000000002173	8577	0.8939282979260116	12	9	4	3	8	True	92305	maximal	True	ISR0063_000000002173	0.9995710338405163	PS479	19	7	True	True	1.0	244		MOBB			mobilizable	no_good_hit	5760.0	99.427	68.0	0.693233806886588	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
SPA0077_000000003022	8557	0.8939282979260116	12	9	4	3	8	True	92305	maximal	False	ISR0063_000000002173	0.9995359262253206	PS479	0	0	True	True	1.0	1177		MOBB			mobilizable	no_good_hit	5760.0	99.444	68.0	0.693233806886588	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
DEN0043_000000000283	8537	0.8939282979260116	12	9	4	3	8	True	92305	maximal	False	ISR0063_000000002173	0.9976312537828437	PS479	0	0	True	True	1.0	213		MOBB			mobilizable	no_good_hit	5760.0	99.39200000000001	68.0	0.693233806886588	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0332_000000004011	3251	0.8939157005614651	6	4	2	2	3	True	120067	fragment	False	ISR0332_000000004011	1.0		0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1455.0	99.931	94.0	0.20624113475177305	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
FIJ0170_000000001756	9160	0.8939123932806327	12	5	3	4	3	False	38836	maximal	True	FIJ0170_000000001756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	98.694	18.0	0.18851977931682123	HG796255.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00063	True	False
ENG0035_000000002101	10771	0.8938927734801264	11	9	7	7	8	False	110264	maximal	True	ENG0035_000000002101	1.0		1	1	False	False	0.9999071359634399	0					non-mobilizable	no_good_hit	3051.0	93.904	51.0	0.0018023799688808757	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
DEN0051_000000002182	13219	0.8938824218497199	19	18	6	12	16	True	132521	backbone	False	USA0060_01_000000001071	0.8635792614378256	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	13231.0	98.337	100.0	0.2591097085285297	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0067_000000007091	3838	0.8938725198428495	7	5	5	3	2	False	118976	fragment	False	AST0093_000000004458	0.6456388113039913		0	0	False	False	1.0	0					non-mobilizable	other	3773.0	95.335	98.0	0.05891224432085965	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0785_000000006387	4746	0.8938624244218276	6	3	1	3	1	False	22210	maximal	True	ISR0785_000000006387	1.0		1	1	False	False	0.9972608685493469	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.254088552054248e-05	NZ_UAVR01000009.1	CFB group bacteria	Chryseobacterium balustinum strain NCTC11212, whole genome shotgun sequence	True	False
ENG0041_000000013915	1763	0.8938548080106279	2	2	2	2	1	False	64748	maximal	True	ENG0041_000000013915	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0135_01_000000008523	1785	0.8938532139828029	3	3	3	3	3	False	86449	fragment	False	USA0135_01_000000008523	1.0		0	0	False	False	0.9983193278312683	0					non-mobilizable	chromosome	1785.0	96.07799999999999	100.0	0.0008301690119871939	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
ENG0175_000000008109	3195	0.8938487564964888	4	3	2	3	1	True	55608	maximal	True	ENG0175_000000008109	1.0		1	1	False	False	0.9946792125701904	0					non-mobilizable	other	3196.0	98.999	100.0	0.6659716430358632	NZ_QICA01000036.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_036, whole genome shotgun sequence	False	True
FIJ0133_000000015648	2410	0.8938457360211386	3	3	3	3	3	False	54972	maximal	True	FIJ0133_000000015648	1.0		3	3	False	False	0.9954356551170349	0					non-mobilizable	no_good_hit	453.0	71.082	18.0	0.0008681001854847321	NZ_SSTM01000002.1	actinobacteria	Parvibacter caecicola strain NM48_B13, whole genome shotgun sequence	True	False
FIJ0023_000000008455	3653	0.8938451501384963	5	4	3	4	4	False	119898	maximal	True	FIJ0023_000000008455	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	75.774	31.0	0.0003216449941926796	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0341_000000003473	3824	0.8938410588533561	5	2	2	2	1	False	118970	maximal	True	ISR0341_000000003473	1.0		0	0	False	False	0.9997385144233704	0					non-mobilizable	no_good_hit	837.0	91.876	22.0	0.050256101235311844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0270_000000004931	1654	0.8938373500524253	4	1	1	1	1	False	26433	fragment	False	ISR0270_000000004931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0003_000000002934	8663	0.8938367085434192	10	3	3	3	2	True	95893	fragment	False	ISR0103_000000001914	0.17268247073261003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0004457142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0134_000000004227	7496	0.8938367085434192	9	3	3	3	2	True	95887	fragment	False	ISR0134_000000004227	1.0		0	0	False	False	0.9991995692253113	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	True
MAD0012_000000005488	4851	0.893833632682485	6	2	1	2	1	False	19695	fragment	False	MAD0012_000000005488	1.0		0	0	False	False	0.9997938275337219	0					non-mobilizable	no_good_hit	171.0	95.322	4.0	0.0020338334170794154	NZ_CABJDZ010000009.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0019_000000005177	4040	0.8938320383739026	5	5	5	5	4	False	66563	fragment	False	ENG0019_000000005177	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4054.0	94.376	100.0	0.017334622217577596	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
USA0121_01_000000009079	5212	0.8938247815579916	9	4	2	3	3	True	116605	backbone	False	USA0080_01_000000007189	0.21460312631186038	PS778|PS779|PS781	0	0	False	True	1.0	0					non-mobilizable	other	5212.0	99.98100000000001	100.0	0.9015570934256055	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0078_01_000000002832	4851	0.8938247815579916	8	4	2	3	3	True	116605	backbone	False	USA0080_01_000000007189	0.21045156670736195	PS778|PS779|PS781	0	0	False	True	1.0	0					non-mobilizable	other	4851.0	99.959	100.0	0.8389273356401384	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0847_000000004914	4766	0.8938247815579916	7	4	2	3	3	True	116605	backbone	False	USA0080_01_000000007189	0.166765377091245	PS778|PS779|PS781	0	0	False	True	1.0	0					non-mobilizable	other	4766.0	99.979	100.0	0.8243944636678201	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0235_000000000810	4704	0.8938247815579916	7	4	2	3	3	True	116605	backbone	False	USA0080_01_000000007189	0.18640088574490585	PS778|PS779|PS781	0	0	False	True	0.9793792366981506	0					non-mobilizable	other	4704.0	99.51100000000001	99.0	0.8134948096885813	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
DEN0055_000000000021	4486	0.8938247815579916	8	4	2	3	3	True	116605	backbone	False	USA0080_01_000000007189	0.14526064178182446	PS778|PS779|PS781	0	0	False	True	1.0	0					non-mobilizable	other	3221.0	99.969	99.0	0.5570934256055363	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
AST0040_000000000807	18075	0.8938118771848427	23	22	6	14	20	True	132542	fragment	False	AST0040_000000000807	0.9742496430348448		0	0	False	True	0.9999446868896484	0			MPF_T		non-mobilizable	chromosome	16317.0	100.0	99.0	0.003076955571597867	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ENG0048_000000009873	2767	0.8938090206348335	4	4	4	4	4	False	64276	fragment	False	ENG0048_000000009873	1.0		0	0	False	False	0.9989157915115356	0					non-mobilizable	other	2767.0	99.169	100.0	0.012044100741979308	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
MON0060_000000004418	6533	0.8938071538863571	10	7	6	6	5	False	10905	maximal	True	MON0060_000000004418	1.0		1	1	False	False	0.9911220073699951	0					non-mobilizable	no_good_hit	286.0	75.175	4.0	8.005214176382687e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0062_000000018544	1294	0.8938070600600574	2	2	2	1	1	False	63178	fragment	False	ENG0062_000000018544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	91.228	4.0	0.00026131103479169775	NZ_KE383987.1	a-proteobacteria	Inquilinus limosus DSM 16000 G537DRAFT_scaffold00009.9, whole genome shotgun sequence	True	False
ISR0807_000000009084	1581	0.8938018344050698	3	2	2	2	1	False	120878	fragment	False	ISR0807_000000009084	1.0		0	0	False	False	0.987349808216095	0					non-mobilizable	other	1258.0	90.7	90.0	0.000356260418133343	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0005_000000001904	14218	0.8938012165750503	18	13	11	12	10	False	95777	maximal	True	SPA0005_000000001904	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	70.122	6.0	0.0002829497457878911	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0053_000000000618	21471	0.893800990840545	28	12	6	6	7	True	129866	fragment	False	MON0053_000000000618	1.0		0	0	False	False	0.9989753365516663	0					non-mobilizable	other	6566.0	97.45700000000001	92.0	0.0018052121819473275	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	True
ENG0037_000000011396	2945	0.8937996608516324	5	5	4	3	4	False	65225	maximal	True	ENG0037_000000011396	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	78.247	32.0	0.0034226584339162244	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0021_000000008436	4852	0.8937920259419214	4	3	3	3	3	False	91660	maximal	True	CAN0021_000000008436	1.0		2	1	False	False	0.9991756081581116	0					non-mobilizable	no_good_hit	236.0	75.0	5.0	7.846988440342007e-05	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0291_000000004870	2793	0.8937871580188487	5	2	1	1	1	True	37895	fragment	False	ISR0291_000000004870	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1575.0	84.25399999999999	84.0	0.14211815954260823	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
USA0051_01_000000010661	1912	0.8937871580188487	4	2	1	1	1	True	88664	fragment	False	SPA0136_000000021897	0.9994769874476988		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1583.0	83.575	82.0	0.32023615635179153	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
SPA0136_000000021897	1912	0.8937871580188487	4	2	1	1	1	True	88664	fragment	False	SPA0136_000000021897	0.9994769874476988		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1583.0	83.575	82.0	0.32023615635179153	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0076_000000005066	1700	0.8937871580188487	4	2	1	1	1	True	88663	fragment	False	CHI0076_000000005066	0.997128851298851		0	0	False	False	0.9994117617607117	0	rep_cluster_1085				non-mobilizable	no_good_hit	1528.0	83.639	89.0	0.309242671009772	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0134_000000009436	1689	0.8937871580188487	4	2	1	1	1	True	88663	fragment	False	CHI0076_000000005066	0.9952080658831222		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1525.0	83.60700000000001	89.0	0.30863192182410426	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0169_000000009484	1621	0.8937871580188487	3	2	1	1	1	True	88663	fragment	False	CHI0076_000000005066	0.9672804400611625		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1525.0	83.60700000000001	93.0	0.30863192182410426	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
CHI0063_000000009415	1473	0.8937871580188487	3	2	1	1	1	True	88663	fragment	False	CHI0076_000000005066	0.2818305870118042		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1487.0	83.65799999999999	99.0	0.30130293159609123	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
CHI0158_000000013441	1461	0.8937871580188487	2	2	1	1	1	True	88319	fragment	False	CHI0182_000000018569	0.9460715622233482		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1463.0	98.36	100.0	0.13267991650785008	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
CHI0144_000000011666	1444	0.8937871580188487	3	2	1	1	1	True	79826	fragment	False	CHI0144_000000011666	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1349.0	85.24799999999999	93.0	0.27422638436482083	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
CHI0033_000000005065	1433	0.8937871580188487	2	2	1	1	1	True	88319	fragment	False	CHI0182_000000018569	0.9052117524453883		0	0	False	False	0.9986042976379395	0	rep_cluster_1085				non-mobilizable	other	1279.0	97.26299999999999	99.0	0.30181990073268733	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0016_000000016682	1338	0.8937871580188487	4	2	1	1	1	True	37894	fragment	False	ISR0016_000000016682	1.0		0	0	False	False	0.9992526173591614	0					non-mobilizable	no_good_hit	793.0	86.633	72.0	0.07187585080315818	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0037_000000007831	1802	0.8937827790454778	3	3	3	3	3	False	87942	maximal	True	CHI0037_000000007831	1.0		1	1	False	False	0.9950055480003357	0					non-mobilizable	other	1802.0	99.667	100.0	0.009326532197509127	NZ_KB291645.1	firmicutes	Clostridium celatum DSM 1785 Scfld77, whole genome shotgun sequence	False	False
ISR0191_000000001740	5097	0.8937801477882601	11	3	2	2	3	False	29158	fragment	False	ISR0191_000000001740	1.0		0	0	False	False	0.9992152452468872	0					non-mobilizable	no_good_hit	553.0	88.60799999999999	11.0	0.0851063829787234	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	False
SPA0084_000000015488	1258	0.8937723512912831	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.13028156264472499		0	0	False	False	0.9634340405464172	0					non-mobilizable	chromosome	1201.0	98.335	95.0	0.0005298354772537214	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0132_000000001079	17766	0.8937637762442754	14	7	5	7	5	False	40802	fragment	False	FIJ0132_000000001079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.714881392399102e-07	AP022679.1	bony fishes	Epinephelus fuscoguttatus DNA, LG5, complete sequence	True	False
FIJ0041_000000003170	10186	0.8937593857700777	13	10	6	7	6	False	52592	backbone	True	FIJ0041_000000003170	0.9861160943846586	PS216	3	1	True	True	1.0	3					non-mobilizable	no_good_hit	1566.0	71.648	15.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
CHI0170_000000001518	7164	0.8937565533160658	9	3	1	2	2	True	85182	backbone	True	CHI0170_000000001518	0.927315274429159	PS428	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.00016914604797752713	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
CHI0148_000000001504	7051	0.8937565533160658	6	3	1	2	2	True	85182	backbone	False	CHI0170_000000001518	0.9155156026120796	PS428	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.489273453978935e-06	LN590672.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG37, chromosome: 37	True	True
MAD0080_000000000576	6973	0.8937565533160658	7	3	1	2	2	True	16164	maximal	True	MAD0080_000000000576	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
SPA0045_000000004126	6639	0.8937506534215461	8	6	3	4	3	False	22662	fragment	False	SPA0045_000000004126	1.0		0	0	False	False	0.9933724999427795	0					non-mobilizable	no_good_hit	1338.0	95.21700000000001	20.0	0.13636827600285803	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
CHI0185_000000000220	40228	0.8937473084695735	57	18	4	11	13	False	77239	maximal	True	CHI0185_000000000220	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	89.102	2.0	0.0001882799873369212	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0085_000000002090	1310	0.8937463887402188	1	1	1	1	1	False	120875	fragment	False	CHI0085_000000002090	0.995172968624296		0	0	False	False	1.0	0					non-mobilizable	other	1044.0	90.038	92.0	0.0002955116297026375	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0099_000000026773	1146	0.8937463887402188	2	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.10977414561777121		0	0	False	False	0.9799301624298096	0					non-mobilizable	other	1147.0	97.036	100.0	0.011931658458879507	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0108_000000010721	2772	0.8937419185417291	5	5	4	3	3	True	123556	backbone	False	ISR0826_000000002301	0.16555185982122392	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2783.0	99.605	100.0	0.027762254510617916	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0088_000000005132	3963	0.8937377521054596	4	4	2	4	3	True	72498	fragment	False	MAD0088_000000005132	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0107_000000025557	1552	0.8937252316624226	2	2	2	2	2	False	14663	fragment	False	MAD0107_000000025557	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0087_000000023082	1597	0.8937152823956334	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.40508395166671146		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	95.86200000000001	99.0	0.0004426523596092218	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0015_000000022263	1445	0.893709307752534	3	3	2	2	1	True	50317	maximal	True	FIJ0015_000000022263	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	85.13	89.0	0.000220391182305358	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0052_000000008842	1808	0.8937085143218285	3	3	3	3	2	False	104729	fragment	False	CHI0052_000000008842	1.0		0	0	False	False	0.9922566413879395	0					non-mobilizable	other	1789.0	99.553	99.0	0.0007723386084593336	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
MON0109_000000006600	4857	0.8937031945769882	3	2	2	2	2	False	37469	fragment	False	MON0109_000000006600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2469.0	74.484	50.0	0.12221499023681971	NZ_GL638141.1	firmicutes	Selenomonas artemidis F0399 Scfld51, whole genome shotgun sequence	True	False
MON0002_000000004504	4406	0.8937031945769882	2	2	2	2	2	False	37468	fragment	False	MON0029_000000004256	0.9523462896178886		0	0	False	False	0.979800283908844	0					non-mobilizable	no_good_hit	593.0	84.486	13.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0142_000000016499	1135	0.893702625582553	2	1	1	1	1	False	79967	maximal	True	CHI0142_000000016499	1.0		1	1	False	False	0.9938325881958008	0					non-mobilizable	no_good_hit	237.0	99.57799999999999	21.0	0.006514298332781274	NZ_NFIG01000037.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_37, whole genome shotgun sequence	True	False
SPA0075_000000005244	3200	0.8937013922070498	3	1	1	1	1	False	27124	fragment	False	SPA0075_000000005244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	94.22	5.0	0.0007527352297592997	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0117_000000015950	2379	0.8936944025001086	4	3	2	2	3	False	4492	fragment	False	SPA0117_000000015950	1.0		0	0	False	False	0.9953762292861938	0					non-mobilizable	no_good_hit								True	False
CHI0114_000000003008	2400	0.8936934047983291	3	3	2	3	2	False	82306	fragment	False	CHI0114_000000003008	1.0		0	0	False	False	0.9991666674613953	0					non-mobilizable	no_good_hit	1004.0	81.574	56.0	0.0004570490488249642	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0835_000000007752	1865	0.8936934047983291	3	3	2	3	2	False	81890	fragment	False	ISR0835_000000007752	1.0		0	0	False	False	0.9946380853652954	0					non-mobilizable	no_good_hit	1168.0	80.223	62.0	0.000527938289050877	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0033_000000001553	26540	0.8936896767626321	22	15	10	11	5	True	119120	maximal	False	MON0005_000000000537	0.95171941738129	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	87.29799999999999	6.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0306_000000002780	3269	0.8936855920635507	5	2	1	2	0	True	130314	backbone	False	ISR0009_000000009815	0.8812720434632527	PS1094	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1019.0	99.215	82.0	0.25135802469135804	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0023_000000009836	3193	0.8936855920635507	5	2	1	2	0	True	130308	backbone	False	FIJ0133_000000011734	0.9751260751654904	PS1093|PS387	0	0	True	True	0.9968681335449219	1					non-mobilizable	no_good_hit	1050.0	98.667	65.0	0.3458621826574349	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0057_000000009830	3172	0.8936855920635507	5	2	1	2	0	True	125758	fragment	False	FIJ0057_000000009830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	89.359	51.0	0.00026785564291887363	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0039_000000015182	3040	0.8936855920635507	4	2	1	2	0	True	81758	fragment	False	MON0039_000000015182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	91.67399999999999	49.0	0.00033510298621019596	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0260_000000005136	2507	0.8936855920635507	5	2	1	2	0	True	120360	fragment	False	ISR0260_000000005136	0.9217071004978911		0	0	False	False	0.9744715094566345	0					non-mobilizable	no_good_hit								True	True
ISR0131_000000013770	2300	0.8936855920635507	3	2	1	2	0	True	120360	fragment	False	ISR0260_000000005136	0.6253829321663019		0	0	False	False	0.9917391538619995	0					non-mobilizable	no_good_hit								True	True
ENG0020_000000009359	2112	0.8936855920635507	2	2	1	2	0	True	100853	backbone	False	ISR0032_000000015766	0.9237990626006551	PS584	0	0	True	True	0.9995265007019043	22					non-mobilizable	no_good_hit								True	True
ISR0246_000000011233	1964	0.8936855920635507	3	2	1	2	0	True	100309	fragment	False	AUS0016_000000014805	0.9272036593180172		0	0	False	False	0.9969450235366821	0					non-mobilizable	no_good_hit								True	True
ISR0132_000000014530	1951	0.8936855920635507	3	2	1	2	0	True	92723	fragment	False	ISR0132_000000014530	1.0		0	0	False	False	0.9728344678878784	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000020690	1540	0.8936855920635507	3	2	1	2	0	True	125757	fragment	False	MAD0022_000000007809	0.6094465823902974		0	0	False	False	1.0	0					non-mobilizable	other	969.0	93.911	100.0	0.0002914462629393259	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0036_000000028277	1515	0.8936855920635507	3	2	1	2	0	True	125757	fragment	False	MAD0022_000000007809	0.45452580295820005		0	0	False	False	1.0	0					non-mobilizable	other	974.0	93.84	94.0	0.0002923495054897577	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0037_000000055915	1361	0.8936855920635507	2	2	1	2	0	True	125755	fragment	False	FIJ0166_000000017103	0.6946064028856168		0	0	False	False	1.0	0					non-mobilizable	other	629.0	88.712	93.0	0.0001881755313399573	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0067_000000023378	1327	0.8936855920635507	3	2	1	2	0	True	125755	fragment	False	FIJ0166_000000017103	0.6784964789604471		0	0	False	False	1.0	0					non-mobilizable	chromosome	668.0	96.85600000000001	100.0	0.00023501289924404185	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0138_000000010725	1322	0.8936855920635507	5	2	1	2	0	True	80414	fragment	False	CHI0138_000000010725	1.0		0	0	False	False	0.998487114906311	0					non-mobilizable	no_good_hit	223.0	73.094	17.0	6.593670618152104e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0073_000000018304	1284	0.8936855920635507	2	2	1	2	0	True	118240	fragment	False	MAD0072_000000001538	0.18926743549740133		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	99.766	100.0	0.00045237812323372436	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
CHI0153_000000012174	1199	0.8936855920635507	3	2	1	2	0	True	79238	fragment	False	CHI0153_000000012174	0.7513518479262247		0	0	False	False	1.0	0					non-mobilizable	other	898.0	95.88	100.0	0.000279055181995621	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0033_000000017981	1181	0.8936855920635507	2	2	1	2	0	True	73585	fragment	False	DEN0033_000000017981	0.9418295441654377		0	0	False	False	1.0	0					non-mobilizable	chromosome	608.0	96.546	100.0	0.0002141934381999	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0100_000000024202	1145	0.8936855920635507	2	2	1	2	0	True	118240	fragment	False	MAD0072_000000001538	0.03289397093926864		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	99.56299999999999	100.0	0.00030445848040620724	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0084_000000034375	1108	0.8936855920635507	2	2	1	2	0	True	73585	fragment	False	DEN0033_000000017981	0.9136325148179509		0	0	False	False	0.9981949329376221	0					non-mobilizable	other	1109.0	93.147	100.0	0.00034345253168691813	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0013_000000053202	1026	0.8936855920635507	2	2	1	2	0	True	13458	fragment	False	MON0013_000000053202	1.0		0	0	False	False	1.0	0					non-mobilizable	other	476.0	96.429	91.0	0.00014301340381836755	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0033_000000018318	1711	0.8936846076520379	4	3	3	2	2	False	7197	fragment	False	SPA0033_000000018318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0135_01_000000012852	1192	0.8936830251001094	2	1	1	1	1	False	28	fragment	False	USA0135_01_000000012852	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	100.0	100.0	0.0008891754628966264	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
FIJ0090_000000033304	1399	0.8936826756679115	2	1	1	1	1	False	59572	fragment	False	ENG0114_000000009557	0.4779163857046527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	92.07	85.0	6.969837681250398e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
USA0003_01_000000029431	1268	0.8936826756679115	2	1	1	1	1	False	32182	fragment	False	USA0003_01_000000029431	0.9965818203450898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	82.40700000000001	86.0	0.00011911677542118623	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0121_000000020762	1261	0.8936826756679115	2	1	1	1	1	False	32182	fragment	False	USA0003_01_000000029431	0.9956999998568824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	82.40700000000001	86.0	0.00011911677542118623	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0395_000000030894	1244	0.8936826756679115	2	1	1	1	1	False	32182	fragment	False	USA0003_01_000000029431	0.9869189300776314		0	0	False	False	0.9734726548194885	0					non-mobilizable	no_good_hit	746.0	82.44	86.0	0.00011339448942784864	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
USA0016_01_000000011316	1222	0.8936826756679115	2	1	1	1	1	False	32182	fragment	False	USA0003_01_000000029431	0.9817696244435464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	82.44	87.0	0.00011339448942784864	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0056_000000030812	1159	0.8936826756679115	2	1	1	1	1	False	32182	fragment	False	USA0003_01_000000029431	0.9531862716426385		0	0	False	False	0.9844693541526794	0					non-mobilizable	no_good_hit	746.0	82.44	86.0	0.00011339448942784864	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0170_000000042324	1118	0.8936826756679115	3	1	1	1	1	False	32182	fragment	False	USA0003_01_000000029431	0.4070854797025559		0	0	False	False	0.9955277442932129	0					non-mobilizable	no_good_hit	782.0	85.678	70.0	0.07540220973056794	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
USA0113_01_000000016079	1103	0.8936826756679115	2	1	1	1	1	False	32182	fragment	False	USA0003_01_000000029431	0.537719624850053		0	0	False	False	0.9981867671012878	0					non-mobilizable	no_good_hit	690.0	81.449	85.0	0.00010477835454594969	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
FIJ0042_000000000072	58342	0.8936804307004641	102	23	10	17	13	True	88786	maximal	True	FIJ0042_000000000072	1.0		4	1	True	True	1.0	7					non-mobilizable	no_good_hit	8243.0	91.484	54.0	0.14574841385177045	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0032_000000013328	2639	0.8936731207280505	3	2	2	2	1	False	48443	maximal	True	FIJ0032_000000013328	1.0		1	1	False	False	0.9996210932731628	0					non-mobilizable	no_good_hit	52.0	86.538	2.0	7.890030434533354e-07	LR812063.1	bony fishes	Danio rerio genome assembly, chromosome: 1	True	False
MAD0066_000000002155	6620	0.8936701862937865	8	8	8	8	8	False	98060	fragment	False	ISR0056_000000002437	0.9485218735953528		0	0	False	False	0.9995468258857727	0					non-mobilizable	chromosome	6620.0	99.955	100.0	0.0013897363175325976	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
TAN0016_000000007154	1652	0.8936416912582928	2	2	2	2	2	False	2514	fragment	False	TAN0016_000000007154	1.0		0	0	False	False	0.9993946552276611	0					non-mobilizable	no_good_hit	877.0	76.967	53.0	0.00017304207976221982	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
MAD0030_000000000437	14686	0.8936369290856617	18	4	4	4	4	False	18991	fragment	False	MAD0030_000000000437	1.0		0	0	False	False	0.9999319314956665	0					non-mobilizable	no_good_hit								True	False
ISR0133_000000007911	2559	0.8936317892370487	4	3	3	3	3	False	63209	fragment	False	ISR0002_000000007011	0.47891455812247896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	71.92	13.0	0.008485394608395284	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0111_000000001885	15269	0.8936235640148374	12	5	4	5	3	True	82666	maximal	True	CHI0111_000000001885	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	96.154	1.0	0.010407422347720855	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0109_000000000553	20928	0.8936157236545729	23	3	2	3	2	False	82856	fragment	False	CHI0109_000000000553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7052.0	93.54799999999999	69.0	0.00219230977427329	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0071_000000002099	13375	0.8936157236545729	17	3	2	3	2	False	70519	fragment	False	DEN0071_000000002099	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7050.0	93.759	95.0	0.00219230977427329	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0790_000000011410	1492	0.8936074118921785	2	2	2	2	1	False	22071	fragment	False	ISR0790_000000011410	1.0		0	0	False	False	0.9865951538085938	0					non-mobilizable	no_good_hit	171.0	73.684	11.0	5.1191225884464736e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
USA0086_01_000000004281	4428	0.8935670357221497	5	3	2	3	0	True	101835	fragment	False	USA0086_01_000000004281	0.9777833791340785		0	0	False	False	0.9916440844535828	0					non-mobilizable	no_good_hit								True	True
ISR0161_000000019459	1592	0.8935463575962054	2	1	1	1	1	False	30382	maximal	True	ISR0161_000000019459	1.0		5	2	False	False	0.981783926486969	0					non-mobilizable	no_good_hit	668.0	77.096	42.0	0.00011801655424304487	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ENG0210_000000009453	2514	0.8935442842604893	2	2	0	2	1	True	53731	maximal	True	ENG0210_000000009453	1.0		1	1	True	True	0.999602198600769	25					non-mobilizable	no_good_hit								True	True
AST0025_000000020517	1823	0.8935418693716978	5	1	1	1	1	False	120263	fragment	False	AST0025_000000020517	1.0		0	0	False	False	0.9978058338165283	0					non-mobilizable	other	1838.0	91.023	100.0	0.006793645811145615	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	False	False
DEN0026_000000008950	3290	0.8935276463071901	4	3	2	3	1	False	74205	maximal	True	DEN0026_000000008950	1.0		1	1	False	False	0.9945288896560669	0					non-mobilizable	no_good_hit	162.0	85.185	5.0	5.666077512648633e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0112_000000012261	2217	0.8935256220525141	4	2	2	2	2	False	75406	fragment	False	FIJ0112_000000012261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	73.852	23.0	0.006367313606145287	NZ_FWXW01000010.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ISR0400_000000002351	6803	0.8935205715844333	9	6	2	4	6	False	109919	fragment	False	ISR0025_000000004431	0.49235572197184035		0	0	False	False	1.0	0					non-mobilizable	other	4805.0	99.93799999999999	100.0	0.0013543524012538336	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0232_000000021041	1399	0.8935113402443644	3	2	2	2	2	False	31277	fragment	False	ISR0380_000000008442	0.9769392033542976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	75.817	11.0	3.837559456416142e-05	CP047593.1	bacteria	Kiritimatiellaeota bacterium S-5007 chromosome, complete genome	True	False
DEN0026_000000002923	9484	0.8935095113889641	15	10	6	8	8	True	126308	maximal	True	DEN0026_000000002923	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1627.0	89.67399999999999	17.0	0.00026618160276750143	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
CHI0127_000000010416	1746	0.8935041830764119	2	2	1	2	2	False	81365	fragment	False	CHI0127_000000010416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0099_000000002400	8035	0.8934961508720758	9	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9919047716761996	PS879|PS961|PS962|PS963	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	1525.0	96.066	45.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0029_000000003755	8034	0.8934961508720758	9	4	1	2	3	False	126502	maximal	True	AST0029_000000003755	0.9919666362217026	PS879|PS961|PS962|PS963	28	7	True	True	1.0	771					non-mobilizable	no_good_hit	1525.0	96.131	45.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0165_000000002069	8034	0.8934961508720758	9	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.991605329227567	PS879|PS961|PS962|PS963	0	0	True	True	1.0	78					non-mobilizable	no_good_hit	1525.0	96.066	45.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0083_000000002888	8034	0.8934961508720758	10	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9907123061469741	PS879|PS961|PS962|PS963	0	0	True	True	1.0	135					non-mobilizable	no_good_hit	1525.0	96.131	45.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0119_000000003720	7988	0.8934961508720758	9	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9913249203738642	PS879|PS961|PS962|PS963	0	0	True	True	0.9986229538917542	8					non-mobilizable	no_good_hit	1525.0	96.131	44.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0014_000000003313	7974	0.8934961508720758	9	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9917805216403013	PS879|PS961|PS962|PS963	0	0	True	True	0.9998745918273926	14					non-mobilizable	no_good_hit	1525.0	96.066	44.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0144_000000002620	7974	0.8934961508720758	9	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9917805216403013	PS879|PS961|PS962|PS963	0	0	True	True	0.999122142791748	18					non-mobilizable	no_good_hit	1525.0	96.066	44.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0102_000000002515	7973	0.8934961508720758	9	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9904179888296287	PS879|PS961|PS962|PS963	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1525.0	96.0	44.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0131_000000003575	7973	0.8934961508720758	9	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9912873359014535	PS879|PS961|PS962|PS963	0	0	True	True	0.9998745918273926	7					non-mobilizable	no_good_hit	1525.0	96.066	44.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0112_000000003110	7973	0.8934961508720758	9	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9918361710441466	PS879|PS961|PS962|PS963	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1525.0	96.131	44.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0262_000000001811	7910	0.8934961508720758	9	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9884233383682722	PS879|PS961|PS962|PS963	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1183.0	94.928	43.0	0.19962335216572505	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0172_000000002042	7887	0.8934961508720758	10	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9801772654069756	PS879|PS961|PS962|PS963	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	1189.0	95.12200000000001	44.0	0.2032186269474405	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0039_01_000000003060	7701	0.8934961508720758	9	4	1	2	3	False	126502	maximal	False	AST0029_000000003755	0.9039187891963292	PS879|PS961|PS962|PS963	0	0	True	True	1.0	91					non-mobilizable	no_good_hit	1525.0	96.131	45.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0216_000000003890	5174	0.8934939249668391	7	3	2	2	2	True	70180	fragment	False	ISR0216_000000003890	1.0		0	0	False	False	0.9998067021369934	0					non-mobilizable	no_good_hit	1168.0	72.517	22.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0257_000000004986	3229	0.8934939249668391	4	3	2	2	2	True	70179	fragment	False	ISR0257_000000004986	1.0		0	0	False	False	0.9987612366676331	0					non-mobilizable	no_good_hit	1500.0	78.933	46.0	0.18507908830489475	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0008_000000009994	1335	0.8934787255191268	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9889675566875019		0	0	False	False	0.9955056309700012	0					non-mobilizable	other	1335.0	99.551	100.0	0.0029489917277908204	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0266_000000015949	1320	0.8934787255191268	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9627375270787909		0	0	False	False	0.9931818246841431	0					non-mobilizable	other	1320.0	99.545	100.0	0.0029158321506417484	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0241_000000012379	1315	0.8934787255191268	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9585579141202322		0	0	False	False	1.0	0					non-mobilizable	other	1315.0	99.544	100.0	0.0029047789582587243	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0151_000000009065	2761	0.8934711793325468	5	4	4	4	3	False	115016	fragment	False	SPA0153_000000005755	0.9253410120026834		0	0	False	False	0.9938428401947021	0					non-mobilizable	no_good_hit	488.0	82.58200000000001	41.0	0.00011042993753338974	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0091_01_000000000866	11581	0.8934695737352284	16	16	6	10	14	True	132521	backbone	False	USA0060_01_000000001071	0.13984836427388134	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	11583.0	99.73200000000001	100.0	0.30877529797616193	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0033_000000006884	3810	0.8934663693280055	5	3	2	2	2	True	65753	maximal	True	ENG0033_000000006884	0.9506296330573276		1	1	True	True	1.0	592					non-mobilizable	no_good_hit	1827.0	94.30799999999999	54.0	0.48073878627968336	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ENG0124_000000008128	3790	0.8934663693280055	6	3	2	2	2	True	65753	maximal	False	ENG0033_000000006884	0.9449587136142422		0	0	True	True	1.0	81					non-mobilizable	no_good_hit	1881.0	92.50399999999999	56.0	0.49445910290237466	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ISR0319_000000004547	3625	0.8934663693280055	5	3	2	2	2	True	65753	maximal	False	ENG0033_000000006884	0.9220134842680975		0	0	True	True	0.999448299407959	1					non-mobilizable	no_good_hit	1227.0	93.64299999999999	55.0	0.3221635883905013	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ENG0058_000000008630	3606	0.8934663693280055	5	3	2	2	2	True	65753	maximal	False	ENG0033_000000006884	0.7761957617930554		0	0	False	True	0.9919578433036804	0					non-mobilizable	no_good_hit	1891.0	93.125	52.0	0.49656992084432716	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
CAN0005_000000005590	3181	0.8934663693280055	5	3	2	2	2	True	96245	maximal	False	CAN0004_000000008371	0.9826272965288473		0	0	True	True	1.0	69					non-mobilizable	no_good_hit	443.0	99.774	22.0	0.11662269129287599	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
CAN0004_000000008371	3161	0.8934663693280055	5	3	2	2	2	True	96245	maximal	True	CAN0004_000000008371	0.9837880270763039		2	1	True	True	1.0	93					non-mobilizable	no_good_hit	443.0	99.774	22.0	0.11662269129287599	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ISR0819_000000002965	7213	0.8934592439191408	7	2	1	2	1	False	44976	maximal	True	ISR0819_000000002965	0.9997842037116962		14	4	False	False	0.9962567687034607	0					non-mobilizable	no_good_hit	255.0	91.37299999999999	13.0	0.0015027185005945796	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ISR0236_000000001022	6951	0.8934592439191408	5	2	1	2	1	False	44976	maximal	False	ISR0819_000000002965	0.9816303895743796		0	0	False	False	0.9997122883796692	0					non-mobilizable	no_good_hit	255.0	91.37299999999999	13.0	0.0015027185005945796	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ETH0004_000000003183	8535	0.8934591501440102	10	6	4	3	4	True	126522	backbone	False	ISR0029_000000004601	0.2752432959500658	PS624|PS966	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3741.0	93.932	83.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0069_000000009336	2545	0.8934362727146176	3	3	3	3	3	False	5955	maximal	True	SPA0069_000000009336	1.0		21	5	False	False	0.9960707426071167	0					non-mobilizable	chromosome	2526.0	99.96	100.0	0.0009294138692842888	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ENG0192_000000015776	1442	0.8934361200718756	2	2	2	2	1	False	113038	maximal	True	ENG0192_000000015776	1.0		7	3	False	False	0.9930651783943176	0					non-mobilizable	no_good_hit	1148.0	99.564	80.0	0.0005082777935337492	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	True	False
ISR0074_000000003424	7333	0.8934275812934086	9	9	7	8	6	True	126941	maximal	True	ISR0074_000000003424	1.0	PS981	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2742.0	95.66	76.0	0.0009063139429035486	CP042597.1	firmicutes	Enterococcus durans strain VREdu chromosome	True	True
ETH0003_000000012998	2859	0.893422672394343	3	3	3	3	3	False	53214	maximal	True	ETH0003_000000012998	1.0		2	2	False	False	0.9867086410522461	0					non-mobilizable	other	2857.0	98.635	99.0	0.017668719249930378	NZ_FUXC01000006.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	False	False
SPA0034_000000003925	8058	0.8934225850858913	13	5	4	4	2	False	71284	maximal	True	SPA0034_000000003925	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2530.0	93.63600000000001	83.0	0.0015090940411421024	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0160_000000009542	2936	0.8934197696352131	7	2	2	2	1	False	30555	maximal	False	ISR0157_000000009824	0.9546485260770975		0	0	False	False	0.9863760471343994	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	2.0	0.004495667811018473	NZ_LZYI01000102.1	proteobacteria	Acidithiobacillus thiooxidans strain ZBY Contig102, whole genome shotgun sequence	True	False
MON0040_000000007797	3421	0.8934174538361139	6	5	3	4	3	True	104849	fragment	False	DEN0064_000000009405	0.8912431433276308		0	0	False	False	0.9997076988220215	0					non-mobilizable	plasmid	3165.0	97.441	100.0	0.254941508672852	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0114_000000008118	4502	0.8934154375404378	4	4	2	2	3	True	132358	backbone	False	ISR0371_000000002559	0.07845773434822609	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4503.0	99.911	100.0	0.44193580053008735	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0119_000000008677	3726	0.8934128555642369	5	5	5	4	4	False	59671	maximal	True	ISR0119_000000008677	1.0		12	2	False	False	0.9997316002845764	0					non-mobilizable	other	3729.0	96.11200000000001	100.0	0.001058277959204066	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0146_000000000034	97177	0.8934128439446601	122	30	14	22	12	True	39994	maximal	True	FIJ0146_000000000034	1.0		1	1	True	True	1.0	36					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.857396673843996e-07	LR812067.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
SPA0061_000000012599	1177	0.8934126987438349	2	1	1	1	1	False	59510	fragment	False	ENG0115_000000016313	0.6294003710212995		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	95.335	100.0	0.010734649725904332	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0023_000000002919	6928	0.8934036669607669	9	8	6	7	4	True	19393	maximal	True	SPA0023_000000002919	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2824.0	82.542	40.0	0.13855032087955824	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ISR0836_000000004584	4346	0.893395441828471	7	4	3	4	2	False	20935	fragment	False	ISR0836_000000004584	1.0		0	0	False	False	0.999769926071167	0					non-mobilizable	no_good_hit	625.0	98.72	21.0	0.00024679824757423824	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
SPA0061_000000009245	1723	0.8933907538965079	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.6794283405685828		0	0	False	False	1.0	0					non-mobilizable	other	1655.0	98.429	96.0	0.03916275986172278	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0178_000000011292	1539	0.8933907538965079	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.40249412292656983		0	0	False	False	0.9974009394645691	0					non-mobilizable	other	1539.0	94.152	100.0	0.006369479542657279	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
SPA0010_000000002651	6566	0.8933859932975855	8	6	3	6	3	False	57756	maximal	False	SPA0096_000000004944	0.9924196817181391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	93.699	6.0	0.00015258247942337238	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0141_000000004132	6322	0.8933859932975855	8	6	3	6	3	False	57756	maximal	False	SPA0096_000000004944	0.9675277982323212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	0.000251090473048013	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0011_000000006909	4521	0.8933809311238428	4	3	3	2	3	True	97336	fragment	False	CAN0011_000000006909	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4528.0	95.539	99.0	0.000698346453969054	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	True
FIJ0031_000000006381	3632	0.8933616605403799	3	3	3	3	3	False	52043	fragment	False	FIJ0031_000000006381	0.9948527309122105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	25.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0388_000000018696	1871	0.8933591933792929	3	1	1	1	1	True	22936	maximal	True	ISR0388_000000018696	1.0		0	0	False	False	0.9994655251502991	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.132449588865227e-05	NZ_JGYW01000004.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig04, whole genome shotgun sequence	True	True
ISR0108_000000019193	1191	0.8933529034047764	3	2	2	2	1	False	32775	fragment	False	SPA0101_000000030046	0.6553998351195384		0	0	False	False	0.9991603493690491	0					non-mobilizable	other	1191.0	99.244	100.0	0.00043216388816760695	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0142_000000010389	3167	0.8933528509818376	4	3	2	2	2	True	40209	maximal	True	FIJ0142_000000010389	1.0		1	1	False	False	0.99968421459198	0					non-mobilizable	no_good_hit								True	True
ISR0157_000000009872	3073	0.8933285485232132	5	5	3	4	4	False	122181	fragment	False	FIJ0045_000000007084	0.974324162488772		0	0	False	False	0.9947933554649353	0					non-mobilizable	other	3075.0	98.179	100.0	0.053329169702647373	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
FIJ0071_000000011163	3204	0.8933168285121525	5	2	2	2	1	True	130308	backbone	False	FIJ0133_000000011734	0.9758136524846175	PS1093|PS387	0	0	True	True	1.0	186					non-mobilizable	no_good_hit	970.0	97.21600000000001	65.0	0.3148697659083416	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0038_000000023439	1484	0.8933112343245395	3	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.14823674971762574		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	100.0	100.0	0.1814511195399486	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
USA0010_01_000000021330	1227	0.8933108520810251	1	1	1	1	1	False	92349	fragment	False	USA0010_01_000000021330	0.9951700039861249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	87.41799999999999	76.0	0.00033379420357581435	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0041_000000005944	2309	0.8933098288921513	4	1	1	1	1	True	36420	maximal	True	ISR0041_000000005944	1.0		0	0	False	False	0.999133825302124	0					non-mobilizable	no_good_hit	1178.0	98.896	51.0	0.00016598850388463912	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0286_000000013710	1475	0.8933030572052177	2	2	2	2	2	False	26019	fragment	False	ISR0286_000000013710	0.9954063604240282		0	0	False	False	0.9925423860549927	0					non-mobilizable	no_good_hit	760.0	89.211	52.0	0.0025434889698367005	NZ_KE384540.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
CHI0129_000000006844	3203	0.8932958098441529	4	2	2	2	2	False	81282	fragment	False	CHI0129_000000006844	1.0		0	0	False	False	0.9996877908706665	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	2.0	0.10670731707317073	KX127995.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_29 genomic sequence	True	False
DEN0016_000000006269	1512	0.8932940793466584	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.5398345816134005		0	0	False	False	1.0	0					non-mobilizable	other	1504.0	95.61200000000001	99.0	0.0004236229293384544	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0112_000000005197	5235	0.8932904139638036	7	4	3	4	4	False	119416	fragment	False	ISR0112_000000005197	0.9598803712272933		0	0	False	False	0.9980897903442383	0					non-mobilizable	no_good_hit	212.0	84.906	8.0	6.202265512964993e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0094_000000001589	10685	0.8932793067053069	8	7	5	6	4	False	119751	fragment	False	SPA0103_000000001197	0.7377434672364868		0	0	False	False	0.9999064207077026	0					non-mobilizable	chromosome	10686.0	99.775	100.0	0.001643835447825149	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
DEN0069_000000002767	10525	0.8932793067053069	9	7	5	6	4	False	119751	fragment	False	SPA0103_000000001197	0.7333458317992726		0	0	False	False	1.0	0					non-mobilizable	chromosome	10525.0	99.99	100.0	0.0016192179195911522	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0058_000000001197	16686	0.893269657884434	20	14	3	9	10	False	111570	fragment	False	ENG0058_000000001197	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	16616.0	99.898	99.0	0.003014470729516431	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0023_000000005186	5682	0.8932570146474145	15	4	1	3	1	True	58871	maximal	False	FIJ0032_000000005971	0.935188336601041	PS258	0	0	True	True	0.9998239874839783	3					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.819792363659964e-06	CP012590.1	high GC Gram+	Actinomyces sp. oral taxon 414 strain F0588, complete genome	True	True
FIJ0004_000000002346	10279	0.8932539311153433	18	9	4	5	8	False	86588	fragment	False	ENG0131_000000002793	0.9686325527609135		0	0	False	False	0.9967895746231079	0					non-mobilizable	no_good_hit	62.0	88.71	1.0	0.0014723203769140165	NZ_WNAJ01000029.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold29_size40752, whole genome shotgun sequence	True	False
ENG0120_000000004575	4632	0.893252947515125	7	5	4	5	4	False	59200	maximal	True	ENG0120_000000004575	1.0		1	1	False	False	0.9982728958129883	0					non-mobilizable	no_good_hit	235.0	72.766	5.0	0.00023778691410230806	NZ_FQXP01000003.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
ISR0386_000000001711	16984	0.8932486240313179	18	8	7	7	6	True	129795	maximal	True	ISR0386_000000001711	1.0	PS1065	1	1	True	True	1.0	23					non-mobilizable	no_good_hit	932.0	72.854	5.0	0.015405247412399849	NZ_FQZY01000026.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0090_000000040061	1187	0.893245326524711	2	1	1	1	1	False	43418	fragment	False	FIJ0090_000000040061	1.0		0	0	False	False	0.9983150959014893	0					non-mobilizable	other	1188.0	93.266	100.0	0.013452813067150635	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0119_000000006855	4751	0.8932343518814029	6	5	4	4	3	False	83201	fragment	False	ISR0119_000000006855	0.9845743446996056		0	0	False	False	0.9945274591445923	0					non-mobilizable	other	4751.0	99.895	100.0	0.03300995163173403	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
ISR0222_000000018987	2773	0.8932251626275676	3	2	1	1	2	True	27890	maximal	True	ISR0222_000000018987	1.0		2	1	False	False	1.0	0	rep_cluster_554				non-mobilizable	plasmid	2704.0	87.87	96.0	0.235771640342363	CP016710.1	firmicutes	Lactococcus lactis subsp. cremoris strain UC109 plasmid pUC109D, complete sequence	False	True
ENG0139_000000017677	1275	0.8932205799986352	1	1	1	1	1	False	57826	fragment	False	ENG0139_000000017677	1.0		0	0	False	False	0.9976470470428467	0					non-mobilizable	no_good_hit	79.0	91.139	10.0	2.166052951663695e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0179_000000016377	1383	0.8932198433213447	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.08325469088123862		0	0	False	False	0.9978308081626892	0					non-mobilizable	other	1401.0	78.658	100.0	0.019383087907184293	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0003_000000016926	1382	0.8932198433213447	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.0829644352153654		0	0	False	False	0.9942113161087036	0					non-mobilizable	other	1400.0	78.643	100.0	0.019383087907184293	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0331_000000004185	4932	0.8932152981572457	10	2	1	2	2	True	24623	fragment	False	ISR0331_000000004185	1.0		0	0	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	0.0002109047333732774	NZ_CACWHY010000002.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	True
FIJ0163_000000013292	1847	0.8932152974447166	3	2	2	2	2	True	87136	fragment	False	FIJ0163_000000013292	0.9639297851983812		0	0	False	False	0.9913372993469238	0					non-mobilizable	plasmid	1847.0	97.834	100.0	0.007378598865630358	MN543585.1	enterobacteria	Klebsiella pneumoniae strain GH27TC plasmid pGH27TC_fusion, complete sequence	False	True
CHI0045_000000012137	1735	0.8932152974447166	3	2	2	2	2	True	87136	fragment	False	FIJ0163_000000013292	0.936453636892022		0	0	False	False	1.0	0					non-mobilizable	plasmid	1735.0	99.885	100.0	0.009962826133170925	CP056454.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00493 plasmid pRHBSTW-00493_2, complete sequence	False	True
ENG0113_000000001613	14492	0.8932066066975579	20	10	2	5	8	False	59630	maximal	True	ENG0113_000000001613	0.9992058690062018		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1316.0	88.75399999999999	16.0	0.0002898589353181452	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0084_01_000000005990	5254	0.8932006620887681	10	2	1	2	0	True	48067	maximal	True	USA0084_01_000000005990	1.0		1	1	False	False	0.9971450567245483	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.876909905126781e-07	CP040771.1	eudicots	Cicer arietinum chromosome Ca6	True	True
AUS0022_000000018914	1808	0.8931951714158817	3	2	2	2	2	False	120932	fragment	False	AUS0022_000000018914	1.0		0	0	False	False	0.9983407258987427	0					non-mobilizable	other	1271.0	94.965	100.0	0.00035734370936872287	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0038_000000028369	1237	0.8931855154081731	2	1	1	1	1	False	49156	fragment	False	MON0038_000000028369	0.9585639671552618		0	0	False	False	1.0	0					non-mobilizable	other	983.0	95.015	94.0	0.0016984601320678275	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
MON0044_000000046617	1233	0.8931855154081731	2	1	1	1	1	False	49156	fragment	False	MON0038_000000028369	0.9552020045193976		0	0	False	False	1.0	0					non-mobilizable	other	952.0	95.273	92.0	0.0016447880993521267	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
SPA0080_000000010288	1191	0.8931855154081731	2	1	1	1	1	False	49156	fragment	False	MON0038_000000028369	0.7583047684504216		0	0	False	False	1.0	0					non-mobilizable	other	983.0	95.32	95.0	0.0016984601320678275	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
SPA0081_000000010684	1172	0.8931855154081731	1	1	1	1	1	False	49156	fragment	False	MON0038_000000028369	0.7498722290768786		0	0	False	False	1.0	0					non-mobilizable	other	983.0	95.32	95.0	0.0016984601320678275	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
SPA0082_000000014690	1172	0.8931855154081731	1	1	1	1	1	False	49156	fragment	False	MON0038_000000028369	0.7498722290768786		0	0	False	False	1.0	0					non-mobilizable	other	983.0	95.32	95.0	0.0016984601320678275	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
SPA0011_000000008014	2323	0.8931790333199566	3	3	3	3	1	False	81073	fragment	False	SPA0011_000000008014	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2323.0	99.785	100.0	0.03702935876377438	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
SPA0019_000000012408	2347	0.8931781547627219	4	3	2	2	3	True	7759	maximal	True	SPA0019_000000012408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	84.615	4.0	1.5887209478453605e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	True
CAN0001_000000022631	1975	0.8931723484617318	2	2	2	2	2	False	97326	maximal	True	CAN0001_000000022631	1.0		243	12	False	False	0.9974683523178101	0					non-mobilizable	chromosome	1927.0	90.088	98.0	0.000397733271596865	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
ISR0329_000000003414	3550	0.8931676026077274	3	2	2	1	2	False	50805	maximal	True	ISR0329_000000003414	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0012_000000009617	2489	0.8931676026077274	3	2	2	1	2	False	50804	fragment	False	FIJ0012_000000009617	1.0		0	0	False	False	0.9819204211235046	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000007411	3929	0.8931671406573953	6	3	2	3	3	False	35425	maximal	True	ISR0060_000000007411	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	100.0	5.0	8.649562484488534e-05	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	False
SPA0083_000000002749	4843	0.8931609753203495	5	4	4	4	4	False	121750	fragment	False	ISR0096_000000004366	0.2821665507392859		0	0	False	False	0.9985545873641968	0					non-mobilizable	chromosome	4496.0	96.75299999999999	93.0	0.0012765703265664866	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0045_000000001164	16840	0.8931591335133432	17	16	14	15	14	False	69527	maximal	True	ISR0045_000000001164	1.0		1	1	False	False	0.9991092681884766	0					non-mobilizable	no_good_hit	2264.0	89.311	25.0	0.015551489806586513	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ENG0100_000000010233	2926	0.8931570416780248	4	3	2	3	2	False	60592	maximal	True	ENG0100_000000010233	1.0		1	1	False	False	0.9989746809005737	0					non-mobilizable	no_good_hit								True	False
ENG0128_000000001303	15741	0.8931498200388602	23	11	7	11	8	False	127298	maximal	True	ENG0128_000000001303	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	3594.0	95.604	63.0	0.3017915720413828	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	False
ENG0207_000000001150	12729	0.8931412943984989	22	11	6	7	8	False	107497	maximal	True	ENG0207_000000001150	1.0		5	4	False	False	0.9978002905845642	0					non-mobilizable	no_good_hit	1393.0	96.12299999999999	13.0	0.0003914704566722868	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0043_000000008692	3834	0.8931380317520685	6	1	1	1	1	False	64627	maximal	True	ENG0043_000000008692	1.0		1	1	False	False	0.9971309304237366	0					non-mobilizable	no_good_hit	1131.0	79.134	29.0	0.0001554025023613841	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MON0079_000000002102	9934	0.8931352914958369	14	10	6	6	10	True	114144	maximal	True	MON0079_000000002102	1.0	PS396	1	1	False	True	0.9998993277549744	0					non-mobilizable	plasmid	9039.0	99.59100000000001	99.0	0.11320045129748026	CP054315.1	enterobacteria	Escherichia coli strain SCU-483 plasmid pSCU-483-2	False	True
ENG0168_000000004317	6518	0.8931302458162421	6	5	5	5	3	False	56007	maximal	True	ENG0168_000000004317	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	83.275	11.0	0.00027532431584852157	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0058_000000001701	11051	0.8931299532358011	12	12	8	9	11	True	118882	maximal	True	ISR0058_000000001701	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2426.0	95.177	37.0	0.0004100052799606449	CP050200.1	enterobacteria	Escherichia coli strain RH-024-MS chromosome	True	True
ISR0199_000000002047	11408	0.89312063938618	16	9	7	9	7	True	46800	maximal	True	ISR0199_000000002047	1.0		2	1	False	False	0.9992987513542175	0					non-mobilizable	no_good_hit	64.0	87.5	1.0	0.0009488827670645852	NZ_FNRI01000013.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	True
ENG0033_000000001440	15878	0.8931178101835155	10	10	7	7	7	False	96806	fragment	False	ENG0033_000000001440	0.9994752033586984		0	0	False	False	0.9998740553855896	0					non-mobilizable	other	10519.0	99.99	100.0	0.0031676314922441514	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0134_000000027625	1398	0.8931121380403729	2	2	2	2	2	False	58157	fragment	False	ENG0134_000000027625	1.0		0	0	False	False	0.9985693693161011	0					non-mobilizable	other	775.0	98.839	99.0	0.0041854127011593705	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
SPA0075_000000003861	4059	0.8930949264325858	6	6	5	6	4	True	79911	fragment	False	SPA0075_000000003861	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3996.0	93.493	100.0	0.016441452589549408	CP000234.1	firmicutes	Lactobacillus salivarius UCC118 plasmid pMP118, complete sequence	False	True
ISR0069_000000009317	2619	0.8930934528910943	5	2	2	1	1	False	117677	fragment	False	ISR0069_000000009317	1.0		0	0	False	False	0.9942726492881775	0					non-mobilizable	no_good_hit	168.0	97.619	6.0	0.0005133660733062012	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0082_000000008691	2327	0.8930934528910943	5	2	2	1	1	False	117676	fragment	False	ENG0082_000000008691	0.9662102473498233		0	0	False	False	0.9931241869926453	0					non-mobilizable	no_good_hit	186.0	95.161	8.0	0.0005690322740261508	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0109_000000015226	2130	0.8930934528910943	4	2	2	1	1	False	117668	fragment	False	ISR0109_000000015226	0.9928307872490898		0	0	False	False	0.9995304942131042	0					non-mobilizable	no_good_hit	157.0	94.904	7.0	0.0004762552728262349	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0171_000000024796	1227	0.8930934528910943	2	2	2	1	1	False	117666	fragment	False	AST0108_000000021780	0.9613050075872533		0	0	False	False	0.9926650524139404	0					non-mobilizable	no_good_hit	204.0	96.07799999999999	17.0	0.0006246984747461003	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0047_000000013110	1185	0.8930823517447107	2	1	1	1	1	False	86950	maximal	True	CHI0047_000000013110	1.0		4	3	False	False	0.9713079929351807	0					non-mobilizable	other	1120.0	99.64299999999999	95.0	0.00027128660399356185	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	False
ISR0146_000000007766	4937	0.8930803950072634	6	3	1	2	2	False	86290	maximal	True	ISR0146_000000007766	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	86.78200000000001	30.0	0.0003039284064137678	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0059_000000000473	21240	0.8930656928368279	20	17	3	4	15	True	121591	fragment	False	MON0059_000000000473	1.0		0	0	False	True	1.0	0					non-mobilizable	other	21245.0	98.75299999999999	100.0	0.009272775304620449	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
FIJ0023_000000029415	1191	0.8930646757284498	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.3295040517026462		0	0	False	False	0.997481107711792	0					non-mobilizable	no_good_hit	155.0	76.774	16.0	2.2205604867699295e-05	NZ_BDGS01000001.1	g-proteobacteria	Pseudomonas humi strain CCA1, whole genome shotgun sequence	True	True
MON0009_000000003237	7105	0.8930528300930124	3	3	3	3	2	False	13828	fragment	False	MON0009_000000003237	1.0		0	0	False	False	0.997748076915741	0					non-mobilizable	no_good_hit	1490.0	76.309	36.0	0.0004054876928779997	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
AST0048_000000001427	13252	0.8930519466396208	19	8	2	6	3	False	114996	fragment	False	AST0048_000000001427	1.0		0	0	False	False	0.9952459931373596	0					non-mobilizable	no_good_hit								True	False
TAN0003_000000002309	3228	0.8930387987865991	4	4	4	3	3	False	103053	fragment	False	ENG0084_000000007128	0.08989909448048013		0	0	False	False	0.9950433969497681	0					non-mobilizable	no_good_hit	99.0	100.0	3.0	0.44545454545454544	NZ_AXCY01000416.1	high GC Gram+	Cellulomonas carbonis T26 contig427, whole genome shotgun sequence	True	False
ISR0378_000000002575	6943	0.8930376950962404	7	2	2	1	1	False	132498	fragment	False	ISR0032_000000003111	0.025391704901933546		0	0	False	False	0.9998559951782227	0					non-mobilizable	no_good_hit	1728.0	99.711	42.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0053_000000002104	5662	0.8930376950962404	6	2	2	1	1	False	113350	fragment	False	CHI0053_000000002104	0.9897257430523062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2794.0	96.958	49.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0218_000000002892	5141	0.8930376950962404	6	2	2	1	1	False	113349	fragment	False	ISR0782_000000002454	0.9528262438844052		0	0	False	False	0.998638391494751	0					non-mobilizable	no_good_hit	2904.0	96.109	56.0	0.4673789865630565	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0133_000000004730	5093	0.8930376950962404	6	2	2	1	1	False	113349	fragment	False	ISR0782_000000002454	0.9462149127517758		0	0	False	False	0.9992145895957947	0					non-mobilizable	no_good_hit	2793.0	97.601	55.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0084_000000000535	3733	0.8930376950962404	4	2	2	1	1	False	113342	fragment	False	DEN0084_000000000535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2622.0	97.59700000000001	70.0	0.42431601100858024	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0169_000000002502	8727	0.8930351867203838	9	6	3	5	6	False	75555	maximal	True	ISR0169_000000002502	1.0		8	3	False	False	0.9998854398727417	0					non-mobilizable	no_good_hit	1604.0	84.165	20.0	0.0005385506323425909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0011_000000000389	18560	0.8930279684681212	20	12	7	8	9	False	19727	fragment	False	MAD0011_000000000389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	73.675	3.0	0.0002619072887143273	CP060692.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS0830-1 chromosome, complete genome	True	False
MON0023_000000003186	4559	0.8930077507421313	6	3	2	2	1	True	12990	maximal	True	MON0023_000000003186	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	1739.0	88.787	66.0	0.37595628415300547	NZ_AWET01000016.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00040, whole genome shotgun sequence	True	True
ISR0193_000000022100	1183	0.8929869584194893	2	2	1	2	2	False	41986	fragment	False	FIJ0112_000000022230	0.9314580031695721		0	0	False	False	0.9856297373771667	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.219472276581447e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ENG0173_000000005822	3144	0.8929824330134586	6	2	2	1	1	False	60390	fragment	False	ENG0173_000000005822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	79.58800000000001	47.0	0.00023063733542614517	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0102_000000009081	3006	0.8929824330134586	5	2	2	1	1	False	60389	fragment	False	ENG0102_000000009081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	82.15899999999999	38.0	0.00015117787830499544	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0367_000000002194	4459	0.8929793667955388	3	2	2	2	1	False	23596	maximal	True	ISR0367_000000002194	1.0		114	6	False	False	0.9917021989822388	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00014504353992189138	AL671042.10	rodents	Mouse DNA sequence from clone RP23-382O24 on chromosome X, complete sequence	True	False
ISR0018_000000003485	6250	0.8929698787946247	7	5	3	2	2	False	123157	maximal	True	ISR0018_000000003485	1.0	PS879	1	1	True	True	1.0	77					non-mobilizable	no_good_hit	1859.0	91.77	31.0	0.22551057845175493	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
FIJ0146_000000005666	3071	0.8929661268940898	4	2	1	2	1	False	39982	maximal	True	FIJ0146_000000005666	1.0		0	0	False	False	0.9895799160003662	0					non-mobilizable	no_good_hit	1269.0	92.59299999999999	83.0	0.0010190592270778135	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	False
CHI0157_000000002405	3932	0.8929643802535696	3	2	1	1	2	False	127304	backbone	False	ISR0832_000000002251	0.281405199649732	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3932.0	100.0	100.0	0.7005881304580289	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0005_000000004180	3921	0.8929643802535696	3	2	1	1	2	False	127304	backbone	False	ISR0832_000000002251	0.2821318668633722	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3921.0	99.97399999999999	100.0	0.6986276955979326	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0042_000000002164	9516	0.8929631210637389	9	7	6	7	6	True	18172	maximal	True	MAD0042_000000002164	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.012189812799303439	XM_035854457.1	springtails	PREDICTED: Folsomia candida uncharacterized LOC118436404 (LOC118436404), mRNA	True	True
USA0064_01_000000003696	2286	0.892944059852958	2	2	2	2	2	False	78503	maximal	False	ISR0101_000000010316	0.9888102509145632		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	97.95	100.0	0.0024685262898049864	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ISR0131_000000002868	7455	0.8929288190529497	8	5	3	4	3	True	123471	maximal	True	ISR0131_000000002868	1.0		12	3	False	False	0.9981220364570618	0					non-mobilizable	no_good_hit	2704.0	74.852	41.0	0.0006068076487628997	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
USA0113_01_000000012436	1454	0.8929260379816701	2	2	2	2	2	False	96325	fragment	False	USA0113_01_000000012436	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1454.0	99.794	100.0	0.0004822857089749288	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
ISR0828_000000001749	3913	0.8929195431118805	3	3	3	3	2	True	96619	fragment	False	ISR0828_000000001749	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3915.0	92.286	99.0	0.3558304529743496	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
FIJ0099_000000008035	2791	0.8929071328649758	4	4	4	4	4	False	42798	fragment	False	FIJ0099_000000008035	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2735.0	99.927	98.0	0.000534278228025414	AP022183.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP7-S17-ESBL-08	False	False
ISR0183_000000000379	46539	0.8929010764642099	52	52	17	22	48	True	29502	maximal	True	ISR0183_000000000379	1.0		2	1	False	False	0.9998281002044678	0		MOBH	MPF_F		conjugative	plasmid	46463.0	99.905	99.0	0.14078498034973533	CP026391.1	enterobacteria	Leclercia sp. LSNIH3 plasmid pLEC-7c0d, complete sequence	False	True
FIJ0039_000000001079	18661	0.8928998997076489	20	14	8	14	6	False	48745	maximal	True	FIJ0039_000000001079	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	1.0	0.00017209552940887236	NZ_FNDS01000004.1	g-proteobacteria	Pseudomonas panipatensis strain CCM 7469, whole genome shotgun sequence	True	False
ENG0129_000000005945	4468	0.8928980457504861	4	4	4	4	4	False	114946	fragment	False	MON0060_000000005527	0.7806641153437827		0	0	False	False	0.9997761845588684	0					non-mobilizable	no_good_hit	681.0	77.093	15.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ENG0134_000000008285	4466	0.8928980457504861	4	4	4	4	4	False	114946	fragment	False	MON0060_000000005527	0.7806888925703303		0	0	False	False	0.9968652129173279	0					non-mobilizable	no_good_hit	681.0	77.093	15.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ISR0265_000000002698	5601	0.8928886443481124	8	3	1	2	2	False	86284	fragment	False	ISR0265_000000002698	1.0		0	0	False	False	0.9928584098815918	0					non-mobilizable	no_good_hit	1527.0	85.986	50.0	0.0002949898430087208	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0069_000000005081	4743	0.8928872336232859	3	3	3	3	3	False	76305	fragment	False	SPA0069_000000005081	1.0		0	0	False	False	0.9981024861335754	0					non-mobilizable	other	4357.0	97.728	97.0	0.003738364287504678	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0250_000000009067	1467	0.8928731851094682	3	3	2	3	2	False	27018	maximal	True	ISR0250_000000009067	1.0		1	1	False	False	0.9904567003250122	0					non-mobilizable	no_good_hit	583.0	93.99700000000001	40.0	0.00017369462213347818	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0024_000000007896	3477	0.8928715564353745	5	4	4	2	2	False	81833	fragment	False	ENG0024_000000007896	1.0		0	0	False	False	0.9962611198425293	0					non-mobilizable	no_good_hit	1942.0	98.301	56.0	0.0006114833419644943	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0083_000000002649	4960	0.8928709437671931	7	7	5	7	6	False	132178	fragment	False	ISR0393_000000002751	0.4168541887838304		0	0	False	False	1.0	0					non-mobilizable	other	4960.0	99.59700000000001	100.0	0.006271404217863954	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
SPA0126_000000032139	1404	0.8928663895106463	2	2	2	2	2	False	99467	fragment	False	ISR0013_000000018253	0.979739010989011		0	0	False	False	0.9985755085945129	0					non-mobilizable	no_good_hit	1214.0	87.56200000000001	86.0	0.016336119024153155	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
SPA0095_000000011401	1725	0.8928585872319376	2	1	1	1	1	False	27428	fragment	False	SPA0095_000000011401	1.0		0	0	False	False	0.9808695912361145	0					non-mobilizable	no_good_hit	1343.0	74.98100000000001	77.0	0.013246038331545607	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	True	False
USA0069_01_000000013802	4455	0.8928534430145403	4	3	3	2	2	False	7887	fragment	False	USA0069_01_000000013802	1.0		0	0	False	False	0.9993265867233276	0					non-mobilizable	no_good_hit	1189.0	75.442	26.0	0.0003369317723214427	NZ_RSDX01000001.1	firmicutes	Herbinix hemicellulosilytica strain LL1355 Ga0256695_11, whole genome shotgun sequence	True	False
ISR0273_000000001484	4989	0.8928527035377297	5	4	2	3	2	True	110122	fragment	False	DEN0046_000000004253	0.4834960730205901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	100.0	10.0	0.0008604838793452704	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ENG0144_000000001149	18504	0.892843144005502	25	10	5	6	7	False	94546	maximal	True	ENG0144_000000001149	0.9993372350673622		60	9	False	False	0.9999459385871887	0					non-mobilizable	no_good_hit	1389.0	73.362	7.0	0.00041048504696033263	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0045_000000001211	17363	0.892843144005502	25	10	5	6	7	False	94546	maximal	False	ENG0144_000000001149	0.9735971138088165		0	0	False	False	0.9992513060569763	0					non-mobilizable	no_good_hit	1389.0	73.362	8.0	0.00041048504696033263	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0006_000000004818	2696	0.8928392619339217	3	2	1	2	2	False	117803	fragment	False	CHI0006_000000004818	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1611.0	88.14399999999999	60.0	0.0008253371838796806	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
ISR0850_000000001311	9915	0.8928306552289048	13	8	4	5	6	True	106671	maximal	True	ISR0850_000000001311	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	4107.0	90.455	56.0	0.38995512269645755	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
MAD0110_000000009426	2900	0.8928292422217942	3	3	1	3	3	False	80019	maximal	True	MAD0110_000000009426	1.0		4	3	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	2801.0	100.0	100.0	0.019541882441618627	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
ISR0060_000000000677	35735	0.8928274458959337	31	19	11	16	10	True	117554	fragment	False	ISR0060_000000000677	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	251.0	72.908	1.0	0.0016046502635750834	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	True
SPA0063_000000000004	97811	0.8928225462932959	94	15	5	12	6	True	127415	maximal	False	SPA0046_000000000019	0.900524651593868		0	0	True	True	1.0	135					non-mobilizable	virus	23925.0	96.37200000000001	95.0	0.24439787364547128	MK415408.1	viruses	CrAssphage GF1-2_000079F, complete genome	False	True
SPA0064_000000000006	97811	0.8928225462932959	93	15	5	12	6	True	127415	maximal	False	SPA0046_000000000019	0.9005756875755007		0	0	True	True	1.0	171					non-mobilizable	virus	31554.0	96.58	95.0	0.32237783684318133	MK415408.1	viruses	CrAssphage GF1-2_000079F, complete genome	False	True
ISR0056_000000002437	7130	0.8928209543526289	8	8	8	8	8	False	98060	fragment	False	ISR0056_000000002437	0.98482442329815		0	0	False	False	1.0	0					non-mobilizable	chromosome	7130.0	100.0	100.0	0.0013835897214945873	CP053247.1	enterobacteria	Escherichia coli strain SCU-482 chromosome, complete genome	False	False
FIJ0083_000000014538	2435	0.8928174206778513	4	3	2	2	3	False	94725	fragment	False	FIJ0083_000000014538	1.0		0	0	False	False	0.9995893239974976	0					non-mobilizable	no_good_hit	412.0	74.029	17.0	0.00013691588642164725	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0198_000000017017	1941	0.8928078312482444	2	2	2	2	2	False	28872	maximal	True	ISR0198_000000017017	1.0		4	3	False	False	0.9994847774505615	0					non-mobilizable	no_good_hit	1135.0	72.15899999999999	57.0	0.008293723567498783	NZ_MRAE01000004.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_3, whole genome shotgun sequence	True	False
ENG0186_000000003415	5273	0.8928059171649392	4	3	1	1	3	False	126710	backbone	False	SPA0013_000000004881	0.9658634632369482	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4837.0	99.917	100.0	0.7418315692590888	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0032_000000000732	25326	0.8928018291383615	21	11	9	10	4	True	116841	fragment	False	ISR0032_000000000732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1979.0	73.72399999999999	8.0	0.0005472641061305527	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AUS0002_000000004251	6782	0.8927937137806841	8	6	3	4	5	False	124430	maximal	True	AUS0002_000000004251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3630.0	99.835	54.0	0.3264663548038863	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0136_000000016782	2455	0.8927906433393652	4	2	2	2	1	True	3616	maximal	True	SPA0136_000000016782	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	78.592	33.0	0.00015421254548220233	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ISR0389_000000000479	25390	0.8927896815979677	15	9	6	7	4	True	124902	fragment	False	ENG0161_000000000569	0.652492416113606		0	0	False	False	0.9996061325073242	0					non-mobilizable	no_good_hit	945.0	98.413	4.0	0.9989384288747346	GQ883038.1		Uncultured organism clone VC1D785TF genomic sequence	True	True
CHI0130_000000011902	1407	0.8927887224108753	4	2	2	1	1	False	107154	fragment	False	ENG0157_000000014192	0.6077245448684435		0	0	False	False	0.9992892742156982	0					non-mobilizable	no_good_hit	158.0	94.304	11.0	4.649819708423726e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0027_000000011273	3231	0.8927875668000398	6	4	2	3	3	True	89792	fragment	False	SPA0027_000000011273	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3231.0	99.66	100.0	0.015972071127638113	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0127_000000009812	2611	0.8927849177124428	3	3	3	3	3	False	129645	fragment	False	ENG0127_000000009812	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1805.0	89.197	69.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0029_000000007559	6033	0.8927701486132862	11	9	3	3	8	True	120545	backbone	False	ISR0774_000000003808	0.9847798310361005	PS472|PS846	0	0	True	True	1.0	846	rep_cluster_1085	MOBB			mobilizable	plasmid	5643.0	99.75200000000001	100.0	0.9507920458375464	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
SPA0074_000000004342	6006	0.8927701486132862	10	9	3	3	8	True	120545	backbone	False	ISR0774_000000003808	0.9848745010756702	PS472|PS846	0	0	True	True	0.9996669888496399	35	rep_cluster_1085	MOBB			mobilizable	plasmid	5797.0	99.896	100.0	0.9767441860465116	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
ISR0330_000000003675	6006	0.8927701486132862	10	9	3	3	8	True	120545	backbone	False	ISR0774_000000003808	0.9852049932246364	PS472|PS846	0	0	True	True	1.0	83	rep_cluster_1085	MOBB			mobilizable	plasmid	5804.0	99.759	100.0	0.9779238287832828	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
ISR0301_000000002512	5993	0.8927701486132862	11	9	3	3	8	True	120545	backbone	False	ISR0774_000000003808	0.9851507324831816	PS472|PS846	0	0	True	True	1.0	128	rep_cluster_1085	MOBB			mobilizable	plasmid	5456.0	99.853	100.0	0.9192787327266599	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
MAD0103_000000022545	1112	0.892758949842534	2	2	2	2	0	True	14904	maximal	True	MAD0103_000000022545	1.0		0	0	False	False	0.9838129281997681	0					non-mobilizable	no_good_hit	39.0	100.0	4.0	0.00020190213059879922	NZ_CABIXZ010000005.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
MON0047_000000005690	5964	0.8927581527104373	6	6	5	6	5	False	127578	fragment	False	MON0040_000000004036	0.9629691132514115		0	0	False	False	1.0	0					non-mobilizable	other	5982.0	93.564	99.0	0.16336606506116627	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0119_000000025562	1224	0.8927524780166918	2	2	2	2	2	False	35301	fragment	False	ISR0062_000000030916	0.985223642172524		0	0	False	False	0.9787581562995911	0					non-mobilizable	other	1225.0	98.939	100.0	0.0010498322671913254	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
FIJ0097_000000022511	1408	0.8927468005065843	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.09519717179320905		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	78.436	99.0	0.01963409192324855	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0062_000000001320	17198	0.8927423637659767	16	8	7	7	6	True	6301	fragment	False	SPA0062_000000001320	1.0		0	0	False	False	0.9991278052330017	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.3722347310170892e-06	LR535850.1	bony fishes	Mastacembelus armatus genome assembly, chromosome: 18	True	True
ISR0115_000000009878	3246	0.8927418351804057	4	2	2	2	2	False	117670	maximal	True	ISR0115_000000009878	1.0		20	5	False	False	0.999691903591156	0					non-mobilizable	no_good_hit	1330.0	99.925	41.0	0.046422204355577305	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	False
CHI0021_000000004438	1920	0.8927360169833393	2	2	2	2	1	True	89277	fragment	False	CHI0021_000000004438	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1920.0	100.0	100.0	0.005858093112848425	MN543575.1	enterobacteria	Klebsiella pneumoniae strain GH44TC plasmid pGH44TC_fusion, complete sequence	False	True
FIJ0020_000000012314	1758	0.8927360169833393	2	2	2	2	1	True	83878	fragment	False	CHI0089_000000005054	0.9571739278746444		0	0	False	False	1.0	0					non-mobilizable	plasmid	1700.0	99.353	100.0	0.0055132444421368935	CP052538.1	enterobacteria	Klebsiella pneumoniae strain B16KP0141 plasmid pB16KP0141-1, complete sequence	False	True
CHI0089_000000005054	1706	0.8927360169833393	2	2	2	2	1	True	83878	fragment	False	CHI0089_000000005054	0.9584406831366005		0	0	False	False	0.9976553320884705	0					non-mobilizable	plasmid	1704.0	99.23700000000001	100.0	0.005526224417280241	CP052538.1	enterobacteria	Klebsiella pneumoniae strain B16KP0141 plasmid pB16KP0141-1, complete sequence	False	True
FIJ0104_000000017848	1529	0.8927360169833393	2	2	2	2	1	True	49942	fragment	False	FIJ0104_000000017848	1.0		0	0	False	False	0.9751471281051636	0					non-mobilizable	other	1529.0	99.281	100.0	0.07451114253669479	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
ISR0775_000000013112	1504	0.8927359571700921	2	2	1	1	2	False	94105	fragment	False	CAN0012_000000030540	0.4416667520369805		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	95.065	92.0	0.00021224828270793048	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0037_000000015226	2281	0.8927301210264704	2	2	2	2	2	False	107390	fragment	False	SPA0028_000000012691	0.9582830894831806		0	0	False	False	0.9886015057563782	0					non-mobilizable	chromosome	2281.0	99.868	100.0	0.0007186505256077561	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0169_000000004593	4685	0.8927258007989785	5	4	3	4	2	False	81199	fragment	False	ENG0169_000000004593	1.0		0	0	False	False	0.9995731115341187	0					non-mobilizable	no_good_hit	476.0	78.571	10.0	0.0001566346012788404	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
ISR0029_000000008023	5702	0.8927206335749717	9	6	2	4	4	False	132217	maximal	False	CHI0101_000000002342	0.7323751575842576	PS1143|PS778	0	0	True	True	1.0	102		MOBP			mobilizable	no_good_hit	1663.0	91.281	58.0	0.3555173894375268	NZ_FQVD01000065.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
SPA0158_000000002475	5510	0.8927071645364185	6	4	4	3	2	False	130460	fragment	False	SPA0158_000000002475	0.9999083409715857		0	0	False	False	0.9972776770591736	0					non-mobilizable	other	4024.0	99.25399999999999	99.0	0.0064194213425414716	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0156_000000002342	5455	0.8927071645364185	6	4	4	3	2	False	130460	fragment	False	SPA0158_000000002475	0.9949183303085299		0	0	False	False	1.0	0					non-mobilizable	other	4024.0	99.25399999999999	99.0	0.0064194213425414716	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0131_000000015521	1187	0.8927006417276439	1	1	1	1	1	False	80976	maximal	True	CHI0131_000000015521	1.0		3	3	False	False	0.9747262001037598	0					non-mobilizable	other	1141.0	88.081	95.0	0.0003832176272026595	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ENG0129_000000005332	4909	0.8926943856279679	6	2	1	1	2	False	115444	maximal	True	ENG0129_000000005332	1.0	PS752	4	4	False	True	1.0	0					non-mobilizable	no_good_hit	1533.0	86.49700000000001	58.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
CHI0022_000000002824	4310	0.8926886781951429	5	3	2	3	3	False	89208	maximal	True	CHI0022_000000002824	1.0		2	1	False	False	0.9965197443962097	0					non-mobilizable	other	2684.0	84.538	91.0	0.001589370826924014	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
SPA0014_000000019889	1223	0.8926678904845985	2	1	1	1	1	False	16343	fragment	False	SPA0014_000000019889	0.956953642384106		0	0	False	False	0.9509403109550476	0					non-mobilizable	no_good_hit	120.0	95.833	10.0	2.884623309404696e-05	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
FIJ0164_000000001767	12653	0.8926574185445204	23	7	1	5	5	False	58438	fragment	False	FIJ0164_000000001767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2349.0	96.807	60.0	0.0918770796633392	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
SPA0118_000000002037	12571	0.8926558100099543	13	6	6	5	6	False	4269	maximal	True	SPA0118_000000002037	0.9804647091589083		2	2	False	False	0.9999204277992249	0					non-mobilizable	no_good_hit	2130.0	74.742	17.0	0.0021132438750454435	NZ_SDDZ01000001.1	CFB group bacteria	Gelidibacter gilvus strain IC158 NODE_2_length_984742_cov_150.434, whole genome shotgun sequence	True	False
USA0145_01_000000012157	1969	0.8926517916362546	2	2	1	1	2	False	69764	fragment	False	USA0145_01_000000012157	1.0		0	0	False	False	0.997460663318634	0					non-mobilizable	no_good_hit	77.0	89.61	4.0	0.00018403006470109643	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0078_000000016547	1962	0.8926517916362546	2	2	1	1	2	False	69764	fragment	False	USA0145_01_000000012157	0.9988149652954122		0	0	False	False	0.9994903206825256	0					non-mobilizable	no_good_hit	77.0	89.61	4.0	0.00018403006470109643	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0006_01_000000012387	1945	0.8926517916362546	2	2	1	1	2	False	69764	fragment	False	USA0145_01_000000012157	0.993048814559757		0	0	False	False	0.9922879338264465	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	3.0	1.8219372398394463e-05	NC_003869.1	firmicutes	Caldanaerobacter subterraneus subsp. tengcongensis MB4, complete sequence	True	False
MAD0041_000000006628	4276	0.8926497216854536	5	4	3	4	2	False	42388	fragment	False	MAD0041_000000006628	1.0		0	0	False	False	0.9957904815673828	0					non-mobilizable	no_good_hit	3590.0	86.741	83.0	0.007477464102526572	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0105_000000003088	2339	0.8926481335492632	2	2	2	2	2	False	83197	maximal	True	CHI0105_000000003088	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2170.0	79.447	92.0	0.000399850618337101	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0045_000000002008	11116	0.8926350142991821	10	6	3	6	3	True	122934	fragment	False	ISR0045_000000002008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5116.0	95.016	70.0	0.20305319106422093	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0023_000000006963	4024	0.8926318555143284	5	5	5	5	4	False	37549	maximal	True	ISR0023_000000006963	1.0		111	8	False	False	0.9997515082359314	0					non-mobilizable	no_good_hit	188.0	78.191	5.0	0.0002743882755503906	NZ_OLMV01000003.1	high GC Gram+	Microbacterium timonense strain Marseille-P5731, whole genome shotgun sequence	True	False
SPA0059_000000000328	46394	0.8926317569832031	65	22	14	20	14	False	105653	fragment	False	SPA0059_000000000328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1678.0	99.70200000000001	4.0	0.0003727732639448358	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0054_000000010350	1668	0.8926288331068101	2	1	1	1	1	False	17146	fragment	False	MAD0054_000000010350	1.0		0	0	False	False	0.9976019263267517	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000023595	1483	0.8926122037223648	3	2	2	2	1	False	27520	maximal	True	ISR0230_000000023595	1.0		0	0	False	False	0.997977077960968	0					non-mobilizable	no_good_hit	543.0	85.26700000000001	37.0	0.0026491102020068723	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0105_000000009007	2411	0.8926114279407558	2	2	2	2	1	True	119242	maximal	True	ENG0105_000000009007	1.0		0	0	False	False	0.9995852112770081	0					non-mobilizable	no_good_hit	696.0	99.13799999999999	29.0	0.0002442457287747826	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
ISR0318_000000000780	5917	0.8926097056181231	5	5	4	5	5	True	25132	fragment	False	ISR0318_000000000780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4391.0	93.259	74.0	0.0036383144024350507	NZ_MCGI01000002.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000002, whole genome shotgun sequence	True	True
SPA0008_000000012373	2453	0.8926029033136272	3	2	2	2	2	True	8169	maximal	True	SPA0008_000000012373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0020_000000026537	1323	0.8926014020079489	1	1	1	1	1	False	91718	fragment	False	CAN0020_000000026537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	80.745	12.0	4.154709823758787e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0149_000000005341	2926	0.8926007666696787	5	2	2	1	1	False	113341	fragment	False	ISR0149_000000005341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2554.0	97.53299999999999	87.0	0.4131455399061033	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
TAN0007_000000007884	4281	0.8926007429423487	6	4	3	4	3	False	2850	maximal	True	TAN0007_000000007884	1.0		1	1	False	False	0.9997664093971252	0					non-mobilizable	no_good_hit	521.0	79.655	24.0	0.0001348704902843489	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0359_000000024768	1126	0.8925986558788301	2	2	2	2	2	False	57644	fragment	False	ISR0081_000000021230	0.9514924641829261		0	0	False	False	0.9955595135688782	0					non-mobilizable	other	1050.0	88.85700000000001	93.0	0.004896080801669055	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0108_000000006902	3616	0.8925957384923069	4	2	1	1	1	False	130029	backbone	False	ISR0080_000000005952	0.02036012566564693	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1418.0	97.461	53.0	0.2765625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0302_000000003727	3536	0.8925957384923069	4	2	1	1	1	False	130029	backbone	False	ISR0080_000000005952	0.01765388700126987	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1338.0	97.309	52.0	0.2609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
USA0043_01_000000000706	23385	0.892578055830096	29	20	6	17	17	True	111494	maximal	True	USA0043_01_000000000706	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1788.0	93.512	23.0	0.00034532921417364346	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
FIJ0032_000000004371	7669	0.8925730762810297	12	3	2	3	3	True	97824	fragment	False	FIJ0032_000000004371	0.970507273627354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	93.54799999999999	4.0	8.24279375756423e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0162_000000013328	2940	0.8925729916368923	5	4	2	3	3	False	101739	fragment	False	ISR0162_000000013328	0.9810219574595371		0	0	False	False	0.9979591965675354	0					non-mobilizable	no_good_hit	1625.0	88.492	55.0	0.2611266217769749	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MON0012_000000016122	2903	0.8925729916368923	5	4	2	3	3	False	101739	fragment	False	ISR0162_000000013328	0.9790154715755244		0	0	False	False	0.9624526500701904	0					non-mobilizable	no_good_hit	1554.0	88.546	53.0	0.24979471177533258	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MON0104_000000015957	2813	0.8925729916368923	5	4	2	3	3	False	101739	fragment	False	ISR0162_000000013328	0.9679758526444221		0	0	False	False	0.9875577688217163	0					non-mobilizable	no_good_hit	1548.0	88.501	55.0	0.2488093282969289	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0837_000000004597	2501	0.8925729916368923	4	4	2	3	3	False	101738	fragment	False	ISR0837_000000004597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1423.0	77.653	62.0	0.2390310011858377	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	False
MON0059_000000016647	2355	0.8925729916368923	4	4	2	3	3	False	72823	fragment	False	MON0030_000000013560	0.9592274678111588		0	0	False	False	0.9940552115440369	0					non-mobilizable	no_good_hit	1444.0	88.85	61.0	0.23304319264247003	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CHI0178_000000004205	2521	0.8925641554537302	2	2	2	2	1	False	77869	fragment	False	CHI0178_000000004205	0.9976354256233877		0	0	False	False	0.9988099932670593	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	1.2070422870500792e-05	NZ_UGVO01000001.1	a-proteobacteria	Roseomonas gilardii subsp. rosea strain NCTC13290, whole genome shotgun sequence	True	False
ISR0043_000000007931	2763	0.8925575994881639	4	4	4	4	4	False	112383	maximal	True	ISR0043_000000007931	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1630.0	94.35600000000001	59.0	0.0004507056334038689	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0003_01_000000021050	1818	0.8925566711095587	2	2	2	2	2	False	2234	fragment	False	USA0003_01_000000021050	1.0		0	0	False	False	0.9988998770713806	0					non-mobilizable	no_good_hit	42.0	90.476	2.0	3.3001573611619776e-05	NZ_LR215036.1	mycoplasmas	Mycoplasma citelli strain NCTC10181 chromosome 1	True	False
FIJ0165_000000000788	17111	0.8925335571158759	32	12	1	9	8	True	43463	maximal	True	FIJ0165_000000000788	1.0		1	1	False	False	0.9998831152915955	0					non-mobilizable	no_good_hit	308.0	91.234	7.0	8.189442341657666e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0119_000000006907	4708	0.8925138350857977	6	5	4	4	4	True	110651	fragment	False	ISR0119_000000006907	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4708.0	98.34299999999999	100.0	0.18932292714325943	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0336_000000011906	1317	0.8925113230203016	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.01965830253699695		0	0	False	False	0.9392558932304382	0					non-mobilizable	other	989.0	90.9	98.0	0.00027809068463895874	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0825_000000020216	1194	0.8925113230203016	2	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.12279766332044965		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	98.39399999999999	100.0	0.001245827757354169	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
CHI0118_000000001027	7736	0.8925079619305458	11	8	6	5	7	False	83218	fragment	False	CHI0118_000000001027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	74.306	11.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
ISR0157_000000013483	2321	0.8925060894428013	3	3	3	3	3	False	57292	maximal	True	ISR0157_000000013483	1.0		8	5	False	False	1.0	0					non-mobilizable	chromosome	2321.0	99.82799999999999	100.0	0.0008960123587911557	CP006766.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 chromosome, complete genome	False	False
SPA0129_000000007380	3817	0.8925031741731299	5	4	3	4	3	True	59115	maximal	True	SPA0129_000000007380	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1258.0	86.24799999999999	67.0	0.0002372760481702673	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
AST0150_000000006351	4157	0.8925018742640491	4	4	3	4	2	False	120495	fragment	False	AST0150_000000006351	0.9964613368283093		0	0	False	False	0.9990377426147461	0					non-mobilizable	no_good_hit	124.0	86.29	3.0	0.0008391339037609706	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ENG0030_000000006038	3495	0.8925016097990319	6	3	2	2	2	False	94111	maximal	True	ENG0030_000000006038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	98.095	34.0	0.0001613826811875114	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0099_000000009888	2258	0.8924905352112252	3	2	1	1	2	True	91963	fragment	False	FIJ0099_000000009888	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2258.0	99.557	100.0	0.000343522000019482	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
MAD0089_000000013890	1870	0.8924901568755259	3	3	3	3	2	False	68453	fragment	False	MAD0089_000000013890	0.9988304093567251		0	0	False	False	0.9962567090988159	0					non-mobilizable	other	1870.0	99.572	100.0	0.002041770539512466	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
MON0044_000000051923	1118	0.8924860328369301	2	1	1	1	1	False	11584	fragment	False	MON0044_000000051923	1.0		0	0	False	False	0.930232584476471	0					non-mobilizable	no_good_hit	109.0	91.743	10.0	0.0019192152542071687	NZ_ADFP01000011.1	bacteria	Pyramidobacter piscolens W5455 contig00056, whole genome shotgun sequence	True	False
MAD0098_000000032176	1416	0.8924832997870322	2	1	1	1	1	False	15282	maximal	True	MAD0098_000000032176	1.0		0	0	False	False	0.9992938041687012	0					non-mobilizable	no_good_hit								True	False
ENG0103_000000002018	10242	0.8924755537279843	7	5	4	5	3	False	84474	fragment	False	ENG0103_000000002018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	86.95700000000001	0.0	9.060670247980477e-05	NZ_FZOC01000003.1	d-proteobacteria	Desulfovibrio mexicanus strain DSM 13116, whole genome shotgun sequence	True	False
ISR0856_000000005127	1345	0.8924747853385429	1	1	1	1	1	False	20475	fragment	False	ISR0856_000000005127	1.0		0	0	False	False	0.9851301312446594	0					non-mobilizable	no_good_hit	974.0	76.181	71.0	0.15260208166533226	LT726871.1	other sequences	Shuttle vector pAM1, complete sequence	True	False
FIJ0097_000000014350	2200	0.892473049366926	2	2	2	1	0	True	46293	fragment	False	FIJ0097_000000014350	1.0		0	0	False	False	0.9981818199157715	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	0.042997542997543	XM_003285046.1	cellular slime molds	Dictyostelium purpureum expressed protein, mRNA	True	True
ISR0131_000000016819	1972	0.8924607788336139	3	2	2	2	1	True	31660	fragment	False	ISR0131_000000016819	1.0		0	0	False	False	0.9918864369392395	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.0010131265967756144	NZ_FNOB01000028.1	a-proteobacteria	Acidimangrovimonas indica strain DSM 24802, whole genome shotgun sequence	True	True
MON0098_000000010674	2817	0.8924546727433906	5	3	2	3	2	False	9201	maximal	True	MON0098_000000010674	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	82.70700000000001	24.0	0.007790376593619646	NZ_CZBD01000018.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0387_000000013589	1786	0.8924538374178145	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.08766665722286203		0	0	False	False	0.9944009184837341	0					non-mobilizable	other	1791.0	87.772	100.0	0.011921458625525946	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0225_000000006410	2670	0.8924431635160122	4	4	4	4	3	False	50342	maximal	True	ISR0225_000000006410	1.0		1	1	False	False	0.9883894920349121	0					non-mobilizable	no_good_hit	442.0	99.321	17.0	6.782080202722543e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
DEN0001_000000020771	2085	0.8924399586897742	4	1	1	1	1	False	76883	fragment	False	DEN0001_000000020771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0087_000000012982	2048	0.8924391147780528	3	2	2	2	1	True	61385	fragment	False	ENG0180_000000007838	0.9321071752951862		0	0	False	False	0.9990234375	0					non-mobilizable	other	2048.0	98.926	100.0	0.014044404193424447	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0089_000000024289	1194	0.8924391147780528	3	2	2	2	1	True	15806	fragment	False	SPA0150_000000016274	0.927027027027027		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	98.744	100.0	0.008185136396070037	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0092_000000015623	2759	0.8924357389597237	3	3	3	2	2	False	43295	fragment	False	SPA0092_000000015623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	93.852	44.0	0.9022945965951147	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
FIJ0106_000000001643	13744	0.8924311743625866	16	4	1	4	1	False	42372	maximal	True	FIJ0106_000000001643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000020523	1620	0.8924299140247759	3	2	2	2	1	False	67152	fragment	False	ENG0011_000000017169	0.9897094430992736		0	0	False	False	0.9969135522842407	0					non-mobilizable	other	1620.0	97.469	100.0	0.0008083234332863393	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0017_000000008724	1488	0.892422719914756	3	3	3	2	2	False	7818	maximal	True	SPA0017_000000008724	1.0		26	7	False	False	0.9858871102333069	0					non-mobilizable	other	1396.0	99.713	99.0	0.000218741934381183	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
FIJ0086_000000002045	13074	0.8924204137625202	13	11	5	10	6	False	52800	maximal	True	FIJ0086_000000002045	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	80.423	1.0	0.0013050183888954799	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	False
ISR0066_000000018420	1755	0.8924129969156426	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5205508515948094		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	98.521	100.0	0.0006373509443144119	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0201_000000001165	16206	0.8924129743132498	24	11	9	9	7	True	112038	maximal	True	ISR0201_000000001165	1.0		7	4	False	False	0.9999383091926575	0					non-mobilizable	no_good_hit	106.0	80.189	1.0	0.0006028186159752786	NZ_PJAI02000009.1	g-proteobacteria	Colwellia echini strain A3 scaffold_9, whole genome shotgun sequence	True	True
AST0005_000000000321	36149	0.892406528771685	34	21	8	16	14	True	128795	fragment	False	AST0005_000000000321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12014.0	99.292	82.0	0.0646910575235059	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0118_000000016953	1509	0.8924060959448901	2	2	1	2	1	True	68959	fragment	False	SPA0118_000000016953	0.963690872751499		0	0	False	False	0.9946984648704529	0					non-mobilizable	no_good_hit	721.0	81.969	61.0	0.09231972877819794	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	True
DEN0085_000000018912	1501	0.8924060959448901	2	2	1	2	1	True	68959	fragment	False	SPA0118_000000016953	0.9595758780649437		0	0	False	False	0.9966688752174377	0					non-mobilizable	no_good_hit	657.0	85.236	57.0	0.08449602294953709	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	True
ISR0194_000000001557	12566	0.8924031789301117	20	11	9	9	8	True	126208	backbone	False	ISR0395_000000002325	0.6053392367460051	PS943|PS946|PS949	0	0	True	True	0.9997612833976746	1					non-mobilizable	no_good_hit	892.0	72.87	10.0	0.10885539917797982	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0150_000000003761	4191	0.8923972759036556	5	3	1	2	3	False	130014	fragment	False	ENG0150_000000003761	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2451.0	88.984	65.0	0.4359294243450365	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0295_000000011115	3063	0.8923875932672569	4	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.9542939339441988		0	0	False	False	1.0	0					non-mobilizable	other	3063.0	98.56299999999999	100.0	0.0005928506587692219	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0102_000000010046	2745	0.8923702910558319	4	4	3	3	3	False	85476	fragment	False	CHI0063_000000004610	0.922841726618705		0	0	False	False	1.0	0					non-mobilizable	other	2572.0	92.574	94.0	0.0029895629806754084	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0083_000000021105	1703	0.8923657419015182	2	1	1	1	1	False	126046	maximal	True	FIJ0083_000000021105	1.0	PS940	0	0	False	True	0.9953023791313171	0					non-mobilizable	no_good_hit	107.0	80.374	6.0	0.0008673671689135606	NZ_KE386887.1	firmicutes	Desulfovirgula thermocuniculi DSM 16036 G454DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
CHI0072_000000002058	5749	0.892365726589766	9	8	4	5	6	False	125014	maximal	True	CHI0072_000000002058	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	89.34200000000001	42.0	0.00043824557706878336	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0853_000000002249	6133	0.8923650054274591	10	2	2	2	2	False	56539	fragment	False	ISR0853_000000002249	0.9738863287250384		0	0	False	False	0.9995108246803284	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
ISR0047_000000004560	5859	0.8923650054274591	9	2	2	2	2	False	56539	fragment	False	ISR0853_000000002249	0.9507581933800751		0	0	False	False	0.9962450861930847	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
FIJ0066_000000006276	4825	0.8923650054274591	7	2	2	2	2	False	56538	fragment	False	FIJ0066_000000006276	1.0		0	0	False	False	0.999792754650116	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
ISR0820_000000007882	2781	0.8923650054274591	3	2	2	2	2	False	56537	fragment	False	ISR0820_000000007882	1.0		0	0	False	False	0.9996404051780701	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
MON0030_000000025645	1410	0.8923595952326822	2	2	2	2	2	False	14502	fragment	False	MAD0111_000000011485	0.9592948651553757		0	0	False	False	0.9929078221321106	0					non-mobilizable	no_good_hit	1203.0	80.964	85.0	0.09076433121019108	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
SPA0055_000000000112	60670	0.8923593527524675	106	17	7	11	12	False	67785	fragment	False	SPA0055_000000000112	1.0		0	0	False	False	0.9999834895133972	0					non-mobilizable	no_good_hit	5973.0	94.86	72.0	0.0018553903070478077	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0089_000000000474	10405	0.8923577635845769	10	8	3	6	4	False	83903	fragment	False	SPA0106_000000003200	0.9719441019387459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0030_000000002516	10397	0.8923577635845769	10	8	3	6	4	False	83903	fragment	False	SPA0106_000000003200	0.9810087126079018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0009_000000033334	1204	0.8923550545987584	2	2	2	2	2	False	13771	fragment	False	MON0073_000000003420	0.9787009933774835		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	91.196	100.0	0.00048528767514528375	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0062_000000008622	2913	0.8923534334856802	4	4	4	4	3	False	76387	fragment	False	ENG0062_000000008622	0.9710172026925954		0	0	False	False	0.9996567368507385	0					non-mobilizable	other	2913.0	100.0	100.0	0.000879046041847663	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0075_000000002137	9252	0.8923475371516563	15	11	6	11	11	False	132190	fragment	False	ISR0075_000000002137	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7576.0	99.07600000000001	99.0	0.022879698725446637	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0007_000000008463	3104	0.8923443542568936	6	6	2	4	5	True	126939	backbone	False	USA0145_01_000000006426	0.484845204058751	PS981	0	0	True	True	0.998711347579956	1					non-mobilizable	other	3104.0	100.0	100.0	0.0038262632340864194	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
AST0025_000000020560	1819	0.8923318124368991	4	4	4	4	4	False	120262	maximal	True	AST0025_000000020560	1.0		1	1	False	False	0.9923034906387329	0					non-mobilizable	plasmid	1729.0	98.90100000000001	95.0	0.03444014828397178	NZ_CP014913.1	firmicutes	Lactobacillus paracollinoides strain TMW 1.1979 plasmid pL11979-1, complete sequence	False	True
ISR0129_000000005271	2106	0.8923310762057522	4	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9929932920543504		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2106.0	100.0	100.0	0.342332086518133	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0102_000000003865	2086	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9925527478739816		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2086.0	100.0	100.0	0.33907952512603673	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
SPA0136_000000019961	2081	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9912815848602843		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	2083.0	99.712	100.0	0.3382663847780127	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
USA0081_01_000000015487	1990	0.8923310762057522	4	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9797496746554223		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1990.0	99.95	100.0	0.45829493087557605	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
ISR0170_000000023448	1984	0.8923310762057522	4	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9907776424286969		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1984.0	100.0	100.0	0.32249146202634577	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0059_000000009065	1947	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9905215238937445		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1947.0	100.0	100.0	0.31647422345096765	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
USA0101_01_000000016456	1934	0.8923310762057522	4	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9898850082834779		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1934.0	100.0	100.0	0.31436005854610505	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0813_000000015898	1931	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9754670033363116		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1932.0	97.723	100.0	0.4447004608294931	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0119_000000006032	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0127_000000009573	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0163_000000004868	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0120_000000007644	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0249_000000010222	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9844314474845013		0	0	False	False	0.9927348494529724	0	rep_cluster_1019				non-mobilizable	other	1927.0	99.948	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0159_000000007845	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0162_000000016466	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0167_000000010916	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0124_000000007729	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0058_000000010890	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0172_000000004053	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0112_000000009403	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0179_000000010620	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0370_000000013887	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0010_000000010907	1927	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9897099093276523		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
SPA0126_000000022587	1926	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.989270716613259		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1926.0	99.948	100.0	0.31305903398926654	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0009_000000004234	1919	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9845757270223133		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1919.0	99.948	100.0	0.31192063750203286	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0158_000000009614	1914	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9877423848091975		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1914.0	100.0	100.0	0.31110749715400876	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0101_000000006531	1893	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.960901994460575		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1893.0	99.947	100.0	0.3076923076923077	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0013_000000004744	1887	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9717014427122844		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1887.0	100.0	100.0	0.3067165392746788	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
SPA0008_000000016330	1864	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9233548730833686		0	0	False	False	0.9967811107635498	0	rep_cluster_1019				non-mobilizable	other	1866.0	99.35700000000001	100.0	0.30330134981297774	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CAN0004_000000015153	1847	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.9267175308773755		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1847.0	100.0	100.0	0.30021141649048627	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
USA0047_01_000000020668	1753	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.8539337585971774		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1754.0	98.176	100.0	0.40368663594470044	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
ISR0832_000000007853	1713	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.6076670284102694		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1714.0	98.075	100.0	0.39447004608294933	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0154_000000021141	1577	0.8923310762057522	3	2	1	1	2	True	101126	fragment	False	ISR0129_000000005271	0.06649852900312243		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1577.0	100.0	100.0	0.2563018376971865	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
AST0094_000000007473	2897	0.892330691104217	5	2	2	2	1	False	109308	maximal	True	AST0094_000000007473	1.0		0	0	False	False	0.9920607805252075	0					non-mobilizable	no_good_hit								True	False
ISR0780_000000002770	4024	0.8923302163598623	5	5	5	5	5	False	120205	maximal	True	ISR0780_000000002770	1.0		67	9	False	False	0.997266411781311	0					non-mobilizable	chromosome	2185.0	97.666	99.0	0.0008645920421854318	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0130_000000012752	2355	0.8923297925107239	4	4	4	3	2	False	76386	fragment	False	SPA0089_000000015643	0.9524380495603517		0	0	False	False	0.9991507530212402	0					non-mobilizable	other	2355.0	100.0	100.0	0.0007106024665210847	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ENG0114_000000009557	1556	0.8923283122044843	2	2	1	1	2	False	59572	fragment	False	ENG0114_000000009557	0.9910731009451796		0	0	False	False	0.9993573427200317	0					non-mobilizable	no_good_hit	628.0	91.083	89.0	9.646993876697571e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0211_000000016272	1483	0.8923283122044843	2	2	1	1	2	False	59572	fragment	False	ENG0114_000000009557	0.9719387261806933		0	0	False	False	0.997977077960968	0					non-mobilizable	no_good_hit	584.0	91.096	89.0	8.970011850262653e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0029_000000013965	1765	0.8923255487581341	2	2	1	2	1	False	65787	fragment	False	ENG0029_000000013965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	72.707	26.0	8.7592528541076e-05	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
ISR0095_000000000948	16305	0.8922880209177783	13	8	7	7	4	False	67448	maximal	True	ISR0095_000000000948	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5389.0	98.94200000000001	33.0	0.2234386663349092	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ENG0204_000000003286	6204	0.8922869296207439	9	3	3	3	2	False	130465	fragment	False	ENG0204_000000003286	1.0		0	0	False	False	0.9998388290405273	0					non-mobilizable	no_good_hit	4427.0	98.125	73.0	0.00704811933134618	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0154_000000005543	4911	0.8922869296207439	6	3	3	3	2	False	130464	fragment	False	CHI0015_000000001588	0.6340152924157884		0	0	False	False	1.0	0					non-mobilizable	other	4445.0	99.415	90.0	0.007091202696061223	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0016_01_000000004142	4503	0.8922869296207439	5	3	3	3	2	False	130459	fragment	False	SPA0154_000000001242	0.9680510332649777		0	0	False	False	1.0	0					non-mobilizable	other	4281.0	99.346	95.0	0.006827915467247069	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0092_000000004574	4334	0.8922869296207439	5	3	3	3	2	False	130459	fragment	False	SPA0154_000000001242	0.9690170693980859		0	0	False	False	0.9997692704200745	0					non-mobilizable	other	4338.0	99.21600000000001	100.0	0.006920464917375681	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0018_000000003662	4321	0.8922869296207439	5	3	3	3	2	False	130459	fragment	False	SPA0154_000000001242	0.9683378251380182		0	0	False	False	0.9993057250976562	0					non-mobilizable	other	4314.0	99.884	99.0	0.006880572913009899	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0107_000000008963	3045	0.8922826742383569	3	3	3	3	3	False	108730	fragment	False	FIJ0107_000000008963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	97.944	22.0	0.018754481769540515	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0048_000000013207	2017	0.8922750882627359	3	2	2	2	2	False	64229	fragment	False	ENG0048_000000013207	1.0		0	0	False	False	0.9801685810089111	0					non-mobilizable	no_good_hit	392.0	79.337	19.0	0.0008969290529119146	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	False
ENG0105_000000012359	1801	0.8922750882627359	2	2	2	2	2	False	62769	fragment	False	ENG0066_000000010504	0.9688481675392671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	392.0	79.337	22.0	0.0008969290529119146	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	False
ISR0177_000000002316	8745	0.8922740254860818	12	8	3	5	6	True	76964	backbone	False	ENG0033_000000002799	0.9205967218622371	PS328|PS329|PS369	0	0	True	True	0.9988564848899841	6					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
DEN0065_000000026707	1288	0.8922707470969605	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.8188171566533109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	92.92	9.0	2.470318346141897e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0004_000000000307	45903	0.8922676470148647	42	17	13	15	8	True	67825	maximal	True	ENG0004_000000000307	1.0		1	1	False	False	0.999978244304657	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	0.013272790778903249	NZ_FOHU01000048.1	firmicutes	Natronincola peptidivorans strain DSM 18979, whole genome shotgun sequence	True	True
ENG0105_000000016616	1362	0.8922661567884398	2	1	1	1	1	False	60130	maximal	True	ENG0105_000000016616	1.0		2	1	False	False	0.988252580165863	0					non-mobilizable	no_good_hit	134.0	82.836	10.0	2.714360958621121e-05	NZ_CP026095.1	firmicutes	Peribacillus asahii strain OM18 chromosome, complete genome	True	False
ISR0395_000000016608	2325	0.8922617591954736	4	2	1	2	1	False	86236	maximal	False	CHI0055_000000006154	0.6400793650793651		0	0	False	False	1.0	0					non-mobilizable	other	1734.0	86.90899999999999	90.0	0.0005923429683157309	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0087_000000026751	1370	0.8922617591954736	3	2	1	2	1	False	110608	fragment	False	FIJ0108_000000016384	0.9461517823173989		0	0	False	False	1.0	0					non-mobilizable	other	1370.0	96.277	100.0	0.05503479905056926	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
FIJ0016_000000017817	1103	0.8922617591954736	2	2	1	2	1	False	50186	fragment	False	FIJ0016_000000017817	1.0		0	0	False	False	0.9945603013038635	0					non-mobilizable	other	858.0	96.037	98.0	0.03447720963913586	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
USA0020_01_000000010284	3408	0.8922570951498241	5	5	5	5	3	False	65274	fragment	False	USA0020_01_000000010284	1.0		0	0	False	False	0.9997065663337708	0					non-mobilizable	other	3435.0	98.311	100.0	0.014909255582262165	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ENG0007_000000002665	9058	0.8922457697275562	9	6	2	4	4	True	118398	fragment	False	ENG0007_000000002665	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	7153.0	99.34299999999999	99.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
SPA0021_000000009903	3306	0.8922392486015215	5	4	2	4	2	False	129661	fragment	False	ENG0007_000000007191	0.9651718816200882		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1144.0	89.685	36.0	0.0053348144483391135	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0139_000000007312	3299	0.8922392486015215	5	4	2	4	2	False	129661	fragment	False	ENG0007_000000007191	0.9639137470761575		0	0	False	True	0.9996968507766724	0					non-mobilizable	no_good_hit	1144.0	89.685	36.0	0.0053348144483391135	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0382_000000005098	2680	0.8922392486015215	4	4	2	4	2	False	129647	backbone	False	ISR0398_000000007698	0.38131829397250616	PS1061|PS1063	0	0	False	True	0.9988806247711182	0					non-mobilizable	no_good_hit	1144.0	89.685	44.0	0.0053348144483391135	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0027_000000002518	5851	0.8922290735777471	9	6	4	4	6	False	88840	maximal	True	CHI0027_000000002518	1.0		1	1	False	False	0.999829113483429	0					non-mobilizable	no_good_hit	1717.0	77.51899999999999	47.0	0.00032598442359701356	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0377_000000000658	12708	0.8922241948279187	18	9	6	8	7	True	126208	backbone	False	ISR0395_000000002325	0.490017298682238	PS943|PS946|PS949	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1609.0	73.027	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0044_000000001291	15060	0.8922219008453848	19	12	11	10	9	False	51793	maximal	True	FIJ0044_000000001291	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	990.0	73.333	6.0	0.007701337224980568	NZ_GL538177.1	firmicutes	Megasphaera micronuciformis F0359 Scfld7, whole genome shotgun sequence	True	False
ISR0384_000000004597	3262	0.8922210480173521	6	4	4	4	3	False	129742	fragment	False	ISR0173_000000002410	0.7818624303571874		0	0	False	True	0.9923359751701355	0					non-mobilizable	chromosome	1745.0	99.198	99.0	0.0004670948682272584	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0168_000000003293	7306	0.8922202931580665	9	7	2	4	7	False	109919	fragment	False	ISR0025_000000004431	0.8063085704068498		0	0	False	False	1.0	0					non-mobilizable	other	4941.0	99.838	100.0	0.0013927097370661037	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0131_000000003979	7145	0.8922202931580665	9	7	2	4	7	False	109919	fragment	False	ISR0025_000000004431	0.5848395849518638		0	0	False	False	0.9998600482940674	0					non-mobilizable	other	4853.0	99.93799999999999	100.0	0.0013678902844816937	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0031_01_000000004279	7135	0.8922202931580665	9	7	2	4	7	False	109919	fragment	False	ISR0025_000000004431	0.584855737616409		0	0	False	False	1.0	0					non-mobilizable	other	4804.0	99.833	100.0	0.0013540703620199199	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0335_000000001961	7097	0.8922202931580665	10	7	2	4	7	False	109919	fragment	False	ISR0025_000000004431	0.5830561823654968		0	0	False	False	0.9984500408172607	0					non-mobilizable	other	7097.0	99.73200000000001	100.0	0.002000504286150238	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0327_000000002927	6959	0.8922202931580665	10	7	2	4	7	False	109919	fragment	False	ISR0025_000000004431	0.576888213474556		0	0	False	False	1.0	0					non-mobilizable	other	6959.0	99.885	100.0	0.0019615828718701402	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0018_000000016166	2358	0.892213596376942	3	3	3	3	3	False	75649	fragment	False	DEN0018_000000016166	0.9772431729518856		0	0	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit	86.0	82.55799999999999	4.0	0.0003333137266435308	NZ_FCOC02000007.1	b-proteobacteria	Caballeronia sordidicola isolate LMG 22029, whole genome shotgun sequence	True	False
MON0086_000000010311	2996	0.8922113879335186	4	4	4	4	2	False	93100	fragment	False	MON0086_000000010311	0.9490393703820762		0	0	False	False	1.0	0					non-mobilizable	other	2944.0	99.45700000000001	98.0	0.010553417937583149	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
CAN0015_000000012356	3206	0.8922092890820058	3	2	1	2	2	False	93311	fragment	False	CAN0015_000000012356	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	98.37700000000001	50.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ISR0179_000000008562	2842	0.8922092890820058	3	2	1	2	2	False	83089	fragment	False	ISR0179_000000008562	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1575.0	98.34899999999999	55.0	0.2796233789305383	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
TAN0005_000000001013	8601	0.8922059615400141	12	7	3	5	4	True	76977	maximal	False	TAN0007_000000003115	0.9969338991113801	PS328|PS329|PS369	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	475.0	83.789	22.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0812_000000012634	3136	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9949846046804037		0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1190.0	84.958	76.0	0.44606525911708256	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0026_000000007185	3132	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9929691591095983		0	0	True	True	1.0	181					non-mobilizable	no_good_hit	1190.0	84.958	76.0	0.44606525911708256	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0356_000000005721	3112	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9920314444287509		0	0	True	True	0.9996786713600159	23					non-mobilizable	no_good_hit	1190.0	84.958	76.0	0.44606525911708256	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0096_000000012057	3112	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9920314444287509		0	0	True	True	1.0	67					non-mobilizable	no_good_hit	1190.0	84.958	76.0	0.44606525911708256	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0021_000000007356	3111	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9917435486504077		0	0	True	True	1.0	185					non-mobilizable	no_good_hit	1186.0	84.992	76.0	0.44452975047984644	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0051_000000012901	3110	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9916720093597096		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1190.0	84.958	76.0	0.44606525911708256	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0006_000000006255	3107	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9890758119521366		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1190.0	85.126	76.0	0.44606525911708256	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0101_000000007767	3097	0.8922051010202099	3	3	3	3	3	True	117490	maximal	True	ISR0101_000000007767	0.996115461573971		41	9	True	True	1.0	72					non-mobilizable	no_good_hit	1170.0	85.12799999999999	76.0	0.43877159309021113	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0079_000000008822	3094	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9956216680138995		0	0	True	True	1.0	66					non-mobilizable	no_good_hit	1171.0	85.141	76.0	0.4391554702495202	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0146_000000012689	3094	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9949759158459102		0	0	True	True	1.0	253					non-mobilizable	no_good_hit	1171.0	85.31200000000001	76.0	0.4391554702495202	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0009_000000010402	3093	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9953340432220725		0	0	True	True	1.0	53					non-mobilizable	no_good_hit	1166.0	85.334	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0153_000000008712	3093	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9953340432220725		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1166.0	85.334	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0066_000000010491	3093	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9955345787768325		0	0	True	True	1.0	36					non-mobilizable	no_good_hit	1170.0	85.12799999999999	76.0	0.43877159309021113	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ETH0003_000000011709	3093	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9923096704546532		0	0	True	True	1.0	55					non-mobilizable	no_good_hit	1167.0	85.51799999999999	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
DEN0051_000000014137	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9949502685044269		0	0	True	True	1.0	66					non-mobilizable	no_good_hit	1166.0	85.334	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AST0061_000000013377	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9949502685044269		0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1166.0	85.334	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AUS0016_000000008719	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9949502685044269		0	0	True	True	1.0	38					non-mobilizable	no_good_hit	1166.0	85.334	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0075_000000007861	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9953201532897598		0	0	True	True	1.0	85					non-mobilizable	no_good_hit	1166.0	85.163	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0350_000000005617	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9953201532897598		0	0	True	True	1.0	55					non-mobilizable	no_good_hit	1166.0	85.163	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0043_000000010920	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9954840658722537		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1166.0	85.163	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0159_000000008217	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9949502685044269		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1166.0	85.334	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0069_000000006574	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9954840658722537		0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1166.0	85.163	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0265_000000005093	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.994333265276631		0	0	True	True	1.0	28					non-mobilizable	no_good_hit	1166.0	85.334	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0323_000000006187	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9954840658722537		0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1166.0	85.163	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0193_000000008818	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9954840658722537		0	0	True	True	1.0	114					non-mobilizable	no_good_hit	1166.0	85.163	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0163_000000007596	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9949502685044269		0	0	True	True	0.9993531703948975	12					non-mobilizable	no_good_hit	1166.0	85.334	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0190_000000009864	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9954840658722537		0	0	True	True	1.0	76					non-mobilizable	no_good_hit	1166.0	85.163	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AST0031_000000009328	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9946740927358861		0	0	True	True	1.0	75					non-mobilizable	no_good_hit	1166.0	85.334	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0343_000000005210	3092	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9949502685044269		0	0	True	True	1.0	132					non-mobilizable	no_good_hit	1166.0	85.334	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0023_000000009220	3091	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9952499004219317		0	0	True	True	0.9996764659881592	9					non-mobilizable	no_good_hit	1166.0	85.163	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0009_000000011486	3081	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9923429706620366		0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1150.0	85.478	76.0	0.43186180422264875	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0037_000000006940	3081	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9917647959647334		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1162.0	85.198	76.0	0.436084452975048	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0098_000000011407	3074	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9901661736627135		0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1150.0	85.478	76.0	0.43186180422264875	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0126_000000013176	3070	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9896792181170948		0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1147.0	85.353	76.0	0.4307101727447217	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0771_000000003653	3052	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9837101703181246		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1147.0	85.353	76.0	0.4307101727447217	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0770_000000003205	3037	0.8922051010202099	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9791572399556439		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1138.0	85.413	76.0	0.4276391554702495	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
DEN0034_000000000801	6701	0.8921988843959564	10	5	1	4	4	False	73568	maximal	True	DEN0034_000000000801	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3852.0	80.27	61.0	0.6535891725201302	NZ_QRUU01000102.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf102, whole genome shotgun sequence	True	False
ENG0177_000000002751	8362	0.8921973697613438	11	7	5	6	6	True	117402	fragment	False	ENG0177_000000002751	1.0		0	0	False	False	0.994259774684906	0					non-mobilizable	plasmid	6496.0	99.631	95.0	0.27806319034163884	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ENG0166_000000004727	5435	0.8921933239367489	7	6	5	4	2	True	56177	maximal	True	ENG0166_000000004727	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0002612565539359651	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	True	True
ISR0175_000000010435	2053	0.8921894150439525	2	2	2	2	2	False	33812	fragment	False	ISR0175_000000010435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0122_000000012972	1232	0.8921866851715601	2	1	1	1	1	False	41411	fragment	False	FIJ0122_000000012972	1.0		0	0	False	False	0.9699675440788269	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000006565	4689	0.8921797093316663	4	3	2	3	2	False	55447	fragment	False	TAN0009_000000006565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	83.912	13.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0022_000000003167	4277	0.8921727952584078	6	6	5	6	5	False	118817	fragment	False	SPA0022_000000003167	1.0		0	0	False	False	0.9988309741020203	0					non-mobilizable	other	4277.0	99.93	100.0	0.0014855475264035575	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0130_01_000000019863	1730	0.8921692019258743	2	2	2	2	1	True	50705	fragment	False	USA0130_01_000000019863	1.0		0	0	False	False	0.9826589822769165	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.0003984857541342897	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
FIJ0023_000000008300	3711	0.8921656384171648	7	3	2	3	3	False	49388	fragment	False	FIJ0023_000000008300	1.0		0	0	False	False	0.9929938316345215	0					non-mobilizable	no_good_hit	2012.0	90.01	54.0	0.042250553155621116	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ISR0205_000000003501	5607	0.8921580057845532	9	5	4	4	5	False	104008	maximal	True	ISR0205_000000003501	1.0		1	1	False	False	0.999821662902832	0					non-mobilizable	no_good_hit	926.0	83.801	40.0	0.00020323442591272246	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0063_01_000000003931	5263	0.8921537591722603	8	5	4	4	5	False	104720	fragment	False	USA0063_01_000000003931	1.0		0	0	False	False	0.9996199607849121	0					non-mobilizable	no_good_hit								True	False
CHI0102_000000005999	1516	0.8921509007588718	2	1	1	1	1	False	83280	maximal	True	CHI0102_000000005999	1.0		1	1	False	False	0.9993403553962708	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.722991808003544e-07	LR812083.1	bony fishes	Danio rerio genome assembly, chromosome: 21	True	False
TAN0007_000000003115	8621	0.8921246113743445	12	8	3	5	5	True	76977	maximal	True	TAN0007_000000003115	0.9969366758713509	PS328|PS329|PS369	5	2	True	True	1.0	62					non-mobilizable	no_good_hit	475.0	83.789	21.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0009_000000003854	8554	0.8921246113743445	12	8	3	5	5	True	76977	maximal	False	TAN0007_000000003115	0.9960851553626944	PS328|PS329|PS369	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1271.0	75.374	25.0	0.13642255346727156	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
MON0090_000000005868	8338	0.8921246113743445	11	8	3	5	5	True	76977	maximal	False	TAN0007_000000003115	0.9793841328708848	PS328|PS329|PS369	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1271.0	75.374	26.0	0.13642255346727156	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
MON0048_000000003614	8262	0.8921246113743445	12	8	3	5	5	True	76977	maximal	False	TAN0007_000000003115	0.9673076109282244	PS328|PS329|PS369	0	0	True	True	0.9997579455375671	6					non-mobilizable	no_good_hit	1271.0	75.374	26.0	0.13642255346727156	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0139_000000001112	18748	0.8921164624078234	17	16	6	12	13	False	50847	fragment	False	FIJ0108_000000000785	0.9630438878128462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5654.0	73.399	30.0	0.008773119527642502	NZ_VLKH01000001.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ISR0054_000000000695	22312	0.8921082427736837	21	15	9	11	6	True	76562	maximal	True	ISR0054_000000000695	1.0		1	1	False	False	0.9996862411499023	0					non-mobilizable	no_good_hit	13035.0	98.757	88.0	0.004590774095481754	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
MON0091_000000005566	2232	0.892107276221114	4	3	3	3	3	False	87758	fragment	False	MON0091_000000005566	0.9795788241866266		0	0	False	False	0.9865591526031494	0					non-mobilizable	other	2142.0	98.273	96.0	0.0004386675831221724	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
ISR0355_000000013071	1597	0.8921066069666281	1	1	1	1	1	False	23951	maximal	True	ISR0355_000000013071	1.0		2	2	False	False	0.9956167936325073	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000003859	6354	0.8921034283691649	7	3	0	2	2	False	55543	maximal	True	ENG0177_000000003859	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit	950.0	86.73700000000001	22.0	0.11383792977766978	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
TAN0018_000000006243	1699	0.8921028907673499	2	2	2	2	1	False	42730	fragment	False	TAN0018_000000006243	0.9729567307692308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	83.491	12.0	0.06154299175500589	EU449493.1		Uncultured microorganism clone M40 putative helicase gene, partial cds; cellobiosidase and rubrerythrin genes, complete cds; and putative UDP-N-acetylglucosamine 2-epimerase gene, partial cds	True	False
ISR0115_000000007333	4192	0.8920979328047516	5	4	3	4	2	False	32490	maximal	True	ISR0115_000000007333	1.0		0	0	False	False	0.9971374273300171	0					non-mobilizable	no_good_hit	1814.0	99.39399999999999	43.0	0.0007962748566880939	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0048_000000017758	1861	0.8920975010497526	2	1	1	1	1	False	46760	maximal	True	FIJ0048_000000017758	1.0		4	3	False	False	0.9865663647651672	0					non-mobilizable	no_good_hit	89.0	97.75299999999999	5.0	2.4498033893586666e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0058_000000026760	1555	0.8920975010497526	1	1	1	1	1	False	45988	fragment	False	FIJ0058_000000026760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	5.0	2.1992553154469846e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0081_000000001457	15192	0.8920850920799244	19	6	6	6	4	True	97608	fragment	False	FIJ0052_000000001341	0.955536211264729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	85.38600000000001	5.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
FIJ0085_000000017632	1768	0.8920680033632534	3	3	3	3	2	False	43936	maximal	True	FIJ0085_000000017632	1.0		1	1	False	False	0.9903846383094788	0					non-mobilizable	chromosome	1752.0	99.829	99.0	0.0003601486008915889	CP053702.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain CMCST_CEPR_1 chromosome, complete genome	False	False
DEN0096_000000011748	3668	0.8920511756633833	6	6	5	5	5	False	120521	fragment	False	CAN0021_000000006846	0.21520440471658833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1855.0	89.865	68.0	0.0003485636109758934	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0039_000000007004	3651	0.8920511756633833	6	6	5	5	5	False	120521	fragment	False	CAN0021_000000006846	0.23982251248389586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1872.0	89.79700000000001	69.0	0.00035176489751646074	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0343_000000013964	1365	0.8920457596312199	3	2	2	2	2	False	24304	fragment	False	MON0094_000000026547	0.6332138590203106		0	0	False	False	0.9934065937995911	0					non-mobilizable	other	1234.0	79.741	95.0	0.0016066669464671688	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
ISR0381_000000001824	7711	0.8920439798065727	8	6	5	4	3	False	99799	maximal	True	ISR0381_000000001824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	86.98200000000001	13.0	0.004489377653368586	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
ISR0371_000000010829	1799	0.8920216884891279	2	2	0	1	2	True	23486	maximal	True	ISR0371_000000010829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	88.71	17.0	0.14153561517113783	LR822022.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_956 genome assembly, plasmid: pbSTHERMO	True	True
CAN0004_000000000072	64179	0.8920086280117551	66	43	31	35	23	True	105283	backbone	True	CAN0004_000000000072	0.9987308478625411	PS635	16	7	False	True	1.0	0					non-mobilizable	no_good_hit	2236.0	77.191	6.0	0.018462902699582555	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CAN0005_000000000087	64177	0.8920086280117551	66	43	31	35	23	True	105283	backbone	False	CAN0004_000000000072	0.9987204602487317	PS635	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2236.0	77.191	6.0	0.018462902699582555	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0139_000000019372	1183	0.8919976545082446	2	2	2	1	1	False	57818	fragment	False	ENG0139_000000019372	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1116.0	81.541	94.0	0.00019678292798775858	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
AUS0022_000000000232	55208	0.8919725252827186	61	25	14	22	14	True	130801	maximal	False	ISR0079_000000000160	0.6735388038083343		0	0	True	True	1.0	63					non-mobilizable	no_good_hit	1113.0	82.39	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0097_000000011729	2658	0.8919691850870229	5	4	4	2	2	False	48123	fragment	False	FIJ0097_000000011729	1.0		0	0	False	False	0.9992475509643555	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	1.8571844379471453e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0067_000000002337	9621	0.8919602080741912	10	7	4	5	5	False	122667	fragment	False	ISR0067_000000002337	0.9801196145752575		0	0	False	False	0.9966739416122437	0					non-mobilizable	chromosome	9624.0	98.961	100.0	0.004294300847391445	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0156_000000012241	1416	0.8919474073841823	2	2	2	2	2	False	56674	fragment	False	ENG0156_000000012241	1.0		0	0	False	False	0.9717513918876648	0					non-mobilizable	chromosome	1289.0	99.92200000000001	91.0	0.0003601677912122974	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0132_000000010677	2957	0.8919429204229372	3	3	3	3	2	False	80924	fragment	False	CHI0132_000000010677	0.983010533469249		0	0	False	False	0.9986472725868225	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000030046	1326	0.8919427804521916	3	2	2	2	1	False	32775	fragment	False	SPA0101_000000030046	0.9933794011096783		0	0	False	False	0.9796379804611206	0					non-mobilizable	other	1299.0	99.07600000000001	98.0	0.0004695696700846351	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0040_000000005980	4158	0.8919335513267562	6	6	5	6	5	False	53100	maximal	True	FIJ0040_000000005980	0.9908912658779164		5	2	False	False	0.9992784857749939	0					non-mobilizable	no_good_hit	114.0	80.702	3.0	4.072811691005959e-05	NZ_GL892076.1	firmicutes	Centipeda periodontii DSM 2778 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0166_000000001266	10494	0.8919271401754556	23	7	2	7	2	True	124619	maximal	True	ISR0166_000000001266	1.0		1	1	False	False	0.9999046921730042	0					non-mobilizable	no_good_hit	2112.0	96.212	60.0	0.037411831425229504	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AUS0006_000000017249	1518	0.8919211235065291	3	2	2	2	2	False	102830	fragment	False	AUS0006_000000017249	0.9928950298680984		0	0	False	False	0.9940711259841919	0					non-mobilizable	other	1518.0	99.539	100.0	0.0005509181666808905	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0098_000000004586	4832	0.8919208729807595	7	5	1	1	4	True	113323	maximal	True	FIJ0098_000000004586	1.0		3	3	False	False	1.0	0		MOBB			mobilizable	no_good_hit	3284.0	96.833	68.0	0.39617387092868384	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0130_000000004456	6417	0.891917562991635	8	7	5	7	6	False	113108	fragment	False	ENG0130_000000004456	1.0		0	0	False	False	0.9984416365623474	0					non-mobilizable	no_good_hit	1268.0	90.06299999999999	52.0	0.007495843859265088	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
SPA0079_000000000891	16511	0.8919067793364674	18	6	3	6	1	True	25850	fragment	False	SPA0079_000000000891	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0068_000000022219	1906	0.8918978323079197	2	2	2	2	1	True	18464	maximal	True	MON0068_000000022219	1.0		8	7	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	84.414	52.0	0.3269073010664479	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ENG0171_000000000415	32053	0.8918965710903133	48	15	10	13	8	False	69096	maximal	True	ENG0171_000000000415	1.0		2	2	False	False	0.9999688267707825	0					non-mobilizable	no_good_hit	904.0	74.779	3.0	0.0002409137526061812	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0002_000000018378	1108	0.8918916555464953	2	2	2	1	1	False	38625	maximal	False	ISR0150_000000022066	0.9822064056939502		0	0	False	False	0.9891696572303772	0					non-mobilizable	no_good_hit	550.0	83.63600000000001	50.0	0.0002517529678596909	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
MAD0097_000000013386	3003	0.8918889567937905	3	3	3	3	2	False	52872	maximal	True	MAD0097_000000013386	1.0		6	4	False	False	0.9996669888496399	0					non-mobilizable	no_good_hit	76.0	84.211	3.0	2.029566178876221e-05	CP058559.1	firmicutes	Clostridiales bacterium LB2 chromosome, complete genome	True	False
SPA0100_000000008388	3720	0.8918682470320871	8	2	1	2	1	False	5306	fragment	False	SPA0100_000000008388	1.0		0	0	False	False	0.9948924779891968	0					non-mobilizable	no_good_hit	475.0	84.84200000000001	13.0	0.09433573635427395	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0285_000000005386	2917	0.8918637543037169	6	3	3	2	2	False	103989	fragment	False	ISR0285_000000005386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	89.286	28.0	7.418611831131072e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0123_000000012242	2631	0.8918601295796182	5	3	3	2	2	False	41355	maximal	True	FIJ0123_000000012242	1.0		0	0	False	False	0.9931585192680359	0					non-mobilizable	no_good_hit	103.0	84.46600000000001	4.0	0.0009749197124942652	MN990731.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-4 genomic sequence	True	False
SPA0131_000000008819	2805	0.891852500822523	5	3	3	3	1	False	76214	maximal	True	SPA0131_000000008819	1.0		6	4	False	False	0.9828876852989197	0					non-mobilizable	no_good_hit	75.0	84.0	3.0	0.0002650990001468792	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0060_000000009384	3038	0.8918449077088461	6	4	2	3	4	False	35421	fragment	False	ISR0060_000000009384	1.0		0	0	False	False	0.9993416666984558	0					non-mobilizable	no_good_hit	774.0	95.60700000000001	25.0	0.0001748927339648477	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0217_000000000566	31592	0.8918289266313902	29	20	14	17	16	False	117203	maximal	True	ISR0217_000000000566	1.0		1	1	False	False	0.9999366998672485	0					non-mobilizable	no_good_hit	2317.0	71.429	7.0	0.02365883218181253	NZ_FQZY01000013.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
MON0102_000000004281	9189	0.8918272767090607	8	6	4	6	3	True	131955	fragment	False	ISR0156_000000002878	0.9766236032588882		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	450.0	98.0	5.0	0.00011342564695659747	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	True
MAD0080_000000000531	7358	0.8918033797739537	5	4	2	3	4	False	113361	maximal	False	ISR0338_000000002453	0.9889186886141834		0	0	False	False	0.9995923042297363	0					non-mobilizable	no_good_hit	975.0	92.821	13.0	0.15751983163347905	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0033_000000012605	1801	0.8917997533990536	3	2	2	2	2	False	73606	fragment	False	DEN0033_000000012605	0.9855159927579964		0	0	False	False	0.9811215996742249	0					non-mobilizable	no_good_hit	54.0	88.889	3.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ISR0329_000000000250	19328	0.8917971359904652	19	16	10	12	13	True	123704	maximal	True	ISR0329_000000000250	1.0	PS902	14	3	False	True	0.9991722106933594	0	rep_cluster_1702				non-mobilizable	no_good_hit	11988.0	97.539	62.0	0.1194315823087977	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0013_000000015999	1639	0.8917813483498495	3	2	2	2	1	False	38094	fragment	False	ISR0013_000000015999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	3.0	8.593066219063396e-06	NZ_CP013236.1	b-proteobacteria	Collimonas pratensis strain Ter291, complete genome	True	False
ISR0024_000000004858	4259	0.8917802167124699	5	3	3	3	3	False	54695	maximal	True	ISR0024_000000004858	1.0		3	1	False	False	0.9976520538330078	0					non-mobilizable	no_good_hit								True	False
ISR0092_000000006452	3614	0.8917802167124699	5	3	3	3	3	False	54694	fragment	False	ISR0092_000000006452	1.0		0	0	False	False	0.9997233152389526	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000001139	11370	0.8917638743888755	16	15	2	12	15	True	82244	fragment	False	MAD0102_000000001139	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	11370.0	99.17299999999999	100.0	0.088019635625963	CP061750.1	enterobacteria	Escherichia coli O15:H12 strain 2273-PO3 plasmid unnamed1, complete sequence	False	True
FIJ0123_000000001362	20389	0.8917577417740411	27	20	12	13	11	True	52128	maximal	True	FIJ0123_000000001362	1.0		3	1	False	False	0.9999018907546997	0					non-mobilizable	no_good_hit	459.0	97.821	2.0	0.00010192845067864763	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0255_000000006008	4678	0.8917483884250993	4	2	2	1	2	True	114957	fragment	False	ISR0255_000000006008	1.0		0	0	False	False	0.9916630983352661	0		MOBB			mobilizable	plasmid	4639.0	99.461	99.0	0.14926430342251842	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0174_000000003930	4090	0.8917477205004938	5	5	5	4	4	False	84917	maximal	True	ENG0174_000000003930	1.0		1	1	False	False	0.9882640838623047	0					non-mobilizable	no_good_hit	3614.0	99.97200000000001	88.0	0.0006743861135817033	CP055888.1	enterobacteria	Escherichia coli strain RHBSTW-00353 chromosome, complete genome	True	False
ISR0396_000000020247	1150	0.8917435135237219	1	1	1	1	1	True	22657	fragment	False	ISR0396_000000020247	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1149.0	98.869	99.0	0.141991341991342	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	False	True
MON0081_000000010307	5366	0.8917269911652103	5	5	5	5	5	False	111069	fragment	False	FIJ0095_000000004547	0.9705371771042485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	72.039	9.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
CHI0106_000000005843	3272	0.8917147986703052	2	2	2	2	2	False	105883	fragment	False	CHI0106_000000005843	0.9367230036374302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	482.0	75.726	15.0	0.00013366475481325942	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0814_000000005249	7283	0.8917146232084372	11	8	4	7	5	False	23805	fragment	False	ISR0814_000000005249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	81.944	7.0	8.03257587355662e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0110_000000011045	1522	0.8917093352400691	2	2	2	1	2	False	42107	maximal	True	FIJ0110_000000011045	1.0		9	5	False	False	0.9967148303985596	0					non-mobilizable	no_good_hit	1037.0	90.55	68.0	0.00023439698885845047	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0154_000000013963	2255	0.8917066401040075	4	3	1	3	1	False	72120	fragment	False	ENG0154_000000013963	1.0		0	0	False	False	0.9977827072143555	0					non-mobilizable	other	2159.0	99.90700000000001	96.0	0.3005015324602954	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	False	False
ENG0018_000000004999	4280	0.8917024037168044	5	2	0	0	2	False	126482	fragment	False	ENG0018_000000004999	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1313.0	98.62899999999999	49.0	0.2246190720766992	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0101_000000017635	1884	0.8917024037168044	2	2	0	0	2	False	123145	fragment	False	ENG0101_000000017635	1.0		0	0	False	True	0.9957537055015564	0					non-mobilizable	no_good_hit	1326.0	95.626	70.0	0.16167298520239698	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MON0049_000000013429	1628	0.8916950791513877	3	3	3	3	3	False	11356	maximal	True	MON0049_000000013429	1.0		12	2	False	False	1.0	0					non-mobilizable	chromosome	1639.0	90.36	100.0	0.0006656567992028575	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
SPA0038_000000004479	6628	0.8916933073741804	6	5	4	5	2	True	131950	fragment	False	ISR0190_000000002622	0.45612117222685616		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1021.0	83.448	16.0	0.012688163970118998	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0822_000000000884	5853	0.8916844564650626	7	4	3	3	2	True	81405	maximal	True	ISR0822_000000000884	0.9936725995799589		7	4	False	True	1.0	0					non-mobilizable	plasmid	3108.0	99.131	98.0	0.5421392427150584	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
ENG0113_000000004744	5810	0.8916844564650626	8	4	3	3	2	True	81405	maximal	False	ISR0822_000000000884	0.9927564434046038		0	0	True	True	1.0	192					non-mobilizable	plasmid	4527.0	99.89	100.0	0.789740010469377	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
USA0019_01_000000004903	5790	0.8916844564650626	7	4	3	3	2	True	81405	maximal	False	ISR0822_000000000884	0.9925024775159729		0	0	True	True	1.0	25					non-mobilizable	plasmid	3703.0	99.89200000000001	100.0	0.6459605653463619	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
ISR0350_000000002638	5790	0.8916844564650626	7	4	3	3	2	True	81405	maximal	False	ISR0822_000000000884	0.9920504839425001		0	0	True	True	1.0	378					non-mobilizable	plasmid	5424.0	98.838	100.0	0.9460827080788693	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
ISR0850_000000002382	5790	0.8916844564650626	7	4	3	3	2	True	81405	maximal	False	ISR0822_000000000884	0.9919625068906701		0	0	True	True	1.0	53					non-mobilizable	plasmid	3709.0	98.463	100.0	0.6468330134357005	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
DEN0089_000000003166	5789	0.8916844564650626	7	4	3	3	2	True	81405	maximal	False	ISR0822_000000000884	0.9923278712588182		0	0	True	True	1.0	515					non-mobilizable	plasmid	3501.0	99.971	100.0	0.610713662537079	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
SPA0001_000000005682	5770	0.8916844564650626	7	4	3	3	2	True	81405	maximal	False	ISR0822_000000000884	0.991586187174809		0	0	True	True	1.0	17					non-mobilizable	plasmid	4520.0	98.65	100.0	0.7883440935264352	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
ENG0115_000000002784	5770	0.8916844564650626	7	4	3	3	2	True	81405	maximal	False	ISR0822_000000000884	0.9912192691068319		0	0	True	True	1.0	118					non-mobilizable	plasmid	4836.0	99.007	100.0	0.8436573023905077	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
ISR0832_000000002206	5770	0.8916844564650626	7	4	3	3	2	True	81405	maximal	False	ISR0822_000000000884	0.9912504537687248		0	0	True	True	1.0	142					non-mobilizable	plasmid	4484.0	98.93	100.0	0.7822369569010644	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
CHI0127_000000003673	5770	0.8916844564650626	8	4	3	3	2	True	81405	maximal	False	ISR0822_000000000884	0.9923287488911327		0	0	True	True	1.0	6					non-mobilizable	plasmid	4837.0	99.979	100.0	0.8438317920083755	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
MON0014_000000002573	5633	0.8916761456953833	5	4	4	4	3	False	13455	maximal	True	MON0014_000000002573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3937.0	97.96799999999999	70.0	0.0012244829390577082	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0096_000000002234	6675	0.8916706658538431	9	5	3	3	4	True	15531	fragment	False	MAD0096_000000002234	1.0		0	0	False	False	0.9998502135276794	0					non-mobilizable	no_good_hit	59.0	91.525	1.0	3.3642164536866303e-05	LS999826.1	CFB group bacteria	Cytophagales bacterium Alg240-R148 genome assembly, chromosome: I	True	True
ISR0388_000000003514	7557	0.8916699646338836	8	6	3	2	4	False	103740	fragment	False	ISR0388_000000003514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2156.0	96.939	35.0	0.008710025036258012	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
MON0094_000000001119	13875	0.8916679005833755	22	10	7	10	6	True	48036	fragment	False	MON0094_000000001119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	99.23100000000001	1.0	0.0013733777640558293	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
AUS0014_000000002414	12604	0.8916671869760464	21	6	5	6	3	True	124555	backbone	False	ISR0201_000000001564	0.9224085784038667	PS914	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	758.0	91.557	12.0	0.059670781893004114	MK232143.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_2-proph_c1 sequence	True	True
ISR0042_000000002189	8860	0.8916620960708275	11	8	7	7	3	False	36390	maximal	True	ISR0042_000000002189	1.0		0	0	False	False	0.9994356632232666	0					non-mobilizable	no_good_hit	972.0	95.26700000000001	11.0	0.00018457368246233496	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
USA0024_01_000000006649	3626	0.8916614395691325	4	3	3	1	3	False	108721	fragment	False	USA0024_01_000000006649	1.0		0	0	False	False	0.9955874085426331	0					non-mobilizable	no_good_hit	153.0	78.431	4.0	0.010848480494288383	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0178_000000001226	10068	0.8916609552913717	12	5	5	4	2	True	31917	fragment	False	ISR0178_000000001226	0.9974561053471668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2217.0	95.444	27.0	0.000596741472504873	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0784_000000001334	10024	0.8916609552913717	11	5	5	4	2	True	31917	fragment	False	ISR0178_000000001226	0.9936928883591577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1356.0	98.009	27.0	0.0003663727663090634	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0188_000000014790	1399	0.891655635055971	3	3	2	2	1	False	29250	maximal	True	ISR0188_000000014790	1.0		0	0	False	False	0.9928520321846008	0					non-mobilizable	no_good_hit	652.0	71.166	45.0	0.0009629647716659443	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
AST0010_000000025892	1174	0.8916487493038512	2	2	2	1	1	False	125673	fragment	False	AST0010_000000025892	1.0		0	0	False	False	0.9982964396476746	0					non-mobilizable	other	1174.0	99.574	100.0	0.001378984418534115	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0083_000000002211	4044	0.8916391643797361	4	2	2	2	1	True	97592	fragment	False	MON0047_000000007913	0.4751232719702038		0	0	False	False	0.9980217814445496	0					non-mobilizable	no_good_hit								True	True
SPA0093_000000007034	5754	0.8916333313700744	7	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.18392734363979985		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5761.0	98.837	100.0	0.1854212949547635	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0057_000000005669	2860	0.8916281071144971	7	2	1	2	0	True	100412	maximal	True	MAD0057_000000005669	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	97.619	12.0	0.002261878236680238	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0333_000000003391	5158	0.8916263370651315	5	4	1	3	4	False	103407	maximal	True	ISR0333_000000003391	1.0	PS412	0	0	False	True	0.9996122717857361	0					non-mobilizable	no_good_hit	2637.0	98.67299999999999	62.0	0.0003907481047382803	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
DEN0064_000000006664	5075	0.8916124338871543	6	3	1	3	2	False	71342	maximal	True	DEN0064_000000006664	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2415.0	80.414	69.0	0.019371800193718	NZ_FQVD01000014.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
CHI0055_000000006571	2456	0.8916108448879091	4	2	2	2	2	False	86232	fragment	False	CHI0055_000000006571	1.0		0	0	False	False	0.9877850413322449	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.3559430502889046e-06	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0141_000000017839	1782	0.8916091913812149	2	2	2	2	2	False	31204	maximal	True	ISR0141_000000017839	1.0		0	0	False	False	0.9781144857406616	0					non-mobilizable	no_good_hit	561.0	80.749	60.0	0.003624318004676539	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
ENG0099_000000000558	27640	0.8916032344916879	34	18	7	17	6	True	108401	fragment	False	ENG0099_000000000558	1.0		0	0	False	True	0.999891459941864	0					non-mobilizable	other	22320.0	88.06	95.0	0.22179865878971738	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0097_000000011311	1929	0.8916027644301296	2	1	1	1	1	True	108990	maximal	True	AST0097_000000011311	1.0		1	1	False	False	1.0	0	rep_cluster_554				non-mobilizable	plasmid	1868.0	82.334	95.0	0.07812898292123376	CP025421.1	firmicutes	Streptococcus parauberis strain SPOF3K plasmid unnamed, complete sequence	False	True
MAD0045_000000013063	2930	0.8916025422398131	4	4	4	4	4	False	111366	fragment	False	MAD0045_000000013063	0.9384282904020471		0	0	False	False	1.0	0					non-mobilizable	other	2930.0	99.625	100.0	0.024564316744661936	NZ_NQCD01000014.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_14_length_119238_cov_74.4289_ID_27.ctg_1, whole genome shotgun sequence	False	False
MON0103_000000045797	1282	0.8916023086300822	1	1	1	1	1	False	62702	fragment	False	MON0103_000000045797	0.9910858995137763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0109_000000002794	8725	0.8916008423396635	11	10	8	10	8	False	80944	maximal	True	ISR0109_000000002794	1.0		40	8	False	False	0.995415449142456	0					non-mobilizable	other	8688.0	99.919	99.0	0.004523206627995029	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
MAD0001_000000015004	1722	0.8915991577879007	3	2	0	2	1	True	131638	maximal	False	ENG0196_000000006783	0.8464641499173688		0	0	True	True	1.0	81					non-mobilizable	plasmid	1319.0	91.66	99.0	0.8070719602977667	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
CHI0097_000000001764	3075	0.8915972134069268	4	4	4	3	2	False	111484	fragment	False	CHI0097_000000001764	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2509.0	99.322	100.0	0.0004458279886118324	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0071_000000010170	2029	0.8915968755187517	3	3	3	3	3	False	62291	fragment	False	ENG0071_000000010170	0.995049504950495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	82.609	78.0	0.00017268116221766302	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
FIJ0082_000000017666	1750	0.891584894894607	3	1	0	1	1	False	44172	maximal	True	FIJ0082_000000017666	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	81.797	24.0	0.11684327941996654	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	False
ENG0095_000000001942	11110	0.8915756141690956	8	6	4	6	3	True	81860	maximal	True	ENG0095_000000001942	1.0		1	1	False	False	0.9991899132728577	0					non-mobilizable	no_good_hit	2773.0	73.02600000000001	25.0	0.0013449235881246339	CP000837.1	firmicutes	Streptococcus suis GZ1, complete genome	True	True
ISR0060_000000003735	8374	0.8915710852000363	11	8	7	7	6	True	109478	maximal	True	ISR0060_000000003735	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3327.0	98.677	40.0	0.3545289661794516	NZ_JAAIPV010000065.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_65_length_9373_cov_114.326, whole genome shotgun sequence	True	True
FIJ0162_000000005213	4431	0.8915598929411235	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.6653735170663738		0	0	False	False	0.9993229508399963	0					non-mobilizable	other	4431.0	98.759	100.0	0.0013775433064399216	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0059_01_000000002926	8331	0.891558320051935	10	6	4	5	3	False	67440	maximal	True	USA0059_01_000000002926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	82.536	20.0	0.028560620389634955	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0103_000000024557	1241	0.8915500681183998	2	2	2	2	2	False	127737	fragment	False	ISR0103_000000024557	0.9516833623697032		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	99.919	100.0	0.03931141616206448	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0169_000000000064	74136	0.89154889359777	75	12	3	11	3	True	88737	fragment	False	CHI0169_000000000064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1464.0	77.801	9.0	0.014599573336568696	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	True	True
MON0058_000000037337	1417	0.8915472559909499	2	2	2	2	2	False	10988	maximal	True	MON0058_000000037337	1.0		34	9	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	88.78399999999999	89.0	0.001047624581821804	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0847_000000013438	2089	0.8915470429282623	4	3	3	2	2	False	74943	maximal	True	ISR0847_000000013438	1.0		0	0	False	False	0.9961704015731812	0					non-mobilizable	no_good_hit	265.0	100.0	13.0	0.0019303890026323486	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	True	False
DEN0011_000000025062	1819	0.8915452227321259	3	3	3	3	2	False	75648	fragment	False	DEN0011_000000025062	0.9828543747612031		0	0	False	False	0.9934029579162598	0					non-mobilizable	no_good_hit	86.0	82.55799999999999	5.0	0.0003333137266435308	NZ_FCOC02000007.1	b-proteobacteria	Caballeronia sordidicola isolate LMG 22029, whole genome shotgun sequence	True	False
CHI0167_000000009431	2165	0.8915440214796033	3	3	2	3	2	False	78177	fragment	False	CHI0167_000000009431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	72.687	21.0	0.003946784922394679	NZ_FNRI01000010.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
ISR0174_000000021428	1157	0.8915319073045618	2	2	2	1	1	False	29874	fragment	False	ISR0174_000000021428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.01416697171858e-07	LR584414.1	bony fishes	Salmo trutta genome assembly, chromosome: 33	True	False
ENG0208_000000003748	7262	0.8915311304518393	7	4	2	3	2	True	106932	maximal	True	ENG0208_000000003748	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4521.0	97.456	85.0	0.05122504537205082	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0115_000000010657	3037	0.8915175687493933	5	4	4	4	4	False	112701	fragment	False	ISR0115_000000010657	1.0		0	0	False	False	0.9973658323287964	0					non-mobilizable	other	2700.0	98.037	100.0	0.029333768068688187	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0071_000000017748	2303	0.8915077351397744	4	4	3	4	2	False	70460	fragment	False	DEN0071_000000017748	1.0		0	0	False	False	0.9995657801628113	0					non-mobilizable	no_good_hit	79.0	88.60799999999999	3.0	2.514082893180808e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0107_000000004834	7538	0.8915062785796618	10	4	2	3	1	True	14713	fragment	False	MAD0107_000000004834	1.0		0	0	False	False	0.997214138507843	0					non-mobilizable	no_good_hit	950.0	90.421	30.0	0.00026532689645058106	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0288_000000006417	4482	0.8915033838095251	8	5	2	4	3	True	120071	maximal	True	ISR0288_000000006417	1.0	PS827	5	2	False	True	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1687.0	89.33	60.0	0.4742792538157151	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
ENG0143_000000006150	3077	0.8914826881494239	4	3	3	3	3	False	119302	maximal	True	ENG0143_000000006150	1.0		0	0	False	False	0.988950252532959	0					non-mobilizable	no_good_hit	733.0	76.944	24.0	0.0026202764644313713	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0154_000000005302	5934	0.8914795288167385	8	3	1	3	1	True	39620	fragment	False	FIJ0154_000000005302	1.0		0	0	False	False	0.9996629357337952	0					non-mobilizable	no_good_hit								True	True
MON0057_000000017786	1493	0.8914787459360995	3	1	1	1	1	True	23445	fragment	False	MON0057_000000017786	1.0		0	0	False	False	0.9959812164306641	0					non-mobilizable	plasmid	1418.0	88.29299999999999	95.0	0.06049296997049124	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0372_000000014770	1201	0.8914787459360995	2	1	1	1	1	True	23444	fragment	False	ISR0372_000000014770	1.0		0	0	False	False	0.9866777658462524	0					non-mobilizable	plasmid	1200.0	94.083	99.0	0.051987502169762195	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
CHI0028_000000000104	22967	0.8914740641052624	32	13	6	12	7	False	88742	maximal	True	CHI0028_000000000104	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	2963.0	98.616	13.0	0.0008290066110618365	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0062_000000030045	1288	0.8914707646592265	2	1	1	1	1	False	35307	maximal	True	ISR0062_000000030045	1.0		1	1	False	False	0.9984471797943115	0					non-mobilizable	no_good_hit	1100.0	99.90899999999999	85.0	0.003194024645431295	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
SPA0112_000000012083	2811	0.8914685123674195	4	4	4	3	3	True	116020	maximal	True	SPA0112_000000012083	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2831.0	91.134	99.0	0.0012796291572060054	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
DEN0046_000000018525	1294	0.8914512163124739	2	2	2	1	1	False	72697	maximal	True	DEN0046_000000018525	1.0		1	1	False	False	0.9953632354736328	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
ENG0157_000000012630	1990	0.891450470570775	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.1561705048226807		0	0	False	False	0.983919620513916	0					non-mobilizable	chromosome	1992.0	90.412	100.0	0.0005319468235405094	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0143_000000003679	5068	0.8914504030063426	6	6	3	5	6	False	101917	fragment	False	CAN0014_000000008690	0.9802468143892634		0	0	False	False	1.0	0					non-mobilizable	chromosome	5068.0	99.961	100.0	0.0009255570467003535	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0306_000000008299	1278	0.8914447646354481	2	1	1	1	1	False	80234	fragment	False	MAD0021_000000010037	0.6437055109288264		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	95.08200000000001	100.0	0.00042781115856714563	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0037_000000008082	3460	0.8914428652902207	6	4	1	1	4	False	47812	maximal	True	FIJ0037_000000008082	1.0		2	1	False	False	0.9997109770774841	0					non-mobilizable	no_good_hit	2804.0	95.471	81.0	0.001206617604174992	CP050534.1	firmicutes	Lactococcus raffinolactis strain Lr_19_4S chromosome	True	False
ISR0209_000000017507	1627	0.8914387988369317	3	2	2	2	1	False	28462	maximal	True	ISR0209_000000017507	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	98.454	36.0	8.200622513348243e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0092_000000011332	2847	0.8914219559607768	5	3	1	3	1	True	47808	maximal	False	FIJ0037_000000010283	0.9970186905171424		0	0	True	True	1.0	51					non-mobilizable	no_good_hit	932.0	84.764	54.0	0.3420760990025859	LN852772.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0081	True	True
CHI0165_000000011105	1504	0.8914164241504182	3	2	2	2	2	False	78302	fragment	False	CHI0165_000000011105	1.0		0	0	False	False	0.9747340679168701	0					non-mobilizable	chromosome	1427.0	100.0	95.0	0.0002711992312091359	CP052569.1	enterobacteria	Klebsiella pneumoniae strain A16KP0119 chromosome, complete genome	False	False
ENG0207_000000004357	3866	0.8914096086950899	4	4	4	4	4	False	78194	maximal	True	ENG0207_000000004357	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	96.97	73.0	0.0023336263686079303	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
ISR0284_000000000765	8498	0.8914053653577374	11	10	5	3	8	True	123843	backbone	False	ISR0117_000000003149	0.9999092984713501	PS486|PS905|PS907	0	0	True	True	1.0	160	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2380.0	97.773	76.0	0.2564959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ISR0823_000000000608	8458	0.8914053653577374	11	10	5	3	8	True	123843	backbone	False	ISR0117_000000003149	0.9999088733972056	PS486|PS905|PS907	0	0	True	True	1.0	482	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2380.0	97.773	77.0	0.2564959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
CHI0120_000000006560	2178	0.8913956290037707	3	3	3	3	3	False	87383	maximal	True	CHI0120_000000006560	1.0		5	4	False	False	0.9963269233703613	0					non-mobilizable	no_good_hit	1627.0	77.628	74.0	0.002340452390729313	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ENG0076_000000005246	2295	0.8913950887591942	4	2	2	2	1	False	62041	maximal	True	ENG0076_000000005246	1.0		0	0	False	False	0.9978213310241699	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.950319334607689e-05	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0021_000000020593	1572	0.8913917386614527	3	3	2	3	3	False	81886	fragment	False	SPA0021_000000020593	1.0		0	0	False	False	0.9949109554290771	0					non-mobilizable	no_good_hit	971.0	81.771	61.0	0.0004416586216706542	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MAD0100_000000022753	1539	0.8913881353262753	2	2	2	2	1	True	53450	fragment	False	MAD0100_000000022753	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	82.22399999999999	100.0	0.0005166720129036732	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ETH0001_000000026248	1367	0.8913881353262753	2	2	2	2	1	True	53449	fragment	False	ETH0001_000000026248	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	83.361	92.0	0.00036430782867415736	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0148_000000027072	1335	0.8913875132341552	2	2	2	2	1	False	57263	fragment	False	ENG0148_000000027072	1.0		0	0	False	False	0.9745318293571472	0					non-mobilizable	no_good_hit								True	False
ISR0232_000000007456	3348	0.8913873949832327	5	4	2	4	3	True	115094	maximal	True	ISR0232_000000007456	1.0	PS730	32	8	False	True	1.0	0					non-mobilizable	chromosome	3049.0	82.552	95.0	0.001064262618798844	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0093_000000001512	20293	0.8913863908974414	27	14	7	10	9	True	86261	fragment	False	SPA0093_000000001512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5917.0	97.65100000000001	59.0	0.047607160400376866	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0131_000000006999	3841	0.8913849905208223	4	1	0	1	1	False	83601	maximal	False	ISR0130_000000007272	0.9328251499849557		0	0	True	True	1.0	727					non-mobilizable	no_good_hit	725.0	84.96600000000001	31.0	0.21078862503664614	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
ISR0130_000000007272	3821	0.8913849905208223	3	1	0	1	1	False	83601	maximal	True	ISR0130_000000007272	0.934528228249636		4	2	True	True	1.0	61					non-mobilizable	no_good_hit	725.0	84.96600000000001	28.0	0.21078862503664614	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
ETH0005_000000012607	3814	0.8913849905208223	4	1	0	1	1	False	83601	maximal	False	ISR0130_000000007272	0.932520266503897		0	0	True	True	1.0	79					non-mobilizable	no_good_hit	730.0	82.603	27.0	0.21078862503664614	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
ISR0312_000000004108	3803	0.8913849905208223	3	1	0	1	1	True	83601	maximal	False	ISR0130_000000007272	0.9292633532140049		0	0	True	True	1.0	39					non-mobilizable	no_good_hit	752.0	82.314	29.0	0.21342714746408678	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
ENG0078_000000007611	3453	0.8913849905208223	3	1	0	1	1	False	83601	maximal	False	ISR0130_000000007272	0.6117619741320225		0	0	True	True	1.0	218					non-mobilizable	no_good_hit	736.0	82.745	45.0	0.21342714746408678	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
ENG0034_000000004315	3354	0.8913849905208223	2	1	0	1	1	False	83601	maximal	False	ISR0130_000000007272	0.6010958431923409		0	0	True	True	1.0	201					non-mobilizable	no_good_hit	672.0	81.994	47.0	0.19466432131339784	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
ENG0139_000000005536	3354	0.8913849905208223	3	1	0	1	1	False	83601	maximal	False	ISR0130_000000007272	0.6021737984811373		0	0	True	True	0.9985092282295227	12					non-mobilizable	no_good_hit	732.0	87.432	44.0	0.21078862503664614	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
BAN0013_000000000062	3345	0.8913849905208223	3	1	0	1	1	True	98708	maximal	True	BAN0013_000000000062	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	730.0	82.329	42.0	0.21078862503664614	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
MON0099_000000009887	3165	0.8913849905208223	3	1	0	1	1	True	83601	maximal	False	ISR0130_000000007272	0.5760402262728365		0	0	True	True	0.9996840357780457	1					non-mobilizable	no_good_hit	633.0	81.675	29.0	0.1820580474934037	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
USA0047_01_000000012507	2846	0.8913849905208223	3	1	0	1	1	False	114708	fragment	False	USA0047_01_000000012507	0.9960006699278696		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	plasmid	2846.0	100.0	100.0	0.5085806220951019	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
USA0038_01_000000006624	2589	0.8913849905208223	2	1	0	1	1	False	114708	fragment	False	USA0047_01_000000012507	0.9603323021436337		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	plasmid	2589.0	99.92299999999999	100.0	0.4626385412942438	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
ISR0785_000000013791	2550	0.8913849905208223	2	1	0	1	1	False	114707	fragment	False	ISR0785_000000013791	0.9993736951983299		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	plasmid	2550.0	99.92200000000001	100.0	0.45566678584197357	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
ISR0138_000000011793	2484	0.8913849905208223	3	1	0	1	1	False	78985	backbone	True	ISR0138_000000011793	1.0	PS386	86	10	True	True	1.0	211	rep_cluster_870				non-mobilizable	plasmid	1757.0	99.829	100.0	0.31390775831247764	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
DEN0006_000000002516	2443	0.8913849905208223	2	1	0	1	1	False	114708	fragment	False	USA0047_01_000000012507	0.7275221663556946		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	other	2443.0	99.959	100.0	0.4625876112900171	NZ_PDOH01000027.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1253, whole genome shotgun sequence	False	True
SPA0013_000000012212	2298	0.8913849905208223	2	1	0	1	1	False	7984	fragment	False	SPA0013_000000012212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	86.791	72.0	0.14615495599480594	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	True	False
SPA0110_000000008713	2291	0.8913849905208223	2	1	0	1	1	False	114708	fragment	False	USA0047_01_000000012507	0.48383135489152684		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	plasmid	2285.0	100.0	99.0	0.4082946013585985	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
ISR0331_000000011126	2123	0.8913849905208223	2	1	0	1	1	False	114699	fragment	False	ISR0331_000000011126	1.0		0	0	False	False	0.9872821569442749	0	rep_cluster_870				non-mobilizable	plasmid	2123.0	100.0	100.0	0.3793350017876296	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
ISR0793_000000008370	1977	0.8913849905208223	2	1	0	1	1	False	114698	fragment	False	ISR0793_000000008370	1.0		0	0	False	False	0.9863429665565491	0	rep_cluster_870				non-mobilizable	plasmid	1870.0	100.0	95.0	0.33410797282803	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
CHI0033_000000003615	1901	0.8913849905208223	2	1	0	1	1	False	114706	fragment	False	CHI0033_000000003615	1.0		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	plasmid	1901.0	100.0	100.0	0.33958891867739055	CP036549.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_3, complete sequence	False	True
CAN0017_000000019532	1783	0.8913849905208223	1	1	0	1	1	False	92807	maximal	False	CAN0016_000000026591	0.9655376366403479		0	0	True	True	1.0	2963					non-mobilizable	chromosome	1664.0	92.18799999999999	100.0	0.9857482185273159	HG796485.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01410	False	True
CAN0018_000000019179	1783	0.8913849905208223	1	1	0	1	1	False	92807	maximal	False	CAN0016_000000026591	0.9655376366403479		0	0	True	True	1.0	658					non-mobilizable	chromosome	1664.0	92.18799999999999	100.0	0.9857482185273159	HG796485.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01410	False	True
CAN0016_000000026591	1783	0.8913849905208223	1	1	0	1	1	False	92807	maximal	True	CAN0016_000000026591	0.9655376366403479		5	3	True	True	1.0	1072					non-mobilizable	chromosome	1664.0	92.18799999999999	100.0	0.9857482185273159	HG796485.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01410	False	True
ISR0343_000000010376	1763	0.8913849905208223	1	1	0	1	1	False	92807	maximal	False	CAN0016_000000026591	0.7616541353383458		0	0	True	True	1.0	23					non-mobilizable	chromosome	1326.0	98.71799999999999	100.0	0.7868171021377672	HG796485.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01410	False	True
CAN0008_000000016587	1740	0.8913849905208223	1	1	0	1	1	False	94974	maximal	True	CAN0008_000000016587	1.0		0	0	False	False	0.9810344576835632	0	rep_cluster_870				non-mobilizable	no_good_hit	1511.0	100.0	87.0	0.26988382484361034	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	True	True
MON0059_000000022902	1715	0.8913849905208223	3	1	0	1	1	False	78984	fragment	False	MON0059_000000022902	0.9997013142174432		0	0	False	False	0.9959183931350708	0	rep_cluster_870				non-mobilizable	plasmid	1715.0	99.94200000000001	100.0	0.3063997139792635	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
USA0049_01_000000002200	1674	0.8913849905208223	3	1	0	1	1	False	78984	fragment	False	MON0059_000000022902	0.9877551020408164		0	0	False	False	0.999402642250061	0	rep_cluster_870				non-mobilizable	plasmid	1674.0	100.0	100.0	0.29907043260636396	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
CHI0009_000000004853	1650	0.8913849905208223	1	1	0	1	1	False	90459	maximal	True	CHI0009_000000004853	1.0		1	1	True	True	1.0	196					non-mobilizable	no_good_hit	955.0	82.199	82.0	0.5421412300683371	LN853320.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0702	True	True
CHI0031_000000006052	1621	0.8913849905208223	1	1	0	1	1	False	92807	maximal	False	CAN0016_000000026591	0.7189007291082445		0	0	True	True	1.0	75					non-mobilizable	chromosome	1211.0	88.19200000000001	95.0	0.7137767220902613	HG796485.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01410	False	True
CAN0001_000000029076	1501	0.8913849905208223	2	1	0	1	1	False	97194	fragment	False	CAN0001_000000029076	1.0		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	plasmid	1519.0	87.294	99.0	0.26993207007508047	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
FIJ0105_000000023190	1443	0.8913849905208223	2	1	0	1	1	False	114695	fragment	False	FIJ0105_000000023190	0.9618896857702827		0	0	False	False	0.9944559931755066	0	rep_cluster_870				non-mobilizable	other	1443.0	100.0	100.0	0.2731577950369388	NZ_PDOH01000027.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1253, whole genome shotgun sequence	False	True
ISR0318_000000003448	1387	0.8913849905208223	1	1	0	1	1	False	78983	fragment	False	ISR0318_000000003448	1.0		0	0	False	False	0.9978370666503906	0	rep_cluster_870				non-mobilizable	plasmid	1387.0	99.928	100.0	0.2477211796246649	LN854347.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1853	False	True
SPA0158_000000016430	1345	0.8913849905208223	2	1	0	1	1	False	5108	fragment	False	SPA0156_000000015467	0.9980084640278815		0	0	False	False	1.0	0					non-mobilizable	plasmid	875.0	88.45700000000001	100.0	0.12494589525321022	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
SPA0156_000000015467	1345	0.8913849905208223	2	1	0	1	1	False	5108	fragment	False	SPA0156_000000015467	0.9980084640278815		0	0	False	False	1.0	0					non-mobilizable	plasmid	875.0	88.45700000000001	100.0	0.12494589525321022	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
SPA0097_000000024479	1339	0.8913849905208223	2	1	0	1	1	False	5108	fragment	False	SPA0156_000000015467	0.9930607187112764		0	0	False	False	1.0	0					non-mobilizable	plasmid	867.0	88.12	99.0	0.12379166065502814	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	False	True
DEN0076_000000007501	1207	0.8913849905208223	1	1	0	1	1	False	69965	fragment	False	DEN0076_000000007501	1.0		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	other	1207.0	99.917	100.0	0.22845235840121236	NZ_PDOH01000027.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1253, whole genome shotgun sequence	False	True
TAN0002_000000034454	1235	0.8913812605155441	2	2	2	2	1	False	3009	maximal	True	TAN0002_000000034454	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000005438	5326	0.8913744432780966	8	7	2	4	6	True	101523	fragment	False	SPA0127_000000005438	0.9703816214163661		0	0	False	False	0.9962448477745056	0					non-mobilizable	chromosome	5308.0	98.719	99.0	0.0008071321072677505	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
FIJ0038_000000003703	8295	0.8913734266739549	13	5	4	5	1	False	64954	maximal	True	FIJ0038_000000003703	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	56.0	98.214	1.0	0.0003853861569292431	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	True
FIJ0037_000000014055	2165	0.8913614842946869	3	2	2	2	1	True	80406	fragment	False	FIJ0037_000000014055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0018_000000018378	1871	0.8913574058432908	3	2	2	2	2	False	92201	fragment	False	CAN0018_000000018378	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	99.626	100.0	0.0034508402888371774	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
USA0084_01_000000014968	2186	0.891357063829689	3	2	2	2	2	False	131401	fragment	False	CHI0169_000000006610	0.6326744534291704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	75.248	36.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
USA0125_01_000000005845	4333	0.8913550397190112	8	4	3	3	4	False	116851	fragment	False	USA0125_01_000000005845	1.0		0	0	False	False	0.9972305297851562	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.1872954300574863e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ENG0097_000000001422	17571	0.8913547054488412	34	10	6	9	6	False	60800	maximal	True	ENG0097_000000001422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	75.51	1.0	0.0005704642862476292	NZ_FQXJ01000007.1	firmicutes	Desulfosporosinus lacus DSM 15449, whole genome shotgun sequence	True	False
DEN0079_000000010714	4257	0.8913478868753608	4	3	3	3	1	True	124835	maximal	True	DEN0079_000000010714	1.0		1	1	False	False	0.9997650980949402	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	1.0	0.0007831221513931743	NZ_FOXB01000009.1	e-proteobacteria	Hydrogenimonas thermophila strain EP1-55-1, whole genome shotgun sequence	True	True
FIJ0165_000000011955	1338	0.8913440876524263	3	1	1	1	1	False	83754	fragment	False	ISR0037_000000016847	0.9389901823281908		0	0	False	False	1.0	0					non-mobilizable	other	1087.0	97.792	99.0	0.008708097807296148	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0301_000000015791	1276	0.8913307284576619	2	2	2	2	2	False	125698	fragment	False	FIJ0125_000000014532	0.9230494507201026		0	0	False	False	0.9976488947868347	0					non-mobilizable	other	1281.0	90.554	100.0	0.0003972725389168428	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0043_000000004118	5252	0.8913126721217859	5	5	4	5	5	False	18663	fragment	False	MAD0068_000000004389	0.978678235185527		0	0	False	False	1.0	0					non-mobilizable	plasmid	5140.0	99.961	99.0	0.1088286990957413	CP017182.1	enterobacteria	Enterobacter kobei strain DSM 13645 plasmid pDSMZ13645, complete sequence	False	True
FIJ0020_000000006331	3654	0.8913098144115544	5	5	5	4	4	False	63879	fragment	False	FIJ0020_000000006331	0.9874791196285416		0	0	False	False	0.9898741245269775	0					non-mobilizable	chromosome	3654.0	99.75399999999999	100.0	0.0006884712075611591	CP047271.1	enterobacteria	Klebsiella pneumoniae strain N16-03892 chromosome, complete genome	False	False
ISR0014_000000023914	1466	0.8913059586535211	1	1	1	1	1	False	38009	maximal	True	ISR0014_000000023914	0.9903334521294397		28	5	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	75.615	60.0	0.005907890916702114	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0102_000000016743	1324	0.8913059586535211	1	1	1	1	1	False	38009	maximal	False	ISR0014_000000023914	0.9565422426889914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	76.286	67.0	0.005907890916702114	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0353_000000030542	1180	0.8913059586535211	1	1	1	1	1	False	27840	fragment	False	ISR0353_000000030542	0.9886363636363636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	75.947	75.0	0.005941650293368983	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0126_000000004477	4597	0.8913056206476048	6	4	1	4	2	False	110759	maximal	False	ISR0847_000000005046	0.9995707233311869		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1409.0	92.97399999999999	50.0	0.001805142656591932	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ISR0777_000000007015	2463	0.8912964408991287	4	3	3	3	2	False	91489	maximal	True	ISR0777_000000007015	1.0		3	2	False	False	0.9935038685798645	0					non-mobilizable	no_good_hit	1642.0	99.33	67.0	0.0004969521178609316	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0790_000000007718	2118	0.8912843324733317	3	2	2	2	1	False	74561	fragment	False	ISR0790_000000007718	1.0		0	0	False	False	0.9768649935722351	0					non-mobilizable	plasmid	2118.0	100.0	100.0	0.017047421949864312	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
DEN0022_000000022172	1845	0.8912843324733317	2	2	2	2	1	False	74560	fragment	False	ISR0030_000000011586	0.977088948787062		0	0	False	False	0.9945799708366394	0					non-mobilizable	plasmid	1845.0	99.946	100.0	0.014849053413108075	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
FIJ0017_000000017453	1669	0.8912821181864118	3	3	3	3	3	False	50114	fragment	False	FIJ0081_000000020866	0.9800115874855156		0	0	False	False	1.0	0					non-mobilizable	chromosome	1669.0	99.521	100.0	0.0003413725756253841	CP055251.1	enterobacteria	Escherichia coli strain AH01 chromosome, complete genome	False	False
ISR0292_000000006720	2734	0.8912807028911067	4	4	4	2	2	False	82320	fragment	False	ISR0292_000000006720	0.9903784066568256		0	0	False	False	1.0	0					non-mobilizable	other	2734.0	100.0	100.0	0.0005288964603415707	CP021844.1	enterobacteria	Escherichia coli strain EC1515, complete genome	False	False
ITA0005_000000000445	23574	0.8912788212741132	30	15	7	14	6	True	100676	maximal	True	ITA0005_000000000445	1.0	PS581	1	1	False	True	1.0	0					non-mobilizable	other	19238.0	98.555	96.0	0.3093289162632874	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
USA0041_01_000000005304	4178	0.8912783484029733	7	4	2	2	4	True	92227	fragment	False	USA0041_01_000000005304	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1994.0	93.48	77.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
ISR0293_000000007216	5061	0.8912672914354369	5	5	5	4	3	False	129659	maximal	True	ISR0293_000000007216	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1737.0	99.42399999999999	76.0	0.00046521898522232965	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MAD0095_000000011962	2730	0.8912653137567371	2	1	1	1	1	False	96016	fragment	False	MAD0095_000000011962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.000181699495952139	NZ_PPDF01000007.1	firmicutes	Veillonella tobetsuensis strain Y6 Contig_7_len_148597, whole genome shotgun sequence	True	False
ENG0203_000000008650	2061	0.8912653137567371	2	1	1	1	1	False	96022	fragment	False	ENG0203_000000008650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0012_000000017055	1349	0.8912653137567371	1	1	1	1	1	False	96024	fragment	False	ENG0012_000000017055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	83.333	5.0	2.296212736671617e-05	CP003870.1	firmicutes	Dehalobacter sp. CF, complete genome	True	False
USA0036_01_000000023815	1281	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.9742484089396833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	6.0	0.0010627707374821751	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0013_000000044851	1271	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.9842881994426459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0803_000000012321	1258	0.8912653137567371	2	1	1	1	1	False	96017	fragment	False	ISR0803_000000012321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	5.0	1.4220318334084803e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0020_000000016405	1232	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.9762702886025513		0	0	False	False	0.9991883039474487	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000018307	1218	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.966556069036049		0	0	False	False	0.9893267750740051	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000024439	1194	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.7778535094328347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0017_000000028037	1194	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.9670121301114937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000026244	1192	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.9665748677252582		0	0	False	False	0.9857382774353027	0					non-mobilizable	no_good_hit								True	False
CHI0015_000000009093	1176	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.8737442244549758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0386_000000024018	1175	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.8751370389334597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000022390	1136	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.7827254807534723		0	0	False	False	0.9964788556098938	0					non-mobilizable	no_good_hit								True	False
FIJ0061_000000026037	1131	0.8912653137567371	1	1	1	1	1	False	96015	fragment	False	MON0013_000000044851	0.781033299400998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000014615	2204	0.8912596585746373	4	2	2	2	1	False	18368	maximal	True	MAD0040_000000014615	1.0		1	1	False	False	0.9918330311775208	0					non-mobilizable	no_good_hit								True	False
FIJ0067_000000009293	3200	0.8912596076352276	4	4	2	2	3	True	76013	fragment	False	DEN0010_000000013425	0.9539191671769749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	95.041	11.0	8.534529253427003e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0155_000000002914	7258	0.8912583109275664	10	7	6	7	4	True	52107	fragment	False	FIJ0154_000000003332	0.3701600317425781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	1.0	0.0007570642276921817	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
FIJ0040_000000003209	7258	0.8912583109275664	10	7	6	7	4	True	52107	fragment	False	FIJ0154_000000003332	0.3701600317425781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	1.0	0.0007570642276921817	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
FIJ0031_000000002867	7227	0.8912583109275664	10	7	6	7	4	True	52107	fragment	False	FIJ0154_000000003332	0.30125433432510296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	1.0	0.0005831440672764103	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
CHI0073_000000000822	10851	0.8912517933134403	10	9	7	7	6	True	128597	maximal	True	CHI0073_000000000822	1.0		1	1	False	False	0.9988940954208374	0					non-mobilizable	no_good_hit	7645.0	98.78399999999999	70.0	0.3074787786136702	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0309_000000006847	2633	0.8912509706181584	4	3	3	3	3	True	25385	maximal	True	ISR0309_000000006847	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	873.0	80.527	39.0	0.3309021113243762	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0115_000000010063	2384	0.8912468944540862	4	4	4	3	3	False	94561	fragment	False	FIJ0115_000000010063	1.0		0	0	False	False	0.998741626739502	0					non-mobilizable	chromosome	2384.0	99.74799999999999	100.0	0.0004884138519333338	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
ISR0095_000000002636	7777	0.8912443663307973	8	5	4	5	2	True	131950	fragment	False	ISR0190_000000002622	0.7640988341165257		0	0	False	True	0.9992284774780273	0					non-mobilizable	no_good_hit	1056.0	82.57600000000001	14.0	0.01313863133000488	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0223_000000002432	8910	0.8912413047301562	15	6	4	5	4	True	112135	fragment	False	ISR0223_000000002432	1.0		0	0	False	False	0.9992143511772156	0					non-mobilizable	no_good_hit	4896.0	97.304	87.0	0.02818321103136844	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0146_000000018952	1158	0.8912331439921095	3	2	2	2	2	True	57379	backbone	True	ENG0146_000000018952	0.9718624290499032	PS248	4	2	True	True	0.9991364479064941	14					non-mobilizable	other	1158.0	100.0	100.0	0.0005506932928698308	CP013216.1	firmicutes	Streptococcus salivarius strain HSISS4, complete genome	False	True
ISR0050_000000026383	1119	0.8912331439921095	2	2	2	2	2	True	57379	backbone	False	ENG0146_000000018952	0.9581174438687392	PS248	0	0	False	True	1.0	0					non-mobilizable	chromosome	1119.0	99.911	100.0	0.0005732436721435878	LR134275.1	firmicutes	Streptococcus vestibularis strain NCTC12167 genome assembly, chromosome: 1	False	True
CHI0130_000000002318	7017	0.8912319314848209	12	3	1	2	2	False	81130	maximal	True	CHI0130_000000002318	1.0		1	1	False	False	0.9957246780395508	0					non-mobilizable	no_good_hit	272.0	94.485	4.0	0.0946890286512928	KU548747.1	bacteria	Uncultured bacterium clone CH_040101_Contig_23 genomic sequence	True	False
MAD0090_000000001874	6372	0.8912272137725125	8	5	4	5	5	True	114156	fragment	False	MAD0090_000000001874	1.0		0	0	False	False	0.9998430609703064	0					non-mobilizable	plasmid	3137.0	99.617	100.0	0.024318749321463468	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ISR0094_000000004422	5020	0.8912181219972692	5	5	2	3	5	False	130165	maximal	False	TAN0009_000000005970	0.9824750342666928	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	69	rep_cluster_475				non-mobilizable	no_good_hit	4211.0	98.979	87.0	0.8359546087995222	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0124_000000017260	1804	0.8912136781956153	2	2	2	2	2	False	68103	fragment	False	ENG0124_000000017260	0.9914285714285714		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	99.39	100.0	0.0069163137543730435	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0129_000000011439	2125	0.8912090036631058	2	2	2	2	2	False	81238	fragment	False	CHI0129_000000011439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	92.368	24.0	0.00018129808718051556	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0081_000000025878	2123	0.8912068455650055	2	2	2	2	2	False	65306	fragment	False	MON0031_000000014537	0.7167028508762356		0	0	False	False	0.9967027902603149	0					non-mobilizable	no_good_hit	1101.0	72.934	51.0	0.0004929396615208911	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
DEN0062_000000002862	5449	0.8912066871199059	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9705555093812087	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	75	rep_cluster_870	MOBV			mobilizable	plasmid	5221.0	99.80799999999999	100.0	0.9327971403038428	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0794_000000003406	5448	0.8912066871199059	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9703774604682613	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	31	rep_cluster_870	MOBV			mobilizable	plasmid	5220.0	99.77	100.0	0.9327971403038428	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0007_000000001546	5448	0.8912066871199059	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9700857950252775	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	76	rep_cluster_870	MOBV			mobilizable	plasmid	5220.0	99.904	100.0	0.9327971403038428	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0024_000000002040	5448	0.8912066871199059	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9704899805377771	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	69	rep_cluster_870	MOBV			mobilizable	plasmid	5220.0	99.751	100.0	0.9327971403038428	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0842_000000003564	5428	0.8912066871199059	8	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.9672957364960381	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9963154196739197	1	rep_cluster_870	MOBV			mobilizable	plasmid	5220.0	99.77	100.0	0.9327971403038428	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0400_000000001191	11863	0.8912056741150124	14	6	6	4	4	True	57234	fragment	False	ISR0400_000000001191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2866.0	99.791	24.0	0.46890343698854337	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	True
USA0061_01_000000007275	1485	0.8911995602513362	1	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.9535409092993516		0	0	False	False	0.996632993221283	0					non-mobilizable	no_good_hit	1069.0	81.384	87.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
CHI0099_000000003902	1403	0.8911995602513362	1	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.9018367123389728		0	0	False	False	0.9985744953155518	0					non-mobilizable	no_good_hit	1069.0	81.291	83.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0032_000000024365	1384	0.8911995602513362	2	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.892034591685303		0	0	False	False	0.990606963634491	0					non-mobilizable	no_good_hit	1069.0	81.572	82.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
SPA0122_000000017308	1369	0.8911995602513362	2	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.9547113753841132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	81.572	85.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0091_000000015652	1365	0.8911995602513362	1	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.8952528399200149		0	0	False	False	0.9948717951774597	0					non-mobilizable	no_good_hit	1069.0	81.291	83.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
CHI0188_000000011323	1354	0.8911995602513362	1	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.8968676811992242		0	0	False	False	0.9926144480705261	0					non-mobilizable	no_good_hit	1069.0	81.384	83.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
CHI0034_000000012474	1354	0.8911995602513362	2	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.9441800190961189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	81.291	85.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
CHI0019_000000006330	1350	0.8911995602513362	1	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.8885697636726028		0	0	False	False	0.9985185265541077	0					non-mobilizable	no_good_hit	1069.0	81.197	83.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0094_000000015164	1345	0.8911995602513362	1	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.8865376578624814		0	0	False	False	0.9940520524978638	0					non-mobilizable	no_good_hit	1069.0	81.291	82.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
CHI0027_000000012958	1341	0.8911995602513362	1	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.8836142029652148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	81.104	82.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0152_000000017810	1334	0.8911995602513362	2	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.8883854119066523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	81.47800000000001	85.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0115_000000017694	1330	0.8911995602513362	2	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.8872676682612413		0	0	False	False	0.9857142567634583	0					non-mobilizable	no_good_hit	1069.0	81.291	85.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
DEN0061_000000033440	1313	0.8911995602513362	1	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.8886973496996415		0	0	False	False	0.9992383718490601	0					non-mobilizable	no_good_hit	1069.0	81.47800000000001	85.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ETH0002_000000002357	11140	0.8911987973807358	24	6	2	4	6	False	53391	maximal	True	ETH0002_000000002357	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0235_000000000609	6026	0.8911925013835178	6	5	4	4	5	False	129751	maximal	True	ISR0235_000000000609	1.0	PS1061	3	2	False	True	1.0	0					non-mobilizable	chromosome	2559.0	89.25399999999999	95.0	0.0006822854472212277	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0122_000000001845	7879	0.891189842110146	10	5	2	3	3	False	110849	maximal	True	ISR0122_000000001845	1.0		45	8	False	False	0.9964462518692017	0					non-mobilizable	no_good_hit	2831.0	95.479	72.0	0.00047271276048355587	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
FIJ0028_000000015259	1989	0.891185178928913	3	3	3	3	3	False	94762	fragment	False	FIJ0028_000000015259	0.9132806268240489		0	0	False	False	0.9969834089279175	0					non-mobilizable	no_good_hit	327.0	77.37	27.0	9.787794590029941e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0186_000000003675	6057	0.8911843437090994	12	3	1	3	2	True	29353	maximal	True	ISR0186_000000003675	1.0		1	1	False	False	0.9958725571632385	0					non-mobilizable	no_good_hit	2267.0	82.223	81.0	0.0007572841459897065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0059_000000034134	1137	0.8911792132151881	3	2	0	2	2	True	10913	maximal	True	MON0059_000000034134	1.0		5	4	False	False	1.0	0					non-mobilizable	other	1142.0	95.447	100.0	0.0005123616262791	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	False	True
ISR0101_000000003031	7461	0.8911764964069911	10	1	0	1	0	False	111141	maximal	False	AST0085_000000002200	0.9844244984160506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	1.452418321894026e-05	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	False
MON0030_000000007293	4490	0.8911764964069911	4	1	0	1	0	True	14233	maximal	True	MON0030_000000007293	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	1.3072453475791702e-06	LN713261.1	eudicots	Cucumis melo genomic chromosome, chr_7	True	True
FIJ0054_000000005891	4164	0.8911764964069911	7	1	0	1	0	True	51500	backbone	False	FIJ0135_000000007028	0.9362683813691853	PS205	0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
SPA0023_000000006033	3978	0.8911764964069911	3	1	0	1	0	True	14232	maximal	True	SPA0023_000000006033	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0814_000000009818	3931	0.8911764964069911	5	1	0	1	0	True	21550	maximal	True	ISR0814_000000009818	1.0		2	1	False	False	0.9931315183639526	0					non-mobilizable	no_good_hit								True	True
MON0051_000000008420	3893	0.8911764964069911	6	1	0	1	0	False	11277	maximal	True	MON0051_000000008420	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ENG0029_000000006237	3871	0.8911764964069911	8	1	0	1	0	True	65823	maximal	True	ENG0029_000000006237	1.0		1	1	False	False	0.9987083673477173	0					non-mobilizable	no_good_hit	416.0	90.625	33.0	0.09052955394418809	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
MON0038_000000006876	3824	0.8911764964069911	5	1	0	1	0	False	15558	maximal	True	MON0038_000000006876	1.0		2	1	False	False	0.9997385144233704	0					non-mobilizable	no_good_hit								True	False
FIJ0064_000000007272	3723	0.8911764964069911	4	1	0	1	0	True	50417	maximal	True	FIJ0064_000000007272	1.0		1	1	True	True	0.9989256262779236	1					non-mobilizable	no_good_hit	1806.0	88.538	80.0	0.5016731734523145	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
FIJ0095_000000007176	3707	0.8911764964069911	4	1	0	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.4034683901372749		0	0	True	True	1.0	121					non-mobilizable	plasmid	2124.0	88.277	90.0	0.5892359174567764	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	False	True
FIJ0044_000000005899	3699	0.8911764964069911	5	1	0	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.4033749003407529		0	0	True	True	1.0	173					non-mobilizable	plasmid	1415.0	92.226	90.0	0.39347462353597323	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	False	True
FIJ0009_000000009823	3687	0.8911764964069911	5	1	0	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.3376017591916561		0	0	True	True	1.0	33					non-mobilizable	plasmid	971.0	94.23299999999999	90.0	0.26965978806469604	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	False	True
FIJ0090_000000011104	3681	0.8911764964069911	4	1	0	1	0	True	52640	maximal	False	FIJ0132_000000007859	0.20855592709102289		0	0	True	True	1.0	135					non-mobilizable	no_good_hit	2335.0	84.154	88.0	0.6377579475738985	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	True
SPA0029_000000006853	3659	0.8911764964069911	4	1	0	1	0	True	51497	backbone	True	SPA0029_000000006853	1.0	PS204	1	1	True	True	0.9986335039138794	14					non-mobilizable	no_good_hit								True	True
USA0024_01_000000006739	3572	0.8911764964069911	5	1	0	1	0	True	29047	maximal	True	USA0024_01_000000006739	1.0		8	3	False	False	0.9958006739616394	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000009704	3531	0.8911764964069911	4	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.8716858324375639		0	0	True	True	1.0	107					non-mobilizable	plasmid	2695.0	92.171	100.0	0.7801231310466139	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
ISR0232_000000007084	3494	0.8911764964069911	3	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.9350264527645933		0	0	True	True	1.0	397					non-mobilizable	plasmid	2782.0	93.42200000000001	100.0	0.810905892700088	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
TAN0027_000000002220	3491	0.8911764964069911	4	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.8714464010240389		0	0	True	True	1.0	40					non-mobilizable	plasmid	3444.0	93.264	99.0	0.9997068308413954	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
FIJ0167_000000005276	3491	0.8911764964069911	2	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.9103574854034175		0	0	True	True	1.0	110					non-mobilizable	plasmid	1837.0	95.75399999999999	100.0	0.5356200527704486	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
TAN0016_000000002854	3485	0.8911764964069911	3	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.9414702925628365		0	0	True	True	0.9997130632400513	69					non-mobilizable	plasmid	2656.0	90.663	100.0	0.7725007329228966	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
TAN0017_000000009758	3485	0.8911764964069911	3	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.9414702925628365		0	0	True	True	1.0	151					non-mobilizable	plasmid	2656.0	90.663	100.0	0.7725007329228966	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
ISR0793_000000004183	3475	0.8911764964069911	2	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.9406499538428496		0	0	True	True	1.0	1725					non-mobilizable	plasmid	1659.0	93.912	100.0	0.484608619173263	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
CAN0003_000000014250	3470	0.8911764964069911	3	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.9471216911895712		0	0	True	True	1.0	788					non-mobilizable	plasmid	2553.0	91.42200000000001	99.0	0.7431838170624451	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
CAN0004_000000007496	3470	0.8911764964069911	3	1	0	1	0	True	98399	maximal	True	CAN0004_000000007496	0.9475170664608111		10	6	True	True	1.0	304					non-mobilizable	plasmid	3093.0	92.014	99.0	0.9014951627088831	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
USA0055_01_000000007889	3469	0.8911764964069911	2	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.927186238420966		0	0	True	True	0.9959642291069031	4					non-mobilizable	plasmid	2510.0	90.79700000000001	99.0	0.7294048666080328	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
SPA0003_000000005184	3461	0.8911764964069911	2	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.9254579575485318		0	0	True	True	1.0	4147					non-mobilizable	plasmid	1833.0	92.30799999999999	100.0	0.5350337144532396	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
SPA0003_000000005196	3456	0.8911764964069911	2	1	0	1	0	False	83601	maximal	False	ISR0130_000000007272	0.7584071641350671		0	0	True	True	1.0	3706					non-mobilizable	no_good_hit	672.0	82.14299999999999	32.0	0.19378481383758428	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
ISR0058_000000006960	3455	0.8911764964069911	3	1	0	1	0	False	98399	maximal	False	CAN0004_000000007496	0.9143100024668127		0	0	True	True	1.0	16					non-mobilizable	plasmid	2192.0	94.434	99.0	0.6411609498680739	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
ISR0292_000000005015	3445	0.8911764964069911	2	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.9297688246552196		0	0	True	True	1.0	77					non-mobilizable	plasmid	1892.0	92.865	99.0	0.5523306948109059	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
CHI0093_000000001348	3440	0.8911764964069911	2	1	0	1	0	True	83601	maximal	False	ISR0130_000000007272	0.7524062276244909		0	0	True	True	1.0	545					non-mobilizable	no_good_hit	742.0	82.749	45.0	0.21342714746408678	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
ETH0001_000000007648	3432	0.8911764964069911	3	1	0	1	0	True	98399	maximal	False	CAN0004_000000007496	0.9167616296774531		0	0	True	True	1.0	9					non-mobilizable	plasmid	2720.0	88.787	99.0	0.7897977132805629	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
CHI0154_000000008736	3400	0.8911764964069911	3	1	0	1	0	True	83601	maximal	False	ISR0130_000000007272	0.7518429024465001		0	0	True	True	0.9991176724433899	8					non-mobilizable	no_good_hit	742.0	82.749	45.0	0.21342714746408678	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
ENG0111_000000006398	3286	0.8911764964069911	3	1	0	1	0	False	59751	maximal	True	ENG0111_000000006398	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
ETH0001_000000008381	3208	0.8911764964069911	6	1	0	1	0	False	53563	maximal	True	ETH0001_000000008381	1.0		1	1	True	True	0.9788029789924622	2					non-mobilizable	no_good_hit								True	True
FIJ0089_000000007460	3152	0.8911764964069911	5	1	0	1	0	False	49020	fragment	False	FIJ0089_000000007460	1.0		0	0	False	False	0.9949238300323486	0					non-mobilizable	no_good_hit								True	False
MAD0056_000000004076	3136	0.8911764964069911	4	1	0	1	0	False	17068	maximal	True	MAD0056_000000004076	1.0		1	1	True	True	0.9996811151504517	11					non-mobilizable	no_good_hit								True	True
ISR0206_000000008308	3114	0.8911764964069911	5	1	0	1	0	False	69250	fragment	False	ISR0206_000000008308	1.0		0	0	False	False	0.9929351210594177	0					non-mobilizable	no_good_hit	77.0	93.506	4.0	3.449493514498312e-05	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	False
FIJ0047_000000009782	3103	0.8911764964069911	5	1	0	1	0	True	51502	maximal	True	FIJ0047_000000009782	1.0		1	1	False	False	0.9974218606948853	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.367259347822466e-05	NZ_JMCB01000004.1	d-proteobacteria	Hyalangium minutum strain DSM 14724 contig_4, whole genome shotgun sequence	True	True
MAD0098_000000014210	3074	0.8911764964069911	4	1	0	1	0	False	46615	maximal	False	FIJ0136_000000008673	0.9991428399622215		0	0	True	True	1.0	48					non-mobilizable	no_good_hit	149.0	87.919	5.0	0.0004766275381221519	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	True
FIJ0136_000000008673	3072	0.8911764964069911	4	1	0	1	0	False	46615	maximal	True	FIJ0136_000000008673	0.9991499222935621		3	2	True	True	0.9983723759651184	2					non-mobilizable	no_good_hit	252.0	80.15899999999999	8.0	0.0007986731719884707	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	True
FIJ0050_000000008359	3054	0.8911764964069911	5	1	0	1	0	False	46615	maximal	False	FIJ0136_000000008673	0.9991401336477987		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	149.0	87.919	5.0	0.0004766275381221519	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	True
FIJ0081_000000011682	2926	0.8911764964069911	5	1	0	1	0	False	47623	maximal	True	FIJ0081_000000011682	1.0		1	1	True	True	0.9996582269668579	2					non-mobilizable	no_good_hit	127.0	86.61399999999999	4.0	0.00039933658599423537	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	True
MAD0042_000000007573	2891	0.8911764964069911	4	1	0	1	0	False	18140	maximal	True	MAD0042_000000007573	1.0		1	1	True	True	1.0	31					non-mobilizable	no_good_hit	149.0	87.919	5.0	0.0004766275381221519	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	True
FIJ0083_000000012277	2851	0.8911764964069911	4	1	0	1	0	True	47962	maximal	False	FIJ0037_000000010466	0.9995359977138927		0	0	True	True	1.0	136					non-mobilizable	no_good_hit								True	True
USA0011_01_000000013067	2836	0.8911764964069911	2	1	0	1	0	False	2023	maximal	True	USA0011_01_000000013067	1.0		1	1	False	False	0.9961212873458862	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000012720	2811	0.8911764964069911	4	1	0	1	0	True	47962	maximal	False	FIJ0037_000000010466	0.9996481244637495		0	0	True	True	1.0	42					non-mobilizable	no_good_hit								True	True
FIJ0037_000000010466	2791	0.8911764964069911	3	1	0	1	0	True	47962	maximal	True	FIJ0037_000000010466	0.9997030553345206		6	1	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
FIJ0154_000000012993	2791	0.8911764964069911	3	1	0	1	0	True	47962	maximal	False	FIJ0037_000000010466	0.9985164263643721		0	0	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
FIJ0052_000000010178	2784	0.8911764964069911	4	1	0	1	0	False	46485	fragment	False	FIJ0052_000000010178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2197.0	84.934	88.0	0.60345789180145	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	False
CHI0116_000000006216	2748	0.8911764964069911	2	1	0	1	0	True	82195	fragment	False	CHI0116_000000006216	1.0		0	0	False	False	0.998908281326294	0					non-mobilizable	no_good_hit	742.0	82.749	56.0	0.21342714746408678	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
FIJ0050_000000009287	2739	0.8911764964069911	2	1	0	1	0	True	47962	maximal	False	FIJ0037_000000010466	0.9953165661277685		0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
MON0059_000000014277	2718	0.8911764964069911	3	1	0	1	0	True	14231	fragment	False	MON0059_000000014277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.008562149394744612	XM_023850918.2	termites	PREDICTED: Cryptotermes secundus uncharacterized LOC111864012 (LOC111864012), mRNA	True	True
ISR0213_000000009273	2709	0.8911764964069911	4	1	0	1	0	False	28287	maximal	True	ISR0213_000000009273	1.0		1	1	True	True	0.999630868434906	18					non-mobilizable	no_good_hit	43.0	95.34899999999999	2.0	4.876058907548734e-05	LT594587.1	apicomplexans	Plasmodium ovale genome assembly, chromosome: 6	True	True
SPA0098_000000013247	2691	0.8911764964069911	3	1	0	1	0	False	5071	maximal	True	SPA0098_000000013247	1.0		1	1	True	True	0.9985135793685913	3					non-mobilizable	no_good_hit	61.0	88.525	2.0	0.00019000692398112812	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	True
CHI0092_000000003618	2680	0.8911764964069911	3	1	0	1	0	True	83692	fragment	False	CHI0092_000000003618	1.0		0	0	False	False	0.9828358292579651	0					non-mobilizable	no_good_hit								True	True
FIJ0112_000000010070	2672	0.8911764964069911	3	1	0	1	0	True	42033	fragment	False	FIJ0112_000000010070	1.0		0	0	False	False	0.996257483959198	0					non-mobilizable	plasmid	1563.0	80.87	93.0	0.42387060791968767	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	False	True
FIJ0166_000000009194	2608	0.8911764964069911	4	1	0	1	0	True	44738	maximal	True	FIJ0166_000000009194	1.0		2	1	False	False	0.991180956363678	0					non-mobilizable	no_good_hit								True	True
BAN0014_000000001078	2606	0.8911764964069911	3	1	0	1	0	False	98554	fragment	False	BAN0014_000000001078	1.0		0	0	False	False	0.9988487958908081	0					non-mobilizable	no_good_hit								True	False
FIJ0076_000000006135	2529	0.8911764964069911	3	1	0	1	0	False	53207	fragment	False	FIJ0076_000000006135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000015117	2524	0.8911764964069911	2	1	0	1	0	False	53206	fragment	False	ETH0003_000000015117	1.0		0	0	False	False	0.999603807926178	0					non-mobilizable	no_good_hit								True	False
USA0083_01_000000011918	2520	0.8911764964069911	3	1	0	1	0	True	499	maximal	True	USA0083_01_000000011918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0084_000000013700	2512	0.8911764964069911	4	1	0	1	0	False	111489	maximal	True	AST0084_000000013700	1.0		1	1	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
FIJ0141_000000011764	2477	0.8911764964069911	3	1	0	1	0	False	69251	fragment	False	FIJ0141_000000011764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	98.791	25.0	0.0002623430593921085	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	False
ISR0135_000000007728	2461	0.8911764964069911	3	1	0	1	0	True	31427	maximal	True	ISR0135_000000007728	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.001861427094105481	MK393986.1	bugs	Pseudophylus stundjuki voucher AMNH_PBI 00234761 mitochondrion, partial genome	True	True
FIJ0066_000000013176	2438	0.8911764964069911	3	1	0	1	0	False	45343	maximal	True	FIJ0066_000000013176	1.0		2	1	False	False	0.9958983063697815	0					non-mobilizable	no_good_hit								True	False
SPA0135_000000009508	2412	0.8911764964069911	2	1	0	1	0	True	3650	maximal	True	SPA0135_000000009508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0164_000000009648	2388	0.8911764964069911	3	1	0	1	0	False	69249	fragment	False	FIJ0164_000000009648	1.0		0	0	False	False	0.9995812177658081	0					non-mobilizable	no_good_hit	91.0	95.604	4.0	4.105037884938525e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
ISR0194_000000010318	2388	0.8911764964069911	3	1	0	1	0	True	29046	fragment	False	ISR0194_000000010318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0025_000000016266	2364	0.8911764964069911	3	1	0	1	0	False	14352	fragment	False	MON0025_000000016266	0.9680525164113786		0	0	False	False	0.9868866205215454	0					non-mobilizable	no_good_hit	85.0	91.765	4.0	5.173088056620332e-06	LN590716.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG41, chromosome: 41	True	False
MON0015_000000016462	2292	0.8911764964069911	3	1	0	1	0	True	13422	fragment	False	MON0015_000000016462	1.0		0	0	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.008562149394744612	XM_023850918.2	termites	PREDICTED: Cryptotermes secundus uncharacterized LOC111864012 (LOC111864012), mRNA	True	True
MON0041_000000027566	2285	0.8911764964069911	2	1	0	1	0	False	14352	fragment	False	MON0025_000000016266	0.952834179357022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0150_000000012434	2244	0.8911764964069911	2	1	0	1	0	True	104128	maximal	True	AST0150_000000012434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	72.21300000000001	26.0	0.09289176090468497	NZ_WHJC01000197.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig197, whole genome shotgun sequence	True	True
MON0004_000000019064	2196	0.8911764964069911	2	1	0	1	0	True	14230	fragment	False	MON0004_000000019064	1.0		0	0	False	False	0.994990885257721	0					non-mobilizable	no_good_hit	65.0	96.92299999999999	3.0	0.0003580900372637445	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	True	True
FIJ0023_000000015041	2173	0.8911764964069911	3	1	0	1	0	True	49362	fragment	False	FIJ0023_000000015041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0002_000000012015	2136	0.8911764964069911	2	1	0	1	0	False	15557	fragment	False	MON0002_000000012015	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000018598	2130	0.8911764964069911	3	1	0	1	0	False	53172	maximal	True	ETH0003_000000018598	1.0		1	1	True	True	0.9929577708244324	15					non-mobilizable	no_good_hit								True	True
ENG0007_000000012070	2120	0.8911764964069911	3	1	0	1	0	False	69247	fragment	False	DEN0082_000000019525	0.644593730006398		0	0	False	False	0.9995282888412476	0					non-mobilizable	no_good_hit	77.0	93.506	5.0	3.449493514498312e-05	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	False
FIJ0120_000000011258	2115	0.8911764964069911	3	1	0	1	0	False	69247	fragment	False	DEN0082_000000019525	0.6356365962891876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	92.59299999999999	4.0	3.5860483653520546e-05	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	True	False
DEN0082_000000019525	2084	0.8911764964069911	2	1	0	1	0	False	69247	fragment	False	DEN0082_000000019525	0.9408002141041081		0	0	False	False	0.984644889831543	0					non-mobilizable	no_good_hit	57.0	91.228	3.0	2.5542457950728598e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
FIJ0115_000000011960	2001	0.8911764964069911	3	1	0	1	0	False	43809	fragment	False	FIJ0115_000000011960	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000016463	1989	0.8911764964069911	3	1	0	1	0	False	18363	maximal	True	MAD0040_000000016463	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0309_000000009616	1965	0.8911764964069911	2	1	0	1	0	True	25380	fragment	False	ISR0309_000000009616	1.0		0	0	False	False	0.9969465732574463	0					non-mobilizable	no_good_hit								True	True
ISR0794_000000010281	1955	0.8911764964069911	1	1	0	1	0	True	21990	maximal	True	ISR0794_000000010281	1.0		3	1	False	False	0.9953964352607727	0					non-mobilizable	no_good_hit	1628.0	90.602	88.0	0.4728818528290824	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	True	True
MON0022_000000015720	1931	0.8911764964069911	1	1	0	1	0	False	49018	maximal	True	MON0022_000000015720	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0086_000000004863	1921	0.8911764964069911	2	1	0	1	0	False	16025	maximal	True	MAD0086_000000004863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	95.238	3.0	0.00019966829299711768	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	False
ISR0224_000000016036	1911	0.8911764964069911	3	1	0	1	0	True	27737	maximal	True	ISR0224_000000016036	1.0		1	1	False	False	0.9952903985977173	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00036410674076558234	NZ_JAAIPW010000011.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_11_length_104365_cov_241.027, whole genome shotgun sequence	True	True
MON0093_000000023652	1891	0.8911764964069911	3	1	0	1	0	False	14351	fragment	False	MON0096_000000020187	0.6555737406801238		0	0	False	False	0.9635113477706909	0					non-mobilizable	no_good_hit								True	False
FIJ0050_000000013495	1884	0.8911764964069911	2	1	0	1	0	True	46601	maximal	True	FIJ0050_000000013495	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0078_000000024368	1866	0.8911764964069911	2	1	0	1	0	False	12730	fragment	False	MON0078_000000024368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0096_000000020187	1833	0.8911764964069911	2	1	0	1	0	False	14351	fragment	False	MON0096_000000020187	0.954033283031889		0	0	False	False	0.9901800155639648	0					non-mobilizable	no_good_hit								True	False
MON0004_000000024944	1767	0.8911764964069911	3	1	0	1	0	False	43808	fragment	False	MON0004_000000024944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	4.0	0.0002479898514922312	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0102_000000018483	1731	0.8911764964069911	2	1	0	1	0	True	51499	fragment	False	FIJ0102_000000018483	1.0		0	0	False	False	0.9994223117828369	0					non-mobilizable	no_good_hit								True	True
ISR0149_000000009974	1720	0.8911764964069911	2	1	0	1	0	False	71077	maximal	False	ISR0014_000000020605	0.9999483471074381		0	0	True	True	1.0	249					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
ISR0189_000000009124	1720	0.8911764964069911	2	1	0	1	0	False	71077	maximal	False	ISR0014_000000020605	0.9999483471074381		0	0	True	True	0.9994186162948608	26					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
ISR0014_000000020605	1720	0.8911764964069911	2	1	0	1	0	False	71077	maximal	True	ISR0014_000000020605	0.9999483471074381		12	2	True	True	1.0	44					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
MON0099_000000020737	1694	0.8911764964069911	2	1	0	1	0	False	14351	fragment	False	MON0096_000000020187	0.613384251682124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0080_000000004279	1674	0.8911764964069911	3	1	0	1	0	False	16155	fragment	False	MAD0080_000000004279	1.0		0	0	False	False	0.999402642250061	0					non-mobilizable	no_good_hit								True	False
ISR0349_000000006536	1662	0.8911764964069911	2	1	0	1	0	False	78982	maximal	True	ISR0349_000000006536	1.0		0	0	False	False	0.9963898658752441	0					non-mobilizable	no_good_hit	1200.0	99.917	72.0	0.21433678941723275	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	True	False
USA0062_01_000000011810	1661	0.8911764964069911	2	1	0	1	0	True	874	fragment	False	USA0062_01_000000011810	1.0		0	0	False	False	0.9975917935371399	0					non-mobilizable	no_good_hit								True	True
ISR0811_000000009227	1661	0.8911764964069911	3	1	0	1	0	False	71077	maximal	False	ISR0014_000000020605	0.9994734562680136		0	0	True	True	0.987959086894989	10					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
DEN0082_000000025106	1660	0.8911764964069911	2	1	0	1	0	False	71077	maximal	False	ISR0014_000000020605	0.9986715794965437		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
ISR0093_000000015265	1660	0.8911764964069911	2	1	0	1	0	False	71077	maximal	False	ISR0014_000000020605	0.9999465240641712		0	0	True	True	1.0	30					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
ISR0155_000000012038	1660	0.8911764964069911	3	1	0	1	0	False	71077	maximal	False	ISR0014_000000020605	0.9999465240641712		0	0	True	True	0.9981927871704102	5					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
MON0026_000000029455	1656	0.8911764964069911	2	1	0	1	0	False	12729	fragment	False	MON0026_000000029455	1.0		0	0	False	False	0.945652186870575	0					non-mobilizable	no_good_hit								True	False
FIJ0007_000000010923	1654	0.8911764964069911	1	1	0	1	0	False	51564	fragment	False	FIJ0007_000000010923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000028602	1644	0.8911764964069911	2	1	0	1	0	True	30047	maximal	True	ISR0170_000000028602	1.0		1	1	False	False	0.9902676343917847	0					non-mobilizable	no_good_hit	115.0	83.478	7.0	1.5961283857873383e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0300_000000006282	1640	0.8911764964069911	2	1	0	1	0	False	71077	maximal	False	ISR0014_000000020605	0.9975910134042664		0	0	True	True	0.9993902444839478	20					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.8662714695445703e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	True
MAD0013_000000015558	1596	0.8911764964069911	2	1	0	1	0	False	19560	maximal	True	MAD0013_000000015558	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000018390	1577	0.8911764964069911	2	1	0	1	0	True	75203	maximal	True	DEN0017_000000018390	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0099_000000013990	1575	0.8911764964069911	2	1	0	1	0	False	42765	fragment	False	FIJ0099_000000013990	1.0		0	0	False	False	0.981587290763855	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0010530107795050849	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AUS0022_000000021907	1553	0.8911764964069911	2	1	0	1	0	False	99116	fragment	False	AUS0022_000000021907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0082_01_000000019254	1549	0.8911764964069911	2	1	0	1	0	False	523	fragment	False	USA0082_01_000000019254	1.0		0	0	False	False	0.9961265325546265	0					non-mobilizable	no_good_hit								True	False
MON0098_000000022639	1542	0.8911764964069911	1	1	0	1	0	False	9189	maximal	True	MON0098_000000022639	1.0		0	0	False	False	0.9118028283119202	0					non-mobilizable	no_good_hit	427.0	100.0	28.0	0.002150570204001272	NZ_QEKH01000004.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_104, whole genome shotgun sequence	True	False
MAD0071_000000004026	1529	0.8911764964069911	1	1	0	1	0	False	16335	maximal	True	MAD0071_000000004026	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0003_000000017845	1518	0.8911764964069911	3	1	0	1	0	True	20090	maximal	True	MAD0003_000000017845	1.0		2	1	False	False	0.9947299361228943	0					non-mobilizable	no_good_hit								True	True
FIJ0076_000000009665	1460	0.8911764964069911	1	1	0	1	0	False	44537	fragment	False	FIJ0076_000000009665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000026107	1445	0.8911764964069911	1	1	0	1	0	True	2226	maximal	True	USA0003_01_000000026107	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	90.385	4.0	0.000424895161737267	NZ_AAWL01000007.1	firmicutes	Thermosinus carboxydivorans Nor1 ctg46, whole genome shotgun sequence	True	True
FIJ0082_000000021938	1444	0.8911764964069911	2	1	0	1	0	False	44165	fragment	False	FIJ0082_000000021938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	82.105	39.0	0.15421081985499163	HG796343.1	bacteria	Uncultured bacterium plasmid pRGI00557	True	False
ISR0134_000000022251	1439	0.8911764964069911	3	1	0	1	0	True	31458	fragment	False	ISR0134_000000022251	1.0		0	0	False	False	0.9944405555725098	0					non-mobilizable	no_good_hit								True	True
FIJ0038_000000024964	1428	0.8911764964069911	2	1	0	1	0	False	47622	fragment	False	FIJ0038_000000024964	1.0		0	0	False	False	0.9950980544090271	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000012841	1420	0.8911764964069911	2	1	0	1	0	False	17142	fragment	False	MAD0054_000000012841	1.0		0	0	False	False	0.9760563373565674	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.1441072305469405e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0050_000000009734	1407	0.8911764964069911	2	1	0	1	0	False	114695	fragment	False	FIJ0105_000000023190	0.6461076461076461		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	other	1407.0	100.0	100.0	0.266338321651828	NZ_PDOH01000027.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1253, whole genome shotgun sequence	False	True
FIJ0116_000000012234	1401	0.8911764964069911	2	1	0	1	0	False	41655	maximal	True	FIJ0116_000000012234	1.0		0	0	False	False	0.9771591424942017	0					non-mobilizable	no_good_hit								True	False
MON0045_000000014528	1396	0.8911764964069911	2	1	0	1	0	True	11558	maximal	True	MON0045_000000014528	1.0		1	1	False	False	0.9992836713790894	0					non-mobilizable	other	1266.0	91.785	90.0	0.5500438981562774	LR215541.1		BMMF2 DNA sequence, isolate C2MI.9B.4	False	True
MON0012_000000040605	1395	0.8911764964069911	1	1	0	1	0	False	15556	fragment	False	MON0012_000000040605	1.0		0	0	False	False	0.9863799214363098	0					non-mobilizable	no_good_hit								True	False
SPA0067_000000015010	1387	0.8911764964069911	2	1	0	1	0	False	78981	fragment	False	SPA0067_000000015010	0.9858562691131498		0	0	False	False	1.0	0					non-mobilizable	plasmid	1387.0	100.0	100.0	0.24776546299606722	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
CHI0022_000000008695	1358	0.8911764964069911	1	1	0	1	0	False	89176	fragment	False	CHI0022_000000008695	0.926051051051051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0005_000000023546	1345	0.8911764964069911	3	1	0	1	0	True	19920	maximal	True	MAD0005_000000023546	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	95.425	23.0	0.004020140243580957	NZ_KB291705.1	firmicutes	Clostridium celatum DSM 1785 Scfld324, whole genome shotgun sequence	True	True
MAD0047_000000035802	1335	0.8911764964069911	2	1	0	1	0	False	17616	maximal	True	MAD0047_000000035802	1.0		1	1	False	False	0.9865168333053589	0					non-mobilizable	no_good_hit								True	False
MAD0011_000000010555	1332	0.8911764964069911	1	1	0	1	0	False	89176	fragment	False	CHI0022_000000008695	0.9178939617083947		0	0	False	False	0.9932432174682617	0					non-mobilizable	no_good_hit								True	False
MAD0028_000000009161	1331	0.8911764964069911	1	1	0	1	0	False	19005	fragment	False	MAD0028_000000009161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0072_000000019775	1327	0.8911764964069911	1	1	0	1	0	True	44734	fragment	False	FIJ0072_000000019775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0071_000000027989	1326	0.8911764964069911	1	1	0	1	0	False	44832	fragment	False	FIJ0071_000000027989	1.0		0	0	False	False	0.9834087491035461	0					non-mobilizable	no_good_hit	1149.0	100.0	87.0	0.20243343325692117	NZ_RCXZ01000082.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0082, whole genome shotgun sequence	True	False
FIJ0086_000000025430	1320	0.8911764964069911	1	1	0	1	0	False	43807	fragment	False	SPA0158_000000017102	0.7140565134099617		0	0	False	False	0.9590908885002136	0					non-mobilizable	no_good_hit								True	False
ISR0377_000000012447	1319	0.8911764964069911	1	1	0	1	0	False	34886	fragment	False	ISR0072_000000021447	0.9507272082035872		0	0	False	False	0.9825625419616699	0					non-mobilizable	no_good_hit								True	False
CHI0156_000000011417	1308	0.8911764964069911	1	1	0	1	0	False	78981	fragment	False	SPA0067_000000015010	0.9581831290555155		0	0	False	False	0.9824159145355225	0					non-mobilizable	plasmid	1308.0	100.0	100.0	0.23364318913121201	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0070_000000016197	1306	0.8911764964069911	1	1	0	1	0	False	34886	fragment	False	ISR0072_000000021447	0.9613985320423875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.158365797804885e-05	NZ_RBXP01000013.1	b-proteobacteria	Azonexus fungiphilus strain DSM 23841 Ga0244549_102, whole genome shotgun sequence	True	False
SPA0158_000000017102	1305	0.8911764964069911	1	1	0	1	0	False	43807	fragment	False	SPA0158_000000017102	0.9555528107158542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000024234	1303	0.8911764964069911	1	1	0	1	0	False	12372	fragment	False	MON0032_000000024234	0.9886271324126726		0	0	False	False	0.9884880781173706	0					non-mobilizable	no_good_hit								True	False
AST0035_000000012623	1301	0.8911764964069911	2	1	0	1	0	True	116774	fragment	False	AST0035_000000012623	1.0		0	0	False	False	0.9777094721794128	0					non-mobilizable	no_good_hit								True	True
MON0054_000000039152	1296	0.8911764964069911	1	1	0	1	0	False	43807	fragment	False	SPA0158_000000017102	0.9546596020171733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0022_000000011045	1296	0.8911764964069911	2	1	0	1	0	False	19269	fragment	False	MAD0022_000000011045	1.0		0	0	False	False	0.9861111044883728	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.710752615247924e-06	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
BAN0014_000000003422	1290	0.8911764964069911	2	1	0	1	0	True	98398	fragment	False	BAN0014_000000003422	1.0		0	0	False	False	0.9844961166381836	0					non-mobilizable	plasmid	780.0	90.12799999999999	100.0	0.22808560539431252	HG796346.1	bacteria	Uncultured bacterium plasmid pRGI00604	False	True
ISR0025_000000031215	1272	0.8911764964069911	2	1	0	1	0	False	37333	fragment	False	ISR0025_000000031215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000019809	1270	0.8911764964069911	2	1	0	1	0	False	909	fragment	False	USA0059_01_000000019809	1.0		0	0	False	False	0.9858267903327942	0					non-mobilizable	no_good_hit								True	False
MAD0065_000000008931	1265	0.8911764964069911	1	1	0	1	0	False	43807	fragment	False	SPA0158_000000017102	0.6990674223073648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0012_000000046436	1246	0.8911764964069911	2	1	0	1	0	False	13578	fragment	False	MON0012_000000046436	1.0		0	0	False	False	0.9887640476226807	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	9.908310635714533e-06	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
CHI0084_000000005411	1244	0.8911764964069911	1	1	0	1	0	False	84142	fragment	False	CHI0084_000000005411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	88.225	89.0	0.00046599164571210235	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	False
MON0037_000000062550	1231	0.8911764964069911	1	1	0	1	0	False	12372	fragment	False	MON0032_000000024234	0.962010744435917		0	0	False	False	0.9805036783218384	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000020919	1230	0.8911764964069911	1	1	0	1	0	False	65272	fragment	False	ENG0036_000000020919	1.0		0	0	False	False	0.9544715285301208	0					non-mobilizable	no_good_hit								True	False
MON0001_000000028565	1223	0.8911764964069911	1	1	0	1	0	False	14358	fragment	False	MON0001_000000028565	1.0		0	0	False	False	0.9795584678649902	0					non-mobilizable	no_good_hit	1073.0	86.021	88.0	0.0008627766262453266	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	False
MON0107_000000051194	1211	0.8911764964069911	1	1	0	1	0	True	8550	fragment	False	MON0107_000000051194	1.0		0	0	False	False	0.9108175039291382	0					non-mobilizable	no_good_hit								True	True
DEN0090_000000025462	1204	0.8911764964069911	1	1	0	1	0	False	68682	maximal	True	DEN0090_000000025462	1.0		1	1	False	False	0.9576411843299866	0					non-mobilizable	no_good_hit								True	False
AST0033_000000010947	1202	0.8911764964069911	2	1	0	1	0	False	117002	maximal	True	AST0033_000000010947	1.0		1	1	False	False	0.9750415682792664	0					non-mobilizable	no_good_hit								True	False
CHI0178_000000008723	1201	0.8911764964069911	2	1	0	1	0	True	77599	fragment	False	CHI0178_000000008723	1.0		0	0	False	False	0.9958367943763733	0					non-mobilizable	no_good_hit	258.0	80.233	21.0	0.07995003123048094	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
MAD0093_000000027416	1184	0.8911764964069911	1	1	0	1	0	False	15646	fragment	False	MAD0093_000000027416	1.0		0	0	False	False	0.9104729890823364	0					non-mobilizable	no_good_hit								True	False
ISR0399_000000015013	1182	0.8911764964069911	2	1	0	1	0	False	22571	maximal	True	ISR0399_000000015013	1.0		0	0	False	False	0.9830795526504517	0					non-mobilizable	no_good_hit	52.0	96.154	4.0	1.8060622071567516e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0001_000000029565	1182	0.8911764964069911	1	1	0	1	0	False	14350	fragment	False	MON0001_000000029565	1.0		0	0	False	False	0.9822335243225098	0					non-mobilizable	no_good_hit	83.0	96.38600000000001	7.0	1.7035035458841797e-05	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	True	False
ISR0112_000000033865	1180	0.8911764964069911	2	1	0	1	0	False	32602	fragment	False	ISR0112_000000033865	1.0		0	0	False	False	0.9788135886192322	0					non-mobilizable	plasmid	1150.0	99.652	97.0	0.2053986414015016	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
MAD0095_000000032747	1174	0.8911764964069911	1	1	0	1	0	False	15555	fragment	False	MAD0095_000000032747	1.0		0	0	False	False	0.9923338890075684	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000041387	1171	0.8911764964069911	1	1	0	1	0	False	17595	fragment	False	MAD0047_000000041387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	93.82700000000001	7.0	3.6489225643898e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
ISR0043_000000019320	1152	0.8911764964069911	2	1	0	1	0	False	36287	fragment	False	ISR0043_000000019320	1.0		0	0	False	False	0.96875	0					non-mobilizable	plasmid	1165.0	92.361	100.0	0.5970149253731343	HG796438.1	bacteria	Uncultured bacterium plasmid pRGI01209	False	True
TAN0005_000000016975	1147	0.8911764964069911	2	1	0	1	0	False	2901	fragment	False	TAN0005_000000016975	1.0		0	0	False	False	0.9965126514434814	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000027702	1143	0.8911764964069911	2	1	0	1	0	False	4000	fragment	False	SPA0125_000000027702	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1143.0	99.913	100.0	0.20414730067929926	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0798_000000010754	1138	0.8911764964069911	2	1	0	1	0	False	21908	maximal	True	ISR0798_000000010754	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000028729	1133	0.8911764964069911	1	1	0	1	0	False	49017	fragment	False	FIJ0026_000000028729	1.0		0	0	False	False	0.9735216498374939	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000022777	1133	0.8911764964069911	2	1	0	1	0	True	65548	fragment	False	ENG0032_000000022777	1.0		0	0	False	False	0.999117374420166	0					non-mobilizable	no_good_hit								True	True
FIJ0007_000000017134	1112	0.8911764964069911	1	1	0	1	0	True	51496	fragment	False	FIJ0007_000000017134	1.0		0	0	False	False	0.9838129281997681	0					non-mobilizable	no_good_hit								True	True
ISR0077_000000001447	14227	0.8911716423588552	28	2	0	2	0	True	61769	maximal	True	ISR0077_000000001447	1.0		3	1	False	False	0.9989456534385681	0					non-mobilizable	no_good_hit	67.0	89.552	0.0	0.0001496500230143596	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	True
FIJ0033_000000000432	37761	0.8911700355875299	38	10	6	9	4	True	65019	fragment	False	FIJ0033_000000000432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	84.0	0.0	3.334791929262754e-05	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
SPA0030_000000020136	1509	0.8911698942028218	2	2	2	2	2	False	75869	fragment	False	SPA0030_000000020136	1.0		0	0	False	False	0.9993373155593872	0					non-mobilizable	other	1509.0	99.867	100.0	0.01037046206322681	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0119_000000001235	6987	0.8911678270340222	10	9	5	5	9	True	118185	maximal	True	CHI0119_000000001235	1.0	PS799	5	1	True	True	1.0	115	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3084.0	96.271	82.0	0.3724421842838116	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0098_000000000254	28941	0.8911506154775791	30	21	17	17	17	True	83415	maximal	True	CHI0098_000000000254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4837.0	85.962	20.0	0.0011926108685711594	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0846_000000007980	1372	0.8911491152872568	2	2	1	2	2	False	78849	fragment	False	ISR0846_000000007980	1.0		0	0	False	False	0.9657434225082397	0					non-mobilizable	chromosome	1323.0	100.0	96.0	0.0004399453030181512	CP058562.1	verrucomicrobia	Akkermansia muciniphila strain AK32 chromosome, complete genome	False	False
ISR0223_000000005425	4720	0.8911459603554249	5	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.7157416726792434		0	0	False	False	0.99936443567276	0					non-mobilizable	plasmid	4725.0	98.18	100.0	0.04096057447140652	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0008_000000003161	6787	0.8911452678877946	6	5	4	4	5	False	83971	maximal	True	ENG0008_000000003161	1.0		1	1	False	False	0.9982318878173828	0					non-mobilizable	no_good_hit	5947.0	98.369	88.0	0.001352859868807655	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
SPA0132_000000002217	13574	0.8911410348571803	10	9	6	7	7	False	96805	fragment	False	SPA0132_000000002217	1.0		0	0	False	False	0.9999263286590576	0					non-mobilizable	other	10519.0	99.867	100.0	0.0031676314922441514	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0133_000000009752	2149	0.8911366533420256	4	1	1	1	1	True	51701	fragment	False	ISR0133_000000009752	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1650.0	91.273	99.0	0.07082103801423364	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
SPA0158_000000015391	1413	0.8911326616398213	2	1	1	1	1	False	3132	maximal	True	SPA0158_000000015391	1.0		13	6	False	False	0.9900919795036316	0					non-mobilizable	no_good_hit	129.0	76.744	9.0	6.319370357055046e-05	NZ_LR215048.1	mycoplasmas	Acholeplasma axanthum strain NCTC10138 chromosome 1	True	False
MON0093_000000036907	1269	0.8911314648026292	2	2	2	2	2	False	9366	fragment	False	SPA0132_000000031857	0.9746834935897436		0	0	False	False	0.9873916506767273	0					non-mobilizable	chromosome	1269.0	99.527	100.0	0.0005251230808987722	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
CAN0003_000000027222	1813	0.8911306905787597	2	2	2	2	1	True	113516	fragment	False	CAN0003_000000027222	1.0		0	0	False	False	0.9564257860183716	0					non-mobilizable	no_good_hit	108.0	81.48100000000001	6.0	0.0019939797150909755	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
AST0055_000000024011	1512	0.8911306905787597	2	2	2	2	1	True	113515	fragment	False	AST0055_000000024011	1.0		0	0	False	False	0.9914020895957947	0					non-mobilizable	no_good_hit	108.0	81.48100000000001	7.0	0.0019939797150909755	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ENG0102_000000007720	3474	0.8911284361484406	6	5	2	4	3	False	129661	fragment	False	ENG0007_000000007191	0.9759369244958892		0	0	False	True	0.9971214532852173	0					non-mobilizable	no_good_hit	1144.0	89.685	34.0	0.0053348144483391135	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0009_000000001963	4438	0.8911230813291132	4	4	2	4	4	False	90480	fragment	False	CHI0068_000000002395	0.9668560606060606		0	0	False	False	1.0	0		MOBF,MOBP			mobilizable	other	4426.0	99.977	100.0	0.7808364213869773	NZ_CABFKI010000024.1	g-proteobacteria	Actinobacillus porcinus strain NM319, whole genome shotgun sequence	False	True
MON0050_000000022524	1714	0.8911155239637125	3	3	1	3	1	False	114448	fragment	False	MON0050_000000022524	1.0		0	0	False	False	0.9644107222557068	0					non-mobilizable	chromosome	1741.0	81.85	100.0	0.0007358108777374758	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
AST0089_000000001025	13093	0.8911094754270034	13	11	5	9	4	True	132288	fragment	False	CHI0140_000000001647	0.14930320507585504		0	0	False	False	0.9998472332954407	0					non-mobilizable	other	13093.0	99.916	100.0	0.003054154966577172	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
AST0055_000000023330	1554	0.8911021027314755	3	3	3	3	2	False	113615	fragment	False	AST0055_000000023330	1.0		0	0	False	False	0.9980695247650146	0					non-mobilizable	other	1554.0	98.134	100.0	0.05813081308130813	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
USA0036_01_000000019267	1673	0.8910940220494911	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.842905597405582		0	0	False	False	0.9886431694030762	0					non-mobilizable	no_good_hit	402.0	74.12899999999999	24.0	0.00010323875472520891	CP026734.1	high GC Gram+	Brevibacterium linens strain ATCC 19391 chromosome, complete genome	True	False
SPA0018_000000000139	62442	0.8910882233486463	69	28	12	23	19	True	128809	fragment	False	SPA0018_000000000139	0.9466012388383879		0	0	False	True	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	23978.0	98.45299999999999	78.0	0.12895669312539715	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0231_000000015040	1332	0.8910877944590331	2	2	1	2	1	True	131026	fragment	False	CHI0117_000000007167	0.10752360305561787		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	99.55	100.0	0.006650045715941623	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ENG0115_000000002112	7425	0.8910761375107041	13	5	2	5	2	False	59547	maximal	True	ENG0115_000000002112	0.9997978164173069	PS113	13	3	False	True	0.9998652935028076	0					non-mobilizable	no_good_hit								True	True
USA0055_01_000000003389	7419	0.8910761375107041	13	5	2	5	2	False	59547	maximal	False	ENG0115_000000002112	0.9993939393939394	PS113	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0194_000000017867	1483	0.8910729451157826	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.1332367402944161		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	78.514	99.0	0.020652052655064704	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0070_000000008713	2195	0.8910655501309539	3	3	3	3	3	False	80624	fragment	False	ISR0300_000000003936	0.9458969192582858		0	0	False	False	1.0	0					non-mobilizable	chromosome	2195.0	96.40100000000001	100.0	0.0010232302174713994	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0089_000000023887	1258	0.8910609707609769	2	2	2	2	1	True	21503	fragment	False	ISR0814_000000031305	0.7876438354555287		0	0	False	False	0.995230495929718	0					non-mobilizable	no_good_hit	54.0	87.037	4.0	0.0022481442205726405	NZ_BCVW01000030.1	firmicutes	Bacillus krulwichiae NBRC 102362, whole genome shotgun sequence	True	True
ENG0016_000000014518	1541	0.8910571840169885	2	2	1	2	1	False	66738	maximal	True	ENG0016_000000014518	1.0		0	0	False	False	0.9993510842323303	0					non-mobilizable	no_good_hit	169.0	76.331	11.0	0.0206508953078029	NZ_WHJC01000165.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig165, whole genome shotgun sequence	True	False
MON0101_000000061756	1044	0.891057137839288	1	1	1	1	1	False	8987	fragment	False	MON0101_000000061756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0035_000000000681	17671	0.8910548418740646	25	14	9	10	12	True	124147	fragment	False	MON0035_000000000681	1.0		0	0	False	False	0.9981891512870789	0					non-mobilizable	other	10824.0	96.905	98.0	0.003040203871833683	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CAN0016_000000021152	2284	0.8910496288040128	3	3	2	2	3	False	115824	fragment	False	CAN0016_000000021152	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	74.029	18.0	0.00018518510092588	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
MAD0048_000000003388	6054	0.8910356545316013	6	4	4	4	3	True	125298	maximal	True	MAD0048_000000003388	1.0		1	1	False	False	0.993392825126648	0					non-mobilizable	no_good_hit	1579.0	73.908	28.0	0.00466848682075452	NZ_VSLA01000024.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_23, whole genome shotgun sequence	True	True
FIJ0145_000000014184	1214	0.8910341701338946	2	2	2	2	2	False	89055	fragment	False	ISR0146_000000030323	0.42813795035315927		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	99.176	100.0	0.030362193687266902	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0155_000000018838	1145	0.8910314551721906	1	1	1	1	1	False	58488	fragment	False	SPA0008_000000026099	0.9664628202606502		0	0	False	False	0.97641921043396	0					non-mobilizable	other	1142.0	97.023	99.0	0.0012692079029345423	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
MAD0090_000000002216	5404	0.8910306731265832	4	3	2	3	2	False	15799	fragment	False	MAD0090_000000002216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0781_000000005283	4648	0.8910265534827508	8	3	1	2	2	True	109097	fragment	False	ISR0781_000000005283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2158.0	96.339	72.0	0.0004549214838043517	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
MAD0050_000000001146	13869	0.8910247184804146	23	7	3	6	4	True	112993	maximal	True	MAD0050_000000001146	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2112.0	92.33	44.0	0.037340942118881365	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0036_01_000000007504	5173	0.8910161713276322	5	4	4	4	3	False	116122	fragment	False	USA0036_01_000000007504	0.9534866492120927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	82.759	18.0	0.0002625415337883426	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
SPA0105_000000007923	3403	0.8910098388563608	4	4	3	2	2	False	58973	maximal	True	SPA0105_000000007923	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	2020.0	99.70299999999999	59.0	0.0006080479162237062	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0017_000000008449	2312	0.8910085137541759	3	3	2	3	2	False	14304	maximal	True	MON0017_000000008449	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	75.283	23.0	0.00193457679755957	NZ_SPFR01000002.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_2_length_272411_cov_57.815, whole genome shotgun sequence	True	False
MON0042_000000015164	1742	0.8910085137541759	4	3	2	3	2	False	11717	fragment	False	MON0042_000000015164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	75.094	30.0	0.00193457679755957	NZ_SPFR01000002.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_2_length_272411_cov_57.815, whole genome shotgun sequence	True	False
FIJ0152_000000004723	4615	0.8910078813069365	7	4	3	3	3	False	116200	fragment	False	FIJ0152_000000004723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	95.18700000000001	65.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0050_000000014416	1793	0.8910054776811696	3	3	3	2	2	False	6587	fragment	False	SPA0050_000000014416	1.0		0	0	False	False	0.9849414229393005	0					non-mobilizable	no_good_hit								True	False
ISR0209_000000008817	3336	0.8910027454404464	6	3	1	3	0	True	28470	maximal	True	ISR0209_000000008817	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	1114.0	87.074	59.0	0.19328462073764788	MH617106.1	viruses	Inoviridae sp. isolate ctcb32, complete genome	True	True
ENG0181_000000013525	1487	0.8909937531587372	3	3	2	2	1	False	55265	fragment	False	ENG0181_000000013525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00013033076085236316	NZ_JAASQK010000007.1	a-proteobacteria	Sphingomonas oligoaromativorans strain DSM 102246 Ga0373361_07, whole genome shotgun sequence	True	False
SPA0019_000000025632	1137	0.8909925798520203	1	1	1	1	1	False	32599	fragment	False	MAD0090_000000011282	0.9436008979238996		0	0	False	False	1.0	0					non-mobilizable	other	1137.0	99.208	100.0	0.004382513155255158	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0062_000000020220	1870	0.8909913706241752	3	1	1	1	1	False	35332	fragment	False	ISR0062_000000020220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
ISR0225_000000012053	1705	0.8909913706241752	2	1	1	1	1	False	33965	fragment	False	ISR0225_000000012053	1.0		0	0	False	False	0.9994134902954102	0					non-mobilizable	no_good_hit	135.0	85.926	8.0	0.00031035353839121386	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	True	False
ISR0085_000000017728	1489	0.8909913706241752	2	1	1	1	1	False	33964	fragment	False	ISR0085_000000017728	1.0		0	0	False	False	0.9751511216163635	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
ISR0082_000000002973	8461	0.8909851240580713	13	6	4	4	2	False	126537	backbone	False	ISR0217_000000003242	0.993008778078113	PS336|PS768|PS968	0	0	True	True	0.9985817074775696	8					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
SPA0033_000000003302	8216	0.8909824783972857	9	7	4	6	6	False	131148	fragment	False	SPA0083_000000001183	0.9567413842388736		0	0	False	False	0.9997565746307373	0					non-mobilizable	other	6297.0	99.936	100.0	0.039063372504250064	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0269_000000007863	2266	0.8909733524127704	4	3	3	2	2	False	26473	maximal	True	ISR0269_000000007863	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	76.484	19.0	0.12774155305275636	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	False
FIJ0016_000000002275	7392	0.8909598262383543	11	6	3	6	3	False	70594	fragment	False	FIJ0016_000000002275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	91.803	2.0	1.5490174969271367e-05	NZ_CM001773.1	enterobacteria	Providencia sneebia DSM 19967 chromosome, whole genome shotgun sequence	True	False
ISR0203_000000004586	3796	0.8909531394418777	4	2	1	2	1	False	37139	fragment	False	ISR0203_000000004586	0.9847736625514403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	73.445	17.0	0.003857371899164039	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ETH0004_000000016553	1710	0.8909530286985717	3	3	3	2	1	False	52864	fragment	False	ETH0004_000000016553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000018928	1149	0.89094723441898	2	2	2	2	2	False	26551	fragment	False	ISR0266_000000018928	1.0		0	0	False	False	0.9530026316642761	0					non-mobilizable	other	1163.0	79.10600000000001	100.0	0.005776819698204935	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0041_000000001041	10182	0.8909405615884703	9	5	3	4	3	False	132503	maximal	True	ISR0041_000000001041	1.0		9	3	False	False	0.9992142915725708	0					non-mobilizable	no_good_hit	2794.0	97.495	27.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0002_000000002177	12750	0.8909387062876782	20	10	6	9	6	True	132584	maximal	True	AST0002_000000002177	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	74.279	10.0	0.007122579194423363	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
USA0004_01_000000006685	3907	0.8909281411004075	5	2	2	2	2	False	55725	maximal	True	USA0004_01_000000006685	0.9992307692307693		8	3	False	False	0.9956488609313965	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	0.0005386424139466952	NZ_FQZY01000013.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0117_01_000000006239	3900	0.8909281411004075	5	2	2	2	2	False	55725	maximal	False	USA0004_01_000000006685	0.9982083439979523		0	0	False	False	0.9997435808181763	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	0.0005386424139466952	NZ_FQZY01000013.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
MON0018_000000016206	1321	0.8909272511194498	2	2	2	2	1	False	13256	fragment	False	MON0018_000000016206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0009_000000006442	4682	0.8909221694622657	3	2	1	2	0	True	118394	fragment	False	ISR0009_000000006442	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	4620.0	99.43700000000001	99.0	0.40647386574688243	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
MON0032_000000005972	3821	0.8909108357571713	4	4	3	2	3	False	50222	fragment	False	MON0032_000000005972	0.9685820262752141		0	0	False	False	0.9942423701286316	0					non-mobilizable	chromosome	2239.0	90.57600000000001	95.0	0.0009011909112839267	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0047_000000004332	3802	0.890906046395598	6	3	1	3	1	True	121464	maximal	True	ENG0047_000000004332	1.0		0	0	False	False	0.9944766163825989	0					non-mobilizable	no_good_hit								True	True
FIJ0147_000000005245	3563	0.890906046395598	5	3	1	3	1	True	121461	fragment	False	FIJ0147_000000005245	1.0		0	0	False	False	0.9983160495758057	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0070_000000006335	3190	0.890906046395598	5	3	1	3	1	True	121458	fragment	False	ISR0070_000000006335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0255_000000001491	15047	0.8909031353728174	18	8	2	8	5	False	94335	maximal	False	ENG0211_000000002163	0.975561638175439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
CHI0174_000000008022	1883	0.8909019390579612	3	2	1	1	1	False	83087	maximal	True	CHI0174_000000008022	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1600.0	98.125	85.0	0.2840646651270208	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
CHI0123_000000003864	3522	0.8909013590497692	5	3	3	3	3	False	81718	maximal	True	CHI0123_000000003864	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	95.87299999999999	38.0	0.09941864743542571	NZ_JH604944.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld405, whole genome shotgun sequence	True	False
ISR0151_000000018011	1222	0.8909010963972832	2	2	2	2	2	False	99431	fragment	False	ISR0152_000000018054	0.9539036803557588		0	0	False	False	0.9991816878318787	0					non-mobilizable	no_good_hit	514.0	76.654	42.0	0.0010782852075007815	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	True	False
SPA0050_000000001189	18539	0.8909009263875294	18	6	4	6	1	True	63312	fragment	False	SPA0050_000000001189	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8227.0	87.152	93.0	0.11315428998381138	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
FIJ0049_000000003729	4465	0.8908833630973526	8	5	2	5	4	False	47814	maximal	True	FIJ0049_000000003729	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	75.194	16.0	0.000317407351642583	CP026502.1	firmicutes	Lactococcus garvieae strain JJJN1 chromosome, complete genome	True	False
ISR0135_000000011305	1764	0.8908832368010697	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.1441412815484502		0	0	False	False	0.9960317611694336	0					non-mobilizable	virus	1764.0	93.42399999999999	99.0	0.04698541372230074	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ISR0226_000000006144	1324	0.8908782486810654	3	3	3	2	3	False	120838	fragment	False	USA0052_01_000000006844	0.19216108707590276		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	97.81	100.0	0.16175211060809985	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
ENG0081_000000008770	3022	0.8908779184928791	3	3	3	3	3	False	100345	fragment	False	ISR0104_000000007578	0.9538623384430418		0	0	False	False	0.9950364232063293	0					non-mobilizable	chromosome	3022.0	99.96700000000001	100.0	0.0010265325185861512	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0012_000000008103	2624	0.8908714241480559	3	2	2	2	2	False	125440	maximal	True	AST0012_000000008103	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	85.714	29.0	0.01705174243964135	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
USA0039_01_000000005231	4430	0.8908600637141988	5	5	3	3	5	False	41018	maximal	True	USA0039_01_000000005231	1.0		95	10	False	False	0.9972912073135376	0					non-mobilizable	plasmid	2287.0	99.781	99.0	0.003647422233001034	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
FIJ0136_000000015589	1766	0.8908550789333118	2	2	2	1	2	False	40533	maximal	True	FIJ0136_000000015589	1.0		1	1	False	False	0.9926387071609497	0					non-mobilizable	chromosome	1741.0	83.34299999999999	98.0	0.00032731344897772726	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ISR0043_000000001321	14017	0.8908537163009712	18	15	6	10	13	False	122943	maximal	False	ENG0110_000000001561	0.9918470474358887		0	0	False	False	0.9999286532402039	0					non-mobilizable	other	11727.0	99.522	100.0	0.003305217782235251	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0007_01_000000001880	10387	0.8908506003967593	15	2	2	2	2	False	115244	fragment	False	USA0007_01_000000001880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000007308	3964	0.8908469399773591	4	4	4	4	3	False	79205	fragment	False	CHI0154_000000007308	1.0		0	0	False	False	0.9997477531433105	0					non-mobilizable	no_good_hit	597.0	73.702	37.0	0.0002453488743360036	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	False
AST0151_000000005878	2739	0.8908457020861585	5	2	2	2	2	False	103687	fragment	False	AST0151_000000005878	1.0		0	0	False	False	0.9846659302711487	0					non-mobilizable	no_good_hit	146.0	90.411	5.0	0.00043497825108744563	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
CHI0017_000000006507	1925	0.8908378059371073	3	3	1	2	3	False	90428	fragment	False	CHI0017_000000006507	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1925.0	100.0	100.0	0.014075233733741057	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
AST0088_000000001391	8359	0.8908357627055433	15	4	3	4	3	False	118973	maximal	True	AST0088_000000001391	0.9950558350340575		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	76.372	8.0	0.0004621595312036016	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
SPA0105_000000003369	8353	0.8908357627055433	15	4	3	4	3	False	118973	maximal	False	AST0088_000000001391	0.9945505567769942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	76.372	8.0	0.0004621595312036016	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
ISR0305_000000001518	8127	0.8908357627055433	16	4	3	4	3	False	118973	maximal	False	AST0088_000000001391	0.9717934637086473		0	0	False	False	0.9998769760131836	0					non-mobilizable	no_good_hit	656.0	76.372	8.0	0.0004621595312036016	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
ISR0212_000000000786	26691	0.8908353854509924	26	18	9	13	12	True	67011	fragment	False	ISR0212_000000000786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6199.0	97.822	77.0	0.037393175307328747	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0080_000000005899	4853	0.8908300067411594	9	2	0	1	1	True	61947	backbone	False	ISR0101_000000004945	0.9502507314883605	PS274	0	0	True	True	1.0	33					non-mobilizable	no_good_hit								True	True
ISR0231_000000002922	4699	0.8908300067411594	8	2	0	1	1	True	27494	maximal	True	ISR0231_000000002922	1.0		1	1	True	True	0.9976590871810913	10					non-mobilizable	no_good_hit	210.0	80.476	4.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
SPA0019_000000005785	4660	0.8908300067411594	11	2	0	1	1	True	61947	backbone	False	ISR0101_000000004945	0.8733293992931128	PS274	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	132.0	81.818	3.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0146_000000005347	4635	0.8908300067411594	10	2	0	1	1	True	61947	backbone	False	ISR0101_000000004945	0.8327092946513769	PS274	0	0	True	True	0.9984897375106812	6					non-mobilizable	no_good_hit	210.0	81.429	4.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0279_000000003965	4612	0.8908300067411594	8	2	0	1	1	True	61947	backbone	False	ISR0101_000000004945	0.8531638283133579	PS274	0	0	True	True	1.0	44					non-mobilizable	no_good_hit								True	True
ISR0206_000000005724	4436	0.8908300067411594	5	2	0	1	1	True	54738	maximal	True	ISR0206_000000005724	1.0		1	1	True	True	1.0	40					non-mobilizable	no_good_hit								True	True
FIJ0090_000000008998	4389	0.8908300067411594	6	2	0	1	1	True	54739	maximal	False	FIJ0004_000000006017	0.9996642793196061		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	210.0	81.429	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0176_000000007711	4174	0.8908300067411594	6	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.997211856892015		0	0	True	True	1.0	66					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
SPA0126_000000009060	4154	0.8908300067411594	6	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9972587024726828		0	0	True	True	1.0	62					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
AST0003_000000008487	4154	0.8908300067411594	7	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9968466142193315		0	0	True	True	1.0	327					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0120_000000006890	4154	0.8908300067411594	7	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9970520648159755		0	0	True	True	0.9992778301239014	13					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
AST0026_000000007369	4154	0.8908300067411594	7	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9968298161541059		0	0	True	True	0.9997592568397522	13					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0264_000000002200	4154	0.8908300067411594	6	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9972102833315297		0	0	True	True	0.998555600643158	27					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
AST0059_000000003288	4134	0.8908300067411594	6	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9968311257270718		0	0	True	True	1.0	31					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0847_000000005875	4134	0.8908300067411594	6	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9968592760234182		0	0	True	True	1.0	19					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ENG0110_000000007325	4114	0.8908300067411594	6	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9963927610649885		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0153_000000006341	4114	0.8908300067411594	6	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9959905482551148		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	211.0	82.464	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
SPA0097_000000007956	3984	0.8908300067411594	5	2	0	1	1	True	65718	maximal	False	ISR0100_000000002832	0.9636799782066503		0	0	True	True	0.9979919791221619	12					non-mobilizable	no_good_hit								True	True
ISR0131_000000006783	3937	0.8908300067411594	5	2	0	1	1	True	65718	maximal	False	ISR0100_000000002832	0.9680495504776976		0	0	True	True	0.9992380142211914	12					non-mobilizable	no_good_hit								True	True
ENG0031_000000005158	3917	0.8908300067411594	6	2	0	1	1	True	65718	maximal	False	ISR0100_000000002832	0.9535123291644743		0	0	True	True	0.999744713306427	10					non-mobilizable	no_good_hit								True	True
SPA0014_000000005378	3865	0.8908300067411594	6	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9401424728098482		0	0	True	True	0.9968951940536499	11					non-mobilizable	no_good_hit	210.0	83.333	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ENG0191_000000008718	3308	0.8908300067411594	4	2	0	1	1	True	54737	fragment	False	ENG0191_000000008718	1.0		0	0	False	False	0.9969770312309265	0					non-mobilizable	no_good_hit								True	True
USA0061_01_000000003666	3048	0.8908300067411594	5	2	0	1	1	True	38083	fragment	False	USA0061_01_000000003666	1.0		0	0	False	False	0.9967191815376282	0					non-mobilizable	no_good_hit	210.0	82.85700000000001	7.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0032_000000010981	2977	0.8908300067411594	4	2	0	1	1	True	36957	fragment	False	ISR0032_000000010981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0060_000000004519	6821	0.8908258983891145	9	6	3	6	4	False	118438	fragment	False	ISR0060_000000004519	1.0		0	0	False	False	0.9994135499000549	0					non-mobilizable	no_good_hit	3650.0	100.0	54.0	0.05001439164462232	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
FIJ0058_000000009776	3971	0.8908209639493492	4	2	2	2	1	True	50269	maximal	True	FIJ0058_000000009776	1.0		5	2	False	False	0.9989926815032959	0					non-mobilizable	no_good_hit	76.0	94.73700000000001	4.0	2.860378080960904e-05	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	True	True
ISR0265_000000006120	2628	0.8908177288959356	2	2	1	2	1	True	125553	backbone	False	ISR0070_000000005259	0.16636341490286996	PS930	0	0	False	True	0.9996194839477539	0	rep_cluster_1351	MOBQ			mobilizable	plasmid	2626.0	98.781	99.0	0.7133152173913043	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ISR0236_000000004664	2278	0.8908177288959356	2	2	1	2	1	True	125553	backbone	False	ISR0070_000000005259	0.016661438048526676	PS930	0	0	False	True	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	2306.0	88.595	100.0	0.6323772752344181	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	False	True
ISR0219_000000016650	1998	0.8908151398384545	4	4	3	3	3	True	131617	fragment	False	ENG0006_000000010997	0.7294056712405077		0	0	False	False	1.0	0					non-mobilizable	other	1858.0	97.20100000000001	94.0	0.04284527709842647	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
FIJ0113_000000020556	1264	0.8907994545592607	3	2	1	2	2	False	41912	fragment	False	FIJ0113_000000020556	1.0		0	0	False	False	0.9984177350997925	0					non-mobilizable	other	1259.0	96.664	99.0	0.006585220657573794	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
USA0043_01_000000004088	2613	0.8907946491664159	4	4	4	3	2	False	132012	fragment	False	DEN0067_000000010452	0.1851492019430951		0	0	False	False	1.0	0					non-mobilizable	other	2613.0	99.73200000000001	100.0	0.02504218438410799	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
CHI0163_000000001277	7221	0.8907940762410126	11	9	5	5	9	True	123628	fragment	False	USA0108_01_000000001009	0.3021415337747218		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2976.0	98.891	94.0	0.09578544061302682	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0774_000000006649	3635	0.8907873602651222	4	3	3	2	2	False	87020	maximal	True	ISR0774_000000006649	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1688.0	90.521	46.0	0.006906882258792629	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
SPA0151_000000000989	14196	0.8907812748130491	16	12	6	7	7	True	89893	fragment	False	SPA0079_000000001205	0.9374401206860183		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	1.0977488933907049e-05	NZ_MQUA01000013.1	CFB group bacteria	Polaribacter filamentus strain ATCC 700397 ctg7180000000043, whole genome shotgun sequence	True	True
SPA0013_000000001362	13753	0.8907812748130491	18	12	6	7	7	True	89893	fragment	False	SPA0079_000000001205	0.9532122290580779		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	76.0	100.0	1.0	0.0011643250795622137	NZ_JXQL01000029.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig29, whole genome shotgun sequence	True	True
SPA0079_000000001205	13657	0.8907812748130491	18	12	6	7	7	True	89893	fragment	False	SPA0079_000000001205	0.9536582575045659		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	81.0	98.765	1.0	2.0510490731437428e-05	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
DEN0087_000000000574	13161	0.8907812748130491	16	12	6	7	7	True	89893	fragment	False	SPA0079_000000001205	0.9452678664689502		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit								True	True
MAD0023_000000011817	1235	0.8907803873480384	2	1	1	1	1	False	50433	fragment	False	MAD0023_000000011817	1.0		0	0	False	False	0.9813765287399292	0					non-mobilizable	other	912.0	86.73200000000001	91.0	0.0038485801745197744	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
ISR0051_000000010988	3689	0.8907799629652303	5	2	2	2	1	False	82359	fragment	False	ENG0064_000000006505	0.9797626460712057		0	0	False	False	0.9986445903778076	0					non-mobilizable	no_good_hit	1448.0	87.914	57.0	0.000319213736525411	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ENG0131_000000007765	3497	0.8907799629652303	3	2	2	2	1	False	82359	fragment	False	ENG0064_000000006505	0.9803244685921577		0	0	False	False	0.9994280934333801	0					non-mobilizable	no_good_hit	1169.0	85.885	52.0	0.0002570263372583723	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ENG0064_000000006505	3496	0.8907799629652303	3	2	2	2	1	False	82359	fragment	False	ENG0064_000000006505	0.9805354014086194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	85.8	52.0	0.0002570263372583723	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
CHI0113_000000002118	3495	0.8907799629652303	3	2	2	2	1	False	82359	fragment	False	ENG0064_000000006505	0.980392401262695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	85.8	52.0	0.0002570263372583723	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0085_000000006434	3443	0.8907793707488023	6	6	5	5	6	False	87993	maximal	True	ISR0085_000000006434	1.0		4	4	False	False	0.9956433176994324	0					non-mobilizable	chromosome	3443.0	100.0	100.0	0.0006500397256990996	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	False	False
MON0061_000000008661	4697	0.8907787781644386	4	2	1	2	1	True	118860	maximal	True	MON0061_000000008661	1.0		1	1	False	False	0.9997870922088623	0					non-mobilizable	no_good_hit	3799.0	90.155	81.0	0.0019423927998960496	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
FIJ0018_000000004007	6516	0.8907764835249743	5	4	4	4	4	True	51750	fragment	False	FIJ0018_000000004007	1.0		0	0	False	False	0.9981583952903748	0					non-mobilizable	no_good_hit	107.0	79.439	2.0	0.00019708834813685815	NZ_FONX01000002.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
SPA0089_000000015643	2502	0.8907760272940899	4	4	4	3	2	False	76386	fragment	False	SPA0089_000000015643	0.9804670912951168		0	0	False	False	0.996802568435669	0					non-mobilizable	other	2503.0	96.28399999999999	100.0	0.0007127600005930163	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0208_000000003484	6743	0.8907675659932657	9	4	2	3	2	False	116322	backbone	True	ISR0208_000000003484	0.993867773098056	PS336|PS768	2	2	True	True	1.0	6					non-mobilizable	no_good_hit	443.0	81.71600000000001	7.0	9.324195057074669e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	True
SPA0013_000000002016	10284	0.8907675480098015	12	6	5	5	3	True	56628	fragment	False	SPA0013_000000002016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7042.0	97.117	79.0	0.003101303660191783	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
MON0109_000000005603	5556	0.890757684583877	7	5	3	3	4	True	128071	backbone	False	ENG0060_000000004144	0.9751281916763194	PS1028	0	0	True	True	0.9998199939727783	9		MOBV			mobilizable	no_good_hit	2897.0	84.46700000000001	78.0	0.42537424040314215	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
AUS0014_000000003313	9614	0.8907450501053851	13	13	5	8	11	True	100966	maximal	True	AUS0014_000000003313	1.0		3	2	False	False	0.9998959898948669	0					non-mobilizable	no_good_hit	4426.0	98.305	69.0	0.588681757656458	AJ239049.2	firmicutes	Streptococcus thermophilus partial repA gene, ORF1 to ORF8 and partial ORF9 DNA	True	True
SPA0034_000000014573	2490	0.8907145172290329	3	3	3	3	3	False	7155	fragment	False	SPA0034_000000014573	1.0		0	0	False	False	0.9983935952186584	0					non-mobilizable	no_good_hit	1791.0	86.09700000000001	72.0	0.03838862559241706	NZ_QRYH01000020.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf20, whole genome shotgun sequence	True	False
USA0117_01_000000012504	1674	0.8907120752316473	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.8440230897402955		0	0	False	False	0.999402642250061	0					non-mobilizable	no_good_hit	412.0	74.27199999999999	24.0	0.00018518510092588	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
ENG0202_000000012042	1777	0.8907095295986572	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.7248744274386685		0	0	False	False	0.9994372725486755	0					non-mobilizable	other	1777.0	99.662	100.0	0.049214398536869236	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0849_000000015436	1776	0.8907095295986572	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.7249146080808898		0	0	False	False	1.0	0					non-mobilizable	other	1776.0	99.493	100.0	0.049186687726882256	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0071_000000010792	1906	0.8907072222807428	2	2	2	2	1	False	62289	maximal	True	ENG0071_000000010792	1.0		8	3	False	False	0.993704080581665	0					non-mobilizable	no_good_hit	679.0	79.971	36.0	0.00021370397208862223	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0212_000000020780	1718	0.8907013071165139	2	2	2	2	1	True	28339	maximal	True	ISR0212_000000020780	1.0		2	2	False	False	0.9802095293998718	0					non-mobilizable	no_good_hit	481.0	76.09100000000001	28.0	0.006629880328575201	NZ_VNHS01000021.1	firmicutes	Paenibacillus methanolicus strain BL24 Ga0116934_121, whole genome shotgun sequence	True	True
ISR0176_000000007914	4083	0.8906981627908921	5	5	4	4	5	False	119455	fragment	False	ISR0176_000000007914	0.9763117125311837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2672.0	92.59	65.0	0.1696218620908802	NZ_CABIWU010000053.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0134_000000008125	4039	0.8906981627908921	5	5	4	4	5	False	119455	fragment	False	ISR0176_000000007914	0.959810136396816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2672.0	92.852	66.0	0.1696218620908802	NZ_CABIWU010000053.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0079_000000007179	3809	0.8906981627908921	5	5	4	4	5	False	119455	fragment	False	ISR0176_000000007914	0.6334394644460772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2388.0	92.00200000000001	62.0	0.1515729265967588	NZ_CABIWU010000053.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0047_000000006005	2567	0.8906886228148738	3	2	2	2	2	False	119699	fragment	False	CHI0047_000000006005	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2570.0	88.132	99.0	0.00048204300604797785	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
CHI0042_000000005199	2273	0.8906886228148738	3	2	2	2	2	False	119692	fragment	False	CHI0042_000000005199	1.0		0	0	False	False	0.9995600581169128	0					non-mobilizable	chromosome	2277.0	88.14200000000001	99.0	0.0004270221253420731	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ISR0086_000000004277	5571	0.890686799296525	9	5	3	5	4	False	118437	maximal	True	ISR0086_000000004277	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	3246.0	99.969	70.0	0.06074276515293325	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
DEN0051_000000007811	5208	0.8906737007447193	5	3	3	3	2	True	130340	maximal	False	ENG0179_000000006063	0.9744020861408926	PS1094|PS1099|PS1100	0	0	True	True	1.0	108					non-mobilizable	no_good_hit	1699.0	97.646	52.0	0.41876543209876543	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0142_000000002991	8903	0.8906687089244075	14	4	2	2	3	False	110851	maximal	True	FIJ0142_000000002991	1.0		0	0	False	False	0.9997753500938416	0					non-mobilizable	no_good_hit	1821.0	97.85799999999999	53.0	0.0030558165568780244	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
FIJ0134_000000000761	22364	0.8906661849600169	24	17	12	13	13	True	132494	maximal	True	FIJ0134_000000000761	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2692.0	97.02799999999999	23.0	0.000753158943405605	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0095_000000006368	4525	0.8906589041943933	6	5	4	5	5	False	121731	fragment	False	ISR0380_000000002150	0.4705288655631813		0	0	False	False	0.980994462966919	0					non-mobilizable	no_good_hit	988.0	81.984	44.0	0.0002957419780741355	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0141_000000004905	7222	0.8906574067224383	7	6	5	5	6	False	77814	maximal	True	ISR0141_000000004905	1.0	PS374|PS375|PS377	5	1	False	True	1.0	0					non-mobilizable	no_good_hit	1414.0	85.07799999999999	35.0	0.0003749842647660367	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0031_000000013861	1705	0.8906546891340439	3	1	1	1	1	False	37004	maximal	True	ISR0031_000000013861	1.0		3	1	False	False	0.9929618835449219	0					non-mobilizable	no_good_hit	64.0	87.5	4.0	1.5038986782879044e-05	NZ_CP034328.1	a-proteobacteria	Tabrizicola piscis strain K13M18 chromosome, complete genome	True	False
ISR0286_000000002525	4958	0.890648691667266	5	5	5	4	4	False	35200	maximal	True	ISR0286_000000002525	1.0		2	1	False	False	0.9997982978820801	0					non-mobilizable	no_good_hit	3504.0	95.09100000000001	89.0	0.0017280143068110667	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	True	False
ISR0132_000000002638	8680	0.8906463847237703	12	8	4	5	6	True	80875	backbone	True	ISR0132_000000002638	0.985207100591716	PS397	3	1	True	True	1.0	32					non-mobilizable	no_good_hit	1808.0	95.962	54.0	0.22505916054303152	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0010_000000031672	1468	0.8906384505921041	2	2	2	2	2	False	94743	fragment	False	CAN0009_000000019043	0.9362065264720131		0	0	False	False	0.9700272679328918	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
MON0025_000000006230	4704	0.8906353026798147	4	4	3	4	2	False	93008	maximal	False	MON0061_000000007817	0.9518852182190713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	70.604	15.0	0.004448663186204714	NZ_SWAR01000010.1	b-proteobacteria	Pseudorivibacter rhizosphaerae strain C1-9 scaffold_9, whole genome shotgun sequence	True	False
CHI0036_000000005024	2164	0.8906256027528933	2	2	2	1	1	False	102249	fragment	False	DEN0081_000000003910	0.9576427255985267		0	0	False	False	1.0	0					non-mobilizable	chromosome	2164.0	99.76899999999999	100.0	0.00030552439809362946	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MON0103_000000011347	3926	0.8906209085956651	6	3	3	3	3	False	91363	fragment	False	MON0103_000000011347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0305_000000001348	8847	0.8906103330376411	11	11	7	8	9	True	130665	maximal	True	ISR0305_000000001348	1.0	PS1110	20	7	False	True	1.0	0		MOBV,MOBV			mobilizable	no_good_hit	2762.0	94.316	70.0	0.4493722484917659	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0243_000000001083	7489	0.890609298332955	10	6	5	4	5	False	122612	fragment	False	ISR0243_000000001083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2595.0	98.96	35.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0075_000000001196	2546	0.8906018644799196	5	2	1	2	2	False	16266	maximal	True	MAD0075_000000001196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000013820	1189	0.8905981205077447	2	2	0	2	0	True	23407	fragment	False	ISR0374_000000013820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0151_000000000351	22488	0.8905921016753214	20	6	3	5	2	True	111620	fragment	False	ISR0151_000000000351	1.0		0	0	False	False	0.9998666048049927	0					non-mobilizable	no_good_hit	656.0	72.104	3.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
CHI0108_000000005773	1433	0.8905789542817721	2	2	2	2	2	False	82900	fragment	False	CHI0108_000000005773	1.0		0	0	False	False	0.9993021488189697	0					non-mobilizable	plasmid	1433.0	100.0	100.0	0.005465940928141198	CP019161.1	enterobacteria	Klebsiella pneumoniae strain GN-2 plasmid pGN-2, complete sequence	False	True
MON0039_000000006296	6475	0.8905761321877674	9	6	3	4	5	False	101741	maximal	True	MON0039_000000006296	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	86.71600000000001	53.0	0.12940159861741196	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MAD0025_000000000459	16384	0.8905712594080629	22	3	3	3	3	False	19168	maximal	True	MAD0025_000000000459	1.0		1	1	False	False	0.99993896484375	0					non-mobilizable	no_good_hit	69.0	89.855	0.0	0.000709293835402107	NZ_PDYG01000008.1	firmicutes	Agathobacter ruminis strain JK623 contig000008, whole genome shotgun sequence	True	False
ISR0133_000000006596	2958	0.8905652763196972	5	3	1	2	2	True	77458	maximal	True	ISR0133_000000006596	1.0		0	0	False	False	0.9942528605461121	0					non-mobilizable	no_good_hit	2520.0	89.802	85.0	0.00038126832523207904	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
ENG0124_000000002662	10239	0.8905645070029283	15	6	3	4	3	True	59054	maximal	True	ENG0124_000000002662	1.0		1	1	False	False	0.999804675579071	0					non-mobilizable	no_good_hit	7174.0	97.616	85.0	0.04129851279274713	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0038_000000008546	3911	0.8905632386151423	6	5	3	4	5	False	98384	fragment	False	FIJ0038_000000008546	0.9721116598817812		0	0	False	False	0.9992329478263855	0					non-mobilizable	no_good_hit	332.0	81.325	8.0	0.0078562874251497	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
FIJ0027_000000004583	3802	0.8905632386151423	6	5	3	4	5	False	98384	fragment	False	FIJ0038_000000008546	0.9628338405352862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	81.325	8.0	0.0078562874251497	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
CAN0010_000000004506	2857	0.8905611389172091	3	3	3	3	2	False	102315	maximal	True	CAN0010_000000004506	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1714.0	77.188	59.0	0.006964337013173554	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ENG0180_000000002582	5644	0.8905604546704826	13	6	3	5	5	True	112130	fragment	False	ENG0180_000000002582	1.0		0	0	False	False	0.996279239654541	0					non-mobilizable	no_good_hit	2325.0	97.89200000000001	74.0	0.013368737544207265	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0026_000000010694	2800	0.8905470239788652	4	4	4	4	3	False	70843	fragment	False	SPA0026_000000010694	1.0		0	0	False	False	0.991428554058075	0					non-mobilizable	other	2794.0	97.459	99.0	0.002395815092175788	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0851_000000002147	6154	0.8905425130482016	9	4	3	3	2	False	127506	fragment	False	ISR0851_000000002147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	97.35799999999999	29.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
MON0002_000000003362	5307	0.8905420220968359	8	7	4	3	6	False	125002	maximal	True	MON0002_000000003362	1.0		1	1	False	False	0.9994347095489502	0					non-mobilizable	no_good_hit	1360.0	92.868	40.0	0.00042122710860877457	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0051_000000011535	3516	0.8905400326927491	4	2	2	2	2	False	123326	maximal	True	ISR0051_000000011535	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	74.59	14.0	0.002523273673322258	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
AST0087_000000001133	15067	0.8905395241392501	23	9	5	9	3	False	111094	fragment	False	AST0087_000000001133	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0043141922047009815	XM_034225480.1	bony fishes	PREDICTED: Gymnodraco acuticeps interferon-induced very large GTPase 1 (si:dkey-202l22.6), transcript variant X2, mRNA	True	False
USA0082_01_000000006015	4821	0.8905331912238543	6	3	2	3	1	True	68675	maximal	True	USA0082_01_000000006015	1.0		1	1	False	False	0.9975109100341797	0					non-mobilizable	no_good_hit								True	True
MAD0062_000000003941	3374	0.8905328688750613	4	3	2	3	3	True	16774	maximal	True	MAD0062_000000003941	1.0		1	1	False	False	0.999703586101532	0					non-mobilizable	no_good_hit	127.0	77.953	4.0	5.549552313554218e-05	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	True
ENG0129_000000011098	2399	0.8905269936465907	4	1	1	1	1	False	58546	maximal	True	ENG0129_000000011098	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000003259	6232	0.8905258755245551	8	3	3	3	0	True	19341	maximal	True	MAD0048_000000003259	1.0		1	1	False	False	0.9963093996047974	0					non-mobilizable	no_good_hit	411.0	94.647	7.0	0.0025096099698846803	NZ_JHWX01000007.1	euryarchaeotes	Methanobrevibacter wolinii SH T523DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	True
ENG0036_000000005517	4021	0.8905255640402361	7	3	3	3	2	False	65332	fragment	False	ENG0036_000000005517	1.0		0	0	False	False	0.9997513294219971	0					non-mobilizable	no_good_hit	527.0	87.287	13.0	0.00015548760171480612	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0217_000000016727	1355	0.8905236546386613	3	2	2	2	2	False	28083	fragment	False	ISR0217_000000016727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	75.768	43.0	0.0001568237671286028	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0167_000000022852	1201	0.8905236546386613	3	2	2	2	2	False	62651	fragment	False	ENG0067_000000020906	0.9580306698950767		0	0	False	False	0.9991673827171326	0					non-mobilizable	no_good_hit	175.0	78.857	14.0	5.6426248447055055e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
AST0026_000000003237	9084	0.8905166594063235	15	10	5	7	8	False	119588	fragment	False	AST0026_000000003237	0.9741115556601554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3452.0	94.49600000000001	54.0	0.13767334052671543	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ENG0013_000000010745	2497	0.8905054597576013	3	3	2	3	2	False	98915	fragment	False	ISR0239_000000004585	0.4691359546391425		0	0	False	False	1.0	0					non-mobilizable	chromosome	2498.0	95.87700000000001	100.0	0.0003787629774635268	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
MON0085_000000024357	1292	0.8904911795306875	1	1	1	1	1	False	124847	fragment	False	AST0012_000000016916	0.10414141414141415		0	0	False	False	0.9938080310821533	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	4.585498628076129e-06	NC_013131.1	high GC Gram+	Catenulispora acidiphila DSM 44928, complete sequence	True	False
SPA0045_000000011208	2385	0.8904865947547171	3	3	3	3	3	False	119954	fragment	False	SPA0045_000000011208	1.0		0	0	False	False	0.9937106966972351	0					non-mobilizable	other	2385.0	97.61	100.0	0.005167897015067792	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
FIJ0107_000000005674	4896	0.8904837328022669	7	5	5	3	3	False	42303	maximal	True	FIJ0107_000000005674	1.0		32	6	False	False	1.0	0					non-mobilizable	chromosome	1733.0	98.5	95.0	0.0007207196704424994	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
USA0034_01_000000005168	10774	0.8904751986370107	12	6	6	5	1	True	9543	fragment	False	USA0034_01_000000005168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	81.081	1.0	0.001030171318901527	NZ_RHNU01000012.1	firmicutes	Lactobacillus insicii strain DSM 29801 contig12, whole genome shotgun sequence	True	True
DEN0079_000000000331	36292	0.8904721553943792	31	15	8	14	7	True	104243	fragment	False	DEN0079_000000000331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
ISR0250_000000005111	2312	0.8904625666496071	4	4	3	3	2	False	98915	fragment	False	ISR0239_000000004585	0.2386016581458522		0	0	False	False	0.9978373646736145	0					non-mobilizable	chromosome	2312.0	100.0	100.0	0.00035167587019614715	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
MON0087_000000004500	9100	0.8904617691146498	10	6	2	4	5	True	9718	maximal	True	MON0087_000000004500	1.0		1	1	False	False	1.0	0	IncW				non-mobilizable	no_good_hit	2742.0	94.09200000000001	48.0	0.044567656336379304	MK231666.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_1_c1 sequence	True	True
ISR0036_000000002182	4003	0.8904616740548068	7	5	5	5	4	False	111436	fragment	False	ISR0036_000000002182	0.9861546499477534		0	0	False	False	1.0	0					non-mobilizable	other	2935.0	99.387	99.0	0.004063953947395759	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
DEN0076_000000001973	2968	0.8904597814059105	6	1	1	1	1	False	70013	fragment	False	DEN0076_000000001973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0841_000000002789	4467	0.8904479806981792	4	3	3	3	2	False	102415	maximal	True	ISR0841_000000002789	1.0		85	11	False	False	0.9944034218788147	0					non-mobilizable	no_good_hit	638.0	74.138	14.0	0.00011777338882780013	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
ISR0045_000000010575	2409	0.8904470571432264	2	2	2	2	2	True	36251	maximal	True	ISR0045_000000010575	1.0		8	5	False	False	0.9995849132537842	0					non-mobilizable	no_good_hit	1576.0	79.505	65.0	0.11916066778986062	NZ_OAOI01000069.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	True
ENG0102_000000018474	1560	0.8904432861516592	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.854303707736542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	80.342	7.0	6.253233834975498e-05	NZ_HG938354.1	a-proteobacteria	Neorhizobium galegae bv. orientalis str. HAMBI 540 plasmid pHAMBI540a, complete sequence	True	False
SPA0097_000000007750	4071	0.8904427003648905	4	2	1	2	2	False	91966	fragment	False	SPA0097_000000007750	1.0		0	0	False	False	0.9815769791603088	0					non-mobilizable	no_good_hit	295.0	98.305	25.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0301_000000009386	1966	0.8904398283547137	5	3	3	3	3	False	25562	maximal	True	ISR0301_000000009386	1.0		1	1	False	False	0.9994913339614868	0					non-mobilizable	no_good_hit	116.0	85.345	6.0	0.0020002456442019196	NZ_BAEX01000009.1	CFB group bacteria	Myroides injenensis M09-0166, whole genome shotgun sequence	True	False
CHI0164_000000014135	1473	0.8904387559015108	2	2	1	2	2	True	78370	fragment	False	CHI0164_000000014135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	766.0	78.59	57.0	0.00014437934076013062	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
FIJ0083_000000009048	3802	0.8904385823497728	5	3	2	3	3	False	44128	fragment	False	FIJ0083_000000009048	1.0		0	0	False	False	0.9931614995002747	0					non-mobilizable	no_good_hit								True	False
ISR0268_000000002039	6806	0.8904334434930791	6	5	5	5	2	True	96471	maximal	True	ISR0268_000000002039	1.0		13	5	False	False	0.9973552823066711	0					non-mobilizable	no_good_hit	2146.0	99.348	32.0	0.19510642168455522	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0165_000000009955	2152	0.8904271372666207	2	2	2	2	2	False	129925	maximal	True	ISR0165_000000009955	1.0		21	5	False	False	0.9939591288566589	0					non-mobilizable	no_good_hit	1652.0	93.09899999999999	77.0	0.9252808988764045	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
AUS0008_000000008900	2646	0.8904025161302438	4	3	2	2	3	False	101856	maximal	True	AUS0008_000000008900	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	77.283	17.0	0.0014045697439895462	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ISR0218_000000004225	3740	0.8903941274812063	4	4	4	4	4	False	120462	fragment	False	AUS0022_000000008743	0.9510283901032802		0	0	False	False	0.9994652271270752	0					non-mobilizable	other	3776.0	77.75399999999999	99.0	0.001275696978072758	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
FIJ0048_000000007407	4072	0.8903895868785894	5	4	2	4	2	True	46799	fragment	False	ISR0009_000000007679	0.6216216216216216		0	0	False	False	0.9980353713035583	0					non-mobilizable	no_good_hit	109.0	78.899	3.0	0.00021485354150254244	NZ_ML119083.1	a-proteobacteria	Histidinibacterium lentulum strain B17 Scaffold3, whole genome shotgun sequence	True	True
MON0069_000000002191	13020	0.8903885816189204	13	3	3	1	2	True	97276	fragment	False	MON0069_000000002191	1.0		0	0	False	False	0.9992319345474243	0					non-mobilizable	plasmid	13000.0	99.708	99.0	0.07000075391226615	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0297_000000007006	2058	0.8903837867760228	5	4	2	3	2	False	99147	maximal	True	ISR0297_000000007006	1.0		2	2	False	False	0.9961127042770386	0					non-mobilizable	no_good_hit	1752.0	98.23100000000001	85.0	0.06644404811596402	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	True	False
ENG0096_000000002113	12011	0.8903815954832175	8	7	5	5	7	False	123653	fragment	False	MON0082_000000001171	0.9466884209048948		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	6281.0	99.682	53.0	0.0011930292894389743	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
FIJ0002_000000017912	2029	0.8903744156893216	3	3	3	3	2	False	116799	maximal	True	FIJ0002_000000017912	1.0		3	2	False	False	0.9995071291923523	0					non-mobilizable	no_good_hit	1526.0	96.527	75.0	0.04235522844049438	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	True	False
ISR0348_000000001130	8510	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9936028121683022		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0118_000000003124	8228	0.8903739463804151	10	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9828486483056303		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0384_000000001302	8222	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9953170420764273		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.020964360587002098	XM_003667618.1	budding yeasts	Naumovozyma dairenensis CBS 421 hypothetical protein (NDAI0A02650), partial mRNA	True	True
ISR0264_000000000920	8219	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9952866902987977		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0056_000000002042	8206	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9948613573555438		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0378_000000002029	8205	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9949761602603341		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0098_000000003012	8205	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9943773224555803		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0010_000000001502	8205	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.994862965817101		0	0	True	True	0.9995124936103821	10					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0022_000000003214	8204	0.8903739463804151	10	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9937049429096697		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	77.0	98.70100000000001	2.0	0.0421987784564131	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0113_000000003826	8185	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9925466106909235		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0053_000000002525	8165	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9952939122719305		0	0	True	True	0.9995101094245911	9					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0015_000000002599	8144	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.992788850975899		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0027_000000003108	8138	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9919522523631906		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.020964360587002098	XM_003667618.1	budding yeasts	Naumovozyma dairenensis CBS 421 hypothetical protein (NDAI0A02650), partial mRNA	True	True
ISR0064_000000001811	8134	0.8903739463804151	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9915347896625918		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.020964360587002098	XM_003667618.1	budding yeasts	Naumovozyma dairenensis CBS 421 hypothetical protein (NDAI0A02650), partial mRNA	True	True
ISR0176_000000005051	6155	0.8903739463804151	8	6	3	5	4	False	111813	fragment	False	ISR0176_000000005051	1.0		0	0	False	False	0.9983752965927124	0					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0284_000000001212	6026	0.8903739463804151	9	6	3	5	4	False	119579	maximal	False	ENG0004_000000004223	0.9464996443005835		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
TAN0007_000000006009	5302	0.8903738857300358	7	4	3	4	1	False	49976	fragment	False	TAN0007_000000006009	0.9357147156595107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	82.068	11.0	0.0015038358943054535	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0090_000000011025	4936	0.8903738857300358	5	4	3	4	1	False	49976	fragment	False	TAN0007_000000006009	0.7097519582882286		0	0	False	False	0.9997974038124084	0					non-mobilizable	no_good_hit	438.0	82.19200000000001	9.0	0.0013893790397705775	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0034_000000001692	8067	0.8903727060305854	11	10	3	7	10	True	87182	maximal	True	ENG0034_000000001692	1.0	PS423	2	2	False	True	1.0	0					non-mobilizable	plasmid	8074.0	99.765	100.0	0.05054034085928597	CP025516.1	enterobacteria	Klebsiella pneumoniae strain 002SK2 plasmid p002SK2_A, complete sequence	False	True
MON0053_000000011824	3062	0.8903684417026226	3	3	3	3	3	False	128872	maximal	True	MON0053_000000011824	1.0	PS1059	0	0	False	True	0.9947746396064758	0					non-mobilizable	no_good_hit	1484.0	81.469	70.0	0.00024092469159917414	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
SPA0133_000000002516	9352	0.8903604651381214	8	8	8	7	8	False	3708	maximal	True	SPA0133_000000002516	1.0		2	1	False	False	1.0	0					non-mobilizable	other	9352.0	99.465	100.0	0.013568239495170368	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
AST0055_000000017413	2037	0.8903575301403293	3	3	2	3	1	False	113797	fragment	False	AST0055_000000017413	1.0		0	0	False	False	0.9990181922912598	0					non-mobilizable	no_good_hit	408.0	75.98	20.0	0.00012858833875642982	CP025249.1	high GC Gram+	Actinomyces sp. 432 chromosome, complete genome	True	False
FIJ0013_000000026017	1173	0.8903562317276593	2	2	1	2	1	False	50569	fragment	False	FIJ0013_000000026017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000010442	2284	0.8903497578380087	4	2	2	1	1	False	59465	fragment	False	ISR0194_000000010213	0.9701368726669433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000032938	1184	0.8903497578380087	2	2	2	1	1	False	22796	fragment	False	ISR0392_000000027231	0.9540895061728395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0050_000000017642	2087	0.8903461879581894	3	3	3	3	3	False	12655	fragment	False	MON0027_000000017958	0.9512627381479841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	74.88	20.0	0.0003564670422598121	NZ_VEHJ01000001.1	high GC Gram+	Microbacterium paludicola strain DE0063 NODE_1_length_1164203_cov_26.275795, whole genome shotgun sequence	True	False
FIJ0133_000000019497	1945	0.8903456080090777	3	2	2	1	1	False	40679	fragment	False	FIJ0133_000000019497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0016_000000000236	10583	0.8903415892892712	16	3	2	3	1	True	89713	fragment	False	CHI0016_000000000236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	96.875	1.0	0.07720588235294118	KU543759.1	bacteria	Uncultured bacterium clone TE_060101_060102_Contig_24 genomic sequence	True	True
MAD0091_000000007518	2048	0.8903370719566109	5	4	2	3	4	False	84427	fragment	False	MAD0091_000000007518	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2050.0	95.805	100.0	0.0004244166241109695	CP057038.1	enterobacteria	Escherichia coli strain RHB39-C23 chromosome, complete genome	False	False
MON0077_000000026533	1661	0.8903272545903322	2	2	2	2	2	False	10215	maximal	True	MON0077_000000026533	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	81.366	76.0	0.0011535574416446227	NZ_FNWH01000005.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	True	False
ISR0069_000000001796	11823	0.89032570147563	17	17	4	15	15	True	62803	fragment	False	ISR0069_000000001796	1.0		0	0	False	False	1.0	0			MPF_F	MOBP	mobilizable	plasmid	8801.0	97.182	100.0	0.05069311289659208	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	False	True
MAD0069_000000000432	11092	0.8903194978569224	12	6	3	4	2	True	96676	fragment	False	MAD0069_000000000432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.945	7.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0140_000000004139	7324	0.8903107197035977	11	7	0	1	7	False	117799	maximal	True	CHI0140_000000004139	1.0	PS794	1	1	False	True	0.9998634457588196	0					non-mobilizable	no_good_hit	1627.0	87.154	34.0	0.0008330410157142762	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
ISR0776_000000013043	1856	0.8903078072776209	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.8533921995998485		0	0	False	False	1.0	0					non-mobilizable	chromosome	1856.0	98.869	100.0	0.00026187805550882524	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
CHI0002_000000001261	7189	0.8903055115041145	5	5	5	5	5	False	125045	fragment	False	CHI0002_000000001261	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7100.0	95.87299999999999	99.0	0.025659659703089862	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0247_000000001678	6341	0.8903000114684806	12	1	0	1	0	True	61766	fragment	False	ISR0247_000000001678	1.0		0	0	False	False	0.9992114901542664	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00014737186834779762	CP003691.1	firmicutes	Bacillus thuringiensis MC28 plasmid pMC183, complete sequence	True	True
ENG0110_000000005939	5004	0.8903000114684806	10	1	0	1	0	True	61767	fragment	False	ENG0110_000000005939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00014737186834779762	CP003691.1	firmicutes	Bacillus thuringiensis MC28 plasmid pMC183, complete sequence	True	True
ENG0185_000000005432	4274	0.8903000114684806	7	1	0	1	0	True	61763	fragment	False	SPA0158_000000002599	0.5754994816036489		0	0	False	False	0.9878334403038025	0					non-mobilizable	no_good_hit	61.0	100.0	1.0	0.0004402538797373152	NZ_MIEH01000017.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_17, whole genome shotgun sequence	True	True
ISR0138_000000009603	3048	0.8903000114684806	5	1	0	1	0	True	38359	fragment	False	ISR0138_000000009603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00014737186834779762	CP003691.1	firmicutes	Bacillus thuringiensis MC28 plasmid pMC183, complete sequence	True	True
ISR0255_000000015039	2109	0.8903000114684806	3	1	0	1	0	True	38358	fragment	False	ISR0255_000000015039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00014737186834779762	CP003691.1	firmicutes	Bacillus thuringiensis MC28 plasmid pMC183, complete sequence	True	True
SPA0135_000000012580	1682	0.8903000114684806	3	1	0	1	0	True	82905	maximal	True	SPA0135_000000012580	0.9962465556134107		4	2	True	True	0.9940546751022339	12					non-mobilizable	plasmid	1181.0	100.0	99.0	0.7208307880268784	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	False	True
ISR0009_000000020200	1660	0.8903000114684806	2	1	0	1	0	True	38357	fragment	False	ISR0009_000000020200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00014737186834779762	CP003691.1	firmicutes	Bacillus thuringiensis MC28 plasmid pMC183, complete sequence	True	True
ISR0040_000000019648	1326	0.8903000114684806	2	1	0	1	0	True	36463	fragment	False	SPA0029_000000019695	0.9675655976676385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00014737186834779762	CP003691.1	firmicutes	Bacillus thuringiensis MC28 plasmid pMC183, complete sequence	True	True
SPA0114_000000003189	10473	0.8902996574279791	15	7	4	6	3	False	6671	maximal	True	SPA0114_000000003189	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	1.0	0.002112076307273037	LT674545.1	bacteria	Uncultured bacterium DNA fragment from Bos taurus rumen, clone 29D17 Rumen-Carbamate active on Tween 20, Impranil and pNPA substrates	True	False
ISR0161_000000002008	12528	0.8902854459967114	16	6	4	4	1	True	53588	fragment	False	ISR0161_000000002008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	0.0003886552037979977	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	True
ISR0378_000000016164	1837	0.8902807754913573	3	2	2	2	2	False	23536	fragment	False	ISR0378_000000016164	1.0		0	0	False	False	0.9123570919036865	0					non-mobilizable	no_good_hit	1167.0	93.402	64.0	0.018317780500832628	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
CHI0106_000000011275	1781	0.8902783541345798	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.5178980056814474		0	0	False	False	0.9943851828575134	0					non-mobilizable	other	1782.0	99.32700000000001	100.0	0.0024669059237600022	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0258_000000015757	1716	0.8902783541345798	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.48243814955494196		0	0	False	False	0.995920717716217	0					non-mobilizable	other	1711.0	99.29899999999999	99.0	0.0023685621165803502	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0082_000000002226	10066	0.8902750840072798	8	6	6	6	6	False	52045	fragment	False	FIJ0082_000000002226	1.0		0	0	False	False	0.9999006390571594	0					non-mobilizable	no_good_hit	3918.0	73.303	46.0	0.0007668139220835624	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
MAD0105_000000005876	5153	0.8902698041231921	8	6	4	4	3	False	113772	maximal	True	MAD0105_000000005876	1.0		1	1	False	False	0.9945662617683411	0					non-mobilizable	no_good_hit	573.0	80.279	11.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
FIJ0097_000000010271	3011	0.8902673986123106	4	2	2	2	2	True	51597	backbone	False	FIJ0063_000000008578	0.8900573472035886	PS202|PS207	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	1321.0	90.916	62.0	0.4504002784545771	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0228_000000002267	8722	0.8902671886049155	14	4	2	4	2	False	79656	backbone	True	ISR0228_000000002267	1.0	PS393	1	1	True	True	1.0	3					non-mobilizable	no_good_hit	95.0	100.0	2.0	0.00020126238620110821	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
FIJ0058_000000013213	2985	0.8902636115553829	5	2	2	2	2	False	46038	maximal	True	FIJ0058_000000013213	1.0		16	8	False	False	0.995979905128479	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000018446	2587	0.8902575302674388	5	1	1	1	1	False	52760	maximal	True	ETH0005_000000018446	1.0		2	2	False	False	0.9996134638786316	0					non-mobilizable	no_good_hit	384.0	70.833	15.0	0.00018453109226211072	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0033_000000009517	2104	0.8902575302674388	3	1	1	1	1	False	18878	fragment	False	MAD0033_000000009517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	70.90899999999999	18.0	0.00018453109226211072	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0821_000000016002	1928	0.8902575302674388	3	1	1	1	1	False	21231	fragment	False	ISR0821_000000016002	1.0		0	0	False	False	0.9979252815246582	0					non-mobilizable	no_good_hit	385.0	70.90899999999999	20.0	0.00018453109226211072	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0051_000000006968	2573	0.8902548316403855	2	1	0	1	1	False	117807	fragment	False	CHI0051_000000006968	0.9910540645663166		0	0	False	True	0.9968907833099365	0					non-mobilizable	no_good_hit	1512.0	99.934	59.0	0.000366274438698361	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
USA0033_01_000000005390	2025	0.8902548316403855	2	1	0	1	1	False	117721	fragment	False	USA0033_01_000000005390	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1643.0	99.45200000000001	100.0	0.000314519921350865	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
SPA0056_000000018272	1955	0.8902548316403855	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6828126817242604	PS794	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	99.376	82.0	0.02085748902408838	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
USA0018_01_000000012001	1898	0.8902548316403855	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6733904871347066	PS794	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1609.0	99.19200000000001	88.0	0.00030800732858233306	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	True
CHI0004_000000003596	1808	0.8902548316403855	2	1	0	1	1	False	117848	fragment	False	ISR0143_000000015062	0.9555611985779584		0	0	False	True	1.0	0					non-mobilizable	other	1809.0	99.779	100.0	0.023554241196472075	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
CHI0169_000000008509	1791	0.8902548316403855	1	1	0	1	1	False	117819	backbone	False	CHI0025_000000005592	0.9465891062929667	PS794|PS796	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1613.0	84.625	89.0	0.0008227692399348153	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
ENG0016_000000012842	1751	0.8902548316403855	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6322486652169196	PS794	0	0	False	True	0.9994288682937622	0					non-mobilizable	other	1751.0	99.714	100.0	0.0005282728616872975	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MON0046_000000019139	1750	0.8902548316403855	2	1	0	1	1	False	117734	maximal	True	MON0046_000000019139	1.0	PS794	1	1	False	True	0.99657142162323	0					non-mobilizable	no_good_hit	1560.0	100.0	89.0	0.00044889235307989393	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
USA0119_01_000000014149	1741	0.8902548316403855	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6324971433932267	PS794	0	0	False	True	0.9988512396812439	0					non-mobilizable	chromosome	1601.0	99.43799999999999	97.0	0.0003876061068687487	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
USA0102_01_000000007603	1737	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6420831419933711	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1667.0	99.94	100.0	0.00040384726331665747	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
MON0104_000000026320	1733	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6290392715417166	PS794	0	0	False	True	0.9971148371696472	0					non-mobilizable	chromosome	1733.0	97.865	100.0	0.0004198460144444482	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
CHI0138_000000008352	1712	0.8902548316403855	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.643643179384638	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1604.0	97.132	98.0	0.0003070495943516666	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
USA0117_01_000000012281	1711	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6407044561933923	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1673.0	99.223	98.0	0.00040433207395689354	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
USA0042_01_000000011236	1709	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.64034553745383	PS794	0	0	True	True	1.0	1					non-mobilizable	chromosome	1637.0	99.756	100.0	0.0003965751037131162	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
USA0145_01_000000013872	1708	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6319874986527304	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1708.0	99.53200000000001	100.0	0.0003269704663495289	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
CHI0172_000000004645	1704	0.8902548316403855	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6416946352819818	PS794	0	0	True	True	0.9994131326675415	1					non-mobilizable	chromosome	1689.0	99.941	99.0	0.00040918018035925437	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
CAN0011_000000017731	1701	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6308778508172465	PS794	0	0	False	True	0.9988242387771606	0					non-mobilizable	chromosome	1633.0	100.0	98.0	0.00039560548243264406	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ENG0132_000000011365	1688	0.8902548316403855	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6412699518688441	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1688.0	100.0	100.0	0.02197787881551349	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
CHI0078_000000009149	1681	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.638862102734518	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1683.0	97.742	100.0	0.0005077456876331625	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0147_000000014774	1681	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6321474212830775	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1666.0	99.88	99.0	0.02169126747352102	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
CHI0124_000000008775	1679	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6296491319350285	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1619.0	99.93799999999999	98.0	0.0003922118079509915	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
SPA0115_000000016520	1678	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6294918192793848	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1679.0	98.69	99.0	0.00040554410055748376	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ISR0785_000000022413	1678	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.45447792857577807	PS794	0	0	True	True	0.993444561958313	5					non-mobilizable	other	1549.0	87.669	92.0	0.0007924675013854058	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
CHI0155_000000007563	1674	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.601677193036665	PS794	0	0	False	True	0.979092001914978	0					non-mobilizable	other	1590.0	97.23299999999999	95.0	0.020688127776547376	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
USA0011_01_000000021577	1673	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6320572436330505	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1667.0	99.94	99.0	0.00040384726331665747	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ENG0131_000000015840	1658	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6245828545531354	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1582.0	100.0	100.0	0.0003832428111066239	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
CHI0129_000000015621	1639	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6306926242671782	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1639.0	99.939	100.0	0.0003970599143533523	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
CHI0109_000000011809	1638	0.8902548316403855	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.611638996628261	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1567.0	99.87200000000001	96.0	0.00045090790565947006	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
USA0037_01_000000020652	1637	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6312146549473001	PS794	0	0	True	True	1.0	1					non-mobilizable	chromosome	1637.0	99.939	100.0	0.0003965751037131162	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ENG0179_000000020167	1635	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6021303286835712	PS794	0	0	True	True	1.0	28					non-mobilizable	other	1558.0	100.0	100.0	0.0004483164809143007	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
SPA0079_000000016068	1615	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6051538581341299	PS794	0	0	True	True	1.0	25					non-mobilizable	chromosome	1563.0	100.0	100.0	0.0003786371100243811	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
SPA0034_000000021662	1615	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6051538581341299	PS794	0	0	True	True	1.0	55					non-mobilizable	chromosome	1563.0	100.0	100.0	0.0003786371100243811	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
SPA0032_000000018007	1615	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5956083136817291	PS794	0	0	True	True	1.0	15					non-mobilizable	other	1558.0	100.0	100.0	0.02028426634010344	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
SPA0033_000000019507	1615	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6051538581341299	PS794	0	0	True	True	1.0	23					non-mobilizable	chromosome	1563.0	100.0	100.0	0.0003786371100243811	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
USA0036_01_000000019827	1615	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5956083136817291	PS794	0	0	True	True	0.9832817316055298	2					non-mobilizable	other	1558.0	100.0	100.0	0.02028426634010344	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
USA0041_01_000000011095	1564	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6121659718279256	PS794	0	0	True	True	1.0	1					non-mobilizable	chromosome	1564.0	99.744	100.0	0.00037887951534449916	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
AST0100_000000008516	1563	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6024077260376492	PS794	0	0	True	True	1.0	40					non-mobilizable	chromosome	1563.0	99.80799999999999	100.0	0.0003786371100243811	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
SPA0023_000000018009	1563	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.603227187291913	PS794	0	0	True	True	1.0	52					non-mobilizable	other	1561.0	99.80799999999999	99.0	0.020323349704920595	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ISR0023_000000020528	1562	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5936036544493323	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1561.0	100.0	99.0	0.00037815229938414506	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ENG0193_000000012803	1561	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5912266372436268	PS794	0	0	True	True	1.0	10					non-mobilizable	chromosome	1561.0	97.63	100.0	0.00037815229938414506	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
USA0065_01_000000007479	1561	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.602572719658103	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1561.0	100.0	100.0	0.00037815229938414506	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ISR0775_000000012659	1561	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5912266372436268	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1561.0	97.63	100.0	0.00037815229938414506	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ISR0101_000000015126	1561	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6021113004055467	PS794	0	0	True	True	1.0	4					non-mobilizable	other	1561.0	99.936	100.0	0.020323349704920595	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ISR0192_000000011388	1560	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5934719221307668	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1560.0	100.0	100.0	0.000377909894064027	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
USA0038_01_000000009283	1560	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6020027693183351	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1560.0	99.744	100.0	0.000377909894064027	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
CHI0143_000000012464	1559	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5933513974406579	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1559.0	100.0	100.0	0.020297294128375824	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ISR0816_000000024323	1559	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5905247587756361	PS794	0	0	True	True	1.0	6					non-mobilizable	other	1559.0	100.0	100.0	0.0004486044169970973	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
USA0007_01_000000010485	1558	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5902588584801027	PS794	0	0	True	True	1.0	55					non-mobilizable	other	1558.0	100.0	100.0	0.0004483164809143007	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
MON0093_000000029321	1557	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5925214998401803	PS794	0	0	False	True	0.9993577599525452	0					non-mobilizable	chromosome	1557.0	100.0	100.0	0.00037718267810367287	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
AST0031_000000017033	1532	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.2770594358891769	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1479.0	95.402	96.0	0.0002859138917178082	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
USA0039_01_000000014932	1499	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.4127967094616199	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1499.0	100.0	100.0	0.00043132825202930154	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
CHI0160_000000021459	1498	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.41385338462663973	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	100.0	100.0	0.0016776943973748622	NZ_UYXJ01000002.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
USA0010_01_000000018587	1419	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.2123432902748682	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1419.0	100.0	100.0	0.0004082933654055738	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
ISR0268_000000014409	1398	0.8902548316403855	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.018519889813690352	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1398.0	100.0	100.0	0.01819982021652184	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
MON0058_000000041658	1287	0.8902548316403855	1	1	0	1	1	False	78119	fragment	False	MON0058_000000041658	1.0		0	0	False	False	0.9937840104103088	0					non-mobilizable	other	1231.0	98.538	96.0	0.016024179575033548	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
AST0029_000000024003	1219	0.8902548316403855	1	1	0	1	1	False	117702	fragment	False	AST0029_000000024003	1.0		0	0	False	False	0.9934372305870056	0					non-mobilizable	other	1195.0	85.774	98.0	0.0006121978364558675	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
CHI0141_000000019558	1416	0.8902519176846071	3	2	2	1	1	False	80074	maximal	True	CHI0141_000000019558	1.0		1	1	False	False	0.987994372844696	0					non-mobilizable	no_good_hit	1156.0	74.48100000000001	80.0	0.005455795171406478	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0196_000000001126	13917	0.8902407924039816	15	10	9	10	8	True	74723	maximal	True	ISR0196_000000001126	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2077.0	96.00399999999999	20.0	0.04655021638226787	NZ_QRYH01000021.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf21, whole genome shotgun sequence	True	True
ISR0802_000000015347	1202	0.8902345750474094	3	2	1	2	2	True	47597	maximal	False	ISR0364_000000015987	0.9649330764535091		0	0	False	False	0.9991680383682251	0					non-mobilizable	no_good_hit	353.0	99.43299999999999	45.0	0.1443806398687449	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
SPA0130_000000009718	3377	0.8902317308815965	5	2	2	2	2	False	3813	fragment	False	SPA0130_000000009718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	80.15899999999999	11.0	7.16905696259005e-05	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	True	False
SPA0019_000000007734	3623	0.8902230580949675	5	3	3	2	2	False	108715	fragment	False	SPA0019_000000007734	1.0		0	0	False	False	0.9839911460876465	0					non-mobilizable	no_good_hit	1085.0	98.065	52.0	0.029896850350267526	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0241_000000011331	1414	0.8902224946430626	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.38584997976097746		0	0	False	False	0.99858558177948	0					non-mobilizable	chromosome	1414.0	97.80799999999999	100.0	0.0004756075271875506	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0182_000000015414	1826	0.8902181698774403	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.09399060231248156		0	0	False	False	0.9994523525238037	0					non-mobilizable	other	1819.0	87.85	99.0	0.01212181927469445	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
FIJ0045_000000021343	1112	0.890218087170372	2	2	2	2	2	False	47011	fragment	False	ISR0797_000000008925	0.9110278699385086		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	96.05	100.0	0.0049285559020676864	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	False	False
MON0104_000000013264	3314	0.8902082965281097	6	6	2	4	3	True	25492	fragment	False	MON0104_000000013264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	80.745	82.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0196_000000015401	1417	0.8901997748338578	2	1	1	1	1	False	28972	maximal	True	ISR0196_000000015401	1.0		1	1	False	False	0.9880028367042542	0					non-mobilizable	no_good_hit	689.0	88.824	48.0	0.03764446890478811	CP031543.1	firmicutes	Lactococcus lactis subsp. cremoris strain 3107 plasmid p3107E, complete sequence	True	False
ISR0001_000000012461	2138	0.8901950739941457	3	3	3	2	1	False	38695	maximal	True	ISR0001_000000012461	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	0.0023942944472745797	NZ_UGHF01000002.1	g-proteobacteria	Haemophilus haemoglobinophilus strain NCTC1659, whole genome shotgun sequence	True	False
CHI0151_000000008503	2928	0.8901901033654229	2	2	2	2	2	False	105883	fragment	False	CHI0106_000000005843	0.6440820317926848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	75.687	18.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0034_000000005609	2721	0.8901836805812738	2	2	0	2	1	True	126918	maximal	True	MAD0034_000000005609	1.0	PS504|PS980	0	0	False	True	0.9985299706459045	0					non-mobilizable	no_good_hit	753.0	98.67200000000001	50.0	0.48293625241468124	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
CAN0008_000000004154	6630	0.8901798700306431	9	6	4	6	3	True	125250	fragment	False	CAN0022_000000004020	0.9451510141148224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	9.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
CHI0147_000000001490	11542	0.8901791721241815	13	10	2	6	6	True	111171	maximal	True	CHI0147_000000001490	1.0		9	6	False	False	0.9998267292976379	0					non-mobilizable	no_good_hit	4274.0	87.412	76.0	0.0010855177219613258	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0091_000000003831	8114	0.8901655713042094	9	5	2	3	4	False	43183	fragment	False	ISR0091_000000003831	1.0		0	0	False	False	0.9997535347938538	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.852179635651304e-07	LR738543.1	bony fishes	Neostethus bicornis genome assembly, chromosome: 3	True	False
FIJ0078_000000019708	1225	0.8901576520241994	2	2	2	2	1	True	44421	maximal	True	FIJ0078_000000019708	1.0		1	1	False	False	0.9624489545822144	0					non-mobilizable	chromosome	1229.0	89.42200000000001	100.0	0.00034074538051988724	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MAD0098_000000016854	2633	0.890157635943639	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.5965234350933681		0	0	False	False	1.0	0					non-mobilizable	other	2632.0	97.60600000000001	99.0	0.004555197357258363	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
CHI0082_000000001941	4770	0.8901553121538536	9	7	3	4	6	False	92103	maximal	True	CHI0082_000000001941	1.0		1	1	False	False	0.9966456890106201	0					non-mobilizable	no_good_hit	1631.0	95.89200000000001	89.0	0.00032532709343992885	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0367_000000001112	9068	0.8901515866304957	12	8	6	6	7	False	24534	maximal	True	ISR0367_000000001112	1.0		1	1	False	False	0.9998897314071655	0					non-mobilizable	no_good_hit	704.0	97.01700000000001	8.0	0.011938726988655663	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
MAD0041_000000008101	3666	0.8901392249589287	3	3	1	3	1	False	18282	fragment	False	MAD0041_000000008101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0015_000000003136	6691	0.8901335731890936	10	3	2	1	2	False	66879	maximal	True	ENG0015_000000003136	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	2.8365942198109175e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
CHI0162_000000005977	4615	0.8901301575469392	4	2	1	2	1	True	78586	maximal	True	CHI0162_000000005977	1.0		1	1	True	True	1.0	59					non-mobilizable	plasmid	2539.0	85.191	99.0	0.48991580184061095	LN853043.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0393	False	True
ISR0156_000000000182	63944	0.8901172158932223	91	45	13	18	40	False	118781	maximal	True	ISR0156_000000000182	1.0		1	1	False	False	0.9999217987060547	0					non-mobilizable	no_good_hit	10010.0	96.044	69.0	0.053753944576678266	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0203_000000008263	2077	0.8901102002789429	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.46223992593765445		0	0	False	False	1.0	0					non-mobilizable	other	2009.0	90.59200000000001	97.0	0.0005652066247631575	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0139_000000012711	2061	0.8901102002789429	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.51994783403876		0	0	False	False	1.0	0					non-mobilizable	other	2023.0	91.053	99.0	0.0005688731348040363	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0311_000000011155	1937	0.8901102002789429	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.47467141768288607		0	0	False	False	1.0	0					non-mobilizable	virus	1937.0	96.18	100.0	0.05162528999226687	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
SPA0022_000000010410	1271	0.8901097671915158	2	1	1	1	1	False	7669	fragment	False	SPA0022_000000010410	1.0		0	0	False	False	0.9944925308227539	0					non-mobilizable	other	1233.0	100.0	97.0	0.018852622075318674	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0255_000000030664	1128	0.8901030143679348	2	1	1	1	1	False	26858	fragment	False	ISR0255_000000030664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0204_000000003455	2875	0.890099741128259	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.951672263420234		0	0	False	False	0.9993043541908264	0					non-mobilizable	other	2875.0	100.0	100.0	0.004585984821890179	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0110_000000001561	14397	0.8900966168733778	21	16	6	10	14	False	122943	maximal	True	ENG0110_000000001561	0.9946407157564342		72	8	False	False	1.0	0					non-mobilizable	other	14397.0	99.79899999999999	100.0	0.004057980497551053	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0135_000000004105	4615	0.8900870025031463	7	3	0	1	3	True	86599	backbone	False	ISR0133_000000003791	0.8178914681208193	PS437	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	1205.0	73.444	36.0	0.0004997930806331439	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
MON0076_000000014999	3106	0.8900759416885865	5	3	0	2	2	True	10299	maximal	True	MON0076_000000014999	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	97.619	6.0	0.04082636497786522	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
MON0050_000000024738	1587	0.8900759416885865	4	3	0	2	2	True	11323	fragment	False	MON0050_000000024738	1.0		0	0	False	False	0.9653434157371521	0					non-mobilizable	no_good_hit								True	True
FIJ0163_000000001748	13326	0.8900748368955925	13	7	6	6	2	True	97619	fragment	False	FIJ0163_000000001748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.669	9.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ISR0848_000000015321	1195	0.8900704500674818	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.07298496255611349		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	91.046	100.0	0.06232694216603103	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0090_000000029399	1252	0.8900657636258811	2	1	1	1	1	False	5363	fragment	False	SPA0090_000000029399	1.0		0	0	False	False	0.9632588028907776	0					non-mobilizable	other	1233.0	99.676	98.0	0.2511722731906218	NZ_NFHU01000025.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_25, whole genome shotgun sequence	False	False
SPA0056_000000025471	1407	0.8900576780877153	3	2	2	2	1	False	6365	fragment	False	SPA0056_000000025471	1.0		0	0	False	False	0.9943141341209412	0					non-mobilizable	other	1408.0	98.15299999999999	100.0	0.009757078562859303	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
ISR0069_000000001951	11044	0.8900573145763633	12	8	6	8	5	False	49536	maximal	True	ISR0069_000000001951	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2008.0	83.367	18.0	0.01152556821454491	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0338_000000004664	4773	0.890050844848437	4	4	4	4	4	False	98963	fragment	False	ISR0338_000000004664	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4001.0	99.725	100.0	0.0007530555809252283	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0344_000000008805	3592	0.8900337943982307	7	3	2	3	2	False	24286	maximal	True	ISR0344_000000008805	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0068_000000004389	5417	0.8900247819698176	6	5	4	5	5	False	18663	fragment	False	MAD0068_000000004389	0.9937166793602437		0	0	False	False	1.0	0					non-mobilizable	other	5338.0	99.88799999999999	100.0	0.04240425870014301	NZ_UGNM01000004.1	enterobacteria	Kluyvera ascorbata strain NCTC9737, whole genome shotgun sequence	False	False
CHI0182_000000001370	14437	0.8900142568967024	21	10	8	9	9	True	126204	maximal	True	CHI0182_000000001370	0.9840330350997935		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	1606.0	73.225	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0067_000000015299	1772	0.8900077337048227	3	3	3	2	2	False	99067	fragment	False	ENG0067_000000015299	1.0		0	0	False	False	0.9954853057861328	0					non-mobilizable	other	1772.0	98.42	100.0	0.0006170770409013018	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0207_000000002457	6449	0.8900015787990163	8	2	1	2	2	True	114589	fragment	False	ENG0207_000000002457	0.9747801531166179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	1.8313326363416973e-06	AP019304.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd08	True	True
ENG0004_000000004042	6438	0.8900015787990163	9	2	1	2	2	True	114589	fragment	False	ENG0207_000000002457	0.9745390945639258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	96.70299999999999	1.0	4.192907278048453e-05	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	True	True
DEN0073_000000006648	6288	0.8900015787990163	8	2	1	2	2	True	114589	fragment	False	ENG0207_000000002457	0.9342978845125683		0	0	False	False	0.9982506632804871	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.335984873149882e-07	LR812064.1	bony fishes	Danio rerio genome assembly, chromosome: 2	True	True
AST0055_000000004781	6268	0.8900015787990163	8	2	1	2	2	True	114589	fragment	False	ENG0207_000000002457	0.9668028698639757		0	0	False	False	0.9998404383659363	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	1.8313326363416973e-06	AP019304.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd08	True	True
ENG0199_000000003669	6234	0.8900015787990163	8	2	1	2	2	True	114589	fragment	False	ENG0207_000000002457	0.9636306060810883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	1.8313326363416973e-06	AP019304.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd08	True	True
AST0059_000000002223	5946	0.8900015787990163	8	2	1	2	2	True	114589	fragment	False	ENG0207_000000002457	0.9313688709744751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	1.8313326363416973e-06	AP019304.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd08	True	True
AST0092_000000003207	5425	0.8900015787990163	6	2	1	2	2	True	114589	fragment	False	ENG0207_000000002457	0.26212099370525205		0	0	False	False	0.9972350001335144	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.647231634304023e-05	NZ_QVMD01000003.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf3, whole genome shotgun sequence	True	True
DEN0072_000000004642	4083	0.8900015787990163	5	2	1	2	2	True	70297	fragment	False	DEN0072_000000004642	1.0		0	0	False	False	0.9985305070877075	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	1.8313326363416973e-06	AP019304.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd08	True	True
SPA0053_000000016382	2035	0.8900010010027231	2	2	2	1	2	False	6476	fragment	False	SPA0053_000000016382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	91.03299999999999	28.0	0.0032981056112728713	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	True	False
SPA0111_000000021188	1618	0.8899998887114151	3	3	3	2	1	False	106731	fragment	False	SPA0111_000000021188	1.0		0	0	False	False	0.983930766582489	0					non-mobilizable	other	1613.0	98.822	99.0	0.000665761638335315	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
CHI0174_000000004093	3816	0.8899996338280025	4	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.07165891537910625		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2750.0	98.436	89.0	0.0006258855232837839	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
SPA0047_000000001587	20649	0.8899925613817521	24	6	3	6	4	False	6696	maximal	True	SPA0047_000000001587	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	73.935	2.0	0.0005518701640969039	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0118_000000005172	5562	0.8899846641639498	6	3	3	3	1	False	92557	fragment	False	SPA0118_000000005172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	76.316	3.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
ISR0006_000000005364	3592	0.8899705923636272	4	4	4	4	4	False	104458	fragment	False	ISR0006_000000005364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1627.0	77.75	45.0	0.002340452390729313	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
FIJ0142_000000006479	4700	0.8899648258369931	10	4	2	4	3	True	40218	fragment	False	FIJ0142_000000006479	1.0		0	0	False	False	0.9987233877182007	0					non-mobilizable	no_good_hit								True	True
SPA0136_000000002258	13415	0.8899603368274461	14	8	5	7	6	True	50517	maximal	True	SPA0136_000000002258	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5739.0	96.39299999999999	59.0	0.20042688687497814	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0079_000000010565	2171	0.8899598283205046	2	2	2	2	2	False	10097	fragment	False	MON0079_000000010565	1.0		0	0	False	False	0.9755873084068298	0					non-mobilizable	other	2107.0	98.766	99.0	0.00029147421318224655	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
CHI0127_000000003089	6910	0.8899590735751024	9	7	5	5	7	True	123628	fragment	False	USA0108_01_000000001009	0.33196047093944636		0	0	False	True	0.9998552799224854	0					non-mobilizable	plasmid	2791.0	98.495	90.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0073_01_000000009077	1667	0.8899577513477083	2	2	1	2	2	False	710	maximal	True	USA0073_01_000000009077	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000016103	3003	0.8899486403956852	4	2	1	2	1	True	125774	fragment	False	CAN0016_000000016103	0.9930517263901247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	89.762	51.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
DEN0063_000000005077	7225	0.8899475078833741	15	4	2	4	1	True	112980	maximal	True	DEN0063_000000005077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	92.45100000000001	53.0	0.016145039520788287	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AUS0022_000000007122	5001	0.8899431805716441	5	5	5	5	3	False	116631	fragment	False	SPA0101_000000007479	0.7207359015044078		0	0	False	False	0.9986003041267395	0					non-mobilizable	chromosome	4991.0	99.92	99.0	0.0009571665567655023	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
CHI0121_000000001764	4673	0.8899431805716441	5	5	5	5	3	False	116631	fragment	False	SPA0101_000000007479	0.6759260956023656		0	0	False	False	0.9997860193252563	0					non-mobilizable	chromosome	4673.0	100.0	100.0	0.000896348397115339	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
CHI0083_000000002239	4461	0.8899431805716441	5	5	5	5	3	False	116631	fragment	False	SPA0101_000000007479	0.5345934310799892		0	0	False	False	1.0	0					non-mobilizable	chromosome	4461.0	99.126	100.0	0.000872799800860745	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0327_000000005277	4457	0.8899431805716441	5	5	5	5	3	False	116631	fragment	False	SPA0101_000000007479	0.5956757588543183		0	0	False	False	0.9982050657272339	0					non-mobilizable	other	4457.0	99.103	100.0	0.0009261378078924982	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ENG0030_000000004945	4313	0.8899431805716441	5	5	5	5	3	False	116631	fragment	False	SPA0101_000000007479	0.5321045367370874		0	0	False	False	0.9995362758636475	0					non-mobilizable	chromosome	4313.0	99.977	100.0	0.0008272804555567941	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0023_000000001248	12685	0.8899377836947633	19	9	6	8	4	True	69651	maximal	False	DEN0079_000000001916	0.9116229706963459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	95.765	12.0	0.0012211236885258951	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
MON0091_000000004379	2829	0.8899354749263141	4	3	2	2	3	False	9492	fragment	False	MON0091_000000004379	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2726.0	93.14	95.0	0.0011043061826471062	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	False
ENG0042_000000012744	2029	0.8899291056796208	3	2	2	2	1	False	64697	fragment	False	ENG0042_000000012744	1.0		0	0	False	False	0.9837358593940735	0					non-mobilizable	no_good_hit	124.0	83.065	6.0	0.004732225300092336	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
CHI0188_000000008428	1797	0.8899260684586702	2	1	1	1	1	False	77026	maximal	True	CHI0188_000000008428	1.0		10	5	False	False	1.0	0					non-mobilizable	other	1381.0	92.61399999999999	100.0	0.0004150024906172695	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
AST0025_000000005118	5992	0.8899244951754632	10	9	3	3	8	True	120545	backbone	False	ISR0774_000000003808	0.9849773243164124	PS472|PS846	0	0	True	True	1.0	129	rep_cluster_1085	MOBB			mobilizable	plasmid	3100.0	99.71	100.0	0.5222446916076845	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
ENG0087_000000019634	1318	0.8899202345394684	3	2	0	2	2	True	61354	fragment	False	ENG0087_000000019634	1.0		0	0	False	False	0.9946889281272888	0	Inc11				non-mobilizable	other	1319.0	98.33200000000001	100.0	0.0005962252338080516	FR873482.1	firmicutes	Streptococcus salivarius JIM8777 complete genome	False	True
DEN0067_000000013652	2445	0.889909049659001	4	4	4	4	3	False	70842	fragment	False	DEN0067_000000013652	1.0		0	0	False	False	0.9983640313148499	0					non-mobilizable	other	2455.0	98.045	100.0	0.0021056733862799028	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MAD0054_000000003531	3729	0.8898962123311063	4	3	2	3	3	False	19944	maximal	True	MAD0054_000000003531	1.0		2	1	False	False	0.9946366548538208	0					non-mobilizable	chromosome	2418.0	99.462	92.0	0.0012943573090220507	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
SPA0090_000000023271	1561	0.8898958099524451	2	2	2	2	1	False	120841	fragment	False	USA0036_01_000000018198	0.9225626740947075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1230.0	90.73200000000001	79.0	0.07705834327702066	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	True	False
CHI0147_000000004724	4045	0.8898804757602358	5	4	3	4	1	False	79671	fragment	False	CHI0147_000000004724	1.0		0	0	False	False	0.9995055794715881	0					non-mobilizable	no_good_hit	539.0	78.293	23.0	0.00018397038933204703	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
SPA0007_000000011750	2176	0.8898782668719132	3	2	2	2	1	True	8207	maximal	True	SPA0007_000000011750	1.0		0	0	False	False	0.9875919222831726	0					non-mobilizable	no_good_hit	469.0	96.802	22.0	0.00013098416407054	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
CAN0017_000000009952	3694	0.8898730640257491	5	4	4	4	2	False	121265	backbone	False	ENG0073_000000006947	0.9510030307621853	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3577.0	96.45	100.0	0.0007386475043941778	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CAN0016_000000012917	3694	0.8898730640257491	5	4	4	4	2	False	121265	backbone	False	ENG0073_000000006947	0.9510030307621853	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3577.0	96.45	100.0	0.0007386475043941778	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CAN0018_000000009322	3674	0.8898730640257491	4	4	4	4	2	False	121265	backbone	False	ENG0073_000000006947	0.9494487299054946	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3577.0	96.45	99.0	0.0007386475043941778	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0091_000000018713	1583	0.8898684499386921	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.2841889581536772		0	0	False	False	0.998736560344696	0					non-mobilizable	other	1583.0	97.28399999999999	100.0	0.0004918464244538203	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0136_000000011676	3371	0.8898601425660434	4	4	4	4	4	False	102818	maximal	True	SPA0136_000000011676	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	81.215	80.0	0.00015947794295664998	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0046_000000012793	1476	0.8898536825847653	4	2	2	1	1	False	64424	fragment	False	ENG0046_000000012793	1.0		0	0	False	False	0.9905149340629578	0					non-mobilizable	no_good_hit	214.0	74.766	14.0	6.26248168299378e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0203_000000005644	2912	0.8898432150658812	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.1274419209262722	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2912.0	98.83200000000001	100.0	0.0005081090610455247	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0341_000000012183	1165	0.8898426911859859	3	1	1	1	1	False	24342	fragment	False	ISR0341_000000012183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000014853	1285	0.8898402896537602	1	1	1	1	1	False	2912	fragment	False	TAN0005_000000014853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	76.923	9.0	0.0016971862438588657	NZ_QSLN01000010.1	firmicutes	Ammonifex thiophilus strain SR NODE_10_length_67170_cov_29.962039, whole genome shotgun sequence	True	False
FIJ0038_000000013275	2592	0.8898349500310574	3	2	2	2	2	False	47665	maximal	True	FIJ0038_000000013275	1.0		2	1	False	False	0.9969135522842407	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.415232290186469e-06	NC_021177.1	high GC Gram+	Streptomyces fulvissimus DSM 40593, complete sequence	True	False
MAD0040_000000002575	7684	0.8898140823290391	5	4	3	4	2	True	52976	maximal	True	MAD0040_000000002575	1.0	PS219	1	1	False	True	0.9997397065162659	0					non-mobilizable	no_good_hit	1522.0	86.137	20.0	0.04086848902281533	NZ_CBYM010000034.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
MON0090_000000009628	5538	0.8898092845110382	4	3	3	3	1	False	63147	fragment	False	MON0090_000000009628	1.0		0	0	False	False	0.9998194575309753	0					non-mobilizable	no_good_hit	427.0	96.721	13.0	0.00012616708253429982	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0027_000000020443	1251	0.8898006752755168	2	1	1	1	1	False	45670	fragment	False	FIJ0062_000000024049	0.7032692079734161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	7.560779213905785e-05	NZ_LDCN01000005.1	firmicutes	Brevibacillus formosus strain DSM 9885 Scaffold5, whole genome shotgun sequence	True	False
FIJ0152_000000003713	5811	0.8897801083018343	7	5	5	4	3	True	78546	maximal	True	FIJ0152_000000003713	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	9.756431720027775e-06	NZ_CP010803.1	a-proteobacteria	Martelella endophytica strain YC6887 chromosome, complete genome	True	True
MAD0105_000000029144	1341	0.8897698133109698	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.06000923697935851		0	0	False	False	0.991051435470581	0					non-mobilizable	other	1319.0	94.39	98.0	0.00039851238170108546	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MAD0014_000000013603	2351	0.8897694975187748	2	2	2	2	2	False	19509	maximal	True	MAD0014_000000013603	1.0		2	2	False	False	0.9991493225097656	0					non-mobilizable	no_good_hit	96.0	94.792	6.0	3.227545709691437e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0122_000000011873	2285	0.8897655761619491	5	4	4	4	2	False	113009	fragment	False	ENG0152_000000010159	0.9621794871794871		0	0	False	False	1.0	0					non-mobilizable	other	2285.0	99.912	100.0	0.002888462842024858	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0165_000000003610	4885	0.8897626036230999	5	4	4	4	4	False	30257	maximal	True	ISR0165_000000003610	1.0		3	1	False	False	0.9997953176498413	0					non-mobilizable	no_good_hit	1479.0	98.715	65.0	0.0045708135924491895	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0796_000000008788	2598	0.8897428043241725	3	1	1	1	1	False	21958	fragment	False	ISR0796_000000008788	1.0		0	0	False	False	0.9980754256248474	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.37525677740641e-07	LR812496.1	bony fishes	Danio aesculapii genome assembly, chromosome: 17	True	False
MON0105_000000035183	1551	0.8897428043241725	3	1	1	1	1	False	8713	fragment	False	MON0105_000000035183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0069_000000040372	1310	0.8897428043241725	2	1	1	1	1	False	10470	fragment	False	MON0069_000000040372	1.0		0	0	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000050240	1252	0.8897428043241725	2	1	1	1	1	False	69432	fragment	False	DEN0079_000000050240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000006489	3330	0.8897387400051854	5	5	3	5	3	True	124683	fragment	False	ISR0024_000000006489	1.0		0	0	False	False	0.9927927851676941	0					non-mobilizable	no_good_hit	2282.0	82.691	89.0	0.0007061931584504567	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0080_000000009237	4545	0.8897368884488408	5	4	4	4	3	False	12514	fragment	False	MON0080_000000009237	0.9844609132201769		0	0	False	False	0.999779999256134	0					non-mobilizable	no_good_hit	2997.0	86.42	89.0	0.0012920854562774324	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
CHI0045_000000006982	2960	0.8897179484125219	5	3	2	2	3	True	118129	fragment	False	CHI0011_000000001849	0.9624331971078277		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	2939.0	99.932	100.0	0.3557331396052791	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
ENG0135_000000001845	8984	0.889714352677646	8	8	4	4	8	True	107458	fragment	False	ENG0135_000000001845	0.9957532145806299		0	0	False	False	0.9998887181282043	0					non-mobilizable	other	9007.0	95.637	100.0	0.22074696958520815	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0135_000000010132	1932	0.8897140151355891	3	2	2	2	1	False	70711	fragment	False	ISR0807_000000006040	0.7856250974815406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0049_000000008650	1979	0.8897052120370859	3	3	3	2	1	True	118528	fragment	False	ISR0066_000000016192	0.9752246344784666		0	0	False	False	0.9989894032478333	0					non-mobilizable	chromosome	1659.0	76.37100000000001	90.0	0.0004553385522850286	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	False	True
FIJ0041_000000023029	1632	0.8897052120370859	3	3	3	2	1	True	118509	fragment	False	FIJ0041_000000023029	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	98.529	100.0	0.05819142479740102	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
MAD0091_000000009923	1630	0.8897052120370859	3	3	3	2	1	True	118491	fragment	False	ISR0832_000000007637	0.6516460986781085		0	0	False	False	0.9883435368537903	0					non-mobilizable	other	1630.0	95.89	100.0	0.0026036835404978347	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	True
ISR0089_000000003371	6268	0.8897034064023678	11	3	1	3	1	False	33762	maximal	True	ISR0089_000000003371	1.0		1	1	True	True	0.9984046220779419	14					non-mobilizable	no_good_hit								True	True
CHI0098_000000001236	6689	0.8896996846096171	11	9	3	6	9	False	118181	fragment	False	CHI0098_000000001236	1.0		0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	other	3641.0	95.303	97.0	0.43952052306574646	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
CHI0069_000000003875	2555	0.8896982010861972	2	2	2	2	1	False	85062	maximal	True	CHI0069_000000003875	1.0		35	7	False	False	1.0	0					non-mobilizable	no_good_hit	1756.0	99.374	69.0	0.0007289574288861531	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0172_000000007877	3266	0.8896859855562963	4	2	1	2	1	True	97546	maximal	True	FIJ0172_000000007877	0.9546983792269046		1	1	True	True	1.0	7					non-mobilizable	no_good_hit	885.0	90.62100000000001	41.0	0.32460732984293195	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
SPA0030_000000002606	10082	0.8896853992348006	7	6	5	5	4	False	119751	fragment	False	SPA0103_000000001197	0.6996661082564055		0	0	False	False	0.9999008178710938	0					non-mobilizable	other	7799.0	99.551	100.0	0.0012456150691629445	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
USA0062_01_000000002713	9880	0.8896853992348006	7	6	5	5	4	False	119751	fragment	False	SPA0103_000000001197	0.6943991176505044		0	0	False	False	1.0	0					non-mobilizable	other	7723.0	99.54700000000001	100.0	0.0012334751941621258	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0174_000000005055	5410	0.8896848824828826	8	3	1	2	3	False	123186	maximal	False	USA0047_01_000000006275	0.7725442973130188	PS879|PS883|PS884	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	1196.0	94.23100000000001	49.0	0.2037322376305427	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0169_000000003411	6195	0.8896808757113642	8	6	4	6	5	False	45244	maximal	True	FIJ0169_000000003411	0.9987656497972139		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2027.0	91.465	49.0	0.0006221966153748517	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0011_000000001777	16182	0.8896687598087842	16	15	6	4	14	False	93528	maximal	True	MON0011_000000001777	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	14418.0	90.678	99.0	0.005607918032665509	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
MON0037_000000001480	16182	0.8896687598087842	16	15	6	4	14	False	93528	maximal	False	MON0011_000000001777	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	14418.0	90.678	99.0	0.005607918032665509	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
MON0101_000000012783	4477	0.889654246541433	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.13097986691390606	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	2941.0	100.0	100.0	0.5239707716984495	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0068_000000011642	1386	0.8896538609214868	2	2	2	1	1	False	110610	fragment	False	CHI0068_000000011642	1.0		0	0	False	False	0.9992784857749939	0					non-mobilizable	other	1333.0	94.899	96.0	0.053546284748762926	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
SPA0019_000000000598	23222	0.8896529189865391	29	12	4	12	2	True	118919	fragment	False	SPA0089_000000000589	0.47296989163518616		0	0	False	False	1.0	0					non-mobilizable	other	13249.0	100.0	100.0	0.00354771079194449	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0139_000000000660	21520	0.8896529189865391	25	12	4	12	2	True	118919	fragment	False	SPA0089_000000000589	0.33647300988599393		0	0	False	False	0.9999535083770752	0					non-mobilizable	other	13249.0	99.947	100.0	0.00354771079194449	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0125_000000002090	10228	0.8896512058720938	8	6	6	4	4	False	102633	maximal	True	ENG0125_000000002090	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2841.0	92.573	34.0	0.11764949821680351	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ENG0054_000000005982	4167	0.8896459589725801	6	2	2	1	2	False	106216	fragment	False	ENG0054_000000005982	1.0		0	0	False	False	0.9990400671958923	0					non-mobilizable	no_good_hit	705.0	93.191	34.0	0.04204796937615886	NZ_LBBT01000224.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig237, whole genome shotgun sequence	True	False
ISR0159_000000010208	2535	0.8896459589725801	4	2	2	1	2	False	30481	fragment	False	ISR0159_000000010208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	83.82	45.0	0.018911102728530114	NZ_NOJZ02000023.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_23_length_39765_cov_670.101, whole genome shotgun sequence	True	False
CHI0165_000000008169	1999	0.8896390497287715	4	2	2	2	1	False	112453	fragment	False	ISR0328_000000011990	0.3549593990404894		0	0	False	False	0.9989994764328003	0					non-mobilizable	other	1997.0	98.698	99.0	0.006325263024464444	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0113_000000009066	3104	0.8896345224251471	5	3	2	3	2	False	59618	maximal	True	ENG0113_000000009066	1.0		1	1	False	False	0.9980670213699341	0					non-mobilizable	no_good_hit	128.0	89.06200000000001	4.0	0.0012138706224193302	MN990731.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-4 genomic sequence	True	False
ISR0358_000000012348	1588	0.8896332396239585	3	2	1	2	2	False	80246	fragment	False	CHI0140_000000016507	0.4752400568881863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000022230	1262	0.8896332396239585	3	2	1	2	2	False	41986	fragment	False	FIJ0112_000000022230	0.9602704987320372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0111_000000008203	2435	0.8896272647061039	3	3	3	3	3	False	106832	fragment	False	AST0111_000000008203	1.0		0	0	False	False	0.9958932399749756	0					non-mobilizable	no_good_hit	1328.0	87.274	54.0	0.017861723528061674	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
MON0004_000000003501	7502	0.8896176565222714	9	5	3	5	3	True	60206	maximal	True	MON0004_000000003501	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	72.185	12.0	0.0003655391641201181	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ISR0185_000000017844	1839	0.8896129824519289	2	2	1	2	0	True	29390	fragment	False	ISR0185_000000017844	1.0		0	0	False	False	0.9945622682571411	0					non-mobilizable	no_good_hit	55.0	92.727	3.0	2.3229292400690392e-05	CP026082.1	firmicutes	Streptococcus agalactiae strain YZ1605 chromosome, complete genome	True	True
SPA0018_000000002905	8463	0.889612047858625	15	8	5	8	6	False	7811	maximal	True	SPA0018_000000002905	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	96.512	2.0	0.0008712319219376198	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
CHI0107_000000001102	9967	0.8896117616540555	7	7	6	4	7	False	86693	fragment	False	CHI0107_000000001102	0.9960780370072406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7948.0	98.704	80.0	0.14385545658628432	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
ISR0160_000000002808	8389	0.889609839034747	6	5	4	5	5	False	99794	maximal	True	ISR0160_000000002808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	76.944	4.0	0.00021897095882367332	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ISR0820_000000002501	6533	0.8896088562085671	7	4	1	4	1	True	34770	fragment	False	ISR0820_000000002501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	89.17200000000001	2.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0226_000000002956	2398	0.8895984903902626	3	3	1	3	1	True	27650	fragment	False	ISR0226_000000002956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.000360894705047034	CP043640.1	a-proteobacteria	Sphingomonas sp. NBWT7 plasmid unnamed1, complete sequence	True	True
MON0101_000000005837	8277	0.8895950763322287	10	6	5	6	2	False	96802	maximal	False	MON0046_000000002062	0.6235690196422877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	92.698	12.0	0.006337978172054809	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
MON0069_000000025608	1975	0.8895852167549259	3	3	3	2	2	False	10489	maximal	True	MON0069_000000025608	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	285.0	72.281	14.0	0.005932509728040145	NZ_KI911635.1	high GC Gram+	Promicromonospora kroppenstedtii DSM 19349 ProkrDRAFT_PKA.163, whole genome shotgun sequence	True	False
ISR0137_000000000477	41289	0.8895830063777899	41	30	20	29	15	True	98522	fragment	False	SPA0118_000000000376	0.9571577852816606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8960.0	99.721	22.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
USA0031_01_000000008353	3580	0.8895802317274157	6	5	4	5	2	False	56483	fragment	False	ENG0160_000000005826	0.9763242375601926		0	0	False	False	0.9910614490509033	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000006976	3829	0.8895795620702434	6	4	3	4	3	False	75927	fragment	False	ISR0020_000000005117	0.9481832139201638		0	0	False	True	0.9989553689956665	0					non-mobilizable	no_good_hit	662.0	77.492	33.0	0.00018463800552733682	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0177_000000009467	2844	0.8895794535361676	3	2	1	2	1	False	55534	maximal	True	ENG0177_000000009467	1.0		1	1	False	False	0.99964839220047	0					non-mobilizable	no_good_hit	659.0	96.965	37.0	0.00010130811008485172	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
ENG0038_000000011673	2057	0.8895791813829472	2	1	1	1	1	False	65078	fragment	False	ENG0038_000000011673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0145_000000012682	2358	0.8895788183531276	3	3	3	2	3	False	106113	fragment	False	ISR0386_000000013176	0.95561850802644		0	0	False	False	1.0	0					non-mobilizable	chromosome	2359.0	97.669	100.0	0.0008074826958205491	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
MAD0039_000000006682	2126	0.8895783350635686	3	2	1	2	2	False	42386	fragment	False	MAD0039_000000006682	1.0		0	0	False	False	0.9877704381942749	0					non-mobilizable	other	2140.0	88.87899999999999	100.0	0.004464313718930154	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0174_000000001332	12003	0.8895762349177329	15	10	5	7	8	True	104920	maximal	True	CHI0174_000000001332	1.0	PS620	5	1	True	True	0.999916672706604	13					non-mobilizable	no_good_hit	2175.0	97.333	61.0	0.17507059298104075	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0181_000000001573	12003	0.8895762349177329	15	10	5	7	8	True	104920	maximal	False	CHI0174_000000001332	1.0	PS620	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	2175.0	97.333	61.0	0.17507059298104075	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0019_01_000000007932	3696	0.8895587982292648	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9516730145865706	PS849	0	0	False	True	0.9997294545173645	0					non-mobilizable	other	3552.0	99.24	97.0	0.014510401641052464	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
FIJ0121_000000004353	5910	0.8895544754588355	8	6	6	4	4	False	90795	fragment	False	FIJ0121_000000004353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2605.0	94.088	44.0	0.005338746656869044	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ISR0373_000000002271	5633	0.8895464675970315	9	7	2	3	6	False	132470	backbone	False	CAN0001_000000008257	0.997721552850157	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998224973678589	8	rep_cluster_870	MOBV			mobilizable	plasmid	5200.0	99.82700000000001	100.0	0.9292225201072386	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
SPA0133_000000001548	14848	0.8895427935205076	15	13	8	11	12	False	14796	maximal	True	SPA0133_000000001548	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	8856.0	97.87700000000001	60.0	0.49654978962131835	NZ_JAAIPV010000059.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_59_length_17825_cov_128.281, whole genome shotgun sequence	True	False
AUS0024_000000015785	2058	0.8895374130309445	2	2	2	2	2	False	98899	fragment	False	AUS0024_000000015785	1.0		0	0	False	False	0.9834790825843811	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	4.0	4.0699691967594475e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
CHI0038_000000000827	11916	0.8895325240341996	17	17	5	10	15	True	132521	backbone	False	USA0060_01_000000001071	0.5162859280256904	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	11916.0	99.27	100.0	0.16103825875354874	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
MON0078_000000029540	1575	0.8895311363395944	2	2	2	2	2	False	10151	maximal	True	MON0078_000000029540	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	75.044	35.0	0.0010517030804722486	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0316_000000016251	1353	0.8895290570191104	2	2	1	2	2	True	25198	fragment	False	ISR0316_000000016251	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1353.0	100.0	100.0	0.010268874373385995	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
AST0061_000000011062	3670	0.8895259767464849	4	4	4	4	4	False	118976	fragment	False	AST0093_000000004458	0.18386346004654772		0	0	False	False	1.0	0					non-mobilizable	other	3672.0	87.90799999999999	100.0	0.05732554120715116	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
SPA0098_000000025605	1497	0.8895109326201978	2	1	1	1	1	False	69411	fragment	False	SPA0098_000000025605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	100.0	8.0	2.9911704082040448e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0055_000000005371	2585	0.8895090548245508	3	3	3	3	3	False	88256	fragment	False	FIJ0055_000000005371	0.9774383364011294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	71.89699999999999	16.0	0.004173046323816386	NZ_RLIH01000007.1	firmicutes	Anaerosphaera multitolerans strain GS7-6-2, whole genome shotgun sequence	True	False
FIJ0006_000000020785	1816	0.8895047968571372	3	2	2	2	2	False	51705	fragment	False	FIJ0006_000000020785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	95.652	3.0	2.0906838495596414e-06	LN590693.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG3, chromosome: 3	True	False
ENG0071_000000007459	2802	0.889503621982433	8	2	0	2	0	True	62297	fragment	False	ENG0071_000000007459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000003823	7475	0.8895012480154285	8	5	3	4	3	True	116395	maximal	True	FIJ0088_000000003823	1.0	PS612|PS775	2	1	True	True	1.0	1					non-mobilizable	no_good_hit	904.0	93.363	28.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0777_000000001056	14059	0.8894874585836607	16	12	6	6	10	True	123845	maximal	True	ISR0777_000000001056	1.0	PS486|PS905|PS907	1	1	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2184.0	97.711	45.0	0.23536388140161726	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ENG0083_000000013095	1707	0.8894735111867759	5	3	2	2	1	False	61562	fragment	False	ENG0083_000000013095	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	95.96799999999999	7.0	4.355797087848637e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0144_000000003763	8018	0.8894733914795109	9	8	5	7	5	True	129234	fragment	False	FIJ0144_000000003763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1795.0	96.045	34.0	0.005854002355958584	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
CAN0016_000000015928	3032	0.8894566517131118	4	4	4	3	3	False	132012	fragment	False	DEN0067_000000010452	0.4674769797327879		0	0	False	False	1.0	0					non-mobilizable	other	3032.0	98.48299999999999	100.0	0.02905928823439178	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
CHI0141_000000005496	5015	0.8894523937596079	4	4	4	4	4	False	80146	fragment	False	CHI0141_000000005496	1.0		0	0	False	False	0.9996011853218079	0					non-mobilizable	other	2750.0	98.473	99.0	0.0023589035733783824	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0014_000000024209	1446	0.8894471544090973	3	3	1	1	3	False	38008	maximal	True	ISR0014_000000024209	1.0		0	0	False	False	0.9868602752685547	0					non-mobilizable	plasmid	949.0	95.04700000000001	100.0	0.05463662036770215	CP049099.1	firmicutes	Weissella confusa strain N17 plasmid p2, complete sequence	False	True
MAD0070_000000003559	4854	0.8894468953954873	4	3	1	3	1	True	16384	maximal	True	MAD0070_000000003559	1.0	PS18	1	1	True	True	0.9995879530906677	3					non-mobilizable	no_good_hit								True	True
AST0029_000000005181	5993	0.8894468785883297	10	8	3	3	7	True	120545	backbone	False	ISR0774_000000003808	0.9850977433851282	PS472|PS846	0	0	True	True	1.0	50	rep_cluster_1085	MOBB			mobilizable	plasmid	5244.0	99.92399999999999	100.0	0.8835524098415908	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
ISR0351_000000002115	5372	0.8894468785883297	9	8	3	3	7	True	120545	backbone	False	ISR0774_000000003808	0.7438621988584883	PS472|PS846	0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	4874.0	99.91799999999999	100.0	0.8211998651836873	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
MAD0041_000000003697	6582	0.8894461979554934	5	3	2	3	2	False	106540	fragment	False	MAD0041_000000003697	1.0		0	0	False	False	0.992707371711731	0					non-mobilizable	no_good_hit	1571.0	77.339	24.0	0.0005657466453191113	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
FIJ0014_000000009386	2568	0.8894398504907493	4	2	2	1	2	False	50496	maximal	True	FIJ0014_000000009386	1.0		1	1	False	False	0.9980529546737671	0					non-mobilizable	no_good_hit	585.0	82.735	23.0	0.00409306789552797	NZ_FOJY01000008.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
SPA0007_000000005874	4025	0.8894371518939428	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.5054898452011631		0	0	False	False	0.9997515678405762	0					non-mobilizable	chromosome	4025.0	99.553	100.0	0.0008125479699123018	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0036_000000009464	2509	0.8894308728122391	2	2	2	2	2	False	72936	fragment	False	DEN0045_000000013640	0.9542564221370249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007770632368703108	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	False
ISR0830_000000016651	1769	0.8894296470625497	3	2	1	2	1	False	21041	fragment	False	ISR0830_000000016651	1.0		0	0	False	False	0.9988694190979004	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000024717	1601	0.8894296470625497	2	2	1	2	1	False	78278	fragment	False	MAD0107_000000024717	1.0		0	0	False	False	0.99750155210495	0					non-mobilizable	no_good_hit								True	False
CHI0165_000000013272	1289	0.8894296470625497	2	2	1	2	1	False	78277	fragment	False	FIJ0050_000000020357	0.6175608699270504		0	0	False	False	0.9992241859436035	0					non-mobilizable	no_good_hit								True	False
FIJ0050_000000020357	1269	0.8894296470625497	2	2	1	2	1	False	78277	fragment	False	FIJ0050_000000020357	0.6205084127106607		0	0	False	False	0.9960598945617676	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000025023	1217	0.8894296470625497	2	2	1	2	1	False	78277	fragment	False	FIJ0050_000000020357	0.15862222280409505		0	0	False	False	0.9991782903671265	0					non-mobilizable	no_good_hit								True	False
MAD0026_000000012128	1194	0.8894296470625497	2	2	1	2	1	False	78277	fragment	False	FIJ0050_000000020357	0.4754048485315046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0052_000000032082	1177	0.8894296470625497	2	2	1	2	1	False	78277	fragment	False	FIJ0050_000000020357	0.4716475077636459		0	0	False	False	0.9898045659065247	0					non-mobilizable	no_good_hit								True	False
FIJ0039_000000019810	1159	0.8894296470625497	2	2	1	2	1	False	78277	fragment	False	FIJ0050_000000020357	0.47053595496863587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0108_000000022113	1116	0.8894296470625497	2	2	1	2	1	False	78277	fragment	False	FIJ0050_000000020357	0.31017429915123085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0033_000000007150	3670	0.8894272504932607	4	4	4	4	4	False	118985	fragment	False	ENG0033_000000007150	1.0		0	0	False	False	0.9991825819015503	0					non-mobilizable	other	3685.0	98.56200000000001	100.0	0.0015736938533243855	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
MAD0061_000000004773	3396	0.88941806409061	7	4	3	4	2	True	16828	maximal	True	MAD0061_000000004773	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.665177027381372e-05	NZ_JAAGWH010000013.1	high GC Gram+	Modestobacter muralis strain DSM 100205 Scaffold2_2, whole genome shotgun sequence	True	True
DEN0089_000000008845	2175	0.8894139913193737	3	2	2	2	2	False	120666	maximal	False	DEN0018_000000016379	0.48273512039981825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0103_000000016060	1837	0.8894138244237181	3	1	1	1	1	False	108214	maximal	True	ISR0103_000000016060	1.0		3	1	False	False	0.9978225231170654	0					non-mobilizable	no_good_hit	131.0	81.679	7.0	0.0013678307256868088	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0134_000000028869	1327	0.8894138244237181	2	1	1	1	1	False	58151	fragment	False	ENG0134_000000028869	1.0		0	0	False	False	0.9977392554283142	0					non-mobilizable	no_good_hit	131.0	80.916	10.0	0.0013678307256868088	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
DEN0096_000000029734	1524	0.88940877435994	4	2	2	2	1	True	75858	fragment	False	SPA0132_000000025965	0.9764729447891654		0	0	False	False	1.0	0					non-mobilizable	other	1524.0	99.67200000000001	100.0	0.0034495801840531094	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
DEN0067_000000021403	1567	0.8894060202493002	3	2	2	1	1	False	70941	fragment	False	DEN0066_000000021506	0.9617437722419928		0	0	False	False	0.993618369102478	0					non-mobilizable	no_good_hit	1326.0	79.789	84.0	0.0031934619875008583	NZ_FNRI01000003.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
CHI0129_000000017012	1524	0.8894018455527734	2	1	1	1	1	False	81187	fragment	False	CHI0129_000000017012	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1457.0	87.92	95.0	0.003118521153028739	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0020_000000002152	10104	0.8893912420342315	11	7	3	5	5	True	97433	maximal	True	SPA0020_000000002152	1.0		1	1	True	True	1.0	115					non-mobilizable	no_good_hit	1525.0	85.574	33.0	0.14503962570419174	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
MON0042_000000022213	1159	0.889384313349417	3	2	2	2	2	False	11706	fragment	False	MON0042_000000022213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	88.0	6.0	0.0028373896015665588	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MON0019_000000035881	1874	0.8893784532545846	3	3	3	3	3	False	95837	fragment	False	ENG0037_000000014990	0.24715608465608463		0	0	False	False	0.9951974153518677	0					non-mobilizable	chromosome	1874.0	98.506	100.0	0.00026422659802044594	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0014_000000004045	3827	0.8893690942333281	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9792669256972678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	92.86399999999999	75.0	0.0003586277158914618	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ISR0016_000000000705	19049	0.8893627198958667	18	9	7	9	3	True	106298	fragment	False	ISR0016_000000000705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0015795939858421577	NZ_AVBF01000071.1	firmicutes	Pontibacillus yanchengensis Y32 contig79, whole genome shotgun sequence	True	True
DEN0010_000000001848	16240	0.8893620149411626	19	14	3	9	10	False	111575	fragment	False	DEN0010_000000001848	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	16236.0	99.914	99.0	0.002945527071543741	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0063_000000016352	1210	0.8893487064197372	1	1	1	1	1	False	35260	maximal	True	ISR0063_000000016352	1.0		18	6	False	False	0.9917355179786682	0					non-mobilizable	no_good_hit								True	False
MON0102_000000022911	1966	0.8893452574696892	3	3	2	3	1	False	97051	fragment	False	MON0102_000000022911	0.991557734204793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	89.06	26.0	0.00024158306866462395	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0072_000000008911	3084	0.8893372112814285	6	4	3	2	2	False	110182	fragment	False	ISR0294_000000005354	0.6390955072894972		0	0	False	False	0.9996757507324219	0					non-mobilizable	no_good_hit	668.0	94.91	28.0	0.00018783812978655836	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0065_000000016149	1227	0.8893338233686869	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.15335863704384436		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	97.066	100.0	0.00018656625567307504	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0389_000000000026	95390	0.8893270168233437	78	10	3	8	4	True	114214	maximal	False	USA0056_01_000000000032	0.9356957242227768		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1484.0	72.97800000000001	2.0	0.016206969330060095	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	True
ENG0073_000000003623	7081	0.8893252200055881	9	4	3	4	2	True	62253	maximal	True	ENG0073_000000003623	1.0		1	1	False	False	0.9983053207397461	0					non-mobilizable	no_good_hit	199.0	77.889	3.0	4.403457198050214e-05	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	True
ISR0385_000000020245	1194	0.8893247407344904	2	2	2	2	2	False	74353	fragment	False	SPA0127_000000022110	0.7265978581224612		0	0	False	False	0.9983249306678772	0					non-mobilizable	other	1203.0	79.05199999999999	100.0	0.04069172522000136	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0197_000000003109	6846	0.8893135326567161	8	6	3	5	3	False	111814	fragment	False	ISR0197_000000003109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0054_000000004129	5333	0.8893064156889418	9	8	5	8	7	False	132178	fragment	False	ISR0393_000000002751	0.5348106684049582		0	0	False	False	0.9998124837875366	0					non-mobilizable	other	5333.0	99.962	100.0	0.0018524180100055587	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0057_000000004978	5488	0.8892941728254931	4	2	1	2	1	False	46171	fragment	False	FIJ0057_000000004978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0124_000000013143	2111	0.8892911983825655	3	3	3	2	2	False	92181	fragment	False	SPA0100_000000012690	0.7193599179718906		0	0	False	False	0.9990525841712952	0					non-mobilizable	no_good_hit	416.0	81.971	20.0	0.0001163472363596917	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0077_000000000062	25453	0.8892893989786979	26	13	11	13	7	True	52095	fragment	False	MAD0077_000000000062	0.9703798073094991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
ISR0396_000000000972	16643	0.8892889108157375	21	14	6	11	9	True	122912	fragment	False	ENG0190_000000001440	0.9618331434919396		0	0	False	False	0.9999399185180664	0					non-mobilizable	other	16652.0	97.55	99.0	0.09702218932324604	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ENG0015_000000002697	7857	0.8892832429318179	11	5	3	5	3	False	66880	maximal	True	ENG0015_000000002697	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	81.818	14.0	0.0003165769698585401	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0149_000000001309	10775	0.8892809494589013	12	9	4	9	5	True	30890	maximal	True	ISR0149_000000001309	1.0		1	1	False	False	0.9964733123779297	0					non-mobilizable	no_good_hit	2003.0	96.056	19.0	0.028066090664272892	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
AST0116_000000007036	3788	0.8892780871330094	6	5	4	5	4	False	106265	maximal	True	AST0116_000000007036	1.0		32	6	False	False	0.9955121278762817	0					non-mobilizable	chromosome	1776.0	99.71799999999999	99.0	0.0007032490980453718	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
AST0026_000000010257	2895	0.8892779872930204	3	3	2	3	3	False	119477	fragment	False	AST0026_000000010257	1.0		0	0	False	False	0.9975820183753967	0					non-mobilizable	no_good_hit	1089.0	94.49	38.0	0.00624712907671107	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
USA0101_01_000000017538	1798	0.8892746776988825	3	2	2	2	1	True	118494	maximal	True	USA0101_01_000000017538	1.0		1	1	False	False	0.9994438290596008	0					non-mobilizable	no_good_hit	1567.0	98.086	87.0	0.0005440522512506948	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0066_000000020425	1558	0.8892746776988825	2	2	2	2	1	True	118515	fragment	False	ISR0280_000000007434	0.6347061114886176		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	91.661	98.0	0.0005291133963312951	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0833_000000005368	1304	0.8892746776988825	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.28160539518282196		0	0	False	False	0.9961656332015991	0					non-mobilizable	virus	1304.0	99.84700000000001	100.0	0.14783299296573632	MK233340.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_5_c1 sequence	False	True
TAN0006_000000009242	1533	0.8892724252246286	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.2196426401080052		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	94.785	100.0	0.0064809252663017266	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
ENG0103_000000006897	2709	0.8892661519810837	4	3	1	3	1	False	123457	fragment	False	SPA0093_000000013510	0.9470793243715366		0	0	False	False	0.999630868434906	0					non-mobilizable	no_good_hit	706.0	97.734	26.0	0.00019731588818318527	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0149_000000001973	13101	0.8892610689946098	17	6	2	6	3	True	127411	maximal	False	ISR0294_000000001348	0.9659201649006763		0	0	True	True	1.0	28					non-mobilizable	no_good_hit	2529.0	89.719	39.0	0.19076062301527294	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
AST0046_000000003644	5422	0.8892521417313094	7	4	3	3	4	False	115725	fragment	False	AST0046_000000003644	1.0		0	0	False	False	0.9998155832290649	0					non-mobilizable	no_good_hit	1113.0	86.25299999999999	34.0	0.00031763002870820043	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0141_000000011792	2297	0.8892447953645433	3	2	2	2	2	False	57736	maximal	True	ENG0141_000000011792	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0101_01_000000005185	5717	0.889243765228187	7	4	2	2	2	False	369	maximal	True	USA0101_01_000000005185	1.0		0	0	False	False	0.9977260828018188	0					non-mobilizable	no_good_hit	3061.0	99.281	54.0	0.000733555061937458	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0032_000000020211	1661	0.8892370222438208	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.23728383002052236		0	0	False	False	1.0	0					non-mobilizable	other	1532.0	91.18799999999999	92.0	0.03299107529676804	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
MON0032_000000022826	1367	0.8892267316388925	2	2	2	2	2	False	107557	fragment	False	MAD0016_000000002666	0.09701225048755621		0	0	False	False	0.9919531941413879	0					non-mobilizable	chromosome	1370.0	89.124	100.0	0.000459787602362487	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0304_000000000017	94032	0.8892228788616193	107	37	23	32	14	True	130883	maximal	True	ISR0304_000000000017	1.0	PS1128	8	4	False	True	1.0	0					non-mobilizable	no_good_hit	1611.0	91.62	2.0	0.0005004786916839614	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	True
ISR0385_000000021880	1112	0.8892170405742938	2	1	1	1	1	False	23014	fragment	False	ISR0385_000000021880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	6.0	2.8108480600614758e-05	CP041676.1	firmicutes	Lactobacillus reuteri strain LL7 chromosome, complete genome	True	False
ISR0258_000000014824	1798	0.8891866414899798	3	2	2	2	2	False	26784	fragment	False	ISR0258_000000014824	1.0		0	0	False	False	0.9922135472297668	0					non-mobilizable	no_good_hit	529.0	91.87100000000001	29.0	0.0001877094144285495	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0103_000000003560	6683	0.8891821566941609	5	4	4	4	3	False	74118	maximal	True	ISR0103_000000003560	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	81.63600000000001	20.0	0.004080613431917706	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
ISR0159_000000021038	1264	0.889174355899869	2	2	2	2	1	False	30461	fragment	False	ISR0159_000000021038	1.0		0	0	False	False	0.9984177350997925	0					non-mobilizable	other	1264.0	99.13	100.0	0.00045867478214763665	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AST0099_000000002538	7595	0.8891596141757138	9	7	3	3	7	False	132478	maximal	True	AST0099_000000002538	1.0	PS1164|PS386|PS459|PS744|PS745	2	2	True	True	1.0	42	rep_cluster_870	MOBV			mobilizable	no_good_hit	5528.0	99.891	75.0	0.9880228816589203	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	True	True
MON0068_000000009196	4389	0.8891545085527952	7	5	4	5	5	False	42142	fragment	False	MON0068_000000009196	1.0		0	0	False	False	0.9840510487556458	0					non-mobilizable	no_good_hit	1041.0	75.696	37.0	0.00036298309065405305	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0104_000000002284	12323	0.8891489958132577	13	8	6	8	6	False	115945	fragment	False	SPA0104_000000002284	1.0		0	0	False	False	0.9999188780784607	0					non-mobilizable	no_good_hit	1917.0	72.457	15.0	0.02224938587933851	NZ_AUDP01000023.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
ENG0182_000000005891	4589	0.8891473628441467	9	3	3	3	3	False	55249	maximal	True	ENG0182_000000005891	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	99.625	22.0	5.908235769703189e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CAN0003_000000007786	6109	0.8891427416616347	6	6	2	6	5	False	96789	fragment	False	CAN0003_000000007786	0.9765831134564644		0	0	False	False	0.9998363256454468	0					non-mobilizable	other	6114.0	99.67299999999999	100.0	0.0026795768894947937	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0123_000000003501	2882	0.8891379402356792	3	3	3	3	2	False	28878	fragment	False	SPA0123_000000003501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	45.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0084_000000005646	5302	0.8891302130114066	7	3	1	3	1	False	111556	maximal	True	AST0084_000000005646	1.0		4	3	False	False	0.9981139302253723	0					non-mobilizable	no_good_hit	1446.0	80.014	27.0	0.018650169606072027	NZ_WHJC01000001.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig001, whole genome shotgun sequence	True	False
MON0087_000000017437	2844	0.8891266848469668	3	2	1	2	1	False	100216	fragment	False	USA0019_01_000000011102	0.7676081371140847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0084_000000004125	6637	0.8891236097286386	7	5	5	5	5	False	111591	maximal	True	AST0084_000000004125	1.0		525	14	False	False	1.0	0					non-mobilizable	no_good_hit	2097.0	98.14	60.0	0.2690283660634065	NZ_CYXX01000056.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0096_000000000305	33525	0.889123360251758	57	18	9	15	8	False	10070	maximal	True	MON0096_000000000305	1.0		1	1	False	False	0.9999403357505798	0					non-mobilizable	no_good_hit	82.0	87.805	0.0	0.0028492109877264757	NZ_RXYB01000028.1	firmicutes	Acetobacterium tundrae strain DSM 917 NODE_28_length_27376_cov_26.7822, whole genome shotgun sequence	True	False
USA0108_01_000000001761	8009	0.8891227760589988	8	4	2	4	1	False	110734	maximal	True	USA0108_01_000000001761	1.0		5	3	False	False	1.0	0					non-mobilizable	other	7831.0	99.77	100.0	0.0013102091733048645	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0042_000000010447	2310	0.8891013681214355	3	3	1	2	1	False	47304	fragment	False	FIJ0042_000000010447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0813_000000018266	1698	0.8890990341778002	2	2	2	2	2	True	77603	fragment	False	ISR0813_000000018266	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1698.0	97.35	100.0	0.0004712553665350373	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0176_000000008872	3703	0.8890989343579595	6	4	2	3	3	True	132220	backbone	False	ISR0043_000000004492	0.01506841204700885	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9994599223136902	0					non-mobilizable	plasmid	3684.0	99.837	99.0	0.7696969696969697	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0186_000000004542	3626	0.8890989343579595	6	4	2	3	3	True	132220	backbone	False	ISR0043_000000004492	0.06634498772416096	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3626.0	99.807	100.0	0.7575757575757576	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
CHI0179_000000004615	3623	0.8890989343579595	8	4	2	3	3	True	132220	backbone	False	ISR0043_000000004492	0.06476696711915236	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0					non-mobilizable	plasmid	3622.0	99.50299999999999	99.0	0.7564236473783162	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
USA0125_01_000000003863	6803	0.8890982951842286	9	8	2	3	8	False	89693	fragment	False	USA0125_01_000000003863	1.0		0	0	False	False	0.9970601201057434	0		MOBP			mobilizable	other	6803.0	99.927	100.0	0.1170961799996557	LM996894.1	enterobacteria	Escherichia coli genome assembly FHI83, scaffold scaffold-9_contig-18.0_1_58089_[organism:Escherichia	False	True
ENG0119_000000025761	1160	0.8890879967760942	2	2	2	2	2	False	59213	fragment	False	ENG0119_000000025761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	72.581	21.0	0.0008055799840226637	NZ_LMBW01000006.1	firmicutes	Bacillus humi strain DSM 16318 Scaffold6, whole genome shotgun sequence	True	False
MON0015_000000010756	3428	0.8890828872592753	4	3	3	2	2	False	13431	maximal	True	MON0015_000000010756	1.0		46	10	False	False	0.9906651377677917	0					non-mobilizable	no_good_hit	525.0	73.524	15.0	0.00020129569013078768	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
FIJ0145_000000004080	3184	0.8890758232952422	5	2	2	2	0	True	130308	backbone	False	FIJ0133_000000011734	0.9746630350533086	PS1093|PS387	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	936.0	97.22200000000001	65.0	0.3036597428288823	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0172_000000003030	5213	0.8890745396232159	7	5	4	4	2	False	111124	fragment	False	SPA0045_000000004930	0.6451819170023659		0	0	False	False	1.0	0					non-mobilizable	other	5009.0	98.92200000000001	97.0	0.0013538217276084727	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0265_000000012896	1358	0.8890730951100267	2	1	1	1	1	False	36921	fragment	False	ISR0818_000000014906	0.9563561015272442		0	0	False	False	0.9933726191520691	0					non-mobilizable	no_good_hit								True	False
ISR0818_000000014906	1283	0.8890730951100267	2	1	1	1	1	False	36921	fragment	False	ISR0818_000000014906	0.9719243694811018		0	0	False	False	0.973499596118927	0					non-mobilizable	no_good_hit								True	False
TAN0007_000000034295	1240	0.8890693793292039	2	2	2	2	2	False	2789	maximal	True	TAN0007_000000034295	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	75.415	23.0	0.00035707887242152607	NZ_SJOO01000001.1	enterobacteria	Enterobacter wuhouensis strain WCHEW120002, whole genome shotgun sequence	True	False
SPA0045_000000019337	1284	0.8890654742034274	2	1	1	1	1	False	86282	fragment	False	SPA0045_000000019337	0.9991980753809142		0	0	False	False	1.0	0					non-mobilizable	chromosome	1304.0	76.074	100.0	0.0002542740595352573	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0146_000000018419	1247	0.8890654742034274	2	1	1	1	1	False	86282	fragment	False	SPA0045_000000019337	0.9848130841121495		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	88.15700000000001	100.0	0.000524408261933582	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0776_000000011635	2097	0.8890558575858564	3	2	2	2	1	True	131083	fragment	False	CHI0144_000000007014	0.6318748100881191		0	0	False	False	0.9995231032371521	0					non-mobilizable	no_good_hit								True	True
USA0089_01_000000003059	2611	0.8890518881927416	4	2	2	2	2	False	408	maximal	True	USA0089_01_000000003059	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0062_000000004946	5901	0.8890506854318186	6	5	5	4	4	False	35370	maximal	True	ISR0062_000000004946	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2982.0	98.69200000000001	51.0	0.17963241940343477	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
AST0093_000000000938	21599	0.8890489961283539	16	8	6	8	3	False	117204	maximal	True	AST0093_000000000938	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	98.649	0.0	0.004112444369331305	MK232835.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_1_c1 sequence	True	False
USA0062_01_000000005312	4744	0.8890468115725985	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.6944803124766674		0	0	False	False	0.994940996170044	0					non-mobilizable	other	4733.0	99.45100000000001	99.0	0.0009832939787117166	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
MON0019_000000013052	4662	0.8890403649244237	6	5	3	5	4	False	111545	fragment	False	ISR0157_000000004871	0.8222015558683491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000005712	3938	0.8890401947285208	4	3	3	2	1	False	128388	fragment	False	MAD0048_000000005712	1.0		0	0	False	False	0.9949212670326233	0					non-mobilizable	no_good_hit	885.0	72.429	22.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0082_01_000000009942	2991	0.8890401947285208	3	3	3	2	1	False	128387	fragment	False	SPA0096_000000012025	0.9515633362348751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	71.946	29.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0045_000000014332	2696	0.8890401947285208	3	3	3	2	1	False	128387	fragment	False	SPA0096_000000012025	0.6994856336632995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	72.768	32.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0171_000000001802	3206	0.8890390448823671	3	3	0	2	3	False	98455	maximal	True	CHI0171_000000001802	1.0		1	1	True	True	1.0	156	rep_cluster_2350,rep_cluster_2358	MOBF		MOB_unknown	mobilizable	plasmid	2811.0	100.0	100.0	0.8969039259495691	CP056790.1	enterobacteria	Escherichia coli strain RHBSTW-00180 plasmid pRHBSTW-00180_5, complete sequence	False	True
SPA0099_000000001068	8308	0.8890342199114459	8	8	6	7	6	False	7757	maximal	True	SPA0099_000000001068	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5530.0	99.693	84.0	0.002903244608203753	CP039261.1	firmicutes	Lactobacillus johnsonii strain DC22.2 chromosome, complete genome	True	False
AST0055_000000025008	1458	0.8890263454795846	2	2	1	2	1	False	113470	fragment	False	AST0055_000000025008	1.0		0	0	False	False	0.9979423880577087	0					non-mobilizable	other	1459.0	94.10600000000001	100.0	0.00041981080871743764	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
CHI0073_000000005169	1572	0.8890235492022057	2	2	2	2	2	False	84779	fragment	False	CHI0073_000000005169	1.0		0	0	False	False	0.9961832165718079	0					non-mobilizable	plasmid	1584.0	80.11399999999999	100.0	0.00644314031271802	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ENG0051_000000013032	2161	0.8890203608571721	4	3	3	2	2	False	64066	fragment	False	ENG0051_000000013032	0.9737464522232735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
ISR0399_000000010101	1669	0.8890197120032176	2	2	2	2	2	False	108123	fragment	False	ISR0399_000000010101	1.0		0	0	False	False	0.992810070514679	0					non-mobilizable	other	1674.0	97.90899999999999	100.0	0.010076659756038765	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	False	False
FIJ0151_000000001050	13247	0.88901661754523	8	5	4	5	4	True	105961	fragment	False	FIJ0151_000000001050	0.9851283840375368		0	0	False	False	0.9999245405197144	0					non-mobilizable	no_good_hit	186.0	89.785	2.0	4.828303139544096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0158_000000009420	1942	0.8890159664085869	3	3	2	3	1	False	78883	fragment	False	CHI0158_000000009420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0097_000000009491	2358	0.8890112053411684	3	3	2	3	3	False	109004	fragment	False	AST0097_000000009491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000014793	3352	0.8890029139556066	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.8164628127370738	PS517	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	2.0	0.018902217375499818	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	True
SPA0068_000000001595	8707	0.8889954375001993	8	8	3	4	8	True	6010	fragment	False	SPA0068_000000001595	1.0		0	0	False	False	0.9997702836990356	0	IncL/M		MPF_I		non-mobilizable	plasmid	8725.0	98.95700000000001	100.0	0.11023880861177482	CP019841.1	enterobacteria	Enterobacter roggenkampii strain R11 plasmid pASM2, complete sequence	False	True
ISR0249_000000009330	2070	0.8889884709646712	3	1	1	1	1	True	27063	fragment	False	ISR0249_000000009330	1.0		0	0	False	False	0.987922728061676	0					non-mobilizable	no_good_hit	64.0	95.31200000000001	3.0	0.022892441860465115	NZ_VULP01000056.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq56, whole genome shotgun sequence	True	True
SPA0034_000000009344	3836	0.8889852944305853	5	3	3	3	2	False	7165	maximal	True	SPA0034_000000009344	1.0		0	0	False	False	0.997132420539856	0					non-mobilizable	no_good_hit	2125.0	99.624	55.0	0.0006062176698180091	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0100_000000011120	3665	0.8889798078003942	4	2	2	1	1	False	65080	maximal	True	MON0100_000000011120	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	76.821	4.0	0.0015139731425312386	NZ_SMMX01000012.1	firmicutes	Extibacter muris strain DSM 28560 NODE_12_length_96435_cov_78.216898, whole genome shotgun sequence	True	False
ISR0024_000000007557	2950	0.8889711399228495	3	2	2	2	2	False	107173	fragment	False	ISR0024_000000007557	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	3.0	0.0001062160274674647	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
USA0061_01_000000001954	6227	0.8889710983433846	10	7	5	5	6	True	120918	fragment	False	USA0061_01_000000001954	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6065.0	95.779	97.0	0.0017202694293928754	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
CHI0160_000000012137	2517	0.8889682021609941	3	3	2	3	3	False	81893	fragment	False	MON0106_000000016141	0.9507486209613869		0	0	False	False	0.9908621311187744	0					non-mobilizable	no_good_hit	513.0	92.788	37.0	0.00023831843260158848	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ETH0005_000000001648	22690	0.8889619893954308	23	13	10	13	7	True	52822	fragment	False	MON0006_000000000280	0.8918309623894127		0	0	False	False	0.999471127986908	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.010839269123567669	XM_032741484.1	flies	PREDICTED: Drosophila grimshawi zinc finger protein 395 (LOC6569704), transcript variant X5, mRNA	True	True
USA0086_01_000000001950	11196	0.8889575930737575	9	5	3	4	1	True	106019	fragment	False	USA0086_01_000000001950	0.9895325637266928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	91.837	1.0	2.684480431396005e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0794_000000002776	6491	0.8889412990483668	6	5	4	5	2	False	52679	maximal	True	ISR0794_000000002776	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1587.0	83.932	69.0	0.001262344512909829	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	False
ENG0044_000000002298	8085	0.8889378817963852	17	2	2	2	2	False	115258	fragment	False	ENG0044_000000002298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	89.32	1.0	0.00026460598009515017	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
DEN0079_000000010977	4191	0.8889206390288864	5	4	4	4	3	False	69631	maximal	True	DEN0079_000000010977	1.0		1	1	False	False	0.9997614026069641	0					non-mobilizable	no_good_hit	618.0	72.654	15.0	0.00013724222710445805	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
MON0059_000000029369	1327	0.8889144074755845	3	2	1	2	2	False	43209	fragment	False	MON0059_000000029369	1.0		0	0	False	False	0.9819141030311584	0					non-mobilizable	other	1324.0	99.698	99.0	0.053224443818642636	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0033_000000003908	6580	0.8889016687613485	8	6	5	5	5	True	118146	maximal	True	ISR0033_000000003908	1.0		3	2	False	False	0.9958966374397278	0	rep_cluster_1097				non-mobilizable	no_good_hit	3981.0	99.02	62.0	0.0009059059879497883	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	True
USA0069_01_000000048186	1245	0.8888979762260438	2	2	1	2	1	False	6800	fragment	False	USA0069_01_000000048186	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1030.0	89.32	98.0	0.0002854746710654204	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0365_000000012421	1381	0.8888973066848178	2	2	2	1	1	False	23644	fragment	False	ISR0365_000000012421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	73.919	55.0	0.0002749428317881667	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MAD0095_000000033363	1154	0.8888963924200581	2	1	1	1	1	True	15551	fragment	False	MAD0095_000000033363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	4.0	0.00022064583034542106	NZ_AJXT01000048.1	g-proteobacteria	Rhodanobacter spathiphylli B39 contig048, whole genome shotgun sequence	True	True
CAN0014_000000016987	2783	0.8888942222468366	4	3	2	2	2	False	104888	fragment	False	CAN0014_000000016987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1962.0	95.10700000000001	72.0	0.15683743444937476	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0073_000000023648	1188	0.8888928838766714	2	2	2	2	2	False	65136	fragment	False	ENG0192_000000017371	0.647092492671362		0	0	False	False	0.9983165264129639	0					non-mobilizable	chromosome	1195.0	78.41	99.0	0.0004047577023060222	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
SPA0064_000000004895	4321	0.8888921202683422	6	5	3	4	5	False	126994	maximal	True	SPA0064_000000004895	1.0		2	1	False	False	0.9981485605239868	0					non-mobilizable	no_good_hit	1952.0	94.16	64.0	0.0008609826505372974	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
CHI0111_000000001589	17557	0.8888881918115372	27	5	0	5	3	False	82667	maximal	True	CHI0111_000000001589	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.514463723508874e-06	CP028730.1	g-proteobacteria	Shewanella baltica strain 128 chromosome, complete genome	True	False
SPA0104_000000001663	15771	0.8888881918115372	20	5	0	5	3	False	4855	maximal	True	SPA0104_000000001663	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	2.1197530958699554e-05	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
USA0019_01_000000002002	12486	0.8888881918115372	15	5	0	5	3	False	1848	maximal	True	USA0019_01_000000002002	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000005875	4212	0.8888759918310423	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.4719340562416892		0	0	False	False	1.0	0					non-mobilizable	chromosome	2214.0	91.509	96.0	0.0007421900901971331	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0013_000000009040	4817	0.8888738334310115	7	7	5	7	5	False	73998	fragment	False	MON0077_000000006275	0.745647304017271		0	0	False	False	0.9896200895309448	0					non-mobilizable	no_good_hit	901.0	80.133	33.0	0.00022532287915467286	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0796_000000003461	5718	0.888873564949464	8	4	2	1	4	False	26576	maximal	True	ISR0796_000000003461	1.0		0	0	False	False	0.999825119972229	0					non-mobilizable	no_good_hit	4616.0	99.04700000000001	81.0	0.027851370842662385	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
CHI0149_000000008339	1496	0.8888698260033017	2	2	0	1	2	True	79572	fragment	False	CHI0149_000000008339	1.0		0	0	False	False	0.981951892375946	0					non-mobilizable	other	1496.0	100.0	100.0	0.0003067390256162992	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	True
TAN0002_000000024287	1685	0.8888698057349103	2	2	1	1	1	False	3026	fragment	False	TAN0002_000000024287	1.0		0	0	False	False	1.0	0	IncY				non-mobilizable	plasmid	1452.0	97.59	100.0	0.012775306979463826	CP010146.1	enterobacteria	Escherichia coli strain D5 plasmid A, complete genome	False	True
ENG0138_000000002464	8494	0.8888613047818436	9	8	6	4	7	True	59077	fragment	False	ENG0138_000000002464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1607.0	83.447	19.0	0.0003642840441084228	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
FIJ0096_000000034453	1117	0.8888571046737948	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.1257513939984212		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	94.365	100.0	0.13666952159549736	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
USA0004_01_000000006916	3764	0.8888569830556039	5	3	3	2	2	False	96818	maximal	True	USA0004_01_000000006916	0.9793967142472395		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	85.009	16.0	0.00018255576184565757	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0024_000000012018	2022	0.8888480315422278	2	2	2	2	2	False	129935	maximal	True	ISR0024_000000012018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1766.0	94.84700000000001	87.0	0.024612338241856314	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0041_000000007611	3845	0.8888474831687455	6	3	1	1	3	False	18284	maximal	True	MAD0041_000000007611	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	99.74	30.0	0.31292332701164993	CP045946.1	enterobacteria	Salmonella enterica subsp. enterica serovar Virchow strain AUSMDU00010533 plasmid pAUSMDU00010533_01, complete sequence	True	False
ISR0293_000000017270	2059	0.8888436955652038	2	1	1	1	1	True	35951	fragment	False	ISR0293_000000017270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	83.71	30.0	0.16182795698924732	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0339_000000010051	1511	0.8888436955652038	1	1	1	1	1	True	35949	fragment	False	ISR0339_000000010051	0.9807171853856562		0	0	False	False	0.9986763596534729	0					non-mobilizable	no_good_hit	85.0	94.118	6.0	0.026151930261519303	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
ISR0124_000000009578	1478	0.8888436955652038	1	1	1	1	1	True	35949	fragment	False	ISR0339_000000010051	0.9705493050959628		0	0	False	False	0.9891745448112488	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	0.009946236559139785	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0103_000000024614	1239	0.8888436955652038	1	1	1	1	1	True	35948	fragment	False	ISR0103_000000024614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0049_000000024574	1191	0.8888436955652038	1	1	1	1	1	True	35947	fragment	False	ISR0049_000000024574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	0.011783960720130934	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
SPA0126_000000026447	1676	0.8888431332593311	3	1	0	1	0	True	82905	maximal	False	SPA0135_000000012580	0.995545955590096		0	0	True	True	0.9994033575057983	18					non-mobilizable	plasmid	1402.0	99.786	100.0	0.8558338423946243	HG796494.1	bacteria	Uncultured bacterium plasmid pRGI01449	False	True
DEN0035_000000015521	2141	0.8888357789338089	3	3	3	3	2	False	73444	fragment	False	DEN0035_000000015521	0.9903706947655696		0	0	False	False	1.0	0					non-mobilizable	chromosome	2076.0	98.89200000000001	97.0	0.000577652503740822	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0147_000000000706	17467	0.8888338950651419	10	7	5	7	4	True	105962	fragment	False	FIJ0108_000000000697	0.38950089004323196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	78.623	2.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
CAN0015_000000012714	3097	0.8888273100140305	4	4	4	4	3	False	93297	fragment	False	CAN0015_000000012714	1.0		0	0	False	False	0.9983855485916138	0					non-mobilizable	other	2108.0	79.41199999999999	95.0	0.017563369042970407	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0069_000000003016	2641	0.8888260437820403	3	2	1	2	1	True	16402	maximal	True	MAD0069_000000003016	1.0		2	2	False	False	0.9988640546798706	0	IncP				non-mobilizable	chromosome	1299.0	98.76799999999999	98.0	0.0008123492112007736	CP011230.1	g-proteobacteria	[Haemophilus] ducreyi strain DMC64 chromosome	False	True
FIJ0141_000000000222	70714	0.8888208665301346	72	41	27	38	26	True	105281	backbone	True	FIJ0141_000000000222	0.9984706998223876	PS633|PS634	5	4	True	True	1.0	5					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0164_000000005244	3459	0.888812884413126	3	3	2	3	2	False	131840	maximal	True	ENG0164_000000005244	1.0		13	5	False	False	0.9959526062011719	0					non-mobilizable	other	2018.0	98.06700000000001	100.0	0.0045684853783553	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0177_000000016680	1832	0.8888127996158542	3	2	1	2	1	False	111962	fragment	False	ISR0177_000000016680	0.99874715261959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	75.472	9.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0115_000000019146	1824	0.8888127996158542	3	2	1	2	1	False	111962	fragment	False	ISR0177_000000016680	0.9978737901741752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	75.472	9.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0073_000000015098	1803	0.8888127996158542	3	2	1	2	1	False	111962	fragment	False	ISR0177_000000016680	0.9932785821760138		0	0	False	False	0.980033278465271	0					non-mobilizable	no_good_hit	159.0	75.472	9.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0061_000000023258	1802	0.8888127996158542	3	2	1	2	1	False	111962	fragment	False	ISR0177_000000016680	0.9929488365134755		0	0	False	False	0.9966703653335571	0					non-mobilizable	no_good_hit	159.0	75.472	9.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0821_000000017825	1756	0.8888127996158542	3	2	1	2	1	False	111962	fragment	False	ISR0177_000000016680	0.9690798770226584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	75.472	9.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0087_000000007371	4484	0.8888062512580046	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.6006409814618788		0	0	False	False	0.9997769594192505	0					non-mobilizable	other	4493.0	92.054	100.0	0.0013934093201319804	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0042_000000020634	1561	0.8888018484983176	2	2	2	1	1	False	36346	fragment	False	ISR0042_000000020634	1.0		0	0	False	False	0.9250480532646179	0					non-mobilizable	no_good_hit	93.0	100.0	6.0	2.6116301568340685e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
CHI0058_000000003465	4853	0.8887933257810217	7	4	1	2	2	False	117815	maximal	True	CHI0058_000000003465	1.0	PS794	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1815.0	95.59200000000001	68.0	0.0004857750133293557	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0207_000000005160	3335	0.888788695843534	3	3	3	3	2	False	67451	maximal	True	ENG0207_000000005160	1.0		0	0	False	False	0.9994003176689148	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	4.793662001483444e-06	CP009282.1	firmicutes	Paenibacillus sp. FSL R5-0912, complete genome	True	False
USA0121_01_000000035365	1157	0.8887885210092132	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.027665511789602183	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1159.0	97.15299999999999	100.0	0.005404825136637527	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0028_000000005265	2547	0.8887818572474165	3	2	2	2	1	False	99969	fragment	False	CHI0028_000000005265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	86.99600000000001	9.0	8.355329223288595e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MAD0055_000000002937	2757	0.8887811179607326	3	3	3	3	3	False	107563	maximal	True	MAD0055_000000002937	1.0		39	4	False	False	1.0	0					non-mobilizable	other	2497.0	85.54299999999999	95.0	0.0007668573284495047	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0295_000000002337	10556	0.888778455475061	20	16	6	6	11	True	101536	fragment	False	ISR0295_000000002337	0.9740833751883475		0	0	False	False	0.9946949481964111	0					non-mobilizable	other	7018.0	97.934	97.0	0.0020965927453047892	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
DEN0053_000000000338	16155	0.8887644751194929	26	7	5	6	3	True	116474	maximal	True	DEN0053_000000000338	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7984.0	96.556	86.0	0.0021255204097175334	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0119_000000003042	3362	0.8887614028377779	4	2	2	2	2	False	96035	maximal	True	CHI0119_000000003042	1.0		0	0	False	False	0.9997025728225708	0					non-mobilizable	no_good_hit								True	False
ENG0059_000000002928	4196	0.888759664614787	4	3	1	3	1	True	122748	fragment	False	ENG0059_000000002928	1.0		0	0	False	False	0.9995233416557312	0					non-mobilizable	no_good_hit	85.0	96.471	2.0	0.000344642249036848	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0135_000000007028	4128	0.8887595352920161	7	2	1	2	0	True	51500	backbone	True	FIJ0135_000000007028	0.9377389440489043	PS205	2	1	True	True	1.0	4					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0011374477140970133	XM_011330654.3	ants	PREDICTED: Ooceraea biroi RNA-binding protein MEX3B (LOC105274484), mRNA	True	True
DEN0043_000000000192	10566	0.8887561455413652	11	5	4	4	5	False	115213	maximal	True	DEN0043_000000000192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2127.0	99.295	20.0	0.016450779206710307	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0138_000000002131	10090	0.8887456672702447	12	11	6	8	10	True	123666	fragment	False	USA0069_01_000000005394	0.7963245317198866		0	0	False	True	0.9993062615394592	0					non-mobilizable	plasmid	5346.0	97.60600000000001	98.0	0.17248837809917356	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0142_000000000212	34431	0.8887445386068679	32	17	10	16	12	True	3445	maximal	True	SPA0142_000000000212	1.0		1	1	False	False	0.9998548030853271	0					non-mobilizable	no_good_hit	1899.0	84.834	7.0	0.35555555555555557	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
MON0098_000000006038	4253	0.8887429033737924	5	5	5	5	3	False	110581	fragment	False	MON0098_000000006038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	72.444	5.0	0.0012778913026835717	NZ_JABJVN010000010.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_10_length_169811_cov_175.645640, whole genome shotgun sequence	True	False
ISR0001_000000004013	7408	0.8887211913262902	6	3	3	3	3	False	132484	fragment	False	ISR0001_000000004013	1.0		0	0	False	False	0.9993250370025635	0					non-mobilizable	no_good_hit	2073.0	82.92299999999999	28.0	0.024690317687705403	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
SPA0059_000000003975	6739	0.8887211913262902	5	3	3	3	3	False	132482	fragment	False	SPA0059_000000003975	0.9888149939540507		0	0	False	False	0.9998515844345093	0					non-mobilizable	no_good_hit	2073.0	82.92299999999999	30.0	0.024690317687705403	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
ENG0007_000000007191	3659	0.8887025368082571	5	4	2	4	2	False	129661	fragment	False	ENG0007_000000007191	0.9856181814119438		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1477.0	91.67200000000001	41.0	0.006889051728563894	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0014_000000024482	1400	0.8887013088174374	2	2	1	2	2	False	19490	maximal	True	MAD0014_000000024482	1.0		7	2	False	False	0.9992856979370117	0					non-mobilizable	no_good_hit	53.0	86.792	4.0	0.0003859893436667474	NZ_FMXR01000012.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ENG0194_000000004683	5591	0.8886994364293969	6	4	2	3	2	False	111063	fragment	False	SPA0142_000000004668	0.9493626115798062		0	0	False	False	0.9944553971290588	0					non-mobilizable	chromosome	5592.0	99.714	100.0	0.00101437892559292	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0144_000000005654	2624	0.8886994007829463	4	2	0	1	2	False	117850	fragment	False	CHI0144_000000005654	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1711.0	100.0	65.0	0.022277517945778345	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ISR0032_000000025396	1328	0.8886973836095444	2	2	2	2	2	False	115880	fragment	False	ISR0032_000000025396	0.9805614245981593		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	99.699	100.0	0.0055574401433961945	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0357_000000002172	8779	0.888694957618628	9	6	3	2	5	False	103767	fragment	False	ISR0357_000000002172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1951.0	85.905	39.0	0.007242071277227834	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
MAD0090_000000002586	4613	0.8886874087887288	7	5	3	4	5	False	98385	fragment	False	MAD0090_000000002586	1.0		0	0	False	False	0.9995664358139038	0					non-mobilizable	no_good_hit	227.0	79.295	7.0	0.005200594353640416	NZ_JXQL01000014.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig14, whole genome shotgun sequence	True	False
ISR0080_000000010552	2875	0.8886825524935592	3	2	2	2	2	False	38317	fragment	False	ISR0080_000000010552	0.9784927124066833		0	0	False	False	1.0	0					non-mobilizable	chromosome	2641.0	99.546	97.0	0.001412172206822982	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
ISR0010_000000006716	2813	0.8886825524935592	4	2	2	2	2	False	38317	fragment	False	ISR0080_000000010552	0.9688695652173913		0	0	False	False	1.0	0					non-mobilizable	chromosome	2729.0	99.56	97.0	0.0014609047327315491	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
SPA0095_000000001703	12330	0.8886810089672846	15	7	5	7	5	False	125987	fragment	False	FIJ0124_000000001671	0.8113040553659856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	81.333	4.0	0.18774774774774775	KU544893.1	bacteria	Uncultured bacterium clone GE_01A_000_Contig_5 genomic sequence	True	False
ISR0779_000000010807	3089	0.8886727233438172	5	2	1	2	1	False	22347	maximal	True	ISR0779_000000010807	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	86.72200000000001	54.0	0.0004629226653262247	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0096_000000009728	4329	0.8886669104742467	9	6	3	3	6	False	68228	fragment	False	DEN0096_000000009728	1.0		0	0	False	False	0.9993069767951965	0					non-mobilizable	no_good_hit	1848.0	82.359	71.0	0.009876250686598672	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
CHI0157_000000001061	8004	0.8886538875052041	9	7	6	7	5	False	125050	maximal	True	CHI0157_000000001061	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5653.0	99.75200000000001	71.0	0.020435169316875286	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
CHI0076_000000000321	15835	0.8886529816794906	18	15	8	9	12	True	132596	backbone	False	ISR0120_000000000296	0.017716547711001437	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	15845.0	98.618	100.0	0.5114282024793388	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MAD0101_000000013358	2123	0.8886505516778288	3	2	1	2	1	True	15103	maximal	True	MAD0101_000000013358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	97.02799999999999	49.0	0.011324855993913705	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0084_000000002992	6700	0.8886438451591151	7	5	4	4	3	True	125291	fragment	False	ISR0084_000000002992	1.0		0	0	False	False	0.998656690120697	0					non-mobilizable	no_good_hit	2181.0	77.9	32.0	0.00448104182654207	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0207_000000003897	6044	0.8886437746298941	6	5	4	5	4	False	45699	maximal	True	ISR0207_000000003897	1.0		1	1	False	False	0.999669075012207	0					non-mobilizable	no_good_hit	315.0	80.635	5.0	0.0007416105308695383	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0280_000000008925	1594	0.8886417110549706	3	2	2	2	1	True	131617	fragment	False	ENG0006_000000010997	0.20471832826687525		0	0	False	False	0.9981179237365723	0					non-mobilizable	other	1594.0	99.93700000000001	100.0	0.03675418762401366	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ENG0038_000000016182	1585	0.8886417110549706	3	2	2	2	1	True	131617	fragment	False	ENG0006_000000010997	0.12999923348175688		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	99.685	100.0	0.03654653684647686	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
FIJ0122_000000001583	10951	0.8886406500756094	15	8	3	7	4	False	113885	maximal	True	FIJ0122_000000001583	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	93.191	13.0	0.04204796937615886	NZ_LBBT01000224.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig237, whole genome shotgun sequence	True	False
BAN0018_000000001041	2194	0.8886365683690257	2	2	2	2	1	True	98066	fragment	False	BAN0018_000000001041	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2194.0	99.818	100.0	0.0003109708472984248	CP050218.1	enterobacteria	Escherichia coli strain RM-096-MS chromosome	False	True
DEN0012_000000001459	4336	0.8886360827627078	4	4	3	3	2	True	75478	maximal	True	DEN0012_000000001459	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3651.0	88.88	94.0	0.5253329473074696	NZ_SMUS01000073.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00073, whole genome shotgun sequence	False	True
CHI0159_000000002146	5852	0.8886334816858239	7	4	1	3	3	False	78825	maximal	True	CHI0159_000000002146	1.0		1	1	True	True	0.9943609237670898	8					non-mobilizable	no_good_hit	384.0	76.30199999999999	6.0	7.271319402969039e-05	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	True
DEN0061_000000026204	1653	0.8886287669997729	2	2	2	1	1	False	110611	fragment	False	ISR0362_000000010416	0.25165071751397683		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	95.709	100.0	0.0003940008890150738	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0065_01_000000006223	1844	0.8886276351178745	3	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.057824339563410335	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1844.0	99.512	100.0	0.0014498545425366712	NZ_KE159493.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.1, whole genome shotgun sequence	False	True
ENG0019_000000003151	6720	0.8886269328558942	10	7	2	5	4	False	109725	maximal	True	ENG0019_000000003151	0.999926459773496		5	3	True	True	0.9934523701667786	14					non-mobilizable	no_good_hit	1621.0	95.62	50.0	0.1798465131798465	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0041_000000014009	1753	0.8886116055302731	2	1	1	1	1	False	67311	fragment	False	MON0099_000000019814	0.9522794310914613		0	0	False	False	0.9840273857116699	0					non-mobilizable	no_good_hit	119.0	80.672	7.0	0.00018984855038250355	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
USA0087_01_000000009944	1584	0.8886116055302731	2	1	1	1	1	False	67311	fragment	False	MON0099_000000019814	0.7579777251758034		0	0	False	False	0.9993686676025391	0					non-mobilizable	no_good_hit	75.0	84.0	5.0	0.0002650990001468792	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AUS0018_000000007191	3791	0.8886112809767881	5	1	1	1	1	False	126053	fragment	False	AUS0018_000000007191	0.9544213973799127		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0228_000000006769	3664	0.8886112809767881	4	1	1	1	1	False	126053	fragment	False	AUS0018_000000007191	0.9494856238459509		0	0	False	True	0.9959061145782471	0					non-mobilizable	no_good_hit								True	True
ISR0209_000000006299	4634	0.8886105524636029	4	3	1	1	3	False	86294	fragment	False	ISR0209_000000006299	1.0		0	0	False	False	0.9989210367202759	0					non-mobilizable	no_good_hit	2733.0	94.76799999999999	76.0	0.0005338956901544845	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
FIJ0028_000000009761	3124	0.8886023862239276	5	3	2	3	1	True	48948	fragment	False	FIJ0028_000000009761	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2828.0	91.443	96.0	0.049657959096870236	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	False	True
SPA0142_000000006920	4179	0.8886015090601458	5	2	2	2	1	False	11994	fragment	False	SPA0142_000000006920	1.0		0	0	False	False	0.9988035559654236	0					non-mobilizable	no_good_hit	841.0	84.185	20.0	0.0002801313571745088	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
MON0076_000000001574	15675	0.8885988102351281	22	8	5	8	2	True	10321	maximal	True	MON0076_000000001574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	86.111	0.0	1.0819493528531631e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	True
USA0058_01_000000006177	3269	0.8885984477808969	6	3	1	2	3	False	110840	fragment	False	USA0058_01_000000006177	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3192.0	100.0	98.0	0.00048558965893375405	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0017_000000002370	13537	0.8885969833416565	15	6	4	6	3	True	107227	fragment	False	ISR0017_000000002370	1.0		0	0	False	False	0.9983748197555542	0					non-mobilizable	no_good_hit	7740.0	84.897	86.0	0.10624991352233891	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
FIJ0123_000000005742	5740	0.8885946715435307	5	3	1	2	2	True	71562	maximal	False	FIJ0126_000000005418	0.835344317548537		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	866.0	88.79899999999999	45.0	0.0002935367887550948	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0059_000000005440	2961	0.8885938536251199	3	3	2	3	2	False	130895	maximal	True	ISR0059_000000005440	1.0	PS1128	0	0	False	True	0.9996622800827026	0					non-mobilizable	no_good_hit	1731.0	85.095	58.0	0.020394177143397297	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0213_000000003374	6351	0.8885829022824651	8	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9875916625138895	PS336|PS768	0	0	True	True	0.9990552663803101	11					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0199_000000015910	1914	0.8885814274980932	3	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.8262594772334858		0	0	False	False	0.9994775056838989	0					non-mobilizable	other	1791.0	93.244	93.0	0.024891231593038823	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0102_000000001214	15255	0.8885741557473802	19	10	3	5	10	True	60410	maximal	True	ENG0102_000000001214	1.0		1	1	False	False	0.9999344348907471	0					non-mobilizable	no_good_hit	6140.0	98.713	59.0	0.0027877090100499225	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	True	True
ENG0001_000000009023	2860	0.8885677129448423	4	4	3	2	3	False	93258	fragment	False	ISR0835_000000003721	0.31597222222222227		0	0	False	False	0.9989510774612427	0					non-mobilizable	other	2860.0	99.301	100.0	0.005275910366730209	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ENG0166_000000017088	1715	0.8885672113862116	3	3	3	3	3	False	80567	fragment	False	CHI0159_000000008989	0.9944895591647331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	72.933	43.0	0.0002235725317395849	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
CHI0177_000000004569	3438	0.888565310958457	5	4	0	1	4	False	117851	maximal	True	CHI0177_000000004569	1.0	PS794|PS795	0	0	False	True	0.9968004822731018	0					non-mobilizable	no_good_hit	1602.0	98.25200000000001	47.0	0.000460985668557351	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
SPA0125_000000018205	1836	0.8885641332640173	2	1	1	1	1	False	89071	fragment	False	SPA0125_000000018205	0.9374982794338633		0	0	False	False	1.0	0					non-mobilizable	other	1481.0	96.15100000000001	94.0	0.011860059340500294	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0120_000000009468	3245	0.8885451618636924	6	5	3	3	4	False	101913	fragment	False	ENG0049_000000005390	0.6304385214879926		0	0	False	False	1.0	0					non-mobilizable	chromosome	3246.0	97.96700000000001	100.0	0.00050067209282788	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
DEN0063_000000015067	3043	0.8885451618636924	5	5	3	3	4	False	101913	fragment	False	ENG0049_000000005390	0.5699158535050745		0	0	False	False	1.0	0					non-mobilizable	chromosome	3043.0	99.96700000000001	100.0	0.0005556630227082051	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0376_000000010190	2354	0.8885186912370429	3	3	3	3	3	False	116943	fragment	False	ISR0376_000000010190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1380.0	78.116	83.0	0.0003652612193882692	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0821_000000005146	5158	0.8885146505348573	7	6	0	2	5	False	98451	maximal	False	ISR0021_000000003942	0.9917358057706078		0	0	True	True	1.0	61	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	no_good_hit	2203.0	98.63799999999999	81.0	0.3224860744649663	CP010159.1	enterobacteria	Escherichia coli strain D10 plasmid B, complete genome	True	True
AST0005_000000000058	70807	0.8885070024809373	104	13	5	10	8	False	128811	maximal	True	AST0005_000000000058	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6003.0	93.786	58.0	0.0018600567816631191	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0151_000000008914	2631	0.8885055237052999	3	3	2	3	2	False	57111	maximal	True	ENG0151_000000008914	1.0		1	1	False	False	0.982136070728302	0					non-mobilizable	no_good_hit	1213.0	71.393	45.0	0.008274231678486997	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ENG0094_000000003647	4634	0.8885046762305693	7	7	0	2	7	False	98451	maximal	False	ISR0021_000000003942	0.6196653223017599		0	0	False	True	1.0	0		MOBF		MOB_unknown	mobilizable	no_good_hit	3380.0	99.734	78.0	0.49530929346232777	KC853438.1	enterobacteria	Escherichia coli ACN001 plasmid pACN001-E, complete sequence	True	True
MAD0045_000000032126	1332	0.888497370348225	2	1	1	1	1	False	17810	maximal	False	MAD0093_000000022231	0.9442148760330579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0143_000000008012	2338	0.8884963837592408	3	2	2	2	2	False	112029	fragment	False	AST0061_000000017470	0.9732031574574159		0	0	False	False	0.9910179376602173	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
CAN0008_000000005371	5215	0.8884940973476987	7	6	3	3	5	True	128685	backbone	False	FIJ0105_000000005116	0.1197895623975031	PS1045|PS1046|PS656|PS658	0	0	True	True	0.9969319105148315	31					non-mobilizable	no_good_hit	3126.0	93.89	81.0	0.5279093369418133	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0795_000000002467	3418	0.8884934817299825	6	3	3	3	1	True	56845	maximal	True	ISR0795_000000002467	1.0		0	0	False	False	0.99941486120224	0					non-mobilizable	no_good_hit	2895.0	90.155	84.0	0.48314227916385705	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
SPA0096_000000037074	1170	0.8884873426986227	3	1	1	1	1	False	5152	fragment	False	SPA0096_000000037074	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1050.0	98.476	90.0	0.02483780840081451	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0021_000000003942	5439	0.8884872240868438	6	6	0	2	6	False	98451	maximal	True	ISR0021_000000003942	0.9995834577840137		3	3	True	True	1.0	74	rep_cluster_2370	MOBF		MOB_unknown	mobilizable	no_good_hit	3334.0	99.67	77.0	0.4887813462384514	KM085451.1	enterobacteria	Escherichia coli O104:H7 strain RM9387 plasmid pO104:H7_S1, complete sequence	True	True
ISR0200_000000003929	5198	0.8884872240868438	6	6	0	2	6	False	98451	maximal	False	ISR0021_000000003942	0.9917390862566431		0	0	True	True	1.0	20	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	no_good_hit	3055.0	99.836	81.0	0.4476693051890941	KC853438.1	enterobacteria	Escherichia coli ACN001 plasmid pACN001-E, complete sequence	True	True
FIJ0064_000000005164	5198	0.8884872240868438	7	6	0	2	6	False	98451	maximal	False	ISR0021_000000003942	0.9917782421254638		0	0	True	True	1.0	13	ColRNAI_rep_cluster_1857,rep_cluster_2350	MOBF		MOB_unknown	mobilizable	no_good_hit	3668.0	99.727	81.0	0.5375256523013779	KC853438.1	enterobacteria	Escherichia coli ACN001 plasmid pACN001-E, complete sequence	True	True
MON0027_000000037318	1118	0.8884805361409227	1	1	1	1	1	False	12606	maximal	True	MON0027_000000037318	1.0		1	1	False	False	0.9991055727005005	0					non-mobilizable	no_good_hit	163.0	73.006	14.0	2.308147168040471e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
ENG0070_000000007502	3199	0.8884694438882941	3	3	2	3	3	True	123489	fragment	False	CAN0012_000000009399	0.1544676992720432		0	0	False	False	0.9965614080429077	0					non-mobilizable	other	3201.0	94.939	100.0	0.024569532855592418	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0027_000000006253	1889	0.8884656657843861	3	1	1	1	1	False	89071	fragment	False	SPA0125_000000018205	0.6160130718954249		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	96.76700000000001	95.0	0.011184639011956548	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0081_000000004137	2536	0.8884654993050096	3	2	0	1	2	False	117813	fragment	False	CHI0081_000000004137	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1637.0	100.0	100.0	0.0003965751037131162	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
CHI0012_000000000559	11534	0.8884566024603895	12	10	6	8	7	True	90121	fragment	False	CHI0012_000000000559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	91.238	15.0	0.0009370199692780338	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
SPA0127_000000008352	3530	0.8884506614742738	4	3	3	3	2	True	79264	fragment	False	ISR0161_000000008110	0.9456340689695493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	71.975	18.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0288_000000015962	1880	0.8884448269461186	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.3877480237893647		0	0	False	False	0.9920212626457214	0					non-mobilizable	other	1881.0	98.139	99.0	0.013399701911899991	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
SPA0009_000000013794	2592	0.8884447511398136	3	1	1	1	1	False	8137	fragment	False	SPA0009_000000013794	1.0		0	0	False	False	0.9803240895271301	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.892464910992091e-06	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	False
CHI0154_000000025905	1305	0.8884447511398136	2	1	1	1	1	False	79111	maximal	True	CHI0154_000000025905	1.0		0	0	False	False	0.9900383353233337	0					non-mobilizable	no_good_hit								True	False
FIJ0124_000000004855	5197	0.8884396323413016	13	2	2	2	2	True	44867	maximal	True	FIJ0124_000000004855	1.0		1	1	False	False	0.999807596206665	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0034933367835425022	LN852821.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0131	True	True
ISR0849_000000000319	33861	0.8884341543473122	32	15	8	12	9	True	64456	maximal	True	ISR0849_000000000319	0.9999113003370588		9	2	True	True	1.0	58					non-mobilizable	no_good_hit	8847.0	96.406	59.0	0.3093180307218587	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0129_000000000432	33822	0.8884341543473122	32	15	8	12	9	True	64456	maximal	False	ISR0849_000000000319	0.9993355187383717		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	8847.0	96.406	59.0	0.3093180307218587	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0006_000000008703	2238	0.8884291824973067	4	4	4	4	3	False	105535	fragment	False	ISR0006_000000008703	1.0		0	0	False	False	0.997765839099884	0					non-mobilizable	no_good_hit	738.0	93.76700000000001	33.0	0.005627642736441281	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
USA0004_01_000000018221	1189	0.8884279811527303	2	2	2	2	2	False	17313	fragment	False	MON0087_000000043184	0.9633399080977978		0	0	False	False	0.9848612546920776	0					non-mobilizable	no_good_hit	165.0	75.758	14.0	3.0880005825265294e-05	CP050009.1	enterobacteria	Citrobacter sp. Y3 chromosome, complete genome	True	False
DEN0061_000000003948	7810	0.8884244572927579	4	1	1	1	1	False	89122	maximal	True	DEN0061_000000003948	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2484.0	97.786	59.0	0.01996510328302524	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0034_000000002018	6201	0.8884244572927579	3	1	1	1	1	False	89121	fragment	False	CHI0034_000000002018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1913.0	93.57	58.0	0.01525324241961292	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0022_000000008931	1687	0.8884244572927579	2	1	1	1	1	False	83755	fragment	False	MON0031_000000018051	0.9462786793508674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	95.251	86.0	0.008595527752538856	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0779_000000005424	5837	0.8884243279298096	11	8	7	8	8	False	125086	fragment	False	SPA0155_000000001948	0.35666189954489136		0	0	False	False	0.9989720582962036	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	11.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0032_000000004331	5605	0.8884243279298096	11	8	7	8	8	False	125086	fragment	False	SPA0155_000000001948	0.3869286901499778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	12.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
TAN0017_000000025311	1492	0.88842024904962	2	2	1	2	1	True	2450	maximal	True	TAN0017_000000025311	1.0		1	1	False	False	0.9953083395957947	0					non-mobilizable	no_good_hit	487.0	90.34899999999999	38.0	0.00010815988434459116	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0239_000000005069	2782	0.8884194738175943	5	2	2	2	2	False	60168	fragment	False	ISR0239_000000005069	0.9976057462090981		0	0	False	False	1.0	0					non-mobilizable	plasmid	2782.0	98.23899999999999	100.0	0.01669305805702958	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
MAD0053_000000004557	2595	0.8884113599384265	4	4	2	4	1	True	17220	maximal	True	MAD0053_000000004557	1.0		1	1	False	False	0.9772639870643616	0					non-mobilizable	no_good_hit	1962.0	97.961	75.0	0.0010501591572164837	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
ISR0117_000000017834	1532	0.8884109443407311	3	2	1	1	2	False	32408	fragment	False	ISR0117_000000017834	1.0		0	0	False	False	0.9902088642120361	0					non-mobilizable	no_good_hit	750.0	77.067	48.0	0.0003226621026346062	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0256_000000014181	1268	0.8884109443407311	2	2	1	1	2	False	26831	fragment	False	ISR0256_000000014181	1.0		0	0	False	False	0.9731861352920532	0					non-mobilizable	no_good_hit	750.0	77.067	58.0	0.0003226621026346062	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0053_01_000000014186	1301	0.8884102532263022	1	1	1	1	1	False	1057	fragment	False	USA0053_01_000000014186	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	99.43	94.0	0.00037188129234200115	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MAD0103_000000005804	3334	0.8884064435200614	4	3	3	3	2	False	68531	fragment	False	MAD0103_000000005804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	79.52199999999999	29.0	0.0002661665385279563	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0192_000000005990	3262	0.8884051303793065	4	3	1	1	2	True	29134	backbone	False	ISR0260_000000003607	0.9960949234004206	PS85	0	0	True	True	1.0	137	rep_cluster_1868				non-mobilizable	no_good_hit	904.0	80.531	40.0	0.3257163583605368	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	True	True
ISR0260_000000003607	3246	0.8884051303793065	5	3	1	1	2	True	29134	backbone	True	ISR0260_000000003607	0.9960960960960961	PS85	2	1	True	True	1.0	66	rep_cluster_1868				non-mobilizable	no_good_hit	592.0	84.12200000000001	42.0	0.1983164983164983	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ISR0049_000000010340	2839	0.8884051303793065	5	3	1	1	2	True	91090	maximal	False	USA0013_01_000000003972	0.9994431607177899		0	0	True	True	1.0	84	rep_cluster_1868				non-mobilizable	chromosome	1598.0	100.0	100.0	0.5792528110264781	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	False	True
CHI0089_000000002885	2756	0.8884051303793065	4	3	1	1	2	True	91090	maximal	False	USA0013_01_000000003972	0.9955598725427661		0	0	True	True	0.9996371269226074	6	rep_cluster_1868				non-mobilizable	chromosome	1685.0	99.525	100.0	0.6108088501994922	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	False	True
FIJ0016_000000012843	1487	0.8883912540088694	2	1	1	1	1	False	113556	fragment	False	FIJ0016_000000012843	0.9462025316455696		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	89.34700000000001	94.0	0.00030818862320594137	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0004_000000003297	4891	0.8883904115920991	5	2	2	2	1	True	92834	fragment	False	ISR0004_000000003297	1.0		0	0	False	False	0.997342050075531	0					non-mobilizable	no_good_hit								True	True
ISR0121_000000002520	8426	0.8883843154278985	9	8	3	3	7	False	118188	backbone	False	CHI0082_000000001020	0.9257326218516764	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	58.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
MON0066_000000026539	1367	0.8883705857877614	2	2	2	2	2	False	107557	fragment	False	MAD0016_000000002666	0.0968959949307719		0	0	False	False	1.0	0					non-mobilizable	chromosome	1357.0	89.315	99.0	0.00045541187847470343	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0043_000000014706	1770	0.8883592765189122	3	3	3	2	2	False	18029	fragment	False	MAD0043_000000014706	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1770.0	99.435	100.0	0.0003645267087421294	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
FIJ0107_000000008012	3432	0.8883585482832119	4	3	2	2	3	False	42296	fragment	False	FIJ0107_000000008012	1.0		0	0	False	False	0.9836829900741577	0					non-mobilizable	chromosome	2923.0	99.41799999999999	93.0	0.0015642605294387299	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
ISR0056_000000002167	7830	0.8883565320265621	9	9	4	5	9	True	74985	maximal	True	ISR0056_000000002167	0.9896372572025979		11	1	False	False	0.9997445940971375	0					non-mobilizable	other	7650.0	93.83	98.0	0.0031061788345340367	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0067_000000003081	7740	0.8883565320265621	9	9	4	5	9	True	74985	maximal	False	ISR0056_000000002167	0.98774590159598		0	0	False	False	1.0	0					non-mobilizable	other	7660.0	93.825	99.0	0.0031102471761640747	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
DEN0031_000000003385	7644	0.8883565320265621	9	9	4	5	9	True	74986	fragment	False	DEN0031_000000003385	1.0		0	0	False	False	0.999738335609436	0					non-mobilizable	no_good_hit	4141.0	88.43299999999999	86.0	0.0014522477363785587	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	True
ISR0082_000000003363	7613	0.8883565320265621	9	9	4	5	9	True	74985	maximal	False	ISR0056_000000002167	0.9816634046430517		0	0	False	False	0.999868631362915	0					non-mobilizable	other	7627.0	93.811	100.0	0.003096821648784949	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0013_000000002888	7613	0.8883565320265621	9	9	4	5	9	True	74985	maximal	False	ISR0056_000000002167	0.9815766539227769		0	0	False	False	1.0	0					non-mobilizable	other	7627.0	93.79799999999999	100.0	0.003096821648784949	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0851_000000001762	7588	0.8883565320265621	9	9	4	5	9	True	74985	maximal	False	ISR0056_000000002167	0.979412118502894		0	0	False	False	0.9988139271736145	0					non-mobilizable	other	7602.0	93.791	100.0	0.003086650794709854	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0122_000000007887	2233	0.8883502070152836	4	1	1	1	1	False	100861	fragment	False	ISR0122_000000007887	0.9839584274740172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0108_000000013326	1356	0.8883501926005256	2	1	1	1	1	False	14608	maximal	True	MAD0108_000000013326	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000017864	1617	0.8883438481127128	4	4	4	3	3	False	14445	maximal	True	MAD0112_000000017864	1.0		3	2	False	False	0.9925788640975952	0					non-mobilizable	no_good_hit	260.0	93.462	33.0	6.94076711823637e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0188_000000007410	2933	0.8883389541659628	5	4	4	3	3	False	128335	maximal	True	ISR0188_000000007410	1.0		0	0	False	False	0.9948858022689819	0					non-mobilizable	chromosome	1868.0	98.501	100.0	0.0006561248570108189	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
CHI0162_000000017991	1777	0.8883389534811986	3	3	3	3	2	False	113621	fragment	False	CHI0162_000000017991	1.0		0	0	False	False	0.9988744854927063	0					non-mobilizable	other	1781.0	89.837	100.0	0.0666066606660666	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ISR0029_000000023297	1868	0.8883369162382413	3	3	3	3	2	False	128251	fragment	False	ISR0029_000000023297	0.992112916183016		0	0	False	False	0.9994646906852722	0					non-mobilizable	other	1868.0	99.14299999999999	100.0	0.018692618067862113	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0009_000000001961	4543	0.8883287078261793	8	4	3	4	2	False	48167	fragment	False	MAD0009_000000001961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0107_000000019676	1286	0.8883215427921852	1	1	1	1	1	False	51633	fragment	False	FIJ0107_000000019676	1.0		0	0	False	False	0.9976671934127808	0					non-mobilizable	other	1287.0	99.456	100.0	0.004544651376471004	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
FIJ0041_000000027159	1403	0.8883200783562368	2	2	2	2	1	False	47350	maximal	True	FIJ0041_000000027159	1.0		106	13	False	False	0.9893085956573486	0					non-mobilizable	no_good_hit	605.0	97.851	43.0	0.9983471074380166	EU063793.1	bacteria	Uncultured bacterium clone LM0ACA5ZC02FM1 genomic sequence	True	False
FIJ0151_000000003856	4495	0.8883185487897722	3	3	3	3	3	False	43994	maximal	True	FIJ0151_000000003856	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	3084.0	98.411	71.0	0.0010229900585414526	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	False
MON0051_000000003819	7321	0.8883052328130437	7	4	2	4	1	True	109373	fragment	False	MON0051_000000003819	1.0		0	0	False	False	0.9998633861541748	0					non-mobilizable	no_good_hit	2180.0	94.771	81.0	0.09434126019788232	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
MAD0021_000000004096	3483	0.8882969641168121	3	3	2	3	3	True	98068	fragment	False	MAD0021_000000004096	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3483.0	99.971	100.0	0.023614624519331846	CP033632.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb1, complete sequence	False	True
MON0098_000000033173	1099	0.8882893987130691	2	2	2	1	1	True	32506	fragment	False	MON0101_000000051659	0.20598591549295775		0	0	False	False	0.9945405125617981	0					non-mobilizable	no_good_hit	335.0	72.23899999999999	29.0	9.6948033746346e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0048_000000006321	4179	0.8882892586389747	2	2	2	2	1	False	64279	fragment	False	ENG0048_000000006321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.0037191093711769025	NZ_VULP01000041.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq41, whole genome shotgun sequence	True	False
MON0024_000000015588	3011	0.8882830994817354	4	4	4	3	3	False	124943	fragment	False	MON0024_000000015588	0.9407939767282684		0	0	False	False	0.9860511422157288	0					non-mobilizable	other	2981.0	78.229	98.0	0.0070609430087947	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
CHI0173_000000005202	3209	0.8882749143681932	4	4	4	3	3	False	131564	fragment	False	CHI0173_000000005202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2120.0	76.274	69.0	0.012112528555070287	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
FIJ0067_000000005375	5671	0.8882599120250836	7	5	4	5	4	False	45244	maximal	False	FIJ0169_000000003411	0.9565778853914447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2027.0	91.465	44.0	0.0006221966153748517	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0149_000000001110	21532	0.8882556452180057	23	9	6	7	5	False	114902	fragment	False	AST0149_000000001110	1.0		0	0	False	False	0.99995356798172	0					non-mobilizable	no_good_hit	1217.0	92.68700000000001	6.0	0.0003385182865295612	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0365_000000004177	3541	0.8882556071568528	5	5	3	3	5	False	23661	maximal	True	ISR0365_000000004177	1.0		23	4	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	93.1	27.0	0.03009229585950519	NZ_CYYA01000030.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0155_000000004821	4897	0.8882326513464858	11	8	3	5	5	True	89798	fragment	False	ENG0155_000000004821	1.0		0	0	False	False	0.999183177947998	0					non-mobilizable	other	4897.0	100.0	100.0	0.045916644783734105	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	False	True
USA0056_01_000000013378	1271	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.7670720602727739		0	0	False	False	1.0	0					non-mobilizable	chromosome	1271.0	99.60700000000001	100.0	0.0001932619451099554	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
USA0033_01_000000008603	1205	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5557030652051628		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	99.834	100.0	0.00018321841095463487	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
USA0060_01_000000009758	1151	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.48077313614087347		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	99.566	100.0	0.00017500097391846353	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0102_000000013668	1144	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.4804634265804766		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.56299999999999	100.0	0.00017393575059895987	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
USA0108_01_000000008670	1144	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.4804634265804766		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.56299999999999	100.0	0.00017393575059895987	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CAN0011_000000026353	1144	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.4804634265804766		0	0	False	False	0.9956293702125549	0					non-mobilizable	chromosome	1144.0	99.56299999999999	100.0	0.00017393575059895987	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
USA0075_01_000000021499	1144	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.4804634265804766		0	0	False	False	0.9991258978843689	0					non-mobilizable	chromosome	1144.0	99.56299999999999	100.0	0.00017393575059895987	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0166_000000006851	1144	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.4804634265804766		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.56299999999999	100.0	0.00017393575059895987	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0190_000000025831	1144	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.4804634265804766		0	0	False	False	0.9991258978843689	0					non-mobilizable	chromosome	1144.0	99.56299999999999	100.0	0.00017393575059895987	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0134_000000032838	1143	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.47031508728665367		0	0	False	False	0.9982502460479736	0					non-mobilizable	chromosome	1143.0	99.56299999999999	100.0	0.00017378357583903076	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0135_000000016651	1135	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.3831837592137563		0	0	False	False	0.9947136640548706	0					non-mobilizable	chromosome	1135.0	99.559	100.0	0.00017256617775959798	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0001_000000020612	1134	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.38298715084552853		0	0	False	False	0.9991181492805481	0					non-mobilizable	chromosome	1134.0	99.559	100.0	0.00017241400299966887	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CAN0015_000000029842	1133	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.36399148040723545		0	0	False	False	1.0	0					non-mobilizable	chromosome	1133.0	99.559	100.0	0.00017226182823973978	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CAN0016_000000039369	1129	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.36329184861389247		0	0	False	False	1.0	0					non-mobilizable	chromosome	1129.0	99.557	100.0	0.00017165312920002337	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
SPA0067_000000018047	1128	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.3630187705903835		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	99.20200000000001	100.0	0.0014208753954055421	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
USA0111_01_000000022295	1124	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.3620875402436597		0	0	False	False	0.9928825497627258	0					non-mobilizable	chromosome	1124.0	99.64399999999999	100.0	0.0001708922554003779	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0187_000000025790	1118	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.31165442899826334		0	0	False	False	0.9812164306640625	0					non-mobilizable	chromosome	1118.0	99.64200000000001	100.0	0.00016997920684080328	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0145_000000016496	1108	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.29936576780228535		0	0	False	False	1.0	0					non-mobilizable	chromosome	1108.0	99.819	100.0	0.0001684574592415123	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0109_000000022076	1104	0.8882295856659439	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.2983202113991268		0	0	False	False	0.9773550629615784	0					non-mobilizable	chromosome	1104.0	99.819	100.0	0.00016784876020179592	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
SPA0079_000000003659	5887	0.8882228981251122	5	2	2	2	2	False	42545	maximal	True	SPA0079_000000003659	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	85.427	3.0	0.03948942959712804	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
FIJ0117_000000003994	5418	0.8882228981251122	5	2	2	2	2	False	42546	maximal	True	FIJ0117_000000003994	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	83.7	8.0	0.09014758675708018	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
CAN0006_000000029304	1538	0.8882158984967833	2	1	1	1	1	False	95589	maximal	True	CAN0006_000000029304	1.0		7	3	False	False	0.9973992109298706	0					non-mobilizable	no_good_hit	474.0	78.27	31.0	0.00010633840228134335	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0073_000000004842	5272	0.8882074805326517	7	7	6	5	6	False	112789	fragment	False	ISR0073_000000004842	1.0		0	0	False	True	0.9988619089126587	0					non-mobilizable	no_good_hit	2635.0	73.928	49.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
DEN0007_000000003607	7925	0.8882062223919405	5	5	4	5	2	False	76335	maximal	True	DEN0007_000000003607	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1132.0	90.459	38.0	0.0005506486316970431	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0112_000000010807	2946	0.8881960186374903	4	3	3	2	2	False	116939	fragment	False	ISR0112_000000010807	0.9716940434241622		0	0	False	True	0.9969450235366821	0					non-mobilizable	no_good_hit	1722.0	74.971	58.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ENG0078_000000009291	2825	0.8881960186374903	3	3	3	2	2	False	116939	fragment	False	ISR0112_000000010807	0.9615859619853072		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1721.0	75.189	60.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0346_000000007651	2754	0.8881960186374903	3	3	3	2	2	False	116939	fragment	False	ISR0112_000000010807	0.6388200589970502		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1719.0	75.16	62.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
SPA0124_000000000100	92363	0.8881944900392714	83	9	3	7	4	True	114214	maximal	False	USA0056_01_000000000032	0.9259003185168838		0	0	True	True	1.0	156					non-mobilizable	no_good_hit	937.0	82.28399999999999	2.0	0.005185280278632068	MT074142.1	viruses	Bacteroides phage DAC23, complete genome	True	True
ISR0265_000000002446	6125	0.888192690962836	9	7	5	5	6	True	127267	backbone	False	ISR0236_000000001067	0.7170800067668194	PS757|PS758|PS996|PS998	0	0	True	True	1.0	28	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	4291.0	99.76700000000001	76.0	0.8756635361371988	DQ305402.1	high GC Gram+	Bifidobacterium bifidum plasmid pB80, complete sequence	True	True
ENG0060_000000025481	1250	0.8881909597869612	1	1	1	0	1	False	63302	fragment	False	ENG0060_000000025481	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000012334	2254	0.8881868722275608	4	3	3	3	2	False	108731	fragment	False	FIJ0136_000000011349	0.9497544077944323		0	0	False	False	0.9991126656532288	0					non-mobilizable	no_good_hit	639.0	96.714	40.0	0.017596116719068897	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0071_01_000000007091	1672	0.8881863989354338	2	2	2	2	2	False	86638	fragment	False	CHI0134_000000008218	0.6635816606064193		0	0	False	False	0.9994019269943237	0					non-mobilizable	other	1672.0	99.163	100.0	0.0030836118302924724	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
MON0102_000000015982	2860	0.8881815260348221	3	3	3	3	3	False	95677	fragment	False	CAN0006_000000016678	0.6939781484300701		0	0	False	False	0.987062931060791	0					non-mobilizable	other	2869.0	98.432	100.0	0.009861024198705827	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
CAN0006_000000016678	2708	0.8881815260348221	3	3	3	3	3	False	95677	fragment	False	CAN0006_000000016678	0.8040099680812285		0	0	False	False	0.9974150657653809	0					non-mobilizable	other	2708.0	99.48299999999999	100.0	0.00667837705815887	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
SPA0034_000000013407	2707	0.8881815260348221	3	3	3	3	3	False	95677	fragment	False	CAN0006_000000016678	0.8021488623194292		0	0	False	False	1.0	0					non-mobilizable	other	2704.0	98.00299999999999	100.0	0.009293705860914173	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
USA0101_01_000000012192	2667	0.8881815260348221	3	3	3	3	3	False	95677	fragment	False	CAN0006_000000016678	0.6788884094726051		0	0	False	False	0.999625027179718	0					non-mobilizable	other	2667.0	100.0	100.0	0.00916648902153059	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
SPA0122_000000010618	2638	0.8881815260348221	3	3	3	3	3	False	95677	fragment	False	CAN0006_000000016678	0.6559964754774394		0	0	False	False	0.9954510927200317	0					non-mobilizable	other	2519.0	98.37200000000001	99.0	0.0046323380613352465	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
AST0048_000000004256	3885	0.8881799299753697	5	4	4	4	1	False	114954	maximal	True	AST0048_000000004256	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0020_000000011364	3260	0.8881613521192573	3	3	3	2	3	False	91916	maximal	True	CAN0020_000000011364	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	75.62	21.0	0.012942445337778214	NZ_SLUM01000028.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_128, whole genome shotgun sequence	True	False
SPA0041_000000024060	1402	0.8881605574062671	2	2	2	2	1	True	6898	maximal	True	SPA0041_000000024060	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	85.20700000000001	73.0	0.000264271099549214	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0022_000000022777	1173	0.8881589476578522	1	1	0	1	0	True	37569	fragment	False	ISR0022_000000022777	1.0		0	0	False	False	0.9701619744300842	0					non-mobilizable	no_good_hit								True	True
FIJ0105_000000029828	1167	0.8881562166415036	3	1	1	1	1	False	42383	fragment	False	FIJ0105_000000029828	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	90.361	99.0	0.002427666617179348	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0019_000000013357	2189	0.8881505230486579	4	3	2	2	3	False	104718	fragment	False	MON0033_000000027687	0.9474145486415425		0	0	False	False	0.9922338724136353	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000021607	1510	0.8881487589788389	2	2	2	2	2	False	49063	maximal	False	FIJ0041_000000023675	0.9707547169811321		0	0	False	False	0.998675525188446	0					non-mobilizable	other	1503.0	97.538	99.0	0.11638899651297946	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0163_000000001592	2905	0.8881461640758761	4	4	4	4	4	False	87235	fragment	False	ISR0787_000000004009	0.8178122322029402		0	0	False	False	0.9938037991523743	0					non-mobilizable	other	2889.0	98.37299999999999	99.0	0.01263894967177243	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0106_000000008016	2515	0.8881409239955323	5	4	3	4	3	False	107435	maximal	True	AST0106_000000008016	1.0		0	0	False	False	0.9992047548294067	0					non-mobilizable	no_good_hit	2021.0	99.802	80.0	0.08287859516678292	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
ENG0116_000000008144	2874	0.8881385206136839	6	2	1	2	2	False	59476	fragment	False	ENG0116_000000008144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	79.173	23.0	0.0010761435626757542	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
FIJ0023_000000012730	2539	0.8881363487878878	4	2	2	2	2	True	65005	maximal	True	FIJ0023_000000012730	1.0		1	1	False	False	0.993304431438446	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.43050414594611e-05	NZ_FNEM01000004.1	g-proteobacteria	Ferrimonas sediminum strain DSM 23317, whole genome shotgun sequence	True	True
ISR0121_000000003032	7196	0.8881327631506633	8	8	8	7	7	False	121558	maximal	True	ISR0121_000000003032	1.0		62	11	False	False	1.0	0					non-mobilizable	no_good_hit	3767.0	99.867	52.0	0.0007516452968679583	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0199_000000004578	5764	0.8881304354556641	9	9	5	6	9	False	28825	maximal	True	ISR0199_000000004578	0.9964305842569979		1	1	False	False	0.9979181289672852	0					non-mobilizable	plasmid	5403.0	99.63	100.0	0.031482204570223035	CP032169.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 plasmid unnamed2, complete sequence	False	True
SPA0093_000000013510	2922	0.8881285350619432	5	4	1	3	2	False	123457	fragment	False	SPA0093_000000013510	0.9927926588905985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	97.29700000000001	29.0	0.00023761870789719758	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0131_000000007859	2361	0.8881269184363482	3	3	3	3	3	False	79437	fragment	False	FIJ0131_000000007859	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2361.0	99.40700000000001	100.0	0.0004395650243325317	LR130543.1	enterobacteria	Klebsiella variicola strain 04153260899A genome assembly, chromosome: 1	False	False
FIJ0119_000000005386	3131	0.8881244990797397	6	3	1	2	2	True	88001	maximal	False	CHI0037_000000004135	0.9997449145841111		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1565.0	79.48899999999999	62.0	0.3363062867087231	HQ622101.1	g-proteobacteria	Haemophilus parasuis strain lung6591 plasmid pHPS1019 tetracycline resistance efflux pump (tetB), replication protein (rep), and hypothetical proteins genes, complete cds	True	True
ISR0158_000000005734	3130	0.8881244990797397	6	3	1	2	2	True	88001	maximal	False	CHI0037_000000004135	0.9997444293407434		0	0	True	True	0.9993610382080078	21					non-mobilizable	no_good_hit	1565.0	79.48899999999999	62.0	0.3363062867087231	HQ622101.1	g-proteobacteria	Haemophilus parasuis strain lung6591 plasmid pHPS1019 tetracycline resistance efflux pump (tetB), replication protein (rep), and hypothetical proteins genes, complete cds	True	True
CHI0140_000000009403	3130	0.8881244990797397	6	3	1	2	2	True	88001	maximal	False	CHI0037_000000004135	0.9996810171553502		0	0	True	True	0.9977635741233826	14					non-mobilizable	no_good_hit	1565.0	79.48899999999999	62.0	0.3363062867087231	HQ622101.1	g-proteobacteria	Haemophilus parasuis strain lung6591 plasmid pHPS1019 tetracycline resistance efflux pump (tetB), replication protein (rep), and hypothetical proteins genes, complete cds	True	True
ISR0849_000000007228	3693	0.8881162117248087	3	3	2	2	3	False	33644	maximal	True	ISR0849_000000007228	0.995680044593088		3	1	False	False	0.9997292160987854	0					non-mobilizable	no_good_hit	742.0	80.189	20.0	0.00019981511018627148	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0068_000000006678	4551	0.8881119631406015	5	4	0	1	4	False	80539	fragment	False	FIJ0068_000000006678	0.9737777777777777		0	0	False	False	0.999560534954071	0					non-mobilizable	plasmid	4551.0	99.055	100.0	0.028802492669550293	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
MAD0037_000000002864	4500	0.8881119631406015	5	4	0	1	4	False	80539	fragment	False	FIJ0068_000000006678	0.968138870577895		0	0	False	False	0.9964444637298584	0					non-mobilizable	plasmid	4422.0	98.507	100.0	0.02797920242173993	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
MON0104_000000010741	3965	0.8881119631406015	5	4	0	1	4	False	80538	fragment	False	MON0104_000000010741	0.9676584734799483		0	0	False	False	1.0	0					non-mobilizable	plasmid	3965.0	100.0	100.0	0.025104019556309885	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
FIJ0015_000000015382	1990	0.8881116880858473	3	3	3	3	3	False	50346	fragment	False	FIJ0015_000000015382	1.0		0	0	False	False	0.9984924793243408	0					non-mobilizable	no_good_hit	366.0	74.317	18.0	0.001297449316120989	NZ_QICB01000003.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_003, whole genome shotgun sequence	True	False
MAD0077_000000002094	4555	0.8881112399816902	5	2	1	2	2	False	67360	fragment	False	MAD0077_000000002094	1.0		0	0	False	False	0.9995608925819397	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	False
ENG0101_000000012708	2544	0.8881108769194358	3	3	3	2	3	False	107865	fragment	False	ENG0101_000000012708	1.0		0	0	False	False	0.9996069073677063	0					non-mobilizable	other	2545.0	97.99600000000001	100.0	0.023321049447225125	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MAD0065_000000000843	10745	0.8881085139580959	8	6	6	6	6	False	52046	fragment	False	MAD0065_000000000843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3948.0	73.15100000000001	36.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
CAN0007_000000013425	3101	0.8881048033773304	4	4	4	3	3	False	111486	fragment	False	CAN0020_000000011695	0.9708293913591928		0	0	False	False	0.9993550181388855	0					non-mobilizable	other	3054.0	96.038	100.0	0.0005815129980265939	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
AST0006_000000001399	11797	0.8881041780166983	16	7	5	6	2	True	127680	maximal	True	AST0006_000000001399	1.0		1	1	False	False	0.9988980293273926	0					non-mobilizable	no_good_hit	720.0	85.833	6.0	0.039232876712328765	NZ_SMUS01000054.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00054, whole genome shotgun sequence	True	True
DEN0070_000000006212	5176	0.8881023869026201	5	5	5	5	3	False	92542	maximal	True	DEN0070_000000006212	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	3907.0	97.185	81.0	0.02112173386399031	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ISR0350_000000005786	3023	0.8880949586134499	4	3	0	1	3	False	41985	fragment	False	ISR0350_000000005786	1.0		0	0	False	False	0.996361255645752	0					non-mobilizable	plasmid	2941.0	100.0	97.0	0.016201114239897722	AP019689.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-2 DNA, complete genome	False	True
ISR0089_000000005965	4009	0.8880940106462122	3	2	2	2	1	True	92833	fragment	False	ISR0089_000000005965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0121_000000003877	5820	0.8880932655390287	8	6	3	4	5	True	128071	backbone	False	ENG0060_000000004144	0.9926588030416239	PS1028	0	0	True	True	1.0	210		MOBV			mobilizable	no_good_hit	2451.0	86.944	83.0	0.40105107571029724	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0122_000000002612	5797	0.8880932655390287	8	6	3	4	5	True	128071	backbone	False	ENG0060_000000004144	0.9963207280841225	PS1028	0	0	True	True	1.0	33		MOBV			mobilizable	no_good_hit	2451.0	86.90299999999999	83.0	0.40105107571029724	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0008_000000004804	5796	0.8880932655390287	8	6	3	4	5	True	128071	backbone	False	ENG0060_000000004144	0.9958443284251289	PS1028	0	0	True	True	1.0	18		MOBV			mobilizable	no_good_hit	2451.0	86.90299999999999	83.0	0.40105107571029724	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0056_000000003191	5796	0.8880932655390287	8	6	3	4	5	True	128071	backbone	False	ENG0060_000000004144	0.9963414833148446	PS1028	0	0	True	True	1.0	83		MOBV			mobilizable	no_good_hit	2451.0	86.90299999999999	83.0	0.40105107571029724	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0007_000000007415	5796	0.8880932655390287	8	6	3	4	5	True	128071	backbone	False	ENG0060_000000004144	0.9958443284251289	PS1028	0	0	True	True	1.0	64		MOBV			mobilizable	no_good_hit	2451.0	86.90299999999999	83.0	0.40105107571029724	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0087_000000005402	5682	0.8880863266498278	5	5	5	5	5	False	111069	fragment	False	FIJ0095_000000004547	0.8664256283799805		0	0	False	False	0.9977120757102966	0					non-mobilizable	no_good_hit	515.0	71.845	9.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0054_000000007213	3530	0.8880844991103912	5	2	0	1	2	True	64003	maximal	False	FIJ0025_000000005302	0.7891471947538476		0	0	False	True	0.9997166991233826	0	Col(MP18)			MOBP	mobilizable	plasmid	2257.0	100.0	100.0	0.5840020709293295	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	False	True
MON0076_000000008792	4907	0.8880709091162118	10	4	3	3	0	True	93505	fragment	False	MON0076_000000008792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	92.63	33.0	0.03392375818251829	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
CAN0021_000000001352	20864	0.8880706791706405	19	8	6	7	3	True	92844	fragment	False	CAN0022_000000001013	0.9853756229332589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0010_000000009192	3077	0.8880693312981481	5	2	1	2	1	True	126333	maximal	True	AST0010_000000009192	1.0		1	1	False	False	0.9993500113487244	0					non-mobilizable	no_good_hit	67.0	98.507	2.0	2.6571282575370465e-05	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	True
FIJ0094_000000003603	4960	0.8880673214817287	6	4	4	4	3	False	128369	maximal	True	FIJ0094_000000003603	1.0		0	0	False	False	0.9897177219390869	0					non-mobilizable	other	1869.0	98.50200000000001	93.0	0.0006780251926125397	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0028_000000008936	1962	0.888062457320293	3	2	1	2	2	False	76857	fragment	False	ENG0028_000000008936	0.9940300182696812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	72.986	42.0	0.00035801992847412777	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ISR0814_000000004560	8334	0.8880540344680857	10	4	2	2	4	True	78980	maximal	True	ISR0814_000000004560	0.9992362600834639		5	2	False	False	0.9998800158500671	0					non-mobilizable	no_good_hit	142.0	83.803	2.0	0.016765885068642936	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
FIJ0156_000000003448	2188	0.88803584277637	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.15091368612845055		0	0	False	False	0.9968007206916809	0					non-mobilizable	other	2025.0	90.272	99.0	0.0005700012917396913	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0091_000000009100	1754	0.88803584277637	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.1494741441725338		0	0	False	False	1.0	0					non-mobilizable	other	1755.0	92.821	100.0	0.0004938506985829785	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0792_000000002259	5007	0.8880286821410249	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.751575756108679		0	0	False	False	0.9986019730567932	0					non-mobilizable	chromosome	5007.0	99.94	100.0	0.0009604280984502113	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0155_000000007938	2381	0.8880144325559799	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.5513532660634716		0	0	False	False	0.9945400953292847	0					non-mobilizable	other	2379.0	95.67	99.0	0.054160951074531324	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0166_000000010732	1910	0.8880097057463857	4	3	2	2	1	False	131721	fragment	False	ISR0166_000000010732	1.0		0	0	False	False	0.9942408204078674	0					non-mobilizable	no_good_hit	897.0	87.96	67.0	0.00023877310819878786	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0028_000000000477	12152	0.8879964497975109	17	3	1	3	1	True	88736	fragment	False	CHI0028_000000000477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2338.0	71.343	19.0	0.02288007926638155	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	True	True
ISR0062_000000011887	2972	0.8879902277358664	3	3	2	3	1	False	35355	maximal	True	ISR0062_000000011887	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	75.824	6.0	5.51944537197555e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0055_000000005779	2394	0.8879800558459243	5	3	1	2	3	True	48544	maximal	False	FIJ0127_000000008026	0.9952460850111856		0	0	False	False	1.0	0	Inc11				non-mobilizable	no_good_hit	1078.0	90.353	82.0	0.05114296784192174	NZ_CP033610.1	firmicutes	Weissella hellenica strain 0916-4-2 plasmid pWHSP020, complete sequence	True	True
FIJ0127_000000008026	2384	0.8879800558459243	6	3	1	2	3	True	48544	maximal	True	FIJ0127_000000008026	0.9962394334082783		19	1	False	False	1.0	0	Inc11				non-mobilizable	no_good_hit	1450.0	83.931	82.0	0.5393985534830605	CP031007.1	firmicutes	Lactobacillus curvatus strain TMW 1.1928 plasmid p-1.1928_4, complete sequence	True	True
ENG0112_000000004240	6086	0.8879748260645065	6	5	4	5	4	False	121322	maximal	True	ENG0112_000000004240	1.0	PS849	1	1	False	True	0.9986854791641235	0					non-mobilizable	no_good_hit	3415.0	97.57	57.0	0.000705175925174078	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
CAN0021_000000017954	2413	0.8879744912883695	3	3	2	1	2	False	91593	fragment	False	CAN0021_000000017954	1.0		0	0	False	False	0.9995855689048767	0					non-mobilizable	no_good_hit	712.0	90.449	34.0	0.00016587763969416923	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0043_000000004208	5788	0.8879730500944268	7	6	3	2	4	True	118159	fragment	False	FIJ0043_000000004208	0.9887614302241143		0	0	False	False	0.9993089437484741	0	rep_cluster_1097				non-mobilizable	plasmid	3929.0	99.898	96.0	0.43906529516994636	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0277_000000003757	2351	0.8879527485551507	4	2	2	2	2	False	129566	fragment	False	ISR0277_000000003757	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1452.0	97.10700000000001	99.0	0.00038884374859308774	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0075_000000008057	2384	0.8879499946977807	6	2	1	2	2	True	48544	maximal	False	FIJ0127_000000008026	0.9959609594455938		0	0	False	False	0.9991610646247864	0	Inc11				non-mobilizable	no_good_hit	1451.0	83.87299999999999	82.0	0.5393985534830605	CP031007.1	firmicutes	Lactobacillus curvatus strain TMW 1.1928 plasmid p-1.1928_4, complete sequence	True	True
MON0033_000000031571	1960	0.8879451624462505	3	3	3	3	2	False	95292	fragment	False	ISR0384_000000006469	0.536311503572583		0	0	False	False	0.9984694123268127	0					non-mobilizable	chromosome	1960.0	98.62200000000001	100.0	0.0005678779366811753	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0205_000000004989	3732	0.8879438662008279	7	3	3	3	2	False	118727	maximal	True	ISR0205_000000004989	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1639.0	94.99700000000001	59.0	0.03347862565739661	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
USA0034_01_000000012378	4568	0.8879348252938004	6	3	3	1	1	False	108807	fragment	False	USA0034_01_000000012378	0.9621195533172762		0	0	False	False	0.9975919723510742	0					non-mobilizable	no_good_hit	1714.0	98.71600000000001	38.0	0.042622542921124655	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ENG0029_000000010080	2407	0.8879346026513093	4	4	2	4	1	True	85739	maximal	True	ENG0029_000000010080	1.0		27	6	False	False	0.9995845556259155	0					non-mobilizable	no_good_hit	1698.0	98.41	71.0	0.008287675297189311	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
ENG0171_000000003757	6007	0.8879231924289446	8	6	3	3	4	False	115728	fragment	False	ISR0053_000000003122	0.5576120007797302		0	0	False	False	0.9996670484542847	0					non-mobilizable	other	5997.0	99.46600000000001	99.0	0.046388721234350096	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0342_000000003172	5782	0.8879231924289446	8	6	3	3	4	False	115728	fragment	False	ISR0053_000000003122	0.4389264771467078		0	0	False	False	0.9967139363288879	0					non-mobilizable	other	5783.0	99.23899999999999	100.0	0.04472507234938174	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0060_000000006449	2374	0.8879226811858518	3	2	2	2	2	False	6236	fragment	False	SPA0060_000000006449	0.9989455925769717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	93.846	3.0	1.6021388553719216e-05	NZ_LT575483.1	firmicutes	Massilibacillus massiliensis strain Marseille-P2411, whole genome shotgun sequence	True	False
SPA0061_000000007123	2371	0.8879226811858518	3	2	2	2	2	False	6236	fragment	False	SPA0060_000000006449	0.9983150800336984		0	0	False	False	0.9995782375335693	0					non-mobilizable	no_good_hit	70.0	92.85700000000001	3.0	1.727305953447853e-05	NZ_LT575483.1	firmicutes	Massilibacillus massiliensis strain Marseille-P2411, whole genome shotgun sequence	True	False
CHI0188_000000002606	5816	0.8879217443789712	6	5	3	4	3	True	106906	backbone	False	ISR0821_000000004031	0.9936380804033135	PS656|PS657	0	0	True	True	1.0	28					non-mobilizable	other	4566.0	98.664	99.0	0.7718200270635994	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0847_000000003891	5796	0.8879217443789712	6	5	3	4	3	True	106906	backbone	False	ISR0821_000000004031	0.9934843361563386	PS656|PS657	0	0	True	True	1.0	54					non-mobilizable	other	5696.0	98.876	98.0	0.962956698240866	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
USA0063_01_000000004198	4903	0.8879217443789712	7	5	3	4	3	True	106904	backbone	False	CHI0164_000000004878	0.9498561063864739	PS656	0	0	True	True	1.0	340					non-mobilizable	other	3574.0	94.068	93.0	0.6033491204330176	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0215_000000005839	4899	0.8879217443789712	7	5	3	4	3	True	106904	backbone	False	CHI0164_000000004878	0.9504667415433924	PS656	0	0	True	True	1.0	5					non-mobilizable	other	2856.0	94.74799999999999	92.0	0.4822395128552097	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0164_000000004878	4876	0.8879217443789712	6	5	3	4	3	True	106904	backbone	True	CHI0164_000000004878	0.9511398648158705	PS656	12	7	True	True	0.9995898008346558	61					non-mobilizable	other	2792.0	94.62799999999999	92.0	0.47141407307171856	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0030_000000006648	4863	0.8879217443789712	6	5	3	4	3	True	106904	backbone	False	CHI0164_000000004878	0.939475264326084	PS656	0	0	False	True	0.9901295304298401	0					non-mobilizable	other	4875.0	98.728	100.0	0.8240866035182679	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0003_000000003629	4838	0.8879217443789712	6	5	3	4	3	True	106904	backbone	False	CHI0164_000000004878	0.9448162496708359	PS656	0	0	True	True	1.0	126					non-mobilizable	other	4439.0	94.436	94.0	0.7496617050067659	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0106_000000002715	10892	0.8879127257330474	9	8	6	7	7	False	44821	fragment	False	MON0106_000000002715	1.0		0	0	False	False	0.9999082088470459	0					non-mobilizable	no_good_hit	739.0	76.861	7.0	0.0028598962946200395	NZ_SLWB01000004.1	CFB group bacteria	Acetobacteroides hydrogenigenes strain RL-C Ga0181008_104, whole genome shotgun sequence	True	False
CHI0131_000000016360	1127	0.8879104796163744	1	1	1	1	1	False	80970	fragment	False	CHI0131_000000016360	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1023.0	80.25399999999999	91.0	0.00028466677907928474	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0136_000000011360	3450	0.8879018503249161	4	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9743836934490782		0	0	False	False	1.0	0					non-mobilizable	chromosome	3450.0	99.82600000000001	100.0	0.000964455521654669	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0150_000000005535	3401	0.8879018503249161	4	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9803311547379828		0	0	False	False	1.0	0					non-mobilizable	other	3235.0	78.485	98.0	0.0008515097054864017	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
SPA0122_000000008691	3381	0.8879018503249161	3	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9740357970494959		0	0	False	False	1.0	0					non-mobilizable	other	3235.0	79.258	99.0	0.0008515097054864017	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
SPA0128_000000010910	3365	0.8879018503249161	3	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9788590576260779		0	0	False	False	0.9979197382926941	0					non-mobilizable	chromosome	3240.0	100.0	97.0	0.0009057325122178814	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0001_000000010156	3355	0.8879018503249161	3	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9781179657772273		0	0	False	False	0.9946348667144775	0					non-mobilizable	chromosome	3245.0	99.969	98.0	0.0009071306791092335	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0067_000000006614	3341	0.8879018503249161	3	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9786452135711016		0	0	False	False	1.0	0					non-mobilizable	other	3235.0	78.485	99.0	0.0008515097054864017	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0200_000000006021	3295	0.8879018503249161	3	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9670590610043471		0	0	False	False	1.0	0					non-mobilizable	chromosome	3232.0	99.90700000000001	98.0	0.000903495445191718	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0013_000000007979	3279	0.8879018503249161	4	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9671013745825396		0	0	False	False	0.9984751343727112	0					non-mobilizable	chromosome	3278.0	99.90799999999999	100.0	0.0009163585805921573	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0114_000000013806	3270	0.8879018503249161	3	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9657700592357905		0	0	False	False	0.9993883967399597	0					non-mobilizable	chromosome	3216.0	100.0	99.0	0.0008990213111393913	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0153_000000005299	3269	0.8879018503249161	3	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9730938874853842		0	0	False	False	0.9996941089630127	0					non-mobilizable	chromosome	3253.0	99.939	99.0	0.0009090881127571264	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0034_000000011038	3266	0.8879018503249161	3	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9668836500031966		0	0	False	False	0.9987752437591553	0					non-mobilizable	chromosome	3266.0	99.939	100.0	0.0009130029800529122	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0073_000000049052	1110	0.8879007147410147	2	2	2	2	2	False	70030	maximal	True	DEN0073_000000049052	1.0		5	4	False	False	0.99909907579422	0					non-mobilizable	no_good_hit	273.0	72.527	24.0	0.00039033489857140353	NZ_FQWZ01000001.1	g-proteobacteria	Hydrocarboniphaga daqingensis strain CGMCC 1.7049, whole genome shotgun sequence	True	False
ISR0219_000000026446	1231	0.8878968530878822	3	2	2	2	2	False	28024	fragment	False	ISR0219_000000026446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	6.0	2.0758532754968674e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0268_000000000374	20012	0.8878965964871885	18	9	7	7	7	False	26508	maximal	True	ISR0268_000000000374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5141.0	94.301	43.0	0.12741975615824833	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
FIJ0129_000000001048	16287	0.8878958965660263	15	14	11	13	9	True	74228	maximal	False	DEN0026_000000001508	0.9695309724031742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	71.17	6.0	0.03242097828006357	NZ_FRAE01000032.1	firmicutes	Tepidibacter formicigenes DSM 15518, whole genome shotgun sequence	True	True
SPA0109_000000016231	1976	0.8878898411880342	4	2	2	2	2	False	107575	maximal	True	SPA0109_000000016231	1.0		3	2	False	False	0.9949392676353455	0					non-mobilizable	no_good_hit	1050.0	95.81	53.0	0.12085253456221198	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
CHI0171_000000001519	4063	0.8878891652628839	4	3	0	1	3	False	117771	maximal	True	CHI0171_000000001519	1.0	PS794	2	1	False	True	0.9997538924217224	0					non-mobilizable	no_good_hit	1378.0	89.33200000000001	45.0	0.000588979360878149	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0279_000000004093	4474	0.8878888829793483	7	3	0	2	2	False	127309	maximal	True	ISR0279_000000004093	1.0	PS1004	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1628.0	98.34200000000001	36.0	0.2902534808996787	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
ISR0211_000000003198	5705	0.887881454362413	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.8766582618793213		0	0	False	False	0.9996494054794312	0					non-mobilizable	chromosome	5705.0	99.807	100.0	0.001151782708841891	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0130_000000003464	7466	0.8878772628911825	11	9	6	9	5	False	99156	maximal	True	ISR0130_000000003464	1.0		6	1	False	False	0.9990624189376831	0					non-mobilizable	no_good_hit	2926.0	98.565	89.0	0.11099305581907183	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	True	False
ENG0143_000000007777	2415	0.8878761013749874	3	3	1	2	2	True	57618	fragment	False	ENG0143_000000007777	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	other	2415.0	98.758	100.0	0.0010029404772436915	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
FIJ0127_000000007179	2665	0.8878646496804191	5	3	1	2	2	True	45617	maximal	False	FIJ0075_000000007073	0.981385918158984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	94.044	25.0	0.00019623038938070683	NZ_CP018888.1	firmicutes	Lactobacillus amylophilus DSM 20533 = JCM 1125 strain DSM 20533 chromosome, complete genome	True	True
FIJ0075_000000017401	1134	0.8878615479980793	2	1	1	1	1	False	44556	fragment	False	FIJ0075_000000017401	1.0		0	0	False	False	0.9858906269073486	0					non-mobilizable	no_good_hit	54.0	88.889	5.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ISR0075_000000005169	4370	0.8878595981043179	5	5	3	5	3	False	34645	fragment	False	ISR0075_000000005169	1.0		0	0	False	False	0.9997711777687073	0					non-mobilizable	no_good_hit	130.0	84.615	3.0	0.1471264367816092	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
ISR0213_000000020056	1372	0.8878530832774088	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.0915846564010039		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	93.294	100.0	0.029676804436357333	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
ISR0395_000000017134	2258	0.887838066084802	3	2	1	2	1	False	22727	maximal	True	ISR0395_000000017134	1.0		1	1	False	False	0.9840567111968994	0					non-mobilizable	no_good_hit	1385.0	78.41199999999999	61.0	0.21448908573236317	CP021601.1	other sequences	Unidentified plasmid plasmid FAKO05_000706F, complete sequence	True	False
CHI0118_000000001948	4282	0.8878342958217966	6	6	4	5	5	True	82000	maximal	True	CHI0118_000000001948	1.0		2	1	False	False	0.99976646900177	0					non-mobilizable	no_good_hit	2628.0	100.0	61.0	0.01439270667258373	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
USA0121_01_000000022640	1970	0.8878308709771404	3	2	1	2	2	True	177	fragment	False	USA0121_01_000000022640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	1.226050257639136e-06	LN590696.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG32, chromosome: 32	True	True
ISR0298_000000004935	2929	0.8878291625161946	3	3	3	3	2	False	109896	fragment	False	ISR0298_000000004935	0.9947274483032681		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	70.985	18.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
MON0033_000000019568	3370	0.8878277093228025	4	4	4	4	3	False	19917	fragment	False	MON0033_000000019568	1.0		0	0	False	False	0.9884272813796997	0					non-mobilizable	no_good_hit	1110.0	78.018	33.0	0.009613207711464447	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
AST0061_000000020517	2048	0.8878118268786546	3	3	3	2	2	False	112003	maximal	True	AST0061_000000020517	1.0		0	0	False	False	0.99951171875	0					non-mobilizable	no_good_hit	1560.0	99.23100000000001	76.0	0.002159408385817992	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
CHI0137_000000003465	3865	0.887810108690979	5	5	0	1	5	False	80538	fragment	False	MON0104_000000010741	0.9577553593947037		0	0	False	False	0.9945666193962097	0					non-mobilizable	plasmid	3831.0	100.0	99.0	0.0211055331764654	AP019689.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-2 DNA, complete genome	False	True
USA0125_01_000000011574	2062	0.8878068690299853	4	3	3	3	2	False	75540	fragment	False	ISR0320_000000011641	0.9431444836543986		0	0	False	False	0.9985451102256775	0					non-mobilizable	other	2063.0	98.01299999999999	100.0	0.00790216657460259	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0130_000000018517	1120	0.8878017257144177	2	2	2	2	2	False	40858	fragment	False	FIJ0130_000000018517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	95.98	89.0	0.02303805683029713	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
USA0079_01_000000004038	3157	0.887794150047657	4	2	1	2	2	False	83090	fragment	False	USA0079_01_000000004038	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1599.0	99.124	51.0	0.28388701367916147	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ETH0004_000000009575	2967	0.8877910051933625	6	5	3	5	1	False	52919	maximal	True	ETH0004_000000009575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	84.74600000000001	2.0	6.180140438363755e-05	NZ_PVTJ01000001.1	high GC Gram+	Glycomyces artemisiae strain CGMCC 4.7067 Ga0171607_101, whole genome shotgun sequence	True	False
FIJ0120_000000003277	6703	0.8877810507084424	9	6	6	6	6	False	69727	fragment	False	FIJ0120_000000003277	0.967004234563331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	72.258	17.0	0.0002410411162176454	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0197_000000004562	2193	0.8877801765189465	4	4	4	3	2	False	54375	fragment	False	ENG0197_000000004562	1.0		0	0	False	False	0.9794801473617554	0					non-mobilizable	other	2194.0	99.134	100.0	0.021675071689904082	NZ_QSFT01000011.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf11, whole genome shotgun sequence	False	False
ENG0150_000000006643	2492	0.8877789061362173	4	4	4	3	3	False	87763	fragment	False	ENG0150_000000006643	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2492.0	100.0	100.0	0.0005189809306280211	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
MON0035_000000005313	4617	0.8877732356529068	8	4	3	4	2	True	12214	fragment	False	MON0035_000000005313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	91.89399999999999	50.0	0.044820947246823256	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
USA0119_01_000000013131	1872	0.8877727921309826	3	3	3	3	3	False	95478	fragment	False	CAN0013_000000011994	0.9663335070136796		0	0	False	False	0.9989316463470459	0					non-mobilizable	other	1768.0	78.846	93.0	0.03642633228840125	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
SPA0007_000000004680	4851	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9718710400483249		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3411.0	96.51100000000001	73.0	0.0007606924823098275	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	True
CHI0045_000000003900	4804	0.8877659445049165	5	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9774865660298611		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3443.0	96.398	75.0	0.0019130695843618654	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
USA0047_01_000000007170	4793	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9718628434080493		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3456.0	96.70100000000001	75.0	0.0019202971067671848	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
ISR0110_000000004832	4790	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9732328257997208		0	0	False	True	0.9995824694633484	0					non-mobilizable	no_good_hit	3513.0	97.381	73.0	0.0007254241644553729	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
SPA0090_000000006721	4776	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9763863606997747		0	0	False	True	0.9995812177658081	0					non-mobilizable	no_good_hit	3440.0	96.512	74.0	0.014048651321300584	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
SPA0136_000000007887	4772	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9733676050143615		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3497.0	96.54	76.0	0.0019430916005070385	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
ISR0029_000000009659	4765	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9749821643406936		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3517.0	97.384	74.0	0.0007262506232015483	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ENG0070_000000004769	4756	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9726331482234071		0	0	False	True	0.9989486932754517	0					non-mobilizable	no_good_hit	3440.0	97.471	74.0	0.0007103412923376737	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ENG0001_000000005119	4750	0.8877659445049165	5	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9737655642158172		0	0	False	True	0.9985263347625732	0					non-mobilizable	no_good_hit	3440.0	97.471	75.0	0.0007103412923376737	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
CHI0009_000000001853	4733	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.972279907113307		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3440.0	97.32600000000001	75.0	0.0007103412923376737	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ISR0037_000000004232	4701	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9731685937522279		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3451.0	96.40700000000001	75.0	0.01409360046747112	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
MON0102_000000009705	4620	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9665772620977646		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3415.0	96.515	75.0	0.013946494170913	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
AUS0004_000000004618	4616	0.8877659445049165	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9658938700337468		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3415.0	97.57	74.0	0.000705175925174078	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ISR0821_000000011863	2494	0.887754663140402	5	4	3	2	3	True	129444	fragment	False	ISR0024_000000008234	0.6391675956893348		0	0	False	False	1.0	0					non-mobilizable	other	2494.0	99.399	100.0	0.0007755680810647526	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0847_000000004295	5307	0.8877490433142212	6	4	3	3	3	False	61373	fragment	False	ISR0038_000000004760	0.9392245895913378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1363.0	91.34299999999999	26.0	0.21758135016998542	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0374_000000001752	8184	0.8877278345232327	8	8	5	5	7	True	91154	fragment	False	DEN0016_000000000447	0.9705219454329774		0	0	False	False	1.0	0					non-mobilizable	other	8027.0	99.975	99.0	0.021670689757588523	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
SPA0098_000000004624	7391	0.8877262549380482	8	6	4	6	2	True	108334	fragment	False	SPA0098_000000004624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0206_000000004509	5586	0.8877093417335193	7	2	1	2	0	False	67454	maximal	True	ISR0206_000000004509	1.0		1	1	True	True	1.0	55					non-mobilizable	no_good_hit	521.0	91.74700000000001	27.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0078_000000006022	4341	0.8877093417335193	6	2	1	2	0	False	116302	backbone	True	ENG0078_000000006022	0.9585663446873411	PS767	1	1	True	True	0.9997696280479431	6					non-mobilizable	no_good_hit	1180.0	99.068	32.0	0.3008939974457216	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0040_000000005119	3748	0.8877093417335193	3	2	1	2	0	True	116346	maximal	True	AST0040_000000005119	1.0		1	1	True	True	1.0	13	rep_cluster_1351	MOBQ			mobilizable	no_good_hit	1759.0	95.45200000000001	88.0	0.483719646799117	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	True	True
ENG0119_000000026351	1129	0.8877081190407146	1	1	1	1	1	False	78783	fragment	False	MON0008_000000030537	0.21036908547749833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	74.005	39.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
DEN0007_000000006298	4471	0.8876975117314087	5	4	1	2	2	False	76324	fragment	False	DEN0007_000000006298	1.0		0	0	False	False	1.0	0	rep_cluster_1152	MOBQ			mobilizable	plasmid	3698.0	99.351	91.0	0.5242553191489362	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ENG0181_000000005541	3818	0.8876975117314087	4	4	1	2	2	False	55279	fragment	False	ENG0181_000000005541	1.0		0	0	False	False	1.0	0	rep_cluster_1152	MOBQ			mobilizable	plasmid	3818.0	99.97399999999999	100.0	0.5414184397163121	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0066_000000012724	2546	0.8876901919054426	4	1	1	1	1	False	102965	fragment	False	ISR0066_000000012724	1.0		0	0	False	False	0.9972506165504456	0					non-mobilizable	no_good_hit								True	False
CAN0010_000000009072	1455	0.8876823730906793	2	2	2	2	2	False	108428	fragment	False	ENG0174_000000013316	0.9593791281373845		0	0	False	False	0.9821305871009827	0					non-mobilizable	chromosome	1455.0	99.31299999999999	100.0	0.0002938622206565739	CP057650.1	enterobacteria	Escherichia coli strain RHB19-C10 chromosome, complete genome	False	False
MON0012_000000000805	16824	0.8876745091187016	23	9	2	9	4	False	72347	maximal	True	MON0012_000000000805	1.0		1	1	False	False	0.9903708696365356	0					non-mobilizable	no_good_hit	592.0	95.101	4.0	0.004626693910143498	NZ_CYXV01000011.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0051_000000000230	51337	0.8876745047816934	49	10	2	9	5	True	96303	fragment	False	CAN0004_000000000142	0.9369998065433541		0	0	False	False	1.0	0					non-mobilizable	virus	21654.0	96.961	98.0	0.22144705749971869	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ISR0306_000000003743	2527	0.8876743914047656	4	3	2	3	2	False	127054	fragment	False	ENG0049_000000005054	0.3082775468267158		0	0	False	False	0.9968342185020447	0					non-mobilizable	chromosome	2154.0	98.42200000000001	100.0	0.0006241149554234662	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0012_000000010055	2763	0.8876703688911242	2	2	2	2	2	False	48116	maximal	True	MAD0012_000000010055	1.0		2	1	False	False	0.9989142417907715	0					non-mobilizable	no_good_hit	198.0	73.737	7.0	3.159444458920708e-05	CP038438.1	g-proteobacteria	Pseudomonas fluorescens strain LBUM677 chromosome, complete genome	True	False
MON0103_000000044008	1326	0.8876585059227382	1	1	1	1	1	False	88324	fragment	False	ISR0241_000000008914	0.2161638404625631		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	98.839	97.0	0.0020584274252742974	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0010_000000012467	1531	0.8876476654829005	2	2	2	2	1	False	88191	fragment	False	FIJ0010_000000012467	0.9900071377587438		0	0	False	False	0.9921619892120361	0					non-mobilizable	other	1531.0	98.955	100.0	0.0004136902822530384	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0051_000000004920	8417	0.8876435142039876	15	5	4	5	2	False	113980	maximal	True	ISR0051_000000004920	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	90.0	3.0	4.794628049557603e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
CHI0087_000000001007	5893	0.8876426482819824	7	6	3	4	6	False	130157	backbone	False	CHI0140_000000005922	0.9190274617288454	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4833.0	99.648	82.0	0.9621664675428117	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0370_000000015471	1733	0.8876393629565252	3	3	2	1	2	False	119708	fragment	False	AUS0020_000000015389	0.9869093620033444		0	0	False	False	0.9988459348678589	0					non-mobilizable	chromosome	1733.0	100.0	100.0	0.0002664847431330174	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
AUS0020_000000015389	1726	0.8876393629565252	3	3	2	1	2	False	119708	fragment	False	AUS0020_000000015389	0.9873315671054227		0	0	False	False	1.0	0					non-mobilizable	chromosome	1726.0	100.0	100.0	0.00026540772627278004	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0174_000000011566	1703	0.8876393629565252	3	3	2	1	2	False	119708	fragment	False	AUS0020_000000015389	0.9691686853943078		0	0	False	False	1.0	0					non-mobilizable	chromosome	1703.0	99.883	100.0	0.0002714012741189544	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ENG0052_000000004273	6240	0.8876333822368877	10	10	2	4	10	False	98183	fragment	False	ENG0052_000000004273	1.0		0	0	False	True	0.999839723110199	0					non-mobilizable	plasmid	4865.0	96.177	100.0	0.028804283164782868	FJ386569.1	enterobacteria	Escherichia coli strain H30 plasmid pO26-Vir, complete sequence	False	True
FIJ0163_000000004823	5131	0.8876252704113795	15	2	0	2	1	True	68351	fragment	False	FIJ0163_000000004823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	0.005627655909038704	MH552519.1	viruses	Inoviridae sp. isolate ctbe117, complete genome	True	True
ISR0385_000000011366	1988	0.8876195918814779	3	3	3	3	2	False	23040	maximal	True	ISR0385_000000011366	1.0		0	0	False	False	0.998993992805481	0					non-mobilizable	no_good_hit	1553.0	88.281	87.0	0.0005177577175017504	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ENG0015_000000007488	2422	0.8876108107688837	4	4	3	2	3	False	113076	fragment	False	ENG0015_000000007488	1.0		0	0	False	False	0.9995871186256409	0					non-mobilizable	chromosome	2031.0	83.99799999999999	90.0	0.0005348946396911118	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0237_000000001944	4291	0.8876051113974645	7	4	2	4	3	False	76017	maximal	True	ISR0237_000000001944	1.0		3	2	False	False	0.9995338916778564	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000009623	3930	0.8876051113974645	7	4	2	4	3	False	76017	maximal	False	ISR0237_000000001944	0.9579352132370077		0	0	False	False	0.9989821910858154	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000012045	3179	0.8875755731142096	4	3	2	3	1	True	120437	fragment	False	DEN0022_000000012045	1.0		0	0	False	False	0.9955961108207703	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
ISR0145_000000011113	2758	0.8875687525964298	3	2	1	1	2	False	31070	maximal	True	ISR0145_000000011113	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	82.946	5.0	5.904165250205147e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
SPA0001_000000017874	1882	0.8875682940369829	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.09429919643779518		0	0	False	False	0.9994686245918274	0					non-mobilizable	other	1810.0	88.12200000000001	96.0	0.012048353703332666	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MAD0012_000000002705	8969	0.8875513823890766	6	2	1	2	0	True	87788	backbone	False	ISR0060_000000003567	0.9322402795534953	PS452	0	0	False	True	0.999219536781311	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	0.008557457212713936	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ISR0025_000000008356	4533	0.8875507081482641	7	4	1	3	3	False	110845	fragment	False	ISR0025_000000008356	1.0		0	0	False	False	0.9962497353553772	0					non-mobilizable	no_good_hit	2953.0	95.598	87.0	0.004955196484970526	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
FIJ0142_000000029447	1249	0.8875464367793895	3	3	2	3	1	False	40808	fragment	False	FIJ0142_000000029447	0.954914703493095		0	0	False	False	0.9903923273086548	0					non-mobilizable	other	1245.0	96.948	99.0	0.028523605347029555	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0106_000000019671	2120	0.8875462272155316	4	3	2	2	1	False	8651	maximal	True	MON0106_000000019671	1.0		1	1	False	False	0.9995282888412476	0					non-mobilizable	no_good_hit	99.0	100.0	5.0	0.035430224150397684	NZ_VJZV01000078.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold77_1, whole genome shotgun sequence	True	False
CAN0020_000000012085	3074	0.8875458774027647	5	3	1	2	3	True	91898	fragment	False	CAN0020_000000012085	0.9664584018414994		0	0	False	False	0.9993493556976318	0					non-mobilizable	other	3076.0	99.415	100.0	0.0005363858277543447	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0181_000000007767	2446	0.8875458774027647	3	3	1	2	3	True	87542	fragment	False	ISR0318_000000001729	0.9583500200240288		0	0	False	False	1.0	0					non-mobilizable	other	2446.0	99.67299999999999	100.0	0.01881970796739457	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0045_000000002432	6911	0.8875396747651499	8	5	4	3	5	False	87194	fragment	False	ISR0366_000000001621	0.6428675232406146		0	0	False	False	0.999421238899231	0					non-mobilizable	no_good_hit	1051.0	90.866	15.0	0.16723328476606766	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0772_000000002347	2110	0.8875353314810455	3	2	2	2	1	False	73219	fragment	False	ISR0772_000000002347	1.0		0	0	False	False	0.999052107334137	0					non-mobilizable	chromosome	2116.0	94.896	100.0	0.0004075955773085472	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
MAD0060_000000014018	1214	0.8875265953152097	2	1	1	1	1	False	16850	fragment	False	MAD0060_000000014018	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	99.34100000000001	100.0	0.0039047787667594843	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0131_000000005751	4795	0.8875252944255471	5	4	4	4	2	False	58378	maximal	True	ENG0131_000000005751	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	99.18799999999999	19.0	0.00030915286370344306	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
MAD0087_000000009095	3043	0.8875218927971407	4	4	4	4	4	False	129309	maximal	False	FIJ0076_000000004945	0.9565793894912445		0	0	False	False	0.9957278966903687	0					non-mobilizable	chromosome	1954.0	87.052	94.0	0.000677604070086011	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0101_000000008655	5188	0.8874977406625135	3	3	3	3	2	False	4951	fragment	False	SPA0101_000000008655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	79.41199999999999	3.0	0.0004062938612691143	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
CAN0010_000000005988	2173	0.8874881106901018	3	3	2	3	1	False	94615	maximal	True	CAN0010_000000005988	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2200.0	89.09100000000001	100.0	0.011159875245090569	CP019193.1	enterobacteria	Salmonella enterica subsp. enterica serovar Rubislaw str. ATCC 10717 plasmid pATCC10717, complete sequence	False	True
ISR0822_000000002022	2901	0.8874858880327903	4	4	4	3	3	False	54377	fragment	False	ISR0822_000000002022	1.0		0	0	False	False	0.9972423315048218	0					non-mobilizable	other	2901.0	99.96600000000001	100.0	0.028675961633540987	NZ_QSFT01000011.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf11, whole genome shotgun sequence	False	False
MON0108_000000012509	1740	0.8874790934496672	2	1	1	1	1	False	8531	fragment	False	MON0108_000000012509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	97.93799999999999	28.0	0.049402878432173114	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
AUS0008_000000017792	1395	0.8874790190600657	2	2	2	2	1	False	101755	backbone	True	AUS0008_000000017792	1.0	PS590	1	1	True	True	0.9978494644165039	2					non-mobilizable	no_good_hit	702.0	72.792	50.0	0.012806514296289442	NZ_MBEW02000011.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_11_length_54035_cov_209.225, whole genome shotgun sequence	True	True
MAD0047_000000010662	3699	0.8874757587635559	4	4	4	3	4	False	71496	fragment	False	FIJ0012_000000006775	0.9529921861961549		0	0	False	False	0.9997296333312988	0					non-mobilizable	no_good_hit	2201.0	91.413	59.0	0.1859972908906197	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0103_000000014566	1996	0.8874681638831837	2	2	2	2	1	False	70437	fragment	False	ISR0103_000000014566	1.0		0	0	False	False	0.9839679598808289	0					non-mobilizable	no_good_hit	91.0	81.319	5.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
ISR0189_000000009240	1704	0.8874681638831837	3	2	2	2	1	False	36685	fragment	False	ISR0189_000000009240	1.0		0	0	False	False	0.9911971688270569	0					non-mobilizable	no_good_hit	91.0	81.319	5.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
ISR0034_000000000920	17960	0.8874405560622607	15	11	9	10	8	False	82191	fragment	False	ISR0034_000000000920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4281.0	92.969	24.0	0.07439539614374881	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ISR0033_000000001703	13029	0.8874378634009882	12	8	5	7	4	True	122761	fragment	False	ISR0033_000000001703	1.0		0	0	False	False	0.99900221824646	0					non-mobilizable	no_good_hit	4287.0	92.58200000000001	50.0	0.017552137397376617	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0201_000000006021	1228	0.8874361111692112	3	1	0	1	0	True	54149	maximal	True	ENG0201_000000006021	1.0		19	5	False	False	0.975570023059845	0					non-mobilizable	no_good_hit	1022.0	92.46600000000001	85.0	0.0003048126151454876	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	True
SPA0021_000000012397	2668	0.8874333279915879	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.09085109729255125	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2668.0	99.88799999999999	100.0	0.0004655193630396477	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0138_000000011177	2620	0.8874333279915879	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.09084880410364901	PS1101	0	0	False	True	0.9996182918548584	0					non-mobilizable	other	2620.0	99.84700000000001	100.0	0.0004571410617925899	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0338_000000010519	2536	0.8874333279915879	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.07348566453978682	PS1101	0	0	False	True	0.999605655670166	0					non-mobilizable	other	2536.0	99.882	100.0	0.0004424790346102388	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ETH0005_000000023936	1960	0.8874325276692863	2	1	1	1	1	False	52735	fragment	False	ETH0005_000000023936	1.0		0	0	False	False	0.9913265109062195	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000003477	6964	0.8874235255213591	9	9	5	6	8	True	123626	fragment	False	ISR0317_000000001658	0.3867133617929289		0	0	False	True	0.99870765209198	0	rep_cluster_1702				non-mobilizable	chromosome	6940.0	97.81	99.0	0.0015766668784067673	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0086_000000001624	13867	0.8874083660478536	18	14	10	12	10	False	122373	fragment	False	ISR0086_000000001624	1.0		0	0	False	False	0.999423086643219	0					non-mobilizable	chromosome	13878.0	98.883	100.0	0.0039084963305722345	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MON0019_000000039798	1693	0.8874039901215135	2	2	2	2	1	True	57077	maximal	True	MON0019_000000039798	1.0		21	6	False	False	0.9751919507980347	0					non-mobilizable	other	1631.0	96.56700000000001	96.0	0.0020823985549764724	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
ENG0128_000000003246	7157	0.8874027376417207	6	4	4	3	3	False	58669	maximal	True	ENG0128_000000003246	1.0		1	1	False	False	0.9998602867126465	0					non-mobilizable	no_good_hit	1833.0	80.142	25.0	0.015384745935304301	NZ_LT985084.1	euryarchaeotes	Methanobrevibacter oralis strain M2 CSUR P5920, whole genome shotgun sequence	True	False
SPA0072_000000015853	1255	0.8874018436620286	2	1	1	1	1	False	5861	fragment	False	SPA0072_000000015853	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	99.76100000000001	100.0	0.0044771962897110175	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	False	False
SPA0005_000000023548	1202	0.8874018436620286	2	1	1	1	1	False	8277	fragment	False	SPA0005_000000023548	1.0		0	0	False	False	0.9991680383682251	0					non-mobilizable	other	1202.0	99.917	100.0	0.004287968695329292	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	False	False
ISR0144_000000001334	4076	0.8873961410987377	8	5	4	5	3	False	36881	fragment	False	ISR0144_000000001334	1.0		0	0	False	False	0.9992640018463135	0					non-mobilizable	no_good_hit	1086.0	81.676	27.0	0.16664090276704283	NZ_LNAM01000007.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf104, whole genome shotgun sequence	True	False
SPA0108_000000008702	3431	0.8873955707111786	8	4	1	2	3	True	123344	backbone	False	FIJ0074_000000009507	0.9562383325109167	PS890|PS891	0	0	True	True	1.0	61					non-mobilizable	plasmid	2120.0	99.15100000000001	100.0	0.6073373459443967	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0291_000000003808	3427	0.8873955707111786	7	4	1	2	3	True	123344	backbone	False	FIJ0074_000000009507	0.9601933815818218	PS890|PS891	0	0	True	True	1.0	56					non-mobilizable	plasmid	2142.0	99.16	100.0	0.6136428776153625	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ENG0103_000000005604	3422	0.8873955707111786	7	4	1	2	3	True	123344	backbone	False	FIJ0074_000000009507	0.9501386783354542	PS890|PS891	0	0	True	True	1.0	20					non-mobilizable	plasmid	2120.0	99.15100000000001	100.0	0.6073373459443967	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
AST0040_000000005690	3395	0.8873955707111786	8	4	1	2	3	True	123344	backbone	False	FIJ0074_000000009507	0.8846435833693987	PS890|PS891	0	0	True	True	1.0	217					non-mobilizable	plasmid	2120.0	99.71700000000001	99.0	0.6073373459443967	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
FIJ0099_000000006688	3392	0.8873955707111786	6	4	1	2	3	True	123344	backbone	False	FIJ0074_000000009507	0.9582866149231075	PS890|PS891	0	0	True	True	1.0	4					non-mobilizable	plasmid	2154.0	99.118	99.0	0.6170822585267985	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0304_000000002747	3383	0.8873955707111786	6	4	1	2	3	True	123344	backbone	False	FIJ0074_000000009507	0.9540424064999111	PS890|PS891	0	0	True	True	0.9994087815284729	12					non-mobilizable	plasmid	2142.0	99.113	100.0	0.6136428776153625	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ENG0100_000000008784	3365	0.8873955707111786	7	4	1	2	3	True	123344	backbone	False	FIJ0074_000000009507	0.9545159695724221	PS890|PS891	0	0	True	True	1.0	14					non-mobilizable	plasmid	2120.0	99.15100000000001	100.0	0.6073373459443967	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
SPA0062_000000011483	2870	0.8873955707111786	5	4	1	2	3	True	59249	fragment	False	SPA0062_000000011483	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2142.0	99.113	95.0	0.6136428776153625	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
AST0026_000000010633	2777	0.8873955707111786	6	4	1	2	3	True	123343	fragment	False	AST0026_000000010633	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	2142.0	99.066	100.0	0.6136428776153625	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ENG0211_000000014896	1635	0.8873835099449601	3	2	2	2	2	True	73899	maximal	True	ENG0211_000000014896	1.0		31	9	False	False	0.9951070547103882	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	4.0	0.0009947999095636447	NZ_OCNF01000013.1	b-proteobacteria	Alysiella filiformis DSM 16848, whole genome shotgun sequence	True	True
ENG0070_000000011373	2195	0.8873751824072571	4	3	0	2	1	True	79628	maximal	True	ENG0070_000000011373	1.0		46	9	False	False	0.9945330023765564	0					non-mobilizable	no_good_hit	1720.0	95.40700000000001	78.0	0.01163350721413115	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ENG0065_000000022522	1155	0.8873717193436391	1	1	1	1	1	False	62819	fragment	False	ENG0065_000000022522	0.9878048780487805		0	0	False	False	0.9991341829299927	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	4.318036603996292e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
MON0050_000000038676	1066	0.8873717193436391	1	1	1	1	1	False	62819	fragment	False	ENG0065_000000022522	0.9502164502164503		0	0	False	False	0.9943714737892151	0					non-mobilizable	no_good_hit	51.0	88.235	5.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
ISR0075_000000007026	3359	0.8873641815413926	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.04692362250559664	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	2006.0	89.33200000000001	97.0	0.3555515950810907	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0207_000000003182	7067	0.8873620821443426	9	4	2	2	3	False	66750	maximal	True	ISR0207_000000003182	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	254.0	79.528	4.0	0.007112982615870487	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
CHI0168_000000012414	1257	0.8873592002941411	2	2	2	2	1	False	78091	fragment	False	CHI0168_000000012414	1.0		0	0	False	False	0.9920445680618286	0					non-mobilizable	no_good_hit	675.0	86.37	54.0	0.00010354747813424985	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0170_000000005056	2395	0.8873490888081383	3	2	2	2	1	True	122736	fragment	False	ENG0170_000000005056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1785.0	99.664	75.0	0.03266980423755196	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0050_000000007444	3315	0.8873488672417649	3	2	1	2	1	True	35924	fragment	False	ISR0050_000000007444	1.0		0	0	False	False	0.996380090713501	0					non-mobilizable	no_good_hit								True	True
MAD0035_000000011161	1999	0.8873488672417649	2	2	1	2	1	True	18773	fragment	False	MAD0035_000000011161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0179_000000004622	6566	0.8873465286332294	9	4	4	4	3	False	55417	fragment	False	ENG0179_000000004622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	91.944	22.0	0.051085107479767	NZ_QRHR01000016.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf16, whole genome shotgun sequence	True	False
SPA0090_000000006712	4786	0.8873465286332294	7	4	4	4	3	False	6559	fragment	False	SPA0090_000000006712	1.0		0	0	False	False	0.9977016448974609	0					non-mobilizable	no_good_hit	898.0	92.762	26.0	0.04618794783236249	NZ_QRHR01000016.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf16, whole genome shotgun sequence	True	False
ISR0375_000000009915	2206	0.8873442451605855	2	2	2	1	2	False	23383	fragment	False	ISR0375_000000009915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	91.03299999999999	30.0	0.0032981056112728713	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	True	False
ENG0023_000000015558	1139	0.8873396286136175	2	1	1	1	1	False	66251	maximal	True	ENG0023_000000015558	1.0		23	3	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit	898.0	72.04899999999999	77.0	0.007431096149800126	NZ_LDAQ01000002.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_2, whole genome shotgun sequence	True	False
ENG0150_000000007994	2104	0.8873376331863801	3	3	1	1	3	False	57168	fragment	False	ENG0150_000000007994	1.0		0	0	False	False	0.9781368970870972	0					non-mobilizable	plasmid	2027.0	96.89200000000001	96.0	0.02397377794081104	CP057278.1	enterobacteria	Escherichia coli strain RHB31-C01 plasmid pRHB31-C01_3, complete sequence	False	True
MAD0047_000000027405	1688	0.8873291828650515	3	3	2	3	2	False	17642	maximal	True	MAD0047_000000027405	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	85.071	46.0	0.0002239031349910265	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0033_000000029750	1312	0.8873282248687763	2	1	1	1	1	False	48232	fragment	False	FIJ0033_000000029750	0.9738617200674536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0156_000000008791	2077	0.8873173066984487	3	3	2	2	2	False	109615	fragment	False	ISR0339_000000004178	0.31364794324373335		0	0	False	False	1.0	0					non-mobilizable	other	2081.0	99.471	100.0	0.010260660234021982	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0029_000000025015	1732	0.8873163500281018	3	3	2	2	3	False	81509	fragment	False	MON0102_000000025354	0.9927118045072876		0	0	False	False	0.9988452792167664	0					non-mobilizable	chromosome	1732.0	99.538	100.0	0.0003941098002197999	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
USA0053_01_000000011157	1716	0.8873163500281018	3	3	2	2	3	False	81509	fragment	False	MON0102_000000025354	0.9900539946982277		0	0	False	False	1.0	0					non-mobilizable	chromosome	1716.0	99.476	100.0	0.00039046695977871566	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
DEN0045_000000025197	1651	0.8873121676786498	3	3	3	2	1	False	75836	fragment	False	ENG0010_000000012869	0.824025538807744		0	0	False	False	0.9951544404029846	0					non-mobilizable	other	1651.0	99.09100000000001	100.0	0.006329405266065182	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0067_000000019992	1530	0.8873121676786498	3	3	3	2	1	False	75836	fragment	False	ENG0010_000000012869	0.6748264847425842		0	0	False	False	0.9915032386779785	0					non-mobilizable	other	1518.0	99.34100000000001	99.0	0.005819216841588412	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0395_000000030924	1243	0.8873075782499319	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.760623145588057		0	0	False	False	0.991150438785553	0					non-mobilizable	chromosome	1243.0	99.598	100.0	0.00018900105183194062	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
SPA0024_000000011544	1240	0.8873075782499319	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.7496163170499216		0	0	False	False	1.0	0					non-mobilizable	chromosome	1240.0	99.59700000000001	100.0	0.00018854452755215335	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0157_000000021667	1135	0.8873075782499319	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.41958971121665156		0	0	False	False	0.9982379078865051	0					non-mobilizable	chromosome	1135.0	99.559	100.0	0.00017256617775959798	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0843_000000014282	1104	0.8873075782499319	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.3086138345244054		0	0	False	False	1.0	0					non-mobilizable	chromosome	1104.0	99.63799999999999	100.0	0.00016784876020179592	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0774_000000022274	1104	0.8873075782499319	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.3086138345244054		0	0	False	False	1.0	0					non-mobilizable	chromosome	1104.0	99.63799999999999	100.0	0.00016784876020179592	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0828_000000006514	1104	0.8873075782499319	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.3086138345244054		0	0	False	False	1.0	0					non-mobilizable	chromosome	1104.0	99.63799999999999	100.0	0.00016784876020179592	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0811_000000012353	1292	0.8872917478282997	2	2	2	1	1	False	21671	fragment	False	ISR0811_000000012353	1.0		0	0	False	False	0.9821981191635132	0					non-mobilizable	other	1305.0	76.782	100.0	0.000639464767989193	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0067_000000015252	2017	0.8872855514543857	2	2	1	2	2	False	45216	maximal	True	FIJ0067_000000015252	1.0		4	1	False	False	0.9950421452522278	0					non-mobilizable	no_good_hit	420.0	74.048	20.0	0.0009868959474682508	NZ_QRCT01000050.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.50, whole genome shotgun sequence	True	False
AST0140_000000005164	5285	0.8872812133665353	8	5	3	5	3	False	105638	fragment	False	AST0140_000000005164	1.0		0	0	False	False	0.9973509907722473	0					non-mobilizable	no_good_hit								True	False
MAD0032_000000002215	6258	0.8872780514403029	6	6	5	4	5	False	18928	maximal	True	MAD0032_000000002215	1.0		1	1	False	False	0.9984020590782166	0					non-mobilizable	chromosome	4603.0	94.54700000000001	93.0	0.0009455334818946093	CP018323.1	enterobacteria	Escherichia coli strain KSC9 chromosome, complete genome	False	False
MON0109_000000031870	1156	0.8872694031326493	2	2	2	2	1	False	8484	fragment	False	MON0109_000000031870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.0003344281875186623	NZ_JOJN01000011.1	high GC Gram+	Marmoricola aequoreus strain NRRL B-24464 contig11.1, whole genome shotgun sequence	True	False
AUS0022_000000009356	3806	0.8872691538948738	3	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.8319594489289742		0	0	False	False	0.9978980422019958	0					non-mobilizable	other	3807.0	98.976	100.0	0.0006111275335124089	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
DEN0017_000000001008	22000	0.8872677828535009	38	9	5	7	5	False	75266	maximal	True	DEN0017_000000001008	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	83.68799999999999	4.0	0.00018960779389972602	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0063_000000016494	1200	0.8872670561808643	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.2644964444342714		0	0	False	False	0.996666669845581	0					non-mobilizable	other	1200.0	99.833	100.0	0.004599367826674032	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0015_000000010971	2298	0.8872551543381885	4	2	2	2	2	False	116976	fragment	False	ISR0015_000000010971	1.0		0	0	False	False	0.9960835576057434	0					non-mobilizable	chromosome	1383.0	78.308	93.0	0.0003652612193882692	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0110_000000004177	2139	0.8872551543381885	2	2	2	2	2	False	116983	fragment	False	CHI0110_000000004177	1.0		0	0	False	False	0.9925198554992676	0					non-mobilizable	no_good_hit	1795.0	97.772	84.0	0.006504501303438249	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0207_000000015039	1977	0.8872551543381885	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.8046968976279846		0	0	False	False	0.9989883899688721	0					non-mobilizable	other	1921.0	97.91799999999999	97.0	0.00696133918762622	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0387_000000012385	1960	0.8872551543381885	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.8218876653075124		0	0	False	False	1.0	0					non-mobilizable	other	1982.0	96.67	100.0	0.007182506734733095	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0081_000000012609	1882	0.8872551543381885	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.8124896891472227		0	0	False	False	1.0	0					non-mobilizable	other	1904.0	97.21600000000001	100.0	0.0068997023302357794	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0047_000000021091	1847	0.8872551543381885	3	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9688924160099945		0	0	False	False	1.0	0					non-mobilizable	other	1786.0	99.664	100.0	0.000503440032536046	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0080_000000018022	1791	0.8872551543381885	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.6466164027143576		0	0	False	False	0.9977666139602661	0					non-mobilizable	other	1791.0	97.87799999999999	100.0	0.04238291423971208	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0062_01_000000011251	1767	0.8872551543381885	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.6683877414214717		0	0	False	False	0.9988681674003601	0					non-mobilizable	other	1723.0	95.473	98.0	0.04074915944499692	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0039_000000011902	1722	0.8872551543381885	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.6339457634125905		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	94.486	100.0	0.006907375802397408	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
ENG0120_000000012448	1707	0.8872530946358649	2	2	2	2	1	False	103210	fragment	False	ENG0120_000000012448	1.0		0	0	False	False	0.9994142055511475	0					non-mobilizable	no_good_hit	1533.0	80.887	88.0	0.0003346100551097661	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
ISR0260_000000013546	1233	0.8872523513160431	2	2	2	1	1	False	26700	fragment	False	ISR0260_000000013546	1.0		0	0	False	False	0.9951338171958923	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.261029895315248e-06	NZ_CP007451.1	CFB group bacteria	Draconibacterium orientale strain Draconibacterium orientale type strain FH5T chromosome, complete genome	True	False
ENG0110_000000015770	1916	0.88725166711331	3	2	2	1	1	False	59794	fragment	False	ENG0110_000000015770	0.9858622911534618		0	0	False	False	1.0	0					non-mobilizable	other	1916.0	99.478	100.0	0.0035338819000658795	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
FIJ0097_000000002804	9410	0.8872502310956611	6	5	4	5	2	True	105961	fragment	False	FIJ0151_000000001050	0.782907875714079		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	90.0	2.0	0.21866295264623956	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
ENG0087_000000006875	4028	0.8872487514389359	4	4	3	3	4	False	71277	maximal	True	ENG0087_000000006875	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	3237.0	78.468	82.0	0.0008520402411284493	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ETH0001_000000030260	1227	0.8872431962664511	3	2	0	2	0	True	53417	maximal	True	ETH0001_000000030260	1.0		1	1	False	False	0.9747351408004761	0					non-mobilizable	no_good_hit								True	True
DEN0069_000000002822	10355	0.8872429152807987	10	9	1	6	6	False	101867	fragment	False	DEN0069_000000002822	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	10355.0	99.94200000000001	100.0	0.0018785332490769261	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0043_000000007314	2356	0.8872419244842231	3	3	2	3	1	True	38135	fragment	False	SPA0043_000000007314	0.9670818505338079		0	0	False	False	0.9987266659736633	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0009607136730142391	NZ_BILU01000094.1	firmicutes	Paenibacillus alginolyticus DSM 5050 = NBRC 15375 PAL01S_CON00094, whole genome shotgun sequence	True	True
ISR0840_000000006979	2248	0.8872419244842231	4	3	2	3	1	True	38135	fragment	False	SPA0043_000000007314	0.9456706281833617		0	0	False	False	0.9866548180580139	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005406657913030045	NZ_NPBY01000083.1	firmicutes	Paenibacillus campinasensis strain 7537-G1 contig00083, whole genome shotgun sequence	True	True
USA0069_01_000000023269	2648	0.8872371184346922	3	2	1	2	1	False	111521	fragment	False	AST0084_000000011258	0.4831695704472965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.945	11.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0377_000000014327	1173	0.8872305753706052	1	1	1	1	1	False	29013	fragment	False	ISR0377_000000014327	0.9972727272727273		0	0	False	False	0.9991474747657776	0					non-mobilizable	other	1117.0	99.015	95.0	0.000957982673904758	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0852_000000006215	1830	0.8872273412874537	4	4	4	2	2	False	95476	fragment	False	ISR0099_000000010383	0.9701952723535457		0	0	False	False	0.9994535446166992	0					non-mobilizable	no_good_hit	1583.0	75.742	85.0	0.0005728101935995708	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ENG0146_000000009256	2560	0.887221233410171	4	3	2	3	2	False	98915	fragment	False	ISR0239_000000004585	0.4837707717770132		0	0	False	False	1.0	0					non-mobilizable	other	1420.0	83.23899999999999	99.0	0.0006638384733742837	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
SPA0101_000000000017	139040	0.887220561969433	176	50	20	40	21	True	106315	backbone	True	SPA0101_000000000017	1.0	PS646|PS647	1	1	True	True	1.0	31					non-mobilizable	no_good_hit	1684.0	84.323	1.0	0.028680984232336604	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
MAD0015_000000010960	1865	0.8872174757636301	4	1	1	1	1	False	19428	fragment	False	MAD0015_000000010960	1.0		0	0	False	False	0.9871313571929932	0					non-mobilizable	no_good_hit	144.0	100.0	8.0	0.0008288365569086135	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	False
SPA0021_000000006347	4842	0.8872169893798981	2	2	1	2	1	False	104654	fragment	False	SPA0021_000000006347	1.0		0	0	False	False	0.9995869398117065	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000007904	4174	0.8872169893798981	2	2	1	2	1	False	104653	fragment	False	ENG0179_000000007904	1.0		0	0	False	False	0.9997604489326477	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000007136	3085	0.8872169893798981	2	2	1	2	1	False	104650	fragment	False	SPA0133_000000007136	1.0		0	0	False	False	0.9915721416473389	0					non-mobilizable	no_good_hit								True	False
MON0011_000000013466	3474	0.8872150994451774	3	1	1	1	1	True	47968	maximal	True	MON0011_000000013466	1.0	PS177	7	1	False	True	1.0	0					non-mobilizable	no_good_hit	763.0	81.389	36.0	0.2201514269073966	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0037_000000018685	3436	0.8872150994451774	3	1	1	1	1	True	47968	maximal	False	MON0011_000000013466	0.9945308002302822	PS177	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	763.0	81.389	36.0	0.2201514269073966	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0082_000000009737	3162	0.8872150994451774	4	1	1	1	1	True	47967	backbone	False	MON0094_000000010642	0.97581358306452	PS177	0	0	True	True	1.0	189					non-mobilizable	no_good_hit	491.0	85.947	15.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0094_000000010642	3161	0.8872150994451774	4	1	1	1	1	True	47967	backbone	True	MON0094_000000010642	0.9782238968716348	PS177	7	1	True	True	1.0	37					non-mobilizable	no_good_hit	489.0	85.27600000000001	31.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0101_000000019279	3161	0.8872150994451774	4	1	1	1	1	True	47967	backbone	False	MON0094_000000010642	0.9771132710159686	PS177	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	492.0	85.366	15.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0028_000000007861	3142	0.8872150994451774	4	1	1	1	1	True	47967	backbone	False	MON0094_000000010642	0.9754379289705729	PS177	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	487.0	86.037	15.0	0.14094350611531742	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0049_000000006651	3140	0.8872150994451774	3	1	1	1	1	True	47967	backbone	False	MON0094_000000010642	0.9763705764465392	PS177	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	492.0	85.366	16.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0009_000000010774	3140	0.8872150994451774	6	1	1	1	1	True	47967	backbone	False	MON0094_000000010642	0.9327971984372091	PS177	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	446.0	86.323	14.0	0.12871287128712872	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0075_000000007660	2975	0.8872150994451774	4	1	1	1	1	True	10351	fragment	False	MON0075_000000007660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	76.854	29.0	0.3027269589230238	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0050_000000011407	2901	0.8872150994451774	3	1	1	1	1	True	47967	backbone	False	MON0094_000000010642	0.9310871878303585	PS177	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	491.0	88.391	17.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
MON0076_000000016459	2848	0.8872150994451774	3	1	1	1	1	True	47967	backbone	False	MON0094_000000010642	0.9195542383356144	PS177	0	0	False	True	0.9859550595283508	0					non-mobilizable	no_good_hit	491.0	85.743	17.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
ISR0028_000000006690	2766	0.8872150994451774	3	1	1	1	1	True	84151	fragment	False	ISR0028_000000006690	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2768.0	99.314	100.0	0.7295514511873351	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
DEN0057_000000001998	2714	0.8872150994451774	3	1	1	1	1	True	72025	maximal	True	DEN0057_000000001998	1.0		1	1	False	False	0.9996315240859985	0					non-mobilizable	no_good_hit	582.0	83.677	44.0	0.09777478084962914	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
MON0104_000000016954	2663	0.8872150994451774	3	1	1	1	1	True	47967	backbone	False	MON0094_000000010642	0.13352728731942215	PS177	0	0	False	True	0.9973713755607605	0					non-mobilizable	no_good_hit	494.0	85.62799999999999	18.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
ISR0028_000000007008	2654	0.8872150994451774	3	1	1	1	1	True	107418	maximal	False	ISR0223_000000011466	0.5237578687469797	PS659	0	0	True	True	1.0	2436					non-mobilizable	no_good_hit	915.0	98.90700000000001	72.0	0.4820675105485232	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
ISR0172_000000006180	2596	0.8872150994451774	3	1	1	1	1	True	107418	maximal	False	ISR0223_000000011466	0.8256611054300731	PS659	0	0	True	True	1.0	294					non-mobilizable	no_good_hit	751.0	90.413	77.0	0.39451476793248946	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
ISR0184_000000004733	2592	0.8872150994451774	2	1	1	1	1	True	107418	maximal	False	ISR0223_000000011466	0.8236070149794161	PS659	0	0	True	True	1.0	258					non-mobilizable	no_good_hit	953.0	92.13	77.0	0.5010548523206751	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
AST0012_000000008257	2582	0.8872150994451774	4	1	1	1	1	True	125423	fragment	False	AST0012_000000008257	0.9886970817920264		0	0	False	False	0.9984508156776428	0					non-mobilizable	no_good_hit	614.0	90.554	24.0	0.01825281511078823	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
SPA0040_000000015789	2580	0.8872150994451774	5	1	1	1	1	True	38446	fragment	False	SPA0040_000000015789	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1129.0	88.04299999999999	44.0	0.1259093452714046	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0822_000000002409	2579	0.8872150994451774	4	1	1	1	1	True	107418	maximal	False	ISR0223_000000011466	0.9513954383893158	PS659	0	0	True	True	1.0	318					non-mobilizable	no_good_hit	753.0	90.969	69.0	0.395042194092827	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
ISR0194_000000009550	2564	0.8872150994451774	3	1	1	1	1	True	107418	maximal	False	ISR0223_000000011466	0.8268440169342581	PS659	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	1435.0	88.223	72.0	0.7510548523206751	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
ISR0223_000000011466	2520	0.8872150994451774	2	1	1	1	1	True	107418	maximal	True	ISR0223_000000011466	0.9624668049369624	PS659	6	1	True	True	1.0	93					non-mobilizable	no_good_hit	1217.0	91.70100000000001	69.0	0.6397679324894515	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
ISR0358_000000007684	2516	0.8872150994451774	2	1	1	1	1	True	107418	maximal	False	ISR0223_000000011466	0.9618958114057217	PS659	0	0	True	True	1.0	471					non-mobilizable	no_good_hit	1217.0	91.619	69.0	0.6397679324894515	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
ISR0318_000000001735	2491	0.8872150994451774	3	1	1	1	1	True	90520	fragment	False	ENG0154_000000011359	0.9845274734587072		0	0	False	False	0.9983941912651062	0					non-mobilizable	other	2491.0	99.96	100.0	0.5755894590846047	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	False	True
ISR0350_000000007609	2407	0.8872150994451774	2	1	1	1	1	True	90520	fragment	False	ENG0154_000000011359	0.8245670247491445		0	0	False	False	1.0	0					non-mobilizable	plasmid	2406.0	99.958	99.0	0.44570051890289103	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
MON0087_000000020999	2399	0.8872150994451774	4	1	1	1	1	True	13780	fragment	False	MON0087_000000020999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	86.51100000000001	71.0	0.49810148429409734	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0009_000000003496	2389	0.8872150994451774	2	1	1	1	1	True	90520	fragment	False	ENG0154_000000011359	0.8232470735569711		0	0	False	False	1.0	0					non-mobilizable	plasmid	2390.0	99.916	100.0	0.4427353595255745	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
MON0094_000000015152	2373	0.8872150994451774	2	1	1	1	1	True	9342	fragment	False	MON0094_000000015152	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	73.485	27.0	0.22367966862271316	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CAN0003_000000021097	2361	0.8872150994451774	4	1	1	1	1	True	96641	maximal	True	CAN0003_000000021097	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	95.85799999999999	21.0	0.01681565916719285	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
MON0106_000000017624	2341	0.8872150994451774	3	1	1	1	1	True	14042	fragment	False	MON0106_000000017624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	77.10600000000001	59.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0854_000000003499	2330	0.8872150994451774	2	1	1	1	1	True	90520	fragment	False	ENG0154_000000011359	0.8071234232373367		0	0	False	False	1.0	0					non-mobilizable	plasmid	2330.0	100.0	100.0	0.4316160118606375	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
CHI0126_000000006596	2279	0.8872150994451774	2	1	1	1	1	True	111323	fragment	False	USA0037_01_000000014121	0.9598642079938893		0	0	False	False	0.9885914921760559	0					non-mobilizable	no_good_hit	444.0	88.964	27.0	0.049108150824113794	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MON0047_000000017879	2203	0.8872150994451774	2	1	1	1	1	True	70371	fragment	False	MON0047_000000017879	1.0		0	0	False	False	0.9909214973449707	0					non-mobilizable	plasmid	2131.0	92.023	96.0	0.732827062478426	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0395_000000018334	2117	0.8872150994451774	3	1	1	1	1	True	97338	fragment	False	ISR0392_000000014554	0.967164972214801		0	0	False	False	0.999527633190155	0					non-mobilizable	plasmid	2117.0	99.669	100.0	0.4255533199195171	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
MON0032_000000013182	2112	0.8872150994451774	3	1	1	1	1	True	14043	fragment	False	MON0032_000000013182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	77.205	65.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CAN0001_000000021544	2093	0.8872150994451774	3	1	1	1	1	True	97338	fragment	False	ISR0392_000000014554	0.9579162892202265		0	0	False	False	1.0	0					non-mobilizable	other	2108.0	86.81200000000001	100.0	0.4110453648915187	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0037_000000034537	2072	0.8872150994451774	2	1	1	1	1	True	14041	fragment	False	MON0026_000000022078	0.989263055148853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	78.583	69.0	0.40524680704176735	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ITA0005_000000008888	2056	0.8872150994451774	1	1	1	1	1	True	107417	backbone	False	SPA0153_000000009383	0.2448088721094856	PS659	0	0	True	True	1.0	1495					non-mobilizable	plasmid	917.0	92.585	94.0	0.4820675105485232	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	False	True
MON0026_000000022078	2049	0.8872150994451774	2	1	1	1	1	True	14041	fragment	False	MON0026_000000022078	0.9893822393822393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	76.687	67.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
DEN0079_000000029156	2021	0.8872150994451774	3	1	1	1	1	True	107417	backbone	False	SPA0153_000000009383	0.7791679593941252	PS659	0	0	True	True	1.0	833					non-mobilizable	plasmid	993.0	88.92200000000001	94.0	0.5131856540084389	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	False	True
MON0109_000000018058	1982	0.8872150994451774	4	1	1	1	1	True	13779	fragment	False	MON0109_000000018058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	86.71700000000001	73.0	0.49810148429409734	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0111_000000015267	1979	0.8872150994451774	1	1	1	1	1	True	82550	fragment	False	CHI0111_000000015267	1.0		0	0	False	False	0.993431031703949	0					non-mobilizable	no_good_hit	757.0	87.318	89.0	0.1581814372512047	HG796791.1	bacteria	Uncultured bacterium plasmid pRGF00034	True	True
SPA0153_000000009383	1977	0.8872150994451774	1	1	1	1	1	True	107417	backbone	True	SPA0153_000000009383	0.8265667904796115	PS659	5	3	True	True	1.0	204					non-mobilizable	plasmid	1269.0	98.18799999999999	94.0	0.6677215189873418	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	False	True
ISR0224_000000015556	1965	0.8872150994451774	2	1	1	1	1	True	111316	fragment	False	ISR0224_000000015556	1.0		0	0	False	False	0.9984732866287231	0					non-mobilizable	no_good_hit	443.0	89.391	22.0	0.054841149773071106	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
MON0037_000000037024	1951	0.8872150994451774	4	1	1	1	1	True	70374	fragment	False	MON0037_000000037024	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1885.0	88.96600000000001	96.0	0.6468760787021056	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
USA0120_01_000000006707	1937	0.8872150994451774	3	1	1	1	1	True	83853	fragment	False	USA0120_01_000000006707	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1930.0	99.585	99.0	0.3879275653923541	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
SPA0155_000000009917	1937	0.8872150994451774	1	1	1	1	1	True	107417	backbone	False	SPA0153_000000009383	0.8263745102752675	PS659	0	0	True	True	1.0	193					non-mobilizable	plasmid	1269.0	98.18799999999999	93.0	0.6677215189873418	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	False	True
SPA0154_000000004365	1937	0.8872150994451774	1	1	1	1	1	True	107417	backbone	False	SPA0153_000000009383	0.8264667939982787	PS659	0	0	True	True	1.0	100					non-mobilizable	plasmid	1298.0	94.60700000000001	100.0	0.6798523206751055	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	False	True
CHI0030_000000003116	1927	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9848725179279475		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1927.0	100.0	100.0	0.31322166205887136	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
FIJ0141_000000015344	1919	0.8872150994451774	3	1	1	1	1	True	70372	fragment	False	FIJ0141_000000015344	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1764.0	97.279	92.0	0.6075250258888505	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0332_000000007485	1897	0.8872150994451774	3	1	1	1	1	True	24568	fragment	False	ISR0332_000000007485	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1679.0	96.12899999999999	94.0	0.24664602683178535	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	False	True
ISR0210_000000010172	1878	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9571893578576817		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1879.0	97.605	100.0	0.4324884792626728	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
DEN0016_000000004508	1868	0.8872150994451774	2	1	1	1	1	True	75342	backbone	True	DEN0016_000000004508	1.0	PS358	1	1	True	True	0.9989293217658997	8					non-mobilizable	no_good_hit								True	True
ISR0322_000000006124	1868	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9459378175285196		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1868.0	100.0	100.0	0.43018433179723503	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
USA0111_01_000000013583	1868	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9459378175285196		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1868.0	100.0	100.0	0.43018433179723503	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
SPA0058_000000016561	1868	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9459378175285196		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1868.0	100.0	100.0	0.43018433179723503	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0174_000000008078	1868	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9459378175285196		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1868.0	100.0	100.0	0.43018433179723503	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
SPA0062_000000017365	1868	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9459378175285196		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1868.0	100.0	100.0	0.43018433179723503	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0135_000000010566	1867	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9516410480673911		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1867.0	100.0	100.0	0.30346397788258256	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0847_000000015324	1867	0.8872150994451774	3	1	1	1	1	True	85711	fragment	False	ISR0847_000000015324	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1867.0	99.946	100.0	0.22839657282741738	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
CAN0004_000000015012	1863	0.8872150994451774	2	1	1	1	1	True	96165	fragment	False	CAN0004_000000015012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	89.865	23.0	0.23154008438818566	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
CAN0009_000000014422	1861	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9341478583771845		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1862.0	97.583	100.0	0.4283410138248848	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
AUS0012_000000009173	1861	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.949137058843077		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1863.0	99.678	100.0	0.30248820946495364	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ENG0043_000000018524	1859	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9489388637930236		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1859.0	99.89200000000001	100.0	0.302162953325744	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0340_000000012275	1851	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9480444528272114		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1851.0	100.0	100.0	0.3008619287689055	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ENG0173_000000009468	1851	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9480444528272114		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1851.0	100.0	100.0	0.3008619287689055	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CAN0003_000000026721	1851	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9472975875610842		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1851.0	99.838	100.0	0.3008619287689055	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
USA0021_01_000000009772	1849	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9414671939359889		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1849.0	100.0	100.0	0.4258064516129032	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0173_000000009243	1847	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9467112929942976		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1847.0	99.946	100.0	0.30021141649048627	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
FIJ0050_000000013795	1847	0.8872150994451774	2	1	1	1	1	True	70373	fragment	False	FIJ0050_000000013795	0.9617407450995775		0	0	False	False	0.9983757734298706	0					non-mobilizable	plasmid	1850.0	98.27	100.0	0.6375560925094926	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0030_000000011642	1847	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.947137108667536		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1847.0	100.0	100.0	0.30021141649048627	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ENG0138_000000010643	1847	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.947137108667536		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1847.0	100.0	100.0	0.30021141649048627	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0083_000000005724	1847	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.947137108667536		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1847.0	100.0	100.0	0.30021141649048627	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0227_000000014231	1847	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.947137108667536		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1847.0	100.0	100.0	0.30021141649048627	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0031_000000012660	1845	0.8872150994451774	3	1	1	1	1	True	111316	fragment	False	ISR0224_000000015556	0.9694656488549618		0	0	False	False	0.9994580149650574	0					non-mobilizable	no_good_hit	443.0	89.391	24.0	0.054841149773071106	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0374_000000008690	1840	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9453129311858685		0	0	False	False	0.998369574546814	0	rep_cluster_1019				non-mobilizable	other	1840.0	100.0	100.0	0.2990730200032526	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
MON0106_000000022957	1838	0.8872150994451774	2	1	1	1	1	True	70366	fragment	False	MON0106_000000022957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1482.0	87.045	80.0	0.5056955471177079	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
SPA0065_000000011216	1836	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9373211779854986		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1836.0	100.0	100.0	0.4228110599078341	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0040_000000008327	1832	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9411875498105865		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1832.0	99.945	100.0	0.29777199544641403	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
MON0049_000000011867	1824	0.8872150994451774	3	1	1	1	1	True	70370	fragment	False	MON0049_000000011867	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1738.0	96.835	95.0	0.5988954090438384	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0176_000000018920	1812	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.91784578214837		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1813.0	97.463	100.0	0.4168202764976959	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
ISR0836_000000011065	1809	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9351787422881117		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1809.0	100.0	100.0	0.29403154984550334	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0849_000000015124	1809	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9351787422881117		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1809.0	100.0	100.0	0.29403154984550334	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0385_000000012847	1793	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.92097381709821		0	0	False	False	0.9882878065109253	0	rep_cluster_1019				non-mobilizable	other	1793.0	99.88799999999999	100.0	0.29142950073182633	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
USA0020_01_000000019364	1791	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.9095684814516146		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1792.0	98.103	100.0	0.41244239631336405	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
MON0109_000000020068	1788	0.8872150994451774	2	1	1	1	1	True	14040	fragment	False	MON0109_000000020068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	76.083	65.0	0.40524680704176735	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0166_000000004170	1787	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.910487702539332		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1787.0	100.0	100.0	0.2904537323141974	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0325_000000011561	1782	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8993640092786257		0	0	False	False	0.9988776445388794	0	rep_cluster_1019				non-mobilizable	other	1782.0	99.944	100.0	0.28964059196617337	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0810_000000009453	1775	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8969851933649804		0	0	False	False	0.998873233795166	0	rep_cluster_1019				non-mobilizable	other	1775.0	99.944	100.0	0.2885021954789397	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ENG0208_000000017272	1773	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8958840895065909		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1773.0	99.887	100.0	0.28817693933973004	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0116_000000009095	1770	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8946663061545145		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1770.0	99.944	100.0	0.2876890551309156	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0115_000000019838	1769	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.894580136033672		0	0	False	False	0.9988694190979004	0	rep_cluster_1019				non-mobilizable	other	1554.0	97.81200000000001	100.0	0.3433628318584071	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
CAN0021_000000024634	1768	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8864173536702605		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1768.0	99.83	100.0	0.28736379899170594	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0150_000000004253	1767	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8943961403048752		0	0	False	False	0.9983022212982178	0	rep_cluster_1019				non-mobilizable	other	1767.0	100.0	100.0	0.2872011709221012	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0317_000000011885	1767	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8943961403048752		0	0	False	False	0.9994340538978577	0	rep_cluster_1019				non-mobilizable	other	1767.0	100.0	100.0	0.2872011709221012	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0017_000000007125	1767	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8943961403048752		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1767.0	100.0	100.0	0.2872011709221012	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0064_000000010224	1766	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8939329492039696		0	0	False	False	0.9796149730682373	0	rep_cluster_1019				non-mobilizable	other	1767.0	99.943	100.0	0.2872011709221012	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
FIJ0062_000000016653	1758	0.8872150994451774	2	1	1	1	1	True	70373	fragment	False	FIJ0050_000000013795	0.6453708716838116		0	0	False	False	1.0	0					non-mobilizable	plasmid	1758.0	98.464	100.0	0.6064894718674491	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0853_000000010207	1749	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8787322985249844		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1749.0	100.0	100.0	0.28427386566921453	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
USA0042_01_000000011092	1748	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8675579481501334		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1748.0	100.0	100.0	0.4025345622119816	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0075_000000003969	1748	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8750664110766392		0	0	False	False	0.9582380056381226	0	rep_cluster_1019				non-mobilizable	other	1748.0	99.485	100.0	0.4025345622119816	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0148_000000006755	1746	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.8704768063997392		0	0	False	False	0.9994272589683533	0	rep_cluster_1019				non-mobilizable	other	1746.0	99.656	100.0	0.28378598146040007	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
FIJ0062_000000016831	1740	0.8872150994451774	2	1	1	1	1	True	70373	fragment	False	FIJ0050_000000013795	0.6166756903086086		0	0	False	False	1.0	0					non-mobilizable	plasmid	1759.0	89.881	100.0	0.6013117017604418	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ENG0018_000000012446	1711	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.6421268928213172		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1713.0	97.898	100.0	0.39423963133640555	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
USA0036_01_000000018980	1705	0.8872150994451774	3	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9843406214591877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	88.382	25.0	0.026498211091234347	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ISR0003_000000015373	1688	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9785314937355349		0	0	False	False	0.9940758347511292	0					non-mobilizable	no_good_hit	245.0	87.34700000000001	24.0	0.026748740906547285	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0044_01_000000016387	1688	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.620838554793192		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1689.0	98.105	100.0	0.38870967741935486	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CAN0022_000000019018	1688	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.4902363875479594		0	0	False	False	0.9988151788711548	0	rep_cluster_1019				non-mobilizable	other	1688.0	100.0	100.0	0.27435355342332085	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
USA0084_01_000000019273	1678	0.8872150994451774	1	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9734585582067564		0	0	False	False	0.989272952079773	0					non-mobilizable	no_good_hit	195.0	90.76899999999999	23.0	0.021675321743057124	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
DEN0055_000000000612	1676	0.8872150994451774	2	1	1	1	1	True	85717	fragment	False	DEN0055_000000000612	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1277.0	98.904	97.0	0.20328182252668472	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
ISR0367_000000005745	1668	0.8872150994451774	4	1	1	1	1	True	85710	fragment	False	ISR0367_000000005745	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1668.0	99.94	100.0	0.2040391676866585	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ENG0193_000000012039	1667	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9724100765616011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	90.21700000000001	23.0	0.02043350643486114	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0138_000000011798	1667	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9724100765616011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	90.21700000000001	23.0	0.02043350643486114	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0399_000000010138	1664	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.30742369050949697		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1664.0	98.197	100.0	0.2702878516832005	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0854_000000005455	1663	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.969588968639024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	87.33	23.0	0.024262075134168157	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ISR0794_000000012300	1662	0.8872150994451774	2	1	1	1	1	True	21987	fragment	False	ISR0794_000000012300	1.0		0	0	False	False	0.9903730154037476	0					non-mobilizable	no_good_hit	404.0	92.079	24.0	0.13841905419399378	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0140_000000017804	1661	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.42698906550340776		0	0	False	False	0.9927754402160645	0	rep_cluster_1019				non-mobilizable	other	1661.0	99.88	100.0	0.2699625955439909	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0056_000000012219	1660	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.2534884535260431		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1660.0	99.94	100.0	0.26979996747438606	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ENG0115_000000012504	1659	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9698946064041284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	89.773	22.0	0.01953036802890043	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0067_000000016268	1655	0.8872150994451774	2	1	1	1	1	True	90054	fragment	False	ENG0067_000000016268	0.940657334144857		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1655.0	98.429	100.0	0.2787327266599259	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
CHI0006_000000009157	1653	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.38542236146655356		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1654.0	98.126	100.0	0.38064516129032255	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
SPA0101_000000024856	1653	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.3654376548592276		0	0	False	False	0.9975801706314087	0	rep_cluster_1019				non-mobilizable	other	1653.0	100.0	100.0	0.2686615709871524	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0363_000000011328	1651	0.8872150994451774	2	1	1	1	1	True	23698	fragment	False	ISR0363_000000011328	1.0		0	0	False	False	0.9866747260093689	0					non-mobilizable	no_good_hit	347.0	90.20200000000001	21.0	0.18037974683544303	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
SPA0096_000000025202	1650	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.3397512870124924		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1652.0	99.57600000000001	100.0	0.2681736867783379	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0793_000000010181	1648	0.8872150994451774	1	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9470110505193534		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	89.655	22.0	0.01930458342741025	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0079_000000017155	1647	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9462413514620708		0	0	False	False	0.998785674571991	0					non-mobilizable	no_good_hit	184.0	90.21700000000001	22.0	0.02043350643486114	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0043_000000013479	1647	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9462413514620708		0	0	False	False	0.998785674571991	0					non-mobilizable	no_good_hit	184.0	90.21700000000001	22.0	0.02043350643486114	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0009_000000020363	1647	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9462413514620708		0	0	False	False	0.9902853965759277	0					non-mobilizable	no_good_hit	184.0	90.21700000000001	22.0	0.02043350643486114	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0089_000000018368	1647	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.946033305151727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	90.21700000000001	22.0	0.02043350643486114	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0057_000000012259	1646	0.8872150994451774	4	1	1	1	1	True	118131	fragment	False	ISR0056_000000010587	0.41889598214824414		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1646.0	96.962	100.0	0.1839221824686941	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
DEN0073_000000032254	1645	0.8872150994451774	1	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9456249491409637		0	0	False	False	0.9939209818840027	0					non-mobilizable	no_good_hit	201.0	86.07	22.0	0.022025939177101966	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ENG0067_000000016375	1644	0.8872150994451774	2	1	1	1	1	True	85709	fragment	False	ENG0067_000000016375	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1644.0	99.939	100.0	0.26158993149593757	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	False	True
SPA0057_000000019938	1642	0.8872150994451774	1	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9445774887102997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	89.944	22.0	0.019869044931135695	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0811_000000009371	1640	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.3656395973428671		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1641.0	98.05	100.0	0.3776497695852535	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
SPA0056_000000021826	1637	0.8872150994451774	1	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.942901120937551		0	0	False	False	0.9975565075874329	0					non-mobilizable	no_good_hit	174.0	89.655	22.0	0.01930458342741025	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
USA0034_01_000000031942	1632	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9374425742195585		0	0	False	False	0.968137264251709	0					non-mobilizable	no_good_hit	187.0	90.374	21.0	0.02077218333709641	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0076_000000005305	1631	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.17615256036791688		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1631.0	99.939	100.0	0.2650837534558465	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0801_000000004456	1630	0.8872150994451774	1	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9206651603974269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	89.024	21.0	0.01817566041995936	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0152_000000014502	1626	0.8872150994451774	1	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9196573087610452		0	0	False	False	0.9950799345970154	0					non-mobilizable	no_good_hit	163.0	88.95700000000001	21.0	0.01806276811921427	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0034_000000013153	1621	0.8872150994451774	1	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.9167570119997097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	88.60799999999999	21.0	0.017498306615488825	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MON0026_000000030735	1604	0.8872150994451774	2	1	1	1	1	True	12728	fragment	False	MON0026_000000030735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	85.27600000000001	30.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
CHI0067_000000007260	1602	0.8872150994451774	4	1	1	1	1	True	118131	fragment	False	ISR0056_000000010587	0.4139695686687375		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1602.0	96.75399999999999	100.0	0.1805147888913976	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0320_000000016364	1592	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.8988188190370416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	91.209	11.0	0.044521395003710114	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
MON0006_000000014033	1587	0.8872150994451774	2	1	1	1	1	True	14039	fragment	False	MON0006_000000014033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	77.007	63.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0026_000000031191	1587	0.8872150994451774	4	1	1	1	1	True	13781	fragment	False	MON0026_000000031191	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1596.0	87.97	99.0	0.5471177079737659	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0033_000000019878	1587	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.8595148680562117		0	0	False	False	0.9993698596954346	0					non-mobilizable	no_good_hit	182.0	91.209	11.0	0.044521395003710114	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
CHI0004_000000004409	1586	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.2405448912495379		0	0	False	False	0.9924337863922119	0	rep_cluster_1019				non-mobilizable	other	1586.0	99.874	100.0	0.3652073732718894	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
ISR0056_000000014079	1577	0.8872150994451774	2	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.09848355145100109		0	0	False	False	0.9993658661842346	0					non-mobilizable	no_good_hit	311.0	91.64	20.0	0.03674540682414698	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
DEN0062_000000013369	1577	0.8872150994451774	2	1	1	1	1	True	85394	fragment	False	ENG0107_000000017612	0.9542545448773522		0	0	False	False	0.9993658661842346	0	rep_cluster_1079				non-mobilizable	plasmid	1457.0	82.63600000000001	91.0	0.2872531418312388	LN853112.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0471	False	True
CHI0036_000000006498	1572	0.8872150994451774	2	1	1	1	1	True	118131	fragment	False	ISR0056_000000010587	0.3820379894938319		0	0	False	False	0.9993638396263123	0	rep_cluster_1097				non-mobilizable	plasmid	1572.0	97.074	100.0	0.1756484794275492	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0033_000000004593	1559	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.16574765165098856		0	0	False	False	0.9948685169219971	0	rep_cluster_1019				non-mobilizable	other	1559.0	99.936	100.0	0.25337453244429986	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0034_000000010835	1551	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.1551674868555749		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1455.0	97.93799999999999	100.0	0.3214601769911504	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
USA0069_01_000000039092	1547	0.8872150994451774	1	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.4480631782577534		0	0	False	False	0.9877181649208069	0					non-mobilizable	no_good_hit	193.0	91.71	12.0	0.04724214692060351	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0006_000000025121	1546	0.8872150994451774	2	1	1	1	1	True	70360	fragment	False	FIJ0006_000000025121	0.9597677776455057		0	0	False	False	1.0	0					non-mobilizable	plasmid	1547.0	98.70700000000001	99.0	0.5329651363479462	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0006_000000025146	1544	0.8872150994451774	2	1	1	1	1	True	70365	fragment	False	FIJ0006_000000025146	0.9961437505706753		0	0	False	False	1.0	0					non-mobilizable	plasmid	1561.0	89.11	99.0	0.5329651363479462	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0060_000000009371	1537	0.8872150994451774	2	1	1	1	1	True	70360	fragment	False	FIJ0006_000000025121	0.8647704658821045		0	0	False	False	0.9993493556976318	0					non-mobilizable	plasmid	1540.0	98.506	100.0	0.5305488436313428	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0005_000000009985	1533	0.8872150994451774	1	1	1	1	1	True	111311	fragment	False	USA0108_01_000000005805	0.40380338989110093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	92.271	14.0	0.050704922087558744	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0115_000000015419	1529	0.8872150994451774	2	1	1	1	1	True	70360	fragment	False	FIJ0006_000000025121	0.8570770178666165		0	0	False	False	1.0	0					non-mobilizable	plasmid	1529.0	98.69200000000001	99.0	0.5267518122195375	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0112_000000018153	1524	0.8872150994451774	2	1	1	1	1	True	70365	fragment	False	FIJ0006_000000025146	0.9956215044764748		0	0	False	False	1.0	0					non-mobilizable	plasmid	1543.0	89.04700000000001	100.0	0.5267518122195375	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0044_000000014588	1522	0.8872150994451774	2	1	1	1	1	True	70365	fragment	False	FIJ0006_000000025146	0.9950578665639448		0	0	False	False	1.0	0					non-mobilizable	plasmid	1541.0	89.03299999999999	100.0	0.5260614428719365	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0337_000000006971	1506	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.13601175182921618		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1506.0	98.67200000000001	100.0	0.34654377880184334	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
ISR0305_000000012368	1506	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.13601175182921618		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1506.0	98.67200000000001	100.0	0.34654377880184334	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
ENG0139_000000014380	1506	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.13596015116613627		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1506.0	98.60600000000001	100.0	0.34654377880184334	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
CHI0170_000000006694	1502	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.13573146953263243		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1502.0	98.66799999999999	100.0	0.3456221198156682	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	False	True
FIJ0084_000000008600	1498	0.8872150994451774	3	1	1	1	1	True	70360	fragment	False	FIJ0006_000000025121	0.5280739749498468		0	0	False	False	1.0	0					non-mobilizable	plasmid	1412.0	98.867	94.0	0.4867103900586814	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0130_000000013753	1497	0.8872150994451774	2	1	1	1	1	True	70365	fragment	False	FIJ0006_000000025146	0.9894433389538239		0	0	False	False	1.0	0					non-mobilizable	plasmid	1516.0	88.72	100.0	0.5174318260269244	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0120_000000016746	1495	0.8872150994451774	2	1	1	1	1	True	70365	fragment	False	FIJ0006_000000025146	0.9889771590832331		0	0	False	False	1.0	0					non-mobilizable	plasmid	1514.0	88.771	100.0	0.5167414566793235	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0100_000000030915	1492	0.8872150994451774	2	1	1	1	1	True	12160	fragment	False	MON0100_000000030915	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	1405.0	96.014	94.0	0.42804878048780487	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
FIJ0120_000000016821	1490	0.8872150994451774	2	1	1	1	1	True	70360	fragment	False	FIJ0006_000000025121	0.8466695844984726		0	0	False	False	1.0	0					non-mobilizable	plasmid	1493.0	98.459	100.0	0.5143251639627201	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0090_000000031082	1489	0.8872150994451774	2	1	1	1	1	True	70365	fragment	False	FIJ0006_000000025146	0.9837016521855639		0	0	False	False	1.0	0					non-mobilizable	plasmid	1508.0	88.52799999999999	100.0	0.5136347946151191	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0086_000000022259	1487	0.8872150994451774	2	1	1	1	1	True	70360	fragment	False	FIJ0006_000000025121	0.7480175194143748		0	0	False	False	1.0	0					non-mobilizable	plasmid	1490.0	98.389	100.0	0.5132896099413186	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0090_000000031142	1487	0.8872150994451774	2	1	1	1	1	True	70360	fragment	False	FIJ0006_000000025121	0.8457830844708245		0	0	False	False	1.0	0					non-mobilizable	plasmid	1490.0	98.456	100.0	0.5132896099413186	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0089_000000016836	1485	0.8872150994451774	2	1	1	1	1	True	70365	fragment	False	FIJ0006_000000025146	0.9840778536029272		0	0	False	False	1.0	0					non-mobilizable	plasmid	1504.0	88.697	100.0	0.5132896099413186	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
CHI0111_000000020338	1478	0.8872150994451774	2	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.08853705366132848		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1478.0	99.459	100.0	0.24003903073670516	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
DEN0041_000000023385	1456	0.8872150994451774	2	1	1	1	1	True	118131	fragment	False	ISR0056_000000010587	0.2286276569250792		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1458.0	96.845	100.0	0.16279069767441862	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
FIJ0039_000000015735	1451	0.8872150994451774	2	1	1	1	1	True	70360	fragment	False	FIJ0006_000000025121	0.5363690322730099		0	0	False	False	1.0	0					non-mobilizable	plasmid	1454.0	98.34899999999999	100.0	0.5008629616845012	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
DEN0035_000000024277	1447	0.8872150994451774	2	1	1	1	1	True	85707	fragment	False	MON0085_000000020241	0.8707911782963882		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1447.0	99.79299999999999	100.0	0.1769889840881273	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
MON0083_000000027790	1443	0.8872150994451774	3	1	1	1	1	True	101126	fragment	False	ISR0129_000000005271	0.01957259313978649		0	0	False	False	0.9840610027313232	0	rep_cluster_1019				non-mobilizable	other	1443.0	100.0	100.0	0.31902654867256636	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
MON0056_000000013890	1436	0.8872150994451774	2	1	1	1	1	True	70362	fragment	False	MON0056_000000013890	0.958966565349544		0	0	False	False	0.9965181350708008	0					non-mobilizable	no_good_hit	1225.0	97.14299999999999	85.0	0.42216085605799103	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
DEN0065_000000024134	1434	0.8872150994451774	2	1	1	1	1	True	71059	fragment	False	DEN0065_000000024134	1.0		0	0	False	False	0.9972106218338013	0					non-mobilizable	other	1417.0	99.859	99.0	0.3273231622746186	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	False	True
MAD0001_000000018062	1433	0.8872150994451774	3	1	1	1	1	True	20270	fragment	False	MAD0001_000000018062	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1438.0	92.559	100.0	0.49464963755609254	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MAD0005_000000022029	1423	0.8872150994451774	2	1	1	1	1	True	70364	fragment	False	MAD0005_000000022029	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1307.0	86.917	91.0	0.44494304452882294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
CHI0084_000000004428	1421	0.8872150994451774	2	1	1	1	1	True	84149	fragment	False	CHI0084_000000004428	1.0		0	0	False	False	0.9957776069641113	0					non-mobilizable	plasmid	1318.0	94.537	92.0	0.34643799472295517	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
CHI0162_000000023269	1411	0.8872150994451774	2	1	1	1	1	True	85707	fragment	False	MON0085_000000020241	0.7865999846990837		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	1406.0	96.728	99.0	0.42804878048780487	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
MAD0069_000000006483	1410	0.8872150994451774	3	1	1	1	1	True	49894	fragment	False	MAD0069_000000006483	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1426.0	89.411	100.0	0.4867103900586814	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0366_000000014779	1398	0.8872150994451774	2	1	1	1	1	True	85707	fragment	False	MON0085_000000020241	0.7976606701568949		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1398.0	100.0	100.0	0.17099143206854345	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
DEN0085_000000020136	1398	0.8872150994451774	2	1	1	1	1	True	85707	fragment	False	MON0085_000000020241	0.7976606701568949		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1398.0	100.0	100.0	0.17099143206854345	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
MON0032_000000022291	1394	0.8872150994451774	3	1	1	1	1	True	13778	fragment	False	MON0032_000000022291	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1405.0	86.619	100.0	0.48084225060407315	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
DEN0005_000000028097	1378	0.8872150994451774	1	1	1	1	1	True	76450	fragment	False	DEN0005_000000028097	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1101.0	99.36399999999999	100.0	0.22132796780684105	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CHI0099_000000003962	1374	0.8872150994451774	2	1	1	1	1	True	85707	fragment	False	MON0085_000000020241	0.5809105769173124		0	0	False	False	0.9861717820167542	0	rep_cluster_1079				non-mobilizable	other	1375.0	94.473	100.0	0.41859756097560974	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CHI0166_000000005585	1367	0.8872150994451774	2	1	1	1	1	True	85707	fragment	False	MON0085_000000020241	0.8487847493594775		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1367.0	100.0	100.0	0.1671970624235006	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ISR0012_000000016617	1365	0.8872150994451774	2	1	1	1	1	True	38153	fragment	False	ISR0012_000000016617	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1126.0	88.09899999999999	82.0	0.1255735870173475	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
CHI0143_000000014431	1362	0.8872150994451774	2	1	1	1	1	True	85707	fragment	False	MON0085_000000020241	0.6499915928554293		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	1363.0	94.49700000000001	100.0	0.4149390243902439	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
FIJ0160_000000014442	1360	0.8872150994451774	2	1	1	1	1	True	70360	fragment	False	FIJ0006_000000025121	0.5147361463771252		0	0	False	False	1.0	0					non-mobilizable	plasmid	1363.0	98.459	100.0	0.46945115636865725	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0041_000000051024	1359	0.8872150994451774	3	1	1	1	1	True	11775	fragment	False	MON0041_000000051024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	76.491	62.0	0.2906454953400069	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0003_000000009649	1358	0.8872150994451774	2	1	1	1	1	True	118120	fragment	False	MON0108_000000010990	0.31282792184462566		0	0	False	False	0.9992636442184448	0	rep_cluster_1097				non-mobilizable	other	1340.0	98.881	100.0	0.16212616539532632	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
MON0098_000000026352	1348	0.8872150994451774	2	1	1	1	1	True	85707	fragment	False	MON0085_000000020241	0.5054796898067974		0	0	False	False	0.9992581605911255	0	rep_cluster_1079				non-mobilizable	other	1271.0	95.43700000000001	94.0	0.38689024390243903	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ENG0136_000000008511	1343	0.8872150994451774	1	1	1	1	1	True	88319	fragment	False	CHI0182_000000018569	0.6921616746933469		0	0	False	False	0.9925540089607239	0	rep_cluster_1085				non-mobilizable	plasmid	1343.0	98.734	100.0	0.22615436467812605	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
CHI0133_000000015177	1335	0.8872150994451774	1	1	1	1	1	True	118125	fragment	False	CHI0133_000000015177	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1335.0	99.925	100.0	0.1493005036373811	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0188_000000011610	1325	0.8872150994451774	3	1	1	1	1	True	83699	fragment	False	CHI0188_000000011610	0.9983922829581994		0	0	False	False	0.998490571975708	0	rep_cluster_1019				non-mobilizable	other	1325.0	99.62299999999999	100.0	0.21531956415677345	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
MON0057_000000020299	1316	0.8872150994451774	2	1	1	1	1	True	70362	fragment	False	MON0056_000000013890	0.9202646239554317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	91.861	87.0	0.3938557128063514	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0063_000000010758	1310	0.8872150994451774	1	1	1	1	1	True	85393	fragment	False	CHI0063_000000010758	1.0		0	0	False	False	0.9961832165718079	0	rep_cluster_1079				non-mobilizable	plasmid	1315.0	82.96600000000001	99.0	0.25912627169359664	LN853112.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0471	False	True
CAN0007_000000030723	1302	0.8872150994451774	2	1	1	1	1	True	95167	fragment	False	CAN0007_000000030723	0.9856230031948883		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1302.0	100.0	100.0	0.21157911855586276	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CAN0005_000000013162	1287	0.8872150994451774	1	1	1	1	1	True	96049	fragment	False	ISR0300_000000008821	0.9678668038381834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	92.79299999999999	17.0	0.05441503833786792	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
CHI0104_000000008053	1287	0.8872150994451774	1	1	1	1	1	True	85393	fragment	False	CHI0063_000000010758	0.9912213740458016		0	0	False	False	0.9712509512901306	0	rep_cluster_1079				non-mobilizable	plasmid	1304.0	81.058	100.0	0.15789473684210525	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
DEN0071_000000034545	1278	0.8872150994451774	1	1	1	1	1	True	70358	fragment	False	DEN0071_000000034545	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1281.0	96.565	100.0	0.4414911977908181	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0009_000000031223	1275	0.8872150994451774	2	1	1	1	1	True	13777	fragment	False	MON0009_000000031223	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1284.0	86.37100000000001	100.0	0.4397652744218157	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0300_000000008821	1275	0.8872150994451774	1	1	1	1	1	True	96049	fragment	False	ISR0300_000000008821	0.9768617758567507		0	0	False	False	0.9960784316062927	0					non-mobilizable	no_good_hit	193.0	91.71	15.0	0.04724214692060351	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
CHI0183_000000006389	1270	0.8872150994451774	2	1	1	1	1	True	118120	fragment	False	MON0108_000000010990	0.2810609175027467		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1270.0	99.921	100.0	0.14202574146614438	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MON0063_000000023920	1252	0.8872150994451774	2	1	1	1	1	True	95167	fragment	False	CAN0007_000000030723	0.9669738863287249		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1250.0	99.84	100.0	0.20312245893641243	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ISR0061_000000005499	1249	0.8872150994451774	2	1	1	1	1	True	96049	fragment	False	ISR0300_000000008821	0.9668015715030198		0	0	False	False	0.989591658115387	0					non-mobilizable	no_good_hit	175.0	90.85700000000001	14.0	0.0427900074202325	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0098_000000019381	1247	0.8872150994451774	2	1	1	1	1	True	42839	fragment	False	FIJ0098_000000019381	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1262.0	88.51	100.0	0.4290645495340007	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
CHI0091_000000004410	1244	0.8872150994451774	3	1	1	1	1	True	83699	fragment	False	CHI0188_000000011610	0.9679245283018868		0	0	False	False	1.0	0	rep_cluster_1019				non-mobilizable	other	1244.0	100.0	100.0	0.20214669051878353	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0083_000000008742	1243	0.8872150994451774	3	1	1	1	1	True	118120	fragment	False	MON0108_000000010990	0.24859257807933358		0	0	False	False	0.9621882438659668	0	rep_cluster_1097				non-mobilizable	plasmid	1243.0	99.598	100.0	0.13900391717963068	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0106_000000016668	1231	0.8872150994451774	2	1	1	1	1	True	83129	fragment	False	CHI0106_000000016668	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1232.0	98.052	100.0	0.1116253743533896	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
MON0098_000000029629	1216	0.8872150994451774	2	1	1	1	1	True	9181	fragment	False	MON0098_000000029629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	91.15100000000001	86.0	0.36209872281670696	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0300_000000009536	1203	0.8872150994451774	1	1	1	1	1	True	25581	fragment	False	ISR0300_000000009536	1.0		0	0	False	False	0.9842061400413513	0					non-mobilizable	plasmid	1203.0	99.917	100.0	0.31688654353562007	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
MON0069_000000044646	1198	0.8872150994451774	2	1	1	1	1	True	13889	fragment	False	MON0069_000000044646	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1112.0	96.67299999999999	93.0	0.13311727283639418	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
CAN0004_000000024422	1194	0.8872150994451774	2	1	1	1	1	True	96049	fragment	False	ISR0300_000000008821	0.7058581767374684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	91.209	15.0	0.044521395003710114	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
MON0036_000000020923	1193	0.8872150994451774	2	1	1	1	1	True	12159	fragment	False	MON0036_000000020923	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	1193.0	95.809	100.0	0.36341463414634145	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0279_000000019831	1167	0.8872150994451774	1	1	1	1	1	True	118120	fragment	False	MON0108_000000010990	0.15543263046185268		0	0	False	False	0.9948586225509644	0	rep_cluster_1097				non-mobilizable	plasmid	1167.0	99.572	100.0	0.13049804141018467	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0025_000000008758	1156	0.8872150994451774	1	1	1	1	1	True	118120	fragment	False	MON0108_000000010990	0.1542198244038448		0	0	False	False	0.9974048733711243	0	rep_cluster_1097				non-mobilizable	other	1156.0	100.0	100.0	0.13984743915728295	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
SPA0062_000000027187	1152	0.8872150994451774	1	1	1	1	1	True	118120	fragment	False	MON0108_000000010990	0.12396600429372348		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1152.0	100.0	100.0	0.12881925013989928	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
MAD0093_000000028590	1139	0.8872150994451774	1	1	1	1	1	True	15641	maximal	True	MAD0093_000000028590	1.0		1	1	False	False	0.998244047164917	0					non-mobilizable	plasmid	1108.0	86.191	97.0	0.29102902374670186	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0129_000000009896	1118	0.8872150994451774	1	1	1	1	1	True	118120	fragment	False	MON0108_000000010990	0.09294015113886903		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1118.0	99.64200000000001	100.0	0.1261006999322646	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
MON0064_000000027141	1104	0.8872150994451774	2	1	1	1	1	True	10686	fragment	False	MON0064_000000027141	1.0		0	0	False	False	0.95923912525177	0					non-mobilizable	no_good_hit								True	True
MON0007_000000060171	1101	0.8872150994451774	2	1	1	1	1	True	13889	fragment	False	MON0069_000000044646	0.9595158597662772		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	1101.0	96.821	100.0	0.1317969031328772	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
MON0083_000000018876	2012	0.8872100308392649	4	3	3	3	3	False	50334	fragment	False	MON0083_000000018876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	84.848	3.0	1.787746127948165e-05	CP061473.1	firmicutes	Geobacillus sp. 47C-IIb chromosome, complete genome	True	False
MAD0042_000000005973	3578	0.8872041073877543	9	2	1	2	1	False	18151	maximal	True	MAD0042_000000005973	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.0771012646851818e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0203_000000003767	4713	0.8871877527743207	7	5	2	3	3	True	99301	maximal	True	ISR0203_000000003767	1.0		2	1	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1154.0	93.32799999999999	57.0	0.10436518740357564	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
DEN0011_000000017488	2493	0.8871863169407412	3	2	2	2	2	False	126237	fragment	False	CHI0158_000000006362	0.9519559437903532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	78.571	6.0	2.917481530134609e-05	NZ_LT906479.1	enterobacteria	Serratia ficaria strain NCTC12148 chromosome 1	True	False
MON0045_000000008072	2817	0.8871818883292972	2	2	1	1	1	False	120126	fragment	False	MON0045_000000008072	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1386.0	89.899	94.0	0.26666666666666666	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
FIJ0069_000000017509	1255	0.8871786082123738	2	2	2	2	2	False	44961	fragment	False	FIJ0069_000000017509	1.0		0	0	False	False	0.9904382228851318	0					non-mobilizable	other	1255.0	97.291	100.0	0.05903121028103375	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0031_000000002511	13430	0.8871752559270678	17	5	2	2	3	False	12479	maximal	True	MON0031_000000002511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.456413434721461e-05	NZ_PVTD01000002.1	a-proteobacteria	Pseudoruegeria haliotis strain DSM 29328 Ga0180973_102, whole genome shotgun sequence	True	False
ISR0027_000000006417	4049	0.8871730350686025	6	4	2	4	3	False	55467	fragment	False	ISR0027_000000006417	0.9973930204291211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1952.0	78.586	74.0	0.0005484018693449613	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0077_000000015635	1330	0.8871719910273188	2	1	1	1	1	False	61970	maximal	True	ENG0077_000000015635	1.0		1	1	False	False	0.9962406158447266	0					non-mobilizable	other	1221.0	98.52600000000001	92.0	0.0043438011820836	NZ_PPTS01000006.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_6, whole genome shotgun sequence	False	False
AUS0012_000000005282	3059	0.8871714787337392	5	3	1	1	3	False	112680	maximal	False	ISR0818_000000005397	0.9524482109227872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1705.0	92.023	70.0	0.1568555083963831	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0812_000000021205	1866	0.8871622533916582	2	2	2	2	2	False	125682	fragment	False	ISR0812_000000021205	0.9971264367816092		0	0	False	False	1.0	0					non-mobilizable	other	1866.0	99.35700000000001	100.0	0.012474248869625705	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
DEN0071_000000029288	1480	0.8871622533916582	3	2	2	2	2	False	82005	fragment	False	DEN0071_000000029288	0.9688135811625499		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	99.51299999999999	97.0	0.009598148594055167	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0149_000000029532	1369	0.8871549751435138	2	2	2	2	2	False	70154	fragment	False	FIJ0114_000000020799	0.5012919554701721		0	0	False	False	0.9970781803131104	0					non-mobilizable	no_good_hit	464.0	75.431	33.0	0.0008319285417168378	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
SPA0106_000000003192	10953	0.8871385934602362	20	9	7	9	5	True	114631	fragment	False	SPA0106_000000003192	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7687.0	98.738	99.0	0.10620840424501543	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0150_000000001663	11706	0.8871383291428574	12	7	4	7	4	False	30835	maximal	True	ISR0150_000000001663	1.0		3	2	False	False	0.9996582865715027	0					non-mobilizable	no_good_hit	55.0	87.273	0.0	8.459489385220709e-06	LN908213.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, chromosome: I	True	False
MON0104_000000019908	2282	0.8871360901748218	5	4	3	3	4	True	118132	fragment	False	MON0104_000000019908	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2185.0	99.954	100.0	0.24443200895355344	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
AST0108_000000001960	8899	0.8871317930047791	11	5	3	5	4	False	107318	maximal	True	AST0108_000000001960	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4454.0	92.95	86.0	0.38630446103107097	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
DEN0017_000000021572	1334	0.8871302897781002	2	2	2	1	1	False	85214	fragment	False	DEN0017_000000021572	0.9752257183354227		0	0	False	False	0.9985007643699646	0					non-mobilizable	other	1309.0	99.236	98.0	0.0024118974639091933	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
DEN0073_000000043361	1245	0.8871302897781002	2	2	2	1	1	False	85214	fragment	False	DEN0017_000000021572	0.7699533309675753		0	0	False	False	0.9847389459609985	0					non-mobilizable	other	1245.0	99.51799999999999	100.0	0.0022956392081890102	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
DEN0005_000000033220	1190	0.8871302897781002	2	2	2	1	1	False	85214	fragment	False	DEN0017_000000021572	0.8497935546902391		0	0	False	False	0.9815126061439514	0					non-mobilizable	other	1190.0	99.58	100.0	0.002194143905576152	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
DEN0079_000000053712	1176	0.8871302897781002	2	2	2	1	1	False	85214	fragment	False	DEN0017_000000021572	0.7477893784131375		0	0	False	False	0.9931972622871399	0					non-mobilizable	other	1176.0	99.49	100.0	0.0021683087376383335	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
FIJ0139_000000021017	1277	0.8871197671586648	2	1	1	1	1	False	40423	fragment	False	FIJ0139_000000021017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	81.391	49.0	0.00015520669624638576	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0342_000000004635	3866	0.8871155176134496	6	4	4	3	4	False	106114	fragment	False	ISR0342_000000004635	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3854.0	98.054	99.0	0.04411545815729514	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
FIJ0011_000000002149	16753	0.8871131403272146	30	10	7	5	6	False	51029	fragment	False	FIJ0011_000000002149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	76.382	1.0	0.0005519505589571852	NZ_AAWL01000001.1	firmicutes	Thermosinus carboxydivorans Nor1 ctg55, whole genome shotgun sequence	True	False
ENG0182_000000024782	1130	0.8871085734639871	2	2	2	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.11553555754207383		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	98.94	100.0	0.0032151050239214046	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0085_000000010089	2359	0.8871008059942168	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.3239384299361443		0	0	False	False	0.9906740188598633	0					non-mobilizable	other	2359.0	96.27	100.0	0.009045295525685877	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0043_000000005448	5748	0.8870989843463916	3	3	2	3	2	False	104656	fragment	False	USA0020_01_000000005677	0.9784240087581658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000000383	23339	0.8870975147490971	28	6	2	5	3	False	47846	fragment	False	MAD0088_000000000383	1.0		0	0	False	False	0.9999571442604065	0					non-mobilizable	no_good_hit	2131.0	72.079	9.0	0.02248610136557457	NZ_FQVD01000017.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ENG0104_000000015870	2008	0.8870939360235108	2	2	1	2	1	True	99734	fragment	False	ENG0104_000000015870	1.0		0	0	False	False	0.9890438318252563	0					non-mobilizable	no_good_hit								True	True
SPA0101_000000029745	1342	0.8870923135519897	2	1	1	1	1	False	4931	fragment	False	SPA0101_000000029745	1.0		0	0	False	False	0.9992548227310181	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000013844	3326	0.8870913885991762	3	2	1	2	1	False	48229	fragment	False	ISR0029_000000013844	0.9998496692723993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	96.552	5.0	3.342131689315438e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0215_000000008717	3326	0.8870913885991762	3	2	1	2	1	False	48229	fragment	False	ISR0029_000000013844	0.9998496692723993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	96.552	5.0	3.342131689315438e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CAN0005_000000011290	1497	0.8870809245233381	2	2	2	2	1	False	95827	fragment	False	CAN0005_000000011290	1.0		0	0	False	False	0.9492318034172058	0					non-mobilizable	no_good_hit	666.0	91.59200000000001	44.0	0.00018466989908414838	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0158_000000015207	1238	0.8870796955014059	2	2	2	2	2	False	51856	fragment	False	FIJ0158_000000015207	0.9308325912131162		0	0	False	False	0.9943457245826721	0					non-mobilizable	other	1238.0	99.354	100.0	0.0015595588856403332	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
TAN0008_000000000127	30598	0.8870661297689468	36	18	14	16	9	True	53277	fragment	False	TAN0008_000000000127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	89.855	0.0	0.0014165781305335084	CP048762.1	e-proteobacteria	Campylobacter jejuni strain ZS004 plasmid pCJFEX, complete sequence	True	True
CHI0160_000000022769	1416	0.8870637862498442	2	1	1	1	1	False	83745	fragment	False	CHI0160_000000022769	1.0		0	0	False	False	0.9731638431549072	0					non-mobilizable	other	1022.0	95.988	97.0	0.008201532560888338	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0395_000000003899	9352	0.8870523982336078	8	4	2	4	1	True	106016	fragment	False	ISR0395_000000003899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.0003449272389972872	NZ_FZOQ01000019.1	CFB group bacteria	Pontibacter ummariensis strain NKM1, whole genome shotgun sequence	True	True
USA0044_01_000000003489	8489	0.8870523982336078	7	4	2	4	1	True	106015	fragment	False	USA0044_01_000000003489	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.0003449272389972872	NZ_FZOQ01000019.1	CFB group bacteria	Pontibacter ummariensis strain NKM1, whole genome shotgun sequence	True	True
SPA0108_000000003672	7709	0.8870523982336078	6	4	2	4	1	True	106010	fragment	False	SPA0108_000000003672	0.9429800297155688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0080_01_000000005794	7085	0.8870523982336078	5	4	2	4	1	True	106010	fragment	False	SPA0108_000000003672	0.5427135014841117		0	0	False	False	0.9998588562011719	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.0003449272389972872	NZ_FZOQ01000019.1	CFB group bacteria	Pontibacter ummariensis strain NKM1, whole genome shotgun sequence	True	True
ISR0835_000000002758	4254	0.887047405279317	6	4	1	3	2	False	117809	fragment	False	ISR0835_000000002758	0.9989722507708119		0	0	False	True	0.995768666267395	0					non-mobilizable	no_good_hit	1634.0	99.87799999999999	62.0	0.0004373046288681576	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0182_000000010500	2696	0.8870431678895457	4	4	3	3	3	False	62773	fragment	False	ENG0182_000000010500	1.0		0	0	False	False	0.9996290802955627	0					non-mobilizable	no_good_hit	901.0	96.337	33.0	0.005439446868691753	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ENG0074_000000006323	3461	0.8870396392461858	3	3	3	3	3	False	92334	fragment	False	ISR0097_000000006774	0.5597866188219328		0	0	False	False	0.9979774355888367	0					non-mobilizable	no_good_hit	1618.0	99.815	47.0	0.8874862788144896	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
AUS0002_000000000388	31884	0.8870342928105244	65	46	15	24	37	False	103160	maximal	True	AUS0002_000000000388	1.0		1	1	False	False	1.0	0	rep_cluster_1817				non-mobilizable	other	10884.0	98.10700000000001	91.0	0.0032517666178069576	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
CHI0111_000000009927	3077	0.8870332264680653	4	2	2	2	2	False	105883	fragment	False	CHI0106_000000005843	0.8934653566976651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	75.917	20.0	0.00012080161941282024	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0069_000000023933	1112	0.8870300911157064	2	2	2	2	2	False	70663	maximal	True	DEN0069_000000023933	1.0		13	5	False	False	0.9766187071800232	0					non-mobilizable	no_good_hit	81.0	80.247	7.0	2.8669778144320683e-05	NZ_AP019845.1	fusobacteria	Leptotrichia trevisanii strain JMUB4039	True	False
SPA0050_000000006076	4281	0.8870128393806663	4	4	2	4	3	False	123203	fragment	False	SPA0050_000000006076	1.0		0	0	False	False	0.9950945973396301	0					non-mobilizable	other	2479.0	99.637	100.0	0.004319300545228898	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ISR0335_000000006310	2777	0.8870085393081583	3	3	3	2	3	False	127054	fragment	False	ENG0049_000000005054	0.5089333790428688		0	0	False	False	1.0	0					non-mobilizable	other	2777.0	98.56	100.0	0.0008293096072259354	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0312_000000017657	1112	0.8870064732393073	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.010047480171622642		0	0	False	False	0.9865108132362366	0					non-mobilizable	other	1126.0	80.195	99.0	0.015576193663543061	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0043_000000007661	2865	0.8870056414796427	2	2	0	0	2	False	36315	fragment	False	ISR0043_000000007661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.811058028060793e-06	CP060719.1	g-proteobacteria	Thermomonas carbonis strain KCTC 42013 chromosome, complete genome	True	False
CHI0092_000000001474	6390	0.8870055241167177	10	7	4	4	6	True	89887	backbone	False	CHI0150_000000001436	0.994119947979458	PS469	0	0	True	True	1.0	109	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2869.0	95.085	59.0	0.31976744186046513	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
CHI0036_000000001991	5804	0.8870055241167177	9	7	4	4	6	True	89887	backbone	False	CHI0150_000000001436	0.8531085573610041	PS469	0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2878.0	95.066	55.0	0.34725753723211045	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0047_000000015341	1370	0.8870033898048999	3	1	1	1	1	False	64307	fragment	False	ISR0316_000000015698	0.9622844827586208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0098_000000002685	9117	0.8869963581793167	10	8	6	6	5	False	68178	maximal	True	ENG0098_000000002685	1.0		1	1	False	False	0.9940770268440247	0					non-mobilizable	no_good_hit	683.0	82.13799999999999	7.0	0.004673186219598518	NZ_QRHR01000007.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf7, whole genome shotgun sequence	True	False
AST0118_000000028515	1077	0.8869894853332254	2	2	2	2	2	False	105669	fragment	False	AST0118_000000028515	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1080.0	97.22200000000001	100.0	0.00047855654218726507	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	False	False
ISR0362_000000001833	12467	0.8869817251857752	12	8	1	4	6	True	117782	fragment	False	ISR0362_000000001833	1.0		0	0	False	True	0.9999197721481323	0					non-mobilizable	chromosome	12108.0	99.98299999999999	99.0	0.0021714687267789428	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0357_000000004853	4620	0.8869739993550816	8	8	6	6	8	False	128457	fragment	False	ISR0357_000000004853	1.0		0	0	False	False	0.9902597665786743	0					non-mobilizable	other	4620.0	98.896	100.0	0.017718498741790954	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0365_000000013989	1238	0.8869712924245793	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.02021191402560276		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	78.64	100.0	0.01724955377063811	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0033_000000000584	9904	0.8869615699379213	9	8	6	6	7	True	88372	fragment	False	CHI0033_000000000584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	78.352	9.0	0.006751719342922003	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	True	True
USA0101_01_000000016169	1975	0.886961356307552	3	3	2	3	2	False	97049	maximal	True	USA0101_01_000000016169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	97.81200000000001	23.0	9.609529950370474e-05	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0110_000000011365	2682	0.8869590202765986	3	3	3	3	3	False	127026	fragment	False	ENG0110_000000011365	0.9592417242711399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	98.60600000000001	53.0	0.005500828576689376	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0170_000000004192	2842	0.8869509235171779	4	3	2	3	2	False	55864	maximal	True	ENG0170_000000004192	1.0		1	1	False	False	0.9792400002479553	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	0.027972027972027972	NZ_FRAE01000142.1	firmicutes	Tepidibacter formicigenes DSM 15518, whole genome shotgun sequence	True	False
USA0081_01_000000002321	12630	0.8869448758566967	9	8	5	6	7	False	115376	fragment	False	USA0081_01_000000002321	1.0		0	0	False	False	0.9997624754905701	0					non-mobilizable	no_good_hit	5353.0	73.697	42.0	0.008840826788121795	CP024735.1	CFB group bacteria	Prevotella intermedia strain KCOM 1944 chromosome 2, complete sequence	True	False
MAD0012_000000004617	5629	0.8869292895293199	7	7	6	5	3	False	49608	maximal	True	MAD0012_000000004617	1.0		1	1	False	False	0.9998223781585693	0					non-mobilizable	no_good_hit	1808.0	81.803	32.0	0.09355292646062438	NZ_SMCZ01000026.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_126, whole genome shotgun sequence	True	False
CHI0078_000000005994	2685	0.8869159436453526	3	3	3	2	3	False	90042	fragment	False	CHI0078_000000005994	1.0		0	0	False	False	0.9914339184761047	0					non-mobilizable	other	2670.0	100.0	99.0	0.001087447659705888	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ETH0001_000000008084	3299	0.8869116356735779	3	2	2	2	2	False	53565	fragment	False	ETH0001_000000008084	1.0		0	0	False	False	0.9990906119346619	0					non-mobilizable	no_good_hit	500.0	78.2	15.0	0.019846895378508648	NZ_KB291014.1	CFB group bacteria	Prevotella saccharolytica F0055 Scfld750, whole genome shotgun sequence	True	False
MAD0058_000000003957	3699	0.8869091203193784	5	5	4	4	3	True	110646	fragment	False	MAD0058_000000003957	1.0		0	0	False	False	0.9927007555961609	0					non-mobilizable	other	3585.0	94.95100000000001	97.0	0.14374220541497365	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0261_000000006571	2724	0.8869075387353148	4	3	0	2	2	False	83057	maximal	True	ISR0261_000000006571	1.0	PS412	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1608.0	99.06700000000001	59.0	0.28548587670989517	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
CHI0133_000000001184	12963	0.8869039366038508	14	14	4	4	13	True	132579	maximal	True	CHI0133_000000001184	1.0		22	3	False	False	1.0	0					non-mobilizable	no_good_hit	11298.0	94.273	87.0	0.1525753683925916	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	True	True
ISR0244_000000002280	7635	0.8869003358340123	8	3	2	2	2	False	38013	fragment	False	ISR0244_000000002280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2411.0	90.917	31.0	0.05438489509226009	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0161_000000016613	1254	0.8868993026913619	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.7897883888454991		0	0	False	False	1.0	0					non-mobilizable	other	884.0	91.742	95.0	0.0176290699766145	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0074_000000025282	1204	0.8868993026913619	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.7162597037014776		0	0	False	False	1.0	0					non-mobilizable	other	896.0	91.853	95.0	0.017868921268813336	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
FIJ0004_000000022778	1147	0.8868990310715836	2	2	2	1	1	False	51952	fragment	False	FIJ0004_000000022778	1.0		0	0	False	False	0.9712293148040771	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000013002	1506	0.8868987766967059	2	2	2	2	2	True	38553	maximal	True	ISR0004_000000013002	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	8.0	2.4395804258161448e-05	CP021371.1	a-proteobacteria	Rhizobium sp. ACO-34A chromosome, complete genome	True	True
SPA0026_000000006981	3955	0.8868896112762914	4	3	3	2	2	False	88714	maximal	True	SPA0026_000000006981	1.0		3	1	False	False	0.9896333813667297	0					non-mobilizable	no_good_hit	50.0	100.0	1.0	1.7290738833270347e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0143_000000008311	2248	0.8868809287802136	3	3	3	2	2	False	73446	fragment	False	ENG0143_000000008311	0.9971098265895953		0	0	False	False	0.995551586151123	0					non-mobilizable	chromosome	2163.0	99.815	96.0	0.0006018721508856178	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CAN0022_000000005162	5376	0.8868762279519896	3	2	1	2	1	False	91354	fragment	False	CAN0022_000000005162	0.9516139642068087		0	0	False	False	0.999627947807312	0					non-mobilizable	other	5388.0	95.76799999999999	100.0	0.0026398743225475893	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0321_000000003352	3016	0.8868717354543277	4	3	3	2	2	False	52574	fragment	False	ISR0321_000000003352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	94.421	47.0	0.0007842373170315887	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0125_000000004224	3699	0.8868497074533901	6	6	3	4	4	False	101913	fragment	False	ENG0049_000000005390	0.9152564806631519		0	0	False	False	0.9989186525344849	0					non-mobilizable	chromosome	3699.0	99.0	100.0	0.000675490420110106	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0049_000000005390	3680	0.8868497074533901	6	6	3	4	4	False	101913	fragment	False	ENG0049_000000005390	0.9718482980972257		0	0	False	False	1.0	0					non-mobilizable	chromosome	3681.0	98.45200000000001	100.0	0.0005678504889969508	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0147_000000006623	3634	0.8868497074533901	6	6	3	4	4	False	101913	fragment	False	ENG0049_000000005390	0.9060793122628105		0	0	False	False	0.999724805355072	0					non-mobilizable	chromosome	3635.0	98.68	100.0	0.0005605921335487984	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0338_000000001083	12926	0.8868488913684995	20	11	8	10	9	True	126208	backbone	False	ISR0395_000000002325	0.6176053778977284	PS943|PS946|PS949	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1582.0	73.641	13.0	0.19317474156183834	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0154_000000008954	3308	0.8868477025994329	8	4	1	2	3	True	123344	backbone	False	FIJ0074_000000009507	0.4562658706341864	PS890|PS891	0	0	False	True	0.9984884858131409	0					non-mobilizable	plasmid	1105.0	99.54799999999999	92.0	0.3164230438521066	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
FIJ0068_000000004260	6745	0.8868444212616747	8	8	8	8	8	False	98060	fragment	False	ISR0056_000000002437	0.9613103788228682		0	0	False	False	1.0	0					non-mobilizable	other	6746.0	99.837	100.0	0.001385820701716322	CP016628.1	enterobacteria	Escherichia coli strain FORC_041, complete genome	False	False
AST0052_000000020725	1228	0.8868407571787259	2	2	2	2	1	True	114347	fragment	False	ENG0115_000000017332	0.97		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	731.0	83.447	59.0	0.2973748974569319	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
CHI0023_000000004932	2699	0.8868404149145097	3	3	3	3	3	False	108437	fragment	False	ENG0097_000000010289	0.4798546102257045		0	0	False	False	0.9981474876403809	0					non-mobilizable	chromosome	2699.0	100.0	100.0	0.0004995058631768646	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
ISR0346_000000011556	1996	0.886837416851307	2	2	2	2	2	False	36730	fragment	False	ISR0346_000000011556	0.9933492694407583		0	0	False	False	0.9794589281082153	0					non-mobilizable	no_good_hit	1500.0	99.6	87.0	0.0006226251771511928	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CHI0041_000000011757	1283	0.8868301235049026	2	2	1	2	1	True	87533	fragment	False	USA0021_01_000000013886	0.9365700861393893		0	0	False	False	0.9992205500602722	0					non-mobilizable	other	1283.0	98.441	100.0	0.009867838697014247	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0131_000000003602	5170	0.8868297676170583	5	4	2	3	3	False	40841	maximal	True	FIJ0131_000000003602	1.0		1	1	False	False	0.9992263317108154	0					non-mobilizable	no_good_hit	207.0	88.406	7.0	0.0042777368032873245	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ENG0154_000000015424	2071	0.8868200022038583	2	1	0	1	0	True	87636	fragment	False	ENG0154_000000015424	1.0		0	0	False	False	0.9642684459686279	0					non-mobilizable	no_good_hit								True	True
ISR0014_000000021617	1635	0.8868200022038583	3	1	0	1	0	True	87634	fragment	False	ISR0014_000000021617	1.0		0	0	False	False	0.988990843296051	0					non-mobilizable	no_good_hit	415.0	83.37299999999999	25.0	0.0008635885554651773	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0104_000000028204	1123	0.8868200022038583	1	1	0	1	0	True	87633	fragment	False	CHI0040_000000011724	0.9504820333041192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0016_000000012095	2108	0.8868178892542685	3	3	3	3	3	False	123397	fragment	False	AST0016_000000012095	1.0		0	0	False	False	0.9886147975921631	0					non-mobilizable	other	2084.0	98.75200000000001	99.0	0.0012543047099352615	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
SPA0015_000000005343	3626	0.8868128349958069	4	3	1	2	3	True	7919	fragment	False	SPA0015_000000005343	1.0		0	0	False	False	0.9812465310096741	0					non-mobilizable	no_good_hit	62.0	85.484	2.0	0.00018397120237445498	NZ_FOMW01000005.1	a-proteobacteria	Sulfitobacter brevis strain DSM 11443, whole genome shotgun sequence	True	True
MON0093_000000010404	3877	0.8867943988542394	7	7	5	3	6	True	123556	backbone	False	ISR0826_000000002301	0.22434305268947893	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3877.0	98.375	100.0	0.11656274592893032	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
FIJ0011_000000012565	3447	0.8867861490899037	5	3	3	2	2	False	116197	fragment	False	FIJ0011_000000012565	0.9384388562136564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	95.18700000000001	59.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0133_01_000000001014	22441	0.8867735565676597	29	12	6	12	5	True	118916	fragment	False	ENG0151_000000000740	0.880383147118058		0	0	False	False	0.9991087913513184	0					non-mobilizable	other	16706.0	97.61200000000001	99.0	0.004471058226321347	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0017_000000002286	11810	0.8867708903249499	12	4	4	3	1	True	114976	fragment	False	DEN0017_000000002286	1.0		0	0	False	False	0.9973751306533813	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.605087325247596e-06	NC_016584.1	firmicutes	Desulfosporosinus orientis DSM 765, complete sequence	True	True
SPA0141_000000013248	1721	0.8867707492636859	2	2	2	2	1	True	116014	maximal	True	SPA0141_000000013248	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	99.792	84.0	0.0006536594488742985	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	True	True
ENG0103_000000009622	1853	0.8867697890494365	3	3	3	2	1	False	131827	fragment	False	ENG0103_000000009622	0.9763279445727482		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	96.16799999999999	100.0	0.04011784074170349	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
CAN0003_000000043878	1114	0.8867683935023856	2	1	0	1	0	True	96323	maximal	True	CAN0003_000000043878	1.0		60	10	False	False	1.0	0					non-mobilizable	other	1115.0	92.287	100.0	0.0002954840105151918	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0059_000000006105	2666	0.8867681940303277	4	4	4	4	3	False	106116	maximal	True	ISR0059_000000006105	1.0		1	1	False	False	0.9969992637634277	0					non-mobilizable	other	2667.0	97.038	100.0	0.030501837667021605	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
MAD0098_000000002212	14173	0.8867558949296181	8	8	7	8	5	True	91066	fragment	False	MAD0098_000000002212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2149.0	75.896	15.0	0.0044036743288369574	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0100_000000007892	3985	0.8867542856527874	6	4	2	4	3	False	55467	fragment	False	ISR0027_000000006417	0.9868860680928973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1954.0	78.557	74.0	0.0005484018693449613	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0013_000000007849	2969	0.8867529294337132	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.7400054597145191		0	0	False	False	0.9996631741523743	0					non-mobilizable	chromosome	2969.0	97.87799999999999	99.0	0.0005421459077573809	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
FIJ0129_000000019615	1159	0.8867472914453851	1	1	1	1	1	False	40905	maximal	True	FIJ0129_000000019615	1.0		2	1	False	False	0.9836065769195557	0					non-mobilizable	no_good_hit	561.0	71.48	48.0	7.819526458511061e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
DEN0022_000000008704	4211	0.8867471670438768	7	4	2	3	4	True	123484	fragment	False	DEN0022_000000008704	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4183.0	97.992	99.0	0.0020190345422918215	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
AST0106_000000010659	1864	0.8867247192078714	3	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9750809446386497		0	0	False	False	1.0	0					non-mobilizable	other	1864.0	100.0	100.0	0.0090810715956949	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
ISR0269_000000010108	1856	0.8867247192078714	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9719695913589108		0	0	False	False	0.985991358757019	0					non-mobilizable	other	1825.0	99.836	98.0	0.0005144395626586823	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0005_000000020904	1787	0.8867247192078714	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9669825915465076		0	0	False	False	0.9994404315948486	0					non-mobilizable	other	1787.0	100.0	100.0	0.008705740134144439	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
ISR0155_000000008488	2571	0.8867126153737833	3	3	3	3	2	False	130892	fragment	False	ISR0155_000000008488	1.0		0	0	False	True	0.9914430379867554	0					non-mobilizable	no_good_hit	1709.0	84.90299999999999	66.0	0.020134228187919462	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
FIJ0135_000000014815	1925	0.8867118120627434	3	2	2	1	1	False	40598	maximal	True	FIJ0135_000000014815	1.0		3	2	False	False	0.9979220628738403	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000004645	7388	0.8867104917666108	6	5	4	4	4	False	108775	maximal	True	DEN0082_000000004645	1.0		5	4	False	False	0.9975636005401611	0					non-mobilizable	no_good_hit	1060.0	98.113	14.0	0.013251248169976351	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0159_000000000204	57715	0.8867011292620267	99	25	12	19	13	True	112975	maximal	True	ENG0159_000000000204	1.0		1	1	True	True	1.0	70					non-mobilizable	no_good_hit	5317.0	85.21700000000001	46.0	0.09343210576684507	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0141_000000004271	6443	0.8867009185474656	10	8	4	4	6	True	89887	backbone	False	CHI0150_000000001436	0.995680432973792	PS469	0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2869.0	95.051	57.0	0.31976744186046513	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ISR0312_000000009325	1884	0.8866983220556021	3	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.06070173337926928	PS1101	0	0	False	True	0.9792993664741516	0					non-mobilizable	chromosome	1743.0	99.08200000000001	93.0	0.0003476808569155559	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0140_000000006990	3930	0.8866955698173571	4	4	4	4	3	False	131408	fragment	False	SPA0109_000000006156	0.8571251778725748		0	0	False	False	0.9989821910858154	0					non-mobilizable	no_good_hit	808.0	74.876	20.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
FIJ0037_000000020965	1554	0.8866903030357264	3	2	2	2	1	False	47759	fragment	False	FIJ0037_000000020965	1.0		0	0	False	False	0.9967824816703796	0					non-mobilizable	no_good_hit								True	False
CHI0120_000000004287	3132	0.8866847248120119	3	3	3	3	3	False	127847	fragment	False	CHI0120_000000004287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	92.29899999999999	38.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0005_000000002784	4508	0.8866808713408659	6	2	1	2	0	False	73335	maximal	True	ISR0005_000000002784	1.0		1	1	True	True	1.0	54					non-mobilizable	no_good_hit	1161.0	93.712	36.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0348_000000002603	4500	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9791920007812587	PS169	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0257_000000003419	4488	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9853147694123321	PS169	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0333_000000004100	4478	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9845240324851409	PS169	0	0	True	True	1.0	111					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
CAN0011_000000006959	4476	0.8866808713408659	6	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9867493825936556	PS169	0	0	True	True	0.9995531439781189	60					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
AUS0002_000000007238	4474	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9831366896494785	PS169	0	0	True	True	1.0	113					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
DEN0083_000000005890	4460	0.8866808713408659	4	2	1	2	0	False	116357	maximal	False	FIJ0122_000000003905	0.9514514471497717	PS169	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
FIJ0122_000000003905	4459	0.8866808713408659	5	2	1	2	0	True	116357	maximal	True	FIJ0122_000000003905	0.9880778597993949	PS169	31	7	True	True	1.0	53					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
FIJ0040_000000005564	4458	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9870707121589654	PS169	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
SPA0120_000000009499	4456	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9864136694785991	PS169	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
FIJ0079_000000006592	4455	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9875433809285997	PS169	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ENG0049_000000004470	4455	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9860888547786847	PS169	0	0	True	True	1.0	252					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
FIJ0064_000000006040	4455	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9871985697789297	PS169	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
FIJ0063_000000005544	4454	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9871493965224302	PS169	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
FIJ0147_000000004055	4453	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9871366355969171	PS169	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
SPA0029_000000005474	4453	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9860462409354254	PS169	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
FIJ0008_000000006383	4452	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9870435696399997	PS169	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0079_000000006183	4450	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.984219773615333	PS169	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0141_000000008057	4449	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9866148692466145	PS169	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0169_000000006059	4446	0.8866808713408659	5	2	1	2	0	False	116357	maximal	False	FIJ0122_000000003905	0.955705673106112	PS169	0	0	True	True	0.9997750520706177	28					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0279_000000004129	4446	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9870325234955477	PS169	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0045_000000005556	4445	0.8866808713408659	5	2	1	2	0	False	116357	maximal	False	FIJ0122_000000003905	0.9554539000139082	PS169	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0265_000000003412	4443	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9865235795791432	PS169	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0386_000000007943	4443	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9866183827818842	PS169	0	0	True	True	1.0	258					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0288_000000006528	4416	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9739425214061865	PS169	0	0	True	True	1.0	199					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0066_000000007236	4416	0.8866808713408659	5	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.9730262565220806	PS169	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
SPA0075_000000003504	4354	0.8866808713408659	5	2	1	2	0	False	5798	maximal	True	SPA0075_000000003504	1.0		2	1	True	True	1.0	34					non-mobilizable	no_good_hit	518.0	95.367	26.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0076_000000002802	4335	0.8866808713408659	4	2	1	2	0	False	5798	maximal	False	SPA0075_000000003504	1.0		0	0	True	True	0.9997693300247192	20					non-mobilizable	no_good_hit	518.0	95.367	27.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0040_000000004624	4111	0.8866808713408659	6	2	1	2	0	True	116357	maximal	False	FIJ0122_000000003905	0.8856428919580198	PS169	0	0	False	True	0.9997567534446716	0					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
CHI0071_000000002248	4694	0.8866700441677605	3	3	3	2	2	False	89865	maximal	True	CHI0071_000000002248	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4325.0	99.931	92.0	0.14138573717424713	MK773538.1	enterobacteria	Klebsiella pneumoniae strain QDE2 plasmid pQDE2-D, complete sequence	False	True
ISR0849_000000005144	4951	0.8866664048384922	12	3	0	3	0	True	20594	maximal	True	ISR0849_000000005144	1.0		1	1	True	True	0.9995960593223572	4					non-mobilizable	no_good_hit								True	True
ISR0132_000000003832	6261	0.8866651895616031	8	6	4	4	6	False	123628	fragment	False	USA0108_01_000000001009	0.2661169540377727		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2791.0	98.101	89.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MAD0096_000000005397	3197	0.8866650188462172	5	3	2	2	2	False	49634	maximal	True	MAD0096_000000005397	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0029_000000012290	1986	0.8866641969332439	3	3	2	3	1	False	65796	fragment	False	ENG0029_000000012290	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	83.84200000000001	90.0	0.07689008962648484	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
DEN0072_000000002497	7739	0.8866636490454342	8	7	4	7	3	True	128663	fragment	False	DEN0072_000000002497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	85.45	50.0	0.0018003625817324884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0011_000000002908	4443	0.8866630964036358	5	4	2	4	2	False	20226	fragment	False	MAD0011_000000002908	0.9955974842767296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	759.0	84.45299999999999	17.0	0.00020935075795889727	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0002_000000008062	3975	0.8866630964036358	5	4	2	4	2	False	20226	fragment	False	MAD0011_000000002908	0.9457573711456223		0	0	False	False	0.9959748387336731	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.37082516305919e-06	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0003_000000015357	2191	0.8866548571106864	3	2	2	2	1	False	130143	maximal	True	AST0003_000000015357	1.0	PS319	0	0	False	True	0.9917845726013184	0					non-mobilizable	no_good_hit	1903.0	95.796	86.0	0.021632206940522817	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	True	True
SPA0026_000000019440	1690	0.8866548571106864	3	2	2	2	1	False	7515	fragment	False	SPA0026_000000019440	1.0		0	0	False	False	0.9863905310630798	0					non-mobilizable	no_good_hit	61.0	91.803	4.0	0.0002486459157836283	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
ENG0204_000000014827	1792	0.8866449224948818	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.6499889714590688		0	0	False	False	0.9910714030265808	0					non-mobilizable	other	1794.0	81.884	99.0	0.04957644771559506	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
ENG0202_000000004475	5332	0.8866418579235182	6	5	5	5	5	False	129699	maximal	True	ENG0202_000000004475	1.0	PS1061	3	3	False	True	0.9975618720054626	0					non-mobilizable	no_good_hit	3429.0	94.663	65.0	0.041759153108764054	NZ_CYYV01000014.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0834_000000007634	2228	0.8866349860609499	3	3	3	3	3	False	131393	fragment	False	USA0116_01_000000010746	0.6680373363639494		0	0	False	False	0.9887791872024536	0					non-mobilizable	no_good_hit	209.0	76.077	9.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
ENG0094_000000002403	7191	0.8866313248153679	12	4	4	4	1	False	61040	maximal	True	ENG0094_000000002403	1.0		2	2	False	False	0.9993047118186951	0					non-mobilizable	no_good_hit	85.0	98.824	3.0	0.0005885897669464803	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
USA0069_01_000000001578	27411	0.8866309309835632	25	9	5	9	3	True	117542	fragment	False	USA0069_01_000000001578	0.9801008596207427		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	201.0	98.01	1.0	0.0034389669343329265	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
SPA0119_000000025576	1237	0.8866278671224214	2	2	2	1	1	False	103245	fragment	False	ENG0086_000000013755	0.19911438494132386		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	94.839	100.0	0.0003289651124260858	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
SPA0046_000000017976	1789	0.8866267591982301	2	2	2	2	2	False	92181	fragment	False	SPA0100_000000012690	0.537037085875479		0	0	False	False	0.9977641105651855	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.00029476434785379686	NZ_SDOY01000040.1	high GC Gram+	Streptomyces roseicoloratus strain TRM44457 268, whole genome shotgun sequence	True	False
SPA0054_000000021073	1395	0.8866224995949051	3	3	3	2	0	True	6422	maximal	True	SPA0054_000000021073	1.0		12	7	False	False	1.0	0					non-mobilizable	other	1399.0	90.779	100.0	0.009476390424572137	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
SPA0062_000000012557	2622	0.8866186931802021	3	3	3	3	2	False	131396	maximal	True	SPA0062_000000012557	1.0		4	2	False	False	0.9996185898780823	0					non-mobilizable	no_good_hit	380.0	72.632	14.0	0.00015333167532326057	CP046315.1	high GC Gram+	Schaalia odontolytica strain FDAARGOS_732 chromosome, complete genome	True	False
ISR0324_000000022076	1395	0.8866177412621954	2	2	2	2	1	False	24903	fragment	False	ISR0324_000000022076	1.0		0	0	False	False	0.9978494644165039	0					non-mobilizable	no_good_hit								True	False
USA0018_01_000000002104	11681	0.8866112896512116	10	9	6	7	6	False	119751	fragment	False	SPA0103_000000001197	0.9213014398262275		0	0	False	False	1.0	0					non-mobilizable	other	8875.0	99.60600000000001	100.0	0.0014174901415429557	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
MAD0063_000000000429	17056	0.8866008787669125	26	9	6	7	6	False	16740	maximal	True	MAD0063_000000000429	1.0		1	1	False	False	0.9998241066932678	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.489023498736976e-07	AP015042.1	eudicots	Vigna angularis var. angularis DNA, chromosome 9, almost complete sequence, cultivar: Shumari	True	False
ISR0014_000000005785	6048	0.8865956507393744	4	4	3	4	3	False	80800	maximal	True	ISR0014_000000005785	1.0		1	1	False	False	0.992394208908081	0					non-mobilizable	no_good_hit	1276.0	82.132	21.0	0.00797350960088469	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0066_000000003793	7574	0.8865933525751213	7	4	3	4	3	True	52107	fragment	False	FIJ0154_000000003332	0.43913923225630314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.0007672948253636977	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
DEN0096_000000004723	7923	0.8865925723153063	6	6	4	4	6	False	98958	maximal	True	DEN0096_000000004723	1.0		63	9	False	False	1.0	0					non-mobilizable	other	5323.0	98.779	100.0	0.0010018143762246098	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0155_000000007737	2901	0.886582018333516	3	3	2	3	2	False	110538	fragment	False	ISR0155_000000007737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	75.587	7.0	0.0013883790007676133	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MON0033_000000001254	29534	0.8865807018285895	29	27	5	8	24	True	123974	fragment	False	MON0033_000000001254	0.9591120421487197		0	0	False	True	1.0	0					non-mobilizable	chromosome	23519.0	98.21799999999999	99.0	0.009326079583656452	CP029796.1	high GC Gram+	Bifidobacterium longum subsp. longum strain YS108R chromosome, complete genome	False	True
ENG0129_000000002171	10709	0.8865778673167459	9	5	4	5	3	True	131969	fragment	False	ENG0129_000000002171	0.9874576228936086		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2739.0	89.12	26.0	0.034185467422450794	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0131_000000003345	8501	0.8865778673167459	7	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.6592185126179791		0	0	False	True	0.995412290096283	0					non-mobilizable	no_good_hit	2663.0	89.223	31.0	0.03323448077380282	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0117_000000002364	8371	0.8865778673167459	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.612512787180358		0	0	False	True	0.9997611045837402	0					non-mobilizable	no_good_hit	2737.0	88.71	33.0	0.03416044145801269	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0062_000000015990	2034	0.8865702336653997	2	2	2	2	2	False	76299	fragment	False	DEN0007_000000012321	0.9522596963786158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1809.0	97.899	89.0	0.0015511421969049263	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
USA0101_01_000000015274	2100	0.8865680680648602	5	3	2	2	2	False	84880	fragment	False	USA0101_01_000000015274	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	716.0	94.413	100.0	0.00015881160057660827	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
DEN0031_000000018654	1856	0.8865680680648602	4	3	2	2	2	False	73751	fragment	False	DEN0031_000000018654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	98.01799999999999	71.0	0.0001679182797705117	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0809_000000004525	1425	0.8865680680648602	3	3	2	2	2	False	21736	fragment	False	ISR0809_000000004525	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	892.0	98.206	100.0	0.00019790368687238878	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MAD0091_000000007401	2074	0.8865590285873776	3	3	3	3	2	False	15749	maximal	True	MAD0091_000000007401	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	74.057	20.0	7.876840543948288e-05	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0072_000000015650	1857	0.886544625252596	2	2	2	2	1	False	126227	fragment	False	ISR0072_000000015650	1.0		0	0	False	False	0.9973074793815613	0					non-mobilizable	no_good_hit								True	False
CAN0017_000000010864	3361	0.8865403129542421	5	5	4	5	4	False	92529	fragment	False	CAN0017_000000010864	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3361.0	98.81	100.0	0.01343062774890044	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0017_000000000296	43520	0.8865326609394967	32	18	11	18	8	True	7848	maximal	True	SPA0017_000000000296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	74.018	1.0	0.00010754597506675556	CP040093.1	firmicutes	Caloramator sp. E03 chromosome, complete genome	True	True
ISR0194_000000001383	14082	0.8865324983875369	15	7	4	7	3	True	122932	maximal	True	ISR0194_000000001383	1.0		1	1	False	False	0.9999290108680725	0					non-mobilizable	no_good_hit	5135.0	98.053	60.0	0.11487590358749412	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0813_000000012467	2450	0.8865298008230384	4	3	3	3	2	False	97349	fragment	False	CAN0001_000000018534	0.9533846777462505		0	0	False	False	0.973061203956604	0					non-mobilizable	other	2450.0	98.77600000000001	100.0	0.0031952258185727555	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
SPA0135_000000004676	5255	0.8865285034444115	8	7	4	7	5	False	84455	fragment	False	SPA0071_000000004638	0.9438328094520152		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	86.384	9.0	0.0001636600553141631	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0357_000000004653	4775	0.886523359381472	7	5	3	3	4	False	129194	fragment	False	ISR0357_000000004653	0.9888250417808723		0	0	False	False	0.9997905492782593	0					non-mobilizable	no_good_hit	2768.0	80.6	64.0	0.0006077873336318486	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0057_000000009629	2451	0.8865173024084333	2	2	2	2	1	True	124794	maximal	True	ENG0057_000000009629	1.0		2	2	False	False	0.9983680248260498	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	5.0	2.4434959273297227e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0154_000000015519	2081	0.8865142094564471	3	3	3	3	2	False	79167	fragment	False	CHI0154_000000015519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0049_000000005248	3219	0.8865136908305488	4	2	1	1	0	True	72951	maximal	False	MAD0099_000000009342	0.9530798387138633		0	0	True	True	0.9996893405914307	85					non-mobilizable	plasmid	2291.0	93.322	100.0	0.7333333333333333	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
ISR0180_000000006726	3218	0.8865136908305488	4	2	1	1	0	True	72951	maximal	False	MAD0099_000000009342	0.9410800574923017		0	0	True	True	1.0	71					non-mobilizable	plasmid	2294.0	92.93799999999999	99.0	0.7333333333333333	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
SPA0041_000000006548	5176	0.8865061595660052	6	5	3	4	4	False	126148	fragment	False	USA0130_01_000000007893	0.9022693361497338		0	0	False	False	0.9957495927810669	0					non-mobilizable	no_good_hit	1586.0	73.203	30.0	0.1935483870967742	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
CHI0156_000000003619	3534	0.8865037320173237	4	4	4	3	4	False	90050	fragment	False	CHI0156_000000003619	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3535.0	99.943	100.0	0.0014943309296057655	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CAN0008_000000013789	2107	0.8865017888735591	2	2	2	2	1	False	95002	fragment	False	CAN0008_000000013789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	96.06700000000001	34.0	0.0003489404430807466	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0067_000000016359	1896	0.8865017888735591	2	2	2	2	1	False	45214	fragment	False	FIJ0067_000000016359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	94.62	57.0	0.0005285637935273757	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0285_000000009535	1898	0.88649011195959	3	2	2	1	1	False	131771	fragment	False	ISR0285_000000009535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1297.0	99.306	68.0	0.03455907842457535	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
ENG0001_000000018115	1506	0.88649011195959	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.1796300569792528		0	0	False	False	0.9933599233627319	0					non-mobilizable	virus	1325.0	97.585	99.0	0.03530572518066185	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ENG0124_000000023506	1320	0.88649011195959	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.16111589100327336		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	96.742	100.0	0.002987522168592286	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0051_000000039442	1242	0.88649011195959	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.13326576781076976		0	0	False	False	0.999194860458374	0					non-mobilizable	other	1242.0	97.585	100.0	0.002810852927386677	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0181_000000016896	1189	0.88649011195959	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.09499029506820716		0	0	False	False	0.9991589784622192	0					non-mobilizable	virus	1189.0	96.88799999999999	100.0	0.0316791552225274	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ISR0348_000000016720	1167	0.88649011195959	2	2	2	1	1	False	29212	fragment	False	ISR0189_000000013785	0.958904109589041		0	0	False	False	1.0	0					non-mobilizable	chromosome	953.0	92.025	92.0	0.000254584122097473	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0066_01_000000017498	1157	0.88649011195959	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.08239775317889836		0	0	False	False	1.0	0					non-mobilizable	virus	1157.0	98.704	100.0	0.030825844644142824	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ENG0024_000000021599	1147	0.88649011195959	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.04390156017788086		0	0	False	False	1.0	0					non-mobilizable	virus	1147.0	96.949	100.0	0.030559185088397642	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
AST0089_000000021639	1126	0.88649011195959	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.06896991342800989		0	0	False	False	1.0	0					non-mobilizable	virus	1126.0	99.11200000000001	100.0	0.029999200021332766	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
MAD0028_000000000248	18916	0.8864878558187652	16	8	7	6	4	True	98634	fragment	False	MAD0028_000000000248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1665.0	86.066	9.0	0.00044361702326308465	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0327_000000008545	3019	0.8864866649172642	6	5	3	5	1	True	102952	maximal	True	ISR0327_000000008545	1.0		12	5	False	False	0.9996687769889832	0					non-mobilizable	no_good_hit	310.0	86.12899999999999	10.0	0.00016494085692130394	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
CHI0076_000000001311	5169	0.8864859236111249	5	4	1	3	2	True	128122	fragment	False	CHI0076_000000001311	1.0		0	0	False	False	0.9928419589996338	0					non-mobilizable	no_good_hit	3401.0	87.06299999999999	65.0	0.5110673135233474	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0049_000000000788	14859	0.8864811764116958	18	14	10	11	11	True	123616	fragment	False	CHI0049_000000000788	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	5846.0	96.97200000000001	39.0	0.05825882165096599	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0080_000000015175	2088	0.8864747919889382	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5600178165755002		0	0	False	False	1.0	0					non-mobilizable	chromosome	1749.0	99.085	99.0	0.0006143043653213237	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
DEN0033_000000012000	1918	0.8864747919889382	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5639095690650195		0	0	False	False	1.0	0					non-mobilizable	chromosome	1752.0	98.573	99.0	0.0006153586634311429	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0164_000000012167	1660	0.8864747919889382	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.41471492742381016		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	99.098	100.0	0.0006035767917097166	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
DEN0062_000000007012	2681	0.8864744638332392	4	3	1	2	2	False	82798	fragment	False	DEN0062_000000007012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	100.0	2.0	9.240192195997677e-05	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0015_01_000000009437	3468	0.8864642304740936	3	3	3	3	3	False	116667	fragment	False	USA0075_01_000000007081	0.9524899828277047		0	0	False	False	1.0	0					non-mobilizable	other	3267.0	98.898	94.0	0.0013306871699510791	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
MAD0103_000000003088	5271	0.886455068742038	5	4	2	4	2	True	89557	maximal	True	MAD0103_000000003088	0.9655506096380878		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0013_000000004193	4927	0.8864523520124862	6	2	1	2	1	False	19616	maximal	True	MAD0013_000000004193	1.0		3	1	False	False	0.9985792636871338	0					non-mobilizable	no_good_hit	628.0	79.618	19.0	0.15955231650182197	CP021597.1	other sequences	Unidentified plasmid plasmid FAKO05_2270, complete sequence	True	False
MAD0067_000000001896	4726	0.8864523520124862	6	2	1	2	1	False	19616	maximal	False	MAD0013_000000004193	0.9796021920032474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	79.618	20.0	0.15955231650182197	CP021597.1	other sequences	Unidentified plasmid plasmid FAKO05_2270, complete sequence	True	False
MAD0099_000000012595	2471	0.8864523520124862	2	2	1	2	1	False	15231	fragment	False	MAD0099_000000012595	1.0		0	0	False	False	0.9834075570106506	0					non-mobilizable	no_good_hit	365.0	82.19200000000001	14.0	0.09370119729307652	CP021597.1	other sequences	Unidentified plasmid plasmid FAKO05_2270, complete sequence	True	False
ENG0098_000000006837	3714	0.8864511891079904	5	2	2	1	1	False	66140	fragment	False	ENG0098_000000006837	1.0		0	0	False	False	0.9900376796722412	0					non-mobilizable	no_good_hit	1467.0	78.459	39.0	0.24397692568713947	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
ISR0177_000000002844	7365	0.8864479427938782	7	7	7	6	5	False	121551	fragment	False	ISR0177_000000002844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3786.0	99.31299999999999	87.0	0.0007218847810858177	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
AST0040_000000006120	3175	0.8864475399879435	4	2	1	2	1	False	116301	fragment	False	AST0040_000000006120	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	98.728	42.0	0.3008939974457216	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ISR0057_000000010276	2136	0.8864452769657116	2	2	2	2	2	False	51998	backbone	False	MON0097_000000016799	0.9464440041667623	PS211	0	0	False	True	0.9808052182197571	0					non-mobilizable	other	2011.0	97.066	94.0	0.001353621476741709	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
FIJ0149_000000022146	1237	0.8864373647159963	2	1	1	1	1	False	39838	fragment	False	FIJ0149_000000022146	1.0		0	0	False	False	0.9725141525268555	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0635466313419916e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0153_000000006644	4314	0.8864096944583122	6	4	2	4	2	False	107882	maximal	True	ENG0153_000000006644	1.0		0	0	False	False	0.9944367408752441	0					non-mobilizable	chromosome	4333.0	90.63	100.0	0.0013603928370715243	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0265_000000006224	2586	0.8864090224476673	4	3	3	2	1	False	131787	fragment	False	ISR0265_000000006224	0.9920603414053195		0	0	False	False	0.9996132850646973	0					non-mobilizable	other	2586.0	98.84	100.0	0.014842673403766651	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0026_000000008053	2798	0.8863926704123732	3	1	1	1	1	False	78615	fragment	False	ISR0026_000000008053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	11.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
MON0087_000000024374	2077	0.8863926704123732	4	1	1	1	1	False	78613	fragment	False	MON0087_000000024374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	14.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
SPA0151_000000012757	1509	0.8863885092113194	2	2	1	2	1	False	6888	fragment	False	SPA0151_000000012757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	86.735	6.0	2.546571081828491e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
SPA0144_000000007479	2329	0.88638470941201	3	1	1	1	1	False	45758	maximal	True	SPA0144_000000007479	1.0		93	12	False	False	0.999141275882721	0					non-mobilizable	no_good_hit	160.0	75.625	7.0	0.0002731994771169501	NZ_KE384122.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ENG0111_000000002386	9591	0.8863761968612159	7	5	4	5	2	True	65815	fragment	False	ENG0111_000000002386	1.0		0	0	False	False	0.9913460612297058	0					non-mobilizable	no_good_hit								True	True
FIJ0007_000000008780	1993	0.8863582884124916	4	2	2	1	2	False	51584	maximal	True	FIJ0007_000000008780	1.0		1	1	False	False	0.9994982481002808	0					non-mobilizable	no_good_hit								True	False
SPA0048_000000013122	1541	0.8863560550359555	3	3	3	3	2	False	68340	fragment	False	DEN0094_000000022750	0.9565992865636148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	99.10700000000001	23.0	0.0006584114274241646	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
MAD0040_000000000255	28567	0.8863557276842884	39	11	4	6	5	True	72311	fragment	False	MAD0040_000000000255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0088_000000009056	1695	0.8863474701048583	2	1	1	1	1	False	47747	fragment	False	SPA0088_000000009056	1.0		0	0	False	False	0.9964601993560791	0					non-mobilizable	no_good_hit	1439.0	99.375	85.0	0.0045538091012802635	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0067_000000023434	1393	0.8863472165583277	2	2	1	2	1	False	58604	fragment	False	ENG0128_000000019863	0.6318067897015266		0	0	False	False	0.9942569732666016	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000009949	3318	0.8863408387164429	8	2	1	2	1	False	71134	fragment	False	DEN0065_000000009949	1.0		0	0	False	False	0.9789029359817505	0					non-mobilizable	no_good_hit								True	False
MON0087_000000030093	1700	0.8863390177465019	2	2	2	2	2	False	83747	fragment	False	MON0087_000000030093	1.0		0	0	False	False	0.9994117617607117	0					non-mobilizable	no_good_hit	1145.0	96.943	73.0	0.00918250018091616	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0011_000000005893	7004	0.8863379409752729	6	2	1	1	1	True	104154	maximal	True	FIJ0011_000000005893	1.0	PS613|PS614	2	1	True	True	1.0	29					non-mobilizable	no_good_hit	902.0	88.69200000000001	29.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0025_000000003124	6351	0.8863379409752729	8	2	1	1	1	True	81546	maximal	False	FIJ0003_000000003913	0.9594007141748175		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	909.0	86.249	32.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0039_000000004084	5354	0.8863379409752729	6	2	1	1	1	True	115597	fragment	False	ENG0039_000000004084	1.0		0	0	False	False	0.9998131990432739	0					non-mobilizable	no_good_hit	1665.0	85.405	65.0	0.2503032140691328	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0187_000000004828	5121	0.8863379409752729	3	2	1	1	1	True	81596	maximal	True	ENG0187_000000004828	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	91.72200000000001	40.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0023_000000006117	4928	0.8863379409752729	3	2	1	1	1	True	81577	fragment	False	FIJ0023_000000006117	1.0		0	0	False	False	0.9997971057891846	0					non-mobilizable	no_good_hit	902.0	88.69200000000001	42.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0079_000000000988	4834	0.8863379409752729	3	2	1	1	1	True	16893	maximal	True	MAD0079_000000000988	0.9583231219198053		2	1	True	True	0.9971038699150085	2					non-mobilizable	no_good_hit	1277.0	89.193	26.0	0.2905729285551244	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	True	True
MAD0092_000000003624	4753	0.8863379409752729	3	2	1	1	1	True	16893	maximal	False	MAD0079_000000000988	0.9578216757581117		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1319.0	89.083	28.0	0.2999315224834513	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	True	True
SPA0042_000000006227	4647	0.8863379409752729	5	2	1	1	1	True	132359	fragment	False	SPA0042_000000006227	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3460.0	99.711	74.0	0.4774202458224002	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	True	True
SPA0158_000000003100	4645	0.8863379409752729	6	2	1	1	1	True	128098	fragment	False	SPA0158_000000003100	1.0		0	0	False	False	0.9997847080230713	0					non-mobilizable	no_good_hit	1941.0	99.588	60.0	0.01649954498677485	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
MAD0088_000000004168	4600	0.8863379409752729	3	2	1	1	1	True	16893	maximal	False	MAD0079_000000000988	0.9070582719222197		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1182.0	86.971	26.0	0.2695731568135129	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	True	True
ENG0075_000000005657	4234	0.8863379409752729	4	2	1	1	1	True	62120	maximal	True	ENG0075_000000005657	1.0		1	1	True	True	1.0	39					non-mobilizable	no_good_hit	1383.0	81.056	32.0	0.5104712041884817	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0045_000000005870	4205	0.8863379409752729	5	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.07085213626544647	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4206.0	99.334	100.0	0.4127809953862766	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MON0103_000000010992	4025	0.8863379409752729	3	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.0692623018692635	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	4025.0	100.0	100.0	0.5557243474658197	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
FIJ0028_000000007599	4004	0.8863379409752729	3	2	1	1	1	True	120615	fragment	False	FIJ0028_000000007599	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1853.0	97.35600000000001	92.0	0.3350842238724869	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0123_000000002679	3942	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.06371841077408966	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3831.0	100.0	97.0	0.5927874941959449	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
CAN0010_000000003345	3934	0.8863379409752729	4	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.5420186587241163		0	0	False	False	0.9994916319847107	0		MOBV			mobilizable	other	3127.0	96.38600000000001	99.0	0.41455318018855397	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0063_000000005136	3932	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.07218749250497919	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3932.0	100.0	100.0	0.5428808175666344	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
FIJ0075_000000004712	3906	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.07213754905921847	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3906.0	100.0	100.0	0.539290153293744	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0016_000000005828	3904	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.07064297973097854	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3904.0	100.0	100.0	0.5390139483496754	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0093_000000006048	3842	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.06889173165863344	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3842.0	99.97399999999999	100.0	0.530451595083552	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0127_000000006639	3838	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.0688981922925164	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3838.0	100.0	100.0	0.529899185195415	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0135_000000004868	3838	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.0688981922925164	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3838.0	100.0	100.0	0.529899185195415	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0378_000000005921	3836	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.06889072633288672	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3836.0	100.0	100.0	0.5296229802513465	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0078_000000006883	3810	0.8863379409752729	3	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.06522559513043222	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3780.0	99.41799999999999	99.0	0.38775300523990547	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
CHI0186_000000005104	3799	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.050486452219631286	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3799.0	99.789	100.0	0.5878347005107568	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0066_000000008597	3758	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.06409360486707746	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3758.0	100.0	100.0	0.518850987432675	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
CAN0009_000000005857	3753	0.8863379409752729	4	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.055674162249240114	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3756.0	99.70700000000001	100.0	0.4772496187086934	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0046_000000005068	3719	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.05413565117507465	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3704.0	99.838	99.0	0.4706405693950178	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0156_000000004276	3665	0.8863379409752729	3	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.06507094816760586	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3665.0	99.973	100.0	0.5060074575334899	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
FIJ0083_000000009452	3652	0.8863379409752729	2	2	1	1	1	True	120104	fragment	False	FIJ0083_000000009452	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	3120.0	87.853	97.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0048_000000007343	3644	0.8863379409752729	3	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.053910308259875896	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3645.0	99.726	100.0	0.46314184036603967	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0072_000000007381	3636	0.8863379409752729	3	2	1	1	1	True	128121	fragment	False	ISR0072_000000007381	0.9829502765782073		0	0	False	False	1.0	0					non-mobilizable	chromosome	3397.0	87.63600000000001	93.0	0.5110673135233474	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0156_000000004308	3631	0.8863379409752729	2	2	1	1	1	True	128121	fragment	False	ISR0072_000000007381	0.9825710564014704		0	0	False	False	1.0	0					non-mobilizable	chromosome	3396.0	87.721	93.0	0.5110673135233474	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0121_000000006478	3631	0.8863379409752729	2	2	1	1	1	True	128121	fragment	False	ISR0072_000000007381	0.9824495693043899		0	0	False	False	0.9994491934776306	0					non-mobilizable	chromosome	3396.0	87.721	93.0	0.5110673135233474	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0032_000000006405	3626	0.8863379409752729	3	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.8992892902404624		0	0	False	False	1.0	0					non-mobilizable	other	3520.0	99.68799999999999	99.0	0.5948917456021651	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
DEN0069_000000007896	3603	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.060367035051864165	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3520.0	99.943	98.0	0.4859825990885237	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
AST0062_000000004779	3603	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.0509106971937568	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3533.0	99.915	98.0	0.030022367939853203	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0858_000000002367	3601	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.06348023502870956	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3565.0	99.97200000000001	99.0	0.4921972103300649	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
MON0108_000000005861	3586	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.04592520625075015	PS1159|PS463	0	0	False	True	0.9813162088394165	0		MOBV			mobilizable	other	3430.0	99.94200000000001	96.0	0.53056802352577	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0127_000000007091	3582	0.8863379409752729	2	2	1	1	1	True	128121	fragment	False	ISR0072_000000007381	0.9784480767980999		0	0	False	False	1.0	0					non-mobilizable	chromosome	3397.0	87.60700000000001	94.0	0.5110673135233474	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0067_000000008323	3579	0.8863379409752729	2	2	1	1	1	True	45233	fragment	False	FIJ0067_000000008323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	88.79899999999999	69.0	0.0002935367887550948	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0081_000000006539	3553	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.0602335185323233	PS1159|PS463	0	0	False	True	0.9991556406021118	0		MOBV			mobilizable	plasmid	3520.0	99.801	99.0	0.4859825990885237	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
FIJ0016_000000004987	3533	0.8863379409752729	3	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.05641420409637544	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	1814.0	99.449	98.0	0.34474234645369844	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AST0153_000000008743	3525	0.8863379409752729	3	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.05055460534176904	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3526.0	99.376	100.0	0.4480172852058973	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0041_01_000000006072	3519	0.8863379409752729	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.841199521600688		0	0	False	False	1.0	0					non-mobilizable	other	3451.0	99.94200000000001	98.0	0.5835588633288228	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0155_000000006538	3515	0.8863379409752729	3	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.05873150357238295	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3515.0	100.0	100.0	0.48529208672835245	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0114_000000004923	3515	0.8863379409752729	3	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.05873150357238295	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3515.0	100.0	100.0	0.48529208672835245	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0338_000000006987	3514	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.05860442466684944	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3515.0	99.71600000000001	100.0	0.48515398425631817	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0288_000000008436	3513	0.8863379409752729	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.897206128938107		0	0	False	False	0.999146044254303	0					non-mobilizable	other	3513.0	99.744	100.0	0.5938768606224628	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0037_000000018193	3513	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.055596906945199594	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3513.0	99.97200000000001	100.0	0.48501588178428395	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0095_000000007787	3489	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.0554106569006107	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3489.0	99.771	100.0	0.48170142245546194	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0151_000000006769	3483	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.04598904285300526	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3484.0	99.82799999999999	100.0	0.44267920691408236	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0153_000000007649	3478	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.05387121004436447	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3477.0	99.914	99.0	0.480044192791051	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0008_000000006850	3458	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.05364048653727989	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3458.0	99.884	100.0	0.4774202458224002	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0163_000000006671	3455	0.8863379409752729	2	2	1	1	1	True	123544	fragment	False	ENG0163_000000006671	0.9528023598820059		0	0	False	False	1.0	0		MOBV			mobilizable	other	3496.0	85.78399999999999	99.0	0.5702085728362621	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0041_000000007450	3444	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.046090016009804835	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3444.0	100.0	100.0	0.4754868112139207	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
MON0047_000000011021	3441	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.04328803595520633	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3442.0	99.419	100.0	0.43721403152008137	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0052_000000008363	3441	0.8863379409752729	3	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.03368355555220473	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3443.0	99.59299999999999	100.0	0.4374682257244535	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0064_000000005191	3420	0.8863379409752729	3	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.412261019231219		0	0	False	False	0.9991227984428406	0		MOBV			mobilizable	other	2900.0	96.345	100.0	0.38467666976497145	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
AST0102_000000008804	3410	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.03896941755528872	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	1819.0	99.835	98.0	0.2810710416344219	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0039_000000007025	3402	0.8863379409752729	3	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.4013549031380072		0	0	False	False	1.0	0		MOBV			mobilizable	other	2882.0	95.975	100.0	0.3818881954587704	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0288_000000008748	3398	0.8863379409752729	3	2	1	1	1	True	130599	fragment	False	CHI0125_000000003265	0.41649164785913984		0	0	False	False	1.0	0		MOBV			mobilizable	other	2876.0	96.314	100.0	0.381224273004913	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0072_000000007973	3387	0.8863379409752729	2	2	1	1	1	True	121087	fragment	False	ISR0072_000000007973	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	3388.0	97.963	100.0	0.5547708983412711	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0035_000000009285	3376	0.8863379409752729	3	2	1	1	1	True	128121	fragment	False	ISR0072_000000007381	0.9341546014751418		0	0	False	False	0.9997037649154663	0					non-mobilizable	chromosome	3129.0	88.367	92.0	0.47134627046694966	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0324_000000009360	3352	0.8863379409752729	3	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.8667128886018709		0	0	False	False	1.0	0					non-mobilizable	other	3353.0	94.154	100.0	0.5663058186738836	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0847_000000007684	3331	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.03911646762112909	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3331.0	100.0	100.0	0.45988123187405056	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
MON0088_000000009115	3318	0.8863379409752729	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.4463342338134111		0	0	False	False	1.0	0					non-mobilizable	plasmid	1868.0	99.51799999999999	97.0	0.3381633761999638	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0135_000000006500	3289	0.8863379409752729	2	2	1	1	1	True	128123	fragment	False	ENG0135_000000006500	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3296.0	94.6	100.0	0.49681625227410553	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0139_000000007948	3239	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.024635094676279726	PS1159|PS463	0	0	False	True	0.9972213506698608	0		MOBV			mobilizable	plasmid	3239.0	100.0	100.0	0.4471758044468996	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0170_000000014283	3212	0.8863379409752729	3	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.005758931634706295	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	other	1594.0	93.726	96.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0112_000000010784	3187	0.8863379409752729	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.5442211918566804		0	0	False	False	1.0	0					non-mobilizable	other	3187.0	96.29700000000001	100.0	0.5387347767253045	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0060_000000012206	3103	0.8863379409752729	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.5412855873226644		0	0	False	False	0.9996777176856995	0					non-mobilizable	plasmid	1542.0	99.546	100.0	0.2791161021554066	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
DEN0052_000000013097	3099	0.8863379409752729	2	2	1	1	1	True	128121	fragment	False	ISR0072_000000007381	0.3953479400575544		0	0	False	False	1.0	0					non-mobilizable	chromosome	3098.0	88.444	99.0	0.46664645239539115	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0104_000000014498	3072	0.8863379409752729	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.44180476061884827		0	0	False	False	1.0	0					non-mobilizable	plasmid	1649.0	97.93799999999999	98.0	0.298134395942764	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0077_000000009606	3071	0.8863379409752729	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.2781874107274274		0	0	False	False	1.0	0					non-mobilizable	other	3062.0	93.795	99.0	0.517083897158322	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0142_000000010458	3021	0.8863379409752729	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.27484333350170753		0	0	False	False	1.0	0					non-mobilizable	other	3022.0	97.51799999999999	100.0	0.5104871447902571	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
AST0024_000000011066	3010	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.006481703638176483	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	plasmid	3010.0	100.0	100.0	0.4155503383510565	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0082_000000006548	2999	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.006467957261905652	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	plasmid	2999.0	99.9	100.0	0.41403121115867975	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
MAD0018_000000000732	2960	0.8863379409752729	3	2	1	1	1	True	70780	maximal	False	MAD0112_000000009275	0.9780201286540292	PS333	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1442.0	87.101	89.0	0.5336574420344053	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0138_000000010058	2912	0.8863379409752729	2	2	1	1	1	True	132358	backbone	False	ISR0371_000000002559	0.004834355930894806	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	plasmid	2912.0	100.0	100.0	0.40201629609170003	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
CHI0137_000000005121	2832	0.8863379409752729	3	2	1	1	1	True	130619	fragment	False	CHI0137_000000005121	1.0		0	0	False	False	0.9939971566200256	0					non-mobilizable	plasmid	1521.0	79.75	96.0	0.2223210315695865	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
MON0010_000000008708	2804	0.8863379409752729	2	2	1	1	1	True	106899	fragment	False	MON0032_000000006405	0.2222751094498827		0	0	False	False	0.9992867112159729	0					non-mobilizable	plasmid	1387.0	99.42299999999999	100.0	0.2510414779931172	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
DEN0068_000000000635	2651	0.8863379409752729	2	2	1	1	1	True	70778	backbone	False	FIJ0056_000000008038	0.7226177699894253	PS333	0	0	True	True	1.0	9					non-mobilizable	chromosome	2399.0	88.995	99.0	0.8904263275991025	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
DEN0017_000000014245	2080	0.886328186365598	4	4	4	3	1	False	75230	maximal	True	DEN0017_000000014245	1.0		1	1	False	False	0.9889423251152039	0					non-mobilizable	no_good_hit	621.0	99.839	30.0	0.0001249132014688501	CP041051.1	enterobacteria	Citrobacter sp. CF971 chromosome, complete genome	True	False
ENG0040_000000014074	1687	0.8863234822182336	3	3	3	1	1	False	64845	fragment	False	ENG0040_000000014074	1.0		0	0	False	False	0.9922940135002136	0					non-mobilizable	chromosome	934.0	99.786	100.0	0.00016108511913990226	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
SPA0031_000000005892	4515	0.8863188384493716	4	4	3	4	3	False	127855	fragment	False	SPA0031_000000005892	1.0		0	0	False	False	0.998892605304718	0					non-mobilizable	no_good_hit	935.0	91.765	26.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0012_000000007621	2757	0.8863166019788408	5	4	1	1	4	False	125510	fragment	False	AST0012_000000007621	1.0		0	0	False	False	0.9996373057365417	0					non-mobilizable	plasmid	2753.0	97.494	100.0	0.02936620696285693	CP057260.1	enterobacteria	Escherichia coli strain RHB31-C15 plasmid pRHB31-C15_2, complete sequence	False	True
CHI0162_000000006929	4071	0.8862990009640965	8	4	1	2	3	True	130691	fragment	False	CHI0162_000000006929	0.9997362869198312		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3097.0	98.87	84.0	0.7152103559870551	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	True	True
CHI0084_000000000870	3792	0.8862990009640965	7	4	1	2	3	True	130691	fragment	False	CHI0162_000000006929	0.9653647752394989		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3097.0	98.934	83.0	0.7152103559870551	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	True	True
BAN0013_000000000060	3466	0.8862948766689284	4	2	1	1	2	True	98709	maximal	True	BAN0013_000000000060	1.0		1	1	True	True	0.9994229674339294	14					non-mobilizable	no_good_hit	348.0	81.609	10.0	0.00019720594513229043	CP049075.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 chromosome, complete genome	True	True
ISR0178_000000008842	1916	0.8862901219734575	4	2	1	1	2	False	92077	fragment	False	ISR0178_000000008842	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1935.0	81.03399999999999	100.0	0.00038001397908565924	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0084_000000020107	1383	0.8862897527040987	2	1	1	1	1	False	34036	maximal	True	ISR0084_000000020107	1.0		1	1	False	False	0.9862617254257202	0					non-mobilizable	no_good_hit	257.0	97.665	19.0	0.0017522005174467152	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0061_000000031606	1388	0.8862834065481434	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.2600713462507785		0	0	False	False	0.9992795586585999	0					non-mobilizable	other	1384.0	97.182	99.0	0.014190969004758087	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0039_000000042199	1185	0.8862782098744909	2	2	2	2	1	True	32506	fragment	False	MON0101_000000051659	0.9082671429566448		0	0	False	False	0.99915611743927	0					non-mobilizable	no_good_hit	913.0	69.88	76.0	0.000376426006929089	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
DEN0085_000000009417	3443	0.8862706730315278	4	4	4	4	4	False	98954	fragment	False	DEN0085_000000009417	0.9953006682256763		0	0	False	False	1.0	0					non-mobilizable	other	3443.0	99.79700000000001	100.0	0.000647978058005429	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
FIJ0112_000000022968	1224	0.8862654129353933	2	2	2	2	2	False	41982	fragment	False	FIJ0112_000000022968	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1224.0	99.755	100.0	0.00023615769309270608	CP052362.1	enterobacteria	Klebsiella pneumoniae strain D16KP0122 chromosome, complete genome	False	False
ENG0005_000000007937	3023	0.8862524012919724	4	4	4	4	4	False	123398	maximal	True	ENG0005_000000007937	1.0		46	5	False	False	0.9990075826644897	0					non-mobilizable	other	2926.0	98.53	97.0	0.001761325624849083	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
SPA0123_000000002424	5042	0.8862481134148994	7	5	1	2	5	False	132470	backbone	False	CAN0001_000000008257	0.5179739232941983	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	plasmid	5042.0	99.70200000000001	99.0	0.9006255585344057	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ISR0356_000000005322	3305	0.8862450887898629	5	4	3	4	3	False	112291	fragment	False	ISR0356_000000005322	1.0		0	0	False	False	0.9909228682518005	0					non-mobilizable	other	1623.0	98.64399999999999	95.0	0.00039743337964743907	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0241_000000004456	2978	0.8862418755003539	5	4	4	4	4	False	107150	fragment	False	CHI0098_000000002520	0.5650479757555332		0	0	False	False	0.993955671787262	0					non-mobilizable	other	1817.0	98.569	100.0	0.01625841569975648	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0294_000000017014	1104	0.8862407776593607	4	2	2	2	1	False	25743	fragment	False	ISR0294_000000017014	1.0		0	0	False	False	0.989130437374115	0					non-mobilizable	no_good_hit	229.0	100.0	21.0	8.121014514176334e-05	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
FIJ0041_000000021003	1777	0.8862293385974647	3	1	1	1	1	True	47375	maximal	True	FIJ0041_000000021003	1.0		3	2	False	False	0.9926843047142029	0					non-mobilizable	no_good_hit	47.0	100.0	3.0	9.153019382115477e-06	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	True	True
SPA0057_000000010906	2857	0.8862271926872057	3	2	2	2	2	False	60141	fragment	False	SPA0057_000000010906	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2742.0	99.854	100.0	0.0010175285156705331	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
FIJ0028_000000022001	1375	0.8862231448126859	3	3	1	3	1	False	48914	maximal	True	FIJ0028_000000022001	1.0		0	0	False	False	0.9978181719779968	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	3.6543267404798036e-07	LR606185.1	hawks & eagles	Aquila chrysaetos chrysaetos genome assembly, chromosome: 5	True	False
MON0027_000000000188	43879	0.8862206152785189	56	17	7	13	9	False	102619	maximal	True	MON0027_000000000188	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	10313.0	98.546	77.0	0.17690045910208574	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0051_000000001103	16002	0.8862150688515054	15	6	4	6	1	True	63311	fragment	False	SPA0051_000000001103	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8227.0	87.152	91.0	0.11315428998381138	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
MAD0089_000000000767	15375	0.8862110883880008	12	7	5	7	3	False	89102	maximal	True	MAD0089_000000000767	1.0		1	1	False	False	0.9991544485092163	0					non-mobilizable	no_good_hit	2308.0	94.23700000000001	74.0	0.018533855443968256	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0103_000000005790	4462	0.8862011146689622	7	6	2	2	5	True	114024	fragment	False	ISR0103_000000005790	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4462.0	100.0	100.0	0.0022945866580664676	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
SPA0138_000000022997	1189	0.8861947342768656	2	2	1	1	2	True	55874	fragment	False	SPA0138_000000022997	0.999554367201426		0	0	False	False	0.9966358542442322	0					non-mobilizable	other	1189.0	99.83200000000001	100.0	0.0003812455433101997	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0163_000000013589	1808	0.8861865193897066	2	2	2	2	2	False	94560	fragment	False	FIJ0163_000000013589	1.0		0	0	False	False	0.9944690465927124	0					non-mobilizable	chromosome	1808.0	99.889	100.0	0.0004417556106262882	CP054563.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student chromosome, complete genome	False	False
USA0084_01_000000009373	3460	0.8861846730762512	4	4	4	4	4	False	95506	fragment	False	USA0084_01_000000009373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	81.765	81.0	0.00029053581423949123	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0081_000000039973	1304	0.8861819782290906	2	2	2	2	2	False	9950	fragment	False	MON0081_000000039973	1.0		0	0	False	False	0.9823619723320007	0					non-mobilizable	chromosome	1304.0	98.083	100.0	0.000590114784798317	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	False	False
CAN0012_000000013222	3932	0.886180771003093	5	5	5	4	4	False	94282	maximal	True	CAN0012_000000013222	1.0		5	4	False	False	0.9949135184288025	0					non-mobilizable	other	2985.0	83.719	99.0	0.0008911410520584184	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0067_000000022687	1433	0.8861796966461233	2	2	2	2	2	False	78279	fragment	False	FIJ0067_000000022687	0.9529702970297029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	82.609	8.0	3.6669401860939976e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
ISR0031_000000018078	1340	0.8861727680380997	3	3	3	2	2	False	89055	fragment	False	ISR0146_000000030323	0.7420491507277602		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	97.91	100.0	0.03351605717003329	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0067_000000007504	3971	0.8861723086657579	5	2	2	2	2	False	45238	maximal	True	FIJ0067_000000007504	1.0		1	1	False	False	0.999748170375824	0					non-mobilizable	no_good_hit								True	False
MAD0070_000000005452	3304	0.8861666765130072	5	3	3	3	3	True	97002	maximal	False	ISR0156_000000007933	0.9944497954237074		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1019.0	87.046	30.0	0.38464491362763914	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
MAD0087_000000008296	3302	0.8861666765130072	5	3	3	3	3	True	97002	maximal	False	ISR0156_000000007933	0.9948494287306735		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1019.0	87.046	30.0	0.38464491362763914	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0156_000000007933	3286	0.8861666765130072	4	3	3	3	3	True	97002	maximal	True	ISR0156_000000007933	0.9967029350282989		30	9	True	True	1.0	203					non-mobilizable	no_good_hit	1017.0	87.021	31.0	0.3838771593090211	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0331_000000006828	3231	0.8861666765130072	4	3	3	3	3	True	97002	maximal	False	ISR0156_000000007933	0.9954871436540057		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1462.0	82.079	44.0	0.5497120921305182	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0387_000000007426	3231	0.8861666765130072	4	3	3	3	3	True	97002	maximal	False	ISR0156_000000007933	0.9952842766897455		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1462.0	82.079	44.0	0.5497120921305182	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0047_000000012710	3109	0.8861666765130072	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.9876647895673794		0	0	True	True	1.0	268					non-mobilizable	no_good_hit	1166.0	85.249	76.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0036_000000012615	3058	0.8861666765130072	3	3	3	3	3	True	117490	maximal	False	ISR0101_000000007767	0.992606912143207		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1104.0	85.68799999999999	76.0	0.4149712092130518	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0012_000000009008	2646	0.8861666765130072	3	3	3	3	3	True	97001	fragment	False	CHI0069_000000003769	0.9908307199237041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1463.0	82.29700000000001	53.0	0.5497120921305182	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0086_000000010076	2636	0.8861666765130072	4	3	3	3	3	True	36270	backbone	True	ISR0086_000000010076	1.0	PS118	0	0	True	True	0.9996206164360046	7					non-mobilizable	no_good_hit	927.0	87.055	34.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0069_000000003769	2613	0.8861666765130072	3	3	3	3	3	True	97001	fragment	False	CHI0069_000000003769	0.9920956960373207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	87.353	39.0	0.38464491362763914	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0031_000000011717	2610	0.8861666765130072	4	3	3	3	3	True	97001	fragment	False	CHI0069_000000003769	0.9914660931637229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	86.92200000000001	39.0	0.3838771593090211	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
MON0068_000000011206	3671	0.8861625564512513	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5225178292449381		0	0	False	False	1.0	0					non-mobilizable	chromosome	3671.0	99.04700000000001	100.0	0.001235300512935818	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0370_000000012251	2165	0.8861611630534968	3	2	2	2	1	True	115089	maximal	True	ISR0370_000000012251	1.0	PS730	1	1	False	True	1.0	0					non-mobilizable	chromosome	2027.0	83.868	100.0	0.0007106846532695199	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0053_000000012241	1697	0.8861510305893965	3	3	1	2	2	False	122170	fragment	False	DEN0093_000000016414	0.4179258440671046		0	0	False	False	1.0	0					non-mobilizable	other	1688.0	98.57799999999999	99.0	0.0005045364892699213	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0132_000000008868	3039	0.8861468076422542	3	2	2	2	2	False	78884	fragment	False	ISR0132_000000008868	1.0		0	0	False	False	0.9996709227561951	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000004504	5353	0.8861432332858731	7	5	4	5	4	False	39114	maximal	True	FIJ0164_000000004504	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	82.927	10.0	0.009440522600358233	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
SPA0108_000000008889	3353	0.8861422595146452	5	5	4	5	4	False	88938	fragment	False	SPA0108_000000008889	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2521.0	98.929	100.0	0.08220786846741045	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0017_000000015837	2122	0.8861412375602408	3	3	3	3	3	False	107192	maximal	True	ISR0017_000000015837	1.0		36	6	False	False	0.9957587122917175	0					non-mobilizable	no_good_hit	1898.0	99.315	89.0	0.05256740654529332	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0117_000000008614	2630	0.886133491063567	5	2	1	2	2	True	59374	maximal	True	ENG0117_000000008614	1.0		5	3	False	False	0.9851710796356201	0					non-mobilizable	no_good_hit								True	True
SPA0106_000000010806	3627	0.8861226772211409	4	4	4	4	4	False	100465	maximal	True	SPA0106_000000010806	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2787.0	97.20100000000001	86.0	0.0048235575208368684	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
CAN0021_000000017774	2436	0.8861182605658565	3	3	3	3	3	False	91595	maximal	True	CAN0021_000000017774	1.0		8	2	False	False	0.9954844117164612	0					non-mobilizable	no_good_hit	311.0	75.884	13.0	8.705103074128662e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0198_000000009696	3426	0.8860768161343762	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.33601719089044463		0	0	False	False	0.9982486963272095	0					non-mobilizable	chromosome	3436.0	94.15	100.0	0.0012103517183289243	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0098_000000007046	3804	0.8860761303631097	3	3	3	3	2	False	53217	fragment	False	MON0098_000000007046	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2991.0	83.65100000000001	96.0	0.001288616770488768	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0077_000000037035	1233	0.886070476916769	2	2	2	2	2	False	63176	fragment	False	USA0087_01_000000012006	0.9669425210447677		0	0	False	False	0.9821573495864868	0					non-mobilizable	other	1233.0	99.189	100.0	0.0050304193377158956	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0090_000000023529	1903	0.8860627878214973	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.9762695744893066		0	0	False	False	0.9905412793159485	0					non-mobilizable	no_good_hit	515.0	79.029	27.0	0.0018237787390183503	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0092_000000019028	1601	0.8860605580324392	2	2	2	2	2	False	111664	fragment	False	ENG0042_000000016874	0.19661654135338344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.313	20.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0205_000000009903	1675	0.8860548299872238	3	2	0	1	1	True	28655	fragment	False	ISR0205_000000009903	1.0		0	0	False	False	0.9940298795700073	0					non-mobilizable	other	1527.0	89.26	91.0	0.00024435462104952	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
ENG0087_000000014289	1847	0.8860490933392412	5	3	2	3	2	True	76351	fragment	False	ENG0087_000000014289	0.9881301045799757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	96.22200000000001	21.0	0.0021918478835316565	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0150_000000014143	1686	0.8860490933392412	4	3	2	3	2	True	76351	fragment	False	ENG0087_000000014289	0.9542270057896517		0	0	False	False	0.9994068741798401	0					non-mobilizable	no_good_hit	397.0	96.22200000000001	24.0	0.0021918478835316565	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
DEN0006_000000007001	1131	0.8860490933392412	4	3	2	3	2	True	76346	fragment	False	USA0072_01_000000014043	0.959349593495935		0	0	False	False	0.9982316493988037	0					non-mobilizable	no_good_hit	261.0	95.01899999999999	23.0	0.001435270949114638	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ENG0134_000000011028	3468	0.8860427970099897	6	3	3	3	2	True	78330	fragment	False	ENG0134_000000011028	1.0		0	0	False	False	0.9904844164848328	0					non-mobilizable	other	3469.0	98.38600000000001	100.0	0.0009287032779637297	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0058_000000008980	3401	0.8860399295771496	6	4	1	2	3	True	101514	fragment	False	SPA0058_000000008980	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3401.0	98.5	100.0	0.0005174899424307659	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
MON0049_000000012440	1747	0.8860369477561977	3	3	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.49200310355275606		0	0	False	False	0.9971379637718201	0					non-mobilizable	other	1740.0	100.0	99.0	0.04012274468183286	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0198_000000020537	1613	0.8860369477561977	3	3	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.43440242883695035		0	0	False	False	1.0	0					non-mobilizable	other	1613.0	99.008	100.0	0.03719256148770246	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
SPA0094_000000007971	1543	0.8860369477561977	3	3	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.28366616094856434		0	0	False	False	0.9825016260147095	0					non-mobilizable	other	1543.0	99.417	100.0	0.03557749988463846	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
CHI0027_000000000330	21799	0.8860362213465991	19	7	4	5	4	True	88851	maximal	True	CHI0027_000000000330	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0167_000000019267	1316	0.8860289914337509	2	1	1	1	1	False	56039	fragment	False	ENG0167_000000019267	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	99.772	100.0	0.00039602922725813456	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
AUS0020_000000010994	2522	0.8860271195750857	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.0684224299119671	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2523.0	99.68299999999999	100.0	0.0004749202738418169	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
AST0094_000000002397	7620	0.8860267218487847	8	7	5	6	6	True	109409	maximal	True	AST0094_000000002397	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4134.0	99.90299999999999	100.0	0.0008081079051840914	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	True
TAN0006_000000008971	1568	0.8860240620804274	2	2	2	2	2	False	2870	maximal	True	TAN0006_000000008971	0.9961103253182462		14	3	False	False	0.9942601919174194	0					non-mobilizable	no_good_hit	489.0	71.984	30.0	0.00882128995115791	NZ_BCXA01000001.1	high GC Gram+	Rhodococcus maanshanensis NBRC 100610, whole genome shotgun sequence	True	False
FIJ0153_000000018944	1345	0.8860176377537349	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.2400062520893661		0	0	False	False	0.9985129833221436	0					non-mobilizable	no_good_hit	414.0	73.188	30.0	9.253703517674347e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0040_000000034896	1245	0.8860117168544985	2	2	2	2	2	False	6937	fragment	False	SPA0040_000000034896	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1125.0	76.089	98.0	0.00032815288133334323	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
FIJ0062_000000000282	42282	0.8860014765601385	52	19	5	15	8	False	47850	maximal	True	FIJ0062_000000000282	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	73.348	3.0	0.014346629243806336	NZ_FQVD01000017.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0006_000000003601	5101	0.8860000004965822	5	4	4	4	3	True	125304	fragment	False	ISR0006_000000003601	1.0		0	0	False	False	0.9982356429100037	0					non-mobilizable	no_good_hit	2157.0	77.14399999999999	42.0	0.004426675476803342	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0055_000000003302	8692	0.8859991058790182	10	10	5	5	9	True	74988	fragment	False	SPA0055_000000003302	1.0		0	0	False	False	0.9994247555732727	0					non-mobilizable	no_good_hit	4143.0	94.762	76.0	0.001457189755899536	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	True
ISR0067_000000007063	3854	0.8859871163048487	5	5	5	5	5	False	97777	fragment	False	ISR0067_000000007063	0.9970849528039978		0	0	False	False	1.0	0					non-mobilizable	other	3854.0	99.455	100.0	0.026764750830103226	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
CHI0157_000000002305	4078	0.8859844021848678	5	3	2	2	2	False	117798	maximal	True	CHI0157_000000002305	1.0	PS794	0	0	False	True	0.9980382323265076	0					non-mobilizable	no_good_hit	1493.0	86.068	55.0	0.0007652472955698345	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
USA0080_01_000000002645	13316	0.8859824959939069	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8629144237796853	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	13316.0	99.36200000000001	100.0	0.3045786330457863	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0044_01_000000002226	13124	0.8859824959939069	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8611566252334145	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	13124.0	99.398	100.0	0.3001853419673707	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
DEN0003_000000001746	13124	0.8859824959939069	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8612182985092226	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	13124.0	99.398	100.0	0.3001853419673707	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ENG0136_000000000996	12907	0.8859824959939069	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8655672127643881	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12878.0	99.456	100.0	0.252347256796754	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0126_000000002626	8495	0.8859759039207666	10	7	6	5	4	False	122669	fragment	False	ENG0126_000000002626	1.0		0	0	False	False	0.9998822808265686	0					non-mobilizable	chromosome	5761.0	99.965	99.0	0.0025704222052348254	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0069_01_000000017993	3427	0.8859750173051492	6	4	1	2	3	False	102027	fragment	False	USA0069_01_000000017993	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3433.0	96.33	100.0	0.005694694636527399	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0036_000000004086	5202	0.8859746238793943	9	5	2	2	4	True	90058	fragment	False	SPA0036_000000004086	1.0		0	0	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2014.0	96.226	82.0	0.21681940700808625	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ENG0056_000000007650	1405	0.8859734883091135	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.1554245345350174	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1413.0	84.501	100.0	0.016660364873806597	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
CHI0129_000000000977	18131	0.8859687341735691	19	12	5	9	8	True	109120	maximal	False	CHI0165_000000000925	0.9981083245850206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4854.0	99.40299999999999	63.0	0.0010247349300922537	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ENG0026_000000000901	17803	0.8859687341735691	19	12	5	9	8	True	109120	maximal	False	CHI0165_000000000925	0.9894722021792983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4848.0	99.402	62.0	0.0010234677393295673	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
MAD0098_000000022640	1982	0.8859624715499758	2	2	1	2	2	False	77979	fragment	False	MAD0055_000000003111	0.309018245395655		0	0	False	False	0.9994954466819763	0					non-mobilizable	no_good_hit	539.0	86.82700000000001	27.0	0.08677351465112514	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0318_000000001073	4158	0.8859520258706138	7	7	2	4	7	False	89148	fragment	False	MAD0096_000000003732	0.9654034307317045		0	0	False	False	1.0	0					non-mobilizable	plasmid	4115.0	99.56299999999999	100.0	0.025692588244110814	CP054450.1	enterobacteria	Escherichia coli strain SCU-488 plasmid pSCU-488-1, complete sequence	False	True
SPA0146_000000000345	31838	0.8859477978429716	38	36	21	30	32	True	95861	maximal	True	SPA0146_000000000345	1.0		13	1	False	False	1.0	0					non-mobilizable	no_good_hit	11844.0	96.133	50.0	0.03764892165933783	NZ_SPHG01000004.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_4_length_314511_cov_62.3502, whole genome shotgun sequence	True	True
ISR0104_000000004018	6157	0.8859455034668849	5	3	3	3	0	True	104175	fragment	False	ISR0104_000000004018	1.0		0	0	False	False	0.9988631010055542	0					non-mobilizable	no_good_hit	2138.0	87.27799999999999	35.0	0.008763760046936991	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0207_000000009297	3031	0.8859443456285112	2	2	2	2	1	True	105056	fragment	False	ISR0207_000000009297	1.0		0	0	False	False	0.9967007637023926	0					non-mobilizable	other	3016.0	98.44200000000001	99.0	0.27424049481535384	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
AST0148_000000013707	2531	0.8859443456285112	2	2	2	2	1	True	105055	fragment	False	AST0148_000000013707	0.9926747336102583		0	0	False	False	0.9905175566673279	0					non-mobilizable	other	2435.0	99.09700000000001	96.0	0.22139348735674003	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CAN0016_000000019754	2450	0.8859443456285112	2	2	2	2	1	True	105055	fragment	False	AST0148_000000013707	0.9827842132192086		0	0	False	False	0.9934694170951843	0					non-mobilizable	other	2434.0	99.302	99.0	0.221302528651992	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0149_000000017819	2210	0.8859443456285112	2	2	2	2	1	True	96617	fragment	False	SPA0149_000000017819	1.0		0	0	False	False	0.9990950226783752	0					non-mobilizable	other	2211.0	94.663	100.0	0.20092777878843004	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0025_01_000000008752	1771	0.8859443456285112	2	2	2	2	1	True	1652	fragment	False	USA0025_01_000000008752	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	99.37899999999999	100.0	0.16099690740403858	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0143_000000013084	1490	0.8859408372773656	3	1	1	1	1	False	81696	fragment	False	SPA0035_000000013676	0.9897384275146801		0	0	False	False	0.9979865550994873	0					non-mobilizable	other	1522.0	75.953	99.0	0.14595851909284746	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	False
SPA0128_000000025688	1457	0.8859408372773656	2	1	1	1	1	False	81696	fragment	False	SPA0035_000000013676	0.9792751677852349		0	0	False	False	0.9993136525154114	0					non-mobilizable	other	1490.0	75.503	100.0	0.14285714285714285	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	False
CHI0123_000000012855	1108	0.8859408372773656	2	1	1	1	1	False	81694	fragment	False	CHI0123_000000012855	1.0		0	0	False	False	0.9981949329376221	0					non-mobilizable	chromosome	1140.0	78.509	99.0	0.00020476602513343128	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
FIJ0007_000000004327	3874	0.8859271955817656	8	8	5	7	8	False	51606	maximal	True	FIJ0007_000000004327	1.0		15	3	False	False	0.9997418522834778	0					non-mobilizable	chromosome	3874.0	99.535	100.0	0.0007941445322544068	CP022148.1	enterobacteria	Enterobacter roggenkampii strain 704SK10 chromosome, complete genome	False	False
CHI0018_000000001974	6913	0.885926924107312	6	5	4	5	3	False	89591	maximal	True	CHI0018_000000001974	1.0		7	6	False	False	1.0	0					non-mobilizable	no_good_hit	1519.0	99.671	22.0	0.0006418772923433933	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
AUS0022_000000030817	1103	0.8859100400073378	2	1	1	1	1	False	99013	fragment	False	ENG0122_000000024835	0.9370860927152318		0	0	False	False	0.9836808443069458	0					non-mobilizable	other	1103.0	96.374	100.0	0.010235832845691569	NZ_CBVI010000073.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ISR0393_000000012220	1474	0.8859096466833711	3	2	2	2	1	False	88324	fragment	False	ISR0241_000000008914	0.8286804786095593		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	99.932	100.0	0.002350436897231814	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0045_000000009488	1386	0.8859096466833711	3	2	2	2	1	False	88324	fragment	False	ISR0241_000000008914	0.5228193584190417		0	0	False	False	0.9978355169296265	0					non-mobilizable	other	1386.0	99.639	100.0	0.002208421361689634	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0090_000000023965	1312	0.8859096466833711	2	2	2	2	1	False	88324	fragment	False	ISR0241_000000008914	0.21526141207740002		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	99.92399999999999	100.0	0.0020919367089415534	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MAD0047_000000032118	1470	0.8859087806475334	2	2	2	2	2	False	17629	maximal	True	MAD0047_000000032118	1.0		20	4	False	False	1.0	0					non-mobilizable	chromosome	1479.0	82.285	100.0	0.000513780040795669	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0049_000000008823	1864	0.8859086878243894	5	3	2	2	2	True	87903	fragment	False	CHI0049_000000008823	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1864.0	99.249	100.0	0.19967654986522912	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
DEN0053_000000008588	1441	0.8859086878243894	3	3	2	2	2	True	72103	fragment	False	DEN0053_000000008588	1.0		0	0	False	False	0.9965301752090454	0					non-mobilizable	other	1441.0	100.0	100.0	0.20061298411813877	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	False	True
USA0055_01_000000021857	1204	0.8858996505063389	4	2	2	2	2	False	1023	maximal	True	USA0055_01_000000021857	1.0		0	0	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit	546.0	82.601	47.0	0.0001614109389229892	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0166_000000006523	4030	0.8858990566687784	4	4	4	3	3	True	57711	maximal	True	ENG0166_000000006523	1.0		2	1	False	False	0.9967741966247559	0					non-mobilizable	other	4011.0	99.227	99.0	0.0014217225399592625	HF558530.1	firmicutes	Enterococcus faecalis str. Symbioflor 1, complete genome	False	True
ISR0048_000000001496	10640	0.8858966033212542	10	5	4	5	3	True	131969	fragment	False	ENG0129_000000002171	0.9845079300842757		0	0	False	True	0.9995300769805908	0					non-mobilizable	no_good_hit	2741.0	89.12799999999999	27.0	0.0342104933868889	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0036_01_000000004744	8292	0.8858966033212542	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.6150663536534731		0	0	False	True	0.9998794198036194	0					non-mobilizable	no_good_hit	2663.0	89.26	33.0	0.03323448077380282	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0003_000000011902	2007	0.8858918227194551	4	3	2	2	3	False	52189	maximal	True	FIJ0003_000000011902	1.0		3	3	False	False	0.991529643535614	0					non-mobilizable	other	2008.0	99.602	100.0	0.0006926916714439498	CP000312.1	firmicutes	Clostridium perfringens SM101, complete genome	False	False
DEN0001_000000002472	11385	0.8858830007202086	14	10	6	9	6	False	76986	maximal	True	DEN0001_000000002472	1.0		1	1	False	False	0.9952569007873535	0					non-mobilizable	no_good_hit	48.0	95.833	0.0	8.631911773780733e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
CHI0173_000000003635	4587	0.8858726145773678	8	4	1	2	2	True	77914	backbone	True	CHI0173_000000003635	1.0	PS378	1	1	True	True	1.0	14					non-mobilizable	no_good_hit	753.0	96.28200000000001	50.0	0.10337141264976317	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
ISR0784_000000003542	3503	0.8858673687946024	4	2	2	2	1	False	22234	maximal	True	ISR0784_000000003542	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	77.244	22.0	0.00021895293518573667	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0018_000000008182	4179	0.8858666904387216	4	3	3	3	1	False	92297	fragment	False	CAN0018_000000008182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	2.0	1.2845327908037728e-05	CP045461.1	enterobacteria	Salmonella enterica subsp. enterica serovar Anatum strain M-3851 chromosome, complete genome	True	False
ENG0175_000000006202	4180	0.8858623454741079	5	3	0	1	2	False	100873	fragment	False	ENG0175_000000006202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	88.17200000000001	15.0	0.05371980676328503	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	False
FIJ0002_000000002821	11446	0.8858552753627336	19	6	3	4	4	False	52465	fragment	False	FIJ0002_000000002821	1.0		0	0	False	False	0.9995631575584412	0					non-mobilizable	no_good_hit	6781.0	97.316	81.0	0.002300098847504024	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0294_000000002591	7156	0.8858544393919179	12	6	2	6	3	False	25790	maximal	True	ISR0294_000000002591	1.0		1	1	True	True	0.9990218281745911	3					non-mobilizable	no_good_hit	75.0	92.0	2.0	3.173077211688416e-05	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	True
USA0048_01_000000003401	4393	0.8858480464324631	5	5	2	4	4	True	123557	maximal	True	USA0048_01_000000003401	1.0	PS902	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2997.0	99.53299999999999	68.0	0.0010103376478880466	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
SPA0073_000000001213	12479	0.8858454465288373	14	12	7	8	11	True	85522	fragment	False	SPA0073_000000001213	1.0		0	0	False	False	1.0	0		MOBF	MPF_T		conjugative	plasmid	11598.0	99.61200000000001	100.0	0.3685130454126545	CP027258.1	enterobacteria	Escherichia coli strain EC11 plasmid unnamed3, complete sequence	False	True
ISR0272_000000005205	2040	0.8858450853184086	2	2	2	2	1	False	26396	maximal	True	ISR0272_000000005205	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	92.505	54.0	0.0003794498047327676	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
USA0011_01_000000019836	1833	0.8858443020645064	2	2	1	2	1	True	2014	maximal	True	USA0011_01_000000019836	1.0		1	1	False	False	0.9819967150688171	0					non-mobilizable	no_good_hit								True	True
USA0116_01_000000001971	13350	0.8858403830929159	23	17	8	10	13	False	23806	maximal	True	USA0116_01_000000001971	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2098.0	97.521	31.0	0.0006073018261087607	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0021_000000005177	1676	0.8858331736244061	2	2	2	2	2	False	89262	fragment	False	CHI0021_000000005177	0.9778688431617513		0	0	False	False	0.9838902354240417	0					non-mobilizable	plasmid	1676.0	99.76100000000001	100.0	0.03839893629215286	NZ_CP011598.1	enterobacteria	Phytobacter ursingii strain CAV1151 plasmid pKPC_CAV1151, complete sequence	False	True
ENG0190_000000000894	24049	0.8858307351568212	21	11	7	11	5	True	120595	fragment	False	ENG0190_000000000894	1.0		0	0	False	False	0.9982119798660278	0					non-mobilizable	no_good_hit	105.0	80.0	0.0	2.6477946798167012e-05	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	True
SPA0028_000000001963	10013	0.8858156927302943	24	2	2	2	2	False	115249	fragment	False	SPA0028_000000001963	0.9985495648694609		0	0	False	False	0.9981024861335754	0					non-mobilizable	no_good_hit	215.0	99.535	2.0	0.0005603473105947537	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	True	False
SPA0026_000000001953	9997	0.8858156927302943	24	2	2	2	2	False	115249	fragment	False	SPA0028_000000001963	0.9977529212024367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	99.535	2.0	0.0005603473105947537	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	True	False
SPA0027_000000005318	6188	0.8858156927302943	13	2	2	2	2	False	115248	fragment	False	SPA0027_000000005318	1.0		0	0	False	False	0.9977375268936157	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	9.950092431121794e-05	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	True	False
MAD0097_000000031589	1319	0.8858148172307231	3	1	1	1	1	False	15391	maximal	True	MAD0097_000000031589	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	75.094	40.0	0.00193457679755957	NZ_SPFR01000002.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_2_length_272411_cov_57.815, whole genome shotgun sequence	True	False
DEN0007_000000007019	3981	0.8858096068338777	8	5	3	3	5	True	118133	maximal	True	DEN0007_000000007019	1.0		1	1	True	True	1.0	2	rep_cluster_1097				non-mobilizable	no_good_hit	1755.0	99.772	57.0	0.19630665920537213	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MON0077_000000005661	5836	0.8858018958458608	7	7	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.993606283015805	PS656|PS657	0	0	True	True	1.0	6					non-mobilizable	other	4152.0	99.566	99.0	0.7017929634641408	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0092_000000008098	5836	0.8858018958458608	7	7	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9934718180292283	PS656|PS657	0	0	True	True	0.9998286366462708	5					non-mobilizable	other	4152.0	99.59100000000001	99.0	0.7017929634641408	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0107_000000008559	5836	0.8858018958458608	7	7	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9936319391232308	PS656|PS657	0	0	True	True	1.0	5					non-mobilizable	other	4152.0	99.59100000000001	99.0	0.7017929634641408	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0296_000000003946	5816	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9936380804033135	PS656|PS657	0	0	True	True	1.0	62					non-mobilizable	other	4566.0	98.664	99.0	0.7718200270635994	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0062_000000003948	5816	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9937983298621664	PS656|PS657	0	0	True	True	1.0	37					non-mobilizable	other	4566.0	98.664	99.0	0.7718200270635994	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0130_000000005631	5816	0.8858018958458608	7	7	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9937389182936258	PS656|PS657	0	0	True	True	1.0	168					non-mobilizable	other	4208.0	99.382	99.0	0.7112652232746955	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0154_000000004637	5816	0.8858018958458608	7	7	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9880820326063623	PS656|PS657	0	0	True	True	1.0	53					non-mobilizable	other	4137.0	98.76700000000001	99.0	0.6990866035182679	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0062_000000006974	5816	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9937835672166315	PS656|PS657	0	0	True	True	1.0	15					non-mobilizable	other	5696.0	98.89399999999999	99.0	0.962956698240866	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0179_000000002478	5816	0.8858018958458608	7	7	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9934550934201454	PS656|PS657	0	0	True	True	1.0	48					non-mobilizable	other	4136.0	99.589	99.0	0.6990866035182679	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0228_000000003800	5816	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.993322572451671	PS656|PS657	0	0	True	True	1.0	46					non-mobilizable	other	4566.0	98.62	99.0	0.7718200270635994	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0044_000000004345	5799	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9930405897283812	PS656|PS657	0	0	True	True	1.0	7					non-mobilizable	other	5690.0	98.89299999999999	98.0	0.9619418132611637	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0046_000000003229	5796	0.8858018958458608	7	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9936332696310517	PS656|PS657	0	0	True	True	1.0	23					non-mobilizable	other	5441.0	98.84200000000001	99.0	0.9198240866035182	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0134_000000002124	5786	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9937083781291105	PS656|PS657	0	0	True	True	1.0	8					non-mobilizable	other	5696.0	98.89399999999999	98.0	0.962956698240866	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0779_000000005495	5769	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.992986185455013	PS656|PS657	0	0	True	True	1.0	31					non-mobilizable	other	5679.0	98.926	98.0	0.9602503382949933	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0013_000000007098	5764	0.8858018958458608	7	7	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.99227230544687	PS656|PS657	0	0	True	True	1.0	11					non-mobilizable	other	4152.0	99.59100000000001	99.0	0.7017929634641408	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0825_000000003683	5757	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9922900163160557	PS656|PS657	0	0	False	True	1.0	0					non-mobilizable	other	5660.0	99.01100000000001	98.0	0.9572056833558863	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0095_000000004823	5733	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9923964727411535	PS656|PS657	0	0	True	True	0.9961625933647156	2					non-mobilizable	other	4100.0	98.70700000000001	99.0	0.6933355886332883	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0111_000000005372	5732	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9922711890575291	PS656|PS657	0	0	True	True	1.0	10					non-mobilizable	other	4070.0	98.698	99.0	0.6882611637347767	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0378_000000003335	5727	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9913592797479294	PS656|PS657	0	0	True	True	1.0	3					non-mobilizable	other	4072.0	98.649	99.0	0.6885994587280109	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0260_000000001748	5714	0.8858018958458608	6	6	3	5	3	True	106906	backbone	False	ISR0821_000000004031	0.9893978098616095	PS656|PS657	0	0	True	True	0.9970248341560364	7					non-mobilizable	other	4012.0	98.679	99.0	0.6784506089309879	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
USA0034_01_000000026926	1949	0.8857982235695149	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.9686804839841225		0	0	False	False	0.994356095790863	0					non-mobilizable	no_good_hit	389.0	74.036	20.0	0.0001747200952224519	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
FIJ0123_000000018667	1770	0.8857982235695149	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.9606501808628696		0	0	False	False	0.9977400898933411	0					non-mobilizable	no_good_hit	398.0	73.869	22.0	0.00017790509695827784	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
MON0033_000000001603	26107	0.8857980513338763	19	13	10	13	7	True	124728	maximal	False	USA0026_01_000000000871	0.977001127395716	PS506	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3384.0	78.664	25.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0141_000000000800	29760	0.8857879297737057	31	14	9	12	5	True	59634	maximal	True	ISR0141_000000000800	1.0		13	3	False	False	0.9999663829803467	0					non-mobilizable	no_good_hit	174.0	78.161	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
ENG0050_000000022741	1254	0.8857842949993949	2	1	1	1	1	False	64118	maximal	True	ENG0050_000000022741	1.0		1	1	False	False	0.9856459498405457	0					non-mobilizable	no_good_hit	643.0	100.0	51.0	0.0008132769359981455	NZ_CZBZ01000001.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
ENG0190_000000003956	7578	0.8857683290602832	6	4	3	4	3	False	54826	maximal	True	ENG0190_000000003956	1.0		1	1	False	False	0.9998680353164673	0					non-mobilizable	no_good_hit	459.0	73.42	7.0	0.0009535021338792272	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0107_000000015848	2455	0.8857560695447365	3	3	2	3	2	False	14693	maximal	True	MAD0107_000000015848	1.0		3	2	False	False	0.999592661857605	0					non-mobilizable	no_good_hit	1207.0	72.16199999999999	48.0	0.0003521423970264847	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0858_000000006172	1666	0.8857551161336796	2	2	1	2	1	False	110765	fragment	False	USA0003_01_000000023517	0.9522607791878663		0	0	False	False	1.0	0					non-mobilizable	chromosome	1668.0	95.863	100.0	0.0002535231500418785	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0133_000000015864	1286	0.8857551161336796	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.24456334522469278		0	0	False	False	0.988335907459259	0					non-mobilizable	chromosome	1286.0	97.978	100.0	0.00019554456650889188	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0145_000000002590	12727	0.8857523080948024	16	4	3	4	2	True	121715	maximal	True	ISR0145_000000002590	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	97.619	1.0	2.1825374390631604e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ENG0182_000000003461	7268	0.8857523080948024	9	4	3	4	2	True	121707	fragment	False	ENG0182_000000003461	0.9619859485778531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	94.118	2.0	3.401317334301548e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ISR0261_000000002664	6030	0.8857523080948024	7	4	3	4	2	True	121693	fragment	False	SPA0022_000000001822	0.5461028275565235		0	0	False	False	0.9978440999984741	0					non-mobilizable	no_good_hit	130.0	90.76899999999999	2.0	0.0002253495538428213	NZ_FQVI01000001.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	True
DEN0070_000000005984	5336	0.8857523080948024	6	4	3	4	2	True	121693	fragment	False	SPA0022_000000001822	0.30852961005681556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.02857142857142857	NZ_JWHR01000049.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig049, whole genome shotgun sequence	True	True
ISR0217_000000003696	7384	0.8857521366747241	8	5	4	4	4	False	28106	maximal	True	ISR0217_000000003696	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	73.145	4.0	0.001230827071034387	NZ_FOEI01000005.1	CFB group bacteria	Flavobacterium urocaniciphilum strain DSM 27078, whole genome shotgun sequence	True	False
ISR0215_000000001677	14710	0.885751886810661	19	9	4	8	2	True	28183	maximal	True	ISR0215_000000001677	1.0		1	1	False	False	0.9999319911003113	0					non-mobilizable	no_good_hit	182.0	85.714	1.0	0.03098784454716658	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0011_000000005923	6974	0.8857397306130632	8	6	3	4	4	True	128072	maximal	True	FIJ0011_000000005923	1.0	PS1028	0	0	False	True	0.9998565912246704	0		MOBV			mobilizable	no_good_hit	1872.0	86.859	73.0	0.306782722943012	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AUS0014_000000005610	5807	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9930687575939747	PS1028	0	0	True	True	1.0	54		MOBV			mobilizable	no_good_hit	3042.0	87.508	83.0	0.4979471177533257	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0011_000000005377	5802	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9965248551975993	PS1028	0	0	True	True	1.0	832		MOBV			mobilizable	no_good_hit	3120.0	87.853	81.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0356_000000002630	5800	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9942780897964613	PS1028	0	0	True	True	0.9998275637626648	38		MOBV			mobilizable	no_good_hit	3120.0	87.821	80.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0179_000000005401	5800	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9927682319604145	PS1028	0	0	True	True	1.0	43		MOBV			mobilizable	no_good_hit	3120.0	87.821	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0149_000000005781	5798	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9956388149734869	PS1028	0	0	True	True	0.99982750415802	38		MOBV			mobilizable	no_good_hit	1847.0	86.789	83.0	0.3025127278699294	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0061_000000003456	5783	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9959873922131312	PS1028	0	0	True	True	1.0	63		MOBV			mobilizable	no_good_hit	3121.0	87.921	82.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0146_000000006558	5783	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9962296379015975	PS1028	0	0	True	True	1.0	181		MOBV			mobilizable	no_good_hit	1990.0	87.63799999999999	83.0	0.32534077845294795	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0127_000000004410	5782	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9961789955412175	PS1028	0	0	True	True	1.0	141		MOBV			mobilizable	no_good_hit	3120.0	87.917	82.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0054_000000004173	5782	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9960264260659576	PS1028	0	0	True	True	1.0	232		MOBV			mobilizable	no_good_hit	3110.0	87.87799999999999	83.0	0.509114797175234	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0145_000000005635	5782	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9962945068302798	PS1028	0	0	True	True	1.0	298		MOBV			mobilizable	no_good_hit	3121.0	87.921	82.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
DEN0052_000000005855	5782	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9964253942078891	PS1028	0	0	True	True	1.0	373		MOBV			mobilizable	no_good_hit	3111.0	87.914	83.0	0.509114797175234	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0023_000000002971	5782	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9965418073756942	PS1028	0	0	True	True	1.0	328		MOBV			mobilizable	no_good_hit	3121.0	87.921	80.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0093_000000002180	5782	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9959253383218919	PS1028	0	0	True	True	1.0	136		MOBV			mobilizable	no_good_hit	3114.0	87.925	83.0	0.5096074889144359	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0046_000000004350	5782	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9961123087830825	PS1028	0	0	True	True	1.0	12		MOBV			mobilizable	no_good_hit	3120.0	87.821	82.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0021_000000008555	5782	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9962726751798534	PS1028	0	0	True	True	1.0	8		MOBV			mobilizable	no_good_hit	3120.0	87.853	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0060_000000004144	5782	0.8857397306130632	8	6	3	4	4	True	128071	backbone	True	ENG0060_000000004144	0.9965927123880735	PS1028	68	10	True	True	1.0	189		MOBV			mobilizable	no_good_hit	3120.0	87.885	82.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0117_000000003620	5780	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9961347203124017	PS1028	0	0	True	True	1.0	11		MOBV			mobilizable	no_good_hit	1853.0	86.72399999999999	83.0	0.303662341928067	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0079_000000005089	5778	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9962047340467282	PS1028	0	0	True	True	1.0	3		MOBV			mobilizable	no_good_hit	3099.0	87.835	83.0	0.5073082607981606	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0155_000000004134	5776	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.996090543239296	PS1028	0	0	True	True	1.0	238		MOBV			mobilizable	no_good_hit	3120.0	87.821	80.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0237_000000001261	5776	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9962179731796228	PS1028	0	0	True	True	1.0	40		MOBV			mobilizable	no_good_hit	1870.0	86.738	83.0	0.30645426178354407	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0083_000000003765	5776	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9964886205297157	PS1028	0	0	True	True	1.0	101		MOBV			mobilizable	no_good_hit	3120.0	87.821	82.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0142_000000004419	5776	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9963151501391114	PS1028	0	0	True	True	1.0	80		MOBV			mobilizable	no_good_hit	3120.0	87.821	80.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0109_000000004045	5776	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9961623764988701	PS1028	0	0	True	True	1.0	686		MOBV			mobilizable	no_good_hit	3089.0	87.73100000000001	83.0	0.5056659550008211	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0145_000000005638	5776	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9962678682798335	PS1028	0	0	True	True	0.9998268485069275	71		MOBV			mobilizable	no_good_hit	1872.0	86.75200000000001	83.0	0.306782722943012	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0008_000000003810	5776	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9961960874342809	PS1028	0	0	True	True	1.0	405		MOBV			mobilizable	no_good_hit	3113.0	87.825	83.0	0.5096074889144359	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0036_000000006016	5763	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9955329314913708	PS1028	0	0	True	True	1.0	1		MOBV			mobilizable	no_good_hit	3121.0	87.792	82.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0037_000000004316	5762	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9962892056809037	PS1028	0	0	True	True	1.0	9		MOBV			mobilizable	no_good_hit	3120.0	87.853	82.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0849_000000004220	5761	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9963889564665596	PS1028	0	0	True	True	1.0	35		MOBV			mobilizable	no_good_hit	1851.0	86.818	83.0	0.30316965018886516	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
DEN0005_000000004946	5749	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9924798753841854	PS1028	0	0	True	True	1.0	32		MOBV			mobilizable	no_good_hit	1852.0	85.745	83.0	0.30349811134833304	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ITA0004_000000000147	5744	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9868151946867313	PS1028	0	0	True	True	1.0	1		MOBV			mobilizable	no_good_hit	1826.0	86.473	83.0	0.2992281162752505	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ITA0003_000000000896	5740	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9954393898285144	PS1028	0	0	True	True	0.9994773268699646	27		MOBV			mobilizable	no_good_hit	1834.0	86.478	83.0	0.3003777303333881	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0381_000000002585	5728	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9948053527857292	PS1028	0	0	True	True	1.0	25		MOBV			mobilizable	no_good_hit	3073.0	87.667	83.0	0.503038265725078	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0065_000000004927	5715	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9962845438826216	PS1028	0	0	True	True	1.0	19		MOBV			mobilizable	no_good_hit	3120.0	87.821	78.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0001_000000004137	5715	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.995922015936567	PS1028	0	0	True	True	1.0	29		MOBV			mobilizable	no_good_hit	3121.0	87.792	78.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0106_000000003541	5697	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9953791317912487	PS1028	0	0	True	True	1.0	117		MOBV			mobilizable	no_good_hit	3120.0	87.788	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0004_000000004242	5690	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9944634473491871	PS1028	0	0	True	True	1.0	3		MOBV			mobilizable	no_good_hit	3120.0	87.821	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0071_000000006260	5682	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9924606745470427	PS1028	0	0	True	True	1.0	2		MOBV			mobilizable	no_good_hit	3120.0	87.853	77.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0080_000000004100	5670	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.989312377382306	PS1028	0	0	True	True	1.0	63		MOBV			mobilizable	no_good_hit	1816.0	86.564	82.0	0.297421579898177	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0064_000000004033	5657	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9876873324844636	PS1028	0	0	True	True	1.0	31		MOBV			mobilizable	no_good_hit	3120.0	87.821	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0180_000000002587	5636	0.8857397306130632	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9890403341608904	PS1028	0	0	True	True	1.0	11		MOBV			mobilizable	no_good_hit	1519.0	89.796	77.0	0.22380317178005038	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ENG0185_000000004269	5584	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9759778775909835	PS1028	0	0	True	True	1.0	28		MOBV			mobilizable	no_good_hit	1735.0	86.167	82.0	0.28444736409919524	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0058_000000006904	5510	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9488627853815996	PS1028	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	1637.0	86.316	82.0	0.2683527672852685	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0087_000000004988	5498	0.8857397306130632	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9473061807223635	PS1028	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	1637.0	86.316	81.0	0.2683527672852685	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0082_000000007095	3916	0.8857397306130632	6	6	3	4	4	True	129319	maximal	True	FIJ0082_000000007095	1.0		12	6	False	False	0.9997446537017822	0					non-mobilizable	no_good_hit	1392.0	88.721	84.0	0.22565281655444244	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0153_000000000462	27298	0.8857317268657633	53	16	7	9	13	False	79301	maximal	True	CHI0153_000000000462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	936.0	79.38	5.0	0.0045357458809268955	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
FIJ0096_000000007421	4418	0.8857185682022632	4	3	1	3	0	True	43031	maximal	True	FIJ0096_000000007421	1.0		1	1	False	False	0.9990946054458618	0					non-mobilizable	no_good_hit	1021.0	99.021	23.0	0.009451095215151403	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
AST0047_000000011389	1944	0.8857099333373427	2	2	2	2	2	False	115315	fragment	False	AST0047_000000011389	1.0		0	0	False	False	0.9974279999732971	0					non-mobilizable	other	1944.0	99.434	100.0	0.0007056255753862692	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0154_000000019338	1987	0.8856985427014059	3	2	2	2	2	False	39594	fragment	False	FIJ0154_000000019338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	75.62100000000001	44.0	0.0002939253631357061	CP017038.2	CFB group bacteria	Tannerella sp. oral taxon BU063, complete genome	True	False
MAD0095_000000030338	1255	0.8856928101217516	2	2	2	2	2	False	99060	fragment	False	CHI0129_000000018995	0.7571916348699841		0	0	False	False	0.9904382228851318	0					non-mobilizable	chromosome	1255.0	97.131	100.0	0.00042610783790368535	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0351_000000000717	12261	0.8856856538514131	18	7	2	5	5	True	126494	maximal	True	ISR0351_000000000717	1.0	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1777.0	98.706	32.0	0.30405752439650746	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0164_000000024520	1168	0.8856811149717416	1	1	1	1	1	False	57193	fragment	False	ISR0165_000000020759	0.953694640318432		0	0	False	False	0.9845890402793884	0					non-mobilizable	other	1168.0	98.973	100.0	0.009928366030865563	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
SPA0128_000000015272	2427	0.8856784225950634	3	3	3	3	3	False	46851	fragment	False	SPA0128_000000015272	1.0		0	0	False	False	0.9896992444992065	0					non-mobilizable	other	2445.0	82.863	99.0	0.027781590264434074	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	False	False
ISR0347_000000010755	2108	0.8856723803295172	3	3	3	3	3	False	81972	maximal	True	ISR0347_000000010755	1.0		53	6	False	False	0.9971536993980408	0					non-mobilizable	chromosome	2089.0	99.09	99.0	0.000827724981239423	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0108_000000005049	4259	0.8856663400818005	6	5	4	5	5	False	102828	fragment	False	ISR0108_000000005049	0.9902575992966264		0	0	False	False	0.9931908845901489	0					non-mobilizable	other	3565.0	99.635	92.0	0.0015653191336107925	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0027_000000003261	5703	0.8856645052784196	9	5	4	3	4	False	129203	maximal	True	ENG0027_000000003261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	99.74799999999999	38.0	0.0002917617037510503	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0021_000000003495	13204	0.8856572213090682	17	12	12	7	9	False	49709	maximal	True	FIJ0021_000000003495	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	84.615	7.0	0.00015119640466110083	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
MAD0031_000000000950	10345	0.8856556666239241	7	7	6	6	7	False	51173	maximal	True	MAD0031_000000000950	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2083.0	89.63	21.0	0.000734327092082359	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0145_000000006129	5324	0.8856531365008112	7	4	3	3	2	True	132358	backbone	False	ISR0371_000000002559	0.742107433131071	PS1159|PS463	0	0	True	True	1.0	323		MOBV			mobilizable	other	4587.0	99.60799999999999	91.0	0.03900356356152034	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0029_000000001248	18170	0.8856524041581106	19	14	9	12	8	False	123937	fragment	False	ENG0029_000000001248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8316.0	99.315	53.0	0.08454816427430595	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
SPA0134_000000007962	3703	0.8856482708368654	5	4	3	3	4	False	130871	maximal	True	SPA0134_000000007962	1.0	PS1128	6	3	False	True	1.0	0					non-mobilizable	no_good_hit	1682.0	81.748	47.0	0.0007695334945689227	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
CHI0087_000000002242	3517	0.8856435224367453	4	4	3	2	4	True	98348	maximal	True	CHI0087_000000002242	0.9832813828279966		4	4	False	False	0.9997156858444214	0	IncX4				non-mobilizable	plasmid	3517.0	99.97200000000001	100.0	0.106213938313748	CP001059.1	enterobacteria	Shigella boydii CDC 3083-94 plasmid pBS512_33, complete sequence	False	True
ENG0004_000000020691	1312	0.8856407210185769	3	2	2	2	2	False	67748	maximal	True	ENG0004_000000020691	1.0		1	1	False	False	0.9992377758026123	0					non-mobilizable	no_good_hit	261.0	98.46700000000001	20.0	7.220176505545651e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0075_000000022401	1242	0.8856407210185769	3	2	2	2	2	False	102272	fragment	False	ISR0075_000000022401	1.0		0	0	False	False	0.987922728061676	0					non-mobilizable	no_good_hit	441.0	98.186	54.0	0.0001221876024015418	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0097_000000027223	1152	0.8856353106095785	2	2	2	2	1	False	33259	fragment	False	ISR0097_000000027223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	97.361	63.0	0.01001227130745203	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0158_000000002215	6006	0.8856006190974557	6	5	4	4	2	False	99253	fragment	False	SPA0156_000000001891	0.9696590553644041		0	0	False	True	0.998834490776062	0					non-mobilizable	no_good_hit	3790.0	88.70700000000001	63.0	0.04887310618333571	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	True	True
ISR0257_000000002764	5322	0.885597452060308	6	6	6	6	6	False	107587	maximal	True	ISR0257_000000002764	1.0		26	4	False	False	1.0	0					non-mobilizable	no_good_hit	3642.0	93.76700000000001	68.0	0.016152000035489153	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
MAD0014_000000007004	4134	0.8855905108253037	5	4	4	4	4	False	100437	fragment	False	MAD0014_000000007004	1.0		0	0	False	False	0.9963715672492981	0					non-mobilizable	no_good_hit	1043.0	75.36	25.0	0.0008119596885895783	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0156_000000007872	3311	0.8855848383014673	5	5	4	4	4	False	127054	fragment	False	ENG0049_000000005054	0.7564884199195117		0	0	False	False	1.0	0					non-mobilizable	other	3311.0	98.429	100.0	0.0009889532014071356	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0165_000000011401	1739	0.8855777394974896	4	1	1	1	1	False	113336	fragment	False	ISR0340_000000012124	0.9096878867593636		0	0	False	False	0.9907993078231812	0					non-mobilizable	virus	1642.0	96.22399999999999	94.0	0.2656629431762992	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
SPA0041_000000002665	11445	0.8855647568541413	14	9	8	9	5	False	82201	fragment	False	SPA0041_000000002665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	97.691	13.0	0.0002085287956096495	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
MON0079_000000015761	1448	0.8855607372181615	3	1	1	1	1	False	32315	fragment	False	MON0079_000000015761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1221.0	99.26299999999999	84.0	0.0003387928975679113	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0012_000000000873	7349	0.8855563211131212	8	7	5	5	7	True	105715	maximal	True	DEN0012_000000000873	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	7349.0	99.986	100.0	0.049379729311990105	LR536671.1	firmicutes	Enterococcus faecium isolate E8481 genome assembly, plasmid: 2	False	True
MAD0002_000000025286	1673	0.8855483937819745	3	1	1	1	1	False	20167	fragment	False	MAD0002_000000025286	1.0		0	0	False	False	0.9940227270126343	0					non-mobilizable	no_good_hit	378.0	81.48100000000001	22.0	0.00014573248645270806	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0790_000000014574	1219	0.8855424274907009	2	2	2	2	2	False	22065	fragment	False	ISR0790_000000014574	1.0		0	0	False	False	0.9778506755828857	0					non-mobilizable	chromosome	1219.0	99.262	100.0	0.0004076463477163103	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
ENG0097_000000010289	3064	0.8855251632581287	4	4	4	4	3	False	108437	fragment	False	ENG0097_000000010289	0.9707430913547991		0	0	False	False	0.9898825287818909	0					non-mobilizable	chromosome	3045.0	99.96700000000001	99.0	0.0005887250640412571	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ISR0258_000000015509	1737	0.8855234754788499	3	2	2	2	1	False	108714	fragment	False	ISR0212_000000018440	0.785251455134068		0	0	False	False	0.9942429661750793	0					non-mobilizable	no_good_hit	345.0	98.551	20.0	0.009487561365767555	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0117_01_000000004651	5574	0.8855224097656332	10	5	1	4	3	False	250	fragment	False	USA0117_01_000000004651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0044_000000001929	5921	0.885510137120371	8	4	2	2	3	False	87282	fragment	False	CHI0044_000000001929	1.0		0	0	False	False	0.9978044033050537	0					non-mobilizable	no_good_hit	1787.0	91.99799999999999	52.0	0.03159890830468224	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0020_000000016934	1296	0.8855099777027587	2	2	1	2	1	False	13096	fragment	False	MON0020_000000016934	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	97.91799999999999	100.0	0.03120034667051856	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0086_000000007300	3474	0.8855025047070084	4	4	3	4	3	False	126666	fragment	False	ISR0086_000000007300	1.0		0	0	False	False	0.9893494248390198	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000004430	6541	0.8854968602184479	9	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4094877283430418	PS1107|PS1110|PS1114	0	0	True	True	0.9981654286384583	19		MOBV			mobilizable	plasmid	4876.0	96.76	99.0	0.8139885944313988	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0045_000000005424	4538	0.8854777650661996	5	5	5	5	5	False	98961	fragment	False	ISR0045_000000005424	1.0		0	0	False	False	0.9995592832565308	0					non-mobilizable	other	2723.0	99.412	100.0	0.0005123941574637525	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
CHI0072_000000004597	2433	0.8854730995364489	3	2	1	2	1	True	84847	fragment	False	CHI0072_000000004597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	90.273	24.0	0.02086608546519937	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
MAD0014_000000028603	1212	0.8854712686261228	2	2	2	2	1	False	23505	fragment	False	ISR0370_000000022033	0.9502446982055466		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	98.35	100.0	0.009947183821657097	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ENG0120_000000004599	4607	0.8854672602428497	6	4	2	4	4	False	117765	maximal	True	ENG0120_000000004599	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2206.0	98.867	65.0	0.004136300965136892	NZ_KB894643.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
ISR0346_000000023149	1116	0.8854645894166937	2	1	1	1	1	False	57956	fragment	False	ENG0137_000000012739	0.9508403361344537		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	94.73200000000001	100.0	0.0002478793653755172	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0159_000000016853	1562	0.8854545249138442	3	3	3	3	3	False	110000	fragment	False	ISR0159_000000016853	0.974766979396606		0	0	False	False	0.9974392056465149	0					non-mobilizable	other	1562.0	99.36	100.0	0.0005668973356551551	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0109_000000008631	2146	0.8854519170037133	3	2	1	1	2	False	82797	fragment	False	CHI0109_000000008631	0.9957825679475164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.0555044261527864e-07	LR536449.1	bony fishes	Erpetoichthys calabaricus genome assembly, chromosome: 18	True	False
ENG0160_000000005826	3738	0.8854504852443428	6	5	4	5	3	False	56483	fragment	False	ENG0160_000000005826	0.9972067039106145		0	0	False	False	0.9991974234580994	0					non-mobilizable	no_good_hit								True	False
ISR0252_000000000592	11316	0.8854456495385646	14	3	3	3	3	False	116893	maximal	True	ISR0252_000000000592	1.0	PS785	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1826.0	72.782	16.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
MON0097_000000024166	1528	0.8854366375633297	2	2	2	2	2	False	68294	fragment	False	MON0097_000000024166	0.9876880984952121		0	0	False	False	0.9744764566421509	0					non-mobilizable	no_good_hit	450.0	97.111	29.0	0.012383473991946605	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CAN0013_000000004830	5044	0.8854321219012004	4	4	4	4	4	False	93911	maximal	True	CAN0013_000000004830	1.0		32	8	False	False	1.0	0					non-mobilizable	no_good_hit	1584.0	99.684	31.0	0.006325775436970021	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	True	False
ENG0123_000000000502	25649	0.8854313941877217	40	21	15	18	18	True	125420	fragment	False	ENG0123_000000000502	0.996051950293407		0	0	False	False	0.9997660517692566	0					non-mobilizable	other	25671.0	98.929	100.0	0.007325986416614246	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
DEN0064_000000001328	16567	0.8854296035422665	19	11	3	3	10	False	71367	maximal	True	DEN0064_000000001328	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	85.396	11.0	0.0002821248122997933	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
CHI0043_000000003679	2397	0.8854272675775082	5	4	3	3	3	True	88670	fragment	False	CHI0043_000000003679	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1525.0	83.60700000000001	63.0	0.30863192182410426	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
ISR0267_000000003225	4797	0.8854259155680553	6	4	3	3	2	False	36307	fragment	False	ISR0267_000000003225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	93.95200000000001	5.0	8.673812807131425e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
AST0102_000000002908	8688	0.8854249353745709	13	12	10	10	10	True	125096	fragment	False	AST0102_000000002908	1.0		0	0	False	False	0.9994245171546936	0					non-mobilizable	no_good_hit	3273.0	83.135	37.0	0.012366901367918194	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
SPA0072_000000016791	1171	0.8854196539611215	2	2	1	2	1	False	5858	fragment	False	SPA0072_000000016791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	95.945	80.0	0.58801261829653	KP798884.1	bacteria	Uncultured bacterium isolate CON33 genomic sequence	True	False
ENG0080_000000023958	1200	0.8854160631662378	2	1	1	1	1	False	61708	fragment	False	ENG0080_000000023958	1.0		0	0	False	False	0.9975000023841858	0					non-mobilizable	no_good_hit	43.0	90.698	4.0	1.59098381893695e-05	CP054831.1	firmicutes	Staphylococcus saprophyticus strain UTI-045 chromosome, complete genome	True	False
ISR0802_000000000747	11701	0.8854113660008675	10	8	7	8	4	True	132338	maximal	False	USA0039_01_000000001791	0.7713987737536195		0	0	False	False	0.9994017481803894	0					non-mobilizable	no_good_hit	99.0	78.788	1.0	3.061176997566364e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
SPA0006_000000008343	3803	0.8854108890536687	8	2	2	2	2	False	115680	maximal	True	SPA0006_000000008343	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	93.40899999999999	53.0	0.00044134191257599615	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MAD0097_000000000889	25072	0.8854097784649897	25	21	14	20	10	True	97887	fragment	False	MAD0097_000000000889	1.0		0	0	False	False	0.9993219375610352	0					non-mobilizable	no_good_hit	9180.0	99.60799999999999	37.0	0.4565941992935675	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ENG0030_000000006696	3087	0.8854005901629358	4	4	2	3	3	True	126117	fragment	False	ENG0030_000000006696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	83.75	3.0	0.0003810805861712289	NZ_FOCD01000005.1	firmicutes	Terribacillus saccharophilus strain DSM 21619, whole genome shotgun sequence	True	True
ISR0094_000000005596	3838	0.8853999972053189	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5282256528000331		0	0	False	False	1.0	0					non-mobilizable	chromosome	3838.0	97.837	100.0	0.0012911751410413616	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0093_000000010661	3793	0.8853968683857322	4	2	2	2	1	True	96526	fragment	False	MON0093_000000010661	0.9645664455861697		0	0	False	False	1.0	0					non-mobilizable	other	3794.0	97.49600000000001	100.0	0.21746359362458434	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
SPA0071_000000006838	3537	0.8853968683857322	3	2	2	2	1	True	96526	fragment	False	MON0093_000000010661	0.6263561788833024		0	0	False	False	1.0	0					non-mobilizable	other	3458.0	98.988	98.0	0.0010123467057588092	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0104_000000004352	2476	0.8853938244355699	6	1	1	1	1	False	14965	fragment	False	MAD0104_000000004352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0257_000000007978	2133	0.8853938244355699	4	1	1	1	1	False	42578	fragment	False	ISR0257_000000007978	1.0		0	0	False	False	0.9990623593330383	0					non-mobilizable	no_good_hit								True	False
SPA0043_000000013371	1269	0.8853929837202703	2	2	2	2	2	False	6802	fragment	False	SPA0043_000000013371	1.0		0	0	False	False	0.9590228796005249	0					non-mobilizable	other	1237.0	92.96700000000001	97.0	0.028294315914979478	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0099_000000006133	3508	0.8853921602775306	7	5	1	2	4	True	123344	backbone	False	FIJ0074_000000009507	0.8803612471594089	PS890|PS891	0	0	True	True	1.0	19					non-mobilizable	plasmid	2195.0	97.084	100.0	0.6276870163370594	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0002_000000005943	3478	0.8853921602775306	8	5	1	2	4	True	123344	backbone	False	FIJ0074_000000009507	0.886990466315882	PS890|PS891	0	0	True	True	0.9997124671936035	26					non-mobilizable	plasmid	2164.0	99.723	99.0	0.6199484092863284	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0038_000000008677	3429	0.8853921602775306	7	5	1	2	4	True	123344	backbone	False	FIJ0074_000000009507	0.8901610862957163	PS890|PS891	0	0	True	True	0.9976669549942017	7					non-mobilizable	plasmid	2155.0	98.84	96.0	0.6170822585267985	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
MAD0086_000000010193	1138	0.8853883341559989	2	1	1	1	1	False	16016	maximal	True	MAD0086_000000010193	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0016_000000009162	2876	0.8853863994939396	2	2	2	1	1	False	123455	fragment	False	AST0016_000000009162	1.0		0	0	False	False	0.9940890073776245	0					non-mobilizable	plasmid	2670.0	94.419	93.0	0.27181002853648595	BK010451.1	firmicutes	TPA_exp: Paeniclostridium sordellii strain SSCC37615 plasmid pCSTC2, complete sequence	False	True
MAD0040_000000001214	12173	0.8853834316393059	13	4	2	4	1	True	19252	fragment	False	MAD0040_000000001214	1.0		0	0	False	False	0.9999178647994995	0					non-mobilizable	no_good_hit	191.0	92.147	2.0	0.0015708840770229267	NZ_JAAIOD010000009.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_9_length_120951_cov_287.588, whole genome shotgun sequence	True	True
AST0150_000000002927	7877	0.8853829767027969	8	8	7	7	7	False	131419	maximal	True	AST0150_000000002927	1.0		43	8	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.969	10.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
SPA0106_000000026397	1445	0.8853786610412941	1	1	1	1	1	False	126621	maximal	True	SPA0106_000000026397	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	98.639	81.0	0.06878585645708933	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	True	False
ISR0798_000000004618	2763	0.8853732939836068	2	2	2	2	2	False	105883	fragment	False	CHI0106_000000005843	0.41983330146481845		0	0	False	False	0.9971045851707458	0					non-mobilizable	no_good_hit	678.0	72.419	24.0	0.0013632241874920123	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
USA0034_01_000000037593	1374	0.8853731001054492	3	1	1	1	1	False	1456	fragment	False	USA0034_01_000000037593	1.0		0	0	False	False	0.9963610172271729	0					non-mobilizable	virus	1361.0	99.853	99.0	0.030715721480678457	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ENG0053_000000018509	1348	0.8853731001054492	2	1	1	1	1	False	69945	fragment	False	SPA0130_000000023779	0.6222222222222222		0	0	False	False	0.965133547782898	0					non-mobilizable	virus	1247.0	85.405	93.0	0.028095851119091176	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0824_000000019911	1214	0.8853731001054492	2	1	1	1	1	False	21142	maximal	True	ISR0824_000000019911	1.0		0	0	False	False	0.9868203997612	0					non-mobilizable	no_good_hit	1040.0	86.635	84.0	0.02342073762901732	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MAD0088_000000013700	1841	0.8853718829686905	2	2	2	2	2	False	79708	fragment	False	MAD0088_000000013700	0.9937163375224416		0	0	False	False	0.995111346244812	0					non-mobilizable	no_good_hit	763.0	97.37899999999999	41.0	0.021016051629985107	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0024_01_000000003562	6722	0.8853671209299511	7	7	7	5	5	False	104798	maximal	True	USA0024_01_000000003562	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	1146.0	72.862	17.0	0.0003427708774843703	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0393_000000008316	2125	0.8853643537294446	2	2	1	2	2	True	22777	fragment	False	ISR0393_000000008316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	87.611	5.0	0.00581927905598362	NZ_QOHO01000068.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_68, whole genome shotgun sequence	True	True
CAN0006_000000003129	13897	0.8853550424711655	12	8	7	8	7	True	95784	maximal	True	CAN0006_000000003129	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	90.803	33.0	0.00045944020240612873	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
DEN0051_000000042459	1160	0.8853513048990556	1	1	1	1	1	False	72388	fragment	False	DEN0094_000000030836	0.6322378716744913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	82.906	10.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
AST0094_000000017957	1284	0.8853440031215947	1	1	0	1	0	True	109067	fragment	False	AST0094_000000017957	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	98.056	100.0	0.004209414258201468	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0157_000000018694	1322	0.8853418285443327	2	1	1	1	1	False	56590	maximal	True	ENG0157_000000018694	1.0		12	4	False	False	0.9704992175102234	0					non-mobilizable	other	1132.0	98.145	99.0	0.006880357218899995	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	False
MAD0106_000000002378	6238	0.8853311515537594	7	5	5	5	3	False	14750	fragment	False	MAD0106_000000002378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1929.0	93.727	74.0	0.00246078405054003	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ISR0783_000000003317	4300	0.8853223753611497	6	6	2	3	4	False	24471	maximal	True	ISR0783_000000003317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	99.413	16.0	0.0004360469776493862	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0128_000000023105	1295	0.8853220062005746	2	2	2	1	1	False	94866	fragment	False	ISR0193_000000019772	0.19690808415762254		0	0	False	False	0.9992278218269348	0					non-mobilizable	other	1295.0	97.992	100.0	0.0028605661887266282	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0087_000000013308	2470	0.8853214245121985	4	2	2	2	1	False	33846	fragment	False	ISR0087_000000013308	1.0		0	0	False	False	0.9947368502616882	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	4.0	0.0002247248397558671	NZ_SISK01000002.1	a-proteobacteria	Paracoccus subflavus strain GY0581 NODE_2_length_391590_cov_89.027923, whole genome shotgun sequence	True	False
MAD0078_000000005999	1612	0.8853122859423325	3	3	3	3	3	False	16198	maximal	True	MAD0078_000000005999	1.0		9	3	False	False	1.0	0					non-mobilizable	chromosome	1612.0	99.069	100.0	0.0009182045595610401	CP049075.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 chromosome, complete genome	False	False
USA0101_01_000000015098	2130	0.8853109786137722	4	4	4	3	2	False	102239	fragment	False	SPA0054_000000012699	0.5093824665374888		0	0	False	False	1.0	0					non-mobilizable	other	2130.0	100.0	100.0	0.002684155915544276	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
FIJ0009_000000033369	1316	0.8853094145652285	2	1	1	1	1	False	51180	fragment	False	FIJ0009_000000033369	1.0		0	0	False	False	0.990121603012085	0					non-mobilizable	virus	1316.0	95.669	100.0	0.21288651448923426	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0198_000000015305	2167	0.8853048240607724	3	3	3	2	2	False	131392	fragment	False	ISR0198_000000015305	1.0		0	0	False	False	0.9953853487968445	0					non-mobilizable	no_good_hit	807.0	74.969	37.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
SPA0108_000000006060	4875	0.8853024952592542	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.18174918430293713	PS1159|PS463	0	0	False	True	0.9989743828773499	0		MOBV			mobilizable	other	2830.0	99.89399999999999	91.0	0.02406041895236394	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0022_000000013572	2867	0.8852945503380923	3	3	2	2	2	False	74611	fragment	False	DEN0022_000000013572	1.0		0	0	False	False	0.9968608021736145	0					non-mobilizable	no_good_hit	250.0	76.8	9.0	0.0035425391543801275	NZ_FCOU01000015.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
SPA0125_000000015938	2138	0.8852838322612078	5	3	2	2	2	False	74578	fragment	False	SPA0125_000000015938	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2029.0	95.712	100.0	0.0004491147641481146	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
DEN0022_000000019473	2079	0.8852838322612078	4	3	2	2	2	False	74577	fragment	False	DEN0022_000000019473	1.0		0	0	False	False	0.9995189905166626	0					non-mobilizable	chromosome	1681.0	95.12200000000001	100.0	0.0003715969339365953	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
USA0117_01_000000004209	6212	0.8852833882572664	6	5	5	5	4	False	125464	fragment	False	MON0026_000000003703	0.6165804425558895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2432.0	84.62200000000001	87.0	0.0007282119174982277	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0055_01_000000011776	2316	0.8852737587777957	2	2	0	1	2	False	117719	fragment	False	USA0055_01_000000011776	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1594.0	97.11399999999999	73.0	0.0003854244589876863	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
FIJ0008_000000006286	4507	0.8852674868431988	6	4	1	3	2	False	51452	maximal	True	FIJ0008_000000006286	1.0		4	1	False	False	0.9975593686103821	0					non-mobilizable	no_good_hit	249.0	94.37799999999999	11.0	0.008570934853983065	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	True	False
ISR0785_000000015202	2352	0.8852674862586183	4	4	3	2	3	False	95220	fragment	False	FIJ0142_000000013112	0.9537896365042537		0	0	False	False	1.0	0					non-mobilizable	other	2352.0	99.575	100.0	0.009661855602314572	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0286_000000002889	4513	0.8852600476624884	5	4	2	3	3	True	62410	maximal	True	ISR0286_000000002889	1.0		1	1	False	False	0.999556839466095	0					non-mobilizable	no_good_hit	1553.0	75.209	36.0	0.0003495592160099478	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0001_000000003655	7651	0.8852555841062426	8	4	2	4	2	False	82752	fragment	False	MON0001_000000003655	1.0		0	0	False	False	0.9998692870140076	0					non-mobilizable	no_good_hit	1401.0	70.807	18.0	0.008692286705877128	NZ_AWEY01000004.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00007, whole genome shotgun sequence	True	False
FIJ0108_000000009718	2328	0.8852554072636969	3	3	3	3	3	False	42228	maximal	False	FIJ0139_000000010746	0.9630858564910825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	79.646	5.0	0.00044853740438273573	NZ_KB822534.1	actinobacteria	Atopobium minutum 10063974 acnkJ-supercont1.2, whole genome shotgun sequence	True	False
ISR0351_000000003147	3917	0.8852541047687225	6	5	5	5	5	False	124636	fragment	False	ISR0351_000000003147	0.9788475213961881		0	0	False	False	0.9969364404678345	0					non-mobilizable	no_good_hit	46.0	95.652	1.0	0.000283193131279325	NZ_PYLQ01000005.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_4, whole genome shotgun sequence	True	False
MON0067_000000000362	20782	0.8852400363071071	19	16	8	10	16	True	123785	fragment	False	MON0067_000000000362	1.0		0	0	False	True	1.0	0					non-mobilizable	other	11044.0	99.973	100.0	0.11500489471162859	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
FIJ0056_000000013820	1539	0.8852317417521115	2	1	1	1	1	False	46195	fragment	False	FIJ0056_000000013820	1.0		0	0	False	False	0.9993502497673035	0					non-mobilizable	no_good_hit								True	False
MAD0058_000000001827	6981	0.885216446259197	8	4	4	4	3	False	16969	maximal	True	MAD0058_000000001827	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2995.0	94.491	44.0	0.000959615871128308	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MON0045_000000006655	3526	0.8852118161343417	5	3	2	3	2	True	116600	fragment	False	MON0045_000000006655	1.0		0	0	False	True	1.0	0					non-mobilizable	other	3526.0	99.915	100.0	0.6098615916955017	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
CHI0087_000000002788	3000	0.8852118161343417	7	3	2	3	2	True	116603	fragment	False	CHI0087_000000002788	1.0		0	0	False	True	0.999666690826416	0					non-mobilizable	plasmid	2821.0	93.76100000000001	94.0	0.5889237199582027	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0040_000000009713	2808	0.8852118161343417	5	3	2	3	2	True	116601	fragment	False	ISR0040_000000009713	1.0		0	0	False	True	0.9992877244949341	0					non-mobilizable	plasmid	2808.0	99.929	100.0	0.5866248693834901	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
CHI0043_000000003243	2643	0.8852118161343417	6	3	2	3	2	True	116598	backbone	False	ENG0076_000000004941	0.7672658920931977	PS778|PS779	0	0	False	True	1.0	0					non-mobilizable	plasmid	2452.0	93.148	93.0	0.5111761019427616	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0245_000000002203	2546	0.8852118161343417	6	3	2	3	2	True	116599	fragment	False	ISR0245_000000002203	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	2547.0	99.921	100.0	0.5320794148380356	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
SPA0016_000000013393	2483	0.8852118161343417	5	3	2	3	2	True	116598	backbone	False	ENG0076_000000004941	0.17545052132378747	PS778|PS779	0	0	True	True	1.0	165					non-mobilizable	other	1171.0	99.829	100.0	0.25118076427651354	NZ_FQVD01000065.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0076_000000004941	2434	0.8852118161343417	4	3	2	3	2	True	116598	backbone	True	ENG0076_000000004941	0.7904278483057307	PS778|PS779	71	8	False	True	1.0	0					non-mobilizable	plasmid	2434.0	99.63	100.0	0.5084639498432602	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0155_000000008984	2390	0.8852118161343417	4	3	2	3	2	True	116598	backbone	False	ENG0076_000000004941	0.7826239275381691	PS778|PS779	0	0	False	True	1.0	0					non-mobilizable	plasmid	2390.0	97.155	100.0	0.49843260188087773	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0369_000000005539	2341	0.8852118161343417	4	3	2	3	2	True	116598	backbone	False	ENG0076_000000004941	0.49922309466071985	PS778|PS779	0	0	False	True	0.9978641867637634	0					non-mobilizable	plasmid	2341.0	99.87200000000001	100.0	0.4890282131661442	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
CAN0014_000000020811	2311	0.8852118161343417	4	3	2	3	2	True	116598	backbone	False	ENG0076_000000004941	0.619260817504129	PS778|PS779	0	0	False	True	1.0	0					non-mobilizable	plasmid	2311.0	97.62	100.0	0.4827586206896552	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
USA0018_01_000000010357	2272	0.8852118161343417	5	3	2	3	2	True	116598	backbone	False	ENG0076_000000004941	0.4364724653896852	PS778|PS779	0	0	False	True	1.0	0					non-mobilizable	other	2272.0	99.736	100.0	0.3929065743944637	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
MON0031_000000014919	2199	0.8852118161343417	4	3	2	3	2	True	116598	backbone	False	ENG0076_000000004941	0.6052248786825717	PS778|PS779	0	0	False	True	1.0	0					non-mobilizable	other	2199.0	99.86399999999999	100.0	0.38027681660899654	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
USA0026_01_000000014975	2161	0.8852118161343417	4	3	2	3	2	True	116598	backbone	False	ENG0076_000000004941	0.5155391438368352	PS778|PS779	0	0	False	True	1.0	0					non-mobilizable	other	2161.0	99.954	100.0	0.3737024221453287	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
DEN0070_000000016278	2079	0.8852118161343417	4	3	2	3	2	True	116598	backbone	False	ENG0076_000000004941	0.34724458537816977	PS778|PS779	0	0	False	True	1.0	0					non-mobilizable	plasmid	2080.0	99.23100000000001	100.0	0.4343012325047002	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CAN0009_000000013021	2025	0.8852118161343417	4	3	2	3	2	True	116598	backbone	False	ENG0076_000000004941	0.343050550795804	PS778|PS779	0	0	False	True	1.0	0					non-mobilizable	plasmid	2026.0	97.927	100.0	0.42302068101107165	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0277_000000005430	1708	0.8852118161343417	3	3	2	3	2	True	26296	fragment	False	ISR0277_000000005430	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1708.0	100.0	100.0	0.29532871972318336	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
FIJ0131_000000005484	3401	0.8852112212946133	5	2	0	1	2	False	40835	maximal	True	FIJ0131_000000005484	1.0		1	1	False	False	0.995295524597168	0					non-mobilizable	no_good_hit	1971.0	94.926	77.0	0.4436429215509468	NZ_KE136355.1	firmicutes	Enterococcus dispar ATCC 51266 acpMG-supercont1.2, whole genome shotgun sequence	True	False
AST0060_000000010818	2657	0.885204125868922	3	3	2	3	3	False	112467	maximal	True	AST0060_000000010818	1.0		2	2	False	False	0.989838182926178	0					non-mobilizable	no_good_hit	94.0	79.78699999999999	3.0	3.281458640819831e-05	CP002410.1	firmicutes	Clostridium botulinum BKT015925, complete genome	True	False
CHI0165_000000002294	7690	0.8851992144421537	3	1	1	1	1	False	87886	fragment	False	CHI0165_000000002294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	85.95100000000001	36.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0004_000000013375	1965	0.8851992144421537	2	1	1	1	1	False	84371	fragment	False	ENG0004_000000013375	1.0		0	0	False	False	0.9949109554290771	0					non-mobilizable	no_good_hit	1422.0	84.669	85.0	0.011353494094092484	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0126_000000028278	1578	0.8851992144421537	2	1	1	1	1	False	84369	fragment	False	SPA0126_000000028278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	85.979	81.0	0.008209573279085287	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0166_000000005065	1496	0.8851992144421537	2	1	1	1	1	False	84369	fragment	False	SPA0126_000000028278	0.9740177439797212		0	0	False	False	0.999331533908844	0					non-mobilizable	no_good_hit	945.0	86.03200000000001	79.0	0.00755827510513239	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0079_000000005197	1239	0.8851992144421537	2	1	1	1	1	False	84365	fragment	False	MON0053_000000032053	0.6286524822695035		0	0	False	False	0.9661017060279846	0					non-mobilizable	no_good_hit	1025.0	85.95100000000001	82.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0154_000000006643	4311	0.8851894089463372	7	4	2	2	4	True	92232	fragment	False	CHI0154_000000006643	1.0		0	0	False	False	0.9988401532173157	0	rep_cluster_1079				non-mobilizable	no_good_hit	2914.0	94.887	73.0	0.46343794806436195	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
USA0066_01_000000002112	8702	0.8851793955042196	12	5	3	5	4	False	837	maximal	True	USA0066_01_000000002112	1.0		2	2	False	False	0.9986209869384766	0					non-mobilizable	no_good_hit	1052.0	80.98899999999999	12.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0830_000000005436	4315	0.8851723964955045	6	4	1	2	4	False	132470	backbone	False	CAN0001_000000008257	0.028486058069210448	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9997682571411133	2	rep_cluster_870	MOBV			mobilizable	plasmid	2581.0	99.729	100.0	0.46120843761172686	CP036552.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_2, complete sequence	False	True
ISR0045_000000022042	1202	0.8851614855441798	2	2	2	2	1	True	36217	fragment	False	ISR0045_000000022042	1.0		0	0	False	False	0.9891846776008606	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	3.392429454429495e-05	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	True
SPA0051_000000004474	5491	0.8851556118657673	5	5	2	4	4	True	126223	fragment	False	SPA0051_000000004474	0.9989067055393586		0	0	False	False	1.0	0					non-mobilizable	other	5451.0	99.725	99.0	0.9292412617220801	NZ_FNWC01000002.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0049_000000003999	5488	0.8851556118657673	5	5	2	4	4	True	126223	fragment	False	SPA0051_000000004474	0.9986341285740302		0	0	False	False	1.0	0					non-mobilizable	other	5436.0	99.742	99.0	0.9266837169650469	NZ_FNWC01000002.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0037_000000013648	1122	0.8851394333706585	2	2	1	2	1	False	87905	maximal	True	CHI0037_000000013648	1.0		3	1	False	False	0.9723707437515259	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000004172	5290	0.8851373980066106	7	6	3	3	6	True	92231	fragment	False	ISR0054_000000004172	1.0		0	0	False	False	0.996219277381897	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	4279.0	98.06	81.0	0.6805798948542298	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
ISR0295_000000011032	3084	0.885137288042375	5	5	4	5	4	False	92125	maximal	True	ISR0295_000000011032	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	98.186	87.0	0.0003574656979450644	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
DEN0093_000000003331	8873	0.8851339782118778	5	3	2	3	2	False	106022	maximal	True	DEN0093_000000003331	0.9922529553540687		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	76.831	13.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0378_000000017317	1744	0.8851198729009697	3	3	3	3	3	False	23269	maximal	True	ISR0378_000000017317	1.0		6	2	False	False	0.9948394298553467	0					non-mobilizable	no_good_hit	556.0	93.885	59.0	0.06382488479262673	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
AUS0020_000000001668	13562	0.8851173144060613	15	9	7	7	6	True	99718	maximal	True	AUS0020_000000001668	1.0		1	1	False	False	0.9984515309333801	0					non-mobilizable	no_good_hit	11844.0	98.59	87.0	0.048673494139364316	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	True
USA0035_01_000000004467	5693	0.8851108416428379	7	7	7	7	7	False	29444	fragment	False	USA0035_01_000000004467	1.0		0	0	False	False	0.9989460706710815	0					non-mobilizable	plasmid	5693.0	100.0	100.0	0.11704227669024511	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
ISR0038_000000008801	3384	0.8851103519460923	5	1	1	1	1	False	91519	fragment	False	ISR0038_000000008801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0044_000000008553	2823	0.8851103519460923	5	1	1	1	1	False	91512	fragment	False	MAD0044_000000008553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0013_000000022431	2345	0.8851103519460923	5	1	1	1	1	False	91511	fragment	False	MON0013_000000022431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000010825	2339	0.8851103519460923	4	1	1	1	1	False	91517	fragment	False	ENG0039_000000010825	1.0		0	0	False	False	0.9888841509819031	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	7.915646503604349e-05	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
MON0026_000000018552	2318	0.8851103519460923	6	1	1	1	1	False	25145	fragment	False	MON0026_000000018552	1.0		0	0	False	False	0.9896462559700012	0					non-mobilizable	no_good_hit								True	False
MAD0002_000000017740	2196	0.8851103519460923	3	1	1	1	1	False	20194	maximal	True	MAD0002_000000017740	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0125_000000007931	1952	0.8851103519460923	4	1	1	1	1	False	91510	fragment	False	CHI0125_000000007931	1.0		0	0	False	False	0.9994876980781555	0					non-mobilizable	no_good_hit								True	False
ISR0224_000000016316	1878	0.8851103519460923	3	1	1	1	1	False	91509	fragment	False	CAN0021_000000023601	0.6310749774164409		0	0	False	False	0.9802981615066528	0					non-mobilizable	no_good_hit								True	False
CAN0021_000000023601	1845	0.8851103519460923	3	1	1	1	1	False	91509	fragment	False	CAN0021_000000023601	0.93294348819302		0	0	False	False	0.9978320002555847	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000024476	1827	0.8851103519460923	4	1	1	1	1	False	91509	fragment	False	CAN0021_000000023601	0.638843721770551		0	0	False	False	0.9917898178100586	0					non-mobilizable	no_good_hit								True	False
ENG0006_000000009811	2371	0.8851089821320326	3	2	0	1	2	False	117755	fragment	False	ENG0006_000000009811	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1662.0	99.94	72.0	0.00040263523671606725	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ENG0009_000000003249	3767	0.8851081750795551	6	3	1	3	1	True	67336	maximal	True	ENG0009_000000003249	1.0		1	1	True	True	0.9997345209121704	15					non-mobilizable	no_good_hit	675.0	86.22200000000001	50.0	0.1767343708783962	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
ENG0009_000000001255	11832	0.8851047670891299	18	18	6	11	15	True	132521	backbone	False	USA0060_01_000000001071	0.8063608154356712	PS1166	0	0	False	True	0.9999154806137085	0					non-mobilizable	other	11754.0	99.83	99.0	0.31338826227235156	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0838_000000005197	4019	0.8850983145859205	4	4	3	3	2	False	105531	maximal	True	ISR0838_000000005197	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	6.663770767525369e-06	NZ_CP011507.1	g-proteobacteria	Pseudomonas trivialis strain IHBB745 chromosome, complete genome	True	False
ENG0139_000000004116	4367	0.8850975802179439	5	4	2	3	3	False	116205	fragment	False	ENG0142_000000006104	0.939741058729759		0	0	False	False	0.9983970522880554	0					non-mobilizable	no_good_hit	1876.0	94.13600000000001	67.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0098_000000004521	5576	0.8850958322929086	4	4	4	4	4	False	116631	fragment	False	SPA0101_000000007479	0.6596151453794612		0	0	False	False	1.0	0					non-mobilizable	chromosome	5576.0	99.06700000000001	100.0	0.0010363399336259127	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0812_000000010262	3813	0.8850899823374213	5	4	3	4	2	True	112871	fragment	False	ISR0812_000000010262	0.9984997272231315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	6.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0286_000000003895	3666	0.8850899823374213	5	4	3	4	2	True	112871	fragment	False	ISR0812_000000010262	0.979281405717283		0	0	False	False	0.9934533834457397	0					non-mobilizable	no_good_hit	234.0	92.735	6.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0383_000000003902	3260	0.8850899823374213	5	4	3	4	2	True	112870	fragment	False	ISR0181_000000005748	0.9587117271580589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	94.04299999999999	7.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0304_000000003115	2981	0.8850899823374213	5	4	3	4	2	True	112870	fragment	False	ISR0181_000000005748	0.8673220851749384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	90.179	4.0	0.020916524054002662	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0059_000000005862	2467	0.885076736094746	5	4	3	3	4	True	112720	maximal	True	AST0059_000000005862	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2271.0	97.226	98.0	0.02057146999918439	CP048417.1	enterobacteria	Citrobacter freundii strain CitB plasmid pA_CitB, complete sequence	False	True
ISR0396_000000015011	1538	0.8850759707948602	4	4	4	4	2	False	22673	maximal	True	ISR0396_000000015011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	81.124	57.0	0.012313141454707719	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0794_000000000833	15541	0.885063711849152	20	8	2	8	5	False	72156	maximal	False	SPA0026_000000000923	0.9651192769270889		0	0	False	False	0.9999356269836426	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
ISR0818_000000000890	14917	0.885063711849152	18	8	2	8	5	False	72156	maximal	False	SPA0026_000000000923	0.9499831548741217		0	0	False	False	0.9991955757141113	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
ISR0130_000000026195	1231	0.8850604515205359	2	1	1	1	1	False	31713	fragment	False	ISR0130_000000026195	1.0		0	0	False	False	0.9991876482963562	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.716994869813818e-06	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
SPA0033_000000009764	3121	0.8850587622188937	1	1	1	1	1	False	7207	maximal	True	SPA0033_000000009764	1.0		0	0	False	False	0.9996795654296875	0					non-mobilizable	no_good_hit	229.0	88.646	19.0	8.653739646281276e-05	CP041369.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 chromosome, complete genome	True	False
MON0101_000000040286	1621	0.8850545081893844	2	1	1	1	1	False	9033	fragment	False	MON0101_000000040286	1.0		0	0	False	False	0.9975323677062988	0					non-mobilizable	no_good_hit								True	False
ISR0264_000000009782	1209	0.8850527545112677	2	2	2	2	2	False	26614	fragment	False	ISR0264_000000009782	1.0		0	0	False	False	0.9561620950698853	0					non-mobilizable	other	1063.0	97.554	100.0	0.0005138746145940391	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0120_000000001719	11544	0.885050757415744	13	11	7	11	5	False	32307	maximal	True	ISR0120_000000001719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	82.973	7.0	0.00021895293518573667	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0080_000000010462	4144	0.8850435089734423	7	6	5	6	4	False	121730	fragment	False	CAN0008_000000005647	0.6349609698588123		0	0	False	False	0.9966216087341309	0					non-mobilizable	no_good_hit	1330.0	71.805	31.0	0.006511360889533478	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MAD0109_000000010224	1400	0.8850397682360233	2	1	1	1	1	False	14578	fragment	False	MAD0109_000000010224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0057_000000008804	3454	0.8850356813619424	3	3	3	2	3	False	111121	fragment	False	ISR0245_000000001255	0.8378091320223398		0	0	False	False	1.0	0					non-mobilizable	other	3381.0	98.935	98.0	0.0009136336364268083	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0082_000000024456	1697	0.8850306226689905	2	2	2	2	2	False	109156	fragment	False	DEN0082_000000024456	1.0		0	0	False	False	0.9840895533561707	0					non-mobilizable	no_good_hit	622.0	77.331	36.0	0.00017253379439284742	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0244_000000015488	1673	0.8850278667766783	2	1	1	1	1	False	89071	fragment	False	SPA0125_000000018205	0.6283587509077705		0	0	False	False	0.9994022846221924	0					non-mobilizable	other	1402.0	97.86	96.0	0.011240924039335194	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0052_000000005494	5431	0.8850272825826706	8	7	5	7	6	False	132180	fragment	False	ISR0052_000000005494	1.0		0	0	False	False	0.9972380995750427	0					non-mobilizable	other	5114.0	99.98	99.0	0.0017763340744858256	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0056_000000000095	51355	0.8850232453243563	48	25	10	24	11	True	120602	fragment	False	ISR0056_000000000095	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	96.199	1.0	0.7905092592592593	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
FIJ0094_000000009259	2181	0.8850123664713029	5	3	3	2	2	False	106098	fragment	False	FIJ0094_000000009259	1.0		0	0	False	False	0.9963319301605225	0					non-mobilizable	other	1374.0	95.706	100.0	0.00047770334448090615	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0115_000000004018	6119	0.8850096799747528	7	5	4	5	3	False	97861	fragment	False	SPA0082_000000002365	0.9492080414255254		0	0	False	False	1.0	0					non-mobilizable	other	6117.0	97.581	99.0	0.14719052433915933	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0400_000000004124	4174	0.8850074914523943	4	4	4	4	4	False	105540	maximal	True	ISR0400_000000004124	1.0		149	9	False	False	1.0	0					non-mobilizable	other	4174.0	99.23299999999999	100.0	0.0020847550600147677	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0008_000000017748	1614	0.8850051833492351	2	2	2	1	1	False	105786	fragment	False	CHI0129_000000016355	0.9505058348035382		0	0	False	False	0.9795538783073425	0					non-mobilizable	chromosome	1465.0	99.044	91.0	0.0004974656098014317	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0269_000000016514	1182	0.8849999377016367	2	2	2	2	2	False	61007	fragment	False	ISR0028_000000013139	0.5165359385806001		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	94.839	100.0	0.0003330883352521403	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0001_000000013990	2475	0.8849972786965318	2	2	2	1	0	True	44682	maximal	True	MON0001_000000013990	0.968724279835391		4	2	False	False	0.9890909194946289	0					non-mobilizable	no_good_hit	306.0	92.15700000000001	16.0	0.0021446250773471337	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
CAN0017_000000005727	6547	0.8849930224368613	9	5	3	4	3	False	92566	fragment	False	CAN0017_000000005727	1.0		0	0	False	False	0.9984725713729858	0					non-mobilizable	no_good_hit	488.0	79.098	7.0	0.0001606084178017708	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
ISR0781_000000014277	2027	0.8849918703432356	2	2	2	2	1	True	124787	fragment	False	ISR0781_000000014277	1.0		0	0	False	False	0.9940799474716187	0					non-mobilizable	no_good_hit	124.0	77.419	6.0	9.252639105017454e-05	NZ_SWKE01000001.1	a-proteobacteria	Agrobacterium larrymoorei strain CFBP5477 CFBP5477_cc_1, whole genome shotgun sequence	True	True
FIJ0048_000000001793	14260	0.8849836300219237	11	8	6	8	4	False	88390	fragment	False	ISR0160_000000001457	0.9919468596859726		0	0	False	False	0.9997895956039429	0					non-mobilizable	no_good_hit								True	False
ENG0081_000000003770	6439	0.8849761275689474	7	3	0	1	3	False	126498	backbone	True	ENG0081_000000003770	1.0	PS879|PS961|PS963	24	7	True	True	1.0	74					non-mobilizable	no_good_hit	1525.0	96.066	54.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0008_000000004006	2064	0.8849739068804489	3	3	2	2	1	False	76131	fragment	False	DEN0008_000000004006	1.0		0	0	False	False	0.9917635917663574	0					non-mobilizable	no_good_hit								True	False
ENG0158_000000011989	1573	0.8849718959536025	3	3	3	3	2	False	56568	fragment	False	ENG0158_000000011989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	79.851	76.0	0.0005017616150268592	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0811_000000009996	1548	0.8849689848279484	3	3	3	3	3	False	21676	fragment	False	ISR0811_000000009996	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1548.0	99.61200000000001	100.0	0.0002970413567205559	CP040175.1	enterobacteria	Klebsiella pneumoniae strain 2e chromosome, complete genome	False	False
SPA0116_000000018296	2208	0.8849665150908821	3	3	3	3	2	False	65797	fragment	False	SPA0116_000000018296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	83.84200000000001	81.0	0.07689008962648484	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0221_000000000444	29721	0.8849629278628874	40	26	15	17	22	True	125400	maximal	False	USA0045_01_000000000440	0.9452594903020032		0	0	False	False	0.9982840418815613	0					non-mobilizable	other	18678.0	99.09	96.0	0.005247147947033342	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0050_000000021931	1752	0.8849613446182234	3	3	3	3	3	False	11330	fragment	False	MON0050_000000021931	1.0		0	0	False	False	0.9714611768722534	0					non-mobilizable	no_good_hit	210.0	81.429	16.0	3.638270436880335e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0109_000000004938	5583	0.8849550542716048	6	5	3	4	4	False	81959	fragment	False	ISR0109_000000004938	0.9910696952048146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	72.506	7.0	0.004140912827695399	NZ_KQ960459.1	CFB group bacteria	Porphyromonas somerae strain KA00683 Scaffold690, whole genome shotgun sequence	True	False
ISR0365_000000012675	1355	0.8849426454726339	3	2	1	1	2	False	23643	fragment	False	ISR0365_000000012675	1.0		0	0	False	False	0.9940959215164185	0					non-mobilizable	no_good_hit	647.0	72.798	47.0	0.0011581716042300323	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0005_000000019230	1240	0.8849387180171577	2	1	1	1	1	False	67640	fragment	False	ENG0005_000000019230	0.9180195483016087		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	90.63799999999999	99.0	0.0025844926260410635	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0060_000000014180	1938	0.8849224211528544	2	2	2	2	2	False	131871	maximal	False	ISR0170_000000022890	0.9747368075912874		0	0	False	False	1.0	0					non-mobilizable	other	1593.0	99.81200000000001	100.0	0.009227327262926662	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ENG0006_000000001794	14825	0.8849161389282875	18	14	4	8	12	True	118879	maximal	True	ENG0006_000000001794	1.0		28	7	False	False	1.0	0					non-mobilizable	other	14825.0	99.71700000000001	100.0	0.007613440207736393	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
FIJ0120_000000020643	1242	0.8849143449685793	2	1	1	1	1	False	41510	maximal	True	FIJ0120_000000020643	1.0		50	6	False	False	0.9838969111442566	0					non-mobilizable	no_good_hit	545.0	74.128	44.0	0.00011208719221168372	CP061336.1	firmicutes	Ruminiclostridium sp. MA18 chromosome, complete genome	True	False
ISR0059_000000011323	1549	0.8849140339704976	2	2	2	2	1	False	112279	fragment	False	ISR0389_000000013715	0.95578231292517		0	0	False	False	1.0	0					non-mobilizable	other	1359.0	99.779	93.0	0.00033270641343712204	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0156_000000006132	2724	0.8849125180836146	2	2	2	2	1	True	96618	fragment	False	SPA0156_000000006132	1.0		0	0	False	False	0.997063159942627	0					non-mobilizable	other	2728.0	95.051	100.0	0.247953429143169	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0069_01_000000027184	2260	0.8849125180836146	2	2	2	2	1	True	105055	fragment	False	AST0148_000000013707	0.64		0	0	False	False	0.9995574951171875	0					non-mobilizable	other	2263.0	99.381	100.0	0.2057485901400764	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CAN0003_000000023538	2109	0.8849125180836146	2	2	2	2	1	True	96616	fragment	False	CAN0003_000000023538	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	99.40899999999999	96.0	0.184464253229034	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
MON0074_000000003753	4279	0.8849102046420696	5	5	4	5	4	False	97355	fragment	False	MON0074_000000003753	1.0		0	0	False	False	0.9990652203559875	0					non-mobilizable	other	4279.0	98.855	100.0	0.005577619589382822	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0126_000000008951	5424	0.8849012229374407	5	3	1	3	0	False	121466	backbone	True	ISR0126_000000008951	0.980766413411788	PS850	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	124.0	94.355	4.0	0.028269363364743737	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	True
ISR0362_000000004406	5307	0.8849012229374407	6	3	1	3	0	False	121466	backbone	False	ISR0126_000000008951	0.9710470627935649	PS850	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0376_000000003490	5293	0.8849012229374407	6	3	1	3	0	False	121466	backbone	False	ISR0126_000000008951	0.9689381699914682	PS850	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0151_000000003171	5248	0.8849012229374407	6	3	1	3	0	False	121466	backbone	False	ISR0126_000000008951	0.9679162082169218	PS850	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	53.0	90.566	1.0	0.028317601332593003	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0196_000000003274	5216	0.8849012229374407	6	3	1	3	0	False	121466	backbone	False	ISR0126_000000008951	0.946896563061763	PS850	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	45.0	93.333	1.0	0.024430871737923375	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0167_000000006086	5119	0.8849012229374407	5	3	1	3	0	False	121466	backbone	False	ISR0126_000000008951	0.9263426780339413	PS850	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	194.0	83.505	6.0	0.04435761893817513	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	True
ISR0171_000000007028	3589	0.8849012229374407	4	3	1	3	0	False	121460	fragment	False	ISR0171_000000007028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000015379	2174	0.8848874462632486	4	4	3	1	2	False	104812	fragment	False	ISR0120_000000015379	1.0		0	0	False	False	0.9986200332641602	0					non-mobilizable	chromosome	2142.0	99.90700000000001	100.0	0.0003700463949340458	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
CHI0003_000000008846	1454	0.8848813662639666	2	2	2	2	1	False	90951	fragment	False	CHI0003_000000008846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	92.444	46.0	0.10895256597053586	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0007_000000006752	2534	0.8848806315710683	3	3	3	3	3	False	56599	maximal	True	FIJ0007_000000006752	1.0		7	5	False	False	0.9992107152938843	0					non-mobilizable	no_good_hit	1906.0	99.318	75.0	0.00037017900146497614	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	True	False
ISR0169_000000014244	2174	0.8848793074059759	3	3	3	3	2	False	97508	fragment	False	ISR0169_000000014244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	95.447	87.0	0.00034185342308091723	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ETH0001_000000005861	4189	0.8848762685572649	7	3	1	1	3	True	113421	fragment	False	ETH0001_000000005861	0.9942487677271286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	96.898	35.0	0.00033514132057974895	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
DEN0016_000000001502	4086	0.8848762685572649	6	3	1	1	3	True	113421	fragment	False	ETH0001_000000005861	0.9810312601986559		0	0	False	False	0.9997552633285522	0					non-mobilizable	no_good_hit	1422.0	96.906	35.0	0.00032125299139811536	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0064_01_000000002462	3737	0.8848762685572649	5	3	1	1	3	True	113421	fragment	False	ETH0001_000000005861	0.771398282849993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	96.80799999999999	38.0	0.00032557886442190285	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
FIJ0099_000000006244	3646	0.8848762685572649	6	3	1	1	3	True	113421	fragment	False	ETH0001_000000005861	0.587381944611779		0	0	False	False	0.995063066482544	0					non-mobilizable	no_good_hit	1483.0	96.96600000000001	41.0	0.00033514132057974895	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
MON0048_000000011323	3376	0.8848762685572649	6	3	1	1	3	True	113421	fragment	False	ETH0001_000000005861	0.3806911684037301		0	0	False	False	0.9822275042533875	0					non-mobilizable	no_good_hit	1486.0	96.904	44.0	0.0003358243531624522	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
DEN0040_000000002474	3068	0.8848762685572649	5	3	1	1	3	True	113319	fragment	False	DEN0040_000000002474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	99.546	39.0	0.03326673931468701	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ENG0125_000000001794	11456	0.8848743856471278	14	8	5	7	4	True	99979	fragment	False	ENG0125_000000001794	1.0		0	0	False	False	0.9982541799545288	0					non-mobilizable	no_good_hit								True	True
ENG0206_000000004901	4932	0.8848586440697099	4	4	3	4	3	False	103183	maximal	True	ENG0206_000000004901	1.0		2	2	False	False	0.9969586133956909	0					non-mobilizable	no_good_hit	673.0	73.7	14.0	0.0002588208959400095	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0129_000000004119	4800	0.8848582260298234	6	3	3	3	2	False	81295	maximal	True	CHI0129_000000004119	1.0		1	1	False	False	0.99979168176651	0					non-mobilizable	no_good_hit								True	False
ISR0095_000000021349	1616	0.8848535542613103	2	2	2	2	2	False	33393	maximal	True	ISR0095_000000021349	1.0		8	4	False	False	0.9931930899620056	0					non-mobilizable	no_good_hit	49.0	89.796	3.0	7.386805288275463e-06	CP016429.1	a-proteobacteria	Methylobacterium sp. XJLW chromosome, complete genome	True	False
FIJ0003_000000000984	20200	0.8848495035615939	27	26	15	21	25	True	52230	maximal	True	FIJ0003_000000000984	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4257.0	89.45299999999999	39.0	0.03674488526403096	MN891681.1	enterobacteria	Klebsiella pneumoniae strain 14899 plasmid p14899-KPC, complete sequence	True	True
CHI0046_000000003425	3419	0.8848425629618505	5	4	4	3	2	False	87070	maximal	True	CHI0046_000000003425	1.0		4	2	False	False	0.9994150400161743	0					non-mobilizable	no_good_hit	1865.0	99.786	78.0	0.0006861098821171937	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
USA0024_01_000000017826	1179	0.88482941051118	2	1	1	1	1	False	1663	fragment	False	USA0024_01_000000017826	1.0		0	0	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit	476.0	71.84899999999999	40.0	0.00023098263452895514	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	False
FIJ0021_000000021114	2302	0.8848289730836411	3	3	3	3	3	False	49639	maximal	True	FIJ0021_000000021114	1.0		4	3	False	False	1.0	0					non-mobilizable	other	2302.0	98.306	100.0	0.010292584955201982	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
TAN0011_000000000461	6979	0.884827487063869	7	5	4	5	4	False	46102	maximal	True	TAN0011_000000000461	1.0		3	1	False	False	0.9985671043395996	0					non-mobilizable	no_good_hit	665.0	71.729	9.0	0.00012212545567239912	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
DEN0093_000000007005	4514	0.8848082785465509	5	4	2	4	2	True	110276	fragment	False	DEN0093_000000007005	1.0		0	0	False	False	0.9971200823783875	0					non-mobilizable	no_good_hit	347.0	98.559	8.0	0.0013272571042779108	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0213_000000007439	3256	0.8847940414601069	6	3	2	3	1	True	28293	maximal	True	ISR0213_000000007439	1.0		1	1	False	False	0.998157262802124	0					non-mobilizable	no_good_hit	93.0	80.645	3.0	7.972284180735148e-05	FQ377874.1	mycoplasmas	Mycoplasma mycoides subsp. capri LC str. 95010 chromosome, complete sequence	True	True
ENG0089_000000006125	3580	0.8847937484473904	4	2	1	2	1	False	61301	fragment	False	ENG0089_000000006125	1.0		0	0	False	False	0.9974860548973083	0					non-mobilizable	no_good_hit	581.0	75.043	16.0	0.003384074733622439	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
DEN0061_000000025935	1669	0.8847856230018778	3	3	2	2	3	False	81509	fragment	False	MON0102_000000025354	0.9683222777185823		0	0	False	False	0.9946075677871704	0					non-mobilizable	chromosome	1669.0	99.461	100.0	0.00037976611598303077	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0192_000000005270	3743	0.8847810247780804	5	5	5	5	4	False	127023	maximal	True	ISR0192_000000005270	1.0		15	6	False	False	0.9986642003059387	0					non-mobilizable	other	1807.0	100.0	93.0	0.006927821763947708	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0150_000000001993	10397	0.8847780635139005	10	8	8	8	7	False	42029	maximal	False	FIJ0165_000000001602	0.9874355368026254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2124.0	74.906	29.0	0.0004441503623215188	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0079_000000008416	3403	0.8847753803886164	5	5	5	4	3	False	44393	maximal	True	FIJ0079_000000008416	1.0		4	1	False	False	0.9997061491012573	0					non-mobilizable	no_good_hit	2067.0	96.081	61.0	0.000895354519198959	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ISR0825_000000001035	15884	0.8847748037308791	14	11	7	10	4	True	50089	fragment	False	ISR0825_000000001035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5155.0	92.396	49.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0057_000000002844	2214	0.8847712885811707	2	2	2	2	2	False	126633	fragment	False	DEN0057_000000002844	1.0		0	0	False	False	0.9995483160018921	0					non-mobilizable	chromosome	2214.0	97.38	100.0	0.0006972170888791037	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0022_000000012972	2985	0.8847675166313146	5	4	3	3	2	True	119674	fragment	False	ISR0052_000000010391	0.9460473824358611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	75.0	4.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
ENG0086_000000013372	1895	0.8847665129549985	2	2	2	2	2	False	61431	maximal	True	ENG0086_000000013372	1.0		7	4	False	False	0.9984169006347656	0					non-mobilizable	no_good_hit	1177.0	95.92200000000001	66.0	0.0005151195252658455	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0047_01_000000002231	12331	0.8847620673133177	13	8	8	7	6	False	72331	maximal	True	USA0047_01_000000002231	1.0		13	6	False	False	0.9997566938400269	0					non-mobilizable	no_good_hit	1511.0	98.875	12.0	0.02841165838228649	NZ_JAANXY010000023.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_23, whole genome shotgun sequence	True	False
FIJ0146_000000005150	3358	0.8847603256594055	4	4	4	4	3	False	39985	maximal	True	FIJ0146_000000005150	1.0		262	12	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	7.254813223106235e-05	NZ_SDFS01000004.1	firmicutes	Bacillus albus strain PG 26 NODE_4_length_578926_cov_55.3975, whole genome shotgun sequence	True	False
FIJ0008_000000000703	24041	0.8847591228810916	31	13	8	12	7	False	105651	fragment	False	FIJ0008_000000000703	1.0		0	0	False	False	0.9997088313102722	0					non-mobilizable	no_good_hit	726.0	78.375	3.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
CHI0153_000000011351	1295	0.8847549553454014	3	2	2	2	2	False	79239	fragment	False	CHI0153_000000011351	1.0		0	0	False	False	0.968339741230011	0					non-mobilizable	no_good_hit	1145.0	80.0	87.0	0.023636363636363636	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
ENG0130_000000005946	4950	0.8847463915655569	11	4	3	4	2	False	58472	maximal	True	ENG0130_000000005946	1.0		1	1	False	False	0.9903030395507812	0					non-mobilizable	no_good_hit								True	False
ISR0847_000000007053	3563	0.8847412284647551	6	3	3	3	2	False	20646	maximal	True	ISR0847_000000007053	1.0		2	2	False	False	0.9971933960914612	0					non-mobilizable	no_good_hit	377.0	100.0	11.0	7.592396537947949e-05	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
MON0093_000000005602	6471	0.8847403322362919	8	8	1	4	6	False	78691	maximal	True	MON0093_000000005602	1.0	PS380	1	1	False	True	0.9998454451560974	0	ColRNAI_rep_cluster_1987,rep_cluster_2350,rep_cluster_2392	MOBP		MOBP	mobilizable	no_good_hit	3964.0	99.26799999999999	61.0	0.9746617466174662	CP045786.1	enterobacteria	Shigella dysenteriae strain CFSAN029786 plasmid p2CFSAN029786, complete sequence	True	True
MAD0112_000000009034	3053	0.8847371802920015	5	2	0	2	0	True	14464	maximal	True	MAD0112_000000009034	1.0		1	1	True	True	0.9947592616081238	1					non-mobilizable	no_good_hit								True	True
FIJ0098_000000006478	3486	0.8847325181643213	5	4	3	3	3	False	42878	maximal	True	FIJ0098_000000006478	1.0		1	1	False	False	0.9982788562774658	0					non-mobilizable	no_good_hit	291.0	72.852	8.0	0.002563595149857878	NZ_WEHZ01000018.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00018, whole genome shotgun sequence	True	False
FIJ0082_000000017226	1789	0.8847303898763951	3	3	3	3	2	False	67657	maximal	False	ISR0212_000000017762	0.7334914824434038		0	0	False	False	1.0	0					non-mobilizable	other	1789.0	99.10600000000001	100.0	0.0005350600491189913	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0015_000000003556	2644	0.8847289466055385	2	2	1	2	2	False	89860	maximal	True	CHI0015_000000003556	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2376.0	76.936	88.0	0.4477697293175753	NZ_VXKB01000013.1	enterobacteria	Morganella psychrotolerans strain CCUG 53682T contig_0000013, whole genome shotgun sequence	True	False
ISR0285_000000011631	1624	0.8847266750066359	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5285441542774183		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	97.229	100.0	0.038428754084386986	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0188_000000000536	24944	0.8847169902957666	23	17	7	17	9	True	86829	maximal	True	CHI0188_000000000536	1.0		1	1	False	False	0.9999598860740662	0					non-mobilizable	no_good_hit	10909.0	90.54	82.0	0.257833376687871	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
MON0051_000000024425	1480	0.8847142023427658	2	1	1	1	1	False	11259	fragment	False	MON0051_000000024425	1.0		0	0	False	False	0.9986486434936523	0					non-mobilizable	no_good_hit	971.0	96.292	85.0	0.007783415214646972	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0078_000000011659	2134	0.8847128455868756	3	3	3	3	3	False	112413	fragment	False	ISR0246_000000009790	0.9434611112557892		0	0	False	False	0.9967197775840759	0					non-mobilizable	chromosome	2117.0	94.898	99.0	0.0005919476645495558	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0072_000000008604	2441	0.8847046664926899	5	2	2	2	0	True	49961	fragment	False	SPA0072_000000008604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	73.267	8.0	4.36441984578465e-05	NC_008709.1	g-proteobacteria	Psychromonas ingrahamii 37, complete genome	True	True
FIJ0105_000000013711	2285	0.8847041411513923	3	2	1	2	2	False	77979	fragment	False	MAD0055_000000003111	0.4824106037303239		0	0	False	False	0.9991247057914734	0					non-mobilizable	no_good_hit	634.0	83.75399999999999	28.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0849_000000013067	2100	0.8847041411513923	3	2	1	2	2	False	77979	fragment	False	MAD0055_000000003111	0.4692749861225523		0	0	False	False	0.9961904883384705	0					non-mobilizable	no_good_hit	634.0	83.43799999999999	30.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0144_000000010771	2924	0.8846860104549428	4	2	2	2	2	False	47404	maximal	True	FIJ0144_000000010771	0.9739010989010988		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	71.132	45.0	0.0008302463189589226	CP013703.1	euryarchaeotes	Methanogenic archaeon mixed culture ISO4-G1, complete genome	True	False
FIJ0041_000000012383	2912	0.8846860104549428	4	2	2	2	2	False	47404	maximal	False	FIJ0144_000000010771	0.9719562243502051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	71.058	46.0	0.0008302463189589226	CP013703.1	euryarchaeotes	Methanogenic archaeon mixed culture ISO4-G1, complete genome	True	False
FIJ0137_000000010559	1134	0.8846836252796118	2	1	1	1	1	False	40484	fragment	False	FIJ0137_000000010559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	73.256	75.0	0.00030858971965727367	CP025829.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-14 chromosome, complete genome	True	False
MON0091_000000006001	2058	0.8846812343756221	2	2	2	2	2	False	9488	fragment	False	MON0091_000000006001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	92.53299999999999	88.0	0.0007190143647518046	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
DEN0018_000000030856	1318	0.884679991663068	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.08640042261204635	PS1061	0	0	False	True	0.999241292476654	0					non-mobilizable	other	1318.0	99.09	100.0	0.006146938432600711	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0056_000000000118	6522	0.8846772811409024	10	9	5	6	7	True	118175	maximal	True	DEN0056_000000000118	1.0	PS799	41	7	False	True	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3552.0	99.69	80.0	0.3973139339675434	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MON0056_000000010734	1818	0.8846496424862345	3	3	3	3	2	False	11065	fragment	False	MON0080_000000029249	0.9843918191603875		0	0	False	False	0.9829483032226562	0					non-mobilizable	other	1818.0	98.845	100.0	0.0010101904000187011	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
FIJ0135_000000011071	2597	0.884646320224552	3	2	1	2	1	False	126045	backbone	False	ENG0084_000000010630	0.9214562120096955	PS940	0	0	True	True	0.999614953994751	2					non-mobilizable	no_good_hit	107.0	80.374	4.0	0.0008673671689135606	NZ_KE386887.1	firmicutes	Desulfovirgula thermocuniculi DSM 16036 G454DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
FIJ0142_000000013040	2597	0.884646320224552	3	2	1	2	1	False	126045	backbone	False	ENG0084_000000010630	0.9214562120096955	PS940	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	107.0	80.374	4.0	0.0008673671689135606	NZ_KE386887.1	firmicutes	Desulfovirgula thermocuniculi DSM 16036 G454DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
SPA0047_000000015301	2568	0.884646320224552	3	2	1	2	1	False	126045	backbone	False	ENG0084_000000010630	0.9175110051252354	PS940	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00021412658999287617	NZ_OLMM01000002.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	True
ENG0168_000000011866	2530	0.884646320224552	3	2	1	2	1	False	126045	backbone	False	ENG0084_000000010630	0.9181522141465795	PS940	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00021412658999287617	NZ_OLMM01000002.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	True
MAD0052_000000015108	1448	0.8846348007284865	2	1	1	1	1	False	17260	fragment	False	MAD0052_000000015108	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0022_000000001013	21471	0.8846274709132338	19	9	7	8	4	True	92844	fragment	False	CAN0022_000000001013	0.999496740797546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0039_000000001240	16087	0.8846256411363397	17	11	2	5	7	True	117784	fragment	False	SPA0039_000000001240	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	12068.0	98.633	93.0	0.0021641151116969294	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0077_000000011778	1733	0.8846247904209742	3	2	1	2	2	False	122168	fragment	False	USA0116_01_000000012198	0.4225443270331698		0	0	False	False	1.0	0					non-mobilizable	other	1736.0	96.601	100.0	0.02997814093889872	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
DEN0069_000000012099	2304	0.8846238081782823	3	3	3	3	3	False	70730	maximal	True	DEN0069_000000012099	1.0		2	1	False	False	0.9969618320465088	0					non-mobilizable	other	1536.0	86.654	94.0	0.00025158507618320837	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0287_000000004645	2511	0.884622508338057	3	2	2	2	1	True	112941	fragment	False	ISR0287_000000004645	1.0		0	0	False	False	0.9956192970275879	0					non-mobilizable	no_good_hit	792.0	91.667	39.0	0.030419715055833654	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
SPA0077_000000011710	2474	0.8846205325340711	4	3	3	3	2	False	31107	fragment	False	SPA0077_000000011710	0.9929422143802382		0	0	False	False	0.9858528971672058	0					non-mobilizable	other	1195.0	97.238	94.0	0.0010223632299467445	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
SPA0033_000000013688	2267	0.8846205325340711	3	3	3	3	2	False	31107	fragment	False	SPA0077_000000011710	0.9518997574777688		0	0	False	False	1.0	0					non-mobilizable	other	2266.0	98.05799999999999	99.0	0.0019425759776402036	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
SPA0151_000000016922	1173	0.8846185675227828	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.01977389487395274		0	0	False	False	0.9982949495315552	0					non-mobilizable	other	1188.0	79.125	99.0	0.6612359550561798	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
ISR0196_000000019572	1155	0.8846185675227828	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.019836729010406822		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	80.119	100.0	0.01621764837126283	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0099_000000000790	21121	0.8846158292873062	20	14	8	8	11	True	60679	maximal	True	ENG0099_000000000790	1.0		1	1	False	False	0.9998106360435486	0					non-mobilizable	no_good_hit	9516.0	87.064	84.0	0.13694125113588831	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	True	True
CAN0010_000000005853	2226	0.8846116179480473	4	3	2	2	3	False	94619	fragment	False	CAN0010_000000005853	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	952.0	94.538	100.0	0.00021078630621986188	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0039_000000001946	9723	0.8846092674424103	11	7	4	5	7	False	131170	fragment	False	ENG0039_000000001946	1.0		0	0	False	False	0.9995886087417603	0					non-mobilizable	no_good_hit	1507.0	82.814	27.0	0.00043305296263768307	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0071_000000006061	4010	0.8846090918023048	4	4	4	4	4	False	76260	fragment	False	SPA0041_000000007426	0.7653837912912614		0	0	False	False	0.9997506141662598	0					non-mobilizable	chromosome	4009.0	97.556	99.0	0.001138900977623042	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0027_000000018625	2185	0.8846051477093709	2	2	2	2	2	False	93585	fragment	False	MON0027_000000018625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	72.043	25.0	0.0014786413927004676	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
TAN0017_000000002252	12109	0.8846023520185812	20	8	4	8	4	True	2503	maximal	True	TAN0017_000000002252	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2160.0	91.574	56.0	0.038156169141884945	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0106_000000005250	4229	0.8845887270108371	4	3	3	2	3	False	129805	maximal	True	ISR0106_000000005250	1.0		0	0	False	False	0.999527096748352	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	7.481972490607091e-05	NZ_SIJC01000003.1	firmicutes	Chengkuizengella sediminis strain J15A17 contig3, whole genome shotgun sequence	True	False
ISR0230_000000007575	3891	0.8845887270108371	3	3	3	2	3	False	129801	fragment	False	ISR0230_000000007575	1.0		0	0	False	False	0.9987149834632874	0					non-mobilizable	no_good_hit								True	False
ISR0213_000000018294	1491	0.8845832634186116	2	2	1	2	1	True	77457	fragment	False	USA0010_01_000000014372	0.31241655855109285		0	0	False	False	0.9986585974693298	0					non-mobilizable	chromosome	1491.0	99.061	100.0	0.00022678235712407095	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
USA0069_01_000000046586	1290	0.8845829562573843	2	2	2	1	1	False	755	fragment	False	USA0069_01_000000046586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0354_000000005282	3566	0.8845828751363701	3	2	2	2	0	True	110111	fragment	False	ISR0354_000000005282	1.0		0	0	False	False	0.9868199825286865	0					non-mobilizable	no_good_hit								True	True
ENG0173_000000015053	1113	0.8845759304918911	2	1	1	1	1	True	55672	fragment	False	ENG0173_000000015053	1.0		0	0	False	False	0.9982030391693115	0					non-mobilizable	chromosome	1114.0	87.074	100.0	0.00037328290704245835	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0848_000000012553	1433	0.8845639423126949	3	2	2	2	1	False	117159	fragment	False	ISR0848_000000012553	0.997469269703543		0	0	False	False	0.9993021488189697	0					non-mobilizable	no_good_hit								True	False
ISR0342_000000010389	1383	0.8845639423126949	2	2	2	2	1	False	117159	fragment	False	ISR0848_000000012553	0.9797627355198884		0	0	False	False	0.9942154884338379	0					non-mobilizable	no_good_hit	93.0	78.495	7.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ENG0182_000000006646	4137	0.8845526387891998	7	4	0	2	2	True	108310	backbone	False	MON0019_000000016120	0.18545565208590586	PS112|PS669|PS670	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	863.0	96.98700000000001	42.0	0.08767990201081964	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0179_000000006425	3900	0.8845526387891998	5	4	0	2	2	True	108307	backbone	False	MON0103_000000010277	0.4856628422110036	PS669	0	0	True	True	1.0	130					non-mobilizable	no_good_hit	1193.0	98.24	56.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0211_000000005268	3871	0.8845526387891998	5	4	0	2	2	True	108307	backbone	False	MON0103_000000010277	0.48569271798408087	PS669	0	0	True	True	0.9971583485603333	19					non-mobilizable	no_good_hit	1193.0	98.156	56.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0104_000000006581	3837	0.8845526387891998	5	4	0	2	2	True	108307	backbone	False	MON0103_000000010277	0.4102583775109644	PS669	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1192.0	97.315	55.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0075_000000006046	3835	0.8845526387891998	5	4	0	2	2	True	108307	backbone	False	MON0103_000000010277	0.4104712502224635	PS669	0	0	True	True	0.9911342859268188	3					non-mobilizable	no_good_hit	1192.0	97.399	55.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0848_000000004095	3834	0.8845526387891998	5	4	0	2	2	True	108307	backbone	False	MON0103_000000010277	0.48628166930915445	PS669	0	0	True	True	0.9992175102233887	9					non-mobilizable	no_good_hit	1193.0	98.324	55.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
DEN0083_000000012514	2294	0.8845476789391087	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.30468541952987405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0062_000000005912	2293	0.8845476789391087	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.3043297988179943		0	0	False	False	0.9978194236755371	0					non-mobilizable	no_good_hit								True	True
ISR0329_000000000741	9279	0.8845447246355836	19	7	3	7	3	True	44714	maximal	True	ISR0329_000000000741	1.0		1	1	False	False	0.9985989928245544	0					non-mobilizable	no_good_hit								True	True
FIJ0099_000000013105	1683	0.8845418127167057	2	1	1	1	1	True	42769	maximal	True	FIJ0099_000000013105	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0030_000000026705	1358	0.8845410306129837	3	3	1	3	1	False	113626	fragment	False	ISR0331_000000014703	0.507360007773461		0	0	False	False	0.9985272288322449	0					non-mobilizable	chromosome	1359.0	94.62799999999999	100.0	0.0004733468761197547	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0208_000000009552	3209	0.8845403138811481	4	3	3	3	2	False	116952	fragment	False	ENG0208_000000009552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1719.0	98.022	54.0	0.14545762424858183	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
FIJ0140_000000023406	1461	0.8845387046865378	3	2	2	2	2	False	40358	maximal	True	FIJ0140_000000023406	1.0		1	1	False	False	0.9719370007514954	0					non-mobilizable	no_good_hit	112.0	77.679	8.0	0.00712772105567328	U66830.1	a-proteobacteria	Rhizobium meliloti octopine catabolism operon: occR, occQ, occM, occP, occT, occB, and occA genes. complete cds	True	False
ISR0840_000000011687	1491	0.8845345492489591	3	1	1	1	1	False	20788	maximal	True	ISR0840_000000011687	1.0		35	6	False	False	0.9986585974693298	0					non-mobilizable	no_good_hit								True	False
ISR0843_000000003216	4840	0.8845298216042164	7	6	5	5	5	False	111431	fragment	False	ISR0843_000000003216	0.9701115168314689		0	0	False	False	0.9981405138969421	0					non-mobilizable	other	4659.0	98.455	99.0	0.006449137552513516	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0023_01_000000009723	3276	0.8845278821782082	4	3	3	2	2	False	119736	fragment	False	SPA0139_000000007384	0.9517070949807916		0	0	False	False	1.0	0					non-mobilizable	chromosome	3217.0	99.65799999999999	98.0	0.0005128240291225367	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
AST0029_000000011512	2642	0.8845278821782082	4	3	3	2	2	False	119735	fragment	False	CHI0031_000000003448	0.9810633648943918		0	0	False	False	1.0	0					non-mobilizable	chromosome	2642.0	99.773	100.0	0.00042113440948775483	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0034_01_000000022670	2361	0.8845278821782082	4	3	3	2	2	False	119695	fragment	False	USA0034_01_000000022670	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2361.0	99.74600000000001	100.0	0.00037632609102275706	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0790_000000001311	10490	0.8845237974634226	12	8	4	5	7	True	123838	maximal	True	ISR0790_000000001311	1.0	PS486|PS905	1	1	False	True	0.9997140169143677	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2682.0	99.59	52.0	0.3281517747858017	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
ENG0032_000000003794	4823	0.8845172065046897	6	5	3	4	3	False	91587	maximal	True	ENG0032_000000003794	1.0		1	1	False	False	0.9970972537994385	0					non-mobilizable	no_good_hit	1577.0	94.61	51.0	0.021013264455027308	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0121_01_000000007471	6252	0.8845136139359071	10	4	2	4	1	False	72481	fragment	False	USA0121_01_000000007471	1.0		0	0	False	False	0.9996801018714905	0					non-mobilizable	no_good_hit	447.0	73.602	7.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
SPA0027_000000007294	4705	0.8845136139359071	8	4	2	4	1	False	72482	fragment	False	SPA0027_000000007294	1.0		0	0	False	False	0.9955366849899292	0					non-mobilizable	no_good_hit	447.0	73.154	9.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
ENG0167_000000017240	1464	0.8845128663408635	1	1	1	1	1	False	56046	fragment	False	ENG0167_000000017240	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1464.0	99.727	100.0	0.0002226728781694737	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
ENG0175_000000002558	9247	0.8845112422478204	8	7	4	6	4	True	95093	maximal	True	ENG0175_000000002558	1.0		9	5	False	False	0.9984859824180603	0					non-mobilizable	no_good_hit	1060.0	98.679	14.0	0.0004725828325249445	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MON0061_000000034899	1333	0.8845069806463082	2	2	2	1	1	False	75582	fragment	False	MON0061_000000034899	0.9922178988326849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	88.71	5.0	0.0013422818791946308	NZ_ATZZ01000034.1	b-proteobacteria	Chitinimonas koreensis DSM 17726 F559DRAFT_scaffold00020.20_C, whole genome shotgun sequence	True	False
MAD0058_000000005365	2816	0.8845020022380745	3	3	3	3	2	False	36947	fragment	False	MAD0058_000000005365	1.0		0	0	False	False	0.9904119372367859	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000023475	1364	0.8844976180139819	1	1	1	1	1	False	31456	fragment	False	ISR0134_000000023475	1.0		0	0	False	False	0.9750733375549316	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000002734	10345	0.8844902166016126	10	6	3	5	4	False	50617	maximal	True	ISR0167_000000002734	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1955.0	75.499	19.0	0.04271184944955545	NZ_QSFS01000023.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf23, whole genome shotgun sequence	True	False
FIJ0074_000000015075	2071	0.8844890783176041	2	2	1	2	1	True	44635	fragment	False	FIJ0074_000000015075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	76.36399999999999	10.0	0.0037748555630383158	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0322_000000001930	4594	0.884479598151398	7	6	6	6	5	False	129591	maximal	True	ISR0322_000000001930	1.0	PS1061	3	3	False	True	0.9984762668609619	0					non-mobilizable	no_good_hit	1807.0	99.281	39.0	0.00048344184869878034	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0099_000000002002	9504	0.8844778473075051	6	6	5	4	5	False	123641	fragment	False	MON0099_000000002002	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3631.0	99.42200000000001	54.0	0.11687433594127306	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
CHI0090_000000007123	1832	0.8844664696062787	2	2	2	1	1	False	131729	maximal	True	CHI0090_000000007123	1.0		0	0	False	False	0.998908281326294	0					non-mobilizable	no_good_hit	1222.0	88.21600000000001	85.0	0.0003261356595711839	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0053_000000031629	1298	0.8844664696062787	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.08428240418101951		0	0	False	False	0.982280433177948	0					non-mobilizable	other	1298.0	87.67299999999999	99.0	0.00862218660255126	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
SPA0083_000000015439	1199	0.8844664696062787	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.08274970436842728		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	92.193	100.0	0.00033844708069650153	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0067_000000017867	1140	0.8844664696062787	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.059555292093762		0	0	False	False	0.9991227984428406	0					non-mobilizable	other	1143.0	88.45100000000001	99.0	0.007593668603486275	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
FIJ0079_000000004714	6257	0.8844553722284797	3	3	3	3	3	False	44406	fragment	False	FIJ0079_000000004714	1.0		0	0	False	False	0.9992008805274963	0					non-mobilizable	no_good_hit	132.0	79.545	2.0	0.00020751226064807187	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	False
ENG0195_000000024265	1117	0.8844505063951293	2	2	1	2	1	False	54436	fragment	False	ENG0195_000000024265	1.0		0	0	False	False	0.9543420076370239	0					non-mobilizable	other	1117.0	99.28399999999999	100.0	0.0032950096547325904	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	False	False
FIJ0091_000000011685	1924	0.8844471090233967	3	2	2	2	1	True	119987	fragment	False	MON0102_000000023037	0.9434493346980553		0	0	False	True	1.0	0					non-mobilizable	other	1929.0	90.565	100.0	0.0005982420456829199	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0089_000000018994	1266	0.8844388762667137	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.16747016258739386		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	98.89399999999999	100.0	0.009004520055521941	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ENG0172_000000002541	6775	0.8844317270294743	7	5	1	3	3	False	55751	maximal	True	ENG0172_000000002541	1.0		1	1	False	False	0.9998524188995361	0					non-mobilizable	no_good_hit								True	False
SPA0075_000000009822	2013	0.8844290798908476	4	1	1	1	1	True	57030	fragment	False	SPA0075_000000009822	0.9737113743897364		0	0	False	False	1.0	0					non-mobilizable	other	1870.0	98.449	93.0	0.04064050126185711	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	False	True
SPA0076_000000007757	2005	0.8844290798908476	4	1	1	1	1	True	57030	fragment	False	SPA0075_000000009822	0.9707203958681372		0	0	False	False	1.0	0					non-mobilizable	other	1870.0	98.449	93.0	0.04064050126185711	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	False	True
ISR0089_000000004539	4956	0.8844238325602422	7	5	4	5	4	False	76920	maximal	True	ISR0089_000000004539	1.0		30	10	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	74.31	21.0	0.00033895030423061815	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0134_000000005573	5863	0.884415364179326	5	5	5	5	4	False	31497	maximal	True	ISR0134_000000005573	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	4615.0	99.913	79.0	0.001218153818452839	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ISR0317_000000007724	2471	0.8844048029992441	4	4	4	4	4	False	120077	fragment	False	ISR0155_000000005779	0.2631617932759812		0	0	False	False	1.0	0					non-mobilizable	other	2465.0	98.70200000000001	99.0	0.006024479492798998	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0293_000000008048	4567	0.8844038495147588	7	4	3	4	2	False	25840	maximal	True	ISR0293_000000008048	1.0		1	1	False	False	0.9997810125350952	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00028067986901606114	NZ_JAAITI010000015.1	firmicutes	Blautia luti strain MSK.16.34 NODE_15_length_96195_cov_253.786, whole genome shotgun sequence	True	False
USA0024_01_000000017241	1230	0.8844031790263326	3	2	1	1	2	True	57765	fragment	False	USA0024_01_000000017241	0.9791836734693877		0	0	False	False	0.9991869926452637	0					non-mobilizable	other	1238.0	96.365	100.0	0.009521463703749317	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0182_000000019081	1491	0.8843992691364322	2	2	2	2	1	False	92036	fragment	False	DEN0052_000000027259	0.5386163921707893		0	0	False	False	0.9872568845748901	0					non-mobilizable	other	1491.0	99.262	100.0	0.00045122404363972455	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
DEN0005_000000002426	9786	0.8843926324032562	12	10	4	4	9	True	88347	maximal	True	DEN0005_000000002426	1.0	PS456	1	1	True	True	1.0	53		MOBB			mobilizable	no_good_hit	3346.0	95.009	64.0	0.3028711167466715	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
FIJ0157_000000010107	1835	0.8843881323557432	3	3	3	3	3	False	56504	maximal	True	FIJ0157_000000010107	0.9819582143339639		211	13	False	False	0.9912806749343872	0					non-mobilizable	no_good_hit	584.0	75.85600000000001	32.0	0.00019581262754826472	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ENG0177_000000007297	3631	0.884377825600392	4	4	4	4	4	False	130065	fragment	False	ENG0102_000000006735	0.9366708157643858		0	0	False	False	0.9942164421081543	0					non-mobilizable	other	1148.0	91.986	92.0	0.0023983924288584948	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0212_000000008961	3776	0.8843647326300321	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9231745359949306		0	0	False	False	0.9968220591545105	0					non-mobilizable	other	3776.0	98.88799999999999	100.0	0.012367479589563486	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
AUS0018_000000003462	7478	0.8843631008806611	10	7	4	6	5	True	100071	fragment	False	AUS0018_000000003462	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7458.0	99.92	100.0	0.12574830104045462	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
CHI0143_000000001451	12539	0.8843580882373341	16	15	6	6	15	True	79957	maximal	True	CHI0143_000000001451	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	3715.0	77.92699999999999	40.0	0.1860311993517018	NZ_NIPR01000048.1	firmicutes	Lactobacillus nuruki strain SYF10-1a, whole genome shotgun sequence	True	True
MON0040_000000009401	2869	0.8843563098616801	5	2	1	1	2	True	72940	maximal	True	MON0040_000000009401	0.9916603180075776		5	4	True	True	1.0	28					non-mobilizable	no_good_hit	369.0	73.984	12.0	0.07017197074520656	AF454701.1	CFB group bacteria	Prevotella intermedia plasmid pYHBi1 replication protein (rep) and mobilization protein (mob) genes, complete cds	True	True
MON0093_000000014910	2849	0.8843563098616801	5	2	1	1	2	True	72940	maximal	False	MON0040_000000009401	0.9916037396366534		0	0	True	True	1.0	132					non-mobilizable	no_good_hit	369.0	73.984	13.0	0.07017197074520656	AF454701.1	CFB group bacteria	Prevotella intermedia plasmid pYHBi1 replication protein (rep) and mobilization protein (mob) genes, complete cds	True	True
ENG0183_000000007059	3903	0.8843437359008219	5	4	4	3	3	False	125915	maximal	True	ENG0183_000000007059	1.0		52	6	False	False	1.0	0					non-mobilizable	chromosome	2483.0	99.315	100.0	0.0007823204405958118	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0147_000000023201	1107	0.8843289789175353	2	2	2	2	1	False	30939	maximal	True	ISR0147_000000023201	1.0		1	1	False	False	0.9837398529052734	0					non-mobilizable	no_good_hit	292.0	99.65799999999999	26.0	0.0001233939179095459	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
SPA0110_000000001960	11604	0.8843171268698395	14	10	7	7	8	True	4629	maximal	True	SPA0110_000000001960	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2634.0	81.54899999999999	34.0	0.2805141499243897	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ENG0206_000000010891	2351	0.8843164194250849	4	3	3	3	3	True	53959	maximal	True	ENG0206_000000010891	1.0		1	1	False	False	0.9880901575088501	0					non-mobilizable	no_good_hit	892.0	89.686	48.0	0.0003726533632070825	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MAD0049_000000011591	1607	0.8843145529398847	2	1	1	1	1	False	17455	maximal	True	MAD0049_000000011591	1.0		2	2	False	False	0.9943994879722595	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000002387	4957	0.8843125991703267	9	4	3	4	2	False	48168	fragment	False	MAD0054_000000002387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000007788	3932	0.8843053669771622	6	6	6	6	4	False	93285	fragment	False	ENG0101_000000007788	1.0		0	0	False	False	0.9974567890167236	0					non-mobilizable	no_good_hit	1497.0	97.194	58.0	0.0007890461824089116	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0279_000000000505	23078	0.8842957932572401	21	9	3	8	5	True	26257	maximal	True	ISR0279_000000000505	1.0		1	1	False	False	0.9994366765022278	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	0.0	6.2850331676912844e-06	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	True
MAD0101_000000003117	7390	0.8842940591329059	8	4	3	3	2	True	101294	fragment	False	CAN0003_000000004189	0.4891910644176264		0	0	False	False	1.0	0					non-mobilizable	plasmid	5555.0	98.02	98.0	0.04797668811683694	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0353_000000003842	7826	0.8842887794130166	10	6	3	3	4	True	76967	maximal	True	ISR0353_000000003842	1.0	PS328|PS329|PS369	0	0	False	True	0.9985944032669067	0					non-mobilizable	no_good_hit	1145.0	76.419	38.0	0.12397237750739888	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MAD0053_000000001084	11890	0.8842785677173605	13	6	6	6	4	False	17234	maximal	True	MAD0053_000000001084	1.0		1	1	True	True	1.0	37					non-mobilizable	no_good_hit								True	True
CHI0042_000000002378	5080	0.8842717005971311	6	5	5	5	4	False	87493	fragment	False	CHI0042_000000002378	1.0		0	0	False	False	0.9954724311828613	0					non-mobilizable	plasmid	5080.0	100.0	100.0	0.05134659711270169	LC520289.1	enterobacteria	Escherichia coli HP243 plasmid pHP243 DNA, complete sequence	False	True
ISR0304_000000007436	1382	0.8842678188629592	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.12371969830043979		0	0	False	False	1.0	0					non-mobilizable	other	1397.0	83.679	100.0	0.0030338631043525703	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
ITA0006_000000000784	22957	0.8842607825192884	20	20	10	14	17	True	123680	fragment	False	ITA0006_000000000784	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	10909.0	98.02	74.0	0.002069943811739978	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
MAD0003_000000012496	2233	0.8842579744814041	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5906500676638481		0	0	False	False	0.9923869371414185	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0065_000000017699	1515	0.8842579744814041	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.206822725860552		0	0	False	False	0.9993399381637573	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.088885873252816e-05	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0103_000000046362	1269	0.8842579744814041	1	1	1	1	1	False	104692	fragment	False	MON0027_000000029945	0.9359157253867293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0258_000000004965	3712	0.8842563160670569	8	6	2	5	2	True	69027	maximal	True	ISR0258_000000004965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1455.0	93.196	56.0	0.3292377701934016	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
ENG0004_000000005952	4471	0.8842556279837354	4	4	4	4	2	False	128399	fragment	False	ENG0149_000000005447	0.967843524857435		0	0	False	False	0.9997763633728027	0					non-mobilizable	no_good_hit	1475.0	70.441	32.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0041_000000016472	2052	0.8842404473645157	2	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.09294678039630255		0	0	False	False	0.9887914061546326	0					non-mobilizable	no_good_hit	900.0	87.22200000000001	44.0	0.00027322779299945263	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
DEN0021_000000007079	4477	0.8842313659165707	4	4	4	4	3	False	128400	fragment	False	DEN0021_000000007079	0.9885489214300112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	72.316	19.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0032_000000001080	25937	0.8842266148735104	26	14	11	11	11	True	98627	fragment	False	FIJ0032_000000001080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2152.0	95.632	12.0	0.0714499351965704	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
ENG0128_000000022619	1320	0.8842261824386836	2	1	0	1	0	True	58582	maximal	True	ENG0128_000000022619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0036_01_000000006942	5619	0.8842238942212314	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.8722934192069707		0	0	False	False	0.9975084662437439	0					non-mobilizable	chromosome	5619.0	99.12799999999999	100.0	0.0011344171210157334	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
MAD0088_000000009135	2573	0.8842235013578574	5	2	1	2	1	False	15901	maximal	True	MAD0088_000000009135	1.0		1	1	False	False	0.9996113777160645	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	4.0	2.3484306311226672e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0179_000000012868	2598	0.8842179708823785	2	1	1	1	1	False	79551	maximal	True	ENG0179_000000012868	0.9994224104736233		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	83.98	23.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0178_000000015729	1449	0.8842179708823785	2	1	1	1	1	False	55443	fragment	False	ENG0178_000000015729	1.0		0	0	False	False	0.9820566177368164	0					non-mobilizable	no_good_hit	634.0	83.43799999999999	44.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0022_000000012152	1193	0.8842179708823785	3	1	1	1	1	False	19263	maximal	True	MAD0022_000000012152	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	86.0	78.0	0.10474340294641411	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0779_000000031609	1118	0.8842179708823785	3	1	1	1	1	False	22313	fragment	False	ISR0779_000000031609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	84.486	53.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0192_000000009009	2059	0.8842177267161886	3	3	3	3	2	False	84894	fragment	False	ENG0053_000000012101	0.9591790675709578		0	0	False	False	1.0	0					non-mobilizable	chromosome	2059.0	99.95100000000001	100.0	0.0003838570395520101	CP034200.2	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KpvST383_NDM_OXA-48 chromosome, complete genome	False	False
FIJ0023_000000006871	4419	0.8842147255604952	7	7	5	7	4	False	76778	fragment	False	FIJ0023_000000006871	1.0		0	0	False	False	0.9993211030960083	0					non-mobilizable	no_good_hit	660.0	81.515	24.0	0.00019726170635291112	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0104_000000007737	4454	0.8842127446021829	5	5	5	5	4	False	131565	fragment	False	SPA0104_000000007737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1119.0	87.66799999999999	69.0	0.00036238289994721887	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ENG0146_000000003510	6921	0.8842107172558479	7	2	0	2	2	False	62124	maximal	False	ENG0075_000000003466	0.9973446246591072		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	925.0	91.027	13.0	0.22117703810902073	CP053793.1	firmicutes	Streptococcus canis strain HL_77_1 plasmid pSC77-1, complete sequence	True	True
ENG0075_000000003466	6892	0.8842107172558479	7	2	0	2	2	False	62124	maximal	True	ENG0075_000000003466	0.9973510882016037		3	2	True	True	1.0	10					non-mobilizable	no_good_hit	925.0	91.027	13.0	0.22117703810902073	CP053793.1	firmicutes	Streptococcus canis strain HL_77_1 plasmid pSC77-1, complete sequence	True	True
ISR0030_000000005825	3407	0.8842061843465342	5	3	3	3	3	False	95375	maximal	True	ISR0030_000000005825	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	71.852	12.0	0.0006097947901238007	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	True	False
ISR0819_000000012859	2045	0.8842060066190199	2	1	0	1	1	True	110028	fragment	False	ISR0819_000000012859	1.0		0	0	False	False	0.9975550174713135	0					non-mobilizable	no_good_hit	792.0	96.212	52.0	0.2843772498200144	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
CAN0012_000000024450	1936	0.8842060066190199	2	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9987200842054124		0	0	True	True	1.0	1034					non-mobilizable	plasmid	1501.0	99.867	100.0	0.8156606851549756	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
CAN0013_000000011622	1936	0.8842060066190199	2	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9987200842054124		0	0	True	True	1.0	2169					non-mobilizable	plasmid	1501.0	99.867	100.0	0.8156606851549756	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
CAN0014_000000025449	1916	0.8842060066190199	1	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9987501405902957		0	0	True	True	1.0	444					non-mobilizable	plasmid	1346.0	99.851	100.0	0.7313757476889614	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
SPA0117_000000019945	1898	0.8842060066190199	1	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9990206011195618		0	0	True	True	1.0	48					non-mobilizable	plasmid	1226.0	100.0	100.0	0.6661228928765633	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
DEN0051_000000024548	1898	0.8842060066190199	1	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9928646589277746		0	0	True	True	1.0	146					non-mobilizable	plasmid	1266.0	99.368	100.0	0.687873844480696	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
SPA0008_000000016051	1898	0.8842060066190199	1	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9990967425213392		0	0	True	True	1.0	39					non-mobilizable	plasmid	1203.0	100.0	100.0	0.6536160957041871	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
SPA0090_000000019016	1887	0.8842060066190199	1	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9983208868643187		0	0	True	True	1.0	10					non-mobilizable	plasmid	1197.0	99.833	100.0	0.6503534529635672	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
ISR0820_000000013083	1878	0.8842060066190199	1	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9978690264617882		0	0	True	True	0.9994674921035767	18					non-mobilizable	plasmid	1190.0	100.0	100.0	0.646547036432844	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
SPA0114_000000024957	1878	0.8842060066190199	2	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9991296594142399		0	0	True	True	1.0	77					non-mobilizable	plasmid	987.0	100.0	100.0	0.5361609570418706	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
ISR0194_000000013695	1878	0.8842060066190199	1	1	0	1	1	True	106541	maximal	True	ISR0194_000000013695	0.9991296594142399		17	5	True	True	0.9994674921035767	14					non-mobilizable	plasmid	1471.0	100.0	100.0	0.799347471451876	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
ISR0066_000000017161	1878	0.8842060066190199	1	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9983887224281561		0	0	True	True	1.0	16					non-mobilizable	plasmid	1262.0	100.0	100.0	0.6856987493202827	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
ISR0842_000000011952	1878	0.8842060066190199	1	1	0	1	1	True	106541	maximal	False	ISR0194_000000013695	0.9978690264617882		0	0	True	True	1.0	49					non-mobilizable	plasmid	1190.0	100.0	100.0	0.646547036432844	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
ENG0002_000000012593	1815	0.8842060066190199	2	1	0	1	1	True	110027	fragment	False	ENG0002_000000012593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	95.93	58.0	0.32649388048956085	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ETH0001_000000020427	1650	0.8842060066190199	1	1	0	1	1	True	53493	maximal	True	ETH0001_000000020427	0.9838800904977376		2	1	True	True	1.0	197					non-mobilizable	no_good_hit	94.0	90.426	6.0	0.06824925816023739	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
MON0019_000000040991	1643	0.8842060066190199	1	1	0	1	1	True	13170	maximal	True	MON0019_000000040991	1.0		1	1	True	True	0.9993913769721985	5					non-mobilizable	no_good_hit	688.0	86.62799999999999	64.0	0.4227441285537701	LN853340.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0725	True	True
ISR0075_000000018164	1495	0.8842060066190199	2	1	0	1	1	True	110025	fragment	False	ISR0075_000000018164	0.964260686755431		0	0	False	False	0.9959866404533386	0					non-mobilizable	no_good_hit	561.0	95.18700000000001	43.0	0.20122390208783297	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
AST0089_000000016600	1427	0.8842060066190199	2	1	0	1	1	True	110025	fragment	False	ISR0075_000000018164	0.9431438127090301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	97.0	46.0	0.17962562994960404	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0378_000000027504	1213	0.8842060066190199	1	1	0	1	1	True	23250	fragment	False	ISR0378_000000027504	1.0		0	0	False	False	0.9983512163162231	0					non-mobilizable	no_good_hit	235.0	89.787	25.0	0.05705853418593212	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ETH0001_000000032333	1165	0.8842060066190199	2	1	0	1	1	True	53408	maximal	True	ETH0001_000000032333	1.0		1	1	True	True	1.0	4	rep_cluster_1786				non-mobilizable	plasmid	1061.0	92.554	98.0	0.7121621621621622	HM560025.1	bacteria	Uncultured bacterium plasmid pTRACA42, complete sequence	False	True
ISR0013_000000023999	1142	0.8842060066190199	2	1	0	1	1	True	38063	fragment	False	ISR0013_000000023999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	92.30799999999999	27.0	0.05543556515478762	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0264_000000010822	1115	0.8842060066190199	1	1	0	1	1	True	26612	fragment	False	ISR0264_000000010822	1.0		0	0	False	False	0.9982062578201294	0					non-mobilizable	plasmid	618.0	100.0	100.0	0.3355084284937466	HG796447.1	bacteria	Uncultured bacterium plasmid pRGI01272	False	True
ISR0306_000000003567	2642	0.8841925194096986	3	3	3	3	1	False	88196	maximal	True	ISR0306_000000003567	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	99.162	63.0	0.00048410217164755623	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
AST0029_000000013929	2151	0.8841910300037332	2	2	2	2	2	False	127840	fragment	False	AST0029_000000013929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	97.704	44.0	0.027397739599006262	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0088_000000020626	1220	0.8841841793334794	2	2	2	2	1	False	33772	maximal	True	ISR0088_000000020626	1.0		0	0	False	False	0.9442622661590576	0					non-mobilizable	no_good_hit	748.0	88.369	61.0	0.0049489080344620314	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
MON0099_000000019380	1796	0.8841820455688691	3	3	1	2	2	True	116584	backbone	False	USA0025_01_000000005434	0.4382241078005234	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1796.0	100.0	100.0	0.4226512832587709	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0077_000000010075	1270	0.884172579287698	2	2	2	1	1	False	120854	fragment	False	FIJ0057_000000025379	0.9453237410071942		0	0	False	False	1.0	0					non-mobilizable	other	927.0	77.131	90.0	0.0002137045259632335	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0236_000000008670	1316	0.8841720381735625	3	1	1	1	1	False	27323	fragment	False	ISR0236_000000008670	1.0		0	0	False	False	0.988601803779602	0					non-mobilizable	no_good_hit								True	False
AST0002_000000027218	1380	0.8841611834112855	3	3	3	3	2	False	131323	fragment	False	AST0002_000000027218	1.0		0	0	False	False	0.9985507130622864	0					non-mobilizable	no_good_hit	483.0	76.398	35.0	0.03802220624650531	NZ_FOHN01000042.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
ISR0013_000000002296	9295	0.8841469519248958	13	10	5	8	7	True	47804	maximal	True	ISR0013_000000002296	1.0		2	2	False	False	0.9906401038169861	0					non-mobilizable	no_good_hit	282.0	94.32600000000001	3.0	0.003494459851019114	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CAN0015_000000010966	3692	0.8841460888486578	4	4	4	4	4	False	125070	fragment	False	CHI0111_000000006932	0.31606103013660547		0	0	False	False	0.9934994578361511	0					non-mobilizable	other	3572.0	99.83200000000001	97.0	0.03381756884730482	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
MAD0104_000000006092	1812	0.8841431690006675	2	2	2	2	1	False	14885	maximal	True	MAD0104_000000006092	1.0		5	1	False	False	0.9972406029701233	0					non-mobilizable	no_good_hit	1590.0	92.32700000000001	88.0	0.015395816143280104	NZ_CABKQR010000005.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
FIJ0028_000000004515	6558	0.88413936773414	6	5	4	5	5	False	48964	fragment	False	FIJ0028_000000004515	1.0		0	0	False	False	0.9998475313186646	0					non-mobilizable	no_good_hit	1381.0	76.611	21.0	0.00024055171677546218	NZ_CP020953.1	firmicutes	Clostridium drakei strain SL1 chromosome, complete genome	True	False
MAD0023_000000000281	14708	0.8841383663567194	21	19	10	12	18	True	85439	maximal	True	MAD0023_000000000281	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5115.0	99.413	59.0	0.05137196194074089	CP048300.1	enterobacteria	Salmonella enterica subsp. enterica serovar Schwarzengrund strain WAPHL_SAL-A00527 plasmid pN1566-3, complete sequence	True	True
USA0091_01_000000004045	2799	0.8841369008410209	4	4	4	3	2	False	5943	maximal	True	USA0091_01_000000004045	1.0		2	2	False	False	0.995355486869812	0					non-mobilizable	no_good_hit	901.0	99.001	86.0	0.0002535789141807246	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0003_000000013897	1873	0.8841309806527651	2	2	1	1	1	True	38598	maximal	True	ISR0003_000000013897	1.0		1	1	False	False	0.9957287907600403	0	rep_cluster_1085				non-mobilizable	no_good_hit	937.0	98.93299999999999	81.0	0.2212242968565351	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0135_000000011230	1774	0.8841309806527651	3	2	1	1	1	True	88320	fragment	False	ISR0135_000000011230	1.0		0	0	False	False	0.9988725781440735	0	rep_cluster_1085				non-mobilizable	plasmid	1775.0	91.775	100.0	0.2987866531850354	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
CHI0019_000000000252	14261	0.8841292713019224	15	7	6	7	3	True	107521	maximal	True	CHI0019_000000000252	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	7450.0	96.926	52.0	0.982405080037042	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ISR0081_000000006320	3676	0.8841258743441373	6	5	4	4	4	False	106525	fragment	False	ISR0081_000000006320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	90.554	51.0	0.03373866241403369	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0055_000000019380	1836	0.8841226914253053	2	2	1	0	2	False	113776	fragment	False	AST0055_000000019380	1.0		0	0	False	False	0.9994553327560425	0					non-mobilizable	other	1859.0	88.435	100.0	0.23775773195876287	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	False	False
ENG0087_000000017060	1530	0.8841211217238432	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.19743283856008154		0	0	False	False	1.0	0					non-mobilizable	chromosome	1530.0	99.02	100.0	0.0005373406033045217	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0024_000000008626	2656	0.8841206000252743	4	4	4	2	1	False	131761	maximal	True	ISR0024_000000008626	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	91.613	47.0	0.026925743003205962	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	True	False
SPA0062_000000001989	13037	0.8841189379938589	23	7	4	3	3	False	6179	maximal	True	SPA0062_000000001989	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	3900.0	98.48700000000001	70.0	0.08363004590107674	NZ_UYXI01000002.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
FIJ0049_000000001653	8895	0.8841102736760633	12	11	5	5	10	True	132506	backbone	False	ISR0038_000000002833	0.9869010775324968	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6529.0	99.204	100.0	0.7304980414101847	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
USA0066_01_000000001662	10678	0.884103567926923	10	8	5	6	3	True	132285	fragment	False	USA0021_01_000000001590	0.6273812500095298		0	0	False	False	1.0	0					non-mobilizable	other	9588.0	95.06700000000001	100.0	0.4242813482747929	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ENG0154_000000010292	2934	0.8840946043861513	5	2	2	2	1	True	56844	fragment	False	ENG0154_000000010292	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2952.0	92.243	100.0	0.4932569116655428	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
FIJ0068_000000002691	9713	0.8840912950617011	13	11	3	4	10	False	60950	maximal	True	FIJ0068_000000002691	1.0		3	2	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	7327.0	99.413	100.0	0.13719101123595506	CP013713.1	enterobacteria	Klebsiella pneumoniae strain J1 plasmid 2, complete sequence	False	True
CHI0146_000000004590	1671	0.8840888116338206	2	2	2	2	2	False	79708	fragment	False	MAD0088_000000013700	0.9481260184682239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	98.287	38.0	0.017678857079816868	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0093_000000003501	9332	0.8840722292859657	7	4	4	4	2	True	9408	fragment	False	MON0093_000000003501	1.0		0	0	False	False	0.9986069202423096	0					non-mobilizable	no_good_hit								True	True
USA0101_01_000000013959	2322	0.8840618414000222	3	3	3	3	3	False	95522	fragment	False	USA0101_01_000000013959	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	99.816	74.0	0.0003096229442576063	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
MON0092_000000028723	1931	0.8840536593841203	3	2	2	2	1	True	64056	fragment	False	MON0092_000000028723	0.9651404786680542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	70.94800000000001	50.0	0.0004032536956189127	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0024_000000031860	1615	0.8840536593841203	2	2	2	2	1	True	55302	fragment	False	MON0024_000000031860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	70.756	62.0	0.0004200210010500525	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0196_000000013509	1577	0.8840536593841203	2	2	2	2	1	True	55301	fragment	False	ISR0196_000000013509	0.9822979291917167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	77.869	8.0	0.0030496399374695675	NZ_AYZJ01000003.1	firmicutes	Lactobacillus camelliae DSM 22697 = JCM 13995 strain DSM 22697 NODE_7, whole genome shotgun sequence	True	True
ISR0201_000000021149	1400	0.8840536593841203	2	2	2	2	1	True	32512	fragment	False	MON0078_000000033626	0.9160142348754449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	69.935	87.0	0.0003036087792618643	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ISR0114_000000024134	1166	0.8840536593841203	2	2	2	2	1	True	32506	fragment	False	MON0101_000000051659	0.7159138747549437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	70.96	33.0	0.00011946175015197152	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0025_01_000000003169	5686	0.8840504021972898	10	3	2	3	1	True	54137	maximal	True	USA0025_01_000000003169	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	97.46799999999999	34.0	0.0005967814194646335	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0070_000000018559	1826	0.8840445478076593	3	1	1	1	1	False	74999	fragment	False	MON0070_000000018559	1.0		0	0	False	False	0.9994523525238037	0					non-mobilizable	no_good_hit	59.0	93.22	3.0	1.698470029910643e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
CHI0106_000000009158	2164	0.8840330385652275	3	2	1	1	2	False	83154	maximal	True	CHI0106_000000009158	1.0		1	1	False	False	0.9833641648292542	0					non-mobilizable	no_good_hit	736.0	99.728	52.0	0.000171243583031674	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MON0019_000000000590	35344	0.8840260129303137	35	31	11	17	29	True	123806	fragment	False	MON0019_000000000590	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	17150.0	95.662	99.0	0.002633450915079878	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
FIJ0029_000000004821	7255	0.8840259790695282	13	4	1	3	2	False	51806	maximal	True	FIJ0029_000000004821	1.0		1	1	False	False	0.9998621344566345	0					non-mobilizable	no_good_hit	272.0	92.647	4.0	0.0946890286512928	KU548747.1	bacteria	Uncultured bacterium clone CH_040101_Contig_23 genomic sequence	True	False
ENG0206_000000001409	13059	0.8840130596370108	14	12	9	12	8	False	116198	maximal	True	ENG0206_000000001409	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	3236.0	93.14	42.0	0.0007305674488648036	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0011_000000008076	5461	0.8840067750018147	5	3	1	2	1	True	38502	maximal	True	MON0011_000000008076	0.9479133179325374		2	1	False	True	0.9990844130516052	0					non-mobilizable	no_good_hit	577.0	91.681	11.0	0.0829127613554434	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	True
MON0044_000000011008	4079	0.8839836895390825	4	1	1	1	1	False	11643	maximal	True	MON0044_000000011008	1.0		1	1	False	False	0.9568521976470947	0					non-mobilizable	no_good_hit								True	False
ENG0099_000000013348	1220	0.8839816371816447	2	2	2	2	2	False	60641	fragment	False	ISR0104_000000019119	0.9344685242518059		0	0	False	False	0.9950819611549377	0					non-mobilizable	no_good_hit	425.0	72.706	34.0	0.0028420680464521743	NZ_KI271587.1	firmicutes	Lactobacillus shenzhenensis LY-73 LY73.Scaffold6, whole genome shotgun sequence	True	False
MON0032_000000000145	30186	0.8839741094965776	30	13	11	13	4	True	106301	fragment	False	MON0032_000000000145	1.0		0	0	False	False	0.9999006390571594	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.0025571228243834033	NZ_AUME01000058.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	True
ISR0074_000000019485	1540	0.8839733220524871	2	1	1	1	1	False	34688	fragment	False	ISR0074_000000019485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	81.25	6.0	0.004	NZ_CAKP01000094.1	firmicutes	Caloramator australicus RC3, whole genome shotgun sequence	True	False
ISR0299_000000008789	1458	0.8839733112232706	3	2	1	1	2	False	86288	fragment	False	CHI0120_000000010372	0.9646552866565639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	92.46	73.0	0.00023711742166568724	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
USA0020_01_000000003036	10933	0.8839691367106984	18	18	6	10	15	False	132521	backbone	False	USA0060_01_000000001071	0.7197102575262933	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10855.0	99.853	99.0	0.2894168466522678	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0063_000000002972	4272	0.8839681314264196	4	4	4	4	2	False	115325	maximal	True	CHI0063_000000002972	1.0		2	2	False	False	0.9971910119056702	0					non-mobilizable	no_good_hit	3494.0	99.399	82.0	0.0012170808039911052	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
FIJ0104_000000000284	42676	0.8839597543361264	38	18	12	17	7	True	99722	fragment	False	FIJ0104_000000000284	0.9738626243238573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	94.40100000000001	8.0	0.00037344091755190116	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ENG0170_000000001642	6579	0.8839481808024524	9	4	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8729442032590837	PS1125|PS140|PS493|PS494	0	0	True	True	0.9996960163116455	11					non-mobilizable	plasmid	3296.0	96.208	99.0	0.505761253648794	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0095_000000002764	8706	0.8839428232734328	10	7	5	7	2	False	96802	maximal	False	MON0046_000000002062	0.6990912074922762		0	0	False	False	0.9998851418495178	0					non-mobilizable	no_good_hit	1007.0	93.148	12.0	0.006473515383473496	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0186_000000026165	1255	0.883940413249357	2	2	2	2	2	False	88982	maximal	False	DEN0005_000000029156	0.9795272479128383		0	0	False	False	0.997609555721283	0					non-mobilizable	other	1255.0	99.681	100.0	0.004517779298915589	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
ENG0023_000000008332	2073	0.8839232903409181	2	2	2	2	2	False	66272	maximal	True	ENG0023_000000008332	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	74.872	9.0	8.999753217293357e-05	NZ_RRCM01000001.1	firmicutes	Lachnoanaerobaculum orale strain DSM 24553 DSM24553_1, whole genome shotgun sequence	True	False
ISR0085_000000002326	8045	0.8839127038525181	7	6	6	6	6	False	98383	fragment	False	ISR0085_000000002326	1.0		0	0	False	False	0.9996271133422852	0					non-mobilizable	no_good_hit	1438.0	79.416	18.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0198_000000006009	5759	0.8839070621420413	6	4	1	3	2	False	126505	maximal	False	DEN0096_000000006199	0.4777098995831677		0	0	True	True	0.9993054270744324	6					non-mobilizable	no_good_hit	834.0	73.141	14.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0132_000000005742	5745	0.8839070621420413	7	4	1	3	2	False	126505	maximal	False	DEN0096_000000006199	0.4732484339325553		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	835.0	73.413	14.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0064_000000005525	3450	0.8838971289406068	5	4	4	4	2	False	16683	fragment	False	MAD0064_000000005525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	83.932	84.0	0.004655216123716568	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0061_000000022762	1841	0.8838776183854988	3	3	3	3	3	False	123987	maximal	True	AST0061_000000022762	1.0		10	2	False	False	1.0	0					non-mobilizable	other	1714.0	91.19	93.0	0.00048599030744564403	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0353_000000000154	60354	0.8838688881629276	69	25	10	19	19	True	128802	fragment	False	ISR0353_000000000154	1.0		0	0	False	False	0.9999668598175049	0	rep_cluster_329				non-mobilizable	no_good_hit	18454.0	99.225	86.0	0.09935486650367802	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
FIJ0129_000000017701	1272	0.8838652513520167	3	2	2	2	2	False	40916	fragment	False	FIJ0129_000000017701	1.0		0	0	False	False	0.9976415038108826	0					non-mobilizable	no_good_hit								True	False
ISR0777_000000002225	7145	0.8838643667478329	11	4	1	4	3	False	70015	maximal	True	ISR0777_000000002225	1.0		3	3	False	False	0.9994401931762695	0					non-mobilizable	no_good_hit	571.0	84.413	8.0	0.0002539184435379541	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0141_000000002565	10610	0.883863312552402	9	7	5	7	3	False	90838	fragment	False	CHI0141_000000002565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	1.0	2.8684517407783703e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0011_000000003504	6913	0.8838498043868132	7	4	3	3	2	True	54789	fragment	False	ISR0011_000000003504	1.0		0	0	False	False	0.9988427758216858	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	1.0	0.001559965056782728	NZ_QVMD01000012.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf12, whole genome shotgun sequence	True	True
ISR0014_000000006179	5699	0.8838498043868132	6	4	3	3	2	True	54788	fragment	False	ISR0014_000000006179	1.0		0	0	False	False	0.9994735717773438	0					non-mobilizable	no_good_hit								True	True
ISR0353_000000007700	4476	0.8838498043868132	6	4	3	3	2	True	54787	fragment	False	ISR0353_000000007700	1.0		0	0	False	False	0.9995531439781189	0					non-mobilizable	no_good_hit								True	True
ENG0092_000000002998	6015	0.8838408361756225	7	6	4	6	3	False	61131	maximal	True	ENG0092_000000002998	1.0		3	3	False	False	1.0	0					non-mobilizable	other	6015.0	99.26799999999999	100.0	0.0016582737353870486	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0124_000000003334	5015	0.8838193241817534	5	2	2	2	2	False	57267	fragment	False	ISR0124_000000003334	1.0		0	0	False	False	0.9998006224632263	0					non-mobilizable	no_good_hit								True	False
ISR0288_000000004522	5916	0.8838185030586795	6	5	2	3	5	False	115561	fragment	False	ISR0288_000000004522	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5921.0	98.294	100.0	0.03448758225553567	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
FIJ0132_000000013132	2396	0.8838133036306478	3	3	3	2	2	False	48655	fragment	False	FIJ0132_000000013132	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2396.0	99.708	100.0	0.0004531016177335838	CP029597.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain ATCC 700603 chromosome, complete genome	False	False
ETH0003_000000004851	5987	0.8838105123323453	6	6	5	5	5	False	108271	fragment	False	ETH0002_000000004603	0.9709875545498626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1936.0	83.161	71.0	0.0006727242053837456	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ETH0001_000000011931	2463	0.8837972243328793	4	3	3	2	1	False	53539	fragment	False	ETH0001_000000011931	1.0		0	0	False	False	0.9955338835716248	0					non-mobilizable	other	2457.0	99.512	99.0	0.0009713725898114248	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ENG0141_000000007895	3454	0.8837912655713291	4	4	4	4	3	False	115078	maximal	True	ENG0141_000000007895	1.0		56	9	False	False	0.9985523819923401	0					non-mobilizable	no_good_hit	1048.0	74.332	29.0	0.0012738441883499802	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0189_000000002067	5008	0.883789485508645	6	5	5	5	4	False	116562	maximal	True	ISR0189_000000002067	1.0		10	3	False	False	0.9998003244400024	0					non-mobilizable	no_good_hit	2341.0	96.839	49.0	0.0005197470564325361	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0038_000000002044	5364	0.8837855386623826	8	4	2	3	3	True	18566	maximal	True	MAD0038_000000002044	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.466805817645234e-05	CP060591.1	spirochetes	Treponema sp. Marseille-Q4132 chromosome	True	True
TAN0010_000000001328	7142	0.8837853697310896	7	4	3	4	2	True	101294	fragment	False	CAN0003_000000004189	0.35746865395204447		0	0	False	False	1.0	0					non-mobilizable	plasmid	4940.0	97.449	98.0	0.042486947773749846	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0256_000000013981	1284	0.883781750276489	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.009526412125451572	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1284.0	99.68799999999999	100.0	0.0002327755609972664	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0105_000000019869	1156	0.883781750276489	1	1	1	1	1	False	60114	fragment	False	ENG0105_000000019869	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1096.0	97.536	100.0	0.00021110983928730867	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0024_000000039942	1309	0.883779399123912	2	2	2	2	1	False	120848	maximal	True	MON0024_000000039942	1.0		1	1	False	False	0.9977082014083862	0					non-mobilizable	no_good_hit	1103.0	97.008	84.0	0.011463137838766436	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0353_000000022579	1637	0.8837785924758144	4	3	3	2	1	True	129433	fragment	False	ISR0353_000000022579	0.971259753689745		0	0	False	False	0.9804520606994629	0					non-mobilizable	other	1637.0	98.656	100.0	0.0005089568313766286	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0127_000000014653	2004	0.8837780333818743	3	3	3	3	2	False	65943	fragment	False	SPA0127_000000014653	1.0		0	0	False	False	0.9930139780044556	0					non-mobilizable	no_good_hit	1503.0	99.601	75.0	0.0004354020729428919	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0059_000000004218	4432	0.8837703698908438	7	3	2	3	0	True	16916	maximal	True	MAD0059_000000004218	1.0		1	1	False	False	0.9993231296539307	0					non-mobilizable	no_good_hit	751.0	81.225	17.0	0.000355146771782494	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	True
ISR0117_000000005965	4531	0.8837636826196484	7	3	0	2	2	False	73939	backbone	True	ISR0117_000000005965	1.0	PS348	18	3	True	True	0.9986757636070251	6					non-mobilizable	no_good_hit	1779.0	90.725	54.0	0.19764208653097542	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
FIJ0087_000000011025	2886	0.8837610681479597	3	1	1	1	1	False	106926	fragment	False	FIJ0087_000000011025	1.0		0	0	False	False	0.9993069767951965	0					non-mobilizable	other	2873.0	96.833	99.0	0.032452359346642465	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0019_000000011889	2442	0.8837610681479597	3	1	1	1	1	False	106930	maximal	True	SPA0019_000000011889	1.0		0	0	False	False	0.9938575029373169	0					non-mobilizable	no_good_hit	1647.0	94.05	67.0	0.01861388384754991	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0093_000000003438	11045	0.8837583149401147	15	10	7	8	7	True	90266	maximal	True	SPA0093_000000003438	1.0	PS414	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	635.0	92.598	6.0	0.057004135946772165	NZ_QRUU01000081.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf81, whole genome shotgun sequence	True	True
ISR0198_000000006967	4906	0.8837448346950746	7	3	2	3	1	False	28896	maximal	True	ISR0198_000000006967	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0019_000000009401	2976	0.8837429576587782	5	1	1	1	1	False	122707	maximal	True	AST0019_000000009401	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	86.383	31.0	0.020665356731485875	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0069_000000010898	2251	0.8837429576587782	3	1	1	1	1	False	34957	maximal	True	ISR0069_000000010898	1.0		0	0	False	False	0.9920035600662231	0					non-mobilizable	no_good_hit	726.0	87.32799999999999	32.0	0.016329019581272444	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0191_000000018315	1731	0.8837429576587782	2	1	1	1	1	False	54697	fragment	False	ENG0191_000000018315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	87.33	55.0	0.02150100503647492	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
SPA0086_000000008635	1607	0.8837429576587782	3	1	1	1	1	False	69946	fragment	False	SPA0086_000000008635	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1601.0	86.384	99.0	0.03609097273979719	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
SPA0130_000000023779	1416	0.8837429576587782	4	1	1	1	1	False	69945	fragment	False	SPA0130_000000023779	0.9455451571178575		0	0	False	False	0.979519784450531	0					non-mobilizable	virus	1354.0	85.303	96.0	0.030512455676762203	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ENG0192_000000016783	1365	0.8837429576587782	2	1	1	1	1	False	69945	fragment	False	SPA0130_000000023779	0.9323626548642895		0	0	False	False	0.9992673993110657	0					non-mobilizable	virus	1310.0	86.031	96.0	0.029518711746504958	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0290_000000012397	1362	0.8837429576587782	1	1	1	1	1	False	25914	fragment	False	ISR0290_000000012397	1.0		0	0	False	False	0.9985315799713135	0					non-mobilizable	no_good_hit	606.0	88.119	44.0	0.01361880886238905	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
SPA0034_000000025679	1353	0.8837429576587782	2	1	1	1	1	False	7141	maximal	True	SPA0034_000000025679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	86.275	68.0	0.020665356731485875	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0013_000000021714	1261	0.8837429576587782	2	1	1	1	1	False	66961	fragment	False	ENG0013_000000021714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	88.21700000000001	51.0	0.014499627346026153	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0205_000000013185	1226	0.8837429576587782	3	1	1	1	1	False	28649	maximal	True	ISR0205_000000013185	1.0		0	0	False	False	0.9942903518676758	0					non-mobilizable	no_good_hit	956.0	88.075	78.0	0.021523590125798946	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
SPA0098_000000033508	1164	0.8837429576587782	2	1	1	1	1	False	69944	fragment	False	SPA0098_000000033508	0.9371750433275563		0	0	False	False	1.0	0					non-mobilizable	virus	1164.0	86.85600000000001	100.0	0.02622128870519683	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
DEN0076_000000007954	1154	0.8837429576587782	2	1	1	1	1	False	69944	fragment	False	SPA0098_000000033508	0.9334192439862543		0	0	False	False	1.0	0					non-mobilizable	virus	1154.0	85.789	100.0	0.026040607990604602	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
SPA0037_000000021584	1145	0.8837429576587782	3	1	1	1	1	False	7059	fragment	False	SPA0037_000000021584	1.0		0	0	False	False	0.9982532858848572	0					non-mobilizable	no_good_hit	918.0	86.383	80.0	0.020665356731485875	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MON0033_000000004470	13525	0.8837266731336874	17	17	4	12	16	True	98202	maximal	True	MON0033_000000004470	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	11730.0	96.036	97.0	0.1411879494561355	CP025909.1	enterobacteria	Escherichia coli strain 204576 plasmid p204576_83, complete sequence	False	True
USA0023_01_000000009499	3363	0.8837203112017853	4	2	2	2	2	False	70605	maximal	True	USA0023_01_000000009499	1.0		1	1	False	False	0.9925661683082581	0					non-mobilizable	no_good_hit	125.0	81.6	4.0	4.889211656357585e-05	NZ_CP032159.1	firmicutes	Staphylococcus warneri strain 22.1 chromosome st_war_22.1, complete sequence	True	False
SPA0137_000000020810	1770	0.8837203112017853	2	2	2	2	2	False	70604	fragment	False	DEN0070_000000018245	0.9714900484131253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	81.6	7.0	4.889211656357585e-05	NZ_CP032159.1	firmicutes	Staphylococcus warneri strain 22.1 chromosome st_war_22.1, complete sequence	True	False
MON0013_000000009186	4762	0.8837186800457146	10	9	6	7	8	False	107335	maximal	True	MON0013_000000009186	1.0		33	6	False	False	0.9951701164245605	0					non-mobilizable	no_good_hit	2636.0	97.23100000000001	73.0	0.020369137389096202	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	True	False
ISR0170_000000010086	4461	0.8837155410117974	5	3	3	3	3	False	60600	fragment	False	ISR0170_000000010086	0.9931690656257623		0	0	False	False	0.9984308481216431	0					non-mobilizable	no_good_hit	1550.0	78.065	60.0	0.0004933298032987469	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
MON0050_000000028839	1396	0.8837100112370281	2	1	1	1	1	False	11313	maximal	True	MON0050_000000028839	1.0		0	0	False	False	0.9219197630882263	0					non-mobilizable	no_good_hit								True	False
AST0097_000000002747	7999	0.8837067368801085	10	8	8	8	7	False	109035	fragment	False	AST0097_000000002747	1.0		0	0	False	False	0.999875009059906	0					non-mobilizable	no_good_hit	460.0	75.435	6.0	0.0002003486153587161	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0154_000000001242	4582	0.8837063938937407	6	3	3	3	2	False	130459	fragment	False	SPA0154_000000001242	0.9755711956649021		0	0	False	False	1.0	0					non-mobilizable	other	4282.0	99.977	100.0	0.006831106827596331	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0362_000000005093	4488	0.8837063938937407	5	3	3	3	2	False	130459	fragment	False	SPA0154_000000001242	0.9735310252722302		0	0	False	False	1.0	0					non-mobilizable	other	4313.0	99.72200000000001	98.0	0.006878977232835268	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0086_01_000000004355	4335	0.8837063938937407	5	3	3	3	2	False	130459	fragment	False	SPA0154_000000001242	0.9669749912525301		0	0	False	False	1.0	0					non-mobilizable	other	4269.0	99.344	100.0	0.006808767305151494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0016_000000011328	4183	0.8837063938937407	5	3	3	3	2	False	130459	fragment	False	SPA0154_000000001242	0.9498288089821927		0	0	False	False	1.0	0					non-mobilizable	other	4183.0	100.0	100.0	0.0066731344903078384	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0047_000000007596	3949	0.8836996265188511	5	5	4	4	4	False	88208	fragment	False	FIJ0047_000000007596	1.0		0	0	False	False	0.997974157333374	0					non-mobilizable	no_good_hit	1219.0	86.13600000000001	56.0	0.0005657147920660016	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
USA0004_01_000000001523	15230	0.8836941386704004	24	9	4	9	4	False	72651	maximal	True	USA0004_01_000000001523	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	85.833	2.0	0.0011153252563373592	NZ_QGDL01000004.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_104, whole genome shotgun sequence	True	False
FIJ0075_000000010919	1799	0.8836863366368347	3	1	1	1	1	False	65838	fragment	False	FIJ0075_000000010919	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	90.456	26.0	0.4642857142857143	GQ879899.1		Uncultured organism clone VC1CC55TR genomic sequence	True	False
MON0078_000000035571	1333	0.8836863366368347	3	1	1	1	1	False	65837	fragment	False	MON0078_000000035571	0.9565384615384616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	78.613	13.0	0.0020636327219315602	NZ_VDCH01000008.1	green sulfur bacteria	Chlorobaculum thiosulfatiphilum strain DSM 249 NODE_8_length_82379_cov_13.7241, whole genome shotgun sequence	True	False
FIJ0004_000000020147	1300	0.8836863366368347	2	1	1	1	1	False	65837	fragment	False	MON0078_000000035571	0.9452363090772693		0	0	False	False	0.9830769300460815	0					non-mobilizable	no_good_hit	240.0	75.833	18.0	7.18465040714038e-05	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0352_000000001021	7273	0.8836845611314699	10	7	2	4	4	True	121816	backbone	False	AST0150_000000003170	0.9888203028835054	PS861	0	0	True	True	1.0	202		MOBB			mobilizable	no_good_hit	1572.0	95.992	38.0	0.1902167332606853	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0008_000000008532	3431	0.8836820831653908	2	2	0	1	1	True	8551	maximal	True	SPA0008_000000008532	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0123_000000002791	11527	0.8836775721026879	12	4	3	4	0	True	106383	maximal	True	FIJ0123_000000002791	1.0		2	2	False	False	0.9999132752418518	0					non-mobilizable	no_good_hit	52.0	88.462	0.0	0.007823501799405413	NZ_JACBYF010000034.1	firmicutes	Gemella palaticanis strain CIP 106318 NODE_34_length_6391_cov_898.326628, whole genome shotgun sequence	True	True
SPA0012_000000005472	4522	0.883675900406836	6	4	4	3	2	False	127802	maximal	True	SPA0012_000000005472	1.0		2	2	False	False	0.99668288230896	0					non-mobilizable	other	4181.0	98.445	96.0	0.018244558640405494	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
FIJ0151_000000009422	1870	0.8836741893299818	3	3	3	2	1	False	120892	maximal	True	FIJ0151_000000009422	1.0		3	1	False	False	0.9957219362258911	0					non-mobilizable	no_good_hit	1544.0	90.93299999999999	82.0	0.0004371641784265723	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0098_000000010885	3207	0.8836727308402834	1	1	1	1	1	False	5077	maximal	True	SPA0098_000000010885	1.0		10	7	False	False	0.9956345558166504	0					non-mobilizable	no_good_hit								True	False
CHI0109_000000008521	2170	0.8836687254137815	4	4	2	2	4	True	118131	fragment	False	ISR0056_000000010587	0.984687452992545		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2172.0	98.48100000000001	100.0	0.2429770565193061	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0333_000000006687	3081	0.8836545410544651	6	3	1	2	2	False	110802	fragment	False	ISR0333_000000006687	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2355.0	99.236	91.0	0.00036203152459121825	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
AST0047_000000006949	3061	0.8836501448736476	5	2	2	1	1	False	115435	maximal	True	AST0047_000000006949	1.0		3	3	False	False	0.991506040096283	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	9.38870378639554e-06	CP013690.1	CFB group bacteria	Myroides odoratimimus strain PR63039, complete genome	True	False
FIJ0065_000000017693	1127	0.8836489765742959	2	2	2	2	2	False	45392	fragment	False	FIJ0065_000000017693	0.9924309884238647		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	99.823	100.0	0.05059082535831424	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	False	False
DEN0070_000000018245	1859	0.8836431333803408	3	2	2	2	2	False	70604	fragment	False	DEN0070_000000018245	0.9951977401129943		0	0	False	False	0.9956966042518616	0					non-mobilizable	no_good_hit	125.0	81.6	7.0	4.889211656357585e-05	NZ_CP032159.1	firmicutes	Staphylococcus warneri strain 22.1 chromosome st_war_22.1, complete sequence	True	False
ENG0112_000000008127	3386	0.8836404568674887	8	4	3	3	4	True	110423	fragment	False	ENG0112_000000008127	1.0		0	0	False	False	0.9967513084411621	0					non-mobilizable	other	2157.0	98.84100000000001	95.0	0.012412593454444919	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0064_000000001645	14073	0.8836299091983014	16	14	2	3	13	True	80365	fragment	False	FIJ0064_000000001645	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	14002.0	99.45	99.0	0.14323135168320883	CP056904.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_3, complete sequence	False	True
ENG0085_000000002421	9330	0.8836256006745109	9	5	3	5	2	False	61945	fragment	False	ENG0129_000000002447	0.985341023486389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	98.319	3.0	6.058182787491064e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0169_000000004098	5994	0.8836209184600959	6	6	6	6	6	False	103309	fragment	False	ISR0169_000000004098	0.9869897980915555		0	0	False	False	1.0	0					non-mobilizable	other	5979.0	99.13	99.0	0.022379371146409303	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
CHI0103_000000000897	2217	0.8836162396481154	2	2	2	2	1	False	96100	fragment	False	CHI0103_000000000897	0.99		0	0	False	False	0.9981957674026489	0					non-mobilizable	no_good_hit	1643.0	99.696	74.0	0.02512662779843609	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	True	False
USA0007_01_000000008238	2050	0.8836162396481154	2	2	2	2	1	False	96100	fragment	False	CHI0103_000000000897	0.9530897609382047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1684.0	99.70299999999999	82.0	0.02575402837074783	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	True	False
CAN0005_000000012393	1364	0.8836162396481154	2	2	2	2	1	False	96096	fragment	False	CAN0005_000000012393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	99.79899999999999	73.0	0.015241243171280356	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	True	False
CAN0004_000000021132	1359	0.8836162396481154	2	2	2	2	1	False	96096	fragment	False	CAN0005_000000012393	0.9981671554252199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	99.79899999999999	73.0	0.015180033359347504	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0143_000000005125	6851	0.8836161694109983	10	2	1	2	1	False	31158	fragment	False	ISR0143_000000005125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.007842509603072983	NZ_AUDP01000061.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ENG0054_000000005702	4338	0.883613716999811	7	5	5	3	1	False	119217	maximal	True	ENG0054_000000005702	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1482.0	86.302	38.0	0.320816149337964	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
MON0105_000000004893	9777	0.8835994102320209	10	6	4	5	5	False	109954	maximal	False	AST0090_000000002448	0.9648234310502002		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2606.0	93.054	27.0	0.6515417397844071	KX125497.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time3_TE_2 genomic sequence	True	True
ISR0051_000000013438	2960	0.8835968693586143	4	3	3	3	2	True	84435	maximal	True	ISR0051_000000013438	1.0		7	2	False	False	0.9996621608734131	0					non-mobilizable	no_good_hit	1808.0	99.00399999999999	64.0	0.0005798911588901775	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0355_000000002278	7148	0.8835905733061734	7	3	2	3	2	True	109376	fragment	False	ISR0355_000000002278	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2175.0	97.609	95.0	0.09434126019788232	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	False	True
ISR0282_000000008444	2588	0.8835833545104063	3	2	2	1	2	False	26142	fragment	False	ISR0282_000000008444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	94.09299999999999	9.0	0.00042490064284536914	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
DEN0070_000000021687	1571	0.8835759946769451	4	2	1	1	2	True	70579	maximal	True	DEN0070_000000021687	1.0		1	1	False	False	0.9929980635643005	0	rep_cluster_1736				non-mobilizable	plasmid	1429.0	99.16	91.0	0.027783182224989298	CP053230.1	firmicutes	Enterocloster bolteae strain CBBP-2 plasmid pCbo51, complete sequence	False	True
CAN0014_000000041563	1201	0.8835736009399335	2	1	1	1	1	False	93411	maximal	True	CAN0014_000000041563	1.0		12	5	False	False	0.9808492660522461	0					non-mobilizable	no_good_hit	398.0	71.357	32.0	0.0015613789054856175	NZ_FMAJ01000010.1	a-proteobacteria	Rhizobium aethiopicum strain HBR26, whole genome shotgun sequence	True	False
ENG0068_000000006063	3779	0.8835687208045004	4	4	4	4	3	False	127735	fragment	False	ENG0068_000000006063	0.9716061271731237		0	0	False	False	1.0	0					non-mobilizable	other	3779.0	99.49700000000001	100.0	0.03730289596066312	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ISR0087_000000010963	2855	0.8835685374537091	3	2	2	2	2	False	74117	fragment	False	ISR0087_000000010963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000007011	2949	0.8835639135714697	4	4	3	4	3	False	63209	fragment	False	ISR0002_000000007011	0.9797850563110534		0	0	False	False	0.9996609091758728	0					non-mobilizable	no_good_hit	333.0	71.171	11.0	0.008084904007409075	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0109_000000006064	2908	0.8835597918882009	3	2	2	2	2	False	82808	maximal	True	CHI0109_000000006064	1.0		1	1	False	False	0.9996561408042908	0					non-mobilizable	no_good_hit	83.0	93.976	3.0	0.0035764747439067466	NZ_WEHX01000035.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_35_length_22648_cov_194.755909, whole genome shotgun sequence	True	False
DEN0093_000000011651	2779	0.883555404194465	3	1	1	1	1	False	78075	fragment	False	DEN0093_000000011651	1.0		0	0	False	False	0.9985606074333191	0					non-mobilizable	no_good_hit	107.0	100.0	4.0	0.0015096489354126611	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0153_000000012775	2510	0.883555404194465	2	1	1	1	1	False	103414	fragment	False	AST0153_000000012775	1.0		0	0	False	False	0.9844621419906616	0					non-mobilizable	no_good_hit								True	False
ISR0336_000000006507	2153	0.883555404194465	3	1	1	1	1	False	78074	fragment	False	ISR0336_000000006507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0145_000000018541	1512	0.883555404194465	2	1	1	1	1	False	78071	fragment	False	ISR0145_000000018541	1.0		0	0	False	False	0.9550264477729797	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	9.749889672301077e-05	NZ_CABMOJ010000045.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
DEN0012_000000003901	1619	0.8835552897133685	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.8817259149697191		0	0	False	False	1.0	0					non-mobilizable	chromosome	1619.0	99.876	100.0	0.00031440925163796923	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
ISR0293_000000004694	7528	0.8835544831264568	12	12	6	7	12	True	93855	fragment	False	ISR0293_000000004694	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6798.0	98.764	99.0	0.0734670412513152	CP056797.1	enterobacteria	Escherichia coli strain RHBSTW-00177 plasmid pRHBSTW-00177_4, complete sequence	False	True
ISR0210_000000009715	1973	0.8835486143207989	3	2	2	2	2	False	28438	maximal	True	ISR0210_000000009715	1.0		1	1	False	False	0.9959452748298645	0					non-mobilizable	no_good_hit	728.0	77.473	36.0	0.00020365961537914537	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0102_000000007586	4122	0.8835325460445398	4	4	4	4	4	False	132015	fragment	False	FIJ0102_000000007586	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4122.0	99.95100000000001	100.0	0.0006352034662595364	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ETH0001_000000008333	3222	0.8835210311984766	7	4	3	3	3	True	53564	maximal	True	ETH0001_000000008333	1.0		1	1	False	False	0.9913097620010376	0					non-mobilizable	no_good_hit	685.0	90.51100000000001	28.0	0.0003881423370956352	CP049075.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 chromosome, complete genome	True	True
ISR0252_000000004471	2290	0.8835094448120754	5	3	3	3	2	False	106089	fragment	False	ISR0252_000000004471	1.0		0	0	False	False	0.9986899495124817	0					non-mobilizable	other	2291.0	96.639	100.0	0.0008312799495929852	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
USA0027_01_000000018992	1427	0.8835076811343671	2	2	2	1	1	False	1574	maximal	True	USA0027_01_000000018992	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0021_000000016932	1332	0.8834998035225159	1	1	1	1	1	False	2363	maximal	True	TAN0021_000000016932	1.0		1	1	False	False	0.9879879951477051	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.0008524284061618396	NZ_JAAIPV010000033.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_33_length_49271_cov_110.13, whole genome shotgun sequence	True	False
USA0071_01_000000000495	27500	0.8834993529048939	23	17	11	14	14	True	90374	fragment	False	USA0071_01_000000000495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12839.0	99.79700000000001	62.0	0.002047150151080574	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
ISR0060_000000005315	5659	0.8834960095180866	6	5	3	4	2	True	106906	backbone	False	ISR0821_000000004031	0.9776903317374321	PS656|PS657	0	0	True	True	1.0	1					non-mobilizable	other	4087.0	99.682	99.0	0.6907983761840325	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0096_000000009616	3752	0.8834954798588398	5	5	3	3	5	True	92212	maximal	True	SPA0096_000000009616	1.0		1	1	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	2117.0	99.43299999999999	62.0	0.33710371196431416	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
USA0037_01_000000004517	8143	0.8834906115167958	10	6	3	4	5	True	122256	maximal	False	ISR0296_000000002580	0.9893137647374903	PS865	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	814.0	88.206	48.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0108_000000001369	17466	0.8834903566902125	18	9	7	8	5	False	105991	maximal	True	SPA0108_000000001369	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	80.07300000000001	8.0	0.0055230815042034975	NZ_DS544190.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_23, whole genome shotgun sequence	True	False
ITA0006_000000003096	8266	0.8834830688897295	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.6611807782731421		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2653.0	88.654	33.0	0.03312186393383135	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0109_000000001859	10752	0.8834714897002941	13	11	10	11	11	False	95084	fragment	False	SPA0109_000000001859	1.0		0	0	False	False	0.9986979365348816	0					non-mobilizable	no_good_hit	2551.0	82.321	28.0	0.0007874074354335207	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MON0001_000000021337	1623	0.8834706890010692	2	2	2	2	2	False	14386	fragment	False	MON0001_000000021337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	78.813	53.0	0.00013554117685141674	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ENG0143_000000001758	11466	0.8834649151629085	10	7	3	5	6	True	128768	backbone	False	ENG0060_000000001922	0.9807798516959426	PS1052	0	0	True	True	1.0	22	IncW	MOBF			mobilizable	other	8029.0	98.41799999999999	99.0	0.003363959635838686	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
AST0113_000000018985	1990	0.8834630223356278	2	2	2	2	2	False	106575	maximal	False	SPA0106_000000018588	0.9787175356040683		0	0	False	False	1.0	0					non-mobilizable	other	1990.0	99.79899999999999	100.0	0.0005676868857194069	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0070_000000003558	2991	0.8834617860445809	4	3	2	2	3	False	85014	maximal	True	CHI0070_000000003558	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2970.0	99.865	100.0	0.0006587904997345736	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0163_000000002485	7754	0.8834584711112304	8	3	3	2	2	False	94645	fragment	False	ENG0163_000000002485	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5102.0	99.236	100.0	0.10092196897752453	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0033_000000019874	1587	0.8834574491094166	2	2	2	2	1	False	36864	fragment	False	ISR0033_000000019874	1.0		0	0	False	False	0.9855072498321533	0					non-mobilizable	no_good_hit	745.0	82.416	48.0	0.025928129045802863	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0082_000000001036	21608	0.8834540718297652	20	15	10	11	8	False	69347	maximal	True	DEN0082_000000001036	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0015534842432312472	NZ_FOFO01000030.1	g-proteobacteria	Ectothiorhodospira magna strain B7-7, whole genome shotgun sequence	True	False
MAD0067_000000000757	10696	0.883453396415696	8	7	3	6	7	False	98315	maximal	True	MAD0067_000000000757	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	8086.0	99.86399999999999	88.0	0.1263460606723661	CP057601.1	enterobacteria	Escherichia coli strain RHB21-C11 plasmid pRHB21-C11_2, complete sequence	True	True
FIJ0030_000000008132	3756	0.8834532217986334	5	3	3	3	2	False	48769	maximal	True	FIJ0030_000000008132	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	76.19	16.0	0.0014565793690098174	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0306_000000008885	1210	0.883441812407489	2	2	2	2	1	True	25445	fragment	False	ISR0306_000000008885	1.0		0	0	False	False	0.9958677887916565	0					non-mobilizable	other	1218.0	94.992	100.0	0.08180592991913746	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0072_000000013665	1486	0.8834397262398249	2	2	2	2	2	False	5866	fragment	False	SPA0072_000000013665	1.0		0	0	False	False	0.9925975799560547	0					non-mobilizable	no_good_hit	126.0	95.238	8.0	0.005501330967169477	NZ_CABKPS010000019.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0012_000000009032	2638	0.8834250547799574	4	4	4	4	2	False	108437	fragment	False	ENG0097_000000010289	0.595069246231183		0	0	False	False	0.9897649884223938	0					non-mobilizable	chromosome	2638.0	100.0	100.0	0.0005567546671221484	CP040269.1	enterobacteria	Escherichia coli strain 1500 chromosome, complete genome	False	False
MON0095_000000029468	1102	0.8834245893054591	2	2	2	2	2	False	9287	fragment	False	MON0095_000000029468	1.0		0	0	False	False	0.9981850981712341	0					non-mobilizable	chromosome	1102.0	99.546	100.0	0.00023824341249390868	CP049050.1	enterobacteria	Escherichia coli strain pV11-19-E11-025-038 chromosome	False	False
ISR0013_000000001086	16792	0.8834214712025001	16	10	9	10	9	False	86079	fragment	False	ISR0013_000000001086	0.9803181789599447		0	0	False	True	0.9998213648796082	0					non-mobilizable	no_good_hit	3753.0	97.28200000000001	51.0	0.0011669297521355343	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0275_000000006355	2208	0.8834102785221853	6	3	1	3	2	False	99148	fragment	False	ISR0275_000000006355	1.0		0	0	False	False	0.9637681245803833	0					non-mobilizable	other	1058.0	99.811	92.0	0.04010928547034493	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
AUS0022_000000028268	1203	0.8834037254225433	1	1	1	1	1	False	99068	fragment	False	AUS0022_000000028268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	73.494	47.0	0.00016154387999858436	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0133_000000023904	1607	0.883403249477388	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9339848700824818		0	0	False	False	1.0	0					non-mobilizable	chromosome	1483.0	82.198	96.0	0.00038999885027698724	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0157_000000011729	1606	0.883403249477388	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9349788160397303		0	0	False	False	1.0	0					non-mobilizable	chromosome	1480.0	82.162	96.0	0.00038946533611792155	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0149_000000016327	1605	0.883403249477388	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.934843744187811		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	82.15	96.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0035_000000007584	1601	0.883403249477388	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9272341024276808		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.11399999999999	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0128_000000016371	1600	0.883403249477388	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9268023442872004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.11399999999999	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0045_000000004455	5604	0.8834000331606019	7	7	3	5	5	False	109882	fragment	False	MON0045_000000004455	0.9718590757810203		0	0	False	False	0.9912562370300293	0	rep_cluster_1097				non-mobilizable	no_good_hit	3653.0	95.1	65.0	0.46016137165910237	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0277_000000001597	5511	0.8834000331606019	8	7	3	5	5	False	109882	fragment	False	MON0045_000000004455	0.9624646937001429		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3670.0	94.986	67.0	0.46230458900655574	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
FIJ0171_000000014434	1452	0.8833995341640387	4	3	1	1	3	False	38789	fragment	False	FIJ0171_000000014434	1.0		0	0	False	False	0.9993112683296204	0					non-mobilizable	plasmid	872.0	93.693	91.0	0.01893403556116564	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	False	True
DEN0033_000000013396	1668	0.8833877490829144	2	2	1	2	1	False	81822	fragment	False	DEN0033_000000013396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	73.393	60.0	0.00030055841223242623	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
FIJ0058_000000011842	3302	0.8833804381227958	2	2	1	2	1	True	46043	maximal	True	FIJ0058_000000011842	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0151_000000018717	1288	0.8833764145563393	2	2	2	2	2	False	57078	fragment	False	ENG0151_000000018717	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	99.92200000000001	100.0	0.010232070026474588	NZ_WBKJ01000015.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000015, whole genome shotgun sequence	False	False
ISR0039_000000003893	7068	0.8833689838177294	6	4	3	3	1	True	37719	fragment	False	ISR0039_000000003893	1.0		0	0	False	False	0.9977362751960754	0					non-mobilizable	no_good_hit	158.0	75.316	2.0	4.4568036372059645e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MON0087_000000016940	2922	0.8833670878252443	3	3	3	3	3	False	124943	fragment	False	MON0024_000000015588	0.9285951511125872		0	0	False	False	1.0	0					non-mobilizable	other	2688.0	78.013	91.0	0.006375673162605091	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0106_000000018588	2092	0.8833652981181788	2	2	2	2	2	False	106575	maximal	True	SPA0106_000000018588	0.9987943583183726		27	7	False	False	1.0	0					non-mobilizable	other	2092.0	99.618	100.0	0.0005967990337050175	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0181_000000000782	17105	0.8833604113427161	36	9	3	8	3	True	52624	maximal	True	ISR0181_000000000782	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4057.0	92.90100000000001	71.0	0.0716690887179669	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0054_000000001399	12999	0.8833582284234613	15	7	4	5	2	True	132447	maximal	True	ISR0054_000000001399	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	90.354	2.0	0.0011499428750060474	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	True
CHI0056_000000014746	1409	0.8833514975466347	3	3	2	3	2	False	86065	fragment	False	CHI0056_000000014746	1.0		0	0	False	False	0.9985805749893188	0					non-mobilizable	plasmid	1411.0	99.22	100.0	0.04344878589917416	AP023229.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-b DNA, complete genome	False	True
ISR0131_000000002875	7441	0.8833490015717275	8	5	1	4	2	True	118867	maximal	True	ISR0131_000000002875	1.0		7	4	False	False	0.9997312426567078	0					non-mobilizable	other	4540.0	99.009	95.0	0.000729208168930816	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
USA0087_01_000000001956	6086	0.8833432965577208	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4892209438208642	PS1107|PS1110|PS1114	0	0	True	True	1.0	30		MOBV			mobilizable	other	4530.0	99.934	100.0	0.7383009946192728	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0077_000000004580	6078	0.8833432965577208	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.489149209317653	PS1107|PS1110|PS1114	0	0	True	True	1.0	74		MOBV			mobilizable	other	4595.0	99.913	100.0	0.7488993967063428	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0079_000000001925	14152	0.8833409103969662	21	13	9	12	8	True	126211	maximal	True	ISR0079_000000001925	0.9647927074999021	PS943|PS946|PS949	0	0	True	True	0.9986574053764343	3					non-mobilizable	no_good_hit	1606.0	73.72399999999999	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0037_000000003876	6282	0.8833401001202127	5	4	4	3	4	False	47829	maximal	True	FIJ0037_000000003876	1.0		2	1	False	False	0.9974530339241028	0					non-mobilizable	other	5991.0	92.021	95.0	0.5070267524551304	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
ISR0199_000000001700	13330	0.8833373302521699	17	13	6	10	11	False	122943	maximal	False	ENG0110_000000001561	0.9797631287148821		0	0	False	False	0.9996999502182007	0					non-mobilizable	other	13330.0	99.775	100.0	0.003757608713432908	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0003_000000001512	13318	0.8833373302521699	17	13	6	10	11	False	122943	maximal	False	ENG0110_000000001561	0.9805556995949366		0	0	False	False	0.9998498558998108	0					non-mobilizable	other	13318.0	99.805	100.0	0.0037542242426259432	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0062_000000023874	1324	0.8833341856881147	3	1	1	1	1	False	6147	fragment	False	SPA0062_000000023874	1.0		0	0	False	False	0.9992446899414062	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	7.892464910992091e-06	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	False
ISR0846_000000001389	6974	0.8833328039660295	13	10	3	4	8	True	90074	maximal	True	ISR0846_000000001389	1.0		1	1	True	True	1.0	15	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1967.0	96.39	69.0	0.21185983827493263	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ISR0176_000000020485	1669	0.8833285759514186	2	2	2	2	2	False	54967	fragment	False	ISR0176_000000020485	0.9973372241623893		0	0	False	False	0.9910125732421875	0					non-mobilizable	other	1672.0	91.148	100.0	0.017107341387868968	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
TAN0008_000000020472	1130	0.8833226581683651	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.012545094037714833		0	0	False	False	0.9991150498390198	0					non-mobilizable	other	1135.0	80.352	99.0	0.015715640339134314	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0154_000000017221	1899	0.8833210027654286	3	2	2	2	2	False	79159	fragment	False	CHI0154_000000017221	1.0		0	0	False	False	0.9957872629165649	0					non-mobilizable	other	1693.0	99.705	92.0	0.006761346834714641	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	False	False
ENG0113_000000016284	1716	0.8833210027654286	2	2	2	2	2	False	76293	fragment	False	DEN0007_000000014329	0.97		0	0	False	False	1.0	0					non-mobilizable	other	1638.0	99.634	95.0	0.006541563101907723	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	False	False
FIJ0045_000000014109	1662	0.8833180700216301	3	3	3	2	1	False	68299	maximal	True	FIJ0045_000000014109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	369.0	100.0	22.0	7.127378060342164e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
SPA0032_000000007025	3673	0.8833139300414861	8	2	2	2	1	False	91518	fragment	False	SPA0032_000000007025	1.0		0	0	False	False	0.9994555115699768	0					non-mobilizable	no_good_hit	315.0	85.397	9.0	0.009770258459233362	HE717014.1	bacteria	Uncultured bacterium fructooligosaccharide and inulin degrading DNA fragment, clone MetaPbio 13	True	False
CHI0071_000000002265	4639	0.8833128876620396	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.44719520790514034	PS931	0	0	False	True	0.9976288080215454	0					non-mobilizable	plasmid	4657.0	96.285	99.0	0.07801965585482844	CP024284.1	enterobacteria	Escherichia albertii strain 2014C-4356 plasmid unnamed2, complete sequence	False	True
ISR0157_000000003432	7820	0.8833033608468359	11	5	5	5	4	False	30564	fragment	False	ISR0157_000000003432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	91.96600000000001	15.0	0.003229996357663682	NZ_QRHR01000007.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf7, whole genome shotgun sequence	True	False
ISR0221_000000002820	7549	0.8833017778898213	8	5	3	4	3	False	107108	maximal	True	ISR0221_000000002820	0.9555579597765419		1	1	False	False	0.9997350573539734	0					non-mobilizable	no_good_hit	821.0	88.67200000000001	18.0	0.0054487633940326925	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0096_000000005058	5834	0.8832946546732803	4	4	3	4	4	False	131410	maximal	True	MON0096_000000005058	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	74.314	14.0	0.00033230846986480225	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
ISR0032_000000004758	6336	0.8832920213626533	9	6	3	4	4	True	128136	backbone	False	FIJ0115_000000003870	0.9966994010300027	PS1031	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	3340.0	82.575	66.0	0.5380193792084086	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0115_000000003870	6332	0.8832920213626533	9	6	3	4	4	True	128136	backbone	True	FIJ0115_000000003870	0.9967374207335741	PS1031	8	5	True	True	1.0	5					non-mobilizable	no_good_hit	3340.0	82.605	66.0	0.5380193792084086	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0009_000000005214	6330	0.8832920213626533	8	6	3	4	4	True	128136	backbone	False	FIJ0115_000000003870	0.9964816731807111	PS1031	0	0	True	True	1.0	194					non-mobilizable	no_good_hit	3188.0	82.59100000000001	67.0	0.5132205616685827	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0131_000000004535	6253	0.8832920213626533	9	6	3	4	4	True	128136	backbone	False	FIJ0115_000000003870	0.996300796913652	PS1031	0	0	True	True	0.9995202422142029	11					non-mobilizable	no_good_hit	3014.0	83.145	66.0	0.4879290523895549	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0097_000000004650	6250	0.8832920213626533	9	6	3	4	4	True	128136	backbone	False	FIJ0115_000000003870	0.9961612756877481	PS1031	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	3340.0	82.575	67.0	0.5380193792084086	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0031_000000002610	6216	0.8832920213626533	9	6	3	4	4	True	128136	backbone	False	FIJ0115_000000003870	0.9913467497679279	PS1031	0	0	True	True	0.9987130165100098	2					non-mobilizable	no_good_hit	2977.0	83.07	66.0	0.4818525209393989	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0070_000000003693	6143	0.8832920213626533	8	6	3	4	4	True	128140	maximal	True	MON0070_000000003693	1.0	PS1032	1	1	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3151.0	82.736	67.0	0.5086221054360321	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0139_000000003495	6075	0.8832920213626533	7	6	3	4	4	True	123419	maximal	True	ISR0139_000000003495	0.9998342999171499	PS895	4	3	False	True	0.9998353719711304	0		MOBV			mobilizable	no_good_hit	4888.0	92.819	84.0	0.7228397806432488	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
AST0040_000000003039	6035	0.8832920213626533	7	6	3	4	4	True	123419	maximal	False	ISR0139_000000003495	0.9965432098765432	PS895	0	0	True	True	1.0	2		MOBV			mobilizable	no_good_hit	4888.0	92.84	84.0	0.7228397806432488	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
MON0020_000000002318	5855	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9907875648457052	PS1032	0	0	False	True	0.9957301616668701	0					non-mobilizable	no_good_hit	3100.0	82.774	72.0	0.5018886516669404	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0048_000000004303	5815	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9843476364881328	PS1032	0	0	True	True	0.9991401433944702	19					non-mobilizable	no_good_hit	3119.0	83.13600000000001	71.0	0.5050090326818854	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0089_000000003168	5781	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9922513691734707	PS1032	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	3277.0	82.789	73.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0078_000000006222	5780	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9924067592066349	PS1032	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	3277.0	82.789	73.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0061_000000006728	5780	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.992326943691389	PS1032	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	3278.0	82.794	73.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0107_000000006546	5779	0.8832920213626533	9	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9908844068774911	PS1032	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	3068.0	82.855	68.0	0.49679750369518805	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0042_000000003618	5779	0.8832920213626533	9	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9907400427670577	PS1032	0	0	True	True	0.9996539354324341	72					non-mobilizable	no_good_hit	3066.0	82.844	68.0	0.49679750369518805	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0197_000000003818	5779	0.8832920213626533	9	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9904036977627249	PS1032	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	3068.0	82.855	68.0	0.49679750369518805	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0185_000000005161	5762	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9926413565980349	PS1032	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	3278.0	82.794	72.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0021_000000003703	5761	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9924758477835633	PS1032	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	3278.0	82.794	72.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0022_000000004750	5761	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9905791075943321	PS1032	0	0	True	True	1.0	207					non-mobilizable	no_good_hit	2933.0	82.509	73.0	0.47462637543110525	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0361_000000001849	5760	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9923076247913388	PS1032	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	3278.0	82.794	72.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0102_000000005258	5760	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9925233135572813	PS1032	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	3278.0	82.794	72.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0325_000000002859	5760	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9927315949789742	PS1032	0	0	True	True	1.0	101					non-mobilizable	no_good_hit	3277.0	82.789	72.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0029_000000004010	5760	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9751500287974173	PS1032	0	0	True	True	0.9998263716697693	124					non-mobilizable	no_good_hit	3277.0	83.186	72.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0215_000000004950	5760	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9927111239126318	PS1032	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	3277.0	82.789	72.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0016_000000007834	5759	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9870669030111169	PS1032	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	3277.0	83.21600000000001	72.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0025_000000006368	5757	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9920946900346507	PS1032	0	0	True	True	0.9991315007209778	14					non-mobilizable	no_good_hit	3104.0	82.73200000000001	73.0	0.5025455739858762	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
DEN0063_000000006920	5747	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9771483219216746	PS1032	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	3278.0	82.764	73.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0326_000000002688	5746	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9925320173220026	PS1032	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	3075.0	82.634	73.0	0.4979471177533257	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0327_000000003798	5740	0.8832920213626533	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.992698362139935	PS1032	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	3277.0	82.789	72.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0311_000000002717	5740	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9922649233411538	PS1032	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	3126.0	82.79	73.0	0.5059944161602891	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0825_000000003699	5740	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9923923823774058	PS1032	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	3277.0	82.789	73.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0394_000000002926	5740	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9925232364722063	PS1032	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	3206.0	82.81299999999999	73.0	0.5191328625390048	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0172_000000004295	5740	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9922040280999657	PS1032	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	3278.0	82.794	73.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0087_000000007916	5733	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9747836300570143	PS1032	0	0	True	True	1.0	68					non-mobilizable	no_good_hit	3093.0	83.156	73.0	0.5009032681885367	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0008_000000004602	5713	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9917379871378388	PS1032	0	0	False	True	0.9998249411582947	0					non-mobilizable	no_good_hit	3089.0	82.68	73.0	0.5002463458696009	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0003_000000008390	5712	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9740842409463567	PS1032	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	3076.0	83.095	69.0	0.4981113483330596	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0118_000000004816	5699	0.8832920213626533	7	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9898725698359792	PS1032	0	0	True	True	1.0	271					non-mobilizable	no_good_hit	3076.0	82.67200000000001	73.0	0.4979471177533257	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0096_000000005225	4779	0.8832920213626533	6	6	3	4	4	True	123416	backbone	True	ISR0096_000000005225	0.9550054078353432	PS895	47	7	False	True	1.0	0		MOBV			mobilizable	plasmid	4779.0	99.833	100.0	0.7081665925596562	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0143_000000012781	2378	0.8832761370595933	3	3	3	3	3	False	106615	fragment	False	ISR0143_000000012781	0.968628064952506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1821.0	99.45100000000001	77.0	0.010150499712616418	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0018_000000004120	5295	0.8832601493612583	7	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7269028222330821	PS1159|PS463	0	0	True	True	1.0	60		MOBV			mobilizable	other	3221.0	99.62700000000001	91.0	0.4092526690391459	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0048_01_000000011535	1385	0.8832460652344164	2	2	1	1	2	True	67136	fragment	False	USA0048_01_000000011535	0.9830202312138728		0	0	False	False	1.0	0	rep_cluster_2301				non-mobilizable	plasmid	1385.0	100.0	100.0	0.26910363601011084	MF807213.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid pCS17-B, complete sequence	False	True
ENG0011_000000020738	1384	0.8832460652344164	2	2	1	1	2	True	67136	fragment	False	USA0048_01_000000011535	0.9826714801444043		0	0	False	False	0.9732658863067627	0	rep_cluster_2301				non-mobilizable	plasmid	1384.0	100.0	100.0	0.01825549776921249	CP031028.1	firmicutes	Enterococcus faecalis strain TY1 plasmid pDEF-1, complete sequence	False	True
MON0033_000000026288	2415	0.8832377221026477	4	2	2	2	2	False	12317	fragment	False	MON0033_000000026288	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0094_000000005336	3885	0.8832366511781845	5	3	3	3	1	True	130295	fragment	False	ISR0006_000000003587	0.10355722565909195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	94.419	10.0	0.00044747687861876014	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0102_000000007619	3885	0.8832366511781845	5	3	3	3	1	True	130295	fragment	False	ISR0006_000000003587	0.17018545132876786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	77.352	39.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0157_000000001587	13104	0.8832335950675371	19	13	4	4	11	False	103789	fragment	False	ISR0158_000000000932	0.5668101743414604		0	0	False	False	0.9997710585594177	0					non-mobilizable	no_good_hit	8101.0	92.75399999999999	78.0	0.0016086726215495868	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ENG0199_000000000887	18335	0.8832330163877774	33	11	5	7	6	True	54312	maximal	True	ENG0199_000000000887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1509.0	89.529	37.0	0.002502013066252708	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0033_000000012804	5363	0.8832303201259312	8	7	2	5	7	False	84494	maximal	True	MON0033_000000012804	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2241.0	93.887	90.0	0.022078935155470856	MN816371.1	enterobacteria	Escherichia coli strain A117 plasmid pA117-CTX-M-8, complete sequence	False	True
FIJ0018_000000001183	18008	0.8832223158757452	15	11	4	11	7	True	51483	fragment	False	FIJ0008_000000001175	0.9465214815060204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001226018844363719	AL392086.14	primates	Human DNA sequence from clone RP11-799O21 on chromosome 10, complete sequence	True	True
ISR0009_000000007775	3988	0.8832105296551855	6	5	4	5	5	False	129729	maximal	True	ISR0009_000000007775	1.0	PS1061	2	1	False	True	0.9997492432594299	0					non-mobilizable	no_good_hit	1791.0	97.54299999999999	87.0	0.008354608803610684	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CAN0013_000000007017	3238	0.8832102327185292	3	3	3	3	3	False	95649	maximal	True	CAN0013_000000007017	1.0		6	3	False	False	0.997220516204834	0					non-mobilizable	no_good_hit	115.0	80.0	3.0	0.0002163498686447226	NZ_PYUC01000004.1	b-proteobacteria	Trinickia symbiotica strain JPY-366 NODE_4_length_517680_cov_26.6619, whole genome shotgun sequence	True	False
MON0104_000000027664	1649	0.8832075485410847	3	3	1	3	1	True	66102	fragment	False	MON0104_000000027664	0.9906692406692406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	7.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
AST0084_000000001887	12023	0.8832073948170096	18	6	3	6	3	False	111610	maximal	True	AST0084_000000001887	1.0		1	1	False	False	0.9999168515205383	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	1.495424787216794e-05	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
SPA0093_000000026996	1385	0.8831877072943778	2	2	2	2	2	False	23449	fragment	False	ISR0372_000000012280	0.9551460361613351		0	0	False	False	0.9797834157943726	0					non-mobilizable	no_good_hit	1077.0	88.67200000000001	78.0	0.0006202768144107514	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0073_000000007456	3450	0.8831876474491148	7	3	2	3	1	False	62241	fragment	False	ENG0073_000000007456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000006821	5325	0.8831858647157923	6	5	1	3	5	False	108854	backbone	False	ENG0066_000000002902	0.8964754690929971	PS677	0	0	False	True	1.0	0	rep_cluster_2401	MOBP,MOBP		MOBP	mobilizable	plasmid	5165.0	99.28399999999999	100.0	0.9168886521044219	CP043665.1	enterobacteria	Salmonella enterica subsp. enterica serovar Kentucky strain 161365 plasmid unnamed1, complete sequence	False	True
ISR0046_000000003806	6043	0.8831856268651801	10	5	3	3	4	True	130643	backbone	False	CAN0022_000000004514	0.97721370276871	PS1110|PS1112	0	0	True	True	1.0	61		MOBV			mobilizable	no_good_hit	3494.0	94.133	82.0	0.029950499318718845	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
AST0118_000000014861	2064	0.8831809147196967	2	2	2	2	2	False	124240	fragment	False	AST0118_000000014861	0.9898833138727721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1786.0	99.77600000000001	86.0	0.008695991265013258	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
SPA0145_000000018888	1839	0.8831809147196967	3	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9286560645465259		0	0	False	False	1.0	0					non-mobilizable	other	1839.0	100.0	100.0	0.00895921073155514	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
ISR0193_000000014566	1833	0.8831809147196967	3	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.926068995811861		0	0	False	False	0.9994544386863708	0					non-mobilizable	other	1833.0	99.891	100.0	0.008929964124161598	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
SPA0034_000000020757	1691	0.8831809147196967	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.7543215491409362		0	0	False	False	1.0	0					non-mobilizable	other	1691.0	100.0	100.0	0.008237794415847762	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
USA0026_01_000000021820	1485	0.8831655197039152	2	2	1	1	1	False	1619	maximal	True	USA0026_01_000000021820	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0065_000000013848	1409	0.8831599327425349	3	1	1	1	1	False	66840	fragment	False	FIJ0065_000000013848	0.9661274860356023		0	0	False	False	0.9957416653633118	0					non-mobilizable	no_good_hit	964.0	74.274	66.0	0.005642693767689996	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
ISR0858_000000008268	1306	0.8831599327425349	3	1	1	1	1	False	66840	fragment	False	FIJ0065_000000013848	0.9381551865583093		0	0	False	False	0.9709035158157349	0					non-mobilizable	no_good_hit	964.0	74.585	71.0	0.005642693767689996	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
FIJ0153_000000018581	1374	0.8831507636752671	1	1	1	1	0	False	39640	maximal	True	FIJ0153_000000018581	1.0		0	0	False	False	0.9963610172271729	0					non-mobilizable	no_good_hit	310.0	87.09700000000001	23.0	0.0010357831224335875	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
MON0100_000000014692	2901	0.8831503722413113	2	2	0	2	2	False	98299	maximal	True	MON0100_000000014692	1.0		2	1	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	2795.0	96.42200000000001	99.0	0.0309434882354897	CP021212.1	enterobacteria	Escherichia coli B171 plasmid pB171_90, complete sequence	False	True
MAD0068_000000009965	2715	0.8831503722413113	2	2	0	2	2	False	98320	fragment	False	MAD0068_000000009965	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1943.0	95.214	92.0	0.009119615420869073	CP015160.1	enterobacteria	Escherichia coli strain Eco889 plasmid pECO-fce, complete sequence	False	True
BAN0018_000000000966	2374	0.8831503722413113	2	2	0	2	2	False	98317	fragment	False	BAN0018_000000000966	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	2374.0	97.852	100.0	0.025814596347648173	CP051000.1	enterobacteria	Escherichia coli O39:NM str. F8704-2 plasmid pF8704-2_3, complete sequence	False	True
ISR0318_000000001841	2352	0.8831503722413113	2	2	0	2	2	False	98303	fragment	False	ISR0318_000000001841	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	2135.0	99.29700000000001	100.0	0.01331468112213035	CP054450.1	enterobacteria	Escherichia coli strain SCU-488 plasmid pSCU-488-1, complete sequence	False	True
BAN0016_000000000311	2341	0.8831503722413113	2	2	0	2	2	False	98298	fragment	False	BAN0016_000000000311	0.9484010542014153		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	2345.0	95.22399999999999	100.0	0.03764694530659505	CP013834.1	enterobacteria	Escherichia coli strain JJ2434 plasmid pJJ2434_2, complete sequence	False	True
CHI0112_000000007952	2242	0.8831503722413113	3	2	0	2	2	False	97724	fragment	False	FIJ0099_000000009530	0.9402730375426621		0	0	False	False	0.995985746383667	0	IncFIA,IncFIC				non-mobilizable	plasmid	2242.0	99.376	100.0	0.013975591047140336	CP024662.1	enterobacteria	Escherichia coli strain 90-9269 plasmid unnamed1, complete sequence	False	True
ISR0150_000000010472	2218	0.8831503722413113	2	2	0	2	2	False	97713	fragment	False	MAD0097_000000017133	0.9420521842719749		0	0	False	False	0.9815148711204529	0	IncFIA				non-mobilizable	plasmid	2219.0	97.116	100.0	0.013069042999274597	AP018785.1	enterobacteria	Escherichia coli SK1144 plasmid pSK1144, nearly complete genome	False	True
ISR0293_000000016366	2186	0.8831503722413113	2	2	0	2	2	False	97713	fragment	False	MAD0097_000000017133	0.928624688415527		0	0	False	False	1.0	0	IncFIA,IncFII				non-mobilizable	plasmid	2187.0	98.171	100.0	0.012868525191523995	AP018785.1	enterobacteria	Escherichia coli SK1144 plasmid pSK1144, nearly complete genome	False	True
ISR0250_000000006529	1909	0.8831503722413113	3	2	0	2	2	False	80021	maximal	True	ISR0250_000000006529	1.0		4	3	False	False	0.998952329158783	0	IncFIA				non-mobilizable	plasmid	1909.0	99.948	100.0	0.013734721202435969	CP043745.1	enterobacteria	Escherichia coli strain CVM N16EC0879 plasmid pN16EC0879-1, complete sequence	False	True
ISR0094_000000003193	7207	0.8831485764028498	7	3	2	3	1	False	33476	maximal	True	ISR0094_000000003193	1.0		1	1	True	True	0.9997224807739258	53					non-mobilizable	no_good_hit								True	True
MAD0101_000000017222	1667	0.8831462552238024	1	1	1	1	1	False	15094	fragment	False	MAD0101_000000017222	1.0		0	0	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit								True	False
ISR0101_000000010813	2232	0.8831295261819148	4	4	4	3	3	False	107189	fragment	False	ISR0101_000000010813	1.0		0	0	False	False	0.981630802154541	0					non-mobilizable	other	2232.0	99.77600000000001	100.0	0.061822817080943275	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0178_000000002597	5640	0.8831176730218633	10	9	6	9	7	False	132178	fragment	False	ISR0393_000000002751	0.4227755516975681		0	0	False	False	0.998758852481842	0					non-mobilizable	other	5638.0	99.76899999999999	99.0	0.007128837583403732	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
USA0021_01_000000001539	11744	0.8831000464240365	11	6	2	3	5	False	94160	maximal	True	USA0021_01_000000001539	1.0		6	4	False	False	1.0	0					non-mobilizable	other	8196.0	94.119	94.0	0.018233497558909424	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
DEN0073_000000006716	6240	0.8830857754725724	9	4	3	2	1	False	110775	fragment	False	DEN0073_000000006716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	96.556	58.0	0.005554073300239374	NZ_AGDG01000020.1	CFB group bacteria	Bacteroides faecis MAJ27 contig020, whole genome shotgun sequence	True	False
ETH0004_000000001080	20607	0.8830787693303938	23	18	7	14	13	False	52971	maximal	True	ETH0004_000000001080	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	5654.0	73.382	27.0	0.008773119527642502	NZ_VLKH01000001.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
FIJ0067_000000011906	2527	0.8830772981394623	2	2	2	2	1	False	74937	maximal	True	FIJ0067_000000011906	1.0		0	0	False	False	0.9976256489753723	0					non-mobilizable	no_good_hit	343.0	91.837	14.0	0.00011587142960538812	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0057_000000004179	6561	0.8830763606707622	9	8	4	7	7	False	119722	fragment	False	SPA0057_000000004179	0.9520170897045499		0	0	False	False	1.0	0					non-mobilizable	chromosome	5675.0	98.485	98.0	0.0010653018984457259	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
SPA0129_000000003816	7215	0.8830755684626067	5	4	3	4	3	False	111734	fragment	False	SPA0129_000000003816	1.0		0	0	False	False	0.9975051879882812	0					non-mobilizable	no_good_hit	255.0	100.0	4.0	0.0004052691370001149	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
CHI0031_000000003448	2746	0.8830721555020414	4	4	3	2	3	False	119735	fragment	False	CHI0031_000000003448	1.0		0	0	False	False	0.9996358156204224	0					non-mobilizable	chromosome	2746.0	99.78200000000001	100.0	0.0004377182711260458	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0786_000000001672	10714	0.8830682872432035	8	8	5	8	3	True	118411	fragment	False	ISR0786_000000001672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2659.0	99.662	56.0	0.00555791375405918	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0049_000000001466	9950	0.8830475025435044	13	6	5	6	3	True	18506	maximal	True	MON0049_000000001466	1.0		2	1	True	True	1.0	19					non-mobilizable	no_good_hit	33.0	100.0	0.0	0.013272501036914143	XM_012376732.1	ants	PREDICTED: Linepithema humile putative uncharacterized protein DDB_G0286901 (LOC105677855), transcript variant X1, mRNA	True	True
ISR0076_000000004308	5722	0.8830374279908377	7	4	4	4	1	True	68679	fragment	False	DEN0093_000000005316	0.9820874956941096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0035_01_000000000828	26220	0.8830331149892334	27	17	13	16	6	True	94652	maximal	True	USA0035_01_000000000828	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	90.991	0.0	0.033935242839352425	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
MON0083_000000013446	2649	0.8830302242048979	3	2	2	1	1	True	9889	maximal	True	MON0083_000000013446	1.0		2	1	False	False	0.9996225237846375	0					non-mobilizable	no_good_hit								True	True
SPA0120_000000026775	1504	0.883029019210822	3	1	1	1	1	False	4164	fragment	False	SPA0120_000000026775	1.0		0	0	False	False	0.9793882966041565	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	1.3115709705625183e-05	CP001905.1	g-proteobacteria	Thioalkalivibrio sp. K90mix, complete genome	True	False
USA0050_01_000000001170	11821	0.8830252587004019	9	9	6	7	6	False	119751	fragment	False	SPA0103_000000001197	0.9173897174557629		0	0	False	False	1.0	0					non-mobilizable	other	9178.0	97.647	99.0	0.0014604589096379585	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
SPA0106_000000027060	1408	0.8830233854628443	3	3	3	2	2	False	60824	fragment	False	USA0064_01_000000005522	0.8330864156053046		0	0	False	False	1.0	0					non-mobilizable	other	1408.0	96.804	100.0	0.0006905192734382706	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
SPA0141_000000006660	3507	0.8830198966603138	6	4	2	3	4	False	23979	fragment	False	SPA0141_000000006660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1701.0	90.3	48.0	0.005970499544833864	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0076_000000000702	24143	0.8830120910321665	17	10	4	9	6	True	110956	fragment	False	ISR0137_000000001052	0.989985340397428		0	0	False	False	1.0	0					non-mobilizable	plasmid	20574.0	98.537	98.0	0.12408587073456707	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0137_000000001052	23930	0.8830120910321665	17	10	4	9	6	True	110956	fragment	False	ISR0137_000000001052	0.9918693227197406		0	0	False	False	1.0	0					non-mobilizable	plasmid	20546.0	98.03399999999999	99.0	0.12408587073456707	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0212_000000000908	23872	0.8830120910321665	17	10	4	9	6	True	110956	fragment	False	ISR0137_000000001052	0.9894487093336134		0	0	False	False	1.0	0					non-mobilizable	plasmid	20546.0	98.024	99.0	0.12408587073456707	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0775_000000006509	2925	0.8830090178149463	3	2	2	2	2	False	89193	fragment	False	CHI0096_000000002395	0.7463405980760296		0	0	False	False	0.9993162155151367	0					non-mobilizable	other	2935.0	91.993	100.0	0.0005635039531418684	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0028_000000004419	5553	0.8830036713082374	8	2	0	2	0	True	61449	fragment	False	SPA0028_000000004419	0.9970331911737438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.2340299936543093e-06	LR597561.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 12	True	True
SPA0026_000000004689	5393	0.8830036713082374	8	2	0	2	0	True	61449	fragment	False	SPA0028_000000004419	0.9827120475418692		0	0	False	False	0.9968477487564087	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.2340299936543093e-06	LR597561.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 12	True	True
ISR0814_000000012815	3046	0.8829878970128723	4	3	2	3	2	False	44557	maximal	True	ISR0814_000000012815	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.6189422707100485e-06	CP025321.1	budding yeasts	Saccharomycopsis malanga strain KCN26 chromosome 1	True	False
ENG0066_000000003063	5515	0.8829757977419174	7	7	7	7	6	True	62799	maximal	True	ENG0066_000000003063	1.0		16	4	False	False	1.0	0					non-mobilizable	chromosome	5515.0	100.0	100.0	0.002836214040031047	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
USA0042_01_000000014875	1134	0.8829757895833862	2	1	1	1	1	False	1258	fragment	False	USA0042_01_000000014875	1.0		0	0	False	False	0.9735449552536011	0					non-mobilizable	no_good_hit	682.0	84.01799999999999	60.0	0.023758703943454983	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0006_01_000000006100	4001	0.8829725659835601	7	4	4	4	4	False	107168	fragment	False	USA0006_01_000000006100	0.9612550813008129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	89.758	23.0	0.00020761296914681733	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0044_000000009834	1612	0.8829674314885352	3	1	1	1	1	False	87247	maximal	True	CHI0044_000000009834	1.0		2	2	False	False	0.9913151264190674	0					non-mobilizable	no_good_hit	208.0	96.635	13.0	0.2604298356510746	GQ876934.1		Uncultured organism clone VC1AH19TR genomic sequence	True	False
MON0102_000000005103	7973	0.8829642785601137	7	4	4	4	2	False	84467	maximal	True	MON0102_000000005103	1.0		1	1	False	False	0.998620331287384	0					non-mobilizable	no_good_hit	981.0	70.94800000000001	12.0	0.0029781937208980683	NZ_FOZC01000002.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
CHI0130_000000006007	2695	0.8829616617429575	3	2	1	2	2	False	117831	maximal	True	CHI0130_000000006007	1.0	PS794|PS795|PS796	0	0	False	True	0.9996289610862732	0					non-mobilizable	no_good_hit	1625.0	89.046	60.0	0.0008325274269253032	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
USA0093_01_000000007707	2380	0.8829616617429575	3	2	1	2	2	False	117742	fragment	False	USA0093_01_000000007707	0.9738547968885047		0	0	False	True	1.0	0					non-mobilizable	other	2287.0	85.70200000000001	96.0	0.0009740647757359351	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
FIJ0158_000000000714	22121	0.8829566110432622	17	16	14	14	10	False	52727	maximal	True	FIJ0158_000000000714	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	86.137	3.0	0.006762199516682919	AP012293.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC2 DNA, complete genome	True	False
MAD0098_000000024969	1800	0.8829538332581911	3	3	3	3	3	False	15306	fragment	False	MAD0098_000000024969	1.0		0	0	False	False	0.977222204208374	0					non-mobilizable	other	1801.0	98.057	100.0	0.0008569225056414065	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0161_000000011562	2616	0.8829491958559542	3	2	2	2	2	False	74113	fragment	False	ISR0161_000000011562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0046_000000011371	2145	0.8829399930350493	4	3	3	3	3	False	72719	fragment	False	DEN0046_000000011371	1.0		0	0	False	True	0.9995337724685669	0					non-mobilizable	no_good_hit	562.0	75.445	26.0	0.0025445987591098	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
FIJ0063_000000008023	3188	0.882922957481534	5	3	3	3	3	True	45624	maximal	True	FIJ0063_000000008023	1.0		1	1	False	False	0.999372661113739	0					non-mobilizable	no_good_hit								True	True
ISR0137_000000000529	39254	0.8829210170590415	36	14	9	14	10	True	114803	fragment	False	AST0050_000000000166	0.9567629633379034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1611.0	99.69	4.0	0.0005074681343107401	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
CHI0054_000000001011	12473	0.8829181850960773	10	2	2	2	2	False	86367	maximal	True	CHI0054_000000001011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2214.0	99.413	18.0	0.8440122044241037	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	False
SPA0040_000000008302	4453	0.882916971432395	4	4	2	3	3	False	123374	maximal	True	SPA0040_000000008302	1.0		1	1	False	False	0.9995508790016174	0					non-mobilizable	no_good_hit								True	False
CHI0098_000000002232	3854	0.8829164955471672	4	4	4	3	3	False	83409	maximal	True	CHI0098_000000002232	1.0		1	1	False	False	0.9997405409812927	0					non-mobilizable	no_good_hit	279.0	95.699	10.0	5.1677578753005156e-05	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ENG0193_000000010051	2016	0.8829065093062142	3	3	3	3	3	False	54591	maximal	True	ENG0193_000000010051	1.0		12	6	False	False	1.0	0					non-mobilizable	other	2017.0	93.009	100.0	0.006015254685883401	NZ_QSLJ01000002.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf2, whole genome shotgun sequence	False	False
ENG0186_000000004078	4188	0.8829007833552763	3	2	2	2	2	False	126867	maximal	True	ENG0186_000000004078	1.0	PS979	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1482.0	100.0	37.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
CAN0020_000000006279	5694	0.882894844847473	9	6	1	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9980917917296694	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	1.0	4651	rep_cluster_870	MOBV			mobilizable	plasmid	5472.0	99.81700000000001	100.0	0.9776586237712243	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
AST0151_000000002951	5633	0.882894844847473	8	6	1	2	6	False	132470	backbone	False	CAN0001_000000008257	0.9981692851156722	PS1164|PS386|PS459|PS744|PS745	0	0	True	True	0.9998224973678589	50	rep_cluster_870	MOBV			mobilizable	plasmid	5466.0	99.835	100.0	0.9767649687220733	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
CHI0130_000000004355	3717	0.8828906022364117	6	3	2	3	0	True	81125	maximal	True	CHI0130_000000004355	1.0		1	1	False	False	0.9991928935050964	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0008720718974831037	NZ_RZMW01000016.1	a-proteobacteria	Pelagibacterium lentulum strain B2 377, whole genome shotgun sequence	True	True
ENG0177_000000016563	1605	0.8828860070820854	2	2	2	2	1	False	55517	fragment	False	ENG0177_000000016563	1.0		0	0	False	False	0.9956386089324951	0					non-mobilizable	no_good_hit	725.0	75.72399999999999	45.0	0.0005084466953457188	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
ISR0199_000000019467	1572	0.8828843370524531	2	2	2	2	2	False	68101	fragment	False	ISR0199_000000019467	1.0		0	0	False	False	0.9643765687942505	0					non-mobilizable	other	1512.0	99.206	96.0	0.005796200822439084	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0069_000000001508	13736	0.8828726357978529	13	11	5	8	11	True	114148	maximal	True	ISR0069_000000001508	1.0		1	1	False	False	0.9996359944343567	0					non-mobilizable	no_good_hit	10207.0	98.824	79.0	0.143646408839779	CP053385.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-1, complete sequence	True	True
USA0101_01_000000008494	3796	0.8828716052392174	3	3	2	3	1	True	110116	fragment	False	USA0101_01_000000008494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0096_000000005822	3003	0.8828660391625198	4	2	1	2	1	False	67358	fragment	False	MAD0096_000000005822	1.0		0	0	False	False	0.9996669888496399	0					non-mobilizable	no_good_hit								True	False
ISR0791_000000006267	2839	0.8828497996733078	5	4	4	3	2	False	99320	fragment	False	AUS0022_000000011449	0.9082479539427839		0	0	False	False	1.0	0					non-mobilizable	other	2855.0	93.415	99.0	0.04543352416795573	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
AST0052_000000018434	1355	0.8828490924610923	2	1	0	1	0	True	114419	fragment	False	ISR0391_000000011145	0.9444839857651246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0016_000000022692	1500	0.8828439418420766	2	1	1	1	1	False	63519	fragment	False	SPA0028_000000019776	0.9336552229247584		0	0	False	False	0.9900000095367432	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000001668	15959	0.8828435641136447	10	9	6	9	8	False	117790	maximal	True	USA0084_01_000000001668	1.0	PS794	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	11851.0	99.333	76.0	0.0024055868078837472	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	True
MAD0034_000000001022	10929	0.8828408298938418	13	13	6	9	11	True	123620	fragment	False	USA0050_01_000000001197	0.9676037024340075		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	7536.0	99.376	99.0	0.43889794967381174	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
AST0025_000000009100	3696	0.8828391584789255	6	6	2	4	5	True	126949	maximal	True	AST0025_000000009100	1.0		4	3	False	False	0.9997294545173645	0					non-mobilizable	no_good_hit	1995.0	100.0	56.0	0.000471510280059135	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	True	True
CHI0041_000000002116	6058	0.8828340401692887	7	3	3	3	2	True	87618	fragment	False	CHI0041_000000002116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5206.0	92.566	88.0	0.11424615993143912	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
ENG0055_000000008827	2182	0.8828273030995825	3	2	2	2	1	True	86553	fragment	False	ENG0055_000000008827	1.0		0	0	False	False	0.999541699886322	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00013050183888954799	NZ_RYUF01000009.1	high GC Gram+	Bifidobacterium pseudolongum subsp. globosum strain 2105B Contig_9, whole genome shotgun sequence	True	True
ISR0015_000000002553	8538	0.8828239145487041	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.6163762901904373		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2741.0	88.946	33.0	0.03419798040466984	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0026_01_000000004153	8297	0.8828239145487041	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.6138571172403394		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2663.0	89.11	33.0	0.03323448077380282	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0086_000000012583	2158	0.8828235590834386	2	2	2	2	2	False	90827	fragment	False	ISR0086_000000012583	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	82.28299999999999	51.0	0.00015555200652856848	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
FIJ0052_000000020982	1473	0.8828147674416978	2	2	2	2	2	False	71632	fragment	False	FIJ0052_000000020982	1.0		0	0	False	False	0.9945688843727112	0					non-mobilizable	no_good_hit	1244.0	95.096	85.0	0.0015587868299442574	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
CHI0186_000000011157	1727	0.8828094200174471	3	2	2	2	1	False	77141	fragment	False	CHI0186_000000011157	1.0		0	0	False	False	0.9751013517379761	0					non-mobilizable	no_good_hit	756.0	82.40700000000001	70.0	0.00011911677542118623	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0011_000000026936	1100	0.8828067044390308	2	2	2	1	2	False	106069	fragment	False	ISR0344_000000020233	0.06608037601585989		0	0	False	False	0.9990909099578857	0					non-mobilizable	other	1100.0	98.545	100.0	0.012583153001522802	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
SPA0098_000000025902	1482	0.8828021213816748	4	2	2	2	2	False	5051	fragment	False	SPA0098_000000025902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	86.589	52.0	0.004048433018278807	NZ_FOJY01000006.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
AST0012_000000001279	11033	0.8828018326659032	14	9	7	6	6	True	129390	fragment	False	AST0012_000000001279	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	78.684	11.0	0.02635317516692712	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0033_000000019496	1619	0.8828017741084966	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.39844928887660364		0	0	False	False	0.9975293278694153	0					non-mobilizable	other	1615.0	100.0	99.0	0.0005021126686075053	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0025_000000000504	29771	0.8827964763893783	23	9	5	8	5	False	49192	maximal	True	FIJ0025_000000000504	1.0		2	1	False	False	0.9994625449180603	0					non-mobilizable	no_good_hit	509.0	73.87	2.0	7.75412256933713e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ITA0001_000000000155	6004	0.8827948986663824	4	3	1	3	1	True	127363	fragment	False	MAD0035_000000002553	0.06662761575378028		0	0	False	False	0.9998334646224976	0					non-mobilizable	other	5866.0	96.795	97.0	0.06368872948592544	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0295_000000005238	5704	0.8827948986663824	3	3	1	3	1	True	127363	fragment	False	MAD0035_000000002553	0.2802702038028006		0	0	False	False	1.0	0					non-mobilizable	other	5617.0	97.757	99.0	0.06101510705358113	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0049_000000012277	1526	0.8827895091034975	4	2	2	2	2	False	17453	maximal	True	MAD0049_000000012277	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0080_000000019606	1663	0.8827859894608862	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.2843716292355328		0	0	False	False	1.0	0					non-mobilizable	virus	1663.0	98.07600000000001	99.0	0.044318818164848936	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ISR0081_000000015389	1554	0.8827859894608862	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.34526975189977543		0	0	False	False	1.0	0					non-mobilizable	other	1554.0	96.84700000000001	100.0	0.00891708773541571	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0171_000000019029	1551	0.8827859894608862	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.2314181494780109		0	0	False	False	0.9948420524597168	0					non-mobilizable	other	1551.0	93.359	100.0	0.0334459752187852	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
DEN0085_000000018581	1531	0.8827859894608862	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.2849253270128376		0	0	False	False	0.9986936450004578	0					non-mobilizable	virus	1533.0	90.541	100.0	0.0408522439401616	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ISR0398_000000015120	1511	0.8827859894608862	3	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.24821887494066694		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	92.133	99.0	0.032449527770557145	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
ISR0243_000000008255	1502	0.8827859894608862	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.34777743804998085		0	0	False	False	0.9906790852546692	0					non-mobilizable	other	1502.0	98.20200000000001	100.0	0.008618511713367019	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0357_000000018040	1461	0.8827859894608862	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.25404970651972086		0	0	False	False	1.0	0					non-mobilizable	chromosome	1461.0	98.494	100.0	0.00039125559817085326	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0376_000000018258	1367	0.8827859894608862	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.19229070935791626		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	90.344	100.0	0.004976521028991425	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	False	False
ENG0023_000000013931	1262	0.8827859894608862	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.07013495528922747		0	0	False	False	0.9857369065284729	0					non-mobilizable	other	1263.0	94.774	100.0	0.0028561527328240127	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0102_000000002054	3383	0.8827819245527362	4	3	3	2	2	False	83299	maximal	True	CHI0102_000000002054	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	96.296	2.0	0.0014833058128795723	KC246795.1	bacteria	Uncultured bacterium Contig26 genomic sequence	True	False
ISR0293_000000016476	2171	0.8827799793156146	3	2	2	2	1	True	120014	fragment	False	MON0101_000000025497	0.6374167390674775		0	0	False	True	1.0	0					non-mobilizable	chromosome	2179.0	85.039	100.0	0.0007639683586536795	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0391_000000009192	1651	0.8827741600100844	3	2	2	2	1	True	22851	fragment	False	ISR0391_000000009192	1.0		0	0	False	False	0.9927316904067993	0					non-mobilizable	plasmid	1651.0	98.06200000000001	100.0	0.2690487844672867	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
SPA0108_000000013758	2109	0.8827606710552575	3	3	3	3	2	False	4685	maximal	True	SPA0108_000000013758	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	94.654	36.0	0.08824884792626728	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
DEN0041_000000004361	7280	0.8827586911339828	10	6	1	5	3	True	107923	fragment	False	ISR0198_000000004897	0.9629415124353042		0	0	False	False	1.0	0					non-mobilizable	other	7280.0	99.986	100.0	0.03599402654429654	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
TAN0021_000000016053	1390	0.8827541914284229	2	1	1	1	1	False	2369	fragment	False	TAN0021_000000016053	1.0		0	0	False	False	0.9899280667304993	0					non-mobilizable	no_good_hit	322.0	75.46600000000001	22.0	0.0011054665140240413	NZ_CAPH01000018.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ISR0029_000000018365	2443	0.8827537914614774	3	3	1	2	2	False	117749	maximal	True	ISR0029_000000018365	1.0	PS794	2	1	False	True	1.0	0					non-mobilizable	chromosome	1662.0	97.774	100.0	0.0004021504260758312	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ISR0180_000000000075	96886	0.8827483063193797	89	13	4	11	5	True	127415	maximal	False	SPA0046_000000000019	0.9179140405936841		0	0	True	True	1.0	106					non-mobilizable	virus	33081.0	97.234	98.0	0.33439493665766834	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0041_000000003734	3371	0.8827469922673734	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.030953161850348465	PS1101	0	0	False	True	0.9994066953659058	0					non-mobilizable	chromosome	3371.0	99.49600000000001	100.0	0.0006726087760077057	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0167_000000018618	1360	0.8827356810628426	3	1	1	1	1	True	56044	maximal	True	ENG0167_000000018618	1.0		0	0	False	False	0.9639706015586853	0					non-mobilizable	no_good_hit	1139.0	99.824	84.0	0.0003133035630709255	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	True
ISR0135_000000008030	2369	0.8827231079139123	3	2	2	1	2	False	31425	maximal	True	ISR0135_000000008030	1.0		2	2	False	False	0.9974672794342041	0					non-mobilizable	chromosome	2099.0	97.427	99.0	0.0008252383628404256	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	False	False
USA0023_01_000000004067	7932	0.8827080715477548	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.6037258850989458		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2313.0	88.975	31.0	0.02886744997935358	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0336_000000006669	2114	0.8826909378737577	3	2	2	2	2	False	64066	fragment	False	ENG0051_000000013032	0.963442850532161		0	0	False	False	0.9952696561813354	0					non-mobilizable	no_good_hit	83.0	98.795	4.0	2.8582064684698e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0033_01_000000000526	11130	0.8826904131152834	13	8	3	4	7	False	110870	fragment	False	USA0033_01_000000000526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2103.0	96.053	79.0	0.000323258917622673	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0368_000000004292	2883	0.8826858957165153	3	3	2	3	2	False	117059	fragment	False	ISR0148_000000010221	0.9230162201109268		0	0	False	False	0.9909816384315491	0					non-mobilizable	no_good_hit								True	False
MAD0065_000000005276	2239	0.8826806855660895	2	2	2	2	2	False	87714	backbone	False	ISR0191_000000003840	0.7382197331349409	PS451	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1725.0	75.188	76.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MAD0041_000000006018	4608	0.8826796690920559	6	4	2	4	3	False	18290	maximal	True	MAD0041_000000006018	1.0		1	1	True	True	1.0	17	ColRNAI_rep_cluster_1987,rep_cluster_2373				non-mobilizable	no_good_hit	2622.0	94.31700000000001	67.0	0.5458142440649729	CP051743.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-5, complete sequence	True	True
SPA0092_000000016942	2567	0.8826781881636043	3	3	2	2	2	True	115862	fragment	False	SPA0092_000000016942	1.0		0	0	False	False	0.9941565990447998	0	rep_cluster_1320				non-mobilizable	plasmid	1408.0	98.08200000000001	99.0	0.22568218298555376	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
MON0107_000000018525	3095	0.8826748305821537	4	2	1	1	1	True	8608	maximal	True	MON0107_000000018525	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0087_000000010138	1414	0.8826685934276707	2	2	2	2	2	False	5837	fragment	False	SPA0087_000000010138	0.9971160778658976		0	0	False	False	0.9908062219619751	0					non-mobilizable	chromosome	1414.0	99.57600000000001	100.0	0.00034676310263893347	CP034091.1	enterobacteria	Proteus mirabilis strain PmBC1123 chromosome, complete genome	False	False
SPA0013_000000009550	2872	0.8826523075134504	4	3	2	3	3	False	127054	fragment	False	ENG0049_000000005054	0.3761313923305509		0	0	False	False	0.9986072182655334	0					non-mobilizable	other	2873.0	98.64299999999999	100.0	0.0008577106211720291	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0002_000000019301	1896	0.8826515448090029	4	3	1	3	2	True	125235	fragment	False	MON0057_000000009306	0.13676794039151768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	2.0	4.6623585028407856e-05	NZ_CP011060.1	spirochetes	Borrelia hermsii CC1 chromosome, complete genome	True	True
ENG0066_000000004956	3630	0.8826480960973613	4	3	3	3	3	False	62786	fragment	False	ENG0066_000000004956	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3630.0	100.0	100.0	0.028141818012624657	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ISR0140_000000007210	3808	0.8826392254332438	7	3	2	2	2	True	31257	maximal	True	ISR0140_000000007210	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	87.405	55.0	0.25508196721311477	NZ_AWET01000016.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00040, whole genome shotgun sequence	True	True
CAN0015_000000007701	5438	0.8826387192061833	5	4	2	4	3	True	93730	fragment	False	CAN0015_000000007701	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5438.0	100.0	100.0	0.007101647472495321	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0172_000000002718	8666	0.8826308385255033	12	6	3	4	4	True	76968	maximal	True	FIJ0172_000000002718	1.0	PS328|PS329|PS369	2	1	True	True	1.0	8					non-mobilizable	no_good_hit	486.0	83.95100000000001	22.0	0.051737367094157626	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0849_000000010432	2622	0.8826259869411024	3	2	2	2	2	False	81492	fragment	False	SPA0091_000000004204	0.6349395592380119		0	0	False	False	0.9996185898780823	0					non-mobilizable	other	2632.0	94.111	99.0	0.13714495335918667	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
FIJ0098_000000011123	2103	0.8826168507924841	3	2	2	1	2	False	42866	maximal	True	FIJ0098_000000011123	1.0		1	1	False	False	0.9990489482879639	0					non-mobilizable	no_good_hit								True	False
ISR0387_000000005477	4245	0.8826111398363912	5	3	2	3	2	False	50761	maximal	True	ISR0387_000000005477	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	94.565	6.0	0.003180230436369324	NZ_CABIWU010000010.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0026_000000003001	9634	0.8826103494428517	11	4	2	3	3	False	119598	maximal	True	AST0026_000000003001	1.0		2	2	True	True	1.0	77					non-mobilizable	no_good_hit								True	True
ISR0028_000000000561	17168	0.8826026164498102	18	11	9	8	8	False	99377	maximal	True	ISR0028_000000000561	1.0		8	4	False	False	0.9995922446250916	0					non-mobilizable	no_good_hit	4538.0	92.089	58.0	0.18454426444117167	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0135_000000006855	3139	0.8825923748762625	3	2	2	2	2	True	95096	maximal	True	ENG0135_000000006855	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2046.0	97.605	100.0	0.0009116966259192272	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
DEN0026_000000005419	5316	0.8825898312212372	5	3	3	3	2	True	74220	maximal	True	DEN0026_000000005419	1.0		1	1	False	False	0.9981188774108887	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	1.0	0.0006012747023690224	NZ_MATO01000030.1	firmicutes	Caryophanon latum strain DSM 14151 DSM_14151_R1_001_contig_36, whole genome shotgun sequence	True	True
TAN0008_000000004384	3502	0.8825897897340064	5	5	5	5	3	False	90197	fragment	False	TAN0008_000000004384	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3303.0	99.697	100.0	0.0006129013032090145	CP024693.1	enterobacteria	Shigella boydii strain 80 chromosome	False	False
ISR0171_000000001040	19339	0.8825612100110565	20	13	8	10	8	False	127915	maximal	True	ISR0171_000000001040	1.0		2	1	False	False	0.999638020992279	0					non-mobilizable	no_good_hit	3876.0	91.125	32.0	0.0034641432979431704	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
USA0047_01_000000006087	5522	0.8825574902149588	9	8	4	4	7	True	130637	backbone	False	AST0039_000000003129	0.20772649572690347	PS1110	0	0	True	True	1.0	66		MOBV			mobilizable	other	2333.0	96.09899999999999	91.0	0.3450829383886256	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
MON0069_000000001273	17817	0.8825561932219365	19	10	7	10	4	False	37914	fragment	False	MON0069_000000001273	1.0		0	0	False	False	0.9997754693031311	0					non-mobilizable	no_good_hit	377.0	78.78	2.0	0.00013202252148895987	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
MON0007_000000050121	1307	0.8825546967567302	2	2	2	2	2	False	13913	fragment	False	MON0007_000000050121	1.0		0	0	False	False	0.9923489093780518	0					non-mobilizable	chromosome	1313.0	81.34	100.0	0.0005214928111058004	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0069_000000017382	2765	0.8825469484696273	3	2	1	1	2	True	70177	fragment	False	ENG0053_000000008057	0.6935854106689843		0	0	False	False	0.9844484925270081	0					non-mobilizable	no_good_hit	1173.0	73.316	42.0	0.12682231722021264	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0164_000000008428	2748	0.8825469484696273	3	2	1	1	2	True	70177	fragment	False	ENG0053_000000008057	0.7651428188445704		0	0	False	False	0.9970887899398804	0					non-mobilizable	no_good_hit	1172.0	72.782	42.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0104_000000010508	2451	0.8825469484696273	3	2	1	1	2	True	70177	fragment	False	ENG0053_000000008057	0.5202258776133486		0	0	False	False	0.9991840124130249	0					non-mobilizable	no_good_hit	1170.0	73.248	47.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ITA0002_000000001579	4518	0.8825428923406464	6	3	2	3	2	False	69253	fragment	False	ITA0002_000000001579	1.0		0	0	False	False	0.9995573163032532	0					non-mobilizable	no_good_hit	2475.0	99.152	55.0	0.0010288262886559306	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0115_000000009185	3450	0.8825428923406464	6	3	2	3	2	False	69252	fragment	False	ISR0115_000000009185	1.0		0	0	False	False	0.9994202852249146	0					non-mobilizable	no_good_hit	1746.0	99.656	51.0	0.000795921234357525	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
MAD0108_000000001473	9873	0.8825403068698541	9	9	6	8	9	True	98720	fragment	False	MAD0108_000000001473	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	9871.0	99.71600000000001	99.0	0.27268959801077497	MN256104.1	enterobacteria	Salmonella enterica subsp. enterica serovar Ohio strain SRC22 plasmid pSRC22-2, complete sequence	False	True
FIJ0071_000000029661	1261	0.8825362311796748	3	2	2	2	2	False	44813	fragment	False	FIJ0071_000000029661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0083_000000004458	2318	0.8825319047598724	3	2	1	2	2	False	117852	fragment	False	CHI0083_000000004458	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2186.0	91.72	97.0	0.0006568695697323196	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0394_000000005179	3545	0.8825319001491111	4	4	4	4	3	False	128454	fragment	False	ISR0239_000000002920	0.4689330277565572		0	0	False	False	0.9892807006835938	0					non-mobilizable	other	3546.0	97.744	100.0	0.013598631314061253	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0293_000000026068	1343	0.8825293711614949	3	3	2	3	2	False	81884	fragment	False	ISR0293_000000026068	0.9913549115403804		0	0	False	False	0.9910647869110107	0					non-mobilizable	no_good_hit	692.0	76.734	50.0	0.0003115395557296695	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
AST0094_000000006035	3510	0.882520740989387	5	4	3	3	3	False	109329	fragment	False	AST0094_000000006035	1.0		0	0	False	False	0.9948717951774597	0					non-mobilizable	no_good_hit	59.0	89.831	2.0	1.3151820075845187e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0055_000000004694	4119	0.8825206358396466	7	4	3	4	0	True	63668	maximal	True	ENG0055_000000004694	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	85.919	27.0	0.0008637300878397203	NZ_DS560019.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_4, whole genome shotgun sequence	True	True
CAN0003_000000000763	33854	0.8825176833029259	25	20	13	20	9	True	96816	maximal	True	CAN0003_000000000763	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3421.0	75.65	13.0	0.001159380824272214	CP015403.2	b-proteobacteria	Burkholderiales bacterium YL45, complete genome	True	True
MON0024_000000022198	2242	0.8825164800096787	3	2	2	2	1	True	12934	maximal	True	MON0024_000000022198	1.0		0	0	False	False	0.9429081082344055	0					non-mobilizable	no_good_hit	1085.0	85.714	48.0	0.016341062625524923	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
DEN0045_000000004052	7516	0.8825117997531724	9	8	8	8	7	False	92274	maximal	True	DEN0045_000000004052	1.0		6	5	False	False	0.9978712201118469	0					non-mobilizable	no_good_hit	291.0	80.41199999999999	4.0	8.093720790239422e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0114_000000010664	4097	0.8825031290734672	6	5	3	5	3	False	111545	fragment	False	ISR0157_000000004871	0.5793534015815021		0	0	False	False	0.9965828657150269	0					non-mobilizable	no_good_hit								True	False
FIJ0138_000000004120	4303	0.8824932737187167	4	4	4	4	4	False	43335	maximal	True	FIJ0138_000000004120	0.997754667927204		4	1	False	False	0.9997676014900208	0					non-mobilizable	no_good_hit	65.0	95.385	2.0	0.00020394701201694034	NZ_LT629841.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0092_000000007069	4231	0.8824932737187167	4	4	4	4	4	False	43335	maximal	False	FIJ0138_000000004120	0.9894259818731117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	83.87100000000001	2.0	3.1318200061342825e-05	CP002589.1	CFB group bacteria	Prevotella denticola F0289, complete genome	True	False
FIJ0021_000000006973	7039	0.8824931496131401	11	7	2	4	5	False	49693	maximal	True	FIJ0021_000000006973	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4708.0	94.626	67.0	0.040315429712721354	CP046125.1	firmicutes	Enterococcus casseliflavus strain EC291 plasmid unnamed2, complete sequence	True	False
CAN0004_000000003199	7230	0.8824796886446611	7	7	7	7	6	False	125056	fragment	False	CHI0172_000000000825	0.13265907440842162		0	0	False	False	1.0	0					non-mobilizable	other	7230.0	99.419	100.0	0.02613691418819735	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0131_000000005028	4917	0.8824732839933191	6	3	2	3	2	False	31699	maximal	True	ISR0131_000000005028	1.0		1	1	False	False	0.9995932579040527	0					non-mobilizable	no_good_hit	971.0	85.17	20.0	0.0003667335468183207	CP029803.1	verrucomicrobia	Candidatus Moanabacter tarae isolate TARA_B100001123 chromosome	True	False
ISR0813_000000026604	1184	0.8824729606975765	2	2	2	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6238529658154244		0	0	False	False	0.994087815284729	0					non-mobilizable	chromosome	1184.0	99.57799999999999	100.0	0.0001800227409961238	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0077_000000003672	7029	0.8824582067648584	9	4	2	3	3	False	92893	maximal	False	ISR0287_000000001161	0.9773780130755905	PS140	0	0	True	True	1.0	56					non-mobilizable	plasmid	6262.0	96.48700000000001	98.0	0.8918841819997148	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
ISR0104_000000003533	6998	0.8824582067648584	8	4	2	3	3	False	92893	maximal	False	ISR0287_000000001161	0.9707381628520666	PS140	0	0	True	True	1.0	9					non-mobilizable	plasmid	4633.0	97.431	98.0	0.6601055484239053	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
ISR0232_000000018860	1543	0.8824484369949697	2	2	2	2	2	False	68100	fragment	False	ISR0232_000000018860	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	99.611	100.0	0.005915116921377279	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0162_000000023652	1673	0.8824462183032601	3	3	3	3	2	False	108427	fragment	False	ISR0162_000000023652	1.0		0	0	False	False	0.9988045692443848	0					non-mobilizable	chromosome	1673.0	100.0	100.0	0.0003485699251700425	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
USA0018_01_000000003416	7274	0.8824454288707737	6	5	2	4	5	False	83100	fragment	False	USA0018_01_000000003416	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4331.0	97.275	78.0	0.0008733275273038532	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	True
MAD0045_000000008897	3982	0.8824426694698879	4	4	4	4	4	False	96916	fragment	False	MAD0045_000000008897	0.9900889453621347		0	0	False	False	0.9992465972900391	0					non-mobilizable	other	2675.0	80.486	97.0	0.0075210709822473056	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
USA0036_01_000000021207	1484	0.8824403482529258	3	1	1	1	1	False	1382	fragment	False	USA0036_01_000000021207	1.0		0	0	False	False	0.9919137358665466	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.5343306482546988e-05	NZ_FOPG01000001.1	a-proteobacteria	Sulfitobacter dubius strain DSM 16472, whole genome shotgun sequence	True	False
DEN0093_000000018223	1764	0.8824381414321552	3	2	2	2	1	False	68464	fragment	False	DEN0093_000000018223	1.0		0	0	False	False	0.9841269850730896	0					non-mobilizable	other	1593.0	99.184	90.0	0.009273237006685357	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
MON0103_000000037160	1528	0.8824352927241189	3	3	3	3	3	False	8869	maximal	True	MON0103_000000037160	1.0		4	1	False	False	0.9980366230010986	0					non-mobilizable	no_good_hit	803.0	95.26799999999999	52.0	0.0923963133640553	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
MAD0009_000000000035	55290	0.8824297963103848	77	21	7	17	11	False	19808	maximal	True	MAD0009_000000000035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	77.233	2.0	0.0003998252615523586	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0016_000000009573	2739	0.8824243042366579	5	3	3	3	3	True	123436	fragment	False	AST0016_000000009573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	92.035	4.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0172_000000016699	1674	0.8824242944770071	2	2	2	2	1	False	47728	fragment	False	ISR0269_000000010708	0.9677236693091733		0	0	False	False	0.9946236610412598	0					non-mobilizable	no_good_hit	502.0	97.809	30.0	0.6341772151898735	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
DEN0073_000000003619	9748	0.8824179992806042	9	7	6	7	4	True	119683	fragment	False	ENG0126_000000002312	0.9713092204094314		0	0	False	False	0.9988715648651123	0					non-mobilizable	no_good_hit	132.0	75.0	1.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
ISR0261_000000015021	1223	0.8824092619062137	2	2	2	2	2	False	26677	fragment	False	ISR0261_000000015021	0.9777777777777777		0	0	False	False	0.992641031742096	0					non-mobilizable	other	1200.0	99.917	98.0	0.009999082652967617	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
DEN0001_000000023086	1886	0.8824080952033189	2	2	2	1	2	False	76859	fragment	False	DEN0001_000000023086	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1886.0	100.0	100.0	0.0003985280045734524	CP056933.1	enterobacteria	Escherichia coli strain RHB42-C16 chromosome, complete genome	False	False
ENG0087_000000006095	4526	0.8824001436919263	6	4	3	4	4	False	119416	fragment	False	ISR0112_000000005197	0.6914179993275144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	75.969	6.0	0.000425026771705835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0014_000000030752	1604	0.8823997812229205	3	2	2	2	1	False	93547	maximal	True	CAN0014_000000030752	1.0		1	1	False	False	0.9844139814376831	0					non-mobilizable	no_good_hit	259.0	74.131	16.0	0.00011266869616452961	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0083_000000012704	2763	0.8823944312578201	4	4	4	4	4	False	124635	fragment	False	SPA0096_000000012444	0.7584527383597942		0	0	False	False	0.990227997303009	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	4.0	1.859308474439202e-05	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	False
CHI0104_000000009683	1118	0.8823922221179149	2	2	2	2	2	False	83227	fragment	False	CHI0104_000000009683	1.0		0	0	False	False	0.960644006729126	0					non-mobilizable	other	1080.0	81.204	96.0	0.0002988042276910431	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0858_000000002561	3360	0.8823862722299348	6	6	5	5	4	False	104534	fragment	False	ISR0858_000000002561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3360.0	98.542	100.0	0.01343062774890044	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ENG0073_000000009732	2610	0.8823848921538027	4	4	3	4	3	False	128272	fragment	False	AST0099_000000008733	0.755643165438788		0	0	False	False	0.9984674453735352	0					non-mobilizable	other	1865.0	98.28399999999999	100.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0124_000000007024	4119	0.8823819375776705	6	5	3	3	4	False	131741	maximal	True	SPA0124_000000007024	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	2024.0	86.709	85.0	0.0005691551740379501	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0033_000000000981	21495	0.8823808196182891	20	9	6	8	4	True	65543	fragment	False	FIJ0086_000000001014	0.9606654334413143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0055_000000000670	26421	0.8823669282574621	26	10	8	10	4	True	103146	fragment	False	USA0051_01_000000000617	0.9402203835718828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	1.872066121375407e-05	NZ_CP035946.1	e-proteobacteria	Campylobacter canadensis strain LMG 24001 chromosome, complete genome	True	True
CHI0144_000000012660	1350	0.8823591842129083	1	1	1	1	1	False	79818	fragment	False	CHI0144_000000012660	1.0		0	0	False	False	0.9903703927993774	0					non-mobilizable	no_good_hit	316.0	72.468	23.0	0.00010765547274032402	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0032_000000025707	1312	0.8823344843610907	1	1	1	1	1	False	78277	fragment	False	FIJ0050_000000020357	0.3051835282876106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000031907	1288	0.8823344843610907	1	1	1	1	1	False	78277	fragment	False	FIJ0050_000000020357	0.5493844521407031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0077_000000022025	1273	0.8823344843610907	1	1	1	1	1	False	78277	fragment	False	FIJ0050_000000020357	0.556347499430388		0	0	False	False	0.9984288811683655	0					non-mobilizable	no_good_hit	58.0	87.931	4.0	1.3484784627149382e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0009_000000036177	1229	0.8823344843610907	1	1	1	1	1	False	78277	fragment	False	FIJ0050_000000020357	0.3838714826247756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0045_000000019636	1209	0.8823344843610907	1	1	1	1	1	False	78277	fragment	False	FIJ0050_000000020357	0.5411151416225063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000034238	1100	0.8823344843610907	2	1	1	1	1	False	102564	fragment	False	AUS0002_000000034238	1.0		0	0	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit								True	False
FIJ0082_000000000159	46273	0.8823341706853537	56	31	22	30	16	True	108329	fragment	False	FIJ0082_000000000159	0.9549679908795932		0	0	False	False	0.9997838735580444	0					non-mobilizable	no_good_hit	2120.0	92.736	5.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0391_000000006560	2186	0.882329351146212	2	2	2	2	2	False	92608	fragment	False	ISR0391_000000006560	0.9798959318826869		0	0	False	False	1.0	0					non-mobilizable	chromosome	1602.0	98.939	100.0	0.0002845975318052407	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0102_000000009124	4093	0.8823275353052621	6	5	3	4	4	False	119734	fragment	False	SPA0102_000000009124	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4093.0	100.0	100.0	0.0006536364276756564	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0779_000000008085	4044	0.8823275353052621	6	5	3	4	4	False	119734	fragment	False	SPA0102_000000009124	0.9940141705350598		0	0	False	False	1.0	0					non-mobilizable	chromosome	4044.0	100.0	100.0	0.0007592130399111704	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
MON0109_000000002688	9664	0.8823239982149913	11	3	3	1	1	True	97272	fragment	False	MON0109_000000002688	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9685.0	98.038	100.0	0.05212764811683486	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
DEN0045_000000028755	1473	0.8823183958550732	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.3627994768550257		0	0	False	False	0.9809911847114563	0					non-mobilizable	no_good_hit	507.0	78.69800000000001	34.0	0.0017947723177218356	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0088_000000006160	2622	0.8823125294500229	3	3	3	2	2	False	82320	fragment	False	ISR0292_000000006720	0.9775209286234432		0	0	False	False	0.9969488978385925	0					non-mobilizable	chromosome	2622.0	100.0	100.0	0.0005550694080304417	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ISR0009_000000004567	6296	0.8823106816292176	9	4	4	4	4	False	38389	maximal	True	ISR0009_000000004567	1.0		1	1	False	False	0.9979351758956909	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	3.7068856491192874e-05	NZ_FQVL01000001.1	firmicutes	Seinonella peptonophila strain DSM 44666, whole genome shotgun sequence	True	False
ISR0017_000000009605	3477	0.8823082352204736	4	4	4	4	3	False	108439	fragment	False	ISR0017_000000009605	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3150.0	100.0	91.0	0.0006004455385981227	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
CHI0165_000000000925	18135	0.8823050016431877	19	12	5	9	9	True	109120	maximal	True	CHI0165_000000000925	0.9987426850163652		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	4851.0	98.90700000000001	63.0	0.0010241013347109106	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
CHI0131_000000000655	17874	0.8823050016431877	19	12	5	9	9	True	109120	maximal	False	CHI0165_000000000925	0.9932168704467668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4848.0	98.90700000000001	62.0	0.0010234677393295673	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
CHI0175_000000000694	17846	0.8823050016431877	19	12	5	9	9	True	109120	maximal	False	CHI0165_000000000925	0.9922747615039048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4851.0	98.887	62.0	0.0010241013347109106	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
AST0116_000000003107	7511	0.8823014464254864	8	6	6	6	5	False	128265	fragment	False	AST0116_000000003107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1037.0	69.913	13.0	0.00021702822310501336	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
FIJ0171_000000003589	5777	0.8822983568143528	6	6	5	5	5	True	46676	maximal	True	FIJ0171_000000003589	1.0		1	1	False	False	1.0	0	rep_cluster_589				non-mobilizable	plasmid	3684.0	98.48	100.0	0.1247289972899729	CP035268.1	firmicutes	Weissella cibaria strain SRCM103448 plasmid unnamed1, complete sequence	False	True
ENG0130_000000007123	4202	0.8822854335216914	6	4	3	3	3	False	58468	fragment	False	ENG0130_000000007123	1.0		0	0	False	False	0.9983341097831726	0					non-mobilizable	no_good_hit	524.0	73.473	12.0	0.008469109254817633	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
MON0041_000000021160	2817	0.8822844357894559	3	3	2	2	3	False	11820	maximal	True	MON0041_000000021160	1.0		2	1	False	False	0.9946751594543457	0					non-mobilizable	no_good_hit	1425.0	76.07	50.0	0.038863478863478865	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	True	False
MON0004_000000002456	9351	0.8822660263122579	8	8	8	8	7	False	83685	fragment	False	ENG0034_000000001440	0.9847622457976415		0	0	False	False	1.0	0					non-mobilizable	chromosome	9351.0	99.66799999999999	100.0	0.0017874187513035253	CP031938.1	enterobacteria	Klebsiella pneumoniae strain TOP52_1721_U1 chromosome	False	False
CHI0024_000000006511	1950	0.8822648462763941	2	2	2	2	2	False	89025	fragment	False	CHI0024_000000006511	1.0		0	0	False	False	0.9810256361961365	0					non-mobilizable	no_good_hit	115.0	80.0	6.0	0.0003789647495110678	NZ_FUXZ01000004.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
SPA0128_000000029596	1273	0.8822626193240134	2	2	2	2	2	False	3860	maximal	True	SPA0128_000000029596	1.0		3	3	False	False	0.9952867031097412	0					non-mobilizable	no_good_hit	1115.0	97.13	88.0	0.010172000950483467	NZ_LN866273.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0101_000000016015	1474	0.8822613586090725	2	2	2	2	2	False	110532	fragment	False	ISR0101_000000016015	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	75.587	14.0	0.0013883790007676133	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0013_000000015125	1722	0.8822585299642143	2	2	2	2	2	False	86102	fragment	False	CHI0056_000000011579	0.9543391262728959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	92.73100000000001	35.0	0.00017098982576877261	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0005_000000005568	5353	0.8822335507727843	5	3	3	3	1	True	102970	maximal	True	SPA0005_000000005568	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	79.685	33.0	0.37827393731215114	NZ_GG663512.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld8, whole genome shotgun sequence	True	True
CHI0068_000000000355	17144	0.8822292485830235	34	9	6	7	6	False	129734	maximal	True	CHI0068_000000000355	1.0	PS1061	1	1	False	True	0.9999416470527649	0					non-mobilizable	no_good_hit	1801.0	91.78200000000001	11.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0138_000000007307	3384	0.8822292080707633	3	3	3	3	0	True	132039	fragment	False	ISR0084_000000002614	0.020412030075187968		0	0	False	False	0.991134762763977	0					non-mobilizable	no_good_hit	200.0	81.0	6.0	6.38190272884359e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0269_000000008166	2205	0.8822228476954055	3	2	1	2	0	True	77399	fragment	False	ISR0269_000000008166	1.0		0	0	False	False	0.9922902584075928	0					non-mobilizable	no_good_hit	1107.0	99.368	50.0	0.0356096461573135	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MON0103_000000030323	1807	0.8822141840271092	2	2	2	2	2	False	92181	fragment	False	SPA0100_000000012690	0.5696667698322245		0	0	False	False	0.9939125776290894	0					non-mobilizable	no_good_hit	440.0	82.955	24.0	0.00012309200368489123	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0069_000000005542	4337	0.8822136897493679	5	5	4	5	5	False	104527	fragment	False	SPA0056_000000006972	0.7156846407712183		0	0	False	False	0.9990776777267456	0					non-mobilizable	chromosome	4337.0	97.648	100.0	0.0018592517283622934	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MAD0016_000000001251	3201	0.8822116273658897	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.40247372503521256		0	0	False	False	1.0	0					non-mobilizable	chromosome	3201.0	96.126	100.0	0.001127426746373444	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0117_01_000000012617	1658	0.8822098658850244	3	2	1	2	1	False	101424	maximal	True	USA0117_01_000000012617	1.0		8	5	False	False	0.9698432087898254	0					non-mobilizable	no_good_hit	1305.0	97.471	79.0	0.00031971198461459627	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0173_000000001629	11485	0.8822081246539997	16	15	6	10	13	True	132521	backbone	False	USA0060_01_000000001071	0.13798429996468725	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	11487.0	99.704	100.0	0.3062155027597792	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MAD0076_000000000648	9479	0.8822024347515459	12	4	2	4	2	False	33479	maximal	True	MAD0076_000000000648	1.0		1	1	False	False	0.9998944997787476	0					non-mobilizable	no_good_hit	773.0	99.22399999999999	8.0	0.00018927734058471498	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0092_000000002949	5693	0.8822024347515459	8	4	2	4	2	False	33484	fragment	False	MAD0092_000000002949	1.0		0	0	False	False	0.9984191060066223	0					non-mobilizable	no_good_hit	899.0	98.665	16.0	0.00022016975627600264	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0233_000000000697	9520	0.8821979943621591	12	6	3	4	5	True	104963	maximal	True	ISR0233_000000000697	1.0	PS624	2	2	True	True	1.0	40					non-mobilizable	no_good_hit	2870.0	97.805	76.0	0.23138362242839855	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0014_000000021020	1606	0.8821803099192803	2	2	2	2	2	False	19495	maximal	True	MAD0014_000000021020	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	95.62799999999999	34.0	0.015291207555655498	NZ_CYYA01000029.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
AST0024_000000005440	5560	0.8821799175715879	13	4	3	3	4	True	121776	fragment	False	AST0024_000000005440	1.0		0	0	False	False	0.9998201727867126	0					non-mobilizable	no_good_hit	2433.0	98.726	87.0	0.014008086905433894	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0059_000000002788	6473	0.8821788947495589	6	4	3	4	2	False	53269	fragment	False	ETH0003_000000004131	0.937472092895315		0	0	False	False	0.9996910095214844	0					non-mobilizable	no_good_hit	909.0	82.948	17.0	0.0028836768628647913	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
TAN0008_000000002204	5548	0.8821734065061348	6	4	4	4	3	False	103054	maximal	True	TAN0008_000000002204	1.0		1	1	False	False	0.9987382888793945	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000015712	1876	0.8821618757524337	3	3	2	3	2	False	33734	maximal	True	ISR0089_000000015712	1.0		1	1	False	False	0.9856076836585999	0					non-mobilizable	no_good_hit	554.0	99.639	30.0	0.00013405014202527707	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
USA0044_01_000000021960	1216	0.8821556235050987	2	2	1	1	2	False	111231	maximal	False	ISR0378_000000025429	0.9684249104177348		0	0	False	False	0.9777960777282715	0					non-mobilizable	chromosome	1214.0	99.588	100.0	0.0003376831262831889	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0179_000000015082	1516	0.8821520418775212	3	3	2	2	2	False	32791	fragment	False	ISR0108_000000014368	0.9754464285714286		0	0	False	False	0.9993403553962708	0					non-mobilizable	no_good_hit	307.0	74.267	20.0	0.0006456964969896005	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
MON0046_000000009337	3291	0.8821514938040356	5	4	3	4	3	False	13694	maximal	True	MON0046_000000009337	1.0		1	1	False	False	0.9896687865257263	0					non-mobilizable	no_good_hit	603.0	99.834	18.0	0.0002045589461068729	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0031_000000011578	1997	0.8821464535013405	3	3	2	2	2	False	37010	fragment	False	ISR0031_000000011578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0021_01_000000013886	1277	0.8821439210243832	3	1	1	1	1	True	87533	fragment	False	USA0021_01_000000013886	0.9376461418550273		0	0	False	False	1.0	0					non-mobilizable	chromosome	1285.0	93.852	100.0	0.00019755566407782585	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
FIJ0033_000000034071	1164	0.8821439210243832	1	1	1	1	1	True	48219	maximal	True	FIJ0033_000000034071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	99.51	88.0	0.007851166514005095	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0141_000000004303	8194	0.8821433911049595	7	4	4	4	2	True	110306	maximal	True	ISR0141_000000004303	1.0		1	1	False	False	0.9963387846946716	0					non-mobilizable	no_good_hit	2069.0	92.895	27.0	0.2550401978973408	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0136_000000008089	1204	0.882134904313216	2	2	2	2	1	False	31386	fragment	False	ISR0136_000000008089	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	81.99	100.0	0.0022236698117908014	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
CHI0159_000000001438	8414	0.8821338730569854	12	2	1	2	1	False	78828	backbone	False	ISR0233_000000000808	0.9947056098147168	PS382	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00023441867174774146	NZ_FZPC01000016.1	g-proteobacteria	Pseudomonas delhiensis strain RLD-1, whole genome shotgun sequence	True	True
MON0054_000000003513	7811	0.8821338730569854	10	2	1	2	1	False	78828	backbone	False	ISR0233_000000000808	0.9547719560207703	PS382	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00023441867174774146	NZ_FZPC01000016.1	g-proteobacteria	Pseudomonas delhiensis strain RLD-1, whole genome shotgun sequence	True	True
MON0064_000000023547	1254	0.8821275188656809	2	2	2	2	2	False	48820	fragment	False	FIJ0066_000000026096	0.9568220974800656		0	0	False	False	0.9848484992980957	0					non-mobilizable	no_good_hit	553.0	72.152	43.0	0.0023821685219106666	NZ_QSBM01000011.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf11, whole genome shotgun sequence	True	False
AST0025_000000003517	8298	0.8821231005436199	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.6606806507832318		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2661.0	88.876	33.0	0.03323448077380282	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0028_000000005649	2245	0.8821149979041942	4	2	2	2	2	False	19016	fragment	False	MAD0028_000000005649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	90.741	7.0	0.0007013325318104398	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0080_000000007439	5289	0.8821147606328037	6	5	5	5	5	False	11367	fragment	False	MON0080_000000007439	0.987098623853211		0	0	False	False	0.9803365468978882	0					non-mobilizable	no_good_hit	1374.0	72.271	26.0	0.010747148756073011	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ENG0200_000000009598	2116	0.8821130112240729	5	4	3	4	0	True	54207	maximal	True	ENG0200_000000009598	1.0		12	4	False	False	0.9976370334625244	0					non-mobilizable	no_good_hit								True	True
ISR0009_000000007623	4053	0.8821121343280071	5	3	1	1	3	True	117312	fragment	False	ISR0009_000000007623	1.0		0	0	False	False	0.9980261325836182	0					non-mobilizable	chromosome	2035.0	96.855	96.0	0.0009232939715349467	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0079_000000022751	1277	0.8821121343280071	4	3	1	1	3	True	34339	fragment	False	ISR0259_000000014082	0.9843032159264931		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	98.829	100.0	0.0005810306212215988	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
CHI0104_000000006235	1563	0.8820931567893061	2	2	2	2	2	False	83240	fragment	False	USA0080_01_000000023533	0.7597045899915742		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	98.913	100.0	0.003853574054246086	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
USA0018_01_000000014675	1505	0.8820931567893061	2	2	2	2	2	False	83240	fragment	False	USA0080_01_000000023533	0.5745933932720477		0	0	False	False	0.9880398511886597	0					non-mobilizable	other	1505.0	99.934	100.0	0.005171192606294827	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
USA0034_01_000000034969	1482	0.8820931567893061	2	2	2	2	2	False	83240	fragment	False	USA0080_01_000000023533	0.5662966907068143		0	0	False	False	0.980431854724884	0					non-mobilizable	other	1438.0	98.54	97.0	0.0026436337546222196	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
MAD0042_000000007049	3078	0.8820921852639093	4	2	2	2	2	False	18146	maximal	True	MAD0042_000000007049	1.0		1	1	False	False	0.9892787337303162	0					non-mobilizable	no_good_hit	86.0	79.07	3.0	0.00032661220506524375	NZ_MWPS01000005.1	firmicutes	Acidibacillus ferrooxidans strain Huett2 NODE4, whole genome shotgun sequence	True	False
ENG0102_000000003855	6212	0.8820845229800204	11	7	5	5	5	True	82444	maximal	True	ENG0102_000000003855	1.0		2	2	False	False	0.9975852966308594	0					non-mobilizable	no_good_hit	5146.0	99.98100000000001	83.0	0.11252296387017759	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
FIJ0154_000000000857	24037	0.8820798264263684	36	10	2	10	2	False	47709	maximal	True	FIJ0154_000000000857	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	1.0106233356296942e-05	CP045508.1	d-proteobacteria	Desulfovibrio sp. DSM 107105 chromosome, complete genome	True	False
SPA0023_000000022433	1275	0.8820785093288748	2	2	2	2	2	False	7600	fragment	False	SPA0023_000000022433	1.0		0	0	False	False	0.9513725638389587	0					non-mobilizable	no_good_hit								True	False
ENG0130_000000014341	2073	0.8820773254967211	3	1	1	1	1	False	81219	fragment	False	MON0099_000000016377	0.7170477765379001		0	0	False	False	0.9956584572792053	0					non-mobilizable	no_good_hit	80.0	100.0	4.0	0.00031766073029799796	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	False
FIJ0050_000000013321	1908	0.8820773254967211	2	1	1	1	1	False	74436	fragment	False	ENG0025_000000011436	0.31487946799667493		0	0	False	False	0.9905660152435303	0					non-mobilizable	no_good_hit								True	False
USA0145_01_000000016146	1458	0.8820773254967211	2	1	1	1	1	False	74429	fragment	False	USA0145_01_000000016146	1.0		0	0	False	False	0.9801097512245178	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	3.0	1.4136954098993011e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0022_000000036613	1148	0.8820773254967211	1	1	1	1	1	False	74426	fragment	False	ENG0122_000000023817	0.40266847123012844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0102_000000020647	1565	0.8820761582051228	2	1	1	1	0	True	56275	fragment	False	ENG0164_000000011938	0.9476641040804258		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	99.617	100.0	0.018979661181496042	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0012_000000004363	5648	0.8820576961831379	5	4	4	4	3	False	116996	fragment	False	SPA0012_000000004363	1.0		0	0	False	False	0.9968130588531494	0					non-mobilizable	no_good_hit	51.0	100.0	1.0	8.888117795291715e-06	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0168_000000003435	7063	0.8820437806329994	8	5	3	4	1	True	106694	fragment	False	ISR0175_000000003464	0.9785987436348694		0	0	False	False	0.9998584389686584	0					non-mobilizable	other	7063.0	99.986	100.0	0.4244245447442755	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
AST0113_000000004577	7063	0.8820437806329994	8	5	3	4	1	True	106694	fragment	False	ISR0175_000000003464	0.9787354045698832		0	0	False	False	0.9992920756340027	0					non-mobilizable	other	7063.0	99.986	100.0	0.4244245447442755	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
DEN0093_000000004373	6921	0.8820437806329994	8	5	3	4	1	True	106694	fragment	False	ISR0175_000000003464	0.9656689250165221		0	0	False	False	1.0	0					non-mobilizable	other	6921.0	99.986	100.0	0.4158903780275257	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
ENG0041_000000003600	6909	0.8820437806329994	8	5	3	4	1	True	106694	fragment	False	ISR0175_000000003464	0.9641446592678107		0	0	False	False	1.0	0					non-mobilizable	other	6909.0	99.94200000000001	100.0	0.4151691808401947	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
MAD0055_000000009286	1103	0.882043226046408	2	1	1	1	1	False	75390	fragment	False	DEN0014_000000003477	0.9376090750436301		0	0	False	False	0.9990933537483215	0					non-mobilizable	chromosome	1103.0	91.65899999999999	100.0	0.00050264664898433	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
SPA0092_000000016999	2560	0.8820426085279512	3	3	2	2	2	False	5322	fragment	False	SPA0092_000000016999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	78.043	18.0	0.00016148320911048603	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0039_000000011218	3969	0.8820324249671521	4	4	4	4	4	False	125070	fragment	False	CHI0111_000000006932	0.8448470151917529		0	0	False	False	1.0	0					non-mobilizable	other	3998.0	86.41799999999999	100.0	0.47461263408820026	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
USA0026_01_000000000408	39981	0.8820203383031996	61	21	7	15	12	False	108164	maximal	True	USA0026_01_000000000408	1.0		1	1	False	False	0.9999749660491943	0					non-mobilizable	no_good_hit	675.0	84.59299999999999	2.0	0.0001860583945659841	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0089_000000008675	4442	0.8820192475158258	8	7	4	7	6	False	125222	maximal	True	SPA0089_000000008675	1.0		1	1	False	False	0.9986492395401001	0					non-mobilizable	no_good_hit	3293.0	80.23100000000001	74.0	0.06126689378907566	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
SPA0107_000000016118	2020	0.8820173664119688	3	3	3	3	2	False	8838	maximal	True	SPA0107_000000016118	1.0		13	8	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	82.37200000000001	30.0	0.0022062959797196106	NZ_FWCH01000011.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
CHI0011_000000001333	4285	0.8820129012767992	7	6	5	6	6	False	90211	maximal	True	CHI0011_000000001333	1.0		20	8	False	False	0.9995332360267639	0					non-mobilizable	other	4299.0	94.045	100.0	0.014800297590344846	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
ISR0111_000000006962	2539	0.8820050180752739	3	2	0	2	0	True	39273	maximal	True	ISR0111_000000006962	1.0		3	2	False	False	0.9944860339164734	0					non-mobilizable	no_good_hit								True	True
ISR0222_000000025587	1887	0.8820050180752739	2	2	0	2	0	True	39272	fragment	False	ISR0222_000000025587	1.0		0	0	False	False	0.999470055103302	0					non-mobilizable	no_good_hit								True	True
ISR0128_000000014510	2445	0.8820000671739412	2	2	2	2	1	False	31847	maximal	True	ISR0128_000000014510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	99.62700000000001	22.0	0.00017168885999238793	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0212_000000015885	2220	0.8819902995068386	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3620270908085782	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2156.0	74.258	96.0	0.2595978062157221	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0217_000000003995	6804	0.8819770202954693	11	8	5	8	4	True	112150	backbone	False	ISR0003_000000003180	0.9787329501310891	PS715|PS716	0	0	False	True	0.9979423880577087	0					non-mobilizable	no_good_hit	651.0	78.648	10.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ENG0095_000000008963	3040	0.8819737750888651	4	4	3	3	3	False	90146	fragment	False	ENG0095_000000008963	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3040.0	99.243	100.0	0.000587758038640401	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ISR0379_000000016241	1542	0.8819541249170543	3	2	1	2	2	False	23213	fragment	False	ISR0379_000000016241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	77.079	81.0	0.4196796338672769	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	False
CHI0119_000000001806	5151	0.8819424903360218	5	5	3	4	4	False	81959	fragment	False	ISR0109_000000004938	0.953071825183593		0	0	False	False	0.9885458946228027	0					non-mobilizable	no_good_hit	411.0	72.263	8.0	0.004140912827695399	NZ_KQ960459.1	CFB group bacteria	Porphyromonas somerae strain KA00683 Scaffold690, whole genome shotgun sequence	True	False
SPA0023_000000007741	3233	0.8819385662664917	5	1	1	1	1	False	7634	fragment	False	SPA0023_000000007741	0.9886685552407932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0084_000000006092	4996	0.8819384259580156	6	5	0	3	2	True	111553	maximal	True	AST0084_000000006092	1.0		2	1	False	False	0.9983987212181091	0					non-mobilizable	no_good_hit								True	True
FIJ0068_000000005478	5444	0.8819379327441591	4	4	2	4	1	True	99753	fragment	False	FIJ0068_000000005478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0135_000000001901	10378	0.8819331368456452	11	7	4	4	4	False	103753	fragment	False	ISR0135_000000001901	1.0		0	0	False	False	0.9991327524185181	0					non-mobilizable	no_good_hit	3128.0	88.523	50.0	0.0006093396418847257	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
USA0111_01_000000007846	3120	0.8819316778484849	6	5	5	5	4	False	306	maximal	True	USA0111_01_000000007846	1.0		2	2	False	False	0.9887820482254028	0					non-mobilizable	no_good_hit	2191.0	100.0	70.0	0.000744034221497289	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MON0034_000000017735	1627	0.8819228403309867	2	1	1	1	1	False	45209	fragment	False	MON0104_000000024587	0.5554446118420197		0	0	False	False	0.993853747844696	0					non-mobilizable	no_good_hit	109.0	79.817	7.0	2.700681455127168e-05	CP059264.1	b-proteobacteria	Dechloromonas sp. isolate SSD3 chromosome, complete genome	True	False
SPA0080_000000003623	3469	0.8819195254572028	5	5	5	3	3	False	116631	fragment	False	SPA0101_000000007479	0.33778768147461957		0	0	False	False	0.993946373462677	0					non-mobilizable	other	3438.0	99.738	99.0	0.000714348214929649	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
USA0011_01_000000000890	29775	0.8819188445672584	38	20	11	15	12	True	74384	maximal	True	USA0011_01_000000000890	1.0		1	1	False	False	0.9998992681503296	0					non-mobilizable	no_good_hit	755.0	83.046	3.0	0.9946879150066401	GQ882359.1		Uncultured organism clone VC1D105TF genomic sequence	True	True
FIJ0144_000000028205	1142	0.8819091203666302	2	2	2	2	2	False	40032	maximal	True	FIJ0144_000000028205	1.0		0	0	False	False	0.9973730444908142	0					non-mobilizable	no_good_hit	944.0	95.339	83.0	0.1086405529953917	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ISR0155_000000009408	2258	0.8819055827794157	2	2	2	2	2	False	126659	fragment	False	SPA0012_000000010116	0.9341887417218543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	96.552	4.0	0.08911917098445596	GQ881172.1		Uncultured organism clone VC1CO89TF genomic sequence	True	False
MON0105_000000041819	1309	0.8819011689070396	2	2	2	2	1	True	12629	fragment	False	MON0027_000000029607	0.908689691565491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	72.157	38.0	0.00014963718252153406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0063_000000022718	1318	0.8818977327799931	3	3	3	2	2	False	10729	fragment	False	MON0063_000000022718	1.0		0	0	False	False	0.9886191487312317	0					non-mobilizable	other	1296.0	99.76899999999999	98.0	0.0026978454764178283	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0379_000000001769	9168	0.8818962328938381	9	2	0	2	0	False	23234	maximal	True	ISR0379_000000001769	1.0		1	1	True	True	0.999890923500061	28					non-mobilizable	no_good_hit								True	True
ISR0223_000000002825	7918	0.881893531318226	4	2	1	2	1	False	96042	fragment	False	ISR0223_000000002825	1.0		0	0	False	False	0.9993685483932495	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.000181699495952139	NZ_PPDF01000007.1	firmicutes	Veillonella tobetsuensis strain Y6 Contig_7_len_148597, whole genome shotgun sequence	True	False
ISR0155_000000007334	3124	0.8818901828711919	3	2	2	2	1	False	30601	fragment	False	ISR0155_000000007334	1.0		0	0	False	False	0.9987195730209351	0					non-mobilizable	other	2676.0	99.29	100.0	0.005782683511029253	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	False
AST0089_000000007848	2743	0.8818893663065823	3	2	2	2	1	False	110271	fragment	False	FIJ0161_000000005301	0.9346546598313054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1907.0	82.27600000000001	69.0	0.0021186865256881	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0849_000000005392	4758	0.8818873979466803	8	2	2	1	1	False	92436	fragment	False	ISR0849_000000005392	1.0		0	0	False	False	0.998108446598053	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.892464910992091e-06	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	False
ISR0225_000000007150	2479	0.8818873979466803	3	2	2	1	1	False	38241	maximal	True	ISR0225_000000007150	1.0		0	0	False	False	0.9995965957641602	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.892464910992091e-06	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	False
ISR0011_000000017490	1626	0.8818873979466803	3	2	2	1	1	False	38240	fragment	False	ISR0011_000000017490	1.0		0	0	False	False	0.9993849992752075	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	7.892464910992091e-06	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	False
ISR0047_000000021884	1367	0.8818782325380934	3	3	3	2	3	False	36067	fragment	False	ISR0047_000000021884	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1397.0	73.157	100.0	0.03426697704688243	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0073_000000008021	3202	0.8818680796191146	4	4	4	3	3	False	132012	fragment	False	DEN0067_000000010452	0.5640519155426864		0	0	False	False	0.99750155210495	0					non-mobilizable	other	3202.0	98.93799999999999	100.0	0.0005142532162915932	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0295_000000030236	1173	0.8818644309699778	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.19463231246651722		0	0	False	False	0.9531117081642151	0					non-mobilizable	other	1173.0	99.829	100.0	0.0025908682945808407	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0083_000000005114	2048	0.8818572407960823	3	3	3	1	2	False	90040	fragment	False	CHI0083_000000005114	0.9942303414525636		0	0	False	False	0.99951171875	0					non-mobilizable	chromosome	2048.0	99.902	100.0	0.0008655618033115456	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0018_000000010861	1944	0.8818572407960823	3	3	3	1	2	False	90040	fragment	False	CHI0083_000000005114	0.9778924432244746		0	0	False	False	0.979938268661499	0					non-mobilizable	chromosome	1944.0	100.0	100.0	0.0008215860204368994	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0059_000000006015	3066	0.8818534202547312	3	2	2	2	2	False	131543	fragment	False	MON0013_000000012095	0.5347006395373833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1492.0	82.775	49.0	0.0016577636556750293	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0037_000000016550	1447	0.8818534202547312	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.12267754775514031		0	0	False	False	0.9993089437484741	0					non-mobilizable	other	1455.0	78.832	99.0	0.020108210620258814	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0001_000000007434	6282	0.8818438724094696	10	10	7	8	8	False	97451	maximal	True	CAN0001_000000007434	1.0		2	2	False	False	0.9993632435798645	0					non-mobilizable	no_good_hit	480.0	79.375	8.0	0.11701346389228887	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
FIJ0074_000000006493	4887	0.8818417734887462	2	1	1	1	1	False	111733	fragment	False	AST0062_000000003221	0.9553215708594195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000007421	4066	0.8818389005079253	5	5	5	4	5	False	46796	maximal	True	FIJ0048_000000007421	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	91.509	3.0	0.0006597466572836031	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0163_000000001105	4478	0.8818344432555921	5	2	1	2	1	True	116357	maximal	False	FIJ0122_000000003905	0.9829695032777642	PS169	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0020_000000005582	3638	0.8818344432555921	5	2	1	2	1	True	37698	fragment	False	ISR0020_000000005582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0182370820668693	XM_020194039.1	budding yeasts	Ascoidea rubescens DSM 1968 L domain-like protein mRNA	True	True
ISR0320_000000017711	1483	0.8818324374474532	2	2	2	2	2	False	25052	fragment	False	ISR0320_000000017711	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0071_000000003017	6876	0.8818300899975003	5	5	4	5	4	False	121323	maximal	True	ENG0071_000000003017	1.0	PS849	9	6	False	True	1.0	0					non-mobilizable	no_good_hit	3440.0	97.471	81.0	0.0007103412923376737	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ISR0147_000000012760	1927	0.8818268197390485	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.30286925969999795		0	0	False	False	1.0	0					non-mobilizable	chromosome	1933.0	95.241	100.0	0.0005396924200619052	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ENG0103_000000011071	1576	0.8818268197390485	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.25408652178957475		0	0	False	False	1.0	0					non-mobilizable	chromosome	1589.0	93.70700000000001	100.0	0.00044629888895807526	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
DEN0071_000000028032	1538	0.8818268197390485	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.24463182351712615		0	0	False	False	1.0	0					non-mobilizable	other	1539.0	98.116	100.0	0.0044115791043748635	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
ISR0087_000000025100	1491	0.8818268197390485	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2175718931823075		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	99.93299999999999	100.0	0.00427389653154652	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
CHI0076_000000005999	1472	0.8818268197390485	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.13312900259419197		0	0	False	False	0.9979619383811951	0					non-mobilizable	chromosome	1472.0	99.59200000000001	100.0	0.00047684930654246324	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ISR0089_000000022350	1399	0.8818268197390485	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.06127053392716516		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	98.499	100.0	0.004010004933625526	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
MAD0064_000000018654	1253	0.8818268197390485	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.046035157494953426		0	0	False	False	1.0	0					non-mobilizable	chromosome	1253.0	96.80799999999999	100.0	0.0003501009895945624	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ENG0096_000000026137	1230	0.8818268197390485	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.027828930748072727		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	99.756	100.0	0.0035281159287263216	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
CHI0130_000000015106	1156	0.8818268197390485	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.02207570138697465		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	96.79899999999999	100.0	0.00032542627319859653	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
MON0045_000000017426	1145	0.8818268197390485	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.021812490001345684		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	97.991	100.0	0.008465169969365556	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	False	True
MON0102_000000001127	22907	0.8818237815512042	20	11	5	11	7	True	80303	fragment	False	MON0102_000000001127	0.9891018669566793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	0.0	1.871449063009488e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	True
MON0068_000000008616	4636	0.8818236023467739	4	4	4	4	4	True	52984	maximal	True	MON0068_000000008616	1.0		5	2	False	False	0.9978429675102234	0					non-mobilizable	other	4636.0	98.921	100.0	0.0022449445157240564	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
SPA0109_000000031067	1117	0.8818141379771474	2	2	2	2	1	True	16338	fragment	False	MON0016_000000033311	0.9726388882543077		0	0	False	False	0.9973142147064209	0					non-mobilizable	no_good_hit	577.0	70.884	50.0	0.00010791552769072402	CP014771.1	CFB group bacteria	Hymenobacter sp. PAMC 26554, complete genome	True	True
SPA0101_000000019359	2219	0.8818049427495875	2	2	2	2	1	True	4943	maximal	True	SPA0101_000000019359	1.0		2	2	False	False	0.9981973767280579	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000011156	5486	0.8818044651744342	6	5	5	5	5	False	121750	fragment	False	ISR0096_000000004366	0.3656542362294801		0	0	False	False	0.998177170753479	0					non-mobilizable	other	5117.0	92.046	93.0	0.08622210162132826	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ENG0064_000000015941	1393	0.8818019767801347	2	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.9215882351161281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	92.275	17.0	0.003933641183512912	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0073_000000006172	3017	0.88179160539342	4	4	4	4	3	False	74355	maximal	True	FIJ0073_000000006172	1.0		0	0	False	False	0.9907192587852478	0					non-mobilizable	no_good_hit	1329.0	80.512	45.0	0.0016540947938024743	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0010_000000008718	2309	0.8817877235174578	3	3	2	2	2	True	87540	fragment	False	ISR0010_000000008718	0.9830306777899197		0	0	False	False	0.998700737953186	0					non-mobilizable	other	2309.0	100.0	100.0	0.017765188543454668	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0076_000000005480	2207	0.8817877235174578	3	3	2	2	2	True	87540	fragment	False	ISR0010_000000008718	0.9731816336755577		0	0	False	False	0.993656575679779	0					non-mobilizable	other	2207.0	99.728	100.0	0.00042587201445571006	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
ISR0158_000000008878	2132	0.8817877235174578	4	3	2	2	2	True	87539	fragment	False	ISR0158_000000008878	1.0		0	0	False	False	0.9957786202430725	0					non-mobilizable	other	2113.0	100.0	99.0	0.01625653301723408	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0121_000000011944	2102	0.8817877235174578	4	3	2	2	2	True	82524	fragment	False	ISR0121_000000011944	1.0		0	0	False	False	0.9828734397888184	0					non-mobilizable	chromosome	1918.0	99.791	100.0	0.0003751473583520287	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ENG0060_000000016594	1846	0.8817877235174578	3	3	2	2	2	True	82523	fragment	False	ENG0060_000000016594	1.0		0	0	False	False	0.9989165663719177	0					non-mobilizable	other	1846.0	99.35	100.0	0.014201374723862159	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0111_000000016913	1776	0.8817877235174578	4	3	2	2	2	True	82521	fragment	False	SPA0079_000000014489	0.9707207207207207		0	0	False	False	0.9932432174682617	0					non-mobilizable	chromosome	1687.0	99.881	99.0	0.00032994180812807535	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
SPA0079_000000014489	1776	0.8817877235174578	3	3	2	2	2	True	82521	fragment	False	SPA0079_000000014489	0.9710022522522523		0	0	False	False	0.9847972989082336	0					non-mobilizable	chromosome	1785.0	98.936	100.0	0.000349119920344298	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
SPA0041_000000022622	1488	0.8817877235174578	3	3	2	2	2	True	57767	fragment	False	SPA0041_000000022622	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1488.0	99.866	100.0	0.0002909984986277865	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
USA0064_01_000000001110	11707	0.8817767050131142	15	14	10	10	10	True	123702	fragment	False	ENG0167_000000001303	0.5582442197778559		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	11723.0	99.855	100.0	0.11697668848794507	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0159_000000001763	11706	0.8817767050131142	15	14	10	10	10	True	123702	fragment	False	ENG0167_000000001303	0.5581822661127765		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	11723.0	99.838	100.0	0.11697668848794507	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0040_000000010265	3728	0.8817754595704062	5	3	1	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.3301480803901935	PS550	0	0	False	True	0.9949034452438354	0					non-mobilizable	no_good_hit	197.0	98.985	5.0	3.148816944490856e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
MON0058_000000032698	1596	0.8817625680856548	2	2	2	1	1	False	27717	fragment	False	MON0058_000000032698	1.0		0	0	False	False	0.9974937438964844	0					non-mobilizable	no_good_hit	201.0	97.015	13.0	0.00221182663702819	NZ_JAAIUD010000009.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_9_length_90423_cov_317.944, whole genome shotgun sequence	True	False
MAD0051_000000006898	3950	0.8817618186360452	6	3	2	3	1	True	17353	maximal	True	MAD0051_000000006898	1.0		1	1	False	False	0.9951898455619812	0					non-mobilizable	no_good_hit	1594.0	96.17299999999999	39.0	0.0005831206876797544	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	True
SPA0095_000000006517	3122	0.8817538860744882	4	4	4	3	3	False	5217	maximal	True	SPA0095_000000006517	1.0		2	1	False	False	0.99839848279953	0					non-mobilizable	no_good_hit	1669.0	99.641	58.0	0.003471225042765992	NZ_CYXL01000004.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
CHI0062_000000009894	1393	0.8817536474019136	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.07432827289043153		0	0	False	False	0.9978463649749756	0					non-mobilizable	chromosome	1224.0	88.399	99.0	0.0003261356595711839	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0051_000000003710	4535	0.8817441929221771	5	4	2	3	3	False	120159	maximal	True	CHI0051_000000003710	1.0	PS832|PS833	5	2	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2412.0	95.854	88.0	0.4288005703083229	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0282_000000005258	3867	0.8817420558606068	7	5	4	3	4	False	26148	fragment	False	ISR0282_000000005258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	82.161	36.0	0.01876510891776742	CP021611.1	other sequences	Unidentified plasmid plasmid FAKO02_000237F, complete sequence	True	False
CAN0006_000000012527	3608	0.8817332601484524	7	5	3	4	4	True	123588	maximal	True	CAN0006_000000012527	1.0	PS902	5	2	False	True	1.0	0					non-mobilizable	no_good_hit	2183.0	98.809	74.0	0.028661918153862327	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	True	True
ISR0167_000000008482	3593	0.881726810428669	4	2	2	2	2	True	117393	fragment	False	ISR0167_000000008482	1.0		0	0	False	False	0.9974951148033142	0					non-mobilizable	no_good_hit	2192.0	97.445	87.0	0.03332116121964579	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0168_000000009950	2584	0.881726810428669	3	2	2	2	2	True	86424	fragment	False	ISR0168_000000009950	1.0		0	0	False	False	0.99651700258255	0					non-mobilizable	no_good_hit	1283.0	98.363	79.0	0.019505812184285803	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ENG0054_000000009295	2778	0.8817261632085188	2	2	1	2	1	False	84373	fragment	False	SPA0150_000000006833	0.9711743895522704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	86.23	62.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0009_000000015775	2101	0.8817260222050124	3	3	3	3	2	False	128048	fragment	False	ISR0776_000000010471	0.5380580803277938		0	0	False	False	0.9900047779083252	0					non-mobilizable	other	1471.0	97.145	93.0	0.003069607746786635	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0155_000000003762	7071	0.8817238311723147	8	6	6	6	5	False	99571	fragment	False	ISR0155_000000003762	1.0		0	0	False	False	0.9994342923164368	0					non-mobilizable	no_good_hit	3515.0	97.667	68.0	0.014326753395986375	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0375_000000001234	10104	0.8817201447609323	11	6	2	6	3	False	23405	maximal	True	ISR0375_000000001234	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	1.0	3.1477542740601e-05	NZ_CP048877.1	bacteria	Thermosulfuriphilus ammonigenes strain ST65 chromosome, complete genome	True	False
ENG0135_000000001302	11929	0.8817183468532143	14	10	1	6	7	False	111568	fragment	False	ENG0135_000000001302	1.0		0	0	False	False	0.998407244682312	0					non-mobilizable	chromosome	11929.0	99.93299999999999	100.0	0.0021641051376269627	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0051_000000007755	3245	0.8817173673722132	4	4	3	4	3	True	25757	maximal	True	SPA0051_000000007755	1.0		2	2	False	False	0.9996918439865112	0					non-mobilizable	no_good_hit	856.0	78.154	26.0	0.025699237195786415	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0072_000000008741	3133	0.8817171991042271	4	3	3	3	3	False	34857	fragment	False	ISR0072_000000008741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0113_000000021153	1392	0.8817138248876615	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.021643059493410367		0	0	False	False	1.0	0					non-mobilizable	chromosome	1296.0	92.59299999999999	93.0	0.00036835084066479503	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0046_000000012110	1559	0.8817115057659389	3	3	3	2	2	False	91806	fragment	False	ISR0090_000000017639	0.7955488080211961		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	93.846	100.0	0.014189564567983315	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ENG0174_000000013316	1514	0.8817038266833904	2	2	2	2	2	False	108428	fragment	False	ENG0174_000000013316	0.9780068728522338		0	0	False	False	0.95772784948349	0					non-mobilizable	chromosome	1465.0	99.932	97.0	0.0002732635677507926	CP055888.1	enterobacteria	Escherichia coli strain RHBSTW-00353 chromosome, complete genome	False	False
CHI0141_000000006652	4120	0.8817007744063592	4	3	1	3	1	False	80137	fragment	False	CHI0141_000000006652	1.0		0	0	False	False	0.9944174885749817	0					non-mobilizable	no_good_hit	282.0	77.66	7.0	0.0016005158497127132	NZ_AAXG02000011.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont151, whole genome shotgun sequence	True	False
ENG0032_000000001793	9205	0.8816970072832953	9	7	2	6	4	False	111564	fragment	False	ENG0032_000000001793	0.9956485946136657		0	0	False	False	0.9969581961631775	0					non-mobilizable	other	9205.0	99.92399999999999	100.0	0.004039349066166795	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0086_01_000000004777	3896	0.8816963152839256	6	5	3	4	5	True	120915	fragment	False	FIJ0001_000000004817	0.9633366141732284		0	0	False	False	0.9922997951507568	0					non-mobilizable	other	3890.0	96.24700000000001	99.0	0.0011031298684192597	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ENG0160_000000016844	1179	0.8816952925932657	3	3	3	2	2	False	56445	fragment	False	ENG0160_000000016844	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	96.014	100.0	0.015877087580499265	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ISR0140_000000009168	2786	0.8816876160822247	5	4	4	3	3	False	31249	fragment	False	ISR0140_000000009168	1.0		0	0	False	False	0.9935390949249268	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.0030074028377544727	NZ_QASO01000101.1	g-proteobacteria	Pseudomonas indoloxydans strain JCM 14246, whole genome shotgun sequence	True	False
ISR0280_000000003931	2786	0.8816864385322434	2	2	2	2	2	True	119892	fragment	False	ISR0280_000000003931	1.0		0	0	False	False	0.9996410608291626	0					non-mobilizable	plasmid	2573.0	100.0	100.0	0.7652484379648914	CP000421.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 2, complete sequence	False	True
ISR0100_000000003815	3124	0.8816719439630047	4	4	4	4	3	False	121129	fragment	False	ISR0100_000000003815	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1846.0	98.80799999999999	100.0	0.0005815395700641711	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0107_000000002540	12408	0.8816715040485531	17	8	3	4	8	False	86589	maximal	True	MAD0107_000000002540	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	88.71	0.0	0.0014723203769140165	NZ_WNAJ01000029.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold29_size40752, whole genome shotgun sequence	True	False
MAD0101_000000003011	7585	0.8816600361267254	6	6	6	6	6	False	45111	fragment	False	MAD0101_000000003011	1.0		0	0	False	False	0.999340832233429	0					non-mobilizable	chromosome	7593.0	95.759	100.0	0.0014692913462050405	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
SPA0017_000000002478	4547	0.8816548066304679	5	2	0	1	1	False	7842	maximal	True	SPA0017_000000002478	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	2276.0	97.45200000000001	71.0	0.5188313170509016	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	True	True
ENG0109_000000007649	3225	0.8816548066304679	4	2	0	1	1	False	59889	fragment	False	ENG0109_000000007649	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3231.0	94.119	100.0	0.7361333028988816	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	False
ISR0813_000000001176	20317	0.8816474890327491	11	3	2	2	2	False	121687	maximal	True	ISR0813_000000001176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	70.183	2.0	0.00014815165251341145	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
TAN0002_000000009483	3590	0.881646531202575	7	5	4	3	3	False	64321	fragment	False	TAN0002_000000009483	1.0		0	0	False	False	0.9997214674949646	0					non-mobilizable	no_good_hit	105.0	79.048	3.0	0.00020829369410869326	NZ_SEWY01000004.1	CFB group bacteria	Aquirufa antheringensis strain 103A-SOEBACH NODE_4_length_499295_cov_234.440872, whole genome shotgun sequence	True	False
AUS0018_000000002383	10572	0.8816380890510565	15	14	11	11	13	True	125099	fragment	False	AUS0018_000000002383	1.0		0	0	False	False	0.9998108148574829	0					non-mobilizable	no_good_hit	4050.0	86.86399999999999	40.0	0.0011382279035942657	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
USA0039_01_000000002357	10029	0.8816350955602389	9	5	4	5	3	True	131969	fragment	False	ENG0129_000000002171	0.943483059829984		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2662.0	89.10600000000001	27.0	0.03323448077380282	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0047_000000003449	11140	0.8816333859908503	15	4	3	4	2	False	120565	fragment	False	SPA0047_000000003449	1.0		0	0	False	False	0.9960502982139587	0					non-mobilizable	no_good_hit	730.0	87.945	6.0	0.00020374817961540213	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0030_000000018652	1632	0.8816332526338841	3	3	3	2	2	False	7316	fragment	False	SPA0030_000000018652	1.0		0	0	False	False	0.9950980544090271	0					non-mobilizable	other	1639.0	87.98	99.0	0.00046356435283804716	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0149_000000017593	1514	0.881629304683343	3	3	3	3	2	False	104380	fragment	False	ENG0093_000000007624	0.6442466309669621		0	0	False	False	0.9894319772720337	0					non-mobilizable	other	1492.0	99.26299999999999	99.0	0.010253553671267356	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0103_000000007589	3515	0.8816248187822929	5	4	4	3	3	False	111988	fragment	False	FIJ0090_000000010828	0.9635832004253058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	82.485	19.0	0.0015062185307914103	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0168_000000012323	1268	0.8816168585021098	2	2	2	2	2	False	97493	fragment	False	FIJ0097_000000023905	0.9180612562586813		0	0	False	False	0.9968454241752625	0					non-mobilizable	chromosome	1268.0	96.29299999999999	100.0	0.0002272446416807566	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
MAD0056_000000005807	2313	0.8816098123259369	3	2	2	1	1	False	96362	fragment	False	MAD0056_000000005807	1.0		0	0	False	False	0.9952442646026611	0					non-mobilizable	other	2074.0	95.902	90.0	0.0006064709365422313	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
ISR0032_000000023406	1435	0.8816056785739761	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.1806236984238298		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	81.78	100.0	0.0006600620430606185	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
MAD0039_000000012029	1259	0.8816027008645373	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.5471046563247421		0	0	False	False	1.0	0					non-mobilizable	other	1062.0	98.87	95.0	0.009498997278326888	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0090_000000002449	4956	0.8815999733107979	6	3	3	3	2	False	116206	fragment	False	ENG0071_000000004117	0.9634750593057394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	96.31	39.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AUS0020_000000013101	2069	0.8815956735556728	2	2	2	1	1	False	99608	maximal	True	AUS0020_000000013101	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	81.98100000000001	62.0	0.04500482194520841	NZ_OAOI01000157.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
ISR0205_000000006048	2977	0.8815922088995107	4	4	4	4	4	False	116616	fragment	False	ISR0205_000000006048	0.9908961085326669		0	0	False	False	0.9956331849098206	0					non-mobilizable	chromosome	2977.0	99.96600000000001	100.0	0.0005709616502173051	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
FIJ0142_000000002386	10875	0.8815849931291977	15	9	4	6	6	True	89488	maximal	True	FIJ0142_000000002386	1.0	PS328|PS329|PS369|PS465	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1627.0	76.46	15.0	0.1525828320443044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0176_000000021581	1585	0.8815816937308949	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.2693921365406627		0	0	False	False	0.9943217635154724	0					non-mobilizable	other	1587.0	96.786	100.0	0.011281707517097278	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
ENG0030_000000013008	1485	0.8815767864084793	3	3	3	3	2	False	107572	fragment	False	ISR0792_000000008726	0.5630462973576578		0	0	False	False	1.0	0					non-mobilizable	other	1486.0	96.09700000000001	100.0	0.17108294930875576	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
CHI0065_000000000736	13353	0.8815631617666886	13	8	5	8	3	False	90846	maximal	True	CHI0065_000000000736	0.9884006948351474		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	287.0	75.61	2.0	9.54834947774606e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0159_000000001663	12281	0.8815622517145982	21	3	0	3	1	True	61770	fragment	False	ENG0159_000000001663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00014737186834779762	CP003691.1	firmicutes	Bacillus thuringiensis MC28 plasmid pMC183, complete sequence	True	True
ISR0376_000000005125	4047	0.8815606566227755	5	4	4	4	4	False	129728	fragment	False	ISR0376_000000005125	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1569.0	97.196	86.0	0.007290446341474799	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0106_000000024034	1180	0.8815605222103065	1	1	1	1	1	False	42317	fragment	False	FIJ0106_000000024034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0112_000000002211	6588	0.8815557700632287	7	7	7	7	5	False	102824	maximal	True	CHI0112_000000002211	1.0		32	7	False	False	0.9998481869697571	0					non-mobilizable	no_good_hit	5307.0	86.697	80.0	0.007318975759796573	NZ_OEST01000002.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0176_000000001357	17204	0.8815324595311873	28	11	6	10	5	True	112141	fragment	False	ISR0176_000000001357	1.0		0	0	False	False	0.9996512532234192	0					non-mobilizable	no_good_hit	5935.0	96.10799999999999	78.0	0.03414471183199511	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0010_01_000000014372	1853	0.881531036575336	3	2	1	2	1	True	77457	fragment	False	USA0010_01_000000014372	0.8607492862769209		0	0	False	False	0.9967620372772217	0					non-mobilizable	chromosome	1853.0	97.625	100.0	0.0002818798157005231	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0106_000000015102	1735	0.881531036575336	3	2	1	2	1	True	77457	fragment	False	USA0010_01_000000014372	0.8469582230785007		0	0	False	False	0.9959654211997986	0					non-mobilizable	other	1736.0	98.329	100.0	0.0005183932440265941	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0188_000000012491	1684	0.881531036575336	3	2	1	2	1	True	77457	fragment	False	USA0010_01_000000014372	0.8425802329481232		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	95.43	100.0	0.0005031463839081649	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0256_000000011244	1583	0.881531036575336	2	2	1	2	1	True	77457	fragment	False	USA0010_01_000000014372	0.7161501462401616		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	97.54299999999999	100.0	0.00047295162171284423	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0040_000000033773	1283	0.8815231486173277	2	2	2	2	1	False	61007	fragment	False	ISR0028_000000013139	0.7321073478941771		0	0	False	False	0.9984411597251892	0					non-mobilizable	other	1283.0	95.323	100.0	0.011675880472499749	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
MAD0043_000000003267	6277	0.8815230114749218	10	8	5	7	8	True	109533	fragment	False	MAD0043_000000003267	1.0		0	0	False	False	1.0	0	rep_cluster_707				non-mobilizable	plasmid	6217.0	97.39399999999999	100.0	0.18381786961927882	CP047414.1	firmicutes	Lactobacillus salivarius strain 2D plasmid unnamed2, complete sequence	False	True
CAN0002_000000011412	1685	0.8815215258967116	4	2	2	2	2	False	96909	fragment	False	CAN0002_000000011412	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	98.0	100.0	0.0003226247037220436	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0350_000000002050	7044	0.8814972173715961	7	6	2	2	5	False	66089	fragment	False	ISR0350_000000002050	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	7044.0	100.0	100.0	0.1854494707462215	CP001137.1	enterobacteria	Salmonella enterica subsp. enterica serovar Agona str. SL483 plasmid, complete sequence	False	True
MAD0110_000000018520	1445	0.8814914338259255	2	1	1	1	1	True	43796	fragment	False	MAD0110_000000018520	0.9798505641689956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0097_000000022823	1387	0.8814914338259255	2	1	1	1	1	True	43796	fragment	False	MAD0110_000000018520	0.9669607868430654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0783_000000010618	1316	0.8814914338259255	2	1	1	1	1	True	43796	fragment	False	MAD0110_000000018520	0.7221081240957501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0005_000000016221	1192	0.8814914338259255	2	1	1	1	1	True	43796	fragment	False	MAD0110_000000018520	0.47093465045592703		0	0	False	False	0.9924496412277222	0					non-mobilizable	no_good_hit								True	True
ISR0090_000000019553	1568	0.8814839388554384	2	2	0	2	1	True	33658	maximal	True	ISR0090_000000019553	1.0		1	1	False	False	0.9987244606018066	0					non-mobilizable	no_good_hit								True	True
FIJ0144_000000002471	11475	0.8814786008115595	11	6	4	5	4	False	49799	fragment	False	FIJ0144_000000002471	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	81.858	15.0	0.023601306500895584	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ISR0334_000000004206	4367	0.8814773307665202	4	3	1	1	3	False	126712	maximal	True	ISR0334_000000004206	1.0	PS816|PS832|PS833|PS837|PS974|PS975|PS976	2	2	False	True	0.9988550543785095	0	rep_cluster_475				non-mobilizable	no_good_hit	3166.0	99.96799999999999	72.0	0.48550391164289003	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0298_000000011447	1304	0.8814740227149103	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.056038532513536105		0	0	False	False	1.0	0					non-mobilizable	chromosome	1304.0	99.23299999999999	100.0	0.00045791681236480823	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
TAN0004_000000001063	3442	0.8814722141852158	4	4	3	3	3	False	68198	fragment	False	ISR0017_000000008787	0.6537726838586437		0	0	False	False	1.0	0					non-mobilizable	other	3442.0	99.971	100.0	0.000741330888226864	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
CHI0060_000000004089	3094	0.8814694735772105	3	2	1	2	1	True	85764	fragment	False	CHI0060_000000004089	0.992921270718232		0	0	False	False	0.9993535876274109	0					non-mobilizable	no_good_hit	156.0	94.87200000000001	7.0	0.0001200341671448673	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	True
MAD0007_000000001446	4237	0.8814640461788745	4	4	4	3	3	False	90041	maximal	True	MAD0007_000000001446	1.0		44	10	False	False	1.0	0					non-mobilizable	chromosome	2223.0	99.91	100.0	0.0009395595148794599	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0391_000000000544	15393	0.8814583971346276	19	18	6	8	17	True	132597	maximal	True	ISR0391_000000000544	1.0	PS1169|PS902	116	8	False	True	1.0	0			MPF_T		non-mobilizable	no_good_hit	12170.0	99.934	89.0	0.3683557331396053	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0017_000000025404	1290	0.8814496141011932	2	2	2	1	1	True	118491	fragment	False	ISR0832_000000007637	0.34117805542860913		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	99.845	100.0	0.002958464444490348	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	True
MAD0053_000000008548	1284	0.8814496141011932	2	2	2	1	1	True	71993	fragment	False	MAD0005_000000023770	0.9778860569715142		0	0	False	False	0.9906542301177979	0					non-mobilizable	other	1241.0	89.12200000000001	96.0	0.06852296188828748	NZ_CABLCC010000055.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	True
ENG0127_000000008121	3129	0.8814467740027689	3	3	3	3	3	False	58739	maximal	True	ENG0127_000000008121	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1058.0	99.905	54.0	0.002853964499597691	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
MAD0067_000000004009	2429	0.8814457600170491	6	3	1	3	1	False	16514	fragment	False	MAD0067_000000004009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.0771012646851818e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0006_000000005275	2649	0.8814357947948261	2	2	2	2	2	True	127563	maximal	True	AST0006_000000005275	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0019350811485642947	XM_035388439.1	bony fishes	PREDICTED: Anguilla anguilla low-density lipoprotein receptor-related protein 1-like (LOC118211312), transcript variant X2, mRNA	True	True
CHI0114_000000003144	2303	0.8814346144922524	2	2	2	2	2	False	82305	maximal	True	CHI0114_000000003144	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1722.0	96.28299999999999	80.0	0.003922867026681432	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
AST0005_000000001125	18578	0.8814304665540438	25	10	5	10	3	True	128788	fragment	False	AST0005_000000001125	1.0		0	0	False	False	0.9998923540115356	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0043141922047009815	XM_034225480.1	bony fishes	PREDICTED: Gymnodraco acuticeps interferon-induced very large GTPase 1 (si:dkey-202l22.6), transcript variant X2, mRNA	True	True
AST0094_000000003587	5518	0.8814268103751017	8	5	1	4	5	True	109392	maximal	True	AST0094_000000003587	0.9993254962420505		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	96.947	4.0	0.00041555054053535697	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0347_000000003434	5189	0.8814268103751017	7	5	1	4	5	True	109392	maximal	False	AST0094_000000003587	0.9695541862993838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	83.333	2.0	2.6798328641839267e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CHI0053_000000004934	2270	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9556108052460894	PS556	0	0	False	True	0.9938325881958008	0					non-mobilizable	no_good_hit	135.0	85.926	9.0	2.5550489101190996e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
MON0033_000000027933	2258	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9500669203314661	PS556	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	110.0	96.36399999999999	8.0	1.5243842193487266e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0138_000000013075	2243	0.8814264942610283	3	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.952455948718218	PS556	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	172.0	86.04700000000001	11.0	3.275451068879288e-05	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	True
USA0018_01_000000010489	2241	0.8814264942610283	3	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9523933974189557	PS556	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	125.0	88.8	6.0	2.456650772880606e-05	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
CHI0131_000000007596	2237	0.8814264942610283	2	1	0	1	0	False	99238	backbone	True	CHI0131_000000007596	0.9612907740750675	PS556	17	6	True	True	0.9874832630157471	13					non-mobilizable	no_good_hit	125.0	88.0	6.0	2.456650772880606e-05	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
USA0019_01_000000013466	2234	0.8814264942610283	3	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9185148108017708	PS556	0	0	False	True	0.9995523691177368	0					non-mobilizable	no_good_hit	79.0	100.0	7.0	1.1009441584185248e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
CHI0099_000000002712	2224	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9525723007967771	PS556	0	0	True	True	0.9995503425598145	3					non-mobilizable	no_good_hit	127.0	88.976	6.0	0.00010520681907182536	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
CHI0031_000000004310	2223	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9556885545487164	PS556	0	0	False	True	0.9995501637458801	0					non-mobilizable	no_good_hit	102.0	94.118	7.0	0.00020848883125330976	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	True
SPA0077_000000013013	2221	0.8814264942610283	3	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.8983813508441171	PS556	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	105.0	86.667	5.0	1.8997281678964558e-05	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
USA0010_01_000000012067	2218	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9467787603086293	PS556	0	0	False	True	0.9936879873275757	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	6.0	1.620739980299429e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
CHI0162_000000014043	2214	0.8814264942610283	3	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9503455040086974	PS556	0	0	True	True	0.998645007610321	4					non-mobilizable	no_good_hit	70.0	100.0	6.0	2.0829044260813442e-05	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
USA0037_01_000000015779	2166	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.955383115446247	PS556	0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
AUS0022_000000015941	2166	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9124355780589645	PS556	0	0	True	True	1.0	72					non-mobilizable	no_good_hit								True	True
USA0125_01_000000011077	2166	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.955383115446247	PS556	0	0	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
CHI0159_000000006891	2166	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9546969726024119	PS556	0	0	True	True	0.9981532692909241	23					non-mobilizable	no_good_hit								True	True
CHI0168_000000007640	2166	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.955383115446247	PS556	0	0	True	True	1.0	132					non-mobilizable	no_good_hit								True	True
DEN0053_000000004813	2166	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9584246232961087	PS556	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	114.0	85.965	5.0	2.2333188844369143e-05	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
SPA0136_000000019152	2166	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9553190915758842	PS556	0	0	True	True	1.0	59					non-mobilizable	no_good_hit								True	True
ISR0834_000000007929	2146	0.8814264942610283	3	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.954407727306551	PS556	0	0	True	True	0.9948741793632507	8					non-mobilizable	no_good_hit								True	True
USA0031_01_000000013232	2146	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9533818110690798	PS556	0	0	True	True	0.9958061575889587	7					non-mobilizable	no_good_hit								True	True
ISR0773_000000006828	2146	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9535878734078448	PS556	0	0	True	True	1.0	43					non-mobilizable	no_good_hit								True	True
DEN0083_000000013490	2146	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9528656524710982	PS556	0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ISR0837_000000005753	2126	0.8814264942610283	3	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9128408771242802	PS556	0	0	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
MON0033_000000029394	2125	0.8814264942610283	2	1	0	1	0	False	83055	fragment	False	MON0033_000000029394	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	539.0	92.39299999999999	72.0	0.000230023212212048	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0046_000000014928	2102	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9112224217158754	PS556	0	0	True	True	1.0	47					non-mobilizable	no_good_hit								True	True
CHI0140_000000014028	2096	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.897449621913248	PS556	0	0	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ISR0828_000000003408	2093	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.8988067769022151	PS556	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0098_000000012133	2092	0.8814264942610283	2	1	0	1	0	False	99238	backbone	False	CHI0131_000000007596	0.9445731520347939	PS556	0	0	True	True	1.0	90					non-mobilizable	no_good_hit								True	True
ISR0152_000000012605	1865	0.8814264942610283	2	1	0	1	0	False	30716	fragment	False	ISR0152_000000012605	1.0		0	0	False	False	0.9914209246635437	0					non-mobilizable	no_good_hit								True	False
CHI0048_000000011354	1707	0.8814264942610283	2	1	0	1	0	False	117703	backbone	False	CHI0115_000000003774	0.6526557546384751	PS794	0	0	True	True	0.9994142055511475	1					non-mobilizable	other	1607.0	99.315	94.0	0.020922627965450306	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ENG0120_000000012636	1678	0.8814264942610283	1	1	0	1	0	False	83050	backbone	False	ENG0209_000000010703	0.9140505228685297	PS412	0	0	True	True	1.0	16					non-mobilizable	other	1603.0	98.066	100.0	0.2845976194705987	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ENG0088_000000010978	1678	0.8814264942610283	2	1	0	1	0	False	83050	backbone	False	ENG0209_000000010703	0.914104817275797	PS412	0	0	True	True	0.9994040727615356	44					non-mobilizable	chromosome	880.0	98.977	100.0	0.5494367959949937	HG796511.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01496	False	True
ISR0112_000000021982	1677	0.8814264942610283	1	1	0	1	0	False	83050	backbone	False	ENG0209_000000010703	0.9130928458470957	PS412	0	0	True	True	1.0	9					non-mobilizable	chromosome	850.0	98.706	100.0	0.5306633291614519	HG796511.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01496	False	True
SPA0145_000000020893	1668	0.8814264942610283	1	1	0	1	0	False	83050	backbone	False	ENG0209_000000010703	0.9146434262536702	PS412	0	0	True	True	1.0	5					non-mobilizable	other	1604.0	98.19200000000001	99.0	0.284775270918458	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ISR0838_000000014844	1638	0.8814264942610283	2	1	0	1	0	False	83050	backbone	False	ENG0209_000000010703	0.9091806774549321	PS412	0	0	True	True	0.9932844638824463	5					non-mobilizable	other	1601.0	99.126	100.0	0.2842423165748801	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
DEN0035_000000021062	1638	0.8814264942610283	2	1	0	1	0	False	83050	backbone	False	ENG0209_000000010703	0.9097864191045052	PS412	0	0	True	True	0.9993894696235657	12					non-mobilizable	other	1603.0	98.939	100.0	0.2845976194705987	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ISR0791_000000011498	1603	0.8814264942610283	2	2	0	2	0	False	117703	backbone	False	CHI0115_000000003774	0.4319934706270506	PS794	0	0	True	True	1.0	8					non-mobilizable	other	1040.0	86.92299999999999	99.0	0.0005315643965870997	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ISR0344_000000023604	1478	0.8814264942610283	2	1	0	1	0	False	24249	maximal	True	ISR0344_000000023604	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	86.405	45.0	0.0007363027515532963	NZ_UYXJ01000002.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
MON0083_000000032540	1258	0.8814264942610283	3	1	0	1	0	False	9850	fragment	False	MON0083_000000032540	1.0		0	0	False	False	0.9976152777671814	0					non-mobilizable	chromosome	1258.0	99.84100000000001	100.0	0.00022527172056119204	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
CHI0106_000000017450	1179	0.8814264942610283	1	1	0	1	0	False	83046	fragment	False	CHI0106_000000017450	1.0		0	0	False	False	0.9983036518096924	0					non-mobilizable	other	1179.0	98.473	100.0	0.20927340557825547	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	False
USA0025_01_000000013972	1115	0.8814264942610283	1	1	0	1	0	False	1643	fragment	False	USA0025_01_000000013972	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	86.64299999999999	100.0	0.0003201849240698153	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
MON0057_000000006259	3693	0.8814226776497394	3	3	3	3	3	False	67253	fragment	False	MON0057_000000006259	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3711.0	93.209	99.0	0.001606001520151547	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0105_000000013641	3890	0.8814158346889801	5	3	3	3	3	False	116380	fragment	False	MON0060_000000006725	0.41213882417672276		0	0	False	False	1.0	0					non-mobilizable	other	2059.0	91.501	97.0	0.0004977111416929681	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0316_000000015698	1392	0.8814043859802598	3	2	2	1	1	False	64307	fragment	False	ISR0316_000000015698	0.9697080291970803		0	0	False	False	0.9885057210922241	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000011524	3121	0.8814035644224242	5	3	3	2	2	False	47407	fragment	False	FIJ0041_000000011524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	2.0	0.0008704670889358077	NZ_AMRI01000029.1	g-proteobacteria	Gallaecimonas xiamenensis 3-C-1 contig29, whole genome shotgun sequence	True	False
USA0055_01_000000002740	8869	0.8813991050824725	8	6	2	4	4	False	110883	maximal	True	USA0055_01_000000002740	1.0		15	5	False	False	0.9992107152938843	0					non-mobilizable	no_good_hit	3964.0	90.464	46.0	0.049111144308335825	NZ_AGDG01000019.1	CFB group bacteria	Bacteroides faecis MAJ27 contig019, whole genome shotgun sequence	True	False
MON0061_000000026366	1724	0.8813866141251393	3	3	3	3	3	False	10816	maximal	True	MON0061_000000026366	1.0		26	5	False	False	1.0	0					non-mobilizable	other	1737.0	76.79899999999999	100.0	0.015425798596189658	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0096_000000003732	4350	0.8813742097180612	7	6	2	4	6	False	89148	fragment	False	MAD0096_000000003732	0.9874939874939875		0	0	False	False	1.0	0					non-mobilizable	plasmid	4350.0	100.0	100.0	0.05553356403151456	CP041524.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-2	False	True
DEN0078_000000022958	1491	0.8813529757107044	2	2	2	2	2	False	69733	maximal	True	DEN0078_000000022958	1.0		1	1	False	False	0.9953051805496216	0					non-mobilizable	no_good_hit	139.0	84.17299999999999	9.0	6.506996456557665e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
MAD0005_000000018299	1672	0.8813528252679366	3	3	3	2	2	False	120870	fragment	False	MAD0005_000000018299	0.9862444017914267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1280.0	96.094	89.0	0.00040282253145908437	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0085_000000006114	2243	0.8813447667961527	2	2	2	2	2	False	5542	maximal	True	SPA0085_000000006114	1.0		8	2	True	True	1.0	1					non-mobilizable	no_good_hit	1448.0	83.771	64.0	0.000377899257243331	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
AST0047_000000006470	3271	0.8813412029125636	5	4	4	4	3	False	115436	fragment	False	AST0047_000000006470	1.0		0	0	False	False	0.999694287776947	0					non-mobilizable	no_good_hit								True	False
ITA0005_000000006685	2695	0.8813382275918131	4	4	4	4	3	False	95318	fragment	False	ENG0196_000000003263	0.7967565051070172		0	0	False	False	0.9948052167892456	0					non-mobilizable	other	2624.0	99.314	97.0	0.0007092219675488364	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0120_000000011342	2101	0.8813344841267438	2	2	2	2	2	False	104759	maximal	False	ENG0096_000000015141	0.9642713224417302		0	0	False	False	0.9995240569114685	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.848021397279278e-06	CP027753.1	g-proteobacteria	Pseudomonas chlororaphis strain B25 chromosome, complete genome	True	False
SPA0006_000000013456	2384	0.8813327874231859	3	2	2	2	2	False	116946	fragment	False	SPA0006_000000013456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1907.0	87.1	80.0	0.0005350284267343862	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0059_000000000360	25048	0.8813309728178681	19	5	2	4	2	True	19807	fragment	False	MAD0059_000000000360	1.0		0	0	False	False	0.9999600648880005	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.2978964343540208e-05	NZ_WBJY01000001.1	high GC Gram+	Pseudoclavibacter endophyticus strain EGI 60007 Scaffold1_1, whole genome shotgun sequence	True	True
ISR0005_000000002505	4952	0.8813094624711071	7	4	2	4	2	False	125778	maximal	False	ISR0133_000000003333	0.9041132631288834	PS936	0	0	True	True	0.999798059463501	21					non-mobilizable	no_good_hit	1586.0	89.912	34.0	0.3368129527055816	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0373_000000004983	3033	0.8813076136344775	6	5	3	3	4	True	123556	backbone	False	ISR0826_000000002301	0.27511414448055044	PS902	0	0	False	True	0.994724690914154	0	rep_cluster_1702				non-mobilizable	plasmid	3051.0	98.88600000000001	100.0	0.09231793692112113	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0136_000000008069	1206	0.8813058836649572	2	2	2	2	2	False	105316	fragment	False	ISR0136_000000008069	0.99079754601227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	74.26	35.0	0.005891382815417168	NZ_FQVD01000024.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
FIJ0088_000000006014	4586	0.8813028818730221	4	4	4	4	4	False	114374	maximal	True	FIJ0088_000000006014	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	74.244	52.0	0.00037549790039767913	CP003261.1	firmicutes	Clostridium pasteurianum BC1, complete genome	True	False
MAD0050_000000007923	2972	0.8813025615290329	5	5	0	3	5	False	98316	fragment	False	MAD0050_000000007923	1.0		0	0	False	False	0.9983176589012146	0	IncFIA				non-mobilizable	plasmid	2942.0	95.139	100.0	0.018370552055111657	CP019456.1	enterobacteria	Escherichia coli strain FHI_NMBU_03 plasmid pFHI_NMBU_03_1, complete sequence	False	True
ISR0065_000000012197	2647	0.8812917594789565	3	1	1	1	1	False	78082	fragment	False	ISR0065_000000012197	0.9962671905697447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	97.727	6.0	0.0002800624507073991	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0036_000000009662	2545	0.8812917594789565	3	1	1	1	1	False	78082	fragment	False	ISR0065_000000012197	0.977143936531923		0	0	False	False	0.9996070861816406	0					non-mobilizable	no_good_hit	67.0	97.015	5.0	0.00021246116950216485	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0011_000000020032	1442	0.8812917594789565	2	1	1	1	1	False	78077	fragment	False	ISR0025_000000027216	0.990428815960543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	96.25	6.0	0.0002543095816768337	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0022_000000029145	1434	0.8812917594789565	1	1	1	1	1	False	78077	fragment	False	ISR0025_000000027216	0.9887780639794274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	96.053	5.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0043_000000002930	2854	0.8812694166875861	3	3	3	3	3	False	87415	fragment	False	CHI0043_000000002930	1.0		0	0	False	False	0.9968465566635132	0					non-mobilizable	chromosome	2854.0	99.79	100.0	0.0005490612073342107	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
SPA0003_000000003115	5616	0.8812558210623385	8	8	5	7	7	True	114229	fragment	False	CHI0087_000000001017	0.6849505703816108		0	0	False	False	1.0	0					non-mobilizable	plasmid	5616.0	100.0	100.0	0.12431917814285082	CP053331.1	enterobacteria	Salmonella enterica subsp. salamae serovar 60:z10:z39 strain 2011K-1889 plasmid unnamed2, complete sequence	False	True
SPA0128_000000026332	1423	0.8812527932730443	2	2	2	2	2	False	66594	fragment	False	SPA0128_000000026332	0.9967008797653959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	74.608	22.0	0.0001486328653156099	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
SPA0082_000000010112	1668	0.8812488472073159	2	1	1	1	1	False	5598	maximal	True	SPA0082_000000010112	1.0		0	0	False	False	0.9982014298439026	0					non-mobilizable	no_good_hit	1015.0	99.507	61.0	0.00018306398194490857	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
AST0031_000000010697	2657	0.8812479935216588	3	3	3	3	2	False	117475	maximal	True	AST0031_000000010697	1.0		1	1	False	False	0.9954836368560791	0					non-mobilizable	no_good_hit	1848.0	88.58200000000001	69.0	0.011126690761401685	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
CHI0042_000000001986	5915	0.8812428383789559	9	7	3	3	7	True	99304	maximal	True	CHI0042_000000001986	1.0		2	1	False	False	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2160.0	95.463	73.0	0.34347618288991555	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
FIJ0164_000000005442	4419	0.8812380732809647	5	5	3	3	4	True	123485	fragment	False	USA0051_01_000000004897	0.9284121320249776		0	0	False	False	0.9846119284629822	0					non-mobilizable	other	4409.0	98.84299999999999	99.0	0.0021281454477337035	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
USA0133_01_000000007042	3613	0.8812380732809647	5	5	3	3	4	True	123478	fragment	False	USA0133_01_000000007042	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3613.0	99.889	100.0	0.0017438433206021183	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
MAD0098_000000003095	11168	0.8812370044109796	11	5	3	5	2	True	15365	maximal	True	MAD0098_000000003095	1.0		1	1	False	False	0.9999104738235474	0					non-mobilizable	no_good_hit	1003.0	81.655	9.0	0.4077112387202625	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
MAD0027_000000003341	3332	0.8812302762868401	5	5	1	4	2	False	47756	fragment	False	MAD0027_000000003341	1.0		0	0	False	False	0.9996998906135559	0					non-mobilizable	no_good_hit								True	False
ISR0808_000000009657	1705	0.8812170928243053	4	4	3	2	3	True	131617	fragment	False	ENG0006_000000010997	0.6147551411126303		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	98.12299999999999	100.0	0.03931521388030086	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0025_000000009668	3960	0.8812147804801812	4	4	3	4	1	False	66890	fragment	False	ISR0841_000000002815	0.6339073861461921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000013264	3140	0.881214080340505	5	4	2	3	4	False	95385	maximal	True	CAN0007_000000013264	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0079_000000003851	7644	0.8812027600390451	9	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.4536506730202494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6694.0	98.626	88.0	0.05800218548904654	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
USA0003_01_000000002541	13923	0.8811870610061084	15	10	6	4	8	True	132596	backbone	False	ISR0120_000000000296	0.06335723556813942	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	13923.0	99.986	100.0	0.44822923374114615	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0010_000000000848	12310	0.8811870610061084	13	10	6	4	8	True	132596	backbone	False	ISR0120_000000000296	0.03156935478020875	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	12310.0	99.984	100.0	0.39629748873148746	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0815_000000002312	10525	0.8811870610061084	14	10	6	4	8	True	116374	fragment	False	DEN0018_000000002773	0.6799338221131022		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	10525.0	99.905	100.0	0.3185615691972394	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0105_000000002687	5340	0.8811869687015319	6	3	2	2	3	False	32957	maximal	True	ISR0105_000000002687	1.0		1	1	False	False	0.9964419603347778	0					non-mobilizable	no_good_hit	1949.0	99.743	48.0	0.0004320119763937106	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0848_000000000333	22354	0.8811851479649464	23	20	11	16	17	True	123678	maximal	True	ISR0848_000000000333	1.0	PS902	1	1	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	6263.0	96.775	57.0	0.20115573347107438	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
SPA0004_000000001479	12651	0.8811759073117675	18	9	2	6	6	True	70637	maximal	True	SPA0004_000000001479	1.0		2	2	False	False	1.0	0	rep_cluster_1736	MOBM			mobilizable	plasmid	7921.0	94.9	96.0	0.1805888668082871	CP021561.1	other sequences	Unidentified plasmid plasmid YS1-2_2432, complete sequence	False	True
USA0044_01_000000015006	1861	0.8811739420500087	3	2	2	2	2	False	1227	maximal	True	USA0044_01_000000015006	1.0		1	1	False	False	0.9994626641273499	0					non-mobilizable	no_good_hit								True	False
MON0008_000000027352	1361	0.8811716567726902	2	1	1	1	1	False	13840	fragment	False	MON0049_000000015736	0.9461099214846538		0	0	False	False	0.9838353991508484	0					non-mobilizable	no_good_hit	534.0	91.948	47.0	0.0001894903386641145	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MAD0089_000000009790	2453	0.8811654113007359	3	3	3	3	3	False	115882	maximal	False	FIJ0122_000000006376	0.964100106920463		0	0	False	False	1.0	0					non-mobilizable	other	2453.0	99.67399999999999	100.0	0.010268909744994325	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0041_000000006495	5219	0.8811641569506725	8	6	6	5	3	False	70444	fragment	False	SPA0041_000000006495	1.0		0	0	False	False	0.999616801738739	0					non-mobilizable	no_good_hit	91.0	81.319	2.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
USA0030_01_000000010307	1610	0.8811593112763636	2	2	2	2	1	False	120669	fragment	False	USA0030_01_000000010307	0.9788712718033528		0	0	False	False	0.9975154995918274	0					non-mobilizable	no_good_hit	113.0	92.035	7.0	2.470318346141897e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0055_01_000000009870	2777	0.8811532131868985	4	1	1	1	1	False	45997	fragment	False	USA0055_01_000000009870	1.0		0	0	False	False	0.9989197254180908	0					non-mobilizable	no_good_hit								True	False
ISR0042_000000001553	11468	0.8811459779659083	17	17	6	11	15	False	132532	maximal	True	ISR0042_000000001553	1.0	PS1166	164	11	True	True	1.0	1					non-mobilizable	no_good_hit	7610.0	100.0	88.0	0.2843529279868455	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	True	True
FIJ0141_000000004361	6758	0.8811459611816767	9	5	5	4	5	False	116173	fragment	False	FIJ0141_000000004361	0.9861857190636671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	95.866	35.0	0.0003771619502191476	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0046_000000002360	9029	0.8811430520994611	8	4	3	3	4	False	122667	fragment	False	ISR0067_000000002337	0.9501091362644216		0	0	False	False	1.0	0					non-mobilizable	chromosome	9032.0	98.93700000000001	100.0	0.004026102280491076	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0018_000000003190	7838	0.8811430520994611	9	4	3	3	4	False	122647	fragment	False	SPA0018_000000003190	1.0		0	0	False	False	0.9988517761230469	0					non-mobilizable	no_good_hit	6299.0	100.0	81.0	0.0024475285324777477	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0106_000000004846	7682	0.8811430520994611	7	4	3	3	4	False	122659	fragment	False	SPA0106_000000004846	1.0		0	0	False	False	0.9997396469116211	0					non-mobilizable	chromosome	7306.0	99.986	95.0	0.0032598844113264584	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0004_01_000000003725	7199	0.8811430520994611	10	4	3	3	4	False	122645	fragment	False	USA0004_01_000000003725	0.9785068264824822		0	0	False	False	0.9998611211776733	0					non-mobilizable	other	6692.0	99.955	93.0	0.0026002561782801858	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
USA0063_01_000000003155	6684	0.8811430520994611	7	4	3	3	4	False	122645	fragment	False	USA0004_01_000000003725	0.9546716247883843		0	0	False	False	1.0	0					non-mobilizable	chromosome	6684.0	99.985	100.0	0.0029823145134695033	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0068_000000000489	14353	0.8811362571795242	15	12	6	6	9	True	102537	fragment	False	SPA0134_000000001836	0.9570801744498837		0	0	False	False	0.9995819926261902	0			MPF_T		non-mobilizable	no_good_hit	7777.0	76.431	54.0	0.24863837055657612	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	True	True
FIJ0109_000000002783	9610	0.8811358780237812	8	7	4	5	7	False	128550	maximal	True	FIJ0109_000000002783	1.0		1	1	False	False	0.9995837807655334	0					non-mobilizable	no_good_hit	3019.0	91.189	74.0	0.25499492041991195	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0323_000000002715	5871	0.8811315391083752	8	6	2	2	6	False	103768	fragment	False	ISR0323_000000002715	1.0		0	0	False	False	0.9998296499252319	0					non-mobilizable	chromosome	4410.0	87.43799999999999	97.0	0.0009800107776579017	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
FIJ0068_000000010029	3144	0.8811245744040617	4	2	1	2	1	False	45098	fragment	False	FIJ0068_000000010029	1.0		0	0	False	False	0.9965012669563293	0					non-mobilizable	no_good_hit	149.0	88.59100000000001	5.0	0.002039101142172194	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0048_000000025164	1362	0.8811201429162632	2	2	2	2	1	False	46720	maximal	True	FIJ0048_000000025164	1.0		32	9	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	95.556	17.0	7.904337752352158e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0172_000000001844	9061	0.8811164400646823	13	13	4	9	11	False	132521	backbone	False	USA0060_01_000000001071	0.13812859976110317	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9061.0	99.978	100.0	0.24158067354611631	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0174_000000005851	2592	0.8811151592920873	2	2	2	2	1	False	77844	maximal	True	CHI0174_000000005851	1.0		3	3	False	False	0.9996141791343689	0					non-mobilizable	no_good_hit	332.0	87.65100000000001	31.0	9.199938145096726e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0041_000000015932	2146	0.8811126709993277	4	2	2	2	1	False	108221	fragment	False	DEN0041_000000015932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0025_000000014339	1483	0.8811042852650974	2	2	1	2	0	True	49171	maximal	True	FIJ0025_000000014339	1.0		3	3	False	False	0.9871881604194641	0					non-mobilizable	no_good_hit								True	True
ENG0059_000000004524	2748	0.8810979866480813	2	2	1	1	2	False	123169	fragment	False	ENG0059_000000004524	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1354.0	94.165	62.0	0.16534181240063592	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
AST0113_000000005420	6140	0.8810963324785759	8	7	3	5	4	True	128142	backbone	False	MON0027_000000005575	0.9942606929414504	PS1033	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	3170.0	83.02799999999999	66.0	0.5135490228280506	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0049_01_000000001621	2457	0.8810876027310847	3	3	1	1	3	False	86292	fragment	False	USA0049_01_000000001621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	92.365	63.0	0.0002693295997032901	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ENG0150_000000002594	5890	0.8810871354365685	7	5	4	4	4	True	125306	fragment	False	ENG0150_000000002594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1694.0	78.217	28.0	0.0034752643563756044	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0031_000000028157	1201	0.8810853294845526	2	2	2	2	2	False	88393	fragment	False	USA0082_01_000000023057	0.966699919043942		0	0	False	False	0.9950041770935059	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	0.0001985022105927998	NZ_NPNG01000003.1	firmicutes	Lactobacillus bombicola strain H70-3 scaffold3, whole genome shotgun sequence	True	False
CHI0139_000000010362	1198	0.8810853294845526	2	2	2	2	2	False	88393	fragment	False	USA0082_01_000000023057	0.9629988037531171		0	0	False	False	0.9974958300590515	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	0.0001985022105927998	NZ_NPNG01000003.1	firmicutes	Lactobacillus bombicola strain H70-3 scaffold3, whole genome shotgun sequence	True	False
AST0012_000000007459	2805	0.8810820937141562	4	3	1	3	1	True	125528	maximal	True	AST0012_000000007459	1.0		1	1	False	False	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1819.0	97.196	96.0	0.501695873374788	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	False	True
ISR0138_000000004313	6626	0.881081479163333	9	4	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8881028908456694	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	7					non-mobilizable	plasmid	3365.0	94.77	98.0	0.5160546935013058	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0164_000000003958	5728	0.881081479163333	9	4	2	3	3	False	92900	fragment	False	ISR0069_000000004061	0.9365595075239398		0	0	False	True	0.9998254179954529	0					non-mobilizable	plasmid	2626.0	94.44	98.0	0.4028268551236749	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
TAN0007_000000003625	7720	0.8810777850868559	6	5	4	5	4	False	93540	maximal	True	TAN0007_000000003625	1.0		2	1	False	False	0.9994818568229675	0					non-mobilizable	no_good_hit	1518.0	94.46600000000001	26.0	0.023001925672089883	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
TAN0005_000000002188	5225	0.8810777850868559	7	5	4	5	4	False	93539	fragment	False	TAN0005_000000002188	1.0		0	0	False	False	0.9998086094856262	0					non-mobilizable	no_good_hit	1675.0	94.32799999999999	41.0	0.025382480932813756	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0125_000000010680	1439	0.8810678547209312	3	1	1	1	1	False	81618	fragment	False	CHI0125_000000010680	1.0		0	0	False	False	0.9444058537483215	0					non-mobilizable	no_good_hit	863.0	78.679	59.0	0.00020246049604471383	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
MAD0099_000000020865	1510	0.8810677121541948	3	2	2	2	2	False	15209	maximal	True	MAD0099_000000020865	1.0		11	5	False	False	0.9774834513664246	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	5.715497762700154e-05	NZ_MTBQ01000001.1	firmicutes	Oceanobacillus rekensis strain PT-11 scaffold1, whole genome shotgun sequence	True	False
ENG0018_000000015263	1426	0.8810632085251062	3	2	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.12771636831178645		0	0	False	False	0.9978961944580078	0					non-mobilizable	chromosome	1426.0	98.87799999999999	100.0	0.0003764337171548374	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	True
ISR0241_000000012556	1300	0.8810632085251062	3	2	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.05147644137826466		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	100.0	100.0	0.029970928891144846	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
TAN0009_000000039183	1118	0.8810629086266398	2	1	1	1	1	True	2650	maximal	True	TAN0009_000000039183	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	83.359	57.0	0.00019269174409211628	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0335_000000009495	1949	0.8810521329112341	3	2	2	2	2	False	26988	fragment	False	ISR0335_000000009495	1.0		0	0	False	False	0.9989738464355469	0					non-mobilizable	other	1949.0	99.07600000000001	100.0	0.0009435063466300889	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
ISR0086_000000011502	2338	0.8810389886188393	3	3	3	3	1	False	33917	maximal	True	ISR0086_000000011502	1.0		4	1	False	False	0.9871684908866882	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0011611562671881685	NZ_JAAIOD010000024.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_24_length_32726_cov_351.258, whole genome shotgun sequence	True	False
USA0032_01_000000003873	6859	0.8810377980471966	6	3	3	2	2	False	1504	fragment	False	USA0032_01_000000003873	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6859.0	99.985	100.0	0.01589148274927055	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0006_000000004084	2214	0.8810288751647989	2	2	2	2	2	False	128389	fragment	False	USA0025_01_000000006706	0.9459843702754198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	72.542	39.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0065_01_000000006942	1666	0.8810268738906459	3	3	3	1	1	False	65941	fragment	False	USA0065_01_000000006942	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1666.0	99.1	100.0	0.0004826527639480126	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0125_01_000000015284	1533	0.8810268738906459	3	3	3	1	1	False	23985	fragment	False	USA0125_01_000000015284	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1493.0	99.06200000000001	97.0	0.000432213376003896	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0085_000000007207	1873	0.8810260871440151	4	3	3	3	2	True	121183	maximal	True	SPA0085_000000007207	1.0		15	3	False	False	1.0	0		MOBV			mobilizable	chromosome	925.0	98.70299999999999	100.0	0.0005080178103771178	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
ISR0189_000000003042	3815	0.8810049584781457	5	5	4	4	3	True	76825	fragment	False	ISR0189_000000003042	1.0		0	0	False	False	0.9897772073745728	0					non-mobilizable	other	3658.0	95.271	96.0	0.0012420954857507254	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CAN0013_000000011707	1920	0.881004174258783	3	2	2	2	1	False	93879	maximal	True	CAN0013_000000011707	1.0		5	2	False	False	0.9963541626930237	0					non-mobilizable	chromosome	1920.0	96.719	100.0	0.0006576884256776093	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
MON0028_000000020003	1312	0.8809917853326494	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.0407045808487643		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	87.09700000000001	99.0	0.008662258732384959	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
CHI0125_000000001410	10928	0.8809913329959713	25	6	3	4	4	True	81659	maximal	True	CHI0125_000000001410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	93.456	26.0	0.00015872046232202967	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0038_01_000000002438	8544	0.8809907113142053	11	7	1	5	4	True	116725	fragment	False	USA0038_01_000000002438	0.9986500763000352		0	0	False	False	1.0	0					non-mobilizable	other	8445.0	100.0	99.0	0.04175485096030223	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
USA0132_01_000000002296	8519	0.8809907113142053	11	7	1	5	4	True	116725	fragment	False	USA0038_01_000000002438	0.997191011235955		0	0	False	False	1.0	0					non-mobilizable	other	8449.0	99.988	99.0	0.041774630614949466	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0041_000000027820	1372	0.8809701119863333	3	3	1	2	0	True	85960	fragment	False	ISR0022_000000019681	0.4733009708737864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	89.823	87.0	0.00022720104801953053	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CHI0183_000000007315	1143	0.8809530546540569	2	1	1	1	1	False	77265	fragment	False	CHI0183_000000007315	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	99.65	100.0	0.005973334449192658	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0017_000000015702	1257	0.8809495707218415	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.1311984221805215		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	94.444	100.0	0.00037906079033121	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0029_000000000071	65924	0.8809436175727348	54	25	15	23	13	True	117550	maximal	True	SPA0029_000000000071	1.0	PS345|PS662	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1470.0	86.463	2.0	0.0250872637859587	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0081_000000021230	1136	0.8809374490827142	2	2	2	2	2	False	57644	fragment	False	ISR0081_000000021230	0.9574208817341302		0	0	False	False	0.9991196990013123	0					non-mobilizable	other	1063.0	88.805	93.0	0.00495675673152768	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0145_01_000000017344	1356	0.8809340720828671	3	2	2	2	1	True	8	maximal	True	USA0145_01_000000017344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	87.62899999999999	7.0	0.007145543437382475	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
ISR0106_000000004976	4435	0.8809278796724559	7	7	5	6	6	False	67870	fragment	False	ISR0106_000000004976	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2267.0	97.44200000000001	100.0	0.012191838361210136	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
SPA0129_000000008488	3274	0.8809211694794582	4	4	3	4	3	False	92451	maximal	True	SPA0129_000000008488	1.0		2	1	False	False	0.998778223991394	0					non-mobilizable	no_good_hit	1933.0	98.965	59.0	0.0005891474286550697	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
TAN0026_000000001081	1618	0.8809197511008389	3	2	2	2	1	False	2326	fragment	False	TAN0026_000000001081	1.0		0	0	False	False	0.995055615901947	0					non-mobilizable	no_good_hit	337.0	85.163	21.0	0.012022094660457056	NZ_FOXF01000033.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0379_000000007835	2958	0.8809067547778818	3	2	2	2	2	True	117381	fragment	False	ISR0379_000000007835	1.0		0	0	False	False	0.999661922454834	0					non-mobilizable	no_good_hit	1552.0	96.521	84.0	0.02323352200109549	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
DEN0051_000000019877	2293	0.8809027027246732	2	2	2	2	2	False	72556	maximal	True	DEN0051_000000019877	1.0		30	9	False	False	1.0	0					non-mobilizable	chromosome	2293.0	99.956	100.0	0.0010018113028092677	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
USA0050_01_000000004088	3356	0.8808987643399584	5	4	3	4	3	False	98932	fragment	False	USA0050_01_000000004088	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3363.0	97.889	100.0	0.0004746010067473856	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0019_000000007495	2296	0.8808939170030325	2	2	1	2	2	False	37741	fragment	False	ISR0019_000000007495	1.0		0	0	False	False	0.9986934065818787	0					non-mobilizable	no_good_hit	925.0	92.649	40.0	0.03219146926064593	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0816_000000032999	1101	0.8808908563567942	3	2	2	2	1	False	21383	fragment	False	ISR0816_000000032999	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	99.637	100.0	0.0005587898817846701	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	False
SPA0065_000000002704	8430	0.8808860250055408	11	11	6	8	8	False	119726	fragment	False	SPA0065_000000002704	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6763.0	99.18700000000001	100.0	0.0013652178987517574	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0062_000000010611	2373	0.8808849643227986	3	2	2	2	1	False	83751	maximal	True	ENG0062_000000010611	1.0		1	1	False	False	0.992414653301239	0					non-mobilizable	no_good_hit	1253.0	94.89200000000001	53.0	0.010058938464383639	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0169_000000001031	18706	0.8808835553963893	14	11	7	10	4	True	117622	fragment	False	ENG0169_000000001031	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5155.0	92.454	42.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0038_000000009002	3727	0.8808830785467842	5	3	3	3	3	True	47674	maximal	True	FIJ0038_000000009002	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0040_000000003335	5557	0.8808817463091076	9	2	2	2	2	False	116391	maximal	True	AST0040_000000003335	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	359.0	87.744	6.0	0.07540016849199663	MK233569.1	viruses	Uncultured human fecal virus clone F.saccharivorans_S05.J22_3-CL32_c8 sequence	True	False
SPA0040_000000010064	3787	0.8808817463091076	5	2	2	2	2	False	6970	maximal	True	SPA0040_000000010064	1.0		1	1	False	False	0.9965671896934509	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	0.0001533316480665708	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
SPA0028_000000011817	2526	0.8808817463091076	4	2	2	2	2	False	7516	maximal	True	SPA0028_000000011817	1.0		3	3	False	False	0.9996041059494019	0					non-mobilizable	no_good_hit	61.0	91.803	2.0	0.0002486459157836283	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
MAD0025_000000005406	2179	0.8808817463091076	3	2	2	2	2	False	19140	maximal	True	MAD0025_000000005406	1.0		1	1	False	False	0.9862322211265564	0					non-mobilizable	no_good_hit	1864.0	71.99600000000001	83.0	0.008744546591440654	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0093_000000013174	1907	0.8808817463091076	2	2	2	2	2	False	33511	backbone	True	ISR0093_000000013174	0.9418976545842217	PS104	2	2	False	True	0.998951256275177	0					non-mobilizable	other	1864.0	72.693	95.0	0.008763639487928515	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	True
ISR0387_000000012966	1876	0.8808817463091076	2	2	2	2	2	False	33511	backbone	False	ISR0093_000000013174	0.9347142108023072	PS104	0	0	True	True	1.0	4					non-mobilizable	other	1923.0	72.803	100.0	0.009035713262880544	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	True
FIJ0011_000000010076	4218	0.8808742544573445	5	4	4	3	4	False	115954	fragment	False	FIJ0011_000000010076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0016210374639769453	XM_005406892.2	rodents	PREDICTED: Chinchilla lanigera dystonin (Dst), transcript variant X7, mRNA	True	False
SPA0110_000000007377	2733	0.8808659028387489	4	3	2	1	2	False	26575	fragment	False	SPA0110_000000007377	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2551.0	98.354	93.0	0.015346920054797496	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
FIJ0026_000000001780	13139	0.8808653413906461	25	8	2	6	6	True	97825	maximal	True	FIJ0026_000000001780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
ISR0032_000000023093	1453	0.8808593578178048	2	1	1	1	1	False	36927	fragment	False	ISR0211_000000015670	0.9928180574555403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	87.20100000000001	72.0	0.05660011630160884	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
ISR0826_000000007717	1606	0.8808576812956864	3	3	2	3	2	False	34689	fragment	False	ISR0826_000000007717	0.9690095846645368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	552.0	73.188	34.0	0.0015176118435210832	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
USA0005_01_000000021724	1422	0.8808570982095233	3	3	3	3	2	False	37338	fragment	False	ISR0025_000000026918	0.9799050213734102		0	0	False	False	0.9767932295799255	0					non-mobilizable	no_good_hit	482.0	86.929	85.0	0.0009518823473418685	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
MAD0073_000000002532	1340	0.8808525352085463	2	2	2	2	1	False	67641	maximal	True	MAD0073_000000002532	1.0		19	5	False	False	1.0	0					non-mobilizable	other	1340.0	87.61200000000001	100.0	0.002795684984641506	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0022_000000005964	5774	0.8808501121588059	7	5	4	5	2	False	74644	maximal	True	DEN0022_000000005964	1.0		1	1	False	False	0.9963629841804504	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.0001815688504302704	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0074_000000001731	2368	0.8808474872322639	3	3	3	3	2	False	100451	fragment	False	MAD0066_000000005127	0.23221482682243988		0	0	False	False	1.0	0					non-mobilizable	chromosome	2360.0	97.288	100.0	0.0004309037049864089	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
USA0040_01_000000001403	14751	0.8808377813240423	17	10	3	10	4	False	1306	maximal	True	USA0040_01_000000001403	1.0		1	1	False	False	0.9991865158081055	0					non-mobilizable	no_good_hit								True	False
CAN0022_000000028873	1161	0.8808360120184342	3	2	2	1	1	False	91163	fragment	False	ISR0079_000000021710	0.27425193050193053		0	0	False	False	0.9982773661613464	0					non-mobilizable	other	1107.0	78.771	95.0	0.06463343108504399	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
USA0063_01_000000007134	2843	0.8808347360707607	4	4	4	2	2	False	75680	fragment	False	USA0063_01_000000007134	1.0		0	0	False	False	0.980654239654541	0					non-mobilizable	no_good_hit	141.0	88.652	9.0	0.0014646343121972652	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
CHI0145_000000007823	2412	0.8808310611737243	4	4	2	3	3	False	131131	fragment	False	CHI0173_000000006360	0.9489838568467235		0	0	False	False	1.0	0					non-mobilizable	other	2412.0	99.959	100.0	0.01495898842245027	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
USA0113_01_000000008718	2144	0.8808280198741589	3	3	3	3	3	False	101446	fragment	False	USA0113_01_000000008718	0.9826302729528535		0	0	False	False	1.0	0					non-mobilizable	chromosome	1500.0	85.333	92.0	0.0002858222624080993	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
CHI0126_000000003065	4736	0.8808268865250977	5	3	0	3	3	False	117805	maximal	True	CHI0126_000000003065	1.0	PS794	1	1	False	True	0.9997888803482056	0					non-mobilizable	no_good_hit	1499.0	98.065	60.0	0.019515626832032725	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
FIJ0114_000000021783	1826	0.880823072390023	2	2	2	2	1	False	52529	fragment	False	FIJ0010_000000010098	0.9714209417452371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	95.098	6.0	3.564009432980214e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0096_000000001563	16130	0.8808222199443156	24	10	3	10	4	False	33367	maximal	True	ISR0096_000000001563	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.572413876552405e-07	LR597480.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 24	True	False
ISR0062_000000017282	2157	0.8808155296983357	3	3	3	3	2	False	128048	fragment	False	ISR0776_000000010471	0.6639685543336584		0	0	False	False	0.9935095310211182	0					non-mobilizable	other	2159.0	97.823	100.0	0.004512407028314413	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0126_000000029339	1383	0.8808119011538632	2	2	1	2	2	True	54674	fragment	False	FIJ0126_000000029339	1.0		0	0	False	False	0.9992769360542297	0					non-mobilizable	plasmid	1063.0	97.93	100.0	0.2602065912444663	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
MON0012_000000011239	3747	0.8807961023778632	3	1	1	1	1	False	104697	maximal	True	MON0012_000000011239	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0016_01_000000007026	2272	0.8807961023778632	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7376360002028656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0027_000000018085	2243	0.8807961023778632	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.7223032365988622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0078_000000022438	2011	0.8807961023778632	1	1	1	1	1	False	104696	fragment	False	ENG0008_000000012211	0.9741715399610137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0173_000000009010	1959	0.8807961023778632	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.5042082118474994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0033_000000035100	1736	0.8807961023778632	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.47368094382199544		0	0	False	False	0.9976958632469177	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0166_000000019267	1538	0.8807961023778632	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.29723525505960785		0	0	False	False	0.9934980273246765	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0035_000000024292	1446	0.8807961023778632	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.1987186741620285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0027_000000029945	1383	0.8807961023778632	1	1	1	1	1	False	104692	fragment	False	MON0027_000000029945	0.9814590269619643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0013_000000042800	1326	0.8807961023778632	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.050872317634240355		0	0	False	False	0.9630467295646667	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0020_01_000000027266	1264	0.8807961023778632	1	1	1	1	1	False	104692	fragment	False	MON0027_000000029945	0.9374709322351226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0015_000000030643	1254	0.8807961023778632	1	1	1	1	1	False	13390	fragment	False	MON0015_000000030643	1.0		0	0	False	False	0.9728867411613464	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000021645	1253	0.8807961023778632	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.013064658827109851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0099_000000031822	1169	0.8807961023778632	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.02576349101448216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0805_000000001243	10673	0.8807815085332891	12	7	5	6	4	False	21801	maximal	True	ISR0805_000000001243	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	71.28699999999999	4.0	0.041618252878419776	NZ_QGGP01000013.1	CFB group bacteria	Xanthomarina spongicola strain DSM 22637 LX78DRAFT_scaffold00013.13, whole genome shotgun sequence	True	False
MAD0022_000000006319	2032	0.8807720828340082	2	2	2	2	1	True	19286	fragment	False	MAD0022_000000006319	0.9547830632514376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	83.89299999999999	7.0	7.818625035879992e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
SPA0114_000000008417	4994	0.8807614163360068	7	2	0	1	1	False	99240	maximal	True	SPA0114_000000008417	1.0	PS556	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	1137.0	89.446	23.0	0.0028101223826866753	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
ISR0837_000000001413	5831	0.8807566647621734	10	6	4	5	5	False	45017	fragment	False	ISR0837_000000001413	1.0		0	0	False	False	0.9996570348739624	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	1.0	0.009802174300481198	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
USA0117_01_000000008251	2808	0.8807528070702363	3	1	1	1	1	False	246	maximal	True	USA0117_01_000000008251	1.0		2	2	False	False	0.999643862247467	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.412455969838945e-05	CP003903.1	enterobacteria	Candidatus Blochmannia chromaiodes str. 640, complete genome	True	False
ISR0178_000000010719	1609	0.8807492033237712	2	2	2	1	1	False	108714	fragment	False	ISR0212_000000018440	0.679633853911104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	96.429	14.0	0.006150366815599316	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0163_000000003055	1453	0.8807492033237712	2	2	2	1	1	False	108714	fragment	False	ISR0212_000000018440	0.3346169961237123		0	0	False	False	0.9993117451667786	0					non-mobilizable	no_good_hit	229.0	96.943	16.0	0.006288267416845937	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0286_000000017266	1235	0.880748558008571	1	1	1	1	1	False	26014	fragment	False	ISR0286_000000017266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	79.21300000000001	14.0	3.09076372065077e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MON0101_000000025497	2464	0.8807412393916523	3	3	2	3	2	True	120014	fragment	False	MON0101_000000025497	0.9980214669238013		0	0	False	True	1.0	0					non-mobilizable	chromosome	2426.0	85.655	98.0	0.0008511277972622056	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0112_000000014752	2302	0.8807412393916523	3	3	2	3	2	True	120014	fragment	False	MON0101_000000025497	0.9669125784395245		0	0	False	True	0.999565601348877	0					non-mobilizable	chromosome	2310.0	85.325	100.0	0.0008101946196160961	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0111_000000000005	140620	0.8807402967935875	135	50	31	41	29	True	108387	maximal	True	AST0111_000000000005	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1814.0	82.58	1.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0024_000000001652	10795	0.8807383219285215	14	5	4	4	2	True	121722	maximal	True	ISR0024_000000001652	0.990481522956327		1	1	False	False	0.9996294379234314	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	1.0	2.02476364828751e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
SPA0010_000000001623	9683	0.8807383219285215	13	5	4	4	2	True	121710	fragment	False	SPA0010_000000001623	0.9753037081398169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	98.611	1.0	1.86698985751186e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
SPA0057_000000002640	9541	0.8807383219285215	13	5	4	4	2	True	121710	fragment	False	SPA0010_000000001623	0.9678838417827906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.02857142857142857	NZ_JWHR01000049.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig049, whole genome shotgun sequence	True	True
SPA0056_000000002945	9535	0.8807383219285215	13	5	4	4	2	True	121710	fragment	False	SPA0010_000000001623	0.9687673888905028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.02857142857142857	NZ_JWHR01000049.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig049, whole genome shotgun sequence	True	True
CHI0182_000000002789	8181	0.8807383219285215	12	5	4	4	2	True	121703	fragment	False	CHI0182_000000002789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	94.118	2.0	3.401317334301548e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ISR0212_000000003587	8106	0.8807383219285215	10	5	4	4	2	True	121710	fragment	False	SPA0010_000000001623	0.643219935842259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.02857142857142857	NZ_JWHR01000049.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig049, whole genome shotgun sequence	True	True
SPA0104_000000004088	7628	0.8807383219285215	11	5	4	4	2	True	121725	maximal	True	SPA0104_000000004088	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	94.04799999999999	2.0	0.000461734452622151	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0379_000000002264	7595	0.8807383219285215	9	5	4	4	2	True	121707	fragment	False	ENG0182_000000003461	0.9330431392907806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	94.444	3.0	0.004070762792467187	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0079_000000003990	7186	0.8807383219285215	9	5	4	4	2	True	121693	fragment	False	SPA0022_000000001822	0.7920042794629963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.02857142857142857	NZ_JWHR01000049.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig049, whole genome shotgun sequence	True	True
ISR0029_000000006276	7151	0.8807383219285215	9	5	4	4	2	True	121707	fragment	False	ENG0182_000000003461	0.9555984396695318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	94.118	2.0	3.401317334301548e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
CHI0161_000000001532	7013	0.8807383219285215	9	5	4	4	2	True	121707	fragment	False	ENG0182_000000003461	0.9181030752288991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	94.25299999999999	2.0	3.524256515059435e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ENG0206_000000003284	6977	0.8807383219285215	8	5	4	4	2	True	121693	fragment	False	SPA0022_000000001822	0.6325749961418516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.02857142857142857	NZ_JWHR01000049.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig049, whole genome shotgun sequence	True	True
SPA0022_000000001822	6804	0.8807383219285215	9	5	4	4	2	True	121693	fragment	False	SPA0022_000000001822	0.8545086459518244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	93.902	2.0	3.319357880462956e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ENG0125_000000003721	6236	0.8807383219285215	8	5	4	4	2	True	121693	fragment	False	SPA0022_000000001822	0.6998299344567416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	95.833	2.0	0.0003949776642912376	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0276_000000001925	5762	0.8807383219285215	7	5	4	4	2	True	121693	fragment	False	SPA0022_000000001822	0.4595656246601239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	94.04799999999999	2.0	0.000461734452622151	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
AST0094_000000003689	5380	0.8807383219285215	6	5	4	4	2	True	121693	fragment	False	SPA0022_000000001822	0.1634026736631684		0	0	False	False	0.9994423985481262	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.02857142857142857	NZ_JWHR01000049.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig049, whole genome shotgun sequence	True	True
ISR0176_000000008101	4006	0.8807313244559278	5	5	4	5	4	False	128307	maximal	True	ISR0176_000000008101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1866.0	98.285	52.0	0.0006554219916042728	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
MON0059_000000012517	3048	0.8807277782076124	3	3	2	2	3	False	122637	fragment	False	MON0061_000000013382	0.9586504180925548		0	0	False	False	1.0	0					non-mobilizable	other	3045.0	100.0	99.0	0.0011829591700321155	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
USA0021_01_000000002527	7297	0.8807254448655754	6	6	4	6	6	False	112305	maximal	True	USA0021_01_000000002527	1.0		3	3	False	False	0.9998629689216614	0					non-mobilizable	no_good_hit	1937.0	72.535	26.0	0.0032585573555804293	NZ_OAOF01000001.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0177_000000011301	2544	0.8807195435738732	2	2	2	1	0	True	40770	fragment	False	ISR0177_000000011301	1.0		0	0	False	False	0.9964622855186462	0					non-mobilizable	no_good_hit								True	True
ENG0195_000000003667	5763	0.8807170812456568	7	3	3	3	1	False	54486	maximal	True	ENG0195_000000003667	1.0		1	1	False	False	0.9967030882835388	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000010055	2949	0.8807142140217091	5	2	1	2	1	True	119814	maximal	True	SPA0031_000000010055	1.0		1	1	False	False	0.9993218183517456	0					non-mobilizable	no_good_hit	1070.0	98.69200000000001	36.0	0.0034412271242093063	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0126_000000028303	1577	0.8807051969478396	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.14896570466497508		0	0	False	False	1.0	0					non-mobilizable	chromosome	1528.0	86.846	97.0	0.00040760257864237524	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0137_000000016962	1429	0.8807051969478396	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.054319152654192446		0	0	False	False	0.9993001818656921	0					non-mobilizable	other	1432.0	87.36	100.0	0.009523809523809525	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
CAN0006_000000032016	1403	0.8807051969478396	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.10115050996691195		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	87.911	99.0	0.009296734121418553	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0195_000000011925	1731	0.8806953007967495	3	2	2	1	1	False	59794	fragment	False	ENG0110_000000015770	0.953328187011749		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	99.596	100.0	0.0004597008436971958	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0202_000000001246	18996	0.8806909872025392	21	15	4	10	11	False	111571	fragment	False	ENG0202_000000001246	1.0		0	0	False	False	1.0	0					non-mobilizable	other	18917.0	98.906	100.0	0.006366867906432937	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
USA0064_01_000000005522	1490	0.8806844198371172	3	3	3	2	2	False	60824	fragment	False	USA0064_01_000000005522	0.8546627469308182		0	0	False	False	0.9993288516998291	0					non-mobilizable	other	1490.0	97.71799999999999	100.0	0.0007307627563252204	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
CHI0090_000000008168	1627	0.8806828852957115	3	2	2	1	1	False	83798	maximal	True	CHI0090_000000008168	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	3.0	0.00029767139783782324	NZ_QRML01000003.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf3, whole genome shotgun sequence	True	False
ISR0161_000000010650	2830	0.8806726527443084	6	4	1	2	3	True	123337	fragment	False	ISR0161_000000010650	0.9849433320709486		0	0	False	False	0.9992932677268982	0					non-mobilizable	plasmid	1445.0	99.654	100.0	0.41387216967612495	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
MON0079_000000007825	2983	0.8806701858977571	5	3	1	1	3	False	10108	fragment	False	MON0079_000000007825	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2983.0	99.49700000000001	100.0	0.0418592851505243	CP053385.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-1, complete sequence	False	True
FIJ0142_000000001982	12734	0.8806659163923581	20	11	5	7	10	False	86590	maximal	True	FIJ0142_000000001982	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.0002763630621027281	NZ_DS483520.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_0, whole genome shotgun sequence	True	False
FIJ0031_000000000675	20405	0.8806650215854749	19	16	7	12	15	False	127105	maximal	True	FIJ0031_000000000675	1.0		2	2	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	8977.0	99.73299999999999	91.0	0.08878426097191862	CP057979.1	enterobacteria	Escherichia coli strain RHB07-C03 plasmid pRHB07-C03_2, complete sequence	False	True
FIJ0061_000000002412	9128	0.8806631830324031	20	7	4	7	1	True	52622	maximal	True	FIJ0061_000000002412	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1993.0	90.51700000000001	55.0	0.07628032345013477	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
AST0100_000000004151	3885	0.8806618797863193	3	3	3	3	3	False	110589	fragment	False	AST0100_000000004151	1.0		0	0	False	False	0.9992278218269348	0					non-mobilizable	no_good_hit	243.0	74.074	6.0	0.01617085152838428	NZ_SLUM01000045.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_145, whole genome shotgun sequence	True	False
USA0064_01_000000000317	41959	0.8806593940897216	44	26	13	23	16	True	21792	maximal	True	USA0064_01_000000000317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2452.0	85.76700000000001	17.0	0.019648422086759057	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
DEN0079_000000022422	2497	0.8806586036807259	3	2	1	2	1	False	126045	backbone	False	ENG0084_000000010630	0.9388298396598592	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AST0113_000000023891	1570	0.8806443036607473	3	3	3	3	2	False	106505	maximal	True	AST0113_000000023891	1.0		11	6	False	False	0.9917197227478027	0					non-mobilizable	no_good_hit	1373.0	99.927	87.0	0.0003104176338936236	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0034_000000017508	1576	0.8806317565241099	3	2	2	2	2	False	55596	fragment	False	ENG0175_000000015853	0.9627994955863809		0	0	False	False	1.0	0					non-mobilizable	chromosome	1558.0	85.55799999999999	99.0	0.00023953074170524616	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0247_000000005662	2372	0.8806310211415687	3	3	3	3	2	False	123383	fragment	False	ISR0247_000000005662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	92.066	70.0	0.00020051984619585852	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0033_000000001586	8829	0.880627447262849	13	7	5	6	5	True	18902	maximal	True	MAD0033_000000001586	1.0		2	1	False	False	0.9998867511749268	0					non-mobilizable	no_good_hit	105.0	78.095	1.0	2.9335432712599567e-05	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	True
ISR0318_000000000376	13987	0.8806241177433984	15	14	9	10	11	True	123702	fragment	False	ENG0167_000000001303	0.7874717346543313		0	0	False	True	0.9990705847740173	0	rep_cluster_1702				non-mobilizable	other	12434.0	97.62700000000001	93.0	0.12396215870988345	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0172_000000007311	2880	0.8806189638660076	3	2	2	2	1	False	55743	maximal	True	ENG0172_000000007311	1.0		1	1	False	False	0.9906250238418579	0					non-mobilizable	no_good_hit	1596.0	97.306	65.0	0.000585115598873524	CP025834.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-19 chromosome, complete genome	True	False
ENG0207_000000006185	2820	0.8806144975490029	3	2	2	2	1	False	53899	maximal	True	ENG0207_000000006185	1.0		3	3	False	False	0.9964538812637329	0					non-mobilizable	no_good_hit	191.0	80.105	7.0	2.963600401293447e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
MAD0053_000000004809	2437	0.8806092232350489	3	2	2	2	2	True	17217	fragment	False	MAD0053_000000004809	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2437.0	100.0	100.0	0.025337785128093114	LC501468.1	enterobacteria	Escherichia coli 15-Ec-C-23 plasmid p15C23-2, sequence_id: contig1	False	True
USA0059_01_000000005739	4586	0.8805870125018299	9	4	1	4	2	False	96382	fragment	False	USA0059_01_000000005739	1.0		0	0	False	False	0.995638906955719	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000017617	1915	0.8805836079446245	2	2	2	2	2	False	121016	fragment	False	DEN0035_000000017617	0.980628860190904		0	0	False	False	0.9665796160697937	0					non-mobilizable	no_good_hit	121.0	77.686	6.0	2.3904297085901327e-05	NZ_JACCBB010000001.1	high GC Gram+	Kineococcus aurantiacus strain DSM 7487 Ga0104568_01, whole genome shotgun sequence	True	False
FIJ0114_000000032896	1254	0.8805832490339477	2	1	1	1	1	True	41799	fragment	False	FIJ0114_000000032896	1.0		0	0	False	False	0.9848484992980957	0					non-mobilizable	no_good_hit								True	True
ENG0125_000000003497	6626	0.8805755085274638	9	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8586310351890891	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	70					non-mobilizable	plasmid	3209.0	96.198	99.0	0.49224151175295744	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0035_000000002463	6626	0.8805755085274638	9	4	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8877904431911856	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	9					non-mobilizable	plasmid	3365.0	94.056	98.0	0.5160546935013058	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0168_000000003729	6625	0.8805755085274638	9	4	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8885898458196245	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	6					non-mobilizable	plasmid	3364.0	94.14399999999999	98.0	0.5160546935013058	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0783_000000002150	6620	0.8805755085274638	9	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8873555900814565	PS1125|PS140|PS493|PS494	0	0	True	True	0.9993957877159119	15					non-mobilizable	plasmid	3351.0	95.166	99.0	0.5143647257643263	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0103_000000003624	6605	0.8805755085274638	9	4	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8882329797891031	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	46					non-mobilizable	plasmid	4675.0	94.374	97.0	0.7173144876325088	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0185_000000004446	6519	0.8805755085274638	9	4	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8829875566832844	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	7					non-mobilizable	plasmid	3364.0	94.53	99.0	0.5160546935013058	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0209_000000004718	6074	0.8805755085274638	8	4	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.05111631332642682	PS1125|PS140|PS493|PS494	0	0	False	True	0.9914389252662659	0					non-mobilizable	no_good_hit	2135.0	96.01899999999999	89.0	0.32770010754340145	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
MAD0058_000000001268	9156	0.880569280470009	12	2	2	2	1	False	16973	fragment	False	MAD0058_000000001268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000020931	1764	0.8805286475764207	3	2	2	2	2	False	42994	maximal	True	FIJ0096_000000020931	1.0		1	1	False	False	0.9971655607223511	0					non-mobilizable	no_good_hit	97.0	82.47399999999999	5.0	0.00032763229896795826	NZ_FNCP01000003.1	firmicutes	Desulfosporosinus hippei DSM 8344, whole genome shotgun sequence	True	False
ISR0056_000000009032	2362	0.8805213058645975	4	4	4	4	2	False	108437	fragment	False	ENG0097_000000010289	0.24175435046539862		0	0	False	False	0.9961896538734436	0					non-mobilizable	chromosome	2362.0	99.788	100.0	0.00046046765258622507	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
AUS0014_000000011926	2517	0.8805141539023251	2	2	2	2	2	False	100878	fragment	False	AUS0014_000000011926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	95.506	10.0	4.2716993882057657e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
AST0108_000000001879	9117	0.8805062012881408	8	3	2	2	2	True	107319	maximal	True	AST0108_000000001879	1.0	PS403	1	1	True	True	1.0	32					non-mobilizable	no_good_hit	827.0	90.085	27.0	0.21047254150702427	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0009_000000005904	5792	0.8804969426430985	8	5	4	5	3	False	51311	maximal	True	FIJ0009_000000005904	1.0		10	5	False	False	0.9987914562225342	0					non-mobilizable	no_good_hit	672.0	78.274	15.0	0.00023891866490094397	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
MAD0089_000000007738	2925	0.8804921209535098	4	4	1	3	3	False	98012	maximal	True	MAD0089_000000007738	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	no_good_hit	2514.0	99.96	86.0	0.02576669503429749	CP044294.1	enterobacteria	Escherichia coli strain P276M plasmid p276M-CTX-M-55, complete sequence	True	True
FIJ0054_000000010661	2349	0.8804882941121123	6	3	3	3	1	False	46338	maximal	True	FIJ0054_000000010661	1.0		2	1	False	False	0.9953171610832214	0					non-mobilizable	no_good_hit	654.0	77.982	28.0	0.0002338887982714504	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
ISR0183_000000022634	1362	0.8804827406530169	3	3	3	3	2	False	52516	fragment	False	ISR0183_000000022634	1.0		0	0	False	False	0.9904552102088928	0					non-mobilizable	other	1362.0	99.559	100.0	0.061149301343397584	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	False	False
ENG0088_000000007200	3013	0.8804795412397112	3	3	3	3	3	False	120460	fragment	False	ENG0088_000000007200	0.9979139193826958		0	0	False	False	1.0	0					non-mobilizable	other	2900.0	77.96600000000001	95.0	0.001028355170321325	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
SPA0098_000000017966	2042	0.8804776340371212	3	2	2	2	2	False	5062	maximal	True	SPA0098_000000017966	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	99.796	34.0	0.0029808797853766553	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	True	False
ENG0156_000000006006	2640	0.8804744235785429	4	4	4	3	3	False	56686	maximal	True	ENG0156_000000006006	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2234.0	100.0	85.0	0.0007777840087189831	LR607376.1	firmicutes	Enterococcus faecalis strain 4928STDY7387888 genome assembly, chromosome: 1	True	False
DEN0073_000000010224	4521	0.8804726686068567	4	3	1	3	2	False	117757	fragment	False	DEN0073_000000010224	1.0		0	0	False	True	0.9997788071632385	0					non-mobilizable	no_good_hit	1594.0	86.637	57.0	0.000677219177853348	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0081_000000012492	2102	0.8804621016329806	3	3	3	2	2	False	124237	maximal	True	ENG0081_000000012492	1.0		68	5	False	False	0.9995242357254028	0					non-mobilizable	no_good_hit	1841.0	99.891	88.0	0.0005189521904013023	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0065_000000004504	5065	0.8804613502723464	8	7	2	2	6	False	94159	fragment	False	ENG0081_000000004595	0.9507939328009838		0	0	False	False	1.0	0					non-mobilizable	chromosome	5065.0	99.98	100.0	0.0007805557760587944	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0232_000000003710	5657	0.8804527454963983	9	6	5	4	5	False	68580	maximal	True	ISR0232_000000003710	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	94.925	30.0	0.007321663019693655	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0128_000000031439	1203	0.8804524021299146	3	3	3	1	1	False	103245	fragment	False	ENG0086_000000013755	0.12061528805799855		0	0	False	False	0.973399817943573	0					non-mobilizable	other	1206.0	93.86399999999999	100.0	0.0003199305293707652	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0171_000000007669	3085	0.8804497889912273	4	3	1	1	3	True	55805	maximal	True	ENG0171_000000007669	1.0		2	1	False	False	0.9993516802787781	0					non-mobilizable	no_good_hit	310.0	92.581	10.0	0.006079206752050995	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0078_000000006427	2852	0.8804497889912273	4	3	1	1	3	True	34430	fragment	False	ISR0078_000000006427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	93.92299999999999	9.0	0.0035412854866316472	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0017_01_000000003371	7716	0.8804467531874623	4	4	3	3	2	False	75940	maximal	True	USA0017_01_000000003371	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5344.0	95.24700000000001	79.0	0.0016045959869439854	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0135_000000018256	1243	0.8804437027781089	2	1	0	1	1	True	58060	fragment	False	ENG0135_000000018256	1.0		0	0	False	False	0.9991955161094666	0					non-mobilizable	no_good_hit	211.0	85.78200000000001	33.0	0.06527170518425984	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0810_000000001301	8141	0.8804429828031032	12	2	1	1	2	False	69433	fragment	False	ISR0810_000000001301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	75.541	7.0	0.0036724130141539573	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
USA0125_01_000000006729	3713	0.88044272394601	5	3	3	2	2	False	96818	maximal	False	USA0004_01_000000006916	0.9729011689691818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	84.838	16.0	0.00018255576184565757	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0324_000000002650	11309	0.8804385146124192	13	6	4	5	4	True	131166	maximal	True	ISR0324_000000002650	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	87.51799999999999	32.0	0.00040065354258730197	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
FIJ0087_000000005074	5612	0.8804363217127863	7	7	4	7	4	False	43757	maximal	True	FIJ0087_000000005074	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	80.392	2.0	0.0003056908929325526	NZ_FRFD01000009.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
ENG0042_000000015311	1652	0.8804316105607091	3	2	0	2	1	True	64684	maximal	True	ENG0042_000000015311	1.0		1	1	False	False	0.9969733953475952	0					non-mobilizable	no_good_hit	305.0	88.852	18.0	0.13922294172062905	LR822022.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_956 genome assembly, plasmid: pbSTHERMO	True	True
CHI0154_000000029802	1142	0.8804313954679986	3	1	1	1	1	True	79095	fragment	False	CHI0154_000000029802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0215_000000024542	1235	0.8804300658794965	2	2	2	1	1	False	28149	maximal	True	ISR0215_000000024542	1.0		183	12	False	False	0.9878542423248291	0					non-mobilizable	chromosome	1235.0	100.0	100.0	0.00028095406901862104	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
FIJ0038_000000000038	124134	0.8804259410329972	157	40	15	31	26	False	47699	maximal	True	FIJ0038_000000000038	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	1523.0	80.433	1.0	0.006604200834538827	LR756490.1	viruses	uncultured phage genome assembly, chromosome: 1	True	True
ENG0133_000000004266	5604	0.8804212946100709	8	3	2	2	3	False	102157	maximal	False	ISR0256_000000002091	0.1708658296123092		0	0	False	False	0.9983940124511719	0					non-mobilizable	no_good_hit	2942.0	92.556	54.0	0.15312860287181637	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
CHI0131_000000003770	3955	0.8804212946100709	6	3	2	2	3	False	90864	fragment	False	CHI0131_000000003770	1.0		0	0	False	False	0.9951959252357483	0					non-mobilizable	no_good_hit	2941.0	92.554	74.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
SPA0091_000000004204	3218	0.8804212946100709	4	3	2	2	3	False	81492	fragment	False	SPA0091_000000004204	0.9819636942102269		0	0	False	False	1.0	0					non-mobilizable	other	2938.0	92.546	91.0	0.15291898123886385	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
DEN0081_000000002415	2991	0.8804212946100709	4	3	2	2	3	False	81492	fragment	False	SPA0091_000000004204	0.9725175116189368		0	0	False	False	0.9996656775474548	0					non-mobilizable	other	2894.0	92.43299999999999	96.0	0.1506131432763861	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
DEN0090_000000023353	1297	0.8804211478467054	3	3	1	1	3	False	68691	fragment	False	DEN0090_000000023353	0.9837925445705025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	81.02600000000001	49.0	0.0610234337637494	NZ_RXHQ01000050.1	firmicutes	Xylanivirga thermophila strain SYSU GA17129 Scaffold49_1, whole genome shotgun sequence	True	False
ENG0051_000000014745	1932	0.8804100596883323	3	3	3	3	2	False	64063	maximal	False	MON0029_000000012865	0.6380083253282101		0	0	False	False	0.9979296326637268	0					non-mobilizable	other	1924.0	73.025	98.0	0.0005080549283355942	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0098_000000009016	1944	0.8804001045060251	3	1	1	1	1	False	111973	fragment	False	ENG0200_000000009689	0.943264923170847		0	0	False	False	0.9948559403419495	0					non-mobilizable	no_good_hit	147.0	97.279	8.0	0.0003284235894206834	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0047_000000017532	1329	0.8803990262041865	3	2	2	2	2	False	115073	fragment	False	AST0047_000000017532	1.0		0	0	False	False	0.9917231202125549	0					non-mobilizable	no_good_hit	1195.0	72.63600000000001	86.0	0.011297075194031881	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0065_000000006495	1790	0.8803973306037617	3	3	3	3	3	False	106778	fragment	False	MAD0065_000000006495	1.0		0	0	False	False	0.9927374124526978	0					non-mobilizable	other	1790.0	98.324	100.0	0.0009435853077069137	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
DEN0017_000000007073	4294	0.8803952326395458	6	3	1	3	2	False	75248	maximal	True	DEN0017_000000007073	1.0		0	0	False	False	0.9920819997787476	0					non-mobilizable	no_good_hit	432.0	98.148	10.0	0.00011968831053423752	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0074_000000013233	1594	0.8803834180516105	2	2	2	2	2	False	10368	maximal	True	MON0074_000000013233	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	99.516	26.0	0.0012741374831455115	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0182_000000005324	4752	0.8803794116714899	7	5	3	4	3	True	124672	fragment	False	ISR0135_000000003838	0.9794188861985472		0	0	False	False	0.9953703880310059	0					non-mobilizable	no_good_hit	2306.0	83.088	48.0	0.0007121040262965178	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0068_000000019877	1617	0.8803641122461842	3	3	3	3	2	False	97689	maximal	True	FIJ0068_000000019877	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1305.0	99.84700000000001	95.0	0.0002452120651857914	CP027347.1	enterobacteria	Escherichia coli strain 2013C-4361 chromosome, complete genome	False	False
SPA0077_000000004530	6131	0.8803605516890305	6	3	1	3	2	False	5708	maximal	True	SPA0077_000000004530	1.0		1	1	False	False	0.9988582730293274	0					non-mobilizable	no_good_hit								True	False
AST0102_000000014065	2218	0.8803543800029341	3	3	3	3	2	False	108277	maximal	True	AST0102_000000014065	1.0		0	0	False	False	0.9941388368606567	0					non-mobilizable	other	2223.0	96.536	100.0	0.001235048208066941	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
ISR0161_000000004899	5732	0.8803525380227589	9	6	5	5	5	False	114249	maximal	True	ISR0161_000000004899	0.9961060634155386		11	6	False	False	0.9982554316520691	0					non-mobilizable	other	3518.0	87.18	95.0	0.0009281721057622802	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
SPA0140_000000001735	10386	0.8803519225924774	11	8	5	8	5	True	128643	fragment	False	SPA0140_000000001735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2257.0	78.068	45.0	0.004635776821952296	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0103_000000048188	1229	0.8803515208510517	2	2	2	2	2	True	8846	maximal	True	MON0103_000000048188	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	74.85	13.0	0.0006014020184555244	NZ_QJJM01000005.1	a-proteobacteria	Blastomonas natatoria strain DSM 3183 Ga0215674_105, whole genome shotgun sequence	True	True
FIJ0065_000000013340	1452	0.8803512776554067	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.9243656179527668		0	0	False	False	1.0	0					non-mobilizable	other	1454.0	93.46600000000001	100.0	0.07580586176270833	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0034_01_000000025796	2048	0.8803383304399814	2	2	0	1	2	False	117720	backbone	True	USA0034_01_000000025796	1.0	PS794|PS795	1	1	True	True	0.99951171875	1					non-mobilizable	no_good_hit	1563.0	100.0	80.0	0.020349405281465366	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ENG0158_000000001648	8764	0.8803360585760989	6	6	5	6	6	False	113264	fragment	False	SPA0073_000000001616	0.7507498370950464		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	8765.0	98.905	100.0	0.04668858468900031	AP022172.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-09_1 DNA, complete genome, strain: WP5-S18-ESBL-09	False	True
ISR0271_000000016162	1219	0.8803352095428311	2	2	2	1	1	False	68293	fragment	False	MON0084_000000028775	0.9437045799312314		0	0	False	False	0.995077908039093	0					non-mobilizable	no_good_hit	171.0	95.322	14.0	0.004688620442385129	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0034_000000003447	5286	0.8803322527885536	3	2	2	2	1	False	93680	fragment	False	MON0034_000000003447	0.914790002566753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	91.46600000000001	35.0	0.0002574037697557393	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ETH0002_000000014458	1782	0.8803209035111909	2	2	2	2	1	False	53330	maximal	True	ETH0002_000000014458	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	75.527	47.0	0.006536552990839565	NZ_KB898332.1	CFB group bacteria	Prevotella veroralis DSM 19559 = JCM 6290 strain DSM 19559 D464DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
ISR0141_000000004143	8498	0.8803086068313349	10	9	4	3	9	True	123843	backbone	False	ISR0117_000000003149	0.9999083900094132	PS486|PS905|PS907	0	0	True	True	1.0	240	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2380.0	97.773	76.0	0.2564959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ISR0052_000000003117	8488	0.8803086068313349	10	9	4	3	9	True	123843	backbone	False	ISR0117_000000003149	0.9998182700251605	PS486|PS905|PS907	0	0	True	True	1.0	162	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2380.0	97.773	77.0	0.2564959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ISR0018_000000002548	8481	0.8803086068313349	10	9	4	3	9	True	123843	backbone	False	ISR0117_000000003149	0.9998173604165265	PS486|PS905|PS907	0	0	True	True	1.0	71	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2380.0	97.773	77.0	0.2564959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ISR0091_000000003656	8481	0.8803086068313349	10	9	4	3	9	True	123843	backbone	False	ISR0117_000000003149	0.999490853003133	PS486|PS905|PS907	0	0	True	True	1.0	80	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2380.0	97.773	76.0	0.2564959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ITA0001_000000000070	8475	0.8803086068313349	10	9	4	3	9	True	123843	backbone	False	ISR0117_000000003149	0.9993081567547034	PS486|PS905|PS907	0	0	True	True	1.0	44	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2380.0	97.773	76.0	0.2564959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ISR0835_000000001116	8458	0.8803086068313349	10	9	4	3	9	True	123843	backbone	False	ISR0117_000000003149	0.9987437195679753	PS486|PS905|PS907	0	0	True	True	1.0	275	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2380.0	97.773	76.0	0.2564959568733154	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ISR0370_000000000815	22531	0.8803062765182745	32	12	8	9	6	True	132589	fragment	False	SPA0046_000000000570	0.8309933772602796		0	0	False	False	1.0	0					non-mobilizable	other	15157.0	97.506	92.0	0.0872452682387365	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0013_000000002863	2958	0.8803038150115465	6	2	0	1	2	False	89994	maximal	True	CHI0013_000000002863	1.0		1	1	True	True	0.9976335167884827	28	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	2721.0	97.501	99.0	0.9095494283792872	CP045830.1	enterobacteria	Escherichia coli strain AUSMDU00014361 plasmid pAUSMDU00014361_03, complete sequence	False	True
ISR0350_000000009320	2028	0.8803031495542615	3	3	3	3	2	False	117885	fragment	False	ISR0122_000000008533	0.5770590857127634		0	0	False	False	0.9990137815475464	0					non-mobilizable	chromosome	2030.0	94.089	100.0	0.0006389055330732113	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0174_000000007225	2090	0.8803015587871766	4	3	3	2	2	False	80237	maximal	True	CHI0174_000000007225	1.0		69	11	False	False	0.9971292018890381	0					non-mobilizable	no_good_hit	1514.0	86.72399999999999	72.0	0.00046758075645420103	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0092_000000002558	4454	0.8803004498904253	5	4	3	3	3	True	81875	fragment	False	DEN0092_000000002558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1717.0	79.616	67.0	0.0005449115593777098	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
USA0121_01_000000014356	3278	0.8802976484440637	5	3	1	1	2	True	102396	fragment	False	USA0121_01_000000014356	1.0		0	0	False	True	0.9993898868560791	0					non-mobilizable	other	3279.0	99.177	100.0	0.6463510848126233	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0067_000000009284	3204	0.8802966966537759	5	3	2	3	1	False	45230	maximal	True	FIJ0067_000000009284	1.0		0	0	False	False	0.9937577843666077	0					non-mobilizable	no_good_hit								True	False
ISR0300_000000009311	1227	0.8802922749264058	2	2	1	2	1	False	30321	fragment	False	ISR0162_000000029774	0.9502706436562939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	89.655	7.0	3.269724518105339e-05	NZ_CP027846.1	firmicutes	Staphylococcus kloosii strain ATCC 43959 chromosome, complete genome	True	False
ENG0046_000000004117	4583	0.8802881632483522	4	3	3	3	1	True	64450	fragment	False	ENG0046_000000004117	1.0		0	0	False	False	0.9943268895149231	0					non-mobilizable	other	2223.0	94.512	90.0	0.07743447986283634	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0047_01_000000004318	7292	0.8802746774258026	11	3	1	3	1	False	132019	maximal	True	USA0047_01_000000004318	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000008716	4471	0.8802746774258026	7	3	1	3	1	False	104664	fragment	False	USA0003_01_000000008716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0199_000000001962	11792	0.8802639549072953	9	5	3	4	4	False	87572	maximal	True	ISR0199_000000001962	1.0		0	0	False	False	0.9993215799331665	0					non-mobilizable	no_good_hit	65.0	83.07700000000001	1.0	0.001963205724961211	NZ_CACWHD010000029.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ENG0004_000000007643	3455	0.8802613157830778	5	5	2	3	3	True	114028	fragment	False	ENG0004_000000007643	1.0		0	0	False	False	0.9979739785194397	0					non-mobilizable	chromosome	3455.0	100.0	100.0	0.0017766201114013849	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
MON0046_000000001598	12946	0.8802564185040145	18	8	6	8	4	False	74637	maximal	True	MON0046_000000001598	1.0		1	1	False	False	0.9987640976905823	0					non-mobilizable	no_good_hit	1324.0	95.31700000000001	17.0	0.03513391313598766	NZ_WNAJ01000033.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold33_size37599, whole genome shotgun sequence	True	False
CHI0128_000000003505	2389	0.8802499613489667	5	4	3	3	4	False	118687	fragment	False	CHI0128_000000003505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1881.0	92.185	78.0	0.0004490028205911303	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ENG0144_000000002590	8105	0.8802488106261279	4	3	2	2	3	False	81022	fragment	False	ENG0144_000000002590	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8028.0	99.81299999999999	99.0	0.002244617127376639	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0022_000000007742	3232	0.8802471585447751	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.34322823833000343		0	0	False	False	1.0	0					non-mobilizable	chromosome	3244.0	91.369	100.0	0.001086189306605963	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0035_000000019983	1718	0.8802399866977204	2	2	2	2	2	False	73425	maximal	True	DEN0035_000000019983	1.0		1	1	False	False	0.9831199049949646	0					non-mobilizable	no_good_hit								True	False
SPA0104_000000008920	3936	0.8802381856048491	8	5	5	4	4	False	107168	fragment	False	USA0006_01_000000006100	0.9537615596100975		0	0	False	False	0.9979674816131592	0					non-mobilizable	no_good_hit	703.0	89.9	28.0	0.00020761296914681733	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0040_000000027288	1262	0.8802357232357099	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.19032381533147266		0	0	False	False	0.9920760989189148	0					non-mobilizable	other	1262.0	99.208	100.0	0.013128988932501796	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0067_000000000964	8414	0.880217575854447	9	6	6	5	3	False	130478	fragment	False	CHI0067_000000000964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5822.0	98.815	69.0	0.009286858616353807	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0010_000000012001	1999	0.8802164920324109	3	3	2	3	1	False	81071	fragment	False	ISR0315_000000004570	0.9714283164136281		0	0	False	False	1.0	0					non-mobilizable	other	1999.0	96.898	100.0	0.031862471494410516	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0199_000000002484	9568	0.880215824608588	11	7	5	5	6	False	40216	fragment	False	ISR0199_000000002484	1.0		0	0	False	False	0.9981187582015991	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.420154410563327e-07	CP050797.1	monocots	Setaria viridis cultivar ME034v chromosome 3	True	False
DEN0085_000000007753	4388	0.8802072576228565	5	4	1	3	2	False	69006	maximal	True	DEN0085_000000007753	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2352.0	86.139	53.0	0.02050549238605381	NZ_NFHM01000008.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_8, whole genome shotgun sequence	True	False
ISR0192_000000001510	11926	0.8802055742972723	13	8	4	6	3	True	122758	fragment	False	AST0046_000000001434	0.6995348338200916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4201.0	88.479	42.0	0.017199289380505557	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0818_000000011453	1615	0.8802026951189296	3	3	3	2	1	False	21348	fragment	False	ISR0818_000000011453	1.0		0	0	False	False	0.9993808269500732	0					non-mobilizable	other	1615.0	89.47399999999999	99.0	0.014439365420812046	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
DEN0078_000000020442	1644	0.8801869426967929	2	2	2	2	2	False	69747	fragment	False	DEN0078_000000020442	1.0		0	0	False	False	0.9951338171958923	0					non-mobilizable	no_good_hit	548.0	70.985	32.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
FIJ0087_000000001151	16750	0.8801827400830304	20	11	6	8	6	False	91816	fragment	False	FIJ0087_000000001151	1.0		0	0	False	False	0.9991641640663147	0					non-mobilizable	no_good_hit	242.0	77.273	1.0	0.0027858386535113177	NZ_PGFC01000007.1	high GC Gram+	Pseudoscardovia suis strain DSM 24744 Ga0181009_107, whole genome shotgun sequence	True	False
SPA0098_000000017951	2044	0.8801788246334524	3	3	3	3	3	False	5063	maximal	True	SPA0098_000000017951	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	77.594	41.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0081_000000008152	2876	0.8801783046554443	3	2	0	1	1	True	61742	backbone	True	ISR0081_000000008152	1.0	PS271	2	1	True	True	0.9996522665023804	5					non-mobilizable	no_good_hit								True	True
ISR0249_000000012892	1622	0.8801776027573123	3	1	1	1	1	False	27056	fragment	False	ISR0249_000000012892	1.0		0	0	False	False	0.992601752281189	0					non-mobilizable	no_good_hit	908.0	72.137	55.0	0.002785733534716695	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
ISR0400_000000002628	6198	0.8801728855241292	9	5	0	2	5	False	117773	maximal	True	ISR0400_000000002628	1.0	PS794	0	0	False	True	0.999838650226593	0					non-mobilizable	no_good_hit	1662.0	97.473	50.0	0.02163915632043148	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ISR0080_000000028020	1201	0.8801638260870651	1	1	1	1	1	False	34270	fragment	False	ISR0080_000000028020	0.9995689655172414		0	0	False	False	0.9991673827171326	0					non-mobilizable	no_good_hit	76.0	94.73700000000001	6.0	2.0879006159306817e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0130_000000002377	10718	0.8801574260238476	14	9	9	8	7	False	129053	maximal	True	ENG0130_000000002377	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	86.68	20.0	0.0026972447380018633	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MON0077_000000015178	2667	0.8801522553306743	4	4	3	4	3	False	57594	fragment	False	MON0077_000000015178	1.0		0	0	False	False	0.999625027179718	0					non-mobilizable	no_good_hit	703.0	76.814	26.0	0.00024682850164475605	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0062_01_000000004031	6478	0.8801510859728398	8	6	4	4	3	True	132399	maximal	True	USA0062_01_000000004031	0.9941112832982553	PS1159|PS463	8	3	True	True	1.0	90		MOBV			mobilizable	no_good_hit	3646.0	99.616	74.0	0.4632689374682257	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0017_000000003161	8426	0.8801379020787851	7	7	3	3	7	False	60951	maximal	True	FIJ0017_000000003161	1.0		2	1	False	False	0.9990505576133728	0	IncHI1B				non-mobilizable	no_good_hit	3131.0	97.285	83.0	0.0005508326395410142	CP017994.1	enterobacteria	Klebsiella pneumoniae strain P1428, complete genome	True	True
USA0034_01_000000014031	4002	0.8801325129703516	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5400210378506365		0	0	False	False	0.998000979423523	0					non-mobilizable	other	4002.0	98.82600000000001	100.0	0.001244082132442016	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0176_000000001552	6862	0.8801323514847593	6	5	2	5	4	False	82889	maximal	True	CHI0176_000000001552	1.0		1	1	False	False	1.0	0	IncK2/Z,rep_cluster_2131				non-mobilizable	no_good_hit	1985.0	100.0	75.0	0.010746747267271171	CP010239.1	enterobacteria	Escherichia coli strain S50 plasmid A, complete sequence	True	True
FIJ0012_000000001038	17661	0.8801317893755336	17	15	5	11	13	False	50847	fragment	False	FIJ0108_000000000785	0.9407490958307724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5654.0	73.382	32.0	0.008773119527642502	NZ_VLKH01000001.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0117_000000003680	5704	0.8801290479628933	5	5	5	5	5	False	62438	maximal	True	ENG0117_000000003680	1.0		3	1	False	False	0.9992987513542175	0					non-mobilizable	no_good_hit	2374.0	77.422	68.0	0.0005364082549496526	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
FIJ0056_000000008581	2535	0.8801265617436141	4	3	3	3	2	False	46443	fragment	False	FIJ0056_000000008581	1.0		0	0	False	False	0.9940828680992126	0					non-mobilizable	no_good_hit	455.0	83.516	18.0	0.4274952919020716	NZ_LMUA01000096.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00096, whole genome shotgun sequence	True	False
USA0036_01_000000003741	10486	0.8801105966067002	18	17	5	10	15	False	132521	backbone	False	USA0060_01_000000001071	0.7125693530994629	PS1166	0	0	True	True	1.0	29					non-mobilizable	other	10486.0	99.762	100.0	0.39183078590380804	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ENG0082_000000010512	1945	0.8801092480308356	3	2	1	2	2	False	68601	maximal	True	ENG0082_000000010512	1.0		0	0	False	False	0.982519268989563	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000017143	1696	0.8801068210146094	3	2	2	1	1	False	59056	fragment	False	USA0045_01_000000007793	0.970590717299578		0	0	False	False	0.9970518946647644	0					non-mobilizable	no_good_hit								True	False
USA0145_01_000000014968	1580	0.8801068210146094	3	2	2	1	1	False	59056	fragment	False	USA0045_01_000000007793	0.641312893081761		0	0	False	False	0.9949367046356201	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
FIJ0091_000000004694	5497	0.8801062859181595	5	1	1	1	1	False	43394	maximal	True	FIJ0091_000000004694	1.0		2	1	False	False	0.9959978461265564	0					non-mobilizable	no_good_hit	3421.0	98.42200000000001	62.0	0.03515428195399817	MK415403.1	viruses	CrAssphage ES_ALL_000190F, complete genome	True	False
FIJ0094_000000017599	1150	0.8801062859181595	1	1	1	1	1	False	43150	fragment	False	FIJ0094_000000017599	1.0		0	0	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit	931.0	96.77799999999999	81.0	0.006598927142167854	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0006_000000019484	2330	0.8801020787512825	2	2	2	2	1	False	95655	maximal	True	CAN0006_000000019484	1.0		2	2	False	False	0.9871244430541992	0					non-mobilizable	no_good_hit	124.0	100.0	9.0	2.869613176143856e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0027_000000009164	2431	0.8801004099370683	3	3	2	2	2	True	65980	fragment	False	ENG0027_000000009164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	84.43700000000001	22.0	0.04829499102626856	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
ISR0267_000000008590	1995	0.8801004099370683	3	3	2	2	2	True	44837	fragment	False	ISR0267_000000008590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	69.94	32.0	0.12808855505040523	AF454701.1	CFB group bacteria	Prevotella intermedia plasmid pYHBi1 replication protein (rep) and mobilization protein (mob) genes, complete cds	True	True
ISR0222_000000000904	48258	0.8800965065984213	48	19	8	18	9	True	27919	maximal	True	ISR0222_000000000904	1.0		1	1	False	False	0.9999792575836182	0					non-mobilizable	no_good_hit	15473.0	96.665	43.0	0.6549806884257884	MK233573.1	viruses	Uncultured human fecal virus clone KLE1615.sp1_S11.L11_1_c1 sequence	True	True
AST0031_000000007570	3845	0.8800888958224775	4	4	4	4	4	False	117563	fragment	False	AST0116_000000006720	0.993041024662947		0	0	False	False	1.0	0					non-mobilizable	chromosome	3845.0	99.896	100.0	0.00161121266497845	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
FIJ0152_000000000304	45612	0.8800849010281131	56	30	21	29	16	True	108329	fragment	False	FIJ0082_000000000159	0.9463106068507852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2121.0	93.069	5.0	0.06705308501203598	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0176_000000002350	11487	0.8800758485606894	14	9	3	6	7	False	54514	fragment	False	ISR0176_000000002350	1.0		0	0	False	False	0.9990423917770386	0					non-mobilizable	no_good_hit	3001.0	93.835	77.0	0.0161121821452035	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0778_000000002087	5704	0.8800748745159706	10	5	3	3	3	True	132410	maximal	False	ISR0048_000000002906	0.7232128586600538	PS1159|PS463	0	0	True	True	1.0	42		MOBV			mobilizable	no_good_hit	1594.0	93.726	80.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0037_01_000000007107	5040	0.8800748745159706	7	5	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.737858086259575	PS1159|PS463	0	0	True	True	1.0	51		MOBV			mobilizable	other	2531.0	97.353	96.0	0.0008581874171242704	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0019_000000006776	4061	0.8800680711923423	3	3	3	3	3	False	130746	fragment	False	ISR0130_000000004031	0.10499583053565734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	97.4	81.0	0.0003276758057496864	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0057_000000003984	1374	0.880064993005291	1	1	1	1	1	False	113177	maximal	True	AST0057_000000003984	1.0		1	1	False	False	0.9978166222572327	0					non-mobilizable	no_good_hit	505.0	71.881	37.0	0.00014104815824898115	LT906662.1	firmicutes	Thermoanaerobacterium sp. RBIITD genome assembly, chromosome: I	True	False
MAD0047_000000022184	2037	0.8800563382150309	3	3	2	3	1	False	47725	fragment	False	MAD0047_000000022184	1.0		0	0	False	False	0.9955817461013794	0					non-mobilizable	no_good_hit	790.0	97.46799999999999	39.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
MON0035_000000011505	2432	0.8800553276266608	3	2	2	2	1	True	49031	maximal	True	MON0035_000000011505	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	99.10799999999999	28.0	0.011105594174114532	NZ_JH379476.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1494, whole genome shotgun sequence	True	True
ISR0147_000000005018	4717	0.8800520441794294	5	4	4	3	3	False	110635	fragment	False	DEN0026_000000005853	0.9300116911624356		0	0	False	False	1.0	0					non-mobilizable	other	4640.0	99.634	100.0	0.0011373802888244725	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0059_000000005168	3208	0.8800396027481092	4	3	2	3	2	True	85837	maximal	True	CHI0059_000000005168	1.0		2	2	False	False	0.9968827962875366	0					non-mobilizable	no_good_hit	1992.0	98.896	62.0	0.3356372218476062	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
SPA0083_000000008926	1931	0.8800377524189898	3	3	2	3	1	False	13097	fragment	False	SPA0083_000000008926	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1931.0	97.87700000000001	100.0	0.04646347922384323	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
CHI0118_000000001529	5337	0.880034112093779	10	3	1	2	2	True	91097	maximal	False	CHI0125_000000002984	0.9998883785350288		0	0	True	True	1.0	109	rep_cluster_722	MOBV			mobilizable	no_good_hit	1479.0	90.73700000000001	32.0	0.29987785016286644	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0162_000000005036	5337	0.880034112093779	9	3	1	2	2	True	91097	maximal	False	CHI0125_000000002984	0.9998883785350288		0	0	True	True	1.0	50	rep_cluster_722	MOBV			mobilizable	no_good_hit	1209.0	90.902	33.0	0.24511400651465798	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0158_000000002612	5337	0.880034112093779	8	3	1	2	2	True	91097	maximal	False	CHI0125_000000002984	0.9999258710155671		0	0	True	True	1.0	140	rep_cluster_722	MOBV			mobilizable	no_good_hit	1479.0	90.73700000000001	32.0	0.29987785016286644	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0001_000000001556	5256	0.880034112093779	8	3	1	2	2	True	91097	maximal	False	CHI0125_000000002984	0.996630396684415		0	0	True	True	1.0	888	rep_cluster_722	MOBV			mobilizable	no_good_hit	1479.0	90.73700000000001	32.0	0.29987785016286644	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0090_000000003160	3865	0.880034112093779	5	3	1	2	2	True	83827	fragment	False	CHI0090_000000003160	1.0		0	0	False	False	1.0	0	rep_cluster_722	MOBV			mobilizable	no_good_hit	1273.0	87.90299999999999	39.0	0.18172719473834714	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
AST0116_000000014975	1805	0.8800336996738318	4	2	1	2	1	False	106196	maximal	True	AST0116_000000014975	0.9980435997764114		13	3	False	False	0.9988919496536255	0					non-mobilizable	no_good_hit	76.0	97.368	4.0	1.9562779908542665e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0370_000000014964	1789	0.8800336996738318	2	2	1	2	1	False	106196	maximal	False	AST0116_000000014975	0.9933518005540167		0	0	False	False	0.9955282211303711	0					non-mobilizable	no_good_hit	76.0	97.368	4.0	1.9562779908542665e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0011_000000005003	4216	0.8800309513669736	8	6	2	6	4	True	8052	maximal	True	SPA0011_000000005003	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	98.62100000000001	64.0	0.006433208851432528	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	True
MAD0108_000000001002	12950	0.8800273540408897	11	10	7	9	9	False	98300	fragment	False	MAD0111_000000001041	0.9392017429187188		0	0	False	False	1.0	0	IncFIA				non-mobilizable	no_good_hit	8492.0	99.376	85.0	0.1135436588073235	CP057969.1	enterobacteria	Escherichia coli strain RHB07-C17 plasmid pRHB07-C17_3, complete sequence	True	True
ISR0304_000000005624	1744	0.8800207770712901	4	3	2	3	2	True	25493	fragment	False	ISR0304_000000005624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	93.655	49.0	0.03388882228349918	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0005_000000001283	10070	0.8800134348764319	12	3	2	2	3	False	90809	fragment	False	CHI0005_000000001283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	80.532	6.0	0.00014661638558246057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0223_000000028646	1137	0.8800024472711764	2	2	2	2	2	False	27771	fragment	False	ISR0223_000000028646	1.0		0	0	False	False	0.9876868724822998	0					non-mobilizable	plasmid	1137.0	99.912	100.0	0.006865790714259812	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0123_000000004138	2255	0.8800019514693156	3	3	3	3	3	False	4124	maximal	True	SPA0123_000000004138	1.0		30	6	False	False	1.0	0					non-mobilizable	other	2255.0	98.448	100.0	0.0013017727557558974	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
USA0042_01_000000007766	2953	0.8799925361497091	3	2	1	2	2	False	105883	fragment	False	CHI0106_000000005843	0.5986985471040644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	94.624	3.0	2.5726270800878385e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0293_000000019182	1845	0.8799890545093435	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.8153785246865985		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	93.052	99.0	0.024403168228469434	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0105_000000018367	1770	0.8799890545093435	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.7905929058855584		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	93.006	100.0	0.024626282909415438	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0279_000000000550	21396	0.8799885245356185	21	6	4	5	5	True	124894	maximal	True	ISR0279_000000000550	1.0		1	1	False	False	0.9991587400436401	0					non-mobilizable	no_good_hit	1831.0	86.40100000000001	9.0	0.04133071346297175	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	True
ENG0175_000000008342	3111	0.8799854935211959	4	4	3	3	2	False	99313	fragment	False	ENG0175_000000008342	0.9790952952060694		0	0	False	False	0.9893924593925476	0					non-mobilizable	other	3093.0	99.22399999999999	99.0	0.0009363655992845828	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
FIJ0172_000000001411	15638	0.8799807592827351	12	6	4	5	4	True	51349	fragment	False	FIJ0172_000000001411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	72.696	2.0	0.0003587466135556738	NZ_FRCJ01000001.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	True
DEN0052_000000015152	2759	0.8799802706338742	4	1	1	1	1	False	72307	fragment	False	DEN0052_000000015152	1.0		0	0	False	False	0.9931134581565857	0					non-mobilizable	no_good_hit								True	False
ENG0130_000000015374	1923	0.8799733672258784	3	3	3	3	2	False	64303	fragment	False	ENG0130_000000015374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	562.0	75.623	29.0	0.0025445987591098	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
DEN0058_000000001296	1937	0.8799619972665633	3	2	1	2	2	False	71987	maximal	True	DEN0058_000000001296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	79.14399999999999	19.0	7.137020627716313e-05	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
ISR0199_000000013735	2208	0.8799579072339841	3	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.089190898846523	PS1101	0	0	False	True	0.9909420013427734	0					non-mobilizable	other	2210.0	99.23100000000001	100.0	0.000415790628327808	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0012_000000014545	1564	0.8799579072339841	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.03894906244244117	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1564.0	99.936	100.0	0.00027281843435731886	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CHI0064_000000002918	5759	0.8799577272805067	11	10	6	10	9	False	126452	fragment	False	CHI0064_000000002918	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5759.0	99.87799999999999	100.0	0.017403078634230084	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0094_000000005409	3513	0.8799436317985433	4	4	3	3	3	False	50222	fragment	False	MON0032_000000005972	0.6438616495629038		0	0	False	False	0.9877597689628601	0					non-mobilizable	chromosome	2467.0	89.866	99.0	0.0009895350516470334	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
CHI0137_000000003636	3734	0.8799376064583695	5	4	2	2	3	True	88665	fragment	False	CHI0137_000000003636	1.0		0	0	False	False	0.9975897073745728	0	rep_cluster_1085				non-mobilizable	no_good_hit	2238.0	80.25	58.0	0.45256514657980457	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0084_000000001450	2779	0.8799376064583695	5	4	2	2	3	True	84175	fragment	False	CHI0084_000000001450	1.0		0	0	False	False	0.9992803335189819	0	rep_cluster_1085				non-mobilizable	no_good_hit	2004.0	80.988	70.0	0.40655537459283386	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CAN0020_000000003455	9588	0.8799320323577533	11	10	9	9	10	False	95768	fragment	False	CAN0020_000000003455	1.0		0	0	False	False	0.9962453246116638	0					non-mobilizable	chromosome	9581.0	99.541	99.0	0.0024035276830986765	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0153_000000011037	2518	0.8799301684078845	5	5	3	3	5	True	30680	maximal	True	ISR0153_000000011037	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2498.0	99.6	100.0	0.07082080662544671	LT985310.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pII	False	True
CHI0015_000000002434	3658	0.8799281184162067	5	5	5	5	4	False	90170	fragment	False	CHI0015_000000002434	1.0		0	0	False	False	0.9997266530990601	0					non-mobilizable	other	3659.0	99.891	100.0	0.0007422766098453718	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
ISR0819_000000004254	5376	0.8799106520430124	6	5	2	4	3	False	42981	fragment	False	ISR0819_000000004254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0054_000000008530	3368	0.8799051262303328	5	5	5	5	5	False	83947	maximal	True	SPA0054_000000008530	1.0		7	3	False	False	0.9934679269790649	0					non-mobilizable	no_good_hit	1777.0	78.89699999999999	75.0	0.0006384943862032371	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
FIJ0082_000000010433	2814	0.8799039110758499	5	2	1	2	2	False	44191	maximal	True	FIJ0082_000000010433	1.0		4	1	False	False	0.9964463114738464	0					non-mobilizable	no_good_hit								True	False
ISR0370_000000014333	1864	0.8799023057840976	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.18275307062975274		0	0	False	False	0.9919527769088745	0					non-mobilizable	chromosome	1523.0	98.75200000000001	99.0	0.0005348805743816103	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0136_000000004275	8091	0.8798973491852992	15	5	3	4	4	False	74195	backbone	False	SPA0130_000000004027	0.9154908617398103	PS352	0	0	False	True	1.0	0					non-mobilizable	other	7736.0	95.21700000000001	95.0	0.004612815396467655	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MAD0034_000000011330	1405	0.8798928627750203	3	3	2	3	2	False	41407	fragment	False	MAD0034_000000011330	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1405.0	98.007	100.0	0.04064146355583859	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
FIJ0046_000000004139	6009	0.8798876262707792	5	3	2	3	2	True	100165	fragment	False	FIJ0046_000000004139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	86.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CAN0014_000000022794	2117	0.8798837818027607	2	2	0	2	1	False	117872	fragment	False	CAN0014_000000022794	1.0		0	0	False	True	0.999527633190155	0					non-mobilizable	no_good_hit	1567.0	99.553	74.0	0.020401516434554904	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ENG0143_000000015492	1228	0.8798829218190254	2	2	2	2	1	False	57588	maximal	True	ENG0143_000000015492	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	562.0	81.673	45.0	0.0016159032783073703	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ISR0790_000000016218	1115	0.8798768109840754	2	2	1	2	1	False	30321	fragment	False	ISR0162_000000029774	0.6215702254822059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0172_000000004784	1660	0.8798759101266175	3	2	2	2	2	False	118605	fragment	False	CHI0172_000000004784	0.9502641943829584		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	93.473	100.0	0.00039937997816594933	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
FIJ0086_000000001014	21839	0.8798721914703816	21	8	5	7	3	True	65543	fragment	False	FIJ0086_000000001014	0.9622847056790518		0	0	False	False	0.9999542236328125	0					non-mobilizable	no_good_hit	316.0	80.063	1.0	0.07549019607843137	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
ENG0056_000000000483	29330	0.8798700917927974	31	21	14	16	15	False	123941	fragment	False	ISR0048_000000000428	0.9920313010378498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	13993.0	95.869	56.0	0.0026539202505513485	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
SPA0047_000000028455	1363	0.8798671091255517	2	1	1	1	1	False	6648	fragment	False	SPA0047_000000028455	0.9996299037749815		0	0	False	False	0.9853264689445496	0					non-mobilizable	other	1363.0	99.12	100.0	0.004428027423096878	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
USA0075_01_000000018251	1351	0.8798671091255517	2	1	1	1	1	False	6648	fragment	False	SPA0047_000000028455	0.9952311078503302		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	99.186	100.0	0.004388870216702506	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0040_000000014946	1846	0.8798620289379561	2	2	2	2	1	False	11867	fragment	False	MON0040_000000014946	1.0		0	0	False	False	0.9989165663719177	0					non-mobilizable	no_good_hit								True	False
ISR0030_000000006598	3063	0.8798589185762374	4	3	3	3	1	True	112610	fragment	False	ISR0030_000000006598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	80.941	28.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ETH0001_000000000498	24625	0.8798421727979865	46	15	9	11	10	False	53614	maximal	True	ETH0001_000000000498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2146.0	89.14299999999999	56.0	0.03774855563038316	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0140_000000017339	1321	0.8798411314474782	1	1	0	1	1	False	78120	fragment	False	ISR0140_000000017339	1.0		0	0	False	False	0.9788039326667786	0					non-mobilizable	no_good_hit	1148.0	85.62700000000001	87.0	0.0005865183970072154	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	False
ENG0182_000000023649	1191	0.8798411314474782	1	1	0	1	1	False	78116	fragment	False	ENG0182_000000023649	0.9547418641588129		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	99.916	100.0	0.015503068044138146	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
MON0099_000000034211	1055	0.8798411314474782	1	1	0	1	1	False	78116	fragment	False	ENG0182_000000023649	0.38280542986425337		0	0	False	False	1.0	0					non-mobilizable	other	1055.0	98.95700000000001	100.0	0.0003034846312676127	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
MAD0088_000000000017	92726	0.8798364539952503	105	32	17	26	15	True	44313	maximal	True	MAD0088_000000000017	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	85.366	0.0	1.2936213428893429e-05	NZ_CP014263.1	CFB group bacteria	Spirosoma montaniterrae strain DY10, complete genome	True	True
ISR0332_000000012974	1199	0.8798329442538659	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.11527978507194961		0	0	False	False	1.0	0					non-mobilizable	chromosome	1127.0	95.29700000000001	100.0	0.0003261167323973058	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0060_000000014909	1142	0.8798329442538659	2	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.10814413821619231		0	0	False	False	0.9894921183586121	0					non-mobilizable	chromosome	1110.0	94.865	100.0	0.0003211887462188577	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0072_000000010867	2290	0.8798285587821979	3	3	3	3	1	False	44770	maximal	True	FIJ0072_000000010867	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.28	XR_002394005.1	rodents	PREDICTED: Heterocephalus glaber uncharacterized LOC110348636 (LOC110348636), transcript variant X13, ncRNA	True	False
ISR0198_000000002163	16231	0.879828332346163	29	7	4	6	7	False	28902	fragment	False	ISR0198_000000002163	0.9971740273396426		0	0	False	False	1.0	0					non-mobilizable	virus	6787.0	99.499	94.0	0.11755325602759434	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	False	False
DEN0071_000000007745	4703	0.8798254960219947	6	6	6	5	4	False	103309	fragment	False	ISR0169_000000004098	0.3119063520317217		0	0	False	False	0.9997873902320862	0					non-mobilizable	chromosome	4709.0	88.89399999999999	100.0	0.0011380929779542057	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
MAD0011_000000009280	1506	0.8798182118502061	2	1	1	1	1	False	50748	fragment	False	FIJ0076_000000008900	0.9410955628889326		0	0	False	False	0.9900398254394531	0					non-mobilizable	no_good_hit	700.0	77.429	46.0	0.0002490545519968347	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ISR0035_000000013148	1500	0.8798182118502061	2	1	1	1	1	False	50748	fragment	False	FIJ0076_000000008900	0.9399674494847157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	77.429	46.0	0.0002490545519968347	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
MON0080_000000037809	1495	0.8798182118502061	2	1	1	1	1	False	50748	fragment	False	FIJ0076_000000008900	0.9317674694874264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	77.917	47.0	0.0002562945099037194	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ENG0079_000000001572	16277	0.8798150067284057	18	7	4	4	5	True	90010	fragment	False	ENG0079_000000001572	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	92.0	95.652	1.0	0.010835540573079701	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0064_000000005580	3378	0.8798087344808896	4	3	2	3	1	False	115925	fragment	False	ISR0064_000000005580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	90.419	23.0	0.002902892442029238	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
ENG0061_000000010333	2077	0.8798078353461413	3	3	3	3	2	False	63258	fragment	False	ENG0061_000000010333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0002183160089016592	MF001361.1	viruses	Enterococcus phage EF5, partial genome	True	False
ENG0057_000000002137	10017	0.8798012727450528	10	6	5	5	4	True	94059	fragment	False	ENG0057_000000002137	1.0		0	0	False	False	0.9999001622200012	0					non-mobilizable	no_good_hit	2704.0	90.976	27.0	0.02105058062504871	NZ_WNCH01000008.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold8_size127380, whole genome shotgun sequence	True	True
ISR0839_000000003217	4817	0.8797975537063732	5	5	2	4	4	True	92211	fragment	False	ISR0839_000000003217	1.0		0	0	False	False	0.9995847940444946	0	rep_cluster_1079				non-mobilizable	other	2621.0	97.55799999999999	97.0	0.3636110337141265	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	False	True
ENG0066_000000003665	4717	0.8797961080654351	5	4	3	4	3	False	127598	fragment	False	ENG0066_000000003665	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3843.0	81.291	99.0	0.001683993758538078	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0184_000000001747	4917	0.8797913236409224	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.47787858444464926		0	0	False	False	1.0	0					non-mobilizable	other	2791.0	98.42399999999999	100.0	0.0008397144910514255	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0031_000000004351	5783	0.8797902703518222	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9943415437629625	PS1028	0	0	True	True	1.0	793		MOBV			mobilizable	no_good_hit	3121.0	87.824	82.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0079_000000005395	5777	0.8797902703518222	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.991537815179625	PS1028	0	0	True	True	1.0	149		MOBV			mobilizable	no_good_hit	4504.0	84.65799999999999	83.0	0.6625166740773677	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ENG0104_000000004935	5600	0.8797902703518222	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9738579551021969	PS1028	0	0	True	True	1.0	12		MOBV			mobilizable	no_good_hit	4568.0	84.742	80.0	0.6720023714243367	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
USA0006_01_000000004614	5214	0.8797902703518222	7	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.8408958219803242	PS1028	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2585.0	87.15700000000001	81.0	0.42289374281491215	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0127_000000022110	1327	0.879787569971725	2	2	2	2	2	False	74353	fragment	False	SPA0127_000000022110	0.9861785639251984		0	0	False	False	0.9947249293327332	0					non-mobilizable	other	1336.0	79.042	100.0	0.04522818746162767	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
DEN0062_000000016500	1324	0.879787569971725	2	2	2	2	2	False	71629	fragment	False	DEN0062_000000016500	1.0		0	0	False	False	0.9992446899414062	0					non-mobilizable	other	1325.0	97.66	100.0	0.030686506280999396	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0070_000000004568	4942	0.8797870583434979	4	3	2	2	2	True	132366	fragment	False	ENG0070_000000004568	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3411.0	99.765	71.0	0.5276273022751896	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ISR0345_000000005144	2135	0.8797856891046827	3	3	3	3	3	False	110659	maximal	True	ISR0345_000000005144	1.0		125	10	False	False	0.9812646508216858	0					non-mobilizable	other	1265.0	88.93299999999999	95.0	0.002278380996534624	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0071_000000005116	6817	0.8797727422617421	6	6	1	3	4	True	44900	maximal	True	FIJ0071_000000005116	1.0		1	1	False	False	0.9992665648460388	0					non-mobilizable	no_good_hit	302.0	80.464	4.0	0.003046481772053879	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ENG0058_000000005509	5225	0.8797675484066113	7	3	1	3	0	True	120364	maximal	True	ENG0058_000000005509	1.0		28	4	False	False	0.9978947639465332	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.005984042553191489	AM434167.2	eudicots	Vitis vinifera contig VV78X095161.2, whole genome shotgun sequence	True	True
ISR0250_000000001169	6815	0.8797655431972627	11	10	2	4	10	True	82863	fragment	False	ISR0250_000000001169	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6815.0	100.0	100.0	0.08256191537827752	LM996865.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-23_contig-10.0_1_82532_[organism:Escherichia	False	True
ISR0361_000000004009	3038	0.8797604461712889	5	3	3	3	3	True	120866	fragment	False	ISR0361_000000004009	1.0		0	0	False	False	0.9996708631515503	0					non-mobilizable	no_good_hit	1886.0	98.993	62.0	0.05114561841676621	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
MON0027_000000011315	3415	0.8797563072436793	8	3	1	2	2	False	12669	maximal	True	MON0027_000000011315	1.0		1	1	False	False	0.9888726472854614	0					non-mobilizable	no_good_hit								True	False
ISR0146_000000007113	5361	0.8797557290094637	4	3	1	1	2	False	126710	backbone	False	SPA0013_000000004881	0.9664273141591936	PS832|PS833|PS837|PS974|PS975|PS976	0	0	True	True	1.0	1	rep_cluster_475				non-mobilizable	other	4924.0	99.228	100.0	0.7550237766528609	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0061_000000004716	4919	0.8797518703280993	7	2	0	1	1	True	45834	maximal	True	FIJ0061_000000004716	1.0		2	1	True	True	0.9993901252746582	4					non-mobilizable	no_good_hit	1715.0	96.385	72.0	0.36493395824456754	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
FIJ0123_000000012686	2544	0.8797518703280993	5	2	0	1	1	True	41351	fragment	False	FIJ0123_000000012686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	87.928	70.0	0.3630166169578185	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
USA0135_01_000000010412	1475	0.8797517405683568	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.30343007940572575		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	90.415	95.0	0.00039600261617212234	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
DEN0010_000000036381	1293	0.8797517405683568	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.28842344865738895		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	99.381	100.0	0.013451747581913021	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0009_000000005198	4142	0.8797490062176218	5	5	4	4	4	False	94813	fragment	False	CAN0009_000000005198	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4129.0	98.305	99.0	0.008169048646209744	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
USA0042_01_000000004719	5574	0.8797345343352788	8	2	1	2	1	False	57633	maximal	True	USA0042_01_000000004719	0.9959274342835986		2	2	True	True	1.0	8					non-mobilizable	no_good_hit	57.0	89.47399999999999	1.0	0.00020284432824719962	NZ_FRCY01000007.1	CFB group bacteria	Cyclobacterium lianum strain CGMCC 1.6102, whole genome shotgun sequence	True	True
SPA0058_000000000735	20228	0.879726164565077	33	13	7	8	7	True	6320	maximal	True	SPA0058_000000000735	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3499.0	74.964	25.0	0.005701335679835302	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0068_000000000179	36881	0.8797108704323359	40	30	19	28	16	True	98520	fragment	False	MAD0068_000000000179	0.9687401347452598		0	0	False	False	0.999837338924408	0					non-mobilizable	no_good_hit	9180.0	99.60799999999999	25.0	0.4565941992935675	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ISR0153_000000003358	7437	0.879709967728483	8	3	2	3	0	True	110137	fragment	False	ISR0153_000000003358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0036_000000007511	3184	0.8797066523274274	4	4	4	3	3	False	101113	fragment	False	SPA0036_000000007511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2574.0	96.27	88.0	0.0004611254725818668	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
AUS0016_000000003974	5909	0.8796993787800486	7	5	5	5	2	True	100631	fragment	False	FIJ0010_000000002863	0.9567244932808014		0	0	False	False	0.9998307824134827	0					non-mobilizable	no_good_hit	522.0	85.057	9.0	0.03389830508474576	NZ_WEHX01000055.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_55_length_15340_cov_272.879929, whole genome shotgun sequence	True	True
MON0072_000000018131	1187	0.8796977502012162	1	1	1	1	1	False	10392	maximal	True	MON0072_000000018131	1.0		49	8	False	False	0.9814658761024475	0					non-mobilizable	other	1187.0	100.0	100.0	0.00036166089564436475	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
CHI0158_000000005677	2873	0.8796636371688301	3	2	0	1	1	False	99260	fragment	False	CHI0158_000000005677	1.0		0	0	False	True	0.9993038773536682	0					non-mobilizable	no_good_hit	713.0	94.39	28.0	0.00014690304213266028	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ENG0168_000000019124	1621	0.8796541632719027	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.8447094990823059		0	0	False	False	1.0	0					non-mobilizable	other	1621.0	99.13600000000001	100.0	0.003387441791413044	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0068_000000002395	4752	0.8796506884589662	7	5	2	4	5	False	90480	fragment	False	CHI0068_000000002395	0.9998873366381253		0	0	False	False	1.0	0		MOBF,MOBP			mobilizable	other	4457.0	100.0	100.0	0.7863066878418916	NZ_CABFKI010000024.1	g-proteobacteria	Actinobacillus porcinus strain NM319, whole genome shotgun sequence	False	True
ISR0215_000000021424	1401	0.8796463691832415	3	2	2	2	1	True	115508	fragment	False	MON0088_000000019692	0.6668807020873063		0	0	False	False	0.9842969179153442	0					non-mobilizable	other	1401.0	99.64299999999999	100.0	0.0006050778130067527	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
CHI0106_000000004787	3898	0.8796385863996232	5	5	4	5	3	False	104472	maximal	True	CHI0106_000000004787	1.0		0	0	False	False	0.9997434616088867	0					non-mobilizable	no_good_hit	3105.0	99.195	80.0	0.02194933897333965	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
SPA0028_000000007851	3507	0.8796343816981121	4	3	2	2	3	False	7530	maximal	True	SPA0028_000000007851	1.0		2	1	False	False	0.9974337220191956	0					non-mobilizable	no_good_hit	2229.0	73.217	63.0	0.006170485957308423	NZ_FQUG01000004.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	False
ISR0374_000000003527	4426	0.8796335496976355	6	5	4	4	5	False	111431	fragment	False	ISR0843_000000003216	0.9091808030654446		0	0	False	False	0.998870313167572	0					non-mobilizable	other	4367.0	98.16799999999999	99.0	0.006043296207391853	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0064_000000016737	1394	0.8796329722026931	2	2	2	2	2	False	106150	fragment	False	ISR0779_000000021481	0.8327932039299509		0	0	False	False	0.9784792065620422	0					non-mobilizable	no_good_hit	491.0	75.967	35.0	0.00021047232158782054	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ENG0206_000000005493	4446	0.8796281539345764	9	2	1	2	1	True	53975	maximal	True	ENG0206_000000005493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0019_000000002930	2911	0.8796269873700567	3	2	0	1	1	True	89468	fragment	False	CHI0019_000000002930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	88.49600000000001	67.0	0.2367498051441933	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
MON0080_000000018045	2752	0.8796269873700567	3	2	0	1	1	True	11303	maximal	True	MON0080_000000018045	1.0		1	1	True	True	0.9872819781303406	3					non-mobilizable	chromosome	1621.0	85.626	99.0	0.5991024682124159	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
SPA0027_000000014641	2542	0.8796266644824141	3	3	3	3	2	False	131397	fragment	False	MON0055_000000007903	0.9533323463520224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	76.077	8.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
SPA0153_000000003170	4983	0.8796224808260986	5	4	2	1	3	True	102394	maximal	False	SPA0154_000000001039	0.9799049698829867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1616.0	86.262	32.0	0.3173570019723866	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
CHI0125_000000009844	1557	0.8796066156870063	2	1	1	1	1	False	81622	fragment	False	CHI0125_000000009844	0.9853556485355649		0	0	False	False	0.989723801612854	0					non-mobilizable	no_good_hit								True	False
DEN0031_000000003998	6826	0.8795977021777459	7	6	6	0	1	False	111066	fragment	False	DEN0031_000000003998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	72.32	24.0	0.0009246894297896526	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
ISR0228_000000003997	5602	0.8795977021777459	7	6	6	0	1	False	111065	fragment	False	ISR0228_000000003997	0.9660087719298245		0	0	False	False	0.9966083765029907	0					non-mobilizable	no_good_hit	1698.0	72.14399999999999	30.0	0.0009246894297896526	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
AST0090_000000020084	1128	0.8795969063933267	2	1	1	1	1	False	109764	fragment	False	AST0090_000000020084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000017626	1529	0.8795912465163807	3	3	3	2	3	False	5812	fragment	False	SPA0074_000000013639	0.9763406940063091		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	99.935	100.0	0.005922159262675669	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
MAD0034_000000004646	3303	0.8795905613964072	6	2	2	2	2	False	18821	maximal	True	MAD0034_000000004646	1.0		1	1	False	False	0.997577965259552	0					non-mobilizable	no_good_hit	95.0	98.947	5.0	2.193037711849776e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
AUS0010_000000003346	6370	0.8795844150368132	9	5	2	2	5	False	106688	fragment	False	AUS0010_000000003346	0.9714943623947911		0	0	False	False	0.9996860027313232	0					non-mobilizable	no_good_hit	2899.0	92.68700000000001	72.0	0.15092757572581492	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
AST0113_000000005273	6297	0.8795844150368132	10	5	2	2	5	False	106688	fragment	False	AUS0010_000000003346	0.9660910518053375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2814.0	92.50200000000001	72.0	0.14647311602557384	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
USA0063_01_000000004507	4561	0.8795749089358349	6	3	2	3	2	True	86555	maximal	True	USA0063_01_000000004507	1.0		2	2	False	False	0.9997807741165161	0					non-mobilizable	no_good_hit	70.0	84.286	2.0	0.00048109718881269523	NZ_OLMR01000006.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
USA0083_01_000000000517	30514	0.8795715588507078	24	17	6	17	11	True	91679	fragment	False	MON0045_000000000446	0.7835640248794981		0	0	False	False	1.0	0					non-mobilizable	other	28873.0	90.51700000000001	94.0	0.6810840210939533	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
MON0087_000000041498	1247	0.8795367882767178	1	1	1	1	1	False	37080	maximal	True	MON0087_000000041498	0.9958609271523179		81	10	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	99.12299999999999	82.0	0.010723215500015693	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
ISR0815_000000028153	1002	0.8795367882767178	1	1	1	1	1	False	21435	fragment	False	ISR0815_000000028153	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1002.0	99.70100000000001	100.0	0.009824416767266338	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
CAN0011_000000003836	8309	0.8795314175125105	12	9	8	9	6	False	122376	maximal	True	CAN0011_000000003836	1.0		0	0	False	False	0.9950655698776245	0					non-mobilizable	no_good_hit	6351.0	97.04	76.0	0.28931764276591865	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	True	False
USA0101_01_000000023061	1314	0.8795310024293079	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.8799687585424261		0	0	False	False	0.9992389678955078	0					non-mobilizable	no_good_hit	1152.0	75.868	87.0	0.0003883069235501466	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0816_000000004409	9770	0.8795287044584177	12	5	3	4	3	False	92895	maximal	True	ISR0816_000000004409	1.0	PS140	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3718.0	85.234	56.0	0.5644492241511753	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
SPA0067_000000005278	4229	0.8795230087166642	4	2	1	2	1	False	6052	maximal	True	SPA0067_000000005278	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	74.262	20.0	0.00013187237764485655	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
TAN0017_000000017046	2141	0.8795194056082362	4	3	3	3	3	False	2469	maximal	True	TAN0017_000000017046	1.0		1	1	False	False	0.9841195940971375	0					non-mobilizable	no_good_hit								True	False
ISR0207_000000006983	3801	0.8795186348828704	3	3	3	3	2	True	131091	maximal	True	ISR0207_000000006983	1.0		0	0	False	False	0.997369110584259	0					non-mobilizable	no_good_hit								True	True
ISR0236_000000004282	2444	0.8795157867540915	5	3	2	3	3	False	102859	fragment	False	SPA0093_000000014811	0.9589144364869959		0	0	False	False	0.9967266917228699	0					non-mobilizable	no_good_hit	905.0	90.055	37.0	0.0003037802289361202	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0088_000000017372	1642	0.8795146741689609	2	2	2	2	2	False	91165	fragment	False	SPA0136_000000021598	0.38157453936348407		0	0	False	False	1.0	0					non-mobilizable	other	1596.0	78.07	97.0	0.09290322580645162	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
MAD0033_000000010213	1976	0.8795132963181411	3	3	3	2	1	False	18877	fragment	False	MAD0033_000000010213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	1.5450871892700904e-05	NZ_CP039288.1	b-proteobacteria	Cupriavidus necator H16 chromosome 2, complete sequence	True	False
ISR0203_000000000238	44847	0.8794985980741853	39	10	2	10	4	True	89048	fragment	False	ISR0203_000000000238	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	24039.0	96.94200000000001	99.0	0.243921265920494	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
CHI0147_000000003451	5395	0.8794978446529691	4	3	1	1	2	False	126490	fragment	False	CHI0147_000000003451	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1274.0	94.662	39.0	0.21777092963533642	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0027_000000013913	2855	0.8794957292614303	6	2	1	2	1	True	12665	maximal	True	MON0027_000000013913	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0224_000000018087	1705	0.8794937660085795	2	2	1	2	1	False	27734	fragment	False	ISR0224_000000018087	1.0		0	0	False	False	0.9536656737327576	0					non-mobilizable	no_good_hit	620.0	70.484	35.0	0.00021015280245885904	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
SPA0100_000000012690	2330	0.8794894756267883	3	3	3	3	2	False	92181	fragment	False	SPA0100_000000012690	0.8819696990030443		0	0	False	False	0.9948498010635376	0					non-mobilizable	no_good_hit	316.0	74.684	13.0	0.19213410702772404	XM_012340121.1	oomycetes	Saprolegnia parasitica CBS 223.65 fumarate hydratase class II mRNA	True	False
MON0103_000000055427	1027	0.8794876857309825	1	1	1	1	1	False	68598	fragment	False	DEN0090_000000028351	0.9599636032757053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0092_000000019406	1211	0.8794841640764313	1	1	1	1	1	False	61080	maximal	True	ENG0092_000000019406	1.0		1	1	False	False	0.9942196607589722	0					non-mobilizable	no_good_hit								True	False
MAD0009_000000001748	5007	0.8794825986061983	7	4	2	4	2	True	19789	fragment	False	MAD0009_000000001748	1.0		0	0	False	False	0.9914120435714722	0					non-mobilizable	no_good_hit	201.0	73.134	4.0	6.844418756749357e-05	CP017459.1	firmicutes	Staphylococcus nepalensis strain JS9 chromosome, complete genome	True	True
SPA0158_000000002599	5313	0.8794777499756716	9	1	0	1	0	True	61763	fragment	False	SPA0158_000000002599	0.9898945667294381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.2340299936543093e-06	LR597561.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 12	True	True
SPA0156_000000002696	4912	0.8794777499756716	8	1	0	1	0	True	61763	fragment	False	SPA0158_000000002599	0.9747043240864297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.2340299936543093e-06	LR597561.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 12	True	True
SPA0157_000000001220	4498	0.8794777499756716	7	1	0	1	0	True	61763	fragment	False	SPA0158_000000002599	0.7723457279223979		0	0	False	False	0.9864383935928345	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.2340299936543093e-06	LR597561.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 12	True	True
ENG0080_000000005766	4202	0.8794777499756716	8	1	0	1	0	True	61763	fragment	False	SPA0158_000000002599	0.5768404945951126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.2340299936543093e-06	LR597561.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 12	True	True
ENG0086_000000007058	3536	0.8794777499756716	5	1	0	1	0	True	61448	fragment	False	ENG0086_000000007058	1.0		0	0	False	False	0.9997171759605408	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.2340299936543093e-06	LR597561.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 12	True	True
SPA0029_000000019695	1372	0.8794777499756716	2	1	0	1	0	True	36463	fragment	False	SPA0029_000000019695	0.9841628959276019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	3.0	1.2340299936543093e-06	LR597561.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 12	True	True
ISR0821_000000010160	2854	0.879477024286468	4	4	4	3	1	False	21243	maximal	True	ISR0821_000000010160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1649.0	99.454	58.0	0.003643132209444732	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	True	False
USA0020_01_000000000924	26450	0.8794755595937122	61	10	5	7	7	False	1811	maximal	True	USA0020_01_000000000924	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1363.0	76.229	8.0	0.006569011275825158	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0003_000000002408	9461	0.8794696848367819	13	13	12	11	12	True	114145	maximal	True	MAD0003_000000002408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2273.0	97.184	74.0	0.0004576420276522944	CP042470.1	enterobacteria	Escherichia coli strain A50 chromosome	True	True
MON0087_000000024788	2040	0.8794481306752223	3	1	1	1	1	False	9693	fragment	False	MON0087_000000024788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0826_000000001318	9241	0.8794424426846279	11	9	8	6	6	True	130468	fragment	False	ISR0826_000000001318	1.0		0	0	False	False	0.9971864223480225	0					non-mobilizable	no_good_hit	4910.0	95.214	60.0	0.0014815789743778606	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
FIJ0160_000000004399	3856	0.8794401204408794	6	4	4	3	2	False	39353	maximal	True	FIJ0160_000000004399	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	91.977	27.0	0.0008280766701575782	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0063_000000001324	12735	0.8794379583060898	19	10	7	9	8	True	126208	backbone	False	ISR0395_000000002325	0.6007051420751989	PS943|PS946|PS949	0	0	True	True	1.0	123					non-mobilizable	no_good_hit	1599.0	74.171	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0011_000000007605	5061	0.8794368331774225	11	7	4	6	0	True	124623	fragment	False	DEN0011_000000007605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1518.0	89.065	48.0	0.026725268493247793	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0016_01_000000003619	5281	0.8794275654197574	6	5	2	3	3	True	128059	maximal	True	USA0016_01_000000003619	1.0	PS463	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2941.0	99.626	75.0	0.025004465083050546	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0851_000000009642	1421	0.8794264847486128	2	2	2	1	1	False	106720	fragment	False	ISR0851_000000009642	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1421.0	99.93	100.0	0.0005880715890191297	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
ENG0191_000000004525	5603	0.879424545695943	8	5	2	4	5	False	109919	fragment	False	ISR0025_000000004431	0.15091854657036052		0	0	False	False	1.0	0					non-mobilizable	other	5603.0	99.839	100.0	0.001579701749150921	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0211_000000017202	1334	0.8794158488184889	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.21597194958300547	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1345.0	81.63600000000001	100.0	0.0006143334620508207	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
CHI0168_000000004933	3646	0.8794142298773975	4	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.49360772552746573		0	0	False	False	1.0	0					non-mobilizable	chromosome	3646.0	99.177	100.0	0.000727295661653436	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0132_000000010219	2690	0.8794135647944066	4	3	3	3	2	False	94981	fragment	False	ISR0132_000000010219	0.9882885385559183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	79.389	10.0	0.010713395897350719	NZ_MDZB01000124.1	CFB group bacteria	Hymenobacter lapidarius strain CCM 8643 NODE_53_length_24082_cov_306.227_ID_105, whole genome shotgun sequence	True	False
ENG0047_000000006145	2886	0.8794122543651557	2	2	2	2	2	False	64355	maximal	True	ENG0047_000000006145	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	99.708	12.0	5.204376789575177e-05	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
MON0026_000000019981	2199	0.8794084722021412	4	2	2	2	2	False	43904	fragment	False	MON0026_000000019981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	7.368293176450406e-06	CP038467.1	enterobacteria	Serratia quinivorans strain PKL:12 chromosome, complete genome	True	False
DEN0090_000000012169	2209	0.8794007439994066	3	3	3	3	3	False	71817	fragment	False	ENG0075_000000010296	0.9528066528066528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	75.429	50.0	0.0024332506116127215	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0028_000000008733	3482	0.8793941861914251	5	4	4	3	4	False	118976	fragment	False	AST0093_000000004458	0.453296037568392		0	0	False	False	1.0	0					non-mobilizable	other	3482.0	92.76299999999999	99.0	0.05467056272975775	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ENG0083_000000015370	1472	0.8793915058811401	3	2	2	2	2	False	67778	maximal	False	ENG0004_000000015861	0.6316113161131611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	75.46	11.0	3.0498771185447206e-05	CP050009.1	enterobacteria	Citrobacter sp. Y3 chromosome, complete genome	True	False
USA0084_01_000000025820	1223	0.8793858627741609	1	1	1	1	1	False	459	fragment	False	USA0084_01_000000025820	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	97.796	100.0	0.0005462147186124004	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0007_000000012321	2129	0.8793754012777238	2	2	2	2	2	False	76299	fragment	False	DEN0007_000000012321	0.9741885131576445		0	0	False	False	0.998590886592865	0					non-mobilizable	no_good_hit	1899.0	97.946	89.0	0.00162839886415531	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0102_000000005636	3343	0.8793729452757738	5	5	3	3	5	True	123410	fragment	False	ISR0102_000000005636	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3343.0	96.919	100.0	0.3201418167880414	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
ISR0211_000000015670	1462	0.8793636905670558	2	2	1	1	2	False	36927	fragment	False	ISR0211_000000015670	0.9958706125258087		0	0	False	False	0.9876881241798401	0					non-mobilizable	no_good_hit	625.0	86.56	74.0	0.060379918588873815	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
ENG0005_000000009064	2652	0.8793515146959945	4	3	1	2	2	True	67692	fragment	False	ENG0005_000000009064	1.0		0	0	False	False	1.0	0	rep_cluster_321				non-mobilizable	plasmid	2500.0	99.96	100.0	0.5614744886491346	CP000420.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 1, complete sequence	False	True
ITA0003_000000004102	1558	0.8793509872609876	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.5467095686185778	PS1128	0	0	False	True	0.9967907667160034	0					non-mobilizable	other	1567.0	82.45100000000001	100.0	0.00043265519214000475	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0008_000000003143	7381	0.8793467841870097	12	10	4	8	7	True	14363	maximal	True	MON0008_000000003143	1.0		1	1	False	False	0.9991871118545532	0					non-mobilizable	no_good_hit	4730.0	96.025	64.0	0.0019005010521492183	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	True
ISR0027_000000005721	4568	0.8793404559122142	8	3	1	3	3	True	37253	maximal	True	ISR0027_000000005721	1.0		1	1	False	False	0.99978107213974	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.695062773338465e-07	LR031879.1	eudicots	Brassica oleracea HDEM genome, scaffold: C8	True	True
ISR0259_000000003328	4003	0.8793350912971306	5	4	3	4	2	False	57435	fragment	False	ISR0259_000000003328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	94.34899999999999	51.0	0.0004270621501034915	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0359_000000011979	2200	0.8793290585489686	2	2	2	2	2	False	106236	fragment	False	ISR0814_000000011953	0.21190253347824486		0	0	False	False	0.9913636445999146	0					non-mobilizable	other	2191.0	98.95	99.0	0.008400846989504695	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0086_000000001867	2745	0.8793252280741347	6	2	2	2	2	True	84064	maximal	True	CHI0086_000000001867	1.0		1	1	False	False	0.9978141784667969	0					non-mobilizable	no_good_hit	1816.0	86.949	86.0	0.20062520933348219	NZ_KI518142.1	fusobacteria	Cetobacterium somerae ATCC BAA-474 Scaffold267, whole genome shotgun sequence	True	True
SPA0018_000000009749	2989	0.8793226668126851	4	3	2	3	2	False	7806	fragment	False	SPA0018_000000009749	1.0		0	0	False	False	0.9983271956443787	0					non-mobilizable	no_good_hit								True	False
ISR0333_000000001326	10414	0.8793175858189695	8	7	2	3	7	False	109141	maximal	True	ISR0333_000000001326	1.0		1	1	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	9489.0	97.165	100.0	0.04006949493583132	CP020439.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 plasmid unamed1 sequence	False	True
FIJ0067_000000002000	15140	0.8793116473049695	14	10	7	10	5	False	84473	maximal	True	FIJ0067_000000002000	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	88.53	2.0	0.00010201232147385054	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
FIJ0047_000000022105	1409	0.8793079804262315	2	2	2	2	1	False	46856	fragment	False	FIJ0047_000000022105	0.991899852724595		0	0	False	False	0.9929027557373047	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.0005692920776083578	NZ_ML014776.1	g-proteobacteria	Parashewanella curva strain C51 Scaffold24, whole genome shotgun sequence	True	False
FIJ0154_000000029734	1358	0.8793079804262315	2	2	2	2	1	False	46856	fragment	False	FIJ0047_000000022105	0.9740951029098652		0	0	False	False	0.9985272288322449	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.0005692920776083578	NZ_ML014776.1	g-proteobacteria	Parashewanella curva strain C51 Scaffold24, whole genome shotgun sequence	True	False
FIJ0051_000000007232	2981	0.8792976965134902	4	4	2	4	4	False	112289	fragment	False	FIJ0051_000000007232	0.970169678617342		0	0	False	False	0.9989936351776123	0					non-mobilizable	other	2981.0	99.396	100.0	0.0007306301488891847	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0061_000000028571	1523	0.879297673211324	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.14085217329473923		0	0	False	False	0.9993433952331543	0					non-mobilizable	chromosome	1515.0	98.81200000000001	99.0	0.0005320691127554257	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0364_000000015987	1170	0.8792762722132698	2	2	1	2	2	True	47597	maximal	True	ISR0364_000000015987	0.9684642934162176		34	6	False	False	1.0	0					non-mobilizable	no_good_hit	282.0	99.645	40.0	0.11525840853158327	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0307_000000010485	1164	0.8792762722132698	2	2	1	2	2	True	47597	maximal	False	ISR0364_000000015987	0.9639036568045779		0	0	False	False	0.9836769700050354	0					non-mobilizable	no_good_hit	276.0	96.73899999999999	40.0	0.11279737489745693	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
MON0081_000000006065	8688	0.8792678391705773	14	4	2	4	1	True	62452	maximal	True	MON0081_000000006065	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0172_000000009177	2383	0.8792622494976146	3	1	0	1	0	False	55740	maximal	True	ENG0172_000000009177	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
ENG0199_000000012095	2095	0.8792622494976146	4	2	0	2	0	False	60366	maximal	False	ISR0362_000000010218	0.9885084427767354		0	0	True	True	0.9918854236602783	6					non-mobilizable	no_good_hit								True	True
ENG0020_000000004512	4401	0.8792266889190441	10	4	4	3	3	False	101590	fragment	False	ENG0020_000000004512	0.9688238072744451		0	0	False	False	0.9956827759742737	0					non-mobilizable	no_good_hit	92.0	81.52199999999999	2.0	0.00010297683135713167	NZ_FOEI01000001.1	CFB group bacteria	Flavobacterium urocaniciphilum strain DSM 27078, whole genome shotgun sequence	True	False
MAD0111_000000008010	2134	0.8792154225032747	3	2	1	1	2	False	82797	fragment	False	CHI0109_000000008631	0.9932432432432432		0	0	False	False	0.9971883893013	0					non-mobilizable	no_good_hit								True	False
ISR0804_000000001010	18566	0.8792031740362839	17	7	5	6	5	False	80014	maximal	True	ISR0804_000000001010	1.0		1	1	False	False	0.9996229410171509	0					non-mobilizable	no_good_hit	2012.0	76.69	11.0	0.020616942429145572	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
ENG0127_000000010192	2511	0.879198083318782	4	4	4	3	2	False	58729	maximal	True	ENG0127_000000010192	1.0		3	3	False	False	0.9761051535606384	0					non-mobilizable	no_good_hit	701.0	78.031	27.0	0.002579355423197727	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
USA0016_01_000000005712	2972	0.8791975374458101	5	4	2	3	3	False	101913	fragment	False	ENG0049_000000005390	0.5389696024916107		0	0	False	False	0.9996635317802429	0					non-mobilizable	chromosome	2972.0	93.069	100.0	0.000542693898904036	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
DEN0039_000000016202	1327	0.8791956531746048	3	1	1	1	1	False	73210	fragment	False	DEN0039_000000016202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	86.446	50.0	0.0027970255196890317	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
SPA0058_000000020942	1458	0.8791901729410473	3	3	3	2	2	False	131437	maximal	True	SPA0058_000000020942	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	79.785	82.0	0.016705711735832216	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0188_000000003701	6966	0.8791899242968761	7	7	7	6	6	False	125056	fragment	False	CHI0172_000000000825	0.2809680549792116		0	0	False	False	1.0	0					non-mobilizable	other	6966.0	99.397	100.0	0.02518240521798237	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0083_000000019336	1852	0.8791884702238008	2	2	2	2	2	False	92181	fragment	False	SPA0100_000000012690	0.583477281895496		0	0	False	False	0.9994600415229797	0					non-mobilizable	no_good_hit	438.0	83.105	24.0	0.0001228109717130079	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0142_000000020913	1635	0.8791722726746019	2	2	2	2	2	False	113065	fragment	False	ISR0265_000000010435	0.9740817755240633		0	0	False	False	0.9779816269874573	0					non-mobilizable	other	1634.0	97.98	99.0	0.0004886762081718752	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0091_000000015036	1613	0.8791722726746019	2	2	2	2	2	False	113065	fragment	False	ISR0265_000000010435	0.9737998072548207		0	0	False	False	1.0	0					non-mobilizable	other	1613.0	98.512	100.0	0.00048239194585000784	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0049_000000000692	15282	0.8791671550939844	15	10	5	7	7	True	96559	maximal	True	MAD0049_000000000692	1.0		12	2	False	False	1.0	0					non-mobilizable	other	6192.0	96.802	95.0	0.0018109204594771407	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0073_000000001336	4526	0.8791572377452549	5	4	4	4	4	False	68506	fragment	False	MON0073_000000001336	1.0		0	0	False	False	0.9893946051597595	0					non-mobilizable	other	4526.0	100.0	100.0	0.13990662585412608	NZ_CABKUF010000003.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
SPA0037_000000006227	3915	0.8791525171560156	3	3	3	3	3	False	7561	fragment	False	SPA0037_000000006227	1.0		0	0	False	False	0.9974457025527954	0					non-mobilizable	no_good_hit	168.0	83.929	11.0	8.489685032685287e-05	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
SPA0013_000000000355	29035	0.8791491893928285	39	13	4	10	7	True	7989	fragment	False	SPA0013_000000000355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.9074446024289785e-05	NZ_KB907791.1	CFB group bacteria	Dyadobacter beijingensis DSM 21582 H144DRAFT_scaffold00006.6, whole genome shotgun sequence	True	True
ISR0230_000000003407	7134	0.8791472332271182	7	4	2	4	1	True	35925	fragment	False	ISR0230_000000003407	1.0		0	0	False	False	0.9998598098754883	0					non-mobilizable	no_good_hit								True	True
ENG0040_000000011955	1948	0.8791410953805677	4	3	3	3	2	False	128047	maximal	True	ENG0040_000000011955	1.0		16	4	False	False	0.9964065551757812	0					non-mobilizable	no_good_hit	1511.0	97.088	82.0	0.003155339298297706	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0026_000000037488	1380	0.8791356104625405	4	1	1	1	1	False	12711	fragment	False	MON0026_000000037488	1.0		0	0	False	False	0.9985507130622864	0					non-mobilizable	no_good_hit								True	False
FIJ0046_000000030009	1171	0.8791351543190259	3	3	3	3	3	False	46931	fragment	False	FIJ0046_000000030009	1.0		0	0	False	False	0.9965841174125671	0					non-mobilizable	no_good_hit	715.0	95.944	61.0	0.012835072918356678	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	True	False
ISR0828_000000001399	4927	0.8791294719933598	6	6	5	6	4	False	89588	fragment	False	SPA0129_000000005258	0.9733860047734407		0	0	False	False	1.0	0					non-mobilizable	chromosome	4571.0	99.694	100.0	0.0008571293501800178	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ISR0106_000000005957	3802	0.8791271909199901	4	4	3	3	3	True	123494	fragment	False	ISR0106_000000005957	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3802.0	99.369	100.0	0.7691218130311614	NZ_JH379346.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld23, whole genome shotgun sequence	False	True
ISR0130_000000006587	4181	0.8791252135944444	6	3	2	3	3	False	31792	fragment	False	ISR0130_000000006587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.389140920783313e-06	AP018153.1	nematodes	Caenorhabditis sp. 34 TK-2017 DNA. chromosome 3, nearly complete genome	True	False
CAN0011_000000014105	2154	0.8791167252090933	3	3	3	3	3	False	94473	fragment	False	CAN0011_000000014105	1.0		0	0	False	False	0.9953574538230896	0					non-mobilizable	no_good_hit	1103.0	74.252	50.0	0.0034315697983228442	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0196_000000005997	3066	0.8791164391400506	3	3	3	3	3	False	108867	maximal	False	ISR0260_000000003905	0.9895283484964461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0052_000000009224	3138	0.8791154551374032	3	3	3	3	3	False	110934	fragment	False	SPA0052_000000009224	1.0		0	0	False	False	0.9968132376670837	0					non-mobilizable	no_good_hit	850.0	76.118	27.0	0.00023098566732557692	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
ISR0175_000000008280	2722	0.8791048723339152	4	3	3	3	3	False	118756	maximal	True	ISR0175_000000008280	1.0		19	5	False	False	0.9985305070877075	0					non-mobilizable	no_good_hit	2343.0	98.848	86.0	0.010628641966344146	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0158_000000015626	1205	0.8790943815544059	3	3	3	3	2	False	39427	maximal	True	FIJ0158_000000015626	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	91.152	59.0	0.0033185066253448026	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0050_000000019958	1209	0.879094027268065	2	1	1	1	1	False	17379	fragment	False	MAD0050_000000019958	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	98.03	100.0	0.0035111609912033444	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
USA0034_01_000000001815	23875	0.8790841075929925	21	19	8	11	19	True	123786	fragment	False	USA0034_01_000000001815	1.0		0	0	False	True	1.0	0					non-mobilizable	other	13117.0	99.947	100.0	0.13656245443752474	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
AST0005_000000010836	2637	0.8790797848218217	4	4	4	3	4	False	128491	maximal	False	MAD0047_000000015673	0.960482985729967		0	0	False	False	0.9950701594352722	0					non-mobilizable	no_good_hit	108.0	87.037	6.0	1.45018326348968e-05	CP015878.1	g-proteobacteria	Pseudomonas citronellolis strain SJTE-3, complete genome	True	False
ENG0205_000000000755	21940	0.8790794746783499	29	11	4	11	3	True	118919	fragment	False	SPA0089_000000000589	0.5352814228335029		0	0	False	False	1.0	0					non-mobilizable	other	13206.0	97.66799999999999	99.0	0.0035359279360533697	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0069_000000000681	20387	0.8790794746783499	26	11	4	11	3	True	118919	fragment	False	SPA0089_000000000589	0.3365111295288757		0	0	False	False	0.999411404132843	0					non-mobilizable	other	13304.0	97.685	100.0	0.0035621715696290464	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0066_000000018182	1961	0.8790779949356179	4	3	3	3	3	False	70955	fragment	False	DEN0066_000000018182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1228.0	92.427	63.0	0.019651673286911215	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
FIJ0011_000000003307	11716	0.8790766523838394	17	9	5	6	6	True	105193	maximal	False	USA0047_01_000000002319	0.9349133715662947	PS445	0	0	False	True	0.9994878768920898	0					non-mobilizable	no_good_hit	3627.0	92.17	70.0	0.2917675544794189	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MAD0008_000000004708	2542	0.879076058393185	3	2	1	1	2	False	19836	maximal	True	MAD0008_000000004708	1.0		1	1	False	False	0.9811172485351562	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000028038	1290	0.8790555802346494	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.27277151110115966		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	99.06299999999999	99.0	0.013316397180547024	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0017_000000002596	4314	0.8790512137789075	5	4	2	2	4	True	120478	fragment	False	SPA0017_000000002596	1.0		0	0	False	False	0.998145580291748	0	rep_cluster_1320				non-mobilizable	plasmid	4130.0	96.755	96.0	0.9094115054000441	AB495342.1	high GC Gram+	Bifidobacterium longum plasmid pBK283 insertion sequence ISBlo15 orfB gene for IS200/IS605 family transposase OrfB and repA gene for replication protein, complete cds	False	True
ISR0389_000000009764	2229	0.8790461076692175	4	2	2	2	2	False	95179	fragment	False	ISR0389_000000009764	1.0		0	0	False	False	0.9968595504760742	0					non-mobilizable	no_good_hit	117.0	82.906	5.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
MON0069_000000008536	4959	0.8790413571332425	5	5	5	5	4	False	114946	fragment	False	MON0060_000000005527	0.8753585336311374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	76.79899999999999	14.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
MAD0009_000000001428	5938	0.8790411921366126	7	6	3	3	6	False	19790	maximal	True	MAD0009_000000001428	0.9999154262516915		4	1	True	True	1.0	84					non-mobilizable	no_good_hit	1616.0	90.90299999999999	62.0	0.2612231620039037	CP056162.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_4, complete sequence	True	True
MON0011_000000004040	9479	0.8790405444013986	12	8	6	7	4	True	14379	maximal	False	MON0004_000000002198	0.7346447103674679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	79.795	6.0	0.00016162809264030114	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0070_000000003877	5716	0.8790135045460526	6	4	4	3	4	False	62791	maximal	True	ENG0070_000000003877	1.0		7	3	False	False	0.9996501207351685	0					non-mobilizable	no_good_hit	413.0	74.57600000000001	7.0	0.00012053991218652589	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0317_000000004642	3659	0.8790102490507354	4	4	4	3	2	False	92513	fragment	False	ISR0317_000000004642	1.0		0	0	False	False	0.9997267127037048	0					non-mobilizable	no_good_hit	916.0	82.969	38.0	0.00020318924775022989	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0128_000000002445	13113	0.8790097591700727	12	7	5	6	2	True	66552	fragment	False	SPA0128_000000002445	0.9595211844384943		0	0	False	False	0.999771237373352	0					non-mobilizable	no_good_hit								True	True
SPA0089_000000021606	1765	0.8789976119193903	3	3	3	1	1	False	5416	maximal	True	SPA0089_000000021606	1.0		1	1	False	False	0.9966005682945251	0					non-mobilizable	no_good_hit	735.0	76.59899999999999	41.0	0.0035533267838726863	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
FIJ0012_000000022265	1148	0.8789769587938894	2	1	1	1	1	False	50690	fragment	False	FIJ0012_000000022265	1.0		0	0	False	False	0.9991289377212524	0					non-mobilizable	other	613.0	96.73700000000001	100.0	0.0001717105348207044	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0259_000000004422	3180	0.8789760400436712	3	2	1	2	1	False	26754	fragment	False	ISR0259_000000004422	1.0		0	0	False	False	0.9974842667579651	0					non-mobilizable	no_good_hit								True	False
ISR0219_000000014559	2285	0.8789724798847379	2	2	2	2	2	False	28041	maximal	True	ISR0219_000000014559	1.0		90	9	False	False	0.9960612654685974	0					non-mobilizable	other	2285.0	99.825	100.0	0.0024500706916193425	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
USA0059_01_000000002760	8758	0.8789707920556802	10	4	3	4	1	False	936	maximal	True	USA0059_01_000000002760	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0002239946241290209	MH603440.1	monocots	Scaphochlamys sp. Kennedy 4462 isolate L-83.0941 plastid, partial genome	True	False
DEN0051_000000000520	29879	0.8789659162526753	64	19	10	17	5	True	75528	fragment	False	DEN0051_000000000520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2454.0	91.68700000000001	52.0	0.04345514479140822	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0794_000000003661	5136	0.8789631603980911	4	4	2	3	3	False	71470	fragment	False	ISR0794_000000003661	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	3536.0	99.604	100.0	0.504207673655684	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
ISR0231_000000015146	1324	0.8789525142929621	3	1	1	1	1	False	27473	fragment	False	ISR0231_000000015146	1.0		0	0	False	False	0.9969788789749146	0					non-mobilizable	no_good_hit								True	False
ENG0208_000000008443	3601	0.8789416532602263	3	3	3	3	2	False	131822	fragment	False	ENG0208_000000008443	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1772.0	98.025	100.0	0.0004994914832612535	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0399_000000003555	3893	0.8789415886915288	6	6	1	2	6	False	36474	maximal	True	ISR0399_000000003555	1.0		1	1	False	False	0.9997431039810181	0		MOBP			mobilizable	no_good_hit	3348.0	92.742	86.0	0.2763212306674386	LR536656.1	firmicutes	Enterococcus faecium isolate E7246 genome assembly, plasmid: 7	True	True
ENG0073_000000012450	1979	0.8789396494500323	4	3	2	2	2	False	94722	fragment	False	ENG0073_000000012450	0.953443211117137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	88.333	3.0	2.0044757565452078e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
USA0018_01_000000004391	5648	0.8789391144932706	5	4	4	4	4	False	121308	fragment	False	CHI0124_000000002818	0.935085569424084		0	0	False	True	1.0	0					non-mobilizable	chromosome	4173.0	92.38	98.0	0.0008591038666492284	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
MON0015_000000033258	1160	0.8789309049116187	2	2	1	2	2	False	13380	maximal	True	MON0015_000000033258	1.0		21	8	False	False	0.9706896543502808	0					non-mobilizable	other	1160.0	89.48299999999999	100.0	0.0005717589618399075	CP006776.1	firmicutes	Streptococcus sp. I-P16, complete genome	False	False
AST0149_000000011731	2310	0.8789307721714434	6	3	1	2	2	False	104507	fragment	False	AST0149_000000011731	0.9654863290004483		0	0	False	False	0.9991341829299927	0					non-mobilizable	other	1831.0	99.399	100.0	0.014152622374916818	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0092_000000047795	1169	0.8789293188379338	2	2	1	2	1	False	9417	fragment	False	MON0092_000000047795	1.0		0	0	False	False	0.9803250432014465	0					non-mobilizable	plasmid	1169.0	100.0	100.0	0.011701413586863961	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
SPA0052_000000002707	11738	0.8789262384194156	16	13	8	10	11	True	91508	maximal	True	SPA0052_000000002707	1.0		4	1	False	False	0.9996592402458191	0					non-mobilizable	no_good_hit	6909.0	99.03	63.0	0.0021795010151230295	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
MAD0010_000000000373	6444	0.8789211695864134	8	8	3	4	8	False	19750	fragment	False	MAD0010_000000000373	1.0		0	0	False	False	0.9993792772293091	0		MOBP			mobilizable	plasmid	3383.0	97.931	100.0	0.04566771634387966	CP057202.1	enterobacteria	Escherichia coli strain RHB33-C11 plasmid pRHB33-C11_3, complete sequence	False	True
ENG0151_000000005175	4612	0.8789187514172302	5	3	3	3	3	False	57115	maximal	True	ENG0151_000000005175	1.0		1	1	False	False	0.9952298402786255	0					non-mobilizable	no_good_hit	2729.0	95.383	60.0	0.0009183079695796594	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
ISR0816_000000013982	2962	0.8789109661252392	4	4	4	3	3	False	103271	fragment	False	ISR0192_000000006003	0.8625098905964241		0	0	False	False	1.0	0					non-mobilizable	other	2962.0	99.73	100.0	0.0005734827836052487	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0296_000000006822	3660	0.8789096322592177	5	2	2	2	2	False	25692	maximal	True	ISR0296_000000006822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1951.0	91.338	53.0	0.0026742195609880176	NZ_PGFC01000001.1	high GC Gram+	Pseudoscardovia suis strain DSM 24744 Ga0181009_101, whole genome shotgun sequence	True	False
ISR0782_000000006183	2204	0.8788991725642304	4	1	1	1	1	False	60066	fragment	False	ISR0782_000000006183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	96.83200000000001	37.0	0.01700042207944473	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0217_000000012864	1806	0.8788909815572404	1	1	1	1	1	False	85305	fragment	False	CHI0064_000000009802	0.9668522305555248		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	99.714	97.0	0.026779292720623116	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0024_000000009782	1517	0.8788909815572404	1	1	1	1	1	False	83453	fragment	False	SPA0024_000000009782	0.9890498426990728		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	99.79299999999999	100.0	0.022112044560743088	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0096_000000005787	1498	0.8788909815572404	1	1	1	1	1	False	83453	fragment	False	SPA0024_000000009782	0.9884238526170911		0	0	False	False	0.9966621994972229	0					non-mobilizable	other	1498.0	99.73299999999999	100.0	0.022907772115870174	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0254_000000008808	1468	0.8788909815572404	1	1	1	1	1	False	35899	fragment	False	ISR0050_000000020678	0.7274605147142406		0	0	False	False	0.946185290813446	0					non-mobilizable	other	1385.0	96.895	94.0	0.00029187627233872513	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0032_01_000000014888	1438	0.8788909815572404	1	1	1	1	1	False	83453	fragment	False	SPA0024_000000009782	0.9759911703244883		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	99.72200000000001	100.0	0.02198962493687738	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0057_000000018496	1431	0.8788909815572404	1	1	1	1	1	False	83453	fragment	False	SPA0024_000000009782	0.9748985706246284		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	99.65100000000001	100.0	0.021882507765994888	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0072_000000016675	1181	0.8788909815572404	1	1	1	1	1	False	5859	fragment	False	SPA0072_000000016675	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	99.915	100.0	0.018056894520191588	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0208_000000025271	1111	0.8788909815572404	1	1	1	1	1	False	28489	fragment	False	ISR0208_000000025271	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1028.0	99.708	92.0	0.015715619213759965	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0090_000000007336	3002	0.8788881909838827	5	4	4	4	3	False	81240	fragment	False	ENG0090_000000007336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1663.0	73.722	55.0	0.0043054067038693225	NZ_ATUZ01000014.1	d-proteobacteria	Desulfovibrio desulfuricans DSM 642 G449DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
MAD0107_000000020243	1943	0.878884326715021	3	3	3	3	3	False	114517	fragment	False	AST0052_000000010910	0.9604721555502607		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	98.971	100.0	0.030743414387031407	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
ISR0781_000000005016	4850	0.8788838580153744	7	5	2	5	2	True	107655	fragment	False	DEN0040_000000001228	0.9095810958967921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	359.0	90.529	7.0	0.37898089171974525	GQ875601.1		Uncultured organism clone VC1A405TF genomic sequence	True	True
MON0083_000000002520	8477	0.8788703445355612	15	10	5	5	9	True	123826	backbone	False	ISR0183_000000005642	0.39443537429707654	PS486|PS905	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	1994.0	93.48	62.0	0.2434516523867809	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
FIJ0084_000000001839	7929	0.8788700882011781	13	2	0	2	0	False	69256	maximal	True	FIJ0084_000000001839	1.0	PS325	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	122.0	99.18	3.0	5.037959568084485e-05	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ENG0005_000000002994	7864	0.8788700882011781	11	2	0	2	0	False	69255	backbone	True	ENG0005_000000002994	1.0	PS325	2	2	True	True	1.0	5					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.452418321894026e-05	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	True
AST0085_000000002200	7576	0.8788700882011781	11	2	0	2	0	False	111141	maximal	True	AST0085_000000002200	0.9917571371129875		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	1.452418321894026e-05	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	False
CHI0162_000000012105	2524	0.8788700882011781	3	2	0	2	0	True	84601	maximal	False	CHI0076_000000003150	1.0		0	0	True	True	1.0	96					non-mobilizable	no_good_hit								True	True
CHI0076_000000003150	2524	0.8788700882011781	4	2	0	2	0	True	84601	maximal	True	CHI0076_000000003150	1.0		3	1	True	True	1.0	49					non-mobilizable	no_good_hit								True	True
FIJ0102_000000013632	2313	0.8788563097573363	3	3	3	3	2	False	100451	fragment	False	MAD0066_000000005127	0.2303577564217903		0	0	False	False	1.0	0					non-mobilizable	chromosome	2287.0	95.27799999999999	99.0	0.0004098295234731877	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
DEN0057_000000003978	1825	0.8788406084576742	3	3	2	3	1	False	72013	fragment	False	DEN0057_000000003978	1.0		0	0	False	False	0.9945205450057983	0					non-mobilizable	no_good_hit	70.0	92.85700000000001	4.0	0.0001079692593792251	NZ_FRAC01000007.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
FIJ0031_000000001293	13541	0.8788314884932344	13	8	6	7	5	False	49800	maximal	True	FIJ0031_000000001293	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	81.858	16.0	0.023601306500895584	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
MAD0003_000000005202	5129	0.87883100189403	8	4	2	2	4	True	110928	maximal	True	MAD0003_000000005202	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2053.0	84.803	57.0	0.0006607525552590585	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
SPA0011_000000012256	1389	0.8788197460753564	2	2	1	2	1	True	8029	maximal	True	SPA0011_000000012256	1.0		1	1	False	False	0.9992800354957581	0					non-mobilizable	no_good_hit	63.0	95.238	5.0	0.0027890238416554206	NZ_NQOF01000014.1	firmicutes	Blautia hominis strain KB1 KB1_contig15, whole genome shotgun sequence	True	True
ENG0090_000000019636	1286	0.8788184232987659	2	2	2	2	2	False	61220	fragment	False	ENG0090_000000019636	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	98.90899999999999	99.0	0.002628525032497755	NZ_LT699743.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	False	False
MON0087_000000043859	1181	0.8788164361503417	1	1	1	1	1	False	90693	fragment	False	ISR0134_000000024323	0.790081745303979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	0.0009764731012175399	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0207_000000005668	4496	0.8788103729378172	5	5	4	5	4	False	104525	fragment	False	ISR0207_000000005668	1.0		0	0	False	False	0.997108519077301	0					non-mobilizable	chromosome	4496.0	97.954	100.0	0.0018507399253279565	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0106_000000009827	3948	0.8788031991697242	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5145359967027915		0	0	False	False	1.0	0					non-mobilizable	other	3948.0	98.556	100.0	0.001227282823826895	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0027_000000022027	1865	0.8787970325649839	3	2	1	1	2	True	117120	fragment	False	MON0027_000000022027	1.0		0	0	False	False	0.9983914494514465	0					non-mobilizable	chromosome	1870.0	97.861	99.0	0.0005201485916190675	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
SPA0050_000000017197	1501	0.8787970325649839	4	2	1	1	2	True	117119	fragment	False	ENG0042_000000016186	0.9505776636713735		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	99.46700000000001	100.0	0.00041574025878999627	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
SPA0111_000000010368	3308	0.878784315841461	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.7139159412176317	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3308.0	99.788	100.0	0.00046677209383205916	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0371_000000001227	8959	0.8787793742170028	10	7	5	7	3	False	96802	maximal	False	MON0046_000000002062	0.7009621091352505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	92.759	12.0	0.006570327677343987	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
AST0151_000000006124	2623	0.8787761926496377	4	2	1	1	2	False	103684	maximal	True	AST0151_000000006124	1.0		1	1	False	False	0.9984750151634216	0					non-mobilizable	no_good_hit	1159.0	84.383	44.0	0.18439371863364093	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0272_000000002828	3861	0.8787712660055795	9	4	1	2	3	True	123346	backbone	True	ISR0272_000000002828	1.0	PS890|PS891|PS892	1	1	True	True	0.9981870055198669	1					non-mobilizable	no_good_hit	1454.0	98.9	89.0	0.41616509028374893	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ENG0197_000000002434	4372	0.8787649821925894	8	3	3	2	1	True	123231	maximal	True	ENG0197_000000002434	1.0		0	0	False	False	0.9993138313293457	0					non-mobilizable	no_good_hit	915.0	100.0	49.0	0.0549311857683755	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
SPA0064_000000006644	3242	0.8787646439079805	6	6	2	6	5	False	116523	fragment	False	SPA0064_000000006644	1.0		0	0	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	2872.0	99.965	89.0	0.0008685747478002006	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
USA0057_01_000000005560	5390	0.8787547303048147	7	6	2	3	5	False	123408	fragment	False	USA0057_01_000000005560	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5289.0	98.771	98.0	0.5040580540437315	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0006_000000002896	9590	0.8787521610832931	12	7	4	4	5	True	94714	maximal	True	SPA0006_000000002896	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2628.0	78.27199999999999	30.0	0.0004772771394140077	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	True
ISR0256_000000003072	5688	0.8787494921795161	6	4	3	4	2	False	44950	maximal	True	ISR0256_000000003072	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	76.54899999999999	4.0	5.8419800417688236e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0048_000000010836	1763	0.8787365743061084	3	2	1	2	1	False	36034	fragment	False	ISR0048_000000010836	1.0		0	0	False	False	0.9920589923858643	0					non-mobilizable	no_good_hit	462.0	71.861	26.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
MAD0045_000000035040	1228	0.8787242637298671	1	1	1	1	1	False	47022	fragment	False	ISR0047_000000022914	0.9382643894766641		0	0	False	False	0.9983713626861572	0					non-mobilizable	no_good_hit	124.0	78.226	10.0	5.884137036289339e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
CHI0074_000000001677	9543	0.8787229885493518	11	8	4	6	5	False	90422	maximal	True	CHI0074_000000001677	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	no_good_hit	2190.0	99.81700000000001	50.0	0.017213314565656723	AP022288.1	enterobacteria	Escherichia coli plasmid pWP9-S17-ESBL-11_1 DNA, complete genome, strain: WP9-S17-ESBL-11	True	True
CHI0119_000000002003	4711	0.8787206170664655	6	4	0	2	4	False	117876	maximal	True	CHI0119_000000002003	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1662.0	97.473	63.0	0.0005014064132929149	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
CHI0120_000000002638	4711	0.8787206170664655	6	4	0	2	4	False	117876	maximal	False	CHI0119_000000002003	1.0	PS794	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1662.0	97.473	63.0	0.0005014064132929149	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
MAD0105_000000023555	1612	0.8787171677185529	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9348039786535712		0	0	False	False	0.9987593293190002	0					non-mobilizable	chromosome	1487.0	82.58200000000001	96.0	0.00039159939275418417	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0073_000000016981	1612	0.8787171677185529	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9361499657655528		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.102	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0012_000000015449	1604	0.8787171677185529	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9344060015061875		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.225	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0007_000000011299	1604	0.8787171677185529	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9351298450491393		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	82.273	96.0	0.00038946533611792155	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0170_000000010075	1603	0.8787171677185529	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9334942806716924		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.26100000000001	96.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0047_000000029099	1602	0.8787171677185529	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9340983452919241		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.441	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0167_000000012901	1601	0.8787171677185529	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.927417432918439		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0120_000000015496	1600	0.8787171677185529	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9261970361630486		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.29299999999999	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0067_000000020978	1600	0.8787171677185529	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9239928903698091		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	81.954	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0058_000000001658	9754	0.878716168845684	10	5	4	4	3	True	113158	fragment	False	AST0058_000000001658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3421.0	92.897	84.0	0.1351956200295728	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
AST0006_000000007054	1832	0.8787122212314757	2	2	2	2	1	False	127528	maximal	True	AST0006_000000007054	1.0		2	1	False	False	0.9787117838859558	0					non-mobilizable	no_good_hit	1068.0	96.91	58.0	0.0004069364549847046	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	True	False
ISR0184_000000004103	3111	0.8787063454378499	3	2	2	2	2	False	118087	maximal	True	ISR0184_000000004103	1.0		2	2	False	False	0.9980713725090027	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000008940	2984	0.8787059783403411	4	4	2	3	2	True	31377	maximal	True	ISR0137_000000008940	1.0		2	1	False	False	0.9993297457695007	0	rep_cluster_1143				non-mobilizable	no_good_hit	1357.0	89.904	53.0	0.19134751773049646	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
FIJ0091_000000008256	2928	0.8787037327111861	4	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.6453678291104212		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	94.561	100.0	0.04321442419542458	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
DEN0041_000000022980	1481	0.8787028907010455	2	2	2	2	1	True	91775	fragment	False	USA0036_01_000000019659	0.6067834281838888		0	0	False	False	0.9945982694625854	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010503302705183963	NZ_WURB01000008.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold8, whole genome shotgun sequence	True	True
MON0051_000000010315	3251	0.8787027618378254	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.48792196205632116		0	0	False	False	0.9996923804283142	0					non-mobilizable	other	3251.0	98.339	100.0	0.0010104473033687592	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0095_000000016974	1643	0.878696653179015	2	2	2	2	1	False	68665	fragment	False	ENG0162_000000013673	0.6995345012641545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.3153696066801289e-05	NZ_KB894093.1	high GC Gram+	Actinomadura flavalba DSM 45200 C229DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0008_000000017782	1467	0.878696653179015	2	2	2	2	1	False	68664	fragment	False	ENG0008_000000017782	1.0		0	0	False	False	0.9965916872024536	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	2.9189288365149658e-05	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0050_000000006503	3546	0.8786663854321876	4	4	3	4	3	False	17416	fragment	False	MON0104_000000011985	0.9505934308584046		0	0	False	False	0.9988719820976257	0					non-mobilizable	plasmid	3546.0	99.295	100.0	0.06428156959454559	LS999563.1	enterobacteria	Escherichia coli isolate EC-TO143 genome assembly, plasmid: 4	False	True
ISR0053_000000011443	1539	0.8786634312744339	2	2	2	2	2	False	117674	fragment	False	ISR0053_000000011443	1.0		0	0	False	False	0.9987004399299622	0					non-mobilizable	no_good_hit	516.0	99.225	33.0	0.0015895792872252254	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0040_000000004218	4217	0.878662360037528	6	5	2	5	1	True	87721	fragment	False	CHI0040_000000004218	0.9729860106126387		0	0	False	False	0.9905145764350891	0					non-mobilizable	no_good_hit	451.0	80.488	12.0	0.00014439020280198532	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
USA0031_01_000000000171	58987	0.8786413466136702	48	14	3	8	9	False	1550	maximal	True	USA0031_01_000000000171	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	85.98100000000001	0.0	3.204312569180486e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0014_000000000363	29800	0.8786368612679558	37	10	7	10	6	True	19531	maximal	True	MAD0014_000000000363	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	74.344	6.0	0.00045587046789452465	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0802_000000009603	1776	0.8786166117227914	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.21679202827584365		0	0	False	False	1.0	0					non-mobilizable	other	1616.0	98.329	100.0	0.000586144971010519	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MAD0045_000000026203	1604	0.8786166117227914	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.19072690629544378		0	0	False	False	0.9869077205657959	0					non-mobilizable	other	1604.0	98.75299999999999	100.0	0.012256944709939365	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
USA0059_01_000000022285	1118	0.8786156570427096	2	1	0	1	1	True	64168	fragment	False	ENG0049_000000015902	0.960456942003515		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	93.31	100.0	0.002503935557906036	NZ_FQZN01000001.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
SPA0074_000000004355	5992	0.8786007480392121	9	7	6	6	6	False	111443	fragment	False	ISR0288_000000004193	0.9620857501618422		0	0	False	False	1.0	0					non-mobilizable	other	5992.0	99.48299999999999	99.0	0.008298278152299929	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0116_000000017171	1572	0.8785844569399612	3	2	2	2	2	False	119950	fragment	False	ISR0230_000000020186	0.9434203694003863		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	96.24700000000001	100.0	0.014311221236358336	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
MAD0005_000000006023	4056	0.8785808071576431	6	5	2	5	4	False	19992	maximal	True	MAD0005_000000006023	1.0		1	1	False	False	0.9992603659629822	0					non-mobilizable	plasmid	4056.0	99.90100000000001	100.0	0.07962221174992146	MK360096.1	enterobacteria	Salmonella enterica strain 13-SA02717 plasmid pSE13-SA02717, complete sequence	False	True
DEN0066_000000003675	7310	0.8785775473200629	8	3	2	2	1	False	132498	fragment	False	ISR0032_000000003111	0.4110306483155708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	99.76899999999999	34.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0024_01_000000002274	10096	0.8785763539422662	17	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7087622845245516	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10096.0	99.84200000000001	100.0	0.2691784657227422	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0028_000000000677	10050	0.8785763539422662	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7071349024892698	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10050.0	99.99	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0022_000000006738	3720	0.8785707170209728	4	4	3	3	4	False	45918	maximal	True	MON0022_000000006738	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	76.48899999999999	25.0	0.02273062367916646	NZ_CYYU01000018.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0075_000000023278	1200	0.8785703916430951	2	2	2	2	2	False	34612	fragment	False	ISR0075_000000023278	1.0		0	0	False	False	0.9858333468437195	0					non-mobilizable	no_good_hit	329.0	73.252	27.0	8.649388647903615e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0032_000000010592	2591	0.8785691881618074	2	2	2	2	2	False	10803	fragment	False	SPA0032_000000010592	1.0		0	0	False	False	0.9961404800415039	0					non-mobilizable	chromosome	2572.0	99.92200000000001	99.0	0.00089324769365947	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
FIJ0029_000000026165	1205	0.8785619500103629	2	2	2	1	1	False	48813	maximal	True	FIJ0029_000000026165	1.0		20	9	False	False	0.9991701245307922	0					non-mobilizable	chromosome	1215.0	83.45700000000001	100.0	0.00040727891570908436	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0114_000000015611	2487	0.8785613207411562	4	4	4	4	4	False	73092	maximal	True	FIJ0114_000000015611	1.0		78	9	False	False	1.0	0					non-mobilizable	chromosome	2487.0	99.43700000000001	100.0	0.0004701958083727007	LR607330.1	enterobacteria	Klebsiella quasipneumoniae strain 4928STDY7071295 genome assembly, chromosome: 1	False	False
USA0055_01_000000015256	1756	0.878550195396202	3	3	3	2	3	False	101770	fragment	False	SPA0023_000000015059	0.9564166852914622		0	0	False	False	0.9971526265144348	0					non-mobilizable	other	1756.0	98.405	100.0	0.0004745270884667205	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0016_000000007993	3328	0.8785473883363237	3	2	0	0	2	False	123474	fragment	False	AST0016_000000007993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	85.24	45.0	0.2946078431372549	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
MON0083_000000015507	2367	0.8785473883363237	3	2	0	0	2	False	9886	fragment	False	MON0083_000000015507	1.0		0	0	False	False	0.9953527450561523	0					non-mobilizable	no_good_hit	1233.0	84.509	52.0	0.20831195484864032	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
ISR0838_000000002440	7388	0.8785428489265241	12	6	3	4	5	True	72820	maximal	True	ISR0838_000000002440	1.0		4	4	True	True	1.0	56					non-mobilizable	no_good_hit	1959.0	81.368	67.0	0.20749621948585006	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
SPA0028_000000005358	4815	0.8785383784938652	10	6	2	4	5	False	7450	maximal	True	SPA0028_000000005358	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2560.0	99.102	53.0	0.025536883282771834	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
FIJ0005_000000009243	3327	0.8785377345610054	5	4	4	3	2	False	52536	fragment	False	FIJ0005_000000009243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	92.419	25.0	0.0002582115953805634	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
TAN0009_000000011583	3109	0.8785318048732784	4	4	4	4	4	False	2707	fragment	False	TAN0009_000000011583	1.0		0	0	False	False	0.9990350604057312	0					non-mobilizable	no_good_hit	649.0	76.733	21.0	0.015676124432289888	NZ_FNQG01000016.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
ISR0194_000000008901	2712	0.8785317515861855	2	2	1	2	1	False	29048	maximal	True	ISR0194_000000008901	1.0		3	3	False	False	0.9933628439903259	0					non-mobilizable	no_good_hit	274.0	72.628	10.0	0.021962769431743957	NZ_CZBD01000036.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0350_000000001467	9251	0.8785304439019	13	9	5	7	7	True	125435	maximal	True	ISR0350_000000001467	1.0		20	6	False	False	0.9996756911277771	0					non-mobilizable	no_good_hit	2941.0	100.0	40.0	0.0005571058087944647	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	True	True
ENG0157_000000005987	4078	0.8785215923711509	3	3	3	3	2	False	56640	fragment	False	ENG0157_000000005987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2600.0	97.385	89.0	0.004164043111224331	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0131_000000017010	1953	0.8785182455177702	3	3	3	3	1	False	31659	maximal	True	ISR0131_000000017010	1.0		21	4	False	False	0.998975932598114	0					non-mobilizable	no_good_hit	521.0	76.775	26.0	0.00579359739060023	NZ_OAOD01000015.1	firmicutes	Clostridium peptidivorans isolate src2, whole genome shotgun sequence	True	False
ISR0814_000000018788	2141	0.8785176250877713	4	3	3	3	1	False	39628	fragment	False	ISR0814_000000018788	1.0		0	0	False	False	0.9537599086761475	0					non-mobilizable	no_good_hit	92.0	89.13	4.0	1.5975311330427969e-06	CP030990.1	eudicots	Arachis hypogaea cultivar Shitouqi chromosome A08	True	False
DEN0078_000000007154	3892	0.8785174947828018	5	3	0	2	2	False	117809	fragment	False	ISR0835_000000002758	0.9565115185707569		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1264.0	99.84200000000001	58.0	0.0003382215225110123	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0193_000000002331	10323	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7123149947211096	PS1166	0	0	True	True	1.0	38					non-mobilizable	other	10323.0	99.98100000000001	100.0	0.27523131482814706	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0211_000000001485	10323	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7123822837880398	PS1166	0	0	True	True	1.0	3					non-mobilizable	other	10323.0	99.99	100.0	0.27523131482814706	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0345_000000000459	10308	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7119890616839349	PS1166	0	0	False	True	0.9999029636383057	0					non-mobilizable	other	10308.0	99.728	100.0	0.2748313468255873	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0351_000000000896	10304	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7123724400901192	PS1166	0	0	True	True	1.0	5					non-mobilizable	other	10304.0	100.0	100.0	0.27472468869157135	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0383_000000000740	10303	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7121855495169349	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10303.0	99.825	100.0	0.2746980241580674	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0071_000000001110	10303	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7123717275495498	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10303.0	100.0	100.0	0.2746980241580674	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0134_000000001033	10290	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.712232475764759	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10290.0	99.99	100.0	0.2341335760609853	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0111_000000001315	10280	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7122873668629938	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10277.0	100.0	100.0	0.2740047462869637	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0841_000000000991	10269	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7122127894640625	PS1166	0	0	True	True	1.0	6					non-mobilizable	other	10269.0	99.971	100.0	0.2737914300189318	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0149_000000001381	10268	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7121182024947897	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10268.0	100.0	100.0	0.27376476548542783	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0319_000000000988	10268	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.712028009973584	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10268.0	99.98100000000001	100.0	0.27376476548542783	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0052_000000003111	10263	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7114913232238368	PS1166	0	0	True	True	1.0	25					non-mobilizable	other	10184.0	99.853	99.0	0.271524944671093	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0011_000000002110	10246	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.711148773152852	PS1166	0	0	True	True	1.0	7					non-mobilizable	other	10247.0	99.785	100.0	0.27317814574834015	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0131_000000001217	10167	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.711044356651484	PS1166	0	0	True	True	1.0	15					non-mobilizable	other	10167.0	99.79299999999999	100.0	0.2710716476015252	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0040_000000000440	10154	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6806517280909579	PS1166	0	0	True	True	1.0	16					non-mobilizable	plasmid	10154.0	99.89200000000001	100.0	0.2774070021881838	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0183_000000002743	10154	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7008414329134771	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10159.0	96.75200000000001	100.0	0.2773249452954048	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0079_000000002848	10152	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.700688426310873	PS1166	0	0	False	True	0.9997044801712036	0					non-mobilizable	plasmid	10157.0	96.741	100.0	0.27727024070021883	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0247_000000000952	10145	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7102158164236226	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10145.0	100.0	100.0	0.2704850278644375	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0352_000000000730	10145	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7102158164236226	PS1166	0	0	True	True	1.0	8					non-mobilizable	other	10145.0	100.0	100.0	0.2704850278644375	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0062_01_000000002637	10145	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7102158164236226	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10145.0	100.0	100.0	0.2704850278644375	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0019_000000004736	10145	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7101591916277897	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10145.0	100.0	100.0	0.23083399704175675	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0213_000000001929	10145	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7102158164236226	PS1166	0	0	True	True	1.0	6					non-mobilizable	other	10145.0	100.0	100.0	0.2704850278644375	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0070_000000001789	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7053716865927394	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10138.0	99.073	100.0	0.2700850598618777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0349_000000000761	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7099235705991146	PS1166	0	0	False	True	0.999506413936615	0					non-mobilizable	other	10130.0	100.0	100.0	0.2700850598618777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0814_000000003820	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7094641651161712	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10130.0	99.73299999999999	100.0	0.2700850598618777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0016_000000003752	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7099235705991146	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10130.0	100.0	100.0	0.2700850598618777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0001_000000002825	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7098041947584953	PS1166	0	0	True	True	1.0	1					non-mobilizable	plasmid	10130.0	99.99	100.0	0.2304926612811469	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
USA0012_01_000000000829	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7099235705991146	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10130.0	100.0	100.0	0.2700850598618777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0015_000000004076	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7099235705991146	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10130.0	100.0	100.0	0.2700850598618777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0062_000000003648	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.709880271756087	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10130.0	100.0	100.0	0.2304926612811469	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0813_000000002551	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7098691732016832	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10130.0	99.99	100.0	0.2700850598618777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0818_000000001407	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7099235705991146	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10130.0	100.0	100.0	0.2700850598618777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0069_000000003181	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.709880271756087	PS1166	0	0	False	True	0.999901294708252	0					non-mobilizable	plasmid	10130.0	100.0	100.0	0.2304926612811469	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
USA0050_01_000000001406	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7099634872345539	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10130.0	100.0	100.0	0.3785268507791771	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0043_000000001985	10130	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7099235705991146	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10130.0	100.0	100.0	0.2700850598618777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0111_01_000000002076	10128	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7098911550862438	PS1166	0	0	True	True	1.0	8					non-mobilizable	other	10128.0	99.852	100.0	0.27003173079486975	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0078_000000001481	10128	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7097862048018619	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10128.0	99.97	100.0	0.27003173079486975	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0102_000000003768	10127	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7097440439156877	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10127.0	99.86200000000001	100.0	0.2700050662613658	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0054_000000002057	10126	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7097374938843634	PS1166	0	0	True	True	1.0	53					non-mobilizable	other	10126.0	99.852	100.0	0.26997840172786175	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0055_000000002734	10126	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7097374938843634	PS1166	0	0	True	True	1.0	52					non-mobilizable	other	10126.0	99.852	100.0	0.26997840172786175	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0047_000000001204	10125	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7097218947884059	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10125.0	99.852	100.0	0.2699517371943578	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0354_000000001410	10125	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7095880127680575	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10125.0	99.75299999999999	100.0	0.2699517371943578	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0346_000000001471	10125	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7099701380828284	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10125.0	100.0	100.0	0.2699517371943578	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0229_000000001238	10123	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7098500021684939	PS1166	0	0	True	True	1.0	4					non-mobilizable	other	10123.0	99.852	100.0	0.26989840812734983	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0033_01_000000000608	10121	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7029687765445941	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10129.0	98.34100000000001	100.0	0.37807840352778505	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
USA0053_01_000000002056	10117	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7097570609509314	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10117.0	100.0	100.0	0.2697384209263259	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0130_000000002551	10112	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7030493796036087	PS1166	0	0	False	True	0.9999011158943176	0					non-mobilizable	other	10120.0	98.389	100.0	0.377742068089241	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
CHI0106_000000001534	10111	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7096407849714688	PS1166	0	0	False	True	0.9999011158943176	0					non-mobilizable	other	10111.0	99.87100000000001	100.0	0.269578433725302	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0138_000000002648	10111	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7094301076533782	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10111.0	100.0	100.0	0.23006030265104108	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ENG0156_000000001563	10110	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7097036241286364	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10110.0	99.87100000000001	100.0	0.26955176919179796	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0256_000000001571	10110	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7093602396107216	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10110.0	99.99	100.0	0.26955176919179796	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0030_000000002246	10110	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7029560935302603	PS1166	0	0	True	True	1.0	12					non-mobilizable	other	10118.0	98.369	100.0	0.37766732688067567	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0370_000000002223	10109	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7029469697765173	PS1166	0	0	True	True	1.0	3					non-mobilizable	other	10117.0	98.37899999999999	100.0	0.377629956276393	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0277_000000000863	10108	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7090589059549371	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10108.0	99.743	100.0	0.26949844012479	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0120_000000001856	10108	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7094003149366753	PS1166	0	0	False	True	0.9999010562896729	0					non-mobilizable	other	10108.0	99.83200000000001	100.0	0.26949844012479	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0081_01_000000002959	10105	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7094781115640338	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10105.0	99.99	100.0	0.26941844652427804	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0006_01_000000002223	10103	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7095031530968059	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10103.0	100.0	100.0	0.2693651174572701	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0155_000000002756	10103	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7093846419151372	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10103.0	99.99	100.0	0.2693651174572701	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0101_01_000000002444	10103	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7094523652653741	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10103.0	100.0	100.0	0.2693651174572701	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0010_000000001545	10099	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7090897182370983	PS1166	0	0	True	True	1.0	8					non-mobilizable	other	10099.0	99.851	100.0	0.26925845932325415	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0084_000000001847	10098	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7093202228010282	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10098.0	100.0	100.0	0.2692317947897502	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0081_000000000293	10097	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7020157367100477	PS1166	0	0	True	True	1.0	10					non-mobilizable	other	10105.0	98.34700000000001	100.0	0.3771815090250009	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0203_000000001890	10097	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7093951945057113	PS1166	0	0	False	True	0.9998019337654114	0					non-mobilizable	other	10097.0	100.0	100.0	0.26920513025624615	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ITA0001_000000000045	10097	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7033210239193372	PS1166	0	0	False	True	0.9999009370803833	0					non-mobilizable	other	10102.0	98.535	100.0	0.3771815090250009	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0219_000000002788	10096	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.708911256870254	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10096.0	99.742	100.0	0.2691784657227422	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0032_000000002815	10095	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091629626495566	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10095.0	99.87100000000001	100.0	0.2691518011892382	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0051_000000004070	10094	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7092581206668979	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10094.0	99.98	100.0	0.26912513665573423	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0128_000000002885	10094	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091905538769666	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10094.0	99.87100000000001	100.0	0.26912513665573423	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0101_000000002105	10094	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7092509393630018	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10094.0	99.99	100.0	0.26912513665573423	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0067_000000002205	10092	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7092818534753811	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10092.0	100.0	100.0	0.26907180758872623	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0097_000000001783	10092	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7092818534753811	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10092.0	100.0	100.0	0.26907180758872623	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0239_000000001094	10091	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091989760057091	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10091.0	100.0	100.0	0.26904514305522226	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0162_000000002967	10091	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7092410541084173	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10091.0	100.0	100.0	0.26904514305522226	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0049_000000002318	10091	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091762557236899	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10091.0	99.90100000000001	100.0	0.26904514305522226	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0360_000000002196	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0021_000000002323	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	True	True	1.0	7					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0082_000000001618	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.708899055668409	PS1166	0	0	False	True	0.9997026920318604	0					non-mobilizable	other	10090.0	99.822	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0272_000000001103	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0159_000000002063	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091279992054238	PS1166	0	0	True	True	1.0	1					non-mobilizable	plasmid	10090.0	100.0	100.0	0.22958243258618727	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ENG0203_000000001135	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0046_000000001103	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091169006510198	PS1166	0	0	True	True	1.0	23					non-mobilizable	other	10090.0	99.99	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0186_000000001950	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7088024986864863	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	99.75200000000001	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0172_000000000758	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AUS0002_000000002539	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7088024986864863	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	99.75200000000001	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0153_000000002579	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0144_000000001184	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0135_000000001957	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7088237018785157	PS1166	0	0	False	True	0.999801754951477	0					non-mobilizable	other	10090.0	99.822	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0123_000000001211	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0336_000000000762	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0253_000000000980	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0835_000000000865	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7087314962654512	PS1166	0	0	True	True	1.0	15					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0092_000000001665	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0188_000000002383	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0027_01_000000002502	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0016_01_000000002101	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0208_000000002450	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0255_000000002408	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091279992054238	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10090.0	100.0	100.0	0.22958243258618727	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0090_000000001856	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0067_000000002347	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0290_000000000712	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0159_000000001180	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	0.999801754951477	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0060_000000000850	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091169006510198	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	99.99	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0155_000000000874	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0074_000000002485	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7089501792029521	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10090.0	99.851	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0049_000000001333	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0017_000000002763	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7090447050637884	PS1166	0	0	True	True	1.0	57					non-mobilizable	other	10090.0	99.98	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0316_000000001445	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	True	True	0.9999008774757385	1					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0146_000000002075	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7089526908051561	PS1166	0	0	True	True	1.0	36					non-mobilizable	other	10090.0	99.851	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0031_000000001920	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091297319764628	PS1166	0	0	True	True	1.0	2					non-mobilizable	plasmid	10090.0	99.96	100.0	0.22958243258618727	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0254_000000000450	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0137_000000001003	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091279992054238	PS1166	0	0	True	True	1.0	2					non-mobilizable	plasmid	10090.0	100.0	100.0	0.22958243258618727	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
CHI0080_000000000383	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091218121912635	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10090.0	99.99	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ITA0003_000000000494	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7088024986864863	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	99.75200000000001	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0295_000000002483	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0061_000000002977	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.709045164718196	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	99.98	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0356_000000001253	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0176_000000001162	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0265_000000001466	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091279992054238	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10090.0	100.0	100.0	0.22958243258618727	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0361_000000000966	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7088034729447585	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	99.75200000000001	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0040_000000001493	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	True	True	1.0	7					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0327_000000001663	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0227_000000002430	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0100_000000001640	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7088034729447585	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10090.0	99.75200000000001	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0085_000000001734	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	0.999801754951477	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0029_000000002879	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0385_000000001652	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0125_000000001552	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0167_000000001608	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091279992054238	PS1166	0	0	True	True	1.0	3					non-mobilizable	plasmid	10090.0	100.0	100.0	0.22958243258618727	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0132_000000002235	10090	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091846240012574	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10090.0	100.0	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0214_000000002371	10089	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091097991129415	PS1166	0	0	True	True	0.9999008774757385	2					non-mobilizable	other	10090.0	99.99	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0394_000000001441	10089	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091097991129415	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	99.99	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0039_000000000858	10088	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7085210865123005	PS1166	0	0	True	True	1.0	54					non-mobilizable	other	10088.0	99.84100000000001	100.0	0.2689651494547103	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0005_000000002704	10088	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7085637428369649	PS1166	0	0	False	True	0.998711347579956	0					non-mobilizable	other	10088.0	99.713	100.0	0.2689651494547103	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0045_000000002704	10087	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.70880569189027	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10087.0	99.851	100.0	0.2689384849212063	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0238_000000001067	10084	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7089611023426017	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10084.0	100.0	100.0	0.26885849132069434	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0143_000000001782	10084	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7087294831387139	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10084.0	99.821	100.0	0.26885849132069434	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0048_000000001381	10084	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7089611023426017	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10084.0	100.0	100.0	0.26885849132069434	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0353_000000002704	10084	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7090012474232262	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10084.0	99.98	100.0	0.26885849132069434	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0112_000000001386	10084	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7088381374774935	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10084.0	99.84100000000001	100.0	0.26885849132069434	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0017_01_000000002525	10084	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7088311963039905	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10084.0	99.98	100.0	0.26885849132069434	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0033_000000000566	10084	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7082833157726943	PS1166	0	0	True	True	1.0	26					non-mobilizable	other	10084.0	99.831	100.0	0.26885849132069434	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0009_000000000810	10083	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7082270951898869	PS1166	0	0	True	True	1.0	83					non-mobilizable	other	10083.0	99.831	100.0	0.26883182678719036	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0006_000000000606	10082	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7081247587498198	PS1166	0	0	False	True	0.9998016357421875	0					non-mobilizable	other	10079.0	99.84100000000001	100.0	0.2687251686531744	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0015_000000000631	10082	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7080551222670962	PS1166	0	0	True	True	1.0	40					non-mobilizable	other	10079.0	99.831	100.0	0.2687251686531744	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0105_000000001102	10082	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.708871509372365	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10082.0	100.0	100.0	0.2688051622536864	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0854_000000000572	10082	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7079911423294399	PS1166	0	0	True	True	0.9998016357421875	1					non-mobilizable	other	10079.0	99.831	100.0	0.2687251686531744	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0151_000000001574	10080	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7086200190198617	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10080.0	100.0	100.0	0.22935487541244737	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0142_000000000028	10080	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7086766438153537	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10080.0	100.0	100.0	0.2687518331866784	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0204_000000000902	10078	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7086672107710802	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10078.0	100.0	100.0	0.26869850411967044	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0016_000000001706	10078	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7084706220807925	PS1166	0	0	False	True	0.9982139468193054	0					non-mobilizable	other	10078.0	100.0	100.0	0.26869850411967044	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0044_000000002294	10077	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7083560435146148	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10077.0	99.861	100.0	0.2686718395861664	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0040_000000002328	10077	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7084710528335207	PS1166	0	0	False	True	0.999801516532898	0					non-mobilizable	plasmid	10077.0	100.0	100.0	0.2292866082603254	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0271_000000001234	10073	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7083650268363685	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10073.0	100.0	100.0	0.26856518145215047	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0061_000000000280	10070	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7082382280083873	PS1166	0	0	False	True	0.9999006986618042	0					non-mobilizable	other	10070.0	100.0	100.0	0.26848518785163855	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0019_000000002093	10065	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7079346415291071	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10065.0	99.881	100.0	0.2683518651841186	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0098_000000000787	10058	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7075036686767152	PS1166	0	0	False	True	0.9989063143730164	0					non-mobilizable	other	10058.0	99.84100000000001	100.0	0.2681652134495907	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0090_01_000000000958	10056	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7075013965580887	PS1166	0	0	False	True	0.9997016787528992	0					non-mobilizable	other	10056.0	100.0	100.0	0.2681118843825827	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0791_000000001185	10051	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7069381627884249	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10051.0	99.96	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0825_000000001896	10050	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7071299274169016	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10050.0	99.99	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0796_000000001441	10050	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7071976507657679	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10050.0	100.0	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0053_000000002795	10050	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7071654557495631	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10050.0	99.861	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0837_000000000728	10050	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7071976507657679	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10050.0	100.0	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0054_000000000614	10050	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7071274003351226	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10050.0	99.99	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0773_000000000766	10050	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7072179617412381	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10050.0	100.0	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0851_000000001332	10050	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7071976507657679	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10050.0	100.0	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0785_000000002417	10050	0.8785167884775813	17	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.707005343656636	PS1166	0	0	False	True	0.9997014999389648	0					non-mobilizable	other	10050.0	99.97	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0806_000000000799	10050	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7071110363766483	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10050.0	99.98	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0011_000000000486	10049	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7071228258788232	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10050.0	99.99	100.0	0.2679518971815588	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0145_000000003048	10042	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7063904652745688	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10042.0	99.831	100.0	0.2677385809135269	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0116_000000001764	10042	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7063200079644442	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10042.0	99.821	100.0	0.2677385809135269	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0106_000000003548	10035	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.706108308647016	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10035.0	99.84100000000001	100.0	0.267551929178999	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0051_000000002645	10027	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7056324956358182	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10027.0	99.83	100.0	0.2673386129109671	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0266_000000001141	10021	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7055262263657033	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10021.0	100.0	100.0	0.22801228808738194	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0065_000000002388	9956	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7012892677115603	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9956.0	99.9	100.0	0.2654454310321841	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0268_000000001147	9919	0.8785167884775813	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6996736305722805	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	9754.0	100.0	100.0	0.2600591952643789	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0101_000000008594	5219	0.8785165544754571	6	4	4	4	3	False	127849	maximal	True	SPA0101_000000008594	1.0		0	0	False	False	0.9988503456115723	0					non-mobilizable	no_good_hit	1417.0	78.476	28.0	0.00043771531891620815	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0032_000000017429	2058	0.8785158362006136	3	3	2	3	1	True	91777	fragment	False	FIJ0032_000000017429	0.9640342052313884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	94.667	4.0	2.1916347670277433e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MAD0106_000000000296	26308	0.8785111332346323	44	7	3	5	2	True	44309	maximal	True	MAD0106_000000000296	1.0		1	1	False	False	0.999201774597168	0					non-mobilizable	no_good_hit	594.0	94.27600000000001	2.0	0.00016540948924292554	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0144_000000002582	2490	0.8785101497880954	4	1	1	1	1	False	31099	fragment	False	ISR0144_000000002582	1.0		0	0	False	False	0.9971887469291687	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0034933367835425022	LN852821.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0131	True	False
AST0111_000000005580	3639	0.8784977790237937	5	4	4	4	4	False	129727	fragment	False	AST0111_000000005580	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1874.0	97.59899999999999	100.0	0.00871399700354254	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0113_000000002247	3300	0.8784932954612562	5	1	1	1	1	False	113344	fragment	False	CHI0113_000000002247	0.9736334405144694		0	0	False	False	0.9984848499298096	0					non-mobilizable	no_good_hit	2793.0	97.279	85.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0178_000000007312	1405	0.8784932954612562	3	1	1	1	1	False	77617	fragment	False	ENG0005_000000016020	0.9325503355704698		0	0	False	False	0.9978647828102112	0					non-mobilizable	virus	1405.0	94.448	100.0	0.22729480330257407	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
CHI0162_000000028163	1188	0.8784932954612562	3	1	1	1	1	False	113328	fragment	False	ISR0304_000000007592	0.46503494814531443		0	0	False	False	1.0	0					non-mobilizable	virus	1189.0	90.833	100.0	0.18973611785656466	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0319_000000009555	2041	0.8784926529382987	2	2	2	2	2	False	92333	maximal	True	ISR0319_000000009555	1.0		11	4	False	False	0.9990200996398926	0					non-mobilizable	no_good_hit	1310.0	95.344	64.0	0.999236641221374	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
SPA0112_000000021842	1520	0.8784772641082106	2	1	1	1	1	False	4522	fragment	False	SPA0112_000000021842	1.0		0	0	False	False	0.9967105388641357	0					non-mobilizable	other	1533.0	94.84700000000001	100.0	0.006403334756296612	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
ENG0133_000000007785	3185	0.878477078686767	4	3	2	3	1	False	58270	maximal	True	ENG0133_000000007785	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	86.68799999999999	59.0	0.0006281823176020491	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MON0079_000000007444	3145	0.8784742240201489	3	2	2	2	0	True	10109	maximal	True	MON0079_000000007444	1.0		4	4	False	False	0.9942766427993774	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.212984295909501e-05	NZ_QSGP01000006.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf6, whole genome shotgun sequence	True	True
SPA0126_000000009113	4132	0.8784674511030773	7	3	1	3	1	False	13823	fragment	False	SPA0126_000000009113	1.0		0	0	False	False	0.99878990650177	0					non-mobilizable	no_good_hit	499.0	98.196	12.0	0.050831887312442585	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
MON0021_000000013854	2113	0.8784552759021657	4	2	1	1	2	False	48387	fragment	False	MON0021_000000013854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	76.368	37.0	0.00034721248000897843	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
BAN0013_000000000006	12270	0.8784512149947541	11	11	7	7	9	False	98754	maximal	True	BAN0013_000000000006	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3840.0	99.45299999999999	54.0	0.0006598022931138164	CP050199.1	enterobacteria	Escherichia coli strain RH-024-CS chromosome	True	False
FIJ0032_000000031601	1199	0.8784483648615435	2	2	2	2	1	False	48352	maximal	True	FIJ0032_000000031601	1.0		6	2	False	False	0.9966638684272766	0					non-mobilizable	no_good_hit								True	False
SPA0102_000000023311	1352	0.8784322687455975	1	1	1	1	1	False	4894	maximal	True	SPA0102_000000023311	1.0		52	8	False	False	0.9992603659629822	0					non-mobilizable	chromosome	805.0	100.0	100.0	0.00022482523612941545	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0151_000000014621	1454	0.8784244179574089	2	2	0	1	2	False	33385	fragment	False	ISR0151_000000014621	0.9926853279842485		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	96.81700000000001	100.0	0.5994188459941885	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
ISR0077_000000019557	1793	0.8784208859134719	3	2	2	2	1	False	34504	fragment	False	ISR0077_000000019557	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	2.926812951565427e-05	NZ_FOOT01000002.1	CFB group bacteria	Pontibacter chinhatensis strain LP51, whole genome shotgun sequence	True	False
CHI0109_000000016761	1207	0.8784196816730534	2	2	2	2	2	False	82725	fragment	False	CHI0109_000000016761	1.0		0	0	False	False	0.9875724911689758	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	4.0	3.493414577615946e-05	CP043426.1	e-proteobacteria	Campylobacter lari subsp. concheus strain LMG 21009 chromosome, complete genome	True	False
MAD0098_000000032810	1391	0.8784178916071592	2	2	2	2	2	False	15279	fragment	False	MAD0098_000000032810	0.9591149031592954		0	0	False	False	0.9971243739128113	0					non-mobilizable	other	1392.0	98.06	100.0	0.0037434435913376017	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
ISR0149_000000008410	1986	0.878412346733875	3	3	3	3	3	False	89415	fragment	False	ISR0149_000000008410	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1331.0	78.663	99.0	0.00038322339575932296	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0278_000000005850	1929	0.8784111883705508	3	2	1	2	1	True	26273	fragment	False	ISR0278_000000005850	1.0		0	0	False	False	0.9994816184043884	0	rep_cluster_321				non-mobilizable	plasmid	1929.0	99.948	100.0	0.4333558102944482	CP000420.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 1, complete sequence	False	True
USA0078_01_000000006284	2547	0.8784083010184226	4	3	3	3	3	True	111312	fragment	False	USA0078_01_000000006284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	95.01799999999999	50.0	0.12181079250395123	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0021_000000006255	3592	0.8784036988131863	8	8	2	2	8	False	40282	fragment	False	ISR0021_000000006255	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1875.0	99.68	100.0	0.018774357073444402	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
CAN0004_000000015772	1782	0.8784014774876989	3	3	3	3	3	False	122212	fragment	False	SPA0149_000000021622	0.9511884920238829		0	0	False	False	0.985409677028656	0					non-mobilizable	no_good_hit	476.0	74.79	26.0	0.0007522652345765534	NZ_FCOU01000003.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
ETH0001_000000009706	2879	0.8783998125609603	3	2	2	1	1	True	53551	fragment	False	ETH0001_000000009706	1.0		0	0	False	False	0.9895797371864319	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	2.0	1.5554915384371293e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
DEN0003_000000000931	21333	0.8783931565314964	26	15	8	11	11	False	76699	fragment	False	SPA0138_000000000363	0.9717096584331454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	73.19	8.0	0.009217468335977842	NZ_OEPZ01000005.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
ENG0162_000000009206	2680	0.8783924679450523	5	3	3	3	3	False	107165	fragment	False	FIJ0043_000000009251	0.933652756661726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	82.441	22.0	0.00033005118854605495	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
ISR0779_000000017997	1900	0.878391992434163	3	1	1	1	1	False	63719	maximal	True	ISR0779_000000017997	1.0		3	2	False	False	0.9978947639465332	0					non-mobilizable	no_good_hit	462.0	89.61	52.0	0.0010838923143477869	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
MON0031_000000003941	9029	0.8783912655414392	6	4	2	2	4	False	106705	maximal	True	MON0031_000000003941	0.9952810471071167		32	9	False	False	1.0	0					non-mobilizable	chromosome	9029.0	99.834	100.0	0.0025242505056470564	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0105_000000003090	9018	0.8783912655414392	6	4	2	2	4	False	106705	maximal	False	MON0031_000000003941	0.9947272069087446		0	0	False	False	1.0	0					non-mobilizable	chromosome	9018.0	99.834	100.0	0.002521174538486082	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0110_000000002507	8966	0.8783912655414392	6	4	2	2	4	False	106705	maximal	False	MON0031_000000003941	0.9910823276965148		0	0	False	False	0.9998884797096252	0					non-mobilizable	chromosome	8966.0	99.833	100.0	0.00250663360281602	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0045_000000002777	8910	0.8783912655414392	6	4	2	2	4	False	106705	maximal	False	MON0031_000000003941	0.9866291778731658		0	0	False	False	0.9998877644538879	0					non-mobilizable	chromosome	8910.0	99.83200000000001	100.0	0.0024909741336328764	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0003_000000011494	2431	0.8783897466355485	4	4	4	3	2	False	50437	maximal	True	MAD0003_000000011494	1.0		0	0	False	False	0.9962978363037109	0					non-mobilizable	no_good_hit	907.0	86.77	65.0	0.0038274108666291264	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	True	False
ENG0127_000000000383	40643	0.8783861597094863	31	15	9	13	11	True	128748	maximal	True	ENG0127_000000000383	0.9844502977328885	PS1050|PS1051	15	6	True	True	1.0	33					non-mobilizable	no_good_hit	3088.0	94.009	30.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0077_000000017791	2335	0.8783793033825636	3	2	2	2	2	False	10234	fragment	False	MON0077_000000017791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	86.538	4.0	4.318368579047108e-05	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	True	False
CHI0152_000000001080	5325	0.8783595632000726	9	4	3	2	2	False	79396	maximal	True	CHI0152_000000001080	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000022145	1865	0.8783587543711381	3	2	2	2	1	False	71261	maximal	True	DEN0064_000000022145	1.0		5	3	False	False	0.9951742887496948	0					non-mobilizable	no_good_hit	178.0	79.21300000000001	9.0	3.09076372065077e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0774_000000010685	2325	0.8783526275398535	3	2	2	2	2	False	22481	maximal	True	ISR0774_000000010685	1.0		7	5	False	False	1.0	0					non-mobilizable	other	2326.0	99.054	100.0	0.0047165122558317394	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0399_000000011371	1511	0.8783501682747992	2	2	1	1	2	False	78843	fragment	False	ISR0399_000000011371	0.9712168120836852		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	100.0	100.0	0.004669775727062433	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0045_000000010313	2603	0.8783491163770523	4	3	3	3	2	False	111423	fragment	False	ISR0161_000000010490	0.8520012288214814		0	0	False	False	0.9869381189346313	0					non-mobilizable	other	2626.0	98.286	100.0	0.003635950617557555	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0077_000000003423	7787	0.878348891292804	15	8	4	5	8	False	103998	maximal	True	SPA0077_000000003423	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1790.0	89.777	42.0	0.0003962516019981387	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0142_000000013464	2445	0.8783444885172427	3	3	2	3	1	False	125189	fragment	False	ENG0142_000000013464	1.0		0	0	False	False	0.9991819858551025	0					non-mobilizable	no_good_hit	680.0	78.971	27.0	0.00020177915000984802	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0206_000000003112	7593	0.8783417886276965	10	4	1	2	3	True	36657	maximal	False	ISR0038_000000003360	0.9895359417652412		0	0	True	True	0.999078094959259	2					non-mobilizable	no_good_hit	2805.0	83.42200000000001	36.0	0.9996401583303347	NZ_LT699734.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	True
ISR0842_000000008641	2506	0.8783387439764903	4	2	1	2	1	True	65483	maximal	True	ISR0842_000000008641	1.0		0	0	False	False	0.9912210702896118	0					non-mobilizable	other	1452.0	95.523	99.0	0.00030560417226782583	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0074_000000001986	6659	0.8783377218471802	9	8	5	4	6	True	132379	maximal	True	MON0074_000000001986	0.9722396980182447	PS1159|PS463	29	8	False	True	0.9998498558998108	0		MOBV			mobilizable	other	3047.0	98.72	94.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0114_000000016726	2333	0.8783332070843535	3	3	3	2	3	False	87458	fragment	False	FIJ0114_000000016726	1.0		0	0	False	False	0.9935705065727234	0					non-mobilizable	other	2333.0	98.586	100.0	0.0004858234144386219	AP019856.1	enterobacteria	Escherichia coli O8:H8 16F5M1D1 DNA, complete genome	False	False
ENG0012_000000008412	2852	0.8783277473362776	5	3	2	3	2	False	125190	fragment	False	ENG0012_000000008412	1.0		0	0	False	False	0.9926367402076721	0					non-mobilizable	no_good_hit	680.0	79.706	24.0	0.00020177915000984802	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0055_000000002505	10850	0.8783231286101499	10	6	4	4	4	False	122664	maximal	True	SPA0055_000000002505	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	8297.0	99.988	76.0	0.0037021219817062693	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0142_000000005668	5059	0.8783224683296746	4	3	2	3	2	True	100147	fragment	False	SPA0153_000000002952	0.9791349085365854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3173.0	99.307	63.0	0.4349972572682392	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
MAD0046_000000001977	10255	0.8783214366377187	21	5	5	5	5	False	78300	maximal	True	MAD0046_000000001977	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	376.0	73.404	4.0	0.7889125799573561	MK232323.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_6-CL29_c3 sequence	True	False
ISR0285_000000007424	2305	0.8783153412832725	4	2	2	2	1	True	113311	maximal	True	ISR0285_000000007424	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	92.802	22.0	0.06671018276762403	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0336_000000011968	1312	0.8783136478582794	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.02281121779187058	PS1061	0	0	False	True	0.9954268336296082	0					non-mobilizable	other	1312.0	96.41799999999999	100.0	0.005352986811481769	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0039_000000000892	21734	0.8783121109562945	19	10	10	7	6	True	98632	maximal	False	FIJ0010_000000000711	0.9605657050290359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.397	5.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0391_000000000933	10004	0.8783108860054669	13	6	3	4	5	False	86663	maximal	True	ISR0391_000000000933	1.0	PS438	2	1	True	True	1.0	41					non-mobilizable	no_good_hit	2596.0	96.803	45.0	0.23495286439448876	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ENG0062_000000015086	1636	0.8783054535276766	4	3	2	2	3	True	131617	fragment	False	ENG0006_000000010997	0.46781447380016994		0	0	False	False	0.988386332988739	0					non-mobilizable	other	1636.0	99.81700000000001	100.0	0.03772322458585206	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
AST0039_000000006564	2632	0.8783036296117129	3	2	0	2	2	False	117708	fragment	False	AST0039_000000006564	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1271.0	88.906	55.0	0.0006522577619957649	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
ENG0029_000000004725	5085	0.8782912065302186	6	5	4	5	3	False	105513	maximal	True	ENG0029_000000004725	1.0		33	9	False	False	0.9994100332260132	0					non-mobilizable	no_good_hit	1377.0	74.437	27.0	0.004982944407194492	NZ_CABJCG010000005.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0784_000000008575	1406	0.8782902902871638	2	2	2	1	1	False	22228	fragment	False	SPA0136_000000028990	0.9418367346938775		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	94.741	100.0	0.005710871385485851	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
AST0061_000000012624	3261	0.8782901493792119	5	3	2	2	2	True	124841	fragment	False	AST0061_000000012624	0.9380454601837295		0	0	False	False	0.9957068562507629	0					non-mobilizable	no_good_hit	109.0	77.064	3.0	8.672476690711376e-05	NZ_SNXS01000002.1	b-proteobacteria	Paucibacter toxinivorans strain DSM 16998 Ga0244532_102, whole genome shotgun sequence	True	True
MON0053_000000006111	5158	0.8782899723494855	8	3	2	3	1	False	40264	maximal	True	MON0053_000000006111	1.0		1	1	False	False	0.9868165850639343	0					non-mobilizable	other	2037.0	86.54899999999999	94.0	0.0016377449870744623	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	False	False
USA0023_01_000000007446	4280	0.8782820740409109	6	3	1	2	3	True	84313	fragment	False	USA0023_01_000000007446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	89.87299999999999	2.0	4.170760692584604e-05	CP032056.1	CFB group bacteria	Prevotella denticola strain KCOM 1525 chromosome 1, complete sequence	True	True
SPA0030_000000011991	2565	0.8782803311502199	2	2	1	2	2	False	7335	maximal	True	SPA0030_000000011991	1.0		1	1	False	False	0.9992202520370483	0					non-mobilizable	no_good_hit	138.0	81.15899999999999	5.0	4.332311436971483e-05	NZ_JIAA01000001.1	firmicutes	Clostridioides mangenotii LM2 P160DRAFT_scf7180000000002_quiver_dupTrim_16548.1_C, whole genome shotgun sequence	True	False
FIJ0007_000000013118	1412	0.8782603107503962	2	2	1	2	0	True	51550	fragment	False	FIJ0007_000000013118	1.0		0	0	False	False	0.9922096133232117	0					non-mobilizable	no_good_hit	119.0	94.958	8.0	0.004543704274162495	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
DEN0028_000000005760	4334	0.8782541729333923	6	6	5	5	5	False	99328	fragment	False	DEN0028_000000005760	1.0		0	0	False	False	0.9997692704200745	0					non-mobilizable	no_good_hit	1196.0	82.023	64.0	0.0003132890787216011	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
ISR0045_000000001512	13882	0.8782520449690767	16	10	6	7	7	True	122911	fragment	False	ISR0094_000000001631	0.9690117847508164		0	0	False	False	1.0	0					non-mobilizable	chromosome	13892.0	98.193	100.0	0.004376518661431445	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
SPA0044_000000017731	1567	0.8782502565964151	3	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.31882495273554223		0	0	False	False	0.9757498502731323	0					non-mobilizable	other	1540.0	96.68799999999999	98.0	0.010947788020073318	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
FIJ0140_000000010439	2826	0.8782484154320594	4	3	3	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8910461652498499	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2648.0	73.71600000000001	92.0	0.3159049360146252	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0297_000000013341	1165	0.8782409397176664	1	1	1	1	1	False	25648	fragment	False	ISR0297_000000013341	1.0		0	0	False	False	0.9939914345741272	0					non-mobilizable	other	1029.0	95.821	100.0	0.0003297174639172875	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0058_000000008794	2813	0.8782274063436777	4	3	2	2	2	False	118972	maximal	True	ISR0058_000000008794	1.0		0	0	False	False	0.9907572269439697	0					non-mobilizable	no_good_hit	935.0	91.87200000000001	38.0	0.014754305977710233	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
AST0024_000000029087	1250	0.8782262079961408	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.7676047062086392		0	0	False	False	0.9976000189781189	0					non-mobilizable	no_good_hit	67.0	95.522	5.0	1.4688379355438305e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0010_000000038041	1242	0.8782262079961408	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.8160381308854899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	95.522	5.0	1.4688379355438305e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0026_000000005005	5140	0.8782216199615276	8	6	6	6	4	False	99033	maximal	True	SPA0026_000000005005	0.9891281401731054		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1097.0	76.846	21.0	0.0015196609641996476	NZ_LT707059.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0096_000000008329	2860	0.8782031823627292	4	4	4	4	4	False	86502	maximal	False	MON0056_000000005869	0.8820317368354376		0	0	False	False	1.0	0					non-mobilizable	other	2861.0	96.365	100.0	0.0024298295959223276	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
SPA0046_000000008427	3364	0.8781758437773651	3	3	2	3	2	False	103184	fragment	False	SPA0046_000000008427	1.0		0	0	False	False	0.9991081953048706	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	7.233260888580867e-05	NZ_JNJA01000002.1	d-proteobacteria	Desulfovibrio alcoholivorans DSM 5433 Q368DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0150_000000004021	3938	0.8781758371576229	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.056160933055270104		0	0	False	False	1.0	0					non-mobilizable	chromosome	2700.0	98.51899999999999	97.0	0.0008696148263848487	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0037_000000000580	24918	0.878170600341897	25	18	2	5	15	True	121601	maximal	True	MON0037_000000000580	1.0	PS854|PS855	1	1	False	True	1.0	0					non-mobilizable	chromosome	11693.0	95.074	99.0	0.004797418995985489	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
CHI0173_000000006591	2539	0.8781652431200051	4	3	3	3	3	False	101449	fragment	False	CHI0173_000000006591	0.9677355502771179		0	0	False	False	0.9972429871559143	0					non-mobilizable	other	1495.0	83.27799999999999	92.0	0.0007212906757972218	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
FIJ0074_000000006288	5025	0.8781503996021663	8	7	5	6	4	False	82799	fragment	False	FIJ0074_000000006288	1.0		0	0	False	False	0.9992039799690247	0					non-mobilizable	no_good_hit	258.0	77.907	8.0	6.30107208941344e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0012_000000020454	1241	0.8781478779840515	2	2	2	2	1	False	50699	maximal	True	FIJ0012_000000020454	1.0		95	8	False	False	0.996776819229126	0					non-mobilizable	no_good_hit	303.0	71.617	24.0	0.0009613993344158454	NZ_JPRB01000001.1	firmicutes	Brevibacillus borstelensis cifa_chp40 Scaffold_1, whole genome shotgun sequence	True	False
ISR0169_000000004296	5782	0.8781477577450273	7	3	1	2	3	False	127356	maximal	True	ISR0169_000000004296	1.0	PS1004	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	4013.0	99.751	88.0	0.7144893958296203	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0142_000000003448	7836	0.8781409816093728	4	3	2	2	3	True	105180	fragment	False	MON0099_000000002632	0.9333836196491166		0	0	False	False	0.9989790916442871	0					non-mobilizable	other	7836.0	99.949	100.0	0.19264340685008974	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
CAN0002_000000014701	1331	0.8781397707948984	2	2	2	2	2	False	96872	fragment	False	CAN0002_000000014701	1.0		0	0	False	False	0.9954921007156372	0					non-mobilizable	chromosome	1314.0	99.848	99.0	0.0003294531629510974	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0320_000000000013	105348	0.8781377025884574	120	37	17	27	15	True	99764	maximal	True	ISR0320_000000000013	1.0		1	1	False	False	0.9998860955238342	0					non-mobilizable	no_good_hit	770.0	99.221	1.0	0.9986979166666666	GQ882932.1		Uncultured organism clone VC1D666TR genomic sequence	True	True
CHI0057_000000002753	5693	0.8781270941752534	12	3	2	3	2	True	88420	fragment	False	CHI0057_000000002753	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	1.0	9.283951090677494e-07	LR736844.1	bivalves	Pecten maximus genome assembly, chromosome: 7	True	True
FIJ0112_000000001316	15025	0.8781268837006703	14	8	6	7	5	True	51344	maximal	True	FIJ0112_000000001316	1.0		12	1	False	False	0.9998669028282166	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.00250328957925479	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
FIJ0168_000000005152	3761	0.8781242884216709	4	4	3	3	3	False	127196	maximal	False	SPA0113_000000008116	0.9130650820347823		0	0	False	False	1.0	0					non-mobilizable	other	3767.0	88.904	100.0	0.02654267723049056	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
ISR0266_000000015138	1374	0.8781233648823901	2	2	2	2	1	True	26566	maximal	True	ISR0266_000000015138	1.0		1	1	False	False	0.9978166222572327	0					non-mobilizable	no_good_hit	1004.0	99.402	73.0	0.006984533749294931	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
SPA0022_000000004813	2822	0.8781215447138501	5	2	1	2	1	True	56605	fragment	False	SPA0022_000000004813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2218.0	90.57700000000001	78.0	0.09490539836833883	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
MON0078_000000017141	2551	0.8781213625317285	3	3	3	3	1	True	72492	fragment	False	MON0078_000000017141	0.9201361088871097		0	0	False	False	0.9937279224395752	0					non-mobilizable	no_good_hit								True	True
ISR0839_000000000524	18064	0.8781211989941005	28	14	9	11	10	True	125415	fragment	False	ISR0839_000000000524	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14261.0	99.00399999999999	100.0	0.004069707040459036	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CAN0006_000000026441	1713	0.878104442800455	3	1	1	1	1	True	95600	fragment	False	CAN0006_000000026441	1.0		0	0	False	False	0.9988324642181396	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	6.519277982013153e-05	NZ_RCHJ01000004.1	b-proteobacteria	Piscinibacter defluvii strain SH-1 contig004, whole genome shotgun sequence	True	True
FIJ0052_000000014473	2037	0.8781037628717967	3	3	3	3	2	False	123399	fragment	False	SPA0092_000000020511	0.9639610477530314		0	0	False	False	0.9985272288322449	0					non-mobilizable	no_good_hit	421.0	71.734	20.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
MON0102_000000021093	2144	0.8781021773002378	2	2	2	2	1	True	124775	fragment	False	MON0102_000000021093	1.0		0	0	False	False	0.9878731369972229	0					non-mobilizable	no_good_hit	112.0	78.571	5.0	0.00025957510650914347	NZ_MKIP01000037.1	a-proteobacteria	Rhizobium oryzae strain 1.7048 scaffold11, whole genome shotgun sequence	True	True
ENG0110_000000009242	3289	0.8780977915595857	4	4	4	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8685603671795435	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	86.0	96.512	5.0	2.397333488266886e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
SPA0055_000000003625	8028	0.8780914434467219	7	6	5	5	6	True	68652	fragment	False	SPA0055_000000003625	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	3667.0	97.43700000000001	99.0	0.022156680245137738	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
USA0063_01_000000012583	1641	0.8780881212535708	3	3	3	3	1	False	116941	fragment	False	USA0063_01_000000012583	1.0		0	0	False	False	0.9890310764312744	0					non-mobilizable	no_good_hit	1420.0	96.056	85.0	0.005144864743355003	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0089_000000004552	7656	0.8780804280627607	10	10	7	10	6	False	116524	maximal	True	SPA0089_000000004552	1.0		8	4	False	False	0.9989550709724426	0					non-mobilizable	no_good_hit	4327.0	100.0	57.0	0.0013087615322130504	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0076_000000011365	1136	0.8780758634675212	2	2	2	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.02014883825813334		0	0	False	False	0.9867957830429077	0					non-mobilizable	other	1136.0	97.711	100.0	0.1388718952648966	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
ISR0105_000000014370	1395	0.8780742073204485	3	1	1	1	1	False	37567	fragment	False	ISR0299_000000008021	0.8016568466427226		0	0	False	False	0.9734767079353333	0					non-mobilizable	no_good_hit	111.0	82.883	8.0	2.048232849179133e-05	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
ENG0148_000000007071	5316	0.8780724924995593	6	5	5	5	3	False	116342	maximal	True	ENG0148_000000007071	1.0		1	1	False	False	0.9986832141876221	0					non-mobilizable	no_good_hit	3615.0	93.029	68.0	0.012934481311879856	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
AST0061_000000029489	1428	0.8780695460868876	2	2	2	2	2	False	111902	maximal	True	AST0061_000000029489	1.0		35	7	False	False	0.9726890921592712	0					non-mobilizable	other	1429.0	87.964	100.0	0.017109604655348252	NZ_CABIXZ010000007.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
DEN0096_000000002587	12331	0.8780690511288042	12	7	6	6	6	False	68241	maximal	True	DEN0096_000000002587	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.621674663814433e-05	NZ_JH725022.1	a-proteobacteria	Bartonella washoeensis Sb944nv supercont1.1, whole genome shotgun sequence	True	False
ISR0023_000000009512	3008	0.8780687835759874	4	3	3	3	3	False	112380	fragment	False	ISR0023_000000009512	1.0		0	0	False	False	0.9996675252914429	0					non-mobilizable	no_good_hit	1467.0	84.458	49.0	0.01732205312411381	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
ENG0125_000000010683	2435	0.8780501730157019	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.3771695902847112		0	0	False	False	1.0	0					non-mobilizable	other	2435.0	96.345	100.0	0.009336831768244031	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0136_000000001730	13628	0.8780493798513027	13	9	5	7	9	False	129189	maximal	True	FIJ0136_000000001730	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	9163.0	99.913	74.0	0.002246319940980775	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0074_000000009507	3405	0.8780414163931579	6	3	1	2	2	True	123344	backbone	True	FIJ0074_000000009507	0.9604235721577538	PS890|PS891	1	1	True	True	1.0	10					non-mobilizable	plasmid	1537.0	99.61	100.0	0.4402407566638005	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0225_000000005178	3105	0.8780414163931579	6	3	1	2	2	True	123344	backbone	False	FIJ0074_000000009507	0.26195565426876033	PS890|PS891	0	0	True	True	0.9987117648124695	10					non-mobilizable	plasmid	1537.0	99.545	100.0	0.4402407566638005	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
SPA0155_000000006737	2757	0.8780414163931579	6	3	1	2	2	True	123337	fragment	False	ISR0161_000000010650	0.9843906900098384		0	0	False	False	1.0	0					non-mobilizable	plasmid	1428.0	99.58	100.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0110_000000008631	2711	0.8780414163931579	6	3	1	2	2	True	123337	fragment	False	ISR0161_000000010650	0.9723885138137276		0	0	False	False	1.0	0					non-mobilizable	plasmid	1440.0	98.819	100.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0197_000000009333	2691	0.8780414163931579	5	3	1	2	2	True	123337	fragment	False	ISR0161_000000010650	0.9530751865378082		0	0	False	False	1.0	0					non-mobilizable	plasmid	1313.0	99.54299999999999	99.0	0.3760389796503296	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
SPA0153_000000006704	2673	0.8780414163931579	5	3	1	2	2	True	123337	fragment	False	ISR0161_000000010650	0.9629106719228296		0	0	False	False	1.0	0					non-mobilizable	plasmid	1357.0	99.632	100.0	0.3886500429922614	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0167_000000011574	2565	0.8780414163931579	5	3	1	2	2	True	123337	fragment	False	ISR0161_000000010650	0.9432840352829073		0	0	False	False	0.9984405636787415	0					non-mobilizable	plasmid	1428.0	99.58	100.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0354_000000008000	2427	0.8780414163931579	6	3	1	2	2	True	123337	fragment	False	ISR0161_000000010650	0.3524101505454279		0	0	False	False	1.0	0					non-mobilizable	plasmid	1428.0	99.51	100.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
FIJ0136_000000002783	8958	0.8780378777866022	16	3	1	3	2	True	65549	maximal	True	FIJ0136_000000002783	1.0		1	1	False	False	0.9991069436073303	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.0005997201306057173	NZ_LZYW01000058.1	firmicutes	Clostridium aurantibutyricum strain DSM 793 CLAUR_contig000058, whole genome shotgun sequence	True	True
MON0068_000000015433	2736	0.8780362178738399	3	3	3	3	2	False	94366	fragment	False	MON0068_000000015433	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	99.45200000000001	100.0	0.00086271257786975	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0204_000000015942	1677	0.8780344755255222	3	3	3	3	2	False	54030	fragment	False	ENG0204_000000015942	1.0		0	0	False	False	0.999403715133667	0					non-mobilizable	no_good_hit	709.0	96.756	42.0	0.0815668202764977	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
SPA0042_000000009110	3365	0.8780268921030763	1	1	1	1	1	False	62864	maximal	False	MAD0047_000000011561	0.9726487318629098		0	0	False	False	0.9967310428619385	0					non-mobilizable	no_good_hit								True	False
SPA0002_000000011159	1775	0.8780253915273032	2	2	2	2	2	False	43728	fragment	False	SPA0002_000000011159	0.9904620881056948		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	97.87200000000001	95.0	0.0014507085294794273	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
SPA0043_000000009765	1752	0.8780253915273032	2	2	2	2	2	False	43728	fragment	False	SPA0002_000000011159	0.9863441908411487		0	0	False	False	0.9834474921226501	0					non-mobilizable	other	1692.0	97.931	97.0	0.0014507085294794273	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
DEN0005_000000005796	5089	0.8780236322005237	12	3	2	3	2	True	88416	fragment	False	ENG0046_000000003507	0.9156789325203967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0151_000000006106	4028	0.8780213783301338	7	1	1	1	1	False	84275	fragment	False	CHI0151_000000006106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	98.53399999999999	63.0	0.00015103760614278828	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0208_000000013012	2380	0.8780213783301338	4	1	1	1	1	False	53840	maximal	True	ENG0208_000000013012	1.0		1	1	False	False	0.9995798468589783	0					non-mobilizable	no_good_hit	730.0	97.397	31.0	0.0001616990842234557	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0082_000000003890	2301	0.8780213783301338	4	1	1	1	1	False	84274	fragment	False	CHI0082_000000003890	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	701.0	97.86	90.0	0.00015525777454971913	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0805_000000005068	2301	0.8780213783301338	4	1	1	1	1	False	99727	maximal	True	ISR0805_000000005068	1.0		2	1	False	False	0.9900043606758118	0					non-mobilizable	no_good_hit	732.0	97.26799999999999	33.0	0.00016214331247681684	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
TAN0010_000000010442	1542	0.8780198961025544	2	2	2	2	2	False	43716	fragment	False	TAN0010_000000010442	0.9777070063694268		0	0	False	False	0.9987030029296875	0					non-mobilizable	no_good_hit	894.0	76.846	61.0	0.00032779192971071897	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
USA0040_01_000000002739	7019	0.8780170696792874	10	7	4	5	6	True	130641	backbone	False	ISR0366_000000001985	0.9804073092486039	PS1110|PS1111	0	0	False	True	1.0	0		MOBV,MOBV			mobilizable	no_good_hit	3650.0	94.329	78.0	0.031261318753341726	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
DEN0063_000000004920	7424	0.8779811603830029	10	6	4	6	4	True	125254	fragment	False	DEN0063_000000004920	1.0		0	0	False	False	0.9995958805084229	0					non-mobilizable	no_good_hit	857.0	95.449	18.0	0.00026174552008896866	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
USA0080_01_000000006076	6797	0.8779811603830029	10	6	4	6	4	True	125250	fragment	False	CAN0022_000000004020	0.952265740792511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	9.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
CAN0022_000000004020	6735	0.8779811603830029	9	6	4	6	4	True	125250	fragment	False	CAN0022_000000004020	0.970415611004623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	71.975	9.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ENG0141_000000007424	3691	0.8779779149033391	6	6	5	5	4	False	115017	fragment	False	ENG0141_000000007424	1.0		0	0	False	False	0.9989162683486938	0					non-mobilizable	no_good_hit	895.0	80.223	40.0	0.0002027194335828551	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0067_000000004321	2525	0.8779765738872573	5	3	1	1	3	True	85187	fragment	False	CHI0067_000000004321	0.9843304843304843		0	0	False	False	0.9964356422424316	0					non-mobilizable	no_good_hit	160.0	93.125	11.0	4.7269693472597276e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
TAN0005_000000001485	6809	0.8779763805939363	5	2	1	2	0	True	98603	fragment	False	ISR0115_000000003080	0.27250767311558066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	97.71	2.0	0.0028283004090157516	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0071_000000005127	6806	0.8779763805939363	4	2	1	2	0	True	98603	fragment	False	ISR0115_000000003080	0.2710619650786782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	97.71	2.0	0.0028283004090157516	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0064_000000004008	6583	0.8779763805939363	5	2	1	2	0	True	75910	fragment	False	FIJ0064_000000004008	1.0		0	0	False	False	0.9995442628860474	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	1.0	1.4378936406665079e-05	LT703001.1	a-proteobacteria	Sphingorhabdus sp. Alg231_15 genome assembly, chromosome: I	True	True
DEN0005_000000009379	3437	0.8779763805939363	2	2	1	2	0	True	130376	fragment	False	AUS0022_000000008050	0.6796253277169305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	95.745	3.0	2.8932142614930604e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0119_01_000000010729	2272	0.8779763805939363	2	2	1	2	0	True	131099	fragment	False	SPA0150_000000005539	0.11362445013080126		0	0	False	False	0.9911971688270569	0					non-mobilizable	no_good_hit								True	True
ISR0215_000000012919	2245	0.8779763805939363	2	2	1	2	0	True	131932	backbone	False	ENG0156_000000004841	0.35636716284325887	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	69.0	97.101	4.0	0.00021889938675980622	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0200_000000011328	1809	0.8779763805939363	2	2	1	2	0	True	131090	fragment	False	ENG0200_000000011328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0168_000000014963	1532	0.8779758037871326	3	3	3	3	2	False	121031	fragment	False	DEN0096_000000023538	0.4296181491407099		0	0	False	False	0.9960835576057434	0					non-mobilizable	other	1544.0	75.453	99.0	0.03192622252513205	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	False	False
ENG0154_000000014069	2242	0.8779747105777969	3	3	2	2	3	False	77979	fragment	False	MAD0055_000000003111	0.7879702272163992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	84.486	26.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0081_01_000000008192	3828	0.8779658290114459	5	3	3	3	3	False	55363	maximal	True	USA0081_01_000000008192	1.0		6	4	False	False	0.99555903673172	0					non-mobilizable	no_good_hit	415.0	77.831	11.0	0.00199770994226131	NZ_KB894583.1	firmicutes	Anaeromusa acidaminophila DSM 3853 C508DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0088_000000002035	14568	0.8779629663490021	14	14	5	10	11	False	49246	fragment	False	FIJ0088_000000002035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4404.0	73.819	30.0	0.006849120637884484	NZ_VLKH01000001.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
MAD0112_000000002801	8329	0.8779617523576188	8	7	7	7	6	False	14475	maximal	True	MAD0112_000000002801	1.0		2	1	False	False	0.9967583417892456	0					non-mobilizable	no_good_hit	124.0	88.71	2.0	3.445987935537831e-05	NZ_CP022115.1	b-proteobacteria	Laribacter hongkongensis strain HLGZ1 chromosome, complete genome	True	False
ISR0069_000000000652	25102	0.8779426328882519	22	7	5	7	4	True	77179	fragment	False	ISR0069_000000000652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	0.0	0.007924335378323108	NZ_CYXX01000055.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0168_000000003410	5437	0.8779411408299832	6	6	6	5	5	False	93720	fragment	False	ENG0200_000000003176	0.6451241287944244		0	0	False	False	0.9998160600662231	0					non-mobilizable	other	5430.0	99.705	99.0	0.002211972028678631	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
DEN0064_000000008176	4320	0.8779336773421614	5	2	2	2	2	False	71328	maximal	True	DEN0064_000000008176	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	82.051	2.0	3.503501909408541e-05	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
SPA0109_000000003014	7598	0.8779250258973071	11	7	6	7	5	True	52107	fragment	False	FIJ0154_000000003332	0.3698581985226025		0	0	False	False	0.9996051788330078	0					non-mobilizable	no_good_hit	321.0	91.277	4.0	0.007687487950645846	NZ_VZBY01000019.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_31_length_41496_cov_31.8884_ID_61, whole genome shotgun sequence	True	True
ISR0299_000000001530	4750	0.8779239368583991	7	5	5	5	4	False	129746	maximal	False	ISR0399_000000002617	0.9770930468274883	PS1061	0	0	False	True	0.9997894763946533	0					non-mobilizable	chromosome	2888.0	94.044	100.0	0.000767772115588695	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0052_000000019919	1628	0.8779197704699248	3	3	2	3	2	False	131428	fragment	False	ISR0326_000000008584	0.01745688318637068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	79.85300000000001	66.0	0.015102074966532798	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0018_000000004924	5423	0.8779175052805424	5	3	2	3	2	False	50036	fragment	False	FIJ0018_000000004924	1.0		0	0	False	False	0.9972339868545532	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.00019371442803508998	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	False
ENG0136_000000001459	8853	0.8779122147410248	6	6	5	5	6	False	113265	fragment	False	ENG0136_000000001459	1.0		0	0	False	False	0.9990963339805603	0		MOBF			mobilizable	plasmid	8854.0	98.758	100.0	0.04716815243860201	AP022172.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-09_1 DNA, complete genome, strain: WP5-S18-ESBL-09	False	True
FIJ0104_000000016187	1665	0.877911951078567	3	2	2	2	1	False	52988	fragment	False	FIJ0104_000000016187	1.0		0	0	False	False	0.9939939975738525	0					non-mobilizable	no_good_hit	1149.0	74.064	68.0	0.001959813472682512	CP003502.1	CFB group bacteria	Prevotella intermedia 17 chromosome I, complete sequence	True	False
FIJ0066_000000004658	6291	0.8779084341652831	4	3	1	3	1	True	96658	fragment	False	FIJ0143_000000000576	0.9246361943145168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.01278409090909091	NZ_QYYA01000015.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_14, whole genome shotgun sequence	True	True
ISR0324_000000018004	1699	0.8779012569779772	4	1	1	1	1	False	24920	maximal	True	ISR0324_000000018004	1.0		1	1	False	False	0.9540906548500061	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.351970601063484e-05	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ENG0042_000000004775	5682	0.8778846844151659	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723034287857652	PS1004	0	0	True	True	1.0	32					non-mobilizable	other	3122.0	99.96799999999999	100.0	0.5562288362145785	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0064_000000003874	5603	0.8778846844151659	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.768450806925795	PS1004	0	0	True	True	1.0	150					non-mobilizable	other	2588.0	100.0	100.0	0.461058634824452	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0109_000000007694	4288	0.8778846844151659	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.2234846109141838	PS1004	0	0	False	True	0.9927704930305481	0					non-mobilizable	other	2588.0	100.0	100.0	0.461058634824452	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0023_000000003730	4176	0.8778846844151659	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.1428393115430723	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	2623.0	100.0	100.0	0.46729638210657637	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0149_000000002599	6266	0.8778645017884169	7	5	4	5	1	True	96555	fragment	False	CHI0149_000000002599	0.93328		0	0	False	False	1.0	0					non-mobilizable	other	5492.0	95.63	100.0	0.0016056398575862163	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ENG0138_000000005936	3363	0.8778638868478639	4	4	4	4	3	False	107605	maximal	True	ENG0138_000000005936	1.0		4	2	False	False	0.9991079568862915	0					non-mobilizable	no_good_hit	1728.0	94.965	51.0	0.19896313364055299	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
CHI0168_000000003546	5233	0.8778576556173082	4	3	3	3	3	False	121305	maximal	True	CHI0168_000000003546	1.0	PS849	28	7	False	True	0.9988534450531006	0					non-mobilizable	no_good_hit	3413.0	100.0	65.0	0.013942407884897496	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
CHI0115_000000001525	5013	0.8778576556173082	4	3	3	3	3	False	121309	fragment	False	CHI0115_000000001525	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4709.0	91.37799999999999	100.0	0.0009690228798905438	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ENG0051_000000005829	4589	0.8778576556173082	4	3	3	3	3	False	121298	maximal	True	ENG0051_000000005829	1.0	PS849	30	6	False	True	0.995859682559967	0					non-mobilizable	no_good_hit	3533.0	99.943	77.0	0.0007881389989786772	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	True
CAN0001_000000010488	4543	0.8778576556173082	4	3	3	3	3	False	121316	maximal	True	CAN0001_000000010488	1.0	PS849	15	7	False	True	1.0	0					non-mobilizable	chromosome	3572.0	96.501	97.0	0.0007378210456480026	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0180_000000003262	4501	0.8778576556173082	4	3	3	3	3	False	121313	fragment	False	CAN0013_000000004692	0.3146862665033347		0	0	False	True	0.9997778534889221	0					non-mobilizable	chromosome	3547.0	96.70100000000001	99.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0046_000000006750	4033	0.8778576556173082	5	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9548532837639137	PS849	0	0	False	True	0.9992561340332031	0					non-mobilizable	chromosome	3875.0	96.87700000000001	97.0	0.0008004252956707818	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0812_000000009923	3940	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9448986901754065	PS849	0	0	False	True	0.989847719669342	0					non-mobilizable	other	3552.0	99.944	90.0	0.001974225543176107	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CAN0011_000000007877	3937	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9517116597054427	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3547.0	96.70100000000001	97.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0129_000000005405	3863	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9451135014408345	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3792.0	96.756	100.0	0.0007832762766876442	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
AUS0016_000000006761	3844	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9464855411567303	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3688.0	96.39399999999999	100.0	0.0007617883492870863	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0370_000000006749	3827	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9549575208818233	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3759.0	95.956	100.0	0.0007754249185989788	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0058_01_000000005398	3819	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9493309120231018	PS849	0	0	False	True	0.9997381567955017	0					non-mobilizable	other	3521.0	99.943	98.0	0.01438372677457186	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
USA0072_01_000000005364	3775	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9456823613541033	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3663.0	96.587	100.0	0.0007566229821234907	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0139_000000006261	3745	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9610471816304335	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3596.0	96.44	99.0	0.0007425731834385105	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0137_000000003625	3744	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9468862864936215	PS849	0	0	False	True	0.9821047186851501	0					non-mobilizable	other	3693.0	99.946	100.0	0.0020526163631107257	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0815_000000008164	3733	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9394534943735072	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3548.0	96.67399999999999	100.0	0.0007328622931709508	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0021_01_000000004930	3731	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9547355794621578	PS849	0	0	False	True	0.9935674071311951	0					non-mobilizable	other	3556.0	99.916	97.0	0.0019764493962238974	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
MON0072_000000005543	3731	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9564594565287986	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3566.0	96.551	100.0	0.0007365813575287396	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0069_000000006514	3724	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9499467768095644	PS849	0	0	False	True	0.9991944432258606	0					non-mobilizable	chromosome	3646.0	96.681	98.0	0.0007531105324522457	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0128_000000009348	3724	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9546790855977946	PS849	0	0	False	True	0.9994629621505737	0					non-mobilizable	other	3556.0	99.916	97.0	0.0019764493962238974	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
MON0092_000000014043	3724	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9450367664101991	PS849	0	0	False	True	0.9997314810752869	0					non-mobilizable	other	3569.0	99.804	97.0	0.0019831209553672693	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
USA0062_01_000000006430	3723	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9588507023697987	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3645.0	96.18700000000001	100.0	0.0007522840737060703	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0167_000000008211	3722	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9542123400731616	PS849	0	0	False	True	0.997581958770752	0					non-mobilizable	chromosome	3647.0	96.243	100.0	0.0007522840737060703	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0131_000000004078	3718	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9588866954742005	PS849	0	0	False	True	0.9989241361618042	0					non-mobilizable	chromosome	3572.0	96.585	100.0	0.0007378210456480026	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0026_01_000000009038	3717	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9642530475103064	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3647.0	96.189	98.0	0.000752697303079158	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0231_000000004080	3717	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9635282995378482	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3592.0	96.492	99.0	0.0007417467246923353	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0007_01_000000004869	3717	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9643310488881194	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3660.0	96.09299999999999	98.0	0.0007551766793176839	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ENG0073_000000006947	3717	0.8778576556173082	3	3	3	3	3	False	121265	backbone	True	ENG0073_000000006947	0.9643358740453465	PS849	49	8	False	True	1.0	0					non-mobilizable	chromosome	3660.0	96.09299999999999	98.0	0.0007551766793176839	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0084_01_000000008651	3717	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.96431153961849	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3660.0	96.09299999999999	98.0	0.0007551766793176839	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0051_000000006765	3714	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9476283384541684	PS849	0	0	False	True	0.9991922378540039	0					non-mobilizable	chromosome	3550.0	96.704	100.0	0.0007332755225440383	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0010_000000004640	3712	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.953617810997609	PS849	0	0	False	True	0.9991918206214905	0					non-mobilizable	chromosome	3566.0	96.691	100.0	0.0007365813575287396	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ENG0092_000000005473	3709	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.958365703291834	PS849	0	0	False	True	0.999191164970398	0					non-mobilizable	chromosome	3648.0	96.19	100.0	0.0007529039177657018	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0133_01_000000006880	3709	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9582809695918261	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3644.0	96.15799999999999	100.0	0.0007520774590195266	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0112_000000009302	3708	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9584840937811164	PS849	0	0	False	True	0.998921275138855	0					non-mobilizable	chromosome	3711.0	96.147	100.0	0.0007659206430179629	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ENG0118_000000003658	3708	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9401715822180523	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3562.0	99.691	99.0	0.0019797851757955834	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0125_000000004225	3698	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9580673156790489	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3664.0	96.397	100.0	0.0007568295968100345	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0155_000000006466	3698	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9534104915038507	PS849	0	0	False	True	0.999729573726654	0					non-mobilizable	chromosome	3701.0	95.81200000000001	100.0	0.0007638544961525246	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0400_000000004743	3694	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9503489114531092	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3547.0	96.73	100.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0154_000000007909	3692	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9446114642889683	PS849	0	0	True	True	0.9991874098777771	24					non-mobilizable	chromosome	3581.0	96.398	99.0	0.0007396805778268969	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0201_000000008025	3692	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9555410934122321	PS849	0	0	False	True	0.9991874098777771	0					non-mobilizable	chromosome	3572.0	96.585	100.0	0.0007378210456480026	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0173_000000004524	3691	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9558824800990733	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3566.0	96.551	100.0	0.0007365813575287396	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0293_000000009948	3691	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9554634058137659	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3547.0	96.70100000000001	100.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0361_000000003221	3691	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9558824800990733	PS849	0	0	False	True	0.9994581341743469	0					non-mobilizable	chromosome	3566.0	96.551	100.0	0.0007365813575287396	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0106_000000010611	3691	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9539550855403472	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3622.0	96.21799999999999	100.0	0.0007475319359155623	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0095_000000002103	3690	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.940766185475027	PS849	0	0	False	True	0.9997289776802063	0					non-mobilizable	other	3638.0	99.835	99.0	0.014861822238385754	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0154_000000006324	3690	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9499681888773756	PS849	0	0	False	True	0.9967479705810547	0					non-mobilizable	chromosome	3621.0	96.631	100.0	0.00074794516528865	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0117_000000004071	3689	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9555843202990394	PS849	0	0	False	True	0.9997289180755615	0					non-mobilizable	chromosome	3566.0	96.579	100.0	0.0007365813575287396	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0378_000000006231	3689	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9542051370054924	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3572.0	96.75299999999999	100.0	0.0007378210456480026	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0104_000000009587	3688	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9562661386034662	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3636.0	96.59	99.0	0.0007510443855868074	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0119_000000002707	3687	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9362012185618392	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3582.0	99.525	98.0	0.0019892365512486935	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
DEN0018_000000009726	3686	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9567253021076046	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3593.0	96.493	100.0	0.0007421599540654228	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0120_000000003561	3685	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9361978783050605	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3582.0	99.525	98.0	0.0019892365512486935	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0139_000000002758	3682	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9532040515827613	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3547.0	96.645	99.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0158_000000004301	3682	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9459298553796225	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3617.0	99.86200000000001	99.0	0.0020103631552027042	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0394_000000004946	3680	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9456918044449942	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3530.0	96.742	98.0	0.0007291432288131618	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0042_000000007153	3680	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9466239779031727	PS849	0	0	False	True	0.998913049697876	0					non-mobilizable	other	3549.0	99.944	98.0	0.001972557653390264	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ENG0188_000000007233	3676	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9571408011291539	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3603.0	96.475	100.0	0.0007442261009308612	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0006_01_000000006673	3675	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9471195463218457	PS849	0	0	False	True	0.9997279047966003	0					non-mobilizable	chromosome	3577.0	96.477	99.0	0.0007386475043941778	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0108_000000005928	3674	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9594959761906646	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3552.0	99.97200000000001	98.0	0.014510401641052464	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0078_000000004802	3672	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.952406275851419	PS849	0	0	False	True	0.9959150552749634	0					non-mobilizable	other	3577.0	99.49700000000001	98.0	0.0007972878378682938	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
CHI0141_000000007493	3671	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9535009481468265	PS849	0	0	False	True	0.9986379742622375	0					non-mobilizable	chromosome	3566.0	96.495	100.0	0.0007365813575287396	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0078_000000004481	3671	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9392444187699172	PS849	0	0	False	True	0.9994552135467529	0					non-mobilizable	other	3671.0	99.809	100.0	0.0020403851713478773	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ENG0137_000000004808	3671	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.950394586662339	PS849	0	0	False	True	0.9997276067733765	0					non-mobilizable	other	3596.0	99.36	99.0	0.0008015275436951893	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ISR0159_000000006815	3668	0.8778576556173082	5	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.95426989501	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3573.0	99.63600000000001	98.0	0.0019859007716770075	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CAN0005_000000004926	3667	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9456997596533185	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3564.0	96.689	99.0	0.0007361681281556519	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
DEN0090_000000006427	3667	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9523516616789074	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3579.0	99.49700000000001	98.0	0.0007977341226921775	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ISR0009_000000008600	3664	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9448741817781762	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3624.0	99.586	99.0	0.0020142548980363376	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0114_000000007406	3664	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9504043668166381	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3547.0	96.67299999999999	100.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0297_000000003384	3663	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9533383730689698	PS849	0	0	False	True	0.9997270107269287	0					non-mobilizable	chromosome	3547.0	96.786	100.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ENG0095_000000007425	3662	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9538100523258611	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3556.0	99.916	99.0	0.0019764493962238974	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0295_000000009022	3659	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9494862733257228	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3572.0	99.69200000000001	99.0	0.0019853448084150597	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0390_000000003346	3659	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9536549984748949	PS849	0	0	False	True	0.9997267127037048	0					non-mobilizable	chromosome	3547.0	96.70100000000001	100.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0037_000000006676	3658	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9542445732638931	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3566.0	96.551	100.0	0.0007365813575287396	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0100_000000008527	3658	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9532932619067173	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3566.0	96.635	100.0	0.0007365813575287396	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0845_000000002783	3655	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9463729299504274	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3604.0	99.861	100.0	0.002003135632797385	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
SPA0013_000000007327	3654	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.949350712461117	PS849	0	0	False	True	0.9958949089050293	0					non-mobilizable	chromosome	3546.0	96.64399999999999	99.0	0.0007324490637978631	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0208_000000007139	3651	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9521176732101592	PS849	0	0	False	True	0.9945220351219177	0					non-mobilizable	other	3521.0	100.0	98.0	0.01438372677457186	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0164_000000006734	3645	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9577795594855845	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3569.0	99.86	99.0	0.001983676918629217	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
SPA0111_000000009348	3634	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9338078293303921	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3563.0	99.60700000000001	99.0	0.0019797851757955834	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0796_000000006130	3631	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9482970250857146	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3557.0	96.542	100.0	0.0007347218253498451	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0179_000000004608	3630	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9396438185650254	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3578.0	99.944	99.0	0.0019886805879867457	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0148_000000003168	3629	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9400949571224728	PS849	0	0	False	True	0.9975199699401855	0					non-mobilizable	other	3545.0	99.803	99.0	0.0007908167079219796	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
CAN0012_000000014199	3627	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9470419196251347	PS849	0	0	False	True	0.9991728663444519	0					non-mobilizable	other	3520.0	100.0	100.0	0.0007852381476234329	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
CHI0071_000000002822	3625	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9523979976699539	PS849	0	0	False	True	0.9991723895072937	0					non-mobilizable	chromosome	3572.0	96.585	100.0	0.0007378210456480026	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0771_000000003037	3624	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9427097407110018	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3592.0	96.771	100.0	0.0007419533393788791	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ITA0005_000000004914	3624	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9389786779001752	PS849	0	0	False	True	0.9977924823760986	0					non-mobilizable	other	3562.0	99.663	99.0	0.0019797851757955834	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
USA0063_01_000000005619	3622	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9491023659739504	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3624.0	96.19200000000001	100.0	0.00074794516528865	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0088_000000006312	3621	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9419742605610876	PS849	0	0	False	True	0.9997238516807556	0					non-mobilizable	chromosome	3550.0	96.676	100.0	0.0007332755225440383	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0077_000000008246	3620	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9446185411172869	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3619.0	99.97200000000001	100.0	0.0020114750817265994	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0157_000000008206	3620	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9530748937429581	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3556.0	99.916	99.0	0.0019764493962238974	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ENG0145_000000008986	3619	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9483724890219156	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3574.0	99.77600000000001	99.0	0.014600299933393538	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0826_000000003279	3604	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9449977190177915	PS849	0	0	False	True	0.9963929057121277	0					non-mobilizable	other	3552.0	99.521	99.0	0.001974225543176107	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
SPA0045_000000007564	3602	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9444379188463641	PS849	0	0	False	True	0.9997223615646362	0					non-mobilizable	other	3567.0	99.83200000000001	99.0	0.0019825649921053215	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0831_000000004670	3601	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9494172584049805	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3547.0	96.67299999999999	100.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0134_000000008215	3600	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9340816651116396	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3562.0	99.691	99.0	0.0019797851757955834	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0045_000000006912	3591	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9277986903743956	PS849	0	0	False	True	0.9983291625976562	0					non-mobilizable	other	3555.0	99.719	99.0	0.00197589343296195	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0109_000000008595	3590	0.8778576556173082	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9391752178952408	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3520.0	96.79	100.0	0.0007270770819477236	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0087_000000002189	3585	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9528322335963184	PS849	0	0	False	True	0.9966527223587036	0					non-mobilizable	chromosome	3587.0	96.571	100.0	0.0007409202659461599	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ENG0058_000000008702	3584	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9472963760601644	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3581.0	96.565	100.0	0.0007396805778268969	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0087_01_000000004005	3580	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9411929030008721	PS849	0	0	False	True	0.994413435459137	0					non-mobilizable	other	3537.0	99.97200000000001	99.0	0.014449107350819914	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
CAN0004_000000007222	3579	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.943268977207523	PS849	0	0	False	True	0.9991617798805237	0					non-mobilizable	other	3533.0	99.915	99.0	0.014432762206757899	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0256_000000005032	3577	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9509300341790998	PS849	0	0	False	True	0.9938495755195618	0					non-mobilizable	other	3552.0	99.944	100.0	0.001974225543176107	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0175_000000003441	3574	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9189591186403266	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3571.0	99.97200000000001	99.0	0.014588041075347028	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
AST0090_000000006773	3568	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9446626129202318	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3554.0	99.944	99.0	0.01451857421308347	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
FIJ0009_000000010222	3565	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9442706345051814	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3558.0	99.859	100.0	0.014534919357145484	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0839_000000004798	3555	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9439438321097521	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3547.0	100.0	99.0	0.014489970210974947	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
DEN0010_000000012285	3555	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.94273541395615	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3533.0	99.915	99.0	0.014432762206757899	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
USA0050_01_000000003896	3555	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9428836542957153	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3548.0	99.915	99.0	0.01449405649699045	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ENG0057_000000006286	3554	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9119373063792425	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3492.0	96.735	100.0	0.0007212918707244965	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0022_000000003472	3543	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9372371833609837	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3536.0	99.97200000000001	100.0	0.0019653301309849446	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0018_000000004655	3539	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9352984758326818	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3539.0	99.83	100.0	0.01445727992285092	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
SPA0012_000000006999	3535	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9258598334319067	PS849	0	0	False	True	0.999717116355896	0					non-mobilizable	other	3504.0	99.971	99.0	0.014314259912308303	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
SPA0156_000000004309	3532	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9358800190863545	PS849	0	0	False	True	0.9968855977058411	0					non-mobilizable	other	3527.0	99.97200000000001	100.0	0.014408244490664879	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0257_000000004534	3532	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9300697200163573	PS849	0	0	False	True	0.9994337558746338	0					non-mobilizable	other	3526.0	99.943	100.0	0.014404158204649376	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ENG0174_000000004748	3523	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9294847458910196	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3523.0	100.0	100.0	0.014391899346602866	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0316_000000005168	3523	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9294847458910196	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3523.0	100.0	100.0	0.014391899346602866	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
CHI0048_000000005046	3521	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9292603283105645	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3521.0	100.0	100.0	0.01438372677457186	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0832_000000003755	3521	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9271198417768558	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3521.0	99.71600000000001	100.0	0.01438372677457186	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ITA0001_000000000492	3521	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9290702211870775	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3521.0	100.0	100.0	0.0019569906820557296	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0164_000000006743	3521	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9288281152587714	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3521.0	99.943	100.0	0.01438372677457186	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ISR0816_000000011951	3520	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9274186268625736	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3520.0	99.83	100.0	0.0019564347187937823	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0388_000000009340	3520	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9269050866490912	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3520.0	99.71600000000001	100.0	0.014379640488556356	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ENG0064_000000006451	3520	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9281199722271779	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3516.0	100.0	99.0	0.014363295344494343	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
MON0073_000000001643	3517	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9282939377933538	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3517.0	100.0	100.0	0.014367381630509846	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ENG0083_000000006246	3517	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9282939377933538	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3517.0	100.0	100.0	0.014367381630509846	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
USA0013_01_000000003341	3514	0.8778576556173082	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.9273574788400235	PS849	0	0	False	True	1.0	0					non-mobilizable	other	3512.0	100.0	99.0	0.01434695020043233	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
USA0033_01_000000001140	7084	0.8778550074491674	9	9	8	7	7	False	120523	maximal	True	USA0033_01_000000001140	1.0		99	11	False	False	1.0	0					non-mobilizable	no_good_hit	3233.0	90.35	55.0	0.0006078678207618497	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0819_000000021090	1275	0.8778502814901447	2	2	2	2	1	False	116013	fragment	False	FIJ0081_000000020765	0.21542209211756286		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	99.92200000000001	100.0	0.0005300266553860784	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
FIJ0028_000000021820	1387	0.8778435059227577	3	3	3	2	2	False	79438	fragment	False	FIJ0028_000000021820	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1387.0	99.64	100.0	0.0002626369890658878	CP045694.1	enterobacteria	Klebsiella pneumoniae strain TK421 chromosome, complete genome	False	False
DEN0082_000000005054	6935	0.8778376273588165	9	6	3	6	2	False	69336	fragment	False	DEN0082_000000005054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	74.725	12.0	0.004598316799525924	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
ENG0096_000000024538	1316	0.8778342444866287	3	1	1	1	1	False	60812	maximal	True	ENG0096_000000024538	1.0		70	8	False	False	0.9984802603721619	0					non-mobilizable	no_good_hit	272.0	73.89699999999999	20.0	0.0015807473388749647	NZ_AZGI01000005.1	firmicutes	Lactobacillus hamsteri DSM 5661 = JCM 6256 strain DSM 5661 NODE_9, whole genome shotgun sequence	True	False
ISR0320_000000011641	2118	0.8778302984358543	3	3	3	3	3	False	75540	fragment	False	ISR0320_000000011641	0.9802737575773462		0	0	False	False	0.995278537273407	0					non-mobilizable	other	2119.0	95.47	100.0	0.00811698275332965	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0072_000000005411	2035	0.8778302984358543	3	3	3	3	3	False	75540	fragment	False	ISR0320_000000011641	0.9534832530246647		0	0	False	False	0.9936118125915527	0					non-mobilizable	other	2035.0	95.52799999999999	100.0	0.007802430491622169	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0151_000000004009	6055	0.8778261757368396	5	5	5	5	4	False	92535	fragment	False	ENG0151_000000004009	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5869.0	97.155	100.0	0.005036276297311125	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0379_000000008107	2873	0.8778171270779719	4	2	2	2	1	True	23223	maximal	True	ISR0379_000000008107	1.0		1	1	False	False	0.9888617992401123	0					non-mobilizable	no_good_hit	444.0	75.676	15.0	0.00019635169623321585	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
SPA0141_000000004948	4667	0.8778148365817593	6	3	3	3	3	True	125429	fragment	False	SPA0141_000000004948	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	95.34899999999999	44.0	0.00010723611548441695	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
DEN0061_000000014646	2799	0.8778140928054398	4	4	4	4	4	False	89363	fragment	False	ISR0011_000000009202	0.9476521739130435		0	0	False	False	0.9832082986831665	0					non-mobilizable	no_good_hit	257.0	76.265	19.0	0.00029775635292013066	CP012399.1	a-proteobacteria	Chelatococcus sp. CO-6 plasmid pCO-6, complete sequence	True	False
USA0083_01_000000009254	3305	0.8778080486367639	6	1	1	1	1	False	502	maximal	True	USA0083_01_000000009254	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	88.92299999999999	22.0	8.079506357216555e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CHI0126_000000001900	7365	0.8778065560524723	13	5	3	3	5	False	116866	fragment	False	CHI0126_000000001900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	1.0	6.98019057710068e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
CHI0144_000000001674	7339	0.8778065560524723	13	5	3	3	5	False	116865	fragment	False	CHI0144_000000001674	1.0		0	0	False	False	0.9998637437820435	0					non-mobilizable	no_good_hit	61.0	96.721	1.0	1.4710674138708418e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0091_000000009035	3423	0.8778033492571379	4	4	4	3	3	False	105495	fragment	False	ISR0091_000000009035	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3426.0	88.23700000000001	100.0	0.004921518812624278	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0194_000000001279	17179	0.8778015739496172	19	15	1	5	13	True	121603	fragment	False	ENG0194_000000001279	0.9700956937799043		0	0	False	True	1.0	0					non-mobilizable	other	12354.0	97.499	99.0	0.005277385743272467	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
MAD0014_000000005545	4986	0.8777990939774342	5	4	2	4	1	True	19525	maximal	True	MAD0014_000000005545	1.0		1	1	False	False	0.9977937936782837	0					non-mobilizable	no_good_hit	2960.0	83.37799999999999	59.0	0.02953803361954287	NZ_CYZO01000010.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
SPA0090_000000004231	6837	0.8777924369630387	8	7	2	4	6	False	132253	maximal	True	SPA0090_000000004231	1.0	PS1081|PS1085|PS1150|PS1152|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	6	3	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2874.0	99.235	77.0	0.44040497008743673	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0039_000000009010	1376	0.8777922933502791	2	1	1	1	1	False	119702	fragment	False	ISR0233_000000012315	0.6427909133055169		0	0	False	False	1.0	0					non-mobilizable	chromosome	1376.0	99.927	100.0	0.00021925778608317413	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
CAN0014_000000039991	1247	0.8777922933502791	2	1	1	1	1	False	119691	fragment	False	CAN0014_000000039991	0.9691982232132503		0	0	False	False	0.9991980791091919	0					non-mobilizable	chromosome	1247.0	99.84	100.0	0.00019868741924337089	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0130_01_000000026403	1246	0.8777922933502791	2	1	1	1	1	False	119691	fragment	False	CAN0014_000000039991	0.8686057049825024		0	0	False	False	0.9991974234580994	0					non-mobilizable	chromosome	1246.0	100.0	100.0	0.0002337917968561482	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
AST0025_000000031509	1235	0.8777922933502791	2	1	1	1	1	False	119691	fragment	False	CAN0014_000000039991	0.9636006321684348		0	0	False	False	1.0	0					non-mobilizable	chromosome	1235.0	99.919	100.0	0.0001898626865047018	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0118_000000020133	1200	0.8777922933502791	2	1	1	1	1	False	119691	fragment	False	CAN0014_000000039991	0.9615081224287059		0	0	False	False	1.0	0					non-mobilizable	chromosome	1200.0	99.917	100.0	0.00018447760220351495	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0175_000000020568	1198	0.8777922933502791	2	1	1	1	1	False	119691	fragment	False	CAN0014_000000039991	0.9605832132812699		0	0	False	False	0.9858096837997437	0					non-mobilizable	chromosome	1198.0	99.917	100.0	0.00018416988310059	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0071_000000010234	1173	0.8777922933502791	2	1	1	1	1	False	119691	fragment	False	CAN0014_000000039991	0.9434908300899207		0	0	False	False	0.9991474747657776	0					non-mobilizable	chromosome	1173.0	100.0	100.0	0.00018032339431402796	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0057_000000028845	1149	0.8777922933502791	2	1	1	1	1	False	119691	fragment	False	CAN0014_000000039991	0.932531968747867		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	99.913	100.0	0.0001766307650789284	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0048_000000018683	1109	0.8777922933502791	2	1	1	1	1	False	119691	fragment	False	CAN0014_000000039991	0.6453893410786529		0	0	False	False	0.9972948431968689	0					non-mobilizable	chromosome	1109.0	100.0	100.0	0.00017047638302042917	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0061_000000004831	7542	0.8777919449349254	15	7	1	5	6	False	93902	fragment	False	MON0061_000000004831	1.0		0	0	False	False	0.9946963787078857	0					non-mobilizable	other	5325.0	99.531	99.0	0.13981036430016022	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
MON0019_000000005541	9042	0.8777875568976455	5	5	5	4	5	False	13236	maximal	True	MON0019_000000005541	1.0		3	2	False	False	0.9978986978530884	0					non-mobilizable	no_good_hit	931.0	70.14	10.0	0.00020589401084254188	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0059_000000007390	2612	0.8777871479346838	4	2	2	2	2	False	16905	maximal	True	MAD0059_000000007390	1.0		0	0	False	False	0.9992343187332153	0					non-mobilizable	no_good_hit								True	False
CAN0009_000000001587	10266	0.8777870597007962	10	6	2	4	4	True	128768	backbone	False	ENG0060_000000001922	0.8910045012619545	PS1052	0	0	False	True	0.9995129704475403	0	IncW	MOBF			mobilizable	plasmid	7152.0	99.385	94.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
FIJ0148_000000005443	3106	0.8777714104034685	4	4	4	3	3	False	105494	fragment	False	FIJ0148_000000005443	0.8403426239691351		0	0	False	False	1.0	0					non-mobilizable	other	3106.0	99.03399999999999	100.0	0.004464304970259534	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0375_000000003684	4822	0.8777713291029247	5	3	2	2	3	True	35005	maximal	True	ISR0375_000000003684	1.0		0	0	False	False	0.9946080446243286	0					non-mobilizable	no_good_hit	1421.0	79.66199999999999	29.0	0.16879364314953046	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ENG0125_000000001893	11031	0.8777695183158881	14	14	4	6	12	False	58887	fragment	False	ENG0125_000000001893	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	10875.0	99.73299999999999	99.0	0.12788398154251812	CP025625.1	enterobacteria	Escherichia coli strain SCEC020007 plasmid pBOKZ_020007, complete sequence	False	True
ISR0329_000000007088	2122	0.8777687692883951	5	2	1	1	2	False	113338	fragment	False	ISR0329_000000007088	0.9480421686746987		0	0	False	False	0.997172474861145	0					non-mobilizable	virus	2034.0	93.166	96.0	0.32637202525497816	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0019_000000013333	1364	0.8777687692883951	3	2	1	1	2	False	113328	fragment	False	ISR0304_000000007592	0.7260162010980741		0	0	False	False	1.0	0					non-mobilizable	virus	1366.0	89.531	100.0	0.21806702282661486	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0793_000000001806	6545	0.8777599410267536	6	4	4	3	3	True	22029	maximal	True	ISR0793_000000001806	1.0		1	1	False	False	0.9964858889579773	0					non-mobilizable	no_good_hit	144.0	97.22200000000001	2.0	0.0006579587524731372	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	True
ISR0170_000000006695	6534	0.8777551697496893	9	4	2	2	2	False	92090	maximal	True	ISR0170_000000006695	1.0		3	1	False	False	0.9996939301490784	0					non-mobilizable	no_good_hit	2268.0	81.57	58.0	0.0004458777464692031	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0286_000000005085	3069	0.8777452640506443	5	3	2	3	2	False	75926	fragment	False	ISR0286_000000005085	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	274.0	79.562	9.0	7.61596643803779e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0018_000000012066	1759	0.8777448024021944	3	2	2	1	1	False	37781	maximal	True	ISR0018_000000012066	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0047_000000003143	9386	0.8777400724510133	15	9	4	8	5	True	114001	backbone	False	CAN0022_000000002344	0.3166336374805874	PS735	0	0	False	True	0.9998934864997864	0					non-mobilizable	no_good_hit	1136.0	82.92299999999999	22.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
MON0080_000000029249	1858	0.8777390596657252	3	3	3	3	2	False	11065	fragment	False	MON0080_000000029249	0.9953245324532454		0	0	False	False	0.9908503890037537	0					non-mobilizable	other	1858.0	98.87	100.0	0.0010330101280632007	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
BAN0013_000000000503	1365	0.8777310680258619	1	1	1	1	1	False	98663	maximal	True	BAN0013_000000000503	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0027_000000003571	4805	0.8777253497514463	6	4	4	4	2	True	102709	fragment	False	FIJ0027_000000003571	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	74.444	4.0	0.002699367576739164	NZ_BIMK01000039.1	firmicutes	Paenibacillus chibensis strain NBRC 15958 PCH05_CON02310, whole genome shotgun sequence	True	True
ISR0851_000000000996	13249	0.8777251084533205	19	7	3	5	2	True	79684	maximal	True	ISR0851_000000000996	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3203.0	91.383	45.0	0.056711445078509906	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0005_01_000000022842	1346	0.8777216145118978	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.05639815869047819		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	99.10799999999999	100.0	0.0004884541425087659	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0061_000000020022	2239	0.8777003224520992	3	3	3	3	2	False	68322	fragment	False	ISR0080_000000013587	0.9689230074745621		0	0	False	False	0.999106764793396	0					non-mobilizable	no_good_hit	1246.0	76.96600000000001	55.0	0.0003451072614727087	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0052_000000000758	19474	0.8776978966543999	18	16	10	12	14	True	114644	maximal	True	AST0052_000000000758	1.0		3	2	False	False	1.0	0	rep_cluster_1685				non-mobilizable	plasmid	12588.0	95.742	97.0	0.031016488530039903	CP024068.1	firmicutes	Lactobacillus salivarius strain BCRC 14759 plasmid unnamed1, complete sequence	False	True
SPA0101_000000020752	2044	0.8776905934963252	2	2	2	2	1	False	124911	maximal	True	SPA0101_000000020752	1.0		6	4	False	False	0.9980430603027344	0					non-mobilizable	no_good_hit	517.0	99.42	25.0	0.00013818076454131617	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
AST0088_000000005910	1984	0.8776758520809904	3	2	2	1	2	False	110435	fragment	False	AST0088_000000005910	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1984.0	99.546	100.0	0.030935554827537792	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ISR0097_000000014934	1994	0.877675608093612	3	3	3	3	2	False	73444	fragment	False	DEN0035_000000015521	0.9618803577486391		0	0	False	False	0.9824473261833191	0					non-mobilizable	chromosome	1994.0	99.29799999999999	100.0	0.0005548247903399799	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0006_000000004380	6834	0.8776646858769289	7	2	2	2	1	False	93324	fragment	False	SPA0006_000000004380	1.0		0	0	False	False	0.9985367059707642	0					non-mobilizable	no_good_hit	2873.0	84.89399999999999	45.0	0.0004391396931262846	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0043_01_000000002680	4752	0.8776646858769289	4	2	2	2	1	False	93319	fragment	False	USA0043_01_000000002680	0.9878072164295456		0	0	False	False	0.999579131603241	0					non-mobilizable	no_good_hit	820.0	95.73200000000001	22.0	0.00012577676012321805	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0097_000000007002	4475	0.8776646858769289	4	2	2	2	1	False	93319	fragment	False	USA0043_01_000000002680	0.9780920087976713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	74.542	21.0	0.005751323166426274	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
USA0037_01_000000009138	3879	0.8776646858769289	4	2	2	2	1	False	93319	fragment	False	USA0043_01_000000002680	0.6325563027103773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	96.19	5.0	1.587623320182777e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0028_000000007886	3854	0.8776646858769289	4	2	2	2	1	False	93319	fragment	False	USA0043_01_000000002680	0.627115054587451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	74.274	24.0	0.005642693767689996	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
USA0087_01_000000006860	2227	0.8776608279457512	3	2	0	2	1	False	117762	fragment	False	USA0087_01_000000006860	1.0		0	0	False	True	0.9995509386062622	0					non-mobilizable	no_good_hit	1632.0	97.917	73.0	0.000698636609158008	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0027_000000015403	1674	0.8776520503128967	3	2	2	2	1	True	121144	fragment	False	ISR0211_000000012313	0.8429565166880059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	100.0	86.0	0.042418286149066356	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0280_000000001585	4872	0.8776499930507575	7	4	1	4	2	True	32810	fragment	False	ISR0280_000000001585	1.0		0	0	False	False	0.9891214966773987	0					non-mobilizable	no_good_hit	339.0	97.935	7.0	0.001309047532367943	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0108_000000006256	3484	0.8776499930507575	6	4	1	4	2	True	32809	fragment	False	ISR0108_000000006256	1.0		0	0	False	False	0.9994259476661682	0					non-mobilizable	no_good_hit	167.0	79.641	5.0	0.00032374342149419434	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
CAN0016_000000028264	1658	0.8776473831752104	3	3	2	2	2	True	92782	fragment	False	CAN0016_000000028264	1.0		0	0	False	False	0.9843184351921082	0					non-mobilizable	no_good_hit	858.0	96.73700000000001	64.0	0.1118798955613577	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
MAD0025_000000002615	3862	0.8776471506112719	5	3	3	3	2	True	19149	maximal	True	MAD0025_000000002615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0069_000000028590	1792	0.8776384220950196	3	3	3	2	3	False	103928	fragment	False	MON0059_000000018343	0.7193466866844639		0	0	False	False	1.0	0					non-mobilizable	other	1792.0	97.824	100.0	0.0008789765591527667	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
SPA0136_000000013706	2931	0.8776349072892782	5	3	2	1	3	False	26574	fragment	False	SPA0136_000000013706	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2931.0	99.045	100.0	0.017682452127627472	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
CAN0007_000000022011	1839	0.8776330716062566	3	3	2	3	1	False	95258	fragment	False	CAN0007_000000022011	0.989941263511876		0	0	False	False	0.9994562268257141	0					non-mobilizable	no_good_hit	196.0	87.245	11.0	9.976232788413924e-05	NZ_JPNB01000002.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000013_quiver.2_C, whole genome shotgun sequence	True	False
CAN0008_000000016035	1804	0.8776330716062566	3	3	2	3	1	False	95258	fragment	False	CAN0007_000000022011	0.983777507552106		0	0	False	False	0.9933481216430664	0					non-mobilizable	no_good_hit	160.0	88.125	9.0	8.11538107658542e-05	NZ_JPNB01000002.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000013_quiver.2_C, whole genome shotgun sequence	True	False
ISR0804_000000001816	10357	0.8776280998973015	14	6	4	5	4	True	95123	maximal	True	ISR0804_000000001816	1.0		1	1	False	False	0.9999034404754639	0					non-mobilizable	chromosome	6427.0	98.211	98.0	0.0028533471493526865	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
SPA0059_000000003029	8813	0.8776280998973015	11	6	4	5	4	True	95118	fragment	False	SPA0059_000000003029	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5092.0	98.84100000000001	98.0	0.0022584907605370575	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CHI0029_000000004396	2696	0.8776268304863873	4	4	3	4	2	False	88609	maximal	True	CHI0029_000000004396	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	70.78	26.0	0.004657811902253065	NZ_JHWJ01000015.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00015.15_C, whole genome shotgun sequence	True	False
ENG0122_000000003634	7195	0.8776078113514965	9	7	4	5	5	False	81678	fragment	False	ENG0122_000000003634	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1542.0	91.245	34.0	0.003430902646186771	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
USA0025_01_000000009759	1584	0.8775875217790323	2	2	2	2	2	False	104634	maximal	True	USA0025_01_000000009759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	74.107	14.0	0.0004075331660631921	NZ_FQWB01000002.1	CFB group bacteria	Flavobacterium fluvii strain DSM 19978, whole genome shotgun sequence	True	False
MAD0100_000000001272	19464	0.8775762652615057	23	4	2	4	1	False	15188	maximal	True	MAD0100_000000001272	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0106_000000003763	9553	0.8775662619627673	8	3	2	3	2	True	90003	maximal	True	SPA0106_000000003763	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	97.531	1.0	0.0004144562334217507	NZ_QSFT01000002.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf2, whole genome shotgun sequence	True	True
ISR0371_000000006952	2561	0.877556871739354	4	4	3	2	3	True	124658	fragment	False	ISR0371_000000006952	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1071.0	93.277	93.0	0.00032155434795371905	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0198_000000008569	3921	0.8775525726929259	5	4	4	3	3	False	78335	fragment	False	ISR0198_000000008569	1.0		0	0	False	False	0.9989798665046692	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	1.0	1.5363452002212336e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0074_000000002804	8569	0.8775420716297796	15	11	7	7	9	True	125397	fragment	False	SPA0032_000000002311	0.7226250325543725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7234.0	86.619	84.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0293_000000004658	7591	0.8775416884029329	10	6	1	3	6	False	127605	maximal	True	ISR0293_000000004658	1.0		3	3	False	False	1.0	0		MOBQ			mobilizable	chromosome	3951.0	99.848	100.0	0.00077072374239086	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
DEN0065_000000006028	4945	0.8775401825816707	5	1	1	1	1	False	71148	maximal	True	DEN0065_000000006028	1.0		15	6	False	False	0.9997977614402771	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000018018	1825	0.8775401825816707	2	1	1	1	1	False	69758	fragment	False	DEN0078_000000018018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000001079	9960	0.8775396802359451	8	7	7	7	7	False	119584	fragment	False	MAD0066_000000001079	1.0		0	0	False	False	0.9960843324661255	0					non-mobilizable	no_good_hit	2532.0	77.883	36.0	0.023378315495579338	NZ_CABMLE010000010.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	False
ISR0260_000000000921	9616	0.8775238626910897	10	6	6	6	6	False	100181	fragment	False	ISR0260_000000000921	1.0		0	0	False	False	0.9996880292892456	0					non-mobilizable	no_good_hit	1033.0	71.249	11.0	0.014320918115891009	NZ_MUYU01000029.1	g-proteobacteria	Moraxella pluranimalium strain CCUG 54913 54913T_ctg_0000029, whole genome shotgun sequence	True	False
SPA0149_000000017093	2298	0.8775189469793494	3	3	2	3	1	False	97052	fragment	False	SPA0149_000000017093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	88.337	23.0	0.0002425158218254912	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0228_000000012932	2071	0.8775134794330569	2	2	0	1	1	False	27609	maximal	True	ISR0228_000000012932	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	85.76700000000001	52.0	0.0002603433138067768	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
ISR0323_000000008243	2456	0.8775133613166194	4	4	1	1	3	False	109874	fragment	False	USA0016_01_000000006522	0.988464598249801		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	2139.0	99.766	99.0	0.5285678951273807	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
USA0044_01_000000020752	1299	0.8775126645009891	1	1	1	1	1	False	89410	fragment	False	SPA0122_000000017308	0.7524122380225828		0	0	False	False	0.9969207048416138	0					non-mobilizable	no_good_hit	1069.0	81.384	81.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
DEN0077_000000005260	2269	0.8775112096684184	2	2	1	2	0	True	69908	maximal	True	DEN0077_000000005260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0102_000000022023	1471	0.8775085842666893	2	2	2	2	1	False	42613	fragment	False	FIJ0102_000000022023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	76.884	13.0	4.118369978730203e-05	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CHI0185_000000004230	4687	0.8775031574750118	5	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9586547605846363		0	0	False	True	0.9989331960678101	0					non-mobilizable	no_good_hit	3356.0	97.557	72.0	0.0006929856586679923	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ISR0245_000000004326	1677	0.8774986166375601	1	1	1	1	1	False	81167	fragment	False	ISR0245_000000004326	0.9909937888198758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	92.405	6.0	1.6852643509982166e-05	CP034683.1	g-proteobacteria	Rheinheimera sp. LHK132 chromosome, complete genome	True	False
CHI0129_000000020249	1308	0.8774986166375601	2	1	1	1	1	False	81164	fragment	False	CHI0129_000000020249	0.9698416961061018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0119_000000010144	3244	0.8774847631354661	4	3	3	3	3	False	78066	maximal	True	SPA0119_000000010144	1.0		2	2	False	False	0.9996917247772217	0					non-mobilizable	no_good_hit	602.0	95.84700000000001	19.0	0.00021826092167120319	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0145_000000015098	1916	0.8774794035587445	3	3	3	2	2	False	79635	fragment	False	ISR0145_000000015098	1.0		0	0	False	False	0.9979122877120972	0					non-mobilizable	chromosome	1575.0	99.93700000000001	100.0	0.00022216488530137923	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0327_000000009076	2884	0.8774788089192841	3	3	3	3	3	False	105494	fragment	False	FIJ0148_000000005443	0.46940403043173373		0	0	False	False	1.0	0					non-mobilizable	other	2884.0	99.20200000000001	100.0	0.004145117948231316	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0234_000000005077	2358	0.877468983510495	3	3	2	2	3	True	115857	fragment	False	ISR0234_000000005077	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2371.0	97.68	100.0	0.5217103813092352	AB495342.1	high GC Gram+	Bifidobacterium longum plasmid pBK283 insertion sequence ISBlo15 orfB gene for IS200/IS605 family transposase OrfB and repA gene for replication protein, complete cds	False	True
DEN0028_000000024199	1311	0.877464105789565	3	3	2	3	2	False	97041	fragment	False	MAD0011_000000010406	0.6262846347346464		0	0	False	False	0.9855072498321533	0					non-mobilizable	no_good_hit	244.0	79.098	18.0	0.0007034780783816457	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
DEN0013_000000000555	3310	0.8774611171860354	5	5	5	4	3	False	98922	fragment	False	DEN0013_000000000555	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3318.0	96.715	100.0	0.011577702513575547	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
MON0044_000000017757	2825	0.8774566463059913	3	1	1	1	1	False	96368	fragment	False	MON0052_000000008672	0.9583642442406798		0	0	False	False	1.0	0					non-mobilizable	other	2825.0	96.389	100.0	0.1619080380690288	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	False
USA0023_01_000000018000	1703	0.8774398968797429	2	1	1	1	1	True	41800	fragment	False	USA0023_01_000000018000	1.0		0	0	False	False	0.9900175929069519	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.300476067886743e-06	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	True
ENG0199_000000001016	16756	0.8774395537352109	28	14	6	12	8	False	54311	fragment	False	ENG0199_000000001016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	80.357	1.0	0.0012507001619004505	NZ_FQXP01000012.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
FIJ0002_000000014932	2382	0.8774393060198663	3	3	3	2	3	False	52400	fragment	False	FIJ0002_000000014932	1.0		0	0	False	False	0.986146092414856	0					non-mobilizable	chromosome	2378.0	99.117	99.0	0.000807702018099729	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0838_000000022387	1113	0.8774344748845236	1	1	1	1	1	False	20857	maximal	True	ISR0838_000000022387	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0200_000000010886	1875	0.8774281929515749	2	1	1	1	1	False	82676	fragment	False	ISR0362_000000010460	0.9408139744318144		0	0	False	False	0.9829333424568176	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	0.00022484541877459247	NZ_SUSS01000002.1	firmicutes	Tissierella creatinini strain BN11 NODE_2_length_169005_cov_1268.622557, whole genome shotgun sequence	True	False
USA0031_01_000000009282	3188	0.8774192034433592	3	3	3	3	3	False	1543	maximal	True	USA0031_01_000000009282	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000020226	1507	0.8774099598989069	2	1	1	1	1	False	80858	fragment	False	CHI0132_000000020226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	85.897	5.0	2.047391015162867e-05	NZ_CTDZ01000009.1	firmicutes	Numidum massiliense strain mt3, whole genome shotgun sequence	True	False
ISR0266_000000006866	2471	0.8774082542529423	4	4	4	3	3	False	117341	fragment	False	ENG0119_000000012154	0.703010476837376		0	0	False	False	0.9902873039245605	0					non-mobilizable	other	2445.0	98.978	99.0	0.019778653950468357	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0107_000000007393	5165	0.8774042570616825	6	3	0	2	1	False	126479	backbone	False	ISR0127_000000003850	0.6552357704830217	PS879|PS961	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1403.0	95.225	66.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0035_000000004422	5164	0.8774042570616825	6	3	0	2	1	False	126479	backbone	False	ISR0127_000000003850	0.6548554339065734	PS879|PS961	0	0	True	True	1.0	87					non-mobilizable	no_good_hit	1403.0	94.654	66.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0399_000000000518	17679	0.8774038745799618	35	8	6	8	5	False	92544	maximal	True	ISR0399_000000000518	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	72.89	3.0	0.00038738795835864293	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
SPA0010_000000003102	5793	0.8773954652202363	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.24021216774208168		0	0	False	False	0.9993095397949219	0					non-mobilizable	no_good_hit	2922.0	92.505	52.0	0.15208049470705376	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ENG0097_000000016570	1897	0.8773941911332396	3	3	1	3	1	True	63441	fragment	False	ENG0097_000000016570	0.9813432835820894		0	0	False	False	0.9978914260864258	0					non-mobilizable	other	1044.0	92.05	100.0	0.00031372624584997684	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0058_000000018031	1876	0.8773941911332396	3	3	1	3	1	True	63441	fragment	False	ENG0097_000000016570	0.9760147601476015		0	0	False	False	1.0	0					non-mobilizable	other	948.0	91.98299999999999	99.0	0.0002851235650863033	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0097_000000001421	16152	0.8773921505351797	23	5	5	4	5	False	46169	fragment	False	FIJ0097_000000001421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	5.418547579995373e-06	NZ_CP024900.1	enterobacteria	Photorhabdus laumondii subsp. laumondii strain DJC chromosome, complete genome	True	False
SPA0044_000000002261	10185	0.8773806193857239	11	4	2	3	3	True	6797	maximal	True	SPA0044_000000002261	1.0		2	1	False	False	0.9995090961456299	0					non-mobilizable	no_good_hit	71.0	92.958	1.0	0.012473271560940842	NZ_LT635808.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0205_000000005379	3436	0.8773795099840652	5	5	2	4	3	False	101913	fragment	False	ENG0049_000000005390	0.2637130774836987		0	0	False	False	1.0	0					non-mobilizable	other	3440.0	92.064	99.0	0.001034737798528192	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	False
FIJ0002_000000021643	1712	0.8773754892656402	3	3	3	3	2	False	107557	fragment	False	MAD0016_000000002666	0.30354506964379085		0	0	False	False	0.9994158744812012	0					non-mobilizable	chromosome	1720.0	86.512	100.0	0.0005735564234448593	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0112_000000022121	1501	0.8773751688320676	3	1	1	1	1	False	4520	fragment	False	SPA0112_000000022121	1.0		0	0	False	False	0.9966688752174377	0					non-mobilizable	no_good_hit								True	False
ENG0027_000000007357	2944	0.877371875949548	1	1	1	1	1	False	65995	maximal	True	ENG0027_000000007357	1.0		23	5	False	False	0.9786005616188049	0					non-mobilizable	other	2909.0	99.794	100.0	0.006674332509370001	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	False
ENG0039_000000005926	3925	0.8773661266921273	7	2	0	2	1	True	64964	maximal	True	ENG0039_000000005926	1.0		1	1	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
SPA0071_000000004444	5300	0.8773604388261174	5	5	5	5	4	False	125051	fragment	False	ISR0847_000000004306	0.8185420338275389		0	0	False	False	0.9998112916946411	0					non-mobilizable	chromosome	5307.0	98.98200000000001	100.0	0.0011769827572803459	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0171_000000015853	1520	0.8773518238031671	2	1	1	1	1	False	55781	maximal	True	ENG0171_000000015853	1.0		1	1	False	False	0.9480262994766235	0					non-mobilizable	no_good_hit	97.0	94.845	6.0	1.8443307960977035e-05	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ENG0141_000000013045	2074	0.8773292661567158	3	3	3	3	2	False	102835	maximal	True	ENG0141_000000013045	1.0		0	0	False	False	0.9903568029403687	0					non-mobilizable	no_good_hit	1684.0	85.214	81.0	0.0061978272452785504	NZ_PYLP01000002.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_1, whole genome shotgun sequence	True	False
ISR0291_000000006264	2244	0.8773173935148543	3	3	3	2	2	False	121265	backbone	False	ENG0073_000000006947	0.11178600222077116	PS849	0	0	False	True	1.0	0					non-mobilizable	other	2244.0	99.955	100.0	0.009165539532774058	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
MAD0033_000000005242	3570	0.8773163693893161	6	5	5	5	5	False	41104	fragment	False	MAD0033_000000005242	1.0		0	0	False	False	0.9988795518875122	0					non-mobilizable	no_good_hit	1467.0	70.55199999999999	40.0	0.0003995960975484262	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0083_000000002133	4177	0.8773113360291375	6	5	5	5	5	False	19687	maximal	True	MAD0083_000000002133	1.0		19	2	False	False	0.9935360550880432	0					non-mobilizable	chromosome	4170.0	99.52	99.0	0.001175056335904327	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ETH0004_000000006701	4270	0.8773056815367837	6	3	2	2	2	True	52933	fragment	False	ETH0004_000000006701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	76.471	3.0	0.00028577322068568383	NZ_FCOX02000001.1	b-proteobacteria	Caballeronia calidae isolate LMG 29321, whole genome shotgun sequence	True	True
FIJ0138_000000008381	2172	0.8772972684067869	2	2	2	2	2	False	40478	maximal	True	FIJ0138_000000008381	1.0		1	1	False	False	0.999079167842865	0					non-mobilizable	no_good_hit	1308.0	84.939	60.0	0.9946564885496183	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
USA0069_01_000000012262	5023	0.8772944835645446	5	3	1	3	1	True	804	maximal	True	USA0069_01_000000012262	1.0		2	1	False	False	0.9998009204864502	0					non-mobilizable	no_good_hit								True	True
AST0025_000000010595	3235	0.8772938598063569	4	2	2	2	2	True	120477	fragment	False	AST0025_000000010595	1.0		0	0	False	False	0.9993817806243896	0	rep_cluster_1320				non-mobilizable	plasmid	3239.0	95.15299999999999	100.0	0.7123649988979502	AB495342.1	high GC Gram+	Bifidobacterium longum plasmid pBK283 insertion sequence ISBlo15 orfB gene for IS200/IS605 family transposase OrfB and repA gene for replication protein, complete cds	False	True
USA0011_01_000000013164	2815	0.8772938598063569	2	2	2	2	2	True	115842	fragment	False	USA0011_01_000000013164	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2812.0	99.111	99.0	0.6195724046726913	AB495342.1	high GC Gram+	Bifidobacterium longum plasmid pBK283 insertion sequence ISBlo15 orfB gene for IS200/IS605 family transposase OrfB and repA gene for replication protein, complete cds	False	True
MAD0042_000000002778	7428	0.8772854343255552	7	4	3	4	3	False	18167	fragment	False	MAD0042_000000002778	1.0		0	0	False	False	0.9985191226005554	0					non-mobilizable	other	4364.0	94.75299999999999	97.0	0.445716622367614	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0219_000000013948	2390	0.8772824124299463	3	2	2	2	1	False	31881	fragment	False	ISR0219_000000013948	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000016077	1641	0.8772777072627044	3	2	2	2	2	False	129530	fragment	False	ENG0066_000000012039	0.9554834905660377		0	0	False	True	0.9993906021118164	0					non-mobilizable	chromosome	1108.0	99.09700000000001	100.0	0.00029665749806516065	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0377_000000014480	1163	0.8772777072627044	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.02484283046666232	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1163.0	98.624	100.0	0.0003113965788181723	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0069_000000022655	1139	0.8772777072627044	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.024711483461021408	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1139.0	99.12200000000001	100.0	0.00030496497994413085	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0320_000000001876	7923	0.877260506925453	14	7	3	7	3	False	128893	maximal	True	ISR0320_000000001876	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1484.0	99.124	19.0	0.020403670734559662	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0030_000000015062	2025	0.8772484180642847	2	2	1	2	1	False	7329	fragment	False	SPA0030_000000015062	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0040_000000010677	2301	0.8772445687798589	2	2	2	2	2	False	52535	maximal	True	FIJ0040_000000010677	1.0		8	1	False	False	0.9947848916053772	0					non-mobilizable	no_good_hit	451.0	91.796	24.0	0.00015113077120113957	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0255_000000012463	2478	0.8772433326347934	3	3	3	3	1	False	26897	maximal	True	ISR0255_000000012463	1.0		1	1	False	False	0.9931396245956421	0					non-mobilizable	no_good_hit	746.0	94.37	53.0	0.00026500152625206987	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0776_000000017324	1364	0.8772351963617788	2	2	2	2	1	False	31051	fragment	False	ISR0776_000000017324	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	96.655	100.0	0.0011785933792752981	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MON0097_000000025455	1455	0.8772251830306754	3	2	2	1	1	False	32388	fragment	False	SPA0142_000000018842	0.9615209192909896		0	0	False	False	1.0	0					non-mobilizable	chromosome	1455.0	99.931	100.0	0.000629071768695416	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
ISR0064_000000001893	7827	0.8772148296896124	10	5	4	5	3	True	35258	maximal	True	ISR0064_000000001893	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	74.333	4.0	4.25945395254067e-05	NZ_LGTC01000001.1	firmicutes	Pseudobacteroides cellulosolvens ATCC 35603 = DSM 2933 ctg1, whole genome shotgun sequence	True	True
AST0031_000000016773	1562	0.8772102360014703	4	3	1	1	3	True	117311	fragment	False	AST0031_000000016773	0.988031914893617		0	0	False	False	0.9820742607116699	0					non-mobilizable	chromosome	1559.0	98.396	100.0	0.0007072232092681647	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ENG0101_000000019059	1755	0.8771940383160488	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.2761092009641417		0	0	False	True	0.9982905983924866	0					non-mobilizable	chromosome	1691.0	90.302	96.0	0.0005678343229762193	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0090_000000015857	1425	0.8771776576715508	3	3	3	1	2	False	131774	fragment	False	AST0090_000000015857	1.0		0	0	False	False	0.9978947639465332	0					non-mobilizable	other	1425.0	100.0	100.0	0.0004016238690931818	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0144_000000014358	1178	0.8771776576715508	3	3	3	1	2	False	57530	fragment	False	ENG0144_000000014358	1.0		0	0	False	False	0.9983022212982178	0					non-mobilizable	other	1178.0	99.915	100.0	0.025496057534009183	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
ISR0128_000000026831	1308	0.8771767567933316	2	2	2	2	1	False	89532	fragment	False	USA0008_01_000000003496	0.2271054883635567		0	0	False	False	0.9992354512214661	0					non-mobilizable	other	1308.0	100.0	100.0	0.007444833046628465	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
FIJ0153_000000004854	5770	0.8771764414542261	8	5	4	4	1	True	81405	maximal	False	ISR0822_000000000884	0.9927552155595596		0	0	True	True	0.9998266696929932	2					non-mobilizable	plasmid	5228.0	99.904	100.0	0.9120572325946606	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
ISR0290_000000009484	1655	0.8771760987815896	3	2	2	2	2	False	80649	maximal	True	ISR0290_000000009484	1.0		9	4	False	False	0.983081579208374	0					non-mobilizable	no_good_hit	1444.0	87.465	85.0	0.0004087414347763015	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0067_000000020906	1239	0.8771666260127997	3	2	2	2	2	False	62651	fragment	False	ENG0067_000000020906	0.9725228975853455		0	0	False	False	0.9975786805152893	0					non-mobilizable	no_good_hit	282.0	75.887	23.0	9.132572002991569e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0146_000000018681	2188	0.8771632863569623	4	3	3	3	2	False	31009	maximal	True	ISR0146_000000018681	1.0		1	1	False	False	0.9986289143562317	0					non-mobilizable	no_good_hit	841.0	74.435	38.0	0.03261253482987324	NZ_CAPF01000001.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
CHI0160_000000023872	1353	0.8771625757633408	2	2	2	2	2	False	78665	maximal	True	CHI0160_000000023872	1.0		29	8	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	73.852	20.0	0.0007654334683010705	NZ_JNWO01000021.1	high GC Gram+	Streptomyces xylophagus strain NRRL B-12029 contig21.1, whole genome shotgun sequence	True	False
DEN0096_000000024497	1838	0.8771471838272819	4	2	1	1	2	False	94722	fragment	False	ENG0073_000000012450	0.6298264257881686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0030_000000019645	1547	0.8771428319421801	3	3	3	3	3	False	86448	fragment	False	SPA0030_000000019645	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	97.35	100.0	0.0007496102850797976	LR134481.1	g-proteobacteria	Haemophilus parainfluenzae strain NCTC10665 genome assembly, chromosome: 1	False	False
CHI0132_000000008791	3637	0.8771355243061165	4	3	2	2	3	False	129196	maximal	True	CHI0132_000000008791	1.0		1	1	False	False	0.9989001750946045	0					non-mobilizable	no_good_hit	1212.0	96.287	63.0	0.0002964200838949746	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0207_000000011987	2421	0.8771308670667166	3	2	2	2	1	True	108070	fragment	False	ISR0207_000000011987	1.0		0	0	False	False	0.9991738796234131	0					non-mobilizable	no_good_hit	991.0	74.47	40.0	0.00048095869791720344	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0027_000000006575	3958	0.8771204993857399	5	4	4	4	4	False	120085	maximal	True	ISR0027_000000006575	1.0		23	9	False	False	1.0	0					non-mobilizable	chromosome	3531.0	94.13799999999999	99.0	0.0007878561878363684	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0135_000000000318	32781	0.8771065184671005	28	23	19	19	13	True	115481	maximal	True	ENG0135_000000000318	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	84.87200000000001	16.0	0.0006006887170705841	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0125_000000003290	10187	0.8771048834127392	8	6	2	4	4	True	121589	fragment	False	SPA0125_000000003290	1.0		0	0	False	True	0.9985275268554688	0					non-mobilizable	chromosome	9473.0	95.429	95.0	0.0038799810094450856	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
MON0107_000000001151	22203	0.8771005077669094	35	11	8	11	7	False	117132	maximal	True	MON0107_000000001151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2767.0	91.11	68.0	0.0011445744506334088	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ENG0204_000000012397	2107	0.8770987537058618	3	3	3	3	3	False	68024	fragment	False	ISR0018_000000009912	0.9388785636741245		0	0	False	False	0.9829140901565552	0					non-mobilizable	chromosome	2070.0	99.758	98.0	0.0011459143914995195	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ISR0162_000000012936	3025	0.8770975501438651	5	4	2	4	1	False	131389	fragment	False	ISR0162_000000012936	1.0		0	0	False	False	0.9996694326400757	0					non-mobilizable	no_good_hit	209.0	76.555	7.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
ISR0322_000000006308	1830	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.728957236096793	PS288|PS512	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	75.0	88.0	4.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0046_000000019048	1827	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.7176792540983521	PS288|PS512	0	0	True	True	1.0	48					non-mobilizable	no_good_hit								True	True
CHI0129_000000013812	1815	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.7298601554247899	PS288|PS512	0	0	True	True	0.9994490146636963	11					non-mobilizable	no_good_hit	75.0	88.0	4.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0002_000000011364	1815	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.7325255626416945	PS288|PS512	0	0	True	True	0.9994490146636963	5					non-mobilizable	no_good_hit	75.0	88.0	4.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ENG0130_000000016223	1812	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.9025907815048064	PS288|PS512	0	0	True	True	0.9839955568313599	7					non-mobilizable	no_good_hit	75.0	88.0	4.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0296_000000014471	1810	0.8770849464893212	3	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.5858274914032747	PS288|PS512	0	0	True	True	0.9939226508140564	11					non-mobilizable	no_good_hit								True	True
ENG0025_000000014605	1808	0.8770849464893212	3	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.860986098744218	PS288|PS512	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	75.0	88.0	4.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0262_000000009209	1807	0.8770849464893212	3	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.8193985514266712	PS288|PS512	0	0	True	True	0.9994465708732605	13					non-mobilizable	no_good_hit	75.0	88.0	4.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0057_000000012277	1806	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.8848082870287713	PS288|PS512	0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
SPA0145_000000019505	1784	0.8770849464893212	3	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.7182410377315493	PS288|PS512	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	75.0	88.0	4.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
SPA0007_000000014550	1772	0.8770849464893212	3	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.9041281634443157	PS288|PS512	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	75.0	88.0	4.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0040_000000014974	1767	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.4737217478450394	PS288|PS512	0	0	True	True	1.0	130					non-mobilizable	no_good_hit								True	True
ISR0344_000000019427	1765	0.8770849464893212	4	2	0	2	0	True	96057	backbone	True	ISR0344_000000019427	0.905202324284849	PS288|PS512	12	5	True	True	0.9960339665412903	3					non-mobilizable	no_good_hit	75.0	88.0	4.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0117_000000015787	1724	0.8770849464893212	3	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.6479920154993449	PS288|PS512	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	80.0	87.5	5.0	0.04426787741203178	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0192_000000010807	1659	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.5485171005143344	PS288|PS512	0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
DEN0052_000000027767	1648	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.2605726390730788	PS288|PS512	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	75.0	88.0	4.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
DEN0062_000000013287	1586	0.8770849464893212	3	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.1329999072140288	PS288|PS512	0	0	False	True	0.9728877544403076	0					non-mobilizable	no_good_hit	75.0	88.0	5.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0270_000000005364	1549	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.13566602861698784	PS288|PS512	0	0	True	True	0.9928986430168152	2					non-mobilizable	no_good_hit								True	True
ENG0040_000000016045	1503	0.8770849464893212	2	2	0	2	0	True	64832	backbone	True	ENG0040_000000016045	1.0	PS288	1	1	True	True	1.0	50					non-mobilizable	no_good_hit	75.0	88.0	5.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0369_000000010701	1489	0.8770849464893212	2	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.09001198930185372	PS288|PS512	0	0	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
CHI0092_000000007770	1377	0.8770849464893212	3	2	0	2	0	True	83630	maximal	True	CHI0092_000000007770	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	80.645	51.0	0.40011350737797957	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ENG0060_000000028044	1144	0.8770849464893212	2	2	0	2	0	True	63287	fragment	False	ENG0060_000000028044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	88.0	6.0	0.04199772985244041	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
CHI0166_000000005276	1442	0.8770845536294719	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.42308271935213104		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	99.307	100.0	0.008208113557912485	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
ENG0096_000000010112	3302	0.8770827174726392	5	2	2	2	1	False	60873	fragment	False	ENG0096_000000010112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	71.111	11.0	0.00012500783512281046	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0094_000000011235	3048	0.8770827174726392	5	2	2	2	1	False	68380	maximal	True	DEN0094_000000011235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	71.468	12.0	0.00012500783512281046	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0059_000000016742	1132	0.8770767240574323	2	2	2	2	1	True	85782	fragment	False	CHI0059_000000016742	1.0		0	0	False	False	0.9920494556427002	0					non-mobilizable	other	1136.0	84.859	100.0	0.0003414256840632185	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0279_000000002148	7472	0.8770764964121105	12	3	2	3	2	False	78925	fragment	False	ENG0123_000000001457	0.9446002805049089		0	0	False	False	0.9998661875724792	0					non-mobilizable	plasmid	5548.0	97.27799999999999	98.0	0.10952833175055397	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0048_000000007616	2627	0.8770738788121393	4	4	4	3	3	False	67876	fragment	False	USA0081_01_000000011231	0.9745303468208093		0	0	False	False	1.0	0					non-mobilizable	other	2627.0	99.92399999999999	100.0	0.005472831820399381	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0091_000000013720	1585	0.8770729533584382	1	1	1	1	1	False	43372	fragment	False	FIJ0091_000000013720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	91.76700000000001	68.0	0.017773019271948607	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0109_000000015581	1577	0.8770626600458328	3	2	1	2	1	False	59869	fragment	False	ENG0109_000000015581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	81.215	11.0	4.790430635762002e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0096_000000026989	1555	0.877060447792482	3	3	3	1	1	False	62552	fragment	False	SPA0096_000000026989	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1555.0	99.164	100.0	0.0005428771651331726	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
USA0039_01_000000005055	4598	0.8770563829486685	6	4	4	4	4	False	105577	maximal	True	USA0039_01_000000005055	1.0		16	7	False	False	1.0	0					non-mobilizable	chromosome	3452.0	97.161	92.0	0.0005250029217553907	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
DEN0061_000000006379	5469	0.8770556093214179	5	4	3	4	4	False	121300	maximal	True	DEN0061_000000006379	1.0	PS849	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3440.0	97.5	63.0	0.0007103412923376737	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
MAD0045_000000014746	2636	0.8770505689340301	3	3	3	2	3	False	52247	fragment	False	MAD0045_000000014746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	89.37	49.0	0.06832035218421943	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0021_000000013211	2205	0.877050299005665	3	2	2	2	1	True	124776	fragment	False	MON0021_000000013211	1.0		0	0	False	False	0.998185932636261	0					non-mobilizable	no_good_hit	108.0	76.852	5.0	0.00014609143958777638	NZ_LODL01000035.1	b-proteobacteria	Dechloromonas denitrificans strain ATCC BAA-841 contig035, whole genome shotgun sequence	True	True
CHI0076_000000005322	1626	0.8770474771598025	3	2	1	2	1	True	92780	fragment	False	CAN0016_000000028777	0.5356471873142298		0	0	False	False	0.9975399971008301	0					non-mobilizable	other	1626.0	98.77	100.0	0.0004637964752609533	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0390_000000008891	1619	0.8770404372016362	4	3	3	2	1	True	129433	fragment	False	ISR0353_000000022579	0.9690899895218019		0	0	False	False	1.0	0					non-mobilizable	other	1619.0	100.0	100.0	0.000503357061838255	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0196_000000013182	1608	0.8770404372016362	4	3	3	2	1	True	129433	fragment	False	ISR0353_000000022579	0.9634009443321081		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	100.0	100.0	0.0004999349804536933	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0380_000000011371	1138	0.8770397349066547	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.08370446273567318		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	97.27799999999999	100.0	0.0003653539181478804	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0120_000000012244	1331	0.8770373043526569	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.06023824269290515		0	0	False	False	0.9992486834526062	0					non-mobilizable	other	1295.0	97.838	97.0	0.00038723025926173086	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0070_000000002849	6645	0.877020092564605	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8823156850155722	PS1125|PS140|PS493|PS494	0	0	True	True	0.9998494982719421	50					non-mobilizable	plasmid	4676.0	95.103	97.0	0.7173144876325088	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0014_000000005210	6643	0.877020092564605	10	4	2	2	3	False	130739	backbone	True	ISR0014_000000005210	0.8921944913068914	PS1125|PS140|PS493|PS494	1	1	True	True	0.9968387484550476	48					non-mobilizable	plasmid	4174.0	95.28	98.0	0.6401905054539868	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0148_000000004395	6639	0.877020092564605	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8670777842240586	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	24					non-mobilizable	plasmid	5861.0	95.88799999999999	99.0	0.8996773697956676	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0043_000000004610	6628	0.877020092564605	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8860187835266392	PS1125|PS140|PS493|PS494	0	0	True	True	0.9971333742141724	34					non-mobilizable	plasmid	3130.0	97.15700000000001	99.0	0.47979720387156244	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0173_000000001055	6563	0.877020092564605	10	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8611823823535768	PS1125|PS140|PS493|PS494	0	0	True	True	0.9998476505279541	61					non-mobilizable	plasmid	3802.0	95.213	99.0	0.5833461361192196	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0305_000000002028	6509	0.877020092564605	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8370272009232863	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	3					non-mobilizable	plasmid	3936.0	94.665	97.0	0.6036257489629744	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0074_000000003590	5935	0.877020092564605	8	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.051217153777098096	PS1125|PS140|PS493|PS494	0	0	False	True	1.0	0					non-mobilizable	plasmid	4003.0	94.204	97.0	0.6137655553848518	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0038_000000004628	5867	0.877020092564605	8	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.03480738301294325	PS1125|PS140|PS493|PS494	0	0	False	True	0.9996591210365295	0					non-mobilizable	plasmid	4141.0	94.301	99.0	0.6346597019511445	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0069_000000004061	5848	0.877020092564605	9	4	2	2	3	False	92900	fragment	False	ISR0069_000000004061	0.9491969273743017		0	0	False	True	1.0	0					non-mobilizable	plasmid	2416.0	94.70200000000001	99.0	0.37056383469042864	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0116_000000005367	4177	0.8770183309314442	7	4	2	2	3	True	124844	fragment	False	ENG0116_000000005367	0.956642436139439		0	0	False	False	0.9990423917770386	0					non-mobilizable	no_good_hit	66.0	84.848	2.0	1.9253771221358535e-05	CP059255.1	a-proteobacteria	Rhodoblastus sp. isolate SSC7 chromosome, complete genome	True	True
ISR0129_000000002915	3993	0.877011410473086	3	2	1	1	2	False	127304	backbone	False	ISR0832_000000002251	0.32494292710439393	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3943.0	100.0	100.0	0.7025485653181252	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0081_000000014441	3915	0.877011410473086	4	2	1	1	2	False	127304	backbone	False	ISR0832_000000002251	0.294472938667484	PS1004	0	0	True	True	1.0	2					non-mobilizable	other	3915.0	99.97399999999999	100.0	0.6975583674924256	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0006_000000005012	3915	0.877011410473086	3	2	1	1	2	False	127304	backbone	False	ISR0832_000000002251	0.294472938667484	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3915.0	99.97399999999999	100.0	0.6975583674924256	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0178_000000007148	3019	0.8770084546936756	4	3	1	2	3	False	117775	maximal	True	ENG0178_000000007148	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	86.445	75.0	0.0009740647757359351	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
MON0054_000000026309	1827	0.8770081493758014	4	3	2	3	1	False	78253	fragment	False	MON0054_000000026309	0.9316448801742919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	89.40299999999999	69.0	0.00020750257122751302	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0131_000000001683	10144	0.8770058386905171	15	12	10	11	11	False	105160	fragment	False	SPA0131_000000001683	0.940436677394282		0	0	False	False	0.999802827835083	0					non-mobilizable	no_good_hit	532.0	81.955	5.0	0.00016177111999746144	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0793_000000015017	1137	0.876998040722775	2	2	2	2	2	False	47011	fragment	False	ISR0797_000000008925	0.9207324523869312		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	93.40899999999999	100.0	0.005039459500224025	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	False	False
AST0088_000000003144	3927	0.8769950768103517	4	4	4	4	4	False	117563	fragment	False	AST0116_000000006720	0.9988074582526167		0	0	False	False	1.0	0					non-mobilizable	other	3927.0	99.898	100.0	0.0017397546795235395	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
AST0093_000000004990	3850	0.8769950768103517	4	4	4	4	4	False	117563	fragment	False	AST0116_000000006720	0.992350716043922		0	0	False	False	1.0	0					non-mobilizable	chromosome	3850.0	99.92200000000001	100.0	0.001613308960405172	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
ISR0394_000000004721	3845	0.8769950768103517	4	4	4	4	4	False	117563	fragment	False	AST0116_000000006720	0.9923306279137154		0	0	False	False	1.0	0					non-mobilizable	chromosome	3845.0	99.87	100.0	0.00161121266497845	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
AST0111_000000002515	7611	0.8769905322184604	8	6	4	5	5	False	131133	fragment	False	AST0111_000000002515	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6646.0	99.579	99.0	0.04122252968841128	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0208_000000015640	1756	0.8769885538190623	2	2	2	2	2	False	69749	fragment	False	ISR0208_000000015640	1.0		0	0	False	False	0.9954441785812378	0					non-mobilizable	no_good_hit	548.0	70.985	30.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
ENG0006_000000003705	7180	0.8769797217175691	6	5	4	4	2	False	106661	fragment	False	ENG0006_000000003705	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7181.0	99.234	100.0	0.0020063694890902436	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0207_000000002898	7592	0.8769788051077868	8	4	3	3	2	False	94644	maximal	True	ISR0207_000000002898	1.0		7	4	False	False	1.0	0					non-mobilizable	plasmid	5102.0	98.432	99.0	0.10092196897752453	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
MON0094_000000010475	3200	0.8769740951116634	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.5167678734412288		0	0	False	False	0.9993749856948853	0					non-mobilizable	chromosome	3200.0	98.68799999999999	100.0	0.00103109630452377	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0103_000000002508	8922	0.8769691864993319	11	6	2	5	3	False	33074	maximal	True	ISR0103_000000002508	1.0		1	1	False	False	0.9995516538619995	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.853831264267765e-07	LR812508.1	bony fishes	Danio aesculapii genome assembly, chromosome: 10	True	False
ISR0204_000000000013	96491	0.8769566546047173	90	11	5	10	3	True	127415	maximal	False	SPA0046_000000000019	0.8745645308376474		0	0	True	True	1.0	33					non-mobilizable	virus	23300.0	97.55799999999999	95.0	0.23987019007881316	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0069_000000002139	10629	0.8769560654921074	10	4	2	4	1	True	73598	fragment	False	ENG0069_000000002139	1.0		0	0	False	False	0.9993414282798767	0					non-mobilizable	no_good_hit								True	True
ENG0167_000000003980	6148	0.8769557597922315	8	6	2	4	5	True	128142	backbone	False	MON0027_000000005575	0.9922337908681285	PS1033	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	3336.0	82.434	62.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0858_000000001409	5501	0.876953512623775	5	3	1	2	3	False	120173	fragment	False	ISR0858_000000001409	1.0		0	0	False	True	0.9998182058334351	0	rep_cluster_475				non-mobilizable	no_good_hit	3873.0	99.948	75.0	0.6900730707538764	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0179_000000018314	1809	0.8769505325550884	3	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.8206992334655174		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	100.0	100.0	0.010298590779115734	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
ISR0774_000000013996	1770	0.8769505325550884	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.742466943870711		0	0	False	False	1.0	0					non-mobilizable	other	1770.0	99.37899999999999	100.0	0.010076441973592773	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
ENG0030_000000010450	1882	0.8769480593385548	3	3	3	2	2	False	111417	fragment	False	ISR0038_000000015229	0.6550740735386975		0	0	False	False	0.998405933380127	0					non-mobilizable	other	1884.0	98.514	100.0	0.0026054183282383852	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
DEN0041_000000025616	1329	0.8769467643676132	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.23929836362758994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	73.92399999999999	29.0	0.00017790509695827784	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
MON0002_000000004615	4340	0.8769458076669207	4	3	3	2	2	False	88578	fragment	False	ETH0001_000000004280	0.7505551349706845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	2.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
FIJ0148_000000008203	2187	0.8769439469279775	3	3	3	3	3	True	39917	fragment	False	FIJ0148_000000008203	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2187.0	99.588	100.0	0.0009743342086734028	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	True
ENG0125_000000008159	3132	0.8769394315303488	5	4	3	3	2	False	58856	maximal	True	ENG0125_000000008159	1.0		2	2	False	False	0.9987228512763977	0					non-mobilizable	no_good_hit	218.0	79.358	7.0	0.005015981149242937	NZ_ATHI01000009.1	d-proteobacteria	Desulfovibrio alkalitolerans DSM 16529 ctg18, whole genome shotgun sequence	True	False
ISR0182_000000009899	3538	0.8769367231558526	5	5	5	5	4	False	83469	fragment	False	ISR0182_000000009899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1138.0	71.529	32.0	0.00046935691337362753	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
CHI0187_000000010960	1426	0.8769358163421093	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.42135162176457286		0	0	False	False	0.9992987513542175	0					non-mobilizable	other	1426.0	99.29899999999999	100.0	0.008116975586415885	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
MON0102_000000033177	1326	0.8769358163421093	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.33683387523342323		0	0	False	False	0.9449471831321716	0					non-mobilizable	other	1326.0	99.774	100.0	0.007547363264562139	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
SPA0125_000000024927	1286	0.8769358163421093	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.15303641391706008		0	0	False	False	0.9953343868255615	0					non-mobilizable	other	1286.0	99.22200000000001	100.0	0.00731951833582064	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
FIJ0040_000000014467	1688	0.876933662506697	2	1	1	1	1	False	47479	fragment	False	FIJ0040_000000014467	1.0		0	0	False	False	0.9644549489021301	0					non-mobilizable	no_good_hit								True	False
MON0078_000000007582	4958	0.8769234896591881	5	4	4	4	4	False	13068	maximal	True	MON0078_000000007582	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4958.0	98.427	100.0	0.002758960778453279	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
ISR0176_000000019727	1736	0.8769202050420464	2	2	2	2	1	False	74108	fragment	False	ISR0176_000000019727	1.0		0	0	False	False	0.9994239807128906	0					non-mobilizable	no_good_hit								True	False
FIJ0049_000000004740	3555	0.8769131421822282	6	5	5	2	0	True	82742	fragment	False	FIJ0049_000000004740	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2020.0	96.881	93.0	0.00044910832635264395	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
CHI0155_000000008663	1477	0.8769130159280717	2	2	2	2	2	False	79032	fragment	False	CHI0155_000000008663	1.0		0	0	False	False	0.9966147541999817	0					non-mobilizable	chromosome	1477.0	97.156	100.0	0.0005208393983246333	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0041_000000028353	1191	0.8769004691154135	2	2	2	2	2	False	6892	maximal	True	SPA0041_000000028353	1.0		2	2	False	False	0.994962215423584	0					non-mobilizable	no_good_hit	497.0	73.843	41.0	0.0005968132147269826	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0183_000000025785	1180	0.8769003245460193	1	1	1	1	1	True	29437	maximal	True	ISR0183_000000025785	1.0		2	2	False	False	1.0	0	rep_cluster_414				non-mobilizable	plasmid	1194.0	90.536	100.0	0.08696294108962055	CP016740.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3 plasmid pJM3D, complete sequence	False	True
DEN0003_000000003617	7272	0.8768945656608611	10	5	3	3	4	True	124501	fragment	False	DEN0003_000000003617	0.9980099502487562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	87.225	12.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0095_000000003054	7035	0.8768945656608611	8	5	3	3	4	True	124501	fragment	False	DEN0003_000000003617	0.9817794279427943		0	0	False	False	0.9970149397850037	0					non-mobilizable	no_good_hit	681.0	87.37200000000001	12.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
MON0104_000000028925	1579	0.8768911815895881	2	2	2	2	1	False	88324	fragment	False	ISR0241_000000008914	0.8318230127964401		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	99.932	93.0	0.0023472455368825514	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0198_000000022020	1506	0.8768911815895881	2	2	2	2	1	False	88324	fragment	False	ISR0241_000000008914	0.8186019812832044		0	0	False	False	0.9993360042572021	0					non-mobilizable	other	1474.0	97.965	98.0	0.002350436897231814	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0063_000000009691	1433	0.8768911815895881	2	2	2	2	1	False	88324	fragment	False	ISR0241_000000008914	0.6559689802263967		0	0	False	False	0.9944173097610474	0					non-mobilizable	other	1433.0	99.93	100.0	0.0022850140100719334	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0111_01_000000018384	1374	0.8768911815895881	2	2	2	2	1	False	88324	fragment	False	ISR0241_000000008914	0.47070129947426814		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	99.854	99.0	0.002182890478895534	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0158_000000008737	2118	0.8768804665716216	3	3	3	3	1	False	56575	maximal	False	ISR0123_000000010353	0.9891310893128304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0124_000000008001	3639	0.8768736577853753	7	3	2	3	3	False	7581	maximal	True	SPA0124_000000008001	1.0		0	0	False	False	0.9978016018867493	0					non-mobilizable	no_good_hit	1832.0	85.75299999999999	50.0	0.0005949218333377366	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0398_000000003157	6865	0.8768731836932797	7	5	3	5	3	False	104090	maximal	False	ISR0293_000000004753	0.9249485057007379		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	936.0	75.214	15.0	0.0002958882174282028	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0207_000000017590	1705	0.8768691797595796	3	2	2	2	2	False	102832	fragment	False	ISR0103_000000016047	0.9643103262019567		0	0	False	False	0.9929618835449219	0					non-mobilizable	other	1686.0	99.46600000000001	99.0	0.0006119295391280821	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0123_000000002035	14984	0.8768641343754189	16	15	7	13	15	True	45524	fragment	False	FIJ0123_000000002035	1.0		0	0	False	False	0.9999332427978516	0					non-mobilizable	plasmid	14389.0	99.70100000000001	96.0	0.1456675374116599	MH287044.1	enterobacteria	Escherichia coli strain 5.1-R1 plasmid pCERC6, complete sequence	False	True
SPA0107_000000011788	2705	0.8768506950322196	3	3	3	3	3	False	52036	maximal	False	ISR0312_000000006084	0.9928649835345773		0	0	False	False	0.999630331993103	0					non-mobilizable	no_good_hit	832.0	78.125	31.0	0.00015476728253414635	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CHI0047_000000000175	36993	0.876849531656856	55	18	4	12	10	False	108166	maximal	False	CHI0023_000000000074	0.9565660084134937		0	0	False	False	0.999972939491272	0					non-mobilizable	no_good_hit	675.0	83.704	2.0	0.0001860583945659841	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0019_000000008881	3193	0.8768485428854139	3	3	0	1	2	False	117709	maximal	True	SPA0019_000000008881	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1285.0	88.32700000000001	42.0	0.0006589344162524145	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
USA0108_01_000000001314	11481	0.8768485220554889	11	9	5	5	8	True	107464	fragment	False	USA0108_01_000000001314	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10980.0	97.459	100.0	0.1143175522276145	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ISR0108_000000006512	3353	0.8768445047911936	4	4	3	4	3	False	128336	maximal	True	ISR0108_000000006512	1.0		0	0	False	False	0.9988070130348206	0					non-mobilizable	other	2454.0	98.655	100.0	0.0008897491815215437	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0007_000000009722	2590	0.8768406506320318	2	1	1	1	1	False	73741	fragment	False	MAD0068_000000009481	0.8930384559059703		0	0	False	False	0.9992278218269348	0					non-mobilizable	no_good_hit	96.0	100.0	4.0	2.329190071962166e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0126_000000021826	1982	0.8768406506320318	2	1	1	1	1	False	73737	fragment	False	ENG0210_000000011694	0.9609561640065172		0	0	False	False	0.9969727396965027	0					non-mobilizable	no_good_hit	115.0	84.348	6.0	0.0005540138800263156	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
MON0004_000000010825	3392	0.8768358952059256	4	2	2	2	2	False	46567	fragment	False	MON0004_000000010825	1.0		0	0	False	False	0.9885023832321167	0					non-mobilizable	no_good_hit	68.0	95.588	2.0	0.0033344946001094907	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0834_000000001205	12252	0.8768269820452675	14	13	9	10	11	True	123702	fragment	False	ENG0167_000000001303	0.5716641437671164		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	12287.0	98.242	100.0	0.12484358945665774	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0081_000000011175	2119	0.8768269572121118	3	3	3	2	2	False	34238	maximal	True	ISR0081_000000011175	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000011350	3062	0.876823529917139	5	5	3	5	2	False	63131	maximal	True	TAN0017_000000011350	1.0		1	1	False	False	0.9986936450004578	0					non-mobilizable	no_good_hit	152.0	94.079	5.0	4.226198456122124e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0064_000000003662	4705	0.8768203186993113	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.24569484314038367	PS1101	0	0	False	True	0.9982996582984924	0					non-mobilizable	chromosome	4711.0	99.13	100.0	0.0008648440966539037	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
SPA0124_000000006279	4563	0.8768181680597323	5	3	0	2	2	False	120504	fragment	False	ISR0194_000000004737	0.9981453944785875		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	99.956	52.0	0.005657382946642337	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
ENG0053_000000006223	4197	0.8768181680597323	5	3	0	2	2	False	120504	fragment	False	ISR0194_000000004737	0.958134564029322		0	0	False	True	0.9978556036949158	0					non-mobilizable	no_good_hit	1942.0	99.949	48.0	0.004803204777455638	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
AST0025_000000007937	4149	0.8768181680597323	5	3	0	2	2	False	120504	fragment	False	ISR0194_000000004737	0.9501437476984722		0	0	False	True	0.9995179772377014	0					non-mobilizable	no_good_hit	1942.0	99.949	47.0	0.004803204777455638	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
SPA0013_000000012908	2180	0.876812540070146	3	2	0	2	2	False	117724	maximal	True	SPA0013_000000012908	1.0	PS794	2	1	True	True	1.0	45					non-mobilizable	no_good_hit	1567.0	98.46799999999999	76.0	0.00067079394846195	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0061_000000015156	1368	0.8768124057542563	2	1	1	1	1	False	63243	maximal	True	ENG0061_000000015156	1.0		1	1	False	False	0.9700292348861694	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000039780	1152	0.8768053192663273	2	2	2	1	1	False	68098	fragment	False	DEN0096_000000039780	1.0		0	0	False	False	0.9869791865348816	0					non-mobilizable	other	1134.0	99.559	98.0	0.004346191616031425	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0120_000000003179	6371	0.8767992474931651	9	7	4	5	6	True	130641	backbone	False	ISR0366_000000001985	0.9843113981227963	PS1110|PS1111	0	0	True	True	0.9998430609703064	37		MOBV			mobilizable	no_good_hit	3102.0	94.649	76.0	0.026569964987322996	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0344_000000002452	9887	0.8767934608428015	10	5	2	4	3	True	74648	fragment	False	ISR0344_000000002452	1.0		0	0	False	False	0.9994943141937256	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.9997755244400785e-06	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	True
ENG0144_000000003865	5091	0.8767852728996427	6	5	4	5	4	False	84746	fragment	False	ENG0144_000000003865	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5091.0	99.391	100.0	0.001276913287325312	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0019_000000020412	1424	0.8767707072857683	3	3	1	2	2	False	129179	fragment	False	ENG0091_000000015767	0.9595469255663431		0	0	False	False	0.988061785697937	0					non-mobilizable	other	748.0	99.866	100.0	0.0001831478930269198	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0073_000000001521	10098	0.8767668339536404	15	11	10	9	7	False	6006	fragment	False	SPA0073_000000001521	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6367.0	98.979	77.0	0.0008810659264568763	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
AUS0018_000000001843	13333	0.8767616448947935	25	10	3	8	5	True	100086	maximal	True	AUS0018_000000001843	1.0		1	1	False	False	0.9948998689651489	0					non-mobilizable	no_good_hit	691.0	79.45	5.0	0.30115146147032773	MK233005.1	viruses	Uncultured human fecal virus clone D.longicatenaA_S08.e.P15_2_c1 sequence	True	True
MON0035_000000016392	1758	0.8767589169521416	2	2	2	2	1	True	43794	fragment	False	MON0035_000000016392	1.0		0	0	False	False	0.9670079350471497	0					non-mobilizable	no_good_hit								True	True
ISR0038_000000018325	1831	0.8767561700963674	2	2	1	2	1	False	49563	fragment	False	ISR0038_000000018325	1.0		0	0	False	False	0.9923539161682129	0					non-mobilizable	no_good_hit								True	False
ISR0174_000000008494	3017	0.8767503675207454	4	3	3	3	1	False	29902	maximal	True	ISR0174_000000008494	1.0		2	2	False	False	0.9960225224494934	0					non-mobilizable	no_good_hit	260.0	93.07700000000001	9.0	0.20863895680521596	KU544873.1	bacteria	Uncultured bacterium clone CX_01A_000_Contig_2 genomic sequence	True	False
CHI0022_000000001300	8321	0.8767474899736138	11	10	3	2	10	True	132544	fragment	False	CHI0126_000000000854	0.07951324046022643		0	0	False	False	1.0	0					non-mobilizable	plasmid	8321.0	99.904	100.0	0.21538222578891505	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0018_000000001481	13061	0.8767378347693339	20	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8585378297211764	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	13070.0	98.454	100.0	0.25587549248289787	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0183_000000002711	12949	0.8767378347693339	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8575845850867321	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12958.0	98.45700000000001	100.0	0.2536801458337417	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0013_01_000000000849	12947	0.8767378347693339	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.838891027893365	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12965.0	97.73200000000001	100.0	0.2961352767544562	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0053_000000001610	12940	0.8767378347693339	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8575700263198804	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12949.0	98.455	100.0	0.2535037340494345	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0291_000000000631	12938	0.8767378347693339	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8575346709563191	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12947.0	98.455	100.0	0.2534645314306996	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0258_000000000689	12938	0.8767378347693339	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8575346709563191	PS1166	0	0	False	True	0.9999226927757263	0			MPF_T		non-mobilizable	plasmid	12947.0	98.455	100.0	0.2534645314306996	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0331_000000001125	12927	0.8767378347693339	19	19	6	12	17	True	132521	backbone	False	USA0060_01_000000001071	0.8606504678688284	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12936.0	98.779	100.0	0.25332732226512733	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
FIJ0117_000000013742	1486	0.8767232064995171	2	2	2	2	1	False	78146	fragment	False	CHI0167_000000013137	0.952291124828962		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	99.695	66.0	0.003157945564873087	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
BAN0014_000000001279	2365	0.8767228905544989	3	3	3	3	2	False	100451	fragment	False	MAD0066_000000005127	0.25717003572821556		0	0	False	False	1.0	0					non-mobilizable	chromosome	2365.0	99.45	100.0	0.0004318170235641673	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0210_000000001450	11675	0.8767202008517113	18	17	6	11	14	True	132521	backbone	False	USA0060_01_000000001071	0.7177127564749756	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	11579.0	99.991	99.0	0.2269439598565184	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
MAD0027_000000008562	1429	0.8767070503096625	1	1	1	1	1	True	19032	fragment	False	MAD0027_000000008562	1.0		0	0	False	False	1.0	0	rep_cluster_554				non-mobilizable	plasmid	1370.0	82.336	98.0	0.031394533987386126	AF036485.2	firmicutes	Lactococcus lactis subsp. cremoris plasmid pNZ4000, complete sequence	False	True
ISR0393_000000015430	1185	0.8767070503096625	1	1	1	1	1	True	22768	fragment	False	ISR0393_000000015430	1.0		0	0	False	False	0.9957805871963501	0	rep_cluster_556				non-mobilizable	plasmid	1185.0	98.819	100.0	0.018828917655290864	CP034573.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77C, complete sequence	False	True
FIJ0163_000000015221	1609	0.8767040244764841	2	2	2	2	2	False	39155	fragment	False	FIJ0163_000000015221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	76.943	48.0	0.00028361612038390634	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
CHI0111_000000005225	5903	0.8766948029050062	11	2	1	2	0	True	82645	fragment	False	CHI0111_000000005225	1.0		0	0	False	False	0.9998306035995483	0					non-mobilizable	no_good_hit								True	True
CHI0172_000000001082	6969	0.8766904607943671	8	3	1	2	3	False	127358	maximal	True	CHI0172_000000001082	1.0	PS1004	17	4	False	True	1.0	0					non-mobilizable	no_good_hit	5387.0	99.74	77.0	0.959900196043486	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0255_000000003859	6855	0.8766904607943671	6	3	1	2	3	False	127354	fragment	False	ISR0255_000000003859	1.0		0	0	False	True	0.9998541474342346	0					non-mobilizable	no_good_hit	5619.0	98.025	88.0	0.9987524505435751	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0104_000000005976	6198	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7722218992880191	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	4855.0	99.959	90.0	0.8664762584791146	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0055_000000002336	6002	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7703109747635835	PS1004	0	0	True	True	1.0	104					non-mobilizable	other	5534.0	99.964	96.0	0.9860987346284085	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0389_000000003032	5895	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.768136076369835	PS1004	0	0	True	True	0.9991518259048462	13					non-mobilizable	other	5387.0	98.274	100.0	0.9582962038852254	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0287_000000001562	5705	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.758803292714051	PS1004	0	0	True	True	1.0	5					non-mobilizable	other	5284.0	99.98100000000001	100.0	0.9415433968989485	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0816_000000007562	5702	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7592304761962922	PS1004	0	0	True	True	1.0	14					non-mobilizable	other	5284.0	99.98100000000001	100.0	0.9415433968989485	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0110_000000002074	5702	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7707676834469688	PS1004	0	0	True	True	1.0	46					non-mobilizable	other	3976.0	99.975	100.0	0.7084298698984138	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0200_000000003499	5702	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7593622964899673	PS1004	0	0	True	True	1.0	74					non-mobilizable	other	5230.0	100.0	100.0	0.9319194439493851	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0010_000000002551	5702	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723105266624891	PS1004	0	0	True	True	1.0	86					non-mobilizable	other	2998.0	100.0	100.0	0.5341293887007663	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0147_000000003257	5702	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723389276762801	PS1004	0	0	True	True	1.0	54					non-mobilizable	other	4110.0	100.0	100.0	0.7323115309214043	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0061_000000006851	5702	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7720820625436549	PS1004	0	0	True	True	1.0	37					non-mobilizable	other	5583.0	99.964	100.0	0.9948315808233826	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0133_000000003010	5702	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7685113591975131	PS1004	0	0	True	True	1.0	41					non-mobilizable	other	5388.0	99.963	100.0	0.9600784173944038	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0145_000000005705	5702	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723376347024344	PS1004	0	0	True	True	1.0	105					non-mobilizable	other	4723.0	100.0	100.0	0.8415612190340402	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0309_000000002798	5699	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7703041887103766	PS1004	0	0	True	True	1.0	77					non-mobilizable	other	5580.0	99.677	100.0	0.9912671538050258	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0076_000000007287	5698	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7577622538272516	PS1004	0	0	True	True	0.996314525604248	8					non-mobilizable	other	5226.0	99.98100000000001	100.0	0.9312065585457138	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0087_000000004097	5684	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7720269401840874	PS1004	0	0	True	True	1.0	21					non-mobilizable	other	5206.0	100.0	99.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0137_000000004893	5683	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.759437605020496	PS1004	0	0	True	True	1.0	46					non-mobilizable	other	5285.0	100.0	100.0	0.9417216182498663	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0003_000000004795	5682	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723177096028578	PS1004	0	0	True	True	1.0	245					non-mobilizable	other	4479.0	99.978	100.0	0.7980752094100874	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0158_000000002752	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7577415186305078	PS1004	0	0	True	True	1.0	35					non-mobilizable	other	5206.0	99.98100000000001	100.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0075_000000001157	5682	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723332887395156	PS1004	0	0	True	True	1.0	82					non-mobilizable	other	4010.0	100.0	100.0	0.7144893958296203	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0232_000000003687	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7593499810083577	PS1004	0	0	True	True	1.0	20					non-mobilizable	other	5230.0	100.0	100.0	0.9319194439493851	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CAN0011_000000005490	5682	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723124369805077	PS1004	0	0	True	True	1.0	69					non-mobilizable	other	4484.0	99.978	100.0	0.7989663161646765	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0340_000000004425	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7593499810083577	PS1004	0	0	True	True	1.0	32					non-mobilizable	other	5230.0	100.0	100.0	0.9319194439493851	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0190_000000005328	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7593345564971936	PS1004	0	0	True	True	1.0	8					non-mobilizable	other	5230.0	99.98100000000001	100.0	0.9319194439493851	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0363_000000003130	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723130759404544	PS1004	0	0	True	True	1.0	14					non-mobilizable	other	5563.0	100.0	100.0	0.9912671538050258	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0188_000000002657	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7593342166547056	PS1004	0	0	True	True	1.0	30					non-mobilizable	other	5284.0	99.962	100.0	0.9415433968989485	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0030_000000003850	5682	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723214025405659	PS1004	0	0	True	True	1.0	35					non-mobilizable	other	4620.0	100.0	100.0	0.8232044198895028	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0155_000000004203	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7594309511485954	PS1004	0	0	True	True	1.0	196					non-mobilizable	other	5284.0	100.0	100.0	0.9415433968989485	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0289_000000001093	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7593499810083577	PS1004	0	0	True	True	1.0	13					non-mobilizable	other	5230.0	100.0	100.0	0.9319194439493851	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0054_000000004267	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7593499810083577	PS1004	0	0	True	True	1.0	24					non-mobilizable	other	5230.0	100.0	100.0	0.9319194439493851	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0166_000000001403	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7720645332995977	PS1004	0	0	True	True	1.0	84					non-mobilizable	other	5563.0	99.98200000000001	100.0	0.9912671538050258	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0277_000000001542	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7705672911955622	PS1004	0	0	True	True	1.0	42					non-mobilizable	other	4989.0	99.96	100.0	0.8889680983781857	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0110_000000003998	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7570647413159429	PS1004	0	0	True	True	1.0	14					non-mobilizable	other	5207.0	100.0	100.0	0.9278203528782748	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0088_000000000782	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.77236434108074	PS1004	0	0	True	True	1.0	42					non-mobilizable	other	4010.0	100.0	100.0	0.7144893958296203	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0180_000000002721	5682	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.772279011825566	PS1004	0	0	True	True	1.0	82					non-mobilizable	other	5460.0	99.98200000000001	100.0	0.9729103546604884	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0006_000000004595	5682	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723214025405659	PS1004	0	0	True	True	1.0	103					non-mobilizable	other	4620.0	100.0	100.0	0.8232044198895028	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0128_000000001676	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7722984498309096	PS1004	0	0	True	True	1.0	69					non-mobilizable	other	4014.0	100.0	100.0	0.7152022812332918	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0125_000000002797	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7722957847879977	PS1004	0	0	True	True	1.0	72					non-mobilizable	other	5563.0	99.98200000000001	100.0	0.9912671538050258	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0096_000000005966	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723038333671155	PS1004	0	0	True	True	1.0	83					non-mobilizable	other	5595.0	100.0	100.0	0.9969702370343967	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0160_000000004359	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7722957847879977	PS1004	0	0	True	True	1.0	38					non-mobilizable	other	5563.0	99.98200000000001	100.0	0.9912671538050258	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0123_000000002358	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7722957847879977	PS1004	0	0	True	True	0.9998239874839783	19					non-mobilizable	other	5563.0	99.98200000000001	100.0	0.9912671538050258	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0234_000000001756	5682	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723169312386453	PS1004	0	0	True	True	1.0	36					non-mobilizable	other	4463.0	99.978	100.0	0.7952236677954019	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0227_000000004575	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7722109691659773	PS1004	0	0	True	True	1.0	37					non-mobilizable	other	5563.0	99.964	100.0	0.9912671538050258	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0025_000000005473	5682	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723130759404544	PS1004	0	0	True	True	1.0	84					non-mobilizable	other	5563.0	100.0	100.0	0.9912671538050258	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0385_000000003307	5681	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7592288087149995	PS1004	0	0	True	True	0.9998239874839783	23					non-mobilizable	other	5284.0	99.98100000000001	100.0	0.9415433968989485	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0090_000000002118	5681	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723341012540326	PS1004	0	0	True	True	1.0	30					non-mobilizable	other	3977.0	100.0	100.0	0.7086080912493317	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0294_000000003340	5677	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7668151229501995	PS1004	0	0	True	True	1.0	79					non-mobilizable	other	3982.0	98.167	99.0	0.7094991980039209	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0094_000000000896	5667	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7719444611567201	PS1004	0	0	True	True	1.0	12					non-mobilizable	other	5487.0	99.964	100.0	0.97772233113527	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0394_000000002977	5664	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7683052620067691	PS1004	0	0	True	True	1.0	3					non-mobilizable	other	5388.0	99.889	99.0	0.9600784173944038	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0071_000000001910	5662	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723196075868161	PS1004	0	0	True	True	1.0	16					non-mobilizable	other	3933.0	100.0	100.0	0.7007663518089468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0127_000000003745	5662	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7719261098227301	PS1004	0	0	True	True	0.9998233914375305	8					non-mobilizable	other	5487.0	99.964	100.0	0.97772233113527	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0067_000000005140	5662	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7582645936286527	PS1004	0	0	True	True	0.999646782875061	11					non-mobilizable	other	5231.0	99.82799999999999	99.0	0.9319194439493851	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0791_000000002726	5662	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.772329308789196	PS1004	0	0	True	True	1.0	89					non-mobilizable	other	4298.0	100.0	100.0	0.7658171448939582	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0774_000000004099	5662	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723196075868161	PS1004	0	0	True	True	1.0	12					non-mobilizable	other	3933.0	100.0	100.0	0.7007663518089468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0002_000000001649	5662	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7722044241401272	PS1004	0	0	True	True	1.0	79					non-mobilizable	other	5534.0	99.98200000000001	100.0	0.9860987346284085	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0025_000000002098	5662	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7721980974948097	PS1004	0	0	True	True	1.0	91					non-mobilizable	other	3870.0	100.0	100.0	0.6895384067011228	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0832_000000002251	5662	0.8766904607943671	5	3	1	2	3	False	127304	backbone	True	ISR0832_000000002251	0.7723964079332772	PS1004	71	8	True	True	1.0	18					non-mobilizable	other	3870.0	100.0	100.0	0.6895384067011228	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0780_000000001903	5662	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7668125877578028	PS1004	0	0	True	True	1.0	27					non-mobilizable	other	3994.0	98.147	100.0	0.711637854214935	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0108_000000003761	5662	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7577009900891909	PS1004	0	0	True	True	1.0	45					non-mobilizable	other	5186.0	100.0	100.0	0.9240777045090002	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0008_000000001888	5661	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7686607519911162	PS1004	0	0	True	True	0.995760440826416	6					non-mobilizable	other	5406.0	99.945	100.0	0.9632864017109249	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0281_000000002450	5660	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7576826995475388	PS1004	0	0	True	True	1.0	32					non-mobilizable	other	5208.0	100.0	100.0	0.9279985742291926	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0846_000000001692	5660	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.77205228513107	PS1004	0	0	True	True	1.0	23					non-mobilizable	other	3961.0	99.975	100.0	0.7057565496346462	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0312_000000002529	5660	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7592979193896582	PS1004	0	0	True	True	0.9996466636657715	8					non-mobilizable	other	5230.0	100.0	99.0	0.9319194439493851	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0353_000000005810	5658	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7576525888723542	PS1004	0	0	True	True	1.0	36					non-mobilizable	other	5206.0	100.0	100.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0268_000000002679	5658	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7576525888723542	PS1004	0	0	True	True	1.0	41					non-mobilizable	other	5206.0	100.0	100.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0203_000000003190	5658	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7576525888723542	PS1004	0	0	True	True	1.0	17					non-mobilizable	other	5206.0	100.0	100.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0106_000000003728	5657	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7575261280241767	PS1004	0	0	True	True	1.0	18					non-mobilizable	other	5206.0	99.98100000000001	100.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0236_000000001418	5652	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7575753246195016	PS1004	0	0	True	True	1.0	13					non-mobilizable	other	5207.0	99.98100000000001	100.0	0.9278203528782748	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0329_000000001685	5639	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7573394278053205	PS1004	0	0	True	True	1.0	8					non-mobilizable	other	5206.0	100.0	100.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0031_000000003023	5638	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7573334175123317	PS1004	0	0	True	True	0.9998226165771484	8					non-mobilizable	other	5186.0	100.0	100.0	0.9240777045090002	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0102_01_000000002526	5630	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7571833150637227	PS1004	0	0	True	True	1.0	5					non-mobilizable	other	5188.0	100.0	100.0	0.9244341472108358	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0792_000000001910	5624	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7715465969516405	PS1004	0	0	True	True	0.9975106716156006	17					non-mobilizable	other	3852.0	99.97399999999999	100.0	0.6863304223846016	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0831_000000002766	5618	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7568690670279491	PS1004	0	0	True	True	1.0	25					non-mobilizable	other	5186.0	100.0	100.0	0.9240777045090002	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0132_000000005893	5613	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7719912701708272	PS1004	0	0	True	True	1.0	35					non-mobilizable	other	5563.0	100.0	100.0	0.9912671538050258	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0177_000000002688	5613	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.771973579325121	PS1004	0	0	True	True	1.0	144					non-mobilizable	other	5563.0	99.98200000000001	100.0	0.9912671538050258	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0043_000000001185	5611	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7722369856174871	PS1004	0	0	True	True	1.0	46					non-mobilizable	other	3554.0	99.97200000000001	100.0	0.6332204598110853	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0209_000000005132	5610	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723012033696474	PS1004	0	0	True	True	1.0	27					non-mobilizable	plasmid	4855.0	99.979	99.0	0.8664762584791146	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0160_000000004552	5605	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7566878504282415	PS1004	0	0	True	True	1.0	26					non-mobilizable	other	5206.0	99.98100000000001	100.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CAN0005_000000003385	5605	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7565704119819162	PS1004	0	0	True	True	1.0	26					non-mobilizable	other	5207.0	100.0	100.0	0.9278203528782748	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0272_000000001968	5604	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7563950276990787	PS1004	0	0	True	True	1.0	47					non-mobilizable	other	5206.0	99.98100000000001	100.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0017_000000005891	5603	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7539007019189664	PS1004	0	0	True	True	1.0	68					non-mobilizable	other	3529.0	99.71700000000001	100.0	0.6285867046872216	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0228_000000003996	5602	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7564587191700404	PS1004	0	0	True	True	1.0	18					non-mobilizable	other	5158.0	99.98100000000001	100.0	0.9190875066833006	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0386_000000006335	5600	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7563256798797459	PS1004	0	0	True	True	1.0	6					non-mobilizable	other	5202.0	100.0	100.0	0.9269292461236857	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0170_000000001891	5592	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.767630146924945	PS1004	0	0	True	True	0.9994634985923767	32					non-mobilizable	other	2712.0	99.853	100.0	0.4831580823382641	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0074_000000002906	5590	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7556605169142866	PS1004	0	0	True	True	0.9983899593353271	21					non-mobilizable	other	5192.0	99.98100000000001	100.0	0.9251470326145073	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0014_000000000981	5589	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7632200044695013	PS1004	0	0	True	True	1.0	16					non-mobilizable	other	5399.0	99.815	100.0	0.9620388522545001	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0039_000000005351	5589	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7552618177680487	PS1004	0	0	True	True	0.9994632601737976	10					non-mobilizable	other	5206.0	100.0	100.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0856_000000000806	5584	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7676565646558451	PS1004	0	0	True	True	1.0	9					non-mobilizable	other	3426.0	99.27	100.0	0.6100516841917661	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0077_000000002501	5583	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7694477441882749	PS1004	0	0	True	True	0.99982088804245	18					non-mobilizable	other	3881.0	99.948	100.0	0.691498841561219	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0090_000000004557	5580	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7538603270430846	PS1004	0	0	True	True	1.0	4					non-mobilizable	other	3523.0	99.71600000000001	100.0	0.6275173765817145	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0033_000000002330	5575	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.75634921771019	PS1004	0	0	True	True	1.0	114					non-mobilizable	other	3907.0	98.18299999999999	100.0	0.6961325966850829	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0789_000000002452	5564	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7520247674983352	PS1004	0	0	True	True	1.0	37					non-mobilizable	other	5186.0	100.0	100.0	0.9240777045090002	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0828_000000001231	5563	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7537010501481897	PS1004	0	0	True	True	1.0	81					non-mobilizable	other	3489.0	99.685	100.0	0.621457850650508	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0794_000000003328	5561	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7684506253583172	PS1004	0	0	True	True	1.0	26					non-mobilizable	other	3055.0	100.0	100.0	0.5442880057030832	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0079_000000004105	5560	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.6587422657326013	PS1004	0	0	True	True	1.0	17					non-mobilizable	other	5566.0	95.56200000000001	100.0	0.9898413829976831	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0140_000000004871	5559	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7537068329244483	PS1004	0	0	True	True	1.0	12					non-mobilizable	other	3509.0	99.715	100.0	0.6250222776688648	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0162_000000004860	5533	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7593931353731265	PS1004	0	0	False	True	0.9987348914146423	0					non-mobilizable	other	5533.0	99.98200000000001	100.0	0.9859205132774906	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0330_000000004145	5515	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7537400026100896	PS1004	0	0	True	True	1.0	7					non-mobilizable	other	5515.0	100.0	100.0	0.9827125289609695	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0187_000000003248	5515	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7537238501108875	PS1004	0	0	True	True	1.0	118					non-mobilizable	other	5515.0	99.98200000000001	100.0	0.9827125289609695	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0113_000000006094	5513	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7550950033942446	PS1004	0	0	False	True	0.9994558095932007	0					non-mobilizable	other	5513.0	99.964	100.0	0.9823560862591338	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0083_000000001831	5486	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7464500529541482	PS1004	0	0	True	True	1.0	4					non-mobilizable	other	5486.0	99.98200000000001	100.0	0.9775441097843521	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0154_000000004988	5486	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7464500529541482	PS1004	0	0	True	True	1.0	18					non-mobilizable	other	5486.0	99.98200000000001	100.0	0.9775441097843521	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0119_000000001658	5486	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7464500529541482	PS1004	0	0	True	True	0.9992708563804626	3					non-mobilizable	other	5486.0	99.98200000000001	100.0	0.9775441097843521	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0158_000000002533	5486	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7464500529541482	PS1004	0	0	True	True	0.9998177289962769	4					non-mobilizable	other	5486.0	99.98200000000001	100.0	0.9775441097843521	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0806_000000001731	5463	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7260191592419118	PS1004	0	0	True	True	1.0	28					non-mobilizable	plasmid	3894.0	98.15100000000001	99.0	0.6949303820064263	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0156_000000002262	5435	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7203376231622842	PS1004	0	0	True	True	1.0	4					non-mobilizable	other	5435.0	99.963	100.0	0.9684548208875423	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0138_000000002856	5435	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7203376231622842	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5435.0	99.963	100.0	0.9684548208875423	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0029_000000004452	5401	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7170937209206567	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5282.0	100.0	100.0	0.9411869541971128	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0030_000000003308	5379	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.4342773519195636	PS1004	0	0	True	True	0.9972113966941833	11					non-mobilizable	other	4757.0	99.874	98.0	0.8476207449652469	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0055_000000002030	5350	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.700799224796239	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5231.0	100.0	100.0	0.932097665300303	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0297_000000002088	5332	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7281601957999173	PS1004	0	0	True	True	0.9998124241828918	1					non-mobilizable	other	3509.0	99.68700000000001	100.0	0.6250222776688648	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0168_000000003485	5330	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.6703044187300028	PS1004	0	0	False	True	0.9992495179176331	0					non-mobilizable	other	5330.0	99.98100000000001	100.0	0.9497415790411692	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0106_000000003787	5326	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.6608081479949403	PS1004	0	0	False	True	0.9998122453689575	0					non-mobilizable	other	5206.0	100.0	99.0	0.927642131527357	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0017_000000002075	5224	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.699125731267938	PS1004	0	0	False	True	0.9969372153282166	0					non-mobilizable	other	5012.0	99.98	100.0	0.893067189449296	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0205_000000003702	5210	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7138203499183964	PS1004	0	0	True	True	1.0	1					non-mobilizable	other	4849.0	99.959	100.0	0.8640171092496881	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0116_000000003568	5160	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5720588659168289	PS1004	0	0	False	True	0.9996123909950256	0					non-mobilizable	other	5160.0	99.92200000000001	100.0	0.9194439493851363	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0226_000000001217	5158	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.3271828743834983	PS1004	0	0	True	True	1.0	16					non-mobilizable	other	4126.0	99.588	98.0	0.7351630725360898	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0007_000000003576	5153	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5837030601926809	PS1004	0	0	False	True	0.9998059272766113	0					non-mobilizable	other	5153.0	100.0	100.0	0.9181963999287115	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0105_000000002836	5153	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5837035728445449	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5153.0	99.98100000000001	100.0	0.9181963999287115	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0076_000000001320	5143	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5788566008116487	PS1004	0	0	False	True	0.9988333582878113	0					non-mobilizable	other	5138.0	99.98100000000001	99.0	0.9155230796649438	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CAN0010_000000002595	5136	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.6930327782130172	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4657.0	99.979	100.0	0.8297986098734629	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0331_000000003963	5136	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.6244292569448197	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3615.0	97.649	100.0	0.6439137408661557	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0273_000000001433	5129	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5646917855916468	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5129.0	100.0	100.0	0.9139190875066833	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0375_000000003375	5129	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5646917855916468	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5129.0	100.0	100.0	0.9139190875066833	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0016_000000006211	5126	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5637773568110016	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5126.0	100.0	100.0	0.9133844234539298	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0008_000000005340	5123	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5636625549358276	PS1004	0	0	False	True	0.9996095895767212	0					non-mobilizable	other	5118.0	100.0	99.0	0.911958652646587	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CAN0018_000000006657	5106	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5172549306174601	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5106.0	99.98	100.0	0.909819996435573	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0100_000000000646	5102	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.6836807971168462	PS1004	0	0	False	True	0.9998040199279785	0					non-mobilizable	other	4367.0	99.931	100.0	0.7781144181072892	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0145_000000006292	5099	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5116261670557768	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5099.0	100.0	100.0	0.9085724469791481	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0078_000000003297	5079	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.48839947263859673	PS1004	0	0	False	True	0.9998031258583069	0					non-mobilizable	other	5078.0	99.98	99.0	0.9048297986098734	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0145_000000003433	5052	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.4619854639662959	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5052.0	99.98	100.0	0.9001960434860097	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0040_000000005384	5046	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.4101413941538696	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4931.0	99.899	98.0	0.878631260024951	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0047_000000006973	5019	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.36041643458331585	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	5019.0	99.98	100.0	0.8943147389057209	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CAN0012_000000010697	5017	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.4625187839416888	PS1004	0	0	True	True	1.0	1					non-mobilizable	other	4671.0	100.0	100.0	0.8322937087863126	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0069_000000001833	4995	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.3551577605229015	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4996.0	99.7	100.0	0.8898592051327749	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0070_000000001861	4991	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.3711345541568517	PS1004	0	0	False	True	0.99899822473526	0					non-mobilizable	other	4991.0	99.98	100.0	0.8893245410800213	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0163_000000001017	4986	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.5415461283041041	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3199.0	99.56200000000001	99.0	0.5697736588843343	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0042_000000002424	4985	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.4731760799495249	PS1004	0	0	False	True	0.999799370765686	0					non-mobilizable	other	3478.0	99.655	100.0	0.6194974157904117	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0107_000000002436	4979	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.3717626529791829	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4979.0	99.98	100.0	0.8871858848690073	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0087_000000006520	4952	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.4526821437092553	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4500.0	99.978	100.0	0.801817857779362	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0295_000000006249	4939	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.451209761028755	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4463.0	100.0	100.0	0.7952236677954019	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0172_000000003230	4892	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.4493350245574409	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4440.0	99.977	100.0	0.7911245767242916	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0109_000000005875	4885	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.4492650812260293	PS1004	0	0	False	True	0.9995905756950378	0					non-mobilizable	other	4440.0	100.0	100.0	0.7911245767242916	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0032_000000001092	4801	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.3173755554469875	PS1004	0	0	False	True	0.99979168176651	0					non-mobilizable	other	4801.0	99.979	100.0	0.8554624844056318	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0146_000000008001	4788	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.44717476764780933	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4443.0	100.0	100.0	0.7916592407770451	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0027_000000003304	4755	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.33218239488356116	PS1004	0	0	False	True	0.998317539691925	0					non-mobilizable	other	4753.0	99.93700000000001	99.0	0.8469078595615754	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0014_000000007515	4728	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.44279746459158725	PS1004	0	0	False	True	0.999365508556366	0					non-mobilizable	other	4338.0	99.931	100.0	0.7729459989306718	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0075_000000004166	4728	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.32737835277307165	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4728.0	99.93700000000001	100.0	0.8424523257886295	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0012_000000005268	4704	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.4380100485021628	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4364.0	99.863	100.0	0.7774015327036179	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0001_000000001775	4677	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.31493639423085823	PS1004	0	0	False	True	0.9927303791046143	0					non-mobilizable	other	4640.0	99.95700000000001	99.0	0.8267688469078596	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0357_000000004773	4674	0.8766904607943671	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.43744747388555905	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4276.0	99.95299999999999	100.0	0.7618962751737658	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0028_000000003695	4657	0.8766904607943671	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.4373033923928001	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	2581.0	99.613	99.0	0.45963286401710923	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0283_000000002724	4657	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.3862753127737471	PS1004	0	0	False	True	0.996349573135376	0					non-mobilizable	other	3009.0	99.634	100.0	0.5359116022099447	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0161_000000006217	4636	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.27466238195996523	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3104.0	96.939	99.0	0.5530208518980574	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0059_000000007658	4580	0.8766904607943671	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.14836217840027466	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3823.0	99.92200000000001	98.0	0.682256337022492	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0109_000000003657	4473	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.32819496647209734	PS1004	0	0	False	True	0.9988821744918823	0					non-mobilizable	other	4473.0	99.709	100.0	0.7970058813045803	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0033_000000015253	4457	0.8766904607943671	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.32842423538687754	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4457.0	99.978	100.0	0.7941543396898948	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AUS0014_000000007167	4440	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.33486727940060834	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4440.0	99.932	100.0	0.7911245767242916	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0037_01_000000008091	4399	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.30917339970886576	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4399.0	100.0	100.0	0.7838175013366602	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0335_000000003688	4315	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.2969954216663427	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4315.0	99.977	100.0	0.7688469078595616	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0813_000000006561	4300	0.8766904607943671	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.3150406648911594	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4300.0	100.0	100.0	0.766173587595794	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0104_000000001623	4294	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.22333149768643343	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3991.0	99.42399999999999	96.0	0.7111031901621814	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0143_000000004424	4253	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.2701500644905664	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4253.0	100.0	100.0	0.7577971841026555	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0053_000000002742	4246	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.2955226828239443	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	4246.0	99.976	100.0	0.7565496346462306	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0807_000000003392	3943	0.8766904607943671	5	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.0883896603886353	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	2656.0	99.51100000000001	99.0	0.4729994653359472	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0002_000000013297	2663	0.8766892683739718	6	3	3	3	3	False	52415	fragment	False	FIJ0002_000000013297	1.0		0	0	False	False	0.9962448477745056	0					non-mobilizable	no_good_hit	1454.0	90.165	54.0	0.008757509458593722	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
MON0009_000000021102	1801	0.876679980165668	3	2	2	2	1	False	13805	maximal	True	MON0009_000000021102	1.0		2	1	False	False	0.9805663228034973	0					non-mobilizable	no_good_hit	878.0	92.369	48.0	0.006568528378154176	NZ_QEKH01000013.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_113, whole genome shotgun sequence	True	False
USA0132_01_000000002427	7978	0.8766783615871565	10	6	3	4	5	False	126157	maximal	True	USA0132_01_000000002427	1.0		1	1	False	False	0.9989972710609436	0					non-mobilizable	no_good_hit	1598.0	73.967	20.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
CHI0173_000000006115	2716	0.8766664531859946	2	1	1	1	1	True	77903	fragment	False	CHI0173_000000006115	1.0		0	0	False	False	0.9955817461013794	0					non-mobilizable	no_good_hit	1732.0	98.61399999999999	64.0	0.0005174963699019807	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MON0001_000000010704	3169	0.8766556834569338	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.49473026865701086		0	0	False	False	1.0	0					non-mobilizable	other	3169.0	98.61200000000001	100.0	0.0009849372421383902	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0064_000000005753	5679	0.8766476315834588	8	5	2	2	4	True	71346	maximal	False	ISR0042_000000004023	0.9983395133438931		0	0	True	True	1.0	126		MOBV			mobilizable	no_good_hit	2223.0	81.422	64.0	0.4495114006514658	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
FIJ0117_000000001523	13233	0.8766347044248995	15	4	2	4	3	True	101329	fragment	False	FIJ0068_000000001978	0.7370566606094983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	93.50299999999999	5.0	0.00018859725522970584	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0070_000000001282	12737	0.8766347044248995	16	4	2	4	3	True	101329	fragment	False	FIJ0068_000000001978	0.7302275257251111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	93.307	2.0	6.748954112180422e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0145_000000000664	12226	0.8766347044248995	13	4	2	4	3	True	101329	fragment	False	FIJ0068_000000001978	0.5924381676263212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0164_000000001866	12012	0.8766347044248995	14	4	2	4	3	False	101329	fragment	False	FIJ0068_000000001978	0.7002208324136201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
FIJ0146_000000001876	8422	0.8766347044248995	11	4	2	4	3	True	97827	fragment	False	FIJ0146_000000001876	0.9489758817113076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	92.12100000000001	3.0	4.374816104338297e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0112_000000022419	1301	0.8766306714556845	2	2	2	2	1	True	14423	fragment	False	MAD0112_000000022419	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	80.78399999999999	99.0	0.009981129072596231	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0056_000000027968	1280	0.8766270187346984	2	1	1	1	1	False	6360	fragment	False	SPA0056_000000027968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	79.706	52.0	0.00020177915000984802	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0021_000000008645	2648	0.8766250550707921	3	3	2	3	2	False	50482	fragment	False	ISR0021_000000008645	0.998144261877576		0	0	False	False	0.9988670945167542	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
ENG0110_000000025293	1171	0.8766234499058521	2	2	2	1	2	False	113550	fragment	False	FIJ0020_000000010024	0.12824650815387942		0	0	False	False	0.9888983964920044	0					non-mobilizable	chromosome	1171.0	95.303	100.0	0.00032746041017635004	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0100_000000013292	2788	0.8766230494703288	5	3	2	3	2	False	70713	maximal	True	MAD0100_000000013292	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	92.537	2.0	0.00018965144981239094	NZ_OFSM01000001.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
FIJ0103_000000002873	6207	0.8766197881204948	7	7	5	6	6	False	82296	maximal	True	FIJ0103_000000002873	1.0		3	1	False	False	0.9998388886451721	0					non-mobilizable	other	4194.0	96.066	99.0	0.0020288853662832444	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
SPA0044_000000002910	8240	0.8766174355750301	14	5	3	5	1	True	58908	fragment	False	SPA0044_000000002910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	96.685	46.0	0.01602098323467905	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0072_000000000149	24014	0.8766058682883839	26	14	11	14	6	True	52094	fragment	False	MAD0072_000000000149	0.9230679130787588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	82.0	0.0	0.002988989538536615	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
ISR0162_000000028276	1393	0.8766050732135735	2	1	1	1	1	True	30323	fragment	False	ISR0162_000000028276	1.0		0	0	False	False	0.980617344379425	0					non-mobilizable	no_good_hit	932.0	77.89699999999999	66.0	0.006547390295628905	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	True	True
ISR0256_000000008433	2104	0.8765905121193575	3	3	3	3	3	False	100352	maximal	True	ISR0256_000000008433	0.9998083832225397		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.73100000000001	46.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0109_000000010847	2289	0.8765902343520459	2	2	2	2	2	False	68666	fragment	False	ENG0109_000000010847	1.0		0	0	False	False	0.9899519681930542	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	2.0	0.00013002902011312526	NZ_FQXV01000003.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0782_000000002771	4875	0.8765902138779077	6	3	0	1	3	True	86599	backbone	False	ISR0133_000000003791	0.8307000381667395	PS437	0	0	True	True	1.0	627					non-mobilizable	no_good_hit	1207.0	73.488	36.0	0.0004997930806331439	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0171_000000005062	4689	0.8765902138779077	7	3	0	1	3	True	86599	backbone	False	ISR0133_000000003791	0.8304740998009179	PS437	0	0	True	True	1.0	203					non-mobilizable	no_good_hit	1200.0	73.5	35.0	0.0004972773436500912	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0164_000000004986	4688	0.8765902138779077	6	3	0	1	3	True	86599	backbone	False	ISR0133_000000003791	0.8295970924894202	PS437	0	0	True	True	1.0	250					non-mobilizable	no_good_hit	1200.0	73.5	35.0	0.0004972773436500912	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0342_000000003897	4665	0.8765902138779077	6	3	0	1	3	True	86599	backbone	False	ISR0133_000000003791	0.7579674308306217	PS437	0	0	True	True	1.0	230					non-mobilizable	no_good_hit	907.0	98.787	23.0	0.2560768795929904	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
ISR0227_000000005776	4603	0.8765902138779077	7	3	0	1	3	True	86599	backbone	False	ISR0133_000000003791	0.8278954220760948	PS437	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1200.0	73.5	36.0	0.0004972773436500912	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0791_000000004398	3860	0.8765902138779077	6	3	0	1	3	True	38610	fragment	False	ISR0791_000000004398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	73.444	43.0	0.0004997930806331439	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0188_000000005020	4379	0.8765788891155739	5	3	1	3	2	True	84314	fragment	False	ISR0188_000000005020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	82.353	3.0	0.00023096329460256548	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
TAN0002_000000014818	2519	0.8765775836919041	2	2	2	2	2	True	3049	fragment	False	TAN0002_000000014818	1.0		0	0	False	False	0.9904724359512329	0					non-mobilizable	plasmid	2519.0	99.64299999999999	100.0	0.05147705202902995	CP057803.1	enterobacteria	Escherichia coli strain RHB14-C21 plasmid pRHB14-C21_2, complete sequence	False	True
ISR0173_000000001350	5412	0.8765772919988806	9	6	3	4	6	True	120917	fragment	False	ISR0173_000000001350	0.9823845725941034		0	0	False	False	1.0	0					non-mobilizable	other	4881.0	96.681	100.0	0.0013844478559651905	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0840_000000006547	2376	0.8765704872411704	3	3	3	3	3	False	94025	maximal	True	ISR0840_000000006547	1.0		0	0	False	False	0.9869528412818909	0					non-mobilizable	no_good_hit	1080.0	71.48100000000001	45.0	0.0003100867028483848	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CAN0011_000000003000	10538	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9953876883989703		0	0	True	True	1.0	205					non-mobilizable	plasmid	8148.0	99.595	100.0	0.7770457366561635	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
CAN0013_000000002670	10531	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9992665372215122		0	0	True	True	1.0	297					non-mobilizable	plasmid	8695.0	99.804	100.0	0.8301346319106273	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
CAN0006_000000004179	10531	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9988536786029086		0	0	True	True	1.0	125					non-mobilizable	plasmid	8695.0	99.735	100.0	0.8301346319106273	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
CAN0014_000000003892	10531	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9992665372215122		0	0	True	True	1.0	77					non-mobilizable	plasmid	8695.0	99.804	100.0	0.8301346319106273	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
ENG0123_000000001127	10511	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9992652087403622		0	0	True	True	1.0	50					non-mobilizable	plasmid	10038.0	99.831	100.0	0.9583691396925428	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0134_000000002803	10511	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9989928794622907		0	0	True	True	1.0	94					non-mobilizable	plasmid	7740.0	99.961	100.0	0.7389477704573666	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0113_000000003014	10511	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9981014160362772		0	0	True	True	1.0	90					non-mobilizable	plasmid	6222.0	99.92	100.0	0.5940036283777332	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0095_000000002021	10491	0.8765419928242547	14	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9992640577874718		0	0	True	True	1.0	89					non-mobilizable	plasmid	7336.0	99.986	100.0	0.7003723861357777	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0070_000000001572	10491	0.8765419928242547	14	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9992640577874718		0	0	True	True	1.0	64					non-mobilizable	plasmid	5075.0	99.98	100.0	0.4844839110092619	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
ISR0105_000000001052	10450	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9991110314178231		0	0	True	True	0.9999043345451355	14					non-mobilizable	plasmid	10099.0	99.802	100.0	0.9641936407906044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0002_000000002819	10450	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9989406328683347		0	0	True	True	0.9997129440307617	18					non-mobilizable	plasmid	10099.0	99.78200000000001	100.0	0.9641936407906044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0132_000000003126	10450	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9980767901523478		0	0	True	True	1.0	16					non-mobilizable	plasmid	10099.0	99.931	100.0	0.9641936407906044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
ENG0044_000000001816	10450	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.999260628517596		0	0	True	True	1.0	28					non-mobilizable	plasmid	10099.0	99.83200000000001	100.0	0.9641936407906044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
ENG0193_000000001822	10450	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.999173245067573		0	0	True	True	0.9990430474281311	14					non-mobilizable	plasmid	10099.0	99.822	100.0	0.9641936407906044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0111_000000002752	10450	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9980891782977186		0	0	True	True	1.0	24					non-mobilizable	plasmid	10099.0	99.931	100.0	0.9641936407906044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
ENG0076_000000001174	10450	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9991110314178231		0	0	True	True	0.9995215535163879	7					non-mobilizable	plasmid	10099.0	99.802	100.0	0.9641936407906044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0128_000000003285	10450	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9981683029841611		0	0	True	True	1.0	27					non-mobilizable	plasmid	10099.0	99.941	100.0	0.9641936407906044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0122_000000003231	9937	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9524617418046567		0	0	True	True	1.0	67					non-mobilizable	plasmid	9461.0	99.77799999999999	100.0	0.9032750883223527	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0056_000000002786	9934	0.8765419928242547	13	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9463353916797308		0	0	True	True	0.9997986555099487	39					non-mobilizable	plasmid	8483.0	99.764	100.0	0.809892103504249	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
SPA0146_000000002136	9833	0.8765405236673317	12	10	4	6	10	False	78687	maximal	True	SPA0146_000000002136	1.0		1	1	False	False	1.0	0	ColRNAI_rep_cluster_1987	MOBP		MOBP	mobilizable	no_good_hit	3995.0	99.825	60.0	0.5715512306811678	CP057719.1	enterobacteria	Escherichia coli strain RHB17-C01 plasmid pRHB17-C01_3, complete sequence	True	True
USA0040_01_000000011991	1118	0.8765394029915482	2	2	2	2	2	False	1293	maximal	True	USA0040_01_000000011991	1.0		55	8	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	75.153	85.0	0.001195549374822128	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0009_000000000696	10340	0.8765220306088451	11	10	2	7	9	True	19793	fragment	False	MAD0009_000000000696	1.0		0	0	False	False	0.9970019459724426	0			MPF_F		non-mobilizable	plasmid	10346.0	95.071	100.0	0.12116488925348647	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
ENG0207_000000002849	5645	0.8765080730279472	7	7	5	5	6	True	80808	fragment	False	ENG0207_000000002849	0.9576073289024609		0	0	False	False	0.9952170252799988	0					non-mobilizable	other	5645.0	99.98200000000001	100.0	0.12343626979266906	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0151_000000020439	1184	0.8765060218861279	2	1	1	1	1	False	57073	maximal	True	ENG0151_000000020439	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0135_000000002871	6738	0.8764992638381921	10	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8858917461029205	PS1125|PS140|PS493|PS494	0	0	True	True	0.9967349171638489	1					non-mobilizable	plasmid	4978.0	95.92200000000001	99.0	0.7637117836841296	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0384_000000001746	6647	0.8764992638381921	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8860854359441682	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	14					non-mobilizable	plasmid	5857.0	97.09700000000001	99.0	0.897987402058688	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0017_000000004936	6646	0.8764992638381921	10	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8873924545209203	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	33					non-mobilizable	plasmid	5861.0	96.178	99.0	0.899523736365033	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0269_000000001704	6644	0.8764992638381921	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8703138429723419	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	40					non-mobilizable	plasmid	5869.0	94.036	99.0	0.8996773697956676	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0064_000000002337	6628	0.8764992638381921	10	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8728669230968441	PS1125|PS140|PS493|PS494	0	0	True	True	0.9969825148582458	13					non-mobilizable	plasmid	3595.0	96.273	97.0	0.5518512828391458	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0062_000000004223	6627	0.8764992638381921	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.889343009683224	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	54					non-mobilizable	plasmid	4675.0	94.439	97.0	0.7173144876325088	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0316_000000002375	6548	0.8764992638381921	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8870616579799299	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	48					non-mobilizable	plasmid	4678.0	94.335	98.0	0.7173144876325088	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0025_000000002962	6546	0.8764992638381921	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8778044656654717	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	1					non-mobilizable	plasmid	5866.0	97.13600000000001	99.0	0.899523736365033	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0851_000000002024	6527	0.8764992638381921	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8737647578829759	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	10					non-mobilizable	plasmid	4672.0	96.49	98.0	0.7173144876325088	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0066_000000002527	6471	0.8764992638381921	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8341593346246708	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	28					non-mobilizable	plasmid	5857.0	97.59299999999999	99.0	0.899523736365033	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0047_000000004672	5724	0.8764992638381921	7	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.03387379399459928	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	212					non-mobilizable	plasmid	2772.0	95.094	99.0	0.4255646028575818	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0359_000000003757	5696	0.8764992638381921	7	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.08147405697927472	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	65					non-mobilizable	plasmid	3109.0	93.56700000000001	97.0	0.4767245352588723	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0214_000000004858	5266	0.8764963837135366	7	4	2	3	1	False	116813	fragment	False	ISR0214_000000004858	1.0		0	0	False	False	0.9994302988052368	0					non-mobilizable	no_good_hit	289.0	100.0	5.0	0.0006779214176090088	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
CHI0028_000000004082	3129	0.8764724220020956	5	2	2	2	1	True	96245	maximal	False	CAN0004_000000008371	0.9661370659141667		0	0	True	True	1.0	103					non-mobilizable	no_good_hit	424.0	91.509	13.0	0.11134564643799472	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
MAD0046_000000010853	2342	0.8764664375253286	4	4	3	4	3	False	17755	maximal	True	MAD0046_000000010853	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2002.0	85.814	85.0	0.00069189510242836	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0031_000000004600	5519	0.8764634377768268	6	3	2	3	3	False	117842	maximal	True	SPA0031_000000004600	1.0	PS794|PS796	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1606.0	88.294	62.0	0.000683644407244746	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0083_000000016247	1401	0.8764508313498645	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.8868293140192577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	76.215	81.0	0.0003883069235501466	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0019_000000018967	3387	0.8764500601155428	4	3	2	3	1	False	68670	fragment	False	ENG0086_000000006855	0.9614538747547066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	2.0	0.0015323206144416488	NZ_QIML01000014.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_14, whole genome shotgun sequence	True	False
AST0007_000000012209	1473	0.8764416243399774	2	2	2	2	2	False	126840	fragment	False	ENG0053_000000016561	0.9801984026848952		0	0	False	False	0.9925322532653809	0					non-mobilizable	no_good_hit	1277.0	99.765	87.0	0.006677097451086075	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0009_000000011888	2980	0.8764352452190108	4	3	3	2	2	False	131830	fragment	False	SPA0009_000000011888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2021.0	90.054	68.0	0.0005688731348040363	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0100_000000017971	2020	0.8764324775448749	4	4	4	3	3	False	42834	maximal	False	FIJ0162_000000010646	0.9557984790874525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	69.77600000000001	54.0	0.000306749238934427	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0032_000000002984	5871	0.8764263008375478	8	6	2	4	4	True	128108	maximal	True	ENG0032_000000002984	1.0		0	0	False	False	0.9996593594551086	0					non-mobilizable	no_good_hit	2705.0	89.427	61.0	0.44095910658564624	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0072_01_000000008193	2365	0.8764234194184632	3	2	0	2	0	True	723	fragment	False	USA0072_01_000000008193	1.0		0	0	False	False	0.9983086585998535	0					non-mobilizable	no_good_hit	114.0	97.368	5.0	0.0004382341876960904	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
MAD0103_000000011437	1997	0.8764223328136261	3	3	3	2	1	False	88194	fragment	False	ISR0373_000000007354	0.2976893709522019		0	0	False	False	0.995993971824646	0					non-mobilizable	chromosome	1978.0	99.09	99.0	0.0005730958043995321	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0126_000000023889	1834	0.8764223328136261	3	3	3	2	1	False	88194	fragment	False	ISR0373_000000007354	0.23522932011650624		0	0	False	False	1.0	0					non-mobilizable	chromosome	1834.0	99.509	100.0	0.000531352862652677	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0062_000000010903	2298	0.8764191786241796	4	2	2	2	1	True	71203	maximal	True	ENG0062_000000010903	1.0		108	12	False	False	0.9956483840942383	0					non-mobilizable	no_good_hit	662.0	99.094	57.0	0.0031107053442011937	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
ISR0172_000000008060	1981	0.8764191786241796	3	2	2	2	1	True	71202	maximal	True	ISR0172_000000008060	1.0		52	5	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	99.396	50.0	0.0031107053442011937	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
FIJ0102_000000003303	8733	0.8764163028786844	9	5	4	5	3	False	47529	maximal	True	FIJ0102_000000003303	1.0		15	1	False	False	1.0	0					non-mobilizable	no_good_hit	2947.0	81.37100000000001	38.0	0.04149242766726944	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0819_000000016545	1604	0.8764133548266902	3	3	3	1	2	False	131744	fragment	False	ISR0819_000000016545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	88.676	65.0	0.00033292795528941296	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
USA0040_01_000000002351	8263	0.8764122279969151	9	7	7	7	6	False	103965	fragment	False	USA0040_01_000000002351	0.9889470994122156		0	0	False	False	0.9997579455375671	0					non-mobilizable	other	4354.0	95.56700000000001	93.0	0.00213634001227917	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0039_000000006613	3718	0.8764044815297257	5	3	3	2	3	False	89090	fragment	False	FIJ0039_000000006613	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	99.605	93.0	0.014232071208600353	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0015_000000014400	2689	0.8763921703510493	3	2	2	2	1	False	93677	fragment	False	CAN0014_000000015650	0.6334628517602732		0	0	False	False	0.9996281266212463	0					non-mobilizable	no_good_hit	836.0	93.301	70.0	0.00025771389477954144	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
CHI0151_000000010142	2463	0.8763921703510493	2	2	2	2	1	False	92251	fragment	False	CHI0151_000000010142	0.9844548551959114		0	0	False	False	0.9987819790840149	0					non-mobilizable	no_good_hit	834.0	92.926	76.0	0.00025771389477954144	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
USA0009_01_000000014566	1726	0.8763913274202129	2	2	2	2	2	False	78520	fragment	False	ENG0194_000000015133	0.9821630804077011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0071_000000010145	1183	0.8763808005248851	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.9356236196458229		0	0	False	False	0.9864750504493713	0					non-mobilizable	other	918.0	98.039	98.0	0.014652073180474555	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0026_000000013931	2085	0.8763716685856776	3	3	3	3	2	False	108434	maximal	True	DEN0026_000000013931	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1847.0	100.0	89.0	0.00033572316333422934	NC_002695.2	enterobacteria	Escherichia coli O157:H7 str. Sakai DNA, complete genome	True	False
ENG0156_000000003389	4555	0.8763707600896129	5	4	2	2	3	True	90114	fragment	False	ISR0003_000000005448	0.9892847117235584		0	0	False	False	0.9973655343055725	0					non-mobilizable	no_good_hit	2194.0	87.28399999999999	48.0	0.02795671383748479	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	True
FIJ0017_000000006075	4554	0.8763707600896129	5	4	2	2	3	True	90114	fragment	False	ISR0003_000000005448	0.9899189247576853		0	0	False	False	0.9975845217704773	0					non-mobilizable	no_good_hit	2191.0	87.449	48.0	0.02795671383748479	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	True
ISR0003_000000005448	4551	0.8763707600896129	5	4	2	2	3	True	90114	fragment	False	ISR0003_000000005448	0.9900296801025071		0	0	False	False	0.9997802972793579	0					non-mobilizable	no_good_hit	2191.0	87.40299999999999	48.0	0.02795671383748479	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	True
ISR0824_000000003543	4551	0.8763707600896129	5	4	2	2	3	True	90114	fragment	False	ISR0003_000000005448	0.9900296801025071		0	0	False	False	0.9980224370956421	0					non-mobilizable	no_good_hit	2191.0	87.40299999999999	48.0	0.02795671383748479	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	True
CHI0012_000000001264	4510	0.8763707600896129	5	4	2	2	3	True	90114	fragment	False	ISR0003_000000005448	0.9510736712978379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2180.0	88.853	48.0	0.02433223769084933	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
ENG0169_000000005050	4297	0.8763707600896129	5	4	2	2	3	True	90114	fragment	False	ISR0003_000000005448	0.7900629166258514		0	0	False	False	0.9997673034667969	0					non-mobilizable	no_good_hit	1990.0	87.286	46.0	0.02538259588909522	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	True
CAN0007_000000001717	21153	0.8763510968099388	20	5	3	5	3	True	95439	fragment	False	CAN0007_000000001717	1.0		0	0	False	False	0.9994799494743347	0					non-mobilizable	no_good_hit	76.0	88.15799999999999	1.0	2.0879006159306817e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0130_000000011523	2611	0.8763483209964607	4	4	4	4	3	False	78191	fragment	False	ISR0194_000000009614	0.9578083462765203		0	0	False	False	0.9992340207099915	0					non-mobilizable	no_good_hit	2078.0	88.354	79.0	0.004733471097968923	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
MON0010_000000007726	3091	0.8763421049277372	4	4	4	4	2	False	97353	fragment	False	MON0010_000000007726	1.0		0	0	False	False	0.9854416251182556	0					non-mobilizable	other	3004.0	98.835	97.0	0.003918033129103301	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
MON0064_000000007344	3370	0.8763309746007738	4	4	3	4	3	False	125669	fragment	False	MON0064_000000007344	1.0		0	0	False	False	0.9997032880783081	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.512733429493554e-05	NZ_CABJCG010000002.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
USA0056_01_000000008455	2255	0.8763299200138359	3	2	1	2	1	True	84312	fragment	False	USA0056_01_000000008455	0.9954890788224122		0	0	False	False	0.9982261657714844	0					non-mobilizable	no_good_hit								True	True
ISR0807_000000002530	5252	0.8763250040626069	11	8	7	8	8	False	125086	fragment	False	SPA0155_000000001948	0.1382036792245959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	12.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0839_000000002683	5541	0.8763183285215701	7	4	2	3	3	False	63155	fragment	False	ISR0839_000000002683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	93.625	20.0	0.02147685294348817	NZ_NFHM01000023.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_23, whole genome shotgun sequence	True	False
FIJ0007_000000004752	3537	0.8763069267254808	5	2	2	2	1	False	70446	maximal	True	FIJ0007_000000004752	1.0		2	1	False	False	0.9977381825447083	0					non-mobilizable	no_good_hit	695.0	99.42399999999999	20.0	0.00530422886142511	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0392_000000011035	2899	0.8763069267254808	4	2	2	2	1	False	70441	fragment	False	ISR0392_000000011035	1.0		0	0	False	False	0.9958606362342834	0					non-mobilizable	no_good_hit	153.0	80.392	5.0	9.244519386681606e-05	NZ_FMWM01000002.1	firmicutes	Peptoniphilus raoultii strain KHD4, whole genome shotgun sequence	True	False
MON0075_000000012221	2014	0.8763059651168468	5	2	2	2	1	True	10346	fragment	False	MON0075_000000012221	1.0		0	0	False	False	0.9563058614730835	0					non-mobilizable	no_good_hit	134.0	100.0	7.0	0.0004214729370008873	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0824_000000021113	1148	0.8762967273319178	2	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.07724865204669562		0	0	False	False	1.0	0					non-mobilizable	chromosome	1148.0	99.564	100.0	0.00017454444963867626	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0056_000000004443	4403	0.8762930985715071	5	4	3	4	2	False	119279	fragment	False	ISR0056_000000004443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	96.97	13.0	0.0028296979905803985	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0057_000000007473	4001	0.8762930985715071	6	4	3	4	2	False	119300	fragment	False	SPA0057_000000007473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	8.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0074_000000008161	3467	0.8762930985715071	5	4	3	4	2	False	119278	fragment	False	ISR0074_000000008161	1.0		0	0	False	False	0.9997115731239319	0					non-mobilizable	no_good_hit	326.0	73.006	9.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
FIJ0069_000000005236	4600	0.8762889492573708	7	2	1	2	0	False	47681	fragment	False	FIJ0038_000000006614	0.9189739413680782		0	0	False	False	1.0	0					non-mobilizable	other	3301.0	84.762	99.0	0.0026519707316523017	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	False	False
CHI0138_000000005734	2625	0.8762885410893648	4	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.9800681469687746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	94.524	69.0	0.002283959672809498	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
FIJ0003_000000004784	5252	0.8762846584129239	6	4	4	2	2	False	52214	maximal	True	FIJ0003_000000004784	1.0		1	1	False	False	0.9994288086891174	0					non-mobilizable	no_good_hit	1943.0	98.61	71.0	0.0006284868717155004	AP017630.1	firmicutes	Clostridium perfringens DNA, complete genome, strain: CBA7123	True	False
FIJ0100_000000011839	1556	0.8762839718240545	3	3	2	3	1	False	91700	fragment	False	FIJ0100_000000011839	1.0		0	0	False	False	0.9942159652709961	0					non-mobilizable	no_good_hit	62.0	85.484	4.0	2.3305433782431722e-05	NZ_UHDU01000001.1	firmicutes	Staphylococcus petrasii subsp. petrasii strain NCTC13835, whole genome shotgun sequence	True	False
SPA0067_000000006926	3181	0.8762834537972587	3	2	1	2	1	False	57150	maximal	True	SPA0067_000000006926	1.0		77	6	False	False	0.9974850416183472	0					non-mobilizable	no_good_hit	1379.0	90.863	74.0	0.6045997346306944	NZ_CYZN01000058.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0200_000000009260	2537	0.8762834537972587	4	2	1	2	1	False	57149	fragment	False	ISR0200_000000009260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1642.0	91.23	64.0	0.3124282982791587	MK232667.1	viruses	Uncultured human fecal virus clone B.wexlerae_S04.r1.O05_2-CL16_c1 sequence	True	False
ENG0150_000000010067	1714	0.8762834537972587	2	2	1	2	1	False	57147	fragment	False	ENG0150_000000010067	1.0		0	0	False	False	0.9871645569801331	0					non-mobilizable	no_good_hit	1056.0	98.01100000000001	62.0	0.20172084130019122	MK232667.1	viruses	Uncultured human fecal virus clone B.wexlerae_S04.r1.O05_2-CL16_c1 sequence	True	False
ISR0344_000000011013	2956	0.8762831558968169	3	3	2	3	1	True	54222	maximal	True	ISR0344_000000011013	1.0		0	0	False	False	0.9678619503974915	0					non-mobilizable	no_good_hit								True	True
MON0043_000000017200	1666	0.8762781843921332	2	1	1	1	1	False	11677	fragment	False	MON0043_000000017200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	90.038	62.0	0.017147092735957832	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0079_000000013846	2027	0.8762753247211028	2	2	2	2	2	False	113558	fragment	False	FIJ0079_000000013846	1.0		0	0	False	False	0.9995066523551941	0					non-mobilizable	other	1399.0	93.92399999999999	98.0	0.00033613890406948734	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0207_000000009966	1844	0.8762745680661183	2	2	2	2	1	False	95247	fragment	False	ENG0207_000000009966	0.9909694472511217		0	0	False	False	0.9994577169418335	0					non-mobilizable	no_good_hit								True	False
ENG0008_000000004530	4939	0.8762735359589181	5	3	1	2	2	False	123179	fragment	False	ENG0008_000000004530	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1153.0	94.449	54.0	0.19688409518917993	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0151_000000007397	3344	0.8762724038410064	4	4	4	3	4	True	79506	maximal	True	CHI0151_000000007397	1.0		2	1	False	False	0.9991028904914856	0	rep_cluster_1118				non-mobilizable	no_good_hit	2093.0	99.57	88.0	0.03709222500133042	CP025078.1	firmicutes	Enterococcus faecium strain LS170308 plasmid unnamed, complete sequence	True	True
FIJ0087_000000019242	1676	0.8762652451838793	2	2	2	2	2	False	43728	fragment	False	SPA0002_000000011159	0.9493705918922974		0	0	False	False	0.9856801629066467	0					non-mobilizable	other	1624.0	97.59899999999999	97.0	0.0013914784179208	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
CAN0015_000000004702	8841	0.8762650939908577	10	5	3	4	4	False	93338	maximal	True	CAN0015_000000004702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	90.86200000000001	32.0	0.001231496993509342	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
AST0151_000000000441	26380	0.8762637127490214	24	21	4	6	19	True	123974	fragment	False	MON0033_000000001254	0.7419776788123921		0	0	False	True	1.0	0					non-mobilizable	chromosome	26437.0	97.594	100.0	0.010699040158074448	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
ISR0233_000000012315	1463	0.8762635314523176	2	2	1	1	2	False	119702	fragment	False	ISR0233_000000012315	0.9648241663162661		0	0	False	False	0.9979494214057922	0					non-mobilizable	chromosome	1463.0	99.932	100.0	0.0002745410498021596	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
MAD0074_000000003469	1438	0.8762635314523176	2	2	1	1	2	False	119702	fragment	False	ISR0233_000000012315	0.9643216458164439		0	0	False	False	1.0	0					non-mobilizable	chromosome	1370.0	99.927	95.0	0.00021063372595213676	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0013_000000003739	6405	0.8762595293889034	9	6	2	4	6	False	109919	fragment	False	ISR0025_000000004431	0.30167683823672425		0	0	False	False	1.0	0					non-mobilizable	other	4133.0	99.927	100.0	0.0011653861145316203	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0082_01_000000008485	3479	0.8762569198045645	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.03170539466782205	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3479.0	98.24700000000001	100.0	0.0006070777445263947	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0145_000000009797	3448	0.8762530087571797	8	5	1	3	3	False	104510	fragment	False	SPA0145_000000009797	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3448.0	99.18799999999999	100.0	0.026664809570236935	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0258_000000008107	2716	0.8762530087571797	7	5	1	3	3	False	104508	fragment	False	ISR0258_000000008107	1.0		0	0	False	False	0.9970545172691345	0					non-mobilizable	other	2606.0	98.772	96.0	0.020149496262593436	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
TAN0002_000000008112	4036	0.8762526486202532	4	3	3	3	2	False	3063	maximal	True	TAN0002_000000008112	1.0		55	10	False	False	0.9965312480926514	0					non-mobilizable	no_good_hit	152.0	75.0	4.0	0.004517204790056086	NZ_MBEW02000021.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_21_length_32985_cov_199.775, whole genome shotgun sequence	True	False
SPA0030_000000005516	5343	0.8762516208839468	8	4	3	3	3	False	102626	maximal	True	SPA0030_000000005516	1.0		1	1	False	False	0.9970054030418396	0					non-mobilizable	no_good_hit	2113.0	99.527	40.0	0.08758397611346105	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0213_000000003028	6937	0.8762473725835991	7	4	1	2	4	False	127357	fragment	False	ISR0213_000000003028	0.9985514593880559		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5034.0	99.96	73.0	0.8969880591694885	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0808_000000001794	6838	0.8762473725835991	7	4	1	2	4	False	127357	fragment	False	ISR0213_000000003028	0.9975690899519162		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3508.0	88.027	74.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0025_000000005357	6709	0.8762473725835991	7	4	1	2	4	False	127357	fragment	False	ISR0213_000000003028	0.9765879887933052		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5034.0	99.98	75.0	0.8969880591694885	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0142_000000004165	4207	0.8762393700858624	5	4	4	4	3	False	95027	fragment	False	CHI0142_000000004165	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4207.0	99.382	100.0	0.0011991474249976907	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0187_000000004744	5189	0.876238298345364	7	3	2	3	2	True	125778	maximal	False	ISR0133_000000003333	0.9452681382264841	PS936	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1876.0	88.43299999999999	36.0	0.3981678738815509	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ENG0131_000000007836	3466	0.876238298345364	5	3	2	3	2	True	125775	fragment	False	ENG0131_000000007836	0.9962664277180406		0	0	False	False	0.9997114539146423	0					non-mobilizable	no_good_hit	1553.0	89.762	44.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0244_000000006649	3348	0.876238298345364	5	3	2	3	2	True	125775	fragment	False	ENG0131_000000007836	0.9793710328909406		0	0	False	False	0.9955196976661682	0					non-mobilizable	no_good_hit	1553.0	89.762	46.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
FIJ0049_000000003517	4720	0.8762299320206072	9	3	2	3	1	False	46681	fragment	False	FIJ0049_000000003517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0185_000000028006	1189	0.8762213081825903	1	1	1	1	1	False	29370	fragment	False	ISR0365_000000013397	0.9437984496124031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	100.0	5.0	1.678200741252734e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0008_000000011913	1279	0.8762152505500009	2	2	2	1	1	False	82314	fragment	False	MAD0008_000000011913	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	99.92200000000001	100.0	0.00027065192806673203	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
FIJ0162_000000008243	2722	0.8762143780617215	4	4	3	3	2	False	39239	maximal	True	FIJ0162_000000008243	1.0		1	1	False	False	0.998163104057312	0					non-mobilizable	no_good_hit	296.0	77.365	11.0	0.0009303223937291764	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0029_000000022846	1403	0.8762096807906052	1	1	1	1	1	False	12700	fragment	False	MON0029_000000022846	1.0		0	0	False	False	0.9615110754966736	0					non-mobilizable	no_good_hit	1001.0	90.609	86.0	0.00039890606301278296	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
USA0024_01_000000011853	1922	0.8762064135436763	3	2	2	2	2	True	64056	fragment	False	MON0092_000000028723	0.9627136198860694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	70.904	36.0	0.00017438686081569892	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
MON0101_000000051659	1289	0.8762064135436763	2	2	2	2	2	True	32506	fragment	False	MON0101_000000051659	0.9377635447149029		0	0	False	False	0.9806051254272461	0					non-mobilizable	other	1193.0	69.992	91.0	0.0004912820491323967	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
FIJ0073_000000013240	1395	0.8762060167550364	2	2	2	2	1	False	80234	fragment	False	MAD0021_000000010037	0.8101667820111551		0	0	False	False	1.0	0					non-mobilizable	chromosome	1395.0	97.993	100.0	0.00046887564428326823	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0002_000000028186	1539	0.8761982612183887	3	3	3	3	2	False	52561	fragment	False	FIJ0001_000000012572	0.9563882063882063		0	0	False	False	0.9915529489517212	0					non-mobilizable	no_good_hit	207.0	77.778	13.0	0.0007950266236964472	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0101_000000028646	2219	0.8761947063962208	2	2	2	2	2	False	9049	maximal	True	MON0101_000000028646	1.0		2	1	False	False	0.9995493292808533	0					non-mobilizable	no_good_hit	771.0	76.654	34.0	0.00028361612038390634	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
MON0058_000000002427	11374	0.8761801698276518	10	2	2	1	2	True	67718	fragment	False	MON0058_000000002427	0.987222418047233		0	0	False	False	1.0	0					non-mobilizable	plasmid	11318.0	99.89399999999999	99.0	0.06839197862901764	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
USA0037_01_000000005608	6456	0.8761651525138157	2	2	2	2	2	True	105179	fragment	False	DEN0079_000000005641	0.8844997930840054		0	0	False	False	1.0	0					non-mobilizable	other	6464.0	98.40700000000001	100.0	0.014278513920390487	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0103_000000002013	10756	0.8761595186089318	10	8	7	8	4	True	132338	maximal	False	USA0039_01_000000001791	0.5724399035270881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.399523217383899e-06	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	True
MAD0062_000000000554	14782	0.8761583097668652	18	17	6	14	17	True	86842	maximal	True	MAD0062_000000000554	1.0		2	1	False	False	1.0	0		MOBF	MPF_F	MOBF	conjugative	plasmid	7515.0	97.671	99.0	0.0384402768109414	CP057912.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_2, complete sequence	False	True
SPA0097_000000009524	3404	0.8761576872948423	6	5	5	5	4	True	100460	fragment	False	ISR0252_000000002528	0.9571592869465211		0	0	False	False	1.0	0					non-mobilizable	chromosome	3404.0	98.70700000000001	100.0	0.0004803221757818256	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
FIJ0120_000000002904	7576	0.8761498027717681	8	6	5	6	5	False	51789	fragment	False	FIJ0120_000000002904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	87.5	3.0	0.14717223650385605	NZ_JAAIPV010000084.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_85_length_1556_cov_599.093, whole genome shotgun sequence	True	False
CHI0134_000000004974	2843	0.8761385284765081	4	2	2	2	1	True	124809	fragment	False	CHI0134_000000004974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	2.0	0.00015848728211600692	NZ_MPDM01000001.1	high GC Gram+	Boudabousia marimammalium strain DSM 15383 Scaffold1, whole genome shotgun sequence	True	True
ISR0025_000000010983	3513	0.8761364806887096	9	2	2	2	2	True	37373	fragment	False	ISR0025_000000010983	1.0		0	0	False	False	0.9997153282165527	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00038682788654712436	NZ_JAEB01000015.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	True
USA0023_01_000000011670	2692	0.8761295839903394	4	3	3	2	2	False	1710	maximal	True	USA0023_01_000000011670	1.0		9	3	False	False	0.991827666759491	0					non-mobilizable	no_good_hit	612.0	81.699	48.0	9.468061565447431e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ISR0139_000000003750	5708	0.8761267790674796	6	6	6	5	5	False	37710	maximal	True	ISR0139_000000003750	1.0		2	2	False	False	0.9973720908164978	0					non-mobilizable	no_good_hit	1824.0	98.52	32.0	0.000257310410358586	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0145_000000012938	2302	0.8761244427731784	3	3	3	2	2	True	106733	fragment	False	ISR0145_000000012938	1.0		0	0	False	False	0.9973935484886169	0					non-mobilizable	other	2281.0	99.605	99.0	0.0009416479748166987	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	True
MAD0001_000000006577	3872	0.8761208139250658	6	2	1	2	1	False	86656	maximal	True	MAD0001_000000006577	1.0		2	1	False	False	0.9969007968902588	0					non-mobilizable	no_good_hit	1061.0	81.81	27.0	0.007089469100042537	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0011_000000000181	64675	0.8761126195313204	66	32	19	30	11	True	119540	maximal	True	ISR0011_000000000181	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	16955.0	98.573	82.0	0.09430508964880366	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
FIJ0049_000000010472	1639	0.8761080922789675	3	3	3	2	1	False	46651	fragment	False	FIJ0049_000000010472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	97.788	55.0	0.021357200359899606	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0172_000000001632	9975	0.8761037864690525	13	6	4	6	5	False	89027	maximal	True	ISR0172_000000001632	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2147.0	96.693	57.0	0.006265858080942273	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
AST0116_000000010996	2453	0.8760982841448626	3	3	3	2	2	False	125666	fragment	False	ITA0002_000000003383	0.9318181818181819		0	0	False	False	0.9955157041549683	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.512733429493554e-05	NZ_CABJCG010000002.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MON0103_000000005662	6558	0.8760974867488874	9	8	5	4	5	False	74819	maximal	True	MON0103_000000005662	1.0		3	1	False	False	0.9980176687240601	0					non-mobilizable	no_good_hit	871.0	73.249	13.0	0.0048753909109999945	NZ_KB822474.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.12, whole genome shotgun sequence	True	False
MAD0041_000000013630	2441	0.8760965180725429	4	4	3	4	3	False	112712	fragment	False	MAD0041_000000013630	0.9677996422182469		0	0	False	False	0.9963129758834839	0					non-mobilizable	chromosome	2441.0	99.508	100.0	0.0004934035584102861	LR698971.1	enterobacteria	Citrobacter portucalensis isolate MGYG-HGUT-01705 genome assembly, chromosome: 1	False	False
ISR0052_000000003438	7852	0.8760947751636441	10	3	3	2	3	True	76510	maximal	True	ISR0052_000000003438	1.0		1	1	False	False	0.9975802302360535	0					non-mobilizable	no_good_hit	1049.0	93.804	24.0	0.08178585539312525	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
MAD0021_000000004592	3123	0.8760920419935099	4	2	2	2	2	False	131543	fragment	False	MON0013_000000012095	0.4073225214915594		0	0	False	False	0.9932757019996643	0					non-mobilizable	no_good_hit	1740.0	82.471	56.0	0.0019338720415765789	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0383_000000004413	2964	0.8760865438882331	4	4	3	3	2	False	97083	fragment	False	ISR0383_000000004413	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2733.0	99.927	100.0	0.0011347644989840285	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
USA0003_01_000000032550	1133	0.8760826693220629	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.03650885399805664		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	89.367	100.0	0.0003521632843021661	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0062_000000032723	1184	0.8760819023724175	2	1	1	1	1	False	35295	fragment	False	ISR0062_000000032723	1.0		0	0	False	False	0.9864864945411682	0					non-mobilizable	chromosome	1184.0	99.916	100.0	0.00042824351019223175	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	False	False
FIJ0056_000000010274	2087	0.8760733902157819	4	3	1	3	2	True	125235	fragment	False	MON0057_000000009306	0.22385379892204071		0	0	False	False	0.9947292804718018	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.0003467229581586971	NZ_FQXI01000007.1	firmicutes	Anaerosphaera aminiphila DSM 21120, whole genome shotgun sequence	True	True
MON0024_000000028482	1789	0.8760733902157819	4	3	1	3	2	True	125235	fragment	False	MON0057_000000009306	0.08390632295802661		0	0	False	False	0.9977641105651855	0					non-mobilizable	no_good_hit	120.0	77.5	7.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
ISR0825_000000001204	14403	0.8760724882551403	16	8	2	8	5	False	72156	maximal	False	SPA0026_000000000923	0.9262518731348888		0	0	False	False	0.9998611211776733	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
DEN0003_000000003255	7969	0.876067783305292	9	3	3	2	2	False	76696	maximal	True	DEN0003_000000003255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	95.884	5.0	0.0017986870897155362	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0241_000000005040	2714	0.8760544833477084	4	4	1	3	2	False	27258	maximal	True	ISR0241_000000005040	1.0		5	2	False	False	0.9981576800346375	0					non-mobilizable	chromosome	2770.0	83.213	100.0	0.0008582830619429473	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0034_000000001832	3566	0.8760508612391971	4	4	4	4	4	False	103272	fragment	False	ISR0083_000000005815	0.5586237628181542		0	0	False	False	0.9971957206726074	0					non-mobilizable	chromosome	3566.0	100.0	100.0	0.0006468003701911571	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
TAN0006_000000010065	1443	0.8760503461993859	3	3	3	3	2	False	37338	fragment	False	ISR0025_000000026918	0.9865210924251103		0	0	False	False	0.9944559931755066	0					non-mobilizable	no_good_hit	491.0	87.78	85.0	0.0009697301413545286	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
ISR0139_000000006407	3674	0.8760448629484775	5	4	4	4	4	False	33270	maximal	True	ISR0139_000000006407	1.0		1	1	False	False	0.9956450462341309	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	1.0588166216241797e-05	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
FIJ0040_000000002130	10136	0.8760417593060253	7	5	4	5	3	True	105961	fragment	False	FIJ0151_000000001050	0.8398719592973298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	78.26100000000001	3.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
USA0057_01_000000004175	6976	0.8760400462913176	3	3	1	3	1	False	106652	fragment	False	ENG0141_000000002992	0.21500109886659763		0	0	False	False	0.9998566508293152	0					non-mobilizable	other	6976.0	100.0	100.0	0.002112273627105422	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
SPA0120_000000008626	4940	0.8760400462913176	3	3	1	3	1	False	106645	fragment	False	SPA0120_000000008626	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4940.0	99.939	100.0	0.0014957017124406708	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0784_000000007333	1642	0.8760357511727914	3	1	1	1	1	False	94113	fragment	False	ISR0784_000000007333	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1304.0	97.546	100.0	0.00020053378053959154	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0096_000000021416	1515	0.8760357511727914	2	1	1	1	1	False	60836	fragment	False	ENG0096_000000021416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	91.42299999999999	69.0	0.002349689011748445	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0267_000000015481	1220	0.8760357511727914	3	1	1	1	1	False	94105	fragment	False	CAN0012_000000030540	0.31335745207908805		0	0	False	False	0.9819672107696533	0					non-mobilizable	other	1224.0	93.137	100.0	0.00019551582762476383	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
SPA0040_000000002328	11881	0.8760357446531519	13	11	6	10	10	False	16737	maximal	True	SPA0040_000000002328	1.0		4	4	False	False	0.9994949698448181	0					non-mobilizable	no_good_hit	294.0	79.252	3.0	8.287129414506986e-05	CP023415.1	d-proteobacteria	Desulfovibrio sp. G11 chromosome, complete genome	True	False
ISR0215_000000004869	5849	0.8760259603987852	6	6	6	6	3	False	28181	maximal	True	ISR0215_000000004869	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2368.0	75.169	40.0	0.0008251493531036073	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
MAD0027_000000008565	1429	0.8760230336075454	3	3	3	2	3	False	87109	fragment	False	FIJ0123_000000020607	0.886040423388314		0	0	False	False	1.0	0					non-mobilizable	chromosome	1421.0	100.0	99.0	0.0002981455765064645	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0149_000000002691	5569	0.8760182040589042	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.7068495613705328		0	0	False	False	1.0	0					non-mobilizable	other	5561.0	99.245	99.0	0.0016281885114315818	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0027_000000001843	5381	0.8760182040589042	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.62183293790171		0	0	False	False	0.999442458152771	0					non-mobilizable	chromosome	5390.0	94.49	100.0	0.0009660139227249843	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0019_000000013127	1384	0.8760110687580368	2	2	2	2	1	True	37723	fragment	False	ISR0019_000000013127	1.0		0	0	False	False	0.986994206905365	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.108801833183555e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0126_000000007409	6510	0.8760109835998249	20	2	0	2	1	True	32007	maximal	True	ISR0126_000000007409	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	1.2375635179475587e-05	CP012177.1	firmicutes	Lactobacillus farciminis strain CNCM-I-3699-R genome	True	True
CAN0003_000000013823	3573	0.8760109835998249	11	2	0	2	1	True	96740	maximal	True	CAN0003_000000013823	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0001_000000026120	1685	0.8760109835998249	3	2	0	2	1	True	97236	maximal	True	CAN0001_000000026120	1.0		1	1	False	False	0.997032642364502	0					non-mobilizable	no_good_hit	64.0	93.75	5.0	1.0897585700430212e-05	LN899822.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IV	True	True
ISR0236_000000000838	7997	0.8760098455436373	16	3	2	2	1	True	97269	fragment	False	ISR0236_000000000838	1.0		0	0	False	False	0.9986245036125183	0					non-mobilizable	plasmid	8001.0	98.875	100.0	0.04304300530969639	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
MON0098_000000003925	5655	0.8760067924206623	5	3	3	3	2	True	100497	maximal	True	MON0098_000000003925	1.0	PS574	12	1	True	True	1.0	41					non-mobilizable	no_good_hit	1394.0	95.12200000000001	25.0	0.3399219131283553	KU545938.1	bacteria	Uncultured bacterium clone TE_03B_000_Contig_7 genomic sequence	True	True
ISR0185_000000023262	1425	0.8760058646842911	2	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.12731455230706643		0	0	False	False	0.9992982745170593	0					non-mobilizable	other	1425.0	97.75399999999999	100.0	0.009770221408037105	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ENG0183_000000011574	2444	0.8760024102427141	4	3	3	3	3	False	55163	maximal	True	ENG0183_000000011574	0.987139689578714		219	10	False	False	0.9897708892822266	0					non-mobilizable	chromosome	2420.0	98.63600000000001	99.0	0.0008287232249426849	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
AST0140_000000025463	1141	0.876001954242021	2	2	2	2	2	False	105316	fragment	False	ISR0136_000000008069	0.9643449419568823		0	0	False	False	0.9903593063354492	0					non-mobilizable	no_good_hit	390.0	81.795	34.0	0.0007017581838714682	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
DEN0035_000000009768	3231	0.8760016739140933	4	4	4	4	3	False	125068	fragment	False	ISR0227_000000008228	0.984962655154523		0	0	False	False	1.0	0					non-mobilizable	other	3260.0	85.92	100.0	0.3866507747318236	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0227_000000008228	3231	0.8760016739140933	4	4	4	4	3	False	125068	fragment	False	ISR0227_000000008228	0.9854696937232635		0	0	False	False	0.9975239634513855	0					non-mobilizable	other	3260.0	85.79799999999999	100.0	0.3866507747318236	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
DEN0094_000000010724	3165	0.8760016739140933	4	4	4	4	3	False	125068	fragment	False	ISR0227_000000008228	0.9729274850086727		0	0	False	False	0.9996840357780457	0					non-mobilizable	other	3194.0	85.50399999999999	100.0	0.37890345649582835	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0126_000000015601	3140	0.8760016739140933	4	4	4	4	3	False	125068	fragment	False	ISR0227_000000008228	0.9675814909348889		0	0	False	False	1.0	0					non-mobilizable	other	3169.0	85.45299999999999	100.0	0.37592371871275326	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0369_000000001186	7379	0.8759837120557668	6	3	2	2	1	True	81591	backbone	True	ISR0369_000000001186	1.0	PS403	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1241.0	87.83200000000001	28.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0165_000000003661	4819	0.8759786813619337	5	4	1	3	1	True	30255	maximal	True	ISR0165_000000003661	1.0		1	1	False	False	0.9997925162315369	0					non-mobilizable	no_good_hit	611.0	96.399	27.0	0.00020727733741726323	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
AUS0020_000000000721	23170	0.8759731114708046	19	11	7	9	6	True	108381	fragment	False	AUS0020_000000000721	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	78.571	0.0	1.7509992429184718e-05	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	True
CHI0117_000000007201	2035	0.8759730464582027	2	2	2	2	2	True	82072	maximal	True	CHI0117_000000007201	1.0		8	2	False	False	0.9975429773330688	0					non-mobilizable	no_good_hit	801.0	94.632	55.0	0.003760141558270429	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
ISR0276_000000001645	6964	0.8759712046923144	9	7	5	7	5	False	82027	maximal	True	ISR0276_000000001645	1.0		1	1	False	False	0.9935382008552551	0					non-mobilizable	no_good_hit	2636.0	86.00200000000001	38.0	0.11256914962048115	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CAN0003_000000018608	2673	0.8759697211128052	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.6096002019518246		0	0	False	False	1.0	0					non-mobilizable	chromosome	2637.0	97.345	99.0	0.0004813188904786721	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0108_000000006154	3545	0.8759660719129417	5	2	2	2	2	True	117388	fragment	False	ISR0108_000000006154	0.9755328730111078		0	0	False	False	0.996614933013916	0					non-mobilizable	plasmid	3569.0	94.17200000000001	100.0	0.05402896963057635	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0104_000000007568	3331	0.8759660719129417	4	2	2	2	2	True	117388	fragment	False	ISR0108_000000006154	0.9472496473906911		0	0	False	False	1.0	0					non-mobilizable	plasmid	3350.0	95.97	100.0	0.05089465035603433	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
USA0020_01_000000027518	1252	0.8759633888592497	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.6271488988619529		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	99.281	100.0	0.00020933227021767377	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MON0041_000000021435	2787	0.8759609616743926	5	3	2	3	2	True	14377	fragment	False	MON0041_000000021435	0.9602457535236718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0099_000000011667	2767	0.8759609616743926	5	3	2	3	2	True	14377	fragment	False	MON0041_000000021435	0.9569429494079655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	2.0	1.4697200040005062e-05	CP039373.1	cyanobacteria	Synechococcus sp. CB0101 chromosome, complete genome	True	True
ISR0235_000000001002	3952	0.8759581980757594	6	6	6	6	5	False	49238	fragment	False	ISR0235_000000001002	1.0		0	0	False	False	0.9934210777282715	0					non-mobilizable	no_good_hit	2725.0	89.87200000000001	84.0	0.0010948219038605985	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ISR0228_000000011652	2271	0.8759532247166438	2	2	2	2	1	True	124770	fragment	False	ISR0228_000000011652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	2.0	0.00010777000612809839	NZ_FNQN01000002.1	d-proteobacteria	Desulfuromusa kysingii strain DSM 7343, whole genome shotgun sequence	True	True
ENG0161_000000003765	5573	0.87595050602935	8	5	1	5	1	False	56435	maximal	True	ENG0161_000000003765	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.0024766994720719546	XM_027026907.2	bony fishes	PREDICTED: Electrophorus electricus dynein, axonemal, heavy chain 5 like (dnah5l), mRNA	True	False
ISR0179_000000015115	1512	0.8759474773743771	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.19636566336345582	PS1128	0	0	False	True	0.9986772537231445	0					non-mobilizable	other	1393.0	84.494	92.0	0.016424047641554022	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MAD0044_000000006277	3764	0.8759379107058523	7	6	4	5	6	False	97996	fragment	False	ENG0152_000000005857	0.969598241187728		0	0	False	False	1.0	0					non-mobilizable	plasmid	3669.0	99.891	100.0	0.01674375704886145	MH909349.1	enterobacteria	Klebsiella pneumoniae strain A1705 plasmid pA1705-NDM, complete sequence	False	True
FIJ0053_000000002187	7798	0.8759364295648088	8	5	4	5	3	True	52107	fragment	False	FIJ0154_000000003332	0.43919571022309706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	1.0	0.00011624914935664586	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0089_000000017325	1566	0.8759324217446783	3	3	3	2	1	False	79439	fragment	False	MAD0089_000000017325	0.9844742413549753		0	0	False	False	0.9942528605461121	0					non-mobilizable	other	1567.0	98.915	100.0	0.0002868917405040391	CP001891.1	enterobacteria	Klebsiella variicola At-22, complete genome	False	False
CHI0060_000000004828	2686	0.8759243851154412	3	2	0	1	1	False	99263	maximal	True	CHI0060_000000004828	1.0	PS556	0	0	True	True	0.9992554187774658	1					non-mobilizable	no_good_hit	283.0	86.219	12.0	3.9662219040462235e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0076_000000017463	1502	0.8759187993056258	2	2	2	2	2	False	34558	fragment	False	ISR0076_000000017463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1041.0	75.408	85.0	0.00047896874810534517	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
USA0006_01_000000006812	3588	0.8759161513245676	5	4	3	3	3	True	109320	maximal	False	ISR0810_000000003706	0.8037704751694651		0	0	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
ISR0810_000000003706	3587	0.8759161513245676	5	4	3	3	3	True	109320	maximal	True	ISR0810_000000003706	0.8039720732727663		10	5	True	True	1.0	47					non-mobilizable	no_good_hit								True	True
SPA0046_000000007805	3586	0.8759161513245676	6	4	3	3	3	True	109320	maximal	False	ISR0810_000000003706	0.8034583281068591		0	0	True	True	1.0	157					non-mobilizable	no_good_hit								True	True
ENG0172_000000005698	3550	0.8759161513245676	5	4	3	3	3	True	109320	maximal	False	ISR0810_000000003706	0.8038833846521843		0	0	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
DEN0011_000000011719	3539	0.8759161513245676	5	4	3	3	3	True	109320	maximal	False	ISR0810_000000003706	0.8008332655968172		0	0	True	True	1.0	63					non-mobilizable	no_good_hit								True	True
ENG0055_000000005487	3525	0.8759161513245676	5	4	3	3	3	True	109320	maximal	False	ISR0810_000000003706	0.8008588315167433		0	0	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
ENG0186_000000004638	3523	0.8759161513245676	5	4	3	3	3	True	109320	maximal	False	ISR0810_000000003706	0.8005788913248622		0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
SPA0040_000000011440	3408	0.8759161513245676	5	4	3	3	3	True	109320	maximal	False	ISR0810_000000003706	0.7885177388336142		0	0	True	True	0.9985328912734985	5					non-mobilizable	no_good_hit								True	True
DEN0018_000000010701	3404	0.8759161513245676	5	4	3	3	3	True	109320	maximal	False	ISR0810_000000003706	0.2628015539319915		0	0	True	True	0.9988248944282532	7					non-mobilizable	no_good_hit								True	True
MAD0096_000000000542	19384	0.8759133325773315	43	10	5	9	5	False	50732	maximal	True	MAD0096_000000000542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	88.37200000000001	0.0	0.00032263887875307756	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	True	False
ENG0084_000000016497	1760	0.8759111079381802	2	2	2	1	1	True	61512	fragment	False	ENG0084_000000016497	1.0		0	0	False	False	0.9994317889213562	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.132449588865227e-05	NZ_JGYW01000004.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig04, whole genome shotgun sequence	True	True
ENG0051_000000016832	1718	0.8759111079381802	3	2	2	1	1	True	64055	fragment	False	ENG0051_000000016832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	71.084	19.0	0.00010838331475894641	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0084_000000026787	1366	0.8759111079381802	3	2	2	1	1	True	32508	fragment	False	MON0084_000000026787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	76.233	16.0	7.337752365667801e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CAN0017_000000011080	3292	0.8759107685502201	4	2	2	2	2	False	95214	maximal	True	CAN0017_000000011080	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	78.932	21.0	0.00019391206059948617	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0080_000000002840	9216	0.8759049407146263	9	5	4	4	4	True	86244	fragment	False	ENG0130_000000002966	0.9586372976952866		0	0	False	False	1.0	0					non-mobilizable	plasmid	8942.0	97.70700000000001	99.0	0.07187779325672596	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0014_000000003971	4983	0.8759035970248753	4	4	4	4	4	False	121295	fragment	False	SPA0014_000000003971	1.0		0	0	False	True	0.9997993111610413	0					non-mobilizable	chromosome	4928.0	97.05799999999999	100.0	0.0010179905606014306	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ITA0008_000000000315	3377	0.8759030120659941	2	2	2	2	0	True	131939	maximal	True	ITA0008_000000000315	1.0	PS1136	1	1	False	True	0.9934853315353394	0					non-mobilizable	no_good_hit	794.0	97.355	28.0	0.002044288623649816	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	True
CHI0104_000000004621	1958	0.8759019080355079	2	2	1	2	2	False	83242	fragment	False	CHI0104_000000004621	1.0		0	0	False	False	0.9989785552024841	0					non-mobilizable	no_good_hit	1241.0	74.053	61.0	0.06100514683620951	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0789_000000004024	3439	0.8758948558955402	7	4	1	2	3	True	123344	backbone	False	FIJ0074_000000009507	0.8823662820167008	PS890|PS891	0	0	True	True	1.0	136					non-mobilizable	plasmid	1549.0	98.90299999999999	96.0	0.4402407566638005	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0140_000000008857	2909	0.8758948558955402	6	4	1	2	3	True	123338	fragment	False	ISR0140_000000008857	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1242.0	99.59700000000001	96.0	0.35568930925766695	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
MON0036_000000013453	1736	0.875893910751993	2	2	2	2	2	False	19477	fragment	False	MON0036_000000013453	1.0		0	0	False	False	0.9942396283149719	0					non-mobilizable	no_good_hit	913.0	83.352	53.0	0.06537825993246642	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0213_000000016695	1618	0.8758901314486632	3	3	2	2	2	False	60226	maximal	True	ISR0213_000000016695	1.0		59	7	False	False	0.995055615901947	0					non-mobilizable	no_good_hit	550.0	77.455	33.0	0.000839613591167265	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	True	False
ISR0815_000000003560	7539	0.8758863754927171	7	3	1	3	1	True	118396	fragment	False	ISR0815_000000003560	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	7005.0	96.71700000000001	99.0	0.6180242327761564	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
FIJ0150_000000012330	1950	0.8758855726281913	4	3	2	2	0	True	125762	fragment	False	FIJ0150_000000012330	0.9208203530633438		0	0	False	False	1.0	0					non-mobilizable	other	958.0	93.84100000000001	99.0	0.0002881343735877426	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0022_000000007809	1723	0.8758855726281913	4	3	2	2	0	True	125757	fragment	False	MAD0022_000000007809	0.7715934007411885		0	0	False	False	1.0	0					non-mobilizable	other	956.0	95.921	100.0	0.0002970988838414917	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0166_000000017103	1442	0.8758855726281913	3	3	2	2	0	True	125755	fragment	False	FIJ0166_000000017103	0.9249569640214236		0	0	False	False	0.9791955351829529	0					non-mobilizable	other	568.0	93.31	99.0	0.00017071284203160926	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0090_000000035135	1335	0.8758855726281913	3	3	2	2	0	True	125755	fragment	False	FIJ0166_000000017103	0.9064063398882751		0	0	False	False	0.9985018968582153	0					non-mobilizable	other	568.0	93.31	99.0	0.00017071284203160926	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0105_000000004311	10785	0.8758746562391676	6	4	3	4	3	False	68573	maximal	True	MON0105_000000004311	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	71.932	9.0	0.00504123471471782	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0060_000000001056	10432	0.8758715922958304	9	8	7	6	7	False	42563	maximal	True	MAD0060_000000001056	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4092.0	72.825	40.0	0.0008477506202370787	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0154_000000003458	8357	0.8758582667545096	11	7	2	3	7	False	118188	backbone	False	CHI0082_000000001020	0.8668704414158626	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	58.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0004_000000003205	7970	0.8758582667545096	9	7	2	3	7	False	118188	backbone	False	CHI0082_000000001020	0.1656204042344231	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	95.089	61.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0332_000000001397	7763	0.8758582667545096	9	7	2	3	7	False	118188	backbone	False	CHI0082_000000001020	0.13597042722119754	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	63.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0077_000000001824	7742	0.8758582667545096	10	7	2	3	7	False	118188	backbone	False	CHI0082_000000001020	0.1158535410827389	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4624.0	95.04799999999999	63.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0154_000000003491	7157	0.8758582667545096	9	7	2	3	7	False	118188	backbone	False	CHI0082_000000001020	0.09575829406978546	PS799|PS801|PS802	0	0	False	True	0.9994410872459412	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	68.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0115_000000001045	6927	0.8758582667545096	9	7	2	3	7	False	118188	backbone	False	CHI0082_000000001020	0.08506434337973126	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.93700000000001	70.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0792_000000001467	6908	0.8758582667545096	9	7	2	3	7	False	118188	backbone	False	CHI0082_000000001020	0.08527291108597111	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	70.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0272_000000001616	6848	0.8758582667545096	8	7	2	3	7	False	118188	backbone	False	CHI0082_000000001020	0.08453987653619785	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	71.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0400_000000002333	6848	0.8758582667545096	8	7	2	3	7	False	118188	backbone	False	CHI0082_000000001020	0.0845592528894753	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	71.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
FIJ0050_000000003907	6493	0.8758582667545096	9	7	2	3	7	False	118186	backbone	False	ISR0052_000000003449	0.321916108891068	PS799|PS801	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	75.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
DEN0016_000000000807	6086	0.8758582667545096	8	7	2	3	7	False	118186	backbone	False	ISR0052_000000003449	0.2142991597789072	PS799|PS801	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	79.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0099_000000003324	5752	0.8758582667545096	8	7	2	3	7	False	118168	backbone	False	FIJ0074_000000005173	0.63639524063406	PS799	0	0	True	True	1.0	506	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.895	84.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0127_000000003825	5547	0.8758582667545096	7	7	2	3	7	False	118168	backbone	False	FIJ0074_000000005173	0.6361505480543783	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	88.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
AST0149_000000005410	5040	0.8758582667545096	7	7	2	3	7	False	118168	backbone	False	FIJ0074_000000005173	0.6207289487400004	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4623.0	94.93799999999999	96.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
USA0010_01_000000005349	5038	0.8758582667545096	7	7	2	3	7	False	118168	backbone	False	FIJ0074_000000005173	0.6207033018926772	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4623.0	94.917	96.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ISR0145_000000006532	4978	0.8758582667545096	7	7	2	3	7	False	118168	backbone	False	FIJ0074_000000005173	0.5781948362889006	PS799	0	0	False	True	0.998794674873352	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4623.0	94.917	96.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ENG0058_000000010702	2999	0.8758572440541929	4	3	3	2	3	False	110618	fragment	False	ENG0058_000000010702	1.0		0	0	False	False	0.9996665716171265	0					non-mobilizable	other	2043.0	99.706	99.0	0.0005006532765207099	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0055_000000005055	2623	0.8758452851414816	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.4370700505904701		0	0	False	False	1.0	0					non-mobilizable	other	2618.0	96.21799999999999	99.0	0.010038820352298533	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0169_000000005655	4678	0.8758422266290322	5	4	4	4	3	False	63918	maximal	True	ISR0169_000000005655	1.0		4	2	False	False	0.9980760812759399	0					non-mobilizable	no_good_hit	1277.0	96.946	27.0	0.004571166543073214	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0180_000000003718	5483	0.875833082292811	6	5	4	5	4	False	129629	maximal	True	ISR0180_000000003718	1.0	PS1061	36	7	False	True	1.0	0					non-mobilizable	no_good_hit	3152.0	99.334	57.0	0.0009429385988668577	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0169_000000010941	2731	0.8758239255964696	4	3	2	2	2	True	85721	fragment	False	ISR0169_000000010941	1.0		0	0	False	False	0.9992676377296448	0	rep_cluster_1079				non-mobilizable	no_good_hit	1612.0	96.09200000000001	68.0	0.49085365853658536	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
DEN0011_000000031828	1468	0.8758237672654233	2	1	1	1	1	False	75615	maximal	True	DEN0011_000000031828	1.0		3	2	False	False	0.9993187785148621	0					non-mobilizable	no_good_hit								True	False
ISR0329_000000000801	8921	0.8758196308723831	13	8	3	8	6	False	24722	fragment	False	ISR0329_000000000801	1.0		0	0	False	False	0.9998878836631775	0					non-mobilizable	no_good_hit	2002.0	95.954	22.0	0.028066090664272892	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
AST0108_000000003228	6296	0.8758141056608022	6	5	4	4	5	False	121317	fragment	False	AST0108_000000003228	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	3520.0	96.79	100.0	0.0007270770819477236	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0051_000000001626	9196	0.8757960860243875	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9931205344578741	PS799|PS801|PS802	0	0	True	True	1.0	59	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4624.0	95.02600000000001	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0200_000000012206	1689	0.8757800954790811	4	2	1	1	2	False	102021	fragment	False	ENG0200_000000012206	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	98.053	100.0	0.0004698668710532016	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0132_000000019862	1685	0.8757721246276033	2	2	2	1	1	False	40766	fragment	False	FIJ0132_000000019862	1.0		0	0	False	False	0.9643917083740234	0					non-mobilizable	no_good_hit	929.0	80.086	55.0	0.00482284903021066	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0119_000000007061	4601	0.8757675466622158	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.2870444694091172		0	0	False	False	0.999347984790802	0					non-mobilizable	chromosome	4602.0	98.71799999999999	100.0	0.0010219470968573072	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
DEN0022_000000003124	9534	0.8757670222900559	11	2	1	1	2	False	116824	fragment	False	DEN0022_000000003124	1.0		0	0	False	False	0.9947556257247925	0					non-mobilizable	no_good_hit	135.0	99.259	1.0	4.510361545869199e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0079_000000007270	4005	0.8757596224764268	8	3	2	3	0	True	47235	maximal	True	FIJ0079_000000007270	1.0		1	1	False	False	0.987265944480896	0					non-mobilizable	no_good_hit	167.0	84.431	4.0	0.031752104055087986	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
MON0069_000000022520	2219	0.8757569269400715	3	3	2	3	2	False	57593	fragment	False	MON0069_000000022520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	79.85300000000001	30.0	0.00020177915000984802	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0009_000000002134	13530	0.8757563753466456	8	5	4	4	4	False	29830	maximal	True	SPA0009_000000002134	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00035321927671560415	NZ_JONO01000011.1	enterobacteria	Photorhabdus australis DSM 17609 BO26DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	False
ISR0241_000000010738	1483	0.8757503916433547	2	2	1	2	1	False	89532	fragment	False	USA0008_01_000000003496	0.22386689694532236		0	0	False	False	0.999325692653656	0					non-mobilizable	other	1484.0	99.79799999999999	100.0	0.005917891746077352	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
CHI0057_000000002238	6641	0.8757378715358012	7	3	2	3	2	True	117405	fragment	False	CHI0057_000000002238	1.0		0	0	False	False	0.9998494386672974	0					non-mobilizable	plasmid	4279.0	94.485	98.0	0.18203613323058482	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0770_000000001796	5004	0.8757237144612301	4	3	3	3	3	False	82360	maximal	True	ISR0770_000000001796	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	72.294	40.0	0.9357976653696498	NZ_FQVD01000082.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
CHI0182_000000006468	3979	0.8757191513208649	5	4	4	4	4	False	103272	fragment	False	ISR0083_000000005815	0.6065756665618265		0	0	False	False	0.999748706817627	0					non-mobilizable	other	3979.0	99.899	100.0	0.0007491010504927627	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0106_000000018188	2136	0.8757130483442348	4	4	3	3	3	True	95850	fragment	False	SPA0106_000000018188	0.9807739948342028		0	0	False	False	0.9948501586914062	0					non-mobilizable	no_good_hit	804.0	78.607	38.0	0.0242160067804819	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
CHI0111_000000015534	1942	0.8757108200106807	2	2	2	2	2	False	82530	fragment	False	CHI0111_000000015534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	3.0	8.010856312474666e-05	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
DEN0040_000000006360	1316	0.8757023576578646	1	1	0	1	0	True	73174	fragment	False	DEN0040_000000006360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0045_000000021990	1205	0.8757023576578646	2	1	0	1	0	True	36218	fragment	False	ISR0045_000000021990	0.989958158995816		0	0	False	False	0.9892116189002991	0					non-mobilizable	no_good_hit								True	True
ISR0233_000000016349	1195	0.8757023576578646	2	1	0	1	0	True	36218	fragment	False	ISR0045_000000021990	0.9858921161825726		0	0	False	False	0.9815899729728699	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.0009552480750303942	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	True	True
CHI0040_000000011724	1141	0.8757023576578646	1	1	0	1	0	True	87633	fragment	False	CHI0040_000000011724	0.9577025823686554		0	0	False	False	0.955302357673645	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	8.379087561465017e-05	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	True	True
CAN0013_000000004167	6018	0.8757013714651488	6	4	3	3	3	False	126904	maximal	True	CAN0013_000000004167	1.0	PS979	22	8	False	True	1.0	0					non-mobilizable	no_good_hit	3727.0	99.785	77.0	0.06520826041302065	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
CHI0152_000000006500	1726	0.8756966250810421	2	2	2	2	2	False	82316	fragment	False	CHI0152_000000006500	0.9924242424242424		0	0	False	False	1.0	0					non-mobilizable	chromosome	1726.0	100.0	100.0	0.0004217091468347245	CP054563.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student chromosome, complete genome	False	False
ENG0156_000000004053	3845	0.8756909405519869	5	5	5	4	4	False	116631	fragment	False	SPA0101_000000007479	0.4234834441818219		0	0	False	False	0.9994798302650452	0					non-mobilizable	chromosome	3606.0	99.61200000000001	94.0	0.0007279412106197435	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
CHI0028_000000009441	1523	0.8756897405074534	2	2	2	1	1	False	88649	fragment	False	CHI0028_000000009441	1.0		0	0	False	False	0.9993433952331543	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000002036	11456	0.8756884274930009	16	15	6	10	13	True	132521	backbone	False	USA0060_01_000000001071	0.13632356536894924	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	11458.0	99.738	100.0	0.3054422312881636	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0108_01_000000001325	11368	0.8756884274930009	16	15	6	10	13	True	132521	backbone	False	USA0060_01_000000001071	0.13437552247405798	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	11370.0	99.727	100.0	0.30309575233981284	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0059_000000000689	16856	0.8756849681475346	17	7	5	6	5	True	112919	fragment	False	AST0059_000000000689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2244.0	90.241	48.0	0.07837922950418139	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0054_000000013429	1865	0.8756827988440096	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.41015879518986764		0	0	False	False	0.9994637966156006	0					non-mobilizable	other	1581.0	97.34299999999999	90.0	0.0096317384068617	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0112_000000017359	1589	0.8756827988440096	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.1172935520361991		0	0	False	False	1.0	0					non-mobilizable	other	1548.0	97.09299999999999	97.0	0.009430569186971549	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
BAN0041_000000003587	1561	0.8756791216780602	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.8353975633441099		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	82.461	96.0	0.000387331279481659	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0026_000000022266	1141	0.8756744204597801	2	1	1	1	1	False	118945	maximal	True	AST0026_000000022266	1.0		19	6	False	False	0.9929885864257812	0					non-mobilizable	no_good_hit	812.0	97.537	71.0	0.002592396064416727	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0851_000000013096	1104	0.8756660297389257	2	1	1	1	1	False	20542	fragment	False	ISR0851_000000013096	1.0		0	0	False	False	0.9320651888847351	0					non-mobilizable	other	1032.0	99.806	93.0	0.0019025755817064867	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
MAD0050_000000008650	2753	0.8756620977840235	7	2	1	2	1	False	17407	maximal	True	MAD0050_000000008650	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0020_000000003321	5528	0.8756522697017035	7	3	1	2	3	False	123186	maximal	False	USA0047_01_000000006275	0.5653242605513912	PS879|PS883|PS884	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	1196.0	95.90299999999999	50.0	0.2037322376305427	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0006_000000015909	2278	0.8756518952898238	2	2	2	2	2	False	51725	fragment	False	ISR0004_000000007254	0.9289988033506182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	91.40299999999999	54.0	0.007951516403229658	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0286_000000001952	5993	0.8756363177247765	11	8	3	3	7	True	120545	backbone	False	ISR0774_000000003808	0.985287255113914	PS472|PS846	0	0	True	True	1.0	32	rep_cluster_1085	MOBB			mobilizable	plasmid	4998.0	99.92	100.0	0.8420963936636333	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
ISR0234_000000001791	5584	0.8756357864053034	6	4	4	4	3	True	27366	fragment	False	ISR0234_000000001791	1.0		0	0	False	False	0.9921203255653381	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.008882815169115136	NZ_JAAIQH010000042.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_42_length_8781_cov_320.127, whole genome shotgun sequence	True	True
ENG0131_000000009638	2796	0.8756301423350799	5	5	5	5	4	True	58369	fragment	False	ENG0131_000000009638	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2796.0	100.0	100.0	0.0014376529274368474	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0166_000000002533	9357	0.8756290207746609	8	4	4	4	3	False	56189	maximal	True	ENG0166_000000002533	1.0		1	1	False	False	0.9956182241439819	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.4112820442160233e-05	NZ_WTVA01000015.1	a-proteobacteria	Sneathiella chungangensis strain KCTC 32476 C67, whole genome shotgun sequence	True	False
CHI0134_000000003388	3923	0.875628704954446	4	4	3	3	3	False	80749	fragment	False	CHI0134_000000003388	1.0		0	0	False	False	0.9946469664573669	0					non-mobilizable	no_good_hit	488.0	79.918	12.0	0.0001692740656903779	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0389_000000004132	4607	0.8756275346671877	6	6	5	4	4	False	22914	maximal	True	ISR0389_000000004132	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	93.525	18.0	0.09585253456221199	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ENG0096_000000009328	3583	0.8756228557174671	8	5	5	5	4	False	92147	fragment	False	ENG0096_000000009328	0.9634393063583815		0	0	False	False	0.9997209310531616	0					non-mobilizable	no_good_hit	446.0	77.803	12.0	0.003940244098568646	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
MAD0040_000000003117	6778	0.8756129892719721	6	4	3	4	2	True	100168	fragment	False	MAD0040_000000003117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.477	72.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0219_000000001935	13780	0.8756090420635344	17	12	5	11	9	True	74064	fragment	False	ISR0219_000000001935	0.9692774165266311		0	0	False	False	0.9998548626899719	0					non-mobilizable	no_good_hit	2002.0	95.704	15.0	0.028066090664272892	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0157_000000005855	4160	0.8756059024687217	5	5	5	4	4	False	116631	fragment	False	SPA0101_000000007479	0.4230246078851556		0	0	False	False	0.9992788434028625	0					non-mobilizable	other	4161.0	98.89399999999999	100.0	0.0008644091434077424	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
SPA0120_000000014713	2829	0.8756010442287813	4	4	3	4	3	False	107886	maximal	False	DEN0082_000000013037	0.947272122421823		0	0	False	False	0.9950512647628784	0					non-mobilizable	no_good_hit	765.0	71.765	27.0	0.0002369639795793921	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
FIJ0024_000000003670	5616	0.8755951169669662	5	5	3	5	3	False	49256	maximal	True	FIJ0024_000000003670	1.0		4	2	False	False	0.99821937084198	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.491698930024856e-05	NZ_SDMQ01000002.1	high GC Gram+	Brevilactibacter sinopodophylli strain KCTC 33808 2_373747_41.0212, whole genome shotgun sequence	True	False
ISR0292_000000002689	5631	0.8755938889811862	9	2	1	1	2	False	102490	fragment	False	FIJ0170_000000002869	0.9714561742490778		0	0	False	False	0.9994672536849976	0					non-mobilizable	no_good_hit	307.0	77.524	5.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
ENG0101_000000005928	4972	0.8755938889811862	6	2	1	1	2	False	102488	fragment	False	ISR0378_000000004063	0.9800148737114842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	6.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
MON0007_000000011175	4668	0.8755938889811862	7	2	1	1	2	False	102488	fragment	False	ISR0378_000000004063	0.960239485454469		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	6.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
MON0100_000000008571	4504	0.8755938889811862	7	2	1	1	2	False	102488	fragment	False	ISR0378_000000004063	0.7842452502304301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	7.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
ITA0005_000000001780	8686	0.8755788593797117	12	5	2	5	4	True	24856	fragment	False	ITA0005_000000001780	1.0		0	0	False	False	0.9985033273696899	0					non-mobilizable	no_good_hit	2487.0	93.084	69.0	0.18766066838046272	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
ISR0824_000000020991	1154	0.8755737985382442	2	1	1	1	1	False	21138	maximal	True	ISR0824_000000020991	1.0		33	9	False	False	0.9956672191619873	0					non-mobilizable	no_good_hit	481.0	70.062	41.0	0.001585879013423333	NZ_LT963433.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
USA0004_01_000000016439	1330	0.8755698657755657	3	3	3	2	2	False	2198	fragment	False	USA0004_01_000000016439	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	100.0	100.0	0.02988195615514334	NZ_CABJDM010000030.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0207_000000005676	4490	0.8755672084654493	7	3	0	3	2	True	54458	fragment	False	ISR0207_000000005676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0132_000000008324	3850	0.875563348272578	5	3	3	2	2	False	103941	fragment	False	CHI0132_000000008324	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3861.0	94.069	99.0	0.001888989824778894	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0778_000000005530	2383	0.875563348272578	3	3	3	2	2	False	103936	fragment	False	ISR0778_000000005530	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	97.65100000000001	100.0	0.0007935818515633857	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
USA0130_01_000000022338	1509	0.875563348272578	3	3	3	2	2	False	60824	fragment	False	USA0064_01_000000005522	0.8440122195499562		0	0	False	False	0.9993373155593872	0					non-mobilizable	other	1509.0	95.295	100.0	0.0007395966915930873	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
CAN0016_000000019670	2461	0.8755616280602122	3	3	3	3	2	False	92922	maximal	True	CAN0016_000000019670	1.0		72	10	False	False	0.9991873502731323	0					non-mobilizable	no_good_hit	1267.0	97.316	51.0	0.009801388791031573	NZ_CYXV01000011.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0125_000000004399	8063	0.8755593181047073	10	9	6	8	7	True	120539	maximal	True	SPA0125_000000004399	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2512.0	95.303	31.0	0.999599679743795	NZ_JAAITU010000097.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_97_length_2498_cov_195.029, whole genome shotgun sequence	True	True
ISR0395_000000006371	6000	0.8755447027418697	10	3	2	3	3	True	22739	maximal	True	ISR0395_000000006371	1.0		1	1	False	False	0.9991666674613953	0					non-mobilizable	no_good_hit	831.0	98.79700000000001	23.0	0.000301425232923625	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
MON0025_000000013872	2673	0.8755437438365437	3	3	3	3	3	False	108433	fragment	False	MON0025_000000013872	1.0		0	0	False	False	0.9805461764335632	0					non-mobilizable	other	2657.0	99.925	99.0	0.0005506251751800727	AP023226.1	enterobacteria	Escherichia coli YJ3 DNA, complete genome	False	False
MON0081_000000003692	12886	0.875542822654759	11	10	9	9	10	False	96605	maximal	False	MON0031_000000002608	0.9847670938531194		0	0	False	False	0.9979047179222107	0					non-mobilizable	other	11940.0	99.087	93.0	0.007145554917761475	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
FIJ0143_000000000576	6713	0.875530003140928	5	3	1	3	1	True	96658	fragment	False	FIJ0143_000000000576	0.9766771233150893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	79.327	3.0	0.0017345151162992385	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0104_000000003692	6547	0.875530003140928	5	3	1	3	1	True	96658	fragment	False	FIJ0143_000000000576	0.9678695913682892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	95.302	2.0	0.12574341546304163	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0050_000000003731	5874	0.875530003140928	5	3	1	3	1	True	96658	fragment	False	FIJ0143_000000000576	0.3146558575743125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0097_000000011983	2745	0.8755265702456635	3	3	2	2	2	False	102623	maximal	True	SPA0097_000000011983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00010873068574113553	NZ_KB913018.1	euryarchaeotes	Natronorubrum tibetense GA33 NATTIDRAFT_scaffold2.2, whole genome shotgun sequence	True	False
CHI0187_000000002771	6550	0.8755242047655394	6	6	5	5	5	False	121302	fragment	False	CHI0187_000000002771	1.0		0	0	False	True	0.9989312887191772	0					non-mobilizable	no_good_hit	4558.0	93.396	72.0	0.018539479652338785	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
ENG0007_000000009302	2799	0.8755137067924081	4	3	2	2	2	True	90852	fragment	False	ENG0007_000000009302	1.0		0	0	False	False	0.9835655689239502	0					non-mobilizable	no_good_hit	101.0	83.16799999999999	4.0	2.203256903315746e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
CHI0004_000000002884	2114	0.8755137067924081	3	3	2	2	2	True	90851	fragment	False	CHI0004_000000002884	1.0		0	0	False	False	0.999053955078125	0					non-mobilizable	no_good_hit								True	True
MON0082_000000019105	1819	0.8755134511372337	4	4	4	2	2	False	9915	fragment	False	MON0082_000000019105	1.0		0	0	False	False	0.9725123643875122	0					non-mobilizable	other	1819.0	99.945	100.0	0.03799373040752351	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
USA0135_01_000000003515	4171	0.8755130370429922	6	3	2	3	2	False	61053	fragment	False	USA0135_01_000000003515	1.0		0	0	False	False	0.999520480632782	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.813273450812433e-06	NZ_VFOY01000001.1	high GC Gram+	Modestobacter multiseptatus strain DSM 44402 Ga0264256_11, whole genome shotgun sequence	True	False
MON0090_000000044170	1402	0.8755052010619953	2	2	2	2	1	False	78519	fragment	False	MON0090_000000044170	0.9911006289308176		0	0	False	False	0.9985734820365906	0					non-mobilizable	no_good_hit								True	False
CHI0082_000000000581	14603	0.8754917206527536	19	16	11	12	12	True	123710	fragment	False	ISR0395_000000002237	0.9911796925987513		0	0	False	True	0.9999315142631531	0	rep_cluster_1702				non-mobilizable	other	14630.0	99.152	100.0	0.1459364521794667	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0295_000000001815	12740	0.8754843893177031	18	7	4	6	4	True	109366	fragment	False	ISR0295_000000001815	1.0		0	0	False	False	0.9994505643844604	0					non-mobilizable	no_good_hit	3486.0	92.59899999999999	89.0	0.1377532669943652	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
CHI0034_000000009481	1757	0.8754811644084445	3	3	2	3	2	False	97043	fragment	False	CHI0034_000000009481	1.0		0	0	False	False	0.9982925653457642	0					non-mobilizable	no_good_hit	89.0	80.899	5.0	3.4154515025977525e-05	NZ_UHDU01000001.1	firmicutes	Staphylococcus petrasii subsp. petrasii strain NCTC13835, whole genome shotgun sequence	True	False
MON0041_000000032567	1995	0.8754773576107979	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.5335093127179976		0	0	False	False	1.0	0					non-mobilizable	other	1657.0	97.646	93.0	0.01009503721630568	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ISR0081_000000012259	1936	0.8754773576107979	2	2	2	2	2	False	53506	fragment	False	USA0034_01_000000026353	0.5291674506781407		0	0	False	False	1.0	0					non-mobilizable	other	1630.0	97.853	93.0	0.009930444218213739	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ISR0191_000000003262	2924	0.8754745624156323	3	3	3	3	2	False	35198	fragment	False	ISR0191_000000003262	1.0		0	0	False	False	0.9941860437393188	0					non-mobilizable	other	2925.0	99.28200000000001	100.0	0.001446111572156714	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ISR0121_000000023209	1140	0.8754686901781457	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.024520473980293864	PS1061	0	0	False	True	0.9894737005233765	0					non-mobilizable	chromosome	1140.0	96.75399999999999	100.0	0.00030523296323054926	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0017_01_000000013587	2025	0.8754682314341428	2	2	1	1	2	False	51840	maximal	True	USA0017_01_000000013587	1.0		0	0	False	False	0.9940740466117859	0					non-mobilizable	no_good_hit	282.0	98.227	14.0	0.0013861757335385464	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0050_000000012509	2132	0.8754605966737906	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.9547648207156472		0	0	False	False	0.9985928535461426	0					non-mobilizable	other	2132.0	98.96799999999999	100.0	0.019535045743725134	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0008_000000002903	7285	0.8754592343664912	4	2	1	2	0	True	98603	fragment	False	ISR0115_000000003080	0.4247055293124203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	97.931	2.0	0.0031328866069097556	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0139_000000009633	2817	0.8754557608916923	4	3	1	1	3	True	64516	fragment	False	SPA0139_000000009633	1.0		0	0	False	False	0.987930417060852	0					non-mobilizable	other	2798.0	99.89299999999999	99.0	0.000897595778315344	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0169_000000001179	16404	0.8754544096464625	20	13	7	10	11	True	97482	fragment	False	CAN0001_000000002202	0.9901195266983002		0	0	False	False	1.0	0					non-mobilizable	other	16326.0	99.98200000000001	99.0	0.35703350538010675	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0083_000000008657	3954	0.8754380771467469	3	3	3	3	2	False	118330	fragment	False	FIJ0083_000000008657	0.9668672827629106		0	0	False	False	0.9946889281272888	0					non-mobilizable	no_good_hit	1343.0	80.194	34.0	0.0018421462658619687	NZ_FUHN01000008.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
ENG0049_000000003567	5566	0.8754356333337223	5	4	4	3	3	False	119739	fragment	False	ENG0049_000000003567	1.0		0	0	False	False	0.9982033967971802	0					non-mobilizable	other	4697.0	99.723	100.0	0.0007501164868926888	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0285_000000001048	9288	0.8754320125645955	13	7	5	6	5	True	26075	maximal	True	ISR0285_000000001048	1.0		1	1	False	False	0.9996770024299622	0					non-mobilizable	no_good_hit	1066.0	99.25	11.0	0.0011402141973813652	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
MAD0110_000000010117	2698	0.8754316159563766	3	3	2	3	1	False	14558	maximal	True	MAD0110_000000010117	1.0		33	3	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	97.71	38.0	0.0007436453233964133	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
AST0002_000000022789	1643	0.8754299733981479	2	2	1	2	1	False	131605	fragment	False	AST0002_000000022789	0.9751984126984127		0	0	False	False	0.9957395195960999	0					non-mobilizable	no_good_hit								True	False
ISR0287_000000002573	3969	0.8754246194702752	6	5	5	5	5	False	107151	maximal	True	ISR0287_000000002573	0.993431855500821		237	10	False	False	1.0	0					non-mobilizable	other	2102.0	98.76299999999999	100.0	0.018809984242945138	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0183_000000002391	2511	0.8754221171027361	4	3	3	2	2	True	87796	fragment	False	CHI0183_000000002391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	99.49600000000001	26.0	0.015611448395490026	NZ_QNRL01000020.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_120, whole genome shotgun sequence	True	True
AUS0024_000000010860	2998	0.8754180372229664	4	4	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.5314730292839157		0	0	False	False	1.0	0					non-mobilizable	other	2233.0	98.836	100.0	0.0006666764326293569	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
TAN0009_000000007310	4331	0.8754148542474193	6	2	2	2	2	True	70368	maximal	True	TAN0009_000000007310	0.9268571169965647		3	1	True	True	1.0	382					non-mobilizable	no_good_hit	1533.0	90.541	40.0	0.5270969968933379	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
TAN0006_000000002144	4331	0.8754148542474193	7	2	2	2	2	True	70368	maximal	False	TAN0009_000000007310	0.9263032544541241		0	0	True	True	1.0	387					non-mobilizable	no_good_hit	1533.0	90.541	40.0	0.5270969968933379	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0050_000000006395	4306	0.8754148542474193	5	2	2	2	2	True	70368	maximal	False	TAN0009_000000007310	0.5526389840467909		0	0	True	True	1.0	40					non-mobilizable	no_good_hit	1295.0	89.49799999999999	36.0	0.443562305833621	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
SPA0043_000000004130	4248	0.8754148542474193	4	2	2	2	2	True	100496	backbone	False	MON0043_000000005196	0.17554795637454024	PS574	0	0	True	True	1.0	1289					non-mobilizable	no_good_hit	1233.0	72.425	33.0	0.4118053158439765	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
TAN0010_000000002745	4215	0.8754148542474193	6	2	2	2	2	True	70368	maximal	False	TAN0009_000000007310	0.745195997455395		0	0	True	True	1.0	304					non-mobilizable	no_good_hit	1453.0	87.061	39.0	0.49810148429409734	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MAD0055_000000001698	4187	0.8754148542474193	6	2	2	2	2	True	49895	backbone	False	ISR0371_000000003554	0.1877105131804911	PS190	0	0	True	True	0.998805820941925	12					non-mobilizable	no_good_hit	943.0	91.304	41.0	0.32481877804625475	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
TAN0021_000000003460	4182	0.8754148542474193	4	2	2	2	2	True	100496	backbone	False	MON0043_000000005196	0.5520055918657583	PS574	0	0	True	True	1.0	149					non-mobilizable	no_good_hit	1008.0	77.083	31.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0004_000000008186	4172	0.8754148542474193	6	2	2	2	2	True	49895	backbone	False	ISR0371_000000003554	0.35875537065317775	PS190	0	0	True	True	0.9848993420600891	412					non-mobilizable	no_good_hit	1207.0	89.64399999999999	39.0	0.4145667932343804	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
TAN0012_000000001673	3959	0.8754148542474193	4	2	2	2	2	True	70368	maximal	False	TAN0009_000000007310	0.39255041518386713		0	0	True	True	0.9994948506355286	3					non-mobilizable	no_good_hit	951.0	86.12	29.0	0.32481877804625475	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0184_000000004238	2984	0.8754148542474193	3	2	2	2	2	True	70375	backbone	False	MON0042_000000008754	0.2681645050865436	PS331	0	0	True	True	1.0	1304					non-mobilizable	no_good_hit	1885.0	86.844	63.0	0.6461857093545047	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0142_000000011136	2979	0.8754148542474193	4	2	2	2	2	True	70375	backbone	False	MON0042_000000008754	0.6895267828753294	PS331	0	0	True	True	1.0	79					non-mobilizable	no_good_hit	1482.0	87.314	56.0	0.5056955471177079	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
SPA0109_000000009988	2968	0.8754148542474193	4	2	2	2	2	True	70375	backbone	False	MON0042_000000008754	0.6886037195066782	PS331	0	0	True	True	1.0	125					non-mobilizable	no_good_hit	1482.0	87.382	59.0	0.5056955471177079	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MAD0092_000000006065	2963	0.8754148542474193	5	2	2	2	2	True	70375	backbone	False	MON0042_000000008754	0.39047091875176104	PS331	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	1995.0	91.529	67.0	0.6824301001035554	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0003_000000004631	2960	0.8754148542474193	4	2	2	2	2	True	70375	backbone	False	MON0042_000000008754	0.6805350617326031	PS331	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	1482.0	87.045	55.0	0.5056955471177079	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MAD0003_000000009823	2888	0.8754148542474193	4	2	2	2	2	True	70375	backbone	False	MON0042_000000008754	0.6723764965282222	PS331	0	0	True	True	1.0	1466					non-mobilizable	no_good_hit	1483.0	87.458	57.0	0.5056955471177079	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0054_000000010946	2285	0.8754148542474193	3	2	2	2	2	True	70367	fragment	False	FIJ0054_000000010946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	88.316	68.0	0.4697963410424577	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0006_000000006490	2168	0.8754148542474193	4	2	2	2	2	True	118128	fragment	False	CHI0006_000000006490	1.0		0	0	False	False	0.9995387196540833	0	rep_cluster_1097				non-mobilizable	other	2133.0	100.0	100.0	0.25814263227993706	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
CHI0073_000000004479	1859	0.8754148542474193	3	2	2	2	2	True	118127	fragment	False	CHI0073_000000004479	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1845.0	100.0	100.0	0.2232715825160431	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	True
ISR0185_000000000483	26615	0.8754136271892207	33	16	8	12	10	False	114641	maximal	True	ISR0185_000000000483	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
SPA0131_000000004135	5177	0.8754131005729938	6	6	3	3	5	True	128685	backbone	False	FIJ0105_000000005116	0.11983520780233861	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	3043.0	88.86	83.0	0.6104944500504541	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
DEN0011_000000016566	2611	0.8754075925655571	4	4	4	3	1	False	99319	maximal	False	AUS0022_000000012530	0.9256611865618298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	74.431	22.0	0.00023278209814540598	CP022382.1	CFB group bacteria	Capnocytophaga canimorsus strain 7120 chromosome, complete genome	True	False
ISR0146_000000006780	5609	0.8753973278651549	12	4	4	3	3	True	110432	fragment	False	ISR0146_000000006780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2322.0	97.50200000000001	78.0	0.013357217735896874	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0142_000000000682	2555	0.8753933622751814	2	2	2	2	2	False	31180	maximal	True	ISR0142_000000000682	1.0		7	4	False	False	0.9992172122001648	0					non-mobilizable	no_good_hit	1705.0	94.897	67.0	0.0003790046976107793	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0094_000000006072	4966	0.8753903659920402	5	5	2	3	2	False	111824	maximal	True	DEN0094_000000006072	1.0		0	0	False	False	0.9995972514152527	0					non-mobilizable	no_good_hit	80.0	91.25	2.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
DEN0079_000000001916	13113	0.8753878884920197	19	10	6	9	6	True	69651	maximal	True	DEN0079_000000001916	0.9411402329760894		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1487.0	87.35700000000001	17.0	0.0011805257040964161	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
SPA0141_000000000053	59111	0.8753514995577133	57	15	11	13	10	False	38203	maximal	True	SPA0141_000000000053	0.9998900262245156		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2338.0	94.18299999999999	4.0	0.9961636828644501	KX128149.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_TE_18 genomic sequence	True	False
SPA0140_000000000039	59105	0.8753514995577133	57	15	11	13	10	False	38203	maximal	False	SPA0141_000000000053	0.9998392854121907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2338.0	94.18299999999999	4.0	0.9961636828644501	KX128149.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_TE_18 genomic sequence	True	False
MON0005_000000009352	5020	0.8753471343514786	5	5	5	5	5	False	14148	maximal	True	MON0005_000000009352	1.0		63	8	False	False	0.9944223165512085	0					non-mobilizable	other	2683.0	98.845	100.0	0.0007442335782639364	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0327_000000002289	8293	0.8753440357474987	11	6	2	4	3	True	24800	fragment	False	ISR0327_000000002289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	100.0	3.0	0.013907860424686452	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	True
MON0078_000000033402	1413	0.8753338985079978	2	1	1	1	1	False	10144	fragment	False	MON0078_000000033402	1.0		0	0	False	False	0.9709837436676025	0					non-mobilizable	no_good_hit	787.0	88.945	56.0	0.027502711781377934	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
TAN0007_000000002092	11288	0.8753299290206089	5	5	3	5	2	False	124339	maximal	True	TAN0007_000000002092	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1769.0	87.959	23.0	0.009214293288092461	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
MON0079_000000019295	1182	0.875326082730493	2	2	2	2	1	True	10076	fragment	False	MON0079_000000019295	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	90.541	100.0	0.002530171546487086	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	False	True
FIJ0041_000000032590	1182	0.8753200002036865	1	1	1	1	1	False	47333	fragment	False	FIJ0041_000000032590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0014_000000005536	4228	0.8753196819474945	5	1	1	1	1	False	50519	fragment	False	FIJ0014_000000005536	1.0		0	0	False	False	0.9992904663085938	0					non-mobilizable	chromosome	4228.0	100.0	100.0	0.0014363300086274943	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0064_000000018123	1445	0.8753162542042778	3	2	2	2	1	True	71649	fragment	False	FIJ0064_000000018123	0.9194100894896889		0	0	False	False	0.9972318410873413	0					non-mobilizable	other	1439.0	99.375	99.0	0.018513750128746523	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ISR0821_000000004031	6346	0.875309808720116	8	7	4	6	4	True	106906	backbone	True	ISR0821_000000004031	0.9952064078460201	PS656|PS657	2	2	False	True	1.0	0					non-mobilizable	other	5698.0	98.824	90.0	0.9632949932341002	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0026_000000010850	2931	0.8753092192235248	3	3	3	3	2	False	49127	maximal	True	FIJ0026_000000010850	1.0		1	1	False	False	0.9901057481765747	0					non-mobilizable	no_good_hit	262.0	99.618	9.0	0.002420162456882163	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	True	False
ISR0267_000000004855	3287	0.8753072020540105	3	3	3	3	2	False	26543	fragment	False	ISR0267_000000004855	1.0		0	0	False	False	0.9893519878387451	0					non-mobilizable	chromosome	2098.0	100.0	100.0	0.0004744502757105894	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0771_000000002989	3678	0.8753027371131475	4	4	4	4	4	False	22524	maximal	True	ISR0771_000000002989	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1473.0	80.041	52.0	0.00023392812522473924	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MAD0051_000000010946	2635	0.8753005157105658	2	2	1	2	1	False	17341	fragment	False	MAD0051_000000010946	1.0		0	0	False	False	0.9931688904762268	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000007161	3296	0.875297211485115	5	2	2	2	2	False	89026	fragment	False	ISR0054_000000007161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	80.672	4.0	0.0003924992048507488	NZ_FUXZ01000004.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
ISR0831_000000008380	2143	0.8752967353636942	3	2	2	2	1	True	61793	fragment	False	ISR0831_000000008380	1.0		0	0	False	False	0.9944003820419312	0					non-mobilizable	other	2129.0	94.45700000000001	99.0	0.0006067013125047755	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
USA0001_01_000000001690	8567	0.875291954862987	17	6	3	5	2	False	2289	maximal	True	USA0001_01_000000001690	1.0		1	1	False	False	0.9982491135597229	0					non-mobilizable	no_good_hit								True	False
ENG0185_000000003078	7951	0.875275437236633	10	9	9	6	5	False	131515	maximal	True	ENG0185_000000003078	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	92.06700000000001	43.0	0.0002540056376167274	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0015_000000000298	46057	0.8752717521546489	24	12	11	11	6	False	99579	maximal	True	ENG0015_000000000298	1.0		3	3	False	False	0.9999348521232605	0					non-mobilizable	plasmid	22836.0	96.773	95.0	0.09365124964090779	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MON0038_000000020253	1659	0.875265583642335	2	2	2	2	2	False	11999	maximal	True	MON0038_000000020253	1.0		6	5	False	False	0.9704641103744507	0					non-mobilizable	no_good_hit	1059.0	100.0	64.0	0.0002593982206458918	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0142_000000019067	1865	0.8752606938428236	3	3	2	3	2	True	96903	fragment	False	FIJ0142_000000019067	1.0		0	0	False	False	0.9983914494514465	0					non-mobilizable	no_good_hit	56.0	85.714	3.0	0.00015848728211600692	NZ_MPDM01000001.1	high GC Gram+	Boudabousia marimammalium strain DSM 15383 Scaffold1, whole genome shotgun sequence	True	True
ISR0057_000000005476	3700	0.8752486606603267	5	2	0	2	0	True	35595	maximal	True	ISR0057_000000005476	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0285_000000009048	1979	0.8752486606603267	3	2	0	2	0	True	70588	fragment	False	ISR0285_000000009048	0.9816420193778684		0	0	False	False	1.0	0					non-mobilizable	plasmid	1548.0	100.0	99.0	0.4080717488789238	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
SPA0053_000000016932	1961	0.8752486606603267	3	2	0	2	0	True	70588	fragment	False	ISR0285_000000009048	0.9772612430520464		0	0	False	False	0.9984701871871948	0					non-mobilizable	plasmid	1620.0	100.0	100.0	0.4270640991822738	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0151_000000009008	1781	0.8752486606603267	5	2	0	2	0	True	103665	maximal	True	AST0151_000000009008	1.0		0	0	False	False	0.9842785000801086	0					non-mobilizable	no_good_hit	811.0	100.0	46.0	0.21366394091268795	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
ETH0003_000000023565	1751	0.8752486606603267	5	2	0	2	0	True	53108	maximal	True	ETH0003_000000023565	1.0		1	1	True	True	0.9994288682937622	94					non-mobilizable	no_good_hit								True	True
DEN0070_000000020507	1658	0.8752486606603267	2	2	0	2	0	True	70587	fragment	False	DEN0070_000000020507	1.0		0	0	False	False	0.958986759185791	0					non-mobilizable	plasmid	1605.0	100.0	97.0	0.4231073595357425	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0080_000000022896	1446	0.8752486606603267	2	2	0	2	0	True	34295	fragment	False	ISR0080_000000022896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	96.0	3.0	0.01804222648752399	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0066_000000011021	1141	0.8752486606603267	2	2	0	2	0	True	6065	fragment	False	SPA0066_000000011021	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1141.0	100.0	100.0	0.30071221313637564	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
CAN0020_000000030495	1130	0.8752486606603267	2	2	0	2	0	True	91688	fragment	False	CAN0020_000000030495	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1052.0	91.35	93.0	0.276707992614086	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AUS0022_000000012530	2798	0.8752475211209202	4	4	4	3	1	False	99319	maximal	True	AUS0022_000000012530	0.9561470700880889		1	1	False	False	0.9992852210998535	0					non-mobilizable	no_good_hit	246.0	71.545	9.0	0.0001146500272820269	CP024729.1	CFB group bacteria	Prevotella intermedia strain KCOM 1933 chromosome 1, complete sequence	True	False
MON0014_000000002818	5242	0.875247051336227	5	5	5	5	5	False	32785	fragment	False	MON0014_000000002818	1.0		0	0	False	False	0.999809205532074	0					non-mobilizable	no_good_hit	419.0	73.986	8.0	8.112741696169027e-05	CP008852.1	firmicutes	Pelosinus sp. UFO1, complete genome	True	False
MON0077_000000003168	9064	0.8752431579631432	12	6	3	3	5	False	52591	maximal	False	FIJ0136_000000002729	0.9834096420130365		0	0	False	True	0.999558687210083	0					non-mobilizable	no_good_hit	1563.0	71.657	17.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
ENG0027_000000002385	7280	0.8752426859603429	7	6	6	6	5	False	84098	maximal	True	ENG0027_000000002385	1.0		16	6	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit	97.0	83.505	1.0	0.00043485226466482044	NZ_PUJV01000008.1	enterobacteria	Photorhabdus stackebrandtii strain DSM 23271 scaffold_0008, whole genome shotgun sequence	True	False
DEN0041_000000019776	1725	0.8752342986622137	3	2	2	2	2	False	73103	fragment	False	DEN0041_000000019776	1.0		0	0	False	False	0.9971014261245728	0					non-mobilizable	other	1725.0	99.82600000000001	100.0	0.0008460946889890396	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0042_000000029269	1151	0.8752342986622137	2	2	2	2	2	False	36325	fragment	False	ISR0042_000000029269	0.9539069359086918		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	93.745	100.0	0.0003557134023010036	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
SPA0060_000000011447	1208	0.8752236976220041	1	1	1	1	1	False	6219	fragment	False	SPA0060_000000011447	1.0		0	0	False	False	0.9933775067329407	0					non-mobilizable	no_good_hit	1001.0	78.521	82.0	0.0003215969998196317	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0187_000000013674	2070	0.8752202646802991	4	3	3	3	3	False	29296	maximal	True	ISR0187_000000013674	1.0		21	4	False	False	0.987922728061676	0					non-mobilizable	chromosome	2005.0	99.85	97.0	0.0010768473520517058	CP030927.1	firmicutes	Streptococcus thermophilus strain CS9 chromosome, complete genome	False	False
CHI0160_000000010302	2897	0.8752070001662697	4	3	3	2	3	False	103949	fragment	False	CHI0160_000000010302	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	97.67299999999999	100.0	0.0008843750751497965	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0114_000000004488	5654	0.8751902266075341	7	4	0	0	4	False	99955	fragment	False	ISR0114_000000004488	0.9973355384049982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	94.428	35.0	0.09060712308544012	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0320_000000013002	1926	0.8751894093721941	4	3	2	2	1	True	125762	fragment	False	FIJ0150_000000012330	0.916923076923077		0	0	False	False	1.0	0					non-mobilizable	other	958.0	94.05	100.0	0.0002881343735877426	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0041_000000048743	1416	0.8751844972762652	2	2	2	2	2	False	11779	fragment	False	MON0041_000000048743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	4.0	1.280666430868811e-05	NZ_CP013940.1	enterobacteria	Cronobacter malonaticus LMG 23826 chromosome, complete genome	True	False
ISR0032_000000011025	2961	0.8751708621330411	4	1	1	1	1	False	89082	fragment	False	ISR0032_000000011025	1.0		0	0	False	False	0.9996622800827026	0					non-mobilizable	no_good_hit	1613.0	97.21	57.0	0.012937515578891506	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0099_000000002527	7626	0.8751686479028735	5	5	5	5	3	False	110590	maximal	True	AST0099_000000002527	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3001.0	94.26899999999999	39.0	0.001082373707079267	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
USA0132_01_000000004226	4165	0.8751522607986544	4	2	0	2	2	False	117772	fragment	False	USA0132_01_000000004226	0.9938426740387032		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2421.0	98.802	60.0	0.005991626578063219	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
CHI0162_000000007113	3979	0.8751522607986544	5	2	0	2	2	False	117772	fragment	False	USA0132_01_000000004226	0.9717887154861945		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2358.0	99.449	62.0	0.005835646216733474	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
TAN0017_000000029450	1262	0.8751508045646347	1	1	1	1	1	False	2441	fragment	False	TAN0017_000000029450	1.0		0	0	False	False	0.9928684830665588	0					non-mobilizable	no_good_hit								True	False
ISR0348_000000002103	5276	0.8751465728382718	6	4	4	3	3	False	121537	fragment	False	ISR0348_000000002103	1.0		0	0	False	False	0.9986732602119446	0					non-mobilizable	other	2551.0	94.042	91.0	0.00048557956476736903	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0169_000000005107	5068	0.8751433413795693	4	3	3	3	3	False	83770	fragment	False	ISR0169_000000005107	1.0		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	3966.0	98.336	100.0	0.2768993983489576	CP058577.1	enterobacteria	Escherichia coli strain EC1 plasmid pEC1-3, complete sequence	False	True
ENG0164_000000011610	1736	0.8751386012609602	2	1	1	1	1	False	56280	fragment	False	ENG0164_000000011610	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1736.0	99.885	100.0	0.00048516391129917386	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0104_000000027510	1283	0.8751248876647579	3	3	1	3	2	False	107693	fragment	False	AST0104_000000027510	1.0		0	0	False	False	0.9906468987464905	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000007027	5126	0.87512188953124	7	7	1	6	5	False	112161	maximal	False	SPA0040_000000006858	0.9465673996095915		0	0	True	True	1.0	16					non-mobilizable	chromosome	3855.0	95.59	99.0	0.7549577851953662	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
FIJ0012_000000020998	1212	0.8751208569265128	2	2	2	2	2	False	102274	maximal	True	FIJ0012_000000020998	1.0		0	0	False	False	0.9834983348846436	0					non-mobilizable	no_good_hit	447.0	98.21	46.0	0.00012385379697974462	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0152_000000002519	3217	0.8751049384062786	4	3	1	2	2	True	79391	fragment	False	CHI0152_000000002519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	95.37200000000001	58.0	0.08022506579544424	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0001_000000002803	6870	0.8750899059277799	9	5	4	5	3	True	53385	fragment	False	FIJ0157_000000002723	0.9488929118507172		0	0	False	False	0.9998544454574585	0					non-mobilizable	no_good_hit	1143.0	91.251	17.0	0.00030463658482648385	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0198_000000001325	23714	0.8750892038852879	29	19	9	16	10	False	128715	maximal	True	ISR0198_000000001325	1.0		1	1	False	False	0.9999156594276428	0					non-mobilizable	no_good_hit	3241.0	95.18700000000001	59.0	0.1404270091997917	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
ISR0162_000000002931	10196	0.8750871636212584	12	8	4	7	6	True	115547	maximal	True	ISR0162_000000002931	1.0		0	0	False	False	0.9975480437278748	0					non-mobilizable	no_good_hit	3918.0	98.8	87.0	0.02281880759344637	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	True
SPA0067_000000009116	2376	0.8750866387238453	3	3	3	3	1	True	6039	maximal	True	SPA0067_000000009116	1.0		0	0	False	False	0.994107723236084	0					non-mobilizable	no_good_hit	1930.0	79.171	81.0	0.007368962130976493	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0002_000000001846	9425	0.875079342673496	12	6	6	5	4	False	130473	fragment	False	ENG0002_000000001846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4427.0	98.148	48.0	0.00704811933134618	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
USA0042_01_000000010060	2012	0.8750730981292114	2	2	2	2	1	False	1266	maximal	True	USA0042_01_000000010060	1.0		1	1	False	False	0.9915506839752197	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	9.512343167292104e-06	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
FIJ0068_000000004969	5900	0.8750716023112703	8	5	2	4	4	False	45125	fragment	False	FIJ0068_000000004969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	100.0	1.0	3.4808947077547906e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0091_000000010906	2088	0.8750707974176546	3	2	1	2	2	True	113499	fragment	False	FIJ0108_000000009955	0.8469440856071156		0	0	False	True	1.0	0					non-mobilizable	other	2088.0	90.421	100.0	0.0006256460065990901	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0290_000000013846	1255	0.8750648488995795	3	3	3	2	1	False	104727	fragment	False	AST0148_000000024705	0.9592809977989729		0	0	False	False	0.9968127608299255	0					non-mobilizable	other	1255.0	100.0	100.0	0.0005419768410789056	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0154_000000002995	8823	0.8750596109586177	6	5	4	5	4	False	94438	maximal	True	ISR0154_000000002995	1.0		17	7	False	False	1.0	0					non-mobilizable	chromosome	6207.0	99.59700000000001	100.0	0.0015571868463629174	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0212_000000015211	2316	0.8750578768051441	5	4	4	4	4	False	107148	fragment	False	ISR0212_000000015211	0.9791857737964683		0	0	False	False	1.0	0					non-mobilizable	other	1760.0	98.352	100.0	0.01574810199111875	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0157_000000009824	3087	0.8750556334808076	6	3	3	3	2	False	30555	maximal	True	ISR0157_000000009824	0.9780313351498637		17	3	False	False	0.9980563521385193	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.004495667811018473	NZ_LZYI01000102.1	proteobacteria	Acidithiobacillus thiooxidans strain ZBY Contig102, whole genome shotgun sequence	True	False
SPA0040_000000019165	2169	0.8750491785935323	4	3	3	3	3	False	6959	maximal	True	SPA0040_000000019165	1.0		12	4	False	False	0.9990779161453247	0					non-mobilizable	no_good_hit	1939.0	78.907	89.0	0.0011428861835461029	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0002_000000003650	7685	0.8750464416396063	8	1	1	1	1	False	116822	fragment	False	SPA0002_000000003650	1.0		0	0	False	False	0.9998698830604553	0					non-mobilizable	no_good_hit								True	False
ENG0087_000000006585	4202	0.8750464416396063	4	1	1	1	1	False	116821	fragment	False	ENG0087_000000006585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000025059	1266	0.8750464416396063	1	1	1	1	1	False	86461	fragment	False	CHI0052_000000012426	0.983921568627451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
BAN0019_000000000075	11598	0.8750463592018273	13	13	3	10	12	True	97896	fragment	False	BAN0019_000000000075	0.9528748994008763		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	11598.0	100.0	100.0	0.12257300793759843	AP023236.1	enterobacteria	Escherichia coli YJ6 plasmid pYJ6-NDM5 DNA, complete genome	False	True
ISR0163_000000003773	1192	0.8750457201602856	2	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.12185503002866055		0	0	False	False	0.9765100479125977	0					non-mobilizable	chromosome	1115.0	95.695	97.0	0.00032263815391840123	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0120_000000018071	2290	0.8750409261633184	3	2	2	1	0	True	22457	fragment	False	SPA0120_000000018071	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2250.0	74.933	97.0	0.0006326457765263613	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ENG0168_000000015850	1928	0.8750409261633184	3	2	2	1	0	True	55982	maximal	True	ENG0168_000000015850	1.0		1	1	False	False	0.9968879818916321	0					non-mobilizable	no_good_hit	553.0	97.10700000000001	29.0	0.006669425309738821	NZ_WBKJ01000019.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000019, whole genome shotgun sequence	True	True
MON0102_000000035325	1242	0.8750409261633184	2	2	2	1	0	True	8929	fragment	False	MON0102_000000035325	1.0		0	0	False	False	0.9951691031455994	0					non-mobilizable	other	834.0	91.48700000000001	99.0	0.00022280309321390517	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0816_000000015867	2565	0.8750374553831131	2	1	1	1	1	False	33713	fragment	False	ISR0816_000000015867	1.0		0	0	False	False	0.9996101260185242	0					non-mobilizable	other	2577.0	94.06299999999999	99.0	0.005556085670416988	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ENG0076_000000001451	8032	0.8750263721675093	12	9	3	4	8	True	90659	backbone	False	CHI0160_000000002674	0.988110485128663	PS456|PS481	0	0	True	True	1.0	1182		MOBB			mobilizable	no_good_hit	4284.0	96.429	70.0	0.38796624013068337	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0094_000000002172	8031	0.8750263721675093	12	9	3	4	8	True	90659	backbone	False	CHI0160_000000002674	0.9940601134870588	PS456|PS481	0	0	True	True	1.0	215		MOBB			mobilizable	no_good_hit	4253.0	96.45	69.0	0.38515291768763044	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0006_000000000890	8012	0.8750263721675093	11	9	3	4	8	True	90659	backbone	False	CHI0160_000000002674	0.9943184583695778	PS456|PS481	0	0	True	True	1.0	78		MOBB			mobilizable	no_good_hit	3684.0	96.96	69.0	0.333424085670206	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0160_000000002674	8010	0.8750263721675093	12	9	3	4	8	True	90659	backbone	True	CHI0160_000000002674	0.9950050197862188	PS456|PS481	8	4	True	True	1.0	37		MOBB			mobilizable	no_good_hit	2799.0	97.035	69.0	0.2534712768853798	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
MAD0043_000000001729	10174	0.8750242592570979	9	8	2	4	7	False	18079	maximal	True	MAD0043_000000001729	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5532.0	99.42200000000001	55.0	0.001215418654960158	CP044293.1	enterobacteria	Escherichia coli strain P276M chromosome, complete genome	True	False
ISR0120_000000003732	6631	0.8750242383466798	12	10	7	10	8	True	126033	maximal	True	ISR0120_000000003732	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2341.0	94.27600000000001	65.0	0.05252756630510454	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	True
SPA0031_000000010609	2831	0.8750132384027479	3	2	2	2	1	False	93677	fragment	False	CAN0014_000000015650	0.9635881077557041		0	0	False	False	0.9989402890205383	0					non-mobilizable	no_good_hit	852.0	92.13600000000001	67.0	0.00029782319925859374	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0132_000000004322	5647	0.8750115143007053	6	4	2	4	2	False	104089	fragment	False	ISR0132_000000004322	1.0		0	0	False	False	0.9962812066078186	0					non-mobilizable	no_good_hit	61.0	100.0	1.0	1.9339099178313906e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0035_000000007311	2244	0.8750093577099063	3	1	1	1	1	False	116820	fragment	False	AST0035_000000007311	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0334_000000001461	9898	0.8749972059555353	11	5	4	4	4	False	107906	maximal	True	ISR0334_000000001461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1507.0	99.934	26.0	0.00045023081055596927	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0371_000000002872	4963	0.8749965308178872	6	6	5	6	4	False	70464	fragment	False	ISR0371_000000002872	1.0		0	0	False	False	0.990731418132782	0					non-mobilizable	no_good_hit	289.0	80.623	6.0	0.00012538228444768665	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
CAN0009_000000017158	1614	0.8749964136206437	3	2	2	2	2	False	94762	fragment	False	FIJ0028_000000015259	0.7194232869509098		0	0	False	False	0.9919455051422119	0					non-mobilizable	no_good_hit	334.0	77.844	33.0	9.998608627353663e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0167_000000015887	1334	0.8749927055644143	4	3	3	3	2	False	38952	maximal	True	FIJ0167_000000015887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	95.279	70.0	0.0002563162659468706	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0008_000000005597	2209	0.8749919628950028	3	3	3	3	3	False	107561	maximal	True	ISR0008_000000005597	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	87.61	62.0	0.0004581046316364164	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0014_000000015838	2055	0.8749861603156054	3	3	3	3	3	False	125701	fragment	False	ENG0180_000000008844	0.2704845727690251		0	0	False	False	0.9732360243797302	0					non-mobilizable	chromosome	2051.0	86.689	99.0	0.0006886716211080881	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0060_01_000000001740	9859	0.8749715242255616	11	7	5	6	5	False	80043	fragment	False	USA0060_01_000000001740	1.0		0	0	False	False	0.9997971653938293	0					non-mobilizable	no_good_hit	1611.0	93.42	26.0	0.0035445972757875027	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
SPA0033_000000003557	7724	0.8749700042634473	11	5	1	3	3	False	7218	maximal	True	SPA0033_000000003557	1.0		1	1	False	False	0.9984464049339294	0					non-mobilizable	no_good_hit	2489.0	73.845	31.0	0.004082581373533782	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0129_000000009506	2881	0.8749667294906572	3	3	2	3	3	False	98915	fragment	False	ISR0239_000000004585	0.9681023066616328		0	0	False	False	1.0	0					non-mobilizable	other	2881.0	99.72200000000001	100.0	0.016404834869387895	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
SPA0048_000000007482	2677	0.8749667294906572	3	3	2	3	3	False	98915	fragment	False	ISR0239_000000004585	0.7611353484167626		0	0	False	False	0.9996264576911926	0					non-mobilizable	chromosome	2677.0	99.88799999999999	100.0	0.0004072196575702682	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
AST0040_000000003293	5607	0.8749591886406414	8	5	1	1	5	False	116392	maximal	True	AST0040_000000003293	1.0		1	1	False	False	0.9992865920066833	0					non-mobilizable	plasmid	5451.0	99.98200000000001	97.0	0.04876411734173364	KY798506.1	enterobacteria	Escherichia coli plasmid pKpQIL-D2, complete sequence	False	True
ISR0149_000000004214	3662	0.8749585317895006	5	3	1	3	2	False	30878	fragment	False	SPA0014_000000005579	0.9554547879434516		0	0	False	False	0.9969961643218994	0					non-mobilizable	no_good_hit								True	False
USA0036_01_000000006301	6241	0.8749503820660318	8	3	2	2	3	False	63526	fragment	False	USA0036_01_000000006301	0.9914927768860353		0	0	False	False	0.9990386366844177	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.668365778907753e-07	LR597474.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 17	True	False
ENG0117_000000002780	7214	0.8749271699304102	10	6	2	5	5	True	116742	fragment	False	AST0039_000000002177	0.9796000536840692		0	0	False	False	0.9991682767868042	0					non-mobilizable	no_good_hit	260.0	79.23100000000001	4.0	0.0024196271148291255	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
SPA0125_000000007284	4972	0.8749231031342241	7	6	4	5	5	False	111431	fragment	False	ISR0843_000000003216	0.9621531189543445		0	0	False	False	1.0	0					non-mobilizable	other	4367.0	98.191	99.0	0.006043296207391853	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0042_000000015673	2105	0.8749174276640954	3	3	3	2	1	True	95231	fragment	False	SPA0042_000000015673	0.944951923076923		0	0	False	False	0.9985747933387756	0					non-mobilizable	other	2105.0	100.0	100.0	0.1913771147898854	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0297_000000004630	2882	0.8749086273219567	3	2	2	2	2	False	25656	fragment	False	ISR0297_000000004630	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2882.0	99.54899999999999	100.0	0.0008125550329055175	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0812_000000008322	4642	0.8749070601261703	6	6	5	4	3	False	119705	maximal	True	ISR0812_000000008322	1.0		0	0	False	False	0.9993537068367004	0					non-mobilizable	no_good_hit	3757.0	93.02600000000001	81.0	0.0005988472549745933	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
ISR0113_000000000199	40835	0.8749031765408668	31	27	16	20	23	True	109150	maximal	True	ISR0113_000000000199	1.0		1	1	False	False	1.0	0	rep_cluster_199				non-mobilizable	no_good_hit	9252.0	98.141	81.0	0.04854562847561681	MN480762.1	firmicutes	Streptococcus salivarius strain NU10 plasmid pSsal-NU10, complete sequence	True	True
ISR0157_000000012829	2432	0.8748952071412972	3	3	2	1	2	False	94127	fragment	False	ISR0157_000000012829	1.0		0	0	False	False	0.9864309430122375	0					non-mobilizable	no_good_hit	1985.0	94.962	82.0	0.0003058101618682165	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0311_000000000605	18193	0.8748823095007917	21	8	7	8	4	True	52461	maximal	True	ISR0311_000000000605	0.976298162248812		1	1	False	False	0.9998900890350342	0					non-mobilizable	no_good_hit								True	True
CHI0134_000000007877	1945	0.8748768220316335	3	3	1	1	3	False	81619	fragment	False	CHI0134_000000007877	1.0		0	0	False	False	0.9830334186553955	0					non-mobilizable	no_good_hit	1435.0	77.422	71.0	0.0003323274731350949	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
ENG0089_000000004513	4868	0.8748736813227367	4	4	4	4	2	False	103212	fragment	False	ENG0089_000000004513	1.0		0	0	False	False	0.9950698614120483	0					non-mobilizable	other	3365.0	81.1	99.0	0.0006407242003158608	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	False
ENG0001_000000012308	2152	0.8748665965943258	4	2	0	2	1	False	83079	maximal	True	ENG0001_000000012308	1.0	PS412	2	1	False	True	0.9976765513420105	0					non-mobilizable	no_good_hit	1601.0	98.001	74.0	0.2842423165748801	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ISR0213_000000004312	5186	0.8748628978653964	5	3	2	2	2	False	130178	backbone	False	USA0083_01_000000005091	0.1680105908795924	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	10	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.626	71.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
SPA0032_000000017407	1666	0.8748604424865551	2	2	2	2	1	False	120671	fragment	False	SPA0032_000000017407	0.9923906150919468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	80.156	31.0	0.0024821412866091407	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0078_000000013521	1502	0.8748567139232807	2	2	2	2	2	False	83584	fragment	False	ISR0078_000000013521	1.0		0	0	False	False	0.9993342161178589	0					non-mobilizable	other	1503.0	98.204	100.0	0.0031315022454247127	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
DEN0039_000000000926	9695	0.8748462051478859	16	8	4	6	5	False	73322	maximal	True	DEN0039_000000000926	1.0		1	1	False	False	0.9996905326843262	0					non-mobilizable	no_good_hit	158.0	84.177	2.0	6.19290656225151e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ISR0095_000000012000	2585	0.8748440366601502	4	4	4	2	2	False	101070	maximal	True	ISR0095_000000012000	1.0		37	7	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	94.975	60.0	0.0002759167180046192	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0230_000000005593	4968	0.8748405071035962	8	6	3	5	5	True	95209	backbone	True	ISR0230_000000005593	1.0	PS505	2	2	True	True	1.0	7					non-mobilizable	no_good_hit	1901.0	85.376	53.0	0.35555555555555557	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
ISR0785_000000023679	1602	0.8748241195388168	2	2	2	2	2	False	81065	fragment	False	ISR0785_000000023679	0.9921976592977894		0	0	False	False	0.9918851256370544	0					non-mobilizable	other	1584.0	99.74700000000001	99.0	0.025244390578404326	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
CAN0013_000000014883	1534	0.8748234997015923	3	3	3	3	2	False	93838	maximal	True	CAN0013_000000014883	1.0		3	2	False	False	0.9941329956054688	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0679214931565905e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0020_000000009168	2443	0.8748218071808744	2	2	2	2	2	False	49788	maximal	True	FIJ0020_000000009168	1.0		4	1	False	False	1.0	0					non-mobilizable	other	1698.0	80.624	90.0	0.027837259100642397	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	False	False
MON0103_000000007623	5271	0.8748176020549329	5	5	2	4	5	False	86817	fragment	False	MON0103_000000007623	1.0		0	0	False	False	0.9996205568313599	0					non-mobilizable	chromosome	5271.0	97.818	100.0	0.0011160248676599924	CP056920.1	enterobacteria	Escherichia coli strain RHB42-C23 chromosome, complete genome	False	False
AST0148_000000006819	5000	0.8748175554125641	6	4	3	3	3	False	105148	maximal	True	AST0148_000000006819	1.0		1	1	False	False	0.9936000108718872	0					non-mobilizable	no_good_hit	3434.0	94.671	69.0	0.002049209744333271	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0371_000000009107	2064	0.8748150377920264	3	3	3	3	3	False	100352	maximal	False	ISR0256_000000008433	0.99082392002306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.73100000000001	45.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
USA0121_01_000000011916	3972	0.8748031485868293	5	3	1	2	2	True	195	fragment	False	USA0121_01_000000011916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1748.0	84.897	47.0	0.3431952662721893	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0103_000000023480	1294	0.8748001323606774	2	2	2	2	2	False	58900	fragment	False	ISR0103_000000023480	0.9899520313615101		0	0	False	False	0.989180862903595	0					non-mobilizable	no_good_hit	1034.0	75.435	78.0	0.014683398240300015	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	True	False
SPA0133_000000012834	1559	0.8747888071007285	2	2	2	1	2	False	8278	fragment	False	SPA0133_000000012834	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	99.87200000000001	100.0	0.00556257720842884	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	False	False
ENG0096_000000005918	5363	0.8747863973974753	6	6	5	4	5	False	115828	maximal	False	MAD0097_000000006530	0.9730607543121208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	79.167	14.0	0.0026577133512931425	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0794_000000008617	2314	0.8747740354258582	2	2	1	2	2	False	117742	fragment	False	USA0093_01_000000007707	0.9605042016806722		0	0	False	True	1.0	0					non-mobilizable	other	2277.0	85.90299999999999	98.0	0.0009689245922228167	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
MAD0006_000000000832	7350	0.8747706175218469	10	10	6	7	9	True	19900	maximal	True	MAD0006_000000000832	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	7350.0	99.823	100.0	0.07985982630651024	CP051000.1	enterobacteria	Escherichia coli O39:NM str. F8704-2 plasmid pF8704-2_3, complete sequence	False	True
CHI0125_000000005714	2692	0.8747688414896315	3	3	3	3	2	False	111266	maximal	True	CHI0125_000000005714	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	98.7	58.0	0.0021683006400305487	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0001_000000001334	14931	0.8747662098945548	26	6	1	6	2	False	75796	maximal	False	ISR0824_000000000454	0.9369829196690687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.1871803640247905e-06	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ISR0070_000000007100	2862	0.8747622108432095	6	2	1	2	1	True	123337	fragment	False	ISR0161_000000010650	0.9751258651428982		0	0	False	False	0.9972047805786133	0					non-mobilizable	plasmid	1440.0	98.75	100.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
CHI0109_000000001826	7760	0.8747560474636916	5	5	4	4	4	False	123640	fragment	False	CHI0109_000000001826	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3089.0	98.964	59.0	0.0994236775169838	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MON0024_000000013310	3420	0.8747483643249061	8	5	2	2	4	False	119862	maximal	True	MON0024_000000013310	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	96.552	6.0	5.65358998766006e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0029_000000018638	1447	0.8747466370368413	1	1	1	1	1	False	37767	fragment	False	SPA0029_000000018638	0.9646464646464646		0	0	False	False	0.9923980832099915	0					non-mobilizable	no_good_hit								True	False
MON0102_000000031849	1386	0.8747466370368413	1	1	1	1	1	False	37767	fragment	False	SPA0029_000000018638	0.9533517622667589		0	0	False	False	0.9379509091377258	0					non-mobilizable	no_good_hit								True	False
ISR0267_000000016085	1181	0.8747466370368413	1	1	1	1	1	False	37765	fragment	False	ISR0018_000000017948	0.9863475244660428		0	0	False	False	0.9932260513305664	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000017948	1178	0.8747466370368413	1	1	1	1	1	False	37765	fragment	False	ISR0018_000000017948	0.9906858594411516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0121_000000022728	1162	0.8747466370368413	1	1	1	1	1	False	37765	fragment	False	ISR0018_000000017948	0.9850294250553592		0	0	False	False	0.9956970810890198	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000000634	20876	0.8747295369534313	30	11	8	10	6	True	132589	fragment	False	SPA0046_000000000570	0.5162476586564261		0	0	False	False	0.999904215335846	0					non-mobilizable	other	7774.0	96.257	95.0	0.04473141566924326	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0044_000000000729	21018	0.8747284924489465	29	12	9	12	9	True	48038	maximal	True	MAD0044_000000000729	1.0		1	1	False	False	0.9998096823692322	0					non-mobilizable	no_good_hit	2165.0	97.598	11.0	0.0026362691674676588	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0083_000000021458	1316	0.8747284485835097	2	1	1	1	1	True	34087	maximal	True	ISR0083_000000021458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	95.27	11.0	4.396978492751912e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0161_000000009755	2223	0.8747248438185466	3	3	3	3	1	False	56409	fragment	False	ENG0190_000000013783	0.984669738803947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	2.0	2.012951415062016e-05	CP025931.1	CFB group bacteria	Porphyromonas gingivalis strain TDC 60 chromosome, complete genome	True	False
ENG0190_000000013783	2194	0.8747248438185466	3	3	3	3	1	False	56409	fragment	False	ENG0190_000000013783	0.9898683526394598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	70.52	23.0	0.0001701239522444953	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
SPA0122_000000012250	2183	0.8747248438185466	3	3	3	3	1	False	56409	fragment	False	ENG0190_000000013783	0.987129401688968		0	0	False	False	0.995877206325531	0					non-mobilizable	no_good_hit	519.0	70.52	23.0	0.0001701239522444953	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
SPA0053_000000015319	2179	0.8747248438185466	3	3	3	3	1	False	56409	fragment	False	ENG0190_000000013783	0.9861381862020115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	70.52	23.0	0.0001701239522444953	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
ISR0835_000000005278	2561	0.8747196263735639	2	2	2	2	1	True	20953	fragment	False	ISR0835_000000005278	1.0		0	0	False	False	0.9996095299720764	0	rep_cluster_1320				non-mobilizable	plasmid	2576.0	94.759	100.0	0.5666740136654177	AB495342.1	high GC Gram+	Bifidobacterium longum plasmid pBK283 insertion sequence ISBlo15 orfB gene for IS200/IS605 family transposase OrfB and repA gene for replication protein, complete cds	False	True
USA0003_01_000000024728	1529	0.8747125770004718	4	1	0	1	1	True	109087	fragment	False	USA0003_01_000000024728	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1528.0	95.81200000000001	99.0	0.0002953991867037071	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
CHI0162_000000016221	1954	0.8747106722465445	3	3	2	2	3	True	118131	fragment	False	ISR0056_000000010587	0.4908008046970446		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1955.0	99.949	100.0	0.21869054280917738	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0164_000000017614	1132	0.8747044024357952	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.3519510859211277		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.117	100.0	0.00142591843141408	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0813_000000010258	2902	0.8746944794531365	3	3	3	3	3	False	93451	fragment	False	ISR0813_000000010258	0.9652392256039007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	94.53399999999999	21.0	0.00017217343974762706	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0045_000000005964	5469	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9952976871809993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	30.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
USA0086_01_000000003559	5469	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9952723224818029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.888	30.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0394_000000003130	5465	0.8746903454254943	7	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9938252714379601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	30.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0024_000000003084	5458	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9921413407913727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1673.0	78.96	31.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0170_000000008148	5457	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9923526162773899		0	0	False	False	0.9992669820785522	0					non-mobilizable	no_good_hit	1672.0	78.947	31.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
DEN0028_000000004319	5455	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9927827691256192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	31.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0820_000000003168	5446	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9927362184514065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	31.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0117_000000003880	5445	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9934078023120042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.888	31.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
USA0125_01_000000004713	5406	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9909329224694594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	31.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0011_000000004499	5406	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9921412263667929		0	0	False	False	0.999815046787262	0					non-mobilizable	no_good_hit	1672.0	78.947	31.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0080_000000004350	5367	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9807287190234816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1673.0	78.96	31.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
MON0086_000000005697	5233	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9543707151198539		0	0	False	False	0.9957959055900574	0					non-mobilizable	no_good_hit	1673.0	78.96	32.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
DEN0051_000000007803	5211	0.8746903454254943	7	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9746016988596513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	32.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
USA0079_01_000000002605	5161	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9656101635710899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.888	32.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0019_000000005124	5142	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9699090212013973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.888	32.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
USA0133_01_000000005377	5130	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9699827849852755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.888	32.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
DEN0073_000000008698	5129	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9700825476878826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	32.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
CHI0167_000000003345	5129	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9695297089474025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	32.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
CHI0067_000000001862	5129	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9697648370649418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	32.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0121_000000002763	5116	0.8746903454254943	7	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9632135472271649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	33.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
USA0006_01_000000004742	5090	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9640436001961561		0	0	False	False	0.998231828212738	0					non-mobilizable	no_good_hit	1672.0	78.888	33.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
CHI0057_000000003148	5089	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9638861642658374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	33.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0771_000000002098	5028	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9543497009400441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	33.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0102_000000007543	4997	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.948344549797578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1673.0	78.96	33.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
MAD0085_000000002072	4997	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.9473399223973806		0	0	False	False	0.999799907207489	0					non-mobilizable	no_good_hit	1672.0	78.888	33.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0129_000000002439	4879	0.8746903454254943	7	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.5193400358285448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	34.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0266_000000002797	4787	0.8746903454254943	6	2	2	2	2	True	113423	fragment	False	DEN0045_000000005964	0.5520016297591601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	35.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0151_000000003934	4215	0.8746903454254943	5	2	2	2	2	True	113417	fragment	False	ISR0151_000000003934	0.9716456689149681		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	40.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0131_000000007806	3481	0.8746903454254943	4	2	2	2	2	True	113416	fragment	False	ENG0131_000000007806	1.0		0	0	False	False	0.9948290586471558	0					non-mobilizable	no_good_hit	1258.0	97.536	36.0	0.0026725735649280043	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
AST0150_000000009341	2957	0.8746806512915882	2	2	2	2	2	False	124492	maximal	True	AST0150_000000009341	0.9731967923134106		64	7	False	False	0.9918836951255798	0					non-mobilizable	other	2957.0	99.425	100.0	0.20490780535144879	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
ISR0225_000000002381	5301	0.8746736033150078	9	7	3	3	7	True	27699	maximal	True	ISR0225_000000002381	1.0		2	1	True	True	1.0	38	rep_cluster_1079	MOBV			mobilizable	no_good_hit	2193.0	84.405	69.0	0.4300817873528825	LN853112.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0471	True	True
ISR0389_000000003450	5301	0.8746736033150078	10	7	3	3	7	True	27699	maximal	False	ISR0225_000000002381	1.0		0	0	True	True	1.0	66	rep_cluster_1079	MOBV			mobilizable	no_good_hit	2193.0	84.405	68.0	0.4300817873528825	LN853112.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0471	True	True
ISR0191_000000000913	8997	0.8746718811544316	12	2	2	2	2	False	128752	fragment	False	ISR0021_000000002270	0.9998881702803949		0	0	False	True	0.9998888373374939	0					non-mobilizable	no_good_hit	1827.0	72.742	20.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ISR0021_000000002270	8997	0.8746718811544316	12	2	2	2	2	False	128752	fragment	False	ISR0021_000000002270	0.999925560446781		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1827.0	72.797	20.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ISR0794_000000001865	8915	0.8746718811544316	12	2	2	2	2	False	128752	fragment	False	ISR0021_000000002270	0.9938127523989477		0	0	False	True	0.9998878240585327	0					non-mobilizable	no_good_hit	1827.0	72.797	20.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ISR0398_000000002691	7919	0.8746718811544316	10	2	2	2	2	False	116891	fragment	False	ISR0398_000000002691	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1826.0	72.782	23.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ISR0218_000000001700	7873	0.8746718811544316	11	2	2	2	2	False	116895	maximal	True	ISR0218_000000001700	0.9657510004032029	PS785	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1826.0	72.782	23.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
AST0005_000000003759	7614	0.8746718811544316	10	2	2	2	2	False	128751	fragment	False	AST0005_000000003759	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1827.0	72.797	24.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ENG0205_000000001813	7571	0.8746718811544316	12	2	2	2	2	False	116895	maximal	False	ISR0218_000000001700	0.9553509285759634	PS785	0	0	True	True	1.0	112					non-mobilizable	no_good_hit	1827.0	72.797	24.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
DEN0003_000000003707	7098	0.8746718811544316	13	2	2	2	2	False	116895	maximal	False	ISR0218_000000001700	0.6358473121120064	PS785	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1827.0	72.797	25.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ISR0134_000000005541	5890	0.8746718811544316	8	2	2	2	2	False	116892	fragment	False	ISR0134_000000005541	1.0		0	0	False	True	0.9972835183143616	0					non-mobilizable	no_good_hit	1826.0	72.727	30.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ISR0188_000000004867	4517	0.8746718811544316	4	2	2	2	2	False	116890	backbone	False	ISR0837_000000002078	0.9566623103206782	PS785	0	0	False	True	0.9997786283493042	0					non-mobilizable	no_good_hit	1825.0	72.877	40.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ISR0837_000000002078	4298	0.8746718811544316	5	2	2	2	2	False	116890	backbone	True	ISR0837_000000002078	0.9690963144597502	PS785	0	0	True	True	0.9997673630714417	8					non-mobilizable	no_good_hit	1827.0	72.797	42.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
AST0094_000000005019	4090	0.8746718811544316	5	2	2	2	2	False	116890	backbone	False	ISR0837_000000002078	0.78352985820179	PS785	0	0	False	True	0.9995110034942627	0					non-mobilizable	no_good_hit	1827.0	72.797	44.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
DEN0087_000000002979	4073	0.8746718811544316	5	2	2	2	2	False	116890	backbone	False	ISR0837_000000002078	0.7711045230738626	PS785	0	0	False	True	0.9985268712043762	0					non-mobilizable	no_good_hit	1827.0	72.797	44.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
AST0035_000000004216	3837	0.8746718811544316	6	2	2	2	2	False	116890	backbone	False	ISR0837_000000002078	0.5744218741464604	PS785	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1827.0	72.797	47.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
USA0072_01_000000005975	3387	0.8746718811544316	4	2	2	2	2	False	726	maximal	True	USA0072_01_000000005975	1.0		0	0	False	False	0.9952760338783264	0					non-mobilizable	no_good_hit	711.0	76.512	21.0	0.0025561167329565026	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0834_000000007897	2155	0.8746718811544316	2	2	2	2	2	False	20979	fragment	False	ISR0834_000000007897	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	72.932	83.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0126_000000003247	14332	0.8746575762297394	21	12	9	11	8	True	116352	maximal	True	ISR0126_000000003247	0.9424926657646536		5	3	True	True	1.0	19					non-mobilizable	no_good_hit	177.0	78.531	1.0	0.00042457394498311577	NZ_SRMQ01000002.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000002, whole genome shotgun sequence	True	True
CHI0112_000000004088	3942	0.8746522382860071	5	5	4	4	4	False	89538	fragment	False	CHI0112_000000004088	1.0		0	0	False	False	0.9923896789550781	0					non-mobilizable	other	3944.0	98.78299999999999	100.0	0.0006597898812696144	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0039_000000020897	1779	0.8746511676259875	2	2	2	2	2	False	36539	maximal	True	ISR0039_000000020897	1.0		20	5	False	False	0.9769533276557922	0					non-mobilizable	other	1779.0	97.189	100.0	0.0007684488225185758	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
USA0086_01_000000004818	3853	0.8746489728300699	4	2	2	2	1	False	69541	maximal	True	USA0086_01_000000004818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0021_01_000000003218	5732	0.8746443253012545	6	3	2	2	2	False	93323	fragment	False	USA0021_01_000000003218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1372.0	94.38799999999999	35.0	0.00021070690084367536	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0208_000000009623	3183	0.8746306969324928	4	4	4	4	3	False	110991	fragment	False	ISR0280_000000002811	0.9518179061729639		0	0	False	False	1.0	0					non-mobilizable	chromosome	3184.0	97.016	100.0	0.0013104259996425361	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AUS0002_000000021543	1725	0.8746278916238973	3	3	3	3	2	False	107406	fragment	False	AUS0002_000000021543	1.0		0	0	False	False	0.991304337978363	0					non-mobilizable	no_good_hit	162.0	79.012	9.0	5.21861257313804e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
CHI0051_000000002114	7433	0.8746191834625584	12	2	0	2	0	True	86668	backbone	True	CHI0051_000000002114	1.0	PS441	1	1	True	True	1.0	72					non-mobilizable	no_good_hit								True	True
AST0061_000000005342	6630	0.8746191834625584	12	2	0	2	0	True	112181	maximal	True	AST0061_000000005342	0.9466071703338976		1	1	False	True	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	9.259536641892868e-05	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	True
FIJ0023_000000004348	6574	0.8746191834625584	14	2	0	2	0	True	105979	maximal	True	FIJ0023_000000004348	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	56.0	89.286	1.0	9.663945251960528e-05	NZ_RIZG01000002.1	g-proteobacteria	Marinomonas hwangdonensis strain HDW-15 scaffold2, whole genome shotgun sequence	True	True
ISR0794_000000002766	6499	0.8746191834625584	12	2	0	2	0	True	112181	maximal	False	AST0061_000000005342	0.9338008533991177		0	0	True	True	0.9995383620262146	1					non-mobilizable	no_good_hit								True	True
ISR0265_000000002401	6231	0.8746191834625584	14	2	0	2	0	True	26609	maximal	True	ISR0265_000000002401	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
ISR0232_000000003331	6104	0.8746191834625584	15	2	0	2	0	True	120544	maximal	True	ISR0232_000000003331	0.9372537101563958		1	1	True	True	1.0	87					non-mobilizable	no_good_hit								True	True
ISR0161_000000004706	5944	0.8746191834625584	15	2	0	2	0	True	73544	maximal	True	ISR0161_000000004706	1.0		1	1	True	True	1.0	98					non-mobilizable	no_good_hit								True	True
AUS0008_000000003252	5754	0.8746191834625584	14	2	0	2	0	True	101899	maximal	True	AUS0008_000000003252	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
ISR0814_000000006761	5659	0.8746191834625584	11	2	0	2	0	True	21557	maximal	True	ISR0814_000000006761	1.0		1	1	True	True	0.999823272228241	1					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012300245672474378	NZ_QHJF01000005.1	g-proteobacteria	Marinomonas arctica strain 328 contig5, whole genome shotgun sequence	True	True
ISR0009_000000005306	5546	0.8746191834625584	13	2	0	2	0	True	38386	maximal	True	ISR0009_000000005306	1.0		1	1	True	True	0.9998196959495544	11					non-mobilizable	no_good_hit								True	True
AST0005_000000005386	5428	0.8746191834625584	12	2	0	2	0	True	128683	maximal	True	AST0005_000000005386	1.0		1	1	True	True	0.9998157620429993	43					non-mobilizable	no_good_hit								True	True
ENG0072_000000002249	5342	0.8746191834625584	12	2	0	2	0	True	116292	maximal	True	ENG0072_000000002249	1.0	PS130|PS15|PS765	1	1	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ISR0087_000000004522	5301	0.8746191834625584	10	2	0	2	0	True	75141	maximal	False	ISR0148_000000005583	0.9467915398817921		0	0	True	True	1.0	56					non-mobilizable	no_good_hit								True	True
ITA0004_000000000180	5278	0.8746191834625584	11	2	0	2	0	True	75141	maximal	False	ISR0148_000000005583	0.9450405241325164		0	0	True	True	0.999810516834259	28					non-mobilizable	no_good_hit								True	True
ISR0317_000000002923	5260	0.8746191834625584	12	2	0	2	0	True	75141	maximal	False	ISR0148_000000005583	0.9422249701476068		0	0	True	True	1.0	37					non-mobilizable	no_good_hit								True	True
DEN0053_000000001442	5240	0.8746191834625584	9	2	0	2	0	True	75141	maximal	False	ISR0148_000000005583	0.9464390502758705		0	0	True	True	1.0	344					non-mobilizable	no_good_hit								True	True
DEN0018_000000006418	5239	0.8746191834625584	9	2	0	2	0	True	75141	maximal	False	ISR0148_000000005583	0.9408465177287249		0	0	True	True	1.0	267					non-mobilizable	no_good_hit								True	True
ISR0148_000000005583	5235	0.8746191834625584	10	2	0	2	0	True	75141	maximal	True	ISR0148_000000005583	0.9643297434181868		19	4	True	True	0.9998089671134949	13					non-mobilizable	no_good_hit								True	True
ISR0344_000000005570	5234	0.8746191834625584	11	2	0	2	0	True	75141	maximal	False	ISR0148_000000005583	0.9596710699552411		0	0	True	True	1.0	66					non-mobilizable	no_good_hit								True	True
ISR0215_000000005471	5234	0.8746191834625584	11	2	0	2	0	True	75141	maximal	False	ISR0148_000000005583	0.8936629582160582		0	0	True	True	0.999617874622345	8					non-mobilizable	no_good_hit								True	True
ENG0142_000000005108	5223	0.8746191834625584	10	2	0	2	0	True	75141	maximal	False	ISR0148_000000005583	0.9533559168482039		0	0	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
ISR0096_000000004850	5214	0.8746191834625584	10	2	0	2	0	True	75141	maximal	False	ISR0148_000000005583	0.9615134090724743		0	0	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
ISR0370_000000004822	5194	0.8746191834625584	10	2	0	2	0	True	75141	maximal	False	ISR0148_000000005583	0.9593566203146341		0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
FIJ0140_000000004994	5189	0.8746191834625584	8	2	0	2	0	True	40407	maximal	True	FIJ0140_000000004994	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0153_000000005695	5178	0.8746191834625584	9	2	0	2	0	True	116293	maximal	True	AST0153_000000005695	1.0	PS15|PS765	1	1	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0282_000000003734	5161	0.8746191834625584	9	2	0	2	0	True	26150	maximal	True	ISR0282_000000003734	1.0		1	1	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
ISR0022_000000004975	5156	0.8746191834625584	10	2	0	2	0	True	38105	backbone	False	ISR0825_000000003941	0.9436256448047162	PS130	0	0	True	True	0.9972847104072571	4					non-mobilizable	no_good_hit								True	True
SPA0020_000000005135	5133	0.8746191834625584	10	2	0	2	0	True	7737	maximal	True	SPA0020_000000005135	1.0		1	1	True	True	1.0	36					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.005713119771475209	XR_002800473.1	odd-toed ungulates	PREDICTED: Equus caballus uncharacterized LOC111768284 (LOC111768284), ncRNA	True	True
CHI0136_000000002910	5117	0.8746191834625584	10	2	0	2	0	True	80632	maximal	True	CHI0136_000000002910	1.0		1	1	True	True	0.9998045563697815	19					non-mobilizable	no_good_hit	2155.0	90.95100000000001	64.0	0.4301139772045591	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	True
ISR0390_000000002266	5100	0.8746191834625584	11	2	0	2	0	True	22887	maximal	True	ISR0390_000000002266	1.0		1	1	False	False	0.9986274242401123	0					non-mobilizable	no_good_hit								True	True
SPA0037_000000004681	5096	0.8746191834625584	13	2	0	2	0	True	7089	maximal	True	SPA0037_000000004681	1.0		1	1	True	True	1.0	86					non-mobilizable	no_good_hit								True	True
USA0044_01_000000005865	5028	0.8746191834625584	11	2	0	2	0	True	92504	fragment	False	USA0044_01_000000005865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0012_000000007721	4819	0.8746191834625584	10	2	0	2	0	True	13614	maximal	True	MON0012_000000007721	1.0		3	1	True	True	0.9997925162315369	9					non-mobilizable	no_good_hit								True	True
ENG0070_000000004828	4704	0.8746191834625584	8	2	0	2	0	True	62450	fragment	False	ENG0070_000000004828	1.0		0	0	False	False	0.9993622303009033	0					non-mobilizable	no_good_hit								True	True
ISR0081_000000005078	4541	0.8746191834625584	9	2	0	2	0	True	34251	maximal	False	ISR0821_000000005435	0.9665585731657884		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.5198455116804106e-07	LR697107.1	bony fishes	Chanos chanos genome assembly, chromosome: 2	True	True
ENG0183_000000006102	4536	0.8746191834625584	11	2	0	2	0	True	55177	maximal	True	ENG0183_000000006102	1.0		1	1	True	True	0.9997795224189758	11					non-mobilizable	no_good_hit								True	True
ISR0224_000000006102	4471	0.8746191834625584	13	2	0	2	0	True	27761	maximal	True	ISR0224_000000006102	1.0		1	1	True	True	0.9997763633728027	4					non-mobilizable	no_good_hit								True	True
ENG0127_000000005947	4268	0.8746191834625584	8	2	0	2	0	True	58744	maximal	True	ENG0127_000000005947	1.0		1	1	True	True	0.9992970824241638	16					non-mobilizable	no_good_hit	31.0	96.774	1.0	8.750175404557797e-07	LR132053.1	bony fishes	Anabas testudineus genome assembly, chromosome: 2	True	True
ENG0038_000000005063	4188	0.8746191834625584	9	2	0	2	0	True	65105	maximal	True	ENG0038_000000005063	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
MON0048_000000009652	3864	0.8746191834625584	9	2	0	2	0	True	79151	fragment	False	MON0048_000000009652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.2671177305874218e-06	NC_020453.1	a-proteobacteria	Bradyrhizobium oligotrophicum S58, complete genome	True	True
ISR0157_000000008113	3654	0.8746191834625584	9	2	0	2	0	True	30556	maximal	True	ISR0157_000000008113	1.0		1	1	True	True	1.0	30					non-mobilizable	no_good_hit								True	True
DEN0051_000000012296	3492	0.8746191834625584	5	2	0	2	0	True	72593	maximal	True	DEN0051_000000012296	1.0		1	1	False	False	0.9988545179367065	0					non-mobilizable	no_good_hit								True	True
ISR0180_000000006498	3310	0.8746191834625584	6	2	0	2	0	True	29645	maximal	True	ISR0180_000000006498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0034_000000002097	3188	0.8746191834625584	6	2	0	2	0	True	73560	maximal	True	DEN0034_000000002097	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0076_000000008287	3005	0.8746191834625584	8	2	0	2	0	True	34583	maximal	True	ISR0076_000000008287	1.0		1	1	False	False	0.9906821846961975	0					non-mobilizable	no_good_hit	382.0	77.749	12.0	0.06471816283924843	MH617106.1	viruses	Inoviridae sp. isolate ctcb32, complete genome	True	True
AST0040_000000006883	2843	0.8746191834625584	6	2	0	2	0	True	116291	backbone	True	AST0040_000000006883	1.0	PS15|PS765	1	1	True	True	1.0	410					non-mobilizable	no_good_hit								True	True
ISR0376_000000008859	2641	0.8746191834625584	4	2	0	2	0	True	23341	fragment	False	ISR0376_000000008859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0101_000000017673	2463	0.8746191834625584	4	2	0	2	0	True	4946	backbone	True	SPA0101_000000017673	1.0	PS15	1	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
AST0099_000000010593	2005	0.8746191834625584	5	2	0	2	0	True	108767	maximal	True	AST0099_000000010593	1.0		1	1	False	False	0.9985037446022034	0					non-mobilizable	no_good_hit								True	True
ISR0171_000000015402	1860	0.8746191834625584	4	2	0	2	0	True	96592	fragment	False	CAN0003_000000025736	0.9464656964656966		0	0	False	False	0.9956989288330078	0					non-mobilizable	no_good_hit								True	True
ETH0005_000000032985	1414	0.8746191834625584	2	2	0	2	0	True	52709	fragment	False	ETH0005_000000032985	1.0		0	0	False	False	0.9681754112243652	0					non-mobilizable	no_good_hit								True	True
MAD0078_000000008052	1315	0.8746191834625584	2	2	0	2	0	True	16193	fragment	False	MAD0078_000000008052	1.0		0	0	False	False	0.9878327250480652	0					non-mobilizable	no_good_hit	176.0	99.432	13.0	0.00334851326011251	NZ_JH379442.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld962, whole genome shotgun sequence	True	True
ISR0224_000000022380	1400	0.8746141533376668	2	2	2	2	2	False	27728	fragment	False	ISR0224_000000022380	1.0		0	0	False	False	0.9900000095367432	0					non-mobilizable	no_good_hit	999.0	74.47399999999999	71.0	0.00035547193387503904	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ENG0149_000000006145	3902	0.8746040616843133	6	3	1	2	1	False	130029	backbone	False	ISR0080_000000005952	0.024753063826779765	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1519.0	98.025	53.0	0.2962890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0812_000000010067	3890	0.8746040616843133	4	3	1	2	1	False	130029	backbone	False	ISR0080_000000005952	0.03793677148110334	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1526.0	98.165	56.0	0.29765625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
USA0045_01_000000003617	3839	0.8746040616843133	5	3	1	2	1	False	130029	backbone	False	ISR0080_000000005952	0.03053058882635721	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1484.0	98.113	56.0	0.289453125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0016_000000008549	3795	0.8746040616843133	5	3	1	2	1	False	130029	backbone	False	ISR0080_000000005952	0.010116197468093389	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	160					non-mobilizable	no_good_hit	1615.0	97.709	50.0	0.3140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ITA0003_000000001372	3767	0.8746040616843133	5	3	1	2	1	False	130029	backbone	False	ISR0080_000000005952	0.01748981486378502	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	0.9994691014289856	0					non-mobilizable	no_good_hit	1500.0	98.0	51.0	0.292578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0332_000000003587	3565	0.8746040616843133	4	3	1	2	1	False	130029	backbone	False	ISR0080_000000005952	0.009843238683355692	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1264.0	98.022	47.0	0.246484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0057_000000009760	3146	0.8746038621684857	4	4	4	3	3	False	130049	fragment	False	ENG0005_000000004373	0.4739989054733593		0	0	False	False	1.0	0					non-mobilizable	chromosome	3146.0	97.87	100.0	0.0010585885866984052	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0061_000000007902	1122	0.8746016222818014	2	2	2	1	1	False	85609	maximal	True	CHI0061_000000007902	1.0		0	0	False	False	0.9893048405647278	0					non-mobilizable	other	1131.0	87.179	100.0	0.007520203032124491	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0238_000000007453	1937	0.8746015370569817	4	2	2	2	1	False	117667	fragment	False	ISR0238_000000007453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	93.645	15.0	0.0009153997451725034	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0108_000000021780	1318	0.8746015370569817	2	2	2	2	1	False	117666	fragment	False	AST0108_000000021780	0.995517522412388		0	0	False	False	0.962063729763031	0					non-mobilizable	no_good_hit	295.0	92.542	22.0	0.0009030294783458479	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0059_000000001021	23377	0.8745982193822793	28	10	6	9	4	False	130575	maximal	True	SPA0059_000000001021	1.0		1	1	False	False	0.9993583559989929	0					non-mobilizable	no_good_hit	1549.0	74.241	7.0	0.0003583693488249983	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
ISR0773_000000015131	1201	0.87459275338295	2	2	2	2	2	False	87652	fragment	False	CHI0040_000000011154	0.9791154791154791		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	496.0	75.403	41.0	0.004267561319032802	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
MON0019_000000047124	1422	0.8745890428146863	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.6506010937445461		0	0	False	False	0.9599156379699707	0					non-mobilizable	other	1421.0	95.14399999999999	99.0	0.16359447004608296	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
MON0062_000000014987	2576	0.8745870427513477	4	4	4	4	4	False	78191	fragment	False	ISR0194_000000009614	0.9561235553919255		0	0	False	False	0.9996117949485779	0					non-mobilizable	no_good_hit	1023.0	96.676	81.0	0.0023336263686079303	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
ISR0056_000000001284	11314	0.8745843384285344	18	18	6	10	15	False	132521	backbone	False	USA0060_01_000000001071	0.6953626861842898	PS1166	0	0	False	True	0.9999116063117981	0					non-mobilizable	other	11327.0	97.934	100.0	0.4226615344370118	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
USA0004_01_000000011590	2042	0.8745816018125373	3	3	1	3	1	False	110766	fragment	False	USA0004_01_000000011590	1.0		0	0	False	False	0.9931439757347107	0					non-mobilizable	chromosome	2042.0	99.265	100.0	0.0003105886850152905	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0098_000000012824	1973	0.8745721697208195	2	2	1	0	2	False	127494	fragment	False	ENG0098_000000012824	1.0		0	0	False	False	0.9994931817054749	0					non-mobilizable	no_good_hit	1089.0	94.67399999999999	89.0	0.10038752537368519	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
CHI0072_000000000109	33610	0.8745642392078221	33	33	4	10	30	True	84866	fragment	False	CHI0072_000000000109	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	33617.0	99.848	99.0	0.12558090883280285	CP061755.1	enterobacteria	Escherichia coli O18ac:H14 strain 873.10 plasmid unnamed1, complete sequence	False	True
MON0103_000000009754	4380	0.8745614300036989	6	5	2	2	3	False	109876	fragment	False	MON0103_000000009754	0.9892440396492403		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2103.0	99.905	55.0	0.5196636161266386	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
ENG0167_000000005640	4375	0.8745614300036989	6	5	2	2	3	False	109876	fragment	False	MON0103_000000009754	0.9888743021303653		0	0	False	False	0.9997714161872864	0	rep_cluster_1097				non-mobilizable	no_good_hit	2103.0	99.905	55.0	0.5196636161266386	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0114_000000027573	1472	0.8745533073768615	1	1	1	1	1	False	67347	maximal	True	FIJ0114_000000027573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1065.0	97.465	77.0	0.00031810337372119004	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AST0040_000000013682	1476	0.8745508116989036	3	2	2	2	2	False	116011	maximal	True	AST0040_000000013682	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	75.657	49.0	0.00017608164215108304	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0058_000000001680	12953	0.8745499106271272	19	11	6	9	6	False	63485	maximal	True	ENG0058_000000001680	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	78.723	1.0	2.3461738749458723e-05	CP040626.1	firmicutes	Clostridium butyricum strain DSM 10702 chromosome 1, complete sequence	True	False
USA0121_01_000000011532	4105	0.8745401583271138	4	3	3	3	2	False	103211	maximal	True	USA0121_01_000000011532	1.0		5	2	False	False	0.9975639581680298	0					non-mobilizable	other	2083.0	81.03699999999999	99.0	0.00045945131490221025	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	False
ENG0078_000000000159	70556	0.8745361752756691	71	30	15	24	25	True	128810	maximal	True	ENG0078_000000000159	1.0	PS137	1	1	False	True	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	18454.0	99.296	80.0	0.09934948141606265	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
FIJ0124_000000004371	5729	0.8745344955615295	9	2	2	2	1	False	44093	fragment	False	FIJ0124_000000004371	1.0		0	0	False	False	0.9991272687911987	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.03430749682337993	DQ874309.1	roaches	Paratropes sp. 1 DJGI-2006 cytochrome oxidase subunit II (COII) gene, complete cds; mitochondrial	True	False
FIJ0169_000000016850	1355	0.8745299322555721	2	2	2	1	1	False	38850	maximal	True	FIJ0169_000000016850	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	97.86	100.0	0.014165106133679266	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ENG0057_000000003649	5808	0.8745291008043592	10	2	1	2	2	False	64399	fragment	False	ENG0057_000000003649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000007483	4871	0.8745291008043592	10	2	1	2	2	False	64392	fragment	False	MAD0047_000000007483	1.0		0	0	False	False	0.9993841052055359	0					non-mobilizable	no_good_hit								True	False
MON0063_000000006383	4357	0.8745291008043592	9	2	1	2	2	False	64391	fragment	False	MON0063_000000006383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000016562	3431	0.8745291008043592	4	2	1	2	2	False	64388	fragment	False	MON0090_000000016562	1.0		0	0	False	False	0.9816380143165588	0					non-mobilizable	no_good_hit								True	False
MON0012_000000037306	1501	0.8745291008043592	4	2	1	2	2	False	64385	maximal	True	MON0012_000000037306	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0004_000000035234	1331	0.8745291008043592	3	2	1	2	2	False	64386	fragment	False	MON0004_000000035234	1.0		0	0	False	False	0.9789631962776184	0					non-mobilizable	no_good_hit								True	False
ENG0046_000000015916	1192	0.8745291008043592	3	2	1	2	2	False	64384	fragment	False	ENG0046_000000015916	1.0		0	0	False	False	0.9664429426193237	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000023924	1126	0.8745291008043592	3	2	1	2	2	False	62521	fragment	False	ENG0068_000000023924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000000838	23561	0.8745265779526163	30	5	2	5	1	True	78173	fragment	False	SPA0040_000000000838	1.0		0	0	False	False	0.9999575614929199	0					non-mobilizable	virus	20899.0	97.01899999999999	95.0	0.21474269819193323	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
DEN0018_000000004418	7118	0.874525400067043	7	4	2	3	4	False	130159	maximal	True	DEN0018_000000004418	1.0	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	34	6	True	True	1.0	98	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	92.95200000000001	60.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ENG0103_000000006079	3128	0.8745154724867251	5	3	3	2	3	False	60312	maximal	True	ENG0103_000000006079	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	73.646	9.0	0.00010782624276682138	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
FIJ0005_000000012591	2595	0.8745107536111927	5	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.9674985023875368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1767.0	99.208	68.0	0.002233373633544614	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0112_000000029920	1310	0.8745035046791682	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.008714510177812626	PS1101	0	0	False	True	0.9992366433143616	0					non-mobilizable	other	1310.0	99.542	100.0	0.0002464990636236869	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0130_000000003711	4402	0.8744965600634899	5	5	2	3	4	True	128134	fragment	False	FIJ0113_000000005617	0.976652038501022		0	0	False	False	0.9993184804916382	0					non-mobilizable	no_good_hit	2882.0	82.37299999999999	85.0	0.466250615864674	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0783_000000003541	4009	0.8744965600634899	5	5	2	3	4	True	128134	fragment	False	FIJ0113_000000005617	0.35408463699497517		0	0	False	False	0.9977550506591797	0					non-mobilizable	no_good_hit	2978.0	82.572	74.0	0.48201675151913287	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0303_000000003706	3112	0.8744945146515132	4	3	3	3	3	False	131802	maximal	True	ISR0303_000000003706	1.0		1	1	False	False	0.9990360140800476	0					non-mobilizable	no_good_hit	1970.0	92.741	63.0	0.05245193461507693	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
ISR0022_000000005269	4871	0.8744932481222893	5	2	1	1	1	True	130316	maximal	True	ISR0022_000000005269	1.0	PS1094	0	0	False	True	0.9866557121276855	0					non-mobilizable	no_good_hit	1491.0	98.323	48.0	0.36790123456790125	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0131_000000005792	3967	0.8744932481222893	6	2	1	1	1	True	105950	maximal	False	SPA0110_000000005442	0.9553501653122036	PS642	0	0	True	True	0.9992437362670898	19		MOBV			mobilizable	no_good_hit	1928.0	93.568	57.0	0.5055555555555555	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ISR0082_000000007198	3894	0.8744932481222893	5	2	1	1	1	True	123135	maximal	True	ISR0082_000000007198	1.0	PS879	2	1	True	True	1.0	5		MOBV			mobilizable	no_good_hit	2507.0	92.62100000000001	64.0	0.6592592592592592	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
AST0088_000000003239	3805	0.8744932481222893	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.9448068306344978	PS754	0	0	True	True	1.0	7	rep_cluster_269	MOBV			mobilizable	plasmid	3521.0	95.882	100.0	0.9275132275132275	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
FIJ0006_000000009507	3581	0.8744932481222893	5	2	1	1	1	True	115718	backbone	False	ISR0072_000000007005	0.8256025595365447	PS754	0	0	True	True	1.0	4	rep_cluster_269	MOBV			mobilizable	other	2671.0	91.12700000000001	100.0	0.7332965212589729	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ENG0141_000000000939	21492	0.8744876777014265	22	9	6	9	7	True	109433	fragment	False	SPA0143_000000000475	0.9722012216861964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.811	4.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ISR0363_000000013212	1405	0.8744875868993001	2	2	2	2	2	False	33940	fragment	False	ISR0363_000000013212	1.0		0	0	False	False	0.9736654758453369	0					non-mobilizable	other	1400.0	90.214	99.0	0.006474833491029851	NZ_JHWQ01000003.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	False
FIJ0099_000000003353	6759	0.8744872308641463	8	4	0	2	4	False	117746	maximal	True	FIJ0099_000000003353	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1036.0	88.417	29.0	0.00024087849471210424	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
FIJ0133_000000005389	6642	0.8744855681533539	6	4	4	4	2	False	112386	fragment	False	FIJ0133_000000005389	1.0		0	0	False	False	0.9948810338973999	0					non-mobilizable	no_good_hit	4359.0	96.07700000000001	70.0	0.18704540563804606	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0338_000000001192	12110	0.8744854118256656	13	6	6	5	5	False	106290	maximal	False	ISR0128_000000002289	0.9492389054686415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	71.249	8.0	0.014320918115891009	NZ_MUYU01000029.1	g-proteobacteria	Moraxella pluranimalium strain CCUG 54913 54913T_ctg_0000029, whole genome shotgun sequence	True	False
SPA0072_000000010792	1926	0.8744794750662099	3	3	3	3	3	False	8396	fragment	False	SPA0072_000000010792	1.0		0	0	False	False	0.9974039196968079	0					non-mobilizable	no_good_hit	937.0	76.94800000000001	48.0	0.00012732966577761956	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
FIJ0092_000000003074	8127	0.8744763680098102	6	5	5	5	3	True	43347	fragment	False	FIJ0092_000000003074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	1.0	2.5853580475732627e-05	NZ_QPGL01000001.1	g-proteobacteria	Vibrio casei strain JB196 SAMN07141174.101, whole genome shotgun sequence	True	True
USA0047_01_000000032491	1113	0.8744675900958285	1	1	1	1	1	False	1138	maximal	True	USA0047_01_000000032491	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0157_000000000165	27683	0.8744668846040361	34	10	5	10	7	True	78963	fragment	False	CHI0157_000000000165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.0001011363154409054	NZ_AUIU01000012.1	bacteria	Thermodesulfovibrio thiophilus DSM 17215 G581DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ENG0200_000000001193	15280	0.8744665788123219	16	9	7	8	5	True	64770	fragment	False	SPA0090_000000001288	0.966273030790157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.507	7.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0140_000000005568	5292	0.8744645446195771	6	5	5	5	3	False	99574	fragment	False	ISR0140_000000005568	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5292.0	100.0	100.0	0.021713793244962448	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0377_000000002306	4935	0.8744631936503396	4	2	2	2	2	True	110211	maximal	True	ISR0377_000000002306	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	89.587	31.0	0.00041634317831406984	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
MAD0057_000000002778	5414	0.8744578547451372	9	9	2	8	8	True	18657	fragment	False	MAD0057_000000002778	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5429.0	91.84	100.0	0.04289743914807302	CP022534.1	enterobacteria	Enterobacter hormaechei strain MS7884A plasmid pMS7884B, complete sequence	False	True
CHI0015_000000000342	14197	0.8744499643785443	17	16	13	14	12	True	95868	fragment	False	CHI0015_000000000342	1.0		0	0	False	False	0.9999295473098755	0					non-mobilizable	no_good_hit	6027.0	99.917	43.0	0.0011720869040392262	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
ISR0121_000000006673	3542	0.8744425808845885	3	3	3	3	3	False	99180	fragment	False	ISR0121_000000006673	0.9941564801293827		0	0	False	False	0.9949181079864502	0					non-mobilizable	chromosome	3322.0	99.338	99.0	0.0013165108537816685	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0114_000000002107	3266	0.8744425808845885	3	3	3	3	3	False	99180	fragment	False	ISR0121_000000006673	0.9649201568359177		0	0	False	False	1.0	0					non-mobilizable	chromosome	3266.0	99.296	100.0	0.0012943113332120287	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0141_000000006233	4579	0.8744401520340684	7	1	1	1	1	False	40307	maximal	True	FIJ0141_000000006233	1.0		8	3	False	False	0.9984712600708008	0					non-mobilizable	no_good_hit	780.0	94.615	38.0	0.14327971898687372	NZ_VZBY01000072.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_54_length_5409_cov_34.7012_ID_107, whole genome shotgun sequence	True	False
FIJ0144_000000027062	1186	0.8744393722701433	1	1	1	1	1	False	48232	fragment	False	FIJ0033_000000029750	0.9291158536585367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0152_000000014508	1782	0.8744350272006961	3	3	3	2	3	False	65165	fragment	False	FIJ0152_000000014508	1.0		0	0	False	False	0.9994388222694397	0					non-mobilizable	chromosome	1782.0	99.15799999999999	100.0	0.0003841106307631422	LR134315.1	enterobacteria	Escherichia coli strain NCTC9064 genome assembly, chromosome: 1	False	False
ENG0017_000000003742	5876	0.8744203270507092	11	6	3	5	2	True	110679	fragment	False	CAN0012_000000009407	0.6129202459333579		0	0	False	False	1.0	0					non-mobilizable	other	3888.0	99.35700000000001	90.0	0.0010409082011087131	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0012_000000009407	5763	0.8744203270507092	11	6	3	5	2	True	110679	fragment	False	CAN0012_000000009407	0.6134979132913666		0	0	False	False	1.0	0					non-mobilizable	other	3888.0	98.663	90.0	0.0010409082011087131	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0070_000000003738	5469	0.8744203270507092	11	6	3	5	2	True	110679	fragment	False	CAN0012_000000009407	0.5902652353566195		0	0	False	False	0.9990857839584351	0					non-mobilizable	other	3932.0	98.499	95.0	0.0010526910569998332	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0069_000000004348	5438	0.8744203270507092	11	6	3	5	2	True	110679	fragment	False	CAN0012_000000009407	0.5897036709056239		0	0	False	False	0.9983449578285217	0					non-mobilizable	other	3901.0	98.564	95.0	0.0010443894994401804	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0133_000000012205	1778	0.8744152107819201	2	2	2	2	2	False	107577	maximal	True	ISR0133_000000012205	1.0		0	0	False	False	0.9943757057189941	0					non-mobilizable	no_good_hit	1212.0	95.462	68.0	0.13951612903225807	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ISR0780_000000004779	2427	0.8744143622799047	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.045948893090094436	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2427.0	99.258	100.0	0.00046986465147799163	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0109_000000004357	3893	0.8744124905748643	3	3	3	3	3	False	116984	fragment	False	CHI0109_000000004357	1.0		0	0	False	False	0.9956331849098206	0					non-mobilizable	no_good_hit	1998.0	86.837	53.0	0.009622133832475432	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
CHI0151_000000007440	3329	0.8744104879487756	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.4691565138207895		0	0	False	False	1.0	0					non-mobilizable	other	3329.0	100.0	100.0	0.07318950539904555	NZ_NQCD01000071.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_32_length_45471_cov_30.0522_ID_63.ctg_1, whole genome shotgun sequence	False	False
ENG0208_000000009306	3291	0.8744031736028209	6	5	5	4	5	False	115494	fragment	False	ENG0208_000000009306	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3291.0	98.51100000000001	100.0	0.027428676268232272	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
SPA0046_000000025256	1324	0.8744008903346367	2	2	2	1	1	False	106717	fragment	False	SPA0046_000000025256	1.0		0	0	False	False	0.9780966639518738	0					non-mobilizable	other	1324.0	98.48899999999999	100.0	0.0005333380633660445	CP008885.1	high GC Gram+	Bifidobacterium longum strain BXY01, complete genome	False	False
MAD0034_000000013372	1190	0.8743972165916936	3	2	2	2	2	False	95987	fragment	False	ISR0316_000000017359	0.9561503883271573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	94.805	42.0	6.135412829254928e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0033_000000025275	2524	0.8743953659233796	5	3	3	3	1	False	12320	maximal	True	MON0033_000000025275	1.0		3	2	False	False	0.999207615852356	0					non-mobilizable	no_good_hit	1021.0	79.726	40.0	0.003484356476470285	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0068_000000009717	3231	0.8743919670698297	5	2	2	2	1	False	64951	fragment	False	FIJ0068_000000009717	0.9907965194109772		0	0	False	False	0.9996904730796814	0					non-mobilizable	no_good_hit	91.0	98.90100000000001	4.0	0.0006306318931569432	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
SPA0158_000000005317	3130	0.8743919670698297	5	2	2	2	1	False	39944	fragment	False	SPA0158_000000005317	0.9985595390524968		0	0	False	False	0.9996805191040039	0					non-mobilizable	no_good_hit	69.0	98.551	3.0	0.000476477430385246	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
SPA0156_000000005069	3124	0.8743919670698297	5	2	2	2	1	False	39944	fragment	False	SPA0158_000000005317	0.9976038338658146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	85.882	3.0	3.360337607382252e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ENG0039_000000008196	2988	0.8743919670698297	5	2	2	2	1	False	64951	fragment	False	FIJ0068_000000009717	0.9540389972144847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	98.876	4.0	0.000616617851086789	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
DEN0043_000000002423	2764	0.8743919670698297	3	2	2	2	1	False	73001	maximal	True	DEN0043_000000002423	1.0		1	1	False	False	0.9956584572792053	0					non-mobilizable	no_good_hit	390.0	78.462	15.0	0.00021962997354430373	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
FIJ0147_000000009317	2188	0.8743919670698297	3	2	2	2	1	False	39943	fragment	False	FIJ0147_000000009317	0.9967645594823296		0	0	False	False	0.9990859031677246	0					non-mobilizable	no_good_hit	105.0	98.095	6.0	0.0007287301876480233	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
ISR0824_000000011080	2009	0.8743919670698297	2	2	2	2	1	False	39943	fragment	False	FIJ0147_000000009317	0.9561243144424132		0	0	False	False	0.9995022416114807	0					non-mobilizable	no_good_hit	93.0	86.022	5.0	0.00029713316573687354	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
MAD0099_000000004053	6259	0.8743811799397814	6	6	5	5	6	False	98395	fragment	False	FIJ0055_000000002186	0.9656840513983371		0	0	False	False	0.999840259552002	0					non-mobilizable	no_good_hit	1448.0	79.696	23.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0130_000000001739	9287	0.8743639953869448	12	6	3	5	5	False	81133	maximal	True	CHI0130_000000001739	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1694.0	71.90100000000001	18.0	0.0003568616845715869	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
ENG0018_000000005442	3930	0.8743632952062494	8	2	0	1	2	True	109110	maximal	True	ENG0018_000000005442	1.0		1	1	False	False	0.9979643821716309	0					non-mobilizable	no_good_hit	1996.0	92.335	57.0	0.00038619543076962704	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0394_000000008578	2214	0.8743549264840034	4	2	2	2	2	False	129904	maximal	True	ISR0394_000000008578	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	99.065	82.0	0.02532351628737171	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0834_000000004330	3910	0.8743530150624595	5	4	3	3	4	False	95917	fragment	False	ISR0834_000000004330	1.0		0	0	False	False	0.9941176176071167	0					non-mobilizable	no_good_hit	1341.0	75.615	34.0	0.00029818350689200725	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0011_000000003937	8299	0.8743459053465382	15	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.967267875188027	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0157_000000002648	8299	0.8743459053465382	14	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.9674284228572806	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0130_000000003269	8296	0.8743459053465382	15	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.9616172868790078	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0060_000000002710	8286	0.8743459053465382	15	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.9659961364809438	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ISR0193_000000003055	8267	0.8743459053465382	15	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.9656604265045619	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
USA0101_01_000000003400	7984	0.8743459053465382	14	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.9162914909828488	PS852	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0082_000000002273	7453	0.8743459053465382	12	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.4379524103718114	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ISR0796_000000000811	13788	0.8743419487291572	9	7	6	7	3	True	132340	maximal	True	ISR0796_000000000811	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	0.0	1.0326093737697428e-05	NZ_AP014630.1	g-proteobacteria	Acinetobacter guillouiae strain NBRC 110550	True	True
CAN0014_000000007609	5782	0.8743396062036501	8	7	3	5	4	True	128071	backbone	False	ENG0060_000000004144	0.9965627677758605	PS1028	0	0	True	True	1.0	254		MOBV			mobilizable	no_good_hit	3121.0	87.921	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0018_000000014785	2348	0.8743336812299842	3	3	3	3	2	False	92251	fragment	False	CHI0151_000000010142	0.9620381648396265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	93.525	80.0	0.00029428190081318834	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0855_000000000975	8570	0.8743310752835253	15	5	4	5	2	False	66572	maximal	False	ISR0234_000000001081	0.982589483212661		0	0	False	False	0.9994165897369385	0					non-mobilizable	no_good_hit	257.0	90.661	5.0	0.010240283825189486	MK233924.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_2_c1 sequence	True	False
ISR0234_000000001081	8565	0.8743310752835253	15	5	4	5	2	False	66572	maximal	True	ISR0234_000000001081	0.9835402506242943		5	3	False	False	0.99976646900177	0					non-mobilizable	no_good_hit	257.0	90.661	5.0	0.010240283825189486	MK233924.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_2_c1 sequence	True	False
ENG0019_000000002494	8545	0.8743310752835253	15	5	4	5	2	False	66572	maximal	False	ISR0234_000000001081	0.9823731855253887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	90.661	5.0	0.010240283825189486	MK233924.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_2_c1 sequence	True	False
SPA0135_000000009445	2428	0.8743278214591791	3	3	2	2	3	False	3651	fragment	False	SPA0135_000000009445	1.0		0	0	False	False	0.9938220977783203	0					non-mobilizable	no_good_hit								True	False
MAD0061_000000001438	9945	0.8743269958449267	15	10	3	8	5	False	16841	maximal	True	MAD0061_000000001438	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3897.0	76.392	39.0	0.12025985328857391	NC_005822.1	viruses	Lactococcus phage phiLC3, complete genome	True	False
MON0078_000000025413	1801	0.874318664802823	3	3	3	3	2	False	13903	maximal	True	MON0078_000000025413	1.0		11	3	False	False	0.9994447231292725	0					non-mobilizable	no_good_hit	465.0	74.40899999999999	25.0	0.006831806700952497	NZ_BIMD01000032.1	firmicutes	Paenibacillus humicus NBRC 102415 PHU01S_CON000032, whole genome shotgun sequence	True	False
ISR0821_000000007047	3890	0.874318562685902	5	5	5	5	4	False	124954	fragment	False	ENG0184_000000004383	0.2155685628738503		0	0	False	False	0.9994858503341675	0					non-mobilizable	no_good_hit	3171.0	78.745	81.0	0.007523439618767193	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0783_000000012543	1122	0.8743165823117449	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.026450613439752295		0	0	False	False	0.9964349269866943	0					non-mobilizable	other	1120.0	92.946	100.0	0.0003153198635155739	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0072_000000021447	1378	0.8743104583025776	1	1	0	1	0	False	34886	fragment	False	ISR0072_000000021447	0.9802780348160799		0	0	False	False	0.9992743134498596	0					non-mobilizable	no_good_hit	88.0	89.773	6.0	3.6468889312729107e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0102_000000002129	12554	0.8743055980408049	9	7	4	7	5	False	96046	fragment	False	FIJ0102_000000002129	0.992934547030776		0	0	False	False	0.9995220899581909	0					non-mobilizable	no_good_hit	1073.0	87.605	9.0	0.0002628307112782571	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AUS0010_000000011428	2116	0.8743010038416432	3	2	1	2	1	True	101505	fragment	False	AUS0010_000000011428	0.9915632754342432		0	0	False	False	0.9933837652206421	0					non-mobilizable	chromosome	2077.0	98.12200000000001	98.0	0.00031597327073125593	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
CHI0167_000000013137	1645	0.8742967181278138	3	2	2	2	1	False	78146	fragment	False	CHI0167_000000013137	0.9876862168324755		0	0	False	False	0.9975683689117432	0					non-mobilizable	no_good_hit	998.0	99.499	61.0	0.0032094513029342175	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0059_000000011313	3324	0.8742915027471221	3	3	2	2	3	False	117744	fragment	False	MON0059_000000011313	1.0		0	0	False	True	0.9969915747642517	0					non-mobilizable	no_good_hit	2562.0	85.441	77.0	0.001090147253407192	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0281_000000012187	1491	0.8742890014908862	2	2	2	1	1	False	131770	fragment	False	ISR0281_000000012187	1.0		0	0	False	False	0.9979879260063171	0					non-mobilizable	no_good_hit	1155.0	97.57600000000001	77.0	0.030772512732993786	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
ENG0042_000000016976	1480	0.8742890014908862	2	2	2	1	1	False	131768	maximal	True	ENG0042_000000016976	1.0		2	2	False	False	0.9993243217468262	0					non-mobilizable	no_good_hit	1209.0	97.601	82.0	0.03221247433401776	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
ISR0050_000000021299	1362	0.8742890014908862	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.20223491839871738		0	0	False	False	0.9985315799713135	0					non-mobilizable	other	1284.0	100.0	100.0	0.008568757096106324	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
FIJ0171_000000015865	1329	0.8742890014908862	2	2	2	1	1	False	131747	maximal	True	FIJ0171_000000015865	1.0		1	1	False	False	0.9992475509643555	0					non-mobilizable	no_good_hit	1059.0	99.15	80.0	0.02818591504226554	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
AST0094_000000017394	1321	0.8742890014908862	3	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.11484835228230697		0	0	False	False	0.9992430210113525	0					non-mobilizable	virus	1197.0	99.58200000000001	91.0	0.031892482867123546	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ISR0070_000000016370	1292	0.8742890014908862	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.15037777881691156		0	0	False	False	0.9713622331619263	0					non-mobilizable	other	1274.0	98.43	99.0	0.008501970213050157	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
AST0111_000000014922	1266	0.8742890014908862	3	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.08911864604573981		0	0	False	False	0.9992101192474365	0					non-mobilizable	virus	1143.0	97.375	90.0	0.03045252126609957	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ISR0051_000000029528	1226	0.8742890014908862	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.10594006107153318		0	0	False	False	0.995106041431427	0					non-mobilizable	virus	1231.0	91.47	100.0	0.032292472200741315	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
CAN0012_000000036856	1211	0.8742890014908862	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.09317283152381213		0	0	False	False	1.0	0					non-mobilizable	virus	1216.0	90.954	100.0	0.031892482867123546	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ENG0137_000000013013	1161	0.8742890014908862	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.043427781111439495		0	0	False	False	1.0	0					non-mobilizable	other	1090.0	94.12799999999999	94.0	0.0024597794352473256	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0014_000000014265	1155	0.8742890014908862	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.07357456770446388		0	0	False	False	0.9956709742546082	0					non-mobilizable	other	1155.0	100.0	100.0	0.024997833809895155	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
ISR0170_000000041422	1142	0.8742890014908862	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.04875774607908075		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	99.825	100.0	0.007620383356708742	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0031_000000022343	1105	0.8742890014908862	3	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.012847176517046203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1035.0	93.43	100.0	0.0002765587515837812	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0090_000000005765	8472	0.8742845519508252	7	6	5	5	5	True	97021	maximal	True	MON0090_000000005765	1.0		1	1	False	False	0.9989376664161682	0					non-mobilizable	no_good_hit	4386.0	95.235	82.0	0.0034432415187979613	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	True
MON0082_000000019816	1759	0.8742822410999622	2	2	2	2	2	False	9914	fragment	False	MON0082_000000019816	1.0		0	0	False	False	0.9994314908981323	0					non-mobilizable	other	1759.0	99.602	100.0	0.0005294443965930042	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0071_000000008947	1343	0.8742727392502594	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.05121690328909622		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	96.57	99.0	0.0003721167891319682	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0045_000000013489	2845	0.8742610562195586	2	2	2	2	1	False	19483	maximal	True	MAD0045_000000013489	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	97.603	31.0	0.032020786064553906	NZ_CABIWU010000029.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0139_000000007963	3335	0.8742517615061968	4	4	4	3	2	False	28763	maximal	True	SPA0139_000000007963	1.0		1	1	False	False	0.9964017868041992	0					non-mobilizable	no_good_hit	2413.0	100.0	72.0	0.0010542621563594911	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
SPA0132_000000002484	12466	0.8742516010643377	16	8	4	7	4	True	126165	maximal	True	SPA0132_000000002484	0.9405876314161631		1	1	True	True	1.0	889					non-mobilizable	no_good_hit	1013.0	75.913	21.0	0.09567459180750501	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
MON0087_000000010380	4560	0.8742455989583523	6	5	3	4	2	True	106904	backbone	False	CHI0164_000000004878	0.7210360965815968	PS656	0	0	False	True	0.9989035129547119	0					non-mobilizable	other	4245.0	94.723	93.0	0.7171853856562923	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0065_000000000806	21360	0.8742438726017234	27	16	6	12	11	True	90323	fragment	False	SPA0044_000000000751	0.7748983225101497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	86.52799999999999	1.0	0.0008858923967119404	NZ_KB894649.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00007.7, whole genome shotgun sequence	True	True
ISR0013_000000024659	1115	0.8742344396468962	2	2	2	2	1	False	38060	fragment	False	ISR0013_000000024659	1.0		0	0	False	False	0.9695067405700684	0					non-mobilizable	no_good_hit	93.0	78.495	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
MAD0042_000000003680	5676	0.8742331631983565	6	5	5	4	4	False	103067	maximal	True	MAD0042_000000003680	1.0		1	1	False	False	0.999823808670044	0					non-mobilizable	no_good_hit	731.0	73.598	12.0	0.0006283694526759256	NZ_SJSA01000002.1	CFB group bacteria	Duncaniella freteri strain TLL-A3 contig2, whole genome shotgun sequence	True	False
FIJ0007_000000000027	80635	0.8742255898171144	100	26	15	21	12	True	51630	fragment	False	FIJ0007_000000000027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	85.714	0.0	0.003076115091720749	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
CHI0032_000000001702	3391	0.8742248141597664	3	2	2	2	2	False	88463	maximal	True	CHI0032_000000001702	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0291_000000001307	7754	0.8742211215952107	8	6	4	5	5	False	122648	maximal	True	ISR0291_000000001307	1.0		0	0	False	False	0.999871015548706	0					non-mobilizable	chromosome	6344.0	98.912	100.0	0.0028305882027438362	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0175_000000004479	2657	0.8742170447620374	4	3	3	3	3	False	77762	fragment	False	CHI0175_000000004479	1.0		0	0	False	False	0.9992472529411316	0					non-mobilizable	other	2657.0	99.323	100.0	0.0009243960415082743	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
TAN0024_000000002798	2829	0.8742152019327838	3	2	2	2	2	False	2341	maximal	True	TAN0024_000000002798	1.0		1	1	False	False	0.9992930293083191	0					non-mobilizable	no_good_hit	886.0	75.282	31.0	0.00013447324797820858	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MON0091_000000001330	9582	0.8742006422508941	15	10	4	6	8	False	68634	maximal	True	MON0091_000000001330	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2668.0	98.31299999999999	71.0	0.014351258494975714	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
MAD0094_000000007688	2024	0.8741960842234966	3	3	3	3	3	False	15622	maximal	True	MAD0094_000000007688	1.0		14	3	False	False	0.9985178112983704	0					non-mobilizable	no_good_hit	538.0	79.554	26.0	8.366161194026089e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
FIJ0076_000000009182	1551	0.8741945091315849	2	1	0	1	1	True	51983	maximal	False	FIJ0007_000000011400	0.9998977505112475		0	0	False	True	0.9909735918045044	0					non-mobilizable	no_good_hit								True	True
ISR0185_000000008753	3609	0.8741938661426527	6	4	4	4	3	False	95376	fragment	False	ISR0087_000000007072	0.9095234187437252		0	0	False	False	0.9911332726478577	0					non-mobilizable	no_good_hit	172.0	75.0	5.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0008_000000001514	5918	0.8741911895588214	8	8	0	4	6	False	78692	maximal	False	ISR0807_000000001829	0.15884296250768284		0	0	False	True	0.9998310208320618	0	ColRNAI_rep_cluster_1857	MOBP			mobilizable	plasmid	5918.0	99.79700000000001	100.0	0.8291760089686099	CP060059.1	enterobacteria	Escherichia coli strain G8 plasmid pSYM12, complete sequence	False	True
ISR0387_000000014132	1708	0.8741895601380866	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.28115708530723377		0	0	False	False	0.9982435703277588	0					non-mobilizable	chromosome	1709.0	96.08	100.0	0.0005749028000257158	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0033_000000012910	1748	0.8741883075135932	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.5607040182881249		0	0	False	False	0.9931350350379944	0					non-mobilizable	other	1751.0	93.83200000000001	100.0	0.04807825532740322	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0022_000000012798	2006	0.8741855872145605	4	1	1	1	1	False	72720	maximal	False	DEN0046_000000011332	0.9294371780189546		0	0	False	False	0.9865403771400452	0					non-mobilizable	no_good_hit	1061.0	77.663	55.0	0.0070962209753759106	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0023_000000013239	1136	0.8741855404802192	2	2	2	2	2	False	86187	fragment	False	MAD0023_000000013239	0.9426870917470739		0	0	False	False	1.0	0					non-mobilizable	chromosome	1136.0	98.15100000000001	100.0	0.00040050997093391515	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0133_000000012700	2956	0.8741786919621687	2	2	2	2	2	True	40709	fragment	False	FIJ0133_000000012700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0106_000000001809	9953	0.8741776966839306	8	7	2	4	7	True	117327	fragment	False	AST0106_000000001809	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6186.0	95.102	98.0	0.0027945215931634367	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
SPA0065_000000016457	1172	0.8741717365799895	2	1	1	1	1	False	6084	maximal	True	SPA0065_000000016457	1.0		7	2	False	False	0.9991467595100403	0					non-mobilizable	other	1157.0	99.914	100.0	0.009107310270934602	NZ_QSCB01000009.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf9, whole genome shotgun sequence	False	False
AST0006_000000010841	1163	0.8741717365799895	1	1	1	1	1	False	127420	maximal	True	AST0006_000000010841	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1086.0	100.0	93.0	0.008547951249103843	NZ_QSCB01000009.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf9, whole genome shotgun sequence	False	False
ISR0032_000000008101	3941	0.8741696309070869	6	4	3	3	4	False	95921	fragment	False	ISR0032_000000008101	1.0		0	0	False	False	0.9921339750289917	0					non-mobilizable	no_good_hit	1052.0	73.479	26.0	0.00023310467306842848	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0193_000000005197	5185	0.8741694043601791	5	3	1	2	3	False	130581	backbone	False	ISR0082_000000004600	0.8333561519628361	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	1214.0	96.62299999999999	67.0	0.2049306625577812	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0199_000000003632	6291	0.8741693032501369	9	5	3	5	1	False	78661	maximal	True	ENG0199_000000003632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0101_000000008388	6268	0.8741690207026251	7	5	3	4	2	True	55808	maximal	True	MON0101_000000008388	1.0		2	2	False	False	0.9996809363365173	0					non-mobilizable	no_good_hit	91.0	92.30799999999999	4.0	3.0293473069270737e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0332_000000005905	2342	0.8741677060037549	3	3	3	3	3	False	24573	maximal	True	ISR0332_000000005905	1.0		0	0	False	False	0.9901793599128723	0					non-mobilizable	no_good_hit	1160.0	97.32799999999999	69.0	0.01037637874230053	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0042_000000027405	1249	0.8741661133366498	1	1	1	1	1	False	65766	fragment	False	SPA0042_000000027405	1.0		0	0	False	False	0.9975980520248413	0					non-mobilizable	other	1077.0	99.35	99.0	0.00026356624498519247	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0029_000000020740	1195	0.8741661133366498	2	1	1	1	1	False	65763	fragment	False	ISR0030_000000018556	0.6880717010836465		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.65700000000001	98.0	0.0002853870782909433	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0020_01_000000005677	6059	0.8741610164739463	4	4	2	4	3	False	104656	fragment	False	USA0020_01_000000005677	0.9952385912911632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0064_000000008063	2785	0.8741602784021726	4	2	1	2	1	False	62981	fragment	False	ENG0064_000000008063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	96.333	41.0	0.006496729077374239	NZ_OLMR01000004.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0179_000000002022	11997	0.8741586122130005	15	9	4	7	5	True	126165	maximal	False	SPA0132_000000002484	0.7551759646640909		0	0	False	True	0.9979994893074036	0					non-mobilizable	no_good_hit	1013.0	75.71600000000001	16.0	0.09601379839018781	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
ISR0344_000000013054	2543	0.8741489043145684	4	2	1	2	1	False	24272	fragment	False	ISR0344_000000013054	1.0		0	0	False	False	0.9996067881584167	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.007562866326337682	NZ_KB899075.1	firmicutes	Sporolactobacillus vineae DSM 21990 = SL153 strain DSM 21990 D889DRAFT_scaffold00034.34, whole genome shotgun sequence	True	False
FIJ0139_000000013530	1917	0.8741380308770551	3	3	1	1	2	True	116584	backbone	False	USA0025_01_000000005434	0.16410692149597492	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1917.0	98.905	100.0	0.46190935390549664	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0291_000000007486	1912	0.8741380308770551	4	3	1	1	2	True	116584	backbone	False	USA0025_01_000000005434	0.05847052160894567	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1912.0	99.686	100.0	0.4619289340101523	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
DEN0027_000000001308	1794	0.8741380308770551	3	3	1	1	2	True	116584	backbone	False	USA0025_01_000000005434	0.060162646093667276	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1794.0	99.889	100.0	0.43225650916104147	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
MON0051_000000019993	1777	0.8741380308770551	3	3	1	1	2	True	116584	backbone	False	USA0025_01_000000005434	0.028322659394172094	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1694.0	98.524	95.0	0.3983988697904403	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0162_000000013673	1793	0.8741312955965803	2	2	2	2	2	False	68665	fragment	False	ENG0162_000000013673	0.9651498507611531		0	0	False	False	0.9933072924613953	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.3153696066801289e-05	NZ_KB894093.1	high GC Gram+	Actinomadura flavalba DSM 45200 C229DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
USA0005_01_000000018206	1756	0.8741296011485897	4	2	2	2	2	False	2164	maximal	True	USA0005_01_000000018206	1.0		1	1	False	False	0.9948747158050537	0					non-mobilizable	no_good_hit	1205.0	99.917	69.0	0.00035658489993262203	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0343_000000010346	1766	0.8741285645716456	2	2	2	2	1	False	131668	fragment	False	DEN0028_000000005326	0.029987311626989237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	647.0	84.235	37.0	0.00018154665383662038	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0106_000000003582	9944	0.8741196457895297	7	7	6	4	7	False	86693	fragment	False	CHI0107_000000001102	0.9948831142771144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7949.0	98.704	80.0	0.14385545658628432	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
MAD0041_000000001758	11143	0.8741168486624248	10	7	6	7	2	True	28558	maximal	True	MAD0041_000000001758	1.0		3	2	False	False	0.9998205304145813	0					non-mobilizable	no_good_hit	50.0	94.0	0.0	0.00047573277410460293	NZ_JAAITI010000011.1	firmicutes	Blautia luti strain MSK.16.34 NODE_11_length_102999_cov_250.848, whole genome shotgun sequence	True	True
AST0060_000000012127	2398	0.8741149874465106	3	2	2	2	2	False	112453	fragment	False	ISR0328_000000011990	0.8176391815789408		0	0	False	False	0.9937447905540466	0					non-mobilizable	other	2379.0	99.74799999999999	99.0	0.00753580935479782	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0013_000000000024	68367	0.8741099345840276	85	35	23	35	17	True	114655	maximal	False	SPA0012_000000000050	0.9614478525379626	PS739|PS80	0	0	True	True	0.99998539686203	76					non-mobilizable	plasmid	19121.0	97.568	93.0	0.26444176940212805	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0141_000000014050	2372	0.8741025066211713	4	4	3	3	2	True	82525	fragment	False	ISR0141_000000014050	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1899.0	99.84200000000001	100.0	0.0003714291529223529	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
CHI0157_000000000228	22877	0.8740957571435588	28	15	6	14	5	True	100675	backbone	False	SPA0056_000000000367	0.38852121546173146	PS581	0	0	False	True	1.0	0					non-mobilizable	other	22878.0	99.471	100.0	0.36789797854719136	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ENG0058_000000009671	3272	0.8740805477246086	6	3	2	3	3	False	83664	fragment	False	ENG0058_000000009671	1.0		0	0	False	False	0.9954156279563904	0					non-mobilizable	no_good_hit								True	False
ISR0308_000000003502	4260	0.87408000497574	5	3	2	3	0	True	57060	maximal	False	MAD0107_000000009050	0.5537697853843756		0	0	True	True	1.0	183					non-mobilizable	no_good_hit	216.0	90.741	11.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0051_000000005568	5512	0.8740530100758231	7	7	7	7	6	False	13069	maximal	True	MON0051_000000005568	1.0		22	3	False	False	0.9985486268997192	0					non-mobilizable	other	5512.0	99.09299999999999	100.0	0.0030673053964204197	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
FIJ0058_000000003741	9600	0.8740522383570991	7	4	3	2	4	False	46076	maximal	True	FIJ0058_000000003741	1.0		9	3	False	False	0.99979168176651	0					non-mobilizable	no_good_hit	1344.0	73.735	14.0	0.00029558330249258993	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
DEN0031_000000001915	10999	0.8740475859299114	10	6	4	6	5	True	125549	fragment	False	DEN0031_000000001915	1.0		0	0	False	False	0.997908890247345	0					non-mobilizable	no_good_hit	1594.0	72.208	25.0	0.03273192095723057	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ISR0216_000000006261	2996	0.8740366268085398	4	2	1	2	1	True	111320	maximal	True	ISR0216_000000006261	1.0		2	1	False	False	0.9816421866416931	0					non-mobilizable	no_good_hit	391.0	90.79299999999999	27.0	0.04353665360940123	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
CHI0160_000000019629	1628	0.8740298531208717	2	2	1	1	2	True	78698	fragment	False	CHI0160_000000019629	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1629.0	98.834	100.0	0.01134376197610006	CP032195.1	enterobacteria	Klebsiella pneumoniae strain AR_0097 plasmid unnamed1, complete sequence	False	True
FIJ0115_000000002615	9050	0.8740292208395151	3	2	1	2	1	False	87889	fragment	False	FIJ0087_000000002710	0.9464254736592257		0	0	False	False	0.9988950490951538	0					non-mobilizable	no_good_hit	1022.0	86.301	49.0	0.00817741040629749	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0087_000000002710	9022	0.8740292208395151	3	2	1	2	1	False	87889	fragment	False	FIJ0087_000000002710	0.9660978422438071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1755.0	84.786	49.0	0.014006931099085771	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0165_000000002129	8492	0.8740292208395151	3	2	1	2	1	False	87889	fragment	False	FIJ0087_000000002710	0.9385359525188371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1755.0	84.786	47.0	0.014006931099085771	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0037_000000002823	7942	0.8740292208395151	3	2	1	2	1	False	87889	fragment	False	FIJ0087_000000002710	0.4696293159503525		0	0	False	False	0.999748170375824	0					non-mobilizable	no_good_hit	1421.0	84.307	39.0	0.011329371939501636	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0053_000000002032	5891	0.8740292208395151	3	2	1	2	1	False	87888	fragment	False	CHI0053_000000002032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	86.32799999999999	52.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0077_000000006767	4360	0.8740292208395151	3	2	1	2	1	False	84375	fragment	False	FIJ0077_000000006767	1.0		0	0	False	False	0.9892202019691467	0					non-mobilizable	no_good_hit	1421.0	84.307	57.0	0.011329371939501636	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0150_000000006833	2806	0.8740292208395151	2	2	1	2	1	False	84373	fragment	False	SPA0150_000000006833	0.9770592428063356		0	0	False	False	0.9953670501708984	0					non-mobilizable	no_good_hit	1402.0	84.59299999999999	75.0	0.0111765982937596	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0008_000000010709	2677	0.8740292208395151	2	2	1	2	1	False	84373	fragment	False	SPA0150_000000006833	0.9638680081644787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1241.0	86.54299999999999	73.0	0.009938327691429398	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0048_000000015130	2156	0.8740292208395151	2	2	1	2	1	False	84370	fragment	False	FIJ0048_000000015130	0.9795530194959581		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	86.32799999999999	80.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0041_000000025980	1425	0.874028162803103	2	2	1	1	1	True	45459	fragment	False	MAD0041_000000025980	0.977728285077951		0	0	False	False	1.0	0					non-mobilizable	plasmid	1425.0	100.0	100.0	0.017814251401120897	CP040810.1	enterobacteria	Escherichia fergusonii strain EFCF056 plasmid pEF05, complete sequence	False	True
FIJ0139_000000011681	2215	0.8740219633508053	3	3	2	3	1	False	75924	fragment	False	FIJ0139_000000011681	0.9764625228519196		0	0	False	True	0.9990970492362976	0					non-mobilizable	no_good_hit	121.0	80.992	5.0	0.0026724040312535386	NZ_FNAQ01000019.1	d-proteobacteria	Desulfuromonas thiophila strain DSM 8987, whole genome shotgun sequence	True	True
ISR0214_000000013165	2188	0.8740219633508053	3	3	2	3	1	False	75924	fragment	False	FIJ0139_000000011681	0.9706546275395034		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	584.0	75.171	27.0	0.0026447439696651053	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
CHI0048_000000012574	1553	0.8740143485334207	3	3	3	3	2	False	86880	fragment	False	DEN0079_000000038014	0.9754047322540473		0	0	False	False	0.9967803955078125	0					non-mobilizable	other	1553.0	99.54899999999999	100.0	0.0003805161043879244	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0159_000000000936	12281	0.8740105916153724	16	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.4211932947492279	PS446|PS447|PS652|PS653|PS863	0	0	True	True	0.9999185800552368	17					non-mobilizable	other	4122.0	99.296	100.0	0.3324455205811138	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
ISR0299_000000000481	9991	0.8740105916153724	14	7	5	6	4	True	106695	backbone	True	ISR0299_000000000481	0.9697945967043877	PS446|PS447|PS652	19	5	False	True	0.9998999238014221	0					non-mobilizable	other	8880.0	99.98899999999999	100.0	0.5336258188593065	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
ISR0223_000000002110	9922	0.8740105916153724	14	7	5	6	4	True	106695	backbone	False	ISR0299_000000000481	0.965600532206817	PS446|PS447|PS652	0	0	False	True	1.0	0					non-mobilizable	other	8880.0	99.98899999999999	99.0	0.5336258188593065	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
FIJ0096_000000002845	9747	0.8740105916153724	14	7	5	6	4	True	106695	backbone	False	ISR0299_000000000481	0.9522264074425106	PS446|PS447|PS652	0	0	True	True	1.0	10					non-mobilizable	other	6618.0	100.0	100.0	0.3976801490474187	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
FIJ0149_000000000163	52348	0.8739990297596991	58	28	24	24	11	True	46430	maximal	True	FIJ0149_000000000163	1.0		3	1	True	True	0.999923586845398	3					non-mobilizable	no_good_hit	112.0	76.786	0.0	0.0001153851853890598	NZ_QGTD01000008.1	firmicutes	Gracilibacillus dipsosauri strain DD1 NODE_1_length_944662_cov_68.369322, whole genome shotgun sequence	True	True
ENG0044_000000005794	2914	0.8739947315561188	4	4	4	4	4	False	64530	maximal	True	ENG0044_000000005794	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0279_000000002710	6187	0.8739877631437886	11	5	4	3	3	False	32320	maximal	True	ISR0279_000000002710	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	96.818	20.0	0.0001171063579149093	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0022_000000007324	3435	0.8739866378753272	5	3	2	2	3	False	74193	fragment	False	TAN0001_000000003151	0.9484997114829775		0	0	False	False	0.9973798990249634	0					non-mobilizable	other	3348.0	95.99799999999999	97.0	0.0019995645578826985	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
ENG0128_000000008547	3089	0.8739866378753272	5	3	2	2	3	False	74192	fragment	False	SPA0063_000000005649	0.9822672577580747		0	0	False	False	1.0	0					non-mobilizable	other	3087.0	95.821	99.0	0.001843451381212826	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
DEN0026_000000010731	2749	0.8739866378753272	5	3	2	2	3	False	74191	fragment	False	DEN0026_000000010731	1.0		0	0	False	False	0.9967260956764221	0					non-mobilizable	other	2726.0	96.44200000000001	99.0	0.001628122861668174	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
ISR0210_000000008758	2191	0.8739806019209704	3	3	3	3	3	False	98916	fragment	False	ISR0025_000000016246	0.9728335459543717		0	0	False	False	1.0	0					non-mobilizable	chromosome	2191.0	100.0	100.0	0.0003093381561835638	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0062_000000001125	14900	0.8739796441990151	25	10	5	8	5	False	63230	maximal	True	ENG0062_000000001125	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1504.0	99.13600000000001	10.0	0.0006707195441784622	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0207_000000019334	1559	0.8739751043942121	3	3	3	2	2	False	86591	fragment	False	ISR0207_000000019334	0.9796284205077527		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	98.97399999999999	100.0	0.021725792057117357	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0203_000000003914	4515	0.8739697396107272	8	4	3	2	4	False	28699	maximal	True	ISR0203_000000003914	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	84.848	1.0	2.5579634518182005e-05	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
SPA0088_000000003783	4378	0.8739582730426019	5	5	5	5	4	False	108440	fragment	False	SPA0088_000000003783	1.0		0	0	False	False	0.9988579154014587	0					non-mobilizable	other	4378.0	99.977	100.0	0.018674084534683794	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
CHI0085_000000002834	1129	0.8739550221527826	3	1	0	1	0	True	84083	fragment	False	CHI0085_000000002834	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.55799999999999	100.0	0.00021905066810453772	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MAD0037_000000000752	14301	0.8739436951283241	9	9	5	8	8	True	24103	maximal	True	MAD0037_000000000752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5225.0	98.794	59.0	0.0175244308419244	CP023723.1	enterobacteria	Klebsiella pneumoniae strain TVGHCRE225 plasmid unnamed1, complete sequence	True	True
ENG0177_000000007890	3378	0.8739428308756868	5	3	3	3	3	False	116993	fragment	False	ISR0131_000000007326	0.6360207449316361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0095_000000029177	1113	0.8739378384672996	2	2	0	2	0	True	9288	fragment	False	MON0095_000000029177	1.0		0	0	False	False	0.9955076575279236	0					non-mobilizable	no_good_hit								True	True
CHI0095_000000007332	1217	0.8739343591140651	2	2	1	1	1	True	83481	fragment	False	CHI0095_000000007332	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1217.0	100.0	100.0	0.005747017789288617	CP054064.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP plasmid pSWHvKp, complete sequence	False	True
SPA0113_000000015674	1956	0.8739336703142414	3	2	0	2	0	True	4556	maximal	True	SPA0113_000000015674	1.0		2	1	True	True	0.9994887709617615	35					non-mobilizable	no_good_hit								True	True
ISR0213_000000014851	1787	0.8739336703142414	2	2	0	2	0	True	96058	maximal	False	DEN0064_000000024130	0.943854657217674	PS288|PS512	0	0	True	True	1.0	81					non-mobilizable	no_good_hit	710.0	74.366	39.0	0.3978433598183882	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0298_000000008806	1681	0.8739336703142414	3	2	0	2	0	True	96058	maximal	False	DEN0064_000000024130	0.9545585466015677	PS288|PS512	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	399.0	79.19800000000001	23.0	0.22360953461975028	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
SPA0111_000000027614	1232	0.8739336703142414	2	2	0	2	0	True	4555	fragment	False	SPA0111_000000027614	1.0		0	0	False	False	0.9959415793418884	0					non-mobilizable	no_good_hit								True	True
USA0027_01_000000007051	3837	0.8739312610702604	4	3	1	3	3	False	83091	fragment	False	USA0027_01_000000007051	0.9504257072232902		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1194.0	97.73899999999999	57.0	0.0048749392164955194	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
FIJ0067_000000025418	1299	0.8739308689978571	2	2	1	2	2	True	45162	fragment	False	FIJ0067_000000025418	1.0		0	0	False	False	0.9869130253791809	0	rep_cluster_589				non-mobilizable	plasmid	1008.0	89.286	99.0	0.02185031230277046	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	False	True
USA0009_01_000000006612	3651	0.8739058774906776	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.9080291375299725		0	0	False	False	1.0	0					non-mobilizable	plasmid	3014.0	96.31700000000001	100.0	0.24146833400564743	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MAD0096_000000004351	3817	0.8739054562731016	7	2	1	2	1	False	15516	fragment	False	MAD0096_000000004351	1.0		0	0	False	False	0.9994760155677795	0					non-mobilizable	no_good_hit								True	False
ENG0141_000000001908	12403	0.8739039096801708	12	8	3	5	6	False	110871	fragment	False	ENG0141_000000001908	1.0		0	0	False	False	0.9975005984306335	0					non-mobilizable	no_good_hit	4035.0	94.325	81.0	0.0006188231159820994	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CHI0159_000000005781	2514	0.8738996447591815	4	4	3	3	3	False	95221	maximal	True	CHI0159_000000005781	1.0		0	0	False	False	0.9964200258255005	0					non-mobilizable	no_good_hit	2216.0	99.684	88.0	0.009102939242503945	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
AST0060_000000011514	2512	0.8738947062835606	3	1	1	1	1	False	112465	fragment	False	AST0060_000000011514	1.0		0	0	False	False	0.9988057613372803	0					non-mobilizable	no_good_hit	135.0	95.556	5.0	0.0003796335120066181	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0252_000000006198	1829	0.8738947062835606	2	1	1	1	1	False	26958	fragment	False	ISR0252_000000006198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	3.0	0.00014448738143535466	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0007_000000002300	7781	0.8738920342972164	8	6	6	5	4	False	127392	maximal	True	AST0007_000000002300	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	6428.0	100.0	83.0	0.0022328376876042245	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MAD0061_000000008328	2063	0.8738720426143739	5	3	1	3	1	True	16822	fragment	False	MAD0061_000000008328	1.0		0	0	False	False	0.9985458254814148	0					non-mobilizable	no_good_hit	828.0	91.06299999999999	78.0	0.014656364087477404	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0825_000000000933	17121	0.8738563255855336	35	15	5	12	10	False	21137	maximal	True	ISR0825_000000000933	1.0		1	1	False	False	0.9998831748962402	0					non-mobilizable	no_good_hit	622.0	99.035	10.0	0.013609765719169825	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
ISR0016_000000018705	1209	0.8738519478587408	2	1	1	1	1	True	109781	fragment	False	AST0090_000000018406	0.9562582366232725		0	0	False	False	0.99338299036026	0					non-mobilizable	no_good_hit	409.0	75.795	33.0	0.0005113317507615647	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
DEN0031_000000031061	1107	0.8738519478587408	2	1	1	1	1	True	109781	fragment	False	AST0090_000000018406	0.7846020377437849		0	0	False	False	0.9557362198829651	0					non-mobilizable	no_good_hit	409.0	75.306	36.0	0.0005113317507615647	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ENG0146_000000019792	1107	0.8738519478587408	2	1	1	1	1	True	109781	fragment	False	AST0090_000000018406	0.7837675273862974		0	0	False	False	0.977416455745697	0					non-mobilizable	no_good_hit	409.0	75.061	36.0	0.0005113317507615647	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ISR0054_000000014472	1764	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2579277623303305		0	0	False	False	1.0	0					non-mobilizable	chromosome	1764.0	99.83	100.0	0.0004907958381181055	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0059_000000010470	1711	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.1601921806092293		0	0	False	False	0.9994155168533325	0					non-mobilizable	chromosome	1711.0	97.604	100.0	0.00047576295368340467	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MAD0106_000000013084	1684	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.12787235317041296		0	0	False	False	1.0	0					non-mobilizable	chromosome	1694.0	95.986	100.0	0.0004701952187075895	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
TAN0023_000000001168	1608	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.09134672886506254		0	0	False	False	0.9975124597549438	0					non-mobilizable	other	1608.0	97.88600000000001	100.0	0.008029018381305927	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
SPA0070_000000012792	1607	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.21594223334692267		0	0	False	False	1.0	0					non-mobilizable	other	1607.0	98.071	100.0	0.008024022103532868	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ISR0322_000000008181	1504	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.17949072951433617		0	0	False	False	1.0	0					non-mobilizable	chromosome	1504.0	99.00299999999999	100.0	0.00041813689668371783	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
USA0057_01_000000023381	1387	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.0810994002424533		0	0	False	False	0.9985580444335938	0					non-mobilizable	other	1388.0	91.571	100.0	0.005867521765248365	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
MON0043_000000021793	1343	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.07216425407175565		0	0	False	False	0.9434102773666382	0					non-mobilizable	chromosome	1275.0	98.196	95.0	0.00035410794446184363	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0082_000000024797	1288	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.06352253479328733		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	99.068	100.0	0.006430209493927024	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ISR0071_000000006693	1245	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.044742694983008986		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	97.26899999999999	100.0	0.006215369549685485	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
DEN0016_000000009260	1172	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.04433917709738529		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	95.22200000000001	100.0	0.0003540652495993711	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0234_000000013696	1123	0.8738479809373242	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.021734593079257958		0	0	False	False	0.9991095066070557	0					non-mobilizable	other	1037.0	95.178	99.0	0.00031324645481208235	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0045_000000015380	1687	0.8738461355692307	3	2	2	2	2	False	36237	maximal	True	ISR0045_000000015380	1.0		4	4	False	False	0.9994072318077087	0					non-mobilizable	no_good_hit	91.0	81.319	5.0	0.0001670784179738832	LN774881.1	enterobacteria	Candidatus Westeberhardia cardiocondylae genome assembly Wobs_v01, chromosome : I	True	False
ISR0157_000000000107	80644	0.873844696668068	80	19	5	16	3	False	30968	maximal	True	ISR0157_000000000107	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	76.812	0.0	2.513784068884289e-05	CP022674.1	firmicutes	Bacillus megaterium strain SR7 chromosome, complete genome	True	False
ISR0143_000000002548	13813	0.8738434344718802	10	8	7	7	6	False	122657	fragment	False	ISR0143_000000002548	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5094.0	92.992	83.0	0.0019769097562264693	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0172_000000001549	4889	0.8738401329449308	7	4	3	3	4	False	121304	maximal	True	CHI0172_000000001549	1.0	PS849	5	3	False	True	1.0	0					non-mobilizable	no_good_hit	3606.0	96.45	75.0	0.0007448459449904926	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
FIJ0001_000000003922	5011	0.8738344190626559	13	2	0	2	1	True	52653	fragment	False	FIJ0001_000000003922	1.0		0	0	False	False	0.9908201694488525	0					non-mobilizable	no_good_hit	102.0	85.294	2.0	0.015346838551258441	NZ_FMPG01000025.1	firmicutes	Staphylococcus caeli strain 82B, whole genome shotgun sequence	True	True
ISR0128_000000006149	5513	0.8738312524712559	6	5	4	4	4	False	88803	maximal	True	ISR0128_000000006149	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	74.442	28.0	0.0008110146219770735	NZ_JH932292.1	firmicutes	Facklamia hominis CCUG 36813 supercont1.1, whole genome shotgun sequence	True	False
AST0151_000000002134	7738	0.873830361758187	6	6	5	6	6	False	105516	maximal	True	AST0151_000000002134	1.0		3	3	False	False	0.9989661574363708	0					non-mobilizable	no_good_hit	1054.0	81.214	19.0	0.00019010490432740506	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
MAD0012_000000026760	1166	0.8738274771403587	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.9020138267099062		0	0	False	False	0.9991423487663269	0					non-mobilizable	no_good_hit	230.0	90.0	26.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0291_000000013526	1150	0.8738274771403587	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.8665650935280929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	90.0	20.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0375_000000021346	1145	0.8738274771403587	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.9103515599465574		0	0	False	False	0.9982532858848572	0					non-mobilizable	no_good_hit	230.0	90.0	26.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0180_000000007184	1836	0.8738162133865458	3	3	3	3	3	False	91838	fragment	False	FIJ0031_000000011378	0.5302345673900734		0	0	False	False	0.9994553327560425	0					non-mobilizable	other	1835.0	98.91	99.0	0.04590623513804411	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0156_000000005091	2617	0.8738149055102921	3	3	3	3	3	False	79013	maximal	False	MON0073_000000001912	0.9402958788305742		0	0	False	False	0.9965609312057495	0					non-mobilizable	other	2617.0	99.389	100.0	0.0013561807782727757	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
ISR0075_000000009263	2670	0.8738104948679821	3	3	3	3	2	False	68642	fragment	False	MON0037_000000024829	0.9776474899230487		0	0	False	True	1.0	0					non-mobilizable	other	2671.0	98.465	100.0	0.0012839470552169366	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
ENG0117_000000004670	4598	0.8738062882885981	5	3	1	2	3	False	123178	backbone	True	ENG0117_000000004670	0.9618645535291537	PS879|PS883	2	2	True	True	0.9982601404190063	17					non-mobilizable	no_good_hit	1866.0	90.139	48.0	0.2264889323712853	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0349_000000000856	9227	0.8738043816111973	11	10	4	5	7	False	118188	backbone	False	CHI0082_000000001020	0.9968105156553181	PS799|PS801|PS802	0	0	True	True	0.9990246295928955	24	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2824.0	95.007	54.0	0.35577407967725666	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0045_000000001648	6488	0.8737987859920758	6	5	5	5	4	False	121299	maximal	True	ENG0045_000000001648	1.0	PS849	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3545.0	96.615	57.0	0.0007322424491113192	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ISR0377_000000005014	2730	0.8737931121022494	4	4	4	4	3	False	131327	fragment	False	ISR0377_000000005014	1.0		0	0	False	False	0.9996336698532104	0					non-mobilizable	no_good_hit	1168.0	72.60300000000001	42.0	0.0009871685259771252	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
MON0104_000000024775	1838	0.8737914994116907	3	3	2	3	2	False	8801	maximal	True	MON0104_000000024775	1.0		3	2	False	False	0.9994559288024902	0					non-mobilizable	other	1838.0	99.075	100.0	0.007493279706958512	NZ_DS544190.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_23, whole genome shotgun sequence	False	False
ENG0024_000000001423	15380	0.8737898394358338	14	5	4	5	3	False	127509	fragment	False	ENG0024_000000001423	1.0		0	0	False	False	0.9990246891975403	0					non-mobilizable	no_good_hit	1779.0	97.35799999999999	21.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0338_000000002540	7319	0.8737890409900604	9	3	1	2	3	False	84553	fragment	False	ISR0338_000000002540	1.0		0	0	False	False	0.9993168711662292	0					non-mobilizable	no_good_hit	60.0	100.0	1.0	1.3764811170120934e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0303_000000002167	4971	0.8737877284078658	6	4	3	4	2	True	128894	fragment	False	ISR0303_000000002167	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	91.12899999999999	30.0	0.02044494586079276	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0141_000000015363	1465	0.8737781031055237	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.42562269919000734		0	0	False	False	1.0	0					non-mobilizable	other	1465.0	100.0	100.0	0.008339124391938846	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
SPA0140_000000014818	1448	0.8737781031055237	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.38730801290781863		0	0	False	False	0.9986187815666199	0					non-mobilizable	other	1448.0	100.0	100.0	0.00824229029722371	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
USA0003_01_000000006459	5971	0.8737748375288161	6	2	0	0	2	False	2251	fragment	False	USA0003_01_000000006459	1.0		0	0	False	False	0.9973203539848328	0					non-mobilizable	no_good_hit	1540.0	80.844	45.0	0.22339955849889626	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
DEN0065_000000005404	5356	0.8737748375288161	4	2	0	0	2	False	104927	fragment	False	DEN0065_000000005404	1.0		0	0	False	False	0.9998133182525635	0					non-mobilizable	plasmid	3851.0	96.676	94.0	0.30939895118999594	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0087_000000005808	4451	0.8737748375288161	4	2	0	0	2	False	91635	fragment	False	ISR0087_000000005808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	97.762	72.0	0.0790641387656313	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CAN0003_000000011125	4377	0.8737748375288161	3	2	0	0	2	False	96769	fragment	False	CAN0003_000000011125	0.999770484278173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1664.0	85.45700000000001	75.0	0.15783443139501577	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	False
CHI0179_000000003582	4358	0.8737748375288161	4	2	0	0	2	False	104909	fragment	False	ISR0856_000000000942	0.7219575125146281		0	0	False	False	1.0	0					non-mobilizable	plasmid	3963.0	98.234	99.0	0.31964501815248086	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0184_000000005337	4357	0.8737748375288161	3	2	0	0	2	False	96769	fragment	False	CAN0003_000000011125	0.9974868631482751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1664.0	85.51700000000001	75.0	0.15783443139501577	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	False
MON0106_000000009031	4244	0.8737748375288161	4	2	0	0	2	False	104909	fragment	False	ISR0856_000000000942	0.7195383395988041		0	0	False	False	1.0	0					non-mobilizable	plasmid	3949.0	98.329	99.0	0.318515530455829	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0841_000000002988	4234	0.8737748375288161	3	2	0	0	2	False	99901	fragment	False	ISR0841_000000002988	0.991650532429816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	92.185	78.0	0.20973969361066136	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0258_000000004052	4221	0.8737748375288161	4	2	0	0	2	False	104909	fragment	False	ISR0856_000000000942	0.7116511637027303		0	0	False	False	1.0	0					non-mobilizable	plasmid	3854.0	98.262	99.0	0.3108511496571198	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0049_000000006851	4132	0.8737748375288161	3	2	0	0	2	False	99901	fragment	False	ISR0841_000000002988	0.9798063297118564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	94.199	77.0	0.1970357454228422	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
CAN0021_000000012013	3520	0.8737748375288161	3	2	0	0	2	False	91632	fragment	False	CAN0021_000000012013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	92.39299999999999	63.0	0.05824929407018959	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0110_000000014537	1614	0.8737677873385132	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.7900966443807456		0	0	False	False	0.9913259148597717	0					non-mobilizable	other	1614.0	97.274	100.0	0.003368622670349638	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0107_000000023659	1297	0.8737596291573397	2	2	2	2	1	False	59968	fragment	False	ENG0107_000000023659	1.0		0	0	False	False	0.9992290139198303	0					non-mobilizable	no_good_hit								True	False
ISR0382_000000010405	1410	0.8737543873295546	2	2	2	1	1	False	120853	maximal	True	ISR0382_000000010405	1.0		13	4	False	False	0.9992907643318176	0					non-mobilizable	chromosome	1051.0	98.00200000000001	100.0	0.0003043756169041521	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0172_000000003276	4818	0.8737531924676625	5	2	0	1	1	True	58532	maximal	False	FIJ0099_000000004818	0.9898007301795086		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	640.0	82.031	18.0	0.09128377346969928	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
ISR0387_000000004779	4797	0.8737531924676625	6	2	0	1	1	True	58532	maximal	False	FIJ0099_000000004818	0.9896882702294293		0	0	True	True	0.9997915625572205	12					non-mobilizable	no_good_hit	804.0	81.095	16.0	0.11570752556861548	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
FIJ0099_000000004818	4756	0.8737531924676625	6	2	0	1	1	True	58532	maximal	True	FIJ0099_000000004818	0.9898408751849698		9	3	True	True	1.0	2					non-mobilizable	no_good_hit	804.0	81.095	16.0	0.11570752556861548	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
ISR0114_000000005691	4630	0.8737531924676625	5	2	0	1	1	True	58532	maximal	False	FIJ0099_000000004818	0.9744774740579331		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	804.0	81.095	17.0	0.11570752556861548	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
FIJ0066_000000006333	4783	0.8737528715046033	5	4	2	4	2	False	67392	maximal	True	FIJ0066_000000006333	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	82.773	24.0	0.44768572539867757	KU546098.1	bacteria	Uncultured bacterium clone CH_03D_000_Contig_8 genomic sequence	True	False
ENG0151_000000014007	1697	0.8737508784968158	2	2	1	2	1	False	57097	fragment	False	ENG0151_000000014007	1.0		0	0	False	False	0.985857367515564	0					non-mobilizable	no_good_hit	326.0	83.436	34.0	0.00010595234323014037	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0001_000000008249	3483	0.8737476607852281	4	3	1	3	1	True	99740	fragment	False	ISR0001_000000008249	0.9998480243161094		0	0	False	False	0.9968417882919312	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.315250665594182e-05	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	True	True
ISR0072_000000008223	3290	0.8737476607852281	4	3	1	3	1	True	99740	fragment	False	ISR0001_000000008249	0.972150445018662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0034_000000002825	2519	0.8737476607852281	3	3	1	3	1	True	99737	fragment	False	DEN0034_000000002825	0.9803955350198549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0105_000000022887	2376	0.8737476607852281	3	3	1	3	1	True	99737	fragment	False	DEN0034_000000002825	0.9629920383354408		0	0	False	False	0.9928451180458069	0					non-mobilizable	no_good_hit								True	True
USA0091_01_000000005397	2035	0.8737458252392217	4	3	1	2	3	True	87541	fragment	False	ISR0391_000000005657	0.3851351351351351		0	0	False	False	1.0	0					non-mobilizable	other	2045.0	97.40799999999999	100.0	0.015725424694227854	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0007_01_000000008373	2008	0.8737458252392217	3	3	1	2	3	True	87538	fragment	False	USA0007_01_000000008373	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2008.0	100.0	100.0	0.015448324699615908	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
TAN0017_000000025693	1469	0.8737255983424626	3	1	1	1	1	False	2449	maximal	True	TAN0017_000000025693	1.0		1	1	False	False	0.9714091420173645	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0144617032672737	XM_020395808.1	monocots	PREDICTED: Asparagus officinalis uncharacterized LOC109828842 (LOC109828842), mRNA	True	False
ISR0164_000000022581	1265	0.8737215870114595	2	1	1	1	1	False	30273	maximal	True	ISR0164_000000022581	1.0		1	1	False	False	0.9675889611244202	0					non-mobilizable	no_good_hit	172.0	84.302	13.0	0.0009520236101855326	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0216_000000008718	2072	0.8737203849113175	3	3	3	2	2	False	81760	fragment	False	ISR0159_000000010758	0.6283842794759825		0	0	False	False	0.9816602468490601	0					non-mobilizable	other	2072.0	99.131	100.0	0.00794436260970969	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0070_000000001009	8080	0.8737168639287487	10	7	5	6	4	True	125255	maximal	True	CHI0070_000000001009	1.0		6	3	False	False	0.9996287226676941	0					non-mobilizable	no_good_hit	1172.0	98.976	15.0	0.007265439835209153	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	True
ISR0062_000000033549	1154	0.8737115440758286	1	1	1	1	1	False	37994	fragment	False	ISR0222_000000036488	0.9895661902088896		0	0	False	False	0.9991334676742554	0					non-mobilizable	other	944.0	99.15299999999999	94.0	0.000267692091075492	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0014_000000029557	1149	0.8737115440758286	1	1	1	1	1	False	37994	fragment	False	ISR0222_000000036488	0.9867143477328786		0	0	False	False	1.0	0					non-mobilizable	other	944.0	99.15299999999999	94.0	0.000267692091075492	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0268_000000004638	3762	0.8737094117183744	5	4	4	4	2	False	26501	fragment	False	ISR0268_000000004638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	99.145	3.0	5.144815467444184e-05	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	True	False
MON0001_000000005673	5488	0.8737052785511252	5	4	3	3	2	False	14410	maximal	True	MON0001_000000005673	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	3.988642864265434e-06	LN590705.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG11, chromosome: 11	True	False
TAN0009_000000007109	4421	0.8736982941212993	5	5	5	5	5	False	2720	maximal	True	TAN0009_000000007109	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1895.0	89.288	84.0	0.031323906392127676	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0119_000000024906	1207	0.8736890179723632	2	2	1	2	1	False	59237	fragment	False	ENG0119_000000024906	1.0		0	0	False	False	0.953603982925415	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	4.230693009781808e-05	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
FIJ0085_000000007608	3980	0.8736876223096464	5	4	4	3	3	False	52537	fragment	False	FIJ0085_000000007608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	92.105	36.0	0.0004489148579929555	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0030_000000003770	4848	0.8736827714696307	6	3	3	2	1	False	92438	fragment	False	ISR0030_000000003770	1.0		0	0	False	False	0.9989686608314514	0					non-mobilizable	no_good_hit	76.0	97.368	2.0	0.00022001877493546117	NZ_FOFS01000003.1	g-proteobacteria	Solimonas aquatica strain DSM 25927, whole genome shotgun sequence	True	False
AST0024_000000014924	2297	0.8736780353020824	3	2	2	2	2	False	121467	maximal	True	AST0024_000000014924	1.0		1	1	False	False	0.9939050674438477	0					non-mobilizable	no_good_hit	967.0	91.21	42.0	0.0004137749279005773	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0169_000000010341	2867	0.8736740305169364	5	4	4	4	4	False	69460	fragment	False	ISR0169_000000010341	1.0		0	0	False	False	0.994419276714325	0					non-mobilizable	no_good_hit	587.0	84.49700000000001	57.0	0.00017587913971007648	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0210_000000003959	5028	0.8736702185753819	5	5	5	5	4	False	110588	fragment	False	MON0041_000000007831	0.6103833961361326		0	0	False	False	0.9994033575057983	0					non-mobilizable	no_good_hit	71.0	90.141	1.0	0.0007064641469445425	NZ_KI271590.1	firmicutes	Lactobacillus shenzhenensis LY-73 LY73.Scaffold9, whole genome shotgun sequence	True	False
AST0149_000000020010	1329	0.8736420830471251	2	2	2	1	1	False	104354	fragment	False	AST0149_000000020010	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	90.45100000000001	100.0	0.0004613674263479711	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0120_000000001575	12205	0.873639483774144	9	6	3	6	4	False	75783	maximal	True	ISR0120_000000001575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	92.30799999999999	1.0	0.0020067284424246	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0120_000000008564	3509	0.8736257115809588	4	3	3	3	3	False	32293	maximal	True	ISR0120_000000008564	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	95.633	52.0	0.0001915488641152358	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0133_000000004756	5066	0.8736198576802215	7	5	4	5	3	False	58275	maximal	True	ENG0133_000000004756	1.0		3	3	False	False	0.9974339008331299	0					non-mobilizable	no_good_hit	837.0	85.544	19.0	0.00022277045038161312	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0017_000000010323	3246	0.8736167484481402	4	4	4	2	3	False	71496	fragment	False	FIJ0012_000000006775	0.8231074201876154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	90.819	56.0	0.15365729766339317	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0096_000000021772	1716	0.8736049097471095	2	2	2	2	1	False	92181	fragment	False	SPA0100_000000012690	0.46032044474362604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
CAN0018_000000020589	1658	0.8736049097471095	2	2	2	2	1	False	92181	fragment	False	SPA0100_000000012690	0.3367238145399281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000011174	3544	0.8736014453779727	4	4	4	4	4	False	124467	maximal	True	DEN0061_000000011174	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2567.0	73.432	92.0	0.002531919914360341	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
FIJ0090_000000007888	4896	0.8735869671143826	5	5	4	5	4	False	131411	fragment	False	FIJ0090_000000007888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	74.876	16.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
SPA0005_000000007305	4039	0.8735859041676676	6	3	2	3	2	False	8334	maximal	True	SPA0005_000000007305	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.2286867706229584e-05	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
FIJ0001_000000015846	1335	0.8735823477253439	2	2	2	1	1	False	52526	fragment	False	FIJ0001_000000015846	0.9891724671307038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.878060896313232e-06	CP021250.1	b-proteobacteria	Bordetella sp. J329 chromosome, complete genome	True	False
DEN0070_000000006366	5065	0.8735780377386239	8	4	3	4	3	False	70643	fragment	False	DEN0070_000000006366	1.0		0	0	False	False	0.9998025894165039	0					non-mobilizable	other	3141.0	88.18799999999999	90.0	0.0008300230119834738	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
USA0037_01_000000004904	7418	0.8735739241317231	11	9	4	6	8	True	92250	maximal	True	USA0037_01_000000004904	1.0	PS487	1	1	False	True	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	3528.0	98.12899999999999	88.0	0.49122318194483144	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
ISR0775_000000014239	1381	0.8735558127290555	2	2	1	1	1	False	22441	fragment	False	ISR0775_000000014239	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1386.0	93.65100000000001	100.0	0.15433687744823726	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0171_000000000213	46536	0.8735547958839673	80	57	16	34	46	False	86014	maximal	True	ENG0171_000000000213	1.0		1	1	False	False	0.9999784827232361	0	rep_cluster_1817				non-mobilizable	other	9556.0	97.698	90.0	0.002854152422561646	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0086_000000019626	1455	0.8735502524966745	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.15305586264660384		0	0	False	False	1.0	0					non-mobilizable	chromosome	1455.0	99.656	100.0	0.00047133847159261833	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
FIJ0081_000000027236	1334	0.8735502524966745	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.10937746488046493		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	96.712	100.0	0.003835033330656172	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
CHI0095_000000006877	1279	0.8735502524966745	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.04933405848729147		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	95.934	100.0	0.0003598003037875392	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
MAD0054_000000008108	2012	0.8735475866087027	2	2	2	2	1	False	63635	maximal	True	MAD0054_000000008108	1.0		158	11	False	False	0.9950298070907593	0					non-mobilizable	no_good_hit	565.0	84.071	28.0	0.0024125192052065533	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
SPA0049_000000000650	22260	0.8735404030221886	27	19	14	18	11	False	123883	fragment	False	SPA0049_000000000650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11720.0	98.046	82.0	0.1762997517116846	MK231413.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_1-CL01_c5 sequence	True	False
MAD0107_000000017433	2236	0.8735349454727009	2	2	1	2	1	False	14687	maximal	True	MAD0107_000000017433	1.0		2	1	False	False	0.9991055727005005	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00014802049026500953	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
AST0014_000000005884	2965	0.8735319269226326	2	2	2	2	2	False	124492	maximal	False	AST0150_000000009341	0.9679847352591585		0	0	False	False	0.9996627569198608	0					non-mobilizable	other	2965.0	98.381	100.0	0.20546235962844864	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
MON0050_000000025265	1557	0.8735272389208502	4	2	2	1	2	False	78999	fragment	False	FIJ0014_000000016315	0.6305429374864806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	92.73100000000001	58.0	0.14424477901894123	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0233_000000010745	1606	0.8735226394766034	4	1	1	1	1	False	27386	fragment	False	ISR0233_000000010745	1.0		0	0	False	False	0.9987546801567078	0					non-mobilizable	no_good_hit	1162.0	90.792	87.0	0.002443833954123338	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
DEN0011_000000003888	8363	0.8735148242376082	10	3	1	3	0	True	107480	fragment	False	DEN0011_000000003888	1.0		0	0	False	False	0.9974889159202576	0					non-mobilizable	no_good_hit	4964.0	96.29299999999999	80.0	0.656039158618865	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0192_000000008851	2380	0.8735118056050547	3	3	3	3	3	False	122040	fragment	False	ENG0192_000000008851	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	99.76899999999999	55.0	0.9701046337817638	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0058_000000017673	1502	0.873505006193467	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.36369062168472666		0	0	False	False	0.9993342161178589	0					non-mobilizable	chromosome	1502.0	98.66799999999999	100.0	0.0006181487823580914	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0044_01_000000012229	2362	0.8734939637068296	5	5	4	4	2	False	88204	fragment	False	ISR0079_000000011137	0.959624967920334		0	0	False	False	0.9983065128326416	0					non-mobilizable	no_good_hit	860.0	79.535	52.0	0.0003898908212425205	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0353_000000006388	5233	0.8734865425054745	5	4	3	4	3	False	127851	fragment	False	AST0084_000000005459	0.9542434832382749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.551	23.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0025_01_000000003993	4388	0.8734865425054745	5	4	3	4	3	False	127851	fragment	False	AST0084_000000005459	0.16962859602868416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.765	27.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0106_000000020916	2003	0.8734819694300279	2	2	2	2	2	False	92181	fragment	False	SPA0100_000000012690	0.7648267154310089		0	0	False	False	0.9995007514953613	0					non-mobilizable	no_good_hit	453.0	82.781	23.0	0.0001267454193193743	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
TAN0002_000000002997	8090	0.8734809328277545	11	4	3	4	1	False	3071	maximal	True	TAN0002_000000002997	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000021844	2058	0.8734779642935138	2	2	2	2	2	False	75679	fragment	False	DEN0011_000000021844	0.9831288343558282		0	0	False	False	0.9970845580101013	0					non-mobilizable	no_good_hit	59.0	98.305	3.0	0.014320987654320988	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0325_000000005979	3165	0.8734767693623022	3	3	3	3	3	False	131533	maximal	False	DEN0064_000000011572	0.9406962415280344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1764.0	78.005	55.0	0.02431950022311468	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0167_000000009749	2047	0.8734751301942804	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9757172832297495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	79.0	39.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0154_000000018672	2047	0.8734751301942804	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9757172832297495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	79.0	39.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
CHI0137_000000006339	2401	0.8734704928099036	5	5	4	4	3	False	88204	fragment	False	ISR0079_000000011137	0.9633581808966323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	78.842	52.0	0.0003800969130534141	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CHI0100_000000001218	2203	0.8734624523363722	3	3	2	3	2	False	97065	fragment	False	CHI0005_000000008141	0.9625541893100652		0	0	False	False	0.999092161655426	0					non-mobilizable	no_good_hit	89.0	80.899	4.0	3.4154515025977525e-05	NZ_UHDU01000001.1	firmicutes	Staphylococcus petrasii subsp. petrasii strain NCTC13835, whole genome shotgun sequence	True	False
ISR0053_000000003686	5418	0.8734617518362838	5	4	2	3	4	False	127352	maximal	True	ISR0053_000000003686	1.0	PS1004	3	3	False	True	0.9950166344642639	0					non-mobilizable	no_good_hit	4124.0	99.95200000000001	76.0	0.7348066298342542	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0113_000000004129	3599	0.8734554363734571	6	2	1	2	1	False	95555	fragment	False	ISR0113_000000004129	1.0		0	0	False	False	0.9966657161712646	0					non-mobilizable	no_good_hit	494.0	94.33200000000001	34.0	0.017250428636411352	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0166_000000009594	2879	0.8734534429231531	4	4	4	4	3	False	92253	fragment	False	ENG0166_000000009594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	96.68799999999999	80.0	0.0003941465169736205	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0089_000000024374	1554	0.8734468122187455	2	2	2	2	2	False	92797	fragment	False	CAN0016_000000028119	0.9403119376124776		0	0	False	False	1.0	0					non-mobilizable	other	1556.0	96.65799999999999	100.0	0.05069485222156978	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ENG0120_000000009699	2220	0.8734364481995439	3	3	3	2	1	False	93982	fragment	False	ENG0120_000000009699	1.0		0	0	False	False	0.9986486434936523	0					non-mobilizable	other	2236.0	98.479	100.0	0.0005985155208330265	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0145_01_000000008965	2694	0.8734135756781528	2	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.38561701265690324	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1321.0	93.79299999999999	99.0	0.0004654384596139507	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0033_000000012074	2175	0.8733945050776369	4	2	2	2	1	False	65509	maximal	True	ENG0033_000000012074	1.0		37	10	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	91.995	75.0	0.0002496047220136699	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0102_000000000781	20604	0.8733944649158201	15	8	6	7	4	True	74341	fragment	False	ISR0043_000000000813	0.826145960448379		0	0	False	False	0.9999514818191528	0					non-mobilizable	no_good_hit	1385.0	81.372	7.0	0.014791756118505797	NZ_FQXK01000021.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
USA0005_01_000000007196	5054	0.8733847862298542	5	4	3	4	4	False	121292	maximal	True	USA0005_01_000000007196	1.0	PS849	6	5	False	True	0.9996042847633362	0					non-mobilizable	no_good_hit	3590.0	96.51799999999999	73.0	0.0007415401100057914	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
DEN0047_000000000359	4424	0.8733745173978337	5	4	3	3	3	False	72673	maximal	True	DEN0047_000000000359	1.0		1	1	True	True	0.9997739791870117	3					non-mobilizable	no_good_hit								True	True
ISR0126_000000014965	3269	0.8733718430945043	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.8091972199197275		0	0	False	False	1.0	0					non-mobilizable	chromosome	3270.0	99.939	100.0	0.00143272629098763	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
FIJ0048_000000031355	1113	0.8733664573345917	2	2	0	1	2	True	46694	fragment	False	FIJ0048_000000031355	1.0		0	0	False	False	0.9991015195846558	0					non-mobilizable	no_good_hit	703.0	76.387	63.0	0.0003474946086136904	CP061071.1	firmicutes	Streptococcus mutans B04Sm5 chromosome, complete genome	True	True
ISR0192_000000006071	3204	0.8733659970448651	4	4	4	4	2	False	129610	fragment	False	ISR0192_000000006071	1.0		0	0	False	True	0.9990636706352234	0					non-mobilizable	chromosome	1801.0	99.334	95.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0066_000000020296	1714	0.8733643136087545	2	2	2	2	2	False	68665	fragment	False	ENG0162_000000013673	0.6951022444300956		0	0	False	False	0.97782963514328	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.3153696066801289e-05	NZ_KB894093.1	high GC Gram+	Actinomadura flavalba DSM 45200 C229DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ISR0151_000000010584	1887	0.8733593141051789	3	3	2	3	2	False	97044	fragment	False	ISR0151_000000010584	0.9941154191697241		0	0	False	False	0.995760440826416	0					non-mobilizable	no_good_hit	89.0	80.899	5.0	3.4154515025977525e-05	NZ_UHDU01000001.1	firmicutes	Staphylococcus petrasii subsp. petrasii strain NCTC13835, whole genome shotgun sequence	True	False
ISR0770_000000005890	1873	0.8733593141051789	3	3	2	3	2	False	97044	fragment	False	ISR0151_000000010584	0.9928434275013927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	80.899	5.0	3.4154515025977525e-05	NZ_UHDU01000001.1	firmicutes	Staphylococcus petrasii subsp. petrasii strain NCTC13835, whole genome shotgun sequence	True	False
MON0053_000000007483	4385	0.8733568265351178	2	2	2	2	1	False	11192	fragment	False	MON0053_000000007483	1.0		0	0	False	False	0.9990878105163574	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.013745704467353952	XM_014049286.1	green algae	Monoraphidium neglectum Transmembrane protein mRNA	True	False
MAD0110_000000007783	3525	0.8733567795233242	2	2	1	1	2	False	80355	maximal	False	FIJ0032_000000009352	0.9364821422088591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	82.63799999999999	21.0	0.00025851478651459385	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0089_000000017538	1711	0.8733561197532798	3	1	1	1	1	False	33730	fragment	False	ISR0089_000000017538	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1560.0	93.97399999999999	91.0	0.0006948172523525387	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
BAN0019_000000000237	7271	0.8733353286122094	13	11	4	6	10	False	97891	fragment	False	BAN0019_000000000237	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7272.0	98.694	100.0	0.06556238841499702	CP041423.1	enterobacteria	Escherichia coli strain STEC409 plasmid pSTEC409_1, complete sequence	False	True
CAN0007_000000017709	2310	0.8733345709520928	4	3	3	2	2	False	95332	fragment	False	CAN0007_000000017709	0.9607548128031728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000022224	2174	0.8733345709520928	4	3	3	2	2	False	95332	fragment	False	CAN0007_000000017709	0.7828925611489557		0	0	False	False	0.9967801570892334	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000016784	2129	0.8733345709520928	4	3	3	2	2	False	95332	fragment	False	CAN0007_000000017709	0.77724013108273		0	0	False	False	0.9967120885848999	0					non-mobilizable	no_good_hit								True	False
DEN0052_000000022427	1982	0.8733345709520928	4	3	3	2	2	False	95332	fragment	False	CAN0007_000000017709	0.17862563677971793		0	0	False	False	0.9505549669265747	0					non-mobilizable	no_good_hit	100.0	98.0	5.0	2.009986995993223e-05	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0848_000000008894	1969	0.8733345709520928	4	3	3	2	2	False	95332	fragment	False	CAN0007_000000017709	0.35357362092315625		0	0	False	False	0.9964448809623718	0					non-mobilizable	no_good_hit								True	False
MON0053_000000034084	1213	0.8733304151510733	2	2	2	2	1	False	32387	fragment	False	ISR0137_000000019524	0.9940242556811062		0	0	False	False	0.9818631410598755	0					non-mobilizable	other	1213.0	99.835	100.0	0.0005562455080421535	AP018132.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: TMC 3115	False	False
SPA0121_000000003192	4232	0.8733231503647645	7	3	2	2	3	False	76533	fragment	False	SPA0121_000000003192	1.0		0	0	False	False	0.9997637271881104	0					non-mobilizable	no_good_hit	1825.0	72.986	42.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0315_000000002619	3392	0.8733231503647645	6	3	2	2	3	False	76532	fragment	False	ISR0315_000000002619	1.0		0	0	False	False	0.9973466992378235	0					non-mobilizable	no_good_hit	1825.0	72.986	53.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
DEN0005_000000009982	3277	0.8733231503647645	4	3	2	2	3	False	76531	fragment	False	DEN0005_000000009982	1.0		0	0	False	False	0.9993897080421448	0					non-mobilizable	no_good_hit	1828.0	72.867	55.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0104_000000007578	3327	0.8733221701444374	4	4	4	4	3	False	100345	fragment	False	ISR0104_000000007578	0.999669093315685		0	0	False	False	1.0	0					non-mobilizable	chromosome	3327.0	100.0	100.0	0.0011301711872947827	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AUS0002_000000012004	2908	0.8733079746330755	4	4	4	4	2	False	103021	maximal	True	AUS0002_000000012004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	71.957	15.0	0.007410470597965429	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
SPA0056_000000000367	33016	0.8733052199443258	41	22	9	21	11	True	100675	backbone	True	SPA0056_000000000367	0.9619433715086728	PS581	22	2	True	True	1.0	14					non-mobilizable	plasmid	13241.0	97.598	96.0	0.2132688432083837	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
SPA0150_000000000218	32902	0.8733052199443258	40	22	9	21	11	True	100675	backbone	False	SPA0056_000000000367	0.9617620964848274	PS581	0	0	False	True	1.0	0					non-mobilizable	plasmid	13241.0	97.60600000000001	96.0	0.2132688432083837	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
SPA0149_000000000498	32902	0.8733052199443258	40	22	9	21	11	True	100675	backbone	False	SPA0056_000000000367	0.9617620964848274	PS581	0	0	False	True	1.0	0					non-mobilizable	plasmid	13241.0	97.60600000000001	96.0	0.2132688432083837	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
DEN0046_000000002057	8386	0.8732981570422053	7	4	2	3	2	False	72773	maximal	True	DEN0046_000000002057	1.0		1	1	False	False	0.9972573518753052	0					non-mobilizable	no_good_hit	214.0	78.03699999999999	3.0	3.691519716021122e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ENG0040_000000008584	2626	0.8732970489948698	2	2	2	2	2	False	124492	maximal	False	AST0150_000000009341	0.6764604612087465		0	0	False	False	0.9821020364761353	0					non-mobilizable	other	2633.0	95.51799999999999	100.0	0.1820324414252045	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
USA0041_01_000000004031	5807	0.8732970420093679	8	6	2	2	6	False	73668	fragment	False	USA0041_01_000000004031	0.9880513090845193		0	0	False	False	1.0	0					non-mobilizable	chromosome	4344.0	79.949	94.0	0.0009652468627240004	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CHI0101_000000001922	6694	0.8732827126131898	7	7	7	6	6	False	125056	fragment	False	CHI0172_000000000825	0.2597404773697706		0	0	False	False	0.9976097941398621	0					non-mobilizable	other	6694.0	99.31299999999999	100.0	0.024195356169237334	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0058_000000000903	17220	0.8732809201562803	23	8	1	8	2	False	114797	maximal	False	ENG0211_000000001888	0.7743997075953306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0033_000000015348	1415	0.8732799328433549	1	1	1	1	1	False	110533	fragment	False	SPA0038_000000018026	0.6306179775280899		0	0	False	False	0.9844523072242737	0					non-mobilizable	no_good_hit								True	False
ISR0157_000000022757	1396	0.8732720078747859	3	2	0	1	2	True	30533	maximal	True	ISR0157_000000022757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	93.366	44.0	0.00025552219916402414	CP024958.1	firmicutes	Lactococcus lactis subsp. lactis strain G423 chromosome, complete genome	True	True
CAN0023_000000001922	4708	0.8732671824492328	9	2	1	2	2	False	110872	fragment	False	CAN0023_000000001922	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4714.0	96.882	100.0	0.07161973115990511	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	False	False
CAN0005_000000004656	3906	0.8732671824492328	5	2	1	2	2	False	110812	maximal	True	CAN0005_000000004656	1.0		9	3	False	False	0.9987199306488037	0					non-mobilizable	other	2564.0	91.34200000000001	94.0	0.0032760952145010117	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0026_000000002824	3803	0.8732671824492328	5	2	1	2	2	False	110856	maximal	True	ENG0026_000000002824	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2929.0	91.704	77.0	0.04427954503983943	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
FIJ0162_000000006752	3373	0.8732671824492328	4	2	1	2	2	False	110792	maximal	True	FIJ0162_000000006752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1724.0	90.429	76.0	0.0003251013725188854	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ISR0054_000000008147	2950	0.8732671824492328	3	2	1	2	2	False	110850	fragment	False	ISR0054_000000008147	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2965.0	94.40100000000001	100.0	0.017969740922580215	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
ISR0098_000000006822	2576	0.8732671824492328	3	2	1	2	2	False	110786	maximal	True	ISR0098_000000006822	1.0		1	1	False	False	0.9996117949485779	0					non-mobilizable	other	1589.0	93.581	99.0	0.0002650538097720186	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0065_01_000000004463	2536	0.8732671824492328	3	2	1	2	2	False	110838	fragment	False	ENG0064_000000008610	0.9424710424710425		0	0	False	False	1.0	0					non-mobilizable	other	2549.0	95.175	100.0	0.015439047925377935	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
USA0044_01_000000011824	2443	0.8732671824492328	2	2	1	2	2	False	110833	fragment	False	USA0044_01_000000011824	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2445.0	92.352	100.0	0.0003702411909074972	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
SPA0089_000000016792	2324	0.8732671824492328	2	2	1	2	2	False	110832	fragment	False	SPA0089_000000016792	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2231.0	93.904	96.0	0.013509166934705693	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
ISR0395_000000017160	2255	0.8732671824492328	2	2	1	2	2	False	110777	fragment	False	ISR0395_000000017160	1.0		0	0	False	False	0.9960088729858398	0					non-mobilizable	other	2215.0	95.485	98.0	0.00036997094280677597	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0795_000000004682	2112	0.8732671824492328	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.6425894172632499		0	0	False	False	0.9938446879386902	0					non-mobilizable	chromosome	2112.0	97.727	100.0	0.0003212409182103274	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0194_000000013071	2069	0.8732671824492328	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.5121765908254201		0	0	False	False	0.9995166659355164	0					non-mobilizable	chromosome	2074.0	95.46799999999999	100.0	0.0003150017530532344	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0205_000000004299	2002	0.8732671824492328	2	2	1	2	2	False	110740	fragment	False	ENG0205_000000004299	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	94.538	100.0	0.00033633722073343265	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0338_000000014032	1979	0.8732671824492328	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.5008070895372602		0	0	False	False	0.9974734783172607	0					non-mobilizable	chromosome	1979.0	97.271	100.0	0.0003010016751397573	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0227_000000013846	1903	0.8732671824492328	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.17967982869786345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1903.0	95.691	100.0	0.0003607576520854729	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
FIJ0153_000000006160	4483	0.873266874268938	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.7014348851072304		0	0	False	False	1.0	0					non-mobilizable	chromosome	4493.0	93.234	100.0	0.0015086149588496827	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0070_000000009667	3125	0.8732636524770928	5	5	5	5	5	False	86226	fragment	False	MON0037_000000021028	0.9672762271414822		0	0	False	False	0.9964799880981445	0					non-mobilizable	other	3078.0	97.921	98.0	0.08435915010281014	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
SPA0017_000000000628	22683	0.873263609569772	23	9	6	9	3	True	25713	fragment	False	SPA0017_000000000628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.1446202213695507e-05	CP003920.1	e-proteobacteria	Candidatus Sulfuricurvum sp. RIFRC-1, complete genome	True	True
FIJ0014_000000007413	3207	0.8732584553261115	4	4	4	4	3	False	93098	fragment	False	FIJ0014_000000007413	1.0		0	0	False	False	0.9975054860115051	0					non-mobilizable	other	1902.0	96.00399999999999	97.0	0.00679893999648578	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
USA0057_01_000000012798	2492	0.8732577345976561	3	3	3	3	2	False	975	maximal	True	USA0057_01_000000012798	1.0		1	1	False	False	0.9987961649894714	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	7.297673608972189e-06	NC_005125.1	cyanobacteria	Gloeobacter violaceus PCC 7421, complete genome	True	False
ISR0186_000000013095	2263	0.8732380680589006	3	3	3	3	2	False	113066	maximal	True	ISR0186_000000013095	1.0		441	13	False	False	0.9756959676742554	0					non-mobilizable	other	2263.0	98.18799999999999	100.0	0.0006766055766543844	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0084_000000001556	3931	0.8732365911772629	5	3	3	3	2	False	110242	fragment	False	MAD0084_000000001556	1.0		0	0	False	False	0.9997456073760986	0					non-mobilizable	no_good_hit	298.0	94.96600000000001	11.0	8.849158029519715e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
CHI0018_000000010377	1692	0.87323235116015	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.6986772078645683		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	99.646	100.0	0.009637840485765388	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
CHI0145_000000005334	3451	0.8732318335652458	4	4	4	3	3	False	101924	fragment	False	CHI0145_000000005334	1.0		0	0	False	False	0.9991306662559509	0					non-mobilizable	chromosome	3451.0	99.189	100.0	0.0006506188233643443	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
MAD0112_000000000515	25500	0.8732301179689838	34	8	5	8	4	False	44904	maximal	True	MAD0112_000000000515	1.0		1	1	False	False	0.9996078610420227	0					non-mobilizable	no_good_hit	40.0	97.5	0.0	7.350612928031845e-05	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0033_000000013986	2533	0.8732274886902519	3	3	3	3	2	False	48288	maximal	True	FIJ0033_000000013986	1.0		2	1	False	False	0.998815655708313	0					non-mobilizable	no_good_hit	214.0	74.29899999999999	8.0	3.809410544820038e-05	CP053954.1	firmicutes	Bacillus cereus strain FDAARGOS_798 chromosome, complete genome	True	False
ISR0085_000000008656	2688	0.8732234379601186	5	2	1	2	1	True	64237	maximal	True	ISR0085_000000008656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2183.0	97.206	81.0	0.6456109134045077	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
MON0054_000000015976	2756	0.873221665752832	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.9008792901256325		0	0	False	False	0.9996371269226074	0					non-mobilizable	other	1314.0	89.193	91.0	0.0004081609796859027	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0013_000000004157	5857	0.8732213165002628	9	4	2	2	4	False	130739	backbone	False	ISR0014_000000005210	0.3054217332472185	PS1125|PS140|PS493|PS494	0	0	False	True	1.0	0					non-mobilizable	plasmid	3917.0	95.48100000000001	99.0	0.6014748809340913	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0090_000000016691	1477	0.8732169931925164	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.9718901882742518		0	0	False	False	0.9783344864845276	0					non-mobilizable	other	1477.0	97.427	100.0	0.009965767992059794	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0031_000000020831	1228	0.8732129108105898	2	2	2	2	2	False	48520	maximal	True	FIJ0031_000000020831	1.0		50	7	False	False	0.9975569844245911	0					non-mobilizable	chromosome	1228.0	99.26700000000001	100.0	0.0002547953756404407	CP060733.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 chromosome, complete genome	False	False
ENG0038_000000023619	1180	0.8732007129934288	3	1	1	1	1	True	65001	fragment	False	ENG0038_000000023619	0.9584823566063317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.43050414594611e-05	NZ_FNEM01000004.1	g-proteobacteria	Ferrimonas sediminum strain DSM 23317, whole genome shotgun sequence	True	True
FIJ0126_000000035515	1176	0.8732007129934288	2	1	1	1	1	True	65001	fragment	False	ENG0038_000000023619	0.957690737233096		0	0	False	False	0.9931972622871399	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	5.022510893826129e-07	LR778265.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 13	True	True
FIJ0113_000000022461	1168	0.8732007129934288	3	1	1	1	1	True	65001	fragment	False	ENG0038_000000023619	0.9578056346213701		0	0	False	False	0.9957191944122314	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.43050414594611e-05	NZ_FNEM01000004.1	g-proteobacteria	Ferrimonas sediminum strain DSM 23317, whole genome shotgun sequence	True	True
FIJ0009_000000041307	1099	0.8732007129934288	2	1	1	1	1	True	65001	fragment	False	ENG0038_000000023619	0.9170440125310501		0	0	False	False	0.987261176109314	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	7.43050414594611e-05	NZ_FNEM01000004.1	g-proteobacteria	Ferrimonas sediminum strain DSM 23317, whole genome shotgun sequence	True	True
ISR0223_000000010315	2756	0.8731973040162774	3	2	2	2	2	False	124492	maximal	False	AST0150_000000009341	0.9588328651519684		0	0	False	False	0.9956458806991577	0					non-mobilizable	other	2756.0	98.40299999999999	100.0	0.19097462914182725	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
SPA0021_000000005616	5319	0.8731928384256121	7	7	7	7	6	False	116672	fragment	False	SPA0021_000000005616	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5319.0	99.022	100.0	0.00208548774256344	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0042_000000006179	4113	0.8731922922580011	2	2	2	2	2	False	36379	maximal	True	ISR0042_000000006179	1.0		2	2	False	False	0.9995137453079224	0					non-mobilizable	no_good_hit	62.0	98.387	2.0	0.00099599967344273	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0170_000000010809	1494	0.8731825362745264	3	3	2	1	2	False	38829	maximal	True	FIJ0170_000000010809	1.0		14	2	False	False	0.9805890321731567	0					non-mobilizable	no_good_hit	807.0	96.77799999999999	54.0	0.001650270016194814	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ENG0008_000000022183	1193	0.8731733475950685	2	2	2	2	2	False	107359	fragment	False	AST0106_000000015496	0.9491740820539576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	71.705	89.0	0.00028877204016094447	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
TAN0007_000000001490	14276	0.8731727597213301	22	10	4	7	5	True	88276	fragment	False	TAN0007_000000001490	1.0		0	0	False	False	0.9990893602371216	0					non-mobilizable	no_good_hit	140.0	85.0	1.0	0.0033803501945525293	NZ_FOGW01000022.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
CHI0161_000000008874	1279	0.8731714286262018	2	1	1	1	1	False	78612	fragment	False	CHI0161_000000008874	1.0		0	0	False	False	0.9773260354995728	0					non-mobilizable	no_good_hit	61.0	96.721	5.0	1.4710674138708418e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0024_000000003016	3913	0.8731708987004718	6	1	0	1	1	True	109113	fragment	False	ENG0139_000000004275	0.9261013737565135		0	0	False	False	1.0	0					non-mobilizable	other	3917.0	95.839	100.0	0.0007572749792823736	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ENG0055_000000001552	12063	0.8731628283705413	10	10	4	8	9	False	63689	maximal	True	ENG0055_000000001552	1.0		1	1	False	False	0.9999170899391174	0					non-mobilizable	no_good_hit	3617.0	98.34100000000001	75.0	0.010445034200042787	LC511997.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis MY460 plasmid: pMY460-rmtE DNA, complete sequence	True	False
ENG0103_000000012607	1365	0.8731459508662635	3	2	2	2	1	False	60288	fragment	False	ENG0103_000000012607	1.0		0	0	False	False	0.9897435903549194	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.0007122990299165593	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
ENG0090_000000001497	11794	0.8731452446567192	16	16	5	5	14	True	132562	fragment	False	ENG0090_000000001497	1.0		0	0	False	False	0.9999151825904846	0					non-mobilizable	plasmid	5335.0	99.869	100.0	0.10453378285669483	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0099_000000002098	2572	0.8731354811615201	3	3	3	3	1	False	4996	maximal	True	SPA0099_000000002098	1.0		1	1	False	False	0.9902799129486084	0					non-mobilizable	no_good_hit	1366.0	98.902	53.0	0.0006240830208727196	NZ_CP016766.1	firmicutes	Lactobacillus agilis strain La3 chromosome, complete genome	True	False
FIJ0140_000000015718	2021	0.8731306033582804	2	2	0	2	0	False	46396	fragment	False	FIJ0140_000000015718	1.0		0	0	False	False	0.9960415363311768	0					non-mobilizable	no_good_hit	165.0	87.273	8.0	0.11134020618556702	HG796558.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01656	True	False
FIJ0053_000000012314	1686	0.8731306033582804	2	2	0	2	0	False	46395	fragment	False	FIJ0053_000000012314	1.0		0	0	False	False	0.9893238544464111	0					non-mobilizable	no_good_hit	149.0	99.329	9.0	0.0008898883430639818	NC_028686.1	viruses	Klebsiella phage JD18, complete genome	True	False
ISR0355_000000007803	2457	0.8731289454375799	4	4	3	2	3	False	101913	fragment	False	ENG0049_000000005390	0.17039256289320098		0	0	False	False	1.0	0					non-mobilizable	chromosome	2457.0	100.0	100.0	0.0004486220853949217	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
SPA0092_000000008820	4448	0.8731270995921248	4	4	3	4	3	False	88209	fragment	False	SPA0092_000000008820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	86.21799999999999	50.0	0.0005657147920660016	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CHI0167_000000006224	3046	0.8731270995921248	4	4	3	4	3	False	88207	fragment	False	CHI0167_000000006224	1.0		0	0	False	False	0.9996716976165771	0					non-mobilizable	no_good_hit	1219.0	86.054	62.0	0.0005657147920660016	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0120_000000005873	7128	0.8731195934632348	11	7	3	2	4	True	58875	fragment	False	SPA0120_000000005873	1.0		0	0	False	False	0.9998596906661987	0					non-mobilizable	no_good_hit	1057.0	83.538	14.0	0.012593547765097194	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
AUS0002_000000021844	1702	0.873117918530667	2	2	2	2	2	False	102882	fragment	False	AUS0002_000000021844	1.0		0	0	False	False	0.9982373714447021	0					non-mobilizable	other	1701.0	99.059	99.0	0.0013161490716890915	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
DEN0021_000000003452	8202	0.8731156797491039	9	5	4	3	1	False	74880	maximal	True	DEN0021_000000003452	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1334.0	98.051	35.0	0.00035772042053645083	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0051_000000012329	3270	0.8731083673601892	3	3	3	3	3	False	102292	maximal	False	ISR0111_000000005306	0.6438763625295362		0	0	False	False	0.9993883967399597	0					non-mobilizable	no_good_hit	1715.0	77.02600000000001	51.0	0.006968440924200763	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0330_000000014894	2020	0.8731055513112583	3	3	3	3	1	False	67234	maximal	True	ISR0330_000000014894	1.0		1	1	False	False	0.9940593838691711	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	1.199205098334818e-05	CP025931.1	CFB group bacteria	Porphyromonas gingivalis strain TDC 60 chromosome, complete genome	True	False
SPA0098_000000004944	6910	0.8731052386832572	8	6	4	5	2	False	5090	maximal	True	SPA0098_000000004944	1.0		1	1	False	False	0.9992763996124268	0					non-mobilizable	no_good_hit	553.0	78.843	8.0	0.08871620527764287	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0814_000000004405	8652	0.8731002030208984	17	13	3	4	10	True	101526	fragment	False	ISR0182_000000003109	0.927612805490736		0	0	False	False	1.0	0					non-mobilizable	chromosome	5599.0	98.39299999999999	97.0	0.0008518797669955873	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
USA0011_01_000000006637	5665	0.8730980205704103	8	3	1	2	3	False	110842	fragment	False	USA0011_01_000000006637	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3304.0	92.79700000000001	69.0	0.0005046593287969383	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
AST0029_000000007991	3862	0.8730980205704103	4	3	1	2	3	False	118408	maximal	True	AST0029_000000007991	1.0		9	5	False	False	1.0	0					non-mobilizable	chromosome	2586.0	93.81299999999999	100.0	0.00039572676636150166	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0209_000000002408	10757	0.8730974708426213	12	10	8	7	5	False	28478	maximal	True	ISR0209_000000002408	1.0		1	1	False	False	0.9998140931129456	0					non-mobilizable	no_good_hit	3129.0	99.20100000000001	29.0	0.014609176505753997	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0012_000000013344	3318	0.8730953373894409	5	3	3	3	2	True	79264	fragment	False	ISR0161_000000008110	0.7085024214090763		0	0	False	False	0.9930680990219116	0					non-mobilizable	no_good_hit	630.0	72.222	19.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ENG0057_000000005852	3764	0.8730953048818543	4	4	4	4	3	False	63560	fragment	False	ENG0057_000000005852	1.0		0	0	False	False	0.9992029666900635	0					non-mobilizable	other	1901.0	98.632	97.0	0.02446183953033268	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
SPA0028_000000018684	1707	0.8730945894015596	3	3	3	3	1	False	7435	maximal	True	SPA0028_000000018684	1.0		1	1	False	False	0.9976567029953003	0					non-mobilizable	no_good_hit	389.0	84.57600000000001	22.0	0.00010849775076892189	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0028_000000004697	4899	0.8730891348717001	7	5	5	5	4	False	95395	fragment	False	MON0070_000000004449	0.6491085899513777		0	0	False	False	0.9995917677879333	0					non-mobilizable	no_good_hit	2200.0	91.63600000000001	47.0	0.0006888186477887698	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
MAD0111_000000007497	2277	0.8730875594670081	4	4	2	4	3	False	97987	fragment	False	MAD0111_000000007497	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2207.0	96.874	100.0	0.009627186756066133	CP055942.1	enterobacteria	Escherichia coli strain RHB40-C12 plasmid pRHB40-C12_2, complete sequence	False	True
ENG0018_000000006874	3072	0.8730816863769428	6	4	1	2	3	False	104509	fragment	False	ENG0018_000000006874	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3072.0	99.902	100.0	0.023763096398780506	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0193_000000018849	1403	0.8730784539336532	3	2	1	2	1	True	29078	maximal	True	ISR0193_000000018849	1.0		2	2	False	False	0.9722024202346802	0					non-mobilizable	no_good_hit								True	True
USA0111_01_000000009374	2645	0.8730778885133388	5	3	2	3	2	False	124102	fragment	False	FIJ0166_000000008406	0.6257618263806329		0	0	False	False	0.9988657832145691	0					non-mobilizable	other	2645.0	98.336	100.0	0.0007430485336594803	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
DEN0005_000000029320	1329	0.8730741123634824	2	2	2	2	1	False	76440	maximal	True	DEN0005_000000029320	1.0		36	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0061_000000004229	4467	0.8730669589043435	4	3	3	3	2	True	105063	fragment	False	SPA0061_000000004229	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4394.0	93.01299999999999	98.0	0.39949063125341094	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0060_000000003737	4443	0.8730669589043435	4	3	3	3	2	True	105063	fragment	False	SPA0061_000000004229	0.9973136333109469		0	0	False	False	1.0	0					non-mobilizable	other	4375.0	93.051	98.0	0.3977624158631981	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0316_000000015628	1398	0.8730549115874392	2	2	2	2	2	False	25200	maximal	True	ISR0316_000000015628	1.0		24	4	False	False	0.9992846846580505	0					non-mobilizable	chromosome	1386.0	99.78399999999999	99.0	0.0007836356507259522	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	False	False
ISR0160_000000004589	5569	0.8730471333772333	10	6	4	5	4	True	30443	maximal	True	ISR0160_000000004589	1.0		1	1	False	False	0.9996408820152283	0					non-mobilizable	no_good_hit	1348.0	86.573	47.0	0.1286891529321579	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
SPA0025_000000006085	3469	0.8730398071193228	4	3	2	3	2	False	110055	fragment	False	SPA0025_000000006085	0.9776525583937553		0	0	False	False	1.0	0					non-mobilizable	other	2157.0	98.70200000000001	98.0	0.03443317088759287	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
TAN0003_000000004082	2140	0.8730382472837577	3	3	3	2	2	False	2982	maximal	True	TAN0003_000000004082	1.0		26	9	False	False	0.9962616562843323	0					non-mobilizable	no_good_hit	129.0	82.946	12.0	0.0001031095587394212	NZ_SDQC01000001.1	b-proteobacteria	Pusillimonas soli strain KCTC 22455 NODE_1_length_1241398_cov_61.260958, whole genome shotgun sequence	True	False
ISR0238_000000005659	2491	0.8730324826002996	7	1	1	1	1	False	27296	fragment	False	ISR0238_000000005659	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2408.0	97.757	97.0	0.01443266569159545	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0189_000000003229	3673	0.8730322116676223	5	3	2	3	1	False	75727	maximal	True	ISR0189_000000003229	1.0		0	0	False	False	0.9877484440803528	0					non-mobilizable	no_good_hit	207.0	85.024	6.0	6.765542318803799e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0050_000000005140	1849	0.8730301744693985	2	2	2	2	2	False	89227	fragment	False	SPA0063_000000009513	0.9667019027484144		0	0	False	False	1.0	0					non-mobilizable	chromosome	1849.0	100.0	100.0	0.0004025422898121513	CP053730.1	enterobacteria	Escherichia coli strain CP61_Sichuan chromosome, complete genome	False	False
USA0072_01_000000007595	2589	0.8730294735810252	3	2	2	2	2	False	724	maximal	True	USA0072_01_000000007595	1.0		1	1	True	True	1.0	137					non-mobilizable	no_good_hit	666.0	92.64299999999999	32.0	0.013271771501668965	NZ_VJYL01000037.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold36_1, whole genome shotgun sequence	True	True
FIJ0005_000000016298	2098	0.873017599224297	3	3	3	2	2	False	129455	maximal	True	FIJ0005_000000016298	1.0		5	3	False	False	0.9995233416557312	0					non-mobilizable	no_good_hit	1182.0	92.301	56.0	0.00033592458905414897	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0097_000000035772	1164	0.873014774128927	1	1	1	1	1	True	15379	fragment	False	MAD0097_000000035772	1.0		0	0	False	False	0.9991409182548523	0	rep_cluster_570				non-mobilizable	plasmid	1045.0	98.086	99.0	0.013770543699052945	CP016737.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3 plasmid pJM3A, complete sequence	False	True
FIJ0172_000000005012	4962	0.8730144836497727	2	1	1	1	1	True	43898	maximal	True	FIJ0172_000000005012	0.9975762472227833		8	3	False	False	0.9997984766960144	0					non-mobilizable	no_good_hit								True	True
FIJ0111_000000004753	4951	0.8730144836497727	2	1	1	1	1	True	43898	maximal	False	FIJ0172_000000005012	0.9964731962918179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000007624	1973	0.8730144836497727	1	1	1	1	1	True	43897	fragment	False	ISR0189_000000007624	0.949569183983781		0	0	False	False	0.9776989221572876	0					non-mobilizable	no_good_hit								True	True
MON0107_000000030432	1973	0.8730144836497727	2	1	1	1	1	True	43897	fragment	False	ISR0189_000000007624	0.949569183983781		0	0	False	False	0.9994931817054749	0					non-mobilizable	no_good_hit								True	True
FIJ0085_000000024338	1290	0.8730144836497727	1	1	1	1	1	True	43896	fragment	False	FIJ0085_000000024338	1.0		0	0	False	False	0.9891473054885864	0					non-mobilizable	no_good_hit								True	True
SPA0050_000000004481	5669	0.8730136223631969	4	4	4	4	4	False	121308	fragment	False	CHI0124_000000002818	0.957980770478524		0	0	False	True	0.998765230178833	0					non-mobilizable	chromosome	4119.0	92.765	99.0	0.0008477400588893179	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0048_000000001988	10511	0.8730080619109779	13	9	4	6	7	True	123415	maximal	False	DEN0051_000000003050	0.9992654154295074		0	0	True	True	1.0	273					non-mobilizable	plasmid	9909.0	99.82799999999999	100.0	0.9460517521245106	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
CAN0022_000000024272	1360	0.8730025597832971	3	2	1	2	1	False	91239	fragment	False	DEN0035_000000024097	0.9227865477007551		0	0	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit	1010.0	95.34700000000001	74.0	0.0003129648975335504	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0189_000000013727	1245	0.8730025597832971	3	2	1	2	1	False	78242	fragment	False	ISR0022_000000017797	0.13636020560072046		0	0	False	False	0.9959839582443237	0					non-mobilizable	no_good_hit	1001.0	85.215	80.0	0.0002980700416424924	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0014_000000011209	2173	0.8730023932833367	4	1	1	1	1	False	79331	fragment	False	FIJ0014_000000011209	1.0		0	0	False	False	0.9953980445861816	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000010892	2368	0.8729979429267334	5	2	2	2	1	False	34106	maximal	True	ISR0083_000000010892	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000008209	4508	0.8729913042973569	4	2	1	1	0	True	107469	fragment	False	ISR0389_000000003972	0.9641656158049601		0	0	False	False	0.999778151512146	0					non-mobilizable	no_good_hit								True	True
USA0132_01_000000004353	4028	0.8729839293703828	3	3	3	3	3	False	86349	fragment	False	CHI0167_000000004460	1.0		0	0	False	False	0.9997517466545105	0					non-mobilizable	no_good_hit	1686.0	86.00200000000001	60.0	0.0006236584846138254	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
CHI0167_000000004460	4028	0.8729839293703828	3	3	3	3	3	False	86349	fragment	False	CHI0167_000000004460	1.0		0	0	False	False	0.9997517466545105	0					non-mobilizable	no_good_hit	1686.0	86.00200000000001	60.0	0.0006236584846138254	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
MAD0088_000000006207	3469	0.8729837157771064	3	3	2	3	2	False	127574	fragment	False	MAD0004_000000002298	0.37494648976971123		0	0	False	False	1.0	0					non-mobilizable	chromosome	3503.0	83.471	100.0	0.0014879159357511897	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
DEN0010_000000015308	2899	0.8729816419958009	4	2	2	1	1	False	76004	fragment	False	DEN0010_000000015308	1.0		0	0	False	False	0.9951707720756531	0					non-mobilizable	no_good_hit	761.0	81.99700000000001	40.0	0.0001504887291127033	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
FIJ0005_000000004878	5544	0.8729781845476745	11	6	5	3	5	False	129202	fragment	False	FIJ0005_000000004878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2217.0	99.008	80.0	0.0005433142315229642	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0171_000000003397	6508	0.872977455930669	8	5	3	5	4	False	75668	maximal	True	ISR0171_000000003397	1.0		1	1	False	False	0.9966195225715637	0					non-mobilizable	no_good_hit	1969.0	98.68	30.0	0.028185151237396882	NZ_QEKJ01000013.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_113, whole genome shotgun sequence	True	False
CHI0109_000000006533	2726	0.8729701710913631	4	2	2	2	2	False	82806	maximal	True	CHI0109_000000006533	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	78.868	54.0	0.0007786493700116101	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0120_000000022772	1141	0.8729695803030076	3	2	2	1	1	False	97673	maximal	True	FIJ0120_000000022772	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1007.0	98.411	99.0	0.018483812883548303	LM996862.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-20_contig-13.0_1_54426_[organism:Escherichia	False	False
ISR0257_000000005684	2881	0.8729672811699339	5	3	2	3	3	False	127054	fragment	False	ENG0049_000000005054	0.37687179030359785		0	0	False	False	1.0	0					non-mobilizable	other	2881.0	100.0	100.0	0.0008609991596289452	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0098_000000012535	2830	0.8729593216421392	4	4	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.141322647891317	PS1101	0	0	False	True	0.9985865950584412	0					non-mobilizable	other	2830.0	99.435	100.0	0.0005479171883888039	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0774_000000004216	5538	0.8729548691237884	7	6	5	6	4	False	84741	fragment	False	ISR0774_000000004216	1.0		0	0	False	False	0.9998194575309753	0					non-mobilizable	chromosome	5542.0	99.42299999999999	100.0	0.0013903274759421407	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0192_000000017349	1324	0.8729532278197015	2	2	1	1	2	True	71181	fragment	False	FIJ0120_000000017653	0.9303221288515406		0	0	False	False	0.9992446899414062	0					non-mobilizable	no_good_hit	62.0	82.258	5.0	1.1607299521140858e-05	CP013692.1	b-proteobacteria	Paucibacter sp. KCTC 42545, complete genome	True	True
FIJ0018_000000023214	1185	0.8729521442183191	3	2	1	2	1	False	49925	maximal	True	FIJ0018_000000023214	1.0		5	2	False	False	0.9957805871963501	0					non-mobilizable	no_good_hit								True	False
MON0100_000000014184	2991	0.8729513653803129	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.7436515099335002		0	0	False	False	0.9996656775474548	0					non-mobilizable	chromosome	2992.0	97.527	100.0	0.0005362758315907358	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0017_000000000287	48214	0.8729377320689293	49	17	8	10	9	True	112555	fragment	False	FIJ0002_000000000283	0.8623254546364957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	99.17399999999999	0.0	0.0006592247516920102	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
USA0003_01_000000005748	6702	0.8729360806940492	10	7	2	3	5	False	103764	maximal	True	USA0003_01_000000005748	1.0		23	6	False	False	1.0	0					non-mobilizable	chromosome	4458.0	85.823	95.0	0.0009943273012301696	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0089_000000010356	2603	0.8729190030010028	5	4	4	3	4	False	115492	fragment	False	ISR0230_000000010532	0.6353246141157064		0	0	False	False	0.9915482401847839	0					non-mobilizable	other	2603.0	98.73200000000001	100.0	0.021699427075080685	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
SPA0083_000000001183	9060	0.8729122685861577	11	8	5	7	7	True	131148	fragment	False	SPA0083_000000001183	0.9979291599994445		0	0	False	False	1.0	0					non-mobilizable	other	8843.0	98.39399999999999	97.0	0.05480412473475871	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	True
ENG0149_000000004923	5041	0.8729114025904141	7	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.38838863304276083	PS1159|PS463	0	0	True	True	1.0	55		MOBV			mobilizable	other	3195.0	97.37100000000001	93.0	0.405821047280122	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0238_000000005978	2370	0.8728995667395224	4	3	3	3	2	False	116950	maximal	True	ISR0238_000000005978	1.0		31	4	False	False	0.9953586459159851	0					non-mobilizable	other	1683.0	94.59299999999999	100.0	0.0004735438737411884	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0032_000000008528	2498	0.8728774246610783	4	4	3	4	2	False	65621	fragment	False	ENG0032_000000008528	1.0		0	0	False	False	0.9879903793334961	0					non-mobilizable	other	2498.0	99.76	100.0	0.0004727168363676567	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ENG0126_000000002433	9187	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9967757961690211	PS799|PS801|PS802	0	0	True	True	1.0	188	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
MON0054_000000002741	9146	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9966786491386521	PS799|PS801|PS802	0	0	True	True	0.9997813105583191	13	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0387_000000002141	9146	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.996789766856074	PS799|PS801|PS802	0	0	True	True	1.0	11	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0133_000000001734	9146	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9965899656497159	PS799|PS801|PS802	0	0	True	True	1.0	32	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0330_000000002076	9146	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9966838343519436	PS799|PS801|PS802	0	0	True	True	1.0	31	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0125_000000002393	9146	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9966786491386522	PS799|PS801|PS802	0	0	True	True	1.0	16	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0255_000000002694	9146	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9966021992564452	PS799|PS801|PS802	0	0	True	True	0.9998906850814819	16	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0269_000000001002	9146	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9966848513056378	PS799|PS801|PS802	0	0	True	True	1.0	27	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0280_000000000600	9146	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9967133169738673	PS799|PS801|PS802	0	0	True	True	1.0	28	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0357_000000002058	9143	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9961833781656009	PS799|PS801|PS802	0	0	True	True	1.0	20	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0086_000000002485	9135	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9956274571819506	PS799|PS801|PS802	0	0	True	True	1.0	20	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.93700000000001	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0334_000000001631	9118	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9947902925117014	PS799|PS801|PS802	0	0	True	True	1.0	12	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0326_000000001393	9118	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9954788411940444	PS799|PS801|PS802	0	0	True	True	1.0	14	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.98200000000001	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0208_000000002365	9118	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9956602097791108	PS799|PS801|PS802	0	0	True	True	1.0	12	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0104_000000002606	9108	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9930352482419592	PS799|PS801|PS802	0	0	True	True	1.0	6	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.959	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0080_000000000436	9082	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9922695243895948	PS799|PS801|PS802	0	0	True	True	1.0	3	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CAN0002_000000001510	8883	0.8728722262764957	10	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.969677316445617	PS799|PS801|PS802	0	0	True	True	1.0	1	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	55.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
MAD0085_000000001045	8871	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9716365518679286	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.98100000000001	55.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0153_000000002794	8821	0.8728722262764957	10	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9622367311770851	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	95.068	55.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
AST0084_000000002822	8818	0.8728722262764957	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9599559410900164	PS799|PS801|PS802	0	0	False	True	0.9998865723609924	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	95.024	55.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0359_000000002162	8793	0.8728722262764957	10	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9582479731714271	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	55.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0227_000000002924	8578	0.8728722262764957	10	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9188246112623613	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	95.024	57.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
DEN0065_000000003854	6943	0.8728722262764957	9	8	3	4	7	False	118186	backbone	False	ISR0052_000000003449	0.8738191069249494	PS799|PS801	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	69.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0089_000000000843	6937	0.8728722262764957	9	8	3	4	7	False	118186	backbone	False	ISR0052_000000003449	0.8738399375438338	PS799|PS801	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.959	69.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0091_000000003081	6936	0.8728722262764957	9	8	3	4	7	False	118186	backbone	False	ISR0052_000000003449	0.8717548599143732	PS799|PS801	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	69.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0088_000000000662	6918	0.8728722262764957	9	8	3	4	7	False	118186	backbone	False	ISR0052_000000003449	0.8719099135821632	PS799|PS801	0	0	False	True	0.9994217753410339	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.93700000000001	69.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0064_000000002391	6841	0.8728722262764957	8	8	3	4	7	False	118186	backbone	False	ISR0052_000000003449	0.85981264500548	PS799|PS801	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.959	71.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
FIJ0080_000000021389	1108	0.8728526154022828	1	1	1	1	1	False	69398	fragment	False	ENG0013_000000024796	0.9220693705634778		0	0	False	False	0.9891696572303772	0					non-mobilizable	no_good_hit	148.0	97.973	19.0	4.394683210606075e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0222_000000008206	7622	0.8728426661677297	13	4	2	3	3	False	27906	maximal	True	ISR0222_000000008206	1.0		3	2	False	False	0.9854369163513184	0					non-mobilizable	no_good_hit	2155.0	73.132	28.0	0.0034848874758224516	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0062_000000031960	1214	0.8728355136233246	2	2	1	1	2	False	35296	fragment	False	ISR0062_000000031960	1.0		0	0	False	False	0.9967051148414612	0					non-mobilizable	other	1213.0	95.796	99.0	0.0007150425450314293	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
TAN0002_000000019958	1985	0.8728296594288015	3	3	3	3	3	False	49346	maximal	True	TAN0002_000000019958	1.0		40	10	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	81.633	5.0	2.392927591491243e-05	CP040932.1	a-proteobacteria	Oceanicola sp. D3 chromosome, complete genome	True	False
ISR0064_000000012650	1746	0.8728255153673765	3	2	1	2	1	False	122168	fragment	False	USA0116_01_000000012198	0.21170804504137836		0	0	False	False	1.0	0					non-mobilizable	other	1746.0	98.167	100.0	0.030273064779154087	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ENG0092_000000018158	1285	0.8728255153673765	2	2	1	2	1	False	67346	fragment	False	ISR0150_000000015766	0.588290160116335		0	0	False	False	0.9898832440376282	0					non-mobilizable	other	1258.0	96.34299999999999	98.0	0.0003737639828577294	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0065_000000022274	1171	0.8728233340097539	3	2	2	1	1	True	62822	fragment	False	ENG0065_000000022274	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	93.322	100.0	0.0003513613521179683	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0112_000000007146	3650	0.8728151551215444	4	4	4	4	4	False	87152	fragment	False	FIJ0020_000000005155	0.47372335151214673		0	0	False	False	1.0	0					non-mobilizable	chromosome	3650.0	99.836	100.0	0.0006697396256432639	LR792628.1	enterobacteria	Klebsiella pneumoniae isolate SB5881 genome assembly, chromosome: SB5881_omosome	False	False
ENG0070_000000016512	1556	0.8728118675662302	3	3	3	1	1	False	62339	maximal	True	ENG0070_000000016512	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0044_000000007970	2063	0.8728097301369405	2	2	1	2	1	False	110785	fragment	False	ENG0044_000000007970	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2078.0	94.65799999999999	100.0	0.0003465444697208652	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0171_000000003838	5396	0.8727932339583625	8	4	4	3	2	False	41619	maximal	True	FIJ0171_000000003838	1.0		1	1	False	False	0.9983320832252502	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.80263824927827e-06	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
ISR0236_000000001864	4624	0.8727904106762506	6	4	3	4	3	False	97510	maximal	True	ISR0236_000000001864	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1922.0	96.35799999999999	56.0	0.0033224719606912956	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0387_000000009481	2556	0.8727841951004478	4	3	3	1	2	False	28518	maximal	True	ISR0387_000000009481	1.0		4	2	False	False	0.9886541366577148	0					non-mobilizable	no_good_hit	1692.0	76.655	65.0	0.008128173922393778	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0262_000000003073	4928	0.872772620591928	4	3	0	1	3	False	126710	backbone	False	SPA0013_000000004881	0.9613715966209664	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4492.0	99.889	100.0	0.6889093419236079	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0310_000000004472	3537	0.8727713440251184	4	3	3	3	3	False	131460	maximal	True	ISR0310_000000004472	1.0		0	0	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit	1964.0	93.432	56.0	0.01905843746055787	NZ_JAAITI010000011.1	firmicutes	Blautia luti strain MSK.16.34 NODE_11_length_102999_cov_250.848, whole genome shotgun sequence	True	False
CAN0020_000000005153	6761	0.8727549573407275	8	6	2	2	4	False	118163	fragment	False	CAN0020_000000005153	0.9904143915052261		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2385.0	94.42299999999999	39.0	0.30035291152004034	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
ISR0202_000000001655	6645	0.8727549573407275	7	6	2	2	4	False	118163	fragment	False	CAN0020_000000005153	0.9814781194128631		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2385.0	94.382	38.0	0.30035291152004034	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
SPA0120_000000006348	6635	0.8727549573407275	7	6	2	2	4	False	109877	maximal	True	SPA0120_000000006348	1.0		39	8	False	False	0.999849259853363	0	rep_cluster_1097				non-mobilizable	no_good_hit	2121.0	99.764	36.0	0.5241157556270096	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
SPA0101_000000020421	2085	0.8727534500978986	4	2	2	2	2	True	127833	fragment	False	MON0068_000000018893	0.4732186136694135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	84.085	34.0	0.00021346632275204757	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0094_000000011653	1502	0.8727419943603936	2	2	1	2	1	False	61020	maximal	True	ENG0094_000000011653	1.0		0	0	False	False	0.9760319590568542	0					non-mobilizable	no_good_hit	1075.0	81.67399999999999	70.0	0.00023482574444084973	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
MON0037_000000022333	2969	0.8727412826391052	4	4	0	3	4	False	98305	fragment	False	MON0037_000000022333	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	2969.0	100.0	100.0	0.022141322511339222	CP054344.1	enterobacteria	Escherichia coli strain SCU-164 plasmid pSCU-164-1	False	True
MON0011_000000016748	2818	0.8727355105880109	4	3	0	3	3	False	98304	fragment	False	MON0011_000000016748	1.0		0	0	False	False	0.9996451139450073	0	IncFIA				non-mobilizable	plasmid	2818.0	100.0	100.0	0.027143958373482366	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	False	True
ENG0194_000000008845	3117	0.8727349357946388	4	3	3	3	3	False	54533	fragment	False	ENG0194_000000008845	1.0		0	0	False	False	0.9964709877967834	0					non-mobilizable	chromosome	3118.0	99.615	100.0	0.0015844757983525723	LS483348.1	firmicutes	Streptococcus lutetiensis strain NCTC8738 genome assembly, chromosome: 1	False	False
USA0057_01_000000008500	3658	0.8727318801273823	5	5	5	4	3	False	116631	fragment	False	SPA0101_000000007479	0.3722591943550971		0	0	False	False	0.989611804485321	0					non-mobilizable	chromosome	3658.0	100.0	100.0	0.0007016151729988859	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0029_000000006669	3754	0.8727246230816127	6	2	2	2	2	False	60874	maximal	True	SPA0029_000000006669	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	72.222	12.0	0.00011542151938880793	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0295_000000004441	6468	0.8727221031527235	5	5	4	4	2	False	100733	fragment	False	SPA0031_000000003390	0.635679691540885		0	0	False	False	0.9969078302383423	0					non-mobilizable	no_good_hit	1386.0	88.81700000000001	21.0	0.0002600816374664781	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
MON0107_000000018791	3054	0.8727211506410639	3	3	3	3	1	True	124774	maximal	True	MON0107_000000018791	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	86.70100000000001	25.0	0.002459398992418999	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0057_000000001974	10804	0.8727136239277825	5	3	2	3	1	False	93684	fragment	False	ENG0057_000000001974	1.0		0	0	False	False	0.998704195022583	0					non-mobilizable	no_good_hit	2265.0	71.038	20.0	0.009624182160305212	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
CAN0006_000000035834	1248	0.8727057477455187	1	1	1	1	1	False	95494	fragment	False	CAN0006_000000035834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0090_000000018406	1228	0.8727055734443779	2	1	1	1	1	True	109781	fragment	False	AST0090_000000018406	0.96358933513296		0	0	False	False	0.9771987199783325	0					non-mobilizable	no_good_hit	409.0	75.306	33.0	0.0005113317507615647	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
TAN0001_000000009898	1484	0.8727042818709192	4	3	2	1	2	True	3098	maximal	True	TAN0001_000000009898	1.0		1	1	False	False	0.9939352869987488	0					non-mobilizable	chromosome	1509.0	78.72800000000001	100.0	0.0003331591499256234	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
AST0012_000000014593	1602	0.8727010319915945	2	2	2	2	1	False	124908	maximal	True	AST0012_000000014593	1.0		47	7	False	False	0.9975031018257141	0					non-mobilizable	no_good_hit	869.0	96.89299999999999	54.0	0.001814999675892915	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0058_000000020015	1342	0.8726981570248227	2	2	2	2	1	False	35475	fragment	False	ISR0058_000000020015	1.0		0	0	False	False	0.997764527797699	0					non-mobilizable	other	1342.0	86.885	100.0	0.008192915358203302	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0051_000000031921	1119	0.8726952766422527	2	2	2	1	1	False	75815	fragment	False	FIJ0064_000000021706	0.947119242814069		0	0	False	False	0.9982126951217651	0					non-mobilizable	no_good_hit								True	False
ISR0049_000000003530	7225	0.8726939694236703	8	6	4	4	6	False	121318	fragment	False	SPA0041_000000004271	0.9705499087829033		0	0	False	True	1.0	0					non-mobilizable	chromosome	3522.0	96.76299999999999	99.0	0.0007272836966342674	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0046_000000024090	1504	0.8726897428740136	1	1	1	1	1	False	36155	fragment	False	ISR0046_000000024090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	78.436	61.0	0.00025650730602513953	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0264_000000009130	1283	0.8726884836262443	3	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.32137358936700383		0	0	False	False	0.9719407558441162	0					non-mobilizable	other	1207.0	95.11200000000001	94.0	0.13882488479262672	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ENG0154_000000004584	5761	0.8726878252251561	5	2	2	2	1	True	59735	maximal	True	ENG0154_000000004584	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1739.0	91.374	87.0	0.018453153665418574	NZ_LT962686.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	True
ISR0814_000000002394	16036	0.8726870711908792	30	8	5	8	4	False	21561	maximal	True	ISR0814_000000002394	1.0		1	1	False	False	0.9986280798912048	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.877261301618821e-06	NC_010546.1	cyanobacteria	Crocosphaera subtropica ATCC 51142 chromosome circular, complete sequence	True	False
ISR0233_000000001142	6615	0.8726867351240628	10	4	2	2	4	False	130739	backbone	False	ISR0014_000000005210	0.5981024707626205	PS1125|PS140|PS493|PS494	0	0	True	True	0.9968253970146179	17					non-mobilizable	plasmid	3995.0	90.51299999999999	99.0	0.6099247196189891	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
USA0051_01_000000006431	3314	0.872684418572236	4	4	3	4	4	False	95243	fragment	False	USA0051_01_000000006431	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3243.0	97.194	98.0	0.0009257145061910577	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
ENG0011_000000019873	1442	0.8726825268274799	3	3	3	3	2	False	67140	fragment	False	ENG0011_000000019873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	77.619	14.0	0.0013360096554127752	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0205_000000005726	3191	0.8726630550399321	5	3	3	3	2	False	111983	fragment	False	ISR0159_000000007482	0.8197327605835435		0	0	False	False	0.9818238615989685	0					non-mobilizable	no_good_hit	99.0	100.0	3.0	0.000538366880548475	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0305_000000005202	3145	0.8726630550399321	5	3	3	3	2	False	111983	fragment	False	ISR0159_000000007482	0.5430176647372742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	99.286	4.0	0.1501632208922742	GQ877440.1		Uncultured organism clone VC1AM51TF genomic sequence	True	False
ISR0068_000000006472	3113	0.8726630550399321	4	3	3	3	2	False	111983	fragment	False	ISR0159_000000007482	0.814553021572843		0	0	False	False	0.9955027103424072	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.0004842978933041641	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0209_000000012229	2383	0.8726630550399321	4	3	3	3	2	False	72864	fragment	False	ISR0088_000000009880	0.9506837961044343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	84.286	3.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
ISR0033_000000014234	2189	0.8726630550399321	3	3	3	3	2	False	72862	fragment	False	ISR0033_000000014234	1.0		0	0	False	False	0.9954317212104797	0					non-mobilizable	no_good_hit	70.0	84.286	3.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
SPA0046_000000010246	2862	0.8726630549656018	4	3	1	1	2	True	118388	fragment	False	CAN0004_000000006625	0.4557997409141972		0	0	False	True	1.0	0					non-mobilizable	plasmid	2689.0	97.76899999999999	97.0	0.5590386624869383	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0056_000000007848	2686	0.8726630549656018	3	3	1	1	2	True	118388	fragment	False	CAN0004_000000006625	0.4431526972533015		0	0	False	True	0.9962769746780396	0					non-mobilizable	plasmid	2686.0	98.697	100.0	0.5583872989346146	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0036_000000004623	2379	0.8726630549656018	3	3	1	1	2	True	118388	fragment	False	CAN0004_000000006625	0.3902884430609486		0	0	False	True	1.0	0					non-mobilizable	plasmid	2378.0	99.83200000000001	99.0	0.4966569160050146	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0040_000000007389	2172	0.8726630549656018	3	3	1	1	2	True	118388	fragment	False	CAN0004_000000006625	0.37899953410666243		0	0	False	True	1.0	0					non-mobilizable	plasmid	2172.0	100.0	100.0	0.45351994986421557	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0140_000000013561	2168	0.8726630549656018	3	3	1	1	2	True	118388	fragment	False	CAN0004_000000006625	0.3787560605243388		0	0	False	True	1.0	0					non-mobilizable	plasmid	2168.0	100.0	100.0	0.45277893857083157	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0025_000000008139	2947	0.8726531885048956	3	2	2	2	2	False	66170	maximal	True	ENG0025_000000008139	1.0		1	1	False	False	0.9996606707572937	0					non-mobilizable	plasmid	2925.0	100.0	100.0	0.02664164077519521	CP012163.1	enterobacteria	Enterobacter cloacae complex sp. 35734 plasmid p35734-109.753kb, complete sequence	False	True
SPA0016_000000001100	21367	0.8726521255235448	21	9	6	9	7	True	109433	fragment	False	SPA0143_000000000475	0.971444782397898		0	0	False	False	0.9999064207077026	0					non-mobilizable	no_good_hit	795.0	69.811	4.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
MAD0076_000000000512	11426	0.8726414249143996	9	7	5	6	6	False	82754	maximal	True	MAD0076_000000000512	1.0		1	1	False	False	0.9995623826980591	0					non-mobilizable	no_good_hit	1400.0	70.714	12.0	0.00868594197105532	NZ_AWEY01000004.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00007, whole genome shotgun sequence	True	False
ISR0389_000000013715	1617	0.8726264353235108	3	3	2	3	1	False	112279	fragment	False	ISR0389_000000013715	0.9757908327953518		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	99.37899999999999	93.0	0.00031554396027529553	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0113_01_000000012142	1489	0.8726212491870918	2	2	2	1	1	False	92038	fragment	False	USA0113_01_000000012142	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	99.194	100.0	0.00045072511311292025	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
CHI0015_000000001842	4531	0.872620124718925	9	8	6	8	7	True	89882	maximal	True	CHI0015_000000001842	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	76.577	11.0	0.0001788645644851573	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	True
FIJ0030_000000031978	1211	0.8726179684723729	1	1	0	1	0	True	48650	maximal	True	FIJ0030_000000031978	1.0		0	0	False	False	0.9471511244773865	0					non-mobilizable	no_good_hit	106.0	86.792	9.0	3.411645502871579e-05	NZ_CP042652.1	e-proteobacteria	Pseudoarcobacter acticola strain KCTC 52212 chromosome, complete genome	True	True
ISR0383_000000000659	11229	0.8726130349696768	9	4	4	4	2	True	23112	maximal	True	ISR0383_000000000659	1.0		1	1	False	False	0.9999109506607056	0					non-mobilizable	no_good_hit	3164.0	69.753	28.0	0.0015215644096222144	CP000837.1	firmicutes	Streptococcus suis GZ1, complete genome	True	True
ISR0816_000000027550	1351	0.8726093620621058	2	1	1	1	1	False	21402	maximal	True	ISR0816_000000027550	1.0		1	1	False	False	0.9703922867774963	0					non-mobilizable	no_good_hit	571.0	76.007	42.0	0.0002586508245688282	CP014164.1	firmicutes	Aerococcus viridans strain CCUG4311, complete genome	True	False
ISR0331_000000018363	1366	0.872607020378988	3	1	1	1	1	False	24603	fragment	False	ISR0331_000000018363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
SPA0040_000000034275	1268	0.872607020378988	2	1	1	1	1	False	6939	fragment	False	SPA0040_000000034275	1.0		0	0	False	False	0.9645110368728638	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
AST0025_000000034558	1136	0.872607020378988	2	1	1	1	1	False	119629	fragment	False	AST0025_000000034558	1.0		0	0	False	False	0.9841549396514893	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
SPA0036_000000017205	1460	0.8725987819855947	3	3	3	3	2	False	78451	fragment	False	ENG0039_000000017438	0.9685135813700748		0	0	False	False	0.9746575355529785	0					non-mobilizable	chromosome	1460.0	98.425	100.0	0.0004229371667268171	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0039_000000020494	1284	0.8725974794888051	2	2	2	2	1	False	64911	fragment	False	ENG0039_000000020494	0.9551482059282371		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	98.205	99.0	0.0008897174382532623	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
ISR0167_000000002768	10239	0.8725872860567281	15	6	3	4	5	False	66353	fragment	False	ISR0167_000000002768	1.0		0	0	False	False	0.9966793656349182	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	2.613256807882419e-05	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
FIJ0133_000000011520	3244	0.8725842941511734	3	3	3	3	2	False	131408	fragment	False	SPA0109_000000006156	0.42742608841264856		0	0	False	False	0.9993834495544434	0					non-mobilizable	no_good_hit	807.0	74.845	24.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ISR0266_000000001826	6728	0.8725836855754787	8	7	6	5	5	True	131063	maximal	True	ISR0266_000000001826	1.0		79	9	False	False	1.0	0					non-mobilizable	other	4877.0	97.90899999999999	93.0	0.0015169153482838885	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AUS0018_000000003081	8336	0.8725831672421753	14	4	2	4	2	True	100080	backbone	False	FIJ0124_000000002852	0.9502457175335134	PS362|PS441|PS569	0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
ENG0105_000000003529	5373	0.872577969209007	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.8450354413794091	PS879|PS961	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1401.0	94.147	66.0	0.23934257832562916	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0078_000000004842	5358	0.872577969209007	5	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.8222550201182705	PS879|PS961	0	0	True	True	1.0	83					non-mobilizable	no_good_hit	1437.0	93.52799999999999	69.0	0.24550590652285567	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0145_01_000000004616	5330	0.872577969209007	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.765058162663081	PS879|PS961	0	0	True	True	1.0	407					non-mobilizable	no_good_hit	1401.0	93.36200000000001	67.0	0.23934257832562916	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0377_000000002090	5290	0.872577969209007	6	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8262277834646528	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	1201.0	95.587	70.0	0.20287621982537238	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0074_000000006107	5159	0.872577969209007	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8562689448247462	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9996123313903809	8					non-mobilizable	no_good_hit	1413.0	97.098	72.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0071_01_000000002673	5153	0.872577969209007	6	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8567275539970484	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9992237687110901	5					non-mobilizable	no_good_hit	1413.0	97.098	72.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CAN0008_000000005536	5054	0.872577969209007	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8086709104211852	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9960427284240723	21					non-mobilizable	no_good_hit	1413.0	97.169	71.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CAN0006_000000008951	5041	0.872577969209007	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8099703040193089	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9990081191062927	41					non-mobilizable	no_good_hit	1413.0	97.169	73.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0059_000000002666	5021	0.872577969209007	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8157572471893729	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	67					non-mobilizable	no_good_hit	1413.0	97.169	74.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0183_000000007158	4890	0.872577969209007	6	3	1	2	2	False	127335	backbone	True	ISR0183_000000007158	0.9481464480579219	PS1004|PS1006	1	1	True	True	1.0	80					non-mobilizable	no_good_hit	1273.0	97.87899999999999	77.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0073_000000005685	4591	0.872577969209007	6	3	1	2	2	False	123178	backbone	False	ENG0117_000000004670	0.9599659987849615	PS879|PS883	0	0	True	True	1.0	132					non-mobilizable	no_good_hit	1274.0	95.133	47.0	0.15568056744527334	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
USA0044_01_000000007189	4109	0.872577969209007	4	3	1	2	2	False	127325	fragment	False	SPA0158_000000003622	0.9336367544861224		0	0	False	True	0.9975663423538208	0					non-mobilizable	other	1403.0	97.149	90.0	0.24986633398681163	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0009_000000000303	3910	0.872577969209007	5	3	1	2	2	False	123142	fragment	False	DEN0009_000000000303	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1414.0	91.443	40.0	0.17280176103705516	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MON0063_000000001469	16515	0.872572200575435	39	4	2	3	2	False	115251	fragment	False	MON0063_000000001469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00025159131506780383	NZ_SPHG01000009.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_9_length_119241_cov_57.388, whole genome shotgun sequence	True	False
MAD0004_000000000383	14626	0.8725689437131582	13	13	10	11	11	False	90348	maximal	True	MAD0004_000000000383	1.0		14	3	False	False	1.0	0					non-mobilizable	other	14631.0	99.76100000000001	100.0	0.0031592001501213906	CP010167.1	enterobacteria	Escherichia coli strain H3, complete genome	False	False
FIJ0083_000000007983	4246	0.8725670398504026	7	6	5	6	4	False	121730	fragment	False	CAN0008_000000005647	0.6402334762441341		0	0	False	False	0.9967027902603149	0					non-mobilizable	no_good_hit	631.0	77.179	34.0	0.00018822681903903733	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0011_000000016831	1681	0.8725599666989621	3	3	3	3	2	False	67153	fragment	False	ENG0011_000000016831	1.0		0	0	False	False	0.9886972308158875	0					non-mobilizable	other	1681.0	99.881	100.0	0.003500527476743071	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0147_000000005826	3300	0.8725543532655221	4	4	4	4	3	False	83934	fragment	False	CHI0147_000000005826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	82.694	60.0	0.00015567956828976747	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0137_000000003679	7515	0.8725434143242016	11	11	5	5	8	True	116373	fragment	False	USA0080_01_000000005097	0.9565415855758213		0	0	False	False	1.0	0					non-mobilizable	plasmid	7515.0	96.727	100.0	0.22741857367720064	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0125_000000010043	2577	0.8725420695118494	3	3	3	1	2	False	76901	fragment	False	ISR0853_000000006187	0.9224559408999237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.8057524255143464e-05	NZ_QYBB01000001.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_1_length_465056_cov_80.1824, whole genome shotgun sequence	True	False
DEN0039_000000016238	1325	0.8725409975570871	2	2	1	2	2	False	126952	fragment	False	ISR0289_000000005085	0.13010496344626563		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	94.868	100.0	0.018912934790372118	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0005_000000008141	2252	0.8725402887569548	3	3	2	3	3	False	97065	fragment	False	CHI0005_000000008141	0.9704568992390205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	80.899	4.0	3.4154515025977525e-05	NZ_UHDU01000001.1	firmicutes	Staphylococcus petrasii subsp. petrasii strain NCTC13835, whole genome shotgun sequence	True	False
CHI0162_000000003688	6988	0.8725240693027025	14	2	0	2	1	True	78593	maximal	True	CHI0162_000000003688	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.00029627054636239023	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	True
CHI0140_000000005627	5356	0.8725240693027025	15	2	0	2	1	True	80282	maximal	True	CHI0140_000000005627	1.0		1	1	True	True	0.9996265769004822	2					non-mobilizable	no_good_hit								True	True
ISR0225_000000002417	5251	0.8725240693027025	10	2	0	2	1	True	75141	maximal	False	ISR0148_000000005583	0.8342295368326675		0	0	True	True	0.9935250282287598	1					non-mobilizable	no_good_hit	60.0	88.333	1.0	8.749412380566813e-06	CP048209.1	firmicutes	Paenibacillus sp. 12200R-189 chromosome, complete genome	True	True
ENG0090_000000004013	5144	0.8725240693027025	14	2	0	2	1	True	61266	maximal	True	ENG0090_000000004013	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
ENG0125_000000004897	4901	0.8725240693027025	12	2	0	2	1	True	58868	maximal	True	ENG0125_000000004897	1.0		1	1	True	True	1.0	26					non-mobilizable	no_good_hit								True	True
ISR0146_000000007905	4845	0.8725240693027025	11	2	0	2	1	True	31036	maximal	True	ISR0146_000000007905	1.0		1	1	True	True	1.0	40					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.190108266598426e-07	LR778314.1	eudicots	Raphanus sativus genome assembly, chromosome: 5	True	True
FIJ0104_000000013370	1972	0.8725233711659337	2	1	1	1	1	False	60572	fragment	False	ENG0100_000000015212	0.9613466334164589		0	0	False	False	0.9989858269691467	0					non-mobilizable	no_good_hit	715.0	82.098	36.0	0.0002485991508674588	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0121_000000004987	4618	0.8725227686986952	10	4	3	3	2	False	74100	maximal	True	ISR0121_000000004987	1.0	PS351	1	1	False	True	0.998484194278717	0					non-mobilizable	no_good_hit								True	True
ISR0048_000000002438	7118	0.872513752841313	10	9	8	8	8	False	111446	fragment	False	ISR0179_000000003041	0.1478454388739419		0	0	False	False	0.9967687726020813	0					non-mobilizable	other	7119.0	98.427	100.0	0.009855157578636954	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0141_000000015269	1927	0.8725129230021605	3	3	2	2	1	False	113785	fragment	False	AST0055_000000017440	0.9645843580914905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	76.437	9.0	1.927612481857765e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0364_000000006494	2506	0.8725109821021633	5	2	1	2	1	False	23681	maximal	True	ISR0364_000000006494	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0082_000000024129	1478	0.8724987800228392	3	2	2	2	2	False	63177	maximal	True	MON0082_000000024129	1.0		0	0	False	False	0.9167794585227966	0					non-mobilizable	other	1356.0	99.189	92.0	0.005532644644971622	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0053_000000015145	1654	0.872498591738391	3	3	3	2	2	False	63849	fragment	False	ENG0053_000000015145	1.0		0	0	False	False	0.984280526638031	0					non-mobilizable	chromosome	1654.0	99.94	100.0	0.0003211904058696429	CP057313.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 chromosome, complete genome	False	False
USA0113_01_000000007919	2385	0.8724954128823578	2	2	2	2	1	True	122726	maximal	True	USA0113_01_000000007919	1.0		0	0	False	False	0.9907757043838501	0					non-mobilizable	no_good_hit	1281.0	99.375	56.0	0.0234402182870328	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0097_000000014654	2414	0.872487979607981	4	3	3	2	2	True	9291	maximal	True	MON0097_000000014654	1.0		20	1	False	False	0.9937862753868103	0					non-mobilizable	no_good_hit	505.0	71.683	21.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0086_000000011476	2696	0.8724822759937897	3	2	2	2	1	False	58058	fragment	False	MON0086_000000011476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	90.509	27.0	0.003388517313643216	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0033_000000020803	3134	0.872478011988754	3	2	2	2	1	True	47702	fragment	False	MON0033_000000020803	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	2.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
ISR0824_000000013052	1757	0.8724710683376441	2	2	1	1	0	False	34887	maximal	True	ISR0824_000000013052	1.0		1	1	False	False	0.9960159659385681	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.158365797804885e-05	NZ_RBXP01000013.1	b-proteobacteria	Azonexus fungiphilus strain DSM 23841 Ga0244549_102, whole genome shotgun sequence	True	False
MAD0098_000000002432	13330	0.8724604432680813	14	6	4	5	5	False	43047	fragment	False	MAD0098_000000002432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	83.113	24.0	0.061313076505697235	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
FIJ0011_000000008340	5056	0.8724570514261012	8	4	2	4	1	True	51011	maximal	True	FIJ0011_000000008340	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	6.405587846619946e-06	NZ_CP051206.1	cyanobacteria	Dolichospermum flos-aquae CCAP 1403/13F chromosome, complete genome	True	True
MON0099_000000033299	1122	0.8724499820537427	2	2	2	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.10840374983031015		0	0	False	False	0.9670231938362122	0					non-mobilizable	other	1122.0	96.613	100.0	0.011671369225483357	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0093_000000007624	1575	0.8724487033513829	3	3	3	3	2	False	104380	fragment	False	ENG0093_000000007624	0.9233140516027606		0	0	False	False	1.0	0					non-mobilizable	other	1575.0	99.429	100.0	0.010824341702598805	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0089_000000003569	5189	0.8724430854387057	3	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.8814438335904724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.65799999999999	23.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0038_000000005760	5160	0.8724430854387057	3	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.8815044526487575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.765	23.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0096_000000007757	4523	0.8724430854387057	3	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.5385013168367564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.765	26.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0106_000000009218	4215	0.8724430854387057	3	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.20779558223187883		0	0	False	False	0.9983392357826233	0					non-mobilizable	no_good_hit	935.0	91.765	26.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0126_000000004864	4167	0.8724430854387057	4	3	2	3	3	False	127852	maximal	True	ENG0126_000000004864	1.0		4	2	False	False	0.9995200634002686	0					non-mobilizable	no_good_hit	935.0	91.765	26.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0016_000000005729	3967	0.8724430854387057	4	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.12242667320135492		0	0	False	False	0.9919334650039673	0					non-mobilizable	no_good_hit	935.0	91.765	30.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0149_000000006000	3666	0.8724378574621912	5	4	3	3	3	False	82100	maximal	True	FIJ0149_000000006000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0100_000000001427	17056	0.8724361566064053	24	8	1	8	4	False	60618	maximal	True	ENG0100_000000001427	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0106_000000010058	2534	0.8724186766045396	4	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.7120609474524145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	83.51	70.0	0.0006204399407166151	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0065_000000008165	3199	0.8724176859339579	5	3	2	3	2	True	124810	maximal	True	MON0065_000000008165	1.0		1	1	False	False	0.9784307479858398	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	2.0	2.279677899048848e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ISR0777_000000005746	2978	0.8724119488110564	4	4	2	3	3	False	95219	fragment	False	ISR0777_000000005746	1.0		0	0	False	False	0.9959704279899597	0					non-mobilizable	other	2978.0	99.56299999999999	100.0	0.0006777788706022921	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
AST0055_000000004232	6913	0.8724039676949663	10	6	4	6	3	False	113965	fragment	False	AST0055_000000004232	1.0		0	0	False	False	0.9950817227363586	0					non-mobilizable	no_good_hit	747.0	97.992	11.0	0.07614575890578748	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
FIJ0057_000000010204	3074	0.8724012707275242	2	2	0	2	0	True	46154	maximal	True	FIJ0057_000000010204	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
CHI0160_000000001634	10898	0.8723837488410064	26	10	2	8	4	True	88791	maximal	True	CHI0160_000000001634	1.0		1	1	False	False	0.9967883825302124	0					non-mobilizable	no_good_hit	1853.0	91.743	72.0	0.032733137206252434	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0077_000000000484	33021	0.8723637045236339	34	14	11	13	6	True	44529	maximal	True	FIJ0077_000000000484	1.0		1	1	False	False	0.9997274279594421	0					non-mobilizable	no_good_hit	171.0	76.023	1.0	5.7731859567251605e-05	NZ_CP013922.1	firmicutes	Staphylococcus xylosus strain S170, complete genome	True	True
AST0111_000000000990	15955	0.8723578688329131	18	12	5	9	9	False	119592	fragment	False	ISR0212_000000001447	0.7311095587197177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3189.0	92.6	42.0	0.1262838188866243	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
SPA0130_000000013709	2382	0.8723571309309732	4	4	4	3	3	False	80422	maximal	True	SPA0130_000000013709	1.0		19	6	False	False	0.998740553855896	0					non-mobilizable	no_good_hit	183.0	100.0	8.0	0.0036146971201588877	NZ_JH992948.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.9, whole genome shotgun sequence	True	False
ISR0779_000000005462	5790	0.8723568628788985	9	7	3	7	6	False	111545	fragment	False	ISR0157_000000004871	0.9699659855082718		0	0	False	False	0.9991364479064941	0					non-mobilizable	no_good_hit								True	False
ISR0197_000000001249	14112	0.8723548432617536	18	6	4	6	1	True	38388	maximal	True	ISR0197_000000001249	1.0		4	1	False	False	0.9999291300773621	0					non-mobilizable	no_good_hit	108.0	77.778	1.0	0.00012155619716646717	NZ_FRCB01000001.1	a-proteobacteria	Roseovarius litoreus strain DSM 28249, whole genome shotgun sequence	True	True
CHI0009_000000000076	35239	0.8723547665654493	34	29	17	22	23	True	123718	maximal	True	CHI0009_000000000076	1.0	PS902	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	10673.0	96.49600000000001	44.0	0.10629889829155356	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
AST0108_000000001598	10044	0.8723526075689365	8	6	5	6	1	False	107321	maximal	True	AST0108_000000001598	1.0		1	1	False	False	0.9992035031318665	0					non-mobilizable	no_good_hit	171.0	77.778	2.0	0.0004927134138294097	NZ_KB907339.1	a-proteobacteria	Novispirillum itersonii subsp. itersonii ATCC 12639 G365DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ENG0177_000000021676	1196	0.8723387447553484	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.026203672281534644		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	88.211	99.0	0.007960996460295197	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0324_000000007981	3965	0.8723370591007987	6	3	2	2	2	False	113883	fragment	False	ISR0324_000000007981	0.9996268074702401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	82.891	29.0	0.018911102728530114	NZ_NOJZ02000023.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_23_length_39765_cov_670.101, whole genome shotgun sequence	True	False
ISR0172_000000004343	3653	0.8723370591007987	5	3	2	2	2	False	113883	fragment	False	ISR0324_000000007981	0.9736023539302229		0	0	False	False	0.999452531337738	0					non-mobilizable	no_good_hit	754.0	83.024	31.0	0.018911102728530114	NZ_NOJZ02000023.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_23_length_39765_cov_670.101, whole genome shotgun sequence	True	False
FIJ0021_000000019603	2492	0.8723332029993417	4	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.10358470033031521	PS953	0	0	True	True	0.9887640476226807	8					non-mobilizable	other	1423.0	88.405	100.0	0.5877957658779577	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
USA0027_01_000000010986	2487	0.8723332029993417	4	2	0	0	2	False	1584	maximal	True	USA0027_01_000000010986	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2184.0	99.90799999999999	100.0	0.8284629981024668	HG796390.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00876	False	False
MON0095_000000012926	2366	0.8723332029993417	3	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.10346175662915746	PS953	0	0	True	True	1.0	11					non-mobilizable	other	1777.0	87.45100000000001	99.0	0.7322540473225405	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MON0105_000000022994	2365	0.8723332029993417	3	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.10337705844177322	PS953	0	0	True	True	1.0	49					non-mobilizable	other	2334.0	87.91799999999999	100.0	0.962640099626401	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
FIJ0011_000000018560	2365	0.8723332029993417	3	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.10347960324320937	PS953	0	0	True	True	1.0	605					non-mobilizable	plasmid	2010.0	88.209	99.0	0.8757187085360459	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
MON0103_000000022073	2345	0.8723332029993417	3	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.10321289535633209	PS953	0	0	True	True	1.0	107					non-mobilizable	plasmid	1893.0	88.325	98.0	0.8239716939407342	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
ENG0052_000000013176	2334	0.8723332029993417	3	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.09872110899967498	PS953	0	0	True	True	1.0	69					non-mobilizable	plasmid	1857.0	88.15299999999999	99.0	0.8115877930119416	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
FIJ0079_000000012078	2329	0.8723332029993417	3	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.09939157811687804	PS953	0	0	True	True	0.989695131778717	1					non-mobilizable	other	2307.0	88.296	100.0	0.9514321295143213	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0077_000000008723	2325	0.8723332029993417	3	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.1028942429921589	PS953	0	0	True	True	0.9926881790161133	8					non-mobilizable	other	2307.0	88.12299999999999	100.0	0.9514321295143213	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0187_000000012532	2325	0.8723332029993417	3	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.10291624943072537	PS953	0	0	True	True	1.0	83					non-mobilizable	other	1401.0	88.365	100.0	0.5778331257783312	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
FIJ0002_000000015389	2316	0.8723332029993417	3	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.10322197923771904	PS953	0	0	True	True	0.9965457916259766	1					non-mobilizable	other	2307.0	87.863	99.0	0.9514321295143213	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
FIJ0100_000000008408	2215	0.8723332029993417	3	2	0	0	2	False	126290	backbone	False	MON0024_000000020480	0.09200180742575573	PS953	0	0	False	True	0.9810383915901184	0					non-mobilizable	other	2221.0	87.978	100.0	0.9157326691573267	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
CHI0020_000000006450	1617	0.8723332029993417	3	2	0	0	2	False	89353	fragment	False	CHI0020_000000006450	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	89.865	100.0	0.46160232461602324	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
ISR0064_000000004324	4125	0.8723137245992065	8	2	2	2	2	False	35256	maximal	True	ISR0064_000000004324	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0026_000000005238	5871	0.8723055047817708	5	3	3	3	3	False	130746	fragment	False	ISR0130_000000004031	0.8995856143829626		0	0	False	False	0.9996593594551086	0					non-mobilizable	no_good_hit	1151.0	97.39399999999999	74.0	0.00032710692414248207	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0153_000000021810	1342	0.8723042487467377	4	2	1	2	1	False	30661	fragment	False	ISR0217_000000017232	0.9608445114109285		0	0	False	False	0.9903129935264587	0					non-mobilizable	other	1180.0	100.0	100.0	0.00033252425678431273	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0295_000000027086	1317	0.8723042487467377	3	2	1	2	1	False	30661	fragment	False	ISR0217_000000017232	0.9655439940750954		0	0	False	False	0.9886105060577393	0					non-mobilizable	other	1267.0	99.921	100.0	0.0003570616701348091	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0217_000000017232	1313	0.8723042487467377	4	2	1	2	1	False	30661	fragment	False	ISR0217_000000017232	0.9819888439097294		0	0	False	False	0.997715175151825	0					non-mobilizable	other	1313.0	99.92399999999999	100.0	0.00037003547489484166	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0123_000000006380	1262	0.8723042487467377	3	2	1	2	1	False	30661	fragment	False	ISR0217_000000017232	0.7735760583136406		0	0	False	False	0.9936608672142029	0					non-mobilizable	other	1262.0	99.921	100.0	0.00035565147396524033	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0321_000000009770	1239	0.8723042487467377	4	2	1	2	1	False	30661	fragment	False	ISR0217_000000017232	0.76749090898442		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	99.919	100.0	0.0003491645715852241	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0067_000000000757	30547	0.8722938549884472	31	15	5	15	7	True	51110	fragment	False	FIJ0067_000000000757	1.0		0	0	False	False	0.9996071457862854	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	0.0	8.325684936258953e-05	LN590834.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000421	True	True
CHI0085_000000001382	1606	0.8722923995320683	2	2	1	1	2	False	84092	fragment	False	CHI0085_000000001382	1.0		0	0	False	False	0.9894146919250488	0					non-mobilizable	no_good_hit	864.0	90.162	54.0	0.0002631647158019281	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ENG0080_000000003423	6667	0.8722904581234108	5	5	4	5	4	False	61777	maximal	True	ENG0080_000000003423	1.0		3	2	False	False	0.9985000491142273	0					non-mobilizable	no_good_hit	117.0	95.726	2.0	3.109436762032642e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ETH0005_000000003211	13816	0.8722837025580579	16	13	11	13	10	True	91802	maximal	True	ETH0005_000000003211	1.0		1	1	False	False	0.9999276399612427	0					non-mobilizable	no_good_hit	978.0	82.618	7.0	0.0002734441086424638	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0070_000000005748	3145	0.8722787367039312	5	3	3	3	1	False	16379	maximal	True	MAD0070_000000005748	1.0		2	1	False	False	0.9996820092201233	0					non-mobilizable	no_good_hit								True	False
FIJ0004_000000004910	5376	0.8722756400771782	6	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5872914384137887	PS1045|PS1046|PS656|PS658	0	0	True	True	0.999627947807312	1					non-mobilizable	other	2694.0	99.666	92.0	0.5434914228052472	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0171_000000003863	5376	0.8722756400771782	6	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5873002491143415	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	2					non-mobilizable	other	2694.0	99.70299999999999	92.0	0.5434914228052472	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0055_000000002186	6615	0.8722677604482446	6	6	5	5	6	False	98395	fragment	False	FIJ0055_000000002186	0.9915321936411567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.555	23.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0776_000000001612	15762	0.8722641377382311	14	12	7	7	12	False	22435	maximal	True	ISR0776_000000001612	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	15766.0	99.416	100.0	0.003226964170297394	CP023541.1	enterobacteria	Escherichia coli O104:H21 str. CFSAN002236 chromosome, complete genome	False	False
ISR0121_000000003320	6667	0.8722610302056865	8	4	2	3	1	False	110801	maximal	False	AUS0002_000000004314	0.6387895050685749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	95.945	34.0	0.004336536257426412	NZ_AGDG01000020.1	CFB group bacteria	Bacteroides faecis MAJ27 contig020, whole genome shotgun sequence	True	False
ENG0010_000000011431	1866	0.8722558362268317	2	2	1	2	1	False	122166	fragment	False	ENG0010_000000011431	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1906.0	82.791	99.0	0.0006368521519608041	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
MAD0058_000000001790	7089	0.8722426935779083	13	6	3	6	2	False	16970	fragment	False	MAD0058_000000001790	0.9982698961937716		0	0	False	False	0.9994357228279114	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.036824877250409165	XM_029067554.1	monotremes	PREDICTED: Ornithorhynchus anatinus HAUS augmin like complex subunit 7 (HAUS7), transcript variant X2, mRNA	True	False
MAD0087_000000003739	6647	0.8722426935779083	12	6	3	6	2	False	16970	fragment	False	MAD0058_000000001790	0.9686838764282691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.036824877250409165	XM_029067554.1	monotremes	PREDICTED: Ornithorhynchus anatinus HAUS augmin like complex subunit 7 (HAUS7), transcript variant X2, mRNA	True	False
MAD0098_000000030696	1481	0.8722416113533212	2	2	2	2	1	False	15287	fragment	False	MAD0098_000000030696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0078_000000006304	5721	0.8722400838087103	10	4	4	3	1	True	70726	maximal	True	MON0078_000000006304	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	96.825	1.0	2.2083460521005822e-05	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
ISR0237_000000009321	1329	0.8722383534198932	3	2	2	2	2	False	44582	fragment	False	FIJ0075_000000014078	0.9687948350071736		0	0	False	False	0.9992475509643555	0					non-mobilizable	other	1329.0	100.0	100.0	0.017227288647891345	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ISR0825_000000013836	1725	0.8722382753934551	3	2	2	2	2	False	79372	fragment	False	ISR0121_000000013880	0.800867934821586		0	0	False	False	1.0	0					non-mobilizable	other	1727.0	96.46799999999999	100.0	0.0005366445807608095	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0059_01_000000008883	2964	0.8722230545498202	3	2	1	2	2	False	117718	maximal	True	USA0059_01_000000008883	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1645.0	97.69	72.0	0.021417683919800937	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ISR0307_000000001741	4209	0.8722208792534176	8	3	3	3	2	False	25441	fragment	False	ISR0307_000000001741	1.0		0	0	False	False	0.9997624158859253	0					non-mobilizable	no_good_hit	287.0	82.23	7.0	0.0020293474867311896	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0194_000000004673	4649	0.8722180329537605	6	5	5	5	3	False	129771	fragment	False	ISR0043_000000004531	0.9743430581419408		0	0	False	True	1.0	0					non-mobilizable	chromosome	2955.0	97.665	100.0	0.0007910866615070952	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0056_01_000000012088	1433	0.8722162579555687	2	2	2	2	2	False	56729	fragment	False	USA0056_01_000000012088	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1433.0	99.86	100.0	0.0005270972914119214	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
USA0058_01_000000010657	1728	0.8722155500077305	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6341280059348064	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1673.0	97.31	97.0	0.001872696952580758	NZ_UYXJ01000002.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
CHI0184_000000005026	1712	0.8722155500077305	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.650499553450379	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1604.0	97.07	98.0	0.0003070495943516666	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
CHI0026_000000006793	1660	0.8722155500077305	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.39279015007863766	PS794	0	0	True	True	1.0	1					non-mobilizable	other	1607.0	88.92299999999999	97.0	0.0008217420623568692	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
AST0092_000000010338	1298	0.87221245789795	1	1	1	1	1	False	109630	fragment	False	AST0092_000000010338	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	100.0	99.0	0.015169332079021637	NZ_QVMD01000009.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf9, whole genome shotgun sequence	False	False
FIJ0025_000000001679	11156	0.8722073971899889	16	9	2	7	5	True	100656	maximal	True	FIJ0025_000000001679	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	84.706	2.0	6.722278404227139e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0090_000000024104	2447	0.8722071949624087	4	2	1	2	1	False	57981	fragment	False	MON0090_000000024104	0.9942699490662139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	94.25299999999999	4.0	2.3489203774715046e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0070_000000004881	3662	0.872198761394998	5	5	5	5	3	False	99892	maximal	True	MAD0070_000000004881	1.0		3	1	False	False	0.9959038496017456	0					non-mobilizable	no_good_hit	2633.0	99.126	72.0	0.008340727595385981	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0025_000000005527	5069	0.8721924619619565	8	4	3	4	1	False	38539	maximal	True	MON0025_000000005527	1.0		2	1	False	False	0.9982244968414307	0					non-mobilizable	no_good_hit	451.0	81.375	9.0	0.03801219099221131	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ENG0070_000000002873	7331	0.8721775837275901	15	3	1	2	2	False	107948	maximal	True	ENG0070_000000002873	1.0		1	1	False	False	0.9984995126724243	0					non-mobilizable	no_good_hit	2755.0	97.387	68.0	0.004564057013356798	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0085_000000006986	3260	0.8721775837275901	5	3	1	2	2	False	107944	maximal	True	MON0085_000000006986	1.0		2	1	False	False	0.9996932744979858	0					non-mobilizable	no_good_hit	2753.0	95.605	84.0	0.0007625617186241676	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0101_000000013776	3239	0.8721775837275901	6	3	1	2	2	False	102023	fragment	False	SPA0101_000000013776	1.0		0	0	False	False	0.9944427013397217	0					non-mobilizable	other	3243.0	97.53299999999999	100.0	0.0008997450722295349	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0150_000000008147	2803	0.8721775837275901	4	3	1	2	2	False	107943	fragment	False	ISR0150_000000008147	0.9776310964429776		0	0	False	False	1.0	0					non-mobilizable	other	2805.0	97.005	100.0	0.004652050837186522	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0018_000000013559	2564	0.8721775837275901	6	3	1	2	2	False	102026	fragment	False	CAN0018_000000013559	1.0		0	0	False	False	0.9941497445106506	0					non-mobilizable	other	1682.0	98.038	99.0	0.002790898450146518	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0023_000000010554	2492	0.8721775837275901	4	3	1	2	2	False	102020	fragment	False	SPA0023_000000010554	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2493.0	96.95100000000001	100.0	0.004135709719997011	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0004_000000020208	2088	0.8721775837275901	3	3	1	2	2	False	102022	fragment	False	MON0004_000000020208	1.0		0	0	False	False	0.9995210766792297	0					non-mobilizable	other	2021.0	95.34899999999999	96.0	0.0005584528827943194	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AUS0006_000000016732	1559	0.8721775837275901	3	3	1	2	2	False	102017	fragment	False	AUS0006_000000016732	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	97.56700000000001	100.0	0.0004334882894291062	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0134_000000002188	5617	0.8721711840330219	7	3	0	2	3	False	117774	maximal	True	CHI0134_000000002188	1.0	PS794	8	5	False	True	0.9998219609260559	0					non-mobilizable	no_good_hit	4264.0	99.695	76.0	0.010554671116646076	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
MON0048_000000021094	1906	0.8721692101154538	2	2	2	2	1	False	92181	fragment	False	SPA0100_000000012690	0.5895293019000073		0	0	False	False	0.999475359916687	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	4.318036603996292e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
FIJ0058_000000022174	1835	0.8721692101154538	2	2	2	2	1	False	92181	fragment	False	SPA0100_000000012690	0.45757061132415994		0	0	False	False	0.9994550347328186	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
ENG0168_000000018273	1693	0.8721692101154538	2	2	2	2	1	False	92181	fragment	False	SPA0100_000000012690	0.37824982048206873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
FIJ0046_000000019640	1671	0.8721692101154538	2	2	2	2	1	False	92181	fragment	False	SPA0100_000000012690	0.37709813191323444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	4.318036603996292e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
TAN0027_000000008655	1381	0.8721692101154538	2	2	2	2	1	False	62820	fragment	False	TAN0027_000000008655	0.9620714806710431		0	0	False	False	0.9956552982330322	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
FIJ0025_000000010287	2092	0.8721585733080474	3	3	1	1	2	True	49180	fragment	False	FIJ0025_000000010287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	95.694	89.0	0.25168756027000966	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	True	True
ISR0115_000000024779	1449	0.8721572558535438	3	2	1	1	2	False	32451	maximal	True	ISR0115_000000024779	0.9949090909090909		49	9	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	88.365	62.0	0.016456685223166324	NZ_CBYM010000030.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MON0056_000000007317	2481	0.8721554873281363	5	2	2	1	1	True	11071	maximal	True	MON0056_000000007317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	97.189	27.0	0.00034320579636456085	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	True
CHI0057_000000000721	15314	0.8721525813134521	23	20	8	12	18	True	132537	fragment	False	CHI0057_000000000721	1.0		0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12043.0	92.71799999999999	99.0	0.16248479113153982	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0047_000000015028	2619	0.8721401241065646	3	2	2	1	2	False	6678	maximal	True	SPA0047_000000015028	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0048_000000000428	29319	0.8721397561745927	32	20	13	15	16	False	123941	fragment	False	ISR0048_000000000428	0.9927200599644341		0	0	False	False	0.9999659061431885	0					non-mobilizable	no_good_hit	13989.0	95.818	56.0	0.0026539202505513485	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
ISR0046_000000007685	3684	0.8721390200243897	5	4	4	4	3	False	129769	fragment	False	ISR0046_000000007685	1.0		0	0	False	True	0.9883279204368591	0					non-mobilizable	chromosome	1742.0	99.311	100.0	0.0004665589016544216	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0005_000000010249	3208	0.8721390200243897	5	4	4	4	3	False	129762	fragment	False	ENG0068_000000006464	0.8860513994997119		0	0	False	True	0.9996882677078247	0					non-mobilizable	chromosome	1672.0	99.402	100.0	0.00044780007160513414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0073_000000000316	42957	0.8721375782803338	58	31	15	17	28	True	128786	maximal	True	ENG0073_000000000316	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	11722.0	98.26	76.0	0.06309168650173938	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ENG0189_000000002615	4649	0.8721310616523181	10	3	1	2	1	False	54861	fragment	False	ENG0189_000000002615	1.0		0	0	False	False	0.9864487051963806	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.004701686121919585	LM526694.1	nematodes	Strongyloides papillosus genome assembly S_papillosus_LIN ,scaffold SPAL_contig0001036	True	False
ISR0268_000000007850	2449	0.8721279519398678	3	2	2	1	1	False	106922	fragment	False	ISR0268_000000007850	1.0		0	0	False	False	0.9979583621025085	0					non-mobilizable	other	2452.0	94.16799999999999	100.0	0.027620235934664245	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0325_000000017753	1210	0.8721266682637222	3	2	2	2	2	False	24849	maximal	True	ISR0325_000000017753	1.0		3	2	False	False	0.9495867490768433	0					non-mobilizable	no_good_hit	199.0	100.0	16.0	0.0011043314332883421	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
MON0105_000000001299	25401	0.8721242221151858	21	13	10	12	4	True	75079	fragment	False	MON0105_000000001299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.0839052096193063e-05	CP020296.1	budding yeasts	Saccharomyces paradoxus strain UFRJ50816 chromosome IV, complete sequence	True	True
FIJ0093_000000002954	7423	0.8721222590767512	6	4	1	2	3	False	126499	backbone	False	ISR0398_000000002893	0.9963959534341285	PS879|PS961|PS964	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1526.0	93.64399999999999	47.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0398_000000002893	7421	0.8721222590767512	7	4	1	2	3	False	126499	backbone	True	ISR0398_000000002893	0.9965030877842244	PS879|PS961|PS964	8	2	True	True	1.0	50					non-mobilizable	no_good_hit	1526.0	93.64399999999999	47.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0170_000000002214	7421	0.8721222590767512	6	4	1	2	3	False	126499	backbone	False	ISR0398_000000002893	0.9961678563766531	PS879|PS961|PS964	0	0	True	True	0.9998652338981628	8					non-mobilizable	no_good_hit	1526.0	93.512	48.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0145_000000001324	7401	0.8721222590767512	7	4	1	2	3	False	126499	backbone	False	ISR0398_000000002893	0.996493258970772	PS879|PS961|PS964	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1526.0	93.64399999999999	48.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0168_000000003278	7341	0.8721222590767512	6	4	1	2	3	False	126499	backbone	False	ISR0398_000000002893	0.9889198670558641	PS879|PS961|PS964	0	0	True	True	0.9998638033866882	5					non-mobilizable	no_good_hit	1526.0	93.84	47.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0043_000000008064	2721	0.8721140310590707	2	2	2	2	1	False	36314	maximal	True	ISR0043_000000008064	1.0		1	1	False	False	0.9893421530723572	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	1.0787168039097238e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0073_000000012241	2190	0.8721081376364213	3	3	3	2	2	False	131711	fragment	False	ISR0072_000000012984	0.6042153339665416		0	0	False	False	1.0	0					non-mobilizable	other	2190.0	99.81700000000001	100.0	0.012568902158934313	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
USA0015_01_000000010551	3123	0.8721059838736944	3	3	3	3	3	False	79122	fragment	False	USA0015_01_000000010551	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	881.0	85.35799999999999	90.0	0.0002460151286709501	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0047_000000018367	1683	0.8721021752779565	3	3	2	3	2	False	88651	fragment	False	USA0026_01_000000018102	0.9304542905215928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	78.1	22.0	0.002978610357513746	NZ_FOJY01000010.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ISR0228_000000012286	2168	0.8720992239627913	3	1	1	1	1	False	27610	maximal	True	ISR0228_000000012286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	98.55799999999999	70.0	0.0002042032642508152	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0079_000000033216	1803	0.8720948743117134	2	2	2	2	2	False	91710	fragment	False	DEN0079_000000033216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	93.617	3.0	0.00010869565217391305	NZ_LR656165.1	firmicutes	Bacillus marasmi strain Marseille-P3556, whole genome shotgun sequence	True	False
ENG0156_000000001349	11740	0.872092116949097	16	12	8	8	8	True	125402	maximal	True	ENG0156_000000001349	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7222.0	90.1	61.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0025_000000000065	97180	0.8720902674873956	90	15	7	13	2	True	127415	maximal	False	SPA0046_000000000019	0.9168428407420559		0	0	True	True	1.0	376					non-mobilizable	virus	22333.0	96.84299999999999	98.0	0.22572719827716947	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ENG0048_000000014627	1809	0.8720901714262614	2	2	2	2	1	False	90953	fragment	False	ENG0048_000000014627	1.0		0	0	False	False	0.9977888464927673	0					non-mobilizable	no_good_hit	779.0	93.71	45.0	0.12562732718147968	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0201_000000016602	1808	0.8720901116812761	3	2	2	2	1	True	33622	fragment	False	ISR0201_000000016602	0.9749854566608493		0	0	False	False	0.997787594795227	0					non-mobilizable	other	1808.0	97.29	100.0	0.03090473747220797	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
MON0057_000000007338	3253	0.8720860093069108	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.4704328443700194		0	0	False	False	1.0	0					non-mobilizable	chromosome	3253.0	98.555	100.0	0.0010478568571449752	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0045_000000005528	3610	0.872085476604484	6	6	5	5	4	False	105605	fragment	False	ISR0301_000000004762	0.920237573104874		0	0	False	False	0.9988919496536255	0					non-mobilizable	other	1798.0	85.762	96.0	0.012199595158200764	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
MAD0051_000000004552	5512	0.8720847651237406	4	3	3	3	3	False	17359	fragment	False	MAD0051_000000004552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	71.32	7.0	0.0010712791184265588	NZ_BDQY01000001.1	firmicutes	Tepidibacter mesophilus strain JCM 16806, whole genome shotgun sequence	True	False
MON0071_000000006036	1989	0.8720747552933032	2	2	1	1	2	False	10419	fragment	False	MON0071_000000006036	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	96.01100000000001	92.0	0.000573701870130082	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
FIJ0071_000000000939	25176	0.8720717356610721	34	10	6	9	7	True	122320	fragment	False	FIJ0071_000000000939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	89.552	0.0	2.1539744302390217e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0023_000000024904	1155	0.8720537498200931	2	2	2	2	2	False	88982	maximal	False	DEN0005_000000029156	0.724974668798853		0	0	False	False	0.9982684254646301	0					non-mobilizable	other	1155.0	99.654	100.0	0.004157509817343373	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
ISR0093_000000016658	1537	0.8720524883104481	3	3	3	3	3	False	104380	fragment	False	ENG0093_000000007624	0.9135788900461775		0	0	False	False	0.9986987709999084	0					non-mobilizable	other	1537.0	99.28399999999999	100.0	0.010563017061748262	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0159_000000009454	2417	0.8720460511005593	3	3	3	2	2	False	56536	fragment	False	ENG0159_000000009454	1.0		0	0	False	False	0.9702110290527344	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
MON0084_000000017478	1951	0.8720450778768485	2	2	2	2	2	False	92181	fragment	False	SPA0100_000000012690	0.7587084437143051		0	0	False	False	0.9994874596595764	0					non-mobilizable	no_good_hit	446.0	82.96	23.0	0.0001247781955161911	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0151_000000004291	3827	0.8720399184300761	5	5	5	4	4	False	103710	fragment	False	ISR0103_000000006253	0.762008011256755		0	0	False	False	0.9887640476226807	0					non-mobilizable	chromosome	3827.0	99.13799999999999	100.0	0.0012331898909371502	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0012_000000007455	3227	0.8720365437784638	5	4	4	3	3	False	113622	fragment	False	ENG0012_000000007455	0.9622274804617201		0	0	False	False	0.9978308081626892	0					non-mobilizable	other	3227.0	98.265	100.0	0.12087458745874588	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ENG0187_000000013105	2231	0.8720287672468224	3	2	2	1	1	False	81000	fragment	False	ENG0187_000000013105	1.0		0	0	False	False	0.9977588653564453	0					non-mobilizable	chromosome	1823.0	92.54	99.0	0.0003344406668096748	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ENG0004_000000014832	1782	0.8720287672468224	2	2	2	1	1	False	80997	fragment	False	ISR0219_000000017313	0.9256263048016702		0	0	False	False	1.0	0					non-mobilizable	chromosome	1783.0	92.541	100.0	0.0003270943589170954	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
USA0037_01_000000008536	4162	0.8720192140704262	5	4	3	3	4	True	1372	maximal	True	USA0037_01_000000008536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	1.919629168057977e-05	NZ_FOQL01000001.1	g-proteobacteria	Pseudomonas guineae strain LMG 24016, whole genome shotgun sequence	True	True
FIJ0042_000000008496	2820	0.8720150458020823	3	1	1	1	1	False	96368	fragment	False	MON0052_000000008672	0.9582789235712551		0	0	False	False	0.9847517609596252	0					non-mobilizable	other	2813.0	95.663	99.0	0.0008234651248463324	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
FIJ0156_000000007171	1237	0.8720150458020823	2	1	1	1	1	False	83109	fragment	False	MON0025_000000029815	0.6028944053715869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	919.0	92.709	74.0	0.015104595618514249	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
AUS0024_000000004196	7188	0.8720096072821126	7	3	1	2	3	False	110889	maximal	True	AUS0024_000000004196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1645.0	97.69	67.0	0.0003581427595982588	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0815_000000013696	2272	0.8720066782078771	4	2	2	2	2	True	84216	fragment	False	ISR0815_000000013696	1.0		0	0	False	False	0.9991196990013123	0					non-mobilizable	other	1929.0	98.23700000000001	99.0	0.0005354038577958468	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
USA0021_01_000000007126	2590	0.8720038215282649	4	4	3	4	3	False	1751	fragment	False	USA0021_01_000000007126	1.0		0	0	False	False	0.9972972869873047	0					non-mobilizable	other	2593.0	95.334	99.0	0.0260428183737059	NZ_NFHM01000010.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_10, whole genome shotgun sequence	False	False
MON0045_000000004184	5938	0.8720010606233971	8	6	2	4	3	True	113950	fragment	False	ISR0336_000000001572	0.9840465582920339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	80.745	39.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
MON0031_000000006007	5886	0.8720010606233971	8	6	2	4	3	True	113950	fragment	False	ISR0336_000000001572	0.9772561898646919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	80.745	40.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
MON0101_000000009394	5755	0.8720010606233971	8	6	2	4	3	True	113950	fragment	False	ISR0336_000000001572	0.9748823323339831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	80.745	41.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0295_000000002328	10594	0.871994639992417	7	6	2	6	2	False	91340	fragment	False	ISR0295_000000002328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	82.22200000000001	2.0	0.2048611111111111	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
SPA0005_000000002134	12894	0.8719882739225892	21	7	2	3	4	False	8353	maximal	True	SPA0005_000000002134	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0126_000000003526	4149	0.8719768853901183	4	3	1	2	3	False	120172	fragment	False	CHI0126_000000003526	1.0		0	0	False	True	0.9997589588165283	0	rep_cluster_475				non-mobilizable	plasmid	2519.0	99.206	97.0	0.44912531238843273	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0056_000000012713	1732	0.8719589525321073	2	2	2	1	1	False	131827	fragment	False	ENG0103_000000009622	0.9452239611440907		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	95.61200000000001	100.0	0.037496750714842736	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
SPA0144_000000014438	1313	0.8719589525321073	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.15234082217537204		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	92.079	100.0	0.028247118967160558	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
MON0103_000000052516	1143	0.8719589525321073	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.1129254253879999		0	0	False	False	0.9991251230239868	0					non-mobilizable	other	1144.0	93.794	100.0	0.00036663811469673054	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0158_000000005336	3017	0.8719583162355908	3	2	0	2	1	False	117818	maximal	True	CHI0158_000000005336	1.0	PS794	2	1	True	True	1.0	1					non-mobilizable	no_good_hit	1563.0	97.569	76.0	0.0004715212628317478	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ENG0126_000000002904	7564	0.8719579380469726	8	6	3	4	4	False	126500	maximal	True	ENG0126_000000002904	1.0	PS879|PS961|PS964	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1522.0	93.693	39.0	0.26005820921075157	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0049_000000001388	9091	0.8719576385349364	13	2	2	2	0	True	122810	maximal	True	MAD0049_000000001388	1.0		2	1	False	False	0.9992300271987915	0					non-mobilizable	no_good_hit	2313.0	98.70299999999999	25.0	0.02512770351048799	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0228_000000011323	2336	0.8719461934294254	1	1	0	1	1	True	27611	maximal	True	ISR0228_000000011323	1.0		1	1	True	True	0.9995719194412231	13	rep_cluster_1523				non-mobilizable	plasmid	2148.0	99.255	100.0	0.46056034482758623	AF380336.1	firmicutes	Lactococcus lactis plasmid pCRL291.1, complete sequence	False	True
DEN0071_000000026402	1621	0.8719460824210227	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.7190066694535395		0	0	False	False	0.9814928770065308	0					non-mobilizable	no_good_hit	501.0	78.044	30.0	0.001776643304411514	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MON0068_000000007288	5350	0.8719334315697497	7	4	4	4	2	True	125287	fragment	False	MON0068_000000007288	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2255.0	80.133	42.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0020_000000009692	3817	0.8719281366684485	5	5	5	5	4	False	91923	fragment	False	CAN0020_000000009692	1.0		0	0	False	False	0.9986900687217712	0					non-mobilizable	other	3798.0	98.89399999999999	99.0	0.004953969960441304	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
SPA0141_000000013525	1683	0.8719224538402908	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.13202692696133303		0	0	False	False	1.0	0					non-mobilizable	chromosome	1683.0	97.26700000000001	100.0	0.0002559579462007441	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0146_000000024585	1702	0.8719136482297006	3	3	3	3	3	False	88991	fragment	False	ISR0146_000000024585	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	99.53	100.0	0.0004170476118323836	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0001_000000017351	2644	0.8719053709853947	3	2	2	2	1	False	97381	fragment	False	CAN0001_000000017351	0.9922948771345272		0	0	False	False	0.9837367534637451	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	1.2089460180511607e-05	NZ_CP017754.1	b-proteobacteria	Cupriavidus malaysiensis strain USMAA1020 isolate pure chromosome 1, complete sequence	True	False
ISR0806_000000001615	5796	0.8719043967600738	7	6	3	5	2	True	106906	backbone	False	ISR0821_000000004031	0.9932333827960096	PS656|PS657	0	0	True	True	1.0	44					non-mobilizable	other	4371.0	98.559	99.0	0.7388362652232747	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0050_000000003983	5748	0.8719043967600738	7	6	3	5	2	True	106906	backbone	False	ISR0821_000000004031	0.9918739016782868	PS656|PS657	0	0	True	True	1.0	23					non-mobilizable	other	4152.0	99.59100000000001	99.0	0.7017929634641408	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0025_000000019017	1441	0.8718951847510931	2	2	2	2	2	False	66123	fragment	False	ENG0070_000000016111	0.950314465408805		0	0	False	False	0.9833449125289917	0					non-mobilizable	no_good_hit								True	False
ISR0356_000000004418	3824	0.87188400671445	5	5	5	5	4	False	101234	fragment	False	ISR0356_000000004418	0.9889608700149941		0	0	False	False	1.0	0					non-mobilizable	chromosome	3824.0	99.137	100.0	0.0014992139224934244	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0139_000000003232	6462	0.8718763854873165	13	5	4	5	1	True	109298	fragment	False	ISR0139_000000003232	0.9807193778353855		0	0	False	False	1.0	0					non-mobilizable	other	5328.0	98.78	95.0	0.0014262611471842054	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0015_000000016959	2209	0.8718756446053804	2	2	2	2	2	False	93260	fragment	False	CAN0015_000000016959	0.9889090086011769		0	0	False	False	0.9995473027229309	0					non-mobilizable	chromosome	1699.0	97.52799999999999	100.0	0.00026172664055051996	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0051_000000044047	1122	0.8718755173675804	2	2	2	2	2	False	72381	fragment	False	ISR0374_000000014096	0.9719144930107845		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	99.554	100.0	0.031063817995400006	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0216_000000012716	1353	0.8718719113928343	2	1	1	1	1	False	106921	fragment	False	ISR0216_000000012716	1.0		0	0	False	False	0.9977827072143555	0					non-mobilizable	other	1355.0	92.47200000000001	100.0	0.015324410163339384	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0080_000000015753	1539	0.8718670738698938	3	3	3	2	2	False	48851	maximal	True	FIJ0080_000000015753	0.9760479041916168		13	1	False	False	0.9974009394645691	0					non-mobilizable	other	1556.0	76.86399999999999	99.0	0.03187042842215256	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
MAD0054_000000006578	2342	0.8718590590590196	5	1	1	1	1	False	17160	maximal	True	MAD0054_000000006578	1.0		1	1	False	False	0.9927412271499634	0					non-mobilizable	no_good_hit								True	False
SPA0001_000000001765	16851	0.8718590252671043	16	15	7	14	15	True	12777	fragment	False	SPA0001_000000001765	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	16672.0	99.36399999999999	100.0	0.14056977028657236	MN335639.1	enterobacteria	Escherichia coli strain SFE059 plasmid pSFE059, complete sequence	False	True
FIJ0058_000000027447	1519	0.8718569060501421	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.3595653951741812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	75.768	55.0	0.0019752511254890587	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0066_000000016192	1989	0.8718554414879232	3	3	3	2	1	True	118528	fragment	False	ISR0066_000000016192	0.9817986886066798		0	0	False	False	0.9979889392852783	0					non-mobilizable	chromosome	1660.0	76.205	90.0	0.0004553385522850286	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	False	True
ISR0324_000000016858	1818	0.8718554414879232	3	3	3	2	1	True	118528	fragment	False	ISR0066_000000016192	0.9243577411347761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1488.0	75.941	89.0	0.00040830174584482695	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	True	True
DEN0071_000000002307	12585	0.8718553265248588	11	8	7	8	4	True	121765	maximal	True	DEN0071_000000002307	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	95.59700000000001	1.0	5.3679181276973364e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0178_000000007157	2325	0.8718507000858241	4	2	2	2	0	True	29715	fragment	False	ISR0178_000000007157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	84.27	4.0	0.00017252867545571369	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
ISR0389_000000011621	1902	0.8718507000858241	3	2	2	2	0	True	22906	fragment	False	ISR0389_000000011621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	84.419	45.0	0.010145138585505559	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0085_000000005236	2300	0.8718489026047422	5	4	3	4	3	False	111117	maximal	True	AST0085_000000005236	1.0		1	1	False	False	0.9921739101409912	0					non-mobilizable	no_good_hit	141.0	95.035	12.0	0.005950851956503125	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	False
ENG0193_000000002609	7444	0.8718362608944713	9	8	5	5	5	False	115730	maximal	True	ENG0193_000000002609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4720.0	99.64	74.0	0.03650742064781714	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0012_000000005034	4515	0.8718297935659197	6	4	3	2	3	True	50831	maximal	True	FIJ0012_000000005034	1.0		1	1	False	False	0.9949058890342712	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00014266598449368334	NZ_UGQE01000002.1	g-proteobacteria	Moraxella caviae strain NCTC10293, whole genome shotgun sequence	True	True
ENG0170_000000005183	2343	0.8718296735315644	3	2	1	2	1	False	55860	maximal	True	ENG0170_000000005183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	93.148	79.0	0.0006848643191072958	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
TAN0009_000000024080	1734	0.8718263429647374	3	3	3	2	2	False	117340	fragment	False	ISR0398_000000010638	0.47687176225117367		0	0	False	False	1.0	0					non-mobilizable	other	1734.0	96.713	100.0	0.01403045734595238	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0087_000000000119	26522	0.8718247488018016	51	10	5	7	6	False	127084	fragment	False	DEN0087_000000000119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	4.443591604011408e-07	CP011900.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 15 sequence	True	False
ENG0067_000000005034	5515	0.8718154307494108	4	4	4	3	3	False	110616	fragment	False	ENG0067_000000005034	1.0		0	0	False	False	0.9998186826705933	0					non-mobilizable	other	5515.0	98.15	100.0	0.2217886309691435	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
DEN0047_000000001479	1854	0.8718114869386691	2	2	2	2	2	False	72654	fragment	False	DEN0047_000000001479	1.0		0	0	False	False	0.9973031282424927	0					non-mobilizable	no_good_hit	123.0	91.87	7.0	4.145546748345264e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0331_000000006487	3372	0.8718092142654104	6	2	2	2	2	False	24619	maximal	True	ISR0331_000000006487	1.0		3	2	False	False	0.9988137483596802	0					non-mobilizable	no_good_hit	900.0	78.0	27.0	0.008173765496857296	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
FIJ0037_000000001663	11853	0.8717915309563633	22	6	1	4	3	False	106009	maximal	True	FIJ0037_000000001663	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	4051.0	91.26100000000001	60.0	0.15779996085339595	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
DEN0065_000000007314	4258	0.8717897939003936	5	5	5	5	4	True	72101	fragment	False	DEN0065_000000007314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1542.0	76.97800000000001	36.0	0.0005077359585954687	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
USA0040_01_000000001555	13412	0.8717846681391008	31	11	3	9	5	True	75522	maximal	True	USA0040_01_000000001555	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3303.0	93.521	68.0	0.058341899124517066	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0077_000000024428	1783	0.8717782516980008	3	2	2	2	2	False	127497	fragment	False	AST0006_000000007261	0.9639558304565685		0	0	False	False	0.9994391202926636	0					non-mobilizable	plasmid	1765.0	95.807	99.0	0.009499294553522386	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0094_000000003503	4820	0.8717769550771913	9	6	4	4	6	False	95943	fragment	False	ENG0094_000000003503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	87.61399999999999	54.0	0.0003416396190076068	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0034_01_000000019831	2738	0.8717691090432	3	3	3	3	3	False	131432	fragment	False	USA0065_01_000000004032	0.9556350626118069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	99.78	66.0	0.010144919448893154	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0152_000000002737	9365	0.8717682355592605	16	13	4	5	11	True	101527	fragment	False	ISR0152_000000002737	1.0		0	0	False	False	0.9992525577545166	0					non-mobilizable	chromosome	6795.0	98.29299999999999	97.0	0.0010340666673160658	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
CAN0004_000000011740	2339	0.8717598419992733	3	2	2	2	2	False	96204	maximal	True	CAN0004_000000011740	0.9606231068801385		26	9	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	72.535	41.0	0.0004509861532793269	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CHI0158_000000005875	2800	0.8717561559156641	3	2	2	2	1	True	124801	fragment	False	CHI0158_000000005875	0.9525008457885257		0	0	False	False	0.9996428489685059	0					non-mobilizable	no_good_hit	124.0	77.419	4.0	9.252639105017454e-05	NZ_SWKE01000001.1	a-proteobacteria	Agrobacterium larrymoorei strain CFBP5477 CFBP5477_cc_1, whole genome shotgun sequence	True	True
MON0105_000000019561	2761	0.8717550674308782	5	2	1	2	1	False	110052	maximal	True	MON0105_000000019561	1.0		1	1	False	False	0.9992756247520447	0					non-mobilizable	no_good_hit	1065.0	97.84	77.0	0.01698490053527203	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0128_000000015118	2452	0.8717550674308782	3	2	1	2	1	False	110042	fragment	False	SPA0128_000000015118	1.0		0	0	False	False	0.9995921850204468	0					non-mobilizable	no_good_hit	1050.0	98.286	85.0	0.016761204761524328	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0149_000000013252	2038	0.8717550674308782	4	2	1	2	1	False	110051	fragment	False	FIJ0119_000000008768	0.9533369541862693		0	0	False	False	0.9950932264328003	0					non-mobilizable	other	1131.0	96.729	100.0	0.018039466325796918	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0097_000000016487	1921	0.8717550674308782	4	2	1	2	1	False	110041	fragment	False	ISR0288_000000016751	0.9568742802232739		0	0	False	False	1.0	0					non-mobilizable	other	1080.0	98.333	100.0	0.017240552848126547	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0003_000000007941	1893	0.8717550674308782	3	2	1	2	1	False	110051	fragment	False	FIJ0119_000000008768	0.9349238679039122		0	0	False	False	1.0	0					non-mobilizable	other	1073.0	98.509	99.0	0.017128704961252697	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0274_000000004518	1681	0.8717550674308782	3	2	1	2	1	False	110039	fragment	False	ISR0274_000000004518	1.0		0	0	False	False	0.9988102316856384	0					non-mobilizable	other	1420.0	96.197	100.0	0.02262522968762483	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0153_000000009816	1522	0.8717550674308782	4	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.9210333723799998		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	98.46	100.0	0.019701206359351284	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0003_000000018123	1488	0.8717550674308782	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.9087731498619203		0	0	False	False	0.9737903475761414	0					non-mobilizable	other	1131.0	98.14299999999999	96.0	0.018039466325796918	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0187_000000021539	1415	0.8717550674308782	3	2	1	2	1	False	75175	maximal	True	ENG0187_000000021539	1.0		0	0	False	False	0.9992932677268982	0					non-mobilizable	no_good_hit	917.0	97.601	82.0	0.014636094910921148	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0843_000000011619	1378	0.8717550674308782	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.8176739860188341		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	97.48100000000001	100.0	0.019014140768554764	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0158_000000014108	1370	0.8717550674308782	2	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.8158437199224405		0	0	False	False	0.9861313700675964	0					non-mobilizable	other	1191.0	98.741	100.0	0.019014140768554764	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0777_000000012777	1361	0.8717550674308782	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.9035062621096119		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	97.70299999999999	100.0	0.018039466325796918	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0028_000000024354	1361	0.8717550674308782	2	2	1	2	1	False	75168	fragment	False	SPA0028_000000024354	0.9684824902723737		0	0	False	False	0.9941219687461853	0					non-mobilizable	other	1268.0	97.555	100.0	0.020244467524167132	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AUS0018_000000021051	1355	0.8717550674308782	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.8637558281112302		0	0	False	False	0.9940959215164185	0					non-mobilizable	other	1117.0	97.851	100.0	0.01783174882160262	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0192_000000013108	1328	0.8717550674308782	2	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.8166195964215345		0	0	False	False	0.9984939694404602	0					non-mobilizable	other	1120.0	98.929	100.0	0.017879683630262842	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0076_000000036935	1308	0.8717550674308782	2	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.7271396420586823		0	0	False	False	0.9954128265380859	0					non-mobilizable	other	1070.0	98.318	100.0	0.017080770152592475	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0084_000000004479	1294	0.8717550674308782	2	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.7133683337434958		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	96.448	100.0	0.017911640169369657	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0069_000000008210	1281	0.8717550674308782	2	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.7130183283177195		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	97.96600000000001	100.0	0.018039466325796918	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0092_000000029659	1268	0.8717550674308782	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.20676208628578313		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	98.28	100.0	0.019493488855156987	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0046_000000021567	1254	0.8717550674308782	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.9719614558094077		0	0	False	False	1.0	0					non-mobilizable	other	1000.0	99.3	99.0	0.015962291283853958	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0367_000000008045	1238	0.8717550674308782	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.9753537533557147		0	0	False	False	1.0	0					non-mobilizable	other	990.0	98.384	100.0	0.01578653031876648	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0186_000000027106	1218	0.8717550674308782	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.9749579148086414		0	0	False	False	1.0	0					non-mobilizable	other	990.0	97.374	100.0	0.01578653031876648	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0058_000000028572	1215	0.8717550674308782	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.9671290795311768		0	0	False	False	0.9942386746406555	0					non-mobilizable	other	979.0	98.059	99.0	0.015626747623232403	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0017_000000023727	1208	0.8717550674308782	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.9718082421347785		0	0	False	False	1.0	0					non-mobilizable	other	990.0	97.374	99.0	0.01578653031876648	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0147_000000021431	1195	0.8717550674308782	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.9655794703462883		0	0	False	False	1.0	0					non-mobilizable	other	990.0	97.374	100.0	0.01578653031876648	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ETH0003_000000035496	1187	0.8717550674308782	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.7826916597154052		0	0	False	False	0.9056444764137268	0					non-mobilizable	other	895.0	98.65899999999999	93.0	0.014284572980746185	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0087_000000045907	1130	0.8717550674308782	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.9288867950455839		0	0	False	False	0.9991150498390198	0					non-mobilizable	other	925.0	97.62200000000001	100.0	0.014763921067348406	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0145_000000012771	2463	0.8717499826318972	3	2	1	1	2	True	57498	fragment	False	ENG0145_000000012771	1.0		0	0	False	False	0.9955338835716248	0					non-mobilizable	no_good_hit								True	True
FIJ0159_000000012454	1984	0.8717472411377805	3	3	3	3	2	False	39398	maximal	True	FIJ0159_000000012454	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	83.978	82.0	0.0003029347306927074	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0010_000000004554	8306	0.8717444606011021	7	5	5	5	4	False	103972	maximal	True	DEN0010_000000004554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2932.0	88.47200000000001	72.0	0.001433060610120647	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0089_000000004040	4661	0.8717412703975843	12	6	3	4	4	False	68858	maximal	True	DEN0089_000000004040	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	407.0	72.482	9.0	0.002897487885193334	NZ_VLLN01000012.1	d-proteobacteria	Geobacter argillaceus strain ATCC BAA-1139 Ga0052872_scaffold00012.12, whole genome shotgun sequence	True	False
FIJ0098_000000001483	12520	0.8717410866859424	18	7	3	6	3	False	42885	maximal	True	FIJ0098_000000001483	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.051116986984836e-05	LR865435.1	apicomplexans	Plasmodium vinckei genome assembly, chromosome: PVSEL_14	True	True
DEN0069_000000000135	64959	0.8717399259556688	67	18	11	17	4	True	89325	fragment	False	DEN0069_000000000135	0.9800703860233468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	0.0	6.242916690677885e-05	NZ_QICS01000001.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_101, whole genome shotgun sequence	True	True
ENG0059_000000007060	1776	0.8717315148416117	2	2	2	2	1	False	120936	fragment	False	AUS0006_000000012986	0.7697512285493078		0	0	False	False	1.0	0					non-mobilizable	other	1776.0	100.0	100.0	0.018480535571126635	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0776_000000014017	1713	0.8717315148416117	2	2	2	2	1	False	120936	fragment	False	AUS0006_000000012986	0.5834479835686108		0	0	False	False	1.0	0					non-mobilizable	other	1713.0	99.475	100.0	0.01782460670296834	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0074_000000008333	1658	0.8717315148416117	2	2	2	2	1	False	120936	fragment	False	AUS0006_000000012986	0.3855224751897256		0	0	False	False	0.9981905817985535	0					non-mobilizable	other	1596.0	99.436	100.0	0.016606453090674357	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0035_000000007979	2394	0.8717244151968198	4	4	4	3	2	False	101106	fragment	False	SPA0143_000000008057	0.9728857536433869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1929.0	95.075	84.0	0.0003457041945980758	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
USA0027_01_000000005895	4532	0.8717191148508698	6	4	3	4	3	False	1594	maximal	True	USA0027_01_000000005895	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	92.685	52.0	0.0015895089920971949	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0199_000000002506	8659	0.871718576736525	5	5	4	5	2	False	121680	fragment	False	MAD0110_000000002663	0.8483460564816011		0	0	False	False	0.9993070960044861	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.0002959738015447923	NZ_QQRT01000008.1	firmicutes	Planococcus salinarum strain ISL-16 scaffold8, whole genome shotgun sequence	True	False
ISR0364_000000000562	19964	0.8717171181145831	31	20	9	18	13	False	104465	maximal	True	ISR0364_000000000562	1.0		4	3	False	False	0.998547375202179	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	0.0	0.007532956685499058	CP014220.1	firmicutes	Clostridium botulinum strain B515 plasmid pRSJ21_1, complete sequence	True	False
CHI0023_000000003547	3552	0.8717155386322627	5	5	5	4	4	False	116631	fragment	False	SPA0101_000000007479	0.40483951744727265		0	0	False	False	0.9997184872627258	0					non-mobilizable	other	3552.0	99.887	100.0	0.0007380420457419796	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ISR0006_000000005676	3397	0.8717155386322627	5	5	5	4	4	False	116631	fragment	False	SPA0101_000000007479	0.33518291157270397		0	0	False	False	0.9997056126594543	0					non-mobilizable	chromosome	3397.0	99.971	100.0	0.0006515409153689408	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
AUS0010_000000008850	2661	0.8717122188080839	4	2	0	1	2	False	117880	maximal	True	AUS0010_000000008850	1.0	PS794	1	1	False	True	0.9988725781440735	0					non-mobilizable	no_good_hit	1422.0	91.772	84.0	0.00042895756369008554	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ENG0004_000000021081	1290	0.8717051823667297	2	2	2	1	1	False	85215	maximal	True	ENG0004_000000021081	1.0		2	2	False	False	0.9643411040306091	0					non-mobilizable	no_good_hit	1082.0	85.95200000000001	83.0	0.0026317854935394938	NZ_FNRI01000003.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
CHI0153_000000002853	5836	0.8717047508753756	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7717295735481103	PS1004	0	0	True	True	0.9998286366462708	13					non-mobilizable	other	3452.0	99.971	100.0	0.6150418820174657	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0085_000000006256	5662	0.8717047508753756	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7722725567184677	PS1004	0	0	True	True	1.0	335					non-mobilizable	other	3337.0	100.0	100.0	0.5945464266619142	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0065_000000005174	5297	0.8717047508753756	5	3	1	2	3	False	126479	backbone	False	ISR0127_000000003850	0.6155018540756005	PS879|PS961	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1200.0	97.167	65.0	0.20287621982537238	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0358_000000003157	5165	0.8717047508753756	5	3	1	2	3	False	130581	backbone	False	ISR0082_000000004600	0.8362449427864629	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9998064041137695	35					non-mobilizable	no_good_hit	2222.0	89.199	70.0	0.3938691855284263	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0148_000000002150	5120	0.8717047508753756	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.6546246865079	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3996.0	98.473	99.0	0.7126026419136022	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0005_000000010806	4513	0.8717047508753756	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.23793071580900368	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	4410.0	99.66	98.0	0.7866833273830774	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0099_000000001565	4001	0.8717047508753756	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.21978899459036563	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	2306.0	99.913	100.0	0.4108002138656211	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0094_000000008188	3873	0.8717047508753756	4	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.1769031319384097	PS1004	0	0	False	True	0.999483585357666	0					non-mobilizable	plasmid	3864.0	99.92200000000001	99.0	0.6895751517315245	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
AUS0024_000000007059	4500	0.8716967748267014	7	3	3	2	3	False	102639	fragment	False	AUS0024_000000007059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1858.0	99.785	50.0	0.07700920627021647	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0020_000000016612	1542	0.8716880880305591	3	3	3	2	2	False	89333	fragment	False	ISR0020_000000016612	1.0		0	0	False	False	0.9993515014648438	0					non-mobilizable	no_good_hit	970.0	74.639	63.0	0.00026742422980155625	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0115_000000009597	2505	0.8716834235417665	3	2	2	2	2	True	41741	maximal	True	FIJ0115_000000009597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1959.0	99.949	78.0	0.01360752236067579	CP048352.1	enterobacteria	Raoultella ornithinolytica strain 23 plasmid p23_C, complete sequence	True	True
ENG0194_000000001564	14505	0.8716821227533692	15	15	11	13	15	False	82931	fragment	False	ENG0194_000000001564	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	14528.0	97.70100000000001	100.0	0.0029458678522635098	CP035720.1	enterobacteria	Escherichia coli strain U15A chromosome, complete genome	False	False
ISR0288_000000004092	6418	0.8716789527208504	9	6	6	4	3	False	127951	fragment	False	ISR0288_000000004092	1.0		0	0	False	False	0.9965721368789673	0					non-mobilizable	no_good_hit	4706.0	98.109	73.0	0.0010453229974620262	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
TAN0007_000000032678	1296	0.8716749670448904	3	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.23478753412582962		0	0	False	False	1.0	0					non-mobilizable	chromosome	1074.0	78.771	96.0	0.00028222899014572673	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0005_000000025115	1447	0.8716742773232237	2	1	1	1	1	False	51879	maximal	True	FIJ0005_000000025115	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	82.09299999999999	91.0	0.0020487215082172763	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0103_000000026739	1148	0.8716692612190977	1	1	1	1	1	False	33002	fragment	False	ISR0103_000000026739	1.0		0	0	False	False	0.996515691280365	0					non-mobilizable	no_good_hit	764.0	86.51799999999999	66.0	0.00021985320748472889	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0014_000000003520	7208	0.8716680229006107	10	4	2	4	1	True	45910	maximal	True	MAD0014_000000003520	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0087_000000004324	5885	0.8716531128785693	7	4	2	4	2	False	49397	fragment	False	MAD0087_000000004324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0025_000000009433	3584	0.8716473521289511	7	2	2	2	2	False	120485	maximal	True	AST0025_000000009433	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	99.09700000000001	36.0	0.061071231363887354	KC188672.1	firmicutes	Clostridium clostridioforme strain CIP 110263 integrative conjugative element ICECCm201 genomic sequence	True	False
FIJ0016_000000013748	1397	0.8716440417005938	3	3	3	2	2	False	86053	fragment	False	FIJ0016_000000013748	1.0		0	0	False	False	0.9985683560371399	0					non-mobilizable	other	1398.0	98.712	100.0	0.0017667174213260625	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
AST0050_000000001478	8765	0.8716411762291981	10	4	0	4	2	False	114794	fragment	False	AST0050_000000001478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0148_000000002225	14416	0.8716329599546351	21	11	6	9	10	False	57332	maximal	True	ENG0148_000000002225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	79.134	2.0	0.004054227293122235	NZ_LT699707.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
SPA0111_000000003860	7906	0.871626112168772	8	8	8	8	7	False	32786	maximal	True	SPA0111_000000003860	1.0		17	6	False	False	0.9997470378875732	0					non-mobilizable	no_good_hit	419.0	73.986	5.0	8.112741696169027e-05	CP008852.1	firmicutes	Pelosinus sp. UFO1, complete genome	True	False
AST0025_000000018984	1950	0.8716231725117696	2	2	2	2	2	True	120290	fragment	False	AST0025_000000018984	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1953.0	99.693	100.0	0.5797919762258544	AJ242476.2	firmicutes	Streptococcus thermophilus repA gene for replication protein and ORF2 DNA for putative small heat shock protein, strain ER1	False	True
ISR0009_000000017643	1887	0.8716231725117696	2	2	2	2	2	True	120290	fragment	False	AST0025_000000018984	0.9838461538461538		0	0	False	False	0.999470055103302	0					non-mobilizable	other	1890.0	99.68299999999999	100.0	0.5610698365527489	AJ242476.2	firmicutes	Streptococcus thermophilus repA gene for replication protein and ORF2 DNA for putative small heat shock protein, strain ER1	False	True
ISR0238_000000002977	4448	0.8716231483617969	5	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2610671997202125	PS1101	0	0	False	True	0.997751772403717	0					non-mobilizable	chromosome	4448.0	99.281	100.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0143_000000004227	4419	0.8716231483617969	5	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.25676936480437096	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4426.0	99.25399999999999	100.0	0.0008831732444611565	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0133_000000005751	4254	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2386172163309797	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4259.0	99.131	100.0	0.0008498421864216055	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0061_000000008872	4252	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2388288057347407	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4252.0	99.506	100.0	0.0008233283732205039	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0154_000000006617	4250	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.24488246115978693	PS1101	0	0	False	True	0.9978823661804199	0					non-mobilizable	other	4250.0	99.57600000000001	100.0	0.0008208105494491873	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0228_000000005656	4245	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.24499474307940058	PS1101	0	0	False	True	0.9997644424438477	0					non-mobilizable	other	4245.0	99.529	100.0	0.0008219726219590258	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0834_000000003971	4239	0.8716231483617969	4	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.24398969343668367	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4239.0	98.773	100.0	0.000845850442943815	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0082_000000002220	4181	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23591580563013273	PS1101	0	0	False	True	0.9997608065605164	0					non-mobilizable	other	4181.0	99.235	100.0	0.0008086087880958842	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0025_000000004960	4179	0.8716231483617969	4	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23580333991959268	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4184.0	99.28299999999999	100.0	0.000834873148379891	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0219_000000007606	4177	0.8716231483617969	4	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2367932249675571	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4180.0	99.354	100.0	0.0008340747996843329	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0293_000000008834	4176	0.8716231483617969	4	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23664853744071132	PS1101	0	0	False	True	0.9997605085372925	0					non-mobilizable	other	4176.0	99.59299999999999	100.0	0.0008086087880958842	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0089_000000001672	4176	0.8716231483617969	4	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23672624579776833	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4176.0	99.545	100.0	0.0008086087880958842	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0140_000000007177	4176	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2361989651812378	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4176.0	99.234	100.0	0.0008086087880958842	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0004_000000006370	4176	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23653787161319342	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4176.0	99.521	100.0	0.0008086087880958842	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0069_01_000000014735	4176	0.8716231483617969	4	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2358080394766263	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4176.0	99.521	100.0	0.0008086087880958842	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0064_000000005441	4174	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2365352660938036	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4174.0	99.904	100.0	0.0008082214305926047	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0347_000000004651	4171	0.8716231483617969	4	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2360875295706293	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4172.0	99.473	100.0	0.0008324781022932168	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0851_000000003110	4156	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23633430958613605	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4156.0	99.54299999999999	100.0	0.0008047352130630895	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0053_000000007919	4156	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23625454833947437	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4156.0	99.56700000000001	100.0	0.0008047352130630895	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0024_000000007674	4154	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2273816022980631	PS1101	0	0	False	True	0.9997592568397522	0					non-mobilizable	other	4154.0	99.35	100.0	0.00080434785555981	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0010_01_000000006551	4152	0.8716231483617969	4	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2336323828035841	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4150.0	99.47	100.0	0.0008280871844676471	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0133_01_000000006356	4142	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23362199988863383	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4140.0	99.42	100.0	0.0008260913127287519	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0146_000000009284	4135	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23339671081077268	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4135.0	99.395	100.0	0.0008006679592786551	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0111_000000007523	4086	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2261395566445892	PS1101	0	0	False	True	0.9995105266571045	0					non-mobilizable	chromosome	4091.0	99.291	100.0	0.000816311541208165	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0139_000000002491	4069	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2254890098107678	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4065.0	99.41	99.0	0.0007871104466638738	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0332_000000003051	4068	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2249899098135543	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4068.0	99.58200000000001	100.0	0.000787691482918793	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0157_000000002316	4064	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2218479856831129	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4069.0	99.01700000000001	100.0	0.0008119206233825955	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0187_000000006705	4061	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.22206994108700281	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4064.0	99.336	100.0	0.0008109226875131478	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0791_000000004182	4019	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.21646412209074667	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4019.0	99.57700000000001	100.0	0.0007782012240884461	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0062_000000010095	4018	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.21631560580446	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4020.0	99.527	100.0	0.0007783949028400859	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0174_000000004035	4008	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1841163291786723	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3932.0	99.288	100.0	0.0007603827789375907	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0067_000000004093	3992	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18467860392517543	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3894.0	99.56299999999999	100.0	0.0007539913801334796	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ITA0005_000000004447	3991	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18399525722406157	PS1101	0	0	False	True	0.9997494220733643	0					non-mobilizable	other	3894.0	99.56299999999999	100.0	0.0007539913801334796	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0026_000000005629	3954	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18392140262505854	PS1101	0	0	False	True	0.999747097492218	0					non-mobilizable	other	3876.0	99.561	100.0	0.0007505051626039643	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0022_000000009373	3953	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391290282934175	PS1101	0	0	False	True	0.9997470378875732	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0061_000000005302	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.183942616746894	PS1101	0	0	False	True	0.9997469782829285	0					non-mobilizable	other	3874.0	99.535	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0029_000000006093	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0205_000000002703	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0032_000000004834	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0113_000000008421	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0036_000000005620	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0127_000000006442	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18449969603854222	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.639	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0013_000000006477	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0065_000000007053	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0039_000000004431	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0081_01_000000007936	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0045_000000004967	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0067_000000006878	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0263_000000002862	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18391132853169218	PS1101	0	0	False	True	0.9989878535270691	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0051_01_000000005457	3952	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.183773755904852	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3875.0	99.535	100.0	0.0007503114838523246	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0100_000000000766	3951	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18377544408183186	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.51	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0145_000000008436	3951	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18374015673865624	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.484	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0184_000000002240	3950	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1843605420693798	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.484	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0099_000000001587	3950	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18377386978418225	PS1101	0	0	False	True	0.9997468590736389	0					non-mobilizable	other	3874.0	99.51	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0142_000000004485	3949	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1843465300285182	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3872.0	99.509	100.0	0.0007497304475974054	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0098_000000006401	3948	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18383369932851365	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.535	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0343_000000003797	3947	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18372435122012434	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3871.0	99.509	100.0	0.0007495367688457657	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0119_000000008252	3944	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18389544224088097	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.535	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0116_000000009669	3938	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18382934954441194	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0073_000000012188	3929	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.17087386239342328	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3862.0	99.43	100.0	0.0007468252663228094	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0120_01_000000003002	3922	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18371591390474726	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3874.0	99.561	100.0	0.0007501178051006849	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0015_000000002206	3913	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18392434385783815	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3854.0	99.48100000000001	100.0	0.0007462442300678902	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0087_000000003110	3912	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1834133508406879	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3854.0	99.559	100.0	0.0007462442300678902	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0842_000000005181	3912	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1834133508406879	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3854.0	99.559	100.0	0.0007462442300678902	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0823_000000001057	3912	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1834133508406879	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3854.0	99.559	100.0	0.0007462442300678902	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0010_000000002150	3912	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18341046670134797	PS1101	0	0	False	True	0.9992331266403198	0					non-mobilizable	other	3854.0	99.585	100.0	0.0007462442300678902	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0349_000000002429	3902	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18773008126515978	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3900.0	99.41	100.0	0.0007781903909952654	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0104_000000001856	3885	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18489470890172977	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3885.0	99.35600000000001	100.0	0.0007522482713687219	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0069_000000006253	3876	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1703955638395337	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3799.0	99.5	100.0	0.000735591898727705	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0017_000000003006	3870	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18454212611447027	PS1101	0	0	False	True	0.9974160194396973	0					non-mobilizable	chromosome	3870.0	99.48299999999999	100.0	0.0007722027757785795	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0153_000000007504	3865	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18293744500348946	PS1101	0	0	False	True	0.998447597026825	0					non-mobilizable	other	3854.0	99.637	99.0	0.0007462442300678902	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0039_000000004100	3843	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.18092868220711333	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3843.0	99.29700000000001	100.0	0.0007668139220835624	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0040_000000005814	3779	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1655696558243234	PS1101	0	0	False	True	0.9989415407180786	0					non-mobilizable	other	3781.0	99.524	100.0	0.0007321056811981897	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0035_000000008201	3761	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1631578544130393	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3767.0	98.434	100.0	0.0007091791242221579	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MON0099_000000007951	3749	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.1415595123959594	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3749.0	99.493	100.0	0.0007480527277379469	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MAD0089_000000005739	3679	0.8716231483617969	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.05064019508488422	PS1101	0	0	False	True	0.9964664578437805	0					non-mobilizable	chromosome	3679.0	98.288	100.0	0.0006673020369040887	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
DEN0072_000000005095	3677	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.10167802209134784	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3613.0	99.50200000000001	100.0	0.0006995676509227146	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0104_000000011790	3671	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.10998234509544669	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3671.0	99.564	100.0	0.0007324849281745637	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0151_000000006435	3665	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.12040601785930873	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3663.0	99.618	100.0	0.0007308882307834475	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0051_000000011811	3610	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.10124649318330599	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3608.0	99.41799999999999	100.0	0.000698599257164516	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0133_000000004966	3580	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.09822966417710391	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3580.0	99.553	100.0	0.0007143224953506167	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0102_000000013186	3451	0.8716231483617969	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.03994356045917929	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3451.0	99.681	100.0	0.0006681916931570779	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0349_000000005560	1895	0.8716210868962471	2	2	2	2	2	False	38061	fragment	False	ISR0349_000000005560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	71.458	50.0	0.0014558928560527906	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
AST0060_000000007302	3823	0.8716210412022429	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.43621038564563774		0	0	False	False	1.0	0					non-mobilizable	chromosome	3835.0	91.63	100.0	0.0012844432581370793	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
TAN0027_000000004409	2202	0.8715988222700151	3	3	2	2	1	False	2306	fragment	False	TAN0027_000000004409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0072_000000008076	2596	0.871596567075121	4	3	3	2	1	False	131722	fragment	False	SPA0072_000000008076	0.9970155192996419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	88.194	74.0	0.0003068408629490596	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0069_000000009454	2513	0.871596567075121	4	3	3	2	1	False	131722	fragment	False	SPA0072_000000008076	0.9811248073959938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	88.38799999999999	73.0	0.00030737682952189637	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0129_000000018706	1295	0.871595327463572	2	2	2	2	2	False	76435	maximal	True	SPA0129_000000018706	0.9782606446004749		172	10	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	75.33800000000001	45.0	0.0006347076958035006	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MON0015_000000002083	12020	0.8715927711299674	30	5	4	5	3	False	115255	maximal	True	MON0015_000000002083	1.0		1	1	False	False	0.9938436150550842	0					non-mobilizable	no_good_hit	948.0	99.789	8.0	0.004524886877828055	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0102_000000009396	1806	0.8715906847357141	4	2	2	2	1	True	33094	backbone	True	ISR0102_000000009396	1.0	PS102	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	632.0	99.684	41.0	0.12701288244766507	CP032701.1	firmicutes	Streptococcus pyogenes strain TSPY556 plasmid pRW35-like, complete sequence	True	True
ENG0112_000000009711	2863	0.8715881432364581	6	1	1	1	1	False	59693	maximal	True	ENG0112_000000009711	1.0		1	1	False	False	0.9975550174713135	0					non-mobilizable	no_good_hit	1324.0	76.813	46.0	0.00018193807951301006	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0143_000000008979	3566	0.8715854459557121	5	3	1	2	3	False	110848	fragment	False	ISR0143_000000008979	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3252.0	95.91	91.0	0.0007092845611591661	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0814_000000014250	2759	0.8715854459557121	4	3	1	2	3	False	110843	fragment	False	ISR0814_000000014250	0.9528406981062012		0	0	False	False	0.9840521812438965	0					non-mobilizable	other	2773.0	95.132	100.0	0.004652640390230127	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
ENG0095_000000010212	2693	0.8715854459557121	4	3	1	2	3	False	110843	fragment	False	ISR0814_000000014250	0.9407393983327292		0	0	False	False	1.0	0					non-mobilizable	other	2556.0	98.67	95.0	0.004294615678120656	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
SPA0033_000000012657	2437	0.8715854459557121	4	3	1	2	3	False	110822	fragment	False	SPA0033_000000012657	0.985675306957708		0	0	False	False	1.0	0					non-mobilizable	chromosome	2442.0	95.536	100.0	0.0005333854904707116	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
CHI0153_000000003865	4279	0.8715841043201058	7	3	2	3	2	True	79285	maximal	True	CHI0153_000000003865	1.0		11	8	False	False	0.9997662901878357	0					non-mobilizable	no_good_hit	136.0	86.029	3.0	4.290736460084784e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0785_000000009879	3352	0.8715834271667133	4	4	4	4	3	False	115322	fragment	False	ENG0164_000000005362	0.961127100082495		0	0	False	False	1.0	0					non-mobilizable	other	3352.0	99.493	100.0	0.0012169589825627319	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0143_000000008057	2407	0.8715823958423256	4	4	4	3	2	False	101106	fragment	False	SPA0143_000000008057	0.9766136379412218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1917.0	95.044	84.0	0.0003435502743825115	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
SPA0087_000000006321	2406	0.8715823958423256	4	4	4	3	2	False	101106	fragment	False	SPA0143_000000008057	0.9755000837424137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1906.0	95.016	84.0	0.00034157584751824416	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ENG0112_000000018491	1495	0.8715816399608077	3	3	3	3	2	False	80322	fragment	False	CHI0139_000000007243	0.9550561797752809		0	0	False	False	0.9939799308776855	0					non-mobilizable	other	1495.0	99.73200000000001	100.0	0.0002893560549497607	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0091_000000003369	9148	0.8715731183430301	12	9	8	9	6	False	122372	fragment	False	ISR0091_000000003369	1.0		0	0	False	False	0.9963926672935486	0					non-mobilizable	no_good_hit	5479.0	97.573	60.0	0.0015419084918064782	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0094_000000003215	5452	0.8715706172692519	9	8	6	8	7	False	132178	fragment	False	ISR0393_000000002751	0.41853142411676264		0	0	False	False	1.0	0					non-mobilizable	other	5452.0	99.927	100.0	0.0018937604224569205	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0109_000000024255	1400	0.8715681139263798	2	1	1	1	1	False	4650	fragment	False	SPA0109_000000024255	1.0		0	0	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit	723.0	81.604	51.0	0.00019265166841771658	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
FIJ0125_000000007691	2567	0.8715653972012078	5	4	4	3	3	False	128361	maximal	True	FIJ0125_000000007691	1.0		0	0	False	False	0.9781846404075623	0					non-mobilizable	no_good_hit	1875.0	98.29299999999999	88.0	0.0006582334532304572	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
FIJ0106_000000015683	1716	0.8715652252062485	2	2	2	2	1	True	95154	fragment	False	FIJ0106_000000015683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	77.273	6.0	0.0017418818716440807	NZ_QQAP01000014.1	b-proteobacteria	Schlegelella thermodepolymerans strain DSM 15344 Ga0244529_114, whole genome shotgun sequence	True	True
ISR0042_000000002838	7336	0.8715451972623034	13	5	4	4	5	False	116860	fragment	False	ISR0042_000000002838	0.9964382390653939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	97.119	9.0	0.10497237569060773	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0087_000000006621	2287	0.8715365694324844	3	3	3	3	2	True	5477	fragment	False	SPA0087_000000006621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1255.0	76.574	54.0	0.0003449022776879884	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
CHI0169_000000001082	11807	0.8715310840263316	9	6	4	5	3	True	105465	fragment	False	MON0108_000000000954	0.38589173056597526		0	0	False	True	0.9987295866012573	0					non-mobilizable	chromosome	11807.0	100.0	100.0	0.0022264364720694053	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
MAD0020_000000000074	3986	0.8715196822234607	3	2	1	2	1	True	19351	maximal	True	MAD0020_000000000074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0087_000000036634	1404	0.8715129392450227	2	2	2	2	1	False	9680	fragment	False	MON0087_000000036634	1.0		0	0	False	False	0.9729344844818115	0					non-mobilizable	no_good_hit								True	False
ENG0099_000000002975	6422	0.8714993296006498	9	7	4	5	5	False	67483	backbone	False	ENG0008_000000003326	0.9397687564158295	PS314	0	0	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
CHI0180_000000002623	5937	0.871494327745261	12	9	3	4	6	True	90093	maximal	True	CHI0180_000000002623	0.9664125858080351	PS472|PS473	1	1	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2869.0	92.053	80.0	0.259823940466467	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ETH0005_000000015156	3162	0.8714928389695856	3	2	2	2	1	False	52775	maximal	True	ETH0005_000000015156	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	3.0	0.0003023756525667321	NZ_FQZS01000004.1	firmicutes	Lutispora thermophila DSM 19022, whole genome shotgun sequence	True	False
USA0080_01_000000004024	9583	0.8714811558821509	12	10	9	10	5	False	67946	maximal	True	USA0080_01_000000004024	1.0		4	3	False	False	0.9998956322669983	0					non-mobilizable	no_good_hit	1827.0	99.07	20.0	0.00794666806005504	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
FIJ0029_000000011973	2811	0.8714790101171287	3	3	3	3	2	False	48884	maximal	True	FIJ0029_000000011973	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	73.27199999999999	8.0	0.00010061124843116647	CP024729.1	CFB group bacteria	Prevotella intermedia strain KCOM 1933 chromosome 1, complete sequence	True	False
FIJ0096_000000020138	1824	0.8714706807209982	3	2	2	2	2	False	42996	maximal	True	FIJ0096_000000020138	1.0		1	1	False	False	0.9983552694320679	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	5.0	0.0004175781416823654	NZ_SMOD01000015.1	b-proteobacteria	Paraburkholderia guartelaensis strain CNPSo 3008 scaffold15.1, whole genome shotgun sequence	True	False
ISR0036_000000013446	1116	0.8714688231532238	2	1	1	1	1	False	36727	fragment	False	ISR0782_000000009854	0.7745702242243289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	99.234	81.0	0.0002708149536374768	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0050_000000012047	2107	0.8714610060033057	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9970269303408348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	79.0	38.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0040_000000011683	2106	0.8714610060033057	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9969904219986786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	79.0	38.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0039_000000011101	2105	0.8714610060033057	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9968807055388551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	79.0	38.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0114_000000018675	2105	0.8714610060033057	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9968807055388551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	79.0	38.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0082_000000014340	2105	0.8714610060033057	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9968807055388551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	79.0	38.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0013_000000013479	2104	0.8714610060033057	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9966613599907804		0	0	False	False	0.999524712562561	0					non-mobilizable	no_good_hit	800.0	79.0	38.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0006_000000017438	2104	0.8714610060033057	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9966613599907804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	79.0	38.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0071_000000016980	2104	0.8714610060033057	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9966613599907804		0	0	False	False	0.9985741376876831	0					non-mobilizable	no_good_hit	800.0	79.0	38.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0170_000000007599	2104	0.8714610060033057	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9966613599907804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	79.0	38.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0055_000000006592	2097	0.8714610060033057	3	3	3	3	3	False	51720	fragment	False	FIJ0050_000000012047	0.9938146561307675		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	79.0	38.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MON0044_000000034912	1598	0.8714608621032084	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.12843342858744047	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1499.0	99.133	99.0	0.0004014389630547522	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0052_000000002591	9740	0.8714605221360708	9	6	4	4	3	True	51343	fragment	False	FIJ0090_000000003085	0.9675317418127953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.00250328957925479	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
ENG0089_000000000885	19436	0.8714550516659522	20	8	5	7	7	True	61306	fragment	False	ENG0089_000000000885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	78.312	8.0	0.00044181728400765816	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
SPA0068_000000001535	9071	0.871449695550912	15	15	3	13	15	True	66333	fragment	False	SPA0068_000000001535	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	8917.0	99.98899999999999	100.0	0.05260021828264653	CP021087.1	enterobacteria	Escherichia coli strain 13P460A plasmid p13P460A-2, complete sequence	False	True
SPA0078_000000000915	9071	0.871449695550912	15	15	3	13	15	True	66333	fragment	False	SPA0068_000000001535	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	8917.0	99.98899999999999	100.0	0.05260021828264653	CP021087.1	enterobacteria	Escherichia coli strain 13P460A plasmid p13P460A-2, complete sequence	False	True
MAD0043_000000023986	1140	0.8714496287454436	1	1	1	1	1	False	51379	fragment	False	FIJ0091_000000017407	0.9265490752779808		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	90.63	100.0	0.005365573801327991	NZ_JAABLG010000003.1	firmicutes	Streptococcus vestibularis strain AS012761 AS012761_3, whole genome shotgun sequence	False	False
ENG0082_000000008207	2453	0.871440890274467	4	2	1	2	1	True	67955	fragment	False	ENG0082_000000008207	1.0		0	0	False	False	0.9938850402832031	0					non-mobilizable	no_good_hit	816.0	80.637	33.0	0.0010527731952972648	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ENG0192_000000001193	9846	0.8714352891877432	10	8	7	5	4	False	99673	fragment	False	ENG0170_000000000998	0.953924392234268		0	0	False	False	0.9998984336853027	0					non-mobilizable	no_good_hit	1332.0	76.80199999999999	13.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ENG0078_000000007595	3460	0.8714318853165798	5	5	4	5	4	False	67852	maximal	True	ENG0078_000000007595	1.0		1	1	False	False	0.9994219541549683	0					non-mobilizable	no_good_hit	358.0	74.581	10.0	0.0035630888155245995	NZ_AYZJ01000023.1	firmicutes	Lactobacillus camelliae DSM 22697 = JCM 13995 strain DSM 22697 NODE_30, whole genome shotgun sequence	True	False
ISR0088_000000006460	3554	0.8714313355114401	4	3	1	3	1	True	33790	fragment	False	ISR0088_000000006460	1.0		0	0	False	False	0.9904333353042603	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.0717490888722548e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
FIJ0110_000000007951	2145	0.8714290671994603	3	2	2	2	2	False	42117	fragment	False	FIJ0110_000000007951	0.9721441947565543		0	0	False	False	0.9981352090835571	0					non-mobilizable	other	2126.0	98.589	99.0	0.014942059965123475	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0023_000000002785	9611	0.8714264797242255	13	4	2	3	3	True	52182	fragment	False	FIJ0023_000000002785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0143_000000013040	2322	0.871419227804794	2	2	2	2	2	False	31151	maximal	True	ISR0143_000000013040	1.0		7	5	False	False	0.9883720874786377	0					non-mobilizable	other	2331.0	96.654	100.0	0.0014498299716567574	NZ_HE978574.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	False	False
ISR0092_000000006069	3790	0.8714167068052898	8	2	0	1	1	True	33595	maximal	True	ISR0092_000000006069	1.0		1	1	True	True	0.9986807107925415	7					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.698194518982509e-07	LR862393.1	rodents	Arvicola amphibius genome assembly, chromosome: 13	True	True
FIJ0123_000000014972	2169	0.8714167068052898	4	2	0	1	1	True	41345	maximal	True	FIJ0123_000000014972	1.0		3	2	False	False	0.9995389580726624	0					non-mobilizable	no_good_hit								True	True
FIJ0114_000000012788	2979	0.8714162892149051	4	4	3	2	4	False	42998	fragment	False	FIJ0114_000000012788	1.0		0	0	False	False	0.9932863116264343	0					non-mobilizable	no_good_hit	193.0	81.865	6.0	0.0001017492299189862	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0169_000000017818	1278	0.8714052793118763	2	2	2	2	2	False	38846	maximal	True	FIJ0169_000000017818	1.0		19	6	False	False	1.0	0					non-mobilizable	other	1271.0	85.917	99.0	0.017709727800089246	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0017_000000016185	2195	0.8714039960691753	2	2	2	2	2	False	92491	maximal	True	CAN0017_000000016185	1.0		2	2	False	False	0.9886105060577393	0					non-mobilizable	no_good_hit	47.0	100.0	2.0	0.00037609968276809365	NZ_QIML01000006.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_6, whole genome shotgun sequence	True	False
MAD0094_000000005199	2791	0.8713941748690365	3	3	3	3	2	False	39132	maximal	True	MAD0094_000000005199	1.0		23	1	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	83.49700000000001	33.0	0.0003788086468057958	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0389_000000003351	5415	0.8713928893891718	10	6	1	3	6	False	83084	maximal	True	ISR0389_000000003351	1.0	PS412	0	0	False	True	0.9944598078727722	0					non-mobilizable	no_good_hit	1602.0	96.75399999999999	31.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
CHI0155_000000000505	14611	0.8713887990839845	17	15	10	12	12	True	123710	fragment	False	ISR0395_000000002237	0.9829669491774372		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14662.0	98.165	100.0	0.14601628612486028	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0007_000000050651	1295	0.8713812210257407	1	1	1	1	1	False	118057	fragment	False	FIJ0167_000000014865	0.4671145685997171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000011288	3414	0.8713776128174526	5	4	4	4	4	False	103947	fragment	False	ISR0395_000000011288	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3431.0	89.97399999999999	99.0	0.0016779569267131823	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0156_000000020077	1205	0.8713749800096623	2	1	1	1	1	False	106718	fragment	False	DEN0089_000000013384	0.6328182840740495		0	0	False	False	0.9983402490615845	0					non-mobilizable	other	1205.0	99.751	100.0	0.0005067783711705402	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
ISR0355_000000012637	1641	0.8713653046867927	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.785026059943058		0	0	False	False	0.9969530701637268	0					non-mobilizable	other	1549.0	99.484	100.0	0.0024741390891585687	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	True
ISR0124_000000008916	1614	0.8713653046867927	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.8078714063292973		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	100.0	100.0	0.0025796938272868593	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	True
ISR0365_000000010429	1609	0.8713653046867927	3	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.780877678589561		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	96.955	100.0	0.05740601906393917	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
USA0013_01_000000006475	1550	0.8713653046867927	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.7752347677050779		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	96.516	100.0	0.0004635391588844058	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ENG0143_000000012773	1461	0.8713653046867927	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.3076256355909378		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	99.863	100.0	0.002334998752534913	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	True
USA0026_01_000000022418	1444	0.8713653046867927	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.5416284280280671		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	100.0	100.0	0.002307810410895808	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	True
MON0007_000000049445	1324	0.8713653046867927	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.3048474498376512		0	0	False	False	0.9607250690460205	0					non-mobilizable	other	1324.0	98.414	100.0	0.002115892705208007	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	True
FIJ0118_000000000430	11892	0.8713631728381049	17	9	5	6	6	True	105193	maximal	False	USA0047_01_000000002319	0.942382455876593	PS445	0	0	True	True	0.9999158978462219	12					non-mobilizable	no_good_hit	4302.0	92.352	69.0	0.34576271186440677	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ENG0033_000000002799	9086	0.8713622333083599	14	7	3	5	5	True	76964	backbone	True	ENG0033_000000002799	0.9602391799428188	PS328|PS329|PS369	3	1	True	True	1.0	91					non-mobilizable	no_good_hit	1323.0	74.83	24.0	0.14160725858716786	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ENG0016_000000002516	8819	0.8713622333083599	13	7	3	5	5	True	76964	backbone	False	ENG0033_000000002799	0.9246993485880668	PS328|PS329|PS369	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MAD0013_000000004970	4296	0.8713519934999592	6	3	3	3	0	True	19610	maximal	True	MAD0013_000000004970	1.0		1	1	False	False	0.9995344281196594	0					non-mobilizable	no_good_hit	104.0	86.538	2.0	0.0015210585386023982	NZ_JH379465.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1359, whole genome shotgun sequence	True	True
FIJ0097_000000018652	1697	0.8713446016498679	3	3	3	3	3	False	97687	maximal	True	FIJ0097_000000018652	1.0		16	5	False	False	0.9994107484817505	0					non-mobilizable	plasmid	1682.0	97.027	99.0	0.013637174890075121	AP022299.1	enterobacteria	Escherichia coli plasmid pBEC1-S17-ESBL-09_1 DNA, complete genome, strain: BEC1-S17-ESBL-09	False	True
MAD0057_000000001710	8135	0.8713425984720484	13	13	2	5	13	True	18669	maximal	True	MAD0057_000000001710	1.0		7	1	False	False	0.9997541308403015	0					non-mobilizable	plasmid	8169.0	94.57700000000001	100.0	0.08108027424795756	CP056739.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00309 plasmid pRHBSTW-00309_3, complete sequence	False	True
AST0116_000000015394	1753	0.8713425621093712	2	2	2	2	2	True	106191	maximal	True	AST0116_000000015394	1.0		4	3	False	False	0.9994295239448547	0					non-mobilizable	other	1527.0	80.223	92.0	0.011496866213461262	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CHI0115_000000002466	3199	0.8713334626298571	4	4	4	4	4	False	82234	maximal	True	CHI0115_000000002466	1.0		3	3	False	False	0.9978117942810059	0					non-mobilizable	chromosome	3199.0	100.0	100.0	0.0006180525854909933	CP023853.1	enterobacteria	Escherichia coli strain 2/0 chromosome, complete genome	False	False
USA0016_01_000000006522	2514	0.8713320391147623	4	4	1	2	3	False	109874	fragment	False	USA0016_01_000000006522	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	2145.0	99.76700000000001	97.0	0.5300519416275044	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
SPA0101_000000031374	1258	0.8713307099504699	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.12283027761981469		0	0	False	False	0.9992051124572754	0					non-mobilizable	chromosome	1249.0	91.75299999999999	99.0	0.000513957148822717	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0066_000000026303	1225	0.8713307099504699	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.15395814001749544		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	93.87799999999999	100.0	0.0005040733574992032	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0154_000000002645	10242	0.8713166317555191	12	7	5	5	6	False	40217	fragment	False	ISR0154_000000002645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	94.04799999999999	1.0	0.0849740932642487	GQ881172.1		Uncultured organism clone VC1CO89TF genomic sequence	True	False
ENG0117_000000010433	2187	0.8713146202035964	4	3	3	3	3	False	128322	fragment	False	ISR0318_000000001958	0.9583901773533424		0	0	False	False	0.9981710314750671	0					non-mobilizable	other	2187.0	99.406	100.0	0.0007616772509374623	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
USA0017_01_000000004231	6200	0.8713086655604746	11	10	4	6	9	True	118541	maximal	True	USA0017_01_000000004231	1.0		3	2	False	False	0.9954838752746582	0					non-mobilizable	other	5581.0	91.095	90.0	0.0015647536697534921	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
DEN0041_000000001269	19688	0.8712949484889397	18	14	4	14	8	True	86828	fragment	False	DEN0041_000000001269	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9874.0	90.875	98.0	0.23331047366803037	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ISR0249_000000011860	1720	0.8712878688839156	2	1	1	1	1	False	68248	fragment	False	ISR0249_000000011860	0.9373241669763409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0090_000000039327	1207	0.8712878688839156	3	1	1	1	1	False	68247	maximal	True	FIJ0090_000000039327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000015207	2210	0.8712807238684972	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5312561406990566		0	0	False	False	0.9995474815368652	0					non-mobilizable	chromosome	2133.0	92.499	96.0	0.0008771864799618485	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0152_000000005985	3743	0.8712800682481804	8	4	0	3	3	False	46620	maximal	False	FIJ0050_000000006854	1.0		0	0	True	True	0.9997328519821167	5	rep_cluster_2373,rep_cluster_2374				non-mobilizable	plasmid	2114.0	100.0	100.0	0.5759062414826929	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	False	True
ENG0039_000000002111	9086	0.8712674224353674	14	8	3	5	6	True	76964	backbone	False	ENG0033_000000002799	0.9600632435308948	PS328|PS329|PS369	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	474.0	84.38799999999999	20.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
DEN0011_000000003611	8836	0.8712674224353674	12	8	3	5	6	True	76964	backbone	False	ENG0033_000000002799	0.9248181281116992	PS328|PS329|PS369	0	0	True	True	1.0	138					non-mobilizable	no_good_hit	1311.0	75.057	25.0	0.14031108230719377	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
DEN0051_000000003918	8816	0.8712674224353674	12	8	3	5	6	True	76964	backbone	False	ENG0033_000000002799	0.9245081622301929	PS328|PS329|PS369	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ENG0138_000000002406	8783	0.8712674224353674	12	8	3	5	6	True	76964	backbone	False	ENG0033_000000002799	0.9194031272624846	PS328|PS329|PS369	0	0	True	True	1.0	85					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
DEN0005_000000033712	1174	0.8712557034287773	1	1	1	1	1	False	76422	fragment	False	DEN0005_000000033712	1.0		0	0	False	False	0.9625213146209717	0					non-mobilizable	no_good_hit	323.0	70.279	27.0	0.012196060326254232	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ISR0309_000000006941	2607	0.8712554066811937	5	3	3	2	2	False	28264	fragment	False	ISR0309_000000006941	1.0		0	0	False	False	0.9934790730476379	0					non-mobilizable	no_good_hit	865.0	96.994	35.0	0.0002720155278945147	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0077_000000001685	8328	0.8712493677426457	11	8	7	8	5	False	122874	fragment	False	CHI0077_000000001685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	76.52600000000001	5.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
MON0013_000000039571	1428	0.8712442810975677	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.8885153478431682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	75.633	87.0	0.000426692073980523	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0005_000000004172	5318	0.8712350962172738	6	4	4	4	3	False	47212	maximal	True	MAD0005_000000004172	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	75.153	18.0	0.01099165321334112	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	True	False
ENG0160_000000011085	1841	0.8712345301333532	4	3	3	3	2	False	56464	fragment	False	ENG0160_000000011085	0.9759103641456582		0	0	False	False	1.0	0					non-mobilizable	chromosome	1055.0	95.26100000000001	99.0	0.00028191841731214906	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0075_000000002595	6350	0.8712301298455347	9	6	2	4	4	False	44610	maximal	True	FIJ0075_000000002595	1.0		2	1	False	False	0.9970078468322754	0					non-mobilizable	no_good_hit	242.0	80.165	4.0	8.292893861063365e-05	NZ_CP016786.1	firmicutes	Clostridium isatidis strain DSM 15098 chromosome, complete genome	True	False
SPA0072_000000004638	4287	0.8712196074794925	4	3	3	3	1	True	96527	fragment	False	SPA0072_000000004638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3483.0	98.73700000000001	86.0	0.0010196676972670446	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0019_000000002578	2744	0.8712097836710161	5	5	2	4	3	True	98702	fragment	False	ISR0287_000000004218	0.4796747967479675		0	0	False	False	1.0	0					non-mobilizable	plasmid	2724.0	99.596	99.0	0.009267389543471305	CP011417.1	enterobacteria	Escherichia coli strain CFSAN029787 plasmid pCFSAN029787_01, complete sequence	False	True
ENG0066_000000008705	2246	0.8712090384685419	5	3	1	1	3	True	117121	fragment	False	ENG0066_000000008705	1.0		0	0	False	False	0.9933214783668518	0					non-mobilizable	chromosome	1904.0	98.845	100.0	0.0005296108987967285	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
ENG0042_000000016186	1558	0.8712090384685419	4	3	1	1	3	True	117119	fragment	False	ENG0042_000000016186	0.9676882078614257		0	0	False	False	1.0	0					non-mobilizable	chromosome	1558.0	99.101	100.0	0.0004333180081064142	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
ISR0077_000000026241	1392	0.8712090384685419	3	3	1	1	3	True	34468	fragment	False	ISR0077_000000026241	1.0		0	0	False	False	0.9727011322975159	0					non-mobilizable	chromosome	1345.0	98.736	97.0	0.0003740394366698913	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
FIJ0114_000000033617	1227	0.8712076661159579	2	2	2	2	2	False	41793	fragment	False	FIJ0114_000000033617	1.0		0	0	False	False	0.9975550174713135	0					non-mobilizable	chromosome	1216.0	98.43799999999999	100.0	0.00022894256047852198	CP047281.1	enterobacteria	Klebsiella quasipneumoniae strain N18-04101 chromosome, complete genome	False	False
DEN0028_000000008548	3184	0.8712048355431331	6	4	4	2	2	False	131851	fragment	False	DEN0028_000000008548	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2024.0	90.02	64.0	0.0005697192525057776	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0816_000000002725	15073	0.87120278937133	15	10	7	10	7	True	132355	maximal	True	ISR0816_000000002725	1.0		1	1	False	False	0.99973464012146	0					non-mobilizable	no_good_hit	11245.0	96.514	78.0	0.12206281925877623	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0074_000000005186	4177	0.8712014143919058	5	2	2	2	2	True	130098	fragment	False	ISR0350_000000003885	0.6177477867790708		0	0	False	False	1.0	0					non-mobilizable	chromosome	4180.0	96.316	100.0	0.0014056171504141623	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0052_000000003771	4119	0.8711922722654863	8	5	3	3	5	False	106118	maximal	True	CHI0052_000000003771	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2781.0	97.95	100.0	0.0009686471901217499	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MON0109_000000012609	2778	0.8711775526589896	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.6686665551301052		0	0	False	False	1.0	0					non-mobilizable	chromosome	2779.0	97.73299999999999	100.0	0.000498072904457349	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0779_000000004612	6738	0.8711755504733883	11	5	3	4	4	True	122231	backbone	True	ISR0779_000000004612	1.0	PS865	20	6	True	True	1.0	40					non-mobilizable	no_good_hit	814.0	88.329	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0011_01_000000006475	5825	0.8711755504733883	10	5	3	4	4	True	122230	fragment	False	USA0011_01_000000006475	0.9932271551556074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	88.329	58.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0048_000000003791	5528	0.8711755504733883	9	5	3	4	4	True	122230	fragment	False	USA0011_01_000000006475	0.9801612887973563		0	0	False	False	0.9994572997093201	0					non-mobilizable	no_good_hit	814.0	88.329	54.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0841_000000002184	5427	0.8711755504733883	9	5	3	4	4	True	122230	fragment	False	USA0011_01_000000006475	0.9755267059938547		0	0	False	False	0.9920766353607178	0					non-mobilizable	no_good_hit	814.0	88.329	55.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0135_01_000000001028	11956	0.8711711391144907	11	7	4	5	3	True	122758	fragment	False	AST0046_000000001434	0.6398581761215381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4235.0	87.485	42.0	0.01734699320152135	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0097_000000012653	2306	0.8711689367871123	5	5	2	5	3	False	102932	fragment	False	ISR0097_000000012653	0.9480069613635723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	79.454	63.0	0.001389662518734603	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
ENG0116_000000004656	4741	0.8711642890035052	7	5	3	4	4	False	111816	fragment	False	ENG0116_000000004656	1.0		0	0	False	False	0.9993672370910645	0					non-mobilizable	no_good_hit	80.0	92.5	2.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MAD0075_000000000056	20430	0.8711640216761452	43	14	4	9	8	True	112992	maximal	True	MAD0075_000000000056	1.0		2	1	False	False	0.9999510645866394	0					non-mobilizable	no_good_hit	3630.0	92.479	62.0	0.06424343387799951	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0229_000000001369	9473	0.871156741328527	10	7	4	7	3	True	36967	maximal	True	ISR0229_000000001369	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	0.0	4.194575084428612e-05	NZ_WFLM01000001.1	proteobacteria	Silvanigrella paludirubra strain SP-Ram-0.45-NSY-1 NODE_1_length_977453_cov_42.379474, whole genome shotgun sequence	True	True
DEN0090_000000002450	7786	0.8711378332409195	9	8	7	4	3	False	99669	fragment	False	ENG0183_000000003478	0.7990742933104298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.727	17.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0016_000000011113	1941	0.8711352790882337	2	1	1	1	1	False	64018	fragment	False	ISR0016_000000011113	1.0		0	0	False	False	0.9804224371910095	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	1.5682376712860277e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0009_000000030114	1249	0.8711352790882337	1	1	1	1	1	False	36921	fragment	False	ISR0818_000000014906	0.7879666109319767		0	0	False	False	0.9911929368972778	0					non-mobilizable	no_good_hit								True	False
ISR0084_000000023766	1205	0.8711352790882337	1	1	1	1	1	False	36921	fragment	False	ISR0818_000000014906	0.7788817436616992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0032_000000028073	1205	0.8711352790882337	1	1	1	1	1	False	36921	fragment	False	ISR0818_000000014906	0.7798297819052322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000000416	30121	0.8711318891234016	27	10	4	10	8	True	45659	maximal	True	FIJ0063_000000000416	1.0		1	1	False	False	0.9996016025543213	0					non-mobilizable	no_good_hit	1399.0	77.26899999999999	5.0	0.00030811683110006435	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	True
CHI0074_000000004118	3785	0.8711312563569216	3	3	3	3	3	False	126898	maximal	True	CHI0074_000000004118	1.0	PS979	1	1	False	True	0.9994716048240662	0	Inc18				non-mobilizable	no_good_hit	1974.0	100.0	52.0	0.009260563049743258	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	True	True
ISR0845_000000000619	17230	0.8711202453287374	24	8	1	7	3	False	28482	maximal	True	ISR0845_000000000619	0.9728047376257609		2	1	False	False	0.9999419450759888	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001724347143012243	NZ_JWHR01000109.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig109, whole genome shotgun sequence	True	False
ISR0209_000000001363	16982	0.8711202453287374	23	8	1	7	3	False	28482	maximal	False	ISR0845_000000000619	0.9665118978525827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0042_000000012251	2167	0.8711194119053496	3	3	3	3	3	False	11724	maximal	True	MON0042_000000012251	0.9852941176470589		1	1	False	False	0.9995385408401489	0					non-mobilizable	no_good_hit	851.0	78.26100000000001	39.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0362_000000009811	2189	0.8711186639663362	4	3	3	2	1	False	119263	fragment	False	ISR0293_000000011332	0.09463229078613694		0	0	False	False	1.0	0					non-mobilizable	other	2191.0	99.49799999999999	100.0	0.015610403132064438	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
ENG0016_000000000757	24973	0.8711145810554468	42	9	4	7	5	False	72023	maximal	True	ENG0016_000000000757	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	91.444	1.0	5.3338203343203796e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0169_000000001740	11323	0.8711123136947996	16	6	2	4	5	False	86665	maximal	True	FIJ0169_000000001740	1.0	PS438|PS439	2	1	True	True	1.0	6					non-mobilizable	no_good_hit	2022.0	96.686	44.0	0.30580390968328536	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MON0031_000000012185	2756	0.8711078569386612	3	2	1	2	1	False	12464	maximal	True	MON0031_000000012185	1.0		2	1	False	False	0.9825834631919861	0					non-mobilizable	other	2756.0	99.02	100.0	0.0008401144751266652	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
USA0035_01_000000001133	20933	0.8711062188362828	45	18	10	14	14	True	18638	maximal	True	USA0035_01_000000001133	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2522.0	87.669	17.0	0.0010575410009154896	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
DEN0065_000000006623	4585	0.8710979600757893	8	3	3	3	3	False	107170	maximal	True	DEN0065_000000006623	1.0		9	6	False	False	0.996292233467102	0					non-mobilizable	no_good_hit	703.0	89.9	20.0	0.00020761296914681733	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0126_000000010065	4829	0.8710958895898322	6	5	3	5	3	False	113861	fragment	False	ISR0126_000000010065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.642834960799838e-05	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
MON0070_000000021945	1568	0.8710929598917035	2	2	2	2	2	False	72228	fragment	False	MON0070_000000021945	0.9795727719706907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	78.947	36.0	0.0022559837858705445	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
ISR0130_000000009381	3026	0.8710870386576199	4	3	1	3	1	False	110779	fragment	False	ISR0130_000000009381	1.0		0	0	False	False	0.9963648319244385	0					non-mobilizable	other	1842.0	93.322	99.0	0.0003072214613266579	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0330_000000006126	4086	0.8710815195102161	5	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.19920968390161312	PS1101	0	0	False	True	0.9955947399139404	0					non-mobilizable	chromosome	4086.0	99.266	100.0	0.0008153136053387174	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0061_000000001059	3940	0.8710815195102161	3	2	2	2	2	False	130358	maximal	True	ISR0061_000000001059	1.0	PS1101	80	10	False	True	0.9944162368774414	0					non-mobilizable	chromosome	2972.0	90.68	100.0	0.0005885825758002148	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0127_000000007656	3837	0.8710815195102161	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.13934308335114562	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3838.0	98.619	100.0	0.0007223608923303765	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
FIJ0126_000000008381	4141	0.8710800743525167	5	2	1	1	1	False	41160	maximal	True	FIJ0126_000000008381	1.0		0	0	False	False	0.9956532120704651	0					non-mobilizable	no_good_hit	1146.0	98.604	28.0	0.17351113805121987	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
AUS0020_000000021589	1175	0.8710789849915286	2	2	2	2	2	False	99464	fragment	False	DEN0021_000000029700	0.9356726733669827		0	0	False	False	1.0	0					non-mobilizable	other	1072.0	87.59299999999999	91.0	0.014418987700657495	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ISR0208_000000021351	1305	0.8710788527879784	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.12021585393902613		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	95.29899999999999	100.0	0.0003685567925604099	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
CAN0011_000000007096	4383	0.8710773665464352	9	7	4	4	5	False	118193	backbone	True	CAN0011_000000007096	0.9397218657255153	PS803	5	4	True	True	1.0	69	rep_cluster_1097				non-mobilizable	no_good_hit	2410.0	94.896	78.0	0.3035039072346862	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
ENG0113_000000005065	5465	0.8710772290548213	6	3	2	3	1	False	70447	maximal	True	ENG0113_000000005065	1.0		0	0	False	False	0.997255265712738	0					non-mobilizable	no_good_hit	91.0	81.319	2.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
ISR0392_000000010235	3088	0.8710746908669706	4	2	1	2	1	False	22828	fragment	False	ISR0392_000000010235	1.0		0	0	False	False	0.9944947957992554	0					non-mobilizable	no_good_hit								True	False
ISR0841_000000006680	2129	0.8710746908669706	3	2	1	2	1	False	20766	fragment	False	ISR0841_000000006680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0155_000000001475	6838	0.8710725576595062	8	4	2	4	2	False	79080	maximal	True	CHI0155_000000001475	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	398.0	99.49700000000001	7.0	9.733562721778737e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0032_01_000000001132	18408	0.871070515830552	18	11	9	10	10	True	2180	maximal	True	USA0032_01_000000001132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7250.0	95.75200000000001	69.0	0.0017375186565106848	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
FIJ0037_000000031641	1112	0.8710677264673207	1	1	1	1	1	True	47700	fragment	False	USA0006_01_000000019324	0.9189300411522634		0	0	False	False	0.9991007447242737	0					non-mobilizable	no_good_hit	56.0	85.714	5.0	0.00015848728211600692	NZ_MPDM01000001.1	high GC Gram+	Boudabousia marimammalium strain DSM 15383 Scaffold1, whole genome shotgun sequence	True	True
USA0130_01_000000014133	2614	0.8710656101155551	4	1	1	1	1	False	118	fragment	False	USA0130_01_000000014133	1.0		0	0	False	False	0.9839326739311218	0					non-mobilizable	no_good_hit								True	False
ISR0138_000000017403	1671	0.8710641999165811	3	2	2	2	1	True	53683	fragment	False	ISR0138_000000017403	1.0		0	0	False	False	0.9994015693664551	0					non-mobilizable	other	1672.0	96.531	100.0	0.0005677083032520411	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0072_000000008194	2559	0.8710631604307444	3	2	2	2	2	False	6149	fragment	False	SPA0072_000000008194	1.0		0	0	False	False	0.9988276958465576	0					non-mobilizable	no_good_hit	83.0	93.976	3.0	2.2929937018174213e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0032_000000003117	9227	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9968069057283211	PS799|PS801|PS802	0	0	True	True	1.0	125	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0355_000000001718	9227	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.996697802725427	PS799|PS801|PS802	0	0	True	True	1.0	48	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3091.0	95.147	54.0	0.3894351991931417	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0118_000000001105	9227	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9967203087526187	PS799|PS801|PS802	0	0	True	True	0.9988078474998474	28	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3982.0	95.329	54.0	0.5016389309127585	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0181_000000001780	9227	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9966240828087252	PS799|PS801|PS802	0	0	True	True	0.9978324770927429	16	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3982.0	95.329	54.0	0.5016389309127585	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CAN0021_000000003859	9227	0.8710450139520577	12	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9965835813926879	PS799|PS801|PS802	0	0	True	True	1.0	155	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0017_000000003502	9216	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9944019762490379	PS799|PS801|PS802	0	0	True	True	1.0	61	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.959	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0029_000000002645	9211	0.8710450139520577	12	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9794071790619729	PS799|PS801|PS802	0	0	True	True	1.0	171	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	95.068	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
FIJ0064_000000002751	9210	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9968063539739728	PS799|PS801|PS802	0	0	True	True	1.0	14	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4183.0	95.57700000000001	54.0	0.5269793242561776	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
SPA0103_000000001769	9208	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9966996700041235	PS799|PS801|PS802	0	0	True	True	1.0	85	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4624.0	94.91799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
FIJ0058_000000003904	9208	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9968109146126551	PS799|PS801|PS802	0	0	True	True	1.0	38	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0088_000000002997	9207	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.996619917926059	PS799|PS801|PS802	0	0	True	True	1.0	250	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0022_000000002504	9207	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9968062328264694	PS799|PS801|PS802	0	0	True	True	1.0	221	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0122_000000002746	9207	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9966807449450745	PS799|PS801|PS802	0	0	True	True	1.0	137	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	54.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
USA0145_01_000000002535	9207	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9966958010448466	PS799|PS801|PS802	0	0	True	True	1.0	230	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
AUS0004_000000002253	9207	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9967861737012905	PS799|PS801|PS802	0	0	True	True	1.0	1898	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2782.0	95.435	54.0	0.3503530005042864	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0155_000000000997	9207	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9967876618945486	PS799|PS801|PS802	0	0	True	True	1.0	304	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0027_000000001805	9207	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9932877072373477	PS799|PS801|PS802	0	0	True	True	1.0	253	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4633.0	94.755	54.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0052_000000002664	9207	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9961576972048916	PS799|PS801|PS802	0	0	True	True	1.0	200	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	54.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0301_000000001585	9207	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9966993509217584	PS799|PS801|PS802	0	0	True	True	1.0	130	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0184_000000000814	9196	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9957387736438941	PS799|PS801|PS802	0	0	True	True	1.0	667	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2781.0	95.43299999999999	54.0	0.3503530005042864	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0140_000000003272	9196	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9943325919372781	PS799|PS801|PS802	0	0	True	True	1.0	28	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.959	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0170_000000001219	9196	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9944665033217441	PS799|PS801|PS802	0	0	True	True	1.0	82	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.959	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0059_000000001494	9196	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.994376924272712	PS799|PS801|PS802	0	0	True	True	1.0	142	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.959	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
AUS0014_000000003479	9196	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9943060760279113	PS799|PS801|PS802	0	0	True	True	1.0	2998	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2781.0	95.43299999999999	54.0	0.3503530005042864	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
USA0012_01_000000000912	9196	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9940787058806191	PS799|PS801|PS802	0	0	True	True	1.0	197	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2849.0	95.43700000000001	54.0	0.35892586989409986	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0128_000000003301	9187	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9967667835900463	PS799|PS801|PS802	0	0	True	True	1.0	215	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2830.0	95.44200000000001	54.0	0.3564044377206253	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0089_000000002333	9187	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9967667835900463	PS799|PS801|PS802	0	0	True	True	1.0	143	rep_cluster_1097	MOBB			mobilizable	no_good_hit	2830.0	95.44200000000001	54.0	0.3564044377206253	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0033_000000000644	9187	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9966748837143697	PS799|PS801|PS802	0	0	True	True	1.0	263	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0017_000000001028	9187	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9967793341019068	PS799|PS801|PS802	0	0	True	True	1.0	452	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0009_000000000894	9187	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9962332701873866	PS799|PS801|PS802	0	0	True	True	1.0	598	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
DEN0033_000000002998	9187	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9966270167603429	PS799|PS801|PS802	0	0	True	True	1.0	609	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	54.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
DEN0018_000000003205	9186	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9911454200882066	PS799|PS801|PS802	0	0	True	True	1.0	403	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3868.0	95.915	54.0	0.4873928391326273	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0779_000000003160	9185	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9919052366438268	PS799|PS801|PS802	0	0	True	True	1.0	707	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	95.024	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0173_000000001838	9166	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.996841762438165	PS799|PS801|PS802	0	0	True	True	1.0	114	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.917	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0082_000000001020	9166	0.8710450139520577	10	9	3	4	8	False	118188	backbone	True	CHI0082_000000001020	0.9968559528202645	PS799|PS801|PS802	125	10	True	True	1.0	59	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.93799999999999	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0164_000000001889	9149	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.99662194466166	PS799|PS801|PS802	0	0	True	True	1.0	64	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4183.0	95.57700000000001	53.0	0.5269793242561776	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
AUS0022_000000003767	9124	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9958164461246809	PS799|PS801|PS802	0	0	True	True	1.0	60	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4183.0	95.506	53.0	0.5269793242561776	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0102_000000000815	9032	0.8710450139520577	11	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9791480362666474	PS799|PS801|PS802	0	0	True	True	1.0	84	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4623.0	94.87299999999999	54.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0112_000000001586	8911	0.8710450139520577	10	9	3	4	8	False	118188	backbone	False	CHI0082_000000001020	0.9723793964635405	PS799|PS801|PS802	0	0	True	True	1.0	3	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3955.0	95.626	52.0	0.49836106908724154	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0052_000000003449	7827	0.8710450139520577	9	9	3	4	8	False	118186	backbone	True	ISR0052_000000003449	0.9902868430306538	PS799|PS801	8	3	True	True	1.0	43	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	95.024	63.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0389_000000010046	2173	0.8710448707781705	3	3	2	3	2	False	128290	fragment	False	ISR0389_000000010046	1.0		0	0	False	False	0.9995397925376892	0					non-mobilizable	other	2176.0	98.98899999999999	100.0	0.0007891530495699243	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0388_000000027736	1271	0.8710349208099794	2	2	2	2	2	False	108423	fragment	False	ISR0388_000000027736	0.9513467126721862		0	0	False	False	0.9944925308227539	0					non-mobilizable	chromosome	1271.0	99.921	100.0	0.0002643915393041964	CP026929.2	enterobacteria	Escherichia coli strain CFS3246 chromosome, complete genome	False	False
ISR0327_000000017397	1656	0.8710148017750582	3	3	3	3	1	True	116013	fragment	False	FIJ0081_000000020765	0.5659701436841488		0	0	False	False	0.9927536249160767	0					non-mobilizable	chromosome	1650.0	99.758	99.0	0.0007485308549956377	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
USA0017_01_000000020325	1335	0.8710108572192756	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.9500519062594641		0	0	False	False	0.9977527856826782	0					non-mobilizable	no_good_hit	1151.0	76.542	85.0	0.00031840922414379393	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0047_01_000000018471	1958	0.8710006605889843	4	4	4	2	2	False	131571	fragment	False	USA0047_01_000000018471	0.9675292938634795		0	0	False	False	1.0	0					non-mobilizable	chromosome	1959.0	98.67299999999999	100.0	0.00031222308738243997	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0387_000000001972	9770	0.870998748977923	13	11	5	5	9	True	116374	fragment	False	DEN0018_000000002773	0.5187035239070279		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	9770.0	99.959	100.0	0.2957077127981596	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0108_000000002786	9752	0.870998748977923	13	11	5	5	9	True	116374	fragment	False	DEN0018_000000002773	0.5168299249687733		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	9675.0	99.948	99.0	0.29283206199297734	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0194_000000002045	9737	0.870998748977923	13	11	5	5	9	True	116374	fragment	False	DEN0018_000000002773	0.5170750810916952		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	9666.0	99.948	99.0	0.2925596319166969	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0059_000000001220	9625	0.870998748977923	12	11	5	5	9	True	116374	fragment	False	DEN0018_000000002773	0.4568744644705782		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	9549.0	99.958	99.0	0.28901804092505146	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0097_000000011465	2714	0.8709934697071214	3	3	3	2	2	False	42928	fragment	False	FIJ0097_000000011465	0.980885692657078		0	0	False	False	1.0	0					non-mobilizable	chromosome	2714.0	100.0	100.0	0.0004174209631177115	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0348_000000005432	2642	0.8709934697071214	3	3	3	2	2	False	42928	fragment	False	FIJ0097_000000011465	0.9681282240235815		0	0	False	False	1.0	0					non-mobilizable	chromosome	2544.0	99.882	96.0	0.0003912648393690897	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0806_000000005018	2251	0.8709900356835962	3	3	2	2	3	False	101913	fragment	False	ENG0049_000000005390	0.1136668864307865		0	0	False	False	0.9973345398902893	0					non-mobilizable	chromosome	2251.0	100.0	100.0	0.0003474744629434701	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
CHI0101_000000002366	5670	0.870982495142943	8	8	5	7	6	True	128684	backbone	False	ISR0180_000000003621	0.9971067079456433	PS1045|PS658	0	0	True	True	0.9992945194244385	5					non-mobilizable	plasmid	3260.0	99.693	100.0	0.5902916138380728	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
AST0061_000000009598	4133	0.8709783489074141	5	4	3	4	2	True	125256	maximal	True	AST0061_000000009598	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	15.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0821_000000008297	3393	0.8709783489074141	5	4	3	4	2	True	125244	fragment	False	FIJ0115_000000005429	0.41055268292207464		0	0	False	False	0.9979369044303894	0					non-mobilizable	no_good_hit	296.0	74.66199999999999	8.0	0.005041987586278839	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0375_000000001937	7501	0.8709752926566752	9	8	3	3	8	True	123839	fragment	False	ISR0375_000000001937	1.0		0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2050.0	97.415	77.0	0.22091644204851751	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ISR0072_000000001939	10786	0.8709742067350347	19	7	6	7	4	True	117591	fragment	False	ISR0072_000000001939	1.0		0	0	False	False	0.9995364546775818	0					non-mobilizable	no_good_hit	2325.0	97.161	50.0	0.013368737544207265	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0095_000000004170	6228	0.8709739991336749	8	5	5	4	2	False	130462	fragment	False	ENG0095_000000004170	0.9507284334588313		0	0	False	False	0.9985548853874207	0					non-mobilizable	other	4209.0	99.19200000000001	94.0	0.006713026494673619	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0321_000000006244	1802	0.8709735688971072	2	2	2	2	2	True	25028	fragment	False	MON0051_000000017741	0.7126844819904294		0	0	False	False	0.9994450807571411	0					non-mobilizable	other	1799.0	99.111	99.0	0.0008708544205548766	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
ENG0055_000000001899	10014	0.8709734715564864	12	7	3	5	5	True	122249	maximal	True	ENG0055_000000001899	0.9980184286138909	PS867	2	2	True	True	1.0	624					non-mobilizable	no_good_hit	1171.0	92.05799999999999	45.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0167_000000015477	1443	0.8709724891083809	3	2	2	2	2	False	78132	fragment	False	CHI0167_000000015477	1.0		0	0	False	False	0.9812889695167542	0					non-mobilizable	no_good_hit	1122.0	79.41199999999999	77.0	0.02309299895506792	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
FIJ0148_000000010605	1776	0.8709661962899078	2	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.21470916927527506		0	0	False	False	0.9859234094619751	0					non-mobilizable	other	1776.0	99.60600000000001	100.0	0.008756092267013951	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0848_000000004335	3662	0.8709586006927951	4	4	3	4	3	False	131390	fragment	False	ISR0848_000000004335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0128_000000022348	1334	0.8709574563007836	2	2	2	2	1	False	116013	fragment	False	FIJ0081_000000020765	0.24311268226590144		0	0	False	False	0.9992503523826599	0					non-mobilizable	other	1334.0	99.775	100.0	0.0006050230072139803	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
AST0149_000000006400	4267	0.8709523448443383	6	6	3	4	4	True	123416	backbone	False	ISR0096_000000005225	0.2706234970201791	PS895	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	4295.0	94.715	100.0	0.6346524381206462	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
CHI0154_000000009433	3182	0.8709471749742541	3	3	3	3	3	False	129921	maximal	True	CHI0154_000000009433	1.0		7	5	False	False	0.9956002235412598	0					non-mobilizable	no_good_hit	1728.0	75.116	54.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0007_000000004740	3548	0.8709441855352333	8	2	1	2	2	False	51600	fragment	False	FIJ0007_000000004740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	79.407	17.0	0.0009640452748970297	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0793_000000003216	4270	0.8709380235682346	7	3	1	2	2	False	22026	maximal	True	ISR0793_000000003216	1.0		1	1	False	False	0.999531626701355	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000015541	2519	0.8709373770930822	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.33966667910798315		0	0	False	False	1.0	0					non-mobilizable	other	2238.0	98.48100000000001	97.0	0.0006681712228370461	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0087_000000012662	3802	0.8709344019672774	6	5	4	5	4	False	75933	fragment	False	ENG0146_000000006052	0.9673789955470403		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	276.0	80.435	11.0	7.672172832414452e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0150_000000011320	2111	0.8709329330557549	2	2	2	2	2	False	39810	fragment	False	FIJ0150_000000011320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0155_000000016779	1161	0.8709260763897583	2	2	2	2	2	False	56716	fragment	False	ENG0155_000000016779	0.9640680073177794		0	0	False	False	0.9991386532783508	0					non-mobilizable	other	1161.0	98.01899999999999	100.0	0.04919214621941394	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
ISR0256_000000004545	3942	0.8709251461528249	4	3	3	3	1	False	119355	maximal	True	ISR0256_000000004545	1.0		79	8	False	False	0.9913749098777771	0					non-mobilizable	other	3913.0	99.92299999999999	99.0	0.0021109887975134366	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
ISR0013_000000001462	13373	0.8709229521102216	17	8	1	8	4	False	38130	maximal	True	ISR0013_000000001462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	0.0	9.61037195274269e-07	CP032579.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_09	True	False
ENG0153_000000007790	3740	0.8709198569089369	5	3	2	3	2	False	56963	maximal	True	ENG0153_000000007790	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	0.0002710744228373747	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
MON0030_000000004323	6866	0.8709110920541961	7	3	3	3	3	False	66777	fragment	False	MON0030_000000004323	1.0		0	0	False	True	0.9997087121009827	0					non-mobilizable	no_good_hit	1554.0	93.62899999999999	23.0	0.15790548126977647	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MAD0032_000000000968	11436	0.8709073207818477	11	6	5	5	5	False	18933	maximal	True	MAD0032_000000000968	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2101.0	96.573	24.0	0.0007065111108044364	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CAN0002_000000000637	17998	0.8708984781851512	23	22	6	13	20	True	132542	fragment	False	AST0040_000000000807	0.964841925192114		0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	17903.0	99.98299999999999	99.0	0.4096286296135277	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0346_000000008713	2497	0.8708914727471748	4	3	2	3	2	False	97080	fragment	False	SPA0142_000000010746	0.952959028831563		0	0	False	False	0.9959952235221863	0					non-mobilizable	other	2439.0	99.91799999999999	100.0	0.0010126485536321602	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ENG0075_000000005893	4061	0.8708854997235395	5	5	5	4	4	False	116631	fragment	False	SPA0101_000000007479	0.42469635677023637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3606.0	99.14	89.0	0.0007492654392846625	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
SPA0145_000000027339	1267	0.8708820824613389	2	2	2	2	2	False	54627	fragment	False	SPA0145_000000027339	0.9946407735035362		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	97.869	100.0	0.01055783039087323	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ENG0154_000000002032	11293	0.8708813781933209	8	6	4	6	2	True	120580	fragment	False	ENG0154_000000002032	0.9777712781515062		0	0	False	False	0.9970778226852417	0					non-mobilizable	no_good_hit								True	True
ISR0842_000000002633	7042	0.8708778524176561	5	4	4	4	4	False	132486	fragment	False	ISR0176_000000003732	0.8329153530954244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.788	68.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0055_000000016185	1103	0.870877163537361	1	1	1	1	1	False	104633	fragment	False	ISR0303_000000010002	0.7081669950925937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0076_000000041169	1175	0.8708725235035295	2	2	1	1	2	False	64022	fragment	False	MON0029_000000024636	0.3002185074267585		0	0	False	False	1.0	0					non-mobilizable	chromosome	1176.0	93.70700000000001	100.0	0.00048348212557521605	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0052_000000008013	2720	0.8708644154549647	6	1	1	1	1	False	114582	maximal	True	AST0052_000000008013	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000005286	6137	0.8708633242142938	12	8	7	8	8	False	125086	fragment	False	SPA0155_000000001948	0.5935155064439807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.366	11.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
USA0063_01_000000003739	5533	0.8708633242142938	11	8	7	8	8	False	125086	fragment	False	SPA0155_000000001948	0.35649075873089164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.366	12.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0144_000000010328	1678	0.8708599113895585	3	3	3	3	2	False	57562	fragment	False	ENG0144_000000010328	1.0		0	0	False	False	0.9910607933998108	0					non-mobilizable	chromosome	1678.0	99.881	100.0	0.000379424469416623	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0107_000000011422	2327	0.8708573849228007	3	3	3	2	2	False	127824	maximal	True	FIJ0107_000000011422	0.9619869402985075		54	10	False	False	0.9982810616493225	0					non-mobilizable	chromosome	2331.0	92.45	100.0	0.0008218394029119721	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0249_000000013434	1574	0.8708434126279343	2	2	2	2	1	False	27055	fragment	False	ISR0249_000000013434	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	98.156	99.0	0.007784027887814926	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
AST0046_000000000689	22119	0.8708366035805878	11	8	4	7	4	True	115747	maximal	True	AST0046_000000000689	1.0		5	3	False	False	0.999864399433136	0					non-mobilizable	no_good_hit	260.0	71.923	1.0	0.0008274073808647385	NZ_BCRT01000015.1	high GC Gram+	Sanguibacter suarezii NBRC 16159, whole genome shotgun sequence	True	True
USA0111_01_000000004223	5465	0.8708326067533647	9	3	2	1	3	False	85246	fragment	False	USA0111_01_000000004223	1.0		0	0	False	False	0.9989020824432373	0					non-mobilizable	no_good_hit	2635.0	83.985	80.0	0.000586530075101351	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MON0051_000000029177	1266	0.8708299628717638	3	2	2	1	1	True	87079	fragment	False	MON0032_000000016300	0.0841646556973266		0	0	False	False	0.9992101192474365	0					non-mobilizable	other	1268.0	91.87700000000001	100.0	0.0003935393592245937	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0034_000000006544	5302	0.8708295934833413	5	5	4	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.10805709374190639		0	0	False	True	1.0	0					non-mobilizable	plasmid	3291.0	99.575	95.0	0.10621126033057851	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0094_000000001210	13196	0.8708259227843616	21	6	5	6	4	True	124556	maximal	True	AST0094_000000001210	0.983485192333619	PS131|PS247|PS914	4	4	True	True	1.0	34					non-mobilizable	no_good_hit	339.0	88.49600000000001	7.0	8.968750690287749e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ENG0027_000000002923	6181	0.870824072834	7	3	1	2	1	True	71926	maximal	True	ENG0027_000000002923	1.0	PS336	1	1	False	True	0.9954699873924255	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
USA0145_01_000000003770	6446	0.870812595187265	10	6	1	4	5	False	110866	maximal	True	USA0145_01_000000003770	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	5287.0	97.465	82.0	0.06575540284832188	NZ_AGDG01000019.1	CFB group bacteria	Bacteroides faecis MAJ27 contig019, whole genome shotgun sequence	True	False
MON0055_000000005808	3211	0.8708123849931356	2	2	2	2	2	False	11093	fragment	False	MON0055_000000005808	1.0		0	0	False	False	0.9676113128662109	0					non-mobilizable	no_good_hit	1440.0	74.653	45.0	0.018395733248633556	NZ_JXQL01000052.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig52, whole genome shotgun sequence	True	False
ISR0308_000000016330	1184	0.8708111977993628	2	2	1	2	0	True	25401	fragment	False	ISR0308_000000016330	1.0		0	0	False	False	0.9864864945411682	0					non-mobilizable	no_good_hit								True	True
MON0067_000000001446	8730	0.8708094580606556	11	10	4	5	8	True	132506	backbone	False	ISR0038_000000002833	0.9737204155385943	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	6409.0	99.875	100.0	0.7162343470483006	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
CHI0048_000000002080	7293	0.8708040228149998	10	6	6	6	6	False	103956	maximal	True	CHI0048_000000002080	1.0		1	1	False	False	0.9989030361175537	0					non-mobilizable	other	7313.0	91.03	99.0	0.0035698913965813654	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0041_000000030102	1276	0.8707853683026989	1	1	1	1	1	False	47343	fragment	False	FIJ0041_000000030102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	0.00035735556879094697	NZ_QNUG01000012.1	CFB group bacteria	Chryseobacterium hispanicum strain KCTC 22104 CONTIG0012, whole genome shotgun sequence	True	False
ISR0851_000000005982	2176	0.8707786110484002	2	2	2	2	2	False	20556	maximal	True	ISR0851_000000005982	1.0		1	1	False	False	0.9880514740943909	0					non-mobilizable	no_good_hit	714.0	75.63	32.0	0.0025524910354629473	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0166_000000018944	1158	0.8707698969816887	2	1	1	1	1	False	30194	fragment	False	ISR0166_000000018944	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	99.82700000000001	100.0	0.00032129785449678145	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0820_000000005227	3757	0.8707693795116737	5	4	4	4	3	False	75040	fragment	False	ISR0820_000000005227	1.0		0	0	False	False	0.9890870451927185	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000018535	1141	0.8707622215991618	2	1	1	1	1	False	37760	fragment	False	ISR0018_000000018535	1.0		0	0	False	False	0.9912357330322266	0					non-mobilizable	no_good_hit								True	False
SPA0015_000000011214	2040	0.8707554518351908	2	2	2	2	2	False	76299	fragment	False	DEN0007_000000012321	0.9384596508282202		0	0	False	False	0.9843137264251709	0					non-mobilizable	other	1920.0	97.969	94.0	0.0016464254198470662	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0023_000000028896	1167	0.8707460964532237	2	1	1	1	1	False	96308	fragment	False	ISR0023_000000028896	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1167.0	99.486	100.0	0.00039620553348939167	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0143_000000004829	7315	0.8707450185661025	7	6	6	6	5	False	89298	maximal	True	ISR0143_000000004829	1.0		54	10	False	False	0.9990430474281311	0					non-mobilizable	no_good_hit	173.0	89.01700000000001	2.0	5.7894192976828526e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0033_000000011609	1127	0.8707405015296632	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.09506946801295438		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	91.038	100.0	0.004082535377743293	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0215_000000023653	1281	0.8707301445066739	2	1	1	1	1	False	37567	fragment	False	ISR0299_000000008021	0.7750771866092708		0	0	False	False	0.9992193579673767	0					non-mobilizable	no_good_hit	63.0	85.714	5.0	0.0002038353930571035	NZ_FRFD01000011.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
SPA0030_000000024116	1256	0.8707301445066739	2	1	1	1	1	False	37567	fragment	False	ISR0299_000000008021	0.3179807442102524		0	0	False	False	0.9904458522796631	0					non-mobilizable	no_good_hit	115.0	83.478	9.0	2.1240933250746562e-05	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
USA0054_01_000000004834	1896	0.8707190920527502	3	2	2	2	2	False	1048	fragment	False	USA0054_01_000000004834	1.0		0	0	False	False	0.9952531456947327	0					non-mobilizable	no_good_hit	162.0	81.48100000000001	8.0	6.0563999387503705e-05	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	False
USA0087_01_000000000746	12170	0.8707190771320411	14	7	1	3	6	False	99880	maximal	True	USA0087_01_000000000746	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	71.087	8.0	0.0003596198861131481	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
ISR0805_000000000965	13512	0.8707138828365375	18	12	8	11	10	False	21803	maximal	True	ISR0805_000000000965	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	99.01	10.0	0.000264926177068822	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
FIJ0015_000000003241	8829	0.8707127797524801	13	7	3	5	5	True	76964	backbone	False	ENG0033_000000002799	0.9076319837034841	PS328|PS329|PS369	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	475.0	84.421	21.0	0.0506412364353831	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0068_000000004531	4317	0.8707118438343501	4	3	1	1	3	False	126481	maximal	True	ISR0068_000000004531	1.0	PS879|PS961	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2027.0	93.34	47.0	0.24740124740124741	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0060_000000006978	4199	0.870708542923771	4	4	4	3	3	False	35426	maximal	True	ISR0060_000000006978	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	94.667	23.0	0.00024129988011144306	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0785_000000014055	2512	0.8707020475921612	3	3	3	3	3	False	116948	maximal	True	ISR0785_000000014055	1.0		3	3	False	False	0.996417224407196	0					non-mobilizable	other	1986.0	85.95200000000001	94.0	0.0005573095262135725	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0062_01_000000002671	10029	0.8707011097647749	11	10	8	9	7	False	107289	fragment	False	USA0062_01_000000002671	1.0		0	0	False	False	0.9985043406486511	0					non-mobilizable	no_good_hit	1691.0	71.378	17.0	0.01613998331684417	NZ_VWXL01000108.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_108, whole genome shotgun sequence	True	False
CHI0106_000000005353	3535	0.8706912613251513	6	4	0	2	4	False	117792	maximal	True	CHI0106_000000005353	1.0	PS794	0	0	False	True	0.99717116355896	0					non-mobilizable	no_good_hit	1420.0	90.352	59.0	0.018486431558514312	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
CHI0147_000000009721	1980	0.8706904687772612	3	3	3	3	3	False	79666	maximal	True	CHI0147_000000009721	0.9686863543788187		192	12	False	False	0.9712121486663818	0					non-mobilizable	chromosome	1253.0	99.601	100.0	0.00034854020948602845	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
AUS0002_000000001242	16345	0.8706728061625351	32	12	3	9	6	False	103158	maximal	True	AUS0002_000000001242	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0095_000000020476	1536	0.8706717264514725	2	2	2	2	1	False	50187	maximal	True	MON0095_000000020476	1.0		0	0	False	False	0.921875	0					non-mobilizable	no_good_hit	1036.0	96.911	71.0	0.04155771010178219	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
AUS0002_000000023987	1558	0.8706683313426475	2	1	1	1	1	False	102845	maximal	True	AUS0002_000000023987	1.0		1	1	False	False	0.9775353074073792	0					non-mobilizable	chromosome	1548.0	80.685	99.0	0.0004303557691581721	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0101_000000011274	4962	0.8706632917094032	7	6	3	4	5	False	109882	fragment	False	MON0045_000000004455	0.612646791375183		0	0	False	False	0.996372401714325	0	rep_cluster_1097				non-mobilizable	no_good_hit	2967.0	95.18	60.0	0.3737080917569952	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
FIJ0039_000000020239	1135	0.8706558710433329	2	1	1	1	1	False	47530	fragment	False	FIJ0039_000000020239	0.9701986261364729		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	99.20700000000001	100.0	0.009118174435340565	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0158_000000013144	1469	0.8706487615531141	2	2	1	2	1	False	47148	fragment	False	ISR0158_000000013144	1.0		0	0	False	False	0.9897889494895935	0					non-mobilizable	other	1470.0	96.531	100.0	0.0024372628940006473	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0024_000000038409	1356	0.8706487615531141	3	2	1	2	1	False	47147	fragment	False	MON0024_000000038409	1.0		0	0	False	False	0.997787594795227	0					non-mobilizable	other	1358.0	96.613	100.0	0.002249653420552369	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0043_000000027514	1125	0.8706487615531141	2	2	1	2	1	False	47146	fragment	False	ISR0309_000000018817	0.9625550660792952		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	97.689	100.0	0.0018661331695209317	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0058_000000009732	1594	0.8706447461469498	2	2	2	2	2	False	41906	fragment	False	MAD0058_000000009732	1.0		0	0	False	False	0.9855709075927734	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000005429	6520	0.8706445634953975	8	7	4	5	5	True	128137	maximal	True	DEN0082_000000005429	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3277.0	82.728	63.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0024_000000012482	1964	0.8706380490937247	2	2	2	2	2	False	37447	fragment	False	ISR0024_000000012482	1.0		0	0	False	False	0.9984725117683411	0					non-mobilizable	other	1964.0	100.0	100.0	0.0008670280240418082	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
FIJ0008_000000007000	4097	0.8706372518724464	4	2	1	1	2	False	84404	maximal	True	FIJ0008_000000007000	1.0		2	1	False	False	0.9990236759185791	0					non-mobilizable	no_good_hit	691.0	100.0	17.0	0.00019208685666562272	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0111_000000006505	4710	0.8706243676035241	9	2	1	2	1	False	82638	fragment	False	CHI0111_000000006505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	94.87200000000001	2.0	0.0001772225316583886	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	True	False
MON0064_000000005411	4329	0.8706243676035241	6	2	1	2	1	False	93707	fragment	False	MON0064_000000005411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	95.455	2.0	1.7896536209306702e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
TAN0017_000000019377	1914	0.8706243676035241	3	2	1	2	1	False	2463	fragment	False	TAN0017_000000019377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000022839	1433	0.8706087225601904	2	2	2	2	2	False	49061	fragment	False	FIJ0026_000000022839	1.0		0	0	False	False	0.9958129525184631	0					non-mobilizable	other	1434.0	95.676	100.0	0.09346648391097187	NZ_CABIWU010000055.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0016_000000010235	2088	0.8706072002180657	3	3	3	3	3	False	100352	maximal	False	ISR0256_000000008433	0.998384030418251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.73100000000001	45.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
AUS0016_000000013561	2087	0.8706072002180657	3	3	3	3	3	False	100352	maximal	False	ISR0256_000000008433	0.9981931879434175		0	0	False	False	0.9985625147819519	0					non-mobilizable	no_good_hit	851.0	78.73100000000001	46.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0281_000000001862	6992	0.870593532594703	13	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.35985877772745706	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	1.0	0.00027251383531779307	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
SPA0027_000000029138	1293	0.8705935203075724	2	2	2	2	1	False	68293	fragment	False	MON0084_000000028775	0.9617003656974142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	94.697	20.0	0.007253571625572288	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0006_000000004983	3935	0.8705910715852997	4	4	4	4	4	False	96916	fragment	False	MAD0045_000000008897	0.9843043696634857		0	0	False	False	0.9997458457946777	0					non-mobilizable	other	2674.0	80.59100000000001	97.0	0.0075210709822473056	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
USA0031_01_000000002092	14191	0.8705872993827128	16	11	7	9	7	False	120541	maximal	False	AST0102_000000001460	0.9909361378260568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3429.0	85.914	42.0	0.2963895157090783	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
ISR0182_000000005824	5283	0.8705834336766493	6	5	2	2	4	True	118159	fragment	False	FIJ0043_000000004208	0.7033479900906654		0	0	False	False	0.9982964396476746	0	rep_cluster_1097				non-mobilizable	plasmid	4114.0	99.87799999999999	99.0	0.459525939177102	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0011_000000001948	10267	0.8705824516703344	9	8	6	7	8	False	116287	fragment	False	ENG0011_000000001948	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1390.0	96.18700000000001	34.0	0.04860212043808391	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0095_000000012295	2200	0.8705777242818233	3	3	2	3	2	False	43124	maximal	True	FIJ0095_000000012295	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	85.14299999999999	8.0	4.6776744333186694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0831_000000002231	6710	0.8705679210513043	10	5	2	3	2	False	110801	maximal	False	AUS0002_000000004314	0.6351659541762872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2135.0	95.691	41.0	0.00046578248942253693	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
MAD0112_000000014837	1927	0.8705473773461011	4	2	1	2	1	False	14449	maximal	True	MAD0112_000000014837	1.0		2	1	False	False	0.9989621043205261	0					non-mobilizable	no_good_hit	1098.0	85.24600000000001	56.0	0.17597539258539743	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0123_000000002211	5723	0.8705371959201132	9	6	4	3	6	False	4094	maximal	True	SPA0123_000000002211	1.0		2	2	False	False	0.9982526898384094	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	7.220671399535112e-06	NZ_CP026520.1	firmicutes	Paenibacillus chitinolyticus strain KCCM 41400 chromosome, complete genome	True	False
MAD0069_000000008268	1124	0.8705210820354109	1	1	1	1	1	True	16390	maximal	True	MAD0069_000000008268	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0072_000000026796	1111	0.8705201906903051	2	1	1	1	1	False	84571	fragment	False	MAD0062_000000012232	0.7998399224857339		0	0	False	False	0.9936993718147278	0					non-mobilizable	other	1111.0	99.37	100.0	0.005455931911544043	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ISR0374_000000002509	6019	0.8705156660398099	6	4	2	3	2	True	23424	fragment	False	ISR0374_000000002509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.00248015873015873	XM_019040264.1	whiteflies	PREDICTED: Bemisia tabaci uncharacterized LOC109029683 (LOC109029683), transcript variant X3, mRNA	True	True
FIJ0149_000000012037	2063	0.8705130141085099	4	3	1	3	1	False	39853	fragment	False	FIJ0149_000000012037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	83.92200000000001	12.0	0.005310293962701507	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
SPA0150_000000017388	1220	0.8705106899512026	2	2	2	2	2	False	62031	fragment	False	SPA0150_000000017388	0.9228498725899783		0	0	False	False	0.9967213273048401	0					non-mobilizable	other	1220.0	99.016	100.0	0.0003438058261408628	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CAN0009_000000003603	5564	0.8704886142121555	6	5	5	5	4	False	94830	fragment	False	CAN0009_000000003603	1.0		0	0	False	False	0.999281108379364	0					non-mobilizable	other	5564.0	99.874	100.0	0.00216189285903044	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
MON0069_000000018278	2649	0.8704836788020966	3	3	3	2	2	False	74940	fragment	False	MON0069_000000018278	1.0		0	0	False	False	0.9984899759292603	0					non-mobilizable	no_good_hit	1134.0	99.295	43.0	0.00039980422649174086	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0055_000000006551	2112	0.8704789962371279	3	2	2	2	2	False	50541	maximal	True	FIJ0055_000000006551	1.0		0	0	False	False	0.9928977489471436	0					non-mobilizable	no_good_hit	712.0	80.899	33.0	0.05493994575745835	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0135_000000014003	1363	0.870474201989558	2	2	2	2	1	False	80657	maximal	True	CHI0135_000000014003	1.0		0	0	False	False	0.9911959171295166	0					non-mobilizable	no_good_hit	661.0	98.336	48.0	0.00014659532360917688	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0112_000000004368	3737	0.8704643972889604	10	4	2	3	2	False	82449	maximal	True	CHI0112_000000004368	1.0		7	3	False	False	0.9994648098945618	0					non-mobilizable	no_good_hit	675.0	86.37	18.0	0.00010354747813424985	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0147_000000009660	2518	0.8704599897766191	4	2	1	2	1	True	30954	maximal	True	ISR0147_000000009660	1.0		0	0	False	False	0.9936457276344299	0					non-mobilizable	no_good_hit	550.0	100.0	22.0	0.006662297946701617	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0093_000000026374	1230	0.8704490218169293	2	1	1	1	1	False	15648	maximal	True	MAD0093_000000026374	1.0		0	0	False	False	0.9991869926452637	0					non-mobilizable	no_good_hit	65.0	86.154	5.0	2.7041307528772166e-05	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
FIJ0124_000000002852	8431	0.8704485634921543	15	4	1	4	2	True	100080	backbone	True	FIJ0124_000000002852	0.9627804358717378	PS362|PS441|PS569	2	1	False	True	0.9985767006874084	0					non-mobilizable	no_good_hit								True	True
USA0024_01_000000002856	8208	0.8704485634921543	14	4	1	4	2	True	100080	backbone	False	FIJ0124_000000002852	0.9459556413081616	PS362|PS441|PS569	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0213_000000003069	6872	0.8704413110224034	8	7	4	7	6	False	81699	fragment	False	ISR0213_000000003069	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5019.0	97.09100000000001	93.0	0.0021361745983267846	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0047_000000009959	3979	0.8704404444975462	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5177382705708998		0	0	False	False	1.0	0					non-mobilizable	chromosome	3979.0	97.914	100.0	0.0013389715096617666	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0197_000000002351	8421	0.8704361043166483	8	8	5	5	8	False	128551	fragment	False	ISR0150_000000002357	0.9647578297947303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2975.0	91.294	86.0	0.2513545546901456	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0134_000000007678	4281	0.8704353476909922	7	3	3	2	2	False	51066	fragment	False	ISR0134_000000007678	1.0		0	0	False	False	0.9995328187942505	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000018443	2180	0.8704297795668687	2	2	2	2	2	False	17857	fragment	False	MAD0045_000000018443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	78.363	45.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0142_000000006156	4924	0.870427223445698	4	4	4	4	4	False	48463	fragment	False	FIJ0142_000000006156	0.9866623986342296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.739698533111626e-07	CP023757.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 1	True	False
USA0046_01_000000002473	4330	0.8704178780286509	5	3	2	2	3	False	126750	fragment	False	USA0046_01_000000002473	0.9667540514775977		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4074.0	98.945	100.0	0.7953125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0266_000000015653	1339	0.8704054843757235	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.07778487664136537		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	92.15799999999999	100.0	0.00037708645574268545	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0012_000000022942	2222	0.8703947498894999	2	2	2	1	2	False	43710	maximal	True	MON0012_000000022942	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1624.0	97.414	77.0	0.000544357859905665	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0084_000000000458	29194	0.8703893897410447	35	28	17	20	24	False	37817	maximal	True	ISR0084_000000000458	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	79.167	1.0	0.003996908052261458	NZ_HE997981.1	a-proteobacteria	Bartonella queenslandensis AUST/NH15, whole genome shotgun sequence	True	False
ENG0155_000000006220	3726	0.8703872218198551	4	4	3	4	3	False	106616	maximal	True	ENG0155_000000006220	1.0		1	1	False	False	0.9959742426872253	0					non-mobilizable	no_good_hit	1818.0	99.23	49.0	0.01013933918516989	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0152_000000018054	1317	0.8703791815485772	2	2	2	2	2	False	99431	fragment	False	ISR0152_000000018054	0.9798262155057554		0	0	False	False	0.9794988632202148	0					non-mobilizable	no_good_hit	511.0	79.452	39.0	0.00014884915866529187	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
AST0106_000000003010	6269	0.8703778692921114	9	4	3	4	1	True	107513	fragment	False	AST0106_000000003010	1.0		0	0	False	False	0.9929813146591187	0					non-mobilizable	no_good_hit	4165.0	97.719	70.0	0.03605189669227967	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
USA0075_01_000000008477	2926	0.8703693055461627	4	3	2	3	3	False	686	fragment	False	USA0075_01_000000008477	1.0		0	0	False	False	0.9976076483726501	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.060120557372279e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	False
MAD0002_000000028781	1516	0.8703690922839817	2	2	2	2	1	False	20146	fragment	False	MAD0002_000000028781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	77.97800000000001	54.0	0.00015476728253414635	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
DEN0079_000000030000	1971	0.8703688537735988	2	1	1	1	1	False	69530	fragment	False	DEN0079_000000030000	1.0		0	0	False	False	0.9964485168457031	0					non-mobilizable	no_good_hit	323.0	70.279	16.0	0.012196060326254232	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ISR0133_000000005296	3562	0.8703578342315986	4	4	2	3	3	True	87544	fragment	False	ISR0133_000000005296	1.0		0	0	False	False	0.9966310858726501	0					non-mobilizable	other	3496.0	99.514	98.0	0.0006100450595513943	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0064_000000007466	2875	0.8703578342315986	4	4	2	3	3	True	87543	fragment	False	SPA0064_000000007466	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2875.0	99.93	100.0	0.0005016507871675843	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
MON0011_000000022972	2055	0.8703487227533977	2	2	2	2	2	False	13677	fragment	False	MON0011_000000022972	0.9949220166848023		0	0	False	False	0.9888077974319458	0					non-mobilizable	chromosome	1883.0	94.477	92.0	0.0007587914521598327	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0207_000000021782	1394	0.8703284911506896	1	1	1	0	1	False	28560	fragment	False	ISR0207_000000021782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0035_000000000046	69108	0.8703218324521032	64	11	2	9	5	True	114302	fragment	False	ISR0035_000000000046	0.955585445866294		0	0	False	False	1.0	0					non-mobilizable	virus	35252.0	97.594	98.0	0.3631071962087261	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
CAN0017_000000014552	2469	0.8703198227740008	3	2	1	2	1	True	92497	fragment	False	CAN0017_000000014552	1.0		0	0	False	False	0.9866342544555664	0					non-mobilizable	other	2469.0	99.71600000000001	100.0	0.042815259441736205	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	False	True
FIJ0123_000000007242	4486	0.8703175380155204	4	3	3	3	2	False	41376	maximal	True	FIJ0123_000000007242	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	73.86399999999999	9.0	0.00012587091567389067	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0005_01_000000012482	2722	0.8703161946382941	3	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.5542827763523535		0	0	False	False	0.9974283576011658	0					non-mobilizable	no_good_hit	58.0	100.0	2.0	1.6881511043321806e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0054_000000002164	9829	0.8703139998081538	10	3	3	3	2	False	6450	maximal	True	SPA0054_000000002164	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3337.0	91.789	38.0	0.0015046956882685623	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	False
SPA0092_000000028693	1575	0.8703088255924644	2	1	1	1	1	False	5305	fragment	False	SPA0092_000000028693	1.0		0	0	False	False	0.9911110997200012	0					non-mobilizable	no_good_hit								True	False
MAD0064_000000016185	1409	0.8703083603213927	2	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.017441897485532546	PS849	0	0	False	True	1.0	0					non-mobilizable	other	1409.0	100.0	100.0	0.0057534907098287435	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
MAD0026_000000004676	2746	0.8702968944832759	3	3	3	3	3	True	19101	maximal	True	MAD0026_000000004676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0151_000000000740	25675	0.8702899456234826	32	13	7	13	6	True	118916	fragment	False	ENG0151_000000000740	0.9769880471720735		0	0	False	False	0.9999610781669617	0					non-mobilizable	other	17067.0	97.45100000000001	95.0	0.004567195618705712	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0060_000000007560	1958	0.870284917936893	2	1	1	1	1	False	6231	maximal	True	SPA0060_000000007560	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	97.75299999999999	5.0	0.00013898628458073524	NZ_QVMD01000001.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf1, whole genome shotgun sequence	True	False
MON0007_000000020380	2899	0.8702781600469661	3	3	3	3	3	False	13983	fragment	False	MON0007_000000020380	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2899.0	99.586	100.0	0.0017386953305411014	CP017686.1	euryarchaeotes	Candidatus Methanomethylophilus alvus strain Mx-05 chromosome, complete genome	False	False
USA0020_01_000000009893	3534	0.8702725650781115	5	5	5	4	4	False	127815	fragment	False	USA0020_01_000000009893	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1364.0	93.32799999999999	96.0	0.0004806119651206982	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0379_000000017675	1422	0.8702720922715601	3	2	2	1	1	False	37567	fragment	False	ISR0299_000000008021	0.9548339773661997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	83.152	13.0	0.0011704932793105665	NZ_JAAIPV010000006.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_6_length_155490_cov_78.5241, whole genome shotgun sequence	True	False
ISR0284_000000000395	15353	0.8702558132345446	16	16	7	12	16	True	54179	fragment	False	ISR0284_000000000395	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	15353.0	100.0	100.0	0.1733807668417189	CP031903.1	enterobacteria	Escherichia coli O104:H4 strain FWSEC0009 plasmid unnamed18, complete sequence	False	True
CAN0010_000000007004	1872	0.8702520858202825	4	3	3	2	2	True	94602	fragment	False	CAN0010_000000007004	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1821.0	99.176	97.0	0.028523516228626953	CP034165.1	enterobacteria	Escherichia albertii strain 2014C-4015 plasmid p2014C-4015-1, complete sequence	False	True
ISR0139_000000008781	2827	0.8702506454808662	5	2	2	2	1	False	31313	maximal	True	ISR0139_000000008781	1.0		1	1	False	False	0.9957551956176758	0					non-mobilizable	no_good_hit	774.0	78.036	27.0	0.008316075939759951	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ENG0016_000000012911	1743	0.8702473593080285	2	1	1	1	1	False	66790	fragment	False	ENG0016_000000012911	1.0		0	0	False	False	0.9977051019668579	0					non-mobilizable	plasmid	1638.0	96.581	94.0	0.032367837923393476	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
MAD0032_000000006986	2324	0.8702450026029311	3	2	2	2	1	False	131752	maximal	True	MAD0032_000000006986	1.0		1	1	False	False	0.997418224811554	0					non-mobilizable	no_good_hit	1683.0	92.751	72.0	0.036413655662420934	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	True	False
ISR0021_000000014473	1639	0.8702450026029311	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.279085660905902		0	0	False	False	1.0	0					non-mobilizable	virus	1638.0	98.16799999999999	99.0	0.043652169275485986	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ISR0033_000000022250	1425	0.8702450026029311	3	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.07784494375012015		0	0	False	False	1.0	0					non-mobilizable	virus	1351.0	94.89299999999999	94.0	0.03599904002559932	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
MAD0110_000000002536	10139	0.8702419985596817	17	13	9	11	12	True	77728	maximal	True	MAD0110_000000002536	1.0		4	3	False	False	1.0	0					non-mobilizable	plasmid	9058.0	99.934	100.0	0.061849545193804804	CP056614.1	enterobacteria	Escherichia coli strain RHBSTW-00317 plasmid pRHBSTW-00317_2, complete sequence	False	True
ENG0168_000000011510	2600	0.8702396342649513	4	4	3	4	3	False	95835	fragment	False	ENG0168_000000011510	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2600.0	99.5	100.0	0.00036684023945253154	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0168_000000005195	4959	0.8702347278726585	5	5	4	5	5	False	113620	maximal	False	ISR0028_000000003302	0.966771221329151		0	0	False	False	0.997983455657959	0					non-mobilizable	other	4959.0	99.859	100.0	0.18594359435943594	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ISR0389_000000002484	6949	0.8702328813111372	6	4	3	3	3	False	108773	fragment	False	ISR0389_000000002484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	3.0	0.0002446522557903716	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0010_000000002821	6251	0.8702328813111372	4	4	3	3	3	False	78955	fragment	False	SPA0010_000000002821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	96.053	1.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0049_000000012975	1679	0.8702316074685384	4	4	1	3	1	True	125757	fragment	False	MAD0022_000000007809	0.7689664024909656		0	0	False	False	0.9994044303894043	0					non-mobilizable	other	1147.0	95.99	100.0	0.00034413541171451396	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0081_000000002939	9126	0.8702302582997411	14	4	2	3	3	False	69254	maximal	True	FIJ0081_000000002939	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	2808.0	99.751	31.0	0.0012908746296671145	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	True	False
USA0061_01_000000004406	2506	0.8702300504964388	1	1	1	1	1	False	10408	maximal	True	USA0061_01_000000004406	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	2234.0	95.65799999999999	100.0	0.0006227435334082191	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0813_000000003659	7299	0.8702264043909499	9	9	3	4	8	False	118186	backbone	False	ISR0052_000000003449	0.9838404010971973	PS799|PS801	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	94.959	66.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0178_000000000627	19409	0.8702261607938436	30	14	9	10	10	True	122948	maximal	True	ENG0178_000000000627	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5672.0	98.37799999999999	77.0	0.03265865655995484	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0041_01_000000012951	1294	0.8702171928944494	2	1	1	1	1	False	74426	fragment	False	ENG0122_000000023817	0.9552397100051137		0	0	False	False	0.9629057049751282	0					non-mobilizable	no_good_hit								True	False
FIJ0027_000000002309	7260	0.8701955543891321	8	7	6	5	5	False	49007	fragment	False	FIJ0057_000000003416	0.9668581008150932		0	0	False	False	1.0	0					non-mobilizable	other	4993.0	97.236	100.0	0.0018258669115797958	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
USA0132_01_000000003159	5949	0.870193943554063	6	4	2	2	3	False	89301	fragment	False	CHI0054_000000002541	0.9491024304693826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	86.36399999999999	7.0	0.00018608785756647956	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0137_000000011404	3204	0.8701924754696447	4	3	3	3	1	False	3576	maximal	True	SPA0137_000000011404	1.0		0	0	False	False	0.9965667724609375	0					non-mobilizable	no_good_hit	397.0	81.36	12.0	0.00013116238072633378	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0400_000000005522	3208	0.8701912491708367	6	6	1	3	6	True	34706	maximal	True	ISR0400_000000005522	1.0		1	1	True	True	0.9956359267234802	7	rep_cluster_2300				non-mobilizable	no_good_hit	1437.0	99.374	56.0	0.47784071976007997	MF807214.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid CS17-C, complete sequence	True	True
ISR0328_000000014655	1961	0.8701804484056281	3	3	3	3	2	False	110658	fragment	False	ISR0328_000000014655	0.993564633463906		0	0	False	False	0.9994900822639465	0					non-mobilizable	other	1331.0	88.73	95.0	0.0023974412861397587	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0138_000000020348	1426	0.870171958274556	2	2	2	2	1	False	92036	fragment	False	DEN0052_000000027259	0.525194228330843		0	0	False	False	0.9859747290611267	0					non-mobilizable	other	1426.0	99.439	100.0	0.00043153977327960234	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0046_000000000133	45353	0.87017033013062	42	26	17	23	11	True	119539	fragment	False	ISR0046_000000000133	0.9673482828220288		0	0	False	False	0.9999779462814331	0					non-mobilizable	no_good_hit	16954.0	97.74700000000001	73.0	0.09421051753200153	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0385_000000019054	1259	0.8701595088150604	2	2	2	2	1	False	23023	maximal	True	ISR0385_000000019054	1.0		7	3	False	False	0.9745830297470093	0					non-mobilizable	no_good_hit	272.0	98.162	32.0	7.212259457175014e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
CHI0144_000000004917	2942	0.8701509499287191	5	3	3	3	1	True	79872	maximal	True	CHI0144_000000004917	1.0		8	3	False	False	0.999660074710846	0	Col(BS512)				non-mobilizable	no_good_hit	970.0	100.0	33.0	0.3923076923076923	NZ_LDOX01000028.1	firmicutes	Enterococcus cecorum strain 1711s24 1711_S24_contig_29, whole genome shotgun sequence	True	True
ISR0212_000000015566	2264	0.8701351630343817	2	2	2	2	2	False	28360	maximal	True	ISR0212_000000015566	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	70.38600000000001	30.0	0.00020895610074591272	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ENG0152_000000000905	21814	0.8701301230605307	30	4	2	4	1	True	78172	fragment	False	ENG0152_000000000905	1.0		0	0	False	False	0.9999083280563354	0					non-mobilizable	virus	20934.0	96.58	99.0	0.21481481481481482	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0122_000000013778	1306	0.8701258303123219	1	1	1	1	1	False	32137	fragment	False	ISR0122_000000013778	1.0		0	0	False	False	0.9992343187332153	0					non-mobilizable	no_good_hit	123.0	78.04899999999999	9.0	0.0003108725756435191	NZ_QGDL01000003.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_103, whole genome shotgun sequence	True	False
SPA0080_000000007207	1704	0.8701174346434056	3	3	2	3	2	True	25755	fragment	False	SPA0080_000000007207	0.9912643775537173		0	0	False	False	0.9953051805496216	0					non-mobilizable	no_good_hit	856.0	78.154	50.0	0.025699237195786415	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
USA0082_01_000000018573	1611	0.8701174346434056	3	3	2	3	2	True	25755	fragment	False	SPA0080_000000007207	0.9820805825592227		0	0	False	False	0.9832402467727661	0					non-mobilizable	no_good_hit	856.0	78.154	53.0	0.025699237195786415	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
SPA0065_000000012605	1602	0.8701174346434056	3	3	2	3	2	True	25755	fragment	False	SPA0080_000000007207	0.9809892486514368		0	0	False	False	0.9987515807151794	0					non-mobilizable	no_good_hit	856.0	78.154	53.0	0.025699237195786415	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0294_000000011995	1585	0.8701174346434056	3	3	2	3	2	True	25755	fragment	False	SPA0080_000000007207	0.9739376384651375		0	0	False	False	0.9962145090103149	0					non-mobilizable	no_good_hit	856.0	78.154	54.0	0.025699237195786415	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ENG0113_000000017903	1561	0.8701173966784901	2	2	2	2	2	False	92036	fragment	False	DEN0052_000000027259	0.9526846811049399		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	99.295	100.0	0.0004724224886429331	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0086_000000005534	4438	0.8701137594741265	3	3	3	3	2	False	131486	fragment	False	ISR0086_000000005534	1.0		0	0	False	False	0.9984227418899536	0					non-mobilizable	no_good_hit	2826.0	80.361	66.0	0.0007979665620500615	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0140_000000002641	12103	0.8701116744510492	28	3	3	2	1	False	60395	maximal	True	ISR0140_000000002641	1.0		1	1	False	False	0.9990085363388062	0					non-mobilizable	no_good_hit	472.0	99.15299999999999	4.0	0.00013370410911617893	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MAD0080_000000001282	3916	0.8701071134565311	4	4	4	4	2	False	18950	maximal	True	MAD0080_000000001282	1.0		2	1	False	False	0.9997446537017822	0					non-mobilizable	no_good_hit	1098.0	88.251	75.0	0.0002556988651263143	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0052_000000024089	1379	0.8701034112745986	2	2	1	2	1	True	63938	maximal	True	ENG0052_000000024089	1.0		0	0	False	False	0.9825960993766785	0					non-mobilizable	no_good_hit	826.0	99.87899999999999	60.0	0.014404441806055103	NZ_WNAF01000014.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold14_size57274, whole genome shotgun sequence	True	True
MAD0028_000000000674	10941	0.8701019816473949	18	4	3	4	1	False	19792	maximal	True	MAD0028_000000000674	1.0		2	1	True	True	1.0	62					non-mobilizable	no_good_hit	2700.0	71.111	24.0	0.25608813297255506	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	True
MAD0009_000000000728	10053	0.8701019816473949	17	4	3	4	1	False	19792	maximal	False	MAD0028_000000000674	0.9594187003016177		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2700.0	71.111	26.0	0.25608813297255506	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	True
SPA0039_000000012571	2146	0.8701015257215239	4	4	2	3	4	False	42753	fragment	False	SPA0039_000000012571	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1992.0	97.691	96.0	0.021943020884994766	CP027138.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed2	False	True
USA0020_01_000000003189	10489	0.8701009064957049	8	8	5	5	6	False	115375	fragment	False	USA0020_01_000000003189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5353.0	73.734	51.0	0.008840826788121795	CP024735.1	CFB group bacteria	Prevotella intermedia strain KCOM 1944 chromosome 2, complete sequence	True	False
ENG0150_000000003982	3972	0.8700977300458008	5	2	2	2	1	True	124807	maximal	True	ENG0150_000000003982	1.0		1	1	False	False	0.998237669467926	0					non-mobilizable	no_good_hit	50.0	92.0	1.0	9.024768477085361e-06	CP013068.1	a-proteobacteria	Pannonibacter phragmitetus strain 31801, complete genome	True	True
ENG0058_000000015537	2150	0.8700977300458008	2	2	2	2	1	True	124771	fragment	False	ENG0058_000000015537	0.9266551129461279		0	0	False	False	0.9967442154884338	0					non-mobilizable	no_good_hit	124.0	77.419	6.0	9.252639105017454e-05	NZ_SWKE01000001.1	a-proteobacteria	Agrobacterium larrymoorei strain CFBP5477 CFBP5477_cc_1, whole genome shotgun sequence	True	True
ENG0166_000000014600	1974	0.8700977300458008	2	2	2	2	1	True	124771	fragment	False	ENG0058_000000015537	0.7350538075925533		0	0	False	False	0.9918946027755737	0					non-mobilizable	no_good_hit	124.0	77.419	6.0	9.252639105017454e-05	NZ_SWKE01000001.1	a-proteobacteria	Agrobacterium larrymoorei strain CFBP5477 CFBP5477_cc_1, whole genome shotgun sequence	True	True
ISR0086_000000002104	10856	0.870095435077813	11	4	3	4	3	False	95647	fragment	False	ISR0086_000000002104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	91.82799999999999	16.0	0.034185940725707686	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0154_000000021793	1524	0.8700887626947795	2	1	1	1	1	False	56814	maximal	True	ENG0154_000000021793	1.0		2	2	False	False	0.9921259880065918	0					non-mobilizable	no_good_hit								True	False
MON0030_000000009848	3434	0.8700867972986297	7	4	2	3	3	False	58788	maximal	True	MON0030_000000009848	1.0		147	11	False	False	0.9982527494430542	0					non-mobilizable	other	3437.0	99.53399999999999	100.0	0.0009656258553910644	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0104_000000007234	4107	0.8700827358365311	5	4	3	4	2	True	73243	fragment	False	ENG0104_000000007234	1.0		0	0	False	False	0.9943997859954834	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.399523217383899e-06	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	True
ISR0301_000000010180	1836	0.8700789167285402	2	2	2	2	2	False	30795	fragment	False	ISR0301_000000010180	1.0		0	0	False	False	0.9972766637802124	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000001909	12455	0.8700758213752982	16	12	8	10	8	True	30263	maximal	False	ISR0213_000000001493	0.9038792458522771		0	0	True	True	0.9998394250869751	21					non-mobilizable	no_good_hit	204.0	74.51	2.0	6.913554299746826e-05	CP017459.1	firmicutes	Staphylococcus nepalensis strain JS9 chromosome, complete genome	True	True
CHI0122_000000004750	2879	0.8700717199462329	3	3	2	3	3	False	98915	fragment	False	ISR0239_000000004585	0.8938497003245034		0	0	False	False	1.0	0					non-mobilizable	chromosome	2879.0	99.54799999999999	100.0	0.0004065183623270761	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0132_000000011480	3465	0.8700692119408492	4	2	2	1	1	False	40663	fragment	False	SPA0132_000000011480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	92.948	88.0	0.002888644072207427	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
DEN0011_000000029207	1590	0.8700679308326216	3	1	1	1	1	True	111271	fragment	False	DEN0011_000000029207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	3.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
MON0102_000000011069	4097	0.8700624357234327	4	1	1	1	1	True	111405	fragment	False	FIJ0137_000000002543	0.8008807282743888		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	4097.0	99.902	100.0	0.13184584178498987	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0033_000000016506	4096	0.8700624357234327	5	1	1	1	1	True	111405	fragment	False	FIJ0137_000000002543	0.7995988159723031		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	4097.0	99.634	100.0	0.13184584178498987	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0039_000000006932	3679	0.8700624357234327	4	1	1	1	1	True	111405	fragment	False	FIJ0137_000000002543	0.43796299004896805		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	3637.0	99.863	99.0	0.11006175081729024	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0076_000000003137	3625	0.8700624357234327	4	1	1	1	1	True	111405	fragment	False	FIJ0137_000000002543	0.4358811684174673		0	0	False	False	0.9933792948722839	0		MOBB			mobilizable	plasmid	3625.0	99.86200000000001	100.0	0.11661676164718761	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0097_000000009224	3416	0.8700624357234327	3	1	1	1	1	True	82615	fragment	False	USA0145_01_000000007157	0.9850969961033627		0	0	False	False	1.0	0					non-mobilizable	chromosome	2343.0	100.0	99.0	0.0005332207695637038	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
USA0145_01_000000007157	3386	0.8700624357234327	3	1	1	1	1	True	82615	fragment	False	USA0145_01_000000007157	0.9871939270765306		0	0	False	False	0.9988186359405518	0					non-mobilizable	chromosome	2392.0	99.958	99.0	0.0005443769684145243	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0174_000000005307	3229	0.8700624357234327	4	1	1	1	1	True	111399	fragment	False	ISR0306_000000002470	0.24784186246576279		0	0	False	False	1.0	0					non-mobilizable	plasmid	3191.0	99.68700000000001	99.0	0.10270774976657329	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0153_000000011637	2265	0.8700624357234327	3	1	1	1	1	True	84254	maximal	True	FIJ0153_000000011637	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	933.0	99.786	99.0	0.00021219545569315626	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
USA0078_01_000000010618	1605	0.8700624357234327	2	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.5802859280802698		0	0	False	False	0.9937694668769836	0					non-mobilizable	plasmid	1556.0	99.679	97.0	0.04706986317956169	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0204_000000017362	1553	0.8700624357234327	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.5253592954544203		0	0	False	False	1.0	0					non-mobilizable	plasmid	1517.0	99.802	98.0	0.0458590628405376	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0001_000000016846	1461	0.8700624357234327	1	1	1	1	1	True	84253	fragment	False	ISR0001_000000016846	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	933.0	99.786	99.0	0.00021219545569315626	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0060_000000018852	1446	0.8700624357234327	2	1	1	1	1	True	84252	fragment	False	ISR0060_000000018852	1.0		0	0	False	False	0.9965421557426453	0					non-mobilizable	chromosome	904.0	98.34100000000001	100.0	0.00020513745233855557	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0082_000000006330	1445	0.8700624357234327	1	1	1	1	1	True	84260	fragment	False	CHI0082_000000006330	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	83.346	100.0	0.22267002518891688	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
FIJ0142_000000026689	1371	0.8700624357234327	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.23706847121046484		0	0	False	False	1.0	0					non-mobilizable	plasmid	1371.0	99.781	100.0	0.04410959786213336	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0142_000000019592	1357	0.8700624357234327	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.1913849027089105		0	0	False	False	1.0	0					non-mobilizable	plasmid	1357.0	99.853	100.0	0.04104613149291682	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0370_000000020208	1336	0.8700624357234327	2	1	1	1	1	True	31331	fragment	False	ISR0370_000000020208	1.0		0	0	False	False	0.972305417060852	0					non-mobilizable	chromosome	935.0	98.289	99.0	0.00021219545569315626	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
SPA0111_000000029496	1151	0.8700624357234327	1	1	1	1	1	True	4553	fragment	False	SPA0111_000000029496	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	967.0	95.863	100.0	0.1086467011934249	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	False	True
ISR0101_000000020696	1135	0.8700624357234327	1	1	1	1	1	True	33110	fragment	False	ISR0101_000000020696	1.0		0	0	False	False	0.9127753376960754	0					non-mobilizable	chromosome	810.0	98.64200000000001	100.0	0.00018419111980232127	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0138_000000025773	1118	0.8700624357234327	2	1	1	1	1	True	31327	fragment	False	ISR0138_000000025773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	836.0	98.804	85.0	0.00019011073551908315	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
MON0103_000000054655	1104	0.8700624357234327	1	1	1	1	1	True	31328	fragment	False	USA0055_01_000000021569	0.9369443487090546		0	0	False	False	0.991847813129425	0					non-mobilizable	chromosome	933.0	99.678	95.0	0.00021219545569315626	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0066_000000006784	4056	0.8700477872499807	6	2	2	1	1	True	121665	backbone	False	MON0048_000000009199	0.9431989034479746	PS858	0	0	True	True	1.0	196		MOBV			mobilizable	no_good_hit	2085.0	96.691	59.0	0.5481481481481482	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ENG0034_000000003622	4025	0.8700477872499807	6	2	2	1	1	True	121665	backbone	False	MON0048_000000009199	0.934362792047382	PS858	0	0	True	True	1.0	42		MOBV			mobilizable	no_good_hit	1825.0	96.219	59.0	0.482010582010582	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ISR0042_000000006807	3813	0.8700477872499807	5	2	2	1	1	True	121665	backbone	False	MON0048_000000009199	0.9211636265118051	PS858	0	0	True	True	1.0	8		MOBV			mobilizable	no_good_hit	1354.0	93.87	55.0	0.3574074074074074	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
DEN0051_000000012219	3512	0.8700477872499807	4	2	2	1	1	True	121665	backbone	False	MON0048_000000009199	0.3450802665598386	PS858	0	0	True	True	1.0	90		MOBV			mobilizable	no_good_hit	1394.0	97.561	60.0	0.3685185185185185	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
DEN0078_000000008141	3494	0.8700477872499807	4	2	2	1	1	True	121665	backbone	False	MON0048_000000009199	0.345598319996397	PS858	0	0	True	True	1.0	38		MOBV			mobilizable	no_good_hit	1187.0	97.22	60.0	0.31375661375661373	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ENG0204_000000006849	3463	0.8700477872499807	5	2	2	1	1	True	121665	backbone	False	MON0048_000000009199	0.30320887373348815	PS858	0	0	True	True	1.0	145		MOBV			mobilizable	no_good_hit	1396.0	94.914	59.0	0.3685185185185185	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ISR0049_000000018077	1632	0.8700424885949618	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.7969083840211987		0	0	False	False	0.999387264251709	0					non-mobilizable	other	1634.0	97.552	100.0	0.003414624966282408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0388_000000023190	1519	0.8700424885949618	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.6017851926768842		0	0	False	False	0.9993416666984558	0					non-mobilizable	other	1478.0	96.955	97.0	0.003084244840947062	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0001_000000016193	2090	0.8700410322346851	3	2	1	2	2	False	89845	fragment	False	CHI0015_000000004587	0.9802724283701268		0	0	False	False	0.981339693069458	0					non-mobilizable	plasmid	2091.0	99.95200000000001	100.0	0.01683000088578952	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
CHI0064_000000012430	1469	0.8700355099560719	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.13210866426412168		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	78.442	100.0	0.020596273984828203	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0043_000000003017	2791	0.8700335017721655	6	4	2	4	4	False	97998	fragment	False	CHI0043_000000003017	0.996818862275449		0	0	False	False	1.0	0	IncFIC				non-mobilizable	plasmid	2792.0	99.463	100.0	0.021514749444581587	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
SPA0019_000000010814	2672	0.8700335017721655	6	4	2	4	4	False	97998	fragment	False	CHI0043_000000003017	0.9758151200286636		0	0	False	False	1.0	0	IncFIC				non-mobilizable	plasmid	2672.0	99.85	100.0	0.020604480375215995	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0815_000000004939	5754	0.8700273631987386	8	8	8	7	7	False	83557	maximal	True	ISR0815_000000004939	1.0		44	5	False	False	0.9980883002281189	0					non-mobilizable	chromosome	5737.0	99.512	99.0	0.0022734687583372084	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0028_000000011227	2557	0.8700271029145681	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9125883526107111		0	0	False	False	0.9953070282936096	0					non-mobilizable	other	2562.0	91.296	100.0	0.009139206768300743	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
DEN0017_000000011878	2516	0.8700271029145681	3	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9145880830018948		0	0	False	False	1.0	0					non-mobilizable	other	2510.0	91.155	100.0	0.00895342148606789	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0288_000000012017	2507	0.8700271029145681	3	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9134460451834062		0	0	False	False	1.0	0					non-mobilizable	other	2510.0	90.99600000000001	99.0	0.00895342148606789	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0398_000000016063	1420	0.8700256950443807	3	2	2	2	2	False	22604	fragment	False	ISR0398_000000016063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	80.503	11.0	4.775702194465384e-05	NZ_AP021853.1	firmicutes	Sporolactobacillus terrae strain 70-3	True	False
FIJ0017_000000004821	5728	0.8700231451017315	7	4	3	4	2	True	52102	fragment	False	FIJ0047_000000004604	0.9853693864196457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	91.86	2.0	0.0006428728095054417	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	True	True
FIJ0070_000000003288	5722	0.8700231451017315	7	4	3	4	2	True	52102	fragment	False	FIJ0047_000000004604	0.9851136118790059		0	0	False	False	0.9998252391815186	0					non-mobilizable	no_good_hit	86.0	91.86	2.0	0.0006428728095054417	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	True	True
FIJ0061_000000004010	5721	0.8700231451017315	7	4	3	4	2	True	52102	fragment	False	FIJ0047_000000004604	0.9850495522276154		0	0	False	False	0.9998251795768738	0					non-mobilizable	no_good_hit	86.0	91.86	2.0	0.0006428728095054417	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	True	True
FIJ0107_000000004814	5714	0.8700231451017315	7	4	3	4	2	True	52102	fragment	False	FIJ0047_000000004604	0.9843576988279547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	91.86	2.0	0.0006428728095054417	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	True	True
FIJ0004_000000004632	5683	0.8700231451017315	7	4	3	4	2	True	52102	fragment	False	FIJ0047_000000004604	0.9806492281231698		0	0	False	False	0.999824047088623	0					non-mobilizable	no_good_hit	55.0	100.0	1.0	0.0005524522742618624	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
FIJ0115_000000004494	5463	0.8700231451017315	7	4	3	4	2	True	52102	fragment	False	FIJ0047_000000004604	0.8405407730703172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	91.86	2.0	0.0006428728095054417	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	True	True
CAN0021_000000002695	12387	0.870022944346775	16	12	5	7	10	True	111509	fragment	False	CAN0021_000000002695	1.0		0	0	False	False	0.9999192953109741	0					non-mobilizable	other	9449.0	98.169	90.0	0.0017937233361278336	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
ISR0164_000000010843	2418	0.8700189641689144	4	3	2	1	2	False	94128	fragment	False	ISR0164_000000010843	0.937419906023067		0	0	False	False	1.0	0					non-mobilizable	other	2418.0	100.0	100.0	0.005388233720489556	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0009_000000005539	1426	0.8700081436530196	2	2	2	2	2	False	90445	maximal	True	CHI0009_000000005539	1.0		2	2	False	False	0.9992987513542175	0					non-mobilizable	no_good_hit	945.0	90.899	66.0	0.0001916593660825861	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
USA0069_01_000000023827	2585	0.8700070725919232	3	2	1	2	2	False	781	maximal	True	USA0069_01_000000023827	1.0		1	1	False	False	0.9996131658554077	0					non-mobilizable	no_good_hit								True	False
ENG0111_000000002218	10257	0.8700032994728891	7	6	4	6	2	True	120580	fragment	False	ENG0154_000000002032	0.9351368104135305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0012809564474807857	MN166190.1	g-proteobacteria	Acinetobacter baumannii strain NIPH 201 KL45 capsule bioynthesis gene cluster, complete sequence	True	True
SPA0076_000000001733	6036	0.8700023472343195	10	3	3	2	3	False	5754	maximal	True	SPA0076_000000001733	1.0		2	1	False	False	0.9998342990875244	0					non-mobilizable	no_good_hit								True	False
ISR0267_000000017244	1116	0.8699954122732738	2	2	2	1	1	False	26510	maximal	True	ISR0267_000000017244	1.0		1	1	False	False	0.9767025113105774	0					non-mobilizable	no_good_hit	672.0	95.98200000000001	60.0	0.0002104723646021241	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0170_000000012411	3670	0.869993797472138	4	3	1	3	3	False	117875	maximal	True	ISR0170_000000012411	1.0	PS794	5	3	False	True	0.9997275471687317	0					non-mobilizable	no_good_hit	2287.0	85.65799999999999	63.0	0.0009740647757359351	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0331_000000000332	32448	0.8699900167558676	45	16	10	14	10	False	105649	fragment	False	ISR0331_000000000332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	2.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
SPA0048_000000000023	98466	0.8699822578872752	91	12	6	11	3	True	127415	maximal	False	SPA0046_000000000019	0.924815184511643		0	0	True	True	1.0	276					non-mobilizable	virus	26655.0	95.288	98.0	0.26831265734477844	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
DEN0064_000000023909	1740	0.8699726624211982	4	3	2	3	2	True	76351	fragment	False	ENG0087_000000014289	0.974106215223387		0	0	False	False	0.9833333492279053	0					non-mobilizable	no_good_hit	397.0	96.22200000000001	23.0	0.0021918478835316565	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
USA0072_01_000000014043	1230	0.8699726624211982	4	3	2	3	2	True	76346	fragment	False	USA0072_01_000000014043	0.9995579133510168		0	0	False	False	0.9934959411621094	0					non-mobilizable	no_good_hit	261.0	95.01899999999999	21.0	0.001435270949114638	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
MON0004_000000037553	1262	0.8699689295147741	1	1	1	1	1	False	14186	maximal	True	MON0004_000000037553	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0016_000000005100	4427	0.86996381279808	6	4	2	4	4	False	109917	fragment	False	ENG0016_000000005100	0.9859543817527011		0	0	False	False	0.997741162776947	0					non-mobilizable	other	4427.0	99.79700000000001	100.0	0.0012483056493022631	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0132_000000004598	4147	0.8699631769491858	4	2	2	2	1	False	74543	fragment	False	ENG0132_000000004598	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3811.0	98.819	92.0	0.0018698496316985154	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
AST0060_000000004790	5696	0.8699534094717376	7	7	3	4	5	True	123418	backbone	True	AST0060_000000004790	1.0	PS895|PS896	12	4	True	True	0.997542142868042	3		MOBV			mobilizable	no_good_hit	3096.0	94.86399999999999	88.0	0.5078009525373625	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0092_000000027946	1335	0.8699495863954665	3	1	1	1	1	False	46091	fragment	False	FIJ0092_000000027946	1.0		0	0	False	False	0.9640449285507202	0					non-mobilizable	no_good_hit								True	False
FIJ0057_000000029024	1231	0.8699495863954665	2	1	1	1	1	False	46090	fragment	False	MAD0030_000000009063	0.9271916790490342		0	0	False	False	0.9983752965927124	0					non-mobilizable	no_good_hit								True	False
AST0003_000000005739	6152	0.8699401421448236	11	4	2	4	3	False	130725	fragment	False	AST0003_000000005739	1.0		0	0	False	False	0.9983745217323303	0					non-mobilizable	no_good_hit	447.0	72.707	7.0	0.09151276198381407	NZ_JNJN01000082.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00080.80_C, whole genome shotgun sequence	True	False
ISR0141_000000011217	3076	0.8699398598930471	4	3	2	3	2	False	69600	fragment	False	ISR0007_000000004369	0.9663158609632616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	479.0	96.242	16.0	0.00016089200141234904	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0398_000000002782	7707	0.8699395054828014	15	4	3	3	4	False	118778	fragment	False	ISR0398_000000002782	1.0		0	0	False	False	0.9987024664878845	0					non-mobilizable	plasmid	4865.0	97.945	99.0	0.029276311813269833	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0143_000000019815	1472	0.869923888397761	2	2	2	2	1	False	31129	maximal	True	ISR0143_000000019815	0.9985163204747775		2	2	False	False	0.99048912525177	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	4.0	0.0002160393808928599	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0018_01_000000006243	3944	0.8699186137850402	6	5	4	4	5	False	99341	fragment	False	ISR0051_000000009370	0.6429245283018868		0	0	False	False	0.9992393255233765	0					non-mobilizable	other	3944.0	99.79700000000001	100.0	0.0162044647553919	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
MAD0007_000000002983	2557	0.8699163492574175	4	1	1	1	1	False	106215	fragment	False	MAD0007_000000002983	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.568	58.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0042_000000009401	2552	0.8699163492574175	4	1	1	1	1	False	110375	fragment	False	CHI0108_000000002792	0.8521507973892904		0	0	False	False	0.9874607920646667	0					non-mobilizable	no_good_hit	810.0	84.815	32.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
AST0116_000000012371	2191	0.8699163492574175	3	1	1	1	1	False	106214	fragment	False	AST0116_000000012371	0.9691864515345444		0	0	False	False	0.9995436072349548	0					non-mobilizable	no_good_hit	810.0	84.691	37.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
USA0047_01_000000017541	2057	0.8699163492574175	3	1	1	1	1	False	106214	fragment	False	AST0116_000000012371	0.5924820794752128		0	0	False	False	0.9970831274986267	0					non-mobilizable	no_good_hit	810.0	84.815	39.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0056_000000009791	1443	0.8699163492574175	3	1	1	1	1	False	86414	fragment	False	MAD0056_000000009791	1.0		0	0	False	False	0.9993069767951965	0					non-mobilizable	no_good_hit	810.0	84.815	56.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0090_000000019274	1307	0.8699150566696241	2	1	1	1	1	False	61223	fragment	False	ENG0090_000000019274	0.9915384615384615		0	0	False	False	0.9946442246437073	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.04634695848085e-05	NZ_FZOU01000006.1	bacteria	Granulicella rosea strain DSM 18704, whole genome shotgun sequence	True	False
MAD0056_000000012663	1139	0.8699133026215272	2	2	2	2	1	False	17028	maximal	True	MAD0056_000000012663	1.0		3	3	False	False	0.9973661303520203	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	0.0011323259536917731	NZ_QWLA01000056.1	bacteria	Calidithermus roseus strain NBRC 110900 contig_56, whole genome shotgun sequence	True	False
ISR0392_000000009932	3174	0.8699126592601424	4	3	3	3	2	True	79264	fragment	False	ISR0161_000000008110	0.4739300783604581		0	0	False	False	0.9971644878387451	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	19.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
FIJ0087_000000000289	38983	0.8699092935841759	52	19	12	15	12	True	43774	maximal	True	FIJ0087_000000000289	1.0		1	1	False	False	0.9998204112052917	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	0.0	0.00039767256896479554	NZ_SLZZ01000003.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_103, whole genome shotgun sequence	True	True
ISR0301_000000003905	4100	0.8699080563861791	5	5	5	5	4	False	102815	fragment	False	USA0018_01_000000005464	0.9502773831735554		0	0	False	False	1.0	0					non-mobilizable	other	4100.0	99.439	100.0	0.001800292684812188	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0051_000000009972	4093	0.8699080563861791	5	5	5	5	4	False	102815	fragment	False	USA0018_01_000000005464	0.7211333005947509		0	0	False	False	0.998534083366394	0					non-mobilizable	other	4093.0	99.316	100.0	0.001797218264516095	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0019_000000035229	1909	0.8699048641054509	3	2	1	2	0	True	62753	fragment	False	MON0019_000000035229	1.0		0	0	False	False	0.9916186332702637	0					non-mobilizable	no_good_hit								True	True
ISR0263_000000001655	5777	0.8699032007802651	6	3	3	1	1	True	114959	fragment	False	ISR0263_000000001655	1.0		0	0	False	False	0.997057318687439	0		MOBB			mobilizable	plasmid	5441.0	99.963	94.0	0.17511832319134552	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0213_000000018803	1453	0.8698983302647049	2	2	1	2	0	True	105286	fragment	False	ISR0213_000000018803	1.0		0	0	False	False	0.9834824204444885	0					non-mobilizable	no_good_hit	138.0	100.0	9.0	0.00014966429315848467	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
USA0061_01_000000003988	2783	0.8698921511365577	3	3	0	3	2	False	117716	maximal	True	USA0061_01_000000003988	1.0	PS794	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1637.0	97.495	77.0	0.0003965751037131162	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0155_000000006254	3836	0.8698851564620664	6	4	3	2	3	False	129926	maximal	True	ISR0155_000000006254	1.0		27	4	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	98.791	47.0	0.025365350290049084	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0288_000000024272	1197	0.8698569384241969	1	1	1	1	1	False	67346	fragment	False	ISR0150_000000015766	0.47152352051288254		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	97.412	100.0	0.020662017279067347	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
SPA0040_000000033551	1291	0.8698568472555746	2	2	1	2	2	False	72186	fragment	False	SPA0040_000000033551	0.9907778668805132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	91.197	44.0	0.00026443552110587214	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0073_000000005071	7666	0.869851525356375	13	3	2	3	2	False	70230	maximal	True	DEN0073_000000005071	1.0		1	1	False	False	0.9980432987213135	0					non-mobilizable	no_good_hit	123.0	76.423	2.0	0.00027583290042892017	NZ_LT699728.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
ISR0019_000000002408	6107	0.8698319621536323	12	3	1	3	2	True	37755	backbone	True	ISR0019_000000002408	1.0	PS128	3	2	True	True	1.0	21					non-mobilizable	no_good_hit	1561.0	88.917	60.0	0.0005238816299309679	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0231_000000000775	11390	0.8698308425389218	13	6	3	5	5	True	27497	fragment	False	ISR0231_000000000775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	97.366	8.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
CHI0132_000000007836	4107	0.869813846950195	2	2	1	2	2	False	80946	maximal	True	CHI0132_000000007836	1.0		33	8	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.007516703786191537	XM_023315688.2	flies	PREDICTED: Drosophila hydei GRIP and coiled-coil domain-containing protein 2 (LOC111599871), mRNA	True	False
USA0093_01_000000006125	3095	0.8698138287081232	3	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.12246217026119376	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3101.0	98.839	100.0	0.0005837640162211072	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0790_000000005923	2694	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.05894221904406036	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2668.0	98.088	99.0	0.0005165412306231672	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0149_000000006114	2607	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.068751457002723	PS1101	0	0	False	True	0.9961642026901245	0					non-mobilizable	other	2607.0	99.501	100.0	0.0005045331480215037	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0356_000000007245	2580	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.024190909776423145	PS1101	0	0	False	True	0.9941860437393188	0					non-mobilizable	other	2556.0	99.335	99.0	0.0004948492104395172	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0258_000000009159	2508	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.10765805896679972	PS1101	0	0	False	True	0.9956140518188477	0					non-mobilizable	other	2508.0	98.684	100.0	0.00048555263036081	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0051_000000016281	2395	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.03966668100858011	PS1101	0	0	False	True	0.9995824694633484	0					non-mobilizable	chromosome	2395.0	98.33	100.0	0.0004778116942915274	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0092_000000006391	2339	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.0698777745940292	PS1101	0	0	False	True	0.9982898831367493	0					non-mobilizable	other	2303.0	99.479	98.0	0.00044565480752302504	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0134_000000006507	2281	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.10747149362721645	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2281.0	99.34200000000001	100.0	0.00043945708747055356	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0254_000000005219	2194	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.05131763898529392	PS1101	0	0	False	True	0.9958978891372681	0					non-mobilizable	chromosome	2196.0	99.499	100.0	0.0004380938466875116	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0080_000000001544	2013	0.8698138287081232	3	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.08707067539052546	PS1101	0	0	False	True	0.999006450176239	0					non-mobilizable	chromosome	2013.0	99.404	100.0	0.0004015693938657281	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0156_000000009594	1941	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.0521458117027111	PS1101	0	0	False	True	0.9989696145057678	0					non-mobilizable	other	1721.0	99.59299999999999	100.0	0.0003327400953170608	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0027_000000001241	1865	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.0666360353958641	PS1101	0	0	False	True	0.994101881980896	0					non-mobilizable	chromosome	1865.0	99.73200000000001	100.0	0.00037203049213007814	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0201_000000004339	1740	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.05412821661328082	PS1101	0	0	False	True	0.998275876045227	0					non-mobilizable	other	1748.0	91.819	100.0	0.001371973045135081	NZ_KE159493.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.1, whole genome shotgun sequence	False	True
SPA0008_000000017640	1728	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.040428849158403606	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1728.0	99.363	100.0	0.000344687049307213	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0794_000000011870	1714	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.02978359454210366	PS1101	0	0	False	True	0.9964994192123413	0					non-mobilizable	chromosome	1714.0	99.475	100.0	0.0003418928288727596	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0149_000000024235	1650	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.03925418014416635	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1650.0	99.03	100.0	0.0003193762614539193	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0083_000000017401	1575	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.028674037226311372	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1575.0	99.68299999999999	100.0	0.0003048503550809393	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0857_000000002189	1473	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.021403698845183585	PS1101	0	0	False	True	0.9979633688926697	0					non-mobilizable	chromosome	1479.0	97.566	100.0	0.0002625549996729173	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0231_000000014906	1342	0.8698138287081232	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.01255021155061679	PS1101	0	0	False	True	0.9992548227310181	0					non-mobilizable	other	1342.0	99.77600000000001	100.0	0.0002597232059488816	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0229_000000007238	2211	0.8698132162598063	3	3	3	3	1	False	109894	fragment	False	ISR0187_000000012755	0.9982346469901866		0	0	False	False	0.9995477199554443	0					non-mobilizable	no_good_hit	548.0	70.985	24.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
ISR0187_000000012755	2211	0.8698132162598063	3	3	3	3	1	False	109894	fragment	False	ISR0187_000000012755	0.9984601048077195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	70.985	24.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
DEN0083_000000013155	2193	0.8698132162598063	3	3	3	3	1	False	109894	fragment	False	ISR0187_000000012755	0.9960216873708888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	71.038	24.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
ISR0343_000000008041	2187	0.8698132162598063	3	3	3	3	1	False	109894	fragment	False	ISR0187_000000012755	0.9950033278993352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	70.985	24.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
DEN0005_000000016462	2182	0.8698132162598063	3	3	3	3	1	False	109894	fragment	False	ISR0187_000000012755	0.9938790971915068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	70.985	24.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
AST0090_000000010624	2172	0.8698132162598063	3	3	3	3	1	False	109894	fragment	False	ISR0187_000000012755	0.9918351583088465		0	0	False	False	0.9843462109565735	0					non-mobilizable	no_good_hit	548.0	70.985	25.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
ISR0090_000000013226	2165	0.8698132162598063	3	3	3	3	1	False	109894	fragment	False	ISR0187_000000012755	0.9896110904538857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	70.985	25.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
SPA0006_000000014838	2153	0.8698132162598063	3	3	3	3	1	False	109894	fragment	False	ISR0187_000000012755	0.9860770138123498		0	0	False	False	0.9986066222190857	0					non-mobilizable	no_good_hit	548.0	70.985	25.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
ISR0387_000000013610	1783	0.8698127975536893	3	2	2	2	2	False	108968	maximal	True	ISR0387_000000013610	0.9613933182877651		115	11	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	91.74	45.0	0.010923943584753081	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
ENG0188_000000002931	8503	0.8697990863755867	9	7	2	6	3	False	111564	fragment	False	ENG0032_000000001793	0.9578489951113525		0	0	False	False	1.0	0					non-mobilizable	other	8430.0	99.905	99.0	0.003698966819099353	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0016_000000009718	3361	0.8697960663033871	3	3	3	3	3	False	71275	fragment	False	SPA0150_000000005535	0.9781151791372237		0	0	False	False	1.0	0					non-mobilizable	chromosome	3244.0	99.90799999999999	99.0	0.000906851045730963	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0135_000000003823	5264	0.8697895879182154	6	6	6	6	6	False	120223	maximal	True	CHI0135_000000003823	1.0		56	6	False	False	0.9998100399971008	0					non-mobilizable	no_good_hit	2506.0	96.40899999999999	76.0	0.0011317059573616997	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
ENG0187_000000007992	3402	0.8697808021068331	4	4	4	4	4	False	54992	fragment	False	ENG0187_000000007992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1735.0	77.81	50.0	0.0006076868132315658	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0114_000000008647	4895	0.8697806237872163	6	3	2	3	3	False	4468	maximal	True	SPA0114_000000008647	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	82.73899999999999	29.0	0.0045149454232125425	NZ_SPHG01000004.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_4_length_314511_cov_62.3502, whole genome shotgun sequence	True	False
MON0076_000000011643	3875	0.8697715211672646	4	4	4	4	4	False	130052	maximal	True	MON0076_000000011643	1.0		60	5	False	False	0.9997419118881226	0					non-mobilizable	chromosome	3912.0	89.67299999999999	100.0	0.0012544629000332955	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
TAN0005_000000014384	1316	0.8697694511351831	3	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.234957930224833		0	0	False	False	1.0	0					non-mobilizable	chromosome	1074.0	78.771	96.0	0.00028222899014572673	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0093_000000011204	2210	0.8697606278755694	2	2	2	1	2	False	33523	fragment	False	ISR0093_000000011204	1.0		0	0	False	False	0.9945701360702515	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000009376	4832	0.8697581706024065	3	2	1	2	2	False	70220	maximal	True	DEN0073_000000009376	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	93.756	22.0	0.0008313240296483922	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0110_000000009173	1687	0.8697531007571879	2	2	2	2	1	False	8469	maximal	True	MON0110_000000009173	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1613.0	100.0	96.0	0.0008658501606549523	CP016393.1	firmicutes	Lactobacillus delbrueckii subsp. bulgaricus strain ND04, complete genome	False	False
MON0101_000000013853	4199	0.8697504200281143	8	2	1	2	1	False	38174	fragment	False	MON0101_000000013853	1.0		0	0	False	False	0.9995236992835999	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000035751	1176	0.8697388832955041	2	2	2	2	2	False	74446	fragment	False	DEN0022_000000035751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	75.714	12.0	2.6473798282797364e-05	NZ_CP009429.1	a-proteobacteria	Sphingopyxis macrogoltabida strain 203 chromosome, complete genome	True	False
ISR0145_000000023180	1172	0.8697364249953585	1	1	1	1	1	False	31048	fragment	False	ISR0145_000000023180	1.0		0	0	False	False	0.988054633140564	0					non-mobilizable	other	1169.0	97.947	99.0	0.0010026198594272019	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0133_000000018784	1234	0.8697354532212221	2	2	2	2	2	False	31513	maximal	True	ISR0133_000000018784	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1234.0	100.0	100.0	0.010097287735849057	CP043407.1	enterobacteria	Escherichia coli strain NMBU-W13E19 plasmid pNMBU-W13E19_01, complete sequence	False	True
ENG0080_000000006864	3587	0.8697344891865335	5	5	3	4	3	True	109320	maximal	False	ISR0810_000000003706	0.8036149725969254		0	0	True	True	1.0	40					non-mobilizable	no_good_hit								True	True
FIJ0086_000000004454	6668	0.8697226055552676	12	4	3	3	3	False	43863	maximal	True	FIJ0086_000000004454	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000011785	2172	0.8697218132871934	3	3	3	3	3	False	31372	maximal	True	ISR0137_000000011785	1.0		7	4	False	False	0.9838858246803284	0					non-mobilizable	no_good_hit	1038.0	99.229	54.0	0.003061760763402954	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
ISR0062_000000030916	1252	0.869719831427266	2	2	2	2	2	False	35301	fragment	False	ISR0062_000000030916	0.9963235294117647		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	99.041	99.0	0.0010721508599525473	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MON0094_000000008475	3765	0.8697169733103096	4	3	3	2	2	False	9352	maximal	True	MON0094_000000008475	1.0		1	1	False	False	0.9997344017028809	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	8.531352721250595e-05	NZ_OLMH01000003.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
ISR0154_000000004014	6355	0.8697115843791716	11	4	3	3	3	True	34127	maximal	False	ISR0083_000000003377	0.9962470680218921		0	0	True	True	0.999842643737793	21					non-mobilizable	no_good_hit	1200.0	76.083	19.0	0.21650045330915685	NZ_JNJN01000077.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00075.75_C, whole genome shotgun sequence	True	True
ISR0083_000000003377	6336	0.8697115843791716	11	4	3	3	3	True	34127	maximal	True	ISR0083_000000003377	0.9962727131542165		4	1	True	True	1.0	140					non-mobilizable	no_good_hit	1200.0	76.083	19.0	0.21650045330915685	NZ_JNJN01000077.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00075.75_C, whole genome shotgun sequence	True	True
ISR0135_000000005117	3645	0.8697114408046495	4	3	3	3	3	True	49883	maximal	True	ISR0135_000000005117	0.9875173370319001		2	2	False	False	1.0	0					non-mobilizable	plasmid	3643.0	100.0	100.0	0.017111927605551743	CP053752.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-001, complete sequence	False	True
MON0007_000000008793	5561	0.8697071861206243	8	7	6	7	6	False	121668	maximal	True	MON0007_000000008793	1.0		3	2	False	False	0.9998201727867126	0					non-mobilizable	no_good_hit	1057.0	82.49799999999999	40.0	0.0002619566657432945	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CHI0096_000000003850	1982	0.8697037873361446	2	2	2	2	2	False	83460	fragment	False	CHI0096_000000003850	1.0		0	0	False	False	0.9969727396965027	0					non-mobilizable	other	1886.0	80.329	94.0	0.02563083375594512	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
ISR0269_000000015710	1244	0.8696995852381172	2	2	2	2	1	False	26449	fragment	False	ISR0269_000000015710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	82.609	9.0	0.00012237497624959342	NZ_FOFI01000002.1	CFB group bacteria	Chryseobacterium halperniae strain DSM 19921, whole genome shotgun sequence	True	False
CHI0067_000000006544	1757	0.869692812961365	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.448263300212492		0	0	False	False	0.9937393069267273	0					non-mobilizable	other	1757.0	99.146	100.0	0.00048763961322069856	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0026_000000004600	6096	0.8696874488392571	7	3	2	2	3	False	50380	maximal	True	FIJ0026_000000004600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	76.19	28.0	0.12826323422770122	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
SPA0114_000000014878	3052	0.8696836787332779	6	3	2	3	3	False	125967	maximal	True	SPA0114_000000014878	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000010540	4106	0.8696815313143623	8	7	4	6	5	True	104938	fragment	False	DEN0063_000000010540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2719.0	97.499	82.0	0.21928196853569987	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0067_000000004237	7232	0.8696800606767672	9	7	4	4	7	False	45246	maximal	True	FIJ0067_000000004237	1.0		6	1	False	False	1.0	0					non-mobilizable	plasmid	6242.0	99.632	100.0	0.04473610643193531	AP022016.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-ESBL-03_2 DNA, complete genome, strain: WP3-S18-ESBL-03	False	True
ENG0024_000000007282	3768	0.869679734985773	9	4	4	4	4	False	69472	fragment	False	ENG0024_000000007282	0.9818157685160604		0	0	False	False	0.9981422424316406	0					non-mobilizable	other	3768.0	100.0	100.0	0.0016544773221974902	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0154_000000003680	7960	0.8696723107506455	9	4	3	4	3	False	69914	maximal	True	FIJ0154_000000003680	1.0		1	1	False	False	0.9998743534088135	0					non-mobilizable	no_good_hit	131.0	75.57300000000001	2.0	0.14840989399293286	XM_010516871.2	eudicots	PREDICTED: Camelina sativa deoxycytidylate deaminase-like (LOC104791072), mRNA	True	False
USA0084_01_000000013216	2483	0.8696713631953087	4	2	2	2	1	False	94748	fragment	False	USA0084_01_000000013216	0.9761285324825635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
MAD0065_000000004666	2566	0.8696682616040882	3	2	2	2	1	False	16632	fragment	False	MAD0065_000000004666	1.0		0	0	False	False	0.9996103048324585	0					non-mobilizable	no_good_hit	1351.0	93.338	54.0	0.0003282932111955095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ETH0003_000000008358	4018	0.8696642783311578	6	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9595379024302252		0	0	True	True	0.9992533326148987	24					non-mobilizable	no_good_hit								True	True
ISR0159_000000006169	4018	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9746511701947386		0	0	True	True	1.0	209					non-mobilizable	no_good_hit								True	True
ISR0176_000000008074	4018	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9704237428587544		0	0	True	True	1.0	175					non-mobilizable	no_good_hit								True	True
ISR0180_000000005240	4015	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9770232246268012		0	0	True	True	1.0	74					non-mobilizable	no_good_hit								True	True
ISR0349_000000002337	4015	0.8696642783311578	8	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.957547613778021		0	0	True	True	1.0	63					non-mobilizable	no_good_hit								True	True
ISR0222_000000014099	4015	0.8696642783311578	8	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.966876447795351		0	0	True	True	0.9995018839836121	35					non-mobilizable	no_good_hit								True	True
ISR0200_000000005347	4015	0.8696642783311578	7	2	0	2	0	True	110449	maximal	True	ISR0200_000000005347	0.9774254424239058		24	6	True	True	1.0	26					non-mobilizable	no_good_hit								True	True
ISR0017_000000008272	4015	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9575363195251165		0	0	True	True	1.0	880					non-mobilizable	no_good_hit								True	True
ISR0120_000000007242	3998	0.8696642783311578	8	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9769047671289023		0	0	True	True	0.9997498989105225	35					non-mobilizable	no_good_hit								True	True
ISR0371_000000003833	3997	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9710153753770296		0	0	True	True	1.0	206					non-mobilizable	no_good_hit								True	True
ISR0350_000000004102	3995	0.8696642783311578	8	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9768570899454196		0	0	True	True	1.0	63					non-mobilizable	no_good_hit								True	True
ISR0019_000000004005	3995	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9674963517899272		0	0	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
ENG0066_000000004468	3985	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.975784330538779		0	0	True	True	0.9984943270683289	16					non-mobilizable	no_good_hit								True	True
ISR0825_000000005638	3975	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.975033765298424		0	0	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
ISR0109_000000007733	3918	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9659600509110481		0	0	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
ENG0020_000000005102	3916	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9735333678354321		0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
ISR0325_000000004640	3915	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9653435074950041		0	0	True	True	0.9994891285896301	19					non-mobilizable	no_good_hit								True	True
AST0088_000000003162	3915	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9743031703065737		0	0	True	True	1.0	189					non-mobilizable	no_good_hit								True	True
ENG0042_000000006842	3915	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9580327475470698		0	0	True	True	1.0	68					non-mobilizable	no_good_hit								True	True
FIJ0084_000000003556	3915	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9748455388543644		0	0	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
ISR0026_000000005685	3915	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9741233813729699		0	0	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
ISR0835_000000003173	3834	0.8696642783311578	7	2	0	2	0	True	110449	maximal	False	ISR0200_000000005347	0.9461227643847082		0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
ISR0179_000000008375	2908	0.8696642783311578	4	2	0	2	0	True	29682	maximal	True	ISR0179_000000008375	1.0		1	1	True	True	1.0	74					non-mobilizable	no_good_hit	195.0	92.821	7.0	0.10726447219069239	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ENG0015_000000007535	2408	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9293032856090233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0104_000000013088	2407	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9674056392560276		0	0	False	False	0.9987536072731018	0					non-mobilizable	no_good_hit								True	True
SPA0059_000000010678	2404	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9713507949466218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0103_000000011841	2404	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9707893907562786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0204_000000004358	2404	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9706956711473358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0160_000000012836	2404	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.970555783867492		0	0	False	False	0.9979201555252075	0					non-mobilizable	no_good_hit								True	True
ISR0138_000000012193	2403	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9503677473297549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0018_000000008758	2399	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9658145561502831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0360_000000010256	2383	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9620146368529614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0083_000000014920	2379	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9509587249678432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0053_000000010740	2378	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.8715377139341824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0335_000000007631	2365	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.8870454469075921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0017_000000008954	2356	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9542042740078363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0049_000000008246	2356	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9386434353755477		0	0	False	False	0.9978777766227722	0					non-mobilizable	no_good_hit								True	True
ISR0037_000000009416	2356	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9577436659252583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0129_000000010118	2349	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9525719709233732		0	0	False	False	0.9991485476493835	0					non-mobilizable	no_good_hit								True	True
SPA0014_000000009781	2343	0.8696642783311578	6	2	0	2	0	True	81264	fragment	False	SPA0059_000000010678	0.9508280414399639		0	0	False	False	0.9995731711387634	0					non-mobilizable	no_good_hit								True	True
AST0153_000000014705	2202	0.8696642783311578	4	2	0	2	0	True	103410	maximal	True	AST0153_000000014705	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
SPA0097_000000015546	2129	0.8696642783311578	6	2	0	2	0	True	76483	fragment	False	SPA0097_000000015546	1.0		0	0	False	False	0.992954432964325	0					non-mobilizable	no_good_hit								True	True
DEN0005_000000019372	1902	0.8696642783311578	6	2	0	2	0	True	76482	fragment	False	DEN0005_000000019372	1.0		0	0	False	False	0.9952681660652161	0					non-mobilizable	no_good_hit								True	True
SPA0020_000000018895	1760	0.8696642783311578	4	2	0	2	0	True	96057	backbone	False	ISR0344_000000019427	0.3805680158997824	PS288|PS512	0	0	True	True	0.9988636374473572	33					non-mobilizable	no_good_hit								True	True
SPA0016_000000019882	1702	0.8696642783311578	2	2	0	2	0	True	53090	maximal	True	SPA0016_000000019882	0.9895990591765816		4	2	True	True	1.0	307					non-mobilizable	no_good_hit								True	True
SPA0097_000000019834	1656	0.8696642783311578	3	2	0	2	0	True	53090	maximal	False	SPA0016_000000019882	0.9885079346794469		0	0	True	True	1.0	37					non-mobilizable	no_good_hit								True	True
ETH0003_000000026890	1561	0.8696642783311578	2	2	0	2	0	True	53090	maximal	False	SPA0016_000000019882	0.9388452620333408		0	0	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
ISR0827_000000007989	1473	0.8696642783311578	2	2	0	2	0	True	21088	fragment	False	ISR0827_000000007989	1.0		0	0	False	False	0.9850645065307617	0					non-mobilizable	no_good_hit								True	True
USA0083_01_000000001609	15656	0.8696634333791261	29	7	4	3	4	False	71420	maximal	True	USA0083_01_000000001609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0783871210862185e-06	CP032585.1	bony fishes	Lateolabrax maculatus linkage group 11 sequence	True	False
ENG0097_000000025028	1253	0.8696532441562064	1	1	0	1	1	True	60741	fragment	False	ENG0097_000000025028	1.0		0	0	False	False	1.0	0	Col(IRGK)				non-mobilizable	plasmid	1132.0	98.057	100.0	0.48063005534269904	CP058141.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00138 plasmid pRHBSTW-00138_11, complete sequence	False	True
ISR0232_000000000447	21794	0.8696467198877379	24	8	7	8	5	True	67770	fragment	False	ISR0232_000000000447	1.0		0	0	False	False	0.999954104423523	0					non-mobilizable	no_good_hit	75.0	94.667	0.0	0.0162887959498129	NZ_CABIWU010000113.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ENG0118_000000006596	2086	0.8696391064503181	5	4	2	4	1	True	91691	fragment	False	ENG0118_000000006596	1.0		0	0	False	False	0.9860978126525879	0					non-mobilizable	plasmid	2086.0	99.37700000000001	99.0	0.5494592455816407	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0330_000000007504	3497	0.869636833917128	4	2	1	1	2	False	116808	maximal	True	ISR0330_000000007504	1.0		6	4	False	False	0.9994280934333801	0					non-mobilizable	chromosome	3405.0	94.802	97.0	0.0011658309774617431	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0074_000000004385	5886	0.8696357568781626	10	4	1	3	2	False	102487	fragment	False	ISR0074_000000004385	1.0		0	0	False	False	0.9989806413650513	0					non-mobilizable	no_good_hit	597.0	86.76700000000001	10.0	0.00014612602977783694	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0097_000000006782	4573	0.8696230499563449	3	3	2	3	1	True	117497	fragment	False	SPA0097_000000006782	1.0		0	0	False	False	0.9980319142341614	0					non-mobilizable	no_good_hit	50.0	100.0	1.0	0.20675105485232068	MK233961.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c5 sequence	True	True
USA0060_01_000000007462	1580	0.8696085821733374	3	2	1	2	1	True	92780	fragment	False	CAN0016_000000028777	0.43053767508546065		0	0	False	False	0.9879747033119202	0					non-mobilizable	other	1578.0	98.479	99.0	0.00045009664091478363	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0392_000000012703	2569	0.8695935817045104	3	2	2	1	1	False	69947	fragment	False	ISR0392_000000012703	1.0		0	0	False	False	0.9961074590682983	0					non-mobilizable	no_good_hit	1799.0	86.103	70.0	0.040562820425954785	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0088_000000012974	1871	0.8695935817045104	3	2	2	1	1	False	33787	fragment	False	ISR0088_000000012974	0.9603260869565218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	87.676	49.0	0.02082345235675407	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
SPA0020_000000017939	1840	0.8695935817045104	3	2	2	1	1	False	33787	fragment	False	ISR0088_000000012974	0.952699091394976		0	0	False	False	0.991304337978363	0					non-mobilizable	no_good_hit	1069.0	86.99700000000001	58.0	0.024075705219414142	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0125_000000010393	2499	0.869593106551673	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.07271001519980975	PS1101	0	0	False	True	0.9983993768692017	0					non-mobilizable	other	2500.0	97.48	100.0	0.00048380952159605235	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0119_000000007979	4076	0.8695896742372643	3	3	3	3	2	False	128398	fragment	False	ENG0119_000000007979	1.0		0	0	False	False	0.9936211705207825	0					non-mobilizable	no_good_hit	1471.0	70.49600000000001	35.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0077_000000014929	2706	0.8695890204340097	3	3	3	3	2	False	14643	fragment	False	MON0097_000000011647	0.9579110475594451		0	0	False	False	0.992978572845459	0					non-mobilizable	no_good_hit	124.0	87.90299999999999	5.0	4.181239600451711e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0055_000000025128	1451	0.8695874129465389	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.24668800647519096		0	0	False	False	1.0	0					non-mobilizable	chromosome	1451.0	94.9	100.0	0.0006402178683482467	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0031_000000019144	1708	0.8695812848349388	4	2	1	1	2	False	73212	fragment	False	SPA0031_000000019144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	86.446	39.0	0.0027970255196890317	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
ENG0125_000000011084	2349	0.8695777514179382	4	2	2	2	1	False	58843	fragment	False	ENG0125_000000011084	1.0		0	0	False	False	0.9987228512763977	0					non-mobilizable	no_good_hit	384.0	70.833	16.0	0.00018453109226211072	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0004_000000001782	4784	0.8695752150814459	4	4	2	4	3	False	20041	fragment	False	MAD0004_000000001782	1.0		0	0	False	False	0.9987457990646362	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000021976	1736	0.8695709595282011	3	3	3	3	2	False	75648	fragment	False	DEN0011_000000025062	0.9663480008446284		0	0	False	False	0.9936636090278625	0					non-mobilizable	no_good_hit	115.0	86.95700000000001	7.0	0.0012499446927127119	NZ_FNBY01000019.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MON0091_000000001752	7270	0.8695675835735347	9	8	2	5	5	True	121816	backbone	False	AST0150_000000003170	0.9771156368365089	PS861	0	0	True	True	1.0	143		MOBB			mobilizable	no_good_hit	1262.0	80.745	38.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0154_000000006108	3846	0.8695674799849891	4	4	4	4	4	False	117563	fragment	False	AST0116_000000006720	0.9926529521162882		0	0	False	False	1.0	0					non-mobilizable	chromosome	3846.0	99.948	100.0	0.0016116319240637945	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
DEN0053_000000001070	6794	0.8695658381486318	4	2	1	2	0	True	98603	fragment	False	ISR0115_000000003080	0.27102039590986154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	97.6	2.0	0.0026977634670611785	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0020_000000016342	1560	0.8695548738100634	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.38940564587235643		0	0	False	False	0.9980769157409668	0					non-mobilizable	chromosome	1557.0	99.87200000000001	99.0	0.0006407991374744772	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0066_000000015252	1398	0.8695548738100634	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.2828188632554541		0	0	False	False	0.9871244430541992	0					non-mobilizable	chromosome	1398.0	95.708	100.0	0.0006159337423074511	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
DEN0014_000000003402	1161	0.8695468097783488	2	2	2	1	1	False	75402	fragment	False	DEN0014_000000003402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.563	49.0	0.002024320509053908	NZ_OKQO01000007.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0160_000000001171	16842	0.8695457682341736	23	9	2	9	4	False	30451	maximal	True	ISR0160_000000001171	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.0534049999868325e-05	LT703003.1	a-proteobacteria	Anderseniella sp. Alg231_50 genome assembly, chromosome: I	True	False
CHI0030_000000001509	3818	0.8695451712113511	4	4	1	3	3	True	116595	fragment	False	CHI0030_000000001509	0.9811484396021714		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1469.0	94.07799999999999	52.0	0.34745562130177515	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	True	True
CHI0003_000000002917	3572	0.8695451712113511	4	4	1	3	3	True	116595	fragment	False	CHI0030_000000001509	0.9632691542275144		0	0	False	True	0.9988802075386047	0					non-mobilizable	no_good_hit	1089.0	89.53200000000001	49.0	0.22716823406478578	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
CHI0040_000000005288	3303	0.8695451712113511	4	4	1	3	3	True	116595	fragment	False	CHI0030_000000001509	0.6405375139977604		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1096.0	89.69	44.0	0.2284221525600836	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
MAD0036_000000005971	4210	0.8695425669699698	7	7	5	7	3	False	62330	fragment	False	MAD0036_000000005971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	80.516	16.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0065_000000004078	2972	0.8695355744401244	4	3	2	2	2	True	16636	fragment	False	MAD0065_000000004078	1.0		0	0	False	False	0.993943452835083	0					non-mobilizable	plasmid	2677.0	94.696	90.0	0.03851202238601451	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	False	True
ISR0246_000000013394	1693	0.8695324121489667	2	1	1	1	1	False	27123	fragment	False	ISR0246_000000013394	1.0		0	0	False	False	0.9864146709442139	0					non-mobilizable	no_good_hit								True	False
DEN0052_000000037999	1247	0.8695298037909762	2	2	1	2	2	False	72186	fragment	False	SPA0040_000000033551	0.9740511231603408		0	0	False	False	0.9967923164367676	0					non-mobilizable	no_good_hit	572.0	91.259	46.0	0.0002663010274276067	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0050_000000003518	6109	0.8695196226657702	8	4	4	4	1	False	130462	fragment	False	ENG0095_000000004170	0.9413134232498395		0	0	False	False	0.9983630776405334	0					non-mobilizable	other	4191.0	99.95200000000001	99.0	0.006685899931704889	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0014_000000011919	3805	0.8695152227335254	7	4	1	2	4	False	110876	fragment	False	CAN0014_000000011919	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2853.0	93.831	99.0	0.0006187096665509321	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
CHI0014_000000002113	3029	0.8695135113459792	6	3	2	2	2	True	90072	fragment	False	CHI0135_000000006616	0.9246278561426466		0	0	False	False	0.9960383176803589	0	rep_cluster_1085				non-mobilizable	plasmid	2937.0	93.463	98.0	0.2661766040475542	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
ISR0049_000000016467	1802	0.8695082279160387	2	2	2	2	2	False	46849	fragment	False	ISR0049_000000016467	1.0		0	0	False	False	0.9950055480003357	0					non-mobilizable	other	1824.0	82.785	100.0	0.020781864763473327	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	False	False
SPA0077_000000003202	8189	0.8695010325301784	15	7	4	5	6	False	116877	fragment	False	AUS0012_000000001330	0.980427686775859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	96.413	3.0	0.03956513990376047	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
DEN0031_000000003279	7817	0.8695010325301784	12	7	4	5	6	False	116877	fragment	False	AUS0012_000000001330	0.8222039415716754		0	0	False	False	0.999744176864624	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	1.0	0.009802174300481198	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0018_000000004309	6095	0.8694927213696383	8	7	2	3	7	True	114029	fragment	False	SPA0028_000000003676	0.9751717676452217		0	0	False	False	0.9998359084129333	0					non-mobilizable	chromosome	6086.0	100.0	99.0	0.0031299170173356766	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
SPA0046_000000025009	1338	0.86948859944723	2	1	1	1	1	False	53054	fragment	False	MAD0099_000000021028	0.705888346955972		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	83.705	100.0	0.009517030287931097	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
USA0007_01_000000009383	1764	0.8694809704133902	3	3	2	2	2	False	78844	fragment	False	ISR0039_000000018276	0.7288966301875841		0	0	False	False	0.9886621236801147	0					non-mobilizable	other	1764.0	99.943	100.0	0.00545219510384839	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CAN0005_000000004679	3885	0.8694781703151161	5	3	1	2	3	False	95956	fragment	False	CAN0005_000000004679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1269.0	88.889	46.0	0.0005555916677939541	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0140_000000015776	1364	0.8694775650894226	3	2	2	2	1	False	3478	fragment	False	SPA0140_000000015776	1.0		0	0	False	False	0.9728739261627197	0					non-mobilizable	other	1364.0	99.48700000000001	100.0	0.02037216949405874	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
AST0061_000000035816	1172	0.8694562265408513	2	2	2	2	2	False	111797	fragment	False	AST0061_000000035816	1.0		0	0	False	False	0.9991467595100403	0					non-mobilizable	other	1172.0	98.976	100.0	0.00807948390657881	NZ_JAAWUO010000010.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_10_length_144935_cov_163.085, whole genome shotgun sequence	False	False
ISR0017_000000001730	18040	0.8694513635300092	21	8	4	7	4	True	70216	fragment	False	ISR0017_000000001730	1.0		0	0	False	False	0.9998337030410767	0					non-mobilizable	no_good_hit	4811.0	90.501	59.0	0.0012864736295668275	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
SPA0135_000000002863	8266	0.8694512841798706	10	3	2	2	1	True	3653	maximal	True	SPA0135_000000002863	0.9995145041874014		2	2	True	True	1.0	42					non-mobilizable	no_good_hit	320.0	70.938	4.0	5.1825869670074215e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
USA0134_01_000000000690	8160	0.8694512841798706	9	3	2	2	1	True	3653	maximal	False	SPA0135_000000002863	0.9978828937817565		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	320.0	70.938	4.0	5.1825869670074215e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
FIJ0018_000000018399	1472	0.8694500528159618	2	2	2	2	1	False	49952	fragment	False	FIJ0018_000000018399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000004123	4097	0.8694489250033539	5	5	5	4	4	False	105496	fragment	False	CHI0051_000000004123	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2557.0	90.65299999999999	100.0	0.005284721072670088	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0365_000000000468	24437	0.8694463616212043	23	9	5	7	4	False	102560	fragment	False	ISR0365_000000000468	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8998.0	97.12200000000001	98.0	0.17725150364039252	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
CHI0144_000000005710	2604	0.8694373012030647	5	3	1	1	3	True	83796	fragment	False	CHI0144_000000005710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	78.571	4.0	0.00025957510650914347	NZ_MKIP01000037.1	a-proteobacteria	Rhizobium oryzae strain 1.7048 scaffold11, whole genome shotgun sequence	True	True
MAD0106_000000004625	3890	0.8694356363423171	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.47384861867929967		0	0	False	False	1.0	0					non-mobilizable	other	3890.0	98.12299999999999	100.0	0.0012095502202887117	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0090_000000009787	4083	0.8694349072262355	3	3	3	2	2	False	52739	maximal	True	FIJ0090_000000009787	1.0		1	1	False	False	0.9997550845146179	0					non-mobilizable	no_good_hit	965.0	83.316	24.0	0.0002728018022519065	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0037_000000019091	1296	0.8694348433655914	3	1	1	1	1	False	20697	fragment	False	SPA0037_000000019091	1.0		0	0	False	False	0.9930555820465088	0					non-mobilizable	other	1288.0	84.31700000000001	99.0	0.009039709132387538	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
DEN0009_000000003440	1208	0.8694348433655914	3	1	1	1	1	False	76065	fragment	False	SPA0020_000000026277	0.9544084400904296		0	0	False	False	0.9991722106933594	0					non-mobilizable	chromosome	1218.0	87.685	100.0	0.00026798742561838995	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0844_000000011862	1104	0.8694348433655914	2	1	1	1	1	False	20696	fragment	False	ISR0844_000000011862	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1108.0	85.289	99.0	0.00024338090072855445	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0330_000000029260	1121	0.8694218507289879	2	2	1	2	1	False	78242	fragment	False	ISR0022_000000017797	0.1351351739180347		0	0	False	False	0.9991079568862915	0					non-mobilizable	other	1016.0	91.831	91.0	0.00030529598204594676	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0795_000000000628	12738	0.8694151428522815	11	9	9	9	6	False	111880	fragment	False	ISR0795_000000000628	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12738.0	100.0	100.0	0.020324178384278083	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
AST0024_000000003583	7951	0.8694130139793159	14	7	4	5	5	True	121825	fragment	False	AST0024_000000003583	1.0		0	0	False	False	0.9996227025985718	0					non-mobilizable	no_good_hit	4200.0	95.619	53.0	0.3371520774505849	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0127_000000009601	2659	0.8694054799777073	4	2	2	1	1	False	76456	fragment	False	ISR0139_000000008690	0.9316269284712483		0	0	False	False	0.9969913363456726	0					non-mobilizable	no_good_hit								True	False
FIJ0157_000000001182	16042	0.8694044942528726	24	9	1	9	3	False	52669	maximal	True	FIJ0157_000000001182	0.9228935916370459		1	1	False	False	0.9999376535415649	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000003903	5595	0.8694026041846328	8	4	3	2	4	False	37806	maximal	True	ISR0018_000000003903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	86.936	7.0	0.0004489434256101818	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	False
ISR0194_000000004737	4596	0.8694021486459379	5	3	0	2	3	False	120504	fragment	False	ISR0194_000000004737	0.9999404336430784		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2309.0	99.95700000000001	53.0	0.005711852279170184	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
MAD0062_000000006034	2255	0.8694020379535149	3	3	1	1	3	False	57169	fragment	False	MAD0062_000000006034	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1733.0	96.01799999999999	99.0	0.019253910950661854	CP050041.1	enterobacteria	Escherichia coli strain 63-2 plasmid pCD63-2-1, complete sequence	False	True
MAD0087_000000003431	7174	0.8694020349210709	7	7	6	5	5	False	49007	fragment	False	FIJ0057_000000003416	0.9549663789710812		0	0	False	False	1.0	0					non-mobilizable	other	7194.0	96.928	100.0	0.0026282526914881586	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
USA0069_01_000000042329	1423	0.8693970920335742	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.2783691214640557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1423.0	97.04799999999999	100.0	0.0006278550405456599	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0095_000000011287	2713	0.8693920048565312	3	3	2	3	2	False	60362	maximal	True	ISR0095_000000011287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	93.37200000000001	19.0	0.0002387848091820221	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0104_000000009867	4239	0.8693881834482285	5	5	5	5	4	False	130049	fragment	False	ENG0005_000000004373	0.5904340573269663		0	0	False	False	1.0	0					non-mobilizable	other	4239.0	98.868	100.0	0.001317812431363936	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0123_000000017003	1365	0.8693878806218545	3	3	1	1	2	True	32105	fragment	False	ISR0123_000000017003	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	95.242	100.0	0.0006102487408247813	FR873482.1	firmicutes	Streptococcus salivarius JIM8777 complete genome	False	True
ISR0227_000000012904	2052	0.8693839713301336	2	2	1	2	1	False	121938	fragment	False	ISR0227_000000012904	1.0		0	0	False	False	0.9931774139404297	0					non-mobilizable	no_good_hit	1247.0	99.118	63.0	0.00035342168970200165	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AST0102_000000018349	1714	0.8693839713301336	2	2	1	2	1	False	121937	fragment	False	AST0102_000000018349	1.0		0	0	False	False	0.9842473864555359	0					non-mobilizable	no_good_hit	1247.0	98.87700000000001	76.0	0.00035342168970200165	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0013_000000008038	3322	0.8693824814878078	4	2	2	2	1	True	72087	maximal	True	FIJ0013_000000008038	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	71.045	21.0	0.0007205818279317626	NZ_LT891959.1	firmicutes	Selenomonas felix strain Marseille-P3560, whole genome shotgun sequence	True	True
SPA0016_000000025348	1346	0.8693820546799196	2	1	1	1	1	False	68529	fragment	False	SPA0016_000000025348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	89.256	11.0	2.893099247279322e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0092_000000014854	1138	0.8693820546799196	1	1	1	1	1	False	68527	fragment	False	DEN0092_000000014854	1.0		0	0	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit	78.0	88.462	9.0	1.863352057569733e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0041_000000018779	3073	0.8693770343015447	6	6	3	5	4	False	68382	fragment	False	DEN0094_000000011025	0.9599557589176728		0	0	False	False	0.9993491768836975	0					non-mobilizable	no_good_hit								True	False
ISR0139_000000017871	1520	0.8693606044612437	2	2	2	2	2	False	31294	fragment	False	ISR0139_000000017871	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	98.024	99.0	0.0007340374673626716	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0083_000000015449	2301	0.8693460444484388	2	2	2	2	2	False	44111	fragment	False	FIJ0083_000000015449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	94.609	35.0	0.0001674264206131789	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
DEN0089_000000007091	2703	0.8693376604029724	4	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.8379842397897274		0	0	False	False	1.0	0					non-mobilizable	other	2628.0	99.88600000000001	97.0	0.004191851818756263	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0372_000000006328	2628	0.8693376604029724	4	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.8363165630907617		0	0	False	False	0.9935312271118164	0					non-mobilizable	other	2623.0	99.962	99.0	0.004183873417883107	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0147_000000009389	2592	0.8693376604029724	4	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.8252972205777691		0	0	False	False	0.9942129850387573	0					non-mobilizable	other	2551.0	99.882	98.0	0.004067388765135026	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0305_000000007312	2386	0.8693376604029724	4	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.6414967723807098		0	0	False	False	1.0	0					non-mobilizable	other	2386.0	99.916	100.0	0.003805697216495503	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MAD0036_000000012934	2252	0.8693327854411662	2	2	2	2	2	False	52246	fragment	False	MAD0096_000000007527	0.9634090625960544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	89.20200000000001	38.0	0.07187605824585168	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0048_000000005757	3523	0.869330019443845	5	1	1	1	1	True	6634	maximal	True	SPA0048_000000005757	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0074_000000008674	3731	0.8693198420642941	4	4	4	4	3	False	99324	fragment	False	FIJ0074_000000008674	1.0		0	0	False	False	0.9943714737892151	0					non-mobilizable	other	3724.0	99.973	99.0	0.059371362048894066	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
USA0018_01_000000010543	2226	0.8693115372227163	2	2	2	2	2	False	1860	maximal	True	USA0018_01_000000010543	1.0		1	1	False	False	0.9995507597923279	0					non-mobilizable	no_good_hit	825.0	81.333	37.0	0.0004291587495328129	NZ_KB903359.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_0.1, whole genome shotgun sequence	True	False
MON0106_000000032998	1336	0.8693108855741131	3	2	2	2	1	False	8636	fragment	False	MON0106_000000032998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	972.0	94.444	73.0	0.000173796414987098	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
SPA0029_000000021750	1249	0.8693101627540906	1	1	1	1	1	False	7361	maximal	True	SPA0029_000000021750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0150_000000006078	3113	0.8693085618784285	3	1	1	1	1	False	3268	maximal	True	SPA0150_000000006078	1.0		2	1	False	False	0.9948602914810181	0					non-mobilizable	no_good_hit	146.0	79.452	5.0	4.972474780122309e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
SPA0151_000000006391	2773	0.8693085618784285	3	1	1	1	1	False	3268	maximal	False	SPA0150_000000006078	0.9534211371667203		0	0	False	False	0.9960331916809082	0					non-mobilizable	no_good_hit	146.0	79.452	5.0	4.972474780122309e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
CHI0067_000000006119	1867	0.8692973366748001	3	2	1	1	1	True	85181	fragment	False	CHI0067_000000006119	1.0		0	0	False	False	0.9989287853240967	0					non-mobilizable	no_good_hit								True	True
ISR0776_000000004432	5911	0.8692873398817271	7	5	1	3	3	True	118130	maximal	False	CHI0124_000000002723	1.0		0	0	True	True	1.0	148	rep_cluster_1097	MOBV			mobilizable	no_good_hit	1967.0	84.443	41.0	0.2308518253400143	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
ISR0014_000000011152	3278	0.8692802094861746	3	3	1	3	2	True	108697	fragment	False	ISR0014_000000011152	1.0		0	0	False	False	0.998474657535553	0					non-mobilizable	no_good_hit	406.0	99.75399999999999	12.0	0.0015535812925796355	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0104_000000005808	1647	0.8692788294791567	2	2	2	2	1	False	103251	fragment	False	USA0045_01_000000007781	0.9169400769425654		0	0	False	False	1.0	0					non-mobilizable	other	1647.0	99.63600000000001	100.0	0.0030374776018320827	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
AST0061_000000006149	5954	0.8692694027487282	5	5	4	4	5	False	112164	maximal	True	AST0061_000000006149	1.0		8	5	False	False	0.9937856793403625	0					non-mobilizable	chromosome	5954.0	99.93299999999999	100.0	0.002081172364632026	CP033388.1	verrucomicrobia	Akkermansia muciniphila strain CBA5201 chromosome, complete genome	False	False
ISR0224_000000008002	3532	0.8692657112016039	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.13242955938037398	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3532.0	99.37700000000001	100.0	0.0006829112782816976	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0843_000000009247	1776	0.8692618923652661	4	3	2	3	1	False	97055	fragment	False	ISR0843_000000009247	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	83.54799999999999	17.0	0.00014037935071052471	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0098_000000016013	1559	0.8692618923652661	3	3	2	3	1	False	97048	fragment	False	ENG0098_000000016013	0.97215754113998		0	0	False	False	0.9704939126968384	0					non-mobilizable	no_good_hit	353.0	91.21799999999999	23.0	0.00016369817973220657	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0035_000000008011	1510	0.8692618923652661	3	3	2	3	1	False	97048	fragment	False	ENG0098_000000016013	0.959926827206827		0	0	False	False	0.9940397143363953	0					non-mobilizable	no_good_hit	297.0	78.11399999999999	19.0	0.4140401146131805	NZ_GG663518.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld14, whole genome shotgun sequence	True	False
CAN0001_000000034391	1258	0.8692618923652661	3	3	2	3	1	False	97041	fragment	False	MAD0011_000000010406	0.8383820458426795		0	0	False	False	0.9992051124572754	0					non-mobilizable	no_good_hit	156.0	82.051	12.0	0.0008824793023768883	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
ISR0134_000000017145	1867	0.8692607025000193	2	2	2	2	1	False	125676	maximal	True	ISR0134_000000017145	1.0		2	1	False	False	0.9903588891029358	0					non-mobilizable	no_good_hit	1627.0	79.533	87.0	0.0004268805966534584	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MAD0035_000000002654	8490	0.8692596758527728	8	5	4	5	3	False	128286	maximal	True	MAD0035_000000002654	1.0		1	1	False	False	0.9998822212219238	0					non-mobilizable	no_good_hit	6480.0	99.93799999999999	77.0	0.0009859402695806306	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
SPA0137_000000011697	3129	0.8692554586832952	5	3	1	2	2	True	88001	maximal	False	CHI0037_000000004135	0.9995533032866856		0	0	True	True	1.0	121					non-mobilizable	no_good_hit	1565.0	79.48899999999999	62.0	0.3363062867087231	HQ622101.1	g-proteobacteria	Haemophilus parasuis strain lung6591 plasmid pHPS1019 tetracycline resistance efflux pump (tetB), replication protein (rep), and hypothetical proteins genes, complete cds	True	True
ENG0134_000000023582	1661	0.8692554586832952	3	3	1	2	2	True	58172	fragment	False	ENG0134_000000023582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	77.976	63.0	0.7408450704225352	NZ_PPDK01000009.1	actinobacteria	Euzebya tangerina strain F10 Scaffold9, whole genome shotgun sequence	True	True
FIJ0061_000000006074	3885	0.8692546952288378	4	2	1	1	2	False	45832	fragment	False	FIJ0061_000000006074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	93.396	26.0	0.007496544146315528	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0362_000000000400	35371	0.8692543850272703	46	18	11	16	8	True	25372	fragment	False	ISR0362_000000000400	1.0		0	0	False	False	0.9999151825904846	0					non-mobilizable	no_good_hit	1051.0	91.72200000000001	3.0	0.0002839050956638499	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0023_000000005000	3439	0.8692474168852524	8	2	0	2	1	False	66281	maximal	True	ENG0023_000000005000	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	99.50399999999999	12.0	0.07164498306897166	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0181_000000002287	7340	0.8692473908411642	11	4	1	2	4	False	110847	maximal	True	ISR0181_000000002287	1.0		0	0	False	False	0.9891008138656616	0					non-mobilizable	no_good_hit	3984.0	94.051	69.0	0.0006085145260341131	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
FIJ0007_000000009112	1927	0.8692399771936604	3	3	2	3	3	False	51582	fragment	False	FIJ0007_000000009112	0.9961059190031153		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	78.729	55.0	0.0005013548239661597	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0049_000000009856	1926	0.8692399771936604	3	3	2	3	3	False	51582	fragment	False	FIJ0007_000000009112	0.9958484691229891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	78.505	54.0	0.0004938927986792215	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0014_000000005811	4059	0.869237315522792	4	3	1	2	2	False	50515	fragment	False	FIJ0014_000000005811	1.0		0	0	False	False	0.9963045120239258	0					non-mobilizable	no_good_hit	1338.0	76.084	32.0	0.19440765268579838	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
SPA0012_000000003396	7122	0.8692195002499477	7	5	4	4	3	False	123465	maximal	True	SPA0012_000000003396	1.0		0	0	False	False	0.9980342388153076	0					non-mobilizable	no_good_hit	3087.0	93.132	59.0	0.0026473284644464817	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
AST0003_000000009440	3722	0.8692172695263894	5	3	3	3	2	False	130454	fragment	False	ISR0379_000000005603	0.9819055888081282		0	0	False	False	0.994626522064209	0					non-mobilizable	other	3619.0	99.171	97.0	0.005771575191641189	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0018_000000012453	2778	0.8692114299489415	3	3	3	3	3	False	92264	fragment	False	DEN0094_000000011920	0.6361954108068097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000008703	5171	0.8692090679651799	7	6	4	5	5	False	95761	maximal	True	CAN0006_000000008703	1.0		4	2	False	False	0.9994198679924011	0					non-mobilizable	no_good_hit	1627.0	77.013	68.0	0.0004482523053674788	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0105_000000007792	2346	0.8692080257897926	4	4	4	3	3	False	101106	fragment	False	SPA0143_000000008057	0.9588196666788019		0	0	False	False	0.9957374334335327	0					non-mobilizable	no_good_hit	1880.0	94.947	83.0	0.000333659942035251	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
SPA0039_000000018375	1512	0.8692039051223425	3	3	2	3	2	False	97048	fragment	False	ENG0098_000000016013	0.955542303966969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	89.969	21.0	0.0001478413759974629	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0210_000000011694	2109	0.8691886472234231	2	1	1	1	1	False	73737	fragment	False	ENG0210_000000011694	0.9812505812138378		0	0	False	False	0.9971550703048706	0					non-mobilizable	no_good_hit	120.0	100.0	6.0	2.917617037510503e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0031_000000020001	1731	0.8691886472234231	2	1	1	1	1	False	73737	fragment	False	ENG0210_000000011694	0.390975747320925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	100.0	4.0	1.5446207845643837e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0096_000000032912	1170	0.8691886472234231	2	1	1	1	1	False	69410	fragment	False	ENG0084_000000024033	0.97833647984431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	5.0	1.5201029943332032e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0090_000000033133	1120	0.8691886472234231	2	1	1	1	1	False	69410	fragment	False	ENG0084_000000024033	0.7786518702231114		0	0	False	False	0.9883928298950195	0					non-mobilizable	no_good_hit								True	False
ENG0102_000000026131	1114	0.8691886472234231	2	1	1	1	1	False	69410	fragment	False	ENG0084_000000024033	0.7755214165512092		0	0	False	False	0.9946140050888062	0					non-mobilizable	no_good_hit								True	False
MAD0031_000000006729	2092	0.8691821742534322	3	3	3	3	3	False	18948	maximal	True	MAD0031_000000006729	1.0		9	7	False	False	0.9861376881599426	0					non-mobilizable	no_good_hit	105.0	83.81	5.0	0.0004065987423071913	NZ_WJNG01000015.1	firmicutes	Aquibacillus halophilus strain B6B scaffold15:size253321, whole genome shotgun sequence	True	False
AST0106_000000000901	18289	0.8691805152285672	29	28	7	15	28	True	107537	fragment	False	AST0106_000000000901	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	13583.0	98.645	99.0	0.21695007351531037	CP014491.1	enterobacteria	Escherichia coli strain G749 plasmid pG749_3, complete sequence	False	True
ISR0073_000000013072	2062	0.8691782723521039	3	3	3	2	2	False	129927	fragment	False	ISR0073_000000013072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1769.0	92.595	85.0	0.9915730337078652	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
MON0101_000000047930	1383	0.8691733208118269	2	2	1	2	1	False	9018	fragment	False	MON0101_000000047930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	73.596	47.0	0.003857371899164039	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
SPA0005_000000010771	2725	0.8691721443929853	3	2	2	2	2	False	81492	fragment	False	SPA0091_000000004204	0.6363864684656932		0	0	False	False	1.0	0					non-mobilizable	other	2590.0	94.054	95.0	0.1349439262131852	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
ISR0311_000000018002	1312	0.8691694696698368	3	2	2	2	2	False	72383	fragment	False	ISR0228_000000018691	0.9527691724724772		0	0	False	False	0.9984756112098694	0					non-mobilizable	other	1312.0	99.54299999999999	100.0	0.036328871892925434	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0812_000000025903	1531	0.8691581480021331	3	3	1	3	0	True	125757	fragment	False	MAD0022_000000007809	0.7438208676196544		0	0	False	False	1.0	0					non-mobilizable	other	996.0	93.574	100.0	0.00029957544589321206	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0102_000000007140	2538	0.8691490124152907	3	3	3	3	2	False	15005	maximal	True	MAD0102_000000007140	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	89.35600000000001	28.0	0.0003548488881235611	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
ENG0023_000000002376	7440	0.8691463157213303	8	7	6	5	4	True	116337	maximal	True	ENG0023_000000002376	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3366.0	99.13799999999999	50.0	0.0009344574592754276	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
MON0106_000000030727	1424	0.8691365981952173	2	1	1	1	1	False	8640	fragment	False	MON0106_000000030727	1.0		0	0	False	False	0.944522500038147	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.377038881042244e-05	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
FIJ0066_000000003534	8051	0.8691286733871182	11	9	7	9	7	True	45384	maximal	True	FIJ0066_000000003534	1.0		1	1	False	False	0.9993789792060852	0					non-mobilizable	no_good_hit	823.0	71.932	10.0	0.00018344521450618543	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
USA0037_01_000000004037	9107	0.8691188475270908	12	5	4	5	1	True	107481	fragment	False	USA0037_01_000000004037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4366.0	96.152	78.0	0.5769281651012038	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0105_000000012147	1833	0.8691188235999121	4	1	0	1	1	True	109088	fragment	False	ENG0105_000000012147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	96.699	73.0	0.00025726442931141985	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
MON0025_000000037887	1148	0.8691175378596561	3	2	2	1	1	False	95987	fragment	False	ISR0316_000000017359	0.9132471390402347		0	0	False	False	0.946864128112793	0					non-mobilizable	no_good_hit	310.0	84.839	40.0	8.24279375756423e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CAN0006_000000025235	1795	0.8691097360530056	4	3	2	3	2	False	97074	maximal	True	CAN0006_000000025235	1.0		0	0	False	False	0.985515296459198	0					non-mobilizable	no_good_hit	556.0	85.072	31.0	0.0002551079894971994	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0075_000000000327	1603	0.8691097360530056	3	3	2	3	2	False	97048	fragment	False	ENG0098_000000016013	0.9710894699231222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	87.973	28.0	0.0002080039548734021	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0174_000000015799	1549	0.8691081869089364	3	2	2	1	1	False	29892	maximal	True	ISR0174_000000015799	0.930921052631579		36	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0092_000000002449	4573	0.8691069900925552	7	6	5	6	5	False	132492	fragment	False	ISR0054_000000002543	0.3919462665034564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	99.113	85.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0049_000000006196	4508	0.8691069900925552	7	6	5	6	5	False	132492	fragment	False	ISR0054_000000002543	0.3861100216459647		0	0	False	False	0.9942324757575989	0					non-mobilizable	no_good_hit	2141.0	99.066	84.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0270_000000007441	1213	0.8691047998814143	2	2	2	1	1	False	26428	maximal	True	ISR0270_000000007441	1.0		0	0	False	False	0.9909315705299377	0					non-mobilizable	other	1059.0	83.947	100.0	0.0002964232348433526	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0010_01_000000009731	2789	0.8691032518354693	3	1	1	1	1	False	2064	maximal	True	USA0010_01_000000009731	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	82.0	4.0	0.00014820107297576834	NZ_OEQH01000002.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
AST0149_000000009916	2744	0.8691032518354693	3	1	1	1	1	False	104529	maximal	True	AST0149_000000009916	1.0		4	4	False	False	0.9996355772018433	0					non-mobilizable	no_good_hit	100.0	82.0	4.0	0.00014820107297576834	NZ_OEQH01000002.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
SPA0029_000000011252	2337	0.8691007300037245	4	3	3	3	1	True	76821	fragment	False	ENG0133_000000010347	0.9361702127659575		0	0	False	False	0.9965767860412598	0					non-mobilizable	other	2338.0	96.10799999999999	100.0	0.0007936365029304417	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0101_000000038386	1693	0.8691007300037245	3	3	3	3	1	True	53682	fragment	False	MON0101_000000038386	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	98.346	100.0	0.0005748428779787274	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0109_000000011086	3111	0.8690999840931002	5	5	3	4	3	True	131622	fragment	False	MON0109_000000011086	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3061.0	99.902	98.0	0.07060126436251211	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ENG0185_000000006465	3451	0.8690905625553418	7	7	4	6	6	True	126936	maximal	True	ENG0185_000000006465	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	99.46600000000001	75.0	0.00043792226428859176	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
AST0101_000000001648	8498	0.8690905097804952	8	2	1	2	1	False	108541	maximal	True	AST0101_000000001648	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	92.54899999999999	12.0	7.163796541409282e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0107_000000013254	2174	0.8690861365029113	2	2	2	2	1	False	110742	maximal	True	ENG0107_000000013254	1.0		0	0	False	False	0.9990800619125366	0					non-mobilizable	no_good_hit	1098.0	96.81200000000001	50.0	0.24534649024444943	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
SPA0158_000000001161	9441	0.8690842630093671	11	7	4	7	5	True	3149	maximal	True	SPA0158_000000001161	1.0		8	5	False	False	0.9980934262275696	0					non-mobilizable	no_good_hit	1723.0	70.691	18.0	0.00099797424344133	LR134472.1	firmicutes	Parvimonas micra strain NCTC11808 genome assembly, chromosome: 1	True	True
AUS0008_000000007844	2941	0.8690834039057487	5	5	2	2	3	True	101869	maximal	True	AUS0008_000000007844	1.0		2	2	False	False	0.9976198673248291	0					non-mobilizable	no_good_hit	1542.0	98.184	59.0	0.01870054851706228	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0029_000000003091	13268	0.8690770712099357	11	9	6	7	7	False	104837	fragment	False	ISR0029_000000003091	0.9973739227092623		0	0	False	False	0.9997739195823669	0					non-mobilizable	chromosome	13051.0	98.20700000000001	100.0	0.0025343996614057614	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
SPA0127_000000006252	4661	0.8690759972682195	4	3	3	3	3	False	38478	fragment	False	ISR0120_000000005922	0.9667445813854654		0	0	False	False	0.9984982013702393	0					non-mobilizable	no_good_hit	55.0	87.273	1.0	8.459489385220709e-06	LN908213.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, chromosome: I	True	False
FIJ0140_000000016547	1938	0.8690734925075123	2	2	2	2	2	False	91165	fragment	False	SPA0136_000000021598	0.9615759707949808		0	0	False	False	0.9793601632118225	0					non-mobilizable	other	1814.0	78.721	93.0	0.027902720476471136	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
FIJ0060_000000008502	1678	0.8690679031292081	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.2883236239435361		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	98.331	100.0	0.0005214007636841257	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0058_000000016381	2429	0.8690624949355894	4	4	2	4	4	False	56943	fragment	False	FIJ0058_000000016381	1.0		0	0	False	False	0.9971181750297546	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000014305	1928	0.8690474916423178	2	2	2	2	2	False	52483	fragment	False	FIJ0172_000000014305	1.0		0	0	False	False	0.9989626407623291	0					non-mobilizable	no_good_hit	1123.0	75.601	58.0	0.0004029036575181352	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
FIJ0146_000000006893	2606	0.8690469590715298	3	3	1	1	3	False	39981	maximal	True	FIJ0146_000000006893	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2102.0	98.811	81.0	0.01951931027434804	CP052219.1	enterobacteria	Klebsiella pneumoniae strain E17KP0053 plasmid pE17KP0053-2, complete sequence	True	False
DEN0003_000000001884	12350	0.8690329614623806	15	7	5	6	5	False	130762	fragment	False	ISR0157_000000002030	0.9916774998162831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000001609	12327	0.8690329614623806	15	7	5	6	5	False	130762	fragment	False	ISR0157_000000002030	0.9909198240067882		0	0	False	False	0.9990265369415283	0					non-mobilizable	no_good_hit	62.0	91.935	1.0	3.359667527301498e-05	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
AST0055_000000001970	12327	0.8690329614623806	15	7	5	6	5	False	130762	fragment	False	ISR0157_000000002030	0.9910369019104119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	91.935	1.0	3.359667527301498e-05	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
AST0093_000000001808	11937	0.8690329614623806	14	7	5	6	5	False	130762	fragment	False	ISR0157_000000002030	0.9744066858538738		0	0	False	False	0.999748706817627	0					non-mobilizable	no_good_hit								True	False
SPA0038_000000002520	11119	0.8690329614623806	12	7	5	6	5	False	130762	fragment	False	ISR0157_000000002030	0.43603714533781734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0003_000000003079	11053	0.8690329614623806	12	7	5	6	5	False	130762	fragment	False	ISR0157_000000002030	0.4353953147731041		0	0	False	False	0.9993667006492615	0					non-mobilizable	no_good_hit								True	False
AST0035_000000001537	10102	0.8690329614623806	11	7	5	6	5	False	130762	fragment	False	ISR0157_000000002030	0.3135804520616111		0	0	False	False	0.9993070960044861	0					non-mobilizable	no_good_hit								True	False
AST0060_000000026419	1167	0.8690285676855206	2	1	1	1	1	False	112237	fragment	False	AST0060_000000026419	1.0		0	0	False	False	0.9837189316749573	0					non-mobilizable	no_good_hit								True	False
ENG0156_000000004994	3136	0.8690223258129496	5	4	1	4	1	False	110749	fragment	False	ENG0156_000000004994	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	94.585	56.0	0.0001701686639175042	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0082_000000003594	7192	0.8690197012375432	6	3	3	3	2	False	34199	maximal	True	ISR0082_000000003594	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000017520	3259	0.8690189267783779	5	2	2	2	1	True	15501	fragment	False	MON0090_000000017520	1.0		0	0	False	False	0.9993863105773926	0					non-mobilizable	other	2995.0	97.262	100.0	0.01133231356394257	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
MAD0096_000000007954	2290	0.8690189267783779	3	2	2	2	1	True	15500	fragment	False	MAD0096_000000007954	1.0		0	0	False	False	0.9781659245491028	0					non-mobilizable	other	2290.0	96.725	100.0	0.008662991458169261	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
SPA0149_000000021680	1833	0.8690189267783779	3	2	2	2	1	True	3295	fragment	False	SPA0149_000000021680	1.0		0	0	False	False	0.9994544386863708	0					non-mobilizable	other	1823.0	97.861	99.0	0.0068948022051250986	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
ISR0199_000000009299	3150	0.8690128697438139	4	4	4	4	2	False	128310	maximal	True	ISR0199_000000009299	1.0		0	0	False	False	0.9987301826477051	0					non-mobilizable	chromosome	1829.0	98.852	100.0	0.0006424189815831692	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0133_000000003142	7536	0.8690077307436488	13	4	3	4	3	False	118973	maximal	False	AST0088_000000001391	0.4745908699397071		0	0	False	False	0.9989384412765503	0					non-mobilizable	no_good_hit	656.0	76.22	9.0	0.0004621595312036016	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
ISR0821_000000019782	1607	0.8690012979978654	2	2	2	2	1	False	21222	maximal	True	ISR0821_000000019782	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	84.758	16.0	0.005032065227672575	NZ_QIML01000014.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_14, whole genome shotgun sequence	True	False
ISR0279_000000002371	6894	0.8690006725369436	9	4	1	3	2	False	113962	maximal	True	ISR0279_000000002371	0.9981196752086844		6	4	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ISR0065_000000003975	6814	0.8690006725369436	9	4	1	3	2	False	113962	maximal	False	ISR0279_000000002371	0.9948378469255889		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	0.011456211812627291	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ISR0209_000000004120	6813	0.8690006725369436	9	4	1	3	2	False	113962	maximal	False	ISR0279_000000002371	0.9950922065817439		0	0	True	True	0.9998531937599182	1					non-mobilizable	no_good_hit								True	True
SPA0040_000000004935	6742	0.8690006725369436	9	4	1	3	2	False	113962	maximal	False	ISR0279_000000002371	0.9886696654151244		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	0.011456211812627291	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
AST0055_000000004426	6701	0.8690006725369436	9	4	1	3	2	False	113962	maximal	False	ISR0279_000000002371	0.9863012487916487		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	0.011456211812627291	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ENG0070_000000003260	6589	0.8690006725369436	7	4	1	3	2	False	111818	maximal	True	ENG0070_000000003260	0.9993152346021015		3	2	True	True	1.0	19					non-mobilizable	no_good_hit	102.0	87.255	2.0	0.008151735270379339	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0183_000000005477	6589	0.8690006725369436	7	4	1	3	2	False	111818	maximal	False	ENG0070_000000003260	0.9989337269698928		0	0	True	True	1.0	36					non-mobilizable	no_good_hit	102.0	87.255	2.0	0.008151735270379339	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0115_000000004321	6541	0.8690006725369436	8	4	1	3	2	False	111818	maximal	False	ENG0070_000000003260	0.9934910733028285		0	0	True	True	0.9990826845169067	4					non-mobilizable	no_good_hit	102.0	87.255	2.0	0.008151735270379339	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0046_000000003403	6525	0.8690006725369436	7	4	1	3	2	False	111818	maximal	False	ENG0070_000000003260	0.9903088358898926		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	102.0	87.255	2.0	0.008151735270379339	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0009_000000004420	6479	0.8690006725369436	10	4	1	3	2	False	111815	backbone	True	ISR0009_000000004420	1.0	PS711	1	1	True	True	1.0	25					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0389_000000004084	4661	0.8690006725369436	5	4	1	3	2	False	111812	fragment	False	ISR0389_000000004084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	2.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0005_000000001442	7770	0.8689991528237044	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.8423805214378998		0	0	False	False	0.9998713135719299	0					non-mobilizable	no_good_hit	2661.0	99.73700000000001	34.0	0.43062975554476285	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0053_000000013843	1508	0.8689960997649424	3	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.7641837969935862		0	0	False	False	0.9840849041938782	0					non-mobilizable	other	1507.0	95.95200000000001	99.0	0.17350230414746542	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
ISR0397_000000002519	8950	0.8689929417218082	7	5	3	3	5	False	106705	maximal	False	MON0031_000000003941	0.9838052737253801		0	0	False	False	1.0	0					non-mobilizable	other	8964.0	99.32	100.0	0.002699022003564564	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0082_000000014842	2044	0.8689792291798978	2	2	0	2	0	True	44176	fragment	False	FIJ0082_000000014842	1.0		0	0	False	False	0.997553825378418	0					non-mobilizable	no_good_hit								True	True
TAN0017_000000007768	4257	0.8689723427694519	5	4	4	4	3	False	43835	maximal	True	TAN0017_000000007768	1.0		1	1	False	False	0.9887244701385498	0					non-mobilizable	no_good_hit	112.0	84.821	3.0	3.2691951241604314e-05	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ISR0325_000000009640	2099	0.8689703186323346	4	2	2	2	2	False	33875	fragment	False	ISR0325_000000009640	1.0		0	0	False	False	0.9985707402229309	0					non-mobilizable	plasmid	2052.0	99.805	98.0	0.043552120272651984	CP034582.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10B, complete sequence	False	True
AST0097_000000012131	1781	0.8689703186323346	2	2	2	2	2	False	108978	maximal	True	AST0097_000000012131	1.0		0	0	False	False	0.9545199275016785	0					non-mobilizable	no_good_hit	1180.0	100.0	66.0	0.024942878903274943	CP029292.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed5	True	False
MON0024_000000022416	2226	0.8689678285438809	4	1	1	1	1	False	12932	fragment	False	MON0024_000000022416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	7.637275249309303e-06	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
CHI0007_000000001801	4836	0.868965415163648	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.453895036828243		0	0	False	False	1.0	0					non-mobilizable	other	4843.0	98.617	100.0	0.0010224117470273289	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0090_000000004518	4621	0.868965415163648	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.28841077053643094		0	0	False	False	1.0	0					non-mobilizable	other	4621.0	99.74	100.0	0.011300485284909205	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0025_000000002622	4537	0.868965415163648	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.23703206741663133		0	0	False	False	1.0	0					non-mobilizable	other	4537.0	99.14	100.0	0.0009579962165907795	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MAD0105_000000005596	5364	0.8689644818039431	6	4	2	4	3	False	131796	fragment	False	MAD0105_000000005596	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2962.0	98.852	93.0	0.06409756520232215	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
ISR0052_000000023417	1579	0.8689618947253784	2	2	2	1	1	False	110611	fragment	False	ISR0362_000000010416	0.16977831495655		0	0	False	False	0.9993667006492615	0					non-mobilizable	other	1579.0	90.31	100.0	0.0005482212340188994	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0059_000000014103	1273	0.8689618947253784	3	2	2	1	1	False	45893	maximal	True	FIJ0059_000000014103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	96.64	89.0	0.04541980126322565	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
ENG0128_000000004892	4974	0.8689541326660458	6	4	3	3	4	False	88011	fragment	False	ISR0082_000000005108	0.9492460709940328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	85.56700000000001	20.0	0.0002233245739186983	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0018_000000002278	9328	0.8689494136014635	18	14	4	4	10	True	101535	fragment	False	ISR0104_000000002453	0.9342894427371808		0	0	False	False	0.9977487325668335	0					non-mobilizable	other	9012.0	97.226	99.0	0.002692117164048143	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
FIJ0013_000000011895	2356	0.8689466107475151	3	3	3	2	1	False	50641	maximal	True	FIJ0013_000000011895	1.0		0	0	False	False	0.9966044425964355	0					non-mobilizable	no_good_hit	1181.0	95.17399999999999	50.0	0.008297238004162683	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MAD0061_000000001736	8512	0.8689417399126609	12	4	2	4	1	False	20307	maximal	True	MAD0061_000000001736	1.0		1	1	False	False	0.9990601539611816	0					non-mobilizable	no_good_hit	479.0	99.165	6.0	0.0001429019438550819	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0201_000000008672	3429	0.8689384978340088	4	4	3	3	3	False	126858	maximal	True	ISR0201_000000008672	1.0	PS816|PS979	0	0	False	True	0.999708354473114	0					non-mobilizable	no_good_hit	1484.0	98.787	85.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0118_000000007211	2182	0.8689367678288992	5	2	2	2	1	False	32383	fragment	False	ISR0118_000000007211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	94.34	2.0	0.0035941387890517005	MK233969.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c4 sequence	True	False
MON0024_000000026301	1928	0.8689313032988761	3	3	3	3	3	False	12922	maximal	True	MON0024_000000026301	1.0		42	4	False	False	0.964211642742157	0					non-mobilizable	no_good_hit	484.0	75.207	25.0	0.00014033922502020886	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
CHI0066_000000001732	8030	0.8689218807331315	10	8	3	4	7	True	90659	backbone	False	CHI0160_000000002674	0.9934355982131946	PS456|PS481	0	0	True	True	1.0	62		MOBB			mobilizable	no_good_hit	3683.0	97.285	69.0	0.333424085670206	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
AST0116_000000006720	3937	0.8689218220204454	4	4	4	4	4	False	117563	fragment	False	AST0116_000000006720	0.9988640494821863		0	0	False	False	0.9994919896125793	0					non-mobilizable	chromosome	3937.0	99.848	100.0	0.001649784500830133	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
AST0052_000000005317	3814	0.8689218220204454	4	4	4	4	4	False	117563	fragment	False	AST0116_000000006720	0.9857465818993616		0	0	False	False	0.9981646537780762	0					non-mobilizable	chromosome	3814.0	99.816	100.0	0.0015986348924181186	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
DEN0064_000000021602	1905	0.8689203867117803	4	3	2	2	0	True	71263	maximal	True	DEN0064_000000021602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	919.0	99.67399999999999	48.0	0.002914924221496137	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	True
MAD0046_000000012196	2111	0.8689186608317984	3	3	3	3	2	False	79994	fragment	False	CHI0142_000000007984	0.9496356622374624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	73.05	20.0	7.876840543948288e-05	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ENG0063_000000026866	1129	0.8689073914432621	1	1	1	1	1	False	63021	fragment	False	ENG0063_000000026866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	93.59	18.0	2.638979092088375e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0111_01_000000007727	3164	0.8688930433439733	4	2	2	2	1	False	70442	fragment	False	USA0111_01_000000007727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	81.319	3.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
ISR0308_000000006854	2422	0.8688930433439733	3	2	2	2	1	False	70439	fragment	False	ISR0308_000000006854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	81.319	4.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
ISR0109_000000019021	1703	0.8688928263497941	2	2	1	2	1	True	32745	maximal	True	ISR0109_000000019021	1.0		3	3	False	False	0.9917792081832886	0					non-mobilizable	no_good_hit	480.0	88.125	27.0	0.00014845806910581278	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ENG0090_000000008856	2556	0.868891903418711	5	3	2	2	3	False	94624	maximal	True	ENG0090_000000008856	1.0		10	5	False	False	1.0	0					non-mobilizable	chromosome	1103.0	97.189	100.0	0.00024410342522194754	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0182_000000007211	3630	0.8688909458670321	5	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.19015590125264897		0	0	False	False	0.997245192527771	0					non-mobilizable	no_good_hit	2864.0	78.666	85.0	0.006792162256402309	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0062_000000006100	2233	0.8688908922500479	3	1	1	1	1	False	46725	fragment	False	MAD0062_000000006100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000004025	4713	0.8688810486786629	6	3	2	2	3	False	26325	maximal	True	ISR0389_000000004025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2916.0	85.97399999999999	62.0	0.15176606225762498	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
FIJ0026_000000008596	3595	0.8688806061354888	4	4	4	4	4	False	125070	fragment	False	CHI0111_000000006932	0.5196974294669878		0	0	False	False	1.0	0					non-mobilizable	other	3624.0	86.01	100.0	0.4301549463647199	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0387_000000012295	1974	0.8688762673004088	4	3	3	3	3	False	45016	fragment	False	ISR0387_000000012295	1.0		0	0	False	False	0.9726443886756897	0					non-mobilizable	no_good_hit								True	False
ISR0106_000000003271	6348	0.8688744337062916	7	4	3	4	2	True	32917	maximal	True	ISR0106_000000003271	1.0		3	3	False	False	0.9990548491477966	0					non-mobilizable	no_good_hit	3174.0	95.274	50.0	0.017218290691344583	CP040803.1	firmicutes	Streptococcus salivarius strain LAB813 plasmid pSAL813, complete sequence	True	True
CHI0009_000000005359	1474	0.8688729923884796	2	2	2	2	1	False	90446	fragment	False	CHI0009_000000005359	1.0		0	0	False	False	0.998643159866333	0					non-mobilizable	no_good_hit	846.0	95.035	57.0	0.005057302007833386	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
DEN0045_000000019301	2077	0.8688667408826527	4	3	3	2	2	True	72913	fragment	False	DEN0045_000000019301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.108801833183555e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0012_000000010996	3802	0.8688583695479287	4	4	4	4	3	False	126386	backbone	False	MON0066_000000006846	0.22682385164698338	PS958	0	0	False	True	0.9997369647026062	0					non-mobilizable	no_good_hit	3032.0	99.538	80.0	0.0009122749759361131	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0082_000000022654	1821	0.8688523548427557	3	3	3	3	2	False	69226	maximal	True	DEN0082_000000022654	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	75.0	28.0	0.00015264799102297338	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0157_000000004576	5164	0.8688480616173027	5	5	4	4	4	False	121297	fragment	False	ENG0157_000000004576	1.0		0	0	False	True	0.9998063445091248	0					non-mobilizable	other	5157.0	97.324	100.0	0.002853203460315342	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0807_000000006040	2257	0.8688272995298422	5	2	2	2	2	False	70711	fragment	False	ISR0807_000000006040	0.9642695622777732		0	0	False	False	0.9991138577461243	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000022178	2022	0.8688272995298422	3	2	2	2	2	False	70711	fragment	False	ISR0807_000000006040	0.9372094428543901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0326_000000009708	1997	0.8688272995298422	3	2	2	2	2	False	70711	fragment	False	ISR0807_000000006040	0.8017290992851095		0	0	False	False	0.998497724533081	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000015171	1808	0.8688272995298422	2	2	2	2	2	False	70711	fragment	False	ISR0807_000000006040	0.46089946686765826		0	0	False	False	0.9905973672866821	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000002407	8462	0.8688246794168356	6	5	4	4	4	False	108613	maximal	True	ISR0177_000000002407	1.0		20	7	False	False	0.9998818039894104	0					non-mobilizable	chromosome	8462.0	99.976	100.0	0.001914317492983928	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0015_000000006921	2993	0.868823213055932	4	4	3	2	2	False	77982	fragment	False	ISR0131_000000009183	0.9666348903717826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	83.75399999999999	21.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0021_000000014674	2254	0.8688223892357902	3	3	3	3	2	False	103943	fragment	False	SPA0021_000000014674	0.9586948009205823		0	0	False	False	1.0	0					non-mobilizable	other	2003.0	97.204	100.0	0.0009825299114594298	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
SPA0042_000000008714	3500	0.8688147746321767	3	3	3	3	2	False	48926	maximal	True	SPA0042_000000008714	1.0		36	8	False	False	0.9997143149375916	0					non-mobilizable	no_good_hit	2537.0	99.84200000000001	72.0	0.005969474705057105	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
USA0117_01_000000008818	2580	0.8688118254586429	4	3	2	2	2	False	245	maximal	True	USA0117_01_000000008818	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	77.86399999999999	35.0	0.00023833503961583606	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0072_000000002945	7824	0.8688115318735358	9	2	2	2	1	False	69434	fragment	False	ISR0072_000000002945	1.0		0	0	False	False	0.997571587562561	0					non-mobilizable	no_good_hit	332.0	98.795	4.0	0.00010668736380036505	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0286_000000006945	2461	0.8687892934490974	4	2	2	2	1	False	73672	maximal	True	ISR0286_000000006945	1.0		1	1	False	False	0.9926859140396118	0					non-mobilizable	no_good_hit	163.0	75.46	7.0	3.640140842920408e-05	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
AUS0014_000000004694	6899	0.8687837899433631	8	5	3	3	5	False	100954	maximal	True	AUS0014_000000004694	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2870.0	95.749	62.0	0.0005549865453994287	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0210_000000002632	6895	0.8687818239637362	5	5	4	5	4	False	107525	maximal	True	ISR0210_000000002632	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	98.16	2.0	0.0021760739327834943	NZ_WNCH01000009.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold9_size74013, whole genome shotgun sequence	True	False
MON0027_000000000929	20105	0.868771627476438	18	6	4	6	2	True	117516	fragment	False	MON0027_000000000929	0.9783399859409905		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	203.0	84.729	2.0	0.00963418705584967	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ISR0095_000000027166	1310	0.8687603284474157	2	2	2	2	2	False	60917	fragment	False	ENG0095_000000020493	0.95900439238653		0	0	False	False	0.9984732866287231	0					non-mobilizable	plasmid	1322.0	82.22399999999999	100.0	0.00791137327901945	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
MON0090_000000013833	4026	0.8687586628738988	4	3	3	2	3	False	93521	maximal	True	MON0090_000000013833	1.0		4	1	False	False	0.997764527797699	0					non-mobilizable	no_good_hit	1797.0	84.975	45.0	0.004415533798567788	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	False
SPA0105_000000002713	10335	0.8687564688811674	17	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6916356086624157	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7897.0	99.455	99.0	0.21046316294696424	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0014_000000001139	10326	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6867229072317796	PS1166	0	0	True	True	1.0	9					non-mobilizable	other	10155.0	97.78399999999999	100.0	0.2703517051969176	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0016_000000002876	10306	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6867368771298729	PS1166	0	0	True	True	1.0	18					non-mobilizable	other	10319.0	97.771	100.0	0.27467135962456335	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0155_000000002300	10278	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6864241284681025	PS1166	0	0	True	True	1.0	3					non-mobilizable	other	10291.0	97.736	100.0	0.2739247526864518	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0789_000000001334	10256	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6861962187064116	PS1166	0	0	True	True	1.0	11					non-mobilizable	other	10269.0	97.77	100.0	0.27333813294936404	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0195_000000002148	10136	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.684483059058447	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10148.0	97.81200000000001	100.0	0.3786389625920251	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0816_000000004228	10127	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.684294698091009	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10139.0	97.81	100.0	0.37830262715348106	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ENG0125_000000002116	10123	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6840092563653308	PS1166	0	0	True	True	1.0	6					non-mobilizable	other	10136.0	97.78	100.0	0.37815314473635037	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0148_000000002780	10117	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6840662252717153	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10129.0	97.80799999999999	100.0	0.37792892111065435	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0052_000000002551	10109	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.683874918598571	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10122.0	97.787	100.0	0.377629956276393	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0013_000000002068	10108	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6839094120773103	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10121.0	97.79700000000001	100.0	0.3775925856721103	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
CHI0182_000000002150	10107	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6839528958466503	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10120.0	97.806	100.0	0.37755521506782763	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0398_000000002023	10107	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.683884431732072	PS1166	0	0	False	True	0.9999010562896729	0					non-mobilizable	other	10120.0	97.796	100.0	0.37755521506782763	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
SPA0123_000000001458	10107	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6837343302708832	PS1166	0	0	True	True	1.0	136					non-mobilizable	other	10120.0	97.777	100.0	0.37755521506782763	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
SPA0122_000000003154	10107	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6839528958466503	PS1166	0	0	True	True	1.0	56					non-mobilizable	other	10120.0	97.806	100.0	0.37755521506782763	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
SPA0024_000000001618	10104	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6837447890431818	PS1166	0	0	True	True	1.0	205					non-mobilizable	other	10117.0	97.77600000000001	100.0	0.37755521506782763	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0241_000000001213	10089	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6834657178276292	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10102.0	97.79299999999999	100.0	0.3768825441907396	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
CHI0041_000000001123	10087	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6833868267791138	PS1166	0	0	True	True	1.0	4					non-mobilizable	other	10099.0	97.802	100.0	0.3768078029821742	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
AST0002_000000002889	10087	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6828498395031537	PS1166	0	0	False	True	0.9999008774757385	0					non-mobilizable	other	10097.0	97.801	100.0	0.26877849772018236	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0051_000000001442	10087	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6833766189474092	PS1166	0	0	True	True	1.0	6					non-mobilizable	other	10099.0	97.802	100.0	0.3768078029821742	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0146_000000003708	10087	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.683422821348348	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10099.0	97.81200000000001	100.0	0.3768078029821742	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0852_000000000637	10085	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6829791789533456	PS1166	0	0	True	True	1.0	1					non-mobilizable	other	10095.0	97.91	100.0	0.2687251686531744	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0002_000000002913	10084	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6833185665102626	PS1166	0	0	True	True	1.0	4					non-mobilizable	other	10097.0	97.78200000000001	100.0	0.3768078029821742	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0399_000000001050	10083	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6831956537176257	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10096.0	97.791	100.0	0.37665832056504356	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0083_000000002002	10078	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6829954527917962	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	97.82	100.0	0.3764714675436302	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
SPA0032_000000002127	10067	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6822803153116261	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10077.0	97.787	100.0	0.2682452070501027	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0811_000000001061	10067	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.682272287108245	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10077.0	97.787	100.0	0.2682452070501027	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0047_000000002313	10060	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6819786325594034	PS1166	0	0	False	True	0.9988071322441101	0					non-mobilizable	other	10069.0	97.805	100.0	0.26805855531557476	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0138_000000001644	10055	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6815766371013133	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10065.0	97.78399999999999	100.0	0.26792523264805485	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0771_000000000870	10047	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6811447038601863	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10056.0	97.78200000000001	100.0	0.26771191638002295	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0003_000000000925	10047	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6811700006556066	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10056.0	97.78200000000001	100.0	0.26771191638002295	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0832_000000001236	10047	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6812163960726844	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10056.0	97.792	100.0	0.26771191638002295	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0026_000000000838	10027	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6801225203670443	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10036.0	97.79799999999999	100.0	0.2671786257099432	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0070_000000001993	10024	0.8687564688811674	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6796346721984279	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10037.0	97.74799999999999	100.0	0.3744534549123659	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
SPA0154_000000008568	1188	0.868749669055831	1	1	1	1	1	False	21099	fragment	False	SPA0154_000000008568	0.937987857762359		0	0	False	False	0.9932659864425659	0					non-mobilizable	chromosome	1192.0	89.84899999999999	100.0	0.0003313655532504444	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0097_000000013828	2132	0.8687459522304364	3	2	2	2	2	False	36775	fragment	False	ISR0097_000000013828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	71.429	44.0	0.0003282313452572139	NZ_CP016786.1	firmicutes	Clostridium isatidis strain DSM 15098 chromosome, complete genome	True	False
ENG0058_000000021450	1599	0.8687437402548458	2	2	2	2	2	False	63433	maximal	True	ENG0058_000000021450	1.0		3	3	False	False	0.9918699264526367	0					non-mobilizable	no_good_hit	301.0	73.75399999999999	19.0	0.00010472042291536721	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
USA0056_01_000000013692	1238	0.8687398801365263	2	2	2	2	2	False	1006	fragment	False	USA0056_01_000000013692	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	82.46799999999999	99.0	0.005731541682030123	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0214_000000009942	2796	0.8687359074008582	4	4	4	3	3	False	28225	fragment	False	ISR0214_000000009942	1.0		0	0	False	False	0.9996423721313477	0					non-mobilizable	other	1617.0	97.279	91.0	0.0004835889481970302	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0095_000000018421	1497	0.8687292427795998	2	2	2	1	1	False	131773	maximal	True	FIJ0095_000000018421	1.0		0	0	False	False	0.9993320107460022	0					non-mobilizable	no_good_hit	1306.0	94.48700000000001	87.0	0.0029467523436986836	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0041_000000012060	1286	0.8687292427795998	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.1834168290828411		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	91.62100000000001	100.0	0.027835542847240272	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
ISR0189_000000013785	1241	0.8687292427795998	2	2	2	1	1	False	29212	fragment	False	ISR0189_000000013785	0.9880034275921166		0	0	False	False	0.9854955673217773	0					non-mobilizable	chromosome	1025.0	91.31700000000001	92.0	0.0002738789187195973	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0091_000000001937	6585	0.8687225103267303	11	4	4	2	2	False	9499	maximal	True	MON0091_000000001937	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	90.728	79.0	0.007442191084448944	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0139_000000017540	1283	0.8687212120760255	1	1	1	1	1	False	81164	fragment	False	CHI0129_000000020249	0.9626446020966195		0	0	False	False	0.9914263486862183	0					non-mobilizable	no_good_hit								True	False
SPA0074_000000013639	1585	0.8687205620648922	3	3	3	3	3	False	5812	fragment	False	SPA0074_000000013639	0.9937867887508176		0	0	False	False	0.9981072545051575	0					non-mobilizable	other	1585.0	98.54899999999999	100.0	0.006139201748742316	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
SPA0081_000000002347	5464	0.8687183044646698	13	5	2	4	4	True	110404	fragment	False	SPA0081_000000002347	1.0		0	0	False	False	0.9998169541358948	0					non-mobilizable	no_good_hit	1565.0	99.042	59.0	0.009008490098724757	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0080_000000002743	4494	0.8687183044646698	10	5	2	4	4	True	110403	fragment	False	SPA0080_000000002743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	99.042	61.0	0.009008490098724757	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0043_000000007194	1301	0.8687148251711222	3	2	2	2	2	False	127011	maximal	True	DEN0043_000000007194	1.0		0	0	False	False	0.9677171111106873	0					non-mobilizable	no_good_hit	1145.0	98.865	88.0	0.004388387651138526	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0054_000000020506	1286	0.8687148251711222	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.23738252843901037		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	98.464	86.0	0.004242619529859449	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0781_000000003311	6935	0.8686895428771203	6	4	3	4	1	True	132059	fragment	False	ISR0781_000000003311	1.0		0	0	False	False	0.9994232058525085	0					non-mobilizable	no_good_hit	326.0	79.44800000000001	5.0	0.0001407577280640368	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
FIJ0059_000000007437	2437	0.8686871184139309	3	3	2	3	1	False	50482	fragment	False	ISR0021_000000008645	0.9781793064087837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
ISR0151_000000012509	1648	0.8686871184139309	3	3	2	3	1	False	36347	fragment	False	ISR0784_000000006735	0.9512605042016806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000003351	9433	0.8686783871329004	15	6	2	5	3	False	68217	maximal	True	FIJ0114_000000003351	1.0		3	2	False	False	0.9993639588356018	0					non-mobilizable	no_good_hit	2948.0	92.164	45.0	0.0009164956144471565	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0034_000000002006	6786	0.8686238052249132	10	7	5	6	4	True	119985	maximal	True	MAD0034_000000002006	1.0	PS730	1	1	False	True	0.9997052550315857	0					non-mobilizable	no_good_hit	3167.0	82.381	69.0	0.0009441895460513698	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0085_000000011758	1341	0.8686111627514135	3	2	2	2	2	False	72383	fragment	False	ISR0228_000000018691	0.9690465464033939		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	99.478	100.0	0.03713248538254773	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0164_000000021192	1341	0.8686111627514135	3	2	2	2	2	False	72383	fragment	False	ISR0228_000000018691	0.9699960296200597		0	0	False	False	0.9880685806274414	0					non-mobilizable	other	1341.0	99.851	100.0	0.03713248538254773	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0177_000000012608	1333	0.8686077140783527	2	2	2	2	1	False	104764	fragment	False	ENG0067_000000016920	0.21542402503940966		0	0	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit	92.0	100.0	7.0	0.0004209026743508386	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0208_000000007360	3551	0.868602942400775	2	2	2	2	1	False	28528	maximal	True	ISR0208_000000007360	1.0		1	1	False	False	0.9991551637649536	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000016119	2124	0.8686021832534001	3	2	0	2	0	False	99238	backbone	False	CHI0131_000000007596	0.9551535758111765	PS556	0	0	True	True	0.9967043399810791	3					non-mobilizable	no_good_hit								True	True
MON0090_000000002659	15281	0.8686011722786741	26	5	3	4	5	False	99937	maximal	True	MON0090_000000002659	1.0		1	1	False	False	0.9998691082000732	0					non-mobilizable	no_good_hit	1831.0	87.766	12.0	0.0005965526497668422	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0395_000000009253	4157	0.8685986195181878	5	4	3	3	3	True	128134	fragment	False	FIJ0113_000000005617	0.9667080783918968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2692.0	82.132	84.0	0.4348825751354902	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0103_000000010502	4157	0.8685986195181878	5	4	3	3	3	True	128134	fragment	False	FIJ0113_000000005617	0.9667666818565576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2691.0	82.126	84.0	0.4348825751354902	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0082_000000006704	4157	0.8685986195181878	5	4	3	3	3	True	128134	fragment	False	FIJ0113_000000005617	0.9636059771533271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2691.0	82.088	84.0	0.4348825751354902	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0167_000000004521	3984	0.8685986195181878	5	4	3	3	3	True	128134	fragment	False	FIJ0113_000000005617	0.8257573234506299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2692.0	82.132	84.0	0.4348825751354902	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0016_000000014564	1520	0.8685896180603728	3	3	3	3	2	False	104380	fragment	False	ENG0093_000000007624	0.7021872802482136		0	0	False	False	0.9986842274665833	0					non-mobilizable	other	1520.0	99.34200000000001	100.0	0.010446108669788809	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0774_000000006706	3608	0.8685864471436389	5	1	1	1	1	False	73023	fragment	False	ISR0774_000000006706	1.0		0	0	False	False	0.9944567680358887	0					non-mobilizable	no_good_hit	3157.0	98.70100000000001	87.0	0.0008753075517492266	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0030_000000016334	1859	0.8685864471436389	3	1	1	1	1	False	73020	fragment	False	DEN0083_000000014331	0.9611870796873742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1428.0	99.37	77.0	0.00039599891141954227	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0041_000000030746	1106	0.8685864471436389	1	1	1	1	1	False	73017	fragment	False	DEN0041_000000030746	1.0		0	0	False	False	0.9972875118255615	0					non-mobilizable	no_good_hit	845.0	99.527	76.0	0.0002343780373338665	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0088_000000004956	3318	0.8685816699745934	4	2	2	2	1	True	5460	fragment	False	SPA0088_000000004956	1.0		0	0	False	False	0.9954792261123657	0					non-mobilizable	no_good_hit	111.0	93.694	3.0	3.538275618160875e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	True
SPA0154_000000000325	11323	0.8685808682745326	14	11	6	7	10	True	123655	maximal	True	SPA0154_000000000325	1.0	PS902	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	6647.0	98.345	59.0	0.21394764802472713	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ENG0124_000000015854	1962	0.8685509057829196	3	3	3	3	3	False	118272	maximal	False	AST0029_000000014425	0.930642822619623		0	0	False	False	0.9933741092681885	0					non-mobilizable	no_good_hit	1252.0	77.157	63.0	0.00032920903869097757	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0784_000000006735	1785	0.8685451582677758	3	3	2	3	2	False	36347	fragment	False	ISR0784_000000006735	0.9887742718446602		0	0	False	False	0.9983193278312683	0					non-mobilizable	no_good_hit								True	False
ISR0207_000000006276	4153	0.868525613420292	5	3	2	3	2	False	127508	fragment	False	ISR0207_000000006276	1.0		0	0	False	False	0.9850710034370422	0					non-mobilizable	no_good_hit	1779.0	97.24600000000001	43.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
CAN0016_000000015942	3029	0.8685196750154834	3	2	2	2	2	False	105883	fragment	False	CHI0106_000000005843	0.5564250077260181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	75.368	16.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0026_000000016073	2554	0.8685196750154834	2	2	2	2	2	False	105883	fragment	False	CHI0106_000000005843	0.143490700833311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	75.264	18.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0045_000000034318	1262	0.8685188334925862	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.2655310610450805		0	0	False	False	0.9984152317047119	0					non-mobilizable	other	1262.0	99.921	100.0	0.0048372000245504206	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0067_000000022348	1150	0.8685188334925862	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.26269966667347217		0	0	False	False	0.9947826266288757	0					non-mobilizable	other	1150.0	100.0	100.0	0.004407567667096299	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0121_000000023137	1144	0.8685188334925862	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.2621266151644157		0	0	False	False	0.992132842540741	0					non-mobilizable	other	1144.0	100.0	100.0	0.004384551647946971	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0385_000000021225	1142	0.8685188334925862	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.24204323917650578		0	0	False	False	0.9929947257041931	0					non-mobilizable	other	1142.0	99.912	100.0	0.004376879641563862	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0158_000000018144	1135	0.8685188334925862	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.2205302518165782		0	0	False	False	0.992951512336731	0					non-mobilizable	other	1135.0	99.912	100.0	0.0043500276192229795	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0020_000000031364	1133	0.8685188334925862	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.2204107879575936		0	0	False	False	0.9902912378311157	0					non-mobilizable	other	1133.0	99.647	100.0	0.00434235561283987	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ETH0001_000000016886	1904	0.8685160489999597	3	2	2	2	2	False	53513	maximal	True	ETH0001_000000016886	1.0		73	10	False	False	0.9831932783126831	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.000258060598700589	NZ_LLYZ01000001.1	CFB group bacteria	Chryseobacterium aquaticum strain KCTC 12483 Contig01, whole genome shotgun sequence	True	False
ISR0821_000000007058	3884	0.8685082233712543	3	3	3	3	2	False	100044	fragment	False	ISR0100_000000002858	0.9664436143601818		0	0	False	False	0.9994850754737854	0					non-mobilizable	no_good_hit	491.0	74.542	12.0	0.0037871033776867963	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
FIJ0122_000000001707	10209	0.8685069969461076	8	3	2	3	1	True	41447	maximal	True	FIJ0122_000000001707	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0107_000000018584	3086	0.8685020363666753	4	3	2	3	1	False	68670	fragment	False	ENG0086_000000006855	0.7112987247976442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	3.0	0.0015323206144416488	NZ_QIML01000014.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_14, whole genome shotgun sequence	True	False
MAD0039_000000010501	1422	0.8684960023677363	2	2	2	2	2	True	18463	fragment	False	MAD0039_000000010501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	84.06299999999999	75.0	0.36300246103363415	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
FIJ0083_000000002241	12470	0.8684932745430073	16	13	8	11	9	False	44654	maximal	True	FIJ0083_000000002241	1.0		3	2	False	False	0.9991980791091919	0					non-mobilizable	no_good_hit	425.0	78.118	4.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
AST0039_000000007154	2390	0.8684908305562914	2	1	1	1	1	False	116654	fragment	False	AST0039_000000007154	1.0		0	0	False	False	0.9995815753936768	0					non-mobilizable	no_good_hit	2147.0	92.594	89.0	0.004625734088602434	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
CHI0027_000000009577	1811	0.8684905369555388	3	1	1	1	1	False	127766	fragment	False	CHI0079_000000003445	0.702819099378882		0	0	False	False	0.9983434677124023	0					non-mobilizable	other	1811.0	98.896	100.0	0.03459420178994875	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0042_000000002456	8178	0.868479053969397	8	7	6	7	6	False	36388	fragment	False	ISR0042_000000002456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	88.00399999999999	19.0	0.04848454334910885	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
AST0055_000000009614	3496	0.8684783822664507	5	3	2	2	2	False	113883	fragment	False	ISR0324_000000007981	0.6523405420202574		0	0	False	False	0.9977116584777832	0					non-mobilizable	no_good_hit	754.0	83.024	24.0	0.018911102728530114	NZ_NOJZ02000023.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_23_length_39765_cov_670.101, whole genome shotgun sequence	True	False
MAD0002_000000009192	3600	0.8684748476575906	5	5	5	5	5	False	20222	maximal	True	MAD0002_000000009192	1.0		48	4	False	False	1.0	0					non-mobilizable	other	2228.0	99.32700000000001	100.0	0.0008151975966496001	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
MON0026_000000042318	1258	0.8684710862873097	1	1	1	1	1	False	12699	fragment	False	MON0026_000000042318	1.0		0	0	False	False	0.975357711315155	0					non-mobilizable	no_good_hit	1078.0	92.85700000000001	86.0	0.000434056141692706	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ISR0230_000000006261	4564	0.8684632270324383	6	4	1	2	4	False	110844	fragment	False	ISR0230_000000006261	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4598.0	90.344	99.0	0.0009965426206292418	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0214_000000006891	3853	0.8684622656902061	4	4	4	4	4	False	38331	maximal	True	ISR0214_000000006891	1.0		261	12	False	False	0.9976641535758972	0					non-mobilizable	other	3880.0	79.94800000000001	99.0	0.021194075766898128	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0336_000000000723	10432	0.8684551533191952	11	8	4	3	6	False	103755	fragment	False	ISR0336_000000000723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2561.0	90.59	35.0	0.0005093464677660727	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
MON0090_000000034075	1780	0.8684540783989112	3	3	3	3	3	False	49345	fragment	False	MON0090_000000034075	0.955638236977676		0	0	False	False	0.9960674047470093	0					non-mobilizable	no_good_hit	50.0	90.0	3.0	0.0001599989551088646	NZ_BJMH01000002.1	firmicutes	Brevibacillus parabrevis strain NBRC 12334 sequence002, whole genome shotgun sequence	True	False
ISR0199_000000004938	5391	0.8684490931021837	3	3	2	3	1	False	104656	fragment	False	USA0020_01_000000005677	0.6426003247506379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0020_000000000101	3196	0.8684467964085129	4	3	3	2	2	False	71684	fragment	False	ISR0186_000000006966	0.7190514629043413		0	0	False	False	0.999687135219574	0					non-mobilizable	other	1692.0	99.054	100.0	0.004123153297913065	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0156_000000009011	1594	0.868436935054965	4	3	2	1	2	False	78999	fragment	False	FIJ0014_000000016315	0.6414322317432579		0	0	False	False	0.9962359070777893	0					non-mobilizable	no_good_hit	1047.0	90.735	66.0	0.1665857212238951	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0080_000000000478	3728	0.8684271075806537	5	2	1	1	2	True	111399	fragment	False	ISR0306_000000002470	0.6732893112878348		0	0	False	False	1.0	0					non-mobilizable	plasmid	3728.0	99.92	100.0	0.11281632158857005	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0047_000000008412	3424	0.8684271075806537	4	2	1	1	2	True	111403	maximal	True	ISR0047_000000008412	1.0		2	2	False	False	0.9967873692512512	0					non-mobilizable	no_good_hit	2935.0	99.932	86.0	0.09446537235583889	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
CHI0122_000000003933	3398	0.8684271075806537	3	2	1	1	2	True	111399	fragment	False	ISR0306_000000002470	0.6109398911340812		0	0	False	False	1.0	0					non-mobilizable	plasmid	3398.0	99.765	100.0	0.10276667877467005	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0248_000000001439	3297	0.8684271075806537	4	2	1	1	2	True	111399	fragment	False	ISR0306_000000002470	0.508649727549331		0	0	False	False	0.9966636300086975	0					non-mobilizable	plasmid	3297.0	99.90899999999999	100.0	0.10612060916320551	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0035_000000008782	3075	0.8684240118912989	3	3	3	2	3	False	71496	fragment	False	FIJ0012_000000006775	0.5460859412741105		0	0	False	False	0.9996747970581055	0					non-mobilizable	no_good_hit	1578.0	89.861	51.0	0.13325431764307483	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
CHI0046_000000002877	4097	0.8684210614595658	5	5	5	5	3	False	99573	fragment	False	CHI0046_000000002877	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3994.0	99.825	98.0	0.01638691673164526	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MAD0011_000000010406	1350	0.8684203600627459	3	3	2	3	2	False	97041	fragment	False	MAD0011_000000010406	0.95388635375444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	84.02600000000001	23.0	0.00014177848045182563	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
USA0113_01_000000001658	10596	0.8684200791921869	11	7	5	7	6	False	31284	maximal	True	USA0113_01_000000001658	1.0		1	1	False	False	0.9993394017219543	0					non-mobilizable	no_good_hit	2859.0	98.07600000000001	67.0	0.000545140930756611	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ISR0093_000000000469	25661	0.8684111900736777	27	6	3	5	3	True	45736	maximal	True	ISR0093_000000000469	1.0		3	2	False	False	0.9999610185623169	0					non-mobilizable	no_good_hit	246.0	78.862	1.0	0.00028449635915196573	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ENG0037_000000002191	12052	0.8684068702931983	12	9	7	6	7	False	65251	maximal	True	ENG0037_000000002191	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5337.0	89.132	76.0	0.0021780998939980325	CP021556.1	high GC Gram+	Bifidobacterium breve strain 139W423 chromosome, complete genome	True	False
AST0026_000000011319	2585	0.8684038640896209	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.3800292173981718		0	0	False	False	1.0	0					non-mobilizable	other	2586.0	98.531	100.0	0.0007719096632506725	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0021_000000014708	2247	0.8684038640896209	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.23550860838200033		0	0	False	False	1.0	0					non-mobilizable	other	2214.0	98.82600000000001	98.0	0.0006609962298401382	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0056_000000005395	5762	0.8683993795279272	5	5	2	4	5	False	83098	fragment	False	SPA0056_000000005395	1.0		0	0	False	True	0.9996529221534729	0					non-mobilizable	no_good_hit	2207.0	98.324	72.0	0.00044544752028492486	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	True
CHI0116_000000002439	7880	0.8683962502462564	10	8	7	8	6	False	123066	maximal	True	CHI0116_000000002439	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	99.23	21.0	0.10474357382341984	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
SPA0046_000000007224	3797	0.8683908461074201	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.17691232073180332	PS1101	0	0	False	True	0.9997366070747375	0					non-mobilizable	other	3796.0	99.052	99.0	0.0007350108624727857	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0144_000000019631	1608	0.8683667358050716	3	3	1	1	2	True	40064	maximal	True	FIJ0144_000000019631	1.0		1	1	False	False	0.9931591749191284	0					non-mobilizable	chromosome	1608.0	100.0	100.0	0.0007378027252329909	NZ_LS483462.1	firmicutes	Streptococcus pasteurianus strain NCTC13784 chromosome 1	False	True
MON0059_000000011318	3323	0.8683639451257101	6	4	1	4	1	False	109486	fragment	False	MON0059_000000011318	0.9924170616113743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0056_01_000000006591	3165	0.8683639451257101	6	4	1	4	1	False	109486	fragment	False	MON0059_000000011318	0.9690039121275955		0	0	False	False	0.9955766201019287	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.300476067886743e-06	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ISR0832_000000005305	2533	0.8683602299005516	3	2	2	2	2	False	82160	fragment	False	ISR0832_000000005305	1.0		0	0	False	False	0.994867742061615	0					non-mobilizable	chromosome	1407.0	99.71600000000001	99.0	0.0003527883831753564	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0074_000000003627	1397	0.8683513726944356	3	3	1	3	2	False	16283	maximal	True	MAD0074_000000003627	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	97.615	62.0	0.0001326326331611573	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CHI0032_000000003649	1852	0.8683432380477171	3	2	2	2	2	False	88452	maximal	True	CHI0032_000000003649	1.0		8	2	False	False	1.0	0					non-mobilizable	other	1410.0	98.156	98.0	0.0004120254020834956	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
CHI0113_000000003820	1999	0.8683319705375532	3	3	3	3	3	False	88895	fragment	False	CHI0113_000000003820	0.9955981356809943		0	0	False	False	0.9989994764328003	0					non-mobilizable	chromosome	1995.0	99.85	99.0	0.0008431510678081201	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0054_000000042921	1195	0.8683260853004642	2	2	2	2	1	False	11106	fragment	False	MON0054_000000042921	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	98.15899999999999	100.0	0.02988661109859578	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0011_000000014491	3004	0.8683214864568943	7	3	2	2	3	False	50986	maximal	True	FIJ0011_000000014491	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0055_000000010289	3063	0.8682943509487394	4	4	1	2	3	True	111107	maximal	False	SPA0054_000000009508	1.0		0	0	True	True	1.0	101	rep_cluster_1143				non-mobilizable	no_good_hit	1565.0	89.265	62.0	0.4400791407574901	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
SPA0054_000000009508	3063	0.8682943509487394	4	4	1	2	3	True	111107	maximal	True	SPA0054_000000009508	1.0		2	1	True	True	1.0	82	rep_cluster_1143				non-mobilizable	no_good_hit	1565.0	89.265	62.0	0.4400791407574901	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
ISR0772_000000001814	2574	0.8682943509487394	5	4	1	2	3	True	29143	fragment	False	ISR0772_000000001814	1.0		0	0	False	False	0.99805748462677	0	rep_cluster_1143				non-mobilizable	no_good_hit	1357.0	89.904	63.0	0.19134751773049646	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
SPA0117_000000008394	4468	0.8682927157106678	5	4	2	4	3	False	4323	maximal	True	SPA0117_000000008394	1.0		4	3	False	False	0.9984332919120789	0					non-mobilizable	no_good_hit	106.0	77.358	2.0	0.0006731190244348741	NZ_AVCK01000003.1	g-proteobacteria	Arenimonas metalli CF5-1 contig11, whole genome shotgun sequence	True	False
CHI0129_000000009363	2498	0.8682904711125713	3	3	3	3	2	False	99231	fragment	False	CHI0111_000000008113	0.27829851232711084		0	0	False	False	0.9935948848724365	0					non-mobilizable	no_good_hit	607.0	73.14699999999999	24.0	0.0014904814769129558	NZ_LOJF01000010.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_3, whole genome shotgun sequence	True	False
ENG0140_000000010964	1632	0.8682883394908856	3	3	3	3	2	False	57784	fragment	False	ENG0140_000000010964	1.0		0	0	False	False	0.9944853186607361	0					non-mobilizable	no_good_hit	86.0	79.07	5.0	1.943015617106499e-05	NZ_LT985980.1	firmicutes	Lysinibacillus timonensis strain Marseille-P5727 chromosome scaffold00001, whole genome shotgun sequence	True	False
MAD0021_000000005158	2807	0.8682843576447783	4	3	1	2	2	False	19329	maximal	True	MAD0021_000000005158	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	97.88799999999999	34.0	0.0025891207663359564	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0014_000000014845	2444	0.8682796581509097	3	2	2	1	2	False	38034	fragment	False	ISR0014_000000014845	0.9883133264685865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	76.598	43.0	0.032266236027991516	NZ_CACWHD010000029.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0209_000000012404	2346	0.8682796581509097	3	2	2	1	2	False	38034	fragment	False	ISR0014_000000014845	0.9758592471358428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	76.248	24.0	0.00235195539995686	CP014152.1	firmicutes	Clostridium botulinum strain BrDura plasmid pRSJ20_1, complete sequence	True	False
ISR0087_000000015763	2165	0.8682796581509097	2	2	2	1	2	False	38034	fragment	False	ISR0014_000000014845	0.640949133276499		0	0	False	False	0.9662817716598511	0					non-mobilizable	no_good_hit	581.0	76.248	26.0	0.00235195539995686	CP014152.1	firmicutes	Clostridium botulinum strain BrDura plasmid pRSJ20_1, complete sequence	True	False
DEN0083_000000017569	1700	0.8682789072627851	3	3	3	3	2	False	115074	fragment	False	DEN0082_000000022849	0.9590254706533776		0	0	False	False	0.994705855846405	0					non-mobilizable	no_good_hit	1194.0	72.446	67.0	0.011287361457837528	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0803_000000004276	3160	0.8682732838108603	1	1	1	1	1	False	21839	maximal	True	ISR0803_000000004276	1.0		2	2	False	False	0.9936708807945251	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.443559021413272e-06	CP013274.1	firmicutes	Bacillus thuringiensis strain CTC, complete genome	True	False
CAN0017_000000022454	1529	0.8682711313820577	3	2	2	2	2	False	120931	maximal	True	CAN0017_000000022454	1.0		0	0	False	False	0.9771091938018799	0					non-mobilizable	no_good_hit	1337.0	94.465	87.0	0.16334271381377707	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	True	False
ENG0088_000000012916	1333	0.8682711313820577	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.29637230482138716		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	99.775	100.0	0.013868210355346862	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0081_000000018731	1283	0.8682681590601952	3	2	2	2	1	False	34223	maximal	True	ISR0081_000000018731	1.0		30	6	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	74.157	34.0	9.081498867098602e-05	CP047647.1	CFB group bacteria	Hymenobacter sp. BT182 chromosome, complete genome	True	False
FIJ0015_000000000962	26520	0.8682680192008045	34	13	4	9	9	False	52968	maximal	True	FIJ0015_000000000962	1.0		2	1	False	False	0.9999622702598572	0					non-mobilizable	no_good_hit	53.0	96.226	0.0	0.0014651601814544533	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
SPA0095_000000004118	5061	0.8682640936323074	9	7	3	6	6	False	91696	maximal	True	SPA0095_000000004118	1.0		15	6	False	False	0.9990120530128479	0					non-mobilizable	other	3508.0	99.515	100.0	0.2863324624428478	NZ_CZBD01000036.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0162_000000013239	2960	0.8682601465698563	6	4	2	3	4	False	101913	fragment	False	ENG0049_000000005390	0.5098156285353713		0	0	False	False	1.0	0					non-mobilizable	chromosome	2960.0	99.662	100.0	0.0004569675270443235	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
USA0117_01_000000008184	2836	0.8682601465698563	5	4	2	3	4	False	101913	fragment	False	ENG0049_000000005390	0.5038095090984593		0	0	False	False	1.0	0					non-mobilizable	chromosome	2836.0	99.471	100.0	0.0004378178233087723	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ENG0103_000000006687	2801	0.8682601465698563	4	4	2	3	4	False	101913	fragment	False	ENG0049_000000005390	0.50241936744605		0	0	False	False	1.0	0					non-mobilizable	chromosome	2801.0	100.0	100.0	0.000511458403544699	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
FIJ0063_000000001247	15186	0.8682594985098788	15	15	6	7	13	False	79785	fragment	False	FIJ0063_000000001247	1.0		0	0	False	False	0.9972342848777771	0					non-mobilizable	plasmid	15186.0	99.97399999999999	100.0	0.13812330586330476	CP040026.1	enterobacteria	Klebsiella pneumoniae strain KPC160132 plasmid pIncFI-L132, complete sequence	False	True
ISR0156_000000009671	2661	0.8682564144765046	4	2	1	2	1	False	67777	maximal	True	ISR0156_000000009671	0.9471101047458956		3	1	True	True	0.9868470430374146	1					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.158365797804885e-05	NZ_RBXP01000013.1	b-proteobacteria	Azonexus fungiphilus strain DSM 23841 Ga0244549_102, whole genome shotgun sequence	True	True
ISR0134_000000012790	2543	0.8682564144765046	4	2	1	2	1	False	67777	maximal	False	ISR0156_000000009671	0.9419138367244194		0	0	True	True	0.9988203048706055	1					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.158365797804885e-05	NZ_RBXP01000013.1	b-proteobacteria	Azonexus fungiphilus strain DSM 23841 Ga0244549_102, whole genome shotgun sequence	True	True
FIJ0022_000000010426	2444	0.8682564144765046	4	2	1	2	1	False	67777	maximal	False	ISR0156_000000009671	0.9311610954461296		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0334_000000008364	2437	0.8682564144765046	4	2	1	2	1	False	67777	maximal	False	ISR0156_000000009671	0.9120458352034372		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.158365797804885e-05	NZ_RBXP01000013.1	b-proteobacteria	Azonexus fungiphilus strain DSM 23841 Ga0244549_102, whole genome shotgun sequence	True	True
ISR0298_000000006274	2319	0.8682564144765046	3	2	1	2	1	False	67777	maximal	False	ISR0156_000000009671	0.7709337671630745		0	0	False	True	0.9956877827644348	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.158365797804885e-05	NZ_RBXP01000013.1	b-proteobacteria	Azonexus fungiphilus strain DSM 23841 Ga0244549_102, whole genome shotgun sequence	True	True
ISR0065_000000014486	2286	0.8682564144765046	3	2	1	2	1	False	67777	maximal	False	ISR0156_000000009671	0.6457138621272669		0	0	False	True	0.9982502460479736	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.158365797804885e-05	NZ_RBXP01000013.1	b-proteobacteria	Azonexus fungiphilus strain DSM 23841 Ga0244549_102, whole genome shotgun sequence	True	True
ISR0014_000000017576	2042	0.8682564144765046	3	2	1	2	1	False	67776	fragment	False	ISR0014_000000017576	0.9747205960617349		0	0	False	False	0.9995102882385254	0					non-mobilizable	no_good_hit								True	False
ISR0376_000000013055	1879	0.8682564144765046	3	2	1	2	1	False	67776	fragment	False	ISR0014_000000017576	0.9368266405484819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.158365797804885e-05	NZ_RBXP01000013.1	b-proteobacteria	Azonexus fungiphilus strain DSM 23841 Ga0244549_102, whole genome shotgun sequence	True	False
MON0066_000000002118	9429	0.8682499003716339	14	3	2	3	3	False	67787	maximal	True	MON0066_000000002118	1.0		1	1	False	False	0.9815462827682495	0					non-mobilizable	no_good_hit	5669.0	94.53200000000001	78.0	0.0017629941096646423	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0031_000000021193	1209	0.8682472389789405	1	1	1	1	1	False	48512	fragment	False	FIJ0031_000000021193	1.0		0	0	False	False	0.9900744557380676	0					non-mobilizable	no_good_hit	63.0	87.302	5.0	9.651007129292363e-05	FN543108.1	b-proteobacteria	Curvibacter putative symbiont of Hydra magnipapillata genomic scaffold HmaUn_WGA9493_1	True	False
MAD0063_000000005212	2315	0.8682466437506896	3	1	1	1	1	True	43549	maximal	True	MAD0063_000000005212	1.0		1	1	False	False	0.9991360902786255	0					non-mobilizable	no_good_hit								True	True
MON0103_000000008065	5050	0.8682450063809247	6	6	6	6	4	False	113196	fragment	False	CHI0145_000000003023	0.931814239612747		0	0	False	False	0.9998019933700562	0					non-mobilizable	chromosome	5050.0	99.68299999999999	100.0	0.0010291834349776827	CP020520.1	enterobacteria	Escherichia coli strain 190 chromosome, complete genome	False	False
SPA0125_000000020733	1583	0.8682397199323304	3	3	3	3	3	False	78133	fragment	False	SPA0125_000000020733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	81.542	31.0	0.03357035416381786	NZ_JH604968.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld499, whole genome shotgun sequence	True	False
FIJ0067_000000025004	1319	0.8682326797212867	2	2	2	1	1	False	45165	fragment	False	FIJ0109_000000018037	0.9514200298953662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0270_000000007189	1245	0.8682204792793029	2	2	2	2	2	False	26429	fragment	False	ISR0270_000000007189	1.0		0	0	False	False	0.9975903630256653	0					non-mobilizable	chromosome	1245.0	99.92	100.0	0.0005361502772336542	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
CHI0182_000000014957	1875	0.8682150782891921	3	3	3	2	2	False	97694	maximal	True	CHI0182_000000014957	1.0		5	3	False	False	1.0	0					non-mobilizable	plasmid	1875.0	99.73299999999999	100.0	0.018774357073444402	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
DEN0070_000000028690	1198	0.8682138163632194	2	2	2	2	1	False	70531	fragment	False	DEN0070_000000028690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0133_000000000872	16785	0.8682020049466196	19	8	5	7	4	True	31554	fragment	False	ISR0133_000000000872	1.0		0	0	False	False	0.999880850315094	0					non-mobilizable	no_good_hit								True	True
MON0058_000000005596	6557	0.8681968981133271	10	6	4	5	4	False	62723	maximal	True	MON0058_000000005596	1.0		1	1	False	False	0.9946621656417847	0					non-mobilizable	no_good_hit	1216.0	98.602	48.0	0.00732512178317156	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
MON0075_000000000415	18204	0.8681948600977475	18	11	8	9	6	True	51323	maximal	True	MON0075_000000000415	1.0		1	1	False	False	0.9999450445175171	0					non-mobilizable	no_good_hit	1882.0	77.09899999999999	16.0	0.0006600980302235658	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MAD0107_000000031795	1248	0.8681948466140241	2	1	1	1	1	False	20945	fragment	False	ISR0835_000000011031	0.9481508339376359		0	0	False	False	0.9943910241127014	0					non-mobilizable	no_good_hit	141.0	79.433	11.0	4.034483391928685e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0073_000000001912	2839	0.8681907457155376	3	3	3	3	3	False	79013	maximal	True	MON0073_000000001912	0.9795567443637754		12	6	False	False	0.9996477365493774	0					non-mobilizable	other	2767.0	95.80799999999999	100.0	0.0014384682448500025	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
DEN0090_000000005224	4323	0.8681905877840879	9	5	5	4	4	False	69473	fragment	False	DEN0090_000000005224	1.0		0	0	False	False	0.9951422810554504	0					non-mobilizable	other	4329.0	99.723	100.0	0.0019008701487843742	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0223_000000006236	4236	0.868186562599044	6	6	3	5	3	False	67864	fragment	False	ISR0223_000000006236	1.0		0	0	False	False	0.9983475208282471	0					non-mobilizable	plasmid	1809.0	97.34700000000001	94.0	0.009714698058137405	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0168_000000012583	2005	0.8681852179043609	2	1	1	1	1	False	30125	maximal	True	ISR0168_000000012583	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0012_000000013332	1837	0.8681852179043609	3	1	1	1	1	False	50782	fragment	False	FIJ0012_000000013332	1.0		0	0	False	False	0.9956450462341309	0					non-mobilizable	no_good_hit	454.0	74.229	24.0	0.02633431085043988	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0076_000000001027	8487	0.8681844119697599	9	7	4	6	6	False	131148	fragment	False	SPA0083_000000001183	0.9770522779723049		0	0	False	False	1.0	0					non-mobilizable	chromosome	8485.0	99.87	99.0	0.0030044376010819377	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0020_000000003503	5301	0.8681745269396016	12	2	0	2	0	True	37705	maximal	True	ISR0020_000000003503	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
SPA0021_000000006079	5007	0.8681745269396016	11	2	0	2	0	True	7692	maximal	True	SPA0021_000000006079	1.0		1	1	True	True	1.0	64					non-mobilizable	no_good_hit								True	True
ISR0361_000000002223	4998	0.8681745269396016	13	2	0	2	0	True	23770	maximal	True	ISR0361_000000002223	1.0		1	1	True	True	1.0	31					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.0363036155424126e-06	LR131934.1	bony fishes	Cottoperca gobio genome assembly, chromosome: 4	True	True
MON0027_000000034075	1221	0.8681680743138824	1	1	1	1	1	False	12621	maximal	True	MON0027_000000034075	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0318_000000001489	2902	0.8681665187984599	5	1	1	1	1	False	25122	maximal	True	ISR0318_000000001489	1.0		2	1	False	False	0.9827705025672913	0					non-mobilizable	no_good_hit	1427.0	98.73899999999999	76.0	0.00030218868525882907	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
ISR0074_000000001081	16788	0.8681631921738154	15	15	11	14	13	False	95065	fragment	False	ISR0214_000000001181	0.8501080571359166		0	0	False	False	0.9999404549598694	0					non-mobilizable	no_good_hit	100.0	88.0	1.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
FIJ0030_000000018771	1919	0.8681485834652667	3	2	2	1	1	False	48724	maximal	True	FIJ0030_000000018771	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000000532	18931	0.8681471734052313	14	11	5	8	6	True	108302	maximal	True	DEN0062_000000000532	1.0	PS91	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3158.0	96.16799999999999	18.0	0.09999366527302674	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MAD0098_000000007688	5342	0.8681426765860238	4	4	4	4	3	True	83211	fragment	False	MAD0098_000000007688	0.9967389219259544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3774.0	79.014	70.0	0.006143507890608882	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0084_000000004050	5213	0.8681426765860238	4	4	4	4	3	True	83211	fragment	False	MAD0098_000000007688	0.9847435417446649		0	0	False	False	0.9978898763656616	0					non-mobilizable	no_good_hit	3774.0	79.014	71.0	0.006143507890608882	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0128_000000020443	1816	0.8681421976524172	3	2	2	2	2	False	3874	maximal	True	SPA0128_000000020443	1.0		10	4	False	False	0.9933920502662659	0					non-mobilizable	other	1821.0	98.462	99.0	0.0027253383088227585	NZ_HE978575.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	False	False
SPA0051_000000013403	1856	0.8681395824286692	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9754371585508488		0	0	False	False	1.0	0					non-mobilizable	other	1841.0	99.891	99.0	0.0005189521904013023	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0038_000000012287	2778	0.8681334615777958	4	4	4	4	3	False	91596	fragment	False	FIJ0038_000000012287	0.9886734390007249		0	0	False	False	0.9996400475502014	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000004821	5278	0.8681322614813635	7	6	3	4	4	True	153	maximal	True	USA0125_01_000000004821	1.0		6	3	False	False	0.999810516834259	0					non-mobilizable	no_good_hit	1991.0	90.708	39.0	0.00429972243119147	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
ISR0217_000000003080	8937	0.8681290233669551	13	6	2	2	5	False	120266	maximal	True	ISR0217_000000003080	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4013.0	94.54299999999999	82.0	0.0007997458057753343	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
AST0025_000000016802	2180	0.8681290062969471	3	3	3	3	3	False	120333	maximal	False	ISR0029_000000020154	0.9908155592297256		0	0	False	False	0.9944953918457031	0					non-mobilizable	no_good_hit	169.0	76.331	8.0	0.0032592361287300687	NZ_AVCW01000029.1	firmicutes	Lysinibacillus boronitolerans JCM 21713 = 10a = NBRC 103108 contig31, whole genome shotgun sequence	True	False
USA0024_01_000000011682	1952	0.8681163252105659	3	2	2	2	1	False	26259	maximal	True	USA0024_01_000000011682	1.0		3	3	False	False	0.9984630942344666	0					non-mobilizable	no_good_hit	556.0	85.971	34.0	0.00018579996815819386	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0143_000000002952	5638	0.8681122285308871	7	6	3	4	4	True	128687	maximal	True	SPA0143_000000002952	1.0	PS1045|PS1046|PS656|PS658	4	2	True	True	0.9998226165771484	107					non-mobilizable	no_good_hit	3028.0	96.20200000000001	77.0	0.6104944500504541	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
SPA0144_000000002656	5618	0.8681122285308871	7	6	3	4	4	True	128687	maximal	False	SPA0143_000000002952	0.998226321390564	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	87					non-mobilizable	no_good_hit	3028.0	96.20200000000001	77.0	0.6104944500504541	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
SPA0079_000000007575	3169	0.8681068479640265	5	5	5	3	3	False	98918	maximal	True	SPA0079_000000007575	1.0		3	3	False	False	0.9914799332618713	0					non-mobilizable	no_good_hit	2695.0	91.206	85.0	0.00042846957905853735	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ENG0160_000000012647	1598	0.8681058722568122	2	2	2	2	1	False	65770	fragment	False	ENG0160_000000012647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	93.721	68.0	0.0002643017786921279	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0010_000000004873	3589	0.868093269768884	6	3	3	2	3	False	49489	fragment	False	ISR0010_000000004873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2401.0	82.17399999999999	67.0	0.12786581713227685	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0176_000000006318	1220	0.8680907228772736	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.21671332697976034		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	95.99	100.0	0.0003536554786886339	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0040_000000005022	4905	0.8680893210754581	6	3	3	3	3	False	18408	maximal	True	MAD0040_000000005022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	70.513	10.0	0.0001091403616854144	CP046327.1	firmicutes	Clostridioides difficile strain FDAARGOS_723 chromosome, complete genome	True	False
ENG0059_000000000928	12766	0.8680829418243121	15	6	5	6	2	True	114618	fragment	False	ENG0059_000000000928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	100.0	1.0	0.0005446838852796704	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	True
SPA0079_000000014007	1831	0.8680808740168161	3	1	1	1	0	False	5646	fragment	False	SPA0079_000000014007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	775.0	91.226	42.0	0.00011893343328049797	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
BAN0016_000000000267	2688	0.8680774340094509	4	4	4	3	3	False	108437	fragment	False	ENG0097_000000010289	0.7058627805129697		0	0	False	False	0.9985119104385376	0					non-mobilizable	other	2677.0	100.0	99.0	0.011416918029429709	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
ISR0835_000000011031	1379	0.8680735979601099	3	2	2	1	1	False	20945	fragment	False	ISR0835_000000011031	0.9951923076923077		0	0	False	False	0.9956490397453308	0					non-mobilizable	no_good_hit	70.0	90.0	5.0	2.0473497809787355e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0112_000000002828	5394	0.8680699296656371	7	6	3	5	6	False	109919	fragment	False	ISR0025_000000004431	0.07865160480545096		0	0	False	False	0.9975898861885071	0					non-mobilizable	other	2722.0	99.78	100.0	0.0007674287554793172	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0151_000000003380	6966	0.8680694750955205	10	5	4	4	4	True	109410	maximal	False	ENG0080_000000002936	0.7377934530351251		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1755.0	76.125	47.0	0.14021782977006858	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0064_000000009624	2825	0.8680619623008019	2	2	2	2	2	True	89821	fragment	False	FIJ0010_000000006100	0.9657539057679413		0	0	False	False	0.9978761076927185	0					non-mobilizable	plasmid	2825.0	98.37200000000001	100.0	0.016602877283336568	MN783747.1	enterobacteria	Klebsiella oxytoca plasmid pIron_OXY, complete sequence	False	True
FIJ0007_000000006465	2642	0.8680619623008019	3	2	2	2	2	True	89820	fragment	False	FIJ0007_000000006465	0.9744761904761905		0	0	False	False	1.0	0					non-mobilizable	other	2642.0	99.508	100.0	0.08904848607458359	NZ_QNRL01000017.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_117, whole genome shotgun sequence	False	True
FIJ0108_000000008541	2625	0.8680619623008019	2	2	2	2	2	True	89820	fragment	False	FIJ0007_000000006465	0.9714231642694928		0	0	False	False	1.0	0					non-mobilizable	chromosome	2606.0	99.501	99.0	0.0004331053420260319	LR607342.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071186 genome assembly, chromosome: 1	False	True
ISR0086_000000011418	2352	0.8680548251677835	3	3	3	3	3	False	60086	fragment	False	ENG0106_000000008343	0.9504788699215619		0	0	False	False	1.0	0					non-mobilizable	other	2245.0	98.04	95.0	0.0160687165085824	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0015_000000003970	4424	0.8680401214048521	6	6	6	5	4	False	116631	fragment	False	SPA0101_000000007479	0.2954960922568709		0	0	False	False	1.0	0					non-mobilizable	chromosome	3252.0	99.969	100.0	0.0006564596049167229	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
MAD0052_000000010170	1918	0.868035194044596	3	2	1	1	2	False	17274	fragment	False	MAD0052_000000010170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	85.16	31.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0003_01_000000003360	10924	0.8680347072718892	8	7	5	7	7	False	113944	fragment	False	USA0003_01_000000003360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	77.5	1.0	0.0003668022651814725	NZ_QXDJ01000005.1	firmicutes	Clostridium chromiireducens strain C1 Scaffold5, whole genome shotgun sequence	True	False
DEN0081_000000000041	23796	0.8680260614445491	26	6	1	6	2	True	69376	fragment	False	DEN0081_000000000041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	263.0	77.947	1.0	0.21194762684124385	KX342783.1	viruses	Uncultured phage crAssphage clone ICD-277 putative dUTP diphosphatase (orf00037) and putative endonuclease (orf00038) genes, partial cds	True	True
ENG0022_000000003994	5208	0.8680259432313358	7	5	5	5	4	False	129732	fragment	False	ENG0022_000000003994	1.0		0	0	False	True	0.9998080134391785	0					non-mobilizable	no_good_hit	2271.0	97.62200000000001	78.0	0.010557611795400764	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0061_000000011489	3704	0.8680238002021027	5	3	2	3	2	False	57103	fragment	False	MON0061_000000011489	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	0.001269760650117453	NZ_AJLR01000113.1	firmicutes	Bacillus azotoformans LMG 9581 contig113, whole genome shotgun sequence	True	False
SPA0058_000000012406	2527	0.8680131921920871	3	3	3	2	2	False	92606	fragment	False	SPA0058_000000012406	0.998974582930273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1759.0	84.764	78.0	0.0003258661710576188	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
FIJ0034_000000010231	2733	0.8679992791246172	3	2	2	2	2	False	116268	fragment	False	FIJ0162_000000008045	0.9836198974721925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
ETH0004_000000010450	2701	0.8679992791246172	3	2	2	2	2	False	116268	fragment	False	FIJ0162_000000008045	0.9749782112677522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0068_000000012744	2488	0.8679992791246172	2	2	2	2	2	False	116268	fragment	False	FIJ0162_000000008045	0.6336962517034112		0	0	False	False	0.9991961121559143	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
FIJ0104_000000010559	2440	0.8679992791246172	2	2	2	2	2	False	116268	fragment	False	FIJ0162_000000008045	0.47665462118948443		0	0	False	False	0.9995901584625244	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
TAN0017_000000005128	6093	0.8679942025858143	9	3	2	3	2	True	2497	maximal	True	TAN0017_000000005128	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.270681972997525e-07	LR535842.1	bony fishes	Mastacembelus armatus genome assembly, chromosome: 10	True	True
FIJ0121_000000009259	2814	0.8679816283313895	4	2	1	2	1	False	41486	fragment	False	MAD0070_000000005930	0.9270084911822338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	3.0	2.457137260063071e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0159_000000009766	2638	0.8679816283313895	4	2	1	2	1	False	39378	fragment	False	ISR0159_000000009766	1.0		0	0	False	False	0.9969673752784729	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2790577518136533e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0089_000000024317	1299	0.8679793303843181	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.04070672863740126		0	0	False	False	0.9846035242080688	0					non-mobilizable	other	1295.0	87.645	99.0	0.008628865290856876	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MAD0021_000000004741	3038	0.8679647227406644	4	4	0	3	2	True	19330	fragment	False	MAD0021_000000004741	1.0		0	0	False	False	0.9878209233283997	0		MOBP			mobilizable	plasmid	3038.0	99.835	100.0	0.681859003143242	CP017027.1	e-proteobacteria	Campylobacter coli plasmid pCC14983A-2, complete sequence	False	True
MAD0056_000000007317	1875	0.8679496598578709	2	2	2	2	2	False	17052	maximal	True	MAD0056_000000007317	1.0		2	1	False	False	0.9973333477973938	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000001585	15635	0.8679426915996248	14	9	8	8	4	True	111704	maximal	True	SPA0040_000000001585	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4568.0	93.67299999999999	56.0	0.1831274892384439	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
MON0081_000000022957	2420	0.8679392695342067	4	4	4	4	2	False	9987	maximal	True	MON0081_000000022957	1.0		28	8	False	False	0.9925619959831238	0					non-mobilizable	no_good_hit	992.0	98.085	69.0	0.008612298814613967	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
ISR0093_000000002583	7597	0.8679388829074427	7	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.6100552880697669		0	0	False	False	1.0	0					non-mobilizable	plasmid	6269.0	97.065	98.0	0.05387403951225435	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0128_000000003237	7506	0.8679388829074427	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.5762300829336088		0	0	False	False	1.0	0					non-mobilizable	plasmid	6076.0	97.926	98.0	0.052451737116888976	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0030_000000003290	7504	0.8679388829074427	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.5760648984917798		0	0	False	False	1.0	0					non-mobilizable	plasmid	6075.0	97.959	98.0	0.052443064541307476	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0053_000000002311	7497	0.8679388829074427	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.6003281039416116		0	0	False	False	1.0	0					non-mobilizable	plasmid	6064.0	98.499	98.0	0.05257315317502992	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0165_000000002394	7474	0.8679388829074427	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.5757355772766131		0	0	False	False	1.0	0					non-mobilizable	plasmid	6045.0	98.26299999999999	98.0	0.052408374238981495	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0052_000000003527	7397	0.8679388829074427	8	3	2	3	2	True	101300	maximal	True	FIJ0052_000000003527	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	5616.0	94.14200000000001	93.0	0.04836695401800427	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0084_000000001985	7347	0.8679388829074427	6	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.5040515987449964		0	0	False	False	1.0	0					non-mobilizable	plasmid	5917.0	97.921	98.0	0.05128961198896848	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0061_000000005311	6974	0.8679388829074427	7	3	2	3	2	True	101293	fragment	False	FIJ0171_000000002497	0.46688576419817274		0	0	False	False	1.0	0					non-mobilizable	plasmid	6481.0	97.516	98.0	0.056024838256465405	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0043_000000003322	6211	0.8679388829074427	5	3	2	3	2	True	101291	fragment	False	FIJ0075_000000002688	0.9588672736658461		0	0	False	False	0.9996780157089233	0					non-mobilizable	plasmid	6130.0	97.87899999999999	99.0	0.05292005619828977	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0793_000000001945	6210	0.8679388829074427	5	3	2	3	2	True	101291	fragment	False	FIJ0075_000000002688	0.9286571048100566		0	0	False	False	1.0	0					non-mobilizable	plasmid	5815.0	98.177	94.0	0.05041368185523737	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0075_000000002688	6207	0.8679388829074427	5	3	2	3	2	True	101291	fragment	False	FIJ0075_000000002688	0.9627321064987898		0	0	False	False	1.0	0					non-mobilizable	plasmid	6127.0	97.992	99.0	0.05292872877387127	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0127_000000002880	6199	0.8679388829074427	5	3	2	3	2	True	101291	fragment	False	FIJ0075_000000002688	0.9622811274142741		0	0	False	False	1.0	0					non-mobilizable	plasmid	6126.0	97.992	99.0	0.05292005619828977	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0125_000000004410	5395	0.8679388829074427	5	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.8531652923511175		0	0	False	False	0.9998146295547485	0					non-mobilizable	plasmid	5353.0	98.431	99.0	0.04640695193658613	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0125_000000002862	5226	0.8679388829074427	5	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.7126178072652223		0	0	False	False	1.0	0					non-mobilizable	plasmid	5139.0	97.821	98.0	0.044412259552842004	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0375_000000003338	5183	0.8679388829074427	5	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.7194710528315079		0	0	False	False	1.0	0					non-mobilizable	other	4952.0	98.68700000000001	96.0	0.6788261108063631	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0046_000000005516	5093	0.8679388829074427	4	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.7150101361253952		0	0	False	False	1.0	0					non-mobilizable	plasmid	5098.0	97.48899999999999	100.0	0.043865887291207745	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0014_000000003912	5027	0.8679388829074427	4	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.7178130734195499		0	0	False	False	1.0	0					non-mobilizable	other	4940.0	98.50200000000001	98.0	0.6773176083379046	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0028_000000002472	4591	0.8679388829074427	5	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.4465332275153622		0	0	False	False	1.0	0					non-mobilizable	plasmid	4593.0	98.454	100.0	0.03981579449464902	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0265_000000010743	1593	0.8679366622509629	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.8323168283486784		0	0	False	False	0.9987444877624512	0					non-mobilizable	other	1593.0	98.99600000000001	100.0	0.0033288934147713374	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0043_000000011580	1472	0.8679289017125271	3	2	2	2	1	True	118493	fragment	False	SPA0043_000000011580	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	98.166	100.0	0.08208247307627922	NZ_CABLCC010000055.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	True
MON0058_000000035813	1472	0.8679188312896529	2	2	2	2	2	False	10992	fragment	False	MON0058_000000035813	1.0		0	0	False	False	0.991847813129425	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	1.5496416904068168e-05	NZ_LR027558.1	high GC Gram+	Acidipropionibacterium timonense strain Marseille-P4482, whole genome shotgun sequence	True	False
SPA0007_000000004412	5095	0.8679175684132976	5	2	1	1	1	True	131938	maximal	True	SPA0007_000000004412	1.0	PS1136	0	0	False	True	0.9986261129379272	0					non-mobilizable	no_good_hit	55.0	100.0	1.0	0.0001129147263804348	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0232_000000017030	1682	0.8679086562836674	3	3	3	3	1	False	27434	fragment	False	ISR0232_000000017030	1.0		0	0	False	False	0.9839476943016052	0					non-mobilizable	other	1682.0	96.01700000000001	100.0	0.0008002704066573357	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
SPA0138_000000008676	2924	0.8678992219682494	4	2	2	2	2	False	3534	maximal	True	SPA0138_000000008676	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1482.0	97.031	99.0	0.016934015731803663	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
CHI0151_000000004500	5340	0.8678924678117164	7	7	7	5	4	True	97677	maximal	True	CHI0151_000000004500	1.0		1	1	False	False	0.9986891150474548	0		MOBP			mobilizable	plasmid	3295.0	99.12	100.0	0.030949338544798557	CP027106.1	enterobacteria	Escherichia coli strain RM14721 plasmid pRM14721, complete sequence	False	True
ISR0167_000000010133	2962	0.8678923138202299	4	4	3	4	3	False	127731	fragment	False	ISR0237_000000003118	0.9401612903225807		0	0	False	False	1.0	0					non-mobilizable	other	2977.0	94.35700000000001	100.0	0.0009544790849329071	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ITA0002_000000001038	6155	0.8678920713389173	6	4	3	3	3	False	20437	fragment	False	ITA0002_000000001038	1.0		0	0	False	False	0.9944760203361511	0					non-mobilizable	no_good_hit	4047.0	86.681	71.0	0.0018169144037953524	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	False
CHI0011_000000005513	1262	0.8678912234718292	2	2	2	2	1	False	108423	fragment	False	ISR0388_000000027736	0.8248209053744944		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	99.604	100.0	0.00024184896120021528	CP013662.1	enterobacteria	Escherichia coli strain 08-00022, complete genome	False	False
DEN0017_000000006540	4678	0.8678907758385205	4	2	0	1	1	False	75251	maximal	False	SPA0141_000000004499	0.8402371693099951		0	0	True	True	1.0	11					non-mobilizable	other	3678.0	93.93700000000001	95.0	0.8379365441679981	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	True
ENG0034_000000003204	4567	0.8678907758385205	5	2	0	1	1	False	75251	maximal	False	SPA0141_000000004499	0.7505623810482689		0	0	True	True	0.9997810125350952	9					non-mobilizable	other	3676.0	96.11	96.0	0.8379365441679981	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	True
ISR0358_000000003723	4560	0.8678907758385205	5	2	0	1	1	False	75251	maximal	False	SPA0141_000000004499	0.7520167210260387		0	0	True	True	1.0	4					non-mobilizable	other	3679.0	94.67200000000001	97.0	0.8356539602830404	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	True
CHI0124_000000003676	4342	0.8678907758385205	3	2	0	1	1	False	127304	backbone	False	ISR0832_000000002251	0.4027178424483192	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3807.0	99.921	100.0	0.6783104615932989	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0062_000000004066	4237	0.8678907758385205	3	2	0	1	1	False	127304	backbone	False	ISR0832_000000002251	0.4020395741194215	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3919.0	99.898	99.0	0.6993930739021778	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0132_000000004500	4231	0.8678907758385205	4	2	0	1	1	False	75251	maximal	False	SPA0141_000000004499	0.7122121580530308		0	0	False	True	0.9959820508956909	0					non-mobilizable	other	3678.0	94.345	100.0	0.8379365441679981	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	True
ITA0005_000000004239	4169	0.8678907758385205	3	2	0	1	1	False	127304	backbone	False	ISR0832_000000002251	0.37294151768193784	PS1004	0	0	True	True	0.9995202422142029	116					non-mobilizable	other	3911.0	99.97399999999999	100.0	0.6968454820887542	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0018_000000005578	3897	0.8678907758385205	3	2	0	1	1	False	127304	backbone	False	ISR0832_000000002251	0.3219986765482577	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2091.0	99.95200000000001	99.0	0.3730810424848269	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
SPA0126_000000009839	3892	0.8678907758385205	3	2	0	1	1	False	127304	backbone	False	ISR0832_000000002251	0.36838085109227414	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3645.0	99.588	99.0	0.6494386027446089	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0184_000000002351	3772	0.8678907758385205	3	2	0	1	1	False	127304	backbone	False	ISR0832_000000002251	0.3346850953284987	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3645.0	99.588	99.0	0.6494386027446089	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0176_000000009161	3594	0.8678907758385205	3	2	0	1	1	False	127304	backbone	False	ISR0832_000000002251	0.0694530168882651	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3511.0	99.544	98.0	0.6255569417216182	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0153_000000008846	3336	0.8678907758385205	4	2	0	1	1	False	60828	maximal	True	ENG0153_000000008846	1.0		0	0	False	False	0.9994004964828491	0					non-mobilizable	no_good_hit	1680.0	91.012	50.0	0.1866310755199644	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ENG0085_000000000942	22879	0.8678899678091371	27	15	6	14	5	True	100675	backbone	False	SPA0056_000000000367	0.3888669698811754	PS581	0	0	False	True	1.0	0					non-mobilizable	other	22888.0	96.723	100.0	0.3678336522843864	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
MON0040_000000004642	5426	0.8678872378528542	5	4	4	4	4	False	131398	maximal	True	MON0040_000000004642	1.0		4	2	False	False	0.9791743755340576	0					non-mobilizable	no_good_hit	2646.0	99.962	49.0	0.00042177225031999677	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0057_000000024588	1432	0.8678732852613967	1	1	1	1	1	False	46104	fragment	False	FIJ0057_000000024588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	91.516	62.0	0.0007160427677244941	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0030_000000014921	2340	0.867867592949141	3	3	3	3	2	False	12519	fragment	False	MON0030_000000014921	1.0		0	0	False	False	0.9991452693939209	0					non-mobilizable	no_good_hit	1179.0	76.336	50.0	0.000399274109387397	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0097_000000003109	9455	0.8678606694147913	15	6	5	4	2	False	60795	fragment	False	ENG0097_000000003109	1.0		0	0	False	False	0.9997884631156921	0					non-mobilizable	no_good_hit	61.0	86.885	1.0	0.0013991320638383647	NZ_CP032318.1	CFB group bacteria	Hymenobacter oligotrophus strain sh-6 plasmid unnamed1, complete sequence	True	False
AST0050_000000002778	4893	0.8678601175756	5	1	1	1	1	True	114784	maximal	True	AST0050_000000002778	0.9717620927580474		2	2	False	False	1.0	0					non-mobilizable	other	4895.0	97.09899999999999	100.0	0.018024249328667915	NZ_QSCB01000003.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf3, whole genome shotgun sequence	False	True
FIJ0098_000000002905	7213	0.8678578866602589	7	4	3	4	2	True	77030	fragment	False	FIJ0098_000000002905	1.0		0	0	False	False	0.9998613595962524	0					non-mobilizable	no_good_hit	968.0	71.178	13.0	0.05822172619047619	NZ_FMXR01000027.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	True
SPA0058_000000011760	2651	0.8678565442901797	3	3	3	3	3	False	131397	fragment	False	MON0055_000000007903	0.9685942827170207		0	0	False	False	0.9928328990936279	0					non-mobilizable	no_good_hit	380.0	72.632	14.0	0.00015333167532326057	CP046315.1	high GC Gram+	Schaalia odontolytica strain FDAARGOS_732 chromosome, complete genome	True	False
USA0023_01_000000014633	2119	0.8678513277621707	3	2	2	2	1	False	131801	maximal	True	USA0023_01_000000014633	0.9945133587786259		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	1770.0	91.13	84.0	0.000496671090922116	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0396_000000011022	2084	0.8678513277621707	4	2	2	2	1	False	131753	maximal	True	ISR0396_000000011022	1.0		2	1	False	False	0.9995201826095581	0					non-mobilizable	no_good_hit	1578.0	87.389	79.0	0.00044421179341415823	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
USA0039_01_000000013419	1666	0.8678513277621707	3	2	2	2	1	False	131712	fragment	False	USA0039_01_000000013419	1.0		0	0	False	False	0.989195704460144	0					non-mobilizable	no_good_hit	1401.0	89.15100000000001	84.0	0.0003940088097775105	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0358_000000016062	1209	0.8678495454708289	2	1	1	1	1	False	23835	fragment	False	ISR0358_000000016062	1.0		0	0	False	False	0.9892473220825195	0					non-mobilizable	no_good_hit	471.0	74.735	39.0	0.00029918371102327906	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
CHI0172_000000002136	3475	0.8678253759385193	5	2	2	2	1	True	101577	maximal	False	ISR0236_000000002380	0.6985534302337842	PS73	0	0	True	True	1.0	525					non-mobilizable	no_good_hit	1493.0	87.676	42.0	0.39102902374670184	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
CHI0071_000000006195	1731	0.8678230915945667	2	2	1	1	2	False	86289	fragment	False	ISR0348_000000009215	0.9551460037662798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	839.0	87.366	63.0	0.0003667344210339539	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0009_000000027554	1359	0.8678230915945667	3	2	1	1	2	False	86288	fragment	False	CHI0120_000000010372	0.6369455875628716		0	0	False	False	0.9992641806602478	0					non-mobilizable	no_good_hit	1022.0	91.781	75.0	0.0002281695944330198	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ENG0159_000000003340	6400	0.8678203896384203	8	6	3	3	4	False	115728	fragment	False	ISR0053_000000003122	0.636301174611599		0	0	False	False	0.99609375	0					non-mobilizable	other	4566.0	99.671	99.0	0.03531578377207237	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0251_000000002010	5530	0.8678203896384203	7	6	3	3	4	False	115234	fragment	False	ISR0251_000000002010	0.9748097806367504		0	0	False	False	0.9947558641433716	0					non-mobilizable	other	5388.0	99.38799999999999	97.0	0.04167633904390485	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0022_000000007627	3248	0.8678070474078262	4	3	1	3	1	True	49492	fragment	False	FIJ0022_000000007627	0.9862457017818069		0	0	False	False	1.0	0					non-mobilizable	chromosome	3261.0	98.191	99.0	0.0017458025765047104	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	True
ISR0190_000000015738	1438	0.8678060050292168	2	1	1	1	1	False	44802	fragment	False	ISR0190_000000015738	1.0		0	0	False	False	0.9993045926094055	0					non-mobilizable	no_good_hit								True	False
ENG0198_000000004880	3805	0.8678042159524387	6	3	2	2	3	False	122642	fragment	False	SPA0033_000000007217	0.7425984485143532		0	0	False	False	0.9989487528800964	0					non-mobilizable	other	3806.0	99.764	100.0	0.0014786989625401445	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0177_000000017171	1790	0.8678018926755133	3	3	1	2	2	False	29755	fragment	False	ISR0177_000000017171	1.0		0	0	False	False	0.9877095222473145	0					non-mobilizable	no_good_hit	641.0	77.067	35.0	0.0611889801836636	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	False
SPA0044_000000015427	1780	0.8677943208939641	3	3	3	3	1	True	35568	maximal	True	SPA0044_000000015427	1.0		0	0	False	False	0.9994382262229919	0					non-mobilizable	no_good_hit	1587.0	99.37	89.0	0.0036071934624735884	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	True	True
ETH0004_000000011716	2403	0.8677939022378787	3	3	3	3	1	False	69409	maximal	True	ETH0004_000000011716	1.0		1	1	False	False	0.9987515807151794	0					non-mobilizable	no_good_hit	48.0	91.667	2.0	6.147905526313036e-05	NZ_PZZW01000003.1	a-proteobacteria	Rhodobacter johrii strain JA192 Ga0191650_103, whole genome shotgun sequence	True	False
ISR0294_000000010067	1901	0.8677750073816836	3	3	3	3	1	True	25765	maximal	True	ISR0294_000000010067	1.0		1	1	False	False	0.9942135810852051	0					non-mobilizable	no_good_hit								True	True
CHI0078_000000003858	4345	0.8677663806767874	4	4	1	4	4	False	97737	maximal	True	CHI0078_000000003858	1.0		2	2	False	False	1.0	0	IncFII,IncI-gamma/K1				non-mobilizable	no_good_hit	2880.0	98.75	68.0	0.0462951051649836	CP024235.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed3, complete sequence	True	True
ISR0183_000000006652	5311	0.8677639235592187	9	9	7	9	5	True	118512	fragment	False	ISR0183_000000006652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3699.0	96.97200000000001	70.0	0.0008627503679170714	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
CHI0052_000000006333	2574	0.8677611550938854	5	4	4	3	2	False	86498	maximal	True	CHI0052_000000006333	1.0		1	1	False	False	0.999222993850708	0					non-mobilizable	no_good_hit	976.0	76.844	37.0	0.011601963409192326	NZ_JAAITI010000016.1	firmicutes	Blautia luti strain MSK.16.34 NODE_16_length_82917_cov_158.571, whole genome shotgun sequence	True	False
ISR0385_000000015779	1491	0.867755940303342	2	2	2	2	1	False	23027	maximal	True	ISR0385_000000015779	0.9846088336706877		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	85.417	6.0	2.616835438633121e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0015_000000007798	2476	0.8677545998879507	4	2	0	2	1	False	67777	maximal	False	ISR0156_000000009671	0.9250061224802881		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0045_000000017251	2310	0.8677545998879507	4	2	0	2	1	False	17863	fragment	False	MAD0045_000000017251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0277_000000001909	4610	0.8677526100241271	5	2	2	1	1	True	111409	fragment	False	ISR0277_000000001909	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	3408.0	99.941	100.0	0.10969445249364114	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0140_000000013069	1793	0.8677495455475785	3	3	1	2	2	False	31237	maximal	True	ISR0140_000000013069	1.0		1	1	False	False	0.9994422793388367	0					non-mobilizable	no_good_hit	701.0	99.429	39.0	0.0002108140373237218	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0028_000000003676	6404	0.8677452607802536	9	7	2	3	7	True	114029	fragment	False	SPA0028_000000003676	0.9992616899097622		0	0	False	False	0.9993754029273987	0					non-mobilizable	chromosome	6244.0	99.984	98.0	0.0032111868429296024	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0356_000000007406	2531	0.8677361065544157	2	2	2	2	1	False	119352	fragment	False	ISR0356_000000007406	0.9615472300091761		0	0	False	False	1.0	0					non-mobilizable	other	2531.0	99.881	100.0	0.0013652355975738739	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
DEN0094_000000020906	1808	0.8677256386442223	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.14102819059408211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	86.245	25.0	0.010268240828696793	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0365_000000011261	1505	0.8677251880740996	2	2	2	2	1	False	23649	fragment	False	ISR0365_000000011261	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1505.0	100.0	100.0	0.0009644333152715835	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ENG0156_000000016385	1109	0.8677191769989373	2	2	2	1	1	False	56647	maximal	True	ENG0156_000000016385	1.0		7	5	False	False	1.0	0					non-mobilizable	chromosome	1109.0	99.91	100.0	0.0003859313397494999	LR607376.1	firmicutes	Enterococcus faecalis strain 4928STDY7387888 genome assembly, chromosome: 1	False	False
ISR0143_000000018566	1573	0.8677189515930754	3	2	1	2	2	False	31133	fragment	False	ISR0143_000000018566	1.0		0	0	False	False	0.9993642568588257	0					non-mobilizable	other	966.0	89.648	98.0	0.0002679796279942905	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0354_000000005838	3271	0.8677170980929271	4	3	2	2	3	False	123578	fragment	False	ISR0354_000000005838	0.9921658830294625		0	0	False	True	1.0	0					non-mobilizable	other	2908.0	98.14299999999999	95.0	0.0006039848450932674	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
ISR0331_000000000609	20996	0.8677075300206909	16	7	5	6	3	True	74341	fragment	False	ISR0043_000000000813	0.9745318945524291		0	0	False	False	0.9999047517776489	0					non-mobilizable	no_good_hit	81.0	87.654	0.0	0.0030258924467596138	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0043_000000000813	20919	0.8677075300206909	16	7	5	6	3	True	74341	fragment	False	ISR0043_000000000813	0.9778634967076675		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	0.0	0.0037919411674582505	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
USA0026_01_000000001266	20904	0.8677075300206909	16	7	5	6	3	True	74341	fragment	False	ISR0043_000000000813	0.9748555741783778		0	0	False	False	0.9999521374702454	0					non-mobilizable	no_good_hit	54.0	100.0	0.0	0.0023718952785858134	NZ_WNAJ01000040.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold40_size22345, whole genome shotgun sequence	True	True
FIJ0028_000000001217	20726	0.8677075300206909	16	7	5	6	3	True	74341	fragment	False	ISR0043_000000000813	0.9752812811406433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	84.848	0.0	0.0037153362953883866	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
SPA0038_000000001194	20701	0.8677075300206909	16	7	5	6	3	True	74341	fragment	False	ISR0043_000000000813	0.9753135477222534		0	0	False	False	0.9984541535377502	0					non-mobilizable	no_good_hit	100.0	87.0	0.0	0.0037536387314233187	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0217_000000001129	20588	0.8677075300206909	16	7	5	6	3	True	74341	fragment	False	ISR0043_000000000813	0.9718268123769231		0	0	False	False	0.9999514222145081	0					non-mobilizable	no_good_hit	81.0	88.889	0.0	0.0030258924467596138	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0387_000000011700	2074	0.8677005618949029	4	4	3	4	2	False	72014	fragment	False	ISR0387_000000011700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	83.59	9.0	0.27650429799426934	NZ_GG663518.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld14, whole genome shotgun sequence	True	False
ISR0192_000000006374	3052	0.8676999718547621	4	3	3	3	2	False	123401	fragment	False	ISR0192_000000006374	1.0		0	0	False	False	0.996723473072052	0					non-mobilizable	no_good_hit	421.0	71.971	14.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
MON0082_000000019305	1800	0.8676983192595036	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.3770117136399983		0	0	False	False	0.9988889098167419	0					non-mobilizable	other	1708.0	81.03	94.0	0.015210929666236928	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0054_000000011289	2215	0.8676920783279328	2	2	2	2	2	False	46335	fragment	False	FIJ0054_000000011289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	83.065	6.0	0.004732225300092336	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
FIJ0069_000000009314	2485	0.8676852192088044	3	3	3	3	2	False	52014	fragment	False	FIJ0069_000000009314	1.0		0	0	False	True	0.9995976090431213	0					non-mobilizable	no_good_hit	2029.0	97.78200000000001	84.0	0.0013664296480853807	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
AST0084_000000011023	3045	0.8676678846880422	4	3	2	3	2	False	111529	maximal	True	AST0084_000000011023	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
ISR0292_000000016133	1279	0.8676630119839089	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.07939229499645056		0	0	False	False	0.9992181658744812	0					non-mobilizable	chromosome	1280.0	98.281	100.0	0.00041460928828539125	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
FIJ0139_000000012156	2132	0.8676618818033253	3	3	2	3	2	False	97065	fragment	False	CHI0005_000000008141	0.9374345038133644		0	0	False	False	0.995309591293335	0					non-mobilizable	no_good_hit	89.0	80.899	4.0	3.4154515025977525e-05	NZ_UHDU01000001.1	firmicutes	Staphylococcus petrasii subsp. petrasii strain NCTC13835, whole genome shotgun sequence	True	False
ENG0095_000000008249	3293	0.867651338777943	4	3	2	2	2	True	124773	fragment	False	ENG0095_000000008249	1.0		0	0	False	False	0.9978742599487305	0					non-mobilizable	no_good_hit	54.0	87.037	2.0	9.776103256309321e-06	CP031414.1	high GC Gram+	Mycolicibacterium neoaurum strain HGMS2 chromosome, complete genome	True	True
MAD0044_000000008405	2872	0.8676482211232156	7	2	1	2	0	True	18438	fragment	False	MAD0044_000000008405	1.0		0	0	False	False	0.9996517896652222	0					non-mobilizable	no_good_hit	116.0	95.69	4.0	0.0004718316504671133	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0151_000000009055	1939	0.8676395114338573	3	2	2	1	1	True	47203	fragment	False	FIJ0151_000000009055	1.0		0	0	False	False	0.9932954907417297	0					non-mobilizable	plasmid	1939.0	99.897	100.0	0.015301288529560385	MN086777.1	enterobacteria	Escherichia coli plasmid p16EC-p0111, complete sequence	False	True
DEN0001_000000032873	1345	0.867632312586282	1	1	1	1	1	False	76748	fragment	False	DEN0001_000000032873	1.0		0	0	False	False	0.9769516587257385	0					non-mobilizable	no_good_hit								True	False
ENG0115_000000015111	1411	0.8676260433731353	2	2	2	2	1	False	94890	fragment	False	USA0021_01_000000012788	0.948957631371509		0	0	False	False	0.9822820425033569	0					non-mobilizable	other	1411.0	100.0	100.0	0.016144175502072408	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
CHI0048_000000008740	2172	0.867625941085519	3	3	1	3	1	False	86916	fragment	False	CHI0048_000000008740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000006722	3179	0.8676238428055004	4	3	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.16871725593340475	PS1101	0	0	False	True	0.9971688985824585	0					non-mobilizable	chromosome	3180.0	99.057	100.0	0.000634487625794806	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0233_000000003743	3157	0.8676238428055004	6	3	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.17388641387342638	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3155.0	99.113	100.0	0.00060873231640368	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0005_000000009250	3121	0.8676238428055004	3	3	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.16220686700699652	PS1101	0	0	False	True	0.9894264936447144	0					non-mobilizable	other	3102.0	99.581	99.0	0.0006005978088348112	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0063_000000012361	2574	0.8676238428055004	3	3	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.10320833861550162	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2575.0	98.01899999999999	100.0	0.0004954302466944363	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0006_000000004072	3703	0.8676183883369909	3	2	2	2	1	False	127619	maximal	True	AST0006_000000004072	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	81.0	3.0	0.0002874987898647876	NZ_JHYA01000001.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0078_000000002033	7526	0.8676097840227573	8	6	5	5	6	False	131522	maximal	True	ISR0078_000000002033	1.0		5	2	False	False	0.9976083040237427	0					non-mobilizable	no_good_hit	5340.0	99.195	77.0	0.0017140813435777972	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0131_000000002793	10377	0.8676029383317552	17	9	4	6	8	False	86588	fragment	False	ENG0131_000000002793	0.9731977818853974		0	0	False	False	0.9999036192893982	0					non-mobilizable	no_good_hit	1011.0	84.669	10.0	0.0005109952968094572	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
FIJ0049_000000000249	34198	0.8676026657511899	44	8	4	7	4	True	47855	fragment	False	FIJ0049_000000000249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	85.79899999999999	2.0	4.454843228198144e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0031_000000015234	1627	0.867595873822508	2	2	2	1	1	False	48546	maximal	True	FIJ0031_000000015234	1.0		0	0	False	False	0.9827904105186462	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000002052	13332	0.867595483030815	14	10	6	4	7	True	132596	backbone	False	ISR0120_000000000296	0.05418413783033368	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	13332.0	99.955	100.0	0.4296303458055368	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0126_000000001000	13216	0.867595483030815	14	10	6	4	7	True	132596	backbone	False	ISR0120_000000000296	0.05169894329421957	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	13217.0	99.296	100.0	0.40004843201356094	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0083_01_000000002082	12811	0.867595483030815	14	10	6	4	7	True	132596	backbone	False	ISR0120_000000000296	0.03801072050312572	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	12811.0	99.992	100.0	0.41283960166296046	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
MON0065_000000001893	12617	0.867595483030815	13	10	6	4	7	True	132596	backbone	False	ISR0120_000000000296	0.03716402997168005	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	12549.0	99.96799999999999	99.0	0.40439588771794127	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0856_000000000348	12100	0.867595483030815	13	10	6	4	7	True	132596	backbone	False	ISR0120_000000000296	0.026275307032776904	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	12100.0	99.992	100.0	0.38992555351445424	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
MAD0014_000000003023	8093	0.8675856623231609	10	10	10	10	10	False	98059	fragment	False	MAD0088_000000001862	0.9870297516597001		0	0	False	False	0.9998764395713806	0					non-mobilizable	chromosome	8031.0	99.863	100.0	0.0016458091611517712	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
FIJ0003_000000003741	6708	0.8675846207624153	9	8	3	4	7	False	52222	maximal	True	FIJ0003_000000003741	1.0		1	1	False	False	1.0	0	rep_cluster_427	MOBP	MPF_unknown		conjugative	no_good_hit	2273.0	97.052	64.0	0.18709305200692328	MK275625.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p7, complete sequence	True	True
MAD0086_000000000726	7553	0.8675783551209583	13	6	2	5	3	False	16046	maximal	True	MAD0086_000000000726	1.0		1	1	False	False	0.9992055892944336	0					non-mobilizable	no_good_hit								True	False
FIJ0078_000000000800	20179	0.8675731160171111	17	12	4	12	7	True	51484	fragment	False	FIJ0078_000000000800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.007303077725612937	XM_026436014.1	thrips	PREDICTED: Frankliniella occidentalis uncharacterized LOC113216263 (LOC113216263), mRNA	True	True
FIJ0168_000000009894	2163	0.8675730916924058	2	2	2	2	2	False	38918	maximal	True	FIJ0168_000000009894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	83.109	77.0	0.0001727202761946082	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
FIJ0106_000000024527	1159	0.8675720217379859	1	1	1	1	1	False	42314	fragment	False	FIJ0106_000000024527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0236_000000000411	13326	0.8675719343400785	20	18	6	12	16	True	132521	backbone	False	USA0060_01_000000001071	0.8658976949703885	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	13326.0	99.985	100.0	0.2611874473214811	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0168_000000007978	2059	0.8675709032340441	4	1	0	1	1	True	78101	fragment	False	CHI0168_000000007978	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	885.0	96.836	90.0	0.32167577413479054	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
SPA0097_000000009571	3388	0.8675687411637614	4	2	1	1	2	False	5125	maximal	True	SPA0097_000000009571	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	94.626	35.0	0.12439666520403686	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	False
ISR0195_000000009239	2372	0.8675605832642863	5	1	0	1	0	True	29006	fragment	False	ISR0195_000000009239	1.0		0	0	False	False	0.9953625798225403	0					non-mobilizable	other	2372.0	100.0	100.0	0.0019104097591239994	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	True
FIJ0049_000000013255	1298	0.8675562169647152	2	2	1	2	2	True	46646	fragment	False	FIJ0049_000000013255	1.0		0	0	False	False	0.9938367009162903	0					non-mobilizable	plasmid	1197.0	97.07600000000001	99.0	0.004340473097050946	MK370991.1	enterobacteria	Escherichia coli strain E02162 plasmid pE02162_KPC, complete sequence	False	True
MON0102_000000010829	4186	0.8675397272249673	4	4	4	4	4	False	97350	fragment	False	MON0102_000000010829	1.0		0	0	False	False	0.9983277320861816	0					non-mobilizable	other	4186.0	98.949	100.0	0.005460196019080025	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0230_000000020767	1656	0.8675381623432156	4	2	1	1	2	False	27528	maximal	True	ISR0230_000000020767	1.0		1	1	False	False	0.9951691031455994	0					non-mobilizable	no_good_hit	579.0	95.682	35.0	0.06658986175115207	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
FIJ0058_000000008115	4737	0.8675348615383963	7	2	2	2	2	False	79654	fragment	False	FIJ0058_000000008115	1.0		0	0	False	False	0.9997888803482056	0					non-mobilizable	no_good_hit	94.0	94.681	2.0	0.00019912129698620282	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ENG0046_000000004859	3886	0.8675348615383963	6	2	2	2	2	False	79650	fragment	False	ENG0046_000000004859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000026681	1322	0.8675278804788226	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.012349131936956298	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1322.0	98.63799999999999	100.0	0.005393818137274917	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0084_000000003385	4476	0.8675276969031811	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.5649691705105669		0	0	False	False	1.0	0					non-mobilizable	chromosome	4518.0	88.822	100.0	0.0015822790393547803	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0223_000000014555	2060	0.8675240920011809	5	2	2	1	1	False	27807	maximal	True	ISR0223_000000014555	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	93.689	69.0	0.03122872515647304	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
ENG0082_000000009243	2191	0.8675100706589491	3	1	0	1	0	True	61629	maximal	True	ENG0082_000000009243	1.0		0	0	False	False	0.9890460968017578	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	1.0643891577062839e-05	LT594629.1	apicomplexans	Plasmodium malariae genome assembly, chromosome: 8	True	True
SPA0132_000000002879	11069	0.8675035204009888	9	8	6	6	7	False	130764	maximal	False	AST0113_000000002437	0.641869763153619		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2011.0	73.545	18.0	0.0006677709223878079	NZ_CP019633.1	bacteria	Sedimentisphaera cyanobacteriorum strain L21-RPul-D3 chromosome, complete genome	True	False
ISR0337_000000005639	1805	0.8675023646522951	3	2	2	2	1	True	28625	fragment	False	ISR0337_000000005639	1.0		0	0	False	False	0.9994459748268127	0					non-mobilizable	other	1805.0	94.294	100.0	0.005958298516040176	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ENG0064_000000004641	4895	0.8675021330061153	8	4	3	4	3	True	119679	fragment	False	ENG0064_000000004641	1.0		0	0	False	False	0.9995914101600647	0					non-mobilizable	no_good_hit								True	True
ISR0004_000000014891	1334	0.8675014223239408	2	1	1	1	1	False	38547	fragment	False	ISR0004_000000014891	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	6.90034438991546e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0034_000000000690	16700	0.8674960755617631	7	6	5	6	1	True	65474	fragment	False	ENG0034_000000000690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	1.8786166725619448e-05	NZ_CCDL010000001.1	firmicutes	Oceanobacillus manasiensis strain S2, whole genome shotgun sequence	True	True
ENG0194_000000004927	5353	0.8674897874081845	10	4	3	4	2	True	109299	fragment	False	ENG0194_000000004927	1.0		0	0	False	False	0.9971978068351746	0					non-mobilizable	other	5353.0	100.0	100.0	0.0014332237438471399	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0026_000000006451	4206	0.867484076194894	5	5	5	4	4	False	105543	fragment	False	DEN0022_000000008859	0.9317869807897702		0	0	False	False	1.0	0					non-mobilizable	other	4216.0	93.311	100.0	0.006053051183508095	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CAN0015_000000017685	2105	0.8674638707999349	3	3	3	3	2	False	128048	fragment	False	ISR0776_000000010471	0.5405250404345635		0	0	False	False	1.0	0					non-mobilizable	other	1476.0	98.103	97.0	0.003084244840947062	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0790_000000005113	3069	0.8674627967182349	5	4	2	2	4	False	22080	fragment	False	ISR0790_000000005113	1.0		0	0	False	False	0.9993483424186707	0					non-mobilizable	no_good_hit	1362.0	94.126	82.0	0.0003016309840322154	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0078_000000011661	3513	0.8674567356219891	7	2	1	2	2	False	10168	maximal	True	MON0078_000000011661	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0005_000000002702	6192	0.8674560167546667	9	7	6	6	7	False	111443	fragment	False	ISR0288_000000004193	0.9649196467001702		0	0	False	False	1.0	0					non-mobilizable	other	6132.0	98.82600000000001	100.0	0.00848665502239053	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0364_000000006416	2530	0.8674544340661636	4	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.5229366287125924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	88.235	4.0	0.0005555647232902633	NZ_BFBT01000003.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
FIJ0037_000000012867	2334	0.8674544340661636	4	2	1	2	2	True	125240	fragment	False	FIJ0037_000000012867	1.0		0	0	False	False	0.9961439371109009	0					non-mobilizable	no_good_hit	120.0	77.5	5.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
DEN0067_000000014600	2298	0.8674544340661636	4	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.30988845432959033		0	0	False	False	0.9956483840942383	0					non-mobilizable	no_good_hit	75.0	93.333	3.0	0.0006355618628057009	NZ_JAAITU010000007.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_7_length_114859_cov_149.855, whole genome shotgun sequence	True	True
USA0078_01_000000007391	2205	0.8674544340661636	4	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.3103127534740772		0	0	False	False	0.9986394643783569	0					non-mobilizable	no_good_hit	161.0	85.714	7.0	0.0007384580428021643	NZ_CCFK01000015.1	firmicutes	Clostridium amazonitimonense, whole genome shotgun sequence	True	True
ISR0051_000000017715	2172	0.8674544340661636	4	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.28284365488544777		0	0	False	False	0.9981583952903748	0					non-mobilizable	no_good_hit	157.0	96.815	7.0	0.0007393049585562701	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	True
SPA0026_000000015033	2106	0.8674544340661636	3	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.2514526439576009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	3.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
MAD0066_000000013287	2088	0.8674544340661636	4	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.2815982659245287		0	0	False	False	0.9995210766792297	0					non-mobilizable	no_good_hit	120.0	77.5	6.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
SPA0028_000000015765	1976	0.8674544340661636	3	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.2496083144418348		0	0	False	False	0.9994939565658569	0					non-mobilizable	no_good_hit	56.0	100.0	3.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
DEN0028_000000015235	1967	0.8674544340661636	3	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.16525972044130333		0	0	False	False	0.9547534584999084	0					non-mobilizable	no_good_hit	120.0	77.5	6.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
DEN0035_000000017634	1914	0.8674544340661636	4	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.13695076722169944		0	0	False	False	0.9994775056838989	0					non-mobilizable	no_good_hit	120.0	77.5	6.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
ENG0080_000000014748	1832	0.8674544340661636	4	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.16140522949455452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	6.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
MON0085_000000018600	1604	0.8674544340661636	4	2	1	2	2	True	66101	fragment	False	MON0085_000000018600	1.0		0	0	False	False	0.9270573854446411	0					non-mobilizable	no_good_hit	120.0	77.5	7.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
FIJ0007_000000002093	8085	0.8674511760895675	8	6	4	6	5	False	100473	maximal	True	FIJ0007_000000002093	1.0		20	1	False	False	1.0	0					non-mobilizable	no_good_hit	2889.0	99.204	36.0	0.00044515108239687965	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0090_000000009666	4130	0.8674389811117071	7	6	5	5	5	False	95928	fragment	False	FIJ0090_000000009666	0.9859398125308338		0	0	False	False	0.9995157122612	0					non-mobilizable	no_good_hit	845.0	75.62100000000001	20.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0281_000000006119	2708	0.8674377237369079	4	3	3	2	2	False	88326	fragment	False	ISR0281_000000006119	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2445.0	99.959	90.0	0.0038998423467987466	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0156_000000005994	2262	0.8674374674675791	4	3	2	2	3	False	79011	fragment	False	CHI0156_000000005994	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1290.0	94.49600000000001	100.0	0.00028563876691121433	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0844_000000004984	2600	0.8674276142713165	3	1	0	1	0	True	20716	maximal	True	ISR0844_000000004984	1.0		3	2	False	False	0.9996153712272644	0					non-mobilizable	no_good_hit	1422.0	80.309	54.0	0.019513476883928696	NZ_FQVD01000024.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
FIJ0162_000000010858	2065	0.8674276142713165	2	1	0	1	0	True	67514	fragment	False	FIJ0162_000000010858	1.0		0	0	False	False	0.9927361011505127	0					non-mobilizable	other	2091.0	87.42200000000001	99.0	0.001673522171952993	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	True
ENG0007_000000016740	1493	0.8674276142713165	1	1	0	1	0	True	67513	fragment	False	ENG0007_000000016740	1.0		0	0	False	False	0.9752177000045776	0					non-mobilizable	other	1419.0	88.584	94.0	0.0011352877902175095	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	True
CAN0016_000000008607	5307	0.8674253055233916	4	3	2	1	2	False	126710	backbone	False	SPA0013_000000004881	0.9663118738732459	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4871.0	99.85600000000001	100.0	0.7468936953520479	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0038_000000004940	4799	0.8674196703808479	10	2	0	2	0	True	13614	maximal	False	MON0012_000000007721	1.0		0	0	True	True	1.0	45					non-mobilizable	no_good_hit								True	True
DEN0021_000000007462	4291	0.8674196703808479	9	2	0	2	0	True	74844	maximal	True	DEN0021_000000007462	1.0		1	1	True	True	1.0	97					non-mobilizable	no_good_hit								True	True
ISR0126_000000011549	4205	0.8674196703808479	8	2	0	2	0	True	32001	maximal	True	ISR0126_000000011549	1.0		1	1	True	True	1.0	13					non-mobilizable	plasmid	3597.0	87.184	99.0	0.864578313253012	HG796321.1	bacteria	Uncultured bacterium plasmid pRGI00435	False	True
ISR0095_000000006386	4184	0.8674196703808479	8	2	0	2	0	True	33425	maximal	True	ISR0095_000000006386	1.0		1	1	True	True	0.9997609853744507	9					non-mobilizable	plasmid	2567.0	87.26100000000001	99.0	0.6173493975903614	HG796321.1	bacteria	Uncultured bacterium plasmid pRGI00435	False	True
SPA0046_000000006512	4131	0.8674196703808479	7	2	0	2	0	True	6734	maximal	True	SPA0046_000000006512	1.0		1	1	True	True	1.0	41					non-mobilizable	no_good_hit								True	True
FIJ0048_000000007415	4069	0.8674196703808479	9	2	0	2	0	True	46798	maximal	True	FIJ0048_000000007415	1.0		1	1	True	True	0.9987711906433105	6					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.347520697319786e-07	LR792554.1	bony fishes	Pseudochaenichthys georgianus genome assembly, chromosome: 9	True	True
ISR0324_000000007860	4028	0.8674196703808479	9	2	0	2	0	True	24949	maximal	True	ISR0324_000000007860	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
SPA0024_000000000956	15329	0.867410910828248	21	15	8	14	10	False	24723	maximal	True	SPA0024_000000000956	1.0		1	1	False	False	0.9989562034606934	0					non-mobilizable	no_good_hit	1981.0	95.81	13.0	0.027771543985637342	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0080_000000007531	3284	0.8674108085997382	4	3	2	3	2	False	76132	maximal	True	ENG0080_000000007531	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00016205218080221832	NZ_JMTN01000004.1	CFB group bacteria	Pedobacter glucosidilyticus strain DD6b PBAC_contig000004, whole genome shotgun sequence	True	False
ENG0110_000000002215	11195	0.8674067540365836	7	6	5	6	5	False	94344	fragment	False	CAN0012_000000004423	0.5941965056824722		0	0	False	False	0.9990174174308777	0					non-mobilizable	no_good_hit	3157.0	72.347	28.0	0.0012741325703823135	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
FIJ0043_000000004922	5002	0.8674036942944152	10	3	1	2	2	False	47250	fragment	False	FIJ0043_000000004922	1.0		0	0	False	False	0.9952019453048706	0					non-mobilizable	no_good_hit	1861.0	77.431	37.0	0.0005040238599063599	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0003_000000002399	10063	0.8673988637524946	17	13	4	8	9	True	118546	maximal	True	FIJ0003_000000002399	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5347.0	97.887	53.0	0.076123335469629	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	True
ISR0791_000000000117	38297	0.8673971405264143	47	27	11	23	13	True	108404	fragment	False	ISR0791_000000000117	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	24450.0	86.434	65.0	0.24279498642822928	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
AST0102_000000000851	21697	0.8673870735774597	22	9	6	9	7	True	109433	fragment	False	SPA0143_000000000475	0.9730713087696188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.811	4.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ISR0222_000000023760	2074	0.8673828004666431	3	2	1	1	1	True	27878	fragment	False	ISR0222_000000023760	1.0		0	0	False	False	0.9807136058807373	0					non-mobilizable	no_good_hit	1331.0	82.194	64.0	0.016127857870977137	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0798_000000002051	6560	0.8673757437600856	12	5	3	4	4	False	21922	maximal	True	ISR0798_000000002051	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	1.0	1.4270660777260102e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0031_01_000000004821	6293	0.8673528989206356	2	2	2	2	2	False	81020	fragment	False	ENG0021_000000002861	0.9873635397273212		0	0	False	False	0.9977753162384033	0					non-mobilizable	chromosome	6115.0	99.542	97.0	0.0017096784747453308	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0061_01_000000006943	1563	0.8673461574742026	3	3	2	1	2	False	122170	fragment	False	DEN0093_000000016414	0.18219312031339469		0	0	False	False	0.9878438711166382	0					non-mobilizable	other	1515.0	98.61399999999999	97.0	0.02624822178272787	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ENG0070_000000007205	3328	0.867345836389073	4	3	3	3	3	False	72138	fragment	False	ENG0070_000000007205	1.0		0	0	False	False	0.9966946840286255	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	3.6293169625476486e-05	NZ_LR215037.1	mycoplasmas	Mycoplasma maculosum strain NCTC10168 chromosome 1	True	False
ENG0053_000000007936	3245	0.8673406667318724	4	4	4	4	4	False	63879	fragment	False	FIJ0020_000000006331	0.7783244853657505		0	0	False	False	1.0	0					non-mobilizable	chromosome	3245.0	100.0	100.0	0.0006169497237324241	CP052569.1	enterobacteria	Klebsiella pneumoniae strain A16KP0119 chromosome, complete genome	False	False
ISR0388_000000006364	4828	0.8673380855190802	3	3	2	2	1	True	37716	fragment	False	ISR0388_000000006364	1.0		0	0	False	False	0.9997928738594055	0					non-mobilizable	no_good_hit								True	True
CHI0057_000000007013	2694	0.8673365697499421	3	3	2	3	3	False	85997	maximal	True	CHI0057_000000007013	1.0		5	3	False	False	0.998515248298645	0					non-mobilizable	other	2694.0	98.99799999999999	100.0	0.000747565967420342	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0185_000000003813	7377	0.8673341794010255	10	3	3	2	1	False	29410	maximal	True	ISR0185_000000003813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0069_000000009180	2097	0.8673281699143018	3	2	2	2	2	False	74436	fragment	False	ENG0025_000000011436	0.956930060924972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	73.143	8.0	4.0147100833968996e-05	NC_015064.1	bacteria	Granulicella tundricola MP5ACTX9, complete genome	True	False
SPA0042_000000002334	10501	0.8673257696709431	10	6	5	5	2	True	6877	maximal	True	SPA0042_000000002334	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	85.484	1.0	0.00013496339118014238	NZ_SGXF01000002.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_102, whole genome shotgun sequence	True	True
ENG0100_000000008212	3577	0.8673098260895993	4	2	2	2	2	False	62957	fragment	False	ISR0018_000000005550	0.9559724349157733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	80.351	32.0	0.00031514681731076023	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0808_000000005807	2662	0.8673023550405496	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9906663637550357		0	0	False	False	0.9996243715286255	0					non-mobilizable	other	2662.0	99.925	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
MAD0110_000000005011	5509	0.8673008220822666	7	5	3	5	3	False	82872	maximal	True	MAD0110_000000005011	1.0		2	2	False	False	1.0	0	IncK2/Z				non-mobilizable	no_good_hit	3030.0	90.594	75.0	0.024809443063398252	LT719075.1	enterobacteria	Escherichia coli isolate C700-09 genome assembly, chromosome: I	True	True
DEN0006_000000000067	18004	0.8672996213876564	15	7	6	7	3	True	99721	fragment	False	DEN0006_000000000067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	0.0	9.613027574969599e-05	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	True
FIJ0025_000000001774	10647	0.867286517099448	7	7	7	7	6	False	79169	maximal	True	FIJ0025_000000001774	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	4093.0	73.17399999999999	38.0	0.0008477506202370787	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MAD0044_000000001801	11264	0.8672842784275757	9	7	6	7	3	True	86111	maximal	True	MAD0044_000000001801	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	1717.0	85.964	15.0	0.05986913467930998	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0392_000000003826	7017	0.8672701788758903	11	8	5	5	7	True	89888	maximal	True	ISR0392_000000003826	1.0	PS469	20	3	True	True	1.0	1	rep_cluster_1085				non-mobilizable	no_good_hit	2036.0	95.874	48.0	0.22742025741466143	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
MON0005_000000041113	1330	0.8672536525903303	2	2	2	2	2	False	39360	fragment	False	SPA0128_000000025763	0.949070887818307		0	0	False	False	0.9947368502616882	0					non-mobilizable	other	1330.0	99.023	100.0	0.003945575403835135	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	False	False
ISR0025_000000014167	2768	0.8672493654882482	3	3	3	3	2	False	37365	fragment	False	ISR0025_000000014167	1.0		0	0	False	False	0.9996387362480164	0					non-mobilizable	no_good_hit	1831.0	83.67	69.0	0.0005177840658766675	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0026_000000001499	11836	0.8672380161882214	11	8	5	7	7	False	63510	maximal	True	SPA0026_000000001499	1.0		6	3	False	False	0.9998310208320618	0					non-mobilizable	no_good_hit	1466.0	81.241	12.0	0.0005123704650185416	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0137_000000014522	2525	0.8672366470689923	3	3	3	3	2	False	46850	maximal	True	SPA0137_000000014522	1.0		2	2	False	False	0.9988119006156921	0					non-mobilizable	no_good_hit	2126.0	82.87899999999999	83.0	0.02417879037423369	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	True	False
ISR0119_000000000067	92818	0.8672336783587618	79	11	3	9	4	True	114214	maximal	False	USA0056_01_000000000032	0.9181648817546245		0	0	True	True	0.999946117401123	27					non-mobilizable	no_good_hit	1486.0	73.217	2.0	0.016206969330060095	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	True
FIJ0109_000000007497	3592	0.8672322728341332	5	1	1	1	1	True	107761	fragment	False	FIJ0109_000000007497	0.9509713633553262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0238_000000014006	1111	0.8672272751232817	2	2	2	2	2	False	27279	fragment	False	ISR0238_000000014006	1.0		0	0	False	False	0.9909991025924683	0					non-mobilizable	other	1112.0	99.55	100.0	0.0009488719441369792	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
DEN0096_000000003678	9630	0.8672260976433733	10	2	2	1	1	True	97275	fragment	False	DEN0096_000000003678	1.0		0	0	False	False	0.9980270266532898	0					non-mobilizable	plasmid	9623.0	99.03399999999999	99.0	0.05180992794752771	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0271_000000009863	1813	0.8672240593239421	4	3	2	2	3	True	69033	fragment	False	ENG0050_000000013476	0.9366098041214399		0	0	False	False	1.0	0					non-mobilizable	plasmid	1674.0	86.91799999999999	92.0	0.4070339399901623	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0033_000000005338	4903	0.8672197617926705	5	5	5	5	4	False	128573	fragment	False	ENG0033_000000005338	1.0		0	0	False	False	0.9995920658111572	0					non-mobilizable	other	4903.0	98.205	100.0	0.0009481423436925015	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0081_000000010294	5371	0.8672132394284168	5	4	3	4	3	False	111432	fragment	False	MON0081_000000010294	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5250.0	98.667	99.0	0.007255279746577705	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CAN0017_000000019992	1737	0.8672099326063851	2	2	2	2	1	False	92405	maximal	True	CAN0017_000000019992	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	75.09	31.0	0.0054822906921769225	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
ISR0222_000000008065	7787	0.8672089123493204	15	9	3	7	8	True	53909	fragment	False	ISR0222_000000008065	0.9981690689185143		0	0	False	False	1.0	0					non-mobilizable	other	7797.0	98.538	100.0	0.003599162658872176	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
ENG0183_000000023194	1331	0.8671969598742721	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.18595975599327716		0	0	False	False	1.0	0					non-mobilizable	chromosome	1331.0	99.85	100.0	0.0003783062687908706	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
SPA0097_000000019298	1703	0.8671955299942941	4	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8343134293607845		0	0	True	True	1.0	312					non-mobilizable	plasmid	1111.0	92.619	100.0	0.6874221668742216	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
ENG0196_000000006783	1697	0.8671955299942941	2	2	0	2	0	True	131638	maximal	True	ENG0196_000000006783	0.9388745161916076		32	9	True	True	1.0	44					non-mobilizable	plasmid	1149.0	92.95	99.0	0.711706102117061	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
AST0002_000000022090	1691	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.9020403399775808		0	0	True	True	0.9994086623191833	26					non-mobilizable	plasmid	1257.0	99.045	100.0	0.7801992528019925	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
CHI0137_000000009724	1690	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8938743340497998		0	0	True	True	1.0	64					non-mobilizable	plasmid	1157.0	97.148	99.0	0.7179327521793275	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
ISR0785_000000022358	1681	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.9129944824783133		0	0	True	True	1.0	102					non-mobilizable	plasmid	1161.0	93.54	100.0	0.7179327521793275	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
ENG0207_000000011122	1677	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.9186952669265649		0	0	True	True	1.0	125					non-mobilizable	plasmid	1237.0	93.209	99.0	0.7658779576587795	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
FIJ0154_000000023543	1674	0.8671955299942941	3	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8791189654382191		0	0	True	True	0.999402642250061	13					non-mobilizable	plasmid	1459.0	98.355	100.0	0.902605459057072	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
SPA0046_000000019395	1674	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8945409672330956		0	0	True	True	1.0	92					non-mobilizable	plasmid	1042.0	97.505	99.0	0.6463262764632628	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
DEN0003_000000015170	1673	0.8671955299942941	3	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.9011691737625085		0	0	True	True	1.0	944					non-mobilizable	plasmid	1459.0	98.561	100.0	0.9028642590286425	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
MON0021_000000017960	1671	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.9208087515546236		0	0	True	True	0.9994015693664551	30					non-mobilizable	plasmid	1398.0	93.991	100.0	0.8636363636363636	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
ETH0003_000000024848	1671	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8988455975165869		0	0	True	True	0.9982046484947205	14					non-mobilizable	plasmid	1083.0	97.69200000000001	100.0	0.6718555417185554	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
MAD0010_000000002565	1671	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.9007362706171835		0	0	True	True	0.9946140050888062	23					non-mobilizable	plasmid	1378.0	94.12200000000001	100.0	0.8511830635118306	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
CHI0109_000000011557	1665	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8959749054669678		0	0	True	True	1.0	51					non-mobilizable	plasmid	1159.0	96.98	99.0	0.7191780821917808	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
ETH0001_000000020219	1661	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8944486563052275		0	0	True	True	0.9981938600540161	6					non-mobilizable	plasmid	1056.0	94.98100000000001	99.0	0.6470223325062034	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
ISR0387_000000014602	1651	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8993586967596465		0	0	True	True	1.0	67					non-mobilizable	plasmid	1021.0	98.335	100.0	0.6327543424317618	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
MON0080_000000033600	1651	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.9194119531185246		0	0	True	True	0.9921259880065918	3					non-mobilizable	plasmid	1324.0	93.73100000000001	100.0	0.8175591531755916	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
FIJ0085_000000018943	1651	0.8671955299942941	3	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.9034026880131019		0	0	True	True	0.9993942975997925	1					non-mobilizable	plasmid	1007.0	98.709	100.0	0.6226650062266501	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
DEN0011_000000028131	1643	0.8671955299942941	3	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.856176006860424		0	0	True	True	1.0	160					non-mobilizable	plasmid	1412.0	95.184	100.0	0.8723536737235368	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
CHI0112_000000011227	1637	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8776204863038458		0	0	True	True	1.0	8					non-mobilizable	plasmid	1230.0	97.805	100.0	0.763387297633873	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
MAD0063_000000008323	1630	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8664506425970224		0	0	True	True	1.0	2					non-mobilizable	plasmid	1083.0	93.444	100.0	0.6699875466998755	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
ISR0331_000000015485	1590	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8629768828999024		0	0	True	True	0.9993710517883301	5					non-mobilizable	plasmid	981.0	97.859	100.0	0.6054590570719603	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
MAD0046_000000018588	1442	0.8671955299942941	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.06080783409512268		0	0	False	True	0.9930651783943176	0					non-mobilizable	plasmid	1023.0	93.45100000000001	99.0	0.6326276463262764	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
FIJ0144_000000017284	1821	0.8671937336168671	4	4	4	3	2	False	120871	fragment	False	FIJ0144_000000017284	0.9883977900552486		0	0	False	False	1.0	0					non-mobilizable	chromosome	1249.0	95.516	91.0	0.0003614822802661692	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0115_000000012558	2638	0.8671934231709784	4	3	3	3	2	False	32481	maximal	True	ISR0115_000000012558	1.0		1	1	False	False	0.999241828918457	0					non-mobilizable	no_good_hit	376.0	81.915	14.0	0.0006169831684996	NZ_FQTX01000002.1	high GC Gram+	Bifidobacterium merycicum DSM 6492, whole genome shotgun sequence	True	False
FIJ0042_000000010161	2376	0.8671748337560976	4	4	4	4	3	False	100791	maximal	True	FIJ0042_000000010161	1.0		1	1	False	False	0.994107723236084	0					non-mobilizable	no_good_hit	2100.0	95.095	88.0	0.0005828904032746277	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0815_000000021690	1424	0.8671487033587537	2	1	1	1	1	False	30195	fragment	False	ISR0815_000000021690	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	98.455	100.0	0.0003951658141304408	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0045_000000004086	7451	0.8671483154705257	7	5	1	3	3	False	111825	maximal	True	DEN0045_000000004086	1.0		1	1	False	False	0.9998657703399658	0					non-mobilizable	no_good_hit	197.0	78.68	2.0	0.002297345701122735	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	False
ISR0251_000000010518	1598	0.8671410815994224	4	2	1	1	2	False	59425	fragment	False	ISR0251_000000010518	1.0		0	0	False	False	0.9793491959571838	0					non-mobilizable	no_good_hit	1398.0	91.917	87.0	0.22324753116399546	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AUS0010_000000002140	9042	0.8671388998495179	11	7	5	6	4	True	101617	fragment	False	AUS0010_000000002140	1.0		0	0	False	False	0.9994470477104187	0					non-mobilizable	no_good_hit	3708.0	91.559	82.0	0.29814366424535915	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0068_000000005372	3711	0.8671377092879313	3	2	0	2	0	True	44019	maximal	True	ISR0068_000000005372	0.9529675251959686		1	1	True	True	0.9997305274009705	14					non-mobilizable	no_good_hit								True	True
FIJ0006_000000009488	3587	0.8671377092879313	2	2	0	2	0	True	117562	maximal	True	FIJ0006_000000009488	0.9516273891766335		2	2	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
MON0037_000000017722	3583	0.8671377092879313	3	2	0	2	0	True	12129	maximal	True	MON0037_000000017722	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
FIJ0084_000000003955	3498	0.8671377092879313	2	2	0	2	0	True	44019	maximal	False	ISR0068_000000005372	0.936001077876583		0	0	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
SPA0104_000000023690	1587	0.8671360146509121	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.32722350287394997	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1587.0	99.43299999999999	100.0	0.00042502149225957076	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AST0149_000000013987	1926	0.8671312073884758	4	3	2	2	3	False	104463	fragment	False	AST0149_000000013987	1.0		0	0	False	False	0.9937694668769836	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	4.0	0.007532956685499058	CP014220.1	firmicutes	Clostridium botulinum strain B515 plasmid pRSJ21_1, complete sequence	True	False
MON0073_000000002596	1802	0.8671231470824406	3	3	1	2	1	True	116584	backbone	False	USA0025_01_000000005434	0.4685461547971488	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1802.0	99.945	100.0	0.42406404520838237	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0082_01_000000007791	3784	0.8671201867334333	3	3	2	3	3	False	127841	fragment	False	USA0082_01_000000007791	1.0		0	0	False	False	0.9986786246299744	0					non-mobilizable	no_good_hit	935.0	92.406	29.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0013_000000026061	1171	0.8671098229705033	2	2	2	2	2	False	74353	fragment	False	SPA0127_000000022110	0.7145464091880299		0	0	False	False	0.9897523522377014	0					non-mobilizable	other	1168.0	81.678	98.0	0.026862281555648265	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0250_000000008909	1487	0.8671087823515842	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.14596569381837646		0	0	False	False	1.0	0					non-mobilizable	chromosome	1487.0	97.848	100.0	0.00041368270870306576	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
USA0069_01_000000039382	1535	0.8670891486035269	3	1	1	1	1	False	764	maximal	True	USA0069_01_000000039382	1.0		2	1	False	False	0.9889250993728638	0					non-mobilizable	no_good_hit								True	False
ENG0001_000000020504	1341	0.8670672274776574	2	2	2	2	1	False	76114	fragment	False	DEN0008_000000006547	0.7126397568137328		0	0	False	False	1.0	0					non-mobilizable	chromosome	682.0	97.361	99.0	0.0001540775573480741	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0068_000000036531	1156	0.8670672274776574	2	2	2	2	1	False	62910	fragment	False	ENG0064_000000016979	0.6665325572665289		0	0	False	False	0.9558823704719543	0					non-mobilizable	chromosome	657.0	94.67299999999999	99.0	0.00014842125935438563	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0142_000000004575	6184	0.8670633133380501	7	7	5	4	5	True	109944	fragment	False	SPA0142_000000004575	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6136.0	99.919	100.0	0.0012957025548466562	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
FIJ0022_000000010579	2416	0.8670632676415363	3	3	3	2	3	False	49477	maximal	True	FIJ0022_000000010579	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	77.381	7.0	0.0015910208568370506	NZ_WMDY01000001.1	fusobacteria	Oceanivirga salmonicida strain D4A NODE_1_length_103707_cov_131.11, whole genome shotgun sequence	True	False
ENG0116_000000006151	3689	0.8670572793688817	4	4	4	4	3	False	116339	fragment	False	ISR0351_000000003583	0.9066226664940906		0	0	False	False	0.9997289180755615	0					non-mobilizable	other	3690.0	93.333	100.0	0.01320342672313325	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
CHI0024_000000001816	5979	0.8670548105195249	7	5	2	4	5	True	89040	fragment	False	CHI0024_000000001816	1.0		0	0	False	False	0.9994982481002808	0					non-mobilizable	no_good_hit	2962.0	93.991	75.0	0.0009499047207055482	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
AST0087_000000025560	1436	0.8670532546167578	2	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.5117395082495947		0	0	False	False	0.9986072182655334	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0009459583168044918	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0041_000000011538	1339	0.8670532546167578	1	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.49687760154659344		0	0	False	False	0.957430899143219	0					non-mobilizable	no_good_hit								True	False
CAN0001_000000012226	3889	0.8670529668578592	5	5	5	5	3	False	97414	fragment	False	CAN0001_000000012226	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3887.0	96.398	99.0	0.005066174705397309	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
FIJ0065_000000001888	6990	0.8670471884318581	4	3	2	2	3	False	113361	maximal	False	ISR0338_000000002453	0.9551249813108984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	92.075	14.0	0.15492957746478872	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0230_000000010532	2968	0.8670390043077485	5	4	4	3	4	False	115492	fragment	False	ISR0230_000000010532	0.9951592141487233		0	0	False	False	0.9962937831878662	0					non-mobilizable	other	2968.0	98.45	100.0	0.024735011800418642	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
SPA0124_000000009990	2924	0.867038215126314	5	4	4	4	4	False	4062	fragment	False	SPA0124_000000009990	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2924.0	99.96600000000001	100.0	0.021750777610763026	CP024681.1	enterobacteria	Citrobacter freundii strain UMH14 plasmid pUMH14_1, complete sequence	False	True
ENG0153_000000012842	2334	0.8670375336979605	3	3	3	3	2	False	56948	maximal	False	MAD0066_000000011066	0.9639240506329114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	79.832	5.0	3.495154992045509e-05	CP016443.1	b-proteobacteria	Burkholderia stabilis strain ATCC BAA-67 chromosome 2, complete sequence	True	False
CHI0144_000000000717	15403	0.8670357291844009	18	11	7	10	8	False	125989	maximal	True	CHI0144_000000000717	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2274.0	94.01899999999999	22.0	0.000684543295481171	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0295_000000020049	1786	0.8670312381625687	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.05502756545262783	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1791.0	98.772	100.0	0.00032457948450826936	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0382_000000009206	1576	0.8670312381625687	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.03946337587453542	PS1101	0	0	False	True	0.9949238300323486	0					non-mobilizable	other	1577.0	99.366	100.0	0.00029658978243491736	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0854_000000005906	1564	0.8670312381625687	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.04055672773036293	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1565.0	98.786	100.0	0.00029433005075922276	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0050_000000016599	1554	0.8670312381625687	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.04597242011897681	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1554.0	99.61399999999999	100.0	0.0002817618442936514	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0366_000000013064	1554	0.8670312381625687	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.036147750025066615	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1555.0	96.27	100.0	0.00029946431312623516	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
SPA0100_000000018606	1522	0.8670312381625687	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.04433386047112379	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1527.0	98.756	100.0	0.00027686321596401286	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
DEN0096_000000029855	1518	0.8670312381625687	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.042263257887775636	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1518.0	99.605	100.0	0.0002854794350294189	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0830_000000020075	1506	0.8670312381625687	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.03957333761566917	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	98.473	100.0	0.00029148652121779774	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0104_000000016513	1499	0.8670312381625687	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.038328976781861195	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1500.0	99.53299999999999	100.0	0.00027196458763437435	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0133_000000015198	1480	0.8670312381625687	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.02923799896517189	PS1101	0	0	False	True	0.9979729652404785	0					non-mobilizable	chromosome	1378.0	99.492	93.0	0.0002494671834538124	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
SPA0043_000000011513	1480	0.8670312381625687	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.04019534356946178	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1480.0	98.311	100.0	0.0002864508736751647	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0145_01_000000016960	1385	0.8670312381625687	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.03261877113730236	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1385.0	99.928	100.0	0.0002511000595636919	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0381_000000014378	1303	0.8670312381625687	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.018279564437905637	PS1101	0	0	False	True	0.9884880781173706	0					non-mobilizable	other	1309.0	98.47200000000001	100.0	0.00024631075265071234	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0106_000000015739	1299	0.8670312381625687	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.018656002710276103	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1300.0	99.385	100.0	0.0002446159538939414	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0038_000000021489	1272	0.8670312381625687	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.022244879327752265	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1272.0	99.764	100.0	0.00023059839285076038	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0811_000000014843	1111	0.8670312381625687	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.009648871919233358	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1116.0	98.29700000000001	100.0	0.0002022952069461824	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
MAD0061_000000001254	10970	0.8670140799633894	14	10	9	10	9	False	47574	fragment	False	MAD0061_000000001254	1.0		0	0	False	False	0.9996353983879089	0					non-mobilizable	no_good_hit	2496.0	84.014	23.0	0.0007167270426072027	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
FIJ0101_000000018555	1509	0.8670140240696529	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.09497773149287685		0	0	False	False	0.9662027955055237	0					non-mobilizable	other	1510.0	92.848	100.0	0.00045082872663904496	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
FIJ0021_000000006931	7075	0.8670114537360872	12	10	4	4	10	True	49694	maximal	True	FIJ0021_000000006931	1.0		4	1	False	False	1.0	0					non-mobilizable	plasmid	7080.0	99.689	100.0	0.024826777678715592	CP014763.1	enterobacteria	Klebsiella pneumoniae strain KPNIH39 plasmid pKPN-332, complete sequence	False	True
ISR0359_000000022941	1218	0.8670054836712391	2	1	1	1	1	True	23808	maximal	True	ISR0359_000000022941	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	97.95299999999999	76.0	0.00027713410450556675	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MAD0095_000000008568	3520	0.8669987523058718	4	4	3	2	3	False	15598	maximal	False	MAD0105_000000008690	0.9674548352816152		0	0	False	False	0.9957386255264282	0					non-mobilizable	no_good_hit	1996.0	81.212	58.0	0.0003587259685646285	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0211_000000010286	2513	0.8669924480890325	5	2	2	2	2	False	53659	maximal	True	ENG0211_000000010286	1.0		0	0	False	False	0.9916434288024902	0					non-mobilizable	no_good_hit	579.0	74.611	23.0	0.015315122681349227	NZ_FNBY01000031.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
AUS0004_000000010824	1905	0.8669920726735323	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.7766077775826697		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	99.36200000000001	90.0	0.024012717536813923	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0821_000000000100	73506	0.8669871384238454	124	35	14	23	21	True	90662	maximal	True	ISR0821_000000000100	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1831.0	80.44800000000001	2.0	0.000504301559002727	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0076_000000003206	5456	0.8669827112322008	7	7	5	5	5	True	128685	backbone	False	FIJ0105_000000005116	0.5875189566335866	PS1045|PS1046|PS656|PS658	0	0	False	True	0.9968841671943665	0					non-mobilizable	other	3560.0	99.663	92.0	0.7182643794147326	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0003_000000004610	5456	0.8669827112322008	7	7	5	5	5	True	128685	backbone	False	FIJ0105_000000005116	0.5875189566335866	PS1045|PS1046|PS656|PS658	0	0	True	True	0.998900294303894	1					non-mobilizable	other	3560.0	99.663	92.0	0.7182643794147326	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0014_000000004206	5456	0.8669827112322008	7	7	5	5	5	True	128685	backbone	False	FIJ0105_000000005116	0.5874212982045522	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	7					non-mobilizable	other	3560.0	99.635	92.0	0.7182643794147326	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0063_000000009688	2705	0.8669797311210167	5	3	1	2	2	True	45617	maximal	False	FIJ0075_000000007073	0.9945053523787181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	94.044	29.0	0.00019623038938070683	NZ_CP018888.1	firmicutes	Lactobacillus amylophilus DSM 20533 = JCM 1125 strain DSM 20533 chromosome, complete genome	True	True
FIJ0075_000000007073	2703	0.8669797311210167	5	3	1	2	2	True	45617	maximal	True	FIJ0075_000000007073	0.9948847419655769		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	94.044	29.0	0.00019623038938070683	NZ_CP018888.1	firmicutes	Lactobacillus amylophilus DSM 20533 = JCM 1125 strain DSM 20533 chromosome, complete genome	True	True
MON0032_000000018509	1618	0.8669704501833821	2	2	2	2	2	False	12389	fragment	False	MON0032_000000018509	1.0		0	0	False	False	0.9962916970252991	0					non-mobilizable	other	1618.0	98.70200000000001	100.0	0.0007831877630907872	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
ISR0294_000000006887	2787	0.8669619784183579	3	2	2	2	2	False	100807	fragment	False	ISR0294_000000006887	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2764.0	100.0	100.0	0.0004955619139415395	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0015_000000004649	5037	0.8669576966094155	5	5	5	5	5	False	121750	fragment	False	ISR0096_000000004366	0.14070429041469043		0	0	False	False	0.9968234896659851	0					non-mobilizable	chromosome	5042.0	97.322	100.0	0.0014327283277440715	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0377_000000003784	3426	0.8669576694442565	5	4	2	4	2	False	23314	maximal	True	ISR0377_000000003784	1.0		5	5	False	False	0.9973730444908142	0					non-mobilizable	no_good_hit	2823.0	95.962	82.0	0.023599387637300583	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
FIJ0105_000000015793	2015	0.8669522784038829	3	3	3	2	2	False	107590	maximal	True	FIJ0105_000000015793	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	95.946	66.0	0.1532258064516129	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
SPA0155_000000000028	63361	0.8669503427411971	69	14	6	12	9	False	3233	maximal	True	SPA0155_000000000028	1.0		3	1	False	False	0.9997948408126831	0					non-mobilizable	no_good_hit	73.0	89.041	0.0	1.4297015736248654e-05	NZ_CP026095.1	firmicutes	Peribacillus asahii strain OM18 chromosome, complete genome	True	False
ENG0172_000000015763	1487	0.866946366670505	3	1	1	1	1	False	55719	maximal	True	ENG0172_000000015763	1.0		1	1	False	False	0.9952925443649292	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	9.385265133740028e-06	CP009129.1	firmicutes	Planococcus sp. PAMC 21323, complete genome	True	False
DEN0045_000000028971	1464	0.8669383773545861	3	2	2	1	1	False	72865	fragment	False	DEN0045_000000028971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0281_000000011036	1629	0.8669368793770282	3	3	2	3	2	False	64301	fragment	False	ISR0281_000000011036	1.0		0	0	False	False	0.9901780486106873	0					non-mobilizable	no_good_hit	584.0	75.171	36.0	0.0026447439696651053	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ISR0804_000000007665	2422	0.8669296192057642	2	2	2	1	1	True	100223	fragment	False	ISR0804_000000007665	1.0		0	0	False	False	0.9979355931282043	0					non-mobilizable	no_good_hit								True	True
ISR0211_000000014201	1608	0.8669242872688216	2	2	2	2	1	False	54962	fragment	False	ISR0211_000000014201	1.0		0	0	False	False	0.9900497794151306	0					non-mobilizable	no_good_hit	148.0	98.649	9.0	0.0012060153090106573	NZ_LT629862.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0128_000000013498	2619	0.8669160808201181	6	2	2	1	1	False	122588	fragment	False	ISR0124_000000005772	0.9255566132990648		0	0	False	False	1.0	0					non-mobilizable	chromosome	2561.0	98.321	100.0	0.0008050146677202672	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0018_000000010766	2588	0.8669160808201181	4	2	2	1	1	False	100002	fragment	False	AUS0018_000000010766	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1837.0	99.891	97.0	0.007462747233987204	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ISR0151_000000009622	2039	0.8669160808201181	3	2	2	1	1	False	81323	fragment	False	ISR0151_000000009622	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1942.0	99.537	95.0	0.007889538333970133	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ISR0152_000000011783	2001	0.8669160808201181	4	2	2	1	1	False	81831	fragment	False	ISR0399_000000007760	0.8292575007034116		0	0	False	False	0.9945027232170105	0					non-mobilizable	chromosome	1931.0	98.602	100.0	0.0006067553779802327	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0249_000000009809	1992	0.8669160808201181	4	2	2	1	1	False	81831	fragment	False	ISR0399_000000007760	0.8311997606836207		0	0	False	False	0.9979919791221619	0					non-mobilizable	chromosome	1937.0	98.348	100.0	0.0006086465635739373	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0238_000000007490	1928	0.8669160808201181	4	2	2	1	1	False	81831	fragment	False	ISR0399_000000007760	0.7002812846556499		0	0	False	False	1.0	0					non-mobilizable	other	1928.0	98.807	100.0	0.010447332324924504	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
SPA0130_000000019058	1739	0.8669160808201181	3	2	2	1	1	False	81831	fragment	False	ISR0399_000000007760	0.5466234628535422		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	98.90700000000001	100.0	0.009422658837944364	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
FIJ0117_000000012023	1693	0.8669160808201181	2	2	2	1	1	False	81831	fragment	False	ISR0399_000000007760	0.4144889244707027		0	0	False	False	0.9970466494560242	0					non-mobilizable	other	1693.0	98.346	100.0	0.009173267407250784	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
SPA0005_000000006382	4659	0.8669153436512933	7	5	1	5	2	False	110759	maximal	False	ISR0847_000000005046	0.9997138155541246		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1409.0	92.97399999999999	53.0	0.001805142656591932	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ISR0847_000000005046	4659	0.8669153436512933	7	5	1	5	2	False	110759	maximal	True	ISR0847_000000005046	0.9997138155541246		7	4	True	True	0.9993560910224915	11					non-mobilizable	no_good_hit	1373.0	95.412	49.0	0.00021078758550359923	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
ENG0111_000000016590	1246	0.8669058109967717	2	2	2	2	1	True	95144	fragment	False	MON0070_000000024732	0.6090467534989367		0	0	False	False	0.9767255187034607	0					non-mobilizable	no_good_hit	110.0	78.182	9.0	8.182085820139401e-05	NZ_SWKE01000001.1	a-proteobacteria	Agrobacterium larrymoorei strain CFBP5477 CFBP5477_cc_1, whole genome shotgun sequence	True	True
CHI0102_000000006134	1493	0.8669021649078754	3	3	1	1	1	True	83279	maximal	True	CHI0102_000000006134	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0113_000000002437	11475	0.8668994333462348	10	9	6	6	8	False	130764	maximal	True	AST0113_000000002437	0.737475599829828		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2011.0	73.545	17.0	0.0006677709223878079	NZ_CP019633.1	bacteria	Sedimentisphaera cyanobacteriorum strain L21-RPul-D3 chromosome, complete genome	True	False
FIJ0152_000000007497	3082	0.8668991181535777	5	4	3	4	2	False	75925	fragment	False	FIJ0107_000000008359	0.9428725499858557		0	0	False	True	0.9990265965461731	0					non-mobilizable	no_good_hit	153.0	79.085	5.0	5.751575465333545e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
ISR0848_000000011952	1495	0.8668973331597672	2	2	2	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.32435445299385957		0	0	False	False	1.0	0					non-mobilizable	chromosome	1462.0	99.59	98.0	0.0006716596433763318	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
ENG0140_000000002426	5420	0.8668919335999509	5	4	4	4	2	False	101982	maximal	True	ENG0140_000000002426	1.0		7	5	False	False	0.9988929629325867	0					non-mobilizable	no_good_hit	4828.0	100.0	89.0	0.017479060975742235	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	True	False
ISR0381_000000003536	4322	0.8668892272240637	4	4	4	4	3	True	116690	fragment	False	ISR0381_000000003536	1.0		0	0	False	True	0.9997686147689819	0					non-mobilizable	no_good_hit	3496.0	99.714	81.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
FIJ0164_000000012997	1741	0.8668891312091883	3	2	2	1	1	False	39099	fragment	False	FIJ0164_000000012997	1.0		0	0	False	False	0.9965537190437317	0					non-mobilizable	other	1741.0	99.54	100.0	0.006149061737993427	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
DEN0039_000000001633	7007	0.8668876831679309	9	5	1	2	5	False	110858	maximal	True	DEN0039_000000001633	1.0		21	7	False	False	1.0	0					non-mobilizable	chromosome	7007.0	99.986	100.0	0.0015327722503026273	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
MAD0006_000000000389	12246	0.8668847494302832	11	11	8	10	11	False	19902	maximal	True	MAD0006_000000000389	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	12055.0	99.975	100.0	0.002296335921140464	CP035751.1	enterobacteria	Escherichia coli E110019 chromosome, complete genome	False	False
SPA0109_000000008410	3417	0.8668843920392184	4	3	3	3	2	False	96360	maximal	True	SPA0109_000000008410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1795.0	97.15899999999999	84.0	0.00032176549895444146	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
MON0083_000000003307	7126	0.8668838552419309	6	4	4	4	3	True	95681	fragment	False	MON0083_000000003307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	98.0	11.0	0.99875	GQ876099.1		Uncultured organism clone VC1A903TR genomic sequence	True	True
ISR0374_000000002617	5791	0.8668821064870306	9	9	4	5	6	True	123850	backbone	False	CHI0169_000000002212	0.09831722759080305	PS486|PS905|PS908	0	0	True	True	1.0	24	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2522.0	94.37	80.0	0.22778836555041293	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0210_000000012452	1535	0.8668776973397553	2	1	1	1	1	False	28430	fragment	False	ISR0210_000000012452	0.9649184975194898		0	0	False	False	1.0	0					non-mobilizable	other	974.0	89.63	99.0	0.06983260291687621	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0006_000000008960	2167	0.8668707884150609	3	3	3	3	2	False	124028	maximal	True	ISR0006_000000008960	1.0		13	7	False	False	0.9986156225204468	0					non-mobilizable	no_good_hit	1632.0	95.46600000000001	75.0	0.00045292722617480604	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0014_000000026588	1295	0.8668682566422473	2	2	2	2	1	False	20021	maximal	True	MAD0014_000000026588	0.9705648369132855		1	1	False	False	0.9953668117523193	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.4277442207650452e-06	LR606203.1	hawks & eagles	Aquila chrysaetos chrysaetos genome assembly, chromosome: 23	True	False
ISR0085_000000014337	1764	0.8668635141498012	2	2	1	2	1	False	58489	fragment	False	ISR0085_000000014337	1.0		0	0	False	False	0.9994331002235413	0					non-mobilizable	other	1764.0	98.29899999999999	100.0	0.0019617055482198803	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0005_000000011633	1338	0.8668609046955313	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.012223578352366477	PS1061	0	0	False	True	0.9887892603874207	0					non-mobilizable	other	1324.0	88.066	99.0	0.006170275328700182	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0051_000000025086	1196	0.8668609046955313	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.05526363611892922	PS1061	0	0	False	True	0.9991638660430908	0					non-mobilizable	chromosome	1196.0	96.572	100.0	0.0003202400272699792	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0083_000000006883	3234	0.8668510009771283	4	4	4	4	4	False	98154	maximal	False	FIJ0058_000000011780	0.9775692472224733		0	0	False	False	0.9996907711029053	0					non-mobilizable	other	3234.0	100.0	100.0	0.0007002804154116276	CP012781.1	enterobacteria	Escherichia coli strain A18 genome	False	False
USA0010_01_000000007088	3836	0.8668457809871079	5	3	1	3	2	False	110811	maximal	True	USA0010_01_000000007088	1.0		14	4	False	False	1.0	0					non-mobilizable	other	3841.0	93.77799999999999	99.0	0.004927691068995417	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
MAD0039_000000004500	2989	0.8668423702179665	5	4	4	4	3	False	18492	maximal	True	MAD0039_000000004500	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0038_000000005015	4221	0.8668417573847559	2	2	1	2	1	False	65107	fragment	False	ENG0038_000000005015	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	86.58	8.0	6.752604417328722e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0255_000000000860	22417	0.8668413205060493	22	9	6	8	2	True	69328	fragment	False	ISR0255_000000000860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	92.351	5.0	0.13246753246753246	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
AST0055_000000023510	1543	0.8668381870081876	2	2	2	1	2	False	113550	fragment	False	FIJ0020_000000010024	0.2390126640016323		0	0	False	False	0.9967595338821411	0					non-mobilizable	other	1493.0	90.556	99.0	0.000365805430249216	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0152_000000005663	3935	0.8668375082895683	6	6	2	3	6	False	89147	fragment	False	ENG0152_000000005663	0.9983311732758277		0	0	False	False	0.9987293481826782	0					non-mobilizable	plasmid	3935.0	100.0	100.0	0.057134558129402366	CP056405.1	enterobacteria	Escherichia coli strain RHBSTW-00562 plasmid pRHBSTW-00562_2, complete sequence	False	True
ISR0158_000000006313	2887	0.8668333434610819	4	3	2	3	1	False	70440	fragment	False	ISR0158_000000006313	1.0		0	0	False	False	0.9927260279655457	0					non-mobilizable	no_good_hit	76.0	84.211	3.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
FIJ0090_000000010828	3762	0.8668317315342333	5	4	4	4	3	False	111988	fragment	False	FIJ0090_000000010828	0.9933143669985776		0	0	False	False	0.9997341632843018	0					non-mobilizable	no_good_hit	699.0	80.687	19.0	0.0037190788209933196	NZ_CYYA01000005.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0172_000000001107	13768	0.8668294485169267	10	9	6	6	8	False	123657	fragment	False	SPA0116_000000001980	0.9398011154768096		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	7592.0	99.64399999999999	55.0	0.0013772402833439198	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
CHI0174_000000007294	2071	0.8668278165831027	3	1	1	1	1	False	77838	maximal	True	CHI0174_000000007294	1.0		2	1	False	False	0.9913085699081421	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000022556	1256	0.8668269516007402	1	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.04299383482663889	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1195.0	73.975	94.0	0.14332723948811701	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0152_000000023416	1217	0.8668269516007402	1	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.04641373723592999	PS721	0	0	False	True	0.9991782903671265	0					non-mobilizable	other	1203.0	74.065	97.0	0.14430225472273003	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0188_000000007451	3572	0.866819622161375	5	4	2	2	3	True	102447	fragment	False	ENG0188_000000007451	1.0		0	0	False	False	0.9921612739562988	0					non-mobilizable	no_good_hit	2895.0	93.679	81.0	0.03488908305422067	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0157_000000005308	3467	0.8668076118265652	6	2	2	2	2	False	68883	fragment	False	FIJ0157_000000005308	1.0		0	0	False	False	0.9988462924957275	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	False
FIJ0117_000000009048	2243	0.8668052734094404	2	2	2	2	1	False	41618	fragment	False	ISR0077_000000013475	0.9471613667379584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0040_000000007524	2116	0.8668036963601111	3	1	0	1	1	True	109096	fragment	False	ISR0392_000000015621	0.8999600557735914		0	0	False	False	0.9990548491477966	0					non-mobilizable	other	2116.0	96.314	100.0	0.00044605114846554817	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
USA0037_01_000000021086	1603	0.8668036963601111	3	1	0	1	1	True	109089	fragment	False	ISR0225_000000009650	0.3166166166166166		0	0	False	False	0.9956331849098206	0					non-mobilizable	other	1603.0	95.696	100.0	0.00033770633825587666	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0034_000000013644	1237	0.8668036963601111	2	1	0	1	1	True	88153	fragment	False	CHI0034_000000013644	1.0		0	0	False	False	0.9886822700500488	0					non-mobilizable	other	1218.0	95.238	98.0	0.0002563949309835111	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0049_000000015902	1138	0.8668036963601111	2	1	0	1	1	True	64168	fragment	False	ENG0049_000000015902	0.964221824686941		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	98.691	100.0	0.00022079377686929532	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0130_01_000000013243	2825	0.8667958117531198	3	3	3	3	3	False	33240	fragment	False	USA0130_01_000000013243	1.0		0	0	False	False	0.9975221157073975	0					non-mobilizable	other	2746.0	98.98	97.0	0.027796623900033415	NZ_JAANXY010000008.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_8, whole genome shotgun sequence	False	False
ISR0853_000000006187	2756	0.8667957612115903	3	3	3	2	2	False	76901	fragment	False	ISR0853_000000006187	0.9682030293485226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.8057524255143464e-05	NZ_QYBB01000001.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_1_length_465056_cov_80.1824, whole genome shotgun sequence	True	False
ISR0386_000000002194	14129	0.866793294776487	15	9	6	7	5	False	122865	maximal	False	ENG0116_000000001023	0.6512445305214833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.663	21.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0850_000000001871	7187	0.8667873498728931	8	5	4	5	4	False	111433	fragment	False	ISR0850_000000001871	1.0		0	0	False	False	0.9944344162940979	0					non-mobilizable	other	5953.0	98.25299999999999	90.0	0.008227636826015954	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
DEN0085_000000004154	8678	0.8667787428238442	17	2	1	2	0	True	78168	fragment	False	DEN0085_000000004154	1.0		0	0	False	False	0.9997695088386536	0					non-mobilizable	virus	4442.0	86.38	99.0	0.046031661989728384	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
ISR0812_000000028560	1381	0.8667783062147101	2	2	2	1	1	False	88868	fragment	False	ISR0812_000000028560	0.9909354604786077		0	0	False	False	0.9920347332954407	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000015116	3361	0.8667721845773481	6	3	1	3	1	False	69619	maximal	True	DEN0079_000000015116	1.0		1	1	False	False	0.9892889261245728	0					non-mobilizable	no_good_hit								True	False
ISR0180_000000018538	1323	0.8667698723683124	2	2	2	2	2	False	99431	fragment	False	ISR0152_000000018054	0.9767176324824767		0	0	False	False	0.9727891087532043	0					non-mobilizable	no_good_hit	503.0	79.722	38.0	0.0002036692427888999	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
CHI0042_000000002298	5221	0.8667667366810078	6	6	5	4	5	False	87496	maximal	True	CHI0042_000000002298	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	99.456	14.0	0.000171243583031674	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0122_000000014458	1738	0.8667549663336835	2	2	2	2	2	False	4110	maximal	True	SPA0122_000000014458	1.0		133	8	False	False	0.9988492727279663	0					non-mobilizable	chromosome	1154.0	94.97399999999999	99.0	0.00018605428718778219	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
ISR0269_000000000746	10870	0.866744636887387	14	4	2	4	3	True	101329	fragment	False	FIJ0068_000000001978	0.5124337443237212		0	0	False	False	0.9999080300331116	0					non-mobilizable	no_good_hit	711.0	94.374	7.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0118_000000006752	4328	0.8667367149265235	4	3	3	3	2	False	95228	fragment	False	USA0111_01_000000005160	0.9545002870508128		0	0	False	False	0.9995378851890564	0					non-mobilizable	other	4331.0	99.28399999999999	100.0	0.000985818780553552	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
DEN0083_000000009147	3012	0.8667358370177244	4	4	4	3	2	False	96623	fragment	False	DEN0083_000000009147	0.9947893651445331		0	0	False	False	0.9953519105911255	0					non-mobilizable	no_good_hit	59.0	89.831	2.0	1.7737496670396637e-05	AP022810.1	d-proteobacteria	Desulfuromonas sp. AOP6 DNA, complete genome	True	False
ISR0176_000000006832	4663	0.8667337395819181	7	7	2	3	7	False	118168	backbone	False	FIJ0074_000000005173	0.3250586273614149	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4623.0	94.744	99.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
SPA0125_000000012413	2827	0.8667276192574621	5	3	3	1	1	False	100565	fragment	False	ENG0063_000000010072	0.7108890954459364		0	0	False	False	0.9858507513999939	0					non-mobilizable	no_good_hit	131.0	90.84	4.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0162_000000018952	2091	0.8667276192574621	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.5921410228191983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000021063	1673	0.8667276192574621	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.2500420978560689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000018587	1625	0.8667276192574621	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.21177010728315632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0003897068673657034	NZ_CZBD01000019.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
USA0048_01_000000000517	18477	0.8667265023356079	22	11	4	10	2	True	118919	fragment	False	SPA0089_000000000589	0.20003544080169405		0	0	False	False	1.0	0					non-mobilizable	other	13305.0	97.775	100.0	0.0035621715696290464	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0041_000000007884	4492	0.8667213962726166	7	4	2	4	3	False	47414	maximal	True	FIJ0041_000000007884	1.0		2	1	False	False	1.0	0	rep_cluster_2358				non-mobilizable	no_good_hit	2464.0	94.03399999999999	74.0	0.5129112869637651	CP051743.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-5, complete sequence	True	True
SPA0027_000000009377	3810	0.8667008465697583	6	5	5	2	2	False	131852	maximal	True	SPA0027_000000009377	0.9942260104481715		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	2021.0	90.005	53.0	0.0005688731348040363	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
USA0019_01_000000009152	3231	0.8667008465697583	5	5	5	2	2	False	131809	fragment	False	USA0019_01_000000009152	1.0		0	0	False	False	0.9969049692153931	0					non-mobilizable	no_good_hit	2021.0	90.005	63.0	0.0005688731348040363	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0092_000000017139	2543	0.866700676230917	3	2	2	2	2	False	81492	fragment	False	SPA0091_000000004204	0.5235057692099646		0	0	False	False	1.0	0					non-mobilizable	other	2552.0	94.083	100.0	0.1330573315166125	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
ISR0803_000000001037	9207	0.8666976706729183	11	10	3	4	9	False	118188	backbone	False	CHI0082_000000001020	0.9967967069260533	PS799|PS801|PS802	0	0	True	True	1.0	183	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4601.0	94.958	53.0	0.5796772566817953	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
MON0070_000000004702	5286	0.8666914754851942	7	7	6	7	5	False	16096	maximal	True	MON0070_000000004702	1.0		4	1	False	False	0.9996216297149658	0					non-mobilizable	no_good_hit	2090.0	97.03299999999999	57.0	0.0008426982156097238	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ISR0108_000000011930	1870	0.8666910548921023	4	2	2	2	2	False	56891	fragment	False	ISR0108_000000011930	1.0		0	0	False	False	0.9925133585929871	0					non-mobilizable	no_good_hit	169.0	84.024	9.0	0.0008113510950795955	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
USA0075_01_000000012007	2066	0.8666907480063587	3	3	3	2	2	False	82319	fragment	False	USA0075_01_000000012007	0.988597543338719		0	0	False	False	0.9990319609642029	0					non-mobilizable	chromosome	2066.0	100.0	100.0	0.0005048286308485252	CP054563.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student chromosome, complete genome	False	False
FIJ0003_000000008513	2875	0.8666855244673076	4	3	3	3	3	False	122024	maximal	True	FIJ0003_000000008513	0.9754668619553277		1	1	False	False	0.9993043541908264	0					non-mobilizable	no_good_hit	977.0	90.48100000000001	48.0	0.0004346512548435278	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0786_000000001483	11768	0.8666842847909335	8	7	6	6	4	False	119712	fragment	False	USA0108_01_000000001153	0.7230777704850038		0	0	False	False	0.9999150037765503	0					non-mobilizable	chromosome	7323.0	88.461	90.0	0.0013725174644350097	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
SPA0125_000000003980	8747	0.8666745853251347	12	8	7	5	6	False	33327	maximal	True	SPA0125_000000003980	1.0		3	3	False	False	0.999428391456604	0					non-mobilizable	no_good_hit	772.0	82.902	9.0	0.01685331696947117	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
ISR0285_000000001330	7851	0.8666696237690559	6	4	2	4	1	True	106010	fragment	False	SPA0108_000000003672	0.934652785774305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	92.208	1.0	2.0692869992010874e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0779_000000004219	7280	0.8666696237690559	5	4	2	4	1	True	106010	fragment	False	SPA0108_000000003672	0.7058743308883477		0	0	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit	77.0	89.61	1.0	2.097250337028129e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0094_000000003311	5089	0.8666673291686475	9	6	3	4	3	False	115233	fragment	False	ENG0094_000000003311	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4052.0	99.58	100.0	0.03133850225172942	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0041_000000006703	4242	0.8666657156859148	3	3	2	3	1	False	50147	maximal	True	MAD0041_000000006703	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	93.071	15.0	0.0009998107613700877	NZ_QRWX01000002.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf2, whole genome shotgun sequence	True	False
ENG0039_000000008319	2951	0.8666647598268556	5	4	4	4	3	False	74487	maximal	True	ENG0039_000000008319	1.0		1	1	False	False	0.9972890615463257	0					non-mobilizable	no_good_hit	1986.0	81.168	66.0	0.0005398902517272765	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
USA0080_01_000000019428	2226	0.8666570314193345	4	4	4	3	1	False	106071	fragment	False	USA0080_01_000000019428	1.0		0	0	False	False	0.9995507597923279	0					non-mobilizable	other	1132.0	95.406	100.0	0.00041073727522484324	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AST0089_000000004692	4154	0.8666548078246554	5	2	1	2	2	False	110295	fragment	False	AST0089_000000004692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	748.0	77.807	32.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0011_000000025613	1150	0.8666451540002046	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.26078067093133633		0	0	False	False	0.9965217113494873	0					non-mobilizable	other	1150.0	97.04299999999999	99.0	0.004407567667096299	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0134_000000028497	1137	0.8666451540002046	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.23924066627156443		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	97.1	100.0	0.004361535628797643	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0062_000000027514	1137	0.8666451540002046	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.2393574657892639		0	0	False	False	0.9991204738616943	0					non-mobilizable	other	1138.0	97.18799999999999	100.0	0.004361535628797643	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0115_000000014297	1480	0.8666408189619138	3	3	2	3	3	False	59524	maximal	True	ENG0115_000000014297	1.0		170	12	False	False	0.9986486434936523	0					non-mobilizable	no_good_hit	1195.0	99.331	84.0	0.2157571376942537	MK233381.1	viruses	Uncultured human fecal virus clone EubacteriumR.sp_S02.L08_2_c7 sequence	True	False
ENG0118_000000004671	2923	0.8666375234961841	7	6	5	3	3	True	123556	backbone	False	ISR0826_000000002301	0.174631127428188	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2924.0	99.521	100.0	0.029725633017629885	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0054_000000005846	2901	0.8666375234961841	6	6	5	3	3	True	123556	backbone	False	ISR0826_000000002301	0.17160429812733155	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2901.0	99.72399999999999	100.0	0.024284409894703336	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
AST0024_000000017113	2028	0.8666334170382539	3	3	3	3	3	False	121439	maximal	True	AST0024_000000017113	1.0		137	13	False	False	1.0	0					non-mobilizable	other	2037.0	96.613	99.0	0.18170459616242748	NZ_CABKPS010000059.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
USA0135_01_000000000458	22927	0.8666178099006746	21	11	3	10	6	False	71115	maximal	True	USA0135_01_000000000458	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	74.086	4.0	0.009438146616192352	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0324_000000023752	1296	0.8666141547984826	2	2	2	1	1	False	24898	fragment	False	ISR0324_000000023752	1.0		0	0	False	False	0.9884259104728699	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00029655013344756005	NZ_CDBW01000039.1	g-proteobacteria	Aeromonas sobria strain CECT 4245, whole genome shotgun sequence	True	False
FIJ0032_000000019066	1899	0.8666130144987327	2	1	1	1	1	False	48421	fragment	False	FIJ0032_000000019066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	91.885	44.0	0.0006786981335801327	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0018_000000000357	19279	0.8666048453431995	21	13	10	12	7	True	89857	maximal	True	CHI0018_000000000357	1.0		3	2	True	True	1.0	25					non-mobilizable	no_good_hit	6390.0	97.074	64.0	0.051440213233695437	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
FIJ0098_000000001531	12245	0.8666008152825092	10	9	9	8	6	False	51819	maximal	False	FIJ0067_000000002509	0.9783281178131972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.19	32.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
DEN0033_000000013884	1599	0.866598317421365	2	2	2	2	1	False	113712	fragment	False	AST0055_000000021784	0.9789005310861142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	92.279	41.0	0.0011354203041588167	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0002_000000015473	2440	0.8665937497601349	4	1	1	1	1	False	41878	fragment	False	FIJ0114_000000015169	0.9657131661442007		0	0	False	False	0.9823770523071289	0					non-mobilizable	no_good_hit	906.0	72.185	37.0	0.002785733534716695	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
AST0116_000000015036	1797	0.8665804698246986	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.21529396449487037		0	0	False	False	1.0	0					non-mobilizable	other	1797.0	94.88	100.0	0.0005430411513923744	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0009_000000005359	6158	0.8665795468123663	10	5	4	3	4	True	123816	maximal	False	ISR0315_000000001274	0.9589439974106561	PS595|PS607|PS819|PS904	0	0	True	True	1.0	568		MOBP			mobilizable	no_good_hit	3361.0	99.524	81.0	0.6625246548323471	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
FIJ0022_000000004454	5216	0.8665762660372399	6	4	2	4	2	True	127363	fragment	False	MAD0035_000000002553	0.012456730415142513		0	0	False	False	0.9978911280632019	0					non-mobilizable	other	5199.0	97.69200000000001	99.0	0.05645038582762743	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0097_000000015127	2689	0.8665751455878912	3	2	2	2	2	False	110271	fragment	False	FIJ0161_000000005301	0.6260785028557541		0	0	False	False	0.9910747408866882	0					non-mobilizable	no_good_hit	1805.0	75.9	67.0	0.023904702060243057	NZ_JAAIPV010000016.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_16_length_74797_cov_82.6116, whole genome shotgun sequence	True	False
ENG0064_000000010400	2131	0.8665745131529714	3	1	1	1	1	False	62952	fragment	False	ENG0145_000000014737	0.9565067970544213		0	0	False	False	0.9995307326316833	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	4.980782480927754e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0145_000000014737	2084	0.8665745131529714	3	1	1	1	1	False	62952	fragment	False	ENG0145_000000014737	0.9593843532355673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	6.90034438991546e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0114_000000022508	2075	0.8665745131529714	3	1	1	1	1	False	62952	fragment	False	ENG0145_000000014737	0.9583104221947051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	6.90034438991546e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0138_000000009517	2054	0.8665745131529714	3	1	1	1	1	False	62952	fragment	False	ENG0145_000000014737	0.9458313976119999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	4.980782480927754e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0046_000000016751	1900	0.8665745131529714	2	1	1	1	1	False	38548	fragment	False	SPA0046_000000016751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0036_000000000269	30316	0.8665709955075191	46	11	7	8	3	True	35574	maximal	True	SPA0036_000000000269	1.0		2	1	False	False	0.9999010562896729	0					non-mobilizable	no_good_hit	3489.0	93.494	41.0	0.06178003048240173	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0103_000000018614	1233	0.8665683665351882	2	2	2	1	2	False	113550	fragment	False	FIJ0020_000000010024	0.21172908444535057		0	0	False	False	0.9837793707847595	0					non-mobilizable	other	1233.0	95.215	100.0	0.0003020591756481462	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0067_000000005950	4470	0.8665640386561868	6	6	6	6	5	False	102815	fragment	False	USA0018_01_000000005464	0.9901276151978827		0	0	False	False	0.9948545694351196	0					non-mobilizable	other	4470.0	99.441	100.0	0.0019627977576056766	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0035_000000006005	2997	0.8665637062987224	4	3	2	3	3	False	120942	maximal	True	ISR0035_000000006005	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	2257.0	96.677	100.0	0.0006536828724941553	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0019_000000011718	5106	0.8665583718255203	7	6	3	5	6	True	93854	fragment	False	MON0019_000000011718	1.0		0	0	False	False	0.999216616153717	0					non-mobilizable	plasmid	5114.0	99.68700000000001	100.0	0.045207332926538085	CP022673.1	enterobacteria	Shigella sonnei strain 866 plasmid p866, complete sequence	False	True
SPA0011_000000006749	2890	0.8665561749975191	3	2	1	2	2	False	77676	maximal	True	SPA0011_000000006749	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	99.927	47.0	0.00021024448628439882	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0117_01_000000007193	3295	0.8665429461286573	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.11716016723593672	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3302.0	99.09100000000001	100.0	0.0006588372610093283	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0122_000000009837	2827	0.8665429461286573	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.041506146919391286	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2827.0	99.116	100.0	0.0005473361521338847	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0081_000000009437	2827	0.8665429461286573	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.0415388020659705	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2827.0	99.257	100.0	0.0005127230985021628	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0177_000000009482	1750	0.8665408662700511	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.7119146064366113		0	0	False	False	0.9988571405410767	0					non-mobilizable	no_good_hit	445.0	98.652	26.0	0.00012329839878701034	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0002_000000008389	2226	0.8665398359433428	3	2	1	2	1	False	96939	maximal	True	CAN0002_000000008389	1.0		1	1	False	False	0.9959568977355957	0					non-mobilizable	no_good_hit	1700.0	93.529	76.0	0.0004846316399957531	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0068_000000001280	10839	0.8665279129401652	12	12	2	10	11	True	6012	fragment	False	SPA0068_000000001280	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	10839.0	99.97200000000001	100.0	0.1274521334148751	CP060664.1	enterobacteria	Citrobacter freundii strain MGH281 plasmid unnamed2, complete sequence	False	True
TAN0002_000000008374	3942	0.8665140419537369	4	4	2	4	1	False	3062	fragment	False	TAN0002_000000008374	1.0		0	0	False	False	0.9941654205322266	0					non-mobilizable	no_good_hit	192.0	93.229	5.0	6.49015925355693e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0838_000000008194	2775	0.8665080710319512	4	3	2	3	2	False	44112	fragment	False	ISR0838_000000008194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	94.609	49.0	0.0001674264206131789	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0033_000000014769	2098	0.8665075358150452	4	3	1	3	1	False	7199	maximal	True	SPA0033_000000014769	1.0		16	5	False	False	0.9990466833114624	0					non-mobilizable	no_good_hit	1024.0	93.164	49.0	0.16529059413954994	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0067_000000003879	6395	0.8665019925330674	5	4	4	4	4	False	132486	fragment	False	ISR0176_000000003732	0.06348101865000473		0	0	False	False	0.9996872544288635	0					non-mobilizable	no_good_hit	1457.0	81.194	67.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0090_000000029813	1542	0.8665006548506181	4	1	1	1	1	False	71435	fragment	False	FIJ0090_000000029813	1.0		0	0	False	False	0.994163453578949	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000032898	1384	0.8664993926916379	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.32739511334135796	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1396.0	85.029	100.0	0.016412231779941392	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0210_000000005992	3621	0.8664973976817444	3	2	2	2	1	True	53748	fragment	False	ENG0210_000000005992	1.0		0	0	False	False	0.9853631854057312	0					non-mobilizable	no_good_hit								True	True
MON0067_000000014021	1308	0.8664958145759717	2	2	2	2	1	False	10579	fragment	False	MON0067_000000014021	1.0		0	0	False	False	0.9717125296592712	0					non-mobilizable	chromosome	1308.0	99.84700000000001	100.0	0.0003637422200353779	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
MAD0009_000000006029	1738	0.866495813995672	2	2	1	2	1	False	19766	fragment	False	MAD0009_000000006029	1.0		0	0	False	False	0.9930955171585083	0					non-mobilizable	no_good_hit	746.0	83.11	43.0	0.025963119773260088	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0051_000000004287	6286	0.8664937725144847	7	5	4	5	5	True	118317	fragment	False	ENG0051_000000004287	1.0		0	0	False	False	0.9998409152030945	0					non-mobilizable	no_good_hit	1343.0	78.928	21.0	0.021515510993386094	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	True
DEN0046_000000003586	5692	0.8664830182633206	8	6	5	5	6	False	111443	fragment	False	ISR0288_000000004193	0.8028190937382194		0	0	False	False	0.9989458918571472	0					non-mobilizable	other	5632.0	98.633	99.0	0.007794092999998615	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0016_000000004817	4688	0.8664735121574532	6	2	0	1	2	True	86599	backbone	False	ISR0133_000000003791	0.8181201167497705	PS437	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	1200.0	73.5	35.0	0.0004972773436500912	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0015_000000005044	4671	0.8664735121574532	6	2	0	1	2	True	86599	backbone	False	ISR0133_000000003791	0.8285643951545884	PS437	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1200.0	73.167	35.0	0.0004972773436500912	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0350_000000003443	4645	0.8664735121574532	6	2	0	1	2	True	86599	backbone	False	ISR0133_000000003791	0.8275056439328116	PS437	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1200.0	73.5	35.0	0.0004972773436500912	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
SPA0040_000000016143	2526	0.8664714707983474	3	2	2	2	2	False	131541	fragment	False	AST0093_000000006699	0.6417224629119076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1396.0	78.653	55.0	0.019313364569388664	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0004_000000001431	3437	0.8664681655609516	5	2	1	2	1	True	90866	maximal	True	CHI0004_000000001431	1.0		0	0	False	False	0.9988362193107605	0	rep_cluster_1079				non-mobilizable	no_good_hit	1513.0	96.62899999999999	66.0	0.24056077744145293	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
MAD0052_000000014108	1520	0.8664657042399924	2	2	2	2	2	False	17264	maximal	True	MAD0052_000000014108	1.0		7	3	False	False	1.0	0					non-mobilizable	other	1530.0	91.307	99.0	0.020421341512632175	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0060_000000005331	5137	0.8664646759092733	6	3	3	3	2	True	112507	maximal	True	AST0060_000000005331	1.0		3	2	False	False	0.9998053312301636	0					non-mobilizable	other	2657.0	99.699	100.0	0.0171422301680016	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	True
AUS0002_000000014618	2451	0.8664612870405562	5	5	5	5	4	False	120200	maximal	True	AUS0002_000000014618	1.0		62	6	False	False	1.0	0					non-mobilizable	chromosome	1257.0	99.523	100.0	0.0004979035327762046	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0782_000000002857	4747	0.8664515285728756	5	5	5	5	2	False	128397	fragment	False	MON0078_000000007049	0.9486373165618449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	70.456	30.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0378_000000005731	3924	0.8664507072449844	6	4	4	4	3	False	121476	maximal	True	ISR0378_000000005731	1.0		4	2	False	False	0.9959225058555603	0					non-mobilizable	no_good_hit	623.0	81.70100000000001	18.0	0.0025651970311677654	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
FIJ0170_000000001460	10656	0.8664484173667525	12	7	5	6	2	True	97618	fragment	False	FIJ0082_000000001939	0.7881440850228596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	82.348	11.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0110_000000006770	2546	0.8664443069457529	3	3	3	3	2	False	53508	fragment	False	FIJ0110_000000006770	1.0		0	0	False	False	0.9827179908752441	0					non-mobilizable	other	1517.0	98.22	94.0	0.009241592041014136	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
SPA0130_000000004874	6703	0.8664383665000506	7	5	3	5	3	False	104090	maximal	False	ISR0293_000000004753	0.7084021431363654		0	0	False	True	0.9998508095741272	0					non-mobilizable	no_good_hit	664.0	73.193	11.0	0.00020853995280615165	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MAD0091_000000002294	5577	0.8664262891836917	7	6	3	5	6	False	109919	fragment	False	ISR0025_000000004431	0.1164022036833495		0	0	False	False	0.9987448453903198	0					non-mobilizable	other	2879.0	99.82600000000001	100.0	0.0008117089152037761	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0191_000000007687	3667	0.8664185602625964	2	2	2	2	2	False	71822	maximal	True	ENG0191_000000007687	1.0		255	11	False	False	0.9989091753959656	0					non-mobilizable	no_good_hit	235.0	78.723	6.0	0.05755029284441049	MK234000.1	viruses	Uncultured human fecal virus clone UBA11524.sp1_S03.L10_2_c2 sequence	True	False
FIJ0005_000000012341	2638	0.8664177664301944	3	3	2	2	3	True	95466	fragment	False	FIJ0115_000000008490	0.8243488606509619		0	0	False	False	0.9943138957023621	0	IncR				non-mobilizable	plasmid	2639.0	98.863	100.0	0.024508301048895825	CP052219.1	enterobacteria	Klebsiella pneumoniae strain E17KP0053 plasmid pE17KP0053-2, complete sequence	False	True
ENG0054_000000005602	4406	0.8664128242676481	6	5	2	5	3	False	63799	maximal	True	ENG0054_000000005602	1.0		4	2	False	False	0.9875169992446899	0					non-mobilizable	no_good_hit	108.0	78.704	2.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
MAD0025_000000002159	4542	0.86640893001664	2	2	2	2	2	True	19153	maximal	True	MAD0025_000000002159	1.0		1	1	False	False	0.9969176650047302	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.108801833183555e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MAD0046_000000016098	1640	0.8664067000929749	2	2	1	2	0	True	17738	maximal	True	MAD0046_000000016098	1.0		1	1	False	False	0.9676828980445862	0					non-mobilizable	no_good_hit	1040.0	90.962	63.0	0.0002547398405019674	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0150_000000000325	32003	0.8664056935701822	38	13	8	11	6	True	77038	maximal	True	FIJ0150_000000000325	1.0		2	1	False	False	0.9998437762260437	0					non-mobilizable	no_good_hit	1863.0	79.227	6.0	0.0005805939772673187	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0029_000000015211	3004	0.8663874057550873	3	3	3	3	2	False	37131	maximal	True	ISR0029_000000015211	1.0		1	1	False	False	0.9996671080589294	0					non-mobilizable	no_good_hit	109.0	88.073	4.0	0.0038188565046654898	NZ_FMJR01000065.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
CAN0016_000000010555	4448	0.8663827642557973	7	3	1	2	2	True	93001	fragment	False	CAN0016_000000010555	1.0		0	0	False	False	1.0	0	rep_cluster_722				non-mobilizable	no_good_hit	1417.0	87.015	39.0	0.20145839290820702	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ISR0319_000000009346	2077	0.8663799421523618	3	3	3	3	2	False	25094	fragment	False	ISR0319_000000009346	1.0		0	0	False	False	0.9961482882499695	0					non-mobilizable	no_good_hit	548.0	70.985	26.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
ENG0006_000000003972	6677	0.8663700691955475	7	6	2	3	4	False	118163	fragment	False	CAN0020_000000005153	0.9837825956297478		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2419.0	94.419	38.0	0.3046382656919587	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
AST0087_000000008876	3888	0.8663692005609455	3	2	2	2	1	False	111019	maximal	True	AST0087_000000008876	1.0		1	1	False	False	0.9956275820732117	0					non-mobilizable	no_good_hit	2256.0	96.454	58.0	0.02281880552913319	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	True	False
TAN0009_000000001481	12735	0.8663684947701771	18	14	8	11	10	False	44651	maximal	True	TAN0009_000000001481	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	75.234	3.0	0.10452876376988984	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
USA0003_01_000000008953	4364	0.8663667783625979	6	4	3	4	3	False	127804	maximal	True	USA0003_01_000000008953	1.0		0	0	False	False	0.9997708797454834	0					non-mobilizable	no_good_hit	3283.0	98.294	89.0	0.014307136468070926	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ENG0138_000000014273	1377	0.8663641597687589	3	2	1	2	0	True	57902	maximal	True	ENG0138_000000014273	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0022_000000002174	11753	0.8663583228179517	14	6	1	6	2	False	91359	fragment	False	CAN0022_000000002174	1.0		0	0	False	False	0.9999149441719055	0					non-mobilizable	no_good_hit	43.0	100.0	0.0	0.00041459369817578774	NZ_JRQO01000013.1	b-proteobacteria	Caballeronia humi strain KEMC7302-068 contig_13, whole genome shotgun sequence	True	False
AST0046_000000001434	12910	0.8663579167278831	13	8	5	6	5	True	122758	fragment	False	AST0046_000000001434	0.8085428644355219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4201.0	88.55	45.0	0.017199289380505557	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0102_000000007864	3777	0.8663531316061289	5	3	2	3	3	False	125958	fragment	False	AST0102_000000007864	1.0		0	0	False	False	0.9989409446716309	0					non-mobilizable	no_good_hit	2074.0	97.78200000000001	55.0	0.005643516934656175	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0143_000000010587	1742	0.8663500829712519	5	3	1	3	3	False	57607	fragment	False	ENG0143_000000010587	1.0		0	0	False	False	0.9942594766616821	0					non-mobilizable	no_good_hit								True	False
ISR0049_000000025813	1134	0.8663497957579929	3	1	1	1	1	False	35942	fragment	False	ISR0049_000000025813	1.0		0	0	False	False	0.9850088357925415	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	1.4277442207650452e-06	LR606203.1	hawks & eagles	Aquila chrysaetos chrysaetos genome assembly, chromosome: 23	True	False
DEN0005_000000031529	1246	0.8663396088116556	3	3	2	2	1	False	76434	maximal	True	DEN0005_000000031529	1.0		1	1	False	False	0.9991974234580994	0					non-mobilizable	no_good_hit	983.0	98.169	79.0	0.02325140881754037	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0117_000000010401	1392	0.8663362482827334	3	3	2	2	0	True	82045	maximal	True	CHI0117_000000010401	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	96.25	11.0	4.2991343057668694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0033_000000017587	1434	0.8663297004618077	2	2	1	2	1	True	65482	fragment	False	ISR0828_000000004803	0.9232124737085607		0	0	False	False	0.9986053109169006	0					non-mobilizable	other	1434.0	95.60700000000001	100.0	0.00698221809047214	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0037_000000005075	2593	0.8663275125115707	4	4	3	4	3	False	87992	fragment	False	CHI0037_000000005075	1.0		0	0	False	False	0.9988430142402649	0					non-mobilizable	chromosome	2593.0	100.0	100.0	0.0004805264434146743	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
ENG0133_000000010347	2397	0.8663270762147738	4	3	3	3	2	True	76821	fragment	False	ENG0133_000000010347	0.9473684210526316		0	0	False	False	1.0	0					non-mobilizable	other	2398.0	96.831	100.0	0.0008140210021495455	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ETH0002_000000000207	48566	0.8663257907092247	73	16	12	16	7	True	53400	maximal	True	ETH0002_000000000207	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1388.0	85.086	7.0	0.0006638756791177227	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	True
ENG0193_000000011734	1712	0.8663098006884782	2	2	2	2	1	False	61912	maximal	True	ENG0193_000000011734	0.9904425547870147		2	1	False	False	0.9994158744812012	0					non-mobilizable	no_good_hit	855.0	72.281	49.0	0.0001566432495951663	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ENG0078_000000015526	1677	0.8663098006884782	2	2	2	2	1	False	61912	maximal	False	ENG0193_000000011734	0.9838380705861504		0	0	False	False	0.9958258867263794	0					non-mobilizable	no_good_hit	855.0	72.281	50.0	0.0001566432495951663	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
USA0145_01_000000004546	5407	0.8663050290738419	6	5	5	5	3	True	96474	maximal	True	USA0145_01_000000004546	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	4040.0	91.807	75.0	0.36710933236310717	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
MON0107_000000033752	1789	0.8663026341964447	3	2	2	2	2	False	8585	maximal	True	MON0107_000000033752	1.0		1	1	False	False	0.9938513040542603	0					non-mobilizable	no_good_hit	1157.0	83.838	71.0	0.000346114786539554	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
CHI0163_000000002701	3338	0.8663025466849668	6	5	2	4	4	False	101913	fragment	False	ENG0049_000000005390	0.8368906748289373		0	0	False	False	0.9976033568382263	0					non-mobilizable	chromosome	3291.0	99.18	100.0	0.0005076215820867494	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0198_000000026133	1273	0.8663017424160184	3	2	2	1	1	False	28853	fragment	False	ISR0198_000000026133	1.0		0	0	False	False	0.9937156438827515	0					non-mobilizable	no_good_hit	32.0	100.0	4.0	8.381959967218425e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0138_000000016823	1595	0.8662954687312885	2	2	2	2	2	False	106121	fragment	False	SPA0138_000000016823	1.0		0	0	False	False	0.9918495416641235	0					non-mobilizable	other	1595.0	99.93700000000001	100.0	0.03217861757105943	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0087_000000024331	1531	0.8662911599828648	2	2	2	2	2	False	33828	maximal	False	ISR0132_000000017733	0.951175079082368		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	76.645	99.0	0.8589887640449438	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
USA0111_01_000000005160	4573	0.8662896274132851	3	3	3	3	3	False	95228	fragment	False	USA0111_01_000000005160	0.9712237883738791		0	0	False	False	0.9919090270996094	0					non-mobilizable	other	4566.0	99.54	99.0	0.0010390939756227278	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
MON0011_000000011297	4108	0.8662802303742738	6	6	3	4	6	True	93851	fragment	False	MON0011_000000011297	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4024.0	98.26	100.0	0.034845650140318055	KC340959.1	enterobacteria	Escherichia coli plasmid pO111-CRL-115, complete sequence	False	True
CAN0005_000000012276	1377	0.8662799806743795	2	2	2	1	1	False	95820	fragment	False	CAN0005_000000012276	1.0		0	0	False	False	0.9992737770080566	0					non-mobilizable	no_good_hit	52.0	88.462	4.0	1.1851267981103966e-05	NZ_BKDH01000001.1	b-proteobacteria	Variovorax boronicumulans strain HAB30 Contig01, whole genome shotgun sequence	True	False
FIJ0078_000000001880	10976	0.8662792290418551	11	4	3	4	2	False	44464	fragment	False	FIJ0078_000000001880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001925449449820648	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	True	False
SPA0030_000000013412	2282	0.8662775435804183	3	2	2	2	1	True	7332	maximal	True	SPA0030_000000013412	1.0		1	1	False	False	0.9995617866516113	0					non-mobilizable	no_good_hit	793.0	99.74799999999999	35.0	0.00025416369554013315	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0087_000000002363	11104	0.8662674116016159	10	8	5	7	3	False	132285	fragment	False	USA0021_01_000000001590	0.6232995167625519		0	0	False	False	1.0	0					non-mobilizable	other	9471.0	94.46700000000001	99.0	0.4188776188156088	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
CHI0174_000000001323	12074	0.8662537752099754	17	9	5	6	6	True	105193	maximal	False	USA0047_01_000000002319	0.9523466929077276	PS445	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	4304.0	92.426	70.0	0.34576271186440677	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
USA0041_01_000000002068	12028	0.8662537752099754	17	9	5	6	6	True	105193	maximal	False	USA0047_01_000000002319	0.970686048107554	PS445	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	2775.0	92.432	70.0	0.22227602905569008	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
USA0106_01_000000000981	12027	0.8662537752099754	18	9	5	6	6	True	105193	maximal	False	USA0047_01_000000002319	0.9708341932898297	PS445	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	4304.0	92.426	69.0	0.34576271186440677	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
USA0047_01_000000002319	12027	0.8662537752099754	17	9	5	6	6	True	105193	maximal	True	USA0047_01_000000002319	0.9709297565135004	PS445	24	4	True	True	1.0	95					non-mobilizable	no_good_hit	2774.0	92.46600000000001	70.0	0.22227602905569008	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
CHI0158_000000000966	12022	0.8662537752099754	17	9	5	6	6	True	105193	maximal	False	USA0047_01_000000002319	0.9707224506686315	PS445	0	0	True	True	0.9989186525344849	12					non-mobilizable	no_good_hit	2350.0	93.745	70.0	0.18950766747376918	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
USA0121_01_000000003417	11993	0.8662537752099754	18	9	5	6	6	True	105193	maximal	False	USA0047_01_000000002319	0.970734739624537	PS445	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	4304.0	92.47200000000001	69.0	0.34576271186440677	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
USA0015_01_000000001916	11990	0.8662537752099754	18	9	5	6	6	True	105193	maximal	False	USA0047_01_000000002319	0.9699032539470797	PS445	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	4313.0	92.256	69.0	0.34576271186440677	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MON0105_000000002422	16910	0.8662494202404832	25	9	1	9	3	False	52669	maximal	False	FIJ0157_000000001182	0.6269791796534098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.508510661121255e-07	LR792825.1	monocots	Digitaria exilis annotation	True	False
ISR0151_000000012931	1607	0.8662446019090799	3	3	3	2	2	False	30758	fragment	False	ISR0151_000000012931	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	78.425	96.0	0.0002982652775251884	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0167_000000010356	2890	0.8662422608543351	3	2	1	1	2	False	76066	fragment	False	ISR0167_000000010356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	87.99700000000001	76.0	0.0003440439570960632	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
SPA0020_000000026277	1327	0.8662422608543351	3	2	1	1	2	False	76065	fragment	False	SPA0020_000000026277	0.9991721854304636		0	0	False	False	0.9992464184761047	0					non-mobilizable	chromosome	1337.0	88.257	100.0	0.00029460721163557555	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0045_000000020939	1166	0.8662376820977372	2	2	2	2	2	False	59206	fragment	False	ISR0377_000000014113	0.9700183443820787		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.14200000000001	100.0	0.016937817129730595	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0129_000000003250	7593	0.8662356351617226	9	5	5	4	4	False	66002	maximal	True	ENG0129_000000003250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	81.098	6.0	0.00011256253474152307	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
DEN0019_000000000012	1989	0.86622777737149	4	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7676997779785968	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1923.0	100.0	100.0	0.45255474452554745	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0052_000000008508	1889	0.86622777737149	3	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7298744101629959	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1852.0	100.0	100.0	0.4358370614551448	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0143_000000016166	1821	0.86622777737149	3	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7494587491194865	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1821.0	100.0	100.0	0.4285377913821521	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0071_000000026140	1410	0.86622777737149	2	2	1	1	1	True	44836	fragment	False	FIJ0071_000000026140	1.0		0	0	False	False	0.99858158826828	0					non-mobilizable	no_good_hit	461.0	70.71600000000001	32.0	0.08974105554457402	AF454701.1	CFB group bacteria	Prevotella intermedia plasmid pYHBi1 replication protein (rep) and mobilization protein (mob) genes, complete cds	True	True
FIJ0005_000000026990	1358	0.86622777737149	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.1493654437459245	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1358.0	99.705	100.0	0.32728592162554426	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0192_000000013043	1335	0.86622777737149	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.14111390440094915	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1335.0	99.7	100.0	0.3217223028543783	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0192_000000013064	1333	0.86622777737149	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.1457274410766129	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1333.0	99.925	100.0	0.31363315281375087	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0135_000000005093	3665	0.8662216045621423	6	5	3	4	5	True	93850	fragment	False	ISR0135_000000005093	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3665.0	99.86399999999999	100.0	0.04341026491635468	CP024154.1	enterobacteria	Escherichia coli strain 14EC033 plasmid p14EC033g, complete sequence	False	True
FIJ0130_000000008742	2380	0.8662190214671007	3	3	3	3	2	False	100451	fragment	False	MAD0066_000000005127	0.2822003948381984		0	0	False	False	1.0	0					non-mobilizable	chromosome	2380.0	99.874	100.0	0.00036669474550629383	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0107_000000011669	2269	0.8662190214671007	3	3	3	3	2	False	100451	fragment	False	MAD0066_000000005127	0.22853137171498625		0	0	False	False	1.0	0					non-mobilizable	chromosome	2269.0	96.47399999999999	99.0	0.00040678046356113336	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
FIJ0118_000000004200	2214	0.8662190214671007	3	3	3	3	2	False	100451	fragment	False	MAD0066_000000005127	0.2279884516624922		0	0	False	False	1.0	0					non-mobilizable	chromosome	2214.0	99.91	100.0	0.0003411078065596588	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0124_000000009864	2959	0.8661810886261301	4	4	4	4	3	False	88692	fragment	False	SPA0124_000000009864	0.9821777218914739		0	0	False	False	0.997972309589386	0					non-mobilizable	no_good_hit	880.0	72.38600000000001	29.0	0.00763540921021236	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0134_000000008324	3557	0.8661808305060179	4	4	3	3	3	False	119714	fragment	False	SPA0134_000000008324	1.0		0	0	False	False	0.9988754391670227	0					non-mobilizable	chromosome	3557.0	100.0	100.0	0.0006677619515023799	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
MON0093_000000013770	3051	0.8661722665664041	5	2	1	2	1	False	74026	maximal	True	MON0093_000000013770	1.0		257	13	False	False	0.9996722340583801	0					non-mobilizable	no_good_hit	114.0	75.439	4.0	0.0013191524445543739	NZ_JHVN01000014.1	firmicutes	Anoxybacillus tepidamans PS2 N667DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	False
MON0081_000000045941	1115	0.8661683215510042	1	1	1	1	1	False	9937	fragment	False	MON0081_000000045941	1.0		0	0	False	False	0.9390134811401367	0					non-mobilizable	other	1115.0	96.682	100.0	0.0007743322079797923	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
MON0047_000000034184	1171	0.8661674637660168	1	1	1	1	1	False	11437	fragment	False	MON0047_000000034184	1.0		0	0	False	False	0.9342442154884338	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000008406	4957	0.8661651881442368	3	2	2	2	1	False	96156	fragment	False	CAN0015_000000008406	1.0		0	0	False	False	0.9989913105964661	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	2.1252136748551707e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0099_000000011359	2831	0.8661620529515001	4	3	2	3	2	True	97315	fragment	False	MON0099_000000011359	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2791.0	99.104	98.0	0.0005890325061886428	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0076_000000002285	9909	0.8661580693354286	9	7	5	5	6	False	125012	maximal	True	ISR0076_000000002285	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2017.0	73.67399999999999	20.0	0.0006701425086164809	NZ_CP019633.1	bacteria	Sedimentisphaera cyanobacteriorum strain L21-RPul-D3 chromosome, complete genome	True	False
MON0102_000000004388	9006	0.8661578159240311	13	6	3	5	4	False	66829	fragment	False	MON0102_000000004388	1.0		0	0	False	False	0.9975571632385254	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001278651259708278	CP041074.1	firmicutes	Bacillus tropicus strain LM1212-W3 plasmid p1, complete sequence	True	False
AUS0006_000000002051	8090	0.8661514115577192	17	5	2	2	3	True	109121	maximal	True	AUS0006_000000002051	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	2255.0	94.191	28.0	0.0004747741390864357	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
CHI0169_000000001664	8127	0.8661472143780885	13	2	2	1	1	False	78059	maximal	True	CHI0169_000000001664	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0133_000000013711	1616	0.8661423775626151	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.8462302804420824		0	0	False	False	0.9987623691558838	0					non-mobilizable	other	1616.0	99.134	100.0	0.0033769867241555964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0010_000000008279	5020	0.8661294784048752	6	3	1	2	3	False	130158	backbone	False	ISR0782_000000002534	0.9582739708527647	PS1081|PS1082|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1589.0	93.014	80.0	0.3047342995169082	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
MON0044_000000003175	9629	0.8661292107492885	8	6	6	5	5	True	65334	maximal	True	MON0044_000000003175	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2359.0	92.285	24.0	0.0006974729562635589	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0371_000000012643	1596	0.8661255051310371	3	3	2	2	2	False	67131	fragment	False	ISR0371_000000012643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0010_000000005544	3252	0.8661227627151526	4	4	3	3	3	False	104487	fragment	False	FIJ0028_000000009074	0.9646830323729016		0	0	False	False	0.9984624981880188	0					non-mobilizable	other	3252.0	99.93799999999999	100.0	0.022996229778384534	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0152_000000008221	1473	0.8661106517246279	2	2	2	2	2	False	79371	fragment	False	FIJ0085_000000021020	0.9365886597730343		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	97.081	100.0	0.0004579367089158908	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0220_000000001174	9879	0.8660901760518054	10	10	6	9	9	False	109670	maximal	True	ISR0220_000000001174	1.0		1	1	False	False	0.9998987913131714	0					non-mobilizable	other	8004.0	99.275	100.0	0.0015964876473713518	CP015159.1	enterobacteria	Escherichia coli strain Eco889, complete genome	False	False
CHI0182_000000014616	1917	0.8660816645783621	1	1	1	1	1	True	100210	fragment	False	CHI0182_000000014616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0818_000000011315	1632	0.8660816645783621	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.4069416803337019		0	0	False	False	0.9810048937797546	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	1.3865463760655075e-05	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
FIJ0023_000000024686	1398	0.8660816645783621	1	1	1	1	1	True	100193	fragment	False	USA0055_01_000000015874	0.05294028710460775		0	0	False	False	0.9871244430541992	0					non-mobilizable	no_good_hit								True	True
TAN0027_000000008977	1340	0.8660802525759695	2	2	2	2	1	False	2295	maximal	True	TAN0027_000000008977	1.0		2	2	False	False	0.9694029688835144	0					non-mobilizable	no_good_hit	203.0	75.862	15.0	6.07901448589835e-05	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	True	False
ISR0357_000000015831	1645	0.8660801758312147	3	2	2	2	1	False	74434	fragment	False	ISR0357_000000015831	1.0		0	0	False	False	0.9805471301078796	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	4.881596223913805e-06	NC_013729.1	high GC Gram+	Kribbella flavida DSM 17836, complete sequence	True	False
ENG0120_000000001058	15632	0.8660794089764623	20	6	5	5	2	True	121718	maximal	True	ENG0120_000000001058	1.0		2	2	False	False	0.9991683959960938	0					non-mobilizable	no_good_hit	84.0	97.619	1.0	2.1825374390631604e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ENG0051_000000002302	11477	0.8660749022519144	8	4	2	3	1	True	64103	maximal	True	ENG0051_000000002302	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	0.0	3.0265463723281084e-05	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	True
ISR0153_000000002354	10320	0.8660749022519144	9	4	2	3	1	True	37718	fragment	False	ISR0153_000000002354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	1.0	3.0265463723281084e-05	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	True
FIJ0033_000000007624	4283	0.8660740574771616	3	2	2	2	1	False	48298	maximal	True	FIJ0033_000000007624	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	85.488	10.0	0.00014773689293447428	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
CHI0171_000000002846	1635	0.8660664779176624	2	1	1	1	1	False	77941	fragment	False	CHI0171_000000002846	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1635.0	99.81700000000001	100.0	0.00024869957821525634	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
MAD0100_000000002457	12476	0.8660614330411558	12	9	7	8	7	True	128595	maximal	True	MAD0100_000000002457	1.0		2	1	False	False	0.9991183280944824	0					non-mobilizable	no_good_hit	7435.0	96.369	88.0	0.2986281530353623	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
AST0050_000000003414	3931	0.8660564192546323	5	4	2	4	3	False	114779	maximal	True	AST0050_000000003414	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.017434620174346202	XM_024089888.1	butterflies	PREDICTED: Bicyclus anynana G-protein coupled receptor moody-like (LOC112051302), transcript variant X1, mRNA	True	False
CHI0141_000000002051	13291	0.8660479702671399	20	10	2	4	7	True	80160	maximal	True	CHI0141_000000002051	1.0		8	6	True	True	1.0	1					non-mobilizable	no_good_hit	1812.0	76.876	32.0	0.19226614819615467	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
SPA0007_000000000807	18487	0.8660436903032454	31	4	3	3	2	False	8221	maximal	True	SPA0007_000000000807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0834_000000010914	1612	0.8660409103852046	2	2	2	2	2	False	75532	fragment	False	ISR0168_000000013580	0.5779571737893925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0086_000000001824	8167	0.8660330709849595	9	7	2	6	5	True	126938	maximal	True	SPA0086_000000001824	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	6361.0	99.56	78.0	0.007841188496795212	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
ISR0316_000000002026	7496	0.8660318975565293	8	7	7	5	6	True	71630	maximal	True	ISR0316_000000002026	1.0		1	1	False	False	0.999599814414978	0					non-mobilizable	no_good_hit	5646.0	95.21799999999999	75.0	0.0037999822033829753	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
USA0011_01_000000000106	80153	0.8660279237697281	101	23	14	20	13	False	102649	maximal	True	USA0011_01_000000000106	1.0		1	1	False	False	0.9999750256538391	0					non-mobilizable	no_good_hit	13959.0	95.75200000000001	46.0	0.23955843664563164	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0158_000000006057	2840	0.8660261754503387	4	4	4	4	2	False	129762	fragment	False	ENG0068_000000006464	0.7453066201957614		0	0	False	True	0.9992957711219788	0					non-mobilizable	chromosome	1776.0	99.09899999999999	100.0	0.00047567033339264696	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0092_000000007596	2830	0.8660261754503387	4	4	4	4	2	False	129762	fragment	False	ENG0068_000000006464	0.7450492135141389		0	0	False	True	0.9848056435585022	0					non-mobilizable	chromosome	1768.0	99.208	100.0	0.00047352646710129985	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0031_000000011939	2817	0.8660261754503387	4	4	4	4	2	False	129762	fragment	False	ENG0068_000000006464	0.7417244103880216		0	0	False	True	0.9936102032661438	0					non-mobilizable	chromosome	1738.0	99.367	99.0	0.00046548696850874806	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0032_000000004718	6386	0.8660158989253048	5	4	3	4	2	False	60082	maximal	True	ISR0032_000000004718	1.0		2	1	False	False	0.9996868371963501	0					non-mobilizable	virus	6054.0	99.90100000000001	95.0	0.08396215946290851	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
MON0070_000000015430	2152	0.8660114867487482	3	3	3	3	3	False	101825	fragment	False	MON0058_000000021850	0.9672841494404303		0	0	False	False	0.9944238066673279	0					non-mobilizable	no_good_hit	126.0	79.365	6.0	0.000693256404235573	NZ_ATVD01000006.1	g-proteobacteria	Arenimonas oryziterrae DSM 21050 = YC6267 strain DSM 21050 G467DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ETH0002_000000006384	4436	0.8660046264901481	9	3	0	3	0	True	53378	maximal	True	ETH0002_000000006384	1.0		1	1	True	True	1.0	40					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.1603651746562322e-05	NZ_CP022604.1	a-proteobacteria	Ochrobactrum quorumnocens strain A44 chromosome 1, complete sequence	True	True
FIJ0009_000000005275	6411	0.8660023792897916	7	4	3	4	1	False	51328	fragment	False	FIJ0100_000000003092	0.9648248792270531		0	0	False	False	0.9973483085632324	0					non-mobilizable	no_good_hit	599.0	81.97	9.0	0.0019012555281071061	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0070_000000002922	6341	0.8660023792897916	8	4	3	4	1	False	49980	fragment	False	FIJ0070_000000002922	1.0		0	0	False	False	0.9996845722198486	0					non-mobilizable	no_good_hit	599.0	81.97	9.0	0.0019012555281071061	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0018_000000001642	6040	0.8660023792897916	6	4	3	4	1	False	49977	maximal	True	MON0018_000000001642	1.0		1	1	False	False	0.9996688961982727	0					non-mobilizable	no_good_hit	636.0	82.39	13.0	0.00016885723134427695	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0114_000000006393	5603	0.8660023792897916	6	4	3	4	1	False	49979	fragment	False	FIJ0114_000000006393	1.0		0	0	False	False	0.9991075992584229	0					non-mobilizable	no_good_hit	530.0	83.396	9.0	0.0016818798902485939	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0080_000000007867	5098	0.8660023792897916	5	4	3	4	1	False	49976	fragment	False	TAN0007_000000006009	0.72400348609819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	84.053	12.0	0.0019107935993183459	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0021_000000004554	4986	0.8660023792897916	6	4	3	4	1	False	49976	fragment	False	TAN0007_000000006009	0.9257081652505642		0	0	False	False	0.9995988607406616	0					non-mobilizable	no_good_hit	225.0	97.77799999999999	10.0	5.975358581535235e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0112_000000025143	1508	0.8659990212876809	2	1	1	1	1	False	32612	maximal	True	ISR0112_000000025143	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000034728	1223	0.8659915415592376	3	3	2	2	0	True	22664	maximal	False	ISR0396_000000018375	0.9368587213891082		0	0	False	False	0.9648405313491821	0					non-mobilizable	no_good_hit	174.0	88.506	64.0	4.8234833427139143e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0293_000000006688	5443	0.8659882231554367	14	2	0	2	1	True	25847	maximal	True	ISR0293_000000006688	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.01001840114496013	MH616711.1	viruses	Inoviridae sp. isolate ctbe45, complete genome	True	True
ENG0009_000000002399	5316	0.8659882231554367	14	2	0	2	1	True	67338	maximal	True	ENG0009_000000002399	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
ISR0047_000000005137	5279	0.8659882231554367	14	2	0	2	1	True	36115	maximal	True	ISR0047_000000005137	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
ENG0118_000000002643	5227	0.8659882231554367	12	2	0	2	1	True	59325	maximal	True	ENG0118_000000002643	1.0		1	1	True	True	1.0	35					non-mobilizable	no_good_hit								True	True
CHI0109_000000003047	5173	0.8659882231554367	13	2	0	2	1	True	82846	backbone	True	CHI0109_000000003047	0.9633287698024643	PS411	1	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
ENG0131_000000005385	5153	0.8659882231554367	12	2	0	2	1	True	58380	maximal	True	ENG0131_000000005385	1.0		1	1	True	True	1.0	43					non-mobilizable	no_good_hit	36.0	94.444	1.0	5.427619643015239e-07	CP048842.1	bivalves	Crassostrea gigas strain QD chromosome 4	True	True
ISR0190_000000004524	5141	0.8659882231554367	13	2	0	2	1	True	29199	maximal	True	ISR0190_000000004524	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
ITA0011_000000000367	5118	0.8659882231554367	13	2	0	2	1	True	22737	maximal	True	ITA0011_000000000367	0.952031375703942		1	1	True	True	1.0	58					non-mobilizable	no_good_hit								True	True
ISR0202_000000002270	5113	0.8659882231554367	14	2	0	2	1	True	82846	backbone	False	CHI0109_000000003047	0.9504636054769139	PS411	0	0	True	True	0.9988265037536621	30					non-mobilizable	no_good_hit								True	True
ENG0183_000000005481	5069	0.8659882231554367	12	2	0	2	1	True	55181	maximal	True	ENG0183_000000005481	1.0		1	1	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
SPA0093_000000008197	4964	0.8659882231554367	14	2	0	2	1	True	5290	maximal	True	SPA0093_000000008197	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	74.0	89.189	1.0	0.01232691658223573	MH552527.1	viruses	Inoviridae sp. isolate ctcb17, complete genome	True	True
ISR0096_000000005127	4873	0.8659882231554367	12	2	0	2	1	True	33361	maximal	True	ISR0096_000000005127	1.0		1	1	True	True	1.0	39					non-mobilizable	no_good_hit								True	True
ISR0395_000000007870	4873	0.8659882231554367	13	2	0	2	1	True	22737	maximal	False	ITA0011_000000000367	0.9386479093395858		0	0	True	True	1.0	40					non-mobilizable	no_good_hit								True	True
DEN0065_000000016377	2113	0.8659882231554367	5	2	0	2	1	True	71089	maximal	True	DEN0065_000000016377	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0037_000000057102	1336	0.8659766579138778	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.16889522134825913		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	94.62299999999999	100.0	0.00040284617749258064	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0042_000000012375	2096	0.8659653735513705	3	3	3	3	3	False	92052	fragment	False	ENG0042_000000012375	0.9821610601427115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	75.664	11.0	0.009817301342725071	NZ_LVVY01000116.1	a-proteobacteria	Devosia elaeis strain S37 DIN_R1_(paired)_trimmed_(paired)_contig_67, whole genome shotgun sequence	True	False
SPA0087_000000002416	6389	0.8659467519936281	8	4	3	3	4	False	49490	maximal	False	SPA0088_000000002295	0.9511591744416172		0	0	False	False	0.9995304346084595	0					non-mobilizable	no_good_hit	2415.0	80.373	39.0	0.0007526918662944393	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0037_000000002791	8022	0.8659386394998545	7	5	3	4	2	False	53271	maximal	False	FIJ0008_000000003160	0.9842315128081198		0	0	False	False	0.9986287951469421	0					non-mobilizable	no_good_hit	599.0	82.137	8.0	0.0019012555281071061	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0048_000000012177	1558	0.8659372951246171	2	1	1	1	1	False	72859	fragment	False	ISR0048_000000012177	0.9975795297372061		0	0	False	False	0.9897304177284241	0					non-mobilizable	no_good_hit	70.0	84.286	4.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
MAD0015_000000010522	1926	0.8659291455162481	4	2	1	2	1	False	19429	fragment	False	MAD0015_000000010522	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1388.0	95.101	98.0	0.20709793351302785	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	False	True
MAD0059_000000006132	3130	0.8659205633408678	5	5	4	5	5	False	98131	fragment	False	MAD0059_000000006132	0.9976399190829399		0	0	False	False	1.0	0					non-mobilizable	chromosome	3130.0	99.936	100.0	0.0006569700766822025	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ENG0184_000000015555	1451	0.8659196998384783	2	2	2	2	2	False	106150	fragment	False	ISR0779_000000021481	0.975006960667229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	76.998	35.0	0.00012504073017902156	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0100_000000021123	2111	0.8659172105047747	6	1	1	1	1	False	50718	fragment	False	MON0100_000000021123	1.0		0	0	False	False	0.9682614803314209	0					non-mobilizable	no_good_hit								True	False
DEN0089_000000016835	1164	0.8659106039601068	2	1	1	1	1	True	68796	fragment	False	ISR0385_000000020661	0.9324057922027746		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	76.476	99.0	0.02374621988593696	NZ_JAAIPV010000033.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_33_length_49271_cov_110.13, whole genome shotgun sequence	False	True
ISR0779_000000016990	2007	0.8658978234665451	3	3	3	3	2	False	22343	maximal	True	ISR0779_000000016990	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	77.64699999999999	8.0	5.674641860439829e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0060_000000008875	1635	0.8658936687874881	2	1	1	1	1	False	6229	maximal	True	SPA0060_000000008875	1.0		8	1	False	False	0.9975535273551941	0					non-mobilizable	no_good_hit	1190.0	95.462	83.0	0.00021447732795912364	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0050_000000012358	2060	0.8658869564857303	3	2	2	1	2	False	46605	maximal	True	FIJ0050_000000012358	1.0		5	1	False	False	1.0	0					non-mobilizable	chromosome	2054.0	99.17200000000001	100.0	0.0004210767257992664	CP038859.1	enterobacteria	Escherichia coli strain 357900 chromosome, complete genome	False	False
MAD0080_000000005946	1319	0.8658769827188352	2	2	2	1	1	False	16150	fragment	False	MAD0080_000000005946	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	99.697	100.0	0.00025543551464538944	CP018337.1	enterobacteria	Klebsiella pneumoniae isolate Kp_Goe_154414, complete genome	False	False
ISR0344_000000024529	1426	0.8658713680115102	2	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.16802147205018586		0	0	False	False	0.9740533232688904	0					non-mobilizable	other	1426.0	100.0	100.0	0.009777082518576457	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
AST0099_000000015610	1340	0.8658713680115102	2	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.162742617196352		0	0	False	False	0.9917910695075989	0					non-mobilizable	other	1340.0	99.62700000000001	100.0	0.009187027012192194	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0290_000000001179	6869	0.8658666729291625	8	3	2	2	3	False	44948	maximal	True	ISR0290_000000001179	1.0		1	1	False	False	0.9991264939308167	0					non-mobilizable	no_good_hit	267.0	94.007	4.0	0.001164113785557987	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0100_000000010893	3722	0.8658586880221816	5	3	3	2	1	False	104695	maximal	True	MON0100_000000010893	1.0		1	1	False	False	0.9699086546897888	0					non-mobilizable	no_good_hit	378.0	88.36	10.0	0.0015685523967230986	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	True	False
MAD0090_000000001450	8036	0.8658490504149776	9	7	6	7	6	False	17768	maximal	True	MAD0090_000000001450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	77.232	5.0	0.0001440897066984936	NZ_LN650648.1	firmicutes	Romboutsia hominis strain FRIFI chromosome 1	True	False
CHI0047_000000001035	12557	0.8658435359832544	7	7	7	6	3	True	91065	fragment	False	CHI0047_000000001035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2312.0	76.514	18.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0105_000000001779	12462	0.8658412206715608	15	5	3	3	5	False	14868	maximal	True	MAD0105_000000001779	1.0		1	1	False	False	0.9997592568397522	0					non-mobilizable	no_good_hit	2941.0	94.458	27.0	0.0008805465104245636	CP028149.1	firmicutes	Clostridium perfringens strain JXJA17 chromosome, complete genome	True	False
ISR0380_000000003098	3581	0.8658375157169829	8	7	5	5	5	True	98659	maximal	True	ISR0380_000000003098	1.0		0	0	False	False	0.9865959286689758	0					non-mobilizable	plasmid	3526.0	100.0	98.0	0.020419748938462698	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	False	True
FIJ0090_000000017597	2455	0.8658362729895644	3	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.30010271800618654		0	0	False	False	1.0	0					non-mobilizable	other	2167.0	98.616	100.0	0.0006469452018878603	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0112_000000013971	2432	0.8658362729895644	4	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.2966326014362232		0	0	False	False	1.0	0					non-mobilizable	chromosome	2130.0	96.80799999999999	98.0	0.0006165780353858396	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AUS0008_000000010014	2406	0.8658362729895644	3	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.2995020873401003		0	0	False	False	0.9987531304359436	0					non-mobilizable	other	2401.0	98.667	100.0	0.000716901383607712	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0054_000000002374	2535	0.8658307154576231	6	3	2	3	3	False	88109	fragment	False	DEN0054_000000002374	0.9989804241435563		0	0	False	False	1.0	0					non-mobilizable	chromosome	2535.0	99.882	100.0	0.0004588559746343548	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
CHI0035_000000004372	2452	0.8658307154576231	5	3	2	3	3	False	88109	fragment	False	DEN0054_000000002374	0.9826429980276135		0	0	False	False	1.0	0					non-mobilizable	chromosome	2447.0	100.0	99.0	0.0004612793165070105	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
CHI0188_000000004827	3104	0.8658208077353945	4	4	4	4	4	False	127092	maximal	False	AST0025_000000009875	0.6494382022471911		0	0	False	False	0.9967783689498901	0					non-mobilizable	other	3048.0	99.081	98.0	0.010977411103505422	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
FIJ0038_000000006614	4912	0.865820691885863	7	2	1	2	0	False	47681	fragment	False	FIJ0038_000000006614	0.9475		0	0	False	False	0.9930781722068787	0					non-mobilizable	other	3272.0	86.583	92.0	0.0026278033191524325	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	False	False
FIJ0162_000000007187	3167	0.865820691885863	5	2	1	2	0	False	39246	fragment	False	FIJ0162_000000007187	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2309.0	87.137	95.0	0.0018568628604066087	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	False	False
ISR0267_000000006014	2740	0.865820691885863	4	2	1	2	0	False	40263	fragment	False	ISR0267_000000006014	1.0		0	0	False	False	0.9996350407600403	0					non-mobilizable	no_good_hit	1295.0	85.251	86.0	0.0010416154787443578	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	False
MON0076_000000013549	3403	0.8658199735232651	7	3	3	3	3	False	115682	fragment	False	MON0076_000000013549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1824.0	93.531	54.0	0.0007416586791559331	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	False
AST0048_000000014112	1158	0.8658184081468487	2	2	2	2	2	False	114809	maximal	True	AST0048_000000014112	1.0		1	1	False	False	0.973229706287384	0					non-mobilizable	no_good_hit	1026.0	99.805	89.0	0.0002802046997845841	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ENG0022_000000002032	11638	0.8658116086446277	15	14	9	10	11	True	123702	fragment	False	ENG0167_000000001303	0.5558244411004123		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	11650.0	99.76799999999999	100.0	0.11618832827718346	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0135_000000004245	4459	0.8658023716810993	8	6	4	5	6	True	120919	fragment	False	ISR0135_000000004245	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3994.0	96.695	97.0	0.0011329365169483441	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0155_000000013332	1461	0.8658010529496548	2	2	2	1	0	False	3196	maximal	True	SPA0155_000000013332	1.0		19	5	False	False	0.9904175400733948	0					non-mobilizable	no_good_hit	705.0	100.0	76.0	0.10157264464002308	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	True	False
MAD0088_000000002979	5862	0.8658005963667367	6	6	5	6	6	False	127577	fragment	False	ISR0001_000000004362	0.46378063658684554		0	0	False	False	1.0	0					non-mobilizable	chromosome	5864.0	97.766	100.0	0.0025131629105007844	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0061_000000000965	4204	0.8657980518193023	4	4	4	4	4	False	35382	maximal	True	ISR0061_000000000965	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1891.0	97.09100000000001	45.0	0.0005475862288875651	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0141_000000007984	3417	0.8657950268902523	6	5	4	3	3	True	129446	fragment	False	ISR0232_000000006817	0.7601313111951571		0	0	False	False	1.0	0					non-mobilizable	other	3415.0	98.917	99.0	0.0010931771846813024	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0277_000000001312	6689	0.8657892477247329	6	5	4	5	2	True	131950	fragment	False	ISR0190_000000002622	0.15062228977312783		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1515.0	85.677	24.0	0.018869577186330817	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0100_000000016038	1147	0.8657828436647355	2	2	2	1	1	False	45752	fragment	False	FIJ0061_000000025186	0.9428432093248963		0	0	False	False	0.9921534657478333	0					non-mobilizable	chromosome	1147.0	98.256	100.0	0.0004043915653658738	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0271_000000006774	2441	0.8657799807413712	2	2	2	1	0	True	83643	maximal	True	ISR0271_000000006774	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	91.919	20.0	0.0003262713121230016	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
FIJ0003_000000017539	1332	0.8657799807413712	2	2	2	1	0	True	52142	fragment	False	FIJ0003_000000017539	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	92.86399999999999	100.0	0.0007543338807141297	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ISR0812_000000014338	2766	0.8657782692835639	4	2	2	2	2	False	22866	maximal	True	ISR0812_000000014338	1.0		0	0	False	False	0.998192310333252	0					non-mobilizable	no_good_hit	601.0	97.338	21.0	0.0021754184961331937	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0191_000000003840	2547	0.8657782692835639	3	2	2	2	2	False	87714	backbone	True	ISR0191_000000003840	0.9609041929579005	PS451	25	3	False	True	1.0	0					non-mobilizable	no_good_hit	1722.0	75.029	67.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0269_000000007285	2411	0.8657782692835639	3	2	2	2	2	False	87714	backbone	False	ISR0191_000000003840	0.9479827623697913	PS451	0	0	True	True	0.9950228333473206	1					non-mobilizable	no_good_hit	1719.0	75.218	71.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
CHI0040_000000006880	2380	0.8657782692835639	3	2	2	2	2	False	87714	backbone	False	ISR0191_000000003840	0.946659616586737	PS451	0	0	False	True	0.9995798468589783	0					non-mobilizable	no_good_hit	1724.0	75.0	72.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
AST0094_000000001122	13863	0.8657767138325413	27	5	4	5	2	False	109428	maximal	True	AST0094_000000001122	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000011213	3077	0.8657748263838286	3	3	3	3	3	False	39921	fragment	False	SPA0137_000000010415	0.6403481822836662		0	0	False	False	0.9964250922203064	0					non-mobilizable	chromosome	3077.0	99.545	100.0	0.0012892216874339666	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
FIJ0038_000000031537	1143	0.8657697257378195	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.10086083497977033		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	93.706	100.0	0.0004029800764815252	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0105_000000023950	1590	0.8657695767082036	2	2	1	2	2	True	14799	fragment	False	MAD0105_000000023950	1.0		0	0	False	False	0.9911949634552002	0					non-mobilizable	plasmid	1590.0	99.74799999999999	100.0	0.017713616855247756	CP050011.1	enterobacteria	Citrobacter sp. Y3 plasmid unnamed2, complete sequence	False	True
ISR0273_000000001350	5306	0.8657600997958941	4	3	3	3	1	True	104173	fragment	False	ISR0273_000000001350	1.0		0	0	False	False	0.997173011302948	0					non-mobilizable	no_good_hit	1223.0	88.553	23.0	0.0050137241467027175	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0002_000000002205	7993	0.8657588360738576	10	6	5	5	3	True	121699	fragment	False	ENG0002_000000002205	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	93.42399999999999	13.0	0.019630968232832415	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
BAN0016_000000000207	3529	0.8657579714430977	5	4	3	2	4	True	98348	maximal	False	CHI0087_000000002242	0.9830821723059426		0	0	False	False	0.9997166395187378	0	IncX4				non-mobilizable	plasmid	3536.0	96.691	100.0	0.10618052199130014	CP035379.1	enterobacteria	Escherichia coli strain BR43-DEC plasmid unnamed2	False	True
SPA0117_000000020454	1848	0.8657575374296206	2	2	1	1	2	False	4300	fragment	False	SPA0117_000000020454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	79.359	72.0	0.00037405355457668997	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0001_000000002650	7236	0.8657566518367318	9	9	1	6	5	False	78692	maximal	False	ISR0807_000000001829	0.970245744716642		0	0	False	True	1.0	0	rep_cluster_2350	MOBP		MOBP	mobilizable	other	7036.0	98.55	97.0	0.9680572766074624	MK878523.1	enterobacteria	Escherichia coli 0315J contig 0315J-ColS4 genomic sequence	False	True
ENG0146_000000016284	1366	0.8657546592726121	3	2	2	2	2	False	74433	fragment	False	ENG0199_000000017174	0.950402144772118		0	0	False	False	0.9985358715057373	0					non-mobilizable	no_good_hit	66.0	90.90899999999999	5.0	1.0618867603958714e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
ENG0100_000000012999	2321	0.8657506793174184	3	2	1	2	0	True	111332	maximal	True	ENG0100_000000012999	1.0		1	1	False	False	0.9844894409179688	0					non-mobilizable	no_good_hit								True	True
ISR0213_000000013878	1895	0.8657423815173513	4	1	1	1	1	False	28274	fragment	False	ISR0213_000000013878	1.0		0	0	False	False	0.9947229623794556	0					non-mobilizable	no_good_hit	166.0	96.988	15.0	4.693273259435613e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0143_000000006282	2981	0.8657423024050575	5	5	4	3	4	True	123556	backbone	False	ISR0826_000000002301	0.008907201099425627	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2981.0	99.094	100.0	0.08947272837338822	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
SPA0095_000000001844	11425	0.8657355981232148	16	15	6	10	13	True	132521	backbone	False	USA0060_01_000000001071	0.13289808762915062	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	7379.0	99.946	100.0	0.19099640166714127	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0086_000000001653	3023	0.8657346832687515	5	2	2	2	2	True	118221	fragment	False	CHI0086_000000001653	0.9915400552486188		0	0	False	False	0.9980152249336243	0					non-mobilizable	chromosome	3023.0	98.677	100.0	0.0006027532651463713	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0129_000000005125	4019	0.8657344222404987	7	3	1	2	2	False	81291	fragment	False	ENG0055_000000004734	0.9898408812729498		0	0	False	False	0.9930331110954285	0					non-mobilizable	no_good_hit								True	False
DEN0092_000000015199	1114	0.8657215315273166	2	1	1	1	1	False	68526	maximal	True	DEN0092_000000015199	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0054_000000022889	2064	0.8657181295915171	3	3	3	3	3	False	42553	fragment	False	MON0054_000000022889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	77.859	40.0	0.00012546848375036705	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
AUS0022_000000011317	3124	0.8657137882482099	5	5	4	5	3	False	99327	fragment	False	AUS0022_000000011317	0.9834989354151881		0	0	False	False	0.9996799230575562	0					non-mobilizable	no_good_hit	1175.0	81.532	66.0	0.021035862343634026	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	True	False
ISR0073_000000013448	2011	0.8657127361501654	3	2	2	2	2	False	94744	maximal	True	ISR0073_000000013448	1.0		1	1	False	False	0.9910492300987244	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
ISR0168_000000007503	3482	0.8657070734893355	4	2	1	2	2	True	34700	maximal	True	ISR0168_000000007503	1.0		1	1	False	False	0.9985640645027161	0					non-mobilizable	no_good_hit								True	True
SPA0077_000000012816	2259	0.8656728507394522	3	1	1	1	1	False	77431	fragment	False	CHI0181_000000008928	0.98502768309275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0085_000000005221	2314	0.8656716204485885	3	3	2	2	3	True	126927	fragment	False	AST0085_000000005221	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2290.0	99.738	99.0	0.0028225319184092216	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ENG0051_000000025646	1172	0.8656664325337629	2	1	1	1	1	False	64016	fragment	False	ENG0051_000000025646	1.0		0	0	False	False	0.9889078736305237	0					non-mobilizable	no_good_hit								True	False
ISR0329_000000001845	5348	0.8656630481821015	6	2	0	1	1	True	123161	maximal	False	ISR0095_000000003724	0.9889648144896407	PS879	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	1323.0	85.639	30.0	0.32279411764705884	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
ISR0367_000000001828	5348	0.8656630481821015	6	2	0	1	1	True	123161	maximal	False	ISR0095_000000003724	0.9888452273056124	PS879	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	1323.0	85.714	30.0	0.32279411764705884	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
AST0059_000000002510	5308	0.8656630481821015	6	2	0	1	1	True	123161	maximal	False	ISR0095_000000003724	0.9890131332426503	PS879	0	0	True	True	0.9979276657104492	25					non-mobilizable	no_good_hit	1323.0	85.639	30.0	0.32279411764705884	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
ETH0005_000000009534	5088	0.8656630481821015	5	2	0	1	1	True	52793	maximal	True	ETH0005_000000009534	1.0		1	1	True	True	0.9964622855186462	20					non-mobilizable	no_good_hit	46.0	91.304	1.0	1.5685279400139147e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0043_000000007698	3316	0.8656630481821015	4	2	0	1	1	True	70779	maximal	False	MON0051_000000010179	0.995125553914328	PS333	0	0	True	True	1.0	104					non-mobilizable	no_good_hit	1784.0	89.686	79.0	0.6615557217651459	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
MON0051_000000010179	3286	0.8656630481821015	3	2	0	1	1	True	70779	maximal	True	MON0051_000000010179	0.9996985227615315	PS333	3	1	True	True	1.0	12					non-mobilizable	no_good_hit	1784.0	89.79799999999999	84.0	0.6615557217651459	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
TAN0018_000000002868	3120	0.8656630481821015	4	2	0	1	1	True	2531	maximal	False	TAN0015_000000001600	1.0		0	0	True	True	0.9983974099159241	22					non-mobilizable	no_good_hit	1475.0	87.322	70.0	0.5463724756918474	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
TAN0015_000000001600	3120	0.8656630481821015	4	2	0	1	1	True	2531	maximal	True	TAN0015_000000001600	1.0		3	1	True	True	0.9980769157409668	20					non-mobilizable	no_good_hit	1475.0	87.322	70.0	0.5463724756918474	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
TAN0019_000000002007	3100	0.8656630481821015	3	2	0	1	1	True	2531	maximal	False	TAN0015_000000001600	1.0		0	0	True	True	0.9996774196624756	22					non-mobilizable	no_good_hit	1475.0	87.322	86.0	0.5463724756918474	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
MAD0112_000000009275	2981	0.8656630481821015	4	2	0	1	1	True	70780	maximal	True	MAD0112_000000009275	0.9887163731440521	PS333	2	1	True	True	1.0	10					non-mobilizable	chromosome	1587.0	88.28	90.0	0.587509349289454	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
MAD0103_000000006822	2959	0.8656630481821015	3	2	0	1	1	True	70780	maximal	False	MAD0112_000000009275	0.9871891685981463	PS333	0	0	True	True	1.0	23					non-mobilizable	chromosome	1441.0	87.23100000000001	90.0	0.5332834704562454	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
MON0032_000000008862	2851	0.8656630481821015	2	2	0	1	1	True	12404	fragment	False	MON0032_000000008862	1.0		0	0	False	False	0.9971939921379089	0					non-mobilizable	chromosome	1784.0	89.63	96.0	0.6615557217651459	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
MON0054_000000015954	2758	0.8656630481821015	2	2	0	1	1	True	70778	backbone	False	FIJ0056_000000008038	0.827445910595326	PS333	0	0	True	True	1.0	31					non-mobilizable	chromosome	1920.0	89.479	100.0	0.7120418848167539	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
FIJ0087_000000011668	2735	0.8656630481821015	3	2	0	1	1	True	70778	backbone	False	FIJ0056_000000008038	0.8127111159836747	PS333	0	0	True	True	1.0	11					non-mobilizable	chromosome	2604.0	94.163	99.0	0.9663425579655947	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
ISR0089_000000009743	2729	0.8656630481821015	3	2	0	1	1	True	70778	backbone	False	FIJ0056_000000008038	0.1852423893259012	PS333	0	0	True	True	0.9996335506439209	9					non-mobilizable	chromosome	2301.0	84.833	99.0	0.8496634255796559	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
FIJ0056_000000008038	2724	0.8656630481821015	2	2	0	1	1	True	70778	backbone	True	FIJ0056_000000008038	0.8307320139439559	PS333	1	1	True	True	0.9981644749641418	4					non-mobilizable	chromosome	1842.0	88.545	99.0	0.6832460732984293	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
ISR0112_000000011982	2712	0.8656630481821015	2	2	0	1	1	True	70778	backbone	False	FIJ0056_000000008038	0.6245786954604964	PS333	0	0	True	True	1.0	15					non-mobilizable	chromosome	1745.0	88.195	99.0	0.6480927449513837	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
ISR0130_000000010619	2709	0.8656630481821015	2	2	0	1	1	True	70778	backbone	False	FIJ0056_000000008038	0.7146870319087931	PS333	0	0	True	True	1.0	51					non-mobilizable	chromosome	1766.0	94.96	99.0	0.6578160059835453	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
AST0005_000000007624	3839	0.8656599342228145	5	5	5	5	5	False	128579	fragment	False	AST0005_000000007624	0.985489154106858		0	0	False	False	1.0	0					non-mobilizable	other	3762.0	98.93700000000001	99.0	0.11923406143993913	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0152_000000013027	1803	0.8656587116326929	3	3	3	3	3	False	30714	fragment	False	ISR0152_000000013027	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1803.0	99.61200000000001	100.0	0.002118439831371249	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0066_000000023870	1353	0.8656564695445577	3	2	2	2	2	False	35111	fragment	False	ISR0066_000000023870	1.0		0	0	False	False	0.9963045120239258	0					non-mobilizable	other	1353.0	99.852	100.0	0.02156059132154305	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
CHI0179_000000000892	13902	0.8656556343068487	20	12	9	10	9	True	126205	maximal	True	CHI0179_000000000892	1.0		1	1	True	True	1.0	189					non-mobilizable	no_good_hit	1609.0	73.337	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0075_01_000000015888	1554	0.8656402447685365	3	3	3	2	1	False	103245	fragment	False	ENG0086_000000013755	0.5615042386499182		0	0	False	False	0.985199511051178	0					non-mobilizable	other	1557.0	94.348	100.0	0.0004131993132653986	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0114_000000001340	18015	0.8656367854170227	18	11	7	10	6	True	123970	maximal	True	ENG0114_000000001340	0.9864081990643178		41	5	False	False	1.0	0					non-mobilizable	no_good_hit	2526.0	90.024	14.0	0.001482060706195744	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ISR0347_000000011270	2012	0.8656354005337433	2	2	2	2	1	False	24170	maximal	True	ISR0347_000000011270	1.0		2	2	False	False	0.999502956867218	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.03663003663003663	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
SPA0115_000000001769	14054	0.8656329425213627	12	9	8	9	6	False	7650	fragment	False	SPA0115_000000001769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2016.0	84.12700000000001	14.0	0.012140431996029849	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	True	False
FIJ0120_000000003448	6356	0.8656022739998477	11	6	5	5	4	False	126011	maximal	True	FIJ0120_000000003448	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	2650.0	99.887	67.0	0.0009380899581878893	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0113_000000013005	2160	0.8656002606812999	3	3	3	3	3	False	60086	fragment	False	ENG0106_000000008343	0.540802495330859		0	0	False	False	0.977314829826355	0					non-mobilizable	other	2145.0	98.182	99.0	0.015359486488809927	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0121_01_000000035276	1160	0.8655798827664415	2	1	1	1	1	False	162	fragment	False	USA0121_01_000000035276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	81.445	87.0	0.00015570200280308027	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0180_000000002465	8233	0.8655732947415281	11	5	2	3	4	False	86662	backbone	False	ISR0213_000000002441	0.9641103935307652	PS438	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	2296.0	97.213	53.0	0.20775924583031183	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0190_000000006804	3397	0.8655708838805584	5	5	4	3	4	False	76390	maximal	True	ISR0190_000000006804	1.0		17	5	False	False	0.9997056126594543	0					non-mobilizable	other	3422.0	92.431	100.0	0.0010299811451868908	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MON0104_000000001766	13657	0.865568264877163	15	14	7	11	11	False	79784	fragment	False	MON0104_000000001766	1.0		0	0	False	False	0.9999268054962158	0					non-mobilizable	plasmid	13487.0	98.324	99.0	0.12113154325035709	AP023149.1	enterobacteria	Klebsiella pneumoniae SMKP03 plasmid pSMKP03L DNA, complete sequence	False	True
FIJ0133_000000002786	11543	0.8655533991335015	14	10	8	9	7	True	64663	fragment	False	FIJ0133_000000002786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	370.0	72.703	3.0	0.00016084582049166962	NZ_CP016953.1	firmicutes	Streptococcus himalayensis strain HTS2 chromosome, complete genome	True	True
ISR0318_000000000525	9434	0.8655474488144997	12	12	5	8	11	True	25133	fragment	False	ISR0318_000000000525	1.0		0	0	False	False	0.9994699954986572	0	IncFII		MPF_T		non-mobilizable	plasmid	9445.0	95.723	100.0	0.43395271824119214	AE017044.1	enterobacteria	Yersinia pestis biovar Microtus str. 91001 plasmid pCRY, complete sequence	False	True
USA0080_01_000000018400	2357	0.865546676240933	2	2	2	2	1	False	66900	fragment	False	USA0080_01_000000018400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	95.84700000000001	50.0	0.0005786227600452886	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0026_000000013246	2207	0.8655435731395204	2	2	1	2	1	False	74174	maximal	True	DEN0026_000000013246	1.0		1	1	False	False	0.992750346660614	0					non-mobilizable	no_good_hit								True	False
ISR0376_000000001772	8332	0.8655430568288712	8	5	4	5	2	True	131950	fragment	False	ISR0190_000000002622	0.8206659403994362		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1605.0	86.23100000000001	20.0	0.020008258568264575	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0813_000000007968	3622	0.8655417422267635	5	3	1	3	2	True	102482	maximal	True	ISR0813_000000007968	1.0	PS600	1	1	True	True	0.9983434677124023	1					non-mobilizable	no_good_hit	1323.0	94.86	84.0	0.4330812232818152	HG796359.1	bacteria	Uncultured bacterium plasmid pRGI00727	True	True
ISR0171_000000005375	4475	0.8655402309659102	5	4	4	4	4	False	78378	maximal	True	ISR0171_000000005375	1.0		92	6	False	False	0.9966480731964111	0					non-mobilizable	other	4447.0	99.145	99.0	0.0014273844640469912	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0059_01_000000016257	1579	0.8655384155630907	3	2	2	2	1	False	119694	fragment	False	USA0059_01_000000016257	0.9742519137091162		0	0	False	False	1.0	0					non-mobilizable	chromosome	1579.0	99.68299999999999	100.0	0.00025162820831945364	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
SPA0157_000000000744	6311	0.8655348293278333	8	5	1	3	4	False	99252	maximal	True	SPA0157_000000000744	1.0	PS556	5	2	False	True	0.9993661642074585	0					non-mobilizable	no_good_hit	1224.0	96.242	42.0	0.0002877814501403907	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
MAD0046_000000012331	2092	0.865523467409561	2	2	2	2	2	False	108717	fragment	False	MAD0046_000000012331	1.0		0	0	False	False	0.9990440011024475	0					non-mobilizable	no_good_hit	770.0	98.31200000000001	37.0	0.021209112471730376	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0019_000000026769	1155	0.8655128744041168	1	1	1	1	1	False	121894	maximal	True	AST0019_000000026769	1.0		5	1	False	False	0.970562756061554	0					non-mobilizable	no_good_hit	586.0	74.744	50.0	0.0002613755836449186	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
ISR0191_000000003611	2673	0.8655114723653393	3	3	3	3	1	False	29155	maximal	True	ISR0191_000000003611	1.0		0	0	False	False	0.9996258616447449	0					non-mobilizable	no_good_hit	1599.0	86.492	60.0	0.008503053344677918	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
FIJ0143_000000003902	1373	0.8655087296567986	2	2	2	2	2	False	49715	fragment	False	FIJ0143_000000003902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	76.36	34.0	0.0011147927531340175	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
AUS0016_000000023699	1194	0.865500663618899	2	2	2	2	2	False	100108	maximal	True	AUS0016_000000023699	1.0		27	10	False	False	0.9958124160766602	0					non-mobilizable	no_good_hit	532.0	74.624	44.0	0.013286588928689379	NZ_CABJDZ010000012.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0075_000000008155	2983	0.8655003713447013	3	2	2	2	2	False	62111	fragment	False	ENG0075_000000008155	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2983.0	99.095	100.0	0.017070165888319055	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	False	False
SPA0153_000000005931	2974	0.8655000066649239	5	3	3	2	2	True	22973	maximal	True	SPA0153_000000005931	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1257.0	92.44200000000001	44.0	0.011637819206108001	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
ISR0128_000000013152	2682	0.8654930583227569	3	3	3	3	3	False	117891	fragment	False	ISR0128_000000013152	0.948632702896475		0	0	False	False	0.9973900318145752	0					non-mobilizable	chromosome	1809.0	93.311	100.0	0.0005695620613040418	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0011_000000003027	9928	0.8654848181677399	9	6	4	6	2	True	117511	fragment	False	DEN0010_000000003007	0.6562388714748455		0	0	False	True	0.9992949366569519	0					non-mobilizable	no_good_hit	102.0	84.314	1.0	0.01086002632733655	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
ISR0123_000000006239	3232	0.8654816510845631	5	3	2	2	2	True	77316	fragment	False	ISR0123_000000006239	1.0		0	0	False	False	0.999690592288971	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	7.32218815447062e-07	CP032579.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_09	True	True
ENG0134_000000031990	1178	0.8654810672089575	2	2	2	1	2	False	58131	fragment	False	ISR0027_000000019811	0.9508894044856921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	83.2	11.0	3.890575676560129e-05	NZ_MQUC01000003.1	CFB group bacteria	Nonlabens agnitus strain JCM 17109 ctg7180000000008, whole genome shotgun sequence	True	False
MAD0013_000000010216	2348	0.8654805842810914	4	1	1	1	1	False	19587	maximal	True	MAD0013_000000010216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	98.45100000000001	30.0	0.0007180524877125927	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	True	False
ISR0147_000000009041	2683	0.8654780480828691	3	3	2	3	2	True	114495	maximal	True	ISR0147_000000009041	1.0		99	12	False	False	0.999254584312439	0					non-mobilizable	chromosome	2507.0	85.56	99.0	0.0008696616022966037	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0059_000000007609	1646	0.8654708018798705	3	3	1	1	2	True	63370	maximal	True	ENG0059_000000007609	1.0		1	1	False	False	0.959902822971344	0					non-mobilizable	other	1567.0	99.936	95.0	0.0007926918468657035	CP003025.1	firmicutes	Streptococcus lutetiensis 033, complete genome	False	True
CHI0142_000000007984	2333	0.8654631085698509	3	3	3	3	2	False	79994	fragment	False	CHI0142_000000007984	0.9969208905731881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	73.39699999999999	18.0	7.876840543948288e-05	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
MON0065_000000011602	2218	0.8654554913616057	2	2	2	2	2	False	10676	fragment	False	MON0065_000000011602	1.0		0	0	False	False	0.999549150466919	0					non-mobilizable	no_good_hit	66.0	83.333	3.0	0.0006795353676923403	NZ_KB902184.1	high GC Gram+	Corynebacterium lubricantis DSM 45231 A37ODRAFT_scaffold_11.12, whole genome shotgun sequence	True	False
MON0107_000000054070	1152	0.865450919175058	2	2	2	2	1	False	20543	fragment	False	MON0107_000000054070	1.0		0	0	False	False	0.9131944179534912	0					non-mobilizable	other	1081.0	99.63	94.0	0.0019929986694888512	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
CAN0014_000000011145	4043	0.865450174654922	5	5	5	4	3	False	93718	fragment	False	CAN0014_000000011145	1.0		0	0	False	False	0.9972792267799377	0					non-mobilizable	other	4028.0	99.75200000000001	99.0	0.001640746244149723	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0228_000000017124	1585	0.8654460111249285	2	2	2	2	1	True	76070	fragment	False	ISR0228_000000017124	1.0		0	0	False	False	0.9861198663711548	0					non-mobilizable	other	1585.0	99.054	100.0	0.00043676514746476304	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
ENG0182_000000009852	2864	0.8654428823874021	4	1	1	1	1	False	56272	maximal	True	ENG0182_000000009852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	80.108	25.0	0.0008511378678761289	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0179_000000000487	28787	0.8654383950145849	37	18	11	15	10	True	55427	maximal	True	ENG0179_000000000487	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	71.918	4.0	0.0028190708000361297	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
AST0024_000000007186	4385	0.8654366035201191	4	4	4	3	3	False	121682	fragment	False	AST0024_000000007186	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1720.0	75.058	44.0	0.009497608856994582	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
AST0093_000000003784	5267	0.8654349205946769	8	6	4	6	4	True	109587	maximal	True	AST0093_000000003784	0.9840101135872741		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	82.376	43.0	0.04330681662323412	CP047417.1	firmicutes	Lactobacillus reuteri strain 1B plasmid unnamed, complete sequence	True	True
FIJ0089_000000020088	1254	0.8654334215685977	1	1	1	1	1	False	51654	fragment	False	FIJ0072_000000021046	0.9958660103288719		0	0	False	False	0.9984050989151001	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000025242	1254	0.8654334215685977	1	1	1	1	1	False	51654	fragment	False	FIJ0072_000000021046	0.9958660103288719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0020_000000017015	1249	0.8654334215685977	1	1	1	1	1	False	51654	fragment	False	FIJ0072_000000021046	0.9932083792900288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000002282	10418	0.8654191319180524	11	7	3	7	4	False	121610	maximal	True	ISR0011_000000002282	0.9764419046907956		30	5	True	True	1.0	39					non-mobilizable	other	5133.0	97.565	94.0	0.5223880597014925	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0009_000000002485	9966	0.8654191319180524	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.9710675877511753		0	0	False	True	1.0	0					non-mobilizable	other	5133.0	97.565	98.0	0.5223880597014925	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0185_000000002481	9966	0.8654191319180524	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.971339821497937		0	0	False	True	1.0	0					non-mobilizable	other	5133.0	97.584	98.0	0.5223880597014925	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
DEN0093_000000003875	7761	0.8654146489662758	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.5981652538820302		0	0	False	True	0.9993557333946228	0					non-mobilizable	no_good_hit	2132.0	88.743	28.0	0.02659008721548607	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0007_000000003330	7522	0.8654146489662758	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.546545338617712		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1903.0	89.07	26.0	0.023724614287323097	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0045_000000004014	3112	0.8654111294621981	4	4	4	3	3	False	132012	fragment	False	DEN0067_000000010452	0.480497795050684		0	0	False	False	0.9948586225509644	0					non-mobilizable	other	3112.0	99.775	100.0	0.029826277036355268	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
USA0039_01_000000014634	1529	0.865403212830241	2	2	1	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.7276491461420397		0	0	False	False	0.9843034744262695	0					non-mobilizable	no_good_hit	43.0	100.0	3.0	7.916044691726602e-05	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
FIJ0028_000000008572	3547	0.8653952629109469	6	6	5	5	4	False	84821	maximal	True	FIJ0028_000000008572	1.0		108	12	False	False	0.9994361400604248	0					non-mobilizable	other	3547.0	99.40799999999999	100.0	0.0068660386674540864	LM996534.1	enterobacteria	Escherichia coli genome assembly FHI65, scaffold scaffold-23_contig-3.0_1_516455_[organism:Escherichia	False	False
ISR0266_000000010898	1763	0.8653890073202715	2	2	2	2	2	False	97044	fragment	False	ISR0151_000000010584	0.9628311302099206		0	0	False	False	0.979580283164978	0					non-mobilizable	no_good_hit	89.0	80.899	5.0	3.4154515025977525e-05	NZ_UHDU01000001.1	firmicutes	Staphylococcus petrasii subsp. petrasii strain NCTC13835, whole genome shotgun sequence	True	False
DEN0051_000000012897	3346	0.8653876566017468	5	4	3	4	2	True	72591	maximal	True	DEN0051_000000012897	1.0		2	2	False	False	0.997310221195221	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0003984857541342897	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
USA0081_01_000000005284	5859	0.8653864409830485	9	3	2	2	3	False	586	fragment	False	USA0081_01_000000005284	1.0		0	0	False	False	0.9974398612976074	0					non-mobilizable	no_good_hit	1682.0	92.39	39.0	0.002167976189707601	NZ_FMIZ01000006.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
ISR0131_000000016448	2005	0.8653857736009731	3	2	2	2	2	False	74436	fragment	False	ENG0025_000000011436	0.7886408578223693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	79.699	7.0	2.1401102401824485e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
SPA0044_000000018270	1523	0.8653767866923107	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.2504818744071873		0	0	False	False	1.0	0					non-mobilizable	other	1530.0	92.81	100.0	0.00037438665683012923	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0098_000000010320	4117	0.8653729345556855	7	5	5	5	4	True	112404	maximal	True	MAD0098_000000010320	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	98.52600000000001	45.0	0.00013455572764558134	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0359_000000000468	28379	0.8653575461373116	28	18	12	15	10	True	68007	maximal	True	ISR0359_000000000468	1.0		8	3	False	False	0.9999647736549377	0					non-mobilizable	no_good_hit	3463.0	79.295	25.0	0.0006932100349674285	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	True
SPA0120_000000015366	2703	0.8653560770816416	3	3	3	3	1	True	43798	maximal	True	SPA0120_000000015366	1.0		1	1	False	False	0.9996300339698792	0					non-mobilizable	no_good_hit								True	True
ISR0309_000000016489	1267	0.8653552894920366	2	2	2	2	2	False	46916	fragment	False	ISR0309_000000016489	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	79.262	44.0	0.002019572082769823	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ENG0154_000000003001	8129	0.8653507615760511	11	5	3	4	4	True	122253	maximal	False	CHI0058_000000001690	0.9986840585602921		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	814.0	88.084	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0095_000000004839	5132	0.8653507615760511	9	5	3	4	4	True	122230	fragment	False	USA0011_01_000000006475	0.7174003371815415		0	0	False	False	0.9990257024765015	0					non-mobilizable	no_good_hit	814.0	88.45200000000001	53.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0089_000000000589	26575	0.8653465833976427	35	14	6	14	3	True	118919	fragment	False	SPA0089_000000000589	0.9650063770902635		0	0	False	False	0.9998494982719421	0					non-mobilizable	other	15801.0	98.57600000000001	100.0	0.004230848641450105	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0199_000000017174	1492	0.8653458474789945	3	2	2	2	2	False	74433	fragment	False	ENG0199_000000017174	0.9919472913616398		0	0	False	False	0.9959785342216492	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	5.0	1.2742641124750456e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
USA0057_01_000000014386	2223	0.8653419202060135	2	2	2	2	2	False	129908	fragment	False	USA0057_01_000000014386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	92.649	80.0	0.996629213483146	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ISR0228_000000015041	1787	0.8653419202060135	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.8151827981251882		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	92.853	100.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0173_000000005510	3024	0.8653394999684962	2	2	1	2	2	False	77908	fragment	False	CHI0173_000000005510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.979	31.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0134_000000001060	10163	0.8653347595747298	13	13	11	11	12	True	125089	fragment	False	CHI0134_000000001060	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5918.0	85.35	58.0	0.022538994301939643	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
DEN0026_000000004199	6740	0.8653342983269372	9	3	2	2	2	True	74222	maximal	True	DEN0026_000000004199	0.9625798084596968		1	1	True	True	1.0	120	rep_cluster_1085	MOBV			mobilizable	no_good_hit	2216.0	81.047	49.0	0.44747557003257327	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
ENG0050_000000003146	6720	0.8653342983269372	8	3	2	2	2	True	74222	maximal	False	DEN0026_000000004199	0.9609170765226771		0	0	True	True	1.0	75	rep_cluster_1085	MOBV			mobilizable	no_good_hit	2211.0	81.275	53.0	0.44747557003257327	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
MON0052_000000003269	6285	0.8653298432949054	5	5	4	5	4	False	56946	maximal	True	MON0052_000000003269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	76.411	14.0	0.00042893663467309776	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0008_000000005309	2313	0.8653229229229051	3	3	2	3	2	False	75541	fragment	False	ISR0008_000000005309	1.0		0	0	False	False	0.9969736337661743	0					non-mobilizable	other	2175.0	99.03399999999999	96.0	0.008331798932056711	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0036_01_000000009433	3994	0.8653109346882015	3	2	2	2	2	False	1389	maximal	True	USA0036_01_000000009433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	78.226	3.0	5.884137036289339e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
MON0037_000000002447	12574	0.8653030119514309	12	8	4	7	4	True	78056	maximal	True	MON0037_000000002447	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	9.646547391775852e-06	CP012069.2	actinobacteria	Olsenella sp. oral taxon 807 strain F0089, complete genome	True	True
ISR0027_000000001685	14269	0.8652983436990909	23	14	7	12	10	True	106138	fragment	False	ISR0027_000000001685	1.0		0	0	False	False	0.9990889430046082	0					non-mobilizable	no_good_hit	6876.0	98.226	86.0	0.002159418750411727	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0824_000000005955	3199	0.8652892069789451	4	3	1	3	1	True	49492	fragment	False	FIJ0022_000000007627	0.9789100985221675		0	0	False	False	0.9996873736381531	0					non-mobilizable	chromosome	3213.0	99.16	100.0	0.0017200975078935981	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	True
ENG0180_000000007457	2302	0.8652888146860388	3	3	3	3	3	False	129535	fragment	False	ENG0180_000000007457	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1304.0	98.926	99.0	0.0003491822222031656	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0094_000000011624	2969	0.8652883592919816	6	5	3	4	2	True	68377	fragment	False	DEN0094_000000011624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	77.166	38.0	0.0002249011705211967	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ISR0366_000000000357	24986	0.8652870238653312	24	17	14	15	11	False	119577	fragment	False	ISR0366_000000000357	1.0		0	0	False	False	0.9999199509620667	0					non-mobilizable	no_good_hit	8907.0	98.51799999999999	41.0	0.031905022909569	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0153_000000006624	4328	0.8652625503892739	5	3	3	2	3	False	62790	fragment	False	ENG0174_000000003490	0.9822745065322961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	74.818	9.0	0.00012053991218652589	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0066_000000004202	4201	0.8652625503892739	5	3	3	2	3	False	62790	fragment	False	ENG0174_000000003490	0.9641345074997147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	74.818	10.0	0.00012053991218652589	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0026_000000013641	2063	0.8652593718580005	3	2	2	2	1	False	119351	fragment	False	AST0026_000000013641	1.0		0	0	False	False	0.9946679472923279	0					non-mobilizable	other	2063.0	99.758	100.0	0.0011126939929633707	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
MAD0112_000000012104	2340	0.8652573025967134	3	3	3	3	3	False	20032	fragment	False	MAD0041_000000014251	0.9735157615328579		0	0	False	False	1.0	0					non-mobilizable	other	2341.0	97.779	100.0	0.0011139992573338284	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CAN0012_000000036039	1245	0.8652480047195577	1	1	1	1	1	False	94008	maximal	True	CAN0012_000000036039	1.0		11	4	False	False	0.9983935952186584	0					non-mobilizable	no_good_hit	601.0	76.206	48.0	0.00018174527302195734	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ENG0207_000000002611	6098	0.8652380545949345	6	3	3	3	2	True	92837	fragment	False	ENG0207_000000002611	1.0		0	0	False	False	0.9978681802749634	0					non-mobilizable	no_good_hit								True	True
MAD0090_000000007624	1709	0.8652368943852121	2	2	2	2	1	False	15784	maximal	True	MAD0090_000000007624	1.0		1	1	False	False	0.99941486120224	0					non-mobilizable	no_good_hit	666.0	83.03299999999999	39.0	0.00010288330055930387	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
DEN0096_000000027220	1659	0.8652305285073273	2	2	2	1	1	False	68152	maximal	True	DEN0096_000000027220	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	83.307	66.0	0.0001736523279059291	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0092_000000009850	2251	0.8652279167425557	2	2	2	2	2	False	61113	fragment	False	ENG0092_000000009850	1.0		0	0	False	False	0.9795646667480469	0					non-mobilizable	other	2238.0	99.911	99.0	0.031064698448848092	NZ_LMUA01000019.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00019, whole genome shotgun sequence	False	False
ENG0194_000000018421	1436	0.8652247675404667	2	2	2	2	2	False	54511	fragment	False	ENG0194_000000018421	1.0		0	0	False	False	0.9979108572006226	0					non-mobilizable	no_good_hit	215.0	73.953	15.0	4.185873514064734e-05	AP022201.1	enterobacteria	Klebsiella sp. WP7-S18-ESBL-04 DNA, complete genome, strain: WP7-S18-ESBL-04	True	False
ISR0853_000000000429	18869	0.8652226270337232	19	9	7	8	1	True	56871	fragment	False	ISR0054_000000000789	0.9432573482349467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	78.161	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
ISR0115_000000033447	1110	0.8652217608433448	2	2	1	2	1	False	32432	maximal	True	ISR0115_000000033447	1.0		17	2	False	False	0.9837837815284729	0					non-mobilizable	no_good_hit	681.0	97.50399999999999	61.0	0.00019303353333121375	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0092_000000011754	1921	0.8652096935384618	3	3	3	3	2	False	61102	fragment	False	ISR0064_000000011001	0.9849104859335038		0	0	False	False	0.991150438785553	0					non-mobilizable	other	1902.0	99.211	99.0	0.006271029887180841	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0312_000000010156	1753	0.8652072547035408	3	3	3	2	2	False	124752	maximal	True	ISR0312_000000010156	1.0		3	2	False	False	0.9954363703727722	0					non-mobilizable	no_good_hit	1084.0	99.07700000000001	62.0	0.009695960464116889	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0821_000000002671	8775	0.8652066122156801	12	6	4	5	6	False	27005	fragment	False	ISR0821_000000002671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	80.357	2.0	0.0012507001619004505	NZ_FQXP01000012.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
FIJ0008_000000005470	5139	0.8652054731790587	6	1	1	1	1	False	87571	fragment	False	FIJ0008_000000005470	0.9999019607843137		0	0	False	False	0.9998053908348083	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.003490713806220631	NZ_WNAJ01000040.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold40_size22345, whole genome shotgun sequence	True	False
FIJ0055_000000002853	5100	0.8652054731790587	6	1	1	1	1	False	87571	fragment	False	FIJ0008_000000005470	0.9961081922553026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	1.758154498605494e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0055_000000006360	3054	0.8652049874268009	5	3	0	3	1	False	63661	maximal	True	ENG0055_000000006360	1.0		3	3	False	False	0.9914865493774414	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.1158205165505111e-05	CP059567.1	b-proteobacteria	Neisseria shayeganii strain DSM 22244 chromosome, complete genome	True	False
AST0093_000000010825	1590	0.8651966207663155	4	4	4	3	4	False	109494	maximal	True	AST0093_000000010825	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	1590.0	98.553	100.0	0.03966748215088122	CP018327.1	firmicutes	Lactiplantibacillus plantarum subsp. plantarum strain TS12 plasmid pLP12-3, complete sequence	False	True
ISR0193_000000017766	1496	0.8651950685767918	2	2	2	2	2	False	64127	fragment	False	ISR0193_000000017766	0.9986513823331086		0	0	False	False	0.9799465537071228	0					non-mobilizable	other	1496.0	99.73299999999999	100.0	0.007402749168119157	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
ISR0342_000000003245	5673	0.8651924434406315	9	2	2	1	1	False	108795	fragment	False	ISR0342_000000003245	1.0		0	0	False	False	0.9987660646438599	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00044162212374556476	NZ_JAAITU010000021.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_21_length_65667_cov_156.896, whole genome shotgun sequence	True	False
SPA0059_000000005725	4622	0.8651924434406315	6	2	2	1	1	False	108791	fragment	False	SPA0059_000000005725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	93.714	4.0	0.004304553371485444	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ISR0028_000000003763	4567	0.8651924434406315	6	2	2	1	1	False	108807	fragment	False	USA0034_01_000000012378	0.9619089316987741		0	0	False	False	0.9986862540245056	0					non-mobilizable	no_good_hit	1775.0	98.59200000000001	39.0	0.044115451604876836	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
SPA0049_000000005513	3963	0.8651924434406315	5	2	2	1	1	False	108787	fragment	False	SPA0049_000000005513	0.9984802431610942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1788.0	98.098	45.0	0.04406568798208509	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
SPA0051_000000006379	3948	0.8651924434406315	5	2	2	1	1	False	108787	fragment	False	SPA0049_000000005513	0.9965934897804694		0	0	False	False	0.9997466802597046	0					non-mobilizable	no_good_hit	1788.0	98.098	45.0	0.04406568798208509	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ENG0130_000000007771	3874	0.8651924434406315	4	2	2	1	1	False	108810	maximal	True	ENG0130_000000007771	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	87.955	28.0	0.017971413695224977	NZ_VULP01000018.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq18, whole genome shotgun sequence	True	False
ISR0350_000000004266	3866	0.8651924434406315	4	2	2	1	1	False	108793	maximal	True	ISR0350_000000004266	1.0		0	0	False	False	0.9881014227867126	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.001366120218579235	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	False
ISR0327_000000007883	3234	0.8651924434406315	5	2	2	1	1	False	108799	fragment	False	ISR0327_000000007883	1.0		0	0	False	False	0.9907235503196716	0					non-mobilizable	no_good_hit	311.0	95.49799999999999	10.0	0.007713361532719582	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ENG0018_000000006544	3234	0.8651924434406315	3	2	2	1	1	False	108812	maximal	True	ENG0018_000000006544	1.0		0	0	False	False	0.9996907711029053	0					non-mobilizable	no_good_hit	546.0	97.25299999999999	17.0	0.00254539680167389	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0153_000000009106	2980	0.8651924434406315	3	2	2	1	1	False	108789	fragment	False	ISR0153_000000009106	0.9918085296643395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0279_000000007304	2798	0.8651924434406315	2	2	2	1	1	False	108789	fragment	False	ISR0153_000000009106	0.9781055429801981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0033_000000011001	2776	0.8651924434406315	2	2	2	1	1	False	108789	fragment	False	ISR0153_000000009106	0.9726747953504752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0221_000000008497	2712	0.8651924434406315	2	2	2	1	1	False	108789	fragment	False	ISR0153_000000009106	0.9580945626245068		0	0	False	False	0.9974188804626465	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000009291	2384	0.8651924434406315	2	2	2	1	1	False	108786	fragment	False	ISR0108_000000009291	0.9935943946932048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0003_000000011379	2336	0.8651924434406315	2	2	2	1	1	False	108786	fragment	False	ISR0108_000000009291	0.9912316083260512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0099_000000009562	2219	0.8651924434406315	2	2	2	1	1	False	108786	fragment	False	ISR0108_000000009291	0.9629381149223626		0	0	False	False	0.9995493292808533	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000011822	2162	0.8651924434406315	2	2	2	1	1	False	108786	fragment	False	ISR0108_000000009291	0.9451097504066512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0005_000000014290	2031	0.8651924434406315	2	2	2	1	1	False	54019	fragment	False	SPA0005_000000014290	1.0		0	0	False	False	0.9773510694503784	0					non-mobilizable	no_good_hit	66.0	96.97	3.0	0.0016173177407315252	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ENG0188_000000010362	2507	0.8651898308453697	3	3	3	3	3	False	93624	fragment	False	ISR0112_000000012858	0.5839091156634797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	76.471	39.0	0.05203619909502263	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ISR0117_000000001516	16145	0.8651864473838092	23	12	9	9	10	True	126194	maximal	True	ISR0117_000000001516	1.0	PS945|PS946	1	1	True	True	1.0	68					non-mobilizable	no_good_hit	603.0	85.24	4.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0255_000000005852	4772	0.865170713382564	6	4	4	4	3	True	108079	maximal	False	ENG0122_000000005564	0.9936892199462032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	65.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0139_000000008942	2230	0.8651665292431134	3	2	1	2	1	False	57865	maximal	True	ENG0139_000000008942	1.0		2	1	False	False	0.994618833065033	0					non-mobilizable	no_good_hit	441.0	98.866	20.0	0.0021806450328092485	NZ_JAAIQH010000003.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_3_length_200858_cov_199.505, whole genome shotgun sequence	True	False
CAN0009_000000002274	8023	0.8651585633198547	9	9	5	6	8	True	132506	backbone	False	ISR0038_000000002833	0.0171983029995134	PS1165|PS799|PS800	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	7980.0	99.85	99.0	0.891994633273703	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ISR0849_000000015577	1760	0.8651551021691969	4	2	1	2	1	False	35074	fragment	False	ISR0067_000000016185	0.9577006507592192		0	0	False	False	0.9943181872367859	0					non-mobilizable	other	1762.0	95.573	100.0	0.04234676681592758	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0041_000000003177	3856	0.8651459750996011	5	4	4	4	2	False	70927	maximal	True	ISR0041_000000003177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1968.0	94.61399999999999	51.0	0.027045645554621734	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0094_000000001647	7098	0.8651438111656282	6	5	5	5	5	False	18052	maximal	True	MAD0094_000000001647	1.0		19	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0067_000000001972	11380	0.8651432012379174	15	11	5	8	6	True	79699	fragment	False	DEN0067_000000001972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2858.0	87.999	36.0	0.0060728701865481885	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
DEN0080_000000000573	3438	0.8651430544301095	5	4	1	4	3	True	84315	fragment	False	DEN0080_000000000573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	81.707	5.0	0.0002103204095957719	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
MON0027_000000034477	1208	0.8651380774128503	1	1	1	1	1	False	18835	fragment	False	MON0027_000000034477	0.9876977152899824		0	0	False	False	0.9892383813858032	0					non-mobilizable	no_good_hit	160.0	76.875	13.0	1.7802068214804065e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0207_000000017535	1711	0.865128728599312	2	2	2	2	2	False	28568	maximal	True	ISR0207_000000017535	1.0		27	7	False	False	0.9883109331130981	0					non-mobilizable	no_good_hit	508.0	99.60600000000001	40.0	0.00021109466950568873	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0099_000000002614	8082	0.8651238498662894	7	5	5	5	5	False	102456	fragment	False	ISR0099_000000002614	1.0		0	0	False	False	0.9991338849067688	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.3800191386864759e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
CHI0107_000000001084	10034	0.8651199517466079	13	5	4	4	2	True	121719	fragment	False	CHI0107_000000001084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	1.0	2.02476364828751e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
DEN0061_000000003230	8924	0.8651199517466079	11	5	4	4	2	True	121710	fragment	False	SPA0010_000000001623	0.7803404619550948		0	0	False	False	0.9997758865356445	0					non-mobilizable	no_good_hit	82.0	93.902	2.0	0.00045060832123366545	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
AUS0022_000000003952	8758	0.8651199517466079	11	5	4	4	2	True	121710	fragment	False	SPA0010_000000001623	0.7815661834167253		0	0	False	False	0.9995432496070862	0					non-mobilizable	no_good_hit	84.0	94.04799999999999	2.0	0.000461734452622151	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
SPA0131_000000002047	8719	0.8651199517466079	11	5	4	4	2	True	121710	fragment	False	SPA0010_000000001623	0.6918978448099651		0	0	False	False	0.9998853206634521	0					non-mobilizable	no_good_hit	65.0	98.462	1.0	3.828062569682701e-05	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
DEN0040_000000000565	8719	0.8651199517466079	11	5	4	4	2	True	121710	fragment	False	SPA0010_000000001623	0.6916930538523329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	98.462	1.0	3.828062569682701e-05	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
SPA0098_000000003940	8718	0.8651199517466079	11	5	4	4	2	True	121710	fragment	False	SPA0010_000000001623	0.6919358054956304		0	0	False	False	0.9998853206634521	0					non-mobilizable	no_good_hit	65.0	98.462	1.0	3.828062569682701e-05	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ISR0786_000000002102	8701	0.8651199517466079	12	5	4	4	2	True	121710	fragment	False	SPA0010_000000001623	0.8640947144325315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.02857142857142857	NZ_JWHR01000049.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig049, whole genome shotgun sequence	True	True
USA0117_01_000000003709	7108	0.8651199517466079	9	5	4	4	2	True	121707	fragment	False	ENG0182_000000003461	0.846606204397145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	94.118	2.0	3.401317334301548e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ENG0155_000000003375	7106	0.8651199517466079	9	5	4	4	2	True	121707	fragment	False	ENG0182_000000003461	0.846379973882668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	95.12200000000001	2.0	3.319357880462956e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
SPA0028_000000018420	1729	0.8651136387152035	4	3	1	1	3	True	129855	fragment	False	AST0003_000000018179	0.9793773860160551		0	0	False	False	0.998843252658844	0					non-mobilizable	chromosome	1729.0	99.884	100.0	0.0004809078471470031	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
USA0019_01_000000026518	1150	0.8651126240467218	2	2	2	2	2	False	1816	fragment	False	USA0019_01_000000026518	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1050.0	98.95200000000001	100.0	0.0003686529057334488	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0072_000000000472	33321	0.8651055033568334	34	15	11	15	6	True	106307	fragment	False	FIJ0014_000000000221	0.310485616182733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.316913830273731e-05	NZ_JABRWP010000005.1	CFB group bacteria	Winogradskyella eckloniae strain EC29 NODE_5_length_382675_cov_45.808220, whole genome shotgun sequence	True	True
ENG0132_000000009210	2079	0.8650998081396989	3	3	3	3	3	False	58322	maximal	True	ENG0132_000000009210	1.0		34	6	False	False	0.9841269850730896	0					non-mobilizable	no_good_hit	278.0	99.281	13.0	0.0005930817125287977	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ISR0130_000000021293	1473	0.8650980830190306	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.15673257676224162		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	99.45700000000001	100.0	0.0004097852942199951	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MON0035_000000021579	1355	0.8650980830190306	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.07379999345060492		0	0	False	False	0.9992619752883911	0					non-mobilizable	other	1355.0	97.26899999999999	100.0	0.00040518529446706615	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ENG0194_000000020417	1294	0.8650980830190306	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.0734241516083113		0	0	False	False	1.0	0					non-mobilizable	chromosome	1294.0	99.304	100.0	0.0003599540661864495	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0120_000000020464	1251	0.8650980830190306	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.047709108206900414		0	0	False	False	0.9976019263267517	0					non-mobilizable	other	1252.0	99.042	100.0	0.006250343494096898	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ENG0062_000000001365	12979	0.865096733372083	12	7	3	7	2	True	72562	maximal	True	ENG0062_000000001365	1.0		1	1	False	False	0.9970722198486328	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.023026084863559e-06	CP030887.1	bacteria	Balneolaceae bacterium isolate ECT2AJA-110-D chromosome	True	True
USA0006_01_000000003784	6274	0.8650901880854602	3	2	2	1	1	False	52736	fragment	False	USA0006_01_000000003784	1.0		0	0	False	False	0.9979279637336731	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000002270	6539	0.8650900783072927	3	3	3	3	2	True	71321	fragment	False	MAD0102_000000002270	1.0		0	0	False	False	1.0	0		MOBF	MPF_T		conjugative	plasmid	6541.0	95.62799999999999	100.0	0.07437020187659937	CP056166.1	enterobacteria	Escherichia marmotae strain RHBSTW-00777 plasmid pRHBSTW-00777_2, complete sequence	False	True
AST0055_000000003782	7548	0.8650680076659945	10	6	3	6	3	False	113981	maximal	True	AST0055_000000003782	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	76.574	5.0	0.012642265907915158	NZ_FNZK01000029.1	firmicutes	Propionispira arboris strain DSM 2179, whole genome shotgun sequence	True	False
USA0040_01_000000000299	51254	0.8650606947337642	69	17	6	11	9	False	26487	maximal	True	USA0040_01_000000000299	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1996.0	88.928	10.0	0.25254323499491355	MK232839.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_4_c1 sequence	True	False
ISR0259_000000001614	7561	0.8650602571158291	5	5	5	5	4	False	125046	fragment	False	ISR0259_000000001614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5699.0	99.75399999999999	75.0	0.02060148527380668	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0149_000000002306	11914	0.8650586651018983	17	9	5	6	6	True	105193	maximal	False	USA0047_01_000000002319	0.9495675618830676	PS445	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	3775.0	92.053	72.0	0.3030669895076675	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
FIJ0058_000000002949	11895	0.8650586651018983	16	9	5	6	6	True	105193	maximal	False	USA0047_01_000000002319	0.9424253873423557	PS445	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	4158.0	92.76100000000001	70.0	0.33462469733656175	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MON0109_000000010324	3311	0.8650524988116268	3	2	2	2	2	False	110055	fragment	False	SPA0025_000000006085	0.9673201349059299		0	0	False	False	1.0	0					non-mobilizable	other	2067.0	98.5	100.0	0.03299512662778621	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0334_000000005459	3552	0.8650509855091357	6	5	4	3	4	True	129446	fragment	False	ISR0232_000000006817	0.8655986071273084		0	0	False	False	1.0	0					non-mobilizable	other	3551.0	98.93	99.0	0.0011367249577090286	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
MON0092_000000001168	21494	0.8650433820358671	25	15	7	11	11	False	128713	fragment	False	MON0092_000000001168	1.0		0	0	False	False	0.9997208714485168	0					non-mobilizable	no_good_hit	6919.0	96.86399999999999	44.0	0.15468970301904528	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MON0012_000000038355	1466	0.8650300968329147	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.2966241311624484		0	0	False	False	0.9993178844451904	0					non-mobilizable	other	1285.0	94.086	100.0	0.0003618563371113429	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0124_000000021490	1347	0.8650248251060028	2	1	1	1	1	False	41221	maximal	True	FIJ0124_000000021490	1.0		1	1	False	False	0.9888641238212585	0					non-mobilizable	no_good_hit	322.0	73.913	24.0	8.892341428999268e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0010_000000006899	3088	0.8650137841772114	4	3	3	3	3	False	92330	maximal	True	SPA0010_000000006899	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	96.97200000000001	44.0	0.00523227421767811	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
ENG0107_000000003113	7621	0.8650129993967617	6	6	5	6	5	False	64638	maximal	True	ENG0107_000000003113	1.0		9	4	False	False	0.9989502429962158	0					non-mobilizable	no_good_hit	1210.0	99.835	16.0	0.0003237607448264559	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0344_000000004990	5729	0.865011859104092	15	3	0	3	1	True	24289	maximal	True	ISR0344_000000004990	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
MAD0097_000000004614	7612	0.8650014490039195	10	8	3	2	6	False	15444	maximal	True	MAD0097_000000004614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2232.0	95.475	51.0	0.015681161463105223	MN915013.1	enterobacteria	Escherichia coli strain TD-33 plasmid pNDM-TD33, complete sequence	True	False
ENG0111_000000002923	7709	0.8650000848175012	11	11	2	5	11	True	123590	fragment	False	SPA0020_000000002771	0.9484570152957829		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6178.0	99.87100000000001	100.0	0.18697784235379586	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0824_000000000454	14988	0.864996626869131	25	7	1	6	3	False	75796	maximal	True	ISR0824_000000000454	0.9376758358762324		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000011816	3424	0.8649955743501386	4	3	3	3	2	False	71842	maximal	True	ISR0051_000000011816	1.0		1	1	False	False	0.9976635575294495	0					non-mobilizable	no_good_hit	275.0	74.545	8.0	0.00241959965000625	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
ISR0105_000000010544	1826	0.8649934440143786	3	2	2	1	1	False	86735	fragment	False	ISR0105_000000010544	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1740.0	81.149	95.0	0.09219626422697816	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0151_000000013763	1727	0.8649918521110398	4	3	3	3	3	False	102008	fragment	False	ENG0151_000000013763	1.0		0	0	False	False	0.994788646697998	0					non-mobilizable	other	1727.0	96.584	100.0	0.0006268192193086467	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0130_000000002652	9416	0.8649837909258674	8	3	3	3	2	False	31796	maximal	True	ISR0130_000000002652	1.0		1	1	False	False	0.9987255930900574	0					non-mobilizable	no_good_hit	840.0	80.952	9.0	0.00022403402744577627	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CAN0012_000000018221	2725	0.8649837649284725	3	2	1	2	0	False	94230	maximal	True	CAN0012_000000018221	1.0		0	0	False	False	0.9930275082588196	0					non-mobilizable	no_good_hit	384.0	84.375	14.0	0.00013012105334861266	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0164_000000003758	6014	0.8649753880184107	7	3	3	3	2	False	30296	fragment	False	ISR0164_000000003758	1.0		0	0	False	False	0.9993348717689514	0					non-mobilizable	no_good_hit	624.0	89.103	10.0	0.004154400638292019	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
FIJ0001_000000008855	2232	0.8649745259631445	3	3	3	3	2	False	78885	fragment	False	FIJ0001_000000008855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0103_000000003008	5970	0.8649726015308971	8	6	2	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9428190043608512	PS1032	0	0	False	True	0.9971524477005005	0					non-mobilizable	no_good_hit	3285.0	79.422	69.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0124_000000015378	1832	0.8649652333901675	3	2	2	2	1	False	41239	fragment	False	FIJ0124_000000015378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	70.649	37.0	0.0002028994021735674	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0282_000000014765	1631	0.8649652333901675	2	2	2	2	1	False	26137	fragment	False	ISR0282_000000014765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	74.87899999999999	13.0	6.215126024692114e-05	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0097_000000011647	2974	0.8649535811706649	4	4	4	4	2	False	14643	fragment	False	MON0097_000000011647	0.9880261590908391		0	0	False	False	0.9989912509918213	0					non-mobilizable	no_good_hit	198.0	73.737	7.0	4.3990570598516655e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0093_000000007403	2726	0.8649503641385504	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.6667772445606996		0	0	False	False	1.0	0					non-mobilizable	chromosome	2727.0	96.626	100.0	0.0004977586248783232	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
FIJ0086_000000011480	2717	0.8649503641385504	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.665699259310098		0	0	False	False	1.0	0					non-mobilizable	chromosome	2717.0	99.89	100.0	0.0004186393143316915	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0023_000000000486	34117	0.8649496460996094	63	20	8	16	11	True	88788	maximal	True	FIJ0023_000000000486	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1388.0	89.914	51.0	0.02458086697621664	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0002_000000012223	1680	0.8649405302552422	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.91410715330072	PS412	0	0	True	True	1.0	78					non-mobilizable	other	1603.0	98.12899999999999	99.0	0.2845976194705987	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ISR0024_000000018406	1437	0.8649326558922519	2	2	2	2	2	False	60034	fragment	False	ISR0024_000000018406	0.961970469943585		0	0	False	False	0.9826026558876038	0					non-mobilizable	other	1402.0	99.429	98.0	0.007331201825212846	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0034_000000022751	1293	0.8649231839767312	2	1	1	1	1	False	12223	fragment	False	MON0034_000000022751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	77.325	47.0	0.00013696033320362917	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0119_01_000000012912	1902	0.8649197968916469	3	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.729128305153293		0	0	False	False	0.9994742274284363	0					non-mobilizable	other	1544.0	86.52799999999999	92.0	0.0004340583809932632	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0003_000000009389	2915	0.8649124763321594	3	3	2	3	2	False	76678	fragment	False	DEN0003_000000009389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	45.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CAN0021_000000016845	2572	0.8649053413070145	4	4	4	4	3	False	91598	fragment	False	ENG0022_000000006480	0.9582651759025493		0	0	False	False	0.9996111989021301	0					non-mobilizable	other	2572.0	98.87200000000001	100.0	0.0033543999916498795	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0336_000000000189	23003	0.8649043758815993	28	15	6	14	5	True	100675	backbone	False	SPA0056_000000000367	0.38603486429734174	PS581	0	0	False	True	1.0	0					non-mobilizable	other	23024.0	96.478	100.0	0.36957046138011995	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0826_000000000456	22923	0.8649043758815993	27	15	6	14	5	True	100675	backbone	False	SPA0056_000000000367	0.3886381057073224	PS581	0	0	False	True	1.0	0					non-mobilizable	other	22926.0	99.03200000000001	100.0	0.36863773056944826	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0077_000000001314	15282	0.8649024351146309	20	5	2	4	3	False	34539	fragment	False	ISR0077_000000001314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	84.882	4.0	0.00018383121236514654	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0101_000000018828	2293	0.8649019032385907	3	2	2	2	2	False	34884	maximal	True	SPA0101_000000018828	1.0		1	1	False	False	0.9873527884483337	0					non-mobilizable	no_good_hit								True	False
ENG0130_000000014367	2068	0.8648962841973259	4	2	2	2	2	False	112282	fragment	False	ENG0130_000000014367	1.0		0	0	False	False	0.9937137365341187	0					non-mobilizable	other	1781.0	99.214	95.0	0.0004364166661150164	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0089_000000009163	2406	0.8648940530619513	5	3	1	3	2	True	110262	maximal	True	AST0089_000000009163	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	89.932	73.0	0.3341931785611923	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ENG0018_000000007930	2647	0.8648919748329912	4	4	4	4	3	False	129762	fragment	False	ENG0068_000000006464	0.5848934670882022		0	0	False	True	0.996977686882019	0					non-mobilizable	chromosome	1684.0	99.46600000000001	100.0	0.00045101587104215483	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0305_000000015622	1219	0.8648829081250519	3	3	2	3	1	False	97041	fragment	False	MAD0011_000000010406	0.5223131727446003		0	0	False	False	0.9991796612739563	0					non-mobilizable	no_good_hit	160.0	82.5	13.0	0.0009057024419131223	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
ISR0199_000000007008	4053	0.8648794791594691	7	6	2	4	6	False	45087	fragment	False	ISR0199_000000007008	1.0		0	0	False	False	0.9960523247718811	0	IncFII				non-mobilizable	plasmid	4053.0	99.679	100.0	0.03182707186226073	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
FIJ0149_000000001583	11646	0.8648751621961732	15	5	2	5	4	True	101329	fragment	False	FIJ0068_000000001978	0.7386763558827845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	94.8	5.0	0.00013311178268687868	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0019_000000000551	11272	0.8648751621961732	14	5	2	5	4	True	101329	fragment	False	FIJ0068_000000001978	0.6872693631539748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	97.63799999999999	2.0	3.3611392021135694e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0047_000000002072	11245	0.8648751621961732	15	5	2	5	4	True	101329	fragment	False	FIJ0068_000000001978	0.7105125098927664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	90.0	2.0	3.441166325973416e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0140_000000001883	11238	0.8648751621961732	15	5	2	5	4	True	101329	fragment	False	FIJ0068_000000001978	0.710485246108139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	1.0	2.2941108839822777e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0146_000000012172	1879	0.8648729621541417	4	4	3	3	2	True	79821	fragment	False	ENG0146_000000012172	0.9678972712680578		0	0	False	False	0.9994677901268005	0					non-mobilizable	other	1879.0	99.947	100.0	0.041072522089056075	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MAD0111_000000011671	1468	0.8648673895778768	2	1	1	1	1	False	14500	fragment	False	MAD0111_000000011671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	96.439	69.0	0.00022344140716454636	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0158_000000004184	4216	0.864863921241764	3	3	3	3	3	False	39440	fragment	False	FIJ0158_000000004184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	78.736	4.0	5.404652249678689e-05	NZ_CM001436.1	euryarchaeotes	Methanoplanus limicola DSM 2279 chromosome, whole genome shotgun sequence	True	False
CHI0037_000000012035	1254	0.8648589329174777	3	1	1	1	1	True	87917	maximal	True	CHI0037_000000012035	1.0		1	1	False	False	0.9952152967453003	0					non-mobilizable	other	1254.0	99.36200000000001	100.0	0.01236360045425369	NZ_KB291655.1	firmicutes	Clostridium celatum DSM 1785 Scfld88, whole genome shotgun sequence	False	True
ISR0228_000000002028	9546	0.8648446460452489	12	9	5	6	6	True	130647	maximal	True	ISR0228_000000002028	1.0	PS1110|PS1113	1	1	False	True	0.9998952150344849	0		MOBV			mobilizable	no_good_hit	5622.0	96.49600000000001	75.0	0.830568720379147	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
MAD0078_000000003062	2592	0.8648428128895489	2	2	2	2	1	False	16203	maximal	True	MAD0078_000000003062	1.0		1	1	False	False	0.9972993731498718	0					non-mobilizable	no_good_hit								True	False
ENG0019_000000014601	1188	0.8648418716437499	2	1	1	1	1	False	66508	maximal	True	ENG0019_000000014601	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	77.014	70.0	0.015434440640325715	NZ_MBEW02000011.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_11_length_54035_cov_209.225, whole genome shotgun sequence	True	False
FIJ0028_000000009074	3350	0.8648404865196611	5	5	4	3	3	False	104487	fragment	False	FIJ0028_000000009074	0.989633142222699		0	0	False	False	0.9892537593841553	0					non-mobilizable	other	3311.0	99.63799999999999	99.0	0.0234064977965778	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0203_000000007564	2251	0.8648385252338139	3	2	1	1	1	True	28692	fragment	False	ISR0203_000000007564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	90.625	3.0	0.00012493455808862026	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
SPA0092_000000019671	2247	0.8648373332512187	2	2	2	2	2	False	71889	fragment	False	DEN0061_000000014715	0.5809190526426644		0	0	False	False	0.9955496191978455	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00047549332432398613	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
TAN0014_000000000710	5385	0.8648354239077296	7	6	4	6	2	False	57942	maximal	True	TAN0014_000000000710	1.0		5	3	False	False	0.9925719499588013	0					non-mobilizable	no_good_hit	262.0	79.389	5.0	0.0003449658297360545	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
CHI0127_000000006279	3161	0.8648292222309639	4	4	4	4	4	False	87235	fragment	False	ISR0787_000000004009	0.9028388915897315		0	0	False	False	1.0	0					non-mobilizable	other	3164.0	91.59299999999999	100.0	0.013816192560175055	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0207_000000002158	7263	0.8648245624988992	12	7	4	5	5	True	104940	fragment	False	ENG0207_000000002158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2664.0	95.946	36.0	0.2144413069786204	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0011_000000018159	1572	0.8648136655325969	2	2	2	2	1	True	38236	fragment	False	ISR0011_000000018159	0.9965967500982682		0	0	False	False	0.9968193173408508	0					non-mobilizable	other	1318.0	80.501	90.0	0.009912920901257304	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0164_000000017895	1567	0.8648136655325969	2	2	2	2	1	True	38236	fragment	False	ISR0011_000000018159	0.9964701221202441		0	0	False	False	0.9719208478927612	0					non-mobilizable	no_good_hit	1306.0	76.493	82.0	0.004925286888265795	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0050_000000018738	1523	0.8648136655325969	2	2	2	2	1	True	38236	fragment	False	ISR0011_000000018159	0.9837343666181364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1260.0	76.032	82.0	0.004746890670265617	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0104_000000016774	1475	0.8648136655325969	2	2	2	2	1	True	38236	fragment	False	ISR0011_000000018159	0.9608923976958985		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	80.157	92.0	0.009549143987449696	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0063_000000003449	7933	0.8647974601451529	8	2	2	1	1	False	63120	fragment	False	ENG0063_000000003449	1.0		0	0	False	False	0.9986133575439453	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	1.0	4.032461313574273e-05	NZ_LK028559.1	mycoplasmas	Acholeplasma oculi genome assembly Acholeplasma oculi strain 19L, chromosome : 1	True	False
AST0006_000000004139	3621	0.8647934241001449	4	3	1	2	2	True	127617	maximal	True	AST0006_000000004139	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	533.0	99.625	42.0	0.15036743923120408	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
ISR0165_000000017805	1361	0.8647906351473565	2	2	2	2	2	False	91806	fragment	False	ISR0090_000000017639	0.23495989304812834		0	0	False	False	0.9948567152023315	0					non-mobilizable	other	1361.0	94.26899999999999	100.0	0.000383291318888788	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0058_000000002521	8055	0.8647867130219116	13	6	5	6	4	False	35538	maximal	True	ISR0058_000000002521	1.0		1	1	False	False	0.9996275901794434	0					non-mobilizable	no_good_hit	4077.0	94.31	77.0	0.6412527681113571	CP021601.1	other sequences	Unidentified plasmid plasmid FAKO05_000706F, complete sequence	True	False
SPA0142_000000021503	1229	0.8647854545877639	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.921679519159359		0	0	False	False	0.9983726739883423	0					non-mobilizable	other	1229.0	97.396	100.0	0.007889597039473685	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ENG0173_000000014557	1154	0.8647854545877639	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.611488204985035		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	97.227	100.0	0.007407740542763158	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
MAD0088_000000014472	1756	0.8647834917839371	3	3	2	3	2	False	77505	maximal	True	MAD0088_000000014472	1.0		352	12	False	False	0.9971526265144348	0					non-mobilizable	chromosome	1738.0	99.425	99.0	0.000590230713268502	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0020_000000005488	1905	0.8647819759533854	3	3	2	3	2	False	95249	fragment	False	DEN0020_000000005488	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	96.97	5.0	0.03489640130861505	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	False
ISR0802_000000000040	53913	0.864778693777367	82	18	9	15	8	False	91030	fragment	False	ISR0802_000000000040	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	502.0	78.486	1.0	0.00011950582281819455	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
ISR0318_000000000491	10090	0.8647735097823905	16	16	4	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7091114592393961	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	99.99	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0018_000000005550	3918	0.8647650026406892	4	2	2	2	2	False	62957	fragment	False	ISR0018_000000005550	0.9994408722393067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1425.0	81.75399999999999	36.0	0.00039400342998301786	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0108_000000011948	1922	0.8647587754471127	5	4	2	3	1	True	125759	fragment	False	FIJ0108_000000011948	1.0		0	0	False	False	0.9994797110557556	0					non-mobilizable	other	1159.0	94.564	99.0	0.00034865162446667293	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0064_000000009114	1978	0.8647552064886045	3	3	3	3	2	False	93624	fragment	False	ISR0112_000000012858	0.3074169155259599		0	0	False	False	0.9949443936347961	0					non-mobilizable	no_good_hit	135.0	91.111	7.0	4.6932005404590936e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0031_000000002477	10539	0.8647324221892998	12	10	3	5	8	True	117636	fragment	False	CHI0149_000000001585	0.8803420171439789		0	0	False	False	0.9999051094055176	0					non-mobilizable	other	9028.0	99.834	100.0	0.0028968884843949268	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0003_01_000000001729	18402	0.8647284014170324	41	14	6	11	7	True	75514	maximal	True	USA0003_01_000000001729	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2697.0	91.398	65.0	0.04754900223301315	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0007_000000037733	1694	0.8647199092697132	2	2	2	2	2	False	88574	fragment	False	MON0007_000000037733	0.9671636330375927		0	0	False	False	0.9740259647369385	0					non-mobilizable	no_good_hit								True	False
MAD0067_000000002557	3617	0.8647149957785997	7	3	1	3	0	True	19502	fragment	False	MAD0067_000000002557	1.0		0	0	False	False	0.9994470477104187	0					non-mobilizable	virus	1832.0	86.79	90.0	0.032360968347924714	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	False	True
ENG0103_000000010164	1739	0.8646994475127078	3	3	3	3	2	False	60295	fragment	False	ENG0103_000000010164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	83.04799999999999	63.0	0.00021745771707351065	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0147_000000004540	4067	0.8646990998506908	5	5	5	4	4	False	99184	fragment	False	FIJ0147_000000004540	1.0		0	0	False	False	0.9990164637565613	0					non-mobilizable	other	1785.0	99.04799999999999	100.0	0.0008045474578924839	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
AST0104_000000018904	1820	0.8646973834177901	3	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.3974572053890364		0	0	False	False	0.9972527623176575	0					non-mobilizable	other	1102.0	94.19200000000001	94.0	0.015297300312360554	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0142_000000010539	3004	0.8646958569108419	2	2	2	2	2	True	120292	fragment	False	ENG0142_000000010539	1.0		0	0	False	False	0.9826897382736206	0					non-mobilizable	plasmid	2244.0	99.242	99.0	0.6641989931892212	HM050421.1	firmicutes	Streptococcus thermophilus plasmid pK1002C2, complete sequence	False	True
AST0085_000000004753	2682	0.8646958569108419	2	2	2	2	2	True	120291	fragment	False	AST0085_000000004753	1.0		0	0	False	False	0.9992542862892151	0					non-mobilizable	other	2233.0	99.64200000000001	100.0	0.663001485884101	AJ242476.2	firmicutes	Streptococcus thermophilus repA gene for replication protein and ORF2 DNA for putative small heat shock protein, strain ER1	False	True
ENG0021_000000012635	1422	0.8646958569108419	2	2	2	2	2	True	66346	fragment	False	ENG0021_000000012635	1.0		0	0	False	False	0.9943740963935852	0					non-mobilizable	plasmid	1423.0	99.93	100.0	0.4771812080536913	HM050422.1	firmicutes	Streptococcus thermophilus plasmid pK2007C6, complete sequence	False	True
CHI0029_000000003618	3300	0.8646946969036361	2	2	2	2	2	False	88616	fragment	False	CHI0029_000000003618	1.0		0	0	False	False	0.9993939399719238	0					non-mobilizable	no_good_hit	2183.0	79.753	66.0	0.019148073737266926	NZ_MIEH01000015.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_15, whole genome shotgun sequence	True	False
FIJ0058_000000030410	1389	0.8646934563392393	2	2	1	2	1	False	67346	fragment	False	ISR0150_000000015766	0.7763293561095205		0	0	False	False	0.9992800354957581	0					non-mobilizable	other	1392.0	96.336	100.0	0.024010270289025363	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
DEN0005_000000022363	1682	0.8646883805145009	2	2	2	2	2	False	95247	fragment	False	ENG0207_000000009966	0.9416405023074127		0	0	False	False	0.9994054436683655	0					non-mobilizable	no_good_hit								True	False
USA0032_01_000000006361	4031	0.8646873261660563	4	4	4	4	4	False	98962	fragment	False	CHI0121_000000002037	0.9944153051284855		0	0	False	False	1.0	0					non-mobilizable	other	4011.0	99.85	100.0	0.0007549386906549738	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0139_000000005764	4007	0.8646873261660563	4	4	4	4	4	False	98962	fragment	False	CHI0121_000000002037	0.9933798423946023		0	0	False	False	1.0	0					non-mobilizable	other	3991.0	99.85	100.0	0.0007511724711954828	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
MON0103_000000002636	11428	0.8646729264195085	15	8	6	7	7	True	126187	maximal	False	ISR0836_000000001321	0.9530480259281084		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1605.0	73.645	14.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0054_01_000000001341	8490	0.8646599030583179	11	7	4	6	6	True	123488	fragment	False	USA0054_01_000000001341	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7123.0	95.73200000000001	100.0	0.0012996003765471215	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
SPA0064_000000001327	13337	0.8646512113243849	16	12	6	12	8	True	91673	fragment	False	CAN0021_000000002556	0.9260880201011634		0	0	False	False	0.9999250173568726	0					non-mobilizable	other	13347.0	92.755	100.0	0.3153451415328588	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
FIJ0165_000000001810	9653	0.8646493578756582	10	8	7	5	7	False	53439	maximal	True	FIJ0165_000000001810	1.0		22	2	False	False	1.0	0					non-mobilizable	no_good_hit	1863.0	88.191	19.0	0.0005535734789222659	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
FIJ0062_000000003892	7052	0.8646484015904289	6	5	5	4	4	False	45732	fragment	False	FIJ0062_000000003892	1.0		0	0	False	False	0.9948950409889221	0					non-mobilizable	no_good_hit	241.0	78.008	3.0	0.00018781866304545998	NZ_GL878519.1	firmicutes	Dialister micraerophilus DSM 19965 SCAFFOLD1, whole genome shotgun sequence	True	False
AST0111_000000008757	2261	0.864647112055417	4	4	3	3	4	True	106828	maximal	True	AST0111_000000008757	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2129.0	99.48299999999999	96.0	0.7766423357664234	NZ_AZEC01000035.1	firmicutes	Lactobacillus perolens DSM 12744 Scaffold35, whole genome shotgun sequence	False	True
SPA0158_000000008604	2188	0.8646151728028725	2	2	2	2	2	False	76300	fragment	False	SPA0158_000000008604	1.0		0	0	False	False	0.9931444525718689	0					non-mobilizable	other	2180.0	97.385	99.0	0.001870469754873179	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0066_000000014332	2255	0.8646105717521082	4	4	3	3	1	False	79567	fragment	False	ISR0128_000000015139	0.9556124626547162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	90.34100000000001	15.0	0.00016323180315177294	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0781_000000003174	7213	0.8646046310150048	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.4967277525528343		0	0	False	True	0.9998613595962524	0					non-mobilizable	no_good_hit	1616.0	87.12899999999999	23.0	0.020133388390455097	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0273_000000010029	1369	0.8646045656641783	3	3	2	2	1	False	75172	fragment	False	ISR0273_000000010029	1.0		0	0	False	False	0.989043116569519	0					non-mobilizable	other	1369.0	98.24700000000001	100.0	0.02184229447950787	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0023_000000005306	5569	0.8646037652618803	7	4	4	3	3	False	78336	maximal	True	FIJ0023_000000005306	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	1.0	9.038469115087523e-05	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0040_000000009321	2929	0.864597386628756	2	2	2	2	1	True	36497	fragment	False	ISR0040_000000009321	1.0		0	0	False	False	0.9972686767578125	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	2.0	1.0731886675009542e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ISR0338_000000003260	6167	0.8645932645731041	13	5	4	4	5	True	110429	maximal	True	ISR0338_000000003260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	97.72200000000001	63.0	0.00909488866105268	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0019_01_000000013310	2262	0.8645906866344382	4	4	4	3	4	False	126677	fragment	False	USA0019_01_000000013310	1.0		0	0	False	False	0.9942528605461121	0					non-mobilizable	no_good_hit	172.0	78.488	8.0	0.000501816872263991	NZ_UFQB01000005.1	b-proteobacteria	Achromobacter agilis strain LMG 3411 isolate LMG 3411, whole genome shotgun sequence	True	False
ENG0148_000000030718	1169	0.864583678313722	2	2	2	2	1	False	75815	fragment	False	FIJ0064_000000021706	0.8049108565909066		0	0	False	False	0.9982891082763672	0					non-mobilizable	no_good_hit								True	False
FIJ0142_000000013112	2586	0.8645799776760362	4	4	3	3	3	False	95220	fragment	False	FIJ0142_000000013112	0.998937074829932		0	0	False	False	0.9996132850646973	0					non-mobilizable	other	2576.0	99.65100000000001	99.0	0.010574204366123094	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0213_000000001956	10019	0.8645751307276552	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.9697136943707032		0	0	True	True	0.9997005462646484	4					non-mobilizable	other	5133.0	97.545	98.0	0.5223880597014925	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0311_000000002160	6817	0.8645593750552342	8	4	1	1	3	True	123150	maximal	True	ISR0311_000000002160	1.0	PS879	1	1	True	True	1.0	12					non-mobilizable	no_good_hit	1805.0	98.89200000000001	47.0	0.22061880885410298	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
USA0008_01_000000003496	2112	0.8645569679693292	3	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.9745965245394269		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	98.436	98.0	0.0001704705312780813	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
CHI0072_000000005598	1938	0.8645569679693292	3	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.9307944393600045		0	0	False	False	0.9994840025901794	0					non-mobilizable	chromosome	1938.0	98.4	100.0	0.0002734605800782555	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
FIJ0008_000000001175	17566	0.8645523448958871	15	10	4	10	7	True	51483	fragment	False	FIJ0008_000000001175	0.9547457342774766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.1928153708429865e-06	CP039731.1	b-proteobacteria	Aquitalea sp. THG-DN7.12 chromosome, complete genome	True	True
AUS0002_000000016564	2192	0.8645301388670915	3	1	1	1	1	False	102963	fragment	False	AUS0002_000000016564	0.9959095283926853		0	0	False	False	0.9995437860488892	0					non-mobilizable	no_good_hit								True	False
ISR0161_000000014757	2078	0.8645301388670915	3	1	1	1	1	False	102963	fragment	False	AUS0002_000000016564	0.9701186131386861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0069_000000003060	7356	0.8644938557264229	6	5	5	5	5	False	131542	fragment	False	SPA0069_000000003060	0.9985657697035923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4268.0	99.883	58.0	0.037082420829422605	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
SPA0072_000000002379	7321	0.8644938557264229	6	5	5	5	5	False	131542	fragment	False	SPA0069_000000003060	0.9961935834692768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4268.0	99.883	58.0	0.037082420829422605	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
ENG0119_000000026068	1142	0.8644928449524516	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.4814901117660674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	5.978225594321027e-06	CP047650.1	b-proteobacteria	Xylophilus sp. KACC 21265 chromosome, complete genome	True	False
ENG0044_000000003990	4367	0.8644902822583861	5	3	0	2	2	True	125131	fragment	False	ENG0044_000000003990	1.0		0	0	False	True	0.9860315918922424	0	rep_cluster_233				non-mobilizable	no_good_hit	1544.0	92.098	41.0	0.26519717582228347	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
CHI0147_000000010548	1807	0.8644865195306203	3	1	1	1	1	False	79645	fragment	False	CHI0147_000000010548	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	4.0	0.00016700495876262173	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ENG0201_000000001974	4651	0.8644693460528234	8	8	3	2	8	True	54168	fragment	False	ENG0201_000000001974	1.0		0	0	False	False	1.0	0	IncX1				non-mobilizable	plasmid	4651.0	100.0	100.0	0.036003809435320895	CP061750.1	enterobacteria	Escherichia coli O15:H12 strain 2273-PO3 plasmid unnamed1, complete sequence	False	True
SPA0060_000000009758	1459	0.8644647584496638	2	2	1	2	2	True	6226	fragment	False	SPA0060_000000009758	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1459.0	99.794	100.0	0.005099292814124132	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
ISR0099_000000013341	1469	0.8644625274402555	2	2	2	2	1	False	33204	fragment	False	ISR0099_000000013341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	95.89	30.0	8.081043704283787e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0090_000000017446	1647	0.8644581442437203	3	3	3	3	2	False	68723	maximal	True	DEN0090_000000017446	1.0		0	0	False	False	0.994535505771637	0					non-mobilizable	no_good_hit	864.0	99.537	52.0	0.016503480455901477	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0036_000000013258	2929	0.8644543930441356	3	3	3	2	3	False	47965	maximal	True	FIJ0036_000000013258	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	90.21	39.0	0.005561729839338636	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
ISR0774_000000005207	4535	0.8644518015833531	4	4	3	3	3	True	123496	fragment	False	ISR0806_000000001946	0.9473212759313078		0	0	False	False	0.9995589852333069	0					non-mobilizable	other	4535.0	99.537	100.0	0.0010117276957444287	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
CHI0130_000000003611	4534	0.8644518015833531	4	4	3	3	3	True	123496	fragment	False	ISR0806_000000001946	0.9482033374052519		0	0	False	False	0.9982355833053589	0					non-mobilizable	other	4534.0	99.868	100.0	0.03489150765488735	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0090_000000009859	3407	0.8644474834342214	4	4	4	4	3	False	76303	fragment	False	SPA0090_000000009859	0.9822599880739415		0	0	False	False	0.9961843490600586	0					non-mobilizable	other	1777.0	97.91799999999999	96.0	0.0015236731596603454	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
SPA0028_000000008265	3354	0.8644474834342214	4	4	4	4	3	False	76303	fragment	False	SPA0090_000000009859	0.9750513648371001		0	0	False	False	0.9961240291595459	0					non-mobilizable	other	3359.0	97.469	99.0	0.002880815281025419	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
USA0121_01_000000007213	6463	0.8644441544294309	6	2	1	1	2	False	70202	maximal	True	USA0121_01_000000007213	1.0		96	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0249_000000009317	2073	0.8644201267011347	3	3	3	3	3	False	103261	fragment	False	ISR0249_000000009317	1.0		0	0	False	False	0.9985527992248535	0					non-mobilizable	other	2073.0	100.0	100.0	0.00039018033600326905	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0812_000000000543	41322	0.8644188892498362	41	30	20	29	16	True	98522	fragment	False	SPA0118_000000000376	0.9573510449304388		0	0	False	False	0.9998548030853271	0					non-mobilizable	no_good_hit	8960.0	99.721	22.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
USA0050_01_000000000195	41083	0.8644188892498362	42	30	20	29	16	True	98522	fragment	False	SPA0118_000000000376	0.7780593617631181		0	0	False	False	0.9988803267478943	0					non-mobilizable	no_good_hit	8961.0	99.71	22.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
SPA0107_000000014902	2180	0.8644168946605748	3	3	2	2	2	False	78987	fragment	False	SPA0101_000000018440	0.6358217851288929		0	0	False	False	1.0	0					non-mobilizable	plasmid	2052.0	99.95100000000001	94.0	0.3666428316052914	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ISR0187_000000002086	10849	0.8643922012788873	16	3	2	3	2	False	56526	maximal	True	ISR0187_000000002086	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	100.0	5.0	0.09014758675708018	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
SPA0073_000000007759	1387	0.8643920016726311	2	2	2	2	2	False	5837	fragment	False	SPA0087_000000010138	0.9876237623762376		0	0	False	False	1.0	0					non-mobilizable	chromosome	1387.0	99.42299999999999	100.0	0.0003330685126256036	CP053898.1	enterobacteria	Proteus mirabilis strain YPM35 chromosome, complete genome	False	False
CHI0029_000000006990	1638	0.8643918135240403	2	2	2	2	2	False	88589	fragment	False	CHI0029_000000006990	1.0		0	0	False	False	0.9981684684753418	0					non-mobilizable	chromosome	1638.0	99.87799999999999	100.0	0.000461231869459829	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MON0039_000000018051	2606	0.8643834320581656	3	3	3	3	3	False	11940	fragment	False	MON0039_000000018051	1.0		0	0	False	False	0.9942440390586853	0					non-mobilizable	other	2606.0	99.57799999999999	100.0	0.0004931627387816362	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
FIJ0145_000000005716	2446	0.8643833316780553	5	4	2	4	4	False	97985	fragment	False	FIJ0145_000000005716	1.0		0	0	False	False	0.995911717414856	0					non-mobilizable	chromosome	2446.0	99.836	100.0	0.00034670484343121233	CP050218.1	enterobacteria	Escherichia coli strain RM-096-MS chromosome	False	False
ISR0036_000000002561	3576	0.8643830983235229	4	4	4	3	3	False	101105	maximal	True	ISR0036_000000002561	1.0		6	4	False	False	0.9977628588676453	0					non-mobilizable	no_good_hit	2084.0	93.13799999999999	74.0	0.00037306144806312057	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
TAN0027_000000009418	1290	0.8643697815415876	2	1	1	1	1	False	83743	fragment	False	TAN0027_000000009418	0.9531181471225576		0	0	False	False	0.9992247819900513	0					non-mobilizable	other	1171.0	95.132	94.0	0.009383518135839894	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0151_000000001100	12815	0.864368193834767	16	9	6	8	6	True	48777	maximal	True	FIJ0151_000000001100	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1576.0	82.678	44.0	0.0008413054747511963	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
CHI0169_000000001054	12018	0.8643627425719732	17	17	6	10	15	True	132521	backbone	False	USA0060_01_000000001071	0.22152714679442234	PS1166	0	0	True	True	1.0	3			MPF_T		non-mobilizable	plasmid	12035.0	92.738	100.0	0.16239015817223199	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
USA0052_01_000000001472	12001	0.8643627425719732	17	17	6	10	15	True	132521	backbone	False	USA0060_01_000000001071	0.22961069717891716	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	12023.0	92.639	100.0	0.1621873732594295	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0067_000000000619	11999	0.8643627425719732	17	17	6	10	15	True	132521	backbone	False	USA0060_01_000000001071	0.2184784772978712	PS1166	0	0	True	True	1.0	35			MPF_T		non-mobilizable	plasmid	12016.0	92.71799999999999	100.0	0.16213329728268217	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0121_000000001567	11955	0.8643627425719732	17	17	6	10	15	True	132521	backbone	False	USA0060_01_000000001071	0.22945359601869347	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	11976.0	92.602	100.0	0.16155198053264838	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0130_000000002640	11940	0.8643627425719732	17	17	6	10	15	True	132521	backbone	False	USA0060_01_000000001071	0.2293457782523525	PS1166	0	0	False	True	0.9999162554740906	0			MPF_T		non-mobilizable	plasmid	11961.0	92.626	100.0	0.16134919561984587	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
AST0028_000000001510	11940	0.8643627425719732	17	17	6	10	15	True	132521	backbone	False	USA0060_01_000000001071	0.2293563586102339	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	11961.0	92.609	100.0	0.16134919561984587	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0020_000000007019	3042	0.8643580925533833	4	3	3	3	2	True	79263	fragment	False	ISR0020_000000007019	1.0		0	0	False	False	0.993096649646759	0					non-mobilizable	no_good_hit	622.0	77.814	20.0	0.0006858176036909457	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ISR0043_000000004258	5158	0.8643566769160584	7	4	2	4	3	False	76137	maximal	True	ISR0043_000000004258	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	3940.0	99.92399999999999	76.0	0.10343287894308302	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
TAN0020_000000004240	1658	0.8643486210108815	2	2	2	2	1	False	2396	fragment	False	TAN0020_000000004240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0142_000000004120	6049	0.8643481024009265	6	6	6	6	5	False	57704	maximal	True	ENG0142_000000004120	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2029.0	75.111	33.0	0.000715581510801355	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ISR0177_000000006239	4039	0.8643347075145992	6	3	0	1	2	False	99246	maximal	True	ISR0177_000000006239	1.0	PS556	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	64.0	100.0	3.0	1.1430132769156494e-05	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
ENG0011_000000006939	3707	0.864333466500571	3	3	3	3	3	False	116981	fragment	False	ENG0011_000000006939	0.9788929270338271		0	0	False	True	0.9981116652488708	0					non-mobilizable	no_good_hit	1887.0	97.244	52.0	0.04463228678316049	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0118_000000003809	3577	0.864333466500571	3	3	3	3	3	False	116981	fragment	False	ENG0011_000000006939	0.9618289722147289		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1742.0	96.9	52.0	0.006312339336279817	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0214_000000019398	1570	0.8643291941110776	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.40674973228567507		0	0	False	False	1.0	0					non-mobilizable	other	1589.0	77.596	100.0	0.021837349397590362	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0124_000000019995	1469	0.8643255080295497	3	2	1	2	1	False	4043	maximal	True	SPA0124_000000019995	1.0		7	4	False	False	0.9863852858543396	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0003213612184664304	NZ_NFIG01000012.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_12, whole genome shotgun sequence	True	False
CHI0051_000000009773	1871	0.8643139608187794	3	3	3	3	2	False	86637	maximal	True	CHI0051_000000009773	1.0		4	3	False	False	0.9973276257514954	0					non-mobilizable	no_good_hit	88.0	85.227	5.0	0.0009619318244640271	NZ_LZYW01000105.1	firmicutes	Clostridium aurantibutyricum strain DSM 793 CLAUR_contig000105, whole genome shotgun sequence	True	False
ENG0060_000000001633	13289	0.8643101129554283	8	6	5	5	6	False	107535	maximal	True	ENG0060_000000001633	0.9445283588852806		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	71.453	9.0	0.004162784353599303	NZ_JH591189.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.3, whole genome shotgun sequence	True	False
ISR0350_000000010090	1902	0.8643083625016126	3	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.4298007487042855		0	0	False	False	0.9873816967010498	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	0.0009335373285273449	NZ_JAAIPV010000040.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_40_length_38563_cov_89.0609, whole genome shotgun sequence	True	False
ENG0206_000000013689	1861	0.8643083625016126	2	2	2	1	1	False	113530	fragment	False	ENG0206_000000013689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	74.82	15.0	9.703157740410783e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0102_000000024184	1860	0.8643083625016126	3	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.3750012231035411		0	0	False	False	0.9967741966247559	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0163_000000015051	1702	0.8643083625016126	2	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.3632673647577699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	84.865	11.0	6.515989139545928e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0021_000000011211	1388	0.8643078033296284	2	2	1	2	1	False	32960	fragment	False	ISR0121_000000018499	0.9664764621968616		0	0	False	False	0.9935158491134644	0					non-mobilizable	chromosome	1388.0	98.631	100.0	0.000489433770647877	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0049_000000010119	1878	0.8642863289105628	3	2	2	2	2	False	64183	maximal	True	ENG0049_000000010119	1.0		1	1	False	False	0.996272623538971	0					non-mobilizable	no_good_hit	956.0	98.22200000000001	51.0	0.04812591434192605	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0151_000000011790	1996	0.8642838907540298	3	2	2	2	2	False	57102	fragment	False	FIJ0090_000000019823	0.918625678119349		0	0	False	False	0.9989979863166809	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	4.348765371482761e-05	NZ_JRPR02000001.1	e-proteobacteria	Helicobacter jaachi strain MIT 09-6949 NODE_1_length_712846_cov_62.9814, whole genome shotgun sequence	True	False
CAN0008_000000005428	5168	0.8642799490614584	6	6	4	4	4	False	114901	maximal	True	CAN0008_000000005428	1.0		4	3	False	False	0.9998065233230591	0					non-mobilizable	no_good_hit	2699.0	96.073	52.0	0.0007510874482374639	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0029_000000006050	7383	0.8642647265557879	9	7	5	6	6	True	128593	fragment	False	ISR0029_000000006050	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7393.0	96.131	100.0	0.2963350364082552	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
USA0017_01_000000011637	2376	0.8642556179289497	3	3	3	3	3	False	95652	fragment	False	MON0040_000000010768	0.7057966783216783		0	0	False	False	0.997474730014801	0					non-mobilizable	chromosome	2399.0	84.368	100.0	0.0007963817475766063	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0179_000000004477	5769	0.8642521228545794	5	5	4	5	5	True	123503	fragment	False	ENG0155_000000003603	0.7224812246942274		0	0	False	False	1.0	0					non-mobilizable	chromosome	5158.0	98.21600000000001	99.0	0.0007931459877890905	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
ISR0805_000000001500	8932	0.8642468117265345	9	7	5	7	2	True	119681	fragment	False	ISR0805_000000001500	0.9941118743866536		0	0	False	False	0.9987684488296509	0					non-mobilizable	no_good_hit								True	True
CHI0112_000000011152	1645	0.8642457212888511	4	3	1	3	1	True	125757	fragment	False	MAD0022_000000007809	0.7607954922613613		0	0	False	False	0.9993920922279358	0					non-mobilizable	chromosome	999.0	95.596	100.0	0.0003521664766449756	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0119_000000009399	1372	0.8642457212888511	3	3	1	3	1	True	81921	fragment	False	CHI0119_000000009399	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1023.0	95.015	100.0	0.00031763137214886177	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0025_01_000000002935	6167	0.8642385351269145	8	3	2	3	1	True	25849	fragment	False	USA0025_01_000000002935	1.0		0	0	False	False	0.9998378753662109	0					non-mobilizable	no_good_hit								True	True
SPA0145_000000021039	1656	0.8642334499699069	2	2	1	2	1	False	115057	fragment	False	SPA0145_000000021039	0.9496623695518722		0	0	False	False	0.998792290687561	0					non-mobilizable	chromosome	1657.0	98.431	100.0	0.0002337389136334714	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0384_000000018151	1142	0.8642289352491975	2	1	1	1	1	False	23068	maximal	True	ISR0384_000000018151	1.0		0	0	False	False	0.8817863464355469	0					non-mobilizable	no_good_hit								True	False
FIJ0168_000000004506	4208	0.8642256369293897	7	3	1	1	2	True	38927	fragment	False	FIJ0168_000000004506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0255_000000017794	1816	0.8642255021661946	3	2	2	2	2	False	35486	fragment	False	ISR0255_000000017794	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	98.899	100.0	0.014908454695547177	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ENG0024_000000007993	3437	0.8642249037131722	6	6	2	5	4	True	126942	fragment	False	ENG0024_000000007993	1.0		0	0	False	True	1.0	0					non-mobilizable	other	3258.0	99.294	95.0	0.04314697268860236	MK211807.1	firmicutes	Streptococcus suis ICE element ICESsu14ND70, complete sequence	False	True
TAN0014_000000005276	1272	0.8642228832192715	3	3	3	1	1	False	2539	fragment	False	TAN0014_000000005276	1.0		0	0	False	False	0.9748427867889404	0					non-mobilizable	no_good_hit								True	False
USA0036_01_000000007357	5274	0.8642206995309979	9	1	1	1	1	False	93489	maximal	True	USA0036_01_000000007357	1.0		1	1	False	False	0.9982935190200806	0					non-mobilizable	no_good_hit	770.0	82.85700000000001	51.0	0.0013854763116022818	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0190_000000006209	3735	0.8642206995309979	7	1	1	1	1	False	91644	fragment	False	ISR0190_000000006209	0.9926743878111498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	87.215	45.0	0.001019263171946991	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CAN0021_000000011266	3734	0.8642206995309979	7	1	1	1	1	False	91644	fragment	False	ISR0190_000000006209	0.9887273972583145		0	0	False	False	0.9900910258293152	0					non-mobilizable	no_good_hit	804.0	81.468	50.0	0.0014450084968664423	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0170_000000012296	3705	0.8642206995309979	7	1	1	1	1	False	91644	fragment	False	ISR0190_000000006209	0.9882314374614816		0	0	False	False	0.999730110168457	0					non-mobilizable	no_good_hit	570.0	86.84200000000001	46.0	0.0010138511551047948	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0341_000000003964	3320	0.8642206995309979	6	1	1	1	1	False	93487	maximal	True	ISR0341_000000003964	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	82.98700000000001	55.0	0.0013854763116022818	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CHI0037_000000004605	2815	0.8642206995309979	5	1	1	1	1	False	87999	maximal	True	CHI0037_000000004605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	82.92	38.0	0.0012321358344067168	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0208_000000011094	2777	0.8642206995309979	5	1	1	1	1	False	86909	maximal	True	ENG0208_000000011094	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	82.514	27.0	0.0012429598680911095	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0003_000000009943	2301	0.8642206995309979	3	1	1	1	1	False	91278	fragment	False	ENG0003_000000009943	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	82.92	30.0	0.0012321358344067168	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0288_000000013687	2209	0.8642206995309979	4	1	1	1	1	False	93488	fragment	False	ISR0288_000000013687	1.0		0	0	False	False	0.9945676922798157	0					non-mobilizable	no_good_hit	484.0	90.70200000000001	53.0	0.000869530705979557	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CHI0167_000000010459	1993	0.8642206995309979	3	1	1	1	1	False	83879	fragment	False	CHI0167_000000010459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	82.92	35.0	0.0012321358344067168	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CHI0048_000000009689	1984	0.8642206995309979	3	1	1	1	1	False	86908	fragment	False	CHI0048_000000009689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	82.727	42.0	0.0013854763116022818	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0182_000000015223	1879	0.8642206995309979	2	1	1	1	1	False	55234	maximal	True	ENG0182_000000015223	1.0		1	1	False	False	0.9978712201118469	0					non-mobilizable	no_good_hit	685.0	82.92	37.0	0.0012321358344067168	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CHI0089_000000004690	1818	0.8642206995309979	3	1	1	1	1	False	83879	fragment	False	CHI0167_000000010459	0.9560963371801304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	82.92	38.0	0.0012321358344067168	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
USA0073_01_000000008617	1776	0.8642206995309979	3	1	1	1	1	False	71981	fragment	False	USA0073_01_000000008617	1.0		0	0	False	False	0.9921171069145203	0					non-mobilizable	no_good_hit	685.0	82.92	39.0	0.0012321358344067168	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CAN0022_000000019959	1619	0.8642206995309979	2	1	1	1	1	False	91277	fragment	False	CAN0022_000000019959	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	81.468	49.0	0.0014450084968664423	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CAN0014_000000034436	1443	0.8642206995309979	2	1	1	1	1	False	93486	fragment	False	CAN0014_000000034436	1.0		0	0	False	False	0.9965350031852722	0					non-mobilizable	no_good_hit	471.0	90.65799999999999	79.0	0.0008442746273826404	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
USA0111_01_000000017747	1426	0.8642206995309979	3	1	1	1	1	False	71980	maximal	True	USA0111_01_000000017747	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	82.514	48.0	0.0012429598680911095	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0017_000000014800	1381	0.8642206995309979	2	1	1	1	1	False	66681	fragment	False	ENG0017_000000014800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	82.514	50.0	0.0012429598680911095	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
SPA0139_000000025213	1124	0.8642206995309979	2	1	1	1	1	False	3501	fragment	False	SPA0139_000000025213	1.0		0	0	False	False	0.9991103410720825	0					non-mobilizable	other	753.0	81.408	99.0	0.0013548082161631686	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	False	False
CHI0071_000000010776	1109	0.8642206995309979	1	1	1	1	1	False	84868	fragment	False	CHI0071_000000010776	0.9509090909090909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	82.667	61.0	0.001214095778266062	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0054_000000025999	1100	0.8642206995309979	1	1	1	1	1	False	84868	fragment	False	CHI0071_000000010776	0.9472497745716862		0	0	False	False	0.9727272987365723	0					non-mobilizable	no_good_hit	692.0	83.382	62.0	0.0012429598680911095	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0101_000000000643	24313	0.8642187132188958	19	13	8	12	6	True	120599	fragment	False	ISR0101_000000000643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	93.852	4.0	0.9895833333333334	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
ISR0011_000000003882	6296	0.8642164445969209	10	2	2	2	0	True	48119	maximal	True	ISR0011_000000003882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	98.27600000000001	2.0	0.003110461971221465	NZ_JAAIPV010000042.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_42_length_36972_cov_94.6972, whole genome shotgun sequence	True	True
MON0011_000000002008	15047	0.8642152451378503	18	9	6	9	7	True	70489	fragment	False	MON0005_000000001603	0.964596842863693		0	0	False	False	0.9961454272270203	0					non-mobilizable	no_good_hit	86.0	87.209	1.0	1.6921611901984946e-05	CP031606.1	g-proteobacteria	Pseudomonas sp. phDV1 chromosome, complete genome	True	True
ISR0229_000000003321	4611	0.8642124538711147	8	2	1	2	1	False	27581	fragment	False	ISR0229_000000003321	1.0		0	0	False	False	0.9993493556976318	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.0003214265749902175	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
USA0101_01_000000000041	51439	0.8642112770820393	77	27	13	22	16	True	99772	fragment	False	USA0101_01_000000000041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1505.0	82.59100000000001	3.0	0.02575786233815362	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
AST0053_000000000181	54273	0.8642081136142254	52	27	12	23	9	True	132147	fragment	False	ISR0104_000000000158	0.6553902247921956		0	0	False	True	0.9996314644813538	0					non-mobilizable	no_good_hit	2809.0	99.21700000000001	8.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0080_01_000000004954	8040	0.8641981852933894	15	10	5	7	6	False	86584	fragment	False	USA0080_01_000000004954	1.0		0	0	False	False	0.9997512698173523	0					non-mobilizable	no_good_hit	1619.0	83.941	25.0	0.0004564675317596937	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0004_000000006923	3833	0.8641961648195372	4	4	4	4	3	False	96709	backbone	False	ENG0200_000000005409	0.9858788123004721	PS517	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	224.0	96.875	6.0	8.098533366502214e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
MON0017_000000004799	4000	0.8641927461897185	4	4	3	4	3	False	125671	fragment	False	MON0017_000000004799	1.0		0	0	False	False	0.999750018119812	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00011869905832080399	NZ_AUIO01000002.1	firmicutes	Streptococcus plurextorum DSM 22810 G575DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MON0108_000000018100	1195	0.8641922578859039	2	2	1	2	1	False	68616	fragment	False	ISR0134_000000026153	0.9640779049153421		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	98.32600000000001	100.0	0.013594134256307497	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
SPA0095_000000010397	1904	0.8641909580680146	2	2	2	1	2	False	8279	fragment	False	SPA0095_000000010397	0.9971894322653176		0	0	False	False	0.9994747638702393	0					non-mobilizable	chromosome	1904.0	100.0	100.0	0.0005859704569892142	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
SPA0121_000000006582	1779	0.8641909580680146	2	2	2	1	2	False	8279	fragment	False	SPA0095_000000010397	0.9645483193277311		0	0	False	False	0.9977515339851379	0					non-mobilizable	chromosome	1779.0	100.0	100.0	0.0005474805425784671	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ISR0083_000000003688	5871	0.8641811111281705	13	6	3	6	2	False	34126	maximal	True	ISR0083_000000003688	1.0		2	1	False	False	0.9960824251174927	0					non-mobilizable	no_good_hit								True	False
DEN0085_000000003977	9071	0.8641730761128609	7	4	2	2	4	False	106705	maximal	False	MON0031_000000003941	0.9917330703151694		0	0	False	False	0.9998897314071655	0					non-mobilizable	chromosome	9085.0	99.152	100.0	0.0025396303414519294	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0089_000000012544	1649	0.8641706259101554	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.30028563539107855		0	0	False	False	0.9981806874275208	0					non-mobilizable	other	1654.0	96.43299999999999	100.0	0.0004052790725214169	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0038_000000018703	1874	0.864169857388386	3	3	2	2	1	True	125766	fragment	False	FIJ0038_000000018703	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	94.102	100.0	0.0005314255649572477	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0031_000000011639	1260	0.8641633488121078	2	2	2	2	1	False	87766	maximal	True	MAD0031_000000011639	1.0		271	13	False	False	1.0	0					non-mobilizable	other	566.0	87.809	100.0	0.00016890635693074567	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0056_000000000770	11196	0.8641613346986754	19	5	3	5	2	False	19747	maximal	True	MAD0056_000000000770	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	81.0	86.42	1.0	0.007634325473521454	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	True
ISR0775_000000006725	2838	0.8641577388512125	4	2	2	2	2	False	81492	fragment	False	SPA0091_000000004204	0.8595860167974908		0	0	False	False	0.9985905289649963	0					non-mobilizable	other	2810.0	92.98899999999999	99.0	0.14636830520909758	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
CHI0126_000000005547	2699	0.8641577388512125	3	2	2	2	2	False	81492	fragment	False	SPA0091_000000004204	0.6476064275287918		0	0	False	False	0.9996294975280762	0					non-mobilizable	other	2708.0	93.833	99.0	0.14112776438528457	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
DEN0034_000000002617	2674	0.8641577388512125	3	2	2	2	2	False	81492	fragment	False	SPA0091_000000004204	0.6463400045775809		0	0	False	False	0.9996260404586792	0					non-mobilizable	other	2685.0	93.40799999999999	99.0	0.13987003458756944	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
ENG0142_000000007266	4025	0.8641562236388133	5	4	4	2	3	False	81834	fragment	False	ENG0142_000000007266	1.0		0	0	False	False	0.9982608556747437	0					non-mobilizable	no_good_hit	2190.0	98.76700000000001	58.0	0.0006899675441032361	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0006_000000002552	6495	0.8641194948135004	9	4	1	4	4	True	127667	maximal	True	AST0006_000000002552	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	98.31200000000001	6.0	0.000754384058202648	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0104_000000012758	1945	0.8641192620309993	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.04406428201140487		0	0	False	False	1.0	0					non-mobilizable	other	1945.0	98.149	100.0	0.03768902675455603	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ISR0100_000000001847	5598	0.8641144958127117	9	2	2	2	1	False	67447	maximal	True	ISR0100_000000001847	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0288_000000006238	4583	0.8641144958127117	6	2	2	2	1	False	67444	maximal	True	ISR0288_000000006238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	88.02	36.0	0.050689815532475584	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
DEN0028_000000005402	4562	0.8641144958127117	6	2	2	2	1	False	74048	maximal	True	DEN0028_000000005402	1.0		0	0	False	False	0.999561607837677	0					non-mobilizable	no_good_hit	2133.0	98.125	47.0	0.036659387519989	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0392_000000007335	4108	0.8641144958127117	2	2	2	2	1	False	67442	maximal	True	ISR0392_000000007335	1.0		1	1	False	False	0.9978091716766357	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000014918	2870	0.8641144958127117	4	2	2	2	1	False	75726	fragment	False	DEN0011_000000014918	1.0		0	0	False	False	0.9923344850540161	0					non-mobilizable	no_good_hit								True	False
ENG0008_000000009555	2576	0.8641144958127117	2	2	2	2	1	False	67437	fragment	False	ENG0008_000000009555	0.987771819429038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0182_000000011521	2469	0.8641144958127117	3	2	2	2	1	False	67437	fragment	False	ENG0008_000000009555	0.9820373916640897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0139_000000010294	2464	0.8641144958127117	2	2	2	2	1	False	67437	fragment	False	ENG0008_000000009555	0.9828444857573686		0	0	False	False	0.9991883039474487	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000014325	2453	0.8641144958127117	2	2	2	2	1	False	67437	fragment	False	ENG0008_000000009555	0.9833890393479121		0	0	False	False	0.9987770318984985	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0012877378738016883	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
USA0069_01_000000025371	2424	0.8641144958127117	2	2	2	2	1	False	67437	fragment	False	ENG0008_000000009555	0.9818955143145599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000008667	2216	0.8641144958127117	2	2	2	2	1	False	67437	fragment	False	ENG0008_000000009555	0.5245462429396484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0394_000000009200	2067	0.8641144958127117	3	2	2	2	1	False	67437	fragment	False	ENG0008_000000009555	0.21435018050541518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0146_000000009948	1919	0.8641025041885867	4	4	4	2	2	True	39975	fragment	False	FIJ0146_000000009948	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1919.0	98.228	100.0	0.004362293228893028	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
CAN0015_000000026593	1302	0.8640988696110804	2	2	2	2	2	False	93134	maximal	True	CAN0015_000000026593	1.0		184	12	False	False	0.9877111911773682	0					non-mobilizable	other	1286.0	97.823	100.0	0.0006777569147028419	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
FIJ0013_000000002849	8174	0.8640968863222729	9	7	4	6	4	True	50665	maximal	True	FIJ0013_000000002849	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4123.0	90.686	75.0	0.0020925665542522814	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	True	True
CHI0151_000000002318	9776	0.8640942129385089	9	8	4	7	6	True	81132	fragment	False	CHI0151_000000002318	0.9992159498207885		0	0	False	False	0.9998977184295654	0					non-mobilizable	no_good_hit	1045.0	98.27799999999999	19.0	0.010579965208191334	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
ISR0056_000000004792	4152	0.8640813563842112	4	3	1	3	1	True	131950	fragment	False	ISR0190_000000002622	0.040502747732975325		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.0032334286780251213	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0166_000000006237	3936	0.8640813563842112	4	3	1	3	1	True	131950	fragment	False	ISR0190_000000002622	0.03146474464790734		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	97.436	2.0	0.0010419485791610284	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	True
CHI0017_000000002235	4918	0.8640690836113081	4	4	4	4	4	False	96105	maximal	True	CHI0017_000000002235	1.0		58	9	False	False	1.0	0					non-mobilizable	no_good_hit	1848.0	99.351	74.0	0.0003686375101739562	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0308_000000000173	34884	0.8640669894633408	26	13	7	11	10	True	128748	maximal	False	ENG0127_000000000383	0.263505224518623	PS1050|PS1051	0	0	False	True	0.9996846914291382	0					non-mobilizable	no_good_hit	3088.0	93.912	27.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0012_000000010958	4894	0.8640541375110116	5	4	3	3	2	False	108617	maximal	True	CAN0012_000000010958	1.0		0	0	False	False	0.9993870258331299	0					non-mobilizable	no_good_hit	2664.0	99.73700000000001	54.0	0.0006426856198187544	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
USA0046_01_000000005253	2135	0.8640504028239558	5	4	4	3	2	False	106085	maximal	True	USA0046_01_000000005253	1.0		1	1	False	False	0.9981264472007751	0					non-mobilizable	other	1617.0	95.176	100.0	0.0005630697335383985	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0079_000000012054	2280	0.8640451527956541	5	3	2	3	1	False	120405	fragment	False	ISR0079_000000012054	0.960562222801353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	99.281	36.0	0.0007581252138214163	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0125_000000001790	8780	0.8640443682609745	13	7	4	5	5	True	126522	backbone	False	ISR0029_000000004601	0.8864940842048563	PS624|PS966	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	3119.0	92.818	84.0	0.3861003861003861	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CAN0005_000000005507	3240	0.8640437093080645	4	4	3	4	4	False	127054	fragment	False	ENG0049_000000005054	0.7553965725296649		0	0	False	False	1.0	0					non-mobilizable	other	2448.0	98.734	100.0	0.00073095241155999	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0209_000000017016	1673	0.8640392317424809	3	2	1	1	2	True	92127	fragment	False	SPA0095_000000011684	0.9358078827092328		0	0	False	False	0.9862522482872009	0					non-mobilizable	other	1654.0	93.34899999999999	99.0	0.00042379801473832587	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
MAD0068_000000022844	1272	0.8640086756411133	2	2	2	1	1	False	16423	fragment	False	MAD0068_000000022844	1.0		0	0	False	False	0.9599056839942932	0					non-mobilizable	no_good_hit								True	False
MON0054_000000017653	2550	0.8640052039774323	2	2	2	2	2	False	46465	fragment	False	MON0042_000000010114	0.9582066869300911		0	0	False	False	0.9878431558609009	0					non-mobilizable	chromosome	1446.0	92.80799999999999	96.0	0.0005829099672360224	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
SPA0037_000000001092	17839	0.8640049336562992	19	11	7	10	5	True	122750	maximal	True	SPA0037_000000001092	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	6335.0	96.93799999999999	67.0	0.025979460963110972	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0849_000000007065	3759	0.8640033459660861	4	4	4	4	3	False	127735	fragment	False	ENG0068_000000006063	0.9657955766331818		0	0	False	False	1.0	0					non-mobilizable	other	3761.0	99.36200000000001	100.0	0.037115295372189695	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
SPA0018_000000009294	3116	0.8639967237492673	4	3	3	3	3	False	103955	fragment	False	SPA0018_000000009294	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3066.0	98.17399999999999	98.0	0.0015042228664451313	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
SPA0077_000000000233	36734	0.8639896838467562	45	16	12	14	7	True	76041	fragment	False	SPA0077_000000000233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	0.000442520212409702	NZ_SMCQ01000011.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_111, whole genome shotgun sequence	True	True
ENG0205_000000001495	10107	0.8639863690391661	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6838266206276815	PS1166	0	0	True	True	1.0	66					non-mobilizable	other	10120.0	97.777	100.0	0.37755521506782763	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
MON0064_000000004334	5113	0.8639799396519076	9	3	1	3	1	False	82580	fragment	False	MON0064_000000004334	1.0		0	0	False	False	0.9904165863990784	0					non-mobilizable	no_good_hit	80.0	97.5	2.0	0.00013116060533109751	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0033_000000001031	21554	0.8639593730173071	22	18	16	16	15	False	121918	maximal	True	DEN0033_000000001031	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	70.80199999999999	7.0	0.004175233275343982	NZ_JABMKZ010000006.1	firmicutes	Paenibacillus alba strain LMG 31323 NODE_5_length_347765_cov_24.657834, whole genome shotgun sequence	True	False
ENG0192_000000002001	6976	0.8639538365369394	15	4	2	4	2	True	58554	fragment	False	ENG0192_000000002001	1.0		0	0	False	False	0.9902523159980774	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000001357	14523	0.8639487687011436	9	8	7	4	3	False	99653	maximal	True	ISR0074_000000001357	1.0		1	1	False	False	0.9997245669364929	0					non-mobilizable	no_good_hit	4548.0	92.04	47.0	0.0018988973400765846	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0206_000000001984	10117	0.8639396650160429	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7096684606399618	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10117.0	99.84200000000001	100.0	0.2697384209263259	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0184_000000000738	10093	0.8639396650160429	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7090793288779468	PS1166	0	0	True	True	1.0	6					non-mobilizable	other	10093.0	99.87100000000001	100.0	0.2690984721222302	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0080_000000014153	3311	0.8639396026327454	4	4	3	4	3	False	10062	fragment	False	MON0080_000000014153	1.0		0	0	False	False	0.9996979832649231	0					non-mobilizable	no_good_hit	740.0	75.405	22.0	0.00020431024355916876	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AUS0016_000000012595	2241	0.8639385861548236	3	2	1	2	2	False	100370	fragment	False	AUS0016_000000012595	1.0		0	0	False	True	0.9968764185905457	0					non-mobilizable	no_good_hit	1602.0	97.69	71.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
USA0083_01_000000004443	6847	0.8639285737303327	7	5	3	2	5	False	89196	maximal	True	USA0083_01_000000004443	1.0		1	1	False	False	0.9988316297531128	0					non-mobilizable	no_good_hit	2870.0	95.749	58.0	0.0005549865453994287	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
DEN0067_000000006510	4699	0.8639237810991715	6	3	1	3	2	False	107995	maximal	True	DEN0067_000000006510	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	731.0	77.975	32.0	0.0015118027254269327	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0054_000000006722	4118	0.8639186239993901	5	2	1	1	2	False	6447	maximal	True	SPA0054_000000006722	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	79.82300000000001	11.0	0.00019596461939900677	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0075_000000003563	5232	0.8639112280290068	6	5	5	5	5	False	11367	fragment	False	MON0080_000000007439	0.9804310833806013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	72.166	26.0	0.010739223130146703	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ENG0150_000000011049	1573	0.8639110112254051	2	2	2	2	2	False	88037	maximal	True	ENG0150_000000011049	1.0		4	4	False	False	0.9694850444793701	0					non-mobilizable	plasmid	1534.0	99.73899999999999	100.0	0.01170654175613409	MN423365.1	enterobacteria	Leclercia adecarboxylata strain L21 plasmid pL21-1NR, complete sequence	False	True
AUS0024_000000015229	2137	0.8639047795332989	2	2	2	2	1	False	98902	maximal	True	AUS0024_000000015229	1.0		4	4	False	False	0.9995320439338684	0					non-mobilizable	no_good_hit								True	False
SPA0079_000000004225	5255	0.8638987216865716	6	5	5	5	5	False	85831	maximal	False	SPA0081_000000002238	0.9483572177560293		0	0	False	False	0.9988582134246826	0					non-mobilizable	other	5255.0	99.258	100.0	0.020363236103467255	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0364_000000002177	6489	0.86389680093181	7	4	3	4	2	True	110136	maximal	True	ISR0364_000000002177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	99.306	16.0	0.0003013453408628771	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
FIJ0079_000000020038	1417	0.8638960331732154	2	2	2	2	1	False	79439	fragment	False	MAD0089_000000017325	0.9383780332056194		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	98.236	100.0	0.0002664417717474629	AP022014.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP3-S18-ESBL-03	False	False
FIJ0028_000000018861	1601	0.8638898785480902	2	2	1	2	1	False	48923	maximal	True	FIJ0028_000000018861	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000001953	12565	0.8638894056519312	21	16	5	8	13	True	111296	fragment	False	CHI0009_000000000604	0.9619012318276737		0	0	False	False	1.0	0					non-mobilizable	other	12556.0	99.95200000000001	99.0	0.19011205330102968	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
BAN0020_000000000271	11336	0.8638823434482573	9	9	3	4	7	True	97752	maximal	True	BAN0020_000000000271	1.0		1	1	False	False	1.0	0		MOBF			mobilizable	plasmid	11261.0	99.26299999999999	99.0	0.15882867379467938	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
ISR0053_000000006128	3014	0.8638816973971699	3	3	3	3	2	False	131836	maximal	True	ISR0053_000000006128	1.0		0	0	False	False	0.9996682405471802	0					non-mobilizable	no_good_hit	2011.0	94.182	67.0	0.053571904749206686	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
CAN0007_000000015157	2715	0.8638787787699119	4	1	1	1	1	False	95364	fragment	False	CAN0007_000000015157	1.0		0	0	False	False	0.9937384724617004	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006361622920691768	NZ_ARQI01000104.1	bacteria	Brachyspira innocens ATCC 29796 strain B256 F811DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	False
DEN0006_000000004425	1619	0.8638787787699119	4	1	1	1	1	False	76365	fragment	False	DEN0006_000000004425	1.0		0	0	False	False	0.99876469373703	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000005410	5449	0.8638765535513057	5	3	2	2	3	False	113355	fragment	False	ENG0063_000000005410	1.0		0	0	False	False	0.9988988637924194	0					non-mobilizable	no_good_hit	1511.0	91.926	28.0	0.24154120123037073	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0035_000000008847	3528	0.8638758509252493	8	5	1	1	4	True	90065	maximal	True	DEN0035_000000008847	1.0		1	1	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1245.0	97.02799999999999	77.0	0.13401617250673856	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
AST0113_000000020860	1810	0.86387549981325	3	2	1	2	0	True	106534	maximal	True	AST0113_000000020860	1.0		2	1	False	False	0.9972375631332397	0					non-mobilizable	no_good_hit	725.0	96.69	40.0	0.015674388395756658	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
CHI0033_000000001538	4231	0.8638729880214733	7	4	3	3	4	False	88359	fragment	False	CHI0033_000000001538	1.0		0	0	False	False	0.9997636675834656	0					non-mobilizable	no_good_hit	844.0	74.05199999999999	20.0	0.009288655052108458	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
FIJ0159_000000012116	2030	0.8638702531280349	3	3	3	3	2	False	71520	maximal	True	FIJ0159_000000012116	0.9725717161550076		8	3	False	False	0.9995073676109314	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	0.00027704207715067763	NZ_PIQO01000008.1	firmicutes	Bacillus camelliae strain 7578-1 scaffold8, whole genome shotgun sequence	True	False
BAN0018_000000000712	3247	0.8638670874090436	4	4	4	4	4	False	98154	maximal	False	FIJ0058_000000011780	0.9767320258088135		0	0	False	False	1.0	0					non-mobilizable	chromosome	3247.0	99.538	100.0	0.0005773395815017268	CP050498.1	enterobacteria	Escherichia coli strain RM13322 chromosome, complete genome	False	False
CHI0129_000000001170	15336	0.8638655619671368	16	6	2	4	4	True	81303	maximal	True	CHI0129_000000001170	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3989.0	81.54899999999999	26.0	0.023954052761857497	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	True	True
ISR0346_000000007884	2689	0.8638621248137934	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.9166448124549269		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	89.274	90.0	0.0003767400506094727	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0010_000000003916	9336	0.8638535358484898	16	6	4	5	4	False	76051	fragment	False	DEN0010_000000003916	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9336.0	99.979	100.0	0.0031720228603117247	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0140_000000005288	2958	0.8638496596350285	7	6	5	3	4	True	123556	backbone	False	ISR0826_000000002301	0.1747845480036707	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2958.0	100.0	100.0	0.024770265629057524	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0360_000000008252	2939	0.8638406368840204	4	3	2	3	2	False	69600	fragment	False	ISR0007_000000004369	0.48546712802768166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	95.28299999999999	22.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0087_000000026092	1225	0.863830073874988	2	2	0	2	0	True	15960	fragment	False	MON0088_000000026241	0.9619124797406807		0	0	False	False	0.9844897985458374	0					non-mobilizable	plasmid	857.0	90.898	99.0	0.5330012453300125	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
ENG0086_000000006855	3633	0.8638260486058299	4	3	2	3	2	False	68670	fragment	False	ENG0086_000000006855	0.9810464723641247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	96.25	2.0	3.463356808170366e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0097_000000009966	3932	0.8638148012281799	4	3	3	3	2	False	16289	fragment	False	MAD0097_000000009966	0.9802923518663534		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000005845	8260	0.8638070106068821	9	5	3	3	3	True	52805	maximal	True	ETH0005_000000005845	0.9696279422930905		1	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
FIJ0006_000000003922	7902	0.8638070106068821	9	5	3	3	3	True	52805	maximal	False	ETH0005_000000005845	0.9553874092009685		0	0	False	True	0.9987344741821289	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000021941	2818	0.8638042274139225	6	4	4	3	2	False	786	maximal	True	USA0069_01_000000021941	1.0		1	1	False	False	0.9996451139450073	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	4.4446180389537096e-05	NZ_FNYA01000001.1	CFB group bacteria	Flavobacterium terrigena strain DSM 17934, whole genome shotgun sequence	True	False
ISR0309_000000014941	1371	0.8637935925889249	3	2	2	1	1	False	106718	fragment	False	DEN0089_000000013384	0.9663227370307135		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	99.052	100.0	0.0005743509938577982	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
USA0042_01_000000012626	1436	0.8637906452078505	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.40213970579749764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00010538058744226779	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
DEN0007_000000001064	24348	0.8637888548312788	22	5	1	5	2	True	76343	fragment	False	DEN0007_000000001064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	81.503	1.0	0.0018884062961687569	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	True
ISR0386_000000000507	38031	0.8637863440987379	36	15	10	14	5	True	99722	fragment	False	FIJ0104_000000000284	0.8518060252159916		0	0	False	False	0.999973714351654	0					non-mobilizable	no_good_hit	214.0	91.589	1.0	0.001878257188963255	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0293_000000005017	7088	0.863778967652856	8	4	4	3	2	True	46816	maximal	True	ISR0293_000000005017	0.9782276015581525		1	1	True	True	0.9977426528930664	9					non-mobilizable	no_good_hit	210.0	84.762	3.0	0.0026264290864146667	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
USA0019_01_000000021681	1405	0.8637766043178514	2	2	2	2	1	False	67346	fragment	False	ISR0150_000000015766	0.4647506816892088		0	0	False	False	0.9992882609367371	0					non-mobilizable	other	1320.0	99.015	94.0	0.0003941130227571094	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0031_01_000000005254	5816	0.8637634226344567	4	4	4	3	3	False	95399	maximal	True	USA0031_01_000000005254	1.0		5	3	False	False	0.9984525442123413	0					non-mobilizable	chromosome	5773.0	99.654	100.0	0.0016134845926203073	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0140_000000007220	4141	0.8637627663086822	7	4	0	2	4	False	83107	maximal	True	CHI0140_000000007220	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	718.0	96.1	51.0	0.0001355701324697522	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
FIJ0073_000000009986	1839	0.8637332908395764	3	2	1	2	0	False	44695	maximal	True	FIJ0073_000000009986	1.0		2	2	False	False	0.9994562268257141	0					non-mobilizable	no_good_hit	1422.0	99.226	77.0	0.46897689768976897	MK231786.1	viruses	Uncultured human fecal virus clone Bifidobact.sp_B06.V01.M18_1-CL02_c3 sequence	True	False
ISR0246_000000012007	1854	0.8637185148240007	3	1	1	1	1	False	40463	maximal	True	ISR0246_000000012007	1.0		86	9	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	75.155	8.0	0.0011325524810206124	NZ_PVXQ01000005.1	firmicutes	Clostridium vincentii strain DSM 10228 CLVI_contig000005, whole genome shotgun sequence	True	False
ENG0158_000000001124	12679	0.8637184571303692	15	12	1	4	12	True	117335	fragment	False	ENG0158_000000001124	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	11819.0	95.55	95.0	0.004897229788414025	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
CHI0068_000000001159	7991	0.863710843790622	12	9	3	4	8	True	90659	backbone	False	CHI0160_000000002674	0.9949617654058796	PS456|PS481	0	0	True	True	1.0	152		MOBB			mobilizable	no_good_hit	4285.0	96.383	68.0	0.38796624013068337	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0293_000000018712	1893	0.8637058558662342	2	1	1	1	1	False	25823	fragment	False	ISR0293_000000018712	1.0		0	0	False	False	0.9994717240333557	0					non-mobilizable	no_good_hit								True	False
CHI0158_000000016445	1236	0.8636997034043946	2	2	1	2	2	False	78847	fragment	False	ISR0849_000000020679	0.9765190373897162		0	0	False	False	1.0	0					non-mobilizable	chromosome	1234.0	100.0	99.0	0.00044476716817501536	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	False	False
SPA0032_000000021891	1360	0.8636995522969855	2	1	1	1	1	False	110035	fragment	False	AST0089_000000015909	0.9099202874967101		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	98.4	100.0	0.01795957497802988	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0015_000000020844	1215	0.8636995522969855	1	1	1	1	1	False	75167	fragment	False	ISR0367_000000008045	0.9646468570238874		0	0	False	False	0.9893004298210144	0					non-mobilizable	other	999.0	97.79799999999999	100.0	0.015930334744747143	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0082_000000037154	1175	0.8636933601565081	2	1	1	1	1	False	69154	maximal	True	DEN0082_000000037154	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000031445	1123	0.8636917894103125	2	2	2	2	2	False	22786	maximal	True	ISR0392_000000031445	1.0		0	0	False	False	0.9893143177032471	0					non-mobilizable	no_good_hit	411.0	92.944	52.0	0.0016071372573614726	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ENG0093_000000000969	13669	0.8636895705162206	18	9	6	8	5	True	121837	backbone	False	ITA0004_000000000015	0.34164632663770567	PS446|PS447|PS652|PS653|PS863	0	0	False	True	1.0	0					non-mobilizable	other	8880.0	99.98899999999999	92.0	0.5336258188593065	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
CHI0147_000000011378	1667	0.8636856746116185	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.6148731662116247	PS794	0	0	False	True	0.9988002181053162	0					non-mobilizable	other	1644.0	96.959	99.0	0.0018334723006715261	NZ_UYXJ01000002.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
ISR0336_000000008461	1744	0.8636853745830914	2	2	2	2	2	False	82009	fragment	False	ISR0336_000000008461	0.9895577395577395		0	0	False	False	0.9988532066345215	0					non-mobilizable	other	1436.0	98.74700000000001	97.0	0.009598148594055167	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0218_000000002928	5089	0.8636849387280764	7	7	3	5	6	True	123556	backbone	False	ISR0826_000000002301	0.5433962738032017	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4788.0	95.48899999999999	100.0	0.04000770667716562	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0174_000000005437	5005	0.8636788768103519	4	3	2	2	1	False	130178	backbone	False	USA0083_01_000000005091	0.08571523103936787	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	70.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
FIJ0078_000000015789	1550	0.863678555401399	1	1	0	1	0	False	44442	maximal	True	FIJ0078_000000015789	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	769.0	86.99600000000001	50.0	0.0006186857599966487	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	False
AST0026_000000004036	7525	0.8636575563371763	6	5	4	5	3	True	131950	fragment	False	ISR0190_000000002622	0.560430937479233		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1908.0	88.836	27.0	0.023799692180637412	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0042_000000003446	7785	0.8636544624362094	7	7	7	7	7	False	125053	fragment	False	DEN0063_000000004503	0.7712836156457705		0	0	False	False	0.9975594282150269	0					non-mobilizable	other	7792.0	99.525	100.0	0.028143552364217485	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0029_000000002680	9071	0.8636501984047081	6	6	6	5	4	False	91374	maximal	True	ENG0029_000000002680	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5580.0	98.781	82.0	0.0018832855788731748	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
DEN0061_000000012037	3328	0.8636378268449468	5	2	1	1	1	False	71930	maximal	True	DEN0061_000000012037	1.0		1	1	False	False	0.9867788553237915	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	2.0	3.589609516294135e-05	NZ_LT632322.1	firmicutes	Murdochiella vaginalis strain Marseille-P2341T chromosome contig00001	True	False
SPA0137_000000019324	1900	0.8636364910116608	3	3	1	1	3	True	3560	maximal	True	SPA0137_000000019324	1.0		3	3	False	False	0.9994736909866333	0					non-mobilizable	chromosome	1906.0	93.652	100.0	0.000992159899185269	CP020433.2	firmicutes	Streptococcus intermedius strain FDAARGOS_233 chromosome, complete genome	False	True
USA0034_01_000000020805	2596	0.8636350453835063	4	4	4	3	3	False	68025	fragment	False	ISR0180_000000007758	0.9213759213759214		0	0	False	False	0.991525411605835	0					non-mobilizable	other	2596.0	99.961	100.0	0.0014003108204364437	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
ISR0213_000000007253	3331	0.8636246008137162	6	6	3	5	4	True	126939	backbone	False	USA0145_01_000000006426	0.3168516649848638	PS981	0	0	False	True	1.0	0					non-mobilizable	other	3331.0	100.0	100.0	0.0041061735641339915	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
AUS0012_000000009375	1824	0.8636239327124807	2	2	2	2	2	False	101125	fragment	False	AUS0012_000000009375	1.0		0	0	False	False	0.9989035129547119	0					non-mobilizable	chromosome	1751.0	99.65700000000001	100.0	0.00027889590389779746	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
AST0150_000000017097	1630	0.8636205866572503	3	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.21488403625497352		0	0	False	False	1.0	0					non-mobilizable	other	1462.0	90.35600000000001	95.0	0.0030486976122717398	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0083_000000020493	1487	0.8636205866572503	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.21012684792231456		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	90.62299999999999	98.0	0.0030486976122717398	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0369_000000000905	9238	0.8636187002664624	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8997793531968077		0	0	False	True	1.0	0					non-mobilizable	other	6552.0	97.726	99.0	0.6696994479656512	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0176_000000015343	2224	0.8636160479817128	3	2	1	2	1	False	29824	maximal	True	ISR0176_000000015343	1.0		1	1	False	False	0.9784172773361206	0					non-mobilizable	no_good_hit	889.0	99.775	40.0	0.00017142989521154605	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
AST0024_000000004460	6591	0.8636056873575065	4	2	1	2	1	False	121807	maximal	True	AST0024_000000004460	1.0		1	1	False	False	0.9998483061790466	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.0001235307329490155	MT702934.1	moths	Helicoverpa zea clone Hz_Scaffold_285 SNP Hz6_285 genomic sequence	True	False
AST0090_000000006373	3830	0.8636029513944374	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9414661213625388		0	0	True	True	1.0	29					non-mobilizable	plasmid	2056.0	99.95100000000001	100.0	0.5420733315747823	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
MAD0067_000000004066	2398	0.8636023613237084	3	2	2	2	1	False	16513	maximal	True	MAD0067_000000004066	1.0		2	1	True	True	1.0	2					non-mobilizable	no_good_hit	31.0	100.0	1.0	8.516185294024135e-06	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0230_000000003449	7086	0.8635991621595738	8	4	3	4	3	True	27555	maximal	True	ISR0230_000000003449	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.0010956175298804782	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0135_000000017408	1226	0.8635886468490097	2	2	2	2	2	False	70154	fragment	False	FIJ0114_000000020799	0.22061728673695347		0	0	False	False	0.9975529909133911	0					non-mobilizable	no_good_hit	443.0	72.91199999999999	35.0	0.0003072833346646546	NZ_NFEZ01000003.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_2_length_1389597_cov_52.4089, whole genome shotgun sequence	True	False
USA0047_01_000000006275	5383	0.8635856975094451	7	3	1	2	2	False	123186	maximal	True	USA0047_01_000000006275	0.9327916599579387	PS879|PS883|PS884	2	2	True	True	1.0	21					non-mobilizable	no_good_hit	1195.0	96.318	51.0	0.2037322376305427	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0091_000000005922	5295	0.8635856975094451	7	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.01610683789341851	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	1272.0	98.035	65.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0019_000000004957	5290	0.8635856975094451	7	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.021582102877440754	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1414.0	99.22200000000001	65.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
DEN0089_000000003509	5263	0.8635856975094451	8	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.021369115939133765	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	121					non-mobilizable	no_good_hit	1414.0	99.15100000000001	65.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0809_000000001642	4903	0.8635856975094451	7	3	1	2	2	False	123186	maximal	False	USA0047_01_000000006275	0.5533165389848577	PS879|PS883|PS884	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1138.0	88.04899999999999	48.0	0.19294641328539633	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0102_000000005594	1594	0.8635820353592956	4	2	2	1	0	True	88663	fragment	False	CHI0076_000000005066	0.9610107319692093		0	0	False	False	0.9962359070777893	0	rep_cluster_1085				non-mobilizable	no_good_hit	1436.0	83.914	89.0	0.2905130293159609	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0028_000000008991	1594	0.8635820353592956	4	2	2	1	0	True	88663	fragment	False	CHI0076_000000005066	0.961434757525778		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1436.0	83.914	89.0	0.2905130293159609	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0009_000000006319	1238	0.8635778668864492	2	2	0	1	1	True	90439	fragment	False	CHI0009_000000006319	1.0		0	0	False	False	1.0	0	Col(MG828)				non-mobilizable	other	933.0	99.14299999999999	99.0	0.640990371389271	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	False	True
USA0069_01_000000006100	9712	0.8635768332747875	11	8	3	7	5	False	121610	maximal	False	ISR0011_000000002282	0.9543173738572028		0	0	False	True	1.0	0					non-mobilizable	other	5085.0	97.542	99.0	0.5174810877121243	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
FIJ0140_000000025766	1353	0.8635508175262879	2	2	2	1	1	True	49038	fragment	False	FIJ0140_000000025766	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1353.0	99.557	100.0	0.012560736549699452	CP052219.1	enterobacteria	Klebsiella pneumoniae strain E17KP0053 plasmid pE17KP0053-2, complete sequence	False	True
CHI0124_000000009177	1600	0.8635495219330697	2	1	1	1	1	False	81673	fragment	False	CHI0124_000000009177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	92.80799999999999	37.0	0.0022852707830286305	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0399_000000013101	1335	0.863545046209825	3	2	2	2	2	False	62070	fragment	False	ISR0231_000000014388	0.9490173935186723		0	0	False	False	0.9992509484291077	0					non-mobilizable	other	1335.0	95.955	100.0	0.011083048087468014	NZ_JAAWUO010000014.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_14_length_120364_cov_136.787, whole genome shotgun sequence	False	False
USA0069_01_000000005893	9979	0.8635337440003188	9	7	4	7	2	True	92840	fragment	False	USA0121_01_000000004150	0.6407889008187577		0	0	False	False	0.9940875768661499	0					non-mobilizable	no_good_hit								True	True
ISR0323_000000012721	1687	0.8635283357672855	2	2	1	1	2	True	24975	maximal	True	ISR0323_000000012721	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1706.0	86.694	100.0	0.08648015084339805	CP014889.1	firmicutes	Lactobacillus backii strain TMW 1.1991 plasmid pL11991-8, complete sequence	False	True
ENG0103_000000010498	1673	0.8635271459902293	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.43367281602544616		0	0	False	False	0.9964136481285095	0					non-mobilizable	other	1673.0	99.522	100.0	0.046332474298223736	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0146_000000003980	6152	0.8635248283552202	4	4	4	4	4	False	104486	fragment	False	CHI0116_000000002860	0.9498505231689087		0	0	False	False	0.9998374581336975	0					non-mobilizable	other	6076.0	99.984	99.0	0.04297203811248417	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0081_000000011136	3058	0.8635127116150916	3	3	3	3	3	False	126230	fragment	False	FIJ0081_000000011136	0.921320974200973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	74.12100000000001	32.0	0.0002409353638620945	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0007_000000018829	2162	0.8635053765106935	3	3	3	3	3	False	95318	fragment	False	ENG0196_000000003263	0.3154413812308549		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	99.306	99.0	0.0005837629538459542	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0134_000000012063	2299	0.8635034594818443	4	4	1	2	3	False	85462	maximal	False	CHI0063_000000005624	0.996535296665223		0	0	False	False	0.9956502914428711	0		MOBF		MOB_unknown	mobilizable	plasmid	2302.0	96.351	100.0	0.6435868331441543	CP057602.1	enterobacteria	Escherichia coli strain RHB21-C11 plasmid pRHB21-C11_3, complete sequence	False	True
FIJ0033_000000007174	4512	0.8635018310372933	6	5	5	4	4	False	51216	fragment	False	FIJ0033_000000007174	1.0		0	0	False	False	0.9997783899307251	0					non-mobilizable	no_good_hit	2272.0	94.542	56.0	0.0048602725178352735	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
SPA0146_000000001799	11196	0.8635001622719259	7	4	3	4	3	False	89099	maximal	True	SPA0146_000000001799	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1833.0	97.109	54.0	0.014698432864023414	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0010_000000002434	7583	0.8634942488129141	7	4	3	4	3	True	52107	fragment	False	FIJ0154_000000003332	0.4398473878125936		0	0	False	False	0.9998681545257568	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.0007672948253636977	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
ISR0818_000000005397	3186	0.8634923143876171	6	4	1	2	3	False	112680	maximal	True	ISR0818_000000005397	0.971395881006865		3	3	False	False	0.9996861219406128	0					non-mobilizable	no_good_hit	1979.0	93.279	70.0	0.18232146152426648	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
USA0031_01_000000011352	2559	0.8634903486493941	3	3	2	2	3	False	109512	fragment	False	MAD0101_000000011213	0.9090009457232834		0	0	False	False	0.9960922002792358	0					non-mobilizable	other	2560.0	96.95299999999999	100.0	0.0007208922818835483	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0002_000000002606	12299	0.8634897812817093	10	10	8	9	9	False	52468	maximal	True	FIJ0002_000000002606	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	96.145	29.0	0.010551547663090393	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ENG0053_000000004816	5456	0.8634886579714559	7	3	1	3	1	False	78617	maximal	True	ENG0053_000000004816	1.0		2	2	False	False	0.9963343143463135	0					non-mobilizable	no_good_hit	307.0	77.524	5.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
MON0102_000000031931	1382	0.8634870898506821	1	1	1	1	1	False	48380	fragment	False	FIJ0032_000000024782	0.9368754141625942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	85.455	8.0	0.0034295136026380874	NZ_FQZP01000034.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
CHI0063_000000005624	2309	0.8634826952330704	4	3	1	2	2	False	85462	maximal	True	CHI0063_000000005624	0.9986950848194867		2	2	False	False	1.0	0		MOBF		MOB_unknown	mobilizable	plasmid	2312.0	96.23700000000001	100.0	0.6464245175936436	CP057602.1	enterobacteria	Escherichia coli strain RHB21-C11 plasmid pRHB21-C11_3, complete sequence	False	True
SPA0093_000000004764	8349	0.8634822047968609	8	3	1	2	3	False	104410	fragment	False	SPA0093_000000004764	1.0		0	0	False	False	0.999640703201294	0					non-mobilizable	other	4015.0	91.333	97.0	0.0006416517794028815	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0208_000000000842	19341	0.8634705834719654	19	14	12	13	12	True	116289	backbone	True	ISR0208_000000000842	1.0	PS762|PS764	1	1	True	True	1.0	21					non-mobilizable	no_good_hit	6356.0	96.11399999999999	56.0	0.22205115644354245	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0048_000000003962	4193	0.8634381090877611	4	1	1	1	1	True	114956	fragment	False	AST0048_000000003962	1.0		0	0	False	False	0.9976150989532471	0		MOBB			mobilizable	plasmid	4193.0	99.85700000000001	100.0	0.12689187552972514	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0199_000000007080	3449	0.8634381090877611	4	1	1	1	1	True	111399	fragment	False	ISR0306_000000002470	0.6612479044643935		0	0	False	False	0.9976804852485657	0					non-mobilizable	plasmid	3449.0	99.913	100.0	0.11101452075082907	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0837_000000003422	3078	0.8634381090877611	4	1	1	1	1	True	111399	fragment	False	ISR0306_000000002470	0.45270616796435653		0	0	False	False	1.0	0					non-mobilizable	plasmid	3078.0	99.90299999999999	100.0	0.09906951286261631	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0086_000000008634	3009	0.8634381090877611	4	1	1	1	1	True	113418	fragment	False	ISR0086_000000008634	0.9908071016548516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	88.243	27.0	0.11524163568773234	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
DEN0087_000000004196	2967	0.8634381090877611	5	1	1	1	1	True	111399	fragment	False	ISR0306_000000002470	0.3026926420756263		0	0	False	False	0.9989888668060303	0					non-mobilizable	plasmid	2967.0	99.93299999999999	100.0	0.08978084513863664	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0030_000000006959	2932	0.8634381090877611	4	1	1	1	1	True	111399	fragment	False	ISR0306_000000002470	0.35469337951715213		0	0	False	False	0.9863574504852295	0					non-mobilizable	plasmid	2910.0	99.931	100.0	0.0880554546555273	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0169_000000010245	2887	0.8634381090877611	5	1	1	1	1	True	113418	fragment	False	ISR0086_000000008634	0.9906173841980853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	88.366	28.0	0.11524163568773234	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ENG0184_000000007932	2844	0.8634381090877611	4	1	1	1	1	True	113418	fragment	False	ISR0086_000000008634	0.9887555899479987		0	0	False	False	0.9957805871963501	0					non-mobilizable	no_good_hit	808.0	88.366	28.0	0.11524163568773234	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
AST0087_000000013116	2766	0.8634381090877611	4	1	1	1	1	True	111399	fragment	False	ISR0306_000000002470	0.20372097660084693		0	0	False	False	1.0	0					non-mobilizable	plasmid	2766.0	99.928	100.0	0.08369657343504056	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0089_000000014278	2750	0.8634381090877611	4	1	1	1	1	True	113317	maximal	True	SPA0089_000000014278	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	89.488	28.0	0.10823563054046326	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ISR0119_000000011500	2739	0.8634381090877611	4	1	1	1	1	True	111400	fragment	False	ISR0119_000000011500	1.0		0	0	False	False	0.9919678568840027	0					non-mobilizable	plasmid	2454.0	99.67399999999999	90.0	0.07891432435042983	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0100_000000011087	2698	0.8634381090877611	4	1	1	1	1	True	113418	fragment	False	ISR0086_000000008634	0.8516383304992559		0	0	False	False	0.9992586970329285	0					non-mobilizable	no_good_hit	808.0	88.366	30.0	0.11524163568773234	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ISR0831_000000006552	2665	0.8634381090877611	4	1	1	1	1	True	113418	fragment	False	ISR0086_000000008634	0.8458177843948128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	88.366	30.0	0.11524163568773234	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
FIJ0150_000000008913	2634	0.8634381090877611	3	1	1	1	1	True	111399	fragment	False	ISR0306_000000002470	0.10271374994732628		0	0	False	False	0.9981017708778381	0					non-mobilizable	plasmid	2379.0	99.874	90.0	0.07198208015498245	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0098_000000013653	2619	0.8634381090877611	4	1	1	1	1	True	113418	fragment	False	ISR0086_000000008634	0.8298913142566112		0	0	False	False	0.9992363452911377	0					non-mobilizable	no_good_hit	707.0	88.402	27.0	0.10094366599942808	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
CHI0119_000000004274	2558	0.8634381090877611	4	1	1	1	1	True	111399	fragment	False	ISR0306_000000002470	0.15076765907150502		0	0	False	False	0.9960907101631165	0					non-mobilizable	plasmid	2558.0	99.92200000000001	100.0	0.07740041167211527	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0154_000000012405	2498	0.8634381090877611	4	1	1	1	1	True	111399	fragment	False	ISR0306_000000002470	0.1485415278772302		0	0	False	False	0.9995996952056885	0					non-mobilizable	plasmid	2498.0	99.96	100.0	0.07558421116357912	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0096_000000014049	2371	0.8634381090877611	4	1	1	1	1	True	113418	fragment	False	ISR0086_000000008634	0.3624363909615841		0	0	False	False	0.9995782375335693	0					non-mobilizable	no_good_hit	589.0	89.64299999999999	25.0	0.08407206176722905	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ENG0167_000000010511	2367	0.8634381090877611	3	1	1	1	1	True	111394	fragment	False	ENG0167_000000010511	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2367.0	99.87299999999999	100.0	0.07161884005327522	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0035_000000013988	2346	0.8634381090877611	4	1	1	1	1	True	113418	fragment	False	ISR0086_000000008634	0.24847110923660903		0	0	False	False	0.9995737671852112	0					non-mobilizable	no_good_hit	589.0	89.64299999999999	25.0	0.08407206176722905	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ISR0322_000000004800	2232	0.8634381090877611	3	1	1	1	1	True	77735	maximal	True	ISR0322_000000004800	1.0		0	0	False	False	0.9977598786354065	0					non-mobilizable	no_good_hit	576.0	99.306	26.0	0.007975919658214503	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	True
ISR0218_000000007945	2136	0.8634381090877611	3	1	1	1	1	True	113415	fragment	False	ISR0218_000000007945	0.998784046692607		0	0	False	False	0.9864231944084167	0					non-mobilizable	no_good_hit	270.0	84.444	13.0	0.0002819837612464341	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
MAD0085_000000005313	2119	0.8634381090877611	2	1	1	1	1	True	16069	maximal	True	MAD0085_000000005313	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	91.51100000000001	39.0	0.07593728698023176	NZ_CP016206.1	CFB group bacteria	Prevotella scopos JCM 17725 strain W2052 plasmid unnamed1, complete sequence	True	True
CHI0081_000000004855	2106	0.8634381090877611	2	1	1	1	1	True	84312	fragment	False	USA0056_01_000000008455	0.962749445676275		0	0	False	False	0.9928774833679199	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.359792562309844e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
CHI0031_000000004626	2085	0.8634381090877611	2	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.9240448749527724		0	0	False	False	1.0	0					non-mobilizable	plasmid	2028.0	99.803	97.0	0.0651984931903796	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0022_000000006490	2065	0.8634381090877611	3	1	1	1	1	True	113316	fragment	False	SPA0022_000000006490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	88.366	39.0	0.11524163568773234	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
CHI0041_000000006991	2056	0.8634381090877611	3	1	1	1	1	True	113415	fragment	False	ISR0218_000000007945	0.9798689138576779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	84.444	13.0	0.0002819837612464341	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
AST0084_000000017473	2003	0.8634381090877611	2	1	1	1	1	True	111393	fragment	False	AST0084_000000017473	1.0		0	0	False	False	0.9990015029907227	0					non-mobilizable	plasmid	1996.0	99.9	99.0	0.06423258958755916	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0072_000000014692	1972	0.8634381090877611	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.9188649206058749		0	0	False	False	0.999492883682251	0					non-mobilizable	plasmid	1972.0	99.899	100.0	0.0634598667053028	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0375_000000011743	1912	0.8634381090877611	3	1	1	1	1	True	113315	fragment	False	ISR0375_000000011743	1.0		0	0	False	False	0.999476969242096	0					non-mobilizable	no_good_hit	808.0	88.366	42.0	0.11524163568773234	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ITA0002_000000005119	1896	0.8634381090877611	1	1	1	1	1	True	101455	maximal	True	ITA0002_000000005119	1.0		20	6	False	False	0.996835470199585	0					non-mobilizable	no_good_hit	1483.0	99.93299999999999	78.0	0.04486015256084272	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
SPA0051_000000013413	1854	0.8634381090877611	1	1	1	1	1	True	6553	fragment	False	SPA0051_000000013413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.000283158369427286	NZ_AUME01000009.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	True
ISR0370_000000014540	1836	0.8634381090877611	2	1	1	1	1	True	77734	fragment	False	ISR0370_000000014540	1.0		0	0	False	False	0.9983659982681274	0					non-mobilizable	no_good_hit	436.0	99.541	24.0	0.006033956610997059	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	True
ISR0023_000000017105	1823	0.8634381090877611	2	1	1	1	1	True	101456	fragment	False	ISR0023_000000017105	0.9569868327632302		0	0	False	False	1.0	0					non-mobilizable	plasmid	1823.0	98.19	100.0	0.0586625454779613	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0137_000000013765	1818	0.8634381090877611	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.8307309501443338		0	0	False	False	0.9994499683380127	0					non-mobilizable	plasmid	1826.0	94.359	100.0	0.058630348691200616	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0174_000000008365	1813	0.8634381090877611	2	1	1	1	1	True	101456	fragment	False	ISR0023_000000017105	0.9340790383743949		0	0	False	False	1.0	0					non-mobilizable	plasmid	1676.0	95.704	92.0	0.05392961782414115	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0790_000000009148	1812	0.8634381090877611	2	1	1	1	1	True	88340	fragment	False	ISR0790_000000009148	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1599.0	80.488	98.0	0.18938117023838189	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
CHI0028_000000007961	1771	0.8634381090877611	2	1	1	1	1	True	101456	fragment	False	ISR0023_000000017105	0.9469580185041355		0	0	False	False	1.0	0					non-mobilizable	plasmid	1771.0	98.87100000000001	100.0	0.05698831256640587	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0126_000000008657	1747	0.8634381090877611	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.6066962232162589		0	0	False	False	1.0	0					non-mobilizable	plasmid	1747.0	97.825	100.0	0.05618339289738884	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0105_000000003999	1738	0.8634381090877611	2	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.8108860929465671		0	0	False	False	0.9930955171585083	0					non-mobilizable	plasmid	1738.0	99.94200000000001	100.0	0.05257900472212132	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CAN0018_000000020607	1657	0.8634381090877611	2	1	1	1	1	True	92171	fragment	False	CAN0018_000000020607	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1676.0	81.683	100.0	0.19901276185889719	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
CHI0033_000000004271	1651	0.8634381090877611	2	1	1	1	1	True	88339	fragment	False	CHI0033_000000004271	1.0		0	0	False	False	0.9963658452033997	0					non-mobilizable	plasmid	1240.0	94.919	94.0	0.13927043458680477	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	False	True
ENG0064_000000013745	1619	0.8634381090877611	2	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.5777118749957988		0	0	False	False	1.0	0					non-mobilizable	plasmid	1619.0	99.93799999999999	100.0	0.04897687371352464	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0162_000000020005	1616	0.8634381090877611	3	1	1	1	1	True	78551	maximal	True	CHI0162_000000020005	1.0		0	0	False	False	0.9969059228897095	0					non-mobilizable	no_good_hit	1168.0	99.914	72.0	0.13138932672821438	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	True	True
USA0051_01_000000012556	1613	0.8634381090877611	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.3852105676795024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	99.652	89.0	0.046266782575099	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ENG0152_000000015510	1600	0.8634381090877611	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.2834838698297803		0	0	False	False	0.9837499856948853	0					non-mobilizable	plasmid	1600.0	99.93799999999999	100.0	0.051482662030329376	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0145_000000022162	1574	0.8634381090877611	2	1	1	1	1	True	7271	fragment	False	SPA0145_000000022162	0.9966009517335146		0	0	False	False	1.0	0					non-mobilizable	plasmid	1575.0	99.87299999999999	100.0	0.18950156513363833	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
SPA0080_000000007983	1533	0.8634381090877611	1	1	1	1	1	True	89964	fragment	False	SPA0080_000000007983	0.9905892324948407		0	0	False	False	0.9876059889793396	0					non-mobilizable	plasmid	1515.0	99.868	99.0	0.045828792832061996	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0013_000000006082	1528	0.8634381090877611	2	1	1	1	1	True	89964	fragment	False	SPA0080_000000007983	0.9872336962488897		0	0	False	False	0.9986910820007324	0					non-mobilizable	plasmid	1528.0	99.346	100.0	0.04916449338356032	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0047_000000013440	1527	0.8634381090877611	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.1438414104278075		0	0	False	False	1.0	0					non-mobilizable	plasmid	1527.0	99.804	100.0	0.04619203293376922	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AUS0010_000000016245	1524	0.8634381090877611	2	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.38051798682272475		0	0	False	False	0.98884516954422	0					non-mobilizable	plasmid	1432.0	99.37200000000001	94.0	0.043286112120111395	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0034_000000022941	1521	0.8634381090877611	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.5079953878121966		0	0	False	False	0.9829059839248657	0					non-mobilizable	plasmid	1465.0	96.86	96.0	0.04425475239133067	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0052_000000021630	1515	0.8634381090877611	2	1	1	1	1	True	89964	fragment	False	SPA0080_000000007983	0.9883472308655663		0	0	False	False	0.9920791983604431	0					non-mobilizable	plasmid	1515.0	100.0	100.0	0.045828792832061996	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0014_000000015970	1496	0.8634381090877611	1	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.09659462999345121		0	0	False	False	0.9893048405647278	0					non-mobilizable	plasmid	1425.0	99.93	95.0	0.04310449206925778	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0031_000000022582	1471	0.8634381090877611	1	1	1	1	1	True	7271	fragment	False	SPA0145_000000022162	0.9637865311308768		0	0	False	False	0.9959211349487305	0					non-mobilizable	plasmid	1471.0	99.796	100.0	0.17698049602696847	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	False	True
ISR0083_000000019222	1442	0.8634381090877611	2	1	1	1	1	True	77736	fragment	False	ISR0083_000000019222	1.0		0	0	False	False	0.992371678352356	0					non-mobilizable	no_good_hit	219.0	94.521	15.0	0.02845953002610966	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0829_000000011176	1380	0.8634381090877611	2	1	1	1	1	True	89964	fragment	False	SPA0080_000000007983	0.7000554014825566		0	0	False	False	1.0	0					non-mobilizable	plasmid	1380.0	100.0	100.0	0.04439936894297949	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0109_000000024642	1296	0.8634381090877611	1	1	1	1	1	True	32929	fragment	False	ISR0105_000000015613	0.9869014782377772		0	0	False	False	0.9830247163772583	0					non-mobilizable	plasmid	1279.0	100.0	99.0	0.03868507083181983	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0105_000000015613	1295	0.8634381090877611	1	1	1	1	1	True	32929	fragment	False	ISR0105_000000015613	0.9872947381037995		0	0	False	False	1.0	0					non-mobilizable	plasmid	1295.0	100.0	100.0	0.03916939096742947	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0369_000000013258	1279	0.8634381090877611	1	1	1	1	1	True	32929	fragment	False	ISR0105_000000015613	0.9835591624912012		0	0	False	False	0.9992181658744812	0					non-mobilizable	plasmid	1279.0	100.0	100.0	0.03868507083181983	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0048_000000015847	1247	0.8634381090877611	1	1	1	1	1	True	86874	fragment	False	CHI0048_000000015847	1.0		0	0	False	False	0.9839615225791931	0					non-mobilizable	chromosome	935.0	97.75399999999999	99.0	0.00021242313322072403	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0163_000000003640	1236	0.8634381090877611	1	1	1	1	1	True	32929	fragment	False	ISR0105_000000015613	0.9542676958763746		0	0	False	False	1.0	0					non-mobilizable	plasmid	1235.0	100.0	99.0	0.03735319045889333	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0175_000000009633	1205	0.8634381090877611	1	1	1	1	1	True	77733	fragment	False	CHI0175_000000009633	1.0		0	0	False	False	0.9950207471847534	0					non-mobilizable	no_good_hit								True	True
ISR0068_000000017051	1201	0.8634381090877611	2	1	1	1	1	True	35001	fragment	False	ISR0068_000000017051	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1181.0	91.787	98.0	0.13240261202431886	HG796770.1	bacteria	Uncultured bacterium plasmid pRGF00002	False	True
ISR0373_000000014140	1194	0.8634381090877611	1	1	1	1	1	True	23427	fragment	False	ISR0373_000000014140	1.0		0	0	False	False	0.9572864174842834	0					non-mobilizable	plasmid	1194.0	99.49700000000001	100.0	0.03841076660549277	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0088_000000028015	1158	0.8634381090877611	1	1	1	1	1	True	32929	fragment	False	ISR0105_000000015613	0.568457608720405		0	0	False	False	1.0	0					non-mobilizable	plasmid	1158.0	100.0	100.0	0.03502239980627195	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0084_000000002491	5664	0.8634348456355021	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.23673189910838463		0	0	False	False	0.9998234510421753	0					non-mobilizable	no_good_hit	2811.0	92.529	51.0	0.14631589980085946	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0274_000000004819	1609	0.8634337298409795	2	2	2	2	1	False	40245	fragment	False	ISR0798_000000007445	0.9704987834549879		0	0	False	False	0.9919204711914062	0					non-mobilizable	no_good_hit								True	False
ENG0207_000000003827	4343	0.8634321131257899	6	2	1	1	2	False	66175	maximal	False	ENG0096_000000007541	0.9999209361163821		0	0	True	True	1.0	76					non-mobilizable	no_good_hit	774.0	98.06200000000001	63.0	0.0002480197722774215	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
ENG0039_000000005297	4343	0.8634321131257899	6	2	1	1	2	False	66175	maximal	False	ENG0096_000000007541	0.9999209361163821		0	0	True	True	1.0	59					non-mobilizable	no_good_hit	774.0	98.06200000000001	63.0	0.0002480197722774215	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
ENG0199_000000005518	4343	0.8634321131257899	6	2	1	1	2	False	66175	maximal	False	ENG0096_000000007541	0.9999209361163821		0	0	True	True	1.0	55					non-mobilizable	no_good_hit	774.0	98.06200000000001	64.0	0.0002480197722774215	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
ENG0025_000000005173	4216	0.8634321131257899	6	2	1	1	2	False	66175	maximal	False	ENG0096_000000007541	0.9827537409159115		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1191.0	91.52	66.0	0.0003798905696978875	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
ISR0104_000000001160	17438	0.8634300917399259	15	13	9	13	9	True	128444	maximal	False	ISR0386_000000001665	0.9838014644499702		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	82.52600000000001	6.0	0.00024430601473016074	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
ENG0052_000000018332	1750	0.8634284013603267	2	2	2	2	2	False	68103	fragment	False	ENG0124_000000017260	0.9767184035476719		0	0	False	False	0.99314284324646	0					non-mobilizable	other	1731.0	99.249	99.0	0.0066362855213895535	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0048_000000027797	1245	0.8634218149483777	2	1	1	1	1	False	74428	maximal	True	FIJ0048_000000027797	1.0		0	0	False	False	0.9453815221786499	0					non-mobilizable	no_good_hit								True	False
ENG0198_000000005168	3594	0.8634090560616229	9	1	1	1	1	False	71308	fragment	False	ENG0198_000000005168	0.9924600827912478		0	0	False	False	0.9997217655181885	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.4501680669544317e-07	LR812517.1	bony fishes	Danio aesculapii genome assembly, chromosome: 3	True	False
MAD0066_000000002947	5465	0.8634083647267105	12	5	3	4	3	True	16603	maximal	True	MAD0066_000000002947	1.0		1	1	True	True	0.9979872107505798	13					non-mobilizable	no_good_hit	89.0	89.88799999999999	2.0	0.017333070711049833	NC_026612.1	viruses	Uncultured phage WW-nAnB strain 2, complete genome	True	True
ISR0122_000000012662	1417	0.8634008768118493	2	2	2	2	1	False	86638	fragment	False	CHI0134_000000008218	0.23704393168162435		0	0	False	False	0.9908257126808167	0					non-mobilizable	other	1417.0	99.57700000000001	100.0	0.002613042699996494	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0256_000000003429	5133	0.8633918668728757	4	3	2	2	1	False	130178	backbone	False	USA0083_01_000000005091	0.10712277639735442	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.51899999999999	70.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0284_000000010492	1381	0.8633859815363254	2	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.011767386028091019	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	1381.0	97.61	100.0	0.00028512826743047983	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0034_000000021812	1603	0.8633688335168214	4	4	2	2	3	True	114019	fragment	False	SPA0034_000000021812	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1603.0	100.0	100.0	0.0008240143076042324	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0046_000000006056	3099	0.8633681365018199	5	5	3	5	4	False	112289	fragment	False	FIJ0051_000000007232	0.9587473076083227		0	0	False	False	0.999677300453186	0					non-mobilizable	other	1722.0	99.652	96.0	0.0004219511698786198	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0005_000000002760	4546	0.863348143981207	3	3	2	3	2	False	38531	maximal	True	ISR0005_000000002760	1.0		4	3	False	False	0.999779999256134	0					non-mobilizable	no_good_hit	1561.0	99.488	36.0	0.00038247752760641883	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0081_000000009384	5868	0.8633473602274886	13	4	2	3	4	False	12318	maximal	True	MON0081_000000009384	1.0		2	1	False	False	0.9998295903205872	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000009216	4900	0.863341920848528	7	6	4	4	3	True	132381	maximal	True	DEN0073_000000009216	1.0	PS1159|PS463	38	8	True	True	1.0	37					non-mobilizable	no_good_hit	2881.0	99.965	86.0	0.024494169877274003	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
CHI0011_000000001587	3648	0.8633407258645768	9	1	0	1	0	True	101810	fragment	False	CHI0011_000000001587	0.9971031286210892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1957.0	86.714	53.0	0.001569581700031021	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0783_000000004116	3452	0.8633407258645768	8	1	0	1	0	True	101810	fragment	False	CHI0011_000000001587	0.9703947368421053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1957.0	86.714	56.0	0.001569581700031021	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
SPA0062_000000011410	2885	0.8633407258645768	7	1	0	1	0	True	101797	fragment	False	ISR0193_000000009489	0.9911441728657456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1957.0	86.714	67.0	0.001569581700031021	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0193_000000009489	2885	0.8633407258645768	7	1	0	1	0	True	101797	fragment	False	ISR0193_000000009489	0.9911441728657456		0	0	False	False	0.9996533989906311	0					non-mobilizable	no_good_hit	1957.0	86.714	67.0	0.001569581700031021	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0014_000000012943	2823	0.8633407258645768	6	1	0	1	0	True	101797	fragment	False	ISR0193_000000009489	0.9683419988445984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1957.0	86.714	69.0	0.001569581700031021	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0051_000000018995	2008	0.8633407258645768	2	1	0	1	0	True	101795	fragment	False	ISR0051_000000018995	0.9775968262460006		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1767.0	86.07799999999999	87.0	0.0014148796022866903	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0095_000000017763	1882	0.8633407258645768	3	1	0	1	0	True	33405	fragment	False	ISR0095_000000017763	1.0		0	0	False	False	0.998405933380127	0					non-mobilizable	no_good_hit	1571.0	85.93299999999999	83.0	0.001258566024357523	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0026_000000006485	3439	0.8633334057722841	3	1	0	1	0	True	54245	fragment	False	ISR0026_000000006485	1.0		0	0	False	False	0.9968013763427734	0					non-mobilizable	no_good_hit	295.0	94.23700000000001	8.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0385_000000007424	2866	0.8633334057722841	4	1	0	1	0	True	23049	maximal	True	ISR0385_000000007424	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
AST0108_000000009831	2722	0.8633334057722841	3	1	0	1	0	True	131905	maximal	False	MON0026_000000015049	0.9809535842395448	PS1135|PS245|PS267	0	0	True	True	0.996326208114624	13					non-mobilizable	no_good_hit	1162.0	92.34100000000001	87.0	0.5034782608695653	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
MAD0099_000000011358	2705	0.8633334057722841	3	1	0	1	0	True	15234	maximal	True	MAD0099_000000011358	1.0		2	1	False	False	0.9970425367355347	0					non-mobilizable	no_good_hit								True	True
MON0018_000000006156	2693	0.8633334057722841	4	1	0	1	0	True	131905	maximal	False	MON0026_000000015049	0.9877346339437075	PS1135|PS245|PS267	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1622.0	94.14299999999999	88.0	0.7034782608695652	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
MON0026_000000015049	2673	0.8633334057722841	3	1	0	1	0	True	131905	maximal	True	MON0026_000000015049	0.9880954371050479	PS1135|PS245|PS267	4	1	True	True	1.0	71					non-mobilizable	no_good_hit	949.0	97.471	88.0	0.4108695652173913	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
ISR0210_000000007225	2654	0.8633334057722841	3	1	0	1	0	True	70083	fragment	False	ISR0820_000000008153	0.9618765300138307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	98.073	30.0	0.12790123456790123	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0148_000000013181	2637	0.8633334057722841	3	1	0	1	0	True	131905	maximal	False	MON0026_000000015049	0.9793281527958365	PS1135|PS245|PS267	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1264.0	93.434	86.0	0.548695652173913	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
ISR0292_000000007019	2636	0.8633334057722841	4	1	0	1	0	True	70082	fragment	False	ISR0292_000000007019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	99.135	29.0	0.0854320987654321	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0835_000000005103	2627	0.8633334057722841	2	1	0	1	0	True	70083	fragment	False	ISR0820_000000008153	0.9360498053761254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	98.444	30.0	0.1108641975308642	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ETH0001_000000011124	2604	0.8633334057722841	4	1	0	1	0	True	131902	backbone	True	ETH0001_000000011124	0.9439436099372781	PS1135|PS245|PS267	1	1	True	True	0.9988479018211365	5					non-mobilizable	plasmid	1818.0	94.444	90.0	0.7895652173913044	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
MON0011_000000018207	2597	0.8633334057722841	3	1	0	1	0	True	131905	maximal	False	MON0026_000000015049	0.9828361521968297	PS1135|PS245|PS267	0	0	True	True	0.999614953994751	6					non-mobilizable	no_good_hit	1509.0	93.042	88.0	0.6543478260869565	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
ISR0042_000000011265	2569	0.8633334057722841	4	1	0	1	0	True	105686	fragment	False	ISR0042_000000011265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	99.255	47.0	0.23185185185185186	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0079_000000010751	2552	0.8633334057722841	3	1	0	1	0	True	34384	maximal	True	ISR0079_000000010751	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	59.0	94.915	2.0	0.024818142918271287	LN852791.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0101	True	True
AST0085_000000004958	2508	0.8633334057722841	3	1	0	1	0	True	111119	maximal	True	AST0085_000000004958	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	60.0	93.333	2.0	0.025246041934103552	LN852791.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0101	True	True
AST0099_000000008630	2456	0.8633334057722841	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8683676092189802	PS1135|PS245|PS267	0	0	True	True	1.0	95					non-mobilizable	plasmid	1738.0	94.361	95.0	0.7517391304347826	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
DEN0052_000000017602	2433	0.8633334057722841	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8867754100587693	PS1135|PS245|PS267	0	0	True	True	1.0	690					non-mobilizable	plasmid	1485.0	92.323	99.0	0.6391304347826087	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ENG0127_000000010589	2421	0.8633334057722841	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8417837243115909	PS1135|PS245|PS267	0	0	True	True	1.0	104					non-mobilizable	plasmid	1005.0	97.811	100.0	0.4356521739130435	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
TAN0007_000000015902	2414	0.8633334057722841	3	1	0	1	0	True	2832	maximal	True	TAN0007_000000015902	1.0		2	1	True	True	0.9950289726257324	11					non-mobilizable	no_good_hit	60.0	95.0	2.0	0.025246041934103552	LN852791.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0101	True	True
ISR0292_000000007875	2379	0.8633334057722841	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8865461812380474	PS1135|PS245|PS267	0	0	True	True	1.0	21					non-mobilizable	plasmid	2119.0	95.611	100.0	0.9191304347826087	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
AST0002_000000015498	2370	0.8633334057722841	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8784651764498006	PS1135|PS245|PS267	0	0	True	True	1.0	228					non-mobilizable	plasmid	2111.0	92.94200000000001	100.0	0.9091304347826087	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0775_000000008267	2368	0.8633334057722841	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8882162344190269	PS1135|PS245|PS267	0	0	True	True	1.0	46					non-mobilizable	plasmid	1636.0	93.64299999999999	99.0	0.7052173913043478	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0065_000000014133	2337	0.8633334057722841	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9018995331259106	PS1135|PS245|PS267	0	0	True	True	1.0	17					non-mobilizable	plasmid	2031.0	94.682	100.0	0.8813043478260869	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
DEN0066_000000014987	2337	0.8633334057722841	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.902190020039742	PS1135|PS245|PS267	0	0	True	True	0.9940094351768494	7					non-mobilizable	plasmid	1680.0	93.81	99.0	0.7286956521739131	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0229_000000007145	2243	0.8633334057722841	2	1	0	1	0	True	70081	fragment	False	ISR0121_000000010710	0.983861876522858		0	0	False	False	0.9973250031471252	0					non-mobilizable	no_good_hit	519.0	98.073	31.0	0.12790123456790123	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0281_000000007714	2229	0.8633334057722841	2	1	0	1	0	True	70081	fragment	False	ISR0121_000000010710	0.9819250182103542		0	0	False	False	0.9995513558387756	0					non-mobilizable	no_good_hit	519.0	98.073	31.0	0.12790123456790123	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0006_000000006438	2044	0.8633334057722841	2	1	0	1	0	True	127539	maximal	True	AST0006_000000006438	1.0		2	2	True	True	1.0	115					non-mobilizable	no_good_hit	427.0	88.993	21.0	0.043402954661232805	NZ_LBBT01000315.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig337, whole genome shotgun sequence	True	True
ENG0094_000000008429	2034	0.8633334057722841	2	1	0	1	0	True	61027	backbone	False	MAD0096_000000008955	1.0	PS268	0	0	True	True	1.0	23	Col(MG828)			MOBP	mobilizable	no_good_hit	721.0	89.04299999999999	39.0	0.17678878780427834	LC056194.1	enterobacteria	Escherichia coli plasmid pV046-a DNA, contig: V046-a_scaffold_6, strain: V046	True	True
ISR0810_000000007912	2033	0.8633334057722841	2	1	0	1	0	True	70080	fragment	False	ETH0003_000000020305	0.9587302136826733		0	0	False	False	0.9990162253379822	0					non-mobilizable	no_good_hit	284.0	98.23899999999999	23.0	0.06987654320987655	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0044_000000013500	2006	0.8633334057722841	2	1	0	1	0	True	70080	fragment	False	ETH0003_000000020305	0.8106966873779696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	96.59100000000001	12.0	0.02148148148148148	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0369_000000007009	1990	0.8633334057722841	2	1	0	1	0	True	23545	fragment	False	ISR0369_000000007009	1.0		0	0	False	False	0.9989949464797974	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000020305	1983	0.8633334057722841	2	1	0	1	0	True	70080	fragment	False	ETH0003_000000020305	0.9658487557366829		0	0	False	False	0.9848713874816895	0					non-mobilizable	no_good_hit	101.0	96.04	12.0	0.024691358024691357	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0814_000000020680	1963	0.8633334057722841	4	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.9750422257369419	PS145|PS809	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	845.0	92.781	53.0	0.45641310383120487	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0190_000000015547	1942	0.8633334057722841	4	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.9726108670845526	PS145|PS809	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	758.0	91.95299999999999	53.0	0.40644086618545255	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0101_000000012315	1935	0.8633334057722841	5	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.9746614731976058	PS145|PS809	0	0	True	True	0.9974160194396973	23					non-mobilizable	no_good_hit	938.0	92.324	48.0	0.5074958356468628	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0055_000000018379	1934	0.8633334057722841	3	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.978370802813437	PS145|PS809	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	613.0	91.191	53.0	0.32704053303720154	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0037_000000018184	1930	0.8633334057722841	3	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.9733170423615466	PS145|PS809	0	0	True	True	0.9994818568229675	16					non-mobilizable	no_good_hit	702.0	94.16	53.0	0.38034425319267073	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0265_000000008690	1923	0.8633334057722841	2	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.9754488125853004	PS145|PS809	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	799.0	94.618	52.0	0.43808995002776235	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0089_000000011866	1914	0.8633334057722841	3	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.9779525803423763	PS145|PS809	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	709.0	92.525	52.0	0.38034425319267073	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0078_000000010208	1914	0.8633334057722841	2	1	0	1	0	True	118733	backbone	True	ISR0078_000000010208	0.978751033711316	PS145|PS809	5	4	True	True	0.9926854968070984	12					non-mobilizable	no_good_hit	775.0	91.87100000000001	52.0	0.4181010549694614	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0012_000000012039	1910	0.8633334057722841	2	1	0	1	0	True	70079	backbone	True	ISR0012_000000012039	1.0	PS327	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	687.0	99.709	40.0	0.16913580246913582	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0054_000000013296	1907	0.8633334057722841	2	1	0	1	0	True	105688	maximal	True	ISR0054_000000013296	1.0	PS639	1	1	True	True	0.9968537092208862	34					non-mobilizable	no_good_hit	380.0	88.15799999999999	20.0	0.20155469183786784	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0192_000000009623	1903	0.8633334057722841	2	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.9756135888301536	PS145|PS809	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	640.0	95.93799999999999	52.0	0.3548028872848418	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0017_000000011386	1822	0.8633334057722841	2	1	0	1	0	True	70080	fragment	False	ETH0003_000000020305	0.6326393557055189		0	0	False	False	0.9983534812927246	0					non-mobilizable	no_good_hit	102.0	96.07799999999999	14.0	0.02493827160493827	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0089_000000016385	1809	0.8633334057722841	2	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.8632828662379198	PS145|PS809	0	0	True	True	0.9906025528907776	3					non-mobilizable	no_good_hit	542.0	95.20299999999999	49.0	0.300388672959467	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0095_000000018647	1809	0.8633334057722841	2	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.6901969492856381	PS145|PS809	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	510.0	91.176	44.0	0.27540255413659076	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ETH0001_000000018262	1793	0.8633334057722841	2	1	0	1	0	True	53504	maximal	True	ETH0001_000000018262	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	78.53699999999999	11.0	0.001056490549692033	NZ_SMUS01000001.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00001, whole genome shotgun sequence	True	True
ENG0116_000000013546	1769	0.8633334057722841	2	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.6875883141983196	PS145|PS809	0	0	False	True	0.9994347095489502	0					non-mobilizable	no_good_hit	520.0	87.69200000000001	46.0	0.27540255413659076	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
DEN0001_000000024972	1745	0.8633334057722841	3	1	0	1	0	True	76841	maximal	True	DEN0001_000000024972	1.0		1	1	False	False	0.9982808232307434	0					non-mobilizable	no_good_hit								True	True
CAN0022_000000018627	1722	0.8633334057722841	2	1	0	1	0	True	105689	backbone	True	CAN0022_000000018627	0.9872079753319302	PS638|PS639|PS640	0	0	True	True	0.9895470142364502	8					non-mobilizable	no_good_hit	255.0	76.078	13.0	0.13381454747362576	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0188_000000012222	1721	0.8633334057722841	3	1	0	1	0	True	105689	backbone	False	CAN0022_000000018627	0.9827725004357276	PS638|PS639|PS640	0	0	True	True	0.9994189143180847	9					non-mobilizable	no_good_hit	255.0	75.686	13.0	0.13381454747362576	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0214_000000017436	1719	0.8633334057722841	2	1	0	1	0	True	70080	fragment	False	ETH0003_000000020305	0.4806819042498605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	95.833	11.0	0.029382716049382716	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0813_000000018065	1716	0.8633334057722841	2	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.787201385316771	PS145|PS809	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	504.0	90.27799999999999	47.0	0.2676290949472515	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
SPA0040_000000024775	1715	0.8633334057722841	3	1	0	1	0	True	70080	fragment	False	ETH0003_000000020305	0.4806423526301573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	95.876	11.0	0.023703703703703703	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CAN0017_000000020574	1682	0.8633334057722841	2	1	0	1	0	True	105689	backbone	False	CAN0022_000000018627	0.98440359070973	PS638|PS639|PS640	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	255.0	76.471	14.0	0.13381454747362576	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0391_000000008989	1682	0.8633334057722841	3	1	0	1	0	True	105689	backbone	False	CAN0022_000000018627	0.9855747997050092	PS638|PS639|PS640	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	202.0	77.22800000000001	10.0	0.110494169905608	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
FIJ0088_000000017225	1654	0.8633334057722841	2	1	0	1	0	True	68795	fragment	False	FIJ0088_000000017225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	92.052	45.0	0.3709050527484731	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0103_000000018451	1620	0.8633334057722841	2	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.20137262638850453	PS145|PS809	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	628.0	95.86	38.0	0.34813992226540813	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
MAD0055_000000005766	1599	0.8633334057722841	2	1	0	1	0	True	97665	maximal	False	MAD0105_000000026215	0.8987783974332665	PS30	0	0	True	True	0.9993746280670166	17	Col(MG828)			MOBP	mobilizable	no_good_hit	591.0	98.985	87.0	0.405777166437414	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	True	True
AST0028_000000010291	1577	0.8633334057722841	3	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.3022160184236472	PS145|PS809	0	0	False	True	0.9892200231552124	0					non-mobilizable	no_good_hit	362.0	90.331	42.0	0.19156024430871738	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
CAN0016_000000029794	1562	0.8633334057722841	2	1	0	1	0	True	105689	backbone	False	CAN0022_000000018627	0.9509082024498653	PS638|PS639|PS640	0	0	False	True	0.9737516045570374	0					non-mobilizable	no_good_hit	255.0	76.471	15.0	0.13381454747362576	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0163_000000017113	1513	0.8633334057722841	2	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.196306487407605	PS145|PS809	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	420.0	96.905	48.0	0.22765130483064963	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
MAD0101_000000019035	1512	0.8633334057722841	1	1	0	1	0	True	97665	maximal	False	MAD0105_000000026215	0.7480328620345521	PS30	0	0	True	True	1.0	62				MOBP	mobilizable	other	1421.0	98.522	100.0	0.9766162310866575	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	False	True
MAD0005_000000020603	1508	0.8633334057722841	2	1	0	1	0	True	97665	maximal	False	MAD0105_000000026215	0.748027896283389	PS30	0	0	True	True	1.0	93	Col(MG828)			MOBP	mobilizable	other	1263.0	98.337	100.0	0.8679504814305364	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	False	True
CHI0066_000000007117	1492	0.8633334057722841	2	1	0	1	0	True	97665	maximal	False	MAD0105_000000026215	0.7476872800701747	PS30	0	0	True	True	1.0	24	Col(MG828)			MOBP	mobilizable	other	1231.0	98.213	100.0	0.8459422283356258	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	False	True
BAN0022_000000000008	1492	0.8633334057722841	1	1	0	1	0	True	97665	maximal	False	MAD0105_000000026215	0.7471257967320492	PS30	0	0	True	True	0.9993297457695007	19	Col(MG828)			MOBP	mobilizable	other	1064.0	97.838	100.0	0.7310866574965612	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	False	True
ENG0030_000000012991	1487	0.8633334057722841	1	1	0	1	0	True	80785	maximal	True	ENG0030_000000012991	0.9717966573816157		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	55.0	90.90899999999999	4.0	0.029511918274687854	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
SPA0005_000000019463	1472	0.8633334057722841	2	1	0	1	0	True	97665	maximal	False	MAD0105_000000026215	0.747982050088548	PS30	0	0	True	True	1.0	184	Col(MG828)			MOBP	mobilizable	other	1266.0	98.34100000000001	100.0	0.8700137551581844	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	False	True
ENG0017_000000014147	1442	0.8633334057722841	3	1	0	1	0	True	66683	maximal	True	ENG0017_000000014147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0015_000000012093	1440	0.8633334057722841	1	1	0	1	0	True	100778	maximal	False	ENG0009_000000009331	0.9961557211590284		0	0	True	True	0.9993055462837219	27					non-mobilizable	plasmid	1117.0	99.73100000000001	100.0	0.8199853049228508	HG796848.1	bacteria	Uncultured bacterium plasmid pRGF00211	False	True
CHI0133_000000013926	1436	0.8633334057722841	1	1	0	1	0	True	80785	maximal	False	ENG0030_000000012991	0.9475453934095495		0	0	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
ENG0019_000000012574	1408	0.8633334057722841	2	1	0	1	0	True	66513	fragment	False	ENG0019_000000012574	1.0		0	0	False	False	0.9723011255264282	0					non-mobilizable	no_good_hit	744.0	97.177	79.0	0.002882101490314122	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0281_000000013019	1404	0.8633334057722841	3	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.15274734937022352	PS145|PS809	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	761.0	72.79899999999999	52.0	0.3783510369246333	NZ_AHMN02000024.1	bacteria	Leptospira kirschneri serovar Cynopteri str. 3522 CT ctg1134731807556, whole genome shotgun sequence	True	True
ENG0009_000000009331	1400	0.8633334057722841	1	1	0	1	0	True	100778	maximal	True	ENG0009_000000009331	0.9965566890211708		4	3	True	True	1.0	292					non-mobilizable	plasmid	793.0	99.49600000000001	100.0	0.5819250551065394	HG796848.1	bacteria	Uncultured bacterium plasmid pRGF00211	False	True
AUS0014_000000019683	1400	0.8633334057722841	1	1	0	1	0	True	100778	maximal	False	ENG0009_000000009331	0.9933590244241394		0	0	True	True	0.9978571534156799	9					non-mobilizable	plasmid	844.0	99.052	100.0	0.6193975018368847	HG796848.1	bacteria	Uncultured bacterium plasmid pRGF00211	False	True
ISR0125_000000010940	1394	0.8633334057722841	4	1	0	1	0	True	105685	backbone	True	ISR0125_000000010940	1.0	PS638	2	2	True	True	0.9992826581001282	1					non-mobilizable	no_good_hit								True	True
ISR0214_000000022267	1393	0.8633334057722841	3	1	0	1	0	True	105684	fragment	False	ISR0214_000000022267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	3.0	0.011111111111111112	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0010_000000015961	1386	0.8633334057722841	3	1	0	1	0	True	105687	backbone	True	ISR0010_000000015961	1.0	PS639	0	0	True	True	0.9949495196342468	1					non-mobilizable	no_good_hit	255.0	76.471	17.0	0.13381454747362576	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0027_000000016660	1375	0.8633334057722841	3	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.14872992140174582	PS145|PS809	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	761.0	72.79899999999999	53.0	0.3783510369246333	NZ_AHMN02000024.1	bacteria	Leptospira kirschneri serovar Cynopteri str. 3522 CT ctg1134731807556, whole genome shotgun sequence	True	True
ISR0233_000000013653	1359	0.8633334057722841	2	1	0	1	0	True	27378	fragment	False	ISR0233_000000013653	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	96.85	9.0	0.03111111111111111	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0143_000000021554	1351	0.8633334057722841	2	1	0	1	0	True	31113	maximal	True	ISR0143_000000021554	1.0		4	3	False	False	0.9896373152732849	0					non-mobilizable	no_good_hit	1055.0	86.919	89.0	0.7685525349008082	HG796848.1	bacteria	Uncultured bacterium plasmid pRGF00211	True	True
SPA0020_000000026778	1306	0.8633334057722841	3	1	0	1	0	True	118733	backbone	False	ISR0078_000000010208	0.1486778990989517	PS145|PS809	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	761.0	72.79899999999999	56.0	0.3783510369246333	NZ_AHMN02000024.1	bacteria	Leptospira kirschneri serovar Cynopteri str. 3522 CT ctg1134731807556, whole genome shotgun sequence	True	True
ENG0199_000000020104	1283	0.8633334057722841	1	1	0	1	0	True	54238	fragment	False	ENG0199_000000020104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0252_000000010253	1282	0.8633334057722841	2	1	0	1	0	True	26948	fragment	False	ISR0252_000000010253	1.0		0	0	False	False	0.9742589592933655	0					non-mobilizable	other	1088.0	97.059	90.0	0.004208721557188186	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
DEN0073_000000042761	1262	0.8633334057722841	1	1	0	1	0	True	70078	fragment	False	DEN0073_000000042761	1.0		0	0	False	False	0.9904912710189819	0					non-mobilizable	no_good_hit	50.0	100.0	4.0	0.012098765432098766	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0107_000000012233	1251	0.8633334057722841	2	1	0	1	0	True	82997	maximal	True	CHI0107_000000012233	1.0		1	1	False	False	0.9984012842178345	0					non-mobilizable	no_good_hit								True	True
MAD0102_000000018753	1210	0.8633334057722841	1	1	0	1	0	True	14961	backbone	True	MAD0102_000000018753	1.0	PS30	10	6	True	True	1.0	4				MOBP	mobilizable	other	1210.0	100.0	100.0	0.8314993122420908	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	False	True
FIJ0108_000000020387	1197	0.8633334057722841	2	1	0	1	0	True	42187	backbone	True	FIJ0108_000000020387	1.0	PS145	0	0	True	True	0.9782790541648865	2					non-mobilizable	no_good_hit	457.0	75.274	38.0	0.22862923621648962	NZ_AHMN02000024.1	bacteria	Leptospira kirschneri serovar Cynopteri str. 3522 CT ctg1134731807556, whole genome shotgun sequence	True	True
USA0101_01_000000025411	1174	0.8633334057722841	2	1	0	1	0	True	350	fragment	False	USA0101_01_000000025411	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	97.36200000000001	100.0	0.004553953095058922	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
AST0118_000000027091	1157	0.8633334057722841	3	1	0	1	0	True	105683	fragment	False	AST0118_000000027091	1.0		0	0	False	False	0.9887640476226807	0					non-mobilizable	no_good_hit								True	True
SPA0001_000000028858	1155	0.8633334057722841	3	1	0	1	0	True	68793	fragment	False	SPA0001_000000028858	0.9663375224416517		0	0	False	False	0.9861471652984619	0					non-mobilizable	no_good_hit	103.0	95.146	21.0	0.056635202665186006	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0108_000000020121	1138	0.8633334057722841	1	1	0	1	0	True	32771	maximal	True	ISR0108_000000020121	1.0		1	1	False	False	0.9903339147567749	0					non-mobilizable	no_good_hit	575.0	99.304	83.0	0.42174871418074944	HG796848.1	bacteria	Uncultured bacterium plasmid pRGF00211	True	True
DEN0089_000000017679	1114	0.8633334057722841	2	1	0	1	0	True	68793	fragment	False	SPA0001_000000028858	0.9497835497835498		0	0	False	False	0.9874326586723328	0					non-mobilizable	no_good_hit	136.0	86.029	12.0	0.0699611327040533	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
CHI0054_000000003386	4716	0.8633297936885971	8	2	1	2	1	True	86362	maximal	True	CHI0054_000000003386	1.0		1	1	False	False	0.9995759129524231	0	rep_cluster_722				non-mobilizable	no_good_hit	1273.0	87.90299999999999	36.0	0.18172719473834714	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ISR0356_000000002006	7103	0.8633131109992518	10	3	3	3	3	True	33310	fragment	False	ISR0356_000000002006	1.0		0	0	False	False	0.9998592138290405	0					non-mobilizable	no_good_hit	1669.0	76.872	23.0	0.0005848696027838358	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
ISR0073_000000008503	3104	0.863312861586417	6	5	2	4	3	False	104849	fragment	False	DEN0064_000000009405	0.8668956293425097		0	0	False	False	0.999355673789978	0					non-mobilizable	plasmid	3077.0	95.775	100.0	0.24655102864058087	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0059_01_000000008581	3080	0.863312861586417	6	5	2	4	3	False	104849	fragment	False	DEN0064_000000009405	0.8607570421061814		0	0	False	False	1.0	0					non-mobilizable	plasmid	2961.0	97.264	100.0	0.23872529245663573	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0174_000000011547	1705	0.8633128315748498	3	3	3	2	3	False	55647	maximal	True	ENG0174_000000011547	1.0		10	4	False	False	0.9906158447265625	0					non-mobilizable	no_good_hit	641.0	72.075	37.0	0.007582995706597327	NZ_SORI01000015.1	bacteria	Aminivibrio pyruvatiphilus strain DSM 25964 Ga0215706_115, whole genome shotgun sequence	True	False
ISR0097_000000006460	4009	0.8633094817319379	4	3	3	3	2	False	33306	maximal	True	ISR0097_000000006460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2404.0	99.04299999999999	60.0	0.04984339673518492	NC_047911.1	viruses	Faecalibacterium phage FP_Lagaffe, complete genome	True	False
FIJ0014_000000002935	7497	0.8633040468465419	15	6	4	6	2	False	50741	maximal	True	FIJ0014_000000002935	1.0		1	1	False	False	0.9990662932395935	0					non-mobilizable	no_good_hit	78.0	88.462	1.0	0.01379690949227373	NZ_SMBP01000041.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_141, whole genome shotgun sequence	True	False
ISR0339_000000012850	1217	0.8633020120769315	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.40184524771843233		0	0	False	False	0.9983566403388977	0					non-mobilizable	other	1041.0	99.135	94.0	0.00931098696461825	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0001_000000008249	5702	0.863296079543061	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7722709667200915	PS1004	0	0	True	True	1.0	53					non-mobilizable	other	3207.0	100.0	100.0	0.5713776510425949	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0184_000000002532	5682	0.863296079543061	6	3	1	2	3	False	127304	backbone	False	ISR0832_000000002251	0.7723298804923442	PS1004	0	0	True	True	0.9998239874839783	35					non-mobilizable	other	3221.0	100.0	100.0	0.5738727499554447	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0278_000000001770	5165	0.863296079543061	5	3	1	2	3	False	130581	backbone	False	ISR0082_000000004600	0.836221720725347	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0068_000000004989	3981	0.863296079543061	4	3	1	2	3	False	123184	fragment	False	ISR0068_000000004989	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2300.0	88.522	57.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0320_000000003694	4934	0.8632821039920522	8	4	4	4	3	False	119301	maximal	True	ISR0320_000000003694	1.0		0	0	False	False	0.9979732632637024	0					non-mobilizable	no_good_hit	614.0	99.51100000000001	12.0	0.0001139509200560869	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0390_000000013126	1208	0.8632819398250634	1	1	1	1	1	True	22863	fragment	False	ISR0390_000000013126	1.0		0	0	False	False	0.9751655459403992	0					non-mobilizable	no_good_hit								True	True
ISR0122_000000007868	2237	0.8632646597985623	4	3	1	2	3	False	78987	fragment	False	SPA0101_000000018440	0.9611887565879368		0	0	False	False	1.0	0	rep_cluster_870				non-mobilizable	plasmid	2238.0	99.955	100.0	0.3998927422238112	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	False	True
ENG0121_000000001746	10499	0.8632497980309767	13	9	4	7	7	False	59149	maximal	True	ENG0121_000000001746	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	86.818	8.0	0.0002615882863455997	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0124_000000008043	3273	0.8632427401032275	3	2	2	2	1	False	63156	fragment	False	FIJ0124_000000008043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	82.69200000000001	11.0	0.00010811748485602304	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0035_000000003740	2873	0.8632399625205924	4	2	1	2	1	False	88119	maximal	True	CHI0035_000000003740	1.0		1	1	False	False	0.9979115724563599	0					non-mobilizable	no_good_hit								True	False
ISR0288_000000007699	3795	0.8632334592320231	6	2	2	1	2	False	68922	maximal	True	ISR0288_000000007699	0.997873471557682		2	1	False	False	0.991304337978363	0					non-mobilizable	no_good_hit	2125.0	82.682	57.0	0.0005648359474683642	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0165_000000004924	3762	0.8632334592320231	6	2	2	1	2	False	68922	maximal	False	ISR0288_000000007699	0.9935441370223979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2125.0	82.682	57.0	0.0005648359474683642	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0189_000000002059	5019	0.863225487749069	6	6	6	6	5	False	121750	fragment	False	ISR0096_000000004366	0.09520547945205479		0	0	False	False	0.9998007416725159	0					non-mobilizable	chromosome	5022.0	97.79	100.0	0.0014270395116720283	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0158_000000004687	3324	0.8632188671457522	5	4	4	3	3	False	81151	fragment	False	CHI0158_000000004687	1.0		0	0	False	False	0.9987966418266296	0					non-mobilizable	no_good_hit	505.0	74.851	15.0	0.00012858526355265107	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0185_000000003770	6396	0.8632165366752106	6	6	6	5	5	False	55071	maximal	True	ENG0185_000000003770	1.0		4	3	False	False	0.9996873140335083	0					non-mobilizable	no_good_hit	107.0	78.505	2.0	0.003579830213767004	NZ_KB903999.1	high GC Gram+	Nonomuraea coxensis DSM 45129 A3G7DRAFT_scaffold_62.63, whole genome shotgun sequence	True	False
FIJ0070_000000007848	2466	0.8632127306306391	4	1	1	1	1	False	44940	maximal	True	FIJ0070_000000007848	1.0		1	1	False	False	0.9967558979988098	0					non-mobilizable	no_good_hit								True	False
USA0086_01_000000006456	2785	0.8632066766029151	4	4	1	4	0	True	75513	fragment	False	USA0086_01_000000006456	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2516.0	90.779	95.0	0.09630342703118984	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	False	True
SPA0047_000000015065	2613	0.8632041447521114	3	2	0	2	1	False	117731	maximal	True	SPA0047_000000015065	1.0	PS794	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1618.0	99.815	79.0	0.02106593363644654	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
USA0017_01_000000010887	2537	0.8632003403933658	2	2	2	2	2	False	35776	fragment	False	USA0017_01_000000010887	1.0		0	0	False	False	0.9996058344841003	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0074_000000013517	2350	0.8631988330212255	3	3	3	3	1	False	73447	fragment	False	FIJ0074_000000013517	1.0		0	0	False	False	0.9800000190734863	0					non-mobilizable	chromosome	2329.0	99.35600000000001	99.0	0.0006480843511848836	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0041_000000017981	2056	0.8631988330212255	3	3	3	3	1	False	51186	fragment	False	FIJ0041_000000017981	1.0		0	0	False	False	0.9927042722702026	0					non-mobilizable	chromosome	2047.0	99.70700000000001	99.0	0.00056957928802589	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0012_000000000050	69623	0.8631754898039513	90	37	23	37	18	True	114655	maximal	True	SPA0012_000000000050	0.9762986085734129	PS739|PS80	3	2	True	True	1.0	9					non-mobilizable	plasmid	23996.0	99.25	93.0	0.3316176165372961	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0104_000000007923	3184	0.8631750092383086	4	3	3	2	3	False	109682	maximal	True	ISR0104_000000007923	1.0		5	2	False	False	0.9974874258041382	0					non-mobilizable	no_good_hit	2419.0	82.307	76.0	0.013006305265954275	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
MON0077_000000007365	4751	0.8631726267522543	8	3	1	2	2	False	81292	fragment	False	MON0077_000000007365	1.0		0	0	False	False	0.9894759058952332	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000010867	1810	0.8631705540797704	3	2	1	1	2	False	34416	maximal	True	ISR0078_000000010867	1.0		0	0	False	False	0.9878453016281128	0					non-mobilizable	no_good_hit	696.0	88.36200000000001	38.0	0.004608294930875576	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ENG0188_000000005772	4629	0.8631666026614442	5	3	1	3	1	False	110781	fragment	False	ENG0188_000000005772	1.0		0	0	False	False	0.9950312972068787	0					non-mobilizable	no_good_hit	1296.0	96.14200000000001	40.0	0.00019554456650889188	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
ENG0029_000000005842	4130	0.8631660781292306	5	5	5	4	4	False	105624	fragment	False	ISR0188_000000004827	0.6901598783690499		0	0	False	False	0.9992735981941223	0					non-mobilizable	chromosome	4132.0	97.48299999999999	99.0	0.0011738871964661075	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0108_000000001245	11923	0.8631653004399652	8	8	8	7	5	False	107322	fragment	False	AST0108_000000001245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	73.90899999999999	9.0	0.0016412993812548766	AP014926.1	CFB group bacteria	Prevotella intermedia DNA, chromosome 1, complete genome, strain: 17-2	True	False
SPA0137_000000007702	4724	0.8631626873667584	5	4	2	3	2	True	110493	maximal	True	SPA0137_000000007702	1.0		1	1	False	False	0.9997883439064026	0					non-mobilizable	no_good_hit	1039.0	99.134	49.0	0.25504181013280863	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
AUS0024_000000001295	18653	0.8631624986872714	26	8	3	8	2	False	99010	maximal	True	AUS0024_000000001295	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	84.14399999999999	5.0	0.00021271412003804387	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0035_000000012079	1673	0.863157519632258	3	3	3	2	1	False	102239	fragment	False	SPA0054_000000012699	0.2363007885223889		0	0	False	False	0.9994022846221924	0					non-mobilizable	other	1673.0	97.43	100.0	0.0107421875	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
DEN0068_000000001504	1579	0.8631506288859593	3	3	3	3	2	False	114084	maximal	True	DEN0068_000000001504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	99.459	12.0	0.00046048005045259684	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
FIJ0050_000000015259	1676	0.8631502219175632	3	3	3	3	3	False	46596	maximal	True	FIJ0050_000000015259	1.0		78	9	False	False	0.9934367537498474	0					non-mobilizable	no_good_hit	107.0	84.11200000000001	6.0	0.02773417059131345	XM_024645680.1	nematodes	Strongyloides ratti LP14331p (SRAE_X000251300), partial mRNA	True	False
FIJ0085_000000025988	1205	0.8631436063331227	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21966504258731054		0	0	False	False	1.0	0					non-mobilizable	chromosome	1075.0	78.977	95.0	0.00028222899014572673	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0205_000000004483	1898	0.8631430324770492	2	2	2	2	1	False	93978	fragment	False	ENG0162_000000013032	0.9737384781060693		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	97.44	100.0	0.0005120186469050321	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0162_000000013032	1883	0.8631430324770492	2	2	2	2	1	False	93978	fragment	False	ENG0162_000000013032	0.9739274213705112		0	0	False	False	0.9994689226150513	0					non-mobilizable	other	1898.0	97.89299999999999	100.0	0.0005080017642148775	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0083_000000007331	3303	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9217882561116969		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3304.0	96.368	100.0	0.6899289594651066	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0278_000000003029	3301	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9216690903674725		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3302.0	96.366	100.0	0.6895110739657334	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0022_000000004124	3281	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9198805061355891		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3282.0	96.28299999999999	100.0	0.6853322189720017	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0103_000000004737	3266	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9182568743325442		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3269.0	96.176	100.0	0.6826159632260761	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0104_000000007727	3262	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9192960513848105		0	0	False	True	0.9996934533119202	0		MOBP			mobilizable	plasmid	3263.0	96.23	100.0	0.6813623067279565	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0064_000000006950	3260	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9188346689415303		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3261.0	96.289	100.0	0.6809444212285833	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
AST0040_000000005966	3258	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9071513964945417		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3259.0	96.34899999999999	100.0	0.6805265357292102	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0087_000000008420	3250	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9061133483018263		0	0	False	True	0.9990769028663635	0		MOBP			mobilizable	plasmid	3251.0	96.21700000000001	100.0	0.6788549937317175	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0385_000000006400	3250	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.906795569188602		0	0	False	True	0.9996923208236694	0		MOBP			mobilizable	plasmid	3251.0	96.34	100.0	0.6788549937317175	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0047_000000008866	3250	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9072403489572745		0	0	False	True	0.998769223690033	0		MOBP			mobilizable	plasmid	3251.0	96.27799999999999	100.0	0.6788549937317175	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0072_000000003576	3250	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9070574052806972		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3251.0	96.34	100.0	0.6788549937317175	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0228_000000007781	3250	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9073147445309457		0	0	False	True	0.9996923208236694	0		MOBP			mobilizable	plasmid	3251.0	96.24700000000001	100.0	0.6788549937317175	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0006_000000007457	3250	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.906795569188602		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3251.0	96.34	100.0	0.6788549937317175	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0081_000000004000	3245	0.8631279680866141	4	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9063479764634075		0	0	False	True	0.9993836879730225	0		MOBP			mobilizable	plasmid	2145.0	99.86	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0150_000000006986	3241	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.8989680933457345		0	0	False	True	1.0	0					non-mobilizable	plasmid	3241.0	99.969	100.0	0.6769745089845383	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0080_000000003894	3231	0.8631279680866141	4	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.9041521339805563		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2140.0	99.81299999999999	100.0	0.4470219435736677	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
CHI0131_000000004860	3220	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.8827593458004335		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3220.0	99.689	100.0	0.6725867112411199	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0043_000000002513	3220	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.8828330718275709		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3220.0	99.50299999999999	100.0	0.6725867112411199	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CHI0017_000000003719	3200	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.8695042712495014		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	3200.0	99.93799999999999	100.0	0.6684078562473882	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
USA0084_01_000000011117	2933	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.25778784113854214		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2934.0	96.115	100.0	0.6126201420810697	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0772_000000001547	2928	0.8631279680866141	4	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.6000943045793712		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2929.0	96.48299999999999	100.0	0.6115754283326369	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
CAN0009_000000008175	2915	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.15599544745203311		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2916.0	96.125	100.0	0.6088591725867113	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
DEN0010_000000015230	2913	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.15587470761978142		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2914.0	96.01899999999999	100.0	0.608441287087338	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0134_000000009889	2913	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.15587969519442896		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2914.0	96.054	100.0	0.608441287087338	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
USA0041_01_000000007004	2913	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.15589414595667492		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2914.0	96.054	100.0	0.608441287087338	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0005_000000010118	2913	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.15594792119243434		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2914.0	95.985	100.0	0.608441287087338	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0032_000000009250	2913	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.15594174384604303		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2914.0	96.088	100.0	0.608441287087338	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
SPA0021_000000011324	2909	0.8631279680866141	5	4	1	2	3	False	118388	fragment	False	CAN0004_000000006625	0.15571602634269874		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2910.0	95.945	100.0	0.6076055160885917	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
AUS0002_000000001946	12131	0.8631208569379338	9	9	6	7	6	False	119751	fragment	False	SPA0103_000000001197	0.9581407523735735		0	0	False	False	0.9997527003288269	0					non-mobilizable	other	9313.0	99.603	100.0	0.0014872944227976629	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
MAD0015_000000007196	2644	0.8631170189648575	3	3	1	3	0	False	52054	fragment	False	MAD0015_000000007196	1.0		0	0	False	False	0.9909228682518005	0					non-mobilizable	no_good_hit	138.0	96.37700000000001	10.0	4.799062206785239e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0124_000000021428	1352	0.8631125016588309	3	2	2	2	1	False	75565	fragment	False	DEN0011_000000038458	0.540832442978585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	74.648	25.0	0.0004909419071160813	NZ_FNVA01000002.1	bacteria	Bryocella elongata strain DSM 22489, whole genome shotgun sequence	True	False
ISR0364_000000005797	2749	0.8631122658675673	4	3	3	2	3	False	127054	fragment	False	ENG0049_000000005054	0.4879371752926017		0	0	False	False	1.0	0					non-mobilizable	other	2411.0	99.046	100.0	0.0007204888801061659	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0031_000000004328	2213	0.8631070362907308	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.6846518559174479		0	0	False	False	0.9986443519592285	0					non-mobilizable	no_good_hit	1802.0	82.242	81.0	0.0006246226818899856	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0174_000000005502	4953	0.863106929113242	5	4	4	4	4	False	107408	fragment	False	ISR0174_000000005502	0.997673434856176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1886.0	71.898	37.0	0.0004977802677306168	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0066_000000007304	3100	0.8631024094117299	3	2	1	2	1	False	16596	maximal	True	MAD0066_000000007304	1.0		1	1	False	False	0.9967741966247559	0					non-mobilizable	no_good_hit								True	False
USA0020_01_000000004201	8131	0.8630927757805366	14	5	3	4	4	False	74195	backbone	False	SPA0130_000000004027	0.9118379909138351	PS352	0	0	False	True	1.0	0					non-mobilizable	other	8007.0	96.566	98.0	0.004776704325232196	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0085_000000005997	3641	0.8630875304581103	5	1	1	1	1	False	63525	fragment	False	ISR0308_000000003619	0.663512462865128		0	0	False	False	0.9969788789749146	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000022725	1328	0.8630853420109411	2	1	1	1	1	False	75404	fragment	False	ISR0171_000000022725	0.997140522875817		0	0	False	False	0.9977409839630127	0					non-mobilizable	no_good_hit	596.0	71.98	45.0	0.0006150600048370821	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0014_000000003132	1224	0.8630853420109411	1	1	1	1	1	False	75404	fragment	False	ISR0171_000000022725	0.9582078313253013		0	0	False	False	0.9983659982681274	0					non-mobilizable	no_good_hit	596.0	71.812	48.0	0.0006150600048370821	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0087_000000022995	1369	0.8630846937140343	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.08042680002514258		0	0	False	False	0.9985390901565552	0					non-mobilizable	other	1388.0	78.53	100.0	0.019187862561356538	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0058_000000006063	6168	0.8630720769392376	9	6	4	5	3	True	125253	fragment	False	MON0058_000000006063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.905	10.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MAD0053_000000005482	2098	0.8630657481461161	3	3	3	3	3	False	46662	fragment	False	MAD0007_000000003912	0.9955087962670878		0	0	False	False	0.9995233416557312	0					non-mobilizable	no_good_hit	855.0	78.363	40.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
USA0005_01_000000015668	2098	0.8630657481461161	3	3	3	3	3	False	46662	fragment	False	MAD0007_000000003912	0.9948658300662151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	78.363	40.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
AST0149_000000007307	3746	0.8630643107989068	5	4	3	4	2	False	104550	maximal	True	AST0149_000000007307	1.0		1	1	False	False	0.9957287907600403	0					non-mobilizable	no_good_hit	222.0	72.973	6.0	0.007496662444801972	NZ_NHRY01000043.1	a-proteobacteria	Rhodopila globiformis strain DSM 161 scaffold0043, whole genome shotgun sequence	True	False
ENG0027_000000005601	3706	0.8630623678306709	4	2	2	2	1	False	65997	maximal	True	ENG0027_000000005601	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000004783	7933	0.8630525101850122	12	2	1	1	2	False	15360	maximal	True	MAD0098_000000004783	1.0		1	1	False	False	0.9984873533248901	0					non-mobilizable	no_good_hit								True	False
ISR0221_000000005855	3890	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9414933730406142		0	0	True	True	0.9958868622779846	17					non-mobilizable	plasmid	2075.0	100.0	100.0	0.547085201793722	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0141_000000007041	3877	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9162422949782771		0	0	True	True	1.0	15					non-mobilizable	plasmid	1887.0	95.654	94.0	0.4972302822474281	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0397_000000005227	3870	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9415845513351095		0	0	True	True	1.0	39					non-mobilizable	plasmid	3432.0	99.971	100.0	0.9050382484832498	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0053_000000006728	3870	0.8630477976833245	6	4	2	4	2	True	124511	maximal	True	ENG0053_000000006728	0.9420283508695985		36	4	True	True	0.9997416138648987	10					non-mobilizable	plasmid	3496.0	100.0	100.0	0.9219203376417832	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0101_000000002727	3870	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9416279101938928		0	0	True	True	1.0	84					non-mobilizable	plasmid	3432.0	99.94200000000001	100.0	0.9050382484832498	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
SPA0095_000000005336	3870	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9419861785888722		0	0	True	True	1.0	36					non-mobilizable	plasmid	3181.0	100.0	100.0	0.8388288050646268	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0039_000000004530	3870	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.941419595810474		0	0	True	True	1.0	76					non-mobilizable	plasmid	3432.0	99.94200000000001	100.0	0.9050382484832498	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0060_000000007521	3869	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9414746699868631		0	0	True	True	0.9997415542602539	5					non-mobilizable	plasmid	2199.0	99.955	100.0	0.5797942495383803	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
SPA0052_000000007637	3868	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9413088206010775		0	0	True	True	0.9992244243621826	7					non-mobilizable	plasmid	2192.0	99.90899999999999	100.0	0.5779477710366658	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0122_000000004193	3867	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9417580716663723		0	0	True	True	1.0	17					non-mobilizable	plasmid	3186.0	99.969	100.0	0.8401477182801371	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0046_000000005057	3850	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9416857715168218		0	0	True	True	0.9997402429580688	25					non-mobilizable	plasmid	2241.0	100.0	100.0	0.5908731205486679	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0031_000000007560	3850	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9414108138756361		0	0	True	True	1.0	37					non-mobilizable	plasmid	2180.0	100.0	100.0	0.5747823793194408	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0842_000000005278	3850	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.941190254068649		0	0	True	True	0.9997402429580688	8					non-mobilizable	plasmid	3175.0	99.93700000000001	100.0	0.8372461092060143	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0129_000000006940	3850	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9329674364124404		0	0	True	True	0.9997402429580688	8					non-mobilizable	plasmid	2128.0	100.0	100.0	0.5610656818781324	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0100_000000004184	3850	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9414227036130649		0	0	True	True	0.9997402429580688	11					non-mobilizable	plasmid	3175.0	99.969	100.0	0.8372461092060143	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
SPA0065_000000005832	3846	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9413609293860872		0	0	True	True	0.9916796684265137	15					non-mobilizable	plasmid	2955.0	99.96600000000001	100.0	0.7792139277235558	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0131_000000007114	3845	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9419067347495574		0	0	True	True	1.0	9					non-mobilizable	plasmid	3497.0	100.0	100.0	0.9221841202848853	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0166_000000004529	3833	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9346184047432656		0	0	True	True	1.0	12					non-mobilizable	plasmid	3550.0	98.986	100.0	0.9356370350830915	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
SPA0113_000000008662	3830	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9416450629667501		0	0	True	True	1.0	14					non-mobilizable	plasmid	3188.0	99.969	100.0	0.8406752835663414	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
SPA0039_000000006611	3830	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9412881515626372		0	0	True	True	1.0	1					non-mobilizable	plasmid	3448.0	99.94200000000001	100.0	0.9092587707728832	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0089_000000005707	3830	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9411446209987732		0	0	True	True	1.0	19					non-mobilizable	plasmid	2939.0	99.96600000000001	100.0	0.7749934054339225	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0085_000000005229	3830	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.941762294535099		0	0	True	True	0.9989556074142456	12					non-mobilizable	plasmid	3147.0	99.936	100.0	0.8298601951991559	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0160_000000005687	3830	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9417050007215199		0	0	True	True	0.9963446259498596	8					non-mobilizable	plasmid	3363.0	100.0	100.0	0.886837246109206	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0053_000000004938	3830	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9416633695084742		0	0	True	True	1.0	23					non-mobilizable	plasmid	3115.0	99.96799999999999	100.0	0.8214191506198892	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0190_000000006054	3830	0.8630477976833245	6	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9417050007215199		0	0	True	True	0.9994778037071228	3					non-mobilizable	plasmid	3363.0	100.0	100.0	0.886837246109206	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0176_000000002016	3794	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9417129942579029		0	0	True	True	1.0	7					non-mobilizable	plasmid	3766.0	100.0	100.0	0.9931416512793458	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0053_000000002833	3768	0.8630477976833245	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9355514755292729		0	0	True	True	1.0	7					non-mobilizable	plasmid	2537.0	100.0	100.0	0.6689527829068848	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0055_000000006254	3104	0.8630477976833245	7	4	2	4	2	True	124247	fragment	False	ENG0055_000000006254	1.0		0	0	False	False	0.999677836894989	0					non-mobilizable	plasmid	3104.0	99.581	100.0	0.8185175415457663	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
SPA0111_000000011477	3005	0.8630477976833245	6	4	2	4	2	True	124245	fragment	False	SPA0111_000000011477	1.0		0	0	False	False	0.999667227268219	0					non-mobilizable	plasmid	3005.0	100.0	100.0	0.79240305987866	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0014_000000008635	1921	0.8630477976833245	5	4	2	4	2	True	124244	fragment	False	AST0014_000000008635	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1921.0	100.0	100.0	0.506462674756001	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
FIJ0157_000000002723	7181	0.8630386729522328	10	6	5	6	3	True	53385	fragment	False	FIJ0157_000000002723	0.9708151382823872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	91.07600000000001	16.0	0.00030463658482648385	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0288_000000012813	2369	0.8630244115370922	3	1	1	1	1	False	90696	maximal	True	ISR0288_000000012813	1.0		4	4	False	False	0.9945124387741089	0					non-mobilizable	no_good_hit								True	False
ISR0338_000000015572	1811	0.8630244115370922	1	1	1	1	1	False	118074	fragment	False	ISR0082_000000016510	0.9318960697098772		0	0	False	False	0.9988956451416016	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000011802	1576	0.8630244115370922	1	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.9199971849620596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0110_000000006249	1571	0.8630244115370922	2	1	1	1	1	False	82695	maximal	True	CHI0110_000000006249	1.0		2	2	False	False	0.9624443054199219	0					non-mobilizable	no_good_hit	179.0	99.441	11.0	0.00014706805780931388	NZ_FQXY01000009.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ISR0134_000000024323	1319	0.8630244115370922	1	1	1	1	1	False	90693	fragment	False	ISR0134_000000024323	0.9330416161099488		0	0	False	False	0.9946929216384888	0					non-mobilizable	no_good_hit								True	False
FIJ0136_000000023299	1210	0.8630244115370922	1	1	1	1	1	False	90693	fragment	False	ISR0134_000000024323	0.9220624763684533		0	0	False	False	0.9991735816001892	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	0.0010680174544566842	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0003_000000015342	1181	0.8630244115370922	1	1	1	1	1	False	33553	fragment	False	SPA0003_000000015342	0.9751525719267655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	93.333	8.0	0.00011491952405239814	NZ_FMIZ01000006.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
ISR0092_000000028327	1147	0.8630244115370922	1	1	1	1	1	False	33553	fragment	False	SPA0003_000000015342	0.9614733276883998		0	0	False	False	0.9973844885826111	0					non-mobilizable	no_good_hit	87.0	91.954	8.0	0.0001689869624593498	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
ISR0158_000000004115	4169	0.8630183148127605	9	4	3	3	1	True	88413	maximal	True	ISR0158_000000004115	1.0		1	1	False	False	0.9992803931236267	0					non-mobilizable	no_good_hit	553.0	98.915	13.0	0.00024633212800167077	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0848_000000007156	2413	0.8630174093904663	3	2	2	1	1	False	131726	maximal	True	ISR0848_000000007156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	87.094	54.0	0.00470308580761827	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ENG0027_000000017562	1305	0.8630174093904663	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.08097530849319533		0	0	False	False	1.0	0					non-mobilizable	virus	1311.0	87.262	100.0	0.034799072024746004	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
MON0005_000000046043	1193	0.8630174093904663	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.06676623139731422		0	0	False	False	0.9991617798805237	0					non-mobilizable	other	1197.0	86.96700000000001	100.0	0.004345797118357347	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	False	False
AST0005_000000000301	37181	0.8630111996941593	43	13	7	8	11	True	128799	fragment	False	AST0005_000000000301	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	25859.0	97.861	82.0	0.15603355534334998	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
SPA0023_000000008263	3075	0.8630101664931624	6	2	2	2	1	True	121008	fragment	False	SPA0023_000000008263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1248.0	93.429	73.0	0.1608355091383812	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
CHI0039_000000006226	2076	0.8630101664931624	2	2	2	2	1	True	87795	fragment	False	CHI0039_000000006226	1.0		0	0	False	False	0.9995182752609253	0					non-mobilizable	no_good_hit	207.0	99.03399999999999	10.0	0.008121106993613498	NZ_QNRL01000020.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_120, whole genome shotgun sequence	True	True
ISR0350_000000011223	1735	0.8630101664931624	4	2	2	2	1	True	57249	fragment	False	ISR0350_000000011223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0148_000000031058	1155	0.8630101664931624	3	2	2	2	1	True	57248	fragment	False	ENG0148_000000031058	1.0		0	0	False	False	0.9627705812454224	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	8.050059506887249e-06	NC_009792.1	enterobacteria	Citrobacter koseri ATCC BAA-895, complete sequence	True	True
MAD0034_000000004679	3284	0.8630041633185083	5	4	2	3	4	True	97722	fragment	False	MAD0034_000000004679	1.0		0	0	False	False	0.9972594380378723	0	IncFIA,IncFIC				non-mobilizable	plasmid	3047.0	94.322	93.0	0.05158541553503531	LT174529.1	enterobacteria	Escherichia coli plasmid E873p3, strain E873	False	True
DEN0064_000000011572	3246	0.8630016307005559	3	3	3	3	3	False	131533	maximal	True	DEN0064_000000011572	0.9519747235387046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	91.258	59.0	0.0004999033919359215	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0104_000000001614	16088	0.8630010174885144	21	9	1	9	2	False	53678	maximal	True	SPA0104_000000001614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0211_000000002089	15763	0.8630010174885144	21	9	1	9	2	False	53677	fragment	False	ENG0211_000000002089	1.0		0	0	False	False	0.9987311959266663	0					non-mobilizable	no_good_hit	46.0	95.652	0.0	0.00010592522150140763	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0010_000000005915	3089	0.8629988738733021	4	3	2	2	2	False	116957	maximal	True	ISR0010_000000005915	1.0		25	4	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	86.296	61.0	0.00046508269672377586	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0095_000000023917	1558	0.862995927021417	4	4	4	4	2	False	15576	fragment	False	MAD0095_000000023917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000004746	5145	0.8629846788323428	7	6	5	6	6	False	115027	fragment	False	FIJ0043_000000004746	0.9861002547842106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	83.333	28.0	0.00036387166465587384	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0376_000000009605	2475	0.8629813526255481	4	2	2	1	1	False	84120	fragment	False	ISR0376_000000009605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2208.0	99.094	89.0	0.000596741472504873	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0109_000000012540	2033	0.8629813526255481	2	2	2	1	1	False	84119	fragment	False	FIJ0108_000000011126	0.9446026082700415		0	0	False	False	1.0	0					non-mobilizable	other	1948.0	99.07600000000001	96.0	0.000526441163102396	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0069_000000032592	1596	0.8629794769434951	2	2	2	2	2	False	82010	fragment	False	SPA0056_000000020672	0.9441764148963179		0	0	False	False	0.9906014800071716	0					non-mobilizable	other	1593.0	98.99600000000001	99.0	0.010648259624903015	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0087_000000018213	1680	0.8629793217569498	2	2	2	2	2	False	82008	fragment	False	MAD0087_000000018213	1.0		0	0	False	False	0.9946428537368774	0					non-mobilizable	no_good_hit	1348.0	98.961	80.0	0.009009551328357011	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0025_000000010550	2390	0.8629617711651575	6	2	0	2	1	True	66156	maximal	True	ENG0025_000000010550	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0011_01_000000018989	1920	0.8629547264480883	2	1	1	1	1	True	2015	maximal	True	USA0011_01_000000018989	1.0		1	1	False	False	0.9979166388511658	0	rep_cluster_699				non-mobilizable	no_good_hit	1075.0	82.605	55.0	0.18668545262416344	NZ_UFUL01000002.1	e-proteobacteria	Campylobacter hominis strain NCTC13146, whole genome shotgun sequence	True	True
AST0116_000000019276	1405	0.8629535125155212	2	2	2	2	1	True	106175	maximal	True	AST0116_000000019276	1.0		1	1	False	False	0.9992882609367371	0					non-mobilizable	no_good_hit								True	True
ISR0175_000000003321	7964	0.86295260028764	11	4	1	4	2	False	29867	maximal	True	ISR0175_000000003321	1.0		1	1	True	True	1.0	52					non-mobilizable	no_good_hit	57.0	94.73700000000001	2.0	0.0018325206976668085	NZ_CBYM010000040.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
MON0024_000000006425	5947	0.8629478011312445	9	6	5	5	6	False	43559	fragment	False	MON0024_000000006425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	337.0	82.493	5.0	9.283828158577852e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0152_000000005222	4688	0.8629318252422846	8	1	0	1	1	True	86599	backbone	False	ISR0133_000000003791	0.8286869953535306	PS437	0	0	True	True	1.0	578					non-mobilizable	no_good_hit	1200.0	73.5	35.0	0.0004972773436500912	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0283_000000003133	4167	0.8629318252422846	5	1	0	1	1	True	38612	fragment	False	ISR0283_000000003133	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	73.503	34.0	0.10648270982577164	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	True	True
ISR0045_000000006729	3681	0.8629318252422846	4	1	0	1	1	True	38611	fragment	False	ISR0045_000000006729	1.0		0	0	False	False	0.9945666790008545	0					non-mobilizable	no_good_hit	1200.0	73.5	38.0	0.0004972773436500912	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
CAN0003_000000016735	2973	0.8629318252422846	3	1	0	1	1	True	96691	fragment	False	CAN0003_000000016735	1.0		0	0	False	False	0.9936091303825378	0	IncW				non-mobilizable	plasmid	2975.0	99.16	100.0	0.26275758379764746	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0264_000000003511	2850	0.8629318252422846	4	1	0	1	1	True	38609	fragment	False	ISR0264_000000003511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	922.0	74.946	44.0	0.0003819727319268407	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0003_000000009684	2710	0.8629318252422846	3	1	0	1	1	True	38608	fragment	False	ISR0003_000000009684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	73.503	48.0	0.10648270982577164	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	True	True
ENG0100_000000011231	2667	0.8629318252422846	3	1	0	1	1	True	60586	fragment	False	ENG0100_000000011231	1.0		0	0	False	False	0.9992501139640808	0	IncW				non-mobilizable	plasmid	2667.0	98.613	100.0	0.23321836030777396	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0850_000000006464	2302	0.8629318252422846	3	1	0	1	1	True	20574	fragment	False	ISR0850_000000006464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	73.983	40.0	0.08163084814716547	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	True	True
ISR0841_000000007237	1978	0.8629318252422846	2	1	0	1	1	True	20764	fragment	False	ISR0841_000000007237	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	no_good_hit	958.0	87.68299999999999	57.0	0.12325038880248834	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
SPA0016_000000027199	1254	0.8629318252422846	1	1	0	1	1	True	32928	fragment	False	SPA0016_000000027199	0.972668810289389		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1254.0	100.0	100.0	0.11081630848147166	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
FIJ0122_000000011755	1359	0.8629119531387428	2	2	2	2	2	False	41416	maximal	True	FIJ0122_000000011755	1.0		9	3	False	False	1.0	0					non-mobilizable	chromosome	1359.0	95.51100000000001	100.0	0.00025836312690157546	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
ISR0110_000000012979	1802	0.8629101207628214	2	2	2	1	1	False	45292	maximal	True	ISR0110_000000012979	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	99.936	87.0	0.0008461222992078395	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
ISR0307_000000008678	1344	0.8629024754962777	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.14212204207103218		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	96.057	100.0	0.16432154655573228	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
CHI0130_000000001604	10066	0.8628966910246546	14	3	2	3	3	False	81134	maximal	True	CHI0130_000000001604	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	100.0	5.0	0.10271240526525728	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0130_000000018288	1677	0.8628828999328833	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.8710294352192939		0	0	False	False	1.0	0					non-mobilizable	other	1689.0	83.6	100.0	0.019933358540504775	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
ENG0211_000000004340	7386	0.8628719440688439	8	6	2	3	5	False	123414	fragment	False	ENG0211_000000004340	0.9981356661408289		0	0	False	False	1.0	0					non-mobilizable	plasmid	7386.0	99.905	100.0	0.7051465673636971	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
FIJ0023_000000013880	2341	0.8628681448330809	3	3	3	2	2	True	91785	fragment	False	ENG0191_000000011364	0.6950179804005113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	81.579	11.0	9.236886757859719e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0049_000000000576	25029	0.8628623693590926	18	11	6	11	7	False	64205	maximal	True	ENG0049_000000000576	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	77.431	7.0	0.0003394570956242568	AP017968.1	fusobacteria	Fusobacterium varium Fv113-g1 DNA, complete genome	True	False
ENG0073_000000011244	2223	0.8628623641421532	3	3	3	3	2	False	76485	maximal	True	ENG0073_000000011244	1.0		61	7	False	False	0.993702232837677	0					non-mobilizable	no_good_hit	1977.0	99.34200000000001	89.0	0.007579942306511999	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CAN0012_000000005602	9876	0.8628593078526942	9	8	8	7	7	False	94333	maximal	True	CAN0012_000000005602	1.0		3	1	False	False	0.9995949864387512	0					non-mobilizable	no_good_hit	3017.0	90.554	74.0	0.0010649926928678615	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
SPA0028_000000004874	5173	0.8628564131481425	9	7	6	7	5	False	91810	maximal	True	SPA0028_000000004874	1.0		4	2	False	False	0.9880146980285645	0					non-mobilizable	no_good_hit	400.0	75.5	8.0	0.0003035702807792773	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
SPA0116_000000016078	2486	0.8628517982306805	3	3	3	3	2	False	111423	fragment	False	ISR0161_000000010490	0.8351339944008797		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	99.156	100.0	0.003443418375332603	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0043_000000013215	1676	0.862851668106206	3	2	1	2	1	False	109504	fragment	False	ISR0043_000000013215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	98.02799999999999	85.0	0.0003988034767540443	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0085_000000001859	7303	0.8628405152361619	10	6	5	5	3	False	126262	maximal	True	MON0085_000000001859	1.0		1	1	False	False	0.9998630881309509	0					non-mobilizable	no_good_hit	1402.0	70.899	19.0	0.008692286705877128	NZ_AWEY01000004.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00007, whole genome shotgun sequence	True	False
ENG0177_000000006733	3929	0.8628318313184767	9	5	3	5	3	False	55538	maximal	True	ENG0177_000000006733	1.0		2	1	False	False	0.9987274408340454	0					non-mobilizable	no_good_hit	1564.0	94.43700000000001	40.0	0.017581669691470056	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0047_000000016467	2629	0.8628307285193361	4	3	1	1	3	False	62530	fragment	False	MAD0047_000000016467	1.0		0	0	False	False	0.996957004070282	0					non-mobilizable	other	2629.0	99.962	100.0	0.057795078181698226	NZ_NQCD01000071.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_32_length_45471_cov_30.0522_ID_63.ctg_1, whole genome shotgun sequence	False	False
ISR0015_000000002876	7680	0.8628251662666327	7	7	6	7	6	False	129622	maximal	True	ISR0015_000000002876	1.0	PS1061	4	2	False	True	1.0	0					non-mobilizable	chromosome	4273.0	90.311	98.0	0.0011421447667151895	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0165_000000000133	61000	0.8628247534840517	55	14	10	13	3	True	128679	maximal	True	CHI0165_000000000133	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	74.074	1.0	0.00015669496597586996	NC_011653.1	thermotogales	Thermosipho africanus TCF52B, complete sequence	True	True
ISR0316_000000007916	2482	0.8628239075341043	4	3	2	2	2	True	122264	fragment	False	ISR0040_000000010581	0.949514563106796		0	0	False	False	0.9991942048072815	0					non-mobilizable	other	2482.0	99.557	100.0	0.06705074110137402	NZ_JAAIPV010000042.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_42_length_36972_cov_94.6972, whole genome shotgun sequence	False	True
ENG0157_000000006096	4020	0.8628226501046351	8	3	2	2	3	False	126010	fragment	False	ENG0157_000000006096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2651.0	99.774	71.0	0.0009380899581878893	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0063_000000018580	1532	0.8628096307158287	2	2	2	2	2	False	45565	maximal	True	FIJ0063_000000018580	1.0		15	4	False	False	1.0	0					non-mobilizable	chromosome	1532.0	99.21700000000001	100.0	0.0003179231622701832	CP060733.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 chromosome, complete genome	False	False
CAN0003_000000003586	11737	0.8628068232172929	10	9	6	6	8	False	96804	fragment	False	CAN0003_000000003586	0.9985709181850662		0	0	False	False	1.0	0					non-mobilizable	other	11678.0	99.96600000000001	100.0	0.0035166793054701422	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0142_000000023402	1551	0.8628033055780537	2	1	1	1	1	False	52316	fragment	False	FIJ0142_000000023402	1.0		0	0	False	False	0.9993552565574646	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000027224	1401	0.8628033055780537	1	1	1	1	1	False	52315	fragment	False	FIJ0002_000000027224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0064_000000020793	1241	0.8628033055780537	1	1	1	1	1	False	45447	fragment	False	FIJ0064_000000020793	1.0		0	0	False	False	0.998388409614563	0					non-mobilizable	no_good_hit								True	False
AST0062_000000011258	1408	0.8627999529403644	3	2	2	2	2	False	111660	fragment	False	AST0062_000000011258	0.9961802902979373		0	0	False	False	0.9900568127632141	0					non-mobilizable	other	1408.0	99.50299999999999	100.0	0.007037216723267829	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0044_000000021628	1309	0.8627999529403644	2	2	2	2	2	False	111660	fragment	False	AST0062_000000011258	0.9612926136363636		0	0	False	False	0.9893048405647278	0					non-mobilizable	other	1309.0	99.694	100.0	0.006542060749135978	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0029_000000010026	3428	0.8627944708496483	4	4	2	4	3	False	119897	maximal	True	FIJ0029_000000010026	1.0		1	1	False	False	0.9997082948684692	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	1.0	0.0009656628264726358	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
MON0083_000000016282	2272	0.8627922587030719	4	3	3	2	3	False	95332	fragment	False	CAN0007_000000017709	0.8497146610431728		0	0	False	False	0.9903169274330139	0					non-mobilizable	no_good_hit								True	False
USA0038_01_000000007803	2026	0.8627922587030719	3	3	3	2	3	False	95332	fragment	False	CAN0007_000000017709	0.6453851256285551		0	0	False	False	0.999506413936615	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000006474	5563	0.8627898961874557	7	3	0	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8510698348356226	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	146					non-mobilizable	no_good_hit	1218.0	95.402	66.0	0.20818353021742853	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0267_000000004249	3689	0.862787063911082	3	2	1	2	0	True	29770	maximal	True	ISR0267_000000004249	0.9971209213051824		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.389261653638351e-07	CP030990.1	eudicots	Arachis hypogaea cultivar Shitouqi chromosome A08	True	True
ISR0810_000000003621	3647	0.862787063911082	3	2	1	2	0	True	29770	maximal	False	ISR0267_000000004249	0.99146110056926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0177_000000009682	2864	0.862787063911082	2	2	1	2	0	True	29769	fragment	False	ISR0177_000000009682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.389261653638351e-07	CP030990.1	eudicots	Arachis hypogaea cultivar Shitouqi chromosome A08	True	True
FIJ0008_000000015975	1796	0.8627771466283489	3	3	3	2	2	False	55235	maximal	False	ISR0008_000000005956	0.7270004528146674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	77.82600000000001	13.0	0.0003522026692598757	NZ_QNRH01000003.1	a-proteobacteria	Pseudochrobactrum asaccharolyticum strain DSM 25619 Ga0244562_103, whole genome shotgun sequence	True	False
ISR0845_000000009056	1177	0.8627701907654125	2	2	2	1	1	False	97672	maximal	True	ISR0845_000000009056	1.0		9	5	False	False	0.9949023127555847	0					non-mobilizable	no_good_hit	1022.0	100.0	87.0	0.00020315723454651964	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	True	False
AST0142_000000000868	7381	0.8627628425843638	8	3	2	3	2	True	105268	maximal	True	AST0142_000000000868	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.0004128404539013423	NZ_JVKM01000025.1	high GC Gram+	Xylanimonas cellulosilytica strain 352_XCEL 453_89623_1721572_229_,...,35_, whole genome shotgun sequence	True	True
MAD0095_000000018006	1969	0.8627609737133679	3	3	3	3	3	False	15585	maximal	True	MAD0095_000000018006	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	74.344	17.0	0.0008511557460727262	NZ_FMAI01000006.1	a-proteobacteria	Bradyrhizobium shewense strain ERR11, whole genome shotgun sequence	True	False
FIJ0086_000000021690	1524	0.8627546823522727	2	2	2	2	1	False	87665	fragment	False	FIJ0086_000000021690	0.9748194590396021		0	0	False	False	0.9461942315101624	0					non-mobilizable	other	1438.0	96.94	94.0	0.0045538091012802635	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0043_000000013874	2469	0.862753914755427	5	3	3	3	1	True	64615	maximal	True	ENG0043_000000013874	1.0		0	0	False	False	0.9777237772941589	0					non-mobilizable	no_good_hit	1017.0	84.26700000000001	41.0	0.03602082959238642	MK233417.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.N05_3-CL31_c3 sequence	True	True
CHI0023_000000003517	3579	0.8627496575058549	6	6	2	3	6	False	89147	fragment	False	ENG0152_000000005663	0.9295839587580343		0	0	False	False	0.9986029863357544	0					non-mobilizable	plasmid	3579.0	99.97200000000001	100.0	0.03789130342694964	MG767301.1	enterobacteria	Shigella flexneri strain ID116124 plasmid pSf4 genomic sequence	False	True
SPA0078_000000002253	3359	0.8627433617356309	3	3	3	3	2	False	6237	maximal	True	SPA0078_000000002253	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	93.846	3.0	1.6021388553719216e-05	NZ_LT575483.1	firmicutes	Massilibacillus massiliensis strain Marseille-P2411, whole genome shotgun sequence	True	False
SPA0068_000000003691	3358	0.8627433617356309	3	3	3	3	2	False	6237	maximal	False	SPA0078_000000002253	0.9998511461744567		0	0	False	False	0.9997022151947021	0					non-mobilizable	no_good_hit	64.0	93.75	3.0	1.5771054357567352e-05	NZ_LT575483.1	firmicutes	Massilibacillus massiliensis strain Marseille-P2411, whole genome shotgun sequence	True	False
DEN0011_000000001484	15856	0.8627432608684041	13	11	4	10	8	True	115125	fragment	False	DEN0011_000000001484	0.9884444512422562		0	0	False	False	1.0	0					non-mobilizable	other	15850.0	99.905	99.0	0.0069574131300585195	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
DEN0078_000000014394	2195	0.8627348144217928	5	4	2	4	2	False	69777	maximal	True	DEN0078_000000014394	1.0		1	1	False	False	0.9995444416999817	0					non-mobilizable	no_good_hit								True	False
ISR0160_000000026548	1134	0.8627264155992527	1	1	1	1	1	False	106718	fragment	False	DEN0089_000000013384	0.5223006616195843		0	0	False	False	0.9691358208656311	0					non-mobilizable	chromosome	1134.0	100.0	100.0	0.0004995348550114413	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	False
FIJ0069_000000008066	2908	0.8627263698475158	6	3	2	2	3	False	129197	fragment	False	AUS0022_000000012127	0.9642239306317298		0	0	False	False	0.9996561408042908	0					non-mobilizable	no_good_hit	1192.0	98.993	75.0	0.0002917617037510503	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AUS0022_000000012127	2900	0.8627263698475158	6	3	2	2	3	False	129197	fragment	False	AUS0022_000000012127	0.9761678850684316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	98.993	71.0	0.0002917617037510503	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0141_000000000073	112838	0.8627256022292098	117	37	19	25	22	True	130911	fragment	False	FIJ0141_000000000073	0.970023100964805		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1739.0	84.359	2.0	0.020417808866622554	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
FIJ0121_000000017453	1476	0.8627245100650262	4	2	1	2	1	False	48809	fragment	False	FIJ0121_000000017453	0.966053748231966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0854_000000004603	1888	0.8627241553194483	2	2	2	2	2	False	71625	maximal	True	ISR0854_000000004603	1.0		782	13	False	False	0.9862288236618042	0					non-mobilizable	chromosome	1888.0	98.57	100.0	0.00033543756559430935	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
MAD0036_000000012905	2256	0.8627106007429008	3	3	3	3	3	False	88997	maximal	True	MAD0036_000000012905	1.0		91	12	False	False	1.0	0					non-mobilizable	chromosome	2256.0	97.82799999999999	100.0	0.0009240928420301193	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
MAD0091_000000000972	10292	0.8627042729137715	20	8	4	7	4	False	50720	maximal	True	MAD0091_000000000972	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0048_000000000232	42820	0.8626943770480477	38	7	0	7	1	True	89049	fragment	False	ISR0048_000000000232	1.0		0	0	False	False	0.999883234500885	0					non-mobilizable	virus	22467.0	97.031	94.0	0.2312058929583269	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
SPA0067_000000006703	3289	0.8626918296248715	5	4	3	4	3	False	6046	maximal	True	SPA0067_000000006703	1.0		16	6	False	False	0.9981757402420044	0					non-mobilizable	no_good_hit	1576.0	97.01799999999999	48.0	0.007769490321434914	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0062_000000018448	2030	0.8626881817979403	3	3	2	2	2	False	101912	fragment	False	MON0062_000000018448	0.9953178905864959		0	0	False	False	1.0	0					non-mobilizable	chromosome	2030.0	100.0	100.0	0.0003706246788543551	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
AUS0018_000000013833	2029	0.8626881817979403	3	3	2	2	2	False	101912	fragment	False	MON0062_000000018448	0.9950738916256158		0	0	False	False	0.9995071291923523	0					non-mobilizable	chromosome	2029.0	100.0	100.0	0.0003704420151388034	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0188_000000010509	2467	0.8626813676190671	5	4	1	1	4	True	129859	fragment	False	ENG0188_000000010509	1.0		0	0	False	False	0.9963518381118774	0					non-mobilizable	other	2467.0	99.068	100.0	0.0006834769854507539	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
CHI0143_000000001169	15323	0.8626801346987625	14	8	5	8	3	True	79958	maximal	True	CHI0143_000000001169	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	76.104	3.0	0.004509738822487826	NZ_PPDD01000015.1	firmicutes	Veillonella infantium strain T11011-4 Contig_15_len_108432, whole genome shotgun sequence	True	True
SPA0095_000000003353	6354	0.8626625980170155	6	5	3	5	2	False	5222	maximal	True	SPA0095_000000003353	1.0		1	1	False	False	0.9981114268302917	0					non-mobilizable	no_good_hit	2540.0	99.84299999999999	40.0	0.0037503637365380554	NZ_CYXL01000001.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
DEN0073_000000019204	2661	0.862660819019721	6	2	1	2	1	False	95553	fragment	False	DEN0073_000000019204	0.9986090035407184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	83.492	38.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0026_000000011178	2636	0.862660819019721	6	2	1	2	1	False	95553	fragment	False	DEN0073_000000019204	0.9952201833842192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	83.492	37.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0001_000000002202	16649	0.8626608071781422	21	13	7	10	11	True	97482	fragment	False	CAN0001_000000002202	0.9971653255303584		0	0	False	False	1.0	0					non-mobilizable	other	16616.0	99.916	99.0	0.3631790744466801	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0840_000000004549	3198	0.8626578060397387	6	4	2	3	2	False	94505	maximal	False	CAN0011_000000009422	0.9993932038834952		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	68.0	94.118	2.0	0.00010452075673027872	NZ_OEQH01000002.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	True
MON0033_000000024276	2636	0.8626556916280808	3	2	2	2	2	False	12327	fragment	False	MON0033_000000024276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	4.348765371482761e-05	NZ_JRPR02000001.1	e-proteobacteria	Helicobacter jaachi strain MIT 09-6949 NODE_1_length_712846_cov_62.9814, whole genome shotgun sequence	True	False
MAD0093_000000010460	2899	0.8626485590183811	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.6654521838316969		0	0	False	False	1.0	0					non-mobilizable	chromosome	2901.0	96.381	100.0	0.0005195956803071444	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
FIJ0058_000000007250	5267	0.8626456782253455	7	6	1	3	5	True	101523	fragment	False	SPA0127_000000005438	0.9651708599324071		0	0	False	False	1.0	0					non-mobilizable	chromosome	4992.0	99.01799999999999	97.0	0.0007588837802822938	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0831_000000006775	2589	0.8626401551619769	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8425019772149616		0	0	False	False	1.0	0					non-mobilizable	other	2589.0	99.73	100.0	0.0057211323774532565	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0823_000000001319	2583	0.8626401551619769	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8217041302225454		0	0	False	False	1.0	0					non-mobilizable	other	2583.0	99.729	100.0	0.005707868546593627	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0132_000000016652	2475	0.8626396226734833	5	5	3	3	3	False	80868	fragment	False	MON0102_000000017127	0.9578286942307784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1412.0	85.62299999999999	57.0	0.21240145542753183	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
ISR0128_000000009147	3801	0.8626388180989487	7	3	3	3	2	False	31864	maximal	True	ISR0128_000000009147	1.0		1	1	False	False	0.9989476203918457	0					non-mobilizable	no_good_hit								True	False
ISR0151_000000008144	2339	0.8626372994440735	6	3	3	3	3	True	110401	fragment	False	ISR0151_000000008144	1.0		0	0	False	False	0.9952971339225769	0					non-mobilizable	other	2165.0	97.598	95.0	0.012458672687686478	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0040_000000001272	11934	0.8626367846750139	14	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.6229707640207317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	93.64399999999999	6.0	0.00018859725522970584	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0147_000000001221	11721	0.8626367846750139	13	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.48246671463846164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	92.029	2.0	0.11639762107051826	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0061_000000002200	9882	0.8626367846750139	13	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.39891843192431975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	384.0	95.31200000000001	4.0	0.00010216796146107121	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0072_000000002422	9880	0.8626367846750139	13	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.4418769513702857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0002479898514922312	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
FIJ0044_000000002235	9551	0.8626367846750139	13	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.35606758501016217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
DEN0022_000000004359	7407	0.8626357635851464	8	6	5	6	6	False	106765	maximal	True	DEN0022_000000004359	1.0		2	2	False	False	0.9998649954795837	0					non-mobilizable	no_good_hit	1284.0	79.517	17.0	0.0004511614219446474	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0113_000000003606	9032	0.8626287130903373	11	10	5	5	8	True	116374	fragment	False	DEN0018_000000002773	0.43870071347310624		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	8954.0	99.475	99.0	0.28903021694214875	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0021_000000017532	2036	0.8626145100582712	3	1	1	1	1	False	74781	fragment	False	DEN0021_000000017532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0092_000000022383	2450	0.8626070175482123	2	2	2	2	2	False	9457	maximal	True	MON0092_000000022383	1.0		6	2	False	False	0.9791836738586426	0					non-mobilizable	no_good_hit								True	False
ENG0186_000000007401	2073	0.8625971720718831	3	3	3	3	3	False	92368	fragment	False	ENG0186_000000007401	1.0		0	0	False	False	0.9927641153335571	0					non-mobilizable	no_good_hit	416.0	81.25	38.0	0.000685687721541054	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0081_01_000000011231	2768	0.8625927411213259	4	4	4	4	4	False	67876	fragment	False	USA0081_01_000000011231	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2768.0	99.928	100.0	0.005766801072466548	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0296_000000006800	3667	0.8625927289691792	6	4	4	4	4	False	91266	fragment	False	ISR0296_000000006800	1.0		0	0	False	False	0.9980911016464233	0					non-mobilizable	no_good_hit	278.0	74.46	7.0	0.0008763933534839835	NZ_FOZC01000003.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
CHI0132_000000006107	5409	0.8625896105194483	7	7	5	5	4	False	101888	maximal	True	CHI0132_000000006107	0.9981075697211155		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	91.971	61.0	0.00018535056531922422	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
MAD0087_000000018012	1695	0.8625770842748627	2	2	2	2	2	False	15979	fragment	False	MAD0087_000000018012	1.0		0	0	False	False	0.9952802062034607	0					non-mobilizable	no_good_hit								True	False
ENG0113_000000016128	1734	0.862573761008329	3	3	3	3	1	False	103245	fragment	False	ENG0086_000000013755	0.9115281240539875		0	0	False	False	0.9936562776565552	0					non-mobilizable	other	1734.0	98.789	100.0	0.00046049801279031237	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0038_000000008936	2577	0.8625659297367398	3	2	1	2	1	True	100137	fragment	False	FIJ0103_000000007919	0.9516068052930057		0	0	False	False	0.9957314729690552	0					non-mobilizable	other	2551.0	99.45100000000001	99.0	0.34969829950630826	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0055_000000003210	4662	0.8625614270487675	5	4	3	4	2	False	11094	maximal	True	MON0055_000000003210	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	2591.0	82.169	55.0	0.001168721806998273	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
ISR0051_000000003927	10426	0.8625541397866127	8	2	1	2	2	False	95558	fragment	False	ISR0051_000000003927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	84.161	10.0	0.025928129045802863	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0095_000000007752	2609	0.8625467536323642	4	3	3	3	2	False	94562	fragment	False	FIJ0114_000000014439	0.981574945713004		0	0	False	False	0.9908010959625244	0					non-mobilizable	chromosome	2609.0	99.885	100.0	0.000548646402232284	CP051706.1	enterobacteria	Escherichia coli strain SCU-124 chromosome, complete genome	False	False
SPA0087_000000006087	2513	0.8625467536323642	3	3	3	3	2	False	94562	fragment	False	FIJ0114_000000014439	0.9667125823460422		0	0	False	False	1.0	0					non-mobilizable	chromosome	2513.0	100.0	100.0	0.00048634337352313373	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
FIJ0012_000000009575	2500	0.8625467536323642	3	3	3	3	2	False	94562	fragment	False	FIJ0114_000000014439	0.9578954278985959		0	0	False	False	0.9991999864578247	0					non-mobilizable	chromosome	2489.0	99.96	99.0	0.000484189217565404	CP042953.1	enterobacteria	Escherichia coli strain D8-1 chromosome, complete genome	False	False
SPA0140_000000004512	4791	0.8625332590250401	3	2	1	2	0	False	3497	maximal	True	SPA0140_000000004512	1.0		2	1	False	False	0.9974952936172485	0					non-mobilizable	no_good_hit								True	False
SPA0141_000000005845	3991	0.8625332590250401	2	2	1	2	0	False	3469	fragment	False	SPA0141_000000005845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0028_000000009760	1817	0.8625309618908688	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.9582041314246332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	14.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
MON0090_000000020623	2812	0.8625275809628031	4	3	1	3	2	True	12326	fragment	False	MON0090_000000020623	1.0		0	0	False	False	0.99964439868927	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	0.00013774148805653167	LN594739.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002509	True	True
ISR0128_000000017642	2014	0.8625116823092913	3	2	2	1	2	False	31838	fragment	False	ISR0128_000000017642	1.0		0	0	False	False	0.9955312609672546	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00022504239638003232	NC_014214.1	bacteria	Meiothermus silvanus DSM 9946 plasmid pMESIL02, complete sequence	True	False
SPA0042_000000021556	1566	0.8625114632963653	2	2	2	2	1	False	120840	fragment	False	SPA0042_000000021556	1.0		0	0	False	False	0.9955300092697144	0					non-mobilizable	no_good_hit	1356.0	90.339	86.0	0.0848458205112102	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	True	False
MON0007_000000008878	5529	0.8625105795261803	4	3	3	3	2	True	50087	fragment	False	MON0007_000000008878	1.0		0	0	False	False	0.9976487755775452	0					non-mobilizable	other	5491.0	96.176	99.0	0.1917491864655866	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0061_000000039821	1109	0.8625072133259466	2	2	2	1	1	False	71758	fragment	False	DEN0061_000000039821	1.0		0	0	False	False	0.9882777333259583	0					non-mobilizable	chromosome	1091.0	100.0	98.0	0.0004764285864145296	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0158_000000000932	13166	0.8625037753218076	18	13	4	4	12	False	103789	fragment	False	ISR0158_000000000932	0.9120305847620532		0	0	False	False	0.9987847208976746	0					non-mobilizable	no_good_hit	4464.0	88.822	80.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0146_000000003684	6186	0.8625011551440444	8	7	4	5	5	False	3341	maximal	True	SPA0146_000000003684	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	78.768	10.0	0.0001888661394954762	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0053_000000020936	1193	0.8624967065580277	2	2	2	2	1	False	63823	fragment	False	ENG0053_000000020936	1.0		0	0	False	False	0.9857501983642578	0					non-mobilizable	other	1193.0	97.402	100.0	0.004598552536148018	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0068_000000005780	1827	0.8624905534996761	2	2	2	2	2	False	5983	maximal	True	SPA0068_000000005780	1.0		6	4	False	False	1.0	0					non-mobilizable	other	1789.0	99.385	100.0	0.024318259095545733	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	False	False
MAD0100_000000021014	1695	0.8624881592083232	3	3	3	2	2	False	15155	fragment	False	MAD0100_000000021014	1.0		0	0	False	False	0.9923303723335266	0					non-mobilizable	no_good_hit	1091.0	99.725	64.0	0.00030344155618192576	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0810_000000002935	4310	0.8624856441749935	7	5	3	4	3	False	26545	fragment	False	ISR0267_000000003286	0.9444679949130987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	96.61	1.0	0.002280770743216673	NZ_CABMGA010000023.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0143_000000014790	1333	0.8624773346389625	2	2	1	1	2	False	79905	maximal	True	CHI0143_000000014790	1.0		5	3	False	False	0.9752438068389893	0					non-mobilizable	chromosome	1324.0	99.245	99.0	0.0006201426843787792	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
ISR0368_000000008810	1491	0.8624768100737142	1	1	1	1	1	False	30806	fragment	False	ISR0368_000000008810	0.9948642699926633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1258.0	98.96700000000001	84.0	0.022720689405460206	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
ISR0150_000000017846	1363	0.8624768100737142	2	1	1	1	1	False	30806	fragment	False	ISR0368_000000008810	0.9523809523809523		0	0	False	False	0.9706529974937439	0					non-mobilizable	no_good_hit	1197.0	98.914	88.0	0.02161633717140995	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
ENG0205_000000000291	41871	0.8624766244521413	37	16	14	14	7	True	130573	maximal	True	ENG0205_000000000291	1.0		1	1	False	False	0.9999522566795349	0					non-mobilizable	no_good_hit	1979.0	73.52199999999999	5.0	0.0005472641061305527	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AST0007_000000006983	2684	0.8624723635805888	2	2	2	2	2	False	127130	maximal	True	AST0007_000000006983	1.0		3	1	False	False	0.997019350528717	0					non-mobilizable	no_good_hit	822.0	97.08	31.0	0.0035954189101496045	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
SPA0001_000000013349	2557	0.8624697011353157	3	3	2	3	3	False	66713	fragment	False	SPA0001_000000013349	0.9964259188528516		0	0	False	False	0.9941337704658508	0					non-mobilizable	other	2557.0	100.0	100.0	0.00048434096846212645	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0348_000000004522	2997	0.8624612480502324	5	4	4	4	4	False	120077	fragment	False	ISR0155_000000005779	0.5101466555830226		0	0	False	False	0.9993326663970947	0					non-mobilizable	other	2997.0	98.699	100.0	0.0006327505875013173	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0134_000000015959	2015	0.8624553715727751	2	2	1	2	2	True	64654	maximal	True	ISR0134_000000015959	1.0		1	1	False	False	0.9950371980667114	0					non-mobilizable	no_good_hit								True	True
ISR0339_000000002855	4714	0.8624546865224124	7	3	3	3	2	True	108644	fragment	False	ISR0339_000000002855	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3092.0	95.149	93.0	0.0008274778341718353	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0256_000000011929	1495	0.8624502232449994	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.06940582934238142		0	0	False	False	1.0	0					non-mobilizable	other	1495.0	99.73200000000001	100.0	0.00045172799564599525	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0100_000000019089	1479	0.8624502232449994	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.06641826666204213		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	99.932	100.0	0.00044689021256009433	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
DEN0084_000000004356	1317	0.8624469642687606	2	2	2	2	1	False	69040	fragment	False	DEN0084_000000004356	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	84.07	99.0	0.0004422126023165189	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0297_000000010585	1436	0.8624447991776171	2	2	2	2	2	False	58138	maximal	True	ISR0297_000000010585	0.9881323164182836		313	15	False	False	0.9791086316108704	0					non-mobilizable	chromosome	1436.0	99.93	100.0	0.00031936097537960557	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
BAN0016_000000000072	9236	0.8624291885980738	14	12	3	9	12	True	113235	fragment	False	BAN0016_000000000072	0.9381050799521375		0	0	False	False	0.9977262616157532	0			MPF_F		non-mobilizable	plasmid	9240.0	97.24	100.0	0.07061297847118657	MG878866.1	enterobacteria	Escherichia coli strain Ec19397 plasmid pEc19397-131, complete sequence	False	True
ENG0119_000000002534	10763	0.8624287038430397	9	8	6	8	4	True	121761	fragment	False	ENG0119_000000002534	1.0		0	0	False	False	0.9993495941162109	0					non-mobilizable	no_good_hit	132.0	75.0	1.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
MON0044_000000026295	2049	0.8624281818998688	3	3	3	3	3	False	56018	maximal	True	MON0044_000000026295	1.0		141	11	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	74.839	15.0	0.00011258712665100843	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
MAD0098_000000022600	1985	0.8624277526676061	3	3	3	3	3	False	15314	maximal	True	MAD0098_000000022600	1.0		46	6	False	False	1.0	0					non-mobilizable	other	1988.0	96.177	100.0	0.0009449950964989955	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0805_000000003497	3358	0.8624197788369574	4	2	2	2	2	False	36599	maximal	True	ISR0805_000000003497	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1682.0	95.66	50.0	0.09926731269203498	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
MON0057_000000013658	1909	0.8624163284774443	3	3	3	3	3	False	11041	maximal	True	MON0057_000000013658	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	748.0	80.48100000000001	39.0	0.00022316171665268266	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0027_000000003935	4386	0.8624136896858786	5	4	4	4	4	False	50006	maximal	True	FIJ0027_000000003935	1.0		3	1	False	False	0.9988600015640259	0					non-mobilizable	no_good_hit	651.0	75.115	15.0	0.002834695968876014	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
ENG0189_000000005921	2562	0.8624131894578162	4	2	0	1	1	False	54855	maximal	True	ENG0189_000000005921	1.0		1	1	True	True	0.9976580739021301	2					non-mobilizable	no_good_hit	1330.0	85.414	84.0	0.4721311475409836	HG796376.1	bacteria	Uncultured bacterium plasmid pRGI00823	True	True
FIJ0163_000000009928	2470	0.8624131894578162	3	2	0	1	1	False	42789	maximal	False	FIJ0099_000000009159	0.9942		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	263.0	92.015	11.0	0.09635316698656429	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0099_000000009159	2441	0.8624131894578162	3	2	0	1	1	False	42789	maximal	True	FIJ0099_000000009159	0.9942208051016341		2	1	True	True	1.0	4					non-mobilizable	no_good_hit	254.0	94.882	10.0	0.09635316698656429	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0022_000000010835	2353	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.7324942679236944	PS953	0	0	True	True	1.0	35					non-mobilizable	other	1274.0	94.27	100.0	0.5284350352843503	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AST0090_000000009947	2342	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8531426495542792	PS953	0	0	True	True	0.9961571097373962	9					non-mobilizable	other	2028.0	95.90700000000001	100.0	0.8414279784142797	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0850_000000006370	2340	0.8624131894578162	3	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8520839155166969	PS953	0	0	True	True	1.0	49					non-mobilizable	other	2026.0	95.805	100.0	0.8405977584059776	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0369_000000005543	2340	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8531684638663796	PS953	0	0	True	True	0.9995726346969604	15					non-mobilizable	other	2026.0	95.90299999999999	100.0	0.8405977584059776	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0199_000000010749	2340	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8750457703332706	PS953	0	0	True	True	1.0	135					non-mobilizable	other	1966.0	97.355	100.0	0.8156911581569116	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0214_000000012199	2340	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8803819679534769	PS953	0	0	True	True	1.0	24					non-mobilizable	other	1887.0	97.456	100.0	0.7828974678289746	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
SPA0033_000000013290	2330	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8798782824078415	PS953	0	0	True	True	1.0	37					non-mobilizable	other	1887.0	97.40299999999999	100.0	0.7828974678289746	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0166_000000012208	2320	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8752617819757759	PS953	0	0	True	True	1.0	17					non-mobilizable	other	1966.0	97.45700000000001	100.0	0.8156911581569116	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0007_000000011139	2320	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8799067980145565	PS953	0	0	True	True	1.0	4					non-mobilizable	other	1878.0	97.28399999999999	100.0	0.7791614777916148	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0084_000000012084	2320	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8790955347248249	PS953	0	0	True	True	1.0	35					non-mobilizable	other	1867.0	97.161	100.0	0.7745952677459527	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0785_000000015418	2320	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8799239545879358	PS953	0	0	True	True	1.0	23					non-mobilizable	other	1878.0	97.28399999999999	100.0	0.7791614777916148	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0259_000000006644	2317	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8508496027428725	PS953	0	0	True	True	1.0	78					non-mobilizable	other	1980.0	95.101	99.0	0.821502698215027	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
USA0059_01_000000011451	2300	0.8624131894578162	3	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.8806731441368253	PS953	0	0	True	True	1.0	10					non-mobilizable	other	1831.0	97.37799999999999	100.0	0.7596513075965131	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0244_000000011623	2116	0.8624131894578162	3	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.016298778387712782	PS953	0	0	True	True	1.0	267					non-mobilizable	plasmid	1099.0	97.45200000000001	100.0	0.4763379035824856	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
DEN0073_000000026180	2003	0.8624131894578162	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.020784660844710617	PS953	0	0	True	True	1.0	837					non-mobilizable	other	1898.0	97.31299999999999	100.0	0.7874636778746368	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MON0044_000000027065	1998	0.8624131894578162	3	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.024881605479943024	PS953	0	0	False	True	0.9819819927215576	0					non-mobilizable	other	1967.0	97.102	99.0	0.8161062681610627	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0133_000000010885	1956	0.8624131894578162	3	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.027632446216457753	PS953	0	0	False	True	0.9989774823188782	0					non-mobilizable	other	1722.0	97.154	100.0	0.7144043171440432	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MAD0099_000000016927	1859	0.8624131894578162	3	2	0	1	1	False	15221	maximal	True	MAD0099_000000016927	0.9973016729627631		4	1	True	True	0.9989241361618042	8					non-mobilizable	no_good_hit	94.0	90.426	5.0	0.05198434879821129	HG796453.1	bacteria	Uncultured bacterium plasmid pRGI01306	True	True
DEN0035_000000018357	1845	0.8624131894578162	2	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.016270847688853077	PS953	0	0	True	True	1.0	134					non-mobilizable	other	1824.0	96.985	99.0	0.7567455375674553	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
TAN0009_000000022411	1838	0.8624131894578162	3	2	0	1	1	False	2683	maximal	True	TAN0009_000000022411	1.0		2	2	True	True	1.0	56					non-mobilizable	no_good_hit	202.0	83.663	11.0	0.12556342562781714	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
MON0066_000000018901	1816	0.8624131894578162	2	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.01958341912440522	PS953	0	0	False	True	0.9889867901802063	0					non-mobilizable	other	1814.0	96.141	99.0	0.7525944375259443	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0185_000000011121	1813	0.8624131894578162	3	2	0	1	1	False	72002	fragment	False	ENG0185_000000011121	0.944317574058208		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	97.024	100.0	0.5994188459941885	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
MAD0103_000000013413	1754	0.8624131894578162	2	2	0	1	1	False	15221	maximal	False	MAD0099_000000016927	0.9956966110812264		0	0	True	True	0.9977195262908936	2					non-mobilizable	no_good_hit	94.0	90.426	5.0	0.05198434879821129	HG796453.1	bacteria	Uncultured bacterium plasmid pRGI01306	True	True
ISR0082_000000018549	1735	0.8624131894578162	2	2	0	1	1	False	72002	fragment	False	ENG0185_000000011121	0.6344916344916345		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	96.125	100.0	0.5994188459941885	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
ISR0095_000000026063	1359	0.8624131894578162	2	2	0	1	1	False	33385	fragment	False	ISR0151_000000014621	0.9717474913061958		0	0	False	False	0.9955849647521973	0					non-mobilizable	other	1359.0	96.90899999999999	100.0	0.5637193856371938	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
USA0121_01_000000031745	1314	0.8624131894578162	2	2	0	1	1	False	33385	fragment	False	ISR0151_000000014621	0.6504782928623988		0	0	False	False	0.9878234267234802	0					non-mobilizable	other	1295.0	96.757	99.0	0.5371523453715235	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
ENG0119_000000007919	4104	0.8624084242445917	6	5	5	5	5	False	97778	fragment	False	ENG0119_000000007919	1.0		0	0	False	False	0.9863547682762146	0					non-mobilizable	other	4038.0	99.505	98.0	0.028042901401797746	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
MON0088_000000007924	3746	0.8624070690156879	6	5	4	5	4	False	37904	maximal	True	MON0088_000000007924	1.0		19	2	False	False	0.999733030796051	0					non-mobilizable	no_good_hit	393.0	73.282	10.0	0.001449308181797595	NZ_JABAFG010000001.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_1, whole genome shotgun sequence	True	False
FIJ0157_000000013939	1372	0.8624070182187902	2	1	1	1	1	False	39454	maximal	True	FIJ0157_000000013939	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	87.868	20.0	0.0007293121590600216	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0135_000000014514	1424	0.8624019271658161	3	2	2	1	1	False	124847	fragment	False	AST0012_000000016916	0.693316537195617		0	0	False	False	0.9915730357170105	0					non-mobilizable	no_good_hit	78.0	89.744	5.0	1.0979460566269243e-05	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
FIJ0083_000000025687	1412	0.8623975569854856	1	1	1	1	1	True	116471	maximal	True	FIJ0083_000000025687	1.0		10	5	False	False	1.0	0					non-mobilizable	other	1158.0	93.005	96.0	0.00028269012136551344	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0020_000000003695	5070	0.8623926513027798	10	5	3	5	2	True	39966	maximal	True	ISR0020_000000003695	1.0		1	1	False	False	0.9996055364608765	0					non-mobilizable	no_good_hit	1703.0	90.429	37.0	0.030057065891610252	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0234_000000000845	10660	0.8623791691683279	16	5	4	4	2	True	121712	fragment	False	ISR0234_000000000845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0155_000000010067	2109	0.8623737195268673	3	2	2	1	2	False	131338	fragment	False	ENG0155_000000010067	1.0		0	0	False	False	0.9995258450508118	0					non-mobilizable	other	1459.0	97.67	100.0	0.022745354986661675	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ENG0165_000000008050	2396	0.8623705393970839	4	4	1	1	4	True	117313	fragment	False	ISR0197_000000010262	0.9737410191240272		0	0	False	False	0.9933221936225891	0					non-mobilizable	chromosome	2396.0	98.164	100.0	0.0009971829062448215	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
AST0055_000000016235	2169	0.8623650488979633	3	3	3	3	3	False	113809	fragment	False	ISR0098_000000007100	0.7926384945158076		0	0	False	False	0.9972337484359741	0					non-mobilizable	other	2181.0	96.515	99.0	0.008450551283095407	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0331_000000001732	9526	0.8623648352412419	10	9	6	6	5	False	99673	fragment	False	ENG0170_000000000998	0.7018276392531515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	73.418	19.0	0.004310555803913763	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
SPA0012_000000015675	1537	0.8623630717603216	3	2	2	2	2	False	46189	fragment	False	SPA0012_000000015675	0.9637187898669582		0	0	False	False	0.9954456686973572	0					non-mobilizable	other	1535.0	96.09100000000001	99.0	0.02409903541018632	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MON0104_000000031777	1440	0.8623477865882987	2	2	1	2	2	False	10276	fragment	False	MON0104_000000031777	0.9749116607773851		0	0	False	False	0.9944444298744202	0					non-mobilizable	no_good_hit	769.0	77.633	53.0	0.00021805569667653435	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0103_000000013766	1614	0.8623462638785631	3	2	2	2	1	False	131668	fragment	False	DEN0028_000000005326	0.02980267495540752		0	0	False	False	0.9969021081924438	0					non-mobilizable	no_good_hit	320.0	84.06200000000001	20.0	0.00010864368470026167	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0009_000000003861	2525	0.8623410368983632	6	5	2	4	5	False	97988	fragment	False	MAD0009_000000003861	0.9829017225066142		0	0	False	False	1.0	0					non-mobilizable	plasmid	2530.0	97.51	100.0	0.029553136000561357	KF582523.1	enterobacteria	Escherichia coli strain EQ011 plasmid pEQ011, complete sequence	False	True
FIJ0134_000000000772	22055	0.8623351603639712	18	12	10	7	8	True	98632	maximal	False	FIJ0010_000000000711	0.982930904827045		0	0	False	False	0.9991838335990906	0					non-mobilizable	no_good_hit	1800.0	86.444	8.0	0.00047936247192048294	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0010_000000000711	22019	0.8623351603639712	18	12	10	7	8	True	98632	maximal	True	FIJ0010_000000000711	0.9849424063867481		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1726.0	86.32700000000001	8.0	0.00045988920511458683	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AUS0024_000000005909	5281	0.8623348391258181	4	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.736652507689936	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3923.0	99.975	100.0	0.6989841382997684	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0149_000000006132	4436	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.41237230332687613	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3912.0	99.97399999999999	99.0	0.6970237034396721	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0045_000000004294	4433	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.41412984191117946	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3918.0	99.97399999999999	100.0	0.6980930315451791	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0373_000000003190	4399	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.41071846613420765	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3923.0	99.975	100.0	0.6989841382997684	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0112_000000006544	4375	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.4105892726995226	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3923.0	100.0	100.0	0.6989841382997684	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0323_000000003972	4364	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.4104271002239417	PS1004	0	0	False	True	0.9997708797454834	0					non-mobilizable	other	3912.0	99.97399999999999	100.0	0.6970237034396721	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0119_000000007816	4355	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.41021413746873225	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3917.0	99.97399999999999	100.0	0.6979148101942613	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0140_000000006543	4327	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.40944144459950677	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3915.0	99.97399999999999	100.0	0.6975583674924256	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0089_000000004458	4324	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.40838703380563074	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3912.0	100.0	100.0	0.6970237034396721	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0101_000000005507	4310	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.4081646173312979	PS1004	0	0	False	True	0.9997679591178894	0					non-mobilizable	other	3912.0	100.0	100.0	0.6970237034396721	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0360_000000005604	4310	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.4080295933362349	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3912.0	99.97399999999999	100.0	0.6970237034396721	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0159_000000003225	4148	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.3700753481908682	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3704.0	99.973	98.0	0.6599536624487614	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0018_000000005181	4139	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.3839390912704536	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3924.0	99.87299999999999	99.0	0.6989841382997684	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0820_000000004619	4122	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.39551615516889443	PS1004	0	0	False	True	0.9995148181915283	0					non-mobilizable	other	2213.0	99.458	100.0	0.39404740687934414	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0186_000000004794	4042	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.36051258222371957	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3923.0	99.975	100.0	0.6989841382997684	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0025_000000005605	3950	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.3196344070941521	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3914.0	99.97399999999999	100.0	0.6973801461415078	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0169_000000003606	3875	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.28240755577279986	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3875.0	100.0	100.0	0.690429513455712	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0178_000000003018	3846	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.27804966708201045	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3846.0	99.97399999999999	100.0	0.6852610942790947	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0362_000000005838	3846	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.2780464250847635	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3846.0	100.0	100.0	0.6852610942790947	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0130_000000008497	3844	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.2780008766396288	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3844.0	99.97399999999999	100.0	0.684904651577259	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0188_000000006920	3835	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.27797657701128686	PS1004	0	0	False	True	0.9997392296791077	0					non-mobilizable	other	3835.0	100.0	100.0	0.6833006594189984	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0388_000000008432	3826	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.27790634417180055	PS1004	0	0	False	True	0.9952953457832336	0					non-mobilizable	other	3826.0	100.0	100.0	0.6816966672607379	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0115_000000006653	3823	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.2775908020492309	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3823.0	99.97399999999999	100.0	0.6811620032079844	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0001_000000007642	3794	0.8623348391258181	4	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.2915789096573916	PS1004	0	0	False	True	0.9960463643074036	0					non-mobilizable	other	2226.0	99.461	100.0	0.3963642844412761	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0144_000000003685	3751	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.25624824702790705	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3751.0	99.947	100.0	0.6683300659418998	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0034_000000003970	3713	0.8623348391258181	3	2	1	1	1	False	127304	backbone	False	ISR0832_000000002251	0.24950177450558858	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3713.0	99.973	100.0	0.6615576546070219	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0120_000000001160	14668	0.8623323987747971	22	10	5	8	6	False	131911	maximal	True	ENG0120_000000001160	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	96.947	1.0	0.16308470290771176	GQ876934.1		Uncultured organism clone VC1AH19TR genomic sequence	True	False
CHI0080_000000000888	4343	0.8623226841912591	4	3	2	2	1	True	132358	backbone	False	ISR0371_000000002559	0.0645123869679371	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3897.0	99.538	99.0	0.033126663774993834	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0810_000000007560	2107	0.8623199034052655	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.41825966545823273		0	0	False	False	0.9928808808326721	0					non-mobilizable	other	1914.0	91.902	91.0	0.0005389769760091787	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AUS0020_000000012950	2096	0.8623199034052655	4	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.4150396500784723		0	0	False	False	0.9961832165718079	0					non-mobilizable	virus	1961.0	90.515	94.0	0.051971947414735604	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
AST0016_000000012806	1975	0.8623199034052655	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.24436883648850063		0	0	False	False	1.0	0					non-mobilizable	other	1975.0	98.98700000000001	100.0	0.013183730715287518	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0046_000000009817	1911	0.8623199034052655	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.2456661584028584		0	0	False	False	1.0	0					non-mobilizable	chromosome	1847.0	96.535	100.0	0.0004946971467283529	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0164_000000014420	1895	0.8623199034052655	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.24530520853879412		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	100.0	100.0	0.012649435650838176	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0101_000000014005	1690	0.8623199034052655	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.13873205877301872		0	0	False	False	1.0	0					non-mobilizable	other	1690.0	97.929	100.0	0.011280304548186735	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
CHI0105_000000000528	13058	0.8623145630341276	26	10	4	10	5	False	84513	maximal	True	CHI0105_000000000528	1.0		5	2	False	False	0.9957114458084106	0					non-mobilizable	no_good_hit	663.0	77.376	5.0	0.4576627011896431	NZ_LNAM01000094.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf183, whole genome shotgun sequence	True	False
ISR0112_000000012858	2567	0.8623137646032549	3	3	3	3	2	False	93624	fragment	False	ISR0112_000000012858	0.7466097180102031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	77.881	45.0	0.062432665373841845	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ENG0188_000000021319	1177	0.8623043496172004	1	1	1	1	1	False	54874	maximal	True	ENG0188_000000021319	1.0		11	6	False	False	0.99745112657547	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000020005	3093	0.8623042417532313	3	3	3	3	3	False	123015	fragment	False	USA0069_01_000000020005	0.9665897235683518		0	0	False	False	0.9977368116378784	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.000369321679182568	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
FIJ0129_000000004715	4463	0.8622983058707491	9	2	1	2	1	True	51501	maximal	True	FIJ0129_000000004715	1.0	PS205	1	1	True	True	1.0	10					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0011374477140970133	XM_011330654.3	ants	PREDICTED: Ooceraea biroi RNA-binding protein MEX3B (LOC105274484), mRNA	True	True
ENG0036_000000006063	3720	0.8622952388574935	5	3	2	2	2	True	65331	maximal	True	ENG0036_000000006063	1.0		0	0	False	False	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1838.0	98.64	51.0	0.4048931011681728	AB495342.1	high GC Gram+	Bifidobacterium longum plasmid pBK283 insertion sequence ISBlo15 orfB gene for IS200/IS605 family transposase OrfB and repA gene for replication protein, complete cds	True	True
ISR0821_000000028915	1160	0.8622910703604609	2	1	1	1	1	False	21204	fragment	False	ISR0821_000000028915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.594484418532082e-06	NZ_CP026095.1	firmicutes	Peribacillus asahii strain OM18 chromosome, complete genome	True	False
MAD0097_000000020271	2025	0.8622848642932747	2	1	1	1	1	False	15417	maximal	True	MAD0097_000000020271	1.0		1	1	False	False	0.9777777791023254	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.343747542683892e-05	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
FIJ0047_000000008172	3684	0.8622837245068237	4	4	3	4	3	False	46899	fragment	False	MON0106_000000010534	0.9787715169507432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	90.141	2.0	0.0004175116306811404	NZ_AWET01000045.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00004, whole genome shotgun sequence	True	False
ISR0152_000000002731	9401	0.8622831488175099	12	5	4	5	3	True	70503	maximal	False	ISR0190_000000002534	0.9921021944238313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	92.647	4.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CHI0184_000000000440	14329	0.8622800258840514	18	12	9	10	8	False	77260	maximal	True	CHI0184_000000000440	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	12709.0	98.363	99.0	0.052062215291172484	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0815_000000012407	2510	0.862278102992886	5	4	4	4	2	False	127008	maximal	True	ISR0815_000000012407	1.0		8	2	False	False	0.9980079531669617	0					non-mobilizable	no_good_hit	1151.0	99.73899999999999	46.0	0.004411403670287853	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0337_000000002932	3154	0.8622589335946073	4	4	1	3	3	True	129222	maximal	True	ISR0337_000000002932	1.0		20	4	False	False	0.9996829628944397	0					non-mobilizable	no_good_hit	1375.0	82.4	73.0	0.0004813177095628725	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0005_000000002299	6523	0.8622504674373099	8	4	3	4	2	True	91661	fragment	False	CHI0005_000000002299	0.9872470926037862		0	0	False	False	0.9998466968536377	0					non-mobilizable	no_good_hit	1197.0	72.264	18.0	0.0002984274545151466	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	True
USA0080_01_000000013159	3324	0.8622327966283112	6	5	4	1	2	False	104817	fragment	False	USA0080_01_000000013159	1.0		0	0	False	False	0.9996991753578186	0					non-mobilizable	chromosome	1558.0	99.807	98.0	0.0002689361001949441	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0851_000000005095	2535	0.8622327966283112	5	5	4	1	2	False	104816	fragment	False	ISR0851_000000005095	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1520.0	99.934	100.0	0.00030672474311550357	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
SPA0101_000000028738	1398	0.8622276037631382	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.10587580592764423	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1396.0	99.64200000000001	100.0	0.00037383668455365774	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0135_000000001221	12521	0.8622234703330496	17	7	5	6	5	True	121837	backbone	False	ITA0004_000000000015	0.5120515806420425	PS446|PS447|PS652|PS653|PS863	0	0	True	True	0.9997603893280029	50					non-mobilizable	other	7210.0	98.266	91.0	0.5811138014527845	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
MON0037_000000040678	1801	0.8622210534315077	3	3	3	3	3	False	120659	fragment	False	MON0104_000000022401	0.6923892742974666		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	99.056	100.0	0.0029884694885566523	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0278_000000004247	2518	0.862220254727075	3	3	2	2	3	False	26277	fragment	False	ISR0278_000000004247	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	465.0	96.344	29.0	0.06013478486262312	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	False
ISR0020_000000000476	24728	0.8622180290107399	30	13	5	13	3	True	118919	fragment	False	SPA0089_000000000589	0.8873310646673994		0	0	False	False	1.0	0					non-mobilizable	other	15618.0	100.0	100.0	0.004182110464809563	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0323_000000013980	1554	0.8622108897777635	3	3	3	3	3	False	57647	fragment	False	ISR0323_000000013980	1.0		0	0	False	False	0.9987130165100098	0					non-mobilizable	other	1554.0	98.97	100.0	0.0007025324644187438	FR873482.1	firmicutes	Streptococcus salivarius JIM8777 complete genome	False	False
CHI0126_000000001793	7734	0.8621961154590416	9	6	5	5	4	True	105463	fragment	False	CHI0126_000000001793	1.0		0	0	False	True	0.9966382384300232	0					non-mobilizable	other	7734.0	99.961	100.0	0.001633197694642085	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0142_000000001654	9050	0.8621936259596179	17	8	6	5	7	False	80011	maximal	True	CHI0142_000000001654	1.0		1	1	False	False	0.9972375631332397	0					non-mobilizable	no_good_hit	2026.0	73.396	33.0	0.0003034364712986229	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
USA0030_01_000000003317	5073	0.8621921740859395	12	2	2	2	1	False	1560	maximal	True	USA0030_01_000000003317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	82.70299999999999	42.0	0.00020323442591272246	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0010_000000009177	2690	0.8621749470339497	2	2	2	2	2	False	123577	fragment	False	MON0010_000000009177	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	2304.0	99.74	93.0	0.07434788223140495	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0207_000000002371	8926	0.8621691841201048	10	5	2	4	2	False	72057	fragment	False	ISR0207_000000002371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	73.956	15.0	0.022490843750537337	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0222_000000004055	15531	0.8621672633089926	12	10	9	9	7	True	72096	maximal	True	ISR0222_000000004055	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	95.14399999999999	56.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
USA0083_01_000000017858	1558	0.8621607447180571	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.5891394470292245	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1559.0	98.71700000000001	100.0	0.0004486044169970973	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
FIJ0033_000000006905	4675	0.8621547114584059	6	5	5	5	5	False	48302	fragment	False	FIJ0033_000000006905	1.0		0	0	False	False	0.9991443753242493	0					non-mobilizable	no_good_hit	1052.0	81.369	22.0	0.00023779076765466356	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0103_000000015751	1431	0.8621528224133471	3	3	1	2	2	False	42566	fragment	False	FIJ0103_000000015751	1.0		0	0	False	False	0.9993011951446533	0					non-mobilizable	other	1452.0	78.03	99.0	0.00039655430961227654	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AUS0022_000000005612	6312	0.8621492520851799	8	6	2	4	4	True	128148	maximal	True	AUS0022_000000005612	1.0		3	2	True	True	1.0	53					non-mobilizable	no_good_hit	3275.0	83.053	66.0	0.5289866973230416	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0083_000000006074	5330	0.8621492520851799	7	6	2	4	4	True	128139	backbone	False	ISR0202_000000001946	0.9164909817085326	PS1032	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3277.0	82.789	62.0	0.530793233700115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
DEN0078_000000023038	1485	0.8621421234556801	2	2	2	2	1	False	69731	fragment	False	DEN0078_000000023038	1.0		0	0	False	False	0.9818181991577148	0					non-mobilizable	no_good_hit	162.0	78.395	11.0	0.00018809676638146495	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0031_01_000000018472	1457	0.8621324230342653	2	1	1	1	1	False	1524	fragment	False	USA0031_01_000000018472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000025503	1790	0.8621215614212459	3	2	2	1	1	False	75645	fragment	False	DEN0011_000000025503	1.0		0	0	False	False	0.9882681369781494	0					non-mobilizable	no_good_hit								True	False
ISR0342_000000004325	4188	0.8621203731367021	4	4	4	4	3	False	76679	maximal	False	ISR0238_000000003193	0.992609863959631		0	0	False	False	0.9997612237930298	0					non-mobilizable	no_good_hit	916.0	92.249	39.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0223_000000006311	4188	0.8621203731367021	4	4	4	4	3	False	76679	maximal	False	ISR0238_000000003193	0.9927448653732585		0	0	False	False	0.9997612237930298	0					non-mobilizable	no_good_hit	916.0	92.249	39.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0042_000000010419	2736	0.8621177493552505	3	1	1	1	1	False	36368	maximal	True	ISR0042_000000010419	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	98.667	3.0	0.001148800745168051	NZ_JXQL01000029.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig29, whole genome shotgun sequence	True	False
ISR0782_000000003083	4430	0.8621169820214467	4	2	2	2	1	False	81261	maximal	True	ISR0782_000000003083	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	80.255	3.0	5.685452348802502e-05	NZ_UHIC01000001.1	g-proteobacteria	Suttonella ornithocola strain NCTC13337, whole genome shotgun sequence	True	False
CHI0039_000000000756	13633	0.8621163375063283	12	8	3	6	6	False	99265	maximal	True	CHI0039_000000000756	1.0	PS556	1	1	False	True	0.9999266266822815	0					non-mobilizable	no_good_hit	6909.0	90.853	51.0	0.012939775082772916	NZ_KB894643.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
SPA0091_000000004717	2593	0.8621134952549456	5	3	0	2	1	False	130000	backbone	False	AST0087_000000010321	0.35790995808928155	PS1072	0	0	True	True	1.0	154					non-mobilizable	no_good_hit	1089.0	75.298	41.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MAD0039_000000005904	2379	0.8621081421268331	4	3	2	3	2	False	113393	fragment	False	MAD0039_000000005904	0.7953822488372239		0	0	False	False	1.0	0					non-mobilizable	chromosome	1389.0	96.616	97.0	0.00038567559420770115	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0185_000000009259	2232	0.8621081421268331	3	3	2	3	2	False	113393	fragment	False	MAD0039_000000005904	0.6339388420025648		0	0	False	False	0.9995519518852234	0					non-mobilizable	chromosome	1297.0	97.84100000000001	97.0	0.0003627253774261108	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0080_000000002007	5950	0.8621066092465203	7	6	5	5	6	False	99163	maximal	True	SPA0080_000000002007	1.0		39	7	False	False	1.0	0					non-mobilizable	chromosome	4126.0	97.698	99.0	0.001635232541960067	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0180_000000011620	1134	0.8621012118684426	3	1	1	1	1	True	77454	fragment	False	CHI0180_000000011620	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1134.0	98.501	100.0	0.00017244591316884053	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
AST0048_000000003601	4664	0.862095740618306	9	8	0	2	8	False	114969	maximal	True	AST0048_000000003601	1.0		4	1	False	False	0.999356746673584	0	rep_cluster_850				non-mobilizable	plasmid	4664.0	100.0	100.0	0.06982420412686054	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
AST0061_000000008351	4662	0.862095740618306	9	8	0	2	8	False	114969	maximal	False	AST0048_000000003601	0.9997855917667238		0	0	False	False	0.9993565082550049	0	rep_cluster_850				non-mobilizable	plasmid	4662.0	100.0	100.0	0.0697942559372286	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
SPA0099_000000001900	3151	0.8620898465121754	4	3	2	2	3	False	5003	maximal	True	SPA0099_000000001900	1.0		1	1	False	False	0.9958743453025818	0					non-mobilizable	other	3151.0	100.0	100.0	0.0012112691870807182	CP018796.1	firmicutes	Lactobacillus parabuchneri strain FAM21731, complete genome	False	False
ISR0396_000000002115	8769	0.8620859885325411	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.11734385244327403	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	8692.0	99.988	99.0	0.23174146068314536	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0033_000000007693	8758	0.8620859885325411	12	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.11923803944521669	PS1166	0	0	False	True	0.9990865588188171	0					non-mobilizable	other	8739.0	99.874	99.0	0.23299469375783272	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0068_000000003971	8646	0.8620859885325411	12	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.11217073031807605	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	8646.0	99.884	100.0	0.23043489854145002	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
FIJ0149_000000001013	16858	0.8620831754002479	25	9	1	9	4	False	39867	maximal	True	FIJ0149_000000001013	1.0		1	1	False	False	0.999881386756897	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	4.3175050002104785e-06	CP053176.1	moths	Carposina sasakii isolate BJYQ chromosome 29	True	False
CHI0162_000000001192	16735	0.8620831754002479	24	9	1	9	4	False	78602	maximal	True	CHI0162_000000001192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0005322735176182535	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	True	False
FIJ0012_000000001155	15967	0.8620831754002479	22	9	1	9	4	False	50846	maximal	False	FIJ0049_000000000792	0.7032756331311778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0005145310670309784	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	True	False
FIJ0001_000000001031	15958	0.8620831754002479	22	9	1	9	4	False	52669	maximal	False	FIJ0157_000000001182	0.6427295017246394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.5074535201831277e-05	CP026530.1	e-proteobacteria	Nautilia sp. PV-1 chromosome, complete genome	True	False
ENG0144_000000009725	1791	0.8620809051374649	2	1	1	1	1	False	86393	fragment	False	ENG0144_000000009725	0.9822352667822527		0	0	False	False	0.9849246144294739	0					non-mobilizable	other	1792.0	96.98700000000001	100.0	0.0008942515114848872	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0026_000000016164	1777	0.8620809051374649	2	1	1	1	1	False	86393	fragment	False	ENG0144_000000009725	0.9783748934361884		0	0	False	False	1.0	0					non-mobilizable	other	1764.0	96.995	99.0	0.0008802632196851236	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0806_000000007173	1694	0.8620809051374649	2	1	1	1	1	False	86386	fragment	False	ISR0806_000000007173	0.9969861362266426		0	0	False	False	0.9852420091629028	0					non-mobilizable	no_good_hit	1255.0	96.016	74.0	0.000625976058039421	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0834_000000010544	1659	0.8620809051374649	2	1	1	1	1	False	86386	fragment	False	ISR0806_000000007173	0.9849065983930269		0	0	False	False	0.9801084995269775	0					non-mobilizable	no_good_hit	1244.0	96.22200000000001	75.0	0.0006204806576895139	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0789_000000008510	1640	0.8620809051374649	3	1	1	1	1	False	86392	fragment	False	ISR0789_000000008510	0.9969839142091153		0	0	False	False	1.0	0					non-mobilizable	other	1487.0	96.772	91.0	0.0007418790472374623	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0135_000000013347	1558	0.8620809051374649	2	1	1	1	1	False	86386	fragment	False	ISR0806_000000007173	0.9588221726904654		0	0	False	False	0.9858793616294861	0					non-mobilizable	no_good_hit	1156.0	96.28	74.0	0.0005765174548902569	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0008_000000017400	1492	0.8620809051374649	3	1	1	1	1	False	86392	fragment	False	ISR0789_000000008510	0.9521341463414634		0	0	False	False	0.9932975769042969	0					non-mobilizable	other	1493.0	96.986	100.0	0.0007448765383374115	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0096_000000031227	1455	0.8620809051374649	1	1	1	1	1	False	86386	fragment	False	ISR0806_000000007173	0.47881899871630296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	96.289	70.0	0.0005105726506913713	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0075_000000021478	1291	0.8620809051374649	1	1	1	1	1	False	34614	fragment	False	ISR0075_000000021478	1.0		0	0	False	False	0.999225378036499	0					non-mobilizable	no_good_hit	846.0	96.809	66.0	0.0004221466632428657	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
TAN0002_000000008652	3850	0.8620690070773653	3	3	2	3	2	True	3061	maximal	True	TAN0002_000000008652	1.0		4	2	False	False	0.9766233563423157	0					non-mobilizable	no_good_hit	319.0	75.54899999999999	8.0	0.0255663430420712	NZ_JH379405.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld332, whole genome shotgun sequence	True	True
MON0041_000000018910	3059	0.8620629365948167	4	3	3	3	2	False	52351	maximal	True	MON0041_000000018910	1.0		3	1	False	False	0.9977116584777832	0					non-mobilizable	no_good_hit	1659.0	97.40799999999999	54.0	0.028996659612794906	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0104_000000002699	8920	0.8620549806590644	13	10	5	6	5	True	79697	fragment	False	ISR0097_000000002064	0.9863636363636363		0	0	False	False	0.9971973299980164	0					non-mobilizable	no_good_hit	2798.0	88.206	37.0	0.005947327320042812	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0301_000000017622	1157	0.8620517766216805	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.039092057409911854		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	93.086	100.0	0.02501949571094359	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
ISR0220_000000001930	5537	0.8620506508666412	6	4	4	4	3	True	28005	fragment	False	ISR0220_000000001930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	92.045	2.0	0.003503826016915022	NZ_WNCH01000033.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold33_size24830, whole genome shotgun sequence	True	True
ENG0017_000000010630	1958	0.8620428591720714	2	2	2	2	2	False	66706	fragment	False	ENG0017_000000010630	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1827.0	75.369	92.0	0.007451089276316062	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
FIJ0041_000000000182	56838	0.8620277124988152	95	31	12	24	14	True	88787	maximal	True	FIJ0041_000000000182	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	6699.0	94.223	50.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0176_000000014130	2398	0.8620219206218188	2	2	0	2	1	True	125553	backbone	False	ISR0070_000000005259	0.10048119155056563	PS930	0	0	False	True	0.9787322878837585	0	rep_cluster_1351				non-mobilizable	plasmid	2376.0	98.485	100.0	0.6453804347826086	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
SPA0118_000000011830	2371	0.8620188263219759	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.9834925716797461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	96.774	4.0	2.554831686577692e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0158_000000001731	7451	0.8620157252425711	12	3	2	3	2	False	78924	fragment	False	CHI0158_000000001731	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3272.0	95.63	94.0	0.06453782842671732	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
MAD0044_000000002035	10214	0.8620149925891217	15	7	4	6	6	False	17991	maximal	True	MAD0044_000000002035	1.0		1	1	False	False	0.9998041987419128	0					non-mobilizable	no_good_hit	43.0	90.698	0.0	7.082984942610546e-05	NZ_KB822499.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.4, whole genome shotgun sequence	True	False
ISR0331_000000019414	1299	0.8619932769674725	2	1	1	1	1	False	24600	fragment	False	ISR0331_000000019414	0.9863636363636363		0	0	False	False	0.9892224669456482	0					non-mobilizable	no_good_hit	688.0	84.884	53.0	0.001509698434982688	NZ_DS483477.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_17, whole genome shotgun sequence	True	False
MON0001_000000004191	6972	0.8619860710129001	5	5	3	4	5	False	44819	fragment	False	MON0009_000000003324	0.9809067505720823		0	0	False	False	0.998565673828125	0					non-mobilizable	no_good_hit	219.0	78.082	3.0	6.54123445813292e-05	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
CHI0101_000000002356	5682	0.8619816170049146	6	3	1	2	2	False	127304	backbone	False	ISR0832_000000002251	0.7722838145895184	PS1004	0	0	True	True	1.0	13					non-mobilizable	other	3453.0	100.0	100.0	0.6152201033683835	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0235_000000000680	5567	0.8619816170049146	6	3	1	2	2	False	120147	backbone	True	ISR0235_000000000680	0.9786888379204893	PS832|PS834	1	1	True	True	1.0	1	rep_cluster_475				non-mobilizable	no_good_hit	1578.0	88.15	60.0	0.3033816425120773	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0165_000000003152	5483	0.8619816170049146	6	3	1	2	2	False	127304	backbone	False	ISR0832_000000002251	0.7259653864176693	PS1004	0	0	True	True	1.0	34					non-mobilizable	plasmid	3406.0	99.794	99.0	0.6078186362013567	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0077_000000006291	5373	0.8619816170049146	5	3	1	2	2	False	127304	backbone	False	ISR0832_000000002251	0.7161194348059368	PS1004	0	0	False	True	0.9962776899337769	0					non-mobilizable	plasmid	4845.0	99.979	99.0	0.864691181720814	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
FIJ0118_000000001360	5271	0.8619816170049146	6	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.6657780496894509	PS879|PS961	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1202.0	95.175	64.0	0.20287621982537238	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0370_000000004836	5185	0.8619816170049146	6	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8337511230899999	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	102					non-mobilizable	no_good_hit	1213.0	96.785	67.0	0.2049306625577812	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0196_000000003293	5185	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8358909649279467	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	1214.0	96.12899999999999	67.0	0.2049306625577812	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0133_000000007085	5171	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.838358711620595	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	112					non-mobilizable	no_good_hit	2300.0	88.435	72.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0066_000000003304	5165	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8360024922267584	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9974830746650696	21					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0035_000000004349	5165	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.836147524679667	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	95					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0032_01_000000005081	5165	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.836147524679667	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9998064041137695	34					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0039_000000004744	5165	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8307339639165723	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	119					non-mobilizable	no_good_hit	1214.0	96.12899999999999	67.0	0.2049306625577812	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0093_000000007854	5165	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.83597806186694	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	120					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0020_000000003934	5165	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8360821234772846	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	574					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0018_000000005180	5161	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8376525652545689	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2300.0	88.391	72.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0158_000000003405	5161	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8376525652545689	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2300.0	88.391	72.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0086_01_000000003754	5145	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.8361528927247925	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0126_000000007057	5145	0.8619816170049146	5	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.655282006344145	PS879|PS961	0	0	True	True	1.0	104					non-mobilizable	no_good_hit	1214.0	95.79899999999999	68.0	0.2049306625577812	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CAN0013_000000004750	5144	0.8619816170049146	5	3	1	2	2	False	126479	backbone	False	ISR0127_000000003850	0.6391879838637146	PS879|PS961	0	0	True	True	0.9998055696487427	8					non-mobilizable	no_good_hit	1214.0	95.05799999999999	68.0	0.2049306625577812	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0056_000000006287	5092	0.8619816170049146	5	3	1	2	2	False	130581	backbone	False	ISR0082_000000004600	0.3542138155481077	PS1004|PS1005|PS1006|PS1103	0	0	False	True	0.9917517900466919	0					non-mobilizable	no_good_hit	2302.0	88.705	72.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0074_000000003772	4263	0.8619816170049146	4	3	1	2	2	False	120127	fragment	False	MON0074_000000003772	1.0		0	0	False	True	0.9892094731330872	0	rep_cluster_475				non-mobilizable	no_good_hit	1477.0	88.016	75.0	0.28444444444444444	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
SPA0108_000000007132	4178	0.8619816170049146	5	3	1	2	2	False	127324	backbone	True	SPA0108_000000007132	1.0	PS1004|PS1005	58	11	True	True	1.0	39					non-mobilizable	no_good_hit	1272.0	98.035	83.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0158_000000003622	4173	0.8619816170049146	4	3	1	2	2	False	127325	fragment	False	SPA0158_000000003622	0.9630987772735443		0	0	False	True	0.9920920133590698	0					non-mobilizable	no_good_hit	2302.0	88.619	89.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0057_000000002877	2021	0.8619770597157355	4	4	3	4	3	False	127471	maximal	True	AST0057_000000002877	1.0	PS1007	0	0	False	True	0.9901039004325867	0					non-mobilizable	chromosome	1227.0	99.756	97.0	0.0005153464801330989	CP031538.1	firmicutes	Lactococcus lactis subsp. cremoris strain 3107 chromosome L3107, complete sequence	False	True
ISR0131_000000029883	1250	0.8619758520006956	2	2	2	1	1	False	31628	maximal	True	ISR0131_000000029883	1.0		4	2	False	False	0.9976000189781189	0					non-mobilizable	no_good_hit	735.0	89.66	59.0	0.00022099334400564586	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0150_000000004858	4560	0.8619729703511209	8	7	4	4	5	False	125003	fragment	False	ISR0150_000000004858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1648.0	90.595	36.0	0.2625870163509794	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0203_000000009788	1852	0.8619725760660722	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.21783877069239374		0	0	False	False	1.0	0					non-mobilizable	other	1852.0	99.676	100.0	0.0005539128360845933	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0075_000000010234	2455	0.8619613933836081	4	3	2	3	2	False	74098	fragment	False	ISR0075_000000010234	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0008_000000002307	7299	0.8619605212696551	11	11	5	5	7	True	102534	maximal	True	AUS0008_000000002307	1.0		8	4	False	False	0.999040961265564	0					non-mobilizable	plasmid	7347.0	86.661	100.0	0.23586002066115702	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MAD0111_000000001073	13897	0.8619525582046107	18	14	10	13	9	True	15541	maximal	True	MAD0111_000000001073	1.0	PS33	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1422.0	95.21799999999999	10.0	0.049346223396856306	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	True	True
FIJ0047_000000008704	3484	0.8619493343627626	3	1	1	1	1	False	66436	maximal	True	FIJ0047_000000008704	1.0		0	0	False	False	0.9991388916969299	0					non-mobilizable	other	2129.0	100.0	100.0	0.005726849721327402	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
MAD0044_000000000714	21381	0.8619486319143178	19	12	8	8	12	False	68655	maximal	True	MAD0044_000000000714	1.0	PS319	1	1	False	True	0.9998596906661987	0					non-mobilizable	no_good_hit	7680.0	95.352	38.0	0.04124438604616097	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0026_000000002894	7676	0.861944790279006	5	2	2	1	0	True	102517	fragment	False	SPA0026_000000002894	0.9998038702928871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0028_000000002896	7648	0.861944790279006	5	2	2	1	0	True	102517	fragment	False	SPA0026_000000002894	0.997980719124544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0125_01_000000004513	5703	0.861944790279006	3	2	2	1	0	True	100246	fragment	False	USA0125_01_000000004513	0.9871085776702249		0	0	False	False	0.9998246431350708	0					non-mobilizable	no_good_hit								True	True
USA0083_01_000000005977	5165	0.861944790279006	3	2	2	1	0	True	100246	fragment	False	USA0125_01_000000004513	0.9693937749839012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0015_000000008137	5154	0.861944790279006	4	2	2	1	0	True	100246	fragment	False	USA0125_01_000000004513	0.7855812341311994		0	0	False	False	0.9996119737625122	0					non-mobilizable	no_good_hit								True	True
USA0053_01_000000004461	4969	0.861944790279006	3	2	2	1	0	True	100246	fragment	False	USA0125_01_000000004513	0.7807313722030192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0003_000000010265	4730	0.861944790279006	3	2	2	1	0	True	100246	fragment	False	USA0125_01_000000004513	0.7549949089616472		0	0	False	False	0.9995771646499634	0					non-mobilizable	no_good_hit								True	True
USA0006_01_000000005811	4181	0.861944790279006	3	2	2	1	0	True	100235	fragment	False	SPA0116_000000008773	0.8979325876974656		0	0	False	False	0.9928246736526489	0					non-mobilizable	no_good_hit								True	True
ISR0170_000000011780	3860	0.861944790279006	2	2	2	1	0	True	100235	fragment	False	SPA0116_000000008773	0.7446155924571052		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0812_000000010369	3777	0.861944790279006	2	2	2	1	0	True	100235	fragment	False	SPA0116_000000008773	0.7473130088032711		0	0	False	False	0.9968228936195374	0					non-mobilizable	no_good_hit								True	True
CAN0008_000000007895	3620	0.861944790279006	2	2	2	1	0	True	100235	fragment	False	SPA0116_000000008773	0.6557855490001381		0	0	False	False	0.9972375631332397	0					non-mobilizable	no_good_hit								True	True
DEN0017_000000008955	3389	0.861944790279006	2	2	2	1	0	True	100235	fragment	False	SPA0116_000000008773	0.505916702952167		0	0	False	False	0.9731484055519104	0					non-mobilizable	no_good_hit								True	True
USA0019_01_000000011102	2702	0.861944790279006	2	2	2	1	0	True	100216	fragment	False	USA0019_01_000000011102	0.9554013844638589		0	0	False	False	0.9922279715538025	0					non-mobilizable	no_good_hit								True	True
AST0151_000000007234	2203	0.861944790279006	3	2	2	1	0	True	120236	maximal	True	AST0151_000000007234	1.0		7	4	False	False	0.995006799697876	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.3853677458681407e-05	NC_009718.1	thermotogales	Fervidobacterium nodosum Rt17-B1, complete sequence	True	True
USA0024_01_000000000793	24143	0.8619433495737404	29	18	7	14	12	True	118305	maximal	True	USA0024_01_000000000793	1.0		2	2	False	False	0.9981775283813477	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	6.5392362583088e-06	CP015727.1	firmicutes	Bacillus cereus strain A1, complete genome	True	True
MAD0105_000000022804	1655	0.8619424327660509	3	3	3	3	2	False	65764	maximal	True	MAD0105_000000022804	1.0		5	2	False	False	0.9885196089744568	0					non-mobilizable	other	1291.0	99.148	99.0	0.000316279493982231	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0779_000000002124	12559	0.8619410768682347	13	8	2	6	6	True	116744	fragment	False	ISR0779_000000002124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	98.59200000000001	1.0	1.2554952579047326e-05	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
DEN0080_000000003420	1179	0.8619248040431885	3	2	2	2	2	False	69383	maximal	True	DEN0080_000000003420	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0047_000000004405	7270	0.8619235195240805	6	4	3	4	3	True	100169	maximal	False	ISR0125_000000001801	0.7676703232489376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3367.0	86.338	72.0	0.02879295093056736	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
DEN0052_000000001934	13447	0.8618973959228341	17	6	2	6	3	False	72368	maximal	True	DEN0052_000000001934	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.571115270202368e-06	LR812119.1	birds	Erithacus rubecula genome assembly, chromosome: 16	True	False
ENG0014_000000001911	13285	0.8618973959228341	17	6	2	6	3	False	66941	maximal	True	ENG0014_000000001911	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	7.195904785772952e-05	NZ_SELI01000015.1	CFB group bacteria	Apibacter muscae strain CB23 NODE_1_length_403007_cov_192.158253, whole genome shotgun sequence	True	False
ISR0233_000000001631	5225	0.8618836029737679	7	5	2	3	4	False	124409	fragment	False	ISR0233_000000001631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3635.0	99.257	70.0	0.326916156890968	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0005_000000003147	7539	0.8618823989902956	5	5	3	4	5	False	123377	maximal	True	ENG0005_000000003147	1.0		1	1	False	False	0.9988061785697937	0					non-mobilizable	no_good_hit	93.0	87.09700000000001	1.0	1.9788146384103408e-05	CP011052.1	g-proteobacteria	Halomonas sp. KO116, complete genome	True	False
ENG0051_000000001604	15546	0.8618796831452267	22	9	4	9	3	True	118909	fragment	False	ENG0051_000000001604	1.0		0	0	False	False	0.999678373336792	0					non-mobilizable	other	15546.0	100.0	100.0	0.004162829427896822	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0089_000000002349	3222	0.8618788731489907	5	4	3	2	2	False	119716	fragment	False	CHI0095_000000002417	0.9837672281776417		0	0	False	False	1.0	0					non-mobilizable	chromosome	3220.0	100.0	99.0	0.000495273896157727	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0338_000000002094	8334	0.8618756012156709	15	8	3	4	5	True	106871	fragment	False	SPA0038_000000002739	0.47955863211454264		0	0	False	False	0.9948403835296631	0					non-mobilizable	no_good_hit	501.0	95.40899999999999	14.0	0.00014222040180107917	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0068_000000012533	1959	0.8618731252021877	3	3	1	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.86029251844252		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1963.0	99.745	100.0	0.4850358644570863	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
ISR0830_000000015108	1924	0.8618731252021877	3	3	1	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.8527222779727618		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1927.0	95.745	100.0	0.24262667002772875	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	False	True
ISR0852_000000005808	1924	0.8618731252021877	3	3	1	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.8529665409572348		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1927.0	95.693	100.0	0.24262667002772875	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	False	True
ISR0835_000000007493	1924	0.8618731252021877	3	3	1	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.8527222779727618		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1927.0	95.745	100.0	0.24262667002772875	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	False	True
ENG0124_000000006381	4741	0.8618650757128378	6	5	5	5	4	False	115563	fragment	False	ISR0074_000000004890	0.2733587410867962		0	0	False	False	0.9972579479217529	0					non-mobilizable	other	4709.0	97.6	99.0	0.027335940641957462	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0039_000000001840	12101	0.8618599942860034	10	6	4	6	3	True	111135	fragment	False	ISR0039_000000001840	1.0		0	0	False	False	0.9996694326400757	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	5.178322437567555e-06	CP060529.1	g-proteobacteria	Pseudomonas putida strain GIMC5401:PPKH-115 chromosome	True	True
SPA0067_000000002416	9037	0.8618539090068629	16	7	6	7	3	True	6060	fragment	False	SPA0067_000000002416	1.0		0	0	False	False	0.9988934397697449	0					non-mobilizable	other	9018.0	99.98899999999999	99.0	0.0014137471543947998	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
CHI0042_000000008782	1312	0.8618528004152316	2	2	1	1	2	True	87461	fragment	False	CHI0042_000000008782	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1312.0	99.92399999999999	100.0	0.027719632096416112	CP053252.2	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-5, complete sequence	False	True
ENG0048_000000000133	47590	0.8618490124131551	45	24	10	19	13	True	110965	fragment	False	ENG0048_000000000133	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	29961.0	98.999	90.0	0.18085556455414667	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0785_000000027277	1414	0.8618313477096655	2	2	2	2	2	False	99465	fragment	False	ISR0785_000000027277	0.9847757563817727		0	0	False	False	0.9929278492927551	0					non-mobilizable	other	1344.0	87.351	95.0	0.018077738325075268	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
DEN0005_000000019299	1906	0.8618294827867689	3	3	3	3	2	False	76484	fragment	False	USA0044_01_000000014657	0.6610907823662658		0	0	False	False	0.9952780604362488	0					non-mobilizable	other	1906.0	98.95100000000001	100.0	0.007303750076720064	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0011_000000006195	3223	0.8618256256247857	6	3	2	3	1	True	97263	maximal	True	SPA0011_000000006195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2615.0	99.771	81.0	0.01579857123862249	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0238_000000002131	5843	0.8618170385409007	10	7	5	4	4	False	119543	maximal	True	ISR0238_000000002131	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	4020.0	95.522	69.0	0.061319890009165906	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0117_01_000000004936	5185	0.8618163224210544	7	5	3	5	5	True	123489	fragment	False	CAN0012_000000009399	0.9154216510349157		0	0	False	False	1.0	0					non-mobilizable	other	3055.0	95.97399999999999	100.0	0.003274985035689077	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	True
FIJ0071_000000005706	6206	0.8618118593925419	11	5	3	5	2	True	112958	fragment	False	FIJ0071_000000005706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1873.0	90.71	45.0	0.03306986141140609	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0173_000000004163	4471	0.8618114265405009	4	4	4	4	3	False	103187	maximal	True	ENG0173_000000004163	1.0		2	2	False	False	0.9988816976547241	0					non-mobilizable	no_good_hit	742.0	95.41799999999999	17.0	0.010066703799807088	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	True	False
ISR0135_000000012250	1647	0.8618045779395891	3	3	3	3	2	False	68730	fragment	False	DEN0090_000000017202	0.6910152027616026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	80.62	13.0	1.993963276181361e-05	CP011301.1	b-proteobacteria	Burkholderia cepacia strain LO6, complete genome	True	False
SPA0139_000000002785	7617	0.8617986978078679	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.7657417405927004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2481.0	99.79799999999999	33.0	0.4014893961469969	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0138_000000002503	7605	0.8617986978078679	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.7651362721542111		0	0	False	False	0.9998685121536255	0					non-mobilizable	no_good_hit	2474.0	99.79799999999999	33.0	0.4003561599481949	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0054_000000004615	6571	0.8617985804676934	10	3	1	2	2	False	102491	fragment	False	MON0054_000000004615	1.0		0	0	False	False	0.9975650310516357	0					non-mobilizable	no_good_hit	307.0	77.524	4.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
FIJ0058_000000024996	1650	0.8617943846745736	2	2	2	2	1	False	82316	fragment	False	CHI0152_000000006500	0.9707415990730011		0	0	False	False	1.0	0					non-mobilizable	chromosome	1637.0	99.939	99.0	0.0003179070059825202	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
MAD0062_000000010229	1423	0.8617925162699193	2	2	2	2	2	False	82315	fragment	False	MAD0062_000000010229	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1423.0	99.719	100.0	0.00030114791996157505	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
SPA0106_000000028968	1311	0.8617892783726792	2	2	2	2	1	True	95144	fragment	False	MON0070_000000024732	0.507572533059385		0	0	False	False	0.9847444891929626	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	0.00016920305361746175	NZ_JPIN01000012.1	g-proteobacteria	Idiomarina atlantica strain MCCC 1A10513 contig12, whole genome shotgun sequence	True	True
CHI0127_000000002940	7279	0.861783878406085	12	9	4	4	8	True	120546	maximal	True	CHI0127_000000002940	1.0	PS472|PS846	1	1	True	True	0.9995878338813782	4	rep_cluster_1085	MOBB			mobilizable	no_good_hit	3847.0	98.154	87.0	0.3485797259279426	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0141_000000002070	15385	0.8617730779035994	18	9	2	9	6	False	94335	maximal	False	ENG0211_000000002163	0.9924594526250478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.8615622629416805e-05	CP022242.1	euryarchaeotes	Methanofervidicoccus sp. A16 chromosome, complete genome	True	False
ENG0211_000000002163	15372	0.8617730779035994	18	9	2	9	6	False	94335	maximal	True	ENG0211_000000002163	0.9927221394389316		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.8615622629416805e-05	CP022242.1	euryarchaeotes	Methanofervidicoccus sp. A16 chromosome, complete genome	True	False
ISR0184_000000000945	15344	0.8617730779035994	18	9	2	9	6	False	94335	maximal	False	ENG0211_000000002163	0.9918114927866281		0	0	False	False	0.9987617135047913	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.8615622629416805e-05	CP022242.1	euryarchaeotes	Methanofervidicoccus sp. A16 chromosome, complete genome	True	False
MON0032_000000003923	5173	0.8617688627723489	7	5	3	4	5	False	97561	maximal	True	MON0032_000000003923	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	81.18	7.0	0.009840713868734885	NZ_SDIK01000044.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_47__1..35973__consensus, whole genome shotgun sequence	True	False
CHI0124_000000003755	4247	0.8617683482507612	7	5	3	3	4	True	88672	fragment	False	CHI0179_000000003084	0.7298840276545118		0	0	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2791.0	95.09100000000001	68.0	0.33684465431650323	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0780_000000003121	3583	0.8617628264667678	4	3	3	3	2	False	93678	fragment	False	ISR0780_000000003121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	93.046	52.0	0.00029428190081318834	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0046_000000009236	2034	0.8617557523523804	5	3	1	3	2	False	78256	fragment	False	ENG0046_000000009236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	91.265	73.0	0.00020532488307370105	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0063_000000000503	15093	0.8617519961121974	25	7	1	6	3	False	16739	maximal	True	MAD0063_000000000503	1.0		1	1	False	False	0.9981448650360107	0					non-mobilizable	no_good_hit	263.0	100.0	2.0	0.0008104504805476418	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0127_000000008063	2901	0.8617500858919394	4	1	1	1	1	False	31907	maximal	True	ISR0127_000000008063	1.0		227	11	False	False	0.9917269945144653	0					non-mobilizable	chromosome	2901.0	99.86200000000001	100.0	0.0008406564657352772	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0126_000000020342	2116	0.8617492230673867	3	3	2	2	3	False	3972	maximal	True	SPA0126_000000020342	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	88.17399999999999	63.0	0.1975692900548392	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0328_000000000554	24005	0.861746019945332	26	16	10	16	11	False	34984	maximal	True	ISR0328_000000000554	1.0		20	4	False	False	0.999875009059906	0					non-mobilizable	no_good_hit	427.0	74.707	2.0	0.0014089792576419213	NZ_SLUP01000007.1	CFB group bacteria	Mariniflexile fucanivorans strain DSM 18792 Ga0310515_107, whole genome shotgun sequence	True	False
FIJ0084_000000009243	1382	0.861737334732197	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.06489918627831401	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1246.0	99.27799999999999	97.0	0.00033363919159089885	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0391_000000012298	1296	0.861737334732197	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.07696584021898209	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1296.0	99.46	100.0	0.0003470383559118185	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0199_000000025057	1219	0.861737334732197	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.05978641396808753	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1219.0	99.67200000000001	100.0	0.00032640364285760223	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0021_01_000000001590	11409	0.8617341441056541	10	9	5	7	3	True	132285	fragment	False	USA0021_01_000000001590	0.8210787413246111		0	0	False	False	1.0	0					non-mobilizable	other	9202.0	93.82700000000001	99.0	0.4070514240155911	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ENG0164_000000014594	1411	0.8617270789460287	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.1161832269892182	PS1061	0	0	False	True	0.9922041296958923	0					non-mobilizable	other	1411.0	95.819	100.0	0.006581004700050875	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0041_000000013730	2644	0.8617229088450284	5	2	2	2	2	False	47403	maximal	True	FIJ0041_000000013730	1.0		1	1	False	False	0.9973524808883667	0					non-mobilizable	no_good_hit	890.0	99.213	34.0	0.2532042153232697	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	False
MAD0035_000000007094	3211	0.8617056875833412	4	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.2022472146604554		0	0	False	False	1.0	0					non-mobilizable	other	3213.0	99.09700000000001	100.0	0.004449018431845664	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CHI0167_000000013104	1649	0.8616989005707215	4	3	1	1	3	True	123556	backbone	False	ISR0826_000000002301	0.12265941111513223	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1650.0	99.63600000000001	100.0	0.05309250136836344	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0011_000000024447	1187	0.8616929734952818	4	2	2	2	2	False	67120	fragment	False	ENG0011_000000024447	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	97.82600000000001	100.0	0.00041996208041131683	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0010_000000015002	1759	0.8616893010083359	2	2	2	2	2	False	13738	fragment	False	MON0010_000000015002	1.0		0	0	False	False	0.998294472694397	0					non-mobilizable	no_good_hit	84.0	95.238	5.0	0.00047075371640208037	LN595283.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002288	True	False
ISR0329_000000013773	1279	0.8616889409912092	2	2	2	2	2	False	24687	maximal	True	ISR0329_000000013773	1.0		387	14	False	False	1.0	0					non-mobilizable	other	1279.0	99.92200000000001	100.0	0.00728209277545741	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	False	False
FIJ0008_000000006691	4276	0.8616848592101325	3	1	1	1	1	False	89115	fragment	False	FIJ0008_000000006691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2596.0	91.949	88.0	0.020809378693704923	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0087_000000001480	13583	0.8616843001436569	27	9	5	7	5	True	16012	maximal	True	MAD0087_000000001480	1.0		1	1	False	False	0.9985275864601135	0					non-mobilizable	no_good_hit	1509.0	89.861	35.0	0.002502013066252708	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0121_01_000000005583	8084	0.8616804811281186	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.5895367914223104		0	0	False	False	1.0	0					non-mobilizable	plasmid	5828.0	98.198	90.0	0.05052642533779682	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0034_000000003401	5651	0.8616784579666721	7	1	1	1	1	False	80028	maximal	True	ISR0034_000000003401	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	98.287	54.0	0.000143810927935003	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0026_000000024809	1374	0.8616667178420203	4	2	0	1	1	True	7509	maximal	True	SPA0026_000000024809	1.0		2	1	False	False	0.9963610172271729	0					non-mobilizable	no_good_hit								True	True
MAD0096_000000000738	15970	0.8616648226575354	18	10	7	10	7	True	109957	fragment	False	MAD0096_000000000738	1.0		0	0	False	False	0.9999373555183411	0					non-mobilizable	no_good_hit	5116.0	95.56299999999999	63.0	0.20305319106422093	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
FIJ0023_000000000719	26475	0.8616646611009432	37	12	5	10	5	False	49431	maximal	True	FIJ0023_000000000719	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	0.0	7.709494762742988e-06	NZ_CP013433.1	b-proteobacteria	Burkholderia vietnamiensis strain AU1233 chromosome 1, complete sequence	True	False
ENG0076_000000002342	4830	0.8616605200480876	7	3	2	2	3	False	90865	fragment	False	ENG0076_000000002342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2941.0	92.07799999999999	61.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0203_000000001897	10071	0.8616560122719883	11	7	5	7	6	True	117399	fragment	False	ISR0203_000000001897	1.0		0	0	False	False	0.99940425157547	0					non-mobilizable	plasmid	5733.0	98.796	100.0	0.24539772240774038	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ENG0084_000000009627	2829	0.8616533360770353	7	4	2	4	2	True	112870	fragment	False	ISR0181_000000005748	0.7732428705677067		0	0	False	False	0.9943442940711975	0					non-mobilizable	no_good_hit								True	True
DEN0061_000000004475	7075	0.8616500226187114	6	5	5	4	4	True	92694	maximal	True	DEN0061_000000004475	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	70.753	9.0	0.0002028994021735674	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0080_000000017479	1841	0.8616451629565562	2	2	1	2	1	False	34304	maximal	True	ISR0080_000000017479	1.0		1	1	False	False	0.9956545233726501	0					non-mobilizable	no_good_hit	451.0	97.78299999999999	35.0	0.00015416513072517908	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
MON0010_000000007421	3195	0.8616412629791667	3	2	2	2	2	False	13749	fragment	False	MON0010_000000007421	1.0		0	0	False	False	0.9993740320205688	0					non-mobilizable	no_good_hit	1277.0	80.579	45.0	0.0011101728547876423	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
AST0149_000000007765	3535	0.8616276166165724	4	4	4	3	3	False	116993	fragment	False	ISR0131_000000007326	0.9665672033481844		0	0	False	False	0.999151349067688	0					non-mobilizable	no_good_hit								True	False
CHI0108_000000003956	2030	0.8616118150518817	4	2	2	2	2	True	82914	fragment	False	CHI0108_000000003956	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	962.0	99.064	53.0	0.1642967277711153	KC991136.1			True	True
ENG0177_000000001728	11761	0.8616011735960644	9	7	5	6	6	False	94344	fragment	False	CAN0012_000000004423	0.8371364321911406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3158.0	72.293	26.0	0.0012741325703823135	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
ISR0253_000000008168	1546	0.8615989154867203	2	1	0	1	0	True	109068	fragment	False	ISR0253_000000008168	0.9901960784313726		0	0	False	False	0.9993531703948975	0					non-mobilizable	other	1530.0	84.052	97.0	0.0003886737993607393	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
SPA0044_000000018875	1479	0.8615989154867203	1	1	0	1	0	True	109068	fragment	False	ISR0253_000000008168	0.9689521345407504		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	89.745	99.0	0.0048426309003159525	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
FIJ0134_000000011407	1288	0.8615989154867203	2	1	0	1	0	True	40621	fragment	False	FIJ0134_000000011407	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1269.0	89.125	98.0	0.0002291469474197564	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0202_000000005641	4104	0.8615956893356499	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9921217675060767		0	0	False	False	1.0	0					non-mobilizable	other	4007.0	99.251	99.0	0.01312427105583876	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
AST0087_000000003859	7182	0.8615933218161717	7	4	0	2	2	True	118877	fragment	False	AST0087_000000003859	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6689.0	99.671	93.0	0.003431800287917875	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ISR0361_000000005151	2471	0.8615853551183815	4	4	4	4	3	False	108437	fragment	False	ENG0097_000000010289	0.36039092556583613		0	0	False	False	1.0	0					non-mobilizable	chromosome	2471.0	100.0	100.0	0.00047097506520716513	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
SPA0011_000000009452	1885	0.8615834843576547	2	2	2	2	2	False	88590	fragment	False	SPA0011_000000009452	0.9748259239421532		0	0	False	False	0.999469518661499	0					non-mobilizable	chromosome	1885.0	99.31	100.0	0.0005308251936849834	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
DEN0089_000000006644	2885	0.8615808663751858	4	3	2	2	2	False	84835	fragment	False	DEN0089_000000006644	1.0		0	0	False	False	0.9833621978759766	0					non-mobilizable	other	1659.0	98.67399999999999	99.0	0.011194609302733834	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0052_000000000321	46562	0.8615808300839828	34	21	12	21	11	True	86044	backbone	False	ENG0129_000000000234	0.9994957437680657	PS433	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1888.0	85.01100000000001	6.0	0.06581755834703804	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0018_000000005560	3840	0.8615787842813001	5	2	2	1	2	False	122623	maximal	True	ENG0018_000000005560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2571.0	98.561	67.0	0.0008097426317045288	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0022_000000006220	2777	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9791025169551498		0	0	False	False	1.0	0					non-mobilizable	chromosome	2600.0	98.30799999999999	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0140_000000009202	2770	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9792876662784686		0	0	False	False	1.0	0					non-mobilizable	chromosome	2600.0	98.385	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0124_000000005772	2769	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9797395223848678		0	0	False	False	1.0	0					non-mobilizable	chromosome	2600.0	98.30799999999999	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0029_000000016410	2769	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9793746124220382		0	0	False	False	0.9996388554573059	0					non-mobilizable	chromosome	2600.0	98.26899999999999	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0018_000000007811	2769	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9796315190398084		0	0	False	False	1.0	0					non-mobilizable	chromosome	2600.0	98.346	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0033_000000011020	2764	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9787856259040617		0	0	False	False	0.9996381998062134	0					non-mobilizable	chromosome	2600.0	98.462	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0022_000000009187	2755	0.8615787842813001	4	2	2	1	2	False	49487	fragment	False	USA0039_01_000000007561	0.9491077329808327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2404.0	82.779	87.0	0.1279202744649567	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0092_000000009324	2749	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9758979356971764		0	0	False	False	0.9992724657058716	0					non-mobilizable	chromosome	2600.0	99.07700000000001	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0141_000000012430	2745	0.8615787842813001	3	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9267576995735021		0	0	False	False	0.9996356964111328	0					non-mobilizable	chromosome	2745.0	99.417	100.0	0.0008649022115209135	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0161_000000011030	2737	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9449788187452033		0	0	False	False	1.0	0					non-mobilizable	chromosome	2600.0	98.346	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0019_000000010334	2732	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9752247850020823		0	0	False	False	1.0	0					non-mobilizable	chromosome	2600.0	98.42299999999999	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0294_000000007227	2650	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9299475673265367		0	0	False	False	1.0	0					non-mobilizable	chromosome	2560.0	98.359	100.0	0.0008050146677202672	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0395_000000014614	2645	0.8615787842813001	4	2	2	1	2	False	81327	fragment	False	ISR0395_000000014614	1.0		0	0	False	False	0.9879016876220703	0					non-mobilizable	other	2517.0	99.603	95.0	0.010226727691019502	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
DEN0065_000000013474	2535	0.8615787842813001	4	2	2	1	2	False	81326	fragment	False	DEN0065_000000013474	1.0		0	0	False	False	0.9960552453994751	0					non-mobilizable	other	2342.0	99.87200000000001	92.0	0.009515409191047954	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ENG0106_000000008405	2508	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.8081439260562135		0	0	False	False	0.9988038539886475	0					non-mobilizable	chromosome	2441.0	98.689	100.0	0.0007690821414398794	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0237_000000004144	2494	0.8615787842813001	3	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.4650643592800695		0	0	False	False	0.9955894351005554	0					non-mobilizable	other	2400.0	82.25	96.0	0.03421232926633722	NZ_CABIWU010000003.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0231_000000006915	2491	0.8615787842813001	4	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.8401154855386723		0	0	False	False	0.989562451839447	0					non-mobilizable	chromosome	2491.0	98.99600000000001	100.0	0.0007845268237884671	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0400_000000007389	2478	0.8615787842813001	4	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.6582714862011776		0	0	False	False	0.9995964765548706	0					non-mobilizable	other	2478.0	99.475	100.0	0.013429186387565127	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
DEN0085_000000012422	2459	0.8615787842813001	5	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.563768734871289		0	0	False	False	1.0	0					non-mobilizable	other	2459.0	99.065	100.0	0.013326176883582995	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
MAD0109_000000006038	2342	0.8615787842813001	4	2	2	1	2	False	17851	fragment	False	MAD0109_000000006038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2046.0	82.16	87.0	0.10891466535969069	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0254_000000004767	2339	0.8615787842813001	4	2	2	1	2	False	81832	fragment	False	ISR0254_000000004767	1.0		0	0	False	False	0.9991449117660522	0					non-mobilizable	chromosome	2249.0	98.266	100.0	0.0007069882144465777	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0210_000000008940	2149	0.8615787842813001	2	2	2	1	2	False	36036	fragment	False	ISR0210_000000008940	0.9974275023386343		0	0	False	False	0.9995346665382385	0					non-mobilizable	other	2149.0	99.86	100.0	0.008730926502507905	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
MAD0045_000000020987	1954	0.8615787842813001	3	2	2	1	2	False	17850	fragment	False	MAD0045_000000020987	1.0		0	0	False	False	0.9974411725997925	0					non-mobilizable	other	1962.0	82.26299999999999	100.0	0.10434024941458367	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AST0005_000000018266	1503	0.8615773416314403	2	2	2	2	1	False	128042	maximal	True	AST0005_000000018266	1.0		8	7	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	2.963738152712229e-05	NZ_RBIG01000002.1	a-proteobacteria	Oceanibaculum indicum strain USBA 36 Ga0105851_102, whole genome shotgun sequence	True	False
FIJ0024_000000003533	5813	0.8615756023628933	6	5	3	5	4	False	49258	maximal	True	FIJ0024_000000003533	1.0		1	1	False	False	0.9987958073616028	0					non-mobilizable	no_good_hit	969.0	86.068	39.0	0.009427774242498408	NZ_SPFY01000005.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_5_length_102145_cov_21.3237, whole genome shotgun sequence	True	False
CHI0171_000000001162	5625	0.8615755742246094	7	7	4	6	5	False	77957	maximal	True	CHI0171_000000001162	1.0		1	1	False	False	1.0	0	rep_cluster_2392				non-mobilizable	plasmid	5625.0	100.0	100.0	0.44627836851293445	CP042590.1	enterobacteria	Escherichia coli strain PK6 plasmid pRHEcCUB-2, complete sequence	False	True
ENG0078_000000005086	5113	0.8615681687537893	7	5	4	5	3	False	111438	fragment	False	ENG0078_000000005086	1.0		0	0	False	False	0.9998044371604919	0					non-mobilizable	other	3040.0	99.539	97.0	0.004208006848053277	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0257_000000001304	9283	0.861563941087058	20	8	4	7	2	True	43130	maximal	True	ISR0257_000000001304	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2458.0	93.897	38.0	0.04354375642434339	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0034_01_000000010630	5358	0.8615612438324584	6	6	2	3	5	False	130160	maximal	True	USA0034_01_000000010630	1.0	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	2	1	True	True	1.0	313	rep_cluster_475				non-mobilizable	no_good_hit	1464.0	97.404	88.0	0.0008545788698501533	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	True	True
SPA0124_000000008024	3629	0.8615551539551056	2	2	1	2	0	True	4067	maximal	True	SPA0124_000000008024	1.0		1	1	True	True	0.9955910444259644	10					non-mobilizable	no_good_hit								True	True
ISR0328_000000009320	2976	0.8615521029727716	5	4	4	4	4	False	120077	fragment	False	ISR0155_000000005779	0.3084599243664106		0	0	False	False	0.9996639490127563	0					non-mobilizable	other	2982.0	98.82600000000001	100.0	0.0006295826105946018	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0833_000000002755	2794	0.8615521029727716	4	4	4	4	4	False	120077	fragment	False	ISR0155_000000005779	0.3248872208103278		0	0	False	False	1.0	0					non-mobilizable	chromosome	2794.0	98.926	100.0	0.0006247820365210043	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
AST0039_000000003573	4846	0.8615384876809092	10	5	3	4	2	True	116722	fragment	False	AST0039_000000003573	1.0		0	0	False	False	0.9987618923187256	0					non-mobilizable	other	3789.0	98.311	99.0	0.01872638803726487	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0781_000000020507	1472	0.8615338655907744	2	2	2	2	2	False	118589	fragment	False	ENG0060_000000020161	0.2824227388699956		0	0	False	False	0.9932065010070801	0					non-mobilizable	chromosome	1303.0	93.93700000000001	99.0	0.0002891925929381035	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0130_000000010241	2805	0.8615277738961415	4	3	3	2	2	False	31783	maximal	True	ISR0130_000000010241	1.0		1	1	False	False	0.9992870092391968	0					non-mobilizable	no_good_hit	207.0	73.913	7.0	7.535873355750392e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ENG0185_000000001852	13001	0.8615165785043153	17	11	6	10	6	True	60064	maximal	True	ENG0185_000000001852	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	94.189	6.0	0.0004119480945400879	NZ_HE998568.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	True
FIJ0078_000000006052	4141	0.8615064685661863	7	2	2	2	1	False	44461	fragment	False	FIJ0078_000000006052	1.0		0	0	False	False	0.994928777217865	0					non-mobilizable	no_good_hit	376.0	95.479	9.0	0.26804123711340205	NZ_FOXF01000106.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0230_000000023338	1496	0.8615011424968144	2	2	1	2	1	False	93105	fragment	False	ISR0230_000000023338	1.0		0	0	False	False	0.970588207244873	0					non-mobilizable	no_good_hit	720.0	91.944	83.0	0.000315786884698698	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
DEN0021_000000010804	3135	0.8614900730313145	6	4	3	2	3	False	74815	fragment	False	DEN0021_000000010804	1.0		0	0	False	False	0.9996809959411621	0					non-mobilizable	no_good_hit	153.0	84.96700000000001	5.0	3.520058036665484e-05	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
FIJ0117_000000001707	12089	0.8614858584054206	14	10	4	10	7	True	42171	fragment	False	FIJ0117_000000001707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2056.0	95.37899999999999	17.0	0.028781418312387792	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0840_000000001165	9165	0.8614809975517236	14	6	2	3	4	False	83893	fragment	False	ISR0840_000000001165	1.0		0	0	False	False	0.995962917804718	0					non-mobilizable	no_good_hit	3916.0	95.60799999999999	66.0	0.01577932442615114	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
FIJ0041_000000002563	12116	0.8614809104204866	16	7	4	6	6	True	101344	maximal	True	FIJ0041_000000002563	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	1651.0	74.44	13.0	0.9987714987714987	NZ_FNVS01000035.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ISR0327_000000003035	6779	0.8614808182616591	9	8	3	5	6	True	101509	fragment	False	ISR0327_000000003035	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6780.0	99.145	100.0	0.0010317836234524007	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ENG0082_000000009793	2073	0.8614717877242546	3	2	2	2	2	True	93137	fragment	False	ENG0082_000000009793	0.9706927582263793		0	0	False	False	1.0	0		MOBV			mobilizable	other	2074.0	97.78200000000001	100.0	0.0005516979282185905	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
CHI0142_000000009343	1986	0.8614717877242546	3	2	2	2	2	True	93137	fragment	False	ENG0082_000000009793	0.9501039519842501		0	0	False	False	1.0	0		MOBV			mobilizable	other	1986.0	98.288	100.0	0.0005978040563941544	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
CHI0167_000000017822	1286	0.8614679521789327	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.22213104753352714		0	0	False	False	1.0	0					non-mobilizable	chromosome	1286.0	90.824	99.0	0.0004523821874337262	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0086_000000002130	10396	0.861465721042529	15	3	2	3	2	False	61458	maximal	True	ENG0086_000000002130	1.0		1	1	False	False	0.9999037981033325	0					non-mobilizable	no_good_hit	502.0	100.0	6.0	0.09992022337455125	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
USA0121_01_000000024443	1794	0.8614622317707372	3	2	2	2	2	False	93520	fragment	False	MON0104_000000022814	0.8327047627725617		0	0	False	False	0.9983277320861816	0					non-mobilizable	other	1723.0	93.848	96.0	0.0007382706182458433	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
AST0150_000000009447	2928	0.8614592010887966	4	4	4	4	4	False	104179	maximal	True	AST0150_000000009447	1.0		18	5	False	False	0.9972677826881409	0					non-mobilizable	chromosome	2929.0	99.624	100.0	0.0005898112523417199	CP042578.1	enterobacteria	Enterobacter kobei strain C16 chromosome, complete genome	False	False
FIJ0064_000000001571	14679	0.8614570232895711	16	15	7	11	12	True	123624	fragment	False	FIJ0123_000000001869	0.949666653692374		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	11048.0	99.52	98.0	0.6434645852749301	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
ISR0377_000000014113	1188	0.8614534814001599	2	2	2	2	2	False	59206	fragment	False	ISR0377_000000014113	0.9734542518730589		0	0	False	False	0.9730639457702637	0					non-mobilizable	other	1188.0	99.242	100.0	0.01725767290385426	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0172_000000019205	1260	0.8614486991211879	1	1	1	1	1	False	55710	maximal	True	ENG0172_000000019205	1.0		0	0	False	False	0.9992063641548157	0					non-mobilizable	no_good_hit	162.0	78.395	13.0	1.791545718432511e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0166_000000005610	3231	0.8614480871524685	6	5	3	5	4	False	128320	maximal	False	ENG0141_000000007737	0.9408227845560012		0	0	False	False	1.0	0					non-mobilizable	chromosome	1867.0	98.822	100.0	0.0006557734243075458	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0825_000000005371	4145	0.8614474862230462	8	7	3	3	6	True	90075	fragment	False	ISR0825_000000005371	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	3832.0	99.92200000000001	100.0	0.6456016177957533	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
ISR0368_000000001597	7054	0.8614391933720335	4	3	3	3	2	False	26755	maximal	True	ISR0368_000000001597	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	98.305	1.0	0.0007752145205699164	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0210_000000000052	116402	0.861438731645923	125	38	17	27	22	True	130913	maximal	True	ISR0210_000000000052	1.0	PS1128	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2032.0	91.24	2.0	0.0006395359282711127	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
MON0090_000000032032	1882	0.8614341530744517	3	2	2	1	2	False	9557	maximal	True	MON0090_000000032032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	75.926	14.0	0.00018141904765116287	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	True	False
MON0108_000000012233	1775	0.8614282807889195	2	2	2	1	2	False	107855	fragment	False	AST0104_000000017558	0.7185004535448577		0	0	False	False	0.999436616897583	0					non-mobilizable	other	1778.0	94.82600000000001	100.0	0.0060993419583183	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0848_000000000430	18849	0.8614188509660275	33	4	2	3	3	False	115256	maximal	True	ISR0848_000000000430	1.0		1	1	False	False	0.9999469518661499	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.119967569969557e-05	NZ_NNRJ01000015.1	a-proteobacteria	Ochrobactrum thiophenivorans strain DSM 7216 O_thioNEW.contig.14_1, whole genome shotgun sequence	True	False
ISR0785_000000006000	4977	0.8614149093150305	6	5	3	3	4	True	123493	maximal	True	ISR0785_000000006000	1.0		0	0	False	False	0.9997990727424622	0					non-mobilizable	no_good_hit	3669.0	98.964	74.0	0.0008184863670027712	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	True
ENG0141_000000007737	3527	0.8614047978366153	6	5	3	5	5	False	128320	maximal	True	ENG0141_000000007737	0.99756799795322		1	1	False	False	0.9974482655525208	0					non-mobilizable	chromosome	1868.0	98.60799999999999	99.0	0.0006561248570108189	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
TAN0014_000000000754	5113	0.8614004449022951	6	5	3	4	5	False	2550	maximal	True	TAN0014_000000000754	1.0		1	1	False	False	0.9788773655891418	0					non-mobilizable	no_good_hit								True	False
ENG0096_000000007966	4159	0.8613977897066141	6	5	3	4	3	True	70183	backbone	True	ENG0096_000000007966	1.0	PS329	7	2	True	True	1.0	30					non-mobilizable	no_good_hit	1333.0	71.418	36.0	0.23017678977769998	LN854169.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1664	True	True
FIJ0127_000000005794	3276	0.8613934703202908	4	2	1	0	1	False	126137	fragment	False	ISR0357_000000007006	0.5102996311706326		0	0	False	False	0.9935897588729858	0					non-mobilizable	no_good_hit								True	False
AST0024_000000010321	3199	0.8613934703202908	5	2	1	0	1	False	126137	fragment	False	ISR0357_000000007006	0.3287829753991966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0807_000000005933	2296	0.8613934703202908	3	2	1	0	1	False	126125	fragment	False	SPA0027_000000014469	0.239234733889759		0	0	False	False	0.996515691280365	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000003658	8704	0.8613858860416224	10	5	4	4	0	True	132063	fragment	False	ISR0162_000000003658	1.0		0	0	False	False	0.9997702240943909	0					non-mobilizable	no_good_hit	326.0	81.288	4.0	0.0001407577280640368	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
CHI0151_000000006593	3739	0.8613740567343846	5	3	0	1	2	True	79515	fragment	False	CHI0151_000000006593	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3741.0	95.10799999999999	100.0	0.0019203084819702087	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
USA0053_01_000000009511	2065	0.8613686998292701	3	3	3	2	2	False	1065	fragment	False	USA0053_01_000000009511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	96.911	55.0	0.6472269868496283	NZ_CYZN01000059.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0021_000000006701	5933	0.8613637883681338	8	4	3	4	2	True	91661	fragment	False	CHI0005_000000002299	0.7739893180445765		0	0	False	False	0.9998314380645752	0					non-mobilizable	no_good_hit	1250.0	70.56	21.0	0.0012514639383193987	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0192_000000000907	17536	0.8613610022337379	21	18	11	14	17	True	84496	maximal	True	ISR0192_000000000907	1.0	PS379	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	6597.0	98.863	85.0	0.0012874678523474472	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	True	True
MON0068_000000025780	1643	0.8613598834995541	1	1	1	1	1	False	10551	fragment	False	MON0068_000000025780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0061_000000017839	2357	0.8613542032211741	3	3	2	3	2	False	112027	maximal	True	AST0061_000000017839	1.0		1	1	False	False	0.988544762134552	0					non-mobilizable	no_good_hit	509.0	74.656	21.0	0.0012210990376865635	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0782_000000008792	1460	0.8613511755870424	2	2	2	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.32384339353781316		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	100.0	100.0	0.0006622119786385576	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
SPA0031_000000012834	2426	0.8613500579580742	4	3	3	3	2	False	118760	fragment	False	ISR0057_000000008531	0.972993542759255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	86.441	85.0	0.0020738051868062746	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
SPA0041_000000004271	7674	0.8613487848515082	8	7	4	4	7	False	121318	fragment	False	SPA0041_000000004271	0.9997923875432526		0	0	False	True	1.0	0					non-mobilizable	chromosome	3522.0	96.76299999999999	96.0	0.0007272836966342674	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0041_000000012249	2789	0.8613469673999118	4	3	3	3	1	True	6918	maximal	True	SPA0041_000000012249	1.0		36	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0306_000000001021	7008	0.8613442237933877	13	13	4	6	11	True	81955	fragment	False	ISR0306_000000001021	1.0		0	0	False	False	0.9998573064804077	0					non-mobilizable	plasmid	7009.0	99.829	100.0	0.21213221939702143	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0092_000000006844	2652	0.8613432278866642	4	3	2	3	3	False	112289	fragment	False	FIJ0051_000000007232	0.44226513930029604		0	0	False	False	0.9969834089279175	0					non-mobilizable	other	1518.0	99.40700000000001	97.0	0.00037193487780701114	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0087_000000003430	11148	0.8613398579642567	12	9	7	9	7	False	92152	maximal	True	MON0087_000000003430	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	86.84200000000001	4.0	8.515268748064392e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0013_000000006142	3838	0.8613377732497046	5	2	2	1	2	False	68924	maximal	True	ISR0013_000000006142	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2126.0	81.703	56.0	0.0005648359474683642	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0085_000000005242	3820	0.8613377732497046	5	2	2	1	2	False	68924	maximal	False	ISR0013_000000006142	0.9976550286607608		0	0	False	False	0.9997382164001465	0					non-mobilizable	no_good_hit	2126.0	81.703	56.0	0.0005648359474683642	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0309_000000006972	2600	0.8613321000682732	2	2	2	2	2	False	89447	fragment	False	ISR0309_000000006972	1.0		0	0	False	False	0.9973077178001404	0					non-mobilizable	chromosome	2490.0	95.78299999999999	100.0	0.0010723005544673084	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
BAN0013_000000000018	7964	0.8613310011293935	8	8	7	8	6	False	98751	maximal	True	BAN0013_000000000018	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	5203.0	99.94200000000001	100.0	0.0008609253110055449	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	False
FIJ0012_000000019892	1272	0.8613303925941925	2	2	2	2	1	True	50704	fragment	False	FIJ0012_000000019892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0037_000000031034	1128	0.8613278929977536	1	1	1	1	1	False	47706	maximal	True	FIJ0037_000000031034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	99.023	82.0	0.004029499973692056	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
SPA0143_000000011863	1707	0.8613240226125356	3	2	2	2	2	False	75208	fragment	False	ISR0811_000000007637	0.8082585450626019		0	0	False	False	0.9935559630393982	0					non-mobilizable	other	1707.0	99.70700000000001	100.0	0.0008522866360855964	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0198_000000021372	1550	0.8613240226125356	2	2	2	2	2	False	75208	fragment	False	ISR0811_000000007637	0.7307231874829699		0	0	False	False	0.9993548393249512	0					non-mobilizable	other	1550.0	99.613	100.0	0.0007738522856369219	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0065_000000021164	1618	0.8613225304409243	3	2	2	1	1	False	131760	maximal	True	ISR0065_000000021164	1.0		6	2	False	False	0.9969097375869751	0					non-mobilizable	chromosome	1209.0	94.706	98.0	0.00032372380999341836	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ITA0006_000000002708	9303	0.8613163256889415	3	2	2	1	0	True	130411	fragment	False	ISR0229_000000001336	0.6945556242982489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	3.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0102_000000002359	9057	0.8613163256889415	4	2	2	1	0	True	130431	fragment	False	ENG0083_000000002400	0.39121987822373383		0	0	False	False	0.999889612197876	0					non-mobilizable	no_good_hit	150.0	98.667	3.0	0.006176677859304399	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
CAN0012_000000007548	7366	0.8613163256889415	3	2	2	1	0	True	130396	fragment	False	CAN0012_000000007548	1.0		0	0	False	False	0.9991854429244995	0					non-mobilizable	no_good_hit	55.0	92.727	1.0	1.6799308615120997e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0222_000000008487	7359	0.8613163256889415	2	2	2	1	0	True	130409	fragment	False	ISR0222_000000008487	1.0		0	0	False	False	0.9993205666542053	0					non-mobilizable	no_good_hit	103.0	98.05799999999999	1.0	0.11577752553916004	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ENG0129_000000003464	7193	0.8613163256889415	3	2	2	1	0	True	130399	fragment	False	ENG0129_000000003464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	97.458	4.0	0.004808688803216847	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0781_000000003209	7127	0.8613163256889415	3	2	2	1	0	True	112658	fragment	False	ISR0781_000000003209	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	98.333	7.0	0.0010015954432634866	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0082_000000003769	6885	0.8613163256889415	3	2	2	1	0	True	130391	fragment	False	ISR0082_000000003769	1.0		0	0	False	False	0.9992737770080566	0					non-mobilizable	no_good_hit	161.0	95.031	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0223_000000003681	6488	0.8613163256889415	3	2	2	1	0	True	112670	fragment	False	ISR0223_000000003681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000012570	2051	0.861304047951242	4	4	1	2	2	False	116592	fragment	False	ISR0058_000000012570	1.0		0	0	False	True	0.9941492080688477	0					non-mobilizable	plasmid	2051.0	99.70700000000001	100.0	0.4955281605027798	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0194_000000022846	1157	0.8613011630625109	1	1	1	1	1	False	92007	fragment	False	CHI0003_000000011124	0.9354492579221821		0	0	False	False	0.997407078742981	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.173274359789595e-05	NZ_LR215036.1	mycoplasmas	Mycoplasma citelli strain NCTC10181 chromosome 1	True	False
CHI0144_000000001233	9759	0.8612976221788649	7	6	6	4	2	False	103954	maximal	True	CHI0144_000000001233	1.0		4	2	False	False	0.9987703561782837	0					non-mobilizable	no_good_hit	2712.0	93.916	79.0	0.00133048880617708	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0087_000000013453	3606	0.8612974598042026	3	3	3	2	2	False	86919	fragment	False	MON0052_000000005665	0.9081276489653454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	70.516	22.0	0.0006834247017370234	NZ_JAATJA010000002.1	d-proteobacteria	Desulfobaculum xiamenense strain DSM 24233 Ga0373198_02, whole genome shotgun sequence	True	False
ISR0215_000000001491	16013	0.86128816356791	23	17	5	10	14	True	111510	fragment	False	ISR0215_000000001491	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9448.0	98.18	91.0	0.0017937233361278336	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
AST0090_000000006067	4060	0.8612783589724411	7	3	3	2	3	False	109926	fragment	False	AST0090_000000006067	1.0		0	0	False	False	0.9997537136077881	0					non-mobilizable	no_good_hit								True	False
ENG0025_000000009644	2573	0.8612767760229092	5	3	1	2	3	False	94796	backbone	True	ENG0025_000000009644	1.0	PS501|PS502	1	1	True	True	1.0	70					non-mobilizable	no_good_hit	588.0	92.85700000000001	65.0	0.26819221967963386	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
ISR0095_000000011387	2693	0.8612677271760663	4	4	4	3	3	False	103007	fragment	False	ISR0095_000000011387	0.9832313031061201		0	0	False	False	1.0	0					non-mobilizable	chromosome	2690.0	98.21600000000001	100.0	0.00037940229459346083	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0074_000000002642	6234	0.8612633248453598	5	5	4	3	3	False	119749	fragment	False	CHI0074_000000002642	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6093.0	100.0	98.0	0.0009373123875094354	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0066_000000011753	1734	0.8612631379168418	4	2	2	2	2	True	62760	fragment	False	ENG0066_000000011753	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0014_000000001045	22802	0.8612506191149091	17	13	7	10	8	True	100994	maximal	True	AUS0014_000000001045	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2539.0	99.212	29.0	0.0004964782723730291	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
DEN0079_000000019522	2785	0.8612454124214926	5	3	2	2	3	False	69593	fragment	False	DEN0079_000000019522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0030_000000023773	1576	0.8612249725357555	2	2	2	2	1	False	48697	fragment	False	FIJ0030_000000023773	1.0		0	0	False	False	0.9987309575080872	0					non-mobilizable	chromosome	1576.0	99.302	100.0	0.00030104327262899276	CP028478.1	enterobacteria	Klebsiella pneumoniae strain 2e chromosome, complete genome	False	False
DEN0046_000000020478	1159	0.8612231152469657	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.04006294242071193	PS1061	0	0	False	True	0.9974115490913391	0					non-mobilizable	chromosome	1159.0	99.569	100.0	0.0003103246456724987	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0392_000000003277	7943	0.8612023960719356	9	6	3	5	4	False	96372	maximal	True	ISR0392_000000003277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1363.0	95.818	18.0	0.00033393230294868106	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0030_000000013616	2247	0.86119665945416	3	2	2	2	2	False	7330	maximal	True	SPA0030_000000013616	1.0		66	6	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	88.929	25.0	0.014887475276634416	NZ_FNBY01000031.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MON0039_000000012873	3514	0.8611740471201845	4	2	1	1	2	False	11951	maximal	True	MON0039_000000012873	1.0		604	13	False	False	1.0	0					non-mobilizable	chromosome	3426.0	97.78200000000001	97.0	0.0009928442741873533	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0781_000000003429	6732	0.8611578540012448	6	6	5	6	4	False	104500	fragment	False	ENG0168_000000003428	0.586871433753769		0	0	False	False	0.993166983127594	0					non-mobilizable	other	6708.0	99.001	99.0	0.0474283976204455	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0219_000000004486	6688	0.8611578540012448	6	6	5	6	4	False	104500	fragment	False	ENG0168_000000003428	0.586451244461505		0	0	False	False	1.0	0					non-mobilizable	other	6691.0	99.014	100.0	0.04730814664959575	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0119_000000000963	22434	0.8611517094593146	24	14	9	13	8	True	59280	maximal	True	ENG0119_000000000963	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	0.0	1.6219324761302667e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0327_000000009236	2837	0.8611507670840381	3	3	3	3	3	False	108437	fragment	False	ENG0097_000000010289	0.5964930708049028		0	0	False	False	1.0	0					non-mobilizable	chromosome	2837.0	100.0	100.0	0.0005250550882022195	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
ISR0077_000000014997	2235	0.8611506768164996	3	3	2	3	2	False	102566	fragment	False	ISR0077_000000014997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0113_000000016000	2367	0.8611504264270302	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.4444116768779288		0	0	False	False	0.9873257279396057	0					non-mobilizable	chromosome	2367.0	98.395	100.0	0.0010446589493185875	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MAD0066_000000001618	7870	0.8611459423224784	10	5	2	4	4	True	126152	maximal	True	MAD0066_000000001618	1.0		2	1	True	True	1.0	35					non-mobilizable	no_good_hit	1577.0	73.62100000000001	20.0	0.19292564453854777	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0013_000000029739	1836	0.8611402368025095	3	3	3	3	2	False	128251	fragment	False	ISR0029_000000023297	0.9853685243345974		0	0	False	False	0.9994553327560425	0					non-mobilizable	other	1836.0	98.802	100.0	0.018372230398782528	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0039_000000003945	9339	0.8611386989078346	10	3	2	3	2	True	11966	maximal	True	MON0039_000000003945	1.0		3	1	False	False	0.9996787905693054	0					non-mobilizable	no_good_hit	42.0	95.238	0.0	0.00034221135307030355	NC_043783.1	liverworts	Frullania nodulosa voucher 16-8547 chloroplast, complete genome	True	True
SPA0074_000000006197	4077	0.8611359140880585	5	3	1	1	3	False	96716	fragment	False	SPA0074_000000006197	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3558.0	96.29	87.0	0.001776513058569977	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CAN0003_000000014123	3501	0.8611359140880585	4	3	1	1	3	False	96715	fragment	False	CHI0090_000000003485	0.9555361781637345		0	0	False	False	0.9954298734664917	0					non-mobilizable	other	1781.0	96.912	99.0	0.00088875611113498	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0805_000000003601	3246	0.8611359140880585	5	3	1	1	3	False	96715	fragment	False	CHI0090_000000003485	0.9253326355755926		0	0	False	False	0.999691903591156	0					non-mobilizable	other	3248.0	96.02799999999999	100.0	0.0016216426850725943	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0209_000000006747	2778	0.8611233274879149	3	3	2	2	1	False	54022	maximal	True	ENG0209_000000006747	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0087_01_000000005934	2559	0.861118017149255	3	3	3	2	2	True	91786	maximal	True	USA0087_01_000000005934	1.0		3	2	False	False	0.9996092319488525	0					non-mobilizable	no_good_hit	259.0	96.139	10.0	9.276444570707163e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	True
ISR0222_000000020623	2500	0.861118017149255	3	3	3	2	2	True	91785	fragment	False	ENG0191_000000011364	0.9398490540643165		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	93.86	9.0	6.806281776451591e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
FIJ0002_000000018293	1993	0.8611122843335071	3	2	2	2	1	True	52374	fragment	False	FIJ0002_000000018293	1.0		0	0	False	False	0.9809332489967346	0					non-mobilizable	no_good_hit	720.0	80.972	36.0	0.0001998216633400163	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
ETH0005_000000004284	10933	0.8611101205692024	11	9	6	8	8	False	52814	maximal	True	ETH0005_000000004284	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	77.315	2.0	0.004949579054491627	NC_048834.1	viruses	Flavobacterium phage vB_FspS_laban6-1, complete genome	True	False
AST0055_000000004272	6861	0.8611035742323699	11	5	4	4	2	True	121724	fragment	False	AST0055_000000004272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0033_000000015312	2026	0.8610969781788821	3	3	2	3	3	True	95850	fragment	False	SPA0106_000000018188	0.9641078519451932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	78.164	43.0	0.00016627249692863523	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
ENG0145_000000006554	5020	0.8610867291086487	5	4	4	3	3	False	121538	fragment	False	ENG0145_000000006554	1.0		0	0	False	False	0.9938247203826904	0					non-mobilizable	chromosome	4759.0	99.475	99.0	0.0008533780624443883	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
SPA0150_000000008005	2429	0.8610782884297903	3	2	2	2	1	False	111975	fragment	False	SPA0150_000000008005	0.9796580573037552		0	0	False	False	0.974475085735321	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	4.0	0.00047244440537927396	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0137_000000002396	5121	0.8610733225278062	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.5437960956541283		0	0	False	False	1.0	0					non-mobilizable	other	5121.0	98.243	100.0	0.001081336117492238	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0775_000000003421	5061	0.8610733225278062	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.5092166634659473		0	0	False	False	0.9978265166282654	0					non-mobilizable	other	5061.0	98.301	100.0	0.0010686642098653757	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MAD0104_000000009475	1216	0.8610660134487861	3	1	1	1	1	False	62916	fragment	False	MAD0104_000000009475	1.0		0	0	False	False	0.9851973652839661	0					non-mobilizable	chromosome	1221.0	93.77600000000001	100.0	0.0002758010901722501	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0040_000000022894	1126	0.8610658175910528	1	1	1	1	1	False	36448	fragment	False	ISR0040_000000022894	1.0		0	0	False	False	1.0	0					non-mobilizable	other	711.0	94.515	92.0	0.003490928537474251	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
SPA0111_000000030258	1120	0.8610656804621508	2	2	1	2	1	False	83842	fragment	False	ISR0786_000000011881	0.5068547855611448		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	96.705	100.0	0.00034749680968685465	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0013_000000036434	1536	0.8610558516157876	3	3	3	2	1	False	13501	fragment	False	MON0013_000000036434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	93.617	43.0	0.003066468147470514	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0062_000000010327	1563	0.8610321344474746	3	2	1	2	2	False	111670	maximal	True	AST0062_000000010327	1.0		2	2	False	False	0.9968010187149048	0					non-mobilizable	no_good_hit	495.0	80.808	32.0	0.007992285564853556	NZ_JHXW01000013.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	False
SPA0156_000000015823	1321	0.8610277895829631	2	2	2	2	2	False	65136	fragment	False	ENG0192_000000017371	0.9596203489137958		0	0	False	False	0.993943989276886	0					non-mobilizable	other	1235.0	77.328	93.0	0.00034173487781010895	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0118_000000003424	2658	0.8610117758023716	3	3	3	2	2	False	81985	maximal	True	CHI0118_000000003424	1.0		1	1	False	False	0.9996237754821777	0					non-mobilizable	no_good_hit	1697.0	84.50200000000001	77.0	0.00026996613224641	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
CHI0156_000000000112	56558	0.8610068801137583	128	28	16	22	22	False	79018	maximal	True	CHI0156_000000000112	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2565.0	73.87899999999999	4.0	0.0029625240705080727	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0190_000000007306	4187	0.860999391263095	3	3	3	3	3	False	54816	maximal	True	ENG0190_000000007306	1.0		1	1	False	False	0.9949844479560852	0					non-mobilizable	no_good_hit	1612.0	97.829	39.0	0.00045794969379947493	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0103_000000016047	1838	0.8609986127827232	3	2	2	2	2	False	102832	fragment	False	ISR0103_000000016047	0.9945277345454774		0	0	False	False	0.9853101372718811	0					non-mobilizable	other	1819.0	99.56	100.0	0.0006602302089821088	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
DEN0072_000000013907	1199	0.8609918510697023	1	1	1	1	1	False	89234	fragment	False	DEN0072_000000013907	0.9846594672493554		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	99.333	100.0	0.0065061667381729514	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0312_000000001141	10495	0.8609878651250715	25	6	3	5	4	False	25271	maximal	True	ISR0312_000000001141	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0072_000000000865	15051	0.8609857155976218	14	8	3	7	3	True	109391	fragment	False	MON0072_000000000865	0.9808265582655826		0	0	False	False	0.9999335408210754	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.714495836707807e-05	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	True
MON0048_000000005173	6387	0.8609777000510862	7	6	5	6	5	False	131418	fragment	False	MON0005_000000006377	0.9810515975740522		0	0	False	False	0.999373733997345	0					non-mobilizable	no_good_hit	1166.0	79.417	18.0	0.007838927262047034	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0106_000000000270	39490	0.8609654770396353	69	25	11	15	18	False	83174	maximal	True	CHI0106_000000000270	1.0		1	1	True	True	0.999822735786438	14					non-mobilizable	no_good_hit	86.0	89.535	0.0	2.1327889452279727e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
MAD0055_000000006509	1464	0.8609648951764899	2	2	2	2	2	False	17096	fragment	False	MAD0055_000000006509	1.0		0	0	False	False	0.9952185750007629	0					non-mobilizable	no_good_hit	875.0	78.057	59.0	0.00018289786674771056	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0045_000000003916	5461	0.8609545372771381	5	5	5	5	5	False	87548	maximal	True	FIJ0045_000000003916	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	83.30799999999999	24.0	0.009715669461148362	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0018_000000005983	3632	0.8609536777522289	6	2	2	1	2	False	102628	fragment	False	ISR0018_000000005983	1.0		0	0	False	False	0.9925661087036133	0					non-mobilizable	no_good_hit	756.0	96.429	42.0	0.012810151830390151	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0068_000000010112	2038	0.8609536777522289	2	2	2	1	2	False	102622	fragment	False	ISR0068_000000010112	0.9383358098068351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00010873068574113553	NZ_KB913018.1	euryarchaeotes	Natronorubrum tibetense GA33 NATTIDRAFT_scaffold2.2, whole genome shotgun sequence	True	False
ISR0148_000000004460	6557	0.8609490898600185	9	6	3	5	1	True	30936	maximal	True	ISR0148_000000004460	1.0		1	1	False	False	0.9998474717140198	0					non-mobilizable	no_good_hit								True	True
ISR0782_000000002071	6531	0.8609455198170818	5	4	2	3	3	False	88568	maximal	True	ISR0782_000000002071	1.0		14	5	False	False	0.999846875667572	0					non-mobilizable	other	6502.0	97.90799999999999	100.0	0.0022585464146748194	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CAN0016_000000021981	2197	0.8609438186925561	3	3	3	2	1	False	92864	fragment	False	CAN0016_000000021981	1.0		0	0	False	False	0.9995448589324951	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.00024698173787973443	NZ_VMHH01000007.1	high GC Gram+	Corynebacterium godavarianum strain LMG 29598 LMG29598_7, whole genome shotgun sequence	True	False
DEN0065_000000009408	3474	0.8609267807744351	5	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.5854520837863485		0	0	False	False	1.0	0					non-mobilizable	chromosome	3484.0	93.025	100.0	0.0011689914663286364	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0018_000000002773	10251	0.8609083620628537	13	10	6	4	7	True	116374	fragment	False	DEN0018_000000002773	0.8293581763047002		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	10251.0	99.66799999999999	100.0	0.31026758687492434	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CAN0017_000000003859	10117	0.8609083620628537	13	10	6	4	7	True	116374	fragment	False	DEN0018_000000002773	0.7207084828992326		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	10117.0	99.99	100.0	0.3062114057391936	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0127_000000002267	9522	0.8609083620628537	13	10	6	4	7	True	116374	fragment	False	DEN0018_000000002773	0.4366401117167675		0	0	False	False	0.998319685459137	0			MPF_T		non-mobilizable	plasmid	9522.0	99.905	100.0	0.2882007506962102	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0009_000000021109	1594	0.8609077285179119	2	2	2	2	2	False	38354	fragment	False	ISR0009_000000021109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	81.087	71.0	0.002262841224354656	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
ISR0089_000000014837	1969	0.8608943117929774	2	2	2	2	2	False	79166	fragment	False	ISR0115_000000015749	0.7310557083783343		0	0	False	False	0.962417483329773	0					non-mobilizable	no_good_hit								True	False
USA0065_01_000000001481	7826	0.8608844005376759	8	6	6	6	6	False	103965	fragment	False	USA0040_01_000000002351	0.9630884666585986		0	0	False	False	0.9996166825294495	0					non-mobilizable	other	4497.0	95.664	98.0	0.0022060299460590098	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
USA0055_01_000000005787	4593	0.8608844005376759	7	6	6	6	6	False	103964	fragment	False	FIJ0135_000000005837	0.830073481586275		0	0	False	False	1.0	0					non-mobilizable	chromosome	4601.0	93.34899999999999	100.0	0.0016261642461301575	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0808_000000001447	8093	0.8608823023921457	13	10	7	6	7	True	89975	maximal	True	ISR0808_000000001447	1.0		2	1	True	True	1.0	369	rep_cluster_1097	MOBB			mobilizable	no_good_hit	1584.0	96.90700000000001	35.0	0.19914292916561632	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
FIJ0003_000000009724	2499	0.8608767555138773	3	2	1	1	2	False	52198	fragment	False	FIJ0003_000000009724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	97.541	10.0	0.14560770156438027	NZ_CABIXZ010000014.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ENG0004_000000021856	1249	0.8608539913121886	1	1	1	1	1	False	120669	fragment	False	USA0030_01_000000010307	0.7681823096544074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	94.898	8.0	2.1587466628447208e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0178_000000006247	3384	0.860853624528213	5	4	4	3	1	False	55473	fragment	False	ENG0178_000000006247	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1663.0	93.325	61.0	0.06902426861702128	NZ_NFJN01000035.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_35, whole genome shotgun sequence	True	False
AST0010_000000004409	5740	0.8608464314609483	7	7	3	5	4	True	126508	maximal	False	AST0150_000000004332	0.9996836059764955	PS895	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	5740.0	99.861	100.0	0.8506002667852379	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
DEN0026_000000004966	5740	0.8608464314609483	7	7	3	5	4	True	126508	maximal	False	AST0150_000000004332	0.9997886031221087	PS895	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	5740.0	99.87799999999999	100.0	0.8506002667852379	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
AST0150_000000004332	5740	0.8608464314609483	7	7	3	5	4	True	126508	maximal	True	AST0150_000000004332	0.9997886031221087	PS895	52	7	True	True	1.0	1		MOBV			mobilizable	plasmid	5740.0	99.87799999999999	100.0	0.8506002667852379	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
AUS0004_000000003720	5740	0.8608464314609483	7	7	3	5	4	True	126508	maximal	False	AST0150_000000004332	0.9997886031221087	PS895	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	5740.0	99.87799999999999	100.0	0.8506002667852379	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
FIJ0048_000000017065	1928	0.8608409715308876	4	3	3	3	3	False	46767	maximal	True	FIJ0048_000000017065	1.0		1	1	False	False	0.9927386045455933	0					non-mobilizable	no_good_hit	462.0	84.632	24.0	0.0028903186890519754	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0052_000000001302	15641	0.8608363046739389	11	7	4	7	6	False	74483	maximal	True	ENG0052_000000001302	1.0		7	1	False	False	1.0	0					non-mobilizable	other	7179.0	93.18799999999999	91.0	0.0024220423065809335	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0388_000000001951	11399	0.8608275467142142	8	8	6	7	7	False	125010	maximal	True	ISR0388_000000001951	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	72.646	17.0	0.0007712139249421784	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
ISR0388_000000007202	4343	0.8608253888998236	5	4	4	4	3	False	22951	maximal	True	ISR0388_000000007202	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2579.0	84.917	59.0	0.012551669006395259	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
FIJ0092_000000022075	1631	0.8608180606077519	4	3	3	1	1	False	43294	fragment	False	FIJ0092_000000022075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	92.294	71.0	0.004558616140029311	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0307_000000010915	1130	0.8608132123269205	2	2	2	2	2	False	57644	fragment	False	ISR0081_000000021230	0.9471687796439735		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	89.67299999999999	100.0	0.005283473276920276	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0022_000000004468	4946	0.8608127619073428	4	3	3	3	3	False	48413	maximal	True	MON0022_000000004468	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	78.944	28.0	0.000468758323123635	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
MON0062_000000002303	14244	0.8608124964433238	22	13	8	8	12	True	124130	fragment	False	MON0062_000000002303	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7288.0	97.215	97.0	0.002047317915169937	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0139_000000006003	3885	0.8608122364027666	4	4	2	3	2	False	108197	fragment	False	ISR0139_000000006003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	98.39399999999999	6.0	7.519765916964197e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
FIJ0116_000000005978	3171	0.8608098299106864	5	3	3	3	3	False	92252	fragment	False	FIJ0116_000000005978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	95.415	77.0	0.000447620123499242	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0133_000000003754	6239	0.8608025582795835	8	7	7	7	4	False	3703	maximal	True	SPA0133_000000003754	1.0		2	1	False	False	1.0	0					non-mobilizable	other	2880.0	93.819	92.0	0.0020825305027337288	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
SPA0040_000000014120	2843	0.8607962376278301	5	4	2	3	3	True	119998	fragment	False	MON0078_000000014760	0.45942408939970064		0	0	False	True	1.0	0					non-mobilizable	other	2851.0	92.669	100.0	0.0008841413904476643	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
TAN0006_000000001089	6684	0.8607951036360654	8	4	3	3	2	True	2892	maximal	True	TAN0006_000000001089	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	3.0312357182163275e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
ENG0151_000000003979	6096	0.8607946486320632	3	3	2	2	1	False	57117	maximal	True	ENG0151_000000003979	1.0		1	1	False	False	0.9991797804832458	0					non-mobilizable	no_good_hit	667.0	83.508	27.0	0.00020437239068558097	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0106_000000018527	1451	0.8607931339021412	3	2	2	2	1	False	32884	fragment	False	ISR0106_000000018527	1.0		0	0	False	False	0.9993107914924622	0					non-mobilizable	other	1427.0	98.318	98.0	0.0016764124303748063	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0067_000000013293	2084	0.8607907570270763	3	3	3	3	1	False	62676	fragment	False	ISR0217_000000011336	0.9945394112060779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	71.514	31.0	0.00030438561202620126	CP061280.1	g-proteobacteria	Mannheimia sp. ZY190616 chromosome, complete genome	True	False
ISR0813_000000004039	6622	0.8607745392932273	8	6	5	4	4	True	122508	fragment	False	ISR0813_000000004039	1.0		0	0	False	False	0.9996979832649231	0					non-mobilizable	plasmid	3818.0	98.71700000000001	90.0	0.47540166895005603	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
DEN0031_000000023382	1480	0.8607697712967266	2	2	2	2	2	False	73718	maximal	True	DEN0031_000000023382	1.0		2	2	False	False	0.9716216325759888	0					non-mobilizable	no_good_hit								True	False
CHI0030_000000001155	5028	0.8607663442006229	6	3	3	3	2	False	88536	fragment	False	CHI0030_000000001155	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	98.214	2.0	0.0003853861569292431	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
MAD0102_000000006549	2722	0.8607564391931056	3	3	3	3	2	False	79932	fragment	False	MAD0102_000000006549	1.0		0	0	False	False	0.9966936111450195	0					non-mobilizable	chromosome	2283.0	93.34200000000001	99.0	0.0010631349342785077	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	False	False
TAN0007_000000006623	4918	0.8607464646760488	6	4	3	4	0	True	2853	maximal	True	TAN0007_000000006623	1.0		1	1	False	False	0.9977633357048035	0					non-mobilizable	no_good_hit	811.0	74.59899999999999	16.0	0.0002439723840382138	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	True
ISR0017_000000014348	2350	0.8607313541930058	3	1	0	1	0	True	84710	fragment	False	ENG0043_000000012557	0.6131845581633962		0	0	False	False	1.0	0					non-mobilizable	chromosome	2349.0	93.189	99.0	0.0005238952844726788	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
MON0013_000000040126	1411	0.8607279078140148	3	2	2	2	2	False	84421	fragment	False	ENG0184_000000013936	0.6276641091219096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	72.834	30.0	0.00475236769747785	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
FIJ0043_000000008889	2961	0.8607152032304691	5	4	3	4	2	True	47230	maximal	True	FIJ0043_000000008889	1.0		0	0	False	False	0.9807497262954712	0					non-mobilizable	no_good_hit								True	True
ISR0362_000000006416	3464	0.8607113801708153	5	3	3	3	2	False	35919	maximal	True	ISR0362_000000006416	1.0		1	1	True	True	0.9997113347053528	1					non-mobilizable	no_good_hit	93.0	100.0	5.0	0.002922119171642739	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0067_000000010452	3132	0.860711094229206	4	4	4	4	3	False	132012	fragment	False	DEN0067_000000010452	0.5714894753790352		0	0	False	False	1.0	0					non-mobilizable	other	3147.0	85.605	100.0	0.003951218712689413	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
DEN0041_000000019340	1767	0.8607089274044204	2	2	2	2	2	False	75538	fragment	False	DEN0041_000000019340	0.9747790288427584		0	0	False	False	1.0	0					non-mobilizable	other	1764.0	94.955	99.0	0.006762873626710858	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0361_000000004555	2723	0.8606950296772772	4	3	3	3	3	False	23762	maximal	True	ISR0361_000000004555	1.0		50	7	False	False	0.9981638193130493	0					non-mobilizable	no_good_hit	46.0	86.95700000000001	2.0	0.02344971339239187	XM_022861299.1	eudicots	PREDICTED: Durio zibethinus uncharacterized protein YnbB-like (LOC111275788), transcript variant X2, mRNA	True	False
CHI0142_000000004762	3732	0.86068865246275	4	4	4	2	3	False	100575	fragment	False	CHI0142_000000004762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	89.31299999999999	3.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0014_000000009287	2593	0.8606852727933595	3	2	2	2	2	False	52317	fragment	False	FIJ0014_000000009287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000005345	4724	0.8606811258909013	6	5	5	5	3	False	72420	maximal	True	ISR0132_000000005345	1.0		7	5	False	False	0.9991532564163208	0					non-mobilizable	no_good_hit	289.0	98.962	6.0	0.00047815511816906434	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0213_000000023545	1158	0.8606790079109096	2	2	2	2	2	False	65136	fragment	False	ENG0192_000000017371	0.635512571335883		0	0	False	False	1.0	0					non-mobilizable	chromosome	1170.0	77.778	100.0	0.0003955041392558422	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
FIJ0085_000000010852	2842	0.8606750843900611	3	3	3	3	3	False	48986	maximal	True	FIJ0085_000000010852	1.0		1	1	False	False	0.9964813590049744	0					non-mobilizable	no_good_hit	1807.0	88.48899999999999	64.0	0.004445135142468802	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	False
ISR0060_000000003275	9612	0.8606707953949668	10	6	5	6	5	False	75399	fragment	False	ISR0060_000000003275	1.0		0	0	False	True	0.999687910079956	0					non-mobilizable	no_good_hit	1954.0	91.965	20.0	0.0008903505070938403	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	True
ISR0182_000000000707	24972	0.8606631956417846	22	10	7	9	3	True	59633	fragment	False	ISR0182_000000000707	0.9564720382891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	78.161	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
CAN0003_000000019779	2517	0.8606503601002182	3	3	2	3	1	True	96904	fragment	False	CAN0003_000000019779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	84.74600000000001	2.0	1.0019011938861917e-05	NZ_AP022568.1	high GC Gram+	Mycobacterium simiae strain JCM 12377	True	True
CAN0002_000000011814	1635	0.8606503601002182	3	3	2	3	1	True	96901	fragment	False	CAN0002_000000011814	0.9280024509803921		0	0	False	False	0.9981651306152344	0					non-mobilizable	no_good_hit	59.0	84.74600000000001	4.0	1.0019011938861917e-05	NZ_AP022568.1	high GC Gram+	Mycobacterium simiae strain JCM 12377	True	True
ISR0087_000000013365	2462	0.8606491763420716	3	2	2	1	1	False	33845	maximal	True	ISR0087_000000013365	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	85.59100000000001	51.0	0.0002808596173721688	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0375_000000007033	2954	0.8606484461565751	5	3	2	2	2	False	30663	maximal	True	ISR0375_000000007033	1.0		4	3	False	False	0.9966147541999817	0					non-mobilizable	no_good_hit	2602.0	99.42399999999999	88.0	0.000733584047409667	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0105_000000000963	7924	0.8606456473667878	11	8	3	4	7	True	88346	maximal	True	CHI0105_000000000963	1.0	PS456	1	1	False	True	0.9997475743293762	0		MOBB			mobilizable	no_good_hit	3357.0	94.43	67.0	0.30341454578389637	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0097_000000002154	12642	0.8606398861292891	17	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.3947107584111046	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	126					non-mobilizable	other	7208.0	94.645	90.0	0.5785310734463277	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
ENG0187_000000001633	12521	0.8606398861292891	17	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.5119078112609764	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	18					non-mobilizable	other	4393.0	97.473	91.0	0.3539144471347861	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
AST0024_000000002074	12519	0.8606398861292891	16	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.516470766078318	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	229					non-mobilizable	other	4066.0	99.238	91.0	0.3278450363196126	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
ENG0191_000000001629	12488	0.8606398861292891	17	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.643270765206605	PS446|PS447|PS652|PS653|PS863	0	0	True	True	0.9999199509620667	10					non-mobilizable	other	4497.0	96.286	91.0	0.362227602905569	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
ITA0004_000000000015	12477	0.8606398861292891	17	7	5	6	4	True	121837	backbone	True	ITA0004_000000000015	0.6468690778000082	PS446|PS447|PS652|PS653|PS863	1	1	True	True	0.999839723110199	30					non-mobilizable	other	4936.0	96.353	91.0	0.39725585149313963	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
FIJ0018_000000001912	12444	0.8606398861292891	17	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.5198748544888772	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	23					non-mobilizable	other	4936.0	96.29299999999999	90.0	0.39725585149313963	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
FIJ0023_000000002011	12424	0.8606398861292891	17	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.5199389487709358	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	9					non-mobilizable	other	4936.0	96.31299999999999	91.0	0.39725585149313963	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
FIJ0159_000000001415	12424	0.8606398861292891	17	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.5198866405197452	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	8					non-mobilizable	other	4936.0	96.29299999999999	90.0	0.39725585149313963	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
ISR0810_000000000723	12095	0.8606398861292891	16	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.47496193611309545	PS446|PS447|PS652|PS653|PS863	0	0	False	True	0.9981810450553894	0					non-mobilizable	other	4958.0	96.10700000000001	90.0	0.39725585149313963	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
USA0042_01_000000002288	11967	0.8606398861292891	17	7	5	6	4	True	121837	backbone	False	ITA0004_000000000015	0.46315220306866983	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	4					non-mobilizable	other	7202.0	98.723	93.0	0.5811138014527845	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
DEN0007_000000018219	1397	0.8606352174982086	3	3	2	3	2	False	76244	fragment	False	DEN0007_000000018219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1397.0	97.99600000000001	100.0	0.00039843684890110203	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0153_000000006830	3857	0.8606113353106959	4	2	1	2	1	True	30686	maximal	True	ISR0153_000000006830	1.0		1	1	True	True	1.0	68					non-mobilizable	no_good_hit								True	True
ISR0033_000000003389	7395	0.860606442578122	10	7	2	3	5	True	121816	backbone	False	AST0150_000000003170	0.9895259594749487	PS861	0	0	True	True	1.0	90		MOBB			mobilizable	no_good_hit	1262.0	80.507	40.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
AST0150_000000003170	7385	0.860606442578122	10	7	2	3	5	True	121816	backbone	True	AST0150_000000003170	0.9908589299361044	PS861	5	3	True	True	1.0	57		MOBB			mobilizable	no_good_hit	1079.0	96.94200000000001	37.0	0.13052427654679744	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0180_000000002785	7274	0.860606442578122	8	7	2	3	5	True	121816	backbone	False	AST0150_000000003170	0.9882842030968553	PS861	0	0	True	True	1.0	80		MOBB			mobilizable	no_good_hit	1937.0	96.79899999999999	38.0	0.2344109456350648	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0159_000000001681	7254	0.860606442578122	8	7	2	3	5	True	121816	backbone	False	AST0150_000000003170	0.9878303844500311	PS861	0	0	True	True	1.0	80		MOBB			mobilizable	no_good_hit	1937.0	96.696	38.0	0.2344109456350648	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0113_000000001675	4412	0.8606064421759431	6	4	2	1	4	False	92094	fragment	False	CHI0113_000000001675	0.9484083031149615		0	0	False	False	1.0	0					non-mobilizable	chromosome	4394.0	86.914	99.0	0.0009782212122113683	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0247_000000002963	3980	0.8606064421759431	5	4	2	1	4	False	92094	fragment	False	CHI0113_000000001675	0.9049170204006326		0	0	False	False	1.0	0					non-mobilizable	chromosome	4007.0	86.399	100.0	0.0008923220707777608	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0194_000000001618	14144	0.8606008728524247	21	13	9	10	10	True	126208	backbone	False	ISR0395_000000002325	0.3419248972414953	PS943|PS946|PS949	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1606.0	73.59899999999999	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0152_000000006963	3283	0.8605975287918755	6	6	3	3	5	True	74242	fragment	False	FIJ0152_000000006963	1.0		0	0	False	False	0.9993907809257507	0					non-mobilizable	no_good_hit	2554.0	92.991	78.0	0.0417189460476788	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
USA0023_01_000000008603	3709	0.860594922911704	5	4	3	4	3	True	80269	maximal	True	USA0023_01_000000008603	1.0		1	1	False	False	0.9951469302177429	0					non-mobilizable	no_good_hit	149.0	89.262	4.0	4.2276606696728764e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
MAD0106_000000014133	1574	0.8605920016016608	3	2	2	2	2	False	76277	fragment	False	MAD0004_000000006513	0.7081736395240577		0	0	False	False	0.9834815859794617	0					non-mobilizable	other	1500.0	78.733	95.0	0.05075380312436046	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0142_000000002115	1511	0.8605908203354377	3	3	3	1	1	False	31174	fragment	False	ISR0142_000000002115	0.9899524949214097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	88.281	34.0	0.00014197724188328635	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0141_000000004338	6794	0.8605862828954308	9	9	2	7	9	True	106002	backbone	False	ISR0144_000000000662	0.9472227037958523	PS645	0	0	False	True	1.0	0					non-mobilizable	plasmid	6794.0	99.764	100.0	0.06338291003415007	MK758104.1	enterobacteria	Escherichia coli strain 0126:B16 plasmid R16, complete sequence	False	True
ENG0154_000000010176	2968	0.8605819081454743	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.19704418459779013		0	0	False	False	1.0	0					non-mobilizable	chromosome	2968.0	98.98899999999999	100.0	0.001045207518860138	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0060_000000004767	2711	0.8605746677956809	3	3	3	3	3	False	85761	fragment	False	CHI0060_000000004767	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	96.305	97.0	0.00118374124792602	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
DEN0039_000000013491	1552	0.8605572701177404	3	2	2	2	1	True	73241	fragment	False	DEN0039_000000013491	1.0		0	0	False	False	0.999355673789978	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	1.0326093737697428e-05	NZ_AP014630.1	g-proteobacteria	Acinetobacter guillouiae strain NBRC 110550	True	True
MON0077_000000007080	4905	0.8605528183620987	8	7	5	5	5	False	42462	fragment	False	MON0077_000000007080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	79.793	66.0	0.035484170027349	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0155_000000008191	2686	0.8605385915816146	5	2	2	2	1	False	74031	fragment	False	ISR0155_000000008191	0.9671176249530251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	2.1611144035781403e-05	NZ_CP018180.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 chromosome, complete genome	True	False
ENG0195_000000009679	2557	0.8605385915816146	3	2	2	2	1	False	66891	fragment	False	ENG0195_000000009679	1.0		0	0	False	False	0.9976534843444824	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	2.1611144035781403e-05	NZ_CP018180.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 chromosome, complete genome	True	False
ISR0014_000000022751	1549	0.8605250323276793	2	1	1	1	1	False	38010	fragment	False	ISR0014_000000022751	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1549.0	96.06200000000001	100.0	0.034961718273595774	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
CHI0029_000000007481	1524	0.8605191754115553	2	2	2	2	1	False	88572	fragment	False	CHI0029_000000007481	0.9908450704225352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	79.63	7.0	0.0008279059498840931	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
MON0037_000000042021	1750	0.8605065416647548	2	2	2	1	2	False	12085	maximal	True	MON0037_000000042021	1.0		40	5	False	False	0.9897142648696899	0					non-mobilizable	no_good_hit	130.0	80.76899999999999	7.0	3.620820803012523e-05	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
USA0119_01_000000020554	1194	0.860503758333994	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.23082963111010113		0	0	False	False	0.9840871095657349	0					non-mobilizable	other	1082.0	96.95	91.0	0.0041467194500705825	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0065_000000004660	3478	0.8604964233913245	4	3	2	2	2	False	94148	fragment	False	FIJ0065_000000004660	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3478.0	99.425	100.0	0.0005359384742015064	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0149_000000006313	4322	0.8604917509176906	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5165258591463014		0	0	False	False	1.0	0					non-mobilizable	other	4322.0	99.63	100.0	0.0013436335909019922	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0126_000000012065	1291	0.8604832612971189	2	2	2	1	1	False	81446	fragment	False	CHI0126_000000012065	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1273.0	99.686	99.0	0.000537857652082211	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0088_000000001372	3186	0.8604787088271669	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.1629257507337948	PS849	0	0	False	True	0.998430609703064	0					non-mobilizable	chromosome	3143.0	96.53200000000001	100.0	0.0006491833451207012	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0038_000000013072	2436	0.8604697389329121	2	2	2	2	1	False	50482	fragment	False	ISR0021_000000008645	0.9783700113732479		0	0	False	False	0.9753694534301758	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
ISR0040_000000011312	2395	0.8604697389329121	2	2	2	2	1	False	50482	fragment	False	ISR0021_000000008645	0.9653814158963038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0014_000000013966	1768	0.8604697389329121	2	2	2	2	1	False	50481	fragment	False	FIJ0014_000000013966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0133_000000001247	12104	0.8604672775290629	12	8	5	8	5	True	132353	maximal	True	ISR0133_000000001247	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	7198.0	96.791	81.0	0.07816541680252147	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0365_000000006753	2341	0.8604586132995639	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.8141175563042002		0	0	False	False	0.9995728135108948	0					non-mobilizable	no_good_hit	1808.0	83.131	77.0	0.0006267140524766708	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CAN0007_000000008211	5215	0.8604504973309105	7	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.11972163564437863	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	2917.0	88.65299999999999	84.0	0.5854692230070636	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
MAD0005_000000000751	14120	0.8604340157199272	13	11	2	5	10	False	31442	fragment	False	MAD0005_000000000751	0.9904315340042696		0	0	False	False	0.9998583793640137	0		MOBP	MPF_I	MOBP	conjugative	plasmid	14124.0	98.54899999999999	99.0	0.15838484926680954	CP054316.1	enterobacteria	Escherichia coli strain SCU-483 plasmid pSCU-483-1	False	True
ISR0199_000000016177	1883	0.8604229750811312	4	1	1	1	1	False	50726	fragment	False	ISR0199_000000016177	1.0		0	0	False	False	0.9984068274497986	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000012075	1867	0.8604156837429161	2	2	2	2	2	False	88590	fragment	False	SPA0011_000000009452	0.9702917771883289		0	0	False	False	0.9925013184547424	0					non-mobilizable	chromosome	1848.0	100.0	100.0	0.0005204002827686648	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
USA0047_01_000000008477	4083	0.8604150272556523	4	2	0	1	1	True	118857	fragment	False	CAN0012_000000012374	0.1272444085935944		0	0	False	False	1.0	0					non-mobilizable	chromosome	4092.0	90.274	100.0	0.0009126783777320792	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
MAD0106_000000010200	2097	0.8604112599237418	4	2	2	2	0	True	83362	fragment	False	MAD0106_000000010200	1.0		0	0	False	False	0.9861707091331482	0					non-mobilizable	no_good_hit								True	True
CHI0116_000000003828	4790	0.8604054953710202	4	3	2	2	3	False	118660	fragment	False	CHI0116_000000003828	0.9995785036880926		0	0	False	False	1.0	0					non-mobilizable	other	4720.0	99.958	99.0	0.0009131048254792832	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
DEN0045_000000007082	4773	0.8604054953710202	4	3	2	2	3	False	118660	fragment	False	CHI0116_000000003828	0.9983954835071603		0	0	False	False	0.999580979347229	0					non-mobilizable	other	4703.0	99.95700000000001	99.0	0.0009098140088515224	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
DEN0093_000000026464	1169	0.8604026308984576	2	1	1	1	1	False	68413	maximal	True	DEN0093_000000026464	1.0		8	4	False	False	0.9940119981765747	0					non-mobilizable	other	1169.0	99.40100000000001	100.0	0.016277157629220843	NZ_NFHM01000017.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_17, whole genome shotgun sequence	False	False
ENG0006_000000010348	2233	0.8604016286182063	2	2	2	2	2	False	78503	maximal	False	ISR0101_000000010316	0.9802912119983127		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	98.12100000000001	100.0	0.0024685262898049864	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ISR0790_000000003321	4596	0.8604002576386963	5	5	4	5	3	False	131413	fragment	False	ISR0058_000000003113	0.11560266873019753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.845	17.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
AST0118_000000009642	3061	0.8603889253116139	5	3	1	1	2	True	113322	fragment	False	AST0118_000000009642	1.0		0	0	False	False	0.9836654663085938	0					non-mobilizable	no_good_hit	1664.0	97.055	54.0	0.00037612327554194654	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0374_000000005781	2760	0.8603889253116139	5	3	1	1	2	True	113318	fragment	False	ISR0374_000000005781	0.967894928858081		0	0	False	False	0.988043487071991	0					non-mobilizable	no_good_hit	1071.0	99.90700000000001	44.0	0.032388909068894536	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ENG0112_000000012496	2233	0.8603851706113336	3	3	3	3	1	True	59684	fragment	False	ISR0109_000000014506	0.9934690193676988		0	0	False	False	0.9986565113067627	0					non-mobilizable	other	2233.0	99.91	100.0	0.0010037487677994517	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	True
ISR0161_000000019829	1564	0.8603751933411011	4	3	2	2	3	True	131617	fragment	False	ENG0006_000000010997	0.3146843005849554		0	0	False	False	0.9980818629264832	0					non-mobilizable	other	1564.0	99.361	100.0	0.036062018365557655	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0065_000000010088	3120	0.8603726903485681	4	3	3	2	3	False	76902	fragment	False	ISR0065_000000010088	1.0		0	0	False	False	0.9916666746139526	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.8057524255143464e-05	NZ_QYBB01000001.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_1_length_465056_cov_80.1824, whole genome shotgun sequence	True	False
AUS0002_000000017718	2061	0.8603668969429411	3	1	1	1	1	False	105789	fragment	False	ISR0146_000000018666	0.9634536317953404		0	0	False	False	0.9461426734924316	0					non-mobilizable	chromosome	1991.0	98.945	97.0	0.0006761998384595964	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0064_000000013950	1901	0.8603668969429411	3	1	1	1	1	False	105788	maximal	True	FIJ0064_000000013950	1.0		1	1	False	False	0.990531325340271	0					non-mobilizable	no_good_hit	1679.0	98.928	88.0	0.0005701825773543732	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0129_000000016355	1578	0.8603668969429411	2	1	1	1	1	False	105786	fragment	False	CHI0129_000000016355	0.9761895381800573		0	0	False	False	0.982889711856842	0					non-mobilizable	chromosome	1577.0	99.11200000000001	99.0	0.0005355230881468965	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0258_000000017815	1559	0.8603668969429411	2	1	1	1	1	False	105786	fragment	False	CHI0129_000000016355	0.9729107475520463		0	0	False	False	0.9993585348129272	0					non-mobilizable	chromosome	1557.0	99.037	99.0	0.0005287271098709206	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0295_000000030781	1152	0.8603668969429411	1	1	1	1	1	False	96305	fragment	False	ISR0792_000000013123	0.9705735531520807		0	0	False	False	0.9869791865348816	0					non-mobilizable	chromosome	1152.0	99.219	100.0	0.00039110854978240974	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0285_000000017591	1149	0.8603668969429411	1	1	1	1	1	False	96305	fragment	False	ISR0792_000000013123	0.9541408923831638		0	0	False	False	0.9991296529769897	0					non-mobilizable	chromosome	1149.0	99.304	100.0	0.0003900891530410134	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0316_000000019990	1130	0.8603668969429411	1	1	1	1	1	False	96305	fragment	False	ISR0792_000000013123	0.9565623082565915		0	0	False	False	0.9973451495170593	0					non-mobilizable	chromosome	1130.0	99.292	100.0	0.00038363297367883636	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0027_000000037395	1115	0.8603668969429411	1	1	1	1	1	False	96305	fragment	False	ISR0792_000000013123	0.9450878627281081		0	0	False	False	1.0	0					non-mobilizable	chromosome	1115.0	99.103	100.0	0.00037853598997185443	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CAN0003_000000044389	1101	0.8603668969429411	1	1	1	1	1	False	96305	fragment	False	ISR0792_000000013123	0.5140957410262897		0	0	False	False	0.9491371512413025	0					non-mobilizable	chromosome	1049.0	99.23700000000001	95.0	0.0003561092616611342	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0019_000000018323	1638	0.8603657117607809	2	2	1	2	1	False	122168	fragment	False	USA0116_01_000000012198	0.3132660045035314		0	0	False	False	0.9774114489555359	0					non-mobilizable	other	1633.0	99.02	99.0	0.000488077706998364	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0150_000000005151	3101	0.8603595649447908	3	3	2	3	3	False	57175	maximal	True	ENG0150_000000005151	1.0		0	0	False	False	0.9954853057861328	0					non-mobilizable	chromosome	1419.0	90.275	90.0	0.000293264552605754	CP035325.1	enterobacteria	Escherichia coli strain BR12-DEC chromosome	False	False
ENG0033_000000014411	1787	0.8603548423869162	2	1	1	1	1	False	65495	fragment	False	ENG0033_000000014411	1.0		0	0	False	False	0.9681029915809631	0					non-mobilizable	chromosome	1645.0	99.331	99.0	0.0005062193543301462	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ISR0243_000000009856	1303	0.8603546827161085	3	3	3	2	1	False	27217	maximal	True	ISR0243_000000009856	1.0		17	2	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	99.13799999999999	71.0	0.012926706827309236	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0097_000000025577	1624	0.8603337489118061	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9448537344288419		0	0	False	False	1.0	0					non-mobilizable	chromosome	1467.0	82.00399999999999	96.0	0.00038679776532259336	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0824_000000007648	2664	0.8603313879918405	4	4	4	4	3	False	21162	fragment	False	ISR0824_000000007648	1.0		0	0	False	False	0.9988738894462585	0					non-mobilizable	no_good_hit	438.0	75.342	16.0	0.0020360345039350737	NZ_QRUP01000004.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf4, whole genome shotgun sequence	True	False
AST0061_000000011474	3550	0.8603284435019246	6	4	3	3	4	False	129217	maximal	True	AST0061_000000011474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	99.366	56.0	0.00023144793978234577	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0057_000000024472	1349	0.8603275079303677	2	2	2	2	1	False	6329	maximal	True	SPA0057_000000024472	1.0		0	0	False	False	0.9985173940658569	0					non-mobilizable	no_good_hit	888.0	85.24799999999999	65.0	0.0019149194562756444	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
MAD0106_000000001019	11070	0.8603274216927653	22	9	3	7	5	True	19289	maximal	True	MAD0106_000000001019	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3145.0	86.42299999999999	58.0	0.055205047318611984	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0015_000000000913	11577	0.8603231056676659	14	13	3	5	13	False	42754	fragment	False	MAD0015_000000000913	1.0		0	0	False	False	0.9988771080970764	0					non-mobilizable	plasmid	8784.0	99.818	98.0	0.09678734777098143	CP027138.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed2	False	True
ENG0134_000000018063	2175	0.8603230015659087	3	3	1	3	1	False	102932	fragment	False	ISR0097_000000012653	0.8002451079706409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	90.787	26.0	0.002427037194345003	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0005_000000001124	9560	0.8603081336537466	14	11	5	5	8	True	116374	fragment	False	DEN0018_000000002773	0.5116681855554464		0	0	False	False	0.9986401796340942	0			MPF_T		non-mobilizable	plasmid	9541.0	99.969	99.0	0.28877588085724665	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0229_000000001374	9453	0.8603081336537466	13	11	5	5	8	True	116374	fragment	False	DEN0018_000000002773	0.5091670637276584		0	0	False	False	0.9986248016357422	0			MPF_T		non-mobilizable	plasmid	9453.0	99.958	100.0	0.28611212011139364	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0069_01_000000043647	1378	0.8603010783805397	2	2	2	1	1	False	68528	fragment	False	USA0053_01_000000013372	0.9816941852117731		0	0	False	False	0.9978229403495789	0					non-mobilizable	no_good_hit	312.0	90.705	25.0	7.575997181434835e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0097_000000026333	1188	0.8603005022383438	2	2	1	2	1	False	33271	fragment	False	ISR0097_000000026333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	83.478	86.0	0.00029513220337821426	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
AUS0014_000000001958	14663	0.8602933560091247	15	10	2	5	7	True	117783	fragment	False	AUS0014_000000001958	0.9932498601007275		0	0	False	True	1.0	0					non-mobilizable	chromosome	13959.0	99.964	99.0	0.002503457544262037	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0789_000000002184	6295	0.8602883619355101	11	3	3	3	3	False	118777	fragment	False	ISR0128_000000004927	0.9513498690812853		0	0	False	False	1.0	0					non-mobilizable	plasmid	3477.0	97.555	99.0	0.02088747597577633	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
MON0045_000000008202	2766	0.8602708145787281	6	2	1	2	2	False	31134	maximal	True	MON0045_000000008202	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1096.0	89.234	90.0	0.0003038028114256516	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0017_000000000010	56362	0.8602571173457443	50	10	2	9	4	True	96304	fragment	False	CHI0017_000000000010	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	28321.0	97.20700000000001	98.0	0.28620825624071095	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0009_000000002553	9786	0.8602546449968881	9	7	4	7	5	True	132349	fragment	False	AST0149_000000002282	0.6269516415699309		0	0	False	False	0.9992846846580505	0					non-mobilizable	other	9720.0	97.07799999999999	99.0	0.105564612542115	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0162_000000007405	3334	0.8602471014884581	4	3	2	2	3	False	65325	maximal	False	FIJ0081_000000010089	0.9851842550139411		0	0	True	True	1.0	49					non-mobilizable	no_good_hit	49.0	97.959	3.0	3.914309246740114e-05	NZ_CWHU01000005.1	firmicutes	Anaerococcus jeddahensis strain SB3, whole genome shotgun sequence	True	True
CAN0021_000000028388	1540	0.8602439627488359	2	2	2	2	1	False	91482	fragment	False	CAN0021_000000028388	0.9716768604216989		0	0	False	False	0.9948052167892456	0					non-mobilizable	other	1540.0	99.61	100.0	0.0004661733528768712	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
USA0111_01_000000018638	1353	0.8602439627488359	3	2	2	2	1	False	91482	fragment	False	CAN0021_000000028388	0.49099926524614257		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	99.62100000000001	97.0	0.0003986251672423408	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0345_000000000614	8249	0.8602432463147919	13	12	5	5	12	False	40283	maximal	True	ISR0345_000000000614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2490.0	99.92	64.0	0.025142176025536127	LR882058.1	enterobacteria	Escherichia coli isolate 2014-01-7375 genome assembly, plasmid: 2	True	False
ISR0814_000000002411	15912	0.8602364602960547	22	10	7	10	7	True	48037	fragment	False	USA0016_01_000000001236	0.9473089445534895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	100.0	1.0	0.0011923899966996348	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0329_000000006368	2289	0.8602354811148588	3	3	2	3	2	False	39302	fragment	False	ISR0329_000000006368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	86.694	41.0	0.0002587592157621946	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0154_000000000583	30535	0.8602278202384286	49	13	8	11	7	False	47842	maximal	True	FIJ0154_000000000583	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1029.0	74.05199999999999	3.0	0.00029794386157160947	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0818_000000008855	2026	0.860224729076342	4	1	1	1	1	True	21355	maximal	True	ISR0818_000000008855	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	94.03	25.0	0.05108556832694764	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0157_000000010263	1809	0.860224729076342	4	1	1	1	1	True	46754	fragment	False	FIJ0157_000000010263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	96.154	36.0	0.04623243933588761	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0048_000000021367	1576	0.860224729076342	3	1	1	1	1	True	46752	fragment	False	FIJ0048_000000021367	1.0		0	0	False	False	0.9784263968467712	0					non-mobilizable	no_good_hit	204.0	91.176	27.0	0.05185185185185185	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0060_000000007490	1883	0.8602223283614326	2	2	2	2	1	False	52529	fragment	False	FIJ0010_000000010098	0.9888702415337434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	90.90899999999999	5.0	2.6194033962522058e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0176_000000002922	9669	0.860218564337289	13	8	2	5	6	False	115579	fragment	False	ISR0176_000000002922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2639.0	99.204	86.0	0.0008308608708342304	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0105_000000017551	3070	0.8602078457603665	6	2	1	2	0	True	17665	maximal	True	MON0105_000000017551	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
MAD0047_000000018045	2432	0.8602078457603665	3	2	1	2	0	True	17664	fragment	False	MAD0047_000000018045	1.0		0	0	False	False	0.9835526347160339	0					non-mobilizable	no_good_hit								True	True
MON0029_000000015361	1955	0.8602078457603665	4	2	1	2	0	True	12559	fragment	False	MON0029_000000015361	1.0		0	0	False	False	0.9744245409965515	0					non-mobilizable	no_good_hit								True	True
MON0050_000000033183	1242	0.8602078457603665	3	2	1	2	0	False	11298	maximal	True	MON0050_000000033183	1.0		2	1	False	False	0.9975845217704773	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000003612	4524	0.8602077434798977	7	7	6	6	5	False	120521	fragment	False	CAN0021_000000006846	0.4340139425059004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2789.0	90.28299999999999	76.0	0.0005242577487611492	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0770_000000002200	4193	0.8602077434798977	7	7	6	6	5	False	120521	fragment	False	CAN0021_000000006846	0.37872022931932947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2480.0	90.28200000000001	75.0	0.000466069658112013	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0777_000000004243	3929	0.8602077434798977	7	7	6	6	5	False	120521	fragment	False	CAN0021_000000006846	0.3223816718116193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2216.0	90.117	73.0	0.0004165438722197062	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
AUS0002_000000008826	3799	0.8602077434798977	7	7	6	6	5	False	120521	fragment	False	CAN0021_000000006846	0.2863306992763903		0	0	False	False	0.9992102980613708	0					non-mobilizable	no_good_hit	2246.0	90.205	76.0	0.0004221932014089427	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
USA0021_01_000000004976	3695	0.8602077434798977	7	7	6	6	5	False	120521	fragment	False	CAN0021_000000006846	0.05332543651838203		0	0	False	False	0.9943166375160217	0					non-mobilizable	no_good_hit	2444.0	90.303	84.0	0.0004592904630849292	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0009_000000023876	1416	0.8602077243306404	3	3	3	2	1	False	117158	fragment	False	ISR0009_000000023876	1.0		0	0	False	False	0.973870038986206	0					non-mobilizable	no_good_hit	93.0	78.495	7.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ISR0194_000000000347	43861	0.8602067122919967	37	23	16	21	11	True	119257	backbone	True	ISR0194_000000000347	1.0	PS817	2	2	True	True	1.0	16					non-mobilizable	no_good_hit	47.0	97.87200000000001	0.0	1.7876518338198856e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
SPA0137_000000005536	6498	0.8601891544277571	7	5	5	5	4	False	3582	maximal	True	SPA0137_000000005536	1.0		3	2	False	False	1.0	0					non-mobilizable	other	4983.0	99.458	99.0	0.0321481357179277	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	False
FIJ0047_000000021128	1470	0.8601803582499404	3	3	2	3	2	False	46858	fragment	False	FIJ0047_000000021128	0.9981481481481482		0	0	False	False	0.9897959232330322	0					non-mobilizable	other	1470.0	99.59200000000001	100.0	0.004655216123716568	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0109_000000008239	3467	0.8601796761630682	4	3	3	3	2	False	4666	maximal	True	SPA0109_000000008239	1.0		4	4	False	False	0.9997115731239319	0					non-mobilizable	no_good_hit	891.0	78.227	30.0	0.012071416853502489	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0190_000000007465	3110	0.8601791672200967	5	1	1	1	1	False	113344	fragment	False	CHI0113_000000002247	0.9462121212121213		0	0	False	False	0.9916398525238037	0					non-mobilizable	virus	2988.0	96.15100000000001	96.0	0.4809778209486806	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0213_000000009991	2545	0.8601791672200967	4	1	1	1	1	False	113340	fragment	False	ISR0213_000000009991	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2545.0	97.603	100.0	0.41168852193621497	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0007_000000005889	2480	0.8601791672200967	6	1	1	1	1	False	113339	fragment	False	ITA0003_000000002146	0.9516036746805977		0	0	False	False	1.0	0					non-mobilizable	virus	2480.0	94.758	99.0	0.3987372510927635	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0340_000000012124	1875	0.8601791672200967	3	1	1	1	1	False	113336	fragment	False	ISR0340_000000012124	0.9619890225325712		0	0	False	False	0.9973333477973938	0					non-mobilizable	virus	1729.0	95.315	94.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
CHI0131_000000009923	1774	0.8601791672200967	4	1	1	1	1	False	113336	fragment	False	ISR0340_000000012124	0.9259274934508976		0	0	False	False	0.9949266910552979	0					non-mobilizable	virus	1774.0	95.49	100.0	0.28687064918245103	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ENG0005_000000016020	1490	0.8601791672200967	3	1	1	1	1	False	77617	fragment	False	ENG0005_000000016020	0.9587188612099644		0	0	False	False	0.9973154067993164	0					non-mobilizable	virus	1414.0	95.12	95.0	0.22875182127246235	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
AST0055_000000030945	1189	0.8601791672200967	3	1	1	1	1	False	113328	fragment	False	ISR0304_000000007592	0.4622106943504214		0	0	False	False	0.9966358542442322	0					non-mobilizable	virus	1150.0	88.78299999999999	100.0	0.18342237332038205	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
SPA0104_000000033595	1141	0.8601791672200967	3	1	1	1	1	False	113328	fragment	False	ISR0304_000000007592	0.3726261177135261		0	0	False	False	0.9991235733032227	0					non-mobilizable	virus	1143.0	90.639	100.0	0.18228913712158004	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
MAD0022_000000006226	2054	0.8601661825014862	3	3	3	3	2	False	116947	maximal	True	MAD0022_000000006226	1.0		22	4	False	False	0.9980525970458984	0					non-mobilizable	other	1846.0	98.212	90.0	0.00668941187560957	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0124_000000001360	17508	0.8601656378898944	20	10	7	8	7	True	111471	maximal	True	ENG0124_000000001360	1.0		4	3	False	False	0.9978866577148438	0					non-mobilizable	no_good_hit	2470.0	95.749	14.0	0.0006856665622716359	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MON0095_000000022124	1431	0.860163757883327	2	2	2	2	2	False	107124	fragment	False	MON0095_000000022124	0.955137481910275		0	0	False	False	0.9937106966972351	0					non-mobilizable	other	643.0	96.89	95.0	0.009114861496831161	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0090_000000001834	14835	0.8601557357641857	18	4	4	4	3	True	97608	fragment	False	FIJ0052_000000001341	0.9720983881034299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	84.24600000000001	6.0	0.00019900078133148596	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0068_000000001550	14692	0.8601557357641857	17	4	4	4	3	True	97608	fragment	False	FIJ0052_000000001341	0.9686479305805895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	85.38600000000001	6.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
FIJ0095_000000001660	13644	0.8601557357641857	15	4	4	4	3	True	97608	fragment	False	FIJ0052_000000001341	0.7358062743629099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	85.38600000000001	6.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
FIJ0044_000000001483	13600	0.8601557357641857	15	4	4	4	3	True	97608	fragment	False	FIJ0052_000000001341	0.7342587625812418		0	0	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit	739.0	85.38600000000001	6.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
SPA0045_000000005178	5302	0.8601504963287199	7	7	6	7	6	False	104536	fragment	False	ENG0135_000000003373	0.9630210026073034		0	0	False	False	0.9992455840110779	0					non-mobilizable	other	5302.0	99.038	100.0	0.021195521791283485	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
MON0107_000000014804	3761	0.8601499498752427	4	3	3	3	3	False	8611	maximal	True	MON0107_000000014804	1.0		6	1	False	False	0.9968093633651733	0					non-mobilizable	no_good_hit	1470.0	88.98	39.0	0.003569660809074351	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0281_000000005718	2873	0.860142852035097	5	3	2	2	3	True	69039	fragment	False	ISR0281_000000005718	1.0		0	0	False	False	0.9996519088745117	0					non-mobilizable	no_good_hit	1803.0	95.119	69.0	0.43851451057550417	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0231_000000006140	2732	0.860142852035097	4	3	2	2	3	True	126570	backbone	False	FIJ0004_000000008444	0.06383959222012835	PS971	0	0	False	True	0.9996339678764343	0					non-mobilizable	plasmid	1790.0	98.771	99.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0090_000000012141	2319	0.860142852035097	4	3	2	2	3	True	130268	backbone	False	FIJ0135_000000009121	0.016997517533548417	PS1090	0	0	False	True	0.998275101184845	0					non-mobilizable	other	2324.0	86.53200000000001	99.0	0.7696929238985314	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MON0069_000000022270	2241	0.860142852035097	5	3	2	2	3	True	69038	fragment	False	MON0069_000000022270	0.9580514208389717		0	0	False	False	1.0	0					non-mobilizable	plasmid	1791.0	96.706	92.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0390_000000005935	2226	0.860142852035097	4	3	2	2	3	True	126570	backbone	False	FIJ0004_000000008444	0.03206166571698624	PS971	0	0	False	True	0.9937106966972351	0					non-mobilizable	plasmid	1718.0	99.01	98.0	0.4222823413674373	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0188_000000009627	2217	0.860142852035097	4	3	2	2	3	True	69038	fragment	False	MON0069_000000022270	0.9551539491298527		0	0	False	False	1.0	0					non-mobilizable	plasmid	1787.0	98.65700000000001	96.0	0.4390063944909001	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0334_000000009882	2108	0.860142852035097	4	3	2	2	3	True	126570	backbone	False	FIJ0004_000000008444	0.021558237360124154	PS971	0	0	False	True	0.992409884929657	0					non-mobilizable	plasmid	1710.0	99.47399999999999	98.0	0.42031480570585344	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0042_000000013072	1969	0.860142852035097	4	3	2	2	3	True	69032	maximal	True	ENG0042_000000013072	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	97.527	82.0	0.337678307919331	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0219_000000017057	1944	0.860142852035097	4	3	2	2	3	True	69036	fragment	False	ISR0219_000000017057	0.9799548277809147		0	0	False	False	0.9845678806304932	0					non-mobilizable	plasmid	1782.0	98.709	100.0	0.4377766847024102	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
DEN0071_000000022446	1871	0.860142852035097	4	3	2	2	3	True	109161	fragment	False	DEN0071_000000022446	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1850.0	85.89200000000001	98.0	0.6118157543391188	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0096_000000012628	1862	0.860142852035097	3	3	2	2	3	True	54675	fragment	False	ISR0096_000000012628	0.9575991189427313		0	0	False	False	0.9994629621505737	0					non-mobilizable	plasmid	1422.0	98.594	92.0	0.34923757993113624	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0212_000000019637	1816	0.860142852035097	3	3	2	2	3	True	54675	fragment	False	ISR0096_000000012628	0.9460257787325457		0	0	False	False	1.0	0					non-mobilizable	plasmid	1457.0	98.353	95.0	0.3571077225774717	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0257_000000011764	1499	0.860142852035097	3	3	2	2	3	True	35893	fragment	False	ISR0257_000000011764	0.9668008048289738		0	0	False	False	0.9913275241851807	0					non-mobilizable	other	1506.0	86.454	99.0	0.49833110814419224	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0136_000000006075	1491	0.860142852035097	3	3	2	2	3	True	35893	fragment	False	ISR0257_000000011764	0.9643095396931287		0	0	False	False	1.0	0					non-mobilizable	other	1505.0	86.645	100.0	0.4979973297730307	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CHI0043_000000000985	6364	0.8601392672759917	8	7	2	2	6	False	105368	fragment	False	CHI0043_000000000985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4591.0	86.19	85.0	0.03240179653525344	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0800_000000002169	4935	0.8601349881095891	7	4	4	4	4	True	125426	maximal	True	ISR0800_000000002169	1.0		6	2	False	False	0.9967578649520874	0					non-mobilizable	no_good_hit	2794.0	98.712	59.0	0.0006354479794416299	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0079_000000011137	2463	0.8601287328037743	5	5	4	4	3	False	88204	fragment	False	ISR0079_000000011137	0.9727124705659969		0	0	False	False	0.9882257580757141	0					non-mobilizable	no_good_hit	824.0	78.883	53.0	0.0003731012643469096	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0021_000000000195	22851	0.8601201041971305	12	8	7	6	6	False	13085	fragment	False	MON0021_000000000195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1824.0	89.419	8.0	0.010969551185195034	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0131_000000005510	4587	0.8601147222446519	4	3	3	3	2	False	75682	maximal	True	ISR0131_000000005510	1.0		2	1	False	False	0.998691976070404	0					non-mobilizable	no_good_hit	658.0	73.252	17.0	0.00017139096274615162	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
DEN0052_000000027259	1674	0.8601131591175463	2	2	2	2	2	False	92036	fragment	False	DEN0052_000000027259	0.9859650760824834		0	0	False	False	1.0	0					non-mobilizable	other	1674.0	99.164	100.0	0.000506762845589997	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0057_000000002709	7853	0.8601045158237828	11	6	4	6	3	False	63581	maximal	True	ENG0057_000000002709	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	74.681	6.0	0.00029918371102327906	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
ISR0030_000000018042	1207	0.8601040859675965	2	2	2	2	2	False	37034	fragment	False	ISR0030_000000018042	1.0		0	0	False	False	0.9834299683570862	0					non-mobilizable	no_good_hit	427.0	74.707	35.0	0.00013730895571258066	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MAD0031_000000005421	2543	0.8601033384179725	4	4	4	4	2	False	18952	fragment	False	MON0106_000000015948	0.9799709614987654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	72.58	74.0	0.07335306027098583	NZ_JADU01000034.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00030.30_C, whole genome shotgun sequence	True	False
ENG0074_000000004479	4841	0.8600986173310665	6	3	1	3	2	True	107919	fragment	False	ENG0074_000000004479	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3005.0	95.774	99.0	0.014780346935142512	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0005_000000010072	1520	0.8600961063189935	3	3	3	3	2	False	127726	fragment	False	SPA0087_000000008878	0.9586374695863746		0	0	False	False	0.9980263113975525	0					non-mobilizable	other	1520.0	99.803	100.0	0.01499817336269118	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ENG0099_000000002517	7631	0.8600954218425588	11	6	2	3	4	False	60672	fragment	False	ENG0099_000000002517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2616.0	85.245	62.0	0.03764658368071081	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	True	False
ISR0118_000000005032	2948	0.8600944061134306	6	3	1	1	2	True	90063	fragment	False	ISR0118_000000005032	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	2241.0	97.055	80.0	0.20319448225791814	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0225_000000006036	2787	0.8600944061134306	5	3	1	1	2	True	90070	fragment	False	ISR0225_000000006036	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	2440.0	97.008	87.0	0.22116344495870768	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0020_000000003829	2537	0.8600944061134306	5	3	1	1	2	True	90069	fragment	False	CHI0020_000000003829	0.979935143899473		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	2129.0	96.947	84.0	0.19293946819130592	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0197_000000004061	2467	0.8600944061134306	5	3	1	1	2	True	90069	fragment	False	CHI0020_000000003829	0.9666929444225463		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	2012.0	96.869	81.0	0.18232144477720302	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0108_000000003581	2213	0.8600944061134306	6	3	1	1	2	True	90062	fragment	False	CHI0108_000000003581	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	2110.0	93.318	95.0	0.35490394337714865	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
CHI0187_000000008410	1912	0.8600944061134306	5	3	1	1	2	True	77069	fragment	False	CHI0187_000000008410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1455.0	96.08200000000001	76.0	0.13177239313912334	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0103_000000018821	1589	0.8600869260570251	2	2	2	1	1	False	33033	maximal	True	ISR0103_000000018821	1.0		6	3	False	False	0.996224045753479	0					non-mobilizable	no_good_hit	412.0	98.05799999999999	26.0	0.00011441695375300136	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0188_000000001227	13960	0.8600861946860413	13	10	4	3	9	False	103771	fragment	False	ISR0188_000000001227	1.0		0	0	False	False	0.99992835521698	0					non-mobilizable	no_good_hit	2566.0	86.82799999999999	38.0	0.0005097456421138517	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
AST0005_000000016493	1672	0.86007269396935	3	3	3	3	2	False	128153	fragment	False	AST0005_000000016493	1.0		0	0	False	False	0.989234447479248	0					non-mobilizable	other	1672.0	98.266	100.0	0.0004743515208771444	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0025_000000013313	2939	0.8600705884877979	3	3	3	2	2	False	37368	maximal	True	ISR0025_000000013313	1.0		2	2	False	False	0.9976182579994202	0					non-mobilizable	no_good_hit	209.0	76.077	7.0	3.560778029999555e-05	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
FIJ0090_000000016672	2577	0.8600702737120891	3	3	3	2	2	False	92595	maximal	True	FIJ0090_000000016672	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1711.0	76.797	66.0	0.0006266282869215104	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
FIJ0030_000000005642	4973	0.8600682089737716	7	5	3	5	3	True	49493	maximal	True	FIJ0030_000000005642	0.9864513331888142		47	7	False	False	1.0	0					non-mobilizable	chromosome	4985.0	97.834	100.0	0.0026679719129283643	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	True
FIJ0088_000000005953	4633	0.8600595298138479	6	5	4	4	1	True	86875	maximal	True	FIJ0088_000000005953	1.0		0	0	False	False	0.9982732534408569	0					non-mobilizable	no_good_hit	935.0	97.96799999999999	34.0	0.00021242313322072403	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
MON0044_000000008210	5049	0.8600588671595026	6	3	2	3	2	True	49315	fragment	False	MON0044_000000008210	1.0		0	0	False	False	0.9998019337654114	0					non-mobilizable	no_good_hit	1600.0	91.93799999999999	32.0	0.00042654457017298397	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
TAN0002_000000023443	1736	0.8600571806374198	2	2	2	2	2	False	51414	fragment	False	FIJ0151_000000010204	0.9595418922694492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	90.556	10.0	0.0003028114093925671	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0789_000000009904	1416	0.8600407427840799	2	2	2	2	2	False	22094	fragment	False	ISR0789_000000009904	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	99.788	100.0	0.08086176352934453	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
CAN0006_000000006936	6443	0.8600404002193212	7	6	2	3	6	False	118188	backbone	False	CHI0082_000000001020	0.081447682968543	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4185.0	95.579	69.0	0.527231467473525	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
USA0022_01_000000001395	6436	0.8600404002193212	7	6	2	3	6	False	118188	backbone	False	CHI0082_000000001020	0.0716060160902153	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4183.0	95.53	69.0	0.5269793242561776	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
FIJ0088_000000005957	4630	0.8600404002193212	7	6	2	3	6	False	118168	backbone	False	FIJ0074_000000005173	0.5353850164683911	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4266.0	95.64	97.0	0.5374432677760969	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
CHI0104_000000001485	4589	0.8600404002193212	7	6	2	3	6	False	118168	backbone	False	FIJ0074_000000005173	0.5345457433918068	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4266.0	95.64	97.0	0.5374432677760969	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
USA0050_01_000000003133	4531	0.8600404002193212	6	6	2	3	6	False	118168	backbone	False	FIJ0074_000000005173	0.5053666122525851	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4203.0	95.598	97.0	0.529500756429652	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
DEN0041_000000007320	4505	0.8600404002193212	6	6	2	3	6	False	118168	backbone	False	FIJ0074_000000005173	0.5047679850093906	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4183.0	95.57700000000001	97.0	0.5269793242561776	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ENG0193_000000004522	4505	0.8600404002193212	6	6	2	3	6	False	118168	backbone	False	FIJ0074_000000005173	0.5047679850093906	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4183.0	95.57700000000001	97.0	0.5269793242561776	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ISR0266_000000003046	4504	0.8600404002193212	6	6	2	3	6	False	118168	backbone	False	FIJ0074_000000005173	0.5033652327377023	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4182.0	95.935	97.0	0.5269793242561776	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ENG0030_000000004757	4490	0.8600404002193212	7	6	2	3	6	False	118168	backbone	False	FIJ0074_000000005173	0.3323764945348519	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4265.0	95.662	97.0	0.5374432677760969	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
SPA0136_000000008611	4403	0.8600404002193212	6	6	2	3	6	False	118168	backbone	False	FIJ0074_000000005173	0.31607868210931284	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	4178.0	95.5	97.0	0.5263489662128089	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ENG0011_000000001028	16197	0.8600360554636115	25	10	5	8	6	False	77433	maximal	True	ENG0011_000000001028	1.0		1	1	False	False	0.9998764991760254	0					non-mobilizable	no_good_hit	69.0	88.406	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	False
FIJ0070_000000004543	4257	0.8600334243902099	4	3	3	3	2	False	44949	fragment	False	FIJ0070_000000004543	1.0		0	0	False	False	0.9992952942848206	0					non-mobilizable	no_good_hit								True	False
ENG0211_000000007329	3789	0.8600316028293292	4	3	3	3	3	False	53668	maximal	True	ENG0211_000000007329	1.0		3	3	False	False	0.9973607659339905	0					non-mobilizable	no_good_hit	536.0	72.388	27.0	0.0001878725221832013	CP002410.1	firmicutes	Clostridium botulinum BKT015925, complete genome	True	False
MON0093_000000011494	3566	0.8600285328468668	4	2	1	1	1	True	96932	maximal	True	MON0093_000000011494	1.0		1	1	False	False	0.9997195601463318	0		MOBV			mobilizable	no_good_hit	1479.0	99.189	62.0	0.4080618442849255	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
MON0076_000000000895	21477	0.8600247939740979	28	7	3	7	2	False	47845	maximal	True	MON0076_000000000895	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2127.0	72.02600000000001	10.0	0.02248610136557457	NZ_FQVD01000017.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0230_000000015930	2085	0.8600210942645226	3	2	2	1	2	False	27533	maximal	True	ISR0230_000000015930	1.0		2	2	False	False	0.9952038526535034	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000020421	1746	0.8600195695222936	2	2	2	2	2	False	28343	maximal	True	ISR0212_000000020421	1.0		1	1	False	False	0.9988545179367065	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000015342	1604	0.8600072492538128	2	2	2	2	1	False	65768	fragment	False	ISR0137_000000015342	1.0		0	0	False	False	0.9993765354156494	0					non-mobilizable	other	1271.0	99.60700000000001	93.0	0.00031113075803368304	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0013_000000000764	2908	0.8600003803305408	6	5	3	3	4	True	123556	backbone	False	ISR0826_000000002301	0.196315521275295	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2908.0	99.34700000000001	100.0	0.08798958774744234	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ENG0172_000000006687	3107	0.8599984493788159	4	4	4	4	3	False	91608	fragment	False	ENG0172_000000006687	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3035.0	99.242	98.0	0.02060889293428793	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
USA0038_01_000000006261	2802	0.8599938454448643	3	2	2	2	2	False	8171	fragment	False	USA0038_01_000000006261	0.9935947204968945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000020497	1829	0.8599879796163794	3	2	2	2	1	False	78777	maximal	True	SPA0027_000000020497	1.0		48	6	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	100.0	78.0	0.014150566821012294	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
DEN0070_000000015626	2161	0.8599872129631617	3	3	3	3	3	False	70612	maximal	True	DEN0070_000000015626	1.0		9	4	False	False	0.9986117482185364	0					non-mobilizable	other	2159.0	99.583	99.0	0.0009456279285093011	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0058_000000006472	5844	0.8599821774260371	6	4	4	4	4	False	112397	fragment	False	FIJ0058_000000006472	1.0		0	0	False	False	0.9988021850585938	0					non-mobilizable	no_good_hit	2850.0	99.333	71.0	0.01125433048781933	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
CHI0025_000000001225	8987	0.8599797668451783	11	6	3	4	5	False	110869	fragment	False	CHI0025_000000001225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2103.0	96.053	76.0	0.000323258917622673	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0095_000000001674	12566	0.8599791023980715	18	9	5	8	4	True	121837	backbone	False	ITA0004_000000000015	0.2739191294111985	PS446|PS447|PS652|PS653|PS863	0	0	False	True	1.0	0					non-mobilizable	other	9202.0	99.87	92.0	0.5529779433860208	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
ISR0813_000000001010	23164	0.8599754138346052	23	12	8	11	8	True	128747	backbone	True	ISR0813_000000001010	1.0	PS1050|PS1051	39	7	True	True	1.0	1					non-mobilizable	no_good_hit	3088.0	94.009	45.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0034_000000008671	1901	0.8599709108408361	3	1	1	1	1	False	106214	fragment	False	AST0116_000000012371	0.6942779281156153		0	0	False	False	0.9968437552452087	0					non-mobilizable	no_good_hit	810.0	84.321	43.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0012_000000018469	1291	0.8599709108408361	1	1	1	1	1	False	7995	fragment	False	SPA0012_000000018469	1.0		0	0	False	False	0.9783113598823547	0					non-mobilizable	no_good_hit	810.0	84.321	63.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0387_000000019374	1232	0.8599709108408361	1	1	1	1	1	False	22962	fragment	False	ISR0387_000000019374	1.0		0	0	False	False	0.9918830990791321	0					non-mobilizable	no_good_hit	810.0	84.321	66.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0057_000000030190	1100	0.8599673042158648	2	1	1	1	1	False	28785	fragment	False	ISR0199_000000027749	0.9595821980018164		0	0	False	False	0.9772727489471436	0					non-mobilizable	no_good_hit	449.0	71.26899999999999	40.0	0.004576972043644322	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
USA0121_01_000000006749	6873	0.8599614972832076	8	5	4	5	2	True	45603	fragment	False	USA0121_01_000000006749	1.0		0	0	False	False	0.9935981631278992	0					non-mobilizable	no_good_hit	445.0	99.32600000000001	6.0	0.0006383740440564357	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	True
DEN0065_000000016055	2156	0.8599607431318227	3	3	3	3	3	False	118671	fragment	False	DEN0065_000000016055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	91.82600000000001	81.0	0.00024324782561196742	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	False
DEN0001_000000009069	4309	0.8599568698453548	4	1	1	1	1	False	76950	fragment	False	DEN0001_000000009069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	85.161	4.0	0.007984244424335978	NZ_CADAEU010000036.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	False
MAD0105_000000001509	13959	0.8599553948834251	25	10	7	10	7	True	98721	maximal	True	MAD0105_000000001509	1.0		1	1	False	False	0.9985672235488892	0			MPF_T		non-mobilizable	no_good_hit	7663.0	99.87	55.0	0.0015433332816337498	CP042470.1	enterobacteria	Escherichia coli strain A50 chromosome	True	True
ISR0221_000000004935	4579	0.8599515478514547	6	5	5	5	5	False	98808	maximal	True	ISR0221_000000004935	0.9889114370287122		424	14	False	False	0.9932299852371216	0					non-mobilizable	chromosome	4571.0	98.25	99.0	0.0020389338638399164	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0023_000000000074	37321	0.8599497861197224	56	18	5	11	11	False	108166	maximal	True	CHI0023_000000000074	0.9606682345308573		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	83.704	2.0	0.0001860583945659841	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0066_000000023086	1422	0.8599471422132826	2	2	1	2	1	False	67346	fragment	False	ISR0150_000000015766	0.8943709138450332		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	98.31200000000001	100.0	0.02465216335311058	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
SPA0091_000000004435	2928	0.8599463968901737	3	3	1	2	2	True	5343	maximal	True	SPA0091_000000004435	1.0		1	1	False	False	0.999316930770874	0					non-mobilizable	plasmid	2869.0	100.0	98.0	0.05824651191128983	CP012469.1	firmicutes	Enterococcus faecium strain ISMMS_VRE_8 plasmid ISMMS_VRE8_p4, complete sequence	False	True
ISR0396_000000014133	1629	0.8599462344481755	2	1	1	1	1	False	54794	fragment	False	ISR0331_000000015064	0.9855890537022123		0	0	False	False	0.9883363842964172	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	9.016169788713178e-05	NZ_LROS01000011.1	firmicutes	Clostridium ragsdalei P11 CLRAG_contig000011, whole genome shotgun sequence	True	False
MON0104_000000022952	1981	0.8599427430375939	2	2	2	1	1	False	8806	fragment	False	MON0104_000000022952	1.0		0	0	False	False	0.9757698178291321	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	8.536831936737582e-05	NZ_SLUI01000002.1	firmicutes	Anaerospora hongkongensis strain DSM 15969 Ga0310510_102, whole genome shotgun sequence	True	False
USA0037_01_000000028762	1170	0.8599388604894129	2	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.4055848955167307		0	0	False	False	0.9991452693939209	0					non-mobilizable	no_good_hit	523.0	98.47	45.0	0.004378717086223818	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0142_000000001969	2301	0.8599334404817491	3	2	2	2	2	False	131739	fragment	False	AST0142_000000001969	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2024.0	86.611	99.0	0.0005691551740379501	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0126_000000016726	2238	0.8599334404817491	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.25783073375433		0	0	False	False	0.997765839099884	0					non-mobilizable	other	2024.0	87.846	90.0	0.013457556935817806	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
CHI0046_000000005287	2175	0.8599334404817491	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.2520016794244781		0	0	False	False	0.9940229654312134	0					non-mobilizable	other	2014.0	87.637	92.0	0.013384091364456022	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0791_000000008860	2064	0.8599334404817491	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.25979013222014896		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	87.759	98.0	0.01347091431242904	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
SPA0060_000000007336	2029	0.8599334404817491	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.2412332574048967		0	0	False	False	0.9975357055664062	0					non-mobilizable	other	1969.0	87.709	97.0	0.013083550390703266	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0001_000000013277	2010	0.8599334404817491	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.2508622475081178		0	0	False	False	0.9845771193504333	0					non-mobilizable	other	2016.0	86.855	100.0	0.0005668988601666401	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0104_000000024178	1882	0.8599334404817491	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.1526226511757242		0	0	False	False	1.0	0					non-mobilizable	virus	1885.0	86.684	100.0	0.05015866243566838	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ENG0025_000000003876	5321	0.8599313411050611	4	2	2	2	2	False	107105	maximal	True	ENG0025_000000003876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2979.0	98.322	58.0	0.020107084742787308	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0017_000000007694	3970	0.8599313411050611	3	2	2	2	2	False	107103	fragment	False	DEN0017_000000007694	1.0		0	0	False	False	0.9992443323135376	0					non-mobilizable	no_good_hit	3074.0	98.178	77.0	0.020748512899457824	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0062_000000000212	25118	0.8599308036761686	25	14	11	14	7	True	52095	fragment	False	MAD0077_000000000062	0.9644835579303028		0	0	False	False	0.99996018409729	0					non-mobilizable	no_good_hit	97.0	85.56700000000001	0.0	0.002533716909921085	CP040110.1	enterobacteria	Escherichia coli O157:H7 strain MB9-1 plasmid pMB9_3, complete sequence	True	True
ENG0040_000000016679	1456	0.8599284967683234	1	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.2828153419302898		0	0	False	False	0.9965659379959106	0					non-mobilizable	other	1149.0	94.865	100.0	0.016398828655096065	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
MAD0016_000000002751	1985	0.8599247822693882	3	3	3	3	2	False	86133	fragment	False	FIJ0101_000000012775	0.7022537290651957		0	0	False	False	1.0	0					non-mobilizable	chromosome	1985.0	98.48899999999999	100.0	0.0007000984866369054	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0106_000000012040	3254	0.8599239632204357	5	4	2	3	2	False	35297	fragment	False	SPA0106_000000012040	1.0		0	0	False	False	0.9941610097885132	0					non-mobilizable	no_good_hit	1237.0	95.87700000000001	73.0	0.0007292252070816395	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MAD0047_000000032221	1466	0.8599116595395634	2	2	2	1	1	False	52855	fragment	False	MAD0047_000000032221	0.981762501448551		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	98.499	100.0	0.019580550610972067	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0829_000000011069	1392	0.8599082252949634	2	2	2	2	2	False	89615	fragment	False	ISR0829_000000011069	0.9691726922235508		0	0	False	False	0.9985632300376892	0					non-mobilizable	other	1392.0	98.348	100.0	0.01906576386414101	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ENG0138_000000012125	1622	0.8598928637869843	2	2	2	2	1	False	57918	fragment	False	ENG0138_000000012125	1.0		0	0	False	False	0.997533917427063	0					non-mobilizable	no_good_hit	157.0	76.433	10.0	3.6130957237263835e-05	NZ_CP019687.1	firmicutes	Paenibacillus larvae subsp. larvae strain ATCC-9545 chromosome, complete genome	True	False
SPA0040_000000015364	2639	0.8598802472823855	4	3	3	3	2	False	83648	backbone	True	SPA0040_000000015364	1.0	PS414	2	1	True	True	1.0	28					non-mobilizable	no_good_hit	391.0	83.376	15.0	0.006271664651350262	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0172_000000001403	11701	0.8598736741930032	11	7	6	6	5	True	127375	maximal	True	ISR0172_000000001403	1.0		2	1	False	False	0.9958977699279785	0					non-mobilizable	no_good_hit	5136.0	97.449	69.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0136_000000016029	2558	0.8598708025938028	4	2	1	2	2	False	83054	fragment	False	SPA0136_000000016029	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1616.0	97.834	63.0	0.28690708829276956	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ISR0269_000000001178	8336	0.8598512641185186	12	4	1	3	1	True	112180	maximal	True	ISR0269_000000001178	1.0		3	2	True	True	1.0	52					non-mobilizable	no_good_hit	420.0	93.81	9.0	0.006578634497408176	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0119_000000007179	4521	0.8598460239572223	8	8	7	6	5	False	120521	fragment	False	CAN0021_000000006846	0.43428134239167887		0	0	False	False	0.9988940358161926	0					non-mobilizable	no_good_hit	2788.0	91.85799999999999	76.0	0.0005242577487611492	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
CHI0167_000000005276	3510	0.8598452881401677	3	3	3	3	2	False	83886	maximal	True	CHI0167_000000005276	1.0		35	3	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	23.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
DEN0071_000000008202	4486	0.8598401994616298	4	3	1	1	3	False	126710	backbone	False	SPA0013_000000004881	0.40113411211991795	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9993312358856201	0	rep_cluster_475				non-mobilizable	other	3388.0	95.632	99.0	0.5166436570026077	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0110_000000007480	3670	0.8598334076427925	5	3	3	3	3	False	14563	fragment	False	MAD0110_000000007480	1.0		0	0	False	False	0.9978201389312744	0					non-mobilizable	no_good_hit								True	False
ISR0788_000000002359	3119	0.8598197202975311	6	5	3	3	4	True	123556	backbone	False	ISR0826_000000002301	0.20355723462768496	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3120.0	99.712	100.0	0.031115280217148333	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0015_000000028964	1174	0.859819582712422	2	2	1	2	1	False	93104	fragment	False	CAN0015_000000028964	1.0		0	0	False	False	0.9965928196907043	0					non-mobilizable	no_good_hit	703.0	91.465	86.0	0.00030788123250874455	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ETH0002_000000003964	7195	0.8598119774736228	5	3	2	3	2	True	101294	fragment	False	CAN0003_000000004189	0.4798965631986748		0	0	False	False	1.0	0					non-mobilizable	plasmid	5770.0	98.12799999999999	98.0	0.049962707924999565	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0819_000000004614	5049	0.8598119774736228	4	3	2	3	2	True	100146	fragment	False	ENG0125_000000004410	0.7174789029042115		0	0	False	False	1.0	0					non-mobilizable	other	5011.0	98.56299999999999	99.0	0.6867800329127811	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0013_000000009392	2885	0.8598110799188681	3	2	2	2	2	False	52318	fragment	False	MAD0097_000000013299	0.9481959616021185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0053_01_000000007737	2660	0.8598093791616858	4	4	4	4	4	False	111461	maximal	True	USA0053_01_000000007737	1.0		57	11	False	False	0.9958646893501282	0					non-mobilizable	chromosome	2660.0	100.0	100.0	0.0004922854300175252	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
MAD0045_000000003935	7389	0.859804452852062	7	5	3	5	3	False	69603	fragment	False	MAD0045_000000003935	0.9310060016715822		0	0	False	False	0.9998646378517151	0					non-mobilizable	no_good_hit	636.0	94.182	10.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0054_000000001461	7258	0.859804452852062	7	5	3	5	3	False	69603	fragment	False	MAD0045_000000003935	0.9260148530218859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	94.182	10.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0113_000000011672	1408	0.8598034731953135	2	2	2	1	1	False	106923	fragment	False	ISR0113_000000011672	1.0		0	0	False	False	0.9886363744735718	0					non-mobilizable	other	1332.0	97.22200000000001	95.0	0.015086206896551725	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0057_000000006598	4383	0.8597934197699859	5	5	5	5	4	False	100443	fragment	False	FIJ0123_000000006645	0.7857247550755201		0	0	False	True	0.9997718334197998	0					non-mobilizable	no_good_hit	796.0	76.759	18.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
CHI0145_000000003023	5600	0.8597927533351107	6	6	6	6	6	False	113196	fragment	False	CHI0145_000000003023	0.9727334427674311		0	0	False	False	0.9996428489685059	0					non-mobilizable	chromosome	5600.0	99.679	100.0	0.0011646628114989391	LR882050.1	enterobacteria	Escherichia coli isolate 2016-02-324 genome assembly, chromosome: 1	False	False
DEN0096_000000021266	2105	0.8597918755224521	4	3	3	3	3	False	129532	fragment	False	DEN0096_000000021266	1.0		0	0	False	True	0.994774341583252	0					non-mobilizable	chromosome	974.0	98.973	100.0	0.00026074773768509603	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0066_000000004094	6684	0.8597845059476329	7	6	3	5	4	False	71017	maximal	True	DEN0066_000000004094	1.0		4	3	False	False	0.9998503923416138	0					non-mobilizable	no_good_hit	297.0	94.949	4.0	9.963186698337932e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0095_000000005984	4559	0.859781236508085	7	4	4	4	2	False	84580	maximal	True	MAD0095_000000005984	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	82.825	51.0	0.00013842529363465413	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0011_000000007588	3417	0.8597810169345219	2	1	1	1	1	False	49565	fragment	False	ISR0043_000000006227	0.9618897665060898		0	0	False	False	0.998244047164917	0					non-mobilizable	no_good_hit	157.0	99.363	5.0	0.0006732611735460148	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
ISR0207_000000001662	11593	0.8597683748908116	14	7	4	6	6	False	123956	backbone	True	ISR0207_000000001662	0.9980506822612085	PS912	27	6	True	True	0.9986198544502258	4					non-mobilizable	no_good_hit	212.0	84.906	4.0	6.202265512964993e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0107_000000002350	11286	0.8597683748908116	12	7	4	6	6	False	123956	backbone	False	ISR0207_000000001662	0.9826368342871362	PS912	0	0	False	True	0.999911367893219	0					non-mobilizable	no_good_hit	212.0	84.906	4.0	6.202265512964993e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0084_000000001998	11047	0.8597683748908116	13	7	4	6	6	False	123956	backbone	False	ISR0207_000000001662	0.9707442523956118	PS912	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	258.0	75.969	2.0	0.000425026771705835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0016_000000002451	9475	0.8597683748908116	11	7	4	6	6	False	123952	fragment	False	AST0016_000000002451	0.9997080121466947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	76.357	3.0	0.000425026771705835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0056_000000004139	4664	0.8597654667909059	6	6	6	6	5	False	105624	fragment	False	ISR0188_000000004827	0.9722697675938574		0	0	False	False	0.9980702996253967	0					non-mobilizable	other	4664.0	99.55	100.0	0.07908215182145038	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
USA0034_01_000000024080	2208	0.8597499658311882	5	4	1	3	4	False	57608	fragment	False	USA0034_01_000000024080	1.0		0	0	False	False	0.9737318754196167	0					non-mobilizable	no_good_hit								True	False
AST0104_000000011374	2921	0.8597484413308278	4	3	2	3	1	True	124782	fragment	False	AST0104_000000011374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	2.0	2.279677899048848e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
SPA0117_000000008806	4273	0.859746521814131	4	4	4	4	4	False	11366	fragment	False	SPA0117_000000008806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	76.25	11.0	0.0037488210631434617	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0825_000000007331	3125	0.8597440910595584	4	1	1	1	1	False	76749	maximal	True	ISR0825_000000007331	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0003_000000002387	4839	0.8597387982786274	6	3	3	1	0	True	98568	maximal	True	MON0003_000000002387	1.0		3	2	False	False	0.9993800520896912	0					non-mobilizable	no_good_hit	2866.0	99.82600000000001	59.0	0.020355818282579968	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	True
ENG0172_000000011548	1949	0.8597241332414525	4	1	1	1	1	False	55733	maximal	True	ENG0172_000000011548	1.0		1	1	False	False	0.9974345564842224	0					non-mobilizable	no_good_hit	290.0	75.862	15.0	0.00016361625455220313	NZ_FXLO01000009.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	False
MAD0041_000000001627	11699	0.859716509330354	11	8	6	8	6	False	18309	maximal	True	MAD0041_000000001627	1.0		1	1	False	False	0.9994016289710999	0					non-mobilizable	no_good_hit	1715.0	75.977	26.0	0.0012947943453313943	NZ_FPKO01000009.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
CAN0023_000000005609	1429	0.8597137482544308	3	3	2	3	2	False	113626	fragment	False	ISR0331_000000014703	0.6371339290961252		0	0	False	False	0.9846045970916748	0					non-mobilizable	other	1429.0	95.801	100.0	0.00044393728506995667	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0101_000000025923	1311	0.8597096708292778	2	2	2	2	1	False	60440	maximal	True	ENG0101_000000025923	1.0		0	0	False	False	0.9877955913543701	0					non-mobilizable	no_good_hit	1130.0	73.274	85.0	0.0053968521669254315	NZ_JAAITU010000001.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_1_length_201599_cov_156.995, whole genome shotgun sequence	True	False
ISR0225_000000006182	2734	0.8597028097312871	4	4	1	2	2	False	118388	fragment	False	CAN0004_000000006625	0.46761885955448157		0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	2735.0	96.78200000000001	100.0	0.5709212450386464	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0049_000000011029	2668	0.8597028097312871	4	4	1	2	2	False	118388	fragment	False	CAN0004_000000006625	0.4667660393818974		0	0	False	True	0.9988755583763123	0					non-mobilizable	plasmid	2669.0	96.516	100.0	0.5572503134141246	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0060_000000005870	5071	0.8596959856373958	6	2	0	2	1	True	54459	fragment	False	ISR0060_000000005870	1.0		0	0	False	False	0.9986196160316467	0					non-mobilizable	no_good_hit								True	True
ISR0009_000000016652	1995	0.8596959856373958	2	2	0	2	1	True	54457	fragment	False	ISR0009_000000016652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0372_000000009322	1872	0.8596959856373958	2	2	0	2	1	True	54457	fragment	False	ISR0009_000000016652	0.9691729323308271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0259_000000014082	1306	0.8596890623004583	4	3	1	1	3	True	34339	fragment	False	ISR0259_000000014082	0.995301487862177		0	0	False	False	0.9869831800460815	0					non-mobilizable	chromosome	1310.0	98.244	100.0	0.0005941945962336506	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0035_000000002706	6082	0.8596867637555973	9	5	3	4	4	True	122233	fragment	False	ISR0035_000000002706	1.0		0	0	False	False	0.9981913566589355	0					non-mobilizable	no_good_hit	814.0	88.329	60.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0120_000000023435	1527	0.8596851931743416	4	3	1	2	2	True	32256	maximal	True	ISR0120_000000023435	1.0		3	1	False	False	0.9986902475357056	0					non-mobilizable	no_good_hit	715.0	97.62200000000001	47.0	0.001155433287482806	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
ISR0069_000000005346	4543	0.8596803285100688	5	2	0	2	0	False	98557	maximal	False	MAD0100_000000008124	0.9207652253821665	PS550	0	0	True	True	1.0	106					non-mobilizable	no_good_hit								True	True
MON0087_000000010438	4534	0.8596803285100688	4	2	0	2	0	False	98557	maximal	False	MAD0100_000000008124	0.9171071783049042	PS550	0	0	True	True	1.0	42					non-mobilizable	no_good_hit								True	True
MON0043_000000005161	4497	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8589361359000183	PS550	0	0	True	True	1.0	60					non-mobilizable	no_good_hit								True	True
ISR0195_000000005223	4495	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8512720400385199	PS550	0	0	True	True	0.9997775554656982	55					non-mobilizable	no_good_hit								True	True
MON0047_000000008026	4492	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8561432534232776	PS550	0	0	True	True	1.0	98					non-mobilizable	no_good_hit								True	True
FIJ0021_000000011139	4492	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.6977070604707123	PS550	0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
MON0096_000000007037	4490	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8500709541060305	PS550	0	0	True	True	1.0	129					non-mobilizable	no_good_hit								True	True
MON0077_000000007950	4483	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8366721828096704	PS550	0	0	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
MON0056_000000003063	4481	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8480396214322157	PS550	0	0	True	True	1.0	88					non-mobilizable	no_good_hit								True	True
FIJ0008_000000006326	4481	0.8596803285100688	5	2	0	2	0	False	98555	backbone	True	FIJ0008_000000006326	0.8599384055055463	PS550	27	5	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
CHI0078_000000003749	4479	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8594901218243645	PS550	0	0	True	True	1.0	227					non-mobilizable	no_good_hit								True	True
FIJ0148_000000003747	4471	0.8596803285100688	7	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.6979347485059026	PS550	0	0	True	True	1.0	44					non-mobilizable	no_good_hit								True	True
FIJ0023_000000006816	4459	0.8596803285100688	7	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8390129681518222	PS550	0	0	True	True	0.9997757077217102	6					non-mobilizable	no_good_hit								True	True
ISR0101_000000005332	4455	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8589099721947548	PS550	0	0	True	True	1.0	198					non-mobilizable	no_good_hit								True	True
ISR0836_000000004462	4453	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8469517777095542	PS550	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.004876286797905003	XM_032945969.1	lampreys	PREDICTED: Petromyzon marinus CTD small phosphatase 1 (CTDSP1), transcript variant X5, mRNA	True	True
MON0051_000000007183	4451	0.8596803285100688	7	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8559315828005841	PS550	0	0	True	True	0.9997753500938416	21					non-mobilizable	no_good_hit								True	True
MON0051_000000007194	4444	0.8596803285100688	7	2	0	2	0	False	14354	maximal	True	MON0051_000000007194	0.9740854880152311		5	1	True	True	1.0	287					non-mobilizable	no_good_hit								True	True
TAN0012_000000001456	4441	0.8596803285100688	6	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.9018423956761927		0	0	True	True	0.9961720108985901	21					non-mobilizable	no_good_hit								True	True
FIJ0054_000000005504	4439	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8584647731666751	PS550	0	0	False	True	0.9993241429328918	0					non-mobilizable	no_good_hit								True	True
FIJ0121_000000005861	4439	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8579723803792274	PS550	0	0	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
FIJ0049_000000003756	4438	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8598097102000296	PS550	0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
MON0040_000000005849	4428	0.8596803285100688	6	2	0	2	0	False	14354	maximal	False	MON0051_000000007194	0.9737780448073562		0	0	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
FIJ0052_000000006159	4421	0.8596803285100688	4	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.913419044945341		0	0	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
FIJ0044_000000004930	4421	0.8596803285100688	5	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.913086203818775		0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
FIJ0090_000000008921	4421	0.8596803285100688	4	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.9138278614273474		0	0	True	True	1.0	48					non-mobilizable	no_good_hit								True	True
FIJ0071_000000008071	4419	0.8596803285100688	5	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.9168895167987504		0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
FIJ0132_000000006463	4419	0.8596803285100688	5	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.9172289297607318		0	0	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
MON0101_000000012986	4419	0.8596803285100688	6	2	0	2	0	False	45239	backbone	True	MON0101_000000012986	0.985967991341805	PS157	4	1	True	True	0.9900429844856262	5					non-mobilizable	no_good_hit								True	True
FIJ0016_000000003914	4419	0.8596803285100688	5	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.9174504154991565		0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
FIJ0105_000000006587	4400	0.8596803285100688	6	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.9168011116658584		0	0	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
FIJ0156_000000001749	4400	0.8596803285100688	5	2	0	2	0	False	52055	maximal	True	FIJ0156_000000001749	0.9176748269772578		11	1	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
FIJ0010_000000004199	4399	0.8596803285100688	5	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.9143751690484176		0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
FIJ0115_000000005555	4398	0.8596803285100688	5	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.9171214166771555		0	0	True	True	0.9997726082801819	2					non-mobilizable	no_good_hit								True	True
FIJ0011_000000009646	4395	0.8596803285100688	7	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.11539845459531975		0	0	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
MON0036_000000004020	4388	0.8596803285100688	5	2	0	2	0	False	45239	backbone	False	MON0101_000000012986	0.9763558980457113	PS157	0	0	True	True	1.0	353					non-mobilizable	no_good_hit								True	True
FIJ0098_000000005106	4384	0.8596803285100688	6	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.9161236147292003		0	0	True	True	0.9947536587715149	4					non-mobilizable	no_good_hit								True	True
FIJ0048_000000006775	4382	0.8596803285100688	6	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.8452370541367722		0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
FIJ0139_000000005872	4381	0.8596803285100688	4	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.911182582509542		0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
FIJ0083_000000007706	4367	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.851373567988719	PS550	0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
FIJ0019_000000001716	4359	0.8596803285100688	5	2	0	2	0	False	52055	maximal	False	FIJ0156_000000001749	0.7249408309130434		0	0	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
FIJ0067_000000006893	4355	0.8596803285100688	4	2	0	2	0	False	45239	backbone	False	MON0101_000000012986	0.9642843736298973	PS157	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.8319931431113785e-05	NZ_SOCA01000001.1	verrucomicrobia	Prosthecobacter fusiformis strain ATCC 25309 EI77DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
MAD0046_000000005432	4343	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.8414684159451055	PS550	0	0	True	True	0.9926317930221558	1					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.004876286797905003	XM_032945969.1	lampreys	PREDICTED: Petromyzon marinus CTD small phosphatase 1 (CTDSP1), transcript variant X5, mRNA	True	True
FIJ0025_000000004766	4332	0.8596803285100688	5	2	0	2	0	False	98559	maximal	True	FIJ0025_000000004766	1.0	PS550	1	1	True	True	0.990304708480835	2					non-mobilizable	no_good_hit								True	True
ISR0308_000000003418	4327	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.7865666757114482	PS550	0	0	True	True	1.0	73					non-mobilizable	no_good_hit								True	True
FIJ0022_000000005521	4322	0.8596803285100688	6	2	0	2	0	False	50654	maximal	False	FIJ0030_000000006871	0.9687791323490512		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006622354124254985	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	True
FIJ0013_000000005942	4309	0.8596803285100688	6	2	0	2	0	False	50654	maximal	False	FIJ0030_000000006871	0.9717024872593834		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006622354124254985	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	True
ISR0025_000000008821	4308	0.8596803285100688	6	2	0	2	0	False	46489	maximal	True	ISR0025_000000008821	1.0		1	1	True	True	0.9953574538230896	12					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.007415821085807e-06	NZ_CP027668.1	a-proteobacteria	Phreatobacter cathodiphilus strain S-12 chromosome, complete genome	True	True
MAD0105_000000007399	4285	0.8596803285100688	5	2	0	2	0	False	98557	maximal	False	MAD0100_000000008124	0.4785464098073555	PS550	0	0	False	True	0.9960326552391052	0					non-mobilizable	no_good_hit								True	True
FIJ0072_000000005888	4282	0.8596803285100688	6	2	0	2	0	False	50654	maximal	False	FIJ0030_000000006871	0.9682622033209896		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006622354124254985	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	True
FIJ0015_000000006762	4268	0.8596803285100688	6	2	0	2	0	False	50654	maximal	False	FIJ0030_000000006871	0.9696285046255962		0	0	True	True	0.9988284707069397	3					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006622354124254985	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	True
FIJ0030_000000006871	4266	0.8596803285100688	6	2	0	2	0	False	50654	maximal	True	FIJ0030_000000006871	0.972641665131401		5	1	True	True	1.0	3					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006622354124254985	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	True
FIJ0014_000000005550	4221	0.8596803285100688	6	2	0	2	0	False	50654	maximal	False	FIJ0030_000000006871	0.95759447670516		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006622354124254985	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	True
MON0107_000000013038	4186	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.6924249538983198	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0094_000000007497	4137	0.8596803285100688	6	2	0	2	0	False	14354	maximal	False	MON0051_000000007194	0.9324636247493217		0	0	False	True	0.9891225695610046	0					non-mobilizable	no_good_hit								True	True
MAD0050_000000005591	4034	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.38816077177821195	PS550	0	0	False	True	0.9957858324050903	0					non-mobilizable	no_good_hit	339.0	88.49600000000001	8.0	0.0005528668553829806	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0018_000000002011	4026	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.7088333127675638	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0088_000000007338	3999	0.8596803285100688	6	2	0	2	0	False	14353	fragment	False	MON0088_000000007338	1.0		0	0	False	False	0.9997499585151672	0					non-mobilizable	no_good_hit	87.0	94.25299999999999	2.0	0.0002579807091130927	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0213_000000005854	3999	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.6580451535947659	PS550	0	0	True	True	0.9997499585151672	2					non-mobilizable	no_good_hit								True	True
MAD0014_000000007319	3981	0.8596803285100688	4	2	0	2	0	False	49019	maximal	True	MAD0014_000000007319	0.999180103853512		1	1	True	True	0.998744010925293	3					non-mobilizable	no_good_hit	107.0	85.98100000000001	5.0	3.564009432980214e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0043_000000006178	3944	0.8596803285100688	7	2	0	2	0	False	14354	maximal	False	MON0051_000000007194	0.4668842156151801		0	0	False	True	0.9992393255233765	0					non-mobilizable	no_good_hit	99.0	97.98	3.0	4.0358814571014626e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
MON0053_000000008640	3944	0.8596803285100688	6	2	0	2	0	False	11191	maximal	True	MON0053_000000008640	1.0		1	1	False	False	0.993914783000946	0					non-mobilizable	no_good_hit	413.0	99.274	10.0	0.00011746284809772908	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
FIJ0150_000000005795	3936	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.39104901433742856	PS550	0	0	False	True	0.9997459053993225	0					non-mobilizable	no_good_hit								True	True
ETH0001_000000006406	3916	0.8596803285100688	5	2	0	2	0	False	53573	maximal	True	ETH0001_000000006406	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.007415821085807e-06	NZ_CP027668.1	a-proteobacteria	Phreatobacter cathodiphilus strain S-12 chromosome, complete genome	True	True
ISR0075_000000005907	3913	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.42504771826805093	PS550	0	0	False	True	0.9961666464805603	0					non-mobilizable	no_good_hit								True	True
MAD0069_000000001809	3909	0.8596803285100688	6	2	0	2	0	False	89177	maximal	True	MAD0069_000000001809	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000009933	3908	0.8596803285100688	5	2	0	2	0	False	51566	fragment	False	MAD0107_000000009933	1.0		0	0	False	False	0.9974411725997925	0					non-mobilizable	no_good_hit								True	False
TAN0012_000000001722	3891	0.8596803285100688	5	2	0	2	0	False	15763	fragment	False	TAN0012_000000001722	1.0		0	0	False	False	0.9964019656181335	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.8319931431113785e-05	NZ_SOCA01000001.1	verrucomicrobia	Prosthecobacter fusiformis strain ATCC 25309 EI77DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
FIJ0098_000000005776	3881	0.8596803285100688	5	2	0	2	0	False	50654	maximal	False	FIJ0030_000000006871	0.896974805847625		0	0	False	True	0.999484658241272	0					non-mobilizable	no_good_hit								True	True
MAD0003_000000007207	3845	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.32979782368354466	PS550	0	0	False	True	0.995318591594696	0					non-mobilizable	no_good_hit								True	True
ISR0822_000000001430	3842	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.2150495102447619	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0009_000000009454	3813	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.4096585408247494	PS550	0	0	False	True	0.9989509582519531	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000009038	3779	0.8596803285100688	6	2	0	2	0	True	83694	maximal	True	ETH0003_000000009038	1.0		1	1	False	False	0.9997353553771973	0					non-mobilizable	no_good_hit								True	True
TAN0015_000000001224	3769	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.4212635601685838	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0157_000000002541	3767	0.8596803285100688	6	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.10694781970976214	PS550	0	0	False	True	0.9997345209121704	0					non-mobilizable	no_good_hit								True	True
MAD0066_000000005590	3659	0.8596803285100688	4	2	0	2	0	False	49019	maximal	False	MAD0014_000000007319	0.9589299171062547		0	0	False	True	0.9945340156555176	0					non-mobilizable	no_good_hit								True	True
FIJ0140_000000007647	3639	0.8596803285100688	5	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.3384143787457614	PS550	0	0	False	True	0.9997252225875854	0					non-mobilizable	no_good_hit								True	True
ETH0004_000000007861	3629	0.8596803285100688	4	2	0	2	0	True	52929	maximal	True	ETH0004_000000007861	1.0		1	1	False	False	0.9958666563034058	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	6.0	3.126618484862752e-05	LT618786.1	high GC Gram+	Propionibacterium freudenreichii isolate PFRJS9 genome assembly, chromosome: II	True	True
FIJ0057_000000008471	3585	0.8596803285100688	6	2	0	2	0	False	46488	fragment	False	FIJ0057_000000008471	0.9460388069158077		0	0	False	False	0.9938633441925049	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006622354124254985	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	False
MAD0073_000000000963	3572	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.3303866524342291	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0084_000000001807	3542	0.8596803285100688	5	2	0	2	0	False	46488	fragment	False	FIJ0057_000000008471	0.8983567693591569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0379_000000006308	3537	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.22934680135714663	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	188.0	94.149	5.0	5.5383202896511896e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
FIJ0078_000000007197	3518	0.8596803285100688	5	2	0	2	0	False	46488	fragment	False	FIJ0057_000000008471	0.9341482176360788		0	0	False	False	0.9997157454490662	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006622354124254985	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	False
MON0022_000000007334	3516	0.8596803285100688	6	2	0	2	0	False	13031	maximal	True	MON0022_000000007334	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0008_000000004369	3511	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.13903014629458318	PS550	0	0	False	True	0.9962973594665527	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.004876286797905003	XM_032945969.1	lampreys	PREDICTED: Petromyzon marinus CTD small phosphatase 1 (CTDSP1), transcript variant X5, mRNA	True	True
ISR0352_000000002297	3434	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.29412321489090043	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.004876286797905003	XM_032945969.1	lampreys	PREDICTED: Petromyzon marinus CTD small phosphatase 1 (CTDSP1), transcript variant X5, mRNA	True	True
ENG0100_000000008656	3410	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.06984170359544037	PS550	0	0	False	True	0.9979472160339355	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.405135408967877e-05	NZ_FONX01000001.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
FIJ0117_000000006257	3343	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.19555761891601325	PS550	0	0	False	True	0.9997008442878723	0					non-mobilizable	no_good_hit	62.0	85.484	2.0	0.00023299827908288608	NZ_CABMLE010000002.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	True
ENG0037_000000009984	3323	0.8596803285100688	4	2	0	2	0	True	83693	fragment	False	ENG0037_000000009984	1.0		0	0	False	False	0.9825459122657776	0					non-mobilizable	no_good_hit								True	True
MAD0091_000000004303	3307	0.8596803285100688	4	2	0	2	0	False	15762	fragment	False	MAD0091_000000004303	0.9691717791411043		0	0	False	False	0.9996976256370544	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000009538	3301	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.19672813490412308	PS550	0	0	False	True	0.9960618019104004	0					non-mobilizable	no_good_hit								True	True
CHI0136_000000004470	3273	0.8596803285100688	4	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.0700509150255597	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000010867	3260	0.8596803285100688	4	2	0	2	0	False	15762	fragment	False	MAD0091_000000004303	0.9623525854248564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	95.522	2.0	0.001145117634811576	NZ_VZBY01000065.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_21_length_57636_cov_25.0651_ID_41, whole genome shotgun sequence	True	False
SPA0041_000000010609	3225	0.8596803285100688	5	2	0	2	0	False	51565	fragment	False	SPA0041_000000010609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0089_000000007288	3208	0.8596803285100688	3	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.12149537422149087	PS550	0	0	False	True	0.9996882677078247	0					non-mobilizable	no_good_hit								True	True
FIJ0135_000000009006	3200	0.8596803285100688	6	2	0	2	0	False	46488	fragment	False	FIJ0057_000000008471	0.5545699910892158		0	0	False	False	0.995312511920929	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006622354124254985	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	False
ISR0173_000000002608	3197	0.8596803285100688	5	2	0	2	0	False	46488	fragment	False	FIJ0057_000000008471	0.5502092808413872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0184_000000004033	3180	0.8596803285100688	3	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.05415040590027431	PS550	0	0	False	True	0.996540904045105	0					non-mobilizable	no_good_hit								True	True
TAN0017_000000010920	3164	0.8596803285100688	3	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.08615760393271889	PS550	0	0	False	True	0.9996839165687561	0					non-mobilizable	no_good_hit								True	True
FIJ0113_000000007983	3146	0.8596803285100688	3	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.16048441386824916	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.0108291168978561e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0172_000000008422	3082	0.8596803285100688	4	2	0	2	0	False	46486	fragment	False	FIJ0172_000000008422	0.9986120749479528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0325_000000006170	3079	0.8596803285100688	3	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.15965274485718137	PS550	0	0	False	True	0.9948034882545471	0					non-mobilizable	no_good_hit								True	True
TAN0019_000000002029	3058	0.8596803285100688	3	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.1564054479180421	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0178_000000007316	2966	0.8596803285100688	3	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.05219110351725924	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0027_000000002892	2917	0.8596803285100688	3	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.0684245584082355	PS550	0	0	False	True	0.999657154083252	0					non-mobilizable	no_good_hit								True	True
FIJ0052_000000009786	2882	0.8596803285100688	4	2	0	2	0	False	46486	fragment	False	FIJ0172_000000008422	0.9662556781310836		0	0	False	False	0.9996530413627625	0					non-mobilizable	no_good_hit								True	False
TAN0010_000000004759	2867	0.8596803285100688	4	2	0	2	0	False	2628	fragment	False	TAN0010_000000004759	1.0		0	0	False	False	0.9989535808563232	0					non-mobilizable	no_good_hit								True	False
ISR0256_000000006313	2824	0.8596803285100688	3	2	0	2	0	False	98555	backbone	False	FIJ0008_000000006326	0.07003421754416002	PS550	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0040_000000010026	2688	0.8596803285100688	4	2	0	2	0	False	11872	maximal	True	MON0040_000000010026	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	5.3271663548707536e-05	NZ_JABWGO010000004.1	high GC Gram+	Nonomuraea rhodomycinica strain TBRC6557 NODE_4_length_638238_cov_21.9952, whole genome shotgun sequence	True	False
ISR0232_000000010037	2625	0.8596803285100688	4	2	0	2	0	False	75956	maximal	True	ISR0232_000000010037	1.0		1	1	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
AST0111_000000007891	2528	0.8596803285100688	4	2	0	2	0	True	116776	maximal	True	AST0111_000000007891	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.00011990024299782581	NZ_MDKE01000022.1	g-proteobacteria	Oceanisphaera psychrotolerans strain LAM-WHM-ZC NODE_2_length_250208_cov_257.352_ID_3, whole genome shotgun sequence	True	True
FIJ0114_000000015354	2525	0.8596803285100688	3	2	0	2	0	False	43306	fragment	False	FIJ0114_000000015354	1.0		0	0	False	False	0.9944554567337036	0					non-mobilizable	no_good_hit								True	False
ENG0133_000000009972	2486	0.8596803285100688	6	2	0	2	0	False	58259	maximal	True	ENG0133_000000009972	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0004_000000010811	2438	0.8596803285100688	2	2	0	2	0	False	52053	fragment	False	FIJ0004_000000010811	1.0		0	0	False	False	0.996308445930481	0					non-mobilizable	no_good_hit								True	False
MON0046_000000013983	2317	0.8596803285100688	3	2	0	2	0	False	12731	fragment	False	MON0046_000000013983	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0015_000000008952	2205	0.8596803285100688	4	2	0	2	0	True	19432	maximal	True	MAD0015_000000008952	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0009_000000016551	2187	0.8596803285100688	5	2	0	2	0	True	11723	maximal	True	SPA0009_000000016551	1.0		1	1	False	False	0.9913123250007629	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	1.4339293840387633e-05	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	True	True
FIJ0092_000000016815	2049	0.8596803285100688	3	2	0	2	0	False	43305	fragment	False	FIJ0092_000000016815	1.0		0	0	False	False	0.9843826293945312	0					non-mobilizable	no_good_hit								True	False
DEN0010_000000022940	1980	0.8596803285100688	3	2	0	2	0	False	75955	fragment	False	DEN0010_000000022940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0088_000000009938	1944	0.8596803285100688	3	2	0	2	0	True	116775	fragment	False	ENG0088_000000009938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	0.00011990024299782581	NZ_MDKE01000022.1	g-proteobacteria	Oceanisphaera psychrotolerans strain LAM-WHM-ZC NODE_2_length_250208_cov_257.352_ID_3, whole genome shotgun sequence	True	True
ENG0004_000000015975	1659	0.8596803285100688	2	2	0	2	0	False	67775	fragment	False	ENG0004_000000015975	1.0		0	0	False	False	0.9487643241882324	0					non-mobilizable	no_good_hit	117.0	97.436	7.0	3.904492084483784e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0100_000000023152	1362	0.8596803285100688	2	2	0	2	0	True	60541	fragment	False	ENG0100_000000023152	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0112_000000001563	13624	0.8596797303074396	14	12	10	11	11	False	113984	fragment	False	ENG0112_000000001563	0.9809187671387022		0	0	False	False	1.0	0					non-mobilizable	chromosome	13051.0	99.977	96.0	0.0025064870959129854	CP033884.1	enterobacteria	Escherichia coli strain 50579417 chromosome, complete genome	False	False
AST0019_000000005237	4929	0.8596527177469468	6	5	4	5	4	False	122869	fragment	False	AST0019_000000005237	1.0		0	0	False	False	0.9957395195960999	0					non-mobilizable	no_good_hit	376.0	76.064	8.0	0.00014340076666946472	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0153_000000016988	1506	0.8596482946760524	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.14139611675588432		0	0	False	False	0.9973439574241638	0					non-mobilizable	other	1526.0	78.44	99.0	0.021126171352074966	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
TAN0002_000000005648	5241	0.8596465305762309	6	6	6	5	3	False	49717	maximal	True	TAN0002_000000005648	1.0		11	2	False	False	0.999618411064148	0					non-mobilizable	no_good_hit	716.0	75.97800000000001	14.0	0.16341071018156744	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	False
ISR0087_000000006348	4187	0.8596451880553261	4	4	4	3	3	False	33857	maximal	True	ISR0087_000000006348	1.0		194	12	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	81.395	34.0	0.00033338734188194293	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0343_000000002046	6292	0.8596435435843238	4	3	3	3	1	False	24318	maximal	True	ISR0343_000000002046	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3968.0	88.911	63.0	0.11218596181750932	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
MAD0096_000000009582	1933	0.859629719694753	2	2	2	2	2	False	65137	maximal	True	MAD0096_000000009582	1.0		19	7	False	False	0.9963786602020264	0					non-mobilizable	no_good_hit	1241.0	76.873	64.0	0.0003442641655570588	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0033_000000015583	2010	0.8596287580070253	3	2	2	2	2	False	36884	fragment	False	ISR0033_000000015583	1.0		0	0	False	False	0.9995024800300598	0					non-mobilizable	no_good_hit	620.0	90.806	31.0	0.0013771140852950037	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0051_000000003758	6437	0.8596201614821506	8	7	6	7	4	False	17363	maximal	True	MAD0051_000000003758	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	76.37100000000001	4.0	0.01929663353103333	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	False
ISR0094_000000004866	4467	0.8596130931686249	4	3	3	2	2	False	115768	fragment	False	ISR0094_000000004866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	80.92	73.0	0.0004098791979907102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0051_000000011974	3571	0.8596118830174885	5	4	4	3	3	False	72595	maximal	True	DEN0051_000000011974	1.0		2	2	False	False	0.9997199773788452	0					non-mobilizable	no_good_hit	699.0	69.528	19.0	0.0010881167455272507	NZ_OLMM01000004.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	False
ISR0117_000000011831	2266	0.8596115306537435	3	3	3	2	2	False	82017	fragment	False	FIJ0142_000000011971	0.26843365053418183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1496.0	90.575	66.0	0.7299019607843137	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0169_000000018048	1344	0.8595971659261462	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.06041710774424331		0	0	False	False	0.992559552192688	0					non-mobilizable	other	1288.0	97.59299999999999	96.0	0.0003851355051544417	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
DEN0069_000000005353	5425	0.8595900140110591	8	8	6	6	5	False	70757	maximal	True	DEN0069_000000005353	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1525.0	70.557	27.0	0.0004554309841645252	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
SPA0030_000000011351	2713	0.8595691316160663	4	4	4	4	4	True	84212	fragment	False	SPA0030_000000011351	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2713.0	98.415	100.0	0.0007531199493476848	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0169_000000017042	1853	0.8595675173315661	3	3	3	3	2	False	83765	maximal	True	ISR0169_000000017042	1.0		280	14	False	False	0.9967620372772217	0					non-mobilizable	no_good_hit	1130.0	76.814	60.0	0.017203099042029595	NZ_JNJN01000008.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
CHI0122_000000003041	4334	0.8595671700120501	5	5	5	5	5	False	108275	fragment	False	ISR0208_000000005361	0.9610778667415835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	83.06700000000001	43.0	0.0006511133759879984	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0094_000000033696	1178	0.8595622948073741	1	1	1	1	1	False	68266	fragment	False	DEN0094_000000033696	1.0		0	0	False	False	0.9983022212982178	0					non-mobilizable	other	1178.0	99.83	100.0	0.00028857439102099677	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0074_000000004339	4994	0.8595607736542205	6	4	2	2	3	False	130157	backbone	False	CHI0140_000000005922	0.9225204217912659	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	6	rep_cluster_475				non-mobilizable	other	4247.0	99.36399999999999	100.0	0.829296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
FIJ0088_000000013027	2135	0.8595596679657268	2	1	1	1	1	False	78620	fragment	False	FIJ0088_000000013027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	89.286	3.0	0.0001686775070077837	NZ_JAAIPW010000002.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_2_length_326066_cov_251.654, whole genome shotgun sequence	True	False
MON0048_000000000019	101975	0.8595552495477992	127	39	22	31	23	True	127514	fragment	False	MON0048_000000000019	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	901.0	86.459	5.0	0.0003537311667033809	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
CAN0015_000000021235	1687	0.8595468143929574	2	1	1	1	1	False	93197	maximal	True	CAN0015_000000021235	1.0		7	3	False	False	0.9899229407310486	0					non-mobilizable	other	1668.0	99.7	99.0	0.01014107469841405	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	False
ISR0170_000000018480	2504	0.8595237025036422	4	3	3	2	2	False	105791	fragment	False	FIJ0053_000000006738	0.6387254901960784		0	0	False	False	1.0	0					non-mobilizable	chromosome	2504.0	99.00200000000001	100.0	0.0008505166812383767	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0126_000000008366	5782	0.8595193638265719	9	6	6	5	3	False	32006	maximal	True	ISR0126_000000008366	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0064_000000009188	2330	0.8595177089053259	3	3	2	3	2	False	99644	fragment	False	AUS0020_000000010509	0.6337368215540805		0	0	False	False	1.0	0					non-mobilizable	chromosome	2330.0	99.571	100.0	0.0004231409595361692	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
ISR0346_000000001832	8393	0.8595121587466179	7	7	7	7	6	False	98956	fragment	False	ISR0346_000000001832	0.962822636045989		0	0	False	False	1.0	0					non-mobilizable	other	8395.0	98.999	100.0	0.0014648063346939346	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0071_000000006197	1323	0.8595090413821953	2	2	2	2	2	False	34871	fragment	False	ISR0071_000000006197	1.0		0	0	False	False	0.9614512324333191	0					non-mobilizable	other	1290.0	99.845	98.0	0.04555897218393242	NZ_JAAITI010000042.1	firmicutes	Blautia luti strain MSK.16.34 NODE_42_length_28293_cov_223.702, whole genome shotgun sequence	False	False
SPA0020_000000014923	2148	0.8594814605790891	3	2	2	2	2	False	131132	fragment	False	SPA0135_000000009774	0.95335339638865		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	100.0	100.0	0.007116532443198035	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
DEN0021_000000009490	3495	0.8594644424110218	4	4	4	3	4	True	74834	maximal	True	DEN0021_000000009490	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	96.883	21.0	0.0002568900203978345	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0036_000000022814	1382	0.8594306782822263	2	2	2	2	2	False	107124	fragment	False	MON0095_000000022124	0.9318658280922432		0	0	False	False	1.0	0					non-mobilizable	other	666.0	98.79899999999999	93.0	0.00947091077405113	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0028_000000004414	5125	0.8594201093312588	6	6	6	5	3	False	121556	fragment	False	MON0028_000000004414	1.0		0	0	False	False	0.9978536367416382	0					non-mobilizable	other	5127.0	99.70700000000001	100.0	0.000992278001994235	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0097_000000021879	1500	0.8594176140125197	2	2	2	1	2	False	53062	fragment	False	SPA0097_000000021879	0.977847922187489		0	0	False	False	0.9993333220481873	0					non-mobilizable	chromosome	1534.0	75.033	99.0	0.00040760257864237524	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0099_000000022604	1572	0.859410547771743	3	3	3	3	3	False	29285	fragment	False	MON0099_000000022604	1.0		0	0	False	False	0.9898219108581543	0					non-mobilizable	no_good_hit	823.0	96.476	52.0	0.0031531946234579266	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0109_000000003078	5146	0.8594079029409981	5	5	5	5	5	False	87587	maximal	True	CHI0109_000000003078	1.0		8	5	False	False	0.9994170069694519	0					non-mobilizable	no_good_hit	3967.0	98.56299999999999	77.0	0.0005590820271148432	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
USA0130_01_000000007888	5011	0.8594066201278889	8	5	2	4	3	False	104909	fragment	False	ISR0856_000000000942	0.9386933227102446		0	0	False	False	1.0	0					non-mobilizable	plasmid	4682.0	98.163	99.0	0.37765227914481647	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0083_000000009434	2933	0.8594066201278889	6	5	2	4	3	False	104849	fragment	False	DEN0064_000000009405	0.7809456264332697		0	0	False	False	0.9921581745147705	0					non-mobilizable	plasmid	2714.0	98.12100000000001	98.0	0.21887858007260994	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0224_000000010207	2880	0.8594066201278889	6	5	2	4	3	False	104849	fragment	False	DEN0064_000000009405	0.7695987441981804		0	0	False	False	0.9951388835906982	0					non-mobilizable	plasmid	2664.0	97.973	98.0	0.21484469544171036	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
AST0094_000000000605	20802	0.8593991474241065	20	10	6	10	7	True	109433	fragment	False	SPA0143_000000000475	0.9462384621468921		0	0	False	False	0.9982213377952576	0					non-mobilizable	no_good_hit	795.0	69.811	4.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
AST0046_000000009634	1780	0.8593912420715587	2	1	1	1	1	False	115660	maximal	True	AST0046_000000009634	1.0		1	1	False	False	0.9994382262229919	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000000748	27179	0.8593813163374456	25	8	6	7	5	True	124889	maximal	True	ISR0011_000000000748	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	91.765	0.0	2.6545492812333795e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	True
MON0033_000000020088	3264	0.8593773901521811	6	5	3	3	4	False	12333	maximal	True	MON0033_000000020088	1.0		1	1	False	False	0.9914215803146362	0					non-mobilizable	no_good_hit	287.0	95.12200000000001	10.0	7.997514618533933e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0045_000000021477	1896	0.859376579707914	3	2	2	2	2	False	87134	maximal	True	DEN0045_000000021477	1.0		107	8	False	False	1.0	0					non-mobilizable	other	1819.0	99.45	96.0	0.0075414093060493055	NZ_AGDG01000008.1	CFB group bacteria	Bacteroides faecis MAJ27 contig008, whole genome shotgun sequence	False	False
DEN0096_000000028298	1599	0.859376579707914	2	2	2	2	2	False	87132	fragment	False	MON0096_000000022634	0.9703472086099268		0	0	False	False	0.9962476491928101	0					non-mobilizable	chromosome	1599.0	99.31200000000001	100.0	0.0002463128219079687	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0135_000000009485	2111	0.8593694177530178	3	2	0	1	1	True	84704	fragment	False	CHI0135_000000009485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	92.56	69.0	0.00023439407765368155	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
SPA0138_000000011054	2355	0.8593563107102787	4	3	2	2	2	False	90618	fragment	False	CHI0006_000000005247	0.9402985074626866		0	0	False	False	0.9974522590637207	0					non-mobilizable	other	2356.0	96.477	100.0	0.008374345698680018	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0388_000000024004	1469	0.8593556838985938	2	2	2	2	1	False	126626	fragment	False	AST0094_000000014408	0.6967362706286756		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	97.277	100.0	0.036478925773964936	NZ_JAAIQH010000025.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_25_length_40215_cov_181.153, whole genome shotgun sequence	False	False
ISR0217_000000003242	8481	0.8593522528372447	12	5	3	4	2	False	126537	backbone	True	ISR0217_000000003242	0.9930251349790277	PS336|PS768|PS968	3	3	True	True	1.0	21					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0177_000000002708	8469	0.8593522528372447	12	5	3	4	2	False	126537	backbone	False	ISR0217_000000003242	0.9928959180642226	PS336|PS768|PS968	0	0	True	True	0.9998819231987	7					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
AST0010_000000002737	8461	0.8593522528372447	12	5	3	4	2	False	126537	backbone	False	ISR0217_000000003242	0.9929077381530188	PS336|PS768|PS968	0	0	True	True	0.9995272159576416	24					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0166_000000016633	1757	0.8593513121515374	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.5462038323470961		0	0	False	False	0.9971542358398438	0					non-mobilizable	other	1759.0	92.098	100.0	0.0005462886282991198	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0103_000000016983	1743	0.8593513121515374	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.5566949459120658		0	0	False	False	0.9942627549171448	0					non-mobilizable	other	1567.0	86.40700000000001	96.0	0.00046757856027352594	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0106_000000011776	1709	0.8593513121515374	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.4070416207471011		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	91.955	99.0	0.0005291782213763113	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0005_000000000917	21107	0.8593474276855213	26	7	6	6	4	False	128792	fragment	False	AST0005_000000000917	0.9879686959257072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1832.0	74.618	9.0	0.009823853748190557	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
FIJ0029_000000015920	2033	0.8593473817814477	3	3	3	3	3	False	124634	fragment	False	ISR0200_000000010239	0.6308816811329374		0	0	False	False	0.9990162253379822	0					non-mobilizable	no_good_hit	53.0	88.679	3.0	8.856167514762788e-06	NZ_CP017704.1	firmicutes	Bacillus simplex NBRC 15720 = DSM 1321, complete genome	True	False
USA0063_01_000000000736	23527	0.8593465292719428	23	18	9	14	9	True	122752	maximal	True	USA0063_01_000000000736	1.0		4	2	False	False	0.9993624091148376	0					non-mobilizable	no_good_hit	4973.0	93.646	52.0	0.020383127300179295	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0049_000000005745	4836	0.8593453551979902	6	3	1	3	1	True	36007	maximal	True	ISR0049_000000005745	1.0		1	1	True	True	1.0	76					non-mobilizable	no_good_hit								True	True
ISR0779_000000023968	1447	0.8593447034954067	2	2	2	1	1	False	22329	maximal	True	ISR0779_000000023968	0.9996371552975327		49	10	False	False	0.9930891394615173	0					non-mobilizable	no_good_hit	1013.0	99.90100000000001	70.0	0.0011055493771999012	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
CHI0005_000000002333	6455	0.8593323673948341	14	2	2	1	2	False	100938	fragment	False	CHI0005_000000002333	1.0		0	0	False	False	0.9964368939399719	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	7.291462041077524e-06	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
ISR0830_000000010996	2501	0.8593309273149295	4	4	4	4	3	False	95318	fragment	False	ENG0196_000000003263	0.6458064182177888		0	0	False	False	0.9952019453048706	0					non-mobilizable	other	2503.0	97.883	100.0	0.0006756941276799628	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0007_000000005443	3459	0.8593298816562711	3	3	3	2	3	False	127164	fragment	False	AST0007_000000005443	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3392.0	99.971	100.0	0.017338350939267198	CP024976.1	enterobacteria	Escherichia coli strain CV839-15 plasmid pCV839-15-p2, complete sequence	False	True
AST0016_000000009236	2848	0.8593188822520793	3	3	3	3	2	False	123451	maximal	True	AST0016_000000009236	1.0		216	12	False	False	0.9996488690376282	0					non-mobilizable	other	2848.0	99.228	100.0	0.019582083803340027	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	False	False
MON0105_000000002715	15474	0.8593170906517931	28	8	2	5	6	False	58433	fragment	False	MON0105_000000002715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2487.0	93.68700000000001	44.0	0.09665296535525543	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
SPA0136_000000006743	5420	0.8593132146987529	4	4	2	3	4	False	123373	fragment	False	SPA0114_000000007062	0.9493307839388145		0	0	False	False	0.9996309876441956	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000010090	3426	0.8593039153684415	3	3	3	3	3	False	48461	fragment	False	FIJ0032_000000010090	0.9935256032960564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.739698533111626e-07	CP023757.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 1	True	False
ENG0039_000000000145	61595	0.8592930082803389	69	24	7	17	13	False	74073	maximal	True	ENG0039_000000000145	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	73.829	1.0	0.0003385015087909131	NZ_ATXD01000008.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
SPA0018_000000013280	2240	0.8592918443727994	2	2	2	2	2	False	120676	fragment	False	AST0084_000000015381	0.9866074983623824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	73.631	38.0	0.00031032497019293397	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
ISR0186_000000012196	2383	0.8592912817670664	2	2	2	1	1	True	29338	maximal	True	ISR0186_000000012196	1.0		4	3	False	False	0.998741090297699	0					non-mobilizable	other	1101.0	85.74	91.0	0.0007374810236829829	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ENG0195_000000005580	4102	0.8592899768204401	4	4	4	3	3	False	64794	fragment	False	ENG0195_000000005580	1.0		0	0	False	False	0.9948805570602417	0					non-mobilizable	no_good_hit	285.0	84.912	7.0	0.06987654320987655	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
FIJ0133_000000016291	2320	0.8592833365869679	3	3	3	3	2	False	40691	fragment	False	FIJ0133_000000016291	0.9884953072963972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	76.10600000000001	5.0	0.00019226741650959107	NZ_FUWZ01000006.1	CFB group bacteria	Chitinophaga eiseniae strain DSM 22224, whole genome shotgun sequence	True	False
MON0090_000000005870	8336	0.8592701919612797	9	5	5	5	4	False	44170	maximal	True	MON0090_000000005870	1.0		4	3	False	False	0.9966410994529724	0					non-mobilizable	no_good_hit	183.0	77.04899999999999	2.0	9.532296276620811e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0111_000000011241	1590	0.8592660290175698	2	2	2	2	1	False	39996	fragment	False	MON0019_000000040725	0.9174727932285369		0	0	False	False	1.0	0					non-mobilizable	chromosome	1595.0	88.025	100.0	0.0005321553435835226	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0016_000000023050	1478	0.8592648797371668	3	2	2	2	2	False	102201	fragment	False	SPA0016_000000023050	0.9848375451263538		0	0	False	False	0.9966170787811279	0					non-mobilizable	other	1478.0	99.932	100.0	0.0047212934490055555	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0106_000000008665	2283	0.8592633204038754	2	2	2	2	2	False	83155	fragment	False	CHI0106_000000008665	0.9995573262505533		0	0	False	False	0.9851073026657104	0					non-mobilizable	no_good_hit	1962.0	86.85	86.0	0.00036655549193831427	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
SPA0012_000000010785	2259	0.8592633204038754	2	2	2	2	2	False	83155	fragment	False	CHI0106_000000008665	0.994305738063951		0	0	False	False	0.9942452311515808	0					non-mobilizable	no_good_hit	1953.0	86.79	87.0	0.00031036548850777134	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
ENG0142_000000016998	1983	0.8592633204038754	2	2	2	2	2	False	57686	fragment	False	ENG0142_000000016998	1.0		0	0	False	False	0.9914271235466003	0					non-mobilizable	other	1954.0	86.899	99.0	0.00031052522370515057	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0083_000000024289	1176	0.8592547481324266	3	2	2	2	2	False	34075	fragment	False	ISR0083_000000024289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0003_000000002535	9126	0.8592495157201879	16	8	6	7	5	False	88115	maximal	True	MAD0003_000000002535	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1543.0	76.604	23.0	0.00046789185476188845	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0049_000000013910	1223	0.8592493962562995	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.05108143866385276		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	99.101	100.0	0.00036948568318568014	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0180_000000011716	1126	0.8592430040804705	2	2	2	2	1	False	77452	fragment	False	CHI0180_000000011716	1.0		0	0	False	False	0.9857904314994812	0					non-mobilizable	no_good_hit	449.0	72.16	39.0	0.00014731023535565903	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
SPA0021_000000000931	18358	0.8592341118136269	19	10	6	10	6	True	122759	fragment	False	SPA0021_000000000931	1.0		0	0	False	False	0.9999455213546753	0					non-mobilizable	no_good_hit	4023.0	91.573	38.0	0.016485387578929228	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0085_000000004937	2525	0.8592243849455657	4	3	3	3	3	False	111120	maximal	True	AST0085_000000004937	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	74.87899999999999	24.0	0.002848976236735914	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0077_000000005919	1987	0.8592201709888704	3	2	2	2	2	False	16224	fragment	False	MAD0077_000000005919	1.0		0	0	False	False	0.9954705834388733	0					non-mobilizable	no_good_hit	1403.0	73.77	70.0	0.00037556588369246427	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0030_000000012234	2705	0.8592175216800495	5	1	1	1	1	True	107759	fragment	False	FIJ0030_000000012234	0.9827908716797606		0	0	False	False	0.999630331993103	0					non-mobilizable	no_good_hit	81.0	98.765	3.0	0.00010226635015231295	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
FIJ0067_000000012917	2341	0.8592175216800495	4	1	1	1	1	True	45225	fragment	False	FIJ0067_000000012917	1.0		0	0	False	False	0.984194815158844	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	5.7837206578596665e-06	NZ_CTEE01000001.1	high GC Gram+	Mycobacterium lentiflavum strain CSUR P1491, whole genome shotgun sequence	True	True
ENG0100_000000013761	2196	0.8592175216800495	4	1	1	1	1	True	107755	fragment	False	ENG0100_000000013761	1.0		0	0	False	False	0.9744991064071655	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.388200369918867e-05	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	True	True
ISR0858_000000002991	2967	0.859217404441717	5	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.993519036005168		0	0	False	False	1.0	0					non-mobilizable	other	2967.0	100.0	100.0	0.004732787397956253	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0261_000000006030	2940	0.859217404441717	5	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.9931381467721903		0	0	False	False	0.9996598362922668	0					non-mobilizable	other	2940.0	99.96600000000001	100.0	0.0046897040332412095	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0332_000000004874	2750	0.859217404441717	5	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.9786361614074456		0	0	False	False	0.9938181638717651	0					non-mobilizable	other	2753.0	99.52799999999999	100.0	0.004391311840585168	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0204_000000003900	2623	0.859217404441717	4	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.8361055059263962		0	0	False	False	1.0	0					non-mobilizable	other	2623.0	100.0	100.0	0.004183873417883107	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0851_000000004928	2623	0.859217404441717	4	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.8361055059263962		0	0	False	False	1.0	0					non-mobilizable	other	2623.0	100.0	100.0	0.004183873417883107	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0390_000000004911	2623	0.859217404441717	4	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.8361055059263962		0	0	False	False	0.9977125525474548	0					non-mobilizable	other	2623.0	100.0	100.0	0.004183873417883107	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0126_000000018984	2589	0.859217404441717	5	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.8258510027608492		0	0	False	False	1.0	0					non-mobilizable	other	2552.0	99.961	99.0	0.004070580125484289	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0811_000000005641	2565	0.859217404441717	4	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.8270125383404999		0	0	False	False	0.9996101260185242	0					non-mobilizable	other	2565.0	100.0	100.0	0.004091323967754495	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0778_000000005132	2549	0.859217404441717	4	2	2	2	2	False	88331	fragment	False	ISR0858_000000002991	0.8204616841443225		0	0	False	False	0.9952922463417053	0					non-mobilizable	other	2535.0	100.0	99.0	0.004043453562515558	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0241_000000008914	1733	0.859217404441717	2	2	2	2	2	False	88324	fragment	False	ISR0241_000000008914	0.981539924029639		0	0	False	False	0.9953837394714355	0					non-mobilizable	other	1715.0	99.94200000000001	99.0	0.0027349958193179425	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0113_000000004852	1624	0.859217404441717	3	2	2	2	2	False	88324	fragment	False	ISR0241_000000008914	0.8739894228815198		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	100.0	93.0	0.0024126684240424324	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0262_000000010717	1572	0.859217404441717	2	2	2	2	2	False	88324	fragment	False	ISR0241_000000008914	0.9304636648858412		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	100.0	100.0	0.0025068135543456754	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0291_000000009477	1562	0.859217404441717	2	2	2	2	2	False	88324	fragment	False	ISR0241_000000008914	0.9692560470343761		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	99.936	100.0	0.002490856752599363	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0010_000000017499	1535	0.859217404441717	2	2	2	2	2	False	88324	fragment	False	ISR0241_000000008914	0.8734506949518938		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	99.935	100.0	0.0024477733878843196	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0120_000000004948	8396	0.8592123163501789	11	5	3	4	4	True	118481	maximal	False	SPA0144_000000001669	0.9939902476200252		0	0	True	True	1.0	118					non-mobilizable	no_good_hit	2253.0	84.421	63.0	0.18144413069786205	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0041_000000004864	6849	0.8592123163501789	9	5	3	4	4	True	104867	fragment	False	SPA0041_000000004864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2253.0	84.376	54.0	0.18144413069786205	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CAN0009_000000020069	1416	0.8592119025238266	3	1	1	1	1	False	94720	fragment	False	CAN0009_000000020069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000007281	3521	0.8592108070289274	5	2	2	1	2	False	76457	maximal	True	FIJ0172_000000007281	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0003390788358293303	NZ_PDNU01000028.1	a-proteobacteria	Roseomonas rhizosphaerae strain YW11 contig28, whole genome shotgun sequence	True	False
DEN0001_000000018788	2285	0.8592108070289274	3	2	2	1	2	False	76900	fragment	False	DEN0001_000000018788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.8057524255143464e-05	NZ_QYBB01000001.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_1_length_465056_cov_80.1824, whole genome shotgun sequence	True	False
MAD0056_000000002456	4648	0.8592009751614311	6	5	2	1	4	False	18843	fragment	False	MAD0056_000000002456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3027.0	99.042	82.0	0.03408886085075703	CP024864.1	enterobacteria	Escherichia coli strain AR_0015 plasmid unitig_2_pilon, complete sequence	True	False
ISR0073_000000020096	1383	0.8591979441983612	2	2	2	2	2	False	59352	maximal	False	ENG0117_000000016052	0.9575905348452107		0	0	False	False	0.9949385523796082	0					non-mobilizable	no_good_hit	451.0	73.61399999999999	32.0	0.00011517486726622461	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
FIJ0153_000000000517	34424	0.8591972101841888	34	18	15	16	8	True	46429	fragment	False	FIJ0153_000000000517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	76.786	0.0	0.0001153851853890598	NZ_QGTD01000008.1	firmicutes	Gracilibacillus dipsosauri strain DD1 NODE_1_length_944662_cov_68.369322, whole genome shotgun sequence	True	True
MAD0012_000000001243	15663	0.8591966666554094	28	9	6	7	5	False	19704	maximal	True	MAD0012_000000001243	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2625.0	90.133	64.0	0.0007092219675488364	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0015_01_000000005979	5180	0.8591617147170096	6	3	0	2	2	False	120505	maximal	True	USA0015_01_000000005979	1.0	PS794	5	4	False	True	1.0	0					non-mobilizable	no_good_hit	2911.0	99.96600000000001	56.0	0.007202331287432192	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
TAN0020_000000006842	1125	0.8591571540650859	2	1	1	1	1	False	2392	maximal	True	TAN0020_000000006842	1.0		0	0	False	False	0.9724444150924683	0					non-mobilizable	no_good_hit	639.0	78.247	56.0	0.0001803811522245677	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0158_000000003157	5538	0.8591484803537459	6	4	3	4	3	False	116963	maximal	True	FIJ0158_000000003157	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2243.0	94.249	40.0	0.08118594436310396	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
ISR0388_000000006742	4608	0.8591467761279894	8	7	5	5	4	False	117424	maximal	True	ISR0388_000000006742	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1735.0	79.885	38.0	0.0009979872768172983	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0064_000000010088	2689	0.8591442053622544	6	2	1	2	1	True	45500	fragment	False	FIJ0064_000000010088	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2438.0	99.221	100.0	0.20369441658308257	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
AST0055_000000002936	9126	0.859143855288256	11	7	7	6	7	True	117408	maximal	True	AST0055_000000002936	1.0		1	1	False	False	0.9994521141052246	0					non-mobilizable	no_good_hit	5614.0	93.677	64.0	0.08494613839693263	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0036_000000004482	7401	0.8591343997759218	7	4	2	2	3	False	126499	backbone	False	ISR0398_000000002893	0.9964226996647756	PS879|PS961|PS964	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1526.0	93.64399999999999	48.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0129_000000002756	6739	0.8591343997759218	6	4	2	2	3	False	126499	backbone	False	ISR0398_000000002893	0.9125331236439537	PS879|PS961|PS964	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1526.0	93.64399999999999	50.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0049_000000002418	8013	0.8591195570966739	12	8	3	4	7	True	90659	backbone	False	CHI0160_000000002674	0.9874051052793662	PS456|PS481	0	0	True	True	1.0	108		MOBB			mobilizable	no_good_hit	3505.0	95.89200000000001	69.0	0.3174516743806153	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0098_000000011522	1518	0.859105905914667	3	2	2	2	2	False	107557	fragment	False	MAD0016_000000002666	0.27812485833483364		0	0	False	False	1.0	0					non-mobilizable	chromosome	1534.0	86.441	100.0	0.0004918577557684504	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0262_000000005338	2950	0.8590979546230153	3	2	2	2	2	False	55445	maximal	True	ISR0262_000000005338	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	83.75399999999999	21.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0159_000000006309	3939	0.8590934124343692	2	1	1	1	1	True	57200	maximal	True	ISR0159_000000006309	0.9750683227669267		6	2	False	False	0.9992383718490601	0					non-mobilizable	no_good_hit	1188.0	86.448	76.0	0.022490857760009093	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0065_000000008270	3708	0.8590934124343692	2	1	1	1	1	True	57200	maximal	False	ISR0159_000000006309	0.9501142421934501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	86.36399999999999	71.0	0.022490857760009093	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
SPA0012_000000007427	3325	0.8590934124343692	3	1	1	1	1	True	57199	maximal	True	SPA0012_000000007427	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	86.291	76.0	0.02250980540765864	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
USA0035_01_000000007613	3285	0.8590934124343692	3	1	1	1	1	True	130958	fragment	False	USA0035_01_000000007613	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3018.0	98.641	100.0	0.05714610531102564	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MAD0109_000000004389	3180	0.8590934124343692	2	1	1	1	1	True	130956	fragment	False	MAD0109_000000004389	1.0		0	0	False	False	0.994339644908905	0					non-mobilizable	other	3182.0	98.68	100.0	0.060234571877901356	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
FIJ0171_000000007908	2600	0.8590934124343692	3	1	1	1	1	True	57197	fragment	False	FIJ0171_000000007908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	86.375	88.0	0.02250980540765864	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
SPA0126_000000016579	2530	0.8590934124343692	2	1	1	1	1	True	130954	fragment	False	SPA0126_000000016579	0.9872115720871086		0	0	False	False	1.0	0					non-mobilizable	other	2530.0	98.696	100.0	0.04791860090569756	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ISR0164_000000011324	2330	0.8590934124343692	1	1	1	1	1	True	130954	fragment	False	SPA0126_000000016579	0.9605580442102181		0	0	False	False	0.9991416335105896	0					non-mobilizable	other	2313.0	98.962	100.0	0.043788013718096895	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ENG0010_000000009394	2250	0.8590934124343692	2	1	1	1	1	True	130954	fragment	False	SPA0126_000000016579	0.6525035765379114		0	0	False	False	1.0	0					non-mobilizable	other	2250.0	99.022	100.0	0.042613259563825154	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ISR0146_000000019781	2074	0.8590934124343692	1	1	1	1	1	True	130955	fragment	False	ISR0146_000000019781	0.9950566272849386		0	0	False	False	0.999035656452179	0					non-mobilizable	other	2063.0	98.837	100.0	0.039013206510411735	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
AST0104_000000017623	1948	0.8590934124343692	1	1	1	1	1	True	130955	fragment	False	ISR0146_000000019781	0.9760080571509574		0	0	False	False	1.0	0					non-mobilizable	other	1950.0	99.28200000000001	100.0	0.03691001762131232	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MON0081_000000029459	1839	0.8590934124343692	1	1	1	1	1	True	130955	fragment	False	ISR0146_000000019781	0.6463039014373716		0	0	False	False	0.9989124536514282	0					non-mobilizable	other	1839.0	99.13	100.0	0.03482577637986244	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
SPA0059_000000014704	1655	0.8590934124343692	1	1	1	1	1	True	6267	fragment	False	SPA0059_000000014704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	86.448	72.0	0.022490857760009093	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ENG0102_000000018000	1599	0.8590934124343692	1	1	1	1	1	True	130953	fragment	False	ENG0102_000000018000	1.0		0	0	False	False	0.9962476491928101	0					non-mobilizable	other	1599.0	99.43700000000001	100.0	0.030278340943971804	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ENG0141_000000017204	1547	0.8590934124343692	1	1	1	1	1	True	130952	fragment	False	ENG0141_000000017204	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1547.0	99.289	100.0	0.0292930632661955	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
SPA0062_000000002798	10127	0.8590924524718745	16	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.7095355755984418	PS1166	0	0	True	True	1.0	51					non-mobilizable	other	10127.0	99.822	100.0	0.26997840172786175	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0058_000000002193	10126	0.8590924524718745	16	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.7095199765024848	PS1166	0	0	True	True	1.0	43					non-mobilizable	other	10126.0	99.822	100.0	0.2699517371943578	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0047_000000001838	10095	0.8590924524718745	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.7090323834583324	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10095.0	99.822	100.0	0.26912513665573423	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0831_000000001344	10074	0.8590924524718745	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6972972336690623	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10027.0	98.36399999999999	99.0	0.3742292312866699	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0134_000000003119	9777	0.8590924524718745	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6783720362589057	PS1166	0	0	False	True	1.0	0					non-mobilizable	chromosome	9696.0	99.75200000000001	100.0	0.0018283331862369036	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
SPA0108_000000002822	9665	0.8590924524718745	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6740381362063812	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9665.0	100.0	100.0	0.2576860517825241	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0803_000000000964	9660	0.8590924524718745	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6727805942311196	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9660.0	100.0	100.0	0.25755272911500415	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0293_000000004757	7438	0.8590879010048352	8	3	1	3	2	False	110782	maximal	True	ISR0293_000000004757	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2979.0	97.281	51.0	0.06634881026646466	NZ_SPFU01000033.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_33_length_44884_cov_22.2797, whole genome shotgun sequence	True	False
FIJ0096_000000028688	1323	0.8590783820149348	2	2	2	1	1	False	42964	fragment	False	FIJ0096_000000028688	1.0		0	0	False	False	0.9939531087875366	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	4.526636749268e-06	NZ_LFJC01000003.1	a-proteobacteria	Bradyrhizobium nitroreducens strain TSA1 Contig01, whole genome shotgun sequence	True	False
ENG0107_000000003045	7779	0.8590745791567149	9	6	5	5	4	False	85768	fragment	False	ENG0107_000000003045	1.0		0	0	False	False	0.9998714327812195	0					non-mobilizable	no_good_hit	1497.0	95.85799999999999	44.0	0.0004108460036126875	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
MAD0035_000000010674	2096	0.8590745789262569	3	3	3	2	1	False	106073	fragment	False	MAD0035_000000010674	1.0		0	0	False	False	0.9904580116271973	0					non-mobilizable	other	2078.0	94.755	100.0	0.0007524735935153626	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0065_000000012661	2567	0.8590726520802997	2	2	2	1	1	True	55206	fragment	False	ISR0065_000000012661	1.0		0	0	False	False	0.9976626634597778	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
ISR0206_000000012980	2006	0.8590692858100107	4	2	2	1	1	False	115210	fragment	False	ENG0066_000000009966	0.9431649328482777		0	0	False	False	0.9940179586410522	0					non-mobilizable	other	2006.0	99.85	100.0	0.015514493090053701	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0066_000000009966	2003	0.8590692858100107	3	2	2	1	1	False	115210	fragment	False	ENG0066_000000009966	0.961970115097376		0	0	False	False	0.9995007514953613	0					non-mobilizable	other	2003.0	99.45100000000001	100.0	0.01549127938468205	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0198_000000017033	1939	0.8590692858100107	3	2	2	1	1	False	115210	fragment	False	ENG0066_000000009966	0.9512905782569083		0	0	False	False	0.9969056248664856	0					non-mobilizable	other	1924.0	99.324	99.0	0.014879985143228563	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0165_000000011253	1764	0.8590692858100107	3	2	2	1	1	False	115206	fragment	False	ENG0165_000000011253	0.9793540859593752		0	0	False	False	1.0	0					non-mobilizable	other	1741.0	99.368	99.0	0.013463949115557825	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0023_000000018472	1706	0.8590692858100107	5	2	2	1	1	False	37519	fragment	False	ISR0023_000000018472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	98.802	81.0	0.007095655941934785	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0021_000000028292	1323	0.8590629323298415	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.07493224359740616		0	0	False	False	0.9886621236801147	0					non-mobilizable	other	1249.0	91.03299999999999	94.0	0.012774995575083032	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
TAN0017_000000027839	1353	0.8590574553337896	2	2	2	1	1	False	2445	maximal	True	TAN0017_000000027839	1.0		1	1	False	False	0.9852180480957031	0					non-mobilizable	no_good_hit								True	False
ISR0784_000000000924	14296	0.8590534522335435	15	11	2	5	8	True	117783	fragment	False	AUS0014_000000001958	0.9808361181204392		0	0	False	True	1.0	0					non-mobilizable	chromosome	14150.0	99.979	100.0	0.0025377146291562947	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0093_000000017238	1488	0.8590503256125219	4	2	1	1	0	True	33507	maximal	True	ISR0093_000000017238	1.0		0	0	False	False	0.9858871102333069	0					non-mobilizable	no_good_hit	182.0	97.802	12.0	0.0010938142087070029	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
DEN0016_000000001925	3391	0.8590502130895172	4	2	2	2	1	False	75370	fragment	False	DEN0016_000000001925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0031_01_000000010901	2670	0.8590438954337652	3	2	2	2	1	False	127798	fragment	False	USA0031_01_000000010901	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	98.647	97.0	0.00582282477155936	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
FIJ0014_000000012446	1971	0.8590341777263635	3	3	2	3	2	False	112281	fragment	False	ENG0175_000000012415	0.9576550887944162		0	0	False	False	1.0	0					non-mobilizable	other	1971.0	99.23899999999999	100.0	0.0004830004675542597	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0047_000000003153	6297	0.8590324844091191	7	4	3	4	2	True	115467	maximal	True	AST0047_000000003153	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2644.0	99.546	51.0	0.01705832617998051	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	True
FIJ0087_000000004747	5899	0.8590246483740372	7	5	2	4	4	False	43758	maximal	True	FIJ0087_000000004747	0.998004511539129		2	2	False	False	0.9954229593276978	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000004610	5763	0.8590246483740372	7	5	2	4	4	False	43758	maximal	False	FIJ0087_000000004747	0.9865231395151721		0	0	False	False	0.9991323947906494	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000018041	1903	0.8590214070152088	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.05739687711957284		0	0	False	False	0.9968470931053162	0					non-mobilizable	other	1903.0	97.95100000000001	100.0	0.043461362597165064	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0089_000000016140	1834	0.8590085126400225	3	2	2	2	1	True	33732	maximal	True	ISR0089_000000016140	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0093_000000017495	2472	0.8589895005120565	6	3	1	2	3	False	119856	fragment	False	MON0093_000000017495	1.0		0	0	False	False	0.9862459301948547	0					non-mobilizable	no_good_hit								True	False
ISR0106_000000003053	6790	0.8589825961019467	8	5	4	5	4	False	128613	maximal	True	ISR0106_000000003053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2212.0	99.186	34.0	0.010319575455186159	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0223_000000001772	11327	0.8589811212631432	14	9	5	8	6	False	33727	maximal	True	ISR0223_000000001772	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	82.929	12.0	0.11699357750390557	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
USA0069_01_000000033931	1788	0.8589795397839202	3	3	3	3	2	False	128251	fragment	False	ISR0029_000000023297	0.9664556725862219		0	0	False	False	1.0	0					non-mobilizable	other	1788.0	99.105	100.0	0.017891648895163148	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0094_000000009166	1877	0.8589740865908333	2	2	1	2	1	False	118079	fragment	False	ENG0094_000000009166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	78.142	10.0	0.003274767730659553	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
SPA0025_000000005208	3980	0.8589723531333116	4	2	1	1	2	False	95973	maximal	True	SPA0025_000000005208	1.0		0	0	False	False	0.9994974732398987	0					non-mobilizable	no_good_hit	1957.0	91.773	49.0	0.2635408245755861	MK232398.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V06.J07_9_c1 sequence	True	False
USA0040_01_000000006673	2389	0.8589684400656439	2	1	0	1	1	False	117737	fragment	False	USA0040_01_000000006673	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1574.0	89.581	70.0	0.0003796067313048533	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
USA0064_01_000000004827	1713	0.8589684400656439	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.402679667433118	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1571.0	87.333	92.0	0.00023119403165529915	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
ISR0395_000000022843	1691	0.8589684400656439	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.25968687220362546	PS794	0	0	False	True	0.9982259273529053	0					non-mobilizable	chromosome	1621.0	86.79799999999999	96.0	0.00023841884514452723	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
USA0134_01_000000002616	1563	0.8589684400656439	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.39212304191864267	PS794	0	0	False	True	1.0	0					non-mobilizable	other	1547.0	96.12200000000001	99.0	0.0002988835807801597	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
DEN0069_000000020123	1336	0.8589684400656439	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.019482539024318	PS794	0	0	False	True	0.9955089688301086	0					non-mobilizable	other	1281.0	97.50200000000001	96.0	0.0002475855568768292	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
FIJ0114_000000011980	3152	0.8589680269846087	3	3	3	3	3	False	43084	maximal	True	FIJ0114_000000011980	1.0		13	1	False	False	0.994606614112854	0					non-mobilizable	chromosome	3152.0	99.65100000000001	100.0	0.0006148831380544364	LR134196.1	enterobacteria	Klebsiella quasipneumoniae strain NCTC11357 genome assembly, chromosome: 1	False	False
USA0020_01_000000012814	2727	0.8589676751990892	3	2	2	2	1	False	34854	fragment	False	ISR0072_000000008946	0.369136583211628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	74.359	7.0	6.657641077362144e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0175_000000006215	1878	0.8589587318768866	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.7126149601484758		0	0	False	False	0.9984025359153748	0					non-mobilizable	no_good_hit	435.0	97.241	23.0	0.00012052140782333895	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0020_000000018674	1948	0.8589571894344151	3	3	3	1	1	False	91856	fragment	False	CAN0020_000000018674	1.0		0	0	False	False	0.9974332451820374	0					non-mobilizable	no_good_hit	1011.0	88.427	52.0	0.02682595130796512	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
ISR0132_000000021055	1384	0.8589542982260632	2	2	2	2	1	False	31582	fragment	False	ISR0132_000000021055	1.0		0	0	False	False	0.9971098303794861	0					non-mobilizable	chromosome	1387.0	84.715	100.0	0.0006370704088723481	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0069_000000007467	3241	0.8589531111535376	3	3	3	3	3	False	96915	fragment	False	SPA0069_000000007467	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	86.238	96.0	0.0034780673472532115	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
MAD0043_000000007179	3294	0.8589527561186173	4	3	3	1	2	False	82552	maximal	True	MAD0043_000000007179	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2471.0	73.331	74.0	0.015031807602792862	NZ_FMXR01000010.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
FIJ0067_000000004409	6965	0.858951316510106	9	6	3	5	5	False	121901	maximal	True	FIJ0067_000000004409	1.0		2	2	True	True	1.0	1					non-mobilizable	no_good_hit	70.0	92.85700000000001	2.0	2.6865382241826598e-05	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	True
CHI0185_000000009366	2203	0.8589426089270654	3	3	3	3	2	False	77223	maximal	True	CHI0185_000000009366	1.0		2	2	False	False	0.9995460510253906	0					non-mobilizable	chromosome	537.0	95.71700000000001	100.0	0.0001727626193262709	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0142_000000003348	7087	0.8589342391319065	5	4	3	4	1	True	131954	fragment	False	ENG0142_000000003348	1.0		0	0	False	True	0.9985889792442322	0					non-mobilizable	no_good_hit	70.0	95.714	2.0	2.3224996019774233e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0128_000000015391	2305	0.858924901622085	2	2	1	1	2	False	31845	maximal	True	ISR0128_000000015391	1.0		1	1	False	False	0.9939262270927429	0					non-mobilizable	other	2303.0	88.71	99.0	0.0009802184975915976	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ETH0001_000000001017	15267	0.8589233737932634	18	14	12	11	10	True	53610	maximal	True	ETH0001_000000001017	1.0		1	1	False	False	0.9992139935493469	0					non-mobilizable	no_good_hit	2654.0	84.25	17.0	0.0004166904018639027	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	True
ISR0369_000000016300	1099	0.8589219277740948	1	1	1	1	1	False	23527	maximal	True	ISR0369_000000016300	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1104.0	89.67399999999999	99.0	0.017474363479538704	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	False	False
SPA0041_000000011368	3005	0.8589124866866541	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.10713694084078103	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3005.0	99.16799999999999	100.0	0.0005808425761675585	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0220_000000003313	3000	0.8589124866866541	3	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.10727792779056264	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3000.0	99.46700000000001	100.0	0.0005808425761675585	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0365_000000012331	1390	0.8589097397391274	2	2	2	2	1	True	23646	fragment	False	ISR0365_000000012331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	4.0	1.4783958535344531e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0139_000000010054	2705	0.8589071460565199	4	2	2	2	2	False	87715	maximal	True	SPA0139_000000010054	1.0	PS451	116	6	False	True	1.0	0					non-mobilizable	no_good_hit	1720.0	75.233	63.0	0.009514349648164373	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MAD0040_000000009361	3150	0.8589027561826055	4	4	3	3	4	False	18388	fragment	False	MAD0040_000000009361	1.0		0	0	False	False	0.9968253970146179	0					non-mobilizable	no_good_hit	1898.0	89.62100000000001	66.0	0.0006531737145810008	CP060857.1	firmicutes	Enterococcus faecium strain AML0158 chromosome	True	False
FIJ0041_000000015897	2308	0.858899591604212	3	3	3	3	3	False	108432	fragment	False	MON0011_000000019879	0.6382278102080526		0	0	False	False	0.9943674206733704	0					non-mobilizable	other	2304.0	99.95700000000001	99.0	0.009825546420693804	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
FIJ0063_000000000714	22101	0.8588967265414229	31	8	4	7	3	True	45657	maximal	True	FIJ0063_000000000714	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	84.11200000000001	1.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
ISR0093_000000010553	2329	0.8588830728704884	2	1	1	1	1	False	33527	maximal	True	ISR0093_000000010553	1.0		1	1	False	False	0.9995706081390381	0					non-mobilizable	no_good_hit	102.0	83.333	4.0	0.0016456479942646724	NZ_LGTK01000015.1	firmicutes	Oceanobacillus caeni strain HM6 contig00015, whole genome shotgun sequence	True	False
ISR0344_000000010137	3181	0.8588725419987697	6	2	1	2	1	False	69167	maximal	True	ISR0344_000000010137	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0054_01_000000000934	12908	0.8588609180019555	10	10	7	8	6	False	119712	fragment	False	USA0108_01_000000001153	0.9772819817524122		0	0	False	False	1.0	0					non-mobilizable	chromosome	7624.0	88.57600000000001	91.0	0.0014290406217472192	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
MON0087_000000042535	1217	0.8588526732238139	2	2	2	1	1	False	23604	fragment	False	MON0087_000000042535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	71.893	69.0	0.00023537966235753023	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0088_000000008967	2606	0.8588402639850298	2	2	1	2	1	True	15902	maximal	True	MAD0088_000000008967	1.0		2	1	True	True	0.9815809726715088	1					non-mobilizable	no_good_hit	1248.0	89.583	55.0	0.42208672086720866	HQ173810.1	firmicutes	Lactobacillus casei strain TISTR1341 plasmid pRCEID2.9, complete sequence	True	True
ENG0187_000000027322	1123	0.8588365383636891	2	2	2	2	2	False	66948	fragment	False	ENG0013_000000024012	0.9597550306211724		0	0	False	False	0.9982190728187561	0					non-mobilizable	other	1109.0	77.72800000000001	97.0	0.00030548175343716154	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0344_000000004333	6362	0.8588350870432022	8	2	2	2	2	False	24290	fragment	False	ISR0344_000000004333	1.0		0	0	False	False	0.9998428225517273	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.892464910992091e-06	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	False
SPA0122_000000007937	3787	0.8588331456561757	5	4	4	4	4	False	54534	maximal	True	SPA0122_000000007937	1.0		12	5	False	False	0.9973593950271606	0					non-mobilizable	chromosome	3808.0	98.45100000000001	99.0	0.0021220827634580246	NZ_LS483403.1	firmicutes	Streptococcus lutetiensis strain NCTC13774 chromosome 1	False	False
ENG0148_000000023376	1558	0.8588311299959298	1	1	0	1	1	False	57279	fragment	False	ENG0148_000000023376	1.0		0	0	False	False	0.9987162947654724	0					non-mobilizable	plasmid	1488.0	99.126	100.0	0.020025317819435468	CP061326.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS74, complete sequence	False	True
SPA0093_000000029259	1275	0.8588311299959298	1	1	0	1	1	False	5259	fragment	False	SPA0093_000000029259	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1209.0	99.17299999999999	100.0	0.016268045679810387	CP061326.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS74, complete sequence	False	True
CHI0123_000000002918	4657	0.8588259338685796	10	4	3	3	4	False	81720	maximal	True	CHI0123_000000002918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	99.821	36.0	0.022170546732552917	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
ENG0064_000000007322	3088	0.858825025833755	4	3	0	1	2	True	84705	fragment	False	ENG0064_000000007322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1581.0	86.211	67.0	0.00037121685828920176	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ENG0032_000000019065	1309	0.8588241355987386	2	2	2	2	1	False	65572	fragment	False	ENG0032_000000019065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0005_000000016570	1233	0.8588213655655885	1	1	1	1	1	False	90693	fragment	False	ISR0134_000000024323	0.932028259613302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	77.348	15.0	0.003274767730659553	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
MON0015_000000015835	2377	0.8588212720539359	2	2	1	1	2	True	70177	fragment	False	ENG0053_000000008057	0.4286685531787258		0	0	False	False	0.9777029752731323	0					non-mobilizable	no_good_hit	1173.0	73.23100000000001	49.0	0.12682231722021264	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
SPA0137_000000007062	5133	0.858820292807568	6	6	4	6	4	True	109587	maximal	False	AST0093_000000003784	0.980143670850102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	82.154	44.0	0.04330681662323412	CP047417.1	firmicutes	Lactobacillus reuteri strain 1B plasmid unnamed, complete sequence	True	True
SPA0136_000000010195	3797	0.8588169954687036	6	6	4	6	5	False	5168	maximal	True	SPA0136_000000010195	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	96.462	63.0	0.0005332087161281567	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0190_000000008882	2589	0.8588129901518795	4	3	2	2	1	False	29196	maximal	True	ISR0190_000000008882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0076_000000008096	1548	0.8588098857970846	3	2	2	2	1	False	75836	fragment	False	ENG0010_000000012869	0.8148869398363673		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	99.09700000000001	100.0	0.0059419689437181615	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0010_000000005075	5138	0.8588068580655204	5	3	1	2	3	False	126479	backbone	False	ISR0127_000000003850	0.612339374023213	PS879|PS961	0	0	True	True	1.0	89					non-mobilizable	no_good_hit	1201.0	96.087	67.0	0.20287621982537238	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0149_000000008057	2749	0.8588062696448359	4	3	1	2	3	False	57220	fragment	False	ENG0149_000000008057	1.0		0	0	False	False	0.9996362328529358	0					non-mobilizable	no_good_hit								True	False
FIJ0064_000000011531	2327	0.8587987282723869	3	2	2	2	2	False	45492	maximal	True	FIJ0064_000000011531	1.0		6	2	False	False	0.996562123298645	0					non-mobilizable	no_good_hit	520.0	76.346	22.0	0.00014345192305272402	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0341_000000005018	2653	0.8587921436312306	5	3	2	1	2	False	115212	fragment	False	ISR0341_000000005018	1.0		0	0	False	False	0.9988691806793213	0					non-mobilizable	other	2474.0	99.677	93.0	0.01912809322624077	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0105_000000006037	4592	0.8587846587319147	4	4	3	4	2	False	4801	maximal	True	SPA0105_000000006037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3469.0	98.876	76.0	0.0008699269733065154	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0390_000000004059	3100	0.8587831584589087	6	3	3	3	2	False	22882	fragment	False	ISR0390_000000004059	1.0		0	0	False	False	0.9877419471740723	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.5818133800861476e-06	CP053702.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain CMCST_CEPR_1 chromosome, complete genome	True	False
FIJ0172_000000001360	16165	0.8587799553091324	23	9	1	9	4	False	50846	maximal	False	FIJ0049_000000000792	0.7137354752053573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0005145310670309784	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	True	False
AUS0008_000000012266	2006	0.8587705643454852	2	1	0	1	0	True	101795	fragment	False	ISR0051_000000018995	0.9756082687666457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	85.93299999999999	87.0	0.0014116566419170168	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
FIJ0050_000000006360	4034	0.8587620396651579	6	3	3	3	2	True	111398	maximal	True	FIJ0050_000000006360	1.0		0	0	False	False	0.9942984580993652	0					non-mobilizable	no_good_hit	2083.0	100.0	52.0	0.06302215764620414	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
CHI0159_000000008160	1867	0.8587547765676157	3	3	2	2	1	False	85216	maximal	True	CHI0159_000000008160	1.0		0	0	False	False	1.0	0					non-mobilizable	other	655.0	99.084	91.0	0.00019742311516771004	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
AST0024_000000004013	7253	0.8587547659770038	9	7	2	3	5	True	121816	backbone	False	AST0150_000000003170	0.9873343375753265	PS861	0	0	True	True	1.0	29		MOBB			mobilizable	no_good_hit	1938.0	96.646	38.0	0.2344109456350648	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
USA0003_01_000000005347	7170	0.8587547659770038	9	7	2	3	5	True	121816	backbone	False	AST0150_000000003170	0.9819862205479224	PS861	0	0	True	True	1.0	10		MOBB			mobilizable	no_good_hit	1855.0	96.87299999999999	37.0	0.22411914275335998	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
FIJ0161_000000001226	11381	0.8587523970466922	3	2	2	2	1	False	39298	maximal	True	FIJ0161_000000001226	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1073.0	86.486	9.0	0.0003806063130379206	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
FIJ0030_000000005206	5288	0.8587495515577707	5	3	1	3	2	True	48775	maximal	True	FIJ0030_000000005206	1.0		2	1	False	False	0.9954614043235779	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.513555085387713e-07	LR584436.1	bony fishes	Salmo trutta genome assembly, chromosome: 25	True	True
ISR0842_000000007215	2941	0.8587494807440466	4	4	4	4	3	False	115319	fragment	False	ISR0842_000000007215	1.0		0	0	False	False	0.9965997934341431	0					non-mobilizable	other	2941.0	99.694	100.0	0.0010676990178258524	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0125_000000019154	1735	0.8587440589591222	3	2	2	2	1	False	4019	maximal	True	SPA0125_000000019154	1.0		3	3	False	False	0.9930835962295532	0					non-mobilizable	other	1761.0	78.47800000000001	99.0	0.09076616706844147	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	False	False
ISR0344_000000007736	3979	0.8587432000401668	5	2	2	2	2	False	61167	fragment	False	ISR0344_000000007736	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	76.477	24.0	0.0019864627789150566	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0098_000000004248	8750	0.8587189760816019	15	7	5	7	5	False	88115	maximal	False	MAD0003_000000002535	0.9793995178610564		0	0	False	False	0.9977142810821533	0					non-mobilizable	no_good_hit	1543.0	76.604	20.0	0.00046789185476188845	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0041_000000011900	4246	0.8587163839077158	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.5243313114364015		0	0	False	False	1.0	0					non-mobilizable	chromosome	2724.0	92.21700000000001	98.0	0.0008757388744579814	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0093_000000006333	2944	0.8587131338353267	3	3	3	3	2	False	109557	maximal	True	AST0093_000000006333	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	86.48899999999999	55.0	0.003042897000697512	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ISR0806_000000002848	3626	0.8587101502650236	5	5	5	3	3	False	86243	fragment	False	ISR0806_000000002848	1.0		0	0	False	False	0.9997242093086243	0					non-mobilizable	no_good_hit	2667.0	97.413	79.0	0.021452211655379562	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ISR0041_000000010216	1480	0.8587088551276739	2	2	2	2	2	False	36410	maximal	True	ISR0041_000000010216	1.0		18	6	False	False	1.0	0					non-mobilizable	other	742.0	98.383	100.0	0.003655360208370331	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0045_000000019488	2078	0.8587032902682395	3	3	3	3	3	False	46702	fragment	False	MAD0062_000000006591	0.9947569113441372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	78.42399999999999	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ENG0080_000000015580	1745	0.8587008313822359	4	3	3	3	2	True	76819	fragment	False	ENG0080_000000015580	1.0		0	0	False	False	0.998853862285614	0					non-mobilizable	other	1746.0	97.022	100.0	0.0005928491856222691	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0123_000000001772	16564	0.8587002166352704	19	6	1	6	3	False	41390	maximal	True	FIJ0123_000000001772	1.0		1	1	False	False	0.9987925887107849	0					non-mobilizable	no_good_hit								True	False
FIJ0090_000000006463	5783	0.858699407945744	7	5	3	4	3	True	128071	backbone	False	ENG0060_000000004144	0.9958516748426219	PS1028	0	0	True	True	1.0	7		MOBV			mobilizable	no_good_hit	3121.0	87.824	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0108_000000003677	5782	0.858699407945744	7	5	3	4	3	True	128071	backbone	False	ENG0060_000000004144	0.9958838303442444	PS1028	0	0	True	True	1.0	96		MOBV			mobilizable	no_good_hit	3120.0	87.821	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0344_000000004920	5782	0.858699407945744	7	5	3	4	3	True	128071	backbone	False	ENG0060_000000004144	0.9963393606758574	PS1028	0	0	True	True	1.0	59		MOBV			mobilizable	no_good_hit	3120.0	87.853	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0005_000000003293	5776	0.858699407945744	8	5	3	4	3	True	128071	backbone	False	ENG0060_000000004144	0.996480743997134	PS1028	0	0	True	True	1.0	19		MOBV			mobilizable	no_good_hit	3120.0	87.821	83.0	0.5107571029725735	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0028_000000000866	15115	0.8586986292517609	16	14	9	11	12	True	123702	fragment	False	ENG0167_000000001303	0.8503652220488424		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	7347.0	96.189	86.0	0.07310793549417212	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
CHI0058_000000004215	4170	0.8586967853820211	5	5	5	5	5	False	91609	maximal	True	CHI0058_000000004215	1.0		7	3	False	False	0.999280571937561	0					non-mobilizable	other	3378.0	86.116	97.0	0.04315259777866437	NZ_KB894137.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00023.23, whole genome shotgun sequence	False	False
BAN0018_000000001217	1861	0.8586869386288057	3	3	2	1	2	True	98020	fragment	False	BAN0018_000000001217	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1861.0	100.0	100.0	0.017127544959805518	CP041543.1	enterobacteria	Escherichia coli strain 131 plasmid p2629-2	False	True
ISR0001_000000007532	3846	0.8586855768504238	3	3	3	2	2	False	38708	fragment	False	ISR0001_000000007532	1.0		0	0	False	False	0.9994799494743347	0					non-mobilizable	no_good_hit	1319.0	88.249	34.0	0.007953680087998162	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
FIJ0038_000000005444	5842	0.8586815559302909	5	5	4	5	5	False	131413	fragment	False	ISR0058_000000003113	0.6004888517188772		0	0	False	False	0.9998288154602051	0					non-mobilizable	no_good_hit	802.0	74.314	14.0	0.00033230846986480225	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
ENG0005_000000011451	2092	0.8586781630926071	3	1	1	1	1	False	117015	fragment	False	AST0094_000000009639	0.5996992786011619		0	0	False	False	0.9923518300056458	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000002072	15198	0.8586760341459214	18	9	2	9	5	False	94335	maximal	False	ENG0211_000000002163	0.9830386059846471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.8615622629416805e-05	CP022242.1	euryarchaeotes	Methanofervidicoccus sp. A16 chromosome, complete genome	True	False
ISR0774_000000015282	1629	0.8586694288686727	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.14752545297087866		0	0	False	False	1.0	0					non-mobilizable	virus	1637.0	85.889	100.0	0.043438841630889846	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
CHI0145_000000012217	1518	0.8586694288686727	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.13833045823278883		0	0	False	False	1.0	0					non-mobilizable	virus	1471.0	86.81200000000001	97.0	0.039092290872243404	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
SPA0079_000000017580	1488	0.8586694288686727	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.11683593245266911		0	0	False	False	0.9932795763015747	0					non-mobilizable	other	1490.0	87.584	99.0	0.009897816068924063	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MON0032_000000008340	2987	0.8586662542223887	2	2	1	1	0	True	12406	maximal	True	MON0032_000000008340	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0049_000000000907	13340	0.8586537898814589	15	3	1	3	2	False	86855	fragment	False	CHI0049_000000000907	1.0		0	0	False	False	0.9998500943183899	0					non-mobilizable	no_good_hit	6999.0	91.81299999999999	87.0	0.0021742660724274193	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0104_000000022553	1541	0.8586528520075867	3	2	0	2	0	True	107748	maximal	True	AST0104_000000022553	1.0		1	1	False	False	0.9753406643867493	0					non-mobilizable	no_good_hit	116.0	85.345	7.0	0.00013796144716630884	NZ_FUHT01000002.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	True
FIJ0090_000000001443	17652	0.8586458042988685	15	10	4	10	7	True	51483	fragment	False	FIJ0008_000000001175	0.9453390347813756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.813354585657807e-06	NC_012982.1	a-proteobacteria	Hirschia baltica ATCC 49814, complete sequence	True	True
MON0088_000000012444	2514	0.8586457703457013	2	2	2	2	2	False	9643	maximal	True	MON0088_000000012444	1.0		10	3	False	False	1.0	0					non-mobilizable	other	2431.0	99.21799999999999	97.0	0.0007360631887529545	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
SPA0123_000000002590	4567	0.8586135805431535	6	4	2	4	2	False	60385	fragment	False	SPA0123_000000002590	1.0		0	0	False	False	0.9971535205841064	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	2.0	0.0001962807766770854	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0270_000000000214	15720	0.8586112386050911	18	12	6	9	9	False	83655	fragment	False	ISR0270_000000000214	1.0		0	0	False	False	0.9989821910858154	0					non-mobilizable	no_good_hit	1821.0	78.693	11.0	0.2513234884368905	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	False
CHI0006_000000001279	6423	0.8585922873627913	9	8	6	7	7	False	116383	maximal	False	CHI0182_000000003495	0.9674284018400356		0	0	False	False	0.9976646304130554	0					non-mobilizable	no_good_hit	3135.0	96.555	80.0	0.0008771460901646846	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0009_000000001031	7671	0.8585734160728178	9	7	4	7	7	True	82451	fragment	False	MAD0009_000000001031	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	7695.0	95.51700000000001	100.0	0.09115759448538151	CP041414.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_3, complete sequence	False	True
FIJ0131_000000001800	9827	0.8585713393576804	12	12	5	8	11	True	40850	fragment	False	FIJ0131_000000001800	1.0		0	0	False	False	0.9998982548713684	0	IncFII		MPF_T		non-mobilizable	plasmid	8056.0	99.603	99.0	0.22097809978593777	CP056311.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00832 plasmid pRHBSTW-00832_5, complete sequence	False	True
SPA0037_000000003062	7419	0.8585652581519574	8	8	6	7	5	False	132009	maximal	True	SPA0037_000000003062	1.0		0	0	False	False	0.9966302514076233	0					non-mobilizable	no_good_hit	4081.0	99.804	60.0	0.0065252019933852365	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ISR0388_000000012619	2719	0.8585643732058063	4	4	4	3	2	False	76806	maximal	True	ISR0388_000000012619	1.0		5	3	False	False	0.9966899752616882	0					non-mobilizable	chromosome	2720.0	99.081	100.0	0.0005412994132306398	CP054345.1	enterobacteria	Escherichia coli strain SCU-176 chromosome, complete genome	False	False
ISR0770_000000001357	6303	0.8585625049297062	6	6	6	6	5	False	125044	fragment	False	ISR0770_000000001357	0.9959023917981296		0	0	False	False	1.0	0					non-mobilizable	other	6303.0	99.635	100.0	0.022785286099601565	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0042_000000004440	6249	0.8585625049297062	6	6	6	6	5	False	125044	fragment	False	ISR0770_000000001357	0.9916466994759936		0	0	False	False	1.0	0					non-mobilizable	other	6249.0	99.792	100.0	0.022590045628421228	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CAN0012_000000008389	6546	0.8585461333751121	7	3	2	2	3	False	132314	maximal	False	AST0089_000000002698	0.9336472876471008	PS1061|PS1155	0	0	True	True	0.9996944665908813	16					non-mobilizable	no_good_hit	1800.0	92.27799999999999	29.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CAN0020_000000026376	1333	0.8585387684997062	1	1	1	1	1	False	91721	fragment	False	SPA0118_000000018157	0.9554936628435593		0	0	False	False	0.9842460751533508	0					non-mobilizable	other	1333.0	99.625	100.0	0.0017365641341446868	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0380_000000004266	2586	0.8585308993453641	4	4	4	4	3	False	26600	maximal	True	ISR0380_000000004266	1.0		110	9	False	False	0.9965197443962097	0					non-mobilizable	no_good_hit	1117.0	78.962	72.0	0.05211128371698913	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0018_000000004819	3447	0.8585282516582801	5	5	5	4	4	False	93291	fragment	False	CHI0018_000000004819	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3447.0	99.82600000000001	100.0	0.0014571206517887572	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0029_000000009490	4842	0.8585258462577843	6	6	5	6	4	False	79182	fragment	False	ISR0029_000000009490	1.0		0	0	False	False	0.9995869398117065	0					non-mobilizable	no_good_hit	54.0	90.741	1.0	5.540038801177415e-05	NZ_FOOT01000002.1	CFB group bacteria	Pontibacter chinhatensis strain LP51, whole genome shotgun sequence	True	False
MON0012_000000030078	1795	0.8585045080395416	4	2	2	2	1	True	85708	maximal	True	MON0012_000000030078	1.0		23	2	False	False	0.9994428753852844	0	rep_cluster_1079				non-mobilizable	no_good_hit	1602.0	95.568	89.0	0.4878048780487805	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0090_000000005902	3652	0.858499494693657	4	4	3	3	3	False	61262	maximal	True	ENG0090_000000005902	1.0		3	2	False	False	0.9947973489761353	0					non-mobilizable	no_good_hit	1790.0	93.24	82.0	0.000634365212708248	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0391_000000011145	1405	0.8584983608638084	1	1	0	1	0	True	114419	fragment	False	ISR0391_000000011145	0.9605166051660516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ITA0002_000000007500	1423	0.8584907872101147	2	2	2	2	1	False	72214	fragment	False	ITA0002_000000007500	0.9963398692810458		0	0	False	False	1.0	0					non-mobilizable	chromosome	1426.0	97.405	100.0	0.0004050437043294735	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0121_000000001381	12941	0.8584855887919013	20	12	9	9	10	True	126208	backbone	False	ISR0395_000000002325	0.21059792119938006	PS943|PS946|PS949	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1599.0	74.171	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0062_01_000000007830	2875	0.8584846950610243	3	2	2	2	2	False	105883	fragment	False	CHI0106_000000005843	0.5600868819909173		0	0	False	False	0.9982608556747437	0					non-mobilizable	no_good_hit								True	False
FIJ0150_000000001108	15897	0.8584828401825745	25	7	5	4	4	False	39833	maximal	True	FIJ0150_000000001108	1.0		1	1	False	False	0.999937117099762	0					non-mobilizable	no_good_hit	1145.0	93.01299999999999	21.0	0.020274341615567293	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0095_000000023119	1509	0.8584813097265053	2	2	2	2	2	False	65264	maximal	True	ISR0095_000000023119	1.0		53	8	False	False	0.9662027955055237	0					non-mobilizable	other	1353.0	91.574	100.0	0.0005741829872404731	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
MON0085_000000024563	1284	0.8584801130801777	3	2	2	1	1	False	106718	fragment	False	DEN0089_000000013384	0.8486822163639488		0	0	False	False	0.9906542301177979	0					non-mobilizable	other	1284.0	99.14299999999999	100.0	0.0005410974705063921	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0007_000000005368	2669	0.8584624620503915	3	3	3	3	2	True	79261	fragment	False	ISR0007_000000005368	0.9533659270402408		0	0	False	False	0.9883851408958435	0					non-mobilizable	no_good_hit	661.0	72.012	24.0	0.011301006658900846	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MAD0024_000000007966	1821	0.8584549496206734	2	2	1	2	0	True	19186	fragment	False	MAD0024_000000007966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	78.391	24.0	0.01609549480169426	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0114_000000006564	5462	0.8584518912156834	7	7	5	5	5	True	128685	backbone	False	FIJ0105_000000005116	0.5865932249145687	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	12					non-mobilizable	other	3667.0	99.7	92.0	0.7398587285570131	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0096_000000005731	5456	0.8584518912156834	7	7	5	5	5	True	128685	backbone	False	FIJ0105_000000005116	0.5875305865756881	PS1045|PS1046|PS656|PS658	0	0	True	True	0.9998167157173157	18					non-mobilizable	other	3167.0	99.84200000000001	92.0	0.6389505549949546	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
ISR0086_000000002145	10638	0.8584381722418924	9	7	4	7	2	True	117511	fragment	False	DEN0010_000000003007	0.8626809137676852		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	203.0	84.729	3.0	0.00963418705584967	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
CHI0143_000000002285	8003	0.8584370554521873	10	9	8	8	9	False	118749	maximal	True	CHI0143_000000002285	1.0		5	4	False	False	0.9996251463890076	0					non-mobilizable	plasmid	8003.0	99.775	100.0	0.04519895338257484	NZ_CP011404.1	firmicutes	Lactobacillus salivarius str. Ren plasmid pR1, complete sequence	False	True
SPA0086_000000010166	1368	0.8584328011195504	2	2	2	1	1	False	5501	fragment	False	SPA0086_000000010166	1.0		0	0	False	False	0.9941520690917969	0					non-mobilizable	other	1349.0	99.259	99.0	0.020147971003661908	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0066_000000013779	2341	0.8584289211632892	3	2	2	2	2	False	45335	fragment	False	FIJ0066_000000013779	1.0		0	0	False	False	0.9987185001373291	0					non-mobilizable	no_good_hit	867.0	76.24	37.0	0.00017460493096506784	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0272_000000004659	2305	0.8584232762728018	5	5	4	4	5	False	129533	fragment	False	ISR0272_000000004659	0.9656387665198238		0	0	False	True	1.0	0					non-mobilizable	chromosome	1448.0	95.166	100.0	0.0003872358488745774	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0829_000000000007	107831	0.8584214877407785	135	47	19	38	27	True	65908	maximal	True	ISR0829_000000000007	1.0		1	1	False	False	0.999990701675415	0					non-mobilizable	no_good_hit	515.0	87.961	1.0	0.00030770509206765176	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
MON0079_000000003877	5859	0.8584190257892322	8	7	3	4	6	False	109882	fragment	False	MON0045_000000004455	0.9483908596428221		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	4130.0	95.4	70.0	0.5204236006051437	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0103_000000021561	1402	0.8584186504710469	2	2	2	2	1	False	127453	maximal	True	ISR0103_000000021561	1.0	PS1007	2	2	False	True	0.9992867112159729	0					non-mobilizable	no_good_hit	1161.0	99.914	83.0	0.0004886868983042565	CP015900.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2, complete genome	True	True
ISR0848_000000009863	1788	0.8584112891428599	3	2	2	2	2	False	91485	fragment	False	ISR0848_000000009863	1.0		0	0	False	False	0.9815436005592346	0					non-mobilizable	other	1788.0	100.0	100.0	0.0005412942050623578	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0001_000000012394	2152	0.858403842099953	3	1	1	1	1	True	97259	fragment	False	ISR0370_000000011946	0.981929355984831		0	0	False	False	0.9749070405960083	0					non-mobilizable	plasmid	2136.0	99.719	99.0	0.012903576738507658	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
MAD0066_000000009641	2600	0.8584015193478538	3	1	1	1	1	False	16589	fragment	False	MAD0066_000000009641	1.0		0	0	False	False	0.9969230890274048	0					non-mobilizable	no_good_hit								True	False
CHI0007_000000000199	22360	0.8584011858827916	29	13	10	11	8	True	90560	maximal	True	CHI0007_000000000199	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	69.531	3.0	0.0002577227725486863	NZ_HG917868.1	firmicutes	Clostridium bornimense strain M2/40 chromosome M2/40_rep1	True	True
ISR0247_000000003098	3855	0.8584009234304494	6	3	3	2	3	False	122595	fragment	False	ISR0247_000000003098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2600.0	98.885	69.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0397_000000002416	9384	0.8583969524921726	11	6	3	4	5	True	81693	maximal	False	SPA0133_000000002509	0.9998306433529194		0	0	True	True	1.0	62					non-mobilizable	no_good_hit	3090.0	90.35600000000001	59.0	0.29189344027499287	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
CHI0188_000000001658	9384	0.8583969524921726	11	6	3	4	5	True	81693	maximal	False	SPA0133_000000002509	0.9998306433529194		0	0	True	True	0.9996802806854248	17					non-mobilizable	no_good_hit	3090.0	90.35600000000001	59.0	0.29189344027499287	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
SPA0133_000000002509	9364	0.8583969524921726	10	6	3	4	5	True	81693	maximal	True	SPA0133_000000002509	0.9998608958500893		38	9	True	True	0.9998931884765625	4					non-mobilizable	no_good_hit	3090.0	90.324	59.0	0.29189344027499287	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
CHI0124_000000001802	8985	0.8583969524921726	10	6	3	4	5	True	81693	maximal	False	SPA0133_000000002509	0.9703750941309732		0	0	False	True	0.9974401593208313	0					non-mobilizable	no_good_hit	2625.0	91.505	56.0	0.24940322734651008	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0190_000000018745	1199	0.858388379537843	2	2	2	2	2	False	57646	fragment	False	FIJ0158_000000016082	0.9295118474004295		0	0	False	False	1.0	0					non-mobilizable	chromosome	1199.0	97.665	100.0	0.000534211616471733	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
FIJ0026_000000008050	3801	0.8583811870118234	6	5	3	4	4	True	122226	fragment	False	FIJ0026_000000008050	1.0		0	0	False	False	0.9984214901924133	0					non-mobilizable	no_good_hit	814.0	88.206	76.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0002_000000019486	1254	0.8583632233311312	1	1	1	1	1	False	67958	maximal	True	ENG0002_000000019486	1.0		1	1	False	False	0.9936203956604004	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0007990056818181819	NZ_NFIG01000040.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_40, whole genome shotgun sequence	True	False
ENG0183_000000003478	8059	0.8583579152692773	8	7	6	4	3	False	99669	fragment	False	ENG0183_000000003478	0.9346585077296372		0	0	False	False	0.9998759031295776	0					non-mobilizable	no_good_hit	1332.0	76.727	23.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ENG0166_000000011916	2372	0.8583562910851638	3	3	3	3	2	False	131393	fragment	False	USA0116_01_000000010746	0.7969986858493561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	74.277	13.0	0.00011145705163834533	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
AST0002_000000030847	1217	0.8583560882450365	2	1	1	1	1	False	130944	fragment	False	DEN0021_000000028594	0.9587786259541985		0	0	False	False	0.9975349307060242	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000038582	1127	0.8583560882450365	1	1	1	1	1	False	5147	fragment	False	SPA0096_000000038582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	76.707	22.0	6.0804119773328126e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0147_000000003112	7279	0.8583545653064925	11	6	4	5	4	True	104913	fragment	False	ISR0147_000000003112	1.0		0	0	False	False	0.9995878338813782	0					non-mobilizable	no_good_hit	4226.0	97.681	58.0	0.33965308592174265	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0210_000000003825	4908	0.8583404806555388	4	3	3	1	3	False	86739	backbone	False	FIJ0120_000000004271	0.96779727220803	PS442	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	2411.0	79.303	49.0	0.009726772402468073	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	True
MON0076_000000007475	5591	0.8583396096719921	9	6	5	6	2	True	98513	fragment	False	MON0076_000000007475	1.0		0	0	False	False	0.996959388256073	0					non-mobilizable	no_good_hit	220.0	93.182	4.0	0.0775221238938053	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	True
ISR0247_000000003303	3651	0.8583370358770566	5	5	5	3	2	False	121546	fragment	False	USA0047_01_000000008341	0.9684606881145954		0	0	False	False	0.9969871044158936	0					non-mobilizable	no_good_hit	2521.0	98.45299999999999	85.0	0.0005029596782016078	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0141_000000022835	1215	0.8583271207782293	2	2	1	1	2	False	80026	fragment	False	DEN0077_000000010338	0.9070796460176991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	93.353	28.0	0.0007646521167264864	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
USA0037_01_000000004047	9089	0.8583269654095752	9	5	5	5	3	False	101606	fragment	False	USA0037_01_000000004047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1745.0	80.57300000000001	31.0	0.0004646830186494929	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0013_000000012023	2249	0.8583261410078736	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.5496728061105393		0	0	False	False	0.991107165813446	0					non-mobilizable	other	2248.0	96.352	99.0	0.051165980795610425	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0027_000000003986	2870	0.8583241040308128	4	2	0	2	0	True	19058	maximal	True	MAD0027_000000003986	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0056_000000013878	1486	0.8583148197929495	2	1	1	1	1	False	89070	fragment	False	FIJ0156_000000005165	0.9318379501628069		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	97.97200000000001	100.0	0.011876140776894192	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0080_000000013234	2010	0.8583136527351259	4	3	3	3	2	False	131557	fragment	False	ENG0080_000000013234	0.9418337568311782		0	0	False	False	1.0	0					non-mobilizable	other	2006.0	74.078	98.0	0.0006422140002652058	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	False
FIJ0140_000000004210	5937	0.8583071025430117	6	4	2	4	1	True	107796	fragment	False	FIJ0140_000000004210	1.0		0	0	False	False	0.9974734783172607	0					non-mobilizable	no_good_hit								True	True
SPA0112_000000025555	1300	0.8583034128042671	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08180266579011285		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	100.0	100.0	0.00038834649595763886	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0090_000000019855	1812	0.858302315087627	3	2	1	2	1	False	72860	fragment	False	SPA0090_000000019855	1.0		0	0	False	False	0.9972406029701233	0					non-mobilizable	no_good_hit	53.0	90.566	3.0	9.20454987980982e-06	NZ_KV917369.1	firmicutes	Bacillus abyssalis strain DSM 25875 Scaffold1, whole genome shotgun sequence	True	False
CHI0053_000000006232	1813	0.8583009949622928	2	2	2	2	1	False	87706	fragment	False	ENG0098_000000011149	0.5322366364240392		0	0	False	False	0.9944843053817749	0					non-mobilizable	no_good_hit	166.0	73.494	9.0	0.006271160357032933	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
FIJ0042_000000011885	2034	0.8582989590431226	2	2	2	2	2	True	87137	fragment	False	FIJ0159_000000011440	0.7195789421123808		0	0	False	False	1.0	0					non-mobilizable	plasmid	2034.0	98.72200000000001	100.0	0.016938420136140574	CP034362.1	enterobacteria	Klebsiella pneumoniae strain 39 plasmid pK039_3, complete sequence	False	True
ENG0072_000000008403	1281	0.8582901894368878	2	2	2	2	1	False	62257	fragment	False	ENG0072_000000008403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	75.777	72.0	0.0004942870485011803	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0062_000000003162	8405	0.8582892092505736	9	4	3	4	1	True	103598	maximal	True	ISR0062_000000003162	1.0		0	0	False	False	0.9986912608146667	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.099574191221227e-07	LR778273.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 21	True	True
ISR0174_000000018115	1355	0.8582883023615999	2	1	1	1	1	False	86275	fragment	False	ISR0252_000000007942	0.7543015333928295		0	0	False	False	0.9955719709396362	0					non-mobilizable	other	1355.0	94.17	100.0	0.00965281243316461	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
SPA0026_000000029600	1182	0.8582826321020172	2	1	1	1	1	False	125944	fragment	False	FIJ0078_000000014715	0.19379904492314043		0	0	False	False	0.9636209607124329	0					non-mobilizable	other	1139.0	98.946	96.0	0.0031146082791652413	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0099_000000000602	15849	0.8582805659135659	16	16	5	8	16	False	79586	maximal	True	SPA0099_000000000602	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5045.0	100.0	80.0	0.01692248335094694	CP055935.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_2, complete sequence	True	False
USA0069_01_000000039228	1542	0.8582777849695786	2	1	0	1	1	False	78117	fragment	False	USA0069_01_000000039228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	100.0	74.0	0.00026010090848665877	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
ISR0296_000000015702	1665	0.8582773533546797	2	2	2	2	2	False	54967	fragment	False	ISR0176_000000020485	0.9948778355604105		0	0	False	False	0.9963964223861694	0					non-mobilizable	other	1668.0	91.12700000000001	100.0	0.017066316588377674	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
FIJ0049_000000008629	1984	0.8582727444080757	2	2	1	2	2	False	122168	fragment	False	USA0116_01_000000012198	0.9544974327373388		0	0	False	False	0.9969757795333862	0					non-mobilizable	other	1984.0	99.194	100.0	0.03440199854272926	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
FIJ0092_000000018666	1880	0.8582727444080757	2	2	1	2	2	False	122168	fragment	False	USA0116_01_000000012198	0.8384642514132438		0	0	False	False	1.0	0					non-mobilizable	other	1880.0	98.51100000000001	100.0	0.03259775857881406	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0381_000000011958	1508	0.8582656299226988	2	2	2	2	1	False	23147	maximal	True	ISR0381_000000011958	1.0		1	1	False	False	0.9748010635375977	0					non-mobilizable	no_good_hit	115.0	83.478	8.0	3.831183801890503e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	False
ISR0213_000000016438	1641	0.8582636224250321	3	2	1	1	2	False	122170	fragment	False	DEN0093_000000016414	0.3572108274732943		0	0	False	False	1.0	0					non-mobilizable	other	1635.0	98.04299999999999	99.0	0.00048688070465134164	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0393_000000008421	2099	0.8582623107627851	2	2	1	2	2	True	109448	maximal	True	ISR0393_000000008421	1.0		0	0	False	False	0.9828490018844604	0	rep_cluster_667				non-mobilizable	plasmid	2100.0	99.667	100.0	0.04316088172396776	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
ISR0365_000000013397	1290	0.8582605309501685	2	2	2	1	1	False	29370	fragment	False	ISR0365_000000013397	0.9814970563498738		0	0	False	False	0.9852713346481323	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	8.817664911666908e-06	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0205_000000002349	4989	0.8582478162760332	6	5	3	3	4	True	128684	backbone	False	ISR0180_000000003621	0.7052322931014489	PS1045|PS658	0	0	False	True	1.0	0					non-mobilizable	plasmid	4013.0	99.726	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CAN0021_000000008232	4964	0.8582478162760332	6	5	3	3	4	True	128684	backbone	False	ISR0180_000000003621	0.2632259652432922	PS1045|PS658	0	0	False	True	0.9997985363006592	0					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CAN0014_000000013119	3492	0.8582439993918418	5	2	1	2	1	False	93706	fragment	False	CAN0014_000000013119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000006816	4633	0.8582419711651539	5	1	1	1	1	False	67362	fragment	False	FIJ0144_000000006816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	False
FIJ0113_000000012273	2076	0.8582419711651539	3	1	1	1	1	False	67355	fragment	False	FIJ0113_000000012273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000019462	1629	0.8582419711651539	2	1	1	1	1	False	67354	fragment	False	FIJ0097_000000019462	0.9990476190476191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0073_000000011689	1575	0.8582419711651539	2	1	1	1	1	False	67354	fragment	False	FIJ0097_000000019462	0.9825046040515654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000025854	1559	0.8582396341996708	3	2	2	1	1	False	4166	fragment	False	SPA0120_000000025854	1.0		0	0	False	False	0.9993585348129272	0					non-mobilizable	other	1559.0	100.0	100.0	0.004528016740292955	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
ISR0818_000000002365	6563	0.8582364055709858	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.5290170358504669		0	0	False	False	0.9998476505279541	0					non-mobilizable	no_good_hit	2941.0	92.07799999999999	47.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
CHI0188_000000002349	6543	0.8582364055709858	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.528645890405347		0	0	False	False	0.9998471736907959	0					non-mobilizable	no_good_hit	2945.0	92.088	47.0	0.15328581909653077	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
CHI0056_000000002331	6543	0.8582364055709858	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.5287260226976923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2941.0	92.07799999999999	47.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0288_000000004003	6543	0.8582364055709858	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.5286621052676954		0	0	False	False	0.9998471736907959	0					non-mobilizable	no_good_hit	2941.0	92.07799999999999	47.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
CHI0175_000000001923	6532	0.8582364055709858	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.5283452710247908		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2934.0	92.059	47.0	0.15270935960591134	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
CHI0006_000000001256	6520	0.8582364055709858	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.5277315733356693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2922.0	92.02600000000001	47.0	0.15208049470705376	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0382_000000001803	6499	0.8582364055709858	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.5264225175567644		0	0	False	False	0.9983074069023132	0					non-mobilizable	no_good_hit	2901.0	91.96799999999999	47.0	0.15097998113405303	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
CHI0007_000000001338	6238	0.8582364055709858	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.48461964684227443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2925.0	92.03399999999999	49.0	0.15223771093176816	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
CHI0123_000000002142	6206	0.8582364055709858	11	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.4716047638670005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2941.0	92.07799999999999	49.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0777_000000002646	6094	0.8582364055709858	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.47818027631815063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2914.0	92.00399999999999	50.0	0.15166125144114873	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ENG0169_000000007883	2927	0.8582360785901212	3	2	1	2	1	False	55915	fragment	False	ENG0169_000000007883	1.0		0	0	False	False	0.9969251751899719	0					non-mobilizable	no_good_hit								True	False
ENG0206_000000002583	8406	0.8582353857828307	17	4	2	2	2	False	73492	fragment	False	ENG0206_000000002583	1.0		0	0	False	False	0.9967880249023438	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.5087742215662884e-05	NZ_JAATJA010000002.1	d-proteobacteria	Desulfobaculum xiamenense strain DSM 24233 Ga0373198_02, whole genome shotgun sequence	True	False
ENG0169_000000002025	9851	0.8582347400283843	20	4	4	4	3	True	121779	fragment	False	ENG0169_000000002025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2762.0	97.755	79.0	0.015885815660027416	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0007_000000055341	1192	0.8582205327168846	2	2	2	2	2	False	13900	fragment	False	MON0007_000000055341	1.0		0	0	False	False	0.9991610646247864	0					non-mobilizable	no_good_hit	458.0	72.707	38.0	0.0015964011020548731	NZ_WNZY01000005.1	firmicutes	Paenibacillus timonensis strain 12ME58 NODE_5_length_278752_cov_55.282, whole genome shotgun sequence	True	False
ISR0213_000000008323	2960	0.8582144952585593	4	4	4	3	3	False	90160	fragment	False	ISR0056_000000006734	0.9524665142110422		0	0	False	False	1.0	0					non-mobilizable	other	2960.0	100.0	100.0	0.0006403468736724813	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
ENG0047_000000000800	14548	0.8582104455321841	20	14	10	10	9	True	126207	maximal	False	ISR0844_000000000822	0.9633182009677895	PS946|PS948	0	0	True	True	0.9994500875473022	16					non-mobilizable	no_good_hit	1599.0	74.171	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0016_000000016105	1494	0.8582082180886869	2	2	2	2	2	False	123273	maximal	False	SPA0033_000000020714	0.9719839191213717		0	0	False	False	0.9899598360061646	0					non-mobilizable	chromosome	767.0	98.175	99.0	0.00024629876619108924	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
SPA0060_000000005997	2574	0.858202589186538	4	4	4	3	3	False	6238	fragment	False	SPA0060_000000005997	1.0		0	0	False	False	0.998445987701416	0					non-mobilizable	chromosome	2574.0	99.76700000000001	100.0	0.000467290059221566	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
FIJ0079_000000004070	7244	0.8581996829145894	6	4	3	4	3	True	100169	maximal	False	ISR0125_000000001801	0.9534759457118234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3342.0	86.625	74.0	0.02879295093056736	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0109_000000003363	4799	0.8581971073151579	8	3	1	3	2	True	82821	fragment	False	CHI0109_000000003363	1.0		0	0	False	False	0.989997923374176	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00024450984831333485	NZ_KQ034037.1	firmicutes	Lactobacillus mellifer strain Bin4 map unlocalized plasmid pBin4p1 Bin4_scaffold10, whole genome shotgun sequence	True	True
CHI0034_000000012818	1318	0.8581967348985634	3	3	3	2	3	False	88155	fragment	False	CHI0034_000000012818	1.0		0	0	False	False	0.9984825253486633	0					non-mobilizable	no_good_hit	83.0	79.518	6.0	1.9773196492927003e-05	NZ_AGJP01000001.1	enterobacteria	Brenneria salicis ATCC 15712 = DSM 30166 strain ATCC 15712 Bresa_Contig123, whole genome shotgun sequence	True	False
USA0083_01_000000003915	7668	0.8581847853888341	6	5	4	5	3	False	80412	maximal	True	USA0083_01_000000003915	1.0		72	8	False	False	0.9989566802978516	0					non-mobilizable	no_good_hit	6687.0	98.54899999999999	88.0	0.01685240280369119	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
SPA0021_000000015240	2165	0.8581764979141865	4	3	3	1	1	False	131757	fragment	False	SPA0021_000000015240	0.9809782608695652		0	0	False	False	1.0	0					non-mobilizable	other	2165.0	96.81299999999999	100.0	0.012425355994487828	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0062_000000022621	1694	0.8581764979141865	3	3	3	1	1	False	131756	fragment	False	ISR0062_000000022621	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	100.0	100.0	0.011307019301409203	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0373_000000002084	5983	0.8581731723121789	7	5	3	3	5	False	59592	maximal	True	ISR0373_000000002084	1.0		1	1	False	False	0.9996657371520996	0					non-mobilizable	no_good_hit	933.0	70.632	15.0	0.015590086478926093	NZ_CYZK01000019.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CAN0018_000000020209	1690	0.8581709871302293	2	1	1	1	1	False	92183	fragment	False	CAN0018_000000020209	1.0		0	0	False	False	0.9615384340286255	0					non-mobilizable	no_good_hit								True	False
ISR0376_000000016974	1466	0.8581588975000006	3	2	2	1	1	False	31174	fragment	False	ISR0142_000000002115	0.9825420198055475		0	0	False	False	0.9993178844451904	0					non-mobilizable	no_good_hit	535.0	91.589	36.0	0.0010589691114178288	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
ISR0108_000000002075	10270	0.8581576839120529	14	12	9	12	11	False	132200	fragment	False	ENG0181_000000001954	0.6726444855091888		0	0	False	False	1.0	0					non-mobilizable	other	10270.0	99.971	100.0	0.2130895810421033	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0094_000000001631	14086	0.8581546080578255	17	11	6	8	7	True	122911	fragment	False	ISR0094_000000001631	0.9757599769485665		0	0	False	False	0.9996450543403625	0					non-mobilizable	other	14071.0	99.03299999999999	99.0	0.08200782192587239	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0167_000000010145	2957	0.8581522903108837	4	3	1	3	2	False	83066	maximal	True	ISR0167_000000010145	1.0	PS412	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1632.0	97.488	55.0	0.2893942085627998	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ENG0001_000000025156	1109	0.8581512576461678	2	2	2	2	2	False	68019	fragment	False	ENG0001_000000025156	1.0		0	0	False	False	0.9882777333259583	0					non-mobilizable	other	1109.0	100.0	100.0	0.0005978976451034988	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
AST0012_000000008762	2467	0.8581396694761019	5	3	3	3	2	False	125350	maximal	True	AST0012_000000008762	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	99.47399999999999	31.0	0.00024399734428153698	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
SPA0059_000000001102	21862	0.8581372625977435	20	11	6	8	5	True	105663	fragment	False	ISR0049_000000000707	0.949217597767607		0	0	False	False	0.9998170137405396	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	0.0	0.0037919411674582505	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
SPA0041_000000009598	3564	0.858133644574591	4	4	4	4	4	False	131408	fragment	False	SPA0109_000000006156	0.5961086285345166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.597	22.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ISR0803_000000005811	2459	0.8581311170763477	4	4	3	3	4	False	118676	fragment	False	ISR0803_000000005811	1.0		0	0	False	False	0.9963399767875671	0					non-mobilizable	no_good_hit	1699.0	91.64200000000001	83.0	0.0003277044477744278	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0095_000000031422	1155	0.858128112398015	2	1	1	1	1	False	103797	fragment	False	MON0013_000000046514	0.9297938610210995		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	97.749	100.0	0.003125555935682518	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0106_000000006981	2795	0.8581275070193123	5	5	4	4	3	False	98927	fragment	False	CHI0106_000000006981	0.9579062957540263		0	0	False	False	1.0	0					non-mobilizable	other	2796.0	99.535	100.0	0.00046769280196514644	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0151_000000009077	2583	0.8581134903813429	4	4	4	3	3	False	89226	fragment	False	ENG0151_000000009077	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2583.0	100.0	100.0	0.0005587616180541895	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
SPA0128_000000029982	1257	0.8581117579528362	2	2	2	2	2	False	126654	fragment	False	AST0007_000000013844	0.9410852713178295		0	0	False	False	0.9968178272247314	0					non-mobilizable	no_good_hit	67.0	98.507	5.0	0.06839378238341969	GQ881172.1		Uncultured organism clone VC1CO89TF genomic sequence	True	False
CHI0043_000000001175	5644	0.8581025429051657	7	5	5	4	5	False	116499	fragment	False	CHI0043_000000001175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0032_000000001579	12859	0.8580936443002921	17	16	4	5	15	True	132565	fragment	False	SPA0032_000000001579	1.0		0	0	False	False	0.9997667074203491	0					non-mobilizable	plasmid	11203.0	99.98200000000001	99.0	0.2899893862124311	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0096_000000014860	1598	0.8580841266755609	5	2	1	1	2	False	33344	maximal	True	ISR0096_000000014860	1.0		3	3	False	False	0.9887359142303467	0					non-mobilizable	no_good_hit	1085.0	100.0	68.0	0.0001530030086827796	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0106_000000008618	2786	0.8580830563107658	2	2	2	2	2	False	89412	fragment	False	ISR0106_000000008618	1.0		0	0	False	False	0.9953337907791138	0					non-mobilizable	plasmid	1526.0	81.062	92.0	0.002451654664616878	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0349_000000002446	3884	0.8580730186608057	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8594476819972063		0	0	False	False	1.0	0					non-mobilizable	other	3828.0	99.73899999999999	100.0	0.0007412085825252571	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0185_000000007900	3965	0.8580703736348883	5	5	5	5	4	False	111540	fragment	False	ISR0175_000000006008	0.808974287028687		0	0	False	False	1.0	0					non-mobilizable	other	3970.0	95.164	100.0	0.0049976486844610195	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0816_000000010979	3858	0.8580701958355559	4	4	3	3	3	False	123552	fragment	False	ISR0816_000000010979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1132.0	90.28299999999999	29.0	0.10265744448489261	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MON0069_000000004465	8060	0.8580689274986794	8	5	4	5	4	False	116124	fragment	False	MON0069_000000004465	1.0		0	0	False	False	0.9987593293190002	0					non-mobilizable	no_good_hit	1658.0	89.928	31.0	0.0008117404962806679	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0107_000000003789	7217	0.8580666755314525	7	4	3	4	2	True	52243	maximal	True	FIJ0107_000000003789	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	769.0	73.342	11.0	0.00018835915629968438	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0257_000000014803	1221	0.8580654469237662	2	2	2	1	1	False	35813	fragment	False	ISR0257_000000014803	0.9663192406178345		0	0	False	False	0.9828009605407715	0					non-mobilizable	no_good_hit	133.0	98.49600000000001	11.0	4.6579133183503785e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0060_000000021604	1407	0.8580648221751944	2	2	1	2	1	False	112278	fragment	False	AST0060_000000021604	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	99.21799999999999	100.0	0.00034472013065040057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0042_000000006137	4132	0.8580586324360904	4	3	2	2	3	True	130098	fragment	False	ISR0350_000000003885	0.47071887114469346		0	0	False	False	0.9983059167861938	0					non-mobilizable	chromosome	4136.0	95.6	100.0	0.001390470413879527	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0184_000000002645	8966	0.8580538781657655	9	7	3	7	2	False	73517	maximal	True	ENG0184_000000002645	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0039_000000011494	2329	0.8580513107807016	3	3	3	3	2	False	106615	fragment	False	ISR0143_000000012781	0.9634103189453861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	99.725	78.0	0.010150499712616418	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0346_000000010503	2158	0.8580513107807016	3	3	3	3	2	False	106615	fragment	False	ISR0143_000000012781	0.7761536539848405		0	0	False	False	0.995366096496582	0					non-mobilizable	no_good_hit	1710.0	99.94200000000001	79.0	0.009536670703057427	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0157_000000025980	1223	0.8580487160478028	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08000517526607641		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	98.611	100.0	0.0061054514386781845	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ISR0048_000000015544	1214	0.8580487160478028	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08243433859459318		0	0	False	False	0.9991762638092041	0					non-mobilizable	other	1214.0	99.42299999999999	100.0	0.006060484938720653	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ENG0113_000000006688	4171	0.8580428514733582	4	4	4	4	4	False	125069	maximal	True	ENG0113_000000006688	1.0		11	4	False	False	0.9976025223731995	0					non-mobilizable	no_good_hit	2113.0	79.839	75.0	0.020458821327607096	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	True	False
ENG0031_000000020156	1103	0.8580388766306929	1	1	1	1	1	False	108138	fragment	False	AST0102_000000023335	0.31560703852933086		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	99.01100000000001	100.0	0.0038733204571285134	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
CAN0007_000000022134	1828	0.8580363665391979	2	1	1	1	1	False	117015	fragment	False	AST0094_000000009639	0.16578720924842494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0078_000000003090	2432	0.8580348575686149	4	4	4	3	2	False	73830	maximal	True	SPA0078_000000003090	1.0		0	0	False	False	0.9979440569877625	0					non-mobilizable	no_good_hit	1734.0	95.271	86.0	0.0005323924961294542	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	False
FIJ0059_000000008694	2059	0.858031095850468	3	3	3	3	2	False	52035	fragment	False	FIJ0115_000000011264	0.9707899802800806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	40.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0018_000000014330	1470	0.8580292165780417	3	2	2	2	2	False	120988	fragment	False	ISR0018_000000014330	1.0		0	0	False	False	0.9979591965675354	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000001172	13547	0.8580148704107049	19	7	4	6	3	False	94648	maximal	True	ENG0116_000000001172	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	7481.0	93.57	90.0	0.1465257993035771	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
CHI0006_000000004044	3041	0.8580116311894613	6	5	2	4	3	False	104849	fragment	False	DEN0064_000000009405	0.8179895920473487		0	0	False	False	0.9967116117477417	0					non-mobilizable	plasmid	2906.0	98.624	100.0	0.23436869705526422	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0092_000000015098	1910	0.8580115384996578	3	2	2	2	2	False	33577	fragment	False	ISR0092_000000015098	1.0		0	0	False	False	0.9937172532081604	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	3.6293169625476486e-05	NZ_LR215037.1	mycoplasmas	Mycoplasma maculosum strain NCTC10168 chromosome 1	True	False
ISR0369_000000005261	2422	0.8580062900497222	4	4	4	4	3	False	23549	fragment	False	ISR0369_000000005261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	80.0	5.0	2.7548531736396143e-05	CP060193.1	firmicutes	Bacillus sp. PAMC26543 chromosome, complete genome	True	False
ISR0090_000000012210	2310	0.8579983237369208	4	4	3	3	1	False	36686	fragment	False	ISR0090_000000012210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	81.319	4.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
ISR0015_000000013934	1846	0.8579950531441886	2	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.4240309400795577		0	0	False	False	1.0	0					non-mobilizable	other	1846.0	99.458	99.0	0.009101402947966613	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AUS0002_000000020771	1786	0.8579950531441886	2	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.28701068797382734		0	0	False	False	1.0	0					non-mobilizable	other	1786.0	99.384	100.0	0.008805422364292902	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0033_000000023910	1326	0.8579940076098624	2	2	2	2	2	False	99465	fragment	False	ISR0785_000000027277	0.9768571090545521		0	0	False	False	0.999245822429657	0					non-mobilizable	other	1231.0	87.49	93.0	0.01655213382116675	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ISR0342_000000010762	1321	0.8579940076098624	2	2	2	2	2	False	99465	fragment	False	ISR0785_000000027277	0.9749808918014075		0	0	False	False	0.9992430210113525	0					non-mobilizable	other	1231.0	87.49	93.0	0.01655213382116675	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
DEN0010_000000012790	3408	0.8579936419750415	4	4	4	4	2	False	76021	fragment	False	DEN0010_000000012790	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1725.0	96.986	100.0	0.0003832331704555267	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0093_000000008751	4648	0.8579929877421817	8	4	2	4	2	False	73003	fragment	False	SPA0093_000000008751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0120_01_000000001232	8047	0.8579914040123677	6	6	6	5	4	False	116642	fragment	False	USA0120_01_000000001232	0.9569762146165054		0	0	False	False	1.0	0					non-mobilizable	other	8017.0	99.588	99.0	0.0016660504192249248	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ISR0366_000000009289	2057	0.8579887989937688	3	1	0	1	1	True	109096	fragment	False	ISR0392_000000015621	0.9336166854560339		0	0	False	False	0.9917355179786682	0					non-mobilizable	other	1897.0	97.04799999999999	92.0	0.0003666356878222944	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
FIJ0133_000000012549	2988	0.8579855544241628	1	1	1	1	1	False	112088	fragment	False	SPA0016_000000010669	0.9651011089367254		0	0	False	False	0.9949799180030823	0					non-mobilizable	no_good_hit	43.0	93.023	1.0	0.0004217163856897573	NZ_LZYW01000162.1	firmicutes	Clostridium aurantibutyricum strain DSM 793 CLAUR_contig000162, whole genome shotgun sequence	True	False
FIJ0030_000000023267	1605	0.8579811718449168	3	2	1	2	1	False	48810	fragment	False	FIJ0030_000000023267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0163_000000019156	1294	0.8579811718449168	3	2	1	2	1	False	41226	fragment	False	FIJ0124_000000019336	0.6318550309966618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	85.816	11.0	3.918329694417864e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0069_01_000000029268	2093	0.8579777355250836	4	1	1	1	1	False	775	maximal	True	USA0069_01_000000029268	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	96.154	4.0	0.00012784008367714567	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0044_000000019528	1275	0.8579771286416479	2	2	2	2	2	False	17943	maximal	True	MAD0044_000000019528	1.0		2	2	False	False	0.9992156624794006	0					non-mobilizable	other	1275.0	98.196	100.0	0.0005799708830944405	NC_009785.1	firmicutes	Streptococcus gordonii str. Challis substr. CH1, complete sequence	False	False
ETH0004_000000018970	1499	0.8579755202679592	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.24825814456880205	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1438.0	84.006	95.0	0.016908497967671802	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0087_000000007577	3645	0.8579653244923895	2	2	2	2	2	False	61394	fragment	False	ENG0087_000000007577	1.0		0	0	False	False	0.9942386746406555	0					non-mobilizable	no_good_hit	3050.0	96.39299999999999	88.0	0.006258300098728841	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ISR0176_000000030216	1123	0.8579626351956781	2	2	2	2	2	False	29786	fragment	False	ISR0176_000000030216	1.0		0	0	False	False	0.9875333905220032	0					non-mobilizable	no_good_hit	159.0	76.101	14.0	4.460057486447959e-05	AP019368.1	proteobacteria	Silvanigrellales bacterium RF1110005 DNA, complete genome	True	False
ISR0201_000000011185	2709	0.8579540840852841	2	2	2	2	1	False	54435	maximal	True	ISR0201_000000011185	1.0		26	4	False	False	0.999630868434906	0					non-mobilizable	no_good_hit	1671.0	98.50399999999999	62.0	0.039159592927824415	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0054_000000018527	2450	0.8579450346941876	4	2	2	2	2	False	121275	maximal	True	MON0054_000000018527	1.0	PS849	0	0	False	True	0.9987754821777344	0					non-mobilizable	no_good_hit	2012.0	97.366	82.0	0.00041529551995309023	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
DEN0079_000000019517	2786	0.8579448767959087	4	4	3	4	2	False	89178	maximal	True	DEN0079_000000019517	1.0		1	1	False	False	0.9852835536003113	0					non-mobilizable	no_good_hit	857.0	96.84899999999999	31.0	0.005378104690412615	NZ_AGDG01000026.1	CFB group bacteria	Bacteroides faecis MAJ27 contig026, whole genome shotgun sequence	True	False
MON0099_000000006813	4215	0.8579416951566533	5	4	0	2	3	False	99243	maximal	True	MON0099_000000006813	1.0	PS556	1	1	False	True	0.9914590716362	0					non-mobilizable	no_good_hit	1233.0	98.135	32.0	0.002566497512728243	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	True
USA0005_01_000000022078	1396	0.8579248265502545	2	2	2	1	1	True	68799	fragment	False	USA0005_01_000000022078	1.0		0	0	False	False	0.9949856996536255	0					non-mobilizable	other	1278.0	95.618	91.0	0.0004429544191217343	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0009_000000005882	5808	0.8579232504272217	14	3	1	3	1	True	51312	maximal	True	FIJ0009_000000005882	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.819792363659964e-06	CP012590.1	high GC Gram+	Actinomyces sp. oral taxon 414 strain F0588, complete genome	True	True
ISR0181_000000002098	7971	0.8579147629689888	7	4	4	4	3	False	126374	fragment	False	ISR0181_000000002098	1.0		0	0	False	False	0.9993727207183838	0					non-mobilizable	no_good_hit	937.0	99.68	12.0	0.9989304812834224	GQ882260.1		Uncultured organism clone VC1D005TR genomic sequence	True	False
AST0060_000000006549	4241	0.8579124818307756	4	3	3	3	2	False	112500	maximal	True	AST0060_000000006549	1.0		1	1	False	False	0.9912756681442261	0					non-mobilizable	no_good_hit	1663.0	92.844	76.0	0.003532606961851673	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	True	False
CHI0156_000000006137	2220	0.8579107959449415	4	1	1	1	1	False	89098	fragment	False	CHI0156_000000006137	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	96.25299999999999	97.0	0.015188916674037324	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0318_000000001729	2497	0.8579100625471802	4	3	1	2	3	True	87542	fragment	False	ISR0318_000000001729	0.9668847097301718		0	0	False	False	0.9919903874397278	0					non-mobilizable	chromosome	2418.0	99.62799999999999	97.0	0.00047299486965928715	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
FIJ0112_000000002367	9520	0.8579084977182662	13	8	7	8	5	True	87279	fragment	False	ISR0772_000000000352	0.3758344054444241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	93.65100000000001	1.0	0.05715592135345222	NZ_VZBY01000037.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_64_length_2187_cov_149.301_ID_127, whole genome shotgun sequence	True	True
SPA0114_000000004815	7797	0.8579067734723899	12	4	3	3	4	False	77062	backbone	True	SPA0114_000000004815	1.0	PS372	1	1	True	True	1.0	160					non-mobilizable	no_good_hit	1262.0	78.051	17.0	0.015003379683275395	AP023050.1	CFB group bacteria	Alistipes indistinctus 2BBH45 plasmid p2BBH45 DNA, complete sequence	True	True
ISR0154_000000005058	4844	0.8579059021711638	5	5	4	5	5	False	30640	maximal	True	ISR0154_000000005058	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4844.0	99.917	100.0	0.07713380158313027	CP039842.1	enterobacteria	Escherichia coli O157:H7 strain USDA5905 plasmid pUSDA5905_2, complete sequence	False	True
CHI0116_000000001432	12963	0.8578948593208235	19	12	7	7	11	True	124122	fragment	False	CHI0116_000000001432	1.0		0	0	False	False	0.998225748538971	0					non-mobilizable	other	5714.0	97.21700000000001	96.0	0.001604973591425602	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0039_000000006516	2760	0.8578938552093408	5	3	3	3	3	False	73292	maximal	True	DEN0039_000000006516	1.0		0	0	False	False	0.9992753863334656	0					non-mobilizable	no_good_hit	1103.0	88.57700000000001	48.0	0.0568904045884359	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
USA0032_01_000000012060	1864	0.8578887632693339	4	1	1	1	1	False	1494	maximal	True	USA0032_01_000000012060	1.0		2	2	False	False	0.9924892783164978	0					non-mobilizable	no_good_hit	848.0	87.02799999999999	45.0	0.0019093867991836974	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0153_000000022348	1528	0.8578846579046987	2	1	1	1	1	False	103336	maximal	True	AST0153_000000022348	1.0		4	4	False	False	0.9993455410003662	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000008633	3080	0.8578675491611284	6	2	1	1	1	True	121011	fragment	False	CAN0004_000000008633	1.0		0	0	False	False	0.9961038827896118	0					non-mobilizable	plasmid	1613.0	99.194	93.0	0.21044386422976502	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	False	True
ISR0287_000000005683	2139	0.8578675491611284	2	2	1	1	1	True	26001	fragment	False	ISR0287_000000005683	1.0		0	0	False	False	0.9995325207710266	0	rep_cluster_1079				non-mobilizable	no_good_hit	1226.0	80.669	57.0	0.24236983842010773	LN853112.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0471	True	True
ISR0237_000000001885	4389	0.8578537898729973	4	3	1	3	1	False	81260	fragment	False	ISR0237_000000001885	1.0		0	0	False	False	0.9954431653022766	0					non-mobilizable	no_good_hit	120.0	83.333	3.0	4.500983109468647e-05	NZ_UHIC01000001.1	g-proteobacteria	Suttonella ornithocola strain NCTC13337, whole genome shotgun sequence	True	False
ENG0050_000000007465	3305	0.8578535959970345	5	4	3	4	3	True	125237	maximal	True	ENG0050_000000007465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	80.165	7.0	8.400338523185632e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
DEN0018_000000024109	1648	0.8578504530470431	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.8368170353405959		0	0	False	False	0.9993932247161865	0					non-mobilizable	no_good_hit	389.0	74.036	23.0	0.00017517509547042704	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
ENG0050_000000004766	4788	0.857844689077177	6	3	2	3	2	False	74605	fragment	False	ENG0050_000000004766	1.0		0	0	False	False	0.9912280440330505	0					non-mobilizable	no_good_hit	969.0	89.78299999999999	20.0	0.0002956407210087127	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
MON0013_000000014560	3345	0.8578390186758856	5	4	3	3	4	True	65064	fragment	False	MON0013_000000014560	0.997593984962406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1755.0	76.125	84.0	0.14021782977006858	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0057_000000006753	3325	0.8578390186758856	5	4	3	3	4	True	65064	fragment	False	MON0013_000000014560	0.9946188340807175		0	0	False	False	0.9990977644920349	0					non-mobilizable	no_good_hit	1755.0	76.125	84.0	0.14021782977006858	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0373_000000001514	7523	0.8578380958144067	13	10	5	4	9	True	123836	maximal	False	ISR0179_000000003111	0.9471551490368088	PS486|PS905|PS906	0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	3960.0	99.975	100.0	0.484577723378213	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
FIJ0087_000000022878	1413	0.8578306171038871	2	2	2	2	2	False	43716	fragment	False	TAN0010_000000010442	0.9377431906614786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	77.491	57.0	0.00015082775170600443	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0097_000000010741	3192	0.8578266653206894	3	2	2	2	1	False	34854	fragment	False	ISR0072_000000008946	0.8788851611875609		0	0	False	False	0.993107795715332	0					non-mobilizable	no_good_hit	195.0	74.359	6.0	6.657641077362144e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0089_000000008121	2882	0.8578266653206894	3	2	2	2	1	False	34854	fragment	False	ISR0072_000000008946	0.658537446859943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	74.359	7.0	6.657641077362144e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0036_000000004948	4460	0.8578252277706641	5	5	5	4	5	True	65338	fragment	False	ENG0036_000000004948	1.0		0	0	False	False	0.999775767326355	0					non-mobilizable	plasmid	4460.0	99.552	100.0	0.05858059764309764	CP041537.1	enterobacteria	Escherichia coli strain 95 plasmid p3409-2	False	True
FIJ0113_000000014685	1747	0.8578159736378547	3	3	2	2	3	False	122170	fragment	False	DEN0093_000000016414	0.4797332208467095		0	0	False	False	0.9977103471755981	0					non-mobilizable	other	1747.0	98.454	100.0	0.030273064779154087	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0838_000000002066	8503	0.8578087628005373	6	5	5	4	3	False	103978	maximal	True	ISR0838_000000002066	1.0		17	4	False	False	1.0	0					non-mobilizable	other	4993.0	91.708	94.0	0.002436693811386648	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0037_000000005889	4499	0.8578061972361172	9	2	1	2	2	False	47822	fragment	False	FIJ0037_000000005889	1.0		0	0	False	False	0.9986663460731506	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000009695	3210	0.8578061972361172	6	2	1	2	2	False	46791	fragment	False	FIJ0048_000000009695	1.0		0	0	False	False	0.9838006496429443	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000024168	1852	0.8578051087441299	2	2	2	1	2	False	32095	fragment	False	SPA0092_000000024168	1.0		0	0	False	False	0.9989200830459595	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0001260192389371444	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0096_000000025925	1464	0.8578033647612736	3	2	2	2	2	False	58301	fragment	False	ISR0145_000000018920	0.9402985074626866		0	0	False	False	0.999316930770874	0					non-mobilizable	no_good_hit	472.0	76.059	32.0	0.002741427812053921	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0174_000000016481	1263	0.8578033647612736	2	2	2	2	2	False	58300	fragment	False	ISR0282_000000019115	0.975816261834451		0	0	False	False	0.9897070527076721	0					non-mobilizable	no_good_hit	480.0	74.583	37.0	0.00577702195768519	NZ_CZBD01000020.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0066_000000004527	6172	0.8577980236124669	14	3	2	3	1	True	88419	fragment	False	DEN0066_000000004527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0072_000000000867	22456	0.8577915250467403	26	17	9	16	10	True	51823	maximal	False	FIJ0020_000000000622	0.9981869890976774		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	394.0	78.934	2.0	0.02076737322243091	NZ_FNQG01000019.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	True
ISR0139_000000023836	1167	0.8577898717475909	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.13070811103177718		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	98.029	100.0	0.00032885774674343396	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0041_000000008990	3821	0.8577878666149155	5	5	5	5	3	True	17634	maximal	True	SPA0041_000000008990	1.0		2	2	False	False	0.9973828792572021	0					non-mobilizable	no_good_hit	1072.0	75.46600000000001	28.0	0.0003310085993794211	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0010_000000007338	2807	0.8577875447389137	3	3	3	3	3	False	128990	fragment	False	ENG0010_000000007338	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1419.0	99.436	51.0	0.019509376332842616	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ETH0001_000000008001	3319	0.8577864964866418	3	2	2	2	2	False	90954	fragment	False	ETH0001_000000008001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	92.73700000000001	29.0	0.15347255949490043	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0044_01_000000017626	1561	0.8577760434026722	3	2	2	2	2	False	1221	fragment	False	USA0044_01_000000017626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	98.464	42.0	0.00018095138671399242	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0386_000000005711	6263	0.8577661149362239	6	6	6	5	5	False	121549	fragment	False	ISR0386_000000005711	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	99.292	85.0	0.00037987699374888913	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
FIJ0133_000000020218	1878	0.8577585624201869	2	1	1	1	1	False	40678	fragment	False	FIJ0133_000000020218	1.0		0	0	False	False	0.9973375797271729	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000002866	11311	0.8577531260576698	9	4	3	3	2	False	80961	maximal	True	CHI0132_000000002866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	70.87	5.0	0.00015710901137297852	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
DEN0061_000000005288	6297	0.8577462580823482	4	2	1	2	1	False	71956	fragment	False	DEN0061_000000005288	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4393.0	93.96799999999999	69.0	0.20813659560261363	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
USA0026_01_000000005354	6480	0.857746131314613	9	7	4	3	5	True	107449	fragment	False	USA0026_01_000000005354	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6480.0	100.0	100.0	0.06747412051404886	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
USA0063_01_000000004804	4275	0.8577430576533764	6	6	6	5	4	False	120913	maximal	True	USA0063_01_000000004804	1.0		187	9	False	False	0.9997661113739014	0					non-mobilizable	other	2251.0	93.24700000000001	92.0	0.0006733138202000729	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0196_000000000136	26177	0.8577393829881907	53	6	3	5	3	True	115252	fragment	False	ENG0196_000000000136	1.0		0	0	False	False	0.9994269609451294	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.261541483552032e-06	CP041647.1	high GC Gram+	Rhodococcus hoagii strain WY chromosome, complete genome	True	True
MON0083_000000004913	5502	0.8577364653268315	5	5	5	5	5	False	110588	fragment	False	MON0041_000000007831	0.9337867447972835		0	0	False	False	0.9998182654380798	0					non-mobilizable	no_good_hit	225.0	72.889	4.0	0.0012661135026588383	NZ_JABJVN010000010.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_10_length_169811_cov_175.645640, whole genome shotgun sequence	True	False
DEN0007_000000000903	27427	0.8577351820923689	30	19	7	8	17	False	104033	fragment	False	DEN0007_000000000903	0.9975422131538665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6827.0	99.07700000000001	74.0	0.001515484686341536	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0048_000000000417	27362	0.8577351820923689	29	19	7	8	17	False	104033	fragment	False	DEN0007_000000000903	0.9963630742084841		0	0	False	False	0.99959796667099	0					non-mobilizable	no_good_hit	6827.0	99.07700000000001	73.0	0.001515484686341536	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0266_000000006718	2505	0.8577324186652269	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.2816311546309639		0	0	False	False	1.0	0					non-mobilizable	chromosome	2212.0	97.197	100.0	0.0006403483216583544	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0007_000000008911	2062	0.8577324186652269	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.20465355442760588		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	98.545	100.0	0.0006155546075263883	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0126_000000017014	2888	0.8577231116727428	3	3	3	3	1	False	31988	maximal	True	ISR0126_000000017014	1.0		1	1	False	False	0.9913434982299805	0					non-mobilizable	no_good_hit	631.0	100.0	22.0	0.00011430132769156494	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
ISR0300_000000001082	5341	0.8577210032939472	3	2	0	2	1	True	25602	maximal	True	ISR0300_000000001082	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0004479140005119017	NZ_LT629847.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
FIJ0089_000000009646	2506	0.8577195486359448	4	4	4	4	3	False	43579	maximal	True	FIJ0089_000000009646	1.0		1	1	False	False	0.9956105351448059	0					non-mobilizable	no_good_hit	544.0	97.426	22.0	0.008530492977660478	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
ENG0169_000000007683	2987	0.8577112982693387	6	4	4	2	2	False	70285	fragment	False	ENG0169_000000007683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	78.916	28.0	0.0002958263798854986	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0131_000000000618	21650	0.8577074451675094	33	17	12	14	12	True	125416	fragment	False	ISR0131_000000000618	1.0		0	0	False	False	1.0	0					non-mobilizable	other	21652.0	98.536	100.0	0.006178910703338079	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0124_000000009625	1518	0.8577070616111847	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.14948121472777579		0	0	False	False	1.0	0					non-mobilizable	chromosome	1518.0	98.814	100.0	0.0005331234108652449	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0141_000000012308	2200	0.8577061828401383	3	3	3	2	3	False	60008	fragment	False	ENG0141_000000012308	0.9969982663006821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1851.0	90.113	84.0	0.018779101967139136	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	True	False
CHI0042_000000006100	1912	0.8576984800535259	3	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.2137806304885252		0	0	False	False	0.999476969242096	0					non-mobilizable	other	1705.0	87.214	98.0	0.011320376678020437	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0180_000000004260	3767	0.8576850127011592	4	4	2	3	4	False	74212	fragment	False	DEN0026_000000007627	0.9759880897724827		0	0	False	False	0.9994691014289856	0					non-mobilizable	plasmid	3769.0	98.594	100.0	0.11531399192067572	CP057708.1	enterobacteria	Escherichia coli strain RHB17-C03 plasmid pRHB17-C03_4, complete sequence	False	True
SPA0084_000000001252	9507	0.8576812942806343	8	8	8	8	7	False	131705	maximal	True	SPA0084_000000001252	1.0		36	4	False	False	1.0	0					non-mobilizable	other	5655.0	97.40100000000001	96.0	0.0015875988477005059	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0171_000000014748	1928	0.8576795910744366	1	1	0	1	0	True	29987	fragment	False	ISR0171_000000014748	0.9975688816855753		0	0	False	False	0.9813277721405029	0					non-mobilizable	no_good_hit								True	True
SPA0021_000000017662	1851	0.8576795910744366	1	1	0	1	0	True	29987	fragment	False	ISR0171_000000014748	0.9776970954356846		0	0	False	False	0.9956780076026917	0					non-mobilizable	no_good_hit								True	True
MON0100_000000003949	8235	0.8576707417842667	3	3	2	3	3	True	15027	fragment	False	MON0100_000000003949	0.9988185549061062		0	0	False	False	0.9998785853385925	0		MOBF	MPF_T		conjugative	plasmid	8235.0	99.976	100.0	0.0983845528843856	KT754161.1	enterobacteria	Shigella dysenteriae 1 strain CAR10 plasmid pCAR10, complete sequence	False	True
MON0007_000000005128	8041	0.8576707417842667	3	3	2	3	3	True	15027	fragment	False	MON0100_000000003949	0.9870673952641166		0	0	False	False	1.0	0		MOBF	MPF_T		conjugative	plasmid	8022.0	99.975	99.0	0.0958395067628925	KT754161.1	enterobacteria	Shigella dysenteriae 1 strain CAR10 plasmid pCAR10, complete sequence	False	True
ISR0219_000000004803	6332	0.8576704196118263	11	9	8	9	9	False	125086	fragment	False	SPA0155_000000001948	0.659412752975996		0	0	False	False	0.9998420476913452	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	10.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0185_000000004000	5993	0.8576704196118263	11	9	8	9	9	False	125086	fragment	False	SPA0155_000000001948	0.5383894368109627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	11.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0120_000000019259	1319	0.8576648887663234	2	2	1	2	1	True	41523	maximal	True	FIJ0120_000000019259	1.0		2	1	False	False	0.9962092638015747	0					non-mobilizable	no_good_hit	117.0	76.068	9.0	0.0042822495073518265	NZ_RQJX01000028.1	high GC Gram+	Aeromicrobium camelliae strain YS17T scaffold_27, whole genome shotgun sequence	True	True
DEN0011_000000003430	9169	0.8576623208655554	18	6	3	6	2	False	96384	fragment	False	DEN0011_000000003430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0089_000000005945	3863	0.8576541693719113	4	4	4	4	3	False	100442	backbone	True	FIJ0089_000000005945	0.6863512852433306	PS572	7	1	True	True	1.0	3					non-mobilizable	no_good_hit	794.0	76.44800000000001	20.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
CHI0057_000000016197	1269	0.8576339928705541	2	2	2	1	1	False	85953	fragment	False	ENG0188_000000019390	0.7344052498929045		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	95.669	100.0	0.0043193649811865365	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0131_000000026986	1360	0.8576283368008584	3	3	3	2	2	False	31639	maximal	True	ISR0131_000000026986	1.0		4	3	False	False	0.9852941036224365	0					non-mobilizable	no_good_hit	298.0	76.51	22.0	0.1970310391363023	XM_013039132.1	eukaryotes	Blastocystis hominis mRNA	True	False
FIJ0049_000000002609	6139	0.8576247631301409	9	3	2	2	3	True	107768	maximal	True	FIJ0049_000000002609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1903.0	96.322	31.0	0.0005230903074119143	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	True
MON0006_000000004300	4451	0.8576247631301409	5	3	2	2	3	True	107753	fragment	False	FIJ0094_000000003656	0.9288039056143207		0	0	False	False	0.9957312941551208	0					non-mobilizable	no_good_hit	2390.0	91.17200000000001	53.0	0.0006541381949530044	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	True
ISR0820_000000008153	2718	0.8576172494785745	3	2	1	1	0	True	70083	fragment	False	ISR0820_000000008153	0.9696012282169771		0	0	False	False	0.9988962411880493	0					non-mobilizable	no_good_hit	612.0	97.876	31.0	0.1508641975308642	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0204_000000009126	2732	0.8576054501490746	5	5	5	5	5	False	54047	maximal	True	ENG0204_000000009126	1.0		8	3	False	False	0.9941434860229492	0					non-mobilizable	no_good_hit	850.0	99.647	38.0	0.00019208787986566066	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0013_000000019072	1543	0.8576019125224972	2	2	2	2	2	False	131499	fragment	False	FIJ0013_000000019072	1.0		0	0	False	False	0.9896305799484253	0					non-mobilizable	no_good_hit	1327.0	78.749	85.0	0.018379071842927263	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0100_000000005879	5431	0.8575923228652219	7	5	2	5	2	False	60387	fragment	False	SPA0100_000000005879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	93.54799999999999	1.0	0.0003853126401495771	NZ_FNBY01000009.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ENG0096_000000011239	2977	0.8575898979392338	4	4	3	4	3	False	60871	maximal	True	ENG0096_000000011239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	99.81200000000001	54.0	0.01632878280062127	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	True	False
SPA0055_000000021441	1435	0.857584709297305	3	3	3	1	1	False	131742	fragment	False	SPA0055_000000021441	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	90.337	94.0	0.0003164480204512289	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0105_000000032100	1232	0.8575825069548382	2	2	2	2	2	False	129516	fragment	False	MAD0105_000000032100	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1080.0	98.611	88.0	0.0002891539660454457	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0183_000000026157	1197	0.8575825069548382	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.020738300084774248	PS1061	0	0	False	True	0.9983291625976562	0					non-mobilizable	chromosome	1143.0	98.95	95.0	0.00030603691308980443	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0059_000000001755	9381	0.8575778529988266	23	11	4	5	8	False	16920	maximal	True	MAD0059_000000001755	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	73.96	10.0	0.0004171058146585226	CP026502.1	firmicutes	Lactococcus garvieae strain JJJN1 chromosome, complete genome	True	False
SPA0001_000000020739	1618	0.857575149433413	3	3	3	2	1	True	110326	maximal	True	SPA0001_000000020739	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	1443.0	96.881	89.0	0.000236496531848883	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ENG0014_000000000714	27236	0.8575730146561636	34	15	8	12	9	True	116869	fragment	False	ENG0014_000000000714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	84.09700000000001	4.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0123_000000011421	1943	0.8575710407388822	3	3	2	2	2	False	109615	fragment	False	ISR0339_000000004178	0.21494656339566207		0	0	False	False	0.984559953212738	0					non-mobilizable	other	1943.0	98.868	99.0	0.009579904891572446	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ETH0004_000000019944	1431	0.8575696077410648	1	1	1	1	1	False	52855	fragment	False	MAD0047_000000032221	0.9668094121624404		0	0	False	False	0.9993011951446533	0					non-mobilizable	other	1431.0	98.18299999999999	100.0	0.01913888405583736	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0053_000000014592	1431	0.8575696077410648	1	1	1	1	1	False	52855	fragment	False	MAD0047_000000032221	0.9694095930397091		0	0	False	False	0.9972047805786133	0					non-mobilizable	other	1431.0	98.53200000000001	100.0	0.01913888405583736	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0112_000000020049	1386	0.8575696077410648	1	1	1	1	1	False	52855	fragment	False	MAD0047_000000032221	0.9417963414914008		0	0	False	False	0.9971140027046204	0					non-mobilizable	other	1386.0	98.485	100.0	0.018536611480653668	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MAD0095_000000005573	4799	0.8575687670498402	7	4	2	4	2	False	15601	maximal	True	MAD0095_000000005573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0004_000000002489	9755	0.8575684117513686	13	9	4	8	5	True	114001	backbone	False	CAN0022_000000002344	0.773839819365194	PS735	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1136.0	83.01100000000001	23.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0166_000000002720	9729	0.8575684117513686	13	9	4	8	5	True	114001	backbone	False	CAN0022_000000002344	0.3985388237345336	PS735	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1136.0	83.01100000000001	23.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
SPA0008_000000013357	2279	0.8575657084016454	3	3	3	3	3	False	116153	fragment	False	DEN0083_000000012288	0.926923165891268		0	0	False	False	0.9964897036552429	0					non-mobilizable	other	2279.0	97.455	100.0	0.015214051960195018	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
USA0108_01_000000001893	7395	0.8575639581735119	8	6	5	6	4	True	131951	maximal	True	USA0108_01_000000001893	1.0	PS1136	0	0	False	True	0.99837726354599	0					non-mobilizable	no_good_hit	1307.0	89.288	19.0	0.004175183891580421	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ETH0001_000000034462	1107	0.8575511554024705	2	2	2	1	1	False	53405	fragment	False	ETH0001_000000034462	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1107.0	99.368	100.0	0.0002020260694001561	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0193_000000007234	3741	0.8575414576790057	4	4	4	4	4	False	105498	fragment	False	SPA0054_000000006782	0.9401049537289681		0	0	False	False	1.0	0					non-mobilizable	other	3741.0	99.385	100.0	0.005377294875610517	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0030_000000015419	1247	0.8575358529781345	2	2	2	2	2	False	107359	fragment	False	AST0106_000000015496	0.9544482484281916		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	71.705	90.0	0.0003036432594576223	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0394_000000016005	1207	0.8575320372006288	2	2	2	1	1	False	131371	fragment	False	AST0002_000000024033	0.15855347218288363		0	0	False	False	0.9627174735069275	0					non-mobilizable	no_good_hit								True	False
ISR0346_000000023282	1111	0.8575311841236151	1	1	1	1	1	False	35813	fragment	False	ISR0257_000000014803	0.7001094030851356		0	0	False	False	0.9441944360733032	0					non-mobilizable	no_good_hit	75.0	98.667	7.0	3.137852208009071e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MON0019_000000013586	4515	0.8575309466475525	5	5	1	5	5	True	125599	backbone	False	MAD0046_000000003898	0.06903371624896279	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4445.0	99.52799999999999	98.0	0.09517486561154777	AP014806.1	enterobacteria	Escherichia coli O119:H6 plasmid pEC404/03-3 DNA, complete sequence, strain: EC404/03	False	True
SPA0115_000000001339	18063	0.8575111822786178	12	10	8	10	9	False	92291	maximal	True	SPA0115_000000001339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	82.131	10.0	0.11539740605254406	NZ_WEHX01000056.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_56_length_15035_cov_169.352638, whole genome shotgun sequence	True	False
CHI0165_000000013966	1234	0.8575036571346821	2	2	2	2	1	False	79435	fragment	False	FIJ0104_000000021925	0.9575421491374257		0	0	False	False	1.0	0					non-mobilizable	chromosome	1234.0	99.919	100.0	0.00023946127621790237	CP052324.1	enterobacteria	Klebsiella pneumoniae strain E16KP0032 chromosome, complete genome	False	False
ISR0264_000000003881	2624	0.8574974468153744	3	3	3	3	3	False	109905	fragment	False	ISR0264_000000003881	0.9420348601540333		0	0	False	False	0.9973323345184326	0					non-mobilizable	other	2125.0	96.988	99.0	0.0006604617072204051	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0116_000000006928	3834	0.8574947138903609	8	5	1	1	5	True	117122	fragment	False	AST0116_000000006928	1.0		0	0	False	False	0.9979134202003479	0					non-mobilizable	other	2111.0	99.384	99.0	0.0005809055519153365	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	True
ISR0293_000000006434	5640	0.8574861815708024	10	9	8	9	8	False	125086	fragment	False	SPA0155_000000001948	0.33274089789209066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	12.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0140_000000008663	3430	0.8574816568339901	4	4	4	3	2	False	96624	fragment	False	FIJ0011_000000011874	0.9554712375149512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	81.416	3.0	0.000724796691203362	NZ_SMKZ01000009.1	high GC Gram+	Jiangella asiatica strain 5K138 NODE_9_length_150387_cov_31.887, whole genome shotgun sequence	True	False
SPA0031_000000008470	3396	0.8574816568339901	4	4	4	3	2	False	96624	fragment	False	FIJ0011_000000011874	0.7140704706831543		0	0	False	False	0.9982331991195679	0					non-mobilizable	no_good_hit	132.0	92.42399999999999	4.0	4.0050604397250636e-05	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0162_000000030156	1303	0.8574776949987631	3	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.23546335772168994		0	0	False	False	0.9984650611877441	0					non-mobilizable	chromosome	1093.0	79.32300000000001	96.0	0.00028703061757731754	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0016_000000002087	13313	0.8574760549942927	16	7	4	7	5	False	105639	maximal	True	SPA0016_000000002087	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	97.727	1.0	7.293777862545821e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0121_000000001561	11623	0.8574697454383579	11	10	10	9	8	False	113566	fragment	False	ENG0121_000000001561	1.0		0	0	False	False	0.999569833278656	0					non-mobilizable	no_good_hit	1356.0	89.676	22.0	0.00032535107636776783	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0085_000000021325	1472	0.8574528367123812	2	2	2	2	2	False	43913	fragment	False	FIJ0085_000000021325	1.0		0	0	False	False	0.998641312122345	0					non-mobilizable	no_good_hit	871.0	76.464	58.0	0.0003199961986530462	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0399_000000003017	4402	0.8574520020397918	3	3	3	3	2	False	126642	fragment	False	ISR0399_000000003017	1.0		0	0	False	False	0.9968196153640747	0					non-mobilizable	other	4412.0	99.139	100.0	0.001416147744244552	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0244_000000000486	25549	0.8574519054172127	39	6	1	6	1	True	61771	fragment	False	ISR0244_000000000486	1.0		0	0	False	False	0.9995694756507874	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	0.0	0.002161646219926448	MN694504.1	viruses	Marine virus AFVG_250M556, complete genome	True	True
ISR0847_000000027187	1122	0.8574471909034497	2	2	0	1	1	True	20619	maximal	True	ISR0847_000000027187	1.0		0	0	False	False	0.9910873174667358	0					non-mobilizable	no_good_hit								True	True
ISR0324_000000014322	2149	0.8574426805571693	4	3	2	2	3	True	69029	fragment	False	ISR0324_000000014322	1.0		0	0	False	False	0.999069333076477	0					non-mobilizable	no_good_hit	1412.0	99.15	66.0	0.47096128170894525	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0177_000000015932	1907	0.8574426805571693	4	3	2	2	3	True	69033	fragment	False	ENG0050_000000013476	0.9517795473277867		0	0	False	False	1.0	0					non-mobilizable	plasmid	1807.0	86.829	95.0	0.43876045253320217	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0168_000000017333	1778	0.8574426805571693	3	3	2	2	3	True	69028	fragment	False	ENG0168_000000017333	0.9672167634308941		0	0	False	False	1.0	0					non-mobilizable	plasmid	1431.0	87.84100000000001	93.0	0.3502213477619282	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
SPA0030_000000019568	1554	0.8574426805571693	3	3	2	2	3	True	69028	fragment	False	ENG0168_000000017333	0.4744334689134224		0	0	False	False	0.9929214715957642	0					non-mobilizable	other	1498.0	99.33200000000001	96.0	0.49966622162883845	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0027_000000019811	1293	0.8574393745587895	2	2	2	1	1	False	58131	fragment	False	ISR0027_000000019811	0.9949066213921902		0	0	False	False	0.9389017820358276	0					non-mobilizable	no_good_hit	251.0	79.681	19.0	0.011941873291448852	NZ_CAPF01000004.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
DEN0067_000000019801	1693	0.8574390134146497	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.2650122714434737		0	0	False	False	0.9988186359405518	0					non-mobilizable	other	1693.0	91.14	100.0	0.0004749540699107571	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0117_000000007103	2062	0.8574358764548307	2	2	2	2	2	True	82074	fragment	False	CHI0117_000000007103	1.0		0	0	False	False	0.99321049451828	0					non-mobilizable	no_good_hit								True	True
ISR0165_000000001027	14473	0.8574292778304852	13	6	1	6	0	True	59553	maximal	True	ISR0165_000000001027	0.9972751752891691		11	4	False	False	0.9999309182167053	0					non-mobilizable	no_good_hit								True	True
FIJ0105_000000001688	14297	0.8574292778304852	12	6	1	6	0	True	59553	maximal	False	ISR0165_000000001027	0.996646735668351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0142_000000001753	14114	0.8574292778304852	12	6	1	6	0	True	59553	maximal	False	ISR0165_000000001027	0.9893197188455937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0039_000000001518	14114	0.8574292778304852	12	6	1	6	0	True	59553	maximal	False	ISR0165_000000001027	0.9892849591158404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0301_000000001906	7747	0.8574273728441485	5	5	4	4	4	False	77989	fragment	False	ISR0301_000000001906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	83.75399999999999	8.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0010_01_000000003043	8621	0.8574246979389301	12	7	5	3	6	True	99634	maximal	True	USA0010_01_000000003043	1.0	PS425|PS426|PS427	1	1	False	True	0.9997680187225342	0					non-mobilizable	no_good_hit	3742.0	98.637	83.0	0.0016663118948518816	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0029_000000013116	3513	0.8574057172492644	4	2	2	2	1	False	81276	fragment	False	ISR0029_000000013116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0041_000000025131	2455	0.8573918949464064	2	2	2	2	2	False	13679	fragment	False	MON0041_000000025131	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2081.0	94.426	92.0	0.0008301558608644402	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0035_000000011613	2413	0.8573918949464064	2	2	2	2	2	False	13679	fragment	False	MON0041_000000025131	0.9914460285132383		0	0	False	False	0.997513473033905	0					non-mobilizable	chromosome	2073.0	94.404	92.0	0.0008269614179173909	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0358_000000015068	1291	0.8573901224060256	2	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.3659015813567007		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	98.993	100.0	0.0003857340063279529	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0818_000000014905	1283	0.8573901224060256	2	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.3372132593170287		0	0	False	False	0.9719407558441162	0					non-mobilizable	other	1283.0	96.181	100.0	0.0003833400016339082	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
FIJ0145_000000014811	1173	0.8573901224060256	2	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.17809931949348465		0	0	False	False	0.9889172911643982	0					non-mobilizable	other	1167.0	98.029	99.0	0.0026761594587088795	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	True
ISR0043_000000019975	1113	0.8573901224060256	1	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.18162837203222879		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	99.91	100.0	0.0025522206844633567	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	True
FIJ0008_000000026018	1112	0.8573901224060256	1	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.18134281951216608		0	0	False	False	0.9991007447242737	0					non-mobilizable	other	1112.0	99.73	100.0	0.0025499255219773283	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	True
ENG0103_000000015170	1111	0.8573901224060256	3	1	1	1	1	True	60273	fragment	False	FIJ0154_000000035180	0.9395368782161235		0	0	False	False	0.932493269443512	0					non-mobilizable	other	1111.0	95.77	100.0	0.0003856309060589216	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0016_000000033311	1182	0.8573702905153151	2	2	2	2	1	True	16338	fragment	False	MON0016_000000033311	0.9898231542044088		0	0	False	False	0.9991539716720581	0					non-mobilizable	no_good_hit	795.0	71.824	65.0	0.0021044715963958894	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
MAD0070_000000020295	1111	0.8573702905153151	2	2	2	2	1	True	16338	fragment	False	MON0016_000000033311	0.9680540849235094		0	0	False	False	0.9603960514068604	0					non-mobilizable	no_good_hit	577.0	71.23100000000001	51.0	0.00010791552769072402	CP014771.1	CFB group bacteria	Hymenobacter sp. PAMC 26554, complete genome	True	True
ENG0194_000000008058	3411	0.8573678709546825	6	3	3	3	2	False	82474	fragment	False	ENG0194_000000008058	0.9907375239675035		0	0	False	False	0.9967751502990723	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	8.0	0.0005331772939616228	NZ_LPWE01000013.1	a-proteobacteria	Methyloceanibacter stevinii strain R-67176 contig_8, whole genome shotgun sequence	True	False
USA0135_01_000000008053	1887	0.8573392009550506	3	3	3	3	2	False	109887	fragment	False	AST0090_000000011755	0.4859366466411797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	80.368	11.0	3.195061268772722e-05	CP005991.1	enterobacteria	Enterobacter sp. R4-368, complete genome	True	False
ISR0797_000000006566	1722	0.8573382676873527	3	3	3	3	2	False	70154	fragment	False	FIJ0114_000000020799	0.8117929414560034		0	0	False	False	0.996515691280365	0					non-mobilizable	no_good_hit	463.0	75.81	27.0	0.0008319285417168378	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0137_000000002592	10854	0.8573345168979604	10	7	7	5	4	True	57236	maximal	True	ISR0137_000000002592	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	99.214	16.0	0.2911620294599018	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	True
ISR0161_000000003166	8473	0.8573333143226864	9	2	2	2	1	False	30410	maximal	True	ISR0161_000000003166	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	83.448	3.0	0.002043538727897142	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0031_000000011378	2135	0.8573307998092975	4	3	3	3	3	False	91838	fragment	False	FIJ0031_000000011378	0.9758674568471551		0	0	False	False	0.9934425950050354	0					non-mobilizable	other	2135.0	98.454	100.0	0.053415433906535505	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0310_000000005378	2966	0.8573281086153206	5	5	4	5	5	False	98131	fragment	False	MAD0059_000000006132	0.9715654952076678		0	0	False	False	0.9976398944854736	0					non-mobilizable	chromosome	2966.0	99.697	100.0	0.0005280132863457901	CP047378.1	enterobacteria	Escherichia coli strain CAU16175 chromosome, complete genome	False	False
FIJ0132_000000008769	3390	0.8573225591920213	5	5	5	4	4	False	79443	fragment	False	FIJ0132_000000008769	1.0		0	0	False	False	0.9973451495170593	0					non-mobilizable	other	3390.0	99.41	100.0	0.000666084244228269	CP014156.1	enterobacteria	Klebsiella quasipneumoniae strain HKUOPL4, complete genome	False	False
ENG0173_000000003454	5375	0.8573204438397083	9	8	5	4	7	True	123628	fragment	False	USA0108_01_000000001009	0.007545522388059701		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3809.0	98.714	95.0	0.11520067800714329	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
DEN0062_000000015612	1391	0.8573160705951176	2	2	2	2	2	False	74357	maximal	True	DEN0062_000000015612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	80.914	88.0	0.0015525165691641116	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0004_000000015462	1290	0.8573142240389411	2	1	1	1	1	True	71042	fragment	False	ISR0004_000000015462	1.0		0	0	False	False	0.9992247819900513	0					non-mobilizable	no_good_hit	148.0	95.27	11.0	4.396978492751912e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
DEN0063_000000020780	2305	0.8573141839754284	3	1	1	1	1	False	82472	fragment	False	DEN0063_000000020780	0.9751970329160871		0	0	False	False	0.9904555082321167	0					non-mobilizable	no_good_hit	128.0	80.469	5.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
USA0019_01_000000023145	1318	0.8573141839754284	2	1	1	1	1	False	8111	fragment	False	SPA0009_000000026284	0.9612948627726953		0	0	False	False	0.9946889281272888	0					non-mobilizable	no_good_hit	128.0	80.469	10.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
ENG0198_000000006977	2725	0.857312706117123	3	3	1	2	3	False	111810	fragment	False	SPA0009_000000012941	0.7051807499523935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	92.5	3.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MON0102_000000035667	1230	0.8573079427387128	2	2	2	2	1	True	86543	fragment	False	MON0107_000000048954	0.7575829586814041		0	0	False	False	0.9609755873680115	0					non-mobilizable	no_good_hit	468.0	72.863	38.0	0.000155169900943709	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0086_000000006147	2312	0.8572921925939742	2	2	2	1	1	False	95667	fragment	False	ENG0093_000000004584	0.5746132968930896		0	0	False	False	1.0	0					non-mobilizable	chromosome	2312.0	99.74	100.0	0.0005796167604090137	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0108_000000010095	1925	0.8572921925939742	2	2	2	1	1	False	89235	fragment	False	ENG0108_000000010095	0.9912455874578893		0	0	False	False	0.9984415769577026	0					non-mobilizable	chromosome	1925.0	99.325	100.0	0.00048251213431451664	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
DEN0085_000000015627	1859	0.8572921925939742	3	2	2	1	1	False	89235	fragment	False	ENG0108_000000010095	0.9857675335028769		0	0	False	False	1.0	0					non-mobilizable	chromosome	1859.0	99.785	100.0	0.00046595165544568767	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0128_000000004408	1858	0.8572921925939742	2	2	2	1	1	False	89235	fragment	False	ENG0108_000000010095	0.9849130599246955		0	0	False	False	1.0	0					non-mobilizable	chromosome	1858.0	99.62299999999999	100.0	0.00046570073909919026	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0141_000000015311	1809	0.8572921925939742	2	2	2	1	1	False	89235	fragment	False	ENG0108_000000010095	0.9788064902438055		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	99.281	100.0	0.009818989534738478	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0179_000000013288	1742	0.8572921925939742	2	2	2	1	1	False	89235	fragment	False	ENG0108_000000010095	0.9630476260353763		0	0	False	False	1.0	0					non-mobilizable	other	1742.0	99.885	100.0	0.009455122112820624	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
DEN0093_000000018614	1727	0.8572921925939742	2	2	2	1	1	False	89235	fragment	False	ENG0108_000000010095	0.7606918498734538		0	0	False	False	0.9959467053413391	0					non-mobilizable	other	1727.0	99.479	100.0	0.009373659257167374	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0087_000000008580	1706	0.8572921925939742	2	2	2	1	1	False	89235	fragment	False	ENG0108_000000010095	0.7580237097403831		0	0	False	False	1.0	0					non-mobilizable	other	1706.0	99.29700000000001	100.0	0.009259611259252823	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0110_000000011730	1606	0.8572921925939742	2	2	2	1	1	False	89235	fragment	False	ENG0108_000000010095	0.6863167980419643		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	99.50200000000001	100.0	0.008716525554897818	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0172_000000007238	2229	0.8572878523640094	3	2	2	2	2	False	102850	maximal	True	ISR0172_000000007238	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	75.498	38.0	0.0002700023243957534	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0193_000000010501	2608	0.8572627416970838	5	4	4	4	3	False	118814	fragment	False	AST0028_000000006617	0.9687002738665101		0	0	False	False	0.995398759841919	0					non-mobilizable	other	2608.0	99.54	100.0	0.0540972380734992	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
SPA0024_000000010378	1417	0.8572585511345044	2	1	1	1	1	False	7577	maximal	True	SPA0024_000000010378	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000021379	1581	0.8572533298666614	2	2	2	1	2	False	1363	maximal	True	USA0037_01_000000021379	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	84.821	14.0	0.0008148351146432813	NZ_UYZY01000008.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ISR0106_000000005379	4142	0.8572410399555029	3	3	3	3	3	False	106108	maximal	True	ISR0106_000000005379	1.0		1	1	False	False	0.9963785409927368	0					non-mobilizable	no_good_hit	1758.0	94.994	46.0	0.0006358982925894788	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
CHI0174_000000000989	15487	0.8572372653917718	21	10	5	8	8	True	125184	maximal	True	CHI0174_000000000989	1.0		4	1	False	False	0.9999354481697083	0					non-mobilizable	no_good_hit	2826.0	97.771	55.0	0.0012606671405882607	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0031_000000012049	1217	0.8572356490799303	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21987325593885973		0	0	False	False	0.9991782903671265	0					non-mobilizable	chromosome	1090.0	79.17399999999999	95.0	0.0002864971034182519	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0060_000000014105	1207	0.8572356490799303	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.2193925629800253		0	0	False	False	1.0	0					non-mobilizable	chromosome	1060.0	78.679	95.0	0.00027849439103226723	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0069_000000007661	1204	0.8572356490799303	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21938319757546848		0	0	False	False	1.0	0					non-mobilizable	chromosome	1078.0	78.942	95.0	0.00028302926138432517	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0018_000000022827	1204	0.8572356490799303	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21980891871712602		0	0	False	False	1.0	0					non-mobilizable	chromosome	1077.0	78.923	95.0	0.00028276250430479236	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0094_000000013511	1204	0.8572356490799303	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21985199438950276		0	0	False	False	0.9983388781547546	0					non-mobilizable	chromosome	1077.0	79.016	95.0	0.00028302926138432517	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0098_000000001537	18033	0.8572317626724395	27	7	3	7	4	False	15371	maximal	True	MAD0098_000000001537	1.0		1	1	False	False	0.9994454383850098	0					non-mobilizable	no_good_hit	258.0	99.61200000000001	1.0	5.3367898565275686e-05	CP060733.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 chromosome, complete genome	True	False
ISR0190_000000001770	13446	0.8572287049979179	17	9	4	6	6	False	110796	maximal	True	ISR0190_000000001770	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2442.0	96.43700000000001	55.0	0.004094592482153393	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
ISR0152_000000000946	23301	0.8572274130319175	30	11	7	8	6	True	95129	maximal	True	ISR0152_000000000946	1.0		14	3	False	False	1.0	0					non-mobilizable	chromosome	9008.0	97.036	91.0	0.004013160918693887	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
DEN0051_000000014992	2942	0.8572266430077327	4	3	1	2	3	False	83081	maximal	True	DEN0051_000000014992	1.0	PS412	0	0	False	True	0.9864038228988647	0					non-mobilizable	no_good_hit	1601.0	98.064	54.0	0.2842423165748801	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ISR0091_000000009973	3085	0.8572234596651412	3	2	2	2	2	False	104642	fragment	False	ISR0091_000000009973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0030_000000007977	2610	0.8572234596651412	3	2	2	2	2	False	104651	maximal	True	ISR0030_000000007977	1.0		1	1	False	False	0.9888888597488403	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	0.002669692317960355	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0209_000000014202	2026	0.8572234596651412	3	2	2	2	2	False	104647	fragment	False	ISR0209_000000014202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0158_000000009914	1848	0.8572234596651412	2	2	2	2	2	False	104639	fragment	False	FIJ0158_000000009914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	0.0028699192418073817	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0199_000000015036	2026	0.8572215117545259	3	3	3	2	3	False	60008	fragment	False	ENG0141_000000012308	0.9516518039530591		0	0	False	False	0.99901282787323	0					non-mobilizable	other	1851.0	90.167	91.0	0.018779101967139136	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
FIJ0067_000000015334	2009	0.8572164320707072	3	3	2	3	2	False	80247	fragment	False	FIJ0067_000000015334	1.0		0	0	False	False	0.9990044832229614	0					non-mobilizable	no_good_hit	513.0	91.618	25.0	0.0002387848091820221	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CHI0167_000000012275	1748	0.8572164320707072	3	3	2	3	2	False	80246	fragment	False	CHI0140_000000016507	0.9707658128573226		0	0	False	False	0.997139573097229	0					non-mobilizable	no_good_hit	143.0	82.51700000000001	12.0	0.000702408037991113	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0166_000000014052	1724	0.8572164320707072	3	3	2	3	2	False	80246	fragment	False	CHI0140_000000016507	0.9303064512169753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	91.74	20.0	0.0001576352841865693	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0111_000000012176	1702	0.8572164320707072	3	3	2	3	2	False	80246	fragment	False	CHI0140_000000016507	0.9627742132305525		0	0	False	False	0.9905992746353149	0					non-mobilizable	no_good_hit	190.0	91.579	11.0	8.814517370195738e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0065_000000011287	1677	0.8572164320707072	3	3	2	3	2	False	80246	fragment	False	CHI0140_000000016507	0.9557621776138457		0	0	False	False	0.9952296018600464	0					non-mobilizable	no_good_hit	189.0	91.005	11.0	8.767879712152375e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0002_000000025613	1478	0.8572164320707072	3	3	2	3	2	False	60361	fragment	False	SPA0096_000000026905	0.9623719196094651		0	0	False	False	0.9959404468536377	0					non-mobilizable	no_good_hit	190.0	91.579	13.0	8.814517370195738e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0017_000000001372	8652	0.8572089982429114	10	8	3	7	8	False	63814	fragment	False	SPA0017_000000001372	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4965.0	96.435	100.0	0.04802681287172831	CP023144.1	enterobacteria	Escherichia coli strain CFSAN061770 plasmid pEGY2, complete sequence	False	True
MON0070_000000009275	3238	0.8571970544629167	5	5	5	4	4	False	96254	fragment	False	CAN0004_000000007941	0.9554680399878825		0	0	False	False	1.0	0					non-mobilizable	other	3248.0	94.48899999999999	100.0	0.001712061435895272	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0378_000000006704	3516	0.8571963138320439	5	5	3	3	4	True	131430	maximal	True	ISR0378_000000006704	1.0	PS1059	1	1	False	True	0.9994311928749084	0					non-mobilizable	no_good_hit	1302.0	78.187	49.0	0.0003652219918251713	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0180_000000004921	4232	0.8571908395654648	7	5	2	4	3	False	122237	fragment	False	ISR0180_000000004921	1.0		0	0	False	False	0.9952741265296936	0					non-mobilizable	no_good_hit	1208.0	81.291	44.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
BAN0020_000000000953	1833	0.8571851687553773	2	2	2	2	2	False	97738	maximal	True	BAN0020_000000000953	1.0		1	1	False	False	0.9983633160591125	0					non-mobilizable	other	1833.0	100.0	100.0	0.1324465008675535	NZ_QNRL01000024.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_124, whole genome shotgun sequence	False	False
USA0044_01_000000014657	1913	0.8571806940602364	3	3	3	3	2	False	76484	fragment	False	USA0044_01_000000014657	0.9618633342872588		0	0	False	False	0.9937271475791931	0					non-mobilizable	other	1913.0	99.111	100.0	0.007334438102252501	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0046_000000013555	2402	0.8571800696417649	5	5	4	4	4	False	36177	maximal	True	ISR0046_000000013555	1.0		1	1	False	False	0.9970857501029968	0					non-mobilizable	no_good_hit	655.0	96.48899999999999	39.0	0.00018565283940972615	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0113_000000000175	51392	0.85717999833599	57	18	8	11	10	True	112556	fragment	False	FIJ0113_000000000175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	96.93299999999999	0.0	4.498725361147675e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0107_000000011829	2236	0.8571778351318796	3	2	2	1	1	False	42282	fragment	False	FIJ0107_000000011829	1.0		0	0	False	False	0.9995527863502502	0					non-mobilizable	no_good_hit								True	False
ENG0120_000000004744	4481	0.8571689681753131	4	3	3	3	2	False	59197	fragment	False	ENG0120_000000004744	1.0		0	0	False	False	0.9993305206298828	0					non-mobilizable	other	4499.0	97.46600000000001	99.0	0.047326943108763585	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
ENG0185_000000003424	7085	0.8571603442503606	11	5	4	4	3	False	112036	fragment	False	ENG0185_000000003424	1.0		0	0	False	False	0.9990119934082031	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.970635090031149e-05	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
USA0111_01_000000018569	1359	0.8571603250999058	2	2	2	1	1	False	293	fragment	False	USA0111_01_000000018569	1.0		0	0	False	False	0.9992641806602478	0					non-mobilizable	other	1348.0	96.51299999999999	99.0	0.006560988925284667	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
CHI0140_000000016507	1790	0.8571539801682065	3	3	2	3	3	False	80246	fragment	False	CHI0140_000000016507	0.9787367522084484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	91.139	13.0	0.00011006487298233832	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0096_000000026905	1559	0.8571539801682065	3	3	2	3	3	False	60361	fragment	False	SPA0096_000000026905	0.9889873019778298		0	0	False	False	0.9974342584609985	0					non-mobilizable	no_good_hit	240.0	90.833	15.0	0.00011146400272363923	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0102_000000019438	1485	0.8571539801682065	3	3	2	3	3	False	60361	fragment	False	SPA0096_000000026905	0.9604445848642321		0	0	False	False	0.9858585596084595	0					non-mobilizable	no_good_hit	240.0	90.833	16.0	0.00011146400272363923	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
BAN0041_000000000492	5737	0.8571488969351713	7	2	2	1	1	True	97632	backbone	True	BAN0041_000000000492	1.0	PS538	1	1	True	True	1.0	27					non-mobilizable	no_good_hit	2729.0	96.92200000000001	61.0	0.5960655737704919	NZ_AWET01000016.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00040, whole genome shotgun sequence	True	True
ISR0184_000000004293	2939	0.8571488969351713	5	2	2	1	1	True	98502	maximal	True	ISR0184_000000004293	1.0		2	2	True	True	1.0	369					non-mobilizable	no_good_hit	1074.0	91.24799999999999	45.0	0.3676216775975147	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0358_000000006853	2782	0.8571488969351713	5	2	2	1	1	True	100500	backbone	False	FIJ0069_000000007847	0.03659494954353277	PS575	0	0	True	True	1.0	1162					non-mobilizable	plasmid	889.0	95.27600000000001	90.0	0.3061788056610287	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0033_000000016760	2158	0.8571468426262561	4	2	2	2	1	True	77461	fragment	False	FIJ0033_000000016760	1.0		0	0	False	False	0.9990732073783875	0					non-mobilizable	other	1995.0	91.529	100.0	0.000595225460701816	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0081_000000011259	2349	0.8571433945826399	4	1	1	1	1	False	61669	maximal	True	ENG0081_000000011259	1.0		1	1	False	False	0.9995743036270142	0					non-mobilizable	no_good_hit	83.0	92.771	3.0	0.00013448112698504936	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0247_000000007811	1786	0.8571417894151373	2	2	2	2	2	False	129907	fragment	False	ISR0247_000000007811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1576.0	93.02	88.0	0.021893128067826863	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0291_000000008873	1648	0.8571417894151373	3	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.2511038024226788		0	0	False	False	1.0	0					non-mobilizable	other	1569.0	95.539	95.0	0.021851294065149487	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0034_000000013258	1610	0.8571417894151373	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.2471792163557341		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	93.119	99.0	0.021251673360107096	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0013_000000010050	2486	0.8571367941927057	4	2	2	2	1	False	38107	maximal	True	ISR0013_000000010050	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	89.322	32.0	0.008865807498197549	NZ_JAAITU010000012.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_12_length_88768_cov_145.652, whole genome shotgun sequence	True	False
FIJ0132_000000002168	10681	0.8571363519122598	21	6	2	3	5	False	58432	fragment	False	FIJ0097_000000002336	0.9839632927494095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2277.0	87.96700000000001	50.0	0.08847132511254649	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
MAD0062_000000006591	2098	0.8571349432226366	3	3	3	3	3	False	46702	fragment	False	MAD0062_000000006591	0.9995187680461983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	78.42399999999999	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
DEN0010_000000041066	1157	0.8571194386111257	2	2	2	2	1	False	88942	fragment	False	SPA0024_000000011901	0.9755650180916801		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	99.914	100.0	0.00018571593815466475	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0210_000000024315	1130	0.85711476390661	2	2	2	2	2	False	53685	fragment	False	ENG0210_000000024315	1.0		0	0	False	False	0.9858406782150269	0					non-mobilizable	no_good_hit	525.0	82.85700000000001	46.0	0.0030019648176637685	NZ_SLUK01000007.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_107, whole genome shotgun sequence	True	False
ISR0051_000000009616	4270	0.8571121748742881	5	5	4	5	3	True	84066	maximal	True	ISR0051_000000009616	0.988374909178978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	83.09299999999999	31.0	0.009437880415324024	NZ_KB894652.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00010.10, whole genome shotgun sequence	True	True
ISR0028_000000003326	5075	0.8571121637619191	5	4	2	3	4	False	37207	maximal	True	ISR0028_000000003326	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2242.0	84.07700000000001	44.0	0.005479472296034339	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	True	False
AST0087_000000009442	3691	0.8571016044067283	6	3	3	2	1	True	111016	maximal	True	AST0087_000000009442	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0120_000000005659	7392	0.8570990785258217	4	4	4	3	3	False	81021	maximal	True	SPA0120_000000005659	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	6250.0	99.88799999999999	85.0	0.0017474289808118372	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0101_000000024000	2600	0.8570906781161295	2	2	2	2	2	False	93093	fragment	False	ENG0052_000000011914	0.7846467875404102		0	0	False	False	1.0	0					non-mobilizable	other	2550.0	98.235	98.0	0.00912980022734852	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0207_000000000581	25897	0.8570890496356796	34	6	4	4	5	False	28608	maximal	True	ISR0207_000000000581	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1826.0	72.782	7.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
AST0019_000000009491	2955	0.8570875143474983	4	2	2	1	2	False	122703	fragment	False	AST0019_000000009491	0.9751547257138752		0	0	False	False	0.9996615648269653	0					non-mobilizable	other	2955.0	97.902	100.0	0.0198775209814526	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0131_000000003493	6483	0.8570841782381318	11	7	5	6	4	True	31704	maximal	True	ISR0131_000000003493	1.0		185	11	False	False	0.9979947805404663	0					non-mobilizable	other	4358.0	99.12799999999999	100.0	0.019366283283020713	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0125_000000010491	1448	0.8570821936963889	2	2	2	2	1	True	32036	fragment	False	ISR0125_000000010491	1.0		0	0	False	False	0.9986187815666199	0					non-mobilizable	no_good_hit	644.0	86.491	44.0	0.05703591480260226	JX275965.1	firmicutes	Streptococcus infantis plasmid pSI01, complete sequence	True	True
ENG0133_000000007512	3298	0.8570812557196165	4	4	4	4	4	False	76389	fragment	False	ENG0133_000000007512	1.0		0	0	False	False	0.9963614344596863	0					non-mobilizable	other	3301.0	98.213	100.0	0.0009952660714188685	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
USA0082_01_000000014211	2107	0.857079232131591	3	3	2	1	3	False	23301	maximal	True	USA0082_01_000000014211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	98.34100000000001	74.0	0.0056778422749076355	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0058_000000000331	30926	0.857070034336496	43	14	6	9	9	False	66354	maximal	True	SPA0058_000000000331	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	89.072	4.0	0.0002731724449839755	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
FIJ0120_000000011399	2091	0.8570690500900601	2	2	1	2	1	False	118088	maximal	True	FIJ0120_000000011399	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	79.866	7.0	0.0027228405850427745	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
ISR0223_000000004104	5962	0.8570661682324214	8	7	3	4	5	True	92769	maximal	True	ISR0223_000000004104	1.0		46	9	False	False	0.9978195428848267	0					non-mobilizable	no_good_hit	4459.0	99.93299999999999	75.0	0.3051752464403067	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	True	True
MAD0006_000000000516	10099	0.8570633384861075	13	13	2	4	13	False	19901	fragment	False	MAD0006_000000000516	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	chromosome	10001.0	99.95	100.0	0.0022003495384745387	CP029794.1	enterobacteria	Shigella sonnei strain 4303 chromosome	False	True
ISR0842_000000000843	17478	0.8570535085311715	28	12	7	9	7	True	117601	fragment	False	ISR0842_000000000843	1.0		0	0	False	False	0.9996567368507385	0					non-mobilizable	no_good_hit	5313.0	98.25	86.0	0.030579331159929498	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0136_000000015609	2618	0.8570426279357326	2	2	2	2	1	False	3617	fragment	False	SPA0136_000000015609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	9.971149266792531e-06	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ISR0258_000000006755	3054	0.8570237662505068	3	3	3	3	1	False	89438	fragment	False	ISR0258_000000006755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	77.584	28.0	0.0005233724690034507	NZ_GL872283.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD2, whole genome shotgun sequence	True	False
CHI0182_000000003675	6457	0.8570153646386116	2	1	1	1	1	False	89116	fragment	False	SPA0145_000000004392	0.9483340672244239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2533.0	93.762	56.0	0.020278691292706263	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0006_000000026651	1175	0.8570126148608618	2	1	1	1	1	False	84365	fragment	False	MON0053_000000032053	0.8994183657580362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	92.73100000000001	77.0	0.0072768499682391635	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0192_000000007892	2407	0.8570104331364771	3	3	3	3	2	False	81761	fragment	False	ISR0069_000000009332	0.8011738431154439		0	0	False	False	0.9995845556259155	0					non-mobilizable	other	2407.0	99.086	100.0	0.009229423678880501	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0818_000000014248	1339	0.8570103993531599	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.28540657729678576		0	0	False	False	0.9925317168235779	0					non-mobilizable	other	1285.0	97.977	100.0	0.0003618563371113429	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0124_000000002818	5714	0.857006407236742	5	4	4	4	4	False	121308	fragment	False	CHI0124_000000002818	0.9618246113211796		0	0	False	True	0.9998250007629395	0					non-mobilizable	chromosome	4150.0	92.602	100.0	0.0008539384994856327	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0117_000000003211	8310	0.8570052352637177	9	5	3	4	1	True	77445	fragment	False	USA0052_01_000000002138	0.9798581048581048		0	0	False	False	0.9998796582221985	0					non-mobilizable	no_good_hit	2381.0	91.55799999999999	77.0	0.19055690072639225	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
AST0003_000000005618	6279	0.8570051495241157	9	3	1	2	2	False	130739	backbone	False	ISR0014_000000005210	0.7270983397174513	PS1125|PS140|PS493|PS494	0	0	False	True	1.0	0					non-mobilizable	plasmid	2744.0	96.101	98.0	0.4203410662160086	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
DEN0079_000000029666	1992	0.8570023037915556	3	3	3	3	2	False	94756	maximal	True	DEN0079_000000029666	1.0		1	1	False	False	0.9789156913757324	0					non-mobilizable	no_good_hit								True	False
SPA0063_000000000707	17427	0.8569971271611971	15	12	4	11	8	True	115128	fragment	False	SPA0063_000000000707	1.0		0	0	False	False	1.0	0					non-mobilizable	other	17427.0	99.914	100.0	0.007650475305377776	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0328_000000019802	1470	0.8569960698072715	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.016986628058598404	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1462.0	88.988	100.0	0.0003907196315980165	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0023_000000027788	1206	0.8569839259908287	2	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.18186570488322834		0	0	False	False	0.9958540797233582	0					non-mobilizable	chromosome	1161.0	95.26299999999999	96.0	0.0003359727047542022	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0029_000000006763	3569	0.8569742600130892	5	4	4	4	4	False	111431	fragment	False	ISR0843_000000003216	0.4310817452147942		0	0	False	False	1.0	0					non-mobilizable	other	3521.0	98.665	99.0	0.004872866389549516	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CAN0014_000000012704	3585	0.8569715879026034	5	4	4	3	1	False	95290	fragment	False	CAN0014_000000012704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	72.86399999999999	24.0	0.003411228361016355	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MON0020_000000008461	2362	0.8569711115044661	4	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.3646775456510737		0	0	False	False	0.9995766282081604	0					non-mobilizable	chromosome	2373.0	90.603	100.0	0.0008331313139867609	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0032_000000016433	2023	0.8569711115044661	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.20540355699620383		0	0	False	False	0.998022735118866	0					non-mobilizable	chromosome	1938.0	92.054	96.0	0.000682454875582548	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0229_000000001209	10317	0.8569689237936674	9	6	4	5	6	True	116417	fragment	False	ISR0229_000000001209	1.0		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	no_good_hit	7306.0	99.945	72.0	0.2351975272867768	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MON0053_000000034224	1209	0.8569685656403668	2	2	2	2	2	False	40562	maximal	True	MON0053_000000034224	0.9707678883071553		3	2	False	False	0.9611248970031738	0					non-mobilizable	no_good_hit	361.0	76.17699999999999	30.0	0.0034778373112518265	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
ENG0170_000000007355	1738	0.8569442010673473	3	1	1	1	1	False	55844	maximal	True	ENG0170_000000007355	1.0	PS39	12	6	False	True	1.0	0					non-mobilizable	no_good_hit	734.0	96.866	42.0	0.00026124970868159194	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	True
ISR0014_000000018282	1958	0.8569416844485045	3	3	1	3	1	False	81350	fragment	False	ISR0014_000000018282	1.0		0	0	False	False	0.9943820238113403	0					non-mobilizable	no_good_hit	552.0	81.52199999999999	28.0	0.002482436872583368	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0062_01_000000006038	4038	0.8569315379890159	5	5	5	4	4	False	881	maximal	True	USA0062_01_000000006038	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2427.0	78.904	73.0	0.0007248991254831406	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0312_000000006335	2627	0.8569280692345379	4	2	2	2	2	True	25260	maximal	True	ISR0312_000000006335	1.0		1	1	False	False	0.9992386698722839	0					non-mobilizable	no_good_hit	1239.0	77.40100000000001	47.0	0.02121891455085762	NZ_CABIWU010000010.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
USA0121_01_000000012382	3828	0.8569273313802149	6	3	2	3	1	True	40071	fragment	False	USA0121_01_000000012382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	96.0	1.0	0.0011337343822304489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
SPA0019_000000000034	97380	0.8569255442340005	90	13	5	12	4	True	127415	maximal	False	SPA0046_000000000019	0.9120526236802939		0	0	True	True	1.0	854					non-mobilizable	virus	24841.0	97.085	96.0	0.25103379942774523	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
DEN0057_000000001068	3881	0.8569235575492945	5	3	2	2	2	False	83243	maximal	True	DEN0057_000000001068	1.0		2	2	False	False	0.9981963634490967	0					non-mobilizable	no_good_hit	1338.0	74.96300000000001	33.0	0.06559693208194571	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
DEN0025_000000002227	1229	0.8569204218602748	2	2	2	2	2	False	74271	fragment	False	DEN0025_000000002227	1.0		0	0	False	False	0.9967453479766846	0					non-mobilizable	other	1219.0	84.742	99.0	0.002576820531152718	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0333_000000000506	22853	0.8569171183554241	27	13	8	12	7	True	78626	fragment	False	ISR0333_000000000506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	84.09700000000001	5.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0042_000000004700	5166	0.8569108855133355	8	8	6	8	6	False	73998	fragment	False	MON0077_000000006275	0.7724512608206601		0	0	False	False	0.9998064041137695	0					non-mobilizable	no_good_hit	1011.0	80.613	42.0	0.0002813111785400397	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0053_000000010392	3208	0.8569024554306975	2	2	2	2	1	True	110599	maximal	True	SPA0053_000000010392	1.0		39	7	False	False	1.0	0					non-mobilizable	other	1706.0	91.735	99.0	0.0007121912981876638	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
AST0040_000000007032	2780	0.8568973753700958	2	2	2	2	2	False	116268	fragment	False	FIJ0162_000000008045	0.9762620196648091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
ISR0125_000000009907	1536	0.8568952469520936	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5462340370647656		0	0	False	False	0.9973958134651184	0					non-mobilizable	other	1487.0	96.436	97.0	0.03516124449495667	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0389_000000000039	88182	0.8568913464507004	137	42	18	28	24	True	101316	maximal	True	ISR0389_000000000039	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	1831.0	80.994	2.0	0.000504301559002727	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
DEN0011_000000017437	2499	0.8568843515935826	6	4	3	4	2	False	75717	maximal	True	DEN0011_000000017437	1.0		1	1	False	False	0.9991996884346008	0					non-mobilizable	no_good_hit								True	False
MON0107_000000030102	1993	0.8568816137797411	2	2	1	2	2	False	43361	fragment	False	MON0107_000000030102	1.0		0	0	False	False	0.9613648056983948	0	IncFIB				non-mobilizable	plasmid	1802.0	100.0	90.0	0.019938446550349837	CP032516.1	enterobacteria	Escherichia coli strain 118UI plasmid pEco118UIb, complete sequence	False	True
ENG0100_000000013826	2186	0.8568766848596666	3	2	2	2	2	True	109782	maximal	True	ENG0100_000000013826	0.9789855072463768		53	5	False	False	0.9849039316177368	0					non-mobilizable	no_good_hit	409.0	75.306	18.0	0.0005113317507615647	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ISR0128_000000004927	6670	0.8568608443414691	11	4	4	3	3	False	118777	fragment	False	ISR0128_000000004927	0.9782366957903097		0	0	False	False	1.0	0					non-mobilizable	plasmid	2446.0	96.975	99.0	0.01465024356634312	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
DEN0041_000000019140	1785	0.8568584107807904	5	2	2	1	1	False	131720	fragment	False	SPA0136_000000023363	0.9880621876735147		0	0	False	False	0.9988795518875122	0					non-mobilizable	no_good_hit	1071.0	87.488	60.0	0.007099445668870634	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
SPA0048_000000018792	1103	0.8568584107807904	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.03250283310194599		0	0	False	False	0.9981867671012878	0					non-mobilizable	other	1083.0	87.258	98.0	0.003926529778918509	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	False	False
SPA0005_000000020155	1415	0.856857072680192	3	2	2	2	1	False	8292	fragment	False	SPA0005_000000020155	0.9946969696969696		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	99.435	100.0	0.00047731955700424256	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
SPA0075_000000009032	2152	0.8568524729709576	4	3	2	2	3	True	126568	fragment	False	ISR0060_000000011844	0.67604592567195		0	0	False	False	1.0	0					non-mobilizable	other	2057.0	98.20100000000001	96.0	0.6859145527369827	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0076_000000009426	1721	0.8568524729709576	3	3	2	2	3	True	69028	fragment	False	ENG0168_000000017333	0.9634276533594558		0	0	False	False	0.994189441204071	0					non-mobilizable	plasmid	1431.0	87.911	96.0	0.3502213477619282	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
MON0004_000000007217	4570	0.8568457540507146	7	5	4	5	2	True	79266	fragment	False	MON0004_000000007217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.178	14.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0091_000000009308	3322	0.8568384288081214	5	4	2	3	4	False	122185	fragment	False	MAD0021_000000003876	0.9226541777248962		0	0	False	False	1.0	0					non-mobilizable	other	3322.0	98.495	100.0	0.05761423961694598	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
CAN0009_000000004648	4548	0.8568372352831396	4	2	2	2	2	False	111199	maximal	True	CAN0009_000000004648	1.0		1	1	False	False	0.9953826069831848	0					non-mobilizable	no_good_hit	2577.0	99.26299999999999	57.0	0.001001085026939136	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0112_000000002043	11163	0.8568360781031233	12	8	2	5	6	False	76654	fragment	False	ENG0112_000000002043	1.0		0	0	False	False	0.9999104142189026	0					non-mobilizable	no_good_hit	2889.0	90.79299999999999	52.0	0.0012353561414695036	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
SPA0130_000000006664	4929	0.8568345968042936	6	5	4	4	3	False	128372	fragment	False	SPA0130_000000006664	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1865.0	98.499	100.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
DEN0026_000000016630	1720	0.8568334801534515	2	1	1	1	1	False	81068	fragment	False	DEN0026_000000016630	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1717.0	99.76700000000001	99.0	0.02736536590811233	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
CHI0130_000000012991	1307	0.8568334801534515	1	1	1	1	1	False	81064	fragment	False	CHI0130_000000012991	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.77	100.0	0.02082702090675682	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ENG0078_000000004744	5469	0.8568279172058609	7	5	2	1	5	False	61948	fragment	False	ISR0786_000000003092	0.9622147083685546		0	0	False	False	0.9992685914039612	0					non-mobilizable	other	5469.0	100.0	100.0	0.03299919734944267	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
MON0094_000000021894	1718	0.8568171362242198	2	2	2	2	1	True	124765	fragment	False	MON0094_000000021894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0235_000000000086	33833	0.8568138342429269	27	14	12	13	4	True	130563	fragment	False	ISR0235_000000000086	1.0		0	0	False	False	0.9998226761817932	0					non-mobilizable	no_good_hit	1980.0	76.717	6.0	0.012501780419272553	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
AST0102_000000008645	3463	0.8568133412283249	5	4	3	4	3	False	127523	fragment	False	AST0102_000000008645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	97.355	51.0	0.009563915604906891	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
CHI0154_000000019294	1715	0.8568123843205564	4	2	2	2	0	True	88663	fragment	False	CHI0076_000000005066	0.9923546838818368		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1496.0	83.48899999999999	86.0	0.30272801302931596	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
ENG0079_000000000424	36885	0.8568105878390052	32	19	14	16	7	True	75086	maximal	True	ENG0079_000000000424	1.0		1	1	True	True	0.9999728798866272	9					non-mobilizable	no_good_hit	57.0	92.98200000000001	0.0	1.749243998609351e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
CAN0002_000000007271	2541	0.8568014530184873	3	2	2	2	2	False	96946	fragment	False	ISR0143_000000012098	0.9726054394954671		0	0	False	False	0.9921290874481201	0					non-mobilizable	no_good_hit	696.0	77.29899999999999	27.0	0.0005108955151839187	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0130_000000023753	1417	0.8567999138054592	3	2	2	2	1	True	3792	fragment	False	SPA0130_000000023753	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	97.53	100.0	0.00039322192045587083	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0131_000000001140	10687	0.8567899656685667	13	12	2	3	11	True	132544	fragment	False	CHI0126_000000000854	0.009945552352173927		0	0	False	False	1.0	0					non-mobilizable	plasmid	7040.0	99.19	100.0	0.13795401532822393	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
USA0084_01_000000018069	1797	0.8567763153080481	2	2	2	2	2	False	33498	fragment	False	MON0033_000000032090	0.9393860561914673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.806	14.0	0.0006760177899418406	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0029_000000004474	7773	0.8567711143232636	3	2	2	2	2	False	52740	maximal	True	FIJ0029_000000004474	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	82.426	15.0	0.000317085965780832	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AST0005_000000010568	2707	0.8567706323673249	4	3	3	3	3	False	129480	fragment	False	AST0005_000000010568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1772.0	84.48100000000001	65.0	0.9910112359550561	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
USA0025_01_000000006594	2425	0.8567570629446851	3	3	3	3	3	False	86195	maximal	True	USA0025_01_000000006594	1.0		1	1	False	False	0.9995876550674438	0					non-mobilizable	no_good_hit	421.0	73.39699999999999	17.0	7.876840543948288e-05	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
DEN0051_000000016383	2722	0.8567480169136932	4	4	4	4	3	False	72568	maximal	True	DEN0051_000000016383	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	76.887	8.0	0.001357971748989643	NZ_VBZC01000018.1	high GC Gram+	Streptomyces montanus strain NEAU-C151 Scaffold18, whole genome shotgun sequence	True	False
FIJ0087_000000022856	1414	0.8567434547698383	3	1	1	1	1	False	48809	fragment	False	FIJ0121_000000017453	0.9468157181571816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000026740	1178	0.8567434547698383	3	1	1	1	1	False	48807	fragment	False	FIJ0029_000000026740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0025_000000024515	1675	0.8567407613412631	2	1	1	1	1	False	51839	fragment	False	MON0025_000000024515	0.978638333155487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	75.47399999999999	50.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0090_000000012868	2112	0.8567320850174841	4	3	2	2	3	True	68741	fragment	False	DEN0090_000000012868	1.0		0	0	False	False	0.9971590638160706	0					non-mobilizable	no_good_hit	1424.0	87.781	71.0	0.47029372496662214	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
TAN0017_000000005998	5324	0.8567221650142077	5	3	3	3	2	False	82757	fragment	False	MON0007_000000009097	0.6472032909682569		0	0	False	False	0.999060869216919	0					non-mobilizable	no_good_hit	1457.0	73.85	27.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
FIJ0146_000000009032	2073	0.8567060851020111	3	3	3	3	3	False	39977	fragment	False	FIJ0146_000000009032	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2073.0	99.95200000000001	100.0	0.021821781761118892	NZ_CABGVN010000016.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071129, whole genome shotgun sequence	False	False
ETH0005_000000010453	4637	0.8567035834391233	5	5	5	5	5	False	92267	fragment	False	ISR0794_000000003473	0.7723789401077327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	75.309	5.0	0.00230531786035244	NZ_MIEH01000002.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_2, whole genome shotgun sequence	True	False
MON0091_000000005638	2199	0.8567025302238279	4	4	2	1	3	False	9489	maximal	True	MON0091_000000005638	1.0		1	1	False	False	0.9886311888694763	0					non-mobilizable	plasmid	2179.0	100.0	99.0	0.023388421764762732	CP055987.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00676 plasmid pRHBSTW-00676_3, complete sequence	False	True
ENG0044_000000008627	1896	0.8566936026518691	3	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.8183797554266462		0	0	False	False	1.0	0					non-mobilizable	other	1789.0	93.516	94.0	0.024891231593038823	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0006_000000000376	7873	0.8566907409569501	7	6	5	5	5	True	110654	fragment	False	SPA0011_000000002572	0.9489316741019018		0	0	False	False	1.0	0					non-mobilizable	other	7868.0	97.26700000000001	99.0	0.3164098644245082	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0068_000000001832	12986	0.8566895650305308	20	8	4	8	3	False	51331	maximal	True	FIJ0068_000000001832	1.0		2	1	False	False	0.9986138939857483	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	0.0	1.866784747024532e-05	CP033837.1	fusobacteria	Fusobacterium necrophorum strain FDAARGOS_565 chromosome, complete genome	True	False
ISR0046_000000007326	3817	0.8566858804340922	4	3	1	2	3	False	117864	maximal	True	ISR0046_000000007326	1.0	PS794	2	2	False	True	0.9874246716499329	0					non-mobilizable	no_good_hit	2246.0	99.777	60.0	0.0005441999436650037	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
FIJ0139_000000010123	2552	0.8566824720132307	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.13236672474186792	PS849	0	0	False	True	0.9988244771957397	0					non-mobilizable	other	2552.0	99.961	100.0	0.0014182622812284563	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0124_000000011023	1246	0.8566824491910865	2	2	2	2	2	False	32070	maximal	True	ISR0124_000000011023	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1248.0	92.30799999999999	100.0	0.0006107569756295702	NZ_ASVU01000001.1	firmicutes	Enterococcus asini ATCC 700915 acOtD-supercont2.1, whole genome shotgun sequence	False	False
ISR0249_000000004017	3945	0.8566816978846262	6	4	3	3	4	False	116850	fragment	False	ISR0288_000000006377	0.7132958550092088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0077_000000002392	3820	0.8566816978846262	6	4	3	3	4	False	116850	fragment	False	ISR0288_000000006377	0.693488261577497		0	0	False	False	0.9963350892066956	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	2.0	1.5201029943332032e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0094_000000008486	3816	0.8566816978846262	7	4	3	3	4	False	116850	fragment	False	ISR0288_000000006377	0.5917212781700576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000007967	6054	0.8566800190215791	8	7	3	5	6	True	123547	maximal	True	ISR0126_000000007967	0.999182561307902		8	5	True	True	0.9986785650253296	17		MOBV			mobilizable	no_good_hit	3151.0	87.655	82.0	0.5112497947117753	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0798_000000000831	13658	0.8566702158588648	23	4	0	4	1	True	61764	fragment	False	ISR0798_000000000831	1.0		0	0	False	False	0.9999268054962158	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.565245422352328e-07	LR584435.1	bony fishes	Salmo trutta genome assembly, chromosome: 18	True	True
ISR0223_000000001528	12698	0.8566622337704997	12	7	5	6	2	True	66552	fragment	False	SPA0128_000000002445	0.9455502173415694		0	0	False	False	0.9981886744499207	0					non-mobilizable	no_good_hit								True	True
MON0034_000000025969	1138	0.8566614349434942	2	2	2	2	1	True	32506	fragment	False	MON0101_000000051659	0.6044952766349054		0	0	False	False	0.9868189692497253	0					non-mobilizable	no_good_hit	812.0	71.429	69.0	0.027659276872508565	NZ_FOOX01000028.1	firmicutes	Desulfotomaculum arcticum DSM 17038, whole genome shotgun sequence	True	True
ISR0101_000000005060	4681	0.8566585557158939	5	4	1	3	3	False	56042	fragment	False	ISR0101_000000005060	1.0		0	0	False	False	0.999786376953125	0					non-mobilizable	no_good_hit	212.0	85.84899999999999	4.0	5.8215184031351116e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0075_000000003653	5141	0.8566576485198651	5	5	5	5	5	False	114946	fragment	False	MON0060_000000005527	0.9615103261485426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	77.093	13.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
SPA0144_000000012811	1455	0.8566550405027488	3	3	3	3	2	False	31805	fragment	False	ISR0129_000000006954	0.9489348370927317		0	0	False	False	0.9869415760040283	0					non-mobilizable	other	1455.0	100.0	100.0	0.004616884333393664	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ENG0198_000000006204	3030	0.8566533711418373	6	2	1	2	1	False	95554	fragment	False	ENG0198_000000006204	1.0		0	0	False	False	0.9920791983604431	0					non-mobilizable	no_good_hit	733.0	83.492	34.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0133_000000005167	4424	0.8566507718981016	7	7	6	6	5	False	56446	fragment	False	ISR0014_000000007024	0.8362085535555844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	94.325	57.0	0.0002252771164529094	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0851_000000003646	3541	0.8566416309218354	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.25606010837766696		0	0	False	False	1.0	0					non-mobilizable	chromosome	3541.0	99.57600000000001	100.0	0.0007065385955689253	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
AST0005_000000002903	9519	0.8566351927496403	18	6	5	5	4	True	128764	fragment	False	AST0005_000000002903	1.0		0	0	False	False	0.9998949766159058	0					non-mobilizable	no_good_hit	2761.0	98.26100000000001	55.0	0.015885815660027416	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0040_000000005368	4675	0.8566350725374943	6	2	1	2	0	True	50976	maximal	True	MAD0040_000000005368	1.0		5	1	False	False	0.9989304542541504	0					non-mobilizable	no_good_hit								True	True
MON0095_000000007000	4170	0.8566350725374943	5	2	1	2	0	True	16081	fragment	False	MON0095_000000007000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	92.766	6.0	6.215439953114775e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0084_000000006514	4156	0.8566350725374943	5	2	1	2	0	True	100150	fragment	False	MON0109_000000007219	0.9392430278884463		0	0	False	False	1.0	0					non-mobilizable	plasmid	3528.0	98.639	93.0	0.030562156349192585	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0147_000000000071	3323	0.8566350725374943	4	2	1	2	0	True	100146	fragment	False	ENG0125_000000004410	0.12627758782729614		0	0	False	False	0.999699056148529	0					non-mobilizable	plasmid	3326.0	98.647	100.0	0.02883631380847484	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0126_000000012581	2872	0.8566350725374943	3	2	1	2	0	True	41153	fragment	False	FIJ0126_000000012581	1.0		0	0	False	False	0.9996517896652222	0					non-mobilizable	no_good_hit								True	True
ENG0137_000000007232	2320	0.8566317031674205	3	1	0	1	0	True	57978	fragment	False	ENG0137_000000007232	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0089_000000022962	1295	0.8566317031674205	1	1	0	1	0	True	9586	fragment	False	MON0089_000000022962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0061_000000039508	1195	0.8566317031674205	1	1	0	1	0	True	10791	maximal	True	MON0061_000000039508	1.0		0	0	False	False	0.9790794849395752	0					non-mobilizable	no_good_hit	146.0	98.63	12.0	4.058270040647073e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0058_000000008963	3494	0.8566286129337556	4	4	4	4	4	False	101827	fragment	False	ENG0058_000000008963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	77.40100000000001	5.0	3.2620939777219724e-05	NZ_CP014007.1	enterobacteria	Kosakonia oryzae strain Ola 51 chromosome, complete genome	True	False
ISR0038_000000005355	5204	0.8566017214158623	5	3	2	2	3	False	38670	fragment	False	ISR0814_000000006772	0.9603609980534419		0	0	False	False	0.9992313385009766	0					non-mobilizable	no_good_hit	1585.0	72.492	30.0	0.02908361304355979	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	False
ENG0148_000000001384	20269	0.8565798896460659	30	19	13	13	17	True	124153	fragment	False	ENG0148_000000001384	0.9864422395234889		0	0	False	False	1.0	0					non-mobilizable	other	18268.0	96.759	90.0	0.005130519678701768	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0058_000000017596	1753	0.8565773544735884	3	3	3	3	3	False	6297	fragment	False	SPA0058_000000017596	1.0		0	0	False	False	0.9994295239448547	0					non-mobilizable	no_good_hit	472.0	73.517	27.0	0.000130029520895744	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0384_000000017794	1161	0.8565709850718684	2	2	2	2	2	False	124631	fragment	False	ENG0204_000000020312	0.4184257346405913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	83.333	6.0	0.001421418873048201	NZ_MQNM01000023.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_23_length_47136_cov_32.8072, whole genome shotgun sequence	True	False
ISR0065_000000007352	4094	0.8565677157874934	5	3	3	3	3	False	89457	fragment	False	ISR0065_000000007352	0.979979597041571		0	0	False	False	0.9997557401657104	0					non-mobilizable	no_good_hit	2440.0	99.959	60.0	0.12404007526827035	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
SPA0143_000000012626	1616	0.8565638722543709	2	2	2	2	2	False	127015	fragment	False	SPA0143_000000012626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1327.0	99.02	82.0	0.005086540232001473	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0115_000000019928	1432	0.8565638722543709	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.37491893072766147		0	0	False	False	0.99301677942276	0					non-mobilizable	other	1327.0	97.89	93.0	0.005086540232001473	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0134_000000001061	16486	0.8565612363872278	8	6	4	6	4	True	105962	fragment	False	FIJ0108_000000000697	0.1858471186130028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	78.623	2.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
ENG0029_000000006323	3823	0.8565610889917464	4	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.828779506991232		0	0	False	False	1.0	0					non-mobilizable	chromosome	3823.0	98.64	100.0	0.0008547411964005575	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
DEN0069_000000007582	3760	0.8565610889917464	3	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.8231978844938742		0	0	False	False	0.9997340440750122	0					non-mobilizable	chromosome	3760.0	98.777	100.0	0.000840872064189923	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ISR0835_000000003382	3654	0.8565610889917464	3	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.5024475626917743		0	0	False	False	1.0	0					non-mobilizable	chromosome	3654.0	98.714	100.0	0.0008171603220233543	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ENG0027_000000006504	3252	0.8565610889917464	4	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.08854332801701223		0	0	False	False	0.9990774989128113	0					non-mobilizable	chromosome	3252.0	98.73899999999999	100.0	0.0007272346583350465	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
USA0006_01_000000008576	2852	0.8565610889917464	6	1	0	1	0	True	2136	fragment	False	USA0006_01_000000008576	1.0		0	0	False	False	0.9996493458747864	0					non-mobilizable	other	2086.0	97.98700000000001	100.0	0.0011252606718966552	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	True
ENG0043_000000012557	2706	0.8565610889917464	4	1	0	1	0	True	84710	fragment	False	ENG0043_000000012557	0.9626627262531415		0	0	False	False	0.9918699264526367	0					non-mobilizable	chromosome	2706.0	98.522	100.0	0.0006050968166091358	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
USA0024_01_000000009083	2599	0.8565610889917464	3	1	0	1	0	True	84710	fragment	False	ENG0043_000000012557	0.9508504872282765		0	0	False	False	1.0	0					non-mobilizable	chromosome	2526.0	98.456	97.0	0.0005646078983813157	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
MON0080_000000051909	1136	0.8565464390241165	2	2	2	2	1	True	32506	fragment	False	MON0101_000000051659	0.7844527108230606		0	0	False	False	0.9973591566085815	0					non-mobilizable	no_good_hit	59.0	89.831	5.0	0.00029392984198737117	NZ_QCXQ01000003.1	firmicutes	Lactobacillus bambusae strain BS-W1 contig_3, whole genome shotgun sequence	True	True
ISR0159_000000010758	2417	0.8565448783213492	3	3	3	3	2	False	81760	fragment	False	ISR0159_000000010758	0.9679311875818426		0	0	False	False	1.0	0					non-mobilizable	other	2417.0	99.17299999999999	100.0	0.009267783710796047	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0095_000000011040	2914	0.8565393550572459	2	2	1	2	2	False	44815	fragment	False	MAD0095_000000011040	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	80.645	4.0	2.1980777989818215e-05	CP041253.1	CFB group bacteria	Echinicola sp. LN3S3 chromosome, complete genome	True	False
USA0026_01_000000008633	3909	0.8565356869717445	5	3	2	3	3	True	81871	fragment	False	CHI0120_000000003230	0.9769397935718467		0	0	False	False	0.9951394200325012	0					non-mobilizable	no_good_hit	2538.0	79.59	64.0	0.0004686686274560898	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
ETH0004_000000005030	5598	0.8565326889211684	5	5	5	5	5	False	52946	maximal	True	ETH0004_000000005030	1.0		3	1	False	False	0.9996427297592163	0					non-mobilizable	no_good_hit	1233.0	73.155	22.0	0.0003709727875561494	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
MON0102_000000010994	4125	0.8565302351774621	4	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.06177025251324052	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4127.0	99.346	100.0	0.5242755465175394	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0022_000000011795	3236	0.8565274642106828	4	3	2	3	2	False	74622	maximal	True	DEN0022_000000011795	1.0		1	1	False	False	0.9978368282318115	0					non-mobilizable	no_good_hit	651.0	78.648	22.0	0.00017896536209306702	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0179_000000004344	6871	0.8565237113799595	13	11	2	4	10	True	117326	fragment	False	ISR0216_000000003019	0.605533160522792		0	0	False	False	0.9998544454574585	0					non-mobilizable	chromosome	6430.0	95.179	93.0	0.0029119620587004344	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0781_000000012503	2273	0.8565196192242722	4	3	3	3	1	True	118495	fragment	False	ISR0781_000000012503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1334.0	89.58	58.0	0.0004592829349638688	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0041_000000015211	2233	0.8565196192242722	3	3	3	3	1	True	121145	fragment	False	MAD0041_000000015211	1.0		0	0	False	False	0.9986565113067627	0					non-mobilizable	no_good_hit	1605.0	91.77600000000001	71.0	0.0005534324624791551	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0361_000000007271	1881	0.8565196192242722	3	3	3	3	1	True	118515	fragment	False	ISR0280_000000007434	0.9511916090177525		0	0	False	False	0.9691653251647949	0					non-mobilizable	no_good_hit	1347.0	94.35799999999999	88.0	0.00037877869114616794	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0280_000000007434	1813	0.8565196192242722	3	3	3	3	1	True	118515	fragment	False	ISR0280_000000007434	0.9626214213088834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	90.395	87.0	0.0005492634797109506	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0040_000000000521	19518	0.85651906159793	29	3	1	2	2	False	50973	maximal	True	MAD0040_000000000521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	84.375	1.0	0.0007970311857488793	CP013682.1	firmicutes	Clostridium botulinum strain 1169 plasmid pRSJ8_1, complete sequence	True	False
ISR0830_000000009204	2886	0.8565120738258294	5	4	2	3	3	False	21046	maximal	True	ISR0830_000000009204	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	88.694	51.0	0.040773711396856795	MK232094.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.I13_9-proph_c2 sequence	True	False
USA0031_01_000000014035	2003	0.8565049296319326	3	3	3	3	3	False	1534	maximal	True	USA0031_01_000000014035	1.0		24	4	False	False	0.9990015029907227	0					non-mobilizable	other	2003.0	98.15299999999999	100.0	0.026738253599380292	NZ_JAAIPW010000014.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_14_length_74874_cov_389.862, whole genome shotgun sequence	False	False
ISR0206_000000020033	1301	0.8565034457782739	2	2	2	2	2	False	50077	fragment	False	FIJ0048_000000025097	0.9455681986931986		0	0	False	False	0.9546502828598022	0					non-mobilizable	other	1301.0	98.309	100.0	0.005610509779550124	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
MON0011_000000012048	3867	0.8565010907127469	4	3	2	2	1	True	132358	backbone	False	ISR0371_000000002559	0.06529110399178527	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3867.0	99.97399999999999	100.0	0.5339041568844082	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
CAN0001_000000014334	3268	0.8565010907127469	3	3	2	2	1	True	132358	backbone	False	ISR0371_000000002559	0.007963974867880464	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	plasmid	3268.0	100.0	100.0	0.45118077613589286	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
CHI0133_000000018077	1155	0.8564872675794979	2	2	2	2	2	False	80756	fragment	False	CHI0133_000000018077	1.0		0	0	False	False	0.9532467722892761	0					non-mobilizable	no_good_hit	499.0	70.34100000000001	42.0	0.0018027583308448632	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ENG0127_000000009001	2828	0.8564869744654954	4	4	4	4	4	False	116953	maximal	True	ENG0127_000000009001	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	99.447	51.0	0.007133132066536436	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0045_000000006898	4870	0.8564746978067443	8	7	6	6	4	False	125672	maximal	True	MAD0045_000000006898	1.0		3	3	False	False	0.9997946619987488	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000009289	2987	0.8564579648773881	2	2	2	2	2	False	66708	maximal	True	MAD0087_000000009289	1.0		2	1	False	False	0.9996652007102966	0					non-mobilizable	no_good_hit	1896.0	75.58	81.0	0.0005251570535474048	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0346_000000009504	2335	0.8564507485588678	2	2	2	2	1	False	33893	maximal	True	ISR0346_000000009504	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	94.631	53.0	0.0008459371473570553	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0089_000000012185	2012	0.8564507485588678	2	2	2	2	1	False	83115	fragment	False	FIJ0157_000000008679	0.9610297590930562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	91.82600000000001	49.0	0.016290561686707297	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0096_000000033937	1133	0.8564403460645788	2	2	2	2	1	False	42944	maximal	True	FIJ0096_000000033937	1.0		14	3	False	False	0.9929391145706177	0					non-mobilizable	no_good_hit	109.0	79.817	10.0	7.414954590268833e-05	CP015604.1	actinobacteria	Actinobacteria bacterium IMCC26103, complete genome	True	False
MON0019_000000007404	7249	0.856437536592468	5	4	2	3	4	False	13231	fragment	False	MON0019_000000007404	1.0		0	0	False	False	0.9969651103019714	0		MOBP			mobilizable	plasmid	7252.0	99.311	100.0	0.18340964861241113	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
MAD0083_000000004870	2098	0.8564320278252925	3	3	3	3	3	False	46662	fragment	False	MAD0007_000000003912	0.9964731879474621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	78.48	45.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0342_000000005328	3313	0.8564231593754491	4	4	4	4	3	False	125351	fragment	False	ISR0212_000000010113	0.9876741648858876		0	0	False	False	0.9984908103942871	0					non-mobilizable	other	3313.0	99.63799999999999	100.0	0.013079328973557009	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0130_000000025130	1276	0.8564198114404097	3	2	1	2	1	False	31717	fragment	False	ISR0130_000000025130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	386.0	75.389	30.0	0.0023701093228436347	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
AST0031_000000012017	2334	0.8564189528396173	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.3347698970560661	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2314.0	90.795	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
DEN0039_000000013369	1565	0.8564182371345309	2	2	2	2	1	False	73245	fragment	False	DEN0039_000000013369	1.0		0	0	False	False	0.9923322796821594	0					non-mobilizable	no_good_hit	248.0	77.016	16.0	0.0007566055697332965	NZ_FRFD01000008.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
ISR0787_000000011887	1274	0.8564099152706532	2	1	1	1	1	False	95799	fragment	False	USA0009_01_000000020746	0.960193837511141		0	0	False	False	0.976452112197876	0					non-mobilizable	no_good_hit	536.0	97.76100000000001	42.0	0.9622302158273381	KU547875.1	bacteria	Uncultured bacterium clone PE_11F_a_Contig_15 genomic sequence	True	False
ISR0223_000000015196	1988	0.8564056025652067	3	2	2	2	2	False	126226	fragment	False	USA0059_01_000000013440	0.6589760718503006		0	0	False	False	0.9994969964027405	0					non-mobilizable	no_good_hit	156.0	77.564	8.0	5.020544857091667e-05	CP061497.1	g-proteobacteria	Thermomonas sp. XSG chromosome, complete genome	True	False
AST0058_000000000774	19204	0.8563995953547642	24	15	5	13	9	False	119597	maximal	True	AST0058_000000000774	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2885.0	90.329	36.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ENG0094_000000002785	6105	0.8563920006967559	11	4	3	4	3	False	61039	maximal	True	ENG0094_000000002785	1.0		1	1	False	False	0.9968878030776978	0					non-mobilizable	no_good_hit	1422.0	83.47399999999999	23.0	0.0837272512408414	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
AST0118_000000013965	2190	0.8563694114281575	3	3	3	3	3	False	105907	fragment	False	AST0118_000000013965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	81.69	6.0	7.599826195279187e-05	NZ_CP027228.1	firmicutes	Mogibacterium diversum strain CCUG 47132 chromosome, complete genome	True	False
SPA0013_000000007909	3397	0.8563679515968421	3	2	2	2	0	True	33953	fragment	False	SPA0013_000000007909	1.0		0	0	False	False	0.9994112253189087	0					non-mobilizable	no_good_hit								True	True
SPA0120_000000002855	13978	0.8563603727592772	17	11	7	7	9	False	74662	maximal	True	SPA0120_000000002855	1.0		9	5	False	False	0.9992130398750305	0					non-mobilizable	no_good_hit	416.0	78.846	3.0	0.00012261308020938998	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0062_000000016810	1934	0.8563564316784031	3	2	2	2	2	False	72508	fragment	False	SPA0062_000000016810	0.9634938288249215		0	0	False	False	0.9808686375617981	0					non-mobilizable	other	1771.0	97.516	91.0	0.005651487351280854	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0004_000000032289	1431	0.8563520382534079	2	2	2	2	1	False	14193	fragment	False	MON0044_000000039082	0.9733932273669661		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	96.925	100.0	0.0006807773239262285	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
AST0002_000000009876	3585	0.8563503151846165	4	4	4	3	4	False	132117	maximal	True	AST0002_000000009876	1.0		191	10	False	False	1.0	0					non-mobilizable	other	1564.0	79.476	90.0	0.005084590284239081	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
MON0023_000000004002	4004	0.8563424818511645	4	4	3	3	2	True	129335	fragment	False	MON0023_000000004002	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1743.0	76.133	65.0	0.250185267526308	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
AST0014_000000009910	1657	0.8563398115742398	3	3	2	1	3	False	124219	maximal	True	AST0014_000000009910	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	74.667	9.0	0.0002678722741262717	NZ_FUZQ01000005.1	high GC Gram+	Krasilnikoviella flava strain DSM 21481, whole genome shotgun sequence	True	False
ENG0039_000000009640	2596	0.8563380514920391	3	3	0	2	3	False	117754	maximal	True	ENG0039_000000009640	1.0	PS794	2	2	False	True	1.0	0					non-mobilizable	other	1643.0	100.0	99.0	0.021391628343256166	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ISR0072_000000003229	7258	0.8563209780656696	6	6	6	6	5	False	121753	maximal	True	ISR0072_000000003229	1.0		87	4	False	False	1.0	0					non-mobilizable	chromosome	4990.0	96.814	93.0	0.0014170840835459528	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0051_000000032690	1473	0.8563133838912429	2	2	2	2	2	False	72448	maximal	True	DEN0051_000000032690	1.0		19	6	False	False	0.9979633688926697	0					non-mobilizable	other	1473.0	96.13	100.0	0.0004201282532825374	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AST0110_000000002752	6960	0.8563131073054376	11	4	3	4	2	True	107055	maximal	True	AST0110_000000002752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.0577649165417043e-07	CP034495.1	other sequences	Eukaryotic synthetic construct chromosome 17	True	True
ISR0089_000000010824	2518	0.8563051966998381	4	2	2	2	0	True	62755	fragment	False	ISR0089_000000010824	1.0		0	0	False	False	0.9944400191307068	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	0.015574302401038288	NZ_VZBY01000070.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_61_length_3082_cov_121.624_ID_121, whole genome shotgun sequence	True	True
CHI0044_000000007305	2068	0.8563009270885562	3	1	1	1	1	False	89101	fragment	False	CHI0044_000000007305	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1815.0	97.851	98.0	0.014577822091069174	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0016_000000007585	1339	0.8563003951301752	2	2	2	2	1	False	75311	maximal	True	DEN0016_000000007585	1.0		5	3	False	False	0.9746079444885254	0					non-mobilizable	no_good_hit								True	False
MON0041_000000057897	1217	0.856290177034006	2	2	1	1	2	False	64022	fragment	False	MON0029_000000024636	0.8087186508627107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1224.0	92.484	100.0	0.0005239865341463843	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0131_000000007326	3718	0.8562856544439071	4	4	4	4	3	False	116993	fragment	False	ISR0131_000000007326	0.9828519898424757		0	0	False	False	0.9911242723464966	0					non-mobilizable	no_good_hit								True	False
ENG0004_000000012530	2089	0.8562789389196674	3	2	2	2	2	False	67781	maximal	True	ENG0004_000000012530	1.0		46	9	False	False	0.9961704015731812	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000000951	35050	0.8562782702876479	48	25	15	18	17	True	95958	maximal	True	ISR0816_000000000951	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	1399.0	71.48	4.0	0.011552583157594038	NZ_QOHO01000031.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_31, whole genome shotgun sequence	True	True
SPA0001_000000004175	7765	0.8562776344607304	7	5	4	5	3	False	99254	fragment	False	SPA0001_000000004175	1.0		0	0	False	True	0.9988409280776978	0					non-mobilizable	no_good_hit	5150.0	89.709	67.0	0.06648608717064762	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	True	True
FIJ0001_000000017152	1250	0.8562744391317267	2	2	2	2	2	False	52515	fragment	False	FIJ0001_000000017152	1.0		0	0	False	False	0.9976000189781189	0					non-mobilizable	other	1216.0	99.42399999999999	97.0	0.054589567327133035	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	False	False
FIJ0039_000000006315	3903	0.8562709156045396	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.6542411669728393		0	0	False	False	1.0	0					non-mobilizable	chromosome	3913.0	92.947	100.0	0.0013100244131733524	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0005_000000005816	4158	0.8562657044066617	7	7	3	2	7	True	19994	fragment	False	MAD0005_000000005816	1.0		0	0	False	False	0.9961519837379456	0	IncX1				non-mobilizable	chromosome	4158.0	99.80799999999999	100.0	0.0006450513418030209	CP050201.1	enterobacteria	Escherichia coli strain RH-024-WU chromosome	False	True
ISR0786_000000003092	5915	0.8562524889242935	8	6	2	1	6	False	61948	fragment	False	ISR0786_000000003092	0.9999085756079722		0	0	False	False	0.9993237257003784	0					non-mobilizable	other	5915.0	100.0	100.0	0.03569079245146378	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
ENG0157_000000004707	5042	0.8562524889242935	7	6	2	1	6	False	56642	fragment	False	ENG0157_000000004707	1.0		0	0	False	False	0.9998016953468323	0					non-mobilizable	other	4967.0	99.98	98.0	0.029969644118019806	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
FIJ0026_000000013691	2361	0.8562496382921021	3	2	2	2	1	False	94748	fragment	False	USA0084_01_000000013216	0.9690596842298956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
ENG0116_000000010999	2169	0.8562496382921021	3	2	2	2	1	False	94748	fragment	False	USA0084_01_000000013216	0.6361711139347733		0	0	False	False	0.9995389580726624	0					non-mobilizable	no_good_hit	98.0	83.67299999999999	4.0	0.0004118830425583573	NZ_CZBD01000003.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0368_000000002202	5271	0.8562289936442415	7	7	7	7	6	False	102816	maximal	True	ISR0368_000000002202	1.0		19	7	False	False	0.9984822869300842	0					non-mobilizable	no_good_hit	4587.0	99.52	87.0	0.0020141844968403744	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0104_000000011319	2750	0.8562285788613828	3	3	3	2	2	False	60249	fragment	False	ENG0104_000000011319	1.0		0	0	False	False	0.9949091076850891	0					non-mobilizable	no_good_hit	771.0	73.8	28.0	0.00027711573887159626	CP025829.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-14 chromosome, complete genome	True	False
ISR0320_000000013554	1862	0.8562252057748408	3	3	3	3	3	False	25059	maximal	True	ISR0320_000000013554	1.0		11	5	False	False	0.9935553073883057	0					non-mobilizable	no_good_hit	1630.0	73.497	86.0	0.01344305652653656	NZ_SMUS01000010.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00010, whole genome shotgun sequence	True	False
ISR0140_000000017545	1304	0.8562196849814085	3	2	1	2	2	True	31226	maximal	True	ISR0140_000000017545	1.0		1	1	False	False	0.9961656332015991	0	rep_cluster_414				non-mobilizable	plasmid	1327.0	83.87299999999999	100.0	0.11827761627906977	CP016751.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM1 plasmid pJM1E, complete sequence	False	True
SPA0132_000000029578	1401	0.8562014961585939	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.021733106321563406		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	84.86	94.0	0.018379071842927263	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0021_01_000000005544	3306	0.8561968666010512	4	4	4	4	4	False	120077	fragment	False	ISR0155_000000005779	0.601222741177445		0	0	False	False	1.0	0					non-mobilizable	other	3200.0	97.906	99.0	0.0006754126765117533	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
AST0150_000000007245	3728	0.8561874889295717	5	5	3	5	4	True	126934	maximal	True	AST0150_000000007245	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	2384.0	99.874	100.0	0.0005634949836413835	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
CHI0167_000000001147	13647	0.8561793296502487	12	8	7	5	6	False	122652	maximal	True	CHI0167_000000001147	1.0		1	1	False	False	0.999926745891571	0					non-mobilizable	no_good_hit	4318.0	88.32799999999999	34.0	0.0016695113648022236	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0117_000000000407	30246	0.856174225201228	40	12	5	10	7	False	41630	maximal	True	FIJ0117_000000000407	1.0		3	1	False	False	0.9999669194221497	0					non-mobilizable	no_good_hit	1399.0	74.982	5.0	0.001334718199904911	NZ_ATXD01000008.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0020_000000011750	2030	0.8561674094369406	2	2	0	2	1	False	117712	fragment	False	ISR0020_000000011750	1.0		0	0	False	True	0.9980295300483704	0					non-mobilizable	no_good_hit	1384.0	86.12700000000001	68.0	0.00020317944873788406	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	True
SPA0019_000000001533	12458	0.8561634933035684	17	12	9	11	10	True	126208	backbone	False	ISR0395_000000002325	0.2847306025915728	PS943|PS946|PS949	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1608.0	73.507	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0008_000000009260	1425	0.8561618763893645	4	2	2	2	2	False	117213	maximal	True	ISR0008_000000009260	1.0		23	4	False	False	0.9852631688117981	0					non-mobilizable	chromosome	1287.0	99.611	90.0	0.0007165000033429238	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
MON0033_000000025973	2450	0.8561594488994279	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5822336102300173		0	0	False	False	1.0	0					non-mobilizable	other	2450.0	99.959	100.0	0.004268751830212096	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0833_000000001407	5787	0.8561584836557621	6	6	6	5	5	False	93720	fragment	False	ENG0200_000000003176	0.9820531505973845		0	0	False	False	0.9989631772041321	0					non-mobilizable	chromosome	5786.0	99.87899999999999	99.0	0.0024457300783360916	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
AST0025_000000016648	2197	0.8561570173610048	3	3	3	3	3	False	120334	maximal	False	ISR0153_000000013002	0.9680606617647058		0	0	False	False	0.997724175453186	0					non-mobilizable	other	2197.0	98.088	100.0	0.006299971598488695	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
CHI0111_000000004030	7639	0.8561528599230948	8	2	2	1	2	False	82663	maximal	True	CHI0111_000000004030	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0016_000000010847	3021	0.8561528599230948	3	2	2	1	2	False	29829	fragment	False	SPA0016_000000010847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	0.0001575492341356674	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0176_000000013264	2541	0.8561528599230948	2	2	2	1	2	False	29827	fragment	False	ISR0176_000000013264	0.9441306978620412		0	0	False	False	0.999212920665741	0					non-mobilizable	no_good_hit								True	False
CHI0009_000000002089	4154	0.8561505643884957	5	5	5	5	3	False	90478	maximal	True	CHI0009_000000002089	1.0		14	5	False	False	1.0	0					non-mobilizable	chromosome	4055.0	99.655	98.0	0.001492215376664755	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
SPA0069_000000005584	4342	0.8561320326514633	5	4	0	2	4	False	117728	fragment	False	SPA0069_000000005584	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1622.0	99.75299999999999	87.0	0.02111804478953608	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ISR0310_000000003567	4264	0.8561259123102158	6	5	5	5	5	False	113602	fragment	False	ISR0310_000000003567	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2990.0	91.204	92.0	0.000731610860498432	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0066_000000031029	1142	0.8561203242172071	2	1	1	1	1	False	16537	fragment	False	MAD0066_000000031029	1.0		0	0	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit	587.0	86.882	51.0	0.00018887853530819918	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CAN0011_000000003380	9422	0.8561171871841756	7	7	6	5	5	False	98841	fragment	False	CAN0011_000000003380	1.0		0	0	False	False	0.9991509318351746	0					non-mobilizable	no_good_hit	3483.0	96.928	46.0	0.0004916922930022766	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ENG0017_000000004420	4980	0.8561133313824083	5	5	5	5	4	False	109899	maximal	True	ENG0017_000000004420	1.0		14	6	False	False	0.9991967678070068	0					non-mobilizable	no_good_hit	915.0	77.377	18.0	0.00031303623959050275	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
ISR0399_000000004773	3084	0.8561129174503774	4	4	1	3	2	True	22590	maximal	True	ISR0399_000000004773	1.0		1	1	False	False	0.996757447719574	0					non-mobilizable	no_good_hit	1244.0	99.839	40.0	0.0010370386451365643	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
AST0059_000000006524	2236	0.8561016923680059	4	4	3	4	2	False	112712	fragment	False	MAD0041_000000013630	0.9401884473576403		0	0	False	False	1.0	0					non-mobilizable	chromosome	2236.0	100.0	100.0	0.0004492474953698362	CP033744.1	enterobacteria	Citrobacter freundii strain FDAARGOS_549 chromosome, complete genome	False	False
ISR0150_000000002357	8789	0.8561014208178033	9	7	4	5	7	False	128551	fragment	False	ISR0150_000000002357	0.972523086280885		0	0	False	False	0.9998862147331238	0					non-mobilizable	no_good_hit	2975.0	91.193	88.0	0.2513545546901456	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0031_000000005951	4477	0.8560923014000114	3	2	2	2	1	False	92907	fragment	False	SPA0031_000000005951	1.0		0	0	False	False	0.9970962405204773	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	2.0	1.9978925088164144e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0089_000000013192	1948	0.8560866946125979	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.34624112638100146		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	96.71600000000001	100.0	0.009732749101919071	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ISR0818_000000009397	1915	0.8560866946125979	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.3219941349669898		0	0	False	False	0.997389018535614	0					non-mobilizable	other	1916.0	94.676	100.0	0.009567871935408121	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
AST0106_000000010442	1904	0.8560866946125979	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.28205599790587343		0	0	False	False	1.0	0					non-mobilizable	other	1904.0	100.0	100.0	0.0006525944487291554	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
MAD0045_000000023688	1757	0.8560866946125979	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.20871623014243765		0	0	False	False	1.0	0					non-mobilizable	other	1757.0	96.244	100.0	0.0005254840303428125	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
CHI0092_000000004279	2298	0.8560801187674546	3	3	3	3	2	False	83681	maximal	True	CHI0092_000000004279	1.0	PS211	1	1	False	True	1.0	0					non-mobilizable	other	2300.0	97.565	100.0	0.00154776638974052	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ISR0245_000000000720	4869	0.8560794879065213	5	4	4	4	4	True	116693	fragment	False	ISR0245_000000000720	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3493.0	99.742	72.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0215_000000005209	5500	0.8560780366061248	12	2	2	1	2	False	100936	fragment	False	ISR0215_000000005209	1.0		0	0	False	False	0.9927272796630859	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	7.291462041077524e-06	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
AUS0014_000000006629	4850	0.8560780366061248	10	2	2	1	2	False	100935	fragment	False	AUS0014_000000006629	1.0		0	0	False	False	0.999381422996521	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	7.291462041077524e-06	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
MON0078_000000033626	1405	0.856076270789202	2	2	2	2	1	True	32512	fragment	False	MON0078_000000033626	0.9171428571428571		0	0	False	False	0.9807829260826111	0					non-mobilizable	no_good_hit	981.0	70.438	69.0	0.0004032536956189127	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
TAN0017_000000014329	2498	0.856076072979991	5	3	2	2	3	False	101645	fragment	False	TAN0017_000000014329	1.0		0	0	False	False	0.9959967732429504	0					non-mobilizable	no_good_hit	1026.0	96.881	48.0	0.08253327954820493	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
DEN0070_000000017792	1907	0.8560689379116837	2	2	2	1	1	False	84730	fragment	False	DEN0070_000000017792	1.0		0	0	False	False	0.9837440848350525	0					non-mobilizable	chromosome	1907.0	99.738	100.0	0.00029681127210103296	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ENG0012_000000006202	3885	0.8560634050147059	4	2	1	2	1	False	103001	maximal	True	ENG0012_000000006202	0.9839739163556954		37	7	False	False	0.9992278218269348	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000010905	3039	0.8560585897909826	6	2	2	2	2	False	118683	fragment	False	ISR0198_000000010905	0.9709495351925631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2255.0	91.663	78.0	0.0005372212071247854	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0190_000000011139	2057	0.8560585897909826	2	2	2	2	2	False	118666	fragment	False	ISR0190_000000011139	0.9817480668578253		0	0	False	False	1.0	0					non-mobilizable	other	1881.0	92.185	91.0	0.0004490028205911303	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ISR0274_000000003454	2056	0.8560585897909826	3	2	2	2	2	False	118666	fragment	False	ISR0190_000000011139	0.9757118336690853		0	0	False	False	0.9995136260986328	0					non-mobilizable	other	1881.0	91.6	91.0	0.0004490028205911303	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
USA0050_01_000000006239	2021	0.8560585897909826	2	2	2	2	2	False	118666	fragment	False	ISR0190_000000011139	0.9745670249055524		0	0	False	False	0.9970311522483826	0					non-mobilizable	other	1881.0	92.185	93.0	0.0004490028205911303	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
CAN0022_000000015591	2020	0.8560585897909826	3	2	2	2	2	False	118666	fragment	False	ISR0190_000000011139	0.9737782134928169		0	0	False	False	1.0	0					non-mobilizable	other	1881.0	92.185	93.0	0.0004490028205911303	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
CHI0023_000000006722	2020	0.8560585897909826	2	2	2	2	2	False	118666	fragment	False	ISR0190_000000011139	0.9740004922000913		0	0	False	False	1.0	0					non-mobilizable	other	1881.0	92.132	93.0	0.0004490028205911303	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
CHI0129_000000012269	2000	0.8560585897909826	3	2	2	2	2	False	118666	fragment	False	ISR0190_000000011139	0.8939171679051191		0	0	False	False	0.9994999766349792	0					non-mobilizable	other	2010.0	93.93	100.0	0.0004808860961590002	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
CHI0142_000000011920	1563	0.8560585897909826	3	2	2	2	2	False	118605	fragment	False	CHI0172_000000004784	0.9310208187847994		0	0	False	False	0.999360203742981	0					non-mobilizable	other	1573.0	93.325	100.0	0.00037612676215028484	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
CHI0154_000000025523	1323	0.8560585897909826	3	2	2	2	2	False	79114	fragment	False	ISR0856_000000004631	0.44784175348587985		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	93.736	100.0	0.00031739441241999814	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ISR0158_000000001570	9031	0.8560530074481235	14	5	2	3	4	False	86664	backbone	True	ISR0158_000000001570	1.0	PS438|PS439	1	1	True	True	1.0	98					non-mobilizable	no_good_hit	2587.0	96.405	48.0	0.23440899202320523	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0816_000000024082	1575	0.8560407548796758	3	3	3	3	2	False	31117	fragment	False	ISR0816_000000024082	1.0		0	0	False	False	0.9987301826477051	0					non-mobilizable	other	1575.0	96.508	100.0	0.004635424182542651	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ISR0327_000000002970	6900	0.8560392512217913	7	4	2	3	3	False	111819	fragment	False	ENG0052_000000003752	0.994738880393768		0	0	False	False	0.9995652437210083	0					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MON0002_000000006501	3398	0.8560269699650035	3	1	1	1	1	False	28357	fragment	False	MON0054_000000010441	0.9315655574520822		0	0	False	False	0.9997057318687439	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00025738259064156903	NZ_SDWS01000011.1	high GC Gram+	Nocardioides glacieisoli strain HLT3-15 NODE_11_length_116558_cov_115.008070, whole genome shotgun sequence	True	False
AST0140_000000002277	10876	0.8560264151269555	10	8	6	6	5	False	127396	fragment	False	SPA0035_000000001109	0.9598948736991179		0	0	False	False	0.9999080300331116	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	1.0	0.0002832815593362198	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0183_000000005847	6129	0.8560233741895164	8	5	1	5	2	True	62389	fragment	False	ISR0183_000000005847	1.0		0	0	False	False	0.9982052445411682	0					non-mobilizable	no_good_hit	3813.0	84.553	89.0	0.03169729874432184	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
AUS0008_000000006814	3294	0.8560215863511322	3	3	3	3	3	False	118758	maximal	True	AUS0008_000000006814	1.0		28	5	False	False	1.0	0					non-mobilizable	no_good_hit	2320.0	92.241	70.0	0.06238210724872002	NZ_CYZK01000025.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0058_000000007722	2596	0.8560188840935028	3	3	3	3	2	False	85906	fragment	False	CHI0058_000000007722	1.0		0	0	False	False	0.9953774809837341	0					non-mobilizable	other	2596.0	99.499	100.0	0.00283488204924283	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
MON0001_000000006492	4906	0.8559962103297151	2	2	2	2	2	False	14409	maximal	True	MON0001_000000006492	1.0		11	4	False	False	0.9920505285263062	0					non-mobilizable	no_good_hit	478.0	70.711	9.0	0.01080340132893453	NZ_RAWM01000075.1	d-proteobacteria	Corallococcus interemptor strain AB047A NODE_75_43042_cov_72.0645_ID_8069, whole genome shotgun sequence	True	False
MON0105_000000015705	3407	0.8559907527496775	3	3	2	3	3	False	117840	fragment	False	CHI0159_000000003909	0.9460756634669678		0	0	False	True	0.988846480846405	0					non-mobilizable	other	1367.0	89.1	93.0	0.0005842675259911238	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CHI0048_000000003248	5060	0.8559871775826082	7	6	3	3	5	False	109882	fragment	False	MON0045_000000004455	0.621369215388279		0	0	False	False	0.9976284503936768	0	rep_cluster_1097				non-mobilizable	no_good_hit	3069.0	95.11200000000001	61.0	0.3866616238023197	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
MON0101_000000018075	3338	0.8559687656135595	4	3	2	3	2	False	110055	fragment	False	SPA0025_000000006085	0.950931260776043		0	0	False	False	0.9994008541107178	0					non-mobilizable	other	2217.0	98.73700000000001	100.0	0.03539186706079732	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0099_000000007450	3038	0.8559645973359387	5	5	5	4	4	False	79750	maximal	True	FIJ0099_000000007450	1.0		96	10	False	False	0.9996708631515503	0					non-mobilizable	chromosome	3038.0	99.868	100.0	0.0005745593373932752	CP029597.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain ATCC 700603 chromosome, complete genome	False	False
ENG0100_000000005758	5028	0.8559609036055723	7	5	3	4	5	False	74197	maximal	True	ENG0100_000000005758	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	3223.0	95.656	64.0	0.0019247977108185833	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0824_000000021805	1115	0.8559570565125113	1	1	1	1	1	False	95806	fragment	False	SPA0109_000000021663	0.6854788442237599		0	0	False	False	0.994618833065033	0					non-mobilizable	no_good_hit	661.0	74.13	58.0	0.00018120242911923035	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0091_000000011563	2639	0.8559468644293039	5	5	5	5	2	True	33628	fragment	False	ISR0091_000000011563	1.0		0	0	False	False	0.9996210932731628	0					non-mobilizable	no_good_hit	78.0	97.436	3.0	0.0019472473004071517	NZ_CABJDZ010000011.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
MON0103_000000006060	6239	0.8559244084301323	3	3	3	2	1	False	8925	maximal	True	MON0103_000000006060	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	82.459	34.0	0.00018607501428125734	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0153_000000002845	8632	0.855922347783973	13	5	3	5	1	False	43137	fragment	False	ISR0153_000000002845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	90.661	4.0	0.010240283825189486	MK233924.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_2_c1 sequence	True	False
SPA0138_000000000363	22254	0.8559148272963426	27	16	8	11	12	False	76699	fragment	False	SPA0138_000000000363	0.9996562446288223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	73.19	7.0	0.009217468335977842	NZ_OEPZ01000005.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
SPA0139_000000000463	22190	0.8559148272963426	27	16	8	11	12	False	76699	fragment	False	SPA0138_000000000363	0.9976975998432774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	73.19	7.0	0.009217468335977842	NZ_OEPZ01000005.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
ISR0090_000000012740	2233	0.8559059422476061	3	3	3	3	1	True	59684	fragment	False	ISR0109_000000014506	0.993740926741145		0	0	False	False	0.9991043210029602	0					non-mobilizable	other	2233.0	99.68700000000001	100.0	0.0010037487677994517	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	True
SPA0054_000000013952	2137	0.8559059422476061	3	3	3	3	1	True	59684	fragment	False	ISR0109_000000014506	0.9778808719591808		0	0	False	False	1.0	0					non-mobilizable	other	2137.0	99.81299999999999	100.0	0.0009605767777865721	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	True
ENG0168_000000015050	2018	0.8559059422476061	3	3	3	3	1	True	59684	fragment	False	ISR0109_000000014506	0.9342055328897513		0	0	False	False	0.9895936846733093	0					non-mobilizable	other	2018.0	99.95	100.0	0.0008918204544791317	AP018131.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: JCM 7004	False	True
TAN0009_000000031413	1380	0.8559019332728138	2	2	2	2	2	False	59852	maximal	False	ISR0073_000000019794	0.9401761645671567		0	0	False	False	0.997826099395752	0					non-mobilizable	no_good_hit	442.0	76.244	32.0	0.0018676881306689955	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
ISR0134_000000019014	1683	0.8558909104288877	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.8933689227669853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	89.837	15.0	9.512184137248781e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ISR0774_000000014009	1769	0.8558811209733153	2	2	2	2	2	False	101426	fragment	False	ISR0159_000000014696	0.9920025704429151		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	93.848	100.0	0.00042146081407399617	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0046_000000011736	2669	0.8558705140601315	6	3	3	3	2	False	36186	maximal	True	ISR0046_000000011736	1.0		0	0	False	False	0.9981266260147095	0					non-mobilizable	no_good_hit	933.0	87.781	35.0	0.0003272072473584538	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0110_000000007317	3211	0.8558588445595752	5	3	2	3	1	False	32720	maximal	True	ISR0110_000000007317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0053_000000012712	1635	0.8558553250516413	2	2	2	2	2	False	46390	fragment	False	FIJ0053_000000012712	1.0		0	0	False	False	0.9975535273551941	0					non-mobilizable	no_good_hit								True	False
CHI0082_000000005984	1518	0.8558493023593827	2	2	2	2	2	False	84262	fragment	False	CHI0162_000000019658	0.9536867763558805		0	0	False	False	0.9776021242141724	0					non-mobilizable	other	1518.0	98.814	100.0	0.0007314292997542108	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
FIJ0048_000000012373	2576	0.8558432885108921	6	2	1	2	1	False	46781	maximal	True	FIJ0048_000000012373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0807_000000005053	2661	0.85584167822915	3	2	2	2	2	False	21766	maximal	True	ISR0807_000000005053	1.0		69	11	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	75.498	24.0	0.001099556385871907	NZ_FOHL01000001.1	a-proteobacteria	Oceanicella actignis strain DSM 24423, whole genome shotgun sequence	True	False
ENG0127_000000021530	1265	0.8558380486290729	2	2	2	2	1	True	58687	fragment	False	ENG0127_000000021530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.00019797387876079666	NZ_WXEY01000006.1	firmicutes	Heliobacterium undosum strain DSM 13378 Helio_und_assembly_contig_6, whole genome shotgun sequence	True	True
ISR0231_000000003870	3856	0.8558365892016755	5	5	5	5	3	False	63430	maximal	True	ISR0231_000000003870	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	74.359	6.0	4.1369187584372545e-05	AP023239.1	firmicutes	Paenibacillus sp. URB8-2 DNA, complete genome	True	False
ISR0208_000000025421	1105	0.8558291925943186	2	2	2	1	1	False	28486	fragment	False	ISR0208_000000025421	1.0		0	0	False	False	0.9728506803512573	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
MAD0097_000000009060	4262	0.8558283942192865	5	5	4	3	5	True	19781	fragment	False	MAD0097_000000009060	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4073.0	99.26299999999999	100.0	0.0008049460694040632	CP035360.1	enterobacteria	Escherichia coli strain BR10-DEC chromosome	False	True
ISR0041_000000001733	6407	0.8558217143741239	5	5	5	5	5	False	36437	maximal	True	ISR0041_000000001733	1.0		1	1	False	False	0.9907913208007812	0					non-mobilizable	no_good_hit	547.0	76.417	8.0	0.002294236944397499	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
MAD0052_000000019321	1210	0.8558211011769581	3	2	2	1	1	True	17248	fragment	False	MAD0052_000000019321	1.0		0	0	False	False	0.9983471035957336	0					non-mobilizable	chromosome	1218.0	83.58	100.0	0.00042768113195762567	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0112_000000018484	1565	0.8558181371445884	2	2	1	2	1	False	14443	fragment	False	MAD0112_000000018484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.7009556220678202e-05	NZ_LZDB01000002.1	g-proteobacteria	Perlucidibaca aquatica strain BK296 contig_2, whole genome shotgun sequence	True	False
FIJ0144_000000005687	5559	0.8558145182054601	6	4	4	3	4	True	40114	maximal	True	FIJ0144_000000005687	1.0		0	0	False	False	0.9998201131820679	0					non-mobilizable	no_good_hit	1862.0	99.73100000000001	33.0	0.018240090955424	CP043218.1	enterobacteria	Escherichia coli O80:H26 strain EC-107 plasmid pET6.1-IncY, complete sequence	True	True
USA0145_01_000000012199	1964	0.8558133078152932	3	2	2	2	1	False	119641	fragment	False	CAN0012_000000023480	0.9504437869822485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	88.0	4.0	2.2738425450074867e-05	CP019704.1	CFB group bacteria	Polaribacter sp. BM10, complete genome	True	False
FIJ0085_000000005136	5679	0.8558075399059378	12	5	1	3	3	True	43975	maximal	True	FIJ0085_000000005136	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	95.59700000000001	3.0	4.214761856618603e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0190_000000004067	5688	0.8558061582128224	9	4	1	3	3	False	38615	maximal	True	ISR0190_000000004067	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0003_000000006543	3874	0.8558061582128224	5	4	1	3	3	False	38614	fragment	False	ISR0003_000000006543	1.0		0	0	False	False	0.9847702383995056	0					non-mobilizable	no_good_hit	68.0	98.529	3.0	1.9019480489987237e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0018_000000017980	2142	0.8557980150454476	3	3	2	3	1	False	75112	maximal	True	DEN0018_000000017980	1.0		0	0	False	False	0.9887955188751221	0					non-mobilizable	no_good_hit	969.0	74.613	45.0	0.0002179120533256418	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0075_000000002081	3147	0.8557839703077369	5	5	3	5	3	False	101149	fragment	False	CHI0075_000000002081	1.0		0	0	False	False	0.9952335357666016	0					non-mobilizable	no_good_hit	1250.0	84.0	75.0	0.0003057368441828233	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CAN0003_000000005288	8550	0.8557833109587017	9	6	4	6	2	False	96802	maximal	False	MON0046_000000002062	0.6288870991664461		0	0	False	False	0.9998830556869507	0					non-mobilizable	no_good_hit	871.0	92.193	11.0	0.005595750585714378	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
DEN0005_000000021399	1749	0.8557810769943222	3	2	2	2	2	False	120900	fragment	False	DEN0005_000000021399	1.0		0	0	False	False	0.9994282722473145	0					non-mobilizable	other	1749.0	98.571	100.0	0.000561193891847535	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0116_000000036125	1138	0.8557789124140809	2	1	1	1	1	False	4335	fragment	False	SPA0116_000000036125	1.0		0	0	False	False	0.9912126660346985	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000001521	9176	0.8557779277929223	13	3	0	1	2	False	36824	maximal	False	MAD0088_000000001506	0.9809649463496902		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	92.405	1.0	0.029257314328582147	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
MAD0062_000000002076	5982	0.8557779277929223	7	3	0	1	2	False	19775	fragment	False	MAD0062_000000002076	1.0		0	0	False	False	0.9976596236228943	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	0.020255063765941484	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	False
FIJ0101_000000004769	5729	0.8557761781956124	5	5	3	4	3	True	128686	maximal	True	FIJ0101_000000004769	1.0	PS1045|PS1046|PS656|PS658	16	1	False	True	1.0	0					non-mobilizable	no_good_hit	2260.0	99.823	73.0	0.4559031281533804	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
ISR0019_000000007122	2410	0.8557706861254314	4	2	1	1	2	False	37744	maximal	True	ISR0019_000000007122	1.0		2	2	False	False	0.9946057796478271	0					non-mobilizable	no_good_hit								True	False
USA0020_01_000000015672	2225	0.8557706861254314	3	2	1	1	2	False	1792	maximal	True	USA0020_01_000000015672	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0113_01_000000004555	4155	0.8557581428677759	3	3	1	3	2	False	117854	fragment	False	USA0113_01_000000004555	1.0		0	0	False	True	1.0	0					non-mobilizable	other	4155.0	98.291	100.0	0.0011957985518542653	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
ISR0204_000000000447	18488	0.8557558827735239	21	8	5	7	4	True	108288	fragment	False	ISR0204_000000000447	1.0		0	0	False	False	0.9983773231506348	0					non-mobilizable	no_good_hit	598.0	91.304	3.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0084_000000024033	1246	0.8557556793431079	2	1	1	1	1	False	69410	fragment	False	ENG0084_000000024033	0.9853067563110608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	6.0	1.9123876380320944e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0183_000000007984	3467	0.8557556116820875	6	6	5	4	4	False	116621	maximal	True	ENG0183_000000007984	1.0		1	1	False	False	0.9991347193717957	0					non-mobilizable	no_good_hit	3130.0	74.40899999999999	88.0	0.001970689587944979	NZ_LT960488.1	CFB group bacteria	Parabacteroides provencensis strain Marseille-P3668, whole genome shotgun sequence	True	False
MON0106_000000003969	8294	0.8557438326440832	9	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.729989125096855		0	0	False	False	1.0	0					non-mobilizable	plasmid	6123.0	98.024	91.0	0.052954746500615754	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0297_000000005442	2536	0.8557374386403104	4	2	0	1	1	True	84709	fragment	False	ISR0297_000000005442	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2538.0	95.23200000000001	100.0	0.000567292246551116	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ENG0195_000000004485	4896	0.8557354047297538	5	3	0	1	2	True	118862	fragment	False	ENG0195_000000004485	1.0		0	0	False	False	0.9995915293693542	0					non-mobilizable	no_good_hit	3902.0	98.309	81.0	0.0008726368508658924	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
USA0037_01_000000002660	13467	0.8557338109821103	9	3	1	3	2	False	95559	fragment	False	CHI0125_000000001046	0.9809329986396786		0	0	False	False	0.9999257326126099	0					non-mobilizable	no_good_hit	745.0	84.161	6.0	0.025928129045802863	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0190_000000017030	1768	0.8557283834592992	3	3	2	1	2	False	94124	fragment	False	ENG0190_000000017030	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1768.0	100.0	100.0	0.0002723621754138803	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0110_000000013767	1703	0.8557225456817011	2	2	2	2	2	False	95498	fragment	False	ISR0110_000000013767	0.9761343547436653		0	0	False	False	0.9765120148658752	0					non-mobilizable	chromosome	1730.0	81.214	100.0	0.00047747646133406254	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0015_000000011962	1941	0.8557172975865412	4	2	2	2	1	False	7909	fragment	False	SPA0015_000000011962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	76.217	27.0	0.004425408032659344	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
FIJ0149_000000016987	1553	0.8557170584708524	2	2	2	1	2	True	48515	fragment	False	FIJ0149_000000016987	0.9762120533221508		0	0	False	False	1.0	0					non-mobilizable	plasmid	1553.0	97.811	100.0	0.0057113417237064845	CP052182.1	enterobacteria	Klebsiella pneumoniae strain F16KP0037 plasmid pF16KP0037-1, complete sequence	False	True
MAD0043_000000017266	1532	0.8557170584708524	2	2	2	1	2	True	48515	fragment	False	FIJ0149_000000016987	0.9753449023128931		0	0	False	False	0.9954308271408081	0					non-mobilizable	plasmid	1530.0	98.824	99.0	0.020189349424953457	CP053738.1	enterobacteria	Escherichia coli strain CP8-3_Sichuan plasmid pCP8-3-IncFIB, complete sequence	False	True
ISR0181_000000007810	2432	0.8557156155891206	4	3	3	3	3	True	29589	fragment	False	ISR0181_000000007810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1670.0	98.024	69.0	0.005372692301501714	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0062_000000010463	3148	0.855695257986367	7	2	2	2	1	False	23976	fragment	False	SPA0062_000000010463	1.0		0	0	False	False	0.9996823668479919	0					non-mobilizable	no_good_hit	737.0	83.039	40.0	0.001325944126338121	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MON0069_000000011494	3909	0.8556880204819387	7	3	2	2	2	True	77770	fragment	False	MON0069_000000011494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0009_000000001026	7707	0.8556870158142919	11	6	3	4	4	True	47803	fragment	False	MAD0009_000000001026	1.0		0	0	False	False	0.999870240688324	0					non-mobilizable	no_good_hit	59.0	91.525	1.0	3.3642164536866303e-05	LS999826.1	CFB group bacteria	Cytophagales bacterium Alg240-R148 genome assembly, chromosome: I	True	True
AST0149_000000015284	1749	0.8556817161439269	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.8011871296629534		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	97.301	99.0	0.0034794463832785835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0005_000000016954	1624	0.8556817161439269	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.7939920950008517		0	0	False	False	0.9981527328491211	0					non-mobilizable	other	1621.0	97.594	99.0	0.0033853507779615546	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0340_000000014292	1534	0.8556817161439269	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.6563433340873598		0	0	False	False	0.9908735156059265	0					non-mobilizable	other	1476.0	97.561	99.0	0.003084244840947062	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0082_000000031657	1354	0.8556747639098234	2	2	2	2	2	False	69176	maximal	True	DEN0082_000000031657	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	72.34899999999999	35.0	0.0029843212719644152	NZ_MLYO01000026.1	high GC Gram+	Streptomyces monashensis strain MUSC 1 26, whole genome shotgun sequence	True	False
SPA0056_000000006972	4664	0.8556732764393934	6	6	5	5	5	False	104527	fragment	False	SPA0056_000000006972	0.9712362362871791		0	0	False	False	1.0	0					non-mobilizable	chromosome	4664.0	98.542	100.0	0.0019203382892310327	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0025_000000008257	2577	0.855671233985696	3	3	3	3	2	False	81761	fragment	False	ISR0069_000000009332	0.9756023382188731		0	0	False	False	0.9988358616828918	0					non-mobilizable	other	2577.0	99.185	100.0	0.009881544221444792	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0166_000000003841	6529	0.8556630663218909	9	3	3	3	1	False	56186	fragment	False	ENG0166_000000003841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	95.05	3.0	0.0014014042070154295	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
ENG0132_000000002973	6330	0.8556630663218909	11	3	3	3	1	False	58332	fragment	False	ENG0132_000000002973	1.0		0	0	False	False	0.9998420476913452	0					non-mobilizable	no_good_hit	86.0	98.837	2.0	0.0005955967879815575	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
MON0106_000000002363	12051	0.8556598329730206	29	9	2	9	2	True	75518	maximal	True	MON0106_000000002363	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2406.0	90.274	64.0	0.04251586148229539	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0026_01_000000014994	2158	0.8556578817415184	3	2	2	2	2	False	91166	fragment	False	USA0026_01_000000014994	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1838.0	78.4	85.0	0.10697947214076246	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0136_000000021598	1937	0.8556578817415184	2	2	2	2	2	False	91165	fragment	False	SPA0136_000000021598	0.9705797513089504		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	78.42	94.0	0.10686217008797654	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ISR0224_000000016795	1829	0.8556578817415184	2	2	2	2	2	False	91165	fragment	False	SPA0136_000000021598	0.7651893468771842		0	0	False	False	0.9808638691902161	0					non-mobilizable	no_good_hit	1320.0	97.87899999999999	87.0	0.004830475241065637	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0126_000000024535	1791	0.8556578817415184	2	2	2	2	2	False	91165	fragment	False	SPA0136_000000021598	0.9487094900171797		0	0	False	False	1.0	0					non-mobilizable	other	1800.0	78.056	100.0	0.10480938416422288	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ENG0158_000000000822	17395	0.8556540320350523	13	12	8	12	3	True	125648	backbone	True	ENG0158_000000000822	0.9604615220702107	PS934	2	2	True	True	1.0	13					non-mobilizable	other	10212.0	91.765	93.0	0.021315791124484305	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0039_000000007713	2443	0.8556536947085407	3	3	3	3	1	True	73279	fragment	False	DEN0039_000000007713	1.0		0	0	False	False	0.99836266040802	0					non-mobilizable	no_good_hit								True	True
FIJ0163_000000004574	5418	0.8556518594027508	6	6	5	6	6	False	125491	fragment	False	ISR0350_000000002586	0.9502909040747739		0	0	False	False	0.999630868434906	0					non-mobilizable	no_good_hit	1495.0	85.41799999999999	80.0	0.0004174926337577329	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0046_000000014662	2224	0.8556500706963144	5	3	3	2	2	False	110613	fragment	False	MON0046_000000014662	1.0		0	0	False	False	0.9887589812278748	0					non-mobilizable	other	1206.0	98.59	100.0	0.0002954393722857274	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0096_000000002783	10526	0.8556494840132138	14	10	6	7	8	True	125403	fragment	False	MON0037_000000003223	0.6087278752869308		0	0	False	False	0.9996199607849121	0					non-mobilizable	no_good_hit	7219.0	91.96600000000001	68.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ENG0111_000000005328	4051	0.8556391045328113	4	2	2	2	2	True	113417	fragment	False	ISR0151_000000003934	0.9652349981592833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	41.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0273_000000001583	4807	0.8556388167145548	5	3	3	2	2	False	93660	fragment	False	ISR0273_000000001583	1.0		0	0	False	False	0.9977116584777832	0					non-mobilizable	no_good_hit	1820.0	76.09899999999999	38.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0057_000000010957	2200	0.8556325627294007	3	2	2	2	2	False	124241	fragment	False	ENG0057_000000010957	1.0		0	0	False	False	0.9986363649368286	0					non-mobilizable	no_good_hit	1952.0	95.645	89.0	0.008018830784022013	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
ISR0329_000000008212	1898	0.8556311947097541	3	3	3	3	3	False	86592	fragment	False	ISR0329_000000008212	0.9432289637784271		0	0	False	False	1.0	0					non-mobilizable	other	1898.0	98.63	100.0	0.026453034359660867	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0004_000000007401	4486	0.8556225268160363	4	3	2	2	2	True	132358	backbone	False	ISR0371_000000002559	0.07444632883886534	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	4486.0	99.844	100.0	0.6193895870736086	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0786_000000005070	3462	0.8556075608091358	4	4	4	3	3	False	122772	fragment	False	MON0084_000000007784	0.8869356027878561		0	0	False	False	0.9991334676742554	0					non-mobilizable	chromosome	3462.0	99.39299999999999	100.0	0.0014025217024125319	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
ISR0400_000000009170	2024	0.8555971302322065	4	3	3	1	1	False	131757	fragment	False	SPA0021_000000015240	0.9496535796766743		0	0	False	False	1.0	0					non-mobilizable	other	2024.0	99.012	100.0	0.011615755627009646	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
DEN0072_000000002887	6752	0.8555922224751918	7	7	6	5	6	False	99339	maximal	True	DEN0072_000000002887	1.0		0	0	False	False	0.9979265332221985	0					non-mobilizable	no_good_hit	6019.0	99.352	89.0	0.0013699010629539775	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	False
USA0060_01_000000003477	4212	0.8555909436976169	6	3	0	1	2	True	61090	maximal	True	USA0060_01_000000003477	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1713.0	94.68799999999999	44.0	0.007902275502481649	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	True	True
CHI0106_000000014599	1394	0.8555891114104198	3	2	2	1	1	True	115508	fragment	False	MON0088_000000019692	0.6594703093611961		0	0	False	False	0.9942611455917358	0					non-mobilizable	chromosome	1372.0	99.708	98.0	0.0006253435170213397	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	True
DEN0065_000000007449	4196	0.8555741535656716	4	3	3	3	2	False	88716	maximal	True	DEN0065_000000007449	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0036_000000015716	1911	0.8555726334387479	2	2	2	2	1	False	52725	fragment	False	MAD0036_000000015716	1.0		0	0	False	False	0.9921507239341736	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	4.0	0.0027288414462859666	NZ_DS499664.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_3, whole genome shotgun sequence	True	False
AUS0002_000000004314	6708	0.8555572633082353	9	3	2	2	1	False	110801	maximal	True	AUS0002_000000004314	0.9431015036431486		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	93.085	36.0	0.0003211689499634966	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
MON0090_000000031486	1915	0.8555571631240353	3	3	3	3	3	False	82697	fragment	False	MON0090_000000031486	0.9709724646721712		0	0	False	False	0.9994778037071228	0					non-mobilizable	other	1222.0	81.669	97.0	0.016626004002302696	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
CAN0015_000000009204	4490	0.855553741903862	4	4	4	3	3	False	121562	fragment	False	ISR0847_000000004923	0.9717495358883532		0	0	False	False	1.0	0					non-mobilizable	other	4490.0	99.399	100.0	0.0008694239161107602	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0106_000000013992	2799	0.8555523056809979	4	3	3	3	3	False	83645	fragment	False	SPA0106_000000013992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0006_000000005024	5242	0.8555462912662549	5	2	2	2	2	False	89088	maximal	True	ITA0006_000000005024	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	1927.0	94.759	51.0	0.015301486728794616	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0003_000000011702	4183	0.8555399201269184	6	4	0	1	3	True	96765	fragment	False	CAN0003_000000011702	1.0		0	0	False	False	0.9997609257698059	0					non-mobilizable	no_good_hit	1586.0	81.46300000000001	46.0	0.006943156221014973	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	True	True
ISR0372_000000003643	4105	0.8555224623671009	9	7	3	3	5	True	90077	fragment	False	ISR0372_000000003643	1.0		0	0	False	False	0.9970767498016357	0	rep_cluster_1085				non-mobilizable	plasmid	3207.0	99.906	100.0	0.5402763734411864	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
SPA0090_000000009163	3645	0.8555224623671009	8	7	3	3	5	True	90073	fragment	False	SPA0090_000000009163	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	3194.0	99.93700000000001	100.0	0.5380856083586114	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
MAD0056_000000002201	5120	0.8555175097503395	8	3	1	3	1	False	48158	fragment	False	MAD0056_000000002201	1.0		0	0	False	False	0.9974609613418579	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000004204	6440	0.8555166055806401	11	6	6	6	5	False	53577	maximal	True	TAN0009_000000004204	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3235.0	85.44	51.0	0.0008942188124046481	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0166_000000003443	2159	0.8555106626740079	2	2	1	1	2	False	78226	fragment	False	CHI0166_000000003443	1.0		0	0	False	False	0.9981473088264465	0					non-mobilizable	no_good_hit	712.0	90.449	33.0	0.00016587763969416923	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
CHI0010_000000006776	1142	0.8555052416848002	1	1	1	1	1	False	90222	fragment	False	CHI0010_000000006776	1.0		0	0	False	False	0.9991243481636047	0					non-mobilizable	no_good_hit	994.0	92.958	87.0	0.016339976939548674	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0022_000000005895	4309	0.8555046918060094	4	4	4	4	3	False	118752	maximal	False	ISR0170_000000010434	0.9951366373320982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1751.0	79.26899999999999	56.0	0.00048671252418519036	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0089_000000024666	1284	0.8554996263984626	2	2	2	2	1	True	33708	maximal	True	ISR0089_000000024666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	98.84899999999999	74.0	0.00015342449908105953	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
USA0047_01_000000029067	1248	0.8554905931730259	2	2	2	2	1	False	1146	maximal	True	USA0047_01_000000029067	1.0		44	7	False	False	0.9799679517745972	0					non-mobilizable	no_good_hit	280.0	99.64299999999999	22.0	0.0008004062276768425	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	False
SPA0118_000000008581	3401	0.8554894555257269	5	4	2	4	4	False	85586	fragment	False	SPA0118_000000008581	1.0		0	0	False	False	0.999705970287323	0					non-mobilizable	no_good_hit	1446.0	98.617	76.0	0.0003993313005759479	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0073_000000003013	1464	0.8554847150595233	3	1	1	1	1	False	10384	fragment	False	MON0073_000000003013	1.0		0	0	False	False	0.9979507923126221	0					non-mobilizable	other	1372.0	99.854	94.0	0.0029130200719637246	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0008_000000004883	2504	0.8554843750689077	4	4	4	4	2	True	38416	maximal	True	ISR0008_000000004883	1.0		5	2	False	False	0.9876198172569275	0					non-mobilizable	no_good_hit	253.0	81.423	10.0	6.99083445676043e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0224_000000010341	2847	0.8554445102641848	3	2	2	2	2	False	27752	maximal	True	ISR0224_000000010341	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	98.531	78.0	0.003484320557491289	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
TAN0007_000000024339	1680	0.8554431176819342	2	2	2	2	2	False	2810	maximal	True	TAN0007_000000024339	1.0		8	1	False	False	0.9851190447807312	0					non-mobilizable	no_good_hit	48.0	91.667	3.0	0.00010645454277773876	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0064_000000007837	2572	0.8554404419334999	5	1	1	1	1	False	35249	maximal	True	ISR0064_000000007837	1.0		0	0	False	False	0.9996111989021301	0					non-mobilizable	no_good_hit	1282.0	96.958	78.0	0.0003612922586435154	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0106_000000010494	2356	0.8554404419334999	5	1	1	1	1	False	32900	fragment	False	ISR0106_000000010494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	95.462	70.0	0.007288776349340638	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ENG0051_000000016238	1775	0.8554404419334999	3	1	1	1	1	False	64061	fragment	False	ENG0051_000000016238	1.0		0	0	False	False	0.998873233795166	0					non-mobilizable	other	1477.0	97.969	93.0	0.00041628990925669687	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0104_000000003877	8461	0.8554280919010073	6	6	6	6	5	True	8831	maximal	True	MON0104_000000003877	1.0		1	1	False	False	0.9998818039894104	0					non-mobilizable	no_good_hit	80.0	96.25	1.0	0.0005832647872579077	KX904877.1	monocots	Fargesia denudata chloroplast, complete genome	True	True
ENG0154_000000010532	2875	0.8554250613570377	4	4	4	2	1	False	131767	maximal	True	ENG0154_000000010532	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	91.727	43.0	0.026514166883285676	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	True	False
ENG0012_000000013520	1727	0.8554232097406375	3	2	2	2	2	False	67054	maximal	True	ENG0012_000000013520	1.0		30	8	False	False	0.9994209408760071	0					non-mobilizable	no_good_hit								True	False
MON0024_000000019156	2541	0.855421852373989	3	3	3	3	2	False	12939	maximal	True	MON0024_000000019156	1.0		17	5	False	False	0.9948838949203491	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	3.0	0.0013062557403816716	NZ_RHHS01000021.1	firmicutes	Brevibacillus gelatini strain DSM 100115 contig_21, whole genome shotgun sequence	True	False
FIJ0127_000000016182	1204	0.8554179490061103	2	1	1	1	1	False	41039	maximal	True	FIJ0127_000000016182	1.0		3	2	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit								True	False
ENG0010_000000012869	1671	0.8554162180302766	3	2	2	2	2	False	75836	fragment	False	ENG0010_000000012869	0.9620830432331766		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	99.162	100.0	0.006406125329896275	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0025_000000016853	1597	0.8554162180302766	3	2	2	2	2	False	75836	fragment	False	ENG0010_000000012869	0.8219792379417521		0	0	False	False	1.0	0					non-mobilizable	other	1597.0	99.12299999999999	100.0	0.00612226109372123	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0039_000000008321	2311	0.8554077033234917	4	4	4	3	2	False	105538	fragment	False	DEN0039_000000008321	1.0		0	0	False	False	0.9995672702789307	0					non-mobilizable	other	2311.0	99.04799999999999	100.0	0.0011540340734804968	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0022_000000007146	2285	0.8554074398407047	4	2	2	1	1	False	127775	fragment	False	ENG0022_000000007146	1.0		0	0	False	False	0.9938730597496033	0					non-mobilizable	other	2279.0	99.21	99.0	0.04352482215252811	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0376_000000017510	1423	0.8554074398407047	3	2	2	1	1	False	127752	fragment	False	DEN0083_000000022423	0.9693646481555575		0	0	False	False	0.995080828666687	0					non-mobilizable	other	1346.0	99.331	95.0	0.025720951579591523	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0083_000000022423	1375	0.8554074398407047	3	2	2	1	1	False	127752	fragment	False	DEN0083_000000022423	0.9754891943451791		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	99.854	99.0	0.02610341926107244	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0086_000000025490	1139	0.8554011168333001	3	2	2	2	1	False	33874	fragment	False	ISR0086_000000025490	1.0		0	0	False	False	0.998244047164917	0					non-mobilizable	plasmid	1138.0	100.0	99.0	0.024054328509774053	CP029292.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed5	False	True
MON0041_000000050493	1372	0.8554005098589902	2	2	1	1	2	True	76576	fragment	False	MON0041_000000050493	0.9596050870147256		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	100.0	100.0	0.014277977963383391	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ISR0802_000000006654	2385	0.8553940193973948	5	2	2	2	1	False	45015	maximal	True	ISR0802_000000006654	1.0		1	1	False	False	0.99790358543396	0					non-mobilizable	no_good_hit	407.0	99.509	17.0	5.7347621648642426e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
FIJ0002_000000018167	2004	0.8553935274105431	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.18089898208650135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	87.64200000000001	35.0	0.015809472112905416	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0089_000000014046	2059	0.8553853998633363	2	2	2	2	2	False	76299	fragment	False	DEN0007_000000012321	0.9342926561824497		0	0	False	False	0.9995143413543701	0					non-mobilizable	no_good_hit	1778.0	97.63799999999999	86.0	0.0015236731596603454	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ENG0128_000000006124	4103	0.8553810035310218	3	3	2	1	2	True	88271	fragment	False	ENG0128_000000006124	0.9997550220480157		0	0	False	False	0.9995125532150269	0					non-mobilizable	no_good_hit								True	True
ISR0033_000000007010	4082	0.8553810035310218	3	3	2	1	2	True	88271	fragment	False	ENG0128_000000006124	0.99719717280039		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0114_000000018874	2457	0.8553759450190007	3	3	3	3	1	False	4449	maximal	True	SPA0114_000000018874	1.0		5	3	False	False	0.9995930194854736	0					non-mobilizable	chromosome	2457.0	98.087	100.0	0.0006639075935782619	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	False	False
FIJ0112_000000008958	2975	0.8553693779505119	5	4	3	4	3	False	64322	fragment	False	FIJ0112_000000008958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	71.975	21.0	0.0012440483818499058	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
SPA0038_000000008888	3245	0.8553670900549385	4	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.9765208717206132		0	0	False	False	1.0	0					non-mobilizable	chromosome	3245.0	98.49	100.0	0.0005885611222721217	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0037_000000029379	1222	0.8553582570560907	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.020371678539062906		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	78.247	100.0	0.017026439089692102	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0008_000000017944	1699	0.8553543467431429	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.385768774605377		0	0	False	False	1.0	0					non-mobilizable	other	1699.0	96.99799999999999	100.0	0.0005279338281455616	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0028_000000003785	7681	0.8553539705485234	11	7	7	6	4	False	116174	fragment	False	FIJ0043_000000002958	0.9635728542914171		0	0	False	False	0.9983075261116028	0					non-mobilizable	no_good_hit	1669.0	95.506	44.0	0.0003771619502191476	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0035_000000010154	2708	0.8553511718251056	3	3	3	3	2	False	12208	maximal	True	MON0035_000000010154	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	72.024	18.0	0.01123850607333409	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
ENG0006_000000011688	1948	0.8553485256179154	3	3	3	2	1	True	67603	fragment	False	ENG0006_000000011688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	82.552	71.0	0.005842139551411674	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
SPA0116_000000018566	2179	0.8553415335355984	3	3	3	3	3	False	88338	maximal	False	DEN0011_000000020048	0.9768122467357045		0	0	False	False	1.0	0					non-mobilizable	other	2179.0	98.76100000000001	100.0	0.04499070439991737	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0253_000000007140	1740	0.8553355497830735	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.34170137477449125		0	0	False	False	1.0	0					non-mobilizable	other	1740.0	99.54	100.0	0.017937636027932788	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0005_000000021866	1714	0.8553355497830735	2	2	2	1	2	False	107855	fragment	False	AST0104_000000017558	0.598000109013537		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	94.962	99.0	0.005855368279985567	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0020_000000006674	1628	0.8553355497830735	2	2	2	1	2	False	107855	fragment	False	AST0104_000000017558	0.35256331603085195		0	0	False	False	0.9938575029373169	0					non-mobilizable	other	1630.0	94.72399999999999	100.0	0.005594213356699827	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0036_01_000000004378	8995	0.8553312316456402	12	5	3	5	2	True	90941	fragment	False	USA0036_01_000000004378	1.0		0	0	False	False	0.9983323812484741	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000004603	4926	0.8553299192335476	5	4	4	4	3	False	115563	fragment	False	ISR0074_000000004890	0.6746741650117529		0	0	False	False	1.0	0					non-mobilizable	other	4617.0	98.809	94.0	0.026857998822631127	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0120_000000021597	1883	0.8553251250897643	2	2	2	2	2	False	4174	fragment	False	SPA0120_000000021597	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1884.0	98.992	100.0	0.002456762032001837	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0171_000000008486	3072	0.8553196525050857	2	2	2	2	2	False	127574	fragment	False	MAD0004_000000002298	0.11117023228505377		0	0	False	False	0.9944661259651184	0					non-mobilizable	chromosome	3089.0	86.85700000000001	100.0	0.0013341432714649864	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
AST0102_000000004495	6113	0.8553178070957708	9	8	5	6	5	False	132108	maximal	True	AST0102_000000004495	1.0		48	4	False	False	1.0	0					non-mobilizable	no_good_hit	2061.0	75.255	76.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0076_000000004237	1978	0.8553176232006925	3	3	3	3	2	False	84592	maximal	True	CHI0076_000000004237	1.0		1	1	False	False	0.9994944334030151	0					non-mobilizable	chromosome	1978.0	99.34299999999999	100.0	0.0011861285950585776	CP017686.1	euryarchaeotes	Candidatus Methanomethylophilus alvus strain Mx-05 chromosome, complete genome	False	False
AUS0006_000000012986	1950	0.8553067182582071	3	3	3	3	2	False	120936	fragment	False	AUS0006_000000012986	0.973725026758412		0	0	False	False	0.9989743828773499	0					non-mobilizable	other	1951.0	99.69200000000001	100.0	0.020302560204899685	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0027_000000000889	12899	0.8552987012587737	7	6	6	6	3	False	88850	maximal	True	CHI0027_000000000889	1.0		2	1	False	False	0.9998449683189392	0					non-mobilizable	no_good_hit	844.0	74.645	7.0	0.0022962709544988025	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0008_000000000494	12889	0.8552968069341207	16	8	7	8	4	True	50038	maximal	True	MAD0008_000000000494	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	77.436	1.0	0.0005612765697567898	NZ_KB899638.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
DEN0077_000000006196	2019	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.37495080622068533		0	0	False	False	1.0	0					non-mobilizable	other	2032.0	92.71700000000001	100.0	0.010092481101579323	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
CAN0018_000000017860	1929	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.23046413570191185		0	0	False	False	0.9942975640296936	0					non-mobilizable	other	1761.0	96.366	100.0	0.0005658024374859072	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
ISR0334_000000011199	1877	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2557602919000377		0	0	False	False	1.0	0					non-mobilizable	other	1880.0	95.426	100.0	0.0006005418708278504	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
ENG0164_000000011442	1757	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2422953192573794		0	0	False	False	0.9994308352470398	0					non-mobilizable	chromosome	1686.0	92.764	97.0	0.0003801032251758656	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
FIJ0142_000000020882	1711	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2700058559754483		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	88.876	100.0	0.0005313559095301234	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0052_000000012378	1664	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.3119385890473823		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	99.15899999999999	100.0	0.007035103601736144	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
ISR0378_000000018437	1661	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.17044195476775423		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	98.796	100.0	0.0005692626300002092	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
CHI0093_000000004132	1558	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.16969048664929764		0	0	False	False	0.9993581771850586	0					non-mobilizable	other	1486.0	99.596	95.0	0.0005089070740483798	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ISR0078_000000012974	1557	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.22846841649316132		0	0	False	False	0.9993577599525452	0					non-mobilizable	other	1557.0	97.945	100.0	0.00053325505400622	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ISR0226_000000005569	1445	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.09361667834482443		0	0	False	False	0.9785467386245728	0					non-mobilizable	other	1358.0	96.686	100.0	0.0004060830462273329	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
USA0030_01_000000011701	1416	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.13549712114902304		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	98.023	100.0	0.00048490202338572034	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
AST0150_000000019693	1413	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.10631991017399628		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	96.40299999999999	100.0	0.0004852449526809012	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
MAD0041_000000030793	1234	0.8552949661858549	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.03823697927152705		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	99.271	100.0	0.005216044943439967	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
SPA0057_000000012667	2503	0.8552941632339802	3	2	0	2	2	False	117730	maximal	True	SPA0057_000000012667	1.0	PS794	1	1	False	True	0.9992009401321411	0					non-mobilizable	no_good_hit	1602.0	99.376	86.0	0.02085748902408838	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
FIJ0064_000000007141	3781	0.8552926332647985	6	4	3	4	2	False	45514	maximal	True	FIJ0064_000000007141	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	98.991	25.0	0.00031736069877768045	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
FIJ0037_000000026097	1297	0.855291977888973	2	2	1	1	2	False	67349	fragment	False	FIJ0037_000000026097	1.0		0	0	False	False	0.9946029186248779	0					non-mobilizable	other	1297.0	99.152	100.0	0.000387828760435242	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0094_000000012935	2720	0.8552877662488955	4	3	3	3	2	True	68373	fragment	False	DEN0094_000000012935	1.0		0	0	False	False	0.998161792755127	0					non-mobilizable	other	2651.0	95.964	97.0	0.0008999756405234331	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0022_000000000570	14687	0.8552857962978225	6	5	2	5	2	False	108038	fragment	False	ISR0246_000000000532	0.932865793376174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	84.0	1.0	0.1423611111111111	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
ISR0306_000000003186	2919	0.8552849207252358	4	2	2	2	2	False	25456	fragment	False	ISR0306_000000003186	1.0		0	0	False	False	0.9976019263267517	0					non-mobilizable	no_good_hit								True	False
ISR0164_000000004188	5454	0.855284632022925	8	4	0	2	3	True	125144	backbone	False	FIJ0072_000000004736	0.958038300216425	PS917|PS919|PS920	0	0	True	True	0.9998166561126709	37	rep_cluster_233				non-mobilizable	no_good_hit	1666.0	89.976	36.0	0.28327880144653006	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0153_000000004801	5355	0.855284632022925	8	4	0	2	3	True	125144	backbone	False	FIJ0072_000000004736	0.9559129281503221	PS917|PS919|PS920	0	0	True	True	1.0	49	rep_cluster_233				non-mobilizable	no_good_hit	1539.0	94.867	33.0	0.15678268857813615	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0113_000000002657	5341	0.855284632022925	8	4	0	2	3	True	125144	backbone	False	FIJ0072_000000004736	0.9593968755741404	PS917|PS919|PS920	0	0	True	True	1.0	12	rep_cluster_233				non-mobilizable	no_good_hit	1626.0	90.098	35.0	0.27673497503013605	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
FIJ0072_000000004736	5340	0.855284632022925	7	4	0	2	3	True	125144	backbone	True	FIJ0072_000000004736	0.9624505943281452	PS917|PS919|PS920	3	1	True	True	1.0	4	rep_cluster_233				non-mobilizable	no_good_hit	1603.0	91.01700000000001	36.0	0.27294644394696055	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
FIJ0004_000000004939	5340	0.855284632022925	7	4	0	2	3	True	125144	backbone	False	FIJ0072_000000004736	0.9584820575315065	PS917|PS919|PS920	0	0	True	True	1.0	2	rep_cluster_233				non-mobilizable	no_good_hit	1603.0	91.01700000000001	36.0	0.27294644394696055	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0781_000000004466	5337	0.855284632022925	7	4	0	2	3	True	125144	backbone	False	FIJ0072_000000004736	0.9347929721807556	PS917|PS919|PS920	0	0	True	True	1.0	28	rep_cluster_233				non-mobilizable	no_good_hit	1552.0	97.42299999999999	34.0	0.15821169745840563	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0378_000000003706	5336	0.855284632022925	7	4	0	2	3	True	125144	backbone	False	FIJ0072_000000004736	0.9533660212806876	PS917|PS919|PS920	0	0	True	True	1.0	5	rep_cluster_233				non-mobilizable	no_good_hit	1539.0	94.932	33.0	0.15678268857813615	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0357_000000004099	5335	0.855284632022925	7	4	0	2	3	True	125144	backbone	False	FIJ0072_000000004736	0.9529727067179149	PS917|PS919|PS920	0	0	True	True	1.0	22	rep_cluster_233				non-mobilizable	no_good_hit	1539.0	94.867	33.0	0.15678268857813615	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
FIJ0087_000000005460	5292	0.855284632022925	7	4	0	2	3	True	125144	backbone	False	FIJ0072_000000004736	0.9602999623321742	PS917|PS919|PS920	0	0	True	True	1.0	3	rep_cluster_233				non-mobilizable	no_good_hit	1555.0	90.675	36.0	0.264680557947305	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0106_000000004070	5273	0.855284632022925	7	4	0	2	3	True	125144	backbone	False	FIJ0072_000000004736	0.9486896700386275	PS917|PS919|PS920	0	0	True	True	0.9992414116859436	2	rep_cluster_233				non-mobilizable	no_good_hit	1536.0	93.49	34.0	0.26399173411400034	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0255_000000024779	1365	0.8552842316254803	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.20876067028916673		0	0	False	False	0.9970695972442627	0					non-mobilizable	other	1365.0	99.194	100.0	0.007831878732200275	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0167_000000023760	1154	0.8552842316254803	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.05434534090232807		0	0	False	False	0.998266875743866	0					non-mobilizable	other	1140.0	97.368	99.0	0.0003653539181478804	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0091_000000003395	6412	0.8552782898118784	6	6	6	5	5	True	112062	maximal	True	ENG0091_000000003395	1.0		15	6	False	False	0.9961010813713074	0					non-mobilizable	no_good_hit	3888.0	92.876	78.0	0.013887449846905781	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
SPA0086_000000007695	1811	0.8552631252241771	2	2	2	2	1	True	116462	maximal	True	SPA0086_000000007695	1.0		26	8	False	False	0.9950303435325623	0					non-mobilizable	other	1156.0	93.25299999999999	99.0	0.0003469396728527536	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	True
SPA0075_000000003354	4484	0.8552628600502301	5	5	5	5	5	False	78526	maximal	True	SPA0075_000000003354	1.0		5	3	False	False	0.9991079568862915	0					non-mobilizable	no_good_hit	975.0	73.128	21.0	0.00023439007461008746	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0785_000000030922	1257	0.8552607369214238	2	2	1	1	2	True	94668	fragment	False	ISR0785_000000030922	1.0		0	0	False	False	1.0	0					non-mobilizable	other	758.0	96.306	96.0	0.0001466148149912777	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0067_000000029758	1138	0.8552589026948273	2	2	2	1	1	False	45146	fragment	False	FIJ0067_000000029758	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	99.03299999999999	100.0	0.0002204600926514078	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
FIJ0145_000000013635	1250	0.8552523234035898	2	2	2	1	1	False	40011	maximal	True	FIJ0145_000000013635	1.0		8	3	False	False	0.9775999784469604	0					non-mobilizable	chromosome	1159.0	88.611	92.0	0.00022168333086053843	CP031789.1	enterobacteria	Klebsiella pneumoniae strain KSB1_1I-sc-2280289 chromosome, complete genome	False	False
FIJ0130_000000007503	2804	0.8552513814027031	3	3	3	3	2	False	40883	maximal	True	FIJ0130_000000007503	1.0		9	2	False	False	1.0	0					non-mobilizable	other	2804.0	99.073	100.0	0.006722290039355255	NZ_FNWH01000005.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
SPA0126_000000013773	2956	0.8552474849741973	4	4	4	4	3	False	109890	maximal	False	ENG0063_000000009697	0.6562570717356868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	75.445	10.0	0.0005389538520764159	NZ_LGUI01000009.1	high GC Gram+	Streptomyces eurocidicus strain ATCC 27428 Seur_scaffold10, whole genome shotgun sequence	True	False
ISR0844_000000004538	2895	0.8552380441595859	5	4	2	3	2	True	41922	fragment	False	ISR0844_000000004538	1.0		0	0	False	False	0.9989637136459351	0					non-mobilizable	no_good_hit	1484.0	74.124	51.0	0.2140210463909886	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ISR0399_000000014904	1189	0.8552272500725138	2	1	0	1	0	True	22573	fragment	False	ISR0399_000000014904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	93.991	78.0	0.0004781511625339033	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
MAD0095_000000018441	1930	0.8552261183483246	3	3	3	3	3	False	35446	fragment	False	MAD0095_000000018441	1.0		0	0	False	False	0.9984455704689026	0					non-mobilizable	no_good_hit	103.0	77.67	5.0	0.00029563844600607244	NZ_SMOD01000005.1	b-proteobacteria	Paraburkholderia guartelaensis strain CNPSo 3008 scaffold5.1, whole genome shotgun sequence	True	False
AST0012_000000003541	5056	0.8552181449488766	6	1	1	1	1	False	125586	maximal	True	AST0012_000000003541	1.0		1	1	False	False	0.9998022317886353	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000016114	1483	0.8552181449488766	3	1	1	1	1	False	18218	fragment	False	MAD0048_000000016114	0.9847542846687848		0	0	False	False	0.9932569265365601	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000032013	1423	0.8552181449488766	2	1	1	1	1	False	88148	maximal	True	MAD0098_000000032013	1.0		0	0	False	False	0.9803232550621033	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000027169	1373	0.8552181449488766	2	1	1	1	1	False	18218	fragment	False	MAD0048_000000016114	0.9664280611229326		0	0	False	False	0.9992716908454895	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.351970601063484e-05	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MAD0086_000000008411	1311	0.8552181449488766	2	1	1	1	1	False	18218	fragment	False	MAD0048_000000016114	0.6472444768147608		0	0	False	False	0.9893211126327515	0					non-mobilizable	no_good_hit								True	False
MAD0056_000000010900	1304	0.8552181449488766	3	1	1	1	1	False	17038	fragment	False	MAD0056_000000010900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0092_000000016390	1156	0.8552181449488766	1	1	1	1	1	False	15866	fragment	False	MAD0092_000000016390	0.9839501206653919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000023390	1153	0.8552181449488766	1	1	1	1	1	False	15866	fragment	False	MAD0092_000000016390	0.9753876370502992		0	0	False	False	0.9947961568832397	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000027344	1119	0.8552181449488766	1	1	1	1	1	False	15866	fragment	False	MAD0092_000000016390	0.9627464985279862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0072_000000013656	1591	0.8552177806102879	2	2	1	2	2	True	87536	fragment	False	MON0072_000000013656	1.0		0	0	False	False	0.9993714690208435	0					non-mobilizable	other	1594.0	98.369	100.0	0.012238583095360885	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0093_000000014161	1186	0.8552167798881002	2	2	2	2	2	False	109442	maximal	True	AST0093_000000014161	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	1112.0	99.01100000000001	100.0	0.029455630126771066	CP047411.1	firmicutes	Lactobacillus sp. 3B(2020) plasmid unnamed, complete sequence	False	True
DEN0010_000000038350	1233	0.855205740747961	2	2	2	2	1	False	75833	fragment	False	DEN0010_000000038350	0.9820208799058766		0	0	False	False	0.9959448575973511	0					non-mobilizable	other	1233.0	99.27	100.0	0.0047259559319953355	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0188_000000009367	2290	0.8552035625697075	3	2	2	2	2	False	112453	fragment	False	ISR0328_000000011990	0.8179633482806755		0	0	False	False	1.0	0					non-mobilizable	other	2290.0	99.083	100.0	0.00725377107364685	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0121_000000005911	2999	0.8552009429385659	3	3	3	2	2	False	93984	fragment	False	ENG0121_000000005911	0.9612521150592217		0	0	False	False	0.9983327984809875	0					non-mobilizable	other	2959.0	98.10700000000001	100.0	0.0007918614743191316	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0106_000000011116	2237	0.8551973516934918	3	2	2	2	2	False	32896	maximal	True	ISR0106_000000011116	1.0		16	6	False	False	0.9995529651641846	0					non-mobilizable	no_good_hit	1499.0	93.396	67.0	0.014771077913486507	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	True	False
MON0045_000000017517	1139	0.8551960634056447	2	2	2	2	1	False	11550	maximal	True	MON0045_000000017517	1.0		4	3	False	False	0.990342378616333	0					non-mobilizable	other	1122.0	97.148	99.0	0.004051773057335661	NZ_QRUP01000002.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf2, whole genome shotgun sequence	False	False
ENG0180_000000001349	8863	0.8551909232305429	11	6	2	3	6	False	108283	maximal	True	ENG0180_000000001349	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	96.454	24.0	0.09079165897767116	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AST0024_000000006250	4946	0.8551866676156511	4	4	4	3	2	False	121741	maximal	True	AST0024_000000006250	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	96.512	19.0	0.0003301280058242266	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	False
ISR0119_000000001035	23242	0.8551729820989732	34	8	4	8	4	True	89492	maximal	True	ISR0119_000000001035	1.0		1	1	False	False	0.9999569654464722	0					non-mobilizable	no_good_hit	633.0	99.684	3.0	0.9984202211690363	EU061676.1	bacteria	Uncultured bacterium clone HA0AAA10ZC08RM1 genomic sequence	True	True
ISR0068_000000011536	1801	0.8551699587328536	2	2	1	2	1	False	35022	fragment	False	ISR0068_000000011536	1.0		0	0	False	False	0.9850082993507385	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000005041	3420	0.8551652330214358	4	2	0	1	1	True	118857	fragment	False	CAN0012_000000012374	0.17315672362041434		0	0	False	False	1.0	0					non-mobilizable	chromosome	3420.0	98.684	100.0	0.0007648155327122497	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ISR0186_000000016328	1889	0.8551557757776105	3	1	1	1	1	False	84829	fragment	False	ISR0186_000000016328	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1889.0	96.771	100.0	0.01268002187607608	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0086_000000003924	2221	0.8551516665486197	5	1	1	1	1	False	16031	maximal	True	MAD0086_000000003924	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0146_000000002157	7460	0.8551516343103686	7	7	7	7	7	False	46226	maximal	True	FIJ0146_000000002157	1.0		21	7	False	False	1.0	0					non-mobilizable	chromosome	7460.0	99.625	100.0	0.001448614484435794	CP052324.1	enterobacteria	Klebsiella pneumoniae strain E16KP0032 chromosome, complete genome	False	False
FIJ0152_000000004499	4823	0.8551505408178138	6	3	1	3	0	True	66010	fragment	False	FIJ0152_000000004499	1.0		0	0	False	False	0.9975119233131409	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	True
CHI0081_000000002844	3735	0.8551453791269991	6	6	5	5	4	False	105608	fragment	False	DEN0010_000000010219	0.7021588807936968		0	0	False	False	1.0	0					non-mobilizable	other	3735.0	99.197	100.0	0.014926029588164734	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
AUS0008_000000002068	7849	0.8551432336398115	5	5	5	5	4	False	116642	fragment	False	USA0120_01_000000001232	0.7995517521727193		0	0	False	False	1.0	0					non-mobilizable	other	7849.0	99.98700000000001	100.0	0.0016311331948699115	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ENG0179_000000001077	17964	0.8551375239414076	24	13	8	11	8	False	113806	maximal	True	ENG0179_000000001077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5186.0	92.538	31.0	0.0018024128839582117	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0076_000000001338	5092	0.855136133284769	6	5	2	3	4	False	97432	fragment	False	CHI0076_000000001338	0.9884148982243395		0	0	False	False	0.9990180730819702	0					non-mobilizable	no_good_hit	1135.0	83.26	62.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
CAN0001_000000010292	4618	0.855136133284769	6	5	2	3	4	False	97432	fragment	False	CHI0076_000000001338	0.9431461115475255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	93.914	49.0	0.05824929407018959	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ENG0156_000000001935	8238	0.8551334626030275	16	6	1	4	5	False	88500	fragment	False	ENG0156_000000001935	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3831.0	94.675	77.0	0.0012255696379643542	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
AST0025_000000033006	1182	0.855132640426528	2	1	1	1	1	False	119650	fragment	False	AST0025_000000033006	1.0		0	0	False	False	0.9991539716720581	0					non-mobilizable	no_good_hit								True	False
MAD0059_000000001001	14043	0.8551316203939675	18	10	9	10	9	False	47575	maximal	True	MAD0059_000000001001	1.0		2	1	False	False	0.9999287724494934	0					non-mobilizable	no_good_hit	2497.0	84.101	18.0	0.0007167270426072027	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
MON0060_000000032244	1321	0.8551233036001247	2	2	2	2	2	False	115880	fragment	False	ISR0032_000000025396	0.977031967127675		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	99.319	100.0	0.005528124332541806	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0017_000000011404	2491	0.8551209260750888	4	4	4	4	4	False	50148	fragment	False	FIJ0017_000000011404	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	2491.0	98.193	100.0	0.02806361085126286	CP041436.1	enterobacteria	Escherichia coli strain STEC309 plasmid pSTEC309, complete sequence	False	True
ENG0097_000000004495	6793	0.8551153461244982	11	8	5	6	6	True	104949	maximal	True	ENG0097_000000004495	1.0		1	1	False	False	0.9998527765274048	0					non-mobilizable	no_good_hit	2874.0	96.695	61.0	0.23170633319887052	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0366_000000007084	2535	0.8550976168106607	4	2	1	2	1	False	86463	fragment	False	ISR0366_000000007084	1.0		0	0	False	False	0.9944773316383362	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.0002079702107431469	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
ISR0359_000000011884	2216	0.8550976168106607	3	2	1	2	1	False	86462	fragment	False	ISR0359_000000011884	1.0		0	0	False	False	0.9995487332344055	0					non-mobilizable	no_good_hit	131.0	99.23700000000001	6.0	0.0006437173189668832	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
DEN0035_000000007332	4130	0.8550954183023629	5	3	2	3	3	True	120763	fragment	False	DEN0035_000000007332	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4131.0	97.289	100.0	0.0007687058901483919	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
MAD0025_000000001879	5092	0.8550953392636402	8	2	1	2	1	False	19155	maximal	True	MAD0025_000000001879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0022_000000017797	1475	0.8550933700838089	2	2	1	2	2	False	78242	fragment	False	ISR0022_000000017797	0.770040943901684		0	0	False	False	0.9993220567703247	0					non-mobilizable	no_good_hit	1166.0	89.96600000000001	79.0	0.00035075919041768045	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0204_000000002185	8575	0.855092123868544	13	2	2	2	2	False	73747	maximal	True	ENG0204_000000002185	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	2.0	1.7162453161826487e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0028_000000001166	7503	0.855092123868544	12	2	2	2	2	False	88729	maximal	True	CHI0028_000000001166	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	100.0	3.0	3.5264967249760775e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0020_000000005779	3997	0.8550826958183416	6	6	5	6	5	False	98140	fragment	False	FIJ0020_000000005779	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3997.0	99.7	100.0	0.0008462637750818945	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
SPA0131_000000015620	1735	0.8550801388606822	2	2	1	2	1	True	14106	fragment	False	SPA0131_000000015620	1.0		0	0	False	False	0.9884726405143738	0					non-mobilizable	no_good_hit								True	True
AST0016_000000007871	3382	0.8550728723038717	4	4	1	3	4	True	123477	fragment	False	AST0016_000000007871	0.9883683875079669		0	0	False	False	1.0	0					non-mobilizable	chromosome	3391.0	97.464	100.0	0.0006186654554645119	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
MAD0096_000000014495	1351	0.8550701261029408	2	2	2	1	1	False	15468	maximal	True	MAD0096_000000014495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	77.167	34.0	0.0011946756006135236	NZ_QGDL01000003.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_103, whole genome shotgun sequence	True	False
MON0008_000000009421	3355	0.8550578248168083	4	4	2	3	3	False	13870	fragment	False	MON0008_000000009421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000001083	15717	0.8550514101343627	19	7	5	5	3	True	51470	fragment	False	MAD0046_000000001083	1.0		0	0	False	False	0.9996182322502136	0					non-mobilizable	no_good_hit	77.0	96.104	1.0	1.6008438974988077e-05	NZ_SNXL01000001.1	enterobacteria	Erwinia aphidicola strain LJJL-01 Ga0171614_11, whole genome shotgun sequence	True	True
ISR0087_000000008587	3395	0.8550503318045022	3	1	1	1	1	True	100360	fragment	False	ISR0087_000000008587	1.0		0	0	False	False	0.99970543384552	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	4.1967016134108914e-05	NG_046919.2	primates	Homo sapiens neuroligin 1 (NLGN1), RefSeqGene on chromosome 3	True	True
FIJ0033_000000012564	2787	0.8550503318045022	2	1	1	1	1	True	100359	fragment	False	FIJ0033_000000012564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0089_000000008138	2367	0.8550503318045022	3	1	1	1	1	True	68847	maximal	True	DEN0089_000000008138	1.0		1	1	False	False	0.9826784729957581	0					non-mobilizable	no_good_hit								True	True
AUS0016_000000013284	2131	0.8550503318045022	2	1	1	1	1	True	100358	fragment	False	AUS0016_000000013284	1.0		0	0	False	False	0.992961049079895	0					non-mobilizable	no_good_hit								True	True
FIJ0160_000000009775	1881	0.8550503318045022	2	1	1	1	1	True	71664	maximal	True	FIJ0160_000000009775	1.0		2	1	False	False	0.9994683861732483	0					non-mobilizable	no_good_hit	261.0	100.0	14.0	8.325309549418237e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0141_000000018911	1666	0.8550503318045022	2	1	1	1	1	True	71663	maximal	True	ISR0141_000000018911	1.0		1	1	False	False	0.9879952073097229	0					non-mobilizable	no_good_hit								True	True
FIJ0099_000000013303	1655	0.8550503318045022	1	1	1	1	1	True	42768	fragment	False	FIJ0099_000000013303	1.0		0	0	False	False	0.9969788789749146	0					non-mobilizable	no_good_hit								True	True
DEN0062_000000014651	1464	0.8550503318045022	2	1	1	1	1	True	71662	fragment	False	DEN0062_000000014651	0.9736842105263158		0	0	False	False	0.9747267961502075	0					non-mobilizable	no_good_hit								True	True
ISR0114_000000019704	1425	0.8550503318045022	2	1	1	1	1	True	71662	fragment	False	DEN0062_000000014651	0.9610655737704918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0182_000000023182	1256	0.8550483671761893	2	1	0	1	1	False	77317	fragment	False	CHI0182_000000023182	1.0		0	0	False	False	0.9960191249847412	0					non-mobilizable	chromosome	1256.0	98.32799999999999	100.0	0.00018504369242818903	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
ISR0112_000000023232	1604	0.8550404762221109	3	2	2	1	1	False	32621	maximal	True	ISR0112_000000023232	1.0		3	2	False	False	0.9850373864173889	0					non-mobilizable	other	1443.0	97.29700000000001	90.0	0.007140310568848043	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
SPA0134_000000005838	5057	0.8550395971108969	6	5	5	5	1	True	3675	maximal	True	SPA0134_000000005838	1.0		43	10	False	False	1.0	0					non-mobilizable	no_good_hit	2093.0	97.898	54.0	0.00047309276419210417	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0149_000000027118	1482	0.8550344308997715	2	2	2	2	2	False	7191	fragment	False	SPA0149_000000027118	0.9915907498248072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	91.009	74.0	0.00017913436459443386	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
USA0051_01_000000010367	1972	0.8550329063613016	3	3	1	2	2	False	109872	fragment	False	FIJ0150_000000010948	0.9804750832424293		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1976.0	99.74700000000001	100.0	0.4882512985406876	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
FIJ0144_000000001378	18366	0.855032286383165	15	9	8	9	7	True	49152	fragment	False	FIJ0144_000000001378	0.9999272356697514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0052_000000001131	18332	0.855032286383165	15	9	8	9	7	True	49152	fragment	False	FIJ0144_000000001378	0.9993466187520418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0112_000000000993	18316	0.855032286383165	14	9	8	9	7	True	49152	fragment	False	FIJ0144_000000001378	0.9987652968368099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0024_000000015577	2207	0.8550218391567304	4	3	2	3	1	False	121447	fragment	False	AST0024_000000015577	1.0		0	0	False	False	0.9963751435279846	0					non-mobilizable	no_good_hit	369.0	98.645	17.0	0.0037188621090394622	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0316_000000013626	1569	0.8550178936880766	2	2	1	2	1	False	67351	fragment	False	ISR0316_000000013626	1.0		0	0	False	False	0.9987252950668335	0					non-mobilizable	other	1452.0	98.34700000000001	93.0	0.02517261718885535	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0043_000000016024	1386	0.8550125181458591	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.12485159793196368		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	99.46600000000001	94.0	0.005537552985371384	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
ENG0156_000000013557	1301	0.8550125181458591	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.1243004547240533		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	99.616	100.0	0.005499479664616348	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
AST0028_000000012375	1287	0.8550125181458591	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.12606045145120914		0	0	False	False	0.999222993850708	0					non-mobilizable	other	1288.0	98.214	100.0	0.00041397824732482236	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
ISR0063_000000015412	1287	0.8550125181458591	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.12361002845700826		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	99.611	100.0	0.005436024130024621	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
FIJ0098_000000004046	5427	0.8550116303310266	8	4	3	4	1	False	126272	maximal	True	FIJ0098_000000004046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	74.765	14.0	0.005058395215515165	NZ_JADU01000009.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
USA0011_01_000000012259	3040	0.8549995514489809	7	5	2	2	5	False	63436	maximal	True	USA0011_01_000000012259	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	94.30799999999999	76.0	0.0002534322185425315	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0103_000000018867	1585	0.854997078198991	3	3	2	3	2	False	74304	fragment	False	ISR0103_000000018867	1.0		0	0	False	False	0.9993690848350525	0					non-mobilizable	other	1586.0	77.112	99.0	0.006341104895675962	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0036_000000009536	1448	0.8549936660994236	3	3	3	1	1	False	36747	maximal	True	ISR0036_000000009536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	430.0	78.372	29.0	0.00176707760208399	CP014152.1	firmicutes	Clostridium botulinum strain BrDura plasmid pRSJ20_1, complete sequence	True	False
FIJ0114_000000001427	16996	0.8549866740510494	23	11	7	10	6	True	71447	maximal	True	FIJ0114_000000001427	1.0		1	1	False	False	0.9999411702156067	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0016994416120417577	NC_041657.1	flies	Palesisa nudioculata mitochondrion, complete genome	True	True
ENG0016_000000009380	2420	0.8549714754177071	3	2	2	2	2	False	93589	fragment	False	ENG0016_000000009380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	72.40100000000001	22.0	0.0014786413927004676	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
DEN0051_000000004998	7378	0.8549612760435431	8	2	1	2	2	False	95557	fragment	False	DEN0051_000000004998	0.9943489958233338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	83.492	14.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0096_000000005170	7355	0.8549612760435431	8	2	1	2	2	False	95557	fragment	False	DEN0051_000000004998	0.9931563067295025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	83.492	15.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0005_000000003610	7304	0.8549612760435431	8	2	1	2	2	False	95557	fragment	False	DEN0051_000000004998	0.9918560529236142		0	0	False	False	0.9998630881309509	0					non-mobilizable	no_good_hit	733.0	83.35600000000001	14.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0007_000000003919	7304	0.8549612760435431	8	2	1	2	2	False	95557	fragment	False	DEN0051_000000004998	0.9920732529371034		0	0	False	False	0.9994523525238037	0					non-mobilizable	no_good_hit	733.0	83.492	14.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0096_000000002131	6927	0.8549612760435431	8	2	1	2	2	False	95557	fragment	False	DEN0051_000000004998	0.9400846977427311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	83.46799999999999	13.0	0.025928129045802863	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0189_000000001947	5193	0.8549612760435431	8	2	1	2	2	False	95556	fragment	False	ISR0189_000000001947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	94.167	23.0	0.016760558452010216	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0026_000000007981	3830	0.8549590396297467	5	5	4	5	4	False	75930	fragment	False	FIJ0026_000000007981	0.9954467842914059		0	0	False	True	0.9986945390701294	0					non-mobilizable	no_good_hit	720.0	80.833	19.0	0.00020049713221988915	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0031_000000009881	2141	0.8549536665320552	2	2	2	2	2	False	65702	maximal	True	ENG0031_000000009881	1.0		1	1	False	False	0.9911256432533264	0					non-mobilizable	no_good_hit	1320.0	80.90899999999999	60.0	0.0004003292072164623	NZ_CP017253.2	firmicutes	Clostridium taeniosporum strain 1/k chromosome, complete genome	True	False
SPA0041_000000003784	8532	0.8549513895182318	14	9	6	8	6	False	31026	maximal	True	SPA0041_000000003784	1.0		3	1	False	False	0.9984763264656067	0					non-mobilizable	no_good_hit	320.0	80.938	4.0	0.0015234598397723942	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0042_000000020281	1584	0.8549500201942143	2	2	2	2	2	False	36350	fragment	False	ISR0042_000000020281	1.0		0	0	False	False	0.9987373948097229	0					non-mobilizable	other	1584.0	98.359	100.0	0.0009302156125790066	NZ_SRRP01000001.1	firmicutes	Streptococcus rubneri strain DSM 26920 contig1, whole genome shotgun sequence	False	False
DEN0010_000000011022	3918	0.8549489097645961	4	4	3	4	3	False	105349	maximal	True	DEN0010_000000011022	1.0		2	2	False	False	0.9989790916442871	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.720746069685804e-07	LR738625.1	rodents	Sciurus vulgaris genome assembly, chromosome: 14	True	False
ISR0059_000000006183	2628	0.8549461807106171	3	3	3	1	2	False	96007	maximal	True	ISR0059_000000006183	1.0		24	3	False	False	0.995814323425293	0					non-mobilizable	no_good_hit	885.0	73.107	33.0	0.021753214392504733	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0031_000000003791	5694	0.8549435397289025	7	7	5	4	5	False	48625	maximal	True	FIJ0031_000000003791	1.0		0	0	False	False	0.9992974996566772	0					non-mobilizable	no_good_hit	4491.0	97.417	81.0	0.0007688155192528671	CP042858.1	enterobacteria	Klebsiella pneumoniae strain QD23 chromosome, complete genome	True	False
MON0061_000000018887	2369	0.854939124363278	2	2	2	1	1	False	10831	fragment	False	MON0061_000000018887	1.0		0	0	False	False	0.9991557598114014	0					non-mobilizable	no_good_hit	214.0	81.308	9.0	7.265760617178384e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
TAN0010_000000005937	2442	0.8549384998660272	4	3	3	2	2	False	96133	fragment	False	FIJ0138_000000007160	0.522451059297943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000022907	2040	0.8549382092069083	2	1	1	1	1	False	4442	fragment	False	SPA0114_000000022907	1.0		0	0	False	False	0.9897058606147766	0					non-mobilizable	no_good_hit								True	False
ISR0838_000000011417	2081	0.8549343431887108	4	2	1	2	1	False	96025	maximal	True	ISR0838_000000011417	1.0		8	5	False	False	0.9903892278671265	0					non-mobilizable	no_good_hit	539.0	97.588	26.0	0.00013190571144375214	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
BAN0014_000000002822	1454	0.8549341649127244	2	2	2	2	2	False	98458	fragment	False	ISR0176_000000022278	0.9407552083333333		0	0	False	False	0.9821183085441589	0					non-mobilizable	other	1454.0	98.762	100.0	0.0006086531871503755	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0014_000000005230	4454	0.8549287896469543	7	5	4	5	4	False	132492	fragment	False	ISR0054_000000002543	0.34247591603806493		0	0	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit	2142.0	98.973	85.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0095_000000006239	4249	0.8549287896469543	6	5	4	5	4	False	132492	fragment	False	ISR0054_000000002543	0.25581347798095283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	99.44	84.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0203_000000005857	2834	0.8549254107793656	5	5	4	3	3	True	123556	backbone	False	ISR0826_000000002301	0.1716252272209011	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2845.0	99.613	100.0	0.02838096758741817	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
DEN0064_000000002264	11375	0.8549223482864284	12	10	2	7	6	False	111567	fragment	False	DEN0064_000000002264	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	11375.0	99.921	100.0	0.002063592541529936	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0321_000000005187	2112	0.8549216828853526	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.10577472907532054		0	0	False	False	0.9985795617103577	0					non-mobilizable	chromosome	2112.0	94.081	100.0	0.0005657127176292269	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0117_01_000000005135	4931	0.8549213107521169	5	4	3	4	2	True	105064	fragment	False	USA0117_01_000000005135	1.0		0	0	False	False	0.9983776211738586	0					non-mobilizable	other	4940.0	92.551	100.0	0.448790249226851	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0152_000000004833	4584	0.8549205045831113	6	5	1	5	5	True	125599	backbone	False	MAD0046_000000003898	0.25048899196172447	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4584.0	98.669	100.0	0.020926271763003008	MH909349.1	enterobacteria	Klebsiella pneumoniae strain A1705 plasmid pA1705-NDM, complete sequence	False	True
DEN0022_000000007150	4968	0.8549202549537519	4	4	4	4	4	False	74638	maximal	True	DEN0022_000000007150	1.0	PS319	7	2	False	True	1.0	0					non-mobilizable	other	3692.0	97.941	91.0	0.001774924562099518	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
ISR0182_000000000920	20393	0.8549177727395105	32	9	3	7	5	True	99749	maximal	True	ISR0182_000000000920	1.0		1	1	False	False	0.9999509453773499	0					non-mobilizable	no_good_hit	120.0	84.167	1.0	0.04392764857881137	MK233615.1	viruses	Uncultured human fecal virus clone RuminococcusA.sp_S01.I14_2_c1 sequence	True	True
AST0153_000000011399	2774	0.8549159620171574	3	3	2	2	3	False	118696	fragment	False	AST0153_000000011399	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2782.0	92.559	100.0	0.0006625967945082137	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ENG0016_000000001875	11652	0.8549138251569299	14	13	11	12	10	False	66834	maximal	True	ENG0016_000000001875	1.0		1	1	False	False	0.9993992447853088	0					non-mobilizable	no_good_hit	751.0	73.369	6.0	0.007754854622604042	NZ_AXUN02000231.1	firmicutes	Youngiibacter fragilis 232.1 contig_9, whole genome shotgun sequence	True	False
DEN0052_000000015744	2670	0.8549043171878309	4	3	2	2	3	False	131740	fragment	False	DEN0052_000000015744	1.0		0	0	False	False	0.9985018968582153	0					non-mobilizable	other	2024.0	86.85799999999999	97.0	0.0005691551740379501	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0110_000000014129	1283	0.8548963655575949	2	1	1	1	1	False	85611	fragment	False	ENG0098_000000015056	0.6808511354848235		0	0	False	False	0.9851909875869751	0					non-mobilizable	other	1283.0	99.454	100.0	0.006110144651240378	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	False	False
ISR0377_000000008762	1743	0.8548914312590586	3	2	2	2	1	False	38145	maximal	True	ISR0377_000000008762	1.0		0	0	False	False	0.9822145700454712	0					non-mobilizable	no_good_hit	1378.0	73.44	78.0	0.00649635802999494	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0012_000000017730	1279	0.8548914312590586	2	2	2	2	1	False	38144	fragment	False	ISR0012_000000017730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0073_000000001485	15455	0.854888721031588	12	8	5	8	4	True	106258	maximal	True	ENG0073_000000001485	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3388.0	78.867	22.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0090_000000007945	3246	0.8548851092258819	4	2	2	1	1	False	102662	maximal	True	ISR0090_000000007945	1.0		0	0	False	False	0.999691903591156	0					non-mobilizable	no_good_hit	1110.0	81.171	66.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0081_000000015150	1706	0.8548763405534809	3	2	2	2	0	False	61660	maximal	True	ENG0081_000000015150	1.0		1	1	False	False	0.9806565046310425	0					non-mobilizable	other	562.0	95.90700000000001	96.0	0.00016895117160560232	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
ISR0798_000000002385	5623	0.8548751572513871	8	3	2	3	2	False	74179	fragment	False	ISR0798_000000002385	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	79.84	11.0	0.0003687492133054644	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AST0150_000000010583	2623	0.8548696975491801	3	3	3	3	3	False	104159	fragment	False	AST0150_000000010583	1.0		0	0	False	False	0.9687380790710449	0					non-mobilizable	no_good_hit	594.0	76.59899999999999	22.0	0.0021982721430902604	NZ_FQXV01000005.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0047_000000032447	1232	0.8548675474135956	2	2	1	2	1	True	38134	fragment	False	ISR0012_000000018457	0.9879355282568284		0	0	False	False	0.9569805264472961	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0005406657913030045	NZ_NPBY01000083.1	firmicutes	Paenibacillus campinasensis strain 7537-G1 contig00083, whole genome shotgun sequence	True	True
ISR0012_000000018457	1229	0.8548675474135956	2	2	1	2	1	True	38134	fragment	False	ISR0012_000000018457	0.9888805300390665		0	0	False	False	0.9894223213195801	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0009607136730142391	NZ_BILU01000094.1	firmicutes	Paenibacillus alginolyticus DSM 5050 = NBRC 15375 PAL01S_CON00094, whole genome shotgun sequence	True	True
CAN0013_000000004031	6244	0.8548668061339815	4	2	0	1	1	True	118868	fragment	False	USA0007_01_000000002979	0.9737651545919525		0	0	False	False	1.0	0					non-mobilizable	chromosome	6245.0	98.415	100.0	0.001396755831019388	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ENG0075_000000004048	5896	0.8548668061339815	5	2	0	1	1	True	118868	fragment	False	USA0007_01_000000002979	0.9510340053073895		0	0	False	False	0.9998303651809692	0					non-mobilizable	chromosome	5897.0	98.321	100.0	0.0013189097340951812	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
CAN0006_000000015926	2828	0.8548630146023257	3	2	2	2	1	False	95687	maximal	True	CAN0006_000000015926	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	1300.0	74.538	47.0	0.0002534757108396992	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
FIJ0157_000000010238	1814	0.854861768806047	3	2	2	2	1	False	39463	maximal	True	FIJ0157_000000010238	1.0		2	1	False	False	0.9977949261665344	0					non-mobilizable	no_good_hit	585.0	99.829	32.0	0.0021403623222931195	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0112_000000013126	2118	0.8548537934671571	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.6050480954111307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0001_000000003804	6435	0.8548529071560964	6	5	5	5	4	False	51744	maximal	True	MAD0001_000000003804	1.0		7	1	False	False	0.998445987701416	0					non-mobilizable	no_good_hit	793.0	73.89699999999999	12.0	0.001163787914144259	NZ_CABJAT010000003.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
CAN0018_000000016872	2043	0.8548416483164283	3	2	2	2	2	False	95871	fragment	False	USA0009_01_000000010446	0.46247275862080367		0	0	False	False	1.0	0					non-mobilizable	other	2068.0	97.77600000000001	100.0	0.0009974474807209238	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
SPA0066_000000006814	2020	0.8548222318259662	3	3	3	3	3	False	17512	fragment	False	SPA0066_000000006814	1.0		0	0	False	False	0.9905940890312195	0					non-mobilizable	no_good_hit	260.0	81.538	13.0	0.0011291028446389496	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0080_000000034656	1609	0.8548156172964535	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.336225698553		0	0	False	False	0.9614667296409607	0					non-mobilizable	other	1380.0	97.391	93.0	0.0004427267602161046	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0149_000000009768	2786	0.8548150153093437	4	4	4	4	3	False	104531	fragment	False	AST0149_000000009768	1.0		0	0	False	False	0.9996410608291626	0					non-mobilizable	other	2786.0	97.81	100.0	0.011135545781687324	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
MON0027_000000029252	1415	0.8548108148197019	2	2	2	2	2	False	26019	fragment	False	ISR0286_000000013710	0.9752542372881355		0	0	False	False	0.9992932677268982	0					non-mobilizable	no_good_hit	760.0	89.079	54.0	0.0025434889698367005	NZ_KE384540.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ENG0105_000000002918	6319	0.8548080172756687	9	8	6	8	6	False	93775	fragment	False	ENG0105_000000002918	1.0		0	0	False	False	0.9988922476768494	0					non-mobilizable	no_good_hit	1041.0	73.775	22.0	0.00031226033485651727	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0286_000000010001	1880	0.8548073452991131	3	3	3	3	2	False	26036	maximal	True	ISR0286_000000010001	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	74.368	14.0	0.00241959965000625	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
SPA0034_000000027913	1233	0.8548061696477258	2	1	0	1	0	True	7139	fragment	False	SPA0034_000000027913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	98.333	78.0	0.06612769485903815	NZ_QRHR01000017.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf17, whole genome shotgun sequence	True	True
CHI0048_000000012482	1566	0.8548030936634153	2	2	2	2	1	False	86895	fragment	False	CHI0048_000000012482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.905853017359012e-07	CP020623.1	bony fishes	Oryzias latipes strain HSOK chromosome 3	True	False
CAN0021_000000017376	2492	0.8547999212217371	3	3	3	3	2	False	91596	fragment	False	FIJ0038_000000012287	0.6446228338430173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0112_000000021775	1525	0.854799634430014	3	2	2	2	2	False	4523	fragment	False	SPA0112_000000021775	1.0		0	0	False	False	0.9993442893028259	0					non-mobilizable	no_good_hit	513.0	79.337	34.0	0.007966698886844812	NZ_CZBD01000024.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
TAN0017_000000009810	3468	0.8547977831387316	4	3	3	3	3	False	72137	maximal	True	TAN0017_000000009810	1.0		2	2	False	False	0.9994233250617981	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.6713970951867553e-07	LR597473.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 16	True	False
MAD0074_000000001824	2281	0.8547935994942633	5	4	2	3	3	True	87541	fragment	False	ISR0391_000000005657	0.9641464975797271		0	0	False	False	0.9925471544265747	0					non-mobilizable	other	2281.0	100.0	100.0	0.017549666325423156	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0168_000000000517	25396	0.8547899424698812	27	10	5	10	3	True	110140	fragment	False	ISR0168_000000000517	1.0		0	0	False	False	0.9997637271881104	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.019732205778717406	XM_033361074.1	wasps, ants, and bees	PREDICTED: Belonocnema treatae ribokinase-like (LOC117172827), mRNA	True	True
USA0045_01_000000002681	5187	0.8547827410463784	6	6	6	6	4	False	72351	maximal	False	DEN0052_000000005722	0.47614253195587464		0	0	False	False	0.9949874877929688	0					non-mobilizable	no_good_hit	833.0	74.19	16.0	0.00028606372463372816	CP044316.1	firmicutes	Enterococcus faecium strain 15-307-1 chromosome, complete genome	True	False
FIJ0061_000000004521	5116	0.8547796326684277	12	3	1	3	1	True	45835	maximal	True	FIJ0061_000000004521	1.0		1	1	True	True	0.993549644947052	3					non-mobilizable	no_good_hit								True	True
DEN0020_000000003784	2564	0.8547666499232123	5	2	2	1	2	False	127781	fragment	False	DEN0020_000000003784	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	99.34	95.0	0.03185955786736021	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0042_000000000791	23369	0.8547511908957085	29	18	9	13	15	True	116729	maximal	True	SPA0042_000000000791	1.0		2	2	False	False	1.0	0					non-mobilizable	other	9776.0	94.435	90.0	0.028091083209193447	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
ISR0245_000000000854	4463	0.8547464044505015	4	4	2	3	4	False	117843	maximal	True	ISR0245_000000000854	1.0	PS794|PS796	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1378.0	89.115	71.0	0.000588979360878149	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0783_000000004774	2964	0.8547317387430637	3	3	3	3	1	False	22251	maximal	True	ISR0783_000000004774	1.0		3	2	False	False	0.9993252158164978	0					non-mobilizable	no_good_hit	1434.0	96.792	89.0	0.0014775465509650452	NZ_FNVV01000012.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
FIJ0159_000000004809	4535	0.8547302055632299	7	4	3	4	3	True	125244	fragment	False	FIJ0115_000000005429	0.9535031088669681		0	0	False	False	0.9973539113998413	0					non-mobilizable	no_good_hit	630.0	71.74600000000001	14.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
FIJ0115_000000005429	4493	0.8547302055632299	6	4	3	4	3	True	125244	fragment	False	FIJ0115_000000005429	0.9588489757689665		0	0	False	False	0.9988871812820435	0					non-mobilizable	no_good_hit	628.0	71.975	14.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0168_000000004295	5893	0.8547201361389433	6	4	4	4	4	False	30140	maximal	True	ISR0168_000000004295	1.0		16	7	False	False	0.9945698380470276	0					non-mobilizable	no_good_hit	2030.0	95.32	34.0	0.008829820136520257	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0083_000000027307	1327	0.8547161763991769	2	1	1	1	1	False	76743	fragment	False	DEN0001_000000033010	0.6522388059701493		0	0	False	False	0.9909570217132568	0					non-mobilizable	no_good_hit	107.0	80.374	8.0	3.877230479356171e-05	LT618792.1	high GC Gram+	Propionibacterium freudenreichii isolate PFRJS20 genome assembly, chromosome: II	True	False
CHI0046_000000001406	8159	0.8547155844882192	10	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.092734277393441	PS799|PS801|PS802	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4183.0	95.57700000000001	54.0	0.5269793242561776	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0198_000000000827	22551	0.8547136644452683	24	11	7	10	7	False	87573	maximal	True	ENG0198_000000000827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	88.682	7.0	0.010827037236913114	NZ_JAAWUO010000008.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_8_length_148240_cov_165.037, whole genome shotgun sequence	True	False
DEN0022_000000021602	1891	0.854710540941266	2	2	1	2	1	True	74568	fragment	False	DEN0022_000000021602	0.9991798797156917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	4.0	4.016416970486297e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
DEN0065_000000019039	1829	0.854710540941266	2	2	1	2	1	True	74568	fragment	False	DEN0022_000000021602	0.9828133262823902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	4.0	1.7095686369790574e-05	CP020357.1	firmicutes	Oceanobacillus iheyensis strain CHQ24 chromosome, complete genome	True	True
ISR0062_000000014455	2522	0.8547035483313014	3	1	1	1	1	False	103235	fragment	False	ISR0062_000000014455	1.0		0	0	False	False	0.9770023822784424	0					non-mobilizable	other	1407.0	92.111	98.0	0.0030469556467353116	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MON0039_000000018886	2500	0.8547035483313014	3	1	1	1	1	False	11939	fragment	False	MON0039_000000018886	1.0		0	0	False	False	0.995199978351593	0					non-mobilizable	other	1501.0	89.274	96.0	0.0032377969968511175	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0130_000000015656	2091	0.8547035483313014	4	1	1	1	1	False	103227	fragment	False	SPA0130_000000015656	1.0		0	0	False	False	0.9956958293914795	0					non-mobilizable	other	1192.0	89.765	91.0	0.002569852271445797	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MON0042_000000016291	1617	0.8547035483313014	3	1	1	1	1	False	103228	maximal	True	MON0042_000000016291	1.0		4	1	False	False	0.9975262880325317	0					non-mobilizable	no_good_hit	987.0	89.76700000000001	87.0	0.0021274473234500647	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
SPA0077_000000018316	1549	0.8547035483313014	2	1	1	1	1	False	103221	fragment	False	SPA0077_000000018316	1.0		0	0	False	False	0.9896707534790039	0					non-mobilizable	other	883.0	93.771	97.0	0.001912750804569783	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MAD0045_000000031109	1373	0.8547035483313014	3	1	1	1	1	False	17815	fragment	False	MAD0045_000000031109	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1082.0	89.464	100.0	0.0023334692355069008	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
CHI0159_000000011773	1360	0.8547035483313014	3	1	1	1	1	False	103226	fragment	False	CHI0159_000000011773	1.0		0	0	False	False	1.0	0					non-mobilizable	other	953.0	88.14299999999999	96.0	0.002053713165450776	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0111_000000025858	1319	0.8547035483313014	2	1	1	1	1	False	103220	fragment	False	SPA0111_000000025858	0.9647718174539632		0	0	False	False	0.9499620795249939	0					non-mobilizable	other	618.0	94.49799999999999	93.0	0.0013380581025165034	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
AST0153_000000026744	1300	0.8547035483313014	3	1	1	1	1	False	103219	fragment	False	AST0153_000000026744	0.9598689598689598		0	0	False	False	1.0	0					non-mobilizable	other	818.0	86.919	99.0	0.0017587765334536212	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
TAN0009_000000034177	1276	0.8547035483313014	3	1	1	1	1	False	2656	fragment	False	TAN0009_000000034177	1.0		0	0	False	False	0.9890282154083252	0					non-mobilizable	other	1015.0	88.867	96.0	0.002190338222920046	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0012_000000019497	1221	0.8547035483313014	3	1	1	1	1	False	103219	fragment	False	AST0153_000000026744	0.9288461538461539		0	0	False	False	1.0	0					non-mobilizable	other	737.0	91.045	100.0	0.001587453048690568	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ETH0003_000000003867	7028	0.8546941975296042	11	4	3	3	2	False	62434	maximal	True	ETH0003_000000003867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0038_000000006703	2094	0.8546898315891753	3	3	3	3	2	False	118035	maximal	True	MAD0038_000000006703	1.0		32	6	False	False	0.9990448951721191	0					non-mobilizable	no_good_hit	1193.0	75.189	57.0	0.0033063256185735567	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
SPA0158_000000013626	1548	0.8546844516111883	2	2	2	1	0	True	3135	fragment	False	SPA0158_000000013626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0144_000000007323	2377	0.8546654554864029	3	3	2	3	1	False	3385	maximal	True	SPA0144_000000007323	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	78.862	5.0	6.211151664614102e-05	CP032652.1	firmicutes	Lactobacillus sakei strain LZ217 chromosome, complete genome	True	False
SPA0005_000000011786	2486	0.8546641496523597	2	2	1	2	1	False	81824	fragment	False	SPA0005_000000011786	1.0		0	0	False	False	0.9991955161094666	0					non-mobilizable	no_good_hit	1007.0	73.28699999999999	40.0	0.00029935376929762694	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
CHI0120_000000011888	1362	0.8546641496523597	2	2	1	2	1	False	81820	fragment	False	CHI0120_000000011888	1.0		0	0	False	False	0.9977973699569702	0					non-mobilizable	no_good_hit	1007.0	73.28699999999999	73.0	0.00029935376929762694	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
SPA0155_000000006599	2812	0.8546637427182252	5	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.9379354078417599		0	0	False	False	0.9957325458526611	0					non-mobilizable	other	2812.0	100.0	100.0	0.08911644421900262	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0003_000000003270	6678	0.8546535063177164	8	3	1	3	2	True	67932	fragment	False	ENG0003_000000003270	1.0		0	0	False	False	0.9971548318862915	0					non-mobilizable	no_good_hit	148.0	100.0	2.0	2.2891530429617965e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
DEN0021_000000026666	1395	0.8546505139720001	3	3	3	2	2	False	74711	maximal	True	DEN0021_000000026666	1.0		9	6	False	False	1.0	0					non-mobilizable	chromosome	1382.0	69.609	97.0	0.000491122890143698	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	False	False
FIJ0152_000000017166	1557	0.8546452077618488	2	1	1	1	1	False	39702	maximal	True	FIJ0152_000000017166	1.0		1	1	False	False	0.9987154603004456	0					non-mobilizable	no_good_hit								True	False
ISR0053_000000008976	1974	0.8546442822430175	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9808194690160027		0	0	False	False	0.9989868402481079	0					non-mobilizable	other	1971.0	99.899	99.0	0.00055561729081009	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0024_000000014246	1867	0.8546442822430175	3	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9751248625397233		0	0	False	False	1.0	0					non-mobilizable	other	1867.0	99.946	100.0	0.00909569489939167	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
SPA0091_000000005705	1790	0.8546442822430175	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.968052265924287		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	100.0	100.0	0.008720363437841211	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
ISR0091_000000017932	1659	0.8546313570893536	3	3	2	2	1	True	33620	maximal	True	ISR0091_000000017932	1.0		3	3	False	False	0.9957805871963501	0					non-mobilizable	no_good_hit	343.0	83.67299999999999	21.0	0.00037252207275214065	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
CHI0133_000000003362	5104	0.8546309576422604	8	5	3	4	4	True	104921	fragment	False	CHI0133_000000003362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3368.0	98.30799999999999	87.0	0.2715611133521581	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0052_000000030928	1105	0.8546275404690338	3	3	3	2	1	True	63900	fragment	False	ENG0052_000000030928	1.0		0	0	False	False	0.9981900453567505	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	6.108801833183555e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0135_000000003358	7132	0.8546248317537203	8	6	6	6	3	True	100632	fragment	False	USA0073_01_000000002912	0.9825724439584473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1610.0	83.04299999999999	22.0	0.0005354960232726571	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	True
FIJ0087_000000004300	6328	0.8546211140052373	11	7	4	5	5	True	104939	fragment	False	FIJ0087_000000004300	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3089.0	97.37799999999999	65.0	0.24743848325937878	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0187_000000002993	7499	0.8546130879359963	10	4	2	2	4	False	86662	backbone	False	ISR0213_000000002441	0.8541709170020956	PS438	0	0	True	True	0.9982664585113525	7					non-mobilizable	no_good_hit	3978.0	90.397	58.0	0.3553299492385787	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0268_000000003172	4987	0.8546110650256997	4	1	1	1	1	True	94223	fragment	False	ISR0094_000000004547	0.9728838473140698		0	0	False	False	0.9997994899749756	0					non-mobilizable	no_good_hit	371.0	96.49600000000001	7.0	0.07313698359359558	AM749838.2	firmicutes	Clostridium difficile ORF1, ORF2, tet(W) gene for tetracycline resistance protein and ORF3, strain CD5	True	True
ISR0094_000000004547	4866	0.8546110650256997	4	1	1	1	1	True	94223	fragment	False	ISR0094_000000004547	0.9784162009318956		0	0	False	False	0.9971228837966919	0					non-mobilizable	no_good_hit	128.0	96.875	3.0	0.0007277311405896341	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	True	True
ISR0207_000000006665	3952	0.8546110650256997	3	1	1	1	1	True	94220	fragment	False	ISR0207_000000006665	1.0		0	0	False	False	0.9946862459182739	0					non-mobilizable	no_good_hit	93.0	95.699	2.0	0.0005271753144428846	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	True	True
CHI0116_000000005231	3371	0.8546110650256997	2	1	1	1	1	True	94222	fragment	False	CHI0116_000000005231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	99.16	11.0	0.011468702683547567	NZ_SUMN01000028.1	firmicutes	Lactobacillus amylovorus strain S60 NODE_28_length_31041_cov_74.549671, whole genome shotgun sequence	True	True
CAN0012_000000019790	2486	0.8546110650256997	2	1	1	1	1	True	94218	fragment	False	CAN0012_000000019790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	2.0	2.443057100869687e-05	CP050810.1	high GC Gram+	Trueperella pyogenes strain jx18 chromosome, complete genome	True	True
USA0007_01_000000007946	2139	0.8546110650256997	2	1	1	1	1	True	66957	fragment	False	USA0007_01_000000007946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	97.902	7.0	0.002668270134165132	NZ_FUWG01000018.1	spirochetes	Treponema porcinum strain ATCC BAA-908, whole genome shotgun sequence	True	True
USA0108_01_000000006224	1669	0.8546110650256997	2	1	1	1	1	True	66956	fragment	False	USA0108_01_000000006224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	96.296	3.0	2.1946106160354815e-05	CP050810.1	high GC Gram+	Trueperella pyogenes strain jx18 chromosome, complete genome	True	True
ISR0069_000000015594	1603	0.8546110650256997	1	1	1	1	1	True	66959	fragment	False	ISR0069_000000015594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	98.788	21.0	0.010598885345188621	NZ_SUMN01000028.1	firmicutes	Lactobacillus amylovorus strain S60 NODE_28_length_31041_cov_74.549671, whole genome shotgun sequence	True	True
ISR0382_000000010742	1370	0.8546110650256997	1	1	1	1	1	True	66955	fragment	False	ISR0382_000000010742	1.0		0	0	False	False	0.9992700815200806	0					non-mobilizable	no_good_hit	80.0	95.0	6.0	0.00045268315044552046	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	True	True
ISR0138_000000022434	1293	0.8546110650256997	1	1	1	1	1	True	66955	fragment	False	ISR0382_000000010742	0.9718978102189781		0	0	False	False	0.996133029460907	0					non-mobilizable	no_good_hit								True	True
ENG0013_000000022841	1200	0.8546110650256997	2	1	1	1	1	True	66954	fragment	False	ENG0013_000000022841	1.0		0	0	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	7.0	0.0005042546485975418	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	True	True
MON0046_000000018404	1811	0.8546053462153655	2	2	2	2	2	False	11519	maximal	True	MON0046_000000018404	1.0		1	1	False	False	0.9889563918113708	0					non-mobilizable	no_good_hit	650.0	70.154	36.0	0.00019593419881537032	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0848_000000007575	2286	0.8546040699345044	4	4	3	4	3	False	37008	fragment	False	ISR0848_000000007575	1.0		0	0	False	False	0.9978127479553223	0					non-mobilizable	other	2167.0	99.21600000000001	95.0	0.0447585394581861	NZ_QRST01000015.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf15, whole genome shotgun sequence	False	False
ISR0366_000000002739	5073	0.8546034742273603	6	6	4	5	6	False	127000	fragment	False	ENG0051_000000004628	0.46258595729279767		0	0	False	False	0.9980287551879883	0					non-mobilizable	chromosome	2867.0	91.35	100.0	0.001257034669784454	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0190_000000004782	4858	0.8546027422651691	8	5	3	4	4	True	104895	fragment	False	ISR0190_000000004782	1.0		0	0	False	False	0.9983532428741455	0					non-mobilizable	no_good_hit	2631.0	96.009	54.0	0.2117789431222267	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0132_000000022028	1876	0.8545984737370529	4	4	1	3	3	False	3732	fragment	False	SPA0132_000000022028	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1876.0	97.76100000000001	100.0	0.02623783920373984	CP058013.1	enterobacteria	Escherichia coli strain RHB04-C13 plasmid pRHB04-C13_2, complete sequence	False	True
ISR0035_000000002160	7404	0.8545510514647318	9	5	0	5	2	True	54461	fragment	False	ISR0035_000000002160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0040_000000004252	4184	0.8545498175297875	7	7	5	4	4	True	89383	fragment	False	CHI0040_000000004252	1.0		0	0	False	True	0.9997609853744507	0					non-mobilizable	other	3100.0	99.96799999999999	100.0	0.02635674737835838	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0007_000000013148	1929	0.8545382789876333	3	2	2	2	1	True	119991	fragment	False	ENG0007_000000013148	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1933.0	91.774	100.0	0.0006720270818548505	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0232_000000026625	1131	0.8545382789876333	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.08848268049409282	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1125.0	94.044	100.0	0.00034967449784066665	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0110_000000015739	1119	0.8545356878463505	1	1	1	1	1	False	131179	fragment	False	AST0111_000000013932	0.4812362806902424		0	0	False	False	0.9874888062477112	0					non-mobilizable	chromosome	1044.0	86.87700000000001	99.0	0.00027950656773438354	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0182_000000021143	1873	0.8545341908247387	3	1	1	1	1	False	29539	fragment	False	ISR0182_000000021143	1.0		0	0	False	False	0.9983983039855957	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000012384	3153	0.8545209105248682	5	3	1	3	1	True	69295	maximal	True	DEN0082_000000012384	1.0		1	1	False	False	0.9892166256904602	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	1.2249510705966758e-05	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0121_000000023731	1116	0.8545194175476474	2	2	2	1	1	False	32171	maximal	True	ISR0121_000000023731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	90.133	86.0	0.00018981240442395462	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0175_000000001302	15868	0.854518761417011	14	6	4	5	3	False	108809	maximal	True	ENG0175_000000001302	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5663.0	96.61	58.0	0.1407812888778303	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ISR0238_000000013998	1111	0.8545173407803367	1	1	1	1	1	False	27280	fragment	False	ISR0238_000000013998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0104_000000014865	1663	0.8545151736952536	3	3	1	2	3	False	32973	fragment	False	ISR0104_000000014865	1.0		0	0	False	False	0.976548433303833	0					non-mobilizable	no_good_hit								True	False
MON0060_000000015860	2490	0.8545126552236236	5	4	1	4	3	False	94949	fragment	False	MON0060_000000015860	0.9771766694843618		0	0	False	False	0.9907630681991577	0					non-mobilizable	no_good_hit	1258.0	91.65299999999999	70.0	0.00039105057276309427	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0153_000000002287	10275	0.8545039210272372	14	9	7	9	6	False	56980	maximal	True	ENG0153_000000002287	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	85.455	1.0	0.011214953271028037	XM_028290725.1	beetles	PREDICTED: Diabrotica virgifera virgifera phosphorylase b kinase gamma catalytic chain, skeletal muscle/heart isoform (LOC114339615), transcript variant X7, mRNA	True	False
FIJ0129_000000003927	5334	0.854499415177601	4	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.7640443862486189		0	0	False	False	0.9977502822875977	0					non-mobilizable	no_good_hit	1601.0	74.016	29.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0820_000000003353	5217	0.854499415177601	6	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.6331014169931144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1606.0	73.661	30.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ENG0048_000000005114	5067	0.854499415177601	4	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.5687070147196341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	74.171	31.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
CAN0020_000000007179	5054	0.854499415177601	5	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.7259643813197509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1605.0	73.52	31.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0214_000000005387	4801	0.854499415177601	5	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.599506987410947		0	0	False	False	0.99979168176651	0					non-mobilizable	no_good_hit	1502.0	73.036	31.0	0.18383360318844189	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MON0005_000000010912	4479	0.854499415177601	3	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.4668496155056109		0	0	False	False	0.9968742728233337	0					non-mobilizable	no_good_hit	1598.0	73.842	35.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0224_000000006175	4426	0.854499415177601	4	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.49096824022379654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1539.0	73.164	34.0	0.18831734960767219	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ENG0098_000000005846	4323	0.854499415177601	3	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.4578720048670325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	74.171	36.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ENG0128_000000005910	4223	0.854499415177601	3	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.39837457667970394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0064794816414686825	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ENG0065_000000006859	4059	0.854499415177601	3	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.30589979785260313		0	0	False	False	0.9960581660270691	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
MON0030_000000008202	4047	0.854499415177601	5	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.2286983501942548		0	0	False	False	0.9997528791427612	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	4.599176186587456e-05	LN590772.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000198	True	False
MON0081_000000013964	4041	0.854499415177601	3	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.33480567753531326		0	0	False	False	0.9995051026344299	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ENG0050_000000006084	3911	0.854499415177601	3	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.2914287754947921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
SPA0101_000000011927	3780	0.854499415177601	4	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.2527020179926397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	75.33800000000001	16.0	0.0472771278741428	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0093_000000010847	3742	0.854499415177601	3	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.22669011084058702		0	0	False	False	0.9970604181289673	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
MON0050_000000008043	3707	0.854499415177601	3	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.22930733032865414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0064794816414686825	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
FIJ0067_000000020014	1593	0.8544987779022116	3	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9233437251904264		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.31700000000001	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0022_000000016360	1593	0.8544987779022116	3	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9162679699208389		0	0	False	False	1.0	0					non-mobilizable	chromosome	1480.0	82.29700000000001	96.0	0.00038973209319745437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0107_000000016874	1514	0.8544987779022116	3	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.6492740474052677		0	0	False	False	0.9980185031890869	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ETH0001_000000025108	1412	0.8544987779022116	3	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.2478768663811874		0	0	False	False	0.9929178357124329	0					non-mobilizable	chromosome	1304.0	80.982	96.0	0.0003430496042792104	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0023_000000006291	1307	0.8544916446355322	2	1	1	1	1	False	74358	fragment	False	DEN0023_000000006291	1.0		0	0	False	False	0.9969395399093628	0					non-mobilizable	no_good_hit								True	False
USA0056_01_000000003358	7093	0.8544886638511124	5	5	5	5	5	False	116639	fragment	False	USA0056_01_000000003358	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7093.0	99.57700000000001	100.0	0.0013691225414868067	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0062_000000020188	1874	0.8544857429924209	2	2	2	2	2	False	35333	fragment	False	ISR0062_000000020188	1.0		0	0	False	False	0.9994663596153259	0					non-mobilizable	other	1083.0	88.82700000000001	98.0	0.012745387018805636	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	False	False
ISR0373_000000002445	5290	0.8544734390433422	5	4	3	4	2	True	68187	maximal	True	ISR0373_000000002445	1.0		5	2	False	False	0.9988657832145691	0					non-mobilizable	no_good_hit	2373.0	99.663	51.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
DEN0046_000000011689	2090	0.8544653884879577	2	2	2	1	2	False	115211	fragment	False	DEN0046_000000011689	0.9586768163490115		0	0	False	False	1.0	0					non-mobilizable	other	2090.0	99.809	100.0	0.016164476840459942	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0179_000000000226	43472	0.8544626568483173	36	23	18	21	14	True	122614	maximal	True	ENG0179_000000000226	1.0		1	1	False	False	0.9999309778213501	0					non-mobilizable	no_good_hit	11246.0	97.91	62.0	0.15588414803306885	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	True
CHI0120_000000003230	3963	0.8544599317655904	5	3	2	3	3	True	81871	fragment	False	CHI0120_000000003230	0.989373494618092		0	0	False	False	1.0	0					non-mobilizable	other	2478.0	79.5	92.0	0.0004580593694080369	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
SPA0089_000000009910	3934	0.8544599317655904	4	3	2	3	3	True	81871	fragment	False	CHI0120_000000003230	0.9886838918149922		0	0	False	False	1.0	0					non-mobilizable	other	2493.0	79.583	93.0	0.0004608512794206824	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
ENG0193_000000005257	3903	0.8544599317655904	4	3	2	3	3	True	81871	fragment	False	CHI0120_000000003230	0.9846856702380248		0	0	False	False	1.0	0					non-mobilizable	other	2441.0	79.68	92.0	0.0004513587853776877	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
SPA0074_000000006469	3891	0.8544599317655904	4	3	2	3	3	True	81871	fragment	False	CHI0120_000000003230	0.9833355712610455		0	0	False	False	1.0	0					non-mobilizable	other	2441.0	79.68	92.0	0.0004513587853776877	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
ISR0029_000000010632	4344	0.8544418458107939	5	4	3	4	2	False	106647	fragment	False	ENG0163_000000005225	0.7877078086645498		0	0	False	False	0.9965469837188721	0					non-mobilizable	other	4347.0	99.17200000000001	100.0	0.0013161294465562088	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
USA0003_01_000000011095	3538	0.8544418458107939	4	4	3	4	2	False	99315	fragment	False	USA0003_01_000000011095	1.0		0	0	False	False	0.9983041286468506	0					non-mobilizable	other	3538.0	99.97200000000001	100.0	0.0010713808636293005	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
FIJ0171_000000004039	5141	0.8544405065953531	9	6	3	4	5	False	116856	fragment	False	ENG0204_000000004125	0.9849011211295364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	2.0	1.9614232184944555e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0128_000000007357	5011	0.8544405065953531	8	6	3	4	5	False	116856	fragment	False	ENG0204_000000004125	0.9654623077319563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	89.87299999999999	2.0	2.920150243676804e-05	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
MAD0003_000000004917	5390	0.854439536801076	4	4	4	4	4	False	20109	fragment	False	MAD0003_000000004917	1.0		0	0	False	False	0.9981446862220764	0					non-mobilizable	no_good_hit	2344.0	73.464	43.0	0.2644818832217863	NZ_CYZO01000058.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0150_000000005036	4406	0.8544391442249236	6	5	5	5	3	False	30834	maximal	True	ISR0150_000000005036	1.0		8	2	False	False	0.9963685870170593	0					non-mobilizable	no_good_hit	2315.0	100.0	53.0	0.005197360441663335	NZ_JH724317.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.4, whole genome shotgun sequence	True	False
SPA0116_000000016149	2474	0.8544362776737106	3	3	2	3	3	False	81891	fragment	False	SPA0116_000000016149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1168.0	80.565	65.0	0.000527938289050877	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0111_000000007599	2703	0.8544218886369196	4	1	1	1	1	False	59750	maximal	True	ENG0111_000000007599	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	80.58800000000001	6.0	0.00022065958606388492	NZ_ATXD01000009.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0224_000000006478	4243	0.8544213665911189	10	3	1	3	1	True	27759	backbone	True	ISR0224_000000006478	1.0	PS81	1	1	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
SPA0114_000000018533	2501	0.8544178689763816	3	2	2	2	2	False	4452	maximal	True	SPA0114_000000018533	1.0		1	1	False	False	0.9980008006095886	0					non-mobilizable	no_good_hit	324.0	72.222	13.0	0.0001319592036405941	CP033166.1	firmicutes	Streptococcus dysgalactiae subsp. dysgalactiae strain STREP97-15 chromosome	True	False
ISR0067_000000001008	18599	0.8544123277858146	18	14	12	14	12	False	92791	maximal	True	ISR0067_000000001008	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	309.0	91.262	2.0	0.00234774202458224	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
SPA0041_000000009730	3510	0.854410758961848	6	5	4	3	4	False	82559	fragment	False	SPA0041_000000009730	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2107.0	90.176	100.0	0.0003240282153799854	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0206_000000020594	1245	0.8544100616713454	2	2	2	2	1	False	53932	fragment	False	ENG0206_000000020594	1.0		0	0	False	False	0.9903614521026611	0					non-mobilizable	chromosome	668.0	96.40700000000001	98.0	0.0001787448520410679	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0248_000000000677	9372	0.8544005879222739	16	15	4	8	13	True	116403	fragment	False	ISR0248_000000000677	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9375.0	99.70100000000001	99.0	0.28375105945029666	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0091_000000004287	2891	0.8543757957402294	4	2	2	2	2	False	38635	maximal	True	MON0091_000000004287	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	99.79899999999999	55.0	0.00041321625539430493	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0006_000000028534	1383	0.8543739061976898	2	2	2	2	1	False	88311	fragment	False	ENG0100_000000020599	0.9390791637533559		0	0	False	False	1.0	0					non-mobilizable	chromosome	1385.0	93.646	100.0	0.0004685827021285344	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0127_000000014675	2001	0.8543727454848578	3	3	3	3	3	False	93557	fragment	False	ISR0186_000000013436	0.9537372710817179		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	97.40100000000001	100.0	0.0005597613849168376	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0041_000000003221	9721	0.8543635364199467	13	6	5	5	5	True	119268	maximal	True	SPA0041_000000003221	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	72.477	6.0	0.35013440860215056	KJ798871.1	bacteria	Uncultured bacterium BD_contig01681 genomic sequence	True	True
ISR0245_000000000168	14629	0.8543616230676694	17	8	6	7	8	True	101331	maximal	True	ISR0245_000000000168	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	3319.0	99.94	23.0	0.4249487704918033	NZ_VZBY01000013.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_50_length_7808_cov_48.9137_ID_99, whole genome shotgun sequence	True	True
SPA0124_000000004553	6170	0.8543542583337702	5	4	4	3	4	False	6303	fragment	False	SPA0124_000000004553	1.0		0	0	False	False	0.9993516802787781	0					non-mobilizable	no_good_hit	2619.0	96.14399999999999	87.0	0.0020571442939783346	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
DEN0073_000000023878	2184	0.8543428182343102	2	2	2	2	2	False	70160	maximal	True	DEN0073_000000023878	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	94.45100000000001	39.0	0.0002384560333139939	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0111_000000008323	2393	0.8543422293516484	3	1	1	1	1	False	106831	fragment	False	AST0111_000000008323	1.0		0	0	False	False	0.9920601844787598	0					non-mobilizable	no_good_hit	61.0	91.803	3.0	0.0036155468514612837	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0244_000000018789	1417	0.8543422293516484	1	1	1	1	1	False	118968	fragment	False	ISR0244_000000018789	0.9865571321882002		0	0	False	False	0.994354248046875	0					non-mobilizable	no_good_hit								True	False
SPA0139_000000021168	1339	0.8543422293516484	2	1	1	1	1	False	118968	fragment	False	ISR0244_000000018789	0.9594213126323219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0026_000000021730	1174	0.8543422293516484	1	1	1	1	1	False	118967	fragment	False	AST0026_000000021730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0065_000000002685	4443	0.8543415900028695	5	2	1	2	1	False	16643	maximal	True	MAD0065_000000002685	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	98.363	18.0	0.012670767755852042	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0026_000000013622	2371	0.8543413087834038	4	4	4	4	3	True	49111	fragment	False	FIJ0026_000000013622	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2371.0	98.271	100.0	0.005390320621729133	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
ISR0399_000000002577	4995	0.8543343642363869	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7357721701143921	PS1159|PS463	0	0	True	True	1.0	205		MOBV			mobilizable	other	3890.0	99.69200000000001	97.0	0.49428063040162684	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0361_000000008071	1727	0.8543299190870122	3	3	3	3	2	False	72896	fragment	False	DEN0045_000000021827	0.5659416326936462		0	0	False	False	0.9913144111633301	0					non-mobilizable	no_good_hit	446.0	78.475	39.0	0.0014035313621658162	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AUS0024_000000005240	5916	0.8543259262444252	6	5	4	4	4	False	98988	maximal	True	AUS0024_000000005240	1.0		1	1	False	False	0.9989858269691467	0					non-mobilizable	no_good_hit	1694.0	80.165	28.0	0.0005238283888011136	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CHI0074_000000003814	4118	0.8543203321226361	6	2	0	1	2	False	84755	maximal	True	CHI0074_000000003814	1.0		1	1	True	True	1.0	205	rep_cluster_2350			MOBF,MOBP,MOB_unknown	mobilizable	plasmid	3023.0	99.074	100.0	0.42358384744812116	HQ230976.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium plasmid pSe-Kan, complete sequence	False	True
USA0069_01_000000002108	22504	0.8543155131630111	30	12	5	12	4	True	118915	fragment	False	USA0069_01_000000002108	1.0		0	0	False	False	1.0	0					non-mobilizable	other	13155.0	100.0	100.0	0.003522538327086188	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0135_000000001395	11248	0.8543097447042135	12	11	9	10	9	False	58117	maximal	True	ENG0135_000000001395	1.0		1	1	False	False	0.9983997344970703	0					non-mobilizable	no_good_hit	7027.0	95.87299999999999	62.0	0.0019537182030135367	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0060_000000011421	2472	0.8543076404266075	3	3	3	3	1	False	93983	fragment	False	SPA0132_000000016592	0.6344605475040258		0	0	False	False	1.0	0					non-mobilizable	other	2472.0	99.272	100.0	0.0006617144751581246	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0212_000000005410	5795	0.8543044380019971	9	5	5	5	3	False	28371	maximal	True	ISR0212_000000005410	1.0		1	1	False	False	0.9994823336601257	0					non-mobilizable	no_good_hit	655.0	74.046	11.0	0.00010007264532771938	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
ISR0383_000000004472	2929	0.8543032333227559	4	3	0	1	3	False	130026	backbone	False	ENG0161_000000006182	0.2901616684613108	PS1072|PS1075|PS974	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1388.0	94.524	47.0	0.2753882915173238	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0298_000000005246	2769	0.8543032333227559	4	3	0	1	3	False	130026	backbone	False	ENG0161_000000006182	0.28877890264847145	PS1072|PS1075|PS974	0	0	True	True	0.9992777109146118	22					non-mobilizable	no_good_hit	1412.0	94.051	51.0	0.2801672640382318	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
CHI0021_000000008225	1131	0.8542897696876337	2	2	2	1	1	False	89220	fragment	False	CHI0021_000000008225	1.0		0	0	False	False	0.9982316493988037	0					non-mobilizable	other	1131.0	99.912	100.0	0.00024453936034129906	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
SPA0001_000000004727	6918	0.8542874444426561	12	5	4	3	5	False	21565	maximal	True	SPA0001_000000004727	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3995.0	99.074	84.0	0.007205198422577491	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
SPA0070_000000001544	10623	0.8542868642769763	13	6	4	6	2	False	5968	maximal	True	SPA0070_000000001544	0.9998114808181733		2	1	False	False	0.9992468953132629	0					non-mobilizable	no_good_hit	98.0	95.91799999999999	1.0	0.0005219375181601971	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
SPA0069_000000001899	10609	0.8542868642769763	13	6	4	6	2	False	5968	maximal	False	SPA0070_000000001544	0.9991527817000847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	95.91799999999999	1.0	0.0005219375181601971	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
USA0101_01_000000006455	4806	0.8542856269558541	5	4	3	2	2	False	93322	fragment	False	USA0133_01_000000005056	0.7728774970771812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	88.367	23.0	0.00013055504390240894	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0281_000000015080	1233	0.8542833446153303	2	2	2	1	1	False	26161	fragment	False	ISR0281_000000015080	1.0		0	0	False	False	0.9991889595985413	0					non-mobilizable	other	1233.0	98.054	100.0	0.0003686767228828844	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0049_000000004783	3484	0.8542810402211171	5	3	1	3	0	False	45922	backbone	False	FIJ0071_000000009874	0.6766481026099294	PS161	0	0	True	True	1.0	145					non-mobilizable	no_good_hit	149.0	87.24799999999999	4.0	0.0023302633039012097	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0374_000000000453	23242	0.8542792691772375	22	20	14	16	20	True	123660	maximal	True	ISR0374_000000000453	1.0	PS902	18	7	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	8480.0	99.95299999999999	69.0	0.0013044212772989157	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
FIJ0114_000000014439	2670	0.8542776443926803	4	4	4	3	2	False	94562	fragment	False	FIJ0114_000000014439	0.9901801253184475		0	0	False	False	0.9943820238113403	0					non-mobilizable	chromosome	2670.0	99.663	100.0	0.0005640403463195047	LR134191.1	enterobacteria	Escherichia coli strain NCTC5934 genome assembly, chromosome: 1	False	False
MON0026_000000000788	16021	0.8542671505003415	17	12	9	12	6	True	48786	fragment	False	MON0026_000000000788	0.9819109761612508		0	0	False	False	0.9996255040168762	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
ENG0182_000000007752	3596	0.8542614552622234	4	3	3	3	2	True	102804	maximal	True	ENG0182_000000007752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2771.0	91.303	84.0	0.0008860428830635197	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
SPA0102_000000018229	1816	0.8542586061040259	2	2	2	2	2	False	96120	fragment	False	SPA0102_000000018229	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	99.17399999999999	100.0	0.0035993051258864403	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MON0104_000000000685	23232	0.8542576556494398	28	15	6	14	5	True	100675	backbone	False	SPA0056_000000000367	0.38304476391182224	PS581	0	0	False	True	0.9997417330741882	0					non-mobilizable	other	22743.0	97.925	99.0	0.3655983146519145	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0023_000000009025	2850	0.8542521268014576	5	5	5	5	5	False	7631	maximal	True	SPA0023_000000009025	1.0		1	1	False	False	0.9884210228919983	0					non-mobilizable	no_good_hit	239.0	79.079	8.0	6.245088224991111e-05	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
CHI0175_000000001808	7023	0.8542465450329961	14	5	2	3	3	True	96288	maximal	False	USA0093_01_000000002609	0.8863422161496851	PS254	0	0	False	True	0.9971522092819214	0					non-mobilizable	no_good_hit	1556.0	84.126	45.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
ISR0836_000000002703	6907	0.8542465450329961	14	5	2	3	3	True	96288	maximal	False	USA0093_01_000000002609	0.7894785881274979	PS254	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1556.0	84.126	46.0	0.2389762565525748	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
CHI0124_000000006743	2243	0.8542387962117812	3	2	2	1	1	False	81676	fragment	False	SPA0150_000000008050	0.9629859387923905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	89.116	6.0	2.2973511380724098e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ISR0839_000000014901	1423	0.8542252904245471	1	1	1	1	1	False	20828	fragment	False	ISR0839_000000014901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	88.98299999999999	8.0	0.000558979937152526	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
CAN0004_000000003044	7559	0.8542154267096963	12	3	2	2	0	True	96684	maximal	True	CAN0004_000000003044	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	90.219	13.0	0.02833494441759304	NZ_JXQL01000079.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig79, whole genome shotgun sequence	True	True
MON0076_000000015744	2969	0.8542127545913828	2	1	1	1	1	False	53520	maximal	True	MON0076_000000015744	1.0		27	4	False	False	0.9989895820617676	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	2.0	6.111909054793265e-05	NZ_OGTP01000001.1	b-proteobacteria	Burkholderia novacaledonica isolate LMG 28615T, whole genome shotgun sequence	True	False
ISR0115_000000032488	1140	0.8541979346787629	2	2	2	2	2	False	32434	maximal	True	ISR0115_000000032488	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	72.467	39.0	0.0006771981792569221	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0302_000000000689	12743	0.8541940625868852	14	5	3	4	4	False	122666	maximal	True	ISR0302_000000000689	1.0		0	0	False	False	0.9999215006828308	0					non-mobilizable	no_good_hit	7337.0	99.986	58.0	0.0032737182808337986	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MAD0007_000000003912	2098	0.8541918866140858	3	3	3	3	3	False	46662	fragment	False	MAD0007_000000003912	0.9964744472049724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	78.48	45.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0005_000000004463	5353	0.8541918154853305	4	4	4	4	3	True	67701	maximal	True	ENG0005_000000004463	1.0		1	1	False	False	0.9990659356117249	0					non-mobilizable	no_good_hit	459.0	77.56	9.0	0.0006402039647620481	NZ_SMAG01000001.1	firmicutes	Hazenella coriacea strain DSM 45707 Ga0244714_101, whole genome shotgun sequence	True	True
ISR0052_000000009895	3342	0.8541911237115857	3	2	2	2	1	True	120234	maximal	True	ISR0052_000000009895	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0027_01_000000010192	2676	0.8541897762178717	2	2	1	2	2	False	117853	fragment	False	USA0027_01_000000010192	0.9844945630285944		0	0	False	True	1.0	0					non-mobilizable	chromosome	2675.0	99.738	100.0	0.0006481918259956435	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ENG0095_000000019551	1428	0.8541871011304669	3	2	2	2	2	False	60925	maximal	True	ENG0095_000000019551	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	74.221	24.0	9.751809424350971e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0074_000000010308	2176	0.8541866261501808	3	3	2	2	3	False	118680	fragment	False	ENG0074_000000010308	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	92.755	93.0	0.0002560433096677267	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0110_000000004957	1883	0.8541866261501808	3	3	2	2	3	False	118666	fragment	False	ISR0190_000000011139	0.923741186337193		0	0	False	False	1.0	0					non-mobilizable	other	1825.0	92.822	97.0	0.0004365371790157225	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
MAD0078_000000002941	2669	0.8541857606892251	4	1	1	1	1	False	16205	fragment	False	MAD0078_000000002941	1.0		0	0	False	False	0.9820157289505005	0					non-mobilizable	no_good_hit	459.0	74.292	17.0	0.050479162023623805	LN853139.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0500	True	False
CAN0020_000000000567	38752	0.8541854301352422	31	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.8946106854916834	PS1050|PS1051	0	0	True	True	0.9999225735664368	31					non-mobilizable	no_good_hit	5992.0	95.411	35.0	0.20906959655691243	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0250_000000004197	2707	0.8541613034228085	4	4	3	3	4	True	98702	fragment	False	ISR0287_000000004218	0.7194463123841373		0	0	False	False	0.9793128967285156	0					non-mobilizable	other	2707.0	99.963	100.0	0.03278728250860272	LM996865.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-23_contig-10.0_1_82532_[organism:Escherichia	False	True
ENG0125_000000024066	1118	0.85415757128012	2	1	0	1	1	False	103173	fragment	False	FIJ0144_000000025954	0.716564687669931		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	1118.0	99.73200000000001	100.0	0.2011163125675189	MT230156.1	enterobacteria	Escherichia coli strain DH5alpha plasmid pESBL171, complete sequence	False	True
AUS0024_000000006855	4612	0.8541521422237276	6	6	4	5	4	False	115438	maximal	False	ENG0183_000000005558	0.9529901048421455		0	0	False	False	0.9989158511161804	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000000130	69833	0.8541505684162809	74	24	11	14	14	True	112557	fragment	False	FIJ0164_000000000130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	0.0	1.824919859312032e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
AUS0018_000000004249	6135	0.8541474903953858	9	4	3	3	4	False	100067	backbone	False	ENG0060_000000003853	0.9975828224621701	PS336|PS567	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0010_000000002951	6128	0.8541474903953858	9	4	3	3	4	False	100067	backbone	False	ENG0060_000000003853	0.9954300790427238	PS336|PS567	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0112_000000006915	3935	0.8541369050472434	6	6	2	3	6	False	89147	fragment	False	ENG0152_000000005663	0.9953735371105568		0	0	False	False	0.9997458457946777	0					non-mobilizable	other	3935.0	99.898	100.0	0.06191375511488826	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	False
MAD0044_000000017055	1460	0.8541140434721366	2	1	1	1	1	False	17953	maximal	True	MAD0044_000000017055	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	81.818	7.0	0.0013475235816626792	NZ_QLKY01000019.1	a-proteobacteria	Phyllobacterium myrsinacearum strain HAMBI_1992 EJMNOJEN_19, whole genome shotgun sequence	True	False
ISR0017_000000025133	1304	0.8541139325078607	1	1	1	1	1	False	37839	maximal	True	ISR0017_000000025133	1.0		5	2	False	False	0.9984662532806396	0					non-mobilizable	no_good_hit	187.0	77.54	13.0	5.0962246939702835e-05	CP047591.1	firmicutes	Aminipila sp. CBA3637 chromosome, complete genome	True	False
FIJ0003_000000004071	6169	0.8541131863162517	8	3	2	2	3	False	52220	fragment	False	FIJ0003_000000004071	1.0		0	0	False	False	0.9998378753662109	0					non-mobilizable	no_good_hit	1476.0	76.152	30.0	0.1280819434372734	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0035_000000002522	4724	0.8541131863162517	6	3	2	2	3	False	50376	fragment	False	FIJ0035_000000002522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	76.155	36.0	0.1277193618564177	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0042_000000006698	3558	0.8541103531363088	7	2	1	1	2	False	113345	fragment	False	FIJ0140_000000007750	0.956503613118399		0	0	False	False	0.9910061955451965	0					non-mobilizable	virus	3312.0	95.59200000000001	93.0	0.5326210134369435	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ENG0058_000000016882	1992	0.8541103531363088	4	2	1	1	2	False	113338	fragment	False	ISR0329_000000007088	0.9205937794533459		0	0	False	False	1.0	0					non-mobilizable	virus	1278.0	89.515	100.0	0.20398251578436133	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0328_000000018769	1551	0.854102138897246	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.044061295687431425		0	0	False	False	0.9838813543319702	0					non-mobilizable	other	1551.0	97.485	100.0	0.03543667123914038	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0065_000000009120	1233	0.8540965686169459	2	2	1	1	2	True	16621	maximal	True	MAD0065_000000009120	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	76.16	63.0	0.015554207119741101	CP028283.1	firmicutes	Enterococcus faecalis strain FDAARGOS_324 plasmid unnamed3, complete sequence	True	True
DEN0021_000000005410	5560	0.8540958082794621	10	7	4	6	5	False	74877	maximal	True	DEN0021_000000005410	1.0		1	1	False	False	0.9994604587554932	0					non-mobilizable	no_good_hit	61.0	91.803	1.0	1.5490174969271367e-05	NZ_CM001773.1	enterobacteria	Providencia sneebia DSM 19967 chromosome, whole genome shotgun sequence	True	False
ENG0067_000000021398	1207	0.8540881756572285	2	1	1	1	1	False	62639	fragment	False	ENG0067_000000021398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000002427	12901	0.8540873020133506	16	14	9	10	10	False	44653	maximal	True	FIJ0126_000000002427	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	78.118	3.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ITA0005_000000002572	6439	0.8540859879641023	7	6	6	6	5	False	129772	maximal	True	ITA0005_000000002572	1.0	PS1061	1	1	False	True	0.9945643544197083	0					non-mobilizable	chromosome	3066.0	97.03200000000001	95.0	0.0008213687728723735	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CAN0013_000000014174	1600	0.854080085382474	4	3	3	2	3	False	93841	fragment	False	CAN0013_000000014174	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1600.0	97.5	100.0	0.013326550524972688	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0082_000000005108	5229	0.8540726630519283	7	5	3	4	4	False	88011	fragment	False	ISR0082_000000005108	0.9749698431845597		0	0	False	False	0.9992350339889526	0					non-mobilizable	no_good_hit	776.0	85.56700000000001	15.0	0.0002233245739186983	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
USA0024_01_000000006740	3571	0.8540708336366981	5	4	4	4	4	False	95678	maximal	True	USA0024_01_000000006740	0.9950805008944543		24	7	False	False	1.0	0					non-mobilizable	other	3571.0	100.0	100.0	0.00656769137369612	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
MAD0093_000000018416	1729	0.8540699958370274	4	2	2	1	1	False	15666	maximal	True	MAD0093_000000018416	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	80.1	35.0	0.0003501298744458008	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
ISR0111_000000003471	4634	0.8540683836329449	6	6	6	5	5	False	50143	fragment	False	ISR0111_000000003471	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	73.898	25.0	0.0010528538303712352	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
ENG0070_000000002195	9310	0.8540678540954558	9	9	5	5	8	True	62461	fragment	False	ENG0070_000000002195	1.0		0	0	False	False	0.9998925924301147	0					non-mobilizable	no_good_hit	2087.0	81.696	56.0	0.020210621097343746	NZ_PUEC01000007.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq7, whole genome shotgun sequence	True	True
USA0059_01_000000008382	3165	0.8540647045242913	2	2	2	2	2	False	926	maximal	True	USA0059_01_000000008382	1.0		1	1	False	False	0.9687203764915466	0					non-mobilizable	no_good_hit	243.0	72.016	8.0	6.537191814666767e-05	CP020030.1	firmicutes	Geobacillus thermodenitrificans strain T12, complete genome	True	False
SPA0028_000000007923	3482	0.8540597957701959	6	2	2	2	1	True	64057	maximal	True	SPA0028_000000007923	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	69.95	28.0	0.0029398530073496327	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ENG0109_000000013470	1824	0.8540597957701959	4	2	2	2	1	True	59879	fragment	False	ENG0109_000000013470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	70.056	38.0	0.00017438686081569892	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ISR0037_000000004059	4872	0.8540596289805766	8	5	2	4	3	False	104909	fragment	False	ISR0856_000000000942	0.8870552978296565		0	0	False	False	0.9977421760559082	0					non-mobilizable	plasmid	4767.0	98.04899999999999	100.0	0.3844292053247277	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0190_000000020247	1479	0.8540333398427182	2	1	1	1	1	False	54794	fragment	False	ISR0331_000000015064	0.94819869694476		0	0	False	False	0.999323844909668	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.3460147148251503e-05	NZ_LT635772.1	firmicutes	Anaerococcus mediterraneensis strain Marseille-P2765T chromosome contig00001	True	False
FIJ0107_000000008497	3216	0.8540291907767142	4	4	4	3	2	False	131718	maximal	True	FIJ0107_000000008497	1.0		0	0	False	False	0.9937810897827148	0					non-mobilizable	no_good_hit	1668.0	87.23	52.0	0.023162092815707275	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0016_000000026827	1763	0.8540250890733081	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.11069047185898258		0	0	False	False	0.99886554479599	0					non-mobilizable	no_good_hit	267.0	85.76799999999999	15.0	0.005993576695164427	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0070_000000017741	1904	0.8540197426545882	3	3	3	3	3	False	14503	fragment	False	MON0096_000000016816	0.48269809428284854		0	0	False	False	0.9994747638702393	0					non-mobilizable	other	1165.0	80.858	90.0	0.08788292387018502	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	False	False
DEN0031_000000025432	1356	0.8540186925959702	2	2	2	2	1	False	73711	maximal	True	DEN0031_000000025432	1.0		40	9	False	False	0.9970501661300659	0					non-mobilizable	no_good_hit								True	False
ENG0124_000000004370	6702	0.8539903842659808	9	8	7	8	6	False	107287	fragment	False	ENG0124_000000004370	0.9919512195121951		0	0	False	False	0.9998508095741272	0					non-mobilizable	no_good_hit	1010.0	72.77199999999999	18.0	0.0027097761643186478	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
FIJ0122_000000007133	2289	0.8539875705630561	3	2	1	1	2	True	41431	maximal	True	FIJ0122_000000007133	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	2279.0	98.859	99.0	0.04596077798402066	CP042391.1	firmicutes	Leuconostoc lactis strain CBA3626 plasmid unnamed, complete sequence	False	True
USA0117_01_000000002879	9100	0.8539872390349247	8	7	6	5	4	False	108776	fragment	False	USA0117_01_000000002879	0.9958509981866335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	85.27600000000001	2.0	0.005788194940688867	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	False
MAD0092_000000005717	3122	0.8539790045645251	5	3	3	3	3	False	57787	fragment	False	ISR0070_000000005785	0.946093975208994		0	0	False	False	0.9990390539169312	0					non-mobilizable	no_good_hit	161.0	75.77600000000001	5.0	4.318657883723898e-05	NZ_JAGE01000001.1	firmicutes	Ruminiclostridium josui JCM 17888 K412DRAFT_scf7180000000006_quiver.1_C, whole genome shotgun sequence	True	False
CHI0182_000000000768	22013	0.8539670557841758	34	11	5	10	7	False	77397	maximal	True	CHI0182_000000000768	1.0		1	1	False	False	0.998773455619812	0					non-mobilizable	no_good_hit	195.0	75.385	1.0	0.0005704642862476292	NZ_FQXJ01000007.1	firmicutes	Desulfosporosinus lacus DSM 15449, whole genome shotgun sequence	True	False
ISR0087_000000028267	1354	0.8539596788811411	1	1	1	1	1	False	92055	fragment	False	ISR0230_000000023079	0.6858298105245643		0	0	False	False	0.9955686926841736	0					non-mobilizable	no_good_hit	50.0	98.0	4.0	1.1825608475823871e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MON0011_000000019879	2377	0.8539582597680633	3	3	3	3	2	False	108432	fragment	False	MON0011_000000019879	0.9618402324084673		0	0	False	False	1.0	0					non-mobilizable	chromosome	2278.0	100.0	96.0	0.00044235821807152797	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
MON0043_000000014901	1897	0.8539494188962921	2	2	1	1	1	False	11680	maximal	True	MON0043_000000014901	1.0		1	1	False	False	0.9973642826080322	0					non-mobilizable	other	1850.0	77.676	96.0	0.0007804096637307176	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
TAN0002_000000002008	10471	0.8539475220151672	27	3	1	2	2	False	3077	maximal	True	TAN0002_000000002008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0200_000000010580	1927	0.8539425318585512	4	2	2	2	2	False	76101	maximal	True	ENG0200_000000010580	1.0		2	1	False	False	0.9958484768867493	0					non-mobilizable	no_good_hit	721.0	85.16	37.0	0.005120269277671205	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	True	False
CHI0105_000000004940	1388	0.8539350301075831	2	2	1	2	1	True	83186	maximal	True	CHI0105_000000004940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	74.041	24.0	0.08561020036429873	CP019570.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_3, complete sequence	True	True
ISR0208_000000003877	6208	0.8539330297532368	11	8	6	8	7	False	107939	maximal	True	ISR0208_000000003877	1.0		1	1	False	False	0.9998388886451721	0					non-mobilizable	no_good_hit	127.0	75.59100000000001	2.0	3.0974901012526706e-05	NZ_JAATWA010000001.1	cyanobacteria	Pseudanabaena biceps strain O153 scaffold1_size3970958, whole genome shotgun sequence	True	False
FIJ0016_000000013247	1447	0.8539290178137621	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.4321491824989198		0	0	False	False	0.996544599533081	0					non-mobilizable	other	1446.0	98.133	99.0	0.013246429422657352	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0046_000000010001	3013	0.8539280747439532	4	4	4	4	3	False	36189	fragment	False	ISR0046_000000010001	1.0		0	0	False	False	0.993694007396698	0					non-mobilizable	no_good_hit	1022.0	74.658	41.0	0.00036352609416451644	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ENG0076_000000001739	6512	0.8539117056290797	5	5	4	5	4	False	131412	maximal	True	ENG0076_000000001739	1.0		2	1	False	False	0.9998464584350586	0					non-mobilizable	no_good_hit	1951.0	99.846	30.0	0.49897645854657113	NZ_JAANXY010000049.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_49, whole genome shotgun sequence	True	False
ISR0190_000000015506	1459	0.8539086696043525	3	1	0	1	0	True	29174	fragment	False	ISR0190_000000015506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0069_000000001616	15656	0.8539006804834132	14	11	6	6	10	True	82290	maximal	True	MON0069_000000001616	1.0		1	1	False	False	0.9984031915664673	0					non-mobilizable	no_good_hit	11781.0	98.786	75.0	0.003591908676049724	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0232_000000003058	6543	0.8538991496581044	6	6	4	6	4	False	121321	maximal	False	ENG0139_000000002498	0.9377539175856064	PS849	0	0	False	True	0.9995415210723877	0					non-mobilizable	no_good_hit	3440.0	97.44200000000001	75.0	0.0007103412923376737	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
USA0133_01_000000006373	4123	0.8538978450421917	5	5	4	3	4	False	77426	fragment	False	USA0133_01_000000006373	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2971.0	84.618	92.0	0.0007862378385529153	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0161_000000003735	7347	0.8538965912564978	9	6	4	6	3	True	115668	fragment	False	ISR0161_000000003735	1.0		0	0	False	False	0.999863862991333	0					non-mobilizable	other	7199.0	98.764	98.0	0.04195396604281659	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
CHI0125_000000004280	3652	0.8538955226901401	7	6	4	4	4	True	88671	fragment	False	CHI0070_000000002777	0.9562841530054644		0	0	False	False	0.9967141151428223	0	rep_cluster_1085				non-mobilizable	no_good_hit	2238.0	80.25	59.0	0.45256514657980457	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
AST0028_000000004810	3590	0.8538941021337978	7	3	2	2	3	False	118855	fragment	False	AST0028_000000004810	1.0		0	0	False	False	0.999164342880249	0					non-mobilizable	no_good_hit	1765.0	94.90100000000001	57.0	0.0005538021813565033	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0103_000000003512	9368	0.8538918717221492	8	6	4	5	3	False	69844	maximal	True	MON0103_000000003512	1.0		1	1	False	False	0.9998932480812073	0					non-mobilizable	no_good_hit	380.0	75.52600000000001	4.0	0.00012126635527696818	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
DEN0064_000000023784	1748	0.8538878696932891	3	1	1	1	1	False	71247	fragment	False	DEN0064_000000023784	1.0		0	0	False	False	0.9759725332260132	0					non-mobilizable	no_good_hit								True	False
DEN0072_000000014333	1164	0.8538875545965876	1	1	1	1	1	False	70251	fragment	False	DEN0072_000000014333	1.0		0	0	False	False	0.975944995880127	0					non-mobilizable	no_good_hit								True	False
SPA0118_000000012832	2147	0.8538862463094635	3	3	3	3	2	False	88591	maximal	True	SPA0118_000000012832	1.0		21	5	False	False	0.9995342493057251	0					non-mobilizable	chromosome	2148.0	98.836	100.0	0.0006046448331464832	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0140_000000001103	12518	0.8538848301924931	10	7	4	5	3	True	57809	maximal	True	ENG0140_000000001103	1.0		1	1	False	False	0.9987218379974365	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0002053872309997794	NZ_FMBC01000005.1	enterobacteria	Kosakonia oryziphila strain REICA_142, whole genome shotgun sequence	True	True
ISR0219_000000027771	1165	0.8538542725623586	2	2	2	2	2	False	29433	fragment	False	ISR0219_000000027771	0.9824336286477279		0	0	False	False	0.9776824116706848	0					non-mobilizable	other	1165.0	99.742	100.0	0.020636102542282736	NZ_JAAIPV010000028.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_28_length_56406_cov_119.209, whole genome shotgun sequence	False	False
USA0065_01_000000008957	1327	0.8538529600990871	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.25875782753945653		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	89.961	98.0	0.00036676371332930614	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0021_000000003782	12377	0.8538461783853829	16	3	3	3	3	False	49707	maximal	True	FIJ0021_000000003782	1.0		1	1	False	False	0.9997575879096985	0					non-mobilizable	no_good_hit	1006.0	88.96600000000001	8.0	0.007673552992609237	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0353_000000019166	1933	0.8538455687882184	4	4	3	3	2	True	131617	fragment	False	ENG0006_000000010997	0.7849464996014047		0	0	False	False	0.9994826912879944	0					non-mobilizable	other	1890.0	99.259	98.0	0.04358359097411287	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0095_000000001655	10788	0.8538431338721781	12	5	1	2	4	False	33432	maximal	True	ISR0095_000000001655	1.0		6	4	False	False	0.9998146295547485	0					non-mobilizable	no_good_hit	2298.0	94.51700000000001	27.0	0.0003226613264288138	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0009_000000004505	6378	0.8538422215647715	6	3	3	2	2	False	108030	maximal	False	DEN0082_000000005309	0.9669093867156423		0	0	False	False	0.9998432397842407	0					non-mobilizable	no_good_hit	170.0	75.294	3.0	7.682457201540009e-05	LR594036.1	firmicutes	Streptococcus porcinus strain NCTC10710 genome assembly, chromosome: 1	True	False
ISR0208_000000006126	4192	0.8538256945537032	4	4	4	4	3	False	128569	fragment	False	ISR0208_000000006126	0.9706919760303476		0	0	False	False	1.0	0					non-mobilizable	chromosome	4192.0	99.64200000000001	100.0	0.0008364698457710072	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0030_000000020866	1458	0.8538220041158714	3	3	3	2	3	False	127428	fragment	False	SPA0030_000000020866	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1365.0	98.60799999999999	98.0	0.0005559221399252766	CP015901.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3, complete genome	False	True
SPA0143_000000000475	21502	0.8538208373800402	21	9	6	9	7	True	109433	fragment	False	SPA0143_000000000475	0.9757412833453175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.811	4.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
SPA0144_000000000430	21497	0.8538208373800402	21	9	6	9	7	True	109433	fragment	False	SPA0143_000000000475	0.9756769204987542		0	0	False	False	0.9994418025016785	0					non-mobilizable	no_good_hit	795.0	69.811	4.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
MON0103_000000037357	1521	0.8538205309546286	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.363228889764367		0	0	False	False	0.9986850619316101	0					non-mobilizable	no_good_hit	577.0	79.896	37.0	0.002052204306728402	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ENG0106_000000003283	6034	0.8538031316390869	6	5	4	5	4	False	131413	fragment	False	ISR0058_000000003113	0.6975561562082886		0	0	False	False	0.9963539838790894	0					non-mobilizable	no_good_hit	807.0	74.845	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
MAD0089_000000014688	1792	0.8538017428799051	2	1	1	1	1	True	61152	maximal	True	MAD0089_000000014688	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	305.0	99.016	17.0	0.034726981951108064	CP001155.1	firmicutes	Lactobacillus rhamnosus HN001 plasmid pLR001, complete sequence	True	True
MON0048_000000019846	2023	0.8537994549597434	2	2	2	2	2	False	11404	fragment	False	MON0048_000000019846	1.0		0	0	False	False	0.998022735118866	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000010518	2986	0.8537983713122766	4	3	2	3	2	False	91695	fragment	False	USA0057_01_000000010518	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	96.04	99.0	0.0004394421023245387	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
AST0039_000000013067	1207	0.8537931180882675	2	2	2	2	1	True	116459	maximal	True	AST0039_000000013067	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	4.0	1.2397191359946535e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
CHI0174_000000001759	9117	0.8537901766870978	10	4	2	3	3	False	77857	fragment	False	CHI0174_000000001759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	82.771	21.0	0.0004825507855019355	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ENG0066_000000012039	1696	0.8537881631867517	4	3	2	2	3	False	129530	fragment	False	ENG0066_000000012039	0.9707495429616088		0	0	False	True	1.0	0					non-mobilizable	chromosome	1088.0	99.35700000000001	94.0	0.00029129783233679284	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AUS0002_000000027094	1386	0.8537874762859893	3	3	3	3	2	False	102769	fragment	False	AUS0002_000000027094	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1386.0	98.91799999999999	100.0	0.023106825272360233	NZ_PYLQ01000016.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_15, whole genome shotgun sequence	False	False
DEN0041_000000007973	4170	0.8537838112690501	6	6	5	5	5	False	122497	maximal	True	DEN0041_000000007973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2060.0	97.67	49.0	0.25644538547764356	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ENG0073_000000005945	4389	0.8537818358028096	5	3	3	3	3	False	96710	maximal	True	ENG0073_000000005945	1.0	PS517	18	4	False	True	0.9990886449813843	0					non-mobilizable	no_good_hit	537.0	83.613	12.0	0.1941112322791712	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	True
ENG0079_000000008828	3673	0.8537818358028096	4	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9867628458001587	PS517	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.195112785449369e-05	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
ENG0200_000000005409	3655	0.8537818358028096	3	3	3	3	3	False	96709	backbone	True	ENG0200_000000005409	0.988628189892834	PS517	15	4	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	0.028353326063249727	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	True
ENG0150_000000004417	3570	0.8537818358028096	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9840808243474335	PS517	0	0	False	True	0.9988795518875122	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.416429967939993e-05	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
ENG0191_000000008236	3468	0.8537818358028096	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9777746776751106	PS517	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0008_000000006828	3468	0.8537818358028096	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9782320088207788	PS517	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0162_000000007124	3468	0.8537818358028096	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9789622041777397	PS517	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0121_000000005160	3468	0.8537818358028096	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9785042472495211	PS517	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0209_000000005424	3468	0.8537818358028096	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9788405811326667	PS517	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0075_000000006985	3468	0.8537818358028096	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9788405811326667	PS517	0	0	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
ENG0148_000000011011	3444	0.8537818358028096	3	3	3	3	3	False	96709	backbone	False	ENG0200_000000005409	0.9095720935520999	PS517	0	0	False	True	0.9997096657752991	0					non-mobilizable	no_good_hit								True	True
SPA0068_000000008303	1127	0.8537749360186947	4	4	1	3	3	False	5974	maximal	True	SPA0068_000000008303	1.0		2	1	False	False	0.989352285861969	0					non-mobilizable	no_good_hit	230.0	83.913	51.0	4.4318555557196985e-05	CP017990.1	enterobacteria	Enterobacter cloacae complex sp. ECNIH7, complete genome	True	False
SPA0114_000000002349	12896	0.8537709913201802	17	11	4	5	10	True	94840	maximal	True	SPA0114_000000002349	1.0	PS456|PS503	1	1	True	True	1.0	101		MOBB			mobilizable	no_good_hit	5037.0	99.484	76.0	0.45602753373788607	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0180_000000007360	2324	0.8537700749943625	4	3	2	1	3	True	55344	fragment	False	ENG0180_000000007360	1.0		0	0	False	False	1.0	0	IncX4				non-mobilizable	plasmid	1275.0	99.84299999999999	99.0	0.03673904893733598	CP044138.1	enterobacteria	Escherichia coli O157 strain AR-0430 plasmid pAR-0430-2, complete sequence	False	True
CAN0007_000000000851	35772	0.8537642758743438	47	10	6	7	6	True	114982	maximal	True	CAN0007_000000000851	1.0		6	4	False	False	0.9996645450592041	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0003531581494512969	NZ_JNJN01000005.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	True
MON0030_000000000631	25586	0.8537550311673204	34	6	4	2	5	True	97282	fragment	False	ISR0128_000000000663	0.9578539131713414		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	plasmid	25426.0	98.20299999999999	99.0	0.15357371659273047	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0137_000000021062	1750	0.8537336634370312	3	3	0	3	0	True	48643	maximal	True	SPA0137_000000021062	1.0		3	2	False	False	0.998285710811615	0					non-mobilizable	no_good_hit								True	True
DEN0090_000000014634	1897	0.853729689674955	2	2	1	2	1	False	81168	fragment	False	ISR0850_000000007652	0.9727319062181448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000024002	1437	0.8537287003359956	2	2	2	2	1	False	15149	maximal	True	MAD0100_000000024002	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	88.905	48.0	0.1948162916547992	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	False
SPA0008_000000024333	1252	0.8537226512250164	2	2	2	2	1	False	101087	fragment	False	TAN0024_000000004209	0.21622038940820643		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	79.808	95.0	0.00030063522863349153	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AUS0016_000000000477	21407	0.8537205238955486	22	9	6	7	6	True	132142	maximal	True	AUS0016_000000000477	1.0		2	2	False	False	0.9998598694801331	0					non-mobilizable	virus	16878.0	98.803	92.0	0.5072058248337696	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	False	True
CHI0145_000000003155	5424	0.8537163459748478	7	7	7	6	5	False	97834	fragment	False	CHI0145_000000003155	1.0		0	0	False	False	0.9952064752578735	0					non-mobilizable	other	5424.0	99.889	100.0	0.0011683340327969438	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
CAN0012_000000007366	7550	0.8537156957808311	13	5	2	4	5	False	94318	fragment	False	CAN0012_000000007366	0.9870853916725477		0	0	False	False	0.9998675584793091	0					non-mobilizable	no_good_hit	4251.0	99.741	86.0	0.0009912997061329466	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MAD0111_000000011485	1493	0.8537106154112214	3	3	3	3	2	False	14502	fragment	False	MAD0111_000000011485	0.9888924576191521		0	0	False	False	0.9745478630065918	0					non-mobilizable	no_good_hit	1198.0	80.634	88.0	0.09030937215650592	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
ENG0173_000000013839	1220	0.853710137753285	2	1	1	1	1	False	55675	fragment	False	ENG0173_000000013839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0156_000000002147	11636	0.8536960118697654	12	10	9	7	8	False	85269	maximal	True	ISR0156_000000002147	1.0		2	1	False	False	0.9999140501022339	0					non-mobilizable	no_good_hit	6305.0	98.779	54.0	0.07888183990890549	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0012_000000010178	2278	0.8536921150380212	5	1	1	1	1	False	38173	fragment	False	ISR0012_000000010178	1.0		0	0	False	False	0.982440710067749	0					non-mobilizable	no_good_hit								True	False
MON0106_000000019271	2161	0.8536921150380212	6	1	1	1	1	False	8652	maximal	True	MON0106_000000019271	1.0		1	1	False	False	0.9898195266723633	0					non-mobilizable	no_good_hit								True	False
ISR0276_000000008085	1252	0.8536882764342733	2	2	2	2	2	False	26306	fragment	False	ISR0276_000000008085	1.0		0	0	False	False	0.9944089651107788	0					non-mobilizable	no_good_hit	397.0	75.819	31.0	0.0012351912006121975	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ENG0064_000000004268	5339	0.8536811157303086	4	4	3	4	3	False	100046	fragment	False	ENG0064_000000004268	1.0		0	0	False	False	0.9926952719688416	0					non-mobilizable	no_good_hit	948.0	72.679	17.0	0.007290764506731754	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ENG0101_000000004743	5990	0.8536729770390972	6	3	1	3	1	False	60519	maximal	True	ENG0101_000000004743	1.0		1	1	False	False	0.9959933161735535	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	6.465176217267419e-06	CP011966.3	firmicutes	Clostridium beijerinckii NRRL B-598 chromosome, complete genome	True	False
FIJ0105_000000018898	1726	0.85366716907231	1	1	1	1	1	False	93977	fragment	False	FIJ0105_000000018898	0.9828446662507797		0	0	False	False	0.9959443807601929	0					non-mobilizable	other	1655.0	96.012	100.0	0.0004423926802756867	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0034_000000018007	1603	0.85366716907231	1	1	1	1	1	False	93977	fragment	False	FIJ0105_000000018898	0.9516222479721901		0	0	False	False	0.9594510197639465	0					non-mobilizable	other	1563.0	97.889	100.0	0.0004180235919554158	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0073_000000015708	1530	0.85366716907231	1	1	1	1	1	False	93975	fragment	False	ENG0073_000000015708	1.0		0	0	False	False	0.9993463754653931	0					non-mobilizable	other	1545.0	98.12299999999999	100.0	0.000413471124906574	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0813_000000024409	1284	0.85366716907231	1	1	1	1	1	False	61214	fragment	False	ENG0184_000000018158	0.9799394376451703		0	0	False	False	0.9875389337539673	0					non-mobilizable	other	1269.0	99.84200000000001	99.0	0.00033956048340773044	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0130_01_000000026338	1250	0.85366716907231	1	1	1	1	1	False	61214	fragment	False	ENG0184_000000018158	0.9883551708843372		0	0	False	False	0.9864000082015991	0					non-mobilizable	other	1265.0	97.391	100.0	0.00033848931469035595	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0184_000000018158	1250	0.85366716907231	1	1	1	1	1	False	61214	fragment	False	ENG0184_000000018158	0.9901622662274605		0	0	False	False	0.9944000244140625	0					non-mobilizable	other	1265.0	97.787	100.0	0.00033848931469035595	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0012_000000047645	1220	0.85366716907231	1	1	1	1	1	False	13572	fragment	False	MON0012_000000047645	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	97.686	99.0	0.0003234929526471123	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CAN0006_000000020627	2199	0.8536611520567456	3	2	1	2	2	False	95650	fragment	False	CAN0006_000000020627	1.0		0	0	False	False	0.9890859723091125	0					non-mobilizable	no_good_hit	735.0	89.116	34.0	0.00017299884062493593	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
SPA0047_000000016954	2314	0.8536582991464708	3	3	3	1	1	False	76383	fragment	False	SPA0047_000000016954	1.0		0	0	False	False	0.9939498901367188	0					non-mobilizable	other	2220.0	96.84700000000001	96.0	0.0005936952616048411	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0066_000000021951	1469	0.8536582991464708	3	3	3	1	1	False	76379	fragment	False	ISR0066_000000021951	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	99.728	100.0	0.00039311891927645766	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0065_000000015758	1252	0.8536511744843148	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.04967059793762695		0	0	False	False	0.9992012977600098	0					non-mobilizable	other	1194.0	79.899	94.0	0.01651048639000446	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0152_000000009770	2405	0.8536448092133957	5	1	1	1	1	False	113339	fragment	False	ITA0003_000000002146	0.6266129032258064		0	0	False	False	1.0	0					non-mobilizable	virus	2405.0	97.464	100.0	0.38918568884571797	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
DEN0090_000000010082	2577	0.8536431762073877	3	2	2	2	2	False	68761	maximal	True	DEN0090_000000010082	1.0		7	2	False	False	0.9976717233657837	0					non-mobilizable	no_good_hit	1282.0	100.0	81.0	0.0003612922586435154	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0159_000000011084	2065	0.8536316329087192	2	2	2	2	1	True	56532	maximal	True	ENG0159_000000011084	1.0		4	3	False	False	0.9980629682540894	0					non-mobilizable	other	2071.0	86.963	100.0	0.0006776328992257887	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	True
FIJ0034_000000024595	1142	0.8536131289503955	2	2	2	2	0	True	48063	maximal	True	FIJ0034_000000024595	1.0		1	1	False	False	0.9763572812080383	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.108801833183555e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0153_000000005790	4472	0.8536096248756456	5	5	5	5	5	False	109677	maximal	True	ISR0153_000000005790	1.0		94	12	False	False	1.0	0					non-mobilizable	chromosome	4472.0	99.978	100.0	0.0009278796176330747	CP035331.1	enterobacteria	Escherichia coli strain BR25-DEC chromosome	False	False
ISR0301_000000004606	3561	0.8536079923269838	5	3	2	3	2	False	130454	fragment	False	ISR0379_000000005603	0.9768209210744262		0	0	False	False	1.0	0					non-mobilizable	other	3564.0	99.495	100.0	0.005685408462211102	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0280_000000002902	3395	0.8536079923269838	5	3	2	3	2	False	130454	fragment	False	ISR0379_000000005603	0.8618808236731204		0	0	False	False	1.0	0					non-mobilizable	other	3398.0	99.5	100.0	0.005420525553222317	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0207_000000008114	3394	0.8536079923269838	5	3	2	3	2	False	130454	fragment	False	ISR0379_000000005603	0.8591525068749941		0	0	False	False	0.9997053742408752	0					non-mobilizable	other	3397.0	99.47	100.0	0.005418929873047686	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0219_000000009621	3383	0.8536079923269838	5	3	2	3	2	False	130454	fragment	False	ISR0379_000000005603	0.8598313214585155		0	0	False	False	0.9997044205665588	0					non-mobilizable	other	3386.0	99.439	100.0	0.005401377391126742	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0822_000000001690	3340	0.8536079923269838	5	3	2	3	2	False	130454	fragment	False	ISR0379_000000005603	0.749107936183343		0	0	False	False	1.0	0					non-mobilizable	other	3340.0	99.671	100.0	0.0053279761030937045	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0809_000000002239	3338	0.8536079923269838	5	3	2	3	2	False	130454	fragment	False	ISR0379_000000005603	0.7530538070182566		0	0	False	False	1.0	0					non-mobilizable	other	3341.0	99.431	100.0	0.0053279761030937045	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0115_000000018739	1509	0.8536073789659984	2	2	2	2	1	False	4386	fragment	False	SPA0115_000000018739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1304.0	88.42	86.0	0.000398060205536033	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
CHI0041_000000002788	4810	0.8536055587006087	6	3	2	2	2	False	117845	maximal	True	CHI0041_000000002788	1.0	PS794|PS796	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1383.0	96.45700000000001	46.0	0.00029166507387827744	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
SPA0149_000000030527	1323	0.8536050961253023	2	1	1	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.26784419584128477		0	0	False	False	0.9931972622871399	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	5.0	0.00021439498824461377	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
CHI0141_000000001983	13672	0.8535954339981425	23	13	10	11	4	True	81671	maximal	True	CHI0141_000000001983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5726.0	98.376	68.0	0.0018055747514889207	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
MON0049_000000000774	14725	0.8535929411945008	16	10	3	6	6	False	122523	fragment	False	MON0049_000000000774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5370.0	96.62899999999999	53.0	0.1200232750710561	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0093_000000022023	1464	0.8535817911196899	3	2	1	2	1	False	78242	fragment	False	ISR0022_000000017797	0.3182398093802095		0	0	False	False	0.998633861541748	0					non-mobilizable	no_good_hit	1029.0	92.711	70.0	0.00030890895224767393	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0087_000000031086	1645	0.8535745190239731	3	3	3	3	2	False	57556	fragment	False	MON0087_000000031086	0.9769234926348542		0	0	False	False	0.9939209818840027	0					non-mobilizable	other	1627.0	98.095	99.0	0.011648565779293348	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0104_000000002317	11629	0.8535734883094545	14	13	6	7	13	False	79780	fragment	False	MON0104_000000002317	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	11466.0	99.485	99.0	0.10328177502319673	CP030268.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain SC-7 plasmid pSC7-IncFIB-110K, complete sequence	False	True
DEN0061_000000016290	2552	0.8535580532757662	4	4	4	4	3	False	78191	fragment	False	ISR0194_000000009614	0.9549459747564683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2096.0	83.54	81.0	0.00045593739218251146	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
MON0077_000000029436	1515	0.853549199293817	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.6120218054900273		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	99.01	100.0	0.013878957886438222	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0094_000000010151	1996	0.8535454193460971	2	2	2	2	2	False	43182	fragment	False	FIJ0094_000000010151	1.0		0	0	False	False	0.9984970092773438	0					non-mobilizable	no_good_hit								True	False
ISR0787_000000003811	3514	0.8535427259244761	5	5	4	5	4	False	75930	fragment	False	FIJ0026_000000007981	0.9545691906005223		0	0	False	True	0.9971542358398438	0					non-mobilizable	no_good_hit	693.0	79.942	20.0	0.00019294703100658788	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
CHI0141_000000000730	32079	0.8535412575058816	25	8	0	7	3	True	89047	fragment	False	CHI0141_000000000730	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	28549.0	97.072	99.0	0.2919484026719314	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ISR0351_000000000615	13669	0.8535372488414619	19	18	12	14	15	True	123634	fragment	False	SPA0040_000000001750	0.9604380778499721		0	0	False	True	0.9999268651008606	0	rep_cluster_1702				non-mobilizable	other	13674.0	99.912	99.0	0.13644619192080473	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0092_000000002279	13647	0.8535372488414619	19	18	12	14	15	True	123634	fragment	False	SPA0040_000000001750	0.9606720278558122		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	13658.0	99.89	100.0	0.13624660705732078	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0359_000000002386	8080	0.8535288264901659	6	5	4	5	4	False	120529	fragment	False	ISR0359_000000002386	0.9953697832186823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2061.0	78.65100000000001	50.0	0.0006802452760559011	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ISR0152_000000003393	7487	0.8535288264901659	5	5	4	5	4	False	120529	fragment	False	ISR0359_000000002386	0.9763806827157708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2040.0	78.725	54.0	0.0006735598187973665	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ISR0194_000000002861	7127	0.8535288264901659	5	5	4	5	4	False	120529	fragment	False	ISR0359_000000002386	0.7214835428029613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1921.0	79.282	51.0	0.0006351184395607922	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ISR0066_000000010460	3101	0.8535172747255946	4	2	2	2	1	False	66923	fragment	False	ISR0066_000000010460	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2883.0	96.566	93.0	0.06933410371226346	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0040_000000001161	16452	0.8535129226095839	18	15	12	12	12	False	36510	maximal	True	ISR0040_000000001161	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.000172431004909746	NZ_FQXH01000006.1	firmicutes	Tepidibacter thalassicus DSM 15285, whole genome shotgun sequence	True	False
USA0017_01_000000014740	1861	0.8534956284207065	3	3	3	2	2	True	84211	fragment	False	CHI0094_000000002563	0.9282754124868454		0	0	False	False	0.9838796257972717	0					non-mobilizable	other	1855.0	93.26100000000001	99.0	0.0005134656291828426	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
DEN0061_000000005352	6245	0.8534916206887628	6	2	1	2	1	False	71954	maximal	True	DEN0061_000000005352	1.0		1	1	False	False	0.9991993308067322	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	0.0008151857458949575	NC_005294.1	viruses	Streptococcus prophage EJ-1, complete genome	True	False
USA0119_01_000000008321	2868	0.8534904806854299	3	2	2	2	1	False	96364	fragment	False	USA0119_01_000000008321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2087.0	96.50200000000001	80.0	0.0006108635314471726	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
AST0053_000000002338	5009	0.8534816458465536	7	4	2	4	3	False	114248	fragment	False	AST0053_000000002338	1.0		0	0	False	False	0.9998003840446472	0					non-mobilizable	other	3625.0	89.931	98.0	0.0009584126373589936	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
MAD0002_000000004404	6190	0.8534767974647379	8	6	5	6	6	False	99048	fragment	False	MAD0002_000000004404	1.0		0	0	False	False	0.9851373434066772	0					non-mobilizable	no_good_hit	561.0	77.362	9.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0074_000000002789	10163	0.8534762212853751	8	7	3	3	7	False	86887	maximal	True	FIJ0074_000000002789	0.9912149132204843		94	9	False	False	0.9998031854629517	0					non-mobilizable	chromosome	10207.0	85.52	100.0	0.0028371505794509916	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0127_000000007084	3585	0.8534704863135381	7	2	2	1	2	False	115226	maximal	True	ENG0127_000000007084	1.0		0	0	False	False	0.9997210502624512	0					non-mobilizable	no_good_hit	2515.0	99.72200000000001	70.0	0.019453085101443893	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0064_000000006683	2916	0.8534704863135381	4	2	2	1	2	False	115223	fragment	False	ISR0064_000000006683	1.0		0	0	False	False	0.9993141293525696	0					non-mobilizable	no_good_hit	2515.0	99.404	86.0	0.019453085101443893	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0024_000000008805	2615	0.8534704863135381	4	2	2	1	2	False	115217	fragment	False	ISR0024_000000008805	0.9708349980023971		0	0	False	False	1.0	0					non-mobilizable	other	2546.0	99.921	100.0	0.019692960056950957	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0060_000000011216	2574	0.8534704863135381	3	2	2	1	2	False	115214	fragment	False	AST0060_000000011216	0.9523887165528601		0	0	False	False	0.999611496925354	0					non-mobilizable	other	2343.0	99.36	91.0	0.018122165993469212	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0281_000000006633	2533	0.8534704863135381	3	2	2	1	2	False	115214	fragment	False	AST0060_000000011216	0.9472083337646519		0	0	False	False	0.9996052384376526	0					non-mobilizable	other	2509.0	99.402	99.0	0.01940665769070059	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0109_000000005712	2477	0.8534704863135381	3	2	2	1	2	False	115214	fragment	False	AST0060_000000011216	0.935941710319918		0	0	False	False	0.9846588373184204	0					non-mobilizable	other	2322.0	99.225	94.0	0.01795967005586765	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0099_000000016756	2033	0.8534704863135381	3	2	2	1	2	False	115211	fragment	False	DEN0046_000000011689	0.6354368932038835		0	0	False	False	1.0	0					non-mobilizable	other	1978.0	99.444	97.0	0.015297831839918287	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0159_000000014578	1127	0.8534685662132301	1	1	1	1	1	False	78783	fragment	False	MON0008_000000030537	0.4129560747701835		0	0	False	False	0.9866903424263	0					non-mobilizable	no_good_hit	303.0	75.248	27.0	5.680353984512704e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0216_000000002957	6998	0.8534681582389224	9	3	2	2	1	False	108803	fragment	False	ISR0216_000000002957	1.0		0	0	False	False	0.999428391456604	0					non-mobilizable	no_good_hit	132.0	89.39399999999999	2.0	3.920182686498203e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0248_000000001350	3659	0.8534653167766441	4	2	2	2	2	False	69948	maximal	True	ISR0248_000000001350	1.0		0	0	False	False	0.9964471459388733	0					non-mobilizable	no_good_hit	1835.0	85.995	50.0	0.0413758836416198	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0081_000000015446	1550	0.8534588844406326	3	2	1	2	1	True	77457	fragment	False	USA0010_01_000000014372	0.5156700937206912		0	0	False	False	1.0	0					non-mobilizable	chromosome	1550.0	97.87100000000001	100.0	0.00023576232965448718	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
SPA0030_000000013990	2190	0.8534496739691363	3	3	3	3	3	False	43157	fragment	False	SPA0030_000000013990	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	88.335	94.0	0.00032824033190595995	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CAN0010_000000010257	1283	0.8534369136807979	2	2	2	2	2	False	94573	fragment	False	CAN0010_000000010257	1.0		0	0	False	False	0.9906468987464905	0					non-mobilizable	other	1300.0	79.23100000000001	99.0	0.0022594506372070186	NZ_FOZH01000003.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
USA0080_01_000000013762	3177	0.8534273113303368	3	3	3	3	2	False	35167	maximal	True	USA0080_01_000000013762	1.0		22	4	False	False	0.9937047362327576	0					non-mobilizable	other	3043.0	98.061	96.0	0.0008635411888140474	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0084_000000009581	1919	0.8534254376327738	4	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.05614883187391277		0	0	False	False	1.0	0					non-mobilizable	other	1919.0	99.635	100.0	0.172544080604534	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0192_000000000462	27616	0.8534244871189889	30	17	7	12	13	True	29139	maximal	True	ISR0192_000000000462	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1937.0	98.141	12.0	0.26776260796879353	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
ISR0225_000000002560	5059	0.8534226268899902	5	3	3	3	2	False	64958	fragment	False	SPA0114_000000007486	0.9589253187613844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	72.075	18.0	0.002785733534716695	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
ENG0039_000000006661	3566	0.8534226268899902	5	3	3	3	2	False	64957	fragment	False	ENG0039_000000006661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	72.075	25.0	0.002785733534716695	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
ISR0374_000000007255	2194	0.8534215567964091	5	2	2	2	1	False	30808	fragment	False	ISR0374_000000007255	1.0		0	0	False	False	0.9972652792930603	0					non-mobilizable	no_good_hit	1307.0	99.005	60.0	0.0236077920196973	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
ISR0084_000000006231	3700	0.8534198444719703	4	3	2	2	3	False	92466	fragment	False	ISR0084_000000006231	1.0		0	0	False	False	0.9986486434936523	0					non-mobilizable	no_good_hit	2735.0	92.431	73.0	0.11172475863197513	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0021_000000030767	1224	0.8534178245884243	2	1	1	1	1	False	74691	maximal	True	DEN0021_000000030767	1.0		8	4	False	False	0.9844771027565002	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	9.740610329945085e-06	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
ISR0017_000000006601	5018	0.853416763950229	4	3	2	3	2	False	37874	fragment	False	ISR0017_000000006601	1.0		0	0	False	False	0.9994021654129028	0					non-mobilizable	no_good_hit	659.0	73.596	15.0	0.003857371899164039	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ENG0096_000000021839	1483	0.8534160531558853	2	2	1	2	1	False	111194	fragment	False	DEN0073_000000032994	0.9495980300456861		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	96.133	99.0	0.00020720333648184544	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0095_000000013597	1421	0.8534160531558853	2	2	1	2	1	False	111195	fragment	False	SPA0095_000000013597	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1420.0	98.23899999999999	100.0	0.00020028714881998547	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CAN0006_000000032273	1393	0.8534160531558853	2	2	1	2	1	False	111194	fragment	False	DEN0073_000000032994	0.3900445765230312		0	0	False	False	0.9992821216583252	0					non-mobilizable	chromosome	1393.0	98.78	100.0	0.00019577045483672997	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0150_000000015573	1346	0.8534160531558853	2	2	1	2	1	False	111194	fragment	False	DEN0073_000000032994	0.5658742610073777		0	0	False	False	0.9910846948623657	0					non-mobilizable	chromosome	1343.0	97.84100000000001	100.0	0.0001891365605488235	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MAD0059_000000007343	2629	0.8534143936990648	3	2	0	0	2	False	16906	fragment	False	MAD0059_000000007343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000014882	2730	0.8534087141615322	4	4	3	4	3	False	68765	fragment	False	MAD0097_000000014882	0.9876838235294116		0	0	False	False	0.997802197933197	0					non-mobilizable	other	2771.0	75.67699999999999	100.0	0.008937531461604663	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	False	False
ENG0119_000000006693	4829	0.853399990257231	8	2	1	1	2	False	99730	maximal	True	ENG0119_000000006693	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	94.569	51.0	0.0002858608810378949	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CAN0021_000000010517	3964	0.853390395917525	5	4	4	4	4	False	91649	fragment	False	CAN0021_000000010517	0.9645464025026069		0	0	False	False	0.9954591393470764	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	8.98958332032757e-06	CP027778.1	firmicutes	Clostridium botulinum strain Mfbjulcb6 chromosome, complete genome	True	False
CHI0009_000000001784	4888	0.8533827558108218	7	2	1	1	1	True	90489	maximal	True	CHI0009_000000001784	1.0		3	2	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	2362.0	97.587	58.0	0.21417551501951176	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0021_000000012292	1914	0.8533827558108218	4	2	1	1	1	True	37632	fragment	False	ISR0021_000000012292	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1914.0	99.896	100.0	0.2296242948025447	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	False	True
USA0057_01_000000001229	19210	0.8533816371454598	21	7	5	7	4	True	111595	fragment	False	USA0057_01_000000001229	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8971.0	96.522	95.0	0.19413292920545572	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0818_000000001815	8275	0.8533746900500491	6	5	4	5	2	False	116116	fragment	False	ISR0818_000000001815	1.0		0	0	False	False	0.9908156991004944	0					non-mobilizable	no_good_hit	245.0	71.837	3.0	7.652624850323662e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0020_000000018324	1430	0.8533737799301618	4	2	1	1	2	True	131617	fragment	False	ENG0006_000000010997	0.233082853854411		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	99.58	100.0	0.032970329011120854	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0094_000000013092	1346	0.8533737799301618	4	2	1	1	2	True	131617	fragment	False	ENG0006_000000010997	0.13306651673674857		0	0	False	False	1.0	0					non-mobilizable	chromosome	1302.0	99.155	100.0	0.000370057485486408	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0133_000000013191	1864	0.8533734463769614	2	1	1	1	1	False	58254	maximal	True	ENG0133_000000013191	1.0		180	14	False	False	0.9978540539741516	0					non-mobilizable	other	1855.0	98.706	99.0	0.8986420950533462	KU544213.1	bacteria	Uncultured bacterium clone CX_IN_B_Contig_24 genomic sequence	False	False
MAD0005_000000006443	3857	0.8533728531280896	3	2	2	2	2	False	131545	fragment	False	FIJ0029_000000008613	0.9723525055541842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	81.594	53.0	0.0022945942876737646	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
SPA0127_000000021898	1338	0.8533728531280896	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.054633357221176564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	79.967	89.0	0.016705711735832216	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0031_01_000000018859	1422	0.8533606782642399	2	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.10292775417207296		0	0	False	False	0.9943740963935852	0					non-mobilizable	other	1422.0	99.43700000000001	100.0	0.0012197969351421694	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
SPA0139_000000024040	1177	0.8533584311304208	2	2	2	2	2	False	94762	fragment	False	FIJ0028_000000015259	0.24250166936976475		0	0	False	False	0.9855564832687378	0					non-mobilizable	no_good_hit	476.0	73.109	40.0	0.0010660566199599656	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
CHI0159_000000002286	5525	0.8533489785978443	7	5	3	5	2	True	91791	fragment	False	CHI0159_000000002286	1.0		0	0	False	False	0.9994570016860962	0					non-mobilizable	no_good_hit	795.0	76.101	14.0	0.0002743181086202113	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0031_000000001625	11582	0.8533486594735097	16	6	4	5	5	False	48637	maximal	True	FIJ0031_000000001625	1.0		1	1	False	False	0.9999136328697205	0					non-mobilizable	no_good_hit	390.0	98.462	11.0	0.00011042653597917963	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0201_000000020330	1460	0.853335237136322	1	1	0	1	0	True	74132	fragment	False	ISR0201_000000020330	1.0		0	0	False	False	0.9760273694992065	0					non-mobilizable	no_good_hit								True	True
DEN0026_000000022356	1261	0.853335237136322	1	1	0	1	0	True	74130	fragment	False	DEN0026_000000022356	1.0		0	0	False	False	0.9992069602012634	0					non-mobilizable	no_good_hit								True	True
FIJ0075_000000002362	6859	0.8533087906150432	6	5	4	4	3	True	96830	fragment	False	FIJ0075_000000002362	1.0		0	0	False	False	0.9969383478164673	0					non-mobilizable	no_good_hit	2934.0	90.559	58.0	0.017882672075660747	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	True
MAD0005_000000017652	1726	0.8533056787232979	3	3	3	2	2	False	23322	fragment	False	MAD0005_000000017652	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	82.523	90.0	0.00041978772381874265	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ENG0116_000000015143	1582	0.8532972359765234	2	2	2	2	2	False	63419	maximal	True	ENG0116_000000015143	0.9879310344827585		2	1	False	False	0.998735785484314	0					non-mobilizable	no_good_hit	466.0	70.172	29.0	0.00015844792078021847	NZ_FSRO01000001.1	b-proteobacteria	Nitrosomonas cryotolerans ATCC 49181, whole genome shotgun sequence	True	False
ENG0058_000000023762	1450	0.8532972359765234	2	2	2	2	2	False	63419	maximal	False	ENG0116_000000015143	0.9472187104930467		0	0	False	False	0.9972413778305054	0					non-mobilizable	no_good_hit	466.0	70.172	32.0	0.00015844792078021847	NZ_FSRO01000001.1	b-proteobacteria	Nitrosomonas cryotolerans ATCC 49181, whole genome shotgun sequence	True	False
ISR0320_000000006622	3247	0.8532888973277298	6	5	5	5	4	False	120077	fragment	False	ISR0155_000000005779	0.5517977725762421		0	0	False	False	0.9996920228004456	0					non-mobilizable	other	3247.0	98.399	100.0	0.0006855502026132431	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0108_000000001813	11912	0.8532877986011499	12	6	3	6	3	True	122933	fragment	False	ISR0108_000000001813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2438.0	94.258	78.0	0.10566741885089394	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
AST0019_000000002007	10607	0.8532877986011499	10	6	3	6	3	True	122931	fragment	False	AST0019_000000002007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2439.0	95.531	80.0	0.10566741885089394	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0135_000000003838	4956	0.8532861075441474	7	6	3	5	3	True	124672	fragment	False	ISR0135_000000003838	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2306.0	83.088	46.0	0.0007121040262965178	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0039_000000000162	57529	0.8532844789848014	68	39	18	21	30	True	109310	maximal	True	ENG0039_000000000162	1.0		17	6	False	False	0.9999478459358215	0					non-mobilizable	no_good_hit	39573.0	98.85799999999999	71.0	0.048406858994994924	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
CHI0130_000000011748	1422	0.8532801692775686	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.07456638732445812		0	0	False	False	0.9746835231781006	0					non-mobilizable	other	1385.0	80.433	97.0	0.019173917893797413	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0007_000000015664	1208	0.8532801692775686	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.01790887727319714		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	78.143	100.0	0.016831213743864346	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0050_000000011517	1202	0.8532801692775686	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.017708005844532117		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	78.744	96.0	0.01606425702811245	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0201_000000014425	2096	0.853278953335509	3	2	2	2	2	False	131801	maximal	False	USA0023_01_000000014633	0.9891458235016517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	90.33200000000001	85.0	0.00399770782984487	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0109_000000012391	2593	0.8532775272679018	5	4	3	2	3	False	131138	fragment	False	ISR0109_000000012391	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	100.0	92.0	0.006855944507178577	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0380_000000002894	3829	0.8532769941076832	6	6	3	5	5	True	126940	maximal	True	ISR0380_000000002894	1.0	PS981	24	6	True	True	0.9994776844978333	6					non-mobilizable	no_good_hit	3012.0	99.402	85.0	0.10825094373539457	GU128949.1	firmicutes	Enterococcus faecalis strain DS5 plasmid pAMbeta1, complete sequence	True	True
MAD0047_000000035920	1331	0.8532756669067869	2	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.48892113872231896		0	0	False	False	0.9992486834526062	0					non-mobilizable	other	1338.0	89.462	100.0	0.004775364421564729	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
TAN0019_000000000507	8582	0.8532747622735529	10	5	2	5	1	True	87155	maximal	True	TAN0019_000000000507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.029983342587451417	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0312_000000001821	7326	0.8532745913050885	9	3	1	3	1	True	25267	maximal	True	ISR0312_000000001821	1.0		2	2	False	False	0.9984984993934631	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	1.3990318699459973e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
MON0050_000000030981	1316	0.8532727807060385	2	1	1	1	1	False	30040	fragment	False	ISR0170_000000032791	0.9467270194986073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	85.546	45.0	0.00016610222669262783	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0151_000000010331	1922	0.8532674420734138	2	1	1	1	1	False	56214	fragment	False	ISR0151_000000010331	1.0		0	0	False	False	0.9994797110557556	0					non-mobilizable	other	1923.0	95.32	100.0	0.021653811252268604	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0148_000000011778	2975	0.8532668823428179	1	1	1	0	1	False	105092	fragment	False	AST0148_000000011778	1.0		0	0	False	False	0.9996638894081116	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000023479	2028	0.8532668823428179	1	1	1	0	1	False	94209	fragment	False	CAN0012_000000023479	1.0		0	0	False	False	0.9995068907737732	0					non-mobilizable	no_good_hit								True	False
ISR0786_000000004413	4100	0.8532640143914387	4	3	3	3	3	False	102307	maximal	True	ISR0786_000000004413	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	2540.0	99.291	66.0	0.0007050780056761695	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0086_000000005406	1789	0.8532543495798901	2	2	2	2	2	False	108429	fragment	False	MAD0086_000000005406	1.0		0	0	False	False	0.9977641105651855	0					non-mobilizable	chromosome	1789.0	99.944	100.0	0.0003409325573240532	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
ISR0849_000000000895	18499	0.8532543394836648	19	12	7	9	10	False	115950	maximal	True	ISR0849_000000000895	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1917.0	72.457	10.0	0.02224938587933851	NZ_AUDP01000023.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
SPA0030_000000001136	18377	0.8532543130506203	23	18	5	11	18	True	93734	fragment	False	SPA0030_000000001136	1.0		0	0	False	False	0.9999455809593201	0					non-mobilizable	other	16819.0	99.935	94.0	0.021967170717753597	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
USA0060_01_000000002698	5652	0.8532525015187867	5	5	5	5	5	False	95831	maximal	True	USA0060_01_000000002698	1.0		35	9	False	False	1.0	0					non-mobilizable	no_good_hit	2995.0	99.833	53.0	0.14481257557436517	NZ_WNCH01000042.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold42_size20675, whole genome shotgun sequence	True	False
ISR0170_000000032791	1436	0.8532378705355046	2	2	2	2	2	False	30040	fragment	False	ISR0170_000000032791	0.9874620060790273		0	0	False	False	0.9993036389350891	0					non-mobilizable	no_good_hit	573.0	85.34	40.0	0.00015995029237067865	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0125_000000012804	2727	0.8532247889734259	3	1	1	1	1	False	4022	maximal	True	SPA0125_000000012804	1.0		1	1	False	False	0.9955995678901672	0					non-mobilizable	no_good_hit								True	False
MON0093_000000030789	1491	0.8532212416024291	3	3	2	3	2	False	9381	maximal	True	MON0093_000000030789	1.0		85	11	False	False	0.9221998453140259	0					non-mobilizable	no_good_hit	368.0	78.804	24.0	0.00011099879090602762	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MAD0069_000000001131	5466	0.8532204489462994	6	5	1	5	2	False	101175	maximal	True	MAD0069_000000001131	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	83.919	14.0	0.05474074074074074	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
MAD0043_000000004865	4599	0.8532158868075322	5	5	3	4	5	True	18449	fragment	False	MAD0043_000000004865	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4132.0	98.596	99.0	0.029022374634585114	CP019905.1	enterobacteria	Escherichia coli strain MDR_56 plasmid unnamed6, complete sequence	False	True
DEN0021_000000003948	7253	0.8532077216569632	6	6	4	4	3	False	132280	fragment	False	ENG0085_000000002909	0.586280363305306		0	0	False	False	1.0	0					non-mobilizable	other	7272.0	95.06299999999999	100.0	0.3217876600079727	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
MON0013_000000007347	5622	0.8532057196691951	12	2	2	2	1	True	112943	maximal	True	MON0013_000000007347	1.0		1	1	False	False	0.9998221397399902	0					non-mobilizable	no_good_hit	1163.0	92.26100000000001	51.0	0.02054017651437281	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0006_000000002650	10291	0.85320387330365	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.686668154621336	PS1166	0	0	True	True	1.0	23					non-mobilizable	other	10304.0	97.758	100.0	0.2742713916220036	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0160_000000002223	10116	0.85320387330365	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6840973153937288	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10129.0	97.80799999999999	100.0	0.3778915505063717	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
SPA0076_000000000769	10072	0.85320387330365	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6823706309022907	PS1166	0	0	True	True	1.0	7					non-mobilizable	other	10082.0	97.77799999999999	100.0	0.2683785297176226	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0070_000000005071	6196	0.8532029635690379	10	8	2	3	6	True	101524	fragment	False	DEN0070_000000005071	1.0		0	0	False	False	0.9961265325546265	0					non-mobilizable	chromosome	6183.0	99.14299999999999	99.0	0.0009404618689057949	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0077_000000013475	2440	0.8531965054259494	3	2	2	2	1	False	41618	fragment	False	ISR0077_000000013475	0.9908253734637147		0	0	False	False	0.9991803169250488	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	1.0787168039097238e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0103_000000012019	2374	0.8531965054259494	2	2	2	2	1	False	41618	fragment	False	ISR0077_000000013475	0.9851026501940849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	2.0	1.1071040882231377e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0812_000000016850	2365	0.8531965054259494	2	2	2	2	1	False	41618	fragment	False	ISR0077_000000013475	0.9831215120330751		0	0	False	False	0.991966187953949	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	1.0787168039097238e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0027_000000013380	1708	0.8531918818095409	2	2	2	2	2	False	108714	fragment	False	ISR0212_000000018440	0.7799476264450316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	97.527	21.0	0.010011583650504717	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0131_000000003988	5317	0.853191223343048	8	4	4	4	4	False	7910	fragment	False	SPA0131_000000003988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	72.907	16.0	0.00020830697195683019	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ISR0799_000000006112	2503	0.8531842156585102	4	3	2	1	3	False	115217	fragment	False	ISR0024_000000008805	0.9506692160611855		0	0	False	False	1.0	0					non-mobilizable	other	2503.0	99.76	100.0	0.019352492378166736	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0028_000000001458	17976	0.853183381071595	26	7	4	7	5	False	87570	maximal	True	FIJ0028_000000001458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1780.0	99.101	15.0	0.09817780231916068	KC188672.1	firmicutes	Clostridium clostridioforme strain CIP 110263 integrative conjugative element ICECCm201 genomic sequence	True	False
ISR0302_000000011818	1396	0.8531671238539192	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.0739351620582625		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	78.604	94.0	0.018379071842927263	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0124_000000011410	2550	0.8531649025168281	4	3	2	3	2	False	4057	maximal	True	SPA0124_000000011410	1.0		1	1	False	False	0.998431384563446	0					non-mobilizable	no_good_hit	980.0	88.571	46.0	0.00027583437076764876	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0077_000000039707	1155	0.8531592459572462	2	2	2	2	1	True	10188	maximal	True	MON0077_000000039707	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	76.291	65.0	0.00020684135435153288	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0191_000000003877	6336	0.8531498863950436	8	6	3	4	5	True	96772	backbone	True	ENG0191_000000003877	1.0	PS519	39	11	True	True	1.0	57					non-mobilizable	no_good_hit	1345.0	84.089	68.0	0.14463166990710738	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0231_000000000118	41977	0.8531456535188144	47	17	10	16	8	True	122324	fragment	False	ISR0067_000000000295	0.9674858987521721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.594	3.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
FIJ0142_000000004151	6763	0.8531348661761934	8	3	2	2	0	False	89997	fragment	False	FIJ0142_000000004151	1.0		0	0	False	False	0.9998521208763123	0					non-mobilizable	other	6567.0	99.741	97.0	0.007196620583717358	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
AST0104_000000001524	15800	0.853134828817861	19	8	2	8	3	False	108044	maximal	True	AST0104_000000001524	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.1178717510454895e-06	CP020684.1	bony fishes	Oryzias latipes strain Hd-rR chromosome 20 sequence	True	False
ISR0101_000000012437	1912	0.8531317887316292	3	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.08517889756279966		0	0	False	False	1.0	0					non-mobilizable	other	1912.0	98.274	100.0	0.04368998628257888	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0103_000000004106	4744	0.8531315995620778	7	5	3	3	3	True	60325	maximal	True	ENG0103_000000004106	1.0		6	5	False	False	0.9983136653900146	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00028542734816850785	NZ_BCVH01000017.1	firmicutes	Bacillus korlensis NBRC 107688, whole genome shotgun sequence	True	True
DEN0020_000000007002	1562	0.8531205287396431	3	2	2	2	1	True	74908	fragment	False	DEN0020_000000007002	0.9945582586427657		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	98.993	100.0	0.014441046551138294	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0357_000000016748	1562	0.8531205287396431	3	2	2	2	1	True	74908	fragment	False	DEN0020_000000007002	0.9945582586427657		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	98.98	100.0	0.014259016552594534	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0060_000000001119	11540	0.8531090213608001	15	7	4	6	6	True	104870	maximal	True	FIJ0060_000000001119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2253.0	84.376	30.0	0.18144413069786205	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0032_000000005129	6626	0.8531078059970142	7	3	0	1	2	False	59044	fragment	False	FIJ0032_000000005129	1.0		0	0	False	False	0.9995472431182861	0					non-mobilizable	no_good_hit	1531.0	70.542	22.0	0.1437323738208694	LN852940.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0268	True	False
ISR0824_000000011599	1935	0.8531072907249971	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.5725685018044048		0	0	False	False	1.0	0					non-mobilizable	chromosome	1941.0	92.324	100.0	0.00029430598570287693	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0245_000000000207	11628	0.853100972193885	16	13	5	5	11	True	90095	maximal	True	ISR0245_000000000207	1.0	PS472|PS473	1	1	True	True	1.0	18	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2928.0	99.65799999999999	42.0	0.2655413376894455	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
SPA0105_000000005260	5309	0.8530996034251431	8	7	3	5	6	True	126945	maximal	True	SPA0105_000000005260	1.0	PS981	14	5	False	True	0.9994349479675293	0					non-mobilizable	no_good_hit	3920.0	99.235	73.0	0.06289217338276122	NZ_KE136490.1	firmicutes	Enterococcus villorum ATCC 700913 acOto-supercont2.4, whole genome shotgun sequence	True	True
USA0051_01_000000008226	2536	0.8530791270249423	5	5	5	3	3	False	131572	maximal	True	USA0051_01_000000008226	1.0		16	6	False	False	1.0	0					non-mobilizable	chromosome	2536.0	98.896	100.0	0.0004042316274333428	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0246_000000004139	4278	0.8530760856869679	5	5	4	4	4	False	27139	maximal	True	ISR0246_000000004139	1.0		0	0	False	False	0.9997662305831909	0					non-mobilizable	no_good_hit	1071.0	99.346	69.0	0.0003240333736204733	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
DEN0079_000000012472	3829	0.8530700053703847	6	4	3	3	3	False	109333	fragment	False	DEN0079_000000012472	1.0		0	0	False	False	0.9960825443267822	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	1.6611420509804495e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
DEN0045_000000023106	1779	0.8530620551748853	2	2	2	2	1	False	72893	fragment	False	DEN0045_000000023106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
MAD0105_000000014742	2412	0.853052971010038	2	2	2	2	2	False	19091	maximal	True	MAD0105_000000014742	1.0		14	2	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	82.10799999999999	54.0	0.18498023715415018	NZ_JH379418.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld536, whole genome shotgun sequence	True	False
MON0103_000000020930	2446	0.853051160346236	2	2	1	2	1	False	74775	fragment	False	MON0103_000000020930	0.9512448132780082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	99.63600000000001	34.0	0.9459770114942528	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
ENG0210_000000009978	2410	0.853051160346236	2	2	1	2	1	False	74775	fragment	False	MON0103_000000020930	0.9448078495502863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	99.838	26.0	0.7068965517241379	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
DEN0021_000000018584	1938	0.853051160346236	2	2	1	2	1	False	74773	fragment	False	DEN0021_000000018584	0.9818859882791688		0	0	False	False	0.9994840025901794	0					non-mobilizable	no_good_hit	413.0	99.758	21.0	0.4724137931034483	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
FIJ0014_000000018734	1355	0.8530467723940619	2	2	2	2	2	False	50443	fragment	False	FIJ0014_000000018734	1.0		0	0	False	False	0.9970479607582092	0					non-mobilizable	no_good_hit	753.0	78.619	55.0	0.00011943569583730722	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ENG0008_000000009907	2489	0.8530464620781195	4	3	0	1	3	False	67436	maximal	True	ENG0008_000000009907	1.0		0	0	False	False	0.9995982050895691	0					non-mobilizable	no_good_hit	920.0	88.37	40.0	0.0004694201531213615	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	False
FIJ0041_000000019828	1876	0.8530440478241271	2	2	2	2	2	False	47379	fragment	False	FIJ0041_000000019828	1.0		0	0	False	False	0.9882729053497314	0					non-mobilizable	no_good_hit	127.0	79.528	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0185_000000010003	2044	0.8530396646779402	2	2	1	2	1	False	77220	fragment	False	CHI0185_000000010003	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1008.0	89.583	93.0	0.0004413989139390703	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0095_000000020971	1502	0.8530363384005741	3	3	3	2	2	False	9306	maximal	True	MON0095_000000020971	1.0		6	4	False	False	1.0	0					non-mobilizable	other	1513.0	85.72399999999999	99.0	0.014129323080419713	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ENG0050_000000018883	1483	0.8530330240850827	2	2	2	2	2	False	64127	fragment	False	ISR0193_000000017766	0.9943181818181819		0	0	False	False	0.9885367751121521	0					non-mobilizable	other	1483.0	100.0	100.0	0.007338377436222469	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
CHI0092_000000004140	2364	0.8530325466315672	3	3	2	3	3	False	90143	fragment	False	CHI0092_000000004140	0.9372591006423983		0	0	False	False	1.0	0					non-mobilizable	chromosome	2368.0	95.31200000000001	100.0	0.0005060016766792757	CP061530.1	enterobacteria	Escherichia coli strain WEM25 chromosome, complete genome	False	False
ISR0363_000000002940	5966	0.8530260817457951	7	5	4	3	4	False	124996	maximal	True	ISR0363_000000002940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	94.986	18.0	0.17079488424801684	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0062_000000003227	8310	0.8530222176557771	12	9	8	7	6	True	45734	maximal	True	FIJ0062_000000003227	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1541.0	80.273	19.0	0.000427101210212662	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0807_000000004853	2760	0.8530217419054508	4	3	3	3	3	True	89974	fragment	False	ISR0807_000000004853	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2423.0	96.162	88.0	0.3044629349470499	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
FIJ0150_000000009905	2392	0.8530177677138175	2	2	2	2	2	False	39820	maximal	True	FIJ0150_000000009905	1.0		9	3	False	False	0.9995819330215454	0					non-mobilizable	no_good_hit	49.0	87.755	2.0	8.215168967199227e-05	NZ_QSGP01000004.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf4, whole genome shotgun sequence	True	False
MON0051_000000007904	4102	0.8530162239542614	5	4	4	4	4	False	54993	fragment	False	MON0051_000000007904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1776.0	77.759	43.0	0.0006214978771686469	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0025_000000004762	7486	0.8530091070378907	9	4	4	3	2	False	67800	fragment	False	ISR0025_000000004762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	97.236	23.0	0.00027363043505887247	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0136_000000015070	1823	0.8530061063454497	3	2	2	2	2	False	93520	fragment	False	MON0104_000000022814	0.9459615598401947		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	93.681	99.0	0.0007730380136399789	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
MAD0093_000000023440	1381	0.8530015930195531	3	2	2	2	2	False	15656	maximal	True	MAD0093_000000023440	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	91.96700000000001	59.0	0.010040160642570281	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0064_000000016976	1310	0.8529972291298745	2	2	2	2	2	False	94762	fragment	False	FIJ0028_000000015259	0.42152864546891333		0	0	False	False	0.9877862334251404	0					non-mobilizable	no_good_hit	476.0	73.95	36.0	0.0010660566199599656	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
MON0078_000000007139	5192	0.8529933407279721	7	5	5	5	4	False	93541	maximal	True	MON0078_000000007139	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2515.0	94.155	51.0	0.03811920971630453	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0100_000000010998	3383	0.8529894421058822	3	2	2	2	2	False	131543	fragment	False	MON0013_000000012095	0.5457416099349756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1907.0	82.538	56.0	0.0021186865256881	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0400_000000007617	2410	0.8529829284992413	2	2	2	2	1	True	131101	maximal	True	ISR0400_000000007617	1.0		0	0	False	False	0.9834024906158447	0					non-mobilizable	no_good_hit								True	True
ISR0095_000000018034	1859	0.8529805917179158	4	4	3	3	3	True	131617	fragment	False	ENG0006_000000010997	0.705999562247623		0	0	False	False	1.0	0					non-mobilizable	other	1859.0	99.785	100.0	0.04286834940704167	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
FIJ0080_000000016637	1451	0.8529703327685747	3	3	3	2	1	False	44317	fragment	False	FIJ0080_000000016637	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	85.738	84.0	0.00022936276508300277	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
AST0090_000000019049	1186	0.8529698782731158	2	2	2	2	2	True	109779	maximal	True	AST0090_000000019049	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0106_000000010792	1855	0.8529676927647755	3	2	1	1	2	False	99073	fragment	False	CHI0106_000000010792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	75.824	10.0	0.0030140883229477105	NZ_LT707051.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ENG0180_000000013457	1338	0.8529676927647755	2	2	1	1	2	False	99071	fragment	False	ENG0180_000000013457	0.8540511191941301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	76.163	13.0	4.869139734059547e-05	CP060496.1	high GC Gram+	Brachybacterium sp. Z12 chromosome, complete genome	True	False
MAD0052_000000000154	43826	0.8529660898992499	42	9	3	7	5	False	17307	maximal	True	MAD0052_000000000154	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3476.0	75.834	11.0	0.0010739113581369941	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0109_000000001071	16146	0.8529659404260032	15	8	4	8	2	True	110138	fragment	False	ENG0109_000000001071	1.0		0	0	False	False	0.9999380707740784	0					non-mobilizable	no_good_hit								True	True
ENG0055_000000004734	4085	0.8529651463405906	7	3	1	2	2	False	81291	fragment	False	ENG0055_000000004734	0.9978850460313511		0	0	False	False	0.9970624446868896	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000015087	2012	0.8529631013789005	2	2	2	1	2	False	110611	fragment	False	ISR0362_000000010416	0.8348133815976664		0	0	False	False	0.9950298070907593	0					non-mobilizable	other	1979.0	94.795	98.0	0.07953493985597618	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
USA0047_01_000000018743	1931	0.8529604598811695	2	2	2	1	2	False	53063	fragment	False	USA0047_01_000000018743	0.9793160507446221		0	0	False	False	1.0	0					non-mobilizable	chromosome	1953.0	75.166	98.0	0.0005172077427874978	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0099_000000003804	6377	0.8529581405052749	5	5	4	5	3	False	92265	fragment	False	ISR0814_000000006225	0.9309806054806541		0	0	False	False	0.9974910020828247	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.1406035079404835e-06	NZ_CP042382.1	g-proteobacteria	Pistricoccus aurantiacus strain CBA4606 chromosome, complete genome	True	False
ENG0208_000000008118	3719	0.8529557791802216	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5383881496535934		0	0	False	False	0.9997311234474182	0					non-mobilizable	other	3719.0	98.81700000000001	100.0	0.0011560413113664745	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0219_000000014951	2225	0.8529502744001433	3	3	3	3	1	False	106726	fragment	False	ISR0265_000000007081	0.9518774277082434		0	0	False	False	0.9986516833305359	0					non-mobilizable	chromosome	2225.0	99.416	100.0	0.0009747272166278646	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
ISR0845_000000001863	5770	0.852939464648245	7	3	2	2	3	False	123639	fragment	False	ISR0845_000000001863	0.9967550528462823		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2765.0	98.626	72.0	0.08366630342656496	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0856_000000000837	5393	0.852939464648245	5	3	2	2	3	False	123639	fragment	False	ISR0845_000000001863	0.9641247833622184		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2765.0	99.204	78.0	0.08366123857376355	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
ISR0789_000000003307	4144	0.852939464648245	4	3	2	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.019076627975683616		0	0	False	True	1.0	0					non-mobilizable	other	2908.0	97.79899999999999	93.0	0.0006039848450932674	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
ISR0160_000000007939	3437	0.852939464648245	4	3	2	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.019182507665218014		0	0	False	True	1.0	0					non-mobilizable	plasmid	3437.0	99.62200000000001	100.0	0.10400774912216976	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0034_000000004658	3298	0.852939464648245	4	3	2	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.03691370803548074		0	0	False	True	0.994542121887207	0					non-mobilizable	plasmid	3256.0	99.416	99.0	0.10508135330578512	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0152_000000006910	3268	0.852939464648245	4	3	2	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.018524936003763166		0	0	False	True	1.0	0					non-mobilizable	plasmid	3268.0	99.90799999999999	100.0	0.10546875	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0114_000000008746	3145	0.852939464648245	3	3	2	2	3	False	123578	fragment	False	ISR0354_000000005838	0.9657072425208918		0	0	False	True	0.9987281560897827	0					non-mobilizable	other	2908.0	98.177	94.0	0.0006039848450932674	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
FIJ0138_000000015372	1237	0.8529392249481589	2	2	2	1	1	False	102215	fragment	False	ENG0174_000000012784	0.4011875391623099		0	0	False	False	0.9983831644058228	0					non-mobilizable	no_good_hit	993.0	93.958	80.0	0.0002432164790933125	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0004_01_000000013493	1691	0.8529387992265762	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.8439895384608067		0	0	False	False	0.9988172650337219	0					non-mobilizable	no_good_hit	403.0	72.953	24.0	0.042155309033280505	NZ_LMUA01000056.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00056, whole genome shotgun sequence	True	False
ISR0018_000000002425	8861	0.852929189341679	12	8	3	5	6	True	76964	backbone	False	ENG0033_000000002799	0.9254054166044889	PS328|PS329|PS369	0	0	True	True	1.0	257					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
DEN0061_000000003369	8682	0.852929189341679	12	8	3	5	6	True	76964	backbone	False	ENG0033_000000002799	0.9094883495011228	PS328|PS329|PS369	0	0	True	True	0.9993089437484741	1					non-mobilizable	no_good_hit	1627.0	76.521	19.0	0.1525828320443044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0119_000000009753	3284	0.852929010805815	6	2	2	2	1	False	32353	fragment	False	ISR0119_000000009753	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3284.0	100.0	100.0	0.017752855165253503	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
CAN0018_000000028325	1188	0.8529204451191031	2	2	2	1	1	False	92034	fragment	False	CAN0018_000000028325	0.9956785391861277		0	0	False	False	0.9848484992980957	0					non-mobilizable	other	1188.0	99.411	100.0	0.0003594650602686933	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0063_000000016686	1186	0.8529204451191031	2	2	2	1	1	False	92034	fragment	False	CAN0018_000000028325	0.9942520442520442		0	0	False	False	0.9704890251159668	0					non-mobilizable	other	1186.0	99.41	100.0	0.0003588593904114588	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0069_000000009332	2613	0.8529091500292746	3	3	3	3	3	False	81761	fragment	False	ISR0069_000000009332	0.9766621441619364		0	0	False	False	1.0	0					non-mobilizable	other	2613.0	99.005	100.0	0.01001964033634076	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0037_000000002513	8785	0.8529055363227089	13	5	2	4	4	True	52181	fragment	False	SPA0037_000000002513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0199_000000002183	9697	0.8529034914245588	11	5	4	5	3	True	101301	fragment	False	ENG0199_000000002183	1.0		0	0	False	False	0.9998968839645386	0					non-mobilizable	no_good_hit	4774.0	97.319	85.0	0.04124676946559589	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0027_000000022475	1132	0.8529034859145723	2	1	1	1	1	False	45670	fragment	False	FIJ0062_000000024049	0.45795938622473376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0323_000000003533	4785	0.8528906217535243	11	3	2	3	1	True	32223	fragment	False	ISR0323_000000003533	1.0		0	0	False	False	0.9981191158294678	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.00018450468180630084	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
ISR0017_000000014202	2374	0.8528880498845373	3	2	1	2	2	True	76230	maximal	True	ISR0017_000000014202	1.0		43	7	False	False	0.9941027760505676	0					non-mobilizable	no_good_hit	1985.0	99.95	84.0	0.009213807708204654	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	True	True
FIJ0135_000000006907	4208	0.8528866299933318	4	2	2	2	2	False	106936	fragment	False	FIJ0135_000000006907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3743.0	93.18700000000001	89.0	0.0422980943738657	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0118_000000015565	1687	0.8528726653556781	1	1	1	1	1	True	4248	maximal	True	SPA0118_000000015565	1.0		10	1	False	False	0.9994072318077087	0					non-mobilizable	other	1688.0	92.773	100.0	0.00023279184547603926	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	True
USA0069_01_000000050477	1185	0.8528642862547743	2	2	2	2	2	False	62553	fragment	False	ISR0263_000000010323	0.36376900584795324		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	98.228	100.0	0.004591763524178505	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0219_000000019864	1664	0.8528637085449166	3	2	2	2	1	True	87081	maximal	True	ISR0219_000000019864	1.0		37	5	False	False	0.9993990659713745	0					non-mobilizable	other	1456.0	94.23100000000001	99.0	0.0004380726369594206	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0039_000000015927	2266	0.852861563293525	2	2	2	2	2	False	108728	fragment	False	ISR0039_000000015927	1.0		0	0	False	False	0.999558687210083	0					non-mobilizable	no_good_hit	892.0	97.197	39.0	0.02457388714214794	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0214_000000007317	3659	0.8528505569545892	4	4	3	3	2	True	72131	fragment	False	FIJ0130_000000005355	0.9451325241515978		0	0	False	False	0.9989067912101746	0					non-mobilizable	no_good_hit	341.0	75.367	9.0	8.977440095016154e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0061_000000002924	7643	0.8528495455398158	4	4	4	4	4	False	45840	fragment	False	FIJ0061_000000002924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2557.0	74.22800000000001	37.0	0.003356426467971885	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
USA0023_01_000000015645	1968	0.8528492755759868	3	3	3	2	3	False	1702	fragment	False	USA0023_01_000000015645	1.0		0	0	False	False	0.9989837408065796	0					non-mobilizable	no_good_hit								True	False
ENG0024_000000002745	8971	0.8528457914633191	12	7	6	6	4	True	121709	fragment	False	ENG0024_000000002745	0.9917385493864658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	93.333	2.0	3.606215968898026e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
MON0012_000000051265	1145	0.8528451802352377	2	2	1	2	1	False	13561	maximal	True	MON0012_000000051265	1.0		1	1	False	False	0.9388646483421326	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	4.0054551536810275e-06	NZ_JACCBU010000001.1	high GC Gram+	Microlunatus parietis strain DSM 22083 Ga0104592_01, whole genome shotgun sequence	True	False
MON0106_000000023097	1828	0.8528375684281326	4	4	2	2	2	False	122170	fragment	False	DEN0093_000000016414	0.5967414821511794		0	0	False	False	1.0	0					non-mobilizable	other	1828.0	98.632	100.0	0.03167829013566496	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
MON0104_000000000676	23403	0.8528293881169638	30	13	6	13	4	True	118919	fragment	False	SPA0089_000000000589	0.747069032771833		0	0	False	False	1.0	0					non-mobilizable	other	14733.0	97.645	99.0	0.003944311009552415	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0097_000000014540	2275	0.8528279675940208	4	4	2	3	2	True	102079	fragment	False	CAN0001_000000019362	0.9411178055895812		0	0	False	False	0.9885714054107666	0					non-mobilizable	other	2275.0	97.58200000000001	100.0	0.0006455268452870295	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0004_000000011165	1722	0.8528228391925924	3	2	2	2	1	False	65030	fragment	False	ISR0004_000000011165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	78.676	8.0	3.13388787557249e-05	NZ_LT839648.1	firmicutes	Oceanobacillus senegalensis strain Marseille-P3587, whole genome shotgun sequence	True	False
SPA0113_000000013135	2402	0.8528006560783408	3	3	3	3	2	False	106236	fragment	False	ISR0814_000000011953	0.27015955967809274		0	0	False	False	0.990424633026123	0					non-mobilizable	other	2402.0	98.959	100.0	0.009210243662922727	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0840_000000005857	2601	0.8527922073806651	3	2	2	2	1	False	36797	maximal	True	ISR0840_000000005857	1.0		2	2	False	False	0.9996155500411987	0					non-mobilizable	no_good_hit	658.0	96.65700000000001	25.0	0.003847167325428195	NZ_CABMOJ010000054.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
CHI0048_000000009419	2036	0.8527891607349699	3	3	3	3	3	False	86912	maximal	False	DEN0089_000000008646	0.9528509300449803		0	0	False	False	0.9926326274871826	0					non-mobilizable	no_good_hit	285.0	74.737	14.0	0.0001202764494900321	AP019834.1	fusobacteria	Leptotrichia wadei JMUB3933 DNA, complete genome	True	False
AST0040_000000005361	3583	0.8527882268642932	5	5	5	5	3	False	116339	fragment	False	ISR0351_000000003583	0.7258638950546304		0	0	False	False	1.0	0					non-mobilizable	other	3583.0	98.85600000000001	100.0	0.012834075025011923	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0129_000000001082	11896	0.8527866034806425	13	6	6	6	5	False	31814	maximal	True	ISR0129_000000001082	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	92.59299999999999	1.0	0.00013574069455119883	NZ_NTLB01000004.1	g-proteobacteria	Mangrovitalea sediminis strain M11-4 Scaffold3_1, whole genome shotgun sequence	True	False
MON0029_000000013193	2205	0.8527855100036267	3	2	2	2	2	True	118126	maximal	True	MON0029_000000013193	1.0		0	0	False	False	0.994557797908783	0	rep_cluster_1097				non-mobilizable	no_good_hit	1416.0	99.71799999999999	64.0	0.1582066189624329	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
ISR0194_000000010566	2335	0.8527816698174985	2	2	2	2	2	False	71889	fragment	False	DEN0061_000000014715	0.7758900370735826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	89.286	2.0	7.302351888388198e-05	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ISR0340_000000010096	2318	0.8527816698174985	2	2	2	2	2	False	71889	fragment	False	DEN0061_000000014715	0.7752505128605673		0	0	False	False	0.9995685815811157	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	3.0	0.0001062160274674647	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ISR0005_000000004639	2954	0.8527773394447236	2	1	1	1	1	False	56523	fragment	False	ISR0005_000000004639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	100.0	20.0	0.11846828879138413	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
TAN0019_000000001488	3907	0.8527748150401909	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9731053721271777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0004_000000008327	3424	0.8527748150401909	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.912013025899129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	76.19	4.0	4.6823070897608024e-05	NC_010337.2	firmicutes	Heliobacterium modesticaldum Ice1, complete sequence	True	False
MON0060_000000011847	3175	0.8527738771728769	5	3	3	3	3	False	45212	maximal	False	ISR0011_000000007790	0.9424805272618334		0	0	False	False	0.9993700981140137	0					non-mobilizable	no_good_hit	444.0	70.946	14.0	9.38850959697372e-05	NZ_CP019153.1	a-proteobacteria	Sphingopyxis granuli strain ku-sg sequence	True	False
ENG0083_000000007883	2818	0.8527665332985275	3	2	1	2	1	False	99251	fragment	False	ENG0083_000000007883	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	725.0	99.03399999999999	26.0	0.0001469742488529817	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	True
FIJ0054_000000019188	1320	0.8527664467168989	3	3	3	2	2	False	93811	fragment	False	CAN0013_000000017599	0.9495707630530006		0	0	False	False	1.0	0					non-mobilizable	chromosome	1320.0	99.09100000000001	100.0	0.0002748036320748133	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
FIJ0011_000000008027	5234	0.8527632290545542	9	2	1	1	0	True	79155	maximal	True	FIJ0011_000000008027	1.0		1	1	False	False	0.999617874622345	0					non-mobilizable	no_good_hit	92.0	80.435	2.0	0.0008889149376782714	NZ_MIEH01000002.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_2, whole genome shotgun sequence	True	True
ISR0397_000000002853	7858	0.852761741972984	10	10	7	9	9	False	59916	maximal	True	ISR0397_000000002853	1.0		13	6	False	False	1.0	0					non-mobilizable	chromosome	7854.0	98.994	99.0	0.001970195152697652	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0027_000000007327	3564	0.8527606569843306	4	4	4	4	4	False	71843	maximal	True	ISR0027_000000007327	1.0		1	1	False	False	0.996632993221283	0					non-mobilizable	no_good_hit	258.0	74.419	7.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
SPA0119_000000009695	3409	0.8527603466004078	3	3	2	3	2	False	127842	fragment	False	SPA0119_000000009695	1.0		0	0	False	False	0.9953065514564514	0					non-mobilizable	no_good_hit	934.0	91.542	35.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0824_000000002310	5933	0.8527441743632143	11	10	4	4	7	True	120545	backbone	False	ISR0774_000000003808	0.9450685740716233	PS472|PS846	0	0	True	True	0.9998314380645752	22	rep_cluster_1085	MOBB			mobilizable	plasmid	3194.0	99.93700000000001	100.0	0.5380856083586114	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
USA0091_01_000000001005	10378	0.8527359649650262	13	4	3	3	4	False	390	maximal	True	USA0091_01_000000001005	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	5696.0	99.772	94.0	0.0014289685933027416	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0044_000000006521	2276	0.8527336125574366	3	2	2	1	2	False	102638	maximal	True	CHI0044_000000006521	1.0		0	0	False	False	0.998681902885437	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.03650336215177714	NZ_CYYV01000034.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0223_000000004468	5531	0.8527316328966209	8	5	5	4	4	False	115566	fragment	False	ISR0223_000000004468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4851.0	98.866	89.0	0.02822771013411514	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
SPA0041_000000007021	4843	0.8527316328966209	6	5	5	4	4	False	115563	fragment	False	ISR0074_000000004890	0.812525770923869		0	0	False	False	1.0	0					non-mobilizable	other	4845.0	98.596	99.0	0.028216053016570593	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
AST0111_000000004308	4648	0.8527316328966209	6	5	5	4	4	False	115563	fragment	False	ISR0074_000000004890	0.7944623790329127		0	0	False	False	0.997418224811554	0					non-mobilizable	other	4656.0	99.07600000000001	100.0	0.027114455408611113	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0369_000000002841	3743	0.8527263922821157	6	3	3	3	3	False	34631	fragment	False	ISR0369_000000002841	1.0		0	0	False	False	0.9951910376548767	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.203930670400361e-06	CP046450.1	firmicutes	Clostridium botulinum strain NCTC 13319 chromosome, complete genome	True	False
CHI0128_000000002179	4131	0.8527213676235659	5	2	1	1	1	False	81344	maximal	True	CHI0128_000000002179	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	89.524	8.0	0.023449025545461605	NZ_WNCH01000060.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold60_size12879, whole genome shotgun sequence	True	False
SPA0115_000000007182	3550	0.8527193275624351	4	4	4	4	3	False	74275	maximal	True	SPA0115_000000007182	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1768.0	99.491	50.0	0.02334645773326639	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
ISR0293_000000029418	1185	0.8527166435627399	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.3233346683568418		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	95.604	99.0	0.13617511520737327	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
DEN0061_000000012840	3143	0.8527047179933195	4	2	2	1	2	False	115227	maximal	True	DEN0061_000000012840	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2517.0	98.80799999999999	80.0	0.019468560905024992	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0151_000000001994	7908	0.8527020700389661	7	7	5	7	7	False	75460	maximal	True	FIJ0151_000000001994	1.0		6	3	False	False	1.0	0	IncFII,rep_cluster_2183				non-mobilizable	plasmid	7908.0	99.785	100.0	0.04604515990005882	CP056374.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 plasmid pRHBSTW-00636_3, complete sequence	False	True
FIJ0033_000000004881	6274	0.8526948003880763	8	3	2	3	1	False	48311	maximal	True	FIJ0033_000000004881	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ISR0082_000000029771	1157	0.8526893211642556	2	2	1	2	0	True	34132	maximal	True	ISR0082_000000029771	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	83.333	6.0	0.0008412046049943519	NZ_JAAITU010000014.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_14_length_83214_cov_180.532, whole genome shotgun sequence	True	True
ISR0286_000000005434	2941	0.8526885927623649	3	3	3	3	2	False	113716	maximal	False	FIJ0030_000000011095	0.9596130530989236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	83.387	60.0	0.0004325651496793929	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0309_000000019428	1107	0.8526876547976784	2	2	2	1	1	False	25357	maximal	True	ISR0309_000000019428	1.0		77	12	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	72.414	36.0	8.556959864426874e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
DEN0028_000000019759	1567	0.8526875276513137	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.14444902154766306	PS721	0	0	False	True	0.9948946833610535	0					non-mobilizable	other	1464.0	74.249	92.0	0.1757464960390006	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MON0104_000000024066	1890	0.85266778821795	2	2	2	2	1	False	54802	fragment	False	MON0104_000000024066	1.0		0	0	False	False	0.988359808921814	0					non-mobilizable	other	1882.0	81.296	99.0	0.5465386852821408	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
SPA0044_000000024970	1147	0.8526604508550687	2	1	1	1	1	False	59837	fragment	False	ENG0109_000000019913	0.9695369148864541		0	0	False	False	0.9991281628608704	0					non-mobilizable	no_good_hit	42.0	97.619	4.0	1.4196090950546013e-05	NZ_WTYS01000001.1	a-proteobacteria	Altererythrobacter gangjinensis strain JCM 17802 NODE_1_length_2888119, whole genome shotgun sequence	True	False
SPA0091_000000006457	1411	0.8526563955411777	2	2	2	2	2	False	5338	maximal	True	SPA0091_000000006457	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	1408.0	100.0	100.0	0.009068584798035462	LR135256.1	firmicutes	Enterococcus faecium isolate E7098 genome assembly, plasmid: 3	False	True
SPA0063_000000014481	1236	0.8526457080716575	3	3	3	2	2	False	6119	fragment	False	SPA0063_000000014481	1.0		0	0	False	False	0.9951456189155579	0					non-mobilizable	no_good_hit								True	False
ENG0188_000000006060	4396	0.8526389714510251	6	4	4	4	3	False	99031	fragment	False	ENG0188_000000006060	1.0		0	0	False	False	0.9970427751541138	0					non-mobilizable	no_good_hit	1082.0	78.46600000000001	37.0	0.0002430819158845869	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0335_000000003019	5079	0.8526375670743777	4	4	3	4	3	False	127864	fragment	False	CHI0061_000000000946	0.7685741391867055		0	0	False	False	0.9962590932846069	0					non-mobilizable	no_good_hit	935.0	91.765	23.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0012_000000000780	8119	0.8526337229665883	9	8	2	2	6	False	75499	maximal	True	DEN0012_000000000780	1.0		1	1	True	True	1.0	24		MOBQ			mobilizable	plasmid	7899.0	99.899	100.0	0.9799007444168735	AP019718.1	firmicutes	Clostridium butyricum NBRC 13949 plasmid pCBU2 DNA, complete genome	False	True
MAD0030_000000000889	8854	0.8526237894315933	10	9	1	7	8	True	82241	fragment	False	MAD0030_000000000889	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6660.0	97.68799999999999	97.0	0.031052251159971088	CP010123.1	enterobacteria	Escherichia coli strain C5 plasmid A, complete genome	False	True
AST0010_000000000115	62284	0.8526220943250248	64	30	13	24	14	True	132151	maximal	True	AST0010_000000000115	1.0	PS1059|PS1061|PS924	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	97.82799999999999	7.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0040_000000028409	1503	0.8526203945052769	2	2	2	2	2	False	6945	maximal	True	SPA0040_000000028409	1.0		8	5	False	False	0.9893546104431152	0					non-mobilizable	no_good_hit	40.0	90.0	3.0	3.477314977865553e-05	NZ_KE384094.1	a-proteobacteria	Thalassobaculum salexigens DSM 19539 G578DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ENG0018_000000003847	5660	0.8526199811741052	7	7	5	4	6	False	103098	maximal	True	ENG0018_000000003847	1.0	PS71|PS82	18	7	False	True	1.0	0					non-mobilizable	no_good_hit	1094.0	97.62299999999999	37.0	0.00030826888266773014	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ENG0208_000000000291	39313	0.8526175986981436	39	17	10	15	9	True	122324	fragment	False	ISR0067_000000000295	0.8608889921433796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.507	3.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
DEN0026_000000002115	12612	0.8526073558391517	17	8	6	8	3	False	125987	fragment	False	FIJ0124_000000001671	0.9526428806078532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	90.52600000000001	6.0	0.001777017451384527	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
FIJ0104_000000021925	1274	0.8526021684568951	2	2	2	2	2	False	79435	fragment	False	FIJ0104_000000021925	0.9654240950837384		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	98.666	100.0	0.00024146571395512493	CP052544.1	enterobacteria	Klebsiella pneumoniae strain B16KP0102 chromosome, complete genome	False	False
FIJ0114_000000007879	4617	0.8525974450299229	5	3	1	3	2	False	57382	maximal	True	FIJ0114_000000007879	1.0		1	1	False	False	0.9982672929763794	0					non-mobilizable	no_good_hit	748.0	77.406	16.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0159_000000012719	2051	0.8525962430614624	3	1	1	1	1	False	63523	fragment	False	ISR0159_000000012719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000021533	1916	0.8525887130609714	3	1	1	1	1	True	47942	maximal	True	FIJ0036_000000021533	1.0		0	0	False	False	0.9890396595001221	0					non-mobilizable	no_good_hit	1434.0	98.954	75.0	0.004732949985302423	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	True
FIJ0159_000000017893	1434	0.8525859558770297	3	3	3	2	1	False	39384	fragment	False	FIJ0159_000000017893	1.0		0	0	False	False	0.9839609265327454	0					non-mobilizable	no_good_hit								True	False
CHI0039_000000003802	3473	0.8525815587044621	5	4	4	3	3	False	105491	fragment	False	CHI0039_000000003802	0.9783666336098351		0	0	False	False	0.9997120499610901	0					non-mobilizable	other	3473.0	99.48200000000001	100.0	0.004991970002171047	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0040_000000005090	3464	0.8525815587044621	5	4	4	3	3	False	105491	fragment	False	CHI0039_000000003802	0.9781506819829996		0	0	False	False	1.0	0					non-mobilizable	other	3464.0	99.48	100.0	0.004979029987764497	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
SPA0012_000000011719	2072	0.8525778703583663	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.8854103846710678		0	0	False	False	0.9831081032752991	0					non-mobilizable	other	1747.0	99.542	96.0	0.0024184265821925685	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CHI0155_000000007552	1676	0.8525637183522182	2	2	1	2	2	False	79039	fragment	False	CHI0155_000000007552	0.9434993924665857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	76.933	77.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0028_000000004241	5530	0.8525489680100075	6	6	5	5	6	False	111443	fragment	False	ISR0288_000000004193	0.2675574802093512		0	0	False	False	1.0	0					non-mobilizable	other	5146.0	98.698	94.0	0.007122307838278457	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0136_000000023363	1801	0.8525356290875384	5	2	2	1	1	False	131720	fragment	False	SPA0136_000000023363	0.9921568627450981		0	0	False	False	0.9988895058631897	0					non-mobilizable	no_good_hit	1087.0	88.04	60.0	0.0071996259934548855	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
SPA0100_000000019755	1422	0.8525356290875384	2	2	2	1	1	False	131713	maximal	True	SPA0100_000000019755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	88.63799999999999	88.0	0.0003076448128083148	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0139_000000020019	1335	0.8525356290875384	2	2	2	1	1	False	131723	fragment	False	FIJ0139_000000020019	1.0		0	0	False	False	0.9955056309700012	0					non-mobilizable	no_good_hit	1152.0	88.802	86.0	0.00764709810993121	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
CHI0048_000000016409	1207	0.8525356290875384	2	2	2	1	1	False	131715	maximal	True	CHI0048_000000016409	1.0		0	0	False	False	0.9950289726257324	0					non-mobilizable	no_good_hit	1020.0	88.725	84.0	0.006772189941895412	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
SPA0030_000000025594	1181	0.8525356290875384	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.06689518030629035		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	88.037	100.0	0.007880852200627796	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
CHI0172_000000007102	1168	0.8525356290875384	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.05956311061671206		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	88.48100000000001	100.0	0.007787350564349162	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
SPA0042_000000030024	1145	0.8525356290875384	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.05976669913199738		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	88.539	99.0	0.007586989915180658	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MAD0111_000000015141	1143	0.8525356290875384	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.05936604945751524		0	0	False	False	0.9982502460479736	0					non-mobilizable	chromosome	1149.0	88.686	100.0	0.00030603691308980443	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0087_000000007942	3838	0.8525346019505505	5	4	4	4	3	False	43753	maximal	True	FIJ0087_000000007942	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	77.293	9.0	9.850972577409333e-05	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
DEN0053_000000004316	2344	0.8525284851721462	3	3	2	2	3	False	72142	fragment	False	DEN0053_000000004316	1.0		0	0	False	False	0.9782423377037048	0					non-mobilizable	no_good_hit								True	False
MON0019_000000020206	3206	0.8525192644109135	3	2	2	2	2	False	127574	fragment	False	MAD0004_000000002298	0.16880031772586418		0	0	False	False	1.0	0					non-mobilizable	chromosome	3210.0	85.48299999999999	99.0	0.00138183770105912	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
DEN0065_000000019347	1801	0.8525187779366226	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.9770190031671913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	72.46	20.0	0.003276727201299977	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
ISR0085_000000002310	8093	0.8525151407618754	10	6	2	4	5	True	76964	backbone	False	ENG0033_000000002799	0.7032651336606082	PS328|PS329|PS369	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	500.0	83.8	22.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
DEN0001_000000004253	7709	0.8525151407618754	10	6	2	4	5	True	76964	backbone	False	ENG0033_000000002799	0.21698551385222026	PS328|PS329|PS369	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	500.0	83.8	24.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
SPA0020_000000013018	2407	0.8525063872205639	4	4	4	4	4	False	91553	fragment	False	ISR0146_000000016023	0.9684882329477463		0	0	False	False	0.9916908740997314	0					non-mobilizable	no_good_hit	1529.0	75.867	63.0	0.000528071073138018	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0351_000000000038	96946	0.8525061323813843	95	13	5	11	4	True	127415	maximal	False	SPA0046_000000000019	0.8939594603590243		0	0	True	True	1.0	27					non-mobilizable	virus	31138.0	96.14	97.0	0.314578341270082	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
SPA0011_000000000007	97666	0.8525001847285831	88	14	6	11	4	True	127415	maximal	False	SPA0046_000000000019	0.9204534285582452		0	0	True	True	1.0	244					non-mobilizable	virus	33630.0	97.48100000000001	98.0	0.33984450038925457	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ENG0167_000000006774	3642	0.8524964823268484	6	5	1	1	5	True	115872	backbone	True	ENG0167_000000006774	1.0	PS758	1	1	True	True	1.0	5	rep_cluster_1320				non-mobilizable	other	3479.0	99.82799999999999	99.0	0.0014578695816790616	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
AUS0016_000000006482	3966	0.8524894291607511	5	1	0	1	0	True	100599	maximal	True	AUS0016_000000006482	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2733.0	91.035	69.0	0.0004381032554911512	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
CHI0150_000000004254	1766	0.8524894291607511	1	1	0	1	0	True	84703	fragment	False	CHI0150_000000004254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	92.08200000000001	83.0	0.00023439407765368155	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
CHI0075_000000004242	1653	0.8524894291607511	2	1	0	1	0	True	84664	fragment	False	CHI0075_000000004242	1.0		0	0	False	False	0.9981850981712341	0					non-mobilizable	no_good_hit	1069.0	98.036	65.0	0.00023890698711222073	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
ENG0092_000000015309	1511	0.8524894291607511	1	1	0	1	0	True	61089	fragment	False	ENG0092_000000015309	1.0		0	0	False	False	0.9788219928741455	0					non-mobilizable	other	1509.0	95.295	99.0	0.000811698825195477	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	True
ISR0350_000000006738	2661	0.8524811245321752	4	3	3	2	2	False	131777	fragment	False	ISR0297_000000004556	0.9345890410958904		0	0	False	False	0.9966177940368652	0					non-mobilizable	other	2664.0	95.796	100.0	0.005993164259359506	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0295_000000006964	4507	0.8524786961577191	6	4	2	3	2	False	25733	maximal	True	ISR0295_000000006964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	2.0	2.4695079323863253e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
AST0099_000000008904	2383	0.8524754053957316	3	3	2	2	3	False	131141	fragment	False	AST0099_000000008904	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	98.88799999999999	96.0	0.007805229131249457	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0031_000000021504	1144	0.8524693948159932	3	2	1	1	2	True	117118	fragment	False	AST0031_000000021504	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.301	100.0	0.00031810050306077807	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
USA0035_01_000000006361	3932	0.8524661154561207	6	4	2	3	4	False	112682	fragment	False	USA0035_01_000000006361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3058.0	95.48700000000001	83.0	0.2819708433290275	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
USA0084_01_000000009963	3256	0.8524634375279945	4	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.9883591319609006		0	0	False	False	1.0	0					non-mobilizable	other	3256.0	99.785	100.0	0.00063042433658733	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0172_000000002288	3254	0.8524634375279945	4	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.9884019106223444		0	0	False	False	1.0	0					non-mobilizable	chromosome	3254.0	99.693	100.0	0.000649257076662631	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0033_01_000000003306	3254	0.8524634375279945	4	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.9880593310982608		0	0	False	False	1.0	0					non-mobilizable	other	3254.0	99.846	100.0	0.0006289331307997014	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0192_000000006003	3254	0.8524634375279945	4	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.9884383664513335		0	0	False	False	0.993853747844696	0					non-mobilizable	other	3254.0	99.846	100.0	0.0006300369790840505	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0023_01_000000009781	3254	0.8524634375279945	4	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.9881570771343344		0	0	False	False	1.0	0					non-mobilizable	chromosome	3254.0	99.816	100.0	0.000649257076662631	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0043_01_000000003533	3195	0.8524634375279945	4	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.980297727423955		0	0	False	False	1.0	0					non-mobilizable	chromosome	3195.0	99.624	100.0	0.0006374814334031489	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0061_000000013252	3058	0.8524634375279945	4	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.9561600713914393		0	0	False	False	1.0	0					non-mobilizable	other	3058.0	99.67299999999999	100.0	0.0005920759437626629	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0112_000000000538	29138	0.8524580275641519	22	13	9	11	6	True	32669	maximal	True	ISR0112_000000000538	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	0.0	0.0004519066986477561	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	True
DEN0021_000000025246	1467	0.8524565779007854	1	1	1	1	1	False	74731	fragment	False	DEN0021_000000025246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	86.23899999999999	7.0	0.0025120218187037967	NZ_WKRD01000014.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold14_size41799, whole genome shotgun sequence	True	False
DEN0011_000000036857	1285	0.8524552815057527	2	2	2	1	1	False	75582	fragment	False	MON0061_000000034899	0.9748687171792949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	90.323	5.0	0.0005697473497408116	NZ_SBIK01000010.1	proteobacteria	Tepidiphilus succinatimandens strain DSM 15512 Scaffold10, whole genome shotgun sequence	True	False
ENG0100_000000000311	46484	0.8524527479674978	67	32	15	22	17	True	91515	maximal	True	ENG0100_000000000311	1.0		1	1	False	False	0.9998494386672974	0					non-mobilizable	no_good_hit	1870.0	75.615	8.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
SPA0088_000000005195	3161	0.8524471368329125	3	1	1	1	1	False	5459	fragment	False	SPA0088_000000005195	1.0		0	0	False	False	0.9996836185455322	0					non-mobilizable	no_good_hit								True	False
ISR0217_000000017858	1261	0.8524403753849309	2	2	2	2	2	False	57777	fragment	False	ENG0140_000000013059	0.48302238805970155		0	0	False	False	0.966693103313446	0					non-mobilizable	plasmid	1261.0	99.20700000000001	100.0	0.005170927894283252	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
FIJ0171_000000005677	3626	0.8524391065010201	3	2	2	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5761650473754469		0	0	False	False	0.9961389899253845	0					non-mobilizable	other	3324.0	96.751	92.0	0.03608303445277687	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0358_000000001561	8377	0.8524386138302381	11	5	2	3	4	False	86662	backbone	False	ISR0213_000000002441	0.9759616459504966	PS438	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	2594.0	96.569	53.0	0.23495286439448876	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ETH0004_000000003482	7864	0.8524322021333539	8	5	5	4	4	False	52958	maximal	True	ETH0004_000000003482	1.0		2	2	False	False	0.9977110624313354	0					non-mobilizable	no_good_hit	654.0	78.593	8.0	0.0549441246190315	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MAD0025_000000002864	3601	0.8524250334579945	6	2	1	1	2	False	19147	maximal	True	MAD0025_000000002864	1.0		3	1	False	False	0.9950013756752014	0					non-mobilizable	no_good_hit	286.0	74.476	8.0	6.214140154292014e-05	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
FIJ0136_000000003352	7536	0.8524211664266634	9	5	3	5	4	False	55697	fragment	False	FIJ0136_000000003352	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3766.0	98.54	97.0	0.38489061541607034	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ENG0111_000000015173	1357	0.8524198234380594	2	2	2	2	2	False	59721	maximal	True	ENG0111_000000015173	1.0		8	6	False	False	1.0	0					non-mobilizable	other	1357.0	99.189	100.0	0.0010857850241739306	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	False	False
USA0027_01_000000023794	1139	0.8524159547873166	2	2	2	1	1	False	123072	fragment	False	ISR0226_000000002328	0.05431922150692062		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	98.595	100.0	0.008100508951133572	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
AUS0022_000000020665	1649	0.8524143929694012	2	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.22180829670910399		0	0	False	False	0.9987871646881104	0					non-mobilizable	no_good_hit								True	False
USA0047_01_000000022647	1602	0.8524143929694012	2	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.07546249259790544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0145_000000022287	1563	0.8524143929694012	2	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.11459560639251402		0	0	False	False	0.9968010187149048	0					non-mobilizable	no_good_hit								True	False
USA0020_01_000000023262	1489	0.8524143929694012	3	2	2	1	1	False	104788	fragment	False	AST0148_000000022141	0.8293039305276235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0039_000000010640	1527	0.8524125914785923	2	2	2	1	1	False	121265	backbone	False	ENG0073_000000006947	0.02943340271283767	PS849	0	0	False	True	1.0	0					non-mobilizable	other	1456.0	100.0	100.0	0.005945546152557402	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
USA0145_01_000000014021	1689	0.852407980128173	3	2	1	2	1	False	12	maximal	True	USA0145_01_000000014021	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	86.221	87.0	0.00011262519167053624	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0211_000000009851	2280	0.8524074835978847	4	2	0	1	1	True	61091	fragment	False	ISR0211_000000009851	1.0		0	0	False	False	0.9991227984428406	0					non-mobilizable	other	1633.0	95.958	99.0	0.0008786208028046785	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	True
DEN0094_000000010357	3257	0.8524042065710368	4	3	2	3	2	True	68385	maximal	True	DEN0094_000000010357	1.0		14	5	False	False	0.999692976474762	0					non-mobilizable	no_good_hit	935.0	97.861	29.0	0.06440022111663903	NZ_QRHR01000017.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf17, whole genome shotgun sequence	True	True
DEN0061_000000022309	1918	0.8523977456378603	3	3	2	1	2	False	94125	fragment	False	USA0093_01_000000008878	0.9561293198638333		0	0	False	False	1.0	0					non-mobilizable	chromosome	1918.0	99.374	100.0	0.00029548290337770713	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0021_000000039491	1206	0.8523974790054533	2	1	1	1	1	False	49514	fragment	False	FIJ0021_000000039491	1.0		0	0	False	False	0.9991708397865295	0					non-mobilizable	other	1206.0	98.67299999999999	100.0	0.004736374570581807	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0074_000000000011	71817	0.8523919372647166	71	21	10	15	15	False	112492	maximal	True	CHI0074_000000000011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1230.0	81.46300000000001	3.0	0.005948278811517276	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0206_000000003974	6186	0.8523851765966062	5	3	3	3	2	False	82758	fragment	False	ISR0206_000000003974	1.0		0	0	False	False	0.9991917014122009	0					non-mobilizable	no_good_hit	1460.0	73.904	23.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
ISR0042_000000002408	8296	0.8523835038299923	6	3	2	3	2	False	89108	maximal	True	ISR0042_000000002408	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4534.0	98.302	78.0	0.03644053486857446	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0149_000000000908	21395	0.8523791338146666	21	14	10	11	10	True	124746	maximal	True	ENG0149_000000000908	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2256.0	78.85600000000001	15.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0148_000000012614	2988	0.8523790628351494	3	3	3	3	3	False	119285	fragment	False	ENG0148_000000012614	1.0		0	0	False	False	0.9993306398391724	0					non-mobilizable	no_good_hit	1036.0	87.259	35.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0147_000000002060	6101	0.8523785180154277	10	2	2	2	2	False	57372	fragment	False	ENG0147_000000002060	1.0		0	0	False	False	0.9972135424613953	0					non-mobilizable	no_good_hit	1029.0	85.811	17.0	0.00033431736796665567	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0120_000000004843	4390	0.8523775229331433	5	2	2	2	2	False	59196	maximal	True	ENG0120_000000004843	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00017094114496378897	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
FIJ0013_000000013804	2060	0.8523746879713741	3	3	3	3	2	False	50636	fragment	False	FIJ0013_000000013804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	77.764	40.0	0.00015476728253414635	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
DEN0061_000000030082	1454	0.8523740349108503	3	2	2	2	2	False	71816	fragment	False	DEN0061_000000030082	1.0		0	0	False	False	0.9944979548454285	0					non-mobilizable	no_good_hit	1104.0	75.27199999999999	75.0	0.002426650474329866	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0005_000000000172	48353	0.8523735717044983	45	23	11	18	8	True	132147	fragment	False	ISR0104_000000000158	0.17982107396623187		0	0	False	True	0.9999586343765259	0					non-mobilizable	no_good_hit	2809.0	97.366	9.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0050_000000015706	2285	0.852372033292236	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.4865082723809951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	100.0	4.0	3.130325550491309e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0138_000000003221	4843	0.8523668978039413	7	4	3	3	4	False	113562	fragment	False	CHI0138_000000003221	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4703.0	99.89399999999999	99.0	0.0011528264966701163	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0025_000000037378	1162	0.8523653962996993	3	2	2	2	1	False	12780	fragment	False	MON0025_000000037378	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1116.0	85.305	96.0	0.0001969606903436644	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0143_000000009773	1978	0.8523648141643126	3	3	3	3	3	False	79926	fragment	False	CHI0143_000000009773	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1825.0	99.397	92.0	0.05000685400959561	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
FIJ0168_000000012074	1832	0.8523632404781877	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.26381450650005395		0	0	False	False	1.0	0					non-mobilizable	chromosome	1840.0	91.902	100.0	0.0007899931883682825	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0073_000000003910	4849	0.8523596163015443	6	4	3	3	3	False	51105	fragment	False	FIJ0073_000000003910	0.9935880034213979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	80.018	23.0	0.018069510788996872	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0094_000000007035	2803	0.8523560559094043	4	4	2	2	2	False	43194	maximal	True	FIJ0094_000000007035	1.0		0	0	False	False	0.9832322597503662	0					non-mobilizable	no_good_hit	2255.0	98.537	80.0	0.030407320430804113	CP023389.1	enterobacteria	Escherichia coli strain 1105 plasmid p74, complete sequence	True	False
FIJ0104_000000009127	2779	0.8523507251200617	4	1	1	1	1	False	89086	fragment	False	FIJ0104_000000009127	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	95.944	90.0	0.013830035298752884	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0021_000000028642	1308	0.8523493710934087	2	2	2	2	2	False	74702	maximal	False	DEN0079_000000044827	0.9592939481268012		0	0	False	False	0.9885321259498596	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	1.3774069310649853e-05	CP024123.1	firmicutes	Solibacillus sp. R5-41 chromosome, complete genome	True	False
USA0145_01_000000004451	5515	0.8523489133089989	6	4	3	3	4	False	65521	maximal	True	USA0145_01_000000004451	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	79.248	37.0	0.0004709035418869386	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0357_000000013469	1914	0.8523438589325664	3	2	2	2	2	False	68621	fragment	False	ISR0357_000000013469	1.0		0	0	False	False	0.9843260049819946	0					non-mobilizable	other	1915.0	98.64200000000001	100.0	0.021791602149558248	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
MAD0066_000000001783	7423	0.8523425525320301	8	7	4	7	5	False	52990	fragment	False	MON0036_000000001365	0.929231800610858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	96.084	15.0	0.03469326080386824	NZ_JADU01000030.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00026.26_C, whole genome shotgun sequence	True	False
USA0059_01_000000003510	7121	0.8523384379429816	10	5	4	4	2	False	86402	maximal	True	USA0059_01_000000003510	1.0		1	1	False	False	0.9998595714569092	0					non-mobilizable	no_good_hit	2139.0	92.052	51.0	0.00037248530960877697	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0324_000000007519	4224	0.8523319625353675	5	1	0	1	0	True	24951	maximal	True	ISR0324_000000007519	1.0		1	1	True	True	0.9988163113594055	1					non-mobilizable	no_good_hit	1842.0	96.58	84.0	0.3922028121005539	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0016_000000007389	2798	0.8523319625353675	3	1	0	1	0	True	125774	fragment	False	CAN0016_000000016103	0.9722687292131736		0	0	False	False	0.9928520321846008	0					non-mobilizable	no_good_hit	1553.0	89.762	55.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
MON0105_000000020913	2592	0.8523319625353675	4	1	0	1	0	True	125774	fragment	False	CAN0016_000000016103	0.6347390993566834		0	0	False	False	0.9996141791343689	0					non-mobilizable	no_good_hit	1553.0	89.697	59.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0288_000000011940	2525	0.8523319625353675	3	1	0	1	0	False	125773	fragment	False	ISR0288_000000011940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1642.0	88.977	65.0	0.3491691521090754	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	False
CHI0163_000000003776	2435	0.8523319625353675	3	1	0	1	0	True	78471	fragment	False	CHI0163_000000003776	0.9563272262462719		0	0	False	False	0.9995893239974976	0					non-mobilizable	no_good_hit	1600.0	94.125	65.0	0.34000852151683	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
FIJ0015_000000012823	2347	0.8523319625353675	3	1	0	1	0	True	78471	fragment	False	CHI0163_000000003776	0.920123203285421		0	0	False	False	0.9991478323936462	0					non-mobilizable	no_good_hit	1765.0	91.955	74.0	0.37409458883681296	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
DEN0052_000000021959	2019	0.8523319625353675	3	1	0	1	0	False	72283	fragment	False	DEN0052_000000021959	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000014713	1969	0.8523319625353675	2	1	0	1	0	True	125771	fragment	False	ISR0072_000000014713	0.9944655313759773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	89.762	78.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
USA0119_01_000000012799	1920	0.8523319625353675	2	1	0	1	0	True	125771	fragment	False	ISR0072_000000014713	0.9898993974753583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	89.762	80.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0024_000000012969	1903	0.8523319625353675	2	1	0	1	0	True	125771	fragment	False	ISR0072_000000014713	0.9847680691104733		0	0	False	False	0.994745135307312	0					non-mobilizable	no_good_hit	1553.0	89.762	81.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ISR0299_000000006033	1903	0.8523319625353675	2	1	0	1	0	True	125771	fragment	False	ISR0072_000000014713	0.9847680691104733		0	0	False	False	0.997372567653656	0					non-mobilizable	no_good_hit	1553.0	89.762	81.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
DEN0051_000000025498	1832	0.8523319625353675	2	1	0	1	0	True	125771	fragment	False	ISR0072_000000014713	0.9672879658258685		0	0	False	False	0.999454140663147	0					non-mobilizable	no_good_hit	1553.0	89.762	84.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ENG0122_000000016198	1791	0.8523319625353675	2	1	0	1	0	True	125771	fragment	False	ISR0072_000000014713	0.9564504107764827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	89.697	86.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
CAN0018_000000020173	1693	0.8523319625353675	2	1	0	1	0	True	125771	fragment	False	ISR0072_000000014713	0.5321088002186275		0	0	False	False	1.0	0					non-mobilizable	plasmid	1553.0	89.762	91.0	0.3302087771623349	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	False	True
AST0010_000000023690	1278	0.8523319625353675	2	1	0	1	0	True	125770	fragment	False	AST0010_000000023690	1.0		0	0	False	False	0.9866979718208313	0					non-mobilizable	plasmid	1205.0	88.29899999999999	93.0	0.256071580741372	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	False	True
ENG0026_000000011796	1115	0.8523319625353675	2	1	0	1	0	False	66009	fragment	False	ENG0026_000000011796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0024_000000001947	3782	0.8523308996322659	4	2	1	2	0	True	2344	fragment	False	TAN0024_000000001947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	92.385	36.0	0.3008939974457216	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0154_000000001891	14687	0.8523263885060429	19	9	6	6	6	True	95127	fragment	False	ISR0156_000000001630	0.9426408096090639		0	0	False	False	0.9997276663780212	0					non-mobilizable	no_good_hit	10007.0	98.211	85.0	0.004464769820030283	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0156_000000001630	14455	0.8523263885060429	17	9	6	6	6	True	95127	fragment	False	ISR0156_000000001630	0.9593436697327251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7461.0	97.601	85.0	0.003326822489587782	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0207_000000019734	1530	0.8523153007412972	2	2	2	2	2	False	28562	maximal	True	ISR0207_000000019734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	93.38600000000001	41.0	0.002428190020254097	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0781_000000027763	1128	0.8523020633847346	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.09396442421014288		0	0	False	False	1.0	0					non-mobilizable	chromosome	1133.0	89.40899999999999	100.0	0.00038068797823716895	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0120_000000028541	1403	0.8522964234539651	3	2	2	2	1	False	32388	fragment	False	SPA0142_000000018842	0.9641030605165932		0	0	False	False	0.9992872476577759	0					non-mobilizable	chromosome	1403.0	99.786	100.0	0.0006065740163074093	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
USA0041_01_000000003037	7905	0.8522930084601998	6	5	4	5	5	False	97450	maximal	True	USA0041_01_000000003037	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.7403401768109815e-06	NZ_CP025025.1	firmicutes	Mesobacillus jeotgali strain DSM 18226 chromosome	True	False
SPA0072_000000013624	1491	0.8522878126400719	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.5117489892223445		0	0	False	False	0.9912810325622559	0					non-mobilizable	chromosome	1459.0	97.053	98.0	0.0002591775149107064	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0152_000000002924	8726	0.8522751615642069	7	6	6	5	6	False	71488	maximal	True	ISR0152_000000002924	1.0		1	1	False	False	0.9994270205497742	0					non-mobilizable	no_good_hit	2990.0	90.435	60.0	0.2527937690484253	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0011_000000004731	4512	0.8522673538369836	5	4	2	2	4	False	118681	maximal	True	SPA0011_000000004731	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2131.0	92.257	49.0	0.0005082146180743173	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
MAD0099_000000009650	3125	0.8522644411326191	4	3	3	3	2	False	79995	maximal	True	MAD0099_000000009650	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	73.05	13.0	7.876840543948288e-05	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ENG0163_000000013779	1846	0.8522624695259748	3	2	1	2	2	False	111201	fragment	False	SPA0094_000000006738	0.9522411953041622		0	0	False	False	0.9994583129882812	0					non-mobilizable	chromosome	1769.0	95.76	97.0	0.000248277022392075	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0158_000000008853	2140	0.8522541689510024	3	3	3	3	3	False	120333	maximal	False	ISR0029_000000020154	0.9772745867892966		0	0	False	False	0.9981308579444885	0					non-mobilizable	no_good_hit	472.0	72.669	22.0	8.38115530862559e-05	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
FIJ0116_000000012814	1339	0.8522529984059192	3	1	1	1	1	False	41651	maximal	True	FIJ0116_000000012814	1.0		1	1	False	False	0.9462285041809082	0					non-mobilizable	no_good_hit	128.0	78.906	10.0	0.0010267936549003122	NZ_BCWN01000009.1	b-proteobacteria	Castellaniella caeni NBRC 101664, whole genome shotgun sequence	True	False
ENG0142_000000005295	5088	0.8522472799781466	7	5	5	5	4	False	58802	maximal	True	ENG0142_000000005295	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	71.354	18.0	0.002398914012144826	NZ_WXEX01000002.1	firmicutes	Heliobacterium gestii strain DSM 11169 Helio_gestii_assembly_contig_2, whole genome shotgun sequence	True	False
ISR0292_000000009282	2067	0.8522425530680635	3	3	3	3	3	False	100352	maximal	False	ISR0256_000000008433	0.9919733733951865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.73100000000001	43.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
TAN0009_000000028232	1514	0.8522415115400009	2	1	1	1	1	False	2669	fragment	False	TAN0009_000000028232	1.0		0	0	False	False	0.9861294627189636	0					non-mobilizable	no_good_hit								True	False
ISR0826_000000002938	4016	0.8522411042969908	4	2	2	2	0	True	21105	fragment	False	ISR0826_000000002938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	95.287	77.0	0.03601621629100771	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0824_000000005907	3215	0.8522411042969908	3	2	2	2	0	True	21167	maximal	True	ISR0824_000000005907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1507.0	91.772	83.0	0.020464073720476525	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ENG0060_000000020996	1499	0.8522411042969908	2	2	2	2	0	True	63308	fragment	False	ENG0060_000000020996	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1503.0	81.437	99.0	0.020671620107093936	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0052_000000025265	1470	0.8522411042969908	2	2	2	2	0	True	35777	fragment	False	ISR0052_000000025265	1.0		0	0	False	False	0.9959183931350708	0					non-mobilizable	no_good_hit	1120.0	86.51799999999999	76.0	0.01548296044165871	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0151_000000015615	1380	0.8522411042969908	2	2	2	2	0	True	30754	fragment	False	ISR0151_000000015615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	86.27600000000001	79.0	0.015109376945747375	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0186_000000026775	1231	0.8522411042969908	2	2	2	2	0	True	29308	fragment	False	ISR0186_000000026775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	85.62100000000001	74.0	0.012688002435210937	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ENG0055_000000013433	1434	0.8522364564005543	2	1	1	1	1	False	63630	fragment	False	ENG0055_000000013433	1.0		0	0	False	False	0.991631805896759	0					non-mobilizable	no_good_hit	120.0	100.0	8.0	4.00547032804802e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0380_000000009699	1281	0.8522266961992944	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.3402459759424379		0	0	False	False	0.9882903695106506	0					non-mobilizable	no_good_hit	225.0	73.333	17.0	5.563300625340278e-05	NZ_MQWB01000001.1	bacteria	Rubricoccus marinus strain SG-29 scaffold1_cov42_read155, whole genome shotgun sequence	True	True
USA0035_01_000000001236	19523	0.8522238771185886	39	12	5	10	5	True	88768	maximal	True	USA0035_01_000000001236	1.0		1	1	False	False	0.9999487996101379	0					non-mobilizable	no_good_hit	2608.0	89.072	51.0	0.04606032679970227	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0079_000000012972	3731	0.8522190145851845	4	3	3	2	2	False	74364	maximal	True	DEN0079_000000012972	1.0	PS237	17	5	False	True	0.9994639754295349	0					non-mobilizable	no_good_hit	747.0	74.431	20.0	0.003606082193126827	NZ_NHOC01000010.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c10, whole genome shotgun sequence	True	True
FIJ0048_000000019869	1683	0.8522104629785864	2	2	2	1	0	True	46758	maximal	True	FIJ0048_000000019869	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.982044892260372e-06	CP040871.1	g-proteobacteria	Thermomonas sp. SY21 chromosome, complete genome	True	True
ENG0084_000000025528	1176	0.8521899646246976	3	1	1	1	1	False	113328	fragment	False	ISR0304_000000007592	0.3726644861280092		0	0	False	False	1.0	0					non-mobilizable	virus	1177.0	91.164	100.0	0.18779342723004694	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0222_000000014551	3863	0.8521749958216013	5	4	2	4	4	False	116162	fragment	False	MON0020_000000004209	0.9793698424606152		0	0	False	False	1.0	0					non-mobilizable	chromosome	2220.0	95.495	94.0	0.0005013742541605465	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0154_000000006575	1445	0.8521630936375258	3	3	3	3	2	False	71804	fragment	False	SPA0154_000000006575	0.9985559566787003		0	0	False	False	1.0	0					non-mobilizable	chromosome	1445.0	99.792	100.0	0.0006311586043876887	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
DEN0061_000000031671	1385	0.8521630936375258	3	3	3	3	2	False	71804	fragment	False	SPA0154_000000006575	0.9778546712802768		0	0	False	False	1.0	0					non-mobilizable	chromosome	1385.0	99.928	100.0	0.000604933177612577	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
AST0007_000000000071	64043	0.8521619890176542	67	15	9	14	8	False	127414	maximal	True	AST0007_000000000071	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2622.0	97.48299999999999	4.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	False
AST0090_000000002649	9512	0.8521579442698275	10	10	7	8	10	False	117566	maximal	True	AST0090_000000002649	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5318.0	99.774	56.0	0.002350921842570919	AP018131.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: JCM 7004	True	False
ISR0292_000000008053	2332	0.8521528242626035	4	4	4	4	3	False	40980	fragment	False	MON0092_000000022821	0.9507890365448506		0	0	False	False	0.9982847571372986	0					non-mobilizable	no_good_hit	1026.0	75.828	43.0	0.06926022152331464	NZ_JH604968.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld499, whole genome shotgun sequence	True	False
MAD0032_000000000446	19028	0.8521491127818145	21	3	1	3	1	True	18937	fragment	False	MAD0032_000000000446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	0.0	0.0005097183085046019	NZ_AWEY01000035.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00012, whole genome shotgun sequence	True	True
ISR0367_000000007882	1262	0.8521403025891049	2	1	1	1	1	False	23574	maximal	True	ISR0367_000000007882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000012235	2863	0.8521329722197389	4	4	3	3	2	False	113077	fragment	False	ISR0319_000000005898	0.41075734165881395		0	0	False	False	1.0	0					non-mobilizable	chromosome	1984.0	83.669	92.0	0.0005222994252294473	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0087_000000003733	6094	0.8521299743228602	14	3	1	3	1	True	33863	maximal	True	ISR0087_000000003733	1.0		1	1	False	False	0.9980308413505554	0					non-mobilizable	no_good_hit	1075.0	84.279	54.0	0.00035638899468066495	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
FIJ0076_000000004590	3642	0.8521294262037673	4	3	2	3	3	False	51776	fragment	False	FIJ0076_000000004590	0.9606381217555634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2932.0	98.67	81.0	0.21057547237588908	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0006_000000010470	3284	0.8521294262037673	3	3	2	3	3	False	51776	fragment	False	FIJ0076_000000004590	0.9360637120905441		0	0	False	False	0.9996954798698425	0					non-mobilizable	other	2932.0	98.67	90.0	0.21057547237588908	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0006_000000027968	1407	0.8521265302851213	3	2	2	2	2	False	67751	fragment	False	FIJ0044_000000014240	0.9393949567250024		0	0	False	False	1.0	0					non-mobilizable	other	1408.0	95.31200000000001	100.0	0.038772392723232886	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
MON0076_000000037913	1273	0.8521250965469044	2	1	1	1	1	False	10917	maximal	True	MON0076_000000037913	0.9787704802259887		2	1	False	False	1.0	0					non-mobilizable	other	1037.0	97.87799999999999	91.0	0.006384184968818556	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
FIJ0067_000000014147	2154	0.8521227561205708	3	3	2	2	2	False	45219	fragment	False	FIJ0067_000000014147	1.0		0	0	False	False	0.9995357394218445	0					non-mobilizable	no_good_hit	1217.0	72.638	55.0	0.00040955584610981923	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0139_000000002498	6892	0.8521222661838493	6	6	4	6	5	False	121321	maximal	True	ENG0139_000000002498	0.9598043710836008	PS849	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	3468.0	97.376	73.0	0.000715919888874357	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ISR0124_000000005767	2770	0.8521198202272694	2	1	1	1	1	False	32084	fragment	False	ISR0124_000000005767	1.0		0	0	False	False	0.9978339076042175	0					non-mobilizable	no_good_hit	789.0	89.227	28.0	0.013997028763715119	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
USA0054_01_000000001018	11698	0.8521091529614933	17	15	6	9	13	True	132508	maximal	True	USA0054_01_000000001018	1.0	PS1165|PS799|PS800	3	2	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	6523.0	97.133	66.0	0.7290921288014311	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
DEN0073_000000048418	1124	0.8521055557986966	2	1	1	1	1	False	70036	fragment	False	DEN0073_000000048418	1.0		0	0	False	False	0.9857650995254517	0					non-mobilizable	no_good_hit								True	False
ENG0157_000000017092	1451	0.8521043632985434	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.19969847543021738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0131_000000004069	6976	0.8520979417106085	7	7	5	6	7	True	114167	maximal	True	ENG0131_000000004069	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4876.0	99.098	100.0	0.0783913295169486	CP024235.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed3, complete sequence	False	True
DEN0089_000000004130	4580	0.8520966427969738	5	4	3	4	3	False	76416	fragment	False	DEN0089_000000004130	1.0		0	0	False	False	0.9949781894683838	0					non-mobilizable	no_good_hit	296.0	94.932	6.0	0.005028219599794766	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0125_000000007261	3494	0.8520940811279175	3	1	1	1	1	False	58861	fragment	False	ENG0125_000000007261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0158_000000009626	1932	0.8520940811279175	3	1	1	1	1	False	58689	fragment	False	ENG0158_000000009626	1.0		0	0	False	False	0.9994823932647705	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000020682	1309	0.8520940811279175	3	1	1	1	1	False	58688	fragment	False	ENG0127_000000020682	1.0		0	0	False	False	0.9801375269889832	0					non-mobilizable	no_good_hit								True	False
FIJ0148_000000008260	2172	0.8520827806974353	3	1	1	1	1	False	39914	fragment	False	FIJ0148_000000008260	1.0		0	0	False	False	0.9802025556564331	0					non-mobilizable	no_good_hit	56.0	100.0	3.0	0.0008176007135424409	NZ_VZBY01000006.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_17_length_67270_cov_23.7982_ID_33, whole genome shotgun sequence	True	False
SPA0137_000000004284	8274	0.8520766163691258	14	3	2	3	2	False	79655	maximal	True	SPA0137_000000004284	0.965778053316801		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	96.74799999999999	1.0	0.0002612128842184596	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
SPA0137_000000020738	1777	0.8520630163941381	3	1	1	1	1	False	73020	fragment	False	DEN0083_000000014331	0.7202180410682435		0	0	False	False	0.9949352741241455	0					non-mobilizable	no_good_hit	1428.0	99.44	80.0	0.00039599891141954227	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0074_000000010221	3162	0.8520629492547283	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.47851095947623307		0	0	False	False	0.9996837377548218	0					non-mobilizable	other	3163.0	98.198	100.0	0.000983381750599953	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0096_000000012098	3103	0.8520584180784856	4	4	4	4	4	False	77453	maximal	True	SPA0096_000000012098	1.0		130	11	False	False	0.9996777176856995	0					non-mobilizable	no_good_hit	501.0	74.45100000000001	16.0	0.005113842643016441	NZ_CABJCG010000023.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
SPA0092_000000016538	2629	0.8520442256765701	4	4	4	4	4	False	124635	fragment	False	SPA0096_000000012444	0.5665045483312002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	83.333	3.0	0.001421418873048201	NZ_MQNM01000023.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_23_length_47136_cov_32.8072, whole genome shotgun sequence	True	False
MAD0045_000000016062	2452	0.8520403635124608	4	2	2	2	1	False	101135	fragment	False	MON0078_000000017708	0.9710144927536232		0	0	False	False	1.0	0					non-mobilizable	chromosome	2454.0	94.866	100.0	0.0006859875772155846	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0107_000000001481	15590	0.8520325555174201	15	13	11	10	11	False	42311	maximal	True	FIJ0107_000000001481	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	936.0	73.291	7.0	0.01436063936063936	NZ_JQKE01000011.1	b-proteobacteria	Stenoxybacter acetivorans DSM 19021 Q384DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
ENG0071_000000002751	7544	0.8520318030923159	9	8	4	6	7	False	115583	maximal	True	ENG0071_000000002751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3116.0	95.34700000000001	72.0	0.0009783733471431908	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0261_000000001631	9018	0.8520253522129904	8	8	7	8	8	False	128450	fragment	False	ISR0261_000000001631	1.0		0	0	False	False	0.9950099587440491	0					non-mobilizable	no_good_hit	2087.0	83.99600000000001	39.0	0.0005919213122960915	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0161_000000000569	25163	0.8520183689417933	16	10	6	9	5	True	124902	fragment	False	ENG0161_000000000569	0.9353706507816698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	98.413	4.0	0.9989384288747346	GQ883038.1		Uncultured organism clone VC1D785TF genomic sequence	True	True
USA0044_01_000000004000	7391	0.8520176485982439	11	5	2	3	5	False	1242	maximal	True	USA0044_01_000000004000	1.0		1	1	False	False	0.9967527985572815	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00019825535289452815	NC_020292.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT) plasmid Csp_135p, complete sequence	True	False
ISR0213_000000002776	7432	0.8520111712841864	6	4	2	3	4	False	113356	maximal	True	ISR0213_000000002776	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	94.251	13.0	0.15751983163347905	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0028_000000010697	2661	0.852006735352442	4	2	2	2	1	False	74031	fragment	False	ISR0155_000000008191	0.9633283693224125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	2.1611144035781403e-05	NZ_CP018180.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 chromosome, complete genome	True	False
FIJ0071_000000029676	1260	0.852000978945027	2	1	1	1	1	False	44812	fragment	False	FIJ0071_000000029676	1.0		0	0	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit								True	False
SPA0055_000000008041	3920	0.8519902217716306	2	2	2	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6300714542947249		0	0	False	False	0.9920918345451355	0					non-mobilizable	no_good_hit	304.0	79.934	8.0	0.001092193786383241	NZ_AGDG01000040.1	CFB group bacteria	Bacteroides faecis MAJ27 contig040, whole genome shotgun sequence	True	True
MAD0040_000000013196	2402	0.8519764122894721	3	3	2	2	3	False	122174	fragment	False	SPA0130_000000011511	0.271982555398397		0	0	False	False	0.9991673827171326	0					non-mobilizable	other	2220.0	98.243	100.0	0.03849623538392145	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
MAD0105_000000001210	16282	0.8519713082521685	19	19	7	12	19	True	54180	fragment	False	MAD0105_000000001210	0.9367882943553325		0	0	False	False	0.9996929168701172	0					non-mobilizable	plasmid	15073.0	98.846	99.0	0.15806309518815287	CP039475.1	enterobacteria	Salmonella enterica subsp. enterica serovar Bareilly str. CFSAN000968 plasmid pCFSAN000968_2, complete sequence	False	True
USA0091_01_000000007887	1315	0.8519701750649039	2	2	1	2	2	False	85174	fragment	False	CHI0067_000000009191	0.6499743194658448		0	0	False	False	0.9992395639419556	0					non-mobilizable	other	1314.0	97.79299999999999	99.0	0.5376740376740377	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
FIJ0002_000000002172	14377	0.8519650421361983	20	10	3	8	4	True	52470	maximal	True	FIJ0002_000000002172	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	74.242	1.0	0.0017246025330099704	NZ_CAKD01000010.1	firmicutes	Lactobacillus pasteurii DSM 23907 = CRBIP 24.76 strain type strain:CRBIP 24.76, whole genome shotgun sequence	True	True
MON0090_000000012089	4546	0.8519638680244243	6	5	5	5	4	False	52356	maximal	True	MON0090_000000012089	1.0		16	1	False	False	0.9947206377983093	0					non-mobilizable	no_good_hit	1821.0	97.803	40.0	0.031812378670490915	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0070_000000005101	3787	0.8519570394794763	4	4	3	4	2	False	44946	fragment	False	FIJ0070_000000005101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	88.71	2.0	1.8157460885290086e-05	CP044069.1	g-proteobacteria	Vibrio vulnificus strain FDAARGOS_663 chromosome 2, complete sequence	True	False
SPA0103_000000002038	7845	0.8519466077562552	11	5	4	5	2	True	96538	fragment	False	SPA0103_000000002038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5640.0	96.596	82.0	0.0010110323955441398	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
SPA0149_000000002928	9882	0.8519457769623404	11	6	2	5	3	False	3322	maximal	True	SPA0149_000000002928	1.0		1	1	False	False	0.9995952248573303	0					non-mobilizable	no_good_hit	1808.0	74.17	18.0	0.007881595836337102	NZ_SIXC01000005.1	d-proteobacteria	Desulfovibrio legallii strain H1T scaffold_4, whole genome shotgun sequence	True	False
CHI0188_000000001161	13040	0.8519435415816392	13	13	7	9	13	False	121301	maximal	True	CHI0188_000000001161	1.0	PS849	16	4	False	True	1.0	0					non-mobilizable	chromosome	9325.0	99.95700000000001	98.0	0.0019264753373346333	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
MON0065_000000017989	1459	0.851941546698419	3	2	2	2	2	False	10666	fragment	False	MON0065_000000017989	1.0		0	0	False	False	0.9897189736366272	0					non-mobilizable	other	1457.0	99.588	99.0	0.006294800736699207	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	False	False
MON0090_000000038447	1593	0.8519264484710719	2	1	1	1	1	False	9550	fragment	False	MON0090_000000038447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	71.156	62.0	0.0002647077034808657	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0022_000000011271	2267	0.8519245521870454	2	2	2	2	2	False	119649	maximal	False	ISR0302_000000006537	0.9417842400372851		0	0	False	False	1.0	0					non-mobilizable	chromosome	2267.0	99.647	100.0	0.00041616834211462	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0107_000000024147	1259	0.8519203694737564	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.22457572437085593		0	0	False	False	0.9610801935195923	0					non-mobilizable	chromosome	1043.0	78.332	95.0	0.00027422627775974205	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0146_000000034376	1253	0.8519203694737564	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.21987674884333083		0	0	False	False	0.980047881603241	0					non-mobilizable	chromosome	1037.0	78.303	95.0	0.0002726257352825451	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0308_000000015245	1253	0.8519203694737564	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.2196966590583838		0	0	False	False	1.0	0					non-mobilizable	chromosome	1036.0	78.378	95.0	0.0002726257352825451	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0055_01_000000020991	1253	0.8519203694737564	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.22036204472064655		0	0	False	False	0.9960095882415771	0					non-mobilizable	chromosome	1036.0	78.282	95.0	0.0002726257352825451	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0035_000000016062	1253	0.8519203694737564	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.22010417157578213		0	0	False	False	0.9992018938064575	0					non-mobilizable	chromosome	1037.0	78.206	95.0	0.0002726257352825451	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0028_000000015567	1253	0.8519203694737564	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.22000139931142731		0	0	False	False	1.0	0					non-mobilizable	chromosome	1037.0	77.917	95.0	0.0002726257352825451	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0394_000000007619	2475	0.8519152741282893	4	3	3	3	2	False	131449	maximal	True	ISR0394_000000007619	1.0		1	1	False	False	0.9951515197753906	0					non-mobilizable	no_good_hit	1447.0	78.645	57.0	0.02002454261490406	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0026_000000007384	4144	0.8519150256907897	5	5	5	3	3	False	129937	maximal	True	AST0026_000000007384	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	91.59899999999999	45.0	0.013302885312454691	NZ_JAAWUO010000022.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_22_length_55176_cov_71.891, whole genome shotgun sequence	True	False
MAD0089_000000017877	1526	0.851908763308328	2	2	2	2	2	False	15822	fragment	False	MAD0089_000000017877	1.0		0	0	False	False	0.9652686715126038	0					non-mobilizable	chromosome	749.0	94.259	95.0	0.00020935075795889727	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0093_000000005384	5739	0.8518937263459895	6	4	2	4	2	False	68514	maximal	True	DEN0093_000000005384	1.0		1	1	False	False	0.9973862767219543	0					non-mobilizable	no_good_hit								True	False
ISR0839_000000009684	2042	0.8518887773153481	3	2	2	2	2	False	20843	maximal	True	ISR0839_000000009684	1.0		5	4	False	False	0.9985308647155762	0					non-mobilizable	no_good_hit	1808.0	75.553	88.0	0.05527981139099144	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	True	False
ISR0356_000000014120	1484	0.8518838210845384	2	2	2	2	2	False	75836	fragment	False	ENG0010_000000012869	0.5366414368264623		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	99.057	100.0	0.005688792733075554	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0365_000000002227	6306	0.8518747307040511	8	2	1	2	1	False	80788	maximal	True	ISR0365_000000002227	1.0		3	3	True	True	1.0	39					non-mobilizable	no_good_hit	34.0	97.059	1.0	6.771357322679184e-06	NZ_KZ119600.1	firmicutes	Bacillus alkalitelluris strain 10368 Scaffold1, whole genome shotgun sequence	True	True
AST0012_000000002861	5969	0.8518747307040511	7	2	1	2	1	False	125632	maximal	False	USA0035_01_000000004264	0.9984240212342402		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.012311901504787962	XM_031843550.1	bony fishes	PREDICTED: Anarrhichthys ocellatus growth hormone inducible transmembrane protein (ghitm), mRNA	True	True
MAD0103_000000010264	2158	0.8518747307040511	4	2	1	2	1	False	80787	fragment	False	MAD0103_000000010264	1.0		0	0	False	False	0.9990732073783875	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	6.771357322679184e-06	NZ_KZ119600.1	firmicutes	Bacillus alkalitelluris strain 10368 Scaffold1, whole genome shotgun sequence	True	False
CHI0133_000000013753	1450	0.8518747307040511	2	2	1	2	1	False	80786	fragment	False	CHI0133_000000013753	1.0		0	0	False	False	0.9972413778305054	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	6.771357322679184e-06	NZ_KZ119600.1	firmicutes	Bacillus alkalitelluris strain 10368 Scaffold1, whole genome shotgun sequence	True	False
FIJ0096_000000006431	4980	0.8518636469775688	6	5	2	3	5	True	123489	fragment	False	CAN0012_000000009399	0.15945716527260934		0	0	False	False	1.0	0					non-mobilizable	other	4980.0	99.98	100.0	0.03832446869924644	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0153_000000011712	2251	0.8518607240260676	2	1	1	1	1	False	121270	maximal	True	FIJ0153_000000011712	1.0	PS849	0	0	False	True	0.9795646667480469	0					non-mobilizable	no_good_hit	1634.0	100.0	73.0	0.0009078880067605133	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
ISR0348_000000013193	1403	0.8518607240260676	2	1	1	1	1	False	24131	fragment	False	ISR0348_000000013193	1.0		0	0	False	False	0.9066286683082581	0					non-mobilizable	other	1279.0	99.765	91.0	0.0007105210487690974	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	False
SPA0049_000000015011	1108	0.8518607240260676	2	1	1	1	1	False	6601	fragment	False	SPA0049_000000015011	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	100.0	100.0	0.00452351861916223	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	False
SPA0093_000000002129	16040	0.8518582888377655	23	10	2	9	3	False	8458	maximal	True	SPA0093_000000002129	0.9351898878802057		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	0.0	0.003159636892522193	NZ_WAJR01000033.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_033, whole genome shotgun sequence	True	False
FIJ0115_000000004265	5756	0.8518573085289292	3	3	3	3	2	False	59458	maximal	True	FIJ0115_000000004265	1.0		1	1	False	False	0.9913133978843689	0					non-mobilizable	no_good_hit	533.0	71.107	9.0	0.005471322902747235	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0017_000000009980	3349	0.8518528955678482	7	4	2	2	4	False	37870	maximal	True	ISR0017_000000009980	1.0		2	1	True	True	0.998507022857666	16					non-mobilizable	no_good_hit	63.0	90.476	2.0	0.021211084502223743	LN853884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1318	True	True
ISR0140_000000008825	2924	0.8518528955678482	6	4	2	2	4	False	31254	fragment	False	ISR0140_000000008825	1.0		0	0	False	False	0.99589604139328	0					non-mobilizable	no_good_hit	63.0	90.476	2.0	0.021211084502223743	LN853884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1318	True	False
CHI0042_000000007466	1549	0.8518425803731989	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.37303557180242297		0	0	False	False	1.0	0					non-mobilizable	chromosome	1554.0	89.25399999999999	100.0	0.0004986264404808603	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0073_000000023544	1193	0.8518352443401398	2	2	2	2	1	False	116934	fragment	False	ISR0387_000000012385	0.13850851335296774		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	96.73100000000001	100.0	0.028223706018847373	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0040_01_000000003628	5135	0.8518272264988557	8	5	5	5	4	False	113584	fragment	False	USA0040_01_000000003628	1.0		0	0	False	False	0.9972736239433289	0					non-mobilizable	no_good_hit	2272.0	97.667	64.0	0.0005567990161501137	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0812_000000023471	1687	0.8518252226252091	3	1	1	1	1	False	83988	fragment	False	ISR0812_000000023471	0.9946708463949844		0	0	False	False	0.9733254313468933	0					non-mobilizable	other	1687.0	99.40700000000001	100.0	0.0005398643038584288	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MON0007_000000030687	2037	0.8518239579972824	2	2	2	1	2	False	13954	fragment	False	MON0007_000000030687	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	97.14299999999999	53.0	0.018604331857343906	NZ_QRYH01000016.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf16, whole genome shotgun sequence	True	False
SPA0101_000000021847	1923	0.8518172006304109	3	3	3	3	3	False	94776	fragment	False	ISR0071_000000003689	0.9502247709303129		0	0	False	False	0.9942797422409058	0					non-mobilizable	no_good_hit	1018.0	71.513	52.0	0.0003530674550069179	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0140_000000024125	1427	0.8518111875068047	3	2	0	2	0	True	40356	maximal	True	FIJ0140_000000024125	1.0		8	4	False	False	0.976874589920044	0					non-mobilizable	no_good_hit	245.0	96.32700000000001	17.0	0.0010031533550135055	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	True
ISR0233_000000005862	2389	0.8518083686261592	3	2	2	1	0	True	107781	maximal	True	ISR0233_000000005862	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	94.676	79.0	0.028882755995432052	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0029_000000030390	1383	0.8517959032990667	3	2	2	2	2	False	61155	maximal	True	ISR0029_000000030390	0.9988619119878603		25	7	False	False	0.9898771047592163	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	3.0	0.00021198347514863494	NZ_FQWT01000009.1	CFB group bacteria	Chryseobacterium oranimense strain DSM 19055, whole genome shotgun sequence	True	False
ISR0073_000000003100	7777	0.8517914408558729	15	6	4	5	4	True	112142	fragment	False	ISR0073_000000003100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1582.0	97.219	62.0	0.009106408469363069	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0260_000000008792	1695	0.851784632430847	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9078628388970891		0	0	False	False	0.9982300996780396	0					non-mobilizable	other	1695.0	99.764	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0288_000000017649	1695	0.851784632430847	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9078628388970891		0	0	False	False	0.9964601993560791	0					non-mobilizable	other	1695.0	99.764	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0011_000000016234	1735	0.8517775672502363	3	3	3	3	2	False	116013	fragment	False	FIJ0081_000000020765	0.4848477660529517		0	0	False	False	1.0	0					non-mobilizable	other	1735.0	99.539	100.0	0.0007870291781763254	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
MON0109_000000008067	4113	0.8517732656101464	8	2	1	2	1	False	81258	fragment	False	MON0109_000000008067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	80.255	4.0	5.685452348802502e-05	NZ_UHIC01000001.1	g-proteobacteria	Suttonella ornithocola strain NCTC13337, whole genome shotgun sequence	True	False
ENG0118_000000011464	1288	0.8517722975046733	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.057563485160370215		0	0	False	False	0.9992235898971558	0					non-mobilizable	other	1289.0	95.035	100.0	0.01794678714859438	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0145_000000006798	2140	0.8517618971962079	3	2	1	1	0	True	108993	fragment	False	FIJ0145_000000006798	0.9685158127875027		0	0	False	False	0.9953271150588989	0					non-mobilizable	no_good_hit	1411.0	85.897	64.0	0.489009009009009	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
SPA0144_000000008514	2069	0.8517618971962079	2	2	1	1	0	True	3383	maximal	True	SPA0144_000000008514	1.0		2	1	False	False	0.9763170480728149	0					non-mobilizable	no_good_hit	73.0	100.0	4.0	2.0043845912934546e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0152_000000007816	3042	0.8517600137348071	5	5	5	5	3	False	118816	fragment	False	SPA0044_000000008224	0.9747749268660515		0	0	False	False	0.9799473881721497	0					non-mobilizable	other	3042.0	99.90100000000001	100.0	0.06310306903778713	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ENG0015_000000003993	5073	0.8517575503211748	4	3	1	3	1	False	66878	maximal	True	ENG0015_000000003993	0.9999014389907352		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	74.87100000000001	11.0	0.003384074733622439	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ENG0088_000000004860	5073	0.8517575503211748	4	3	1	3	1	False	66878	maximal	False	ENG0015_000000003993	0.9999014389907352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	74.87100000000001	11.0	0.003384074733622439	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
DEN0051_000000039356	1245	0.8517574595015664	2	1	1	1	1	False	72417	maximal	True	DEN0051_000000039356	1.0		1	1	False	False	0.9951807260513306	0					non-mobilizable	no_good_hit	530.0	73.396	42.0	0.002633752316493433	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
SPA0054_000000023834	1225	0.8517574595015664	2	1	1	1	1	False	6417	maximal	True	SPA0054_000000023834	1.0		2	2	False	False	0.9836734533309937	0					non-mobilizable	no_good_hit	562.0	72.954	45.0	0.0027999355410522923	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
ENG0032_000000010404	2144	0.8517459171598399	3	2	2	2	1	False	65611	fragment	False	ENG0032_000000010404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0129_000000016555	1496	0.8517459171598399	2	2	2	2	1	False	21608	fragment	False	ITA0006_000000015325	0.9623015873015873		0	0	False	False	0.9465240836143494	0					non-mobilizable	no_good_hit								True	False
MON0086_000000005788	5163	0.8517436910977066	3	3	3	3	2	False	63148	fragment	False	MON0086_000000005788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	96.471	11.0	0.00010040056567870338	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0074_000000001463	13865	0.8517340883792137	18	7	2	7	3	False	99004	maximal	True	ISR0074_000000001463	0.958952764555108		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.2248423839214185e-05	NZ_LSLK01000059.1	firmicutes	Sporomusa silvacetica DSM 10669 SPSIL_contig000059, whole genome shotgun sequence	True	False
CHI0104_000000000307	13564	0.8517340883792137	18	7	2	7	3	False	83257	maximal	True	CHI0104_000000000307	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000001973	13364	0.8517340883792137	18	7	2	7	3	False	100985	maximal	False	USA0145_01_000000001496	0.6104998410791751		0	0	False	False	0.9992517232894897	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0011917057281321999	NZ_OFSM01000046.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0340_000000011863	1918	0.8517136760934566	2	2	2	1	1	False	125881	fragment	False	SPA0045_000000013264	0.9805934657522603		0	0	False	False	0.9989572763442993	0					non-mobilizable	no_good_hit	1013.0	92.49799999999999	66.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
MAD0095_000000013334	2505	0.8517090342387762	2	2	2	2	1	False	15589	maximal	True	MAD0095_000000013334	1.0		9	4	False	False	0.9892215728759766	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	2.0	0.0002160393808928599	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0130_000000003579	6336	0.8517069523309495	7	6	5	6	5	False	51787	fragment	False	FIJ0130_000000003579	0.9897752239310461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	74.257	3.0	0.00013549028418916893	NZ_HE978585.1	firmicutes	Kallipyga massiliensis ph2, whole genome shotgun sequence	True	False
USA0117_01_000000017501	1123	0.8517042659341282	1	1	1	1	1	False	67346	fragment	False	ISR0150_000000015766	0.2921569957760277		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	99.02	100.0	0.019464973456854377	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
SPA0008_000000020035	1525	0.8517024939958607	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.644067645553145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	369.0	74.797	24.0	9.483254568905957e-05	CP026734.1	high GC Gram+	Brevibacterium linens strain ATCC 19391 chromosome, complete genome	True	False
DEN0011_000000035097	1344	0.8517024939958607	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.24060417522880356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	74.194	27.0	8.988187590160436e-05	CP025333.1	high GC Gram+	Brevibacterium aurantiacum strain SMQ-1419 chromosome, complete genome	True	False
USA0041_01_000000014607	1119	0.8517024939958607	2	2	2	2	2	False	46915	fragment	False	USA0080_01_000000037102	0.9627995397792276		0	0	False	False	0.9910634756088257	0					non-mobilizable	no_good_hit	366.0	73.77	32.0	9.430715762430025e-05	CP026734.1	high GC Gram+	Brevibacterium linens strain ATCC 19391 chromosome, complete genome	True	False
FIJ0074_000000002151	12686	0.851699661934511	11	8	7	8	5	True	121764	maximal	True	FIJ0074_000000002151	1.0		1	1	False	False	0.999763548374176	0					non-mobilizable	no_good_hit	132.0	75.0	1.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
ENG0195_000000006531	3612	0.8516902411697338	5	4	2	3	2	False	54482	fragment	False	ENG0195_000000006531	1.0		0	0	False	False	0.9872646927833557	0					non-mobilizable	no_good_hit	316.0	80.696	9.0	9.799596692153915e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0085_000000016064	1615	0.8516764707143993	2	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.5350397410030441		0	0	False	False	0.9931888580322266	0					non-mobilizable	other	1615.0	99.69	100.0	0.011073832410513965	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0168_000000015466	1608	0.8516764707143993	2	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.6194433632187342		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	99.62700000000001	100.0	0.006168171925797698	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0110_000000019169	1573	0.8516764707143993	2	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.538522982324732		0	0	False	False	0.9968213438987732	0					non-mobilizable	other	1570.0	99.10799999999999	99.0	0.01076508243624313	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0176_000000023745	1437	0.8516764707143993	1	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.33021556626217624		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	98.825	100.0	0.009921165839902846	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0223_000000022852	1395	0.8516764707143993	1	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.2080831010639006		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	97.491	100.0	0.005312227719542012	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0161_000000024695	1258	0.8516764707143993	1	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.16440662579197807		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	98.887	100.0	0.008624415947965338	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0321_000000009816	1234	0.8516764707143993	1	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.12337772619921993		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	95.48200000000001	100.0	0.0003305499821469165	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0281_000000015749	1186	0.8516764707143993	1	1	1	1	1	False	109501	fragment	False	ISR0255_000000018047	0.12372706721237481		0	0	False	False	0.9848229289054871	0					non-mobilizable	other	1186.0	99.57799999999999	100.0	0.004548403069116535	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
USA0035_01_000000023575	1119	0.851672079825771	2	1	1	1	1	False	29162	fragment	False	USA0035_01_000000023575	0.9656729900632339		0	0	False	False	0.9991063475608826	0					non-mobilizable	no_good_hit								True	False
ISR0281_000000000491	19440	0.8516712929978514	27	8	2	8	2	False	54757	maximal	True	ISR0281_000000000491	0.990846090194456		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0137_000000003717	4789	0.8516617763583474	5	4	3	4	2	False	65177	maximal	True	ENG0137_000000003717	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	8.097720344491747e-06	NC_007777.1	high GC Gram+	Frankia casuarinae, complete sequence	True	False
FIJ0021_000000006983	7032	0.8516604717580825	12	3	2	3	1	True	70727	maximal	True	FIJ0021_000000006983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	1.0	2.4220569603683805e-05	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
SPA0136_000000028990	1470	0.8516561988187751	2	2	2	1	1	False	22228	fragment	False	SPA0136_000000028990	0.9619487908961594		0	0	False	False	0.9795918464660645	0					non-mobilizable	other	1470.0	99.932	100.0	0.0059710107226183026	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ETH0002_000000008244	3381	0.85165041963823	4	4	4	4	3	False	87376	maximal	True	ETH0002_000000008244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	74.74	40.0	0.00018871312048789328	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0013_000000002343	9259	0.8516489624134826	7	5	5	5	5	False	131555	maximal	False	AST0014_000000002057	0.9762554551218224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4987.0	99.699	55.0	0.15020786889196844	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0087_000000001620	9256	0.8516489624134826	7	5	5	5	5	False	131555	maximal	False	AST0014_000000002057	0.975102428372504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4991.0	99.8	54.0	0.04336566204331352	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
FIJ0064_000000006992	3873	0.8516440025491129	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8360664707552213		0	0	False	False	0.999741792678833	0					non-mobilizable	other	3819.0	99.921	100.0	0.0007394654737604996	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0041_000000023746	1585	0.8516424385826621	3	2	2	2	2	False	47358	fragment	False	FIJ0041_000000023746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	75.736	86.0	0.0004051562650397234	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0012_000000009810	4105	0.8516287186383426	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5274813551904515		0	0	False	False	1.0	0					non-mobilizable	chromosome	4105.0	98.27	100.0	0.0014304974812926901	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0122_000000002358	5741	0.8516267603518503	6	4	2	4	3	False	117834	maximal	True	CHI0122_000000002358	1.0	PS794|PS796	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1378.0	89.115	56.0	0.000588979360878149	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0098_000000010631	2397	0.8516228515187693	3	3	2	3	1	False	60717	maximal	True	ENG0098_000000010631	1.0		8	5	False	False	0.999582827091217	0					non-mobilizable	no_good_hit	442.0	75.339	18.0	0.00012658038689646866	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
MON0042_000000008791	3016	0.8516139926393304	2	2	2	1	2	False	40767	fragment	False	MON0042_000000008791	1.0		0	0	False	False	0.9966843724250793	0					non-mobilizable	no_good_hit	932.0	80.687	31.0	0.00482284903021066	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
SPA0056_000000001186	17906	0.8516117114818953	24	8	1	8	3	False	91944	fragment	False	SPA0052_000000001586	0.704051543539809		0	0	False	False	0.9992740154266357	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	4.072193562076304e-05	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
CHI0116_000000000989	17830	0.8516117114818953	25	8	1	8	3	False	91944	fragment	False	SPA0052_000000001586	0.7279599570677115		0	0	False	False	0.9998317360877991	0					non-mobilizable	no_good_hit	74.0	100.0	0.0	0.0004958632775883384	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	True	False
CHI0137_000000000480	17719	0.8516117114818953	25	8	1	8	3	False	91944	fragment	False	SPA0052_000000001586	0.8330286001618136		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.0013082155939298796	NZ_SDGY01000007.1	firmicutes	Leuconostoc litchii strain MB7 contig_7, whole genome shotgun sequence	True	False
CHI0008_000000000361	17495	0.8516117114818953	24	8	1	8	3	False	91944	fragment	False	SPA0052_000000001586	0.8324951165836634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.0013082155939298796	NZ_SDGY01000007.1	firmicutes	Leuconostoc litchii strain MB7 contig_7, whole genome shotgun sequence	True	False
ENG0011_000000000916	17427	0.8516117114818953	24	8	1	8	3	False	91944	fragment	False	SPA0052_000000001586	0.8105275154864693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0013451574332403347	AB812020.1	enterobacteria	Escherichia coli genes for O-antigen biosynthetic locus, partial sequence, strain: U19-41	True	False
CHI0131_000000000720	16440	0.8516117114818953	22	8	1	8	3	False	91944	fragment	False	SPA0052_000000001586	0.3650604005848984		0	0	False	False	0.9999391436576843	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0011773940345368916	NZ_SDGY01000007.1	firmicutes	Leuconostoc litchii strain MB7 contig_7, whole genome shotgun sequence	True	False
ISR0334_000000005050	3769	0.8516112022791938	6	5	5	5	5	False	120077	fragment	False	ISR0155_000000005779	0.7886317863868366		0	0	False	False	1.0	0					non-mobilizable	other	3775.0	99.444	100.0	0.00079706298972963	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0107_000000006253	3607	0.8516112022791938	5	5	5	5	5	False	120077	fragment	False	ISR0155_000000005779	0.7430633397974029		0	0	False	False	0.9983365535736084	0					non-mobilizable	other	3613.0	99.419	100.0	0.0007628488391371023	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0078_000000003340	4928	0.8516051309396538	7	3	2	2	3	False	92083	fragment	False	ISR0078_000000003340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3673.0	80.99600000000001	81.0	0.0007201105233934131	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0181_000000000453	24094	0.8515897540508879	31	12	6	12	5	True	118916	fragment	False	ENG0151_000000000740	0.9700543144987701		0	0	False	False	0.999584972858429	0					non-mobilizable	other	17067.0	97.428	95.0	0.004567195618705712	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0095_000000010265	2678	0.8515864489898338	4	3	3	2	2	False	60973	fragment	False	ENG0095_000000010265	1.0		0	0	False	False	0.9992531538009644	0					non-mobilizable	no_good_hit	1390.0	76.547	52.0	0.0011161848441438814	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
ISR0209_000000013812	2089	0.8515713391731933	4	3	2	2	1	True	124283	maximal	True	ISR0209_000000013812	0.963996948893974		12	4	False	False	0.9961704015731812	0		MOBV			mobilizable	plasmid	2100.0	88.667	100.0	0.03142548271823669	CP028186.1	e-proteobacteria	Campylobacter jejuni strain CFSAN054107 plasmid pGMI16-002, complete sequence	False	True
ENG0134_000000018963	2075	0.8515713391731933	4	3	2	2	1	True	124283	maximal	False	ISR0209_000000013812	0.9600849168522488		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2086.0	88.639	100.0	0.03121527882045584	CP028186.1	e-proteobacteria	Campylobacter jejuni strain CFSAN054107 plasmid pGMI16-002, complete sequence	False	True
ISR0339_000000013826	1139	0.8515707217827022	2	2	2	2	1	False	60031	fragment	False	USA0090_01_000000008274	0.8713377633092481		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	99.649	100.0	0.0001986355587323281	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MON0087_000000016667	2964	0.8515702670166515	5	4	1	1	3	True	29142	fragment	False	MON0008_000000009808	0.6334256694367498		0	0	False	False	1.0	0					non-mobilizable	plasmid	2613.0	99.92299999999999	99.0	0.6664965552436846	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0027_000000019426	2104	0.8515680395431541	3	3	0	1	3	False	118121	maximal	True	MON0027_000000019426	1.0		1	1	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1882.0	91.92299999999999	89.0	0.2098489087856743	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0046_000000009113	2057	0.8515680395431541	3	3	0	1	3	False	109871	fragment	False	ENG0046_000000009113	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1765.0	99.887	100.0	0.4360623299530052	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
ETH0004_000000016114	1753	0.8515343299343465	3	3	3	3	1	False	52870	fragment	False	ETH0004_000000016114	1.0		0	0	False	False	0.9977182149887085	0					non-mobilizable	no_good_hit	101.0	81.188	6.0	8.792928332250667e-05	AP017459.1	bacteria	Candidatus Endomicrobium trichonymphae DNA, complete genome, strain: Rs-D17	True	False
ENG0047_000000006116	2897	0.8515309587026773	4	4	4	2	2	False	75209	fragment	False	ENG0047_000000006116	1.0		0	0	False	False	0.9796341061592102	0					non-mobilizable	other	2882.0	99.72200000000001	99.0	0.001439295309825676	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0811_000000007637	1955	0.8515309587026773	4	4	4	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9922864149204694		0	0	False	False	0.9974424839019775	0					non-mobilizable	other	1955.0	99.54	100.0	0.0009761829348835026	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0188_000000003967	5466	0.8515283421037197	6	4	3	3	3	False	33139	maximal	True	ISR0188_000000003967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000020610	1841	0.8515262755135611	2	2	2	2	2	False	88194	fragment	False	ISR0373_000000007354	0.23437218607281		0	0	False	False	1.0	0					non-mobilizable	chromosome	1841.0	98.914	100.0	0.000533382033432038	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0151_000000012463	1654	0.8515198106371494	2	2	0	2	0	True	129112	fragment	False	FIJ0047_000000018427	0.6090584028605482		0	0	False	False	0.9957678318023682	0					non-mobilizable	no_good_hit								True	True
MAD0036_000000024267	1301	0.8515198106371494	2	2	0	2	0	True	29795	fragment	False	MAD0036_000000024267	1.0		0	0	False	False	0.9707916975021362	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000029059	1170	0.8515198106371494	2	2	0	2	0	True	29794	fragment	False	ISR0176_000000029059	1.0		0	0	False	False	0.9991452693939209	0					non-mobilizable	no_good_hit								True	True
AUS0020_000000014246	1881	0.8515156840949032	4	3	1	2	2	False	111196	fragment	False	AUS0020_000000014246	1.0		0	0	False	False	0.9994683861732483	0					non-mobilizable	no_good_hit	1251.0	98.881	85.0	0.00017643335872091743	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
USA0021_01_000000011749	1521	0.8515156840949032	4	3	1	2	2	False	1743	fragment	False	USA0021_01_000000011749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	98.62700000000001	82.0	0.0001335247658799903	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
AUS0006_000000006969	3297	0.8515141133208788	4	2	0	1	1	True	109069	fragment	False	AUS0006_000000006969	0.9529741513547181		0	0	False	False	1.0	0					non-mobilizable	other	3321.0	90.696	100.0	0.01081389664460798	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0805_000000003658	3211	0.8515141133208788	4	2	0	1	1	True	109069	fragment	False	AUS0006_000000006969	0.9410069760388231		0	0	False	False	1.0	0					non-mobilizable	other	3231.0	93.47	100.0	0.010535018848858078	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
AST0153_000000026587	1306	0.8515133382481158	2	2	2	2	1	False	103245	fragment	False	ENG0086_000000013755	0.2861894027148639		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	99.387	100.0	0.0003467685555056882	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
SPA0020_000000008263	3489	0.8515049497177574	4	4	4	3	2	False	79981	maximal	True	SPA0020_000000008263	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	88.493	49.0	0.05081196780047462	NZ_WNCH01000040.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold40_size21491, whole genome shotgun sequence	True	False
CAN0003_000000016412	3029	0.8514974179701932	4	4	4	4	1	False	96695	maximal	True	CAN0003_000000016412	1.0		1	1	False	False	0.9841532111167908	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	3.0	2.8103413707954123e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0096_000000000558	31397	0.8514912952871341	31	19	13	15	16	False	71914	maximal	True	DEN0096_000000000558	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1526.0	73.85300000000001	5.0	0.000792170478866792	NC_010625.1	b-proteobacteria	Paraburkholderia phymatum STM815 plasmid pBPHY01, complete sequence	True	False
ISR0261_000000006167	2879	0.851488674878273	3	3	1	3	2	False	120283	fragment	False	ISR0067_000000009260	0.9647910496873973		0	0	False	False	0.9996526837348938	0					non-mobilizable	no_good_hit								True	False
ISR0172_000000011426	1439	0.8514527693857668	3	3	3	1	2	False	131727	maximal	True	ISR0172_000000011426	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	88.773	100.0	0.031193137509747854	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
ISR0133_000000000286	42360	0.8514469397043807	42	13	9	13	8	True	72053	maximal	True	ISR0133_000000000286	1.0		1	1	False	False	0.9995042681694031	0					non-mobilizable	no_good_hit	505.0	90.891	1.0	0.008631807005175645	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0045_000000016355	1590	0.8514464070448178	3	3	3	3	2	False	73249	fragment	False	ENG0138_000000011904	0.9541819866678624		0	0	False	False	0.9937106966972351	0					non-mobilizable	other	1571.0	99.491	99.0	0.0005333943962332163	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
AST0061_000000005429	6552	0.8514386011808734	8	3	1	2	1	False	112179	fragment	False	AST0061_000000005429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	93.81	8.0	0.006578634497408176	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
ISR0128_000000019272	1847	0.8514379474957462	3	3	3	3	3	False	31835	fragment	False	ISR0128_000000019272	1.0		0	0	False	False	0.997834324836731	0					non-mobilizable	other	1845.0	87.209	99.0	0.005798095455830007	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ISR0854_000000005392	1676	0.8514310203390923	3	3	3	3	3	False	90577	fragment	False	ISR0854_000000005392	1.0		0	0	False	False	0.9964200258255005	0					non-mobilizable	chromosome	1153.0	99.48	100.0	0.00020677634069417617	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
CHI0130_000000007096	2275	0.8514257505979208	3	3	3	3	2	False	81101	fragment	False	CHI0130_000000007096	1.0		0	0	False	False	0.9991208910942078	0					non-mobilizable	no_good_hit	613.0	73.899	26.0	0.0003015371819124237	NZ_HF952018.1	firmicutes	Thermobrachium celere DSM 8682, whole genome shotgun sequence	True	False
FIJ0031_000000014712	1681	0.851423481610188	4	3	3	3	3	False	48560	fragment	False	FIJ0031_000000014712	1.0		0	0	False	False	0.9988102316856384	0					non-mobilizable	other	1670.0	100.0	99.0	0.017577487335573086	NZ_CABGVN010000016.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071129, whole genome shotgun sequence	False	False
ISR0787_000000003557	3724	0.8514226789586563	5	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.1759626767742179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3158.0	78.689	84.0	0.007494382240130177	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0392_000000024364	1439	0.8514220280590878	2	1	1	1	1	False	77469	fragment	False	ISR0392_000000024364	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	83.95100000000001	99.0	0.07261075789686144	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ENG0187_000000006508	4010	0.8514170698420661	3	3	3	2	1	False	59964	maximal	True	ENG0187_000000006508	1.0		1	1	False	False	0.9990025162696838	0					non-mobilizable	no_good_hit	2114.0	99.669	53.0	0.002264353946491377	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MAD0056_000000005981	2248	0.8514149250347469	3	3	3	3	3	False	17060	maximal	True	MAD0056_000000005981	1.0		17	2	False	False	0.9951067566871643	0					non-mobilizable	chromosome	2248.0	99.956	100.0	0.0006333297161854216	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0170_000000022479	2071	0.8514148606705294	4	3	3	2	2	False	30054	maximal	True	ISR0170_000000022479	1.0		1	1	False	False	0.9917914271354675	0					non-mobilizable	no_good_hit	850.0	100.0	61.0	0.0005112360531613235	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
FIJ0099_000000002316	9440	0.8514144134639618	15	14	4	8	14	True	63895	maximal	True	FIJ0099_000000002316	1.0		8	1	False	False	1.0	0					non-mobilizable	plasmid	9440.0	99.735	100.0	0.04915941002458231	AP022358.1	enterobacteria	Klebsiella pneumoniae E278 plasmid pE278_IMP6 DNA, complete sequence	False	True
DEN0003_000000021386	1112	0.8514139717786122	2	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.10577146007762646	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1113.0	91.285	100.0	0.00035809565311844583	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0031_000000012049	2791	0.8514103033599971	5	1	1	1	1	False	12466	maximal	True	MON0031_000000012049	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	3.0	2.458368590183279e-05	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	True	False
CHI0129_000000005449	3839	0.8514065184201101	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8586503756255398		0	0	False	False	1.0	0					non-mobilizable	other	3780.0	99.788	100.0	0.0007319120024465499	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0316_000000019118	1175	0.8514032121748512	2	2	2	1	1	False	85953	fragment	False	ENG0188_000000019390	0.7389394979995075		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	96.686	100.0	0.004037592563957184	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0047_000000041359	1173	0.8514032121748512	2	2	2	1	1	False	85953	fragment	False	ENG0188_000000019390	0.7200041707609157		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	97.101	100.0	0.004027283816985379	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0088_000000008227	2851	0.8513980918360518	3	2	2	2	1	True	124819	fragment	False	ISR0088_000000008227	0.8962103010736541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	91.45299999999999	4.0	5.643903087803918e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0094_000000007124	2874	0.8513937229386322	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.9087492284151962		0	0	False	False	0.9958246350288391	0					non-mobilizable	other	2858.0	99.825	100.0	0.006315794127659951	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0031_000000003124	6298	0.8513932572361191	7	7	4	7	5	False	65721	maximal	True	ENG0031_000000003124	1.0		14	4	False	False	0.9995236396789551	0					non-mobilizable	no_good_hit	4213.0	99.976	67.0	0.001275842860505121	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
MON0023_000000006233	3001	0.8513908043574863	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.4722978985273617		0	0	False	False	1.0	0					non-mobilizable	chromosome	3001.0	98.234	100.0	0.0010456852933426097	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0008_000000003386	7825	0.8513894100981991	15	6	4	6	2	False	51476	fragment	False	FIJ0008_000000003386	1.0		0	0	False	False	0.9998722076416016	0					non-mobilizable	no_good_hit								True	False
FIJ0169_000000002895	7232	0.8513833742809446	8	6	4	6	3	True	42389	fragment	False	FIJ0169_000000002895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4343.0	85.90799999999999	83.0	0.009039451150789253	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0066_000000006718	1605	0.8513798487731357	2	2	2	2	2	False	85201	maximal	True	CHI0066_000000006718	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	1605.0	99.25200000000001	100.0	0.00048552446934354914	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	False	False
ISR0058_000000002916	7182	0.8513747940065063	4	4	3	4	2	True	35535	fragment	False	ISR0058_000000002916	0.9858604091456077		0	0	False	False	0.9974937438964844	0					non-mobilizable	no_good_hit	439.0	99.772	6.0	0.00015600896303549276	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
ISR0383_000000001414	6648	0.8513747940065063	5	4	3	4	2	True	35535	fragment	False	ISR0058_000000002916	0.9497354497354498		0	0	False	False	0.9998495578765869	0					non-mobilizable	no_good_hit								True	True
ISR0812_000000021835	1810	0.8513688406598553	3	1	1	1	1	False	21643	maximal	True	ISR0812_000000021835	1.0		0	0	False	False	0.9729281663894653	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000007166	5666	0.8513676586420068	6	5	5	5	3	False	15353	fragment	False	MAD0098_000000007166	1.0		0	0	False	False	0.9964701533317566	0					non-mobilizable	no_good_hit	793.0	74.023	14.0	0.001163787914144259	NZ_CABJAT010000003.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
SPA0102_000000011116	3281	0.8513639765210648	4	4	4	3	3	False	101107	fragment	False	SPA0102_000000011116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1930.0	94.97399999999999	73.0	0.0003456199088546314	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
MAD0002_000000022571	1824	0.8513632569867482	2	1	1	1	1	False	20175	fragment	False	MAD0002_000000022571	1.0		0	0	False	False	0.9972587823867798	0					non-mobilizable	no_good_hit	58.0	100.0	3.0	0.0010101726154609577	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0054_000000037398	1351	0.8513632569867482	2	1	1	1	1	False	11114	fragment	False	MON0054_000000037398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0055_000000004147	4004	0.8513632557988048	3	3	3	3	2	False	46864	maximal	True	MON0055_000000004147	1.0		7	1	False	False	0.9882617592811584	0					non-mobilizable	no_good_hit	2256.0	80.49600000000001	55.0	0.001113817407602426	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
CHI0089_000000000914	6541	0.8513613963036205	9	8	4	7	5	True	123486	maximal	True	CHI0089_000000000914	1.0		13	7	False	False	1.0	0					non-mobilizable	other	3906.0	100.0	100.0	0.03005765219332343	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0041_000000001865	6069	0.8513613921972697	15	3	3	3	2	False	36436	maximal	True	ISR0041_000000001865	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	98.72	21.0	0.00024679824757423824	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0164_000000011590	1966	0.8513575661165103	2	2	2	2	2	False	39101	fragment	False	FIJ0164_000000011590	1.0		0	0	False	False	0.9984740614891052	0					non-mobilizable	no_good_hit	571.0	92.995	37.0	0.00018327714977665912	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
SPA0117_000000014254	2662	0.8513497639640298	4	3	3	3	3	False	55754	fragment	False	SPA0117_000000014254	1.0		0	0	False	False	0.9932381510734558	0					non-mobilizable	other	2662.0	97.521	100.0	0.0008032766199713706	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
FIJ0105_000000015578	2036	0.8513413188809397	4	3	2	3	2	False	113393	fragment	False	MAD0039_000000005904	0.46893005974932916		0	0	False	False	1.0	0					non-mobilizable	chromosome	1312.0	97.637	97.0	0.0003669235878129871	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0124_000000002723	5931	0.8513393984619059	7	4	1	3	2	True	118130	maximal	True	CHI0124_000000002723	1.0		3	2	True	True	1.0	69	rep_cluster_1097	MOBV			mobilizable	no_good_hit	1967.0	84.443	41.0	0.2308518253400143	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	True
MAD0101_000000010225	2740	0.8513368110105614	3	3	3	3	3	False	48831	maximal	True	MAD0101_000000010225	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	89.34299999999999	31.0	0.00024136459922361055	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0131_000000013899	1893	0.8513303778239163	3	3	3	1	1	False	106725	fragment	False	ENG0131_000000013899	0.9742268041237113		0	0	False	False	0.9978869557380676	0					non-mobilizable	other	1893.0	100.0	100.0	0.0007932957286559633	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	False
ENG0191_000000017129	1843	0.8513303778239163	3	3	3	1	1	False	106725	fragment	False	ENG0131_000000013899	0.9617010036978341		0	0	False	False	1.0	0					non-mobilizable	chromosome	1843.0	99.729	100.0	0.0007628365260374908	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
ENG0157_000000019931	1242	0.8513283157700141	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.006746196475608361	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	1242.0	98.792	100.0	0.0002251554724844954	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
MON0098_000000006175	4182	0.8513237943634167	4	2	0	1	2	False	127304	backbone	False	ISR0832_000000002251	0.2874526299764661	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	4182.0	100.0	100.0	0.7463405926454838	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0004_000000014330	2754	0.8513229154639192	4	4	4	4	3	False	14245	maximal	True	MON0004_000000014330	1.0		18	2	False	False	0.996368944644928	0					non-mobilizable	no_good_hit	463.0	77.75399999999999	17.0	0.002735455202441603	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
CHI0051_000000014888	1271	0.8513075130800992	2	2	1	2	1	False	86563	maximal	True	CHI0051_000000014888	1.0		109	13	False	False	0.9881982803344727	0					non-mobilizable	no_good_hit	658.0	99.24	52.0	0.0001829000939555277	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MON0087_000000040677	1271	0.8512964067162495	3	1	1	1	1	False	9674	fragment	False	MON0087_000000040677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000033500	1122	0.8512939997368841	1	1	1	1	1	False	7460	fragment	False	SPA0027_000000033500	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	99.465	100.0	0.0003120715453944392	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0019_01_000000024177	1264	0.8512927359168482	3	1	1	1	1	False	91432	fragment	False	CAN0021_000000032381	0.9599703484062269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.967515301897691e-05	NZ_VMTV02000577.1	b-proteobacteria	Vogesella mureinivorans strain 389 NODE_1_length_351427_cov_380.003529, whole genome shotgun sequence	True	False
CHI0147_000000011998	1572	0.8512911976651159	2	2	2	2	2	False	79632	fragment	False	USA0102_01_000000008130	0.9843446359137212		0	0	False	False	0.9987277388572693	0					non-mobilizable	chromosome	1572.0	100.0	100.0	0.00022174144524044902	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0096_000000021055	1543	0.8512911976651159	2	2	2	2	2	False	79632	fragment	False	USA0102_01_000000008130	0.9797453249258801		0	0	False	False	1.0	0					non-mobilizable	chromosome	1542.0	99.546	100.0	0.000217507044631147	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0104_000000021023	1509	0.8512911976651159	2	2	2	2	2	False	79632	fragment	False	USA0102_01_000000008130	0.9671711050014054		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	100.0	100.0	0.0002128492039609148	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0022_000000006480	2631	0.8512895695396927	4	4	4	4	3	False	91598	fragment	False	ENG0022_000000006480	0.9597608520961725		0	0	False	False	1.0	0					non-mobilizable	other	2630.0	95.43700000000001	99.0	0.003424854133831557	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0015_000000011664	2179	0.8512894301025091	3	3	3	2	2	False	81761	fragment	False	ISR0069_000000009332	0.6183135839534516		0	0	False	False	0.9995410442352295	0					non-mobilizable	other	2179.0	99.036	100.0	0.00835481495120604	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0191_000000008625	3335	0.8512861053437001	7	4	1	1	4	True	115868	maximal	True	ENG0191_000000008625	1.0		0	0	False	False	0.9973013401031494	0	rep_cluster_1320				non-mobilizable	no_good_hit	2844.0	99.684	85.0	0.0011920400404698223	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
CAN0019_000000001988	3075	0.8512861053437001	6	4	1	1	4	True	115854	fragment	False	CAN0019_000000001988	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2518.0	99.84100000000001	100.0	0.2498759058870247	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
FIJ0107_000000007987	3442	0.8512792154087556	5	5	4	5	4	False	52013	maximal	True	FIJ0107_000000007987	1.0	PS211	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1094.0	97.53200000000001	59.0	0.0007361327951204912	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0067_000000000144	62611	0.8512760856403656	57	22	12	20	13	True	107836	fragment	False	ISR0067_000000000144	0.9464426272972376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	20086.0	98.586	44.0	0.7139045043762897	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ENG0196_000000004828	2260	0.8512738830423203	3	3	3	3	3	False	54419	maximal	True	ENG0196_000000004828	1.0		23	7	False	False	1.0	0					non-mobilizable	other	1561.0	98.014	96.0	0.000499198368751655	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
USA0083_01_000000016875	1666	0.8512733818296524	2	2	2	2	2	False	496	maximal	True	USA0083_01_000000016875	1.0		18	8	False	False	0.9969987869262695	0					non-mobilizable	no_good_hit	103.0	79.612	6.0	0.0003798728185803393	NZ_QVHZ01000008.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf8, whole genome shotgun sequence	True	False
CHI0188_000000007088	2140	0.8512688546354057	2	2	2	2	2	False	95549	fragment	False	CHI0018_000000006944	0.47996961035469904		0	0	False	False	1.0	0					non-mobilizable	chromosome	2143.0	92.06700000000001	100.0	0.00032970158076417086	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0002_000000015259	2405	0.8512683837918444	3	2	1	2	2	False	131906	fragment	False	AST0002_000000015259	1.0		0	0	False	False	0.99334716796875	0					non-mobilizable	no_good_hit	201.0	97.512	8.0	0.2515802781289507	GQ876934.1		Uncultured organism clone VC1AH19TR genomic sequence	True	False
ENG0122_000000002306	10852	0.8512679906714511	10	8	4	6	3	False	75430	maximal	True	ENG0122_000000002306	1.0		5	2	False	False	0.9999078512191772	0					non-mobilizable	no_good_hit	2349.0	89.44200000000001	22.0	0.07873050466525915	KT336242.1	bacteria	Uncultured bacterium 2M03 genomic sequence	True	False
AUS0018_000000015402	1824	0.8512605220627761	3	3	0	1	3	False	99951	fragment	False	AUS0018_000000015402	1.0		0	0	False	False	0.9912280440330505	0					non-mobilizable	no_good_hit	619.0	93.538	77.0	0.05656025096881343	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
CAN0013_000000010673	2102	0.8512603722704009	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.44404025532262836		0	0	False	False	1.0	0					non-mobilizable	chromosome	2076.0	98.74799999999999	99.0	0.00091617384608456	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0084_000000001759	2476	0.8512593175424977	2	2	1	2	1	False	84172	fragment	False	CHI0084_000000001759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	73.494	7.0	0.006271160357032933	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
FIJ0169_000000013575	1672	0.8512590619253599	2	2	2	1	1	False	43373	maximal	True	FIJ0169_000000013575	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	91.667	64.0	0.017756547521001483	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
TAN0013_000000007853	1485	0.8512590619253599	3	2	2	1	1	False	96353	maximal	True	TAN0013_000000007853	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	92.506	81.0	0.06857011810572182	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	True	False
ISR0037_000000004551	4429	0.8512573758855143	5	3	3	3	3	False	46706	maximal	True	ISR0037_000000004551	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	79.248	18.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MAD0090_000000006736	1909	0.8512558358862014	2	2	2	2	2	False	15788	maximal	True	MAD0090_000000006736	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1910.0	96.59700000000001	100.0	0.0008716477063885065	CP017295.1	firmicutes	Streptococcus gordonii strain IE35, complete genome	False	False
AST0110_000000005383	3480	0.8512540668975899	3	3	3	3	3	False	107045	fragment	False	AST0110_000000005383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0095_000000019117	1449	0.8512536664298008	3	2	1	2	1	True	43099	fragment	False	FIJ0095_000000019117	1.0		0	0	False	False	0.9972394704818726	0					non-mobilizable	no_good_hit	625.0	95.68	85.0	0.011058731790309431	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0093_000000003420	7371	0.8512513308332758	11	7	6	6	3	True	121001	maximal	True	MAD0093_000000003420	1.0		1	1	False	False	0.9997286796569824	0					non-mobilizable	no_good_hit	2666.0	94.524	81.0	0.0006509473306378474	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0088_000000022958	1305	0.8512413340860271	2	2	2	2	2	False	43624	fragment	False	FIJ0088_000000022958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	98.571	11.0	0.9928571428571429	KU547922.1	bacteria	Uncultured bacterium clone PI_11F_Contig_13 genomic sequence	True	False
MAD0098_000000021116	2119	0.8512373036284129	4	2	1	1	2	True	95151	maximal	True	MAD0098_000000021116	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	95.91	23.0	0.0001445294278796674	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ENG0077_000000007644	2649	0.851232397185565	5	5	2	3	5	True	131064	fragment	False	USA0072_01_000000007207	0.20060890691264882		0	0	False	False	1.0	0					non-mobilizable	chromosome	2649.0	98.867	100.0	0.000858393585128785	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ISR0247_000000006490	2102	0.8512313198841059	2	2	1	2	1	True	27103	maximal	True	ISR0247_000000006490	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	96.26	29.0	0.05623740611833669	NZ_CABMGA010000033.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0125_000000010363	2508	0.8512312020715375	5	3	3	3	2	False	58845	maximal	True	ENG0125_000000010363	1.0		1	1	False	False	0.9968101978302002	0					non-mobilizable	no_good_hit	784.0	98.72399999999999	31.0	0.027397739599006262	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0012_000000003423	6997	0.8512266670808651	11	5	2	4	3	False	67100	maximal	True	ENG0012_000000003423	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	99.384	32.0	0.00031824091720072543	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0069_01_000000006036	9781	0.8512213074991943	12	7	3	4	3	True	105191	fragment	False	USA0069_01_000000006036	1.0		0	0	False	False	0.9987731575965881	0					non-mobilizable	no_good_hit	2381.0	91.516	65.0	0.19055690072639225	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0335_000000000746	15203	0.851215716058698	24	5	2	4	2	True	97273	fragment	False	ISR0335_000000000746	1.0		0	0	False	False	0.9994738101959229	0					non-mobilizable	plasmid	14423.0	98.066	98.0	0.08706136904833855	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0187_000000003050	8086	0.8512148621342809	9	4	4	2	3	False	101707	fragment	False	ISR0187_000000003050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2473.0	97.53299999999999	62.0	0.11785186245051749	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ENG0116_000000009104	2599	0.8512145884376103	4	3	1	1	3	True	115848	maximal	True	ENG0116_000000009104	1.0		0	0	False	False	0.9957675933837891	0	rep_cluster_1320				non-mobilizable	no_good_hit	1960.0	99.949	75.0	0.4005315886321816	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
ISR0137_000000011863	2155	0.8512145884376103	3	3	1	1	3	True	115847	fragment	False	ISR0137_000000011863	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	other	2076.0	99.807	96.0	0.0008700257066390719	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
FIJ0128_000000010340	2483	0.8512136329896896	3	3	2	3	2	False	42118	maximal	True	FIJ0128_000000010340	1.0		15	5	False	False	0.9899315237998962	0					non-mobilizable	no_good_hit	2098.0	98.76100000000001	84.0	0.014745176351465376	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0001_000000019186	1750	0.8511997938192525	3	3	3	3	2	False	75208	fragment	False	ISR0811_000000007637	0.9107091454698719		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	99.714	100.0	0.0008737686556352333	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0072_000000004963	3797	0.8511954654552533	3	2	2	2	2	False	70296	maximal	True	DEN0072_000000004963	1.0		1	1	False	False	0.9997366070747375	0					non-mobilizable	no_good_hit								True	False
MON0088_000000029103	1110	0.8511793223329678	2	2	2	1	2	False	97668	fragment	False	ISR0175_000000016563	0.7220659420549077		0	0	False	False	0.9954954981803894	0					non-mobilizable	chromosome	1081.0	99.72200000000001	100.0	0.00020102040189562238	CP050998.1	enterobacteria	Escherichia coli O39:NM str. F8704-2 chromosome, complete genome	False	False
DEN0017_000000001527	16337	0.8511734240641592	15	13	12	12	11	True	116290	fragment	False	SPA0035_000000000608	0.9774526791601438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1780.0	96.292	25.0	0.06224850414640121	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0049_000000002592	9247	0.8511701406958517	6	6	5	4	5	False	77990	fragment	False	ISR0049_000000002592	1.0		0	0	False	False	0.9998918771743774	0					non-mobilizable	no_good_hit	634.0	83.43799999999999	7.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0111_000000013756	2204	0.8511652464151841	3	3	2	3	1	False	82562	fragment	False	CHI0111_000000013756	1.0		0	0	False	False	0.9927404522895813	0					non-mobilizable	no_good_hit	91.0	81.319	4.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
FIJ0070_000000003188	5861	0.8511642809283934	10	8	7	7	5	True	44955	fragment	False	FIJ0070_000000003188	1.0		0	0	False	False	0.9996587634086609	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00019587648408029673	AC182567.2	eudicots	Erythranthe guttata clone MGBa-50E20, complete sequence	True	True
MON0007_000000028462	2178	0.8511502414987173	3	3	3	3	3	False	13967	maximal	False	MON0101_000000028658	0.9686654643823265		0	0	False	False	0.9931129217147827	0					non-mobilizable	no_good_hit	1046.0	75.813	47.0	0.006169705729524401	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0102_000000003826	10003	0.8511486046216774	13	7	4	6	5	True	126172	backbone	True	MON0102_000000003826	0.9453805462987679	PS941	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1611.0	73.433	16.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0121_000000003085	5976	0.8511420725344303	6	4	2	3	2	True	128071	backbone	False	ENG0060_000000004144	0.9689661421986738	PS1028	0	0	True	True	1.0	20		MOBV			mobilizable	no_good_hit	1827.0	86.426	78.0	0.2990638856955165	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0842_000000014725	1566	0.8511328711976826	2	2	2	2	2	False	79632	fragment	False	USA0102_01_000000008130	0.9850814307924051		0	0	False	False	0.9993614554405212	0					non-mobilizable	chromosome	1566.0	100.0	100.0	0.00022089456511858863	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0162_000000002422	9078	0.8511326392693636	11	8	5	6	5	True	96773	backbone	False	ENG0153_000000002663	0.9971792258161349	PS519|PS520	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	1982.0	85.21700000000001	55.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0006_000000002976	9077	0.8511326392693636	11	8	5	6	5	True	96773	backbone	False	ENG0153_000000002663	0.9975583092385435	PS519|PS520	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	1982.0	85.21700000000001	55.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0118_000000001596	9077	0.8511326392693636	11	8	5	6	5	True	96773	backbone	False	ENG0153_000000002663	0.9976049773909248	PS519|PS520	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	1982.0	85.21700000000001	55.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0115_000000000051	102069	0.8511208458492209	79	20	8	15	7	True	76597	fragment	False	SPA0115_000000000051	1.0		0	0	False	False	0.9999706149101257	0					non-mobilizable	no_good_hit	240.0	72.083	0.0	0.00133378365227745	NZ_RQTJ01000003.1	CFB group bacteria	Flavobacterium viscosus strain YIM 102796 Scaffold3, whole genome shotgun sequence	True	True
CAN0008_000000003903	6966	0.8511173439647034	11	3	0	3	1	True	95075	fragment	False	CAN0008_000000003903	1.0		0	0	False	False	0.9989951252937317	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.562550701399755e-06	CP006905.1	firmicutes	Clostridium baratii str. Sullivan, complete genome	True	True
ISR0048_000000000322	35117	0.8511080451357039	42	12	8	10	5	False	51447	maximal	True	ISR0048_000000000322	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	93.26700000000001	2.0	0.012230304146333977	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
CHI0146_000000004403	1725	0.8511047935874712	3	2	2	2	1	True	116017	fragment	False	SPA0133_000000009567	0.3590288861574338		0	0	False	False	0.9994202852249146	0					non-mobilizable	other	1725.0	99.71	100.0	0.0007824903709204065	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
SPA0132_000000004642	7604	0.8510979934395732	3	1	1	1	1	False	11438	maximal	True	SPA0132_000000004642	1.0		1	1	False	False	0.9984219074249268	0					non-mobilizable	no_good_hit								True	False
AST0151_000000005817	2766	0.8510940253689984	4	2	1	2	2	True	103690	fragment	False	AST0151_000000005817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0008190239493899683	NZ_AYSH01000013.1	firmicutes	Vagococcus lutrae LBD1 adhBo-supercont1.13, whole genome shotgun sequence	True	True
FIJ0036_000000035858	1228	0.8510829278970021	3	1	1	1	1	False	47882	maximal	True	FIJ0036_000000035858	1.0		10	4	False	False	0.992671012878418	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.009615384615384616	XM_031713018.1	sea anemones	PREDICTED: Actinia tenebrosa uncharacterized LOC116303469 (LOC116303469), mRNA	True	False
USA0023_01_000000007533	4235	0.8510774226687845	4	4	2	3	4	False	129194	fragment	False	ISR0357_000000004653	0.8128078293198332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2768.0	80.63600000000001	74.0	0.0006077873336318486	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0796_000000003726	5428	0.8510747623241123	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.6940426964424588		0	0	False	False	1.0	0					non-mobilizable	other	5434.0	98.601	100.0	0.001147441235612369	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0047_01_000000026750	1359	0.8510734175738396	2	2	2	1	1	False	76380	fragment	False	ENG0037_000000025805	0.7703882625915207		0	0	False	False	0.9970566630363464	0					non-mobilizable	other	1337.0	99.925	98.0	0.0003577703516030977	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0007_01_000000012981	1233	0.8510734175738396	2	2	2	1	1	False	76378	fragment	False	USA0145_01_000000019341	0.6614325068870524		0	0	False	False	0.9983779191970825	0					non-mobilizable	other	1233.0	99.919	100.0	0.00032991996495135956	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0145_01_000000019341	1210	0.8510734175738396	2	2	2	1	1	False	76378	fragment	False	USA0145_01_000000019341	0.9577405026237625		0	0	False	False	0.9950413107872009	0					non-mobilizable	other	1192.0	99.83200000000001	100.0	0.0003189404855982705	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
DEN0017_000000011840	2525	0.8510687017145867	3	3	3	3	3	False	75236	maximal	False	ISR0843_000000006248	0.9632297194844579		0	0	False	False	0.9964356422424316	0					non-mobilizable	other	2524.0	97.742	100.0	0.001047538823732694	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0394_000000005298	3466	0.8510654447586764	4	4	4	4	3	False	60437	fragment	False	ISR0394_000000005298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	80.991	68.0	0.0004888015144271482	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0077_000000009710	3184	0.8510608400210558	5	2	0	1	1	True	61093	maximal	True	ISR0077_000000009710	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1679.0	92.734	99.0	0.000903446697724221	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	True
ISR0364_000000001752	7820	0.8510588100119837	9	6	5	6	5	False	23685	maximal	True	ISR0364_000000001752	1.0		1	1	False	False	0.9966751933097839	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.6890043921401e-06	LK064683.1	birds	Apteryx australis mantelli genome assembly AptMant0, scaffold scaffold17	True	False
SPA0132_000000002783	11346	0.851053024994567	12	10	9	9	8	False	96604	maximal	True	SPA0132_000000002783	1.0		10	6	False	False	0.9998237490653992	0					non-mobilizable	other	11347.0	99.524	100.0	0.006791210093560202	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
FIJ0132_000000020890	1618	0.8510516987121537	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9412359308934155		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.29299999999999	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0052_000000018906	1614	0.8510516987121537	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9336733674363481		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	82.353	96.0	0.00038973209319745437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0069_01_000000023436	2628	0.8510492028294356	2	2	2	1	1	False	782	maximal	True	USA0069_01_000000023436	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	96.654	49.0	0.2450381679389313	NZ_LT969504.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
SPA0095_000000003198	6668	0.8510491871957994	11	7	7	7	7	False	5225	maximal	True	SPA0095_000000003198	1.0		1	1	False	False	0.9992501735687256	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.481782716345153e-06	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0340_000000002235	10690	0.851047699435897	11	6	5	5	5	False	117679	fragment	False	ISR0340_000000002235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3128.0	98.465	47.0	0.0096704560917379	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0139_000000004671	3895	0.8510392603819649	4	4	2	2	4	True	76014	maximal	True	ENG0139_000000004671	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1116.0	97.40100000000001	31.0	0.0003948547766627016	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
SPA0087_000000001741	8676	0.8510361693369495	15	6	5	5	3	False	71283	maximal	True	SPA0087_000000001741	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	6743.0	89.634	77.0	0.003313356593490299	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
DEN0092_000000013205	1268	0.8510349808911133	1	1	1	1	1	False	68535	maximal	True	DEN0092_000000013205	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	87.2	19.0	0.000640309027832449	NZ_JXQL01000045.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig45, whole genome shotgun sequence	True	False
USA0134_01_000000001576	2595	0.8510213177096817	5	4	3	4	3	False	102310	maximal	True	USA0134_01_000000001576	1.0		0	0	False	False	0.9961464405059814	0					non-mobilizable	no_good_hit	1716.0	77.273	65.0	0.006960233102146346	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
CAN0021_000000038367	1136	0.8510198906169222	2	2	2	2	2	False	91382	fragment	False	MON0070_000000030840	0.8207928717738626		0	0	False	False	0.9867957830429077	0					non-mobilizable	no_good_hit	381.0	72.178	32.0	5.8544069445993336e-05	NC_021499.1	g-proteobacteria	Pseudomonas resinovorans NBRC 106553, complete genome	True	False
AST0016_000000002007	10905	0.8510194373593978	15	6	5	6	4	True	123961	fragment	False	AST0016_000000002007	1.0		0	0	False	False	0.9994497895240784	0					non-mobilizable	no_good_hit	378.0	92.06299999999999	3.0	8.367925208552732e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0099_000000002267	9213	0.8510190952049097	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9967836087833042	PS799|PS801|PS802	0	0	True	True	1.0	121	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3783.0	95.189	54.0	0.47655068078668683	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0186_000000002084	9208	0.8510190952049097	12	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.996600069862641	PS799|PS801|PS802	0	0	True	True	1.0	27	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3783.0	95.189	54.0	0.47655068078668683	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0034_000000002031	9207	0.8510190952049097	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.996682205881792	PS799|PS801|PS802	0	0	True	True	1.0	70	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3783.0	95.189	54.0	0.47655068078668683	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0040_000000001706	9207	0.8510190952049097	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9966873752035462	PS799|PS801|PS802	0	0	True	True	1.0	693	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3783.0	95.215	54.0	0.47655068078668683	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0361_000000001066	9197	0.8510190952049097	11	8	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9936487474582998	PS799|PS801|PS802	0	0	True	True	1.0	42	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3783.0	95.13600000000001	54.0	0.47655068078668683	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0369_000000012157	1363	0.8510183131307425	1	1	1	1	1	False	125961	fragment	False	ISR0266_000000015232	0.7129518915754454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	81.395	22.0	0.00044040505198891144	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0011_000000016791	1685	0.8510175290520349	2	2	2	2	2	False	38242	maximal	True	ISR0011_000000016791	1.0		2	2	False	False	0.9703264236450195	0					non-mobilizable	no_good_hit	282.0	73.404	16.0	7.918436634733789e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
ISR0073_000000013201	2045	0.8509995095260122	3	3	3	3	3	False	34797	fragment	False	ISR0073_000000013201	1.0		0	0	False	False	0.9955990314483643	0					non-mobilizable	no_good_hit	1102.0	70.508	53.0	0.01082830989060058	NZ_QOHO01000003.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_3, whole genome shotgun sequence	True	False
ENG0093_000000002717	4620	0.8509979991751457	7	4	0	1	3	True	61094	maximal	True	ENG0093_000000002717	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2183.0	94.50299999999999	70.0	0.0011749124617357403	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	True
ISR0829_000000004238	3333	0.8509942212145722	4	4	4	4	4	False	91322	fragment	False	ISR0177_000000006777	0.8055734515061386		0	0	False	False	0.9996999502182007	0					non-mobilizable	other	3274.0	76.298	97.0	0.010558108568923242	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	False	False
SPA0014_000000020425	1194	0.8509873433302866	2	2	1	1	0	True	7928	maximal	True	SPA0014_000000020425	1.0		0	0	False	False	0.9949748516082764	0					non-mobilizable	no_good_hit	512.0	85.742	79.0	0.1810655147588193	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
USA0036_01_000000001774	20041	0.8509768122976472	17	13	9	11	9	True	89788	maximal	True	USA0036_01_000000001774	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	83.195	14.0	0.0003625118943956065	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0096_000000018555	1980	0.8509738051317062	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.21574572014533816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	85.337	21.0	0.0093183154656896	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0119_01_000000003573	5676	0.8509669662272099	7	6	6	5	5	False	128393	maximal	True	USA0119_01_000000003573	1.0		4	3	False	False	0.9957716464996338	0					non-mobilizable	no_good_hit	1472.0	70.516	25.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0020_01_000000003463	9703	0.8509668322243399	9	6	5	5	5	False	125015	fragment	False	USA0020_01_000000003463	0.9442658647863957		0	0	False	False	0.9978356957435608	0					non-mobilizable	no_good_hit	2189.0	70.854	22.0	0.023822186765944244	NZ_WBSO01000011.1	high GC Gram+	Bifidobacterium apri strain DSM 100238 Contig_11, whole genome shotgun sequence	True	False
ISR0120_000000005126	5239	0.8509612152326862	6	6	3	4	3	True	128685	backbone	False	FIJ0105_000000005116	0.1049870122436605	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2479.0	95.96600000000001	84.0	0.500100908173562	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
MON0103_000000029274	1862	0.850961117801294	3	3	2	3	2	False	8888	maximal	True	MON0103_000000029274	1.0		19	7	False	False	0.9962406158447266	0					non-mobilizable	no_good_hit	205.0	76.585	11.0	7.119220016838196e-05	NZ_FNKB01000001.1	high GC Gram+	Leucobacter chromiiresistens strain DSM 22788, whole genome shotgun sequence	True	False
ISR0347_000000004974	3977	0.8509459289596404	6	4	2	1	4	False	115229	fragment	False	ISR0347_000000004974	1.0		0	0	False	False	0.99949711561203	0					non-mobilizable	other	3977.0	99.598	100.0	0.030758159617438136	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0223_000000007715	3562	0.8509459289596404	6	4	2	1	4	False	115222	fragment	False	ISR0223_000000007715	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3562.0	99.719	100.0	0.02754693037435969	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0058_000000015573	1688	0.8509457708909598	3	3	3	3	2	False	35491	maximal	True	ISR0058_000000015573	1.0		12	6	False	False	0.9887440800666809	0					non-mobilizable	no_good_hit	131.0	77.863	8.0	0.0005741455100026913	NZ_VDMB01000004.1	d-proteobacteria	Desulfobotulus mexicanus strain PAR22N Contig_102, whole genome shotgun sequence	True	False
ISR0387_000000002681	7695	0.8509450677894456	8	4	4	3	4	False	22980	maximal	True	ISR0387_000000002681	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1404.0	75.783	18.0	0.038721486905097156	NZ_CABIWU010000022.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0204_000000024965	1123	0.8509427585615968	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.03508090692095074		0	0	False	False	0.9964380860328674	0					non-mobilizable	other	1133.0	93.91	100.0	0.01575747434181169	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0157_000000005655	1896	0.8509405053869896	3	3	2	3	2	False	78940	fragment	False	CHI0157_000000005655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	82.178	16.0	0.4297994269340974	NZ_GG663518.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld14, whole genome shotgun sequence	True	False
MON0025_000000006712	4489	0.8509255499856787	5	2	0	0	2	False	12835	fragment	False	MON0025_000000006712	1.0		0	0	False	False	0.9795054793357849	0					non-mobilizable	no_good_hit	174.0	88.506	4.0	0.06469708302169035	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	False
ISR0329_000000003160	3741	0.8509255499856787	5	2	0	0	2	False	46106	backbone	True	ISR0329_000000003160	0.9480953765629543	PS162	1	1	True	True	1.0	72					non-mobilizable	no_good_hit	285.0	85.26299999999999	8.0	0.0746031746031746	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MAD0067_000000002716	3439	0.8509255499856787	4	2	0	0	2	False	46106	backbone	False	ISR0329_000000003160	0.9077283001792469	PS162	0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
MON0010_000000018037	1494	0.8509177007484349	2	1	1	1	1	True	27599	fragment	False	ISR0228_000000017736	0.9732375979112271		0	0	False	False	0.9477911591529846	0					non-mobilizable	no_good_hit	107.0	77.57	7.0	0.00266523154199021	NZ_AYZJ01000003.1	firmicutes	Lactobacillus camelliae DSM 22697 = JCM 13995 strain DSM 22697 NODE_7, whole genome shotgun sequence	True	True
MON0056_000000017995	1118	0.8509177007484349	3	1	1	1	1	True	11056	fragment	False	MON0056_000000017995	1.0		0	0	False	False	0.9901610016822815	0					non-mobilizable	no_good_hit	223.0	76.233	20.0	7.337752365667801e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0168_000000015939	1455	0.8509171924799122	2	2	2	2	1	False	78146	fragment	False	CHI0167_000000013137	0.6469268730372364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	99.512	70.0	0.0032931481272835553	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0012_000000004530	12091	0.8509110331698759	11	11	5	7	8	True	94342	fragment	False	CAN0012_000000004530	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8875.0	91.977	99.0	0.003540241396067401	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
AST0106_000000003908	4964	0.8509106419068364	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6030076176744046	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4970.0	98.833	100.0	0.04816742761314838	CP026403.1	enterobacteria	Escherichia coli strain ECONIH4 plasmid pECO-816c, complete sequence	False	True
SPA0137_000000021639	1710	0.8509073084687669	3	3	3	2	1	False	131749	maximal	True	SPA0137_000000021639	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1484.0	91.105	95.0	0.00039634728061280276	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0058_01_000000012663	1415	0.8509056827203016	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.19116435195475687	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1430.0	83.986	100.0	0.0168257869363834	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
AUS0004_000000011364	1807	0.8509047907761048	2	2	2	2	2	False	126656	fragment	False	AUS0004_000000011364	1.0		0	0	False	False	0.986164927482605	0					non-mobilizable	no_good_hit								True	False
MON0075_000000006417	3421	0.8508995380728785	4	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.0966067127435755		0	0	False	False	1.0	0					non-mobilizable	other	3291.0	79.21600000000001	95.0	0.007816434853357096	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ENG0051_000000010530	2630	0.8508984027587	3	3	2	2	2	True	124793	maximal	True	ENG0051_000000010530	1.0		1	1	False	False	0.9992395639419556	0					non-mobilizable	no_good_hit	60.0	88.333	2.0	2.9550706975189633e-05	NZ_FSQW01000001.1	a-proteobacteria	Parasphingorhabdus marina DSM 22363, whole genome shotgun sequence	True	True
FIJ0077_000000003227	8835	0.8508942752970601	13	7	3	5	5	True	76964	backbone	False	ENG0033_000000002799	0.9248953801812613	PS328|PS329|PS369	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0136_000000002823	8825	0.8508942752970601	12	7	3	5	5	True	76964	backbone	False	ENG0033_000000002799	0.9256572205440161	PS328|PS329|PS369	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ENG0159_000000003561	5988	0.8508886416228981	8	5	1	2	3	True	125167	maximal	True	ENG0159_000000003561	1.0	PS922|PS923	1	1	False	True	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	4053.0	96.694	72.0	0.9203640500568828	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
FIJ0167_000000002667	6618	0.8508876722856719	7	6	5	6	5	False	51788	fragment	False	FIJ0167_000000002667	0.9863685932388222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	94.73700000000001	2.0	4.552007730768549e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
CHI0034_000000014103	1197	0.8508872665313186	2	1	1	1	1	False	88147	fragment	False	CHI0034_000000014103	1.0		0	0	False	False	0.9991645812988281	0					non-mobilizable	no_good_hit								True	False
ISR0065_000000013613	2414	0.850885570126213	3	3	3	3	3	False	127014	fragment	False	ISR0065_000000013613	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	95.844	54.0	0.05912825074564387	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0010_000000005344	3796	0.8508852200647349	3	2	2	2	2	False	80213	fragment	False	ISR0338_000000006171	0.9780191362813551		0	0	False	False	0.9978924989700317	0					non-mobilizable	no_good_hit	1318.0	76.935	56.0	0.00046190973740307923	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0062_000000000137	37919	0.850883018996581	44	10	2	9	5	True	78486	fragment	False	DEN0062_000000000137	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	17893.0	95.345	99.0	0.18276952034125432	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
AST0014_000000008859	1877	0.8508758936100757	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9675884028170054		0	0	False	False	1.0	0					non-mobilizable	other	1877.0	100.0	100.0	0.0005291056028221974	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0047_000000025011	1589	0.8508676217208383	2	2	2	2	2	False	85283	fragment	False	MON0047_000000025011	0.9632063074901445		0	0	False	False	0.9987413287162781	0					non-mobilizable	no_good_hit	1219.0	79.737	76.0	0.0015869934736532853	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ISR0160_000000026843	1123	0.8508666960895683	3	2	2	1	1	False	30413	maximal	True	ISR0160_000000026843	1.0		1	1	False	False	0.9875333905220032	0					non-mobilizable	no_good_hit	752.0	88.83	67.0	0.0003223495548271095	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
FIJ0162_000000018250	1262	0.8508579516597978	2	2	1	2	1	False	43207	fragment	False	FIJ0162_000000018250	0.9863381869913272		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	94.719	100.0	0.04795429858792292	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0818_000000015996	1213	0.8508579516597978	3	2	1	2	1	False	110608	fragment	False	FIJ0108_000000016384	0.552383527128278		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	96.37299999999999	100.0	0.0487186707969586	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
MON0026_000000020531	2157	0.8508558712410196	2	2	2	2	2	False	104759	maximal	False	ENG0096_000000015141	0.9832087656887577		0	0	False	False	0.9953639507293701	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.627835995523451e-05	NZ_VFPI01000001.1	high GC Gram+	Halopolyspora algeriensis strain DSM 46680 Ga0314185_11, whole genome shotgun sequence	True	False
ENG0072_000000001512	8053	0.8508557002419174	11	6	3	4	5	True	106673	maximal	True	ENG0072_000000001512	1.0		32	5	True	True	0.9996274709701538	12					non-mobilizable	no_good_hit	2694.0	94.098	67.0	0.256278048314714	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
FIJ0140_000000030409	1184	0.8508541550477937	2	2	2	2	2	False	40326	fragment	False	FIJ0140_000000030409	1.0		0	0	False	False	0.9923986196517944	0					non-mobilizable	chromosome	1184.0	98.649	100.0	0.0002323460231316866	CP052181.1	enterobacteria	Klebsiella pneumoniae strain F16KP0037 chromosome, complete genome	False	False
MON0014_000000008224	1998	0.8508276266549697	3	3	3	3	3	False	91838	fragment	False	FIJ0031_000000011378	0.955107048323477		0	0	False	False	0.9934934973716736	0					non-mobilizable	other	1998.0	98.949	100.0	0.0499862331355911	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0082_000000005253	1496	0.8508088740434041	3	2	2	2	2	False	16124	maximal	True	MAD0082_000000005253	1.0		29	8	False	False	0.999331533908844	0					non-mobilizable	no_good_hit	678.0	79.794	45.0	0.01329362339993294	NZ_QENY01000023.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_123, whole genome shotgun sequence	True	False
USA0020_01_000000022340	1549	0.8508037995801615	4	3	2	1	2	False	68692	fragment	False	USA0020_01_000000022340	1.0		0	0	False	False	0.9987088441848755	0					non-mobilizable	no_good_hit	675.0	81.48100000000001	44.0	0.0642754662840746	NZ_RXHQ01000050.1	firmicutes	Xylanivirga thermophila strain SYSU GA17129 Scaffold49_1, whole genome shotgun sequence	True	False
ENG0036_000000003142	6709	0.8508014878521409	8	8	8	8	8	False	113198	fragment	False	ISR0776_000000003790	0.9722970506686577		0	0	False	False	1.0	0					non-mobilizable	chromosome	6709.0	99.985	100.0	0.0012790691244573538	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
CHI0075_000000001905	3428	0.850798300020732	4	4	1	3	2	False	117837	maximal	True	CHI0075_000000001905	1.0	PS794|PS796	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1618.0	84.178	50.0	0.0008227692399348153	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
ISR0211_000000015693	1460	0.8507906442867429	2	2	2	2	0	True	28397	maximal	True	ISR0211_000000015693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	96.87799999999999	72.0	0.0415322897821128	NZ_CABKPS010000003.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
USA0071_01_000000006631	1810	0.8507902836444363	2	2	2	2	1	False	741	maximal	True	USA0071_01_000000006631	1.0		0	0	False	False	0.9944751262664795	0					non-mobilizable	no_good_hit	950.0	90.316	61.0	0.0002691114552911627	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0049_000000004014	4153	0.8507805714262862	6	5	0	2	5	False	79810	maximal	True	FIJ0049_000000004014	1.0		2	2	True	True	1.0	8	rep_cluster_2350			MOBF,MOBP,MOB_unknown	mobilizable	plasmid	3983.0	99.84899999999999	100.0	0.9776577461330714	CP057676.1	enterobacteria	Escherichia coli strain RHB18-C12 plasmid pRHB18-C12_4, complete sequence	False	True
ISR0128_000000006104	5552	0.8507622299921088	9	5	2	2	3	True	35917	fragment	False	ISR0128_000000006104	1.0		0	0	False	False	0.9902737736701965	0					non-mobilizable	no_good_hit	501.0	95.40899999999999	13.0	0.00014222040180107917	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CHI0177_000000003065	4994	0.8507610074248986	5	3	3	3	3	True	119964	maximal	True	CHI0177_000000003065	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	84.848	3.0	9.934025934632593e-05	CP049230.1	firmicutes	Lactobacillus iners strain C0322A1 chromosome, complete genome	True	True
SPA0004_000000007565	1548	0.8507582173337918	3	2	2	2	2	False	22639	fragment	False	SPA0004_000000007565	0.9701980449315678		0	0	False	False	0.9993540048599243	0					non-mobilizable	chromosome	1549.0	98.773	100.0	0.00023561012673024284	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
ENG0038_000000018366	1435	0.8507576368460791	2	1	1	1	1	False	65038	fragment	False	SPA0079_000000016668	0.9241357234314981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	78.382	52.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0055_000000003030	8890	0.8507564719586813	12	9	6	9	5	False	118439	maximal	True	AST0055_000000003030	0.9795869926418229		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	5234.0	100.0	59.0	0.07172521553201112	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
FIJ0092_000000004764	5869	0.8507505851545345	8	6	3	3	4	True	132230	maximal	True	FIJ0092_000000004764	1.0	PS1143|PS778	2	1	False	True	0.9991480708122253	0					non-mobilizable	no_good_hit	3048.0	95.44	52.0	0.7343297974927676	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	True	True
ISR0143_000000003981	8933	0.8507480325145776	12	7	4	5	7	False	31161	maximal	True	ISR0143_000000003981	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2333.0	99.057	49.0	0.008271222121074192	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0170_000000028027	1678	0.8507436756516464	3	3	3	3	2	False	103314	fragment	False	ISR0170_000000028027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	282.0	75.887	17.0	0.00011696635056086636	LR655209.1	high GC Gram+	Bifidobacterium breve isolate B.breve_1_mod genome assembly, chromosome: BILOC7D69C13_1	True	False
ENG0153_000000015856	1890	0.8507408560566735	3	3	3	3	3	False	86879	maximal	True	ENG0153_000000015856	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	78.191	10.0	9.128399776795902e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0036_01_000000008009	4802	0.8507329132627977	7	5	5	5	4	False	1390	maximal	True	USA0036_01_000000008009	1.0		1	1	False	False	0.9993752837181091	0					non-mobilizable	no_good_hit	2819.0	97.23299999999999	74.0	0.01104220891216407	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
AUS0008_000000018298	1356	0.8507296977449854	1	1	1	1	1	False	101685	fragment	False	AUS0008_000000018298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000006157	5156	0.8507254635400882	7	6	2	5	6	False	43039	maximal	True	FIJ0096_000000006157	1.0		4	2	False	False	0.9955391883850098	0					non-mobilizable	other	3966.0	92.56200000000001	99.0	0.0013670789327404113	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0075_000000005999	2909	0.8507162097760285	4	3	2	3	1	False	31448	fragment	False	SPA0075_000000005999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	92.948	19.0	0.0850015398829689	NZ_CABKPS010000062.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0076_000000004825	2895	0.8507162097760285	4	3	2	3	1	False	31448	fragment	False	SPA0075_000000005999	0.9975936748023375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	92.948	19.0	0.0850015398829689	NZ_CABKPS010000062.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0082_000000010147	1663	0.8507157905339333	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.43354946866444066		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	95.309	97.0	0.00044959483701840033	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0144_000000004462	6897	0.8507056635426666	12	10	2	5	10	True	63673	fragment	False	FIJ0144_000000004462	1.0		0	0	False	False	0.9975351691246033	0					non-mobilizable	chromosome	6840.0	99.94200000000001	99.0	0.001457923587664504	CP034253.1	enterobacteria	Escherichia coli strain IVRI Kol CP4 chromosome, complete genome	False	True
ENG0051_000000010180	2717	0.8507046479734871	4	4	4	3	2	False	64073	maximal	True	ENG0051_000000010180	1.0		3	2	False	False	0.999631941318512	0					non-mobilizable	no_good_hit	287.0	76.655	10.0	4.46903603207509e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
MAD0053_000000003458	3565	0.8506991487386013	5	4	4	4	4	False	17226	fragment	False	MAD0053_000000003458	1.0		0	0	False	False	0.9985975027084351	0					non-mobilizable	no_good_hit	1819.0	83.12299999999999	81.0	0.005745341614906832	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0009_000000007602	4062	0.8506973387541688	8	8	7	7	4	False	120521	fragment	False	CAN0021_000000006846	0.32200553851663366		0	0	False	False	0.9985228776931763	0					non-mobilizable	no_good_hit	2399.0	91.288	75.0	0.00045100478027404895	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0112_000000034927	1150	0.8506926561694182	2	1	1	1	1	False	106718	fragment	False	DEN0089_000000013384	0.5306526696543675		0	0	False	False	0.9704347848892212	0					non-mobilizable	chromosome	1150.0	98.87	100.0	0.0005035798434826512	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
ISR0126_000000015053	3247	0.8506879968770573	4	4	2	4	2	False	123194	fragment	False	ISR0126_000000015053	1.0		0	0	False	False	0.9947643876075745	0					non-mobilizable	other	1902.0	99.685	99.0	0.003313555422308368	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
FIJ0015_000000007567	3830	0.850682294505297	4	2	2	2	2	False	50373	maximal	True	FIJ0015_000000007567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1260.0	86.03200000000001	47.0	0.02202885194768369	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0085_000000005421	2531	0.8506819108090219	3	2	2	1	1	False	24356	fragment	False	ISR0341_000000005081	0.6217845659163986		0	0	False	False	0.9853812456130981	0					non-mobilizable	other	2496.0	99.92	99.0	0.039497847011144886	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
CHI0151_000000006642	3710	0.8506792372222973	3	1	1	1	1	False	79514	maximal	True	CHI0151_000000006642	1.0		4	4	False	False	0.9975741505622864	0					non-mobilizable	no_good_hit	676.0	89.79299999999999	23.0	0.021758780991735536	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	False
CAN0007_000000022515	1797	0.8506770266865891	2	2	2	2	2	False	95247	fragment	False	ENG0207_000000009966	0.9782931950136833		0	0	False	False	0.9838619828224182	0					non-mobilizable	no_good_hit								True	False
MON0019_000000044407	1512	0.8506655787683656	2	2	2	2	2	False	23094	fragment	False	MON0019_000000044407	1.0		0	0	False	False	0.9801587462425232	0					non-mobilizable	chromosome	1494.0	97.791	99.0	0.00031638689136846546	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0276_000000003692	2786	0.8506638037720039	4	4	4	4	4	False	65284	maximal	True	ISR0276_000000003692	1.0		42	7	False	False	1.0	0					non-mobilizable	chromosome	2660.0	96.76700000000001	95.0	0.0011050202226195224	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
MAD0045_000000010343	3541	0.8506632794274662	4	3	3	3	3	False	46246	maximal	True	MAD0045_000000010343	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2433.0	97.73899999999999	91.0	0.00046390364233029176	CP056873.1	enterobacteria	Escherichia coli strain RHBSTW-00081 chromosome, complete genome	False	False
ENG0188_000000015617	1625	0.8506609683097109	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.4759942153580449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0095_000000003605	7115	0.8506605150381384	7	6	6	6	6	False	43763	fragment	False	FIJ0087_000000003448	0.9549706039551042		0	0	False	False	0.9997189044952393	0					non-mobilizable	no_good_hit	648.0	76.852	9.0	0.015676124432289888	NZ_FNQG01000016.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
SPA0120_000000029309	1361	0.8506586519292542	2	1	1	1	1	False	65562	fragment	False	SPA0120_000000029309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000027873	1213	0.8506569391046307	3	2	2	1	1	False	68091	fragment	False	ENG0052_000000027873	0.9829360686955677		0	0	False	False	0.9859851598739624	0					non-mobilizable	other	1212.0	98.59700000000001	99.0	0.01629133371001157	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0096_000000041239	1115	0.8506569391046307	3	2	2	1	1	False	68091	fragment	False	ENG0052_000000027873	0.9339464477555959		0	0	False	False	0.9901345372200012	0					non-mobilizable	other	1115.0	99.91	100.0	0.014986412677913202	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0153_000000007469	2046	0.8506564303043098	2	2	2	2	2	False	83641	fragment	False	CHI0153_000000007469	1.0		0	0	False	False	0.9990224838256836	0					non-mobilizable	chromosome	1972.0	89.402	96.0	0.00036974782972671146	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
MON0099_000000031361	1183	0.8506483174517767	1	1	1	1	1	False	28386	fragment	False	ISR0211_000000018538	0.9544354838709677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	92.781	79.0	0.015499917641245264	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
DEN0064_000000009639	3791	0.850646610670236	5	2	1	2	1	False	71316	fragment	False	DEN0064_000000009639	1.0		0	0	False	False	0.9992086291313171	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000006597	3423	0.850646610670236	5	2	1	2	1	False	62649	fragment	False	ISR0021_000000006597	1.0		0	0	False	False	0.997370719909668	0					non-mobilizable	no_good_hit	68.0	86.765	2.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
ISR0194_000000013788	1867	0.850646610670236	3	2	1	2	1	False	62647	fragment	False	ISR0194_000000013788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	4.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
SPA0040_000000024450	1737	0.850646610670236	3	2	1	2	1	False	62644	fragment	False	SPA0040_000000024450	1.0		0	0	False	False	0.9965457916259766	0					non-mobilizable	no_good_hit	68.0	86.765	4.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
ENG0070_000000015135	1684	0.850646610670236	3	2	1	2	1	False	62365	fragment	False	ENG0070_000000015135	0.9916617033948779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	4.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
SPA0090_000000021568	1679	0.850646610670236	3	2	1	2	1	False	62365	fragment	False	ENG0070_000000015135	0.9902019002375297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	4.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
FIJ0095_000000009485	2825	0.8506465025403005	3	3	3	3	3	False	124954	fragment	False	ENG0184_000000004383	0.03868179925031237		0	0	False	False	0.9989380240440369	0					non-mobilizable	other	2686.0	78.258	94.0	0.006363565921506335	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
DEN0069_000000003638	8090	0.8506416977296165	10	7	6	5	3	False	98896	maximal	True	DEN0069_000000003638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2017.0	78.285	25.0	0.009455756985613503	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
AUS0022_000000007529	4740	0.8506376962634219	7	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.982340454558006		0	0	False	False	0.9997890591621399	0					non-mobilizable	other	4761.0	94.182	100.0	0.015548257341868087	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0051_000000005934	4509	0.8506376962634219	7	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.9810912521975779		0	0	False	False	1.0	0					non-mobilizable	other	4530.0	94.57	100.0	0.014793646835721293	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
CHI0008_000000001850	4433	0.8506376962634219	8	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.9748246563955886		0	0	False	False	1.0	0					non-mobilizable	other	4454.0	94.432	100.0	0.014547578192412555	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0825_000000005123	4317	0.8506376962634219	6	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.9681069207993389		0	0	False	False	1.0	0					non-mobilizable	other	4337.0	93.728	100.0	0.01416043019360681	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0011_000000005856	4310	0.8506376962634219	7	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.9004625110352581		0	0	False	False	1.0	0					non-mobilizable	other	4327.0	93.506	99.0	0.014114497380189177	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
DEN0028_000000005812	4308	0.8506376962634219	7	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.8986252836911516		0	0	False	False	1.0	0					non-mobilizable	other	4327.0	93.92200000000001	99.0	0.014114497380189177	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0041_000000006021	4285	0.8506376962634219	5	3	0	1	2	True	109073	fragment	False	ENG0041_000000006021	0.9407542579075425		0	0	False	False	1.0	0					non-mobilizable	other	4301.0	96.164	100.0	0.014029193583842149	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
SPA0130_000000007698	4225	0.8506376962634219	6	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.8984342166036207		0	0	False	False	0.9997633099555969	0					non-mobilizable	other	4245.0	94.464	100.0	0.013861866906392207	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0168_000000006915	4193	0.8506376962634219	6	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.8957392212049708		0	0	False	False	1.0	0					non-mobilizable	other	4213.0	94.42200000000001	100.0	0.01375687761858048	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
SPA0029_000000005896	4174	0.8506376962634219	6	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.8938694306604779		0	0	False	False	1.0	0					non-mobilizable	other	4194.0	94.397	100.0	0.013694540228942266	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
SPA0021_000000007593	4174	0.8506376962634219	6	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.8938694306604779		0	0	False	False	1.0	0					non-mobilizable	other	4194.0	94.397	100.0	0.013694540228942266	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0005_000000005796	4152	0.8506376962634219	6	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.8242671418989727		0	0	False	False	1.0	0					non-mobilizable	other	4172.0	93.624	100.0	0.013619079178327586	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
CHI0121_000000001996	4110	0.8506376962634219	5	3	0	1	2	True	109073	fragment	False	ENG0041_000000006021	0.9238039673278879		0	0	False	False	0.9987834692001343	0					non-mobilizable	other	4113.0	96.693	100.0	0.004453064054780272	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ENG0169_000000005501	4012	0.8506376962634219	6	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.7393688311077812		0	0	False	False	1.0	0					non-mobilizable	other	4032.0	93.8	100.0	0.013163031959395393	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0209_000000004740	3970	0.8506376962634219	7	3	0	1	2	True	109074	fragment	False	AUS0022_000000007529	0.6643053394711351		0	0	False	False	1.0	0					non-mobilizable	other	3990.0	94.211	100.0	0.013028514434386617	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
FIJ0017_000000023458	1277	0.8506257294970897	2	2	2	2	1	True	50084	fragment	False	FIJ0017_000000023458	1.0		0	0	False	False	0.9953014850616455	0					non-mobilizable	other	1277.0	99.139	100.0	0.04464816823541761	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0093_000000015729	2485	0.8506245854525182	4	3	1	3	1	True	82908	fragment	False	SPA0093_000000015729	1.0		0	0	False	False	0.9943661689758301	0					non-mobilizable	no_good_hit	112.0	81.25	5.0	0.0002171449778314718	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0356_000000003087	5089	0.8506209003378937	3	3	2	3	1	True	120575	maximal	True	ISR0356_000000003087	1.0		1	1	False	False	0.9980349540710449	0					non-mobilizable	no_good_hit	231.0	100.0	5.0	0.0019639655025189993	NZ_CYZO01000005.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
SPA0041_000000002158	13579	0.8506192507059623	18	7	1	6	3	False	6927	maximal	True	SPA0041_000000002158	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0015_000000005883	5749	0.8506153538412268	6	6	6	5	4	False	113895	maximal	True	MON0015_000000005883	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	93.464	15.0	0.00018370937538210043	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0032_000000004510	4180	0.8506050618604413	6	5	2	4	3	False	129195	maximal	True	ENG0032_000000004510	1.0		0	0	False	False	0.9885167479515076	0					non-mobilizable	no_good_hit	1119.0	98.302	46.0	0.00027410889478460016	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0065_000000001924	12729	0.8505969309468873	12	6	4	4	4	True	100982	maximal	True	ENG0065_000000001924	0.9998798558269923		9	6	False	False	0.9992144107818604	0					non-mobilizable	no_good_hit	1185.0	91.899	9.0	0.04599275070479259	NZ_WNCH01000033.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold33_size24830, whole genome shotgun sequence	True	True
AUS0014_000000002444	12485	0.8505969309468873	12	6	4	4	4	True	100982	maximal	False	ENG0065_000000001924	0.9902977453059942		0	0	False	False	0.999519407749176	0					non-mobilizable	no_good_hit	1190.0	89.49600000000001	10.0	0.02807009246340483	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
FIJ0014_000000008371	2858	0.8505835753477543	7	1	1	1	1	True	50499	fragment	False	FIJ0014_000000008371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	87.037	12.0	0.024094559781785117	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0048_000000012585	2537	0.8505835753477543	6	1	1	1	1	True	46780	fragment	False	FIJ0048_000000012585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	90.345	6.0	0.01305293691080493	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
USA0079_01_000000002384	5774	0.8505809797108733	7	5	4	4	5	False	123628	fragment	False	USA0108_01_000000001009	0.15334462556230577		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2791.0	98.137	89.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
MAD0105_000000005359	5552	0.8505795955537456	9	5	1	5	4	True	97953	fragment	False	MAD0105_000000005359	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5553.0	99.65799999999999	100.0	0.040985966440525316	CP054228.1	enterobacteria	Escherichia coli strain EcPF15 plasmid p1, complete sequence	False	True
MAD0108_000000003230	4979	0.8505795955537456	8	5	1	5	4	True	17074	fragment	False	MAD0056_000000002106	0.9612117780294451		0	0	False	False	1.0	0					non-mobilizable	plasmid	4980.0	99.679	100.0	0.036755966661991275	CP054228.1	enterobacteria	Escherichia coli strain EcPF15 plasmid p1, complete sequence	False	True
CAN0002_000000013312	1465	0.8505720110248864	3	1	1	1	1	False	96894	fragment	False	CAN0002_000000013312	1.0		0	0	False	False	0.9924914836883545	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	9.133222897446466e-06	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0026_01_000000006993	4876	0.8505640924835229	6	4	3	3	4	False	86273	fragment	False	USA0026_01_000000006993	0.9962264150943396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2593.0	90.51299999999999	67.0	0.0005751215953796999	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0254_000000007001	1757	0.8505598478843059	3	3	3	3	2	False	37350	maximal	False	ISR0025_000000021461	0.9527838427947598		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	97.32700000000001	100.0	0.0004675992570574354	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0130_000000026356	1225	0.8505583013039476	2	2	2	2	2	False	31712	maximal	True	ISR0130_000000026356	1.0		15	5	False	False	0.9983673691749573	0					non-mobilizable	chromosome	1227.0	78.077	100.0	0.0003513364263693642	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0150_000000016274	1295	0.8505565543554363	3	2	2	2	1	True	15806	fragment	False	SPA0150_000000016274	0.9631490787269681		0	0	False	False	0.968339741230011	0					non-mobilizable	other	1283.0	98.831	99.0	0.004234223224813473	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
USA0042_01_000000005586	4591	0.8505533782422525	4	4	4	4	3	False	128394	fragment	False	USA0042_01_000000005586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1450.0	70.414	31.0	0.0003979903446758716	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0077_000000000697	21735	0.8505528322217373	34	19	14	17	15	True	125419	fragment	False	ENG0184_000000000835	0.9852608850453213		0	0	False	False	1.0	0					non-mobilizable	other	21735.0	99.098	100.0	0.00620260000022833	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0080_000000040962	1395	0.8505352785177893	2	2	2	2	2	False	24304	fragment	False	MON0094_000000026547	0.9345876499616111		0	0	False	False	0.9734767079353333	0					non-mobilizable	no_good_hit	1219.0	79.57300000000001	87.0	0.0015869934736532853	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ISR0234_000000006257	2012	0.8505346887377923	3	2	1	1	2	False	109510	fragment	False	ENG0182_000000011915	0.42504450942335265		0	0	False	False	1.0	0					non-mobilizable	other	2018.0	98.06700000000001	100.0	0.013818276626254726	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0255_000000018047	1794	0.8505346887377923	4	2	1	1	2	False	109501	fragment	False	ISR0255_000000018047	0.7210308481266409		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	99.113	100.0	0.012370582302451475	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0167_000000016135	1778	0.8505346887377923	3	2	1	1	2	False	109501	fragment	False	ISR0255_000000018047	0.7152156640941022		0	0	False	False	1.0	0					non-mobilizable	other	1788.0	98.04299999999999	100.0	0.012253943423282492	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0359_000000015860	1724	0.8505346887377923	2	2	1	1	2	False	109501	fragment	False	ISR0255_000000018047	0.5708837278326591		0	0	False	False	0.9976798295974731	0					non-mobilizable	other	1725.0	98.84100000000001	100.0	0.011828554569842675	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
AST0093_000000010126	1711	0.8505346887377923	2	2	1	1	2	False	109501	fragment	False	ISR0255_000000018047	0.7145936647611417		0	0	False	False	0.9982466101646423	0					non-mobilizable	other	1711.0	100.0	100.0	0.011732499022291749	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0013_000000015436	1692	0.8505346887377923	2	2	1	1	2	False	109501	fragment	False	ISR0255_000000018047	0.7102009224225041		0	0	False	False	0.9834515452384949	0					non-mobilizable	other	1692.0	99.586	100.0	0.011602137922044063	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0051_000000003789	10725	0.8505266177755982	17	6	2	5	3	True	35871	maximal	True	ISR0051_000000003789	1.0		3	1	False	False	0.9996270537376404	0					non-mobilizable	no_good_hit	152.0	88.15799999999999	1.0	4.377211252621616e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0341_000000001109	13445	0.8505242476175062	14	9	7	8	6	False	125884	maximal	True	ISR0341_000000001109	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.77	59.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0067_000000003479	7052	0.8505209713862505	7	5	3	4	3	False	82756	fragment	False	ISR0067_000000003479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1388.0	73.343	19.0	0.002683280265765011	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
CHI0109_000000006712	2659	0.8505156002010308	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8482038812991871		0	0	False	False	0.9988717436790466	0					non-mobilizable	other	2659.0	99.51100000000001	100.0	0.005875877070815593	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0016_000000009412	2409	0.8505101944155057	3	3	2	2	3	False	101913	fragment	False	ENG0049_000000005390	0.2207952889843814		0	0	False	False	1.0	0					non-mobilizable	chromosome	2410.0	99.461	100.0	0.0003720293249914753	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
SPA0066_000000003686	4252	0.8505069662581113	4	4	3	3	1	False	100718	fragment	False	SPA0066_000000003686	1.0		0	0	False	False	0.99905925989151	0					non-mobilizable	no_good_hit	733.0	87.85799999999999	17.0	0.00011262519167053624	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0098_000000028897	1336	0.8505068936981471	2	2	2	1	1	True	5042	fragment	False	SPA0098_000000028897	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	90.494	100.0	0.0013551595692768144	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0032_000000017741	1637	0.8505059704416525	2	2	2	2	2	False	92036	fragment	False	DEN0052_000000027259	0.9783858773503155		0	0	False	False	0.9938912391662598	0					non-mobilizable	other	1637.0	99.32799999999999	100.0	0.0004954379432178452	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
DEN0072_000000004039	4780	0.8504935081031036	2	2	1	2	1	True	87641	fragment	False	DEN0072_000000004039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	75.495	22.0	0.0003185646670719241	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0041_000000044248	1537	0.8504837237392389	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.31061070626870935		0	0	False	False	0.9993493556976318	0					non-mobilizable	chromosome	1279.0	95.62200000000001	98.0	0.00037017872646343073	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0003_000000035032	1398	0.8504837237392389	3	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.3105295821737021		0	0	False	False	0.9964234828948975	0					non-mobilizable	chromosome	1280.0	95.859	100.0	0.00037046860800333945	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0025_000000033614	1278	0.8504837237392389	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.18094370015494468		0	0	False	False	0.9953051805496216	0					non-mobilizable	chromosome	1193.0	95.39	100.0	0.0003452489140312811	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0027_000000003448	4961	0.8504718044556953	9	8	4	8	6	False	114515	maximal	True	FIJ0027_000000003448	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	2412.0	92.62	89.0	0.0008091723250947428	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0141_000000010018	2757	0.8504606305318779	2	2	2	2	2	False	95541	fragment	False	CHI0141_000000010018	1.0		0	0	False	False	0.9981864094734192	0					non-mobilizable	other	2761.0	97.35600000000001	100.0	0.0892542571931885	NZ_CABJDM010000036.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0131_000000021473	1633	0.8504603408753498	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.8009880224521125		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	97.12700000000001	99.0	0.0004526495270784389	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0093_01_000000005143	3818	0.8504505133965672	5	5	5	4	4	False	121480	maximal	True	USA0093_01_000000005143	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	82.89200000000001	47.0	0.005776152513441462	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0137_000000014877	2469	0.8504503629910386	4	3	3	2	2	False	131829	fragment	False	DEN0005_000000013317	0.9430111667308434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	89.45299999999999	61.0	0.00042136661546714443	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0049_000000008124	2098	0.8504457599658782	3	3	3	3	3	False	52035	fragment	False	FIJ0115_000000011264	0.9835718332008305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	39.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CHI0006_000000001865	5128	0.8504450424692747	9	7	2	3	6	False	94159	fragment	False	ENG0081_000000004595	0.9562563383623418		0	0	False	False	1.0	0					non-mobilizable	chromosome	5128.0	100.0	100.0	0.0007902664818036018	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CAN0008_000000020404	1395	0.8504401058286756	2	2	2	2	2	False	94916	fragment	False	CAN0008_000000020404	1.0		0	0	False	False	0.9992831349372864	0					non-mobilizable	no_good_hit	310.0	76.774	22.0	0.0018276185413692804	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
DEN0085_000000005551	6468	0.8504371486956525	6	5	4	4	4	False	94515	fragment	False	DEN0085_000000005551	1.0		0	0	False	False	0.997217059135437	0					non-mobilizable	chromosome	5709.0	98.949	100.0	0.0008887208446382974	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
SPA0072_000000005334	3799	0.8504244695936464	8	4	4	4	3	False	5878	fragment	False	SPA0072_000000005334	1.0		0	0	False	False	0.9997367858886719	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000025678	1830	0.8504199203575045	3	3	3	2	3	False	94189	maximal	True	CAN0012_000000025678	1.0		1	1	False	False	0.9994535446166992	0					non-mobilizable	no_good_hit	329.0	73.556	17.0	0.0023129800694614575	NZ_JODS01000030.1	high GC Gram+	Kitasatospora purpeofusca strain NRRL B-1817 contig30.1, whole genome shotgun sequence	True	False
CHI0119_000000000768	10112	0.8504185227791092	10	7	4	6	6	True	96294	fragment	False	SPA0124_000000002503	0.9574410039670381		0	0	False	False	0.9983188509941101	0					non-mobilizable	plasmid	10116.0	99.11	100.0	0.08145237270801961	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0186_000000002628	7792	0.8504121265762791	9	5	1	4	2	False	111822	maximal	True	ISR0186_000000002628	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	47.0	95.745	1.0	0.011456211812627291	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
SPA0139_000000002072	9416	0.8504050645148264	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9257518805408572		0	0	False	True	1.0	0					non-mobilizable	other	4676.0	98.867	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
SPA0138_000000001829	9416	0.8504050645148264	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9257518805408572		0	0	False	True	1.0	0					non-mobilizable	other	4676.0	98.867	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
SPA0116_000000003619	9377	0.8504050645148264	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9243259770031041		0	0	False	True	0.9998933672904968	0					non-mobilizable	other	4676.0	98.867	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
SPA0107_000000002941	9368	0.8504050645148264	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9239368270894833		0	0	False	True	0.9980785846710205	0					non-mobilizable	other	4676.0	98.867	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
MON0050_000000007130	4012	0.8504041898815792	5	5	4	5	4	False	98136	fragment	False	MON0050_000000007130	1.0		0	0	False	False	0.9997507333755493	0					non-mobilizable	chromosome	3993.0	99.59899999999999	99.0	0.000832532326842348	CP061758.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 chromosome, complete genome	False	False
CAN0015_000000014492	2669	0.8504032446805553	4	3	3	3	2	False	93295	maximal	True	CAN0015_000000014492	1.0		1	1	False	False	0.9955039620399475	0					non-mobilizable	no_good_hit								True	False
CHI0178_000000004343	2437	0.8504018122109039	4	4	4	3	2	False	84781	maximal	True	CHI0178_000000004343	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1902.0	80.021	77.0	0.00770714490909837	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0151_000000013400	1560	0.8503894999380632	3	2	1	1	2	True	30757	maximal	True	ISR0151_000000013400	1.0		0	0	False	False	0.9775640964508057	0					non-mobilizable	plasmid	1565.0	92.33200000000001	100.0	0.196518668012109	CP043522.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_10, complete sequence	False	True
ENG0022_000000006112	2853	0.8503870762147241	4	1	1	1	1	False	66320	fragment	False	ENG0022_000000006112	1.0		0	0	False	False	0.9996494650840759	0					non-mobilizable	no_good_hit	1303.0	92.249	46.0	0.07797529376318169	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
SPA0057_000000012335	2565	0.8503870762147241	4	1	1	1	1	False	6341	fragment	False	SPA0057_000000012335	1.0		0	0	False	False	0.9976608157157898	0					non-mobilizable	no_good_hit	1258.0	93.72	49.0	0.07562518830973185	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0194_000000018283	1475	0.8503870762147241	2	1	1	1	1	False	29027	fragment	False	ISR0194_000000018283	1.0		0	0	False	False	0.98372882604599	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0008085526906836762	NZ_MBKP01000041.1	euryarchaeotes	Methanolobus psychrotolerans strain YSF-03 NODE_43_length_33163_cov_35.603172, whole genome shotgun sequence	True	False
CAN0001_000000000510	37593	0.8503824692708745	31	11	5	11	4	True	117529	fragment	False	MON0103_000000000419	0.9464122977725489		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	102.0	84.314	0.0	0.01086002632733655	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
FIJ0133_000000008839	4191	0.8503704723678254	7	4	4	3	3	False	113583	fragment	False	FIJ0133_000000008839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3150.0	95.46	87.0	0.0007718200364775684	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0046_000000001629	10917	0.8503523312820223	13	3	1	1	3	False	96589	maximal	True	ENG0046_000000001629	1.0	PS516|PS99	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2595.0	99.846	47.0	0.2351341551849166	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0082_000000007638	3669	0.8503511673520636	3	3	1	2	1	True	128124	fragment	False	FIJ0082_000000007638	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3447.0	93.415	94.0	0.522134627046695	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0003_000000010086	2412	0.8503508923470549	6	1	1	1	1	True	52194	fragment	False	FIJ0003_000000010086	1.0		0	0	False	False	0.9838308691978455	0					non-mobilizable	no_good_hit	47.0	100.0	2.0	0.0009712222621033296	NZ_AVNC01000020.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.19, whole genome shotgun sequence	True	True
MAD0105_000000015988	2246	0.8503508923470549	2	1	1	1	1	True	19820	maximal	True	MAD0105_000000015988	1.0		1	1	False	False	0.9813001155853271	0					non-mobilizable	no_good_hit	367.0	95.64	16.0	0.00011386198061359786	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0008_000000007617	1775	0.8503508923470549	2	1	1	1	1	True	19819	fragment	False	MAD0008_000000007617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0097_000000023788	1330	0.8503508923470549	1	1	1	1	1	True	42895	fragment	False	FIJ0097_000000023788	1.0		0	0	False	False	0.9984962344169617	0					non-mobilizable	no_good_hit								True	True
MAD0101_000000022170	1308	0.8503508923470549	1	1	1	1	1	True	15073	fragment	False	MAD0101_000000022170	1.0		0	0	False	False	0.9778287410736084	0					non-mobilizable	no_good_hit								True	True
ISR0062_000000002507	10089	0.8503471870205511	16	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.709123816529941	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10090.0	99.99	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0126_000000003250	9822	0.8503471870205511	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6741028525673671	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9822.0	99.715	100.0	0.26184571900914594	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0024_000000001862	9672	0.8503471870205511	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6560313847907174	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9591.0	99.86399999999999	99.0	0.2557128763032291	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0039_000000002333	9645	0.8503471870205511	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6542482660707797	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9568.0	99.885	99.0	0.2550995920326374	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0338_000000001661	9638	0.8503471870205511	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6542652440801597	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9568.0	100.0	99.0	0.2550995920326374	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0144_000000005394	1463	0.8503394402461645	2	2	2	2	1	True	71199	fragment	False	ISR0144_000000005394	0.9910581222056631		0	0	False	False	0.9986329674720764	0					non-mobilizable	no_good_hit	662.0	98.792	45.0	0.0031107053442011937	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
ISR0095_000000002332	8471	0.8503370630676024	13	9	5	8	6	False	71129	maximal	True	ISR0095_000000002332	1.0	PS334	1	1	False	True	0.9995278120040894	0					non-mobilizable	no_good_hit	3952.0	94.914	47.0	0.0013416397902706824	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0191_000000018131	1748	0.8503352678444499	2	2	2	2	2	True	71201	fragment	False	ENG0191_000000018131	0.9617537313432836		0	0	False	False	0.9994279146194458	0					non-mobilizable	no_good_hit	747.0	98.527	43.0	0.003506014344069424	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
CHI0108_000000004160	1942	0.8503321997648517	3	2	1	2	0	True	82907	fragment	False	CHI0108_000000004160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0029_000000007909	5769	0.8503197871876448	7	5	3	4	3	False	71923	maximal	True	ISR0029_000000007909	1.0	PS336	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.020964360587002098	XM_003667618.1	budding yeasts	Naumovozyma dairenensis CBS 421 hypothetical protein (NDAI0A02650), partial mRNA	True	True
TAN0012_000000002436	3019	0.8503184675265757	7	2	2	1	1	True	2597	maximal	True	TAN0012_000000002436	1.0		1	1	True	True	0.9990062713623047	69					non-mobilizable	no_good_hit	922.0	77.54899999999999	38.0	0.17948211108914805	AF454701.1	CFB group bacteria	Prevotella intermedia plasmid pYHBi1 replication protein (rep) and mobilization protein (mob) genes, complete cds	True	True
MAD0015_000000003946	4204	0.8503140286611691	8	4	2	4	2	False	19441	maximal	True	MAD0015_000000003946	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	94.87200000000001	2.0	0.001194279864751683	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0082_000000009053	2237	0.8502951822981596	5	5	4	3	3	False	61631	maximal	True	ENG0082_000000009053	1.0		104	12	False	False	0.9986588954925537	0					non-mobilizable	no_good_hit	886.0	97.51700000000001	89.0	0.0002463722726798204	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MON0012_000000013584	3277	0.8502919478223141	4	4	4	3	3	False	124954	fragment	False	ENG0184_000000004383	0.07514810922562994		0	0	False	False	0.9942020177841187	0					non-mobilizable	no_good_hit	2926.0	78.845	88.0	0.006937449149587385	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0039_000000007254	3315	0.8502917397438381	4	4	4	4	4	False	98154	maximal	False	FIJ0058_000000011780	0.9876282532715739		0	0	False	False	1.0	0					non-mobilizable	chromosome	3315.0	99.97	100.0	0.0006589192293070731	CP053231.1	enterobacteria	Escherichia coli strain SCU-306 chromosome, complete genome	False	False
SPA0023_000000001273	12495	0.8502877990979159	23	9	8	7	6	False	42923	maximal	True	SPA0023_000000001273	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	81.416	1.0	0.0033989863737064127	NZ_FQWX01000023.1	firmicutes	Asaccharospora irregularis DSM 2635, whole genome shotgun sequence	True	False
ISR0154_000000001365	20216	0.8502865566953234	27	12	9	10	8	False	130763	maximal	True	ISR0154_000000001365	1.0		104	7	False	False	0.9995548129081726	0					non-mobilizable	no_good_hit								True	False
MON0083_000000030234	1343	0.8502785857591806	2	1	1	1	1	False	83000	fragment	False	MON0002_000000019241	0.95835772298181		0	0	False	False	0.9903202056884766	0					non-mobilizable	no_good_hit	56.0	100.0	4.0	0.0001341061096305255	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0109_000000004137	6415	0.8502758979004824	11	6	3	5	3	True	37452	maximal	True	ISR0109_000000004137	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	87.62899999999999	3.0	8.441416105848829e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ISR0858_000000008429	1282	0.8502733699161217	2	2	2	2	2	False	79114	fragment	False	ISR0856_000000004631	0.34098487065076927		0	0	False	False	0.9945397973060608	0					non-mobilizable	other	1282.0	90.016	100.0	0.0002462305147359865	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0075_000000002241	2930	0.8502650308367445	5	5	5	5	3	True	84683	maximal	True	CHI0075_000000002241	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	96.61	2.0	0.0014667577068001921	NZ_CABJDZ010000011.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0072_000000007270	3688	0.8502610431567078	2	2	2	2	2	False	34860	maximal	True	ISR0072_000000007270	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0108_000000013553	1297	0.8502605734051752	2	2	2	2	1	True	59918	fragment	False	ENG0108_000000013553	1.0		0	0	False	False	0.9745566844940186	0					non-mobilizable	no_good_hit	510.0	72.941	38.0	0.00014963718252153406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0839_000000003673	4340	0.8502535551834598	5	4	3	3	4	False	112769	maximal	True	ISR0839_000000003673	1.0	PS721	9	5	False	True	0.9997695684432983	0					non-mobilizable	no_good_hit	2636.0	73.862	60.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0128_000000005140	4770	0.8502335205888082	5	2	2	2	1	False	58664	fragment	False	ENG0128_000000005140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0046_000000022948	1493	0.850219639462366	2	2	2	2	2	False	11512	fragment	False	MON0046_000000022948	1.0		0	0	False	False	0.9859343767166138	0					non-mobilizable	other	1463.0	98.223	98.0	0.009009342108506496	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
CHI0186_000000004861	3987	0.8502173900144614	4	4	4	3	4	False	90051	fragment	False	CHI0031_000000002163	0.9852546916890081		0	0	False	False	0.9997491836547852	0					non-mobilizable	chromosome	3988.0	99.875	100.0	0.001685879291550138	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0012_000000042424	1346	0.8502109847486063	2	2	2	2	1	False	13581	fragment	False	MON0012_000000042424	1.0		0	0	False	False	0.9628528952598572	0					non-mobilizable	no_good_hit								True	False
ETH0004_000000018529	1531	0.8502070565155465	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.1446474281022584		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	98.49799999999999	100.0	0.00047504711583869924	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0048_01_000000010971	1453	0.8502070565155465	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.0965055519268452		0	0	False	False	0.9965588450431824	0					non-mobilizable	other	1445.0	99.723	99.0	0.0004482926613775806	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0035_000000018095	1601	0.8502031364771028	2	2	2	1	1	False	42828	fragment	False	MON0035_000000018095	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0111_000000001921	12658	0.8501941576411163	9	6	4	6	4	False	42099	maximal	True	FIJ0111_000000001921	0.9849447430418834		6	2	False	False	0.999763011932373	0					non-mobilizable	no_good_hit	2872.0	82.695	41.0	0.0009125820083016144	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0118_000000007384	3973	0.8501910307488102	3	1	1	1	1	False	4264	maximal	True	SPA0118_000000007384	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	77.102	17.0	0.0001629279569316058	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ENG0147_000000003839	3590	0.8501910307488102	3	1	1	1	1	False	57366	maximal	True	ENG0147_000000003839	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	69.355	19.0	0.022488356620093148	NZ_LEKM01000018.1	g-proteobacteria	Ursidibacter arcticus strain Bamse1 contig_114_1, whole genome shotgun sequence	True	False
ENG0155_000000008483	2628	0.8501910307488102	3	1	1	1	1	False	56761	fragment	False	ENG0155_000000008483	1.0		0	0	False	False	0.9984779357910156	0					non-mobilizable	no_good_hit	121.0	80.992	5.0	3.553696657657945e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0048_000000000777	18403	0.8501636414924986	24	9	2	8	4	False	91944	fragment	False	SPA0052_000000001586	0.9004654335807137		0	0	False	False	0.9998913407325745	0					non-mobilizable	no_good_hit	1077.0	99.164	6.0	0.05546677663797103	NZ_QRHR01000016.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf16, whole genome shotgun sequence	True	False
ISR0388_000000008567	3774	0.8501632544330022	2	2	1	2	0	True	118734	maximal	True	ISR0388_000000008567	1.0	PS145|PS809	1	1	True	True	1.0	27					non-mobilizable	no_good_hit	936.0	93.59	25.0	0.5097168239866741	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
MON0006_000000005321	3724	0.8501588415422858	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5480214721194607		0	0	False	False	0.9986573457717896	0					non-mobilizable	chromosome	3724.0	98.17399999999999	100.0	0.001199991104014378	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0120_000000009608	2242	0.8501553150887775	3	2	2	2	1	False	119703	fragment	False	ENG0120_000000009608	1.0		0	0	False	False	0.9933095574378967	0					non-mobilizable	chromosome	2242.0	99.822	100.0	0.00034479925482742036	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MAD0096_000000004014	4086	0.8501544003605092	9	2	1	1	1	True	15518	maximal	True	MAD0096_000000004014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	87.77799999999999	2.0	2.2941108839822777e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0092_000000009403	3329	0.8501544003605092	7	2	1	1	1	True	43331	fragment	False	FIJ0092_000000009403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0049_000000006284	2714	0.8501544003605092	7	2	1	1	1	True	46673	fragment	False	FIJ0049_000000006284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0076_000000005134	1679	0.8501544003605092	5	2	1	1	1	True	84583	maximal	True	CHI0076_000000005134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0095_000000002416	8271	0.8501531877830393	16	4	1	3	3	False	110789	maximal	True	ISR0095_000000002416	1.0		1	1	False	False	0.9996373057365417	0					non-mobilizable	no_good_hit	5574.0	97.13	79.0	0.12407539434987969	NZ_SPFU01000033.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_33_length_44884_cov_22.2797, whole genome shotgun sequence	True	False
TAN0022_000000000649	5994	0.8501444160112009	7	3	2	2	3	False	17285	fragment	False	TAN0022_000000000649	1.0		0	0	False	False	0.9998331665992737	0					non-mobilizable	no_good_hit	61.0	90.164	1.0	0.00022108567806977463	NZ_SNXP01000010.1	proteobacteria	Bacteriovorax stolpii strain DSM 12778 Ga0215688_107, whole genome shotgun sequence	True	False
MON0002_000000009217	2623	0.8501311183049595	3	3	3	3	1	False	47726	fragment	False	MON0002_000000009217	1.0		0	0	False	False	0.9992375373840332	0					non-mobilizable	no_good_hit	790.0	97.34200000000001	30.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
ENG0179_000000016054	2074	0.8501308128829413	2	2	2	1	1	False	68361	fragment	False	DEN0094_000000015857	0.6258503401360543		0	0	False	False	0.9836065769195557	0					non-mobilizable	other	2074.0	99.084	100.0	0.005578834338492342	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
SPA0101_000000034091	1136	0.8501272751980734	1	1	1	1	1	False	4925	fragment	False	SPA0101_000000034091	1.0		0	0	False	False	0.9991196990013123	0					non-mobilizable	other	1144.0	96.766	100.0	0.059703835487415625	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0201_000000009876	3041	0.8501111433646512	2	2	2	2	2	False	126662	fragment	False	ISR0201_000000009876	1.0		0	0	False	False	0.9940809011459351	0					non-mobilizable	no_good_hit								True	False
CAN0021_000000002770	12129	0.8501067655934552	17	12	3	4	11	False	103789	fragment	False	ISR0158_000000000932	0.37736568986568986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3154.0	97.971	77.0	0.0006290987720997888	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
FIJ0043_000000027162	1136	0.8501058693294892	2	2	2	1	1	False	47155	fragment	False	FIJ0043_000000027162	1.0		0	0	False	False	0.9498239159584045	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	4.580852038479157e-05	NZ_LMAU01000003.1	a-proteobacteria	Altererythrobacter troitsensis strain JCM 17037 JCM17037_3, whole genome shotgun sequence	True	False
USA0027_01_000000007104	3817	0.8500991007530158	5	5	5	3	2	False	92514	fragment	False	USA0027_01_000000007104	1.0		0	0	False	False	0.996856153011322	0					non-mobilizable	no_good_hit	1155.0	92.381	42.0	0.004558616140029311	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
DEN0072_000000010197	1644	0.8500976638627672	4	2	2	2	1	False	70273	maximal	True	DEN0072_000000010197	1.0		1	1	False	False	0.9799270033836365	0					non-mobilizable	no_good_hit								True	False
ENG0173_000000001583	11753	0.8500939192483374	17	4	4	4	2	True	55699	fragment	False	ENG0173_000000001583	1.0		0	0	False	True	0.9991491436958313	0					non-mobilizable	no_good_hit	339.0	88.49600000000001	6.0	8.968750690287749e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0167_000000010483	2855	0.8500934863972478	4	4	4	4	4	False	97311	fragment	False	ISR0167_000000010483	0.9900037023324695		0	0	False	False	1.0	0					non-mobilizable	chromosome	1481.0	93.383	99.0	0.0005970288937780714	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MAD0042_000000010205	2237	0.8500843285589758	4	3	2	3	2	True	124764	fragment	False	MAD0042_000000010205	1.0		0	0	False	False	0.9780956506729126	0					non-mobilizable	no_good_hit	110.0	78.182	5.0	8.182085820139401e-05	NZ_SWKE01000001.1	a-proteobacteria	Agrobacterium larrymoorei strain CFBP5477 CFBP5477_cc_1, whole genome shotgun sequence	True	True
FIJ0015_000000021786	1473	0.8500729101186417	2	2	2	2	2	False	50321	fragment	False	MON0105_000000034208	0.9623115577889447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	971.0	86.2	73.0	0.0001541980211944941	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MAD0061_000000005472	2987	0.8500688990986678	3	3	3	3	2	False	20033	maximal	True	MAD0061_000000005472	1.0		2	1	False	False	0.9996652007102966	0					non-mobilizable	no_good_hit	2471.0	97.491	83.0	0.0011758881049634855	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
MON0030_000000021060	1701	0.8500578834503085	2	2	1	2	2	False	112280	fragment	False	FIJ0136_000000017338	0.9446200292342074		0	0	False	False	0.9547325372695923	0					non-mobilizable	other	1067.0	98.875	93.0	0.00026111446596207443	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0154_000000009178	3262	0.8500498307773994	4	2	2	2	0	True	79192	fragment	False	CHI0154_000000009178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	2.0	0.00010625669292645875	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0070_000000006899	2676	0.8500498307773994	3	2	2	2	0	True	16369	fragment	False	MAD0070_000000006899	1.0		0	0	False	False	0.9973841309547424	0					non-mobilizable	no_good_hit								True	True
ISR0095_000000023292	1499	0.8500469516663682	2	2	2	2	1	False	33390	fragment	False	MON0081_000000034522	0.7326759733673596		0	0	False	False	1.0	0					non-mobilizable	other	1499.0	99.73299999999999	100.0	0.00036727649766308683	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0162_000000002973	8180	0.8500456827149568	21	5	3	5	3	False	48169	maximal	True	FIJ0162_000000002973	1.0		1	1	False	False	0.9993887543678284	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000008807	2759	0.8500345270929348	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9915508571923966		0	0	False	False	0.9945632219314575	0					non-mobilizable	no_good_hit	810.0	84.815	29.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
USA0135_01_000000005457	2759	0.8500345270929348	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9915508571923966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.815	29.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0124_000000005788	2759	0.8500345270929348	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9912121270203921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	83.024	33.0	0.018911102728530114	NZ_NOJZ02000023.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_23_length_39765_cov_670.101, whole genome shotgun sequence	True	False
CHI0108_000000002792	2759	0.8500345270929348	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9915508571923966		0	0	False	False	0.9974628686904907	0					non-mobilizable	no_good_hit	810.0	84.815	29.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0165_000000007449	2570	0.8500345270929348	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.946115373296063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.815	31.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0098_000000017654	2519	0.8500345270929348	5	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9307634755295714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.815	32.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0170_000000022501	2068	0.8500345270929348	3	2	1	2	1	False	110372	fragment	False	ISR0170_000000022501	1.0		0	0	False	False	0.9932301640510559	0					non-mobilizable	no_good_hit	766.0	85.77	37.0	0.00022043176855705712	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CAN0007_000000003178	12958	0.8500302059566318	16	14	6	10	12	False	121329	maximal	True	CAN0007_000000003178	1.0	PS849	2	1	False	True	0.9993054270744324	0					non-mobilizable	no_good_hit	3340.0	99.281	77.0	0.0006898864383698349	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ENG0207_000000011286	1657	0.8500281333759739	2	1	1	1	1	False	117015	fragment	False	AST0094_000000009639	0.16028787822827967		0	0	False	False	0.9993965029716492	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
TAN0006_000000012312	1234	0.8500272312348065	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.05401839845969651		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	98.3	100.0	0.000372811659057237	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
AST0061_000000000458	29818	0.8500253187008919	34	20	15	19	10	True	112216	fragment	False	AST0061_000000000458	1.0		0	0	False	False	0.9989938735961914	0					non-mobilizable	plasmid	13812.0	98.834	90.0	0.19103953066843773	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ENG0030_000000002282	9877	0.8500209050746191	16	6	2	3	6	False	94625	maximal	True	ENG0030_000000002282	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4082.0	97.256	81.0	0.0009042266097166046	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0369_000000009273	1641	0.8500196012178824	3	2	1	2	2	False	79324	fragment	False	ISR0369_000000009273	1.0		0	0	False	False	0.9695307612419128	0					non-mobilizable	no_good_hit	462.0	71.861	28.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
SPA0119_000000000945	28041	0.8500144182989453	26	13	9	11	6	False	119560	maximal	True	SPA0119_000000000945	1.0		2	1	False	False	0.9996433854103088	0					non-mobilizable	no_good_hit	4006.0	91.18799999999999	38.0	0.1387205153960722	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	False
SPA0075_000000001875	6929	0.8499862520444181	9	7	4	7	5	True	90483	fragment	False	SPA0075_000000001875	0.9784109814375166		0	0	False	False	0.9994227290153503	0					non-mobilizable	other	6931.0	97.14299999999999	100.0	0.11126835308685654	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0076_000000001520	6588	0.8499862520444181	9	7	4	7	5	True	90483	fragment	False	SPA0075_000000001875	0.9351529076827683		0	0	False	False	1.0	0					non-mobilizable	other	6590.0	97.086	100.0	0.10578453918273482	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
CAN0001_000000015768	2940	0.8499742894157701	5	4	3	3	4	False	97387	maximal	True	CAN0001_000000015768	1.0		2	2	False	False	0.9989795684814453	0					non-mobilizable	chromosome	2844.0	98.594	97.0	0.0005452530275260689	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ISR0377_000000002285	4960	0.8499707471038261	9	2	2	2	2	False	79652	fragment	False	ISR0377_000000002285	1.0		0	0	False	False	0.9967741966247559	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000028283	1395	0.8499693663323749	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.14631813286272868	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1393.0	84.135	99.0	0.016424047641554022	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0020_000000007617	3748	0.8499687878699014	5	4	4	3	3	False	81400	fragment	False	SPA0020_000000007617	1.0		0	0	False	False	0.9997332096099854	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	1.981432372106573e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0103_000000006841	3851	0.8499548034075598	4	4	3	3	3	True	33066	fragment	False	ISR0103_000000006841	1.0		0	0	False	False	0.9820826053619385	0					non-mobilizable	other	3507.0	99.515	91.0	0.026978763364301824	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0146_000000000527	24002	0.8499425711944154	27	14	11	14	7	True	52094	fragment	False	MAD0072_000000000149	0.9214805702074275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	9.938091535668979e-05	NZ_JH767523.1	g-proteobacteria	Catenovulum agarivorans YM01 Scaffold2, whole genome shotgun sequence	True	True
ENG0051_000000005718	4690	0.8499354331977274	7	4	4	4	3	False	111524	fragment	False	ISR0018_000000004356	0.9527866880513232		0	0	False	False	0.9991471171379089	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	6.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0378_000000008625	2934	0.8499349148459717	6	5	2	4	3	False	104849	fragment	False	DEN0064_000000009405	0.7760375183790925		0	0	False	False	0.9897750616073608	0					non-mobilizable	plasmid	2735.0	98.09899999999999	93.0	0.22049213392496975	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0085_000000019988	1352	0.8499264010802361	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.15039813355469145	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1351.0	84.30799999999999	99.0	0.015927781453823613	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0153_000000020063	1449	0.8499186587922792	3	2	2	2	2	False	40459	fragment	False	ISR0153_000000020063	0.981958762886598		0	0	False	False	0.9993098974227905	0					non-mobilizable	chromosome	779.0	96.149	100.0	0.0002665343815648652	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ENG0062_000000003507	6354	0.8499126914757954	11	5	4	5	3	True	85559	fragment	False	ENG0062_000000003507	1.0		0	0	False	False	0.9987409710884094	0					non-mobilizable	no_good_hit	378.0	92.06299999999999	7.0	8.367925208552732e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
FIJ0028_000000008743	3478	0.8499120071631232	4	3	1	3	1	True	48953	fragment	False	FIJ0028_000000008743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0104_000000040461	1143	0.8499096439007368	2	2	2	2	2	True	86543	fragment	False	MON0107_000000048954	0.7407188605017714		0	0	False	False	0.9912511110305786	0					non-mobilizable	no_good_hit	500.0	75.0	43.0	0.003447003196312055	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
AST0150_000000004289	5792	0.8499065091804721	7	7	6	7	6	False	104498	fragment	False	AST0150_000000004289	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5793.0	99.396	100.0	0.04095606595412072	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MAD0083_000000003479	2827	0.8499003612392806	5	4	4	4	3	False	17745	fragment	False	MAD0083_000000003479	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2828.0	99.89399999999999	100.0	0.0007968060114179736	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0777_000000012249	1416	0.8498932200128095	3	2	2	1	1	False	124847	fragment	False	AST0012_000000016916	0.6887088571635328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	83.133	6.0	2.1403748813095242e-05	NZ_CP020737.1	b-proteobacteria	[Pseudomonas] mesoacidophila strain ATCC 31433 chromosome 1, complete sequence	True	False
ISR0233_000000000808	8374	0.8498921322428244	11	2	1	2	1	False	78828	backbone	True	ISR0233_000000000808	0.9965233294090421	PS382	2	2	True	True	1.0	28					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00023441867174774146	NZ_FZPC01000016.1	g-proteobacteria	Pseudomonas delhiensis strain RLD-1, whole genome shotgun sequence	True	True
AST0010_000000010785	2675	0.8498899667212119	3	2	2	2	1	False	126324	fragment	False	AST0010_000000010785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	90.678	31.0	0.8408163265306122	GQ879899.1		Uncultured organism clone VC1CC55TR genomic sequence	True	False
ISR0298_000000000405	20100	0.8498877753806393	27	10	5	10	5	True	93012	fragment	False	ISR0298_000000000405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	100.0	2.0	0.000513726066724922	NZ_SPFU01000002.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_2_length_605381_cov_32.3905, whole genome shotgun sequence	True	True
ISR0325_000000010105	2008	0.8498834706128066	3	3	3	2	2	False	92160	fragment	False	ISR0325_000000010105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1543.0	98.056	77.0	0.00029018720935378265	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
FIJ0131_000000012733	1457	0.8498793566290938	3	2	1	1	2	True	40814	fragment	False	FIJ0131_000000012733	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1442.0	99.445	99.0	0.023177955189286635	CP056511.1	enterobacteria	Citrobacter sp. RHBSTW-00446 plasmid pRHBSTW-00446_4, complete sequence	False	True
MON0042_000000022083	1167	0.8498744838030731	1	1	1	1	1	False	11708	fragment	False	MON0042_000000022083	1.0		0	0	False	False	0.9854327440261841	0					non-mobilizable	other	1167.0	99.14299999999999	100.0	0.000564747638691316	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
FIJ0129_000000018411	1226	0.8498716172057467	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.094395837923264		0	0	False	False	0.9959216713905334	0					non-mobilizable	other	1174.0	92.334	96.0	0.007800707940960395	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0069_000000015262	1636	0.8498605906553534	3	3	3	3	3	False	71395	fragment	False	ISR0213_000000014530	0.5979854898278715		0	0	False	False	0.9908313155174255	0					non-mobilizable	other	1618.0	99.382	99.0	0.006202817160743878	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0104_000000004288	5807	0.8498569185214655	8	3	2	2	2	False	113884	fragment	False	ISR0104_000000004288	1.0		0	0	False	False	0.9987945556640625	0					non-mobilizable	no_good_hit	705.0	93.191	25.0	0.04204796937615886	NZ_LBBT01000224.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig237, whole genome shotgun sequence	True	False
SPA0093_000000028029	1330	0.8498545588403845	3	2	2	2	2	True	113473	backbone	False	FIJ0063_000000016502	0.24390172297560864	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1327.0	92.31299999999999	100.0	0.00046184433789298593	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
AST0153_000000001338	16254	0.8498528402783524	20	8	4	8	2	True	118913	fragment	False	AST0153_000000001338	0.99978184991274		0	0	False	False	0.9999384880065918	0					non-mobilizable	other	11115.0	98.19200000000001	99.0	0.002976242281225171	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0836_000000000811	16044	0.8498528402783524	20	8	4	8	2	True	118913	fragment	False	AST0153_000000001338	0.9933247200689062		0	0	False	False	0.9996883273124695	0					non-mobilizable	other	10925.0	98.22399999999999	99.0	0.0029253617671498797	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0043_01_000000000460	32576	0.8498494804236982	28	18	6	18	10	True	91679	fragment	False	MON0045_000000000446	0.9075362151900757		0	0	False	False	1.0	0					non-mobilizable	other	18920.0	92.18799999999999	91.0	0.44718234918532884	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ENG0103_000000004823	4011	0.8498475914449084	4	4	4	4	4	False	98962	fragment	False	CHI0121_000000002037	0.9941878749659293		0	0	False	False	1.0	0					non-mobilizable	other	4011.0	99.85	100.0	0.0007549386906549738	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
USA0082_01_000000007297	4011	0.8498475914449084	4	4	4	4	4	False	98962	fragment	False	CHI0121_000000002037	0.9941878749659293		0	0	False	False	1.0	0					non-mobilizable	other	4011.0	99.85	100.0	0.0007549386906549738	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
FIJ0113_000000006602	3806	0.8498473901824385	4	4	4	4	3	False	87547	fragment	False	FIJ0113_000000006602	1.0		0	0	False	False	0.9994745254516602	0					non-mobilizable	no_good_hit	544.0	85.478	14.0	0.003959871340983196	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
MON0004_000000004252	6599	0.8498472215019294	7	7	7	6	7	False	79522	maximal	True	MON0004_000000004252	0.9976429918290384		40	9	False	False	0.9993938207626343	0					non-mobilizable	other	6599.0	99.97	100.0	0.0012481971326653077	AP022139.1	enterobacteria	Klebsiella pneumoniae DNA, complete genome, strain: WP5-S18-ESBL-02	False	False
ENG0052_000000005859	4694	0.8498411813074804	5	2	2	2	2	True	92830	fragment	False	ENG0052_000000005859	1.0		0	0	False	False	0.9985087513923645	0					non-mobilizable	no_good_hit	122.0	90.164	3.0	3.5540023249098544e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ENG0205_000000005444	1493	0.8498392620646767	2	2	2	2	1	True	118502	fragment	False	ENG0205_000000005444	1.0		0	0	False	False	0.9698593616485596	0					non-mobilizable	other	1493.0	96.249	100.0	0.00044618262485258167	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ENG0091_000000018745	1318	0.8498378908624876	2	2	2	2	2	False	61155	maximal	False	ISR0029_000000030390	0.975415762834418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	3.0	0.00021198347514863494	NZ_FQWT01000009.1	CFB group bacteria	Chryseobacterium oranimense strain DSM 19055, whole genome shotgun sequence	True	False
ISR0025_000000005235	6829	0.8498367643270712	7	3	3	3	2	True	37392	fragment	False	ISR0025_000000005235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0039_000000014893	1836	0.8498334236564611	4	3	3	2	2	False	7001	maximal	True	SPA0039_000000014893	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	83.529	83.0	0.0002905891447030976	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
SPA0139_000000009373	2882	0.8498324340308786	4	3	3	3	0	True	114337	fragment	False	SPA0139_000000009373	1.0		0	0	False	False	0.9923664331436157	0					non-mobilizable	no_good_hit	877.0	75.941	30.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0290_000000004309	2823	0.8498306061311922	4	4	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.13940631496482137	PS1101	0	0	False	True	0.9936237931251526	0					non-mobilizable	other	2823.0	98.76	100.0	0.0004925742941499384	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
FIJ0032_000000006675	5127	0.8498302192125139	7	2	2	2	2	False	48469	maximal	True	FIJ0032_000000006675	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	97.059	2.0	2.7838674879075757e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0091_000000001139	18301	0.8498295414519172	18	15	1	4	13	True	121600	fragment	False	FIJ0091_000000001139	1.0		0	0	False	True	0.9998907446861267	0					non-mobilizable	other	9963.0	96.648	97.0	0.004187495545329671	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	True
SPA0024_000000002542	6650	0.8498216335714878	8	8	8	8	6	False	77959	maximal	False	CHI0171_000000001034	0.9762503699319325		0	0	False	False	0.99729323387146	0					non-mobilizable	no_good_hit	2011.0	74.888	30.0	0.0033210375275569233	NZ_CABJCG010000002.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ENG0092_000000014298	1608	0.8498152926196791	2	2	2	2	2	True	71201	fragment	False	ENG0191_000000018131	0.9470823798627002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	98.958	48.0	0.0036048415940364816	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
FIJ0038_000000008872	3772	0.8498125448715979	2	2	1	2	0	False	100448	fragment	False	FIJ0038_000000008872	0.9577015163607343		0	0	False	False	0.9936373233795166	0					non-mobilizable	no_good_hit	108.0	83.333	3.0	0.00010572887862324735	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0008_000000006189	3759	0.8498125448715979	2	2	1	2	0	False	100448	fragment	False	FIJ0038_000000008872	0.9561240721102863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0001_000000007131	3586	0.8498125448715979	2	2	1	2	0	False	69503	fragment	False	MAD0001_000000007131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.3365971763429938e-05	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
MON0015_000000010856	3399	0.8498125448715979	2	2	1	2	0	False	92663	fragment	False	MON0015_000000010856	0.9682436811406352		0	0	False	False	0.9947043061256409	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000009799	3219	0.8498125448715979	2	2	1	2	0	False	100447	fragment	False	FIJ0066_000000009799	1.0		0	0	False	False	0.9962721467018127	0					non-mobilizable	no_good_hit								True	False
ISR0775_000000006454	2949	0.8498125448715979	2	2	1	2	0	False	80893	fragment	False	ISR0775_000000006454	1.0		0	0	False	False	0.9867751598358154	0					non-mobilizable	no_good_hit								True	False
ENG0181_000000011812	1712	0.8498059083546562	2	2	1	2	1	False	55272	maximal	True	ENG0181_000000011812	0.9839015151515151		8	4	False	False	0.9906542301177979	0					non-mobilizable	no_good_hit								True	False
SPA0108_000000008278	3596	0.8498046933895737	4	4	3	4	3	False	128050	fragment	False	SPA0108_000000008278	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3596.0	98.943	100.0	0.007517193358104872	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0048_000000007349	4099	0.8498024153526934	6	6	5	6	5	False	53100	maximal	False	FIJ0040_000000005980	0.9728142273731235		0	0	False	False	0.9970724582672119	0					non-mobilizable	no_good_hit	114.0	80.702	3.0	4.072811691005959e-05	NZ_GL892076.1	firmicutes	Centipeda periodontii DSM 2778 SCAFFOLD1, whole genome shotgun sequence	True	False
DEN0090_000000012540	2156	0.8498017395277351	3	3	2	3	2	False	126228	fragment	False	DEN0090_000000012540	0.9389661294839712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	79.861	7.0	0.01135448542438396	NZ_BCFK01000060.1	high GC Gram+	Bifidobacterium aesculapii strain DSM 26737, whole genome shotgun sequence	True	False
SPA0075_000000008048	2346	0.8497996237157462	4	3	2	2	3	False	5787	maximal	True	SPA0075_000000008048	1.0		0	0	False	False	0.9940323829650879	0					non-mobilizable	no_good_hit	1014.0	81.46	43.0	0.02329300514532054	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
CAN0016_000000028119	1667	0.8497928088603135	2	2	2	2	2	False	92797	fragment	False	CAN0016_000000028119	0.9723294723294723		0	0	False	False	0.9826034903526306	0					non-mobilizable	other	1667.0	98.8	100.0	0.0057382582698428004	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
CHI0173_000000014127	1267	0.8497908330068689	2	2	2	2	2	False	77867	fragment	False	CHI0173_000000014127	0.9931672025723473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	87.33	17.0	7.405071194710625e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0051_000000003593	7490	0.8497872229370268	9	4	4	4	3	False	116213	fragment	False	SPA0013_000000002713	0.8546565736219953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	95.18700000000001	27.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0084_000000028265	1254	0.8497816194685419	2	2	1	1	2	False	111231	maximal	False	ISR0378_000000025429	0.9797161214449781		0	0	False	False	0.99920254945755	0					non-mobilizable	chromosome	1255.0	98.884	100.0	0.00034909698298361	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0170_000000012229	1161	0.8497816194685419	3	2	1	1	2	False	111231	maximal	False	ISR0378_000000025429	0.6836445440307175		0	0	False	False	1.0	0					non-mobilizable	chromosome	1161.0	98.708	100.0	0.000322650241848488	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0128_000000024461	1438	0.8497687886846904	3	2	2	1	1	True	87079	fragment	False	MON0032_000000016300	0.18834464609448573		0	0	False	False	1.0	0					non-mobilizable	chromosome	1441.0	92.29700000000001	100.0	0.0005070773817022345	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0046_000000034964	1105	0.8497590121803759	2	2	2	1	1	False	127752	fragment	False	DEN0083_000000022423	0.25855743503400974		0	0	False	False	0.9728506803512573	0					non-mobilizable	other	1086.0	100.0	98.0	0.02074887172033963	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0092_000000043421	1285	0.8497553753417723	2	2	2	1	1	False	9425	fragment	False	MON0092_000000043421	1.0		0	0	False	False	0.998443603515625	0					non-mobilizable	other	1266.0	83.491	98.0	0.00024211521351248072	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	False
ENG0137_000000007474	2227	0.8497516445179372	4	2	2	2	1	False	57976	maximal	False	FIJ0058_000000017720	0.9473416630327862		0	0	False	False	0.9851818680763245	0					non-mobilizable	no_good_hit	883.0	74.632	39.0	0.06107784431137724	NZ_JNJN01000058.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00056.56_C, whole genome shotgun sequence	True	False
CAN0001_000000014857	3147	0.8497445020066767	4	2	1	1	1	True	102392	fragment	False	CAN0001_000000014857	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1615.0	97.337	58.0	0.26284875183553597	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
CAN0011_000000011947	2549	0.8497445020066767	4	2	1	1	1	True	102395	backbone	True	CAN0011_000000011947	1.0	PS595	88	9	True	True	1.0	1					non-mobilizable	other	2549.0	99.725	100.0	0.5025641025641026	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0010_01_000000011282	2384	0.8497445020066767	4	2	1	1	1	True	102382	fragment	False	USA0010_01_000000011282	1.0		0	0	False	False	0.9995805621147156	0					non-mobilizable	no_good_hit	1735.0	95.965	73.0	0.4006010171058715	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	True	True
CHI0103_000000001071	1956	0.8497445020066767	4	2	1	1	1	True	83855	fragment	False	CHI0103_000000001071	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1799.0	98.555	100.0	0.3591549295774648	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CAN0004_000000015088	1853	0.8497445020066767	3	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9952594422001916		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	99.78399999999999	100.0	0.3652859960552268	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0089_01_000000004155	1835	0.8497445020066767	3	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9952998092810453		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	99.837	100.0	0.36173570019723866	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0101_000000006716	1819	0.8497445020066767	3	2	1	1	1	True	102404	fragment	False	ENG0064_000000011219	0.9806047791589563		0	0	False	False	1.0	0					non-mobilizable	plasmid	1819.0	99.45	100.0	0.36579476861167004	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
CHI0101_000000006736	1810	0.8497445020066767	3	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9914677713154354		0	0	False	False	1.0	0					non-mobilizable	other	1810.0	99.50299999999999	100.0	0.35680473372781063	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0035_01_000000014086	1802	0.8497445020066767	3	2	1	1	1	True	1418	fragment	False	USA0035_01_000000014086	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1826.0	83.29700000000001	100.0	0.35384615384615387	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0106_01_000000005067	1795	0.8497445020066767	3	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9934263385342623		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	99.889	100.0	0.35384615384615387	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AUS0004_000000011431	1795	0.8497445020066767	3	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9934263385342623		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	99.889	100.0	0.35384615384615387	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CAN0003_000000027607	1788	0.8497445020066767	3	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9887178246338155		0	0	False	False	1.0	0					non-mobilizable	other	1797.0	99.38799999999999	100.0	0.3542406311637081	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ITA0003_000000003415	1781	0.8497445020066767	3	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9898304960587183		0	0	False	False	1.0	0					non-mobilizable	other	1781.0	99.775	100.0	0.3510848126232742	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CAN0014_000000027585	1774	0.8497445020066767	3	2	1	1	1	True	102381	fragment	False	CAN0014_000000027585	1.0		0	0	False	False	0.9983088970184326	0					non-mobilizable	other	1778.0	94.76899999999999	100.0	0.40984743411927876	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	False	True
USA0036_01_000000018392	1770	0.8497445020066767	3	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.987186173432061		0	0	False	False	0.9994350075721741	0					non-mobilizable	other	1770.0	99.774	100.0	0.34891518737672583	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0848_000000010184	1735	0.8497445020066767	3	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9740143409313389		0	0	False	False	0.9913544654846191	0					non-mobilizable	other	1735.0	99.82700000000001	100.0	0.34201183431952664	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0093_000000021803	1734	0.8497445020066767	2	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9503855635762127		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	99.88	96.0	0.32879684418145955	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0064_000000012909	1721	0.8497445020066767	2	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.971311085973278		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	99.82600000000001	100.0	0.33925049309664695	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ITA0001_000000001805	1715	0.8497445020066767	2	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9701401363876156		0	0	False	False	0.9994168877601624	0					non-mobilizable	other	1715.0	99.708	100.0	0.3380670611439842	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0199_000000017852	1715	0.8497445020066767	2	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9706273523464901		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	99.76700000000001	100.0	0.3380670611439842	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0029_000000015613	1715	0.8497445020066767	2	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9706553583540881		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	99.76700000000001	100.0	0.3380670611439842	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0023_01_000000017887	1715	0.8497445020066767	2	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9707466783131444		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	99.76700000000001	100.0	0.3380670611439842	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0287_000000007641	1715	0.8497445020066767	2	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9706838495216313		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	99.76700000000001	100.0	0.3380670611439842	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0184_000000005047	1703	0.8497445020066767	3	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.9441834941482036		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	99.765	100.0	0.3357001972386588	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0079_01_000000007890	1650	0.8497445020066767	2	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.8481015227301931		0	0	False	False	0.9909090995788574	0					non-mobilizable	other	1650.0	99.515	100.0	0.3252465483234714	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0326_000000012826	1579	0.8497445020066767	2	2	1	1	1	True	102378	fragment	False	USA0089_01_000000004155	0.4183533877931991		0	0	False	False	1.0	0					non-mobilizable	other	1579.0	99.93700000000001	100.0	0.31124260355029587	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0287_000000010306	1362	0.8497445020066767	2	2	1	1	1	True	83854	fragment	False	ISR0287_000000010306	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1363.0	97.579	100.0	0.2738430583501006	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
BAN0036_000000000949	1347	0.8497445020066767	2	2	1	1	1	True	97656	fragment	False	BAN0036_000000000949	1.0		0	0	False	False	0.9086859822273254	0					non-mobilizable	other	1219.0	96.39	95.0	0.2810910772075821	NZ_RCXZ01000085.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0085, whole genome shotgun sequence	False	True
CHI0089_000000007521	1221	0.8497445020066767	2	2	1	1	1	True	83851	fragment	False	CHI0089_000000007521	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1221.0	99.509	100.0	0.2454728370221328	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0045_000000011010	2319	0.8497437831366492	3	2	0	2	1	False	36250	fragment	False	ISR0045_000000011010	1.0		0	0	False	False	0.998275101184845	0					non-mobilizable	no_good_hit	208.0	80.288	9.0	0.038636363636363635	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	False
MON0001_000000023705	1467	0.8497387231519926	3	2	1	2	1	True	14375	fragment	False	MON0001_000000023705	1.0		0	0	False	False	0.9890933632850647	0					non-mobilizable	no_good_hit								True	True
ISR0354_000000006741	2857	0.8497311816010951	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.480547612678481		0	0	False	False	1.0	0					non-mobilizable	chromosome	2859.0	97.06200000000001	100.0	0.0009954923992621645	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0103_000000008787	1891	0.8497299900463507	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.19324921333764047		0	0	False	False	1.0	0					non-mobilizable	chromosome	1550.0	98.71	99.0	0.0005443692573699831	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
USA0026_01_000000018549	1741	0.8497299900463507	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.17244988206368136		0	0	False	False	0.9867892265319824	0					non-mobilizable	chromosome	1741.0	99.024	100.0	0.0006114929036951392	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0378_000000018668	1645	0.8497299900463507	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.16177576119503423		0	0	False	False	0.9975683689117432	0					non-mobilizable	other	1648.0	98.24	100.0	0.0005977661848099841	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0101_000000003131	11886	0.8497268604211997	10	9	6	7	7	False	119751	fragment	False	SPA0103_000000001197	0.9229357433125541		0	0	False	False	1.0	0					non-mobilizable	other	8605.0	99.54700000000001	99.0	0.0013743616382505736	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
MON0083_000000002665	8225	0.8497143828298934	8	6	3	3	5	True	120069	maximal	True	MON0083_000000002665	1.0	PS827	9	2	False	True	0.9961094260215759	0	rep_cluster_1143				non-mobilizable	no_good_hit	5129.0	99.22	62.0	0.0042817505412723845	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
FIJ0107_000000019228	1319	0.8497074711979397	3	1	1	1	1	False	42260	maximal	True	FIJ0107_000000019228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	74.667	11.0	0.0002678722741262717	NZ_FUZQ01000005.1	high GC Gram+	Krasilnikoviella flava strain DSM 21481, whole genome shotgun sequence	True	False
ISR0384_000000004811	3151	0.8496964828389756	6	2	2	2	2	False	121374	maximal	True	ISR0384_000000004811	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1985.0	99.446	82.0	0.0006253520363183281	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0018_000000010263	2055	0.8496964828389756	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.662666292730678		0	0	False	False	0.9965936541557312	0					non-mobilizable	chromosome	1985.0	99.446	97.0	0.0006253520363183281	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0303_000000006490	1983	0.8496964828389756	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6613093252732088		0	0	False	False	1.0	0					non-mobilizable	chromosome	1983.0	99.49600000000001	100.0	0.0006247216411204266	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0283_000000007024	1911	0.8496964828389756	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.5662444814767856		0	0	False	False	1.0	0					non-mobilizable	chromosome	1911.0	99.477	100.0	0.0006020274139959712	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0075_000000013637	1911	0.8496964828389756	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.5663232315557468		0	0	False	False	1.0	0					non-mobilizable	chromosome	1911.0	99.42399999999999	100.0	0.0006020274139959712	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0029_000000020388	1563	0.8496894418993414	2	2	2	2	2	False	48854	fragment	False	FIJ0029_000000020388	1.0		0	0	False	False	0.9987204074859619	0					non-mobilizable	other	1518.0	87.87899999999999	97.0	0.008769438535683443	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
MON0037_000000033742	2112	0.8496859043413837	3	3	3	3	3	False	12101	maximal	True	MON0037_000000033742	1.0		5	1	False	False	0.9962121248245239	0					non-mobilizable	no_good_hit	421.0	72.447	20.0	0.0031227842563398556	NZ_FQXV01000014.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0105_000000007550	6666	0.8496819859453002	6	4	4	4	3	False	126214	maximal	True	MON0105_000000007550	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	75.14	5.0	0.006722720902927698	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
ENG0114_000000003971	4668	0.8496727549107869	4	3	1	3	3	False	83097	fragment	False	ENG0114_000000003971	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2961.0	98.75	66.0	0.0007175197475494035	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
MAD0017_000000002761	1557	0.8496712834287307	3	3	3	2	2	False	19375	maximal	True	MAD0017_000000002761	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	78.23100000000001	9.0	4.475060027529335e-05	NZ_CP019698.1	firmicutes	Desulfotomaculum ferrireducens strain GSS09 chromosome, complete genome	True	False
FIJ0079_000000004406	6693	0.8496531641246392	8	7	5	5	6	False	44407	fragment	False	FIJ0079_000000004406	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6694.0	99.089	100.0	0.047968919122337944	AP022016.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-ESBL-03_2 DNA, complete genome, strain: WP3-S18-ESBL-03	False	True
ISR0310_000000004447	3558	0.8496505782154079	5	5	5	4	4	False	63879	fragment	False	FIJ0020_000000006331	0.9858953487152506		0	0	False	False	1.0	0					non-mobilizable	chromosome	3558.0	99.916	100.0	0.0006719848622988344	CP041934.1	enterobacteria	Klebsiella pneumoniae strain KP14003 chromosome, complete genome	False	False
ISR0363_000000010066	1858	0.8496399268919319	3	3	2	2	2	False	36922	fragment	False	ISR0363_000000010066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000000021	100995	0.849638832056265	139	55	30	40	36	False	103164	maximal	True	AUS0002_000000000021	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	79.365	0.0	0.0001505160682021345	NC_015682.1	bacteria	Thermodesulfobacterium geofontis OPF15, complete sequence	True	False
ISR0320_000000020829	1285	0.8496382355166667	2	2	2	2	1	True	92765	fragment	False	USA0113_01_000000011635	0.07063464433277115		0	0	False	False	1.0	0					non-mobilizable	chromosome	1285.0	99.066	100.0	0.00028091344124872586	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
CAN0020_000000005721	6169	0.8496365896679366	5	5	3	5	4	False	121326	fragment	False	CAN0020_000000005721	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3562.0	96.575	81.0	0.001979229212533636	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
ISR0173_000000000492	12965	0.8496242548293579	20	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.6224069195429707	PS943|PS946|PS949	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	975.0	77.538	7.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ENG0181_000000001763	12878	0.8496242548293579	20	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.622315922536509	PS943|PS946|PS949	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1603.0	73.113	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0030_000000002413	10716	0.849621637612195	12	4	1	3	3	False	84554	maximal	True	SPA0030_000000002413	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	80.556	3.0	7.036605796348859e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0236_000000003380	2944	0.8496109855456274	3	3	3	3	3	False	90830	fragment	False	ISR0236_000000003380	1.0		0	0	False	False	0.99660325050354	0					non-mobilizable	no_good_hit	1014.0	80.868	60.0	0.0001901940827042962	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0299_000000005164	2140	0.8496042588842753	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.20789042884081707		0	0	False	False	0.9995326995849609	0					non-mobilizable	other	2140.0	96.916	100.0	0.008205210826735409	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0006_000000004481	3278	0.849601094830315	3	3	3	2	3	False	127600	fragment	False	SPA0067_000000006594	0.9841259536768839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	87.79700000000001	9.0	0.003947925631463191	NZ_CYZO01000015.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0140_000000008562	3033	0.849601094830315	3	3	3	2	3	False	127600	fragment	False	SPA0067_000000006594	0.9378251165043784		0	0	False	False	0.9960435032844543	0					non-mobilizable	no_good_hit	67.0	92.537	2.0	0.004123711340206186	NZ_LNAM01000192.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf65, whole genome shotgun sequence	True	False
MAD0023_000000010958	1301	0.8496010522895046	2	2	1	2	1	False	19221	maximal	True	MAD0023_000000010958	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000011319	2349	0.849598413559432	3	3	3	3	3	False	115907	fragment	False	DEN0090_000000011319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.143084418206671e-06	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
ISR0097_000000006774	3874	0.8495971104733078	4	3	3	3	3	False	92334	fragment	False	ISR0097_000000006774	0.961785673690651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	99.177	47.0	0.9994511525795828	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
ISR0832_000000009534	1400	0.8495929650841487	2	2	2	2	2	False	21000	maximal	True	ISR0832_000000009534	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	99.06200000000001	61.0	0.0032682747192045664	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0034_000000004387	6655	0.8495905757332546	8	5	5	5	4	False	48179	fragment	False	FIJ0034_000000004387	1.0		0	0	False	True	0.9986476302146912	0					non-mobilizable	no_good_hit	2383.0	98.741	36.0	0.04476181527764728	NZ_JHWQ01000014.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00014.14_C, whole genome shotgun sequence	True	True
FIJ0048_000000029613	1175	0.8495876304449363	2	2	2	2	1	False	46699	fragment	False	FIJ0048_000000029613	1.0		0	0	False	False	0.999148964881897	0					non-mobilizable	no_good_hit	823.0	78.493	70.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0147_000000000907	14491	0.8495867074151559	16	7	6	7	3	False	47833	fragment	False	FIJ0147_000000000907	1.0		0	0	False	False	0.9988268613815308	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0015795939858421577	NZ_AVBF01000071.1	firmicutes	Pontibacillus yanchengensis Y32 contig79, whole genome shotgun sequence	True	False
SPA0030_000000022792	1327	0.8495680717895286	2	1	0	1	1	True	7306	fragment	False	SPA0030_000000022792	1.0		0	0	False	False	0.9593067169189453	0					non-mobilizable	no_good_hit								True	True
CAN0021_000000009122	4516	0.8495658953126622	2	2	2	2	2	False	91652	fragment	False	CAN0021_000000009122	0.998574144486692		0	0	False	False	0.9960141777992249	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000007520	4234	0.8495658953126622	3	2	2	2	2	False	81278	maximal	True	ENG0079_000000007520	1.0		4	1	False	False	0.99881911277771	0					non-mobilizable	no_good_hit								True	False
ENG0093_000000002981	4208	0.8495658953126622	2	2	2	2	2	False	91652	fragment	False	CAN0021_000000009122	0.9645704162976085		0	0	False	False	0.9973859190940857	0					non-mobilizable	no_good_hit								True	False
ENG0170_000000003545	3286	0.8495621939470988	5	4	3	3	3	True	131620	maximal	True	ENG0170_000000003545	1.0		1	1	False	False	0.9990870356559753	0					non-mobilizable	no_good_hit	1720.0	99.244	52.0	0.03966129850952886	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	True	True
ISR0246_000000007287	2771	0.8495586417108042	3	2	1	2	1	False	117018	fragment	False	ISR0246_000000007287	0.7174381362255424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000024111	1243	0.8495550856350543	2	1	1	1	1	False	58994	fragment	False	ENG0122_000000024111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	98.69	55.0	0.018292845524119358	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
ISR0328_000000011223	2523	0.8495545338521958	3	2	2	2	1	False	24750	maximal	True	ISR0328_000000011223	1.0		0	0	False	False	0.993261992931366	0					non-mobilizable	no_good_hit	593.0	96.12100000000001	24.0	0.0018801469817606687	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
MON0023_000000008807	2347	0.8495350073695161	4	4	4	2	1	True	12983	maximal	True	MON0023_000000008807	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	99.758	35.0	0.2780586450960566	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0359_000000011567	2270	0.8495345751755158	3	3	3	3	3	False	23821	maximal	True	ISR0359_000000011567	1.0		0	0	False	False	0.9894273281097412	0					non-mobilizable	no_good_hit	1401.0	74.732	61.0	0.0016082273525615254	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0168_000000015652	1477	0.8495324286568866	3	2	1	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.08413700393756152		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	97.24600000000001	100.0	0.008570737382929948	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0079_000000020121	1316	0.8495236400770578	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.03396074728824691		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	79.671	91.0	0.01676149040606872	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0026_000000000214	33016	0.8495233632233595	61	10	5	7	6	False	127079	fragment	False	SPA0026_000000000214	1.0		0	0	False	False	0.9998485445976257	0					non-mobilizable	no_good_hit	40.0	100.0	0.0	1.3261494570438088e-05	CP020391.1	b-proteobacteria	Burkholderia thailandensis strain FDAARGOS_238 chromosome 2, complete sequence	True	False
SPA0028_000000000684	19153	0.8495233632233595	34	10	5	7	6	False	127078	fragment	False	SPA0028_000000000684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	4.443591604011408e-07	CP011900.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 15 sequence	True	False
ENG0068_000000002774	8145	0.8495228004922649	9	5	4	5	2	False	96802	maximal	False	MON0046_000000002062	0.6180940866781601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	92.22	11.0	0.005615113044488476	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
MON0076_000000001333	17191	0.8495196589674413	15	6	2	4	2	True	10323	fragment	False	MON0076_000000001333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.2978964343540208e-05	NZ_WBJY01000001.1	high GC Gram+	Pseudoclavibacter endophyticus strain EGI 60007 Scaffold1_1, whole genome shotgun sequence	True	True
MON0019_000000000131	74383	0.8495160698580366	90	30	11	20	17	True	13247	maximal	True	MON0019_000000000131	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1596.0	77.882	9.0	0.008344813806013315	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
ENG0030_000000008537	2352	0.8495131883496723	2	1	1	1	1	False	111975	fragment	False	SPA0150_000000008005	0.975904995520037		0	0	False	False	0.9766156673431396	0					non-mobilizable	no_good_hit	65.0	100.0	3.0	0.0005343976753701121	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0188_000000009501	2251	0.8495131883496723	3	1	1	1	1	False	111975	fragment	False	SPA0150_000000008005	0.9665742197455351		0	0	False	False	0.9955575466156006	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.0006512971668573242	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0157_000000022246	1427	0.8495098683809237	3	2	2	2	2	False	30534	fragment	False	ISR0157_000000022246	1.0		0	0	False	False	0.9740715026855469	0					non-mobilizable	no_good_hit	202.0	79.208	14.0	0.0005831092681978684	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
CAN0002_000000005922	3029	0.8495085132657979	3	3	2	3	1	True	96954	maximal	True	CAN0002_000000005922	1.0		3	1	False	False	0.9980191588401794	0					non-mobilizable	no_good_hit	2668.0	99.625	88.0	0.0008032014822033801	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0157_000000009724	3117	0.8495024491451757	4	4	4	3	3	False	121535	fragment	False	ISR0157_000000009724	0.98715348086448		0	0	False	False	0.9977542757987976	0					non-mobilizable	no_good_hit	2622.0	95.385	85.0	0.0004991208644918322	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
MON0106_000000015948	2567	0.8494984777871398	4	4	4	4	4	False	18952	fragment	False	MON0106_000000015948	0.9845007700225445		0	0	False	False	0.9918192625045776	0					non-mobilizable	no_good_hit	1826.0	76.123	70.0	0.0002543463299320746	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
AST0153_000000018231	1824	0.8494927904319256	2	2	1	2	1	True	103368	maximal	True	AST0153_000000018231	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	1.0256626659961764e-05	NZ_CP015109.1	firmicutes	Sporosarcina ureae strain P17a chromosome, complete genome	True	True
ENG0008_000000004368	5120	0.8494913318581206	3	3	3	3	1	True	67480	fragment	False	ENG0008_000000004368	1.0		0	0	False	False	0.999804675579071	0					non-mobilizable	plasmid	2974.0	88.568	97.0	0.04077594675743362	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0165_000000009334	2254	0.8494906417593099	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.32083561052590465		0	0	False	False	0.9986690282821655	0					non-mobilizable	no_good_hit	650.0	87.846	29.0	0.00019699235968487322	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
DEN0056_000000001140	2184	0.8494877570368653	4	3	2	1	2	False	92079	fragment	False	DEN0056_000000001140	0.9587202373784836		0	0	False	False	0.9981684684753418	0					non-mobilizable	other	2185.0	90.389	100.0	0.00459482918443362	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
ISR0280_000000006636	1964	0.8494803027758907	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.17728247623061294		0	0	False	False	1.0	0					non-mobilizable	virus	1785.0	96.07799999999999	91.0	0.04754539878936562	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
MON0085_000000029452	1109	0.8494766170661405	1	1	1	1	1	False	45670	fragment	False	FIJ0062_000000024049	0.24006183745583037		0	0	False	False	0.9810640215873718	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000011652	3654	0.8494763456110449	6	1	1	1	1	False	72598	maximal	True	DEN0051_000000011652	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0010_000000017329	2580	0.8494739407953731	3	2	2	2	1	False	86394	fragment	False	DEN0010_000000017329	0.9826839826839827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	96.236	45.0	0.0005830120189401471	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0118_000000006005	2541	0.8494739407953731	3	2	2	2	1	False	86394	fragment	False	DEN0010_000000017329	0.975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	96.22200000000001	49.0	0.0006204806576895139	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0193_000000000747	23770	0.8494606009953991	33	12	5	12	4	True	118919	fragment	False	SPA0089_000000000589	0.8161374538107357		0	0	False	False	1.0	0					non-mobilizable	other	15463.0	97.665	99.0	0.004137389170859177	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0140_000000014274	2020	0.849458659155398	3	3	3	3	3	False	105537	fragment	False	AST0140_000000014274	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2020.0	99.554	100.0	0.0010086557551329538	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0006_000000000950	4644	0.8494537883744915	7	7	3	5	5	True	123556	backbone	False	ISR0826_000000002301	0.4787367391912248	PS902	0	0	False	True	0.9987080097198486	0	rep_cluster_1702				non-mobilizable	plasmid	4644.0	99.935	100.0	0.1405351413523821	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0148_000000018816	1547	0.8494496256164105	3	3	3	3	2	False	104380	fragment	False	ENG0093_000000007624	0.9139901099072428		0	0	False	False	1.0	0					non-mobilizable	other	1547.0	99.095	100.0	0.010631786704077353	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0146_000000030750	1393	0.8494462434841801	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.5518716629355691		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	99.713	100.0	0.0007077666200584721	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	False
USA0024_01_000000009369	2518	0.8494436614588633	3	2	2	2	1	False	94106	fragment	False	USA0024_01_000000009369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	94.318	45.0	0.0001761799470843606	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CAN0016_000000011916	3983	0.8494315488119697	6	2	2	1	1	True	92994	fragment	False	CAN0016_000000011916	1.0		0	0	False	False	0.9959829449653625	0					non-mobilizable	no_good_hit								True	True
SPA0126_000000011167	3497	0.8494315488119697	5	2	2	1	1	True	60861	fragment	False	SPA0126_000000011167	0.983618875864142		0	0	False	False	0.9885616302490234	0					non-mobilizable	no_good_hit								True	True
MON0047_000000011424	3327	0.8494315488119697	4	2	2	1	1	True	60861	fragment	False	SPA0126_000000011167	0.9601086645696311		0	0	False	False	0.97445148229599	0					non-mobilizable	no_good_hit	99.0	100.0	3.0	0.00021252786717442033	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	True
MON0069_000000016715	2858	0.8494315488119697	3	2	2	1	1	True	60860	fragment	False	MON0069_000000016715	1.0		0	0	False	False	0.9888033866882324	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.025541497012703e-06	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ENG0106_000000008343	2526	0.8494277077075648	3	3	3	3	3	False	60086	fragment	False	ENG0106_000000008343	0.9773022880192713		0	0	False	False	0.9996041059494019	0					non-mobilizable	no_good_hit	2239.0	97.27600000000001	89.0	0.01602573287102043	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CAN0001_000000004970	9045	0.8494267213357434	15	7	2	4	6	False	105367	maximal	True	CAN0001_000000004970	0.9714172515281865		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	6631.0	85.9	73.0	0.0014739308409011445	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
FIJ0063_000000021504	1350	0.8494262969010162	2	2	2	2	2	False	45553	fragment	False	ISR0040_000000018982	0.9716157205240175		0	0	False	False	0.9962962865829468	0					non-mobilizable	no_good_hit	846.0	76.47800000000001	69.0	0.030989140873162443	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	True	False
SPA0139_000000010356	2632	0.8494242664780604	5	4	3	4	2	False	109766	maximal	True	SPA0139_000000010356	1.0		2	2	False	False	0.9996200799942017	0					non-mobilizable	no_good_hit	1052.0	99.43	47.0	0.0037373406918525262	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0117_000000012189	2200	0.8494223009559887	3	2	2	2	2	False	86388	fragment	False	ISR0117_000000012189	1.0		0	0	False	False	0.9990909099578857	0					non-mobilizable	no_good_hit	1156.0	96.28	53.0	0.0005765174548902569	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0053_000000018201	1821	0.8494137383961067	2	1	0	1	0	True	6474	fragment	False	SPA0053_000000018201	1.0		0	0	False	False	0.9961559772491455	0					non-mobilizable	no_good_hit								True	True
MAD0101_000000006750	3963	0.8493916858455998	5	4	4	4	3	True	15121	fragment	False	MAD0101_000000006750	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	3796.0	96.391	96.0	0.03407742909522269	CP055969.1	enterobacteria	Escherichia coli strain RHB10-C14 plasmid pRHB10-C14_3, complete sequence	False	True
MON0053_000000033601	1229	0.8493756128710679	2	2	2	1	1	False	11163	fragment	False	MON0053_000000033601	1.0		0	0	False	False	0.9991863369941711	0					non-mobilizable	other	1229.0	98.861	100.0	0.000328848796233985	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
DEN0034_000000002178	3085	0.8493730249815762	4	4	4	4	3	False	99561	maximal	True	DEN0034_000000002178	1.0		47	10	False	False	0.996110200881958	0					non-mobilizable	no_good_hit	1117.0	91.316	36.0	0.002729894924799121	NZ_FNRI01000003.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
ISR0005_000000008603	1745	0.8493593874741361	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.6821739117817232		0	0	False	False	0.9959885478019714	0					non-mobilizable	other	1745.0	98.052	100.0	0.015987386099041122	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0077_000000033909	1112	0.8493518804375637	2	2	2	2	2	False	111799	fragment	False	AST0061_000000035513	0.9564297800338408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	75.589	42.0	0.00010873452969497734	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
FIJ0048_000000015024	2172	0.8493503253662381	4	3	3	3	1	False	57976	maximal	False	FIJ0058_000000017720	0.6371982822449281		0	0	False	False	0.9995396137237549	0					non-mobilizable	no_good_hit	88.0	82.955	4.0	0.0017778145284657047	NZ_CACVNJ010000021.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
MAD0003_000000013492	2056	0.8493443624193462	3	3	1	1	3	True	20099	fragment	False	MAD0003_000000013492	1.0		0	0	False	False	1.0	0	IncX1				non-mobilizable	plasmid	2056.0	99.95100000000001	100.0	0.016760733394232025	MT219826.1	enterobacteria	Escherichia coli strain RW8-1 plasmid pRW8-1_122k_tetX, complete sequence	False	True
ISR0330_000000009987	2803	0.8493419499322941	2	2	2	2	2	False	103267	fragment	False	ISR0330_000000009987	1.0		0	0	False	False	0.9996432662010193	0					non-mobilizable	other	2804.0	94.9	100.0	0.006194209011446686	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0208_000000005016	5738	0.8493402229518342	3	3	2	3	3	False	127858	maximal	True	ENG0208_000000005016	1.0		0	0	False	False	0.996165931224823	0					non-mobilizable	no_good_hit	1419.0	99.366	25.0	0.00034741708757583047	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0023_01_000000006526	4927	0.8493402229518342	4	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.7373193614683768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.551	24.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0106_000000004892	3752	0.8493402229518342	4	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.12205523197551567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.87200000000001	27.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0179_000000026176	1224	0.8493332604395096	2	1	1	1	1	False	55367	fragment	False	ENG0179_000000026176	1.0		0	0	False	False	0.9910130500793457	0					non-mobilizable	no_good_hit	237.0	97.046	19.0	5.7616807043274635e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0023_000000007864	3898	0.8493325340039325	5	5	3	4	5	False	98384	fragment	False	FIJ0038_000000008546	0.9483487654673849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	82.831	8.0	0.0078562874251497	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
CHI0105_000000004599	1500	0.8493203990330204	1	1	1	1	1	False	83187	fragment	False	CHI0105_000000004599	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	92.913	19.0	4.410902763589374e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0045_000000008443	2666	0.8493183559026029	3	3	3	3	2	False	128395	fragment	False	MON0045_000000008443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	70.57600000000001	54.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0141_000000003286	8357	0.8493164981777429	16	3	1	3	2	False	80157	maximal	True	CHI0141_000000003286	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	1.0	0.00171163914619412	NZ_JAAIPV010000047.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_47_length_29796_cov_89.5251, whole genome shotgun sequence	True	False
CHI0035_000000001719	5741	0.8493152469707121	6	6	5	6	6	False	88126	maximal	True	CHI0035_000000001719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	93.029	42.0	0.0007095480487428659	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0180_000000003596	4015	0.8493097502720891	6	4	4	4	3	False	77491	maximal	True	CHI0180_000000003596	1.0		1	1	False	False	0.9985055923461914	0					non-mobilizable	other	2560.0	91.133	99.0	0.0008062292013376779	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0152_000000013820	1705	0.8493060113272736	2	2	2	2	2	False	30794	fragment	False	ISR0152_000000013820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	80.27	35.0	0.00016456984716555026	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0036_01_000000003730	10520	0.8492874309170876	16	11	8	10	5	True	26060	maximal	True	USA0036_01_000000003730	1.0		1	1	False	False	0.9998098611831665	0					non-mobilizable	no_good_hit	47.0	93.617	0.0	5.716764162351131e-05	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ISR0793_000000005657	2731	0.8492700939303243	4	2	2	2	2	False	22019	fragment	False	ISR0793_000000005657	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	99.94200000000001	100.0	0.010628265104793578	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CAN0018_000000021194	1610	0.8492680779727763	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9869222449737092		0	0	False	False	1.0	0					non-mobilizable	other	1610.0	99.876	100.0	0.00030280404454307756	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0010_000000013397	1609	0.8492680779727763	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9869039767968731		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	99.876	100.0	0.000302615733570103	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0393_000000011345	1579	0.8492680779727763	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9815984393440536		0	0	False	False	1.0	0					non-mobilizable	other	1579.0	99.74700000000001	100.0	0.0002754366534970244	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
USA0117_01_000000013275	1563	0.8492680779727763	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9802135852626023		0	0	False	False	1.0	0					non-mobilizable	other	1563.0	99.87200000000001	100.0	0.0002939534288132737	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0060_000000009197	1562	0.8492680779727763	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.980064682191315		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	99.87200000000001	100.0	0.00029376511784029913	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0037_000000024056	1487	0.8492680779727763	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9432096355437318		0	0	False	False	1.0	0					non-mobilizable	other	1487.0	99.866	100.0	0.0002796417948672078	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0071_000000007956	2620	0.8492643566494459	3	3	3	3	3	False	117891	fragment	False	ISR0128_000000013152	0.7102603905096714		0	0	False	False	0.9992366433143616	0					non-mobilizable	chromosome	1905.0	97.008	100.0	0.0006001362284022665	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0096_000000019422	1886	0.8492637389327221	3	3	3	3	2	False	89335	fragment	False	FIJ0096_000000019422	0.9872013651877133		0	0	False	False	0.9968186616897583	0					non-mobilizable	no_good_hit	1264.0	72.389	65.0	0.0003539894353882699	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0222_000000011049	5433	0.8492590197510356	5	5	4	5	3	False	126671	fragment	False	ISR0222_000000011049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	2.0	9.935479857758486e-05	NZ_KB946300.1	firmicutes	Enterococcus pallens ATCC BAA-351 acvKb-supercont1.1, whole genome shotgun sequence	True	False
MAD0064_000000005003	3763	0.8492566820836759	3	2	1	2	1	False	16684	maximal	True	MAD0064_000000005003	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0046_000000017836	1808	0.8492545662073216	3	2	2	2	1	False	47763	fragment	False	FIJ0046_000000017836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000004979	4850	0.8492489065246449	5	4	2	4	2	False	130231	maximal	True	ISR0360_000000004979	1.0		6	1	False	False	0.9997938275337219	0					non-mobilizable	no_good_hit	3101.0	86.52	64.0	0.13268150435267378	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0021_000000007051	2100	0.8492360674935726	3	3	3	3	2	False	42561	fragment	False	FIJ0132_000000015062	0.9793621013133208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	78.339	39.0	0.00015476728253414635	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CHI0174_000000011466	1331	0.8492340145215441	2	1	1	1	1	False	77781	fragment	False	CHI0174_000000011466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000002799	5477	0.8492246414190907	9	4	3	4	4	False	89930	maximal	True	MAD0096_000000002799	1.0		1	1	False	False	0.9992696642875671	0					non-mobilizable	no_good_hit	2001.0	96.45200000000001	55.0	0.4602442959207191	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	True	False
ISR0843_000000006790	2426	0.8492211302453426	3	1	1	1	1	False	20734	maximal	True	ISR0843_000000006790	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	99.90700000000001	44.0	0.005849033035903396	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CHI0131_000000010375	1704	0.8492211302453426	2	1	1	1	1	False	89237	fragment	False	CHI0131_000000010375	1.0		0	0	False	False	0.9923709034919739	0					non-mobilizable	chromosome	1704.0	99.589	100.0	0.0004270596217385893	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0073_000000007026	1562	0.8492211302453426	2	1	1	1	1	False	89235	fragment	False	ENG0108_000000010095	0.5544484177621987		0	0	False	False	1.0	0					non-mobilizable	chromosome	1562.0	99.16799999999999	100.0	0.0003914295005359573	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
USA0038_01_000000009755	1453	0.8492211302453426	2	1	1	1	1	False	89235	fragment	False	ENG0108_000000010095	0.4796687396365518		0	0	False	False	1.0	0					non-mobilizable	chromosome	1453.0	99.725	100.0	0.0003640796187677398	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0058_000000021649	1406	0.8492211302453426	1	1	1	1	1	False	89235	fragment	False	ENG0108_000000010095	0.41174244983205405		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	99.431	100.0	0.00763035414618781	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
USA0032_01_000000015678	1352	0.8492211302453426	2	1	1	1	1	False	89235	fragment	False	ENG0108_000000010095	0.21024613238505355		0	0	False	False	0.9985207319259644	0					non-mobilizable	other	1317.0	99.544	97.0	0.007147007869311856	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0021_000000007964	1163	0.8492211302453426	1	1	1	1	1	False	89234	fragment	False	DEN0072_000000013907	0.9805995779196475		0	0	False	False	1.0	0					non-mobilizable	chromosome	1161.0	99.569	99.0	0.0002908120455904965	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0161_000000001620	11456	0.849218631910234	10	10	10	10	9	False	56437	maximal	True	ENG0161_000000001620	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5421.0	90.537	47.0	0.31192766227034496	NZ_QWZQ01000052.1	firmicutes	Lactobacillus garii strain FI11369 NODE_52_length_17363_cov_4.156939, whole genome shotgun sequence	True	False
ENG0083_000000018079	1275	0.8492001572903348	2	2	2	2	1	False	61553	fragment	False	ENG0083_000000018079	0.9817880794701987		0	0	False	False	0.9905882477760315	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	0.00023998231709242477	NZ_AUBS01000008.1	a-proteobacteria	Pseudodonghicola xiamenensis DSM 18339 G455DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
FIJ0024_000000004876	4175	0.8491905137069965	4	2	1	2	1	False	90698	fragment	False	FIJ0024_000000004876	1.0		0	0	False	False	0.9997605085372925	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0009459583168044918	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0276_000000004507	2262	0.8491905137069965	2	2	1	2	1	False	26318	fragment	False	ISR0276_000000004507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0151_000000001454	10741	0.8491902670998056	13	13	3	4	11	True	132544	fragment	False	CHI0126_000000000854	0.03721198722100987		0	0	False	False	1.0	0					non-mobilizable	other	10741.0	99.991	100.0	0.7352135815991238	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
MAD0093_000000002815	8606	0.8491890959571977	7	4	3	3	2	True	15692	maximal	True	MAD0093_000000002815	1.0		1	1	False	False	0.9950034618377686	0					non-mobilizable	no_good_hit								True	True
FIJ0153_000000000136	66551	0.8491877272433724	71	20	14	20	4	True	61328	fragment	False	ENG0088_000000000205	0.9490147494355335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	83.45	1.0	0.0002687634905617779	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0062_000000029393	1194	0.8491870299724392	2	2	2	2	1	False	10763	fragment	False	MON0062_000000029393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.010602044680045438	NZ_BCYQ01000081.1	g-proteobacteria	Moraxella oblonga NBRC 102422, whole genome shotgun sequence	True	False
DEN0035_000000001916	12226	0.8491829179322795	10	4	3	4	1	True	114977	fragment	False	DEN0035_000000001916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.605087325247596e-06	NC_016584.1	firmicutes	Desulfosporosinus orientis DSM 765, complete sequence	True	True
SPA0116_000000020603	1968	0.8491801891406519	3	3	3	3	3	False	31006	maximal	False	ISR0146_000000021540	0.9365843557201847		0	0	False	False	1.0	0					non-mobilizable	other	1923.0	94.852	98.0	0.000509579484186722	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0168_000000018711	1303	0.8491752001727935	3	2	1	2	1	False	30116	fragment	False	ISR0168_000000018711	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	98.46600000000001	100.0	0.014835139812369069	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
ISR0134_000000026153	1232	0.8491752001727935	2	2	1	2	1	False	68616	fragment	False	ISR0134_000000026153	0.9744625255332531		0	0	False	False	0.9967532753944397	0					non-mobilizable	other	1229.0	98.698	99.0	0.013969851534748156	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
MON0041_000000043041	1574	0.8491734508786105	3	2	2	2	1	True	11788	maximal	True	MON0041_000000043041	1.0		0	0	False	False	0.9479034543037415	0					non-mobilizable	no_good_hit	40.0	90.0	3.0	0.00011134712895710566	NZ_QWDM01000006.1	CFB group bacteria	Flavobacterium cupreum strain CCM 8825 NODE_6_length_350256_cov_16.925856, whole genome shotgun sequence	True	True
CHI0120_000000010372	1514	0.8491650223554471	3	2	1	1	2	False	86288	fragment	False	CHI0120_000000010372	0.973449371209162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	91.905	69.0	0.000234433073495887	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
CHI0122_000000006293	2231	0.8491635733240824	3	3	3	3	3	False	81759	fragment	False	ISR0244_000000010907	0.9633601429848079		0	0	False	False	0.994621217250824	0					non-mobilizable	other	2231.0	99.686	100.0	0.008554287117166881	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0100_000000009008	3433	0.8491625869113133	4	4	3	4	3	False	75681	maximal	True	SPA0100_000000009008	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	74.194	6.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
ENG0008_000000013978	1810	0.8491553946597432	2	2	2	2	1	True	124767	fragment	False	ENG0008_000000013978	1.0		0	0	False	False	0.9966850876808167	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	3.0	0.0007831221513931743	NZ_FOXB01000009.1	e-proteobacteria	Hydrogenimonas thermophila strain EP1-55-1, whole genome shotgun sequence	True	True
MON0040_000000021381	1303	0.8491467813878711	2	2	2	2	2	False	96119	fragment	False	MON0090_000000043511	0.6934550606429745		0	0	False	False	0.9378357529640198	0					non-mobilizable	other	1303.0	97.544	100.0	0.00030375905327961793	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0143_000000005423	6412	0.8491432192136512	11	6	5	5	3	True	97412	maximal	True	ISR0143_000000005423	1.0		1	1	False	False	0.9996880888938904	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.088041920781222e-06	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0108_000000006863	4343	0.8491344931939846	11	3	2	3	3	False	51601	fragment	False	SPA0108_000000006863	1.0		0	0	False	False	0.9940133690834045	0					non-mobilizable	no_good_hit	677.0	78.877	15.0	0.0010761435626757542	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
MAD0087_000000006162	4308	0.8491328027491478	5	3	2	2	2	True	17173	fragment	False	MAD0087_000000006162	1.0		0	0	False	False	0.9997678995132446	0					non-mobilizable	no_good_hit								True	True
MAD0058_000000003945	3706	0.8491328027491478	4	3	2	2	2	True	17172	fragment	False	MAD0058_000000003945	0.9954062589721504		0	0	False	False	0.9989206790924072	0					non-mobilizable	no_good_hit	157.0	98.726	4.0	0.012974051896207584	NZ_CYXV01000027.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MAD0054_000000003911	3483	0.8491328027491478	4	3	2	2	2	True	17172	fragment	False	MAD0058_000000003945	0.9655963302752294		0	0	False	False	0.9982773661613464	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000002379	11400	0.8491316319698664	11	9	6	6	8	False	130764	maximal	False	AST0113_000000002437	0.3677617886243484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2022.0	72.502	17.0	0.0007712139249421784	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
AUS0012_000000003403	4399	0.8491217126785583	6	4	1	3	3	True	101257	maximal	True	AUS0012_000000003403	1.0		1	1	False	False	0.9997726678848267	0					non-mobilizable	no_good_hit	159.0	92.45299999999999	4.0	0.05710155402963498	NZ_AUJC01000027.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00025.25_C, whole genome shotgun sequence	True	True
ENG0093_000000001580	8278	0.8491193191611853	6	6	3	4	5	False	61075	fragment	False	ENG0093_000000001580	0.9959841917389087		0	0	False	False	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	8201.0	99.146	100.0	0.08757970286983734	FN868832.1	enterobacteria	Escherichia coli plasmid pCT, complete sequence, strain C159/11	False	True
MAD0083_000000000867	7844	0.8491193191611853	6	6	3	4	5	False	61075	fragment	False	ENG0093_000000001580	0.9699806716598212		0	0	False	False	0.9988526105880737	0		MOBP	MPF_I	MOBP	conjugative	plasmid	7844.0	99.87299999999999	100.0	0.08111909810208409	CP052260.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-2, complete sequence	False	True
ISR0147_000000022981	1118	0.8491036466024126	2	2	2	1	1	False	125944	fragment	False	FIJ0078_000000014715	0.18804830828108446		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	98.211	100.0	0.003057133082449538	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0006_000000011480	2794	0.8491015396537454	3	3	3	2	3	False	8253	maximal	True	SPA0006_000000011480	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	73.78399999999999	17.0	0.00209110941224086	NZ_JPZS01000027.1	bacteria	Synergistes jonesii strain 113-4 contig00001, whole genome shotgun sequence	True	False
MON0052_000000003134	6482	0.8490941173153749	8	4	2	3	1	True	66014	fragment	False	TAN0007_000000003543	0.5363696238518679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0125_01_000000014884	1580	0.8490940813624469	2	1	0	1	0	True	521	fragment	False	USA0125_01_000000014884	0.9773954116059379		0	0	False	False	0.9791139364242554	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000036193	1152	0.8490890070116747	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.05876703370255372		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	95.83	99.0	0.00036856440952000584	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0082_000000028573	1272	0.8490871601333122	2	2	2	2	1	False	78519	fragment	False	MON0090_000000044170	0.927272150895546		0	0	False	False	0.9960691928863525	0					non-mobilizable	no_good_hit								True	False
MAD0092_000000000493	20840	0.8490869310067166	49	14	4	12	6	True	19604	maximal	True	MAD0092_000000000493	1.0		1	1	False	False	0.9995201826095581	0					non-mobilizable	no_good_hit	1878.0	93.71700000000001	44.0	0.033264807003863466	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0015_000000001863	4495	0.8490867256007977	7	3	2	3	2	False	89880	fragment	False	CHI0015_000000001863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	73.79	5.0	6.384019330489996e-05	CP035282.1	firmicutes	Tissierellia sp. JN-28 chromosome, complete genome	True	False
MON0048_000000025375	1603	0.8490803480107182	3	3	3	3	2	False	34833	fragment	False	MON0038_000000020259	0.985426663439222		0	0	False	False	0.9981285333633423	0					non-mobilizable	other	1598.0	99.061	99.0	0.010034432492208705	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0329_000000000423	13434	0.8490748251595646	13	8	3	7	5	False	73284	maximal	True	ISR0329_000000000423	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	83.67299999999999	1.0	0.00014252627828255834	NZ_HG964405.1	firmicutes	Bacillus ndiopicus isolate FF3, whole genome shotgun sequence	True	False
AST0149_000000007040	3892	0.8490746903215239	5	2	2	2	1	True	130313	maximal	True	AST0149_000000007040	1.0	PS1093|PS387	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1210.0	97.43799999999999	53.0	0.39861523244312563	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ENG0203_000000002492	5338	0.8490741116429235	6	5	3	4	3	False	100030	maximal	True	ENG0203_000000002492	1.0	PS556	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3251.0	99.016	61.0	0.0006714977312674344	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ISR0122_000000003083	4988	0.8490726458382116	7	3	3	2	2	False	122605	fragment	False	ISR0122_000000003083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2595.0	98.921	52.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0016_000000004883	6368	0.8490713657237562	7	3	2	2	2	True	7888	maximal	True	SPA0016_000000004883	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	74.775	21.0	0.5855410866636731	NZ_FOYZ01000039.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	True
MAD0030_000000001519	5813	0.8490653772027653	7	6	3	3	5	False	19790	maximal	False	MAD0009_000000001428	0.9977265072414955		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1616.0	90.90299999999999	63.0	0.2612231620039037	CP056162.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_4, complete sequence	True	True
FIJ0015_000000005218	5461	0.8490629746806021	7	7	2	6	7	True	125599	backbone	False	MAD0046_000000003898	0.24435848937946938	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5361.0	96.53	100.0	0.0634181126693606	CP041414.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_3, complete sequence	False	True
MON0081_000000040971	1269	0.8490617632132764	2	2	2	2	2	False	94406	fragment	False	CHI0164_000000013918	0.40956093482034156		0	0	False	False	0.9897556900978088	0					non-mobilizable	other	1269.0	99.212	100.0	0.0003320694789913678	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
AST0047_000000000262	39229	0.8490481914333613	30	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9829197961719194	PS1050|PS1051	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3088.0	93.977	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0012_000000000169	39216	0.8490481914333613	30	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9834197517580608	PS1050|PS1051	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	3088.0	93.977	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0115_000000000446	39127	0.8490481914333613	30	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9832557711775035	PS1050|PS1051	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	3088.0	93.977	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0842_000000000253	39101	0.8490481914333613	30	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9830272341420317	PS1050|PS1051	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	3088.0	94.009	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0111_000000000450	39089	0.8490481914333613	30	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9800450761164479	PS1050|PS1051	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	3088.0	93.977	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0287_000000000078	39086	0.8490481914333613	30	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9832426933299762	PS1050|PS1051	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	3088.0	93.977	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0147_000000000178	39086	0.8490481914333613	30	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.983229171251744	PS1050|PS1051	0	0	True	True	0.999872088432312	4					non-mobilizable	no_good_hit	3088.0	93.977	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0193_000000000378	39067	0.8490481914333613	30	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9826551627818847	PS1050|PS1051	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	3088.0	94.009	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0105_000000000475	38378	0.8490481914333613	30	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.969516893689859	PS1050|PS1051	0	0	False	True	0.9999218583106995	0					non-mobilizable	no_good_hit	3088.0	93.977	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0058_000000000288	38320	0.8490481914333613	29	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9602234862971004	PS1050|PS1051	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	3088.0	94.074	32.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0141_000000000396	37380	0.8490481914333613	28	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9477498556068775	PS1050|PS1051	0	0	False	True	0.9999732375144958	0					non-mobilizable	no_good_hit	3088.0	93.977	27.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0111_000000000220	36746	0.8490481914333613	28	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9367436514166999	PS1050|PS1051	0	0	False	True	0.9999183416366577	0					non-mobilizable	no_good_hit	3088.0	93.977	28.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0101_000000000401	34892	0.8490481914333613	25	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.30003613959947517	PS1050|PS1051	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	3088.0	93.977	29.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0108_000000017859	1580	0.849042925003834	1	1	1	1	1	False	4679	maximal	True	SPA0108_000000017859	1.0		0	0	False	False	0.9778481125831604	0					non-mobilizable	no_good_hit	1224.0	88.072	77.0	0.005349281793149412	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ISR0076_000000001307	15528	0.8490413919903479	12	7	5	7	6	True	114754	fragment	False	ISR0076_000000001307	0.998089378238342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2251.0	78.365	14.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
SPA0127_000000001578	15440	0.8490413919903479	11	7	5	7	6	True	114754	fragment	False	ISR0076_000000001307	0.9952666151468315		0	0	False	False	0.9999352097511292	0					non-mobilizable	no_good_hit	2251.0	78.365	14.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
USA0102_01_000000008130	1615	0.8490395984885709	2	2	2	2	2	False	79632	fragment	False	USA0102_01_000000008130	0.99490021740614		0	0	False	False	1.0	0					non-mobilizable	chromosome	1615.0	99.505	100.0	0.00022781075278044857	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0090_000000017612	3243	0.8490375982041558	4	2	1	1	2	False	11414	fragment	False	MON0048_000000011860	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2963.0	78.333	91.0	0.0012480564633237407	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
MON0048_000000011860	3243	0.8490375982041558	4	2	1	1	2	False	11414	fragment	False	MON0048_000000011860	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2963.0	78.333	91.0	0.0012480564633237407	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
MON0048_000000012194	3164	0.8490375982041558	4	2	1	1	2	False	11412	fragment	False	MON0048_000000012194	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3024.0	77.646	94.0	0.0012728721214906166	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ISR0204_000000002640	3664	0.8490367488120533	7	4	3	3	2	True	28675	maximal	True	ISR0204_000000002640	1.0		1	1	True	True	1.0	99					non-mobilizable	no_good_hit	338.0	89.941	16.0	0.11312520980194696	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0188_000000004056	5355	0.8490254416193452	7	4	3	3	4	False	29274	maximal	True	ISR0188_000000004056	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1400.0	85.85700000000001	26.0	0.00032572806232106466	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
ISR0292_000000008942	2135	0.8490226196155135	2	1	1	1	1	False	25877	fragment	False	ISR0292_000000008942	1.0		0	0	False	False	0.99906325340271	0					non-mobilizable	other	2135.0	99.016	100.0	0.006153908294360504	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
FIJ0067_000000000800	29268	0.8490171491058675	29	14	10	11	6	True	51320	maximal	True	FIJ0067_000000000800	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	0.0	0.0004986083147670111	NZ_CABJCG010000014.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
CHI0168_000000005243	3348	0.8490119782373691	2	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.1745675786449679		0	0	False	False	1.0	0					non-mobilizable	other	3348.0	100.0	100.0	0.0017189816766927759	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ISR0852_000000002709	3301	0.8490119782373691	2	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.1732656698273374		0	0	False	False	0.9966676831245422	0					non-mobilizable	other	3301.0	99.39399999999999	100.0	0.0016948430036110428	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
AST0102_000000015098	2073	0.8490024902956689	3	2	2	2	2	False	116782	fragment	False	ISR0079_000000011824	0.4768201821382317		0	0	False	False	1.0	0					non-mobilizable	other	2075.0	95.95200000000001	100.0	0.018948352675870413	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0070_000000010426	2382	0.8489982227102387	4	2	1	2	1	False	126045	backbone	False	ENG0084_000000010630	0.7168462371482894	PS940	0	0	False	True	0.992863118648529	0					non-mobilizable	no_good_hit	577.0	74.17699999999999	24.0	0.00017229207929094948	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ETH0003_000000018277	2159	0.8489862565242993	3	3	3	3	3	False	53175	maximal	True	ETH0003_000000018277	1.0		1	1	False	False	0.9990736246109009	0					non-mobilizable	no_good_hit	824.0	78.883	38.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0119_000000013617	2301	0.8489822029638131	3	3	3	3	3	False	111931	maximal	True	ISR0119_000000013617	1.0		6	2	False	False	1.0	0					non-mobilizable	other	2147.0	75.314	93.0	0.011282159985162025	NZ_MIEH01000014.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_14, whole genome shotgun sequence	False	False
ENG0187_000000007139	3713	0.8489821250022507	7	2	1	2	2	False	54995	maximal	True	ENG0187_000000007139	1.0		1	1	False	False	0.997037410736084	0					non-mobilizable	no_good_hit								True	False
SPA0057_000000029124	1139	0.8489806259646203	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.12097634801494515		0	0	False	False	1.0	0					non-mobilizable	chromosome	1140.0	95.175	100.0	0.00032988519241611915	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0027_000000004920	6576	0.8489699813751591	10	9	7	8	7	False	112361	maximal	True	SPA0027_000000004920	1.0		16	8	False	False	1.0	0					non-mobilizable	no_good_hit	1683.0	97.564	26.0	0.00046681218099316305	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0112_000000006410	5335	0.8489635066693975	8	7	0	4	5	False	4547	maximal	True	SPA0112_000000006410	1.0		2	2	True	True	1.0	14		MOBT			mobilizable	no_good_hit	1762.0	78.036	48.0	0.028011114501855092	CP016744.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2 plasmid pJM2C, complete sequence	True	True
ISR0266_000000008998	2036	0.8489541824554393	3	2	2	2	1	False	28113	fragment	False	ISR0266_000000008998	1.0		0	0	False	False	0.9960707426071167	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000005302	7429	0.8489386313717773	5	3	0	3	0	True	90883	maximal	True	DEN0073_000000005302	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6035.0	98.60799999999999	81.0	0.05119346733668342	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	True
ISR0161_000000008110	3644	0.8489384759316799	5	4	3	4	2	True	79264	fragment	False	ISR0161_000000008110	0.9545987876990922		0	0	False	False	0.9989023208618164	0					non-mobilizable	no_good_hit	628.0	72.134	17.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0012_000000006078	4077	0.8489324194308951	3	3	2	3	2	False	77984	fragment	False	ISR0051_000000009403	0.9541504687857305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	83.43799999999999	15.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0157_000000000697	6574	0.8489314047284957	8	6	6	6	6	False	74273	maximal	True	SPA0157_000000000697	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	3117.0	99.551	47.0	0.041170097508125676	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
CHI0132_000000009262	3442	0.8489148621642721	3	2	2	2	2	True	105062	fragment	False	CHI0132_000000009262	1.0		0	0	False	False	0.993898868560791	0					non-mobilizable	other	3443.0	99.245	100.0	0.3130798617427688	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0025_000000013271	2947	0.8489148621642721	2	2	2	2	2	True	105058	fragment	False	ISR0025_000000013271	0.9898684678279417		0	0	False	False	1.0	0					non-mobilizable	other	2947.0	99.932	100.0	0.2679643441877388	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0342_000000003493	5254	0.8489090704330245	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9553508170671581	PS1101	0	0	False	True	0.9998096823692322	0					non-mobilizable	chromosome	5254.0	99.848	100.0	0.0010484314244416848	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0310_000000006417	2543	0.8489063581943943	5	4	2	2	4	False	75454	fragment	False	ISR0310_000000006417	1.0		0	0	False	False	0.9889893531799316	0					non-mobilizable	other	2543.0	99.921	100.0	0.0559037628378527	NZ_NQCD01000071.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_32_length_45471_cov_30.0522_ID_63.ctg_1, whole genome shotgun sequence	False	False
FIJ0033_000000018087	2021	0.8489047059931126	3	2	2	2	2	False	48276	maximal	True	FIJ0033_000000018087	1.0		2	1	False	False	0.9910935163497925	0					non-mobilizable	no_good_hit	330.0	76.061	16.0	0.003300672589886241	NZ_FRAI01000009.1	firmicutes	Anaerobranca californiensis DSM 14826, whole genome shotgun sequence	True	False
ENG0167_000000005587	4416	0.8489033532792586	6	3	1	3	2	True	56089	maximal	True	ENG0167_000000005587	1.0		2	2	False	False	1.0	0	rep_cluster_722				non-mobilizable	no_good_hit	2268.0	96.429	51.0	0.3231341149556763	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ENG0198_000000017642	1184	0.8488841087451927	4	1	1	1	1	True	54317	maximal	True	ENG0198_000000017642	1.0		1	1	False	False	0.9771959185600281	0					non-mobilizable	no_good_hit	670.0	78.06	56.0	0.020445350381420056	AF469177.1	g-proteobacteria	Haemophilus influenzae biotype aegyptius plasmid pF3028, complete sequence	True	True
USA0032_01_000000010019	2334	0.8488778561746123	2	2	0	1	2	False	117739	fragment	False	USA0032_01_000000010019	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1566.0	88.314	67.0	0.0008022256883758936	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
USA0057_01_000000001234	19121	0.8488736816996822	18	12	7	12	6	True	996	fragment	False	USA0057_01_000000001234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.255757046417118e-06	NC_008781.1	b-proteobacteria	Polaromonas naphthalenivorans CJ2, complete genome	True	True
FIJ0097_000000002811	9396	0.8488695143813789	9	6	5	5	5	True	122414	maximal	True	FIJ0097_000000002811	1.0		2	1	False	False	0.9998935461044312	0					non-mobilizable	no_good_hit	266.0	73.684	3.0	0.00013284413609442375	NZ_JPNB01000002.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000013_quiver.2_C, whole genome shotgun sequence	True	True
ISR0024_000000000624	24530	0.8488693064054956	17	16	13	14	12	True	122951	maximal	True	ISR0024_000000000624	1.0		4	3	False	False	0.998165488243103	0					non-mobilizable	no_good_hit	2306.0	75.889	9.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0087_000000002538	13716	0.8488680190914586	19	19	7	12	16	True	132521	backbone	False	USA0060_01_000000001071	0.8382732140145613	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	12640.0	98.196	92.0	0.4717291378601592	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0076_000000001976	11300	0.8488576776029915	8	7	6	5	5	False	103074	maximal	True	ISR0076_000000001976	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7466.0	99.33	76.0	0.002089029488509638	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0056_000000000788	2813	0.8488574303590628	2	2	2	2	2	False	117170	fragment	False	CHI0075_000000002211	0.9778100023357023		0	0	False	False	1.0	0					non-mobilizable	other	1797.0	97.051	94.0	0.0027332328146651447	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0348_000000004993	2805	0.8488574303590628	2	2	2	2	2	False	117170	fragment	False	CHI0075_000000002211	0.9760076693893692		0	0	False	False	0.9928698539733887	0					non-mobilizable	other	1788.0	97.09200000000001	94.0	0.0027194979764004956	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
MON0107_000000014339	3866	0.8488506987921091	4	4	4	4	4	False	115819	fragment	False	MON0107_000000014339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3222.0	72.12899999999999	82.0	0.011377768753557818	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
FIJ0071_000000012189	2935	0.8488446519164747	3	3	3	3	3	False	48393	fragment	False	FIJ0071_000000012189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.73100000000001	33.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CHI0006_000000003882	3131	0.8488430890594082	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.0417144906039281	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3131.0	98.499	100.0	0.0006062144926323635	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0040_000000005002	3547	0.8488370167683584	4	4	3	4	3	False	87719	fragment	False	SPA0014_000000005508	0.9244908226522942		0	0	False	False	0.9912602305412292	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000015695	1227	0.8488253225194269	2	2	2	2	2	False	17129	maximal	True	MAD0054_000000015695	1.0		14	3	False	False	0.9983699917793274	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	4.0	0.0007854888213303853	NZ_KB904504.1	firmicutes	Streptococcus orisratti DSM 15617 A3I7DRAFT_scaffold_6.7, whole genome shotgun sequence	True	False
ISR0321_000000005447	2030	0.8488213202812325	2	2	2	2	2	False	73080	maximal	True	ISR0321_000000005447	1.0		68	11	False	False	0.9916256070137024	0					non-mobilizable	no_good_hit	1100.0	91.0	86.0	0.00032938245005746127	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0141_000000010136	2851	0.848821134774455	4	2	2	2	1	True	40296	maximal	True	FIJ0141_000000010136	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.022653105776066e-05	NZ_KB907099.1	g-proteobacteria	Amphritea japonica ATCC BAA-1530 strain JAMM 1866 G329DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
ISR0056_000000001722	9351	0.8488185583873237	11	11	6	10	10	False	127674	maximal	True	ISR0056_000000001722	1.0	PS1021	5	1	True	True	1.0	149	rep_cluster_2350	MOBP,MOBP,MOBP		MOBP	mobilizable	no_good_hit	7873.0	99.555	85.0	0.9914249684741488	HE603112.1	enterobacteria	Escherichia coli HUSEC41 plasmid pHUSEC41-3 complete sequence	True	True
SPA0116_000000009525	3993	0.8488109434016515	5	4	3	4	2	False	4840	maximal	True	SPA0116_000000009525	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0001_000000000919	8088	0.8487986422077695	8	4	4	4	4	True	116416	fragment	False	CHI0001_000000000919	1.0		0	0	False	False	0.9998763799667358	0		MOBB			mobilizable	no_good_hit	5729.0	99.895	71.0	0.18435880099166102	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0095_000000014989	2168	0.8487926440238722	4	3	2	2	2	False	113073	fragment	False	ISR0095_000000014989	0.9222932817428569		0	0	False	False	0.9935424327850342	0					non-mobilizable	other	2181.0	82.898	100.0	0.01220142397795131	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
MON0013_000000040789	1389	0.8487805638309562	2	2	2	1	1	False	53062	fragment	False	SPA0097_000000021879	0.7500363467775581		0	0	False	False	0.997120201587677	0					non-mobilizable	other	1387.0	74.26100000000001	99.0	0.0003798923638302481	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0089_000000009714	2469	0.8487723869756371	4	2	2	2	2	False	131438	maximal	True	MAD0089_000000009714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	79.498	46.0	0.016008478357875947	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0077_000000015904	1309	0.8487723869756371	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.05184379004904773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	79.559	89.0	0.01631526104417671	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0368_000000010486	1263	0.8487723869756371	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.054604577867877535		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	79.96600000000001	93.0	0.01651048639000446	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0097_000000000148	27893	0.8487572730127783	34	16	8	12	7	True	130544	maximal	True	CHI0097_000000000148	1.0		8	4	False	False	0.9999282956123352	0					non-mobilizable	chromosome	7698.0	99.402	90.0	0.0013671702792717715	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0106_000000006824	5642	0.8487414102904013	10	8	3	3	7	True	120545	backbone	False	ISR0774_000000003808	0.900356999652213	PS472|PS846	0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	plasmid	5606.0	99.929	100.0	0.944556791371756	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
MAD0032_000000001789	7442	0.8487283624312021	18	4	1	2	2	True	43455	maximal	True	MAD0032_000000001789	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	81.89	9.0	6.722278404227139e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0045_000000007502	3312	0.8487258534935238	4	4	4	4	4	False	129617	maximal	True	ISR0045_000000007502	1.0	PS1061	24	4	False	True	1.0	0					non-mobilizable	chromosome	1784.0	99.271	100.0	0.00047781419968399413	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0192_000000002923	6694	0.8487191267857396	5	4	2	4	0	True	129146	fragment	False	ISR0192_000000002923	1.0		0	0	False	False	0.9986554980278015	0					non-mobilizable	no_good_hit	752.0	88.431	38.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0013_000000006462	4009	0.8487143260224487	3	3	3	2	1	True	50652	maximal	True	FIJ0013_000000006462	1.0		2	1	False	False	0.9970067143440247	0					non-mobilizable	other	1898.0	90.569	93.0	0.06460195101985129	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
USA0054_01_000000007601	1251	0.8487092594602542	3	1	1	1	1	False	1046	fragment	False	USA0054_01_000000007601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000002188	11317	0.8487069732750275	12	6	3	6	2	False	118091	maximal	True	ENG0127_000000002188	0.9982161662694509		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	79.866	1.0	0.0027228405850427745	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
ISR0387_000000004561	4998	0.8487021981368502	6	3	3	3	2	False	50785	maximal	True	ISR0387_000000004561	1.0		1	1	False	False	0.9983993768692017	0					non-mobilizable	no_good_hit	500.0	79.0	10.0	0.007186484162038455	NZ_CABIWU010000003.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0097_000000002064	9130	0.8486882271398051	12	9	4	6	7	True	79697	fragment	False	ISR0097_000000002064	0.9978139013452915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2895.0	87.876	37.0	0.006151600458763424	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0297_000000001837	5876	0.8486881294456865	9	4	3	3	2	False	74671	fragment	False	ISR0297_000000001837	1.0		0	0	False	False	0.9908100962638855	0					non-mobilizable	no_good_hit	469.0	88.273	9.0	0.00011294662789154228	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MAD0082_000000000350	14550	0.8486724000731573	19	3	1	3	2	True	17154	maximal	True	MAD0082_000000000350	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00021148107244401627	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	True	True
MAD0050_000000001339	12589	0.8486724000731573	15	3	1	3	2	True	17430	fragment	False	MAD0050_000000001339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00021148107244401627	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	True	True
ISR0228_000000008406	3022	0.8486686332540252	5	4	3	2	3	False	31183	maximal	True	ISR0228_000000008406	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	2256.0	99.15799999999999	75.0	0.0006401332612674809	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0096_000000000956	23128	0.8486624089724929	21	17	14	15	14	True	116929	maximal	False	AST0060_000000000939	0.9730403576109258	PS762|PS763|PS764	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	5994.0	95.762	45.0	0.20906959655691243	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0041_000000018870	3063	0.8486576657793344	4	4	4	4	3	False	40692	maximal	True	MON0041_000000018870	1.0		22	6	False	False	0.9937969446182251	0					non-mobilizable	no_good_hit	113.0	76.10600000000001	4.0	0.00019226741650959107	NZ_FUWZ01000006.1	CFB group bacteria	Chitinophaga eiseniae strain DSM 22224, whole genome shotgun sequence	True	False
USA0011_01_000000013396	2765	0.848650865459653	3	3	1	3	3	False	97714	fragment	False	USA0011_01_000000013396	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	2765.0	100.0	100.0	0.023645758477911234	CP051712.1	enterobacteria	Escherichia coli strain SCU-123 plasmid pSCU-123-1, complete sequence	False	True
AST0031_000000006818	4270	0.8486377626376327	5	2	1	1	2	False	117575	fragment	False	ISR0021_000000004741	0.9510376134889753		0	0	False	False	0.999531626701355	0					non-mobilizable	virus	2507.0	99.92	98.0	0.05659823384601486	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0148_000000009805	2979	0.8486377626376327	3	2	1	1	2	False	118285	maximal	True	ISR0148_000000009805	1.0		1	1	False	False	0.9956361055374146	0					non-mobilizable	no_good_hit	2172.0	86.18799999999999	72.0	0.048987058743817334	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
USA0069_01_000000026648	2307	0.8486377626376327	2	2	1	1	2	False	38011	fragment	False	USA0069_01_000000026648	1.0		0	0	False	False	0.9986996054649353	0					non-mobilizable	virus	2307.0	99.913	100.0	0.052081215981209204	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0805_000000005408	2158	0.8486299251914107	3	2	1	2	2	False	21794	fragment	False	ISR0805_000000005408	1.0		0	0	False	False	0.9990732073783875	0					non-mobilizable	no_good_hit	986.0	89.655	46.0	0.0012009759768040068	NZ_JH992943.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.4, whole genome shotgun sequence	True	False
MON0027_000000024250	1700	0.8486280859210974	2	2	2	1	0	True	13631	fragment	False	MON0027_000000024250	1.0		0	0	False	False	0.9747058749198914	0					non-mobilizable	no_good_hit	314.0	89.49	18.0	0.00021099777002995764	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
MON0082_000000022435	1579	0.8486280859210974	2	2	2	1	0	True	13628	fragment	False	MON0082_000000022435	1.0		0	0	False	False	0.9632678627967834	0					non-mobilizable	no_good_hit	248.0	90.726	16.0	0.00016650622746773014	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
MON0080_000000051336	1147	0.8486276193145328	2	2	2	2	2	False	10005	maximal	True	MON0080_000000051336	1.0		13	2	False	False	0.9790758490562439	0					non-mobilizable	other	1093.0	75.206	94.0	0.00040736761028118253	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	False	False
AST0024_000000000144	61755	0.8486251827974354	65	22	7	14	12	True	121844	fragment	False	AST0024_000000000144	1.0		0	0	False	False	0.9999837875366211	0					non-mobilizable	no_good_hit	1992.0	75.55199999999999	3.0	0.0005844629712064541	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
AST0090_000000009361	2509	0.8486235486621678	3	3	3	2	2	False	109904	fragment	False	AST0090_000000009361	0.9516744383213226		0	0	False	False	1.0	0					non-mobilizable	chromosome	2509.0	98.446	100.0	0.0008441781161970112	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0105_000000024364	1383	0.8486210795226099	2	2	2	2	2	False	42411	maximal	True	FIJ0105_000000024364	1.0		7	4	False	False	0.9985538721084595	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	0.00011559851129221545	NZ_FOYZ01000003.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	False
FIJ0098_000000015980	1492	0.8486191019912309	2	2	2	2	2	False	67232	fragment	False	FIJ0098_000000015980	0.983807228864829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	775.0	74.065	51.0	0.0002682175105037382	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
DEN0041_000000024079	1414	0.8486161008980706	3	1	1	1	1	False	73086	fragment	False	DEN0041_000000024079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	83.333	7.0	0.00018360034351032011	NZ_UYZY01000005.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ISR0778_000000010129	1389	0.8486141020206618	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.3036915262436687		0	0	False	False	0.9906407594680786	0					non-mobilizable	other	1390.0	97.41	100.0	0.0039485242070971096	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
CHI0153_000000001256	12629	0.8486103205095713	21	10	5	9	5	False	79296	maximal	True	CHI0153_000000001256	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	93.059	7.0	0.00023955823422814847	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0016_000000017342	1935	0.8486088628567128	3	2	0	2	0	False	78439	fragment	False	SPA0016_000000017342	1.0		0	0	False	False	0.9958656430244446	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0001076572645988917	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0250_000000002806	3622	0.8486061028971049	3	3	2	3	2	False	109631	maximal	True	ISR0250_000000002806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2722.0	99.229	75.0	0.0319967074317968	NZ_QVMD01000009.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf9, whole genome shotgun sequence	True	False
CHI0005_000000006756	2624	0.8486045858977197	3	3	3	3	2	False	90786	fragment	False	CHI0005_000000006756	0.9856863083923737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	76.604	10.0	0.004353170132131517	NZ_BAYD01000062.1	b-proteobacteria	Paraburkholderia oxyphila NBRC 105797, whole genome shotgun sequence	True	False
ENG0054_000000013446	1986	0.848600950317317	3	3	3	2	1	False	131728	maximal	True	ENG0054_000000013446	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1196.0	86.95700000000001	63.0	0.002697603413793338	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0032_01_000000009440	2509	0.8485924038653957	2	2	2	2	2	False	93599	maximal	True	USA0032_01_000000009440	0.9448193727669709		2	2	False	False	0.9968114495277405	0					non-mobilizable	no_good_hit	1156.0	95.588	46.0	0.00032046475720768003	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0042_000000010114	2632	0.8485899856780682	2	2	2	2	2	False	46465	fragment	False	MON0042_000000010114	0.9729411764705882		0	0	False	False	0.9992401003837585	0					non-mobilizable	chromosome	1392.0	92.96	93.0	0.0005611264805711469	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
AST0040_000000014240	1422	0.8485869259988209	2	2	2	2	2	False	115911	fragment	False	SPA0136_000000028334	0.6320691949434464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	74.922	22.0	3.9836393332584123e-05	CP050022.1	a-proteobacteria	Bradyrhizobium sp. 1(2017) strain 63S1MB chromosome, complete genome	True	False
ISR0092_000000009628	2686	0.8485853960695866	3	2	1	2	2	False	65039	maximal	True	ISR0092_000000009628	1.0		0	0	False	False	0.9903202056884766	0					non-mobilizable	no_good_hit	750.0	77.067	28.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0082_000000007934	2528	0.8485808343890372	5	4	3	3	2	True	76824	fragment	False	ENG0082_000000007934	1.0		0	0	False	False	0.9996044039726257	0					non-mobilizable	other	2529.0	96.046	100.0	0.0008588669004315738	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0103_000000023059	1317	0.8485763817470838	2	2	2	2	1	True	33021	fragment	False	ISR0103_000000023059	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	83.03299999999999	94.0	0.00042873974862088715	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0097_000000011200	2819	0.8485726433640867	4	4	4	4	4	False	60776	maximal	True	ENG0097_000000011200	1.0		27	11	False	False	0.9982263445854187	0					non-mobilizable	no_good_hit	325.0	72.615	11.0	5.172875019890936e-05	CP033824.1	enterobacteria	Klebsiella sp. FDAARGOS_511 chromosome, complete genome	True	False
CHI0151_000000002033	10802	0.8485721947535699	12	9	5	4	7	True	132596	backbone	False	ISR0120_000000000296	0.003684766569002759	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	10802.0	99.009	100.0	0.32688582152803003	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0055_000000003789	7537	0.8485693503148667	14	4	3	4	1	False	113979	fragment	False	AST0055_000000003789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	85.24600000000001	2.0	0.00039395183771855145	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
ENG0101_000000000523	30135	0.8485679467485006	34	16	11	14	10	False	101252	maximal	True	ENG0101_000000000523	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	100.0	4.0	0.00013840602847327188	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
MON0042_000000010662	2497	0.8485651354520263	5	5	3	4	4	False	78247	fragment	False	MON0042_000000010662	1.0		0	0	False	False	0.9995995163917542	0					non-mobilizable	other	969.0	91.022	92.0	0.00029834327707224136	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0033_000000006169	10476	0.8485640158033049	9	6	5	5	5	True	105465	fragment	False	MON0108_000000000954	0.1904342571009238		0	0	False	True	0.9999045729637146	0					non-mobilizable	other	10476.0	99.99	100.0	0.002212303873189686	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0198_000000019767	1674	0.8485615934095216	3	3	3	3	3	False	76275	fragment	False	DEN0073_000000028334	0.8712637746788763		0	0	False	False	0.9970131516456604	0					non-mobilizable	other	1674.0	99.28299999999999	100.0	0.024323577732222563	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0357_000000000622	21720	0.8485581353297701	28	13	4	13	5	True	74061	fragment	False	ISR0357_000000000622	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	16489.0	82.176	96.0	0.16685825898534065	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0182_000000013202	2105	0.8485539858053254	3	3	3	3	3	False	107559	fragment	False	CHI0182_000000013202	0.9803571428571429		0	0	False	False	1.0	0					non-mobilizable	chromosome	2105.0	98.86	100.0	0.000708194081530507	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0148_000000006816	4270	0.8485498056372742	8	2	1	2	2	True	30930	fragment	False	ISR0148_000000006816	1.0		0	0	False	False	0.9992974400520325	0					non-mobilizable	no_good_hit								True	True
FIJ0036_000000004988	6769	0.8485434640937304	7	6	3	3	5	False	47985	maximal	True	FIJ0036_000000004988	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2235.0	98.926	57.0	0.0004567366393227636	CP032936.1	enterobacteria	Escherichia coli strain CHL5009T chromosome	True	False
FIJ0067_000000006412	4696	0.8485413722697993	9	7	3	6	7	False	45346	fragment	False	FIJ0067_000000006412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	98.59200000000001	11.0	0.00010395543058020615	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0058_000000007586	3948	0.8485365388916214	5	4	4	4	3	True	68891	fragment	False	USA0010_01_000000006854	0.9789272285152817		0	0	False	False	1.0	0					non-mobilizable	other	3950.0	97.46799999999999	100.0	0.0013416397902706824	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0188_000000021694	1158	0.8485326059584449	2	2	2	2	2	False	54873	maximal	True	ENG0188_000000021694	1.0		11	7	False	False	0.9905008673667908	0					non-mobilizable	no_good_hit	121.0	80.165	10.0	0.0007956460110721831	NZ_JNFA01000001.1	firmicutes	Listeria booriae strain FSL A5-0281 contig000001, whole genome shotgun sequence	True	False
AST0025_000000033954	1154	0.8485262270119256	1	1	1	1	1	False	119639	fragment	False	AST0025_000000033954	0.9927272727272727		0	0	False	False	0.9974003434181213	0					non-mobilizable	no_good_hit	78.0	83.333	7.0	2.3784606602606793e-05	NZ_UHHZ01000001.1	firmicutes	Tissierella praeacuta strain NCTC11158, whole genome shotgun sequence	True	False
USA0084_01_000000028427	1100	0.8485262270119256	1	1	1	1	1	False	119639	fragment	False	AST0025_000000033954	0.9696707105719238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	88.0	7.0	2.2738425450074867e-05	CP019704.1	CFB group bacteria	Polaribacter sp. BM10, complete genome	True	False
FIJ0096_000000027893	1357	0.8485184902798115	3	2	2	2	1	False	42974	fragment	False	FIJ0096_000000027893	1.0		0	0	False	False	0.9985261559486389	0					non-mobilizable	no_good_hit	46.0	93.478	3.0	1.6918953325871447e-05	NZ_CP018092.1	cyanobacteria	Synechococcus lividus PCC 6715 chromosome, complete genome	True	False
FIJ0100_000000015492	1185	0.8485184902798115	2	2	2	2	1	False	42716	fragment	False	FIJ0100_000000015492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	4.0	1.6918953325871447e-05	NZ_CP018092.1	cyanobacteria	Synechococcus lividus PCC 6715 chromosome, complete genome	True	False
FIJ0031_000000010466	2311	0.8485177819944063	4	4	4	3	2	False	48590	fragment	False	FIJ0031_000000010466	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2311.0	99.264	100.0	0.00047600717761126	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
AST0118_000000019201	1619	0.8485079607818371	2	2	2	2	2	False	131699	fragment	False	AST0140_000000015176	0.4683206499268244		0	0	False	False	1.0	0					non-mobilizable	chromosome	1619.0	97.9	100.0	0.0004335969574249593	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0073_000000028334	1863	0.8485078383118515	3	3	3	3	3	False	76275	fragment	False	DEN0073_000000028334	0.9912693884963938		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	99.087	100.0	0.027071429609921344	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0007_000000002049	8684	0.8485057307918208	9	7	4	7	6	False	127394	maximal	True	AST0007_000000002049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	0.00529567519858782	LN599493.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000017782	True	False
ISR0293_000000009465	3889	0.8485004256672768	6	5	2	3	5	False	89147	fragment	False	ENG0152_000000005663	0.9898810760070481		0	0	False	False	1.0	0					non-mobilizable	plasmid	3889.0	99.97399999999999	100.0	0.04964692962854188	CP041524.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-2	False	True
MON0060_000000034715	1237	0.8484971803174823	2	2	2	2	2	False	10863	fragment	False	MON0060_000000034715	1.0		0	0	False	False	0.9862570762634277	0					non-mobilizable	chromosome	1247.0	77.546	100.0	0.0005604719357460272	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	False	False
ISR0374_000000002433	6233	0.8484801909657955	10	5	2	5	1	True	113120	backbone	False	ISR0206_000000003928	0.9966426370580057	PS727	0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
ISR0266_000000002010	6229	0.8484801909657955	10	5	2	5	1	True	113120	backbone	False	ISR0206_000000003928	0.9936958224668121	PS727	0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
MON0035_000000003219	6738	0.8484791499134675	9	2	2	2	1	True	54754	maximal	False	TAN0027_000000000745	0.9740961444284896		0	0	False	True	0.9998515844345093	0					non-mobilizable	no_good_hit	1739.0	88.499	66.0	0.37595628415300547	NZ_AWET01000016.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00040, whole genome shotgun sequence	True	True
ISR0254_000000001203	5904	0.8484791499134675	6	2	2	2	1	True	26931	maximal	True	ISR0254_000000001203	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1124.0	76.157	33.0	0.1373612823674476	AP018051.1	CFB group bacteria	Prevotella melaninogenica plasmid pPME0001 DNA, complete sequence, strain: GAI 07411	True	True
TAN0003_000000001360	4513	0.8484791499134675	8	2	2	2	1	True	2991	fragment	False	TAN0003_000000001360	1.0		0	0	False	False	0.9997783899307251	0					non-mobilizable	no_good_hit	1898.0	87.98700000000001	55.0	0.4098360655737705	NZ_AWET01000016.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00040, whole genome shotgun sequence	True	True
ISR0817_000000004790	2501	0.8484776781144134	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.061547526125647706	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2503.0	99.48100000000001	100.0	0.00047096574340935133	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0841_000000002815	4433	0.8484752612382479	4	4	4	4	1	False	66890	fragment	False	ISR0841_000000002815	0.9747269866672852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0027_000000007249	4972	0.8484704704488597	6	5	5	5	5	False	110583	fragment	False	MON0027_000000007249	1.0		0	0	False	False	0.9987932443618774	0					non-mobilizable	no_good_hit	102.0	80.392	2.0	0.00018739554610504094	NZ_VANP01000006.1	high GC Gram+	Microbispora fusca strain NEAU-HEGS1-5 Scaffold6, whole genome shotgun sequence	True	False
ISR0090_000000005659	4216	0.8484698688627931	4	3	2	2	2	False	74968	maximal	True	ISR0090_000000005659	1.0		8	2	False	False	0.9933586120605469	0					non-mobilizable	no_good_hit	143.0	78.322	3.0	2.7798895299502538e-05	CP031777.1	firmicutes	Bacillus megaterium strain Mn1-4 chromosome	True	False
ISR0212_000000005347	5845	0.8484658010714251	14	5	3	4	2	False	29177	maximal	True	ISR0212_000000005347	1.0		2	2	False	False	0.9974337220191956	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00018367070742222996	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0104_000000015214	2231	0.8484652042843142	4	4	3	3	3	False	107885	fragment	False	AST0104_000000015214	1.0		0	0	False	False	0.9995517730712891	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	5.504197605936146e-05	NZ_KE386885.1	d-proteobacteria	Desulfovibrio putealis DSM 16056 G453DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0053_000000022401	1117	0.8484569868716847	2	1	1	1	1	False	63819	maximal	True	ENG0053_000000022401	1.0		206	10	False	False	0.988361656665802	0					non-mobilizable	no_good_hit	57.0	87.719	14.0	1.2125070098061504e-05	NZ_CP048630.1	a-proteobacteria	Ancylobacter pratisalsi strain DSM 102029 chromosome, complete genome	True	False
MON0032_000000021981	1410	0.8484562856052483	2	2	2	1	2	False	12386	fragment	False	MON0032_000000021981	1.0		0	0	False	False	0.9865248203277588	0					non-mobilizable	other	1410.0	99.291	100.0	0.0017164987324223343	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0106_000000001569	12311	0.8484545153655764	10	5	3	4	4	False	32918	maximal	True	ISR0106_000000001569	1.0		1	1	False	False	0.9994314312934875	0					non-mobilizable	no_good_hit	1382.0	81.042	11.0	0.0003325702020497491	CP028528.1	firmicutes	Clostridioides difficile strain 020696 chromosome	True	False
ENG0113_000000019690	1415	0.84845343018862	2	2	1	2	1	True	59599	fragment	False	ENG0113_000000019690	0.9923504671236106		0	0	False	False	0.9971731305122375	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	2.195641277199176e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
ENG0147_000000011763	1314	0.84845343018862	2	2	1	2	1	True	59599	fragment	False	ENG0113_000000019690	0.9601376291328126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0072_000000002046	2768	0.8484523204962264	5	4	3	3	4	False	37621	fragment	False	MAD0072_000000002046	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2673.0	98.055	100.0	0.0005254217783491212	CP055713.1	enterobacteria	Escherichia coli strain RHB15-C06 chromosome, complete genome	False	False
CHI0133_000000003424	5018	0.8484516034964443	6	3	0	2	2	False	127304	backbone	False	ISR0832_000000002251	0.36546623250807625	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	5018.0	99.98	100.0	0.8955730096394144	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0047_000000005642	4863	0.8484516034964443	6	3	0	2	2	False	130581	backbone	False	ISR0082_000000004600	0.55386374725951	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	301					non-mobilizable	no_good_hit	1380.0	96.449	65.0	0.2457672429157013	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0112_000000003618	4389	0.8484516034964443	5	3	0	2	2	False	127304	backbone	False	ISR0832_000000002251	0.2655266890323717	PS1004	0	0	False	True	0.9990886449813843	0					non-mobilizable	plasmid	4377.0	99.954	99.0	0.7811495894323456	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0283_000000003851	3463	0.8484516034964443	5	3	0	2	2	False	26118	backbone	True	ISR0283_000000003851	1.0	PS72	2	2	True	True	1.0	56					non-mobilizable	no_good_hit	508.0	90.551	32.0	0.09035822491534486	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0041_01_000000006220	3406	0.8484516034964443	4	3	0	2	2	False	127304	backbone	False	ISR0832_000000002251	0.23507412794232624	PS1004	0	0	True	True	0.9970639944076538	7					non-mobilizable	other	1695.0	94.21799999999999	93.0	0.3001247549456425	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0047_000000016368	1304	0.8484448435464964	4	3	3	3	2	False	64299	maximal	True	ENG0047_000000016368	1.0		0	0	False	False	0.9823619723320007	0					non-mobilizable	no_good_hit	250.0	96.4	19.0	8.86900269311363e-05	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0101_000000014682	1606	0.8484445917073938	3	2	2	2	1	False	33131	maximal	True	ISR0101_000000014682	1.0		1	1	False	False	0.968866765499115	0					non-mobilizable	no_good_hit	297.0	99.663	18.0	0.00015415879814467803	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	True	False
ISR0047_000000017471	1713	0.8484443807863253	2	2	2	2	1	False	36078	maximal	True	ISR0047_000000017471	1.0		97	12	False	False	0.9994162321090698	0					non-mobilizable	no_good_hit	350.0	76.286	20.0	0.001561109147920683	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0019_000000002544	8756	0.848443283675586	9	8	4	4	8	False	128545	fragment	False	SPA0019_000000002544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4239.0	94.385	82.0	0.3587030138841856	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0040_000000023727	1785	0.848428752090033	3	2	2	2	1	False	56464	fragment	False	ENG0160_000000011085	0.9614340032590982		0	0	False	False	0.9955182075500488	0					non-mobilizable	chromosome	1106.0	95.389	100.0	0.0002958535482059055	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0148_000000005657	2090	0.8484276151467417	3	3	3	3	3	False	95837	fragment	False	ENG0037_000000014990	0.8308007626924391		0	0	False	False	0.9918660521507263	0					non-mobilizable	chromosome	2090.0	99.426	100.0	0.00029485542909439723	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0057_000000005224	4258	0.848426378662725	5	4	1	2	3	False	126114	maximal	True	MON0057_000000005224	1.0		0	0	False	False	0.9969469308853149	0					non-mobilizable	no_good_hit	229.0	92.14	5.0	0.034414796846573684	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
FIJ0123_000000020851	1606	0.8484235024666694	4	3	3	3	3	False	131435	maximal	True	FIJ0123_000000020851	1.0		0	0	False	False	0.9975093603134155	0					non-mobilizable	no_good_hit	1038.0	80.539	64.0	0.014363007585899153	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0052_000000020898	1561	0.8484138025870867	4	3	3	3	1	True	76818	fragment	False	ISR0089_000000020422	0.6118214859149401		0	0	False	False	0.9807815551757812	0					non-mobilizable	other	1561.0	98.527	100.0	0.000529996979696699	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0154_000000008820	2515	0.8484091118159304	2	2	1	1	0	False	92661	fragment	False	USA0080_01_000000016921	0.9578313253012047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0145_01_000000008985	2689	0.8484090071843193	3	3	2	1	2	False	93957	fragment	False	USA0145_01_000000008985	1.0		0	0	False	False	0.9996281266212463	0					non-mobilizable	no_good_hit	155.0	79.355	6.0	4.999524555017807e-05	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
CHI0102_000000001815	3770	0.8484075792123716	4	2	2	2	1	True	113417	fragment	False	ISR0151_000000003934	0.6377026248662881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.947	44.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0110_000000007461	2696	0.8483988029385254	3	2	1	2	2	True	81037	maximal	False	CHI0131_000000006082	0.9901706231454006		0	0	False	False	1.0	0					non-mobilizable	chromosome	2696.0	100.0	100.0	0.0005685015943358256	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	True
CHI0131_000000006082	2696	0.8483988029385254	3	2	1	2	2	True	81037	maximal	True	CHI0131_000000006082	0.9901706231454006		18	7	False	False	0.9899851679801941	0					non-mobilizable	chromosome	2696.0	99.926	100.0	0.0005685015943358256	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	True
ISR0015_000000003937	5834	0.8483937877421162	8	6	2	4	6	False	109919	fragment	False	ISR0025_000000004431	0.187462171703717		0	0	False	False	1.0	0					non-mobilizable	other	5834.0	99.811	100.0	0.0016448528121849975	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CAN0004_000000018519	1533	0.8483921678603367	2	1	1	1	1	False	96149	maximal	True	CAN0004_000000018519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	79.49600000000001	57.0	0.0049888656804018714	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ISR0095_000000028533	1256	0.8483904710052577	2	2	1	2	1	True	59599	fragment	False	ENG0113_000000019690	0.6374936580416032		0	0	False	False	0.9928343892097473	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	8.09087077628963e-06	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0156_000000003185	4850	0.8483816007140195	7	7	0	4	7	False	98007	fragment	False	ENG0156_000000003185	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4850.0	99.485	100.0	0.0414544267589785	CP010179.1	enterobacteria	Escherichia coli strain H15 plasmid A, complete genome	False	True
ISR0064_000000013459	1663	0.8483793211135117	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.6626489524657981		0	0	False	False	0.9987973570823669	0					non-mobilizable	other	1661.0	93.679	99.0	0.02307842481035252	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0114_000000016629	1684	0.8483717577916318	2	2	1	2	2	False	32542	maximal	True	ISR0114_000000016629	1.0		1	1	False	False	0.9994061589241028	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000036627	1109	0.8483704764272018	1	1	1	1	1	False	37068	maximal	True	ISR0029_000000036627	1.0		1	1	False	False	0.9774571657180786	0					non-mobilizable	no_good_hit	290.0	83.103	25.0	0.00041358875393093954	NZ_CYXL01000001.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ISR0278_000000002149	4426	0.8483702943523332	5	2	1	1	2	False	26283	maximal	True	ISR0278_000000002149	1.0		0	0	False	False	0.9961590766906738	0					non-mobilizable	no_good_hit	165.0	92.727	15.0	0.0280773840095874	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	False
FIJ0130_000000012910	1593	0.8483650256962519	2	2	2	1	1	False	47476	fragment	False	FIJ0040_000000015169	0.9491315136476426		0	0	False	False	1.0	0					non-mobilizable	other	879.0	89.306	91.0	0.006698118256960002	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
USA0062_01_000000014587	1252	0.8483645587036048	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.8243984078038524		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	99.12100000000001	100.0	0.008037366365131578	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ENG0093_000000004584	2686	0.8483579926780733	2	2	2	2	1	False	95667	fragment	False	ENG0093_000000004584	0.9768411468645644		0	0	False	False	0.9947878122329712	0					non-mobilizable	other	2686.0	99.73899999999999	100.0	0.014581851161931865	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ENG0193_000000009457	2154	0.8483579926780733	2	2	2	2	1	False	89238	fragment	False	USA0021_01_000000008155	0.9705491585473871		0	0	False	False	1.0	0					non-mobilizable	chromosome	2154.0	99.814	100.0	0.0005399719776624231	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0080_000000014363	2193	0.8483509401284095	3	2	2	2	1	True	114354	fragment	False	USA0080_01_000000017707	0.48006785411365566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	82.01	28.0	0.25102543068088595	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ENG0115_000000017332	1250	0.8483509401284095	2	2	2	2	1	True	114347	fragment	False	ENG0115_000000017332	0.9784201954397393		0	0	False	False	0.9991999864578247	0					non-mobilizable	no_good_hit	691.0	82.344	55.0	0.28137817883511074	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
AST0113_000000014960	2534	0.8483507247172576	2	2	2	2	2	False	119849	fragment	False	AST0113_000000014960	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1470.0	99.116	100.0	0.002560553874471853	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ISR0844_000000002036	6764	0.8483463984124886	10	7	3	6	4	True	20721	fragment	False	ISR0844_000000002036	1.0		0	0	False	False	0.9985215663909912	0					non-mobilizable	no_good_hit	137.0	100.0	2.0	0.03358024691358025	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0126_000000031677	1565	0.848344806575308	3	3	3	2	2	False	33828	maximal	False	ISR0132_000000017733	0.946070591110189		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	76.876	92.0	0.02017793395805444	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0055_000000002002	6915	0.8483335777068756	8	6	4	6	3	True	95424	maximal	True	CHI0055_000000002002	0.9664239716633246	PS172	1	1	True	True	0.9989877343177795	16					non-mobilizable	no_good_hit	171.0	94.73700000000001	2.0	0.007125193847185548	NZ_CABKPS010000012.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0096_000000009500	3569	0.8483330889187559	4	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.5405507338464016	PS572	0	0	False	True	0.9994395971298218	0					non-mobilizable	no_good_hit	131.0	77.863	4.0	4.900556401634524e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	True
FIJ0120_000000006283	3569	0.8483330889187559	4	4	4	4	3	False	100442	backbone	False	FIJ0089_000000005945	0.5405507338464016	PS572	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	131.0	77.863	4.0	4.900556401634524e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	True
ENG0198_000000006902	2752	0.8483330424920873	3	2	2	2	2	False	65800	fragment	False	ENG0198_000000006902	1.0		0	0	False	False	0.9963662624359131	0					non-mobilizable	no_good_hit	1786.0	78.891	71.0	0.000498927404793426	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
AST0052_000000009860	2286	0.8483330424920873	3	2	2	2	2	False	116944	fragment	False	AST0052_000000009860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	93.87	86.0	0.007749464375256416	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
ISR0119_000000014456	2159	0.8483330424920873	3	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.4945818104365023		0	0	False	False	1.0	0					non-mobilizable	chromosome	1993.0	91.069	97.0	0.0005292669906763255	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0395_000000033341	1148	0.8483328092919175	2	2	2	2	1	False	22698	maximal	True	ISR0395_000000033341	1.0		13	6	False	False	0.9581881761550903	0					non-mobilizable	no_good_hit	524.0	74.42699999999999	45.0	8.879501713398995e-05	CP031165.1	actinobacteria	Euzebya sp. DY32-46 chromosome, complete genome	True	False
FIJ0154_000000016712	2258	0.8483261748074702	3	3	3	3	1	False	39600	maximal	True	FIJ0154_000000016712	1.0		0	0	False	False	0.9831709265708923	0					non-mobilizable	no_good_hit	1162.0	98.279	51.0	0.007077498917953439	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0385_000000014993	1561	0.8483247207899589	3	3	3	3	3	False	23031	maximal	True	ISR0385_000000014993	1.0		22	5	False	False	0.9846252202987671	0					non-mobilizable	no_good_hit	117.0	76.068	7.0	0.0007486817392651302	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
MAD0066_000000004824	4008	0.8483239182840588	4	4	3	4	3	False	131409	fragment	False	MAD0066_000000004824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	74.876	20.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
FIJ0062_000000009260	3104	0.8483105161161191	2	2	2	1	1	False	52738	fragment	False	FIJ0062_000000009260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	82.20299999999999	4.0	0.00012236558904827978	NZ_OAML01000002.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
MAD0037_000000003892	3292	0.8483027498009718	6	5	3	3	5	True	98657	fragment	False	MAD0037_000000003892	1.0		0	0	False	False	0.9972661137580872	0					non-mobilizable	plasmid	3294.0	99.12	100.0	0.05749995605322833	CP014200.1	enterobacteria	Escherichia coli strain MRE600 plasmid pMRE600-2, complete sequence	False	True
ENG0206_000000004994	4852	0.8482979543280962	10	4	3	2	3	False	94622	maximal	True	ENG0206_000000004994	1.0		7	4	False	False	0.9975267648696899	0					non-mobilizable	no_good_hit	1335.0	97.603	78.0	0.00029563390261184004	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0821_000000001914	11363	0.8482971803424283	11	10	5	5	9	False	98214	fragment	False	ENG0152_000000001954	0.9977657057741172		0	0	False	False	1.0	0		MOBP	MPF_I	MOBP	conjugative	chromosome	11364.0	99.419	100.0	0.0018053560911448826	CP050222.1	enterobacteria	Escherichia coli strain RM-103-WU chromosome	False	True
FIJ0149_000000004308	4961	0.8482961412340659	7	4	3	4	2	False	41487	maximal	True	FIJ0149_000000004308	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	79.195	6.0	8.793893424034916e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ENG0146_000000005928	4181	0.848293447233769	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23344234842588013	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4181.0	99.976	100.0	0.0007296104002646146	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CHI0136_000000003649	4066	0.848293447233769	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.22045515778249197	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4067.0	99.066	100.0	0.0007656724161145232	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0049_000000003995	6561	0.8482869893331089	7	3	2	2	1	True	74647	fragment	False	ISR0049_000000003995	1.0		0	0	False	False	0.9984758496284485	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.9997755244400785e-06	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	True
AST0040_000000001100	14109	0.8482832957000124	13	9	7	9	4	True	116426	fragment	False	AST0040_000000001100	1.0		0	0	False	False	0.9997165203094482	0					non-mobilizable	no_good_hit								True	True
FIJ0128_000000000184	49238	0.8482767248476657	57	18	12	18	12	True	98438	fragment	False	FIJ0128_000000000184	1.0		0	0	False	False	0.999959409236908	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	5.86021782252064e-06	NZ_LT575476.1	firmicutes	Paenibacillus tuaregi strain Marseille-P2472T, whole genome shotgun sequence	True	True
CHI0141_000000023753	1167	0.8482749798041629	3	3	3	3	3	False	80024	maximal	True	CHI0141_000000023753	1.0		0	0	False	False	0.947729229927063	0					non-mobilizable	chromosome	830.0	98.434	98.0	0.0002906348456068276	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0065_000000006730	3938	0.8482387509725051	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8391894624698307		0	0	False	False	0.9994921088218689	0					non-mobilizable	other	3859.0	100.0	100.0	0.0007472126238260889	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0085_000000007399	4662	0.8482371482852528	9	9	8	5	4	False	120521	fragment	False	CAN0021_000000006846	0.563668129755425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2926.0	99.624	77.0	0.0005508095959505608	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MON0078_000000001246	18541	0.8482347222134664	21	14	8	9	8	True	66326	maximal	True	MON0078_000000001246	1.0		1	1	False	False	0.9999460577964783	0					non-mobilizable	no_good_hit	2034.0	80.875	33.0	0.0007205619457095932	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
FIJ0031_000000004629	4801	0.8482318337985073	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.5072402073074157	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4807.0	98.79299999999999	100.0	0.033677866928278614	CP042247.1	enterobacteria	Escherichia coli strain BCE049 plasmid pBCE049-1, complete sequence	False	True
CHI0066_000000003587	3685	0.8482296003673875	2	2	2	1	0	True	87309	fragment	False	CHI0066_000000003587	1.0		0	0	False	False	0.9983717799186707	0					non-mobilizable	other	3167.0	96.274	99.0	0.004507860974376144	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
MON0014_000000006247	2609	0.8482296003673875	2	2	2	1	0	True	87304	fragment	False	MON0014_000000006247	1.0		0	0	False	False	0.9996166825294495	0					non-mobilizable	other	2609.0	99.84700000000001	100.0	0.004455263719837711	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	True
AST0153_000000013421	2393	0.8481973556831729	3	3	3	2	2	False	131668	fragment	False	DEN0028_000000005326	0.3825146930509708		0	0	False	False	0.9954032301902771	0					non-mobilizable	no_good_hit	904.0	87.05799999999999	38.0	0.0002565864807751366	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0070_000000010332	2052	0.8481962919340891	5	3	3	2	2	True	129439	fragment	False	SPA0070_000000010332	1.0		0	0	False	False	0.9897660613059998	0					non-mobilizable	other	2036.0	94.057	99.0	0.0006512953701352575	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0332_000000000157	33346	0.8481955053050908	39	12	9	11	7	True	68525	maximal	False	ISR0076_000000000367	0.6446451465266274		0	0	False	False	0.9989504218101501	0					non-mobilizable	no_good_hit	560.0	75.357	2.0	0.00785385009390473	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	True
AST0026_000000009715	3070	0.8481902217025283	3	3	3	3	3	False	125351	fragment	False	ISR0212_000000010113	0.9603457963028191		0	0	False	False	0.9983713626861572	0					non-mobilizable	other	3070.0	98.99	100.0	0.012092060784127888	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0096_000000019514	2282	0.8481781136186923	2	2	2	2	2	False	78503	maximal	False	ISR0101_000000010316	0.9892241643894197		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	98.12100000000001	100.0	0.0024685262898049864	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
MON0010_000000004762	4511	0.8481713254894524	6	4	4	4	3	False	120084	maximal	True	MON0010_000000004762	1.0		1	1	False	False	0.9957880973815918	0					non-mobilizable	no_good_hit	2758.0	96.954	61.0	0.0006165052963307869	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
CHI0087_000000001017	5873	0.8481711651028339	8	8	5	7	8	True	114229	fragment	False	CHI0087_000000001017	0.9756027014304295		0	0	False	False	1.0	0					non-mobilizable	plasmid	5874.0	99.762	100.0	0.06778154790757795	CP054413.1	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-2, complete sequence	False	True
ISR0067_000000004616	5535	0.8481663751681751	5	5	2	5	2	False	35090	maximal	True	ISR0067_000000004616	1.0		0	0	False	False	0.9998193383216858	0					non-mobilizable	no_good_hit	249.0	73.896	4.0	0.01050645396457824	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0127_000000002128	8253	0.8481640441178679	9	3	3	3	2	False	41065	fragment	False	FIJ0127_000000002128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0361_000000011629	1302	0.8481637612824632	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.11012545605587061		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	84.074	99.0	0.067290110234575	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0021_000000002734	9994	0.8481634254993875	11	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9145515668697078		0	0	False	True	1.0	0					non-mobilizable	other	4676.0	98.01100000000001	92.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
AST0053_000000001504	9189	0.8481634254993875	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8939587320663555		0	0	False	True	1.0	0					non-mobilizable	other	4371.0	98.46700000000001	98.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0048_000000001805	9188	0.8481634254993875	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8937717600283581		0	0	False	True	1.0	0					non-mobilizable	other	4371.0	98.46700000000001	98.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0781_000000002435	9099	0.8481634254993875	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8518699016085568		0	0	False	True	0.9993405938148499	0					non-mobilizable	other	4371.0	98.46700000000001	98.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
MON0019_000000021236	3071	0.8481566899316652	1	1	1	1	1	False	13197	fragment	False	MON0019_000000021236	1.0		0	0	False	False	0.9967437386512756	0					non-mobilizable	no_good_hit	172.0	75.581	6.0	0.0019716646989374263	JQ974026.1	g-proteobacteria	Pseudomonas fluorescens strain LMG 5329 WLIP production cluster 2 genomic sequence	True	False
ISR0771_000000003881	2903	0.8481565121867732	5	2	2	2	2	False	118614	maximal	True	ISR0771_000000003881	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1979.0	89.13600000000001	72.0	0.0004357879165472803	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ETH0003_000000016981	2298	0.8481533006079319	3	3	2	1	2	False	53188	maximal	True	ETH0003_000000016981	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	588.0	84.524	26.0	0.31280128548473485	NZ_JAAIUD010000033.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_34_length_1867_cov_319.652, whole genome shotgun sequence	True	False
ISR0204_000000010305	1279	0.8481508792977218	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.03024668754069035		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	93.20299999999999	100.0	0.021876552515717882	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	True
USA0034_01_000000029114	1800	0.8481398373085323	2	2	2	2	1	False	88650	maximal	True	USA0034_01_000000029114	1.0		5	3	False	False	0.9972222447395325	0					non-mobilizable	no_good_hit	391.0	91.816	22.0	8.657241771614395e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0057_000000018326	1119	0.8481391494581935	1	1	1	1	1	False	85939	fragment	False	CHI0057_000000018326	1.0		0	0	False	False	0.9794459342956543	0					non-mobilizable	no_good_hit	993.0	74.32	88.0	0.006550819187993744	NZ_SPFR01000010.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_10_length_148989_cov_36.8612, whole genome shotgun sequence	True	False
MON0019_000000009413	6061	0.8481350159668011	2	2	2	2	2	False	13225	maximal	True	MON0019_000000009413	1.0		13	7	False	False	0.9998350143432617	0					non-mobilizable	other	6061.0	99.934	100.0	0.0016876842771600896	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	False	False
CAN0021_000000014166	3019	0.8481276215847883	4	1	1	1	1	False	113532	fragment	False	CAN0021_000000014166	0.9478849407783418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0114_000000015429	2955	0.8481276215847883	5	1	1	1	1	False	113532	fragment	False	CAN0021_000000014166	0.9393839019542896		0	0	False	False	0.9989847540855408	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0102_000000017596	1811	0.8481276215847883	3	1	1	1	1	False	113525	fragment	False	FIJ0102_000000017596	1.0		0	0	False	False	0.9933738112449646	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0011_000000026087	1755	0.8481276215847883	4	1	1	1	1	False	113524	fragment	False	DEN0011_000000026087	0.9993706733794839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0103_000000035395	1589	0.8481276215847883	3	1	1	1	1	False	113524	fragment	False	DEN0011_000000026087	0.9521367521367521		0	0	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CAN0003_000000032497	1511	0.8481276215847883	2	1	1	1	1	False	113521	fragment	False	AST0087_000000017412	0.12293146690466454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	5.0	1.0060020597892173e-05	LN899827.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IX	True	False
CHI0154_000000024134	1396	0.8481276215847883	3	1	1	1	1	False	113521	fragment	False	AST0087_000000017412	0.14727067036049102		0	0	False	False	0.972779393196106	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0019_000000048452	1382	0.8481276215847883	2	1	1	1	1	False	113521	fragment	False	AST0087_000000017412	0.08807698642744585		0	0	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0018_000000032752	1248	0.8481276215847883	1	1	1	1	1	False	113521	fragment	False	AST0087_000000017412	0.057352941176470586		0	0	False	False	0.9959936141967773	0					non-mobilizable	no_good_hit								True	False
ENG0207_000000017574	1138	0.8481276215847883	2	1	1	1	1	False	53867	fragment	False	ENG0207_000000017574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0784_000000005210	2369	0.8481193481131917	4	3	2	2	3	True	127831	maximal	True	ISR0784_000000005210	1.0		23	4	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	95.475	38.0	0.00028123287014943294	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0128_000000013069	2138	0.8481166181528568	2	2	2	2	2	False	92598	maximal	True	ENG0128_000000013069	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1574.0	83.67200000000001	79.0	0.00029147641541263337	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CAN0007_000000019853	2045	0.8481052210128576	3	2	1	2	1	False	95289	fragment	False	CAN0007_000000019853	1.0		0	0	False	False	0.97555011510849	0					non-mobilizable	no_good_hit	869.0	72.957	42.0	0.003411228361016355	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0853_000000002212	6190	0.8481038310106968	8	8	8	7	5	False	99088	fragment	False	CAN0012_000000008126	0.7158397500631154		0	0	False	False	0.9996768832206726	0					non-mobilizable	other	6190.0	98.65899999999999	100.0	0.021654397357666687	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
FIJ0141_000000006544	4349	0.8480990641556321	5	4	1	2	3	False	109876	fragment	False	MON0103_000000009754	0.9765482328360453		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2078.0	99.904	55.0	0.51348008904279	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
ENG0037_000000007254	4323	0.8480990641556321	5	4	1	2	3	False	109876	fragment	False	MON0103_000000009754	0.9849006495919603		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2051.0	99.854	54.0	0.5065545387088796	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0065_000000003604	4216	0.8480990641556321	5	4	1	2	3	False	109876	fragment	False	MON0103_000000009754	0.972457851360992		0	0	False	False	0.9962049126625061	0	rep_cluster_1097				non-mobilizable	no_good_hit	1934.0	99.897	53.0	0.4778629730398219	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0155_000000005632	4036	0.8480990641556321	5	4	1	2	3	False	109876	fragment	False	MON0103_000000009754	0.8690295509827259		0	0	False	False	0.9987611770629883	0	rep_cluster_1097				non-mobilizable	no_good_hit	1764.0	99.887	51.0	0.43581498886965125	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
CHI0165_000000004210	3928	0.8480990641556321	5	4	1	2	3	False	109876	fragment	False	MON0103_000000009754	0.6147851360566434		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1624.0	99.815	49.0	0.4011872372000989	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0015_000000007556	3835	0.8480990641556321	5	4	1	2	3	False	109876	fragment	False	MON0103_000000009754	0.5291402530156861		0	0	False	False	0.9997392296791077	0	rep_cluster_1097				non-mobilizable	no_good_hit	1563.0	99.936	49.0	0.3863467721988622	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0098_000000006479	3483	0.8480990641556321	4	4	1	2	3	False	109876	fragment	False	MON0103_000000009754	0.2587344737874147		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1409.0	99.50299999999999	49.0	0.34825624536235467	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
ISR0179_000000007161	3459	0.8480988166959179	4	4	3	3	1	False	131748	maximal	True	ISR0179_000000007161	1.0		2	2	False	False	0.9982653856277466	0					non-mobilizable	no_good_hit	1164.0	91.065	34.0	0.002588883880743732	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0029_000000008613	4051	0.8480925202000106	3	2	2	2	2	False	131545	fragment	False	FIJ0029_000000008613	0.9961109670728545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	81.546	51.0	0.0022945942876737646	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
SPA0124_000000011820	2473	0.8480910955210915	4	2	0	1	1	False	7382	maximal	True	SPA0124_000000011820	0.9563783438401218		2	1	True	True	1.0	147					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.013420089467263115	LN852787.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0096	True	True
SPA0058_000000013091	2387	0.8480910955210915	4	2	0	1	1	False	7382	maximal	False	SPA0124_000000011820	0.9509536469532782		0	0	True	True	1.0	818					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.013420089467263115	LN852787.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0096	True	True
SPA0062_000000013801	2387	0.8480910955210915	4	2	0	1	1	False	7382	maximal	False	SPA0124_000000011820	0.9492609229844938		0	0	True	True	1.0	53					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.013420089467263115	LN852787.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0096	True	True
MON0058_000000029286	1751	0.8480775254064721	2	2	2	1	2	False	74966	fragment	False	MON0058_000000029286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	80.19800000000001	6.0	3.307619653140952e-05	NC_017025.1	CFB group bacteria	Flavobacterium indicum GPTSA100-9 = DSM 17447, complete genome	True	False
ISR0131_000000007709	3581	0.8480720977974655	5	2	2	2	1	False	94751	maximal	True	ISR0131_000000007709	1.0		1	1	False	False	0.9818486571311951	0					non-mobilizable	no_good_hit	385.0	87.01299999999999	11.0	0.00012344791642157044	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CAN0009_000000019043	1480	0.8480720977974655	2	2	2	2	1	False	94743	fragment	False	CAN0009_000000019043	0.9602743715256074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
ISR0298_000000002672	4995	0.8480640086350495	7	3	3	3	2	False	25646	fragment	False	ISR0298_000000002672	1.0		0	0	False	False	0.9997997879981995	0					non-mobilizable	no_good_hit	732.0	72.95100000000001	14.0	0.0015299206952095821	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
FIJ0087_000000001507	13648	0.8480616776684331	13	9	4	7	4	False	43769	maximal	True	FIJ0087_000000001507	1.0		4	3	False	False	0.9991940259933472	0		MOBP			mobilizable	no_good_hit	1098.0	91.075	19.0	0.0026051446853622246	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
ISR0784_000000003652	3402	0.8480515194754431	5	4	4	4	4	False	128287	maximal	True	ISR0784_000000003652	1.0		0	0	False	False	0.9952968955039978	0					non-mobilizable	no_good_hit	1739.0	98.965	84.0	0.0006308140115522128	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0017_000000008414	1536	0.8480511657754192	2	2	2	2	2	False	11561	fragment	False	SPA0017_000000008414	0.9627659574468085		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	98.82700000000001	99.0	0.00024022411718420956	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
ISR0802_000000004256	3337	0.8480456510136714	5	3	3	3	2	True	125424	fragment	False	SPA0007_000000005963	0.4401511529380822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1132.0	81.095	47.0	0.12452020772183336	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
AST0116_000000014086	1919	0.8480424768460602	2	2	2	2	1	False	131831	maximal	True	AST0116_000000014086	1.0		6	5	False	False	1.0	0					non-mobilizable	other	1588.0	93.01	94.0	0.0004473142249872095	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0014_000000019025	1337	0.8480424768460602	2	2	2	2	1	False	50439	fragment	False	FIJ0014_000000019025	1.0		0	0	False	False	0.9940164685249329	0					non-mobilizable	other	1263.0	76.405	93.0	0.005023179248822882	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
ENG0095_000000003454	7273	0.8480423531718645	13	4	2	2	3	False	129825	maximal	True	ENG0095_000000003454	1.0	PS1064|PS1067|PS292	0	0	True	True	0.9982125759124756	13					non-mobilizable	no_good_hit	134.0	82.836	2.0	0.004488673927415707	MK233338.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_3_c1 sequence	True	True
ISR0198_000000003530	10116	0.8480414655017641	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6840385976831337	PS1166	0	0	True	True	1.0	2					non-mobilizable	other	10128.0	97.80799999999999	100.0	0.3778915505063717	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
SPA0051_000000002156	10110	0.8480414655017641	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6829351054208067	PS1166	0	0	True	True	1.0	13					non-mobilizable	other	10124.0	97.758	100.0	0.37766732688067567	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0389_000000005335	3730	0.8480360331400659	5	4	4	2	2	False	89625	maximal	True	ISR0389_000000005335	1.0		1	1	False	False	0.9989275932312012	0					non-mobilizable	no_good_hit	1854.0	96.926	73.0	0.0007545721490353332	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
CAN0001_000000003541	11826	0.8480355507549899	15	11	5	9	6	True	97466	fragment	False	CAN0001_000000003541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2894.0	87.802	35.0	0.006151600458763424	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
SPA0127_000000005814	5005	0.8480315541722813	6	3	0	1	3	False	126711	fragment	False	SPA0127_000000005814	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3311.0	99.84899999999999	100.0	0.5075931891394385	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0083_000000015407	1469	0.8480312844883949	2	2	2	2	1	False	64804	fragment	False	ENG0083_000000015407	0.9748892171344166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.971	28.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0180_000000005070	4132	0.8480266882370999	3	2	2	2	2	False	29647	maximal	True	ISR0180_000000005070	1.0		3	2	False	False	0.9985479116439819	0					non-mobilizable	no_good_hit	1728.0	99.82600000000001	42.0	0.00780508528196831	NZ_AAXG02000047.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont352, whole genome shotgun sequence	True	False
ISR0288_000000016294	1840	0.8480225166188508	3	2	2	2	2	False	94747	fragment	False	ISR0288_000000016294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
SPA0011_000000005902	3427	0.8480131653063435	5	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.29132302984876746		0	0	False	False	1.0	0					non-mobilizable	chromosome	3427.0	99.94200000000001	100.0	0.0006837856577455192	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0148_000000001294	8003	0.8480032743392879	11	11	7	7	8	True	109946	fragment	False	CHI0148_000000001294	0.9998205129711448		0	0	False	False	1.0	0					non-mobilizable	other	8003.0	99.913	100.0	0.0016889540882002786	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
USA0047_01_000000032687	1105	0.8479990476760579	2	1	1	1	1	False	1137	maximal	True	USA0047_01_000000032687	1.0		3	2	False	False	0.9882352948188782	0					non-mobilizable	no_good_hit	39.0	100.0	4.0	0.0006691083251162135	NZ_QSOD01000011.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf11, whole genome shotgun sequence	True	False
ISR0119_000000022800	1369	0.8479889553154599	3	2	2	2	2	False	87232	fragment	False	ISR0370_000000016697	0.8406658652975245		0	0	False	False	0.983199417591095	0					non-mobilizable	other	1369.0	99.635	100.0	0.005986870897155361	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0120_000000012188	1743	0.8479870435184573	5	2	2	2	2	False	59175	maximal	True	ENG0120_000000012188	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	87.87899999999999	42.0	0.02534885351658369	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0047_000000020155	1485	0.8479848200810746	3	2	1	1	2	False	36070	maximal	True	ISR0047_000000020155	1.0		11	5	False	False	0.9912458062171936	0					non-mobilizable	chromosome	1040.0	92.5	100.0	0.00023197242100690346	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CHI0100_000000001183	2269	0.8479777713595447	2	2	0	1	2	False	83336	maximal	True	CHI0100_000000001183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000012562	1901	0.8479739822717628	3	3	3	2	3	True	131026	fragment	False	CHI0117_000000007167	0.2667654146348301		0	0	False	False	1.0	0					non-mobilizable	other	1906.0	94.70100000000001	100.0	0.0005667806113150836	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
MAD0108_000000007506	2263	0.8479663175058519	3	2	2	2	2	False	131791	fragment	False	MAD0108_000000007506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1964.0	99.389	87.0	0.05234527079277886	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
AST0048_000000007387	2127	0.8479663175058519	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.46707817265952295		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	90.62299999999999	99.0	0.04330214019582358	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
AST0010_000000014520	2036	0.8479663175058519	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.46967241923721015		0	0	False	False	1.0	0					non-mobilizable	virus	1973.0	98.73299999999999	97.0	0.05258526439294952	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
SPA0004_000000006056	2014	0.8479663175058519	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.6005175374060818		0	0	False	False	1.0	0					non-mobilizable	other	2016.0	98.56200000000001	100.0	0.013457556935817806	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0211_000000013418	1835	0.8479663175058519	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.42591297859869576		0	0	False	False	0.9950953722000122	0					non-mobilizable	chromosome	1837.0	91.072	100.0	0.0004912133640049138	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0324_000000009407	3334	0.8479632456886707	4	2	1	2	1	False	57828	maximal	True	ISR0324_000000009407	1.0		8	3	False	False	0.996700644493103	0					non-mobilizable	no_good_hit	121.0	82.645	4.0	4.461500801490852e-05	NZ_UHIC01000001.1	g-proteobacteria	Suttonella ornithocola strain NCTC13337, whole genome shotgun sequence	True	False
FIJ0111_000000006933	3188	0.8479437549950568	4	4	4	3	3	False	130049	fragment	False	ENG0005_000000004373	0.4838878911526658		0	0	False	False	1.0	0					non-mobilizable	other	3188.0	98.306	100.0	0.0009908481099844514	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0039_000000010077	1626	0.8479436920891805	2	1	1	1	1	False	116578	maximal	True	AST0039_000000010077	1.0		3	2	False	False	0.9944649338722229	0					non-mobilizable	no_good_hit	1174.0	97.7	72.0	0.002535218573447854	NZ_QSGP01000006.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf6, whole genome shotgun sequence	True	False
DEN0017_000000014808	1992	0.8479381721095902	3	2	2	2	2	False	75224	fragment	False	DEN0017_000000014808	1.0		0	0	False	False	0.9984939694404602	0					non-mobilizable	no_good_hit	1000.0	75.9	50.0	0.00043014762475690374	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	True	False
ENG0078_000000010386	2522	0.8479368071019355	3	3	3	2	2	True	61924	fragment	False	ENG0078_000000010386	1.0		0	0	False	False	0.991276741027832	0					non-mobilizable	other	2522.0	99.802	100.0	0.001212296077229175	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
ISR0359_000000015385	1770	0.8479330396690987	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.7163748175128963		0	0	False	False	0.9994350075721741	0					non-mobilizable	no_good_hit	523.0	99.235	30.0	0.00241440874737514	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0770_000000006646	1704	0.8479268593311148	3	2	2	1	1	True	37725	fragment	False	ISR0770_000000006646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0061_000000014715	2789	0.8479205943812522	3	2	2	2	2	False	71889	fragment	False	DEN0061_000000014715	0.9888205281879758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	1.5482581891653706e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ISR0119_000000012314	2551	0.8479205943812522	2	2	2	2	2	False	71889	fragment	False	DEN0061_000000014715	0.9738620297901489		0	0	False	False	0.9972559809684753	0					non-mobilizable	no_good_hit	56.0	89.286	2.0	7.302351888388198e-05	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
CHI0044_000000008134	1900	0.8479199260318376	2	2	1	1	1	True	87254	maximal	True	CHI0044_000000008134	1.0		1	1	False	False	0.9973683953285217	0					non-mobilizable	no_good_hit	1026.0	88.986	54.0	0.2925893120755831	NZ_MUXX01000021.1	g-proteobacteria	Haemophilus paraphrohaemolyticus strain CCUG 3718 3718T_ctg_0000021, whole genome shotgun sequence	True	True
ENG0178_000000005739	3642	0.8479194041741979	4	4	3	4	4	False	67896	fragment	False	ENG0178_000000005739	0.9968562245609908		0	0	False	False	0.9983525276184082	0					non-mobilizable	other	3642.0	99.725	100.0	0.0006892919508268475	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ISR0079_000000001984	13832	0.8479187040973463	15	11	3	4	9	False	103788	fragment	False	ISR0138_000000001647	0.920443582313963		0	0	False	False	0.9993493556976318	0					non-mobilizable	no_good_hit	4464.0	88.75399999999999	60.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0076_000000005678	1547	0.8479084352725657	2	2	2	2	2	False	84576	fragment	False	CHI0076_000000005678	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	84.65700000000001	95.0	0.000321606509840831	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
CHI0162_000000021457	1517	0.8479084352725657	2	2	2	2	2	False	84576	fragment	False	CHI0076_000000005678	0.9903038138332256		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	84.546	95.0	0.00031504311168081405	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0046_000000001278	13704	0.8479045071267981	21	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.33498212207604555	PS943|PS946|PS949	0	0	True	True	1.0	845					non-mobilizable	no_good_hit	1604.0	73.192	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AUS0014_000000000751	27649	0.8479032438147905	33	16	6	15	6	True	108400	backbone	False	ISR0280_000000000088	0.9230092699266118	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27583.0	99.993	99.0	0.2752375059875459	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0033_000000010267	1281	0.8478961348931444	2	2	2	2	2	False	117025	maximal	True	AST0033_000000010267	1.0		23	6	False	False	0.984387218952179	0					non-mobilizable	other	1281.0	98.829	100.0	0.0007392498346794804	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0190_000000020212	1107	0.847881849073137	2	1	1	1	1	False	29162	fragment	False	USA0035_01_000000023575	0.9606791778373548		0	0	False	False	0.9819331765174866	0					non-mobilizable	no_good_hit								True	False
AST0047_000000007956	2706	0.847881683532627	4	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.8399549453149606		0	0	False	False	1.0	0					non-mobilizable	other	2707.0	99.40899999999999	100.0	0.08578765494721491	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0154_000000007616	3826	0.8478795693339882	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8331193214689858		0	0	False	False	1.0	0					non-mobilizable	other	3780.0	99.947	100.0	0.0007319120024465499	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0060_000000005265	2600	0.8478715010353578	4	4	4	4	4	False	81142	maximal	True	FIJ0060_000000005265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	93.509	40.0	0.00021569260121769872	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0021_000000005159	9417	0.8478714653486559	13	10	6	6	10	True	49699	maximal	True	FIJ0021_000000005159	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	9420.0	99.84100000000001	100.0	0.07476917458578448	CP026283.1	enterobacteria	Klebsiella oxytoca strain KONIH2 plasmid pKOR-e6bf, complete sequence	False	True
SPA0145_000000004392	6813	0.8478620357455212	2	1	1	1	1	False	89116	fragment	False	SPA0145_000000004392	0.9732848071859996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2347.0	95.31299999999999	57.0	0.01882332129905843	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0035_000000003251	3317	0.8478620357455212	3	1	1	1	1	False	89113	fragment	False	CHI0035_000000003251	1.0		0	0	False	False	0.9996985197067261	0					non-mobilizable	no_good_hit	2597.0	95.61	78.0	0.020809378693704923	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0065_000000006788	2569	0.8478595705303661	4	4	3	4	3	False	100451	fragment	False	MAD0066_000000005127	0.5808100373947723		0	0	False	False	1.0	0					non-mobilizable	chromosome	2570.0	98.249	100.0	0.0004607667596510369	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0125_000000003757	6173	0.8478586729274576	6	6	5	4	5	False	58878	maximal	True	ENG0125_000000003757	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	90.771	55.0	0.001125210063567062	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0143_000000011397	1701	0.8478583617137417	3	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.029082923548665172	PS849	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1477.0	97.021	87.0	0.00030475666265214333	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
DEN0062_000000002688	5756	0.8478573559264854	8	4	4	3	3	False	71745	maximal	True	DEN0062_000000002688	1.0		2	2	False	False	0.998957633972168	0					non-mobilizable	no_good_hit	1825.0	72.932	31.0	0.008553617626562038	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0317_000000019036	1226	0.8478562026131031	3	1	1	1	1	False	25144	fragment	False	ISR0317_000000019036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0147_000000001167	14193	0.8478510533391503	17	9	2	9	6	False	79678	fragment	False	CHI0147_000000001167	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	0.012953367875647668	XM_013391335.1	apicomplexans	Eimeria acervulina hypothetical protein, conserved partial mRNA	True	False
AUS0010_000000005706	3955	0.8478508387984447	4	3	3	3	2	True	101587	maximal	True	AUS0010_000000005706	1.0		3	2	False	False	0.9994943141937256	0					non-mobilizable	no_good_hit	981.0	70.133	24.0	0.0004032536956189127	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
FIJ0077_000000004753	6117	0.8478392044956679	9	7	4	5	6	False	86583	fragment	False	FIJ0077_000000004753	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	84.126	26.0	0.0008175924748951316	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
MAD0100_000000018683	1935	0.8478391155514904	3	3	3	3	2	False	125702	maximal	True	MAD0100_000000018683	1.0		82	12	False	False	0.9994832277297974	0					non-mobilizable	chromosome	1303.0	86.493	96.0	0.00045278173201735003	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0137_000000002543	4626	0.8478301001032961	5	2	2	1	1	True	111405	fragment	False	FIJ0137_000000002543	0.9692686710594647		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	4626.0	99.89200000000001	100.0	0.14887794198139026	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0149_000000007673	4639	0.8478267036264325	6	3	3	3	2	False	91167	fragment	False	SPA0149_000000007673	1.0		0	0	False	False	0.9989221692085266	0					non-mobilizable	no_good_hit	1965.0	77.71	42.0	0.11425219941348974	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
CAN0017_000000015460	2309	0.8478266464228321	2	1	0	1	1	False	92493	fragment	False	CAN0017_000000015460	1.0		0	0	False	False	0.999566912651062	0					non-mobilizable	no_good_hit	1216.0	87.336	52.0	0.0005165884430683983	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CHI0167_000000019639	1192	0.8478266464228321	1	1	0	1	1	False	78116	fragment	False	ENG0182_000000023649	0.7844426963169638		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	98.743	100.0	0.000343219810693543	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
DEN0083_000000028266	1120	0.8478266464228321	1	1	0	1	1	False	69055	fragment	False	DEN0083_000000028266	0.9668755595344674		0	0	False	False	1.0	0					non-mobilizable	other	1063.0	97.836	95.0	0.18866583762657665	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	False
ISR0043_000000020100	1105	0.8478266464228321	1	1	0	1	1	False	78116	fragment	False	ENG0182_000000023649	0.7515192622158048		0	0	False	False	1.0	0					non-mobilizable	chromosome	1105.0	97.82799999999999	100.0	0.000267615473410318	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
ISR0230_000000014366	2290	0.8478241554898712	3	3	3	3	2	False	81760	fragment	False	ISR0159_000000010758	0.9381716221807244		0	0	False	False	0.9995633363723755	0					non-mobilizable	other	1337.0	96.559	98.0	0.005121064260725465	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0060_000000006833	3896	0.8478238761840553	5	4	3	4	3	False	122691	fragment	False	ENG0079_000000009014	0.2669563391029064		0	0	False	False	1.0	0					non-mobilizable	other	3922.0	95.895	100.0	0.01807931119356891	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	False
DEN0033_000000010440	2299	0.8478223863665487	3	1	1	1	1	False	110754	maximal	True	DEN0033_000000010440	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1678.0	94.1	72.0	0.00025633001273649364	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MAD0055_000000002584	3027	0.8478155071244636	4	3	3	3	2	False	96139	fragment	False	MAD0055_000000002584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0031_000000010479	2166	0.8478155071244636	3	3	3	3	2	False	96130	fragment	False	ISR0031_000000010479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	4.0	0.13058419243986255	EU065168.1	bacteria	Uncultured bacterium clone LM0ACA1ZC04RM1 genomic sequence	True	False
FIJ0169_000000011706	1948	0.8478155071244636	3	3	3	3	2	False	96128	fragment	False	MAD0091_000000007146	0.9536516853932584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0109_000000008630	3096	0.8478147701108533	3	3	3	2	3	False	42157	maximal	True	FIJ0109_000000008630	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0073_000000006368	4071	0.8478146903436549	4	4	4	4	4	False	125070	fragment	False	CHI0111_000000006932	0.8501096027597032		0	0	False	False	1.0	0					non-mobilizable	other	4100.0	86.366	100.0	0.4868891537544696	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0162_000000033742	1155	0.8478102083887931	2	2	2	2	2	False	127737	fragment	False	ISR0103_000000024557	0.9316213953058853		0	0	False	False	0.9861471652984619	0					non-mobilizable	other	1157.0	90.666	100.0	0.03664838474463431	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0094_000000002481	7417	0.8477961712204609	13	5	4	5	4	False	109406	maximal	True	AST0094_000000002481	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1930.0	83.47200000000001	73.0	0.0011340635362685004	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0837_000000003187	3233	0.8477859709890878	4	4	3	4	3	False	71670	maximal	True	ISR0837_000000003187	1.0		5	4	False	False	1.0	0					non-mobilizable	other	1717.0	99.53399999999999	100.0	0.004184110620472395	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0125_000000002761	5408	0.8477814681931658	8	4	3	3	3	False	110374	fragment	False	ISR0125_000000002761	1.0		0	0	False	False	0.9964866638183594	0					non-mobilizable	no_good_hit	1368.0	85.38	40.0	0.00039400009025552726	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0115_000000010709	1899	0.8477755840102164	2	2	2	2	2	False	59536	fragment	False	FIJ0047_000000016077	0.9534762153685312		0	0	False	False	0.9810426831245422	0					non-mobilizable	no_good_hit	124.0	82.258	7.0	0.004732225300092336	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
USA0072_01_000000003024	6659	0.8477625612162162	6	4	3	2	3	False	104819	fragment	False	USA0072_01_000000003024	1.0		0	0	False	False	0.9996996521949768	0					non-mobilizable	chromosome	6659.0	99.429	100.0	0.0011507561408084434	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ENG0145_000000006461	5084	0.8477609370458867	7	6	5	6	5	False	76780	fragment	False	FIJ0126_000000006156	0.9535662563359883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	81.084	33.0	0.0002807519117834989	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0106_000000017031	2420	0.8477606589124014	3	3	2	3	2	False	127054	fragment	False	ENG0049_000000005054	0.21632544090429223		0	0	False	False	1.0	0					non-mobilizable	other	2417.0	98.221	100.0	0.0007216847122723173	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0015_000000000339	24828	0.8477492895556619	32	13	3	11	4	True	19459	maximal	True	MAD0015_000000000339	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	88.682	5.0	0.00023208443672260184	CP055232.1	firmicutes	Enterococcus hirae strain 708 chromosome, complete genome	True	True
ENG0051_000000017201	1684	0.8477462511823193	2	2	2	2	2	False	127836	fragment	False	ENG0051_000000017201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	93.348	54.0	0.03149165471150145	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0006_000000020454	1840	0.8477285100660858	2	2	1	2	1	False	51706	maximal	True	FIJ0006_000000020454	1.0		2	1	False	False	0.999456524848938	0					non-mobilizable	no_good_hit	60.0	93.333	3.0	1.1031596361742124e-05	NZ_AP014704.1	a-proteobacteria	Methylobacterium aquaticum strain MA-22A	True	False
DEN0010_000000041574	1144	0.847721989737383	2	2	2	1	1	False	75814	fragment	False	DEN0010_000000041574	0.9892952720785013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	95.495	10.0	0.0005087834525120027	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
DEN0071_000000039948	1124	0.8477142741804761	2	2	2	2	1	False	70316	fragment	False	SPA0026_000000030085	0.9751286449399658		0	0	False	False	0.9928825497627258	0					non-mobilizable	no_good_hit	431.0	73.086	37.0	0.009715733444901564	NZ_CAPF01000074.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
FIJ0049_000000008312	2050	0.8477109219775353	3	3	3	3	3	False	46662	fragment	False	MAD0007_000000003912	0.9807421044755835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	78.48	43.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MON0031_000000012555	2667	0.8477082202646687	5	5	5	4	2	False	12463	maximal	True	MON0031_000000012555	1.0		5	4	False	False	0.9853768348693848	0					non-mobilizable	other	2667.0	97.93799999999999	100.0	0.012594125260999782	NZ_QRUP01000004.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf4, whole genome shotgun sequence	False	False
ISR0168_000000002897	8175	0.8477032895896435	10	4	2	2	3	False	48103	maximal	True	ISR0168_000000002897	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2339.0	97.82	55.0	0.21192893401015228	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
CHI0126_000000008083	1867	0.847702631946433	2	2	1	1	2	False	113357	maximal	True	CHI0126_000000008083	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	1585.0	92.05	85.0	0.2535211267605634	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0094_000000019494	1908	0.8477000890074724	2	2	2	2	2	False	47044	fragment	False	MON0094_000000019494	1.0		0	0	False	False	0.9811320900917053	0					non-mobilizable	no_good_hit	1021.0	84.427	53.0	0.07540740740740741	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
MAD0013_000000007406	3109	0.8476940995640312	2	2	2	2	1	True	47908	fragment	False	MAD0013_000000007406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00047202825658804957	NZ_NIOF01000022.1	b-proteobacteria	Roseateles aquatilis strain CCUG 48205 Scaffold20_1, whole genome shotgun sequence	True	True
ISR0052_000000005028	5803	0.8476903527882439	8	6	3	6	6	False	116994	fragment	False	ISR0052_000000005028	1.0		0	0	False	False	0.9936239719390869	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.00529567519858782	LN599493.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000017782	True	False
AST0048_000000004619	3521	0.8476859289279729	4	4	4	3	3	False	114942	maximal	True	AST0048_000000004619	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	83.355	49.0	0.006134775446677227	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0380_000000009692	1282	0.8476814138562487	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.30705651561518965		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	98.51899999999999	100.0	0.004917756091573068	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0021_000000000471	18244	0.847675798705475	17	13	9	9	10	True	96551	maximal	True	MAD0021_000000000471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6138.0	95.292	61.0	0.0017927644005367165	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0323_000000002042	7300	0.8476719718838812	8	3	2	2	1	False	132498	fragment	False	ISR0032_000000003111	0.24874011337000015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2273.0	97.228	31.0	0.367816091954023	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0025_000000005110	7003	0.8476670647862791	4	4	3	4	4	False	127869	fragment	False	ISR0025_000000005110	0.9538823500078485		0	0	False	False	0.9981436729431152	0					non-mobilizable	no_good_hit	935.0	91.765	17.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0063_000000019619	1514	0.8476587418937371	3	2	1	2	0	True	10736	maximal	True	MON0063_000000019619	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	89.432	63.0	0.10960334029227557	MH617106.1	viruses	Inoviridae sp. isolate ctcb32, complete genome	True	True
FIJ0089_000000009732	2484	0.847656481417952	3	3	3	3	2	False	43578	maximal	True	FIJ0089_000000009732	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	72.96300000000001	11.0	0.027663826654044387	NZ_VJON01000062.1	b-proteobacteria	Tepidimonas charontis strain SPSP-6 Tepi_SPSP6_62, whole genome shotgun sequence	True	False
ISR0050_000000016192	1725	0.8476234133025567	3	1	1	1	1	False	125882	fragment	False	ISR0354_000000011034	0.9699248120300752		0	0	False	False	0.9988405704498291	0					non-mobilizable	other	1013.0	92.49799999999999	92.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0162_000000025010	1583	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9941330390188091		0	0	False	False	0.9993683099746704	0					non-mobilizable	other	995.0	92.462	96.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0083_000000017832	1542	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9818803187070984		0	0	False	False	0.9987030029296875	0					non-mobilizable	other	953.0	92.34	96.0	0.01900821490675781	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0020_000000016615	1541	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9927390154955793		0	0	False	False	1.0	0					non-mobilizable	other	996.0	92.47	96.0	0.019867682037136975	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0096_000000027929	1508	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9775349341008193		0	0	False	False	0.9927055835723877	0					non-mobilizable	other	947.0	92.291	95.0	0.018888289260658393	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0179_000000015479	1473	0.8476234133025567	3	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9847253450045784		0	0	False	False	0.9986422061920166	0					non-mobilizable	other	971.0	92.37899999999999	96.0	0.019367991845056064	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0039_000000025390	1471	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9885850390172981		0	0	False	False	0.9979605674743652	0					non-mobilizable	other	995.0	92.462	96.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0096_000000017028	1410	0.8476234133025567	2	1	1	1	1	False	125879	fragment	False	ISR0096_000000017028	1.0		0	0	False	False	0.9921985864639282	0					non-mobilizable	other	1013.0	92.49799999999999	91.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0126_000000035444	1400	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.94177266269785		0	0	False	False	0.9850000143051147	0					non-mobilizable	other	957.0	92.581	96.0	0.01906817772980752	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0167_000000020098	1391	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9235743357024538		0	0	False	False	1.0	0					non-mobilizable	other	995.0	92.462	96.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0166_000000015586	1391	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9235743357024538		0	0	False	False	0.9978432655334473	0					non-mobilizable	other	995.0	92.462	96.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0389_000000016244	1371	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9072634231532675		0	0	False	False	0.9919766783714294	0					non-mobilizable	other	995.0	92.462	96.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0206_000000019302	1352	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.904542347774422		0	0	False	False	1.0	0					non-mobilizable	other	986.0	92.495	95.0	0.01966780596030461	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
AST0061_000000031694	1328	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8730440976234372		0	0	False	False	1.0	0					non-mobilizable	other	995.0	92.462	95.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0023_000000013225	1328	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8730440976234372		0	0	False	False	1.0	0					non-mobilizable	other	995.0	92.462	95.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0071_000000015242	1323	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8712184864909829		0	0	False	False	0.9969765543937683	0					non-mobilizable	other	983.0	92.47200000000001	95.0	0.0196078431372549	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0189_000000014070	1309	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8679884193598073		0	0	False	False	1.0	0					non-mobilizable	other	969.0	92.363	95.0	0.019328016629689592	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0214_000000024099	1303	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8535232705525219		0	0	False	False	1.0	0					non-mobilizable	other	995.0	92.462	95.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0002_000000014213	1302	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8523314288597807		0	0	False	False	0.9992319345474243	0					non-mobilizable	other	995.0	92.462	95.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0211_000000017654	1302	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8532995736316448		0	0	False	False	0.9992319345474243	0					non-mobilizable	other	995.0	92.462	95.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0009_000000026121	1301	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8523921798156103		0	0	False	False	0.9930822253227234	0					non-mobilizable	other	967.0	92.34700000000001	95.0	0.01928804141432312	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
AUS0006_000000020529	1295	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8316345237379792		0	0	False	False	0.9992278218269348	0					non-mobilizable	other	995.0	92.462	95.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0218_000000013880	1284	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8483384847125924		0	0	False	False	0.9883177280426025	0					non-mobilizable	other	958.0	92.38	95.0	0.01910815294517399	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0262_000000013436	1281	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.84922515987954		0	0	False	False	1.0	0					non-mobilizable	other	974.0	92.402	95.0	0.019427954668105773	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0342_000000011028	1277	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8482025863578533		0	0	False	False	0.9984338283538818	0					non-mobilizable	other	970.0	92.37100000000001	95.0	0.019348004237372828	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0109_000000025059	1272	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8426523011264603		0	0	False	False	0.9960691928863525	0					non-mobilizable	other	945.0	92.275	95.0	0.018848314045291917	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0047_000000030440	1271	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8457955647984401		0	0	False	False	1.0	0					non-mobilizable	other	958.0	92.38	95.0	0.01910815294517399	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0110_000000018390	1271	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8462653412186142		0	0	False	False	1.0	0					non-mobilizable	other	963.0	92.316	95.0	0.019208090983590175	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0105_000000018943	1267	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8450352814036189		0	0	False	False	1.0	0					non-mobilizable	other	958.0	92.38	95.0	0.01910815294517399	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0025_000000016690	1267	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8282441798610701		0	0	False	False	0.9976322054862976	0					non-mobilizable	other	975.0	92.41	95.0	0.019447942275789012	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0150_000000019385	1266	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8415579252165363		0	0	False	False	0.998420238494873	0					non-mobilizable	other	945.0	92.275	95.0	0.018848314045291917	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0124_000000010964	1256	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8257405598760211		0	0	False	False	1.0	0					non-mobilizable	other	948.0	92.3	95.0	0.01890827686834163	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0100_000000022174	1255	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8252759062524055		0	0	False	False	1.0	0					non-mobilizable	other	947.0	92.291	95.0	0.018888289260658393	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0127_000000023346	1254	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8247592311540574		0	0	False	False	1.0	0					non-mobilizable	other	946.0	92.28299999999999	95.0	0.018868301652975157	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0128_000000030093	1252	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8241170082996319		0	0	False	False	1.0	0					non-mobilizable	other	950.0	92.316	95.0	0.0189482520837081	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0149_000000014774	1246	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.7687197339145199		0	0	False	False	1.0	0					non-mobilizable	other	995.0	92.462	95.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0185_000000015285	1242	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.7850998208157076		0	0	False	False	0.999194860458374	0					non-mobilizable	other	925.0	92.10799999999999	95.0	0.01844856189162719	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0021_000000025660	1233	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.7555736500579052		0	0	False	False	0.9991889595985413	0					non-mobilizable	other	940.0	92.234	95.0	0.018748376006875737	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0127_000000022402	1222	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.7456214655610056		0	0	False	False	1.0	0					non-mobilizable	other	930.0	92.796	95.0	0.01854849993004337	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0151_000000016398	1207	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.6962996308483589		0	0	False	False	0.9975144863128662	0					non-mobilizable	other	981.0	92.45700000000001	95.0	0.01956786792188843	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
AST0110_000000014701	1203	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.7291958241834844		0	0	False	False	0.9991687536239624	0					non-mobilizable	other	947.0	92.291	95.0	0.018888289260658393	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0233_000000016211	1202	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.6955333448167736		0	0	False	False	0.9916805028915405	0					non-mobilizable	other	976.0	92.41799999999999	95.0	0.01946792988347225	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
AST0149_000000021983	1202	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.6453627981386796		0	0	False	False	0.9916805028915405	0					non-mobilizable	other	971.0	92.37899999999999	95.0	0.019367991845056064	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0108_000000014378	1194	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.67001585003839		0	0	False	False	1.0	0					non-mobilizable	other	886.0	91.76100000000001	95.0	0.01766904519198097	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
AST0019_000000026028	1186	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.6489127265581751		0	0	False	False	1.0	0					non-mobilizable	other	949.0	92.30799999999999	95.0	0.018928264476024866	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0014_000000028761	1185	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.5470660018163284		0	0	False	False	1.0	0					non-mobilizable	other	996.0	92.47	95.0	0.019867682037136975	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0069_000000021740	1184	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.6473065539781349		0	0	False	False	1.0	0					non-mobilizable	other	957.0	92.37200000000001	95.0	0.019088165337490755	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0106_000000023591	1175	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.6278212497739036		0	0	False	False	0.999148964881897	0					non-mobilizable	other	958.0	92.38	95.0	0.01910815294517399	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0065_000000030052	1165	0.8476234133025567	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.48868998149500065		0	0	False	False	0.991416335105896	0					non-mobilizable	other	969.0	92.363	95.0	0.019328016629689592	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0373_000000015296	1115	0.8476234133025567	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.2292515317442907		0	0	False	False	1.0	0					non-mobilizable	other	937.0	92.209	95.0	0.018688413183826028	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0327_000000008466	3043	0.8476191844214774	4	4	4	4	3	False	87151	fragment	False	ISR0327_000000008466	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3043.0	99.96700000000001	100.0	0.0005730683855955248	CP052503.1	enterobacteria	Klebsiella pneumoniae strain B17KP0020 chromosome, complete genome	False	False
ISR0091_000000008704	3560	0.8476011746529712	4	3	2	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.019544080839567626		0	0	False	True	1.0	0					non-mobilizable	plasmid	3558.0	99.803	99.0	0.11466942148760331	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0026_000000008299	3551	0.8476011746529712	4	3	2	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.01955001533473356		0	0	False	True	1.0	0					non-mobilizable	plasmid	3551.0	99.97200000000001	100.0	0.11460485537190082	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0280_000000003926	2789	0.8476011746529712	3	3	2	2	3	False	123576	fragment	False	ENG0127_000000007497	0.38097315885432836		0	0	False	True	1.0	0					non-mobilizable	plasmid	2789.0	98.92399999999999	100.0	0.0900051652892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0827_000000004010	2733	0.8476011746529712	3	3	2	2	3	False	123576	fragment	False	ENG0127_000000007497	0.38086684366937834		0	0	False	True	1.0	0					non-mobilizable	plasmid	2733.0	99.963	100.0	0.08819731404958678	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0259_000000001108	11091	0.8475765729013349	19	7	3	6	6	False	74199	maximal	True	ISR0259_000000001108	0.9992651786534399	PS352	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	8006.0	96.27799999999999	72.0	0.004780293133891274	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
DEN0051_000000002889	10887	0.8475765729013349	18	7	3	6	6	False	74199	maximal	False	ISR0259_000000001108	0.9900820485077991	PS352	0	0	False	True	0.999265193939209	0					non-mobilizable	no_good_hit	8006.0	96.27799999999999	73.0	0.004780293133891274	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
AST0029_000000011494	2646	0.8475669341570663	3	3	3	3	3	False	118325	maximal	True	AST0029_000000011494	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1515.0	99.406	57.0	0.0005188849799249091	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0137_000000006413	5648	0.8475642779396003	5	5	4	5	4	False	104496	fragment	False	ENG0033_000000004559	0.9894064086849939		0	0	False	False	0.9964589476585388	0					non-mobilizable	other	5641.0	99.096	99.0	0.03988795438951412	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0130_000000006132	4823	0.8475642779396003	5	5	4	5	4	False	104495	fragment	False	CHI0024_000000002264	0.978854977059645		0	0	False	False	1.0	0					non-mobilizable	other	4824.0	99.25399999999999	100.0	0.03410176061568497	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0042_000000023044	1419	0.8475641639261863	2	1	1	1	1	False	36342	fragment	False	ISR0042_000000023044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	4.0	1.643823430156682e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0072_000000001491	8207	0.8475435807368794	8	6	6	6	5	False	129028	maximal	True	ENG0072_000000001491	1.0	PS1059|PS816	12	4	False	True	1.0	0					non-mobilizable	no_good_hit	3690.0	99.241	45.0	0.4348697394789579	NZ_JAAITU010000073.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_73_length_8483_cov_138.857, whole genome shotgun sequence	True	True
ISR0197_000000010408	2436	0.8475433302592842	5	4	2	2	4	False	127498	fragment	False	ISR0197_000000010408	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1626.0	98.155	100.0	0.008745382287369815	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
MAD0048_000000004453	4860	0.8475422874145986	6	6	6	5	5	False	97671	maximal	True	MAD0048_000000004453	1.0		5	1	True	True	1.0	3					non-mobilizable	chromosome	2001.0	97.851	100.0	0.0003923890282761782	CP057645.1	enterobacteria	Escherichia coli strain RHB19-C13 chromosome, complete genome	False	True
ISR0199_000000006654	4240	0.8475419857876657	6	6	6	5	4	False	99961	fragment	False	ISR0199_000000006654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	82.286	4.0	7.048649124358135e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
SPA0106_000000013535	2890	0.84753950106964	4	4	3	3	3	False	30379	maximal	True	SPA0106_000000013535	1.0		2	2	False	False	0.9989619255065918	0					non-mobilizable	no_good_hit	1347.0	72.16	46.0	0.0012478968960695034	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
USA0053_01_000000010315	1877	0.8475357075751505	4	4	4	4	2	True	1061	maximal	True	USA0053_01_000000010315	1.0		0	0	False	False	0.9978689551353455	0					non-mobilizable	no_good_hit	628.0	77.389	33.0	0.001795130707954673	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
CHI0132_000000000327	47443	0.8475228120507912	66	21	8	16	8	False	80967	maximal	True	CHI0132_000000000327	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	85.04299999999999	0.0	0.0015818043719121714	MK268686.1	viruses	Enterococcus phage vB_EfaH_EF1TV, complete genome	True	False
ISR0367_000000005354	1785	0.8475184721954355	2	1	1	1	1	False	23586	fragment	False	ISR0367_000000005354	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	99.83200000000001	100.0	0.04044709456548847	NZ_RCXZ01000050.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0050, whole genome shotgun sequence	False	False
ISR0296_000000011622	2255	0.8475037511744556	4	2	2	1	1	False	28321	fragment	False	ISR0296_000000011622	1.0		0	0	False	False	0.9871397018432617	0					non-mobilizable	no_good_hit	460.0	72.391	20.0	0.001668807120243713	NZ_LGSS01000005.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_5c, whole genome shotgun sequence	True	False
ISR0187_000000006272	4310	0.8475035578165467	6	3	2	3	2	False	29302	maximal	True	ISR0187_000000006272	1.0		0	0	False	False	0.9911832809448242	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.0008298109586909732	NZ_JAAIPV010000040.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_40_length_38563_cov_89.0609, whole genome shotgun sequence	True	False
ISR0052_000000026730	1393	0.8475022710892233	2	2	2	1	1	False	53062	fragment	False	SPA0097_000000021879	0.9292989126531959		0	0	False	False	0.9921033978462219	0					non-mobilizable	chromosome	1435.0	74.425	100.0	0.00038107223328695436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0132_000000019199	2147	0.8474992875214229	2	2	2	2	2	False	7521	fragment	False	SPA0132_000000019199	0.9980925131139724		0	0	False	False	0.9967396259307861	0					non-mobilizable	other	2147.0	99.95299999999999	100.0	0.004653926560778633	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0829_000000006203	2367	0.8474960366820523	3	3	3	1	1	False	21068	fragment	False	ISR0829_000000006203	1.0		0	0	False	False	0.999577522277832	0					non-mobilizable	no_good_hit	1530.0	91.895	81.0	0.0031383866352759585	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
MON0095_000000014130	2177	0.8474922069075002	3	3	3	3	3	False	12781	maximal	True	MON0095_000000014130	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2173.0	86.37799999999999	99.0	0.0004067517016250295	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
MAD0040_000000012174	2567	0.8474887382263501	3	1	1	1	1	False	18375	maximal	True	MAD0040_000000012174	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	72.358	42.0	0.03761077145016144	CP029330.1	firmicutes	Clostridium beijerinckii isolate WB53 plasmid unnamed1	True	False
FIJ0091_000000006287	4034	0.8474881466386662	5	4	3	4	2	False	43388	maximal	True	FIJ0091_000000006287	1.0		2	1	False	False	0.9977689385414124	0					non-mobilizable	no_good_hit	836.0	91.507	44.0	0.0014502252032406956	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
MON0015_000000015297	2458	0.8474752007805825	3	3	2	3	2	False	120941	fragment	False	MON0064_000000009391	0.46311010215664017		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	95.81	100.0	0.0003661203849047087	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0144_000000011110	2829	0.8474728121824487	4	2	2	2	1	False	40103	fragment	False	FIJ0144_000000011110	1.0		0	0	False	False	0.9950512647628784	0					non-mobilizable	no_good_hit	206.0	98.05799999999999	7.0	0.0011997424942939076	NZ_QEKH01000007.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_107, whole genome shotgun sequence	True	False
MAD0070_000000006718	2740	0.8474719707614629	3	3	3	3	2	True	122968	fragment	False	MAD0070_000000006718	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2747.0	91.48200000000001	100.0	0.0004967571987611188	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
MON0033_000000047773	1239	0.8474695506710929	2	2	2	2	1	False	12268	maximal	True	MON0033_000000047773	1.0		10	5	False	False	0.9927361011505127	0					non-mobilizable	no_good_hit	429.0	77.389	34.0	0.0001811317674081022	CP060204.1	firmicutes	Selenomonas sp. Marseille-Q3039 chromosome	True	False
ISR0388_000000006495	4747	0.8474658908309901	6	4	3	4	3	False	128356	fragment	False	ISR0388_000000006495	1.0		0	0	False	False	0.9993680119514465	0					non-mobilizable	other	1865.0	98.391	99.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0054_000000001402	9700	0.8474618894055744	15	9	6	7	7	False	121824	fragment	False	CHI0054_000000001402	0.97688074783631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7323.0	97.556	75.0	0.0020568730022139698	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0034_000000007190	2167	0.8474575473379987	3	2	2	1	0	True	18811	maximal	True	MAD0034_000000007190	1.0		0	0	False	False	0.9953853487968445	0					non-mobilizable	no_good_hit								True	True
MON0105_000000004244	10949	0.8474543749703387	12	9	8	9	6	True	91794	maximal	True	MON0105_000000004244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	75.945	7.0	0.0002743181086202113	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0819_000000003054	7030	0.8474455201231553	12	8	5	8	5	True	112150	backbone	False	ISR0003_000000003180	0.9930244049313245	PS715|PS716	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	651.0	78.648	9.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
USA0069_01_000000039853	1515	0.8474453999615192	2	2	2	2	1	False	94381	fragment	False	USA0069_01_000000039853	0.9948310806449531		0	0	False	False	0.9940593838691711	0					non-mobilizable	other	1515.0	100.0	100.0	0.04315972519171014	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	False	False
MON0059_000000027651	1412	0.847443171588552	2	2	1	2	1	True	10929	maximal	True	MON0059_000000027651	1.0		1	1	False	False	0.9886685609817505	0					non-mobilizable	no_good_hit	886.0	94.35700000000001	63.0	0.3246515040352164	AP022154.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-S18-ESBL-05_12 DNA, complete genome, strain: WP5-S18-ESBL-05	True	True
USA0075_01_000000001321	15885	0.8474350679549933	22	7	1	7	4	False	94847	maximal	True	USA0075_01_000000001321	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	7.918817191163867e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0039_000000001881	15381	0.8474350679549933	23	7	1	7	4	False	94846	fragment	False	MON0039_000000001881	0.9672012619955305		0	0	False	False	0.9994798898696899	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.6061724361366818e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
FIJ0092_000000026888	1379	0.8474279533647412	1	1	0	1	1	False	43281	fragment	False	FIJ0092_000000026888	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1380.0	99.348	100.0	0.012395282781433143	CP026165.1	enterobacteria	Klebsiella pneumoniae strain F81 plasmid pF81_1, complete sequence	False	True
FIJ0102_000000013418	2355	0.8474216527845726	4	3	2	3	2	True	124791	fragment	False	FIJ0102_000000013418	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	81.579	3.0	0.0005561004997180879	NZ_VDHJ01000007.1	high GC Gram+	Corynebacterium tapiri strain LMG 28165 Scaffold4_2, whole genome shotgun sequence	True	True
ENG0174_000000007631	2385	0.8474212141489985	4	3	3	3	3	False	55655	fragment	False	ENG0174_000000007631	1.0		0	0	False	False	0.9987421631813049	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000003113	6432	0.8474079327576921	13	4	2	4	3	False	50719	fragment	False	MAD0048_000000003113	1.0		0	0	False	False	0.9998445510864258	0					non-mobilizable	no_good_hit								True	False
ISR0227_000000016699	1572	0.8474065481827737	3	3	3	3	3	False	129874	fragment	False	AST0007_000000009148	0.4618407207922028		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	99.936	100.0	0.021907072735385988	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0111_000000003205	4995	0.8474052339325766	6	5	4	4	3	False	32690	maximal	True	ISR0111_000000003205	1.0		0	0	False	False	0.9993994235992432	0					non-mobilizable	no_good_hit	3882.0	99.948	78.0	0.0005982103015174134	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0048_01_000000006518	2408	0.8473900101602391	4	4	3	4	2	False	1123	maximal	True	USA0048_01_000000006518	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	76.415	9.0	6.72651224225228e-05	NZ_UFWZ01000001.1	firmicutes	Clostridium putrefaciens strain NCTC9836, whole genome shotgun sequence	True	False
ISR0085_000000007870	2911	0.8473827034587212	3	3	3	3	3	False	106236	fragment	False	ISR0814_000000011953	0.3823496101307975		0	0	False	False	0.9920989274978638	0					non-mobilizable	other	2911.0	99.31299999999999	100.0	0.011162769287424048	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0108_000000005617	5241	0.8473824594559755	3	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.877107927057901		0	0	False	False	0.999809205532074	0					non-mobilizable	no_good_hit	935.0	91.551	23.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0002_000000001894	11180	0.8473788772700328	14	5	2	4	3	False	20250	maximal	True	MAD0002_000000001894	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2749.0	98.32700000000001	25.0	0.0006735036976505337	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0069_000000006670	3638	0.8473597270292469	6	3	3	3	1	True	49962	maximal	True	SPA0069_000000006670	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	78.771	5.0	0.002572524853206209	NZ_ALAB01000042.1	g-proteobacteria	Alishewanella aestuarii B11 155.AEST.1_42, whole genome shotgun sequence	True	True
FIJ0160_000000008851	2055	0.8473563498786284	4	3	3	1	2	False	124986	fragment	False	FIJ0160_000000008851	1.0		0	0	False	False	0.9970802664756775	0					non-mobilizable	no_good_hit	713.0	93.689	35.0	0.11510441962117533	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0079_000000002161	12150	0.8473449048419638	14	7	4	6	5	False	69649	maximal	True	DEN0079_000000002161	1.0		1	1	False	False	0.9995884895324707	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001278651259708278	CP041074.1	firmicutes	Bacillus tropicus strain LM1212-W3 plasmid p1, complete sequence	True	False
ISR0182_000000011292	3194	0.8473230763064598	5	5	5	5	5	False	29563	maximal	True	ISR0182_000000011292	1.0		31	5	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	73.563	19.0	0.0029859405712799533	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0120_01_000000001497	6966	0.8473213969878792	8	4	1	3	3	True	107923	fragment	False	ISR0198_000000004897	0.9171860545489565		0	0	False	False	1.0	0					non-mobilizable	other	5244.0	96.053	99.0	0.02582728405562039	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MAD0040_000000027390	1257	0.847319513914817	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.22183815464290899		0	0	False	False	0.9856801629066467	0					non-mobilizable	chromosome	1257.0	97.375	100.0	0.00035153014972777403	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0259_000000007944	2015	0.8473159455607744	3	2	2	2	1	False	26744	maximal	True	ISR0259_000000007944	1.0		0	0	False	False	0.9905707240104675	0					non-mobilizable	other	1940.0	95.309	95.0	0.0005490100786214226	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0091_000000022381	1118	0.8473090462923591	1	1	1	1	1	False	61136	fragment	False	ENG0091_000000022381	1.0		0	0	False	False	0.9928443431854248	0					non-mobilizable	other	1118.0	99.195	100.0	0.01742562518525452	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
USA0061_01_000000004003	2770	0.8472984287161638	4	3	2	2	3	False	1581	maximal	True	USA0061_01_000000004003	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	99.92	45.0	0.0003498213562162919	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0097_000000006446	3548	0.8472901098819272	5	5	5	4	3	False	131859	maximal	True	AST0097_000000006446	0.999714937286203		91	7	False	False	1.0	0					non-mobilizable	other	3548.0	99.944	100.0	0.0010003931626920758	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0078_000000013445	1509	0.8472837603767325	3	2	2	2	2	False	34413	maximal	True	ISR0078_000000013445	0.979612992398065		725	12	False	False	1.0	0					non-mobilizable	other	1509.0	100.0	100.0	0.002406285703343907	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0808_000000012036	1394	0.8472827806438593	3	2	2	1	2	False	21744	maximal	True	ISR0808_000000012036	1.0		2	2	False	False	0.9971305727958679	0					non-mobilizable	no_good_hit	598.0	78.094	43.0	0.00289838071916988	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
SPA0015_000000008027	2677	0.8472757441509193	3	3	3	3	2	False	7916	maximal	True	SPA0015_000000008027	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	92.225	71.0	0.0011824546736361183	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
MAD0095_000000024906	1500	0.847275706271403	3	2	2	1	1	False	28459	fragment	False	MAD0095_000000024906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000018102	1783	0.8472712562269258	2	2	2	2	2	False	88651	fragment	False	USA0026_01_000000018102	0.9563279857397504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	79.861	24.0	0.0001561834392999725	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ENG0075_000000010296	2405	0.8472581158330931	4	3	3	3	3	False	71817	fragment	False	ENG0075_000000010296	0.9929832503395202		0	0	False	False	0.9979209899902344	0					non-mobilizable	no_good_hit	1207.0	75.22800000000001	50.0	0.0026510551419469527	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0172_000000004471	5532	0.8472517323384265	5	4	4	3	2	True	66960	maximal	True	FIJ0172_000000004471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0181_000000003585	6251	0.8472501542536519	8	7	2	2	7	False	103777	fragment	False	ENG0181_000000003585	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4601.0	83.11200000000001	96.0	0.03239466742710487	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
SPA0062_000000018792	1716	0.8472486853087531	3	2	2	1	1	False	22229	fragment	False	SPA0062_000000018792	0.9598475967174678		0	0	False	False	1.0	0					non-mobilizable	other	1691.0	97.87100000000001	99.0	0.006869304371153799	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
USA0020_01_000000020319	1706	0.8472486853087531	2	2	2	1	1	False	22229	fragment	False	SPA0062_000000018792	0.9571678321678321		0	0	False	False	0.9835873246192932	0					non-mobilizable	other	1706.0	99.00399999999999	100.0	0.0069302745282942176	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
MON0066_000000033592	1115	0.8472467017097738	2	2	2	2	1	True	86543	fragment	False	MON0107_000000048954	0.38565179352580925		0	0	False	False	0.9596412777900696	0					non-mobilizable	no_good_hit								True	True
ISR0287_000000013226	1118	0.8472433532572977	2	2	2	1	1	False	32387	fragment	False	ISR0137_000000019524	0.955368301915386		0	0	False	False	1.0	0					non-mobilizable	chromosome	1118.0	99.64200000000001	100.0	0.0004832690272577576	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
ISR0196_000000011317	1824	0.8472431062754867	2	2	2	1	1	False	102235	fragment	False	ISR0776_000000012746	0.9386158652306248		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	97.53299999999999	100.0	0.006331993761787824	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
FIJ0032_000000032872	1157	0.8472422936223991	1	1	1	1	1	True	48330	fragment	False	FIJ0032_000000032872	1.0		0	0	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit	975.0	81.846	84.0	0.04109880749574105	CP047615.1	firmicutes	Lactococcus raffinolactis strain Lr_19_7 plasmid pLraf_19_7_1, complete sequence	True	True
ISR0158_000000004812	3642	0.8472419466781874	4	3	2	3	1	False	30510	maximal	True	ISR0158_000000004812	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.05256064690026954	NZ_JAAIQH010000051.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_57_length_1484_cov_1293.39, whole genome shotgun sequence	True	False
ISR0154_000000011942	1775	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9509051886121148		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	99.662	100.0	0.0008862582018850223	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0101_000000019473	1721	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9110123273446024		0	0	False	False	0.9994189143180847	0					non-mobilizable	other	1721.0	99.709	100.0	0.0008592807819854781	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0111_000000020224	1695	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9079446096582535		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.646	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0018_01_000000013194	1695	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9068167759484793		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.52799999999999	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0771_000000006827	1695	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9068167759484793		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.52799999999999	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0032_000000019768	1695	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9069822036126247		0	0	False	False	0.9964601993560791	0					non-mobilizable	other	1695.0	99.646	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0395_000000022778	1695	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9079981729572367		0	0	False	False	0.9958702325820923	0					non-mobilizable	other	1695.0	99.764	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0108_000000013232	1695	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9068167759484793		0	0	False	False	0.9929203391075134	0					non-mobilizable	other	1695.0	99.52799999999999	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0113_000000017755	1695	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9079446096582535		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.646	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0036_01_000000019068	1695	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9068167759484793		0	0	False	False	0.9994100332260132	0					non-mobilizable	other	1695.0	99.52799999999999	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0037_000000020879	1695	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.908301230903834		0	0	False	False	0.9929203391075134	0					non-mobilizable	other	1695.0	99.705	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0034_000000020722	1694	0.8472303775358142	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9070332054221477		0	0	False	False	0.9988193511962891	0					non-mobilizable	other	1694.0	99.705	100.0	0.0008457920720357061	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0222_000000006904	9138	0.8472282017520533	9	8	5	8	7	False	49087	fragment	False	ISR0222_000000006904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5864.0	98.363	70.0	0.09296091866514401	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0188_000000000595	23598	0.8472239976899184	34	14	9	10	7	True	66649	fragment	False	ISR0392_000000000800	0.9927496637525219		0	0	False	False	0.9996185898780823	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
CHI0008_000000001377	5785	0.8472210791988325	7	6	3	6	2	True	90539	fragment	False	CHI0008_000000001377	1.0		0	0	False	False	0.9998271465301514	0					non-mobilizable	no_good_hit	502.0	82.869	10.0	0.0001620567687918753	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
FIJ0045_000000010420	2218	0.8472194976540015	4	3	3	3	2	False	120873	fragment	False	FIJ0045_000000010420	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2219.0	98.37799999999999	99.0	0.002468275369127965	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
DEN0052_000000023516	1898	0.8472119821934191	3	3	3	3	3	False	72276	fragment	False	ISR0346_000000010486	0.535113397072808		0	0	False	False	0.9994731545448303	0					non-mobilizable	chromosome	1898.0	98.89399999999999	100.0	0.0005395842044332944	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0354_000000001776	8523	0.8472116050939423	13	12	2	2	10	True	132544	fragment	False	CHI0126_000000000854	0.012596297716646098		0	0	False	False	1.0	0					non-mobilizable	plasmid	7745.0	98.244	99.0	0.15179253974165474	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CAN0016_000000018754	2589	0.8471994672649659	4	4	4	4	4	False	99475	fragment	False	MON0093_000000015138	0.9666930932936604		0	0	False	False	0.981073796749115	0					non-mobilizable	no_good_hit	59.0	98.305	2.0	0.000620612908748502	NZ_SPGG01000017.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_17_length_93456_cov_37.9234, whole genome shotgun sequence	True	False
CHI0023_000000006389	2123	0.8471947919508238	3	3	3	3	3	False	111460	fragment	False	MAD0086_000000003690	0.741322334398083		0	0	False	False	1.0	0					non-mobilizable	chromosome	2123.0	100.0	100.0	0.000392865619592775	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
ISR0278_000000002362	4069	0.8471931842313801	4	4	3	3	2	True	115091	maximal	True	ISR0278_000000002362	1.0		13	2	False	False	1.0	0					non-mobilizable	chromosome	2112.0	85.985	92.0	0.0007326768288687218	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0146_000000006542	3753	0.8471929971671633	3	3	3	3	2	False	118330	fragment	False	FIJ0083_000000008657	0.9424834913785661		0	0	False	False	0.9994670748710632	0					non-mobilizable	no_good_hit	1344.0	80.208	36.0	0.0018421462658619687	NZ_FUHN01000008.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
MON0033_000000029001	2158	0.8471924282098064	2	2	2	2	2	False	12309	fragment	False	MON0033_000000029001	1.0		0	0	False	False	0.9893419742584229	0					non-mobilizable	no_good_hit	616.0	83.929	28.0	0.00017373017999809236	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0048_000000024148	1411	0.8471830203269791	2	1	1	1	1	False	46724	fragment	False	FIJ0048_000000024148	1.0		0	0	False	False	0.9971651434898376	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000023883	1394	0.8471787314244341	3	1	1	1	1	False	47738	fragment	False	FIJ0037_000000023883	1.0		0	0	False	False	0.9842180609703064	0					non-mobilizable	no_good_hit	50.0	92.0	4.0	2.0736519706951504e-06	LN590700.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG10, chromosome: 10	True	False
ISR0251_000000010415	1609	0.8471588342584438	2	2	2	1	0	True	26989	fragment	False	ISR0251_000000010415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	1.1086344067629414e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0076_000000011301	3977	0.8471536529707506	7	6	2	2	6	False	10308	maximal	True	MON0076_000000011301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3194.0	96.493	80.0	0.03649651733327233	CP049876.1	enterobacteria	Salmonella enterica subsp. enterica serovar Adjame strain 388789 plasmid unnamed, complete sequence	True	False
ISR0138_000000019141	1523	0.8471532926214123	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9624710541814032		0	0	False	False	0.9973735809326172	0					non-mobilizable	other	1523.0	99.869	100.0	0.00028642098989429166	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
AST0093_000000003084	6666	0.8471465486041235	8	8	7	7	4	False	132301	maximal	True	AST0093_000000003084	1.0		45	7	False	False	1.0	0					non-mobilizable	other	6666.0	100.0	100.0	0.0022916348622818565	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
FIJ0116_000000001174	15348	0.8471449100375155	12	4	4	4	3	True	95898	fragment	False	FIJ0116_000000001174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1886.0	91.145	13.0	0.03248555909992241	NZ_LNAM01000079.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf17, whole genome shotgun sequence	True	True
AST0092_000000001250	13415	0.8471445479226128	18	13	8	12	9	True	109732	maximal	True	AST0092_000000001250	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	0.0	0.00013747030520819517	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
MAD0012_000000027948	1121	0.8471406441515882	2	1	1	1	1	False	19627	fragment	False	MAD0012_000000027948	1.0		0	0	False	False	0.9964317679405212	0					non-mobilizable	no_good_hit	778.0	92.802	69.0	0.0002760432565125728	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0058_000000001215	16566	0.8471325211484492	17	8	5	7	5	False	91392	maximal	True	ENG0058_000000001215	1.0		3	3	False	False	0.9999396204948425	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000023983	1358	0.8471316543066619	2	2	2	2	1	False	50314	maximal	True	FIJ0015_000000023983	1.0		16	4	False	False	0.9992636442184448	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	1.1619899154768536e-05	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	False
ISR0097_000000020622	1486	0.8471126069229082	3	3	3	3	2	False	33279	fragment	False	ISR0097_000000020622	0.9861486486486486		0	0	False	False	0.9993270635604858	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00013583675440714804	NZ_SUND01000007.1	firmicutes	Bacillus yapensis strain XXST-01 NODE_7_length_198768_cov_50.559505, whole genome shotgun sequence	True	False
CHI0027_000000002071	6920	0.8471122158512955	7	7	5	5	6	False	121312	maximal	True	CHI0027_000000002071	1.0	PS849	11	5	False	True	1.0	0					non-mobilizable	no_good_hit	3563.0	99.691	70.0	0.001980341139057531	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
ISR0160_000000009065	3067	0.8471107911217584	5	3	2	3	3	False	89976	maximal	True	ISR0160_000000009065	1.0		2	1	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2498.0	88.791	85.0	0.30925365607665156	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
SPA0128_000000028447	1320	0.8471107358230896	2	2	2	2	1	False	8292	fragment	False	SPA0005_000000020155	0.9625441696113074		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	99.09299999999999	100.0	0.00044626340478048704	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ENG0117_000000011400	2008	0.8471055035632981	4	2	0	2	2	False	59371	maximal	True	ENG0117_000000011400	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1948.0	100.0	100.0	0.0004018615664303795	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
ENG0151_000000004409	5493	0.8471017975393239	10	4	3	4	2	True	109297	fragment	False	CHI0006_000000001606	0.9562276566747412		0	0	False	False	1.0	0					non-mobilizable	other	5419.0	95.719	99.0	0.0015444083692849478	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
DEN0079_000000038014	1606	0.8471010636108743	3	3	3	3	2	False	86880	fragment	False	DEN0079_000000038014	0.9916291049581455		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	99.44	100.0	0.00039351053321045015	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0013_000000022454	1336	0.8470963532012719	2	2	2	2	1	False	50600	fragment	False	FIJ0013_000000022454	1.0		0	0	False	False	0.9910179376602173	0					non-mobilizable	no_good_hit	250.0	88.4	19.0	6.62676237947077e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0153_000000011490	2614	0.8470905604370123	3	3	3	3	3	False	56953	fragment	False	ENG0153_000000011490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000006520	4329	0.8470713070205745	3	1	1	1	1	False	18287	maximal	True	MAD0041_000000006520	1.0		1	1	False	False	0.9997689723968506	0					non-mobilizable	no_good_hit	337.0	82.493	8.0	0.00239766837518485	NZ_FQXK01000011.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
AST0153_000000005407	5387	0.8470683583081733	2	2	1	2	1	False	116655	fragment	False	AST0153_000000005407	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3327.0	97.205	98.0	0.007212935573695122	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0026_000000011862	2572	0.8470679811111894	4	4	3	3	1	False	102567	maximal	True	SPA0026_000000011862	1.0		14	5	False	False	0.9984447956085205	0					non-mobilizable	no_good_hit								True	False
ISR0824_000000006656	2951	0.8470659493655243	3	2	1	1	1	True	21164	fragment	False	ISR0824_000000006656	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1569.0	97.00399999999999	95.0	0.4378847229994404	LN852754.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0063	False	True
ISR0026_000000009015	2496	0.8470618656762035	4	4	1	2	2	False	78121	fragment	False	ISR0026_000000009015	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	99.861	58.0	0.00038481736171680497	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
FIJ0125_000000000973	16265	0.8470607108648973	18	8	7	8	3	True	47834	fragment	False	FIJ0125_000000000973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0268_000000011764	1702	0.8470596695226288	3	2	2	2	2	False	55235	maximal	False	ISR0008_000000005956	0.4838530066815145		0	0	False	False	0.9917743802070618	0					non-mobilizable	no_good_hit	138.0	78.26100000000001	16.0	0.001163422011944466	NZ_AUEF01000008.1	firmicutes	Jeotgalicoccus psychrophilus DSM 19085 H625DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
MAD0011_000000004629	2938	0.8470551520648206	4	3	1	3	2	False	45466	maximal	True	MAD0011_000000004629	1.0		1	1	False	False	0.9935330152511597	0					non-mobilizable	no_good_hit	890.0	97.303	30.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
FIJ0052_000000004186	6314	0.8470473944758447	9	3	2	2	2	True	46500	fragment	False	FIJ0052_000000004186	1.0		0	0	False	False	0.9992080926895142	0					non-mobilizable	no_good_hit								True	True
MON0033_000000018203	3666	0.8470387736286116	6	5	2	5	4	False	68383	maximal	True	MON0033_000000018203	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0102_000000013035	1207	0.8470357826281768	2	2	2	2	1	False	33084	fragment	False	ISR0102_000000013035	1.0		0	0	False	False	0.9875724911689758	0					non-mobilizable	no_good_hit								True	False
USA0073_01_000000002872	7445	0.8470295938511229	8	7	6	6	6	False	102454	fragment	False	USA0073_01_000000002872	1.0		0	0	False	False	0.9970449805259705	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	7.097729559085587e-07	LR812613.1	bony fishes	Danio rerio genome assembly, chromosome: 20	True	False
ENG0161_000000007391	2939	0.8470192650655859	4	2	2	2	1	True	56418	maximal	True	ENG0161_000000007391	1.0		2	1	False	False	0.9982987642288208	0					non-mobilizable	no_good_hit	1422.0	76.301	48.0	0.007986017282914292	NZ_NHOC01000003.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c3, whole genome shotgun sequence	True	True
MON0031_000000020682	1544	0.8470178037349064	2	2	2	2	2	False	12438	fragment	False	MON0031_000000020682	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1544.0	100.0	100.0	0.00021794921232476665	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MON0059_000000015466	2520	0.8470105784230607	1	1	1	1	0	True	10944	fragment	False	MON0059_000000015466	1.0		0	0	False	False	0.9972222447395325	0					non-mobilizable	no_good_hit	200.0	95.0	8.0	0.0019174155562441896	NZ_GL833115.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD7, whole genome shotgun sequence	True	True
MAD0102_000000009259	2079	0.8470105784230607	2	1	1	1	0	True	14996	maximal	True	MAD0102_000000009259	1.0		1	1	False	False	0.9947090148925781	0					non-mobilizable	no_good_hit	218.0	96.33	10.0	6.948431431629836e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
FIJ0154_000000031359	1294	0.8470105784230607	1	1	1	1	0	True	39551	fragment	False	FIJ0154_000000031359	1.0		0	0	False	False	0.9907264113426208	0					non-mobilizable	no_good_hit								True	True
SPA0122_000000005405	5822	0.8470102766171558	7	5	4	3	4	True	81877	fragment	False	SPA0122_000000005405	1.0		0	0	False	False	0.9972518086433411	0					non-mobilizable	no_good_hit	2610.0	79.387	75.0	0.0008285993205613937	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0183_000000003099	9021	0.8470102336629517	13	6	5	5	2	True	100157	fragment	False	ENG0183_000000003099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2584.0	96.594	46.0	0.3411826961238259	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
CHI0044_000000007100	2122	0.8470066815970637	3	3	3	3	3	False	87257	maximal	True	CHI0044_000000007100	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	78.118	40.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MAD0105_000000008690	3764	0.8469927020881469	5	4	3	2	3	False	15598	maximal	True	MAD0105_000000008690	0.9998579545454546		6	2	False	False	0.998405933380127	0					non-mobilizable	no_good_hit	1996.0	81.212	54.0	0.0003587259685646285	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0144_000000015063	1267	0.8469892447744692	2	2	2	2	2	False	26307	fragment	False	SPA0144_000000015063	0.9770797215836078		0	0	False	False	1.0	0					non-mobilizable	chromosome	1267.0	99.053	100.0	0.0006331579729142421	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	False
SPA0011_000000008927	2023	0.8469778639752245	2	2	2	2	2	False	8041	fragment	False	SPA0011_000000008927	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	99.79700000000001	98.0	0.01602756871860726	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0010_000000000416	6006	0.8469762217685223	8	8	2	6	8	True	125599	backbone	False	MAD0046_000000003898	0.38809996587440754	PS931	0	0	True	True	1.0	276					non-mobilizable	plasmid	6016.0	95.811	100.0	0.07039728114379468	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
MAD0108_000000002693	5916	0.8469762217685223	8	8	2	6	8	True	125599	backbone	False	MAD0046_000000003898	0.33899439491889355	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5925.0	96.01700000000001	100.0	0.06935427165123638	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
MAD0032_000000002378	5915	0.8469762217685223	8	8	2	6	8	True	125599	backbone	False	MAD0046_000000003898	0.33912098410520075	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5924.0	95.898	100.0	0.06934255244345482	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
ENG0102_000000021283	1360	0.8469744611046441	2	2	2	2	2	False	60353	maximal	True	ENG0102_000000021283	1.0		42	6	False	False	0.9963235259056091	0					non-mobilizable	no_good_hit	620.0	87.90299999999999	65.0	0.000170069658049992	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0041_000000003284	7250	0.8469733144011417	7	6	5	6	4	True	47909	maximal	True	MAD0041_000000003284	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	82.941	5.0	0.0005839248114010012	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
ISR0217_000000001276	19096	0.8469639412102784	22	15	11	12	8	True	28110	maximal	True	ISR0217_000000001276	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1688.0	80.154	9.0	0.0010045019898363805	NZ_FNVZ01000005.1	fusobacteria	Leptotrichia massiliensis strain Marseille-P3007T, whole genome shotgun sequence	True	True
DEN0079_000000014230	3507	0.8469630922612468	3	2	2	2	2	False	69621	fragment	False	DEN0079_000000014230	1.0		0	0	False	False	0.9982891082763672	0					non-mobilizable	no_good_hit	1197.0	73.935	35.0	0.003618899241257905	NZ_JAAIPW010000002.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_2_length_326066_cov_251.654, whole genome shotgun sequence	True	False
USA0093_01_000000005927	3215	0.8469540934278083	3	2	1	1	1	True	116587	fragment	False	USA0093_01_000000005927	1.0		0	0	False	True	0.9993779063224792	0					non-mobilizable	other	3130.0	97.348	97.0	0.5384083044982699	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
DEN0030_000000000007	2872	0.8469540934278083	4	2	1	1	1	True	73823	fragment	False	ENG0154_000000009578	0.9432381244891698		0	0	False	False	1.0	0					non-mobilizable	other	2872.0	100.0	100.0	0.4967128027681661	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0217_000000001962	13392	0.8469400373472518	17	10	6	8	4	False	34375	maximal	True	ISR0217_000000001962	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	74.601	5.0	0.0006898243075720536	NZ_QGDL01000001.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_101, whole genome shotgun sequence	True	False
MAD0005_000000006543	3817	0.8469376077067315	4	4	4	4	3	False	19989	fragment	False	MAD0005_000000006543	1.0		0	0	False	False	0.9984281063079834	0					non-mobilizable	no_good_hit	448.0	73.438	12.0	0.00011737311499444211	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0046_000000000705	20565	0.8469366088356689	21	21	12	15	21	True	85442	maximal	False	MAD0079_000000000177	0.9879283862916386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11903.0	98.715	73.0	0.04157427550171026	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	True	True
ISR0175_000000003749	6946	0.846932479627505	12	5	2	3	2	False	110774	maximal	True	ISR0175_000000003749	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3602.0	96.03	64.0	0.0007849824199380284	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
DEN0096_000000033969	1341	0.8468928987105351	2	1	1	1	1	False	68140	fragment	False	DEN0096_000000033969	1.0		0	0	False	False	0.9798657894134521	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000002903	5302	0.8468893142680269	5	4	3	4	4	False	121313	fragment	False	CAN0013_000000004692	0.9671025686298403		0	0	False	True	0.9998114109039307	0					non-mobilizable	chromosome	3547.0	96.70100000000001	100.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CAN0013_000000004692	5231	0.8468893142680269	5	4	3	4	4	False	121313	fragment	False	CAN0013_000000004692	0.9715938776790404		0	0	False	True	1.0	0					non-mobilizable	chromosome	3587.0	96.404	99.0	0.000740713651259616	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0162_000000007037	5129	0.8468893142680269	4	4	3	4	4	False	121313	fragment	False	CAN0013_000000004692	0.9625998500717468		0	0	False	True	0.9988301992416382	0					non-mobilizable	chromosome	5076.0	96.296	99.0	0.001046090157971391	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
MON0076_000000015380	3033	0.8468889067953682	2	2	2	2	1	True	100204	maximal	True	MON0076_000000015380	1.0		1	1	False	False	0.9739531874656677	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.7123098145278813e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
USA0018_01_000000009071	2637	0.8468879101462041	4	2	1	1	2	False	63520	maximal	True	USA0018_01_000000009071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.905222921666407e-05	LN483357.1	flies	Culicoides sonorensis genome assembly, scaffold: scaffold7	True	False
ENG0032_000000018308	1353	0.8468867759628321	2	1	1	1	1	True	68107	fragment	False	ENG0183_000000020613	0.9470468431771895		0	0	False	False	0.9866962432861328	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.384383799214708e-05	NZ_SOAW01000002.1	high GC Gram+	Naumannella halotolerans strain DSM 24323 Ga0181006_12, whole genome shotgun sequence	True	True
FIJ0166_000000019578	1281	0.8468867759628321	2	1	1	1	1	True	38994	fragment	False	FIJ0166_000000019578	0.994205298013245		0	0	False	False	0.9992193579673767	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.384383799214708e-05	NZ_SOAW01000002.1	high GC Gram+	Naumannella halotolerans strain DSM 24323 Ga0181006_12, whole genome shotgun sequence	True	True
ISR0366_000000002770	5029	0.846884288285266	6	5	5	4	5	False	89186	fragment	False	ISR0366_000000002770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2278.0	97.454	71.0	0.0008021513876513819	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
SPA0132_000000005727	6341	0.8468796809777153	11	9	8	9	9	False	125086	fragment	False	SPA0155_000000001948	0.6597381421142398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	10.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0203_000000004969	3470	0.8468765753618888	3	3	3	3	3	False	131481	maximal	True	ISR0203_000000004969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1803.0	78.425	51.0	0.0248772869254797	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0267_000000012614	1447	0.8468739692655596	3	3	3	1	1	False	57839	fragment	False	ISR0267_000000012614	1.0		0	0	False	False	0.9986178278923035	0					non-mobilizable	other	1447.0	100.0	100.0	0.0034662460507328017	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
MON0086_000000000853	19342	0.8468723212116505	32	24	8	8	23	False	115681	fragment	False	MON0086_000000000853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5038.0	99.663	89.0	0.002049223679050156	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	False
ISR0815_000000027267	1127	0.8468576893477973	3	2	2	2	1	True	21443	fragment	False	ISR0815_000000027267	1.0		0	0	False	False	0.989352285861969	0					non-mobilizable	no_good_hit	113.0	92.035	10.0	3.0012824398749844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0001_000000017123	1428	0.8468420929094617	2	2	2	2	2	False	85788	fragment	False	ENG0113_000000018480	0.9728476821192054		0	0	False	False	1.0	0					non-mobilizable	other	1428.0	99.51	100.0	0.005530707636019751	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
FIJ0078_000000006665	3779	0.8468317389831567	5	3	1	1	3	False	44460	maximal	True	FIJ0078_000000006665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3377.0	76.07300000000001	88.0	0.0014123532346354709	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
AST0019_000000006053	4355	0.8468302043161751	6	5	5	5	4	False	122851	maximal	True	AST0019_000000006053	1.0		9	4	False	False	0.9928817749023438	0					non-mobilizable	no_good_hit	770.0	71.688	17.0	0.006115956563555804	NZ_MUXE01000007.1	e-proteobacteria	Pseudoarcobacter caeni strain RW17-10 NODE_7_length_121649_cov_44.8175_ID_2061, whole genome shotgun sequence	True	False
SPA0124_000000002218	12186	0.846817439615265	18	13	11	10	9	False	6007	maximal	True	SPA0124_000000002218	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	6367.0	98.916	67.0	0.0008810659264568763	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
AUS0012_000000007898	2139	0.8468160719729612	5	4	2	3	4	False	101156	fragment	False	AUS0012_000000007898	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2144.0	95.896	100.0	0.23928371572467824	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0211_000000014377	1699	0.8468140372074604	2	2	2	2	2	False	86102	fragment	False	CHI0056_000000011579	0.9596287693620186		0	0	False	False	0.9935256242752075	0					non-mobilizable	no_good_hit	276.0	94.20299999999999	34.0	8.279723378958121e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0849_000000016244	1683	0.8468140372074604	2	2	2	2	2	False	86102	fragment	False	CHI0056_000000011579	0.9573988262579117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	94.20299999999999	34.0	8.279723378958121e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0040_000000002807	8075	0.8467995593123464	15	7	5	7	5	False	73932	fragment	False	MAD0022_000000000766	0.9470119995247712		0	0	False	False	0.9998761415481567	0					non-mobilizable	no_good_hit	1164.0	76.89	20.0	0.0003521632843021661	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0325_000000001955	7666	0.8467896706984702	6	6	5	6	5	False	121294	maximal	True	ISR0325_000000001955	1.0	PS849	7	2	False	True	0.9963474869728088	0					non-mobilizable	no_good_hit	4226.0	92.35700000000001	85.0	0.0008698478303495073	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ISR0293_000000003119	10939	0.8467855426772963	13	5	3	5	3	False	125987	fragment	False	FIJ0124_000000001671	0.3078540977654966		0	0	False	False	0.997166097164154	0					non-mobilizable	no_good_hit	932.0	83.906	8.0	0.001390594034019782	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0188_000000002939	7139	0.8467826891694136	9	3	2	3	1	True	35495	fragment	False	ISR0188_000000002939	1.0		0	0	False	False	0.9994397163391113	0					non-mobilizable	no_good_hit								True	True
MAD0055_000000005326	1696	0.8467735714716146	3	3	3	3	2	False	17107	maximal	True	MAD0055_000000005326	1.0		2	2	False	False	0.9994103908538818	0					non-mobilizable	no_good_hit	271.0	77.491	16.0	4.7842164906706875e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
MON0011_000000003493	10523	0.8467717258099373	12	9	5	7	9	True	53784	maximal	True	MON0011_000000003493	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	5717.0	75.389	54.0	0.032148331329523244	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	True
ENG0042_000000005253	5135	0.8467713984873397	6	4	0	3	2	False	117777	maximal	True	ENG0042_000000005253	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1358.0	98.601	49.0	0.0003771375179015257	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	True	True
ISR0097_000000023100	1338	0.8467547910653309	1	1	1	1	1	False	33276	fragment	False	ISR0097_000000023100	1.0		0	0	False	False	0.9872944951057434	0					non-mobilizable	no_good_hit								True	False
CHI0014_000000000693	7184	0.846749131653383	3	2	1	2	1	False	89910	fragment	False	CHI0014_000000000693	1.0		0	0	False	False	0.9998608231544495	0					non-mobilizable	no_good_hit	2948.0	97.727	70.0	0.02369599652640974	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0193_000000003230	7935	0.8467390826762718	8	2	2	1	1	True	97271	fragment	False	ISR0193_000000003230	1.0		0	0	False	False	0.9989917874336243	0					non-mobilizable	plasmid	7948.0	98.666	100.0	0.04798800904156946	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
CHI0123_000000008277	1678	0.8467340412848947	2	2	1	2	2	True	113498	fragment	False	ENG0004_000000017281	0.34934221854028863		0	0	False	True	1.0	0					non-mobilizable	other	1677.0	93.321	100.0	0.0005207785670687509	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0021_01_000000008155	2258	0.8467314228029402	2	2	2	2	2	False	89238	fragment	False	USA0021_01_000000008155	0.9932683379758589		0	0	False	False	1.0	0					non-mobilizable	other	2258.0	99.469	100.0	0.012257444347292446	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ENG0038_000000017857	1469	0.8467282362145071	2	2	2	2	1	False	94743	fragment	False	CAN0009_000000019043	0.9440655914770355		0	0	False	False	0.9993192553520203	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
CHI0065_000000002577	4729	0.8467179774619678	6	6	6	4	5	False	93719	fragment	False	CHI0065_000000002577	1.0		0	0	False	False	0.991330087184906	0					non-mobilizable	chromosome	4690.0	99.68	99.0	0.0019827158259539996	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0086_000000005023	1361	0.8467167454185982	3	3	3	2	2	False	87109	fragment	False	FIJ0123_000000020607	0.7925206380787818		0	0	False	False	0.9977957606315613	0					non-mobilizable	other	1361.0	99.853	100.0	0.00029837831386414834	AP023427.1	enterobacteria	Escherichia coli HUE1 DNA, complete genome	False	False
ISR0033_000000003248	7710	0.8467135509686848	10	6	5	5	5	False	114945	maximal	True	ISR0033_000000003248	1.0		27	6	False	False	0.99896240234375	0					non-mobilizable	no_good_hit	2642.0	81.605	34.0	0.14060883297936067	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0108_000000000423	36350	0.8467017113138727	29	24	14	21	11	True	96302	maximal	True	SPA0108_000000000423	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	96.76700000000001	16.0	0.0006558079197786469	CP015403.2	b-proteobacteria	Burkholderiales bacterium YL45, complete genome	True	True
ISR0851_000000003835	3371	0.846696907095634	4	2	0	0	2	False	76526	fragment	False	ISR0851_000000003835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	88.17200000000001	13.0	0.04962513388075687	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	False
DEN0005_000000011962	2837	0.846696907095634	3	2	0	0	2	False	76525	fragment	False	DEN0005_000000011962	0.9933782173105746		0	0	False	False	0.9947127103805542	0					non-mobilizable	no_good_hit	205.0	77.07300000000001	7.0	0.025166253748859044	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	False
ISR0195_000000008099	2778	0.846696907095634	3	2	0	0	2	False	76525	fragment	False	DEN0005_000000011962	0.9882471776392056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	90.164	7.0	0.04607942973523422	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
SPA0007_000000009040	2759	0.846696907095634	3	2	0	0	2	False	76525	fragment	False	DEN0005_000000011962	0.9838532762285608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	89.82	6.0	0.0420061099796334	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0016_000000008469	2684	0.8466906702719587	3	3	1	2	2	False	111810	fragment	False	SPA0009_000000012941	0.9205169158843989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	3.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0182_000000014713	2575	0.8466906702719587	3	3	1	2	2	False	111810	fragment	False	SPA0009_000000012941	0.47497269748816895		0	0	False	False	0.9891262054443359	0					non-mobilizable	no_good_hit	80.0	91.25	3.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0130_000000029345	1117	0.8466856177907722	1	1	1	1	1	False	31880	fragment	False	ISR0824_000000020160	0.6943050275511511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0031_000000009436	2543	0.8466852145198294	3	3	3	3	3	False	84842	fragment	False	FIJ0031_000000009436	0.98381601362862		0	0	False	False	1.0	0					non-mobilizable	plasmid	2543.0	98.38799999999999	100.0	0.012232798529369303	CP023952.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_447 plasmid unnamed1, complete sequence	False	True
SPA0021_000000007667	4141	0.8466850748188957	5	2	2	2	2	False	118634	fragment	False	SPA0021_000000007667	1.0		0	0	False	False	0.9971021413803101	0					non-mobilizable	chromosome	3627.0	92.41799999999999	91.0	0.0006699496180785272	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0041_01_000000008029	2408	0.8466850748188957	4	2	2	2	2	False	118625	fragment	False	USA0052_01_000000006917	0.5471740958909026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	90.48299999999999	84.0	0.0003615571606999821	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0318_000000001842	2351	0.8466850748188957	3	2	2	2	2	False	118630	fragment	False	ISR0318_000000001842	1.0		0	0	False	False	0.9961718320846558	0					non-mobilizable	chromosome	2243.0	92.911	95.0	0.0004128629583108793	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0130_000000013023	2297	0.8466850748188957	4	2	2	2	2	False	118625	fragment	False	USA0052_01_000000006917	0.5460992743874462		0	0	False	False	0.9995646476745605	0					non-mobilizable	no_good_hit	1837.0	91.508	83.0	0.0038279709436569867	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
CHI0014_000000003396	2008	0.8466850748188957	2	2	2	2	2	False	118628	fragment	False	CHI0014_000000003396	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2002.0	92.05799999999999	99.0	0.004200866297001668	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
CHI0184_000000004992	1727	0.8466850748188957	3	2	2	2	2	False	118609	fragment	False	AST0061_000000025204	0.5576523001782061		0	0	False	False	0.9988419413566589	0					non-mobilizable	other	1727.0	95.02	100.0	0.0036341496300541015	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
SPA0052_000000016645	1635	0.8466850748188957	3	2	2	2	2	False	118609	fragment	False	AST0061_000000025204	0.3768384481760278		0	0	False	False	1.0	0					non-mobilizable	chromosome	1635.0	93.639	100.0	0.00030374519310219576	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0116_01_000000017778	1377	0.8466850748188957	3	2	2	2	2	False	79115	fragment	False	USA0116_01_000000017778	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	94.336	100.0	0.002896785936999646	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
FIJ0083_000000009103	3778	0.8466837807207005	6	4	2	2	3	True	124844	fragment	False	ENG0116_000000005367	0.471342383107089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	86.885	2.0	1.5355455767841888e-05	NZ_CP029176.1	a-proteobacteria	Acidibrevibacterium fodinaquatile strain G45-3 chromosome, complete genome	True	True
MON0093_000000010303	3910	0.8466782138249453	3	2	1	1	2	False	103236	fragment	False	MON0093_000000010303	1.0		0	0	False	False	0.9992327094078064	0					non-mobilizable	other	1519.0	90.257	98.0	0.0032768327275566234	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MON0022_000000007173	3568	0.8466782138249453	4	2	1	1	2	False	103229	fragment	False	MON0022_000000007173	1.0		0	0	False	False	0.9997197389602661	0					non-mobilizable	other	2091.0	89.95700000000001	99.0	0.00452814476183867	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
DEN0007_000000004299	6593	0.8466686103297157	3	3	2	3	2	False	80952	fragment	False	DEN0007_000000004299	0.952357903039612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	98.305	4.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0011_000000038443	1215	0.8466669543787448	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.10738240880395837	PS730	0	0	False	True	0.9868312478065491	0					non-mobilizable	other	1216.0	92.681	100.0	0.00037767334553253496	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0053_000000002531	4485	0.8466650840689514	7	4	4	4	4	False	129731	fragment	False	AST0053_000000002531	1.0		0	0	False	True	0.9997770190238953	0					non-mobilizable	no_good_hit	1906.0	97.69200000000001	82.0	0.008858685759359263	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0108_000000003250	6267	0.8466573168862105	9	8	4	5	7	False	124438	maximal	True	AST0108_000000003250	1.0		0	0	False	False	0.9995213150978088	0					non-mobilizable	no_good_hit	4029.0	98.93299999999999	64.0	0.362180640518172	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
DEN0061_000000015875	2606	0.8466570481652193	3	1	1	1	1	False	71880	fragment	False	DEN0061_000000015875	1.0		0	0	False	False	0.9980813264846802	0					non-mobilizable	other	2428.0	76.277	92.0	0.012205612138425283	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0133_000000006192	3125	0.8466530215078821	4	4	3	4	3	False	130899	fragment	False	ISR0133_000000006192	1.0		0	0	False	True	0.9958400130271912	0					non-mobilizable	no_good_hit	1662.0	82.551	53.0	0.00046790512192555045	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0048_000000011547	2341	0.8466472601595647	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9238303025839765		0	0	False	False	0.997009813785553	0					non-mobilizable	other	2341.0	94.361	100.0	0.008360337700478396	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0223_000000002482	8770	0.8466314807697879	11	8	2	4	4	False	110301	maximal	True	ISR0223_000000002482	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1401.0	91.72	26.0	0.1279756412622255	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AST0061_000000000969	19926	0.8466213744699513	20	19	7	9	17	True	114990	maximal	True	AST0061_000000000969	1.0		6	2	False	False	0.9998996257781982	0		MOBP	MPF_T		conjugative	plasmid	19926.0	99.995	100.0	0.2983007710157946	CP041658.1	firmicutes	Lactobacillus paracasei strain CBA3611 plasmid pLP1, complete sequence	False	True
ENG0114_000000006233	2593	0.8465878280405656	3	3	3	3	2	False	131845	fragment	False	ENG0114_000000006233	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2462.0	98.619	100.0	0.0006938165154278281	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0805_000000003112	3875	0.8465833670674031	8	3	2	2	3	False	21799	maximal	True	ISR0805_000000003112	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0069_000000001290	17646	0.8465809705581019	16	14	7	8	14	True	123784	fragment	False	MON0069_000000001290	0.9782259980988592		0	0	False	True	1.0	0					non-mobilizable	other	9039.0	99.911	100.0	0.09409302034950325	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
CHI0160_000000007940	3573	0.8465765303526185	6	4	2	4	4	False	94946	maximal	True	CHI0160_000000007940	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	96.795	74.0	0.0007501049170910987	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0303_000000002557	4290	0.8465757259246577	5	2	1	1	2	False	118289	maximal	True	ISR0303_000000002557	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2413.0	86.49	59.0	0.05443006527090815	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0027_000000006535	3978	0.8465757259246577	4	2	1	1	2	False	118301	maximal	True	ISR0027_000000006535	1.0		1	1	False	False	0.9997485876083374	0					non-mobilizable	no_good_hit	2413.0	86.531	61.0	0.05443006527090815	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0197_000000007031	3457	0.8465757259246577	3	2	1	1	2	False	118291	maximal	True	ISR0197_000000007031	1.0		1	1	False	False	0.999710738658905	0					non-mobilizable	no_good_hit	2411.0	86.852	70.0	0.05438489509226009	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0128_000000008248	3183	0.8465757259246577	2	2	1	1	2	False	118300	fragment	False	ENG0128_000000008248	0.9592067075137053		0	0	False	False	0.9962299466133118	0					non-mobilizable	no_good_hit	2411.0	86.022	76.0	0.05438489509226009	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0149_000000007355	3101	0.8465757259246577	2	2	1	1	2	False	118300	fragment	False	ENG0128_000000008248	0.9473766886584982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2198.0	86.169	71.0	0.049574271066242064	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0209_000000007297	2576	0.8465757259246577	4	2	1	1	2	False	118283	fragment	False	ENG0209_000000007297	0.9681602041284239		0	0	False	False	0.9961180090904236	0					non-mobilizable	virus	2406.0	86.825	93.0	0.05427196964563995	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0182_000000015226	2501	0.8465757259246577	2	2	1	1	2	False	118283	fragment	False	ENG0209_000000007297	0.9658291453111392		0	0	False	False	0.9916033744812012	0					non-mobilizable	virus	2412.0	87.023	96.0	0.05440748018158412	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0064_000000008418	2423	0.8465757259246577	2	2	1	1	2	False	118283	fragment	False	ENG0209_000000007297	0.9563841658348677		0	0	False	False	1.0	0					non-mobilizable	virus	2415.0	86.12799999999999	99.0	0.0544752354495562	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
AST0060_000000012061	2411	0.8465757259246577	3	2	1	1	2	False	118283	fragment	False	ENG0209_000000007297	0.9644445144097334		0	0	False	False	1.0	0					non-mobilizable	virus	2412.0	86.774	100.0	0.05440748018158412	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0126_000000020445	2411	0.8465757259246577	3	2	1	1	2	False	118283	fragment	False	ENG0209_000000007297	0.9496138388231005		0	0	False	False	1.0	0					non-mobilizable	virus	2411.0	86.354	99.0	0.05438489509226009	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
AST0029_000000012597	2401	0.8465757259246577	3	2	1	1	2	False	118283	fragment	False	ENG0209_000000007297	0.9487217629435627		0	0	False	False	1.0	0					non-mobilizable	virus	2402.0	86.428	100.0	0.05418162928834384	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ENG0086_000000011089	2302	0.8465757259246577	2	2	1	1	2	False	118283	fragment	False	ENG0209_000000007297	0.8484467814094193		0	0	False	False	0.999565601348877	0					non-mobilizable	virus	2303.0	86.366	100.0	0.051945705445265035	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ENG0129_000000011928	2240	0.8465757259246577	4	2	1	1	2	False	118283	fragment	False	ENG0209_000000007297	0.7410400228348831		0	0	False	False	1.0	0					non-mobilizable	virus	2241.0	85.855	100.0	0.05054542990717528	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0295_000000015814	2240	0.8465757259246577	4	2	1	1	2	False	118283	fragment	False	ENG0209_000000007297	0.7442168633310249		0	0	False	False	1.0	0					non-mobilizable	virus	2241.0	86.167	100.0	0.05054542990717528	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0079_000000012293	2235	0.8465757259246577	2	2	1	1	2	False	118283	fragment	False	ENG0209_000000007297	0.7418040299556384		0	0	False	False	0.9991051554679871	0					non-mobilizable	virus	2236.0	86.09100000000001	100.0	0.05043250446055514	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
AUS0006_000000011231	2208	0.8465757259246577	2	2	1	1	2	False	102084	maximal	True	AUS0006_000000011231	1.0		5	2	False	False	0.9827898740768433	0					non-mobilizable	no_good_hit	1891.0	85.03399999999999	86.0	0.042640648643765384	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
CHI0180_000000005442	2494	0.8465749991686464	5	3	2	3	1	True	124656	fragment	False	ISR0812_000000015709	0.6869938056659403		0	0	False	False	1.0	0					non-mobilizable	chromosome	2389.0	92.675	96.0	0.0008423059917350268	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0112_000000003036	10502	0.8465736976895049	13	9	8	8	5	True	91793	maximal	True	SPA0112_000000003036	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	76.22800000000001	5.0	0.00013362829749247437	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CAN0020_000000023539	1512	0.8465661612523665	2	2	2	2	1	False	97004	maximal	True	CAN0020_000000023539	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0338_000000000367	26401	0.8465637821037884	38	11	6	10	4	True	24430	maximal	True	ISR0338_000000000367	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	93.61399999999999	3.0	0.012659976061136176	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
FIJ0058_000000024802	1662	0.8465631594276625	3	2	2	1	1	False	45996	fragment	False	FIJ0058_000000024802	1.0		0	0	False	False	0.9933814406394958	0					non-mobilizable	no_good_hit	169.0	98.81700000000001	10.0	5.7076597813490666e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0203_000000016577	1152	0.8465568609590308	2	2	2	1	1	False	54074	fragment	False	ENG0203_000000016577	1.0		0	0	False	False	0.921875	0					non-mobilizable	no_good_hit								True	False
FIJ0010_000000015809	1216	0.8465562011070508	2	2	2	2	1	False	125823	fragment	False	ISR0158_000000013331	0.6397719645390534		0	0	False	False	0.9835526347160339	0					non-mobilizable	other	1216.0	99.34200000000001	100.0	0.003325350667122819	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0034_000000004057	3643	0.8465471258892001	3	2	1	1	2	True	88266	fragment	False	CHI0034_000000004057	1.0		0	0	False	False	0.9989020228385925	0					non-mobilizable	no_good_hit								True	True
ISR0024_000000008200	2769	0.8465471258892001	3	2	1	1	2	True	49350	fragment	False	ISR0024_000000008200	0.9587055020528044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	81.373	3.0	3.431969029367801e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0259_000000005487	2691	0.8465471258892001	3	2	1	1	2	True	49350	fragment	False	ISR0024_000000008200	0.9433983224338306		0	0	False	False	0.9855072498321533	0					non-mobilizable	no_good_hit								True	True
ISR0839_000000006987	2656	0.8465471258892001	3	2	1	1	2	True	49350	fragment	False	ISR0024_000000008200	0.9471215999078829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0023_000000017132	1931	0.8465471258892001	3	2	1	1	2	True	49349	fragment	False	FIJ0023_000000017132	0.9680965147453083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0032_000000015372	1865	0.8465471258892001	3	2	1	1	2	True	49349	fragment	False	FIJ0023_000000017132	0.9520973588814086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0093_000000005852	2077	0.8465422782834426	3	3	3	2	2	False	61058	maximal	True	ENG0093_000000005852	1.0		0	0	False	False	0.9455946087837219	0					non-mobilizable	other	1615.0	99.195	96.0	0.0007075769478970848	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0057_000000001694	12645	0.8465327189015265	16	12	7	10	8	False	121529	maximal	True	ENG0057_000000001694	1.0		1	1	False	False	0.9994463920593262	0					non-mobilizable	no_good_hit	426.0	75.117	3.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ENG0200_000000009592	2118	0.8465316857005344	5	4	4	4	4	False	107148	fragment	False	ISR0212_000000015211	0.7624678884125026		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	98.551	100.0	0.013581506947428735	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0039_000000028531	1313	0.8465309870718187	2	1	1	1	1	False	74294	fragment	False	ENG0182_000000019105	0.6986474400730234		0	0	False	False	0.9992383718490601	0					non-mobilizable	other	1313.0	95.735	100.0	0.004756915111544583	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0011_01_000000004057	9156	0.8465256997204815	10	9	5	8	8	True	125607	maximal	True	USA0011_01_000000004057	1.0	PS931	2	1	False	True	1.0	0					non-mobilizable	plasmid	9176.0	99.76	100.0	0.07849125688669883	CP051712.1	enterobacteria	Escherichia coli strain SCU-123 plasmid pSCU-123-1, complete sequence	False	True
FIJ0036_000000032595	1337	0.8465253087295533	2	2	2	1	1	False	47893	fragment	False	FIJ0036_000000032595	1.0		0	0	False	False	0.9850411415100098	0					non-mobilizable	no_good_hit	938.0	92.64399999999999	70.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0119_000000027022	1173	0.8465253087295533	2	2	2	1	1	False	4198	fragment	False	SPA0119_000000027022	1.0		0	0	False	False	0.9974424839019775	0					non-mobilizable	chromosome	1173.0	99.915	100.0	0.0003982443269721844	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0072_000000001601	7298	0.8465235058658055	3	1	1	1	1	False	89117	fragment	False	CHI0072_000000001601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2540.0	94.60600000000001	61.0	0.02034301703828186	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0026_000000006277	4918	0.8465235058658055	3	1	1	1	1	False	119548	fragment	False	AST0026_000000006277	0.9851387054161163		0	0	False	False	0.9997966885566711	0					non-mobilizable	no_good_hit	1874.0	95.09100000000001	44.0	0.014891410100750199	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0192_000000003478	4809	0.8465164508447165	5	5	5	4	4	False	111488	fragment	False	ENG0192_000000003478	1.0		0	0	False	False	0.997920572757721	0					non-mobilizable	chromosome	3684.0	99.946	100.0	0.0006605698621233043	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0196_000000002015	4528	0.8465153024846547	6	5	5	5	5	False	124954	fragment	False	ENG0184_000000004383	0.7869521116483051		0	0	False	False	0.9997791647911072	0					non-mobilizable	no_good_hit	3191.0	78.941	84.0	0.007574290031381969	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0002_000000002933	7290	0.8465120102531479	11	8	5	7	6	True	120971	maximal	True	ISR0002_000000002933	1.0		185	6	False	False	1.0	0					non-mobilizable	no_good_hit	2431.0	92.96600000000001	80.0	0.0006889593902865526	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
CHI0034_000000000616	12891	0.8465100507902654	16	11	6	6	7	True	89893	fragment	False	SPA0079_000000001205	0.8033853474162541		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	5098.0	75.343	39.0	0.1629157410090473	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
SPA0132_000000028597	1449	0.8465041408311559	2	2	2	2	1	True	111274	maximal	False	AST0084_000000023283	0.9678266579120158		0	0	False	False	0.9972394704818726	0					non-mobilizable	no_good_hit	418.0	72.727	28.0	0.000351238762296585	NZ_RJVI01000001.1	g-proteobacteria	Inmirania thermothiophila strain DSM 100275 Ga0244718_11, whole genome shotgun sequence	True	True
CHI0141_000000021463	1290	0.8465041408311559	2	2	2	2	1	True	80059	fragment	False	CHI0141_000000021463	1.0		0	0	False	False	0.9992247819900513	0					non-mobilizable	no_good_hit	425.0	71.765	32.0	0.0003572649175320656	NZ_RJVI01000001.1	g-proteobacteria	Inmirania thermothiophila strain DSM 100275 Ga0244718_11, whole genome shotgun sequence	True	True
MON0104_000000037600	1226	0.8465041408311559	2	2	2	2	1	True	9844	fragment	False	MON0104_000000037600	0.9771186440677966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	72.66199999999999	33.0	0.000351238762296585	NZ_RJVI01000001.1	g-proteobacteria	Inmirania thermothiophila strain DSM 100275 Ga0244718_11, whole genome shotgun sequence	True	True
MON0083_000000034984	1180	0.8465041408311559	2	2	2	2	1	True	9844	fragment	False	MON0104_000000037600	0.9592169657422512		0	0	False	False	0.9677966237068176	0					non-mobilizable	no_good_hit	297.0	73.064	25.0	0.0005974758186547965	NZ_SZZH01000006.1	high GC Gram+	Nakamurella flava strain N5BH11 Scaffold4_1, whole genome shotgun sequence	True	True
ISR0822_000000004198	1777	0.8464923290260806	2	1	1	1	1	False	21191	maximal	True	ISR0822_000000004198	1.0		5	2	False	False	0.9769273996353149	0					non-mobilizable	no_good_hit								True	False
AST0006_000000001997	8496	0.8464762259598412	10	3	3	2	1	True	127675	maximal	True	AST0006_000000001997	1.0		2	2	False	False	0.9971751570701599	0					non-mobilizable	no_good_hit	1105.0	78.281	13.0	0.025914706299995267	CP035500.1	firmicutes	Clostridioides difficile strain TW11-RT078 plasmid p1, complete sequence	True	True
FIJ0047_000000020611	1506	0.8464708437853996	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.1305706809270681		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	99.399	99.0	0.0020735306950413943	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0083_000000017264	2057	0.8464673022277496	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.22320171698401772		0	0	False	False	1.0	0					non-mobilizable	other	2057.0	98.59	100.0	0.0006140598173186992	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0047_000000023988	1653	0.8464621112063312	2	2	2	2	2	False	43815	fragment	False	MAD0077_000000007235	0.9401913875598087		0	0	False	False	0.993950366973877	0					non-mobilizable	no_good_hit	968.0	86.98299999999999	59.0	0.0002579540959082398	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0191_000000002566	3623	0.846460377369864	3	3	3	3	3	False	29157	maximal	True	ISR0191_000000002566	0.999570938215103		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	78.762	23.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0136_000000012417	2189	0.8464595937923397	2	2	2	2	2	False	72197	fragment	False	FIJ0136_000000012417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	580.0	72.241	26.0	0.0001770813885909966	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MON0058_000000014277	3173	0.8464547073875208	4	3	2	2	3	False	84385	maximal	True	MON0058_000000014277	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	1534.0	100.0	59.0	0.2372697724810401	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	False
CAN0001_000000014698	3180	0.8464517050848162	4	3	3	3	2	False	97393	maximal	True	CAN0001_000000014698	1.0		9	3	False	False	0.9842767119407654	0					non-mobilizable	other	2686.0	97.46799999999999	92.0	0.016321837681970545	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	False
ISR0224_000000023631	1326	0.8464430258338198	2	2	2	1	2	True	27725	fragment	False	ISR0224_000000023631	1.0		0	0	False	False	0.999245822429657	0					non-mobilizable	no_good_hit	63.0	87.302	5.0	0.0002771618625277162	NZ_MBTA01000030.1	CFB group bacteria	Pelobium manganitolerans strain YS-25 Y5-25_scaffold9, whole genome shotgun sequence	True	True
ENG0024_000000014692	1805	0.8464418923584766	4	2	1	2	1	False	113654	fragment	False	ENG0024_000000014692	1.0		0	0	False	False	0.9994459748268127	0					non-mobilizable	no_good_hit	1318.0	93.854	73.0	0.0004081609796859027	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0148_000000000622	33373	0.8464272201786275	38	11	7	9	6	True	105235	fragment	False	AST0148_000000000622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	85.39200000000001	4.0	0.00043118786385553054	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
DEN0078_000000009687	3026	0.8464271099592423	4	2	2	2	2	False	69818	fragment	False	DEN0078_000000009687	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	77.778	4.0	3.6233185729160625e-05	NC_008261.1	firmicutes	Clostridium perfringens ATCC 13124, complete sequence	True	False
ISR0109_000000000490	28078	0.8464248590205347	48	8	4	5	6	False	32767	fragment	False	ISR0109_000000000490	1.0		0	0	False	False	0.9999643564224243	0					non-mobilizable	no_good_hit	254.0	92.126	1.0	0.00029742801184069143	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0081_000000030567	1191	0.8464177568571429	2	1	1	1	1	False	59510	fragment	False	ENG0115_000000016313	0.6248230412635583		0	0	False	False	0.994962215423584	0					non-mobilizable	other	1175.0	94.723	98.0	0.010697981409163412	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0088_000000005417	4125	0.8464172324898267	4	2	2	2	2	False	85247	fragment	False	ISR0088_000000005417	1.0		0	0	False	False	0.9978181719779968	0					non-mobilizable	no_good_hit	1610.0	85.21700000000001	39.0	0.0003567946109026143	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
AUS0004_000000009385	2230	0.8464160396512016	3	3	1	2	1	True	102446	fragment	False	AUS0004_000000009385	1.0		0	0	False	False	0.9928250908851624	0					non-mobilizable	no_good_hit	1383.0	86.479	62.0	0.01652832386777341	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0311_000000001291	10197	0.8464123224954392	10	4	3	4	2	True	131967	fragment	False	ISR0311_000000001291	1.0		0	0	False	True	0.9995096325874329	0					non-mobilizable	no_good_hit	2209.0	84.835	22.0	0.07878376447048735	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
ISR0295_000000002708	9462	0.8464034578087151	8	3	1	3	1	True	121800	fragment	False	ISR0295_000000002708	1.0		0	0	False	False	0.9994715452194214	0					non-mobilizable	no_good_hit	194.0	77.32	2.0	6.164143434480935e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
USA0053_01_000000012341	1530	0.8463970548969942	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.12556692329297772		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	78.431	95.0	0.020414993306559572	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0052_000000024062	1245	0.8463932190648938	2	2	2	2	2	False	11201	fragment	False	MON0052_000000024062	1.0		0	0	False	False	0.9566265344619751	0					non-mobilizable	no_good_hit	126.0	79.365	10.0	1.8076237866695746e-05	CP034446.1	a-proteobacteria	Mesorhizobium sp. M2A.F.Ca.ET.043.05.1.1 chromosome, complete genome	True	False
ENG0064_000000009372	2379	0.8463899391772092	2	2	2	2	2	False	62971	fragment	False	ENG0064_000000009372	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2384.0	88.465	100.0	0.0003790369145597854	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0107_000000023162	1299	0.8463883441730397	2	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.690459542255425		0	0	False	False	0.9923017621040344	0					non-mobilizable	no_good_hit	566.0	100.0	44.0	0.004739416003288232	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0004_000000001014	14796	0.8463836676027823	18	12	7	7	11	False	125581	fragment	False	ISR0004_000000001014	0.8293143539344765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	88.398	4.0	0.00018892047633056484	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0038_000000021059	1675	0.8463802193141399	2	1	1	1	1	False	47635	maximal	True	FIJ0038_000000021059	1.0		23	5	False	False	0.9886566996574402	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	4.767924415850839e-06	CP048113.1	CFB group bacteria	Chitinophaga sp. H33E-04 chromosome, complete genome	True	False
ENG0100_000000018917	1638	0.8463789004195118	3	3	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.33734438310928067		0	0	False	False	1.0	0					non-mobilizable	chromosome	1569.0	99.618	100.0	0.00044600318004818425	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
AST0113_000000001639	15431	0.8463772395941137	25	12	8	10	11	True	125412	fragment	False	AST0113_000000001639	1.0		0	0	False	False	1.0	0					non-mobilizable	other	15432.0	99.287	100.0	0.004404211329078013	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0033_000000020468	1810	0.8463674647536186	3	3	3	3	2	False	120871	fragment	False	FIJ0144_000000017284	0.9859967051070839		0	0	False	False	1.0	0					non-mobilizable	chromosome	1249.0	95.036	91.0	0.0003614822802661692	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0145_000000004651	7051	0.8463658571077697	8	4	4	4	2	False	92558	fragment	False	ISR0145_000000004651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	75.658	2.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
AST0012_000000020563	1178	0.8463643340158405	2	2	2	2	2	False	124601	fragment	False	ENG0179_000000025647	0.982976370924136		0	0	False	False	0.9949066042900085	0					non-mobilizable	chromosome	1178.0	100.0	100.0	0.0004974907782454933	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0086_000000020858	1178	0.8463643340158405	2	2	2	2	2	False	124601	fragment	False	ENG0179_000000025647	0.982976370924136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1178.0	100.0	100.0	0.0004974907782454933	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0193_000000016795	1178	0.8463643340158405	2	2	2	2	2	False	124601	fragment	False	ENG0179_000000025647	0.9822760913723231		0	0	False	False	0.9991511106491089	0					non-mobilizable	chromosome	1178.0	99.915	100.0	0.0004974907782454933	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0286_000000018328	1178	0.8463643340158405	2	2	2	2	2	False	124601	fragment	False	ENG0179_000000025647	0.982976370924136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1178.0	100.0	100.0	0.0004974907782454933	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0047_000000025426	1178	0.8463643340158405	2	2	2	2	2	False	124601	fragment	False	ENG0179_000000025647	0.982976370924136		0	0	False	False	0.9855687618255615	0					non-mobilizable	chromosome	1178.0	100.0	100.0	0.0004974907782454933	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0005_000000008630	3522	0.8463527657788497	6	1	1	1	1	True	107761	fragment	False	FIJ0109_000000007497	0.9478714823618858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0045_000000007418	3678	0.8463464262359786	4	3	3	3	3	False	31108	fragment	False	SPA0045_000000007418	0.99052812858783		0	0	False	False	0.9997280836105347	0					non-mobilizable	other	3689.0	97.262	100.0	0.0031486383941600827	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0032_000000018927	1768	0.8463389062125483	2	2	2	1	1	False	125881	fragment	False	SPA0045_000000013264	0.7855869906332131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	92.49799999999999	67.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
MAD0035_000000001853	11853	0.8463330799501507	12	4	2	4	3	False	66178	backbone	True	MAD0035_000000001853	1.0	PS303	2	1	True	True	1.0	1					non-mobilizable	no_good_hit	1110.0	77.658	14.0	0.0003394082536869816	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0016_000000010131	3226	0.8463301876828762	5	5	3	4	4	False	126997	fragment	False	SPA0016_000000010131	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2346.0	93.947	99.0	0.0010353868284666474	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0050_000000002142	9046	0.8463300070544809	10	10	7	8	8	False	115409	maximal	True	ISR0050_000000002142	1.0	PS340	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2924.0	93.912	65.0	0.0012029397689993237	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
SPA0056_000000006545	4904	0.8463136577726317	4	4	2	3	3	False	6385	maximal	True	SPA0056_000000006545	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	3976.0	80.307	86.0	0.0006882425378572669	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0072_000000008191	3304	0.8463070516208876	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.580164108538831		0	0	False	False	1.0	0					non-mobilizable	chromosome	3307.0	92.712	100.0	0.001111433867497022	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0094_000000022750	1682	0.8463036730108143	3	3	3	3	3	False	68340	fragment	False	DEN0094_000000022750	0.9983776768332252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	98.79899999999999	27.0	0.000980235847106828	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
ISR0167_000000003661	8134	0.8463034307839934	8	8	7	8	7	False	127582	fragment	False	ISR0779_000000003099	0.31954528573726504		0	0	False	False	1.0	0					non-mobilizable	other	8135.0	98.51299999999999	100.0	0.22307861100444346	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ENG0167_000000008846	2804	0.846303065797102	3	3	3	3	2	False	56073	maximal	True	ENG0167_000000008846	1.0		2	2	False	False	0.9996433854103088	0					non-mobilizable	chromosome	1791.0	84.869	93.0	0.0003994107069815649	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	False	False
ENG0064_000000006025	3784	0.8463007453636898	4	3	3	3	3	False	62996	maximal	True	ENG0064_000000006025	1.0		8	5	False	False	0.9960359334945679	0					non-mobilizable	no_good_hit	1176.0	86.139	31.0	0.00035800159484526494	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0036_000000015203	1568	0.8462981079694439	2	2	2	2	2	False	12173	maximal	True	MON0036_000000015203	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
BAN0013_000000000015	8800	0.8462950087559148	12	12	3	10	11	True	98752	fragment	False	BAN0013_000000000015	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	5438.0	97.62799999999999	100.0	0.019783943307889896	CP024238.1	enterobacteria	Escherichia coli O15:H11 strain 90-9272 plasmid unnamed	False	True
MON0024_000000024380	2064	0.8462752291578118	4	3	3	3	3	False	39086	maximal	True	MON0024_000000024380	1.0		672	15	False	False	1.0	0					non-mobilizable	other	2068.0	97.727	100.0	0.0006424180053745343	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0049_000000005096	3297	0.8462654127664371	4	4	4	4	4	False	31465	maximal	True	MAD0049_000000005096	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	71.592	23.0	0.00796264909980493	NZ_JMIR01000016.1	firmicutes	Tumebacillus flagellatus strain GST4 Contig016, whole genome shotgun sequence	True	False
MON0099_000000030105	1225	0.8462595313611002	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.5168907373747729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	72.94800000000001	43.0	0.0022567898245583694	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
ISR0813_000000025375	1237	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.941798511538943		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	71.203	100.0	0.0018862511216784584	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0814_000000034271	1237	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9418057802659009		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	71.259	100.0	0.0018862511216784584	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0049_000000013520	1222	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9295851767427766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	69.82	84.0	0.0015688237484510154	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
MON0013_000000046882	1221	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.913148895240331		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	70.81	100.0	0.0018618336314301935	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0175_000000009528	1217	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9173949294391723		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	69.669	97.0	0.0018068942783715976	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0327_000000024590	1209	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9182312902853433		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	69.992	99.0	0.00181910302349573	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0047_000000012860	1208	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9087663735682746		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	69.694	98.0	0.0018068942783715976	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0064_000000015364	1206	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9082477276473002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	70.113	86.0	0.0015795064004346313	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0032_000000024874	1205	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9079029212389513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	79.57	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
USA0063_01_000000017736	1201	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8740541735617899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	79.57	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ENG0030_000000016003	1201	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8766645624699635		0	0	False	False	0.9991673827171326	0					non-mobilizable	no_good_hit								True	False
SPA0134_000000020865	1200	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8893907503899458		0	0	False	False	0.9925000071525574	0					non-mobilizable	no_good_hit	1057.0	69.82	86.0	0.0015688237484510154	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0017_000000010922	1200	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8739383497004527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	79.57	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
USA0043_01_000000007833	1200	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8739383497004527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	79.57	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
SPA0089_000000031059	1199	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8875645716018555		0	0	False	False	0.9966638684272766	0					non-mobilizable	no_good_hit	1057.0	69.82	86.0	0.0015688237484510154	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0050_000000021682	1186	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8731679518195392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0107_000000028063	1184	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8652857594519173		0	0	False	False	0.994087815284729	0					non-mobilizable	no_good_hit								True	False
SPA0045_000000020784	1176	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8560230519549995		0	0	False	False	0.9948979616165161	0					non-mobilizable	no_good_hit	93.0	78.495	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ISR0818_000000016656	1168	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.7584820153915947		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	69.533	100.0	0.0017809506949828162	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0816_000000031368	1168	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.7584820153915947		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	69.533	100.0	0.0017809506949828162	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
DEN0045_000000037594	1168	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.7574764868451397		0	0	False	False	0.9974315166473389	0					non-mobilizable	other	1198.0	69.616	100.0	0.0017809506949828162	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0015_000000022414	1141	0.8462571805661817	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.5086165268920053		0	0	False	False	0.9938650131225586	0					non-mobilizable	other	1060.0	69.906	90.0	0.0015734020278725652	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
DEN0035_000000014925	2216	0.8462531071994567	3	1	1	1	1	False	76414	fragment	False	DEN0035_000000014925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	90.5	14.0	5.508777551927219e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0029_000000025932	1217	0.846238787813109	2	2	2	2	2	False	48814	fragment	False	ITA0006_000000017443	0.9676034348165496		0	0	False	False	0.9876745939254761	0					non-mobilizable	chromosome	1217.0	98.85	100.0	0.0003403349220294373	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0047_000000007142	5028	0.846237609218269	8	3	2	3	2	False	17695	fragment	False	MAD0047_000000007142	1.0		0	0	False	False	0.9972155690193176	0					non-mobilizable	no_good_hit								True	False
ISR0020_000000014524	1708	0.8462364834451179	2	1	1	1	1	False	86393	fragment	False	ENG0144_000000009725	0.9356661023499335		0	0	False	False	1.0	0					non-mobilizable	other	1708.0	99.06299999999999	100.0	0.0008522866360855964	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0097_000000003066	8447	0.8462359743609288	17	5	1	5	3	False	70014	maximal	True	SPA0097_000000003066	1.0		9	5	False	False	0.9977506995201111	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.695764649286864e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0045_000000015439	1370	0.8462290269526217	3	3	3	2	2	False	87109	fragment	False	FIJ0123_000000020607	0.783441818614271		0	0	False	False	0.9992700815200806	0					non-mobilizable	chromosome	1370.0	100.0	100.0	0.0002659588935177522	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
MON0076_000000013473	3419	0.8462225977600817	3	2	2	2	2	False	10303	maximal	True	MON0076_000000013473	1.0		1	1	False	False	0.9976601600646973	0					non-mobilizable	no_good_hit	432.0	73.611	13.0	0.0004085290948121577	CP032057.1	CFB group bacteria	Prevotella denticola strain KCOM 1525 chromosome 2, complete sequence	True	False
CHI0083_000000003237	3113	0.8462133363920719	3	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.11380937332590367	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3113.0	99.96799999999999	100.0	0.0005431931975175792	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0265_000000007995	2071	0.8462133363920719	3	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.07658606044992108	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2071.0	99.421	100.0	0.0003613142412793666	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0371_000000010848	1796	0.8462133363920719	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.06037903393271974	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1796.0	99.61	100.0	0.0003133135570514314	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0309_000000010894	1768	0.8462133363920719	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.02834151133106159	PS1101	0	0	False	True	0.9966063499450684	0					non-mobilizable	other	1751.0	95.831	99.0	0.0003047607078617266	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0838_000000015138	1610	0.8462133363920719	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.021494519655594874	PS1101	0	0	False	True	0.9993788599967957	0					non-mobilizable	other	1610.0	99.93799999999999	100.0	0.00028084763971908253	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0385_000000017875	1334	0.8462133363920719	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.008865533931290621	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1334.0	99.925	100.0	0.00023267240754850033	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
FIJ0100_000000010981	1680	0.8462053991348975	2	2	2	2	1	False	42732	maximal	True	FIJ0100_000000010981	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000014871	1325	0.8461955827599295	2	2	2	1	1	False	47269	fragment	False	FIJ0042_000000019977	0.9407797026385069		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	99.666	100.0	0.0002168113133776209	CP026013.1	enterobacteria	Klebsiella variicola strain 13450 chromosome, complete genome	False	False
ENG0091_000000006947	3349	0.8461932710838342	3	3	3	3	3	False	61218	maximal	True	ENG0091_000000006947	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2179.0	98.073	65.0	0.0005829835744310956	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
SPA0109_000000012182	2541	0.8461869926596739	4	2	2	2	2	True	13835	fragment	False	SPA0109_000000012182	1.0		0	0	False	False	0.9984258413314819	0					non-mobilizable	no_good_hit								True	True
FIJ0006_000000028140	1399	0.8461853422207328	1	1	1	1	1	False	51667	fragment	False	FIJ0006_000000028140	0.9916981132075472		0	0	False	False	0.9678341746330261	0					non-mobilizable	no_good_hit								True	False
MON0057_000000020170	1325	0.8461853422207328	1	1	1	1	1	False	51667	fragment	False	FIJ0006_000000028140	0.9660471765546819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000024520	1288	0.8461853422207328	2	1	1	1	1	False	48828	fragment	False	FIJ0029_000000024520	1.0		0	0	False	False	0.9883540272712708	0					non-mobilizable	no_good_hit	72.0	91.667	6.0	0.00017249966593374554	NZ_JHXG01000003.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0279_000000001079	12828	0.8461485833212883	11	9	4	9	5	False	102147	maximal	True	ISR0279_000000001079	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2312.0	77.811	19.0	0.0898198872817562	NZ_CABMGA010000024.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0061_01_000000009141	1201	0.846145581528995	2	1	1	1	1	False	885	fragment	False	USA0061_01_000000009141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0283_000000007796	1717	0.8461433362761468	2	2	2	2	2	False	26112	maximal	True	ISR0283_000000007796	1.0		7	6	False	False	0.9947583079338074	0					non-mobilizable	no_good_hit	389.0	77.892	27.0	0.00010775406659649125	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0081_000000023749	2334	0.8461310109577498	3	3	3	3	2	False	9985	fragment	False	MON0081_000000023749	1.0		0	0	False	False	0.9935732483863831	0					non-mobilizable	no_good_hit	425.0	73.176	18.0	0.00011604785198222314	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0100_000000002832	3939	0.8461173499030957	5	2	0	1	1	True	65718	maximal	True	ISR0100_000000002832	0.9706203117287225		4	3	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
CAN0006_000000001632	23499	0.8461164167263441	17	14	14	14	13	False	97419	maximal	True	CAN0006_000000001632	1.0		73	11	False	False	1.0	0					non-mobilizable	other	23502.0	99.10600000000001	100.0	0.030631895372989448	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
DEN0003_000000014312	1790	0.8460976254738015	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.7194179272438835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	98.68700000000001	30.0	0.002460661788512595	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
MON0036_000000007824	2682	0.8460936693240987	4	3	3	2	2	False	12181	maximal	True	MON0036_000000007824	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	95.249	50.0	0.0002414138024485386	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
FIJ0094_000000011805	1723	0.8460871796186309	2	2	2	1	1	False	43174	fragment	False	FIJ0094_000000011805	1.0		0	0	False	False	0.9982588291168213	0					non-mobilizable	other	1723.0	99.594	100.0	0.0007764861407826674	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	False
CAN0013_000000003606	7193	0.8460692559952442	10	7	3	4	7	False	97456	maximal	False	CAN0001_000000006429	0.9988634913226386		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1540.0	80.844	48.0	0.22339955849889626	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
SPA0052_000000020493	1312	0.8460690156570767	2	2	2	2	2	False	22634	fragment	False	SPA0052_000000020493	0.9953032801905809		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	99.46600000000001	100.0	0.00041368551191925466	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0162_000000026929	1466	0.8460666187533096	2	2	2	2	1	False	102565	fragment	False	ISR0162_000000026929	1.0		0	0	False	False	0.9972714781761169	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000007542	2874	0.8460596296931809	3	3	2	3	2	False	69159	maximal	True	ISR0018_000000007542	1.0		32	4	False	False	0.991997241973877	0					non-mobilizable	no_good_hit	1343.0	74.832	46.0	0.013246038331545607	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	True	False
FIJ0034_000000022109	1265	0.8460527617766559	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.03875094077038792	PS1061	0	0	False	True	0.9739130139350891	0					non-mobilizable	chromosome	1222.0	90.75299999999999	96.0	0.00032667162614402064	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AUS0016_000000009206	2957	0.8460512921086035	4	3	3	3	3	False	100499	maximal	True	AUS0016_000000009206	1.0		0	0	False	False	0.99458909034729	0					non-mobilizable	no_good_hit	335.0	71.045	11.0	0.00815999599509399	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0093_000000002051	16559	0.8460437488225929	13	8	4	8	5	True	49792	fragment	False	SPA0093_000000002051	1.0		0	0	False	False	0.9996980428695679	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
SPA0130_000000003093	10409	0.8460329222279802	14	5	2	4	3	False	110873	maximal	True	SPA0130_000000003093	1.0		5	3	False	False	0.9999039173126221	0					non-mobilizable	no_good_hit	8832.0	97.271	87.0	0.1341919591265738	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
ENG0171_000000005000	4600	0.8460281026543629	6	5	5	5	5	False	71399	maximal	True	ENG0171_000000005000	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	3976.0	99.296	86.0	0.015248112686429754	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0066_000000033548	1124	0.8460186894231925	2	1	1	1	1	False	70876	maximal	True	DEN0066_000000033548	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	5.0	2.0450452959903363e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
DEN0073_000000033972	1567	0.8460104059000556	2	2	2	2	2	False	70125	fragment	False	DEN0073_000000033972	1.0		0	0	False	False	0.9885131120681763	0					non-mobilizable	no_good_hit	1361.0	73.916	85.0	0.00041344965091658894	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0126_000000003361	9572	0.8460091896392555	11	7	7	7	3	True	109986	maximal	True	SPA0126_000000003361	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	5558.0	96.70700000000001	83.0	0.00099708556645499	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	True
ISR0237_000000006047	1863	0.8460003297869135	2	1	1	1	1	False	27310	maximal	True	ISR0237_000000006047	1.0		1	1	False	False	0.9849704504013062	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	4.417778244098815e-05	NZ_AUGP01000017.1	CFB group bacteria	Flavobacterium subsaxonicum WB 4.1-42 = DSM 21790 G509DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0088_000000011273	2457	0.8459893172431446	4	4	0	2	2	False	118388	fragment	False	CAN0004_000000006625	0.4321512556756103		0	0	False	True	1.0	0					non-mobilizable	plasmid	2457.0	99.959	100.0	0.5130561938583664	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ENG0028_000000008137	2130	0.8459893172431446	4	4	0	2	2	False	118388	fragment	False	CAN0004_000000006625	0.10111024578496557		0	0	False	True	0.9751173853874207	0					non-mobilizable	plasmid	2131.0	95.73	100.0	0.44474618759139334	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0332_000000003273	3850	0.8459855352789464	4	4	4	3	3	False	99182	fragment	False	ISR0332_000000003273	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3850.0	99.429	100.0	0.0015258206191525571	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0051_000000022708	1580	0.8459738800657164	3	1	1	1	1	False	103223	fragment	False	MON0051_000000022708	1.0		0	0	False	False	0.9905063509941101	0					non-mobilizable	other	893.0	96.305	97.0	0.001934437321628397	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ENG0151_000000019299	1249	0.8459738800657164	2	1	1	1	1	False	103220	fragment	False	SPA0111_000000025858	0.9401061410159212		0	0	False	False	0.9983987212181091	0					non-mobilizable	other	684.0	92.69	99.0	0.0014790204633974965	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0294_000000001348	13139	0.8459632090839445	16	6	2	6	3	True	127411	maximal	True	ISR0294_000000001348	0.9662511688393827		2	2	True	True	1.0	29					non-mobilizable	no_good_hit	2529.0	89.759	39.0	0.19076062301527294	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
FIJ0028_000000019031	1587	0.8459600984813835	2	2	2	2	2	False	48922	maximal	True	FIJ0028_000000019031	1.0		3	2	False	False	0.9842470288276672	0					non-mobilizable	no_good_hit	192.0	81.25	12.0	0.0617124394184168	LN853051.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0405	True	False
AST0148_000000012013	2908	0.8459593047201538	4	2	2	2	1	False	127552	fragment	False	AST0148_000000012013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	89.164	14.0	0.0008730756072528224	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0814_000000014776	2669	0.8459593047201538	4	2	2	2	1	False	127550	backbone	False	ISR0018_000000008135	0.9433788429417681	PS1009	0	0	True	True	0.9985013008117676	4					non-mobilizable	no_good_hit	624.0	95.67299999999999	27.0	0.0017023605884365378	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0018_000000008135	2659	0.8459593047201538	2	2	2	2	1	False	127550	backbone	True	ISR0018_000000008135	0.9738124973981099	PS1009	6	2	True	True	0.998119592666626	8					non-mobilizable	no_good_hit	631.0	95.88	27.0	0.0017215189873417721	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0176_000000013783	2454	0.8459593047201538	3	2	2	2	1	False	127550	backbone	False	ISR0018_000000008135	0.6508712548577159	PS1009	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	328.0	100.0	21.0	0.000894970920287376	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0146_000000018477	2207	0.8459593047201538	3	2	2	2	1	False	127549	fragment	False	ISR0146_000000018477	0.9707454158021646		0	0	False	False	0.9995468854904175	0					non-mobilizable	no_good_hit	182.0	92.85700000000001	12.0	0.0004953814574067738	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0006_000000006073	2197	0.8459593047201538	3	2	2	2	1	False	127549	fragment	False	ISR0146_000000018477	0.9696126564002615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	92.85700000000001	11.0	0.0004953814574067738	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0127_000000013813	2125	0.8459593047201538	2	2	2	2	1	False	127549	fragment	False	ISR0146_000000018477	0.9500688520215946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	91.339	8.0	0.00034485118029421827	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0014_000000011466	2098	0.8459593047201538	2	2	2	2	1	False	127549	fragment	False	ISR0146_000000018477	0.4736470588235294		0	0	False	False	0.9928503632545471	0					non-mobilizable	no_good_hit	66.0	100.0	8.0	0.00017789941840574752	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0066_01_000000012483	1641	0.8459593047201538	3	2	2	2	1	False	823	fragment	False	USA0066_01_000000012483	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0030_000000009036	2339	0.845952215138623	3	2	2	2	2	False	128311	fragment	False	ISR0025_000000015909	0.9696724625960371		0	0	False	False	0.9991449117660522	0					non-mobilizable	other	1767.0	98.925	99.0	0.0006409825736267447	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0124_000000014589	2139	0.845952215138623	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6535697484865587		0	0	False	False	0.9948574304580688	0					non-mobilizable	chromosome	1808.0	98.78299999999999	99.0	0.0006339845967046155	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0036_000000011630	2082	0.845952215138623	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7190807850111255		0	0	False	False	0.9995197057723999	0					non-mobilizable	other	1868.0	99.036	93.0	0.0006776620296813063	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0045_000000012354	2075	0.845952215138623	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7407374826620431		0	0	False	False	0.9956626296043396	0					non-mobilizable	chromosome	2011.0	98.061	100.0	0.0007053254354690484	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
CHI0173_000000008403	2016	0.845952215138623	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5703922626355037		0	0	False	False	0.99057537317276	0					non-mobilizable	other	1854.0	98.81299999999999	92.0	0.01414556937828311	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ENG0018_000000010858	1944	0.845952215138623	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.611423517176847		0	0	False	False	0.9994856119155884	0					non-mobilizable	other	1929.0	98.911	100.0	0.0006994518055553034	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0169_000000013367	1793	0.845952215138623	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5687659129977674		0	0	False	False	1.0	0					non-mobilizable	chromosome	1764.0	98.639	100.0	0.0006195758558704197	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0117_000000015481	1754	0.845952215138623	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5491077179039614		0	0	False	False	1.0	0					non-mobilizable	other	1757.0	98.919	100.0	0.0006373509443144119	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0055_000000010975	1754	0.845952215138623	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5486129425220408		0	0	False	False	1.0	0					non-mobilizable	other	1757.0	98.74799999999999	100.0	0.0006373509443144119	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0172_000000009320	1729	0.845952215138623	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.4733377231356416		0	0	False	False	1.0	0					non-mobilizable	chromosome	1729.0	98.554	100.0	0.0006072757112558624	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0089_000000012010	1724	0.845952215138623	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.4583604406476372		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	98.84	100.0	0.0006253665675837136	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0293_000000020693	1704	0.845952215138623	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.4488530384771339		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	99.06299999999999	100.0	0.0006191927977527478	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0029_000000025751	1673	0.845952215138623	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.4209167188100792		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	98.926	100.0	0.000607934746884516	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0106_000000016869	1575	0.845952215138623	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.25353464186723357		0	0	False	False	0.9993650913238525	0					non-mobilizable	chromosome	1575.0	99.175	100.0	0.0005531550749518098	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0366_000000001621	7437	0.8459471250582965	9	6	4	4	6	False	87194	fragment	False	ISR0366_000000001621	0.969888514975804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	91.455	17.0	0.20722033349522423	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0068_000000000026	15098	0.8459439021619891	13	8	6	6	7	False	70783	maximal	True	DEN0068_000000000026	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0454447879698577e-06	LR584413.1	bony fishes	Salmo trutta genome assembly, chromosome: 39	True	False
ISR0091_000000001372	18937	0.8459438634470698	10	6	4	6	4	False	89083	maximal	True	ISR0091_000000001372	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4896.0	88.29700000000001	31.0	0.0013521169002116066	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0186_000000002227	8518	0.8459436826825973	3	1	1	1	1	False	77172	maximal	True	CHI0186_000000002227	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	70.279	4.0	0.012196060326254232	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ISR0301_000000002607	5802	0.8459436826825973	3	1	1	1	1	False	76423	fragment	False	ISR0301_000000002607	1.0		0	0	False	False	0.9994829297065735	0					non-mobilizable	no_good_hit	323.0	70.279	5.0	0.012196060326254232	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
CHI0141_000000002959	9309	0.8459260510428865	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9119861777962653		0	0	False	True	1.0	0					non-mobilizable	other	4676.0	98.182	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
AST0026_000000011613	2512	0.8459239993473248	2	2	2	2	2	False	119387	fragment	False	AST0026_000000011613	1.0		0	0	False	False	0.9940286874771118	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	1.9518790406276483e-05	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ENG0125_000000004308	5493	0.8459164090817071	13	3	0	3	0	True	58870	backbone	True	ENG0125_000000004308	1.0	PS258	1	1	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
ISR0375_000000004668	4052	0.8459136490571489	4	2	0	1	2	False	23400	maximal	True	ISR0375_000000004668	1.0		1	1	True	True	0.9997532367706299	11					non-mobilizable	no_good_hit								True	True
ISR0045_000000013543	1902	0.8459127402865321	3	3	3	2	2	False	36244	maximal	True	ISR0045_000000013543	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	81.059	32.0	0.007975061696324198	NZ_SMUS01000019.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00019, whole genome shotgun sequence	True	False
CHI0163_000000002642	3409	0.8459076676252273	5	4	1	4	1	False	110810	fragment	False	CHI0163_000000002642	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3410.0	95.89399999999999	99.0	0.004387051488500764	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0130_000000013864	2151	0.8459071443326548	3	3	2	2	2	False	122168	fragment	False	USA0116_01_000000012198	0.9612709873319886		0	0	False	False	1.0	0					non-mobilizable	other	2150.0	98.09299999999999	99.0	0.03726449463932549	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
AST0153_000000031807	1116	0.8458963658739724	3	2	2	1	1	False	103169	maximal	True	AST0153_000000031807	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	88.571	16.0	5.7620339582490966e-05	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
MON0033_000000042432	1406	0.8458950156251862	3	2	2	2	2	False	12280	maximal	True	MON0033_000000042432	1.0		14	6	False	False	0.9701279997825623	0					non-mobilizable	no_good_hit	102.0	79.41199999999999	7.0	1.354605558308728e-05	NZ_CP030051.1	a-proteobacteria	Bradyrhizobium guangdongense strain CCBAU 51649 chromosome, complete genome	True	False
MON0069_000000001040	20169	0.8458860453273106	22	12	8	12	2	True	100198	maximal	True	MON0069_000000001040	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	76.087	1.0	0.002679554045648117	MK415405.1	viruses	Phage FAKO05_000032F, complete genome	True	True
ISR0321_000000001929	4775	0.8458856559875373	3	1	1	1	1	False	108356	maximal	False	CAN0014_000000009283	0.9250334414788373		0	0	True	True	0.9997905492782593	14					non-mobilizable	no_good_hit								True	True
USA0019_01_000000008928	3301	0.8458667942868991	4	4	3	4	2	False	79568	fragment	False	USA0019_01_000000008928	1.0		0	0	False	False	0.9990912079811096	0					non-mobilizable	no_good_hit	310.0	78.065	9.0	0.4326647564469914	NZ_GG663518.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld14, whole genome shotgun sequence	True	False
CHI0063_000000002213	5474	0.8458565403165486	5	4	3	3	3	True	85508	maximal	True	CHI0063_000000002213	1.0		1	1	False	False	0.9926927089691162	0					non-mobilizable	no_good_hit	4169.0	97.02600000000001	76.0	0.08503866321180095	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	True	True
ISR0338_000000026585	1115	0.8458443016693221	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.0903452955981781		0	0	False	False	1.0	0					non-mobilizable	other	1044.0	95.594	94.0	0.00028964015751092745	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0068_000000002183	10158	0.8458424544266059	19	6	4	6	3	True	62628	maximal	True	ENG0068_000000002183	1.0		2	1	False	False	0.999901533126831	0					non-mobilizable	no_good_hit	170.0	74.706	2.0	0.0006980098310059331	NZ_SMCQ01000002.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_102, whole genome shotgun sequence	True	True
ISR0275_000000003282	4116	0.8458394212718275	7	2	0	1	1	True	130505	maximal	False	ENG0099_000000004465	0.9957858701504906		0	0	True	True	1.0	47					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
AUS0012_000000006592	2519	0.8458374877497878	4	3	3	3	3	False	101200	maximal	False	ISR0323_000000007866	0.984515876127009		0	0	False	False	1.0	0					non-mobilizable	chromosome	2519.0	99.206	100.0	0.0008556136649453586	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0304_000000007592	1355	0.8458365335503361	3	2	1	1	2	False	113328	fragment	False	ISR0304_000000007592	0.8187892772568459		0	0	False	False	1.0	0					non-mobilizable	virus	1364.0	91.49600000000001	100.0	0.21806702282661486	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ENG0133_000000009171	2713	0.8458300900785242	3	3	2	2	3	False	112093	fragment	False	AST0061_000000015226	0.9494341000365096		0	0	False	False	0.9952082633972168	0					non-mobilizable	no_good_hit	957.0	76.48899999999999	35.0	0.0007387909384271187	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0062_000000023480	1637	0.8458292151798872	3	1	1	1	1	False	35326	fragment	False	ISR0062_000000023480	1.0		0	0	False	False	0.9969456195831299	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000022324	2507	0.8458244516094191	4	4	3	4	3	False	69578	fragment	False	DEN0079_000000022324	1.0		0	0	False	False	0.9996011257171631	0					non-mobilizable	other	2408.0	98.54700000000001	96.0	0.007027921901597414	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
FIJ0090_000000014808	2863	0.8458180822951512	4	3	2	3	2	False	45696	fragment	False	FIJ0090_000000014808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	3.0	0.0012499281650479857	NZ_QEKJ01000014.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_114, whole genome shotgun sequence	True	False
MON0081_000000025001	2206	0.8457969022483142	3	2	2	2	2	False	106924	fragment	False	MON0081_000000025001	1.0		0	0	False	False	0.985494077205658	0					non-mobilizable	other	2054.0	86.611	93.0	0.08769672799005103	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0107_000000012792	4254	0.8457938849371959	5	4	3	4	3	False	48983	maximal	True	MON0107_000000012792	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	94.086	30.0	0.011126914471059615	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MAD0087_000000029119	1112	0.8457831768503457	1	1	1	1	1	False	15941	fragment	False	MAD0103_000000020283	0.9428239555628091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0076_000000010427	1591	0.8457829955206869	3	2	2	2	2	False	68092	fragment	False	FIJ0118_000000005741	0.957582800697269		0	0	False	False	1.0	0					non-mobilizable	other	1591.0	99.24600000000001	100.0	0.021389942691096942	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0117_000000002860	7547	0.8457791185577376	8	4	1	3	2	True	96661	fragment	False	FIJ0117_000000002860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	79.327	3.0	0.0017345151162992385	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
SPA0033_000000024454	1303	0.8457755755577997	2	1	1	1	1	False	7182	fragment	False	SPA0033_000000024454	1.0		0	0	False	False	0.9938603043556213	0					non-mobilizable	other	1316.0	92.17299999999999	100.0	0.0028409337346784755	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0231_000000011748	1625	0.8457740655164929	3	3	3	3	2	False	27476	maximal	True	ISR0231_000000011748	1.0		0	0	False	False	0.9864615201950073	0					non-mobilizable	no_good_hit	1107.0	99.54799999999999	68.0	0.000438440531250384	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
FIJ0017_000000007271	3822	0.845767614190669	4	1	1	1	1	True	50162	maximal	True	FIJ0017_000000007271	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	947.0	78.35300000000001	24.0	0.07948478942462503	MK275627.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p9, complete sequence	True	True
ISR0193_000000016131	1654	0.845767614190669	3	1	1	1	1	True	29087	fragment	False	ISR0193_000000016131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	81.35600000000001	39.0	0.07401466544454628	NZ_QNRX01000032.1	firmicutes	Alkalibaculum bacchi strain DSM 22112 Ga0244545_132, whole genome shotgun sequence	True	True
DEN0082_000000034848	1242	0.845767614190669	1	1	1	1	1	True	69168	fragment	False	DEN0082_000000034848	1.0		0	0	False	False	0.967793881893158	0					non-mobilizable	no_good_hit	517.0	78.337	41.0	0.020288350173728983	NZ_CP015757.1	firmicutes	Clostridium estertheticum subsp. estertheticum strain DSM 8809 plasmid pDSM8809, complete sequence	True	True
ENG0142_000000030226	1146	0.8457639957800216	2	2	2	2	2	False	57644	fragment	False	ISR0081_000000021230	0.9422980188064998		0	0	False	False	0.9755671620368958	0					non-mobilizable	other	1111.0	88.029	97.0	0.005180790934082603	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0083_000000006200	3798	0.8457584527267235	5	1	1	1	1	False	63525	fragment	False	ISR0308_000000003619	0.9414758546321047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.668365778907753e-07	LR597474.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 17	True	False
ISR0388_000000008748	3713	0.8457584527267235	6	1	1	1	1	False	63525	fragment	False	ISR0308_000000003619	0.7064681298458736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.668365778907753e-07	LR597474.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 17	True	False
ISR0193_000000008530	3192	0.8457584527267235	4	1	1	1	1	False	63524	fragment	False	ISR0193_000000008530	0.9928478518788714		0	0	False	False	0.9993734359741211	0					non-mobilizable	no_good_hit								True	False
ISR0049_000000009785	2990	0.8457584527267235	5	1	1	1	1	False	63524	fragment	False	ISR0193_000000008530	0.9805871993585712		0	0	False	False	0.9996655583381653	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000011030	2729	0.8457584527267235	4	1	1	1	1	False	63524	fragment	False	ISR0193_000000008530	0.727515962298571		0	0	False	False	0.9989007115364075	0					non-mobilizable	no_good_hit								True	False
ISR0800_000000004356	2530	0.8457584527267235	4	1	1	1	1	False	63524	fragment	False	ISR0193_000000008530	0.481311835837303		0	0	False	False	0.9996047616004944	0					non-mobilizable	no_good_hit								True	False
ISR0131_000000017169	1939	0.8457584527267235	2	1	1	1	1	False	63522	fragment	False	ISR0131_000000017169	1.0		0	0	False	False	0.9917483329772949	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000019776	1630	0.8457584527267235	2	1	1	1	1	False	63519	fragment	False	SPA0028_000000019776	0.9920799391783269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0045_000000016372	1589	0.8457584527267235	3	1	1	1	1	False	63519	fragment	False	SPA0028_000000019776	0.9866930407956183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0057_000000016538	1565	0.8457584527267235	2	1	1	1	1	False	63519	fragment	False	SPA0028_000000019776	0.9826537596676362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0196_000000013731	1556	0.8457584527267235	2	1	1	1	1	False	63519	fragment	False	SPA0028_000000019776	0.9786080263683242		0	0	False	False	0.9987146258354187	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000015286	1555	0.8457584527267235	2	1	1	1	1	False	63519	fragment	False	SPA0028_000000019776	0.9688820675939916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000023912	1352	0.8457584527267235	3	1	1	1	1	False	55373	fragment	False	ENG0179_000000023912	0.9980205859065716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0048_01_000000012598	1263	0.8457584527267235	1	1	1	1	1	False	55373	fragment	False	ENG0179_000000023912	0.9648668639053255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000027399	1113	0.8457584527267235	2	1	1	1	1	False	34653	fragment	False	ISR0074_000000027399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000003461	8937	0.8457402899933197	8	7	6	5	4	False	118337	fragment	False	SPA0096_000000003461	0.9732138085701016		0	0	False	False	1.0	0					non-mobilizable	chromosome	8483.0	99.976	95.0	0.0037851251987503108	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0183_000000000555	32709	0.8457274759456884	39	11	2	11	5	False	55191	maximal	True	ENG0183_000000000555	1.0	PS127	1	1	True	True	1.0	98					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.010279001468428781	XM_013496921.1	apicomplexans	Eimeria mitis hypothetical protein partial mRNA	True	True
DEN0078_000000000376	27263	0.8457267162267379	38	23	17	20	19	True	125392	maximal	True	DEN0078_000000000376	1.0		22	6	False	False	1.0	0					non-mobilizable	other	10895.0	99.073	95.0	0.0031090061569338857	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0130_000000002395	9331	0.8457216260947773	11	8	5	8	5	True	52992	maximal	True	FIJ0130_000000002395	1.0		1	1	False	False	0.9993569850921631	0					non-mobilizable	no_good_hit	1937.0	94.837	21.0	0.05841644001208825	NZ_JADU01000030.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00026.26_C, whole genome shotgun sequence	True	True
CHI0138_000000003481	4488	0.8457114039728326	5	5	5	5	5	False	80433	maximal	True	CHI0138_000000003481	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	76.007	13.0	0.00030675517603788975	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	True	False
SPA0149_000000001896	13565	0.8456948069348469	13	10	2	6	7	True	3325	maximal	True	SPA0149_000000001896	1.0		3	2	False	False	0.9993365406990051	0					non-mobilizable	no_good_hit	5053.0	75.757	53.0	0.003932775856135052	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	True
DEN0061_000000028879	1507	0.8456940678734753	2	2	2	2	1	False	71825	fragment	False	MON0062_000000022970	0.9631057409538423		0	0	False	False	0.9907100200653076	0					non-mobilizable	no_good_hit	589.0	80.815	39.0	0.00017556227685170447	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
AST0047_000000012890	1743	0.8456927546128505	2	2	2	2	2	False	115282	fragment	False	AST0047_000000012890	1.0		0	0	False	False	0.998852550983429	0					non-mobilizable	no_good_hit	656.0	71.03699999999999	37.0	0.00011671804139127179	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
DEN0073_000000030610	1732	0.8456854132947699	2	2	1	0	1	False	122220	fragment	False	MON0006_000000008527	0.456717823119903		0	0	False	False	0.9890300035476685	0					non-mobilizable	no_good_hit	1429.0	80.96600000000001	82.0	0.24841101694915255	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0095_000000022487	1545	0.8456854132947699	2	2	1	0	1	False	104849	fragment	False	DEN0064_000000009405	0.07062205951002025		0	0	False	False	0.9915857315063477	0					non-mobilizable	plasmid	1544.0	99.02799999999999	99.0	0.1244856797095603	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0128_000000002345	9579	0.8456785573537816	10	4	2	4	1	True	71165	fragment	False	MAD0087_000000002338	0.9630910592607888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	85.915	1.0	0.004683527365181319	NZ_PDYG01000022.1	firmicutes	Agathobacter ruminis strain JK623 contig000022, whole genome shotgun sequence	True	True
CHI0032_000000004198	1676	0.8456622982015302	2	2	2	2	1	False	88447	fragment	False	CHI0032_000000004198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000016355	2023	0.8456593905759426	4	4	2	2	2	False	102019	fragment	False	SPA0097_000000016355	1.0		0	0	False	False	0.9871478080749512	0					non-mobilizable	other	1637.0	96.64	92.0	0.0004540380225602746	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0249_000000001702	7556	0.8456537182007706	8	6	4	6	3	False	112373	maximal	True	ISR0249_000000001702	1.0		17	5	False	False	0.9985442161560059	0					non-mobilizable	no_good_hit	1918.0	90.876	25.0	0.0058377133947658515	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
FIJ0160_000000001887	8299	0.8456482684152443	12	9	6	6	9	False	51605	maximal	True	FIJ0160_000000001887	1.0		10	1	False	False	0.996626079082489	0					non-mobilizable	plasmid	8301.0	99.25299999999999	100.0	0.060628201100338286	CP050837.1	enterobacteria	Klebsiella pneumoniae strain Bckp021 plasmid pBckp021-3, complete sequence	False	True
ISR0100_000000014713	1171	0.8456465912194424	2	1	1	1	1	False	33154	maximal	True	ISR0100_000000014713	1.0		37	8	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	99.779	77.0	0.00017489191273067865	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
MAD0015_000000005599	3230	0.8456449753691442	4	3	3	3	3	True	97002	maximal	False	ISR0156_000000007933	0.9941001986905306		0	0	True	True	0.9941176176071167	3					non-mobilizable	no_good_hit	1462.0	81.806	44.0	0.5497120921305182	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0029_000000007938	3035	0.845643184428761	5	3	3	3	3	False	124035	maximal	True	ENG0029_000000007938	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1645.0	95.988	54.0	0.00045653731442757883	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0106_000000024439	1574	0.8456398765961955	3	1	1	1	1	False	4744	fragment	False	SPA0106_000000024439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	97.756	45.0	0.00015792314406988598	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0046_000000003258	5757	0.8456334495192428	5	2	1	2	1	False	64460	maximal	True	ENG0046_000000003258	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	75.194	4.0	0.00018895701150546852	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
SPA0118_000000008052	3642	0.8456283647692511	5	3	3	2	2	False	92431	maximal	True	SPA0118_000000008052	1.0		0	0	False	False	0.9986271262168884	0					non-mobilizable	no_good_hit	462.0	86.36399999999999	13.0	0.00038593424551110753	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0825_000000006307	3571	0.8456256341512081	5	2	2	2	1	False	95351	fragment	False	ISR0825_000000006307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2244.0	94.029	63.0	0.0010998249408494419	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0147_000000007995	2495	0.8456254253876576	4	3	1	3	2	False	42387	fragment	False	FIJ0147_000000007995	1.0		0	0	False	False	0.9923847913742065	0					non-mobilizable	other	2513.0	88.5	100.0	0.005240079709432771	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0028_000000025477	1253	0.8456242745516787	3	1	1	1	1	False	86275	fragment	False	ISR0252_000000007942	0.31123840698308786		0	0	False	False	0.9968076348304749	0					non-mobilizable	other	1258.0	88.235	100.0	0.00263976202113495	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
DEN0046_000000019859	1199	0.8456242745516787	3	1	1	1	1	False	86268	fragment	False	DEN0046_000000019859	0.9539473684210527		0	0	False	False	1.0	0					non-mobilizable	chromosome	1234.0	75.041	100.0	0.00024130089323243803	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0232_000000005287	4373	0.8456183667013708	6	2	1	2	1	False	97821	fragment	False	ISR0232_000000005287	1.0		0	0	False	False	0.9997712969779968	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	False
ISR0230_000000005784	4842	0.8456169439227107	5	5	4	5	4	False	129172	maximal	True	ISR0230_000000005784	0.9852211657709797		25	4	False	False	0.9995869398117065	0					non-mobilizable	chromosome	2459.0	90.15899999999999	95.0	0.0007725493150283378	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0064_000000000688	19574	0.8456068696838074	21	9	3	4	5	False	76054	fragment	False	MON0064_000000000688	1.0		0	0	False	False	0.9993358254432678	0					non-mobilizable	no_good_hit	652.0	77.76100000000001	3.0	0.00017883821806043842	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0122_000000007505	2173	0.8456048099786322	3	3	3	2	2	False	48698	fragment	False	FIJ0114_000000016638	0.9288453344695355		0	0	False	False	0.9995397925376892	0					non-mobilizable	chromosome	2160.0	99.491	99.0	0.000409051810703175	CP052265.1	enterobacteria	Klebsiella pneumoniae strain E16KP0287 chromosome, complete genome	False	False
MAD0008_000000003804	2951	0.8456013249954341	3	3	3	3	2	False	106170	fragment	False	MAD0008_000000003804	1.0		0	0	False	False	0.9949169754981995	0					non-mobilizable	other	1533.0	93.346	100.0	0.0004612558624205034	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0010_000000001292	2700	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9852941792377332		0	0	True	True	1.0	52					non-mobilizable	plasmid	1332.0	99.85	100.0	0.5109404990403071	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
FIJ0053_000000007635	2662	0.8455988003408192	3	3	3	3	3	True	83017	maximal	True	FIJ0053_000000007635	0.9969447181424789		19	6	True	True	0.9988730549812317	3					non-mobilizable	plasmid	1348.0	99.926	100.0	0.5170825335892515	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
ENG0051_000000010400	2662	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9963782382404834		0	0	True	True	1.0	53					non-mobilizable	plasmid	1348.0	99.852	100.0	0.5170825335892515	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
USA0011_01_000000013876	2661	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9967547237568847		0	0	True	True	0.9992483854293823	4					non-mobilizable	plasmid	1348.0	99.852	100.0	0.5170825335892515	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
ISR0818_000000006560	2660	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9954973783661368		0	0	True	True	0.9996240735054016	8					non-mobilizable	plasmid	1350.0	99.556	100.0	0.5178502879078695	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
MAD0043_000000009259	2653	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9882792392417747		0	0	True	True	1.0	6					non-mobilizable	plasmid	1314.0	99.848	100.0	0.5040307101727447	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
FIJ0005_000000012298	2647	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9959513791575877		0	0	True	True	1.0	20					non-mobilizable	plasmid	1331.0	99.925	100.0	0.510556621880998	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
FIJ0042_000000009067	2644	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9940401362099301		0	0	True	True	1.0	4					non-mobilizable	plasmid	1330.0	99.925	100.0	0.510172744721689	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
FIJ0139_000000009765	2644	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9940401362099301		0	0	True	True	1.0	8					non-mobilizable	plasmid	1330.0	99.925	100.0	0.510172744721689	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
FIJ0158_000000006806	2644	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9937250818161122		0	0	True	True	1.0	2					non-mobilizable	plasmid	1330.0	99.85	100.0	0.510172744721689	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
FIJ0171_000000007945	2588	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9761572201240026		0	0	False	True	0.9953632354736328	0					non-mobilizable	plasmid	1310.0	99.92399999999999	100.0	0.5024952015355086	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
FIJ0172_000000010359	2578	0.8455988003408192	3	3	3	3	3	True	83017	maximal	False	FIJ0053_000000007635	0.9701932903727162		0	0	False	True	0.9968968033790588	0					non-mobilizable	plasmid	1288.0	100.0	100.0	0.4940499040307102	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
FIJ0020_000000010507	2103	0.8455939148667232	2	2	1	2	1	False	84370	fragment	False	FIJ0048_000000015130	0.9652133580705009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	85.67399999999999	85.0	0.008490998415978515	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0016_000000008959	2945	0.8455925861006185	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.46808357293402175		0	0	False	False	0.9986417889595032	0					non-mobilizable	other	2945.0	98.71	100.0	0.0009158734178317816	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0133_000000021253	1110	0.8455891661653784	2	2	2	2	2	False	31511	maximal	True	ISR0133_000000021253	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	5.0	0.0006000264418431999	NZ_FOVC01000012.1	enterobacteria	Izhakiella capsodis strain N6PO6, whole genome shotgun sequence	True	False
SPA0137_000000009667	3783	0.8455834946467601	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.13998207811672317	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3783.0	99.471	100.0	0.0006859893968282651	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0169_000000004429	3219	0.8455830346855544	4	4	4	4	4	False	107569	fragment	False	CHI0169_000000004429	1.0		0	0	False	False	0.998136043548584	0					non-mobilizable	other	2551.0	84.516	96.0	0.0007617345508641472	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0135_000000008245	2314	0.8455806738136024	2	2	1	2	0	True	62836	fragment	False	ISR0135_000000008245	1.0		0	0	False	False	0.9935176968574524	0					non-mobilizable	no_good_hit								True	True
AST0052_000000014987	1620	0.8455806738136024	2	2	1	2	0	True	114483	fragment	False	AST0052_000000014987	1.0		0	0	False	False	0.999382734298706	0					non-mobilizable	no_good_hit								True	True
CHI0053_000000004184	2674	0.8455715508353924	3	2	1	1	1	False	117817	fragment	False	CHI0053_000000004184	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1563.0	97.569	86.0	0.0004715212628317478	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ISR0047_000000021839	1371	0.8455663778925272	2	1	1	1	1	False	74103	fragment	False	ISR0047_000000021839	1.0		0	0	False	False	0.9978117942810059	0					non-mobilizable	no_good_hit								True	False
AST0111_000000001390	12532	0.8455544490839582	11	6	4	6	4	True	121774	fragment	False	AST0111_000000001390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5618.0	96.885	66.0	0.002477863915289904	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
DEN0094_000000001037	16460	0.8455528747510017	15	5	4	5	2	True	114979	fragment	False	DEN0094_000000001037	1.0		0	0	False	False	0.9994532465934753	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.605087325247596e-06	NC_016584.1	firmicutes	Desulfosporosinus orientis DSM 765, complete sequence	True	True
MAD0008_000000003227	3332	0.8455494146333015	5	2	2	2	2	False	43315	fragment	False	MAD0008_000000003227	1.0		0	0	False	False	0.9870948195457458	0					non-mobilizable	no_good_hit	1873.0	94.18	66.0	0.0671865410303621	NZ_FOXF01000033.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
AUS0024_000000006431	4891	0.8455421670830855	9	4	2	2	4	True	113321	maximal	True	AUS0024_000000006431	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	90.755	36.0	0.09202082576583122	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0110_000000005018	1866	0.8455314412910373	1	1	1	1	1	False	82705	fragment	False	CHI0110_000000005018	1.0		0	0	False	False	0.9973204731941223	0					non-mobilizable	no_good_hit	762.0	85.171	39.0	0.020029142932838785	NZ_QRST01000022.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf22, whole genome shotgun sequence	True	False
ISR0160_000000020533	1447	0.8455313725257041	3	3	3	3	2	False	48815	fragment	False	ISR0160_000000020533	1.0		0	0	False	False	0.9930891394615173	0					non-mobilizable	chromosome	1447.0	98.89399999999999	100.0	0.0004047074812948736	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0023_01_000000009613	3318	0.8455289124942851	4	1	1	1	1	False	57957	maximal	True	USA0023_01_000000009613	1.0		0	0	False	False	0.9996986389160156	0					non-mobilizable	no_good_hit	846.0	98.345	55.0	0.00018724220879172136	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0090_000000005927	2178	0.8455289124942851	3	1	1	1	1	False	83809	fragment	False	CHI0090_000000005927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	94.535	38.0	0.00014992703550938542	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
DEN0096_000000021051	2129	0.8455289124942851	5	1	1	1	1	False	100798	fragment	False	DEN0096_000000021051	1.0		0	0	False	True	0.9901362061500549	0					non-mobilizable	no_good_hit	682.0	94.721	82.0	0.0001508154920161077	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
ISR0812_000000022724	1741	0.8455289124942851	4	1	1	1	1	False	21639	fragment	False	ISR0812_000000022724	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1340.0	95.149	100.0	0.00029696658737192347	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0201_000000005830	1267	0.8455289124942851	3	1	1	1	1	False	54150	maximal	True	ENG0201_000000005830	1.0		0	0	False	False	0.9692186117172241	0					non-mobilizable	chromosome	687.0	93.45	90.0	0.00015214817677619113	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0009_000000031952	1182	0.8455289124942851	2	1	1	1	1	False	8104	fragment	False	SPA0009_000000031952	1.0		0	0	False	False	0.9991539716720581	0					non-mobilizable	chromosome	680.0	94.706	100.0	0.00014992703550938542	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0017_000000001118	11389	0.8455287679710145	9	9	7	7	8	False	94518	maximal	True	SPA0017_000000001118	1.0		27	6	False	False	1.0	0					non-mobilizable	chromosome	11397.0	99.14	100.0	0.0017746386447341927	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
DEN0070_000000024235	1409	0.8455176374282887	2	2	2	2	2	False	83446	fragment	False	CHI0096_000000006078	0.9642333133848524		0	0	False	False	1.0	0					non-mobilizable	other	1405.0	98.221	99.0	0.0025829240024283903	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
MAD0098_000000007650	5358	0.8455148451681901	14	5	4	5	3	False	15350	maximal	True	MAD0098_000000007650	1.0		1	1	False	False	0.9990668296813965	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000000020	75471	0.8455139376888076	84	22	12	19	12	True	87450	maximal	True	MAD0066_000000000020	0.9928968048874223		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	85.52600000000001	0.0	0.00122110334214312	NZ_UGSH01000001.1	a-proteobacteria	Ochrobactrum intermedium strain NCTC12171, whole genome shotgun sequence	True	True
ENG0151_000000020675	1173	0.8455122620288386	3	3	2	3	2	False	57072	fragment	False	ENG0151_000000020675	1.0		0	0	False	False	0.9684569239616394	0					non-mobilizable	no_good_hit	735.0	95.374	61.0	0.011491000550184705	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0083_000000024622	1470	0.8455081158893158	2	2	2	2	2	False	44059	fragment	False	FIJ0083_000000024622	1.0		0	0	False	False	0.9993197321891785	0					non-mobilizable	no_good_hit	591.0	75.973	40.0	0.0014951921837539637	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ISR0277_000000002660	3243	0.8455066412725047	3	2	2	2	2	True	85877	fragment	False	ISR0277_000000002660	0.9734276729559748		0	0	False	False	1.0	0					non-mobilizable	other	3262.0	94.697	100.0	0.00424766554727879	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0157_000000002575	10053	0.8455029316135033	17	16	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6976094637239542	PS1166	0	0	False	True	0.9995026588439941	0					non-mobilizable	plasmid	10061.0	98.41	100.0	0.19695395652429581	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0398_000000004721	4760	0.8455017296571873	5	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.9555822344861717		0	0	False	True	0.9964285492897034	0					non-mobilizable	no_good_hit	3415.0	96.867	74.0	0.000705175925174078	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ISR0035_000000003752	4579	0.8455017296571873	4	4	3	4	3	False	121319	fragment	False	CHI0045_000000003900	0.8770700739209701		0	0	False	True	0.9995632171630859	0					non-mobilizable	no_good_hit	3514.0	96.5	77.0	0.0007256307791419168	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
FIJ0083_000000006026	5370	0.8454986863727919	6	5	5	5	4	False	71849	maximal	True	FIJ0083_000000006026	1.0		0	0	False	False	0.9959031939506531	0					non-mobilizable	no_good_hit	1164.0	72.079	21.0	0.000574618703409976	NZ_JH660660.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_3, whole genome shotgun sequence	True	False
TAN0009_000000008448	3895	0.8454937085033787	5	4	3	3	2	False	96724	fragment	False	TAN0009_000000008448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000026636	1276	0.8454857710740193	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.04981249257229444		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	98.041	100.0	0.0006482776153552815	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	True
MAD0025_000000010773	1269	0.8454857710740193	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.05134032047621832		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	98.11	100.0	0.0004043284047298382	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
FIJ0027_000000014502	1196	0.8454857710740193	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.038111907403726636		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	98.32799999999999	100.0	0.00035760445117292766	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
DEN0089_000000008176	2356	0.8454787822040162	3	2	1	2	1	True	126248	maximal	True	DEN0089_000000008176	1.0	PS261|PS950	1	1	True	True	1.0	38					non-mobilizable	no_good_hit	1391.0	98.20299999999999	72.0	0.7679067184897279	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
MAD0085_000000002517	4161	0.8454759780689102	6	5	5	4	5	False	89185	fragment	False	MAD0085_000000002517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2182.0	97.89200000000001	81.0	0.0007679497680460262	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0179_000000017584	1275	0.845472351546572	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09957875889162096		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	99.45100000000001	100.0	0.0036543249538189704	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
FIJ0088_000000001290	21968	0.8454717715200343	28	12	5	12	5	True	93018	fragment	False	CHI0126_000000000501	0.9336645940409009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	77.39699999999999	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
ENG0133_000000007366	3359	0.8454704082907446	2	2	1	2	0	True	130376	fragment	False	AUS0022_000000008050	0.6592410839431802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	2.0	1.8976996768932976e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0132_000000010317	3811	0.8454667617967039	4	4	1	4	2	True	85146	fragment	False	SPA0132_000000010317	0.9699610044744754		0	0	False	False	0.9976384043693542	0					non-mobilizable	other	3811.0	97.927	100.0	0.06112603123040059	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0124_000000008400	3470	0.8454667617967039	4	4	1	4	2	True	85146	fragment	False	SPA0132_000000010317	0.6366657920055978		0	0	False	False	0.9959654211997986	0					non-mobilizable	other	3470.0	97.954	100.0	0.05564221732627889	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
USA0069_01_000000022957	2685	0.8454650234591322	2	2	2	1	1	False	39021	maximal	False	FIJ0166_000000008917	0.9994413407821229		0	0	False	False	1.0	0					non-mobilizable	other	2632.0	97.834	100.0	0.0009019040463256326	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
FIJ0166_000000008917	2685	0.8454650234591322	2	2	2	1	1	False	39021	maximal	True	FIJ0166_000000008917	0.9994413407821229		735	14	False	False	1.0	0					non-mobilizable	other	2632.0	97.758	100.0	0.0009019040463256326	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0223_000000007512	3641	0.8454555099407453	3	3	3	3	3	False	107424	maximal	True	ISR0223_000000007512	1.0		4	2	False	False	0.999725341796875	0					non-mobilizable	no_good_hit	902.0	73.392	24.0	0.00032414312800289126	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0075_000000013892	1768	0.8454550299263665	2	2	2	2	2	False	101426	fragment	False	ISR0159_000000014696	0.9951534890827578		0	0	False	False	0.9954751133918762	0					non-mobilizable	other	1704.0	93.838	100.0	0.0004168024339300718	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0077_000000011679	1748	0.8454550299263665	2	2	2	2	2	False	101426	fragment	False	ISR0159_000000014696	0.9881680151347909		0	0	False	False	0.9994279146194458	0					non-mobilizable	other	1704.0	93.838	100.0	0.0004168024339300718	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0011_000000006455	5769	0.8454349108245891	8	6	2	6	5	False	75782	fragment	False	DEN0011_000000006455	0.9926126800074808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	85.21	8.0	0.0010452178386934545	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CAN0001_000000004769	9393	0.8454243557732309	9	7	5	4	6	False	110638	fragment	False	CAN0001_000000004769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5401.0	96.51899999999999	67.0	0.0013237154945814457	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0125_000000017492	1518	0.8454237588349811	3	2	1	1	1	True	58814	fragment	False	ENG0125_000000017492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0003_000000021803	1199	0.8454121221363069	2	2	2	2	2	False	20057	fragment	False	MAD0003_000000021803	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	97.494	99.0	0.005209898807734696	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0018_000000031027	1311	0.8454094676189169	2	2	2	1	1	False	85214	fragment	False	DEN0017_000000021572	0.9691394480783894		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	99.695	100.0	0.00241743357132444	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
DEN0011_000000040630	1174	0.8454094676189169	2	2	2	1	1	False	85214	fragment	False	DEN0017_000000021572	0.7469020419338996		0	0	False	False	0.9872231483459473	0					non-mobilizable	other	1174.0	99.744	100.0	0.002164617999361502	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
TAN0016_000000002440	3899	0.8454049270285108	6	6	6	5	5	False	95015	fragment	False	TAN0016_000000002440	1.0		0	0	False	False	0.9997435212135315	0					non-mobilizable	other	3899.0	97.512	100.0	0.10626456477039067	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ENG0112_000000019479	1416	0.8453934629409926	3	2	2	2	2	False	62553	fragment	False	ISR0263_000000010323	0.9621803657496655		0	0	False	False	0.9957627058029175	0					non-mobilizable	other	1430.0	96.22399999999999	100.0	0.005514770043396819	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0010_000000010098	1864	0.8453900576895329	2	2	2	2	2	False	52529	fragment	False	FIJ0010_000000010098	0.989102323315662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	94.845	6.0	2.8903761613817444e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0045_000000002887	6066	0.8453864783407288	8	7	6	5	6	False	111443	fragment	False	ISR0288_000000004193	0.9666788671216301		0	0	False	False	1.0	0					non-mobilizable	other	6066.0	99.40700000000001	100.0	0.008400777331613932	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0377_000000005009	2732	0.8453851654301268	3	1	1	1	1	False	39528	maximal	True	ISR0377_000000005009	1.0		1	1	False	False	0.9886530041694641	0					non-mobilizable	no_good_hit	225.0	93.333	8.0	0.2961487383798141	GQ877467.1		Uncultured organism clone VC1AM74TR genomic sequence	True	False
ISR0055_000000011313	1433	0.8453851654301268	2	1	1	1	1	False	35665	fragment	False	ISR0055_000000011313	1.0		0	0	False	False	0.9874389171600342	0					non-mobilizable	no_good_hit								True	False
ISR0205_000000002443	8432	0.8453782572997298	15	6	5	5	4	False	60720	maximal	True	ISR0205_000000002443	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	100.0	14.0	0.00020413914870942064	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0287_000000007940	1666	0.8453728218879758	3	3	3	3	2	False	107557	fragment	False	MAD0016_000000002666	0.3744647614335587		0	0	False	False	0.9933973550796509	0					non-mobilizable	chromosome	1676.0	86.695	100.0	0.0005607658459267227	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0153_000000001817	12366	0.8453702513338142	13	7	5	6	2	True	92843	maximal	True	ENG0153_000000001817	1.0		1	1	False	False	0.9914281368255615	0					non-mobilizable	no_good_hit	1771.0	95.2	14.0	0.0032644580058572015	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	True
ISR0842_000000009367	2331	0.8453681890820895	3	3	3	2	1	False	102247	fragment	False	ISR0842_000000009367	1.0		0	0	False	False	0.9965680241584778	0					non-mobilizable	other	2337.0	93.58200000000001	100.0	0.014988949424342105	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ENG0087_000000013876	1904	0.8453681890820895	3	3	3	2	1	False	102239	fragment	False	SPA0054_000000012699	0.17444562560089447		0	0	False	False	1.0	0					non-mobilizable	other	1904.0	99.37	100.0	0.012226305509868422	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
SPA0111_000000000676	28422	0.8453656391204482	35	20	9	19	9	True	100675	backbone	False	SPA0056_000000000367	0.7806680826256629	PS581	0	0	False	True	1.0	0					non-mobilizable	other	28099.0	98.288	99.0	0.45165077271923193	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0113_000000000796	28414	0.8453656391204482	35	20	9	19	9	True	100675	backbone	False	SPA0056_000000000367	0.7805366051465072	PS581	0	0	False	True	1.0	0					non-mobilizable	other	28091.0	98.288	99.0	0.45152212019362203	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ENG0025_000000002534	7415	0.8453611910671107	7	2	2	1	2	True	76511	maximal	True	ENG0025_000000002534	1.0		1	1	False	False	0.9958192706108093	0					non-mobilizable	no_good_hit	438.0	73.973	6.0	0.03342552350849467	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
ISR0371_000000002679	5234	0.8453611910671107	6	2	2	1	2	True	76509	fragment	False	ISR0371_000000002679	0.9998025119010662		0	0	False	False	0.9998089671134949	0					non-mobilizable	no_good_hit	89.0	91.01100000000001	2.0	0.0067957329118925325	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
ENG0097_000000006137	5077	0.8453611910671107	5	2	2	1	2	True	76509	fragment	False	ISR0371_000000002679	0.9898077244566491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.0787037037037037	XM_004030504.1	ciliates	Ichthyophthirius multifiliis hypothetical protein (IMG5_158670) mRNA, complete cds	True	True
ISR0781_000000004778	5037	0.8453611910671107	5	2	2	1	2	True	76509	fragment	False	ISR0371_000000002679	0.9846982629773805		0	0	False	False	0.9992058873176575	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.0787037037037037	XM_004030504.1	ciliates	Ichthyophthirius multifiliis hypothetical protein (IMG5_158670) mRNA, complete cds	True	True
ISR0829_000000005680	2573	0.8453611910671107	3	2	2	1	2	True	76507	fragment	False	ISR0829_000000005680	0.9937421777221527		0	0	False	False	0.9961134791374207	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.501371961450844e-05	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0150_000000009668	2397	0.8453611910671107	3	2	2	1	2	True	76507	fragment	False	ISR0829_000000005680	0.959968907889623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	90.12299999999999	3.0	0.00600553141050968	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
MAD0058_000000008471	1816	0.8453519310825507	2	2	2	1	2	False	37614	fragment	False	MAD0108_000000009700	0.9453524610384764		0	0	False	False	0.9983479976654053	0					non-mobilizable	chromosome	1816.0	98.899	100.0	0.0003880425532643518	CP060073.1	enterobacteria	Escherichia coli strain G4/9 chromosome, complete genome	False	False
MAD0107_000000018140	2157	0.8453496728305567	3	3	3	3	3	False	14686	fragment	False	MAD0107_000000018140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	78.271	38.0	0.00013171413185796496	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MAD0047_000000008347	4504	0.8453469930964558	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5862029627888795		0	0	False	False	1.0	0					non-mobilizable	chromosome	2157.0	91.516	96.0	0.0007597338920006338	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0141_000000010476	2634	0.8453301300172102	3	3	3	3	3	False	80113	maximal	True	CHI0141_000000010476	1.0		1	1	False	False	0.9969627857208252	0					non-mobilizable	other	1413.0	79.406	93.0	0.0007365221414028421	NZ_KB903359.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_0.1, whole genome shotgun sequence	False	False
MON0102_000000016814	2713	0.8453251866239383	4	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.3101807214216511		0	0	False	True	1.0	0					non-mobilizable	chromosome	2482.0	98.711	99.0	0.000564867945895623	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0140_000000005073	5914	0.8453248253920252	7	3	2	2	1	False	117688	fragment	False	ISR0342_000000002805	0.9434246511037938		0	0	False	False	0.9983090758323669	0					non-mobilizable	no_good_hit	216.0	91.667	4.0	0.0006618092752260666	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0284_000000002394	3780	0.8453248253920252	7	3	2	2	1	False	117678	fragment	False	ISR0284_000000002394	0.9470891447033831		0	0	False	False	0.9984126687049866	0					non-mobilizable	no_good_hit	238.0	91.176	6.0	0.0007267531760660077	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0027_000000014704	1753	0.8453226500959238	3	2	1	2	2	False	78854	fragment	False	ISR0027_000000014704	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1754.0	99.48700000000001	100.0	0.0006261986810891213	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	False	False
SPA0020_000000003241	7395	0.845307106321226	5	4	4	4	3	False	113559	fragment	False	SPA0020_000000003241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	89.68299999999999	34.0	0.00032535107636776783	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0026_000000000801	24658	0.8452923068549688	25	11	7	10	7	False	119616	maximal	True	AST0026_000000000801	1.0		1	1	False	False	0.9999188780784607	0					non-mobilizable	no_good_hit	1891.0	71.76100000000001	8.0	0.024228702294049526	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0054_000000020795	1270	0.8452906858580552	2	2	2	1	1	True	35686	maximal	True	ISR0054_000000020795	1.0		0	0	False	False	0.9897637963294983	0					non-mobilizable	no_good_hit	818.0	100.0	64.0	0.0004202370095584631	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	True	True
ISR0085_000000006111	3585	0.8452829713145604	6	5	3	4	1	True	105294	maximal	True	ISR0085_000000006111	1.0		8	3	False	False	0.9986053109169006	0					non-mobilizable	no_good_hit	65.0	81.538	2.0	3.102816678803205e-05	NZ_LR027603.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	True
FIJ0007_000000010095	1766	0.8452690527862241	3	1	1	1	1	False	51569	maximal	True	FIJ0007_000000010095	0.9991258741258742		3	1	False	False	0.9994337558746338	0					non-mobilizable	no_good_hit	346.0	79.191	20.0	0.00020328482271967909	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0089_000000014430	1716	0.8452690527862241	4	1	1	1	1	False	51569	maximal	False	FIJ0007_000000010095	0.9849943374858436		0	0	False	False	0.999417245388031	0					non-mobilizable	no_good_hit	346.0	79.191	20.0	0.00020328482271967909	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0096_000000012150	2881	0.8452641517282852	3	2	1	2	1	False	50002	maximal	True	FIJ0096_000000012150	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	97.67399999999999	4.0	6.80113273669013e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0108_000000009899	2288	0.8452641517282852	2	2	1	2	1	False	42225	fragment	False	FIJ0108_000000009899	1.0		0	0	False	False	0.996940553188324	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	3.030088781601301e-05	LN590975.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001008	True	False
FIJ0018_000000012158	2201	0.8452641517282852	2	2	1	2	1	False	50001	fragment	False	FIJ0018_000000012158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	97.67399999999999	6.0	6.80113273669013e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
CAN0012_000000014008	3680	0.8452596780938133	5	3	2	3	2	False	94276	maximal	True	CAN0012_000000014008	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	96.97	3.0	0.0002668634557728284	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
USA0018_01_000000002836	8723	0.8452584957461354	13	13	5	8	11	False	132521	backbone	False	USA0060_01_000000001071	0.10919827929889372	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	8723.0	99.977	100.0	0.32594641055345863	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
USA0121_01_000000005117	8722	0.8452584957461354	13	13	5	8	11	False	132521	backbone	False	USA0060_01_000000001071	0.109216557587544	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	8722.0	100.0	100.0	0.32590903994917597	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
FIJ0075_000000001157	12319	0.8452392288967802	14	4	4	4	2	False	44614	fragment	False	FIJ0075_000000001157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0158_000000014230	1393	0.8452391601548547	2	2	2	2	2	False	78868	maximal	True	CHI0158_000000014230	1.0		9	4	False	False	0.9813352227210999	0					non-mobilizable	no_good_hit	1219.0	99.426	88.0	0.00467225188731357	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0830_000000014177	2027	0.8452183497823789	3	3	3	2	1	False	58364	fragment	False	ISR0830_000000014177	0.9872052182639237		0	0	False	False	0.9975333213806152	0					non-mobilizable	other	2027.0	99.26	100.0	0.005759330484937901	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
CAN0003_000000013372	3692	0.8452148345573525	7	2	1	2	0	True	96741	maximal	True	CAN0003_000000013372	1.0		1	1	False	False	0.9972914457321167	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0001588790315554257	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
SPA0092_000000001141	22853	0.8451981659902943	34	10	6	9	7	False	87509	fragment	False	SPA0092_000000001141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	1.0	1.869430099783057e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0075_000000003601	4270	0.8451967992440257	5	4	3	2	3	True	32037	maximal	True	SPA0075_000000003601	1.0		2	1	False	False	1.0	0	rep_cluster_1404				non-mobilizable	no_good_hit	856.0	93.69200000000001	37.0	0.07619641743160147	JX275965.1	firmicutes	Streptococcus infantis plasmid pSI01, complete sequence	True	True
ENG0003_000000006290	3660	0.8451928553787478	4	4	4	4	4	False	67906	maximal	True	ENG0003_000000006290	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	86.102	50.0	0.0003351828093151385	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0377_000000012658	1300	0.8451912704662918	3	2	2	2	2	False	60032	fragment	False	ISR0377_000000012658	1.0		0	0	False	False	0.9769230484962463	0					non-mobilizable	other	1300.0	99.615	100.0	0.00022673777749850107	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MAD0042_000000007199	3022	0.8451864993804693	4	3	3	3	2	False	18144	maximal	True	MAD0042_000000007199	1.0		2	2	False	False	0.9956982135772705	0					non-mobilizable	no_good_hit	2567.0	93.18299999999999	85.0	0.0009129017631506116	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0105_000000034208	1592	0.8451805977307311	2	2	2	2	2	False	50321	fragment	False	MON0105_000000034208	0.9996605566870332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	85.552	73.0	0.00016823051950381725	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ENG0028_000000006817	2478	0.8451804286734745	3	2	2	2	2	False	65890	fragment	False	FIJ0009_000000014021	0.6240188383045525		0	0	False	False	0.9991928935050964	0					non-mobilizable	no_good_hit	366.0	84.699	17.0	0.00014532687399416877	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
MAD0034_000000011980	1326	0.8451726607537919	2	2	2	1	1	False	18803	fragment	False	MAD0034_000000011980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	86.84200000000001	8.0	0.0005393743257820927	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
MAD0045_000000036224	1187	0.8451726607537919	2	2	2	1	1	False	17794	fragment	False	MAD0045_000000036224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0023_000000011811	2715	0.8451707866642403	5	2	2	2	2	False	51954	fragment	False	FIJ0023_000000011811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	94.545	2.0	1.5993010462094343e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0030_000000001553	13492	0.8451631227187212	23	3	3	3	1	True	48788	fragment	False	FIJ0030_000000001553	1.0		0	0	False	False	0.9988141059875488	0					non-mobilizable	no_good_hit	321.0	85.35799999999999	2.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
SPA0033_000000023831	1335	0.8451622396533052	2	2	2	2	1	False	92036	fragment	False	DEN0052_000000027259	0.3508324526814402		0	0	False	False	0.9985018968582153	0					non-mobilizable	other	1335.0	99.251	100.0	0.00040407748715902934	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
DEN0011_000000008864	4484	0.8451550034064585	8	5	4	5	4	True	75775	maximal	True	DEN0011_000000008864	1.0		11	5	False	False	0.9995539784431458	0					non-mobilizable	no_good_hit	493.0	97.16	11.0	0.016507851295128172	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	True	True
USA0016_01_000000000974	19911	0.8451542751598708	26	19	5	11	19	True	93735	fragment	False	USA0016_01_000000000974	1.0		0	0	False	False	1.0	0					non-mobilizable	other	19911.0	99.995	100.0	0.005830437637158776	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0139_000000022041	1218	0.8451528018726654	2	2	2	2	1	False	73029	fragment	False	FIJ0139_000000022041	0.9934612031386225		0	0	False	False	0.9958949089050293	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	0.0056694286960314	MF795092.1	budding yeasts	Debaryomyces hansenii strain 4e plasmid pDH4B, complete sequence	True	False
ENG0126_000000004361	4727	0.8451518322324834	7	7	5	6	4	False	120060	maximal	True	ENG0126_000000004361	1.0		0	0	False	False	0.9991537928581238	0					non-mobilizable	no_good_hit	1828.0	94.639	39.0	0.09211521969429451	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0027_000000010114	2217	0.845150687306192	2	2	2	2	2	False	65966	maximal	False	ISR0791_000000008117	0.9717671597745918		0	0	False	False	1.0	0					non-mobilizable	other	2217.0	98.196	100.0	0.0006624910200478273	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0006_000000007667	1287	0.8451485622499791	2	2	2	2	2	True	19881	fragment	False	MAD0006_000000007667	1.0		0	0	False	False	0.999222993850708	0					non-mobilizable	no_good_hit								True	True
AST0097_000000012449	1727	0.8451482806687576	3	2	1	1	2	True	108974	maximal	True	AST0097_000000012449	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1727.0	99.94200000000001	100.0	0.09095220530115403	JN172910.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis plasmid pVF18, complete sequence	False	True
MON0046_000000031704	1127	0.8451395309583783	2	2	2	2	1	False	82005	fragment	False	DEN0071_000000029288	0.3581721618898343		0	0	False	False	0.9795918464660645	0					non-mobilizable	other	1127.0	99.024	100.0	0.007531369558819595	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0131_000000017705	1557	0.8451218526754208	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.5527880003575119	PS1128	0	0	False	True	0.9993577599525452	0					non-mobilizable	other	1532.0	82.311	100.0	0.0007025572900596227	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
USA0075_01_000000021437	1148	0.8451199250529317	3	3	3	2	2	False	657	maximal	True	USA0075_01_000000021437	1.0		0	0	False	False	0.9817073345184326	0					non-mobilizable	no_good_hit	316.0	93.671	58.0	8.941994558725343e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0149_000000004841	6682	0.8451176118123216	6	5	5	5	5	False	111424	maximal	True	SPA0149_000000004841	1.0		5	4	False	False	0.9986531138420105	0					non-mobilizable	no_good_hit	4126.0	99.41799999999999	62.0	0.000902467247002332	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0233_000000004590	2794	0.8451090865982259	4	1	1	1	1	True	35916	fragment	False	ISR0233_000000004590	0.9927578983687857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	83.14399999999999	15.0	0.001256551712266871	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
ISR0069_000000008939	2726	0.8451090865982259	4	1	1	1	1	True	35916	fragment	False	ISR0233_000000004590	0.9873118669374287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	87.009	12.0	0.0039769098205570085	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0360_000000009510	2563	0.8451090865982259	5	1	1	1	1	True	35916	fragment	False	ISR0233_000000004590	0.9464996175818182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	85.161	6.0	0.0018558912495932707	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0301_000000007633	2348	0.8451090865982259	3	1	1	1	1	True	35915	fragment	False	ISR0301_000000007633	1.0		0	0	False	False	0.995741069316864	0					non-mobilizable	no_good_hit	138.0	88.406	5.0	0.049781976744186045	NZ_VULP01000056.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq56, whole genome shotgun sequence	True	True
ISR0050_000000011332	2331	0.8451090865982259	4	1	1	1	1	True	35914	fragment	False	ISR0050_000000011332	1.0		0	0	False	False	0.997855007648468	0					non-mobilizable	no_good_hit	172.0	95.93	7.0	0.004748549054455583	NZ_CYZN01000034.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0384_000000008608	2037	0.8451090865982259	4	1	1	1	1	True	23082	fragment	False	ISR0384_000000008608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	81.92	29.0	0.007483821207775462	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0084_000000016642	1618	0.8451090865982259	3	1	1	1	1	True	34039	fragment	False	ISR0084_000000016642	1.0		0	0	False	False	0.999381959438324	0					non-mobilizable	no_good_hit								True	True
SPA0002_000000011554	1693	0.8451071994298196	4	2	2	2	1	False	8399	fragment	False	SPA0002_000000011554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	81.73100000000001	43.0	0.00017458228579261205	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0373_000000001873	6530	0.8451043455709243	8	6	6	6	4	False	121752	maximal	True	ISR0373_000000001873	1.0		73	4	False	False	0.9955589771270752	0					non-mobilizable	no_good_hit	4850.0	96.78399999999999	74.0	0.0013772623710416507	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0029_000000011178	1222	0.8450995161307587	2	1	1	1	1	False	86275	fragment	False	ISR0252_000000007942	0.4466329763058205		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	89.461	100.0	0.008690382833107578	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
USA0069_01_000000003678	14966	0.8450982366367347	23	16	5	11	16	True	53911	fragment	False	USA0069_01_000000003678	1.0		0	0	False	False	0.9991313815116882	0					non-mobilizable	other	14665.0	98.145	98.0	0.006766444274874038	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
FIJ0111_000000011832	1751	0.8450845149374837	2	2	2	2	2	False	42087	maximal	True	FIJ0111_000000011832	1.0		0	0	False	False	0.9994288682937622	0					non-mobilizable	no_good_hit	535.0	83.551	83.0	0.00218738457750236	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
MON0033_000000011490	6007	0.8450740704017371	6	2	2	2	0	True	31916	fragment	False	MON0033_000000011490	1.0		0	0	False	False	0.9998335242271423	0					non-mobilizable	no_good_hit	1356.0	98.009	43.0	0.0003663727663090634	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0127_000000005479	4039	0.8450740704017371	4	2	2	2	0	True	31914	fragment	False	ISR0127_000000005479	1.0		0	0	False	False	0.9948006868362427	0					non-mobilizable	no_good_hit	2067.0	95.694	51.0	0.0005564539875011458	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0072_01_000000008165	2372	0.8450740704017371	3	2	2	2	0	True	92678	fragment	False	USA0072_01_000000008165	0.9107059317120475		0	0	False	False	0.998735249042511	0					non-mobilizable	no_good_hit								True	True
MON0101_000000027747	2282	0.8450740704017371	3	2	2	2	0	True	76773	fragment	False	MON0101_000000027747	0.9613402061855669		0	0	False	False	0.9995617866516113	0					non-mobilizable	no_good_hit	103.0	91.262	5.0	4.9199245741464295e-05	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	True
DEN0011_000000020979	2134	0.8450740704017371	3	2	2	2	0	True	76773	fragment	False	MON0101_000000027747	0.932077125328659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0147_000000011463	2132	0.8450740704017371	4	2	2	2	0	True	30952	maximal	True	ISR0147_000000011463	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	99.75	23.0	9.782598302241098e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0083_000000013954	2082	0.8450740704017371	3	2	2	2	0	True	80408	maximal	True	DEN0083_000000013954	1.0		1	1	False	False	0.9995197057723999	0					non-mobilizable	no_good_hit	75.0	92.0	4.0	0.00019416804313190393	NZ_FNWE01000001.1	firmicutes	Alterileibacterium massiliense strain Marseille-P3115T, whole genome shotgun sequence	True	True
ISR0016_000000010789	1995	0.8450740704017371	4	2	2	2	0	True	48845	maximal	True	ISR0016_000000010789	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	81.25	12.0	0.006844306648337185	KF176929.1	bacteria	Uncultured bacterium EB2 genomic sequence	True	True
DEN0023_000000004142	1731	0.8450740704017371	3	2	2	2	0	True	74371	fragment	False	DEN0023_000000004142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	85.096	12.0	6.510830056699016e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0093_000000015991	1591	0.8450740704017371	2	2	2	2	0	True	33508	maximal	True	ISR0093_000000015991	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000016609	2340	0.8450731586223503	4	3	3	2	0	True	53197	maximal	True	ETH0003_000000016609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	88.109	30.0	0.001200967746433701	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
ISR0258_000000001431	7896	0.8450626781808509	11	3	2	2	1	False	132498	fragment	False	ISR0032_000000003111	0.8683545942758015		0	0	False	False	0.999493420124054	0					non-mobilizable	no_good_hit	3050.0	95.639	39.0	0.49085316496681236	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0259_000000001622	7545	0.8450626781808509	10	3	2	2	1	False	132498	fragment	False	ISR0032_000000003111	0.7692569252171875		0	0	False	False	0.9966865181922913	0					non-mobilizable	no_good_hit	2972.0	95.76	39.0	0.47822567589444714	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0222_000000008298	7530	0.8450626781808509	9	3	2	2	1	False	132498	fragment	False	ISR0032_000000003111	0.7368465301103089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	99.884	37.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0086_000000002927	9016	0.8450587128346417	10	6	5	6	3	True	96556	maximal	True	MON0086_000000002927	1.0		3	1	False	False	0.9944543242454529	0					non-mobilizable	no_good_hit	6193.0	94.12200000000001	71.0	0.001809749100835823	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0275_000000006156	2280	0.8450564229364483	3	2	2	2	2	False	60921	maximal	True	ISR0275_000000006156	1.0		1	1	False	False	0.9982455968856812	0					non-mobilizable	no_good_hit	1756.0	94.59	77.0	0.00943467350213788	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
AST0039_000000008898	1861	0.8450435820229658	4	4	3	2	2	False	116609	maximal	True	AST0039_000000008898	1.0		12	5	False	False	0.9973132610321045	0					non-mobilizable	other	1693.0	93.325	91.0	0.0005094287984435325	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0094_000000008991	2147	0.845042458191672	2	2	2	1	1	False	91730	fragment	False	ISR0094_000000008991	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2148.0	94.83200000000001	100.0	0.04713560551124003	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
FIJ0040_000000002881	7998	0.8450380974237097	9	6	5	6	3	False	110252	maximal	True	FIJ0040_000000002881	1.0		6	1	False	False	0.9956238865852356	0					non-mobilizable	no_good_hit	1796.0	99.109	29.0	0.0005363307265188639	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0152_000000001954	11413	0.8450329172578545	11	11	5	5	10	False	98214	fragment	False	ENG0152_000000001954	0.999515972894482		0	0	False	False	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	11422.0	99.37	100.0	0.12756760379318433	MG767298.1	enterobacteria	Shigella sonnei strain ID127706 plasmid pSs1 genomic sequence	False	True
CHI0096_000000003981	1934	0.8450199336632692	2	2	2	2	2	False	91472	maximal	True	CHI0096_000000003981	1.0		0	0	False	False	0.9932782053947449	0					non-mobilizable	no_good_hit	1694.0	96.51700000000001	87.0	0.0005694753130595171	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
CHI0178_000000004464	2349	0.8450158350503088	4	2	2	2	2	False	85545	maximal	True	CHI0178_000000004464	1.0		4	2	False	False	0.9927628636360168	0					non-mobilizable	no_good_hit	369.0	76.694	15.0	5.0931866311047825e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0336_000000001572	6318	0.8450063588398047	9	6	2	3	4	True	113950	fragment	False	ISR0336_000000001572	0.9875679620441209		0	0	False	False	0.9998417496681213	0					non-mobilizable	no_good_hit	1262.0	80.745	37.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0110_000000012795	1319	0.8450060988782256	2	2	2	2	2	False	42454	fragment	False	SPA0139_000000022255	0.7259192458758837		0	0	False	False	0.9689158201217651	0					non-mobilizable	other	1294.0	79.057	98.0	0.043897946653932735	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0802_000000002989	4337	0.8450023368072196	7	4	3	4	2	False	130455	maximal	True	ISR0802_000000002989	1.0		3	3	False	False	0.994466245174408	0					non-mobilizable	no_good_hit	3108.0	99.96799999999999	72.0	0.004957778302579257	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0188_000000016384	1547	0.8449927211130184	3	3	3	3	3	False	104380	fragment	False	ENG0093_000000007624	0.9102967192403376		0	0	False	False	0.988364577293396	0					non-mobilizable	other	1547.0	98.90100000000001	100.0	0.010624909739844443	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0221_000000007303	3146	0.8449916239721145	4	3	2	3	3	False	27965	fragment	False	ISR0221_000000007303	1.0		0	0	False	False	0.9917355179786682	0					non-mobilizable	other	3149.0	94.95100000000001	100.0	0.0005265936485811506	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0080_000000017072	1615	0.8449914395315792	3	3	3	3	2	False	62075	fragment	False	ENG0080_000000017072	0.9843444227005871		0	0	False	False	0.9863777160644531	0					non-mobilizable	no_good_hit	747.0	75.1	65.0	0.00020553053302875665	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0103_000000028099	1928	0.8449861731448581	2	2	1	2	2	False	79043	fragment	False	MON0103_000000028099	0.9512933406714364		0	0	False	False	0.9854771494865417	0					non-mobilizable	no_good_hit	397.0	87.154	59.0	0.0008238592998868762	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0046_000000017419	1836	0.8449836874076757	3	3	2	2	2	False	79692	fragment	False	SPA0046_000000017419	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1837.0	97.605	100.0	0.000381387539830057	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
MON0105_000000014838	3603	0.8449819535983807	8	3	1	2	3	False	119857	maximal	True	MON0105_000000014838	1.0		2	1	False	False	0.9972245097160339	0					non-mobilizable	no_good_hit								True	False
ISR0795_000000004363	2217	0.8449814542458653	3	3	3	3	1	False	113715	fragment	False	ISR0795_000000004363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	84.959	41.0	0.0010141415239724237	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0320_000000004792	4097	0.8449758181048207	5	5	5	5	5	False	130067	fragment	False	ISR0320_000000004792	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2515.0	95.03	95.0	0.0008090189822927984	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0053_000000004505	5797	0.8449657347417178	8	4	3	4	4	False	119419	fragment	False	ISR0143_000000005750	0.9788697381504806		0	0	False	False	0.9939624071121216	0					non-mobilizable	no_good_hit	196.0	83.67299999999999	7.0	5.7205361527347025e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0081_000000020866	1726	0.8449652212135565	3	3	3	3	3	False	50114	fragment	False	FIJ0081_000000020866	0.9964050329538645		0	0	False	False	0.9994206428527832	0					non-mobilizable	chromosome	1726.0	99.884	100.0	0.00034966509178860686	CP048290.1	enterobacteria	Escherichia coli strain CVM N18EC0432 chromosome, complete genome	False	False
FIJ0063_000000011276	2363	0.8449627392628499	4	4	4	4	3	False	48586	fragment	False	FIJ0063_000000011276	0.9592237243785434		0	0	False	False	1.0	0					non-mobilizable	plasmid	2274.0	96.306	100.0	0.010599091239888411	MK773537.1	enterobacteria	Klebsiella pneumoniae strain QDE2 plasmid pQDE2-C, complete sequence	False	True
ISR0395_000000025147	1539	0.8449557029262064	3	3	3	3	2	False	108120	fragment	False	ISR0320_000000016669	0.9926805941085405		0	0	False	False	0.9980506896972656	0					non-mobilizable	other	1539.0	99.415	100.0	0.0005585445882367895	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
DEN0005_000000021346	1753	0.8449514338466396	2	1	1	1	1	False	117015	fragment	False	AST0094_000000009639	0.21800477690582537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0042_000000002922	4185	0.8449472779976673	5	4	3	3	4	False	118646	maximal	True	CHI0042_000000002922	1.0		2	1	False	False	0.992353618144989	0					non-mobilizable	no_good_hit	3502.0	90.662	84.0	0.0006498734364046979	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ENG0165_000000005393	3423	0.8449471528953516	5	4	4	3	4	False	116979	maximal	True	ENG0165_000000005393	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1886.0	98.568	55.0	0.04463228678316049	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0078_000000017810	1188	0.8449462639610155	1	1	0	1	1	True	34399	fragment	False	ISR0078_000000017810	1.0		0	0	False	False	0.9991582632064819	0	IncW				non-mobilizable	plasmid	1188.0	98.569	100.0	0.13612385321100917	NZ_CP035465.1	high GC Gram+	Bifidobacterium gallinarum strain CACC 514 plasmid p1CACC514, complete sequence	False	True
ISR0317_000000005421	3252	0.8449432313162855	4	4	4	4	4	False	107166	fragment	False	ISR0317_000000005421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	77.825	22.0	0.0001951840980327512	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0150_000000007269	3171	0.8449387524911368	3	3	2	3	2	False	55446	fragment	False	FIJ0150_000000007269	1.0		0	0	False	False	0.9971618056297302	0					non-mobilizable	no_good_hit	593.0	84.31700000000001	19.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0047_000000010156	2174	0.8449372277073599	4	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.07920983296101185		0	0	False	False	1.0	0					non-mobilizable	other	2174.0	99.632	100.0	0.1954839870456999	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CAN0018_000000022474	1518	0.8449316173337819	3	2	1	1	2	True	92127	fragment	False	SPA0095_000000011684	0.8980403110338879		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	94.071	100.0	0.00038893018049488223	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
ISR0062_000000002061	11716	0.8449305165417871	17	10	6	10	5	True	35374	maximal	False	SPA0055_000000001994	0.9539686213319102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2263.0	95.581	19.0	0.0017727786534205792	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
SPA0129_000000003984	6932	0.8449294836546656	2	2	2	2	2	False	85602	maximal	True	SPA0129_000000003984	1.0		82	10	False	False	1.0	0					non-mobilizable	other	6932.0	99.971	100.0	0.007716561381788871	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0056_000000008801	2421	0.8449278699445402	5	4	1	1	4	True	117313	fragment	False	ISR0197_000000010262	0.9764454906144827		0	0	False	False	1.0	0					non-mobilizable	chromosome	2421.0	99.959	100.0	0.001007591913616897	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
FIJ0077_000000017663	1690	0.8449202845868479	2	2	2	1	1	False	63634	fragment	False	FIJ0077_000000017663	0.9959874690895123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	74.13	27.0	0.0001549483046922492	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0112_000000010569	3256	0.8449156359449205	4	3	2	3	3	False	85026	fragment	False	SPA0023_000000007080	0.921875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1388.0	72.47800000000001	42.0	0.0006854262981884163	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0159_000000021247	1223	0.8449062554868809	3	2	2	2	1	True	39374	maximal	True	FIJ0159_000000021247	1.0		1	1	False	False	0.9975470304489136	0					non-mobilizable	no_good_hit	264.0	98.86399999999999	22.0	0.0026632102315879013	NZ_JAANXY010000008.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_8, whole genome shotgun sequence	True	True
ENG0069_000000003776	5915	0.8449022826434541	8	3	2	2	1	False	114944	fragment	False	ENG0069_000000003776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2630.0	81.065	44.0	0.14060883297936067	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0141_000000003842	6769	0.8448988235284572	5	4	4	4	4	False	74586	maximal	True	ENG0141_000000003842	1.0		6	4	False	False	0.997931718826294	0					non-mobilizable	no_good_hit	4500.0	79.756	66.0	0.0009465182388812058	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
SPA0117_000000024429	1537	0.8448976608168959	3	2	1	2	0	True	4296	maximal	True	SPA0117_000000024429	1.0		1	1	False	False	0.9993493556976318	0					non-mobilizable	no_good_hit	1338.0	79.148	85.0	0.015061641582833359	NZ_ADGQ01000004.1	firmicutes	Peptostreptococcus stomatis DSM 17678 contig00021, whole genome shotgun sequence	True	True
ISR0115_000000026597	1363	0.8448938542037229	4	3	2	3	1	False	32448	maximal	True	ISR0115_000000026597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000014727	2619	0.8448873391141271	4	4	4	3	3	False	93290	fragment	False	CAN0015_000000014727	1.0		0	0	False	False	0.9965635538101196	0					non-mobilizable	chromosome	2613.0	99.885	99.0	0.001104468700659383	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MAD0001_000000021556	1193	0.8448851532457059	2	2	2	2	2	False	97668	fragment	False	ISR0175_000000016563	0.9570010805636282		0	0	False	False	1.0	0					non-mobilizable	chromosome	1137.0	99.208	100.0	0.00024014115903200282	CP057093.1	enterobacteria	Escherichia fergusonii strain RHB38-C07 chromosome, complete genome	False	False
ISR0039_000000012676	2770	0.8448849309718611	5	2	1	1	2	False	45673	maximal	True	ISR0039_000000012676	1.0		34	4	False	False	0.9805054068565369	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000012857	3753	0.8448756663976282	4	4	4	3	3	True	69627	fragment	False	DEN0079_000000012857	1.0		0	0	False	False	0.9989342093467712	0					non-mobilizable	no_good_hit	1327.0	89.525	35.0	0.0004918735072103088	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
MON0019_000000022264	2945	0.8448738880463614	5	3	2	2	3	True	85720	fragment	False	MON0079_000000007860	0.9861859838274933		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1158.0	94.041	78.0	0.14149326805385556	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0001_000000001702	12529	0.8448625403533666	16	11	7	8	9	True	125399	maximal	True	MON0001_000000001702	1.0		1	1	False	False	0.9994413256645203	0					non-mobilizable	no_good_hit	8785.0	91.804	70.0	0.002499078115313789	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0212_000000007286	4490	0.8448450990659453	6	4	4	4	4	False	72140	maximal	True	ISR0212_000000007286	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	3.6293169625476486e-05	NZ_LR215037.1	mycoplasmas	Mycoplasma maculosum strain NCTC10168 chromosome 1	True	False
FIJ0153_000000013254	1964	0.8448410453793738	4	2	2	2	1	False	39648	fragment	False	FIJ0153_000000013254	1.0		0	0	False	False	0.9994908571243286	0					non-mobilizable	no_good_hit	654.0	77.982	33.0	0.0002338887982714504	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
FIJ0021_000000027901	1719	0.8448410453793738	2	2	2	2	1	False	49602	maximal	True	FIJ0021_000000027901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	77.982	42.0	0.0002338887982714504	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
MON0077_000000014258	2808	0.8448304305602213	3	3	2	2	3	True	94801	fragment	False	CHI0045_000000007343	0.9683976398797584		0	0	False	False	1.0	0					non-mobilizable	other	2808.0	100.0	100.0	0.000626360750320823	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
SPA0032_000000011059	2499	0.8448232398840224	4	3	2	3	2	False	82563	fragment	False	SPA0032_000000011059	1.0		0	0	False	False	0.9991996884346008	0					non-mobilizable	no_good_hit	91.0	81.319	4.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
ISR0051_000000031827	1123	0.8448152800469392	1	1	1	1	1	False	35813	fragment	False	ISR0257_000000014803	0.7091311072854858		0	0	False	False	0.9982190728187561	0					non-mobilizable	no_good_hit								True	False
ISR0244_000000012561	1983	0.8447996525278816	3	2	2	2	2	False	27187	maximal	True	ISR0244_000000012561	1.0		153	11	False	False	0.9884014129638672	0					non-mobilizable	no_good_hit								True	False
ISR0147_000000005071	4665	0.8447990989737159	6	5	3	5	3	False	122694	fragment	False	ISR0147_000000005071	1.0		0	0	False	False	0.9978563785552979	0					non-mobilizable	other	4519.0	99.845	97.0	0.0009541946443027209	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0090_000000004249	8068	0.8447943017377271	10	6	4	5	2	True	43541	fragment	False	FIJ0090_000000004249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	79.941	8.0	0.00032533027306956607	NZ_KB899636.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
ISR0811_000000009532	1617	0.8447883700125632	2	1	1	1	1	False	21677	maximal	True	ISR0811_000000009532	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	74.286	11.0	2.4436301835505267e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0204_000000009759	1327	0.8447870595110016	1	1	1	1	1	False	28669	fragment	False	ISR0204_000000009759	1.0		0	0	False	False	0.9977392554283142	0					non-mobilizable	no_good_hit								True	False
AST0059_000000010142	1505	0.8447869045114991	2	1	1	1	1	False	112641	maximal	True	AST0059_000000010142	1.0		0	0	False	False	0.9807308912277222	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000002603	9838	0.8447847169652658	15	8	6	6	3	False	86405	maximal	True	ISR0152_000000002603	1.0		1	1	False	False	0.9980686902999878	0					non-mobilizable	no_good_hit	4182.0	92.874	58.0	0.0007285631126087324	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
CHI0171_000000001953	2856	0.8447834385672024	4	1	1	1	1	True	77948	maximal	True	CHI0171_000000001953	1.0		1	1	False	False	0.9891456365585327	0					non-mobilizable	no_good_hit								True	True
MAD0101_000000023448	1239	0.8447765500418525	2	1	1	1	1	False	45670	fragment	False	FIJ0062_000000024049	0.46395366032543534		0	0	False	False	0.984665036201477	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0001729804532087874	NC_042467.1	eudicots	Schrebera alata voucher XX-0-GOET-14122 chloroplast, complete genome	True	False
FIJ0029_000000003903	8835	0.8447658391365	15	12	8	8	8	True	125397	fragment	False	SPA0032_000000002311	0.7390023314759706		0	0	False	False	0.9996604323387146	0					non-mobilizable	no_good_hit	7223.0	90.184	81.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0334_000000003946	4576	0.8447402579529014	5	5	5	5	4	False	105624	fragment	False	ISR0188_000000004827	0.9566928612930419		0	0	False	False	0.9984703063964844	0					non-mobilizable	other	4576.0	99.038	100.0	0.07758971575876807	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
USA0060_01_000000003664	3958	0.8447395987729525	4	3	1	3	2	False	110839	maximal	True	USA0060_01_000000003664	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3138.0	96.55799999999999	82.0	0.00047661134809793724	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
SPA0105_000000005703	4865	0.8447323881166912	4	3	3	3	3	False	91368	fragment	False	SPA0105_000000005703	1.0		0	0	False	False	0.9997944235801697	0					non-mobilizable	other	3507.0	99.316	99.0	0.001183171886350686	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0294_000000012312	1540	0.8447267375138876	3	3	3	3	3	False	74528	fragment	False	ISR0294_000000012312	0.9937040912971361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	80.556	5.0	1.4309947744159395e-05	NZ_CP034036.1	enterobacteria	Brenneria nigrifluens DSM 30175 = ATCC 13028 chromosome, complete genome	True	False
SPA0050_000000011984	2174	0.8447203023919121	2	2	2	1	1	False	103266	fragment	False	ISR0115_000000014104	0.9498211172614749		0	0	False	False	0.9995400309562683	0					non-mobilizable	other	2175.0	94.897	100.0	0.004803717409662259	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0225_000000010940	1818	0.8447165644091142	2	2	1	2	0	True	131932	backbone	False	ENG0156_000000004841	0.06939726046811825	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0224_000000005449	4880	0.84471257682596	7	6	5	6	4	False	79110	maximal	True	ISR0224_000000005449	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	97.839	28.0	0.00038273912204611594	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0107_000000041974	1458	0.8447120424035541	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.2663698000784931		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	80.908	96.0	0.00034171581888154626	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0001_000000007753	3737	0.8447103422617699	4	3	3	3	3	False	104652	maximal	True	ISR0001_000000007753	1.0		0	0	False	False	0.9986620545387268	0					non-mobilizable	no_good_hit	2341.0	99.573	63.0	0.19327383903487028	NZ_WNAF01000020.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold20_size12102, whole genome shotgun sequence	True	False
ENG0065_000000020600	1279	0.8447083349519799	2	2	2	2	2	False	119632	fragment	False	ENG0065_000000020600	0.9762399614988138		0	0	False	False	0.9953088164329529	0					non-mobilizable	other	1279.0	98.82700000000001	100.0	0.004114020827632828	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0279_000000000699	18207	0.8447079756203749	17	11	3	5	9	False	81298	fragment	False	ISR0279_000000000699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3089.0	95.435	46.0	0.0006898774796386599	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MON0083_000000022322	1746	0.844705595005641	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.5700164495158094		0	0	False	False	1.0	0					non-mobilizable	chromosome	1748.0	92.277	100.0	0.0006157620257970766	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0078_000000015417	2786	0.8446974298580522	4	3	2	3	2	False	75925	fragment	False	FIJ0107_000000008359	0.5784675818791227		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	124.0	81.452	4.0	0.002740346506624391	NZ_FNAQ01000019.1	d-proteobacteria	Desulfuromonas thiophila strain DSM 8987, whole genome shotgun sequence	True	True
ISR0223_000000022959	1389	0.8446931208631201	2	1	1	1	1	True	115086	fragment	False	AST0047_000000016968	0.9125940577534791		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	84.53	100.0	0.00040284617749258064	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0312_000000015980	1206	0.844692580225534	3	1	1	1	1	True	25239	fragment	False	ISR0312_000000015980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	77.477	9.0	0.0005482138244766931	NZ_VJWZ02000003.1	high GC Gram+	Chryseoglobus frigidaquae strain DSM 23889 Scaffold3, whole genome shotgun sequence	True	True
MAD0014_000000006870	4203	0.8446894317371154	5	5	4	3	5	False	19523	maximal	True	MAD0014_000000006870	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1898.0	89.62100000000001	49.0	0.0006531737145810008	CP060857.1	firmicutes	Enterococcus faecium strain AML0158 chromosome	True	False
CHI0133_000000004696	3781	0.8446892942855827	4	3	3	3	2	False	119199	maximal	True	CHI0133_000000004696	1.0	PS816	2	2	False	True	0.9973552227020264	0					non-mobilizable	no_good_hit	1488.0	87.23100000000001	39.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0152_000000007802	3049	0.8446832429030234	6	2	2	2	2	False	30727	fragment	False	ISR0152_000000007802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	90.685	26.0	7.951685735164442e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0181_000000017213	1166	0.8446747748499227	2	2	2	2	2	False	55258	fragment	False	MAD0048_000000019761	0.9791332044099263		0	0	False	False	0.9888507723808289	0					non-mobilizable	no_good_hit	479.0	78.079	41.0	0.00038034504902847863	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
MON0099_000000015857	2127	0.8446596745924433	4	2	2	2	1	True	9165	maximal	True	MON0099_000000015857	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	78.189	50.0	0.3676216775975147	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0090_000000009474	5619	0.8446593175456543	7	2	2	2	1	False	9572	maximal	True	MON0090_000000009474	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	93.78200000000001	10.0	0.003862072690689839	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0371_000000009096	2065	0.8446463276915791	2	2	2	2	2	True	32931	maximal	True	ISR0371_000000009096	1.0		19	6	False	False	0.993220329284668	0					non-mobilizable	no_good_hit	1355.0	100.0	66.0	0.040985591475965616	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ENG0066_000000007926	2445	0.8446460573464856	3	3	3	3	1	True	131618	maximal	True	ENG0066_000000007926	1.0		57	10	False	False	0.9922290444374084	0					non-mobilizable	no_good_hit	1409.0	99.361	58.0	0.11026705301903046	NZ_FQZY01000091.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0071_000000001944	5799	0.8446457183723959	8	6	3	5	4	True	124685	maximal	False	FIJ0094_000000003034	0.9792542626954717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2499.0	82.75299999999999	47.0	0.000772145999680191	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0094_000000003034	5732	0.8446457183723959	7	6	3	5	4	True	124685	maximal	True	FIJ0094_000000003034	0.9810276170531786		59	10	False	False	1.0	0					non-mobilizable	no_good_hit	2477.0	82.883	46.0	0.0007653018369110676	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CAN0012_000000009604	5633	0.8446457183723959	8	6	3	5	4	True	124685	maximal	False	FIJ0094_000000003034	0.9723255034132705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2465.0	82.84	62.0	0.0007615686572188184	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0091_000000004647	5546	0.8446457183723959	7	6	3	5	4	True	124685	maximal	False	FIJ0094_000000003034	0.9624775321089956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2306.0	83.088	44.0	0.0007121040262965178	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0853_000000002544	5518	0.8446457183723959	7	6	3	5	4	True	124685	maximal	False	FIJ0094_000000003034	0.9439462422902519		0	0	False	False	0.9983689785003662	0					non-mobilizable	no_good_hit	1163.0	83.921	58.0	0.0003471462202159533	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0037_000000012926	1176	0.8446373028564114	2	2	2	2	2	False	101418	fragment	False	MON0101_000000050129	0.7560195044567538		0	0	False	False	0.988095223903656	0					non-mobilizable	other	1176.0	99.405	100.0	0.006138238351713222	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
USA0072_01_000000005797	3489	0.8446364512468727	7	1	1	1	1	False	3502	fragment	False	USA0072_01_000000005797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	87.478	60.0	0.0009976151045782053	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0201_000000017334	1731	0.8446364512468727	4	1	1	1	1	False	28727	maximal	True	ISR0201_000000017334	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	82.01799999999999	44.0	0.0013800642947600853	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
SPA0002_000000006450	3742	0.8446346529395351	7	5	3	5	4	False	117443	maximal	True	SPA0002_000000006450	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3560.0	87.5	95.0	0.06643330463105088	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	False	False
ISR0169_000000001340	13463	0.8446335279298174	19	11	8	9	8	True	126208	backbone	False	ISR0395_000000002325	0.1563916547173847	PS943|PS946|PS949	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	1605.0	73.76899999999999	12.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0022_000000000983	23096	0.8446240810650751	26	18	12	14	15	True	116756	maximal	True	ENG0022_000000000983	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	10364.0	99.39200000000001	78.0	0.16707779121322047	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
FIJ0136_000000011349	2378	0.8446216192393664	4	3	3	3	3	False	108731	fragment	False	FIJ0136_000000011349	0.9846581642128696		0	0	False	False	0.9995794892311096	0					non-mobilizable	no_good_hit	642.0	97.508	43.0	0.017678857079816868	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CAN0013_000000012916	1752	0.8446197133146441	2	2	2	2	2	False	93858	maximal	True	CAN0013_000000012916	1.0		11	5	False	False	1.0	0					non-mobilizable	chromosome	1752.0	99.829	100.0	0.0005185881725764295	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
SPA0097_000000004767	6127	0.8446069834005536	6	4	3	2	2	True	78450	maximal	True	SPA0097_000000004767	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2611.0	96.055	43.0	0.0101005797763775	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0063_000000002494	12124	0.8446043056861274	15	9	3	6	8	False	71592	maximal	True	DEN0063_000000002494	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	87.87899999999999	3.0	6.894530913352982e-05	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
BAN0020_000000000367	5228	0.8445972339040229	4	4	2	4	4	False	103842	maximal	True	BAN0020_000000000367	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	2618.0	95.95100000000001	56.0	0.3611610228058051	CP056942.1	enterobacteria	Escherichia coli strain RHB42-C04 plasmid pRHB42-C04_3, complete sequence	True	True
ENG0032_000000015108	1581	0.8445971437140483	3	3	3	1	1	False	106723	fragment	False	ENG0032_000000015108	1.0		0	0	False	False	0.9968374371528625	0					non-mobilizable	chromosome	1581.0	98.925	100.0	0.0006402728372758741	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
TAN0017_000000012151	2885	0.8445965209933638	4	3	3	3	2	True	27153	maximal	True	TAN0017_000000012151	1.0		1	1	False	False	0.9975736737251282	0					non-mobilizable	no_good_hit	599.0	71.285	20.0	0.00011211012417340234	CP014771.1	CFB group bacteria	Hymenobacter sp. PAMC 26554, complete genome	True	True
MON0034_000000014141	1987	0.8445963327729638	2	2	2	2	2	False	120341	maximal	True	MON0034_000000014141	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	75.62100000000001	22.0	0.0005807146786290339	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
CAN0003_000000041939	1166	0.8445884377277135	2	1	1	1	1	False	96369	fragment	False	CAN0003_000000041939	1.0		0	0	False	False	0.9699828624725342	0					non-mobilizable	no_good_hit	80.0	98.75	7.0	1.936905428263275e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0082_01_000000021097	1412	0.8445881397576059	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.10631285599095916		0	0	False	False	1.0	0					non-mobilizable	chromosome	1412.0	100.0	100.0	0.00021972754718497245	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
FIJ0168_000000001250	12189	0.8445798490663393	11	8	8	8	8	False	70121	maximal	True	FIJ0168_000000001250	0.9381226382686363		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	7054.0	93.904	58.0	0.0031119003697368574	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
MON0086_000000004707	6167	0.8445763691928736	5	5	5	5	5	False	125464	fragment	False	MON0026_000000003703	0.6228913118303717		0	0	False	False	0.9878385066986084	0					non-mobilizable	chromosome	2054.0	88.072	95.0	0.0005704520916716511	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0089_000000022790	1375	0.844571983765027	2	1	1	1	1	False	33712	fragment	False	ISR0089_000000022790	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	87.455	100.0	0.002997076657500499	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0269_000000010708	1766	0.8445646474235018	2	2	2	2	1	False	47728	fragment	False	ISR0269_000000010708	0.9934289127837514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	97.624	29.0	0.6379746835443038	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
AST0010_000000025011	1214	0.8445643277570459	2	2	2	2	1	False	125732	maximal	True	AST0010_000000025011	1.0		1	1	False	False	0.9975288510322571	0					non-mobilizable	no_good_hit	886.0	77.314	72.0	0.00032407967682611285	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
MON0023_000000021007	1120	0.844564186657231	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.0243763166748752		0	0	False	False	0.9991071224212646	0					non-mobilizable	other	1040.0	98.654	93.0	0.0051911326062083745	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
MON0050_000000032297	1271	0.8445586586146345	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.01763717273910918		0	0	False	False	0.9708890914916992	0					non-mobilizable	chromosome	1290.0	81.318	100.0	0.0003385147339271524	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0024_000000018017	1933	0.844554745720244	2	2	2	2	1	False	121211	fragment	False	AST0024_000000018017	1.0		0	0	False	False	0.9782721400260925	0					non-mobilizable	no_good_hit	713.0	86.95700000000001	75.0	0.014226626970647591	NZ_VJZV01000035.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold35_1, whole genome shotgun sequence	True	False
SPA0060_000000010668	1308	0.8445398980719251	2	2	2	2	2	False	6222	fragment	False	SPA0060_000000010668	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1308.0	98.7	100.0	0.00020353217871775972	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ISR0001_000000002816	10146	0.8445372697813531	9	6	6	6	3	False	101607	maximal	True	ISR0001_000000002816	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1814.0	82.96600000000001	18.0	0.0010447679304181094	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0029_000000006385	7038	0.8445345516571411	8	5	4	5	5	True	117395	fragment	False	ISR0029_000000006385	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2398.0	97.37299999999999	100.0	0.03628811393098411	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0353_000000004530	6890	0.8445257843367946	9	4	2	2	3	False	129800	backbone	False	ISR0815_000000003685	0.9123240063142637	PS1064|PS1067|PS292	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	210.0	82.381	3.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0056_000000013137	1679	0.8445235997024959	2	2	2	2	2	False	85804	fragment	False	MAD0057_000000009168	0.47094517379906403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	3.0	2.06029009743026e-05	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
CAN0002_000000002749	5578	0.8445220668270533	7	4	3	3	2	False	96984	fragment	False	CAN0002_000000002749	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0041_000000000933	15971	0.8445194975774691	18	8	4	6	4	False	53597	fragment	False	FIJ0036_000000001755	0.9646458117165968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	96.417	6.0	0.7307060755336617	KU547531.1	bacteria	Uncultured bacterium clone AX_08G_000_Contig_28 genomic sequence	True	False
MAD0068_000000001064	14276	0.8445174531397255	25	11	3	11	5	False	47708	maximal	True	MAD0068_000000001064	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0059_000000017183	1379	0.8445104859413393	1	1	1	1	1	False	6264	fragment	False	SPA0059_000000017183	1.0		0	0	False	False	0.9985496997833252	0					non-mobilizable	no_good_hit	71.0	95.775	5.0	0.001174772597590038	NZ_JAEB01000024.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	False
FIJ0099_000000007358	3070	0.8445100421087461	3	3	3	3	3	False	42801	maximal	True	FIJ0099_000000007358	1.0		1	1	False	False	0.9996742606163025	0					non-mobilizable	no_good_hit	729.0	80.11	24.0	0.0029683472226219305	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
SPA0056_000000009237	3632	0.8445057875626145	4	2	1	1	2	False	66321	maximal	True	SPA0056_000000009237	1.0		2	1	False	False	0.9972466826438904	0					non-mobilizable	no_good_hit	1258.0	93.72	35.0	0.07562518830973185	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0209_000000017884	1591	0.8445044310975276	3	3	3	3	2	False	57556	fragment	False	MON0087_000000031086	0.9702066834474995		0	0	False	False	0.9786297678947449	0					non-mobilizable	other	1591.0	96.73200000000001	100.0	0.011390663953921541	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0044_000000026308	2048	0.8445008427531023	4	4	4	4	2	False	11625	fragment	False	MON0044_000000026308	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
BAN0019_000000000800	3716	0.8444961790678418	3	1	1	1	1	False	97820	fragment	False	BAN0019_000000000800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	False
USA0006_01_000000010794	2246	0.8444916117407506	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.3667315664010786		0	0	False	False	1.0	0					non-mobilizable	other	1514.0	87.45	99.0	0.0004516212752158976	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0088_000000014512	2178	0.8444916117407506	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.2837889961704272		0	0	False	False	1.0	0					non-mobilizable	other	2153.0	90.38600000000001	99.0	0.0006682391649125907	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0036_000000003214	9724	0.8444860589951474	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9395600516784016		0	0	True	True	1.0	2					non-mobilizable	other	6566.0	97.137	95.0	0.6696994479656512	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
AST0153_000000002822	9334	0.8444860589951474	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9097675996380041		0	0	False	True	1.0	0					non-mobilizable	other	4295.0	98.277	96.0	0.4389695358822327	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0041_000000002570	9327	0.8444860589951474	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9188222874929624		0	0	False	True	1.0	0					non-mobilizable	other	4678.0	97.32799999999999	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
SPA0149_000000003166	9309	0.8444860589951474	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9075821957456791		0	0	False	True	1.0	0					non-mobilizable	other	4295.0	98.277	96.0	0.4389695358822327	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
FIJ0058_000000003878	9276	0.8444860589951474	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.916675389989301		0	0	False	True	0.99956876039505	0					non-mobilizable	other	6566.0	97.137	99.0	0.6696994479656512	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
SPA0102_000000003956	9149	0.8444860589951474	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8885585504952123		0	0	False	True	1.0	0					non-mobilizable	other	4297.0	97.48700000000001	98.0	0.4389695358822327	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
AUS0018_000000002789	9142	0.8444860589951474	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8912237731996199		0	0	False	True	1.0	0					non-mobilizable	other	4373.0	98.376	98.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0132_000000002059	9142	0.8444860589951474	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.891319131218443		0	0	False	True	1.0	0					non-mobilizable	other	4373.0	98.399	98.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0129_000000002579	9142	0.8444860589951474	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8909535525481687		0	0	False	True	0.9998906254768372	0					non-mobilizable	other	4373.0	98.376	98.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
AUS0020_000000002684	9120	0.8444860589951474	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8865857515609182		0	0	False	True	1.0	0					non-mobilizable	other	4297.0	97.51	98.0	0.4389695358822327	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0211_000000001835	8632	0.8444860589951474	8	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.49708785447522813		0	0	True	True	1.0	3					non-mobilizable	other	3809.0	97.13799999999999	96.0	0.3890819873236557	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
CAN0004_000000004172	5752	0.8444704001007975	7	4	2	2	4	False	96271	maximal	True	CAN0004_000000004172	1.0		17	5	False	False	0.9998261332511902	0					non-mobilizable	no_good_hit	1269.0	88.889	51.0	0.0005555916677939541	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0183_000000000485	6377	0.8444702384717103	9	7	4	4	6	True	89887	backbone	False	CHI0150_000000001436	0.9906012339875984	PS469	0	0	True	True	1.0	23	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2868.0	95.223	59.0	0.31976744186046513	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
CHI0025_000000001854	6350	0.8444702384717103	9	7	4	4	6	True	89887	backbone	False	CHI0150_000000001436	0.9940903060735992	PS469	0	0	True	True	1.0	732	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2869.0	95.051	59.0	0.31976744186046513	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
AST0060_000000013194	2223	0.8444673398301582	4	3	3	3	3	False	112426	maximal	True	AST0060_000000013194	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.91648044225743e-06	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
MAD0012_000000013410	2129	0.8444523583276149	3	3	2	3	1	False	45694	fragment	False	MAD0012_000000013410	1.0		0	0	False	False	0.9995303153991699	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000001535	12730	0.8444515908718375	13	11	1	1	10	False	80377	fragment	False	ISR0194_000000001535	1.0		0	0	False	False	0.9990573525428772	0			MPF_I		non-mobilizable	plasmid	12712.0	99.961	99.0	0.2276961662486564	CP022458.1	enterobacteria	Shigella sonnei strain 2015C-3566 plasmid unnamed1, complete sequence	False	True
USA0069_01_000000003945	14088	0.8444480941318431	17	3	2	2	1	True	47950	maximal	True	USA0069_01_000000003945	1.0		2	1	False	False	0.9999290108680725	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.201416495400386e-06	CP059900.1	high GC Gram+	Tomitella sp. HY172 chromosome, complete genome	True	True
MON0031_000000010725	3164	0.8444456867777735	4	4	4	4	4	False	12470	fragment	False	MON0031_000000010725	1.0		0	0	False	False	0.991150438785553	0					non-mobilizable	other	3100.0	98.806	98.0	0.011627514323341701	NZ_CABJCG010000006.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
FIJ0149_000000008670	2707	0.8444450595702634	3	3	3	2	1	False	39855	fragment	False	FIJ0149_000000008670	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2699.0	98.40700000000001	99.0	0.0012839555542860407	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0083_000000014847	2452	0.8444401925741315	4	1	1	1	1	False	11995	fragment	False	MON0083_000000014847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0038_000000022577	1512	0.8444401925741315	1	1	1	1	1	False	11993	fragment	False	MON0038_000000022577	1.0		0	0	False	False	0.9623016119003296	0					non-mobilizable	no_good_hit								True	False
ENG0191_000000001330	14546	0.8443965736535604	12	8	5	6	5	True	122764	fragment	False	AUS0014_000000001723	0.7195740673421512		0	0	False	False	0.9995187520980835	0					non-mobilizable	no_good_hit	6140.0	91.49799999999999	56.0	0.02516298706360701	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0126_000000025839	1909	0.8443880337153633	4	2	2	2	2	False	31970	fragment	False	ISR0126_000000025839	1.0		0	0	False	False	0.9994761943817139	0					non-mobilizable	no_good_hit								True	False
ENG0176_000000004414	1962	0.8443861374234388	2	2	1	1	2	True	109204	fragment	False	ENG0176_000000004414	1.0		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1946.0	97.27600000000001	99.0	0.19060855753003078	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
MAD0108_000000014370	1264	0.844378644508409	2	2	2	2	1	False	91163	fragment	False	ISR0079_000000021710	0.8211891001563626		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	78.257	98.0	0.07284457478005865	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
FIJ0129_000000019684	1156	0.844378644508409	2	2	2	2	1	False	91163	fragment	False	ISR0079_000000021710	0.40332064659596306		0	0	False	False	0.991349458694458	0					non-mobilizable	other	1161.0	78.122	99.0	0.06768328445747801	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
AST0060_000000000948	23538	0.8443767806729731	25	10	6	10	4	True	127227	fragment	False	AST0060_000000000948	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	6107.0	98.068	68.0	0.13665152295056285	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0027_000000019452	1318	0.8443765773779954	2	1	1	1	1	False	37221	fragment	False	ISR0027_000000019452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	93.44	43.0	0.002206873843645144	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
SPA0006_000000009177	3474	0.8443704318264785	4	4	3	4	4	False	67896	fragment	False	ENG0178_000000005739	0.9803248515730923		0	0	False	False	1.0	0					non-mobilizable	other	3474.0	99.77	100.0	0.0006581049231099237	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
MON0028_000000007157	3411	0.8443701030671141	5	5	5	5	4	False	74945	maximal	True	MON0028_000000007157	1.0		1	1	False	False	0.9961888194084167	0					non-mobilizable	no_good_hit	1232.0	98.052	36.0	0.0003706305265271799	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0023_000000004374	6074	0.8443672819283151	10	5	4	4	2	True	121693	fragment	False	SPA0022_000000001822	0.6141128051342226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	93.75	2.0	0.0004394821898451799	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
SPA0017_000000001412	8407	0.8443599933640391	8	8	5	8	5	False	7846	maximal	True	SPA0017_000000001412	1.0		3	1	False	False	0.9992862939834595	0					non-mobilizable	other	8407.0	99.726	100.0	0.0022298413035260725	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0224_000000009137	3162	0.8443553366086147	5	1	1	1	1	False	27753	maximal	True	ISR0224_000000009137	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	95.266	5.0	0.0001975016047005382	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0373_000000012319	1363	0.8443409050633899	2	2	2	2	2	False	126840	fragment	False	ENG0053_000000016561	0.9631827301395399		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	99.537	95.0	0.00677128848096033	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0135_000000004232	4473	0.8443407939267296	4	2	1	1	2	False	118293	maximal	True	ISR0135_000000004232	1.0		1	1	False	False	0.9955287575721741	0					non-mobilizable	no_good_hit	2190.0	85.205	48.0	0.04932583508367776	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0041_000000011227	2243	0.8443246501408447	3	2	1	2	1	False	125886	fragment	False	SPA0097_000000009153	0.32951425084852914		0	0	False	False	1.0	0					non-mobilizable	other	995.0	96.78399999999999	93.0	0.019867682037136975	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0150_000000009865	2016	0.8443246501408447	3	2	1	2	1	False	125886	fragment	False	SPA0097_000000009153	0.1465525527084055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	92.49799999999999	88.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0015_000000012771	2002	0.8443246501408447	2	2	1	2	1	False	125886	fragment	False	SPA0097_000000009153	0.25666533499747723		0	0	False	False	0.991008996963501	0					non-mobilizable	other	986.0	94.726	97.0	0.019647818352621374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0029_000000012949	1890	0.8443246501408447	2	2	1	2	1	False	125886	fragment	False	SPA0097_000000009153	0.18120882364923438		0	0	False	False	1.0	0					non-mobilizable	other	1013.0	92.49799999999999	97.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0388_000000019143	1833	0.8443246501408447	2	2	1	2	1	False	125886	fragment	False	SPA0097_000000009153	0.10748722016569714		0	0	False	False	0.981451153755188	0					non-mobilizable	other	928.0	96.875	92.0	0.018528512322360136	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0198_000000010775	1830	0.8443246501408447	2	2	1	2	1	False	125886	fragment	False	SPA0097_000000009153	0.17987376922755616		0	0	False	False	0.979781448841095	0					non-mobilizable	other	847.0	94.68700000000001	97.0	0.016869540884651518	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
CAN0001_000000013854	3386	0.8443198721775453	5	2	1	1	2	False	97404	fragment	False	CAN0001_000000013854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	95.522	2.0	0.0006821640342131501	NZ_NFHM01000011.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_11, whole genome shotgun sequence	True	False
SPA0084_000000010513	1759	0.8443138833367354	4	4	3	3	3	True	131617	fragment	False	ENG0006_000000010997	0.6789848911256755		0	0	False	False	1.0	0					non-mobilizable	other	1759.0	100.0	100.0	0.04056111854552166	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0829_000000010445	1470	0.8443070596728499	2	1	1	1	1	True	91775	fragment	False	USA0036_01_000000019659	0.21007068541021365		0	0	False	False	0.9931972622871399	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	3.0	1.2471924312602963e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	True
USA0121_01_000000033893	1214	0.8443070596728499	2	1	1	1	1	True	71041	fragment	False	ENG0157_000000019664	0.9030494016067788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010503302705183963	NZ_WURB01000008.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold8, whole genome shotgun sequence	True	True
ISR0007_000000000611	22566	0.844305840859797	17	12	7	12	5	True	117549	fragment	False	ISR0007_000000000611	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	251.0	72.908	1.0	0.0016046502635750834	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	True
ENG0052_000000000857	20907	0.844305840859797	18	12	7	12	5	True	117527	fragment	False	ENG0052_000000000857	1.0		0	0	False	True	0.9999521970748901	0					non-mobilizable	no_good_hit	123.0	90.244	1.0	0.005818667429770592	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
SPA0101_000000001815	17006	0.8442992127371527	26	9	4	9	5	False	106966	fragment	False	SPA0101_000000001815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	98.727	15.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
DEN0041_000000020895	1628	0.8442988254275601	2	2	2	2	2	False	91228	fragment	False	DEN0041_000000020895	0.9959946595460614		0	0	False	False	1.0	0					non-mobilizable	other	1628.0	99.14	100.0	0.00044862177709922315	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
MAD0057_000000001986	7212	0.8442818362685233	9	6	2	5	4	True	25487	fragment	False	MAD0057_000000001986	1.0		0	0	False	False	0.9998613595962524	0					non-mobilizable	no_good_hit	543.0	92.449	8.0	0.0013946533989843005	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	True
USA0016_01_000000010260	1386	0.8442772149114376	3	2	2	1	1	False	124847	fragment	False	AST0012_000000016916	0.6849943864949759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	89.744	6.0	1.0979460566269243e-05	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
CHI0156_000000000792	16279	0.8442706064946993	15	11	5	5	6	False	90669	fragment	False	CHI0156_000000000792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4253.0	94.404	77.0	0.000740432372708731	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
CHI0089_000000000917	6528	0.8442698747171308	8	4	2	3	4	False	130156	fragment	False	CHI0089_000000000917	1.0		0	0	False	True	0.9996936321258545	0					non-mobilizable	no_good_hit	5039.0	99.42399999999999	89.0	0.8993216708318458	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
ISR0233_000000006744	2190	0.8442663319490831	4	2	1	2	2	False	66517	fragment	False	ISR0233_000000006744	0.9626368396001903		0	0	False	False	0.9990867376327515	0					non-mobilizable	other	2189.0	92.462	99.0	0.0006747722293740266	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0039_000000019119	2471	0.844258772837351	3	2	1	2	1	False	62646	fragment	False	MON0039_000000019119	1.0		0	0	False	False	0.9846215844154358	0					non-mobilizable	no_good_hit	68.0	85.294	3.0	2.514262812514424e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
FIJ0127_000000010635	1809	0.8442484712827124	2	2	2	2	2	False	41053	fragment	False	USA0031_01_000000015401	0.9831442052782097		0	0	False	False	0.9889441728591919	0					non-mobilizable	other	1809.0	99.50200000000001	100.0	0.0057409400789379264	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ENG0095_000000010317	2665	0.8442446650210591	3	2	2	2	1	True	60972	maximal	True	ENG0095_000000010317	1.0		4	3	False	False	0.9962476491928101	0					non-mobilizable	no_good_hit								True	True
SPA0093_000000029893	1248	0.8442353489049822	2	1	1	1	1	False	5255	maximal	True	SPA0093_000000029893	1.0		2	1	False	False	0.9759615659713745	0					non-mobilizable	no_good_hit	1045.0	100.0	84.0	0.00028228278083148505	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0391_000000007349	1988	0.844234161176202	3	3	2	3	0	True	125756	maximal	True	ISR0391_000000007349	1.0		115	13	False	False	1.0	0					non-mobilizable	chromosome	881.0	93.07600000000001	95.0	0.0003098218101145176	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0260_000000005370	2425	0.8442316618317512	4	3	2	2	1	False	26715	maximal	True	ISR0260_000000005370	1.0		0	0	False	False	0.992577314376831	0					non-mobilizable	no_good_hit	915.0	96.721	38.0	0.024372683395109465	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
ENG0068_000000019924	1326	0.8442268353273219	3	2	2	2	2	False	62553	fragment	False	ISR0263_000000010323	0.8321111180507772		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	96.94	100.0	0.005189003036613885	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0183_000000001904	2925	0.8442220763216027	4	3	2	1	3	False	86758	fragment	False	ISR0232_000000008811	0.9812861517522966		0	0	False	False	1.0	0					non-mobilizable	other	2886.0	99.723	100.0	0.1507235776605193	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0026_000000012623	1788	0.8442186682532942	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.510367513393664		0	0	False	False	1.0	0					non-mobilizable	chromosome	1788.0	100.0	100.0	0.0006014937374976313	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0027_000000022787	1646	0.8441958016724495	2	2	2	2	2	False	43436	fragment	False	SPA0027_000000022787	0.9888250319284801		0	0	False	False	0.9775212407112122	0					non-mobilizable	no_good_hit	470.0	73.617	28.0	9.551129900730135e-05	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	False
FIJ0049_000000004789	3517	0.8441886930332237	5	3	1	2	2	False	76448	fragment	False	FIJ0049_000000004789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	73.141	23.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0320_000000016669	1565	0.8441884251820909	3	3	3	3	2	False	108120	fragment	False	ISR0320_000000016669	0.9966449642035862		0	0	False	False	0.965495228767395	0					non-mobilizable	other	1565.0	99.553	100.0	0.0005679868244488548	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MAD0097_000000003291	10094	0.8441810684723542	14	6	3	5	3	False	15450	maximal	True	MAD0097_000000003291	1.0		3	2	False	False	0.9977214336395264	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000009370	2367	0.8441726699200406	3	2	2	1	2	False	96006	fragment	False	ISR0037_000000009370	0.9774775986973864		0	0	False	False	0.9983100891113281	0					non-mobilizable	no_good_hit	2139.0	73.399	89.0	0.011282251462463878	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
ISR0058_000000013461	1927	0.8441724691178614	3	2	2	1	1	False	35498	maximal	True	ISR0058_000000013461	1.0		13	6	False	False	0.9974052906036377	0					non-mobilizable	no_good_hit	796.0	97.99	89.0	0.013980842372165094	NZ_QSOD01000011.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf11, whole genome shotgun sequence	True	False
ISR0243_000000001511	5804	0.8441704799143263	6	6	2	1	6	True	60006	fragment	False	ISR0243_000000001511	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3964.0	99.95	100.0	0.10567154627629789	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0009_000000017132	2148	0.8441693780486648	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.44802736956745465		0	0	False	False	0.9939478635787964	0					non-mobilizable	chromosome	2148.0	93.669	100.0	0.0008841874988160042	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0017_000000002290	4907	0.8441677167244043	4	3	0	2	3	False	98674	maximal	True	SPA0017_000000002290	1.0		1	1	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	no_good_hit	2392.0	93.353	83.0	0.014164187983343249	FJ386569.1	enterobacteria	Escherichia coli strain H30 plasmid pO26-Vir, complete sequence	True	True
CHI0048_000000002140	7093	0.8441675295225033	10	4	1	4	1	True	86940	fragment	False	CHI0048_000000002140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0047_000000024539	1220	0.8441633702954967	2	2	1	2	2	False	36063	fragment	False	ISR0047_000000024539	1.0		0	0	False	False	0.9786885380744934	0					non-mobilizable	no_good_hit	631.0	95.721	78.0	0.0019944802441650335	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
FIJ0126_000000004863	6835	0.8441610828403672	9	5	4	5	3	True	41166	maximal	True	FIJ0126_000000004863	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.015244552280163e-06	NZ_BIFT01000001.1	GNS bacteria	Dictyobacter alpinus strain Uno16 sequence1, whole genome shotgun sequence	True	True
AST0148_000000017702	1946	0.8441588695076573	3	3	3	3	3	False	115316	fragment	False	SPA0137_000000016765	0.47851966873706003		0	0	False	False	0.9892086386680603	0					non-mobilizable	other	1946.0	99.435	100.0	0.0007063519012487357	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0229_000000011342	1434	0.8441533332728224	3	3	3	3	2	False	27566	maximal	True	ISR0229_000000011342	1.0		32	8	False	False	0.991631805896759	0					non-mobilizable	no_good_hit	96.0	85.417	7.0	2.616835438633121e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0022_000000022171	1147	0.8441511721636179	3	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.044215548790518734		0	0	False	False	0.9982563257217407	0					non-mobilizable	other	1151.0	88.619	100.0	0.007586989915180658	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
FIJ0062_000000004476	6171	0.8441489824463764	8	6	6	6	4	False	121728	maximal	True	FIJ0062_000000004476	1.0		1	1	False	False	0.9985415935516357	0					non-mobilizable	no_good_hit	3056.0	76.538	57.0	0.01014259053380474	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
FIJ0152_000000002812	7564	0.844144503319318	13	5	4	4	4	False	47986	maximal	True	FIJ0152_000000002812	0.9999338799259455		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	1.5967857721631318e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
FIJ0036_000000004376	7562	0.844144503319318	13	5	4	4	4	False	47986	maximal	False	FIJ0152_000000002812	0.9998016922263353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	1.5967857721631318e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0136_000000009604	1205	0.8441303331248964	3	3	2	2	1	False	131714	fragment	False	ENG0136_000000009604	1.0		0	0	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	1025.0	87.61	84.0	0.011490627253064167	NZ_JAAITU010000012.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_12_length_88768_cov_145.652, whole genome shotgun sequence	True	False
ISR0183_000000021123	1470	0.8441250157933684	2	2	1	2	1	False	29450	fragment	False	ISR0183_000000021123	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	98.777	100.0	0.0006460674650789775	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0133_000000027888	1393	0.8441224713208199	2	2	2	2	1	False	42965	fragment	False	FIJ0133_000000027888	1.0		0	0	False	False	0.9956927299499512	0					non-mobilizable	no_good_hit	89.0	80.899	6.0	0.0001356881729821453	NZ_JAAQYJ010000005.1	g-proteobacteria	Pseudomonas lactis strain WS 5000 5_641176_19.3054, whole genome shotgun sequence	True	False
ISR0268_000000004732	3695	0.8441155589065727	4	3	2	2	2	False	122593	fragment	False	ISR0268_000000004732	1.0		0	0	False	False	0.9994587302207947	0					non-mobilizable	no_good_hit	2595.0	99.191	70.0	0.0008173073740793472	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ITA0006_000000001111	18422	0.8441144400653244	24	19	5	7	19	True	132326	maximal	True	ITA0006_000000001111	1.0	PS1156	161	10	False	True	0.9999457001686096	0	rep_cluster_663	MOBP	MPF_T		conjugative	plasmid	13139.0	99.954	100.0	0.29896461485948345	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
MON0069_000000008564	4947	0.8441142862970454	7	5	3	5	3	True	125250	fragment	False	CAN0022_000000004020	0.35028985718864425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	71.975	12.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
AST0084_000000025883	1372	0.8441124469691238	2	2	2	2	2	False	111252	fragment	False	USA0072_01_000000011979	0.7124471971686266		0	0	False	False	0.9883381724357605	0					non-mobilizable	other	1367.0	87.564	99.0	0.01844226329503571	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
CHI0129_000000004987	4115	0.8441084131535362	5	4	3	4	3	False	126980	fragment	False	CHI0129_000000004987	1.0		0	0	False	True	0.9978128671646118	0					non-mobilizable	no_good_hit	1511.0	95.632	57.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	True
DEN0005_000000007500	4143	0.8441069769935887	6	5	2	5	4	False	80586	fragment	False	DEN0005_000000007500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	93.103	1.0	2.009367960484344e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
MON0030_000000007669	4298	0.8441006884981317	5	3	1	3	3	False	83094	fragment	False	MON0030_000000007669	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1329.0	96.61399999999999	61.0	0.014637428577731695	NZ_NFIG01000016.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_16, whole genome shotgun sequence	True	True
CHI0160_000000028625	1131	0.8440884094108435	2	2	0	1	1	False	78646	maximal	True	CHI0160_000000028625	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0061_000000012889	1144	0.8440877945108889	2	2	1	2	1	False	6180	maximal	True	SPA0061_000000012889	1.0		20	5	False	False	1.0	0					non-mobilizable	chromosome	1062.0	98.493	100.0	0.0001913686596268275	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0007_000000003175	4221	0.8440868718374706	3	3	3	2	2	True	38451	fragment	False	ISR0007_000000003175	1.0		0	0	False	False	0.997157096862793	0					non-mobilizable	no_good_hit	3344.0	99.28200000000001	79.0	0.014390719665163866	NZ_CZAI01000009.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
FIJ0054_000000012073	2072	0.8440845650498648	5	5	5	2	1	True	71803	maximal	True	FIJ0054_000000012073	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	410.0	84.87799999999999	20.0	0.00012054400801735833	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
ISR0164_000000007463	3339	0.8440803961792496	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.029802074142103088	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3339.0	99.641	100.0	0.0006662219864432408	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0279_000000017506	1305	0.8440646078510347	2	1	1	1	1	False	26219	fragment	False	ISR0279_000000017506	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	97.82799999999999	97.0	0.0008780309181512792	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
USA0075_01_000000021704	1133	0.8440631236390268	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.397098449514942		0	0	False	False	0.999117374420166	0					non-mobilizable	chromosome	1133.0	99.823	100.0	0.0001741690122555287	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0108_01_000000008756	1133	0.8440631236390268	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.397098449514942		0	0	False	False	1.0	0					non-mobilizable	chromosome	1133.0	99.823	100.0	0.0001741690122555287	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0159_000000020158	1315	0.8440489012527204	3	2	1	2	2	False	32871	fragment	False	ISR0159_000000020158	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	99.696	100.0	0.00035555733409329773	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0044_000000011812	1864	0.8440429573551522	4	3	2	2	2	False	47121	maximal	True	FIJ0044_000000011812	1.0		70	6	False	False	0.9994634985923767	0					non-mobilizable	other	1872.0	87.34	99.0	0.007289634927202159	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
AST0084_000000016831	2076	0.8440419271655666	3	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.9681763909637562		0	0	False	False	0.9942196607589722	0					non-mobilizable	other	1925.0	98.90899999999999	99.0	0.002663593538119306	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0033_000000015321	2025	0.8440419271655666	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.9652172447929307		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	99.083	99.0	0.002565249730939654	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0067_000000010804	1973	0.8440419271655666	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.9570932343746265		0	0	False	False	0.9913836717605591	0					non-mobilizable	other	1789.0	99.05	99.0	0.0024752166680287054	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
DEN0005_000000019911	1858	0.8440419271655666	3	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.787876556686898		0	0	False	False	0.9994617700576782	0					non-mobilizable	other	1789.0	99.05	96.0	0.0024752166680287054	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0171_000000013039	1836	0.8440419271655666	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.6245163934807177		0	0	False	False	0.9771241545677185	0					non-mobilizable	other	1819.0	99.01	99.0	0.0025167703893722204	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0835_000000009195	1616	0.8440419271655666	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.19810520389896163		0	0	False	False	0.9993811845779419	0					non-mobilizable	other	1617.0	99.072	100.0	0.0022383604563706704	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
DEN0051_000000011267	3775	0.8440408150570854	5	2	1	2	0	True	72600	maximal	True	DEN0051_000000011267	1.0		1	1	False	False	0.9952318072319031	0					non-mobilizable	no_good_hit								True	True
ENG0028_000000011239	1616	0.8440376833533938	3	3	2	3	2	False	65860	maximal	True	ENG0028_000000011239	0.9322200105380247		64	7	False	False	0.9907178282737732	0					non-mobilizable	other	1616.0	99.814	100.0	0.03703024327608741	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0004_000000008973	1257	0.8440331696463415	2	2	2	2	1	False	20021	maximal	False	MAD0014_000000026588	0.9625482625482625		0	0	False	False	0.9904534816741943	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000003660	9098	0.8440267429045563	14	3	3	3	3	False	45820	fragment	False	FIJ0071_000000003660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	90.647	30.0	0.020043951369935847	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0050_000000013476	1996	0.8440184069341685	4	3	2	2	3	True	69033	fragment	False	ENG0050_000000013476	0.9651213877747701		0	0	False	False	0.9994990229606628	0					non-mobilizable	plasmid	1739.0	86.947	99.0	0.42129857353664535	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0261_000000007728	2350	0.8440105693332884	2	2	2	2	2	False	123081	maximal	True	ISR0261_000000007728	1.0		12	4	False	False	0.9995744824409485	0					non-mobilizable	no_good_hit	2038.0	92.689	87.0	0.0008388867885832326	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MON0039_000000043053	1163	0.8439942800278876	2	2	2	2	1	False	11891	maximal	True	MON0039_000000043053	1.0		46	9	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	75.734	43.0	0.23424270931326435	LN852806.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0116	True	False
MAD0013_000000000005	101089	0.8439897653490209	122	33	14	25	16	True	44314	maximal	True	MAD0013_000000000005	0.9998049579412799		4	1	True	True	1.0	453					non-mobilizable	no_good_hit	95.0	90.52600000000001	0.0	0.21363636363636362	MK379290.1	viruses	Porcine rotavirus C isolate PoRVC_VP1_VIRES_HeB02_C3 VP1 gene, partial cds	True	True
MAD0094_000000000020	100907	0.8439897653490209	119	33	14	25	16	True	44314	maximal	False	MAD0013_000000000005	0.99953781896591		0	0	True	True	1.0	31					non-mobilizable	no_good_hit	95.0	90.52600000000001	0.0	0.21363636363636362	MK379290.1	viruses	Porcine rotavirus C isolate PoRVC_VP1_VIRES_HeB02_C3 VP1 gene, partial cds	True	True
MAD0028_000000000003	100788	0.8439897653490209	119	33	14	25	16	True	44314	maximal	False	MAD0013_000000000005	0.9985843700978679		0	0	True	True	0.9998114705085754	19					non-mobilizable	no_good_hit	95.0	90.52600000000001	0.0	0.21363636363636362	MK379290.1	viruses	Porcine rotavirus C isolate PoRVC_VP1_VIRES_HeB02_C3 VP1 gene, partial cds	True	True
USA0073_01_000000010563	1353	0.8439753663946031	3	2	2	1	1	False	125674	fragment	False	USA0073_01_000000010563	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	95.309	99.0	0.0015776616280245373	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0107_000000002926	6478	0.8439681439825573	8	6	3	3	4	False	104932	fragment	False	ISR0107_000000002926	1.0		0	0	False	False	0.9995368719100952	0					non-mobilizable	plasmid	4869.0	97.145	93.0	0.3927390076643808	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CAN0012_000000034391	1316	0.8439654787613333	3	1	1	1	1	True	94015	fragment	False	CAN0012_000000034391	1.0		0	0	False	False	0.9840425252914429	0					non-mobilizable	virus	1316.0	99.62	100.0	0.03833036989535663	JQ680350.1	viruses	Unidentified phage clone 1013_scaffold47 genomic sequence	False	True
ISR0110_000000001285	14633	0.8439508625299915	20	3	2	3	1	True	78170	fragment	False	ISR0110_000000001285	1.0		0	0	False	False	0.9999316334724426	0					non-mobilizable	virus	11117.0	96.609	96.0	0.11442847576366352	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0295_000000012582	2753	0.8439370109342965	4	1	1	1	1	False	25725	maximal	True	ISR0295_000000012582	1.0		243	12	False	False	0.9996367692947388	0					non-mobilizable	chromosome	2753.0	99.346	100.0	0.000935126610774276	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0062_000000001240	10566	0.8439289842310134	11	6	5	5	5	False	119901	maximal	True	DEN0062_000000001240	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	74.97800000000001	11.0	0.0003216449941926796	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0816_000000009810	4375	0.8439280495621414	7	5	4	3	4	False	131776	maximal	True	ISR0816_000000009810	1.0		0	0	False	False	0.9773714542388916	0					non-mobilizable	no_good_hit	1338.0	97.833	35.0	0.035652382603130583	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
FIJ0086_000000001245	19134	0.8439255797030332	36	11	4	10	6	True	53150	maximal	True	FIJ0086_000000001245	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	89.48	49.0	0.059876780901039664	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ENG0192_000000013697	1639	0.8439090837774202	3	3	2	2	0	True	54646	maximal	True	ENG0192_000000013697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	100.0	49.0	0.0003395038688680013	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	True	True
ENG0204_000000004059	5286	0.8439090374342552	10	3	1	3	1	False	54065	maximal	True	ENG0204_000000004059	1.0		1	1	False	False	0.9958380460739136	0					non-mobilizable	no_good_hit	58.0	100.0	1.0	1.8372144219398213e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0016_000000000691	5677	0.8439067421046272	6	5	0	3	5	False	127611	fragment	False	CHI0016_000000000691	0.9546222176441514		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1857	MOBP			mobilizable	plasmid	5534.0	99.98200000000001	100.0	0.8032810685249709	CP038396.1	enterobacteria	Escherichia coli O157:H7 strain DEC5A plasmid pDEC5A-3, complete sequence	False	True
ISR0814_000000007306	5239	0.8439006005711884	4	4	4	4	4	False	116985	maximal	True	ISR0814_000000007306	1.0		3	2	False	False	0.9990456104278564	0					non-mobilizable	no_good_hit	1891.0	97.726	36.0	0.00685256826281956	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0126_000000028391	1423	0.8438646320580987	2	2	2	1	1	False	41115	maximal	True	FIJ0126_000000028391	1.0		1	1	False	False	0.9992972612380981	0					non-mobilizable	no_good_hit								True	False
ISR0069_000000001606	12992	0.8438597500041733	14	6	2	6	3	True	117615	maximal	True	ISR0069_000000001606	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2517.0	90.86200000000001	39.0	0.18962649327083017	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
MON0079_000000004472	5106	0.8438566696823173	5	5	5	5	4	False	12471	maximal	True	MON0079_000000004472	1.0		2	1	False	False	0.9939287304878235	0					non-mobilizable	other	4570.0	98.6	90.0	0.01714298578359091	NZ_CABJCG010000006.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
MAD0105_000000029475	1329	0.8438509485619631	2	2	2	2	1	False	102215	fragment	False	ENG0174_000000012784	0.5320547275998814		0	0	False	False	0.9781790971755981	0					non-mobilizable	other	1028.0	94.26100000000001	92.0	0.00025179770567422576	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0011_000000028668	1579	0.8438489054233608	2	2	1	1	2	False	50932	fragment	False	FIJ0011_000000028668	1.0		0	0	False	False	0.98543381690979	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010895180295057623	NZ_FOBW01000006.1	firmicutes	Mesobacillus persicus strain B48,IBRC-M 10115,DSM 25386,CECT 8001, whole genome shotgun sequence	True	False
SPA0029_000000014758	1804	0.8438467897374243	2	2	2	2	1	True	124771	fragment	False	ENG0058_000000015537	0.36469398077895804		0	0	False	False	0.9972283840179443	0					non-mobilizable	no_good_hit	76.0	81.579	4.0	0.0005561004997180879	NZ_VDHJ01000007.1	high GC Gram+	Corynebacterium tapiri strain LMG 28165 Scaffold4_2, whole genome shotgun sequence	True	True
AUS0014_000000013298	2213	0.8438376155248124	4	1	1	1	1	False	100861	fragment	False	ISR0122_000000007887	0.9800716524854456		0	0	False	False	0.9990962743759155	0					non-mobilizable	no_good_hit								True	False
SPA0003_000000001401	10597	0.8438336876499665	18	18	6	9	18	True	97836	maximal	True	SPA0003_000000001401	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	10575.0	99.84899999999999	100.0	0.13798233137160232	CP047381.1	enterobacteria	Escherichia coli strain CAU16175 plasmid pCAU16175_3, complete sequence	False	True
DEN0052_000000008052	4549	0.8438291129903971	7	5	5	5	5	False	72338	fragment	False	DEN0052_000000008052	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	1.653934613154423e-05	NZ_KQ034007.1	firmicutes	Lactobacillus kimbladii strain Hma2 Hma2_scaffold2, whole genome shotgun sequence	True	False
ISR0847_000000002826	7444	0.8438169211489285	5	4	4	4	4	False	131548	fragment	False	ISR0847_000000002826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3259.0	99.662	44.0	0.09815026812074472	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0079_000000024078	1201	0.8438136658410461	3	3	1	3	2	True	44358	maximal	True	FIJ0079_000000024078	1.0		49	8	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	95.051	66.0	0.011335085338031016	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0099_000000003410	6653	0.8438097296093765	8	5	4	4	2	False	43310	maximal	True	FIJ0099_000000003410	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	100.0	1.0	0.0010613111274389746	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0045_000000006968	3928	0.84380735641147	5	3	1	1	3	False	103231	fragment	False	SPA0045_000000006968	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	89.125	99.0	0.003255146210498009	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
AST0118_000000025874	1211	0.8438004233052713	2	1	1	1	1	True	105712	fragment	False	AST0118_000000025874	1.0		0	0	False	False	0.9991742372512817	0					non-mobilizable	plasmid	1140.0	91.491	100.0	0.0073293366853606655	CP034948.1	firmicutes	Enterococcus faecium strain NM213 plasmid unnamed5, complete sequence	False	True
FIJ0030_000000021047	1743	0.8437747919867488	2	2	2	1	1	False	62083	fragment	False	FIJ0128_000000014910	0.9534980075558085		0	0	False	False	1.0	0					non-mobilizable	other	1743.0	95.64	100.0	0.005471673518181153	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
MON0031_000000007924	4429	0.8437742933593775	5	5	5	5	5	False	131703	fragment	False	MON0031_000000007924	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4389.0	92.139	99.0	0.03975446042313682	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
DEN0055_000000000404	1943	0.8437718290345967	2	2	2	1	1	False	72056	fragment	False	DEN0055_000000000404	0.9557025151522645		0	0	False	False	0.9958826303482056	0					non-mobilizable	no_good_hit	1232.0	74.188	63.0	0.02104647763811751	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0235_000000003647	1335	0.8437712695453197	3	2	2	1	1	False	68099	fragment	False	ISR0254_000000009875	0.9412302568398684		0	0	False	False	0.9520599246025085	0					non-mobilizable	other	1335.0	99.101	100.0	0.005113392254342356	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0041_000000005385	5981	0.8437620560795058	5	5	5	5	3	True	115655	maximal	True	DEN0041_000000005385	1.0		73	7	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3732.0	99.544	62.0	0.06170511866368974	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0841_000000013156	1176	0.8437513198029261	3	3	3	1	2	True	131026	fragment	False	CHI0117_000000007167	0.02540098226514516		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	96.00299999999999	100.0	0.0003516194394378159	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
AST0087_000000017412	2122	0.8437434888576392	3	2	2	2	1	False	113521	fragment	False	AST0087_000000017412	0.6469234985600383		0	0	False	False	0.9990574717521667	0					non-mobilizable	no_good_hit	545.0	77.615	26.0	0.0001915842458964319	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0021_000000017259	1898	0.8437386256614651	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9733755316805374		0	0	False	False	1.0	0					non-mobilizable	other	1794.0	99.554	97.0	0.0005056963464073561	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0079_000000057266	1105	0.8437375719811034	2	2	2	2	2	False	69395	fragment	False	DEN0079_000000057266	1.0		0	0	False	False	0.9819004535675049	0					non-mobilizable	other	1103.0	99.09299999999999	99.0	0.0003128278731338199	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0104_000000004023	2173	0.8437277751043983	2	2	2	2	2	False	83245	maximal	True	CHI0104_000000004023	1.0		27	4	False	False	0.9958582520484924	0					non-mobilizable	chromosome	1511.0	97.551	95.0	0.0005978013753395833	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0098_000000023335	1926	0.8437207794491494	5	4	3	3	2	False	113635	fragment	False	MAD0098_000000023335	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1832.0	95.03299999999999	99.0	0.0006163038798870524	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0119_000000008194	2107	0.843719378612891	2	2	1	2	1	False	113471	fragment	False	FIJ0119_000000008194	1.0		0	0	False	False	0.9943047165870667	0					non-mobilizable	chromosome	2107.0	99.76299999999999	100.0	0.0005105056041685958	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
ITA0005_000000004001	4376	0.8437184532892985	6	6	4	4	6	True	120626	fragment	False	ITA0005_000000004001	1.0		0	0	False	True	0.9972577691078186	0					non-mobilizable	no_good_hit	1414.0	96.181	77.0	0.26773150789123407	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
MON0053_000000021533	1837	0.8437123208240195	3	3	3	3	2	False	11179	maximal	True	MON0053_000000021533	1.0		6	3	False	False	0.9891126751899719	0					non-mobilizable	no_good_hit	1014.0	72.288	54.0	0.008674187772698037	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
AST0104_000000032058	1114	0.84370619409751	2	2	2	2	2	False	107549	fragment	False	AST0104_000000032058	1.0		0	0	False	False	0.9748653769493103	0					non-mobilizable	chromosome	1114.0	99.461	100.0	0.000358740289757723	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0022_000000011430	1259	0.8437058024597759	1	1	1	1	1	False	66301	fragment	False	ENG0022_000000011430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	73.393	79.0	0.00030055841223242623	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
CAN0005_000000014902	1142	0.8437049883632244	2	1	1	1	1	False	95799	fragment	False	USA0009_01_000000020746	0.46948261924009704		0	0	False	False	0.9588441252708435	0					non-mobilizable	no_good_hit	411.0	97.56700000000001	36.0	0.737410071942446	KU547875.1	bacteria	Uncultured bacterium clone PE_11F_a_Contig_15 genomic sequence	True	False
ISR0324_000000001877	14880	0.8437024283960136	25	10	3	10	2	False	24959	maximal	True	ISR0324_000000001877	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	6.51596663154871e-07	CP032255.1	eudicots	Gossypioides kirkii chromosome KI_13	True	False
ENG0141_000000005003	5287	0.8437008456714089	7	6	4	4	5	True	128688	maximal	True	ENG0141_000000005003	1.0	PS1045|PS1046|PS656|PS658	4	2	True	True	0.9998108744621277	13					non-mobilizable	no_good_hit	1998.0	96.647	82.0	0.40302724520686173	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
CAN0012_000000008651	6316	0.8437008166964531	5	4	4	3	2	False	99643	maximal	True	CAN0012_000000008651	0.9997108874961613		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1770.0	73.333	27.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
SPA0144_000000004278	3788	0.8436942089228999	4	4	4	3	3	False	101114	fragment	False	SPA0144_000000004278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2580.0	96.20200000000001	77.0	0.000462554366292441	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
SPA0011_000000001125	16527	0.8436936031997059	19	17	8	10	13	True	116694	maximal	True	SPA0011_000000001125	1.0	PS782	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4259.0	89.176	75.0	0.0010019319775158074	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ENG0001_000000015909	1698	0.843682626322038	2	2	2	2	2	False	68050	maximal	True	ENG0001_000000015909	1.0		2	1	False	False	0.9994110465049744	0					non-mobilizable	no_good_hit	988.0	97.571	65.0	0.00029889807454524034	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0343_000000001132	9964	0.8436626609833137	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.9555928929382982		0	0	True	True	1.0	4					non-mobilizable	other	9772.0	99.20200000000001	98.0	0.9988754855857698	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0173_000000000648	9952	0.8436626609833137	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.9716475393242883		0	0	True	True	1.0	1					non-mobilizable	other	5134.0	97.429	99.0	0.5221836025352689	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0185_000000002567	9931	0.8436626609833137	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.9703262004129608		0	0	False	True	1.0	0					non-mobilizable	other	5133.0	97.448	99.0	0.5223880597014925	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0153_000000018800	1596	0.8436533008413725	3	3	3	3	2	False	58246	fragment	False	ENG0153_000000018800	0.980360592401803		0	0	False	False	0.9918546080589294	0					non-mobilizable	other	1593.0	99.435	99.0	0.015939286536709417	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0018_000000008830	3263	0.8436528263736098	2	2	2	2	1	False	33995	fragment	False	SPA0018_000000008830	1.0		0	0	False	False	0.9975482821464539	0					non-mobilizable	chromosome	3245.0	99.93799999999999	99.0	0.0009227259668854016	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0011_000000017744	2458	0.8436514130467514	4	4	4	3	3	False	75716	maximal	True	DEN0011_000000017744	1.0		17	7	False	False	0.9938974976539612	0					non-mobilizable	no_good_hit	274.0	71.898	11.0	0.0004919986442704024	NZ_VRKO01000013.1	enterobacteria	Erwinia rhapontici strain H1 Contig_2, whole genome shotgun sequence	True	False
FIJ0171_000000010279	2005	0.8436506416927441	2	2	2	1	2	False	38797	maximal	True	FIJ0171_000000010279	1.0		244	12	False	False	1.0	0					non-mobilizable	other	1902.0	98.896	95.0	0.000527905982193934	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0011_000000015764	2985	0.8436435557054548	3	3	3	3	3	False	52138	fragment	False	MON0011_000000015764	0.9564784223009051		0	0	False	False	1.0	0					non-mobilizable	other	2987.0	94.51	99.0	0.1330983401749063	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AST0024_000000004710	6314	0.8436416819497564	10	7	7	7	7	False	121801	maximal	True	AST0024_000000004710	1.0		2	2	False	False	0.9982578158378601	0					non-mobilizable	no_good_hit	772.0	72.28	12.0	0.0018657417262493584	NZ_FOGP01000002.1	actinobacteria	Olsenella umbonata strain KHGC19, whole genome shotgun sequence	True	False
ENG0045_000000010081	1313	0.8436330217965118	2	2	2	2	2	True	64473	fragment	False	ENG0045_000000010081	1.0		0	0	False	False	0.9954302906990051	0					non-mobilizable	other	1313.0	98.477	100.0	0.018531335188350116	NZ_JAANXY010000016.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_16, whole genome shotgun sequence	False	True
MAD0031_000000011167	1313	0.8436244440065359	3	3	2	3	3	False	18942	fragment	False	MAD0031_000000011167	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1313.0	99.46700000000001	100.0	0.0404289412054727	AP023229.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-b DNA, complete genome	False	True
MON0022_000000016477	1853	0.8435958422337368	4	4	3	2	3	True	131617	fragment	False	ENG0006_000000010997	0.7350556587625309		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	99.73	100.0	0.04272991555535047	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
MAD0041_000000009450	3246	0.8435749557800067	2	1	1	1	1	False	18274	maximal	True	MAD0041_000000009450	1.0		1	1	True	True	0.9990757703781128	9					non-mobilizable	no_good_hit								True	True
ENG0151_000000012945	1825	0.8435729268343065	3	3	3	2	2	False	60236	fragment	False	ENG0151_000000012945	0.9970794392523364		0	0	False	False	0.996712327003479	0					non-mobilizable	other	1825.0	99.616	100.0	0.0006142257926341397	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
MAD0105_000000018187	2010	0.8435658115962587	2	2	2	2	1	False	14820	fragment	False	MAD0105_000000018187	1.0		0	0	False	False	0.9945273399353027	0					non-mobilizable	no_good_hit								True	False
AST0149_000000001632	15396	0.8435654059449309	23	8	2	8	2	False	104567	maximal	True	AST0149_000000001632	1.0		2	2	False	False	0.9989607930183411	0					non-mobilizable	no_good_hit								True	False
CHI0165_000000006705	2422	0.8435625237261126	3	3	3	1	1	False	78327	maximal	True	CHI0165_000000006705	1.0		0	0	True	True	0.9789430499076843	4					non-mobilizable	no_good_hit	220.0	94.09100000000001	9.0	0.14918256130790192	NZ_FOGF01000081.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	True
ISR0014_000000016085	2236	0.8435552283807465	2	1	1	1	1	False	106335	fragment	False	ISR0257_000000006911	0.9534354304635762		0	0	False	False	0.9950805306434631	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	5.502063273727648e-05	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ENG0007_000000019427	1270	0.8435552283807465	2	1	1	1	1	False	106328	fragment	False	ENG0007_000000019427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000007780	4486	0.8435481873935078	5	2	2	2	2	False	52439	maximal	True	FIJ0002_000000007780	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	75.294	4.0	7.682457201540009e-05	LR594036.1	firmicutes	Streptococcus porcinus strain NCTC10710 genome assembly, chromosome: 1	True	False
ISR0328_000000009044	3054	0.8435431348481476	4	4	4	4	3	False	131399	fragment	False	ISR0328_000000009044	1.0		0	0	False	False	0.9914865493774414	0					non-mobilizable	no_good_hit	209.0	76.077	7.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
FIJ0116_000000011535	1500	0.8435403640689916	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.22128089331444223		0	0	False	False	1.0	0					non-mobilizable	chromosome	1502.0	90.546	100.0	0.0006427625324758021	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
DEN0070_000000018939	1792	0.8435346182608252	2	2	2	2	2	False	70601	maximal	True	DEN0070_000000018939	1.0		15	6	False	False	0.9983258843421936	0					non-mobilizable	no_good_hit	852.0	75.704	47.0	0.00023554663583898416	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MON0098_000000003442	6193	0.8435341670865457	11	6	2	5	2	True	124616	maximal	True	MON0098_000000003442	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	93.04700000000001	47.0	0.042048517520215635	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0249_000000004767	3465	0.8435278661624349	4	3	3	3	3	False	91708	maximal	True	ISR0249_000000004767	1.0		2	1	False	False	0.9976912140846252	0					non-mobilizable	no_good_hit	1931.0	92.28399999999999	62.0	0.00590750240510959	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ISR0273_000000000495	10340	0.8435230460037718	11	8	5	5	5	False	122862	maximal	True	ISR0273_000000000495	1.0		38	7	False	False	1.0	0					non-mobilizable	no_good_hit	2303.0	85.62700000000001	22.0	0.009436633009342266	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0041_000000018262	1913	0.8435205227442814	2	2	2	2	1	True	19286	fragment	False	MAD0022_000000006319	0.9281496062992125		0	0	False	False	0.9973862767219543	0					non-mobilizable	no_good_hit	74.0	95.946	4.0	3.909312517939996e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
ENG0094_000000003189	5322	0.8435170691155504	9	4	3	2	2	False	69120	fragment	False	ENG0094_000000003189	1.0		0	0	False	False	0.9996241927146912	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.003911852914330421	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	False
USA0044_01_000000000903	30056	0.8435149055517489	44	12	5	8	6	True	107978	fragment	False	USA0044_01_000000000903	1.0		0	0	False	True	0.9997338056564331	0					non-mobilizable	other	18954.0	98.285	91.0	0.03146028241036667	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0027_000000009186	1888	0.8435094149790014	3	3	3	2	2	False	131571	fragment	False	USA0047_01_000000018471	0.9559292237148486		0	0	False	False	0.9962923526763916	0					non-mobilizable	chromosome	1856.0	99.353	100.0	0.0002859263358193254	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AUS0020_000000014453	1851	0.8435094149790014	3	3	3	2	2	False	131571	fragment	False	USA0047_01_000000018471	0.9512841703570656		0	0	False	False	0.9967585206031799	0					non-mobilizable	chromosome	1852.0	99.406	100.0	0.00028530978307362334	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0041_000000007453	5749	0.8435024966379687	9	9	6	9	5	False	121670	maximal	True	MON0041_000000007453	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	81.95700000000001	27.0	0.00029393500061136073	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0007_000000051828	1268	0.84350167062243	1	1	1	1	1	False	13909	fragment	False	MON0007_000000051828	1.0		0	0	False	False	0.9865930676460266	0					non-mobilizable	chromosome	1174.0	79.813	91.0	0.00038943942601273604	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0077_000000001146	16832	0.8434856931856825	15	14	6	7	13	True	123784	fragment	False	MON0069_000000001290	0.9555423325399524		0	0	False	True	1.0	0					non-mobilizable	other	16815.0	95.266	99.0	0.41181677362248287	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0839_000000010003	1991	0.84348357086611	3	3	3	3	3	False	20842	maximal	True	ISR0839_000000010003	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	81.457	8.0	5.063003815602003e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
DEN0063_000000023253	2086	0.8434811034853329	4	2	1	2	1	True	110667	fragment	False	DEN0063_000000023253	1.0		0	0	False	False	0.9808245301246643	0					non-mobilizable	other	2082.0	99.80799999999999	99.0	0.0005572755252141066	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0104_000000036666	1256	0.8434796673512555	2	1	1	1	1	False	8779	fragment	False	MON0104_000000036666	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	98.56700000000001	100.0	0.0013972420334937286	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
DEN0040_000000006627	1264	0.8434793128710165	2	2	1	2	0	True	87645	fragment	False	USA0009_01_000000018276	0.7977203583998401		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	98.022	100.0	0.0003382215225110123	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0060_000000000939	23711	0.8434699959985923	22	17	14	15	14	True	116929	maximal	True	AST0060_000000000939	0.9820643558010436	PS762|PS763|PS764	10	6	True	True	1.0	34					non-mobilizable	no_good_hit	4642.0	95.21799999999999	44.0	0.161797123762203	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0056_000000009103	2079	0.8434651968489792	3	2	2	2	2	False	48990	fragment	False	MON0056_000000009103	0.9732323232323232		0	0	False	False	0.9850890040397644	0					non-mobilizable	no_good_hit	1152.0	89.583	62.0	0.00044813464926449415	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ISR0197_000000010262	2466	0.8434611638558914	5	4	1	1	4	True	117313	fragment	False	ISR0197_000000010262	0.9806452054079761		0	0	False	False	1.0	0					non-mobilizable	chromosome	2470.0	96.478	100.0	0.0010263281268866327	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
ISR0146_000000001775	19014	0.8434591636704304	15	6	4	6	2	True	72987	fragment	False	DEN0045_000000001057	0.9706910780276875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0040_000000013260	1776	0.8434588707510993	3	2	1	2	1	True	64847	fragment	False	ENG0040_000000013260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	81.46300000000001	46.0	0.09349220898258478	NZ_QNRX01000032.1	firmicutes	Alkalibaculum bacchi strain DSM 22112 Ga0244545_132, whole genome shotgun sequence	True	True
ENG0206_000000016706	1530	0.8434588707510993	3	2	1	2	1	True	63949	fragment	False	ENG0206_000000016706	0.9853542234332424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	81.622	48.0	0.08444087992667278	NZ_QNRX01000032.1	firmicutes	Alkalibaculum bacchi strain DSM 22112 Ga0244545_132, whole genome shotgun sequence	True	True
SPA0038_000000009660	2964	0.8434527040581912	5	3	2	3	3	False	102861	fragment	False	SPA0038_000000009660	1.0		0	0	False	False	0.997300922870636	0					non-mobilizable	no_good_hit	905.0	89.613	30.0	0.0003037802289361202	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0093_000000014811	2653	0.8434527040581912	5	3	2	3	3	False	102859	fragment	False	SPA0093_000000014811	0.9981587561374796		0	0	False	False	0.9996230602264404	0					non-mobilizable	no_good_hit	905.0	89.613	34.0	0.0003037802289361202	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
DEN0022_000000005855	5857	0.8434520008423414	7	2	1	2	1	True	74646	fragment	False	DEN0022_000000005855	1.0		0	0	False	False	0.9976096749305725	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	6.9997755244400785e-06	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	True
DEN0071_000000007936	4614	0.8434520008423414	6	2	1	2	1	True	70496	fragment	False	DEN0071_000000007936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	91.781	2.0	2.3781915755621112e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0805_000000003098	3893	0.8434520008423414	5	2	1	2	1	True	37460	fragment	False	ISR0805_000000003098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.5967857721631318e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0024_000000007619	2934	0.8434520008423414	4	2	1	2	1	True	37459	fragment	False	ISR0024_000000007619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.1469154983257246e-05	NZ_MSZX01000001.1	firmicutes	Paenibacillus selenitireducens strain ES3-24 ES3-24_scaffold1, whole genome shotgun sequence	True	True
FIJ0116_000000002165	9074	0.8434439483236466	16	6	4	4	6	False	41691	maximal	True	FIJ0116_000000002165	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	91.02600000000001	1.0	0.0005452369656500711	NZ_QXEV01000003.1	mycoplasmas	Anaeroplasma bactoclasticum strain ATCC 27112 EI71DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
AST0055_000000007819	4179	0.843439748922143	6	4	0	2	2	True	113931	fragment	False	AST0055_000000007819	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2359.0	94.955	64.0	0.23517403286720426	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0002_000000002439	9013	0.8434386729077906	13	8	4	8	5	False	106269	maximal	True	ISR0002_000000002439	0.9595462955341398		2	1	False	False	0.999889075756073	0					non-mobilizable	no_good_hit	939.0	80.618	10.0	0.37469975980784626	NZ_JAAITU010000097.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_97_length_2498_cov_195.029, whole genome shotgun sequence	True	False
DEN0062_000000003965	4205	0.8434349069919348	5	5	5	4	5	False	107183	fragment	False	DEN0062_000000003965	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2831.0	98.234	97.0	0.000997488472820114	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
FIJ0015_000000004400	6450	0.8434342012214167	10	10	2	6	10	True	84501	fragment	False	FIJ0015_000000004400	1.0		0	0	False	False	0.9986046552658081	0					non-mobilizable	plasmid	6457.0	96.57700000000001	100.0	0.0765361334744503	CP021847.1	enterobacteria	Escherichia coli strain EC1515 plasmid pEC1515-3, complete sequence	False	True
FIJ0098_000000003783	5764	0.8434314035755582	5	2	2	2	2	False	89072	fragment	False	FIJ0098_000000003783	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4729.0	97.78	98.0	0.03795218988960094	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0123_000000021297	1108	0.8434278058279806	2	2	2	2	1	False	125823	fragment	False	ISR0158_000000013331	0.21144005847953215		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	98.82700000000001	100.0	0.003027027027027027	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0013_000000003861	6067	0.8434242494045242	9	6	3	4	3	False	115728	fragment	False	ISR0053_000000003122	0.3722245934347831		0	0	False	False	0.998681366443634	0					non-mobilizable	other	4725.0	99.51299999999999	100.0	0.03654611015676989	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0041_000000025932	2398	0.8434236323244269	3	3	3	3	3	False	80260	maximal	False	CHI0140_000000011429	0.9168289832489287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	72.874	18.0	0.004148847269330974	NZ_RHNR01000003.1	firmicutes	Lactobacillus songhuajiangensis strain 7-19 contig3, whole genome shotgun sequence	True	False
FIJ0011_000000000110	90983	0.8434179926624045	112	26	13	22	12	True	51037	maximal	True	FIJ0011_000000000110	1.0		1	1	False	False	0.9999890327453613	0					non-mobilizable	no_good_hit	294.0	88.435	0.0	0.002747871103274937	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
ETH0002_000000015414	1654	0.8434066253629019	2	1	1	1	1	False	53323	maximal	True	ETH0002_000000015414	1.0		2	2	False	False	0.962515115737915	0					non-mobilizable	no_good_hit	45.0	93.333	3.0	6.918925446848579e-06	NC_013739.1	actinobacteria	Conexibacter woesei DSM 14684, complete sequence	True	False
MON0033_000000024530	2608	0.8434030791506991	4	3	2	2	1	False	12324	maximal	True	MON0033_000000024530	1.0		1	1	False	False	0.9884969592094421	0					non-mobilizable	no_good_hit	697.0	98.565	27.0	0.0012747019285361074	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
AST0003_000000018179	1812	0.8433973037794097	4	3	1	1	3	True	129855	fragment	False	AST0003_000000018179	0.991310358447714		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	99.17200000000001	100.0	0.0005019370724457889	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
ISR0395_000000022424	1722	0.8433973037794097	4	3	1	1	3	True	129855	fragment	False	AST0003_000000018179	0.9783973433328609		0	0	False	False	0.9994192719459534	0					non-mobilizable	chromosome	1722.0	100.0	100.0	0.00047895972508101405	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
DEN0011_000000014591	2922	0.8433947695450699	4	4	4	4	3	True	94905	fragment	False	DEN0011_000000014591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8366484838466765e-05	NZ_FOCD01000001.1	firmicutes	Terribacillus saccharophilus strain DSM 21619, whole genome shotgun sequence	True	True
ISR0276_000000008026	1261	0.84338436920524	2	2	2	2	2	False	26307	fragment	False	SPA0144_000000015063	0.9708118899476065		0	0	False	False	0.9881047010421753	0					non-mobilizable	other	1261.0	98.414	100.0	0.0005997178470319678	CP013216.1	firmicutes	Streptococcus salivarius strain HSISS4, complete genome	False	False
MON0044_000000026398	2040	0.8433758064461403	4	4	4	4	3	False	11624	fragment	False	MON0044_000000026398	1.0		0	0	False	False	0.998039186000824	0					non-mobilizable	plasmid	1941.0	100.0	100.0	0.011544114584263111	CP049102.1	enterobacteria	Escherichia coli strain EC28 plasmid p2, complete sequence	False	True
ISR0174_000000005565	4887	0.8433617392731448	7	5	4	5	4	False	111435	fragment	False	ISR0174_000000005565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3956.0	99.191	81.0	0.00547816559712005	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
MAD0098_000000009116	4602	0.8433465696206681	10	4	2	4	2	True	43065	fragment	False	MAD0098_000000009116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0021_000000004803	6006	0.843343235522611	8	7	6	7	5	False	116384	fragment	False	USA0004_01_000000004290	0.959689878315744		0	0	False	False	0.9996669888496399	0					non-mobilizable	other	3936.0	91.71700000000001	93.0	0.0009566841748206707	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0121_000000003834	5890	0.843341003552532	7	6	5	5	6	False	111443	fragment	False	ISR0288_000000004193	0.8899249163430497		0	0	False	False	0.9986417889595032	0					non-mobilizable	other	5890.0	99.338	100.0	0.008154225251642411	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0210_000000024784	1111	0.8433386275236542	3	3	2	3	1	True	53681	fragment	False	ENG0210_000000024784	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	96.49	100.0	0.00037677349389976875	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0191_000000007999	3555	0.8433344244508728	6	5	4	5	3	False	75933	fragment	False	ENG0146_000000006052	0.6404523934771172		0	0	False	True	0.9901546835899353	0					non-mobilizable	no_good_hit	222.0	80.18	10.0	6.182703381432892e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0067_000000000295	41697	0.8433315791398446	46	18	10	16	9	True	122324	fragment	False	ISR0067_000000000295	0.967756995268656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.42	3.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
AST0059_000000004776	2971	0.8433264214257602	5	4	2	3	4	False	112876	fragment	False	AST0059_000000004776	1.0		0	0	False	False	0.9976438879966736	0					non-mobilizable	no_good_hit	871.0	79.334	29.0	0.002499418739827947	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
AST0150_000000017866	1562	0.8433171491061864	2	2	2	2	1	False	103892	maximal	True	AST0150_000000017866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	95.635	64.0	0.00642778643903187	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	False
USA0023_01_000000000807	29759	0.8433055617000149	38	20	10	12	13	False	84270	maximal	True	USA0023_01_000000000807	1.0		1	1	False	False	0.9998655915260315	0					non-mobilizable	chromosome	22046.0	99.32	91.0	0.004896283808546507	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0056_000000002842	8602	0.8433026707190455	13	7	5	7	3	True	48860	maximal	True	FIJ0056_000000002842	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	82.787	2.0	0.001280270809825536	NZ_FNID01000009.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
MON0105_000000030335	1795	0.8432916479589451	2	2	1	2	2	False	8725	maximal	True	MON0105_000000030335	1.0		14	2	False	False	0.9988858103752136	0					non-mobilizable	no_good_hit	621.0	75.04	33.0	0.00017910456598227014	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
MON0042_000000013388	1982	0.8432855878814776	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.2402290219092592		0	0	False	False	0.9994954466819763	0					non-mobilizable	other	1945.0	98.766	98.0	0.0005256300056862135	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0079_000000008074	2883	0.8432837051797969	3	3	3	3	2	False	10106	fragment	False	MON0079_000000008074	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2883.0	100.0	100.0	0.0006236835721271008	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
FIJ0115_000000006960	3490	0.8432834874703945	3	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.7410594646055648		0	0	False	False	0.998853862285614	0					non-mobilizable	plasmid	3490.0	100.0	100.0	0.022826748316944395	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
ISR0773_000000007534	2008	0.8432806022940774	2	1	1	1	1	False	86416	fragment	False	ISR0773_000000007534	1.0		0	0	False	False	0.9980079531669617	0					non-mobilizable	no_good_hit	807.0	85.006	54.0	0.00023287083161211414	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0092_000000016796	2591	0.8432705002163992	4	4	4	4	4	False	99475	fragment	False	MON0093_000000015138	0.9664890312686623		0	0	False	False	0.9872636198997498	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.000620612908748502	NZ_SPGG01000017.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_17_length_93456_cov_37.9234, whole genome shotgun sequence	True	False
MAD0099_000000023881	1311	0.843259342478606	2	2	2	2	2	False	15198	maximal	True	MAD0099_000000023881	1.0		1	1	False	False	0.9977116584777832	0					non-mobilizable	other	1057.0	97.635	100.0	0.0005109713681839032	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ENG0207_000000005703	3037	0.8432358249991124	4	3	3	3	3	False	74447	maximal	True	ENG0207_000000005703	1.0		20	6	False	False	0.9947316646575928	0					non-mobilizable	no_good_hit	239.0	75.732	8.0	8.340581695997712e-05	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
ISR0238_000000000542	15731	0.8432339503474169	18	4	3	4	3	True	52237	fragment	False	ISR0238_000000000542	1.0		0	0	False	False	0.9999364018440247	0					non-mobilizable	no_good_hit	1532.0	88.708	10.0	0.2447833065810594	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	True	True
DEN0067_000000014336	2340	0.8432182146442032	3	3	3	2	1	False	78086	maximal	True	DEN0067_000000014336	1.0		7	4	False	False	0.990170955657959	0					non-mobilizable	no_good_hit	247.0	97.976	11.0	0.0007919007226898872	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0060_000000017304	1580	0.8432052367606501	2	2	2	1	1	False	131668	fragment	False	DEN0028_000000005326	0.02105178900184103		0	0	False	False	0.996835470199585	0					non-mobilizable	no_good_hit	172.0	80.233	11.0	0.0008704167120008704	NZ_JAAVNF010000010.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_12_length_192901_cov_31.671904, whole genome shotgun sequence	True	False
ENG0080_000000019716	1426	0.8432052367606501	3	2	2	1	1	False	124847	fragment	False	AST0012_000000016916	0.6936690963140926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	89.744	5.0	1.0979460566269243e-05	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
USA0060_01_000000003618	4013	0.8432051551206491	4	4	4	4	4	False	98962	fragment	False	CHI0121_000000002037	0.9939726979097911		0	0	False	False	1.0	0					non-mobilizable	other	4013.0	99.85	100.0	0.0007553153126009229	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0224_000000000460	26705	0.8432017998322878	25	12	9	8	5	True	126546	fragment	False	ISR0224_000000000460	1.0		0	0	False	False	0.9998127818107605	0					non-mobilizable	no_good_hit								True	True
ISR0346_000000003037	5669	0.8431941456618307	7	5	1	3	4	False	117860	maximal	True	ISR0346_000000003037	1.0	PS794	2	1	False	True	0.9994708299636841	0					non-mobilizable	other	2693.0	98.589	90.0	0.0008126345963784027	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0049_000000014034	1208	0.8431877225402925	2	1	1	1	1	False	6603	fragment	False	SPA0049_000000014034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	81.95200000000001	79.0	0.000325931054100785	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0102_000000020318	1587	0.8431754607940254	2	2	2	1	1	False	47608	maximal	True	FIJ0102_000000020318	1.0		42	9	False	False	0.9930686950683594	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	5.7920000123562665e-06	NZ_CP053989.1	firmicutes	Bacillus circulans strain FDAARGOS_783 chromosome, complete genome	True	False
ISR0300_000000008309	1334	0.8431743341969378	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.20470182839222886		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	97.751	100.0	0.004833054758909245	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0144_000000006641	1261	0.8431743341969378	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.177792571458319		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	97.935	99.0	0.029786427996401004	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0047_000000000460	21864	0.8431702405557898	31	14	10	13	5	True	64377	maximal	True	ENG0047_000000000460	1.0		1	1	False	False	0.9999542832374573	0					non-mobilizable	no_good_hit	62.0	85.484	0.0	0.0009278015741700042	NZ_BALG01000080.1	firmicutes	Paenibacillus popilliae ATCC 14706, whole genome shotgun sequence	True	True
ENG0172_000000015075	1545	0.8431608035370872	2	2	2	2	2	False	62149	maximal	True	ENG0172_000000015075	1.0		56	4	False	False	1.0	0					non-mobilizable	no_good_hit	1381.0	99.493	89.0	0.08384979948960991	NZ_JAAIQH010000034.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_34_length_16458_cov_228.383, whole genome shotgun sequence	True	False
ISR0029_000000013713	3356	0.8431548854628425	4	4	2	2	2	True	56278	fragment	False	ISR0029_000000013713	1.0		0	0	False	False	0.9982121586799622	0					non-mobilizable	other	3356.0	99.94	100.0	0.04071404300762099	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
USA0005_01_000000005901	6126	0.8431455616272041	7	4	2	4	3	False	31793	maximal	True	USA0005_01_000000005901	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.170527997675939e-05	NZ_AULH01000007.1	a-proteobacteria	Pleomorphomonas koreensis DSM 23070 H512DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
FIJ0167_000000012969	1594	0.843140987068287	2	2	2	1	1	False	38966	fragment	False	FIJ0167_000000012969	1.0		0	0	False	False	0.9686324000358582	0					non-mobilizable	other	1091.0	97.89200000000001	92.0	0.04989471756843358	NZ_CACVNJ010000034.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	False	False
ENG0131_000000004601	6142	0.8431267938572237	8	3	2	3	3	False	82724	maximal	True	ENG0131_000000004601	0.9978768577494692		15	7	False	False	0.9998371601104736	0					non-mobilizable	no_good_hit	98.0	94.898	7.0	2.7535665784011374e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0046_000000004053	6123	0.8431267938572237	8	3	2	3	3	False	82724	maximal	False	ENG0131_000000004601	0.996336698143927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	94.898	7.0	2.7535665784011374e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0056_000000004846	3367	0.8431149543858241	6	4	2	3	3	False	11076	fragment	False	MON0056_000000004846	1.0		0	0	False	False	0.9997029900550842	0					non-mobilizable	no_good_hit	1671.0	83.124	50.0	0.008869239302523452	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
USA0006_01_000000015678	1513	0.8431108045165677	2	2	2	2	2	False	2125	maximal	True	USA0006_01_000000015678	1.0		12	6	False	False	0.9993390440940857	0					non-mobilizable	no_good_hit	524.0	79.008	35.0	0.0015396618063395057	NZ_FQXV01000003.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0102_000000013818	3300	0.8431083210742168	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.28912432469451377		0	0	False	False	0.9927272796630859	0					non-mobilizable	chromosome	3300.0	99.939	100.0	0.0006584380866615493	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0141_000000022227	1393	0.8431081072519938	2	2	2	2	2	False	85619	fragment	False	ISR0141_000000022227	1.0		0	0	False	False	0.9985642433166504	0					non-mobilizable	no_good_hit	269.0	73.234	19.0	0.004445110378583558	NZ_BIMK01000043.1	firmicutes	Paenibacillus chibensis strain NBRC 15958 PCH05_CON02710, whole genome shotgun sequence	True	False
ISR0198_000000020430	1622	0.8431064270031257	4	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.5455311340647501		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	96.956	95.0	0.00046069434200979325	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0125_000000006420	5644	0.8431053843114614	7	7	7	7	4	False	110586	fragment	False	SPA0125_000000006420	1.0		0	0	False	False	0.9994684457778931	0					non-mobilizable	no_good_hit	137.0	76.642	2.0	0.0001068478295537907	NZ_VFQF01000003.1	high GC Gram+	Humibacillus xanthopallidus strain DSM 21776 Ga0197590_13, whole genome shotgun sequence	True	False
ISR0356_000000015084	1406	0.8431027556961258	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.3404090471319584		0	0	False	False	0.9992887377738953	0					non-mobilizable	other	1336.0	97.006	100.0	0.0014851959144865608	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0030_000000010820	1976	0.8431002507503977	2	2	2	2	1	False	37043	maximal	True	ISR0030_000000010820	1.0		0	0	False	False	0.998481810092926	0					non-mobilizable	no_good_hit	586.0	99.488	30.0	0.0029259216653245773	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0176_000000001314	5736	0.8431000067030063	7	7	6	6	6	False	100931	fragment	False	ISR0035_000000002545	0.383392		0	0	False	False	1.0	0					non-mobilizable	chromosome	3872.0	99.87100000000001	100.0	0.0007195824005499387	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0001_000000012942	2060	0.8430969659593697	2	2	2	2	2	False	106169	fragment	False	ENG0001_000000012942	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	99.556	100.0	0.0004061580668441639	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0843_000000002716	5573	0.8430935972138943	5	5	5	4	3	True	116691	backbone	False	SPA0004_000000002579	0.9649211144679423	PS782|PS783	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3496.0	99.714	63.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ENG0199_000000008230	2989	0.8430928542066823	4	3	2	3	1	True	92715	maximal	True	ENG0199_000000008230	1.0		59	7	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	70.355	41.0	0.0034231776239419076	NZ_AUFC01000001.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
ISR0192_000000005521	3565	0.8430863623975141	5	5	5	5	5	False	79475	maximal	True	ISR0192_000000005521	1.0		44	9	False	False	0.999719500541687	0					non-mobilizable	chromosome	3548.0	100.0	100.0	0.0006583191721399772	CP044047.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_629 chromosome, complete genome	False	False
ISR0183_000000018415	1707	0.8430846679979295	3	3	3	3	2	False	29459	maximal	True	ISR0183_000000018415	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000006576	4429	0.8430809884888018	4	3	2	2	1	False	77444	fragment	False	USA0019_01_000000006576	1.0		0	0	False	False	0.9997742176055908	0					non-mobilizable	other	2381.0	91.55799999999999	91.0	0.19055690072639225	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	False
ISR0326_000000006634	2746	0.8430753372867203	6	3	3	3	3	False	65029	fragment	False	ISR0326_000000006634	1.0		0	0	False	False	0.9996358156204224	0					non-mobilizable	no_good_hit	255.0	78.824	9.0	0.003310863605662901	NZ_SMUS01000020.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00020, whole genome shotgun sequence	True	False
MON0089_000000002866	6176	0.8430711842639802	7	6	4	5	3	False	70482	maximal	True	MON0089_000000002866	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00037585611671028454	NZ_QCXQ01000005.1	firmicutes	Lactobacillus bambusae strain BS-W1 contig_5, whole genome shotgun sequence	True	False
ENG0155_000000001519	14778	0.8430661384764254	18	8	6	7	5	True	79833	fragment	False	ENG0155_000000001519	1.0		0	0	False	False	0.9996616840362549	0					non-mobilizable	no_good_hit								True	True
DEN0083_000000027311	1154	0.8430608784619006	2	1	1	1	1	False	106718	fragment	False	DEN0089_000000013384	0.5323887917375658		0	0	False	False	0.9870017170906067	0					non-mobilizable	other	1154.0	99.65299999999999	100.0	0.000492526876461188	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
SPA0115_000000026721	1102	0.8430608784619006	2	1	1	1	1	False	106718	fragment	False	DEN0089_000000013384	0.5236287421926569		0	0	False	False	0.996370255947113	0					non-mobilizable	other	1102.0	100.0	100.0	0.00047031404248375365	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
MON0077_000000010971	3484	0.8430579664268815	3	2	2	1	0	True	98577	maximal	True	MON0077_000000010971	1.0		1	1	False	False	0.9997129440307617	0					non-mobilizable	no_good_hit								True	True
CHI0101_000000008344	1364	0.8430472761728812	3	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9795050814030659		0	0	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit	1137.0	71.328	81.0	0.0016909111996923397	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
CHI0082_000000006856	1337	0.8430472761728812	3	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9745219599851677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	70.863	81.0	0.0016512327780389092	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0836_000000015572	1305	0.8430472761728812	3	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.961936941984541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	70.486	81.0	0.0016207109152285783	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
CHI0083_000000008344	1302	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9755753150284029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	71.328	85.0	0.0016909111996923397	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
CHI0048_000000015158	1302	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9755753150284029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	71.328	85.0	0.0016909111996923397	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
CHI0168_000000012036	1302	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9755753150284029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	71.328	85.0	0.0016909111996923397	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
CHI0142_000000014344	1302	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9755753150284029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	71.328	85.0	0.0016909111996923397	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
USA0060_01_000000008822	1290	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9719408343112932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	71.048	85.0	0.001672598082006141	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
DEN0029_000000010605	1285	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9600819706796078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	70.76100000000001	83.0	0.0016207109152285783	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0088_000000019632	1277	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9710044336277559		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	70.8	85.0	0.0016527588711794257	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ENG0113_000000021784	1275	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9705889609532737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	70.863	85.0	0.0016512327780389092	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
USA0051_01_000000015737	1275	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9705889609532737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	70.863	85.0	0.0016512327780389092	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0102_000000012457	1275	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9705889609532737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	70.863	85.0	0.0016512327780389092	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0293_000000027399	1275	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9705889609532737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	70.863	85.0	0.0016512327780389092	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0135_000000015528	1275	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9721947915835711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	70.747	85.0	0.0016512327780389092	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
DEN0017_000000022698	1266	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9584022545144241		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	71.672	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CAN0004_000000022898	1266	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9570843757110958		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	71.362	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0362_000000016353	1266	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9587169626023638		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	71.605	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CAN0003_000000038561	1266	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9579747707375036		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	71.594	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0104_000000025033	1266	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.956776197082413		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	71.594	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0006_01_000000018552	1265	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9555088616969967		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	71.362	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CAN0001_000000034198	1265	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9554795263295033		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	71.219	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0023_01_000000023964	1265	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9555088616969967		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	71.362	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0005_01_000000024139	1265	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9555088616969967		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	71.362	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0130_01_000000026051	1265	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9555088616969967		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	71.362	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0020_000000015950	1265	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9555088616969967		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1292.0	71.362	100.0	0.0019305078227534382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0051_000000028712	1264	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9670783036169486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	70.572	85.0	0.0016344457534932272	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ENG0124_000000024544	1262	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9577038686107754		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	71.60600000000001	100.0	0.0019198251707698223	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0034_000000013429	1258	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9682412173730149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	71.083	87.0	0.0016603893368820086	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0108_000000018095	1257	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9572269776988919		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	71.44	100.0	0.0019137207982077562	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0067_000000024811	1255	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9571732096559259		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	71.551	100.0	0.0019106686119267232	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0055_000000013479	1253	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9676625659971406		0	0	False	False	0.9960095882415771	0					non-mobilizable	no_good_hit	1109.0	71.055	86.0	0.0016481805917578762	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ENG0172_000000019341	1251	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9553577756426361		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	70.97	100.0	0.0019091425187862067	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0223_000000025913	1249	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9487893869399793		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	71.406	100.0	0.0019015120530836238	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0087_000000020698	1242	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9554472360338866		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	71.13600000000001	100.0	0.001893881587381041	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CAN0005_000000013679	1239	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.936703415563631		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	70.78699999999999	100.0	0.001890829401100008	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0359_000000022570	1237	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9388260079907274		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	71.271	100.0	0.0018862511216784584	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0132_000000033758	1227	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9359535701528047		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	70.96300000000001	100.0	0.0018709901902732927	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0054_000000023801	1226	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9369852296312587		0	0	False	False	0.9910277128219604	0					non-mobilizable	other	1256.0	70.86	100.0	0.0018694640971327761	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0783_000000011442	1225	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9351683402471674		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	70.541	100.0	0.0018694640971327761	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0104_000000031094	1225	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.935770857207894		0	0	False	False	0.9983673691749573	0					non-mobilizable	other	1255.0	70.757	100.0	0.0018694640971327761	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
DEN0065_000000028005	1224	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9348605219769174		0	0	False	False	0.9910130500793457	0					non-mobilizable	other	1255.0	70.837	100.0	0.0018694640971327761	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0046_000000015475	1224	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9350091394289856		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	70.813	100.0	0.0018694640971327761	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0812_000000032266	1221	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8967949968097655		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	71.314	90.0	0.0016741241751466575	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
FIJ0099_000000018127	1218	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9012268635889167		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	70.513	100.0	0.0018572553520086437	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0049_000000014950	1217	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9000017160820667		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1246.0	70.465	100.0	0.0018557292588681272	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0140_000000024575	1217	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.900775900065984		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1247.0	70.48899999999999	100.0	0.0018557292588681272	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0039_000000030813	1216	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9197400540407882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	70.308	86.0	0.0015901890524182471	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0825_000000019913	1211	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9179592923296453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	70.225	86.0	0.0015856107729966976	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0111_000000028184	1208	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9145028908389337		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	70.421	100.0	0.0018419944206034783	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0118_000000009121	1206	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9067347929587718		0	0	False	False	0.9966832399368286	0					non-mobilizable	other	1232.0	70.455	100.0	0.0018389422343224452	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0122_000000011902	1200	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8798121931578842		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	70.796	90.0	0.0016436023123363266	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0128_000000025429	1186	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8870471452492548		0	0	False	False	0.9831365942955017	0					non-mobilizable	other	1216.0	69.819	100.0	0.0018099464646526306	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0795_000000011173	1184	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8865091925292404		0	0	False	False	0.9983108043670654	0					non-mobilizable	other	1215.0	69.959	100.0	0.001808420371512114	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0835_000000013569	1142	0.8430472761728812	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.7106480034544134		0	0	False	False	0.9991243481636047	0					non-mobilizable	other	1064.0	69.925	91.0	0.0015795064004346313	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0118_000000006452	4522	0.8430465545265364	5	5	1	1	5	True	82616	maximal	True	SPA0118_000000006452	1.0		10	3	False	False	0.9969040155410767	0					non-mobilizable	chromosome	3538.0	99.06700000000001	99.0	0.0008052954150071821	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MAD0079_000000000003	104261	0.8430286948100333	125	26	15	21	11	True	20050	maximal	True	MAD0079_000000000003	1.0		3	1	False	False	0.9999904036521912	0					non-mobilizable	no_good_hit	1509.0	93.837	3.0	0.00040200291885596423	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0032_000000014616	1950	0.8430277336454477	2	2	2	2	1	False	12395	fragment	False	MON0032_000000014616	1.0		0	0	False	False	0.9964102506637573	0					non-mobilizable	no_good_hit								True	False
SPA0122_000000009468	3041	0.8430269458790269	6	3	0	2	3	False	83058	maximal	True	SPA0122_000000009468	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1606.0	96.575	53.0	0.2851305738141766	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ENG0025_000000009193	2674	0.8430144833815827	3	3	2	3	2	False	100713	fragment	False	ENG0025_000000009193	1.0		0	0	False	False	0.9921466112136841	0					non-mobilizable	no_good_hit	1971.0	86.859	73.0	0.0003682455531204069	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
ISR0214_000000026609	1195	0.8430110253386637	2	1	1	1	1	False	28189	fragment	False	ISR0214_000000026609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0014_000000021946	1610	0.843007300395569	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9877296577901935		0	0	False	False	1.0	0					non-mobilizable	other	1610.0	99.876	100.0	0.00030280404454307756	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0041_000000021148	1609	0.843007300395569	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9868289226664828		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	99.689	100.0	0.00030242742259712843	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0080_000000020554	1592	0.843007300395569	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.98200294508261		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	99.874	100.0	0.00029941444702953564	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0305_000000011695	1587	0.843007300395569	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9843284392596966		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	99.74799999999999	100.0	0.0002984728921646629	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0010_000000016141	1572	0.843007300395569	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.980721431906905		0	0	False	False	0.9968193173408508	0					non-mobilizable	other	1572.0	99.936	100.0	0.0002956482275700446	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0056_000000022769	1572	0.843007300395569	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.976334467789961		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	99.936	100.0	0.00027421481789849513	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
DEN0064_000000026948	1570	0.843007300395569	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9796651604236606		0	0	False	False	1.0	0					non-mobilizable	other	1570.0	99.745	100.0	0.00027386572201320105	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
DEN0052_000000029336	1570	0.843007300395569	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9788104896210645		0	0	False	False	0.9942675232887268	0					non-mobilizable	other	1570.0	99.809	100.0	0.0002952716056240955	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0827_000000007452	1569	0.843007300395569	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.978924363933708		0	0	False	False	1.0	0					non-mobilizable	other	1569.0	99.936	100.0	0.00029508329465112096	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0026_000000018288	1563	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9798955231177904		0	0	False	False	1.0	0					non-mobilizable	other	1563.0	99.80799999999999	100.0	0.0002726438864146718	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0185_000000021199	1560	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9783741166604388		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	99.744	100.0	0.0002721202425867307	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0142_000000017308	1560	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9785992926340727		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	99.744	100.0	0.0002721202425867307	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0147_000000016164	1559	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9789294204831613		0	0	False	False	0.9993585348129272	0					non-mobilizable	other	1559.0	99.936	100.0	0.00027194569464408363	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0779_000000022427	1543	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9734638811484446		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	100.0	100.0	0.0002691529275617311	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0811_000000010045	1543	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9738787143535137		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	99.935	100.0	0.0002691529275617311	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0146_000000014907	1543	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9741213323935313		0	0	False	False	0.9974076747894287	0					non-mobilizable	other	1543.0	99.935	100.0	0.00029018720935378265	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0083_000000011739	1524	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9653063931729138		0	0	False	False	1.0	0					non-mobilizable	other	1524.0	99.934	100.0	0.00028660930086726617	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0828_000000004731	1500	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9519438735499267		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	100.0	100.0	0.00026164736602790845	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0123_000000007445	1498	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9461620406526009		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	99.93299999999999	100.0	0.00026112372219996735	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0017_000000008770	1484	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9431285551441675		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	99.865	100.0	0.00027907686194828413	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0205_000000011211	1466	0.843007300395569	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9084345739159414		0	0	False	False	0.9972714781761169	0					non-mobilizable	other	1466.0	99.795	100.0	0.0002557127359779092	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0328_000000012794	2226	0.8430051010422408	5	2	1	2	1	False	24747	fragment	False	ISR0328_000000012794	1.0		0	0	False	False	0.9991015195846558	0					non-mobilizable	no_good_hit								True	False
ISR0815_000000007150	4201	0.8429832460429617	4	1	1	1	1	True	111405	fragment	False	FIJ0137_000000002543	0.8789748673043939		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	4201.0	99.905	100.0	0.1352265043948614	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0127_000000005112	3984	0.8429832460429617	4	1	1	1	1	True	111405	fragment	False	FIJ0137_000000002543	0.775257819674043		0	0	False	False	0.9969879388809204	0		MOBB			mobilizable	plasmid	3974.0	99.84899999999999	99.0	0.12785344022666537	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0069_01_000000016211	3804	0.8429832460429617	5	1	1	1	1	True	111405	fragment	False	FIJ0137_000000002543	0.6714429825497396		0	0	False	False	0.9989484548568726	0		MOBB			mobilizable	plasmid	3756.0	96.193	99.0	0.12109375	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0060_000000003533	3711	0.8429832460429617	4	1	1	1	1	True	111405	fragment	False	FIJ0137_000000002543	0.4332548615203989		0	0	False	False	0.9954190254211426	0		MOBB			mobilizable	plasmid	3586.0	99.916	97.0	0.11542548053704241	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0119_01_000000006466	3535	0.8429832460429617	4	1	1	1	1	True	111405	fragment	False	FIJ0137_000000002543	0.4315759155461535		0	0	False	False	0.999717116355896	0		MOBB			mobilizable	plasmid	3530.0	99.83	99.0	0.11362246047844425	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0813_000000010525	2837	0.8429832460429617	2	1	1	1	1	True	47549	fragment	False	ISR0813_000000010525	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1991.0	100.0	99.0	0.00045307827985985083	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0351_000000006484	2158	0.8429832460429617	3	1	1	1	1	True	101451	fragment	False	ISR0351_000000006484	1.0		0	0	False	False	0.9995366334915161	0					non-mobilizable	plasmid	2162.0	98.01100000000001	100.0	0.06957725618983225	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0001_000000017424	1928	0.8429832460429617	2	1	1	1	1	True	31329	maximal	True	SPA0001_000000017424	1.0		10	4	False	False	1.0	0					non-mobilizable	chromosome	934.0	99.679	98.0	0.00021242313322072403	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0126_000000008958	1692	0.8429832460429617	2	1	1	1	1	True	113414	fragment	False	CHI0126_000000008958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	84.444	16.0	0.0002819837612464341	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
MON0069_000000034434	1517	0.8429832460429617	2	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.3225889675377622		0	0	False	False	0.9611074328422546	0					non-mobilizable	plasmid	1422.0	94.09299999999999	93.0	0.04295314202687977	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0034_000000010586	1502	0.8429832460429617	2	1	1	1	1	True	113412	fragment	False	MAD0034_000000010586	0.9850644942294637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	84.444	18.0	0.0002819837612464341	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0281_000000012693	1437	0.8429832460429617	2	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.33487320325523695		0	0	False	False	0.9993041157722473	0					non-mobilizable	plasmid	1437.0	99.861	100.0	0.04623458578833833	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0163_000000007251	1419	0.8429832460429617	2	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.3265285103344532		0	0	False	False	0.9985905289649963	0					non-mobilizable	plasmid	1405.0	98.719	99.0	0.04517209182523584	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0083_01_000000019521	1396	0.8429832460429617	2	1	1	1	1	True	101450	fragment	False	CHI0031_000000004626	0.28496050003178963		0	0	False	False	1.0	0					non-mobilizable	plasmid	1396.0	99.928	100.0	0.04222666182346531	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0039_000000016818	1364	0.8429832460429617	2	1	1	1	1	True	47548	fragment	False	FIJ0039_000000016818	1.0		0	0	False	False	0.9992668628692627	0					non-mobilizable	chromosome	970.0	99.072	99.0	0.00022061952421316354	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0082_000000007276	1270	0.8429832460429617	1	1	1	1	1	True	84250	fragment	False	CHI0082_000000007276	1.0		0	0	False	False	0.9984251856803894	0					non-mobilizable	chromosome	1239.0	98.95100000000001	97.0	0.0002818647791288921	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0790_000000014135	1248	0.8429832460429617	1	1	1	1	1	True	77400	fragment	False	ISR0790_000000014135	1.0		0	0	False	False	0.9847756624221802	0					non-mobilizable	plasmid	1229.0	99.837	98.0	0.037171570408039714	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0076_000000011108	1239	0.8429832460429617	2	1	1	1	1	True	44533	fragment	False	FIJ0076_000000011108	1.0		0	0	False	False	0.9991928935050964	0					non-mobilizable	chromosome	785.0	99.10799999999999	99.0	0.00017849918161312717	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0019_000000054735	1219	0.8429832460429617	1	1	1	1	1	True	31330	fragment	False	MON0019_000000054735	1.0		0	0	False	False	0.9917965531349182	0					non-mobilizable	chromosome	935.0	97.647	98.0	0.00021219545569315626	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0066_000000033936	1105	0.8429832460429617	1	1	1	1	1	True	31328	fragment	False	USA0055_01_000000021569	0.6379830917874396		0	0	False	False	0.9583710432052612	0					non-mobilizable	chromosome	935.0	97.647	94.0	0.00021219545569315626	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
SPA0136_000000032677	1306	0.8429821513082771	2	2	1	2	1	False	34654	fragment	False	SPA0136_000000032677	1.0		0	0	False	False	0.9732006192207336	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000004307	8177	0.8429796760836559	14	7	4	5	6	False	116877	fragment	False	AUS0012_000000001330	0.9775559839365167		0	0	False	False	0.9998776912689209	0					non-mobilizable	no_good_hit	143.0	95.804	2.0	0.025307431830333273	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
FIJ0106_000000002177	10634	0.8429778393828204	15	6	3	4	5	False	122448	maximal	True	FIJ0106_000000002177	1.0	PS871	3	1	True	True	1.0	22					non-mobilizable	no_good_hit	2593.0	97.455	33.0	0.23495286439448876	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
AUS0006_000000012520	2010	0.8429768494696154	3	2	2	2	1	False	104784	fragment	False	AUS0006_000000012520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	697.0	98.135	38.0	0.0032145863590531077	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0155_000000012600	1571	0.8429768494696154	2	2	2	2	1	False	104764	fragment	False	ENG0067_000000016920	0.7023588745594668		0	0	False	False	0.9974538683891296	0					non-mobilizable	no_good_hit	123.0	95.12200000000001	13.0	0.000559661797763203	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0127_000000016550	1553	0.8429768494696154	2	2	2	2	1	False	104764	fragment	False	ENG0067_000000016920	0.8897670947099854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	98.256	18.0	0.0007909270034504769	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
DEN0045_000000028396	1490	0.8429768494696154	2	2	2	2	1	False	104764	fragment	False	ENG0067_000000016920	0.8081534375552738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	98.089	16.0	0.0007215474417442947	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
AST0148_000000022816	1483	0.8429768494696154	2	2	2	2	1	False	104764	fragment	False	ENG0067_000000016920	0.7396307605779724		0	0	False	False	0.997977077960968	0					non-mobilizable	no_good_hit	157.0	98.726	15.0	0.0007215474417442947	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
CHI0119_000000009649	1345	0.8429768494696154	2	2	2	2	1	False	81918	fragment	False	CHI0119_000000009649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	95.238	8.0	0.0004810316278295298	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
SPA0021_000000024127	1322	0.8429768494696154	2	2	2	2	1	False	91163	fragment	False	ISR0079_000000021710	0.9724344010382219		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	78.222	99.0	0.07730205278592375	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ENG0077_000000018195	1154	0.8429768494696154	2	2	2	2	1	False	75815	fragment	False	FIJ0064_000000021706	0.9647334777536586		0	0	False	False	0.9956672191619873	0					non-mobilizable	no_good_hit								True	False
AST0039_000000000063	73308	0.8429708756853631	79	47	33	39	25	True	116760	maximal	False	ITA0005_000000000049	0.9684695182136794	PS635	0	0	True	True	1.0	437					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MAD0053_000000001418	9430	0.8429704782096014	6	5	4	5	4	False	51777	maximal	True	MAD0053_000000001418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2937.0	98.025	31.0	0.2108628493426252	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0045_000000000970	20311	0.8429651750904975	33	9	5	8	4	False	72988	maximal	True	DEN0045_000000000970	1.0		2	2	False	False	0.9999507665634155	0					non-mobilizable	no_good_hit	445.0	88.315	3.0	0.00014951152207146853	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0153_000000022079	1545	0.8429643422670534	4	4	3	2	3	False	103337	fragment	False	FIJ0169_000000013717	0.9667660496837482		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	98.18799999999999	100.0	0.00047052509441758417	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0022_000000004074	5246	0.8429640240785801	6	4	4	4	4	False	121223	maximal	True	MON0022_000000004074	1.0		2	1	False	False	0.9998093843460083	0					non-mobilizable	no_good_hit	1740.0	83.678	40.0	0.0005120725016474282	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0187_000000008658	1844	0.842963188448195	3	3	3	3	2	False	99566	fragment	False	AUS0020_000000014410	0.7068567464288964		0	0	False	False	1.0	0					non-mobilizable	plasmid	1844.0	99.78299999999999	100.0	0.007563508023146058	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0027_000000002069	11814	0.8429576174863174	21	8	2	6	6	False	37262	maximal	True	ISR0027_000000002069	1.0	PS25	1	1	True	True	0.9997460842132568	27					non-mobilizable	no_good_hit								True	True
ISR0234_000000008622	1591	0.8429547089379691	2	2	2	1	2	False	27356	fragment	False	ISR0234_000000008622	1.0		0	0	False	False	0.998742938041687	0					non-mobilizable	other	1591.0	99.811	100.0	0.005883310638801729	NZ_PYLP01000002.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_1, whole genome shotgun sequence	False	False
MON0033_000000022964	2814	0.8429395385216055	5	2	2	2	2	False	92159	maximal	True	MON0033_000000022964	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1670.0	90.419	65.0	0.0003137260809756015	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
FIJ0030_000000004551	5891	0.8429342500627441	4	3	3	3	2	False	48779	maximal	True	FIJ0030_000000004551	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	81.205	7.0	0.00011363156113811804	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0125_000000027397	1156	0.8429139270604048	2	2	2	1	1	False	4001	maximal	True	SPA0125_000000027397	1.0		1	1	False	False	0.9904844164848328	0					non-mobilizable	no_good_hit								True	False
ENG0033_000000000560	31071	0.8429134515308538	30	27	10	13	25	True	123805	fragment	False	ENG0033_000000000560	1.0		0	0	False	True	0.9999678134918213	0					non-mobilizable	chromosome	15603.0	95.469	99.0	0.002394999140679611	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ISR0078_000000004218	4057	0.8429104619946111	5	4	4	4	4	False	118976	fragment	False	AST0093_000000004458	0.8309306112918462		0	0	False	False	0.995316743850708	0					non-mobilizable	other	4049.0	95.554	99.0	0.06357809407107173	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0845_000000004218	2402	0.8429087188742184	3	3	3	3	3	False	81761	fragment	False	ISR0069_000000009332	0.9489355415689694		0	0	False	False	0.9987510442733765	0					non-mobilizable	other	2402.0	99.376	100.0	0.009210243662922727	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0079_000000016920	1540	0.8429072886283415	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.20282165995661305		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	99.02600000000001	100.0	0.01176758447198795	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0364_000000007912	2132	0.8429069016373392	3	3	3	2	2	False	129914	fragment	False	ISR0364_000000007912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1702.0	99.295	82.0	0.02371987951807229	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0006_000000031889	1257	0.8429038764493905	1	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.3369992147486232		0	0	False	False	0.9936356544494629	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.001006987885630588	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
USA0069_01_000000025818	2383	0.8428872324408007	3	2	2	2	0	True	72227	fragment	False	USA0069_01_000000025818	1.0		0	0	False	False	0.9966428875923157	0					non-mobilizable	no_good_hit	837.0	86.738	35.0	0.00174808724544525	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0005_000000004649	6000	0.842883945035218	5	5	4	5	4	False	131413	fragment	False	ISR0058_000000003113	0.6699715526341169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.845	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ENG0097_000000001927	13887	0.8428772060353832	14	14	7	9	10	True	111938	maximal	True	ENG0097_000000001927	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	94.415	50.0	0.0007266514738797509	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	True
ETH0005_000000000422	48801	0.8428770407629136	64	16	9	10	6	True	52827	fragment	False	ETH0005_000000000422	1.0		0	0	False	False	0.9999589920043945	0					non-mobilizable	no_good_hit	349.0	85.1	1.0	0.0032636830851183554	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
ENG0017_000000002664	7990	0.8428746684465682	8	6	2	6	3	True	107920	fragment	False	ENG0017_000000002664	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7834.0	100.0	98.0	0.07346100461417264	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	False	True
ISR0363_000000002362	7142	0.8428739591716485	7	7	5	5	7	True	109451	fragment	False	ISR0363_000000002362	0.9955166524338173		0	0	False	False	0.9953794479370117	0	rep_cluster_667				non-mobilizable	plasmid	7143.0	99.944	100.0	0.14685803586116136	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
ISR0157_000000003785	7083	0.8428739591716485	7	7	5	5	7	True	109451	fragment	False	ISR0363_000000002362	0.9913520593151508		0	0	False	False	1.0	0	rep_cluster_667				non-mobilizable	plasmid	7084.0	99.944	100.0	0.14564484290179305	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
ENG0148_000000005212	7071	0.8428739591716485	7	7	5	5	7	True	109451	fragment	False	ISR0363_000000002362	0.9903661310714391		0	0	False	False	1.0	0	rep_cluster_667				non-mobilizable	plasmid	7072.0	99.943	100.0	0.14539809179141305	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
ENG0129_000000003554	7026	0.8428739591716485	7	7	5	5	7	True	109451	fragment	False	ISR0363_000000002362	0.9747141763702711		0	0	False	False	0.9837745428085327	0	rep_cluster_667				non-mobilizable	plasmid	6902.0	99.928	98.0	0.14190245106102978	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
ISR0279_000000008717	2408	0.8428692328922599	3	3	2	3	2	False	126954	maximal	True	ISR0279_000000008717	1.0		0	0	False	False	0.9954319000244141	0					non-mobilizable	no_good_hit	1322.0	95.613	55.0	0.01887008070852082	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
USA0059_01_000000006633	3978	0.8428635599661556	5	4	3	2	3	False	928	maximal	True	USA0059_01_000000006633	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	80.24	19.0	0.0002884715434275855	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
AST0040_000000014914	1358	0.8428615004381423	2	2	2	2	2	False	115905	fragment	False	AST0040_000000014914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.143084418206671e-06	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
MON0037_000000039182	1859	0.8428555693115846	2	1	1	1	1	False	78216	fragment	False	MON0037_000000039182	0.9884523275189452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0088_000000017518	1829	0.8428555693115846	2	1	1	1	1	False	78216	fragment	False	MON0037_000000039182	0.9854896986800924		0	0	False	False	0.9961727857589722	0					non-mobilizable	no_good_hit								True	False
ISR0233_000000000346	17128	0.8428524999176754	25	10	5	9	6	False	27401	maximal	True	ISR0233_000000000346	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	81.818	1.0	0.04788418708240535	XM_034206259.1	bony fishes	PREDICTED: Gymnodraco acuticeps platelet binding protein GspB-like (LOC117539905), mRNA	True	False
ENG0157_000000021994	1119	0.8428412452794674	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.295443790154717		0	0	False	False	0.9991063475608826	0					non-mobilizable	chromosome	1119.0	99.821	100.0	0.00017201497853505397	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0063_000000004132	4222	0.8428392566790541	5	5	5	4	3	False	132013	fragment	False	SPA0063_000000004132	1.0		0	0	False	False	0.9973946213722229	0					non-mobilizable	chromosome	4222.0	99.73899999999999	100.0	0.0006730815382233295	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
FIJ0046_000000017439	1843	0.8428355451818751	2	2	2	2	2	False	52529	fragment	False	FIJ0010_000000010098	0.9737707870768597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	90.476	5.0	2.4989710561946333e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0058_000000008573	4501	0.8428320399726982	6	6	4	6	4	False	46060	maximal	True	FIJ0058_000000008573	1.0		3	2	False	False	0.9984447956085205	0					non-mobilizable	no_good_hit	612.0	80.882	14.0	0.001145941707754708	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0115_000000008783	3587	0.8428209645078305	3	3	2	3	3	False	82590	maximal	True	ISR0115_000000008783	1.0		3	2	False	False	0.9947031140327454	0					non-mobilizable	no_good_hit	488.0	71.311	13.0	0.00016058149148089288	CP016893.1	firmicutes	Thermoanaerobacterium thermosaccharolyticum strain TG57, complete genome	True	False
ISR0115_000000012037	2733	0.8428124253714335	4	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.8872509744291897		0	0	False	False	0.9996340870857239	0					non-mobilizable	other	2734.0	99.598	100.0	0.0866436293313889	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0164_000000003024	7875	0.8427953121754618	11	10	5	8	6	False	119723	fragment	False	DEN0094_000000003259	0.9168850199585383		0	0	False	False	1.0	0					non-mobilizable	chromosome	6966.0	93.052	98.0	0.0013067928629091848	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ISR0114_000000008280	3314	0.8427891376471159	3	2	1	2	2	False	116325	fragment	False	ENG0150_000000004183	0.3901227352425482		0	0	False	False	0.9921544790267944	0					non-mobilizable	no_good_hit	436.0	87.844	42.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0391_000000004151	3115	0.8427891376471159	3	2	1	2	2	False	79056	fragment	False	ISR0391_000000004151	1.0		0	0	False	False	0.9955056309700012	0					non-mobilizable	no_good_hit	436.0	87.615	38.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0400_000000006638	2725	0.8427891376471159	3	2	1	2	2	False	79055	fragment	False	ISR0400_000000006638	1.0		0	0	False	False	0.9959632754325867	0					non-mobilizable	no_good_hit	293.0	97.95200000000001	54.0	0.0006105759278349438	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0097_000000010803	2638	0.8427891376471159	3	2	1	2	2	False	79057	fragment	False	ISR0097_000000010803	1.0		0	0	False	False	0.9996209144592285	0					non-mobilizable	no_good_hit	295.0	98.305	39.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0216_000000007494	2466	0.8427891376471159	3	2	1	2	2	False	79055	fragment	False	ISR0400_000000006638	0.9524770642201834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	87.615	50.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0814_000000019045	2117	0.8427891376471159	3	2	1	2	2	False	79052	fragment	False	ISR0009_000000015458	0.9772940074906367		0	0	False	False	0.999527633190155	0					non-mobilizable	no_good_hit	750.0	77.467	40.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0085_000000003965	3508	0.8427776043009355	5	4	4	4	3	False	131859	maximal	False	AST0097_000000006446	0.9940811724915446		0	0	False	False	1.0	0					non-mobilizable	other	3508.0	100.0	100.0	0.0009891115933355257	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0208_000000004540	5438	0.8427669394637692	10	2	0	1	1	False	28532	maximal	True	ISR0208_000000004540	1.0		1	1	True	True	0.9998161196708679	6					non-mobilizable	no_good_hit	936.0	77.885	20.0	0.17215708170482039	HG796288.1	bacteria	Uncultured bacterium plasmid pRGI00247	True	True
ISR0081_000000003377	6616	0.8427595842317842	6	5	4	4	5	False	116280	fragment	False	ISR0081_000000003377	1.0		0	0	False	False	0.9986396431922913	0					non-mobilizable	no_good_hit	1430.0	80.559	32.0	0.04975681444417229	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0158_000000001458	8100	0.8427588214885576	11	7	2	4	4	True	88273	fragment	False	SPA0158_000000001458	1.0		0	0	False	False	0.9997530579566956	0					non-mobilizable	no_good_hit								True	True
ISR0841_000000013259	1169	0.8427458718201599	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.1949658019077391		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	99.65799999999999	100.0	0.0025820257406744215	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
FIJ0096_000000002696	10126	0.8427457549015122	12	9	6	7	6	False	43050	maximal	True	FIJ0096_000000002696	1.0		9	3	False	False	0.999308705329895	0					non-mobilizable	no_good_hit	86.0	82.55799999999999	1.0	3.563052404117212e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0123_000000006571	3094	0.8427445665359075	4	4	4	3	3	False	35754	fragment	False	ISR0053_000000005968	0.9701130856219708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2087.0	83.99600000000001	74.0	0.0005919213122960915	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0207_000000020355	1485	0.8427416063206022	3	3	3	1	1	False	35814	fragment	False	ISR0207_000000020355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	98.305	12.0	5.299022962533198e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0092_000000004148	4683	0.8427349413793713	4	3	3	3	3	True	119963	fragment	False	ENG0092_000000004148	1.0		0	0	False	False	0.9963698387145996	0					non-mobilizable	no_good_hit	164.0	76.22	3.0	4.7174634931322816e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	True
FIJ0039_000000013585	1686	0.8427330645789967	1	1	1	1	1	False	47559	fragment	False	FIJ0039_000000013585	1.0		0	0	False	False	0.9994068741798401	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000011803	2145	0.8427302952146923	3	3	3	3	3	False	54465	fragment	False	ENG0195_000000011803	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	83.583	71.0	0.0003340769663448633	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
AST0024_000000004771	6224	0.8427276498213976	7	4	3	3	3	True	121797	maximal	True	AST0024_000000004771	1.0		1	1	False	False	0.9930912852287292	0					non-mobilizable	no_good_hit	1169.0	97.51899999999999	47.0	0.09415086728519564	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0035_000000016221	2060	0.8427269388387141	3	3	3	2	2	False	100824	fragment	False	DEN0035_000000016221	1.0		0	0	False	False	0.9990290999412537	0					non-mobilizable	no_good_hit	962.0	87.52600000000001	68.0	0.00021387170546327593	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0055_000000010244	2170	0.8427206334844535	3	3	3	3	3	False	38984	maximal	True	MON0055_000000010244	1.0		6	2	False	False	0.9898617267608643	0					non-mobilizable	no_good_hit	229.0	76.85600000000001	14.0	4.0091620833584275e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0386_000000017664	1700	0.8427181555881581	3	2	1	2	2	False	78252	fragment	False	ISR0386_000000017664	1.0		0	0	False	False	0.9976470470428467	0					non-mobilizable	no_good_hit	1136.0	89.789	67.0	0.00034172676491336245	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0119_000000025261	1187	0.8427181555881581	2	2	1	2	2	False	78242	fragment	False	ISR0022_000000017797	0.3206377099305139		0	0	False	False	0.9957876801490784	0					non-mobilizable	other	1165.0	90.55799999999999	98.0	0.0003504581095675365	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0050_000000022526	1142	0.8427181555881581	2	2	1	2	2	False	78242	fragment	False	ISR0022_000000017797	0.22959334323257358		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	90.845	99.0	0.00034172676491336245	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0007_000000001433	24652	0.8427138799491801	38	7	5	6	3	True	95442	maximal	True	CAN0007_000000001433	1.0		2	1	False	False	0.9981340169906616	0					non-mobilizable	no_good_hit	64.0	95.31200000000001	0.0	0.0003115295606938703	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
ENG0020_000000003189	6363	0.8427118930948995	8	5	4	4	4	False	66500	maximal	True	ENG0020_000000003189	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	90.17399999999999	19.0	0.5258764607679466	HG796672.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI02009	True	False
SPA0105_000000011756	2176	0.8427099494945848	2	2	2	2	1	False	4788	maximal	True	SPA0105_000000011756	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2176.0	99.72399999999999	100.0	0.003212698356427834	NZ_CYXL01000001.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
FIJ0117_000000013968	1463	0.8427087702631623	3	2	2	2	2	False	89414	fragment	False	DEN0010_000000030767	0.9742735501647225		0	0	False	False	0.9986329674720764	0					non-mobilizable	chromosome	1354.0	78.508	92.0	0.00038989067117722344	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0035_01_000000000635	31501	0.8426988594595313	27	19	9	19	12	True	91679	fragment	False	MON0045_000000000446	0.6946702158860164		0	0	False	False	1.0	0					non-mobilizable	other	27912.0	99.979	99.0	0.6600373637288055	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
CAN0016_000000001152	21681	0.8426985332470838	24	16	6	11	12	True	116746	fragment	False	AUS0014_000000000962	0.7921609151843239		0	0	False	False	0.9998155236244202	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
DEN0089_000000010968	1756	0.8426855344383242	3	1	1	1	1	False	71216	fragment	False	DEN0090_000000014222	0.6525925925925926		0	0	False	False	0.9994305372238159	0					non-mobilizable	no_good_hit	470.0	71.915	26.0	5.1591981132075474e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
USA0132_01_000000010263	1530	0.8426855344383242	2	1	1	1	1	False	71214	fragment	False	USA0132_01_000000010263	1.0		0	0	False	False	0.9745097756385803	0					non-mobilizable	no_good_hit	470.0	71.915	29.0	5.1591981132075474e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
DEN0064_000000029924	1433	0.8426855344383242	2	1	1	1	1	False	71213	fragment	False	DEN0064_000000029924	0.9933901282100752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	77.0	14.0	2.2110849056603772e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
DEN0082_000000029689	1432	0.8426855344383242	2	1	1	1	1	False	71213	fragment	False	DEN0064_000000029924	0.9924171624627762		0	0	False	False	0.998603343963623	0					non-mobilizable	no_good_hit	199.0	76.884	14.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
DEN0079_000000048115	1303	0.8426855344383242	1	1	1	1	1	False	71213	fragment	False	DEN0064_000000029924	0.937638154124449		0	0	False	False	0.9976975917816162	0					non-mobilizable	no_good_hit	200.0	77.0	15.0	2.2110849056603772e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0162_000000022013	1798	0.842684929754778	3	3	2	3	2	False	65860	maximal	False	ENG0028_000000011239	0.6469298245614036		0	0	False	False	0.9866518378257751	0					non-mobilizable	other	1628.0	94.103	100.0	0.03723660376493247	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CAN0007_000000016532	2484	0.8426721251923641	2	2	2	2	1	False	95346	fragment	False	CAN0007_000000016532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	95.663	33.0	0.0004068517965034303	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0094_000000007035	1787	0.8426606504384819	2	2	1	1	2	True	5233	maximal	True	SPA0094_000000007035	1.0		1	1	False	False	0.99552321434021	0					non-mobilizable	plasmid	1787.0	99.77600000000001	100.0	0.049518950841489454	CP056820.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_5, complete sequence	False	True
CHI0146_000000004021	1843	0.8426491449269592	3	3	2	3	1	False	100264	fragment	False	CHI0140_000000015983	0.9982018025675697		0	0	False	False	0.9761258959770203	0					non-mobilizable	no_good_hit	203.0	92.611	11.0	0.0004925351662793845	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0140_000000002241	9886	0.8426447031216149	10	8	7	7	8	False	101320	fragment	False	FIJ0014_000000001935	0.6697107688003544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	91.057	2.0	0.00034380506252954576	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0030_000000002305	9855	0.8426447031216149	9	8	7	7	8	False	101320	fragment	False	FIJ0014_000000001935	0.7183203859351299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	81.609	2.0	0.0003359047195583921	NZ_HE999444.1	CFB group bacteria	Prevotella conceptionensis 9403948, whole genome shotgun sequence	True	False
MON0022_000000012693	2316	0.84264416771505	4	2	2	1	2	False	13025	maximal	True	MON0022_000000012693	1.0		5	4	False	False	0.9719343781471252	0					non-mobilizable	no_good_hit	53.0	98.113	2.0	0.00031699392225114454	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0132_000000000520	27852	0.8426401261524719	32	10	4	6	6	False	52466	maximal	True	FIJ0132_000000000520	1.0		2	1	False	False	0.9999281764030457	0					non-mobilizable	no_good_hit	10026.0	95.961	72.0	0.0034017269260397083	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0108_000000000467	20980	0.8426372124081799	33	17	12	15	14	True	125419	fragment	False	ENG0184_000000000835	0.9613243104521277		0	0	False	False	1.0	0					non-mobilizable	other	20981.0	99.109	100.0	0.005987683848922794	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0108_01_000000002317	5872	0.8426361643641065	6	6	5	4	4	True	321	maximal	True	USA0108_01_000000002317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5248.0	99.6	89.0	0.007390952808900133	NZ_LT635836.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
USA0116_01_000000009591	2703	0.8426301051844167	4	4	4	4	3	False	39156	fragment	False	USA0116_01_000000009591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	75.648	32.0	0.00029426166217819545	CP017038.2	CFB group bacteria	Tannerella sp. oral taxon BU063, complete genome	True	False
ENG0151_000000012357	1908	0.8426164614706061	2	2	2	2	2	False	93586	fragment	False	ENG0151_000000012357	1.0		0	0	False	False	0.99842768907547	0					non-mobilizable	no_good_hit	402.0	72.637	20.0	0.0010674538230913135	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
ISR0344_000000012183	2697	0.8426134777668914	4	3	2	3	2	True	124815	fragment	False	ISR0344_000000012183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	2.0	0.00010777000612809839	NZ_FNQN01000002.1	d-proteobacteria	Desulfuromusa kysingii strain DSM 7343, whole genome shotgun sequence	True	True
FIJ0087_000000024583	1313	0.8426122473992119	1	1	1	1	1	False	43708	fragment	False	FIJ0087_000000024583	1.0		0	0	False	False	0.9794363975524902	0					non-mobilizable	chromosome	1295.0	97.29700000000001	99.0	0.00043256401726586243	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0052_000000012832	3154	0.8426097645870416	4	4	4	4	2	False	74121	maximal	True	DEN0052_000000012832	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	79.171	29.0	0.05360703812316715	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0198_000000008994	3709	0.8426073866425089	7	2	1	2	2	False	36106	maximal	True	ISR0198_000000008994	1.0		1	1	False	False	0.999191164970398	0					non-mobilizable	no_good_hit	1303.0	92.786	35.0	0.07797529376318169	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0047_000000008191	3511	0.8426073866425089	5	2	1	2	2	False	36105	fragment	False	ISR0047_000000008191	1.0		0	0	False	False	0.9997152090072632	0					non-mobilizable	no_good_hit	1303.0	92.786	37.0	0.07797529376318169	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0296_000000016450	1588	0.8426040531711924	2	2	2	2	2	False	50589	fragment	False	ISR0296_000000016450	1.0		0	0	False	False	0.9659949541091919	0					non-mobilizable	other	1588.0	98.741	100.0	0.024931661796587803	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
CHI0185_000000007272	2844	0.8425904469284629	5	5	3	5	5	False	87164	maximal	False	CHI0045_000000006955	0.9649949511948839		0	0	False	False	0.9992967844009399	0					non-mobilizable	other	2846.0	97.294	100.0	0.007170591498159447	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0046_000000004945	5049	0.842580694290132	5	2	2	2	2	False	73743	fragment	False	ISR0046_000000004945	1.0		0	0	False	False	0.9972271919250488	0					non-mobilizable	no_good_hit	96.0	100.0	3.0	2.658866578354979e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0019_000000001463	13650	0.8425783256684719	23	10	6	8	8	True	122944	maximal	True	AST0019_000000001463	1.0	PS364	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	102.0	84.314	1.0	0.015346838551258441	NZ_FMPG01000025.1	firmicutes	Staphylococcus caeli strain 82B, whole genome shotgun sequence	True	True
ISR0288_000000010513	2858	0.8425781185821459	5	4	4	4	4	False	83561	fragment	False	ISR0121_000000008471	0.9929020214297865		0	0	False	False	0.9996501207351685	0					non-mobilizable	other	2858.0	99.37	100.0	0.059037464096046946	NZ_QRST01000015.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf15, whole genome shotgun sequence	False	False
ISR0290_000000012607	1345	0.8425765307626478	3	2	2	1	1	False	129882	fragment	False	ISR0290_000000012607	1.0		0	0	False	False	0.994795560836792	0					non-mobilizable	no_good_hit	1177.0	99.065	88.0	0.01639892904953146	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0322_000000009908	1302	0.8425765307626478	2	2	2	1	1	False	25008	fragment	False	ISR0322_000000009908	1.0		0	0	False	False	0.996927797794342	0					non-mobilizable	no_good_hit	966.0	99.17200000000001	74.0	0.013456604194556002	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0061_000000034344	1226	0.8425765307626478	2	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.0650352868676019		0	0	False	False	0.9910277128219604	0					non-mobilizable	other	1149.0	99.391	94.0	0.015994533690316823	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0162_000000033588	1160	0.8425765307626478	2	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.03555451280578197		0	0	False	False	1.0	0					non-mobilizable	other	1072.0	98.041	92.0	0.014920794288264167	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0151_000000019529	1140	0.8425765307626478	2	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.04259005823997567		0	0	False	False	1.0	0					non-mobilizable	other	1072.0	98.601	94.0	0.014920794288264167	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AUS0002_000000033036	1140	0.8425765307626478	2	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.06359698228560913		0	0	False	False	1.0	0					non-mobilizable	other	1137.0	99.12	99.0	0.01582719767960732	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0246_000000018769	1271	0.8425712559528026	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9133209437188603		0	0	False	False	0.9992132186889648	0					non-mobilizable	no_good_hit	59.0	100.0	5.0	1.952246042241892e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0154_000000016894	1226	0.8425647189752391	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08837603081101301		0	0	False	False	1.0	0					non-mobilizable	chromosome	1226.0	96.33	100.0	0.00034074538051988724	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0155_000000015643	1226	0.8425647189752391	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09097698932254838		0	0	False	False	1.0	0					non-mobilizable	chromosome	1226.0	96.411	100.0	0.00034074538051988724	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0032_000000009983	3459	0.8425639944357697	4	4	3	3	3	False	48465	maximal	True	FIJ0032_000000009983	1.0		1	1	False	False	0.9976872205734253	0					non-mobilizable	no_good_hit	195.0	79.487	6.0	0.001489340467837155	NZ_OAOF01000017.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
CHI0024_000000011167	1156	0.8425588999643501	2	2	2	2	2	False	88982	maximal	False	DEN0005_000000029156	0.7255859678170435		0	0	False	False	0.9991349577903748	0					non-mobilizable	other	1156.0	99.913	100.0	0.004161112512159095	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
USA0117_01_000000012691	1646	0.8425484931423918	2	2	2	2	1	False	92181	fragment	False	SPA0100_000000012690	0.36681805578035404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
ISR0021_000000011733	2000	0.8425454379240076	3	3	3	3	2	False	108430	fragment	False	ISR0310_000000008425	0.9701343952215032		0	0	False	False	0.9940000176429749	0					non-mobilizable	other	1982.0	100.0	99.0	0.008451761814760931	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
SPA0043_000000004816	3659	0.8425428643184661	4	2	2	2	2	False	73021	maximal	True	SPA0043_000000004816	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1687.0	72.733	45.0	0.0003560038439836744	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
ISR0095_000000013678	2334	0.8425226985801835	3	3	3	3	2	False	113821	maximal	True	ISR0095_000000013678	0.9686956521739131		1	1	False	False	0.9944301843643188	0					non-mobilizable	no_good_hit	202.0	73.762	8.0	6.420362770150686e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
ENG0039_000000004949	4567	0.8425188925348166	8	4	3	2	3	False	131766	maximal	True	ENG0039_000000004949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	97.12799999999999	31.0	0.003152866458438561	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0127_000000009761	2624	0.8425188825258892	4	3	3	3	2	False	121265	backbone	False	ENG0073_000000006947	0.13274769943583964	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	2391.0	96.11	99.0	0.0004936024861532003	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0037_01_000000014604	2347	0.8425188825258892	4	3	3	3	2	False	121265	backbone	False	ENG0073_000000006947	0.12599890349819354	PS849	0	0	False	True	1.0	0					non-mobilizable	other	2347.0	100.0	100.0	0.009586426992370905	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
USA0010_01_000000011482	2341	0.8425188825258892	4	3	3	3	2	False	121265	backbone	False	ENG0073_000000006947	0.12608719335053536	PS849	0	0	False	True	1.0	0					non-mobilizable	other	2341.0	100.0	100.0	0.009561909276277885	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
FIJ0155_000000010982	2028	0.8425100064879847	3	2	2	2	1	False	83001	fragment	False	FIJ0158_000000008568	0.9540337711069419		0	0	False	False	0.9995068907737732	0					non-mobilizable	no_good_hit	721.0	90.014	35.0	0.001755570889708697	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0023_000000004784	3599	0.842501976477523	4	4	3	4	3	False	119478	fragment	False	ENG0023_000000004784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	86.697	55.0	0.0053572485644941695	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0015_000000003329	8605	0.8424948748328105	20	4	1	2	2	True	50400	fragment	False	FIJ0015_000000003329	1.0		0	0	False	False	0.9936083555221558	0					non-mobilizable	no_good_hit	226.0	95.575	9.0	6.002034289488517e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0064_000000036109	1217	0.8424946709905051	3	2	2	1	1	True	87079	fragment	False	MON0032_000000016300	0.06442656738822959		0	0	False	False	1.0	0					non-mobilizable	chromosome	1219.0	92.781	100.0	0.0004290926208419743	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0075_01_000000006194	4004	0.8424915730776891	3	2	1	2	1	False	688	maximal	True	USA0075_01_000000006194	1.0		5	3	False	False	0.9997502565383911	0					non-mobilizable	no_good_hit	3064.0	100.0	77.0	0.000549368853566028	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
FIJ0128_000000022132	1203	0.8424911512897084	2	2	2	2	1	False	40978	maximal	True	FIJ0128_000000022132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	4.0	5.120427330383284e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ISR0379_000000005603	3841	0.8424901578507239	5	3	2	3	2	False	130454	fragment	False	ISR0379_000000005603	0.9848364747010082		0	0	False	False	0.9997396469116211	0					non-mobilizable	other	3841.0	100.0	100.0	0.006127411870583955	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MAD0070_000000011707	1729	0.8424893962616768	2	2	2	2	2	False	16356	maximal	True	MAD0070_000000011707	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	1737.0	80.887	99.0	0.0009259179922627744	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
ISR0082_000000000074	96917	0.8424628393352059	94	12	5	9	4	True	127415	maximal	False	SPA0046_000000000019	0.897402343147261		0	0	True	True	1.0	192					non-mobilizable	virus	28877.0	96.74799999999999	97.0	0.2916780409879988	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
DEN0046_000000008823	2739	0.8424568971151271	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.03219793101703215	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2739.0	99.927	100.0	0.0004779122669675873	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
MON0008_000000001765	10598	0.8424342677771823	10	10	6	7	9	True	132511	maximal	True	MON0008_000000001765	1.0	PS1165|PS799|PS800	33	8	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	7913.0	99.62100000000001	75.0	0.8846153846153846	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
SPA0113_000000009460	3480	0.842433805617158	6	5	5	5	4	False	120077	fragment	False	ISR0155_000000005779	0.549983351532491		0	0	False	False	1.0	0					non-mobilizable	chromosome	3486.0	98.91	100.0	0.0007738456173551094	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0218_000000009813	1766	0.8424328433951513	2	2	2	2	2	False	28068	maximal	True	ISR0218_000000009813	0.997960372960373		10	4	False	False	0.9994337558746338	0					non-mobilizable	no_good_hit	700.0	99.85700000000001	70.0	0.0002352793075046694	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0033_000000018264	1716	0.8424328433951513	2	2	2	2	2	False	28068	maximal	False	ISR0218_000000009813	0.9838618346545867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	99.575	71.0	0.00023729887237595413	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0021_000000001496	15941	0.8424251669155474	23	20	7	10	15	True	101542	fragment	False	DEN0021_000000001496	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10611.0	99.595	99.0	0.003171944820716357	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MAD0025_000000006755	1836	0.8424196781876495	3	2	2	2	2	True	19882	maximal	True	MAD0025_000000006755	1.0		1	1	False	False	0.9912853837013245	0					non-mobilizable	no_good_hit								True	True
ISR0210_000000002369	7629	0.8424187851079072	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.7900048277629335		0	0	False	False	0.9990824460983276	0					non-mobilizable	no_good_hit	2525.0	98.693	33.0	0.40861259511089526	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0036_000000021247	1178	0.842413013968855	2	2	2	2	2	False	12157	maximal	True	MON0036_000000021247	0.9730803177405118		557	14	False	False	1.0	0					non-mobilizable	other	1178.0	99.066	100.0	0.01699221851675401	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0013_000000001951	4299	0.8424103095141896	6	6	6	5	3	False	98923	fragment	False	CHI0013_000000001951	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4299.0	99.116	100.0	0.015038067513855455	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
FIJ0069_000000004779	5056	0.8424083935275152	5	5	5	4	4	False	48692	fragment	False	FIJ0101_000000005073	0.9648548915903234		0	0	False	False	0.9998022317886353	0					non-mobilizable	no_good_hit	873.0	77.663	20.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
DEN0073_000000017063	2944	0.8423931927161248	3	3	3	2	2	False	86241	fragment	False	DEN0073_000000017063	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2667.0	97.413	97.0	0.021452211655379562	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0389_000000013607	1628	0.84239300811748	3	3	3	3	2	False	57556	fragment	False	MON0087_000000031086	0.9721053912074455		0	0	False	False	0.9932432174682617	0					non-mobilizable	other	1613.0	96.46600000000001	99.0	0.01154827062498209	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0137_000000006820	2481	0.8423921627834965	3	2	2	2	2	False	57986	maximal	True	ENG0137_000000006820	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1649.0	71.559	65.0	0.00032790426660000093	CP042593.1	firmicutes	Bacillus dafuensis strain FJAT-25496 chromosome, complete genome	True	False
FIJ0099_000000006022	3780	0.8423898757286156	5	5	5	4	3	False	48656	fragment	False	FIJ0099_000000006022	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3694.0	99.756	98.0	0.0006958723258001495	CP047281.1	enterobacteria	Klebsiella quasipneumoniae strain N18-04101 chromosome, complete genome	False	False
AST0084_000000027427	1294	0.8423829776352191	2	2	2	2	2	False	111242	maximal	True	AST0084_000000027427	1.0		209	11	False	False	1.0	0					non-mobilizable	chromosome	1294.0	99.691	100.0	0.000292543732233568	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0107_000000002847	6601	0.8423775792740126	5	5	5	5	4	False	38645	fragment	False	ISR0107_000000002847	0.9865237863289495		0	0	False	False	0.9978790879249573	0					non-mobilizable	no_good_hit	122.0	100.0	2.0	0.01011367435640254	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	True	False
ISR0197_000000014972	1707	0.842371700944158	3	3	2	3	2	False	94762	fragment	False	FIJ0028_000000015259	0.7861871958707762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	81.863	31.0	6.113607082387933e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0051_000000012076	2070	0.8423709413593009	2	2	2	2	2	True	109782	maximal	False	ENG0100_000000013826	0.9535681610247027		0	0	False	False	0.9714975953102112	0					non-mobilizable	no_good_hit	409.0	74.817	19.0	0.0005113317507615647	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
AST0089_000000004557	4261	0.8423683098622633	4	4	4	4	3	False	129026	fragment	False	ENG0056_000000002779	0.9769781428560101		0	0	False	True	0.9950715899467468	0					non-mobilizable	no_good_hit	2715.0	95.654	64.0	0.03866866652381973	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	True
SPA0041_000000008710	3944	0.8423657303935702	5	5	4	5	5	False	105608	fragment	False	DEN0010_000000010219	0.9551610375485098		0	0	False	False	1.0	0					non-mobilizable	other	3893.0	99.05	99.0	0.015553778488604559	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CAN0008_000000008954	3219	0.8423604221957406	2	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.7330734575762902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	73.708	22.0	0.00018120242911923035	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0812_000000012850	3077	0.8423604221957406	3	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.6898245737306183		0	0	False	False	0.9964250922203064	0					non-mobilizable	no_good_hit	661.0	73.828	24.0	0.00018120242911923035	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0815_000000010024	3077	0.8423604221957406	3	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.6889955764908418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	74.242	24.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0057_000000007552	3034	0.8423604221957406	2	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.687152055730144		0	0	False	False	0.9996703863143921	0					non-mobilizable	no_good_hit	661.0	73.828	24.0	0.00018120242911923035	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0112_000000011361	3016	0.8423604221957406	2	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.6853454587590059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	74.468	24.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0120_000000007242	2989	0.8423600603751289	3	3	3	2	2	True	102808	fragment	False	DEN0066_000000010527	0.9809853271631604		0	0	False	False	1.0	0					non-mobilizable	other	2989.0	99.96700000000001	100.0	0.010675508140610876	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0032_000000010927	2989	0.8423600603751289	3	3	3	2	2	True	102808	fragment	False	DEN0066_000000010527	0.9809853271631604		0	0	False	False	0.9983271956443787	0					non-mobilizable	other	2989.0	99.96700000000001	100.0	0.010675508140610876	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0356_000000003394	4700	0.8423573560684116	4	1	0	1	0	True	88141	fragment	False	ISR0356_000000003394	1.0		0	0	False	False	0.9976595640182495	0					non-mobilizable	no_good_hit								True	True
MON0043_000000007253	3498	0.842356789688922	4	4	4	4	3	True	103490	fragment	False	ISR0099_000000005855	0.9671153715761373		0	0	False	False	1.0	0					non-mobilizable	chromosome	3498.0	99.6	100.0	0.001558675184036884	CP018757.1	high GC Gram+	Bifidobacterium bifidum strain PRI 1 chromosome, complete genome	False	True
MAD0022_000000000344	13981	0.8423563184934957	21	10	7	6	9	False	19316	maximal	True	MAD0022_000000000344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	72.727	2.0	0.00011328912350950372	CP023540.1	CFB group bacteria	Chryseobacterium sp. 6424 chromosome, complete genome	True	False
SPA0154_000000004209	1986	0.8423508994771723	3	3	3	3	3	False	129525	fragment	False	SPA0154_000000004209	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1269.0	98.345	69.0	0.0003398028071785219	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MAD0032_000000000868	12451	0.8423498106015027	10	7	5	4	5	False	18935	maximal	True	MAD0032_000000000868	1.0		2	1	False	False	0.9995984435081482	0					non-mobilizable	no_good_hit	2957.0	91.072	25.0	0.022313662012314116	CP056643.1	enterobacteria	Escherichia coli strain RHBSTW-00300 plasmid pRHBSTW-00300_2, complete sequence	True	False
AST0102_000000026826	1168	0.84234738431015	1	1	1	1	1	False	108080	maximal	True	AST0102_000000026826	1.0		25	9	False	False	0.9803082346916199	0					non-mobilizable	no_good_hit	506.0	81.423	47.0	0.00017204772782186548	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0014_000000011621	1438	0.8423471136080711	2	2	2	2	2	False	13444	fragment	False	MON0014_000000011621	1.0		0	0	False	False	0.9784422516822815	0					non-mobilizable	other	1438.0	99.93	100.0	0.0006210691552076454	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
FIJ0092_000000000153	53831	0.8423448805715192	63	18	11	15	10	True	44316	maximal	True	FIJ0092_000000000153	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	376.0	84.84	1.0	0.0035168998762051245	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
ISR0067_000000003487	7036	0.8423432536050608	8	7	4	6	4	False	107386	maximal	True	ISR0067_000000003487	1.0		0	0	False	False	0.9997157454490662	0					non-mobilizable	no_good_hit	1149.0	98.085	28.0	0.0019975457727329773	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
MAD0064_000000000368	24627	0.8423364424908631	19	10	6	9	3	True	16692	maximal	True	MAD0064_000000000368	1.0		2	1	False	False	0.9995533227920532	0					non-mobilizable	no_good_hit	73.0	91.781	0.0	0.0005926099040973549	NC_043783.1	liverworts	Frullania nodulosa voucher 16-8547 chloroplast, complete genome	True	True
ISR0821_000000017034	1825	0.8423207311491779	5	4	0	4	1	True	21229	maximal	True	ISR0821_000000017034	1.0		2	1	False	False	0.9994520545005798	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	5.113781641523907e-05	CP029816.1	CFB group bacteria	Blattabacterium punctulatus strain CPUbr chromosome, complete genome	True	True
ISR0814_000000019199	2102	0.842310635523946	5	2	2	2	2	False	21534	fragment	False	ISR0814_000000019199	1.0		0	0	False	False	0.9909610152244568	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000008135	3526	0.8423068060880047	5	4	4	4	4	False	44516	maximal	True	ISR0046_000000008135	1.0		2	2	False	False	0.9951786994934082	0					non-mobilizable	no_good_hit	592.0	83.10799999999999	17.0	0.0037008645822861163	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0154_000000021832	1789	0.8422986654471594	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.15926288446660497		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	94.413	100.0	0.0005379010068636048	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CAN0013_000000011190	2009	0.8422943469865178	3	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.8018813116370705	PS778	0	0	False	True	1.0	0					non-mobilizable	other	2009.0	100.0	100.0	0.18554795786361117	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ENG0178_000000011410	1961	0.8422943469865178	3	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.6673049111015341	PS778	0	0	False	True	0.9933707118034363	0					non-mobilizable	other	1942.0	99.949	99.0	0.1793568656440584	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0129_000000005724	1938	0.8422943469865178	3	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7950078476600754	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1938.0	100.0	100.0	0.17898724819811496	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
SPA0136_000000021876	1914	0.8422943469865178	3	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7621251957324896	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1863.0	99.678	100.0	0.4494436381228834	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0096_000000012751	1846	0.8422943469865178	3	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7694222663733477	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1846.0	99.837	100.0	0.4344242995055333	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0170_000000008823	1824	0.8422943469865178	3	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7536740945914071	PS778	0	0	False	True	0.999451756477356	0					non-mobilizable	other	1824.0	99.836	100.0	0.42924417235695783	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0065_000000010224	1824	0.8422943469865178	3	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7536740945914071	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1824.0	99.836	100.0	0.42924417235695783	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0170_000000025792	1813	0.8422943469865178	3	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7772480166573401	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1813.0	100.0	100.0	0.4266541087826701	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0813_000000017564	1762	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7679489213479188	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1762.0	100.0	100.0	0.41680473372781063	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0370_000000015235	1759	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.748333528734126	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1759.0	99.773	100.0	0.4242864054184809	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
CHI0040_000000008567	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7404569310845825	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	99.431	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0167_000000012187	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7679369932188876	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	100.0	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0119_000000006798	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7679369932188876	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	100.0	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0124_000000008415	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7679369932188876	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	100.0	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0058_000000012044	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7623957161087906	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	99.602	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0179_000000011951	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7679369932188876	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	100.0	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0163_000000005476	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7679369932188876	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	100.0	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0051_01_000000011544	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7679369932188876	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	100.0	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0127_000000010354	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7679369932188876	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	100.0	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0162_000000018211	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7622472725575722	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1759.0	99.375	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0112_000000010398	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.751160060094262	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	99.943	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0120_000000008606	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7679369932188876	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	100.0	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0172_000000004489	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7740525081282282	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	99.488	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0159_000000008772	1758	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.751160060094262	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	99.943	100.0	0.4158579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0139_000000006535	1744	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7403619995551839	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1745.0	99.885	100.0	0.4127810650887574	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0133_000000011178	1729	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7218211840076096	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1729.0	99.94200000000001	100.0	0.4089940828402367	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0101_000000006980	1724	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7287730076891025	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1724.0	100.0	100.0	0.40781065088757396	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0774_000000014429	1718	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7469931714295537	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1718.0	100.0	100.0	0.4063905325443787	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0013_000000005285	1718	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.7292898389829063	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1718.0	99.825	100.0	0.4063905325443787	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
AST0108_000000016855	1687	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.6957574989955928	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1687.0	99.76299999999999	100.0	0.40686985970004835	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
USA0017_01_000000016293	1678	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.6365769776892688	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1678.0	100.0	100.0	0.39692307692307693	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
FIJ0108_000000014046	1653	0.8422943469865178	3	2	1	1	1	True	42214	fragment	False	FIJ0108_000000014046	1.0		0	0	False	False	0.9987900853157043	0					non-mobilizable	no_good_hit	1125.0	96.0	68.0	0.2709739633558341	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	True	True
MON0109_000000022322	1613	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.04708191578096434	PS778	0	0	False	True	0.9578425288200378	0					non-mobilizable	plasmid	1614.0	99.009	100.0	0.3888621022179364	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
USA0047_01_000000022918	1584	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.46745036685160934	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1584.0	99.874	100.0	0.37467455621301776	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0044_01_000000017394	1584	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.467670221195417	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1584.0	100.0	100.0	0.37467455621301776	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0832_000000008671	1544	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.22328145224492307	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1544.0	100.0	100.0	0.36520710059171596	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0126_000000030122	1492	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.0937592288359194	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1492.0	99.866	100.0	0.3606676342525399	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
DEN0075_000000000504	1348	0.8422943469865178	2	2	1	1	1	True	116584	backbone	False	USA0025_01_000000005434	0.03705774406281221	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1348.0	100.0	100.0	0.3255982596084119	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0040_000000010307	2225	0.8422931902296775	2	2	2	1	2	False	64856	maximal	True	ENG0040_000000010307	1.0		1	1	False	False	0.9887640476226807	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000024958	1796	0.8422931799252581	3	2	2	2	2	False	129919	maximal	True	FIJ0011_000000024958	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	99.24799999999999	74.0	0.7460674157303371	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
FIJ0083_000000002837	10231	0.8422770611259606	14	9	4	6	6	True	104869	maximal	True	FIJ0083_000000002837	0.9996120271580989		3	2	True	True	1.0	19					non-mobilizable	no_good_hit	2310.0	87.40299999999999	45.0	0.18596208148446955	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0124_000000002297	10231	0.8422770611259606	15	9	4	6	6	True	104869	maximal	False	FIJ0083_000000002837	0.9996120271580989		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2310.0	87.40299999999999	45.0	0.18596208148446955	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0041_000000050502	1372	0.8422742760226982	3	3	1	2	0	True	27304	maximal	True	MON0041_000000050502	0.960222752585521		7	1	False	False	0.9992711544036865	0					non-mobilizable	no_good_hit	644.0	75.155	46.0	0.004327800351379402	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
MAD0010_000000001108	2996	0.8422727951331273	3	3	3	3	3	False	46666	fragment	False	MAD0010_000000001108	1.0		0	0	False	False	0.9983311295509338	0					non-mobilizable	no_good_hit	855.0	78.48	33.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MON0106_000000040692	1114	0.8422699667047612	2	1	1	1	1	True	95144	fragment	False	MON0070_000000024732	0.39729444886679033		0	0	False	False	0.9910233616828918	0					non-mobilizable	no_good_hit	67.0	85.075	6.0	0.0001547924947072874	NZ_MKIP01000037.1	a-proteobacteria	Rhizobium oryzae strain 1.7048 scaffold11, whole genome shotgun sequence	True	True
ISR0393_000000000738	16535	0.8422662870540419	15	8	7	8	6	True	101307	maximal	True	ISR0393_000000000738	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	5916.0	97.583	70.0	0.05115952335524604	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
AST0050_000000000077	50403	0.8422560723187503	48	21	13	17	13	False	114804	maximal	True	AST0050_000000000077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1464.0	70.219	3.0	0.0003847590010758651	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0066_000000000332	20826	0.8422438873015599	25	8	1	4	6	False	16615	maximal	True	MAD0066_000000000332	1.0		1	1	False	False	0.9994238018989563	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000003993	6379	0.8422287540444529	6	2	2	2	2	False	104408	fragment	False	USA0059_01_000000003993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	94.318	54.0	0.0001761799470843606	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CAN0018_000000009201	3722	0.8422287540444529	2	2	2	2	2	False	92287	fragment	False	CAN0018_000000009201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	943.0	87.805	43.0	0.0003006961903044252	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
AST0140_000000006522	4240	0.8422284251166966	5	5	5	5	4	False	105624	fragment	False	ISR0188_000000004827	0.9476766810621021		0	0	False	False	1.0	0					non-mobilizable	chromosome	4243.0	97.54899999999999	100.0	0.001205460125665947	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0035_000000000112	43767	0.8422272329147311	44	10	6	7	5	True	52242	fragment	False	ISR0035_000000000112	1.0		0	0	False	False	0.9999542832374573	0					non-mobilizable	no_good_hit	874.0	78.719	2.0	0.0006944103191629053	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	True
DEN0061_000000006069	5682	0.8422267577188067	6	3	1	2	2	False	127304	backbone	False	ISR0832_000000002251	0.770737577606564	PS1004	0	0	True	True	1.0	69					non-mobilizable	other	3923.0	99.975	100.0	0.6989841382997684	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0045_000000001369	13883	0.8422221878256569	16	6	6	5	5	True	47071	maximal	True	FIJ0045_000000001369	1.0		2	1	False	False	0.9996398687362671	0					non-mobilizable	no_good_hit	713.0	72.23	5.0	0.00027164535474784784	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
ISR0331_000000015064	1628	0.8422128002821151	2	1	1	1	1	False	54794	fragment	False	ISR0331_000000015064	0.9868653471158126		0	0	False	False	0.9864864945411682	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	9.016169788713178e-05	NZ_LROS01000011.1	firmicutes	Clostridium ragsdalei P11 CLRAG_contig000011, whole genome shotgun sequence	True	False
ISR0829_000000003023	4477	0.8422043282582775	6	6	6	5	4	False	71257	maximal	True	ISR0829_000000003023	1.0		18	4	False	False	0.9986597895622253	0					non-mobilizable	no_good_hit	137.0	76.642	3.0	0.00040790914360548745	NZ_NNRK01000025.1	a-proteobacteria	Ochrobactrum rhizosphaerae strain PR17 OrhDSM_1.contig.24_1, whole genome shotgun sequence	True	False
MON0016_000000028601	1349	0.8422011182112169	2	2	2	2	1	False	46721	fragment	False	MON0016_000000028601	0.9729454997313818		0	0	False	False	0.9992586970329285	0					non-mobilizable	no_good_hit								True	False
ISR0015_000000022479	1210	0.842197254502881	2	2	2	2	2	False	37947	fragment	False	ISR0015_000000022479	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	87.22200000000001	100.0	0.0038919023322442014	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0007_000000001098	5320	0.8421843732324414	6	5	4	4	4	False	122142	maximal	True	MAD0007_000000001098	1.0		3	1	False	False	0.9956766963005066	0					non-mobilizable	no_good_hit	2424.0	95.256	47.0	0.040880023069224634	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
CHI0078_000000002070	8453	0.8421812395576028	12	2	2	2	2	False	121513	backbone	False	ENG0141_000000003012	0.9357614660324456	PS853	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.0002866372798896834	NZ_FNQG01000010.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	True
DEN0073_000000039617	1357	0.8421798309393729	1	1	1	1	1	False	70095	maximal	True	DEN0073_000000039617	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	94.73700000000001	15.0	0.06762028608582575	NZ_LNAM01000045.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf139, whole genome shotgun sequence	True	False
SPA0024_000000005111	3212	0.8421771622737408	6	5	0	2	4	False	98456	maximal	False	ENG0139_000000005732	0.9855719318813725		0	0	True	True	1.0	52	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	3212.0	99.969	100.0	0.27924167318897297	CP022687.1	enterobacteria	Escherichia coli Nissle 1917 plasmid pNissle1	False	True
ISR0188_000000003856	5607	0.8421762898369342	2	1	1	1	1	False	89093	fragment	False	ISR0188_000000003856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1504.0	96.54299999999999	48.0	0.012069118013620976	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0018_000000004793	4476	0.8421699203539813	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9853670948716733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0199_000000006274	4435	0.8421699203539813	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9884508927966417		0	0	False	False	0.9988725781440735	0					non-mobilizable	no_good_hit								True	False
USA0006_01_000000005517	4406	0.8421699203539813	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.988362902089982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0039_01_000000005269	4385	0.8421699203539813	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9873075555788908		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0384_000000003103	4384	0.8421699203539813	8	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9856445815364023		0	0	False	False	0.9984033107757568	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000005720	4380	0.8421699203539813	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9861078834780782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0133_000000006292	3087	0.8421699203539813	4	2	1	2	1	False	104663	fragment	False	ISR0133_000000006292	0.987360472751149		0	0	False	False	0.997732400894165	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000009621	3046	0.8421699203539813	3	2	1	2	1	False	104663	fragment	False	ISR0133_000000006292	0.980887593132491		0	0	False	False	0.9983584880828857	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000014269	2899	0.8421699203539813	3	2	1	2	1	False	104670	fragment	False	CAN0007_000000014269	1.0		0	0	False	False	0.9931010603904724	0					non-mobilizable	no_good_hit								True	False
DEN0039_000000006549	2752	0.8421699203539813	3	2	1	2	1	False	104662	fragment	False	DEN0039_000000006549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0102_000000001232	22477	0.8421602028830123	25	19	13	19	16	True	14250	maximal	True	SPA0102_000000001232	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	93.54799999999999	0.0	0.0001254838972788817	NZ_ATHI01000026.1	d-proteobacteria	Desulfovibrio alkalitolerans DSM 16529 ctg3, whole genome shotgun sequence	True	True
CHI0109_000000018007	1136	0.8421557031221775	1	1	0	1	0	True	82716	maximal	True	CHI0109_000000018007	1.0		3	2	False	False	0.9788732528686523	0					non-mobilizable	no_good_hit								True	True
CAN0010_000000005915	2200	0.8421473677932002	3	2	1	1	2	False	94618	maximal	True	CAN0010_000000005915	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2200.0	100.0	100.0	0.016711885273933563	CP022492.1	enterobacteria	Salmonella enterica subsp. enterica serovar Saintpaul strain SA20031783 plasmid unnamed1, complete sequence	False	True
ENG0081_000000003432	7000	0.8421408200509813	9	8	5	6	6	False	61687	maximal	True	ENG0081_000000003432	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	86.984	18.0	0.2346358466336452	AF320327.2	firmicutes	Ruminococcus gnavus putative ruminococcin A modifying enzyme (rumM) gene, partial cds; RumA (rumA3), RumA (rumA2), RumA (rumA1), putative ruminococcin B modifying enzyme (rumM2), and RumB (rumB) genes, complete cds; and insertion sequence ISRgn1, complete sequence	True	False
USA0011_01_000000019421	1872	0.8421405878417768	2	2	2	2	2	False	115050	maximal	True	USA0011_01_000000019421	0.980187121629059		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	4.0	2.3912988203329415e-05	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	True	False
FIJ0109_000000009879	2672	0.8421398864910353	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.6145393569675949		0	0	False	False	1.0	0					non-mobilizable	chromosome	2672.0	99.925	100.0	0.00041170309594254343	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0085_000000010045	1642	0.8421318083451883	2	2	1	2	2	False	61472	fragment	False	SPA0059_000000013661	0.9664447896084294		0	0	False	False	0.9768574833869934	0					non-mobilizable	other	1623.0	99.87700000000001	99.0	0.013182919098164795	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0839_000000000736	14451	0.8421298689332805	22	10	8	9	9	True	126204	maximal	False	CHI0182_000000001370	0.9839955849889624		0	0	True	True	1.0	78					non-mobilizable	no_good_hit	1611.0	73.743	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0132_000000001679	13086	0.8421297836243219	7	4	3	4	2	True	86039	fragment	False	ISR0132_000000001679	1.0		0	0	False	False	0.9990065693855286	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.052941468422414e-05	NZ_NIZW01000007.1	planctomycetes	Rhodopirellula bahusiensis strain SWK21 Rhodopirellula_bahusiensis_SWK21_contig_7, whole genome shotgun sequence	True	True
MAD0111_000000004200	4034	0.8421281152286617	5	4	4	3	3	False	100469	fragment	False	MAD0111_000000004200	0.9908199195171026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	97.074	56.0	0.00038669908582290277	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
SPA0045_000000013264	1968	0.8421278685271835	2	1	1	1	1	False	125881	fragment	False	SPA0045_000000013264	0.9882290487317577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	92.49799999999999	67.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0072_000000015885	1834	0.8421278685271835	2	1	1	1	1	False	125881	fragment	False	SPA0045_000000013264	0.9627142776324441		0	0	False	False	0.9994547367095947	0					non-mobilizable	no_good_hit	1013.0	92.49799999999999	71.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0354_000000011034	1729	0.8421278685271835	3	1	1	1	1	False	125882	fragment	False	ISR0354_000000011034	0.9704347826086956		0	0	False	False	0.9913244843482971	0					non-mobilizable	no_good_hit	1013.0	92.49799999999999	86.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0134_000000019374	1652	0.8421278685271835	2	1	1	1	1	False	125881	fragment	False	SPA0045_000000013264	0.473936114537647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	92.49799999999999	76.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
AST0010_000000022143	1366	0.8421278685271835	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.0605857179691116		0	0	False	False	0.9992679357528687	0					non-mobilizable	other	772.0	91.58	96.0	0.015390457916092023	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0023_000000008353	3385	0.8421150843209878	3	2	2	2	2	False	117157	maximal	True	ISR0023_000000008353	1.0		35	6	False	False	1.0	0					non-mobilizable	no_good_hit	2358.0	98.98200000000001	83.0	0.00359394934591648	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0065_000000016233	2062	0.8421104358402186	3	2	1	2	2	True	115090	fragment	False	ISR0065_000000016233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1724.0	84.10700000000001	89.0	0.0005762491766065723	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0115_000000013690	1988	0.8421037132095891	3	2	2	2	2	False	84411	fragment	False	SPA0115_000000013690	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	94.186	96.0	0.0005148750485640254	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0160_000000001457	14258	0.8421033630681887	11	9	6	9	4	False	88390	fragment	False	ISR0160_000000001457	0.9946782834862148		0	0	False	False	0.9997194409370422	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007236665773251139	XM_031429658.1	eudicots	PREDICTED: Pistacia vera chromatin modification-related protein EAF1 A-like (LOC116144210), mRNA	True	False
SPA0029_000000004059	5711	0.8421018256772251	6	6	6	6	5	False	72351	maximal	False	DEN0052_000000005722	0.985737374283147		0	0	False	False	0.9998248815536499	0					non-mobilizable	no_good_hit	1270.0	74.40899999999999	22.0	0.00043732385809978756	CP044316.1	firmicutes	Enterococcus faecium strain 15-307-1 chromosome, complete genome	True	False
DEN0073_000000013328	3651	0.8421015235399801	5	4	3	4	3	True	125244	fragment	False	FIJ0115_000000005429	0.5377823644327717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	71.264	16.0	0.010431698454370012	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
USA0111_01_000000019489	1295	0.8420966175843811	2	2	2	1	1	False	291	maximal	True	USA0111_01_000000019489	1.0		640	12	False	False	0.9899613857269287	0					non-mobilizable	chromosome	1295.0	99.073	100.0	0.0006034912950811263	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0813_000000012543	2437	0.8420951280102327	3	3	3	3	3	False	87402	fragment	False	ISR0813_000000012543	0.9692374350086654		0	0	False	False	0.9803036451339722	0					non-mobilizable	other	2438.0	94.914	100.0	0.0006764749987503541	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0319_000000004605	3590	0.8420947908677219	6	6	4	5	3	False	70461	fragment	False	ISR0319_000000004605	1.0		0	0	False	False	0.9955431818962097	0					non-mobilizable	no_good_hit	461.0	73.319	12.0	0.00014407628887843862	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0278_000000006417	1785	0.8420826441519014	2	2	1	2	2	False	26271	fragment	False	ISR0278_000000006417	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	99.944	100.0	0.0031078744439641346	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
USA0102_01_000000000032	97468	0.8420822848206844	85	10	2	9	5	True	346	maximal	True	USA0102_01_000000000032	1.0		4	3	True	True	1.0	4					non-mobilizable	no_good_hit	702.0	96.01100000000001	2.0	0.004189969249581902	MT074146.1	viruses	Bacteroides phage SJC03, complete genome	True	True
ENG0076_000000003493	3317	0.8420749281113376	10	6	3	6	2	True	76352	maximal	False	ITA0003_000000001461	0.9737848978749363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	96.22200000000001	13.0	0.0021918478835316565	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0088_000000005968	3798	0.8420611251663184	5	2	2	1	2	False	82553	fragment	False	ISR0088_000000005968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2429.0	74.393	63.0	0.012849080233560496	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
DEN0038_000000000311	7886	0.8420597860703003	8	7	7	6	5	False	103069	maximal	True	DEN0038_000000000311	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	86.441	1.0	0.0015280506439641999	FR874851.1	firmicutes	Lactobacillus pentosus IG1, annotated genomic scaffold00004	True	False
ISR0089_000000013393	2136	0.842055797626497	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5423132810982735		0	0	False	False	1.0	0					non-mobilizable	chromosome	2136.0	99.81299999999999	100.0	0.0008792456031542473	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0114_000000016845	1662	0.8420504064056912	3	2	2	2	1	False	35816	maximal	True	ISR0114_000000016845	1.0		0	0	False	False	0.9909747242927551	0					non-mobilizable	no_good_hit	87.0	100.0	5.0	2.9976311742488146e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0269_000000009876	1892	0.8420475556090516	2	2	2	2	1	False	26470	maximal	True	ISR0269_000000009876	1.0		53	5	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	99.775	88.0	0.00482942906141569	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0057_000000001533	8935	0.8420451984750825	8	6	4	5	4	False	18569	maximal	True	MAD0057_000000001533	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	6274.0	96.493	86.0	0.008018960181318239	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
DEN0082_000000006156	5866	0.8420451115470641	5	4	4	4	3	True	125305	fragment	False	DEN0082_000000006156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2206.0	78.15	37.0	0.00452495310902335	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0178_000000013219	1704	0.8420399750703865	3	3	3	3	2	False	59214	fragment	False	ENG0178_000000013219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	73.016	14.0	0.0008190063170897081	NZ_LMBW01000006.1	firmicutes	Bacillus humi strain DSM 16318 Scaffold6, whole genome shotgun sequence	True	False
ISR0803_000000001369	7561	0.8420363412237087	9	8	5	5	7	False	98447	maximal	True	ISR0803_000000001369	1.0		0	0	False	False	0.9996032118797302	0	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	no_good_hit	4288.0	99.95299999999999	81.0	0.1496230629624459	CP034256.1	enterobacteria	Escherichia coli strain IVRI Kol CP4 plasmid pESBL-EA11pO83_CORR	True	True
SPA0101_000000023559	1760	0.8420242134716998	3	1	1	1	1	False	61380	fragment	False	ENG0087_000000014517	0.9327735070806776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	4.928083281943636e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
DEN0051_000000017647	2542	0.8420236530111684	5	4	4	4	4	False	72567	maximal	True	DEN0051_000000017647	1.0		3	3	False	False	0.9870181083679199	0					non-mobilizable	no_good_hit	201.0	76.119	8.0	5.060823171004448e-05	CP050308.1	a-proteobacteria	Rhizobium lusitanum strain 629 chromosome, complete genome	True	False
FIJ0087_000000014925	2158	0.8420138207756556	3	3	2	2	2	False	43734	fragment	False	FIJ0087_000000014925	1.0		0	0	False	False	0.9986098408699036	0					non-mobilizable	no_good_hit	370.0	79.73	17.0	0.0002643908290427169	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
CHI0003_000000000844	10884	0.8420047284567527	14	5	3	4	4	False	119921	maximal	True	CHI0003_000000000844	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.782751429000708e-06	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
AUS0006_000000010859	2274	0.8420022709124436	5	3	3	2	2	True	129443	fragment	False	AUS0006_000000010859	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2234.0	91.182	98.0	0.0006943714227583345	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0821_000000022628	1435	0.8420018728427435	1	1	0	1	0	True	37570	maximal	True	ISR0821_000000022628	1.0		10	2	False	False	0.9958187937736511	0					non-mobilizable	no_good_hit								True	True
ISR0022_000000002553	10131	0.8419972077136476	10	8	7	7	5	False	84689	maximal	True	ISR0022_000000002553	1.0		3	1	False	False	0.999901294708252	0					non-mobilizable	no_good_hit	1247.0	85.00399999999999	33.0	0.0005769078299964089	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0064_000000031937	1355	0.8419954443426149	2	2	2	1	0	True	71205	maximal	True	DEN0064_000000031937	1.0		1	1	False	False	0.9771217703819275	0					non-mobilizable	no_good_hit	222.0	93.243	16.0	0.0006079482994103734	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	True
ENG0060_000000003886	6086	0.8419898427714088	9	6	3	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.4964471001890095	PS1107|PS1110|PS1114	0	0	True	True	1.0	141		MOBV			mobilizable	other	3608.0	99.917	100.0	0.5879667373226806	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MAD0109_000000003194	4254	0.8419849877186121	4	4	4	4	2	False	128400	fragment	False	DEN0021_000000007079	0.9727083122000749		0	0	False	False	0.9990597367286682	0					non-mobilizable	no_good_hit	885.0	72.655	20.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0026_000000009822	3007	0.8419804172852293	4	3	2	2	3	False	7529	fragment	False	SPA0026_000000009822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1742.0	75.373	57.0	0.01138202753973097	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	False
FIJ0014_000000000989	17421	0.8419739534796293	17	9	7	7	3	True	97622	fragment	False	FIJ0130_000000001072	0.9564059995420197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.751	7.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0121_000000005647	4610	0.8419615727170351	5	5	5	4	3	False	92516	fragment	False	FIJ0121_000000005647	1.0		0	0	False	False	0.9997830986976624	0					non-mobilizable	no_good_hit	1263.0	95.883	52.0	0.004981295452839655	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0308_000000001227	9507	0.8419606969850556	15	15	5	10	12	False	132521	backbone	False	USA0060_01_000000001071	0.6519069660058996	PS1166	0	0	False	True	0.9998947978019714	0					non-mobilizable	other	9507.0	99.895	100.0	0.2534730554888942	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0070_000000011797	1757	0.8419575080907253	3	2	2	2	2	False	5923	maximal	True	SPA0070_000000011797	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	99.90700000000001	61.0	0.00039495488385823436	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
ETH0005_000000036406	1258	0.8419562098926475	2	2	1	1	2	True	52695	fragment	False	ETH0005_000000036406	1.0		0	0	False	False	0.9817169904708862	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	9.988969755821149e-06	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	True	True
ISR0776_000000002306	11471	0.8419544428338179	10	7	5	5	5	False	104837	fragment	False	ISR0029_000000003091	0.9120925492689231		0	0	False	False	0.9997384548187256	0					non-mobilizable	chromosome	11255.0	99.316	100.0	0.002188764343039066	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
SPA0132_000000001696	16486	0.8419481869019678	14	9	4	8	7	False	113856	maximal	False	ISR0228_000000000899	0.9875309886025594		0	0	False	False	0.9999393224716187	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	0.0	9.534744715685567e-06	NC_008576.1	a-proteobacteria	Magnetococcus marinus MC-1, complete sequence	True	False
SPA0046_000000027882	1211	0.8419436096602809	2	2	2	2	2	False	56503	fragment	False	ENG0159_000000018478	0.9625064422885524		0	0	False	False	0.9991742372512817	0					non-mobilizable	no_good_hit	44.0	95.455	4.0	3.135943897234389e-05	NZ_JXXL01000007.1	enterobacteria	Pantoea anthophila strain 11-2 sctg_0001_0007, whole genome shotgun sequence	True	False
ENG0044_000000006975	2382	0.8419403937201709	3	3	3	3	2	False	64524	fragment	False	ENG0044_000000006975	1.0		0	0	False	False	0.9945424199104309	0					non-mobilizable	no_good_hit								True	False
ENG0193_000000013611	1464	0.8419382533862997	2	1	1	1	1	False	54578	maximal	True	ENG0193_000000013611	1.0		0	0	False	False	0.9713114500045776	0					non-mobilizable	no_good_hit	1025.0	94.439	70.0	0.0029644268774703555	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
FIJ0132_000000015062	2132	0.8419272196102051	3	3	3	3	3	False	42561	fragment	False	FIJ0132_000000015062	0.9866666666666666		0	0	False	False	0.9985928535461426	0					non-mobilizable	no_good_hit	832.0	77.885	39.0	0.00015476728253414635	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0025_000000022121	1779	0.8419239083756785	3	3	2	2	3	False	37347	fragment	False	ISR0025_000000022121	1.0		0	0	False	False	0.9983136653900146	0					non-mobilizable	no_good_hit	739.0	95.399	54.0	0.00020991731305839285	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0390_000000007335	1884	0.8419170614087155	3	2	2	2	2	False	84415	fragment	False	ISR0390_000000007335	1.0		0	0	False	False	0.9984076619148254	0					non-mobilizable	other	1140.0	98.947	99.0	0.00048788908512015396	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0256_000000007139	2496	0.8419103242931129	4	4	4	4	4	False	79321	maximal	False	ETH0003_000000014616	0.9652777777777777		0	0	False	False	1.0	0					non-mobilizable	other	2512.0	95.50200000000001	100.0	0.04096660951914442	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
USA0121_01_000000003883	10888	0.8419053176849781	16	14	5	9	14	True	85128	fragment	False	USA0121_01_000000003883	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10888.0	99.991	100.0	0.0034937880724058455	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0057_000000010885	2909	0.8418999657864781	6	4	3	4	4	False	50013	maximal	False	FIJ0018_000000008912	0.9748438013811247		0	0	False	False	1.0	0					non-mobilizable	chromosome	1670.0	91.557	95.0	0.0005607658459267227	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0216_000000009913	1783	0.8418966675566878	3	3	1	3	2	False	94937	fragment	False	MON0011_000000021768	0.593122846315088		0	0	False	False	0.9955132007598877	0					non-mobilizable	chromosome	1782.0	94.725	100.0	0.0006200913789521675	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0033_000000011414	2043	0.8418929002343292	2	2	2	2	2	False	124240	fragment	False	AST0118_000000014861	0.9829140670318837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1752.0	99.429	86.0	0.008530260489783186	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
ISR0398_000000011717	1975	0.8418929002343292	3	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.8192393515678214		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	97.325	98.0	0.04598191030922953	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0051_01_000000001114	19113	0.8418927314355051	19	17	10	11	16	False	121213	maximal	False	USA0020_01_000000001444	0.9880053933315871	PS6	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2879.0	85.794	39.0	0.0006957032687387797	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
MAD0066_000000022112	1468	0.8418899887633196	2	2	2	2	1	False	52855	fragment	False	MAD0047_000000032221	0.9654127271148576		0	0	False	False	0.9965940117835999	0					non-mobilizable	other	1468.0	98.84200000000001	100.0	0.019634085950988395	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
SPA0122_000000005572	5649	0.8418859054698564	7	7	4	6	7	False	59914	fragment	False	SPA0122_000000005572	1.0		0	0	False	False	0.9968135952949524	0					non-mobilizable	chromosome	5590.0	99.48100000000001	99.0	0.0014023714605740163	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
DEN0051_000000019534	2328	0.8418858389826129	6	2	1	2	1	True	72557	maximal	True	DEN0051_000000019534	1.0		0	0	False	False	0.9871134161949158	0					non-mobilizable	no_good_hit	783.0	99.234	46.0	0.004504245049362378	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0062_000000000120	53988	0.8418856287004045	60	16	10	16	10	True	130800	maximal	True	AST0062_000000000120	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	398.0	78.643	1.0	0.010173993890290875	MK231466.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_2-CL09_c16 sequence	True	True
ISR0141_000000013954	2391	0.8418805398773488	4	3	2	1	2	False	127761	fragment	False	ENG0007_000000010419	0.9709156902197499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	99.913	48.0	0.02187715138070833	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0188_000000004999	5282	0.8418756558532067	6	5	4	4	4	False	109006	maximal	True	ENG0188_000000004999	1.0		19	5	False	False	0.9977281093597412	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000005995	2907	0.8418623087716517	4	4	2	4	4	False	112289	fragment	False	FIJ0051_000000007232	0.9609047562390637		0	0	False	False	0.9996560215950012	0					non-mobilizable	other	2900.0	99.586	99.0	0.0007107707388019284	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0026_000000005677	1931	0.8418614691148775	3	3	3	3	3	False	88895	fragment	False	CHI0113_000000003820	0.9787393696848424		0	0	False	False	1.0	0					non-mobilizable	chromosome	1931.0	99.896	100.0	0.0008160890475775686	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
DEN0082_000000019823	2057	0.8418482559042113	3	3	3	2	2	False	82319	fragment	False	USA0075_01_000000012007	0.9873383075942005		0	0	False	False	0.9956247210502625	0					non-mobilizable	chromosome	2057.0	99.95100000000001	100.0	0.0003917213428497232	CP047609.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 chromosome, complete genome	False	False
ISR0110_000000017614	1329	0.8418397113168561	2	1	1	1	1	False	32699	maximal	True	ISR0110_000000017614	1.0		104	9	False	False	0.9992475509643555	0					non-mobilizable	other	1329.0	99.17200000000001	100.0	0.01179500843769429	NZ_GL833112.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD4, whole genome shotgun sequence	False	False
ISR0322_000000003709	2720	0.8418139626630933	3	3	3	3	3	False	53524	fragment	False	ISR0322_000000003709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.378	31.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0090_000000014221	2040	0.8418120275244964	5	3	2	2	3	True	118514	fragment	False	ISR0090_000000014221	1.0		0	0	False	False	0.9950980544090271	0					non-mobilizable	other	2040.0	97.402	100.0	0.02903937905006053	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	True
DEN0052_000000003116	9434	0.8418092895494215	6	5	4	5	3	False	76417	fragment	False	DEN0052_000000003116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	90.90899999999999	1.0	0.0014708397468787412	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
MON0053_000000002467	9846	0.8418050151940251	8	7	7	7	7	False	65358	maximal	True	MON0053_000000002467	1.0		20	7	False	False	0.9916717410087585	0					non-mobilizable	no_good_hit	1209.0	76.096	18.0	0.0003361142383724427	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0072_000000001181	15765	0.8417805097514292	14	10	4	7	7	False	115559	maximal	True	ISR0072_000000001181	1.0		2	1	False	False	0.999873161315918	0					non-mobilizable	no_good_hit	3210.0	90.53	59.0	0.001004219550257154	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0101_000000003372	2698	0.841772772156274	4	4	2	3	4	True	108508	maximal	True	AST0101_000000003372	1.0		1	1	False	False	0.9992586970329285	0					non-mobilizable	plasmid	2698.0	100.0	100.0	0.011565924051718593	CP026551.1	enterobacteria	Citrobacter sp. SL156 plasmid unnamed2	False	True
MAD0056_000000007628	1809	0.8417716422224907	2	2	2	2	2	False	19952	maximal	True	MAD0056_000000007628	1.0		64	6	False	False	1.0	0					non-mobilizable	chromosome	1809.0	99.39200000000001	100.0	0.0009682242510185633	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
AST0016_000000009622	2722	0.8417691040126462	2	2	2	2	2	False	124492	maximal	False	AST0150_000000009341	0.9506765165257629		0	0	False	False	0.9996325969696045	0					non-mobilizable	other	2722.0	97.796	100.0	0.18861777346457784	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
DEN0016_000000000447	8430	0.8417533962068187	9	9	6	5	7	True	91154	fragment	False	DEN0016_000000000447	0.9849095796676441		0	0	False	False	1.0	0					non-mobilizable	other	8044.0	96.96700000000001	96.0	0.02171119067290921	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
CHI0106_000000000621	20225	0.8417516434857506	30	11	2	10	5	True	91945	maximal	True	CHI0106_000000000621	1.0		2	1	False	False	0.9999011158943176	0			MPF_T		non-mobilizable	no_good_hit	2575.0	99.92200000000001	13.0	0.0666338761034456	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	True	True
FIJ0129_000000005946	3499	0.8417510560908336	5	5	5	4	1	True	40970	maximal	True	FIJ0129_000000005946	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	73.013	19.0	0.00022140006408949225	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
ENG0104_000000026385	1200	0.8417419032795501	2	1	1	1	1	False	60201	fragment	False	ENG0104_000000026385	1.0		0	0	False	False	0.9591666460037231	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	7.100125976520898e-05	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0149_000000013430	1876	0.8417378489157427	3	2	2	1	1	False	96006	fragment	False	ISR0037_000000009370	0.27456688440783866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	73.597	32.0	0.01485099172729991	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0006_000000023756	1620	0.8417378489157427	3	2	2	1	1	False	96005	fragment	False	FIJ0006_000000023756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	78.84	36.0	0.002353448065620148	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
AST0033_000000005215	2525	0.8417378448909993	3	3	3	3	3	False	119951	maximal	True	AST0033_000000005215	0.9800753669653243		117	10	False	False	0.9900990128517151	0					non-mobilizable	other	2426.0	95.87799999999999	98.0	0.02209084118279374	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
FIJ0052_000000003665	7143	0.8417203520401039	8	2	2	1	0	True	98593	fragment	False	FIJ0052_000000003665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	91.4	8.0	0.00015738667692436557	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0167_000000006260	4980	0.8417166494434856	4	3	2	2	1	False	76686	fragment	False	ISR0167_000000006260	0.9909938546302183		0	0	False	False	0.9997991919517517	0					non-mobilizable	other	4980.0	99.98	100.0	0.2992367329767414	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
DEN0003_000000005875	4719	0.8417166494434856	4	3	2	2	1	False	76686	fragment	False	ISR0167_000000006260	0.9652610441767069		0	0	False	False	0.9993642568588257	0					non-mobilizable	other	4721.0	98.178	100.0	0.2835506941522928	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
CHI0148_000000010264	1138	0.8417149859357855	2	2	2	1	2	False	97668	fragment	False	ISR0175_000000016563	0.7200828849860728		0	0	False	False	1.0	0					non-mobilizable	chromosome	1140.0	98.596	100.0	0.0002665177848557996	CP026839.1	enterobacteria	Shigella dysenteriae strain ATCC 9752 chromosome, complete genome	False	False
FIJ0043_000000023160	1294	0.8417135320997975	2	1	1	1	1	False	47173	fragment	False	FIJ0043_000000023160	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	96.368	100.0	0.021958426737314043	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
MON0097_000000021199	1725	0.8416992825424163	3	2	2	2	2	False	30041	fragment	False	MON0094_000000019957	0.9520877944325482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	85.515	33.0	0.0001593910256141378	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0836_000000001435	11251	0.8416872934003947	18	15	4	8	13	True	111499	maximal	True	ISR0836_000000001435	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	2404.0	91.72200000000001	76.0	0.000700179627847646	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
AST0024_000000009275	3512	0.8416788703008007	3	3	2	3	3	False	121637	fragment	False	AST0024_000000009275	1.0		0	0	False	False	0.9977220892906189	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000005155	5065	0.8416704206263176	8	4	2	4	4	False	125959	maximal	True	ENG0129_000000005155	1.0		1	1	False	False	0.9974333643913269	0					non-mobilizable	no_good_hit	1956.0	98.262	39.0	0.005317824153267191	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0017_01_000000007840	3496	0.8416622243007407	3	3	3	3	3	False	29157	maximal	False	ISR0191_000000002566	0.9819210598951145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	78.762	23.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0088_000000017628	1819	0.8416605867927962	2	2	1	2	2	False	57388	fragment	False	MON0088_000000017628	1.0		0	0	False	False	0.9818581342697144	0					non-mobilizable	no_good_hit	751.0	76.565	41.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0045_000000019685	2062	0.8416575235095494	2	1	1	1	1	False	89073	fragment	False	MAD0045_000000019685	1.0		0	0	False	False	0.9985451102256775	0					non-mobilizable	no_good_hit	1842.0	93.757	89.0	0.01465018855484172	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0126_000000002013	11196	0.8416428945376304	12	8	7	6	6	False	129212	maximal	True	ENG0126_000000002013	1.0		1	1	False	False	0.9990174770355225	0					non-mobilizable	no_good_hit	6252.0	97.169	75.0	0.25147845677274006	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
ISR0182_000000004721	6159	0.8416376503743105	6	5	4	5	4	False	38645	fragment	False	ISR0107_000000002847	0.9539463717618543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000012983	2258	0.8416375165721781	4	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.08842239796171864		0	0	False	False	1.0	0					non-mobilizable	other	2259.0	99.779	100.0	0.02362245912101018	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0099_000000012640	1751	0.8416347371968046	2	2	2	2	1	False	45147	fragment	False	FIJ0099_000000012640	1.0		0	0	False	False	0.9988577961921692	0					non-mobilizable	chromosome	1751.0	99.486	100.0	0.0003409105076800319	CP031257.1	enterobacteria	Klebsiella quasipneumoniae strain L22 chromosome, complete genome	False	False
SPA0016_000000003235	9340	0.8416333848309754	16	7	5	6	2	True	126322	maximal	True	SPA0016_000000003235	1.0		1	1	False	False	0.9998929500579834	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00023418636389330793	NZ_FNBM01000012.1	g-proteobacteria	Pseudomonas seleniipraecipitans strain LMG 25475, whole genome shotgun sequence	True	True
MAD0058_000000002975	4709	0.8416300291922062	5	3	2	3	2	False	71116	maximal	True	MAD0058_000000002975	1.0		1	1	False	False	0.9997876286506653	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.983179288626575e-06	CP053348.1	CFB group bacteria	Winogradskyella sp. HL857 chromosome, complete genome	True	False
ENG0016_000000006845	3318	0.8416203127182584	7	4	3	3	3	False	121384	maximal	True	ENG0016_000000006845	1.0		6	2	False	False	0.9996986389160156	0					non-mobilizable	no_good_hit	2085.0	99.42399999999999	63.0	0.0006568717962134052	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0083_000000009622	2882	0.8416193060579804	3	1	1	1	1	False	69125	fragment	False	DEN0083_000000009622	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1951.0	96.20700000000001	94.0	0.038580246913580245	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0158_000000010202	1919	0.8416193060579804	2	1	1	1	1	False	66791	fragment	False	SPA0158_000000010202	0.9872667015524158		0	0	False	False	0.9979155659675598	0					non-mobilizable	plasmid	1796.0	96.604	93.0	0.035493827160493825	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ENG0074_000000011849	1911	0.8416193060579804	2	1	1	1	1	False	66791	fragment	False	SPA0158_000000010202	0.9763902862103656		0	0	False	False	0.9921507239341736	0					non-mobilizable	plasmid	1842.0	96.30799999999999	96.0	0.036423710034821144	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0156_000000009935	1889	0.8416193060579804	2	1	1	1	1	False	66791	fragment	False	SPA0158_000000010202	0.9801369379274538		0	0	False	False	0.9973530769348145	0					non-mobilizable	plasmid	1784.0	96.637	94.0	0.035256410256410256	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ENG0180_000000013924	1293	0.8416193060579804	2	1	1	1	1	False	55311	fragment	False	ENG0180_000000013924	0.974124203821656		0	0	False	False	0.9891724586486816	0					non-mobilizable	plasmid	1293.0	96.365	100.0	0.025561886672997785	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
AST0102_000000000050	102380	0.8416138912160953	90	32	19	30	16	True	121849	fragment	False	AST0102_000000000050	0.9761014851416638		0	0	False	True	0.9997753500938416	0					non-mobilizable	no_good_hit	19546.0	97.984	26.0	0.6953319575891269	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ENG0142_000000005197	5171	0.8416067473506887	3	2	1	2	0	True	129144	fragment	False	ISR0812_000000005528	0.49213960633823994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	88.29799999999999	31.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0131_000000003785	4936	0.8416067473506887	3	2	1	2	0	True	129144	fragment	False	ISR0812_000000005528	0.313750562717111		0	0	False	False	0.9997974038124084	0					non-mobilizable	no_good_hit	752.0	88.431	31.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0261_000000003421	4866	0.8416067473506887	3	2	1	2	0	True	129144	fragment	False	ISR0812_000000005528	0.3089753647203986		0	0	False	False	0.9944512844085693	0					non-mobilizable	no_good_hit	870.0	87.471	33.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0030_000000003953	4666	0.8416067473506887	3	2	1	2	0	True	129144	fragment	False	ISR0812_000000005528	0.27016448499123064		0	0	False	False	0.9997856616973877	0					non-mobilizable	no_good_hit	752.0	88.697	45.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0146_000000002833	8371	0.8416048962202564	15	7	6	7	5	True	57449	maximal	True	ENG0146_000000002833	1.0		1	1	False	False	0.9974913597106934	0					non-mobilizable	no_good_hit	694.0	99.28	8.0	0.00019711747689629572	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0304_000000005874	1681	0.8415964612903041	3	3	3	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.5575963115999473		0	0	False	False	1.0	0					non-mobilizable	chromosome	1677.0	94.037	99.0	0.0004855515793470998	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0040_000000026600	1294	0.84158272920175	2	2	2	2	1	False	24683	fragment	False	MAD0040_000000026600	1.0		0	0	False	False	0.9992272257804871	0					non-mobilizable	other	1292.0	97.833	99.0	0.022188585778664557	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0065_000000003635	3512	0.8415783509829394	6	5	5	4	4	False	114375	maximal	True	CHI0065_000000003635	1.0		18	6	False	False	0.980353057384491	0					non-mobilizable	no_good_hit	2043.0	84.19	58.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0073_000000016788	1107	0.8415710116117457	1	1	1	1	1	False	47330	fragment	False	FIJ0041_000000032733	0.9691080606996951		0	0	False	False	0.9719963669776917	0					non-mobilizable	no_good_hit								True	False
ISR0092_000000024580	1297	0.8415687266963571	2	2	2	2	1	False	33560	maximal	True	ISR0092_000000024580	1.0		0	0	False	False	0.9390901923179626	0					non-mobilizable	no_good_hit								True	False
ENG0137_000000003413	5191	0.8415633703941524	5	2	2	2	1	True	92835	fragment	False	ENG0137_000000003413	0.9469924194934889		0	0	False	False	0.9980735778808594	0					non-mobilizable	no_good_hit								True	True
ISR0790_000000003029	5018	0.8415633703941524	4	2	2	2	1	True	92835	fragment	False	ENG0137_000000003413	0.7069547800759941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
ENG0077_000000002983	6875	0.8415502288248544	5	4	2	4	1	True	62024	fragment	False	ENG0077_000000002983	1.0		0	0	False	False	0.9982545375823975	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.00017798511482381815	NZ_FQZN01000008.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
FIJ0141_000000004717	6149	0.8415401294926865	9	8	8	8	7	False	75985	maximal	True	FIJ0141_000000004717	1.0		1	1	False	False	0.9982110857963562	0					non-mobilizable	no_good_hit	2736.0	99.854	59.0	0.0006226980378978351	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0115_000000008648	3635	0.8415390423557653	3	3	3	3	1	True	132039	fragment	False	ISR0084_000000002614	0.05930861926872294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0090_000000029808	1542	0.8415328968700705	2	2	2	2	1	False	113712	fragment	False	AST0055_000000021784	0.9488419012831163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	83.617	56.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0085_000000008287	2794	0.8415298325162114	1	1	1	1	1	False	33994	fragment	False	ISR0085_000000008287	1.0		0	0	False	False	0.9874731302261353	0					non-mobilizable	chromosome	2794.0	99.64200000000001	100.0	0.0007944431644608282	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0093_000000009740	3093	0.8415297592188313	4	2	1	1	2	False	103230	fragment	False	MAD0093_000000009740	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2056.0	90.175	99.0	0.004445735997015935	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ENG0084_000000004953	5179	0.8415261705678289	6	4	3	4	3	False	61542	maximal	True	ENG0084_000000004953	1.0		2	2	False	False	0.9928557872772217	0					non-mobilizable	no_good_hit	680.0	72.5	13.0	0.0001808881038086815	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0048_000000027861	1466	0.8415213267651609	3	3	3	1	1	False	124847	fragment	False	AST0012_000000016916	0.7543773358703838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	89.744	5.0	1.0979460566269243e-05	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
ISR0816_000000018221	2176	0.8415099834308994	3	2	2	2	2	False	104770	maximal	True	ISR0816_000000018221	1.0		1	1	False	False	0.9866728186607361	0					non-mobilizable	no_good_hit	533.0	97.37299999999999	24.0	0.002460661788512595	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0199_000000017046	1789	0.8415099834308994	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.716138965717586		0	0	False	False	0.9944102764129639	0					non-mobilizable	no_good_hit	533.0	98.311	30.0	0.002460661788512595	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ENG0128_000000017802	1632	0.8414982681824721	3	3	3	3	2	False	58619	fragment	False	ISR0054_000000014578	0.9551464038713691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	86.575	49.0	0.011086010709504686	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0113_000000021999	1330	0.8414976269056237	3	2	1	2	1	False	94866	fragment	False	ISR0193_000000019772	0.963761844284939		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	99.624	100.0	0.0029379385354077964	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0015_000000018918	1323	0.8414976269056237	3	2	1	2	1	False	94866	fragment	False	ISR0193_000000019772	0.9608091940507208		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	99.773	100.0	0.0029224640660715628	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0127_000000019854	1309	0.8414976269056237	3	2	1	2	1	False	94866	fragment	False	ISR0193_000000019772	0.9531622378410726		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	99.618	100.0	0.0028915151273990955	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0132_000000032200	1286	0.8414976269056237	3	2	1	2	1	False	94866	fragment	False	ISR0193_000000019772	0.9403140917456226		0	0	False	False	0.9961119890213013	0					non-mobilizable	other	1286.0	99.844	100.0	0.0028406704424371845	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0138_000000009774	2635	0.8414941390994349	3	2	1	2	0	True	129122	maximal	True	SPA0138_000000009774	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	5.61771225197231e-06	NZ_VRLW01000001.1	planctomycetes	Rubripirellula obstinata strain LF1 LF1_contig00001, whole genome shotgun sequence	True	True
ISR0067_000000022742	1359	0.8414909233449436	3	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.36388801542673216		0	0	False	False	0.9985283017158508	0					non-mobilizable	other	1358.0	93.152	99.0	0.0017303047194351542	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0198_000000003477	10266	0.8414891704475419	12	4	2	2	2	True	47064	fragment	False	ISR0198_000000003477	1.0		0	0	False	False	0.9983440637588501	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.000128889970928151	NZ_KK211291.1	firmicutes	Ruminiclostridium cellobioparum DSM 1351 = ATCC 15832 T344DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ISR0007_000000007208	2109	0.8414803954018297	5	1	1	1	1	True	38445	fragment	False	ISR0007_000000007208	1.0		0	0	False	False	0.9853010773658752	0					non-mobilizable	no_good_hit	738.0	84.959	35.0	0.09399477806788512	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
MON0006_000000012576	1761	0.8414803954018297	2	1	1	1	1	True	14045	maximal	True	MON0006_000000012576	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	85.336	28.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
ISR0390_000000013550	1178	0.8414803954018297	3	1	1	1	1	True	22862	maximal	True	ISR0390_000000013550	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	86.20299999999999	77.0	0.12868172719473836	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
MON0033_000000050753	1161	0.8414803954018297	2	1	1	1	1	True	12262	fragment	False	MON0033_000000050753	1.0		0	0	False	False	0.9991386532783508	0					non-mobilizable	no_good_hit	647.0	98.145	56.0	0.22298929927511218	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ENG0038_000000002262	8781	0.8414802640079684	8	4	2	4	1	True	106280	maximal	True	ENG0038_000000002262	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
SPA0127_000000010381	2817	0.8414741428124639	5	3	3	3	3	False	106106	maximal	False	ENG0089_000000007203	0.9427902308464369		0	0	False	False	1.0	0					non-mobilizable	other	2741.0	96.75299999999999	100.0	0.0009943401057167292	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
USA0020_01_000000024006	1441	0.8414629275352791	2	1	1	1	1	False	51839	fragment	False	MON0025_000000024515	0.5992391619243431		0	0	False	False	0.9888966083526611	0					non-mobilizable	no_good_hit	840.0	75.357	57.0	0.0002490617269524542	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0001_000000015308	2746	0.8414584997615969	4	3	2	2	2	False	76929	maximal	True	DEN0001_000000015308	1.0		542	13	False	False	0.993809163570404	0					non-mobilizable	no_good_hit	564.0	89.36200000000001	21.0	0.00019589171161951555	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0031_000000001051	11080	0.8414522754678354	17	8	6	7	6	True	126208	backbone	False	ISR0395_000000002325	0.029426460891782743	PS943|PS946|PS949	0	0	False	True	0.9951263666152954	0					non-mobilizable	no_good_hit	973.0	76.876	9.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MON0081_000000031108	1731	0.8414495206545263	2	2	2	2	1	False	81189	fragment	False	ENG0151_000000013112	0.9547975596228508		0	0	False	False	0.9797804951667786	0					non-mobilizable	other	1708.0	92.33	98.0	0.0036975511584937414	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0074_000000010052	2295	0.8414493643248826	3	2	2	2	2	False	95871	fragment	False	USA0009_01_000000010446	0.9576947852909825		0	0	False	False	0.9969499111175537	0					non-mobilizable	other	2295.0	98.257	100.0	0.0011070411777798054	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ENG0110_000000020982	1435	0.8414488526541244	2	2	2	1	1	False	59788	fragment	False	ENG0110_000000020982	1.0		0	0	False	False	0.9993031620979309	0					non-mobilizable	other	1300.0	99.462	99.0	0.00041594527325747267	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0119_000000009637	3328	0.8414396208578454	3	3	3	3	3	False	99180	fragment	False	ISR0121_000000006673	0.9748716276579107		0	0	False	False	0.9996995329856873	0					non-mobilizable	chromosome	3319.0	99.096	99.0	0.0013153215937511521	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CAN0010_000000003546	3674	0.8414249808574239	5	4	3	4	3	False	119453	fragment	False	CAN0010_000000003546	1.0		0	0	False	False	0.9942841529846191	0					non-mobilizable	chromosome	3706.0	85.834	100.0	0.0015775339272704975	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
CAN0018_000000024062	1414	0.8414204186938617	3	2	1	1	2	False	92076	fragment	False	CAN0018_000000024062	1.0		0	0	False	False	0.99717116355896	0					non-mobilizable	other	1395.0	91.398	99.0	0.0029347074983567326	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
ISR0073_000000022477	1245	0.8414172441066943	2	1	1	1	1	False	34767	maximal	True	ISR0073_000000022477	1.0		0	0	False	False	0.966265082359314	0					non-mobilizable	no_good_hit	561.0	74.332	45.0	0.00022748372261741543	CP029450.1	CFB group bacteria	Capnocytophaga canimorsus strain Rmd13-Crie chromosome	True	False
USA0050_01_000000010067	1036	0.8414148520535442	2	2	2	2	1	False	102230	fragment	False	CHI0122_000000011492	0.17892756206324043		0	0	False	False	1.0	0					non-mobilizable	other	1036.0	99.131	100.0	0.006649619654605263	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
MAD0046_000000006502	3698	0.8414109610631375	4	4	4	3	3	False	110969	maximal	True	MAD0046_000000006502	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3715.0	96.851	100.0	0.022862284009958343	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
TAN0013_000000000331	14941	0.8413883930452031	18	8	2	8	3	False	3119	maximal	True	TAN0013_000000000331	0.9841680243677835		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000003591	7217	0.8413855992523659	10	10	0	6	6	False	78692	maximal	False	ISR0807_000000001829	0.9808582302752614		0	0	True	True	1.0	47	rep_cluster_2370	MOBP		MOBP	mobilizable	plasmid	6627.0	98.898	100.0	0.9283611383709519	LT985282.1	enterobacteria	Escherichia coli strain 13942-1 genome assembly, plasmid: RCS74_pII	False	True
ISR0180_000000009242	2438	0.8413786794829354	5	3	2	3	1	True	29640	maximal	True	ISR0180_000000009242	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	90.741	2.0	0.00010468000128836925	NZ_PIPN01000002.1	g-proteobacteria	Aliidiomarina sedimenti strain GBSy1 contig2, whole genome shotgun sequence	True	True
ISR0148_000000015953	1824	0.8413779380544896	4	2	2	2	2	False	30916	maximal	True	ISR0148_000000015953	1.0		0	0	False	False	0.9978070259094238	0					non-mobilizable	no_good_hit	470.0	74.468	26.0	0.00029918371102327906	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
MON0013_000000036373	1538	0.8413769502017749	2	2	1	1	2	False	51839	fragment	False	MON0025_000000024515	0.9652076121195894		0	0	False	False	0.9986996054649353	0					non-mobilizable	no_good_hit	839.0	76.043	54.0	0.00024876056404199177	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0025_000000005497	4010	0.8413687871666989	4	3	1	2	3	False	79063	fragment	False	ENG0025_000000005497	1.0		0	0	False	False	0.9990025162696838	0					non-mobilizable	no_good_hit	436.0	87.615	32.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0018_000000006948	2485	0.8413658951600931	4	4	4	4	4	False	95480	fragment	False	DEN0010_000000015510	0.5419640702347103		0	0	False	False	1.0	0					non-mobilizable	other	1719.0	77.89399999999999	94.0	0.03542319749216301	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
DEN0051_000000000524	29693	0.8413625601187839	36	16	6	14	6	True	118931	fragment	False	DEN0051_000000000524	1.0		0	0	False	True	0.9994948506355286	0					non-mobilizable	no_good_hit	25225.0	96.044	87.0	0.25159667890787163	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
CAN0016_000000008829	5193	0.8413618311191561	5	4	4	4	4	False	93008	maximal	False	MON0061_000000007817	0.9793079252024861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	70.87899999999999	14.0	0.004448663186204714	NZ_SWAR01000010.1	b-proteobacteria	Pseudorivibacter rhizosphaerae strain C1-9 scaffold_9, whole genome shotgun sequence	True	False
USA0056_01_000000002426	10128	0.8413597216098521	14	13	4	8	13	True	132521	backbone	False	USA0060_01_000000001071	0.05429479038257058	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	other	10054.0	99.493	99.0	0.37561194364512873	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
MON0077_000000023637	1835	0.8413570990070179	3	2	1	2	2	False	14303	maximal	True	MON0077_000000023637	0.9842587292501431		6	1	False	False	0.9716621041297913	0					non-mobilizable	no_good_hit	530.0	74.717	29.0	0.00193457679755957	NZ_SPFR01000002.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_2_length_272411_cov_57.815, whole genome shotgun sequence	True	False
ISR0140_000000014917	1548	0.8413557203381407	3	3	2	3	2	False	31233	maximal	True	ISR0140_000000014917	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1548.0	99.61200000000001	100.0	0.03051582996350725	NZ_JAAISM010000028.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_28_length_50695_cov_183.39, whole genome shotgun sequence	False	False
CAN0017_000000008189	4514	0.8413547964395588	6	6	4	4	4	False	95226	maximal	True	CAN0017_000000008189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3361.0	99.01799999999999	74.0	0.0007649771599676524	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	False
CHI0070_000000007348	1673	0.8413394585275087	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.2993088260913835		0	0	False	False	1.0	0					non-mobilizable	chromosome	1673.0	98.32600000000001	100.0	0.0005627854107980075	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0031_000000021008	1219	0.8413259477271251	1	1	1	1	1	False	48517	fragment	False	FIJ0031_000000021008	1.0		0	0	False	False	0.969647228717804	0					non-mobilizable	no_good_hit	977.0	71.238	79.0	0.006456852519313506	NZ_SPFR01000010.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_10_length_148989_cov_36.8612, whole genome shotgun sequence	True	False
ENG0193_000000016700	1185	0.8413120618779185	1	1	1	1	1	False	54568	fragment	False	ENG0193_000000016700	1.0		0	0	False	False	0.99915611743927	0					non-mobilizable	chromosome	1195.0	81.67399999999999	100.0	0.00033220445338525567	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0199_000000008255	3493	0.8413102054427015	4	3	3	3	3	False	36729	maximal	True	ISR0199_000000008255	1.0		10	2	False	False	0.9997137188911438	0					non-mobilizable	no_good_hit	974.0	78.337	28.0	0.000895230309094911	NZ_OLMM01000005.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	False
ISR0166_000000011677	1781	0.8412934351593514	3	2	1	1	2	False	30210	fragment	False	ISR0166_000000011677	1.0		0	0	False	False	0.9994385242462158	0					non-mobilizable	no_good_hit	1080.0	76.296	60.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MON0007_000000002849	11547	0.8412928914377192	14	6	4	5	3	False	125987	fragment	False	FIJ0124_000000001671	0.6280675291111646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	90.432	6.0	0.002023211698645616	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
FIJ0131_000000005517	3377	0.8412886845430216	5	1	1	1	1	True	107761	fragment	False	FIJ0109_000000007497	0.829625616780344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0101_000000021283	1361	0.84128152878722	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.11843985994909623		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.536	95.0	0.005461406343861311	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
ISR0081_000000018619	1290	0.84128152878722	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.11806302892214682		0	0	False	False	0.9968992471694946	0					non-mobilizable	other	1290.0	99.61200000000001	100.0	0.005452945605915748	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
USA0006_01_000000002437	9398	0.8412809134353108	8	7	4	6	7	False	83102	maximal	True	USA0006_01_000000002437	1.0	PS412	12	5	False	True	1.0	0					non-mobilizable	no_good_hit	6332.0	94.26700000000001	81.0	0.028101173151438317	NZ_VJZV01000009.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold9_1, whole genome shotgun sequence	True	True
SPA0042_000000007431	3999	0.8412756484863108	4	2	1	2	1	True	43192	maximal	True	SPA0042_000000007431	1.0		2	2	False	False	0.9957489371299744	0					non-mobilizable	no_good_hit	828.0	90.09700000000001	21.0	0.00023296440721275855	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0114_000000007292	3707	0.8412756484863108	4	2	1	2	1	True	63674	fragment	False	ISR0207_000000005268	0.23433694181326115		0	0	False	False	0.997032642364502	0					non-mobilizable	no_good_hit								True	True
ENG0113_000000008313	3380	0.8412756484863108	2	2	1	2	1	True	124879	fragment	False	ENG0113_000000008313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0020_000000006523	3223	0.8412756484863108	3	2	1	2	1	True	62559	fragment	False	ISR0020_000000006523	1.0		0	0	False	False	0.9962767362594604	0					non-mobilizable	no_good_hit								True	True
ISR0101_000000008905	2691	0.8412756484863108	3	2	1	2	1	True	43191	fragment	False	ISR0101_000000008905	1.0		0	0	False	False	0.9985135793685913	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	1.1371522296712343e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
FIJ0094_000000008529	2351	0.8412756484863108	3	2	1	2	1	True	43190	fragment	False	FIJ0094_000000008529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0066_000000002522	12102	0.8412751829712024	15	5	4	4	2	False	94647	fragment	False	ENG0036_000000001569	0.9552760435624091		0	0	False	False	1.0	0					non-mobilizable	plasmid	4985.0	99.398	99.0	0.09860715416270972	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0091_000000002436	12102	0.8412751829712024	15	5	4	4	2	False	94647	fragment	False	ENG0036_000000001569	0.9552760435624091		0	0	False	False	1.0	0					non-mobilizable	plasmid	4985.0	99.398	99.0	0.09860715416270972	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
MON0090_000000016801	3387	0.8412670546584502	5	2	2	1	2	False	86733	fragment	False	MON0090_000000016801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2411.0	79.179	71.0	0.009726772402468073	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
USA0119_01_000000008113	2931	0.8412670546584502	4	2	2	1	2	False	81322	fragment	False	USA0119_01_000000008113	0.9986876640419947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2398.0	97.24799999999999	82.0	0.009743031111038851	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
USA0006_01_000000009148	2667	0.8412670546584502	4	2	2	1	2	False	81322	fragment	False	USA0119_01_000000008113	0.9537700443534629		0	0	False	False	0.9966254234313965	0					non-mobilizable	no_good_hit	2229.0	97.30799999999999	84.0	0.00905610067392347	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
USA0119_01_000000011902	2060	0.8412670546584502	2	2	2	1	2	False	115211	fragment	False	DEN0046_000000011689	0.95619550149801		0	0	False	False	0.9995145797729492	0					non-mobilizable	other	2017.0	99.306	98.0	0.015584134206168655	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0060_000000012620	1352	0.8412659790063123	2	2	1	2	2	False	27282	fragment	False	MAD0060_000000012620	0.9711234177215189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	82.33200000000001	61.0	0.0007924521801048564	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
ENG0069_000000010302	1828	0.8412634708340583	3	3	3	3	2	False	67657	maximal	False	ISR0212_000000017762	0.9698785983413973		0	0	False	False	1.0	0					non-mobilizable	other	1828.0	99.344	100.0	0.003750053880084484	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0338_000000007842	3206	0.8412559662221764	3	2	0	2	0	True	129124	fragment	False	SPA0128_000000011066	0.6850205949076037		0	0	False	False	0.9937617182731628	0					non-mobilizable	no_good_hit	470.0	81.064	15.0	0.0009806853087485912	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0190_000000009768	3120	0.8412559662221764	3	2	0	2	0	True	129124	fragment	False	SPA0128_000000011066	0.5576305368298732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	82.495	17.0	0.00112078320999839	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0093_000000008680	2250	0.8412559662221764	2	2	0	2	0	True	114420	maximal	True	FIJ0093_000000008680	1.0		0	0	False	False	0.992888867855072	0					non-mobilizable	no_good_hit	211.0	97.156	9.0	0.0010766635733951305	NZ_UGTP01000005.1	CFB group bacteria	Prevotella pallens strain NCTC13043, whole genome shotgun sequence	True	True
MON0012_000000050347	1163	0.8412555603916287	1	1	1	1	1	False	13566	fragment	False	MON0012_000000050347	1.0		0	0	False	False	0.9991401433944702	0					non-mobilizable	other	1057.0	97.256	91.0	0.0037688216963642166	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
MAD0015_000000002064	6608	0.841253149443255	7	7	3	3	6	False	19450	fragment	False	MAD0089_000000002592	0.9568485941963614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	98.851	58.0	0.007298045465984397	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	True	False
ISR0219_000000016712	1989	0.8412374195199129	4	3	3	3	3	True	54118	fragment	False	ISR0219_000000016712	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1920.0	98.333	97.0	0.011047496169663737	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0376_000000020279	1229	0.8412266696516802	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.12444803504600292		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	99.512	100.0	0.8468965517241379	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
AST0097_000000016892	1227	0.8412266696516802	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.12410627086055866		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	99.348	100.0	0.8455172413793104	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
SPA0101_000000017517	2488	0.8412193703051465	3	3	3	3	2	False	131561	fragment	False	CHI0041_000000005632	0.9485905116326365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2000.0	79.15	78.0	0.00030550188549536547	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0185_000000002540	10033	0.8412174235283192	13	5	3	4	5	False	119427	fragment	False	ISR0185_000000002540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	85.714	4.0	5.7205361527347025e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0062_000000011854	2451	0.8412106775830487	5	4	2	2	3	False	124994	fragment	False	MON0077_000000016551	0.9465725806451613		0	0	False	False	0.9959200620651245	0					non-mobilizable	no_good_hit	1157.0	90.493	54.0	0.18439371863364093	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0081_01_000000009780	3195	0.8411966332472033	5	5	5	5	4	False	120077	fragment	False	ISR0155_000000005779	0.3443656891502399		0	0	False	False	1.0	0					non-mobilizable	chromosome	3195.0	99.09200000000001	100.0	0.0007144840045284953	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0056_000000002511	10781	0.8411896492717096	9	2	1	2	2	True	6387	fragment	False	SPA0056_000000002511	1.0		0	0	False	False	0.999814510345459	0					non-mobilizable	no_good_hit								True	True
DEN0073_000000034104	1561	0.8411832235444278	2	1	1	1	1	True	95149	fragment	False	DEN0073_000000034104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	3.0	9.024768477085361e-06	CP013068.1	a-proteobacteria	Pannonibacter phragmitetus strain 31801, complete genome	True	True
CAN0020_000000025851	1364	0.8411752312042862	2	1	1	1	1	False	104646	fragment	False	CAN0020_000000025851	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0185_000000007410	4228	0.8411607673589208	5	4	3	4	3	False	29405	maximal	True	ISR0185_000000007410	1.0		1	1	False	False	0.9997634887695312	0					non-mobilizable	no_good_hit	1466.0	86.971	67.0	0.0004130349867601706	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0085_000000000598	12389	0.8411538817877444	19	12	7	10	10	True	125407	fragment	False	MON0085_000000000598	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12359.0	94.14200000000001	99.0	0.0035211428401811574	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0054_000000003722	3604	0.8411426546876062	3	3	2	3	1	True	18203	maximal	True	MAD0054_000000003722	1.0		3	1	False	False	0.9858490824699402	0					non-mobilizable	no_good_hit								True	True
CHI0128_000000001395	7144	0.8411401258349955	9	6	4	5	4	True	86994	fragment	False	CHI0128_000000001395	1.0		0	0	False	False	0.9986002445220947	0					non-mobilizable	no_good_hit	3263.0	91.94	81.0	0.19526413846985996	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
SPA0119_000000007369	4663	0.8411277301815775	6	6	6	6	5	False	130072	fragment	False	ISR0183_000000007266	0.9329103390888288		0	0	False	False	0.9982843399047852	0					non-mobilizable	other	4231.0	98.795	97.0	0.008842895886349237	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0063_000000010503	2741	0.8411269579073097	6	4	2	1	2	True	113318	fragment	False	ISR0374_000000005781	0.9646739130434783		0	0	False	False	0.9879605770111084	0					non-mobilizable	no_good_hit	1046.0	99.809	42.0	0.03163215885700448	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
USA0121_01_000000016519	2800	0.8411072440729853	2	2	1	2	2	False	105883	fragment	False	CHI0106_000000005843	0.22789615226442672		0	0	False	False	0.9957143068313599	0					non-mobilizable	no_good_hit	473.0	74.84100000000001	17.0	0.00013114805440882568	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0130_000000004170	3877	0.8411058636672102	6	5	4	5	2	False	92965	fragment	False	CHI0130_000000004170	0.980590717299578		0	0	False	False	0.9997420907020569	0					non-mobilizable	other	3886.0	96.166	100.0	0.0934806683037219	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0378_000000010444	2547	0.8411049469909223	3	3	3	3	3	False	76154	maximal	False	DEN0008_000000002723	0.9474063400576369		0	0	False	False	0.999214768409729	0					non-mobilizable	no_good_hit	251.0	75.697	10.0	4.659855195946911e-05	NC_011830.1	firmicutes	Desulfitobacterium hafniense DCB-2, complete sequence	True	False
CHI0045_000000001403	9864	0.8411021050226511	10	6	6	6	6	False	87203	maximal	True	CHI0045_000000001403	1.0		1	1	False	False	0.9998986124992371	0					non-mobilizable	no_good_hit	1638.0	81.074	16.0	0.02209167292847872	NZ_PUBV01000013.1	CFB group bacteria	Paramuribaculum intestinale strain DSM 100764 seq13, whole genome shotgun sequence	True	False
ISR0027_000000010465	2481	0.8410917915279961	3	2	1	1	2	False	37240	fragment	False	ISR0027_000000010465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	718.0	98.60700000000001	57.0	0.0001592558288299694	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0014_000000010368	2978	0.8410856977320269	4	3	2	3	2	False	19513	maximal	True	MAD0014_000000010368	1.0		1	1	False	False	0.9822028279304504	0					non-mobilizable	no_good_hit	1236.0	99.272	42.0	0.014946145467747791	NZ_CYXX01000015.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0194_000000004299	4995	0.8410824023452871	5	4	4	4	4	False	92337	fragment	False	ISR0194_000000004299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	99.78	36.0	0.9994511525795828	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
DEN0071_000000008734	4240	0.8410778573050203	6	6	5	4	5	False	99341	fragment	False	ISR0051_000000009370	0.9791297063223707		0	0	False	False	0.9945755004882812	0					non-mobilizable	other	4240.0	99.693	100.0	0.0009651006491377614	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
AST0028_000000004638	3722	0.8410765223412819	4	4	4	4	3	False	127735	fragment	False	ENG0068_000000006063	0.960672992854736		0	0	False	False	1.0	0					non-mobilizable	other	3688.0	99.458	100.0	0.001183708168902667	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0053_000000003597	2646	0.8410693663782294	4	2	1	1	1	True	77403	fragment	False	DEN0053_000000003597	1.0		0	0	False	False	0.9996220469474792	0					non-mobilizable	plasmid	2620.0	99.885	99.0	0.07927715219760262	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0028_000000003600	3454	0.8410640504795518	4	4	4	4	4	False	102938	maximal	True	CHI0028_000000003600	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	81.41199999999999	32.0	0.0193724790567794	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0098_000000001931	12161	0.84105734068027	23	4	0	3	2	False	60730	maximal	True	ENG0098_000000001931	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	7.443292262900691e-06	NZ_CP014337.1	CFB group bacteria	Elizabethkingia bruuniana strain G0146 chromosome, complete genome	True	False
AST0097_000000002311	9299	0.8410553333546676	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9198867148945136		0	0	False	True	1.0	0					non-mobilizable	other	6554.0	97.48200000000001	99.0	0.6696994479656512	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0106_000000012148	2079	0.8410469603937535	3	2	2	2	1	False	38163	fragment	False	ISR0180_000000010660	0.9362633060748449		0	0	False	False	0.9913420081138611	0					non-mobilizable	no_good_hit	804.0	80.597	38.0	0.007592934855095936	NZ_JNKW01000009.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
DEN0070_000000020535	1656	0.8410410142393316	2	2	2	2	2	False	70586	maximal	True	DEN0070_000000020535	1.0		8	6	False	False	1.0	0					non-mobilizable	other	1188.0	98.73700000000001	100.0	0.00035890303268527196	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0346_000000004724	4077	0.8410391558131924	8	2	1	2	1	True	121457	fragment	False	ISR0346_000000004724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0063_000000003233	3914	0.8410391558131924	6	2	1	2	1	True	87156	fragment	False	CHI0063_000000003233	1.0		0	0	False	False	0.9974450469017029	0					non-mobilizable	no_good_hit	66.0	83.333	2.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0144_000000001564	3636	0.8410391558131924	8	2	1	2	1	True	121456	fragment	False	ISR0144_000000001564	1.0		0	0	False	False	0.9988998770713806	0					non-mobilizable	no_good_hit								True	True
ISR0275_000000004982	2792	0.8410391558131924	5	2	1	2	1	True	79963	fragment	False	ISR0275_000000004982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0045_000000007568	2735	0.8410391558131924	4	2	1	2	1	True	87154	fragment	False	CHI0045_000000007568	1.0		0	0	False	False	0.9992687106132507	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
ISR0013_000000010871	2316	0.8410391558131924	4	2	1	2	1	True	79962	fragment	False	ENG0101_000000012866	0.9225575853852264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
ISR0241_000000006245	2295	0.8410391558131924	3	2	1	2	1	True	28632	fragment	False	ISR0241_000000006245	1.0		0	0	False	False	0.999128520488739	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
ENG0035_000000012766	1742	0.8410391558131924	4	2	1	2	1	True	79965	fragment	False	ENG0035_000000012766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0288_000000020004	1488	0.8410391558131924	2	2	1	2	1	True	25964	maximal	True	ISR0288_000000020004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	3.0	0.016	LN853050.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0404	True	True
ISR0068_000000014389	1435	0.8410391558131924	2	2	1	2	1	True	35013	maximal	True	ISR0068_000000014389	1.0		2	1	False	False	0.9972125291824341	0					non-mobilizable	no_good_hit								True	True
ISR0104_000000005490	4597	0.8410364103506589	5	3	1	3	0	False	98555	backbone	False	FIJ0008_000000006326	0.8000052182961006	PS550	0	0	True	True	0.9978246688842773	2					non-mobilizable	no_good_hit								True	True
ENG0027_000000005763	3616	0.8410276671775068	4	3	1	3	1	True	122746	fragment	False	ENG0027_000000005763	0.9726066897347174		0	0	False	False	0.9988937973976135	0					non-mobilizable	no_good_hit								True	True
FIJ0106_000000023305	1211	0.8410207577088722	3	3	3	1	1	False	97686	maximal	True	FIJ0106_000000023305	1.0		3	2	False	False	0.9744012951850891	0					non-mobilizable	plasmid	1034.0	99.323	99.0	0.013556964184941664	KJ484631.1	enterobacteria	Escherichia coli plasmid pH1519-76, complete sequence	False	True
ENG0062_000000001663	11154	0.8410059031329883	14	8	4	7	5	False	109484	maximal	True	ENG0062_000000001663	1.0		1	1	False	False	0.9920207858085632	0					non-mobilizable	no_good_hit	1598.0	98.185	14.0	0.9993742177722152	NZ_JAAITU010000115.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_115_length_1598_cov_361.194, whole genome shotgun sequence	True	False
AST0101_000000006295	1174	0.8410030687571172	2	2	2	2	1	False	108423	fragment	False	ISR0388_000000027736	0.666956174078153		0	0	False	False	0.9565587639808655	0					non-mobilizable	other	1156.0	99.74	98.0	0.00492343923989607	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
FIJ0062_000000018085	1624	0.8409959877186566	3	2	1	2	2	False	77749	maximal	True	FIJ0062_000000018085	1.0		0	0	False	False	0.9950739145278931	0					non-mobilizable	no_good_hit	1410.0	98.369	87.0	0.007380715313008709	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
ISR0378_000000017692	1715	0.840995350383369	3	1	1	1	1	False	81830	fragment	False	ISR0378_000000017692	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	98.65899999999999	100.0	0.009281698464074081	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
ISR0371_000000012489	1610	0.840995350383369	3	1	1	1	1	False	81829	fragment	False	ISR0371_000000012489	1.0		0	0	False	False	0.9950310587882996	0					non-mobilizable	chromosome	1565.0	97.764	100.0	0.0004913930567642508	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0006_000000006266	1538	0.840995350383369	3	1	1	1	1	False	19886	maximal	True	MAD0006_000000006266	1.0		2	1	False	False	0.9889466762542725	0					non-mobilizable	no_good_hit	586.0	84.471	49.0	0.00018376020018829906	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0120_000000010353	1516	0.840995350383369	4	1	1	1	1	False	81828	fragment	False	CHI0120_000000010353	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1516.0	98.351	100.0	0.0004775243624104169	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0040_000000027104	1270	0.840995350383369	4	1	1	1	1	False	18328	fragment	False	MAD0040_000000027104	1.0		0	0	False	False	0.9834645390510559	0					non-mobilizable	no_good_hit	627.0	85.167	57.0	0.00019668330174528063	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0124_000000023667	1249	0.840995350383369	3	1	1	1	1	False	4034	fragment	False	USA0043_01_000000007256	0.9508894044856921		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	97.26700000000001	99.0	0.0050523936883693325	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ISR0024_000000022424	1220	0.840995350383369	3	1	1	1	1	False	37414	fragment	False	ISR0024_000000022424	0.9747027058065866		0	0	False	False	0.9950819611549377	0					non-mobilizable	other	1220.0	98.689	100.0	0.0066034513605386855	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
SPA0051_000000019903	1206	0.840995350383369	4	1	1	1	1	False	26769	fragment	False	ISR0258_000000021745	0.6290483308420528		0	0	False	False	0.9817578792572021	0					non-mobilizable	chromosome	1148.0	97.47399999999999	100.0	0.0003599556580017796	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0145_01_000000019650	1189	0.840995350383369	3	1	1	1	1	False	21394	fragment	False	ISR0816_000000030206	0.9269293924466337		0	0	False	False	0.9714045524597168	0					non-mobilizable	other	1118.0	94.633	94.0	0.004528050336961735	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ISR0173_000000008194	1159	0.840995350383369	2	1	1	1	1	False	37414	fragment	False	ISR0024_000000022424	0.9352618906539507		0	0	False	False	0.9836065769195557	0					non-mobilizable	other	1159.0	98.274	100.0	0.0062781581900688	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
ISR0031_000000009442	2363	0.8409927681854161	2	2	2	2	1	True	131089	maximal	True	ISR0031_000000009442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	1.0376475352505695e-05	NZ_SODI01000001.1	high GC Gram+	Cryobacterium psychrophilum strain DSM 4854 Ga0197510_11, whole genome shotgun sequence	True	True
ENG0070_000000004917	4643	0.8409919971901813	6	2	1	2	1	False	77432	fragment	False	ENG0070_000000004917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007575955484730531	AM480910.1	eudicots	Vitis vinifera, whole genome shotgun sequence, contig VV78X244938.12, clone ENTAV 115	True	False
ENG0193_000000000264	50588	0.8409843007235033	50	41	15	25	37	True	73781	maximal	True	ENG0193_000000000264	1.0		6	4	False	False	0.9999209046363831	0					non-mobilizable	no_good_hit	12765.0	93.756	73.0	0.0024539097832754135	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MON0041_000000019120	3038	0.8409827327292103	2	2	1	1	1	False	11823	maximal	True	MON0041_000000019120	1.0		1	1	False	False	0.9996708631515503	0					non-mobilizable	no_good_hit	346.0	72.543	11.0	0.0007047128709587826	NZ_FUWY01000002.1	CFB group bacteria	Anaerorhabdus furcosa strain ATCC 25662, whole genome shotgun sequence	True	False
SPA0121_000000005848	2052	0.8409731947475264	4	2	1	2	1	True	4134	fragment	False	SPA0121_000000005848	1.0		0	0	False	False	0.9995126724243164	0					non-mobilizable	other	2080.0	96.587	100.0	0.0020819598877064175	NZ_QVHZ01000002.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf2, whole genome shotgun sequence	False	True
ISR0321_000000002097	4453	0.8409685067725349	7	5	5	4	4	False	25036	maximal	True	ISR0321_000000002097	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	81.15899999999999	24.0	0.0002681339854127914	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0115_000000007801	3102	0.8409680483871457	3	3	3	3	3	False	48683	maximal	True	FIJ0115_000000007801	1.0		3	1	False	False	0.9996775984764099	0					non-mobilizable	no_good_hit	849.0	76.914	49.0	0.00017740670677607028	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0258_000000025199	1187	0.8409646116669016	1	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.15264992602464128		0	0	False	False	1.0	0					non-mobilizable	chromosome	1187.0	97.89399999999999	100.0	0.0003373467930721598	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0162_000000011553	2137	0.8409619207892222	2	2	2	2	2	False	56359	maximal	True	ENG0162_000000011553	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	75.196	29.0	0.004897252184867334	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0376_000000003009	5869	0.8409569798732803	9	8	6	7	8	False	120953	maximal	True	ISR0376_000000003009	1.0		196	7	False	False	0.9982961416244507	0					non-mobilizable	other	4348.0	96.205	100.0	0.001233427503417829	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0011_000000006255	4054	0.8409513822900493	7	1	1	1	1	False	38262	maximal	True	ISR0011_000000006255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0027_000000004761	3652	0.8409490741994579	4	4	3	4	1	False	100723	fragment	False	FIJ0027_000000004761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	87.85799999999999	20.0	0.00011262519167053624	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0008_000000015422	1974	0.8409283651428093	5	2	1	2	2	True	14376	fragment	False	SPA0008_000000015422	1.0		0	0	False	False	0.9954407215118408	0					non-mobilizable	no_good_hit								True	True
ISR0775_000000002737	6063	0.8409249440275758	6	6	6	6	5	False	114948	fragment	False	ISR0243_000000000897	0.3625441724041629		0	0	False	False	0.996206521987915	0					non-mobilizable	no_good_hit	681.0	77.23899999999999	11.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ENG0006_000000006238	4014	0.8409127366274741	4	2	2	1	2	False	67618	fragment	False	SPA0126_000000009751	0.956140321064531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	88.94200000000001	9.0	0.004675113490073853	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0295_000000031723	1117	0.8409086399173529	2	2	2	2	2	False	25703	fragment	False	SPA0119_000000028215	0.9644444444444444		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	98.65700000000001	100.0	0.021058193071175183	NZ_QSFS01000021.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf21, whole genome shotgun sequence	False	False
SPA0135_000000009774	2326	0.8409075532765647	4	3	2	2	3	False	131132	fragment	False	SPA0135_000000009774	0.9909217877094972		0	0	False	False	0.9982802867889404	0					non-mobilizable	other	1110.0	100.0	100.0	0.006880762405847097	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
FIJ0116_000000013631	1251	0.8408998381433295	3	2	1	1	2	False	113328	fragment	False	ISR0304_000000007592	0.6257339324793003		0	0	False	False	0.9992006421089172	0					non-mobilizable	virus	1244.0	90.99700000000001	99.0	0.19847822567589446	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
MON0109_000000009805	3473	0.8408984968371831	5	3	3	3	2	True	121891	maximal	True	MON0109_000000009805	1.0		7	4	False	False	0.999136209487915	0					non-mobilizable	no_good_hit								True	True
ISR0282_000000005849	3519	0.8408888217212118	5	3	3	3	3	False	129702	fragment	False	DEN0069_000000007994	0.9766919404661611		0	0	False	True	0.9997158050537109	0					non-mobilizable	no_good_hit	1315.0	99.62	84.0	0.0061282689157211336	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0783_000000006152	2249	0.8408859691957643	3	2	2	2	2	False	22247	maximal	True	ISR0783_000000006152	1.0		1	1	False	False	0.9862160682678223	0					non-mobilizable	no_good_hit	213.0	99.531	9.0	7.474993150861228e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0180_000000002802	7236	0.8408842695176016	8	4	4	4	4	False	88145	maximal	True	ISR0180_000000002802	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	99.92399999999999	33.0	0.00042328524547656016	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0229_000000014568	1120	0.8408814060621406	2	2	2	2	2	False	80182	fragment	False	CHI0140_000000024887	0.9529950083194676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	76.682	20.0	9.415520751721356e-05	NZ_UFSA01000001.1	high GC Gram+	Actinomyces denticolens strain NCTC11490, whole genome shotgun sequence	True	False
CHI0137_000000013124	1321	0.8408776983550568	3	1	1	1	1	False	80485	fragment	False	CHI0137_000000013124	1.0		0	0	False	False	0.9924299716949463	0					non-mobilizable	no_good_hit	111.0	98.198	8.0	1.9847463223552803e-05	NZ_CP054254.1	enterobacteria	Klebsiella variicola strain FH-1 chromosome, complete genome	True	False
USA0117_01_000000006694	3580	0.8408741830794471	3	2	1	2	1	True	92498	fragment	False	USA0117_01_000000006694	1.0		0	0	False	False	0.9997206926345825	0					non-mobilizable	other	3460.0	99.884	97.0	0.06000728622729559	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	False	True
DEN0061_000000024212	1778	0.8408722146692402	2	1	1	1	1	False	79040	fragment	False	ISR0374_000000008642	0.9525702190004405		0	0	False	False	0.9994375705718994	0					non-mobilizable	no_good_hit	750.0	77.467	52.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0046_000000021026	1684	0.8408722146692402	3	1	1	1	1	False	79040	fragment	False	ISR0374_000000008642	0.7087661508527651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	77.467	54.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0087_000000016387	1600	0.8408722146692402	2	1	1	1	1	False	61365	fragment	False	ENG0087_000000016387	0.9656645751804499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	98.294	69.0	0.0006105759278349438	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0356_000000014229	1475	0.8408722146692402	3	1	1	1	1	False	61365	fragment	False	ENG0087_000000016387	0.9497266141671544		0	0	False	False	0.9959322214126587	0					non-mobilizable	no_good_hit	750.0	77.467	66.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0399_000000013158	1330	0.8408722146692402	2	1	1	1	1	False	61365	fragment	False	ENG0087_000000016387	0.8020336375751093		0	0	False	False	0.969924807548523	0					non-mobilizable	no_good_hit	752.0	77.128	63.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0304_000000008222	1271	0.8408722146692402	2	1	1	1	1	False	61365	fragment	False	ENG0087_000000016387	0.5380805894394122		0	0	False	False	0.9874114990234375	0					non-mobilizable	no_good_hit	752.0	77.128	59.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0001_000000015314	1645	0.8408701546688185	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.884896089622838		0	0	False	False	0.9914893507957458	0					non-mobilizable	no_good_hit	236.0	91.525	14.0	7.075399978382394e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0128_000000001375	16766	0.8408686156597155	18	5	3	5	1	True	111613	fragment	False	ISR0090_000000000852	0.6027927570502558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	74.023	3.0	0.0014341851421131684	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0056_000000000743	15868	0.8408686156597155	17	5	3	5	1	True	111613	fragment	False	ISR0090_000000000852	0.5843585843000686		0	0	False	False	0.9999369978904724	0					non-mobilizable	no_good_hit	520.0	72.885	3.0	0.0017155973567594875	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0292_000000005739	3115	0.840867526914908	8	2	1	2	1	False	25887	fragment	False	ISR0292_000000005739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000012878	2202	0.840867526914908	4	2	1	2	1	False	14452	fragment	False	MAD0112_000000012878	1.0		0	0	False	False	0.9950045347213745	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000005371	6174	0.8408296289654325	2	2	2	2	0	True	87312	fragment	False	CHI0132_000000005371	1.0		0	0	False	False	0.9974085092544556	0					non-mobilizable	other	5408.0	99.59299999999999	99.0	0.007703541178398171	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
ISR0109_000000005109	5453	0.8408296289654325	2	2	2	2	0	True	87310	fragment	False	ISR0109_000000005109	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4775.0	98.785	99.0	0.006798834566916233	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
ISR0808_000000004532	3272	0.8408296289654325	2	2	2	2	0	True	87306	fragment	False	ISR0808_000000004532	1.0		0	0	False	False	0.9969437718391418	0					non-mobilizable	other	3273.0	97.15899999999999	100.0	0.004660307600247904	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
CHI0034_000000010921	1539	0.8408295645685285	2	2	2	2	2	False	88219	maximal	True	CHI0034_000000010921	1.0		1	1	False	False	0.9993502497673035	0					non-mobilizable	no_good_hit	803.0	74.595	50.0	0.0004124789463871115	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	True	False
CAN0007_000000024716	1630	0.8408262238262355	2	2	1	1	2	True	95235	fragment	False	CAN0007_000000024716	1.0		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	other	956.0	99.58200000000001	100.0	0.0004000021803053853	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0137_000000011222	1371	0.8408243047701033	2	2	2	2	1	False	62820	fragment	False	TAN0027_000000008655	0.9587255611875453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
USA0048_01_000000011174	1429	0.8408189784507185	2	2	2	2	2	False	1114	maximal	True	USA0048_01_000000011174	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1196.0	95.234	84.0	0.006429794612758349	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
CAN0010_000000002230	6061	0.8408184515853159	9	7	4	5	6	True	130648	backbone	False	USA0082_01_000000002282	0.41957577674025104	PS1107|PS1110|PS1114	0	0	True	True	1.0	71		MOBV			mobilizable	other	4840.0	99.917	100.0	0.7947117753325669	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0819_000000003279	6665	0.8408178178768149	11	10	4	4	8	True	120545	backbone	False	ISR0774_000000003808	0.9849884705454689	PS472|PS846	0	0	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	plasmid	3434.0	99.825	94.0	0.3113712678101461	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
ENG0136_000000001647	7811	0.8408167797039972	10	7	6	6	3	True	79270	maximal	True	ENG0136_000000001647	1.0		10	6	False	False	0.9935987591743469	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0139_000000008690	2852	0.8408161137679899	4	3	3	2	1	False	76456	fragment	False	ISR0139_000000008690	0.9693493794659647		0	0	False	False	0.9652875065803528	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	6.9817924549708325e-06	NZ_BLPF01000001.1	high GC Gram+	Phytohabitans houttuyneae strain NBRC 108639 sequence1, whole genome shotgun sequence	True	False
ISR0042_000000015059	2038	0.8408104590059601	3	2	2	2	2	False	121861	fragment	False	ISR0309_000000008944	0.9870627695256349		0	0	False	False	0.999509334564209	0					non-mobilizable	chromosome	1098.0	94.262	94.0	0.0003689071831546748	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0087_000000023749	2133	0.8408034122614256	3	2	2	2	2	False	124913	fragment	False	MON0087_000000023749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	2.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
MAD0054_000000006146	2471	0.8407880779380479	3	2	2	2	1	False	17161	maximal	True	MAD0054_000000006146	1.0		5	1	False	False	0.977337121963501	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.7009556220678202e-05	NZ_LZDB01000002.1	g-proteobacteria	Perlucidibaca aquatica strain BK296 contig_2, whole genome shotgun sequence	True	False
ISR0201_000000022703	1291	0.8407769239584731	3	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.05645023113787692		0	0	False	False	0.999225378036499	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000019611	1502	0.8407746280282443	4	2	2	1	1	False	91196	fragment	False	CHI0168_000000009985	0.4783669486011711		0	0	False	False	1.0	0					non-mobilizable	plasmid	994.0	99.195	100.0	0.010101832165128841	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0024_01_000000007439	3234	0.8407711142488741	5	3	2	3	3	False	63768	fragment	False	USA0024_01_000000007439	1.0		0	0	False	False	0.9990723729133606	0					non-mobilizable	no_good_hit	804.0	89.925	25.0	0.0002242659693728746	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0021_01_000000011136	1615	0.8407663376769993	3	2	1	2	1	False	1745	maximal	True	USA0021_01_000000011136	1.0		1	1	False	False	0.9678018689155579	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000003600	8293	0.8407524796713516	12	9	8	8	7	False	109036	fragment	False	DEN0061_000000003600	0.9766883532315592		0	0	False	False	0.9993970990180969	0					non-mobilizable	no_good_hit	460.0	75.652	6.0	0.0002003486153587161	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0018_000000002058	11699	0.840749150134227	8	6	2	5	3	True	50056	fragment	False	FIJ0032_000000002831	0.9800763174294596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0058_000000000116	61469	0.8407459115967693	55	9	2	8	4	True	113175	fragment	False	SPA0155_000000000030	0.617825376581642		0	0	False	False	1.0	0					non-mobilizable	virus	23590.0	94.031	97.0	0.2380923493787093	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
FIJ0140_000000022472	1508	0.8407445935671769	3	1	1	1	1	False	40364	fragment	False	SPA0006_000000019429	0.9590247339264778		0	0	False	False	0.9814323782920837	0					non-mobilizable	no_good_hit	970.0	95.773	64.0	0.0003258231325672675	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0065_000000003904	3263	0.8407424088127485	6	6	5	6	4	False	105605	fragment	False	ISR0301_000000004762	0.93984529905232		0	0	False	False	0.9984676837921143	0					non-mobilizable	other	3263.0	98.406	100.0	0.013042782886845261	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
MAD0005_000000021518	1453	0.8407356609793842	2	1	1	1	1	True	19929	maximal	True	MAD0005_000000021518	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1477.0	98.24	100.0	0.0005094234713758196	CP000312.1	firmicutes	Clostridium perfringens SM101, complete genome	False	True
FIJ0085_000000001620	14157	0.8407319226305943	16	5	5	5	3	True	97608	fragment	False	FIJ0052_000000001341	0.7528726942748903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	85.25	6.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
ENG0134_000000025736	1510	0.8407285744843136	2	2	2	2	2	False	59565	maximal	True	ENG0134_000000025736	1.0		165	11	False	False	0.9788079261779785	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	1.736676879007765e-05	NZ_AP019551.1	bacteria	Athalassotoga saccharophila strain NAS-01	True	False
ISR0311_000000014783	1538	0.8407248888235973	2	1	1	1	1	False	82675	fragment	False	ISR0311_000000014783	0.9733352902922535		0	0	False	False	0.981794536113739	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	0.00034160649287927157	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	True	False
USA0069_01_000000016827	3663	0.8406967984328071	6	3	1	2	2	False	92881	fragment	False	USA0069_01_000000016827	1.0		0	0	False	True	0.9931749701499939	0					non-mobilizable	plasmid	3627.0	96.25	99.0	0.5151904150620453	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
SPA0095_000000010298	1924	0.8406963772978009	3	3	3	3	3	False	111364	fragment	False	FIJ0122_000000007856	0.9198966280507964		0	0	False	False	1.0	0					non-mobilizable	chromosome	1924.0	99.948	100.0	0.00038363898434421774	CP049101.1	enterobacteria	Escherichia coli strain EC28 chromosome, complete genome	False	False
CHI0154_000000003069	8241	0.8406938358040269	6	3	3	3	1	True	79227	maximal	True	CHI0154_000000003069	1.0		1	1	False	False	0.9973304271697998	0					non-mobilizable	no_good_hit								True	True
CHI0111_000000004729	6541	0.8406938358040269	7	3	3	3	1	True	82650	maximal	True	CHI0111_000000004729	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0157_000000008758	2840	0.8406878200342467	4	3	1	1	3	True	115876	fragment	False	ENG0157_000000008758	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2390.0	99.289	96.0	0.4884481701083623	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
SPA0137_000000013846	2647	0.8406878200342467	5	3	1	1	3	True	115870	fragment	False	SPA0137_000000013846	0.9838120941180617		0	0	False	False	0.9996222257614136	0	rep_cluster_1320				non-mobilizable	plasmid	2647.0	99.84899999999999	100.0	0.5403472931562819	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
SPA0046_000000011316	2643	0.8406878200342467	4	3	1	1	3	True	115870	fragment	False	SPA0137_000000013846	0.9832367758810965		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2643.0	99.84899999999999	100.0	0.5397344228804903	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
SPA0032_000000010779	2548	0.8406878200342467	3	3	1	1	3	True	115870	fragment	False	SPA0137_000000013846	0.9699005392283988		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2548.0	99.84299999999999	100.0	0.5203268641470888	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
SPA0016_000000013102	2537	0.8406878200342467	4	3	1	1	3	True	115870	fragment	False	SPA0137_000000013846	0.9670295856399398		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2537.0	99.84200000000001	100.0	0.5180796731358529	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
SPA0021_000000013164	2526	0.8406878200342467	3	3	1	1	3	True	115870	fragment	False	SPA0137_000000013846	0.8156588529324361		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2526.0	99.84200000000001	100.0	0.515832482124617	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
AST0150_000000012089	2309	0.8406878200342467	4	3	1	1	3	True	115869	fragment	False	AST0150_000000012089	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2309.0	99.82700000000001	100.0	0.47168268247802086	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
USA0033_01_000000001117	7141	0.8406865702096351	7	7	7	7	7	False	125056	fragment	False	CHI0172_000000000825	0.3399877943715693		0	0	False	False	1.0	0					non-mobilizable	other	7117.0	99.831	99.0	0.025728355424431092	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0004_000000002740	8990	0.8406834562770862	19	6	1	4	5	False	58437	fragment	False	FIJ0004_000000002740	0.9999426408167948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2479.0	94.43299999999999	70.0	0.09665296535525543	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0061_000000002548	8717	0.8406834562770862	18	6	1	4	5	False	58437	fragment	False	FIJ0004_000000002740	0.9847608453837597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2479.0	94.43299999999999	69.0	0.09665296535525543	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
CAN0014_000000028524	1722	0.8406741260904937	3	2	2	2	0	True	93569	fragment	False	CAN0014_000000028524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	94.545	3.0	0.018867924528301886	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
FIJ0017_000000013425	2140	0.8406721627872416	3	2	2	1	1	False	82551	fragment	False	FIJ0017_000000013425	0.9865542961752135		0	0	False	False	0.9981308579444885	0					non-mobilizable	no_good_hit	1574.0	77.319	73.0	0.0004207203131932861	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0122_000000006925	2038	0.8406721627872416	3	2	2	1	1	False	82551	fragment	False	FIJ0017_000000013425	0.964365166432906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1633.0	77.587	79.0	0.00043667307571154055	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0122_000000008023	2021	0.8406721627872416	3	2	2	1	1	False	96006	fragment	False	ISR0037_000000009370	0.41050877191920065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	78.705	29.0	0.002353448065620148	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
ISR0047_000000018945	1583	0.8406537523268349	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.98156462562261		0	0	False	False	1.0	0					non-mobilizable	other	1583.0	99.74700000000001	100.0	0.00027613484526761256	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
USA0121_01_000000006728	6891	0.8406513367594856	8	3	3	2	2	False	94643	fragment	False	USA0121_01_000000006728	0.9968484315450015		0	0	False	False	0.9998548626899719	0					non-mobilizable	plasmid	5063.0	99.921	99.0	0.10015036403925293	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ENG0056_000000004151	2730	0.8406485505095664	4	4	3	4	1	False	97067	maximal	True	ENG0056_000000004151	1.0		1	1	False	False	0.9996336698532104	0					non-mobilizable	no_good_hit	613.0	86.949	22.0	0.0002821578311623504	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0066_000000018157	1964	0.8406485505095664	4	4	3	4	1	False	97060	fragment	False	DEN0066_000000018157	1.0		0	0	False	False	0.9918533563613892	0					non-mobilizable	no_good_hit	179.0	92.179	9.0	8.301503131718737e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ETH0003_000000006879	4656	0.8406465827932601	7	6	5	5	3	False	110250	fragment	False	ETH0003_000000006879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1949.0	94.664	46.0	0.0005422973866443957	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AST0002_000000019313	1921	0.8406436741300565	4	2	2	2	2	False	131860	maximal	True	AST0002_000000019313	1.0		11	6	False	False	0.9989588856697083	0					non-mobilizable	no_good_hit	762.0	90.02600000000001	52.0	0.00020286334781872324	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0082_000000001938	14132	0.8406352545439791	11	9	5	9	5	True	118418	fragment	False	DEN0082_000000001938	1.0		0	0	False	False	0.999363124370575	0					non-mobilizable	no_good_hit	3384.0	77.985	35.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0096_000000024121	1562	0.8406121721711641	1	1	1	1	1	False	12625	fragment	False	MON0096_000000024121	1.0		0	0	False	False	0.984635055065155	0					non-mobilizable	no_good_hit	45.0	100.0	3.0	1.2303868643898358e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0175_000000005686	4547	0.8406095610650732	5	2	2	1	0	True	55614	maximal	True	ENG0175_000000005686	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	76.94	20.0	0.0002694279088317405	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	True
FIJ0119_000000014979	1186	0.8405952229871516	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21136013636094703		0	0	False	False	0.9966273307800293	0					non-mobilizable	chromosome	1058.0	78.544	95.0	0.00027822763395273436	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0094_000000020632	1831	0.84059426297058	3	3	3	3	3	False	76275	fragment	False	DEN0073_000000028334	0.9789514575209513		0	0	False	False	0.9994538426399231	0					non-mobilizable	other	1831.0	99.072	100.0	0.026606184847559645	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0107_000000055850	1117	0.8405894798564397	2	2	2	2	2	False	46690	fragment	False	USA0047_01_000000031377	0.9164833024835932		0	0	False	False	1.0	0					non-mobilizable	chromosome	1132.0	76.237	99.0	0.00038110970784445105	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
SPA0031_000000022943	1450	0.8405883169432454	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.506645896076372		0	0	False	False	0.9689655303955078	0					non-mobilizable	chromosome	1450.0	95.72399999999999	100.0	0.00040554712337224886	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0219_000000018608	1780	0.8405851336550841	3	3	3	3	2	False	94373	fragment	False	ISR0198_000000017175	0.9595015576323987		0	0	False	False	0.9971910119056702	0					non-mobilizable	no_good_hit	526.0	99.43	30.0	0.004403882126949242	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0092_000000008010	1813	0.8405849716213445	2	2	1	1	2	True	109655	maximal	True	AST0092_000000008010	1.0		1	1	False	False	0.9983452558517456	0					non-mobilizable	plasmid	1818.0	91.309	100.0	0.05369981360395278	CP032305.1	enterobacteria	Salmonella enterica subsp. enterica serovar Braenderup strain FORC93 plasmid unnamed1, complete sequence	False	True
ENG0137_000000008974	1793	0.8405849716213445	2	2	1	1	2	True	57973	fragment	False	ENG0137_000000008974	1.0		0	0	False	False	1.0	0	IncX1				non-mobilizable	plasmid	1793.0	100.0	100.0	0.052981698843981906	CP041553.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-3	False	True
ISR0793_000000012776	1328	0.8405835822890416	2	1	1	1	1	True	30902	fragment	False	ISR0793_000000012776	0.9600307455803229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0113_01_000000008476	2209	0.8405833186534641	2	2	2	2	2	False	93260	fragment	False	CAN0015_000000016959	0.9889090086011769		0	0	False	False	1.0	0					non-mobilizable	chromosome	1699.0	97.52799999999999	99.0	0.00026172664055051996	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0821_000000004528	5746	0.8405725821243794	7	4	0	0	4	False	108281	fragment	False	ISR0821_000000004528	1.0		0	0	False	False	0.996171236038208	0					non-mobilizable	no_good_hit	1401.0	91.863	36.0	0.1279756412622255	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AST0089_000000013011	1755	0.8405693283190908	3	3	3	3	2	False	120659	fragment	False	MON0104_000000022401	0.6631181708091733		0	0	False	False	0.988034188747406	0					non-mobilizable	other	1755.0	95.32799999999999	100.0	0.00291209749051576	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0003_000000011909	2353	0.8405649114908637	3	3	3	3	1	False	20103	maximal	True	MAD0003_000000011909	1.0		1	1	False	False	0.991500198841095	0					non-mobilizable	no_good_hit	471.0	74.31	20.0	0.00013114824376989434	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0106_000000029742	1466	0.8405640119397131	2	2	2	2	1	False	42067	fragment	False	SPA0019_000000019254	0.9386604774535809		0	0	False	False	0.9918144345283508	0					non-mobilizable	chromosome	1466.0	87.244	100.0	0.00041002521445158356	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0085_000000004893	4347	0.8405433521867784	6	4	3	4	2	False	34005	maximal	True	ISR0085_000000004893	1.0		1	1	False	False	0.9995399117469788	0					non-mobilizable	no_good_hit	1053.0	73.124	24.0	0.0002596778023014988	CP031098.1	firmicutes	Clostridium botulinum strain CFSAN034202 chromosome, complete genome	True	False
ISR0075_000000004156	5287	0.840538930256635	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9578900354899429	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5285.0	99.167	100.0	0.0010544190396583706	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0095_000000003585	7147	0.8405191003772755	8	7	5	6	6	False	98386	fragment	False	MON0095_000000003585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	86.061	12.0	0.9951573849878934	GQ876051.1		Uncultured organism clone VC1A858TF genomic sequence	True	False
MON0087_000000007792	5809	0.8405158115579674	6	6	6	5	5	False	97356	fragment	False	MON0087_000000007792	1.0		0	0	False	False	0.9998278617858887	0					non-mobilizable	other	5797.0	99.051	99.0	0.007562077927500078	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
AST0046_000000009563	1803	0.8405142807067945	2	2	1	1	1	True	115661	fragment	False	AST0046_000000009563	1.0		0	0	False	False	0.9977814555168152	0					non-mobilizable	plasmid	1800.0	99.556	99.0	0.37596656217345875	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
CHI0135_000000001720	11097	0.8405141444914463	12	7	7	7	5	False	80706	maximal	True	CHI0135_000000001720	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	73.649	9.0	0.00019052901359627845	NZ_CP007128.1	bacteria	Gemmatirosa kalamazoonesis strain KBS708 chromosome, complete genome	True	False
ISR0111_000000005306	3246	0.8405113136846918	3	3	3	3	3	False	102292	maximal	True	ISR0111_000000005306	0.946837332100508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	76.436	53.0	0.14469562272457878	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
ISR0221_000000016545	1344	0.8405070168207707	2	1	1	1	1	False	27935	fragment	False	ISR0221_000000016545	1.0		0	0	False	False	0.9747023582458496	0					non-mobilizable	no_good_hit	594.0	75.253	44.0	0.023775770586090973	NZ_KB291014.1	CFB group bacteria	Prevotella saccharolytica F0055 Scfld750, whole genome shotgun sequence	True	False
DEN0076_000000006599	1324	0.8404963733036643	2	2	2	2	2	False	77503	fragment	False	DEN0076_000000006599	1.0		0	0	False	False	0.9962235689163208	0					non-mobilizable	chromosome	1324.0	99.84899999999999	100.0	0.000449553962955802	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0031_000000007493	4699	0.8404782181858144	6	5	2	3	5	False	109881	fragment	False	MON0031_000000007493	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3314.0	94.931	70.0	0.41731787244769347	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
SPA0031_000000011352	2679	0.8404729578576766	3	2	2	2	1	True	81474	fragment	False	SPA0031_000000011352	1.0		0	0	False	False	0.9932810664176941	0					non-mobilizable	no_good_hit								True	True
FIJ0074_000000014356	2191	0.8404729578576766	3	2	2	2	1	True	92678	fragment	False	USA0072_01_000000008165	0.7250458070721543		0	0	False	False	0.9995436072349548	0					non-mobilizable	no_good_hit								True	True
ISR0027_000000011893	2184	0.8404729578576766	3	2	2	2	1	True	92678	fragment	False	USA0072_01_000000008165	0.5563262945800564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0038_000000019325	1381	0.840462504003865	2	2	2	1	1	True	65036	maximal	True	ENG0038_000000019325	1.0		6	4	False	False	0.9992758631706238	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	1.1086344067629414e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0379_000000019826	1273	0.8404565365719872	2	1	1	1	1	False	23202	fragment	False	ISR0379_000000019826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	87.898	12.0	0.00025082935512581926	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
USA0032_01_000000017572	1171	0.8404565365719872	1	1	1	1	1	False	1489	fragment	False	USA0032_01_000000017572	1.0		0	0	False	False	0.9726729393005371	0					non-mobilizable	plasmid	1069.0	81.47800000000001	90.0	0.0017202038999919087	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MON0103_000000032175	1719	0.840456369202243	2	1	1	1	1	False	8883	maximal	True	MON0103_000000032175	1.0		13	5	False	False	0.9988365173339844	0					non-mobilizable	no_good_hit								True	False
ENG0170_000000006733	1865	0.8404533321790455	3	2	2	2	1	True	55847	fragment	False	ENG0170_000000006733	1.0		0	0	False	False	0.9967828392982483	0					non-mobilizable	no_good_hit	805.0	71.925	42.0	0.004317922123582667	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0126_000000003093	15001	0.8404506065098125	20	5	0	5	2	False	89898	fragment	False	FIJ0026_000000001516	0.40902364190422014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000001516	14801	0.8404506065098125	19	5	0	5	2	False	89898	fragment	False	FIJ0026_000000001516	0.5174990152481245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.007770190722863198	XM_015938221.2	mites & ticks	PREDICTED: Tetranychus urticae WD repeat-containing protein 47 (LOC107370235), transcript variant X2, mRNA	True	False
FIJ0043_000000001573	14681	0.8404506065098125	20	5	0	5	2	False	89898	fragment	False	FIJ0026_000000001516	0.42002859960037714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00012478886170274402	MT702943.1	moths	Helicoverpa zea clone Hz_Scaffold_361 SNP Hz6_361 genomic sequence	True	False
FIJ0096_000000001706	14394	0.8404506065098125	18	5	0	5	2	False	89899	maximal	True	FIJ0096_000000001706	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0093_000000000308	14221	0.8404506065098125	17	5	0	5	2	False	89898	fragment	False	FIJ0026_000000001516	0.29878006788637435		0	0	False	False	0.999929666519165	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.007770190722863198	XM_015938221.2	mites & ticks	PREDICTED: Tetranychus urticae WD repeat-containing protein 47 (LOC107370235), transcript variant X2, mRNA	True	False
ISR0214_000000001623	13948	0.8404506065098125	16	5	0	5	2	False	89898	fragment	False	FIJ0026_000000001516	0.39774889464544766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0281_000000000774	13868	0.8404506065098125	17	5	0	5	2	False	89898	fragment	False	FIJ0026_000000001516	0.39654004873503695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.0457637509803413e-07	CP046688.1	eudicots	Solanum tuberosum cultivar P8 chromosome 1	True	False
FIJ0105_000000001759	13825	0.8404506065098125	17	5	0	5	2	False	89898	fragment	False	FIJ0026_000000001516	0.40509492212301557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.4041310735382034e-07	CP039346.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu03	True	False
FIJ0009_000000002252	13566	0.8404506065098125	16	5	0	5	2	False	89898	fragment	False	FIJ0026_000000001516	0.4026916882301234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0356_000000000884	12848	0.8404506065098125	14	5	0	5	2	False	89898	fragment	False	FIJ0026_000000001516	0.20127071114956896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0028750931743158343	NZ_RXHQ01000052.1	firmicutes	Xylanivirga thermophila strain SYSU GA17129 Scaffold51_1, whole genome shotgun sequence	True	False
CHI0015_000000000455	12117	0.8404506065098125	14	5	0	5	2	False	89897	fragment	False	CHI0015_000000000455	0.9640080370402726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.007770190722863198	XM_015938221.2	mites & ticks	PREDICTED: Tetranychus urticae WD repeat-containing protein 47 (LOC107370235), transcript variant X2, mRNA	True	False
SPA0077_000000002110	11447	0.8404506065098125	13	5	0	5	2	False	89897	fragment	False	CHI0015_000000000455	0.9383923413386152		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.007770190722863198	XM_015938221.2	mites & ticks	PREDICTED: Tetranychus urticae WD repeat-containing protein 47 (LOC107370235), transcript variant X2, mRNA	True	False
ENG0009_000000006100	2019	0.8404478571543995	4	3	3	2	2	False	67320	fragment	False	ENG0009_000000006100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000005222	3900	0.8404416344953071	5	4	3	2	4	False	42999	fragment	False	ISR0037_000000005222	1.0		0	0	False	False	0.9961538314819336	0					non-mobilizable	no_good_hit	70.0	100.0	2.0	3.695103612847393e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MAD0107_000000028248	1406	0.8404342354066993	1	1	1	1	1	False	57827	fragment	False	MAD0107_000000028248	1.0		0	0	False	False	0.9815078377723694	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	4.0	2.5686503925539963e-05	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	False
SPA0122_000000002666	11854	0.8404339631933411	11	10	10	10	9	False	97360	fragment	False	SPA0122_000000002666	1.0		0	0	False	False	0.9989876747131348	0					non-mobilizable	other	8364.0	95.038	100.0	0.010899516736772887	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
FIJ0058_000000023866	1721	0.8404316912768264	3	3	3	3	2	False	50273	maximal	False	SPA0029_000000014274	0.935155412647374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	78.613	10.0	0.0012257537310223217	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	False
SPA0157_000000007481	1160	0.8404096131132693	2	2	1	2	1	False	3152	fragment	False	SPA0157_000000007481	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	98.64	100.0	0.003904160304396963	NZ_JH591189.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.3, whole genome shotgun sequence	False	False
SPA0055_000000011885	2652	0.8404056881555556	4	4	3	4	2	False	112287	fragment	False	SPA0055_000000011885	0.9895133629893507		0	0	False	False	1.0	0					non-mobilizable	other	2652.0	99.51	100.0	0.0006499666190286003	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0046_000000012085	2612	0.8404056881555556	4	4	3	4	2	False	112287	fragment	False	SPA0055_000000011885	0.9658354225408994		0	0	False	False	0.9934915900230408	0					non-mobilizable	other	1362.0	99.78	96.0	0.0003334419471440575	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0095_000000010798	2501	0.8404056881555556	4	4	3	4	2	False	112287	fragment	False	SPA0055_000000011885	0.9676523186397858		0	0	False	False	0.9820072054862976	0					non-mobilizable	other	2501.0	99.48	100.0	0.0006126995778772056	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0393_000000007026	2489	0.8404056881555556	5	4	3	4	2	False	112287	fragment	False	SPA0055_000000011885	0.9669399463772543		0	0	False	False	0.999196469783783	0					non-mobilizable	other	2490.0	99.55799999999999	100.0	0.0006102477988540875	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0055_000000006134	3168	0.8404052431540038	2	1	1	1	1	False	66903	fragment	False	ENG0055_000000006134	1.0		0	0	False	False	0.9996843338012695	0					non-mobilizable	other	2473.0	92.883	100.0	0.0012073044866084902	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
SPA0127_000000022104	1328	0.8404049173170082	3	1	1	1	1	True	3906	maximal	True	SPA0127_000000022104	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0080_000000002488	10265	0.8404009117921888	11	6	5	5	5	False	34325	maximal	True	ISR0080_000000002488	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	85.179	23.0	0.041321386063015116	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
ISR0225_000000000294	20151	0.8403979861420054	25	10	5	9	5	False	27703	fragment	False	ISR0225_000000000294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1280.0	93.75	7.0	0.002074311941484617	NZ_QJKD01000002.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_102, whole genome shotgun sequence	True	False
MON0061_000000014590	2997	0.8403968614832286	3	1	1	1	1	False	81227	fragment	False	MON0061_000000014590	1.0		0	0	False	False	0.9939939975738525	0					non-mobilizable	no_good_hit								True	False
ISR0111_000000014213	1237	0.8403963655200622	2	2	2	2	2	False	32672	fragment	False	ISR0111_000000014213	0.9973568281938325		0	0	False	False	0.9862570762634277	0					non-mobilizable	chromosome	1240.0	89.59700000000001	99.0	0.00035128439244866557	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0012_000000033375	1646	0.8403950333857781	3	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.27218559570126716	PS940	0	0	False	True	0.9981774091720581	0					non-mobilizable	no_good_hit	546.0	74.908	33.0	0.00016283888555994162	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ENG0210_000000018843	1412	0.8403950333857781	2	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.10346590495597119	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0126_000000041259	1117	0.8403876402617337	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.017012903024701334		0	0	False	False	1.0	0					non-mobilizable	other	1039.0	79.788	92.0	0.014376952253458277	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0037_000000014314	1730	0.8403866014720613	3	3	3	2	2	False	56675	maximal	False	ENG0193_000000011233	0.9801343033016228		0	0	False	False	0.9855491518974304	0					non-mobilizable	chromosome	1730.0	99.884	100.0	0.00048292684427301056	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0105_000000023146	1634	0.8403858880615356	2	1	1	1	1	True	14802	fragment	False	MAD0105_000000023146	1.0		0	0	False	False	0.9993879795074463	0					non-mobilizable	plasmid	1634.0	99.572	100.0	0.020180425111220958	CP053728.1	enterobacteria	Escherichia coli strain CP61_Sichuan plasmid pCP61-IncN, complete sequence	False	True
ISR0171_000000010120	2652	0.8403851853489643	2	2	2	2	2	False	30001	maximal	True	ISR0171_000000010120	1.0		2	2	False	False	0.9935897588729858	0					non-mobilizable	no_good_hit	592.0	77.53399999999999	22.0	0.00018672761590856097	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
ENG0100_000000023151	1362	0.840373621601456	3	3	3	3	2	False	60543	maximal	True	ENG0100_000000023151	1.0		20	5	False	False	0.9992657899856567	0					non-mobilizable	other	1362.0	98.311	100.0	0.0005289117708323618	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0182_000000019769	1989	0.8403735580172038	3	2	2	2	2	False	129910	fragment	False	ISR0182_000000019769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	98.988	69.0	0.01927153056671129	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0354_000000011511	1655	0.8403735580172038	4	2	2	2	2	False	129894	fragment	False	ISR0354_000000011511	1.0		0	0	False	False	0.998791515827179	0					non-mobilizable	no_good_hit	1402.0	99.001	85.0	0.019536479250334672	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0079_000000048848	1285	0.8403735580172038	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.11449927429665177		0	0	False	False	0.9976653456687927	0					non-mobilizable	other	1286.0	97.9	100.0	0.7219101123595506	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
ENG0199_000000020567	1255	0.8403735580172038	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.11305019293214287		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	98.008	100.0	0.7044943820224719	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
MON0011_000000026134	1793	0.8403696825378557	3	3	3	1	3	False	13669	maximal	True	MON0011_000000026134	1.0		2	1	True	True	1.0	1					non-mobilizable	no_good_hit	583.0	82.161	37.0	0.0002456237121222101	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	True
USA0011_01_000000019304	1885	0.8403670138497568	4	2	2	1	1	False	3602	maximal	True	USA0011_01_000000019304	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	92.212	47.0	0.012299196787148595	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0320_000000017230	1520	0.8403670138497568	3	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.09076177034050961		0	0	False	False	0.9967105388641357	0					non-mobilizable	other	1174.0	91.652	98.0	0.01630131637661758	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0130_000000020751	1505	0.8403670138497568	3	2	2	1	1	False	129883	maximal	True	ISR0130_000000020751	1.0		7	2	False	False	0.999335527420044	0					non-mobilizable	no_good_hit	1198.0	92.404	80.0	0.016677822400713967	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0010_01_000000020060	1305	0.8403670138497568	2	2	2	1	1	False	2045	fragment	False	USA0010_01_000000020060	1.0		0	0	False	False	0.9938697218894958	0					non-mobilizable	no_good_hit	904.0	92.257	69.0	0.012508366800535475	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0317_000000019273	1215	0.8403670138497568	2	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.0694998673274202		0	0	False	False	0.9967077970504761	0					non-mobilizable	other	1151.0	92.876	95.0	0.015952699687639446	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0039_000000022891	1150	0.8403670138497568	2	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.0488734289373356		0	0	False	False	0.9886956810951233	0					non-mobilizable	other	1151.0	93.31	100.0	0.015952699687639446	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0849_000000023513	1138	0.8403670138497568	2	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.06792465358903946		0	0	False	False	0.9964850544929504	0					non-mobilizable	other	1136.0	91.90100000000001	99.0	0.01572958500669344	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0082_01_000000020147	1482	0.8403653727643333	2	1	0	1	0	True	521	fragment	False	USA0125_01_000000014884	0.9477848101265822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000006515	4817	0.8403641900400883	6	5	4	5	5	False	124032	maximal	True	USA0015_01_000000006515	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1916.0	94.93700000000001	40.0	0.0005315160704467067	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0087_000000003890	7033	0.8403628031887245	11	10	2	7	10	True	106002	backbone	False	ISR0144_000000000662	0.9643442790203439	PS645	0	0	True	True	1.0	49					non-mobilizable	plasmid	7037.0	96.831	100.0	0.06524302492920477	MK181562.1	enterobacteria	Escherichia coli plasmid p15090172, complete sequence	False	True
ISR0176_000000001219	18307	0.8403505176977951	28	9	5	5	9	False	29837	maximal	True	ISR0176_000000001219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	15250.0	97.78399999999999	85.0	0.0819933440317074	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0092_000000009248	2767	0.8403483817627571	3	2	2	2	1	True	114355	fragment	False	ISR0092_000000009248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	82.92299999999999	25.0	0.28137817883511074	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
USA0080_01_000000017707	2454	0.8403483817627571	3	2	2	2	1	True	114354	fragment	False	USA0080_01_000000017707	0.9950576485671706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	83.24	29.0	0.2916324856439705	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0374_000000006543	2453	0.8403483817627571	3	2	2	2	1	True	114354	fragment	False	USA0080_01_000000017707	0.9927963199896932		0	0	False	False	0.9951080083847046	0					non-mobilizable	no_good_hit	716.0	83.24	29.0	0.2916324856439705	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
AST0097_000000009490	2358	0.8403483817627571	3	2	2	2	1	True	114354	fragment	False	USA0080_01_000000017707	0.9751645644727926		0	0	False	False	0.9940627813339233	0					non-mobilizable	no_good_hit	622.0	82.958	26.0	0.2530762920426579	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ENG0042_000000016115	1565	0.8403483817627571	2	2	2	2	1	True	114349	fragment	False	ENG0042_000000016115	1.0		0	0	False	False	0.9974440932273865	0					non-mobilizable	no_good_hit	622.0	82.958	39.0	0.2530762920426579	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0157_000000021312	1489	0.8403483817627571	3	2	2	2	1	True	114348	fragment	False	ISR0157_000000021312	1.0		0	0	False	False	0.9993284344673157	0					non-mobilizable	no_good_hit	581.0	82.96	39.0	0.23625922887612796	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
MON0064_000000015359	1813	0.8403308073572905	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.20767183891069946		0	0	False	False	0.9481522440910339	0					non-mobilizable	no_good_hit	1477.0	99.255	81.0	0.027029501712234696	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0071_000000014046	1432	0.8403289789440855	2	2	2	2	2	True	69437	fragment	False	MON0078_000000031173	0.662057092736838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	71.781	25.0	0.020381290433388675	NZ_PTQZ01000011.1	g-proteobacteria	Amnimonas aquatica strain HR-E HR-E_11, whole genome shotgun sequence	True	True
SPA0045_000000002691	10121	0.8403217317545851	14	7	2	6	3	False	52884	fragment	False	SPA0045_000000002691	1.0		0	0	False	False	0.999407172203064	0					non-mobilizable	no_good_hit	196.0	96.429	2.0	0.5132275132275133	NZ_QYYA01000180.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_181, whole genome shotgun sequence	True	False
DEN0079_000000043349	1430	0.8403207385379309	3	2	1	2	2	False	69478	fragment	False	ISR0224_000000020586	0.9261870142589833		0	0	False	False	0.9930070042610168	0					non-mobilizable	other	1432.0	93.156	100.0	0.0004451816783007064	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0131_000000006552	4043	0.8403196154734122	4	1	1	1	1	False	31695	maximal	True	ISR0131_000000006552	1.0		1	1	False	False	0.999505341053009	0					non-mobilizable	no_good_hit								True	False
ISR0179_000000019052	1173	0.8403033069742791	4	3	3	2	0	True	29661	fragment	False	ISR0179_000000019052	1.0		0	0	False	False	0.9846547245979309	0					non-mobilizable	other	867.0	99.654	98.0	0.00029233291114969873	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
AST0002_000000006733	4987	0.8403023509168652	7	3	2	3	2	True	132346	fragment	False	CHI0111_000000005398	0.4805844283192783		0	0	False	False	0.9991979002952576	0					non-mobilizable	other	4992.0	96.735	100.0	0.05420063036626454	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0004_01_000000008905	2813	0.8402815824417798	2	2	2	2	2	True	105058	fragment	False	ISR0025_000000013271	0.9681031557516118		0	0	False	False	1.0	0					non-mobilizable	other	2815.0	99.147	99.0	0.2559577951609969	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0323_000000003542	4773	0.8402804156407777	5	2	2	1	0	True	111405	fragment	False	FIJ0137_000000002543	0.9400895895770998		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	4773.0	99.93700000000001	100.0	0.1536430664219711	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0117_000000012465	3036	0.840280283092853	4	4	4	4	3	False	63180	maximal	True	SPA0117_000000012465	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	79.762	3.0	2.924593754547655e-05	AP022830.1	high GC Gram+	Kocuria sp. TGY1120_3 DNA, complete genome	True	False
FIJ0061_000000010219	2455	0.8402798711616849	2	1	1	1	1	False	45821	maximal	True	FIJ0061_000000010219	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	86.88799999999999	44.0	0.000363858270976463	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0041_000000017184	2142	0.8402729437975277	3	2	2	2	2	False	100451	fragment	False	MAD0066_000000005127	0.19689997752071245		0	0	False	False	1.0	0					non-mobilizable	chromosome	2142.0	99.81299999999999	100.0	0.0003300098571370219	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0044_000000016502	1510	0.8402662475454744	1	1	1	1	1	False	17954	fragment	False	MAD0044_000000016502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000005487	7781	0.8402644576891002	15	7	5	5	7	False	29858	fragment	False	SPA0101_000000005487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0125913863726201e-05	CP033735.1	firmicutes	Staphylococcus cohnii strain FDAARGOS_538 chromosome, complete genome	True	False
MON0029_000000000231	19593	0.8402622296438271	18	13	3	12	6	True	46998	fragment	False	MON0029_000000000231	1.0		0	0	False	False	0.9997958540916443	0					non-mobilizable	no_good_hit								True	True
ISR0193_000000019772	1334	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9901950324263554		0	0	False	False	0.9932533502578735	0					non-mobilizable	other	1334.0	99.775	100.0	0.0029467810893142156	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0360_000000018746	1334	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9889755532775137		0	0	False	False	0.9985007643699646	0					non-mobilizable	other	1334.0	99.85	100.0	0.0029467810893142156	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0115_000000016110	1334	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9889069762812276		0	0	False	False	0.995502233505249	0					non-mobilizable	other	1334.0	99.625	100.0	0.0029467810893142156	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0239_000000011867	1334	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9901950324263554		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	99.775	100.0	0.0029467810893142156	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0063_000000014936	1330	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9659530867657465		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	99.85	100.0	0.0029379385354077964	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0247_000000010846	1326	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9874344161491623		0	0	False	False	0.9984917044639587	0					non-mobilizable	other	1327.0	99.54799999999999	100.0	0.002931306619977982	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
FIJ0142_000000027827	1318	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9822462462049677		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	99.697	100.0	0.0029114108736885387	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0087_000000019692	1314	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9612934527769897		0	0	False	False	0.9939117431640625	0					non-mobilizable	other	1314.0	99.772	100.0	0.0029025683197821195	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0015_000000007996	1313	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9616762709033071		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	99.695	100.0	0.0029003576813055147	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0288_000000022421	1310	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.960502301396862		0	0	False	False	0.9977099299430847	0					non-mobilizable	other	1310.0	99.695	100.0	0.0028937257658757003	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
USA0019_01_000000023310	1309	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9589273875907393		0	0	False	False	0.9992360472679138	0					non-mobilizable	other	1310.0	99.618	100.0	0.0028937257658757003	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0057_000000020718	1306	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9577062826498892		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	99.694	100.0	0.002884883211969281	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0811_000000012288	1298	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9520051701687027		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	99.76899999999999	100.0	0.0028671981041564426	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0022_000000009124	1294	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9519675231251046		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	99.61399999999999	100.0	0.0028583555502500234	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0146_000000017795	1290	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9497963898594991		0	0	False	False	0.9891473054885864	0					non-mobilizable	other	1290.0	99.61200000000001	100.0	0.0028495129963436038	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0015_000000020995	1285	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9473582674007449		0	0	False	False	0.9976653456687927	0					non-mobilizable	other	1285.0	99.76700000000001	100.0	0.0028384598039605797	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0830_000000024068	1276	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9430926495757763		0	0	False	False	0.9976488947868347	0					non-mobilizable	other	1276.0	99.765	100.0	0.0028185640576711365	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0142_000000027498	1259	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9442775707279703		0	0	False	False	0.9952343106269836	0					non-mobilizable	other	1259.0	100.0	100.0	0.002780983203568855	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
DEN0028_000000025645	1247	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9226938308120108		0	0	False	False	0.9991980791091919	0					non-mobilizable	other	1247.0	99.759	100.0	0.002754455541849597	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0854_000000008234	1221	0.8402594504621875	1	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9044488155739654		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	99.59100000000001	100.0	0.0026991895799344766	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0058_000000029214	1191	0.8402594504621875	1	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.5179230252324202		0	0	False	False	0.9991603493690491	0					non-mobilizable	other	1191.0	99.74799999999999	100.0	0.0026306597871597276	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0354_000000015529	1186	0.8402594504621875	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.5466346970245423		0	0	False	False	0.9991568326950073	0					non-mobilizable	other	1186.0	99.74700000000001	100.0	0.0026196065947767036	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0137_000000016765	2186	0.8402544770449576	3	3	3	3	3	False	115316	fragment	False	SPA0137_000000016765	0.9786386130357371		0	0	False	False	0.9995425343513489	0					non-mobilizable	other	2186.0	98.994	100.0	0.0007931478418134905	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0154_000000001814	13939	0.8402510403783033	26	7	2	4	6	True	82654	fragment	False	FIJ0154_000000001814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	78.626	26.0	0.0023359869835551167	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0071_000000012429	1634	0.8402407117002939	2	2	2	2	2	False	62281	maximal	True	ENG0071_000000012429	1.0		5	5	False	False	0.9804161787033081	0					non-mobilizable	no_good_hit	311.0	73.955	18.0	0.00528441011235955	NZ_BCQV01000033.1	firmicutes	Alicyclobacillus shizuokensis NBRC 103103, whole genome shotgun sequence	True	False
ISR0275_000000007296	1924	0.8402311535735759	3	3	3	3	3	False	101419	fragment	False	ISR0275_000000007296	1.0		0	0	False	False	0.975051999092102	0					non-mobilizable	other	1944.0	79.887	100.0	0.0034798075552773472	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0081_000000006115	5099	0.8402309898900842	5	3	2	3	2	True	132346	fragment	False	CHI0111_000000005398	0.7083750779380897		0	0	False	False	1.0	0					non-mobilizable	other	3609.0	96.73	100.0	0.0391805238561026	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0089_000000010764	1789	0.8402294957002839	3	3	3	2	2	False	68833	fragment	False	ENG0024_000000014607	0.9898071625344352		0	0	False	False	0.9731693863868713	0					non-mobilizable	no_good_hit	525.0	74.095	29.0	0.002365702810876731	NZ_OBJM01000003.1	firmicutes	Clostridium cadaveris strain LH052 isolate Clostridium cadaveris, whole genome shotgun sequence	True	False
ENG0085_000000000963	22540	0.8402255440889351	29	18	8	13	14	False	90381	fragment	False	ENG0085_000000000963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1304.0	75.844	9.0	0.038024059075750356	NZ_KB822487.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.24, whole genome shotgun sequence	True	False
ENG0010_000000003542	5224	0.8402190762618903	8	7	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6090579322397661	PS1110	0	0	True	True	1.0	7		MOBV			mobilizable	other	2382.0	91.68799999999999	93.0	0.4611286503551697	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0164_000000013664	1496	0.8402173092614171	2	1	1	1	1	False	56269	fragment	False	ENG0164_000000013664	1.0		0	0	False	False	0.999331533908844	0					non-mobilizable	no_good_hit								True	False
ISR0155_000000005779	4255	0.8402153613194371	6	6	6	6	5	False	120077	fragment	False	ISR0155_000000005779	0.8774450781690277		0	0	False	False	1.0	0					non-mobilizable	other	4261.0	99.014	100.0	0.0008997054415072136	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0145_01_000000009542	2537	0.8402101287402047	4	1	0	1	0	True	64506	maximal	True	USA0145_01_000000009542	1.0		1	1	False	False	0.9992116689682007	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000023328	2110	0.8402101287402047	3	1	0	1	0	True	64508	fragment	False	ISR0126_000000023328	1.0		0	0	False	False	0.9928910136222839	0					non-mobilizable	no_good_hit								True	True
ENG0044_000000010187	1604	0.8402101287402047	3	1	0	1	0	True	64505	fragment	False	ENG0044_000000010187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0163_000000000861	10422	0.8402043885662636	10	5	4	5	3	True	78490	fragment	False	CHI0163_000000000861	1.0		0	0	False	False	0.9999040365219116	0					non-mobilizable	no_good_hit	3897.0	96.279	61.0	0.13614892053605795	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0011_000000000225	57938	0.8402011066504105	60	25	14	17	22	True	118786	maximal	True	ISR0011_000000000225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3731.0	84.77600000000001	19.0	0.001472286477630288	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
MON0027_000000017958	2257	0.840198223062411	3	3	3	3	3	False	12655	fragment	False	MON0027_000000017958	0.9880210828941064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	76.891	21.0	0.00015324511325668885	NZ_CP032550.1	high GC Gram+	Microbacterium oryzae strain MB-10 chromosome	True	False
ENG0151_000000004102	5924	0.8401928232760048	6	5	5	5	4	False	105073	maximal	False	ISR0847_000000003394	0.9595812729927881		0	0	False	False	0.9988183379173279	0					non-mobilizable	other	5924.0	99.781	100.0	0.006353664057119687	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
DEN0010_000000036670	1283	0.8401881924608404	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.020066555662015935		0	0	False	False	0.9992205500602722	0					non-mobilizable	other	1136.0	98.85600000000001	100.0	0.0004118267640185431	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MAD0048_000000010535	2259	0.8401830203985186	2	1	1	1	1	False	101183	maximal	False	MAD0062_000000005740	0.9614719639011723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	88.848	24.0	0.003254771266903232	NZ_SMUS01000003.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00003, whole genome shotgun sequence	True	False
ISR0831_000000011181	1648	0.8401652734750766	3	3	3	2	2	False	83240	fragment	False	USA0080_01_000000023533	0.9538088385529611		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	98.96799999999999	100.0	0.0030299685413102267	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
MON0033_000000024303	2632	0.8401624934393679	4	3	1	3	2	True	12325	fragment	False	MON0033_000000024303	1.0		0	0	False	False	0.9889817833900452	0					non-mobilizable	no_good_hit								True	True
ISR0166_000000003441	4748	0.8401603116673205	8	6	5	4	4	False	112385	fragment	False	ISR0166_000000003441	1.0		0	0	False	False	0.9970514178276062	0					non-mobilizable	no_good_hit	1786.0	95.689	64.0	0.07678071874327523	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0125_01_000000004010	6511	0.8401544936005296	10	5	5	4	4	False	63471	fragment	False	USA0125_01_000000004010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	94.374	34.0	0.00028485116696215165	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0088_000000015794	1636	0.8401443485559236	2	2	2	2	2	False	113712	fragment	False	AST0055_000000021784	0.980716519839142		0	0	False	False	0.9993887543678284	0					non-mobilizable	no_good_hit	838.0	84.726	56.0	0.001725086097478865	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0172_000000011894	2275	0.8401423963548186	4	4	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.46027773451562015		0	0	False	False	1.0	0					non-mobilizable	other	2277.0	96.355	100.0	0.003963716480972767	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ENG0178_000000015156	1499	0.8401352395600507	2	1	1	1	1	False	55448	maximal	True	ENG0178_000000015156	1.0		7	5	False	False	0.9979986548423767	0					non-mobilizable	no_good_hit	667.0	98.501	45.0	0.03346565499221145	NZ_QIML01000038.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_38, whole genome shotgun sequence	True	False
ISR0252_000000003278	2865	0.8401299161674005	3	3	3	3	2	False	107422	fragment	False	ISR0252_000000003278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	73.392	31.0	0.00032414312800289126	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
CHI0097_000000000673	6456	0.8401219244120554	8	6	2	3	5	False	100031	maximal	True	CHI0097_000000000673	1.0	PS556	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1954.0	99.335	42.0	0.0004033118681335483	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
MON0001_000000012241	2800	0.8401055043530323	5	2	1	2	1	False	14400	fragment	False	MON0001_000000012241	1.0		0	0	False	False	0.9996428489685059	0					non-mobilizable	no_good_hit	697.0	85.366	25.0	0.0024560907516697882	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0774_000000013535	1835	0.8401042430790435	3	3	3	3	3	False	103663	fragment	False	ISR0774_000000013535	0.9800673778775969		0	0	False	False	0.9940054416656494	0					non-mobilizable	other	1862.0	71.429	100.0	0.005520163425890898	NZ_JHWJ01000004.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00004.4_C, whole genome shotgun sequence	False	False
ENG0204_000000001385	12147	0.8401014913963977	12	10	8	6	6	False	122662	fragment	False	ENG0204_000000001385	1.0		0	0	False	False	0.9987651109695435	0					non-mobilizable	chromosome	10919.0	99.954	90.0	0.004872199589714205	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0771_000000005416	2135	0.8401002498418745	2	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.060168786632166814	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2135.0	99.95299999999999	100.0	0.0003919255260691082	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ENG0149_000000015923	1134	0.8401002498418745	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.010219998292976951	PS1101	0	0	False	True	0.9453262686729431	0					non-mobilizable	chromosome	1139.0	98.42	100.0	0.0002021157986649336	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0152_000000018129	1312	0.8400969897204297	4	4	4	1	2	False	98779	fragment	False	ISR0152_000000018129	0.9916597164303587		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	97.104	100.0	0.05503316262278566	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
ISR0288_000000022349	1314	0.8400956490458507	2	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.09003004084485902		0	0	False	False	0.9992389678955078	0					non-mobilizable	no_good_hit								True	False
SPA0123_000000005053	1686	0.8400903391343038	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.6578667185924427		0	0	False	False	1.0	0					non-mobilizable	other	1686.0	98.75399999999999	100.0	0.023371262829094155	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0149_000000020595	1924	0.8400864389752212	2	2	2	2	2	False	3298	maximal	True	SPA0149_000000020595	1.0		1	1	False	False	0.9792099595069885	0					non-mobilizable	no_good_hit	1690.0	71.30199999999999	89.0	0.0007182096746965836	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ISR0309_000000016371	1274	0.8400847695815182	3	2	1	2	0	True	25365	fragment	False	ISR0309_000000016371	1.0		0	0	False	False	0.9890109896659851	0					non-mobilizable	no_good_hit	760.0	91.711	82.0	0.1996834608282775	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
ISR0226_000000003165	2258	0.8400804408640786	3	2	2	2	2	False	129906	maximal	True	ISR0226_000000003165	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1327.0	93.821	59.0	0.01847668451584114	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0176_000000027704	1229	0.8400804408640786	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.021147674648458868		0	0	False	False	1.0	0					non-mobilizable	other	664.0	94.57799999999999	99.0	0.009245314591700134	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AUS0012_000000007154	2348	0.8400773456818502	4	2	2	2	2	False	101183	maximal	False	MAD0062_000000005740	0.9664184799623575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	85.1	28.0	0.009647838943815526	KT020842.1	firmicutes	Clostridium perfringens strain JP838 plasmid pJP838B, complete sequence	True	False
ISR0071_000000005164	1536	0.8400746703921632	4	2	2	2	2	False	34877	maximal	True	ISR0071_000000005164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	922.0	97.72200000000001	60.0	0.0002554831686577692	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0331_000000004977	4243	0.8400707733216227	4	3	3	3	2	False	117174	maximal	True	ISR0331_000000004977	1.0		4	2	False	False	0.9875088334083557	0					non-mobilizable	no_good_hit	2728.0	93.915	64.0	0.004141816783361922	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
MON0017_000000005745	3380	0.8400598081864625	3	2	2	2	2	False	46894	maximal	True	MON0017_000000005745	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0047_000000000125	43754	0.8400596602404243	34	14	9	13	5	True	87007	maximal	True	CHI0047_000000000125	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	72.45100000000001	1.0	0.00019148216474383146	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	True	True
ISR0182_000000012581	2926	0.8400588981516686	4	3	2	3	2	False	80187	fragment	False	ISR0182_000000012581	0.9912861624259324		0	0	False	False	0.9907723665237427	0					non-mobilizable	no_good_hit	388.0	73.196	13.0	0.0007614604812029472	NZ_AXWS01000014.1	b-proteobacteria	Derxia gummosa DSM 723 H566DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
MAD0108_000000001717	8756	0.8400427919734201	9	4	3	2	4	True	14624	fragment	False	MAD0108_000000001717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	74.73100000000001	10.0	0.011590364484802624	NZ_CVRN01000002.1	firmicutes	Enterococcus massiliensis strain AM1, whole genome shotgun sequence	True	True
CHI0129_000000020386	1299	0.8400333609539397	2	1	1	1	1	False	104348	fragment	False	ENG0147_000000010093	0.6353060174637424		0	0	False	False	0.9876828193664551	0					non-mobilizable	chromosome	1299.0	99.615	100.0	0.0003613459999304033	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0014_000000031455	1109	0.8400333609539397	1	1	1	1	1	False	19461	fragment	False	MAD0014_000000031455	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1109.0	99.459	100.0	0.0003084525176601594	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0010_000000009226	2208	0.8400286474305123	5	2	1	2	2	False	38307	maximal	True	ISR0010_000000009226	1.0		0	0	False	False	0.9995471239089966	0					non-mobilizable	no_good_hit	1439.0	98.26299999999999	65.0	0.0004532541472912076	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0348_000000009656	1753	0.8400280021925899	3	3	2	3	2	False	129519	fragment	False	ISR0348_000000009656	1.0		0	0	False	True	0.9994295239448547	0					non-mobilizable	no_good_hit	1144.0	96.853	71.0	0.0053348144483391135	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0023_000000000917	15749	0.8400273993470379	24	18	5	10	13	True	116734	fragment	False	ISR0174_000000001503	0.9647217386467819		0	0	False	False	1.0	0					non-mobilizable	other	15684.0	99.98700000000001	99.0	0.2374772864930345	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
MON0011_000000022609	2089	0.8400270577679139	2	2	2	2	1	False	13680	maximal	True	MON0011_000000022609	1.0		1	1	False	False	0.9980852007865906	0					non-mobilizable	no_good_hit	1688.0	94.905	81.0	0.013584790188673168	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ISR0009_000000018131	1839	0.8400267553195584	3	2	2	2	2	True	127832	fragment	False	ISR0009_000000018131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	77.90899999999999	32.0	0.00028980084627801923	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
AUS0010_000000018658	1336	0.8400210283606402	2	2	2	2	1	False	101423	fragment	False	AUS0010_000000018658	1.0		0	0	False	False	0.9970059990882874	0					non-mobilizable	other	1336.0	97.455	100.0	0.0003273124995862623	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0072_000000001032	19708	0.8400187384991274	18	10	4	4	7	False	50556	fragment	False	FIJ0072_000000001032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000014959	3270	0.840014784586889	5	4	4	4	3	False	90777	fragment	False	ISR0126_000000014959	0.9948340638697558		0	0	False	False	1.0	0					non-mobilizable	other	3270.0	99.48	100.0	0.38963051251489866	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
CHI0040_000000003770	4735	0.8400103338204025	8	4	2	1	3	False	127778	fragment	False	CHI0040_000000003770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	99.681	50.0	0.023923353476631225	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0354_000000011965	1582	0.8400056878560661	1	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.9156788380898828		0	0	False	False	0.991782546043396	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000026832	1567	0.8400056878560661	1	1	1	1	1	False	118072	fragment	False	DEN0082_000000026832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	78.689	11.0	0.003274767730659553	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
MON0038_000000023340	1466	0.8400056878560661	1	1	1	1	1	False	118057	fragment	False	FIJ0167_000000014865	0.9231202721816583		0	0	False	False	0.9952251315116882	0					non-mobilizable	no_good_hit								True	False
CHI0075_000000001075	6148	0.8400041676511786	8	6	3	5	4	True	101746	maximal	True	CHI0075_000000001075	1.0		6	4	True	True	1.0	9					non-mobilizable	no_good_hit	1007.0	76.862	35.0	0.10785925682341335	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
SPA0008_000000012885	2362	0.8400022341140468	2	2	2	2	2	False	92606	fragment	False	SPA0058_000000012406	0.9826508789334387		0	0	False	False	0.9995766282081604	0					non-mobilizable	no_good_hit	1657.0	89.197	78.0	0.0003146921766952706	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ITA0003_000000001461	3564	0.8399884677561613	10	6	3	6	3	True	76352	maximal	True	ITA0003_000000001461	0.9968569822177932		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	96.22200000000001	16.0	0.0021918478835316565	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
USA0005_01_000000010778	3248	0.8399884677561613	9	6	3	6	3	True	76352	maximal	False	ITA0003_000000001461	0.9610655624456582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	96.22200000000001	12.0	0.0021918478835316565	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
USA0069_01_000000031371	1945	0.8399836731524026	3	3	3	3	3	False	83449	fragment	False	USA0069_01_000000031371	0.9919623059866962		0	0	False	False	0.9994858503341675	0					non-mobilizable	other	1944.0	98.09700000000001	99.0	0.003574516621594275	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
USA0047_01_000000020086	1804	0.8399836731524026	3	3	3	3	3	False	83449	fragment	False	USA0069_01_000000031371	0.9562982005141388		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	100.0	100.0	0.0033169600971356037	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
ISR0786_000000003723	4923	0.8399792663471283	4	3	3	3	2	True	125288	fragment	False	ISR0786_000000003723	1.0		0	0	False	False	0.9995937347412109	0					non-mobilizable	no_good_hit	1572.0	73.219	33.0	0.028989855425753344	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	True
ETH0003_000000031581	1343	0.8399761867732537	2	2	2	1	1	False	53039	maximal	True	ETH0003_000000031581	1.0		1	1	False	False	0.9858525395393372	0					non-mobilizable	no_good_hit	836.0	97.368	62.0	0.0003253847235963936	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ENG0001_000000003062	7420	0.8399685175100325	9	5	2	2	5	False	68086	maximal	True	ENG0001_000000003062	1.0		1	1	True	True	1.0	84					non-mobilizable	no_good_hit	1515.0	82.244	52.0	0.2213392200147167	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
ISR0210_000000000292	41008	0.8399676455494012	30	18	14	16	10	True	63220	maximal	True	ISR0210_000000000292	1.0		1	1	False	False	0.9999512434005737	0					non-mobilizable	no_good_hit	211.0	96.682	1.0	0.010015739018457577	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ENG0181_000000009369	2190	0.8399674888664951	3	3	3	3	2	True	116017	fragment	False	SPA0133_000000009567	0.9909839449599933		0	0	False	False	0.9990867376327515	0					non-mobilizable	chromosome	2190.0	99.589	100.0	0.0010070294242128701	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
CAN0006_000000002089	19377	0.8399659736218336	26	11	4	10	5	False	98997	maximal	True	CAN0006_000000002089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6442.0	97.98200000000001	41.0	0.1107003456161769	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
DEN0051_000000028920	1644	0.8399645529303633	3	3	3	3	2	False	72504	fragment	False	DEN0051_000000028920	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	98.78200000000001	99.0	0.006364091168223756	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0136_000000002729	9098	0.8399636212117086	12	6	3	4	5	False	52591	maximal	True	FIJ0136_000000002729	0.9894510466540517		6	1	True	True	1.0	8					non-mobilizable	no_good_hit	1566.0	71.648	17.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0021_000000005326	9098	0.8399636212117086	12	6	3	4	5	False	52591	maximal	False	FIJ0136_000000002729	0.9894288294140064		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1566.0	71.648	17.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0120_000000002414	9078	0.8399636212117086	12	6	3	4	5	False	52591	maximal	False	FIJ0136_000000002729	0.9893575123514161		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1566.0	71.648	17.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
CHI0040_000000001111	12124	0.8399580579225542	9	9	7	6	6	False	104837	fragment	False	ISR0029_000000003091	0.9529482314599574		0	0	False	False	1.0	0					non-mobilizable	chromosome	12124.0	99.975	100.0	0.0024479421071686965	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
MON0019_000000019699	3277	0.8399517051230859	4	4	4	4	4	False	91322	fragment	False	ISR0177_000000006777	0.6465796297583356		0	0	False	False	1.0	0					non-mobilizable	other	3294.0	76.442	99.0	0.010619813909682868	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	False	False
SPA0033_000000010506	2910	0.8399457079087815	4	2	1	2	1	True	41881	fragment	False	SPA0033_000000010506	1.0		0	0	False	False	0.9982817769050598	0					non-mobilizable	no_good_hit	50.0	96.0	2.0	0.0011337343822304489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0040_000000020718	1199	0.8399416167771531	2	2	2	2	1	False	64803	fragment	False	ENG0040_000000020718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	72.89399999999999	68.0	0.00029447824352048376	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
AST0014_000000010117	1621	0.8399384458482434	2	2	2	2	2	False	131699	fragment	False	AST0140_000000015176	0.4704758788694829		0	0	False	False	0.9962985515594482	0					non-mobilizable	other	1621.0	98.51899999999999	100.0	0.00045662151970636333	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0026_000000004912	2227	0.8399356711342988	3	3	3	3	3	False	108432	fragment	False	MON0011_000000019879	0.9389844594366336		0	0	False	False	0.9878760576248169	0					non-mobilizable	chromosome	2227.0	99.955	100.0	0.00042686921156911446	CP031215.1	enterobacteria	Escherichia coli strain Es_ST80_L1_NDM_10_2017 chromosome, complete genome	False	False
CHI0176_000000004828	1574	0.8399344895195082	4	4	2	1	3	False	79599	fragment	False	FIJ0084_000000007872	0.9597509350257842		0	0	False	False	0.9993646740913391	0					non-mobilizable	other	1574.0	98.92	100.0	0.06170805382291789	NZ_CYZN01000039.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0185_000000008905	3558	0.8399292479914342	4	3	3	3	3	False	92334	fragment	False	ISR0097_000000006774	0.7375088876910536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	99.89	51.0	0.9994511525795828	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
MAD0098_000000035683	1284	0.8399278495964229	2	1	1	1	1	False	15268	maximal	True	MAD0098_000000035683	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000024069	1291	0.8399227751091664	3	2	2	1	1	True	33273	fragment	False	ISR0097_000000024069	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	99.845	100.0	0.0003556988890338033	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
ISR0090_000000008888	2961	0.8399201161070846	6	2	2	2	2	True	33680	maximal	True	ISR0090_000000008888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	87.139	23.0	0.00019615613460568926	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
SPA0092_000000008342	4659	0.8399160550158447	7	3	3	1	2	False	29029	maximal	True	SPA0092_000000008342	1.0		0	0	False	False	0.996136486530304	0					non-mobilizable	no_good_hit	61.0	93.443	1.0	0.003555287737270262	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
MON0100_000000034334	1340	0.8399156894124217	2	2	1	2	1	False	9099	fragment	False	MON0100_000000034334	1.0		0	0	False	False	0.9880596995353699	0					non-mobilizable	no_good_hit								True	False
ENG0102_000000003388	6885	0.8399151057573505	13	10	5	6	7	True	132225	maximal	True	ENG0102_000000003388	1.0	PS1143|PS1144|PS1145|PS778|PS779|PS780	18	4	False	True	0.9988380670547485	0		MOBP			mobilizable	no_good_hit	4257.0	96.899	67.0	0.8888656778775851	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	True	True
SPA0149_000000002698	10529	0.8399139980869033	15	10	8	9	4	True	96782	maximal	True	SPA0149_000000002698	1.0		3	1	False	False	1.0	0					non-mobilizable	other	10383.0	98.238	99.0	0.0032741425413227963	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
FIJ0035_000000009689	1244	0.8399104740667084	2	2	2	2	2	False	47996	fragment	False	FIJ0035_000000009689	1.0		0	0	False	False	0.9823151230812073	0					non-mobilizable	no_good_hit	725.0	84.96600000000001	86.0	0.0012658607765005394	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0133_000000005716	4277	0.8399042959619601	5	3	3	3	2	True	124818	maximal	True	ENG0133_000000005716	1.0		2	2	False	False	0.9985971450805664	0					non-mobilizable	no_good_hit	77.0	84.416	2.0	0.0005304583446832303	NZ_BCYP01000021.1	b-proteobacteria	Mitsuaria chitosanitabida ATCC BAA-476 = NBRC 102408, whole genome shotgun sequence	True	True
MON0105_000000035100	1555	0.8398831591695706	3	3	3	3	3	False	8714	maximal	True	MON0105_000000035100	1.0		14	5	False	False	0.9993569254875183	0					non-mobilizable	no_good_hit	993.0	75.327	63.0	0.02450501864784361	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0147_000000010628	1433	0.8398811472266288	1	1	1	1	1	False	92055	fragment	False	ISR0230_000000023079	0.8197475869552503		0	0	False	False	0.9832519292831421	0					non-mobilizable	no_good_hit	196.0	78.061	14.0	5.2454846246463695e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0139_000000020379	1390	0.8398811472266288	1	1	1	1	1	False	92055	fragment	False	ISR0230_000000023079	0.6950102664365054		0	0	False	False	0.999280571937561	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	6.0	1.9548454827382317e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
CAN0018_000000025204	1346	0.8398811472266288	1	1	1	1	1	False	92055	fragment	False	ISR0230_000000023079	0.5558665328855954		0	0	False	False	0.9992570877075195	0					non-mobilizable	no_good_hit	50.0	98.0	4.0	1.1825608475823871e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MON0097_000000011082	3106	0.8398774474552703	3	3	3	3	3	False	9240	maximal	True	MON0097_000000011082	1.0		1	1	False	False	0.9858338832855225	0					non-mobilizable	no_good_hit	483.0	75.569	15.0	0.004485690740185796	NZ_AQWR01000003.1	CFB group bacteria	Porphyromonas bennonis DSM 23058 = JCM 16335 strain DSM 23058 B088DRAFT_scaffold_2.3_C, whole genome shotgun sequence	True	False
ISR0048_000000008944	2138	0.8398713503314147	3	2	2	1	1	False	36036	fragment	False	ISR0210_000000008940	0.995114006514658		0	0	False	False	0.9995322823524475	0					non-mobilizable	other	2139.0	99.626	100.0	0.00869027973108096	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ENG0079_000000008751	3696	0.8398702610215241	5	3	3	2	2	True	112056	fragment	False	ISR0774_000000005893	0.7165004583935762		0	0	False	False	0.9978355169296265	0					non-mobilizable	other	3696.0	100.0	100.0	0.0011857763320969597	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
DEN0066_000000010527	3139	0.8398702610215241	4	3	3	2	2	True	102808	fragment	False	DEN0066_000000010527	0.9953420764269438		0	0	False	False	1.0	0					non-mobilizable	other	3139.0	99.745	100.0	0.011211427223974876	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
CAN0020_000000012120	3064	0.8398702610215241	3	3	3	2	2	True	102808	fragment	False	DEN0066_000000010527	0.9914719167912107		0	0	False	False	1.0	0					non-mobilizable	other	3064.0	99.96700000000001	100.0	0.010943467682292877	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0174_000000005762	3003	0.8398702610215241	3	3	3	2	2	True	102808	fragment	False	DEN0066_000000010527	0.9835884935364775		0	0	False	False	1.0	0					non-mobilizable	other	3003.0	100.0	100.0	0.0009633830984993431	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0387_000000002838	7336	0.8398465593135117	10	7	5	4	4	False	33156	fragment	False	ISR0387_000000002838	1.0		0	0	False	False	0.999591052532196	0					non-mobilizable	other	7074.0	93.554	100.0	0.001226373845038082	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
DEN0072_000000008187	2102	0.8398424721931371	3	2	2	2	1	False	70284	fragment	False	DEN0072_000000008187	1.0		0	0	False	False	0.9938154220581055	0					non-mobilizable	no_good_hit	89.0	88.764	4.0	0.000661023903232179	NZ_OLMR01000007.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
USA0034_01_000000029306	1789	0.8398424721931371	3	2	2	2	1	False	33785	fragment	False	USA0034_01_000000029306	0.9862745098039216		0	0	False	False	0.9983230829238892	0					non-mobilizable	no_good_hit	89.0	88.764	5.0	0.000661023903232179	NZ_OLMR01000007.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0088_000000013648	1785	0.8398424721931371	3	2	2	2	1	False	33785	fragment	False	USA0034_01_000000029306	0.9851872554499721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	88.764	5.0	0.000661023903232179	NZ_OLMR01000007.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0144_000000006561	2767	0.8398384106154203	4	4	4	4	2	False	99185	fragment	False	ENG0144_000000006561	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2768.0	99.566	100.0	0.0010968941681463043	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0050_000000020662	1838	0.8398381808892037	3	3	3	3	2	False	11332	fragment	False	MON0050_000000020662	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	81.877	99.0	0.029393480513270103	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0118_000000025781	1215	0.8398352281105471	2	2	2	1	0	True	105716	fragment	False	AST0118_000000025781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0779_000000031850	1110	0.8398352281105471	2	2	2	1	0	True	22312	fragment	False	ISR0779_000000031850	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0829_000000001943	6477	0.8398350434659655	6	3	1	3	1	False	21073	maximal	True	ISR0829_000000001943	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	80.13600000000001	22.0	0.043958371150239005	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	False
ISR0374_000000007745	2053	0.8398266591373016	2	2	2	2	2	False	23413	fragment	False	ISR0374_000000007745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003683995088006549	NZ_JYCD01000132.1	firmicutes	Aeribacillus pallidus strain GS3372 LG46_132, whole genome shotgun sequence	True	False
SPA0029_000000006328	3927	0.8398263110963594	6	5	3	4	4	False	7390	maximal	True	SPA0029_000000006328	1.0		0	0	False	False	0.9997453689575195	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.1872954300574863e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
CAN0011_000000008056	3846	0.8398197103880201	5	4	4	4	4	False	94509	maximal	True	CAN0011_000000008056	1.0		5	4	False	False	0.9971398711204529	0					non-mobilizable	no_good_hit	693.0	75.18	18.0	0.0006832996359074961	NZ_QVHZ01000002.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf2, whole genome shotgun sequence	True	False
USA0015_01_000000013369	2507	0.8398184075587278	3	3	2	2	3	False	1956	fragment	False	USA0015_01_000000013369	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1833.0	87.34299999999999	97.0	0.00028048596231610324	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
FIJ0141_000000014414	2039	0.8398172740550927	3	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.5230744672293833	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	107.0	80.374	5.0	0.0008673671689135606	NZ_KE386887.1	firmicutes	Desulfovirgula thermocuniculi DSM 16036 G454DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
FIJ0043_000000014883	1877	0.8398172740550927	2	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.3912198648510688	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	107.0	80.374	6.0	0.0008673671689135606	NZ_KE386887.1	firmicutes	Desulfovirgula thermocuniculi DSM 16036 G454DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
AST0052_000000000144	47585	0.839816535691346	61	25	20	21	18	False	114651	fragment	False	AST0052_000000000144	0.9623964560509994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	96.38600000000001	1.0	2.7600719907557785e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0094_000000006681	1890	0.8398150778662585	3	3	3	3	3	False	95837	fragment	False	ENG0037_000000014990	0.36039999642552584		0	0	False	False	0.9888888597488403	0					non-mobilizable	chromosome	1890.0	99.31200000000001	100.0	0.0002664849450120737	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0029_000000008788	2751	0.839805406753609	4	1	1	1	1	False	113571	fragment	False	CHI0024_000000004429	0.964568345323741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1360.0	89.412	85.0	0.0003803578610509912	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0143_000000011496	1615	0.839805406753609	2	1	1	1	1	False	113557	maximal	True	ENG0143_000000011496	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	89.552	78.0	0.00035600824080710873	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0091_000000000448	26999	0.8398022880509192	24	24	10	9	21	False	9501	maximal	True	MON0091_000000000448	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	16731.0	95.493	99.0	0.006627679224786995	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	False	False
ENG0179_000000011583	2887	0.8397943574803121	5	4	4	4	4	False	65669	maximal	True	ENG0179_000000011583	1.0		4	3	False	False	0.9982681274414062	0					non-mobilizable	no_good_hit	304.0	75.987	10.0	0.004863121329914812	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
FIJ0087_000000026984	1190	0.8397936573693365	2	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.18302926486702523		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	98.992	100.0	0.08012129380053909	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0783_000000002680	5318	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.966286476147781	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5320.0	99.17299999999999	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0013_01_000000002312	5314	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9668819810847111	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5314.0	99.435	100.0	0.0010290152074619	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0092_000000001780	5309	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9675874139854632	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5309.0	99.435	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0012_01_000000001360	5309	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9676295959394121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5309.0	99.51	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0020_000000001530	5302	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9693920898243436	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5302.0	99.434	100.0	0.0010266910624422232	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0088_000000000858	5298	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9612628927780048	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5299.0	99.415	100.0	0.0010574128472667136	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0068_000000007391	5296	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9623940208030667	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5303.0	99.15100000000001	100.0	0.0010582111959622717	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0046_000000002243	5284	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9583820451376456	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0155_000000002081	5284	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9578317770792041	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0078_01_000000002516	5284	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9585658603373285	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.432	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0105_000000001446	5284	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9583820451376456	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
AST0142_000000001066	5284	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9578317770792041	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0048_01_000000002746	5273	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9587692000340775	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.22399999999999	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0090_000000002310	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9588817885629126	PS1101	0	0	False	True	0.9998102188110352	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0066_000000002633	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9589030684383224	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.316	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0065_000000002270	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9605480144948916	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.544	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0060_000000002074	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9603691311524465	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0067_000000001814	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9602139655709433	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0041_000000002494	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9592799140492362	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0176_000000001885	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9604847608336398	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0107_000000002273	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9595102871159947	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0361_000000002069	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.96034077974725	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0303_000000002027	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9591719051621657	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.354	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0040_000000003364	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9604853565384727	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0272_000000002097	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9595102871159947	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0148_000000002090	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9603151901891055	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0095_000000001442	5269	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9603793849362101	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0150_000000001729	5267	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9602429055755569	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0175_000000002407	5263	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9592639378619054	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.411	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0021_000000005782	5263	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.95949093486633	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5265.0	99.696	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0065_000000005541	5252	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9452203896583908	PS1101	0	0	False	True	0.9982863664627075	0					non-mobilizable	other	5203.0	99.34700000000001	99.0	0.0010075168660298897	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0136_000000006995	5248	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9544702812645512	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5249.0	99.428	100.0	0.001047433488572237	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0835_000000002109	5245	0.8397849058058703	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9537390484711833	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.333	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0846_000000001821	5245	0.8397849058058703	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9537390484711833	PS1101	0	0	False	True	0.9998093247413635	0					non-mobilizable	chromosome	5245.0	99.333	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0036_000000002193	5244	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9539949173268931	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.428	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0043_000000001307	5242	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9563832656761624	PS1101	0	0	False	True	0.999809205532074	0					non-mobilizable	other	5242.0	99.447	100.0	0.0010150703373438391	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0850_000000002651	5240	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9549326066020061	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5240.0	99.21799999999999	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0011_000000001050	5238	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9543350895445287	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5240.0	99.16	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0024_000000002143	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9543443356558162	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.465	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0809_000000001564	5229	0.8397849058058703	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9549080551417233	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.273	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0012_000000001113	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9554533748771673	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.541	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0031_000000001649	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9559138144307132	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.50299999999999	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0013_000000001600	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9560044001269956	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.541	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0034_000000002562	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9543321220353936	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.31200000000001	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0008_000000001545	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9556128333621559	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.426	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0022_000000002254	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9559326154818434	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.484	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0805_000000002414	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9559002838826608	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.541	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0029_000000002207	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9543321220353936	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.31200000000001	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0025_000000002288	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.954965836937259	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.465	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0026_000000001789	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.95557191741407	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.598	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0858_000000001515	5229	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9549393407130673	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.484	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0118_000000002510	5036	0.8397849058058703	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.8825715771635291	PS1101	0	0	False	True	0.9994043111801147	0					non-mobilizable	chromosome	5037.0	98.67	100.0	0.0010051210077076575	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MAD0107_000000033917	1170	0.8397810111887501	3	2	2	1	1	True	14635	fragment	False	MON0015_000000032461	0.922979797979798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	71.344	43.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0838_000000007429	3019	0.8397787880171488	5	2	2	1	1	False	28322	fragment	False	ISR0838_000000007429	1.0		0	0	False	False	0.9937065243721008	0					non-mobilizable	no_good_hit	460.0	72.17399999999999	15.0	0.001668807120243713	NZ_LGSS01000005.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_5c, whole genome shotgun sequence	True	False
FIJ0136_000000018966	1465	0.8397784294547604	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.13139693388738222		0	0	False	False	1.0	0					non-mobilizable	other	1480.0	78.378	99.0	0.02044288264167782	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0821_000000023221	1404	0.8397784294547604	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.09902619787412369		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	78.509	98.0	0.019104194556001784	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0222_000000020133	2584	0.839770496779309	3	2	1	1	2	True	115870	fragment	False	SPA0137_000000013846	0.6169339682143032		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2485.0	99.03399999999999	96.0	0.5031664964249234	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ENG0051_000000012508	2250	0.839770496779309	3	2	1	1	2	True	115856	fragment	False	ENG0051_000000012508	0.8432499518732843		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2234.0	98.881	99.0	0.31673758865248225	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
AST0085_000000005478	2134	0.839770496779309	2	2	1	1	2	True	115856	fragment	False	ENG0051_000000012508	0.8318239879857855		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	2134.0	99.906	100.0	0.3025531914893617	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
SPA0034_000000018206	1957	0.839770496779309	3	2	1	1	2	True	115856	fragment	False	ENG0051_000000012508	0.5484924345818136		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	1957.0	99.949	100.0	0.2774468085106383	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
SPA0154_000000004427	1918	0.839770496779309	2	2	1	1	2	True	115856	fragment	False	ENG0051_000000012508	0.4084232657401951		0	0	False	False	0.9994786381721497	0	rep_cluster_1320				non-mobilizable	plasmid	1802.0	100.0	94.0	0.25546099290780144	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
USA0061_01_000000005819	1859	0.839770496779309	2	2	1	1	2	True	115856	fragment	False	ENG0051_000000012508	0.40831318148779117		0	0	False	False	0.9983862042427063	0	rep_cluster_1320				non-mobilizable	plasmid	1859.0	100.0	100.0	0.3798814148435903	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
ISR0038_000000019808	1714	0.839770496779309	3	2	1	1	2	True	115849	fragment	False	ISR0038_000000019808	0.9653212926319589		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	1714.0	99.94200000000001	100.0	0.3502351257411572	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
ENG0177_000000016116	1655	0.839770496779309	2	2	1	1	2	True	115849	fragment	False	ISR0038_000000019808	0.9547568191685433		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	1586.0	99.93700000000001	100.0	0.22482269503546098	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0349_000000006583	1652	0.839770496779309	2	2	1	1	2	True	115849	fragment	False	ISR0038_000000019808	0.9485482390737495		0	0	False	False	0.9909201264381409	0	rep_cluster_1320				non-mobilizable	plasmid	1662.0	98.85700000000001	99.0	0.3656601278377783	AB495342.1	high GC Gram+	Bifidobacterium longum plasmid pBK283 insertion sequence ISBlo15 orfB gene for IS200/IS605 family transposase OrfB and repA gene for replication protein, complete cds	False	True
CAN0006_000000027172	1663	0.8397619925765643	2	2	2	1	1	False	95599	maximal	True	CAN0006_000000027172	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	86.256	78.0	0.00027180364367884556	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0130_000000016669	1760	0.8397608771325521	3	2	2	2	0	True	100745	fragment	False	ENG0130_000000016669	0.9764669926650367		0	0	False	False	0.9977272748947144	0					non-mobilizable	other	1763.0	95.179	100.0	0.0005337215385114015	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
DEN0082_000000023920	1730	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.20133069735880058		0	0	False	False	1.0	0					non-mobilizable	other	1730.0	100.0	100.0	0.0022309447128287707	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0213_000000015556	1717	0.8397608771325521	2	2	2	2	0	True	95802	maximal	True	ISR0213_000000015556	1.0		47	8	False	False	0.9871869683265686	0					non-mobilizable	no_good_hit	1463.0	95.352	85.0	0.0004469769742654994	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	True
ISR0010_000000012820	1682	0.8397608771325521	2	2	2	2	0	True	95803	fragment	False	ISR0010_000000012820	1.0		0	0	False	False	0.9934601783752441	0					non-mobilizable	other	1682.0	97.681	100.0	0.0004464146921452538	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MON0062_000000022855	1590	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.3137750296080384		0	0	False	False	0.9811320900917053	0					non-mobilizable	chromosome	1590.0	98.113	100.0	0.000288695141564179	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	True
USA0080_01_000000027399	1540	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.27665017678977083		0	0	False	False	0.998701274394989	0					non-mobilizable	other	1540.0	99.02600000000001	100.0	0.00032503443062901447	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0814_000000027126	1532	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.11477532457208785		0	0	False	False	0.9921671152114868	0					non-mobilizable	chromosome	1045.0	99.713	100.0	0.00018941362874602192	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0036_000000006700	1517	0.8397608771325521	2	2	2	2	0	True	88055	maximal	True	CHI0036_000000006700	1.0		41	9	False	False	1.0	0					non-mobilizable	chromosome	1517.0	99.802	100.0	0.00027764855846187095	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
CHI0170_000000006654	1511	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.30730767590820074		0	0	False	False	0.9940437078475952	0					non-mobilizable	other	1511.0	98.676	100.0	0.05162746170678337	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0341_000000009144	1502	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.16909277142962723		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	99.53399999999999	100.0	0.0002907118062112388	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0086_000000016638	1501	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.18259594293967296		0	0	False	False	1.0	0					non-mobilizable	chromosome	1501.0	98.934	100.0	0.00027214601831324986	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0131_000000012650	1428	0.8397608771325521	2	2	2	2	0	True	80989	fragment	False	CHI0131_000000012650	0.9530007230657991		0	0	False	False	0.9964985847473145	0					non-mobilizable	chromosome	1413.0	95.895	99.0	0.00043169048403754115	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ISR0776_000000016871	1405	0.8397608771325521	2	2	2	2	0	True	79422	fragment	False	ISR0776_000000016871	1.0		0	0	False	False	0.9992882609367371	0					non-mobilizable	chromosome	1402.0	94.43700000000001	100.0	0.00025730443393759167	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
SPA0036_000000017955	1402	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.21017056597218908		0	0	False	False	0.9928673505783081	0					non-mobilizable	other	1402.0	99.073	100.0	0.047900711159737416	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ENG0158_000000013772	1380	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.19162278297919857		0	0	False	False	0.9992753863334656	0					non-mobilizable	other	1380.0	94.71	100.0	0.047114332603938734	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
SPA0119_000000023491	1345	0.8397608771325521	2	2	2	2	0	True	95801	fragment	False	SPA0119_000000023491	0.9461627337858781		0	0	False	False	0.9791821837425232	0					non-mobilizable	chromosome	1346.0	94.948	100.0	0.0004112065871320771	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ISR0051_000000028101	1293	0.8397608771325521	2	2	2	2	0	True	79421	fragment	False	ISR0051_000000028101	0.9869638351555929		0	0	False	False	0.9976798295974731	0					non-mobilizable	chromosome	1293.0	99.149	100.0	0.0002372857449303129	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
AST0039_000000012307	1292	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.0849305053951953		0	0	False	False	0.9992260336875916	0					non-mobilizable	chromosome	1292.0	100.0	100.0	0.00019137170076522	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
AST0150_000000021761	1280	0.8397608771325521	2	2	2	2	0	True	103859	fragment	False	AST0150_000000021761	1.0		0	0	False	False	0.999218761920929	0					non-mobilizable	chromosome	1282.0	86.427	100.0	0.0002856593844029081	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ENG0146_000000017327	1279	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.06982802721415322		0	0	False	False	0.9937450885772705	0					non-mobilizable	chromosome	1278.0	99.21799999999999	99.0	0.00027938198167805524	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
DEN0066_000000029445	1273	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.15108807968648913		0	0	False	False	0.9890023469924927	0					non-mobilizable	other	1273.0	93.40100000000001	100.0	0.0065872328957392885	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	False	True
SPA0007_000000020630	1267	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.17775165571056323		0	0	False	False	0.9747434854507446	0					non-mobilizable	other	1267.0	99.921	100.0	0.0002673772509267916	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0069_000000042176	1261	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.07117227329793298		0	0	False	False	1.0	0					non-mobilizable	chromosome	1261.0	99.445	100.0	0.00022860265538312988	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
USA0080_01_000000033797	1237	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.05562254950209315		0	0	False	False	0.9983831644058228	0					non-mobilizable	other	1237.0	99.838	100.0	0.00159482224699616	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0007_000000020967	1209	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.08159142893864724		0	0	False	False	1.0	0					non-mobilizable	chromosome	1209.0	98.015	100.0	0.0002702243824265568	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
CHI0151_000000020459	1189	0.8397608771325521	2	2	2	2	0	True	79421	fragment	False	ISR0051_000000028101	0.9477958236658932		0	0	False	False	1.0	0					non-mobilizable	chromosome	1189.0	97.39299999999999	100.0	0.00021818534440960663	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ISR0325_000000018187	1186	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.0943097560200484		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	90.556	100.0	0.0005711424829103837	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
ISR0771_000000010257	1152	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.0945961189567937		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	94.367	100.0	0.00024308942797530582	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0035_000000018590	1132	0.8397608771325521	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.05429357035093337		0	0	False	False	0.9911660552024841	0					non-mobilizable	other	1133.0	94.175	100.0	0.038669310722100655	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
CHI0019_000000001131	6242	0.8397564951604055	9	4	2	4	1	True	89490	fragment	False	CHI0019_000000001131	1.0		0	0	False	False	0.9996795654296875	0					non-mobilizable	no_good_hit	580.0	99.48299999999999	9.0	0.007650027746214623	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	True
CHI0070_000000000721	10613	0.8397562705923237	8	7	6	7	3	True	127380	maximal	True	CHI0070_000000000721	1.0		1	1	False	False	0.9961367845535278	0					non-mobilizable	no_good_hit	7350.0	97.32	72.0	0.07979567438321922	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0003_000000007608	2375	0.8397509940954864	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.9843826280198524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	96.875	4.0	2.638141415487834e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0052_000000008244	4467	0.8397429344168973	4	2	1	2	0	True	72337	maximal	True	DEN0052_000000008244	1.0	PS290	1	1	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
ISR0048_000000005110	3757	0.8397429344168973	5	2	1	2	0	True	64871	backbone	True	ISR0048_000000005110	0.9154288234945627	PS290	1	1	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
ISR0309_000000015815	1308	0.8397373087697116	2	2	2	1	1	False	106182	fragment	False	AST0116_000000017643	0.4118101174954218		0	0	False	False	0.9915902018547058	0					non-mobilizable	other	1332.0	95.27	100.0	0.005953685604247649	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0379_000000001530	10143	0.8397317231487718	14	6	4	4	6	False	23235	maximal	True	ISR0379_000000001530	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1368.0	97.734	25.0	0.0002570444781102617	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0164_000000004780	3799	0.8397281918032383	7	2	2	2	2	False	56289	maximal	True	ENG0164_000000004780	1.0		0	0	False	False	0.9976309537887573	0					non-mobilizable	no_good_hit	989.0	78.16	30.0	0.002003190886526973	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0010_000000003225	4838	0.8397239467551831	4	4	4	3	3	False	101103	maximal	True	ISR0010_000000003225	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1998.0	90.49	82.0	0.0003579097424862737	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
MAD0083_000000001066	6930	0.8397207721233323	9	9	2	7	9	True	106002	backbone	False	ISR0144_000000000662	0.9615794319851022	PS645	0	0	True	True	1.0	6					non-mobilizable	plasmid	5587.0	99.85700000000001	100.0	0.06491242343588373	CP049178.1	enterobacteria	Shigella sonnei strain 1205.3131 plasmid p1205-3131, complete sequence	False	True
SPA0127_000000013610	2154	0.8397189624490909	2	2	1	1	2	False	92912	fragment	False	CAN0016_000000020235	0.9292803845652704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1637.0	97.679	76.0	0.0003631565971227336	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0053_000000023588	1692	0.8397149087115005	2	2	2	2	1	False	93397	fragment	False	ENG0025_000000015811	0.9654647595344931		0	0	False	False	0.9828605055809021	0					non-mobilizable	other	1692.0	98.16799999999999	100.0	0.0008159178327291196	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ENG0025_000000015811	1691	0.8397149087115005	3	2	2	2	1	False	93397	fragment	False	ENG0025_000000015811	0.9751488278638627		0	0	False	False	0.9994086623191833	0					non-mobilizable	other	1691.0	98.344	100.0	0.0008154350411121201	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
CHI0059_000000010684	1688	0.8397149087115005	3	2	2	2	1	False	93397	fragment	False	ENG0025_000000015811	0.9749758723581339		0	0	False	False	1.0	0					non-mobilizable	other	1713.0	97.54799999999999	100.0	0.0008265392483031082	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
DEN0018_000000026948	1488	0.8397149087115005	2	2	2	2	1	False	93396	fragment	False	DEN0018_000000026948	0.9632066718745678		0	0	False	False	0.9993279576301575	0					non-mobilizable	other	1513.0	97.29	100.0	0.0007299809249032124	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ENG0014_000000015927	1468	0.8397149087115005	2	2	2	2	1	False	93396	fragment	False	DEN0018_000000026948	0.8165016053107105		0	0	False	False	0.9897820353507996	0					non-mobilizable	other	1424.0	99.087	97.0	0.0006870124709902587	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ENG0029_000000017567	1410	0.8397149087115005	2	2	2	2	1	False	93396	fragment	False	DEN0018_000000026948	0.9447993534516038		0	0	False	False	0.9872340559959412	0					non-mobilizable	other	1409.0	98.439	99.0	0.0006797705967352666	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
CHI0055_000000012291	1402	0.8397149087115005	2	2	2	2	1	False	93396	fragment	False	DEN0018_000000026948	0.6885791768651262		0	0	False	False	0.9914407730102539	0					non-mobilizable	other	1428.0	96.639	100.0	0.0006889436374582567	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0784_000000009028	1346	0.8397149087115005	2	2	2	2	1	False	93396	fragment	False	DEN0018_000000026948	0.6653791642310739		0	0	False	False	0.9873700141906738	0					non-mobilizable	chromosome	1346.0	99.18299999999999	100.0	0.0002564582674709096	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
MAD0042_000000004856	4321	0.8397025399163672	5	3	1	1	3	False	19776	maximal	True	MAD0042_000000004856	1.0		6	1	False	False	0.9988428354263306	0					non-mobilizable	no_good_hit	752.0	92.287	17.0	0.02592016588906169	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	True	False
ENG0068_000000006796	3399	0.8397007973025477	1	1	1	1	1	False	62620	maximal	True	ENG0068_000000006796	0.9925117004680188		46	6	False	False	0.9973521828651428	0					non-mobilizable	other	3399.0	100.0	100.0	0.15444050540859922	NZ_CABLCC010000049.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
CHI0039_000000005385	2423	0.8396941499954214	3	3	3	3	3	False	87798	fragment	False	CHI0039_000000005385	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2423.0	99.711	100.0	0.0005129256414535406	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ISR0123_000000002149	7358	0.8396793765606679	9	4	2	3	3	False	112683	maximal	True	ISR0123_000000002149	1.0		4	4	False	False	0.9986409544944763	0					non-mobilizable	no_good_hit	3282.0	94.119	57.0	0.3021775235283263	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
USA0006_01_000000007214	3389	0.8396744507093734	5	3	2	2	3	False	94137	fragment	False	USA0006_01_000000007214	1.0		0	0	False	False	0.991737961769104	0					non-mobilizable	chromosome	3248.0	96.213	97.0	0.000500332553137213	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0285_000000004827	3144	0.8396744507093734	4	3	2	2	3	False	94134	fragment	False	ISR0285_000000004827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2765.0	96.383	88.0	0.0004260379472801161	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0073_000000008409	3048	0.8396744507093734	4	3	2	2	3	False	94136	fragment	False	ENG0073_000000008409	1.0		0	0	False	False	0.9963910579681396	0					non-mobilizable	chromosome	3049.0	96.39200000000001	100.0	0.0004696590540385361	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0138_000000012044	2434	0.8396744507093734	5	3	2	2	3	False	94132	fragment	False	ISR0138_000000012044	1.0		0	0	False	False	0.9954807162284851	0					non-mobilizable	chromosome	2241.0	95.805	98.0	0.0003452695375931476	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0013_000000011960	2346	0.8396431980454995	3	1	1	1	1	False	86283	fragment	False	SPA0013_000000011960	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	88.77	70.0	0.0004923464502743261	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0133_01_000000011568	1886	0.8396431980454995	3	1	1	1	1	False	113725	fragment	False	USA0133_01_000000011568	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1886.0	97.87899999999999	100.0	0.000827458262548466	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0063_000000011041	1281	0.8396417745741509	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9118509579527285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	87.87899999999999	8.0	3.415905291585859e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0153_000000009143	2970	0.8396272771723678	4	3	3	3	2	False	127843	fragment	False	ISR0153_000000009143	0.9448128430688909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	91.98	35.0	0.027852619055950174	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0208_000000009703	2781	0.8396272771723678	3	3	3	3	2	False	127843	fragment	False	ISR0153_000000009143	0.9320211786372007		0	0	False	False	0.9992808103561401	0					non-mobilizable	no_good_hit	864.0	92.59299999999999	40.0	0.030162007068126946	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0046_000000007357	4032	0.8396246067281837	3	1	1	1	1	False	84368	fragment	False	MON0046_000000007357	1.0		0	0	False	False	0.998759925365448	0					non-mobilizable	no_good_hit	1542.0	85.73299999999999	85.0	0.01227817668674166	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0029_000000003909	3036	0.8396240931279142	3	3	2	3	3	False	98915	fragment	False	ISR0239_000000004585	0.9178416044188848		0	0	False	False	1.0	0					non-mobilizable	chromosome	3036.0	100.0	100.0	0.000449893967329545	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ENG0197_000000006463	1574	0.8396182785628441	3	2	2	2	1	False	54371	fragment	False	SPA0023_000000017148	0.9421664626682986		0	0	False	False	0.9987293481826782	0					non-mobilizable	chromosome	1574.0	97.77600000000001	100.0	0.0004402523292370928	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0055_000000005804	2742	0.8396167005483611	3	3	3	2	3	False	86238	fragment	False	CHI0055_000000005804	0.967128027681661		0	0	False	False	0.9989058971405029	0					non-mobilizable	plasmid	2619.0	97.671	95.0	0.021081790583252137	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0308_000000003619	4138	0.8396116289629671	7	2	1	2	1	False	63525	fragment	False	ISR0308_000000003619	0.9643696869130466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.668365778907753e-07	LR597474.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 17	True	False
SPA0063_000000015850	1126	0.839607681276889	2	2	2	1	1	True	6113	fragment	False	SPA0063_000000015850	1.0		0	0	False	False	0.9991118907928467	0					non-mobilizable	other	1126.0	99.46700000000001	100.0	0.002017810541042266	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0397_000000000257	43940	0.8396047006360117	46	25	19	25	19	True	90132	maximal	True	ISR0397_000000000257	1.0		1	1	False	False	0.9999544620513916	0					non-mobilizable	no_good_hit	3044.0	86.991	9.0	0.05117591403662904	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	True
ISR0400_000000004243	4081	0.8396018313946809	4	3	3	3	3	False	67154	maximal	True	ISR0400_000000004243	1.0		52	8	False	False	0.9936290383338928	0					non-mobilizable	no_good_hit	3647.0	99.945	89.0	0.007599417899183141	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
ENG0095_000000007121	3810	0.8396018313946809	5	3	3	3	3	False	67155	fragment	False	ENG0095_000000007121	1.0		0	0	False	False	0.9923884272575378	0					non-mobilizable	other	3375.0	99.852	99.0	0.007032328278174138	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0043_000000015102	1123	0.8396014300131176	1	1	1	1	1	False	6799	fragment	False	SPA0043_000000015102	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1051.0	88.773	93.0	0.0002913063520891303	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0058_000000002785	1270	0.8395892543229172	1	1	1	1	1	False	71984	fragment	False	DEN0058_000000002785	1.0		0	0	False	False	0.9921259880065918	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	2.465787405234653e-06	LR862140.1	monocots	Ananas comosus var. bracteatus genome assembly, chromosome: 12	True	False
FIJ0123_000000017873	1844	0.8395864566634805	2	2	2	2	1	True	41326	maximal	True	FIJ0123_000000017873	0.9988419224088014		5	3	False	False	0.9929500818252563	0					non-mobilizable	no_good_hit	170.0	77.64699999999999	9.0	0.0012938842404899508	NZ_CABKRX010000056.1	firmicutes	Bacillus massilioanorexius isolate MGYG-HGUT-01428, whole genome shotgun sequence	True	True
CHI0106_000000004901	3815	0.8395816235687832	6	6	4	4	4	False	101916	fragment	False	USA0013_01_000000002644	0.5639324632576106		0	0	False	False	0.9952817559242249	0					non-mobilizable	chromosome	3791.0	98.54899999999999	100.0	0.000584683696312879	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0064_000000010131	2089	0.8395765840827428	2	2	1	2	1	True	52180	fragment	False	ISR0064_000000010131	1.0		0	0	False	False	0.9966490864753723	0					non-mobilizable	no_good_hit								True	True
SPA0097_000000005903	5133	0.8395691432072477	6	4	3	4	3	True	125285	fragment	False	SPA0097_000000005903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1584.0	74.306	31.0	0.00466848682075452	NZ_VSLA01000024.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_23, whole genome shotgun sequence	True	True
SPA0035_000000007343	2573	0.8395677474821025	3	2	2	2	2	False	7123	fragment	False	SPA0035_000000007343	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	78.702	90.0	0.0005213129980105178	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0039_000000009987	2370	0.8395528166796999	3	1	1	1	1	False	47569	fragment	False	FIJ0039_000000009987	1.0		0	0	False	False	0.999578058719635	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	6.042246735961983e-06	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	False
ISR0207_000000008870	3143	0.8395437864419826	5	2	2	2	1	True	78543	fragment	False	SPA0034_000000010969	0.9496308821898513		0	0	False	False	0.9971364736557007	0					non-mobilizable	no_good_hit	99.0	78.788	3.0	1.9928030747290774e-05	NZ_CP010803.1	a-proteobacteria	Martelella endophytica strain YC6887 chromosome, complete genome	True	True
MAD0044_000000004659	4987	0.8395391269800441	6	6	3	5	6	False	17985	maximal	True	MAD0044_000000004659	1.0		1	1	False	False	0.9997994899749756	0					non-mobilizable	chromosome	3116.0	97.465	91.0	0.0006591839163359454	CP029180.1	enterobacteria	Escherichia coli strain H9Ecoli chromosome, complete genome	False	False
AST0055_000000016589	2129	0.8395381087358497	3	1	1	1	1	True	125553	backbone	False	ISR0070_000000005259	0.025985357456195443	PS930	0	0	False	True	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1215.0	99.012	100.0	0.12052020252159237	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
AST0048_000000007951	1986	0.8395381087358497	2	1	1	1	1	True	125553	backbone	False	ISR0070_000000005259	0.017400597256755766	PS930	0	0	False	True	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1986.0	99.84899999999999	100.0	0.5394021739130435	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ENG0067_000000014675	1862	0.8395381087358497	2	1	1	1	1	True	109200	fragment	False	ENG0067_000000014675	1.0		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1862.0	99.73100000000001	100.0	0.5135209713024282	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
USA0061_01_000000006236	1740	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.8751762991665195		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1740.0	99.885	100.0	0.47255434782608696	CP021602.1	other sequences	Unidentified plasmid plasmid FAKO03_2030, complete sequence	False	True
ENG0013_000000015639	1738	0.8395381087358497	2	1	1	1	1	True	109205	fragment	False	ENG0013_000000015639	1.0		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	no_good_hit	1545.0	98.641	89.0	0.4174809989142237	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	True	True
AST0094_000000013420	1691	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.9202737468054355		0	0	False	False	0.9822590351104736	0	rep_cluster_1351				non-mobilizable	plasmid	1685.0	99.941	99.0	0.45760869565217394	CP021602.1	other sequences	Unidentified plasmid plasmid FAKO03_2030, complete sequence	False	True
CAN0020_000000021685	1652	0.8395381087358497	3	1	1	1	1	True	109203	fragment	False	CAN0020_000000021685	1.0		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1656.0	98.37	100.0	0.4483695652173913	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
ENG0072_000000006625	1628	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.9162920903207863		0	0	False	False	0.9852579832077026	0	rep_cluster_1351				non-mobilizable	plasmid	1628.0	99.87700000000001	100.0	0.4421195652173913	CP021602.1	other sequences	Unidentified plasmid plasmid FAKO03_2030, complete sequence	False	True
SPA0155_000000012066	1612	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.8190070577243963		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1612.0	99.132	100.0	0.2087869362363919	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0784_000000007592	1589	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.13252506221996962		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1589.0	99.811	100.0	0.4381898454746137	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
ISR0119_000000019833	1568	0.8395381087358497	2	1	1	1	1	True	109202	fragment	False	ISR0119_000000019833	1.0		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1367.0	99.634	100.0	0.17703473302229134	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0179_000000021398	1531	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.09080284096017262		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1463.0	99.863	96.0	0.4034216335540839	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
SPA0141_000000014957	1510	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.7333210527461635		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1510.0	99.868	100.0	0.40960912052117265	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ISR0358_000000013376	1462	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.6434047760687923		0	0	False	False	0.9938440322875977	0	rep_cluster_1351				non-mobilizable	plasmid	1462.0	99.932	100.0	0.3965798045602606	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
AST0106_000000013820	1413	0.8395381087358497	2	1	1	1	1	True	109201	fragment	False	AST0106_000000013820	1.0		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1413.0	99.929	100.0	0.38369565217391305	CP021602.1	other sequences	Unidentified plasmid plasmid FAKO03_2030, complete sequence	False	True
ISR0197_000000018452	1379	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.6436651676321441		0	0	False	False	0.9992748498916626	0	rep_cluster_1351				non-mobilizable	plasmid	1379.0	99.855	100.0	0.3740499457111835	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ENG0168_000000022781	1374	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.6405350016289748		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1375.0	99.491	100.0	0.1779419388284085	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
SPA0103_000000013167	1363	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.5937858325817529		0	0	False	False	0.9919295907020569	0	rep_cluster_1351				non-mobilizable	plasmid	1363.0	99.70700000000001	100.0	0.17651632970451012	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0272_000000007668	1349	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.5037310810966643		0	0	False	False	0.9992586970329285	0	rep_cluster_1351				non-mobilizable	plasmid	1061.0	98.963	100.0	0.10523180780303783	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ENG0128_000000022851	1308	0.8395381087358497	2	1	1	1	1	True	58580	fragment	False	ENG0128_000000022851	1.0		0	0	False	False	0.9992354512214661	0	rep_cluster_1351				non-mobilizable	plasmid	1308.0	99.92399999999999	100.0	0.3606512141280353	AP010892.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC2 DNA, complete sequence	False	True
ENG0159_000000018044	1281	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.5358714829143236		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1284.0	98.287	100.0	0.3474484256243214	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ENG0043_000000027119	1280	0.8395381087358497	2	1	1	1	1	True	64561	fragment	False	ENG0043_000000027119	1.0		0	0	False	False	0.979687511920929	0	rep_cluster_1351				non-mobilizable	plasmid	1284.0	96.417	100.0	0.16537065837221357	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
DEN0089_000000015354	1272	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.541871116605486		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1264.0	100.0	99.0	0.16368584758942456	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0105_000000017916	1271	0.8395381087358497	1	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.3559525590220073		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1271.0	99.213	99.0	0.34446254071661236	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ENG0052_000000026751	1261	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.49732231605616195		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1261.0	99.84100000000001	100.0	0.3423913043478261	CP021602.1	other sequences	Unidentified plasmid plasmid FAKO03_2030, complete sequence	False	True
ENG0157_000000020085	1232	0.8395381087358497	1	1	1	1	1	True	56587	fragment	False	ENG0157_000000020085	0.9952978032297296		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1232.0	99.675	100.0	0.33967991169977924	AP010892.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC2 DNA, complete sequence	False	True
SPA0129_000000020167	1180	0.8395381087358497	1	1	1	1	1	True	56587	fragment	False	ENG0157_000000020085	0.9725321038331938		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1180.0	99.57600000000001	100.0	0.3253311258278146	AY066026.1	high GC Gram+	Bifidobacterium longum plasmid pB44, complete sequence	False	True
SPA0153_000000016330	1154	0.8395381087358497	2	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.22231278647926733		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1152.0	99.74	100.0	0.3124321389793703	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
SPA0054_000000025152	1153	0.8395381087358497	1	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.13829434212709474		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1096.0	99.45299999999999	95.0	0.2972312703583062	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ENG0177_000000022496	1148	0.8395381087358497	1	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.22456500573100013		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1148.0	99.913	100.0	0.3113463626492943	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
SPA0055_000000026989	1120	0.8395381087358497	1	1	1	1	1	True	109198	fragment	False	AST0094_000000013420	0.13776103803482767		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1063.0	99.436	95.0	0.28827361563517917	LN852751.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0060	False	True
ISR0156_000000021635	1101	0.8395381087358497	1	1	1	1	1	True	56587	fragment	False	ENG0157_000000020085	0.6336158192090395		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1101.0	100.0	100.0	0.30353200883002207	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
ISR0381_000000000481	22109	0.8395179697577515	17	13	10	7	7	False	118368	maximal	True	ISR0381_000000000481	1.0		1	1	False	False	0.999909520149231	0					non-mobilizable	no_good_hit	3623.0	85.758	19.0	0.0015157644109750398	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0022_000000000799	27585	0.8395157386681746	35	17	7	16	5	True	108400	backbone	False	ISR0280_000000000088	0.7927619613171062	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27506.0	99.99600000000001	99.0	0.2744790835063069	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0042_000000013756	1861	0.839514797612578	5	3	1	3	0	True	64691	maximal	True	ENG0042_000000013756	1.0		1	1	False	False	0.995701253414154	0					non-mobilizable	no_good_hit								True	True
MAD0035_000000003990	5725	0.8395046968912336	5	5	5	5	5	False	125052	maximal	True	MAD0035_000000003990	1.0		2	2	False	False	1.0	0					non-mobilizable	other	3745.0	78.585	99.0	0.001842957444618854	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0199_000000003130	7910	0.8395002187706418	12	11	4	5	11	True	28833	fragment	False	ISR0199_000000003130	1.0		0	0	False	False	0.9982300996780396	0		MOBP	MPF_I		conjugative	plasmid	7891.0	100.0	99.0	0.11569084590683149	CP053283.1	enterobacteria	Escherichia coli strain SCU-308 plasmid pSCU-308-2, complete sequence	False	True
ISR0068_000000005943	3375	0.8394957805248606	4	2	1	2	0	True	35034	maximal	True	ISR0068_000000005943	1.0		1	1	True	True	0.9958518743515015	12					non-mobilizable	no_good_hit								True	True
AUS0002_000000012149	2881	0.8394913883190769	4	4	4	4	4	False	103019	maximal	True	AUS0002_000000012149	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	95.11	36.0	0.0517712525463308	NZ_WNCH01000043.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold43_size20127, whole genome shotgun sequence	True	False
ISR0344_000000001127	17560	0.8394877188002484	25	6	3	4	3	False	115265	fragment	False	ISR0344_000000001127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	98.661	5.0	0.001206827892033451	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	True	False
SPA0063_000000002765	6159	0.8394845779924462	7	7	6	6	4	False	95932	maximal	True	SPA0063_000000002765	1.0		8	4	False	False	0.9985387325286865	0					non-mobilizable	no_good_hit	1531.0	91.639	25.0	0.011370645897277733	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	True	False
FIJ0077_000000009899	2984	0.8394779213643375	5	4	4	3	4	False	44515	fragment	False	FIJ0077_000000009899	1.0		0	0	False	False	0.9969838857650757	0					non-mobilizable	no_good_hit	133.0	88.72200000000001	4.0	0.0008293957977279582	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0099_000000015011	2088	0.8394724966944459	2	2	2	2	2	False	15226	maximal	True	MAD0099_000000015011	1.0		5	1	False	False	0.9995210766792297	0					non-mobilizable	no_good_hit	1317.0	86.257	63.0	0.011741507573720535	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0161_000000007551	2877	0.8394708601311004	4	4	3	3	2	True	73696	fragment	False	ENG0161_000000007551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	72.556	29.0	0.03711886875828546	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	True
SPA0144_000000017110	1137	0.8394646835367422	2	1	1	1	1	True	3371	fragment	False	SPA0144_000000017110	1.0		0	0	False	False	0.9859278798103333	0					non-mobilizable	no_good_hit								True	True
SPA0059_000000015248	1586	0.8394641780343739	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.17690449909070163		0	0	False	False	1.0	0					non-mobilizable	chromosome	1585.0	98.675	100.0	0.0005566694019845405	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0068_000000037181	1136	0.8394602950186111	2	2	2	1	1	False	10528	fragment	False	MON0068_000000037181	1.0		0	0	False	False	0.9903169274330139	0					non-mobilizable	other	1136.0	99.03200000000001	100.0	0.00031518847437670436	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0126_000000002452	12546	0.839455738073492	30	8	3	8	4	True	35137	maximal	True	SPA0126_000000002452	1.0		1	1	False	False	0.9999203085899353	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	1.0	0.0011547026640640035	NZ_FNPV01000011.1	firmicutes	Tindallia californiensis strain APO, whole genome shotgun sequence	True	True
ISR0050_000000001905	9932	0.8394414859740329	11	7	2	6	4	False	115034	maximal	True	ISR0050_000000001905	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	3967.0	92.36200000000001	40.0	0.07080849845173531	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
MON0012_000000005620	5883	0.8394388906095268	6	6	5	6	6	False	127577	fragment	False	ISR0001_000000004362	0.6225895206025042		0	0	False	False	1.0	0					non-mobilizable	other	5884.0	97.84200000000001	100.0	0.16133633221789456	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ENG0199_000000013986	1811	0.8394378448478609	2	2	1	1	2	False	54270	fragment	False	ENG0199_000000013986	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	76.255	44.0	0.0015264398195873594	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0108_000000003910	5559	0.8394335905795837	6	5	5	4	4	False	107311	maximal	True	AST0108_000000003910	1.0		1	1	False	False	0.9978413581848145	0					non-mobilizable	no_good_hit	4088.0	96.89299999999999	74.0	0.0016027432124589658	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
MAD0042_000000012178	1920	0.8394241532062459	3	1	1	1	1	False	18120	maximal	True	MAD0042_000000012178	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000018213	1239	0.8394241532062459	3	1	1	1	1	False	14963	fragment	False	MAD0102_000000018213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0116_01_000000012198	2067	0.8394216783857987	3	2	1	2	2	False	122168	fragment	False	USA0116_01_000000012198	0.9687416312397024		0	0	False	False	1.0	0					non-mobilizable	other	2067.0	98.887	100.0	0.0006176532110635336	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0121_000000010737	2419	0.839420633192578	3	2	1	1	2	False	42631	fragment	False	FIJ0102_000000012903	0.9560081466395112		0	0	False	False	0.9975196123123169	0	rep_cluster_475				non-mobilizable	no_good_hit	1822.0	87.76100000000001	76.0	0.4564663951120163	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ISR0091_000000020285	1453	0.839416026285367	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.01667015330345041	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1366.0	98.243	94.0	0.005573475970764771	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0034_01_000000013216	4256	0.8394122693949351	8	6	4	5	4	True	69557	fragment	False	USA0034_01_000000013216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	83.729	36.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
AST0055_000000017275	2052	0.8393987988410171	4	2	1	1	2	True	115863	fragment	False	AST0055_000000017275	0.9869791666666667		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	other	2052.0	99.95100000000001	100.0	0.0008599627587068608	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0178_000000011645	1920	0.8393987988410171	4	2	1	1	2	True	115863	fragment	False	AST0055_000000017275	0.9556530214424952		0	0	False	False	0.9994791746139526	0	rep_cluster_1320				non-mobilizable	other	1873.0	99.84	98.0	0.0007849099387124542	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0179_000000019732	1671	0.8393987988410171	3	2	1	1	2	True	115846	fragment	False	ENG0179_000000019732	0.9803922771459302		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	other	1638.0	100.0	98.0	0.000686376906876222	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0018_000000018490	1616	0.8393987988410171	2	2	1	1	2	True	115846	fragment	False	ENG0179_000000019732	0.9792468948762956		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	other	1616.0	100.0	100.0	0.0006771525379383619	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0196_000000013108	1614	0.8393987988410171	2	2	1	1	2	True	115846	fragment	False	ENG0179_000000019732	0.9786351278754446		0	0	False	False	0.9659231901168823	0	rep_cluster_1320				non-mobilizable	other	1614.0	99.93799999999999	100.0	0.000676313958944011	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0054_000000020130	1460	0.8393987988410171	2	2	1	1	2	True	115834	fragment	False	SPA0054_000000020130	0.9959951399513726		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	other	1460.0	100.0	100.0	0.0006117433763789908	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0066_000000015589	1370	0.8393987988410171	2	2	1	1	2	True	115834	fragment	False	SPA0054_000000020130	0.9087141238670815		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	other	1370.0	100.0	100.0	0.0005740073216331996	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0087_000000020356	1266	0.8393987988410171	2	2	1	1	2	True	115834	fragment	False	SPA0054_000000020130	0.2915286890720904		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	other	1266.0	100.0	100.0	0.0005304012139269522	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MON0085_000000002214	6643	0.8393947602962883	8	7	4	4	5	False	99077	maximal	False	MON0058_000000005469	0.9936946404443778		0	0	False	False	0.9975914359092712	0					non-mobilizable	no_good_hit	2332.0	84.906	44.0	0.00471042643356615	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0392_000000021307	1624	0.8393940972482943	2	1	1	1	1	False	22804	fragment	False	ISR0392_000000021307	1.0		0	0	False	False	0.9747536778450012	0					non-mobilizable	no_good_hit	1082.0	76.433	66.0	0.0009575389637817599	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
TAN0021_000000000647	12493	0.8393924480751133	23	9	2	6	7	False	2389	maximal	True	TAN0021_000000000647	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
CHI0134_000000001645	7181	0.8393807234147599	6	6	4	6	5	False	121307	maximal	True	CHI0134_000000001645	1.0	PS849	23	4	False	True	1.0	0					non-mobilizable	no_good_hit	3568.0	96.581	89.0	0.0007369945869018272	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
MON0099_000000006567	4338	0.8393800004459236	5	5	3	4	5	False	120090	maximal	True	MON0099_000000006567	1.0		2	2	False	False	0.9571231007575989	0					non-mobilizable	no_good_hit	3226.0	96.404	74.0	0.0007163180585448415	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0127_000000004706	5432	0.8393753859313392	8	5	3	4	5	False	58748	maximal	True	ENG0127_000000004706	1.0		50	8	False	False	0.998711347579956	0					non-mobilizable	no_good_hit	3474.0	97.985	82.0	0.0018317897002046457	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
SPA0137_000000015533	2359	0.8393720168290324	6	3	3	3	3	False	3569	maximal	True	SPA0137_000000015533	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	81.557	34.0	0.0025381330079316654	NZ_DS995479.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld6, whole genome shotgun sequence	True	False
AST0025_000000013633	2606	0.8393714574153821	3	3	3	2	2	False	120419	fragment	False	AST0025_000000013633	0.9900249376558603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	81.752	68.0	0.30927835051546393	MK232231.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_5-CL19_c13 sequence	True	False
USA0020_01_000000000174	61172	0.8393651926467142	86	44	19	34	27	False	68781	maximal	True	USA0020_01_000000000174	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1032.0	85.07799999999999	8.0	0.0006184209971692336	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ISR0783_000000006819	2028	0.8393638428206581	3	2	1	1	1	True	22243	maximal	True	ISR0783_000000006819	1.0		0	0	False	False	0.9995068907737732	0	rep_cluster_1320				non-mobilizable	no_good_hit	798.0	99.499	69.0	0.11290780141843972	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
MON0078_000000033370	1414	0.8393638428206581	3	2	1	1	1	True	10145	fragment	False	MON0078_000000033370	1.0		0	0	False	False	0.9547383189201355	0					non-mobilizable	plasmid	1306.0	96.631	92.0	0.3309517734115846	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0292_000000005155	3382	0.8393609662452777	6	4	4	4	4	False	129743	maximal	True	ISR0292_000000005155	1.0	PS1061	4	3	False	True	0.9917208552360535	0					non-mobilizable	no_good_hit	1742.0	98.852	83.0	0.0004665589016544216	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0088_000000022376	1332	0.8393579371393127	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.0599168678518392		0	0	False	False	0.9962462186813354	0					non-mobilizable	other	1308.0	78.82300000000001	97.0	0.018100178491744758	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0034_000000013127	1286	0.8393579371393127	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.05962876710966818		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	78.911	99.0	0.018044399821508256	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0157_000000005082	5457	0.8393554909255307	9	4	3	3	4	False	56241	maximal	True	ISR0157_000000005082	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0035_000000002564	8759	0.8393473831793326	8	6	3	5	5	False	127870	fragment	False	MAD0035_000000002564	1.0		0	0	False	False	0.998515784740448	0					non-mobilizable	no_good_hit	935.0	91.87200000000001	14.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0088_000000001226	14738	0.8393454016766915	13	10	6	10	3	True	125648	backbone	False	ENG0158_000000000822	0.30931572880645497	PS934	0	0	False	True	1.0	0					non-mobilizable	other	14382.0	94.79899999999999	98.0	0.03002486214993821	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CAN0016_000000027384	1719	0.8393440347956398	2	2	2	1	1	False	92799	fragment	False	CAN0016_000000027384	1.0		0	0	False	False	0.9988365173339844	0					non-mobilizable	other	1719.0	96.859	100.0	0.0003263732992446111	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	False
CAN0022_000000007936	3700	0.8393421563027789	7	2	2	2	2	False	91343	maximal	True	CAN0022_000000007936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0026_000000010801	1115	0.8393278891917525	3	2	2	1	1	False	88853	fragment	False	ENG0099_000000013969	0.9416309012875537		0	0	False	False	0.9964125752449036	0					non-mobilizable	other	1115.0	96.59200000000001	100.0	0.0003465635147637924	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0005_000000023282	1217	0.8393036059213851	2	1	1	1	1	False	8283	fragment	False	SPA0005_000000023282	1.0		0	0	False	False	0.9934264421463013	0					non-mobilizable	chromosome	1103.0	98.64	98.0	0.0003393270854451466	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ISR0232_000000015674	1807	0.8392847640835113	2	2	2	2	1	True	27443	fragment	False	ISR0232_000000015674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	9.75986820273979e-05	NZ_PTJE01000002.1	CFB group bacteria	Nonlabens xylanidelens strain DSM 16809 LY01DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
SPA0109_000000015753	2029	0.8392753504295842	3	2	1	1	1	True	56277	fragment	False	SPA0109_000000015753	1.0		0	0	False	False	0.9995071291923523	0					non-mobilizable	other	2029.0	99.95100000000001	100.0	0.024610455803116355	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0164_000000011938	1691	0.8392753504295842	2	2	1	1	1	True	56275	fragment	False	ENG0164_000000011938	0.9817891373801917		0	0	False	False	0.9988172650337219	0					non-mobilizable	other	1692.0	96.336	100.0	0.020435901169846123	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0057_000000023721	1391	0.8392753504295842	2	2	1	1	1	True	10268	fragment	False	SPA0057_000000023721	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	99.569	100.0	0.016868113198388428	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0123_000000006376	2150	0.8392724480820993	3	3	3	2	2	False	81715	maximal	True	CHI0123_000000006376	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2150.0	99.90700000000001	100.0	0.05142009427416074	NZ_JH605020.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld1005, whole genome shotgun sequence	False	False
ISR0176_000000025503	1339	0.8392663594228802	2	2	2	2	2	False	99465	fragment	False	ISR0785_000000027277	0.9795950674228722		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	87.44	93.0	0.016700643994113598	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
MON0087_000000011653	4109	0.8392584056364905	4	3	0	2	2	False	126145	fragment	False	MON0087_000000011653	1.0		0	0	False	False	0.9975663423538208	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0064794816414686825	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
AST0003_000000014164	2395	0.8392573482356426	3	2	2	2	2	False	130215	maximal	True	AST0003_000000014164	1.0		6	3	False	False	0.9995824694633484	0					non-mobilizable	no_good_hit	1625.0	72.67699999999999	67.0	0.025903281407525448	NZ_QRML01000024.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf24, whole genome shotgun sequence	True	False
SPA0041_000000019885	1691	0.8392562451327175	3	2	1	1	2	False	80033	fragment	False	FIJ0142_000000021321	0.9185342905278445		0	0	False	False	0.9988172650337219	0					non-mobilizable	no_good_hit	1105.0	73.484	71.0	0.00651172895758022	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
FIJ0133_000000011210	3329	0.83925623877313	3	2	2	2	1	True	124790	maximal	True	FIJ0133_000000011210	1.0		1	1	False	False	0.9972965121269226	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	7.732705064757291e-05	NZ_FXAZ01000003.1	firmicutes	Paenibacillus aquistagni strain 11, whole genome shotgun sequence	True	True
ISR0020_000000002948	6088	0.8392497288179112	15	3	0	3	2	True	37707	maximal	True	ISR0020_000000002948	1.0		1	1	True	True	1.0	42					non-mobilizable	no_good_hit								True	True
ENG0052_000000009444	3104	0.839242206411562	4	3	3	2	1	False	63997	fragment	False	ENG0052_000000009444	1.0		0	0	False	False	0.9977448582649231	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	3.1729040672455266e-05	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
MON0110_000000008457	1798	0.8392298070463012	2	1	1	1	1	False	12381	fragment	False	MON0110_000000008457	1.0		0	0	False	False	0.9521690607070923	0					non-mobilizable	no_good_hit	896.0	76.562	57.0	0.00032779192971071897	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
AUS0024_000000021369	1511	0.839225067068947	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.4770830554787309		0	0	False	False	0.9900727868080139	0					non-mobilizable	other	868.0	97.12	95.0	0.007947857653594412	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0099_000000002245	9756	0.8392079880962898	13	12	1	7	12	True	95703	fragment	False	FIJ0099_000000002245	1.0		0	0	False	False	0.9994875192642212	0			MPF_F		non-mobilizable	plasmid	9756.0	99.949	100.0	0.04996491443732489	CP052287.1	enterobacteria	Klebsiella pneumoniae strain E16KP0218 plasmid pE16KP0218-1, complete sequence	False	True
ENG0016_000000002832	7809	0.8392074199627245	13	2	2	2	2	False	121513	backbone	False	ENG0141_000000003012	0.5025637394053786	PS853	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.027892561983471075	XM_005811572.2	bony fishes	PREDICTED: Xiphophorus maculatus zinc finger matrin-type 2 (zmat2), mRNA	True	True
DEN0017_000000020269	1421	0.839199861918872	3	2	2	2	2	False	75192	fragment	False	DEN0017_000000020269	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	99.93	100.0	0.0005785596391091649	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0351_000000011203	1358	0.8391916763094763	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.025765280392124213		0	0	False	False	1.0	0					non-mobilizable	chromosome	1191.0	98.573	100.0	0.0004182049168949515	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
DEN0005_000000010964	3041	0.8391842333795115	4	3	2	2	3	True	91898	fragment	False	CAN0020_000000012085	0.9617761873780091		0	0	False	False	0.9894771575927734	0					non-mobilizable	chromosome	3008.0	98.604	99.0	0.0005884549330018521	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
MON0107_000000021241	2752	0.8391841810725884	4	4	4	4	3	False	40161	fragment	False	MON0107_000000021241	1.0		0	0	False	False	0.9985465407371521	0					non-mobilizable	no_good_hit								True	False
MAD0005_000000005891	4118	0.8391808308488029	3	3	2	1	2	False	19993	maximal	True	MAD0005_000000005891	1.0		4	2	False	False	0.9985429644584656	0					non-mobilizable	no_good_hit	577.0	72.964	14.0	0.013466180716618545	CP035500.1	firmicutes	Clostridioides difficile strain TW11-RT078 plasmid p1, complete sequence	True	False
ISR0141_000000003795	9214	0.8391803063621474	10	9	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9909105203139441	PS799|PS801|PS802	0	0	True	True	1.0	105	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4622.0	95.024	53.0	0.5824508320726173	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0019_000000007703	2574	0.839175895789289	4	2	1	2	2	False	66550	maximal	True	ENG0019_000000007703	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1617.0	99.876	63.0	0.010436714501608133	NZ_MIEH01000020.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_20, whole genome shotgun sequence	True	False
FIJ0124_000000013351	2081	0.8391598552909701	2	2	2	2	1	True	95148	fragment	False	FIJ0124_000000013351	1.0		0	0	False	False	0.99711674451828	0					non-mobilizable	no_good_hit	61.0	86.885	3.0	1.5355455767841888e-05	NZ_CP029176.1	a-proteobacteria	Acidibrevibacterium fodinaquatile strain G45-3 chromosome, complete genome	True	True
DEN0034_000000001137	5199	0.8391575777270415	5	5	5	5	5	False	73567	maximal	True	DEN0034_000000001137	1.0		18	5	False	False	1.0	0					non-mobilizable	other	5201.0	99.57700000000001	100.0	0.001333181897543433	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
MAD0050_000000001542	11224	0.8391552966159679	18	15	6	6	15	True	98731	fragment	False	MAD0050_000000001542	1.0		0	0	False	False	1.0	0		MOBP	MPF_T	MOBP	conjugative	plasmid	11224.0	99.065	100.0	0.26303084278616295	CP054423.1	enterobacteria	Salmonella enterica subsp. diarizonae serovar 61:k:1,5,(7) strain 14-SA00836-0 plasmid p14-SA00836-0, complete sequence	False	True
ISR0353_000000014955	2477	0.8391481620068549	5	3	1	1	3	True	123341	fragment	False	ISR0353_000000014955	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	2061.0	99.175	98.0	0.59042705646317	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
AST0052_000000008962	2473	0.8391481620068549	5	3	1	1	3	True	123340	backbone	True	AST0052_000000008962	0.9743743670243324	PS890	7	2	True	True	0.9991912841796875	1					non-mobilizable	plasmid	1338.0	99.626	96.0	0.38320435654915447	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
SPA0156_000000016121	1303	0.8391352542432184	1	1	1	1	1	False	102781	fragment	False	CHI0151_000000017004	0.7222236373857118		0	0	False	False	0.9969301819801331	0					non-mobilizable	no_good_hit								True	False
USA0135_01_000000005796	2613	0.8391337025167913	3	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.5570910946865313		0	0	False	False	0.988901674747467	0					non-mobilizable	no_good_hit								True	False
MON0080_000000026031	2052	0.8391332564951061	4	3	2	3	3	False	80565	maximal	True	MON0080_000000026031	1.0		129	12	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	78.425	21.0	8.701236569159627e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0011_000000003390	10681	0.8391264062290253	10	7	3	7	4	True	78054	fragment	False	MON0011_000000003390	0.9767052199736895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
FIJ0025_000000001800	10533	0.8391264062290253	11	7	3	7	4	True	78054	fragment	False	MON0011_000000003390	0.9706749281658165		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	1.0	0.00019750172509222844	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MON0026_000000001632	10530	0.8391264062290253	11	7	3	7	4	True	78054	fragment	False	MON0011_000000003390	0.9734094104259161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
MON0047_000000002679	10509	0.8391264062290253	10	7	3	7	4	True	78054	fragment	False	MON0011_000000003390	0.9734995550112951		0	0	False	False	0.9997145533561707	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
FIJ0022_000000001920	10480	0.8391264062290253	11	7	3	7	4	True	78054	fragment	False	MON0011_000000003390	0.9704261531833676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
SPA0032_000000002246	9679	0.8391264062290253	9	7	3	7	4	True	78054	fragment	False	MON0011_000000003390	0.8576477307489182		0	0	False	False	0.9998967051506042	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
SPA0124_000000002961	9182	0.8391264062290253	9	7	3	7	4	True	78054	fragment	False	MON0011_000000003390	0.5252388300546502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
USA0032_01_000000003102	8575	0.8391264062290253	8	7	3	7	4	True	78054	fragment	False	MON0011_000000003390	0.35225054177098697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
USA0005_01_000000011972	2862	0.8391261567362577	4	3	3	3	3	False	2175	maximal	True	USA0005_01_000000011972	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2710.0	91.882	99.0	0.0014050897914058477	NZ_KB903359.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_0.1, whole genome shotgun sequence	False	False
SPA0126_000000002827	11080	0.8391237306087997	10	3	2	3	2	False	95646	fragment	False	SPA0126_000000002827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	91.624	15.0	0.034185940725707686	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0107_000000003020	9177	0.8391237306087997	10	3	2	3	2	False	95645	fragment	False	SPA0107_000000003020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	91.624	18.0	0.034185940725707686	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0036_000000037085	1195	0.8391206094130723	3	2	2	1	1	False	47875	fragment	False	FIJ0036_000000037085	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1195.0	99.916	100.0	0.0003365356836339089	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0171_000000017012	1704	0.8391026019543739	2	2	1	2	1	False	39303	fragment	False	ISR0171_000000017012	1.0		0	0	False	False	0.9929577708244324	0					non-mobilizable	no_good_hit								True	False
DEN0040_000000006470	1294	0.8390974924372099	2	2	2	2	2	False	98804	fragment	False	ISR0097_000000022103	0.9565848254536128		0	0	False	False	1.0	0					non-mobilizable	chromosome	1295.0	99.073	100.0	0.0005770062346126093	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0052_000000003474	7500	0.839097468282765	10	4	2	2	4	False	86662	backbone	False	ISR0213_000000002441	0.631945386388083	PS438	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	3991.0	87.72200000000001	59.0	0.3555112400290065	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0038_000000017332	2015	0.8390917625263038	3	3	3	3	3	False	47645	maximal	True	FIJ0038_000000017332	1.0		9	4	False	False	0.9965260624885559	0					non-mobilizable	no_good_hit								True	False
MON0090_000000029355	2040	0.8390748980696113	3	3	3	3	3	False	117310	maximal	True	MON0090_000000029355	0.9786967418546366		60	6	False	False	1.0	0					non-mobilizable	other	2040.0	96.07799999999999	100.0	0.003987459586558244	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ENG0016_000000004204	5331	0.8390736480164366	8	7	5	6	5	False	99045	fragment	False	ENG0016_000000004204	0.978494623655914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	78.758	30.0	0.00023174413995713413	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0219_000000021724	1515	0.8390708467342153	3	3	3	3	3	False	80088	fragment	False	CHI0141_000000016690	0.9469856259633157		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	98.81200000000001	100.0	0.01932650820802165	NZ_QRHR01000010.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf10, whole genome shotgun sequence	False	False
ISR0179_000000017516	1281	0.839056876146654	2	2	2	2	2	False	29669	fragment	False	ISR0179_000000017516	1.0		0	0	False	False	0.9984387159347534	0					non-mobilizable	other	1281.0	99.29700000000001	100.0	0.005054813129877105	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0036_000000018991	1321	0.8390535401908529	2	2	2	2	1	False	7092	fragment	False	SPA0036_000000018991	1.0		0	0	False	False	0.9947009682655334	0					non-mobilizable	other	1318.0	88.164	99.0	0.0003490924524673223	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0261_000000010347	1782	0.8390532832816731	3	2	2	2	2	False	108714	fragment	False	ISR0212_000000018440	0.8697697278683204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	98.113	24.0	0.011666390865464173	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0109_000000005230	4570	0.8390477176703524	7	2	2	2	1	True	64052	maximal	True	ENG0109_000000005230	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	99.17399999999999	13.0	0.002242876823729934	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
DEN0041_000000002800	10624	0.8390284688238632	8	5	5	5	5	False	126376	fragment	False	DEN0041_000000002800	1.0		0	0	False	False	0.9992470145225525	0					non-mobilizable	no_good_hit	1506.0	84.064	14.0	0.030695561421818406	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
DEN0051_000000032144	1495	0.8390142530802455	3	2	1	1	2	False	72449	maximal	True	DEN0051_000000032144	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	88.59100000000001	30.0	0.0001270088809176149	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0062_000000018930	1702	0.8390043292915934	3	3	3	3	3	False	76275	fragment	False	DEN0073_000000028334	0.9618634860319004		0	0	False	False	0.9976498484611511	0					non-mobilizable	other	1702.0	98.766	100.0	0.024730666899289048	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0193_000000008167	2519	0.8390019259955179	4	3	3	2	1	False	131787	fragment	False	ISR0265_000000006224	0.9793116782675948		0	0	False	False	0.9996030330657959	0					non-mobilizable	other	2519.0	99.762	100.0	0.014457969683050069	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
AST0059_000000003818	3617	0.8389983482252641	4	1	1	1	1	False	112887	maximal	True	AST0059_000000003818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	88.552	16.0	0.002769578538335077	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0341_000000005595	2383	0.8389983482252641	4	1	1	1	1	False	54016	fragment	False	ISR0341_000000005595	1.0		0	0	False	False	0.9995803833007812	0					non-mobilizable	no_good_hit								True	False
ISR0050_000000011567	2288	0.8389983482252641	4	1	1	1	1	False	54021	fragment	False	ISR0050_000000011567	1.0		0	0	False	False	0.9995629191398621	0					non-mobilizable	no_good_hit	608.0	97.204	27.0	0.015103259517292859	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
SPA0113_000000014229	2191	0.8389983482252641	2	1	1	1	1	False	54020	fragment	False	SPA0113_000000014229	1.0		0	0	False	False	0.9972615242004395	0					non-mobilizable	no_good_hit	326.0	93.55799999999999	15.0	0.007713361532719582	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ISR0152_000000012997	1807	0.8389983482252641	2	1	1	1	1	False	54018	fragment	False	ISR0152_000000012997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0102_000000010389	1594	0.8389983482252641	2	1	1	1	1	False	54017	fragment	False	ISR0102_000000010389	0.9973260995128248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0030_000000013961	1550	0.8389983482252641	2	1	1	1	1	False	54017	fragment	False	ISR0102_000000010389	0.9897658569700228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000025187	1495	0.8389983482252641	2	1	1	1	1	False	54017	fragment	False	ISR0102_000000010389	0.9639684780351663		0	0	False	False	0.9993311166763306	0					non-mobilizable	no_good_hit								True	False
ISR0851_000000009168	1482	0.8389983482252641	2	1	1	1	1	False	54017	fragment	False	ISR0102_000000010389	0.9625050907013989		0	0	False	False	0.9993252158164978	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000016753	1389	0.8389983482252641	2	1	1	1	1	False	54017	fragment	False	ISR0102_000000010389	0.5708572434430559		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0204_000000019855	1380	0.8389983482252641	2	1	1	1	1	False	54015	fragment	False	ENG0204_000000019855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	97.63799999999999	9.0	0.003135108235879572	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
DEN0018_000000024203	1641	0.8389973911495278	2	2	2	2	2	False	75062	fragment	False	ENG0202_000000012801	0.9877098321342925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	97.37100000000001	73.0	0.01909926904032068	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0004_000000001111	17055	0.8389902185629906	19	10	4	10	3	True	90497	fragment	False	CHI0120_000000000475	0.7009660923537834		0	0	False	False	1.0	0					non-mobilizable	plasmid	8278.0	98.913	92.0	0.13344619105199515	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ENG0179_000000003517	8207	0.8389817566263584	10	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9959104032178339		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ENG0171_000000002670	8207	0.8389817566263584	10	6	3	5	4	False	111826	maximal	True	ENG0171_000000002670	0.9960059784650939		11	4	True	True	0.9998781681060791	36					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0024_000000002257	8207	0.8389817566263584	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9949915549471464		0	0	True	True	0.9997562766075134	12					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	0.011456211812627291	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ISR0398_000000002590	8207	0.8389817566263584	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9948648189898688		0	0	True	True	0.9996344447135925	7					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	0.011456211812627291	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ENG0094_000000002121	8201	0.8389817566263584	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.994980621482589		0	0	True	True	0.9959760904312134	7					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0339_000000001544	8197	0.8389817566263584	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9948153795526808		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0055_000000003532	8196	0.8389817566263584	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9948932299831567		0	0	True	True	1.0	19					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0136_000000004214	8187	0.8389817566263584	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9945758242521644		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0034_000000003867	8145	0.8389817566263584	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9923216670568754		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0159_000000002756	8139	0.8389817566263584	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.992165196149329		0	0	True	True	0.9991399645805359	2					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ITA0006_000000003149	8137	0.8389817566263584	9	6	3	5	4	False	111826	maximal	False	ENG0171_000000002670	0.9913640824957641		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
AST0007_000000004542	4101	0.8389787893463809	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9920147609768025		0	0	False	False	1.0	0					non-mobilizable	other	4007.0	99.226	99.0	0.01312427105583876	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ISR0813_000000014574	2099	0.8389705619483114	3	3	3	3	3	False	60086	fragment	False	ENG0106_000000008343	0.41453294719311434		0	0	False	False	0.988565981388092	0					non-mobilizable	other	2097.0	97.52	99.0	0.015015617388314181	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0015_000000011812	1479	0.838969916930098	2	2	2	2	2	False	66851	fragment	False	ENG0015_000000011812	1.0		0	0	False	False	0.9858012199401855	0					non-mobilizable	other	1485.0	98.316	99.0	0.0005006116711720592	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
MAD0108_000000004226	3879	0.8389566433662451	5	5	5	5	5	False	116340	fragment	False	ISR0127_000000004840	0.5500518132674941		0	0	False	False	0.9976798295974731	0					non-mobilizable	other	3884.0	91.735	100.0	0.013888341037125225	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
DEN0087_000000005028	2511	0.8389554396437822	4	4	4	4	3	False	131568	fragment	False	DEN0087_000000005028	0.9433003520189712		0	0	False	False	1.0	0					non-mobilizable	other	2473.0	78.002	97.0	0.0007939923090323369	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	False
ISR0104_000000010065	2490	0.8389554396437822	4	4	4	4	3	False	131568	fragment	False	DEN0087_000000005028	0.9428265477616803		0	0	False	False	0.9995983839035034	0					non-mobilizable	no_good_hit	1515.0	93.135	83.0	0.003457055109659889	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
AST0099_000000012175	1737	0.8389429712730766	2	2	2	2	2	False	108754	fragment	False	AST0099_000000012175	1.0		0	0	False	False	1.0	0					non-mobilizable	other	889.0	83.352	99.0	0.6456808199121523	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	False	False
MON0081_000000043320	1193	0.8389406674792224	2	1	1	1	1	False	84202	fragment	False	SPA0038_000000018345	0.5428382642592686		0	0	False	False	0.9991617798805237	0					non-mobilizable	other	1181.0	99.238	99.0	0.00032740723461685854	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0170_000000004198	2372	0.8389329059672465	4	3	2	2	2	False	77979	fragment	False	MAD0055_000000003111	0.8796336721847643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	83.43799999999999	27.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0085_000000014655	2119	0.8389329059672465	3	3	2	2	2	False	77979	fragment	False	MAD0055_000000003111	0.47394297920828676		0	0	False	False	0.9985842108726501	0					non-mobilizable	no_good_hit	493.0	89.249	23.0	0.07948842480168367	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0041_000000005349	2636	0.8389321719508588	3	3	1	2	3	True	118257	maximal	True	CHI0041_000000005349	0.9798990679714332		255	11	False	False	0.9996206164360046	0					non-mobilizable	other	2636.0	99.39299999999999	100.0	0.1376626090590878	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0018_000000001165	18121	0.8389215296350122	20	12	6	10	6	False	119924	maximal	True	ENG0018_000000001165	1.0		1	1	False	False	0.9996137022972107	0					non-mobilizable	no_good_hit								True	False
MON0079_000000012395	1840	0.8389168913311202	2	2	2	2	1	True	21506	fragment	False	MON0079_000000012395	1.0		0	0	False	False	0.955978274345398	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00013934369121438027	NZ_JPIN01000012.1	g-proteobacteria	Idiomarina atlantica strain MCCC 1A10513 contig12, whole genome shotgun sequence	True	True
ENG0187_000000005249	4801	0.8389112194085805	4	3	2	2	3	False	54997	fragment	False	ENG0187_000000005249	1.0		0	0	False	False	0.9935430288314819	0					non-mobilizable	plasmid	4812.0	93.70299999999999	100.0	0.025816110028110156	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
CHI0024_000000002264	5013	0.8389103588508791	6	6	5	5	4	False	104495	fragment	False	CHI0024_000000002264	0.9978229317851959		0	0	False	False	1.0	0					non-mobilizable	other	5014.0	99.42200000000001	100.0	0.035452815641114514	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0093_000000009968	1929	0.8389084682489281	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.8967215596777516		0	0	False	False	0.9870399236679077	0					non-mobilizable	other	1856.0	96.28200000000001	96.0	0.0005145764255683112	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0075_000000010239	2328	0.8389074926242036	2	2	2	2	1	True	100215	fragment	False	MON0075_000000010239	1.0		0	0	False	False	0.9995704293251038	0					non-mobilizable	no_good_hit								True	True
SPA0035_000000000608	17232	0.8388979285313263	15	12	11	11	11	True	116290	fragment	False	SPA0035_000000000608	0.9880822457634744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	96.273	23.0	0.06193358759928619	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0036_000000000863	16097	0.8388979285313263	14	12	11	11	11	True	116290	fragment	False	SPA0035_000000000608	0.9715853576457059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1770.0	96.271	25.0	0.06189859687182896	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0080_01_000000018320	2368	0.8388880050053447	3	1	1	1	1	False	121243	fragment	False	USA0080_01_000000018320	0.9908655937364071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	95.238	7.0	3.1866837037658826e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
USA0010_01_000000013158	2031	0.8388841680175243	3	3	3	3	3	False	87695	fragment	False	MON0108_000000009723	0.933945692224168		0	0	False	False	0.9985228776931763	0					non-mobilizable	chromosome	2046.0	97.947	100.0	0.0028091470445546665	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
TAN0002_000000001267	13919	0.8388811521210849	15	11	9	11	10	True	3080	fragment	False	TAN0002_000000001267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	94.87200000000001	1.0	0.16630901287553648	GQ875534.1		Uncultured organism clone VC1A332TR genomic sequence	True	True
ISR0178_000000001775	7602	0.8388782259434194	6	6	0	2	6	False	61035	maximal	True	ISR0178_000000001775	1.0		1	1	True	True	1.0	55	rep_cluster_2401			MOBP,MOBP	mobilizable	plasmid	1834.0	95.529	92.0	0.15854190285166128	CP053237.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-3, complete sequence	False	True
CHI0083_000000003771	2693	0.8388779886342167	4	4	3	4	4	True	95855	fragment	False	CHI0083_000000003771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	78.73899999999999	30.0	0.024367356822859912	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
FIJ0042_000000004311	5345	0.838867557708529	6	5	0	2	5	False	47320	maximal	True	FIJ0042_000000004311	1.0		1	1	False	False	1.0	0	ColRNAI_rep_cluster_1857			MOBF,MOBP,MOB_unknown	mobilizable	no_good_hit	4139.0	99.46799999999999	82.0	0.47899062391480496	CP021102.1	enterobacteria	Escherichia coli strain 13P477T plasmid p13P477T-8, complete sequence	True	True
ISR0140_000000005371	5539	0.8388641935294129	5	4	4	4	4	False	31269	maximal	True	ISR0140_000000005371	1.0		1	1	False	False	0.999458372592926	0					non-mobilizable	no_good_hit	390.0	72.308	7.0	0.007345165073932355	NZ_JHYA01000015.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00014.14_C, whole genome shotgun sequence	True	False
CHI0164_000000008415	2759	0.8388506246950181	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9846000224606455		0	0	False	False	0.9992750883102417	0					non-mobilizable	no_good_hit	810.0	84.321	29.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CHI0181_000000007482	2717	0.8388506246950181	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9670516311325538		0	0	False	False	0.9992638826370239	0					non-mobilizable	no_good_hit	810.0	84.074	36.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0035_000000009900	1988	0.8388506246950181	3	2	1	2	1	False	110368	fragment	False	SPA0035_000000009900	1.0		0	0	False	False	0.9919517040252686	0					non-mobilizable	no_good_hit	810.0	84.815	41.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0091_000000012654	1748	0.8388506246950181	3	2	1	2	1	False	110373	fragment	False	FIJ0091_000000012654	1.0		0	0	False	False	0.9994279146194458	0					non-mobilizable	no_good_hit	812.0	84.852	46.0	0.00023402795375677062	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
AST0106_000000001091	15636	0.8388473504858067	13	12	12	10	10	False	107536	maximal	True	AST0106_000000001091	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	5290.0	99.698	34.0	0.15933602458275592	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0024_000000011198	2141	0.8388355208819941	3	3	3	3	3	False	52035	fragment	False	FIJ0115_000000011264	0.9636496707636264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	78.235	38.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0300_000000010288	1133	0.8388324526414904	1	1	1	1	1	False	35813	fragment	False	ISR0257_000000014803	0.9432366319108867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	1.0233294411527347e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0087_000000004172	6035	0.8388221487611459	8	5	5	3	3	False	100454	maximal	True	MAD0087_000000004172	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	5186.0	96.51	86.0	0.0007985899438705794	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0021_000000002471	8374	0.8388155301997091	11	10	2	4	10	True	123481	maximal	True	ISR0021_000000002471	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	7232.0	99.945	86.0	0.0014150707085255712	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
ENG0083_000000003257	7044	0.8388064089687511	12	3	1	2	3	False	110837	maximal	True	ENG0083_000000003257	1.0		1	1	False	False	0.999858021736145	0					non-mobilizable	no_good_hit	3870.0	99.01799999999999	68.0	0.08611086355939755	NZ_SPFU01000033.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_33_length_44884_cov_22.2797, whole genome shotgun sequence	True	False
AST0101_000000001456	9882	0.8388058684591104	10	3	2	2	3	False	108544	maximal	True	AST0101_000000001456	1.0		4	3	False	False	0.9994940161705017	0					non-mobilizable	no_good_hit	602.0	81.561	6.0	0.00014661638558246057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0007_000000016116	1590	0.8387987386904766	2	2	1	2	1	False	78851	fragment	False	DEN0007_000000016116	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1590.0	99.74799999999999	100.0	0.0005287996115702286	CP058562.1	verrucomicrobia	Akkermansia muciniphila strain AK32 chromosome, complete genome	False	False
ENG0206_000000011641	2205	0.8387962318061932	2	2	2	2	1	False	53957	fragment	False	ENG0206_000000011641	1.0		0	0	False	False	0.9859410524368286	0					non-mobilizable	no_good_hit	883.0	99.32	40.0	0.00017082465894624428	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
AST0090_000000006213	3948	0.8387955028280861	7	2	2	1	1	False	114943	fragment	False	AST0090_000000006213	0.994107074340921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2572.0	81.415	65.0	0.13674236235909165	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0052_000000007393	2919	0.8387955028280861	5	2	2	1	1	False	114586	fragment	False	AST0052_000000007393	1.0		0	0	False	False	0.9979444742202759	0					non-mobilizable	no_good_hit	2155.0	80.882	74.0	0.11452377062571475	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0134_000000011443	2844	0.8387955028280861	4	2	2	1	1	False	70702	fragment	False	ISR0134_000000011443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2202.0	80.42699999999999	81.0	0.11730109459238687	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0005_000000010671	2255	0.8387955028280861	3	2	2	1	1	False	70700	fragment	False	ENG0005_000000010671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1933.0	82.256	85.0	0.01042022456071868	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
AST0025_000000016310	2233	0.8387955028280861	3	2	2	1	1	False	120336	maximal	True	AST0025_000000016310	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2082.0	80.64399999999999	93.0	0.01600971880464893	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AUS0014_000000014368	2017	0.8387955028280861	5	2	2	1	1	False	100850	fragment	False	AUS0014_000000014368	1.0		0	0	False	False	0.9866138100624084	0					non-mobilizable	other	1947.0	80.38	96.0	0.10319664542830692	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0162_000000024927	1588	0.8387955028280861	2	2	2	1	1	False	81831	fragment	False	ISR0399_000000007760	0.4046446657071131		0	0	False	False	0.999370276927948	0					non-mobilizable	other	1588.0	99.43299999999999	100.0	0.008604004358928484	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
SPA0138_000000014998	1775	0.8387909274932023	2	2	2	2	1	False	3529	fragment	False	SPA0138_000000014998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	94.274	65.0	0.0007931675556313273	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0056_000000007220	1493	0.8387818950066324	2	2	2	2	2	False	73919	fragment	False	ENG0056_000000007220	0.9945014662756598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	75.533	88.0	0.0003805876115404571	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MON0098_000000029757	1211	0.8387817933184119	1	1	1	1	1	False	9180	fragment	False	MON0098_000000029757	1.0		0	0	False	False	0.9983484745025635	0					non-mobilizable	no_good_hit								True	False
USA0116_01_000000005410	4916	0.838779270427005	3	3	3	3	3	False	91098	fragment	False	CHI0001_000000001553	0.9531547015405281		0	0	False	False	1.0	0					non-mobilizable	other	4916.0	99.919	100.0	0.007842768058312537	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0071_000000039915	1125	0.8387724140151552	1	1	1	1	1	True	70321	fragment	False	DEN0071_000000039915	1.0		0	0	False	False	0.9848889112472534	0					non-mobilizable	plasmid	1098.0	92.53200000000001	97.0	0.27864251084460323	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
FIJ0097_000000006362	4635	0.8387698202830256	4	4	3	3	4	False	85335	fragment	False	FIJ0051_000000004328	0.962198988351001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	77.362	27.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0334_000000014462	1491	0.8387678875139157	3	1	1	1	1	False	24501	fragment	False	ISR0334_000000014462	1.0		0	0	False	False	0.9919517040252686	0					non-mobilizable	other	1412.0	81.02	94.0	0.04835187688468337	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0051_000000029631	1220	0.8387678875139157	3	1	1	1	1	False	86729	fragment	False	ISR0051_000000029631	0.9533333333333334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1213.0	81.616	100.0	0.0003754003403503674	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0069_000000015281	1794	0.8387563046340359	3	2	2	2	1	True	120237	fragment	False	AST0025_000000020625	0.9292261356817089		0	0	False	False	0.9983277320861816	0					non-mobilizable	no_good_hit	108.0	77.778	6.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
FIJ0027_000000005116	3391	0.8387464825881581	3	3	3	3	2	False	49001	fragment	False	FIJ0027_000000005116	0.9548836771215975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000009977	3382	0.8387464825881581	3	3	3	3	2	False	49001	fragment	False	FIJ0027_000000005116	0.9532454738172315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0045_000000006597	3363	0.8387451787673843	4	4	3	4	2	True	47061	maximal	True	FIJ0045_000000006597	1.0		2	2	False	False	0.9973238110542297	0					non-mobilizable	no_good_hit								True	True
MON0063_000000007848	3611	0.8387430449928759	5	4	3	4	3	False	34242	fragment	False	MON0063_000000007848	1.0		0	0	False	False	0.9997230768203735	0					non-mobilizable	no_good_hit	721.0	91.81700000000001	25.0	0.015172268464861447	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ISR0795_000000000859	9567	0.8387390778150737	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.5992649871116401	PS1166	0	0	False	True	0.9996864199638367	0					non-mobilizable	other	9579.0	97.682	100.0	0.25496626936511746	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0008_000000004857	1980	0.8387323963312545	3	3	3	3	3	False	93558	fragment	False	CHI0008_000000004857	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	92.64399999999999	98.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0200_000000015436	1358	0.8387266072885103	3	2	0	1	1	True	54186	maximal	True	ENG0200_000000015436	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0107_000000023741	1662	0.838724765128157	3	2	1	2	1	False	17791	fragment	False	MAD0107_000000023741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	84.505	46.0	0.00021186968419102304	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0069_000000003122	7234	0.8387200712012544	6	5	5	4	4	False	132486	fragment	False	ISR0176_000000003732	0.9078018467376233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	68.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0320_000000002126	7227	0.8387200712012544	6	5	5	4	4	False	132486	fragment	False	ISR0176_000000003732	0.9422414915774285		0	0	False	False	0.9990314245223999	0					non-mobilizable	no_good_hit	1320.0	83.712	68.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0070_000000002619	7218	0.8387200712012544	6	5	5	4	4	False	132486	fragment	False	ISR0176_000000003732	0.9072180086140259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	67.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0077_000000003545	7217	0.8387200712012544	6	5	5	4	4	False	132486	fragment	False	ISR0176_000000003732	0.9423655747880485		0	0	False	False	0.9979215860366821	0					non-mobilizable	no_good_hit	1320.0	83.788	68.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0206_000000003297	7217	0.8387200712012544	6	5	5	4	4	False	132486	fragment	False	ISR0176_000000003732	0.941928445774899		0	0	False	False	0.9997228980064392	0					non-mobilizable	no_good_hit	1320.0	83.788	68.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0127_000000003938	7204	0.8387200712012544	6	5	5	4	4	False	132486	fragment	False	ISR0176_000000003732	0.9390748375219728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.788	68.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0230_000000003388	7164	0.8387200712012544	6	5	5	4	4	False	132486	fragment	False	ISR0176_000000003732	0.9003123980879201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.788	67.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0017_000000016893	1985	0.8387172163601838	2	1	1	1	1	True	107417	backbone	False	SPA0153_000000009383	0.5407917981917287	PS659	0	0	True	True	1.0	212					non-mobilizable	plasmid	1762.0	89.78399999999999	100.0	0.9203586497890295	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	False	True
FIJ0018_000000024547	1125	0.8387172163601838	2	1	1	1	1	True	49893	fragment	False	FIJ0018_000000024547	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1141.0	87.204	100.0	0.3883327580255437	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
ISR0300_000000003501	2473	0.8387066517112687	4	3	3	1	2	False	122589	maximal	True	ISR0300_000000003501	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2124.0	98.87	86.0	0.0115099566817928	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
ISR0017_000000002094	15122	0.8386999581459488	24	9	4	8	6	False	99333	maximal	True	ISR0017_000000002094	1.0		7	2	False	False	0.9996693730354309	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0004478640330730363	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
ENG0095_000000006387	4251	0.8386878163280025	4	4	4	4	4	False	131521	fragment	False	ENG0095_000000006387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2451.0	99.102	66.0	0.0007865703861707443	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0154_000000013593	2308	0.8386863616228283	4	3	2	2	2	True	56837	fragment	False	ENG0154_000000013593	1.0		0	0	False	False	0.9935008883476257	0					non-mobilizable	other	2244.0	99.955	97.0	0.3123432711061577	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	False	True
DEN0063_000000023023	2104	0.8386863616228283	4	3	2	2	2	True	71528	fragment	False	DEN0063_000000023023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1622.0	99.93799999999999	77.0	0.1962707349558058	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MON0033_000000021575	3008	0.8386846557291011	4	2	2	2	2	False	123576	fragment	False	ENG0127_000000007497	0.687004911530158		0	0	False	True	1.0	0					non-mobilizable	chromosome	3008.0	99.46799999999999	100.0	0.000684626325396267	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0107_000000024071	2453	0.8386846557291011	3	2	2	2	2	False	123576	fragment	False	ENG0127_000000007497	0.24270987102933603		0	0	False	True	0.9947003722190857	0					non-mobilizable	other	2440.0	98.279	99.0	0.0005069232750111766	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
FIJ0119_000000007979	2162	0.8386846557291011	2	2	2	2	2	False	123576	fragment	False	ENG0127_000000007497	0.1671679368778249		0	0	False	True	1.0	0					non-mobilizable	other	2150.0	99.62799999999999	99.0	0.00044664949487454637	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
SPA0116_000000003844	8895	0.8386791975878728	12	9	6	6	8	True	124088	fragment	False	SPA0116_000000003844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7049.0	93.46	79.0	0.0019767788902272255	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0090_000000000255	30804	0.8386768324866796	36	11	6	7	8	True	16529	maximal	True	MAD0090_000000000255	1.0		1	1	False	False	0.9999350905418396	0					non-mobilizable	no_good_hit	5625.0	98.15100000000001	68.0	0.0015576401695998527	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	True
ENG0014_000000008983	2722	0.8386766170578159	3	3	3	3	3	False	101973	fragment	False	ENG0014_000000008983	0.981277232381794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.556	27.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ENG0195_000000007943	3029	0.8386714684666499	5	2	2	2	2	False	127507	fragment	False	ENG0195_000000007943	1.0		0	0	False	False	0.9930670261383057	0					non-mobilizable	no_good_hit	1779.0	97.35799999999999	59.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
DEN0005_000000019156	1918	0.8386714684666499	3	2	2	2	2	False	127505	fragment	False	DEN0005_000000019156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1630.0	97.485	85.0	0.008772307725446692	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
AST0099_000000011957	1769	0.8386714684666499	3	2	2	2	2	False	127497	fragment	False	AST0006_000000007261	0.9835207539446251		0	0	False	False	1.0	0					non-mobilizable	plasmid	1776.0	97.354	100.0	0.009558530517291516	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
AST0006_000000007261	1769	0.8386714684666499	3	2	2	2	2	False	127497	fragment	False	AST0006_000000007261	0.9835207539446251		0	0	False	False	1.0	0					non-mobilizable	plasmid	1776.0	97.354	100.0	0.009558530517291516	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0290_000000008762	1751	0.8386714684666499	2	2	2	2	2	False	127497	fragment	False	AST0006_000000007261	0.9682075262029716		0	0	False	False	1.0	0					non-mobilizable	plasmid	1732.0	97.402	99.0	0.009321586662214994	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
USA0003_01_000000010020	3909	0.8386633177744174	5	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.6112353101102824		0	0	False	False	1.0	0					non-mobilizable	chromosome	3909.0	98.823	100.0	0.0007799866755602711	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0107_000000002492	13815	0.838662541944325	21	5	3	4	2	False	114054	maximal	True	MON0107_000000002492	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	94.31	12.0	0.00041742941746855146	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0781_000000006277	4024	0.8386622054614831	6	2	1	1	2	False	22299	maximal	True	ISR0781_000000006277	1.0		242	13	False	False	0.9997515082359314	0					non-mobilizable	chromosome	3469.0	96.368	98.0	0.0015471621155467258	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ITA0008_000000001924	1205	0.8386600130503847	2	1	1	1	1	False	61365	fragment	False	ENG0087_000000016387	0.5266791265483134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	76.862	67.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0122_000000015141	1636	0.8386576412470207	3	3	3	3	2	False	4109	fragment	False	SPA0122_000000015141	1.0		0	0	False	False	0.9523227214813232	0					non-mobilizable	other	1636.0	99.939	100.0	0.0004594872740292172	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0046_000000003368	7580	0.8386540656994215	8	5	5	5	5	True	119342	fragment	False	MON0046_000000003368	0.963897553296826		0	0	False	False	1.0	0					non-mobilizable	other	7534.0	99.854	99.0	0.00220596116126153	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
DEN0005_000000011449	2936	0.8386526920990992	4	4	3	4	2	False	76527	maximal	False	DEN0079_000000014911	0.5715914287643875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	80.815	20.0	0.00017556227685170447	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0083_000000005552	4149	0.8386468499198638	4	4	4	4	4	False	74840	maximal	True	ISR0083_000000005552	1.0		6	2	False	False	0.9997589588165283	0					non-mobilizable	no_good_hit								True	False
MAD0063_000000002549	4199	0.8386465731967742	5	2	1	2	1	True	16725	fragment	False	MAD0063_000000002549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0009267522482323059	NZ_FTNC01000030.1	firmicutes	Halanaerobium kushneri strain ATCC 700103, whole genome shotgun sequence	True	True
ENG0059_000000004941	2526	0.8386406745315506	2	2	2	1	2	False	63382	maximal	True	ENG0059_000000004941	1.0		1	1	False	False	0.9984164834022522	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	3.0	0.0005531403680112011	NZ_FORR01000012.1	firmicutes	Thermoflavimicrobium dichotomicum strain DSM 44778, whole genome shotgun sequence	True	False
ENG0195_000000001401	12144	0.8386341710583597	6	3	3	3	1	True	130447	fragment	False	ENG0190_000000002273	0.6130850746673171		0	0	False	False	0.9993412494659424	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0200_000000010239	2327	0.8386339766562484	4	3	3	3	3	False	124634	fragment	False	ISR0200_000000010239	0.9773009841947743		0	0	False	False	0.9742157459259033	0					non-mobilizable	no_good_hit	141.0	82.979	6.0	0.0001575310418444769	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0053_000000005052	6189	0.838628255516405	8	8	4	8	8	True	125600	fragment	False	SPA0053_000000005052	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	6189.0	99.984	100.0	0.047986103571816305	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ENG0184_000000017418	1299	0.8386197903368645	2	2	2	2	1	False	55095	fragment	False	ENG0184_000000017418	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000006136	4389	0.8386191445811968	6	5	5	5	2	False	124236	maximal	False	ENG0128_000000005751	0.9539599984328474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	94.236	52.0	0.011724194474050997	NZ_JAAITI010000014.1	firmicutes	Blautia luti strain MSK.16.34 NODE_14_length_97576_cov_232.838, whole genome shotgun sequence	True	False
SPA0006_000000001675	14394	0.8386122229716615	17	14	9	12	12	True	123710	fragment	False	ISR0395_000000002237	0.985566610040614		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14405.0	99.806	100.0	0.14367116397892385	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0041_000000007822	4372	0.8386109118651834	4	1	1	1	1	False	111976	maximal	True	SPA0041_000000007822	1.0		5	2	False	False	0.9997712969779968	0					non-mobilizable	no_good_hit	2346.0	99.70200000000001	54.0	0.0050208542089531785	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
SPA0042_000000014734	2221	0.8386109118651834	3	1	1	1	1	False	111975	fragment	False	SPA0150_000000008005	0.9593803036781281		0	0	False	False	0.9918955564498901	0					non-mobilizable	no_good_hit	58.0	100.0	3.0	0.00047594792962650615	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0126_000000034112	1452	0.8386109118651834	1	1	1	1	1	False	31948	fragment	False	ISR0126_000000034112	0.9323175053153792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	100.0	5.0	0.0024665123515349298	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	True	False
SPA0052_000000023318	1145	0.8386109118651834	2	1	1	1	1	False	6502	fragment	False	SPA0052_000000023318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	84.286	6.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
ENG0084_000000007128	3712	0.8386036483753491	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9810809632519935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	90.141	4.0	0.0004175116306811404	NZ_AWET01000045.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00004, whole genome shotgun sequence	True	False
ISR0009_000000010902	2960	0.8385978083226814	6	2	1	2	2	False	38376	fragment	False	ISR0009_000000010902	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2905.0	92.39200000000001	98.0	0.0009031183872165972	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0009_000000012756	2936	0.8385978083226814	5	2	1	2	2	False	51277	fragment	False	FIJ0009_000000012756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2167.0	91.694	89.0	0.0006701057547587152	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0003_000000003797	2876	0.8385978083226814	6	2	1	2	2	False	90980	fragment	False	CHI0003_000000003797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1996.0	94.689	69.0	0.0006206411238364145	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0092_000000011523	2811	0.8385978083226814	6	2	1	2	2	False	43324	fragment	False	FIJ0092_000000011523	1.0		0	0	False	False	0.9953753352165222	0					non-mobilizable	other	2696.0	96.773	96.0	0.0008384099392176127	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0392_000000025011	1407	0.8385962220731129	2	2	2	2	2	False	106150	fragment	False	ISR0779_000000021481	0.834944417585055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	78.72800000000001	35.0	0.00022216924609818077	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
FIJ0058_000000003626	9878	0.8385959908491407	19	7	4	6	2	False	46077	maximal	True	FIJ0058_000000003626	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.006157635467980296	XM_034565907.1	apicomplexans	Plasmodium berghei ANKA repetitive organellar protein, putative (PBANKA_0301000), partial mRNA	True	False
ISR0131_000000023127	1541	0.8385931255873696	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.24787148560935093		0	0	False	False	1.0	0					non-mobilizable	chromosome	1544.0	91.45100000000001	100.0	0.0006337981186203216	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0286_000000002928	4480	0.8385915520123578	11	2	0	2	0	True	61947	backbone	False	ISR0101_000000004945	0.24571295243234229	PS274	0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
ISR0329_000000002655	4203	0.8385915520123578	10	2	0	2	0	True	61947	backbone	False	ISR0101_000000004945	0.08530900383634178	PS274	0	0	False	True	0.9940518736839294	0					non-mobilizable	no_good_hit	190.0	98.421	5.0	0.0012344630738783694	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	True
ISR0192_000000010044	1810	0.8385915520123578	6	2	0	2	0	True	29126	fragment	False	ISR0192_000000010044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	81.818	7.0	0.20125786163522014	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0798_000000001699	7775	0.8385884422918727	6	4	2	4	1	True	106010	fragment	False	SPA0108_000000003672	0.910151043040581		0	0	False	False	0.9998713731765747	0					non-mobilizable	no_good_hit								True	True
ISR0224_000000006022	4518	0.8385824909615408	5	3	2	3	2	False	27762	maximal	True	ISR0224_000000006022	1.0		1	1	False	False	0.9933599233627319	0					non-mobilizable	no_good_hit	310.0	95.484	7.0	9.246843130747668e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0024_000000006619	2402	0.8385774389193522	2	2	2	2	2	False	21607	fragment	False	SPA0024_000000006619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	82.346	34.0	0.0006000051980648347	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0136_000000005386	6666	0.8385680658115051	9	5	1	3	4	False	3640	maximal	True	SPA0136_000000005386	1.0		1	1	False	False	0.9983498454093933	0					non-mobilizable	no_good_hit	90.0	81.111	1.0	0.006580406654343808	NZ_MPJW01000071.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_67_length_13525_cov_243.67_ID_133, whole genome shotgun sequence	True	False
AUS0020_000000001412	15198	0.8385542436234793	27	12	6	12	7	True	100986	maximal	True	AUS0020_000000001412	0.9872000659323558		5	2	True	True	0.999934196472168	11					non-mobilizable	no_good_hit	705.0	94.61	5.0	0.00020407660409573627	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0129_000000000665	25236	0.8385446091805352	42	6	3	4	3	False	115266	fragment	False	ENG0129_000000000665	1.0		0	0	False	False	0.9999603629112244	0					non-mobilizable	no_good_hit	331.0	99.094	2.0	0.0002747066942430996	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0038_000000006441	4418	0.8385432402171281	6	6	5	5	5	False	56446	fragment	False	ISR0014_000000007024	0.8321217046701045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	94.199	54.0	0.0002252771164529094	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0072_000000006317	4163	0.8385432402171281	6	6	5	5	5	False	56446	fragment	False	ISR0014_000000007024	0.8060749977538312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	94.45100000000001	53.0	0.0002252771164529094	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0057_000000013540	2401	0.8385359805239149	4	4	3	3	4	False	46139	maximal	True	FIJ0057_000000013540	1.0		2	1	False	False	0.9845897555351257	0					non-mobilizable	no_good_hit	231.0	74.459	9.0	8.777007179746533e-05	CP023540.1	CFB group bacteria	Chryseobacterium sp. 6424 chromosome, complete genome	True	False
CHI0054_000000015303	1140	0.8385347245975584	3	1	1	1	1	False	86268	fragment	False	DEN0046_000000019859	0.9316096747289409		0	0	False	False	1.0	0					non-mobilizable	chromosome	1141.0	90.71	100.0	0.00025478938045020547	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0191_000000025078	1297	0.8385309334876568	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.019579651080173104		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	99.61399999999999	100.0	0.031010536398467434	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	False	False
DEN0084_000000001197	2647	0.8385281391671646	3	3	2	3	3	False	104688	fragment	False	DEN0084_000000001197	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	74.882	31.0	0.004680797948392075	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0094_000000004369	4623	0.8385244548053638	5	3	3	3	1	False	109361	fragment	False	AST0094_000000004369	1.0		0	0	False	False	0.9976205825805664	0					non-mobilizable	no_good_hit	83.0	91.566	2.0	0.00027042456656951413	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
SPA0046_000000005310	4859	0.8385234271202406	6	3	1	3	1	False	6738	maximal	True	SPA0046_000000005310	1.0		2	1	True	True	1.0	29					non-mobilizable	other	3502.0	98.744	100.0	0.7133537206931703	NZ_NFHU01000025.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_25, whole genome shotgun sequence	False	True
SPA0138_000000012223	2147	0.8385198395553642	2	2	1	0	1	False	40588	fragment	False	SPA0138_000000012223	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	1737.0	89.119	94.0	0.2503244412400865	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	False	True
USA0069_01_000000033831	1795	0.8385188549951952	2	1	1	1	1	False	92056	fragment	False	ISR0079_000000015063	0.959903121636168		0	0	False	False	0.9916434288024902	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	1.3997659012199684e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MAD0045_000000013348	2874	0.8385140929443258	4	2	1	1	1	True	17879	maximal	True	MAD0045_000000013348	1.0		1	1	False	False	0.9853861927986145	0					non-mobilizable	no_good_hit	815.0	86.994	44.0	0.3036649214659686	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
SPA0067_000000012153	1739	0.8385138438075024	4	3	2	2	2	True	75861	fragment	False	SPA0067_000000012153	1.0		0	0	False	False	0.9810235500335693	0					non-mobilizable	other	1739.0	99.712	100.0	0.04700854700854701	NZ_JAAIPV010000042.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_42_length_36972_cov_94.6972, whole genome shotgun sequence	False	True
ENG0011_000000007873	3306	0.8385128306737768	1	1	1	1	1	False	67210	maximal	True	ENG0011_000000007873	1.0		13	5	False	False	0.992438018321991	0					non-mobilizable	no_good_hit	115.0	80.0	3.0	0.00026647315639832976	NZ_FOMH01000005.1	CFB group bacteria	Flavobacterium phragmitis strain CGMCC 1.10370, whole genome shotgun sequence	True	False
DEN0071_000000010831	3515	0.838508337366775	4	4	3	4	2	False	70481	fragment	False	DEN0071_000000010831	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	3.354858648622272e-05	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
FIJ0068_000000013909	2283	0.838503541957078	4	4	3	2	2	False	45076	maximal	True	FIJ0068_000000013909	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	79.883	32.0	0.0001686336667522738	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0032_000000000959	5411	0.8385016048531703	10	7	2	3	5	True	123566	fragment	False	CHI0032_000000000959	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5412.0	99.557	100.0	0.01338955228684541	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
ISR0234_000000003946	2870	0.8384990801842271	4	3	2	3	2	False	27363	maximal	True	ISR0234_000000003946	1.0		0	0	False	False	0.9958187937736511	0					non-mobilizable	no_good_hit	887.0	93.236	31.0	0.15151515151515152	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	False
SPA0110_000000004533	4697	0.838494502721382	4	3	2	2	3	False	94123	fragment	False	SPA0110_000000004533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1630.0	95.76700000000001	41.0	0.0002510911056871596	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0061_000000000478	6562	0.8384863247483156	9	7	3	5	6	False	74395	maximal	True	ISR0061_000000000478	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1784.0	71.861	28.0	0.000875267401185208	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0060_000000023364	1358	0.8384761334133671	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.2631207026337287	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1352.0	82.027	99.0	0.00037972847280888137	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MON0080_000000013788	3375	0.838475671221727	3	3	3	3	3	False	72115	maximal	True	MON0080_000000013788	1.0		3	1	False	False	0.9973333477973938	0					non-mobilizable	no_good_hit	1043.0	74.40100000000001	30.0	0.0008119596885895783	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0375_000000010767	2058	0.8384754794299172	3	1	1	1	1	True	115841	fragment	False	ISR0375_000000010767	1.0		0	0	False	False	0.9893100261688232	0	rep_cluster_1320				non-mobilizable	no_good_hit	535.0	100.0	86.0	0.1530524505588994	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
SPA0047_000000019219	2036	0.8384754794299172	3	1	1	1	1	True	115850	fragment	False	SPA0047_000000019219	1.0		0	0	False	False	0.9995088577270508	0	rep_cluster_1320				non-mobilizable	plasmid	1677.0	99.881	100.0	0.3426702105908812	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
ENG0113_000000013887	2016	0.8384754794299172	3	1	1	1	1	True	115852	maximal	True	ENG0113_000000013887	1.0		0	0	False	False	0.9995039701461792	0	rep_cluster_1320				non-mobilizable	no_good_hit	1044.0	98.755	81.0	0.103544127866574	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	True	True
ISR0180_000000013790	1722	0.8384754794299172	2	1	1	1	1	True	115844	fragment	False	ISR0180_000000013790	1.0		0	0	False	False	0.9988385438919067	0	rep_cluster_1320				non-mobilizable	plasmid	1466.0	99.65899999999999	96.0	0.2078014184397163	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0851_000000008405	1595	0.8384754794299172	2	1	1	1	1	True	115839	fragment	False	ISR0851_000000008405	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	1514.0	99.67	95.0	0.21460992907801418	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
SPA0143_000000014682	1412	0.8384754794299172	3	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.9888761336646084		0	0	False	False	0.9844192862510681	0	rep_cluster_1320				non-mobilizable	other	1384.0	100.0	98.0	0.000579877374593656	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0393_000000013102	1387	0.8384754794299172	2	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.9876140529360022		0	0	False	False	0.9855803847312927	0	rep_cluster_1320				non-mobilizable	other	1387.0	99.928	100.0	0.0005811352430851824	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0231_000000014315	1387	0.8384754794299172	2	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.9876140529360022		0	0	False	False	0.9992790222167969	0	rep_cluster_1320				non-mobilizable	other	1387.0	99.928	100.0	0.0005811352430851824	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0135_000000014612	1384	0.8384754794299172	2	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.9871733231791031		0	0	False	False	0.9913294911384583	0	rep_cluster_1320				non-mobilizable	other	1384.0	99.928	100.0	0.000579877374593656	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0045_000000018890	1384	0.8384754794299172	2	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.9878846322481778		0	0	False	False	0.9978323578834534	0	rep_cluster_1320				non-mobilizable	other	1384.0	100.0	100.0	0.000579877374593656	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0037_000000017933	1384	0.8384754794299172	2	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.9878846322481778		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	other	1384.0	100.0	100.0	0.000579877374593656	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0086_000000010094	1377	0.8384754794299172	2	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.9846684392585006		0	0	False	False	0.9992737770080566	0	rep_cluster_1320				non-mobilizable	other	1377.0	100.0	100.0	0.0005769423481134278	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0115_000000016732	1288	0.8384754794299172	1	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.8150103219627759		0	0	False	False	0.9984471797943115	0	rep_cluster_1320				non-mobilizable	plasmid	1288.0	100.0	100.0	0.1825531914893617	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
AST0040_000000016192	1251	0.8384754794299172	2	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.7954073954563776		0	0	False	False	0.9896082878112793	0	rep_cluster_1320				non-mobilizable	plasmid	1251.0	100.0	100.0	0.1773049645390071	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
DEN0079_000000051022	1234	0.8384754794299172	1	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.47879404460211344		0	0	False	False	0.9991896152496338	0	rep_cluster_1320				non-mobilizable	plasmid	1234.0	99.757	100.0	0.25209568595379267	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
USA0048_01_000000012943	1231	0.8384754794299172	1	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.4310695506813332		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	1231.0	100.0	100.0	0.25148231445512165	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	False	True
ISR0307_000000010148	1196	0.8384754794299172	1	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.3350321213995161		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	1196.0	100.0	100.0	0.16950354609929077	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0076_000000022912	1166	0.8384754794299172	2	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.24118950269369085		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	1166.0	99.65700000000001	100.0	0.1652482269503546	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ENG0080_000000025175	1148	0.8384754794299172	2	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.2401127956959353		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	plasmid	1148.0	100.0	100.0	0.1626950354609929	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ISR0186_000000029977	1114	0.8384754794299172	1	1	1	1	1	True	115834	fragment	False	SPA0054_000000020130	0.14616000083671504		0	0	False	False	0.9901256561279297	0	rep_cluster_1320				non-mobilizable	plasmid	1114.0	99.91	100.0	0.15787234042553192	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ENG0037_000000010709	3119	0.8384700120045542	5	5	4	4	3	False	95223	maximal	True	ENG0037_000000010709	1.0		1	1	False	False	0.9862135052680969	0					non-mobilizable	no_good_hit	2510.0	99.56200000000001	80.0	0.0103111849026828	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
USA0106_01_000000002082	5594	0.8384666450009529	9	6	2	1	6	False	56643	fragment	False	USA0106_01_000000002082	1.0		0	0	False	False	0.9951733946800232	0					non-mobilizable	other	5173.0	98.93700000000001	92.0	0.031170602470715323	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
ISR0015_000000002785	7900	0.8384609619260315	11	4	2	2	2	False	132498	fragment	False	ISR0032_000000003111	0.8803486269594586		0	0	False	False	0.9994936585426331	0					non-mobilizable	no_good_hit	3074.0	95.67299999999999	39.0	0.4947385462198478	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0090_000000003616	7733	0.8384599843100963	13	2	2	2	2	False	5389	maximal	True	SPA0090_000000003616	1.0		1	1	False	False	0.9987068176269531	0					non-mobilizable	no_good_hit	3412.0	98.85700000000001	44.0	0.00115905409496768	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
DEN0079_000000020181	2714	0.8384596839032158	3	1	0	1	1	True	69588	maximal	True	DEN0079_000000020181	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	2.0	0.0011998133623658542	NZ_QJSH01000020.1	firmicutes	Paraliobacillus quinghaiensis strain YIM-C158 Scaffold19_1, whole genome shotgun sequence	True	True
FIJ0125_000000014457	1301	0.8384596839032158	2	1	0	1	1	True	41181	fragment	False	FIJ0125_000000014457	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0151_000000018838	1300	0.8384526650818301	2	1	1	0	1	True	79447	fragment	False	CHI0151_000000018838	1.0		0	0	False	False	0.9584615230560303	0					non-mobilizable	other	1300.0	99.69200000000001	100.0	0.0018507305327795864	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
AST0090_000000016881	1340	0.8384523223036212	3	2	1	1	2	False	113328	fragment	False	ISR0304_000000007592	0.8027130380861823		0	0	False	False	0.9925373196601868	0					non-mobilizable	virus	1233.0	93.10600000000001	92.0	0.196859316820463	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
MAD0029_000000000826	4850	0.83845179439455	9	2	2	2	1	False	19001	maximal	True	MAD0029_000000000826	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	85.714	2.0	0.00012607546657102884	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ENG0131_000000006185	4423	0.8384399775751462	5	5	3	5	4	False	58377	maximal	True	ENG0131_000000006185	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1935.0	96.95100000000001	80.0	0.024886703059017405	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MON0102_000000003583	10537	0.8384347051039116	8	6	5	4	4	False	104837	fragment	False	ISR0029_000000003091	0.83162559851303		0	0	False	False	0.9985764622688293	0					non-mobilizable	chromosome	10393.0	98.99	100.0	0.0020175999760369888	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
DEN0051_000000003493	9516	0.8384341565369806	12	8	4	6	4	False	72610	maximal	True	DEN0051_000000003493	1.0		7	3	False	False	0.9954813122749329	0					non-mobilizable	no_good_hit	3685.0	100.0	39.0	0.0016180234815438158	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0097_000000030734	1215	0.8384331923934076	2	2	2	2	1	True	14084	fragment	False	MON0097_000000030734	0.9663665460243914		0	0	False	False	0.9958847761154175	0					non-mobilizable	no_good_hit								True	True
ENG0125_000000016800	1576	0.8384303847308189	3	3	3	3	2	False	75648	fragment	False	DEN0011_000000025062	0.6226958525345622		0	0	False	False	0.9841370582580566	0					non-mobilizable	no_good_hit	86.0	82.55799999999999	5.0	0.0003333137266435308	NZ_FCOC02000007.1	b-proteobacteria	Caballeronia sordidicola isolate LMG 22029, whole genome shotgun sequence	True	False
ISR0153_000000006144	4240	0.8384264209076996	3	3	2	3	0	True	102609	fragment	False	ISR0153_000000006144	1.0		0	0	False	False	0.9952830076217651	0					non-mobilizable	no_good_hit	94.0	85.10600000000001	2.0	0.0015475351204498168	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
FIJ0095_000000022408	1251	0.8384261012872045	2	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.24305190980925082		0	0	False	False	0.9984012842178345	0					non-mobilizable	other	1252.0	91.693	100.0	0.00030647237788975867	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0049_000000003734	5871	0.8384197444515671	4	3	1	3	2	False	107905	fragment	False	SPA0049_000000003734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	99.652	16.0	0.00025710391572253226	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
CHI0060_000000001954	5500	0.8384153416571479	6	5	5	5	4	False	129735	fragment	False	CHI0060_000000001954	0.9832391713747646		0	0	False	True	0.9923636317253113	0					non-mobilizable	no_good_hit	1801.0	91.227	36.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0162_000000004411	5310	0.8384153416571479	5	5	5	5	4	False	129735	fragment	False	CHI0060_000000001954	0.9664545454545455		0	0	False	True	0.9988700747489929	0					non-mobilizable	no_good_hit	1789.0	96.70200000000001	34.0	0.008345274045170896	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0070_000000020082	1305	0.8384140786048815	3	2	2	2	1	True	86548	fragment	False	ENG0070_000000020082	1.0		0	0	False	False	0.9992337226867676	0					non-mobilizable	no_good_hit								True	True
FIJ0133_000000015380	2451	0.8384076039234833	4	2	2	2	2	False	40694	maximal	True	FIJ0133_000000015380	1.0		5	3	False	False	0.9979600310325623	0					non-mobilizable	no_good_hit	654.0	77.982	27.0	0.0002338887982714504	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
USA0053_01_000000007294	2837	0.8384065567437187	3	2	1	2	1	True	41801	maximal	True	USA0053_01_000000007294	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	98.936	36.0	0.0004609802322929817	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0100_000000009059	4114	0.8384056409431216	6	4	1	3	3	True	15174	maximal	True	MAD0100_000000009059	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
AST0058_000000000373	32776	0.8384054481189135	39	20	10	17	8	False	113173	fragment	False	AST0058_000000000373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8185.0	99.866	51.0	0.33938790743966163	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
CHI0040_000000008852	1683	0.8384041290063585	3	2	2	2	2	False	87694	fragment	False	CHI0040_000000008852	0.9763624425476034		0	0	False	False	0.9916815161705017	0					non-mobilizable	chromosome	1657.0	97.465	98.0	0.0022662835012087303	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
MON0004_000000040442	1188	0.8384029662922003	2	2	2	2	2	False	14175	fragment	False	MON0004_000000040442	1.0		0	0	False	False	0.9814814925193787	0					non-mobilizable	other	1191.0	96.39	100.0	0.1211595386342758	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	False
ENG0043_000000002405	11064	0.8383925873705471	11	6	5	6	4	False	130486	fragment	False	ENG0043_000000002405	1.0		0	0	False	False	0.9989153742790222	0					non-mobilizable	no_good_hit	5070.0	99.11200000000001	48.0	0.008086907125031116	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0115_000000014104	2382	0.838391413034262	3	3	3	2	1	False	103266	fragment	False	ISR0115_000000014104	0.9784081586125736		0	0	False	False	0.9991603493690491	0					non-mobilizable	other	2383.0	93.95700000000001	100.0	0.00526353021279606	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0093_000000001709	7604	0.8383894321263705	10	10	4	7	10	True	114260	fragment	False	ENG0093_000000001709	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7536.0	99.76100000000001	100.0	0.08193761691390786	LR213460.1	enterobacteria	Shigella sonnei strain AUSMDU00008333 genome assembly, plasmid: 3	False	True
ENG0042_000000019888	1244	0.8383832098536289	2	2	2	2	1	False	91012	fragment	False	ISR0276_000000005364	0.17951730844558056		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	99.598	100.0	0.0001996928296939864	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0039_000000007746	3140	0.8383759801642003	5	5	4	4	2	False	95222	fragment	False	ENG0039_000000007746	1.0		0	0	False	False	0.9866241812705994	0					non-mobilizable	other	1954.0	99.38600000000001	100.0	0.008013874276696475	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0145_000000018285	1539	0.8383722329330279	3	2	2	2	1	False	77870	fragment	False	ISR0145_000000018285	1.0		0	0	False	False	0.9993502497673035	0					non-mobilizable	no_good_hit	299.0	84.95	19.0	0.00010030505527380755	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0058_000000019734	2438	0.8383700274059708	4	4	4	3	3	False	11713	maximal	True	MON0058_000000019734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1860.0	72.473	75.0	0.0002817168387278031	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0376_000000011328	2142	0.8383562353043019	2	2	2	2	2	False	127839	fragment	False	ISR0376_000000011328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.551	47.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0348_000000009215	1820	0.8383561346031574	3	2	1	1	2	False	86289	fragment	False	ISR0348_000000009215	0.9707755733659739		0	0	False	False	0.995604395866394	0					non-mobilizable	no_good_hit	920.0	86.95700000000001	64.0	0.0004018706529893028	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0089_000000022802	1667	0.8383561346031574	2	2	1	1	2	False	86289	fragment	False	ISR0348_000000009215	0.6356633930290777		0	0	False	False	0.9940012097358704	0					non-mobilizable	no_good_hit	701.0	87.304	62.0	0.0003061244209109771	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0293_000000014222	2544	0.8383558682977855	3	3	1	1	3	True	74165	fragment	False	ISR0293_000000014222	0.9952196307990209		0	0	False	False	1.0	0	IncX4				non-mobilizable	plasmid	2436.0	99.836	100.0	0.07808491534120061	CP040594.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KpvST15_NDM plasmid unnamed1, complete sequence	False	True
ENG0185_000000008545	2481	0.8383558682977855	3	3	1	1	3	True	74165	fragment	False	ISR0293_000000014222	0.982162743462783		0	0	False	False	1.0	0	IncX4				non-mobilizable	plasmid	2481.0	100.0	100.0	0.0780758090920539	CP029728.1	enterobacteria	Citrobacter sp. CRE-46 strain AR_0157 plasmid unnamed8, complete sequence	False	True
ISR0058_000000010345	2439	0.8383558682977855	4	3	1	1	3	True	74165	fragment	False	ISR0293_000000014222	0.973833782386041		0	0	False	False	0.9934399127960205	0	IncX4				non-mobilizable	plasmid	2439.0	99.91799999999999	100.0	0.07818111852231914	CP040594.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KpvST15_NDM plasmid unnamed1, complete sequence	False	True
AST0019_000000021011	1445	0.8383466021716315	2	2	2	1	1	False	122087	maximal	True	AST0019_000000021011	1.0		1	1	False	False	0.995847761631012	0					non-mobilizable	no_good_hit	1189.0	99.243	82.0	0.0004858083044594994	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
ISR0388_000000018539	1885	0.8383463411667463	3	3	2	2	2	False	113071	fragment	False	ISR0388_000000018539	0.9759355938757932		0	0	False	False	0.9925729632377625	0					non-mobilizable	other	1885.0	99.045	100.0	0.012582648767782008	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0070_000000004300	5219	0.8383458951408295	6	5	3	3	3	False	115234	fragment	False	ISR0251_000000002010	0.9493670886075949		0	0	False	False	0.9994251728057861	0					non-mobilizable	other	4806.0	99.646	100.0	0.03717288020180448	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0018_000000018176	1647	0.8383366577543826	1	1	0	1	1	True	55502	fragment	False	SPA0018_000000018176	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	no_good_hit	939.0	84.23899999999999	80.0	0.00038993923237317437	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0114_000000019976	1407	0.8383366577543826	2	1	0	1	1	True	32530	fragment	False	ISR0114_000000019976	1.0		0	0	False	False	0.9921819567680359	0					non-mobilizable	no_good_hit	1206.0	73.632	83.0	0.10542142035906961	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	True	True
ETH0005_000000006942	6999	0.8383335337957426	5	4	4	4	3	False	52802	maximal	True	ETH0005_000000006942	1.0		1	1	False	False	0.9988569617271423	0					non-mobilizable	no_good_hit	423.0	74.468	6.0	0.00031005515561497246	AP018050.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
CAN0020_000000005412	6476	0.8383312776653545	9	8	7	7	7	False	100929	fragment	False	CAN0020_000000005412	0.9838999550696421		0	0	False	False	1.0	0					non-mobilizable	chromosome	5465.0	98.829	100.0	0.0010157060802389215	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0121_000000019217	1353	0.8383287541353838	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09418137567259048		0	0	False	False	1.0	0					non-mobilizable	chromosome	1353.0	99.113	100.0	0.0003763788843651042	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
CHI0090_000000010776	1267	0.8383287541353838	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08540169311843379		0	0	False	False	0.9581689238548279	0					non-mobilizable	other	1267.0	98.895	100.0	0.006325287660692784	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
MON0103_000000010277	4229	0.8383286871889997	7	3	0	1	2	True	108307	backbone	True	MON0103_000000010277	0.9424141416545943	PS669	4	3	True	True	1.0	188					non-mobilizable	no_good_hit	1631.0	94.54299999999999	49.0	0.16596917423701132	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0352_000000001818	4186	0.8383286871889997	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.9077960185405736	PS669	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1143.0	95.801	52.0	0.11646422374196183	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0039_000000007824	4159	0.8383286871889997	8	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.6400153362764803	PS112|PS669|PS670	0	0	True	True	0.9997595548629761	37					non-mobilizable	no_good_hit	1035.0	92.367	44.0	0.10472593651117688	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0385_000000004797	4140	0.8383286871889997	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.9081882412497349	PS669	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1192.0	95.973	51.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0079_000000006627	4139	0.8383286871889997	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.9082583213557748	PS669	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1192.0	95.889	49.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0168_000000006329	4125	0.8383286871889997	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.9048860706952605	PS669	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	1192.0	95.889	51.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
SPA0134_000000007142	4120	0.8383286871889997	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.9052104343954118	PS669	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1192.0	95.805	51.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0042_000000006163	4120	0.8383286871889997	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.9079431078764988	PS669	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	1192.0	95.805	49.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0281_000000003761	4099	0.8383286871889997	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.9081465947801807	PS669	0	0	True	True	0.999268114566803	12					non-mobilizable	no_good_hit	1171.0	95.73	51.0	0.11932224150250076	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
SPA0096_000000008765	4075	0.8383286871889997	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.9060087628224799	PS669	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1167.0	95.973	50.0	0.1189139532509952	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0321_000000002353	4039	0.8383286871889997	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.7100372119150435	PS669	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1192.0	95.973	48.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0109_000000008277	4022	0.8383286871889997	7	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.8785254016241509	PS669	0	0	True	True	0.9997513890266418	51					non-mobilizable	no_good_hit	1108.0	95.758	48.0	0.11289170154128815	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0186_000000006255	4006	0.8383286871889997	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.6278652469390363	PS669	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1167.0	95.801	49.0	0.1189139532509952	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0013_000000011897	3914	0.8383286871889997	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.9183739642774708	PS112|PS669|PS670	0	0	True	True	0.9992335438728333	4					non-mobilizable	no_good_hit	860.0	97.209	44.0	0.08737368582219046	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0008_000000007744	3914	0.8383286871889997	6	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.9181163220583436	PS112|PS669|PS670	0	0	True	True	1.0	478					non-mobilizable	no_good_hit	860.0	97.209	45.0	0.08737368582219046	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0356_000000004307	3894	0.8383286871889997	6	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.9141436239199259	PS112|PS669|PS670	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	860.0	97.209	46.0	0.08737368582219046	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0197_000000006172	3879	0.8383286871889997	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.8690510620592958	PS112|PS669|PS670	0	0	True	True	1.0	95					non-mobilizable	no_good_hit	860.0	97.67399999999999	45.0	0.08737368582219046	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0169_000000007210	3876	0.8383286871889997	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.9067880591745834	PS112|PS669|PS670	0	0	True	True	0.9984520077705383	10					non-mobilizable	no_good_hit	1032.0	92.44200000000001	47.0	0.10472593651117688	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0182_000000008831	3874	0.8383286871889997	5	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.4437835432983323	PS669	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	1191.0	99.16	56.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0055_000000003015	3857	0.8383286871889997	5	3	0	1	2	True	35677	backbone	True	ISR0055_000000003015	1.0	PS112	1	1	True	True	1.0	2					non-mobilizable	no_good_hit	858.0	93.823	33.0	0.08737368582219046	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0308_000000003932	3857	0.8383286871889997	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.9148140337194764	PS112|PS669|PS670	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1035.0	92.947	47.0	0.10472593651117688	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0293_000000009540	3854	0.8383286871889997	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.8722361772538656	PS112|PS669|PS670	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	857.0	98.133	45.0	0.08737368582219046	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0219_000000008351	3823	0.8383286871889997	5	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.36342647150303997	PS669	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1191.0	99.32799999999999	59.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ENG0138_000000005292	3814	0.8383286871889997	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.9153129917756668	PS112|PS669|PS670	0	0	True	True	0.9997377991676331	21					non-mobilizable	no_good_hit	1035.0	92.464	48.0	0.10472593651117688	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0082_000000007427	3793	0.8383286871889997	5	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.3569470867246327	PS669	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1154.0	97.834	57.0	0.11768908849647851	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
AST0102_000000010081	3013	0.8383286871889997	4	3	0	1	2	True	108306	fragment	False	AST0102_000000010081	0.9759414225941423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	99.74799999999999	52.0	0.12136368276002858	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0005_000000017976	2917	0.8383286871889997	4	3	0	1	2	True	29791	fragment	False	MON0005_000000017976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	91.208	43.0	0.10472593651117688	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0085_000000008011	2868	0.8383286871889997	4	3	0	1	2	True	108306	fragment	False	AST0102_000000010081	0.9527049452373051		0	0	False	False	0.9993026256561279	0					non-mobilizable	no_good_hit	1210.0	99.421	52.0	0.12340512401755639	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MAD0023_000000004086	2461	0.8383231396014564	3	2	1	1	2	True	74165	fragment	False	ISR0293_000000014222	0.982002002015976		0	0	False	False	1.0	0	IncX4				non-mobilizable	plasmid	2462.0	98.375	100.0	0.07891867624422781	CP040594.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KpvST15_NDM plasmid unnamed1, complete sequence	False	True
ISR0221_000000012576	1799	0.8383231396014564	2	2	1	1	2	True	74164	fragment	False	ISR0221_000000012576	0.9994295493439818		0	0	False	False	1.0	0	IncX4				non-mobilizable	plasmid	1784.0	100.0	100.0	0.055541710796835085	CP048333.1	enterobacteria	Escherichia coli strain 10 plasmid p010_C, complete sequence	False	True
DEN0026_000000016350	1753	0.8383231396014564	2	2	1	1	2	True	74164	fragment	False	ISR0221_000000012576	0.9866592551417455		0	0	False	False	0.998288631439209	0	IncX4				non-mobilizable	plasmid	1753.0	100.0	100.0	0.050523401678345875	CP044138.1	enterobacteria	Escherichia coli O157 strain AR-0430 plasmid pAR-0430-2, complete sequence	False	True
CHI0047_000000006383	2429	0.8383222835548557	3	2	2	1	2	False	86996	maximal	True	CHI0047_000000006383	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	82.434	89.0	0.0072717697340436305	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0110_000000004896	4347	0.8383201787349186	8	4	1	3	3	False	4624	fragment	False	SPA0110_000000004896	1.0		0	0	False	False	0.9967793822288513	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000020744	1974	0.8383189998117085	3	3	3	3	3	False	69237	maximal	True	DEN0082_000000020744	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1976.0	87.045	99.0	0.0024617043822852593	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
FIJ0113_000000001034	17937	0.8383153287609589	42	11	2	7	8	False	50729	maximal	True	FIJ0113_000000001034	1.0		1	1	False	False	0.9997770190238953	0					non-mobilizable	no_good_hit	104.0	100.0	1.0	2.213946790045837e-05	AP019634.1	enterobacteria	Enterobacter sp. 18A13 DNA, complete genome	True	False
ENG0171_000000014100	1704	0.8383126031828855	2	2	2	2	1	False	55789	fragment	False	ENG0171_000000014100	1.0		0	0	False	False	0.9994131326675415	0					non-mobilizable	no_good_hit	1151.0	95.743	67.0	0.005482838096419693	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0244_000000001072	13687	0.8383055331527911	17	11	4	10	8	True	74064	fragment	False	ISR0219_000000001935	0.9658200290275762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2002.0	95.854	15.0	0.028066090664272892	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MAD0092_000000002380	6857	0.8383043678498042	13	2	0	2	0	True	18195	maximal	True	MAD0092_000000002380	1.0		1	1	False	False	0.9966457486152649	0					non-mobilizable	no_good_hit								True	True
MAD0104_000000001804	5453	0.8383043678498042	11	2	0	2	0	True	18194	maximal	True	MAD0104_000000001804	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.364792577917497e-06	NZ_CP012023.1	a-proteobacteria	Celeribacter marinus strain IMCC12053 chromosome, complete genome	True	True
ENG0152_000000003796	5849	0.8382999433650284	6	5	5	5	5	False	124965	fragment	False	ENG0152_000000003796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3240.0	78.796	66.0	0.007692940994149781	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0081_000000009970	2672	0.8382938260621761	4	4	2	4	3	False	112289	fragment	False	FIJ0051_000000007232	0.6020117578998047		0	0	False	False	1.0	0					non-mobilizable	other	1579.0	99.62	96.0	0.0003868907298480314	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0046_000000010542	2310	0.8382920693780014	3	2	2	2	2	False	72721	fragment	False	DEN0046_000000010542	1.0		0	0	False	False	0.9874458909034729	0					non-mobilizable	no_good_hit	1055.0	88.531	82.0	0.0002571916195250855	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0031_000000016519	1591	0.8382867601162579	3	3	3	2	2	False	117340	fragment	False	ISR0398_000000010638	0.28523497240122675		0	0	False	False	0.997485876083374	0					non-mobilizable	other	1591.0	99.874	100.0	0.012872721973493527	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0047_000000013623	2246	0.8382765965014312	3	3	3	3	2	True	131069	maximal	True	FIJ0047_000000013623	1.0		11	7	False	False	1.0	0					non-mobilizable	other	1558.0	97.304	95.0	0.0005339409125965817	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
SPA0020_000000003168	7540	0.8382764250534108	12	4	3	2	4	False	112201	backbone	False	SPA0021_000000003487	0.976068789561966	PS718	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	620.0	75.32300000000001	8.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0818_000000012262	1523	0.838263514272795	3	3	3	3	1	False	21347	maximal	True	ISR0818_000000012262	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1523.0	99.60600000000001	100.0	0.00033561072331387583	NZ_JAAQVO010000001.1	enterobacteria	Hafnia paralvei strain H.a110, whole genome shotgun sequence	False	False
AUS0022_000000010367	3413	0.8382610916139998	4	4	3	3	2	False	99352	maximal	True	AUS0022_000000010367	1.0		0	0	False	False	0.9929680824279785	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.000502632205497209	NZ_QRST01000010.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf10, whole genome shotgun sequence	True	False
MAD0085_000000000236	23922	0.8382560482810568	8	2	0	2	0	True	78481	fragment	False	MAD0085_000000000236	0.983460339452719		0	0	False	False	1.0	0					non-mobilizable	virus	23931.0	97.14200000000001	100.0	0.24474973659175303	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
USA0021_01_000000000693	23096	0.8382560482810568	8	2	0	2	0	True	78481	fragment	False	MAD0085_000000000236	0.9666415851517431		0	0	False	False	1.0	0					non-mobilizable	virus	23101.0	97.069	100.0	0.23623883711652363	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ISR0316_000000001746	8443	0.8382560482810568	5	2	0	2	0	True	78480	fragment	False	ISR0316_000000001746	0.9824748743718593		0	0	False	False	1.0	0					non-mobilizable	virus	8445.0	97.229	100.0	0.08636721666990599	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
CHI0163_000000001146	7960	0.8382560482810568	5	2	0	2	0	True	78480	fragment	False	ISR0316_000000001746	0.954814639346204		0	0	False	False	0.9984924793243408	0					non-mobilizable	virus	7943.0	97.318	99.0	0.08123203453461134	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ENG0079_000000005705	5498	0.8382560482810568	5	2	0	2	0	True	68585	fragment	False	ENG0079_000000005705	0.9825136612021859		0	0	False	False	0.9998180866241455	0					non-mobilizable	virus	5499.0	97.67200000000001	100.0	0.05663215371143048	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0004_000000002920	5490	0.8382560482810568	5	2	0	2	0	True	68585	fragment	False	ENG0079_000000005705	0.981811567842852		0	0	False	False	1.0	0					non-mobilizable	virus	5491.0	97.705	100.0	0.056549734713851545	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
DEN0092_000000002079	5078	0.8382560482810568	6	2	0	2	0	True	68584	fragment	False	DEN0092_000000002079	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5091.0	97.171	100.0	0.05242878483490444	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0039_000000005260	4361	0.8382558499566835	7	6	6	6	4	False	108441	maximal	True	ENG0039_000000005260	1.0		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	2465.0	99.959	57.0	0.00048991459897786	CP053231.1	enterobacteria	Escherichia coli strain SCU-306 chromosome, complete genome	True	False
ISR0072_000000008489	3211	0.8382500896575493	4	3	3	3	2	True	61605	maximal	True	ISR0072_000000008489	1.0		4	4	False	False	0.9984428286552429	0					non-mobilizable	no_good_hit	853.0	76.905	26.0	0.00029782319925859374	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0081_000000029286	1851	0.8382431345080918	3	1	1	1	1	True	57649	maximal	True	MON0081_000000029286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	4.0	0.0011623176614168652	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	True
FIJ0147_000000007573	2617	0.8382305532624295	4	3	2	3	2	False	91170	maximal	True	FIJ0147_000000007573	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1960.0	78.112	74.0	0.11395894428152492	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0004_01_000000003869	6926	0.8382266852324571	10	7	3	5	4	True	130749	maximal	False	AST0003_000000005108	0.9857080467391391	PS378	0	0	True	True	1.0	114					non-mobilizable	no_good_hit	1895.0	97.256	74.0	0.26093619392588463	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
CHI0111_000000000859	26788	0.8382146280557627	25	19	13	16	10	True	82668	maximal	True	CHI0111_000000000859	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1097.0	92.16	11.0	0.0026051446853622246	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
SPA0028_000000014421	2137	0.8382069638634364	2	2	2	1	1	False	7442	maximal	True	SPA0028_000000014421	1.0		8	4	False	False	1.0	0					non-mobilizable	other	2137.0	99.906	100.0	0.0043842994460101025	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
CAN0003_000000005479	8314	0.8381992210390982	6	5	4	4	5	False	96801	maximal	True	CAN0003_000000005479	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5180.0	88.34	65.0	0.0010857712851616397	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0093_000000004170	5224	0.8381890585823797	9	6	3	5	5	False	45787	maximal	True	ISR0093_000000004170	1.0		1	1	False	False	0.9986600279808044	0					non-mobilizable	no_good_hit	1367.0	98.68299999999999	26.0	0.0003820371452057417	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0111_000000003339	5053	0.8381821592407305	7	7	2	2	7	False	80343	fragment	False	MAD0111_000000003339	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	4645.0	99.95700000000001	100.0	0.01828728041677988	CP029058.1	enterobacteria	Escherichia coli strain FORC_081 plasmid pFORC_081_1, complete sequence	False	True
ISR0006_000000003087	5843	0.8381743404924362	9	3	2	3	1	True	72554	maximal	True	ISR0006_000000003087	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	94.34	4.0	0.0005407535013789214	NZ_FMIZ01000005.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
SPA0156_000000002752	4843	0.8381697050556324	5	5	3	4	4	False	125873	maximal	True	SPA0156_000000002752	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2639.0	97.802	76.0	0.0004896357641561712	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0268_000000002382	6123	0.8381643452804597	8	5	3	5	3	True	81840	maximal	True	ISR0268_000000002382	1.0		4	2	False	False	0.9995100498199463	0					non-mobilizable	no_good_hit	896.0	94.30799999999999	23.0	0.00031557164481230187	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
SPA0016_000000027933	1221	0.8381584901905131	2	1	1	1	1	False	45670	fragment	False	FIJ0062_000000024049	0.6800050296357885		0	0	False	False	0.99344801902771	0					non-mobilizable	no_good_hit	85.0	91.765	7.0	0.0025552108048914036	NZ_CABLCC010000030.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	False
MAD0110_000000006967	3950	0.8381568591811217	3	2	0	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.21886296045175127		0	0	False	False	0.9997468590736389	0					non-mobilizable	no_good_hit	1594.0	73.52600000000001	39.0	0.19491842072487234	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
USA0072_01_000000006467	3121	0.8381531847539307	5	2	0	2	0	True	64509	fragment	False	USA0072_01_000000006467	0.9471106758080313		0	0	False	False	0.998397946357727	0					non-mobilizable	no_good_hit								True	True
USA0042_01_000000008698	2505	0.8381531847539307	5	2	0	2	0	True	1270	fragment	False	USA0042_01_000000008698	1.0		0	0	False	False	0.9868263602256775	0					non-mobilizable	no_good_hit								True	True
SPA0090_000000023463	1550	0.8381427479246226	2	2	2	2	2	False	104764	fragment	False	ENG0067_000000016920	0.8619198795851446		0	0	False	False	0.9948387145996094	0					non-mobilizable	no_good_hit	324.0	98.45700000000001	21.0	0.0014939732287397897	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
USA0072_01_000000000736	22080	0.8381400606287979	21	18	12	15	16	True	123713	fragment	False	USA0072_01_000000000736	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	15478.0	99.83200000000001	70.0	0.15444874660705732	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
SPA0061_000000010954	1401	0.8381297006249324	2	2	2	2	2	False	6189	maximal	True	SPA0061_000000010954	1.0		21	4	False	False	0.9928622245788574	0					non-mobilizable	other	1260.0	94.921	98.0	0.00017424787958045983	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
USA0036_01_000000019348	1664	0.8381279815851094	2	2	2	2	2	False	89535	fragment	False	ENG0063_000000018470	0.9580720572057206		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	98.37700000000001	100.0	0.00663218886175358	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
MAD0034_000000005488	2782	0.8381163674240816	5	5	3	5	4	False	131448	maximal	True	MAD0034_000000005488	1.0		6	1	False	False	0.9989216327667236	0					non-mobilizable	no_good_hit	1311.0	78.719	46.0	0.01815595716198126	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0142_000000000810	18555	0.8381043491257252	18	6	3	6	2	True	117516	fragment	False	MON0027_000000000929	0.9611261635445396		0	0	False	True	0.9995149374008179	0					non-mobilizable	no_good_hit	102.0	83.333	1.0	0.01086002632733655	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
ISR0067_000000001018	18475	0.8381043491257252	17	6	3	6	2	True	117516	fragment	False	MON0027_000000000929	0.9524565277229546		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	102.0	85.294	1.0	0.01086002632733655	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
ISR0295_000000002439	10235	0.8381043491257252	8	6	3	6	2	True	117511	fragment	False	DEN0010_000000003007	0.8588088433951946		0	0	False	True	0.9999023079872131	0					non-mobilizable	no_good_hit	113.0	91.15	2.0	0.005341727476510708	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ISR0247_000000000939	10226	0.8381043491257252	8	6	3	6	2	True	117511	fragment	False	DEN0010_000000003007	0.8629873377608969		0	0	False	True	0.998435378074646	0					non-mobilizable	no_good_hit	101.0	93.069	2.0	0.004769399532598846	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ISR0392_000000002456	10014	0.8381043491257252	8	6	3	6	2	True	117511	fragment	False	DEN0010_000000003007	0.8515671591698039		0	0	False	True	0.9979029297828674	0					non-mobilizable	no_good_hit	102.0	84.314	1.0	0.01086002632733655	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
CHI0125_000000010333	1484	0.8381001751631992	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.07383608840355163		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	90.228	100.0	0.0002330111214985218	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ETH0002_000000014771	1736	0.8380933967526651	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.976390949196665		0	0	False	False	0.9982718825340271	0					non-mobilizable	chromosome	1495.0	82.40799999999999	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0021_000000008902	1695	0.8380732630015884	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9678515740776612		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	82.07700000000001	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0168_000000003199	8536	0.8380704876746484	13	6	3	5	2	False	64094	fragment	False	ENG0168_000000003199	1.0		0	0	False	False	0.9991799592971802	0					non-mobilizable	no_good_hit	421.0	100.0	5.0	0.005832442265764953	NZ_LMUA01000019.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00019, whole genome shotgun sequence	True	False
ISR0182_000000008737	3905	0.8380655133937325	5	4	4	4	3	False	72141	maximal	True	ISR0182_000000008737	1.0		7	1	False	False	0.9938540458679199	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	1.653934613154423e-05	NZ_KQ034007.1	firmicutes	Lactobacillus kimbladii strain Hma2 Hma2_scaffold2, whole genome shotgun sequence	True	False
ISR0025_000000016777	2343	0.8380585936388261	3	2	1	2	1	True	102029	fragment	False	ISR0025_000000016777	1.0		0	0	False	False	0.99615877866745	0					non-mobilizable	no_good_hit								True	True
ENG0165_000000003917	4544	0.8380579047293544	7	4	3	2	3	False	56240	fragment	False	ENG0165_000000003917	1.0		0	0	False	False	0.9986795783042908	0					non-mobilizable	no_good_hit								True	False
MAD0058_000000002916	4798	0.8380556223314763	5	3	3	2	1	True	19826	fragment	False	MAD0100_000000007136	0.973159912316073		0	0	False	False	0.9997915625572205	0					non-mobilizable	no_good_hit	1531.0	75.441	38.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MON0080_000000011224	3927	0.8380544579205834	4	3	3	3	2	False	72231	fragment	False	MON0080_000000011224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	83.829	14.0	0.00012086069138664628	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0299_000000000379	12063	0.8380463663041163	9	8	7	5	2	False	99680	maximal	True	ISR0299_000000000379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	93.991	25.0	0.0003610279464388421	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0024_000000006033	2092	0.8380282824885158	5	3	1	1	3	True	123556	backbone	False	ISR0826_000000002301	0.23130560635411623	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2092.0	99.426	100.0	0.06732348111658457	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
AST0142_000000000920	6592	0.8380197695217142	9	2	1	2	1	False	110819	fragment	False	AST0142_000000000920	1.0		0	0	False	False	0.9989380836486816	0					non-mobilizable	no_good_hit	2551.0	99.255	67.0	0.03877501368529895	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
USA0018_01_000000003093	7993	0.8380187577583443	10	9	7	8	6	False	1874	maximal	True	USA0018_01_000000003093	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3470.0	88.242	43.0	0.0032731256219364745	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
FIJ0114_000000015819	2455	0.8380172192847823	4	4	4	4	4	False	111365	fragment	False	FIJ0114_000000015819	0.9669799052386163		0	0	False	False	0.999592661857605	0					non-mobilizable	chromosome	2455.0	99.06299999999999	100.0	0.0005075832398248073	CP051222.1	enterobacteria	Escherichia coli strain SCZE5 chromosome, complete genome	False	False
CHI0131_000000012048	1492	0.8379936588768285	2	1	1	1	1	True	81008	fragment	False	CHI0131_000000012048	1.0		0	0	False	False	0.9993297457695007	0					non-mobilizable	other	1494.0	93.84200000000001	100.0	0.0006254204925815153	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
MON0001_000000005120	5974	0.8379882745196487	7	3	0	1	2	True	108312	maximal	True	MON0001_000000005120	1.0	PS112|PS669|PS670	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	866.0	93.072	29.0	0.08767990201081964	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ENG0131_000000006512	4185	0.8379882745196487	7	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.8680814583432749	PS669	0	0	True	True	0.9995220899581909	9					non-mobilizable	no_good_hit	1457.0	94.921	52.0	0.14810656323364296	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0015_000000009329	3897	0.8379882745196487	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.8771343161425686	PS112|PS669|PS670	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	767.0	92.829	47.0	0.07757476778605696	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0059_000000009373	3897	0.8379882745196487	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.8768496298309933	PS112|PS669|PS670	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	866.0	93.072	47.0	0.08767990201081964	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0019_000000016120	3897	0.8379882745196487	5	3	0	1	2	True	108310	backbone	True	MON0019_000000016120	0.9185872284656605	PS112|PS669|PS670	1	1	True	True	1.0	19					non-mobilizable	no_good_hit	866.0	92.494	44.0	0.08737368582219046	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0338_000000006150	3877	0.8379882745196487	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.8775228814368289	PS112|PS669|PS670	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	863.0	92.236	45.0	0.08737368582219046	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
SPA0093_000000010445	3871	0.8379882745196487	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.867201269357429	PS112|PS669|PS670	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1038.0	88.34299999999999	47.0	0.10472593651117688	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0131_000000006939	3866	0.8379882745196487	6	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.9141917830020505	PS112|PS669|PS670	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	1038.0	88.24700000000001	48.0	0.10472593651117688	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0139_000000006041	3864	0.8379882745196487	6	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.7543086472972115	PS669	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1171.0	95.47399999999999	47.0	0.11901602531387159	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0130_000000007209	3846	0.8379882745196487	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.9114911402162758	PS112|PS669|PS670	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	1038.0	88.24700000000001	48.0	0.10472593651117688	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0029_000000006091	3846	0.8379882745196487	6	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.8644719150710415	PS112|PS669|PS670	0	0	True	True	0.9992199540138245	24					non-mobilizable	no_good_hit	866.0	93.072	45.0	0.08767990201081964	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0069_000000011776	3833	0.8379882745196487	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.8755754857703405	PS112|PS669|PS670	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	866.0	92.956	40.0	0.08767990201081964	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ENG0050_000000006229	3832	0.8379882745196487	5	3	0	1	2	True	108307	backbone	False	MON0103_000000010277	0.4062326881955943	PS669	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1173.0	94.288	55.0	0.1189139532509952	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0027_000000006833	3823	0.8379882745196487	5	3	0	1	2	True	108310	backbone	False	MON0019_000000016120	0.9053098865734188	PS112|PS669|PS670	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1041.0	88.28	48.0	0.10472593651117688	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0054_000000012866	3256	0.8379882745196487	6	3	0	1	2	True	68965	fragment	False	MON0054_000000012866	1.0		0	0	False	False	0.9996928572654724	0					non-mobilizable	no_good_hit	877.0	92.816	45.0	0.08849647851383076	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0292_000000003968	4158	0.8379756493978358	5	5	4	4	5	False	87968	maximal	True	ISR0292_000000003968	1.0		767	14	False	False	1.0	0					non-mobilizable	other	3339.0	98.62200000000001	99.0	0.046547300312360554	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0012_000000013162	3952	0.8379752191112392	8	3	2	2	3	False	94285	maximal	True	CAN0012_000000013162	1.0		1	1	False	False	0.9972165822982788	0					non-mobilizable	no_good_hit	387.0	99.225	10.0	0.00023104240226637035	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	True	False
ISR0064_000000018945	1252	0.8379709234004034	3	3	2	3	2	False	35223	maximal	True	ISR0064_000000018945	1.0		0	0	False	False	0.9544728398323059	0					non-mobilizable	no_good_hit	521.0	95.969	42.0	0.01447605127051945	NZ_CYYA01000029.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0324_000000013921	2211	0.8379680453641449	2	2	2	2	2	False	71839	maximal	True	ISR0324_000000013921	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	74.182	12.0	0.00241959965000625	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
ISR0824_000000009857	2202	0.8379680453641449	4	2	2	2	2	False	71838	maximal	True	ISR0824_000000009857	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	88.889	4.0	0.00014680844167605668	NZ_SMTF01000001.1	g-proteobacteria	Luteimonas aestuarii strain B9 Scaffold1_1, whole genome shotgun sequence	True	False
MAD0104_000000001977	5076	0.8379618962597745	5	5	2	4	4	False	67926	fragment	False	MAD0104_000000001977	0.9673868732164697		0	0	False	False	1.0	0					non-mobilizable	chromosome	5076.0	98.7	100.0	0.0010695784844334366	CP052775.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N19S0145 chromosome, complete genome	False	False
ENG0138_000000013897	1413	0.8379607581487653	3	2	2	2	2	False	57906	fragment	False	ENG0138_000000013897	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	71.119	41.0	0.00017708379135192632	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0301_000000012150	1588	0.8379526202910356	4	2	2	2	1	False	25557	fragment	False	ISR0301_000000012150	1.0		0	0	False	False	0.998740553855896	0					non-mobilizable	chromosome	1500.0	97.8	100.0	0.0005257433240965104	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0102_000000021404	2110	0.8379512904650773	3	2	2	2	2	False	103321	maximal	True	MON0102_000000021404	1.0		2	1	False	False	0.9995260834693909	0					non-mobilizable	other	1381.0	98.697	100.0	0.0006049914424398866	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MAD0039_000000006546	2167	0.8379474418304402	4	3	1	2	2	False	18484	fragment	False	MAD0039_000000006546	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0030_000000015709	2237	0.8379472800627504	2	2	2	2	2	False	81468	fragment	False	MON0034_000000011460	0.9539794179928281		0	0	False	False	1.0	0					non-mobilizable	chromosome	2026.0	80.405	90.0	0.0006481821407931544	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0110_000000003945	4329	0.8379393426978503	3	3	3	2	0	True	72084	fragment	False	FIJ0110_000000003945	0.9937346437346437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2338.0	94.568	54.0	0.036924248191853824	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0077_000000008242	1633	0.837932541463697	3	1	1	1	1	False	69894	maximal	True	DEN0077_000000008242	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000015408	1860	0.8379305678775787	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.05297577964336584		0	0	False	False	0.9811828136444092	0					non-mobilizable	other	1860.0	93.495	100.0	0.01480779340778385	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ENG0002_000000015195	1549	0.8379283857930355	2	2	2	2	2	False	87352	fragment	False	ENG0002_000000015195	0.96923894132335		0	0	False	False	0.9993544220924377	0					non-mobilizable	chromosome	1547.0	97.027	99.0	0.00030856177083320857	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0816_000000024548	1542	0.8379283857930355	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9601720294002376		0	0	False	False	1.0	0					non-mobilizable	other	1542.0	99.935	100.0	0.000268978379619084	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MON0097_000000011663	2971	0.8379241315286877	3	2	2	2	1	False	9238	maximal	True	MON0097_000000011663	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	72.84	21.0	0.00021508365879182226	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0083_000000001371	5768	0.8379182060917293	10	7	4	5	7	True	16117	maximal	True	MAD0083_000000001371	1.0		2	2	False	False	0.9998266100883484	0					non-mobilizable	chromosome	2936.0	93.426	93.0	0.0005130785165820749	LR596807.1	enterobacteria	Klebsiella pneumoniae isolate 98fb0f42-b809-11e8-aae5-3c4a9275d6c8 genome assembly, chromosome: 1	False	True
ISR0367_000000003295	2949	0.837917834268571	6	5	1	3	5	True	23592	maximal	True	ISR0367_000000003295	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	1201.0	98.585	60.0	0.39986671109630123	MF807214.1	firmicutes	Streptococcus thermophilus strain CS17 plasmid CS17-C, complete sequence	True	True
SPA0059_000000010395	2469	0.8379152455859954	5	1	1	1	1	False	6273	maximal	True	SPA0059_000000010395	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	535.0	90.654	31.0	0.00011838682952074435	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CAN0012_000000034931	1291	0.8379152455859954	2	1	1	1	1	False	94010	fragment	False	CAN0012_000000034931	0.9891826923076923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	92.675	51.0	0.00012993676410813404	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0070_000000016952	1248	0.8379152455859954	2	1	1	1	1	False	94010	fragment	False	CAN0012_000000034931	0.9728892331525949		0	0	False	False	0.9935897588729858	0					non-mobilizable	no_good_hit	517.0	92.07	47.0	0.00011438877524049408	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0148_000000006335	4615	0.8379115772358241	6	6	3	3	6	True	82875	fragment	False	ISR0148_000000006335	1.0		0	0	False	False	0.9997833371162415	0	IncK2/Z				non-mobilizable	plasmid	4621.0	95.456	99.0	0.2344385679414158	LC501557.1	enterobacteria	Escherichia coli 23-Ec-C-13 plasmid p23C13-2, sequence_id: contig2	False	True
ENG0184_000000004102	5773	0.8379092064179179	7	3	3	3	1	True	124827	fragment	False	ENG0184_000000004102	1.0		0	0	False	False	0.9994803667068481	0					non-mobilizable	no_good_hit	103.0	78.641	2.0	2.463557214022272e-05	NZ_CP024941.1	b-proteobacteria	Paraburkholderia terricola strain mHS1 chromosome mHS1_A, complete sequence	True	True
SPA0036_000000006662	3530	0.8379026164433423	5	5	5	4	3	True	103490	fragment	False	ISR0099_000000005855	0.9622809483900159		0	0	False	False	0.9892351031303406	0					non-mobilizable	other	3490.0	99.398	99.0	0.0015954221581228434	CP002220.1	high GC Gram+	Bifidobacterium bifidum S17, complete genome	False	True
SPA0136_000000012033	3290	0.8379009052430744	5	4	4	4	4	False	3626	maximal	True	SPA0136_000000012033	1.0		1	1	False	False	0.9996960759162903	0					non-mobilizable	no_good_hit	683.0	72.328	20.0	0.00021110267541875008	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0144_000000000662	7029	0.8378915764260163	10	9	2	7	9	True	106002	backbone	True	ISR0144_000000000662	0.9676414851069095	PS645	10	3	True	True	1.0	14					non-mobilizable	plasmid	7029.0	99.986	100.0	0.07831775076055585	CP032445.1	enterobacteria	Salmonella enterica subsp. enterica serovar Fresno strain USMARC-69835 plasmid pSFR1-USMARC-69835, complete sequence	False	True
DEN0012_000000000914	7028	0.8378915764260163	10	9	2	7	9	True	106002	backbone	False	ISR0144_000000000662	0.9675515564137168	PS645	0	0	True	True	0.9997154474258423	512					non-mobilizable	plasmid	7028.0	100.0	100.0	0.07830660708514882	CP032445.1	enterobacteria	Salmonella enterica subsp. enterica serovar Fresno strain USMARC-69835 plasmid pSFR1-USMARC-69835, complete sequence	False	True
ENG0045_000000000381	25563	0.837891309019164	33	15	9	13	9	True	96436	maximal	True	ENG0045_000000000381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2623.0	94.167	21.0	0.026085741657352706	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
CAN0015_000000010224	3995	0.8378787644924253	4	4	4	4	2	False	96201	fragment	False	CAN0015_000000010224	1.0		0	0	False	False	0.9837296605110168	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	7.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0206_000000007471	3382	0.8378656911846841	7	4	2	2	2	True	53966	maximal	True	ENG0206_000000007471	1.0		1	1	False	False	0.9943820238113403	0					non-mobilizable	no_good_hit	1525.0	80.918	44.0	0.309242671009772	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
MON0039_000000009232	4689	0.8378642410160715	6	5	2	5	3	False	76016	maximal	True	MON0039_000000009232	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	99.176	8.0	0.00011623412947841616	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0384_000000002486	5154	0.8378564523902938	7	4	1	2	2	False	110297	fragment	False	ISR0384_000000002486	0.991883343194201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	96.835	21.0	0.1018638125115335	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0378_000000003890	5153	0.8378564523902938	7	4	1	2	2	False	110297	fragment	False	ISR0384_000000002486	0.9875305460971078		0	0	False	False	0.9998059272766113	0					non-mobilizable	no_good_hit	1108.0	96.84100000000001	21.0	0.10204834840376453	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0150_000000004316	5133	0.8378564523902938	7	4	1	2	2	False	110297	fragment	False	ISR0384_000000002486	0.990282818246336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	96.447	21.0	0.09060712308544012	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0198_000000020003	1656	0.8378559338914563	3	2	2	2	2	False	28865	fragment	False	ISR0198_000000020003	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1656.0	98.671	100.0	0.000576869720160673	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0015_000000010297	2434	0.8378546517049635	2	1	1	1	1	True	129400	fragment	False	ISR0015_000000010297	0.9926047658175843		0	0	False	False	0.9991782903671265	0					non-mobilizable	no_good_hit	493.0	86.815	20.0	0.0010287786181328504	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0042_000000013232	2434	0.8378546517049635	2	1	1	1	1	True	129400	fragment	False	ISR0015_000000010297	0.9921939194741167		0	0	False	False	0.9987674355506897	0					non-mobilizable	no_good_hit	493.0	86.815	20.0	0.0010287786181328504	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0073_000000024415	2141	0.8378546517049635	2	1	1	1	1	True	70158	fragment	False	DEN0073_000000024415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0072_000000003492	1717	0.8378546517049635	1	1	1	1	1	True	129397	fragment	False	ENG0130_000000016775	0.9842806072432116		0	0	False	False	0.9930110573768616	0					non-mobilizable	no_good_hit	499.0	86.37299999999999	29.0	0.0010413246988417875	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0185_000000019226	1711	0.8378546517049635	1	1	1	1	1	True	129397	fragment	False	ENG0130_000000016775	0.9835107888228586		0	0	False	False	0.9906487464904785	0					non-mobilizable	no_good_hit	493.0	86.613	29.0	0.0010287786181328504	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0168_000000016394	1507	0.8378546517049635	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.2467179301347844		0	0	False	False	0.9966821670532227	0					non-mobilizable	no_good_hit	96.0	100.0	7.0	0.002667190746251895	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0149_000000012140	1466	0.8378546517049635	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.2707517564413553		0	0	False	False	0.9959072470664978	0					non-mobilizable	no_good_hit	66.0	89.39399999999999	5.0	0.0020289674116618804	HE717014.1	bacteria	Uncultured bacterium fructooligosaccharide and inulin degrading DNA fragment, clone MetaPbio 13	True	True
ISR0344_000000023846	1465	0.8378546517049635	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.26856265819387043		0	0	False	False	0.9979522228240967	0					non-mobilizable	no_good_hit	67.0	95.522	5.0	2.0532488307370107e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0218_000000012193	1457	0.8378546517049635	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.25894734254205426		0	0	False	False	0.9986273050308228	0					non-mobilizable	no_good_hit								True	True
ISR0157_000000022627	1403	0.8378546517049635	2	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.24840622132224086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0016_000000004741	1375	0.8378546517049635	1	1	1	1	1	True	129396	fragment	False	AST0003_000000022069	0.954295532646048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	86.41	36.0	0.0010287786181328504	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0068_000000002144	1282	0.8378546517049635	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.06478491934693915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0263_000000012720	1282	0.8378546517049635	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.06465104719953893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0073_000000002801	1203	0.8378546517049635	1	1	1	1	1	True	112645	fragment	False	ISR0001_000000011179	0.045263236820125535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0374_000000013687	1199	0.8378546517049635	1	1	1	1	1	True	69355	fragment	False	DEN0081_000000007730	0.970071827613727		0	0	False	False	0.9983319640159607	0					non-mobilizable	no_good_hit								True	True
AST0012_000000021609	1128	0.8378546517049635	1	1	1	1	1	True	124573	fragment	False	MAD0041_000000034024	0.6321533923303835		0	0	False	False	0.9955673813819885	0					non-mobilizable	no_good_hit	506.0	86.36399999999999	45.0	0.0010559617930022145	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0092_000000006723	2274	0.8378500636120587	4	2	1	2	1	False	109678	maximal	True	AST0092_000000006723	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	87.73200000000001	50.0	0.025521150936151954	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0123_000000002517	6500	0.8378392690915789	10	8	4	5	4	False	115728	fragment	False	ISR0053_000000003122	0.6393983322232665		0	0	False	False	0.9978461265563965	0					non-mobilizable	other	6501.0	99.06200000000001	100.0	0.050280885834996986	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0149_000000000623	27315	0.8378267230533109	27	11	8	10	4	True	114649	backbone	True	ENG0149_000000000623	1.0	PS193|PS740|PS742	13	6	True	True	1.0	87					non-mobilizable	no_good_hit	5155.0	92.454	33.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0052_000000000540	24279	0.8378267230533109	22	11	8	10	4	True	114647	backbone	True	AST0052_000000000540	1.0	PS193|PS740	14	6	True	True	1.0	62					non-mobilizable	no_good_hit	5155.0	92.62899999999999	39.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0011_000000007781	5637	0.8378263406600794	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6606861892523166	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4072.0	93.075	100.0	0.01474504945985827	CP024238.1	enterobacteria	Escherichia coli O15:H11 strain 90-9272 plasmid unnamed	False	True
SPA0014_000000001101	13108	0.8378205566323285	16	14	9	11	12	True	123710	fragment	False	ISR0395_000000002237	0.45508214138928493		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6988.0	99.84299999999999	100.0	0.06972497205811912	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0301_000000003493	4522	0.8378162424904119	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.23656215782644652		0	0	False	False	0.9997788667678833	0					non-mobilizable	chromosome	4522.0	99.602	100.0	0.0010041779667228615	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AST0016_000000013728	1816	0.8378094050222581	4	3	1	2	2	True	123333	fragment	False	ISR0074_000000014636	0.43747086521743817		0	0	False	False	1.0	0					non-mobilizable	plasmid	1428.0	99.51	96.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0829_000000007051	2122	0.8378088049502328	3	2	2	2	1	False	68602	fragment	False	ISR0829_000000007051	0.999753573188763		0	0	False	False	0.9990574717521667	0					non-mobilizable	no_good_hit								True	False
MON0023_000000004391	3757	0.8378053411607502	4	4	4	4	4	False	131407	fragment	False	MON0012_000000010779	0.9691967767091241		0	0	False	False	0.9962736368179321	0					non-mobilizable	no_good_hit	212.0	75.0	6.0	8.791680703063944e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
ENG0005_000000013327	1788	0.8378035164224247	3	2	2	2	2	False	67669	maximal	True	ENG0005_000000013327	1.0		57	4	False	False	0.9938478469848633	0					non-mobilizable	chromosome	1788.0	100.0	100.0	0.0009191720147869934	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
USA0015_01_000000027238	1226	0.8378025843294524	2	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.5377515826284159		0	0	False	False	0.9991843104362488	0					non-mobilizable	other	996.0	98.494	100.0	0.01589837820564033	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0319_000000005117	3313	0.8377926266730332	5	4	3	3	4	False	95914	fragment	False	SPA0077_000000008270	0.7969746903697377		0	0	False	False	0.9996981620788574	0					non-mobilizable	no_good_hit	776.0	75.258	23.0	0.00021336026762032833	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0166_000000004166	1789	0.8377892461297425	3	3	3	3	2	False	78223	fragment	False	CHI0166_000000004166	1.0		0	0	False	False	0.9988820552825928	0					non-mobilizable	no_good_hit	1013.0	87.95700000000001	60.0	0.00018774947676451512	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0192_000000012653	1382	0.8377852101749391	2	2	2	2	2	False	29116	fragment	False	ISR0192_000000012653	1.0		0	0	False	False	0.9971056580543518	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	0.000355340029054273	CP034163.1	enterobacteria	Escherichia albertii strain 06-3542 plasmid p06-3542, complete sequence	True	False
ISR0108_000000001452	14668	0.8377810349226095	20	7	4	5	3	False	94649	fragment	False	ISR0108_000000001452	0.9749339218170535		0	0	False	False	0.9998636245727539	0					non-mobilizable	plasmid	5615.0	97.898	98.0	0.11099240265906933	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ENG0163_000000012221	2050	0.8377782478084012	2	1	1	1	1	False	63163	fragment	False	ENG0163_000000012221	1.0		0	0	False	False	0.9995121955871582	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000006920	2917	0.8377671204536249	4	4	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.39866235450953386		0	0	False	False	0.999657154083252	0					non-mobilizable	other	2917.0	98.389	100.0	0.0008705658169581558	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0011_000000003916	8336	0.8377663778009279	14	7	4	6	5	False	75794	maximal	True	DEN0011_000000003916	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	2.0	2.209103688336296e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0036_000000007385	3231	0.8377619034162367	4	4	4	4	3	False	118799	fragment	False	SPA0036_000000007385	0.9471596318629006		0	0	False	False	0.9978334903717041	0					non-mobilizable	other	3231.0	99.102	100.0	0.0058267384155240185	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0081_000000010835	5133	0.8377507325105014	6	5	4	3	4	False	99142	maximal	True	MON0081_000000010835	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.002754549926217413	XM_007252460.2	bony fishes	PREDICTED: Astyanax mexicanus microtubule-associated tumor suppressor candidate 2-like (LOC103043022), transcript variant X2, mRNA	True	False
USA0145_01_000000009726	2481	0.8377502262809023	3	2	1	2	1	False	67437	fragment	False	ENG0008_000000009555	0.9788872344217149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	3.0	0.011318535940026459	MK233957.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c1 sequence	True	False
ISR0308_000000006942	2395	0.8377406432014721	3	3	3	3	2	False	25421	maximal	True	ISR0308_000000006942	1.0		65	6	False	False	1.0	0					non-mobilizable	other	2336.0	98.887	98.0	0.0011543175134794018	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ISR0256_000000001616	9866	0.83773407781535	11	9	7	7	5	False	34050	maximal	True	ISR0256_000000001616	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1634.0	93.084	22.0	0.0018596325201954268	CP030095.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 2, complete sequence	True	False
MAD0014_000000000334	30611	0.8377328165809943	53	19	6	16	13	False	131811	maximal	True	MAD0014_000000000334	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	91.477	7.0	0.013457556935817806	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0341_000000001619	9128	0.8377296063557876	6	3	2	3	1	True	112589	fragment	False	ISR0341_000000001619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	71.574	13.0	0.003294700904266055	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	True
AST0040_000000015260	1327	0.8377295993068086	3	1	1	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.26846148932775765		0	0	False	False	0.9992464184761047	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00010538058744226779	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
SPA0051_000000001122	15825	0.8377212111578759	19	4	2	4	2	False	115246	fragment	False	SPA0051_000000001122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	0.0	0.000369000595432779	NZ_SPHG01000009.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_9_length_119241_cov_57.388, whole genome shotgun sequence	True	False
AST0006_000000001255	13097	0.8377189021437207	13	8	6	7	6	True	127682	fragment	False	AST0006_000000001255	1.0		0	0	False	False	0.9999236464500427	0					non-mobilizable	other	13004.0	99.962	99.0	0.21927117586549974	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
DEN0041_000000011500	2932	0.8377187497190787	4	3	2	3	2	False	73130	maximal	True	DEN0041_000000011500	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.813273450812433e-06	NZ_VFOY01000001.1	high GC Gram+	Modestobacter multiseptatus strain DSM 44402 Ga0264256_11, whole genome shotgun sequence	True	False
DEN0021_000000008903	3689	0.8377186350597825	4	4	4	4	4	False	79124	fragment	False	DEN0021_000000008903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	85.01700000000001	76.0	0.0002460151286709501	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0067_000000012277	2710	0.8377138459165887	4	4	4	4	4	False	93483	maximal	True	DEN0067_000000012277	1.0		27	8	False	False	0.9996309876441956	0					non-mobilizable	chromosome	2206.0	94.696	98.0	0.0007839628484957068	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
CHI0115_000000006877	1139	0.8377061294102249	3	2	2	2	2	False	82209	fragment	False	CHI0115_000000006877	1.0		0	0	False	False	0.9956101775169373	0					non-mobilizable	chromosome	1139.0	100.0	100.0	0.00022712082049292402	CP054219.1	enterobacteria	Escherichia coli strain EcPF18 chromosome, complete genome	False	False
ENG0066_000000019247	1139	0.8377061294102249	3	2	2	2	2	False	82209	fragment	False	CHI0115_000000006877	1.0		0	0	False	False	0.982440710067749	0					non-mobilizable	chromosome	1139.0	100.0	100.0	0.00022712082049292402	CP054219.1	enterobacteria	Escherichia coli strain EcPF18 chromosome, complete genome	False	False
CHI0091_000000000262	7150	0.8377045497186502	11	8	4	7	3	False	110380	maximal	True	CHI0091_000000000262	1.0		45	7	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	85.105	37.0	0.00046660950483272065	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0020_000000006227	3707	0.8377032795739572	6	5	4	5	2	True	77885	maximal	True	FIJ0020_000000006227	1.0		1	1	False	False	0.9894793629646301	0					non-mobilizable	no_good_hit	1314.0	97.03200000000001	35.0	0.0003216734078330907	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0114_000000023968	1174	0.8377017497032188	2	2	2	2	1	False	129874	fragment	False	AST0007_000000009148	0.07000594500370616		0	0	False	False	0.9965928196907043	0					non-mobilizable	other	1174.0	94.804	100.0	0.016329205711735833	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0081_01_000000005026	6152	0.8377015639264029	11	9	8	9	9	False	125086	fragment	False	SPA0155_000000001948	0.5948128937677725		0	0	False	False	0.9978868365287781	0					non-mobilizable	no_good_hit	656.0	85.366	11.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0820_000000002898	5841	0.8377015639264029	11	9	8	9	9	False	125086	fragment	False	SPA0155_000000001948	0.44921239882802083		0	0	False	False	0.9998288154602051	0					non-mobilizable	no_good_hit	656.0	85.366	11.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0244_000000010907	2238	0.8376938978292376	3	3	3	3	3	False	81759	fragment	False	ISR0244_000000010907	0.9648139847601973		0	0	False	False	0.9843610525131226	0					non-mobilizable	other	2088.0	99.186	93.0	0.008005738660774565	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0077_000000001308	6292	0.837686967543517	15	3	1	2	2	True	39295	maximal	True	MAD0077_000000001308	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0023_000000003540	4303	0.837686967543517	10	3	1	2	2	True	19473	fragment	False	MON0023_000000003540	1.0		0	0	False	False	0.9944224953651428	0					non-mobilizable	no_good_hit	99.0	98.99	2.0	3.415905291585859e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0006_000000002463	10955	0.8376818528170291	14	6	3	6	2	True	118906	fragment	False	ENG0006_000000002463	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10878.0	100.0	100.0	0.002912775534720729	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0070_000000006030	3912	0.8376633389323203	3	3	3	3	3	False	77559	fragment	False	ENG0070_000000006030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	75.862	6.0	0.003037324273383195	NZ_CACZYW010000015.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
MON0101_000000017881	3369	0.8376624227180267	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.45708994100066513		0	0	False	False	1.0	0					non-mobilizable	chromosome	2173.0	93.189	95.0	0.0007563790288511544	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0096_000000023538	1904	0.8376595914697637	3	3	3	3	3	False	121031	fragment	False	DEN0096_000000023538	0.9436991741297748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	76.612	48.0	0.01910461748168342	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ISR0202_000000003280	3779	0.8376462985610393	3	3	3	3	3	False	28714	maximal	True	ISR0202_000000003280	1.0		5	4	False	False	0.9994707703590393	0					non-mobilizable	no_good_hit	2540.0	99.84299999999999	68.0	0.0008820872707059477	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MAD0003_000000007791	3592	0.8376417092369587	4	4	4	4	3	False	35335	fragment	False	MAD0003_000000007791	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1098.0	88.16	94.0	0.0002556988651263143	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0364_000000012244	1475	0.8376395251812989	3	3	3	3	2	False	57556	fragment	False	MON0087_000000031086	0.7082795207887097		0	0	False	False	1.0	0					non-mobilizable	other	1475.0	97.22	100.0	0.010559646961056825	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0058_000000009250	3396	0.837632602925183	3	3	3	2	2	False	121555	fragment	False	CHI0120_000000003302	0.11371459747819056		0	0	False	False	0.9988221526145935	0					non-mobilizable	other	3363.0	99.465	99.0	0.0006511479630127814	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0119_01_000000007333	3183	0.837632602925183	3	3	3	2	2	False	121555	fragment	False	CHI0120_000000003302	0.11106217104389625		0	0	False	False	1.0	0					non-mobilizable	other	3183.0	100.0	100.0	0.0006162857877176296	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0302_000000005879	2457	0.8376298803770992	4	2	2	2	1	True	90057	fragment	False	ISR0302_000000005879	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1972.0	92.292	100.0	0.33181664981462755	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
ISR0185_000000020212	1630	0.8376209469282012	3	3	3	3	2	False	73687	fragment	False	ISR0288_000000017077	0.9620217018846373		0	0	False	False	0.9981595277786255	0					non-mobilizable	chromosome	1665.0	78.078	99.0	0.0005840035258992331	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0069_000000046121	1164	0.8376197763039978	2	2	2	2	2	False	10461	maximal	True	MON0069_000000046121	1.0		26	9	False	False	0.9948453903198242	0					non-mobilizable	no_good_hit	229.0	75.109	19.0	9.420394526122755e-05	CP000387.1	firmicutes	Streptococcus sanguinis SK36, complete genome	True	False
CHI0150_000000003218	2597	0.8376173999249318	3	2	2	1	2	False	79551	maximal	False	ENG0179_000000012868	0.9992301770592764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	83.98	23.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CAN0012_000000007065	7886	0.8376167963621659	8	8	7	8	7	False	94322	maximal	True	CAN0012_000000007065	1.0		10	4	False	False	0.9992391467094421	0					non-mobilizable	other	7867.0	99.88600000000001	99.0	0.002467325812161413	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
CHI0088_000000000902	5042	0.8376147566154308	7	4	2	3	4	False	86630	maximal	True	CHI0088_000000000902	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	100.0	28.0	0.00027702699735866336	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0197_000000005193	4501	0.8376124594242456	6	4	4	4	3	False	72200	maximal	True	ISR0197_000000005193	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	78.319	18.0	0.0002871993039223776	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0033_000000019671	3349	0.8376104639676363	4	4	2	4	2	False	130349	backbone	False	ISR0335_000000002496	0.1901760462833856	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3349.0	99.074	100.0	0.0006484364604898252	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0061_000000001798	3303	0.8376104639676363	4	4	2	4	2	False	130349	backbone	False	ISR0335_000000002496	0.18743001562811337	PS1101	0	0	False	True	0.9993944764137268	0					non-mobilizable	other	3303.0	99.57600000000001	100.0	0.0006395272379143975	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0153_000000009807	3164	0.8376104639676363	6	4	2	4	2	False	130349	backbone	False	ISR0335_000000002496	0.17495153864799823	PS1101	0	0	False	True	0.999367892742157	0					non-mobilizable	other	3162.0	99.178	100.0	0.0006100880676651581	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ITA0011_000000000208	9949	0.8376049611798629	15	4	2	3	3	False	120564	fragment	False	ISR0032_000000002458	0.7717350937185007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	87.26	7.0	0.00020374817961540213	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0031_01_000000020390	1301	0.8376039378372103	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.10293132298844562		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	98.07799999999999	100.0	0.0004458080837351036	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ITA0006_000000013963	1675	0.8375994145879804	3	3	2	2	2	True	20351	fragment	False	ITA0006_000000013963	1.0		0	0	False	False	0.9886566996574402	0					non-mobilizable	other	1675.0	99.821	100.0	0.1795559369301727	FJ158001.1	bacteria	Uncultured bacterium clone 2 tetracycline resistance protein (tet(C)), putative mobilization protein (mobX), putative mobilization protein (mobA), putative replication protein (repA), putative transposase (tra), and tetracycline repressor protein (tetR(C)) genes, complete cds	False	True
ENG0190_000000001789	14871	0.8375915918026947	16	6	4	5	4	True	64449	fragment	False	ENG0190_000000001789	1.0		0	0	False	False	0.9999327659606934	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	1.08772094127672e-06	LR778290.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 38	True	True
MON0007_000000032675	1927	0.8375898187146942	3	3	3	1	2	False	13948	maximal	True	MON0007_000000032675	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	80.157	20.0	0.00016615344687298335	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0033_000000029398	2125	0.8375699879820988	3	2	1	2	2	True	12308	fragment	False	MON0033_000000029398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	93.023	4.0	3.2705490520794535e-05	NZ_CH724107.1	a-proteobacteria	Oceanicola granulosus HTCC2516 scf_1099521380027, whole genome shotgun sequence	True	True
ISR0224_000000001195	14628	0.8375595288247368	21	9	5	6	6	False	27766	maximal	True	ISR0224_000000001195	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	97.581	3.0	0.00022258660028666273	CP017686.1	euryarchaeotes	Candidatus Methanomethylophilus alvus strain Mx-05 chromosome, complete genome	True	False
FIJ0112_000000004362	5738	0.837550857567362	4	4	2	4	3	False	126327	maximal	True	FIJ0112_000000004362	1.0		31	7	False	False	0.9998257160186768	0					non-mobilizable	no_good_hit	871.0	97.704	15.0	0.9988505747126437	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
ISR0824_000000001839	6775	0.8375461175065486	13	3	0	3	0	True	79153	maximal	True	ISR0824_000000001839	0.9999258050155809		2	1	True	True	1.0	2					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.2671177305874218e-06	NC_020453.1	a-proteobacteria	Bradyrhizobium oligotrophicum S58, complete genome	True	True
ISR0825_000000003109	6739	0.8375461175065486	13	3	0	3	0	True	79153	maximal	False	ISR0824_000000001839	0.997269372693727		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.2671177305874218e-06	NC_020453.1	a-proteobacteria	Bradyrhizobium oligotrophicum S58, complete genome	True	True
ENG0057_000000003237	6526	0.8375461175065486	13	3	0	3	0	True	79156	maximal	True	ENG0057_000000003237	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.2671177305874218e-06	NC_020453.1	a-proteobacteria	Bradyrhizobium oligotrophicum S58, complete genome	True	True
ISR0820_000000002766	6020	0.8375461175065486	11	3	0	3	0	True	68292	fragment	False	ISR0820_000000002766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0111_01_000000004438	5224	0.8375461175065486	9	3	0	3	0	True	79148	fragment	False	USA0111_01_000000004438	1.0		0	0	False	False	0.9959800839424133	0					non-mobilizable	no_good_hit								True	True
SPA0109_000000030931	1122	0.8375460622940416	3	2	2	1	1	False	95987	fragment	False	ISR0316_000000017359	0.8527819102127014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	83.78399999999999	39.0	7.869333846218279e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0059_01_000000006564	4027	0.8375328291934205	4	3	3	3	3	False	125459	fragment	False	USA0044_01_000000006360	0.6310385064177363		0	0	False	False	1.0	0					non-mobilizable	chromosome	1486.0	88.62700000000001	95.0	0.00041497593335329915	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0106_000000016539	1604	0.8375262016614834	3	3	3	3	2	False	127012	fragment	False	ISR0106_000000016539	0.9653870358716173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1047.0	97.803	65.0	0.00401245933836617	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CAN0012_000000004240	12877	0.8375259345301693	21	15	9	11	12	False	94346	maximal	True	CAN0012_000000004240	1.0		1	1	False	False	0.9987574815750122	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00040981118329184627	NZ_JOEY01000052.1	high GC Gram+	Streptomyces fulvoviolaceus strain NRRL B-2870 contig52.1, whole genome shotgun sequence	True	False
ENG0128_000000014947	1896	0.8375205505105933	5	3	1	1	3	True	123556	backbone	False	ISR0826_000000002301	0.16328245872846614	PS902	0	0	False	True	0.9952531456947327	0	rep_cluster_1702				non-mobilizable	other	1897.0	99.209	100.0	0.01891066581510458	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0025_01_000000008354	1866	0.8375205505105933	4	3	1	1	3	True	123556	backbone	False	ISR0826_000000002301	0.20965018766865026	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1866.0	99.73200000000001	100.0	0.002046302391924512	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0255_000000017703	1827	0.8375205505105933	4	3	1	1	3	True	123556	backbone	False	ISR0826_000000002301	0.1407286058422656	PS902	0	0	False	True	0.9978106021881104	0	rep_cluster_1702				non-mobilizable	other	1827.0	99.507	100.0	0.0020035110818520958	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0829_000000008597	1766	0.8375205505105933	3	3	1	1	3	True	123556	backbone	False	ISR0826_000000002301	0.14076487145927186	PS902	0	0	False	True	0.9994337558746338	0	rep_cluster_1702				non-mobilizable	other	1767.0	99.66	100.0	0.0019376782971253018	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0042_000000017955	1755	0.8375205505105933	3	3	1	1	3	True	123556	backbone	False	ISR0826_000000002301	0.1404887589074323	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1755.0	100.0	100.0	0.017503592527542713	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0156_000000008697	1645	0.8375205505105933	3	3	1	1	3	True	123556	backbone	False	ISR0826_000000002301	0.12246838709127764	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1645.0	99.757	100.0	0.05293151743456003	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0105_000000016799	2153	0.8375048050711871	3	2	2	2	1	False	18481	maximal	True	MAD0105_000000016799	1.0		9	1	False	False	0.9990710616111755	0					non-mobilizable	no_good_hit	247.0	85.02	19.0	0.0010011036757737013	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0039_000000007505	1914	0.8375048050711871	2	2	2	2	1	False	18480	fragment	False	MAD0039_000000007505	1.0		0	0	False	False	0.9911180734634399	0					non-mobilizable	no_good_hit	247.0	85.02	15.0	0.0010011036757737013	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0134_000000007793	4221	0.8374981114316441	4	4	4	4	4	False	87364	maximal	True	ISR0134_000000007793	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	2137.0	97.56700000000001	77.0	0.0004018556163276912	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0041_000000002641	9090	0.8374972454478561	11	5	1	4	2	False	75290	fragment	False	ENG0041_000000002641	1.0		0	0	False	False	0.9998899698257446	0					non-mobilizable	no_good_hit	3927.0	91.82600000000001	66.0	0.5763633691018668	MK233957.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c1 sequence	True	False
MAD0087_000000006128	4327	0.8374941138836368	4	3	0	3	0	True	16005	maximal	True	MAD0087_000000006128	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	75.97800000000001	29.0	0.00067904222914355	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
MON0017_000000000648	21182	0.8374925374072835	34	20	14	17	17	True	125418	fragment	False	MON0017_000000000648	1.0		0	0	False	False	1.0	0					non-mobilizable	other	21062.0	96.17299999999999	99.0	0.006004808641855506	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0360_000000001953	11198	0.8374785885597027	7	5	5	5	2	False	129586	fragment	False	ISR0360_000000001953	1.0		0	0	False	True	0.9996427893638611	0					non-mobilizable	no_good_hit	1759.0	97.61200000000001	16.0	0.008200585289354174	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0055_000000002617	5420	0.8374760613628752	7	5	2	4	4	False	86255	fragment	False	CHI0055_000000002617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0110_000000009186	2146	0.8374713435776899	3	3	2	2	3	False	122171	maximal	True	SPA0110_000000009186	1.0		1	1	False	False	0.999068021774292	0					non-mobilizable	other	2148.0	90.92200000000001	100.0	0.03721244925575101	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0301_000000018621	1101	0.83747045781499	2	2	2	2	2	False	99431	fragment	False	ISR0152_000000018054	0.2836550836550837		0	0	False	False	0.9909173250198364	0					non-mobilizable	no_good_hit	523.0	74.952	47.0	0.00011503046969883418	NZ_MCGV01000001.1	firmicutes	Clostridium pasteurianum strain GL11 contig.1, whole genome shotgun sequence	True	False
MAD0072_000000002439	2355	0.8374687402228786	4	4	4	4	4	False	68047	fragment	False	MAD0072_000000002439	1.0		0	0	False	False	0.9995753765106201	0					non-mobilizable	no_good_hit	1522.0	87.911	86.0	0.013599412691591463	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0007_000000001033	12983	0.8374662812461834	17	10	7	8	8	True	102878	maximal	True	ISR0007_000000001033	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	98.51	28.0	0.00041795115802292635	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
DEN0066_000000002003	12215	0.8374640608394559	18	11	7	6	8	False	71024	fragment	False	DEN0066_000000002003	0.9798867327392354		0	0	False	False	0.9972984194755554	0					non-mobilizable	no_good_hit	319.0	71.16	3.0	0.009953571201424665	KX160219.1	viruses	Lactococcus phage C41431, complete genome	True	False
ISR0082_000000002009	12007	0.8374640608394559	18	11	7	6	8	False	71024	fragment	False	DEN0066_000000002003	0.9719614464560369		0	0	False	False	0.9985841512680054	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	1.9352166862123552e-05	CP051151.1	bacteria	Tenericutes bacterium zrk29 chromosome, complete genome	True	False
MAD0068_000000018776	1528	0.8374610585823345	4	1	1	1	1	False	16438	fragment	False	MAD0068_000000018776	1.0		0	0	False	False	0.9882199168205261	0					non-mobilizable	other	1528.0	100.0	100.0	0.0005589612618248493	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
ISR0034_000000013949	1533	0.8374445009154103	2	2	2	1	1	False	37175	maximal	True	ISR0034_000000013949	1.0		70	8	False	False	1.0	0					non-mobilizable	other	1458.0	99.04	95.0	0.008817851155640823	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	False	False
ISR0308_000000001457	8356	0.8374201552145046	11	4	2	2	4	False	86662	backbone	False	ISR0213_000000002441	0.971008236986988	PS438	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	2506.0	97.12700000000001	54.0	0.2267947788252357	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0803_000000003956	3375	0.8373970263542168	4	4	4	4	3	False	76134	maximal	False	FIJ0015_000000008543	0.9577340769004989		0	0	False	False	0.9970370531082153	0					non-mobilizable	no_good_hit	441.0	85.941	13.0	0.40110395584176634	KU546772.1	bacteria	Uncultured bacterium clone CH_05A_000_Contig_10 genomic sequence	True	False
USA0051_01_000000000469	33352	0.8373923918168535	43	21	9	20	10	True	100681	backbone	False	DEN0089_000000000256	0.9544276084576828	PS581|PS582	0	0	True	True	1.0	68					non-mobilizable	other	30063.0	97.462	100.0	0.4829937442709422	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
AST0090_000000011425	2004	0.8373870393217739	3	3	3	3	2	False	109893	maximal	True	AST0090_000000011425	1.0		695	14	False	False	1.0	0					non-mobilizable	chromosome	2005.0	99.00200000000001	100.0	0.0006985177759528633	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0026_000000006333	4615	0.8373807278396131	4	3	3	3	1	True	89810	fragment	False	DEN0026_000000006333	1.0		0	0	False	False	0.9997833371162415	0					non-mobilizable	no_good_hit								True	True
FIJ0096_000000003618	8066	0.8373778126364956	11	4	3	4	2	False	43045	maximal	True	FIJ0096_000000003618	1.0		0	0	False	False	0.9998760223388672	0					non-mobilizable	no_good_hit	645.0	96.899	12.0	0.0015678223362259615	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
AUS0020_000000012779	2129	0.8373777240530378	4	4	4	2	2	False	99609	fragment	False	AUS0020_000000012779	1.0		0	0	False	False	0.99201500415802	0					non-mobilizable	chromosome	2098.0	99.666	99.0	0.0003954630935058058	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
SPA0145_000000029974	1153	0.8373703059620113	2	2	2	1	1	False	75815	fragment	False	FIJ0064_000000021706	0.782195956861521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	93.75	8.0	0.000434778586692075	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
SPA0041_000000029465	1146	0.8373703059620113	2	2	2	1	1	False	75815	fragment	False	FIJ0064_000000021706	0.9654333282227933		0	0	False	False	0.9956369996070862	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000034845	1121	0.8373703059620113	2	2	2	1	1	False	75814	fragment	False	DEN0010_000000041574	0.9794580419580419		0	0	False	False	0.9884032011032104	0					non-mobilizable	no_good_hit	123.0	93.49600000000001	11.0	0.000559661797763203	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
FIJ0087_000000009818	3199	0.8373637268654617	6	4	4	4	3	False	43744	maximal	True	FIJ0087_000000009818	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	98.065	45.0	0.03692354833767428	NZ_CYZN01000033.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0020_000000000872	18625	0.8373592703256914	28	9	1	7	5	False	53168	maximal	True	FIJ0020_000000000872	1.0		5	1	False	False	0.9998925924301147	0					non-mobilizable	no_good_hit	6342.0	94.213	56.0	0.24779800352319437	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
MON0039_000000011743	3813	0.8373541718109584	3	3	2	2	3	True	107448	fragment	False	CHI0049_000000003601	0.9351528983568066		0	0	False	False	0.9997377395629883	0					non-mobilizable	other	3825.0	97.961	100.0	0.03980337839245173	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
MON0037_000000017539	3611	0.8373541718109584	3	3	2	2	3	True	107448	fragment	False	CHI0049_000000003601	0.7379562262563115		0	0	False	False	1.0	0					non-mobilizable	other	3611.0	100.0	100.0	0.03759555101955802	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ENG0037_000000014990	2307	0.8373456727452371	3	3	3	3	3	False	95837	fragment	False	ENG0037_000000014990	0.8441846019927686		0	0	False	False	0.9726918339729309	0					non-mobilizable	chromosome	2287.0	99.344	99.0	0.00032252017974183705	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0093_000000005285	4324	0.8373453530317551	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.20307327011541057	PS1101	0	0	False	True	0.9986124038696289	0					non-mobilizable	chromosome	4344.0	96.89200000000001	100.0	0.0007879534383562961	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
DEN0020_000000002846	3181	0.8373314901733351	3	3	3	3	2	False	74920	maximal	True	DEN0020_000000002846	1.0		1	1	False	False	0.9974850416183472	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	6.32106701015813e-06	NZ_CP020953.1	firmicutes	Clostridium drakei strain SL1 chromosome, complete genome	True	False
ISR0145_000000001425	21406	0.8373246122547015	24	21	8	10	19	True	123793	fragment	False	ISR0145_000000001425	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	10816.0	96.348	99.0	0.0016698850523589963	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	True
ISR0135_000000005617	3305	0.8373135379623908	4	3	3	2	2	False	31432	maximal	True	ISR0135_000000005617	1.0		0	0	False	False	0.9957640171051025	0					non-mobilizable	no_good_hit	1477.0	76.506	48.0	0.0004130080468303339	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0056_000000008710	3831	0.8373135078947854	4	4	4	4	4	False	60147	maximal	True	SPA0056_000000008710	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2193.0	99.863	85.0	0.0008137258323056579	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
AST0093_000000007934	2259	0.8373062719368427	3	3	3	2	3	False	131343	fragment	False	AST0093_000000007934	1.0		0	0	False	False	0.9942452311515808	0					non-mobilizable	other	1694.0	97.993	100.0	0.026411444439244317	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ENG0080_000000008183	3063	0.837302264875357	6	3	1	3	1	True	61759	maximal	True	ENG0080_000000008183	1.0		1	1	False	False	0.9872673749923706	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.158365797804885e-05	NZ_RBXP01000013.1	b-proteobacteria	Azonexus fungiphilus strain DSM 23841 Ga0244549_102, whole genome shotgun sequence	True	True
ISR0800_000000010357	1267	0.8372993872152951	2	1	1	1	1	False	23017	fragment	False	ISR0800_000000010357	1.0		0	0	False	False	0.988161027431488	0					non-mobilizable	no_good_hit	454.0	71.145	35.0	0.00011298777946621818	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
ISR0198_000000004897	7177	0.8372944072430399	9	5	1	4	3	True	107923	fragment	False	ISR0198_000000004897	0.9675364087577144		0	0	False	False	0.9998606443405151	0					non-mobilizable	other	7177.0	99.958	100.0	0.03548470043713037	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0053_000000004203	6845	0.8372944072430399	9	5	1	4	3	True	107923	fragment	False	ISR0198_000000004897	0.9453129057672486		0	0	False	False	0.9995617270469666	0					non-mobilizable	other	6845.0	100.0	100.0	0.03384298910141029	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
AUS0002_000000004534	6453	0.8372918897340076	5	5	4	4	3	False	107524	fragment	False	AUS0002_000000004534	1.0		0	0	False	False	0.999690055847168	0					non-mobilizable	no_good_hit	119.0	78.992	2.0	0.0008006962576153177	NZ_FOGW01000006.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
MON0021_000000027369	1113	0.8372860089116668	2	2	2	2	1	False	13040	fragment	False	MON0021_000000027369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0019_000000022783	1344	0.8372842269594102	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.9476283382739027		0	0	False	False	0.9992559552192688	0					non-mobilizable	no_good_hit	1183.0	76.5	87.0	0.00039858866027256884	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0309_000000013825	1461	0.8372812057468578	3	2	1	2	1	True	25371	fragment	False	ISR0309_000000013825	1.0		0	0	False	False	0.984941840171814	0					non-mobilizable	no_good_hit								True	True
CHI0144_000000010043	1633	0.8372794466269302	3	1	1	1	1	False	105878	fragment	False	MON0101_000000033437	0.461560203504805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	76.082	29.0	0.00013366475481325942	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0059_000000007032	2104	0.8372763838692163	3	2	1	2	1	False	112687	fragment	False	AST0059_000000007032	1.0		0	0	False	False	0.9985741376876831	0					non-mobilizable	no_good_hit	746.0	82.976	35.0	0.025963119773260088	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0777_000000011937	1451	0.8372763838692163	2	2	1	2	1	False	22387	fragment	False	ISR0777_000000011937	1.0		0	0	False	False	0.9993107914924622	0					non-mobilizable	no_good_hit	746.0	82.976	51.0	0.025963119773260088	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0266_000000009159	2007	0.8372612726951935	3	2	2	1	0	True	61698	maximal	True	ISR0266_000000009159	1.0		1	1	False	False	0.9835575222969055	0					non-mobilizable	no_good_hit	1613.0	90.57700000000001	80.0	0.00043087761656391036	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0285_000000008392	2094	0.8372542960276221	2	2	1	2	2	False	26067	maximal	True	ISR0285_000000008392	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	98.51799999999999	85.0	0.0002644383010503272	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
CAN0018_000000002351	12596	0.8372529516457679	17	10	3	4	9	False	103789	fragment	False	ISR0158_000000000932	0.5621120569284426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4471.0	88.884	76.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
MAD0087_000000004432	5767	0.8372527630021596	14	3	1	3	0	True	16008	maximal	True	MAD0087_000000004432	1.0		1	1	False	False	0.9986128211021423	0					non-mobilizable	no_good_hit								True	True
SPA0027_000000014469	2570	0.8372436457801394	4	3	2	1	2	False	126125	fragment	False	SPA0027_000000014469	0.7269066267882005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000011913	2562	0.8372436457801394	4	3	2	1	2	False	126125	fragment	False	SPA0027_000000014469	0.7263887884648348		0	0	False	False	0.9996097087860107	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000005402	4223	0.8372408345692159	4	4	4	4	4	False	68778	maximal	True	DEN0090_000000005402	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2888.0	99.204	99.0	0.0010031791082999084	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	False	False
ISR0366_000000001276	8790	0.8372406820660412	16	6	4	6	2	False	66572	maximal	False	ISR0234_000000001081	0.971409508158512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	90.661	5.0	0.010240283825189486	MK233924.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_2_c1 sequence	True	False
CHI0139_000000007243	1602	0.8372297708821582	3	3	3	3	2	False	80322	fragment	False	CHI0139_000000007243	0.9876254180602007		0	0	False	False	1.0	0					non-mobilizable	other	1602.0	99.625	100.0	0.0003100796813752121	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0036_000000021334	1931	0.8372283093317435	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.30644609880589513		0	0	False	False	0.9963749647140503	0					non-mobilizable	chromosome	1938.0	93.963	100.0	0.0005378431986637436	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0051_000000017041	1700	0.8372283093317435	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.13499184787663934		0	0	False	False	0.9988235235214233	0					non-mobilizable	chromosome	1707.0	94.2	100.0	0.0004738142464418694	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0380_000000008040	1490	0.8372283093317435	3	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.0678893544248718		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	99.32700000000001	90.0	0.06979781620604984	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0383_000000010435	1450	0.8372283093317435	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.06786332669019528		0	0	False	False	0.9937931299209595	0					non-mobilizable	other	1337.0	99.402	92.0	0.06979781620604984	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0106_000000031967	1374	0.8372283093317435	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.06762809215467885		0	0	False	False	1.0	0					non-mobilizable	chromosome	1356.0	99.41	100.0	0.0002110069641641656	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
ISR0830_000000026087	1184	0.8372283093317435	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.03167844366003231		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	98.902	100.0	0.06180450342197377	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0010_01_000000022831	1139	0.8372283093317435	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.028133140317680518		0	0	False	False	0.993854284286499	0					non-mobilizable	chromosome	1139.0	100.0	100.0	0.00017721470495853908	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
ISR0310_000000008425	2009	0.8372270945285889	3	3	3	3	2	False	108430	fragment	False	ISR0310_000000008425	0.9722500000000001		0	0	False	False	0.9915381073951721	0					non-mobilizable	chromosome	2009.0	98.40700000000001	100.0	0.0003887649259691292	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
FIJ0053_000000004975	3957	0.8372248829033468	6	6	4	6	4	False	112294	fragment	False	FIJ0053_000000004975	1.0		0	0	False	False	0.9964619874954224	0					non-mobilizable	other	1858.0	99.462	95.0	0.0004552953645930255	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0013_000000006624	4013	0.8372177783014507	4	1	0	1	0	True	88138	fragment	False	SPA0013_000000006624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0157_000000015267	2061	0.8372177783014507	1	1	0	1	0	True	88140	fragment	False	ISR0157_000000015267	1.0		0	0	False	False	0.9752547144889832	0					non-mobilizable	no_good_hit								True	True
SPA0120_000000021491	1895	0.8372177783014507	1	1	0	1	0	True	88137	fragment	False	SPA0120_000000021491	1.0		0	0	False	False	0.9994723200798035	0					non-mobilizable	no_good_hit								True	True
ISR0090_000000023167	1352	0.8372177783014507	1	1	0	1	0	True	88136	fragment	False	ISR0090_000000023167	1.0		0	0	False	False	0.9948225021362305	0					non-mobilizable	no_good_hit								True	True
CHI0034_000000014615	1155	0.8372177783014507	1	1	0	1	0	True	88135	fragment	False	CHI0034_000000014615	1.0		0	0	False	False	0.9870129823684692	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00040686096062014175	NZ_JAAIQH010000012.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_12_length_93398_cov_330.367, whole genome shotgun sequence	True	True
MON0101_000000028630	2220	0.8372114606814919	3	2	1	2	1	True	9050	maximal	True	MON0101_000000028630	1.0		1	1	False	False	0.9797297120094299	0					non-mobilizable	no_good_hit								True	True
AST0012_000000019281	1251	0.837210568470843	2	2	2	2	2	False	124631	fragment	False	ENG0204_000000020312	0.6400781978287156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	87.5	8.0	2.5282828355410564e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0112_000000013558	2013	0.8372102113162272	3	2	1	1	2	False	42015	fragment	False	FIJ0112_000000013558	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1220.0	98.279	99.0	0.014467255501004505	CP034140.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain G747 plasmid pG747_84.1Kb, complete sequence	False	True
CHI0092_000000002190	4408	0.8371983619398209	4	2	2	2	1	True	89999	maximal	True	CHI0092_000000002190	0.998044983567512	PS208	5	2	True	True	1.0	353					non-mobilizable	no_good_hit	964.0	76.556	30.0	0.3275802554366586	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0125_000000003598	4407	0.8371983619398209	4	2	2	2	1	True	89999	maximal	False	CHI0092_000000002190	0.9969818288078351	PS208	0	0	True	True	1.0	315					non-mobilizable	no_good_hit	1008.0	76.885	31.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0100_000000000716	4388	0.8371983619398209	4	2	2	2	1	True	89999	maximal	False	CHI0092_000000002190	0.9980362081100277	PS208	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	986.0	76.775	31.0	0.3351743182602692	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0013_000000001909	4388	0.8371983619398209	4	2	2	2	1	True	89999	maximal	False	CHI0092_000000002190	0.996636983603418	PS208	0	0	True	True	1.0	2406					non-mobilizable	no_good_hit	1009.0	77.007	32.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0027_000000009821	3865	0.8371983619398209	4	2	2	2	1	True	12671	maximal	True	MON0027_000000009821	1.0		1	1	False	False	0.9878395795822144	0					non-mobilizable	no_good_hit	1041.0	86.359	27.0	0.3565757680358992	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0107_000000014416	3849	0.8371983619398209	5	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.4927747360941466	PS190	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1453.0	86.648	44.0	0.49810148429409734	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
TAN0019_000000001635	3633	0.8371983619398209	5	2	2	2	1	True	70361	fragment	False	TAN0019_000000001635	1.0		0	0	False	False	0.9961464405059814	0					non-mobilizable	no_good_hit	1429.0	90.48299999999999	39.0	0.49154297549188813	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0022_000000007760	3378	0.8371983619398209	4	2	2	2	1	True	13029	fragment	False	MON0022_000000007760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	73.207	21.0	0.2502588885053504	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0076_000000002799	2794	0.8371983619398209	4	2	2	2	1	True	84602	maximal	True	CHI0076_000000002799	1.0		2	1	True	True	1.0	49					non-mobilizable	no_good_hit	966.0	91.20100000000001	55.0	0.3324128408698654	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0162_000000010786	2794	0.8371983619398209	4	2	2	2	1	True	84602	maximal	False	CHI0076_000000002799	1.0		0	0	True	True	1.0	59					non-mobilizable	no_good_hit	966.0	91.20100000000001	55.0	0.3324128408698654	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ENG0192_000000004383	4033	0.8371940602716849	4	2	1	2	0	True	54659	maximal	True	ENG0192_000000004383	1.0		1	1	True	True	0.9955368041992188	11					non-mobilizable	no_good_hit								True	True
CHI0135_000000005458	3725	0.8371940602716849	4	2	1	2	0	True	80694	maximal	True	CHI0135_000000005458	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
SPA0097_000000009517	3406	0.8371940602716849	4	2	1	2	0	True	5127	backbone	True	SPA0097_000000009517	1.0	PS18	1	1	True	True	1.0	62					non-mobilizable	no_good_hit								True	True
ISR0091_000000016010	1879	0.8371918498693379	3	3	3	3	2	False	120333	maximal	False	ISR0029_000000020154	0.21926621457137888		0	0	False	False	0.9994677901268005	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	3.0	3.068549477483559e-05	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
ISR0177_000000009545	2896	0.8371904414390838	3	3	3	3	2	False	127843	fragment	False	ISR0153_000000009143	0.6444923888289584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	97.109	41.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0302_000000011169	1462	0.8371831035778157	3	3	3	2	0	True	25533	maximal	True	ISR0302_000000011169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0115_000000003503	4724	0.8371829910950808	5	5	4	5	5	False	120093	maximal	True	ENG0115_000000003503	1.0		22	6	False	False	0.9997883439064026	0					non-mobilizable	no_good_hit	2906.0	97.419	85.0	0.0006135315276005764	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0076_000000007074	2131	0.8371674470537804	3	1	1	1	1	False	44551	maximal	True	FIJ0076_000000007074	1.0		1	1	False	False	0.99859219789505	0					non-mobilizable	no_good_hit	995.0	71.055	46.0	0.0002647077034808657	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0157_000000012114	2562	0.8371664581849181	3	2	1	2	2	True	67954	fragment	False	ISR0157_000000012114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	80.039	84.0	0.00019619657541104926	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0140_000000009571	2279	0.8371552462227635	5	2	2	2	1	False	23975	fragment	False	SPA0140_000000009571	1.0		0	0	False	False	0.9991224408149719	0					non-mobilizable	no_good_hit	1029.0	89.796	45.0	0.0035879893035958123	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
SPA0102_000000000773	29630	0.8371535839786939	25	16	13	15	12	True	4923	maximal	True	SPA0102_000000000773	1.0		2	1	False	False	0.9999662637710571	0					non-mobilizable	no_good_hit	1605.0	83.48899999999999	8.0	0.0004969906035643219	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ISR0335_000000000507	19959	0.8371516773663928	24	7	4	6	6	True	110952	fragment	False	ISR0335_000000000507	1.0		0	0	False	False	0.9999498724937439	0					non-mobilizable	plasmid	15435.0	99.177	99.0	0.09321398783981433	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0081_000000000516	17807	0.8371494457219165	20	18	9	12	12	True	132510	maximal	True	SPA0081_000000000516	1.0	PS1165|PS799|PS800	4	3	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	8224.0	99.84200000000001	51.0	0.9193872987477638	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
MAD0112_000000006962	3898	0.8371469012985159	3	3	2	3	2	False	14468	maximal	True	MAD0112_000000006962	1.0		1	1	False	False	0.9984607696533203	0					non-mobilizable	no_good_hit	763.0	78.768	19.0	0.0006191828590501981	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
ISR0126_000000028362	1741	0.8371459886431422	2	1	1	1	0	True	117436	maximal	False	AST0031_000000014868	0.9679558011049724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0134_000000025254	1274	0.8371446782513212	2	2	1	2	1	True	31451	fragment	False	ISR0134_000000025254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	94.03	16.0	0.07677543186180422	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0018_000000005880	4603	0.8371406789379728	7	6	3	6	4	True	50031	maximal	True	FIJ0018_000000005880	0.9998398329996481		4	1	True	True	1.0	1211					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.00012273220776359888	NZ_RQFU01000010.1	bacteria	Leptospira yanagawae strain 201800272 contig_0004, whole genome shotgun sequence	True	True
ISR0259_000000007034	2217	0.8371247397177276	3	3	3	2	2	False	113084	fragment	False	ISR0259_000000007034	1.0		0	0	False	False	0.981055498123169	0					non-mobilizable	no_good_hit	1709.0	87.01	76.0	0.006539049118096384	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0036_000000002869	7339	0.8371150311523541	7	5	3	5	3	False	104090	maximal	False	ISR0293_000000004753	0.9818139190974773		0	0	True	True	0.9997274875640869	2					non-mobilizable	no_good_hit	778.0	76.47800000000001	12.0	0.0002452842412449481	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
USA0015_01_000000006741	4670	0.8371136054711095	3	2	2	2	0	True	104172	fragment	False	USA0027_01_000000005352	0.9470517448856799		0	0	False	False	0.9935759902000427	0					non-mobilizable	no_good_hit	1218.0	88.67	26.0	0.00499320972711719	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0326_000000004478	3792	0.8371136054711095	4	2	2	2	0	True	104171	fragment	False	ISR0326_000000004478	0.9979015109121433		0	0	False	False	0.9854958057403564	0					non-mobilizable	no_good_hit	666.0	89.48899999999999	18.0	0.0027284178048750467	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0035_01_000000007025	3574	0.8371136054711095	5	2	2	2	0	True	104171	fragment	False	ISR0326_000000004478	0.9694092827004219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	89.542	13.0	0.0018791208340342427	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0076_000000007293	3421	0.8371136054711095	5	2	2	2	0	True	104166	fragment	False	ISR0076_000000007293	0.9793224674022867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	89.65100000000001	23.0	0.0031674263840053172	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0123_000000006311	3201	0.8371136054711095	5	2	2	2	0	True	104166	fragment	False	ISR0076_000000007293	0.9705481621484824		0	0	False	False	0.9996876120567322	0					non-mobilizable	no_good_hit	554.0	90.43299999999999	17.0	0.002268894806159249	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0776_000000008184	3057	0.8371136054711095	5	2	2	2	0	True	104166	fragment	False	ISR0076_000000007293	0.8149040115208003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	89.94200000000001	17.0	0.002117088101226352	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0042_000000022158	1526	0.8371130990619929	2	2	2	1	1	True	6842	fragment	False	SPA0042_000000022158	1.0		0	0	False	False	0.996723473072052	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	3.928416802541645e-06	NZ_CP017599.1	cyanobacteria	Moorea producens PAL-8-15-08-1 chromosome, complete genome	True	True
AST0106_000000011866	1665	0.8371023783348729	2	2	2	2	1	False	107406	fragment	False	AUS0002_000000021543	0.9826086956521739		0	0	False	False	0.9987987875938416	0					non-mobilizable	no_good_hit	107.0	80.374	6.0	3.457330829703951e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0068_000000023009	1165	0.8370974358197859	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.6098038618823979		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	93.04700000000001	100.0	0.0025608532657479277	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
SPA0089_000000033338	1112	0.8370974358197859	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.4595504698200303		0	0	False	False	0.9946042895317078	0					non-mobilizable	chromosome	1112.0	96.31299999999999	100.0	0.0002561382694782088	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	False	True
ISR0224_000000020900	1492	0.8370971874152207	2	2	2	2	1	True	95152	fragment	False	ISR0224_000000020900	0.9214677640603567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	3.0	0.00028786445696426366	NZ_BDBF01000014.1	high GC Gram+	Nocardia elegans NBRC 108235, whole genome shotgun sequence	True	True
CHI0030_000000001256	4577	0.8370947575220402	9	7	1	4	6	False	90770	fragment	False	CHI0030_000000001256	1.0		0	0	False	False	0.9965042471885681	0					non-mobilizable	other	4584.0	98.931	100.0	0.553820075069621	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	False
ISR0004_000000011405	1689	0.83709003589956	2	1	1	1	1	False	38563	fragment	False	ISR0004_000000011405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.300416745641854e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0126_000000031227	1445	0.83709003589956	2	1	1	1	1	False	7712	fragment	False	SPA0126_000000031227	0.9742595204513399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0020_000000024353	1418	0.83709003589956	2	1	1	1	1	False	7712	fragment	False	SPA0126_000000031227	0.9643598615916955		0	0	False	False	0.9964739084243774	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.300416745641854e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0041_000000004638	7136	0.8370853666625788	10	7	4	3	6	True	123628	fragment	False	USA0108_01_000000001009	0.026663042845471083		0	0	False	True	1.0	0					non-mobilizable	plasmid	7136.0	99.916	100.0	0.23017820247933884	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0203_000000001751	6973	0.8370853666625788	10	7	4	3	6	True	123628	fragment	False	USA0108_01_000000001009	0.026464416933319353		0	0	False	True	1.0	0					non-mobilizable	plasmid	6973.0	99.713	100.0	0.22507747933884298	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0090_000000000714	20658	0.8370847259022041	16	7	5	6	3	True	74341	fragment	False	ISR0043_000000000813	0.9735651396484535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	88.889	0.0	0.0030258924467596138	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0032_000000001073	20580	0.8370847259022041	16	7	5	6	3	True	74341	fragment	False	ISR0043_000000000813	0.9714844059980161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	87.654	0.0	0.0030258924467596138	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
SPA0016_000000014588	2281	0.837078452870982	5	3	1	1	3	True	123556	backbone	False	ISR0826_000000002301	0.24370765361470226	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	chromosome	2286.0	97.988	100.0	0.0005179663752166636	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
FIJ0068_000000009412	3331	0.8370782918929521	4	4	2	3	4	False	122185	fragment	False	MAD0021_000000003876	0.6327507101798182		0	0	False	False	0.9837886691093445	0					non-mobilizable	other	3264.0	98.56	98.0	0.05660802886783942	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0395_000000015873	2434	0.8370725936672583	3	3	2	3	2	False	86197	fragment	False	ISR0395_000000015873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	1.8296408058095112e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0034_000000003898	3777	0.8370718315162914	3	3	2	3	2	False	88285	maximal	True	CHI0034_000000003898	1.0		3	2	False	False	0.9973524212837219	0					non-mobilizable	no_good_hit	421.0	73.39699999999999	11.0	7.876840543948288e-05	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ENG0074_000000000972	20720	0.8370634321564987	18	9	7	7	3	True	132071	maximal	True	ENG0074_000000000972	1.0		2	1	False	False	0.9999035000801086	0					non-mobilizable	no_good_hit	645.0	79.225	3.0	0.006326913717583258	NZ_LNAM01000197.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf7, whole genome shotgun sequence	True	True
ISR0171_000000005312	4521	0.8370575260121054	6	5	5	4	5	False	54272	maximal	True	ISR0171_000000005312	1.0		26	4	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	76.258	22.0	0.052482193541477	NZ_SMCQ01000039.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_139, whole genome shotgun sequence	True	False
MAD0054_000000002028	5579	0.8370565590344391	4	3	2	3	3	False	17179	maximal	True	MAD0054_000000002028	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	93.54799999999999	2.0	3.0966661359698975e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AUS0006_000000003342	5724	0.8370404837993743	7	5	3	3	5	False	102184	maximal	True	AUS0006_000000003342	1.0		1	1	True	True	1.0	152	rep_cluster_870	MOBV			mobilizable	no_good_hit	4040.0	95.76700000000001	70.0	0.7465753424657534	LN853086.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0444	True	True
ENG0193_000000010354	1951	0.8370397007235705	3	2	1	2	1	False	54590	maximal	True	ENG0193_000000010354	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1668.0	88.90899999999999	85.0	0.006891753089692191	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	False
USA0073_01_000000002912	7316	0.8370387383200879	9	6	6	6	3	True	100632	fragment	False	USA0073_01_000000002912	0.9950224340998317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1624.0	82.882	22.0	0.0005401816134762929	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	True
AST0116_000000019018	1422	0.8370356295839665	3	2	2	2	2	False	106176	maximal	True	AST0116_000000019018	1.0		2	1	False	False	0.9936708807945251	0					non-mobilizable	no_good_hit	1246.0	85.39299999999999	87.0	0.016714144918926945	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0056_000000002301	7435	0.8370288323285198	10	7	1	4	7	True	82876	maximal	True	ISR0056_000000002301	1.0		1	1	False	False	1.0	0	IncK2/Z				non-mobilizable	other	6413.0	93.31	100.0	0.0012543115116526228	CP007394.1	enterobacteria	Escherichia coli strain ST2747, complete genome	False	True
ISR0141_000000017437	1832	0.8370272037934744	4	3	2	3	1	False	61976	fragment	False	ISR0141_000000017437	1.0		0	0	False	False	0.9841703176498413	0					non-mobilizable	no_good_hit	734.0	84.196	66.0	0.002838826773394143	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0032_000000012316	2840	0.8370270895539619	3	2	2	2	1	False	50326	maximal	True	FIJ0032_000000012316	1.0		26	3	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	84.071	4.0	0.0001615185046847577	NZ_QEIH01000003.1	CFB group bacteria	Lutibacter citreus strain 1KV19 contig3, whole genome shotgun sequence	True	False
ISR0391_000000005657	2445	0.8370240998886778	4	4	2	3	3	True	87541	fragment	False	ISR0391_000000005657	0.9762262892924547		0	0	False	False	0.982413113117218	0					non-mobilizable	chromosome	2423.0	99.463	99.0	0.00047397334477235973	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
SPA0009_000000012941	2747	0.8370159329942121	3	3	1	2	3	False	111810	fragment	False	SPA0009_000000012941	0.9363272672582343		0	0	False	False	0.9996359944343567	0					non-mobilizable	no_good_hit	80.0	91.25	3.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0162_000000002934	10193	0.8370134362655333	12	10	6	8	10	False	90429	maximal	True	ISR0162_000000002934	1.0		3	2	False	False	0.9990189075469971	0	IncFIB				non-mobilizable	plasmid	4964.0	99.65799999999999	98.0	0.050641706858497504	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
CHI0056_000000003452	4773	0.8370121535567041	5	5	5	5	4	False	86199	maximal	True	CHI0056_000000003452	1.0		0	0	False	False	0.9989524483680725	0					non-mobilizable	no_good_hit	964.0	76.556	20.0	0.0003376259896349535	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ENG0084_000000025599	1173	0.8369962077382118	2	2	2	2	2	False	61492	maximal	True	ENG0084_000000025599	1.0		0	0	False	False	0.9761295914649963	0					non-mobilizable	no_good_hit	705.0	88.936	60.0	0.002322359305931253	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	True	False
ISR0109_000000005170	5406	0.8369916843967717	5	3	2	3	2	True	117387	fragment	False	ISR0109_000000005170	1.0		0	0	False	False	0.997225284576416	0					non-mobilizable	plasmid	3667.0	95.964	99.0	0.1566914975597226	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0086_000000015820	1754	0.8369880021461759	4	3	2	2	1	False	33910	maximal	True	ISR0086_000000015820	1.0		1	1	False	False	0.9994298815727234	0					non-mobilizable	no_good_hit	874.0	88.444	49.0	0.020646872188284322	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0198_000000002082	8985	0.8369574435327946	11	7	7	7	5	False	103107	maximal	True	ENG0198_000000002082	1.0		2	2	False	False	0.9971063137054443	0					non-mobilizable	no_good_hit	1421.0	98.381	23.0	0.005200640642695097	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0022_000000002800	4756	0.8369521774593665	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.6723053444931836	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4747.0	99.389	100.0	0.0009190056765305318	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0172_000000003392	4650	0.8369328347614938	4	3	3	2	2	False	89413	maximal	True	ISR0172_000000003392	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1425.0	80.702	79.0	0.0022882110203090865	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
SPA0010_000000003431	5348	0.836931609648713	5	1	1	0	1	False	29705	maximal	True	SPA0010_000000003431	1.0		1	1	False	False	0.9990650415420532	0					non-mobilizable	no_good_hit	170.0	92.941	3.0	0.02090290661719233	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
ENG0185_000000005404	4302	0.836931609648713	4	1	1	0	1	False	66562	maximal	False	ISR0202_000000002761	0.9648562457013914	PS94	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	362.0	89.779	12.0	0.04465058750773036	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0145_000000008033	3968	0.836931609648713	4	1	1	0	1	False	31076	backbone	True	ISR0145_000000008033	1.0	PS94	1	1	True	True	0.9987398982048035	19					non-mobilizable	no_good_hit	363.0	89.53200000000001	13.0	0.04465058750773036	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0320_000000015372	1678	0.836931609648713	1	1	1	0	1	False	25056	fragment	False	ISR0320_000000015372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	91.139	5.0	0.0007701497842593232	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	True	False
ISR0839_000000019117	1149	0.836921086036617	2	1	1	1	1	True	74230	fragment	False	MON0052_000000022249	0.2550698724885898		0	0	False	False	0.9982593655586243	0					non-mobilizable	other	1149.0	96.432	100.0	0.02624	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
AST0016_000000019756	1172	0.8369192971387057	3	1	1	1	1	False	122982	maximal	True	AST0016_000000019756	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	79.97800000000001	79.0	0.00026137226437504606	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0003_000000013080	1999	0.8369177052766519	3	3	2	1	2	False	109510	fragment	False	ENG0182_000000011915	0.26038286212746		0	0	False	False	0.9919959902763367	0					non-mobilizable	other	1999.0	100.0	100.0	0.013708498857625095	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
SPA0075_000000002993	4879	0.8368975676286385	7	4	1	4	1	False	44588	fragment	False	SPA0075_000000002993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0073_000000002017	7392	0.8368972893703941	8	7	5	6	5	False	111434	fragment	False	SPA0073_000000002017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4653.0	98.45299999999999	82.0	0.006440826808244812	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
MAD0098_000000014334	3048	0.8368917163072098	2	2	2	2	2	False	21134	fragment	False	MAD0098_000000014334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1955.0	75.499	64.0	0.09728132979522355	NZ_GL638141.1	firmicutes	Selenomonas artemidis F0399 Scfld51, whole genome shotgun sequence	True	False
MAD0033_000000010390	1944	0.83688560124639	3	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.6069904819625852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	84.43799999999999	33.0	0.0001818276858085037	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0116_000000027355	1504	0.8368710182887811	2	2	2	1	1	False	4347	fragment	False	SPA0116_000000027355	1.0		0	0	False	False	0.998670220375061	0					non-mobilizable	chromosome	1511.0	82.462	100.0	0.00047374199122300766	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0178_000000011709	1910	0.8368707738272827	3	3	3	3	2	False	55462	fragment	False	ENG0178_000000011709	1.0		0	0	False	False	0.99109947681427	0					non-mobilizable	chromosome	1910.0	99.476	100.0	0.0002694490254385851	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0102_000000007765	4859	0.8368677105313761	8	6	4	4	6	True	123411	fragment	False	SPA0102_000000007765	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4802.0	98.501	100.0	0.45994633959371406	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
CHI0129_000000018995	1383	0.8368649625281109	2	2	2	2	2	False	99060	fragment	False	CHI0129_000000018995	0.9751867805172054		0	0	False	False	1.0	0					non-mobilizable	chromosome	1383.0	97.975	100.0	0.00046960209886993075	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0006_000000002279	7147	0.8368642994165469	7	6	5	6	5	False	66615	maximal	True	MON0006_000000002279	1.0		118	7	False	False	0.9998601078987122	0					non-mobilizable	other	3892.0	98.792	98.0	0.0018658107019631886	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
FIJ0028_000000016049	1885	0.8368590744767329	2	2	2	2	2	False	111638	fragment	False	FIJ0028_000000016049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	80.91199999999999	46.0	0.0013099485628999506	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0058_000000009031	2746	0.8368525828128616	3	3	3	2	2	False	35511	maximal	True	ISR0058_000000009031	1.0		17	4	False	False	0.9825200438499451	0					non-mobilizable	no_good_hit	634.0	71.767	23.0	0.0002335197737185884	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	False
FIJ0077_000000006127	4798	0.8368487511681347	5	4	1	3	3	False	44525	maximal	True	FIJ0077_000000006127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	86.575	20.0	0.00015737741927081072	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
FIJ0058_000000010289	3783	0.8368478037287761	4	4	3	4	4	False	90145	fragment	False	FIJ0058_000000010289	0.9953547297297298		0	0	False	False	1.0	0					non-mobilizable	chromosome	3783.0	99.921	100.0	0.0007639698718724352	CP025865.1	enterobacteria	Escherichia coli strain 504211 chromosome, complete genome	False	False
ENG0180_000000015599	1166	0.8368405338428692	2	2	2	2	1	False	55299	maximal	True	ENG0180_000000015599	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	85.455	66.0	0.0002218781712378777	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0038_000000002036	12214	0.8368350733889791	15	12	11	10	11	False	125229	maximal	True	ISR0038_000000002036	1.0		2	2	False	False	0.9968888163566589	0					non-mobilizable	no_good_hit	2660.0	77.782	42.0	0.000793950201829548	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0330_000000011386	2520	0.8368335748310076	3	3	3	3	2	False	80185	maximal	True	ISR0330_000000011386	1.0		1	1	False	False	0.9908730387687683	0					non-mobilizable	no_good_hit	388.0	72.938	15.0	0.0007614604812029472	NZ_AXWS01000014.1	b-proteobacteria	Derxia gummosa DSM 723 H566DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
MAD0047_000000001012	18126	0.8368313641142097	24	14	6	11	10	False	128721	fragment	False	MAD0047_000000001012	1.0		0	0	False	False	0.9998896718025208	0					non-mobilizable	no_good_hit	2887.0	90.37100000000001	44.0	0.0012353561414695036	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
FIJ0139_000000003292	7725	0.8368149995380149	9	8	5	8	4	False	52990	fragment	False	MON0036_000000001365	0.9367462075017772		0	0	False	False	0.9998705387115479	0					non-mobilizable	no_good_hit	1119.0	95.44200000000001	22.0	0.0337866424901783	NZ_JADU01000030.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00026.26_C, whole genome shotgun sequence	True	False
ISR0324_000000003507	8929	0.8368134222847826	8	5	3	5	3	False	24956	maximal	True	ISR0324_000000003507	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	89.09100000000001	3.0	0.006099064959526426	NZ_QRYH01000021.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf21, whole genome shotgun sequence	True	False
CHI0182_000000003594	6585	0.8368096081712421	5	2	2	2	1	False	77388	maximal	True	CHI0182_000000003594	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	81.565	9.0	0.0001404869380246654	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0023_000000005281	5156	0.8367997353231853	8	6	3	4	5	False	109882	fragment	False	MON0045_000000004455	0.7362603876807435		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3161.0	95.286	61.0	0.3981598185026468	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
ISR0336_000000002149	5086	0.8367997353231853	7	6	3	4	5	False	109882	fragment	False	MON0045_000000004455	0.6227897551936159		0	0	False	False	0.9988203048706055	0	rep_cluster_1097				non-mobilizable	no_good_hit	3091.0	95.147	61.0	0.3894351991931417	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0042_000000002406	5033	0.8367997353231853	7	6	3	4	5	False	109882	fragment	False	MON0045_000000004455	0.61923904296984		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3038.0	94.99700000000001	60.0	0.3826569195865894	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
MON0048_000000020210	1990	0.8367981795692535	3	2	1	1	2	True	123571	maximal	True	MON0048_000000020210	1.0	PS902	2	1	False	True	0.9944723844528198	0	rep_cluster_1702				non-mobilizable	no_good_hit	1695.0	97.699	84.0	0.004194138604644253	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
CHI0180_000000008085	1617	0.8367981795692535	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.19415259512877364	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1617.0	99.32	100.0	0.05199781061850027	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0003_000000009280	1400	0.8367981795692535	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.12891879154940866	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1400.0	100.0	100.0	0.014232087813711228	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0027_000000012639	1378	0.8367981795692535	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.11990676123987483	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1378.0	99.71	100.0	0.011534885279408932	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0830_000000022621	1352	0.8367981795692535	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.12414966358284867	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1352.0	100.0	100.0	0.01374378172717932	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0058_000000039564	1348	0.8367981795692535	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.0802307969667801	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1353.0	97.48700000000001	99.0	0.011325464704256263	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
USA0047_01_000000027266	1333	0.8367981795692535	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.11035051525262331	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1333.0	99.7	100.0	0.01355049390126044	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0070_000000027034	1293	0.8367981795692535	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.10201014305280529	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1293.0	99.845	100.0	0.01314357216248385	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0045_000000015724	1277	0.8367981795692535	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.10149627816696319	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1277.0	100.0	100.0	0.012980803466973214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0117_000000011422	1269	0.8367981795692535	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.0988331978648883	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1270.0	99.449	100.0	0.012663659588056842	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0831_000000015154	1251	0.8367981795692535	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.09238541540793166	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1251.0	99.76	100.0	0.040245983450851605	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0073_000000019176	1219	0.8367981795692535	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.08873611072972215	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1219.0	100.0	100.0	0.0392156862745098	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0129_000000021949	1219	0.8367981795692535	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.08873611072972215	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1219.0	100.0	100.0	0.0392156862745098	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0107_000000051514	1204	0.8367981795692535	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.04492564210037464	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1204.0	99.834	100.0	0.012238171293705939	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0047_000000005456	3171	0.8367941877239115	3	2	2	2	1	False	64357	fragment	False	ENG0047_000000005456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0294_000000008524	2257	0.836788876998537	3	3	3	2	2	False	25770	fragment	False	ISR0294_000000008524	1.0		0	0	False	False	0.9955693483352661	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.027776105324422e-05	NZ_LMBW01000004.1	firmicutes	Bacillus humi strain DSM 16318 Scaffold4, whole genome shotgun sequence	True	False
ISR0781_000000001597	13208	0.8367844634538016	19	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.5162975020600151	PS943|PS946|PS949	0	0	True	True	1.0	408					non-mobilizable	no_good_hit	603.0	85.406	5.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0091_000000001925	14711	0.8367793207713418	18	13	6	10	9	False	120540	maximal	True	ISR0091_000000001925	1.0		1	1	False	False	0.9996601343154907	0					non-mobilizable	no_good_hit	2582.0	88.11	28.0	0.22365908696406875	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
ISR0358_000000015105	1287	0.8367705095746988	2	2	2	2	1	False	23840	fragment	False	ISR0358_000000015105	1.0		0	0	False	False	0.9603729844093323	0					non-mobilizable	no_good_hit	839.0	79.023	65.0	0.0006133243801226943	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	False
MON0092_000000003689	10597	0.8367684036329496	12	9	5	7	5	True	126159	fragment	False	MON0092_000000003689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	73.691	15.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0052_000000001896	13681	0.8367648633171778	12	9	9	7	6	False	110508	maximal	True	DEN0052_000000001896	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2229.0	98.789	16.0	0.0006748760430212273	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
SPA0120_000000026628	1512	0.8367541722521425	2	2	2	2	1	False	4165	maximal	True	SPA0120_000000026628	1.0		35	7	False	False	0.9966931343078613	0					non-mobilizable	other	1512.0	98.876	100.0	0.008431778485851242	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0028_000000005174	4944	0.8367485738240578	4	2	2	2	1	False	7451	maximal	True	SPA0028_000000005174	1.0		1	1	False	False	0.9985841512680054	0					non-mobilizable	no_good_hit	1447.0	99.171	29.0	0.007820322013259369	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	True	False
FIJ0022_000000006639	3695	0.8367473958546324	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.4204463005786419		0	0	False	False	1.0	0					non-mobilizable	chromosome	2172.0	92.17299999999999	98.0	0.0006978191620174935	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0109_000000003116	8012	0.8367447955715007	9	5	4	4	5	False	110377	fragment	False	AUS0004_000000002589	0.953864111070156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	85.751	28.0	0.0002239031349910265	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0043_000000006415	3636	0.8367411247973809	5	4	4	4	4	False	31466	maximal	True	MAD0043_000000006415	1.0		1	1	False	False	0.9950494766235352	0					non-mobilizable	no_good_hit	675.0	70.222	18.0	0.00018601938767096594	NZ_CP013659.2	firmicutes	Planococcus rifietoensis strain M8 chromosome, complete genome	True	False
CHI0107_000000000187	34970	0.8367357202169686	90	11	5	11	6	False	83029	maximal	True	CHI0107_000000000187	1.0		1	1	False	False	0.9999713897705078	0					non-mobilizable	no_good_hit	300.0	95.0	1.0	0.0014565218453838522	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0023_000000004018	6557	0.8367351578659048	9	4	3	4	3	False	39369	maximal	True	ISR0023_000000004018	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	92.264	11.0	0.0012131691604032743	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0068_000000013194	2404	0.8367285431377939	3	3	3	3	3	False	84895	fragment	False	FIJ0068_000000013194	0.9972445951674438		0	0	False	False	1.0	0					non-mobilizable	chromosome	2404.0	99.875	100.0	0.0004531367415074575	CP040993.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_775 chromosome, complete genome	False	False
CHI0106_000000004758	3915	0.8367239733505568	4	4	4	4	4	False	83165	maximal	False	SPA0123_000000002890	0.9697184999245622		0	0	False	False	0.9943805932998657	0					non-mobilizable	other	3847.0	99.766	98.0	0.11924556396575257	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
MON0086_000000003690	7546	0.8367127406964221	7	5	4	5	3	True	108206	fragment	False	MON0086_000000003690	0.9845679012345678		0	0	False	False	0.9968194961547852	0					non-mobilizable	no_good_hit	1237.0	70.41199999999999	16.0	0.005532267723064167	NZ_ATUF01000004.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
SPA0018_000000009198	3146	0.8367114508386545	4	4	4	3	3	False	121540	fragment	False	CHI0101_000000003957	0.9764475811524574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2546.0	97.29	83.0	0.00046123771981766606	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
USA0015_01_000000008617	3767	0.836710504841218	6	6	6	5	4	False	73246	fragment	False	ISR0083_000000005713	0.9592765748031495		0	0	False	False	0.9978762865066528	0					non-mobilizable	no_good_hit	257.0	76.265	7.0	7.043858727242349e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0042_000000012388	2093	0.8367070733136742	2	2	2	2	2	False	90685	fragment	False	ENG0023_000000007169	0.5941815185104687		0	0	False	False	0.9985666275024414	0					non-mobilizable	chromosome	2093.0	99.618	100.0	0.0008845897862861522	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
USA0145_01_000000018120	1296	0.8367018971836665	2	2	0	2	0	True	5	fragment	False	USA0145_01_000000018120	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	97.20299999999999	91.0	0.004573348125276379	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
ISR0805_000000000314	28368	0.8367011550632542	18	4	3	4	3	False	21805	maximal	True	ISR0805_000000000314	1.0		1	1	False	False	0.9996474981307983	0					non-mobilizable	no_good_hit	762.0	94.226	3.0	0.9986824769433466	GQ875542.1		Uncultured organism clone VC1A338TF genomic sequence	True	False
FIJ0164_000000018115	1252	0.8366997509076523	1	1	1	1	1	False	39075	fragment	False	FIJ0164_000000018115	1.0		0	0	False	False	0.995207667350769	0					non-mobilizable	no_good_hit								True	False
MAD0025_000000002099	4652	0.8366937157802906	7	5	3	5	3	False	19154	maximal	True	MAD0025_000000002099	1.0		1	1	False	False	0.9980653524398804	0					non-mobilizable	no_good_hit	1045.0	71.196	22.0	0.00032544737060199796	NZ_LR134441.1	CFB group bacteria	Chryseobacterium antarcticum strain NCTC13489 chromosome 1	True	False
ISR0119_000000010883	2905	0.8366920856896864	4	4	4	3	3	False	32351	maximal	True	ISR0119_000000010883	1.0		4	3	False	False	0.9996557831764221	0					non-mobilizable	other	2924.0	97.367	100.0	0.052954928505409664	NZ_JAAITU010000024.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_24_length_55179_cov_136.665, whole genome shotgun sequence	False	False
MON0002_000000006953	3243	0.8366906010203975	4	3	3	3	2	True	14342	maximal	True	MON0002_000000006953	1.0		2	1	False	False	0.998458206653595	0					non-mobilizable	no_good_hit	1383.0	82.574	42.0	0.00041278184554733037	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0069_000000002457	11671	0.8366893693371903	11	6	3	5	4	True	74649	fragment	False	ISR0114_000000001787	0.9874415423925736		0	0	False	False	0.999914288520813	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.9997755244400785e-06	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	True
USA0027_01_000000003958	6691	0.8366888041529471	9	6	2	4	5	False	62238	maximal	True	USA0027_01_000000003958	1.0		11	3	True	True	1.0	19					non-mobilizable	no_good_hit	1541.0	93.12100000000001	68.0	0.2257542310522443	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
CHI0152_000000001191	5032	0.8366828158035182	6	4	2	4	4	False	117869	maximal	True	CHI0152_000000001191	1.0	PS794	0	0	False	True	1.0	0					non-mobilizable	other	4266.0	99.18	90.0	0.0012874764314836137	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
FIJ0140_000000009494	3043	0.8366731232128186	4	2	2	2	1	True	119672	maximal	True	FIJ0140_000000009494	1.0		1	1	False	False	0.9825829863548279	0					non-mobilizable	no_good_hit	49.0	91.837	2.0	1.0326093737697428e-05	NZ_AP014630.1	g-proteobacteria	Acinetobacter guillouiae strain NBRC 110550	True	True
FIJ0145_000000007952	1893	0.8366673188069718	3	2	1	2	2	False	45563	fragment	False	FIJ0145_000000007952	0.99943681980236		0	0	False	False	0.9994717240333557	0					non-mobilizable	plasmid	1893.0	99.68299999999999	100.0	0.009103243872631568	CP052664.1	enterobacteria	Klebsiella pneumoniae strain C17KP0033 plasmid pC17KP0033-1, complete sequence	False	True
MAD0096_000000010482	1787	0.8366673188069718	2	2	1	2	2	False	45563	fragment	False	FIJ0145_000000007952	0.9804053590241777		0	0	False	False	0.9988808035850525	0					non-mobilizable	plasmid	1787.0	100.0	100.0	0.012253102724360074	CP025212.1	enterobacteria	Klebsiella pneumoniae strain HZW25 plasmid unnamed1, complete sequence	False	True
FIJ0115_000000013430	1770	0.8366673188069718	2	2	1	2	2	False	45563	fragment	False	FIJ0145_000000007952	0.9740719029542962		0	0	False	False	1.0	0					non-mobilizable	plasmid	1770.0	99.944	100.0	0.012136471847364485	CP025212.1	enterobacteria	Klebsiella pneumoniae strain HZW25 plasmid unnamed1, complete sequence	False	True
FIJ0063_000000018694	1524	0.8366673188069718	3	2	1	2	2	False	45562	fragment	False	FIJ0063_000000018694	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1524.0	99.934	100.0	0.007327822631087674	CP052664.1	enterobacteria	Klebsiella pneumoniae strain C17KP0033 plasmid pC17KP0033-1, complete sequence	False	True
ISR0304_000000001584	5832	0.8366588037104813	6	4	2	4	1	False	91337	maximal	True	ISR0304_000000001584	1.0		0	0	False	False	0.9998285174369812	0					non-mobilizable	no_good_hit	526.0	96.57799999999999	9.0	0.005571237557569455	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0024_000000002064	3135	0.8366570054406014	4	3	3	2	2	False	115220	fragment	False	DEN0024_000000002064	1.0		0	0	False	False	0.9971292018890381	0					non-mobilizable	other	3135.0	99.745	100.0	0.024250584211585186	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0130_000000020496	1622	0.8366552708892249	3	3	3	2	2	False	42392	maximal	False	SPA0125_000000019592	0.9621749408983451		0	0	False	False	0.9852034449577332	0					non-mobilizable	other	1601.0	98.876	99.0	0.05502820195350117	NZ_CABMGA010000022.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0068_000000004902	4048	0.8366474417402197	6	5	1	4	5	False	100033	fragment	False	ISR0068_000000004902	1.0		0	0	False	False	0.9980236887931824	0					non-mobilizable	chromosome	3057.0	95.38799999999999	100.0	0.5998429216571766	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
ISR0815_000000007911	3842	0.8366446809522784	6	3	1	3	1	True	107917	fragment	False	CHI0137_000000003405	0.9851544983286833		0	0	False	False	0.9994794130325317	0					non-mobilizable	other	3843.0	99.167	100.0	0.018993413375002474	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0186_000000006294	3074	0.8366387276153441	5	4	2	3	3	False	77159	fragment	False	CHI0186_000000006294	0.9841020364020966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	85.0	50.0	0.0002801618085610884	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
FIJ0047_000000018427	1678	0.8366309627067071	2	1	0	1	0	True	129112	fragment	False	FIJ0047_000000018427	0.9126922411973449		0	0	False	False	0.9988080859184265	0					non-mobilizable	no_good_hit								True	True
DEN0052_000000029044	1583	0.8366309627067071	2	1	0	1	0	True	129112	fragment	False	FIJ0047_000000018427	0.6160111243543902		0	0	False	False	0.998736560344696	0					non-mobilizable	no_good_hit								True	True
ISR0330_000000022333	1431	0.8366309627067071	1	1	0	1	0	True	114421	fragment	False	ISR0330_000000022333	1.0		0	0	False	False	0.955974817276001	0					non-mobilizable	no_good_hit	62.0	98.387	4.0	0.0002506904260915308	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	True
ENG0042_000000019182	1296	0.8366309627067071	1	1	0	1	0	True	64670	fragment	False	ENG0042_000000019182	1.0		0	0	False	False	0.9768518805503845	0					non-mobilizable	no_good_hit								True	True
ISR0109_000000024984	1277	0.8366309627067071	2	1	0	1	0	True	32736	fragment	False	ISR0109_000000024984	1.0		0	0	False	False	0.9992169141769409	0					non-mobilizable	no_good_hit								True	True
AST0003_000000024901	1269	0.8366309627067071	2	1	0	1	0	True	129110	fragment	False	AST0003_000000024901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0010_01_000000023229	1118	0.8366309627067071	2	1	0	1	0	True	2035	fragment	False	USA0010_01_000000023229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0241_000000015219	1102	0.8366309627067071	2	1	0	1	0	True	27237	fragment	False	ISR0241_000000015219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0065_000000006382	1824	0.8366081124521346	3	3	3	3	3	False	16629	fragment	False	MAD0065_000000006382	1.0		0	0	False	False	0.9956140518188477	0					non-mobilizable	other	1826.0	98.521	99.0	0.0009625730500643473	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MON0047_000000010619	3546	0.8366063222280101	3	3	3	3	3	False	11475	maximal	True	MON0047_000000010619	1.0		1	1	False	False	0.969261109828949	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	1.841425402612734e-05	CP000561.1	crenarchaeotes	Pyrobaculum calidifontis JCM 11548, complete genome	True	False
ISR0794_000000006744	2896	0.8365970795733777	5	2	2	2	2	True	118221	fragment	False	CHI0086_000000001653	0.9712206417466094		0	0	False	False	0.9944751262664795	0					non-mobilizable	chromosome	2896.0	99.102	100.0	0.0005778048684101804	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0398_000000005157	4377	0.8365931523668595	5	5	4	3	3	False	106082	maximal	True	ISR0398_000000005157	1.0		2	2	False	False	0.9910897612571716	0					non-mobilizable	other	2958.0	98.58	100.0	0.0010735096247255851	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0248_000000004261	1112	0.8365908325447038	2	1	1	1	1	False	27075	fragment	False	ISR0248_000000004261	0.9188340807174888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	666.0	94.444	60.0	0.00022383510656738935	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0049_000000002588	5606	0.8365888414987687	6	3	2	1	2	True	86838	maximal	True	CHI0049_000000002588	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	94.675	23.0	0.09980244962465429	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
ISR0344_000000021063	1641	0.836584258372602	4	2	1	2	1	False	24254	fragment	False	ISR0344_000000021063	1.0		0	0	False	False	0.9987812042236328	0					non-mobilizable	no_good_hit	677.0	78.877	40.0	0.0010761435626757542	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
FIJ0054_000000009396	2660	0.8365838060127466	3	3	3	3	2	False	86343	fragment	False	FIJ0054_000000009396	1.0		0	0	False	False	0.9996240735054016	0					non-mobilizable	no_good_hit								True	False
ISR0005_000000000881	11824	0.8365825811805181	11	6	6	6	4	False	130495	maximal	True	ISR0005_000000000881	0.9768509893376518		46	8	False	False	1.0	0					non-mobilizable	no_good_hit	8027.0	99.81299999999999	70.0	0.012805333401415687	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0130_000000025935	1301	0.8365816179413352	2	2	2	2	2	False	111255	fragment	False	ISR0194_000000017981	0.7778346324632079		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	96.59899999999999	71.0	0.00020877954984398423	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0046_000000014789	1281	0.8365816179413352	2	2	2	2	2	False	111255	fragment	False	ISR0194_000000017981	0.7745480768768139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	95.376	74.0	0.0001965485952890914	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0175_000000003783	6673	0.8365815206097851	3	3	2	3	2	False	80952	fragment	False	DEN0007_000000004299	0.9353204126985896		0	0	False	False	0.9997003078460693	0					non-mobilizable	no_good_hit	752.0	76.46300000000001	19.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0132_000000005217	6379	0.8365815206097851	3	3	2	3	2	False	80952	fragment	False	DEN0007_000000004299	0.9452596781124063		0	0	False	False	0.9993729591369629	0					non-mobilizable	no_good_hit	752.0	76.729	13.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0063_01_000000006128	3322	0.8365767988825642	4	4	4	4	3	False	103009	fragment	False	USA0063_01_000000006128	0.9981232405380044		0	0	False	False	1.0	0					non-mobilizable	chromosome	1626.0	98.831	100.0	0.00022936336633719266	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
AST0101_000000004420	1761	0.836573690367377	3	3	3	3	2	False	108470	maximal	True	AST0101_000000004420	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1757.0	93.682	99.0	0.0003509056225924003	NZ_CP046348.1	enterobacteria	Citrobacter portucalensis strain FDAARGOS_738 chromosome, complete genome	False	False
MON0046_000000024980	1387	0.8365596241252644	2	2	2	2	2	False	11506	maximal	True	MON0046_000000024980	0.9789391575663027		239	13	False	False	0.9971160888671875	0					non-mobilizable	other	1387.0	92.934	100.0	0.00041729805829948934	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ITA0006_000000014039	1667	0.8365557251866877	2	2	1	1	1	True	115835	fragment	False	ITA0006_000000014039	1.0		0	0	False	False	0.9952009320259094	0	rep_cluster_1320				non-mobilizable	plasmid	1353.0	99.26100000000001	100.0	0.19163120567375885	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
FIJ0067_000000008640	3440	0.8365544845969486	4	3	2	3	1	False	45232	fragment	False	FIJ0067_000000008640	1.0		0	0	False	False	0.9970930218696594	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	9.359327696093271e-06	CP002446.1	g-proteobacteria	Pseudoxanthomonas suwonensis 11-1, complete genome	True	False
CHI0063_000000002904	4368	0.8365528100267765	7	6	3	4	5	True	85494	fragment	False	CHI0063_000000002904	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4368.0	100.0	100.0	0.022391312150376094	CP054781.1	enterobacteria	Klebsiella pneumoniae strain KP20194a plasmid pKP20194a-p1, complete sequence	False	True
ISR0147_000000018241	1387	0.8365466544834891	3	2	2	2	2	False	94762	fragment	False	FIJ0028_000000015259	0.4759100827261017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	73.171	32.0	0.0010088647412067487	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
SPA0039_000000019242	1450	0.8365457504406271	2	2	2	2	1	False	6991	maximal	True	SPA0039_000000019242	1.0		7	3	False	False	0.9972413778305054	0					non-mobilizable	no_good_hit	869.0	86.536	60.0	0.003346204343094387	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0214_000000007793	3451	0.8365431177311988	4	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.07868035820429575		0	0	False	False	0.999710202217102	0					non-mobilizable	no_good_hit	2670.0	78.165	84.0	0.0063248227499903146	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
TAN0017_000000008687	3874	0.8365385511590941	7	4	3	4	3	False	2486	maximal	True	TAN0017_000000008687	1.0		2	1	True	True	0.9956117868423462	49					non-mobilizable	no_good_hit	670.0	77.91	17.0	0.16358709041635872	LN854139.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1630	True	True
SPA0075_000000007461	2475	0.8365361865963452	5	3	3	3	2	True	83359	fragment	False	SPA0075_000000007461	1.0		0	0	False	False	0.9983838200569153	0					non-mobilizable	no_good_hit								True	True
ISR0092_000000006067	3790	0.8365324751534662	5	4	4	3	3	False	110622	fragment	False	ISR0092_000000006067	1.0		0	0	False	False	0.990501344203949	0					non-mobilizable	no_good_hit	1246.0	90.369	71.0	0.0003000977524296517	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0194_000000014393	1799	0.8365306079471471	3	3	1	3	2	False	30426	backbone	False	ISR0160_000000016452	0.9976025572722429	PS93	0	0	True	True	0.9983323812484741	115					non-mobilizable	no_good_hit	996.0	79.418	81.0	0.448512585812357	LN854315.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1816	True	True
ISR0791_000000009914	1847	0.8365275080024035	3	3	2	2	3	False	96458	fragment	False	ISR0791_000000009914	0.9904345056527241		0	0	False	False	1.0	0					non-mobilizable	chromosome	1847.0	99.89200000000001	100.0	0.0007802616623969249	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0118_000000020289	1187	0.8365232931344087	3	2	2	1	1	False	4235	fragment	False	SPA0118_000000020289	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	99.579	100.0	0.00037424181322367355	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0014_000000007135	3326	0.8365227044259973	6	2	1	2	1	False	95552	fragment	False	FIJ0014_000000007135	1.0		0	0	False	False	0.9945880770683289	0					non-mobilizable	no_good_hit	735.0	82.177	28.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0316_000000003309	4978	0.8365225015515457	3	1	1	1	1	False	108356	maximal	False	CAN0014_000000009283	0.857637220692439		0	0	True	True	1.0	50					non-mobilizable	no_good_hit	50.0	88.0	1.0	0.014719411223551058	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
ISR0291_000000007330	1944	0.8365130904519659	2	2	2	2	2	False	36730	fragment	False	ISR0346_000000011556	0.985386718419008		0	0	False	False	0.9933127760887146	0					non-mobilizable	no_good_hit	1497.0	99.53200000000001	89.0	0.0006213790960761737	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0346_000000008567	2525	0.8365107563899689	3	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.6145383140753763		0	0	False	False	0.9944554567337036	0					non-mobilizable	no_good_hit	2227.0	99.012	88.0	0.04076400461479297	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0088_000000009769	2433	0.8365107563899689	3	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.6271862304854526		0	0	False	False	1.0	0					non-mobilizable	other	2305.0	99.00200000000001	95.0	0.042192392916659036	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0062_000000014587	2259	0.8365107563899689	3	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.5717573408852457		0	0	False	False	1.0	0					non-mobilizable	other	2116.0	99.102	94.0	0.03873129818521435	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0818_000000012801	1466	0.8365107563899689	2	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.11812291600864323		0	0	False	False	0.9965893626213074	0					non-mobilizable	other	1338.0	99.477	91.0	0.024484040507627227	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0176_000000003887	1993	0.8365074530339451	3	2	2	2	1	True	77718	maximal	True	CHI0176_000000003887	1.0		25	6	False	False	0.986452579498291	0					non-mobilizable	no_good_hit	1500.0	86.8	75.0	0.011193718785288255	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0171_000000019132	1544	0.8365074530339451	2	2	2	2	1	True	54886	maximal	True	ISR0171_000000019132	1.0		3	2	False	False	0.9974093437194824	0					non-mobilizable	no_good_hit	1260.0	87.77799999999999	81.0	0.009526407930336721	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0130_000000011461	2842	0.8365047638999739	5	3	1	2	2	False	3808	maximal	True	SPA0130_000000011461	1.0		1	1	False	False	0.999296247959137	0					non-mobilizable	no_good_hit	373.0	86.863	16.0	0.0005002590627289132	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0080_000000007606	3859	0.8364806931288823	2	1	1	1	1	False	34314	maximal	True	ISR0080_000000007606	1.0		33	9	False	False	0.999481737613678	0					non-mobilizable	chromosome	3668.0	100.0	95.0	0.000712396831650546	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
FIJ0088_000000015334	1826	0.8364797028052909	4	4	1	1	4	False	43657	maximal	True	FIJ0088_000000015334	1.0		0	0	False	False	0.9857612252235413	0					non-mobilizable	plasmid	1060.0	95.094	90.0	0.05144522710711683	CP013935.1	firmicutes	Weissella cibaria strain CMS3 plasmid, complete sequence	False	True
AST0012_000000003017	5740	0.8364775648423163	10	9	3	5	6	True	125618	fragment	False	ISR0056_000000002323	0.4700658266720109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2174.0	93.238	63.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CAN0015_000000004295	9616	0.8364659122760665	9	7	7	1	1	False	93339	maximal	True	CAN0015_000000004295	1.0		1	1	False	False	0.9995840191841125	0					non-mobilizable	no_good_hit	46.0	95.652	1.0	2.038082246129682e-05	NZ_OAOI01000014.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
ISR0018_000000000900	18582	0.8364615903924679	16	12	7	8	8	False	37823	maximal	True	ISR0018_000000000900	1.0		1	1	False	False	0.9999461770057678	0					non-mobilizable	no_good_hit	73.0	90.411	0.0	2.152497899072363e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
DEN0035_000000018759	1813	0.8364525375828886	3	2	0	2	0	True	73426	fragment	False	DEN0035_000000018759	1.0		0	0	False	False	0.9994484186172485	0					non-mobilizable	no_good_hit								True	True
ISR0390_000000008237	1717	0.8364525375828886	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.9160789454664225		0	0	True	True	0.9994176030158997	18					non-mobilizable	plasmid	1618.0	91.904	99.0	0.9968866749688667	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
AST0024_000000020656	1706	0.8364525375828886	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8706438424621794		0	0	True	True	1.0	444					non-mobilizable	plasmid	1343.0	96.79799999999999	100.0	0.8225806451612904	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
MAD0050_000000014256	1694	0.8364525375828886	3	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8956197402742998		0	0	True	True	1.0	6					non-mobilizable	plasmid	1213.0	91.344	99.0	0.7515566625155666	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
MAD0028_000000007524	1683	0.8364525375828886	3	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.875799969994683		0	0	True	True	0.9994058012962341	104					non-mobilizable	plasmid	1149.0	91.036	98.0	0.711706102117061	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
CHI0121_000000004678	1677	0.8364525375828886	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8984765998895484		0	0	True	True	0.999403715133667	11					non-mobilizable	plasmid	1329.0	91.272	99.0	0.8188044831880449	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
MON0001_000000020844	1662	0.8364525375828886	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8934623341136841		0	0	True	True	1.0	8					non-mobilizable	plasmid	1584.0	95.833	99.0	0.9757160647571607	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
SPA0062_000000019423	1657	0.8364525375828886	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.9198058882465614		0	0	True	True	0.9915509819984436	18					non-mobilizable	plasmid	1299.0	91.53200000000001	99.0	0.8019925280199253	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
MAD0002_000000025668	1654	0.8364525375828886	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8774440849565264		0	0	True	True	1.0	12					non-mobilizable	plasmid	1261.0	92.30799999999999	99.0	0.7754342431761787	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
DEN0079_000000036869	1650	0.8364525375828886	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8975414015785413		0	0	True	True	1.0	123					non-mobilizable	plasmid	1417.0	96.189	100.0	0.8785803237858032	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
ENG0036_000000015099	1648	0.8364525375828886	2	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.8982528725754436		0	0	True	True	0.9963592290878296	10					non-mobilizable	plasmid	1041.0	92.988	99.0	0.6383374689826302	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
MON0072_000000014288	1521	0.8364525375828886	3	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.7129117613188525		0	0	True	True	1.0	1					non-mobilizable	plasmid	899.0	93.43700000000001	99.0	0.5508684863523573	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
MAD0052_000000016030	1389	0.8364525375828886	3	2	0	2	0	True	131638	maximal	False	ENG0196_000000006783	0.06074793645119759		0	0	True	True	1.0	1					non-mobilizable	plasmid	917.0	90.949	99.0	0.5697384806973848	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
MON0088_000000026241	1234	0.8364525375828886	2	2	0	2	0	True	15960	fragment	False	MON0088_000000026241	0.9644897959183674		0	0	False	False	1.0	0					non-mobilizable	plasmid	818.0	92.54299999999999	99.0	0.5087173100871731	HG796854.1	bacteria	Uncultured bacterium plasmid pRGF00242	False	True
CAN0006_000000035152	1273	0.836450597532479	2	2	2	2	1	False	102230	fragment	False	CHI0122_000000011492	0.650055848711269		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	99.764	100.0	0.004418154725723595	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
USA0015_01_000000007077	4481	0.8364417624328817	8	3	3	1	0	True	130696	fragment	False	ENG0211_000000005379	0.06211693447810727		0	0	False	False	0.9995536804199219	0					non-mobilizable	other	4481.0	100.0	100.0	0.0013523785259194816	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CHI0183_000000000943	4294	0.8364417624328817	7	3	3	1	0	True	130696	fragment	False	ENG0211_000000005379	0.24416905499477332		0	0	False	False	0.9951094388961792	0					non-mobilizable	other	4263.0	99.977	99.0	0.0012865708208635782	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0032_000000004945	3895	0.8364417624328817	7	3	3	1	0	True	130696	fragment	False	ENG0211_000000005379	0.06113156010819145		0	0	False	False	0.9989730715751648	0					non-mobilizable	other	3895.0	100.0	100.0	0.0011754825848059064	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0095_000000008851	3269	0.8364417624328817	5	3	3	1	0	True	108643	fragment	False	ISR0095_000000008851	0.9546341463414634		0	0	False	False	0.9947996139526367	0					non-mobilizable	other	3269.0	100.0	100.0	0.0009865118354251932	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
DEN0063_000000024565	1987	0.8364414618388619	3	3	3	3	2	False	71520	maximal	False	FIJ0159_000000012116	0.9625615763546798		0	0	False	False	0.9949672818183899	0					non-mobilizable	no_good_hit	77.0	83.117	4.0	0.0012606366214938543	NZ_JAAHBT010000135.1	g-proteobacteria	Pseudomonas laurentiana strain JCM 32154 Pseudomonas2_JCM32154_contig_135, whole genome shotgun sequence	True	False
ENG0122_000000003244	8021	0.8364313410939942	15	6	4	5	4	False	74195	backbone	False	SPA0130_000000004027	0.6584149554197454	PS352	0	0	False	True	1.0	0					non-mobilizable	other	7709.0	96.679	96.0	0.004606235913926013	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0301_000000001577	9270	0.8364198388648367	12	6	5	6	5	True	101376	maximal	True	ISR0301_000000001577	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	88.755	16.0	0.0002938732217252955	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
FIJ0169_000000004274	5036	0.836417069950622	5	3	3	2	2	True	127916	fragment	False	FIJ0169_000000004274	0.9875182251211504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	88.98700000000001	34.0	0.00027596349092035607	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
FIJ0098_000000004437	4986	0.836417069950622	5	3	3	2	2	True	127916	fragment	False	FIJ0169_000000004274	0.9859594664203547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	88.978	33.0	0.00027596349092035607	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0344_000000026739	1320	0.8364028701343323	3	3	3	1	1	False	24241	maximal	True	ISR0344_000000026739	1.0		63	8	False	False	0.9916666746139526	0					non-mobilizable	no_good_hit	1182.0	86.21	89.0	0.0003353557074469447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0048_01_000000005318	2936	0.8364023306702348	5	4	2	3	4	False	77159	fragment	False	CHI0186_000000006294	0.9678855524924931		0	0	False	False	0.9982969760894775	0					non-mobilizable	no_good_hit	981.0	85.015	50.0	0.0002801618085610884	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
DEN0073_000000008944	5018	0.8364019891188733	4	4	4	4	3	False	70224	maximal	True	DEN0073_000000008944	1.0		1	1	False	False	0.9976086020469666	0					non-mobilizable	no_good_hit	142.0	75.352	3.0	6.90787497747432e-05	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	True	False
ISR0379_000000015800	1584	0.8363908291584011	2	2	1	2	2	False	112280	fragment	False	FIJ0136_000000017338	0.956742054701997		0	0	False	False	0.9987373948097229	0					non-mobilizable	other	1584.0	99.306	100.0	0.0003881166193595904	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0082_000000010752	2731	0.8363820323838346	4	3	3	3	3	False	122024	maximal	False	FIJ0003_000000008513	0.9521739130434782		0	0	False	False	0.9992676377296448	0					non-mobilizable	no_good_hit	977.0	90.89	50.0	0.0004346512548435278	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0128_000000007855	3242	0.8363591651542942	6	4	2	2	4	False	41032	maximal	True	FIJ0128_000000007855	1.0		1	1	False	False	0.9984577298164368	0					non-mobilizable	no_good_hit	1957.0	74.757	59.0	0.05059836237665337	CP046318.1	e-proteobacteria	Campylobacter coli strain FDAARGOS_735 plasmid unnamed1, complete sequence	True	False
DEN0012_000000001236	5062	0.8363504719613178	6	6	4	3	6	False	75484	maximal	True	DEN0012_000000001236	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5062.0	100.0	100.0	0.03236533628358199	LR135373.1	firmicutes	Enterococcus faecium isolate E8172 genome assembly, plasmid: 2	False	True
MAD0102_000000014030	1521	0.8363474841182932	2	2	2	2	1	True	14981	fragment	False	MAD0102_000000014030	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1521.0	99.47399999999999	100.0	0.0330413233919527	CP056167.1	enterobacteria	Escherichia marmotae strain RHBSTW-00777 plasmid pRHBSTW-00777_3, complete sequence	False	True
USA0132_01_000000004523	3856	0.8363441854731961	6	4	3	2	3	False	115228	fragment	False	ISR0254_000000002007	0.4841602319606279		0	0	False	False	0.9945539236068726	0					non-mobilizable	other	3827.0	99.477	99.0	0.02956652274169336	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0031_000000008719	3998	0.8363440385004056	7	4	1	1	3	True	120072	backbone	True	MON0031_000000008719	0.9879237740892133	PS827|PS828	13	2	True	True	1.0	116	rep_cluster_1143				non-mobilizable	plasmid	2764.0	99.964	100.0	0.7050267925491197	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
DEN0052_000000036675	1286	0.8363422689927664	2	2	1	2	1	False	72204	maximal	True	DEN0052_000000036675	1.0		1	1	False	False	0.9976671934127808	0					non-mobilizable	no_good_hit	107.0	78.505	8.0	6.730203304925717e-05	AP012210.1	firmicutes	Candidatus Arthromitus sp. SFB-rat-Yit DNA, complete genome	True	False
ISR0387_000000013404	1814	0.8363266277887839	2	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.3832141048799334		0	0	False	False	0.9950385689735413	0					non-mobilizable	other	1814.0	99.559	100.0	0.008943546636673967	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0147_000000010416	1460	0.8363252311610732	2	1	1	1	1	False	57343	fragment	False	ENG0147_000000010416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0142_000000026727	1369	0.8363242613717495	2	2	2	2	2	False	71047	fragment	False	FIJ0142_000000026727	1.0		0	0	False	False	0.9824689626693726	0					non-mobilizable	no_good_hit	485.0	70.722	35.0	0.00010235892970213767	CP030885.1	a-proteobacteria	Rhodospirillaceae bacterium isolate ECT2AJA-110-B chromosome	True	False
CHI0086_000000005229	1325	0.8363224813477765	2	1	1	1	1	True	84039	maximal	True	CHI0086_000000005229	1.0		1	1	False	False	0.998490571975708	0					non-mobilizable	other	1325.0	99.925	100.0	0.2926613616268789	NZ_KI518086.1	fusobacteria	Cetobacterium somerae ATCC BAA-474 Scaffold141, whole genome shotgun sequence	False	True
CHI0167_000000016428	1376	0.8363222165009914	3	3	3	3	3	True	78130	fragment	False	CHI0167_000000016428	1.0		0	0	False	False	0.9905523061752319	0					non-mobilizable	chromosome	994.0	99.698	100.0	0.00045029337089254676	CP031556.1	firmicutes	Streptococcus agalactiae strain Sag27 chromosome, complete genome	False	True
CHI0185_000000016217	1184	0.8363204542012269	2	2	2	2	2	False	77196	fragment	False	CHI0185_000000016217	1.0		0	0	False	False	0.9932432174682617	0					non-mobilizable	no_good_hit	980.0	76.633	82.0	0.0030901740088735315	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ENG0108_000000009179	2188	0.8363184243590566	3	2	2	2	2	False	91490	fragment	False	ISR0388_000000015911	0.9855901189387009		0	0	False	False	1.0	0					non-mobilizable	other	2188.0	100.0	100.0	0.0006622999888859581	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0388_000000015911	2186	0.8363184243590566	3	2	2	2	2	False	91490	fragment	False	ISR0388_000000015911	0.989945155393053		0	0	False	False	1.0	0					non-mobilizable	other	2191.0	98.99600000000001	100.0	0.0006630626832017355	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0282_000000013520	1749	0.8363184243590566	2	2	2	2	2	False	91488	fragment	False	ISR0282_000000013520	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	100.0	100.0	0.0005293554552229789	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0019_000000040612	1659	0.8363184243590566	2	2	2	2	2	False	91483	fragment	False	MON0019_000000040612	0.9903536977491961		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	99.399	100.0	0.0005037337789696145	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MON0012_000000035747	1555	0.8363184243590566	2	2	2	2	2	False	91483	fragment	False	MON0019_000000040612	0.9590114526823388		0	0	False	False	0.9659163951873779	0					non-mobilizable	other	1558.0	98.90899999999999	100.0	0.0004716256727935597	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0298_000000010170	1458	0.8363182089238232	2	2	2	2	1	False	121332	fragment	False	SPA0114_000000018546	0.14567120990623086		0	0	False	False	1.0	0					non-mobilizable	chromosome	1458.0	99.588	100.0	0.0004592429016712722	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0353_000000026988	1355	0.8363182089238232	2	2	2	2	1	False	121332	fragment	False	SPA0114_000000018546	0.13186034521098267		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	99.852	100.0	0.9337931034482758	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
ISR0222_000000005529	11555	0.8363180907081735	14	13	7	8	11	False	121314	maximal	True	ISR0222_000000005529	1.0	PS849	6	3	False	True	1.0	0					non-mobilizable	no_good_hit	6176.0	99.14200000000001	88.0	0.0034330731425267417	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
ENG0052_000000022453	1468	0.8363119644170607	3	2	1	2	1	True	63949	fragment	False	ENG0206_000000016706	0.9656862745098038		0	0	False	False	0.9993187785148621	0					non-mobilizable	no_good_hit	654.0	82.569	44.0	0.07470210815765353	NZ_QNRX01000032.1	firmicutes	Alkalibaculum bacchi strain DSM 22112 Ga0244545_132, whole genome shotgun sequence	True	True
DEN0082_000000002038	13677	0.8363118746771457	15	13	6	8	12	True	69343	maximal	True	DEN0082_000000002038	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	6692.0	95.831	88.0	0.0015136253431110363	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0092_000000010621	2492	0.8363091904631468	4	2	1	2	2	False	33586	maximal	True	ISR0092_000000010621	1.0		1	1	False	False	0.9835473299026489	0					non-mobilizable	no_good_hit	650.0	74.615	38.0	0.00019597280472242486	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0780_000000007264	1657	0.8363072967575299	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.8780861097709659		0	0	False	False	0.9939649701118469	0					non-mobilizable	other	1657.0	98.069	100.0	0.002648464338491655	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	True
ISR0796_000000014609	1502	0.8363068810768789	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.37490596993753145		0	0	False	False	0.9886817336082458	0					non-mobilizable	other	1502.0	99.867	100.0	0.015627765573104833	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0010_000000002543	13014	0.8363015348369169	30	6	4	6	2	False	76057	maximal	True	DEN0010_000000002543	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	93.023	1.0	2.5773391247659547e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
SPA0093_000000016320	2384	0.8362943262945892	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.6077555513636831		0	0	False	False	0.9916107654571533	0					non-mobilizable	other	2216.0	99.368	93.0	0.040562565238888786	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0026_000000014276	2268	0.8362943262945892	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.57174415409166		0	0	False	False	1.0	0					non-mobilizable	other	2102.0	99.001	93.0	0.03847492079769993	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0089_000000018932	1456	0.8362943262945892	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.07064629107356471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	98.301	89.0	0.022616148112879302	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
AST0019_000000025556	1207	0.8362907630073785	2	1	1	1	1	False	121921	maximal	True	AST0019_000000025556	1.0		0	0	False	False	0.9726594686508179	0					non-mobilizable	no_good_hit	867.0	73.241	71.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0020_000000001656	11745	0.8362856928362216	11	6	5	6	5	True	52112	maximal	True	FIJ0020_000000001656	0.9999573524394405		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	3908.0	96.98100000000001	33.0	0.005097982358865043	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0149_000000001570	11724	0.8362856928362216	11	6	5	6	5	True	52112	maximal	False	FIJ0020_000000001656	0.9990634312473392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3908.0	97.006	33.0	0.005097982358865043	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ENG0105_000000003578	5318	0.8362830858721726	10	8	2	3	7	False	118853	fragment	False	ENG0105_000000003578	1.0		0	0	False	False	0.9960511326789856	0	rep_cluster_663				non-mobilizable	plasmid	3373.0	99.37700000000001	100.0	0.07715717456467519	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0154_000000004899	5567	0.8362828568870376	9	6	3	4	5	True	104970	maximal	True	CHI0154_000000004899	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2922.0	98.631	77.0	0.23565954013715207	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0091_000000002545	4964	0.8362810201327812	4	4	4	4	4	False	66818	maximal	True	MON0091_000000002545	1.0		4	1	False	False	0.9955680966377258	0					non-mobilizable	other	2986.0	83.65700000000001	96.0	0.08151845959734488	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MAD0022_000000001839	4796	0.8362707131648309	8	1	1	1	1	False	19307	maximal	True	MAD0022_000000001839	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	2.0	0.0001242876762554609	NZ_JACCEU010000003.1	b-proteobacteria	Eoetvoesia caeni strain PB3-7B NODE_3_length_643668_cov_40.936828, whole genome shotgun sequence	True	False
FIJ0163_000000013367	1838	0.8362689004248466	2	2	2	2	2	False	79440	fragment	False	FIJ0163_000000013367	1.0		0	0	False	False	0.9978237152099609	0					non-mobilizable	chromosome	1838.0	99.402	100.0	0.00033329069679890344	CP026013.1	enterobacteria	Klebsiella variicola strain 13450 chromosome, complete genome	False	False
SPA0022_000000011846	1121	0.8362630798279552	2	2	2	2	2	False	7664	fragment	False	SPA0022_000000011846	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1047.0	75.358	90.0	0.001281300837257395	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0071_000000005037	6906	0.8362568113708373	5	3	2	3	2	True	100166	fragment	False	FIJ0071_000000005037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3282.0	87.14200000000001	87.0	0.028281268971259085	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
DEN0070_000000019073	1780	0.8362568062650709	2	2	2	2	2	False	105505	fragment	False	DEN0070_000000019073	1.0		0	0	False	False	0.9769663214683533	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000008424	3143	0.8362442115250347	5	4	4	4	4	False	96700	fragment	False	CHI0152_000000002023	0.6815287822120697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	77.78399999999999	80.0	0.03542319749216301	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
CHI0139_000000001600	5928	0.8362389688017924	9	5	1	3	4	True	109077	maximal	True	CHI0139_000000001600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5237.0	92.87799999999999	88.0	0.017080444760870492	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
AUS0008_000000018830	1316	0.8362363515690876	3	1	1	1	1	False	127826	fragment	False	ISR0085_000000014249	0.07300306783320078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000019963	1599	0.8362346149557095	2	2	2	2	2	False	68451	maximal	True	DEN0093_000000019963	1.0		28	8	False	False	0.998123824596405	0					non-mobilizable	no_good_hit	252.0	75.0	16.0	3.8548159140369886e-05	CP010086.2	firmicutes	Clostridium beijerinckii strain NCIMB 14988, complete genome	True	False
ISR0380_000000006940	1678	0.8362260052936377	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.1348883285316349	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1502.0	91.145	90.0	0.000401974929627589	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0117_01_000000013252	1567	0.8362234688900675	2	2	2	2	1	True	91775	fragment	False	USA0036_01_000000019659	0.6208451296262752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010503302705183963	NZ_WURB01000008.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold8, whole genome shotgun sequence	True	True
FIJ0109_000000015191	1623	0.8362215194154986	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9437702003689562		0	0	False	False	1.0	0					non-mobilizable	chromosome	1493.0	82.31700000000001	96.0	0.0003926664210723154	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0161_000000000321	45378	0.8362148638520648	45	23	15	22	11	True	116901	maximal	True	ISR0161_000000000321	1.0		16	1	False	False	0.9999779462814331	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	0.0	1.5099337166551728e-05	CP060799.1	firmicutes	Bacillus pumilus strain ONU 554 chromosome, complete genome	True	True
ISR0358_000000010740	1824	0.8362018709274202	3	2	2	2	2	False	107391	fragment	False	ISR0358_000000010740	0.9815670843373228		0	0	False	False	1.0	0					non-mobilizable	chromosome	1824.0	99.945	100.0	0.0005746052228872542	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0059_01_000000000234	47041	0.8362005871205364	47	32	24	30	27	False	74664	maximal	True	USA0059_01_000000000234	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	76.143	2.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ISR0195_000000016344	1175	0.8361957037302838	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.01529882045481458		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	98.723	100.0	0.0004125819936425824	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
USA0084_01_000000004589	6728	0.8361952273939394	10	8	7	8	5	False	482	maximal	True	USA0084_01_000000004589	1.0		1	1	False	False	0.9970273375511169	0					non-mobilizable	no_good_hit	3221.0	98.16799999999999	48.0	0.186144682819638	NZ_CABJDM010000049.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
ISR0188_000000004827	4559	0.8361945820113638	6	6	6	6	4	False	105624	fragment	False	ISR0188_000000004827	0.9814455157820391		0	0	False	False	0.9947356581687927	0					non-mobilizable	chromosome	4547.0	97.559	99.0	0.001291930129961003	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0139_000000012970	1636	0.8361890446938759	2	2	2	2	1	True	100745	fragment	False	ENG0130_000000016669	0.9420454545454545		0	0	False	False	0.988386332988739	0					non-mobilizable	chromosome	1636.0	95.11	100.0	0.000499868230454235	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ISR0012_000000017408	1303	0.8361890446938759	2	2	2	2	1	True	95801	fragment	False	SPA0119_000000023491	0.9349234635022743		0	0	False	False	0.9884880781173706	0					non-mobilizable	other	1287.0	93.62899999999999	100.0	0.0003414540948849114	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CAN0005_000000014319	1187	0.8361890446938759	2	2	2	2	1	True	95801	fragment	False	SPA0119_000000023491	0.618828344845229		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	95.118	100.0	0.00035955020783940615	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0189_000000007354	2024	0.8361781192996379	3	2	2	1	1	False	34657	maximal	True	ISR0189_000000007354	1.0		0	0	False	False	0.9975296258926392	0					non-mobilizable	no_good_hit	620.0	98.065	31.0	0.8150594451783355	EU058788.1	bacteria	Uncultured bacterium clone LM0ABA37ZD02FM1 genomic sequence	True	False
FIJ0023_000000001033	20439	0.8361645192465439	25	7	5	5	4	False	49427	maximal	True	FIJ0023_000000001033	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6707.0	93.693	60.0	0.11881047743947826	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0049_000000005815	2759	0.8361627479262502	4	4	4	4	4	False	86801	maximal	False	USA0007_01_000000005998	0.9679575051405072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2227.0	93.354	81.0	0.023095838391384193	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
ISR0223_000000014560	2060	0.8361506890033877	3	2	2	2	1	False	36276	fragment	False	ISR0223_000000014560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	3.0	7.470268332038487e-06	AP021879.1	d-proteobacteria	Desulfosarcina ovata subsp. ovata oXyS1 DNA, complete genome	True	False
ISR0044_000000000301	1747	0.8361506890033877	2	2	2	2	1	False	36275	fragment	False	ISR0044_000000000301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0260_000000005282	2455	0.8361471602203703	2	2	1	2	2	False	79050	fragment	False	ISR0260_000000005282	1.0		0	0	False	False	0.9987779855728149	0					non-mobilizable	no_good_hit	436.0	87.844	48.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0065_000000004549	6092	0.8361459183888776	7	7	6	7	5	False	68647	maximal	True	ISR0065_000000004549	1.0	PS319	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	2971.0	98.85600000000001	86.0	0.001438508136289201	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	True
AST0035_000000011554	1415	0.8361458171747828	2	2	2	2	1	False	116778	fragment	False	DEN0052_000000021753	0.14307532226245806		0	0	False	False	0.9639576077461243	0					non-mobilizable	other	1387.0	99.06299999999999	98.0	0.012705571750728784	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0019_000000002058	3605	0.8361435657726685	5	5	4	5	5	True	49883	maximal	False	ISR0135_000000005117	0.9821673525377228		0	0	False	False	0.9963939189910889	0					non-mobilizable	plasmid	3605.0	99.97200000000001	100.0	0.015414884516680924	CP050866.1	enterobacteria	Escherichia coli strain 8-3-Ti3 plasmid unnamed1, complete sequence	False	True
MAD0047_000000011838	3414	0.8361406565531608	4	4	4	2	2	False	90164	fragment	False	MAD0047_000000011838	0.972181118674164		0	0	False	False	0.9988283514976501	0					non-mobilizable	other	3415.0	99.854	100.0	0.00073881183734973	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
ISR0350_000000002586	5887	0.8361376737415671	7	7	6	7	6	False	125491	fragment	False	ISR0350_000000002586	0.9760744818633893		0	0	False	False	0.998471200466156	0					non-mobilizable	no_good_hit	1495.0	86.221	81.0	0.0004174926337577329	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0040_000000005644	3422	0.836129975944083	3	2	1	2	2	False	116325	fragment	False	ENG0150_000000004183	0.9279027316687998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	87.844	43.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0091_000000007006	3325	0.836129975944083	5	2	1	2	2	False	79061	fragment	False	ENG0091_000000007006	1.0		0	0	False	False	0.9957894682884216	0					non-mobilizable	no_good_hit	293.0	98.294	60.0	0.0006105759278349438	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0327_000000008694	2985	0.836129975944083	4	2	1	2	2	False	79054	fragment	False	ISR0327_000000008694	1.0		0	0	False	False	0.9969848990440369	0					non-mobilizable	no_good_hit	435.0	86.43700000000001	60.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0102_000000012334	1673	0.8361293793072004	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.685919428433872		0	0	False	False	0.9982067942619324	0					non-mobilizable	other	1674.0	99.223	100.0	0.023329428826416778	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0149_000000024968	1603	0.8361147196578528	3	1	1	1	1	False	113521	fragment	False	AST0087_000000017412	0.11902698332464969		0	0	False	False	0.9975046515464783	0					non-mobilizable	no_good_hit	55.0	87.273	3.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
MON0059_000000031340	1243	0.8361138241444622	3	1	1	1	1	True	10922	maximal	True	MON0059_000000031340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	98.99	8.0	0.00056	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
CAN0006_000000004390	10097	0.8360949528018522	9	8	7	6	4	True	127376	fragment	False	CAN0006_000000004390	1.0		0	0	False	False	0.9997028708457947	0					non-mobilizable	other	9719.0	97.829	96.0	0.10555374415824367	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0019_000000005123	4998	0.8360866207519209	7	4	4	4	2	True	122882	maximal	True	AST0019_000000005123	1.0		1	1	False	False	0.9989995956420898	0					non-mobilizable	no_good_hit								True	True
ISR0222_000000015466	3578	0.8360785929033321	5	5	2	3	4	True	34899	fragment	False	ISR0222_000000015466	1.0		0	0	False	False	0.9991615414619446	0		MOBP			mobilizable	plasmid	3581.0	97.459	100.0	0.08082796063793689	CP016716.1	firmicutes	Lactococcus lactis subsp. lactis strain UC063 plasmid pUC063B, complete sequence	False	True
FIJ0105_000000020563	1604	0.8360782558321777	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.3623562725636151		0	0	False	False	1.0	0					non-mobilizable	other	1621.0	91.24	100.0	0.008390818299136042	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	False	True
ISR0169_000000020031	1598	0.8360782558321777	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.302687332349539		0	0	False	False	0.9974968433380127	0					non-mobilizable	other	1598.0	95.494	100.0	0.05453364332603939	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
USA0057_01_000000010446	3005	0.8360710901949624	3	3	3	3	3	False	981	maximal	True	USA0057_01_000000010446	1.0		54	8	False	False	0.9973377585411072	0					non-mobilizable	other	3004.0	99.93299999999999	99.0	0.03755064272495373	NZ_CZBD01000020.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0030_000000004372	6072	0.8360704720575325	7	4	2	3	2	True	98539	fragment	False	FIJ0030_000000004372	0.9453980345600844		0	0	False	False	0.9985178112983704	0					non-mobilizable	no_good_hit	274.0	90.146	4.0	7.965238760960257e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
DEN0052_000000001782	14344	0.8360648811107841	21	5	2	2	5	False	72369	maximal	True	DEN0052_000000001782	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0061_01_000000002634	4344	0.8360466422046945	5	4	2	4	3	False	127851	fragment	False	AST0084_000000005459	0.16919282513005635		0	0	False	False	0.9993094205856323	0					non-mobilizable	no_good_hit	935.0	91.765	27.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0026_000000003887	6299	0.8360418307112197	8	7	3	6	7	True	105997	maximal	True	MON0026_000000003887	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	4866.0	94.34899999999999	100.0	0.017652524001238772	CP024238.1	enterobacteria	Escherichia coli O15:H11 strain 90-9272 plasmid unnamed	False	True
ISR0783_000000005408	2589	0.8360363395357611	5	4	1	1	4	True	22249	fragment	False	ISR0783_000000005408	1.0		0	0	False	False	0.9938200116157532	0					non-mobilizable	plasmid	2515.0	92.286	97.0	0.5117466802860061	AP010891.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC1 DNA, complete sequence	False	True
ISR0346_000000023521	1101	0.83603240820298	2	2	2	1	1	False	24179	fragment	False	ISR0346_000000023521	1.0		0	0	False	False	0.9990917444229126	0					non-mobilizable	no_good_hit	661.0	89.10700000000001	59.0	0.007344989185291997	NZ_JAAITU010000012.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_12_length_88768_cov_145.652, whole genome shotgun sequence	True	False
ISR0161_000000014682	2088	0.8360265535379294	3	2	2	2	1	False	64438	fragment	False	ENG0046_000000008032	0.3812417437252312		0	0	False	False	0.9990421533584595	0					non-mobilizable	no_good_hit	80.0	82.5	4.0	0.002401625715869204	NZ_FOHN01000031.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
ENG0112_000000011686	2381	0.8360184254554534	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.418067993943006		0	0	False	False	1.0	0					non-mobilizable	other	2380.0	96.176	99.0	0.009125851592708525	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0007_000000054294	1215	0.836016575325239	2	2	2	2	2	False	13905	fragment	False	MON0007_000000054294	1.0		0	0	False	False	0.9473251104354858	0					non-mobilizable	no_good_hit	1033.0	90.416	85.0	0.00044253314384387464	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
MAD0033_000000017432	1220	0.8360161335551193	2	1	1	1	1	False	18849	maximal	True	MAD0033_000000017432	1.0		1	1	False	False	0.9696721434593201	0					non-mobilizable	no_good_hit	581.0	75.559	47.0	0.00018736838829472722	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
AST0118_000000004112	6584	0.8360131620212524	8	7	6	7	5	False	121734	fragment	False	MON0098_000000002748	0.9601669732559784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2100.0	77.048	32.0	0.0007118389057490331	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0090_000000016186	1836	0.8360093672821035	3	2	2	2	2	False	65773	fragment	False	ISR0090_000000016186	1.0		0	0	False	False	0.9945533871650696	0					non-mobilizable	no_good_hit	853.0	76.202	46.0	0.00027267250694646257	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0220_000000002498	4038	0.8360007946409911	5	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9670177452699669	PS827|PS828	0	0	True	True	0.9997523427009583	34	rep_cluster_1143				non-mobilizable	plasmid	3099.0	97.322	99.0	0.789231946925236	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0069_000000011127	4018	0.8360007946409911	6	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9870223583166748	PS827|PS828	0	0	True	True	1.0	16	rep_cluster_1143				non-mobilizable	plasmid	3095.0	99.96799999999999	100.0	0.7894871140597091	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0062_000000010096	4018	0.8360007946409911	6	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9876190086090497	PS827|PS828	0	0	True	True	1.0	177	rep_cluster_1143				non-mobilizable	plasmid	3472.0	99.885	100.0	0.8856851237560602	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0015_000000009189	3957	0.8360007946409911	6	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9877223330775696	PS827|PS828	0	0	True	True	1.0	5	rep_cluster_1143				non-mobilizable	plasmid	3633.0	99.945	100.0	0.926767032406226	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0010_000000005701	3939	0.8360007946409911	6	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9180502121023457	PS827|PS828	0	0	True	True	1.0	248	rep_cluster_1143				non-mobilizable	plasmid	2723.0	95.116	100.0	0.6925236029599388	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0086_000000007768	3937	0.8360007946409911	6	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9869960738984179	PS827|PS828	0	0	True	True	0.9977139830589294	1	rep_cluster_1143				non-mobilizable	plasmid	3623.0	99.89	100.0	0.9242153610614953	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0075_000000005860	3937	0.8360007946409911	8	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9870450556640523	PS827|PS828	0	0	True	True	1.0	38	rep_cluster_1143				non-mobilizable	plasmid	3623.0	99.89	100.0	0.9242153610614953	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0246_000000004601	3937	0.8360007946409911	8	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9873489924352861	PS827|PS828	0	0	True	True	0.9997460246086121	17	rep_cluster_1143				non-mobilizable	plasmid	3623.0	99.97200000000001	100.0	0.9242153610614953	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0045_000000006173	3854	0.8360007946409911	7	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9620579624838455	PS827|PS828	0	0	True	True	0.9992215633392334	6	rep_cluster_1143				non-mobilizable	plasmid	3532.0	99.887	98.0	0.900995151824445	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0068_000000010707	3833	0.8360007946409911	6	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9719950110450581	PS827|PS828	0	0	True	True	1.0	5	rep_cluster_1143				non-mobilizable	plasmid	3509.0	99.97200000000001	100.0	0.8951263077315642	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0070_000000007466	3823	0.8360007946409911	6	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9703709523960802	PS827|PS828	0	0	True	True	1.0	6	rep_cluster_1143				non-mobilizable	plasmid	3509.0	99.88600000000001	100.0	0.8951263077315642	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0059_000000009596	3823	0.8360007946409911	6	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9707245882380543	PS827|PS828	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	3509.0	99.97200000000001	100.0	0.8951263077315642	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0013_000000012762	3712	0.8360007946409911	6	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9517569697426052	PS827|PS828	0	0	False	True	0.9994612336158752	0	rep_cluster_1143				non-mobilizable	plasmid	2988.0	100.0	100.0	0.7621842306710895	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0141_000000009562	3708	0.8360007946409911	6	4	1	1	3	True	120072	backbone	False	MON0031_000000008719	0.9361854442327164	PS827|PS828	0	0	True	True	1.0	6	rep_cluster_1143				non-mobilizable	plasmid	2547.0	98.90100000000001	100.0	0.6496555243684613	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0020_000000005531	3286	0.8360007946409911	6	4	1	1	3	True	29142	fragment	False	MON0008_000000009808	0.9470113091996749		0	0	False	False	0.9957395195960999	0	rep_cluster_1143				non-mobilizable	plasmid	3026.0	100.0	95.0	0.7718805817810666	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0008_000000009808	3249	0.8360007946409911	6	4	1	1	3	True	29142	fragment	False	MON0008_000000009808	0.9689351955665183		0	0	False	False	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	2935.0	100.0	100.0	0.7486603725440163	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MAD0112_000000019942	1456	0.8359914753395564	2	2	2	2	2	False	50689	fragment	False	MAD0112_000000019942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	90.531	85.0	0.00025726395496165693	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0359_000000021891	1277	0.8359874949174554	2	2	2	2	1	False	125862	fragment	False	FIJ0065_000000011444	0.8514719145357056		0	0	False	False	0.9866875410079956	0					non-mobilizable	chromosome	1278.0	96.714	100.0	0.0004298307234384304	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0298_000000005344	2717	0.8359863782760827	4	3	3	2	2	True	127921	fragment	False	DEN0071_000000014620	0.9722834067547724		0	0	False	False	0.999631941318512	0					non-mobilizable	no_good_hit	1243.0	88.656	68.0	0.00027596349092035607	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ENG0018_000000009420	2227	0.8359841860997259	3	3	3	3	3	False	98893	maximal	True	ENG0018_000000009420	1.0		0	0	False	False	0.982936680316925	0					non-mobilizable	no_good_hit	1756.0	77.847	78.0	0.008224265162146423	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
TAN0009_000000004146	6509	0.8359783829749492	8	3	0	2	2	False	2724	maximal	True	TAN0009_000000004146	1.0		1	1	False	False	0.9987709522247314	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000027959	1304	0.8359780929363654	2	1	1	1	1	False	32244	fragment	False	ISR0120_000000027959	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1098.0	99.454	100.0	0.0009416729330407881	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0194_000000025795	1100	0.8359780929363654	1	1	1	1	1	False	29013	fragment	False	ISR0377_000000014327	0.9663256606990622		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	99.545	100.0	0.6758917589175891	GQ873610.1		Uncultured organism clone 1041059765364 genomic sequence	False	False
ISR0097_000000018584	1636	0.8359774305361968	3	1	1	1	1	True	33287	fragment	False	ISR0097_000000018584	1.0		0	0	False	False	0.9816625714302063	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.401703952857062e-05	LR134484.1	firmicutes	Gemella haemolysans strain NCTC10459 genome assembly, chromosome: 1	True	True
CHI0151_000000002241	10036	0.8359751494916684	13	13	1	8	13	True	79535	fragment	False	CHI0151_000000002241	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	10036.0	99.98	100.0	0.058255301609785266	CP026175.1	enterobacteria	Klebsiella pneumoniae strain KPNIH50 plasmid pKPC-0cc9, complete sequence	False	True
SPA0150_000000004872	3813	0.8359633388800668	4	4	4	4	4	False	76304	fragment	False	SPA0150_000000004872	0.9539686825053996		0	0	False	False	1.0	0					non-mobilizable	other	3815.0	97.56200000000001	100.0	0.0032713906543468036	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
FIJ0133_000000006832	5359	0.8359619249192597	6	6	4	5	4	False	82569	fragment	False	FIJ0133_000000006832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	81.818	2.0	2.5710391572253225e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0787_000000001596	7049	0.8359598392905317	6	4	3	4	3	True	100169	maximal	False	ISR0125_000000001801	0.7642493223561497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1846.0	85.103	71.0	0.015801432709486064	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0130_000000017138	1708	0.8359581645880954	3	3	1	2	2	False	110784	fragment	False	ENG0130_000000017138	0.9572844771682999		0	0	False	False	0.9994145035743713	0					non-mobilizable	chromosome	1709.0	97.89399999999999	100.0	0.00037367613524363224	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
USA0075_01_000000010729	2312	0.8359476843387093	3	3	3	3	3	False	68454	fragment	False	USA0075_01_000000010729	0.9946759259259259		0	0	False	False	1.0	0					non-mobilizable	other	2312.0	98.4	99.0	0.0025235366218693397	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ENG0084_000000006281	4166	0.8359420826343161	4	2	2	2	1	False	93319	fragment	False	USA0043_01_000000002680	0.8028083102220848		0	0	False	False	0.9997599720954895	0					non-mobilizable	no_good_hit	982.0	74.847	23.0	0.005751323166426274	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
MON0064_000000012016	2237	0.8359383761808827	2	2	2	2	2	False	81468	fragment	False	MON0034_000000011460	0.9544837114292418		0	0	False	False	0.9874832630157471	0					non-mobilizable	no_good_hit	2000.0	80.5	89.0	0.0006398018644825518	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0088_000000000503	19731	0.8359341717440725	31	8	2	8	2	False	19257	maximal	True	MAD0088_000000000503	0.9738982701812191		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00010052009843523714	NZ_SLUP01000009.1	CFB group bacteria	Mariniflexile fucanivorans strain DSM 18792 Ga0310515_109, whole genome shotgun sequence	True	False
MAD0023_000000000199	19424	0.8359341717440725	31	8	2	8	2	False	19257	maximal	False	MAD0088_000000000503	0.9666768030003547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00010052009843523714	NZ_SLUP01000009.1	CFB group bacteria	Mariniflexile fucanivorans strain DSM 18792 Ga0310515_109, whole genome shotgun sequence	True	False
ISR0203_000000000909	19336	0.8359341717440725	27	8	2	8	2	False	54757	maximal	False	ISR0281_000000000491	0.9882973251028807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0853_000000000510	17154	0.8359341717440725	21	8	2	8	2	False	20532	maximal	True	ISR0853_000000000510	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0048_000000018012	2219	0.8359301166479577	3	3	3	3	2	False	68322	fragment	False	ISR0080_000000013587	0.9654088119398786		0	0	False	False	0.9923388957977295	0					non-mobilizable	no_good_hit	1243.0	76.428	56.0	0.00034454519752894207	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0090_000000002145	13293	0.8359260552488844	10	7	5	7	3	True	107797	maximal	True	FIJ0090_000000002145	1.0		1	1	False	False	0.9990220665931702	0					non-mobilizable	no_good_hit	1462.0	81.464	14.0	0.01546571024888599	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0176_000000012142	2766	0.8359233437693727	5	3	1	1	2	True	120073	backbone	False	ISR0842_000000008264	0.982995982474187	PS827|PS829	0	0	True	True	1.0	72	rep_cluster_1143				non-mobilizable	no_good_hit	2100.0	93.905	83.0	0.5330441439142638	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ISR0142_000000000670	2575	0.8359233437693727	4	3	1	1	2	True	120073	backbone	False	ISR0842_000000008264	0.9795500539836509	PS827|PS829	0	0	True	True	0.9992232918739319	7	rep_cluster_1143				non-mobilizable	plasmid	1749.0	92.624	95.0	0.444245981117632	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0049_000000011570	2558	0.8359233437693727	4	3	1	1	2	True	120073	backbone	False	ISR0842_000000008264	0.9754334123974566	PS827|PS829	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	2126.0	93.415	95.0	0.54018882367951	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0384_000000006433	2540	0.8359233437693727	4	3	1	1	2	True	120073	backbone	False	ISR0842_000000008264	0.8863253783254943	PS827|PS829	0	0	True	True	1.0	32	rep_cluster_1143				non-mobilizable	plasmid	2100.0	91.85700000000001	95.0	0.5294718040316407	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MAD0038_000000000284	22468	0.8359128667139643	14	10	6	10	4	True	117620	fragment	False	MAD0038_000000000284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5158.0	91.78	35.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0388_000000021266	1654	0.8359095823034819	2	2	1	2	0	True	74131	maximal	True	ISR0388_000000021266	1.0		1	1	False	False	0.9981862306594849	0					non-mobilizable	no_good_hit	274.0	99.27	17.0	0.00012173603614088739	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	True	True
DEN0022_000000016350	2435	0.8359081049766239	4	2	2	2	2	False	74588	maximal	True	DEN0022_000000016350	1.0		1	1	False	False	0.9897330403327942	0					non-mobilizable	no_good_hit	338.0	73.964	14.0	0.015395284327323162	NZ_CAESCL010000045.1	firmicutes	Piscibacillus halophilus strain Marseille-Q1613, whole genome shotgun sequence	True	False
MON0004_000000039451	1212	0.8359080481361353	1	1	1	1	1	False	67346	fragment	False	ISR0150_000000015766	0.29982986314544946		0	0	False	False	0.9290428757667542	0					non-mobilizable	other	1129.0	99.02600000000001	93.0	0.00033695616068679207	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0357_000000016900	1550	0.8359064400276167	3	3	2	1	2	False	94119	fragment	False	FIJ0136_000000018014	0.7037503331744865		0	0	False	False	0.9987096786499023	0					non-mobilizable	chromosome	1550.0	99.742	100.0	0.00023876005077311862	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0084_000000000206	53084	0.8358994100955026	57	22	11	20	11	True	130801	maximal	False	ISR0079_000000000160	0.5976704455960093		0	0	True	True	0.999792754650116	12					non-mobilizable	no_good_hit	1113.0	82.39	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0119_000000000231	53079	0.8358994100955026	57	22	11	20	11	True	130801	maximal	False	ISR0079_000000000160	0.604881152829374		0	0	True	True	0.999811589717865	17					non-mobilizable	no_good_hit	1113.0	82.3	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
AUS0022_000000027649	1229	0.8358927899471779	2	1	1	1	1	False	99071	fragment	False	ENG0180_000000013457	0.6026369528458702		0	0	False	False	0.9991863369941711	0					non-mobilizable	no_good_hit	188.0	75.532	15.0	0.003115686805743701	NZ_LT707051.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0362_000000003631	6485	0.8358926948886484	10	4	3	4	1	False	23740	maximal	True	ISR0362_000000003631	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	78.925	15.0	0.048684855415781735	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0810_000000005572	2625	0.8358894873143531	3	3	3	3	1	False	59970	maximal	True	ISR0810_000000005572	1.0		12	2	False	False	0.9973333477973938	0					non-mobilizable	no_good_hit	70.0	84.286	3.0	0.07700892857142858	GQ881924.1		Uncultured organism clone VC1CW40TF genomic sequence	True	False
ENG0025_000000001538	11889	0.8358844988836707	27	2	1	1	2	False	88728	fragment	False	ENG0025_000000001538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.119967569969557e-05	NZ_NNRJ01000015.1	a-proteobacteria	Ochrobactrum thiophenivorans strain DSM 7216 O_thioNEW.contig.14_1, whole genome shotgun sequence	True	False
MAD0022_000000006613	1961	0.8358801994738185	2	2	2	2	2	False	49862	fragment	False	MAD0022_000000006613	1.0		0	0	False	False	0.9959204196929932	0					non-mobilizable	no_good_hit	92.0	96.73899999999999	5.0	0.001595009392833091	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0203_000000004292	3610	0.835874490647648	4	3	3	3	3	False	115771	fragment	False	ENG0203_000000004292	1.0		0	0	False	False	0.9972299337387085	0					non-mobilizable	no_good_hit	625.0	82.4	30.0	0.00017521553501892955	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0082_000000008540	2361	0.8358618378299608	3	3	3	3	2	False	102656	maximal	True	ENG0082_000000008540	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	81.244	51.0	0.0002770453427085022	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0032_01_000000003849	6897	0.8358612721402178	11	6	4	6	3	False	28813	maximal	True	USA0032_01_000000003849	1.0		3	3	False	False	0.9982601404190063	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	2.2328970370043924e-05	LT615246.1	apicomplexans	Plasmodium vivax genome assembly, chromosome: 8	True	False
ISR0813_000000019453	1597	0.8358545980728459	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.04467520014361091		0	0	False	False	1.0	0					non-mobilizable	other	1597.0	97.68299999999999	100.0	0.03646547782350251	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0073_000000003409	3941	0.8358479519601426	6	3	2	2	3	False	72821	maximal	True	SPA0073_000000003409	1.0		2	1	False	False	0.9992387890815735	0					non-mobilizable	no_good_hit	2351.0	83.964	80.0	0.2517822423849643	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0792_000000004032	3263	0.8358416766695147	5	2	2	1	0	True	108642	fragment	False	CAN0007_000000010816	0.32929604440645466		0	0	False	False	0.9996935129165649	0					non-mobilizable	other	3263.0	99.969	100.0	0.0009847006141851225	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0027_000000008681	3014	0.8358416766695147	3	2	2	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7168820207893449	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	288.0	99.65299999999999	10.0	0.00014592602008389475	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	True
ENG0021_000000006742	2793	0.8358416766695147	5	2	2	1	0	True	108641	fragment	False	ENG0021_000000006742	0.9777028552315882		0	0	False	False	1.0	0					non-mobilizable	other	2794.0	98.53299999999999	100.0	0.0008398029149794638	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0011_01_000000013307	2783	0.8358416766695147	4	2	2	1	0	True	108641	fragment	False	ENG0021_000000006742	0.9709112220650432		0	0	False	False	1.0	0					non-mobilizable	other	2784.0	96.76700000000001	100.0	0.0008398029149794638	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0079_000000004266	7100	0.8358396960037683	7	5	4	4	5	False	61864	fragment	False	ENG0079_000000004266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	73.023	12.0	0.00020830697195683019	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
MAD0056_000000001516	6760	0.8358290156937092	8	8	5	7	7	False	18664	maximal	True	MAD0056_000000001516	1.0		6	1	False	False	1.0	0					non-mobilizable	other	6666.0	98.83	99.0	0.05295566502463054	NZ_UGNM01000004.1	enterobacteria	Kluyvera ascorbata strain NCTC9737, whole genome shotgun sequence	False	False
ISR0398_000000003854	5726	0.8358121003605272	10	5	1	4	4	True	26563	fragment	False	ISR0398_000000003854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.003199933507875161	NZ_CABIYV010000019.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0101_000000022299	2777	0.8358100573272933	3	2	1	2	2	False	9063	maximal	True	MON0101_000000022299	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	86.802	48.0	0.03408204648260802	NZ_LT965937.1	CFB group bacteria	Metaprevotella massiliensis strain Marseille P-3114, whole genome shotgun sequence	True	False
FIJ0038_000000031257	1153	0.8358093602296947	2	1	1	1	1	False	59837	fragment	False	ENG0109_000000019913	0.9710999759685912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	4.0	1.4196090950546013e-05	NZ_WTYS01000001.1	a-proteobacteria	Altererythrobacter gangjinensis strain JCM 17802 NODE_1_length_2888119, whole genome shotgun sequence	True	False
FIJ0006_000000010627	3240	0.8358028125889244	4	4	3	4	4	False	51774	fragment	False	FIJ0006_000000010627	1.0		0	0	False	False	0.9962962865829468	0					non-mobilizable	chromosome	2147.0	91.896	97.0	0.0009068529440636615	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	False	False
ENG0154_000000006092	4540	0.8357995936018388	7	5	0	2	4	False	125130	maximal	True	ENG0154_000000006092	0.9998917514613552		3	2	True	True	1.0	36	rep_cluster_233				non-mobilizable	no_good_hit	1537.0	94.14399999999999	70.0	0.3488054607508532	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
ISR0138_000000006448	4540	0.8357995936018388	7	5	0	2	4	False	125130	maximal	False	ENG0154_000000006092	0.9998917514613552		0	0	True	True	1.0	18	rep_cluster_233				non-mobilizable	no_good_hit	1563.0	94.242	68.0	0.3547212741751991	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
ISR0772_000000000015	68104	0.8357969440371121	60	10	3	9	4	True	114302	fragment	False	ISR0035_000000000046	0.9492895178561094		0	0	False	False	1.0	0					non-mobilizable	virus	40441.0	96.427	98.0	0.41026630644538786	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
ISR0114_000000001090	17321	0.8357927808917994	23	14	6	12	9	True	74065	maximal	True	ISR0114_000000001090	1.0		1	1	False	False	0.998441219329834	0					non-mobilizable	no_good_hit	1979.0	96.008	11.0	0.027743491921005385	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0114_000000003971	8253	0.8357856087881362	11	7	4	5	5	True	122234	maximal	True	FIJ0114_000000003971	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1166.0	98.113	56.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0108_000000008573	2002	0.8357838911168763	3	1	1	1	1	True	14611	fragment	False	MAD0108_000000008573	1.0		0	0	False	False	1.0	0	rep_cluster_1155				non-mobilizable	plasmid	1717.0	99.126	91.0	0.1916675974533676	CP000640.1	enterobacteria	Shigella dysenteriae Sd197 plasmid pSD197_spA, complete sequence	False	True
MAD0086_000000003690	2318	0.8357752922393181	4	4	4	3	3	False	111460	fragment	False	MAD0086_000000003690	0.958369168247065		0	0	False	False	0.9995685815811157	0					non-mobilizable	chromosome	2318.0	99.95700000000001	100.0	0.00047763593916686853	CP053787.1	enterobacteria	Escherichia coli isolate J31 chromosome, complete genome	False	False
CHI0168_000000012632	1234	0.8357748893692593	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.1474532469173372		0	0	False	False	0.9951377511024475	0					non-mobilizable	chromosome	1237.0	90.542	100.0	0.00043509144860045585	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0374_000000011659	1395	0.835773858642544	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.07760357270387143		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	96.42299999999999	100.0	0.0004214918513591147	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0129_000000012695	1704	0.8357635498145705	2	2	2	2	2	False	40941	maximal	True	FIJ0129_000000012695	1.0		42	6	False	False	1.0	0					non-mobilizable	other	1651.0	76.075	96.0	0.003993923774087286	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0179_000000002122	11838	0.8357556266230772	13	9	4	8	3	False	90798	fragment	False	ISR0179_000000002122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2188.0	82.587	18.0	0.0006951633473764228	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
USA0042_01_000000003238	8531	0.8357355962774538	6	4	3	3	1	True	106011	fragment	False	ISR0148_000000003200	0.9509495448926846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.0003449272389972872	NZ_FZOQ01000019.1	CFB group bacteria	Pontibacter ummariensis strain NKM1, whole genome shotgun sequence	True	True
DEN0078_000000017392	1883	0.8357337117020016	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.26844835498170444		0	0	False	False	1.0	0					non-mobilizable	chromosome	1890.0	95.132	100.0	0.000524759021470578	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0103_000000006666	3943	0.8357193254033601	4	3	3	1	2	False	47935	fragment	False	ISR0103_000000006666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	75.568	4.0	0.00019983327519643374	NZ_OEPZ01000001.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
DEN0094_000000013095	2688	0.8357081591936294	4	2	2	2	2	False	68372	backbone	True	DEN0094_000000013095	1.0	PS317	5	3	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
MON0050_000000028708	1401	0.8357079462559301	4	3	2	2	2	False	11314	fragment	False	MON0050_000000028708	1.0		0	0	False	False	0.9957173466682434	0					non-mobilizable	other	1123.0	95.726	100.0	0.11142005958291956	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0094_000000015875	2293	0.8356985786785839	4	3	3	1	1	True	68360	maximal	True	DEN0094_000000015875	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1105.0	75.928	48.0	0.00039209631494095215	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
ISR0115_000000018581	1872	0.8356842327184371	2	2	2	2	1	False	59969	fragment	False	ISR0115_000000018581	1.0		0	0	False	False	0.9946581125259399	0					non-mobilizable	no_good_hit								True	False
ISR0042_000000020905	1542	0.8356842327184371	3	2	2	2	1	False	59971	fragment	False	ISR0042_000000020905	1.0		0	0	False	False	0.9993515014648438	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000016246	2420	0.8356797426534224	3	3	3	3	3	False	98916	fragment	False	ISR0025_000000016246	0.9825315916996704		0	0	False	False	1.0	0					non-mobilizable	chromosome	2420.0	100.0	100.0	0.00034168447479819217	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0840_000000002331	5354	0.8356786246518534	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9205356867961219	PS879|PS961	0	0	True	True	0.9992529153823853	29					non-mobilizable	no_good_hit	2662.0	96.995	74.0	0.45505906522855677	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0002_000000002465	12116	0.8356756603968355	13	10	5	7	9	True	129091	maximal	True	SPA0002_000000002465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4651.0	92.991	70.0	0.0023966707612381485	NC_016630.1	firmicutes	Filifactor alocis ATCC 35896, complete sequence	True	True
MON0077_000000004020	7574	0.8356715840302434	7	4	4	4	4	True	12568	fragment	False	MON0077_000000004020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	75.53	7.0	0.0014316713780819534	NZ_FQLR01000003.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	True
ISR0362_000000004452	5259	0.8356695219505549	6	2	1	2	1	False	69951	maximal	True	ISR0362_000000004452	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	85.316	26.0	0.030693136391354427	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0022_000000005795	4393	0.8356695219505549	6	2	1	2	1	False	69950	fragment	False	ISR0022_000000005795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1432.0	85.615	33.0	0.032274092644036405	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
FIJ0081_000000018562	1927	0.8356667166781869	3	3	2	3	2	False	131428	fragment	False	ISR0326_000000008584	0.13893251940070467		0	0	False	False	0.993253767490387	0					non-mobilizable	no_good_hit	1474.0	78.562	75.0	0.020345269968763943	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0209_000000012610	2307	0.8356656209101894	4	3	2	1	2	False	49447	fragment	False	ISR0209_000000012610	0.9369844179651696		0	0	False	False	0.9973992109298706	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000011937	1378	0.8356618141422564	2	2	2	2	2	False	107361	fragment	False	ISR0113_000000011937	1.0		0	0	False	False	0.992017388343811	0					non-mobilizable	no_good_hit	269.0	76.952	19.0	0.0013844048104149035	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ISR0391_000000009643	1591	0.8356616944207383	3	2	2	2	1	False	22850	maximal	True	ISR0391_000000009643	1.0		53	7	False	False	0.9874292612075806	0					non-mobilizable	no_good_hit	801.0	90.262	50.0	0.007812423515590582	NZ_SPFY01000005.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_5_length_102145_cov_21.3237, whole genome shotgun sequence	True	False
ISR0194_000000020726	1329	0.8356427913532524	2	2	2	2	2	False	108423	fragment	False	ISR0388_000000027736	0.8293974348967211		0	0	False	False	0.9796839952468872	0					non-mobilizable	other	1293.0	100.0	97.0	0.000267849294552957	AP023226.1	enterobacteria	Escherichia coli YJ3 DNA, complete genome	False	False
ISR0217_000000005687	4717	0.8356401678298242	5	4	3	4	2	False	126668	fragment	False	ISR0217_000000005687	0.9936078006500542		0	0	False	False	0.9997879862785339	0					non-mobilizable	no_good_hit	120.0	77.5	2.0	9.935479857758486e-05	NZ_KB946300.1	firmicutes	Enterococcus pallens ATCC BAA-351 acvKb-supercont1.1, whole genome shotgun sequence	True	False
ISR0119_000000005839	5559	0.8356360774793464	6	5	4	5	5	False	89459	fragment	False	ISR0119_000000005839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3008.0	99.934	54.0	0.1029618216058894	NZ_QRML01000044.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf44, whole genome shotgun sequence	True	False
FIJ0132_000000025044	1392	0.8356358071114257	2	1	1	1	1	False	83746	fragment	False	FIJ0132_000000025044	1.0		0	0	False	False	0.9813218116760254	0					non-mobilizable	no_good_hit	1026.0	89.47399999999999	88.0	0.008217613997282238	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0350_000000007539	2430	0.8356310929734787	3	3	3	3	3	False	24099	fragment	False	ISR0350_000000007539	1.0		0	0	False	False	0.9909465312957764	0					non-mobilizable	no_good_hit	1650.0	97.697	68.0	0.057699709576962105	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0061_01_000000007916	1367	0.8356287780783114	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.14430257151881584		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	99.415	100.0	0.019048415885765283	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0054_000000000114	38753	0.8356240074799254	61	13	8	10	10	False	17199	maximal	True	MAD0054_000000000114	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3924.0	90.494	70.0	0.0010526119403993976	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0058_000000001789	7090	0.8356124123817247	8	8	5	4	7	True	97723	maximal	True	MAD0058_000000001789	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	no_good_hit	3074.0	94.275	43.0	0.0204431003703605	MT648288.1	enterobacteria	Escherichia coli strain 253 plasmid p253, complete sequence	True	True
ISR0847_000000005106	4615	0.8356079795204452	4	4	4	3	3	False	108839	fragment	False	ISR0847_000000005106	1.0		0	0	False	False	0.9960996508598328	0					non-mobilizable	no_good_hit	1689.0	99.23	37.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
USA0062_01_000000010747	1878	0.8356072378435156	4	3	3	3	3	False	116013	fragment	False	FIJ0081_000000020765	0.5706784627000021		0	0	False	False	0.9978700876235962	0					non-mobilizable	chromosome	1878.0	99.947	100.0	0.0008630366376534236	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
ISR0853_000000007234	2403	0.8355977409623929	3	3	3	3	3	False	47643	fragment	False	ISR0853_000000007234	1.0		0	0	False	False	0.9945901036262512	0					non-mobilizable	other	2417.0	96.525	99.0	0.0007736133796690177	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ENG0121_000000001740	10533	0.8355974573742655	14	7	3	7	1	True	94259	fragment	False	ENG0121_000000001740	1.0		0	0	False	False	0.9999050498008728	0					non-mobilizable	other	5325.0	98.404	98.0	0.001425725562825518	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0803_000000004050	3295	0.835596795840702	8	2	1	2	1	False	50723	fragment	False	ISR0803_000000004050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0121_000000012186	2059	0.8355824983862237	7	2	2	2	2	True	32209	fragment	False	ISR0121_000000012186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	94.515	12.0	0.004359713293430873	CP021609.1	other sequences	Unidentified plasmid plasmid FAKO02_3062, complete sequence	True	True
AUS0014_000000023374	1151	0.8355747473763167	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.8994276999095984		0	0	False	False	0.9973935484886169	0					non-mobilizable	no_good_hit	230.0	90.0	26.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0148_000000013150	1512	0.8355736127588455	3	3	3	3	1	True	115508	fragment	False	MON0088_000000019692	0.9163278056432193		0	0	False	False	0.9993386268615723	0					non-mobilizable	chromosome	1512.0	99.339	100.0	0.0006892006230629061	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	True
USA0111_01_000000002567	8468	0.8355726141544586	9	7	5	5	6	True	123638	fragment	False	USA0111_01_000000002567	1.0		0	0	False	True	0.9998819231987	0					non-mobilizable	no_good_hit	2889.0	96.885	81.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0124_000000005293	3057	0.8355720976904859	4	4	4	4	4	False	47037	fragment	False	ISR0124_000000005293	1.0		0	0	False	False	0.9996728897094727	0					non-mobilizable	no_good_hit	415.0	74.217	13.0	0.0031691337437664484	NZ_SOBG01000008.1	fusobacteria	Hypnocyclicus thermotrophus strain DSM 100055 Ga0310544_108, whole genome shotgun sequence	True	False
USA0059_01_000000006845	3862	0.8355638519905171	5	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.6078567018853117		0	0	False	False	1.0	0					non-mobilizable	other	3862.0	99.845	100.0	0.000747793660081008	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0042_000000008167	3692	0.8355631995141479	5	2	2	1	2	False	29030	maximal	True	SPA0042_000000008167	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	93.458	3.0	0.012410724739491863	MK233117.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_1-CL37_c1 sequence	True	False
SPA0097_000000011765	2792	0.8355631995141479	4	2	2	1	2	False	29028	maximal	True	SPA0097_000000011765	1.0		2	2	False	False	0.9942693114280701	0					non-mobilizable	no_good_hit	109.0	92.661	4.0	0.13122721749696234	GQ883727.1		Uncultured organism clone VC1DE55TF genomic sequence	True	False
ISR0285_000000000696	12998	0.835555213002395	11	7	3	7	3	False	101838	fragment	False	ISR0285_000000000696	1.0		0	0	False	False	0.999923050403595	0					non-mobilizable	no_good_hit	2448.0	98.039	19.0	0.08706326051376931	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	False
DEN0011_000000024129	1882	0.8355542773669036	2	2	2	1	1	False	75662	fragment	False	DEN0011_000000024129	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0103_000000003612	4719	0.8355445737168191	6	3	3	2	1	False	18219	maximal	True	MAD0103_000000003612	1.0		1	1	False	False	0.9980928301811218	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.351970601063484e-05	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MAD0105_000000033120	1200	0.8355436090072166	2	2	2	2	2	False	14771	fragment	False	MAD0105_000000033120	1.0		0	0	False	False	0.9933333396911621	0					non-mobilizable	other	1200.0	99.75	100.0	0.0004335599247435433	CP003490.1	bacteria	Brachyspira pilosicoli B2904, complete genome	False	False
ENG0043_000000018862	1829	0.8355340835356959	3	2	2	1	1	False	64594	maximal	True	ENG0043_000000018862	1.0		2	2	False	False	0.9978129863739014	0					non-mobilizable	virus	1824.0	93.805	99.0	0.047182039715870795	MK448919.1	viruses	Streptococcus phage Javan370, complete genome	False	False
USA0011_01_000000016044	2296	0.8355303920918778	2	2	2	2	2	False	106615	fragment	False	ISR0143_000000012781	0.9559718877340599		0	0	False	False	0.9995644688606262	0					non-mobilizable	no_good_hit	1809.0	99.72399999999999	81.0	0.010089116811660519	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0158_000000016352	1351	0.8355247054359662	3	3	3	2	1	True	6804	fragment	False	SPA0043_000000011977	0.9377199155524278		0	0	False	False	0.9763138294219971	0					non-mobilizable	no_good_hit	42.0	100.0	3.0	0.00035854204561354413	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0295_000000003168	8401	0.8355237844632971	16	4	2	4	3	True	25740	maximal	True	ISR0295_000000003168	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	79.137	2.0	0.0001274252655468125	NC_021846.1	mycoplasmas	Spiroplasma taiwanense CT-1, complete sequence	True	True
AST0055_000000004664	6401	0.8355078075211783	7	5	3	4	2	True	113960	maximal	True	AST0055_000000004664	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1496.0	80.548	23.0	0.0009563904033349198	NZ_UICR01000002.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	True
ISR0031_000000009720	2308	0.8355025321046716	3	2	1	2	1	False	101183	maximal	False	MAD0062_000000005740	0.9770584685079647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	608.0	77.303	26.0	0.01741988018379573	NZ_CABDWS010000032.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
MAD0040_000000013957	2292	0.8355025321046716	3	2	1	2	1	False	101183	maximal	False	MAD0062_000000005740	0.9709820242202092		0	0	False	False	0.9986910820007324	0					non-mobilizable	no_good_hit	630.0	77.46	27.0	0.018059675449310766	NZ_CABDWS010000032.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
ENG0139_000000013522	1583	0.8354959794988551	2	2	2	2	2	False	57846	maximal	True	ENG0139_000000013522	0.965300727032386		261	13	False	False	0.998736560344696	0					non-mobilizable	no_good_hit	282.0	78.014	32.0	0.0007886141325387926	NZ_FWXW01000004.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
FIJ0160_000000017693	1150	0.8354952088036472	2	1	1	1	1	False	39301	fragment	False	FIJ0160_000000017693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000001862	8134	0.8354891916048985	10	10	10	10	10	False	98059	fragment	False	MAD0088_000000001862	0.9894970962560237		0	0	False	False	1.0	0					non-mobilizable	other	8134.0	99.902	100.0	0.0017521778883897372	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
SPA0149_000000019708	2008	0.8354670180391127	3	2	0	2	0	True	25904	maximal	True	SPA0149_000000019708	0.9653920619554694		1	1	True	True	1.0	33	rep_cluster_1839				non-mobilizable	no_good_hit	738.0	83.06200000000001	42.0	0.41543700340522133	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
DEN0062_000000019881	1128	0.8354665650380255	3	2	1	2	1	True	71604	maximal	True	DEN0062_000000019881	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000019074	2149	0.8354653471016242	4	1	1	1	1	False	19194	maximal	True	MAD0097_000000019074	0.9971910112359551		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0024_000000007159	1958	0.8354653471016242	3	1	1	1	1	False	19194	maximal	False	MAD0097_000000019074	0.9530013959981387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0090_000000019823	2212	0.8354613303301497	3	2	2	2	2	False	57102	fragment	False	FIJ0090_000000019823	0.9639278557114228		0	0	False	False	0.9990958571434021	0					non-mobilizable	no_good_hit	93.0	90.323	4.0	2.7405824852083835e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CAN0012_000000008126	6800	0.8354557540535696	8	8	8	7	6	False	99088	fragment	False	CAN0012_000000008126	0.9793140525673637		0	0	False	False	0.9998529553413391	0					non-mobilizable	other	6800.0	98.721	100.0	0.02378869730728321	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0181_000000006836	2761	0.8354484597931744	4	2	2	2	1	False	29592	maximal	True	ISR0181_000000006836	1.0		16	6	False	False	0.9996378421783447	0					non-mobilizable	no_good_hit	251.0	73.307	9.0	7.10925332899457e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
FIJ0162_000000004782	4875	0.8354375862598391	3	3	3	3	3	True	51748	fragment	False	FIJ0162_000000004782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	76.087	3.0	0.01001270268250766	NZ_WVUD01000066.1	d-proteobacteria	Desulfovibrio aerotolerans strain DSM 16695 NODE_66_length_13383_cov_36.454059, whole genome shotgun sequence	True	True
MON0097_000000006317	4916	0.8354363544341603	3	3	3	2	3	False	9242	fragment	False	MON0097_000000006317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3164.0	78.571	64.0	0.09458240634958812	NZ_FMML01000041.1	CFB group bacteria	Tannerella forsythia strain UB22 isolate UB22, whole genome shotgun sequence	True	False
ISR0103_000000011423	2479	0.8354357079338591	5	3	2	3	2	False	33050	fragment	False	ISR0103_000000011423	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000013493	3233	0.8354348196565059	5	2	1	2	1	False	68216	fragment	False	DEN0096_000000013493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2571.0	93.116	79.0	0.000799211552448997	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0054_000000009919	2524	0.8354268574132103	3	2	1	2	0	True	46339	maximal	True	FIJ0054_000000009919	1.0		0	0	False	False	0.994849443435669	0					non-mobilizable	no_good_hit	2111.0	90.336	86.0	0.037270052812533226	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0128_000000012294	2099	0.8354268574132103	4	2	1	2	0	True	41021	maximal	True	FIJ0128_000000012294	1.0		0	0	False	False	0.9995235800743103	0					non-mobilizable	no_good_hit	637.0	81.319	30.0	0.011023287137135363	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0123_000000016785	1951	0.8354268574132103	3	2	1	2	0	True	41338	fragment	False	FIJ0123_000000016785	1.0		0	0	False	False	0.9887237548828125	0					non-mobilizable	virus	1726.0	90.962	92.0	0.03030517846382873	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	False	True
USA0047_01_000000024847	1463	0.8354268574132103	3	2	1	2	0	True	1157	fragment	False	USA0047_01_000000024847	1.0		0	0	False	False	0.9993164539337158	0					non-mobilizable	no_good_hit	1198.0	88.648	87.0	0.0457450904890258	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
MON0089_000000027260	1140	0.8354201701807891	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.22195560628595884		0	0	False	False	0.9877192974090576	0					non-mobilizable	no_good_hit	380.0	71.842	33.0	0.0004099585864891718	NZ_RKQN01000002.1	g-proteobacteria	Vulcaniibacterium tengchongense strain DSM 25623 Ga0244695_102, whole genome shotgun sequence	True	True
FIJ0009_000000024858	1679	0.8354191893181439	3	2	2	2	1	False	51224	maximal	True	FIJ0009_000000024858	1.0		2	1	False	False	0.9964264631271362	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000006423	3238	0.8354154319906817	4	4	4	4	4	False	83041	maximal	True	ISR0820_000000006423	1.0		68	9	False	False	1.0	0					non-mobilizable	no_good_hit	2133.0	95.734	66.0	0.00047669549582035804	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0838_000000002134	8260	0.8354109537770212	12	9	8	8	8	False	125227	fragment	False	ISR0838_000000002134	1.0		0	0	False	False	0.9997578859329224	0					non-mobilizable	no_good_hit	2661.0	77.79	62.0	0.000793950201829548	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0082_000000001180	8017	0.8354048658252407	12	3	2	3	2	False	84284	fragment	False	CHI0082_000000001180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.174129794524219e-07	LR584066.1	bony fishes	Scleropages formosus genome assembly, chromosome: 1	True	False
ISR0188_000000004451	4951	0.8353904523233785	8	4	3	4	2	False	121360	maximal	True	ISR0188_000000004451	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2008.0	99.303	41.0	0.0006326015810941959	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0335_000000007663	2357	0.8353901286394882	3	3	3	2	2	False	129915	maximal	True	ISR0335_000000007663	1.0		8	2	False	False	0.9974544048309326	0					non-mobilizable	no_good_hit	1765.0	99.54700000000001	75.0	0.02459839357429719	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0029_000000001207	3068	0.8353874839567978	3	3	2	3	1	True	44177	fragment	False	MAD0029_000000001207	0.9949296696107295		0	0	False	False	0.9990221858024597	0					non-mobilizable	no_good_hit								True	True
MAD0011_000000004415	3057	0.8353874839567978	3	3	2	3	1	True	44177	fragment	False	MAD0029_000000001207	0.993155149934811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0062_000000006269	2350	0.8353842388411036	2	1	1	1	1	False	88310	maximal	True	CHI0062_000000006269	1.0		3	2	False	False	0.999148964881897	0					non-mobilizable	no_good_hit	761.0	85.28299999999999	31.0	0.020029142932838785	NZ_QRST01000022.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf22, whole genome shotgun sequence	True	False
CHI0033_000000005414	1355	0.8353842388411036	2	1	1	1	1	False	88309	fragment	False	CHI0033_000000005414	1.0		0	0	False	False	0.9867158532142639	0					non-mobilizable	no_good_hit								True	False
MON0098_000000022790	1532	0.8353702660906128	2	2	2	2	1	False	124849	fragment	False	CHI0162_000000020355	0.9528260517220244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	86.0	29.0	0.010087302664314471	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0012_000000016916	1407	0.8353702660906128	2	2	2	2	1	False	124847	fragment	False	AST0012_000000016916	0.7739344590327966		0	0	False	False	0.9992892742156982	0					non-mobilizable	no_good_hit	180.0	87.22200000000001	13.0	0.004025874157506672	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0107_000000026764	1153	0.8353623817177951	2	1	1	1	1	True	85082	backbone	True	ENG0107_000000026764	0.9956905955856691	PS425	6	3	False	True	0.9921942949295044	0					non-mobilizable	no_good_hit	173.0	95.376	19.0	7.675566307298437e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0279_000000020077	1153	0.8353623817177951	2	1	1	1	1	True	85082	backbone	False	ENG0107_000000026764	0.9956905955856691	PS425	0	0	True	True	0.9887250661849976	2					non-mobilizable	no_good_hit	173.0	95.376	19.0	7.675566307298437e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0841_000000013594	1144	0.8353623817177951	1	1	1	1	1	True	85082	backbone	False	ENG0107_000000026764	0.9844013263503101	PS425	0	0	True	True	0.9991258978843689	1					non-mobilizable	no_good_hit	133.0	95.48899999999999	18.0	5.890550886996475e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
USA0003_01_000000017538	2219	0.8353606749175752	4	1	1	1	1	False	2239	maximal	True	USA0003_01_000000017538	1.0		1	1	False	False	0.9990987181663513	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000005331	4611	0.8353528127650703	10	10	4	4	9	True	63802	fragment	False	ENG0054_000000005331	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4611.0	99.95700000000001	100.0	0.07255272269436576	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
USA0065_01_000000005584	2049	0.8353499298416558	3	2	2	2	2	False	86639	maximal	True	USA0065_01_000000005584	1.0		17	7	False	False	0.9931674003601074	0					non-mobilizable	other	1825.0	94.74	92.0	0.003364107939331644	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
CAN0006_000000000949	34195	0.8353482776700302	30	21	9	19	12	True	95789	maximal	True	CAN0006_000000000949	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	20205.0	91.304	89.0	0.4768605008631494	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
ISR0020_000000022805	1202	0.8353436152527994	3	1	1	1	1	True	68027	fragment	False	USA0111_01_000000019254	0.4822147796484256		0	0	False	False	0.9975041747093201	0					non-mobilizable	other	1202.0	99.834	100.0	0.01546245751364713	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
SPA0089_000000003477	9400	0.8353377502593154	8	8	5	8	5	False	92794	maximal	True	SPA0089_000000003477	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	99.861	8.0	0.0008452598439267081	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0166_000000013081	2173	0.8353223654636789	4	3	2	3	2	True	56154	fragment	False	ENG0166_000000013081	1.0		0	0	False	False	0.9986194372177124	0					non-mobilizable	no_good_hit								True	True
USA0035_01_000000020450	1276	0.8353199541830004	4	1	1	1	1	True	75858	fragment	False	SPA0132_000000025965	0.5359308567339522		0	0	False	False	0.9984325766563416	0					non-mobilizable	other	1276.0	99.60799999999999	100.0	0.008747255762897914	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ISR0167_000000007973	3853	0.8353175264804539	5	5	2	5	3	False	128517	fragment	False	USA0024_01_000000005864	0.929763914374687		0	0	False	False	1.0	0					non-mobilizable	other	3854.0	95.823	100.0	0.0011980395829042768	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0375_000000011640	1926	0.8353104653094856	3	3	1	3	2	True	105433	fragment	False	ISR0375_000000011640	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1926.0	100.0	100.0	0.0034535590495805494	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0817_000000006377	1920	0.8353104653094856	3	3	1	3	2	True	105433	fragment	False	ISR0375_000000011640	0.9984423676012462		0	0	False	False	0.9729166626930237	0					non-mobilizable	other	1920.0	100.0	100.0	0.003442794709685753	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0028_000000009248	1553	0.8353104653094856	3	3	1	3	2	True	88661	fragment	False	CHI0028_000000009248	0.9998444790046657		0	0	False	False	0.9980682730674744	0					non-mobilizable	other	1536.0	100.0	99.0	0.002753876956418776	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
MON0080_000000025838	2066	0.8353046413349483	3	3	3	3	3	False	46662	fragment	False	MAD0007_000000003912	0.9818071589407699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	78.48	44.0	0.0001782515006178611	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0072_000000001304	16504	0.8352977487113636	11	7	3	6	4	True	46562	maximal	True	FIJ0072_000000001304	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	80.568	7.0	0.0002891646742135801	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0210_000000004535	4497	0.8352952854712898	6	5	5	5	5	False	124954	fragment	False	ENG0184_000000004383	0.7725108748693923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3239.0	78.821	86.0	0.007692940994149781	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0011_01_000000031499	1143	0.8352937997430471	2	2	2	2	2	False	101418	fragment	False	MON0101_000000050129	0.7452224363454764		0	0	False	False	0.9982502460479736	0					non-mobilizable	other	1143.0	99.56299999999999	100.0	0.005965845274601276	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
MAD0073_000000001095	3086	0.8352926284986119	4	3	1	1	2	True	16302	fragment	False	MAD0073_000000001095	1.0		0	0	False	False	0.9987038373947144	0	IncX4				non-mobilizable	chromosome	3086.0	99.96799999999999	100.0	0.0005353529937165003	CP050207.1	enterobacteria	Escherichia coli strain RH-048-WU chromosome	False	True
USA0003_01_000000014183	2793	0.8352915882661142	5	3	3	3	1	False	2244	maximal	True	USA0003_01_000000014183	1.0		2	2	False	False	0.9881847500801086	0					non-mobilizable	no_good_hit	93.0	98.925	3.0	0.0004311152764761012	NZ_CYYA01000004.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0152_000000022378	1168	0.835286063402226	1	1	1	1	1	False	56988	fragment	False	ENG0152_000000022378	0.9571381932190403		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	99.743	100.0	0.0003736783170835032	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0126_000000008885	4225	0.8352854009053833	6	4	4	4	3	False	116380	fragment	False	MON0060_000000006725	0.5310704285725188		0	0	False	False	0.9990532398223877	0					non-mobilizable	other	2280.0	91.404	95.0	0.0005514051022992538	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0095_000000006957	4191	0.8352854009053833	7	4	4	4	3	False	116380	fragment	False	MON0060_000000006725	0.6107360102800361		0	0	False	False	0.9990455508232117	0					non-mobilizable	other	2454.0	93.03200000000001	99.0	0.0006006858606639271	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0093_000000006238	2993	0.8352854009053833	4	4	4	4	3	False	113598	fragment	False	AST0093_000000006238	1.0		0	0	False	False	0.9996659159660339	0					non-mobilizable	other	2404.0	91.223	99.0	0.0005822975179905415	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0028_000000013636	1152	0.8352788241001153	1	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.17978093679146354		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	96.615	100.0	0.04109099996429974	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
AST0097_000000011328	1925	0.8352713227270135	3	1	1	1	1	False	108988	fragment	False	AST0097_000000011328	1.0		0	0	False	False	0.9911688566207886	0					non-mobilizable	no_good_hit	1008.0	80.258	52.0	0.028091628863655575	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
MON0085_000000006365	3471	0.8352703301031237	4	3	3	3	2	False	9795	maximal	True	MON0085_000000006365	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	93.939	28.0	0.00014938396453838086	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0070_000000000669	11248	0.8352686158643499	9	9	4	7	9	False	117830	maximal	True	CHI0070_000000000669	1.0	PS794|PS796	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	7060.0	88.3	76.0	0.0013099708542173645	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
ISR0388_000000015794	2201	0.8352632402743834	3	3	2	3	2	True	26217	maximal	True	ISR0388_000000015794	1.0		3	3	False	False	0.9981826543807983	0					non-mobilizable	no_good_hit	1299.0	75.52	58.0	0.0511727078891258	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
MON0004_000000007626	4394	0.8352609277658621	9	3	3	3	3	True	110415	fragment	False	MON0004_000000007626	1.0		0	0	False	False	0.9949931502342224	0					non-mobilizable	no_good_hit	2797.0	99.714	79.0	0.01610469201792482	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
TAN0016_000000005070	2219	0.8352532988012576	2	1	1	1	1	False	69412	fragment	False	TAN0016_000000005070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	81.443	5.0	1.5125263175640385e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
MAD0065_000000007282	1585	0.8352518101646771	2	1	1	1	1	True	16625	maximal	True	MAD0065_000000007282	1.0		3	1	False	False	0.9993690848350525	0					non-mobilizable	no_good_hit	555.0	95.85600000000001	62.0	0.010766480099502488	CP043867.1	firmicutes	Enterococcus faecium strain ME3 plasmid unnamed2	True	True
CAN0022_000000009665	3093	0.8352498558572339	3	3	3	3	2	False	96200	fragment	False	CAN0022_000000009665	1.0		0	0	False	False	0.9990300536155701	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	9.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0182_000000035423	1133	0.8352477017224134	1	1	1	1	1	True	29507	maximal	True	ISR0182_000000035423	1.0		1	1	False	False	0.998234748840332	0					non-mobilizable	plasmid	1133.0	98.853	100.0	0.014033650982727814	CP003158.1	firmicutes	Lactococcus lactis subsp. cremoris UC509.9 plasmid pCIS8, complete sequence	False	True
MON0037_000000008545	6012	0.8352456796949426	12	10	8	8	7	False	47496	maximal	True	MON0037_000000008545	1.0		2	1	False	False	0.9998336434364319	0					non-mobilizable	no_good_hit	2223.0	88.709	72.0	0.0008643153496249113	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ENG0163_000000001383	12479	0.8352423897061524	18	12	9	11	10	True	126208	backbone	False	ISR0395_000000002325	0.2858256180820011	PS943|PS946|PS949	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	1608.0	73.507	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0089_000000014468	1813	0.8352410718617678	2	1	1	1	1	True	15832	fragment	False	MAD0089_000000014468	1.0		0	0	False	False	1.0	0	rep_cluster_1778				non-mobilizable	plasmid	1802.0	99.723	99.0	0.4360774818401937	KT693145.1	enterobacteria	Escherichia coli strain E35BA plasmid pE35BA_1, complete sequence	False	True
CHI0048_000000016369	1210	0.8352410718617678	2	1	1	1	1	True	86869	maximal	True	CHI0048_000000016369	1.0		2	1	False	False	0.9983471035957336	0	rep_cluster_1778				non-mobilizable	no_good_hit	1068.0	100.0	88.0	0.26081642630163776	CP054332.1	enterobacteria	Escherichia coli strain SCU-121 plasmid pSCU-121-4, complete sequence	True	True
MON0076_000000040189	1204	0.8352407973096819	2	1	1	1	1	True	10269	fragment	False	MON0076_000000040189	1.0		0	0	False	False	0.9958471655845642	0					non-mobilizable	no_good_hit	419.0	98.329	62.0	0.06246255242660276	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	True	True
ISR0151_000000001565	8523	0.8352407450564394	13	3	1	2	1	False	109591	maximal	True	ISR0151_000000001565	1.0		2	1	True	True	1.0	12					non-mobilizable	no_good_hit	762.0	72.96600000000001	9.0	0.16498020237571492	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ENG0011_000000018445	1546	0.8352402786553949	2	1	1	1	1	True	67144	fragment	False	ENG0011_000000018445	0.960416721120085		0	0	False	False	0.9760672450065613	0					non-mobilizable	no_good_hit	759.0	86.95700000000001	67.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0215_000000021386	1404	0.8352402786553949	2	1	1	1	1	True	67144	fragment	False	ENG0011_000000018445	0.9568970860317574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	88.02600000000001	75.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0395_000000003031	11552	0.835239822907378	6	1	1	1	0	True	81450	maximal	True	ISR0395_000000003031	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	1.0	0.0011158045747987567	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0105_000000004682	10079	0.835239822907378	3	1	1	1	0	True	8762	fragment	False	MON0105_000000004682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0055_000000003455	8064	0.835239822907378	6	1	1	1	0	True	121106	maximal	True	AST0055_000000003455	1.0		1	1	True	True	0.9977678656578064	5					non-mobilizable	no_good_hit	1109.0	99.82	38.0	0.1370439084724799	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0182_000000003569	7121	0.835239822907378	7	1	1	1	0	True	106861	fragment	False	SPA0104_000000004450	0.9793320405671899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0160_000000003165	7110	0.835239822907378	7	1	1	1	0	True	106861	fragment	False	SPA0104_000000004450	0.9783057875447292		0	0	False	False	0.9997187256813049	0					non-mobilizable	no_good_hit								True	True
AST0111_000000002732	7094	0.835239822907378	6	1	1	1	0	True	106861	fragment	False	SPA0104_000000004450	0.9810034944647812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0104_000000004450	7075	0.835239822907378	7	1	1	1	0	True	106861	fragment	False	SPA0104_000000004450	0.9813961475942522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0037_01_000000005138	7066	0.835239822907378	6	1	1	1	0	True	45012	maximal	True	USA0037_01_000000005138	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0261_000000002174	7061	0.835239822907378	6	1	1	1	0	True	106861	fragment	False	SPA0104_000000004450	0.9792071417017111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0058_000000005263	7043	0.835239822907378	6	1	1	1	0	True	106861	fragment	False	SPA0104_000000004450	0.9677811266711811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	1.140253864165597e-06	LR597459.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 2	True	True
CHI0054_000000002085	7039	0.835239822907378	6	1	1	1	0	True	106861	fragment	False	SPA0104_000000004450	0.970528009596769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0002_000000001298	7002	0.835239822907378	6	1	1	1	0	True	106861	fragment	False	SPA0104_000000004450	0.9683935454265836		0	0	False	False	0.9997143745422363	0					non-mobilizable	no_good_hit								True	True
ISR0396_000000002815	6921	0.835239822907378	6	1	1	1	0	True	106861	fragment	False	SPA0104_000000004450	0.966474515702773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0022_000000004980	6698	0.835239822907378	3	1	1	1	0	True	98603	fragment	False	ISR0115_000000003080	0.23252079787647076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	100.0	1.0	0.0011748324775911582	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
USA0062_01_000000003961	6587	0.835239822907378	3	1	1	1	0	True	130410	fragment	False	USA0062_01_000000003961	0.9627525252525253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	3.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0081_000000004496	6538	0.835239822907378	5	1	1	1	0	True	44284	fragment	False	FIJ0081_000000004496	1.0		0	0	False	False	0.999235212802887	0					non-mobilizable	no_good_hit								True	True
SPA0142_000000004315	6512	0.835239822907378	5	1	1	1	0	True	130379	maximal	True	SPA0142_000000004315	1.0		0	0	False	False	0.9960073828697205	0					non-mobilizable	no_good_hit								True	True
ISR0114_000000003815	6498	0.835239822907378	5	1	1	1	0	True	98599	fragment	False	ISR0114_000000003815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	96.296	4.0	2.8276250430479236e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0055_000000004730	6336	0.835239822907378	3	1	1	1	0	True	130410	fragment	False	USA0062_01_000000003961	0.9483831789889177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.031	3.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
AST0100_000000002676	6323	0.835239822907378	3	1	1	1	0	True	130408	fragment	False	AST0100_000000002676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	2.0	0.0031505202503834514	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0008_000000003537	6162	0.835239822907378	7	1	1	1	0	True	121105	maximal	True	ENG0008_000000003537	1.0		1	1	True	True	0.9998376965522766	22					non-mobilizable	no_good_hit	1964.0	96.64	79.0	0.24230055658627087	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MAD0072_000000000870	6132	0.835239822907378	3	1	1	1	0	True	98602	fragment	False	MAD0072_000000000870	0.9994418555403364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0080_000000000683	6129	0.835239822907378	3	1	1	1	0	True	98602	fragment	False	MAD0072_000000000870	0.9991653498894738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0010_000000001667	6066	0.835239822907378	9	1	1	1	0	True	2640	maximal	True	TAN0010_000000001667	1.0		2	1	False	False	0.9998351335525513	0					non-mobilizable	no_good_hit	245.0	91.429	4.0	0.20730671197960918	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0045_000000005438	5872	0.835239822907378	3	1	1	1	0	True	98602	fragment	False	MAD0072_000000000870	0.9711279782991408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0026_000000004425	5799	0.835239822907378	4	1	1	1	0	True	75908	fragment	False	MON0026_000000004425	0.9911763646703233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0039_000000004169	5797	0.835239822907378	3	1	1	1	0	True	98591	fragment	False	SPA0039_000000004169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	1.0	0.03163900414937759	NZ_VZBY01000063.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_67_length_1928_cov_60.7112_ID_133, whole genome shotgun sequence	True	True
CHI0069_000000001547	5663	0.835239822907378	3	1	1	1	0	True	98601	fragment	False	CHI0069_000000001547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	97.727	3.0	2.32078659193556e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0088_000000004919	5660	0.835239822907378	4	1	1	1	0	True	75908	fragment	False	MON0026_000000004425	0.9812898775650974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0001_000000008349	5621	0.835239822907378	4	1	1	1	0	True	130398	fragment	False	CAN0001_000000008349	0.9416761096251078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	94.41	5.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
DEN0001_000000006601	5550	0.835239822907378	3	1	1	1	0	True	130398	fragment	False	CAN0001_000000008349	0.9361232117351587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	98.182	2.0	0.002238527546325084	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0371_000000002499	5522	0.835239822907378	3	1	1	1	0	True	98598	fragment	False	ISR0371_000000002499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.025308241401687217	NZ_VZBY01000070.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_61_length_3082_cov_121.624_ID_121, whole genome shotgun sequence	True	True
ENG0031_000000003629	5490	0.835239822907378	3	1	1	1	0	True	130398	fragment	False	CAN0001_000000008349	0.9173621199437116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	97.458	5.0	0.004808688803216847	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
SPA0071_000000004315	5449	0.835239822907378	4	1	1	1	0	True	5908	maximal	True	SPA0071_000000004315	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	96.61	1.0	0.0022198407838334355	NZ_JAAITU010000049.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_49_length_26128_cov_159.958, whole genome shotgun sequence	True	True
CHI0186_000000003535	5432	0.835239822907378	4	1	1	1	0	True	102518	fragment	False	CHI0186_000000003535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000007085	5256	0.835239822907378	6	1	1	1	0	True	37390	maximal	True	ISR0025_000000007085	1.0		3	3	False	False	0.9914383292198181	0					non-mobilizable	no_good_hit								True	True
FIJ0045_000000004083	5244	0.835239822907378	5	1	1	1	0	True	47063	fragment	False	FIJ0045_000000004083	1.0		0	0	False	False	0.9996185898780823	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.000128889970928151	NZ_KK211291.1	firmicutes	Ruminiclostridium cellobioparum DSM 1351 = ATCC 15832 T344DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ISR0028_000000003256	5149	0.835239822907378	2	1	1	1	0	True	98590	fragment	False	ISR0028_000000003256	0.9798491165376215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	2.0	0.04276315789473684	NZ_VZBY01000005.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_70_length_1824_cov_77.9746_ID_139, whole genome shotgun sequence	True	True
ISR0081_000000004462	5130	0.835239822907378	4	1	1	1	0	True	98580	fragment	False	ISR0081_000000004462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0126_000000002842	5085	0.835239822907378	4	1	1	1	0	True	81498	maximal	True	CHI0126_000000002842	1.0		1	1	True	True	0.999803364276886	3					non-mobilizable	no_good_hit								True	True
MAD0083_000000001652	5037	0.835239822907378	4	1	1	1	0	True	98590	fragment	False	ISR0028_000000003256	0.9696057486890659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0269_000000002716	4954	0.835239822907378	3	1	1	1	0	True	98594	fragment	False	ISR0047_000000005674	0.9388642377223467		0	0	False	False	0.9997981190681458	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.0006031126880810834	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	True	True
ISR0126_000000009876	4913	0.835239822907378	5	1	1	1	0	True	32003	maximal	True	ISR0126_000000009876	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	96.694	6.0	2.5429622882930917e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	True
MON0052_000000004439	4880	0.835239822907378	3	1	1	1	0	True	98589	fragment	False	SPA0131_000000004441	0.9444991035688879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	97.087	3.0	2.6942465032815123e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0131_000000004441	4877	0.835239822907378	2	1	1	1	0	True	98589	fragment	False	SPA0131_000000004441	0.9491500220271044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	2.054029512402737e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0047_000000005674	4839	0.835239822907378	3	1	1	1	0	True	98594	fragment	False	ISR0047_000000005674	0.9504454914325016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	1.2270825658509857e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0062_000000003330	4834	0.835239822907378	3	1	1	1	0	True	98594	fragment	False	ISR0047_000000005674	0.9417762377849487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	1.0	1.600542477196938e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0048_000000003549	4751	0.835239822907378	8	1	1	1	0	True	114970	fragment	False	AST0048_000000003549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0099_000000005799	4749	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.916542094951493		0	0	False	False	0.9976837038993835	0					non-mobilizable	no_good_hit	110.0	97.273	2.0	0.12372304199772985	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
USA0051_01_000000004682	4699	0.835239822907378	4	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9578191805791547		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	169.0	86.391	4.0	0.005966842932685437	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
ISR0153_000000005508	4688	0.835239822907378	3	1	1	1	0	True	102516	fragment	False	ISR0153_000000005508	0.9536116633532141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000012244	4621	0.835239822907378	6	1	1	1	0	True	26169	fragment	False	USA0034_01_000000012244	1.0		0	0	False	False	0.9995672106742859	0					non-mobilizable	no_good_hit	341.0	82.111	7.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ISR0171_000000005251	4555	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9570943925482359		0	0	False	True	0.9997804760932922	0					non-mobilizable	no_good_hit	72.0	90.27799999999999	2.0	0.00011621825788831425	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0083_000000004985	4554	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9629395821240218		0	0	False	True	0.9993412494659424	0					non-mobilizable	no_good_hit	76.0	100.0	3.0	0.0031090660365626164	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
USA0034_01_000000012445	4544	0.835239822907378	4	1	1	1	0	True	23692	fragment	False	USA0034_01_000000012445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0081_000000005083	4536	0.835239822907378	4	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9586199754660204		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	2.0	0.09040178571428571	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
USA0119_01_000000004769	4530	0.835239822907378	6	1	1	1	0	True	105261	fragment	False	USA0119_01_000000004769	1.0		0	0	False	False	0.9944812655448914	0					non-mobilizable	no_good_hit								True	True
ENG0177_000000005799	4529	0.835239822907378	6	1	1	1	0	True	121104	fragment	False	ENG0177_000000005799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	99.465	42.0	0.13852813852813853	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CHI0158_000000003216	4527	0.835239822907378	3	1	1	1	0	True	102516	fragment	False	ISR0153_000000005508	0.9295008532423208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	94.681	2.0	0.004858680319732511	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0185_000000006886	4518	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.9373058729433943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	95.0	6.0	0.005720681507275215	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0006_000000007329	4509	0.835239822907378	1	1	1	1	0	True	98573	fragment	False	FIJ0006_000000007329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0052_000000008187	4490	0.835239822907378	2	1	1	1	0	True	98589	fragment	False	SPA0131_000000004441	0.8412191673253059		0	0	False	False	0.9962137937545776	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001208155686757024	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
DEN0052_000000008208	4483	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.9436847333703902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	94.41	5.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0097_000000006942	4481	0.835239822907378	4	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.9307962573473424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	95.181	2.0	0.002274131057330563	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
AST0016_000000005983	4464	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9657960885256366		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	106.0	98.113	4.0	0.1171875	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ENG0124_000000006837	4463	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9702716356392481		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	87.0	100.0	4.0	0.00017982715682809988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0190_000000006897	4456	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9709000558399747		0	0	False	True	0.9997755885124207	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.08705357142857142	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ISR0183_000000007787	4455	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9712024718505698		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	0.00016100803576469408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0013_000000005614	4454	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9716159802555768		0	0	False	True	0.9997754693031311	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	0.00016100803576469408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0003_000000007919	4454	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.970465737299936		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	0.00016100803576469408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0004_000000005980	4453	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9706800360073365		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	0.00016100803576469408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0146_000000008625	4439	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9149041566043333		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	99.029	4.0	0.002863720590712561	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ENG0023_000000003887	4438	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9671026940435065		0	0	False	True	0.999774694442749	0					non-mobilizable	no_good_hit	96.0	90.625	4.0	0.00015606451773573628	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0118_000000006412	4430	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.966066925738401		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	4.0	0.0031505202503834514	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0255_000000006370	4428	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9654206489273668		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	3.0	0.0031505202503834514	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
AUS0022_000000008050	4426	0.835239822907378	4	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.9538524173946986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	88.48899999999999	5.0	0.005720681507275215	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0018_000000004886	4422	0.835239822907378	4	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9619337543393663		0	0	False	True	0.9997738599777222	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.0032334286780251213	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0090_000000005109	4402	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7965307629555769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.031	4.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0157_000000006508	4394	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.928448502932302		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	88.0	100.0	2.0	0.003606516602412635	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0179_000000005774	4386	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8648997024200732		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	163.0	97.546	6.0	0.0002689622539700987	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0774_000000005420	4374	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8934662793700662		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	63.0	98.413	3.0	0.002570161256891763	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0183_000000006336	4363	0.835239822907378	3	1	1	1	0	True	98589	fragment	False	SPA0131_000000004441	0.7594327640770582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	100.0	1.0	0.0009371428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MON0068_000000009303	4346	0.835239822907378	3	1	1	1	0	True	100244	maximal	True	MON0068_000000009303	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	96.744	5.0	6.0140841983029045e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0040_000000006298	4344	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.924466511262132		0	0	False	False	0.9836556315422058	0					non-mobilizable	no_good_hit	82.0	93.902	2.0	0.09194097616345062	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
MAD0091_000000003100	4341	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.9209020343419513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.0021601907700939823	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0082_000000006300	4340	0.835239822907378	6	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8391266823946067		0	0	False	True	0.9963133931159973	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.002217979673198944	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
CAN0012_000000012168	4339	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.9196407582951188		0	0	False	True	0.9930859804153442	0					non-mobilizable	no_good_hit	98.0	100.0	4.0	0.10923423423423423	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
MAD0034_000000003455	4318	0.835239822907378	4	1	1	1	0	True	98589	fragment	False	SPA0131_000000004441	0.7144170972872174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0026_000000002701	4303	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.9139686218171954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	2.0	0.0017954832374807127	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
CHI0188_000000003483	4296	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.8759626508084913		0	0	False	False	0.9997672438621521	0					non-mobilizable	no_good_hit	191.0	93.194	11.0	0.0053063058004379805	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
USA0037_01_000000008296	4287	0.835239822907378	3	1	1	1	0	True	98589	fragment	False	SPA0131_000000004441	0.7579831199286963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.0006109453203938248	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	True	True
MAD0070_000000004140	4279	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.9202378972757698		0	0	False	False	0.9995325803756714	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.0021601907700939823	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0365_000000003357	4276	0.835239822907378	3	1	1	1	0	True	29363	maximal	True	ISR0365_000000003357	1.0		1	1	False	False	0.9997661113739014	0					non-mobilizable	no_good_hit								True	True
FIJ0096_000000007703	4271	0.835239822907378	3	1	1	1	0	True	45364	fragment	False	FIJ0096_000000007703	1.0		0	0	False	False	0.9887614250183105	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.015957446808510637	XM_026139381.1	ants	PREDICTED: Solenopsis invicta metalloendopeptidase OMA1, mitochondrial-like (LOC105198614), transcript variant X3, mRNA	True	True
ISR0109_000000006972	4253	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.939263009603952		0	0	False	False	1.0	0					non-mobilizable	other	3689.0	96.93700000000001	98.0	0.04006086294967938	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0382_000000002969	4250	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9403529943449007		0	0	False	False	0.9969411492347717	0					non-mobilizable	other	3846.0	96.802	97.0	0.041745462449733726	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0119_01_000000005154	4247	0.835239822907378	3	1	1	1	0	True	98589	fragment	False	SPA0131_000000004441	0.7539162590902119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.0016371360480779194	NZ_VZBY01000057.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_26_length_48255_cov_33.2553_ID_51, whole genome shotgun sequence	True	True
ENG0177_000000006207	4240	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.896668176563524		0	0	False	False	0.9896226525306702	0					non-mobilizable	other	4230.0	96.667	99.0	0.04592979024019128	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0023_000000004053	4236	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.8258408412921929		0	0	False	False	0.9995278716087341	0					non-mobilizable	no_good_hit	139.0	88.48899999999999	5.0	0.005720681507275215	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0327_000000005625	4231	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7952353414657731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	88.48899999999999	5.0	0.005720681507275215	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0070_000000007725	4228	0.835239822907378	3	1	1	1	0	True	98589	fragment	False	SPA0131_000000004441	0.752875301001225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.0005952800557683421	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	True	True
MAD0016_000000000795	4226	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.8798561824264479		0	0	False	False	0.9992901086807251	0					non-mobilizable	no_good_hit	110.0	96.36399999999999	3.0	0.12372304199772985	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0026_000000005311	4209	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8217313365733617		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	97.0	95.876	5.0	0.0001577247785627122	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0003_000000005943	4198	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8209111266723034		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	83.0	100.0	4.0	0.002300462898022163	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ENG0065_000000006629	4197	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8210411080281969		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	4.0	0.0022162996212652547	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0013_000000005546	4196	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8209588616229404		0	0	False	True	0.9992850422859192	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.0021882451956796185	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ENG0039_000000005515	4193	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8085435738900488		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	0.0021601907700939823	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0379_000000005026	4187	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.7840938558468292		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	4.0	0.07373737373737374	GQ882727.1		Uncultured organism clone VC1D477TF genomic sequence	True	True
ISR0271_000000003464	4183	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.7965578022357195		0	0	False	True	0.9997609257698059	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.07878787878787878	GQ882727.1		Uncultured organism clone VC1D477TF genomic sequence	True	True
ISR0231_000000003462	4179	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.7838714935213985		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	98.0	90.816	4.0	0.00015938503938968813	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0334_000000004463	4174	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.7836148378554609		0	0	False	True	0.9985625147819519	0					non-mobilizable	no_good_hit	96.0	90.625	4.0	0.00015606451773573628	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0098_000000004137	4174	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.7924552810289		0	0	False	True	0.9978438019752502	0					non-mobilizable	no_good_hit	85.0	95.294	4.0	0.00013780164863900118	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AUS0004_000000005113	4170	0.835239822907378	3	1	1	1	0	True	102514	fragment	False	ENG0133_000000005903	0.9650408457472368		0	0	False	False	0.9964028596878052	0					non-mobilizable	no_good_hit								True	True
ENG0133_000000005903	4162	0.835239822907378	2	1	1	1	0	True	102514	fragment	False	ENG0133_000000005903	0.9682254196642686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000006633	4156	0.835239822907378	4	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8365266796749894		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	117.0	98.291	5.0	0.0032567802796338928	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0174_000000006407	4149	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8108325190167394		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	129.0	96.899	5.0	0.0013802847516574286	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0011_000000006118	4145	0.835239822907378	5	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.6431537993653967		0	0	False	True	0.9987937211990356	0					non-mobilizable	no_good_hit	72.0	95.833	2.0	0.00014846195505575688	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0399_000000003279	4143	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8467076605773065		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	109.0	100.0	4.0	0.12053571428571429	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ISR0803_000000003092	4139	0.835239822907378	3	1	1	1	0	True	102614	fragment	False	ISR0803_000000003092	1.0		0	0	False	False	0.9997584223747253	0					non-mobilizable	no_good_hit								True	True
ISR0110_000000005629	4132	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8576077389671416		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	106.0	98.113	5.0	0.1171875	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ISR0115_000000007450	4131	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.850911179606809		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	4.0	0.09598214285714286	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ENG0158_000000004080	4130	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.16619529980869802		0	0	False	True	0.9992735981941223	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.0859375	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ISR0134_000000007948	4125	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8387038119690982		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	88.0	96.59100000000001	4.0	0.0001819181702795894	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0023_000000005771	4124	0.835239822907378	3	1	1	1	0	True	98589	fragment	False	SPA0131_000000004441	0.5560251584662954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.001616412806963009	NZ_VZBY01000057.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_26_length_48255_cov_33.2553_ID_51, whole genome shotgun sequence	True	True
ISR0065_000000007294	4122	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8384803578760093		0	0	False	True	0.9995148181915283	0					non-mobilizable	no_good_hit	87.0	96.552	4.0	0.00017982715682809988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0098_000000010309	4122	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.7751175834617517		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	149.0	98.65799999999999	6.0	0.1494949494949495	GQ882727.1		Uncultured organism clone VC1D477TF genomic sequence	True	True
ISR0243_000000002329	4120	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8382885589209071		0	0	False	True	0.9975728392601013	0					non-mobilizable	no_good_hit	86.0	96.512	4.0	0.00017773614337661034	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0040_000000006653	4117	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.7659521401828203		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	99.0	97.98	5.0	0.00016270556104363995	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0040_000000004621	4114	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.83610223155496		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	87.0	96.552	4.0	0.00017982715682809988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0045_000000006011	4113	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7746346354553331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	98.561	3.0	0.15664018161180476	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0221_000000005504	4111	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8333752429616674		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	0.00024787136441919234	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0022_000000001132	4110	0.835239822907378	6	1	1	1	0	True	2353	maximal	True	TAN0022_000000001132	1.0		1	1	True	True	0.9905109405517578	10					non-mobilizable	no_good_hit	280.0	83.214	7.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ENG0062_000000006012	4108	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.835925868565803		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	4.0	0.002133752597001516	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
SPA0007_000000005728	4107	0.835239822907378	3	1	1	1	0	True	92829	fragment	False	ENG0062_000000005813	0.9122869318181819		0	0	False	False	0.9987825751304626	0					non-mobilizable	no_good_hit								True	True
ENG0112_000000006618	4098	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8335306356067906		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	4.0	0.00016519006266767314	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0151_000000004045	4098	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8086170132878654		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	87.0	96.552	4.0	0.00017982715682809988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0091_000000005605	4097	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8563393915033135		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	3.0	0.0022460553652647536	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ENG0068_000000005558	4095	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8332756209460188		0	0	False	True	0.9995115995407104	0					non-mobilizable	no_good_hit	80.0	97.5	4.0	0.00016519006266767314	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0130_000000007301	4095	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.7660073974530663		0	0	False	True	0.9982905983924866	0					non-mobilizable	no_good_hit	83.0	98.795	4.0	0.0023022067493963724	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
USA0037_01_000000008672	4094	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8064700330135576		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	68.0	97.059	4.0	0.0001112374754073865	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0025_000000009333	4094	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.7660008150806835		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	4.0	0.002274131057330563	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0316_000000004274	4092	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7788114217118978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	2.0	0.09194097616345062	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
SPA0016_000000007891	4092	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7682256036750131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	95.91799999999999	2.0	0.00030903442836678526	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0015_000000010013	4092	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7719764827389116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	98.0	3.0	0.0010759700032605152	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0162_000000005995	4088	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8072565949278226		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	65.0	96.92299999999999	4.0	0.00010625669292645875	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0023_000000007474	4086	0.835239822907378	5	1	1	1	0	True	49391	backbone	True	FIJ0023_000000007474	1.0	PS182	28	1	True	True	1.0	82					non-mobilizable	no_good_hit	1456.0	93.613	38.0	0.5057431256526279	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0229_000000003748	4085	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9174221577539569		0	0	False	False	1.0	0					non-mobilizable	other	3851.0	96.78	98.0	0.04179980436909032	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0010_000000010517	4084	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7394171426485243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	96.667	1.0	0.001656465831882756	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0816_000000010423	4084	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7830435292789956		0	0	False	False	0.9963271021842957	0					non-mobilizable	no_good_hit	97.0	98.969	2.0	0.003979604526800149	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0133_000000006013	4083	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.7942091232985977		0	0	False	True	0.9990203380584717	0					non-mobilizable	no_good_hit	61.0	100.0	3.0	0.00012546080708937201	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0387_000000005744	4082	0.835239822907378	3	1	1	1	0	True	98589	fragment	False	SPA0131_000000004441	0.6396731291378457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	1.2270825658509857e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0814_000000009442	4081	0.835239822907378	3	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.9315178393566228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0128_000000009029	4080	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.8059309916082008		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	3.0	0.0017393743863094403	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ENG0048_000000006492	4073	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7454820232820724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	2.0	0.09194097616345062	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
SPA0058_000000007307	4073	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.666863697072014		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	4.0	0.00011621825788831425	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0116_000000006476	4071	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.737342298624149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	2.0	0.06923950056753689	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
SPA0062_000000008011	4062	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.6667085046733053		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	9.629512796460324e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0003_000000006820	4061	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7325202833387198		0	0	False	False	0.9997537732124329	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	2.0	0.00014637094160426735	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0122_000000006685	4060	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.8818687340801732		0	0	False	False	0.9997537136077881	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	4.0	0.0001630990492161836	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0026_000000006748	4058	0.835239822907378	3	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.6666302735026471		0	0	False	True	0.9997535943984985	0					non-mobilizable	no_good_hit	66.0	98.485	3.0	0.0018249199842776125	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ENG0185_000000005682	4047	0.835239822907378	2	1	1	1	0	True	112587	maximal	True	ENG0185_000000005682	1.0		2	1	False	False	0.9987645149230957	0					non-mobilizable	no_good_hit	147.0	89.796	4.0	0.0028982031140692773	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	True
SPA0036_000000005644	4045	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.883170827659595		0	0	False	False	0.9997527599334717	0					non-mobilizable	no_good_hit	123.0	95.12200000000001	3.0	0.13847900113507378	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ENG0083_000000005468	4042	0.835239822907378	2	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.9406672188021448		0	0	False	False	0.9985156059265137	0					non-mobilizable	no_good_hit								True	True
ISR0295_000000007957	4041	0.835239822907378	5	1	1	1	0	True	32157	fragment	False	ISR0295_000000007957	1.0		0	0	False	False	0.9995051026344299	0					non-mobilizable	no_good_hit								True	True
SPA0035_000000004176	4034	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.8830526729666713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	94.64299999999999	3.0	0.12599318955732122	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0399_000000003416	4020	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9196848611229661		0	0	False	False	1.0	0					non-mobilizable	other	4026.0	96.62200000000001	100.0	0.043701771546571025	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0123_000000002618	4017	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7668497979620887		0	0	False	False	0.997261643409729	0					non-mobilizable	no_good_hit	161.0	93.16799999999999	9.0	5.385506323425909e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0366_000000003745	4014	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.18197950757242878		0	0	False	True	0.9995017647743225	0					non-mobilizable	no_good_hit	110.0	98.182	5.0	0.004518509306471003	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0261_000000004246	4002	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.892276978281152		0	0	False	False	1.0	0					non-mobilizable	other	3414.0	96.661	98.0	0.03703945223345288	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0029_000000006196	4000	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.8755615607614453		0	0	False	False	0.9975000023841858	0					non-mobilizable	no_good_hit	72.0	95.833	2.0	0.08059023836549375	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0320_000000004959	4000	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.18189175677349		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	101.0	98.02	5.0	0.004145421382083489	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0042_000000005957	3986	0.835239822907378	3	1	1	1	0	True	75907	fragment	False	FIJ0042_000000005957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0010_000000002989	3985	0.835239822907378	5	1	1	1	0	True	68036	maximal	True	TAN0010_000000002989	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	66.0	98.485	2.0	0.00103038853573863	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ENG0038_000000005358	3980	0.835239822907378	3	1	1	1	0	True	65103	maximal	True	ENG0038_000000005358	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0025_01_000000004347	3975	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9096786474627457		0	0	False	False	1.0	0					non-mobilizable	other	3900.0	96.76899999999999	99.0	0.04233235517878491	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0340_000000006285	3969	0.835239822907378	3	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.8625399335041338		0	0	False	False	0.9994961023330688	0					non-mobilizable	no_good_hit	88.0	97.727	2.0	0.18277310924369747	LC044307.1	hagfishes	Eptatretus burgeri DNA, contig: JCMcontig00874, from VLR gene sequence which enriched by Capture system, strain: VE202-29	True	True
FIJ0059_000000004736	3964	0.835239822907378	4	1	1	1	0	True	49995	fragment	False	FIJ0059_000000004736	1.0		0	0	False	False	0.9997477531433105	0					non-mobilizable	no_good_hit								True	True
MON0028_000000006005	3961	0.835239822907378	4	1	1	1	0	True	98586	fragment	False	MON0028_000000006005	0.9647706892134256		0	0	False	False	0.9989901781082153	0					non-mobilizable	no_good_hit	50.0	96.0	1.0	0.0001675752207547041	LN595112.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002009	True	True
ISR0375_000000004827	3960	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9028861773029935		0	0	False	False	0.9982323050498962	0					non-mobilizable	other	3759.0	96.80799999999999	98.0	0.04081078143680035	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0131_000000006732	3960	0.835239822907378	4	1	1	1	0	True	98503	maximal	True	ISR0131_000000006732	1.0		1	1	True	True	1.0	78					non-mobilizable	no_good_hit	84.0	86.905	2.0	0.02797438490057297	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0075_000000005826	3955	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.1808143341838422		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	4.0	0.003689425030054305	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0129_000000006747	3955	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8942127487841223		0	0	False	False	0.9997471570968628	0					non-mobilizable	other	3786.0	97.147	98.0	0.04108249103358331	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0191_000000007015	3952	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9052716189045272		0	0	False	False	1.0	0					non-mobilizable	other	3959.0	96.666	100.0	0.04294098467557874	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0244_000000005421	3951	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8988315543592779		0	0	False	False	0.9967097043991089	0					non-mobilizable	other	3767.0	96.735	98.0	0.040886860123899575	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0241_000000003158	3951	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8991788117938411		0	0	False	False	1.0	0					non-mobilizable	other	3767.0	96.814	98.0	0.040886860123899575	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0383_000000002993	3943	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8984822707062956		0	0	False	False	0.9961957931518555	0					non-mobilizable	other	3759.0	96.80799999999999	98.0	0.04081078143680035	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0111_000000005467	3940	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9048702368146007		0	0	False	False	1.0	0					non-mobilizable	other	3944.0	96.805	100.0	0.04281056406912292	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0187_000000006634	3939	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9044996609396445		0	0	False	False	1.0	0					non-mobilizable	other	3943.0	96.779	100.0	0.042799695685251604	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0092_000000005123	3938	0.835239822907378	5	1	1	1	0	True	61124	maximal	True	ENG0092_000000005123	0.9648518419661812		1	1	True	True	1.0	36					non-mobilizable	no_good_hit	281.0	87.544	7.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0378_000000005693	3937	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8982063237562793		0	0	False	False	1.0	0					non-mobilizable	other	3759.0	96.834	98.0	0.04081078143680035	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0076_000000006316	3935	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9036286894969981		0	0	False	False	0.9989835023880005	0					non-mobilizable	other	3939.0	96.77600000000001	100.0	0.04275622214976633	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0372_000000003837	3933	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9076106666313711		0	0	False	False	0.9994914531707764	0					non-mobilizable	other	3872.0	96.823	100.0	0.04203890881425932	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0151_000000004347	3928	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8799397790892709		0	0	False	False	1.0	0					non-mobilizable	other	3965.0	95.51100000000001	100.0	0.04300619497880665	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0023_01_000000008090	3927	0.835239822907378	2	1	1	1	0	True	100241	fragment	False	USA0023_01_000000008090	1.0		0	0	False	False	0.9984720945358276	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000008279	3926	0.835239822907378	4	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8865060089646585		0	0	False	False	0.9994905591011047	0					non-mobilizable	other	3936.0	96.34100000000001	100.0	0.0426801434626671	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0083_000000003672	3924	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8822674183707584		0	0	False	False	1.0	0					non-mobilizable	other	3761.0	96.809	98.0	0.040832518204542985	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0078_000000004435	3922	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7222285552511292		0	0	False	False	0.9974502921104431	0					non-mobilizable	no_good_hit	100.0	98.0	3.0	0.0010759700032605152	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0007_000000010816	3915	0.835239822907378	6	1	1	1	0	True	108642	fragment	False	CAN0007_000000010816	0.9930416108507386		0	0	False	False	0.9994891285896301	0					non-mobilizable	other	3915.0	100.0	100.0	0.0011815199889394757	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MON0038_000000006650	3913	0.835239822907378	3	1	1	1	0	True	98581	fragment	False	MON0038_000000006650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	95.604	2.0	3.0293473069270737e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0134_000000008378	3911	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9040822458788168		0	0	False	False	0.9961646795272827	0					non-mobilizable	other	3917.0	96.656	100.0	0.04248451255298337	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0024_000000005383	3910	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9072358617543904		0	0	False	False	1.0	0					non-mobilizable	other	3913.0	96.806	100.0	0.042473644169112056	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0266_000000003660	3910	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8867926704052647		0	0	False	False	1.0	0					non-mobilizable	other	3914.0	96.781	100.0	0.04248451255298337	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0027_000000009103	3906	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9080507139973801		0	0	False	False	1.0	0					non-mobilizable	other	3912.0	96.70200000000001	100.0	0.0424410390174981	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0148_000000007412	3906	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6989658773684496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	6.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0001_000000008488	3903	0.835239822907378	3	1	1	1	0	True	98586	fragment	False	MON0028_000000006005	0.9567028528149457		0	0	False	False	0.9933384656906128	0					non-mobilizable	no_good_hit								True	True
ISR0228_000000006282	3902	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8817653870303083		0	0	False	False	0.9992311596870422	0					non-mobilizable	other	3903.0	96.72	99.0	0.04234322356265623	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0017_000000005676	3902	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9044784468616806		0	0	False	False	1.0	0					non-mobilizable	other	3905.0	95.851	100.0	0.04237582871427019	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0339_000000003550	3901	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8752615391032996		0	0	False	False	0.9994873404502869	0					non-mobilizable	other	3905.0	96.031	100.0	0.04236496033039887	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0154_000000001575	3890	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8862991188134602		0	0	False	False	0.9992287755012512	0					non-mobilizable	other	3924.0	95.54	99.0	0.0425605912400826	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0273_000000002225	3884	0.835239822907378	5	1	1	1	0	True	61124	maximal	False	ENG0092_000000005123	0.9614729042441009		0	0	True	True	1.0	71					non-mobilizable	no_good_hit	281.0	88.256	7.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
SPA0037_000000006286	3879	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8790917556705289		0	0	False	False	1.0	0					non-mobilizable	other	3915.0	95.53	100.0	0.042462775785240735	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0337_000000002277	3877	0.835239822907378	5	1	1	1	0	True	61124	maximal	False	ENG0092_000000005123	0.9295544633403271		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	281.0	88.256	7.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0262_000000003979	3876	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9165207493597404		0	0	False	False	1.0	0					non-mobilizable	other	3880.0	96.675	99.0	0.04209325073361591	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0179_000000006480	3866	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9019906318948738		0	0	False	False	0.9963786602020264	0					non-mobilizable	other	3875.0	96.387	100.0	0.04204977719813064	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0056_000000004539	3857	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9058007188562489		0	0	False	False	0.9968887567520142	0					non-mobilizable	other	3551.0	97.184	100.0	0.03853928920769482	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0849_000000006855	3852	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9020297093402252		0	0	False	False	1.0	0					non-mobilizable	other	3855.0	96.809	100.0	0.041843277904575586	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0080_01_000000011342	3847	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8822577338217781		0	0	False	False	1.0	0					non-mobilizable	other	3850.0	96.51899999999999	100.0	0.04176719921747636	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0086_01_000000004828	3846	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.9015777258354719		0	0	False	False	1.0	0					non-mobilizable	other	3849.0	96.804	100.0	0.04177806760134768	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0204_000000002498	3839	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.16466841417846023		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	69.0	100.0	2.0	0.07589285714285714	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
AST0113_000000009543	3829	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8969820535210642		0	0	False	False	1.0	0					non-mobilizable	other	3830.0	96.762	99.0	0.04158243669166395	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0188_000000005781	3825	0.835239822907378	4	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8964433587568268		0	0	False	False	1.0	0					non-mobilizable	other	3830.0	96.42299999999999	99.0	0.04157156830779263	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0311_000000004680	3824	0.835239822907378	2	1	1	1	0	True	130383	maximal	True	ISR0311_000000004680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	99.835	16.0	0.004313669475789173	NZ_RCXZ01000015.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0015, whole genome shotgun sequence	True	True
DEN0065_000000008361	3823	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7039990214259185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	4.0	0.002272408472436527	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ENG0139_000000004791	3815	0.835239822907378	3	1	1	1	0	True	98773	fragment	False	ENG0139_000000004791	1.0		0	0	False	False	0.9986894130706787	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.002217979673198944	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ENG0164_000000004755	3814	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8709246428075499		0	0	False	False	0.9944939613342285	0					non-mobilizable	other	3817.0	97.14399999999999	100.0	0.04141941093359418	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0082_000000004944	3813	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7236569223102043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	5.0	0.0033577913194876258	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0320_000000005330	3806	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8890268068798427		0	0	False	False	0.9976353049278259	0					non-mobilizable	other	3814.0	96.539	100.0	0.041397674165851536	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0126_000000009174	3803	0.835239822907378	6	1	1	1	0	True	46528	fragment	False	FIJ0126_000000009174	1.0		0	0	False	False	0.9994741082191467	0					non-mobilizable	no_good_hit	1499.0	93.396	45.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ENG0165_000000004806	3796	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8802939758388858		0	0	False	False	1.0	0					non-mobilizable	other	3803.0	96.50299999999999	99.0	0.041278121943267035	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0181_000000005572	3793	0.835239822907378	4	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8882034026938239		0	0	False	False	0.9997363686561584	0					non-mobilizable	other	3796.0	96.523	99.0	0.041212911640039124	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0090_000000006430	3790	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6830363000032754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.031	6.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0027_01_000000007157	3789	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8464873277846177		0	0	False	False	0.9994721412658691	0					non-mobilizable	other	3806.0	96.006	100.0	0.041278121943267035	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0078_000000006941	3786	0.835239822907378	3	1	1	1	0	True	61938	maximal	True	ENG0078_000000006941	1.0		1	1	False	False	1.0	0	rep_cluster_1404				non-mobilizable	no_good_hit	2275.0	96.87899999999999	63.0	0.20265573478299617	JX275965.1	firmicutes	Streptococcus infantis plasmid pSI01, complete sequence	True	True
ISR0208_000000006862	3785	0.835239822907378	2	1	1	1	0	True	122815	fragment	False	ISR0208_000000006862	0.96628266366957		0	0	False	False	1.0	0					non-mobilizable	other	2060.0	95.631	92.0	0.022367134007173134	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0057_01_000000008157	3785	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.7339883770315144		0	0	False	False	0.997357964515686	0					non-mobilizable	other	3723.0	93.742	100.0	0.04039778284969025	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0070_000000008716	3779	0.835239822907378	4	1	1	1	0	True	71542	fragment	False	DEN0070_000000008716	1.0		0	0	False	False	0.9989415407180786	0					non-mobilizable	no_good_hit								True	True
CHI0107_000000003418	3776	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.887418841298012		0	0	False	False	1.0	0					non-mobilizable	other	3778.0	96.374	100.0	0.04100641234648408	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0135_000000005504	3776	0.835239822907378	2	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.8358032863600723		0	0	False	False	0.9962923526763916	0					non-mobilizable	no_good_hit								True	True
ISR0273_000000002320	3773	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8256030476176759		0	0	False	False	0.9984097480773926	0					non-mobilizable	other	2313.0	98.227	100.0	0.02512770351048799	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0116_01_000000006995	3770	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8483366470441117		0	0	False	False	1.0	0					non-mobilizable	other	3780.0	96.48100000000001	100.0	0.04099554396261276	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0082_01_000000007819	3769	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8006654176470066		0	0	False	False	1.0	0					non-mobilizable	other	3767.0	96.84100000000001	99.0	0.040886860123899575	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0394_000000004835	3762	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.7894254541532304		0	0	False	False	1.0	0					non-mobilizable	other	3766.0	96.76	100.0	0.040875991740028254	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0774_000000006439	3761	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6976452676710332		0	0	False	False	0.9981387853622437	0					non-mobilizable	no_good_hit	63.0	96.825	2.0	0.07037457434733257	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0060_000000007745	3754	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.15042593297147264		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	2.0	0.08370535714285714	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
USA0039_01_000000006146	3753	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6923219551709107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	100.0	1.0	0.00145993598742209	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
FIJ0131_000000004979	3753	0.835239822907378	4	1	1	1	0	True	100509	fragment	False	FIJ0131_000000004979	0.9839370518694319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	88.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0030_000000008160	3741	0.835239822907378	3	1	1	1	0	True	48768	fragment	False	FIJ0030_000000008160	1.0		0	0	False	False	0.9986634850502014	0					non-mobilizable	no_good_hit								True	True
USA0051_01_000000005784	3734	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.869923803810687		0	0	False	False	0.9989287853240967	0					non-mobilizable	other	3470.0	97.176	100.0	0.03764808173024671	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0021_01_000000004933	3729	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.7892854837827266		0	0	False	False	1.0	0					non-mobilizable	other	3730.0	96.729	99.0	0.04046299315291816	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0084_000000007118	3718	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.3575595698535281		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AST0003_000000009460	3717	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6835057059068843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	7.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
TAN0009_000000009028	3714	0.835239822907378	4	1	1	1	0	True	98501	fragment	False	TAN0009_000000009028	0.9998579545454546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	81.48100000000001	5.0	0.15717926932880205	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0124_000000007823	3713	0.835239822907378	6	1	1	1	0	True	108642	fragment	False	CAN0007_000000010816	0.9739676902818971		0	0	False	False	1.0	0					non-mobilizable	other	3713.0	100.0	100.0	0.0011205422071904276	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0079_000000006382	3690	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.6624653758984357		0	0	False	False	1.0	0					non-mobilizable	other	3683.0	96.633	99.0	0.03994131072709488	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0186_000000005251	3684	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.7787814194024735		0	0	False	False	0.9997285604476929	0					non-mobilizable	other	3329.0	97.086	98.0	0.03612650798826215	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0123_000000002876	3680	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.1639274107446567		0	0	False	True	0.999728262424469	0					non-mobilizable	no_good_hit	85.0	98.824	5.0	0.0009020758613194218	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0047_000000007777	3678	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.1641496418091368		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	85.0	96.471	5.0	0.0009020758613194218	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0019_000000007357	3677	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8723055002586806		0	0	False	False	1.0	0					non-mobilizable	other	3683.0	96.525	100.0	0.039973915878708834	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0018_000000000533	3666	0.835239822907378	2	1	1	1	0	True	19825	fragment	False	MAD0018_000000000533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	75.602	41.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0125_000000004088	3664	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8086048696991599		0	0	False	False	0.9991812109947205	0					non-mobilizable	other	2353.0	97.875	100.0	0.025562438865340723	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0029_000000008451	3652	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5735725086618		0	0	False	False	0.9994523525238037	0					non-mobilizable	other	3657.0	96.58200000000001	100.0	0.03969133789805456	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0007_000000004605	3645	0.835239822907378	3	1	1	1	0	True	132118	maximal	False	ISR0337_000000002432	0.7130028959420207		0	0	True	True	1.0	13					non-mobilizable	plasmid	2091.0	92.25299999999999	94.0	0.5789766407119021	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
DEN0003_000000007617	3644	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.16318912256858034		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.08705357142857142	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ISR0365_000000004051	3637	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7306529592895954		0	0	False	False	0.9994500875473022	0					non-mobilizable	no_good_hit	83.0	97.59	2.0	0.1722689075630252	LC044307.1	hagfishes	Eptatretus burgeri DNA, contig: JCMcontig00874, from VLR gene sequence which enriched by Capture system, strain: VE202-29	True	True
SPA0120_000000011632	3628	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8121727096761084		0	0	False	False	1.0	0					non-mobilizable	other	3662.0	95.57600000000001	99.0	0.03974567981741115	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0071_000000002821	3627	0.835239822907378	2	1	1	1	0	True	98587	fragment	False	CHI0071_000000002821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	95.946	2.0	0.013647410730977753	KU547019.1	bacteria	Uncultured bacterium clone TE_05X_000_Contig_1 genomic sequence	True	True
FIJ0089_000000006364	3622	0.835239822907378	4	1	1	1	0	True	100509	fragment	False	FIJ0131_000000004979	0.9635646707631557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	82.745	8.0	0.08733172247152227	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0384_000000004044	3614	0.835239822907378	2	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.025831386942498053		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0222_000000015333	3614	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.08997921007281645		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
USA0038_01_000000005206	3595	0.835239822907378	4	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.7444744366008805		0	0	False	False	1.0	0					non-mobilizable	other	3594.0	96.55	99.0	0.03901749809803282	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0119_01_000000006333	3591	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.7541900140475507		0	0	False	False	1.0	0					non-mobilizable	other	3592.0	96.993	100.0	0.0390066297141615	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0048_01_000000004297	3567	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.7546035406050754		0	0	False	False	1.0	0					non-mobilizable	other	3601.0	95.61200000000001	100.0	0.03909357678513205	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0040_000000007901	3566	0.835239822907378	3	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.6324918034215437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0130_01_000000010834	3564	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.761715483669318		0	0	False	False	0.9969135522842407	0					non-mobilizable	other	3548.0	96.928	99.0	0.03849581567220954	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0125_01_000000006961	3563	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.6073694809866585		0	0	False	False	0.9943867325782776	0					non-mobilizable	other	3553.0	96.03200000000001	99.0	0.03856102597543745	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0016_01_000000005010	3563	0.835239822907378	4	1	1	1	0	True	100509	fragment	False	FIJ0131_000000004979	0.9531486412808522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	93.956	5.0	0.15378079864061173	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
USA0071_01_000000003806	3559	0.835239822907378	2	1	1	1	0	True	122815	fragment	False	ISR0208_000000006862	0.9392338177014531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1727.0	92.588	89.0	0.01873709379415281	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0011_01_000000010609	3558	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.6898590515223202		0	0	False	False	0.999718964099884	0					non-mobilizable	other	3499.0	97.02799999999999	98.0	0.03798500163025758	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0051_000000007604	3555	0.835239822907378	4	1	1	1	0	True	92828	fragment	False	ENG0051_000000007604	0.9614264919941775		0	0	False	False	0.994655430316925	0					non-mobilizable	no_good_hit								True	True
DEN0018_000000010141	3554	0.835239822907378	5	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.7839718834004072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000008788	3546	0.835239822907378	3	1	1	1	0	True	45363	fragment	False	FIJ0066_000000008788	0.9931074095347501		0	0	False	False	0.9966158866882324	0					non-mobilizable	no_good_hit								True	True
ENG0051_000000007624	3545	0.835239822907378	3	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.5004970162739948		0	0	False	False	0.9988716244697571	0					non-mobilizable	other	3547.0	98.449	100.0	0.007414733698981885	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0006_000000002246	3532	0.835239822907378	4	1	1	1	0	True	98561	backbone	False	FIJ0078_000000005858	0.11777926549349656	PS551	0	0	False	True	0.9997168779373169	0					non-mobilizable	no_good_hit	603.0	72.305	17.0	0.1546174142480211	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
FIJ0126_000000009964	3532	0.835239822907378	3	1	1	1	0	True	41158	fragment	False	FIJ0126_000000009964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	90.094	6.0	0.07283396617190196	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0203_000000004897	3529	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.572768643181744		0	0	False	False	0.9988665580749512	0					non-mobilizable	other	3513.0	96.698	99.0	0.03813715900445604	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0067_000000002642	3528	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7105045829694047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.0021601907700939823	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
TAN0021_000000004433	3520	0.835239822907378	3	1	1	1	0	True	98501	fragment	False	TAN0009_000000009028	0.9737479806138933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	82.22200000000001	5.0	0.14953271028037382	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
USA0026_01_000000009512	3520	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5824684788582447		0	0	False	False	1.0	0					non-mobilizable	other	3522.0	97.21700000000001	100.0	0.0382349744592979	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0013_000000007642	3509	0.835239822907378	3	1	1	1	0	True	101834	fragment	False	SPA0013_000000007642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	100.0	1.0	0.0007565727255532438	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
SPA0104_000000010177	3495	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5818911245966895		0	0	False	False	0.9851216077804565	0					non-mobilizable	no_good_hit	83.0	95.181	2.0	0.00026074779893447503	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0042_01_000000006890	3489	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.6042912812782427		0	0	False	False	1.0	0					non-mobilizable	other	3225.0	97.178	100.0	0.03499619606564504	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0006_000000009143	3486	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5787641226803094		0	0	False	False	0.998565673828125	0					non-mobilizable	no_good_hit	56.0	100.0	2.0	0.0015441630636195182	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0040_000000007915	3485	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.6729536579197504		0	0	False	False	1.0	0					non-mobilizable	other	3487.0	96.98899999999999	100.0	0.037843712639930444	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0021_000000004098	3482	0.835239822907378	3	1	1	1	0	True	45363	fragment	False	FIJ0066_000000008788	0.981117296298806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0113_000000008131	3457	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.7020953431921968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	93.976	6.0	2.7600719907557785e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0090_000000016437	3454	0.835239822907378	3	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.7481232047088421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	100.0	2.0	0.6375	XR_002394034.1	rodents	PREDICTED: Heterocephalus glaber uncharacterized LOC110348636 (LOC110348636), transcript variant X42, ncRNA	True	True
ENG0105_000000006025	3440	0.835239822907378	3	1	1	1	0	True	62932	fragment	False	ENG0105_000000006025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0370_000000007565	3435	0.835239822907378	4	1	1	1	0	True	92828	fragment	False	ENG0051_000000007604	0.9458509142053446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0825_000000006628	3428	0.835239822907378	3	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.7286768601304162		0	0	False	False	0.9979580044746399	0					non-mobilizable	no_good_hit								True	True
MAD0031_000000003850	3426	0.835239822907378	2	1	1	1	0	True	49993	fragment	False	MAD0031_000000003850	0.9862628785513581		0	0	False	False	0.9979568123817444	0					non-mobilizable	no_good_hit								True	True
ENG0036_000000006699	3426	0.835239822907378	3	1	1	1	0	True	92827	fragment	False	ENG0036_000000006699	0.9837160742741448		0	0	False	False	0.9997081160545349	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
ETH0003_000000010271	3426	0.835239822907378	4	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.4688174922416955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0088_000000008753	3424	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6714115855366402		0	0	False	False	0.9997079372406006	0					non-mobilizable	no_good_hit	161.0	93.16799999999999	5.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0010_000000006063	3418	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.68495673549325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0255_000000008522	3414	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5451424718126651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0035_000000006689	3412	0.835239822907378	2	1	1	1	0	True	131018	maximal	True	MAD0035_000000006689	1.0		1	1	False	False	0.9997069239616394	0					non-mobilizable	no_good_hit	2582.0	98.102	76.0	0.005396905718294486	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0118_000000004197	3405	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6864008858617583		0	0	False	False	0.9988252520561218	0					non-mobilizable	no_good_hit	109.0	97.24799999999999	3.0	0.004477055092650168	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0153_000000007838	3402	0.835239822907378	1	1	1	1	0	True	131958	fragment	False	ENG0013_000000005614	0.06307892496304651		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	85.0	97.647	3.0	0.0009020758613194218	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0026_000000010402	3393	0.835239822907378	3	1	1	1	0	True	98578	maximal	True	MON0026_000000010402	1.0		2	1	False	False	0.9997052550315857	0					non-mobilizable	no_good_hit	517.0	99.613	15.0	0.0002081533170199222	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	True
SPA0101_000000013202	3393	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5568337397131505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	2.0	0.0015722387556853276	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
CHI0153_000000004776	3375	0.835239822907378	4	1	1	1	0	True	101119	fragment	False	CHI0153_000000004776	1.0		0	0	False	False	0.9982222318649292	0					non-mobilizable	no_good_hit								True	True
FIJ0155_000000006749	3370	0.835239822907378	3	1	1	1	0	True	49797	maximal	True	FIJ0155_000000006749	1.0		2	1	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
MAD0006_000000002400	3369	0.835239822907378	3	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.6207164564100934		0	0	False	False	0.9997031688690186	0					non-mobilizable	no_good_hit								True	True
USA0058_01_000000006033	3369	0.835239822907378	5	1	1	1	0	True	108642	fragment	False	CAN0007_000000010816	0.45498557871328316		0	0	False	False	0.9997031688690186	0					non-mobilizable	other	3369.0	99.97	100.0	0.0010166988560930388	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0341_000000003915	3366	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5829784128485602		0	0	False	False	0.9997029304504395	0					non-mobilizable	other	3366.0	96.73200000000001	99.0	0.03653950657537224	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0130_000000008983	3366	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6762175579219091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	95.48899999999999	6.0	0.14982973893303064	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0031_000000006176	3365	0.835239822907378	3	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.3850102862299423		0	0	False	False	0.9949479699134827	0					non-mobilizable	no_good_hit	82.0	97.561	5.0	2.160732344215866e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0247_000000003685	3363	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6137571275212761		0	0	False	False	0.9991079568862915	0					non-mobilizable	no_good_hit	139.0	88.48899999999999	6.0	0.005720681507275215	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
MON0054_000000012347	3358	0.835239822907378	3	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.5324364693027395		0	0	False	False	0.9967242479324341	0					non-mobilizable	no_good_hit	93.0	100.0	3.0	0.005704011408022816	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ISR0354_000000005670	3353	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6741255639724272		0	0	False	False	0.999701738357544	0					non-mobilizable	no_good_hit	59.0	96.61	2.0	1.80437018458707e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0054_000000008584	3351	0.835239822907378	3	1	1	1	0	True	112669	fragment	False	SPA0054_000000008584	1.0		0	0	False	False	0.999403178691864	0					non-mobilizable	no_good_hit								True	True
ISR0291_000000003920	3346	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.301389898012314		0	0	False	False	0.9997011423110962	0					non-mobilizable	other	3288.0	96.624	98.0	0.03570264101728073	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0040_01_000000005093	3342	0.835239822907378	1	1	1	1	0	True	100238	fragment	False	ISR0780_000000003374	0.9238140433765105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0148_000000010517	3340	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6810537344563956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	94.286	6.0	0.005720681507275215	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0070_000000007207	3326	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6810829255899685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	98.387	6.0	0.005057414086141856	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0320_000000006428	3322	0.835239822907378	2	1	1	1	0	True	131019	maximal	True	ISR0320_000000006428	1.0		1	1	False	False	0.9996989965438843	0					non-mobilizable	no_good_hit	2867.0	98.465	86.0	0.005990753538517513	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0780_000000003374	3321	0.835239822907378	1	1	1	1	0	True	100238	fragment	False	ISR0780_000000003374	0.9381779802654012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0211_000000008194	3319	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5600034226985641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	96.296	11.0	0.005554864651991875	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0286_000000004520	3311	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.690494519140552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	97.17	5.0	0.004352692451187664	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
AST0097_000000006892	3307	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6740330783880563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	95.34899999999999	5.0	0.005264685155246031	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0278_000000003026	3307	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.8944288876406384	PS1136	0	0	False	True	0.9993952512741089	0					non-mobilizable	no_good_hit	99.0	97.98	3.0	0.109375	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
CHI0134_000000004146	3302	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6786710231988938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	5.0	0.0031919744642042863	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0051_000000008252	3299	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6564763545691495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	93.16799999999999	7.0	5.385506323425909e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0231_000000004806	3298	0.835239822907378	4	1	1	1	0	True	92827	fragment	False	ENG0036_000000006699	0.9451845700593609		0	0	False	False	0.9948453903198242	0					non-mobilizable	no_good_hit								True	True
ISR0078_000000005426	3295	0.835239822907378	2	1	1	1	0	True	34431	fragment	False	ISR0078_000000005426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0097_000000010376	3295	0.835239822907378	3	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.45654740130783233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	96.939	3.0	4.038044204511536e-05	NZ_UGTL01000001.1	CFB group bacteria	Prevotella disiens strain NCTC11157, whole genome shotgun sequence	True	True
ISR0083_000000007355	3291	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5765580842087399		0	0	False	False	0.9990884065628052	0					non-mobilizable	no_good_hit	161.0	93.16799999999999	11.0	5.385506323425909e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CAN0020_000000011279	3286	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6687954809165103		0	0	False	False	0.9951308369636536	0					non-mobilizable	no_good_hit	61.0	96.721	2.0	1.8665898461245552e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0102_000000008253	3275	0.835239822907378	3	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.8864944534994768	PS1136	0	0	False	True	0.9993892908096313	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.06473214285714286	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
SPA0026_000000008843	3274	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6708909388717285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	4.0	0.0031090660365626164	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0366_000000004939	3271	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6747671738289859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	95.833	4.0	0.002901794967458442	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
MAD0112_000000008417	3269	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6619744988541322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	5.0	0.002077601212869897	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ENG0119_000000010052	3264	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.8782051280166965	PS1136	0	0	False	True	0.9846813678741455	0					non-mobilizable	no_good_hit	57.0	100.0	2.0	0.0015722387556853276	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0776_000000007719	3262	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5517243955218085		0	0	False	False	0.9996934533119202	0					non-mobilizable	other	3083.0	97.34	97.0	0.03347462232366047	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0027_000000011154	3262	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6704524837806378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	96.721	4.0	0.002487252829250093	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0258_000000006110	3252	0.835239822907378	2	1	1	1	0	True	92827	fragment	False	ENG0036_000000006699	0.9505483165335393		0	0	False	False	0.9990774989128113	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
CHI0111_000000009428	3247	0.835239822907378	3	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.7089343399548561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0057_000000009456	3242	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5744065921779291		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0135_01_000000004581	3237	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2672083310841878		0	0	False	False	0.9916589260101318	0					non-mobilizable	other	3223.0	95.346	98.0	0.03498532768177372	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0058_000000009489	3232	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6724291643197018		0	0	False	False	0.999690592288971	0					non-mobilizable	no_good_hit	82.0	93.902	2.0	0.09194097616345062	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0134_000000010165	3230	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.456520485332441		0	0	False	False	0.9904024600982666	0					non-mobilizable	other	3071.0	98.14399999999999	95.0	0.0064194112960728675	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0005_000000010166	3230	0.835239822907378	1	1	1	1	0	True	100238	fragment	False	ISR0780_000000003374	0.9239940022247487		0	0	False	False	0.9990711808204651	0					non-mobilizable	no_good_hit								True	True
ENG0156_000000004841	3228	0.835239822907378	2	1	1	1	0	True	131932	backbone	True	ENG0156_000000004841	0.9078625658835975	PS1136	1	1	False	True	0.9996902346611023	0					non-mobilizable	no_good_hit	141.0	97.87200000000001	7.0	0.15891032917139614	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0176_000000010304	3227	0.835239822907378	2	1	1	1	0	True	62835	fragment	False	ISR0176_000000010304	1.0		0	0	False	False	0.9996901154518127	0					non-mobilizable	no_good_hit	91.0	91.209	4.0	1.909110636567487e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
ENG0110_000000009448	3226	0.835239822907378	4	1	1	1	0	True	59814	fragment	False	ENG0110_000000009448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	97.34299999999999	67.0	0.23228200371057514	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0051_000000012502	3223	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.4754294260019468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	98.649	5.0	4.395780412101403e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0170_000000014252	3219	0.835239822907378	2	1	1	1	0	True	87308	fragment	False	ISR0170_000000014252	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3012.0	99.867	100.0	0.00428987654672774	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
ISR0304_000000002887	3218	0.835239822907378	4	1	1	1	0	True	26281	backbone	True	ISR0304_000000002887	0.9995394534848019	PS73	2	1	True	True	1.0	9					non-mobilizable	no_good_hit	839.0	87.12799999999999	26.0	0.21952506596306068	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
MON0086_000000009574	3215	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5265034796264777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	97.087	7.0	0.11577752553916004	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0001_000000008844	3212	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5242107979441207		0	0	False	False	0.9922167062759399	0					non-mobilizable	other	3030.0	96.667	100.0	0.0328985979784806	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0111_000000010696	3210	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.08558107360242151		0	0	False	False	0.9897196292877197	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.00028017428772933234	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	True	True
SPA0116_000000012109	3209	0.835239822907378	3	1	1	1	0	True	81846	maximal	True	SPA0116_000000012109	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0077_000000003339	3203	0.835239822907378	2	1	1	1	0	True	49993	fragment	False	MAD0031_000000003850	0.9547577349678926		0	0	False	False	0.995629072189331	0					non-mobilizable	no_good_hit								True	True
ISR0367_000000003051	3202	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.8980120419169496	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	108.0	98.148	7.0	0.0030018235376630662	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
AUS0022_000000011068	3199	0.835239822907378	4	1	1	1	0	True	104168	maximal	True	AUS0022_000000011068	0.9911811023622048		5	3	False	False	0.9959362149238586	0					non-mobilizable	no_good_hit	1184.0	88.09100000000001	36.0	0.012716009129442452	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0022_000000011964	3198	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6718815230111135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0387_000000007501	3198	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.48543262254137687		0	0	False	False	0.9990619421005249	0					non-mobilizable	other	3081.0	98.345	100.0	0.006440321430587763	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0179_000000007683	3197	0.835239822907378	3	1	1	1	0	True	111948	maximal	True	ISR0179_000000007683	1.0		5	1	False	False	1.0	0					non-mobilizable	plasmid	1496.0	93.04799999999999	90.0	0.18404452690166975	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	False	True
MAD0056_000000003978	3196	0.835239822907378	3	1	1	1	0	True	100508	fragment	False	MON0094_000000010545	0.6253140703517588		0	0	False	False	0.9978097677230835	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.020042194092827006	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
CHI0056_000000005645	3188	0.835239822907378	6	1	1	1	0	True	108642	fragment	False	CAN0007_000000010816	0.5630941410785588		0	0	False	False	1.0	0					non-mobilizable	other	3190.0	98.339	100.0	0.0009626640890975952	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MAD0091_000000004492	3187	0.835239822907378	4	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.2367755222201211		0	0	False	False	0.9965484738349915	0					non-mobilizable	no_good_hit	190.0	97.895	6.0	8.014244152888033e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
MON0035_000000008430	3187	0.835239822907378	3	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.5204834048810806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0020_01_000000011009	3187	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.22460172924491384		0	0	False	False	0.9786633253097534	0					non-mobilizable	other	3151.0	95.24	98.0	0.0342028040430388	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0182_000000011335	3184	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.8983593217722174	PS1136	0	0	False	True	0.9965452551841736	0					non-mobilizable	no_good_hit	99.0	97.98	6.0	0.0027514178224493234	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
MON0094_000000010545	3184	0.835239822907378	3	1	1	1	0	True	100508	fragment	False	MON0094_000000010545	0.9261872561207442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	93.16799999999999	5.0	0.13593882752761258	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0278_000000003157	3178	0.835239822907378	3	1	1	1	0	True	26281	backbone	False	ISR0304_000000002887	0.9995394534848019	PS73	0	0	True	True	1.0	119					non-mobilizable	no_good_hit	718.0	87.883	27.0	0.18812664907651716	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ISR0832_000000004171	3175	0.835239822907378	3	1	1	1	0	True	104168	maximal	False	AUS0022_000000011068	0.9873397936855267		0	0	False	False	0.9955905675888062	0					non-mobilizable	no_good_hit	1123.0	87.266	35.0	0.012053037713292034	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0111_000000009639	3175	0.835239822907378	3	1	1	1	0	True	82615	fragment	False	USA0145_01_000000007157	0.9601163368557194		0	0	False	False	1.0	0					non-mobilizable	chromosome	2394.0	100.0	99.0	0.0005448323234696598	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MAD0101_000000008726	3174	0.835239822907378	3	1	1	1	0	True	18202	maximal	True	MAD0101_000000008726	1.0		2	1	False	False	0.9889729022979736	0					non-mobilizable	no_good_hit								True	True
SPA0034_000000011389	3172	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.8810773057853072	PS1136	0	0	True	True	0.9993695020675659	1					non-mobilizable	no_good_hit	108.0	98.148	5.0	0.13096695226438188	GQ878470.1		Uncultured organism clone VC1BZ08TR genomic sequence	True	True
ISR0115_000000010167	3169	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5533641316012246		0	0	False	False	1.0	0					non-mobilizable	other	3172.0	96.78399999999999	100.0	0.0344419084882078	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0131_000000008570	3167	0.835239822907378	1	1	1	1	0	True	120576	fragment	False	SPA0020_000000008780	0.9179618364551986		0	0	False	False	0.99968421459198	0					non-mobilizable	no_good_hit								True	True
ENG0087_000000008633	3166	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.536979810249581		0	0	False	False	0.9996841549873352	0					non-mobilizable	no_good_hit	153.0	98.693	7.0	0.17253121452894438	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0119_000000010082	3165	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.9051693471053497	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	5.0	0.0021601907700939823	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
MON0106_000000012680	3163	0.835239822907378	3	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.15540474800544854		0	0	False	False	0.9996838569641113	0					non-mobilizable	no_good_hit								True	True
ISR0346_000000006472	3161	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6458800985073052		0	0	False	False	0.9996836185455322	0					non-mobilizable	no_good_hit	53.0	94.34	2.0	0.05902383654937571	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ITA0003_000000001661	3160	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5976328915283506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	96.825	4.0	0.14188422247446084	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0022_000000007933	3157	0.835239822907378	2	1	1	1	0	True	131012	maximal	True	ISR0022_000000007933	1.0		0	0	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	1751.0	84.58	55.0	0.0036446364459462566	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0012_000000001766	3156	0.835239822907378	4	1	1	1	0	True	101452	fragment	False	CHI0012_000000001766	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	3155.0	99.84200000000001	99.0	0.10148427186966741	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0107_000000004227	3155	0.835239822907378	2	1	1	1	0	True	130388	fragment	False	CHI0107_000000004227	1.0		0	0	False	False	0.9980982542037964	0					non-mobilizable	no_good_hit	80.0	98.75	5.0	0.08967082860385925	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
MAD0040_000000009341	3154	0.835239822907378	1	1	1	1	0	True	129406	fragment	False	MAD0040_000000009341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	81.878	38.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0066_01_000000006492	3152	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5627409730641709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	8.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0052_000000005122	3147	0.835239822907378	4	1	1	1	0	True	17290	maximal	True	MAD0052_000000005122	1.0		1	1	True	True	1.0	110					non-mobilizable	no_good_hit	975.0	84.41	31.0	0.1285616905248807	NZ_CP016206.1	CFB group bacteria	Prevotella scopos JCM 17725 strain W2052 plasmid unnamed1, complete sequence	True	True
ENG0163_000000007438	3145	0.835239822907378	1	1	1	1	0	True	102616	fragment	False	ENG0163_000000007438	0.9883449883449884		0	0	False	False	0.9945945739746094	0					non-mobilizable	no_good_hit								True	True
FIJ0018_000000008628	3139	0.835239822907378	3	1	1	1	0	True	50014	maximal	True	FIJ0018_000000008628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	96.262	24.0	0.008107814368003478	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0007_000000005983	3133	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6327365855750825		0	0	False	False	0.99712735414505	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	3.0	0.0001630990492161836	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0106_000000006237	3125	0.835239822907378	1	1	1	1	0	True	43439	fragment	False	MAD0012_000000008844	0.9274159384471508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	81.195	55.0	0.0035296307061143326	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0088_000000007138	3125	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5938144032820221		0	0	False	False	0.9996799826622009	0					non-mobilizable	no_good_hit	78.0	100.0	3.0	0.0021601907700939823	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
MAD0098_000000013960	3125	0.835239822907378	3	1	1	1	0	True	17240	backbone	True	MAD0098_000000013960	1.0	PS36	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	293.0	78.157	9.0	0.11939069575957184	LN853647.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1066	True	True
ENG0200_000000006393	3124	0.835239822907378	1	1	1	1	0	True	54214	maximal	True	ENG0200_000000006393	1.0		1	1	False	False	0.994878351688385	0					non-mobilizable	no_good_hit								True	True
SPA0107_000000010011	3124	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.46295145305147684		0	0	False	False	1.0	0					non-mobilizable	other	3075.0	98.179	100.0	0.006427775349878826	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0037_000000007853	3120	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.6525191824768055		0	0	False	False	0.9926282167434692	0					non-mobilizable	no_good_hit								True	True
ISR0177_000000008676	3118	0.835239822907378	3	1	1	1	0	True	81122	fragment	False	ISR0177_000000008676	0.988079247817327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0012_000000008844	3116	0.835239822907378	1	1	1	1	0	True	43439	fragment	False	MAD0012_000000008844	0.9552265091440599		0	0	False	False	0.9932605624198914	0					non-mobilizable	no_good_hit	1789.0	80.939	58.0	0.003696911782233495	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0017_000000011136	3110	0.835239822907378	2	1	1	1	0	True	2483	maximal	True	TAN0017_000000011136	1.0		2	1	True	True	1.0	21					non-mobilizable	no_good_hit								True	True
MON0053_000000011592	3109	0.835239822907378	3	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.5153231121151647		0	0	False	False	0.9839176535606384	0					non-mobilizable	no_good_hit								True	True
ISR0180_000000007005	3108	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.8851557763052154	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	90.0	5.0	0.0001295003445041216	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0080_000000008260	3104	0.835239822907378	3	1	1	1	0	True	44335	fragment	False	FIJ0080_000000008260	0.998708427510494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	95.455	4.0	0.045219192267863306	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
SPA0022_000000004363	3102	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5023258465729894		0	0	False	False	0.9996775984764099	0					non-mobilizable	no_good_hit	106.0	96.226	5.0	0.00017432738683247138	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0104_000000008145	3098	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.44039927425945846		0	0	False	False	0.993867039680481	0					non-mobilizable	other	3089.0	98.57600000000001	99.0	0.0064570495381996796	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0003_01_000000012740	3098	0.835239822907378	3	1	1	1	0	True	82615	fragment	False	USA0145_01_000000007157	0.9452537731526333		0	0	False	False	1.0	0					non-mobilizable	chromosome	2349.0	99.915	99.0	0.0005345868347291105	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
AST0016_000000008562	3097	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5634837952834796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	5.0	0.12005856515373353	GQ877106.1		Uncultured organism clone VC1AJ31TR genomic sequence	True	True
FIJ0171_000000006664	3097	0.835239822907378	3	1	1	1	0	True	44335	fragment	False	FIJ0080_000000008260	0.997583762886598		0	0	False	False	0.9987084269523621	0					non-mobilizable	no_good_hit	127.0	96.06299999999999	4.0	0.04349326889886089	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ENG0109_000000007978	3096	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5405118753424774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	98.876	5.0	0.09988649262202043	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
USA0135_01_000000004817	3095	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5524675198752758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	95.506	6.0	0.0002832815593362198	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0061_000000013370	3094	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5637488588048014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	94.318	6.0	0.0002800624507073991	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0019_01_000000009612	3091	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5522215328173434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	5.0	0.002133752597001516	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0067_000000009084	3090	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.517421898507574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	97.59	5.0	0.09307604994324631	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0264_000000003170	3089	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5282726236730836		0	0	False	False	1.0	0					non-mobilizable	other	2855.0	97.443	92.0	0.030996630800999892	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0389_000000006711	3087	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5200303396137834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	0.0001295003445041216	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0011_000000015241	3083	0.835239822907378	6	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.5275855799338874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	2.0	2.435762747125101e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
ISR0003_000000008452	3081	0.835239822907378	3	1	1	1	0	True	38613	backbone	True	ISR0003_000000008452	1.0	PS133	2	1	True	True	1.0	115					non-mobilizable	no_good_hit	271.0	93.727	13.0	0.0001095931191878332	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
DEN0094_000000011102	3080	0.835239822907378	4	1	1	1	0	True	68381	fragment	False	DEN0094_000000011102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0014_000000008039	3077	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.558271390014802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	97.895	6.0	0.0038552418853376445	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0170_000000014913	3074	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.49108728431950766		0	0	False	False	0.9928432106971741	0					non-mobilizable	no_good_hit	76.0	96.053	3.0	0.003067611822741782	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0137_000000008714	3072	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5575756779193061		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	6.0	0.0035650623885918	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0167_000000008075	3071	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5180734879733139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	98.485	4.0	0.07377979568671963	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
SPA0124_000000009523	3070	0.835239822907378	3	1	1	1	0	True	4064	maximal	True	SPA0124_000000009523	1.0		1	1	False	False	0.9977198839187622	0					non-mobilizable	no_good_hit	265.0	80.377	9.0	0.04258467609339033	NZ_FUWX01000042.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	True
USA0030_01_000000005529	3068	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.4611586130730059		0	0	False	False	0.9980443120002747	0					non-mobilizable	no_good_hit								True	True
SPA0108_000000009692	3066	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5477691575269853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	95.28299999999999	5.0	0.004311238237366829	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
USA0080_01_000000014218	3063	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5420533183518974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	95.876	5.0	0.003938150312979314	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0183_000000009032	3061	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5428422359543087		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	96.84200000000001	5.0	0.0038966960991584794	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
USA0057_01_000000010265	3060	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.49667262742902196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	96.104	5.0	0.0002446522557903716	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0092_000000008047	3057	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5584168592715059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	98.05799999999999	5.0	0.004228329809725159	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0160_000000009106	3056	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.49277731983388456		0	0	False	False	0.9996727705001831	0					non-mobilizable	other	3067.0	96.413	100.0	0.03328985979784806	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0095_000000008923	3054	0.835239822907378	2	1	1	1	0	True	101833	fragment	False	ENG0095_000000008923	1.0		0	0	False	False	0.9973804950714111	0					non-mobilizable	no_good_hit								True	True
FIJ0090_000000013718	3054	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.4875658444598642		0	0	False	False	0.9947609901428223	0					non-mobilizable	no_good_hit								True	True
ISR0282_000000006959	3048	0.835239822907378	1	1	1	1	0	True	44923	fragment	False	ISR0282_000000006959	1.0		0	0	False	False	0.9950787425041199	0					non-mobilizable	no_good_hit								True	True
AST0058_000000005073	3045	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5625165386873062		0	0	False	False	0.9996715784072876	0					non-mobilizable	no_good_hit	76.0	98.684	5.0	0.0031090660365626164	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0046_000000006165	3045	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2067080065625346		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	98.544	100.0	0.020139115313552874	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0012_000000006748	3043	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5616717079046554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	92.771	5.0	2.5510061230368918e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0036_01_000000011858	3040	0.835239822907378	2	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.1321845469705392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0099_000000009971	3040	0.835239822907378	2	1	1	1	0	True	129405	fragment	False	MAD0099_000000009971	1.0		0	0	False	False	0.9996710419654846	0					non-mobilizable	no_good_hit	1214.0	81.878	49.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0004_000000008686	3039	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5627803054921945		0	0	False	False	0.9993419051170349	0					non-mobilizable	no_good_hit	73.0	100.0	5.0	0.002984703395100112	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0061_000000013364	3036	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.545416915847761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	4.0	0.002901794967458442	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0369_000000003808	3035	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5410391161344011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	4.0	0.002528707043070928	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0303_000000003830	3034	0.835239822907378	2	1	1	1	0	True	110118	fragment	False	ISR0303_000000003830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0237_000000003214	3032	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3449168593908753	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0090_000000011309	3028	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5351492272506422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	98.413	4.0	0.002570161256891763	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0021_000000011253	3028	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5350159261023294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	100.0	4.0	0.002238527546325084	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0046_000000009935	3027	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5293351307021082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	100.0	4.0	0.0024457986154292582	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0063_000000010535	3026	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5767028231224478		0	0	False	False	0.990416407585144	0					non-mobilizable	no_good_hit								True	True
SPA0050_000000008589	3025	0.835239822907378	2	1	1	1	0	True	56220	fragment	False	SPA0050_000000008589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	88.839	7.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
USA0036_01_000000011917	3023	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5340668200649932		0	0	False	False	0.9993383884429932	0					non-mobilizable	no_good_hit	55.0	100.0	4.0	0.002238527546325084	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0072_000000006041	3022	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.17142151714601414		0	0	False	False	0.9993382096290588	0					non-mobilizable	other	3025.0	95.669	100.0	0.03281165090751005	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0102_000000011941	3021	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5327803151126761		0	0	False	False	0.9996689558029175	0					non-mobilizable	no_good_hit	48.0	100.0	4.0	0.0019483480495792397	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
AUS0004_000000007038	3020	0.835239822907378	4	1	1	1	0	True	104169	fragment	False	AUS0004_000000007038	0.9986754966887417		0	0	False	False	0.9956953525543213	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00017992594626843058	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	True
ISR0208_000000008838	3020	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.4982766993026267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	4.0	0.001796844292211803	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0241_000000004367	3020	0.835239822907378	4	1	1	1	0	True	104169	fragment	False	AUS0004_000000007038	0.9986754966887417		0	0	False	False	0.9940397143363953	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00017992594626843058	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	True
SPA0019_000000009452	3014	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5314204435232213		0	0	False	False	0.9970139265060425	0					non-mobilizable	other	3015.0	97.214	100.0	0.032724703836539505	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0021_000000007587	3009	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5267503867434378		0	0	False	False	1.0	0					non-mobilizable	other	3011.0	96.745	100.0	0.032681230301054236	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0035_01_000000008308	3008	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.17320662761429592		0	0	False	False	1.0	0					non-mobilizable	other	3009.0	96.411	99.0	0.032659493533311594	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0039_000000005798	3003	0.835239822907378	1	1	1	1	0	True	102616	fragment	False	ENG0163_000000007438	0.9662957074721781		0	0	False	False	0.9996669888496399	0					non-mobilizable	no_good_hit								True	True
ISR0032_000000010886	3003	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5174057072475567		0	0	False	False	0.997668981552124	0					non-mobilizable	no_good_hit	55.0	98.182	3.0	0.002238527546325084	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0164_000000006256	2998	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.42627945395039235		0	0	False	False	0.9993329048156738	0					non-mobilizable	other	2994.0	98.73100000000001	99.0	0.0062584032603081735	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0029_000000010142	2998	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5132439385291855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	98.63	2.0	0.08172531214528944	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
TAN0004_000000001345	2997	0.835239822907378	4	1	1	1	0	True	2963	fragment	False	TAN0004_000000001345	1.0		0	0	False	False	0.9996663331985474	0					non-mobilizable	no_good_hit	216.0	93.98100000000001	7.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ENG0154_000000010052	2996	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.13799466317797568		0	0	False	False	0.9996662139892578	0					non-mobilizable	other	3003.0	95.971	100.0	0.032550809694598414	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0032_000000005277	2995	0.835239822907378	2	1	1	1	0	True	98575	fragment	False	MON0090_000000016437	0.2319579541888924		0	0	False	False	0.9759599566459656	0					non-mobilizable	no_good_hit								True	True
ENG0068_000000007819	2990	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5113132093112759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	3.0	0.0023628901877875887	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0100_000000009993	2990	0.835239822907378	3	1	1	1	0	True	60593	maximal	True	ENG0100_000000009993	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	99.339	24.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
FIJ0014_000000008009	2988	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.1749057433558746		0	0	False	False	0.9902945160865784	0					non-mobilizable	other	2990.0	96.488	100.0	0.03242038908814259	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0080_000000010106	2988	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.49161337312472697		0	0	False	False	0.997657299041748	0					non-mobilizable	no_good_hit	62.0	96.774	3.0	0.00012755182054086155	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0007_000000008740	2987	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.5070642896700327		0	0	False	False	0.9979913234710693	0					non-mobilizable	no_good_hit	71.0	94.366	2.0	0.0002221184953886269	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AUS0016_000000009129	2978	0.835239822907378	4	1	1	1	0	True	100508	fragment	False	MON0094_000000010545	0.6148450586264657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	93.40700000000001	6.0	0.15378079864061173	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
CHI0130_000000005440	2978	0.835239822907378	3	1	1	1	0	True	81122	fragment	False	ISR0177_000000008676	0.9664849262347659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0077_000000003595	2975	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.17286900416265538		0	0	False	False	0.9993277192115784	0					non-mobilizable	other	2978.0	96.37299999999999	100.0	0.03232257363330073	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0139_000000009063	2973	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.49975260583166425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	97.959	2.0	0.0001003686456714976	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0399_000000005014	2972	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.3096050711010568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	96.46	4.0	0.1271282633371169	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
FIJ0002_000000011898	2970	0.835239822907378	2	1	1	1	0	True	98574	fragment	False	FIJ0002_000000011898	1.0		0	0	False	False	0.9939393997192383	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000008280	2967	0.835239822907378	1	1	1	1	0	True	126105	fragment	False	ISR0058_000000008280	1.0		0	0	False	False	0.9996629357337952	0					non-mobilizable	no_good_hit	1842.0	86.536	73.0	0.0038432827238377622	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0087_000000004202	2965	0.835239822907378	3	1	1	1	0	True	98772	fragment	False	SPA0054_000000008282	0.6329046087888531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	4.980782480927754e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0063_000000003840	2965	0.835239822907378	3	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.9557008003777021	PS368	0	0	True	True	0.9989882111549377	1					non-mobilizable	no_good_hit	351.0	85.47	12.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
SPA0127_000000009880	2965	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.512440801576766		0	0	False	False	0.9966273307800293	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	0.0017825311942959	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
CHI0036_000000003797	2958	0.835239822907378	2	1	1	1	0	True	88118	maximal	True	CHI0036_000000003797	0.9966801918111399		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0076_000000001986	2955	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.17247256585855164		0	0	False	False	1.0	0					non-mobilizable	other	2959.0	96.249	100.0	0.032126942723617	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AUS0008_000000007798	2955	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.16466004207321272		0	0	False	False	0.9966158866882324	0					non-mobilizable	other	1815.0	98.73299999999999	100.0	0.01971524834257146	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0016_000000006975	2953	0.835239822907378	2	1	1	1	0	True	104166	fragment	False	ISR0076_000000007293	0.7973952743128689		0	0	False	False	0.9969522356987	0					non-mobilizable	no_good_hit	336.0	87.20200000000001	11.0	0.0013744661122302867	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0115_000000011044	2950	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.45450653750994935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	98.684	3.0	0.0851305334846765	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
USA0038_01_000000006023	2944	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.4220817306941771		0	0	False	False	0.9836956262588501	0					non-mobilizable	other	2898.0	98.309	98.0	0.006057665968965178	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0044_000000008923	2944	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.4865112189834294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	2.0	0.00021568027813098552	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0147_000000006564	2943	0.835239822907378	5	1	1	1	0	True	108642	fragment	False	CAN0007_000000010816	0.25991976118511334		0	0	False	False	0.9986408352851868	0					non-mobilizable	other	2943.0	100.0	100.0	0.0008881021480480167	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
AST0149_000000009295	2937	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6098647348666276	PS1136	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	155.0	98.065	9.0	0.0043203815401879645	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
CAN0021_000000014625	2929	0.835239822907378	3	1	1	1	0	True	131946	maximal	True	CAN0021_000000014625	1.0	PS1136	5	2	False	True	1.0	0					non-mobilizable	no_good_hit	665.0	93.083	23.0	0.00020156648568374797	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0223_000000009624	2928	0.835239822907378	3	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.5607483076284239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	88.571	2.0	2.2239964055060993e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0154_000000007726	2925	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.4841867218995935		0	0	False	False	0.9996581077575684	0					non-mobilizable	no_good_hit	100.0	99.0	4.0	0.0010759700032605152	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0338_000000008823	2923	0.835239822907378	1	1	1	1	0	True	112668	fragment	False	ISR0338_000000008823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0052_000000009814	2921	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.4318732436713248		0	0	False	False	0.9996576309204102	0					non-mobilizable	other	2923.0	98.59700000000001	100.0	0.006109941305252417	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0083_01_000000010397	2920	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.4386047406456723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	98.649	3.0	2.1677821210363084e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0265_000000005438	2918	0.835239822907378	1	1	1	1	0	True	86034	fragment	False	ISR0265_000000005438	1.0		0	0	False	False	0.9993146061897278	0					non-mobilizable	no_good_hit								True	True
ISR0265_000000005451	2912	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5023683032865927		0	0	False	False	1.0	0					non-mobilizable	other	2922.0	97.365	100.0	0.031713944136506904	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0007_000000006446	2912	0.835239822907378	1	1	1	1	0	True	127134	maximal	False	SPA0005_000000010154	0.9962095106822881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0156_000000004478	2910	0.835239822907378	2	1	1	1	0	True	87307	fragment	False	CHI0156_000000004478	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2110.0	93.98100000000001	99.0	0.003599402092675635	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	True
FIJ0080_000000008801	2907	0.835239822907378	3	1	1	1	0	True	44333	fragment	False	FIJ0080_000000008801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	88.441	36.0	0.1220892274211099	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
ISR0093_000000008284	2906	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5156334551159824		0	0	False	False	0.9779766201972961	0					non-mobilizable	other	2900.0	97.345	99.0	0.03145310292359526	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0398_000000007965	2906	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.2797249338618238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	2.0	0.0015722387556853276	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ENG0203_000000005669	2904	0.835239822907378	1	1	1	1	0	True	70345	maximal	True	ENG0203_000000005669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	2.0	0.0001003686456714976	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0011_000000009113	2902	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.28528658417882874		0	0	False	False	0.9931082129478455	0					non-mobilizable	no_good_hit	84.0	95.238	3.0	0.094211123723042	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
SPA0005_000000010154	2902	0.835239822907378	1	1	1	1	0	True	127134	maximal	True	SPA0005_000000010154	0.9962225274725275		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0057_000000007938	2901	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7169886836939955	PS1136	0	0	False	True	0.9996553063392639	0					non-mobilizable	no_good_hit	200.0	99.5	7.0	0.0006320088671796843	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
ISR0187_000000009600	2900	0.835239822907378	4	1	1	1	0	True	108642	fragment	False	CAN0007_000000010816	0.1987902827217786		0	0	False	False	0.9913793206214905	0					non-mobilizable	other	2900.0	100.0	100.0	0.0008751217291608431	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0345_000000003128	2897	0.835239822907378	2	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.9867224918155869	PS368	0	0	True	True	0.9917155504226685	33					non-mobilizable	no_good_hit	351.0	85.47	12.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ISR0208_000000009252	2897	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6109156910162202	PS1136	0	0	False	True	0.9989644289016724	0					non-mobilizable	no_good_hit	134.0	97.015	8.0	0.14977477477477477	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
USA0065_01_000000003874	2897	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7234521417885716	PS1136	0	0	False	True	0.9996548295021057	0					non-mobilizable	no_good_hit	200.0	99.5	7.0	0.0006320088671796843	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
ETH0003_000000012766	2897	0.835239822907378	2	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.9870777344455897	PS368	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	351.0	85.47	12.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ISR0020_000000007494	2896	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.27840260248067905		0	0	False	False	0.9993094205856323	0					non-mobilizable	no_good_hit	76.0	97.368	3.0	0.15756302521008403	LC044307.1	hagfishes	Eptatretus burgeri DNA, contig: JCMcontig00874, from VLR gene sequence which enriched by Capture system, strain: VE202-29	True	True
USA0145_01_000000008385	2888	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.43354642178357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	95.522	2.0	2.0532488307370107e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0150_000000007896	2887	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6103718281024827	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	126.0	96.03200000000001	8.0	0.001358547983914792	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0009_000000002935	2887	0.835239822907378	4	1	1	1	0	True	90472	maximal	True	CHI0009_000000002935	1.0		1	1	True	True	1.0	149					non-mobilizable	plasmid	2003.0	86.97	93.0	0.5299946438136047	LN853924.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1363	False	True
CHI0132_000000010943	2885	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.27537562993861786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	100.0	3.0	0.0020199186421658018	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0374_000000005514	2883	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.2723863060206419		0	0	False	False	0.9989594221115112	0					non-mobilizable	no_good_hit	78.0	97.436	3.0	0.16176470588235295	LC044307.1	hagfishes	Eptatretus burgeri DNA, contig: JCMcontig00874, from VLR gene sequence which enriched by Capture system, strain: VE202-29	True	True
MAD0054_000000005040	2881	0.835239822907378	1	1	1	1	0	True	43439	fragment	False	MAD0012_000000008844	0.7126430117326468		0	0	False	False	0.9965289831161499	0					non-mobilizable	no_good_hit	1785.0	80.672	61.0	0.003696911782233495	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0027_000000012792	2879	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.40760088956380186		0	0	False	False	0.9899270534515381	0					non-mobilizable	other	2861.0	98.148	99.0	0.005978207457808576	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0107_000000011012	2879	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.11907471035867412		0	0	False	False	0.9996526837348938	0					non-mobilizable	other	2883.0	96.185	99.0	0.03127920878165417	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0001_000000014529	2877	0.835239822907378	2	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.9865308579977493	PS368	0	0	True	True	0.994786262512207	17					non-mobilizable	no_good_hit	351.0	85.47	12.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
DEN0090_000000008790	2876	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.711641264780933	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	200.0	99.5	7.0	0.0006320088671796843	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
ISR0182_000000012829	2876	0.835239822907378	2	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.9871051561275583	PS368	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	351.0	85.47	12.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
FIJ0102_000000010988	2876	0.835239822907378	2	1	1	1	0	True	76931	backbone	True	FIJ0102_000000010988	0.9871051561275583	PS368	10	6	True	True	1.0	3					non-mobilizable	no_good_hit	351.0	85.47	12.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
SPA0018_000000010162	2875	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.43933117440668273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	95.833	3.0	0.00030259621110914387	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0037_000000023252	2875	0.835239822907378	4	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.40020051526215106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0059_000000006732	2868	0.835239822907378	4	1	1	1	0	True	98570	fragment	False	MAD0059_000000006732	0.8404803318025668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0127_000000008857	2868	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.185544655951417		0	0	False	False	0.999651312828064	0					non-mobilizable	other	2716.0	97.275	95.0	0.029464188675144005	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0075_000000008459	2865	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.4432193722565381		0	0	False	False	0.9944153428077698	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	2.0	0.07150964812712826	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0803_000000004834	2863	0.835239822907378	5	1	1	1	0	True	21837	fragment	False	ISR0803_000000004834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0107_000000020320	2859	0.835239822907378	3	1	1	1	0	True	98570	fragment	False	MAD0059_000000006732	0.7564203363512064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	100.0	2.0	2.4987686356482984e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	True
FIJ0017_000000009882	2856	0.835239822907378	2	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.986825284356085	PS368	0	0	True	True	0.9996498823165894	1					non-mobilizable	no_good_hit	351.0	85.47	12.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ENG0014_000000008598	2847	0.835239822907378	3	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6998863289089283	PS1136	0	0	False	True	0.9996487498283386	0					non-mobilizable	no_good_hit	148.0	98.649	5.0	3.974671339293898e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0022_01_000000002655	2846	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.15886637242085747		0	0	False	False	0.9940267205238342	0					non-mobilizable	other	2856.0	95.76299999999999	100.0	0.03100749918487121	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0093_000000010664	2845	0.835239822907378	3	1	1	1	0	True	15679	maximal	True	MAD0093_000000010664	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0165_000000005702	2844	0.835239822907378	2	1	1	1	0	True	78331	fragment	False	CHI0165_000000005702	1.0		0	0	False	False	0.9901546835899353	0					non-mobilizable	no_good_hit								True	True
ISR0001_000000009869	2837	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.14629268334041223	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	93.0	95.699	4.0	0.0009998913161612868	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0085_000000004888	2836	0.835239822907378	2	1	1	1	0	True	104166	fragment	False	ISR0076_000000007293	0.6459181808750866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	87.845	13.0	0.0014811410940750254	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0020_000000010625	2836	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7087193176240724	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	143.0	99.301	5.0	0.00045098120170610634	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
TAN0009_000000013067	2834	0.835239822907378	2	1	1	1	0	True	43439	fragment	False	MAD0012_000000008844	0.48073585560569243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	80.827	62.0	0.003696911782233495	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0353_000000012976	2834	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7291472827602519	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	137.0	99.27	5.0	0.0004319256579720455	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
ISR0128_000000012454	2829	0.835239822907378	5	1	1	1	0	True	108642	fragment	False	CAN0007_000000010816	0.19537431114548062		0	0	False	False	0.9939908385276794	0					non-mobilizable	other	2821.0	100.0	99.0	0.0008512739828332451	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
TAN0015_000000001836	2829	0.835239822907378	2	1	1	1	0	True	2529	fragment	False	TAN0015_000000001836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.27450980392156865	KU543771.1	bacteria	Uncultured bacterium clone TE_060101_060102_Contig_35 genomic sequence	True	True
SPA0033_000000010802	2827	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.614108763001525	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	94.73700000000001	6.0	0.00012451956202319384	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0025_000000003873	2824	0.835239822907378	2	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.9440632383190438	PS368	0	0	False	True	0.9992917776107788	0					non-mobilizable	no_good_hit	351.0	85.47	12.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
AST0150_000000009811	2824	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6036137682218481	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	5.0	0.08482142857142858	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ENG0165_000000006695	2824	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6020470459591543	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	101.0	90.09899999999999	7.0	0.00016104530021666404	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0101_000000015660	2819	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6008848839444257	PS1136	0	0	False	True	0.998581051826477	0					non-mobilizable	no_good_hit	95.0	88.421	6.0	0.00015440425690876037	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0092_000000009052	2817	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6019707037791516	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	5.0	0.08147321428571429	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ISR0389_000000007489	2814	0.835239822907378	3	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7289063377140627	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	120.0	99.167	4.0	0.0003779349507255398	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
DEN0026_000000010519	2809	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7096900738539734	PS1136	0	0	False	True	0.9989320039749146	0					non-mobilizable	no_good_hit	73.0	90.411	3.0	0.00011787851871529017	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0223_000000010119	2808	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6014441734819046	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	5.0	0.08147321428571429	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ISR0338_000000009271	2804	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6149680138406678	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	5.0	0.08147321428571429	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ISR0308_000000005740	2804	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6020986646032477	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	90.0	95.556	6.0	0.003689425030054305	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0319_000000006398	2802	0.835239822907378	2	1	1	1	0	True	103621	maximal	True	ISR0319_000000006398	1.0		0	0	False	False	0.9978586435317993	0					non-mobilizable	no_good_hit	1326.0	92.836	53.0	0.16338899196042053	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0360_000000008678	2798	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5988178825177383	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	66.0	96.97	5.0	0.00013591587434681968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0388_000000012221	2798	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6001052626285017	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	5.0	0.0017954832374807127	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
FIJ0072_000000008941	2793	0.835239822907378	3	1	1	1	0	True	44773	fragment	False	FIJ0072_000000008941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	76.56	35.0	0.19596240863209188	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
AST0150_000000009934	2793	0.835239822907378	5	1	1	1	0	True	104166	fragment	False	ISR0076_000000007293	0.5357512914464598		0	0	False	False	0.9921231865882874	0					non-mobilizable	no_good_hit	146.0	90.411	5.0	0.0005949181679802733	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0156_000000002661	2789	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.32541117202428677		0	0	False	False	0.999641478061676	0					non-mobilizable	other	2786.0	98.098	99.0	0.005821381448946861	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0183_000000009998	2786	0.835239822907378	2	1	1	1	0	True	55168	maximal	True	ENG0183_000000009998	1.0		1	1	False	False	0.9989231824874878	0					non-mobilizable	no_good_hit								True	True
FIJ0147_000000007034	2783	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.1963272821246873		0	0	False	False	0.9992813467979431	0					non-mobilizable	other	2768.0	97.11	99.0	0.03001847625258124	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0072_000000007542	2783	0.835239822907378	3	1	1	1	0	True	5874	fragment	False	SPA0072_000000007542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000015864	2779	0.835239822907378	1	1	1	1	0	True	124575	maximal	True	MAD0098_000000015864	1.0		2	1	False	False	0.999640166759491	0					non-mobilizable	no_good_hit	1213.0	83.01700000000001	46.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0171_000000007409	2777	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.3084970919220634		0	0	False	False	0.9855959415435791	0					non-mobilizable	other	2747.0	98.435	99.0	0.005741922937790259	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0100_000000005399	2776	0.835239822907378	5	1	1	1	0	True	108641	fragment	False	ENG0021_000000006742	0.9766734993636238		0	0	False	False	1.0	0					non-mobilizable	other	2777.0	98.92	100.0	0.000837991693739393	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MAD0045_000000013862	2776	0.835239822907378	2	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.980865274569603	PS368	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	351.0	85.47	13.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
SPA0116_000000014245	2774	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.3686191023307559		0	0	False	False	0.9996395111083984	0					non-mobilizable	other	2775.0	98.37799999999999	100.0	0.0058004713144319655	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0005_000000010341	2769	0.835239822907378	2	1	1	1	0	True	129404	fragment	False	SPA0016_000000012062	0.9834268686675659		0	0	False	False	0.9996388554573059	0					non-mobilizable	no_good_hit	1215.0	81.48100000000001	47.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0103_000000005679	2767	0.835239822907378	3	1	1	1	0	True	122796	fragment	False	SPA0103_000000005679	1.0		0	0	False	False	0.9913263320922852	0					non-mobilizable	no_good_hit	1474.0	92.809	81.0	0.015998261058580588	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0016_000000017561	2762	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.19707724994599926		0	0	False	False	0.9840695261955261	0					non-mobilizable	no_good_hit	65.0	98.462	2.0	1.826644579489293e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0212_000000012614	2754	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7201292410513501	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	3.0	0.0859375	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
AST0108_000000009696	2751	0.835239822907378	8	1	1	1	0	True	107252	maximal	True	AST0108_000000009696	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0195_000000008856	2749	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7003295952619528	PS1136	0	0	False	True	0.9996362328529358	0					non-mobilizable	no_good_hit	77.0	100.0	3.0	0.08482142857142858	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
MON0022_000000010164	2749	0.835239822907378	3	1	1	1	0	True	98570	fragment	False	MAD0059_000000006732	0.598438639711734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	2.0	0.02810304449648712	KT895861.1	eudicots	Gossypium raimondii isolate Gr291 retrotransposon Ty3, complete sequence	True	True
FIJ0055_000000005073	2749	0.835239822907378	2	1	1	1	0	True	101118	maximal	True	FIJ0055_000000005073	0.9998175182481752		4	3	False	False	0.9974536299705505	0					non-mobilizable	no_good_hit	379.0	100.0	14.0	8.412435449023758e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0008_000000010964	2746	0.835239822907378	2	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.3254525817849697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0010_000000016238	2743	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7005312435974934	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	3.0	0.0859375	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
FIJ0008_000000010473	2740	0.835239822907378	2	1	1	1	0	True	101118	maximal	False	FIJ0055_000000005073	0.9981811567842851		0	0	False	False	0.9974452257156372	0					non-mobilizable	no_good_hit	370.0	99.73	14.0	8.212139366904144e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ITA0008_000000000459	2739	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.48918148816376694		0	0	False	False	0.9952537417411804	0					non-mobilizable	no_good_hit								True	True
USA0132_01_000000006105	2737	0.835239822907378	2	1	1	1	0	True	117970	fragment	False	USA0132_01_000000006105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	89.085	58.0	0.0023733002674406205	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0185_000000011921	2736	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.707260295595954	PS1136	0	0	False	True	0.9981725215911865	0					non-mobilizable	no_good_hit	81.0	98.765	3.0	0.00016728107611916268	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0354_000000007071	2736	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.10218597456567408	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	3.0	0.0022162996212652547	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0777_000000006244	2733	0.835239822907378	2	1	1	1	0	True	32466	maximal	True	ISR0777_000000006244	1.0		0	0	False	False	0.9996340870857239	0					non-mobilizable	no_good_hit								True	True
SPA0016_000000012062	2733	0.835239822907378	1	1	1	1	0	True	129404	fragment	False	SPA0016_000000012062	0.9851952890536589		0	0	False	False	0.9985364079475403	0					non-mobilizable	no_good_hit	1214.0	81.796	44.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0079_000000019998	2733	0.835239822907378	1	1	1	1	0	True	100237	fragment	False	DEN0079_000000019998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	1.62187359396842e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
FIJ0007_000000006238	2731	0.835239822907378	2	1	1	1	0	True	59454	fragment	False	FIJ0007_000000006238	1.0		0	0	False	False	0.9989014863967896	0					non-mobilizable	no_good_hit								True	True
FIJ0020_000000008271	2731	0.835239822907378	2	1	1	1	0	True	49796	fragment	False	FIJ0020_000000008271	0.999813153961136		0	0	False	False	0.9908458590507507	0					non-mobilizable	no_good_hit								True	True
MAD0052_000000006316	2730	0.835239822907378	3	1	1	1	0	True	73582	maximal	True	MAD0052_000000006316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	351.0	85.47	13.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ISR0143_000000011345	2726	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.3247114101805075		0	0	False	False	1.0	0					non-mobilizable	other	2735.0	96.344	100.0	0.029681556352570374	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0084_000000006399	2725	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.29874162883590305		0	0	False	False	1.0	0					non-mobilizable	other	2668.0	98.27600000000001	99.0	0.0055767328751225856	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0087_000000003226	2722	0.835239822907378	3	1	1	1	0	True	84016	fragment	False	CHI0087_000000003226	1.0		0	0	False	False	0.9842028021812439	0					non-mobilizable	no_good_hit								True	True
USA0011_01_000000013638	2720	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7072772466888583	PS1136	0	0	False	True	0.9988970756530762	0					non-mobilizable	no_good_hit	78.0	100.0	3.0	0.0021618282890673254	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
DEN0052_000000015427	2716	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.697162390498165	PS1136	0	0	False	True	0.9996318221092224	0					non-mobilizable	no_good_hit	98.0	90.816	4.0	0.00015938503938968813	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0065_000000010363	2713	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.5033886418631939		0	0	False	False	0.9974198341369629	0					non-mobilizable	other	2714.0	97.605	100.0	0.029464188675144005	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0035_000000003942	2711	0.835239822907378	3	1	1	1	0	True	88118	maximal	False	CHI0036_000000003797	0.9550371872887086		0	0	False	False	0.9988933801651001	0					non-mobilizable	no_good_hit								True	True
ISR0384_000000005923	2708	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.24739488593906672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	97.59	3.0	0.09307604994324631	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
CHI0030_000000002148	2702	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.10357799994359061		0	0	False	False	1.0	0					non-mobilizable	other	2703.0	95.819	100.0	0.02931203130094555	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AUS0008_000000008689	2700	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6951501595320885	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	90.0	3.0	0.0001295003445041216	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0113_000000005735	2696	0.835239822907378	2	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.46568668722334144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0200_000000007456	2695	0.835239822907378	3	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6849165819107425	PS1136	0	0	False	True	0.998515784740448	0					non-mobilizable	no_good_hit	98.0	91.837	4.0	0.00015938503938968813	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0171_000000007627	2694	0.835239822907378	3	1	1	1	0	True	38807	fragment	False	FIJ0171_000000007627	1.0		0	0	False	False	0.9892353415489197	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	2.0	1.5554915384371293e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0280_000000004143	2691	0.835239822907378	1	1	1	1	0	True	120574	fragment	False	ISR0280_000000004143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0027_000000014867	2690	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.22488245489291708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	98.99	4.0	0.1112372304199773	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
MON0033_000000023907	2689	0.835239822907378	6	1	1	1	0	True	77842	maximal	True	MON0033_000000023907	1.0		0	0	False	False	0.993306040763855	0					non-mobilizable	no_good_hit	2082.0	96.206	77.0	0.0237239231491447	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
MAD0102_000000006630	2688	0.835239822907378	1	1	1	1	0	True	129404	fragment	False	SPA0016_000000012062	0.9787430055519197		0	0	False	False	0.9988839030265808	0					non-mobilizable	no_good_hit	1214.0	81.71300000000001	45.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0100_000000011134	2688	0.835239822907378	2	1	1	1	0	True	131011	fragment	False	ENG0100_000000011134	1.0		0	0	False	False	0.999627947807312	0					non-mobilizable	no_good_hit	1626.0	94.95700000000001	60.0	0.0033958058452190024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0131_000000006105	2687	0.835239822907378	1	1	1	1	0	True	129404	fragment	False	SPA0016_000000012062	0.9789521425141329		0	0	False	False	0.9851135015487671	0					non-mobilizable	no_good_hit	1214.0	81.631	45.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0079_01_000000004748	2685	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.21951029190579321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	2.0	0.07150964812712826	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
MAD0110_000000010171	2683	0.835239822907378	3	1	1	1	0	True	98570	fragment	False	MAD0059_000000006732	0.7529574086897888		0	0	False	False	0.9936637878417969	0					non-mobilizable	no_good_hit								True	True
FIJ0167_000000007225	2676	0.835239822907378	2	1	1	1	0	True	49796	fragment	False	FIJ0020_000000008271	0.9897473452947638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0078_000000016170	2675	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.19689533099352433		0	0	False	False	0.9996261596679688	0					non-mobilizable	no_good_hit	99.0	98.99	4.0	0.002749333707392341	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
SPA0126_000000015556	2674	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6084232406944348	PS1136	0	0	False	True	0.9996260404586792	0					non-mobilizable	no_good_hit	77.0	89.61	3.0	0.00012451956202319384	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0027_000000009766	2673	0.835239822907378	2	1	1	1	0	True	37247	maximal	True	ISR0027_000000009766	1.0		2	1	False	False	1.0	0					non-mobilizable	other	2259.0	94.51100000000001	97.0	0.0015201277042094393	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ENG0164_000000007193	2672	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.21950402475755085		0	0	False	False	0.9996257424354553	0					non-mobilizable	no_good_hit	63.0	96.825	2.0	0.07037457434733257	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ENG0106_000000007900	2672	0.835239822907378	3	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6473591159889219	PS1136	0	0	False	True	0.9921407103538513	0					non-mobilizable	no_good_hit	54.0	100.0	2.0	0.0011501736111111111	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0003_000000018622	2671	0.835239822907378	2	1	1	1	0	True	96669	fragment	False	CAN0003_000000018622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0233_000000004919	2670	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.21228574088574786		0	0	False	False	1.0	0					non-mobilizable	other	1959.0	98.315	100.0	0.0212802956200413	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0132_000000007197	2669	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6867648077146762	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	73.0	90.411	3.0	0.00011787851871529017	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0117_01_000000008580	2667	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.07974250267175981		0	0	False	False	1.0	0					non-mobilizable	other	2669.0	96.74	100.0	0.028964243017063362	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0102_000000010368	2664	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.33623913356226165		0	0	False	False	0.9962462186813354	0					non-mobilizable	other	2665.0	98.499	100.0	0.005570459834768117	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0124_000000011721	2664	0.835239822907378	1	1	1	1	0	True	58940	maximal	True	ENG0124_000000011721	1.0		2	2	False	False	0.9984984993934631	0					non-mobilizable	no_good_hit								True	True
AST0002_000000013728	2661	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7045989750993235	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	98.0	90.816	4.0	0.00015938503938968813	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0106_000000007589	2659	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.7044126265056904	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	96.0	90.625	4.0	0.00015606451773573628	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0153_000000011954	2659	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6438038381906447	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0798_000000004778	2657	0.835239822907378	4	1	1	1	0	True	127997	fragment	False	ISR0798_000000004778	0.9671322925225965		0	0	False	True	0.9977418184280396	0					non-mobilizable	no_good_hit	759.0	87.484	54.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
FIJ0133_000000014155	2656	0.835239822907378	3	1	1	1	0	True	40701	maximal	True	FIJ0133_000000014155	1.0		1	1	False	False	0.9951054453849792	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.9434786453623485e-06	NZ_CP015506.1	firmicutes	Bacillus oceanisediminis 2691 chromosome, complete genome	True	True
ENG0097_000000011865	2654	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6824326568310284	PS1136	0	0	False	True	0.9996232390403748	0					non-mobilizable	no_good_hit	38.0	100.0	2.0	0.0004021302032387784	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0189_000000005157	2652	0.835239822907378	4	1	1	1	0	True	29234	maximal	True	ISR0189_000000005157	0.9996366279069768		2	1	True	True	0.9909502267837524	16					non-mobilizable	no_good_hit	725.0	77.517	27.0	0.3649789029535865	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
ENG0102_000000010437	2649	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.0876211702899197		0	0	False	False	1.0	0					non-mobilizable	other	2658.0	96.802	100.0	0.028855559178350178	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0052_000000011371	2648	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.19695602096905843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	98.413	2.0	0.07037457434733257	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
SPA0138_000000009714	2648	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.20008744050598062		0	0	False	False	0.9909365773200989	0					non-mobilizable	no_good_hit								True	True
AST0024_000000012738	2647	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.20235076397398938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	3.0	0.0001693720895706522	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0106_000000009158	2643	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.4132246933492066		0	0	False	False	1.0	0					non-mobilizable	other	2643.0	97.84299999999999	99.0	0.028703401804151724	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0078_000000016432	2642	0.835239822907378	3	1	1	1	0	True	98571	maximal	True	MON0078_000000016432	1.0		0	0	False	False	0.9791824221611023	0					non-mobilizable	no_good_hit								True	True
SPA0116_000000015076	2637	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6860004934956347	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	69.0	98.551	3.0	0.0019091470604750407	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ENG0011_000000010180	2634	0.835239822907378	1	1	1	1	0	True	67195	fragment	False	ENG0011_000000010180	1.0		0	0	False	False	0.9996203780174255	0					non-mobilizable	no_good_hit								True	True
MAD0005_000000010718	2632	0.835239822907378	3	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.4688095489428528		0	0	False	False	0.9962006211280823	0					non-mobilizable	other	2633.0	97.721	100.0	0.028572981197695902	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
TAN0001_000000004591	2628	0.835239822907378	3	1	1	1	0	True	53327	fragment	False	TAN0001_000000004591	0.9919135581998352		0	0	False	False	0.9992389678955078	0					non-mobilizable	no_good_hit	535.0	89.346	20.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
TAN0017_000000013556	2624	0.835239822907378	4	1	1	1	0	True	2695	maximal	True	TAN0017_000000013556	1.0		2	1	False	False	0.9977133870124817	0					non-mobilizable	no_good_hit	701.0	85.021	27.0	0.27269170579029733	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
SPA0126_000000015896	2624	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.19005793503043375		0	0	False	False	0.9969512224197388	0					non-mobilizable	no_good_hit								True	True
ISR0375_000000008096	2622	0.835239822907378	1	1	1	1	0	True	33980	fragment	False	ISR0375_000000008096	1.0		0	0	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit								True	True
USA0116_01_000000009858	2620	0.835239822907378	2	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.4199239679620951		0	0	False	False	0.9996182918548584	0					non-mobilizable	no_good_hit	93.0	91.398	4.0	3.0293473069270737e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0067_000000010866	2610	0.835239822907378	2	1	1	1	0	True	119243	fragment	False	ENG0067_000000010866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.662	27.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0121_01_000000017677	2607	0.835239822907378	2	1	1	1	0	True	49988	fragment	False	USA0121_01_000000017677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0175_000000009996	2598	0.835239822907378	1	1	1	1	0	True	122795	fragment	False	ENG0175_000000009996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	93.21	82.0	0.014704923377893708	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0380_000000004263	2591	0.835239822907378	1	1	1	1	0	True	28118	fragment	False	ISR0380_000000004263	1.0		0	0	False	False	0.9992281198501587	0					non-mobilizable	no_good_hit								True	True
ENG0128_000000010485	2591	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.46635118559308064		0	0	False	False	0.9926669001579285	0					non-mobilizable	other	2405.0	98.37799999999999	96.0	0.026127594826649277	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0122_000000006683	2583	0.835239822907378	3	1	1	1	0	True	32156	fragment	False	ISR0122_000000006683	1.0		0	0	False	False	0.9980642795562744	0					non-mobilizable	no_good_hit								True	True
ISR0078_000000007197	2583	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5477289111760837	PS1136	0	0	False	True	0.9996128678321838	0					non-mobilizable	no_good_hit								True	True
ISR0344_000000012820	2582	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.4201568297694242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	98.571	3.0	0.0007499184871209651	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0277_000000003396	2580	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.46218616694576087		0	0	False	False	0.9953488111495972	0					non-mobilizable	other	2405.0	98.337	96.0	0.026127594826649277	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0030_000000011929	2580	0.835239822907378	3	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6667351309831451	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	55.0	98.182	3.0	8.965408465669957e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0382_000000005305	2580	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.24642084043198415		0	0	False	False	0.9841085076332092	0					non-mobilizable	other	2581.0	98.102	100.0	0.005394814704842996	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0210_000000007410	2577	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.13818289234547246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0093_000000007786	2572	0.835239822907378	4	1	1	1	0	True	51260	backbone	True	FIJ0093_000000007786	1.0	PS202	8	1	True	True	1.0	1					non-mobilizable	no_good_hit	1284.0	88.941	63.0	0.43647754959972157	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0005_000000012730	2572	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.10028479123642776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0006_000000004581	2571	0.835239822907378	4	1	1	1	0	True	53327	fragment	False	TAN0001_000000004591	0.9846628278512154		0	0	False	False	0.9996110200881958	0					non-mobilizable	no_good_hit	535.0	89.346	21.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0370_000000010296	2568	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.4698854854658147		0	0	False	False	0.9961059093475342	0					non-mobilizable	other	2568.0	97.625	99.0	0.02786653624606021	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0117_000000007997	2567	0.835239822907378	2	1	1	1	0	True	53481	backbone	False	FIJ0161_000000004666	0.03784034714298623	PS224	0	0	True	True	1.0	250					non-mobilizable	no_good_hit	445.0	90.787	18.0	0.37553101104502973	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0022_000000009901	2566	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.294142642614334		0	0	False	False	0.9992205500602722	0					non-mobilizable	other	2568.0	97.975	100.0	0.005367631529973632	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0171_000000010520	2566	0.835239822907378	1	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.776543400707052	PS368	0	0	True	True	0.9855806827545166	1					non-mobilizable	no_good_hit	351.0	85.47	14.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
AST0046_000000007183	2560	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.11595641799302225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	3.0	0.002132136344508346	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0103_000000011081	2549	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.469579586532458		0	0	False	False	0.9996076822280884	0					non-mobilizable	other	2479.0	97.66	97.0	0.026910118465384197	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0172_000000010488	2548	0.835239822907378	4	1	1	1	0	True	132096	backbone	False	ISR0100_000000003479	0.16276464852075442	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	378.0	86.772	15.0	0.7203065134099617	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
ENG0169_000000009174	2547	0.835239822907378	1	1	1	1	0	True	112657	fragment	False	ENG0169_000000009174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	98.301	16.0	0.0008594065285621982	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0121_000000010231	2547	0.835239822907378	2	1	1	1	0	True	53481	backbone	False	FIJ0161_000000004666	0.028871380828934624	PS224	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	445.0	90.787	18.0	0.37553101104502973	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0058_000000009875	2546	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.2731042404410857		0	0	False	False	1.0	0					non-mobilizable	other	2548.0	97.92	100.0	0.005325811260943842	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0373_000000006149	2546	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.4166294360257086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0183_000000012893	2543	0.835239822907378	1	1	1	1	0	True	87302	fragment	False	ISR0183_000000012893	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2404.0	100.0	100.0	0.00342363777541905	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
ISR0177_000000011306	2542	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.4715065083050263		0	0	False	False	0.9984264373779297	0					non-mobilizable	other	2474.0	97.656	97.0	0.026866644929898924	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0047_000000008566	2538	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.10902359237535296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	100.0	2.0	0.001656465831882756	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0344_000000013094	2535	0.835239822907378	3	1	1	1	0	True	92823	fragment	False	ISR0344_000000013094	1.0		0	0	False	False	0.9980276226997375	0					non-mobilizable	no_good_hit								True	True
MON0009_000000014074	2532	0.835239822907378	2	1	1	1	0	True	98570	fragment	False	MAD0059_000000006732	0.33589023130663886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	2.0	0.0003902659011673287	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
USA0125_01_000000009563	2531	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.23227847417355274	PS1136	0	0	False	True	0.9936783909797668	0					non-mobilizable	no_good_hit								True	True
USA0101_01_000000012830	2530	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5240596023962962	PS1136	0	0	False	True	0.9972332119941711	0					non-mobilizable	no_good_hit	70.0	100.0	3.0	0.07700892857142858	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
FIJ0118_000000003582	2530	0.835239822907378	3	1	1	1	0	True	51259	fragment	False	FIJ0118_000000003582	1.0		0	0	False	False	0.9988142251968384	0					non-mobilizable	plasmid	1615.0	87.059	92.0	0.5499477897667943	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
ENG0087_000000010682	2530	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.4670260837347757		0	0	False	False	0.9948616623878479	0					non-mobilizable	other	2493.0	98.436	98.0	0.02707314422345397	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0136_000000010622	2530	0.835239822907378	2	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.5648167593169747	PS368	0	0	False	True	0.9968379735946655	0					non-mobilizable	no_good_hit	351.0	85.47	14.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
ISR0155_000000008609	2529	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.17146007167982796		0	0	False	False	0.9944642186164856	0					non-mobilizable	no_good_hit	91.0	95.604	4.0	0.00028650066796504046	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0120_000000009181	2528	0.835239822907378	3	1	1	1	0	True	73583	fragment	False	FIJ0120_000000009181	1.0		0	0	False	False	0.9960442781448364	0					non-mobilizable	no_good_hit	351.0	85.47	14.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
FIJ0066_000000012704	2527	0.835239822907378	3	1	1	1	0	True	45348	fragment	False	FIJ0066_000000012704	1.0		0	0	False	False	0.9976256489753723	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.570802551035996e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0075_000000007244	2525	0.835239822907378	3	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.6282215877770785		0	0	False	False	0.9964356422424316	0					non-mobilizable	other	2357.0	99.57600000000001	93.0	0.04314465178456974	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0086_000000010559	2522	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.2999866095924602	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000014222	2522	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.8376884513836323		0	0	False	False	0.9960349202156067	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00046344854501548894	NZ_CYYV01000014.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0001_000000010228	2517	0.835239822907378	2	1	1	1	0	True	20292	maximal	True	MAD0001_000000010228	1.0		0	0	False	False	0.9932458996772766	0					non-mobilizable	no_good_hit	544.0	89.522	33.0	0.0011354203041588167	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0022_000000015751	2514	0.835239822907378	3	1	1	1	0	True	100240	fragment	False	ENG0083_000000005468	0.1942499009120143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0101_000000011173	2513	0.835239822907378	2	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.43068559343719964	PS368	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	351.0	85.185	14.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
MON0026_000000016505	2510	0.835239822907378	3	1	1	1	0	True	12761	fragment	False	MON0026_000000016505	1.0		0	0	False	False	0.9992032051086426	0					non-mobilizable	no_good_hit								True	True
MON0039_000000018810	2508	0.835239822907378	3	1	1	1	0	True	98570	fragment	False	MAD0059_000000006732	0.34322361018370556		0	0	False	False	0.9960127472877502	0					non-mobilizable	no_good_hit	80.0	100.0	3.0	2.3785387161370604e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0146_000000009442	2503	0.835239822907378	2	1	1	1	0	True	57429	maximal	True	ENG0146_000000009442	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	90.90899999999999	5.0	9.761437964935413e-05	NZ_QEMY02000001.1	firmicutes	Streptococcus halitosis strain VT-4 NODE_1_length_1331771_cov_478.225, whole genome shotgun sequence	True	True
ENG0070_000000009886	2502	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5539143010145294	PS1136	0	0	False	True	0.9884092807769775	0					non-mobilizable	no_good_hit	98.0	90.816	4.0	0.00015938503938968813	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0159_000000009140	2502	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.1083342781327564		0	0	False	False	0.996802568435669	0					non-mobilizable	no_good_hit	68.0	92.647	3.0	0.07604994324631101	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0049_000000011865	2501	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.6725667904445911		0	0	False	False	1.0	0					non-mobilizable	other	2501.0	99.44	100.0	0.045781676341860936	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0061_000000016784	2501	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.6358712525416003	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	94.0	94.681	4.0	0.0038137876715168095	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0048_000000010854	2500	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5538004386408395	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	96.0	90.625	4.0	0.00015606451773573628	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0037_000000027650	2500	0.835239822907378	2	1	1	1	0	True	98570	fragment	False	MAD0059_000000006732	0.25632991878793177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0012_000000008606	2499	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.45321112259783974	PS1136	0	0	False	True	0.9935974478721619	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000012833	2496	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.2501205171545555		0	0	False	False	0.9975961446762085	0					non-mobilizable	other	2497.0	98.398	100.0	0.0052191695749178755	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0149_000000008670	2495	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.2642666532722996		0	0	False	False	0.9975951910018921	0					non-mobilizable	other	2495.0	98.43700000000001	100.0	0.005214987548014896	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0019_000000011649	2493	0.835239822907378	1	1	1	1	0	True	76931	backbone	False	FIJ0102_000000010988	0.15305029232605835	PS368	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	351.0	85.185	14.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
DEN0063_000000018953	2493	0.835239822907378	3	1	1	1	0	True	71541	fragment	False	DEN0063_000000018953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0295_000000014094	2489	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.4987068730755014	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	61.0	96.721	3.0	0.0006521030322791001	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0102_000000014113	2487	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.511253983547876	PS1136	0	0	False	True	0.9983916282653809	0					non-mobilizable	no_good_hit	55.0	96.36399999999999	3.0	8.965408465669957e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0007_000000010723	2485	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.09608560621301812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	3.0	0.002217979673198944	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
MAD0064_000000008161	2481	0.835239822907378	3	1	1	1	0	True	16676	maximal	True	MAD0064_000000008161	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0051_000000013875	2481	0.835239822907378	2	1	1	1	0	True	98570	fragment	False	MAD0059_000000006732	0.25579716984444684		0	0	False	False	0.9975816011428833	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	1.0459906510690915e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0006_000000012911	2481	0.835239822907378	1	1	1	1	0	True	129404	fragment	False	SPA0016_000000012062	0.7981012867600281		0	0	False	False	0.9995969533920288	0					non-mobilizable	no_good_hit	1214.0	81.631	48.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0163_000000009803	2480	0.835239822907378	1	1	1	1	0	True	100234	fragment	False	ENG0163_000000009803	0.9499791501236717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0010_000000007500	2480	0.835239822907378	2	1	1	1	0	True	53529	backbone	True	FIJ0010_000000007500	0.9985870223218276	PS225	7	1	True	True	1.0	770					non-mobilizable	no_good_hit	202.0	96.04	16.0	0.16992353440951571	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0041_000000014702	2480	0.835239822907378	2	1	1	1	0	True	53529	backbone	False	FIJ0010_000000007500	0.9983786120436465	PS225	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	202.0	96.04	16.0	0.16992353440951571	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0111_000000007166	2478	0.835239822907378	4	1	1	1	0	True	32688	maximal	True	ISR0111_000000007166	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	82.624	24.0	0.08295324971493728	NZ_GL945015.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_1, whole genome shotgun sequence	True	True
CHI0154_000000012746	2477	0.835239822907378	2	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.34557138590683073		0	0	False	False	0.9991925954818726	0					non-mobilizable	no_good_hit	81.0	98.765	3.0	0.0022460553652647536	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0223_000000011750	2474	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.4364916472606331		0	0	False	False	1.0	0					non-mobilizable	other	2408.0	97.508	97.0	0.026149331594391916	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0299_000000004226	2472	0.835239822907378	2	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.3262480627930499		0	0	False	False	0.9963592290878296	0					non-mobilizable	no_good_hit	66.0	98.485	3.0	0.0007064449516356918	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0002_000000015189	2471	0.835239822907378	1	1	1	1	0	True	3047	fragment	False	TAN0002_000000015189	1.0		0	0	False	False	0.999190628528595	0					non-mobilizable	other	2255.0	92.993	95.0	0.00151675713280321	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
DEN0045_000000015676	2469	0.835239822907378	3	1	1	1	0	True	92825	fragment	False	DEN0045_000000015676	1.0		0	0	False	False	0.9975698590278625	0					non-mobilizable	no_good_hit								True	True
ISR0309_000000007371	2468	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5561620193028487	PS1136	0	0	False	True	0.9720421433448792	0					non-mobilizable	no_good_hit	78.0	89.744	3.0	0.00012617982285016976	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0309_000000007372	2466	0.835239822907378	2	1	1	1	0	True	112662	maximal	True	ISR0309_000000007372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0106_000000008530	2465	0.835239822907378	3	1	1	1	0	True	77843	fragment	False	ENG0106_000000008530	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2465.0	99.919	100.0	0.0007435063190490364	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0032_000000011238	2462	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.46348126807518925		0	0	False	False	0.9983752965927124	0					non-mobilizable	other	2464.0	97.84899999999999	100.0	0.02676882947505706	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0059_000000005880	2461	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.4608111156239818		0	0	False	False	0.9902478456497192	0					non-mobilizable	other	2463.0	98.09200000000001	100.0	0.02675796109118574	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0052_000000011694	2461	0.835239822907378	2	1	1	1	0	True	53529	backbone	False	FIJ0010_000000007500	0.9983706742141092	PS225	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	202.0	96.04	16.0	0.16992353440951571	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0103_000000008686	2459	0.835239822907378	1	1	1	1	0	True	86959	fragment	False	MAD0103_000000008686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	82.37899999999999	58.0	0.0023189339177018924	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0005_000000021783	2454	0.835239822907378	2	1	1	1	0	True	14132	maximal	True	MON0005_000000021783	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	91.205	34.0	0.001475873835094745	NZ_JH378829.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.1, whole genome shotgun sequence	True	True
USA0032_01_000000009612	2452	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.1592778790883425	PS1136	0	0	False	True	0.9938825368881226	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0274660604977423e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0054_000000012141	2451	0.835239822907378	2	1	1	1	0	True	101117	fragment	False	SPA0054_000000012141	0.9990978800180423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0001_000000011179	2444	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.8710830749366606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0033_000000010788	2443	0.835239822907378	3	1	1	1	0	True	95880	fragment	False	ENG0033_000000010788	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2443.0	100.0	100.0	0.0007371670447087888	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
AST0031_000000011562	2443	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5636449131896915	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	69.0	100.0	4.0	0.00011289773623436242	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0012_000000020293	2443	0.835239822907378	2	1	1	1	0	True	98570	fragment	False	MAD0059_000000006732	0.17499024580569644		0	0	False	False	0.9783053398132324	0					non-mobilizable	no_good_hit								True	True
ISR0146_000000016572	2437	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.1202509879410512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	98.0	4.0	0.0010759700032605152	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0096_000000016195	2437	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.2941985511890119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0085_000000009739	2435	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.3440284837047697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0107_000000024268	2434	0.835239822907378	3	1	1	1	0	True	8599	maximal	True	MON0107_000000024268	1.0		0	0	False	False	0.8993426561355591	0					non-mobilizable	no_good_hit	83.0	98.795	3.0	0.0029352806414662085	NZ_CYYV01000022.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0051_000000011437	2434	0.835239822907378	3	1	1	1	0	True	127997	fragment	False	ISR0798_000000004778	0.9442980805419646		0	0	False	True	0.9930155873298645	0					non-mobilizable	no_good_hit	759.0	87.088	54.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
MON0107_000000024328	2430	0.835239822907378	2	1	1	1	0	True	44682	maximal	False	MON0001_000000013990	0.9602020202020203		0	0	False	False	0.9979423880577087	0					non-mobilizable	no_good_hit	252.0	95.635	14.0	0.00016920268459271362	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0257_000000006895	2420	0.835239822907378	2	1	1	1	0	True	26817	maximal	True	ISR0257_000000006895	1.0		0	0	False	False	0.992148756980896	0					non-mobilizable	no_good_hit	209.0	93.78	9.0	0.0006256403746588446	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
SPA0054_000000012323	2418	0.835239822907378	1	1	1	1	0	True	129404	fragment	False	SPA0016_000000012062	0.2738195362249189		0	0	False	False	0.9942100644111633	0					non-mobilizable	no_good_hit	1214.0	81.631	50.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0085_000000009825	2417	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.06145991404478901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0097_000000011993	2412	0.835239822907378	2	1	1	1	0	True	56219	fragment	False	ISR0097_000000011993	0.9814583333333333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	88.839	9.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ISR0067_000000012047	2412	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.48827190982121227	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	97.0	90.72200000000001	4.0	0.0001577247785627122	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0159_000000009479	2411	0.835239822907378	1	1	1	1	0	True	56535	maximal	True	ENG0159_000000009479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0064_000000008448	2410	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.10497370875138783	PS1136	0	0	False	True	0.9995850324630737	0					non-mobilizable	no_good_hit								True	True
ISR0341_000000005528	2410	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.4863892243146725	PS1136	0	0	False	True	0.9991701245307922	0					non-mobilizable	no_good_hit	93.0	90.323	4.0	0.00015108373525480852	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0376_000000009897	2410	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.4400035106384217		0	0	False	False	1.0	0					non-mobilizable	other	2413.0	97.845	100.0	0.026203673513748506	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0164_000000010884	2409	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.07178536859939433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	9.083930980292412e-06	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0113_000000006467	2406	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.44428746544211467		0	0	False	False	1.0	0					non-mobilizable	other	2406.0	98.088	99.0	0.026127594826649277	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0165_000000008641	2405	0.835239822907378	4	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.5746666365137268		0	0	False	False	0.996673583984375	0					non-mobilizable	other	2219.0	99.73	92.0	0.040617503250499024	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0332_000000005742	2401	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.43251565737438963		0	0	False	False	0.9995834827423096	0					non-mobilizable	other	2401.0	98.001	100.0	0.026084121291164004	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0853_000000007241	2401	0.835239822907378	3	1	1	1	0	True	92822	fragment	False	ISR0853_000000007241	1.0		0	0	False	False	0.9958350658416748	0					non-mobilizable	no_good_hit								True	True
SPA0049_000000008324	2400	0.835239822907378	2	1	1	1	0	True	56219	fragment	False	ISR0097_000000011993	0.9803067993366501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	84.09100000000001	9.0	6.815871134596415e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
TAN0013_000000003816	2398	0.835239822907378	2	1	1	1	0	True	53327	fragment	False	TAN0001_000000004591	0.9433943582174908		0	0	False	False	0.9983319640159607	0					non-mobilizable	no_good_hit	526.0	88.59299999999999	22.0	0.4392523364485981	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
TAN0003_000000003509	2398	0.835239822907378	3	1	1	1	0	True	2983	fragment	False	TAN0003_000000003509	1.0		0	0	False	False	0.9954128265380859	0					non-mobilizable	no_good_hit	261.0	91.571	11.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ENG0122_000000011774	2398	0.835239822907378	2	1	1	1	0	True	70346	maximal	True	ENG0122_000000011774	1.0		0	0	False	False	0.9904086589813232	0					non-mobilizable	no_good_hit	138.0	97.101	7.0	0.00022745573329570074	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0009_000000013658	2395	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.10926823379653532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	95.946	3.0	0.08286038592508513	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
MON0049_000000008910	2394	0.835239822907378	2	1	1	1	0	True	49987	fragment	False	MON0049_000000008910	0.9783432863356696		0	0	False	False	0.9995822906494141	0					non-mobilizable	no_good_hit								True	True
ISR0794_000000008312	2391	0.835239822907378	2	1	1	1	0	True	69975	fragment	False	USA0071_01_000000005271	0.9554556599918267		0	0	False	False	0.9995817542076111	0					non-mobilizable	no_good_hit								True	True
ENG0130_000000012577	2391	0.835239822907378	3	1	1	1	0	True	95880	fragment	False	ENG0033_000000010788	0.9893573475235367		0	0	False	False	1.0	0					non-mobilizable	other	2391.0	100.0	100.0	0.0007214697939615091	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CHI0008_000000003895	2390	0.835239822907378	2	1	1	1	0	True	90520	fragment	False	ENG0154_000000011359	0.8209621471351131		0	0	False	False	1.0	0					non-mobilizable	plasmid	2390.0	99.456	100.0	0.4427353595255745	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
MAD0099_000000013016	2390	0.835239822907378	2	1	1	1	0	True	98569	fragment	False	MAD0099_000000013016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	98.99	4.0	0.009842321984533494	NZ_VZBY01000046.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_47_length_9957_cov_56.6273_ID_93, whole genome shotgun sequence	True	True
USA0006_01_000000010179	2388	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.09281833785523005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	98.59200000000001	3.0	0.07945516458569807	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
USA0086_01_000000007381	2387	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.2476315285139437		0	0	False	False	1.0	0					non-mobilizable	other	2387.0	98.031	99.0	0.0049891580952540265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0335_000000007570	2380	0.835239822907378	3	1	1	1	0	True	112581	fragment	False	ISR0335_000000007570	1.0		0	0	False	False	0.9991596341133118	0					non-mobilizable	no_good_hit	347.0	72.911	14.0	0.0009750495342219645	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	True
SPA0010_000000009616	2378	0.835239822907378	4	1	1	1	0	True	8089	maximal	True	SPA0010_000000009616	1.0		1	1	True	True	1.0	35					non-mobilizable	no_good_hit	541.0	96.85799999999999	42.0	0.23478260869565218	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
ENG0168_000000012672	2378	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.50076359422246	PS1136	0	0	False	True	0.9970563650131226	0					non-mobilizable	no_good_hit	96.0	90.625	4.0	0.00015606451773573628	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0096_000000016681	2378	0.835239822907378	1	1	1	1	0	True	129404	fragment	False	SPA0016_000000012062	0.40483820245492824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	81.878	50.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0020_000000015514	2378	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.49145298609831173	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	140.0	95.714	7.0	0.0002307762549496526	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0010_000000018927	2377	0.835239822907378	1	1	1	1	0	True	103625	maximal	True	DEN0010_000000018927	1.0		1	1	False	False	0.9987379312515259	0					non-mobilizable	no_good_hit	1323.0	93.87799999999999	64.0	0.16326530612244897	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MON0081_000000023346	2377	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.8419086408426899		0	0	False	False	0.9785443544387817	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	4.0	0.0001630990492161836	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0111_000000008922	2374	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2394165619440983		0	0	False	False	0.9873631000518799	0					non-mobilizable	other	2376.0	97.13799999999999	100.0	0.025768938158895773	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0149_000000009026	2370	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.09314112054945142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	4.0	0.09648127128263337	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
AST0084_000000014604	2370	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.48538936882924383	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	86.0	89.535	4.0	0.0001394619094659771	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0142_000000000819	2368	0.835239822907378	2	1	1	1	0	True	31179	backbone	True	ISR0142_000000000819	1.0	PS95	1	1	True	True	0.9987331032752991	11					non-mobilizable	no_good_hit	326.0	99.693	35.0	0.2627324171382377	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0023_000000011251	2367	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.4976391898541058	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	3.0	0.06808035714285714	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
SPA0019_000000012312	2367	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.49745988622117787	PS1136	0	0	False	True	0.999577522277832	0					non-mobilizable	no_good_hit	58.0	100.0	3.0	0.0006194978806651451	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0362_000000009166	2362	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.24313784774135727		0	0	False	False	0.9995766282081604	0					non-mobilizable	other	2363.0	98.265	100.0	0.004938973772418278	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0391_000000005939	2360	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.04954474298594555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	4.0	0.1869747899159664	LC044307.1	hagfishes	Eptatretus burgeri DNA, contig: JCMcontig00874, from VLR gene sequence which enriched by Capture system, strain: VE202-29	True	True
ISR0081_000000010014	2360	0.835239822907378	2	1	1	1	0	True	62757	fragment	False	ISR0081_000000010014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0837_000000005003	2358	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.0928777400328396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.0016283901398169464	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
DEN0083_000000012107	2358	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.3096677082518292		0	0	False	False	1.0	0					non-mobilizable	other	2257.0	97.785	96.0	0.024508205629822845	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0045_000000010843	2355	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.39039739914956234	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	246.0	97.154	15.0	0.010156282386104547	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
CHI0144_000000006464	2354	0.835239822907378	1	1	1	1	0	True	101481	maximal	True	CHI0144_000000006464	1.0		1	1	False	False	0.9978759288787842	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.940976558030818e-07	LR812054.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ENG0054_000000011210	2350	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.10731950665079988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0073_000000022090	2348	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.4972154744036602	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	3.0	0.06808035714285714	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ISR0079_000000011726	2341	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.2516296607736172		0	0	False	False	0.9995728135108948	0					non-mobilizable	no_good_hit	68.0	98.529	3.0	0.001879646514237621	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
MAD0060_000000007054	2339	0.835239822907378	2	1	1	1	0	True	73579	fragment	False	MAD0060_000000007054	1.0		0	0	False	False	0.9871740341186523	0					non-mobilizable	no_good_hit	351.0	85.47	15.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
FIJ0083_000000015184	2338	0.835239822907378	2	1	1	1	0	True	44680	fragment	False	FIJ0083_000000015184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	95.556	4.0	0.0028108038252778497	KJ512990.1	bacteria	Uncultured bacterium DCM006Tet07 genomic sequence	True	True
AUS0020_000000011797	2337	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5063669543784375	PS1136	0	0	False	True	0.9995720982551575	0					non-mobilizable	no_good_hit	83.0	98.795	7.0	0.0023022067493963724	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ENG0042_000000011230	2335	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5020027355369645	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	7.0	0.0008477339419628301	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0176_000000014546	2335	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.49986750315769707	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	97.0	90.72200000000001	4.0	0.0001577247785627122	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0829_000000006325	2332	0.835239822907378	3	1	1	1	0	True	70369	maximal	True	ISR0829_000000006325	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	785.0	89.682	73.0	0.2699344149119779	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0151_000000008188	2330	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.324290291964908		0	0	False	False	1.0	0					non-mobilizable	other	2277.0	97.67200000000001	98.0	0.024725573307249213	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0041_000000026873	2330	0.835239822907378	2	1	1	1	0	True	98570	fragment	False	MAD0059_000000006732	0.2519362443856213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0847_000000011808	2329	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.40058682031039616		0	0	False	False	0.9974237680435181	0					non-mobilizable	other	2331.0	97.726	100.0	0.02532333442017172	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0006_000000009141	2329	0.835239822907378	3	1	1	1	0	True	14057	maximal	True	MON0006_000000009141	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	88.945	10.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
AUS0008_000000010401	2328	0.835239822907378	2	1	1	1	0	True	101831	fragment	False	ISR0180_000000008245	0.4923524342955623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0198_000000008244	2327	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.4986231973091779	PS1136	0	0	False	True	0.9982810616493225	0					non-mobilizable	no_good_hit	91.0	90.11	4.0	0.0001477632136008567	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0022_000000010968	2326	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.15978173912432866		0	0	False	False	0.9918314814567566	0					non-mobilizable	other	2328.0	97.766	100.0	0.02526899250081513	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0057_000000013717	2324	0.835239822907378	1	1	1	1	0	True	100234	fragment	False	ENG0163_000000009803	0.9308045612051624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000014016	2324	0.835239822907378	3	1	1	1	0	True	60499	fragment	False	ENG0101_000000014016	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2324.0	100.0	100.0	0.03917303249523617	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ISR0019_000000007407	2322	0.835239822907378	2	1	1	1	0	True	37742	maximal	True	ISR0019_000000007407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0092_000000009517	2321	0.835239822907378	3	1	1	1	0	True	101831	fragment	False	ISR0180_000000008245	0.7088016254506356		0	0	False	False	0.9995691776275635	0					non-mobilizable	no_good_hit								True	True
ISR0184_000000005196	2321	0.835239822907378	1	1	1	1	0	True	43300	maximal	True	ISR0184_000000005196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	79.258	39.0	0.1894169194472531	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0369_000000005636	2315	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5054667865764889	PS1136	0	0	False	True	0.9991360902786255	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	4.0	0.08686868686868687	GQ882727.1		Uncultured organism clone VC1D477TF genomic sequence	True	True
USA0059_01_000000011386	2314	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.32733966693675937		0	0	False	False	1.0	0					non-mobilizable	other	2316.0	97.49600000000001	100.0	0.025149440278230628	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0031_000000012119	2310	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.022962309662149776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0035_01_000000010913	2310	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.8572195463835435		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	94.366	3.0	2.1776881538119807e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0029_000000014194	2308	0.835239822907378	2	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.2730736709153771		0	0	False	False	0.9995667338371277	0					non-mobilizable	no_good_hit								True	True
ENG0153_000000013001	2304	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.0924456946796911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	3.0	0.08853575482406356	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ENG0159_000000009930	2303	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.49408072604078185	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	6.0	0.00010293617127250691	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0081_000000010264	2302	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.8542790204910755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.031	7.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0075_000000008249	2302	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.24760230524045		0	0	False	False	0.9982624053955078	0					non-mobilizable	no_good_hit	2030.0	93.054	88.0	0.022041082491033582	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0097_000000009702	2301	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.49086806503246816	PS1136	0	0	False	True	0.9995654225349426	0					non-mobilizable	no_good_hit	107.0	98.131	5.0	0.00297376911207743	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
AST0014_000000007374	2300	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.09250131074140636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	98.684	3.0	0.0851305334846765	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ENG0057_000000010388	2299	0.835239822907378	4	1	1	1	0	True	77841	fragment	False	ENG0057_000000010388	0.9867924528301888		0	0	False	False	0.9995650053024292	0					non-mobilizable	other	2221.0	96.038	97.0	0.0006668312865527086	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0043_000000009584	2298	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.08698200570467673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	98.649	3.0	0.08286038592508513	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
SPA0012_000000010654	2290	0.835239822907378	2	1	1	1	0	True	100231	fragment	False	SPA0012_000000010654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0031_000000013721	2289	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.08680267436536507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	98.305	3.0	0.06583427922814983	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
MAD0039_000000006173	2284	0.835239822907378	2	1	1	1	0	True	112653	fragment	False	MAD0039_000000006173	1.0		0	0	False	False	0.9588441252708435	0					non-mobilizable	no_good_hit	71.0	87.324	3.0	6.264273594833943e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
ENG0015_000000007868	2284	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.15842457565034682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0118_000000004039	2279	0.835239822907378	2	1	1	1	0	True	49987	fragment	False	MON0049_000000008910	0.9625078242189212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0326_000000008302	2278	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.30210095160707306		0	0	False	False	1.0	0					non-mobilizable	other	2279.0	98.025	100.0	0.024747310074991848	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0263_000000006081	2275	0.835239822907378	1	1	1	1	0	True	83495	maximal	True	ISR0263_000000006081	1.0		1	1	False	False	0.997802197933197	0					non-mobilizable	no_good_hit	1229.0	88.446	61.0	0.013205086403651776	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0049_000000013026	2273	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.5038961893184448	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	96.0	90.625	4.0	0.00015606451773573628	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0069_01_000000027035	2273	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.08101426349116746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	3.0	0.07832009080590238	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0048_000000008487	2268	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.08082017242408565		0	0	False	False	0.9925044178962708	0					non-mobilizable	no_good_hit	58.0	96.552	3.0	0.06469920544835414	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
USA0016_01_000000007046	2265	0.835239822907378	3	1	1	1	0	True	53479	fragment	False	USA0016_01_000000007046	0.9404708012675419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	95.025	14.0	0.16992353440951571	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
USA0061_01_000000004846	2263	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.22992876218588415		0	0	False	False	1.0	0					non-mobilizable	other	2162.0	97.919	96.0	0.023486577545918923	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0097_000000014645	2262	0.835239822907378	2	1	1	1	0	True	102255	fragment	False	SPA0097_000000014645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0167_000000011034	2256	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.39068303324246634	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	174.0	94.82799999999999	12.0	0.0005569057927859776	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0051_000000012873	2254	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.29179076432211487		0	0	False	False	1.0	0					non-mobilizable	other	2051.0	93.125	91.0	0.022269318552331267	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0019_000000012825	2252	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.08054955048718654		0	0	False	False	0.9982237815856934	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.0009826492223033298	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
FIJ0042_000000010740	2250	0.835239822907378	4	1	1	1	0	True	47303	backbone	True	FIJ0042_000000010740	1.0	PS169	1	1	True	True	1.0	12					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0013195249710104362	AM443087.1	eudicots	Vitis vinifera, whole genome shotgun sequence, contig VV78X173906.8, clone ENTAV 115	True	True
MAD0091_000000006754	2247	0.835239822907378	1	1	1	1	0	True	129399	fragment	False	MAD0091_000000006754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	83.09100000000001	43.0	0.0019969178461725044	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0288_000000013469	2246	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9983394039284129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.286	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0166_000000012631	2243	0.835239822907378	2	1	1	1	0	True	100195	fragment	False	ENG0166_000000012631	0.988599348534202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0067_000000013510	2243	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.5410564113178828		0	0	False	False	1.0	0					non-mobilizable	other	2244.0	98.75200000000001	100.0	0.04107532001391763	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0104_000000011641	2235	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.13697463969776413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000017669	2235	0.835239822907378	3	1	1	1	0	True	2694	fragment	False	TAN0009_000000017669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	85.021	31.0	0.27269170579029733	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
ISR0093_000000011052	2234	0.835239822907378	1	1	1	1	0	True	33526	fragment	False	ISR0093_000000011052	1.0		0	0	False	False	0.9995523691177368	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	0.0001332769127735925	NZ_FNQN01000005.1	d-proteobacteria	Desulfuromusa kysingii strain DSM 7343, whole genome shotgun sequence	True	True
DEN0073_000000023291	2234	0.835239822907378	3	1	1	1	0	True	92824	fragment	False	DEN0073_000000023291	1.0		0	0	False	False	0.9995523691177368	0					non-mobilizable	no_good_hit								True	True
DEN0083_000000012889	2234	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.5912292349100686		0	0	False	False	1.0	0					non-mobilizable	other	2235.0	99.329	100.0	0.04091050597908693	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0037_000000005799	2232	0.835239822907378	2	1	1	1	0	True	22608	fragment	False	MAD0037_000000005799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0033_000000005866	2232	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.4772271344155488		0	0	False	False	0.9932795763015747	0					non-mobilizable	other	2090.0	97.225	94.0	0.038255168751259	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0047_000000013327	2231	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9977828589595794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.286	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
FIJ0120_000000010605	2230	0.835239822907378	1	1	1	1	0	True	49325	fragment	False	FIJ0120_000000010605	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2254.0	83.851	99.0	0.7509268621503202	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0084_000000011279	2230	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9978595156562585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0388_000000015566	2230	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9977084035038656		0	0	False	False	0.9968609809875488	0					non-mobilizable	no_good_hit	532.0	89.286	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0077_000000015052	2230	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9978595156562585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0129_000000012006	2229	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.18153481840431915		0	0	False	False	1.0	0					non-mobilizable	other	2229.0	98.744	100.0	0.00465877796991868	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0007_000000003614	2227	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.23188337112202054		0	0	False	False	0.9955096244812012	0					non-mobilizable	other	2217.0	97.97	99.0	0.004629503781597827	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0014_000000010932	2226	0.835239822907378	2	1	1	1	0	True	51257	fragment	False	FIJ0014_000000010932	0.8380989873021125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	83.61399999999999	77.0	0.2891809908998989	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ENG0006_000000010376	2226	0.835239822907378	3	1	1	1	0	True	67610	fragment	False	ENG0006_000000010376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0105_000000014104	2225	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.4677521883485093	PS1136	0	0	False	True	0.9995505809783936	0					non-mobilizable	no_good_hit	88.0	89.773	4.0	0.00014278243111992894	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0252_000000004656	2224	0.835239822907378	1	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9965131739501082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0296_000000011778	2224	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.014118930141189302	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	200.0	99.5	9.0	0.0006320088671796843	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
ISR0349_000000004625	2222	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.03382918499804088	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	3.0	0.0001778517415179011	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
TAN0013_000000004274	2220	0.835239822907378	3	1	1	1	0	True	2571	fragment	False	TAN0013_000000004274	1.0		0	0	False	False	0.9968468546867371	0					non-mobilizable	no_good_hit	216.0	93.98100000000001	10.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0262_000000007313	2220	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9954657327167512		0	0	False	False	0.9941441416740417	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MAD0091_000000006858	2219	0.835239822907378	2	1	1	1	0	True	49987	fragment	False	MON0049_000000008910	0.7275288952491125		0	0	False	False	0.9986480474472046	0					non-mobilizable	no_good_hit								True	True
USA0066_01_000000009359	2219	0.835239822907378	2	1	1	1	0	True	829	maximal	True	USA0066_01_000000009359	1.0		1	1	False	False	0.9927895665168762	0					non-mobilizable	no_good_hit	731.0	96.71700000000001	33.0	0.06630889576132436	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
DEN0010_000000020331	2217	0.835239822907378	2	1	1	1	0	True	101117	fragment	False	SPA0054_000000012141	0.9514483884128927		0	0	False	False	0.9923319816589355	0					non-mobilizable	no_good_hit								True	True
ISR0033_000000014045	2217	0.835239822907378	1	1	1	1	0	True	98768	fragment	False	ISR0033_000000014045	0.9995440036479708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	97.84899999999999	4.0	0.11151515151515151	GQ881419.1		Uncultured organism clone VC1CR31TR genomic sequence	True	True
ISR0043_000000009997	2216	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9937422677014845		0	0	False	False	0.9972923994064331	0					non-mobilizable	no_good_hit	532.0	89.098	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0362_000000009713	2216	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.5267520602820355		0	0	False	False	1.0	0					non-mobilizable	other	2215.0	99.684	99.0	0.04054425256835204	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0035_000000014918	2216	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.8331066423542818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	3.0	1.8976996768932976e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0148_000000013152	2215	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9939311381925419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
AST0097_000000010045	2214	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9909335898849053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.286	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0147_000000011014	2211	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2615977786177462		0	0	False	False	0.9837177991867065	0					non-mobilizable	other	2197.0	97.99700000000001	99.0	0.023866970981415065	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0039_01_000000010232	2210	0.835239822907378	1	1	1	1	0	True	100234	fragment	False	ENG0163_000000009803	0.691570299665402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0244_000000011068	2210	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9918698148006962		0	0	False	False	0.9981900453567505	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
BAN0041_000000002118	2210	0.835239822907378	2	1	1	1	0	True	97577	maximal	True	BAN0041_000000002118	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1384.0	93.64200000000001	63.0	0.4813783501566307	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MON0001_000000015685	2209	0.835239822907378	3	1	1	1	0	True	62754	fragment	False	MON0001_000000015685	1.0		0	0	False	False	0.9837030172348022	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	0.015574302401038288	NZ_VZBY01000070.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_61_length_3082_cov_121.624_ID_121, whole genome shotgun sequence	True	True
CHI0011_000000002813	2209	0.835239822907378	3	1	1	1	0	True	90181	fragment	False	CHI0011_000000002813	0.9798406000937647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	90.67399999999999	11.0	0.05134408602150538	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
FIJ0115_000000010897	2209	0.835239822907378	2	1	1	1	0	True	53479	fragment	False	USA0016_01_000000007046	0.9298013245033112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	9.0	0.03382809803244736	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
USA0058_01_000000008693	2208	0.835239822907378	2	1	1	1	0	True	92821	fragment	False	USA0058_01_000000008693	0.9723703344643723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0017_000000015251	2207	0.835239822907378	1	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.016978056202957663		0	0	False	False	0.9895786046981812	0					non-mobilizable	no_good_hit								True	True
MON0027_000000018436	2204	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.4700057063173928	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	97.0	97.93799999999999	5.0	0.00104336485164656	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0051_000000017493	2203	0.835239822907378	2	1	1	1	0	True	119245	fragment	False	ISR0288_000000013469	0.9877529388803902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	31.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0096_000000010631	2202	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.8004197252585267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	4.0	0.0001630990492161836	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0033_000000028520	2201	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.38399233145740724	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	97.0	100.0	9.0	0.003979604526800149	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
SPA0045_000000012015	2200	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.5647460770302442		0	0	False	False	0.9995454549789429	0					non-mobilizable	other	2200.0	99.63600000000001	100.0	0.04026956251030088	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0078_000000020340	2200	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3838595490831005	PS1136	0	0	False	True	0.9972727298736572	0					non-mobilizable	no_good_hit	98.0	100.0	9.0	0.002721279281806705	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
CHI0168_000000007542	2198	0.835239822907378	2	1	1	1	0	True	78106	maximal	True	CHI0168_000000007542	1.0		1	1	False	False	0.9963603019714355	0					non-mobilizable	no_good_hit	597.0	95.31	27.0	0.00014588085187552515	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
USA0130_01_000000016324	2197	0.835239822907378	1	1	1	1	0	True	100234	fragment	False	ENG0163_000000009803	0.6813505151829036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0132_000000014062	2197	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2210929953914236		0	0	False	False	0.9995448589324951	0					non-mobilizable	other	2195.0	97.95	99.0	0.02382349744592979	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0345_000000004939	2196	0.835239822907378	1	1	1	1	0	True	102254	fragment	False	ISR0345_000000004939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0009_000000018027	2195	0.835239822907378	2	1	1	1	0	True	53529	backbone	False	FIJ0010_000000007500	0.9341053089486309	PS225	0	0	False	True	0.9968109130859375	0					non-mobilizable	no_good_hit	195.0	95.385	9.0	0.16482582837723025	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ENG0089_000000009628	2194	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3822404515848134	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	129.0	97.67399999999999	9.0	0.13852813852813853	GQ879036.1		Uncultured organism clone VC1C429TR genomic sequence	True	True
FIJ0125_000000008898	2193	0.835239822907378	1	1	1	1	0	True	51262	fragment	False	FIJ0125_000000008898	0.9943002436125941		0	0	False	False	1.0	0					non-mobilizable	plasmid	2194.0	98.861	100.0	0.7387933940006741	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0014_000000016381	2193	0.835239822907378	1	1	1	1	0	True	98768	fragment	False	ISR0033_000000014045	0.9941362201172756		0	0	False	False	0.9995440244674683	0					non-mobilizable	no_good_hit	84.0	96.429	4.0	0.1006060606060606	GQ881419.1		Uncultured organism clone VC1CR31TR genomic sequence	True	True
ENG0127_000000011761	2189	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.13884576629715745		0	0	False	False	0.9949748516082764	0					non-mobilizable	no_good_hit								True	True
MAD0037_000000005929	2188	0.835239822907378	2	1	1	1	0	True	39962	fragment	False	MAD0037_000000005929	1.0		0	0	False	False	0.9968007206916809	0					non-mobilizable	no_good_hit	221.0	76.923	12.0	0.0037748555630383158	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0212_000000016175	2183	0.835239822907378	2	1	1	1	0	True	98572	fragment	False	ISR0212_000000016175	1.0		0	0	False	False	0.9912964105606079	0					non-mobilizable	no_good_hit								True	True
MON0059_000000017941	2182	0.835239822907378	2	1	1	1	0	True	20071	fragment	False	MON0059_000000017941	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2115.0	99.574	97.0	0.7125042130097742	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0327_000000012762	2179	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.38236056495930426	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	113.0	97.345	9.0	0.0001859492126213028	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0808_000000007342	2179	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.09899221519412563	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0006727430555555556	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0015_000000017310	2179	0.835239822907378	1	1	1	1	0	True	20073	fragment	False	MON0015_000000017310	1.0		0	0	False	False	0.9908214807510376	0					non-mobilizable	plasmid	2071.0	99.565	95.0	0.6976744186046512	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0335_000000008387	2176	0.835239822907378	1	1	1	1	0	True	131016	maximal	True	ISR0335_000000008387	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1952.0	96.15799999999999	90.0	0.00407747623040459	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0188_000000009800	2172	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.5355887421313777		0	0	False	False	1.0	0					non-mobilizable	other	2172.0	99.309	100.0	0.039756807735272036	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0399_000000007287	2170	0.835239822907378	2	1	1	1	0	True	22587	maximal	True	ISR0399_000000007287	1.0		1	1	False	False	0.9986175298690796	0					non-mobilizable	no_good_hit	531.0	98.682	24.0	0.002205126711573587	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	True	True
FIJ0121_000000011934	2169	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.3484736696655774		0	0	False	False	1.0	0					non-mobilizable	other	2145.0	98.135	99.0	0.02330181502010651	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0145_01_000000011058	2168	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.38295671282724314	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	8.0	0.0035650623885918	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0063_000000012454	2168	0.835239822907378	3	1	1	1	0	True	45602	fragment	False	FIJ0063_000000012454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0018_000000012336	2167	0.835239822907378	2	1	1	1	0	True	49986	fragment	False	FIJ0018_000000012336	0.9581621510788519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0036_000000005442	2165	0.835239822907378	1	1	1	1	0	True	60127	fragment	False	ISR0036_000000005442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0035_01_000000011656	2163	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3830646257397604	PS1136	0	0	False	True	0.9995377063751221	0					non-mobilizable	no_good_hit	77.0	100.0	8.0	0.0002446522557903716	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0161_000000007640	2162	0.835239822907378	1	1	1	1	0	True	51262	fragment	False	FIJ0125_000000008898	0.9913769572976623		0	0	False	False	1.0	0					non-mobilizable	plasmid	2163.0	98.89	100.0	0.7283451297607011	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0009_000000018376	2160	0.835239822907378	1	1	1	1	0	True	51257	fragment	False	FIJ0014_000000010932	0.4792083499660139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	83.131	56.0	0.2763661677688827	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
AST0055_000000016314	2160	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.536541200887165		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	99.491	100.0	0.039537055688831105	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0020_01_000000016130	2159	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3829739215495401	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	8.0	0.00013614138781202527	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0187_000000013120	2157	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3821371502555263	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	96.25	8.0	0.0002543095816768337	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0152_000000011086	2156	0.835239822907378	2	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.31219928904478267	PS1136	0	0	False	True	0.9930426478385925	0					non-mobilizable	no_good_hit	69.0	98.551	4.0	0.00021889938675980622	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0038_000000012791	2156	0.835239822907378	1	1	1	1	0	True	101116	fragment	False	SPA0038_000000012791	0.977648202137998		0	0	False	False	0.9893320798873901	0					non-mobilizable	no_good_hit								True	True
ISR0238_000000006633	2155	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3826946249332243	PS1136	0	0	False	True	0.9990718960762024	0					non-mobilizable	no_good_hit	97.0	91.75299999999999	8.0	0.0001577247785627122	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0039_000000010873	2155	0.835239822907378	3	1	1	1	0	True	47567	maximal	True	FIJ0039_000000010873	1.0		1	1	False	False	0.9948955774307251	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.000128889970928151	NZ_KK211291.1	firmicutes	Ruminiclostridium cellobioparum DSM 1351 = ATCC 15832 T344DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
USA0015_01_000000015656	2154	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3824574320825855	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	98.684	8.0	0.00012451956202319384	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0019_000000013568	2152	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.71419004892808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0066_000000016468	2152	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.37511472458580886	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	86.0	98.837	8.0	0.00014112217029295303	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0081_01_000000014348	2150	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3831190805830178	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	7.0	0.0007680258703451064	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0034_01_000000024684	2149	0.835239822907378	2	1	1	1	0	True	100195	fragment	False	ENG0166_000000012631	0.9701292911279537		0	0	False	False	0.9958119988441467	0					non-mobilizable	no_good_hit								True	True
ISR0779_000000015808	2148	0.835239822907378	2	1	1	1	0	True	69970	fragment	False	ISR0779_000000015808	0.9909933093154915		0	0	False	False	0.9939478635787964	0					non-mobilizable	no_good_hit								True	True
FIJ0092_000000015886	2148	0.835239822907378	1	1	1	1	0	True	51262	fragment	False	FIJ0125_000000008898	0.9848599436179626		0	0	False	False	1.0	0					non-mobilizable	plasmid	2149.0	98.65100000000001	100.0	0.7236265588136165	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0820_000000011118	2146	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.17478799936286907		0	0	False	False	0.9948741793632507	0					non-mobilizable	other	2146.0	98.695	100.0	0.004485223853445049	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0815_000000014500	2146	0.835239822907378	3	1	1	1	0	True	53326	fragment	False	ISR0815_000000014500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	88.512	25.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0017_000000013394	2145	0.835239822907378	2	1	1	1	0	True	50141	fragment	False	FIJ0017_000000013394	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2171.0	81.944	100.0	0.7209302325581395	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
CHI0151_000000011608	2143	0.835239822907378	2	1	1	1	0	True	87303	fragment	False	CHI0151_000000011608	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2143.0	98.087	100.0	0.0030517819870776552	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
CAN0005_000000007991	2142	0.835239822907378	3	1	1	1	0	True	95879	fragment	False	CAN0005_000000007991	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2087.0	99.665	97.0	0.0006293993809245802	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MAD0013_000000011288	2142	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.8898280539929625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	0.00028686364637050773	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	True	True
FIJ0011_000000020719	2138	0.835239822907378	2	1	1	1	0	True	51262	fragment	False	FIJ0125_000000008898	0.985591993948798		0	0	False	False	1.0	0					non-mobilizable	plasmid	2139.0	98.78399999999999	100.0	0.7202561509942703	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ENG0159_000000010716	2137	0.835239822907378	2	1	1	1	0	True	58921	fragment	False	ENG0159_000000010716	1.0		0	0	False	False	0.9976602792739868	0					non-mobilizable	no_good_hit								True	True
ITA0007_000000000304	2137	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3739961633543744	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	7.0	0.00012617982285016976	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0042_000000015405	2136	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.7586452324786293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	8.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0114_000000018397	2134	0.835239822907378	1	1	1	1	0	True	51262	fragment	False	FIJ0125_000000008898	0.9853327212462685		0	0	False	False	0.9995313882827759	0					non-mobilizable	plasmid	2135.0	98.97	100.0	0.7189079878665319	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ENG0116_000000011173	2133	0.835239822907378	2	1	1	1	0	True	59452	fragment	False	ENG0116_000000011173	1.0		0	0	False	False	0.9868729710578918	0					non-mobilizable	no_good_hit								True	True
USA0108_01_000000005069	2133	0.835239822907378	3	1	1	1	0	True	90181	fragment	False	CHI0011_000000002813	0.963558171118153		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	92.85700000000001	4.0	0.022311827956989248	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ISR0368_000000005999	2132	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.37958239316545134	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	91.0	94.505	8.0	0.003689425030054305	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0072_000000011679	2132	0.835239822907378	2	1	1	1	0	True	49986	fragment	False	FIJ0018_000000012336	0.9461204609089222		0	0	False	False	0.9985928535461426	0					non-mobilizable	no_good_hit								True	True
FIJ0032_000000016744	2131	0.835239822907378	1	1	1	1	0	True	51257	fragment	False	FIJ0014_000000010932	0.832666704627535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	82.23	76.0	0.2639029322548028	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ENG0199_000000011897	2130	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3804296894464513	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	92.0	94.565	8.0	0.00373087924387514	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
MAD0049_000000008418	2130	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.11358210579502617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0068_000000014983	2130	0.835239822907378	1	1	1	1	0	True	51262	fragment	False	FIJ0125_000000008898	0.984013764700693		0	0	False	False	1.0	0					non-mobilizable	plasmid	2131.0	98.96799999999999	100.0	0.7175598247387934	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
CHI0173_000000007929	2129	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.3443178143192274		0	0	False	False	0.9873179793357849	0					non-mobilizable	other	2130.0	98.02799999999999	100.0	0.023127920878165415	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0336_000000006605	2129	0.835239822907378	1	1	1	1	0	True	69974	fragment	False	ISR0336_000000006605	0.9929386536088485		0	0	False	False	0.9816815257072449	0					non-mobilizable	no_good_hit								True	True
DEN0072_000000008114	2128	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.20570555247685396		0	0	False	False	1.0	0					non-mobilizable	other	2129.0	97.93299999999999	100.0	0.004447585611318238	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0125_000000012293	2123	0.835239822907378	2	1	1	1	0	True	112664	fragment	False	ENG0125_000000012293	1.0		0	0	False	False	0.98539799451828	0					non-mobilizable	no_good_hit								True	True
SPA0018_000000014016	2123	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.5382193703291093		0	0	False	False	1.0	0					non-mobilizable	other	2123.0	99.199	100.0	0.03874961085575109	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0099_000000014762	2121	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.403296764963929	PS1136	0	0	False	True	0.9948137402534485	0					non-mobilizable	no_good_hit	78.0	91.02600000000001	4.0	0.00012617982285016976	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0174_000000007102	2120	0.835239822907378	4	1	1	1	0	True	77841	fragment	False	ENG0057_000000010388	0.9488908220965637		0	0	False	False	0.9886792302131653	0					non-mobilizable	other	2094.0	96.46600000000001	99.0	0.02386132038746021	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
MON0105_000000025676	2119	0.835239822907378	2	1	1	1	0	True	100233	fragment	False	MON0105_000000025676	1.0		0	0	False	False	0.9962246417999268	0					non-mobilizable	no_good_hit								True	True
ETH0001_000000014631	2118	0.835239822907378	2	1	1	1	0	True	53527	fragment	False	ETH0001_000000014631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	89.75	19.0	0.3372982158028887	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0031_000000015045	2118	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.36655900160823524	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	6.0	9.463486713762732e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0079_01_000000006021	2117	0.835239822907378	2	1	1	1	0	True	102612	fragment	False	USA0079_01_000000006021	1.0		0	0	False	False	0.9985828995704651	0					non-mobilizable	no_good_hit	67.0	94.03	3.0	1.193775032544144e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
ENG0134_000000018582	2117	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3571063873987523	PS1136	0	0	False	True	0.9990552663803101	0					non-mobilizable	no_good_hit	77.0	100.0	7.0	0.0002446522557903716	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0034_01_000000025059	2115	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.799660850779298		0	0	False	False	0.9995272159576416	0					non-mobilizable	no_good_hit								True	True
USA0013_01_000000005035	2114	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.3732004298963426	PS1136	0	0	False	True	0.9929044246673584	0					non-mobilizable	no_good_hit	70.0	95.714	6.0	0.0002221184953886269	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0075_000000009243	2114	0.835239822907378	1	1	1	1	0	True	81845	fragment	False	CHI0120_000000006233	0.9508340649692713		0	0	False	False	0.999053955078125	0					non-mobilizable	no_good_hit								True	True
MON0001_000000016413	2112	0.835239822907378	2	1	1	1	0	True	49987	fragment	False	MON0049_000000008910	0.7090975639996115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0368_000000006064	2110	0.835239822907378	1	1	1	1	0	True	131099	fragment	False	SPA0150_000000005539	0.1358027349727895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0381_000000007914	2109	0.835239822907378	2	1	1	1	0	True	23157	maximal	True	ISR0381_000000007914	1.0		0	0	False	False	0.991465151309967	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	7.278741519679134e-06	CP030150.1	firmicutes	Bacillus velezensis strain DSYZ chromosome, complete genome	True	True
FIJ0144_000000014955	2107	0.835239822907378	2	1	1	1	0	True	51257	fragment	False	FIJ0014_000000010932	0.7432576844314985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	83.84	55.0	0.27601809954751133	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0243_000000005420	2104	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.3159678062423458		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	97.818	98.0	0.02238887077491577	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0018_000000012709	2102	0.835239822907378	2	1	1	1	0	True	51257	fragment	False	FIJ0014_000000010932	0.8250197895502579		0	0	False	False	0.9995242357254028	0					non-mobilizable	no_good_hit	835.0	83.59299999999999	55.0	0.28054298642533937	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ENG0183_000000013662	2102	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.35782328664324786	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	5.0	0.0006738398000217368	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0194_000000012862	2102	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.34827372994153033	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	99.0	97.98	6.0	0.00016270556104363995	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0379_000000011686	2100	0.835239822907378	3	1	1	1	0	True	23217	fragment	False	ISR0379_000000011686	1.0		0	0	False	False	0.9833333492279053	0					non-mobilizable	no_good_hit								True	True
ISR0259_000000007545	2098	0.835239822907378	3	1	1	1	0	True	26745	maximal	True	ISR0259_000000007545	1.0		1	1	False	False	0.9861773252487183	0					non-mobilizable	no_good_hit								True	True
FIJ0004_000000012549	2098	0.835239822907378	3	1	1	1	0	True	52032	fragment	False	FIJ0004_000000012549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0046_000000011643	2097	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.7555770670606297		0	0	False	False	0.9895088076591492	0					non-mobilizable	no_good_hit								True	True
ISR0837_000000005874	2096	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.34771905548577503	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	6.0	9.29746063106514e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ETH0003_000000018970	2096	0.835239822907378	3	1	1	1	0	True	53170	maximal	True	ETH0003_000000018970	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	741.0	90.68799999999999	43.0	0.2895148669796557	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
SPA0027_000000017862	2094	0.835239822907378	1	1	1	1	0	True	23146	fragment	False	SPA0027_000000017862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.000128889970928151	NZ_KK211291.1	firmicutes	Ruminiclostridium cellobioparum DSM 1351 = ATCC 15832 T344DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0025_000000012329	2093	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.37090480609543935	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	85.0	94.118	6.0	0.0034406997471292957	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0101_000000013312	2093	0.835239822907378	2	1	1	1	0	True	42692	fragment	False	FIJ0101_000000013312	1.0		0	0	False	False	0.9980888962745667	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	6.614060169107489e-06	NZ_JH603143.1	enterobacteria	Klebsiella oxytoca 10-5243 strain Oct-43 supercont1.1, whole genome shotgun sequence	True	True
ISR0152_000000011271	2091	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9639430061666223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	95.882	8.0	0.007005762135721096	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0062_000000013942	2089	0.835239822907378	2	1	1	1	0	True	51257	fragment	False	FIJ0014_000000010932	0.7431759779659856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	83.84	54.0	0.27601809954751133	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0821_000000014557	2089	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.1856451512495177		0	0	False	False	0.9995213150978088	0					non-mobilizable	other	2090.0	98.038	100.0	0.004366036086710146	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0011_000000021261	2089	0.835239822907378	2	1	1	1	0	True	51257	fragment	False	FIJ0014_000000010932	0.7429523605756783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	83.738	54.0	0.2763661677688827	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
SPA0090_000000017042	2089	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.49691949974818683		0	0	False	False	1.0	0					non-mobilizable	other	2089.0	99.473	100.0	0.038236856080722255	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0164_000000009465	2088	0.835239822907378	1	1	1	1	0	True	103622	fragment	False	ENG0164_000000009465	0.996046389035319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	93.882	76.0	0.16338899196042053	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0020_000000011362	2086	0.835239822907378	1	1	1	1	0	True	102611	fragment	False	ISR0020_000000011362	0.9559514820872208		0	0	False	False	0.9995205998420715	0					non-mobilizable	no_good_hit								True	True
ITA0005_000000008771	2085	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2904775876100286		0	0	False	False	0.9889688491821289	0					non-mobilizable	other	2084.0	98.60799999999999	99.0	0.022638843603956092	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0056_000000010282	2085	0.835239822907378	2	1	1	1	0	True	93503	fragment	False	FIJ0056_000000010282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	83.693	21.0	0.0073193208804451845	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AUS0020_000000013078	2073	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.32093555599379797		0	0	False	False	0.9922817349433899	0					non-mobilizable	other	2076.0	98.025	100.0	0.022541028149114226	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0120_000000016247	2072	0.835239822907378	1	1	1	1	0	True	32272	fragment	False	ISR0120_000000016247	1.0		0	0	False	False	0.9927605986595154	0					non-mobilizable	no_good_hit	1446.0	86.03	69.0	0.0030152413970479072	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0068_000000013512	2071	0.835239822907378	2	1	1	1	0	True	49986	fragment	False	FIJ0018_000000012336	0.625703564727955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0204_000000005283	2071	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.7488531032941704		0	0	False	False	0.9932399988174438	0					non-mobilizable	no_good_hit	64.0	96.875	3.0	1.9599193384307828e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
DEN0069_000000013381	2068	0.835239822907378	3	1	1	1	0	True	70723	maximal	True	DEN0069_000000013381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	81.58800000000001	13.0	0.07718598689831957	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
MAD0048_000000011530	2066	0.835239822907378	2	1	1	1	0	True	28193	maximal	True	MAD0048_000000011530	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0820_000000011632	2064	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.15143155362049343		0	0	False	False	1.0	0					non-mobilizable	other	2012.0	97.714	97.0	0.021845451581349852	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0034_000000017359	2064	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.14585572277274755		0	0	False	False	1.0	0					non-mobilizable	other	2064.0	98.74	100.0	0.004313760750422908	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0125_000000009422	2063	0.835239822907378	1	1	1	1	0	True	51257	fragment	False	FIJ0014_000000010932	0.47814125270849495		0	0	False	False	1.0	0					non-mobilizable	plasmid	1136.0	80.898	90.0	0.38322311172989904	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
MON0016_000000016582	2063	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.1504632760847102		0	0	False	False	0.9597673416137695	0					non-mobilizable	other	1992.0	98.845	97.0	0.004161116768464172	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0109_000000017317	2063	0.835239822907378	2	1	1	1	0	True	92821	fragment	False	USA0058_01_000000008693	0.9415760869565217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0097_000000017435	2063	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.39840067097831333		0	0	False	False	0.9777023792266846	0					non-mobilizable	no_good_hit								True	True
SPA0012_000000011761	2062	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.7085833986283984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.031	8.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0105_000000026371	2062	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.6346825456405089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	92.105	5.0	1.0245239617713227e-05	LN590720.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG19, chromosome: 19	True	True
ISR0830_000000013933	2061	0.835239822907378	3	1	1	1	0	True	123266	fragment	False	ISR0830_000000013933	1.0		0	0	False	False	0.9786511659622192	0					non-mobilizable	no_good_hit	315.0	95.87299999999999	31.0	0.038033508621743914	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
USA0069_01_000000029733	2060	0.835239822907378	3	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.5129391708662573		0	0	False	False	1.0	0					non-mobilizable	other	2060.0	99.515	100.0	0.03770578863515667	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0010_000000012565	2059	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.13127897932126345		0	0	False	False	0.9990286827087402	0					non-mobilizable	other	2009.0	97.461	97.0	0.021823714813607217	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0160_000000010038	2059	0.835239822907378	2	1	1	1	0	True	130376	fragment	False	AUS0022_000000008050	0.02224132174278151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0167_000000014168	2058	0.835239822907378	1	1	1	1	0	True	101116	fragment	False	SPA0038_000000012791	0.9545454545454546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0066_000000017315	2058	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.4290550958834672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0126_000000020967	2058	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.19389245526466325		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	97.76899999999999	100.0	0.0043095787235199285	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0153_000000015906	2057	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.5083546037807026		0	0	False	False	1.0	0					non-mobilizable	other	2057.0	99.611	100.0	0.037632537953009686	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0061_000000020733	2054	0.835239822907378	2	1	1	1	0	True	100232	fragment	False	ISR0837_000000006044	0.9392157439795562		0	0	False	False	0.9995131492614746	0					non-mobilizable	no_good_hit								True	True
ISR0837_000000006044	2052	0.835239822907378	1	1	1	1	0	True	100232	fragment	False	ISR0837_000000006044	0.9410730954052359		0	0	False	False	0.9941520690917969	0					non-mobilizable	no_good_hit								True	True
USA0086_01_000000008464	2051	0.835239822907378	3	1	1	1	0	True	23334	fragment	False	USA0086_01_000000008464	1.0		0	0	False	False	0.9965870380401611	0					non-mobilizable	other	2051.0	100.0	100.0	0.03556372846659612	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	False	True
CHI0132_000000015013	2050	0.835239822907378	3	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.5003327633450532		0	0	False	False	0.9858536720275879	0					non-mobilizable	other	2050.0	99.415	100.0	0.037522661929789224	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0186_000000014819	2049	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.21650813178814388		0	0	False	False	0.9995119571685791	0					non-mobilizable	other	2050.0	98.634	100.0	0.004284486562102054	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0101_000000016139	2046	0.835239822907378	1	1	1	1	0	True	60489	maximal	True	ENG0101_000000016139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.79693490783187e-07	LR812594.1	bony fishes	Danio rerio genome assembly, chromosome: 1	True	True
ISR0786_000000007749	2045	0.835239822907378	3	1	1	1	0	True	22145	fragment	False	ISR0786_000000007749	1.0		0	0	False	False	0.9995110034942627	0					non-mobilizable	no_good_hit								True	True
ENG0016_000000011040	2040	0.835239822907378	1	1	1	1	0	True	131092	fragment	False	ENG0016_000000011040	0.9680296422642937		0	0	False	False	0.9789215922355652	0					non-mobilizable	no_good_hit								True	True
ITA0005_000000008968	2039	0.835239822907378	1	1	1	1	0	True	69974	fragment	False	ISR0336_000000006605	0.9784277054280869		0	0	False	False	0.9990191459655762	0					non-mobilizable	no_good_hit								True	True
SPA0127_000000014394	2038	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.522666227287999		0	0	False	False	1.0	0					non-mobilizable	other	2038.0	99.55799999999999	100.0	0.037302909883348286	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0009_000000017915	2034	0.835239822907378	2	1	1	1	0	True	74679	fragment	False	SPA0009_000000017915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0079_000000013659	2031	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.49963881693457124		0	0	False	False	0.9995076060295105	0					non-mobilizable	other	2031.0	99.508	100.0	0.03717472118959108	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0098_000000012512	2024	0.835239822907378	1	1	1	1	0	True	103624	fragment	False	ENG0098_000000012512	0.9581951187364074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	94.31200000000001	61.0	0.11935683364254793	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CAN0017_000000017416	2024	0.835239822907378	2	1	1	1	0	True	100232	fragment	False	ISR0837_000000006044	0.93378305602249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	3.0	0.00015100974282501476	NZ_OAOI01000001.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	True
ETH0003_000000019797	2023	0.835239822907378	2	1	1	1	0	True	53144	fragment	False	ETH0003_000000019797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1743.0	90.476	86.0	0.030730514301917557	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0815_000000015373	2021	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.30238731304573196		0	0	False	False	0.9990103840827942	0					non-mobilizable	other	2014.0	98.461	99.0	0.021878056732963808	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0342_000000007857	2018	0.835239822907378	1	1	1	1	0	True	127994	fragment	False	ISR0342_000000007857	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	759.0	87.87899999999999	43.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0047_000000014831	2017	0.835239822907378	2	1	1	1	0	True	55946	fragment	False	ISR0047_000000014831	1.0		0	0	False	False	0.9945463538169861	0					non-mobilizable	other	2017.0	100.0	100.0	0.0006085703366637668	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MAD0061_000000008560	2016	0.835239822907378	2	1	1	1	0	True	77772	fragment	False	MAD0061_000000008560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	86.986	7.0	7.765072809606841e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
SPA0149_000000019623	2016	0.835239822907378	1	1	1	1	0	True	100232	fragment	False	ISR0837_000000006044	0.9305062803406157		0	0	False	False	0.9995039701461792	0					non-mobilizable	no_good_hit								True	True
USA0121_01_000000022199	2015	0.835239822907378	1	1	1	1	0	True	110113	fragment	False	USA0121_01_000000022199	1.0		0	0	False	False	0.9781637787818909	0					non-mobilizable	no_good_hit								True	True
CHI0173_000000008409	2015	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.13452433220337334		0	0	False	False	0.9950371980667114	0					non-mobilizable	other	1996.0	98.647	99.0	0.004171571835721619	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0051_000000014451	2014	0.835239822907378	2	1	1	1	0	True	44922	fragment	False	MAD0051_000000014451	1.0		0	0	False	False	0.9915590882301331	0					non-mobilizable	no_good_hit								True	True
MON0006_000000010782	2013	0.835239822907378	2	1	1	1	0	True	98500	fragment	False	ISR0363_000000009673	0.934283104847135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	90.947	12.0	0.205607476635514	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0042_000000011563	2010	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.24788073694006316		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	98.361	100.0	0.019215302684490815	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0088_000000012045	2009	0.835239822907378	1	1	1	1	0	True	124880	fragment	False	ISR0088_000000012045	1.0		0	0	False	False	0.9776008129119873	0					non-mobilizable	no_good_hit								True	True
DEN0096_000000022306	2009	0.835239822907378	1	1	1	1	0	True	103624	fragment	False	ENG0098_000000012512	0.9580039525691699		0	0	False	False	0.9895470142364502	0					non-mobilizable	no_good_hit	1133.0	94.086	65.0	0.1398886827458256	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
SPA0141_000000011459	2008	0.835239822907378	1	1	1	1	0	True	3460	maximal	True	SPA0141_000000011459	1.0		2	1	False	False	0.9995020031929016	0					non-mobilizable	no_good_hit								True	True
ISR0149_000000008326	2007	0.835239822907378	1	1	1	1	0	True	102611	fragment	False	ISR0020_000000011362	0.9414412079286596		0	0	False	False	0.989038348197937	0					non-mobilizable	no_good_hit								True	True
FIJ0065_000000009129	2004	0.835239822907378	2	1	1	1	0	True	45425	fragment	False	FIJ0065_000000009129	1.0		0	0	False	False	0.9905189871788025	0					non-mobilizable	no_good_hit	644.0	88.509	32.0	0.5198059822150364	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
MON0005_000000026983	2003	0.835239822907378	1	1	1	1	0	True	100232	fragment	False	ISR0837_000000006044	0.7914808772204889		0	0	False	False	0.9925112128257751	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000012899	2002	0.835239822907378	2	1	1	1	0	True	35581	maximal	True	ISR0058_000000012899	1.0		0	0	False	False	0.9995005130767822	0					non-mobilizable	no_good_hit	332.0	86.446	16.0	0.00010594621528014105	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
MON0092_000000027718	2001	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.48174917011469404		0	0	False	False	1.0	0					non-mobilizable	other	2001.0	99.45	100.0	0.03662534107348875	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0014_000000012241	2000	0.835239822907378	1	1	1	1	0	True	131092	fragment	False	ENG0016_000000011040	0.965913654396436		0	0	False	False	0.9994999766349792	0					non-mobilizable	no_good_hit								True	True
ISR0199_000000015255	1999	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.33477433579249616	PS1136	0	0	False	True	0.9964982271194458	0					non-mobilizable	no_good_hit	80.0	98.75	5.0	0.0002543095816768337	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0030_000000017898	1998	0.835239822907378	2	1	1	1	0	True	48728	fragment	False	FIJ0030_000000017898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0194_000000013531	1997	0.835239822907378	3	1	1	1	0	True	54518	fragment	False	ENG0194_000000013531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	4.0	0.001382341473788679	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0061_000000022595	1994	0.835239822907378	3	1	1	1	0	True	96875	fragment	False	MON0061_000000022595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0016_000000024056	1991	0.835239822907378	2	1	1	1	0	True	92820	fragment	False	CAN0016_000000024056	0.9482476878412562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0008_000000006340	1990	0.835239822907378	3	1	1	1	0	True	38414	maximal	True	ISR0008_000000006340	1.0		2	1	False	False	0.9984924793243408	0					non-mobilizable	no_good_hit								True	True
CHI0064_000000009073	1987	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.29712110983298645		0	0	False	False	0.9924509525299072	0					non-mobilizable	other	1987.0	98.691	100.0	0.021584610368438215	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0384_000000008890	1987	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.4045757392467977		0	0	False	False	0.9879214763641357	0					non-mobilizable	other	1814.0	99.72399999999999	91.0	0.03320087168311755	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0037_000000036249	1987	0.835239822907378	2	1	1	1	0	True	53478	fragment	False	MON0037_000000036249	0.9811576201135379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	95.833	8.0	0.056285810583080555	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0014_000000012332	1986	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.1277213186297822		0	0	False	False	0.9627391695976257	0					non-mobilizable	other	1942.0	97.58	98.0	0.004052384068986716	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0008_000000006569	1986	0.835239822907378	2	1	1	1	0	True	19823	fragment	False	MAD0008_000000006569	1.0		0	0	False	False	0.9753273129463196	0					non-mobilizable	no_good_hit	1315.0	75.361	65.0	0.4351196494775868	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
TAN0001_000000006647	1984	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.8812956175393828		0	0	False	False	0.977318525314331	0					non-mobilizable	no_good_hit								True	True
ISR0392_000000017059	1984	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.6982305600128217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0151_000000009950	1983	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.466223881744683		0	0	False	False	1.0	0					non-mobilizable	other	1983.0	99.445	100.0	0.03629571300382735	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0794_000000010130	1981	0.835239822907378	3	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.8692003881422429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	99.02	5.0	0.9901960784313726	KU543771.1	bacteria	Uncultured bacterium clone TE_060101_060102_Contig_35 genomic sequence	True	True
MON0055_000000011574	1980	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.8761532846141672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0006_000000018752	1979	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.09052783936294054	PS1136	0	0	False	True	0.9691763520240784	0					non-mobilizable	no_good_hit								True	True
ENG0177_000000013637	1977	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.28276403236712494	PS1136	0	0	False	True	0.986848771572113	0					non-mobilizable	no_good_hit	97.0	90.72200000000001	5.0	0.0001577247785627122	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0005_000000015109	1975	0.835239822907378	2	1	1	1	0	True	53478	fragment	False	MON0037_000000036249	0.9583239570828327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	95.21	8.0	0.05594876980114594	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
CHI0155_000000006313	1975	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.1250905984144968		0	0	False	False	1.0	0					non-mobilizable	other	1975.0	98.684	100.0	0.004127660553240339	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0008_000000015415	1975	0.835239822907378	3	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.43128349170975405		0	0	False	False	1.0	0					non-mobilizable	other	1975.0	99.494	100.0	0.03614921163953339	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0029_000000016328	1973	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.19784379174029662		0	0	False	False	1.0	0					non-mobilizable	other	1951.0	98.206	99.0	0.00407747623040459	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0045_000000020736	1973	0.835239822907378	1	1	1	1	0	True	17853	maximal	True	MAD0045_000000020736	1.0		1	1	False	False	0.9989863038063049	0					non-mobilizable	no_good_hit								True	True
MAD0048_000000012101	1972	0.835239822907378	1	1	1	1	0	True	120836	fragment	False	MAD0048_000000012101	0.9385603882660059		0	0	False	False	0.993914783000946	0					non-mobilizable	no_good_hit	1211.0	81.99799999999999	76.0	0.0025113071552389297	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0103_000000009130	1972	0.835239822907378	1	1	1	1	0	True	60302	fragment	False	ENG0103_000000009130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	5.685994102960749e-07	LR812515.1	bony fishes	Danio aesculapii genome assembly, chromosome: 6	True	True
CHI0008_000000004901	1965	0.835239822907378	3	1	1	1	0	True	90516	fragment	False	CHI0009_000000004143	0.9951604966606604		0	0	False	False	1.0	0					non-mobilizable	other	1965.0	99.64399999999999	100.0	0.3873767258382643	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0009_000000004143	1965	0.835239822907378	3	1	1	1	0	True	90516	fragment	False	CHI0009_000000004143	0.995680992666899		0	0	False	False	1.0	0					non-mobilizable	other	1965.0	99.695	100.0	0.3873767258382643	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0083_000000013527	1964	0.835239822907378	3	1	1	1	0	True	34102	fragment	False	ISR0083_000000013527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	92.95200000000001	36.0	0.05772669220945083	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0005_000000015255	1960	0.835239822907378	2	1	1	1	0	True	19954	maximal	True	MAD0005_000000015255	1.0		1	1	False	False	0.9984694123268127	0					non-mobilizable	no_good_hit	143.0	87.413	7.0	8.201052853475484e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0057_000000011282	1958	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.475822606106605		0	0	False	False	1.0	0					non-mobilizable	other	1958.0	99.387	100.0	0.03581958356987199	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0077_000000010347	1957	0.835239822907378	2	1	1	1	0	True	98767	fragment	False	ENG0077_000000010347	0.9702558311612307		0	0	False	False	0.9902912378311157	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000016815	1957	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.30772477168014384		0	0	False	False	0.9969340562820435	0					non-mobilizable	other	1955.0	98.772	99.0	0.021225953700684707	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0180_000000011891	1956	0.835239822907378	3	1	1	1	0	True	90516	fragment	False	CHI0009_000000004143	0.9898848922570144		0	0	False	False	0.9959100484848022	0					non-mobilizable	other	1967.0	99.288	100.0	0.38777120315581853	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0101_000000014587	1955	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.08831480247960512		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	98.568	100.0	0.004085840284210549	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0099_000000017548	1954	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.13170693410140272		0	0	False	False	0.9994882345199585	0					non-mobilizable	other	1954.0	99.02799999999999	100.0	0.004083749270759059	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
BAN0014_000000001727	1952	0.835239822907378	2	1	1	1	0	True	98500	fragment	False	ISR0363_000000009673	0.8972413411817962		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	91.89200000000001	4.0	0.062022090059473234	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0032_000000014589	1952	0.835239822907378	2	1	1	1	0	True	53478	fragment	False	MON0037_000000036249	0.9753526727659048		0	0	False	False	0.9994876980781555	0					non-mobilizable	no_good_hit	130.0	95.385	7.0	0.043478260869565216	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ENG0007_000000013009	1951	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2970847471411453		0	0	False	False	1.0	0					non-mobilizable	other	1953.0	98.618	100.0	0.02121508531681339	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0059_000000009198	1950	0.835239822907378	3	1	1	1	0	True	45905	fragment	False	FIJ0059_000000009198	1.0		0	0	False	False	0.9897435903549194	0					non-mobilizable	other	1836.0	93.301	93.0	0.2653445280833816	NZ_SMUS01000073.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00073, whole genome shotgun sequence	False	True
ENG0096_000000016909	1948	0.835239822907378	2	1	1	1	0	True	102611	fragment	False	ISR0020_000000011362	0.5564076858813701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0080_000000016396	1948	0.835239822907378	3	1	1	1	0	True	62756	fragment	False	ISR0080_000000016396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0070_000000012924	1946	0.835239822907378	2	1	1	1	0	True	66612	fragment	False	ENG0070_000000012924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0819_000000013537	1946	0.835239822907378	2	1	1	1	0	True	43109	fragment	False	ISR0819_000000013537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0814_000000020875	1946	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.3084694335525061		0	0	False	False	0.9439876675605774	0					non-mobilizable	no_good_hit	104.0	88.462	5.0	0.03604240282685512	NR_103149.1	firmicutes	[Eubacterium] siraeum strain V10Sc8a 23S ribosomal RNA gene, complete sequence	True	True
SPA0158_000000010038	1943	0.835239822907378	1	1	1	1	0	True	69970	fragment	False	ISR0779_000000015808	0.946927374301676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0082_000000021111	1943	0.835239822907378	1	1	1	1	0	True	69234	maximal	True	DEN0082_000000021111	1.0		1	1	False	False	0.9994853138923645	0					non-mobilizable	no_good_hit								True	True
ENG0137_000000008354	1941	0.835239822907378	3	1	1	1	0	True	98764	fragment	False	CHI0157_000000005541	0.9552848325097912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0363_000000009673	1941	0.835239822907378	1	1	1	1	0	True	98500	fragment	False	ISR0363_000000009673	0.9369127979595223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	93.956	9.0	0.15378079864061173	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ENG0167_000000012807	1938	0.835239822907378	1	1	1	1	0	True	107417	backbone	False	SPA0153_000000009383	0.82315154563178	PS659	0	0	True	True	1.0	698					non-mobilizable	plasmid	1269.0	98.109	93.0	0.6677215189873418	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	False	True
ISR0043_000000011397	1937	0.835239822907378	3	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7912513702973638	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1937.0	100.0	100.0	0.1788948438366291	AB775653.1	other sequences	Escherichia coli-Bacteroides shuttle vector pVAL-1 DNA, complete sequence	False	True
ISR0304_000000004930	1937	0.835239822907378	1	1	1	1	0	True	122805	maximal	True	ISR0304_000000004930	1.0		0	0	False	False	0.9808983206748962	0					non-mobilizable	no_good_hit	1689.0	99.053	87.0	0.01834583197478535	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0009_000000019383	1936	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.14305853806220234		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	98.65700000000001	100.0	0.004046111028632247	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0035_000000008370	1935	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.44338446725294517		0	0	False	False	1.0	0					non-mobilizable	other	1935.0	99.38	100.0	0.03541670481806362	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0157_000000005541	1934	0.835239822907378	2	1	1	1	0	True	98764	fragment	False	CHI0157_000000005541	0.9812832230197559		0	0	False	False	0.9994829297065735	0					non-mobilizable	no_good_hit	89.0	100.0	5.0	0.00246878945153598	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
MON0031_000000016776	1934	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.40160571692427594		0	0	False	False	1.0	0					non-mobilizable	other	1845.0	99.512	95.0	0.03376856446975662	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0208_000000015880	1932	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2788442117264888		0	0	False	False	0.9974120259284973	0					non-mobilizable	other	1913.0	98.85	99.0	0.020780349961960657	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0068_000000021944	1932	0.835239822907378	2	1	1	1	0	True	117971	fragment	False	MON0068_000000021944	1.0		0	0	False	False	0.9932712316513062	0					non-mobilizable	no_good_hit	1566.0	87.676	84.0	0.0032724360515811197	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0040_000000012102	1927	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.288756164183608		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	98.495	100.0	0.020932507336159114	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0363_000000009741	1927	0.835239822907378	3	1	1	1	0	True	23703	fragment	False	ISR0363_000000009741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	90.741	20.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
SPA0027_000000019434	1927	0.835239822907378	4	1	1	1	0	True	61696	fragment	False	SPA0027_000000019434	1.0		0	0	False	False	0.9984431862831116	0					non-mobilizable	other	1928.0	96.162	99.0	0.021960658590762325	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
MON0065_000000013414	1926	0.835239822907378	1	1	1	1	0	True	100232	fragment	False	ISR0837_000000006044	0.912330349675517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0011_000000007204	1926	0.835239822907378	2	1	1	1	0	True	19717	fragment	False	MAD0011_000000007204	1.0		0	0	False	False	0.9833852648735046	0					non-mobilizable	no_good_hit								True	True
SPA0139_000000014539	1925	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.42578233985193514		0	0	False	False	1.0	0					non-mobilizable	other	1925.0	99.68799999999999	100.0	0.03523357811269617	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0130_000000010698	1925	0.835239822907378	1	1	1	1	0	True	51257	fragment	False	FIJ0014_000000010932	0.37150407604753566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	82.149	89.0	0.3797424295161852	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
TAN0027_000000005389	1925	0.835239822907378	3	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.16044961607583927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	100.0	5.0	0.8823529411764706	KU543771.1	bacteria	Uncultured bacterium clone TE_060101_060102_Contig_35 genomic sequence	True	True
FIJ0125_000000010069	1925	0.835239822907378	1	1	1	1	0	True	46529	fragment	False	FIJ0125_000000010069	1.0		0	0	False	False	0.9994805455207825	0					non-mobilizable	plasmid	1950.0	81.128	100.0	0.6467812605325244	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0077_000000017978	1925	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2954298009961803		0	0	False	False	0.9890909194946289	0					non-mobilizable	other	1925.0	98.59700000000001	100.0	0.020910770568416476	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0021_000000025012	1924	0.835239822907378	2	1	1	1	0	True	100228	fragment	False	FIJ0021_000000025012	0.9944678609062171		0	0	False	False	0.9994802474975586	0					non-mobilizable	no_good_hit								True	True
ENG0206_000000013254	1923	0.835239822907378	3	1	1	1	0	True	66611	fragment	False	ENG0206_000000013254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0069_000000011687	1922	0.835239822907378	2	1	1	1	0	True	53478	fragment	False	MON0037_000000036249	0.9716219142657335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	99.0	5.0	0.9607843137254902	KU543771.1	bacteria	Uncultured bacterium clone TE_060101_060102_Contig_35 genomic sequence	True	True
SPA0116_000000021135	1921	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.1137200858433085		0	0	False	False	0.9989588856697083	0					non-mobilizable	other	1355.0	99.11399999999999	95.0	0.014715791761765025	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0038_000000018229	1919	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.9196533853953553		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	100.0	5.0	0.9705882352941176	KU543771.1	bacteria	Uncultured bacterium clone TE_060101_060102_Contig_35 genomic sequence	True	True
ISR0164_000000014242	1917	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2736855072502761		0	0	False	False	0.9989566802978516	0					non-mobilizable	other	1919.0	98.385	100.0	0.020845560265188568	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0037_000000037824	1917	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.9204083114202372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	5.0	0.9607843137254902	KU543771.1	bacteria	Uncultured bacterium clone TE_060101_060102_Contig_35 genomic sequence	True	True
ISR0054_000000013236	1916	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2956983573165683		0	0	False	False	1.0	0					non-mobilizable	other	1913.0	98.955	99.0	0.020780349961960657	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0144_000000016456	1916	0.835239822907378	1	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.9870361147656973		0	0	False	False	1.0	0					non-mobilizable	plasmid	1914.0	98.851	99.0	0.6444219750589821	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0229_000000008435	1915	0.835239822907378	1	1	1	1	0	True	69974	fragment	False	ISR0336_000000006605	0.6452509400032697		0	0	False	False	0.9989556074142456	0					non-mobilizable	no_good_hit								True	True
MON0076_000000024978	1915	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.13086409898887724		0	0	False	False	1.0	0					non-mobilizable	other	1915.0	98.79899999999999	100.0	0.004002199746150967	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0854_000000004528	1914	0.835239822907378	3	1	1	1	0	True	90516	fragment	False	CHI0009_000000004143	0.9801929258656923		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	99.84299999999999	100.0	0.3773175542406312	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0145_01_000000012515	1914	0.835239822907378	3	1	1	1	0	True	33816	fragment	False	USA0145_01_000000012515	0.9952631578947368		0	0	False	False	0.9994775056838989	0					non-mobilizable	no_good_hit	338.0	98.81700000000001	38.0	0.04168212739641311	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MON0042_000000013814	1914	0.835239822907378	2	1	1	1	0	True	13014	fragment	False	MON0042_000000013814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	97.959	5.0	0.05317982456140351	NZ_VZBY01000005.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_70_length_1824_cov_77.9746_ID_139, whole genome shotgun sequence	True	True
FIJ0026_000000016977	1913	0.835239822907378	1	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.9838806056799094		0	0	False	False	1.0	0					non-mobilizable	plasmid	1911.0	98.796	99.0	0.6434108527131783	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0024_000000026506	1913	0.835239822907378	2	1	1	1	0	True	92820	fragment	False	CAN0016_000000024056	0.7127393987982726		0	0	False	False	0.9952953457832336	0					non-mobilizable	no_good_hit								True	True
ISR0264_000000005622	1912	0.835239822907378	1	1	1	1	0	True	26622	fragment	False	ISR0264_000000005622	1.0		0	0	False	False	0.9843096137046814	0					non-mobilizable	no_good_hit								True	True
CHI0070_000000006187	1911	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.1308121893991864		0	0	False	False	0.9994767308235168	0					non-mobilizable	other	1911.0	98.639	100.0	0.003993835692345009	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0080_000000012920	1910	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.92041172230338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	100.0	5.0	0.03404111897539602	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0103_000000011416	1910	0.835239822907378	2	1	1	1	0	True	53478	fragment	False	MON0037_000000036249	0.9690617657029316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	98.913	5.0	0.8823529411764706	KU543771.1	bacteria	Uncultured bacterium clone TE_060101_060102_Contig_35 genomic sequence	True	True
MON0059_000000020574	1910	0.835239822907378	2	1	1	1	0	True	44919	fragment	False	MON0059_000000020574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0115_000000010644	1909	0.835239822907378	3	1	1	1	0	True	90516	fragment	False	CHI0009_000000004143	0.976613868063733		0	0	False	False	1.0	0					non-mobilizable	other	1909.0	99.686	100.0	0.3763313609467456	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0009_000000019198	1909	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.13978772081833746	PS1136	0	0	False	True	0.9942378401756287	0					non-mobilizable	no_good_hit	91.0	87.912	5.0	0.0001477632136008567	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0103_000000028397	1909	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.1185701750556709	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0106_000000011341	1907	0.835239822907378	1	1	1	1	0	True	120835	fragment	False	MAD0106_000000011341	1.0		0	0	False	False	0.9994755983352661	0					non-mobilizable	no_good_hit	1214.0	81.878	74.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0005_01_000000017006	1906	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.12027140524336437	PS1136	0	0	False	True	0.9926548004150391	0					non-mobilizable	no_good_hit	88.0	89.773	5.0	0.00014278243111992894	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0027_000000009135	1902	0.835239822907378	2	1	1	1	0	True	53478	fragment	False	MON0037_000000036249	0.9658939342176408		0	0	False	False	0.9984227418899536	0					non-mobilizable	no_good_hit	100.0	96.0	5.0	0.033367037411526794	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
CHI0133_000000010011	1902	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.12931891441930668		0	0	False	False	1.0	0					non-mobilizable	other	1903.0	98.00299999999999	100.0	0.020649929355504835	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0034_000000014834	1902	0.835239822907378	3	1	1	1	0	True	92820	fragment	False	CAN0016_000000024056	0.9305774943835777		0	0	False	False	0.9826498627662659	0					non-mobilizable	no_good_hit								True	True
USA0039_01_000000011773	1900	0.835239822907378	1	1	1	1	0	True	58674	fragment	False	USA0039_01_000000011773	1.0		0	0	False	False	0.9978947639465332	0					non-mobilizable	no_good_hit								True	True
ISR0267_000000009130	1899	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.12972436797901948		0	0	False	False	0.9957872629165649	0					non-mobilizable	other	1900.0	97.84200000000001	99.0	0.0206281925877622	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0099_000000003078	1898	0.835239822907378	2	1	1	1	0	True	83358	fragment	False	CHI0099_000000003078	1.0		0	0	False	False	0.9973656535148621	0					non-mobilizable	no_good_hit	127.0	100.0	7.0	0.0008912719015922643	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	True
ISR0364_000000009121	1898	0.835239822907378	1	1	1	1	0	True	69972	fragment	False	ISR0364_000000009121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0848_000000009279	1898	0.835239822907378	2	1	1	1	0	True	100228	fragment	False	FIJ0021_000000025012	0.9877858627858629		0	0	False	False	0.9984194040298462	0					non-mobilizable	no_good_hit								True	True
AUS0022_000000018046	1897	0.835239822907378	1	1	1	1	0	True	103622	fragment	False	ENG0164_000000009465	0.9506704980842913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	94.133	73.0	0.1388991960420532	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MAD0066_000000015348	1896	0.835239822907378	3	1	1	1	0	True	16567	fragment	False	MAD0066_000000015348	1.0		0	0	False	False	0.9831223487854004	0					non-mobilizable	no_good_hit								True	True
CHI0127_000000009741	1894	0.835239822907378	2	1	1	1	0	True	81372	fragment	False	CHI0127_000000009741	1.0		0	0	False	False	0.9910243153572083	0					non-mobilizable	no_good_hit	646.0	86.068	51.0	0.12403400309119011	HG796296.1	bacteria	Uncultured bacterium plasmid pRGI00277	True	True
ISR0210_000000010102	1892	0.835239822907378	2	1	1	1	0	True	32465	fragment	False	ISR0210_000000010102	1.0		0	0	False	False	0.9978858232498169	0					non-mobilizable	no_good_hit								True	True
ISR0097_000000015848	1890	0.835239822907378	1	1	1	1	0	True	102611	fragment	False	ISR0020_000000011362	0.9238750577086579		0	0	False	False	0.9957671761512756	0					non-mobilizable	no_good_hit								True	True
SPA0021_000000017332	1889	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.12027573300430117	PS1136	0	0	False	True	0.999470591545105	0					non-mobilizable	no_good_hit	78.0	89.744	4.0	0.00012617982285016976	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0134_000000008174	1887	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.23104208375283453		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	92.35700000000001	99.0	0.020302141071622648	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0086_01_000000009148	1886	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.11893885781962331	PS1136	0	0	False	True	0.9984093308448792	0					non-mobilizable	no_good_hit	96.0	94.792	6.0	0.003938150312979314	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0028_000000010189	1886	0.835239822907378	2	1	1	1	0	True	37196	fragment	False	ISR0028_000000010189	0.9991258741258742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	94.444	13.0	0.028232189973614777	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
SPA0130_000000017495	1886	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.18380599553153212		0	0	False	False	0.9957582354545593	0					non-mobilizable	other	1876.0	97.868	99.0	0.020378219758721876	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0114_000000014833	1885	0.835239822907378	2	1	1	1	0	True	72226	fragment	False	ISR0114_000000014833	1.0		0	0	False	False	0.990450918674469	0					non-mobilizable	no_good_hit	495.0	86.061	26.0	0.0010329606450358295	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0106_000000010548	1885	0.835239822907378	1	1	1	1	0	True	107416	maximal	True	AST0106_000000010548	1.0		2	2	False	False	0.9946949481964111	0					non-mobilizable	no_good_hit								True	True
DEN0096_000000023809	1884	0.835239822907378	2	1	1	1	0	True	100229	fragment	False	DEN0096_000000023809	1.0		0	0	False	False	0.987261176109314	0					non-mobilizable	no_good_hit								True	True
AST0058_000000007716	1883	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9304536536996727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	100.0	4.0	0.002090774457705375	MK411242.1	bacteria	Uncultured bacterium clone BVR_06I15, partial sequence	True	True
FIJ0146_000000010181	1883	0.835239822907378	1	1	1	1	0	True	72082	fragment	False	FIJ0146_000000010181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000018186	1882	0.835239822907378	2	1	1	1	0	True	29820	maximal	True	ISR0176_000000018186	1.0		30	8	False	False	0.9909670352935791	0					non-mobilizable	other	1691.0	84.38799999999999	95.0	0.0035254486792113534	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
TAN0002_000000021271	1882	0.835239822907378	2	1	1	1	0	True	44918	fragment	False	TAN0002_000000021271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	3.0	1.7863219280094694e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0085_000000013261	1879	0.835239822907378	1	1	1	1	0	True	33979	fragment	False	ISR0085_000000013261	1.0		0	0	False	False	0.993613600730896	0					non-mobilizable	no_good_hit								True	True
MAD0096_000000009885	1878	0.835239822907378	1	1	1	1	0	True	120836	fragment	False	MAD0048_000000012101	0.9200077051010362		0	0	False	False	0.99148029088974	0					non-mobilizable	no_good_hit	1104.0	83.06200000000001	74.0	0.002289659729381039	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0109_000000019068	1878	0.835239822907378	3	1	1	1	0	True	98500	fragment	False	ISR0363_000000009673	0.9063905082311738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	92.553	5.0	0.0790144435004248	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
CHI0173_000000009065	1874	0.835239822907378	2	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9221579860809922		0	0	False	False	0.9989327788352966	0					non-mobilizable	no_good_hit	84.0	96.429	5.0	0.0009020758613194218	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0204_000000014142	1873	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.16030278164446013		0	0	False	False	1.0	0					non-mobilizable	other	1873.0	98.55799999999999	99.0	0.003914377181188406	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0109_000000017328	1872	0.835239822907378	3	1	1	1	0	True	100194	fragment	False	SPA0109_000000017328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0057_000000013967	1871	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.6947142329196847		0	0	False	False	0.9989310503005981	0					non-mobilizable	no_good_hit								True	True
ENG0125_000000014086	1870	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2725609713440852		0	0	False	False	0.9989304542541504	0					non-mobilizable	other	1870.0	98.824	100.0	0.02031300945549397	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0094_000000020134	1870	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.41674409144521524		0	0	False	False	0.9930481314659119	0					non-mobilizable	other	1822.0	99.286	97.0	0.033347373047411505	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0037_000000038957	1869	0.835239822907378	3	1	1	1	0	True	61697	fragment	False	MON0037_000000038957	1.0		0	0	False	False	0.9989299178123474	0					non-mobilizable	other	1869.0	100.0	100.0	0.0005638935460753553	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MAD0048_000000012791	1868	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9155018298811426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	6.0	0.0027514178224493234	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0343_000000009674	1868	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.13831808192458492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0061_000000014225	1865	0.835239822907378	1	1	1	1	0	True	45805	fragment	False	FIJ0061_000000014225	1.0		0	0	False	False	0.9908847212791443	0					non-mobilizable	plasmid	1888.0	79.979	99.0	0.6208291203235592	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0039_000000007720	1864	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9182755770883307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	97.802	5.0	0.00097815454841865	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0353_000000019896	1861	0.835239822907378	2	1	1	1	0	True	127993	backbone	True	ISR0353_000000019896	1.0	PS1023	2	2	True	True	1.0	286					non-mobilizable	no_good_hit	484.0	94.008	44.0	0.07870672762900065	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0839_000000010821	1858	0.835239822907378	2	1	1	1	0	True	20839	maximal	True	ISR0839_000000010821	1.0		1	1	False	False	0.9994617700576782	0					non-mobilizable	no_good_hit	97.0	84.536	5.0	0.0234718826405868	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ENG0151_000000012699	1858	0.835239822907378	2	1	1	1	0	True	98771	fragment	False	ISR0210_000000010250	0.7541663157730397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0080_000000013248	1856	0.835239822907378	1	1	1	1	0	True	51257	fragment	False	FIJ0014_000000010932	0.1890909090909091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	80.854	73.0	0.2180653859116953	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MAD0040_000000017802	1855	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9191694976741906		0	0	False	False	0.9919137358665466	0					non-mobilizable	no_good_hit	91.0	97.802	5.0	0.00097815454841865	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0352_000000005076	1854	0.835239822907378	2	1	1	1	0	True	41001	fragment	False	ISR0352_000000005076	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	95.87100000000001	99.0	0.0264877553609948	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
SPA0127_000000015854	1854	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.11832161879053901	PS1136	0	0	False	True	0.9994606375694275	0					non-mobilizable	no_good_hit	70.0	94.286	4.0	0.0028188865398167725	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0362_000000011403	1853	0.835239822907378	1	1	1	1	0	True	102253	fragment	False	ISR0362_000000011403	0.9908930669800236		0	0	False	False	0.9994603395462036	0					non-mobilizable	no_good_hit								True	True
SPA0092_000000024144	1853	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9161922545389741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	96.875	4.0	0.0017687686001459937	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
SPA0013_000000015257	1852	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.6167638025906925		0	0	False	False	0.997840166091919	0					non-mobilizable	no_good_hit	67.0	95.522	4.0	2.0532488307370107e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0015_000000005385	1851	0.835239822907378	1	1	1	1	0	True	89803	fragment	False	CHI0015_000000005385	1.0		0	0	False	False	0.9962182641029358	0					non-mobilizable	no_good_hit								True	True
CHI0152_000000005890	1850	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.1802607995757192		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	98.56299999999999	95.0	0.017389414194109335	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0062_000000011026	1850	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2214666302929061		0	0	False	False	1.0	0					non-mobilizable	other	1851.0	99.13600000000001	100.0	0.020106510161938918	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0821_000000016772	1847	0.835239822907378	2	1	1	1	0	True	112580	fragment	False	ISR0821_000000016772	1.0		0	0	False	False	0.9902544617652893	0					non-mobilizable	no_good_hit								True	True
SPA0138_000000014419	1844	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.1134128151167559		0	0	False	False	0.9983730912208557	0					non-mobilizable	other	1764.0	97.846	96.0	0.0036822746880730683	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0262_000000009000	1843	0.835239822907378	2	1	1	1	0	True	98764	fragment	False	CHI0157_000000005541	0.9670298104300559		0	0	False	False	0.9934888482093811	0					non-mobilizable	no_good_hit	69.0	100.0	4.0	0.0019077009398232572	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
DEN0066_000000019527	1843	0.835239822907378	1	1	1	1	0	True	100232	fragment	False	ISR0837_000000006044	0.26717104287197746		0	0	False	False	0.9967444539070129	0					non-mobilizable	no_good_hit								True	True
MON0103_000000029669	1842	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.08745670116597663		0	0	False	False	0.9978284239768982	0					non-mobilizable	other	1842.0	98.64299999999999	100.0	0.003849555764192231	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0232_000000015307	1841	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.7843330388987414		0	0	False	False	0.9929386377334595	0					non-mobilizable	no_good_hit								True	True
ISR0806_000000006467	1841	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.1610078890214856		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	97.993	100.0	0.02003043147483969	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0109_000000017690	1840	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.8799527391806967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	99.02	6.0	0.03404111897539602	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0840_000000008998	1839	0.835239822907378	2	1	1	1	0	True	54248	fragment	False	ISR0840_000000008998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0134_000000017421	1838	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.4234092700654298		0	0	False	False	1.0	0					non-mobilizable	other	1838.0	99.456	100.0	0.03364037577599941	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0374_000000008711	1836	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.11543153651893252		0	0	False	False	0.9994553327560425	0					non-mobilizable	other	1836.0	98.529	100.0	0.019943484403869144	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0057_01_000000017395	1836	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9157752605229145		0	0	False	False	0.998910665512085	0					non-mobilizable	no_good_hit	70.0	88.571	4.0	2.2551807729345995e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0848_000000009624	1833	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.14304528246959228		0	0	False	False	0.9989088773727417	0					non-mobilizable	other	1836.0	98.20299999999999	100.0	0.019943484403869144	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0066_000000018693	1833	0.835239822907378	2	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9185339954251341		0	0	False	False	0.9950900077819824	0					non-mobilizable	no_good_hit	60.0	96.667	4.0	0.0001899274091004201	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0095_000000019641	1831	0.835239822907378	1	1	1	1	0	True	15583	maximal	True	MAD0095_000000019641	1.0		1	1	False	False	0.9961769580841064	0					non-mobilizable	no_good_hit								True	True
ISR0094_000000010160	1830	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.41095053460569697		0	0	False	False	0.9934425950050354	0					non-mobilizable	other	1822.0	99.726	99.0	0.033347373047411505	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0066_000000016177	1829	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.06450676399348905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0076_000000014120	1828	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.4171827636671269		0	0	False	False	0.995076596736908	0					non-mobilizable	other	1828.0	99.508	100.0	0.03345724907063197	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0006_000000012072	1828	0.835239822907378	2	1	1	1	0	True	44921	maximal	True	MON0006_000000012072	1.0		0	0	False	False	0.9518599510192871	0					non-mobilizable	no_good_hit	203.0	97.044	11.0	0.014005408028842821	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
MON0068_000000023157	1826	0.835239822907378	2	1	1	1	0	True	98771	fragment	False	ISR0210_000000010250	0.5735311506013557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	100.0	5.0	1.575365888333455e-05	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	True
USA0030_01_000000009126	1825	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.11602052014204586	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	4.0	0.00012451956202319384	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0041_000000019341	1825	0.835239822907378	1	1	1	1	0	True	112663	fragment	False	MAD0041_000000019341	0.9654886802871342		0	0	False	False	0.9764383435249329	0					non-mobilizable	no_good_hit								True	True
FIJ0065_000000010225	1824	0.835239822907378	2	1	1	1	0	True	45421	fragment	False	FIJ0065_000000010225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	95.57799999999999	87.0	0.23963355834136935	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	True	True
MON0070_000000018595	1824	0.835239822907378	1	1	1	1	0	True	10450	fragment	False	MON0070_000000018595	1.0		0	0	False	False	0.9797149300575256	0					non-mobilizable	no_good_hit								True	True
ENG0100_000000016795	1824	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.2504115734190837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0172_000000008785	1823	0.835239822907378	1	1	1	1	0	True	29934	fragment	False	ISR0172_000000008785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0170_000000008837	1822	0.835239822907378	2	1	1	1	0	True	45421	fragment	False	FIJ0065_000000010225	0.9994517543859649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	95.569	87.0	0.2391513982642237	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	True	True
ISR0324_000000016812	1821	0.835239822907378	1	1	1	1	0	True	98767	fragment	False	ENG0077_000000010347	0.6430046948356808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0241_000000008356	1819	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.06581970321312156		0	0	False	False	0.9934029579162598	0					non-mobilizable	other	1819.0	98.406	100.0	0.003801462454807972	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0048_000000022203	1818	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.10197263137351462		0	0	False	False	0.9939494132995605	0					non-mobilizable	other	1810.0	99.006	99.0	0.003782643333744566	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0117_000000011157	1817	0.835239822907378	3	1	1	1	0	True	131093	maximal	True	FIJ0117_000000011157	1.0		0	0	False	False	0.9994496703147888	0					non-mobilizable	no_good_hit	260.0	95.385	14.0	0.00126590321461214	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	True
SPA0097_000000018124	1816	0.835239822907378	1	1	1	1	0	True	119241	fragment	False	SPA0097_000000018124	0.9976480793957186		0	0	False	False	0.9966960549354553	0					non-mobilizable	no_good_hit	532.0	89.286	38.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0152_000000013404	1816	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.3345482140978529		0	0	False	False	0.9818282127380371	0					non-mobilizable	no_good_hit								True	True
MAD0024_000000008008	1815	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.3475486736917336		0	0	False	False	0.9774104952812195	0					non-mobilizable	no_good_hit								True	True
USA0080_01_000000023476	1814	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9090074381588158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	95.652	3.0	0.00013842167103928922	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0036_000000013766	1814	0.835239822907378	2	1	1	1	0	True	7097	fragment	False	SPA0036_000000013766	1.0		0	0	False	False	0.9889746308326721	0					non-mobilizable	no_good_hit								True	True
FIJ0107_000000014316	1813	0.835239822907378	1	1	1	1	0	True	49324	fragment	False	FIJ0070_000000009928	0.9632089933571794		0	0	False	False	1.0	0					non-mobilizable	plasmid	1839.0	83.03399999999999	99.0	0.6103808560835862	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0081_000000013079	1813	0.835239822907378	2	1	1	1	0	True	121103	fragment	False	ISR0081_000000013079	1.0		0	0	False	False	0.9917263984680176	0					non-mobilizable	plasmid	1310.0	99.695	99.0	0.1619047619047619	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	False	True
FIJ0101_000000015381	1813	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.7676674856857958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	95.14200000000001	14.0	0.08257499157398045	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MON0103_000000030217	1812	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.29976751357750697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0063_000000007420	1811	0.835239822907378	1	1	1	1	0	True	112663	fragment	False	MAD0041_000000019341	0.9619178082191782		0	0	False	False	0.9917172789573669	0					non-mobilizable	no_good_hit								True	True
ISR0344_000000018886	1811	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.10129937523016215		0	0	False	False	0.9895085692405701	0					non-mobilizable	other	1771.0	98.645	98.0	0.0037010938091364743	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0077_000000024033	1809	0.835239822907378	1	1	1	1	0	True	42449	fragment	False	MON0077_000000024033	0.9997030878859858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	100.0	6.0	0.05178663904712584	NZ_CYYU01000040.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0040_000000004563	1807	0.835239822907378	1	1	1	1	0	True	73192	fragment	False	DEN0040_000000004563	1.0		0	0	False	False	0.9994465708732605	0					non-mobilizable	no_good_hit								True	True
ISR0366_000000010874	1806	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.2588126870319204		0	0	False	False	0.9900332093238831	0					non-mobilizable	other	1628.0	99.14	99.0	0.029794714963283096	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0112_000000015182	1806	0.835239822907378	1	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.9685428062376306		0	0	False	False	0.9922480583190918	0					non-mobilizable	plasmid	1807.0	98.949	100.0	0.6086956521739131	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0215_000000016256	1806	0.835239822907378	1	1	1	1	0	True	28163	maximal	True	ISR0215_000000016256	1.0		1	1	False	False	0.9878183603286743	0					non-mobilizable	no_good_hit	160.0	76.875	9.0	5.824500118687927e-05	CP016954.1	high GC Gram+	Cutibacterium avidum strain DPC 6544, complete genome	True	True
MON0025_000000022453	1804	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.05499213364406495		0	0	False	False	0.9650775790214539	0					non-mobilizable	other	1694.0	98.93700000000001	94.0	0.00354008577337178	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0019_000000004728	1802	0.835239822907378	1	1	1	1	0	True	98500	fragment	False	ISR0363_000000009673	0.37867078825347755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	91.845	13.0	0.19456244689889549	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0154_000000021666	1802	0.835239822907378	3	1	1	1	0	True	62752	fragment	False	FIJ0154_000000021666	0.9537048029935863		0	0	False	False	0.98834627866745	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000019539	1799	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9077896787421011		0	0	False	False	0.9955530762672424	0					non-mobilizable	no_good_hit								True	True
FIJ0162_000000012505	1797	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.02423279581648336		0	0	False	False	0.9905397891998291	0					non-mobilizable	other	1213.0	92.49799999999999	95.0	0.013161612868166504	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0025_000000020862	1797	0.835239822907378	2	1	1	1	0	True	120233	fragment	False	AST0025_000000020862	1.0		0	0	False	False	0.9833055138587952	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.3853677458681407e-05	NC_009718.1	thermotogales	Fervidobacterium nodosum Rt17-B1, complete sequence	True	True
DEN0051_000000026083	1796	0.835239822907378	3	1	1	1	0	True	77402	fragment	False	DEN0051_000000026083	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1803.0	94.398	100.0	0.05788982259570495	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0116_000000013356	1794	0.835239822907378	2	1	1	1	0	True	102378	fragment	False	USA0089_01_000000004155	0.9923714638663916		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	99.721	100.0	0.35384615384615387	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0106_000000023583	1794	0.835239822907378	1	1	1	1	0	True	100208	fragment	False	MON0106_000000023583	1.0		0	0	False	False	0.9576365947723389	0					non-mobilizable	no_good_hit	92.0	98.913	5.0	2.5446637422607966e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MAD0048_000000013317	1792	0.835239822907378	2	1	1	1	0	True	17543	fragment	False	MAD0048_000000013317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	75.205	40.0	0.25060911938739994	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0042_000000013261	1792	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.8996117607213485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	89.256	7.0	3.971810913526608e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0038_000000018485	1792	0.835239822907378	1	1	1	1	0	True	100206	maximal	True	MON0038_000000018485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0047_000000022107	1790	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.7778976354541083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0223_000000017235	1789	0.835239822907378	1	1	1	1	0	True	119241	fragment	False	SPA0097_000000018124	0.995748191764411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.286	39.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0126_000000027634	1789	0.835239822907378	1	1	1	1	0	True	119241	fragment	False	SPA0097_000000018124	0.9961385581326282		0	0	False	False	0.9972051382064819	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	39.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MON0032_000000016318	1788	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.389798458085522		0	0	False	False	1.0	0					non-mobilizable	other	1788.0	99.49700000000001	100.0	0.03272474224916219	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0117_000000008193	1788	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.06932617271999572	PS1136	0	0	False	True	0.9904921650886536	0					non-mobilizable	no_good_hit	83.0	98.795	5.0	0.0033992455333084607	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0045_000000022986	1788	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.11335262781331185		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	99.05	95.0	0.014857080752092165	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0027_01_000000015218	1788	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.12372852963464286		0	0	False	False	0.9994407296180725	0					non-mobilizable	other	1787.0	97.929	99.0	0.0037324590109088173	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0023_000000015617	1780	0.835239822907378	1	1	1	1	0	True	7617	fragment	False	SPA0023_000000015617	1.0		0	0	False	False	0.9865168333053589	0					non-mobilizable	no_good_hit								True	True
MON0093_000000025319	1779	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.38319709098668403		0	0	False	False	0.9977515339851379	0					non-mobilizable	other	1779.0	99.663	100.0	0.0325599282143315	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0186_000000008507	1778	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.17216384316632757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0153_000000010483	1777	0.835239822907378	3	1	1	1	0	True	3223	fragment	False	SPA0153_000000010483	1.0		0	0	False	False	0.9921215772628784	0	rep_cluster_1404				non-mobilizable	no_good_hit	786.0	89.059	44.0	0.06915604669815524	JX275965.1	firmicutes	Streptococcus infantis plasmid pSI01, complete sequence	True	True
ISR0083_000000015144	1776	0.835239822907378	1	1	1	1	0	True	119241	fragment	False	SPA0097_000000018124	0.9925260042398989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.662	39.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0112_000000020445	1776	0.835239822907378	3	1	1	1	0	True	32629	maximal	True	ISR0112_000000020445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	74.251	9.0	0.00037189224707334493	NZ_MAYN01000007.1	enterobacteria	Pantoea eucrina strain Russ contig7, whole genome shotgun sequence	True	True
ENG0078_000000014635	1775	0.835239822907378	1	1	1	1	0	True	98767	fragment	False	ENG0077_000000010347	0.9342793920657865		0	0	False	False	0.9926760792732239	0					non-mobilizable	no_good_hit								True	True
USA0063_01_000000011599	1773	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9074022077087728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	5.0	0.0008803390935767852	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0146_000000004264	1770	0.835239822907378	2	1	1	1	0	True	79713	maximal	True	CHI0146_000000004264	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	80.468	75.0	0.21293272370999347	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0164_000000015587	1770	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.07631212869412504	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AST0061_000000023709	1769	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9975665687728332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	94.273	86.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0137_000000014098	1766	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.20910777002243505		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	98.81	99.0	0.019171829149005542	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0850_000000008585	1765	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.08243823912601919	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	101.0	91.089	6.0	0.00016436582187061586	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0080_01_000000024085	1764	0.835239822907378	2	1	1	1	0	True	603	maximal	True	USA0080_01_000000024085	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0067_000000017801	1763	0.835239822907378	2	1	1	1	0	True	45195	fragment	False	FIJ0067_000000017801	1.0		0	0	False	False	0.9841179847717285	0					non-mobilizable	no_good_hit								True	True
FIJ0093_000000010819	1761	0.835239822907378	1	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.9573636358238723		0	0	False	False	1.0	0					non-mobilizable	plasmid	1756.0	99.431	99.0	0.5915065722952477	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ENG0130_000000016675	1759	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.04307119674801052		0	0	False	False	0.998294472694397	0					non-mobilizable	other	1760.0	97.5	99.0	0.019095750461906313	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ETH0001_000000018782	1757	0.835239822907378	2	1	1	1	0	True	53499	fragment	False	ETH0001_000000018782	1.0		0	0	False	False	0.9937393069267273	0					non-mobilizable	no_good_hit								True	True
SPA0154_000000004976	1757	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.1398319803460654		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	98.40700000000001	100.0	0.00367391063426711	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0088_000000014454	1757	0.835239822907378	1	1	1	1	0	True	23691	fragment	False	MAD0088_000000014454	1.0		0	0	False	False	0.9994308352470398	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.226938330031612e-07	CP032251.1	eudicots	Gossypioides kirkii chromosome KI_09	True	True
AUS0024_000000018403	1757	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.2983487888730398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0010_000000016997	1756	0.835239822907378	1	1	1	1	0	True	126103	fragment	False	AST0010_000000016997	1.0		0	0	False	False	0.9891799688339233	0					non-mobilizable	other	1741.0	87.421	99.0	0.0036383634055917884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0119_01_000000014036	1754	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.13917497109187824		0	0	False	False	0.9942987561225891	0					non-mobilizable	other	1703.0	98.53200000000001	97.0	0.003558904894435186	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0010_000000015059	1753	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.6702551430693775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	94.85700000000001	11.0	5.856738126725676e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0169_000000018086	1753	0.835239822907378	2	1	1	1	0	True	98764	fragment	False	CHI0157_000000005541	0.7610600459934044		0	0	False	False	0.9971477389335632	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	4.0	0.08484848484848485	GQ881419.1		Uncultured organism clone VC1CR31TR genomic sequence	True	True
CHI0009_000000004585	1751	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.755867828114698	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1752.0	98.573	100.0	0.41396449704142013	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
DEN0093_000000018366	1751	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.9040430112714436		0	0	False	False	0.9902912378311157	0					non-mobilizable	no_good_hit	57.0	100.0	4.0	0.0015722387556853276	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0170_000000026862	1750	0.835239822907378	2	1	1	1	0	True	98764	fragment	False	CHI0157_000000005541	0.7663162324338851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	100.0	4.0	0.0017674288118950765	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0058_000000014978	1749	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.36779955187538244		0	0	False	False	0.9902801513671875	0					non-mobilizable	other	1749.0	99.485	100.0	0.03201054809822917	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AUS0006_000000014724	1749	0.835239822907378	3	1	1	1	0	True	102070	maximal	True	AUS0006_000000014724	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0130_000000016775	1748	0.835239822907378	1	1	1	1	0	True	129397	fragment	False	ENG0130_000000016775	0.989111985767972		0	0	False	False	0.9931350350379944	0					non-mobilizable	no_good_hit	506.0	86.561	29.0	0.0010559617930022145	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0005_000000031086	1748	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.09824056532584312		0	0	False	False	1.0	0					non-mobilizable	other	1748.0	98.79899999999999	100.0	0.003653000499752215	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0309_000000011046	1747	0.835239822907378	3	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.0792409809001235		0	0	False	False	0.9965655207633972	0					non-mobilizable	other	1730.0	99.538	99.0	0.031662607358031024	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0065_000000019451	1747	0.835239822907378	2	1	1	1	0	True	35186	maximal	True	ISR0065_000000019451	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0068_000000024202	1747	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.3597332576846118		0	0	False	False	0.9965655207633972	0					non-mobilizable	other	1747.0	99.428	100.0	0.03197392275715567	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0324_000000017558	1745	0.835239822907378	2	1	1	1	0	True	24922	fragment	False	ISR0324_000000017558	1.0		0	0	False	False	0.995415449142456	0					non-mobilizable	no_good_hit								True	True
ISR0265_000000009681	1744	0.835239822907378	3	1	1	1	0	True	87912	maximal	True	ISR0265_000000009681	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	98.133	83.0	0.1311371267810146	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0175_000000014516	1744	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7332825235266859	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1744.0	100.0	100.0	0.41254437869822486	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0010_000000012262	1743	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.11974456934207973		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	97.59200000000001	100.0	0.018943593087707856	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0040_000000024361	1743	0.835239822907378	1	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.988150665454045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.066	87.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MAD0079_000000003148	1742	0.835239822907378	1	1	1	1	0	True	86028	fragment	False	MAD0079_000000003148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0081_01_000000017561	1741	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.36150742591017027		0	0	False	False	1.0	0					non-mobilizable	other	1741.0	99.77	100.0	0.03186404673393521	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0270_000000004604	1741	0.835239822907378	1	1	1	1	0	True	26436	maximal	True	ISR0270_000000004604	1.0		1	1	False	False	0.9994255900382996	0					non-mobilizable	no_good_hit								True	True
USA0125_01_000000013569	1741	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.2797997860751872		0	0	False	False	0.9977024793624878	0					non-mobilizable	no_good_hit								True	True
ISR0117_000000015615	1741	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.35495860336247387		0	0	False	False	0.9994255900382996	0					non-mobilizable	other	1741.0	99.54	100.0	0.03186404673393521	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0061_000000010126	1739	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.20869249549080865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0332_000000008319	1738	0.835239822907378	3	1	1	1	0	True	69973	maximal	True	ISR0332_000000008319	1.0		1	1	False	False	0.9861910343170166	0					non-mobilizable	no_good_hit	461.0	97.397	27.0	0.6764705882352942	GQ881550.1		Uncultured organism clone VC1CS57TR genomic sequence	True	True
ENG0036_000000014233	1738	0.835239822907378	2	1	1	1	0	True	112583	fragment	False	ENG0036_000000014233	1.0		0	0	False	False	0.9787111878395081	0					non-mobilizable	no_good_hit								True	True
FIJ0139_000000015060	1738	0.835239822907378	1	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.8725392194103271		0	0	False	False	1.0	0					non-mobilizable	plasmid	1738.0	99.31	100.0	0.5854398382204247	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0820_000000014333	1738	0.835239822907378	1	1	1	1	0	True	44678	fragment	False	ISR0820_000000014333	1.0		0	0	False	False	0.9994246363639832	0					non-mobilizable	no_good_hit	71.0	95.775	4.0	0.002229258206254846	KJ512990.1	bacteria	Uncultured bacterium DCM006Tet07 genomic sequence	True	True
ENG0012_000000013448	1738	0.835239822907378	2	1	1	1	0	True	67057	fragment	False	ENG0012_000000013448	1.0		0	0	False	False	0.9982738494873047	0					non-mobilizable	no_good_hit								True	True
FIJ0155_000000012685	1737	0.835239822907378	2	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.8712071424883018		0	0	False	False	0.9988486170768738	0					non-mobilizable	plasmid	1737.0	99.309	100.0	0.58510279743849	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0161_000000009774	1736	0.835239822907378	1	1	1	1	0	True	43231	fragment	False	FIJ0161_000000009774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	80.7	82.0	0.28367560041768186	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
CHI0167_000000012376	1736	0.835239822907378	3	1	1	1	0	True	78154	fragment	False	CHI0167_000000012376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	92.88	71.0	0.16908602150537635	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
FIJ0128_000000014974	1736	0.835239822907378	1	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.8692489100725368		0	0	False	False	0.9994239807128906	0					non-mobilizable	plasmid	1736.0	99.82700000000001	100.0	0.5847657566565554	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0109_000000020704	1736	0.835239822907378	2	1	1	1	0	True	39961	fragment	False	MON0109_000000020704	1.0		0	0	False	False	0.9971198439598083	0					non-mobilizable	no_good_hit	455.0	92.74700000000001	26.0	0.017481709664998075	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ENG0051_000000016638	1736	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.2149531858550016		0	0	False	False	0.9988479018211365	0					non-mobilizable	other	1734.0	98.73100000000001	99.0	0.018824040865123355	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0105_000000018804	1733	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.0827033708319862		0	0	False	False	0.9976918697357178	0					non-mobilizable	no_good_hit								True	True
ENG0046_000000010890	1731	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.8467571872908325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0062_01_000000011433	1730	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.08533458784529145		0	0	False	False	1.0	0					non-mobilizable	other	1730.0	98.96	100.0	0.0036153622576254032	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0218_000000010091	1726	0.835239822907378	2	1	1	1	0	True	98763	fragment	False	ISR0218_000000010091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0338_000000016521	1724	0.835239822907378	2	1	1	1	0	True	62834	fragment	False	ENG0065_000000015879	0.9354178842781999		0	0	False	False	0.9936195015907288	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.001077311257902645	NZ_PYLQ01000026.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_25, whole genome shotgun sequence	True	True
FIJ0080_000000014160	1723	0.835239822907378	1	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.34045492693818713		0	0	False	False	1.0	0					non-mobilizable	plasmid	1724.0	99.18799999999999	100.0	0.5803842264914054	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0043_000000016588	1723	0.835239822907378	2	1	1	1	0	True	13013	fragment	False	MON0043_000000016588	0.9955699940933255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	3.0	1.2699419298733495e-06	LT594792.1	eudicots	Theobroma cacao genome assembly, chromosome: V	True	True
MON0062_000000021391	1723	0.835239822907378	2	1	1	1	0	True	66958	fragment	False	MON0062_000000021391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0063_000000028839	1722	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.07832579532580848		0	0	False	False	0.9912891983985901	0					non-mobilizable	other	1723.0	98.43299999999999	100.0	0.0036007251634649767	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0251_000000009529	1720	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.04840561377459904	PS1136	0	0	False	True	0.9994186162948608	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	3.0	0.0019068938357584048	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0169_000000018465	1720	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.278632949064568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0259_000000009820	1719	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.34533706845614365		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	99.65	99.0	0.0314062299705166	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0252_000000006727	1717	0.835239822907378	1	1	1	1	0	True	26956	fragment	False	ISR0252_000000006727	1.0		0	0	False	False	0.9988352060317993	0					non-mobilizable	no_good_hit								True	True
USA0022_01_000000004209	1717	0.835239822907378	2	1	1	1	0	True	131092	fragment	False	ENG0016_000000011040	0.6851777862408249		0	0	False	False	0.9988352060317993	0					non-mobilizable	no_good_hit	38.0	100.0	2.0	3.38889596180989e-05	LT615244.1	apicomplexans	Plasmodium vivax genome assembly, chromosome: 6	True	True
MAD0004_000000006251	1717	0.835239822907378	1	1	1	1	0	True	20029	fragment	False	MAD0004_000000006251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	84.727	31.0	0.010550635348479014	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0237_000000006733	1716	0.835239822907378	2	1	1	1	0	True	37196	fragment	False	ISR0028_000000010189	0.954135737009544		0	0	False	False	0.999417245388031	0					non-mobilizable	no_good_hit	139.0	86.331	8.0	0.03614775725593668	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
FIJ0113_000000014953	1716	0.835239822907378	2	1	1	1	0	True	99873	fragment	False	FIJ0113_000000014953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0018_000000012413	1715	0.835239822907378	1	1	1	1	0	True	66610	fragment	False	ENG0018_000000012413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0004_000000016490	1715	0.835239822907378	2	1	1	1	0	True	52865	maximal	True	ETH0004_000000016490	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0010_000000015456	1713	0.835239822907378	2	1	1	1	0	True	55944	fragment	False	MON0010_000000015456	1.0		0	0	False	False	0.9953298568725586	0					non-mobilizable	other	1713.0	99.94200000000001	100.0	0.0005168017938335162	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0032_000000016871	1713	0.835239822907378	1	1	1	1	0	True	69968	fragment	False	SPA0032_000000016871	1.0		0	0	False	False	0.996497392654419	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0008997490173793626	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MON0090_000000035578	1712	0.835239822907378	1	1	1	1	0	True	89502	fragment	False	MON0090_000000035578	0.9848101265822785		0	0	False	False	1.0	0					non-mobilizable	other	1568.0	87.436	91.0	0.003276618078484099	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0214_000000017514	1711	0.835239822907378	1	1	1	1	0	True	68338	fragment	False	ISR0214_000000017514	0.9825372104576967		0	0	False	False	0.9982466101646423	0					non-mobilizable	no_good_hit	75.0	97.333	4.0	0.08399545970488081	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0171_000000016918	1711	0.835239822907378	3	1	1	1	0	True	29976	fragment	False	ISR0171_000000016918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	88.889	5.0	0.004240759481470772	NZ_OAOG01000051.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	True
ENG0065_000000015879	1711	0.835239822907378	2	1	1	1	0	True	62834	fragment	False	ENG0065_000000015879	0.9364849187935034		0	0	False	False	0.9988310933113098	0					non-mobilizable	no_good_hit								True	True
MAD0044_000000014483	1710	0.835239822907378	1	1	1	1	0	True	102611	fragment	False	ISR0020_000000011362	0.3648677248677249		0	0	False	False	0.9830409288406372	0					non-mobilizable	no_good_hit								True	True
ENG0165_000000011604	1710	0.835239822907378	2	1	1	1	0	True	56218	fragment	False	ENG0165_000000011604	1.0		0	0	False	False	0.995906412601471	0					non-mobilizable	no_good_hit	224.0	88.839	13.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ISR0210_000000011177	1709	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7452397305738382	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1710.0	99.24	100.0	0.4042603550295858	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0041_000000019699	1708	0.835239822907378	1	1	1	1	0	True	89503	maximal	True	SPA0041_000000019699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1504.0	86.902	88.0	0.0031427932175887687	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0210_000000015059	1707	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.13812500265047065		0	0	False	False	1.0	0					non-mobilizable	other	1579.0	99.87299999999999	93.0	0.02889739410698262	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0042_01_000000011249	1707	0.835239822907378	2	1	1	1	0	True	1263	fragment	False	USA0042_01_000000011249	1.0		0	0	False	False	0.9994142055511475	0					non-mobilizable	no_good_hit	1060.0	76.226	62.0	0.1615242209194693	HG796267.1	bacteria	Uncultured bacterium plasmid pRGI00156	True	True
ENG0080_000000015973	1707	0.835239822907378	1	1	1	1	0	True	100209	fragment	False	ENG0080_000000015973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0100_000000026681	1707	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.08530510572487184		0	0	False	False	0.9994142055511475	0					non-mobilizable	other	1707.0	98.65299999999999	100.0	0.003567268948241144	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0103_000000032441	1707	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.8831871655452789		0	0	False	False	0.982425332069397	0					non-mobilizable	no_good_hit								True	True
MON0069_000000030224	1707	0.835239822907378	2	1	1	1	0	True	10482	maximal	True	MON0069_000000030224	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	95.515	57.0	0.0008047357879964625	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	True	True
ISR0052_000000021457	1704	0.835239822907378	2	1	1	1	0	True	35784	maximal	True	ISR0052_000000021457	1.0		48	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0043_000000016765	1704	0.835239822907378	2	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9797925050826166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	95.385	8.0	0.043478260869565216	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
SPA0084_000000010907	1704	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.34255392819495006		0	0	False	False	0.998826265335083	0					non-mobilizable	other	1699.0	99.706	99.0	0.031094914571391945	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0087_000000030013	1704	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.34474024129666664		0	0	False	False	0.998826265335083	0					non-mobilizable	other	1704.0	99.413	100.0	0.031186477924075667	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0051_000000020936	1704	0.835239822907378	2	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9797925050826166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	95.385	8.0	0.043478260869565216	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
CHI0114_000000004448	1703	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.049554602480856746	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0040_000000013924	1703	0.835239822907378	2	1	1	1	0	True	64846	fragment	False	ENG0040_000000013924	1.0		0	0	False	False	0.9970639944076538	0					non-mobilizable	no_good_hit								True	True
MON0109_000000021133	1703	0.835239822907378	2	1	1	1	0	True	62752	fragment	False	FIJ0154_000000021666	0.941516105359558		0	0	False	False	0.9911920428276062	0					non-mobilizable	no_good_hit								True	True
MON0036_000000013796	1702	0.835239822907378	2	1	1	1	0	True	44917	fragment	False	MON0036_000000013796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	3.0	1.9156818997434262e-06	LN590711.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG40, chromosome: 40	True	True
DEN0011_000000027003	1702	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.3386189639376664		0	0	False	False	0.9988248944282532	0					non-mobilizable	other	1702.0	99.706	100.0	0.03114985258300218	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0100_000000020928	1702	0.835239822907378	2	1	1	1	0	True	102253	fragment	False	ISR0362_000000011403	0.9508904479222882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0123_000000013243	1701	0.835239822907378	1	1	1	1	0	True	32108	maximal	True	ISR0123_000000013243	1.0		1	1	False	False	0.985302746295929	0	rep_cluster_1404				non-mobilizable	no_good_hit	1050.0	91.714	62.0	0.09268336155422868	JX275965.1	firmicutes	Streptococcus infantis plasmid pSI01, complete sequence	True	True
SPA0012_000000014148	1701	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.04219823386445132	PS1136	0	0	False	True	0.9952968955039978	0					non-mobilizable	no_good_hit	60.0	100.0	4.0	0.06584821428571429	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
CHI0132_000000018017	1700	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.24000421039943345		0	0	False	False	0.9988235235214233	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000009266	1699	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.8920078297166305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0111_01_000000014930	1699	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7504974217603452	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1699.0	100.0	100.0	0.40189349112426037	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0322_000000006943	1699	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7504974217603452	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1699.0	100.0	100.0	0.40189349112426037	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0174_000000008939	1699	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7336107058754286	PS778	0	0	False	True	0.9982342720031738	0					non-mobilizable	other	1699.0	99.882	100.0	0.40189349112426037	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0058_000000018165	1699	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.744876794357359	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1700.0	99.412	100.0	0.40189349112426037	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0043_000000016816	1699	0.835239822907378	3	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.7704256320747049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	94.615	8.0	0.043478260869565216	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
SPA0062_000000018964	1699	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7489296493233147	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1700.0	99.353	100.0	0.40189349112426037	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0051_000000020993	1699	0.835239822907378	3	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.7704256320747049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	94.615	8.0	0.043478260869565216	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0304_000000005810	1698	0.835239822907378	3	1	1	1	0	True	25491	fragment	False	ISR0304_000000005810	1.0		0	0	False	False	0.9917550086975098	0					non-mobilizable	plasmid	1145.0	81.223	94.0	0.10345766403484889	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
FIJ0081_000000021254	1698	0.835239822907378	1	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.1758560650029019		0	0	False	False	1.0	0					non-mobilizable	plasmid	1633.0	81.813	96.0	0.5610859728506787	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
CHI0096_000000004805	1697	0.835239822907378	1	1	1	1	0	True	100230	fragment	False	CHI0096_000000004805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0133_000000022532	1696	0.835239822907378	1	1	1	1	0	True	45311	fragment	False	FIJ0133_000000022532	0.9762050030506406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	80.324	87.0	0.2697528715628263	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
DEN0083_000000017629	1695	0.835239822907378	1	1	1	1	0	True	69092	fragment	False	DEN0083_000000017629	1.0		0	0	False	False	0.9946902394294739	0					non-mobilizable	other	1663.0	86.831	98.0	0.0034669003025696466	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0048_000000014080	1693	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.42351102697108106		0	0	False	False	0.9964559674263	0					non-mobilizable	no_good_hit								True	True
MON0022_000000018205	1693	0.835239822907378	2	1	1	1	0	True	13013	fragment	False	MON0043_000000016588	0.9869413813116656		0	0	False	False	0.9964559674263	0					non-mobilizable	no_good_hit								True	True
ENG0124_000000018374	1693	0.835239822907378	2	1	1	1	0	True	58920	fragment	False	ENG0124_000000018374	1.0		0	0	False	False	0.9988186359405518	0					non-mobilizable	no_good_hit								True	True
MON0032_000000017488	1692	0.835239822907378	3	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.7691298527750877		0	0	False	False	0.9923167824745178	0					non-mobilizable	no_good_hit	130.0	94.615	8.0	0.043478260869565216	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MAD0004_000000006374	1692	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.18536624394966827		0	0	False	False	0.9940898418426514	0					non-mobilizable	other	1692.0	98.227	100.0	0.018378437126399305	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0048_000000011281	1692	0.835239822907378	1	1	1	1	0	True	112939	fragment	False	ISR0048_000000011281	1.0		0	0	False	False	0.9994089603424072	0					non-mobilizable	no_good_hit	193.0	83.42	15.0	0.007316134000770119	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ETH0002_000000015114	1691	0.835239822907378	2	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9781581525745279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	95.041	7.0	0.04044489383215369	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0280_000000008217	1690	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.7399080763903615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	6.0	0.0002800624507073991	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0040_000000019795	1689	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.19020633378929264		0	0	False	False	1.0	0					non-mobilizable	other	1689.0	98.52	100.0	0.01834583197478535	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0011_000000027245	1689	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.4075978626029029		0	0	False	False	0.9840142130851746	0					non-mobilizable	no_good_hit								True	True
FIJ0110_000000009997	1684	0.835239822907378	2	1	1	1	0	True	42449	fragment	False	MON0077_000000024033	0.9651741293532339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	96.667	4.0	0.0004607810643234198	NZ_CYYU01000005.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0013_000000017321	1683	0.835239822907378	2	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.518811535562305		0	0	False	False	1.0	0					non-mobilizable	plasmid	1667.0	99.4	99.0	0.5615099427030671	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0046_000000020026	1683	0.835239822907378	3	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.7741090514170048		0	0	False	False	0.9940582513809204	0					non-mobilizable	no_good_hit	99.0	100.0	6.0	0.03302999662959218	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0066_000000019157	1682	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.0421207498205897	PS1136	0	0	False	True	0.9851367473602295	0					non-mobilizable	no_good_hit	55.0	98.182	5.0	8.965408465669957e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0088_000000014568	1682	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7271749943226042	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1682.0	99.941	100.0	0.39580880621615255	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0020_000000012834	1682	0.835239822907378	2	1	1	1	0	True	49776	fragment	False	FIJ0020_000000012834	0.998805256869773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	79.327	44.0	0.20728008088978767	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
USA0055_01_000000015874	1681	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.7307500873728578		0	0	False	False	0.991671621799469	0					non-mobilizable	no_good_hit								True	True
ETH0002_000000015189	1681	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.7623055529272496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	98.34700000000001	7.0	0.04044489383215369	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
CAN0003_000000029293	1680	0.835239822907378	3	1	1	1	0	True	97654	fragment	False	CAN0003_000000029293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	93.22	10.0	0.06040731791508457	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0022_000000015440	1679	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9937355526918813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.286	85.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
DEN0024_000000005501	1678	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.14016596937849232		0	0	False	False	0.9868891835212708	0					non-mobilizable	other	1659.0	99.156	99.0	0.0180197804586458	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0059_000000010754	1678	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7479973023463429	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1678.0	100.0	100.0	0.39692307692307693	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0057_000000013231	1678	0.835239822907378	1	1	1	1	0	True	35580	fragment	False	ISR0057_000000013231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0093_000000022497	1677	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7283567022680004	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1677.0	99.76100000000001	100.0	0.40445089501693277	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
MON0027_000000024582	1677	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.08206537029208262		0	0	False	False	0.9737626910209656	0					non-mobilizable	other	1677.0	98.807	100.0	0.003504538544696458	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0364_000000010577	1676	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.14685736858755039		0	0	False	False	0.9994033575057983	0					non-mobilizable	other	1677.0	98.74799999999999	100.0	0.01821541136832953	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0200_000000014849	1675	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.06283065751406477	PS1136	0	0	False	True	0.9994029998779297	0					non-mobilizable	no_good_hit								True	True
FIJ0081_000000021580	1674	0.835239822907378	2	1	1	1	0	True	49776	fragment	False	FIJ0020_000000012834	0.9964328180737217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	79.327	44.0	0.20728008088978767	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0133_000000022841	1674	0.835239822907378	1	1	1	1	0	True	50627	fragment	False	FIJ0144_000000016456	0.6026973736499385		0	0	False	False	1.0	0					non-mobilizable	plasmid	1679.0	84.336	100.0	0.5819700661329621	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
MON0076_000000028684	1673	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.538071501277613		0	0	False	False	0.9551703333854675	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	5.0	0.00033817917651282994	LN591505.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001448	True	True
MON0085_000000017635	1673	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.08853929861168935		0	0	False	False	0.9760908484458923	0					non-mobilizable	other	1673.0	99.103	100.0	0.0034961744908905	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0092_000000021404	1673	0.835239822907378	1	1	1	1	0	True	43298	fragment	False	FIJ0092_000000021404	0.9993898718730934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	76.74	58.0	0.19457013574660634	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
AST0052_000000014426	1672	0.835239822907378	1	1	1	1	0	True	120834	fragment	False	AST0052_000000014426	0.9608140947752126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	81.878	75.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0042_000000014516	1669	0.835239822907378	1	1	1	1	0	True	47286	fragment	False	FIJ0042_000000014516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0019_000000017369	1668	0.835239822907378	2	1	1	1	0	True	108071	fragment	False	USA0048_01_000000008175	0.637824023366192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.85	63.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
SPA0014_000000014250	1668	0.835239822907378	1	1	1	1	0	True	100220	fragment	False	SPA0014_000000014250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0059_000000011637	1667	0.835239822907378	3	1	1	1	0	True	16891	maximal	True	MAD0059_000000011637	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0099_000000021153	1666	0.835239822907378	1	1	1	1	0	True	20070	fragment	False	MON0099_000000021153	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1667.0	98.92	100.0	0.5611729019211324	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ENG0028_000000010814	1666	0.835239822907378	1	1	1	1	0	True	65864	maximal	True	ENG0028_000000010814	1.0		1	1	False	False	0.9879952073097229	0					non-mobilizable	no_good_hit	736.0	84.647	43.0	0.1567391304347826	LN853696.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1115	True	True
MAD0106_000000013258	1666	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.16439055537373873		0	0	False	False	0.9993997812271118	0					non-mobilizable	other	1666.0	99.04	100.0	0.018095859145745026	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0036_01_000000019339	1665	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.12327175605762072		0	0	False	False	0.9981982111930847	0					non-mobilizable	other	1531.0	97.975	92.0	0.016617758939245733	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0089_000000014894	1664	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.7700016992065661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	97.345	7.0	0.03774856757667678	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0323_000000012929	1663	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7262870565450767	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1663.0	99.759	100.0	0.4010643444605709	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
CAN0004_000000016957	1663	0.835239822907378	3	1	1	1	0	True	97654	fragment	False	CAN0003_000000029293	0.9949404761904762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	93.22	11.0	0.06040731791508457	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ENG0082_000000012407	1662	0.835239822907378	2	1	1	1	0	True	61613	fragment	False	ENG0082_000000012407	1.0		0	0	False	False	0.9969915747642517	0					non-mobilizable	no_good_hit								True	True
MON0069_000000031189	1662	0.835239822907378	1	1	1	1	0	True	13626	fragment	False	MON0069_000000031189	1.0		0	0	False	False	0.9909747242927551	0					non-mobilizable	other	1632.0	86.64200000000001	98.0	0.0034041698990249602	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0134_000000023553	1662	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.8133357062747147		0	0	False	False	0.9837545156478882	0					non-mobilizable	no_good_hit								True	True
ISR0398_000000013838	1660	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.31059314077899114		0	0	False	False	0.9855421781539917	0					non-mobilizable	other	1660.0	99.337	100.0	0.030380720420458914	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0079_000000003384	1658	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.11011662462505505		0	0	False	False	1.0	0					non-mobilizable	other	1659.0	98.131	100.0	0.0034669003025696466	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0007_000000010898	1658	0.835239822907378	2	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9701739522409116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	93.65100000000001	4.0	0.020896528479946073	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0849_000000016471	1656	0.835239822907378	1	1	1	1	0	True	119241	fragment	False	SPA0097_000000018124	0.9475145111745503		0	0	False	False	0.9993961453437805	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	42.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0202_000000012888	1656	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.11335605725522505		0	0	False	False	0.9776570200920105	0					non-mobilizable	other	1657.0	98.12899999999999	100.0	0.0034627182756666675	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0037_01_000000020439	1655	0.835239822907378	2	1	1	1	0	True	59354	fragment	False	USA0037_01_000000020439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	338.0	98.81700000000001	40.0	0.04168212739641311	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CHI0081_000000005917	1655	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7235746101258128	PS778	0	0	False	True	0.9939576983451843	0					non-mobilizable	other	1655.0	99.758	100.0	0.3914792899408284	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0098_000000022768	1655	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.47409596737143134	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1639.0	99.329	100.0	0.3856840122439369	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0029_000000016217	1654	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.12538173976269432		0	0	False	False	1.0	0					non-mobilizable	other	1654.0	99.57700000000001	100.0	0.03027084439723845	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0114_000000028459	1654	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.059151356577670566		0	0	False	False	0.987908124923706	0					non-mobilizable	no_good_hit	1451.0	98.759	88.0	0.015759156613411585	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0039_000000022518	1654	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.10362867788300706		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	98.181	99.0	0.003445990168054751	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0022_000000008231	1653	0.835239822907378	1	1	1	1	0	True	19279	fragment	False	MAD0022_000000008231	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	89.02	92.0	0.003172067405909622	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0093_000000019300	1652	0.835239822907378	1	1	1	1	0	True	15664	fragment	False	MAD0093_000000019300	1.0		0	0	False	False	0.9981840252876282	0					non-mobilizable	no_good_hit	1132.0	83.48100000000001	68.0	0.0023544811463772145	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0082_000000005463	1652	0.835239822907378	3	1	1	1	0	True	84266	fragment	False	CHI0082_000000005463	1.0		0	0	False	False	0.9872881174087524	0					non-mobilizable	other	1537.0	99.219	93.0	0.3029585798816568	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0135_000000017204	1652	0.835239822907378	2	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9698955816368474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	93.65100000000001	4.0	0.020896528479946073	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
CHI0082_000000005464	1651	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6973194293378429	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1651.0	99.87899999999999	100.0	0.3905325443786982	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0316_000000012813	1651	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9913908302796657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.286	84.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CHI0142_000000011257	1651	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7023816904036702	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1650.0	98.182	99.0	0.38827407581822465	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CAN0008_000000017494	1650	0.835239822907378	1	1	1	1	0	True	94960	fragment	False	CAN0008_000000017494	1.0		0	0	False	False	0.996363639831543	0					non-mobilizable	no_good_hit								True	True
ISR0182_000000024190	1649	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9903940094130521		0	0	False	False	0.9987871646881104	0					non-mobilizable	no_good_hit	455.0	94.286	85.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0032_000000014376	1648	0.835239822907378	2	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.044777946754957214		0	0	False	False	0.9945388436317444	0					non-mobilizable	no_good_hit								True	True
CHI0039_000000007686	1648	0.835239822907378	4	1	1	1	0	True	88663	fragment	False	CHI0076_000000005066	0.9822489127940927		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1475.0	83.525	88.0	0.2984527687296417	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
FIJ0103_000000013461	1648	0.835239822907378	1	1	1	1	0	True	46527	fragment	False	FIJ0103_000000013461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1471.0	93.678	89.0	0.5109641489731988	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
CHI0129_000000015526	1647	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7223272521485274	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1647.0	100.0	100.0	0.3895857988165681	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0066_000000012481	1647	0.835239822907378	2	1	1	1	0	True	62752	fragment	False	FIJ0154_000000021666	0.6345664513603445		0	0	False	False	0.9751062393188477	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	0.011680726800778715	NZ_VZBY01000070.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_61_length_3082_cov_121.624_ID_121, whole genome shotgun sequence	True	True
MAD0063_000000008217	1646	0.835239822907378	1	1	1	1	0	True	120834	fragment	False	AST0052_000000014426	0.9539473684210527		0	0	False	False	0.9993924498558044	0					non-mobilizable	no_good_hit	1214.0	81.71300000000001	73.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0324_000000018648	1646	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9901800816063184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.066	85.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MAD0052_000000012566	1645	0.835239822907378	2	1	1	1	0	True	112937	fragment	False	MAD0052_000000012566	1.0		0	0	False	False	0.9987841844558716	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0006734484103073052	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0072_000000003650	1644	0.835239822907378	1	1	1	1	0	True	16496	fragment	False	MAD0072_000000003650	1.0		0	0	False	False	0.9993917346000671	0					non-mobilizable	no_good_hit								True	True
ENG0163_000000015615	1644	0.835239822907378	1	1	1	1	0	True	56308	fragment	False	ENG0163_000000015615	1.0		0	0	False	False	0.9884428381919861	0					non-mobilizable	no_good_hit								True	True
MAD0020_000000000445	1644	0.835239822907378	2	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9435758662429969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	93.59	5.0	0.025952140208965285	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0144_000000019192	1644	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.7042125949465475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	99.01	6.0	0.03370407819346141	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0213_000000016408	1643	0.835239822907378	3	1	1	1	0	True	90054	fragment	False	ENG0067_000000016268	0.9377643504531722		0	0	False	False	0.9981740713119507	0	rep_cluster_1085				non-mobilizable	plasmid	1646.0	92.041	100.0	0.14910608948180415	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
FIJ0007_000000011016	1643	0.835239822907378	3	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.6825385520145633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	93.65100000000001	4.0	0.020896528479946073	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0399_000000010289	1643	0.835239822907378	1	1	1	1	0	True	107793	fragment	False	ISR0362_000000012197	0.7010844205297562		0	0	False	False	0.9926962852478027	0					non-mobilizable	no_good_hit								True	True
FIJ0144_000000019204	1643	0.835239822907378	2	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.974512366922381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	96.0	6.0	0.033367037411526794	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MON0032_000000018148	1642	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.3488895596367543		0	0	False	False	0.9987819790840149	0					non-mobilizable	no_good_hit								True	True
ISR0048_000000011637	1640	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.14247643078307284		0	0	False	False	1.0	0					non-mobilizable	other	1637.0	97.984	99.0	0.017780676013476795	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0104_000000019339	1640	0.835239822907378	1	1	1	1	0	True	127992	fragment	False	ENG0017_000000012616	0.9770220588235294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	87.324	39.0	0.0999346832135859	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
MAD0040_000000020478	1639	0.835239822907378	1	1	1	1	0	True	43298	fragment	False	FIJ0092_000000021404	0.9892408846383742		0	0	False	False	0.9987797141075134	0					non-mobilizable	no_good_hit	505.0	79.406	31.0	0.16211661611054937	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0066_000000020188	1639	0.835239822907378	1	1	1	1	0	True	45311	fragment	False	FIJ0133_000000022532	0.9596108490566038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	81.703	84.0	0.254128749578699	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
USA0101_01_000000019051	1637	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.23278333205075066		0	0	False	False	0.9981673955917358	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000015159	1637	0.835239822907378	3	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9727607279051923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	96.0	6.0	0.033367037411526794	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0047_000000018904	1637	0.835239822907378	2	1	1	1	0	True	46874	maximal	True	FIJ0047_000000018904	1.0		2	1	False	False	0.999389111995697	0					non-mobilizable	no_good_hit	318.0	89.30799999999999	20.0	0.0002712567427902361	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
ISR0189_000000009745	1636	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.05534604170636494	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0252_000000007197	1635	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.987534427863302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	94.273	85.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
SPA0002_000000011867	1634	0.835239822907378	1	1	1	1	0	True	108068	maximal	True	SPA0002_000000011867	1.0		0	0	False	False	0.9804161787033081	0					non-mobilizable	no_good_hit	454.0	94.053	60.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0206_000000015928	1634	0.835239822907378	1	1	1	1	0	True	28631	fragment	False	ISR0206_000000015928	1.0		0	0	False	False	0.9963280558586121	0					non-mobilizable	no_good_hit								True	True
FIJ0130_000000012571	1634	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.674738247357925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	100.0	6.0	0.03370407819346141	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MON0098_000000021171	1634	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.4273384153304817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0071_000000022226	1634	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.674738247357925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	100.0	6.0	0.03370407819346141	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
SPA0025_000000012999	1633	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.049039543794332945	PS1136	0	0	False	True	0.9963257908821106	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0029582557247726524	AM424316.1	eudicots	Vitis vinifera contig VV78X016752.15, whole genome shotgun sequence	True	True
FIJ0146_000000012058	1633	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.6741036238976117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	100.0	6.0	0.033367037411526794	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0078_000000015050	1632	0.835239822907378	1	1	1	1	0	True	46527	fragment	False	FIJ0103_000000013461	0.9951456310679612		0	0	False	False	1.0	0					non-mobilizable	plasmid	1463.0	93.64299999999999	90.0	0.5081796032022277	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
FIJ0104_000000016583	1632	0.835239822907378	2	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9707237297308848		0	0	False	False	0.999387264251709	0					non-mobilizable	no_good_hit	100.0	96.0	6.0	0.033367037411526794	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ENG0017_000000012616	1632	0.835239822907378	2	1	1	1	0	True	127992	fragment	False	ENG0017_000000012616	0.9795731707317072		0	0	False	False	0.999387264251709	0					non-mobilizable	no_good_hit	692.0	86.994	42.0	0.10858915741345526	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
FIJ0133_000000023529	1632	0.835239822907378	2	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9696974808429707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	96.0	6.0	0.033367037411526794	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
CHI0067_000000007102	1631	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7163124450941908	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1631.0	97.241	100.0	0.3857988165680473	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0296_000000015991	1631	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.3881084185667348		0	0	False	False	0.9981606602668762	0					non-mobilizable	no_good_hit	91.0	91.209	6.0	0.00014942347442783261	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0096_000000025608	1628	0.835239822907378	2	1	1	1	0	True	123265	fragment	False	SPA0108_000000017409	0.9478815285730802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	84.176	36.0	0.06988896146309602	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0233_000000010543	1627	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.70592990802478		0	0	False	False	0.9993853569030762	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000023217	1626	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9858629774277115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	94.273	86.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0043_000000013660	1625	0.835239822907378	3	1	1	1	0	True	123265	fragment	False	SPA0108_000000017409	0.9645570923893146		0	0	False	False	0.980923056602478	0					non-mobilizable	no_good_hit	257.0	97.27600000000001	22.0	0.030940442705148587	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0179_000000014198	1624	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.38803535716386506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	5.0	0.1171303074670571	GQ877106.1		Uncultured organism clone VC1AJ31TR genomic sequence	True	True
CHI0057_000000012462	1623	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.7160292551397403	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1623.0	97.227	100.0	0.38390532544378697	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0108_000000017409	1622	0.835239822907378	4	1	1	1	0	True	123265	fragment	False	SPA0108_000000017409	0.9727441324161761		0	0	False	False	0.9981504082679749	0					non-mobilizable	no_good_hit	257.0	96.887	22.0	0.030940442705148587	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
FIJ0101_000000017226	1622	0.835239822907378	2	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9598256236080189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0036_01_000000019786	1619	0.835239822907378	2	1	1	1	0	True	69967	fragment	False	USA0036_01_000000019786	1.0		0	0	False	False	0.9962940216064453	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.01532349602724177	LR791772.1	tunicates	Phallusia mammillata mRNA for phosphoserine phosphatase-like (Vps29-002 gene)	True	True
ISR0045_000000016048	1619	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.15296124914203785		0	0	False	False	0.9950586557388306	0					non-mobilizable	other	1619.0	98.147	100.0	0.017574176719921748	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0256_000000011017	1619	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6161221603594668	PS778	0	0	False	True	0.9925880432128906	0					non-mobilizable	other	1619.0	100.0	100.0	0.3829585798816568	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
FIJ0047_000000019120	1619	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.03598769940919096		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	96.914	100.0	0.017574176719921748	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0284_000000008432	1617	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.1631758109795543		0	0	False	False	0.9839208126068115	0					non-mobilizable	no_good_hit								True	True
MON0008_000000022432	1617	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.5416446029411232		0	0	False	False	0.9993815422058105	0					non-mobilizable	no_good_hit								True	True
ISR0299_000000007565	1616	0.835239822907378	1	1	1	1	0	True	98766	fragment	False	ISR0299_000000007565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0134_000000009309	1616	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.6690069810192388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	100.0	5.0	0.027637344118638354	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ENG0110_000000018643	1615	0.835239822907378	3	1	1	1	0	True	59791	maximal	True	ENG0110_000000018643	1.0		0	0	False	False	0.9919504523277283	0					non-mobilizable	no_good_hit	1353.0	100.0	84.0	0.19571511291256513	NZ_SMUS01000073.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00073, whole genome shotgun sequence	True	True
ISR0151_000000012856	1614	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.11702109871861446		0	0	False	False	0.9925650358200073	0					non-mobilizable	other	1616.0	98.26700000000001	100.0	0.0033769867241555964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0217_000000014267	1613	0.835239822907378	1	1	1	1	0	True	122792	maximal	True	ISR0217_000000014267	1.0		1	1	False	False	0.9919404983520508	0					non-mobilizable	no_good_hit	1229.0	98.37299999999999	76.0	0.013346375393978916	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0187_000000018799	1613	0.835239822907378	1	1	1	1	0	True	102610	fragment	False	ENG0187_000000018799	1.0		0	0	False	False	0.9851208925247192	0					non-mobilizable	no_good_hit								True	True
ISR0192_000000011075	1612	0.835239822907378	1	1	1	1	0	True	29124	fragment	False	ISR0192_000000011075	1.0		0	0	False	False	0.9993796348571777	0					non-mobilizable	no_good_hit								True	True
DEN0067_000000020813	1612	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.11208681412500814		0	0	False	False	0.9925558567047119	0					non-mobilizable	other	1613.0	97.76799999999999	100.0	0.0033707136838011277	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0065_000000008367	1611	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.667488676961685	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1611.0	99.93799999999999	100.0	0.3810650887573965	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0031_000000014756	1611	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.06714843281246605		0	0	False	False	1.0	0					non-mobilizable	other	1612.0	98.07700000000001	100.0	0.017508966416693836	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0393_000000011101	1611	0.835239822907378	3	1	1	1	0	True	122725	maximal	True	ISR0393_000000011101	1.0		0	0	False	False	0.984481692314148	0					non-mobilizable	no_good_hit	1318.0	99.772	82.0	0.02411778709689234	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0079_000000017645	1609	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.04995830645855329		0	0	False	False	0.999378502368927	0					non-mobilizable	other	1280.0	97.656	99.0	0.01390066297141615	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0330_000000019523	1609	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.1567135013214441		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	98.446	100.0	0.017465492881208564	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0066_000000021914	1609	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.7292203157575172		0	0	False	False	0.9546301960945129	0					non-mobilizable	no_good_hit								True	True
SPA0119_000000019702	1608	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.6074524808013455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	5.0	0.0021778900601097657	MK411242.1	bacteria	Uncultured bacterium clone BVR_06I15, partial sequence	True	True
ENG0090_000000015067	1607	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.36403304616463106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0104_000000019755	1607	0.835239822907378	1	1	1	1	0	True	131013	fragment	False	ENG0104_000000019755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	99.023	83.0	0.00277895687702959	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0066_000000020607	1606	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.6447749960489583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0106_000000016527	1605	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.13761608360034114		0	0	False	False	0.9975078105926514	0					non-mobilizable	other	1605.0	99.564	100.0	0.029373523540937974	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0015_000000023586	1605	0.835239822907378	2	1	1	1	0	True	54247	fragment	False	MON0015_000000023586	1.0		0	0	False	False	0.9420560598373413	0					non-mobilizable	no_good_hit								True	True
ISR0023_000000019889	1605	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9811181541769549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.286	87.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0793_000000010473	1604	0.835239822907378	3	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9495865942662687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	95.0	5.0	0.026626221772834514	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
USA0015_01_000000020838	1604	0.835239822907378	1	1	1	1	0	True	131092	fragment	False	ENG0016_000000011040	0.5501414981026962		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0073_000000033103	1604	0.835239822907378	3	1	1	1	0	True	88663	fragment	False	CHI0076_000000005066	0.9634105280320664		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1508.0	83.488	93.0	0.30517100977198697	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	False	True
FIJ0114_000000025106	1604	0.835239822907378	2	1	1	1	0	True	76755	fragment	False	FIJ0114_000000025106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	9.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
FIJ0009_000000026329	1602	0.835239822907378	1	1	1	1	0	True	51203	maximal	True	FIJ0009_000000026329	1.0		3	2	False	False	0.9681648015975952	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.3902439024390244	XR_001560994.1	stony corals	PREDICTED: Acropora digitifera uncharacterized LOC107329384 (LOC107329384), transcript variant X7, ncRNA	True	True
FIJ0095_000000017146	1602	0.835239822907378	1	1	1	1	0	True	43108	fragment	False	FIJ0095_000000017146	1.0		0	0	False	False	0.9706616997718811	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0001663019693654267	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0099_000000013749	1601	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.1931469775494624		0	0	False	False	0.9687694907188416	0					non-mobilizable	other	1550.0	99.161	97.0	0.028366326661417033	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0158_000000011774	1601	0.835239822907378	2	1	1	1	0	True	57596	fragment	False	ENG0158_000000011774	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1601.0	99.81299999999999	100.0	0.43478260869565216	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
USA0135_01_000000009532	1601	0.835239822907378	2	1	1	1	0	True	33	fragment	False	USA0135_01_000000009532	1.0		0	0	False	False	0.9993754029273987	0					non-mobilizable	no_good_hit	188.0	92.021	24.0	0.02312925170068027	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
AST0026_000000016711	1601	0.835239822907378	2	1	1	1	0	True	119241	fragment	False	SPA0097_000000018124	0.47667368455411935		0	0	False	False	0.9806370735168457	0					non-mobilizable	no_good_hit	532.0	89.286	35.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0212_000000022390	1600	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9802005380665731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.066	87.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0134_000000019965	1600	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9802005380665731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.066	87.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0138_000000018226	1600	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9808824338349154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.286	87.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CHI0022_000000007413	1599	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6122814978725841	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1599.0	99.31200000000001	99.0	0.3779881656804734	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0009_01_000000015795	1599	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.980734354132315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.286	87.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CHI0181_000000012980	1599	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6134814449394879	PS778	0	0	False	True	0.9993746280670166	0					non-mobilizable	other	1599.0	99.875	100.0	0.3782248520710059	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0161_000000019371	1599	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.980734354132315		0	0	False	False	0.9949968457221985	0					non-mobilizable	no_good_hit	455.0	94.286	87.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0119_000000019376	1599	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9800524583639727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.066	87.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0057_01_000000020096	1599	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.980734354132315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	94.286	87.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CHI0080_000000002890	1598	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6138310649244104	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1598.0	100.0	100.0	0.3779881656804734	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0110_000000006083	1598	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6122733061152402	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1599.0	99.31200000000001	100.0	0.3779881656804734	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0394_000000011911	1598	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6138310649244104	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1598.0	100.0	100.0	0.3779881656804734	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0045_000000013223	1598	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6130528859859313	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1598.0	99.875	100.0	0.3779881656804734	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0107_000000038064	1598	0.835239822907378	2	1	1	1	0	True	8579	fragment	False	MON0107_000000038064	1.0		0	0	False	False	0.9987484216690063	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000028291	1598	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9799347547781772		0	0	False	False	0.9987484216690063	0					non-mobilizable	no_good_hit	454.0	94.273	87.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0125_000000009494	1597	0.835239822907378	2	1	1	1	0	True	116585	fragment	False	ISR0125_000000009494	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	1452.0	99.311	98.0	0.303239289446186	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
SPA0033_000000019747	1597	0.835239822907378	1	1	1	1	0	True	110112	fragment	False	SPA0033_000000019747	0.9367618837332043		0	0	False	False	0.9918597340583801	0					non-mobilizable	no_good_hit								True	True
FIJ0160_000000011894	1596	0.835239822907378	2	1	1	1	0	True	39325	fragment	False	FIJ0160_000000011894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.000128889970928151	NZ_KK211291.1	firmicutes	Ruminiclostridium cellobioparum DSM 1351 = ATCC 15832 T344DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
MON0099_000000022235	1594	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.5381280554206418		0	0	False	False	0.9962359070777893	0					non-mobilizable	no_good_hit								True	True
MAD0043_000000016508	1593	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.0485073311185103	PS1136	0	0	False	True	0.9937225580215454	0					non-mobilizable	no_good_hit								True	True
FIJ0152_000000016684	1593	0.835239822907378	2	1	1	1	0	True	39703	fragment	False	FIJ0152_000000016684	1.0		0	0	False	False	0.9981167316436768	0					non-mobilizable	no_good_hit								True	True
ENG0069_000000011650	1592	0.835239822907378	2	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9348272001926109		0	0	False	False	0.9748743772506714	0					non-mobilizable	no_good_hit	455.0	94.286	88.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MON0057_000000016637	1592	0.835239822907378	2	1	1	1	0	True	44913	fragment	False	MON0038_000000021748	0.9699898869338949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0039_000000023423	1591	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.14438272434871585		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	99.874	99.0	0.02906220814181332	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0046_000000020628	1590	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.13871445543906627		0	0	False	False	0.9679245352745056	0					non-mobilizable	other	1584.0	98.54799999999999	99.0	0.017204651668296923	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0046_000000007257	1590	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6119353704720634	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1590.0	99.874	100.0	0.37609467455621304	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0048_000000012261	1589	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6124143950835061	PS778	0	0	False	True	0.9861547946929932	0					non-mobilizable	other	1589.0	100.0	100.0	0.3758579881656805	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
FIJ0038_000000022321	1589	0.835239822907378	3	1	1	1	0	True	53477	fragment	False	MON0043_000000016765	0.9470775615672058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	96.0	6.0	0.033367037411526794	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0037_000000020404	1589	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.12761241629855816		0	0	False	False	0.9949653744697571	0					non-mobilizable	other	1517.0	99.07700000000001	99.0	0.016476469948918597	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0130_000000010370	1588	0.835239822907378	3	1	1	1	0	True	88663	fragment	False	CHI0076_000000005066	0.9539454050354366		0	0	False	False	0.999370276927948	0	rep_cluster_1085				non-mobilizable	no_good_hit	1415.0	83.74600000000001	88.0	0.28623778501628666	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0056_000000012919	1586	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.2153043730499668		0	0	False	False	1.0	0					non-mobilizable	other	1586.0	99.49600000000001	100.0	0.029025582800739833	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0010_000000013718	1585	0.835239822907378	1	1	1	1	0	True	110112	fragment	False	SPA0033_000000019747	0.9299057549048151		0	0	False	False	0.9861198663711548	0					non-mobilizable	no_good_hit								True	True
FIJ0073_000000011616	1585	0.835239822907378	1	1	1	1	0	True	49201	maximal	True	FIJ0073_000000011616	1.0		2	1	False	False	0.9766561388969421	0					non-mobilizable	other	1539.0	83.821	97.0	0.024251364040096434	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0015_000000023903	1585	0.835239822907378	2	1	1	1	0	True	13408	fragment	False	MON0015_000000023903	1.0		0	0	False	False	0.998738169670105	0					non-mobilizable	no_good_hit	1276.0	91.536	83.0	0.0490180978051598	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0051_000000013982	1584	0.835239822907378	1	1	1	1	0	True	46525	fragment	False	FIJ0080_000000015335	0.9629064610455158		0	0	False	False	1.0	0					non-mobilizable	plasmid	1524.0	98.75299999999999	96.0	0.5301079011486252	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
ISR0348_000000011205	1584	0.835239822907378	1	1	1	1	0	True	110112	fragment	False	SPA0033_000000019747	0.9276097757821395		0	0	False	False	0.9930555820465088	0					non-mobilizable	no_good_hit	46.0	95.652	3.0	0.00017247326664367022	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
ISR0815_000000019601	1584	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.03622128834520261		0	0	False	False	0.9917929172515869	0					non-mobilizable	other	1584.0	98.67399999999999	100.0	0.0033100742937079313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0080_000000015335	1583	0.835239822907378	1	1	1	1	0	True	46525	fragment	False	FIJ0080_000000015335	0.9732288520948315		0	0	False	False	1.0	0					non-mobilizable	plasmid	1602.0	81.586	100.0	0.5365689248399056	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0793_000000010635	1582	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.6278400063277504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	0.01954836535220762	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MAD0066_000000019965	1582	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.6963472800446718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0200_000000013107	1581	0.835239822907378	1	1	1	1	0	True	110112	fragment	False	SPA0033_000000019747	0.9103621536090867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0014_000000017664	1581	0.835239822907378	2	1	1	1	0	True	131007	fragment	False	AUS0014_000000017664	1.0		0	0	False	False	0.9721695184707642	0					non-mobilizable	no_good_hit	1242.0	97.665	78.0	0.0025907656663955317	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0002_000000027212	1580	0.835239822907378	1	1	1	1	0	True	20156	maximal	True	MAD0002_000000027212	1.0		2	1	False	False	0.9867088794708252	0					non-mobilizable	no_good_hit	76.0	94.73700000000001	5.0	0.057692307692307696	NZ_FUWG01000031.1	spirochetes	Treponema porcinum strain ATCC BAA-908, whole genome shotgun sequence	True	True
MON0104_000000028911	1580	0.835239822907378	1	1	1	1	0	True	89502	fragment	False	MON0090_000000035578	0.9474299065420562		0	0	False	False	0.9981012940406799	0					non-mobilizable	other	1543.0	87.103	97.0	0.0032243427421968607	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0070_000000007884	1579	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.5457988152941469	PS778	0	0	False	True	0.9905003309249878	0					non-mobilizable	other	1579.0	100.0	100.0	0.373491124260355	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0104_000000006142	1579	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.6226112565827112	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1579.0	99.93700000000001	100.0	0.373491124260355	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0057_000000014104	1579	0.835239822907378	2	1	1	1	0	True	35571	fragment	False	ISR0057_000000014104	1.0		0	0	False	False	0.9974667429924011	0					non-mobilizable	virus	1583.0	92.735	100.0	0.0607624181748171	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	False	True
AST0024_000000022502	1579	0.835239822907378	2	1	1	1	0	True	121102	fragment	False	AST0024_000000022502	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1069.0	100.0	100.0	0.13209647495361782	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	False	True
SPA0106_000000024372	1579	0.835239822907378	1	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9286195072217007		0	0	False	False	0.9993667006492615	0					non-mobilizable	no_good_hit	455.0	94.286	88.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CHI0088_000000003180	1578	0.835239822907378	3	1	1	1	0	True	113313	fragment	False	CHI0088_000000003180	0.993991989319092		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	88.243	51.0	0.11524163568773234	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
ENG0146_000000014236	1578	0.835239822907378	1	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9279171976034086		0	0	False	False	0.9987325668334961	0					non-mobilizable	no_good_hit	454.0	94.273	88.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
SPA0041_000000021330	1578	0.835239822907378	1	1	1	1	0	True	110112	fragment	False	SPA0033_000000019747	0.9180851752479834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0093_000000012030	1578	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.021361290515325572		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	97.01	99.0	0.017063362677969787	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0060_000000010781	1577	0.835239822907378	2	1	1	1	0	True	17239	fragment	False	MAD0060_000000010781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	78.157	19.0	0.11939069575957184	LN853647.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1066	True	True
USA0125_01_000000014904	1577	0.835239822907378	3	1	1	1	0	True	142	fragment	False	USA0125_01_000000014904	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1514.0	99.868	96.0	0.3328200615926089	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
MON0058_000000033119	1577	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.07802314785001412		0	0	False	False	0.9961953163146973	0					non-mobilizable	other	1574.0	99.04700000000001	99.0	0.003289164159193036	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0016_000000021567	1575	0.835239822907378	1	1	1	1	0	True	111946	fragment	False	AST0061_000000023709	0.9221632084072015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	94.273	88.0	0.05602968460111317	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MAD0079_000000003627	1574	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.5249343369435817		0	0	False	False	0.9968233704566956	0					non-mobilizable	no_good_hit								True	True
ISR0346_000000015395	1574	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.10255217594678588		0	0	False	False	0.9955527186393738	0					non-mobilizable	other	1521.0	93.95100000000001	100.0	0.01651994348440387	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0188_000000016135	1572	0.835239822907378	2	1	1	1	0	True	61695	fragment	False	ENG0188_000000016135	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	99.936	100.0	0.00042070151374885216	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0047_000000009892	1569	0.835239822907378	1	1	1	1	0	True	86958	fragment	False	CHI0047_000000009892	1.0		0	0	False	False	0.9968132376670837	0					non-mobilizable	no_good_hit	504.0	90.079	53.0	0.0010517797660992353	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0002_000000026373	1568	0.835239822907378	3	1	1	1	0	True	3024	maximal	True	TAN0002_000000026373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0142_000000001975	1567	0.835239822907378	2	1	1	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.3650148890356787		0	0	False	False	0.9993618130683899	0					non-mobilizable	no_good_hit	149.0	90.604	9.0	0.28160919540229884	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
MON0055_000000015636	1567	0.835239822907378	3	1	1	1	0	True	49028	fragment	False	MON0055_000000015636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	90.773	29.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
AST0150_000000017800	1567	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.11258651067945347		0	0	False	False	1.0	0					non-mobilizable	other	1568.0	98.34200000000001	100.0	0.003276618078484099	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0039_000000009409	1566	0.835239822907378	2	1	1	1	0	True	18469	fragment	False	MAD0039_000000009409	1.0		0	0	False	False	0.9853128790855408	0					non-mobilizable	no_good_hit								True	True
ISR0228_000000017345	1566	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.20077289833077053		0	0	False	False	0.9993614554405212	0					non-mobilizable	other	1477.0	99.323	94.0	0.027029501712234696	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0092_000000006680	1566	0.835239822907378	1	1	1	1	0	True	83642	fragment	False	CHI0092_000000006680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	88.655	15.0	0.00015639451324904208	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
CAN0022_000000020750	1565	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.036748498036047565		0	0	False	False	0.9955271482467651	0					non-mobilizable	no_good_hit								True	True
MON0038_000000021748	1564	0.835239822907378	1	1	1	1	0	True	44913	fragment	False	MON0038_000000021748	0.9705742179583527		0	0	False	False	0.9948849081993103	0					non-mobilizable	no_good_hit								True	True
FIJ0125_000000012222	1564	0.835239822907378	1	1	1	1	0	True	49323	fragment	False	FIJ0125_000000012222	0.989653447324888		0	0	False	False	1.0	0					non-mobilizable	plasmid	1590.0	80.377	100.0	0.5264577013818672	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0065_000000012267	1564	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.1165245078407066		0	0	False	False	0.9865728616714478	0					non-mobilizable	other	1564.0	97.634	100.0	0.016987283990870558	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0086_000000019655	1562	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.20201915164091086		0	0	False	False	0.9686299562454224	0					non-mobilizable	other	1562.0	99.552	100.0	0.028586078707857968	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0132_000000021812	1561	0.835239822907378	1	1	1	1	0	True	52153	fragment	False	FIJ0132_000000021812	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0815_000000019863	1560	0.835239822907378	2	1	1	1	0	True	25483	fragment	False	ISR0815_000000019863	1.0		0	0	False	False	0.9679487347602844	0					non-mobilizable	no_good_hit	99.0	96.97	6.0	2.5715069161728106e-05	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
USA0050_01_000000007683	1559	0.835239822907378	1	1	1	1	0	True	108069	fragment	False	USA0050_01_000000007683	1.0		0	0	False	False	0.9993585348129272	0					non-mobilizable	no_good_hit	532.0	89.286	45.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
AUS0010_000000015856	1558	0.835239822907378	1	1	1	1	0	True	101480	fragment	False	AUS0010_000000015856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0114_000000018011	1557	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.04358571034224104		0	0	False	False	0.9961464405059814	0					non-mobilizable	other	1559.0	97.178	100.0	0.016922073687642647	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0073_000000015433	1557	0.835239822907378	1	1	1	1	0	True	131078	maximal	True	ENG0073_000000015433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0015_000000024400	1556	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.16534792484593389		0	0	False	False	0.9967866539955139	0					non-mobilizable	other	1537.0	99.545	99.0	0.028128261944439358	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0092_000000035975	1556	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.034825171957244036		0	0	False	False	0.9993573427200317	0					non-mobilizable	other	1556.0	98.522	100.0	0.0032515259170662245	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0103_000000011215	1554	0.835239822907378	1	1	1	1	0	True	71414	maximal	True	ENG0103_000000011215	1.0		0	0	False	False	0.9781209826469421	0					non-mobilizable	no_good_hit								True	True
AUS0016_000000018304	1553	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.7131245937856522		0	0	False	False	0.9871217012405396	0					non-mobilizable	no_good_hit								True	True
FIJ0128_000000016917	1552	0.835239822907378	1	1	1	1	0	True	46525	fragment	False	FIJ0080_000000015335	0.9520083707149406		0	0	False	False	1.0	0					non-mobilizable	plasmid	1500.0	98.667	97.0	0.5217542638357118	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
ISR0279_000000014421	1552	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.13075220076473096		0	0	False	False	1.0	0					non-mobilizable	other	1552.0	98.58200000000001	100.0	0.016856863384414736	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0286_000000012836	1552	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.0695604062453743		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	98.583	100.0	0.016867731768286057	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0004_000000007058	1551	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.19269766511943434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0063_000000008902	1550	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.02736146917078936	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0093_000000024276	1550	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.7127914263992777		0	0	False	False	0.9993548393249512	0					non-mobilizable	no_good_hit								True	True
ENG0001_000000017562	1550	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.40512768409559985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	1.2132833999809607e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0112_000000021416	1550	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.18689564392844857		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	99.742	100.0	0.028366326661417033	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0005_000000012639	1549	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.5019129246299466	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1547.0	99.935	99.0	0.364021662349894	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0196_000000007586	1547	0.835239822907378	2	1	1	1	0	True	102606	fragment	False	ENG0196_000000007586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0036_000000027596	1547	0.835239822907378	2	1	1	1	0	True	47905	fragment	False	FIJ0036_000000027596	1.0		0	0	False	False	0.9909502267837524	0					non-mobilizable	no_good_hit								True	True
MON0102_000000028731	1547	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.08964228941011387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0001_000000005924	1547	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.10339578354233947		0	0	False	False	0.9928894639015198	0					non-mobilizable	other	1531.0	98.04	99.0	0.003199250580778986	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0089_000000015103	1546	0.835239822907378	1	1	1	1	0	True	110110	fragment	False	AST0089_000000015103	0.9615834817365846		0	0	False	False	0.9896507263183594	0					non-mobilizable	no_good_hit								True	True
ENG0077_000000013287	1545	0.835239822907378	1	1	1	1	0	True	62005	maximal	True	ENG0077_000000013287	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0266_000000013012	1544	0.835239822907378	2	1	1	1	0	True	26567	fragment	False	ISR0266_000000013012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0092_000000012002	1544	0.835239822907378	2	1	1	1	0	True	44915	fragment	False	MAD0092_000000012002	1.0		0	0	False	False	0.9753885865211487	0					non-mobilizable	no_good_hit								True	True
ISR0179_000000014837	1543	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.09904342679428448		0	0	False	False	0.9974076747894287	0					non-mobilizable	other	1543.0	96.176	99.0	0.0032243427421968607	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0147_000000013967	1542	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.09962326551299912		0	0	False	False	0.9993515014648438	0					non-mobilizable	other	1542.0	97.27600000000001	99.0	0.0032201607152938815	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0159_000000010199	1541	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.7045834643612363		0	0	False	False	0.9720960259437561	0					non-mobilizable	no_good_hit								True	True
CHI0002_000000005899	1540	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.5511261493055305	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1540.0	99.935	100.0	0.3642603550295858	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0343_000000012192	1539	0.835239822907378	3	1	1	1	0	True	77401	fragment	False	ISR0343_000000012192	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1539.0	99.74	100.0	0.049454264464406456	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CAN0014_000000032127	1538	0.835239822907378	1	1	1	1	0	True	93502	fragment	False	CAN0014_000000032127	1.0		0	0	False	False	0.9642392992973328	0					non-mobilizable	no_good_hit	52.0	100.0	3.0	1.4162653914724162e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0200_000000013527	1536	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.06526928879910063		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	98.242	100.0	0.0032097056480364337	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0840_000000011265	1536	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.1144158540941312	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1536.0	100.0	100.0	0.3633136094674556	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0109_000000023476	1535	0.835239822907378	1	1	1	1	0	True	8495	fragment	False	MON0109_000000023476	1.0		0	0	False	False	0.9941368103027344	0					non-mobilizable	plasmid	1490.0	99.79899999999999	97.0	0.5018537243006403	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0264_000000007351	1532	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.517035772514117		0	0	False	False	0.9960835576057434	0					non-mobilizable	no_good_hit	81.0	100.0	6.0	0.00016728107611916268	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0237_000000007821	1532	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.027982425137496724		0	0	False	False	0.9732375741004944	0					non-mobilizable	no_good_hit								True	True
MAD0013_000000016271	1532	0.835239822907378	2	1	1	1	0	True	42255	fragment	False	MAD0013_000000016271	1.0		0	0	False	False	0.9967362880706787	0					non-mobilizable	no_good_hit								True	True
ENG0090_000000015972	1530	0.835239822907378	2	1	1	1	0	True	61232	maximal	True	ENG0090_000000015972	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	98.66	54.0	0.6620856911883589	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0139_000000018406	1529	0.835239822907378	2	1	1	1	0	True	40988	fragment	False	SPA0139_000000018406	0.9706884798909339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0257_000000011505	1529	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.5048473442555542		0	0	False	False	0.9947678446769714	0					non-mobilizable	no_good_hit	72.0	88.889	5.0	2.3224996019774233e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
AUS0004_000000013233	1527	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.08026739387376634		0	0	False	False	0.9986902475357056	0					non-mobilizable	other	1527.0	97.773	100.0	0.0031887955135215386	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0782_000000008479	1527	0.835239822907378	1	1	1	1	0	True	22262	fragment	False	ISR0782_000000008479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	77.523	14.0	0.041124713083397095	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
ISR0250_000000008616	1526	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4502310392688266	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1526.0	99.738	100.0	0.36792452830188677	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
MON0081_000000034737	1526	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.29378654000929694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	97.619	6.0	3.98841916843863e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	True
MON0102_000000029100	1525	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.1736723827840577		0	0	False	False	0.9527868628501892	0					non-mobilizable	other	1525.0	99.541	100.0	0.027908509897998424	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0111_000000011241	1525	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.5478892922087963		0	0	False	False	0.9986885190010071	0					non-mobilizable	no_good_hit								True	True
FIJ0082_000000020620	1525	0.835239822907378	1	1	1	1	0	True	49323	fragment	False	FIJ0125_000000012222	0.9883295227697227		0	0	False	False	1.0	0					non-mobilizable	plasmid	1551.0	80.271	99.0	0.5129760701044827	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0100_000000010213	1524	0.835239822907378	2	1	1	1	0	True	110110	fragment	False	AST0089_000000015103	0.95200066892588		0	0	False	False	0.9973753094673157	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000019053	1523	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.11603844017737364		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	98.15899999999999	99.0	0.01651994348440387	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0077_000000019651	1523	0.835239822907378	1	1	1	1	0	True	44495	fragment	False	FIJ0077_000000019651	1.0		0	0	False	False	0.9973735809326172	0					non-mobilizable	other	1500.0	84.133	98.0	0.023680370511356425	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
CHI0003_000000008369	1522	0.835239822907378	2	1	1	1	0	True	90957	fragment	False	CHI0003_000000008369	1.0		0	0	False	False	0.9862023591995239	0					non-mobilizable	no_good_hit								True	True
AST0108_000000018764	1522	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.5058283898667209		0	0	False	False	0.9993429780006409	0					non-mobilizable	no_good_hit	73.0	97.26	6.0	2.4234778455416592e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0100_000000022962	1522	0.835239822907378	2	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.07597387500000918		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	98.61399999999999	94.0	0.014889685903706118	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0024_000000017146	1521	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.07251860317522701		0	0	False	False	0.9855358600616455	0					non-mobilizable	other	1491.0	99.79899999999999	98.0	0.027285879099749118	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0776_000000015657	1520	0.835239822907378	2	1	1	1	0	True	35062	fragment	False	ISR0776_000000015657	0.9974802015838733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0167_000000018553	1520	0.835239822907378	1	1	1	1	0	True	123270	fragment	False	ISR0167_000000018553	1.0		0	0	False	False	0.9980263113975525	0					non-mobilizable	no_good_hit	522.0	85.249	34.0	0.08082952318745917	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
FIJ0008_000000018863	1519	0.835239822907378	1	1	1	1	0	True	71413	fragment	False	FIJ0008_000000018863	1.0		0	0	False	False	0.9822251200675964	0					non-mobilizable	no_good_hit								True	True
USA0075_01_000000016293	1517	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3415782065820134	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1517.0	99.934	100.0	0.3569578526018366	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0117_01_000000013630	1516	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.34688565101065666	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1516.0	99.934	100.0	0.3585798816568047	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0377_000000010477	1514	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.10092087636675112		0	0	False	False	1.0	0					non-mobilizable	other	1514.0	99.009	100.0	0.01644386479730464	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0060_000000011227	1514	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.06514418516410549		0	0	False	False	0.9993395209312439	0					non-mobilizable	no_good_hit								True	True
CHI0050_000000006201	1514	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.32985398484667244	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1514.0	99.868	100.0	0.35625147162703086	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0779_000000022882	1513	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.11636136321240247		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	98.876	100.0	0.016432996413433324	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0010_000000016868	1512	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.17400974662613797		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	99.669	100.0	0.02767044518102075	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0100_000000018702	1512	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.5035743362829643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	89.189	5.0	2.389818431020247e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0089_000000016528	1510	0.835239822907378	2	1	1	1	0	True	98567	fragment	False	MAD0013_000000011288	0.17207396744546563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0075_000000017217	1510	0.835239822907378	2	1	1	1	0	True	10338	fragment	False	MON0075_000000017217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0085_000000018819	1509	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.06973979106736856		0	0	False	False	0.9801192879676819	0					non-mobilizable	other	1509.0	99.006	100.0	0.016389522877948048	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0125_000000017594	1509	0.835239822907378	3	1	1	1	0	True	123265	fragment	False	SPA0108_000000017409	0.944832614140697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	96.887	17.0	0.030940442705148587	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0184_000000007549	1509	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.20121469109351736		0	0	False	False	0.9787939190864563	0					non-mobilizable	other	1509.0	99.669	100.0	0.027615507169410514	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0025_000000008645	1508	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.44344362970302703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	94.792	6.0	0.032018874283788336	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ITA0014_000000000300	1508	0.835239822907378	2	1	1	1	0	True	123265	fragment	False	SPA0108_000000017409	0.9440908763766144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	95.736	17.0	0.030940442705148587	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0286_000000013333	1507	0.835239822907378	1	1	1	1	0	True	26021	fragment	False	ISR0286_000000013333	1.0		0	0	False	False	0.9993364214897156	0					non-mobilizable	no_good_hit	350.0	80.286	23.0	0.008504214366586993	MN882553.2	viruses	Butyrivibrio virus Ceridwen, complete genome	True	True
ENG0049_000000012390	1506	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.43889824862416843	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	99.934	100.0	0.3562130177514793	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0057_000000014827	1506	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.38874578601995485		0	0	False	False	0.9973439574241638	0					non-mobilizable	no_good_hit								True	True
MAD0041_000000024302	1506	0.835239822907378	3	1	1	1	0	True	18230	maximal	True	MAD0041_000000024302	1.0		1	1	False	False	0.9973439574241638	0					non-mobilizable	no_good_hit								True	True
FIJ0149_000000017671	1505	0.835239822907378	3	1	1	1	0	True	39845	fragment	False	FIJ0149_000000017671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	82.745	19.0	0.08733172247152227	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0082_000000020929	1504	0.835239822907378	1	1	1	1	0	True	49327	fragment	False	FIJ0082_000000020929	0.9864141842866955		0	0	False	False	0.998670220375061	0					non-mobilizable	plasmid	1504.0	99.335	100.0	0.506572295247725	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0153_000000019305	1504	0.835239822907378	2	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.481357591661926		0	0	False	False	0.9993351101875305	0					non-mobilizable	no_good_hit	70.0	98.571	5.0	0.0007499184871209651	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0074_000000014205	1504	0.835239822907378	1	1	1	1	0	True	13629	fragment	False	MON0074_000000014205	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	2.2919885562359617e-05	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
MAD0055_000000006252	1503	0.835239822907378	1	1	1	1	0	True	98566	fragment	False	MAD0055_000000006252	1.0		0	0	False	False	0.9993346929550171	0					non-mobilizable	no_good_hit								True	True
ISR0073_000000018339	1502	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.1943304774392244		0	0	False	False	0.9993342161178589	0					non-mobilizable	other	1502.0	99.601	100.0	0.027487318475653305	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0177_000000020963	1502	0.835239822907378	2	1	1	1	0	True	29748	fragment	False	ISR0177_000000020963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0098_000000023314	1501	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.05915698672534027		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	98.934	100.0	0.0031365201772343	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0106_000000014885	1500	0.835239822907378	1	1	1	1	0	True	14728	fragment	False	MAD0106_000000014885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0120_000000026852	1500	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.5046648325063349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	98.113	4.0	0.00145993598742209	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
MAD0012_000000020196	1499	0.835239822907378	1	1	1	1	0	True	19648	fragment	False	MAD0012_000000020196	1.0		0	0	False	False	0.9866577982902527	0					non-mobilizable	no_good_hit	919.0	87.16	61.0	0.0019195503484673918	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0018_000000022784	1498	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.43870769711956353	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	99.8	100.0	0.3524841064280669	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CAN0018_000000022799	1498	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.446737336909176	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	99.93299999999999	100.0	0.3524841064280669	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0034_000000005393	1498	0.835239822907378	3	1	1	1	0	True	113313	fragment	False	CHI0088_000000003180	0.9689480354879594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	88.366	54.0	0.11524163568773234	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
USA0062_01_000000012775	1498	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.446737336909176	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	99.93299999999999	100.0	0.3524841064280669	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0062_01_000000012774	1498	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4388269218085506	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	100.0	100.0	0.3524841064280669	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CAN0011_000000020171	1498	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4388269218085506	PS778	0	0	True	True	1.0	2					non-mobilizable	other	1498.0	100.0	100.0	0.3524841064280669	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CAN0011_000000020165	1498	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4463801827192458	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	99.866	100.0	0.3524841064280669	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CAN0014_000000033053	1498	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4388269218085506	PS778	0	0	True	True	1.0	1					non-mobilizable	other	1498.0	100.0	100.0	0.3524841064280669	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0057_01_000000021560	1498	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.44656349285862723	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	100.0	100.0	0.3524841064280669	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0057_01_000000021545	1498	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4388269218085506	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	100.0	100.0	0.3524841064280669	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0018_000000014475	1496	0.835239822907378	2	1	1	1	0	True	66603	fragment	False	ENG0018_000000014475	1.0		0	0	False	False	0.9699198007583618	0					non-mobilizable	no_good_hit	704.0	90.90899999999999	47.0	0.14891350660417554	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
CHI0069_000000006884	1496	0.835239822907378	2	1	1	1	0	True	85045	fragment	False	CHI0069_000000006884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	9.952412722869538e-05	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	True
MON0044_000000037664	1496	0.835239822907378	3	1	1	1	0	True	11600	fragment	False	MON0044_000000037664	1.0		0	0	False	False	0.9164438247680664	0					non-mobilizable	no_good_hit								True	True
MAD0051_000000019273	1495	0.835239822907378	1	1	1	1	0	True	49327	fragment	False	FIJ0082_000000020929	0.9740557610485335		0	0	False	False	1.0	0					non-mobilizable	plasmid	1495.0	99.73200000000001	100.0	0.5035389282103134	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0041_000000045774	1494	0.835239822907378	1	1	1	1	0	True	44913	fragment	False	MON0038_000000021748	0.9637438922120045		0	0	False	False	0.9993306398391724	0					non-mobilizable	no_good_hit								True	True
ISR0233_000000011956	1493	0.835239822907378	1	1	1	1	0	True	110110	fragment	False	AST0089_000000015103	0.9420150100901035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.013333333333333334	XM_034316600.1	bees	PREDICTED: Osmia lignaria synaptic vesicle glycoprotein 2C-like (LOC117600760), mRNA	True	True
SPA0010_000000017147	1491	0.835239822907378	1	1	1	1	0	True	131092	fragment	False	ENG0016_000000011040	0.409959018360886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0004_000000019110	1490	0.835239822907378	2	1	1	1	0	True	52858	fragment	False	ETH0004_000000019110	1.0		0	0	False	False	0.9946308732032776	0					non-mobilizable	no_good_hit								True	True
ENG0141_000000017844	1488	0.835239822907378	2	1	1	1	0	True	72225	fragment	False	ENG0141_000000017844	0.9812108559498955		0	0	False	False	0.9879032373428345	0					non-mobilizable	no_good_hit	570.0	85.61399999999999	38.0	0.0011897866538975446	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0055_000000024457	1488	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.07682231174276793		0	0	False	False	0.9858871102333069	0					non-mobilizable	other	1476.0	99.18700000000001	99.0	0.016030866210194544	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0006_000000021279	1484	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.16706071746319429		0	0	False	False	0.9959568977355957	0					non-mobilizable	other	1475.0	99.59299999999999	99.0	0.026992876371161205	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0218_000000011941	1483	0.835239822907378	1	1	1	1	0	True	28064	fragment	False	ISR0218_000000011941	1.0		0	0	False	False	0.9858394861221313	0					non-mobilizable	no_good_hit								True	True
ISR0266_000000013727	1482	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.06600245446459783		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	99.595	100.0	0.027121065064918418	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0059_01_000000017179	1482	0.835239822907378	1	1	1	1	0	True	913	fragment	False	USA0059_01_000000017179	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	100.0	100.0	0.024974283738891417	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ISR0393_000000012165	1481	0.835239822907378	1	1	1	1	0	True	70338	fragment	False	ENG0125_000000017938	0.9494140883689899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	89.39399999999999	4.0	0.00010625669292645875	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0002_000000029605	1481	0.835239822907378	2	1	1	1	0	True	20143	fragment	False	MAD0002_000000029605	1.0		0	0	False	False	0.9979743361473083	0					non-mobilizable	virus	1004.0	90.538	98.0	0.0385829803619561	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	False	True
AST0140_000000019476	1481	0.835239822907378	1	1	1	1	0	True	120833	fragment	False	AST0140_000000019476	0.8237110850355743		0	0	False	False	0.9979743361473083	0					non-mobilizable	no_good_hit	1140.0	81.667	80.0	0.0023649362136346623	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0002_000000029646	1480	0.835239822907378	1	1	1	1	0	True	44913	fragment	False	MON0038_000000021748	0.96452630895085		0	0	False	False	0.9885135293006897	0					non-mobilizable	no_good_hit								True	True
MAD0050_000000016401	1479	0.835239822907378	1	1	1	1	0	True	20401	fragment	False	MAD0050_000000016401	0.9641379310344826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0105_000000015202	1479	0.835239822907378	2	1	1	1	0	True	74678	fragment	False	ENG0105_000000015202	1.0		0	0	False	False	0.9797160029411316	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	6.5678482052749845e-06	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	True
ISR0127_000000017467	1478	0.835239822907378	1	1	1	1	0	True	122727	maximal	True	ISR0127_000000017467	1.0		0	0	False	False	0.9891745448112488	0					non-mobilizable	no_good_hit	1319.0	98.635	89.0	0.024136099767429083	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0247_000000009637	1478	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.12611509907480473		0	0	False	False	0.9993234276771545	0					non-mobilizable	no_good_hit								True	True
FIJ0128_000000017813	1478	0.835239822907378	1	1	1	1	0	True	41000	fragment	False	FIJ0128_000000017813	1.0		0	0	False	False	0.9918808937072754	0					non-mobilizable	other	1352.0	96.74600000000001	91.0	0.021428118259104175	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
CAN0013_000000015541	1478	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4370526454288712	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1478.0	100.0	100.0	0.3477748999293619	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0356_000000014217	1476	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.02562950495093835		0	0	False	False	0.9993224740028381	0					non-mobilizable	other	1470.0	97.551	99.0	0.003065425719883656	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0030_000000014707	1476	0.835239822907378	1	1	1	1	0	True	85862	fragment	False	SPA0143_000000014085	0.9456758270114654		0	0	False	False	0.957317054271698	0					non-mobilizable	no_good_hit								True	True
AUS0018_000000019252	1476	0.835239822907378	2	1	1	1	0	True	99872	fragment	False	AUS0018_000000019252	1.0		0	0	False	False	0.9993224740028381	0					non-mobilizable	no_good_hit								True	True
FIJ0041_000000025706	1476	0.835239822907378	1	1	1	1	0	True	100227	maximal	True	FIJ0041_000000025706	1.0		1	1	False	False	0.9871273636817932	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000019763	1475	0.835239822907378	2	1	1	1	0	True	43647	fragment	False	FIJ0088_000000019763	1.0		0	0	False	False	0.9586440920829773	0					non-mobilizable	no_good_hit	703.0	83.499	67.0	0.2391228680821441	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
DEN0093_000000021447	1474	0.835239822907378	2	1	1	1	0	True	68446	fragment	False	DEN0093_000000021447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	89.76700000000001	15.0	5.7592176548952405e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CAN0015_000000023873	1474	0.835239822907378	1	1	1	1	0	True	93182	maximal	True	CAN0015_000000023873	1.0		0	0	False	False	0.997286319732666	0					non-mobilizable	no_good_hit	1029.0	99.223	70.0	0.09350554848098963	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0361_000000009936	1473	0.835239822907378	1	1	1	1	0	True	23750	fragment	False	ISR0361_000000009936	1.0		0	0	False	False	0.9803122878074646	0					non-mobilizable	no_good_hit								True	True
ISR0075_000000018446	1473	0.835239822907378	2	1	1	1	0	True	113412	fragment	False	MAD0034_000000010586	0.9753661784287617		0	0	False	False	0.9721656441688538	0					non-mobilizable	no_good_hit	270.0	84.815	18.0	0.0002819837612464341	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0794_000000014075	1473	0.835239822907378	2	1	1	1	0	True	131003	maximal	True	ISR0794_000000014075	1.0		0	0	False	False	0.9979633688926697	0					non-mobilizable	no_good_hit	1144.0	98.25200000000001	78.0	0.002387937361601047	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0144_000000011648	1472	0.835239822907378	1	1	1	1	0	True	58964	fragment	False	ENG0144_000000011648	0.9666432584269663		0	0	False	False	0.998641312122345	0					non-mobilizable	no_good_hit								True	True
ISR0381_000000012320	1472	0.835239822907378	1	1	1	1	0	True	23145	fragment	False	ISR0381_000000012320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.000128889970928151	NZ_KK211291.1	firmicutes	Ruminiclostridium cellobioparum DSM 1351 = ATCC 15832 T344DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
FIJ0063_000000019478	1472	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.06544225402703427		0	0	False	False	0.995244562625885	0					non-mobilizable	other	1471.0	98.708	99.0	0.02691962568901423	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0035_000000023784	1472	0.835239822907378	2	1	1	1	0	True	73404	maximal	True	DEN0035_000000023784	1.0		1	1	False	False	0.9993206262588501	0					non-mobilizable	no_good_hit								True	True
ENG0117_000000015679	1471	0.835239822907378	1	1	1	1	0	True	59353	fragment	False	ISR0316_000000014753	0.9807730349268491		0	0	False	False	0.9972807765007019	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	30.0	0.02350030921459493	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MAD0042_000000016690	1470	0.835239822907378	1	1	1	1	0	True	18108	fragment	False	MAD0042_000000016690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	79.158	34.0	0.1600943714189417	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0069_000000015055	1469	0.835239822907378	1	1	1	1	0	True	49323	fragment	False	FIJ0125_000000012222	0.9799937109555156		0	0	False	False	1.0	0					non-mobilizable	plasmid	1488.0	80.175	99.0	0.49207954162453654	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0316_000000014753	1469	0.835239822907378	1	1	1	1	0	True	59353	fragment	False	ISR0316_000000014753	0.9850061142791589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	33.0	0.02350030921459493	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MON0051_000000024617	1469	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.6527521838755861		0	0	False	False	0.9727705717086792	0					non-mobilizable	no_good_hit								True	True
FIJ0105_000000022727	1469	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.39764705873090966	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1469.0	98.02600000000001	100.0	0.34565575700494466	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0120_000000024512	1468	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.1758860391736333	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1469.0	94.07799999999999	100.0	0.35413642960812775	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
CHI0020_000000007227	1468	0.835239822907378	4	1	1	1	0	True	89346	fragment	False	CHI0020_000000007227	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1138.0	97.803	100.0	0.167624944714728	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	False	True
CHI0120_000000010782	1468	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.05524845391750395		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	98.63600000000001	99.0	0.015911313987610042	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AUS0012_000000011699	1468	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4370289729289362	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1468.0	95.572	100.0	0.35389453313981617	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ENG0159_000000015751	1467	0.835239822907378	1	1	1	1	0	True	56512	maximal	True	ENG0159_000000015751	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	0.03210272873194221	XM_030593064.1	eudicots	PREDICTED: Syzygium oleosum 33 kDa ribonucleoprotein, chloroplastic (LOC115671486), transcript variant X2, mRNA	True	True
MON0082_000000024337	1467	0.835239822907378	1	1	1	1	0	True	40988	fragment	False	SPA0139_000000018406	0.9516023544800523		0	0	False	False	0.9795501232147217	0					non-mobilizable	no_good_hit								True	True
FIJ0069_000000015092	1466	0.835239822907378	1	1	1	1	0	True	49327	fragment	False	FIJ0082_000000020929	0.9838445300083962		0	0	False	False	1.0	0					non-mobilizable	plasmid	1459.0	99.52	99.0	0.4914054600606673	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0081_000000024765	1466	0.835239822907378	1	1	1	1	0	True	49323	fragment	False	FIJ0125_000000012222	0.9793281997586617		0	0	False	False	1.0	0					non-mobilizable	plasmid	1486.0	80.148	99.0	0.4914054600606673	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0105_000000022766	1466	0.835239822907378	1	1	1	1	0	True	42414	fragment	False	FIJ0105_000000022766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	95.29	84.0	0.14975276665881798	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0349_000000007640	1465	0.835239822907378	1	1	1	1	0	True	73580	fragment	False	ISR0349_000000007640	1.0		0	0	False	False	0.9993174076080322	0					non-mobilizable	no_good_hit	351.0	85.47	24.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
SPA0143_000000014085	1465	0.835239822907378	2	1	1	1	0	True	85862	fragment	False	SPA0143_000000014085	0.9487536155091775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0112_000000022685	1464	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.7059525442035386		0	0	False	False	0.999316930770874	0					non-mobilizable	no_good_hit								True	True
ISR0023_000000022063	1464	0.835239822907378	3	1	1	1	0	True	37506	maximal	True	ISR0023_000000022063	1.0		10	5	False	False	0.993852436542511	0					non-mobilizable	no_good_hit	965.0	97.824	88.0	0.12584856396866842	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0398_000000015605	1463	0.835239822907378	1	1	1	1	0	True	22607	fragment	False	ISR0398_000000015605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0033_000000040909	1463	0.835239822907378	1	1	1	1	0	True	12288	fragment	False	MON0033_000000040909	1.0		0	0	False	False	0.9993164539337158	0					non-mobilizable	plasmid	1419.0	99.648	97.0	0.47724974721941354	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0066_000000024478	1462	0.835239822907378	1	1	1	1	0	True	10630	fragment	False	MON0066_000000024478	1.0		0	0	False	False	0.898084819316864	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	9.071582385536857e-06	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MAD0049_000000012903	1461	0.835239822907378	1	1	1	1	0	True	98765	fragment	False	MAD0049_000000012903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0143_000000019978	1461	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.19250023055073529		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	99.316	100.0	0.026736498983646786	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0041_000000025274	1459	0.835239822907378	1	1	1	1	0	True	70338	fragment	False	ENG0125_000000017938	0.8097957285322871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0303_000000009686	1458	0.835239822907378	2	1	1	1	0	True	25506	maximal	True	ISR0303_000000009686	1.0		0	0	False	False	0.9924554228782654	0					non-mobilizable	no_good_hit	68.0	89.706	5.0	0.00023822525847440546	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0849_000000018681	1457	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.7051636937489933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0073_000000036734	1457	0.835239822907378	1	1	1	1	0	True	100207	fragment	False	DEN0073_000000036734	1.0		0	0	False	False	0.9855868220329285	0					non-mobilizable	no_good_hit								True	True
MAD0091_000000011432	1456	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.07654917565365467		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	99.038	100.0	0.01581349853276818	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0133_000000013698	1456	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.019352257152183354		0	0	False	False	0.9993131756782532	0					non-mobilizable	other	1178.0	98.04799999999999	100.0	0.0024611228324031807	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0007_000000017122	1456	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.3032291984864035		0	0	False	False	0.9993131756782532	0					non-mobilizable	no_good_hit								True	True
MON0093_000000031676	1456	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.4601521547951792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0132_000000023728	1454	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.0835806507000842		0	0	False	False	0.9993122220039368	0					non-mobilizable	other	1454.0	98.831	100.0	0.01579176176502554	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0101_000000019872	1453	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.4956316542017052		0	0	False	False	0.9924294352531433	0					non-mobilizable	no_good_hit								True	True
MON0047_000000027393	1453	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.2526237554231692		0	0	False	False	0.9710943102836609	0					non-mobilizable	no_good_hit								True	True
MON0062_000000024746	1452	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.09399844119718913		0	0	False	False	0.9786501526832581	0					non-mobilizable	other	1453.0	98.417	100.0	0.015780893381154223	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0039_000000033925	1452	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.4985038870844944		0	0	False	False	0.9896694421768188	0					non-mobilizable	no_good_hit								True	True
SPA0037_000000017101	1451	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.4417969456234568		0	0	False	False	0.9910406470298767	0					non-mobilizable	no_good_hit	70.0	98.571	5.0	0.0028603407536376075	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
CHI0180_000000008994	1451	0.835239822907378	1	1	1	1	0	True	120833	fragment	False	AST0140_000000019476	0.8194526353101189		0	0	False	False	0.973811149597168	0					non-mobilizable	no_good_hit	1114.0	81.508	80.0	0.0023147518907989137	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0124_000000020260	1451	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.13917525746278087		0	0	False	False	0.9944865703582764	0					non-mobilizable	no_good_hit								True	True
DEN0003_000000017171	1450	0.835239822907378	2	1	1	1	0	True	76638	fragment	False	DEN0003_000000017171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.3853677458681407e-05	NC_009718.1	thermotogales	Fervidobacterium nodosum Rt17-B1, complete sequence	True	True
MON0062_000000024784	1450	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.5836937397038344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0050_000000027560	1449	0.835239822907378	1	1	1	1	0	True	100199	fragment	False	MON0050_000000027560	1.0		0	0	False	False	0.9089027047157288	0					non-mobilizable	no_good_hit								True	True
MAD0004_000000007594	1449	0.835239822907378	1	1	1	1	0	True	49032	maximal	True	MAD0004_000000007594	1.0		1	1	False	False	0.9751552939414978	0					non-mobilizable	no_good_hit	98.0	81.633	21.0	0.0013881505109575286	NZ_JH379465.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1359, whole genome shotgun sequence	True	True
ISR0775_000000013587	1449	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.2554334305665095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0031_000000022992	1448	0.835239822907378	2	1	1	1	0	True	88319	fragment	False	CHI0182_000000018569	0.8015287710510922		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1445.0	92.38799999999999	100.0	0.13086486977039657	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
ISR0018_000000014540	1447	0.835239822907378	1	1	1	1	0	True	82385	fragment	False	ISR0018_000000014540	0.9463605040452409		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	96.75399999999999	100.0	0.002471919709587871	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	True
ISR0851_000000009419	1447	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.4883439857812415		0	0	False	False	0.9951624274253845	0					non-mobilizable	no_good_hit								True	True
ISR0019_000000012539	1447	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.08364361490461021		0	0	False	False	0.9806495904922485	0					non-mobilizable	other	1442.0	98.336	100.0	0.015661341158569722	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0071_000000030067	1446	0.835239822907378	1	1	1	1	0	True	70397	maximal	True	DEN0071_000000030067	1.0		1	1	False	False	0.9965421557426453	0					non-mobilizable	no_good_hit								True	True
ISR0084_000000019055	1446	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.022636701721853274		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	98.824	100.0	0.003021514437402376	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0125_000000022532	1446	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.24429161431903604		0	0	False	False	0.9979252815246582	0					non-mobilizable	no_good_hit								True	True
MAD0103_000000016888	1445	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.051084535541549084		0	0	False	False	0.9785467386245728	0					non-mobilizable	other	1444.0	96.95299999999999	99.0	0.01567220954244104	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0316_000000015054	1444	0.835239822907378	1	1	1	1	0	True	108067	fragment	False	ISR0316_000000015054	0.987300406189563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.85	48.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0013_000000018425	1444	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.05457527018155995		0	0	False	False	0.9972299337387085	0					non-mobilizable	other	1444.0	97.992	100.0	0.003017332410499397	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0038_000000018255	1443	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.18021274282029529		0	0	False	False	0.987525999546051	0					non-mobilizable	other	1443.0	99.515	100.0	0.026406870913985386	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0081_000000036511	1443	0.835239822907378	1	1	1	1	0	True	131932	backbone	False	ENG0156_000000004841	0.013830939486696493	PS1136	0	0	False	True	0.9979209899902344	0					non-mobilizable	no_good_hit	43.0	100.0	3.0	4.288221582619225e-05	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	True
ISR0391_000000010839	1442	0.835239822907378	1	1	1	1	0	True	103620	fragment	False	ISR0391_000000010839	1.0		0	0	False	False	0.9930651783943176	0					non-mobilizable	no_good_hit	1109.0	94.86	88.0	0.13692022263450834	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0052_000000022927	1442	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.05174715224623222		0	0	False	False	0.992371678352356	0					non-mobilizable	other	1442.0	98.89	100.0	0.015661341158569722	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0133_000000013725	1442	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.43075622729877333		0	0	False	False	0.9993064999580383	0					non-mobilizable	no_good_hit	61.0	100.0	5.0	0.00012546080708937201	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0032_000000025724	1442	0.835239822907378	1	1	1	1	0	True	49327	fragment	False	FIJ0082_000000020929	0.9794469333985742		0	0	False	False	1.0	0					non-mobilizable	plasmid	1442.0	99.65299999999999	100.0	0.4856757667677789	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0087_000000035611	1442	0.835239822907378	3	1	1	1	0	True	9682	fragment	False	MON0087_000000035611	1.0		0	0	False	False	0.9632455110549927	0					non-mobilizable	no_good_hit	304.0	85.197	21.0	0.10517120894479386	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
MON0011_000000032359	1442	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.019177057029865597		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	98.96	100.0	0.0030131503835964177	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0002_000000030615	1441	0.835239822907378	2	1	1	1	0	True	33705	fragment	False	MAD0002_000000030615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0023_000000023881	1441	0.835239822907378	1	1	1	1	0	True	49327	fragment	False	FIJ0082_000000020929	0.9788840625361122		0	0	False	False	1.0	0					non-mobilizable	plasmid	1441.0	99.514	100.0	0.48533872598584427	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0023_000000023909	1440	0.835239822907378	1	1	1	1	0	True	49323	fragment	False	FIJ0125_000000012222	0.969105270681315		0	0	False	False	1.0	0					non-mobilizable	plasmid	1466.0	79.877	100.0	0.48466464442197504	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0100_000000032109	1439	0.835239822907378	1	1	1	1	0	True	9101	fragment	False	MON0100_000000032109	1.0		0	0	False	False	0.9798471331596375	0					non-mobilizable	no_good_hit								True	True
ISR0213_000000019034	1437	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.6670819969491195		0	0	False	False	0.9993041157722473	0					non-mobilizable	no_good_hit								True	True
MAD0088_000000018412	1437	0.835239822907378	1	1	1	1	0	True	15881	fragment	False	MAD0088_000000018412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	81.915	12.0	0.005991302947334514	GQ866234.1	g-proteobacteria	Aggregatibacter actinomycetemcomitans strain D11S-1 plasmid S25, complete sequence	True	True
DEN0052_000000032436	1437	0.835239822907378	1	1	1	1	0	True	72225	fragment	False	ENG0141_000000017844	0.9643817204301075		0	0	False	False	0.9832985401153564	0					non-mobilizable	no_good_hit	535.0	90.28	37.0	0.0011166011830954108	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0820_000000017979	1436	0.835239822907378	4	1	1	1	0	True	21271	fragment	False	ISR0820_000000017979	1.0		0	0	False	False	0.9951253533363342	0					non-mobilizable	no_good_hit	650.0	88.462	45.0	0.07751184546227675	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	True
ISR0781_000000021120	1436	0.835239822907378	2	1	1	1	0	True	22283	fragment	False	ISR0781_000000021120	1.0		0	0	False	False	0.9916434288024902	0					non-mobilizable	no_good_hit	76.0	96.053	5.0	0.010638297872340425	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
MON0046_000000023985	1436	0.835239822907378	1	1	1	1	0	True	11509	fragment	False	MON0046_000000023985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	74.804	70.0	0.3477201531500174	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
AST0016_000000016626	1435	0.835239822907378	1	1	1	1	0	True	123264	fragment	False	AST0016_000000016626	1.0		0	0	False	False	0.998606264591217	0					non-mobilizable	no_good_hit	515.0	84.66	36.0	0.07968647942521227	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0236_000000007909	1435	0.835239822907378	1	1	1	1	0	True	112647	fragment	False	ISR0236_000000007909	1.0		0	0	False	False	0.9797909259796143	0					non-mobilizable	no_good_hit	390.0	97.949	27.0	0.0008134042326294285	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0112_000000012984	1434	0.835239822907378	1	1	1	1	0	True	82385	fragment	False	ISR0018_000000014540	0.9327629571717165		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	99.413	100.0	0.001939064091695933	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	True
ISR0042_000000022752	1434	0.835239822907378	2	1	1	1	0	True	85862	fragment	False	SPA0143_000000014085	0.9386701235660226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0007_000000006463	1432	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.05140779705922416		0	0	False	False	0.9958100318908691	0					non-mobilizable	other	1432.0	98.743	100.0	0.015552657319856538	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0092_000000031714	1432	0.835239822907378	1	1	1	1	0	True	22696	fragment	False	SPA0092_000000031714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	6.0	0.0005484054590639622	NZ_QREV01000007.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold7, whole genome shotgun sequence	True	True
ISR0793_000000011799	1431	0.835239822907378	2	1	1	1	0	True	22012	fragment	False	ISR0793_000000011799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0047_000000027803	1431	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.4481415242445178		0	0	False	False	0.9308176040649414	0					non-mobilizable	no_good_hit								True	True
ISR0206_000000018292	1429	0.835239822907378	1	1	1	1	0	True	49327	fragment	False	FIJ0082_000000020929	0.9740906164732658		0	0	False	False	1.0	0					non-mobilizable	plasmid	1429.0	99.72	100.0	0.48129423660262893	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ETH0001_000000024721	1429	0.835239822907378	2	1	1	1	0	True	53476	fragment	False	ETH0001_000000024721	1.0		0	0	False	False	0.9993001818656921	0					non-mobilizable	no_good_hit								True	True
SPA0073_000000007569	1429	0.835239822907378	1	1	1	1	0	True	5841	maximal	True	SPA0073_000000007569	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1429.0	96.15100000000001	100.0	0.09990198823858863	CP060113.1	fusobacteria	Fusobacterium hwasookii strain KCOM 1249 plasmid pFh1249-1, complete sequence	False	True
FIJ0119_000000012342	1426	0.835239822907378	2	1	1	1	0	True	131080	fragment	False	FIJ0119_000000012342	0.978122794636556		0	0	False	False	0.9908835887908936	0					non-mobilizable	no_good_hit								True	True
CAN0015_000000024534	1426	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4129761006955535	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1426.0	99.649	100.0	0.3437348814707305	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0109_000000022540	1426	0.835239822907378	1	1	1	1	0	True	108067	fragment	False	ISR0316_000000015054	0.9847430958934691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.47399999999999	49.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MON0059_000000027386	1426	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.05262642181589694		0	0	False	False	0.9796633720397949	0					non-mobilizable	other	1426.0	98.80799999999999	100.0	0.002979694168372585	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CAN0014_000000034890	1426	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4040117422153402	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1426.0	100.0	100.0	0.335530963032729	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0080_000000016933	1425	0.835239822907378	1	1	1	1	0	True	49323	fragment	False	FIJ0125_000000012222	0.9599931491838091		0	0	False	False	1.0	0					non-mobilizable	plasmid	1451.0	79.669	100.0	0.47960903269295585	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
CAN0015_000000024563	1425	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.41651618798970386	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1425.0	100.0	100.0	0.3370414201183432	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0123_000000007918	1424	0.835239822907378	1	1	1	1	0	True	58964	fragment	False	ENG0144_000000011648	0.9514266304347826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0064_000000015596	1423	0.835239822907378	1	1	1	1	0	True	62931	fragment	False	ENG0064_000000015596	1.0		0	0	False	False	0.9922698736190796	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	6.830392370092228e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
AST0024_000000025274	1423	0.835239822907378	2	1	1	1	0	True	121007	fragment	False	AST0024_000000025274	1.0		0	0	False	False	0.9978917837142944	0					non-mobilizable	plasmid	730.0	97.945	100.0	0.09516971279373368	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	False	True
ISR0001_000000017172	1423	0.835239822907378	1	1	1	1	0	True	69693	maximal	True	ISR0001_000000017172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1268.0	98.10700000000001	89.0	0.002649314043037239	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0067_000000022888	1422	0.835239822907378	2	1	1	1	0	True	102604	fragment	False	FIJ0067_000000022888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0008_000000009289	1420	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.16089245454134288		0	0	False	False	1.0	0					non-mobilizable	other	1420.0	99.57700000000001	100.0	0.025985679491640264	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0121_000000011613	1420	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.6209514018241833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0310_000000012609	1419	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.1654739608105715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	100.0	9.0	0.043478260869565216	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0161_000000012464	1419	0.835239822907378	1	1	1	1	0	True	69356	fragment	False	FIJ0161_000000012464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0105_000000027276	1419	0.835239822907378	2	1	1	1	0	True	14788	fragment	False	MAD0105_000000027276	1.0		0	0	False	False	0.985200822353363	0					non-mobilizable	no_good_hit	189.0	84.656	13.0	0.007200616095494801	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0171_000000014799	1418	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.2806360673283179		0	0	False	False	0.9950634837150574	0					non-mobilizable	no_good_hit								True	True
FIJ0045_000000016718	1418	0.835239822907378	2	1	1	1	0	True	47041	fragment	False	FIJ0045_000000016718	1.0		0	0	False	False	0.9880113005638123	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.606997517340227e-05	CP059216.1	CFB group bacteria	Blattabacterium cuenoti strain BALTAsp chromosome, complete genome	True	True
ENG0121_000000011636	1418	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.056356823954545505		0	0	False	False	0.9985895752906799	0					non-mobilizable	other	1425.0	94.035	100.0	0.01546571024888599	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0001_000000019362	1417	0.835239822907378	1	1	1	1	0	True	131080	fragment	False	FIJ0119_000000012342	0.9751051893408135		0	0	False	False	0.9971771240234375	0					non-mobilizable	no_good_hit								True	True
MAD0046_000000018980	1416	0.835239822907378	3	1	1	1	0	True	76754	fragment	False	DEN0001_000000031146	0.9955243124180658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	10.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
ISR0329_000000012164	1416	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.06505281533700516		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	97.527	99.0	0.015367894794044126	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0001_000000031146	1416	0.835239822907378	3	1	1	1	0	True	76754	fragment	False	DEN0001_000000031146	0.995759883678372		0	0	False	False	0.9971751570701599	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	10.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
FIJ0104_000000019473	1415	0.835239822907378	1	1	1	1	0	True	72078	fragment	False	FIJ0104_000000019473	1.0		0	0	False	False	0.9879858493804932	0					non-mobilizable	no_good_hit	38.0	100.0	4.0	4.736395280604538e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
AST0116_000000019127	1415	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.16064118507242717		0	0	False	False	0.9985865950584412	0					non-mobilizable	other	1415.0	99.57600000000001	100.0	0.025894116138956542	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0101_000000020446	1415	0.835239822907378	2	1	1	1	0	True	76754	fragment	False	DEN0001_000000031146	0.9917608286252354		0	0	False	False	0.9964664578437805	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	10.0	0.0539906103286385	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
MON0070_000000024483	1415	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.5636709672096407		0	0	False	False	0.9830388426780701	0					non-mobilizable	no_good_hit								True	True
ISR0821_000000023040	1415	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.10372512650178509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0045_000000017773	1415	0.835239822907378	1	1	1	1	0	True	6747	fragment	False	SPA0045_000000017773	1.0		0	0	False	False	0.9936395883560181	0					non-mobilizable	no_good_hit								True	True
USA0135_01_000000010869	1414	0.835239822907378	2	1	1	1	0	True	32	fragment	False	USA0135_01_000000010869	1.0		0	0	False	False	0.9674682021141052	0	rep_cluster_1404				non-mobilizable	no_good_hit	1036.0	90.734	73.0	0.09143570091792175	JX275965.1	firmicutes	Streptococcus infantis plasmid pSI01, complete sequence	True	True
MAD0073_000000002394	1413	0.835239822907378	1	1	1	1	0	True	16295	fragment	False	MAD0073_000000002394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0055_000000011565	1412	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.07642411502709898		0	0	False	False	0.9992917776107788	0					non-mobilizable	other	1411.0	98.866	99.0	0.015324421258558853	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CAN0012_000000032310	1412	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4232574813198016	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1412.0	99.929	100.0	0.3322345184836355	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CAN0012_000000032315	1412	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.41549654942786074	PS778	0	0	True	True	1.0	1					non-mobilizable	other	1412.0	100.0	100.0	0.3339644970414201	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0096_000000017024	1411	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4110217268581957	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1411.0	100.0	100.0	0.3337278106508876	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
DEN0085_000000019978	1410	0.835239822907378	3	1	1	1	0	True	88319	fragment	False	CHI0182_000000018569	0.8329281776650089		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1410.0	99.85799999999999	100.0	0.23744523087293562	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
CHI0144_000000012007	1410	0.835239822907378	1	1	1	1	0	True	131092	fragment	False	ENG0016_000000011040	0.2702883970489604		0	0	False	False	0.9936169981956482	0					non-mobilizable	no_good_hit								True	True
DEN0065_000000024539	1408	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4107265957939335	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1408.0	100.0	100.0	0.3330177514792899	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CAN0002_000000013916	1406	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.41140216120231127	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1406.0	99.71600000000001	100.0	0.33889695210449927	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0367_000000006976	1405	0.835239822907378	2	1	1	1	0	True	23578	fragment	False	ISR0367_000000006976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	80.218	63.0	0.1096579476861167	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
USA0135_01_000000010937	1405	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.5842689213655807		0	0	False	False	0.981494665145874	0					non-mobilizable	no_good_hit								True	True
MON0105_000000038881	1405	0.835239822907378	3	1	1	1	0	True	83852	fragment	False	MON0105_000000038881	1.0		0	0	False	False	0.954448401927948	0					non-mobilizable	plasmid	1405.0	99.431	100.0	0.2824949698189135	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0830_000000021689	1404	0.835239822907378	2	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.2545033633519808		0	0	False	False	0.9900285005569458	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	7.787390879185305e-06	NZ_CP027668.1	a-proteobacteria	Phreatobacter cathodiphilus strain S-12 chromosome, complete genome	True	True
USA0059_01_000000018089	1404	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.13788397936832955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0086_000000021776	1403	0.835239822907378	2	1	1	1	0	True	85862	fragment	False	SPA0143_000000014085	0.5703221990857678		0	0	False	False	0.9729151725769043	0					non-mobilizable	no_good_hit	71.0	100.0	5.0	0.0025173517459632466	NZ_CYZK01000030.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0036_000000017320	1401	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.2326330338069709		0	0	False	False	0.9964311122894287	0					non-mobilizable	no_good_hit								True	True
USA0060_01_000000008213	1400	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.397618602777299	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1400.0	99.929	100.0	0.33112426035502956	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0131_000000018762	1400	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.18200063940290692		0	0	False	False	0.9992856979370117	0					non-mobilizable	no_good_hit								True	True
MON0072_000000015493	1399	0.835239822907378	2	1	1	1	0	True	53069	fragment	False	ETH0003_000000028657	0.9579945799457994		0	0	False	False	0.9964260458946228	0					non-mobilizable	plasmid	1399.0	99.786	100.0	0.3075230972283326	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
MON0073_000000003145	1398	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4054543253727173	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1398.0	99.928	100.0	0.3306508875739645	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0058_01_000000012799	1398	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4215928967242189	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1398.0	100.0	100.0	0.32893807393454205	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AST0052_000000017813	1397	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.05086139896849584		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	98.065	99.0	0.01515052711661776	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0050_000000017388	1397	0.835239822907378	1	1	1	1	0	True	44913	fragment	False	MON0038_000000021748	0.6757187513327562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0029_000000021057	1397	0.835239822907378	2	1	1	1	0	True	117969	fragment	False	AST0029_000000021057	1.0		0	0	False	False	0.9985683560371399	0					non-mobilizable	no_good_hit	1027.0	88.413	78.0	0.0021453798012282615	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0081_01_000000021839	1396	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4093177139458308	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1396.0	100.0	100.0	0.3301775147928994	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0110_000000016788	1396	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4099085685813695	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1396.0	100.0	100.0	0.3301775147928994	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0280_000000010634	1395	0.835239822907378	2	1	1	1	0	True	55945	fragment	False	ISR0280_000000010634	1.0		0	0	False	False	0.9706093072891235	0					non-mobilizable	other	1395.0	100.0	100.0	0.00042080706810976727	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0265_000000012530	1393	0.835239822907378	1	1	1	1	0	True	26596	fragment	False	ISR0265_000000012530	1.0		0	0	False	False	0.969131350517273	0					non-mobilizable	no_good_hit								True	True
SPA0008_000000021970	1393	0.835239822907378	2	1	1	1	0	True	8162	fragment	False	SPA0008_000000021970	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	96.902	90.0	0.0199371907118386	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0028_000000018764	1393	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.009648514875146546		0	0	False	False	0.9956927299499512	0					non-mobilizable	other	1393.0	98.564	100.0	0.0029106907244734305	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0135_000000016219	1393	0.835239822907378	2	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.045457318501956175		0	0	False	False	0.9971284866333008	0					non-mobilizable	other	1390.0	99.49600000000001	99.0	0.025436299375537933	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0019_000000048058	1393	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.2899582481884681		0	0	False	False	0.9992821216583252	0					non-mobilizable	no_good_hit								True	True
ISR0229_000000011670	1392	0.835239822907378	3	1	1	1	0	True	114042	fragment	False	ISR0229_000000011670	0.9906474820143885		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	99.353	100.0	0.025472924716611424	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0083_01_000000019569	1392	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.41229996105908345	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1392.0	100.0	100.0	0.3275253119849305	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0782_000000009163	1391	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.04250160097541948	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1391.0	99.78399999999999	100.0	0.3289940828402367	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0057_000000019141	1391	0.835239822907378	2	1	1	1	0	True	49030	fragment	False	MON0057_000000019141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	95.833	12.0	0.056285810583080555	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ENG0034_000000010636	1391	0.835239822907378	2	1	1	1	0	True	65451	maximal	True	ENG0034_000000010636	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	6.0	0.021966794380587483	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0133_000000027945	1391	0.835239822907378	2	1	1	1	0	True	40664	maximal	True	FIJ0133_000000027945	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0233_000000013237	1390	0.835239822907378	2	1	1	1	0	True	27381	fragment	False	ISR0233_000000013237	1.0		0	0	False	False	0.9964028596878052	0					non-mobilizable	no_good_hit								True	True
ISR0038_000000025291	1390	0.835239822907378	3	1	1	1	0	True	114042	fragment	False	ISR0229_000000011670	0.9899425287356323		0	0	False	False	0.9812949895858765	0					non-mobilizable	other	1373.0	99.272	99.0	0.02512498397641328	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0040_000000017758	1390	0.835239822907378	1	1	1	1	0	True	47462	fragment	False	FIJ0040_000000017758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	3.968331181047045e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
MON0107_000000044260	1389	0.835239822907378	1	1	1	1	0	True	13716	fragment	False	MON0107_000000044260	0.9898255813953488		0	0	False	False	0.9942404627799988	0					non-mobilizable	no_good_hit								True	True
USA0011_01_000000026030	1388	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.14651080910193953		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	99.568	100.0	0.025399674034464446	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
TAN0007_000000030326	1388	0.835239822907378	2	1	1	1	0	True	2798	maximal	True	TAN0007_000000030326	1.0		0	0	False	False	0.9459654092788696	0					non-mobilizable	no_good_hit								True	True
ETH0005_000000033539	1388	0.835239822907378	1	1	1	1	0	True	52708	fragment	False	ETH0005_000000033539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0096_000000032835	1386	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.40980315487628427	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1386.0	99.711	100.0	0.33405902273826804	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
USA0041_01_000000012204	1385	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4088766331498304	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1385.0	100.0	100.0	0.3275739644970414	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0058_000000015608	1385	0.835239822907378	2	1	1	1	0	True	85862	fragment	False	SPA0143_000000014085	0.9354812454384274		0	0	False	False	0.9985559582710266	0					non-mobilizable	no_good_hit								True	True
DEN0096_000000032846	1385	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4086091813868436	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1385.0	99.928	100.0	0.3275739644970414	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
FIJ0165_000000011549	1382	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.05104252634974041		0	0	False	False	0.9905933141708374	0					non-mobilizable	other	1382.0	98.84200000000001	100.0	0.01500923812629062	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0088_000000023413	1381	0.835239822907378	2	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.24356488810732557		0	0	False	False	0.9406227469444275	0					non-mobilizable	no_good_hit								True	True
SPA0008_000000022174	1380	0.835239822907378	1	1	1	1	0	True	8160	fragment	False	SPA0008_000000022174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0116_01_000000017742	1380	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.40892293582164274	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1380.0	99.565	100.0	0.33260764392839864	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
USA0011_01_000000026198	1379	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3811135636678175	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1379.0	100.0	100.0	0.3261538461538461	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0011_01_000000026213	1379	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4009791957064644	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1379.0	99.78200000000001	100.0	0.32446432776077233	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0090_000000045038	1378	0.835239822907378	2	1	1	1	0	True	9532	fragment	False	MON0090_000000045038	1.0		0	0	False	False	0.9927431344985962	0					non-mobilizable	no_good_hit	1028.0	92.12100000000001	75.0	0.018183107078297237	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0219_000000023788	1378	0.835239822907378	1	1	1	1	0	True	28030	maximal	True	ISR0219_000000023788	1.0		3	1	False	False	0.994194507598877	0					non-mobilizable	no_good_hit	205.0	100.0	15.0	6.93189784149536e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
FIJ0144_000000023034	1378	0.835239822907378	1	1	1	1	0	True	40049	fragment	False	FIJ0144_000000023034	1.0		0	0	False	False	0.9905660152435303	0					non-mobilizable	no_good_hit								True	True
USA0018_01_000000015808	1377	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.39949195439899665	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1377.0	100.0	100.0	0.32568047337278105	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0012_000000041265	1376	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.13203371486574392		0	0	False	False	0.9985465407371521	0					non-mobilizable	no_good_hit								True	True
DEN0068_000000001882	1375	0.835239822907378	1	1	1	1	0	True	70771	fragment	False	DEN0068_000000001882	1.0		0	0	False	False	0.9941818118095398	0					non-mobilizable	no_good_hit								True	True
CHI0182_000000021048	1373	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.402103910734362	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1373.0	99.78200000000001	100.0	0.3228161054862256	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0001_01_000000012406	1373	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3907302253895801	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1373.0	100.0	100.0	0.3247337278106509	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
AUS0004_000000014574	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3905441890414752	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	100.0	100.0	0.32449704142011837	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0039_01_000000016241	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4148944203860245	PS778	0	0	True	True	1.0	1					non-mobilizable	other	1372.0	99.927	100.0	0.3228161054862256	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0039_01_000000016232	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3905441890414752	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	100.0	100.0	0.32449704142011837	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0182_000000021069	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4027693430650671	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	99.927	100.0	0.32449704142011837	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0126_000000011259	1372	0.835239822907378	1	1	1	1	0	True	81449	fragment	False	CHI0126_000000011259	1.0		0	0	False	False	0.9963557124137878	0					non-mobilizable	no_good_hit								True	True
ENG0056_000000007808	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3905441890414752	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	100.0	100.0	0.32449704142011837	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0072_01_000000012781	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4066204786389402	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	100.0	100.0	0.3228161054862256	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0072_01_000000012787	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3904707102925032	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	99.927	100.0	0.32449704142011837	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0056_000000007807	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.40651842678457123	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	99.854	100.0	0.3228161054862256	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0180_000000009486	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4148944203860245	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	99.927	100.0	0.3228161054862256	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0180_000000009479	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3905441890414752	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	100.0	100.0	0.32449704142011837	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0001_01_000000012425	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4066204786389402	PS778	0	0	False	True	0.9992711544036865	0					non-mobilizable	other	1372.0	100.0	100.0	0.3228161054862256	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0048_01_000000011635	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.39053953734272573	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	99.927	100.0	0.32449704142011837	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0048_01_000000011630	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4064602128049267	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	99.854	100.0	0.3228161054862256	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AUS0022_000000024707	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3905441890414752	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	100.0	100.0	0.32449704142011837	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
AUS0022_000000024702	1372	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.40651842678457123	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1372.0	99.854	100.0	0.3228161054862256	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0052_000000011637	1371	0.835239822907378	3	1	1	1	0	True	86471	maximal	True	CHI0052_000000011637	1.0		2	2	False	False	0.9941648244857788	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.376791819038959e-06	CP035280.1	firmicutes	Clostridium sp. JN-9 chromosome, complete genome	True	True
ISR0778_000000010312	1370	0.835239822907378	1	1	1	1	0	True	88319	fragment	False	CHI0182_000000018569	0.8233231135893999		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1370.0	99.927	100.0	0.23070441523424334	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
FIJ0169_000000016670	1370	0.835239822907378	2	1	1	1	0	True	38851	fragment	False	FIJ0169_000000016670	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1370.0	99.34299999999999	100.0	0.4725578184328616	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0051_000000026663	1370	0.835239822907378	2	1	1	1	0	True	11252	fragment	False	MON0051_000000026663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	97.727	6.0	2.434962024388244e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MAD0070_000000015618	1369	0.835239822907378	1	1	1	1	0	True	16350	fragment	False	MAD0070_000000015618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0825_000000017648	1367	0.835239822907378	2	1	1	1	0	True	21121	fragment	False	ISR0825_000000017648	1.0		0	0	False	False	0.9985369443893433	0					non-mobilizable	no_good_hit	119.0	94.958	9.0	0.0027065790691218655	NZ_VULP01000026.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq26, whole genome shotgun sequence	True	True
ENG0143_000000013732	1367	0.835239822907378	2	1	1	1	0	True	57595	fragment	False	ENG0143_000000013732	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1367.0	99.561	100.0	0.3769315673289183	AP010892.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F plasmid p157F-NC2 DNA, complete sequence	False	True
MON0075_000000019326	1366	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.10150141761639098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	96.34700000000001	16.0	0.07347489046174586	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
USA0012_01_000000003245	1365	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.4013299936988923	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1365.0	99.853	100.0	0.32116788321167883	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0129_000000019879	1364	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.14000852163562663		0	0	False	False	0.983137845993042	0					non-mobilizable	other	1364.0	99.927	100.0	0.02496016994158258	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0046_000000025479	1364	0.835239822907378	1	1	1	1	0	True	11503	fragment	False	MON0046_000000025479	1.0		0	0	False	False	0.9934017658233643	0					non-mobilizable	other	1375.0	80.509	99.0	0.002845869307477255	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0088_000000019505	1363	0.835239822907378	1	1	1	1	0	True	15878	maximal	True	MAD0088_000000019505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	87.58200000000001	67.0	0.001900731227403986	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0106_000000016556	1362	0.835239822907378	1	1	1	1	0	True	21116	fragment	False	MAD0106_000000016556	0.9955211726384365		0	0	False	False	0.9933920502662659	0					non-mobilizable	no_good_hit								True	True
ISR0006_000000013868	1362	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.28878197908980113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0156_000000017919	1362	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.14600553389540344		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	99.853	100.0	0.024923544600509093	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0068_000000030996	1362	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.387852040221542		0	0	False	False	0.98531574010849	0					non-mobilizable	no_good_hit								True	True
AST0024_000000026535	1362	0.835239822907378	1	1	1	1	0	True	120833	fragment	False	AST0140_000000019476	0.6348201135433814		0	0	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit	880.0	79.432	78.0	0.0018212727162473835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0148_000000015031	1361	0.835239822907378	1	1	1	1	0	True	39885	fragment	False	FIJ0148_000000015031	1.0		0	0	False	False	0.9985305070877075	0					non-mobilizable	no_good_hit								True	True
ISR0157_000000023371	1361	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.1460639600097209		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	99.853	100.0	0.02490523192997235	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0217_000000016692	1358	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.37831309441079636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0058_000000015975	1358	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.050687325186083265		0	0	False	False	0.9823269248008728	0					non-mobilizable	other	1359.0	98.16	100.0	0.01474839691337898	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0193_000000014644	1358	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.39032613217917456	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1358.0	99.779	100.0	0.3195196609371321	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0193_000000014645	1358	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3788791632351904	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1358.0	99.853	100.0	0.32118343195266275	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
CHI0037_000000010984	1357	0.835239822907378	2	1	1	1	0	True	88749	fragment	False	CHI0037_000000010984	1.0		0	0	False	False	0.9977892637252808	0					non-mobilizable	virus	968.0	87.5	93.0	0.017102045156488145	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	False	True
MAD0072_000000004589	1357	0.835239822907378	1	1	1	1	0	True	44912	fragment	False	MAD0072_000000004589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0022_000000019418	1357	0.835239822907378	1	1	1	1	0	True	59353	fragment	False	ISR0316_000000014753	0.9435406282292694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	91.09899999999999	24.0	0.02350030921459493	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
DEN0022_000000030891	1356	0.835239822907378	2	1	1	1	0	True	88319	fragment	False	CHI0182_000000018569	0.81801001353651		0	0	False	False	0.9830383658409119	0	rep_cluster_1085				non-mobilizable	plasmid	1356.0	99.853	100.0	0.22834512976070104	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	False	True
MAD0071_000000004580	1356	0.835239822907378	2	1	1	1	0	True	16332	fragment	False	MAD0071_000000004580	1.0		0	0	False	False	0.98893803358078	0					non-mobilizable	no_good_hit								True	True
MON0011_000000034394	1356	0.835239822907378	1	1	1	1	0	True	16542	fragment	False	MON0011_000000034394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0794_000000015431	1355	0.835239822907378	1	1	1	1	0	True	21985	maximal	True	ISR0794_000000015431	1.0		0	0	False	False	0.9970479607582092	0					non-mobilizable	no_good_hit	962.0	99.064	71.0	0.01044451690033692	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0197_000000007633	1353	0.835239822907378	3	1	1	1	0	True	54363	fragment	False	ENG0197_000000007633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0047_000000015607	1353	0.835239822907378	2	1	1	1	0	True	64305	fragment	False	ENG0047_000000015607	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	93.95299999999999	16.0	0.034781188765512734	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
MAD0047_000000035258	1353	0.835239822907378	3	1	1	1	0	True	17618	maximal	True	MAD0047_000000035258	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0037_000000056283	1353	0.835239822907378	1	1	1	1	0	True	16542	fragment	False	MON0011_000000034394	0.9988938053097345		0	0	False	False	0.9534367918968201	0					non-mobilizable	no_good_hit								True	True
DEN0059_000000000824	1352	0.835239822907378	2	1	1	1	0	True	71971	fragment	False	DEN0059_000000000824	1.0		0	0	False	False	0.9970414042472839	0					non-mobilizable	no_good_hit	288.0	87.15299999999999	29.0	0.07279693486590039	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CHI0063_000000010373	1349	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.1828776056744722	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1349.0	100.0	100.0	0.3190532544378698	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0025_01_000000011475	1349	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.38930870927674605	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1349.0	100.0	100.0	0.31740051801271485	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0317_000000016929	1348	0.835239822907378	1	1	1	1	0	True	98759	fragment	False	ISR0317_000000016929	0.995517522412388		0	0	False	False	0.9992581605911255	0					non-mobilizable	no_good_hit								True	True
USA0005_01_000000022803	1348	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.10879998356005667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0002_000000014533	1347	0.835239822907378	2	1	1	1	0	True	96874	fragment	False	CAN0002_000000014533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0108_000000017777	1347	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.053885118280122636		0	0	False	False	0.9970304369926453	0					non-mobilizable	other	1328.0	96.536	98.0	0.014411477013368113	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0075_000000019702	1345	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.03440629506204174	PS778	0	0	False	True	0.9754647016525269	0					non-mobilizable	other	1303.0	100.0	97.0	0.3081656804733728	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0339_000000011434	1345	0.835239822907378	2	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.05509271371828427		0	0	False	False	0.9985129833221436	0					non-mobilizable	other	1344.0	97.84200000000001	99.0	0.0028082310653504434	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0042_000000018549	1345	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.042534268006488664	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1345.0	99.926	100.0	0.3178698224852071	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0077_000000015474	1343	0.835239822907378	1	1	1	1	0	True	61971	fragment	False	ENG0077_000000015474	1.0		0	0	False	False	0.9932985901832581	0					non-mobilizable	no_good_hit								True	True
CHI0033_000000005468	1343	0.835239822907378	2	1	1	1	0	True	88308	maximal	True	CHI0033_000000005468	1.0		0	0	False	False	0.9858525395393372	0					non-mobilizable	no_good_hit	180.0	99.444	13.0	0.0010228571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MAD0059_000000014326	1343	0.835239822907378	1	1	1	1	0	True	16879	fragment	False	MAD0059_000000014326	1.0		0	0	False	False	0.9769173264503479	0					non-mobilizable	other	1016.0	86.516	90.0	0.0021223786532618763	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0185_000000024726	1342	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.007466474374905926		0	0	False	False	0.9858420491218567	0					non-mobilizable	other	1157.0	98.012	93.0	0.012563851755243995	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0138_000000021682	1339	0.835239822907378	2	1	1	1	0	True	61694	fragment	False	ISR0138_000000021682	0.9783521207887674		0	0	False	False	0.9977595210075378	0					non-mobilizable	other	1339.0	93.353	100.0	0.00035830593596178497	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0077_000000010372	1338	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.17866789398666172	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1338.0	100.0	100.0	0.31644970414201185	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0373_000000012549	1338	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3304257864065034	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1338.0	99.477	100.0	0.32244799225931303	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
MON0032_000000023446	1337	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.4759368657080465		0	0	False	False	0.9880329370498657	0					non-mobilizable	no_good_hit								True	True
FIJ0017_000000022289	1337	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.12685106108974578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0045_000000032033	1336	0.835239822907378	2	1	1	1	0	True	17811	maximal	True	MAD0045_000000032033	1.0		2	1	False	False	0.9985029697418213	0					non-mobilizable	no_good_hit	339.0	84.661	25.0	0.012976511359260685	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
USA0020_01_000000025797	1336	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.0446128308755558		0	0	False	False	0.964820384979248	0					non-mobilizable	other	1339.0	94.99600000000001	99.0	0.0027915029577385273	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0039_000000011247	1335	0.835239822907378	1	1	1	1	0	True	56105	fragment	False	MAD0039_000000011247	0.9842474391123435		0	0	False	False	0.9962546825408936	0					non-mobilizable	no_good_hit								True	True
AUS0018_000000021404	1335	0.835239822907378	1	1	1	1	0	True	114040	fragment	False	AUS0018_000000021404	0.983810036565942		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	99.625	100.0	0.02441078982548025	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0150_000000013370	1334	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.03981284421760672		0	0	False	False	0.9775112271308899	0					non-mobilizable	other	1327.0	98.64399999999999	99.0	0.014411477013368113	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0154_000000025342	1333	0.835239822907378	1	1	1	1	0	True	79118	maximal	True	CHI0154_000000025342	1.0		0	0	False	False	0.9909977316856384	0					non-mobilizable	no_good_hit	172.0	97.09299999999999	13.0	0.0027569528415961305	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0361_000000011295	1332	0.835239822907378	2	1	1	1	0	True	34920	fragment	False	ISR0361_000000011295	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1332.0	99.775	100.0	0.04028938128102676	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0834_000000013594	1330	0.835239822907378	2	1	1	1	0	True	20966	fragment	False	ISR0834_000000013594	1.0		0	0	False	False	0.9992481470108032	0					non-mobilizable	no_good_hit	445.0	88.764	33.0	0.055093292990418555	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
MAD0045_000000032187	1329	0.835239822907378	1	1	1	1	0	True	120833	fragment	False	AST0140_000000019476	0.6439905461265447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	80.547	78.0	0.002045011155556764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0037_000000057410	1329	0.835239822907378	1	1	1	1	0	True	12052	maximal	True	MON0037_000000057410	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0073_01_000000010713	1328	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.14104618071845157	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1328.0	99.699	100.0	0.3200290275761974	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
MAD0068_000000021804	1327	0.835239822907378	2	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.1633651385131749		0	0	False	False	0.9992464184761047	0					non-mobilizable	no_good_hit								True	True
ISR0195_000000014830	1327	0.835239822907378	1	1	1	1	0	True	29000	fragment	False	ISR0195_000000014830	1.0		0	0	False	False	0.9894498586654663	0					non-mobilizable	no_good_hit								True	True
MAD0035_000000016723	1326	0.835239822907378	1	1	1	1	0	True	35609	fragment	False	MAD0035_000000016723	1.0		0	0	False	False	0.9924585223197937	0					non-mobilizable	no_good_hit	37.0	100.0	4.0	6.4541066404868975e-06	CP032410.1	firmicutes	Brevibacillus laterosporus strain E7593-50 chromosome, complete genome	True	True
ISR0214_000000023718	1322	0.835239822907378	2	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.43249605240121625		0	0	False	False	0.9992435574531555	0					non-mobilizable	no_good_hit								True	True
CHI0174_000000011579	1321	0.835239822907378	2	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.1626360381150716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	95.556	8.0	2.995687892405662e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0096_000000032497	1321	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.4391718477281093		0	0	False	False	0.9992430210113525	0					non-mobilizable	no_good_hit								True	True
MON0072_000000016384	1318	0.835239822907378	2	1	1	1	0	True	53324	fragment	False	FIJ0080_000000012920	0.10090135017354195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	95.89	11.0	0.04887091338051904	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
AST0046_000000012378	1318	0.835239822907378	1	1	1	1	0	True	120833	fragment	False	AST0140_000000019476	0.641145077467222		0	0	False	False	0.9946889281272888	0					non-mobilizable	no_good_hit	983.0	80.163	78.0	0.0020366471017508056	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0815_000000023359	1318	0.835239822907378	2	1	1	1	0	True	21448	fragment	False	ISR0815_000000023359	1.0		0	0	False	False	0.9977238178253174	0					non-mobilizable	no_good_hit								True	True
ISR0292_000000015592	1317	0.835239822907378	3	1	1	1	0	True	25866	fragment	False	ISR0292_000000015592	1.0		0	0	False	False	0.9992406964302063	0					non-mobilizable	plasmid	1314.0	89.726	99.0	0.44874007594062826	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0091_000000009475	1316	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.0325305053379824	PS778	0	0	False	True	0.9369301199913025	0					non-mobilizable	plasmid	1285.0	92.685	97.0	0.3096274794388002	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
MAD0006_000000007491	1314	0.835239822907378	1	1	1	1	0	True	19883	maximal	True	MAD0006_000000007491	1.0		1	1	False	False	0.9992389678955078	0					non-mobilizable	no_good_hit								True	True
ISR0312_000000014406	1314	0.835239822907378	1	1	1	1	0	True	44913	fragment	False	MON0038_000000021748	0.40844230901130724		0	0	False	False	0.9977169036865234	0					non-mobilizable	no_good_hit								True	True
ISR0336_000000011945	1314	0.835239822907378	1	1	1	1	0	True	24456	maximal	True	ISR0336_000000011945	1.0		0	0	False	False	0.9718416929244995	0					non-mobilizable	no_good_hit								True	True
MON0026_000000040064	1312	0.835239822907378	3	1	1	1	0	True	12706	fragment	False	MON0026_000000040064	0.9910130718954249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	84.845	74.0	0.13782782212086658	NZ_GL945015.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_1, whole genome shotgun sequence	True	True
SPA0143_000000015988	1312	0.835239822907378	1	1	1	1	0	True	3400	fragment	False	SPA0143_000000015988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0026_000000040126	1310	0.835239822907378	1	1	1	1	0	True	49029	fragment	False	MON0026_000000040126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	95.34899999999999	13.0	0.057633973710819006	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
USA0117_01_000000015445	1308	0.835239822907378	1	1	1	1	0	True	4148	maximal	True	USA0117_01_000000015445	1.0		0	0	False	False	0.9992354512214661	0					non-mobilizable	no_good_hit	920.0	95.978	70.0	0.0019174593350159022	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0775_000000015003	1308	0.835239822907378	2	1	1	1	0	True	67144	fragment	False	ENG0011_000000018445	0.6410256410256411		0	0	False	False	0.9824159145355225	0					non-mobilizable	no_good_hit	759.0	88.01100000000001	77.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
FIJ0128_000000020297	1307	0.835239822907378	1	1	1	1	0	True	40987	fragment	False	FIJ0128_000000020297	1.0		0	0	False	False	0.9954093098640442	0					non-mobilizable	no_good_hit								True	True
ISR0305_000000014487	1307	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.021474335309831075		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	97.71	100.0	0.0142267144875557	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0070_000000015048	1306	0.835239822907378	1	1	1	1	0	True	44911	fragment	False	FIJ0070_000000015048	0.9514911539203038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0102_000000017009	1305	0.835239822907378	2	1	1	1	0	True	14972	fragment	False	MAD0102_000000017009	1.0		0	0	False	False	1.0	0	IncX4				non-mobilizable	chromosome	1305.0	99.464	100.0	0.0002262885911851917	CP050207.1	enterobacteria	Escherichia coli strain RH-048-WU chromosome	False	True
USA0020_01_000000026406	1305	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.12465998307294905		0	0	False	False	0.9931034445762634	0					non-mobilizable	no_good_hit								True	True
CHI0148_000000009008	1303	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.3110800120542716	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1303.0	99.92299999999999	100.0	0.3081656804733728	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0785_000000029745	1303	0.835239822907378	1	1	1	1	0	True	33550	fragment	False	ISR0785_000000029745	1.0		0	0	False	False	0.9930928349494934	0					non-mobilizable	no_good_hit								True	True
ISR0032_000000025916	1303	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.035720286178570204		0	0	False	False	0.9984650611877441	0					non-mobilizable	other	1303.0	98.31200000000001	100.0	0.0027224995138393727	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0145_000000021094	1303	0.835239822907378	1	1	1	1	0	True	31057	fragment	False	ISR0145_000000021094	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	99.92299999999999	100.0	0.00039303500909534933	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0074_000000017969	1302	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.0325744660515867		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	99.46	99.0	0.014085425497228563	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0037_000000011536	1300	0.835239822907378	3	1	1	1	0	True	87918	maximal	True	CHI0037_000000011536	1.0		5	1	False	False	0.986923098564148	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	3.771191063354663e-05	NZ_FNYA01000001.1	CFB group bacteria	Flavobacterium terrigena strain DSM 17934, whole genome shotgun sequence	True	True
MAD0104_000000008841	1298	0.835239822907378	2	1	1	1	0	True	14876	fragment	False	MAD0104_000000008841	1.0		0	0	False	False	0.9976887702941895	0					non-mobilizable	plasmid	1310.0	80.305	100.0	0.4374789349511291	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
DEN0091_000000000006	1298	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.03410066961141418	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1298.0	100.0	100.0	0.30698224852071004	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
TAN0021_000000017563	1296	0.835239822907378	2	1	1	1	0	True	2362	fragment	False	TAN0021_000000017563	1.0		0	0	False	False	0.9953703880310059	0					non-mobilizable	no_good_hit								True	True
MAD0067_000000008231	1295	0.835239822907378	2	1	1	1	0	True	16495	fragment	False	MAD0067_000000008231	1.0		0	0	False	False	0.9961389899253845	0					non-mobilizable	no_good_hit								True	True
AST0002_000000028963	1295	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.17781992197849586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000034188	1295	0.835239822907378	1	1	1	1	0	True	108067	fragment	False	ISR0316_000000015054	0.8062472532125295		0	0	False	False	0.9899613857269287	0					non-mobilizable	no_good_hit	532.0	89.286	43.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0016_000000017384	1293	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.0364019750150008		0	0	False	False	0.9992266297340393	0					non-mobilizable	other	1293.0	98.76299999999999	100.0	0.01404195196174329	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0046_000000027125	1293	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.06042834399497398		0	0	False	False	0.9992266297340393	0					non-mobilizable	other	1293.0	99.536	100.0	0.02365997033347373	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0077_000000028584	1293	0.835239822907378	1	1	1	1	0	True	34454	fragment	False	ISR0077_000000028584	1.0		0	0	False	False	0.988399088382721	0					non-mobilizable	no_good_hit								True	True
SPA0128_000000029116	1292	0.835239822907378	1	1	1	1	0	True	24627	fragment	False	SPA0128_000000029116	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	85.296	100.0	0.0027057714062274562	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0064_000000018009	1292	0.835239822907378	3	1	1	1	0	True	16662	maximal	True	MAD0064_000000018009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0017_000000028919	1291	0.835239822907378	2	1	1	1	0	True	2442	fragment	False	TAN0017_000000028939	0.9624031007751939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	81.503	13.0	0.14358538657604078	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0133_000000017868	1290	0.835239822907378	1	1	1	1	0	True	31520	fragment	False	ISR0133_000000017868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	88.839	17.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
MAD0003_000000020523	1290	0.835239822907378	1	1	1	1	0	True	20069	fragment	False	MON0057_000000021096	0.9816657862514766		0	0	False	False	0.9945736527442932	0					non-mobilizable	plasmid	1291.0	99.07	100.0	0.43478260869565216	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
USA0006_01_000000018219	1290	0.835239822907378	1	1	1	1	0	True	4860	fragment	False	USA0006_01_000000018219	1.0		0	0	False	False	0.9782945513725281	0					non-mobilizable	no_good_hit								True	True
ENG0027_000000017780	1290	0.835239822907378	1	1	1	1	0	True	65935	fragment	False	ENG0027_000000017780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0017_000000028939	1290	0.835239822907378	2	1	1	1	0	True	2442	fragment	False	TAN0017_000000028939	0.9624322230828815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	82.081	13.0	0.14358538657604078	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
DEN0045_000000033518	1290	0.835239822907378	1	1	1	1	0	True	124574	fragment	False	DEN0045_000000033518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	83.991	68.0	0.0018359098104078105	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0158_000000017386	1289	0.835239822907378	1	1	1	1	0	True	3127	fragment	False	SPA0158_000000017386	1.0		0	0	False	False	0.9697439670562744	0					non-mobilizable	other	1244.0	97.10600000000001	100.0	0.11306167000181917	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0087_000000029947	1289	0.835239822907378	1	1	1	1	0	True	33815	fragment	False	ISR0087_000000029947	1.0		0	0	False	False	0.9899146556854248	0					non-mobilizable	no_good_hit	220.0	98.182	47.0	0.027087198515769944	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0162_000000030509	1287	0.835239822907378	1	1	1	1	0	True	30320	maximal	True	ISR0162_000000030509	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	98.818	72.0	0.010107597000326051	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0005_000000018575	1285	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.042391437586116215		0	0	False	False	0.998443603515625	0					non-mobilizable	other	1286.0	95.723	100.0	0.013955004890772742	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ITA0002_000000008569	1285	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.16108248942989026		0	0	False	False	0.992996096611023	0					non-mobilizable	no_good_hit	96.0	98.958	8.0	0.002667190746251895	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
FIJ0020_000000016554	1285	0.835239822907378	1	1	1	1	0	True	49753	fragment	False	FIJ0020_000000016554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0252_000000010231	1284	0.835239822907378	1	1	1	1	0	True	26949	fragment	False	ISR0252_000000010231	1.0		0	0	False	False	0.9875389337539673	0					non-mobilizable	no_good_hit	939.0	98.829	73.0	0.0019613706174971823	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0001_000000021539	1283	0.835239822907378	2	1	1	1	0	True	68035	fragment	False	ENG0001_000000021539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0078_000000020119	1283	0.835239822907378	1	1	1	1	0	True	61895	maximal	True	ENG0078_000000020119	1.0		2	2	False	False	0.9953234791755676	0					non-mobilizable	no_good_hit								True	True
ISR0131_000000029034	1279	0.835239822907378	1	1	1	1	0	True	31631	fragment	False	ISR0131_000000029034	1.0		0	0	False	False	0.9788897633552551	0					non-mobilizable	no_good_hit	892.0	94.507	70.0	0.29099836333878887	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
MAD0049_000000014821	1277	0.835239822907378	1	1	1	1	0	True	120833	fragment	False	AST0140_000000019476	0.6281484372082498		0	0	False	False	0.9921691417694092	0					non-mobilizable	no_good_hit	900.0	79.889	76.0	0.0018630929852771743	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0097_000000025688	1276	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.19241312821907922		0	0	False	False	0.9937304258346558	0					non-mobilizable	no_good_hit								True	True
ISR0295_000000027881	1276	0.835239822907378	1	1	1	1	0	True	25707	fragment	False	ISR0295_000000027881	0.9957228400342173		0	0	False	False	0.982758641242981	0					non-mobilizable	other	1276.0	98.98100000000001	100.0	0.024158250753168995	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
CHI0048_000000015486	1276	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.19695636149530793		0	0	False	False	0.9741379022598267	0					non-mobilizable	no_good_hit								True	True
SPA0120_000000031044	1276	0.835239822907378	1	1	1	1	0	True	98758	fragment	False	SPA0044_000000021997	0.9546192665743838		0	0	False	False	0.9663009643554688	0					non-mobilizable	no_good_hit	42.0	95.238	3.0	0.00035009819827512594	NZ_CYZO01000005.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ITA0006_000000017512	1274	0.835239822907378	1	1	1	1	0	True	22695	fragment	False	ITA0006_000000017512	1.0		0	0	False	False	0.9795918464660645	0					non-mobilizable	no_good_hit								True	True
USA0062_01_000000014406	1274	0.835239822907378	1	1	1	1	0	True	870	fragment	False	USA0062_01_000000014406	1.0		0	0	False	False	0.9992150664329529	0					non-mobilizable	no_good_hit								True	True
ENG0050_000000022360	1274	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.014180601869413662		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	95.074	100.0	0.013889794587544833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0019_000000014314	1273	0.835239822907378	2	1	1	1	0	True	37714	fragment	False	ISR0019_000000014314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0055_000000028839	1273	0.835239822907378	2	1	1	1	0	True	113411	fragment	False	CHI0114_000000006270	0.984000334539717		0	0	False	False	0.9984288811683655	0					non-mobilizable	no_good_hit	270.0	84.444	21.0	0.0002819837612464341	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0085_000000021487	1271	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.029361296921099976		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	98.584	100.0	0.013802847516574285	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0112_000000021761	1271	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.01614026273046557		0	0	False	False	0.9921321868896484	0					non-mobilizable	other	1144.0	97.727	90.0	0.0023900283750525365	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0072_000000023314	1271	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.021769380199787226		0	0	False	False	0.9921321868896484	0					non-mobilizable	other	1263.0	97.941	99.0	0.01371590044560374	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0020_000000008602	1270	0.835239822907378	3	1	1	1	0	True	89330	fragment	False	CHI0020_000000008602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	95.314	89.0	0.11867905056759546	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
AST0053_000000006327	1270	0.835239822907378	3	1	1	1	0	True	114040	fragment	False	AUS0018_000000021404	0.9667979128653287		0	0	False	False	0.977952778339386	0					non-mobilizable	other	1233.0	99.10799999999999	97.0	0.022561210101269068	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0101_01_000000023769	1268	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.16066831595220735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0085_000000002228	1268	0.835239822907378	1	1	1	1	0	True	84085	fragment	False	CHI0085_000000002228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	86.486	17.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
MON0057_000000021096	1268	0.835239822907378	1	1	1	1	0	True	20069	fragment	False	MON0057_000000021096	0.9822459854937534		0	0	False	False	1.0	0					non-mobilizable	plasmid	1268.0	99.369	100.0	0.427030670711156	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0111_000000013621	1268	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.03260479440278461		0	0	False	False	0.988959014415741	0					non-mobilizable	other	1268.0	97.319	100.0	0.01377024236496033	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0052_000000037254	1268	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.032664173131079235		0	0	False	False	0.9944794774055481	0					non-mobilizable	other	1214.0	97.36399999999999	100.0	0.01318334963590914	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0051_000000022206	1264	0.835239822907378	2	1	1	1	0	True	17315	fragment	False	MAD0051_000000022206	1.0		0	0	False	False	0.9960442781448364	0					non-mobilizable	no_good_hit								True	True
AUS0020_000000020279	1264	0.835239822907378	1	1	1	1	0	True	99488	fragment	False	AUS0020_000000020279	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	95.01299999999999	62.0	0.0016309904921618362	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0053_000000010371	1263	0.835239822907378	1	1	1	1	0	True	72077	fragment	False	DEN0053_000000010371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0114_000000006270	1262	0.835239822907378	2	1	1	1	0	True	113411	fragment	False	CHI0114_000000006270	0.9889729461009218		0	0	False	False	0.9936608672142029	0					non-mobilizable	no_good_hit	270.0	84.444	21.0	0.0002819837612464341	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
USA0018_01_000000017005	1262	0.835239822907378	2	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.1573105292990152	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1262.0	100.0	100.0	0.29691546974334826	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0021_000000024086	1262	0.835239822907378	1	1	1	1	0	True	85707	fragment	False	MON0085_000000020241	0.26379410001600834		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	other	1262.0	95.48299999999999	100.0	0.38414634146341464	NZ_FNVV01000010.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
AST0140_000000023041	1262	0.835239822907378	1	1	1	1	0	True	115853	fragment	False	AST0140_000000023041	1.0		0	0	False	False	1.0	0	rep_cluster_1320				non-mobilizable	no_good_hit	1112.0	100.0	88.0	0.1575886524822695	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	True
MON0037_000000060879	1262	0.835239822907378	1	1	1	1	0	True	20069	fragment	False	MON0057_000000021096	0.9780786724875232		0	0	False	False	0.996830403804779	0					non-mobilizable	plasmid	1255.0	99.84100000000001	99.0	0.42264914054600605	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0097_000000025010	1262	0.835239822907378	1	1	1	1	0	True	43230	fragment	False	FIJ0097_000000025010	0.9996028594122319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	79.139	47.0	0.19245028648466464	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
CHI0069_000000008340	1260	0.835239822907378	2	1	1	1	0	True	85037	fragment	False	CHI0069_000000008340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	97.59	7.0	0.020945083014048533	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0010_000000020978	1259	0.835239822907378	1	1	1	1	0	True	8069	fragment	False	SPA0010_000000020978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0093_000000015094	1259	0.835239822907378	1	1	1	1	0	True	43230	fragment	False	FIJ0097_000000025010	0.9984152139461173		0	0	False	False	0.9992057085037231	0					non-mobilizable	no_good_hit	604.0	79.139	47.0	0.19245028648466464	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
AST0002_000000029843	1258	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.04679808201827337		0	0	False	False	0.9634340405464172	0					non-mobilizable	other	1256.0	95.541	99.0	0.0026242218816193643	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0041_000000027113	1257	0.835239822907378	2	1	1	1	0	True	73062	maximal	True	DEN0041_000000027113	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0059_01_000000020029	1256	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.0355257549232447		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	98.24799999999999	100.0	0.0026242218816193643	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
BAN0036_000000001044	1255	0.835239822907378	2	1	1	1	0	True	97653	fragment	False	BAN0036_000000001044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0024_000000017019	1255	0.835239822907378	1	1	1	1	0	True	49200	fragment	False	FIJ0024_000000017019	1.0		0	0	False	False	0.9760956168174744	0					non-mobilizable	other	1197.0	83.876	95.0	0.018811064585712474	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MAD0046_000000021547	1255	0.835239822907378	2	1	1	1	0	True	17730	maximal	True	MAD0046_000000021547	1.0		1	1	False	False	0.9992032051086426	0					non-mobilizable	no_good_hit								True	True
ISR0363_000000014678	1255	0.835239822907378	1	1	1	1	0	True	23690	fragment	False	ISR0363_000000014678	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0010_01_000000020880	1254	0.835239822907378	2	1	1	1	0	True	2039	fragment	False	USA0010_01_000000020880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	89.98100000000001	83.0	0.29753015508328545	LN853617.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1035	True	True
DEN0081_000000007730	1253	0.835239822907378	1	1	1	1	0	True	69355	fragment	False	DEN0081_000000007730	0.9908256880733946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0039_000000039767	1253	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.0649091267990649		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	99.76100000000001	100.0	0.022927463512003955	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0078_000000019260	1252	0.835239822907378	1	1	1	1	0	True	44422	maximal	True	FIJ0078_000000019260	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	90.086	19.0	7.488252196553978e-05	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	True
DEN0068_000000002239	1252	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.012732523548049492	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1110.0	99.64	100.0	0.2680686487793087	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
FIJ0162_000000018421	1252	0.835239822907378	2	1	1	1	0	True	39201	fragment	False	FIJ0162_000000018421	1.0		0	0	False	False	0.995207667350769	0					non-mobilizable	other	1263.0	96.75399999999999	100.0	0.020016495368608046	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
USA0113_01_000000014353	1252	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.16062282396963207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0112_000000023312	1252	0.835239822907378	1	1	1	1	0	True	14421	fragment	False	MAD0112_000000023312	1.0		0	0	False	False	0.9880191683769226	0					non-mobilizable	no_good_hit								True	True
AST0012_000000019285	1251	0.835239822907378	1	1	1	1	0	True	124611	fragment	False	AST0012_000000019285	1.0		0	0	False	False	0.9992006421089172	0					non-mobilizable	no_good_hit	108.0	89.815	8.0	0.001843121965051572	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0078_000000028271	1250	0.835239822907378	1	1	1	1	0	True	69692	fragment	False	DEN0078_000000028271	1.0		0	0	False	False	0.9927999973297119	0					non-mobilizable	other	1250.0	96.8	100.0	0.0026116758009104273	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0105_000000018248	1250	0.835239822907378	1	1	1	1	0	True	60126	fragment	False	ENG0105_000000018248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0088_000000020107	1250	0.835239822907378	3	1	1	1	0	True	33774	maximal	True	ISR0088_000000020107	1.0		0	0	False	False	0.9815999865531921	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	5.0	2.4169942683313115e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
MON0069_000000042628	1249	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.012952342844865461		0	0	False	False	0.9807846546173096	0					non-mobilizable	other	1231.0	98.294	99.0	0.002571946545332126	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0216_000000013746	1248	0.835239822907378	1	1	1	1	0	True	28117	fragment	False	ISR0216_000000013746	1.0		0	0	False	False	0.9991987347602844	0					non-mobilizable	no_good_hit								True	True
MON0032_000000025547	1247	0.835239822907378	2	1	1	1	0	True	12369	fragment	False	MON0032_000000025547	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1245.0	94.137	99.0	0.4290645495340007	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
FIJ0096_000000030610	1247	0.835239822907378	2	1	1	1	0	True	42958	fragment	False	FIJ0096_000000030610	1.0		0	0	False	False	0.9943865537643433	0					non-mobilizable	no_good_hit								True	True
ISR0042_000000026756	1246	0.835239822907378	2	1	1	1	0	True	36333	fragment	False	ISR0042_000000026756	1.0		0	0	False	False	0.9871588945388794	0					non-mobilizable	no_good_hit								True	True
ENG0012_000000018418	1245	0.835239822907378	1	1	1	1	0	True	67034	maximal	True	ENG0012_000000018418	1.0		1	1	False	False	0.9975903630256653	0					non-mobilizable	no_good_hit								True	True
DEN0066_000000030137	1245	0.835239822907378	1	1	1	1	0	True	70899	fragment	False	DEN0066_000000030137	1.0		0	0	False	False	0.9967871308326721	0					non-mobilizable	no_good_hit	265.0	75.472	20.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
MAD0005_000000025666	1244	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.08229594481929453		0	0	False	False	0.9991961121559143	0					non-mobilizable	no_good_hit								True	True
MON0050_000000033187	1242	0.835239822907378	2	1	1	1	0	True	11297	fragment	False	MON0050_000000033187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	392.0	91.58200000000001	31.0	0.33050127442650806	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0089_000000025566	1242	0.835239822907378	2	1	1	1	0	True	33704	fragment	False	ISR0089_000000025566	1.0		0	0	False	False	0.9597423672676086	0					non-mobilizable	no_good_hit								True	True
AUS0006_000000021430	1242	0.835239822907378	2	1	1	1	0	True	113411	fragment	False	CHI0114_000000006270	0.9769789156003604		0	0	False	False	0.999194860458374	0					non-mobilizable	no_good_hit	270.0	84.444	22.0	0.0002819837612464341	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0089_000000025589	1241	0.835239822907378	2	1	1	1	0	True	70322	fragment	False	ISR0089_000000025589	0.9748157371921288		0	0	False	False	0.9863013625144958	0					non-mobilizable	other	1222.0	100.0	98.0	0.02235977072536488	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0003_000000014667	1240	0.835239822907378	1	1	1	1	0	True	8368	maximal	True	SPA0003_000000014667	1.0		1	1	False	False	0.9903225898742676	0					non-mobilizable	no_good_hit								True	True
ENG0135_000000018295	1240	0.835239822907378	1	1	1	1	0	True	58059	maximal	True	ENG0135_000000018295	1.0		0	0	False	False	0.9870967864990234	0					non-mobilizable	no_good_hit	951.0	74.97399999999999	76.0	0.11539888682745826	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0090_01_000000007283	1239	0.835239822907378	2	1	1	1	0	True	61694	fragment	False	ISR0138_000000021682	0.9259525987039131		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	99.839	100.0	0.0003315267180274214	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0035_000000016899	1239	0.835239822907378	1	1	1	1	0	True	28952	fragment	False	SPA0035_000000016899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0190_000000018173	1238	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.15623924093740155	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1242.0	95.33	100.0	0.29254437869822486	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0029_000000026403	1238	0.835239822907378	1	1	1	1	0	True	13627	fragment	False	MON0029_000000026403	0.9877637130801689		0	0	False	False	0.9943457245826721	0					non-mobilizable	no_good_hit								True	True
ISR0166_000000017654	1238	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.15925057345423876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	91.48899999999999	8.0	3.0630067214484856e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0011_000000023659	1238	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.04090558807124069		0	0	False	False	0.9991922378540039	0					non-mobilizable	other	1240.0	97.742	100.0	0.0025907656663955317	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0133_000000031740	1238	0.835239822907378	1	1	1	1	0	True	40655	fragment	False	FIJ0133_000000031740	1.0		0	0	False	False	0.9951534867286682	0					non-mobilizable	plasmid	1238.0	99.435	100.0	0.43056038983640793	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
ISR0308_000000015503	1236	0.835239822907378	1	1	1	1	0	True	25403	fragment	False	ISR0308_000000015503	1.0		0	0	False	False	0.9951456189155579	0					non-mobilizable	no_good_hit								True	True
CHI0028_000000012098	1235	0.835239822907378	2	1	1	1	0	True	88642	fragment	False	CHI0028_000000012098	1.0		0	0	False	False	0.9951416850090027	0					non-mobilizable	no_good_hit	356.0	78.09	29.0	0.11649518752074345	HG796361.1	bacteria	Uncultured bacterium plasmid pRGI00732	True	True
MAD0106_000000018319	1235	0.835239822907378	1	1	1	1	0	True	44911	fragment	False	FIJ0070_000000015048	0.6503240349394196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0061_000000038102	1234	0.835239822907378	2	1	1	1	0	True	10796	fragment	False	MON0061_000000038102	1.0		0	0	False	False	0.8970826864242554	0					non-mobilizable	no_good_hit								True	True
MON0012_000000046972	1234	0.835239822907378	1	1	1	1	0	True	13574	fragment	False	MON0012_000000046972	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	99.919	99.0	0.00032991996495135956	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0025_000000011152	1233	0.835239822907378	1	1	1	1	0	True	19121	fragment	False	MAD0025_000000011152	1.0		0	0	False	False	0.9983779191970825	0					non-mobilizable	no_good_hit								True	True
MON0026_000000043374	1233	0.835239822907378	1	1	1	1	0	True	44913	fragment	False	MON0038_000000021748	0.26886279626005655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0018_000000033162	1233	0.835239822907378	1	1	1	1	0	True	108067	fragment	False	ISR0316_000000015054	0.6485520857398636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	89.85	54.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
SPA0076_000000014549	1232	0.835239822907378	2	1	1	1	0	True	5723	fragment	False	SPA0076_000000014549	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	880.0	98.182	100.0	0.002160327896343719	CP024068.1	firmicutes	Lactobacillus salivarius strain BCRC 14759 plasmid unnamed1, complete sequence	False	True
ISR0274_000000007004	1229	0.835239822907378	3	1	1	1	0	True	26348	fragment	False	ISR0274_000000007004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	95.54700000000001	67.0	0.06283524904214559	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0317_000000018990	1229	0.835239822907378	1	1	1	1	0	True	25146	fragment	False	ISR0317_000000018990	1.0		0	0	False	False	0.9682669043540955	0					non-mobilizable	no_good_hit								True	True
AST0151_000000013405	1229	0.835239822907378	1	1	1	1	0	True	103617	fragment	False	AST0151_000000013405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	99.541	89.0	0.13457019171304885	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MON0053_000000033609	1229	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.06010689848501021		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	99.756	100.0	0.02248795941912209	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0159_000000021155	1228	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.14773131937973055		0	0	False	False	0.9942996501922607	0					non-mobilizable	no_good_hit								True	True
ISR0825_000000019632	1228	0.835239822907378	1	1	1	1	0	True	21116	fragment	False	MAD0106_000000016556	0.9467694566813509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0036_000000020313	1228	0.835239822907378	1	1	1	1	0	True	28952	fragment	False	SPA0035_000000016899	0.9955609362389024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0022_000000021651	1228	0.835239822907378	1	1	1	1	0	True	56105	fragment	False	MAD0039_000000011247	0.9694766542389989		0	0	False	False	0.9967426657676697	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000027753	1228	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.02245663156568455		0	0	False	False	0.9421824216842651	0					non-mobilizable	other	1195.0	97.824	97.0	0.0024945790476270133	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0036_000000011858	1227	0.835239822907378	1	1	1	1	0	True	98759	fragment	False	ISR0317_000000016929	0.9510385756676558		0	0	False	False	0.9991850256919861	0					non-mobilizable	no_good_hit								True	True
ISR0244_000000022153	1227	0.835239822907378	1	1	1	1	0	True	27172	maximal	True	ISR0244_000000022153	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0819_000000021927	1227	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.16374452802612188		0	0	False	False	0.9918500185012817	0					non-mobilizable	no_good_hit								True	True
ETH0002_000000019334	1227	0.835239822907378	1	1	1	1	0	True	53303	maximal	True	ETH0002_000000019334	1.0		1	1	False	False	0.9714751243591309	0					non-mobilizable	no_good_hit								True	True
ETH0005_000000037154	1227	0.835239822907378	1	1	1	1	0	True	52693	maximal	True	ETH0005_000000037154	1.0		1	1	False	False	0.9837000966072083	0					non-mobilizable	no_good_hit								True	True
ENG0191_000000026631	1226	0.835239822907378	2	1	1	1	0	True	113411	fragment	False	CHI0114_000000006270	0.9736130996038074		0	0	False	False	0.9763458371162415	0					non-mobilizable	no_good_hit	270.0	84.444	22.0	0.0002819837612464341	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
DEN0009_000000003359	1225	0.835239822907378	1	1	1	1	0	True	76068	fragment	False	DEN0009_000000003359	1.0		0	0	False	False	0.9991836547851562	0					non-mobilizable	other	1225.0	99.837	100.0	0.00032777762751661047	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0012_000000019695	1225	0.835239822907378	1	1	1	1	0	True	124610	maximal	True	AST0012_000000019695	1.0		1	1	False	False	0.972244918346405	0					non-mobilizable	no_good_hit	122.0	92.62299999999999	10.0	0.0027372469177694833	CP016716.1	firmicutes	Lactococcus lactis subsp. lactis strain UC063 plasmid pUC063B, complete sequence	True	True
MON0085_000000026095	1224	0.835239822907378	2	1	1	1	0	True	12706	fragment	False	MON0026_000000040064	0.9580792682926829		0	0	False	False	0.9795751571655273	0					non-mobilizable	no_good_hit	968.0	84.60700000000001	79.0	0.13740022805017105	NZ_GL945015.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_1, whole genome shotgun sequence	True	True
MON0081_000000042342	1224	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.04113493619902533	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1224.0	99.755	100.0	0.28773251707087355	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0002_000000023561	1223	0.835239822907378	1	1	1	1	0	True	98565	fragment	False	MON0002_000000023561	0.9646314149381633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0002_000000030708	1223	0.835239822907378	1	1	1	1	0	True	130950	fragment	False	AST0002_000000030708	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	99.509	100.0	0.023154025427743145	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MAD0041_000000031106	1223	0.835239822907378	1	1	1	1	0	True	18201	fragment	False	MAD0041_000000031106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0081_000000042365	1223	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.04197478543465072	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1223.0	99.428	100.0	0.28923076923076924	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0055_01_000000021569	1221	0.835239822907378	1	1	1	1	0	True	31328	fragment	False	USA0055_01_000000021569	0.9692283100531182		0	0	False	False	0.9303849339485168	0					non-mobilizable	no_good_hit	934.0	99.251	86.0	0.00021219545569315626	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0015_000000008716	1219	0.835239822907378	1	1	1	1	0	True	89726	fragment	False	CHI0015_000000008716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0035_000000018268	1216	0.835239822907378	1	1	1	1	0	True	18755	maximal	True	MAD0035_000000018268	1.0		0	0	False	False	0.9967105388641357	0	IncFIA				non-mobilizable	no_good_hit	1057.0	100.0	87.0	0.00617872669081207	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	True	True
USA0010_01_000000021501	1216	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.15919671805439736		0	0	False	False	0.9868420958518982	0					non-mobilizable	no_good_hit								True	True
SPA0127_000000024010	1216	0.835239822907378	2	1	1	1	0	True	3903	maximal	True	SPA0127_000000024010	1.0		0	0	False	False	0.9958881735801697	0					non-mobilizable	no_good_hit	120.0	96.667	10.0	0.00014469826763342943	NZ_JH992942.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.3, whole genome shotgun sequence	True	True
ISR0049_000000024103	1214	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.026249986777528544		0	0	False	False	0.9991762638092041	0					non-mobilizable	other	1214.0	98.764	100.0	0.002536399316656804	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0111_01_000000020771	1212	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.02830350679011594		0	0	False	False	0.9942244291305542	0					non-mobilizable	other	1208.0	93.12899999999999	99.0	0.01311813933268123	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0033_000000048762	1212	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.19975694258666393		0	0	False	False	0.9810230731964111	0					non-mobilizable	no_good_hit	62.0	98.387	5.0	1.705763607449545e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0270_000000007452	1211	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.02811784962765793	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1211.0	100.0	100.0	0.2926947266569908	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0795_000000010800	1211	0.835239822907378	1	1	1	1	0	True	25482	fragment	False	ISR0393_000000015806	0.948617529446545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0154_000000008341	1210	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.08023922188407068		0	0	False	False	0.9892562031745911	0					non-mobilizable	no_good_hit								True	True
ENG0150_000000014992	1210	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.025971692348078303		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	98.43	100.0	0.0025280352628508458	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0016_000000018670	1210	0.835239822907378	2	1	1	1	0	True	70322	fragment	False	ISR0089_000000025589	0.957841964142256		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	99.75200000000001	100.0	0.02214001867892395	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0076_000000039983	1210	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.02618300865049023		0	0	False	False	0.9991735816001892	0					non-mobilizable	other	1204.0	99.585	99.0	0.02203014265570348	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0012_000000048083	1210	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.1627939450235698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0277_000000008161	1209	0.835239822907378	1	1	1	1	0	True	26294	fragment	False	ISR0277_000000008161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0181_000000015098	1209	0.835239822907378	1	1	1	1	0	True	70323	fragment	False	ISR0181_000000015098	1.0		0	0	False	False	0.9586434960365295	0					non-mobilizable	no_good_hit	1079.0	99.351	89.0	0.019741058838610433	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0060_000000013144	1208	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.0260087547725666		0	0	False	False	0.9942052960395813	0					non-mobilizable	other	1189.0	98.486	98.0	0.002484123980369566	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0212_000000030107	1207	0.835239822907378	2	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.24973716440648858		0	0	False	False	0.9511184692382812	0					non-mobilizable	no_good_hit								True	True
MON0009_000000033237	1207	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.32175633797408965		0	0	False	False	0.9834299683570862	0					non-mobilizable	no_good_hit								True	True
FIJ0156_000000007428	1206	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.07910524697365462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0107_000000032878	1206	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.22921248360092922		0	0	False	False	0.9850746393203735	0					non-mobilizable	no_good_hit								True	True
MAD0062_000000012477	1205	0.835239822907378	1	1	1	1	0	True	16747	maximal	True	MAD0062_000000012477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	99.29700000000001	71.0	0.00925986305836322	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0017_000000016372	1205	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.19960580135176637		0	0	False	False	0.9933609962463379	0					non-mobilizable	no_good_hit								True	True
MON0101_000000055564	1205	0.835239822907378	2	1	1	1	0	True	61694	fragment	False	ISR0138_000000021682	0.7215287944418451		0	0	False	False	0.9933609962463379	0					non-mobilizable	other	1206.0	97.43	99.0	0.013796972680849114	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
MAD0093_000000026961	1204	0.835239822907378	1	1	1	1	0	True	15647	fragment	False	MAD0093_000000026961	1.0		0	0	False	False	0.9808970093727112	0					non-mobilizable	no_good_hit								True	True
MAD0046_000000022518	1204	0.835239822907378	1	1	1	1	0	True	17726	fragment	False	MAD0046_000000022518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0107_000000021008	1203	0.835239822907378	2	1	1	1	0	True	42254	fragment	False	FIJ0107_000000021008	0.9535953177257526		0	0	False	False	0.9393183588981628	0					non-mobilizable	no_good_hit								True	True
MAD0019_000000000915	1202	0.835239822907378	2	1	1	1	0	True	19355	fragment	False	MAD0019_000000000915	1.0		0	0	False	False	0.9941763877868652	0					non-mobilizable	no_good_hit								True	True
MON0082_000000030462	1202	0.835239822907378	1	1	1	1	0	True	9902	maximal	True	MON0082_000000030462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	88.66	8.0	0.0030147131107251695	LN595867.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000003316	True	True
ISR0351_000000012900	1200	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.019307025340000828		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	98.5	100.0	0.0025071251283359506	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0152_000000019815	1200	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.018356789226554895		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	99.001	100.0	0.013042060645582002	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0048_000000034433	1200	0.835239822907378	1	1	1	1	0	True	98565	fragment	False	MON0002_000000023561	0.9362661176414946		0	0	False	False	0.9466666579246521	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000015058	1199	0.835239822907378	2	1	1	1	0	True	15199	fragment	False	MAD0099_000000023860	0.9557926829268293		0	0	False	False	0.9866555333137512	0	rep_cluster_1404				non-mobilizable	no_good_hit	879.0	93.743	73.0	0.07824614561981998	JX275965.1	firmicutes	Streptococcus infantis plasmid pSI01, complete sequence	True	True
MON0044_000000048084	1199	0.835239822907378	2	1	1	1	0	True	11589	maximal	True	MON0044_000000048084	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0233_000000016299	1197	0.835239822907378	1	1	1	1	0	True	120572	fragment	False	ISR0781_000000024208	0.952003947024525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0394_000000016139	1197	0.835239822907378	2	1	1	1	0	True	22745	fragment	False	ISR0394_000000016139	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1197.0	99.499	100.0	0.24064386317907444	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
MON0088_000000027113	1197	0.835239822907378	3	1	1	1	0	True	113309	fragment	False	MON0088_000000027113	1.0		0	0	False	False	0.9991645812988281	0					non-mobilizable	no_good_hit	505.0	92.67299999999999	42.0	0.06553524804177546	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
FIJ0072_000000022224	1196	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.08878546641693066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.002705314009661836	NZ_CADEAU010000169.1	high GC Gram+	Micromonospora maritima isolate DSM 45782, whole genome shotgun sequence	True	True
MAD0094_000000013607	1196	0.835239822907378	2	1	1	1	0	True	42254	fragment	False	FIJ0107_000000021008	0.9509559434746467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0272_000000008554	1195	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.07845990809231944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0050_000000034753	1195	0.835239822907378	1	1	1	1	0	True	11293	fragment	False	MON0050_000000034753	1.0		0	0	False	False	0.977405846118927	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.07060627547285e-05	NZ_SJCO01000007.1	CFB group bacteria	Puteibacter caeruleilacunae strain JC036 scaffold_6, whole genome shotgun sequence	True	True
SPA0125_000000026617	1195	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.13943839803182434	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1195.0	99.665	100.0	0.2878567972907596	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
SPA0125_000000026655	1194	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.1381043701778443	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1194.0	99.665	100.0	0.28236686390532545	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0031_000000018505	1193	0.835239822907378	2	1	1	1	0	True	65663	fragment	False	ENG0031_000000018505	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	99.83200000000001	100.0	0.23510848126232742	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0061_000000015882	1193	0.835239822907378	1	1	1	1	0	True	16802	fragment	False	MAD0061_000000015882	1.0		0	0	False	False	0.9983235597610474	0					non-mobilizable	no_good_hit								True	True
ENG0168_000000026533	1193	0.835239822907378	2	1	1	1	0	True	55943	fragment	False	ENG0168_000000026533	1.0		0	0	False	False	0.9715003967285156	0					non-mobilizable	other	1193.0	100.0	100.0	0.0003598292863607192	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0031_000000028348	1193	0.835239822907378	1	1	1	1	0	True	7262	fragment	False	SPA0031_000000028348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0056_000000016858	1192	0.835239822907378	1	1	1	1	0	True	11058	fragment	False	MON0056_000000016858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	7.0	0.0003922990212387711	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
USA0057_01_000000027421	1191	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.13170140340806874	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1191.0	99.664	100.0	0.2868892114175133	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
MON0002_000000024320	1190	0.835239822907378	1	1	1	1	0	True	20069	fragment	False	MON0057_000000021096	0.7657322417669078		0	0	False	False	1.0	0					non-mobilizable	plasmid	1190.0	99.74799999999999	100.0	0.40074148972025614	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
CHI0118_000000009306	1189	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.055553184894519755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0018_000000014969	1188	0.835239822907378	1	1	1	1	0	True	89501	fragment	False	CHI0018_000000014969	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	88.861	99.0	0.0024757599265636076	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0095_000000007534	1188	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.01798770712397785		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	98.57	100.0	0.012911640039126182	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0088_000000022636	1188	0.835239822907378	2	1	1	1	0	True	15869	fragment	False	MAD0088_000000022636	1.0		0	0	False	False	0.9957912564277649	0					non-mobilizable	no_good_hit								True	True
ISR0001_000000019842	1188	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.1412341508914809	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1188.0	99.916	100.0	0.27949140569813985	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0105_000000046183	1187	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.014525792815457813		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	98.906	100.0	0.012900771655254864	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0178_000000019552	1185	0.835239822907378	1	1	1	1	0	True	57455	fragment	False	ENG0178_000000019552	0.9874784110535406		0	0	False	False	0.99915611743927	0					non-mobilizable	no_good_hit								True	True
TAN0005_000000016325	1185	0.835239822907378	2	1	1	1	0	True	2907	maximal	True	TAN0005_000000016325	1.0		1	1	False	False	0.9848101139068604	0					non-mobilizable	no_good_hit								True	True
FIJ0068_000000027113	1185	0.835239822907378	2	1	1	1	0	True	45011	fragment	False	FIJ0068_000000027113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0011_000000039409	1185	0.835239822907378	1	1	1	1	0	True	13627	fragment	False	MON0029_000000026403	0.9668820678513732		0	0	False	False	0.9957805871963501	0					non-mobilizable	no_good_hit								True	True
MAD0049_000000016051	1183	0.835239822907378	1	1	1	1	0	True	44911	fragment	False	FIJ0070_000000015048	0.9228371907504656		0	0	False	False	0.9856297373771667	0					non-mobilizable	no_good_hit								True	True
ISR0132_000000024972	1183	0.835239822907378	2	1	1	1	0	True	31566	fragment	False	ISR0132_000000024972	1.0		0	0	False	False	0.9974640607833862	0					non-mobilizable	no_good_hit	77.0	94.805	7.0	0.002887947631882942	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0032_000000028665	1182	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.04423215728335164		0	0	False	False	0.9974619150161743	0					non-mobilizable	no_good_hit								True	True
ISR0082_000000029019	1182	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.02863117697812756		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	98.9	100.0	0.012835561352026953	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0090_000000031260	1182	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.16304571041551902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0028_000000025431	1182	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.12116435534001631	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1182.0	100.0	100.0	0.2795266272189349	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
FIJ0008_000000024495	1181	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.017544495988640094		0	0	False	False	0.9991532564163208	0					non-mobilizable	other	1187.0	93.429	100.0	0.012879034887512226	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0037_000000020900	1181	0.835239822907378	1	1	1	1	0	True	56105	fragment	False	MAD0039_000000011247	0.7659342723754703		0	0	False	False	0.9788314700126648	0					non-mobilizable	no_good_hit								True	True
MON0107_000000052564	1181	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.05610104139131539		0	0	False	False	0.992379367351532	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.1441072305469405e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
USA0027_01_000000022962	1181	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.05150631938112778		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	99.831	100.0	0.02160895123335836	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0033_000000049936	1181	0.835239822907378	1	1	1	1	0	True	12264	fragment	False	MON0033_000000049936	1.0		0	0	False	False	0.9110922813415527	0					non-mobilizable	no_good_hit								True	True
CHI0111_000000025590	1181	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.012766656730956857		0	0	False	False	1.0	0					non-mobilizable	other	1085.0	97.604	92.0	0.0022645675679631647	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0026_000000027639	1179	0.835239822907378	2	1	1	1	0	True	49027	fragment	False	FIJ0026_000000027639	0.994293583277484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	94.805	7.0	0.02561509942703067	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
USA0051_01_000000017019	1178	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.0689794339821946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0164_000000024302	1178	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.12407244734921938		0	0	False	False	0.9991511106491089	0					non-mobilizable	no_good_hit								True	True
ISR0180_000000020953	1177	0.835239822907378	1	1	1	1	0	True	102603	fragment	False	AUS0002_000000032907	0.9571425293861225		0	0	False	False	0.9643160700798035	0					non-mobilizable	no_good_hit								True	True
ISR0777_000000014849	1177	0.835239822907378	2	1	1	1	0	True	22382	fragment	False	ISR0777_000000014849	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	991.0	93.23899999999999	93.0	0.12207792207792208	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	False	True
FIJ0034_000000023785	1177	0.835239822907378	1	1	1	1	0	True	48066	fragment	False	FIJ0034_000000023785	1.0		0	0	False	False	0.9651656746864319	0					non-mobilizable	no_good_hit								True	True
DEN0010_000000040324	1176	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.16254484352695397		0	0	False	False	0.9991496801376343	0					non-mobilizable	no_good_hit								True	True
ISR0090_000000026999	1176	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.02567119658257708		0	0	False	False	0.9804421663284302	0					non-mobilizable	other	1176.0	98.469	100.0	0.0024569408055002016	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0111_000000014697	1176	0.835239822907378	1	1	1	1	0	True	14489	fragment	False	MAD0111_000000014697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	94.95700000000001	79.0	0.0019467335233367556	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0047_01_000000030795	1176	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.1310101888092673	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1176.0	99.575	100.0	0.2830188679245283	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0343_000000016516	1175	0.835239822907378	2	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.06873532440315473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0084_01_000000026805	1173	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.1251898884532643	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1173.0	99.915	100.0	0.277396449704142	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
SPA0117_000000031570	1173	0.835239822907378	1	1	1	1	0	True	98758	fragment	False	SPA0044_000000021997	0.4638190374295593		0	0	False	False	0.9846547245979309	0					non-mobilizable	no_good_hit								True	True
MON0028_000000022484	1172	0.835239822907378	2	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.16014180436192588		0	0	False	False	0.9385665655136108	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.15003678461459e-06	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	True
MON0054_000000043916	1172	0.835239822907378	1	1	1	1	0	True	11105	fragment	False	MON0054_000000043916	1.0		0	0	False	False	0.9991467595100403	0					non-mobilizable	other	1172.0	98.891	100.0	0.002448576751694244	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0058_000000011575	1171	0.835239822907378	1	1	1	1	0	True	112933	fragment	False	AST0058_000000011575	1.0		0	0	False	False	0.9692570567131042	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00022964055210423264	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0022_000000022812	1171	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.14662896646565995		0	0	False	False	0.999146044254303	0					non-mobilizable	no_good_hit								True	True
ISR0107_000000026593	1170	0.835239822907378	2	1	1	1	0	True	114040	fragment	False	AUS0018_000000021404	0.636745406824147		0	0	False	False	0.9683760404586792	0					non-mobilizable	other	1170.0	99.402	100.0	0.021407511857454174	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0391_000000013928	1169	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.08799132360699777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0087_000000033550	1169	0.835239822907378	2	1	1	1	0	True	33806	maximal	True	ISR0087_000000033550	1.0		1	1	False	False	0.9563729763031006	0					non-mobilizable	no_good_hit	485.0	87.62899999999999	41.0	0.10558732952045755	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
SPA0047_000000033147	1169	0.835239822907378	1	1	1	1	0	True	25707	fragment	False	ISR0295_000000027881	0.954153605015674		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	98.973	100.0	0.022130852454667754	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
CHI0037_000000013029	1168	0.835239822907378	2	1	1	1	0	True	87911	fragment	False	CHI0037_000000013029	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	plasmid	1169.0	98.289	100.0	0.10599872946728378	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
TAN0017_000000031363	1168	0.835239822907378	1	1	1	1	0	True	2436	fragment	False	TAN0017_000000031363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	26.0	0.1189358372456964	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
MON0011_000000040087	1167	0.835239822907378	1	1	1	1	0	True	13625	fragment	False	MON0037_000000066181	0.637062339880444		0	0	False	False	0.9982861876487732	0					non-mobilizable	other	1173.0	86.104	100.0	0.0024506677651457334	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0230_000000030885	1165	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.03870348279395107		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	99.65700000000001	100.0	0.021315948504770452	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0081_01_000000026056	1165	0.835239822907378	1	1	1	1	0	True	547	fragment	False	USA0081_01_000000026056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	94.915	80.0	0.12479397221568166	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
CHI0146_000000007353	1164	0.835239822907378	2	1	1	1	0	True	79685	fragment	False	CHI0158_000000018415	0.804633544470961		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	100.0	100.0	0.2752662721893491	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0076_000000022954	1164	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.11881520456414228	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1164.0	99.485	100.0	0.28011611030478956	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0266_000000018658	1164	0.835239822907378	1	1	1	1	0	True	26552	fragment	False	ISR0266_000000018658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0009_000000034585	1164	0.835239822907378	1	1	1	1	0	True	13769	fragment	False	MON0009_000000034585	1.0		0	0	False	False	0.9896907210350037	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	0.0008909939271729701	LM654287.1	bacteria	Uncultured bacterium fosmid clone C_EB	True	True
MAD0054_000000016867	1163	0.835239822907378	1	1	1	1	0	True	17125	fragment	False	MAD0054_000000016867	1.0		0	0	False	False	0.9828031063079834	0					non-mobilizable	no_good_hit								True	True
MON0027_000000035823	1163	0.835239822907378	1	1	1	1	0	True	12614	fragment	False	MON0027_000000035823	1.0		0	0	False	False	0.9922614097595215	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.2912358724354101e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0797_000000009403	1162	0.835239822907378	2	1	1	1	0	True	21929	fragment	False	ISR0797_000000009403	0.9690627843494086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	88.889	13.0	0.002393671829177433	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
MAD0081_000000006845	1162	0.835239822907378	2	1	1	1	0	True	16134	fragment	False	MAD0081_000000006845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ITA0007_000000001022	1162	0.835239822907378	1	1	1	1	0	True	38988	fragment	False	ITA0007_000000001022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0051_000000020607	1162	0.835239822907378	3	1	1	1	0	True	6544	fragment	False	SPA0051_000000020607	1.0		0	0	False	False	0.997418224811554	0					non-mobilizable	no_good_hit	91.0	91.209	8.0	0.029950083194675542	LN853637.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1056	True	True
ENG0021_000000015115	1162	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.032554567667476116	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1162.0	99.914	100.0	0.27455621301775146	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ENG0021_000000015119	1162	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.03315411254394129	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1165.0	93.391	100.0	0.27455621301775146	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
AUS0004_000000016886	1161	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.110872225782967	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1161.0	99.48299999999999	100.0	0.2796323173681664	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ENG0132_000000016802	1161	0.835239822907378	1	1	1	1	0	True	58278	fragment	False	ENG0132_000000016802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0152_000000022530	1161	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.09429331828298958	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1161.0	99.311	100.0	0.2796323173681664	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0112_000000034527	1161	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.12296439996093243	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1161.0	99.655	100.0	0.2796323173681664	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
FIJ0045_000000020494	1160	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.14633224050712532		0	0	False	False	0.9870689511299133	0					non-mobilizable	no_good_hit								True	True
ENG0152_000000022572	1160	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.13655433661111346	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1160.0	99.741	100.0	0.2728985165999529	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0257_000000015653	1159	0.835239822907378	1	1	1	1	0	True	77398	fragment	False	ISR0257_000000015653	0.9638416980372001		0	0	False	False	0.9922347068786621	0					non-mobilizable	plasmid	1159.0	99.82700000000001	100.0	0.03728387906886893	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0393_000000015806	1158	0.835239822907378	1	1	1	1	0	True	25482	fragment	False	ISR0393_000000015806	0.9490270617438248		0	0	False	False	0.988773763179779	0					non-mobilizable	no_good_hit								True	True
ISR0842_000000020391	1158	0.835239822907378	2	1	1	1	0	True	77398	fragment	False	ISR0257_000000015653	0.950161189463352		0	0	False	False	1.0	0					non-mobilizable	plasmid	1158.0	99.82700000000001	100.0	0.03725168228210825	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0102_000000028522	1158	0.835239822907378	2	1	1	1	0	True	70322	fragment	False	ISR0089_000000025589	0.8021542201354841		0	0	False	False	0.9991364479064941	0					non-mobilizable	other	1158.0	98.18700000000001	100.0	0.02118775981101324	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0145_000000024293	1158	0.835239822907378	1	1	1	1	0	True	57455	fragment	False	ENG0178_000000019552	0.9763713080168777		0	0	False	False	0.9991364479064941	0					non-mobilizable	no_good_hit								True	True
MAD0066_000000030430	1157	0.835239822907378	1	1	1	1	0	True	16541	fragment	False	MAD0066_000000030430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0025_01_000000013442	1157	0.835239822907378	1	1	1	1	0	True	38987	fragment	False	USA0025_01_000000013442	0.9603312990409765		0	0	False	False	0.9939498901367188	0					non-mobilizable	no_good_hit								True	True
MON0054_000000044574	1157	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.2487936226675823		0	0	False	False	0.9870354533195496	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000034378	1157	0.835239822907378	1	1	1	1	0	True	37327	maximal	True	ISR0025_000000034378	1.0		1	1	False	False	0.9567847847938538	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	0.00018120495449417513	NZ_PQNY01000006.1	CFB group bacteria	Flavobacterium croceum DSM 17960 Ga0002101_106, whole genome shotgun sequence	True	True
AST0102_000000027070	1157	0.835239822907378	1	1	1	1	0	True	108067	fragment	False	ISR0316_000000015054	0.4798320710827932		0	0	False	False	0.9870354533195496	0					non-mobilizable	no_good_hit	532.0	89.286	46.0	0.06542980828695115	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0260_000000014781	1156	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.02769877447119736		0	0	False	False	0.9775086641311646	0					non-mobilizable	no_good_hit								True	True
MON0026_000000047019	1156	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.1430314942385032		0	0	False	False	0.9965397715568542	0					non-mobilizable	no_good_hit								True	True
ISR0807_000000013139	1155	0.835239822907378	1	1	1	1	0	True	21754	fragment	False	ISR0807_000000013139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0332_000000013546	1154	0.835239822907378	2	1	1	1	0	True	24562	fragment	False	ISR0332_000000013546	1.0		0	0	False	False	0.9956672191619873	0					non-mobilizable	no_good_hit	51.0	100.0	4.0	0.017482517482517484	NZ_QRYH01000054.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf54, whole genome shotgun sequence	True	True
ISR0200_000000022022	1154	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.018782884278481623		0	0	False	False	0.9722703695297241	0					non-mobilizable	other	1154.0	98.007	100.0	0.002410938509567432	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0076_000000023147	1154	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.12796423140089763	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1154.0	99.913	100.0	0.2714857546503414	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0366_000000018475	1154	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.12258457308980068	PS778	0	0	False	True	0.998266875743866	0					non-mobilizable	plasmid	1154.0	99.65299999999999	100.0	0.2779390420899855	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
FIJ0126_000000036313	1154	0.835239822907378	1	1	1	1	0	True	41082	maximal	True	FIJ0126_000000036313	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0078_000000041434	1154	0.835239822907378	1	1	1	1	0	True	10124	fragment	False	MON0078_000000041434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0024_000000023967	1153	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.022147902458049106		0	0	False	False	0.9878577589988708	0					non-mobilizable	other	1135.0	98.855	98.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0039_000000013572	1153	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.13622250044858844	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1153.0	100.0	100.0	0.27125029432540615	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0082_000000029893	1153	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.06804603410394117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0154_000000008930	1152	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.040047767847475504		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	99.82600000000001	100.0	0.021077883787792774	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0040_000000029973	1152	0.835239822907378	1	1	1	1	0	True	18315	fragment	False	MAD0040_000000029973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0109_000000020605	1151	0.835239822907378	2	1	1	1	0	True	42129	maximal	True	FIJ0109_000000020605	1.0		1	1	False	False	0.9774109721183777	0					non-mobilizable	no_good_hit								True	True
ISR0254_000000012027	1151	0.835239822907378	2	1	1	1	0	True	26914	fragment	False	ISR0254_000000012027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	718.0	83.705	76.0	0.14152994662976873	AF454701.1	CFB group bacteria	Prevotella intermedia plasmid pYHBi1 replication protein (rep) and mobilization protein (mob) genes, complete cds	True	True
MON0104_000000040212	1150	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.03981311054929165		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	99.478	100.0	0.021041258446719287	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0028_000000028080	1149	0.835239822907378	3	1	1	1	0	True	73858	fragment	False	DEN0028_000000028080	1.0		0	0	False	False	0.9808529019355774	0					non-mobilizable	plasmid	1122.0	94.652	98.0	0.10173336963426809	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	False	True
SPA0103_000000016189	1149	0.835239822907378	1	1	1	1	0	True	4859	fragment	False	SPA0103_000000016189	1.0		0	0	False	False	0.9982593655586243	0					non-mobilizable	no_good_hit								True	True
FIJ0090_000000041527	1149	0.835239822907378	1	1	1	1	0	True	43409	fragment	False	FIJ0090_000000041527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0021_000000037910	1149	0.835239822907378	2	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.230964118242261		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0138_000000016672	1148	0.835239822907378	1	1	1	1	0	True	40455	fragment	False	FIJ0138_000000016672	1.0		0	0	False	False	0.9869338274002075	0					non-mobilizable	no_good_hit								True	True
CHI0174_000000013585	1148	0.835239822907378	1	1	1	1	0	True	77769	fragment	False	CHI0174_000000013585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0057_000000019576	1148	0.835239822907378	1	1	1	1	0	True	69966	fragment	False	DEN0076_000000007223	0.9576954069298953		0	0	False	False	0.9973867535591125	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000032497	1148	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.13578905293358395	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1148.0	99.913	100.0	0.27007299270072993	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AUS0004_000000017073	1147	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.12753999065140323	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1147.0	100.0	100.0	0.26983753237579466	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0396_000000020305	1147	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.01579956756594422		0	0	False	False	0.9686138033866882	0					non-mobilizable	other	1128.0	97.87200000000001	98.0	0.002356572159828704	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0129_000000009642	1147	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.06811517103564776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000027443	1147	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.024861321156738603		0	0	False	False	0.9616390466690063	0					non-mobilizable	other	1147.0	98.69200000000001	100.0	0.012455167916530813	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0166_000000022268	1147	0.835239822907378	1	1	1	1	0	True	38987	fragment	False	USA0025_01_000000013442	0.9563526361279171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0098_000000031701	1146	0.835239822907378	1	1	1	1	0	True	20069	fragment	False	MON0057_000000021096	0.38823529411764707		0	0	False	False	0.9598603844642639	0					non-mobilizable	plasmid	1125.0	99.64399999999999	98.0	0.3788338388945062	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0102_000000038174	1145	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.02257799671592775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0050_000000021083	1145	0.835239822907378	3	1	1	1	0	True	17373	maximal	True	MAD0050_000000021083	1.0		1	1	False	False	0.9729257822036743	0					non-mobilizable	no_good_hit								True	True
ISR0311_000000021328	1145	0.835239822907378	2	1	1	1	0	True	70322	fragment	False	ISR0089_000000025589	0.6742370057289214		0	0	False	False	0.9703056812286377	0					non-mobilizable	other	1113.0	99.461	97.0	0.020363689636859743	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0014_000000020336	1145	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.10593351750640936	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1145.0	99.476	100.0	0.27552007740686985	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0209_000000024147	1145	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.0336124975873411		0	0	False	False	0.9991266131401062	0					non-mobilizable	other	1145.0	99.65100000000001	100.0	0.020949695094035565	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0060_000000028013	1145	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.12735070814000543	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1147.0	92.415	100.0	0.27076923076923076	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MAD0066_000000030980	1143	0.835239822907378	1	1	1	1	0	True	16539	maximal	True	MAD0066_000000030980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	98.425	11.0	0.0002865740077374982	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	True	True
ISR0204_000000012089	1143	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.10140758885479033	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1143.0	99.38799999999999	100.0	0.27527818093855827	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
ISR0791_000000015963	1143	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.04458458991559029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0022_000000027997	1142	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.14124951240149908		0	0	False	False	0.9527145624160767	0					non-mobilizable	no_good_hit	92.0	98.913	8.0	2.5446637422607966e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0298_000000013272	1142	0.835239822907378	1	1	1	1	0	True	25623	fragment	False	ISR0298_000000013272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0090_000000027883	1142	0.835239822907378	1	1	1	1	0	True	70322	fragment	False	ISR0089_000000025589	0.9410885918137678		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	99.65	100.0	0.020876444411888587	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0064_000000038744	1142	0.835239822907378	1	1	1	1	0	True	71175	maximal	True	DEN0064_000000038744	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	84.802	58.0	0.2704816797035817	LN853647.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1066	True	True
ISR0200_000000022309	1140	0.835239822907378	1	1	1	1	0	True	28751	fragment	False	ISR0200_000000022309	1.0		0	0	False	False	0.9991227984428406	0					non-mobilizable	other	1140.0	99.035	100.0	0.012379089229431584	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0065_000000017450	1140	0.835239822907378	1	1	1	1	0	True	45393	fragment	False	FIJ0065_000000017450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0153_000000031024	1140	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.12696120835917268	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1140.0	100.0	100.0	0.2681893101012479	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0033_000000018569	1139	0.835239822907378	1	1	1	1	0	True	73578	fragment	False	DEN0033_000000018569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	351.0	85.47	31.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
MON0043_000000026225	1139	0.835239822907378	2	1	1	1	0	True	11654	maximal	True	MON0043_000000026225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	82.969	56.0	0.17630700778642935	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	True	True
CHI0144_000000015473	1139	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.12308909903959653		0	0	False	False	0.982440710067749	0					non-mobilizable	no_good_hit								True	True
ENG0128_000000026558	1139	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.10978200204588358	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1139.0	99.649	100.0	0.274310595065312	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
MON0106_000000039720	1138	0.835239822907378	1	1	1	1	0	True	8631	maximal	True	MON0106_000000039720	1.0		1	1	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit								True	True
MON0088_000000028465	1138	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.01959489193260298		0	0	False	False	1.0	0					non-mobilizable	other	1058.0	99.811	93.0	0.019356492757338802	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0018_000000019730	1137	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.12263481176613195	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1137.0	100.0	100.0	0.26748292912644217	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0110_000000015178	1137	0.835239822907378	1	1	1	1	0	True	8463	fragment	False	MON0110_000000015178	1.0		0	0	False	False	0.9991204738616943	0					non-mobilizable	no_good_hit	168.0	97.024	15.0	0.056285810583080555	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0110_000000020606	1137	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.12263481176613195	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1137.0	100.0	100.0	0.26748292912644217	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0350_000000017682	1137	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.01076930988945297		0	0	False	False	0.9463500380516052	0					non-mobilizable	other	1069.0	97.755	94.0	0.011607433974567982	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0354_000000016087	1137	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.12341469574881953		0	0	False	False	0.992963969707489	0					non-mobilizable	no_good_hit								True	True
USA0043_01_000000008242	1137	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.09017609977218181	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1137.0	99.56	100.0	0.26748292912644217	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
TAN0017_000000032113	1136	0.835239822907378	2	1	1	1	0	True	2434	fragment	False	TAN0017_000000032113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.388996571023279e-07	CP047560.1	eudicots	Solanum pinnatisectum cultivar CGN17745 chromosome 9	True	True
ISR0357_000000023560	1135	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.11012552892494472	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1135.0	99.912	100.0	0.2670120084765717	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0185_000000029350	1135	0.835239822907378	1	1	1	1	0	True	29362	fragment	False	ISR0185_000000029350	1.0		0	0	False	False	0.9982379078865051	0					non-mobilizable	no_good_hit								True	True
ISR0160_000000026561	1134	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.1019222399768587	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1134.0	99.647	100.0	0.26677654815163643	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0395_000000033752	1134	0.835239822907378	1	1	1	1	0	True	22694	fragment	False	ISR0395_000000033752	1.0		0	0	False	False	0.998236358165741	0					non-mobilizable	no_good_hit								True	True
ISR0121_000000023372	1133	0.835239822907378	1	1	1	1	0	True	32174	fragment	False	ISR0121_000000023372	1.0		0	0	False	False	0.9964695572853088	0					non-mobilizable	no_good_hit	953.0	75.02600000000001	83.0	0.11564625850340136	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0035_01_000000023293	1133	0.835239822907378	1	1	1	1	0	True	1396	fragment	False	USA0035_01_000000023293	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1177.0	96.262	100.0	0.02487941101802488	CP029292.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed5	False	True
AST0052_000000022743	1132	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.022033139664540843		0	0	False	False	0.9902827143669128	0					non-mobilizable	other	1132.0	98.675	100.0	0.0023649362136346623	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CAN0009_000000025751	1132	0.835239822907378	1	1	1	1	0	True	112645	fragment	False	ISR0001_000000011179	0.03668743352551451		0	0	False	False	0.9929328560829163	0					non-mobilizable	no_good_hit								True	True
FIJ0168_000000021390	1132	0.835239822907378	1	1	1	1	0	True	38888	fragment	False	FIJ0168_000000021390	1.0		0	0	False	False	0.9911660552024841	0					non-mobilizable	no_good_hit	837.0	79.45	73.0	0.28646014618865295	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MON0085_000000028754	1132	0.835239822907378	2	1	1	1	0	True	9756	fragment	False	MON0085_000000028754	1.0		0	0	False	False	0.9434629082679749	0					non-mobilizable	no_good_hit								True	True
ENG0134_000000033102	1132	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.02132355138136498		0	0	False	False	0.9902827143669128	0					non-mobilizable	other	1132.0	99.205	100.0	0.012292142158461037	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0050_000000021347	1131	0.835239822907378	1	1	1	1	0	True	131077	fragment	False	ISR0152_000000011271	0.11019542407407779		0	0	False	False	0.9796640276908875	0					non-mobilizable	no_good_hit								True	True
ISR0149_000000016706	1130	0.835239822907378	1	1	1	1	0	True	30838	fragment	False	ISR0149_000000016706	0.9707470747074708		0	0	False	False	0.9955752491950989	0					non-mobilizable	no_good_hit								True	True
MAD0041_000000034024	1130	0.835239822907378	1	1	1	1	0	True	124573	fragment	False	MAD0041_000000034024	0.9265125115544758		0	0	False	False	0.9991150498390198	0					non-mobilizable	no_good_hit	621.0	86.473	55.0	0.0012922463130205317	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0145_000000030577	1129	0.835239822907378	1	1	1	1	0	True	3346	fragment	False	SPA0145_000000030577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0073_000000016436	1129	0.835239822907378	1	1	1	1	0	True	44677	fragment	False	FIJ0073_000000016436	1.0		0	0	False	False	0.9884853959083557	0					non-mobilizable	no_good_hit								True	True
SPA0120_000000034683	1128	0.835239822907378	1	1	1	1	0	True	4147	fragment	False	SPA0120_000000034683	1.0		0	0	False	False	0.9840425252914429	0					non-mobilizable	no_good_hit	809.0	95.55	72.0	0.0016853568419005639	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0841_000000013806	1127	0.835239822907378	2	1	1	1	0	True	79685	fragment	False	CHI0158_000000018415	0.6376177079536444		0	0	False	False	1.0	0					non-mobilizable	plasmid	1127.0	99.911	100.0	0.27145612343297976	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
MAD0091_000000015532	1127	0.835239822907378	1	1	1	1	0	True	15731	fragment	False	MAD0091_000000015532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0092_000000028909	1127	0.835239822907378	1	1	1	1	0	True	33549	fragment	False	ISR0092_000000028909	1.0		0	0	False	False	0.9361135959625244	0					non-mobilizable	no_good_hit								True	True
CHI0101_000000009558	1127	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.021184978765432506	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1127.0	100.0	100.0	0.26512832587708973	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0157_000000021795	1127	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.07757486926405296	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1127.0	100.0	100.0	0.266508875739645	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
USA0004_01_000000019187	1125	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.17886377433427844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0015_000000005573	1125	0.835239822907378	2	1	1	1	0	True	2522	fragment	False	TAN0015_000000005573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0158_000000017212	1125	0.835239822907378	2	1	1	1	0	True	30492	fragment	False	ISR0158_000000017212	1.0		0	0	False	False	0.9964444637298584	0					non-mobilizable	plasmid	1125.0	99.73299999999999	100.0	0.34852713178294575	CP054156.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B503, complete sequence	False	True
ITA0001_000000003503	1124	0.835239822907378	1	1	1	1	0	True	20445	fragment	False	ITA0001_000000003503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0077_000000012813	1124	0.835239822907378	2	1	1	1	0	True	69863	fragment	False	DEN0077_000000012813	1.0		0	0	False	False	0.9991103410720825	0	rep_cluster_1019				non-mobilizable	other	1124.0	100.0	100.0	0.1826313221662059	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
ENG0080_000000025817	1123	0.835239822907378	2	1	1	1	0	True	61694	fragment	False	ISR0138_000000021682	0.6938373872651952		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	97.425	100.0	0.012880991092079049	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
CHI0027_000000015308	1123	0.835239822907378	1	1	1	1	0	True	88743	fragment	False	CHI0027_000000015308	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1016.0	89.56700000000001	90.0	0.017934994506078758	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	False	True
ENG0021_000000015569	1123	0.835239822907378	1	1	1	1	0	True	66336	fragment	False	ENG0021_000000015569	1.0		0	0	False	False	0.9795191287994385	0					non-mobilizable	other	1012.0	98.419	90.0	0.019156071773689297	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MAD0041_000000034364	1121	0.835239822907378	1	1	1	1	0	True	18187	fragment	False	MAD0041_000000034364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	86.667	58.0	0.0013466126627592594	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0181_000000018834	1119	0.835239822907378	1	1	1	1	0	True	77398	fragment	False	ISR0257_000000015653	0.634167385677308		0	0	False	False	0.9392314553260803	0					non-mobilizable	plasmid	1121.0	96.521	100.0	0.03606040117196304	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0108_000000016442	1119	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.012680042458391659	PS778	0	0	False	True	0.9848078489303589	0					non-mobilizable	other	1119.0	99.285	100.0	0.26461538461538464	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0858_000000009885	1118	0.835239822907378	1	1	1	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.01572108275957082		0	0	False	False	0.9794275760650635	0					non-mobilizable	other	1118.0	97.67399999999999	100.0	0.002335662025313809	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0230_000000032319	1118	0.835239822907378	1	1	1	1	0	True	27500	fragment	False	ISR0230_000000032319	1.0		0	0	False	False	0.9928443431854248	0					non-mobilizable	other	1118.0	100.0	100.0	0.017716660322294124	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0789_000000012772	1118	0.835239822907378	1	1	1	1	0	True	70322	fragment	False	ISR0089_000000025589	0.6690362548445075		0	0	False	False	0.9982110857963562	0					non-mobilizable	other	1118.0	99.374	100.0	0.02043694031900672	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0789_000000012793	1116	0.835239822907378	1	1	1	1	0	True	61791	fragment	False	ISR0033_000000026426	0.6386111111111111		0	0	False	False	0.9964157938957214	0					non-mobilizable	other	1105.0	96.01799999999999	99.0	0.000314754816261876	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
MAD0063_000000013862	1114	0.835239822907378	1	1	1	1	0	True	16695	fragment	False	MAD0063_000000013862	1.0		0	0	False	False	0.9892280101776123	0					non-mobilizable	no_good_hit								True	True
ISR0304_000000009645	1114	0.835239822907378	1	1	1	1	0	True	25481	fragment	False	ISR0304_000000009645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0127_000000026283	1114	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.013890763180795187		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	92.896	99.0	0.01207477448103467	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0012_000000052852	1114	0.835239822907378	2	1	1	1	0	True	49027	fragment	False	FIJ0026_000000027639	0.9706812913543783		0	0	False	False	0.9739676713943481	0					non-mobilizable	no_good_hit								True	True
USA0009_01_000000023536	1112	0.835239822907378	1	1	1	1	0	True	108067	fragment	False	ISR0316_000000015054	0.3183520599250936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	89.37	46.0	0.06246134817563389	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
SPA0076_000000016643	1111	0.835239822907378	1	1	1	1	0	True	30838	fragment	False	ISR0149_000000016706	0.9628318584070796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0311_000000022131	1111	0.835239822907378	2	1	1	1	0	True	25275	maximal	True	ISR0311_000000022131	1.0		0	0	False	False	0.9900990128517151	0					non-mobilizable	no_good_hit	98.0	97.959	9.0	0.015676028739386023	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
TAN0008_000000020881	1111	0.835239822907378	1	1	1	1	0	True	2732	maximal	True	TAN0008_000000020881	1.0		1	1	False	False	0.994599461555481	0					non-mobilizable	no_good_hit								True	True
ISR0344_000000032117	1110	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.01093583451231764		0	0	False	False	0.9963964223861694	0					non-mobilizable	other	1110.0	98.829	100.0	0.012053037713292034	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0031_000000030672	1110	0.835239822907378	1	1	1	1	0	True	25482	fragment	False	ISR0393_000000015806	0.6427748992515832		0	0	False	False	0.9954954981803894	0					non-mobilizable	no_good_hit								True	True
FIJ0036_000000040320	1109	0.835239822907378	1	1	1	1	0	True	47860	fragment	False	FIJ0036_000000040320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0027_000000011288	1109	0.835239822907378	1	1	1	1	0	True	19027	maximal	True	MAD0027_000000011288	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0052_000000021618	1109	0.835239822907378	1	1	1	1	0	True	17238	fragment	False	MAD0052_000000021618	1.0		0	0	False	False	0.9990983009338379	0					non-mobilizable	no_good_hit	293.0	78.157	26.0	0.11939069575957184	LN853647.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1066	True	True
ENG0152_000000023776	1109	0.835239822907378	1	1	1	1	0	True	120572	fragment	False	ISR0781_000000024208	0.7460918638574338		0	0	False	False	0.9864742755889893	0					non-mobilizable	no_good_hit								True	True
SPA0009_000000034162	1109	0.835239822907378	1	1	1	1	0	True	122721	fragment	False	ISR0293_000000010219	0.03902070431350592		0	0	False	False	0.9945897459983826	0					non-mobilizable	other	1109.0	99.729	100.0	0.020290438954712765	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0069_000000023395	1108	0.835239822907378	2	1	1	1	0	True	34919	fragment	False	ISR0069_000000023395	1.0		0	0	False	False	0.9729241728782654	0					non-mobilizable	plasmid	1104.0	99.366	99.0	0.03538426864998873	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0071_000000017909	1108	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.12100442311924532	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1108.0	99.27799999999999	100.0	0.2620118343195266	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
ISR0330_000000029700	1106	0.835239822907378	1	1	1	1	0	True	24626	fragment	False	ISR0330_000000029700	1.0		0	0	False	False	0.9981916546821594	0					non-mobilizable	other	1101.0	85.649	99.0	0.0022917507428325285	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0060_000000039270	1106	0.835239822907378	2	1	1	1	0	True	10854	fragment	False	MON0060_000000039270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0060_000000039255	1106	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.12498073776919326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0055_000000033395	1106	0.835239822907378	3	1	1	1	0	True	113308	fragment	False	AST0055_000000033395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	91.87100000000001	48.0	0.06866840731070496	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	True
ISR0820_000000024210	1105	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.1943125951506552		0	0	False	False	0.9981900453567505	0					non-mobilizable	no_good_hit								True	True
ISR0122_000000016317	1104	0.835239822907378	3	1	1	1	0	True	32134	maximal	True	ISR0122_000000016317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0813_000000028537	1104	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.08867892469283317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	94.949	9.0	0.005119899691761141	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0278_000000011466	1103	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.007153155332664223		0	0	False	False	0.9809610247612	0					non-mobilizable	other	1084.0	98.432	98.0	0.011770459732637756	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0083_000000028725	1103	0.835239822907378	2	1	1	1	0	True	69053	maximal	True	DEN0083_000000028725	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0004_01_000000019578	1102	0.835239822907378	1	1	1	1	0	True	2197	fragment	False	USA0004_01_000000019578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	100.0	79.0	0.015986961378577837	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0071_000000017991	1102	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.05582093605796775	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1102.0	99.637	100.0	0.26536042573778423	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
MAD0014_000000031660	1102	0.835239822907378	1	1	1	1	0	True	19460	fragment	False	MAD0014_000000031660	1.0		0	0	False	False	0.9954627752304077	0					non-mobilizable	no_good_hit								True	True
MON0084_000000034631	1101	0.835239822907378	1	1	1	1	0	True	9798	fragment	False	MON0084_000000034631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	96.721	77.0	0.29409734207801175	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0357_000000024282	1101	0.835239822907378	1	1	1	1	0	True	122790	fragment	False	ISR0382_000000002969	0.007280007280007279		0	0	False	False	0.9682106971740723	0					non-mobilizable	other	1085.0	97.604	98.0	0.011781328116509076	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0050_000000023657	1101	0.835239822907378	1	1	1	1	0	True	46563	maximal	True	FIJ0050_000000023657	1.0		0	0	False	False	0.9891008138656616	0					non-mobilizable	no_good_hit	82.0	91.463	7.0	2.190125023692556e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0105_000000036485	1101	0.835239822907378	2	1	1	1	0	True	49027	fragment	False	FIJ0026_000000027639	0.9651798453791135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0009_01_000000023834	1099	0.835239822907378	1	1	1	1	0	True	100193	fragment	False	USA0055_01_000000015874	0.10760693395200309		0	0	False	False	0.9890809655189514	0					non-mobilizable	no_good_hit								True	True
MAD0103_000000022857	1099	0.835239822907378	2	1	1	1	0	True	21929	fragment	False	ISR0797_000000009403	0.9440619621342513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	95.181	8.0	0.007432922407541697	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
MAD0069_000000008492	1095	0.835239822907378	2	1	1	1	0	True	16388	fragment	False	MAD0069_000000008492	1.0		0	0	False	False	1.0	0					non-mobilizable	other	851.0	97.65	90.0	0.7221750212404418	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	False	True
MON0007_000000060420	1088	0.835239822907378	1	1	1	1	0	True	116584	backbone	False	USA0025_01_000000005434	0.008721260866032985	PS778	0	0	False	True	1.0	0					non-mobilizable	other	1088.0	99.72399999999999	100.0	0.2572781065088757	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
MON0074_000000020484	1085	0.835239822907378	1	1	1	1	0	True	12681	fragment	False	MON0074_000000020484	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1063.0	89.84	97.0	0.36382464618570937	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0043_000000027649	1032	0.835239822907378	1	1	1	1	0	True	11650	fragment	False	MON0043_000000027649	1.0		0	0	False	False	0.998062014579773	0					non-mobilizable	no_good_hit	114.0	96.491	11.0	0.07501674480910918	MN537546.1	CFB group bacteria	Prevotellaceae bacterium DSM 108495 16S ribosomal RNA gene, partial sequence	True	True
MON0026_000000050566	1000	0.835239822907378	1	1	1	1	0	True	12680	fragment	False	MON0026_000000050566	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1000.0	97.5	99.0	0.3444943044528823	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
AST0005_000000007678	3809	0.8352374919300597	4	4	3	3	4	False	128576	fragment	False	AST0019_000000006503	0.9429408753500589		0	0	False	False	0.9997374415397644	0					non-mobilizable	other	3699.0	99.027	99.0	0.033899858826980545	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0108_000000012448	1851	0.8352345529873488	3	3	2	3	1	False	68344	maximal	True	FIJ0108_000000012448	1.0	PS39	9	6	False	True	1.0	0					non-mobilizable	no_good_hit	584.0	75.685	31.0	0.0026447439696651053	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
ISR0129_000000003182	3624	0.8352333135634179	4	2	2	1	0	True	122820	maximal	True	ISR0129_000000003182	1.0		1	1	False	False	0.9914458990097046	0					non-mobilizable	no_good_hit	2879.0	97.985	79.0	0.03125747201391153	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0145_000000013225	1279	0.8352247117472449	1	1	1	1	1	True	40012	fragment	False	FIJ0145_000000013225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0004_000000008651	4007	0.8352210171709707	4	3	2	3	3	False	94097	fragment	False	MON0004_000000008651	0.9562241501004236		0	0	False	False	0.9997504353523254	0					non-mobilizable	chromosome	3763.0	97.42200000000001	99.0	0.001547636991406867	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0082_000000007593	3800	0.8352210171709707	4	3	2	3	3	False	94097	fragment	False	MON0004_000000008651	0.9315609605320123		0	0	False	False	0.9997368454933167	0					non-mobilizable	chromosome	3803.0	96.292	100.0	0.0016782538742011626	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MON0009_000000008720	3688	0.8352210171709707	3	3	2	3	3	False	94097	fragment	False	MON0004_000000008651	0.9421124576614142		0	0	False	False	0.9997288584709167	0					non-mobilizable	other	3689.0	96.85600000000001	100.0	0.10113006747490262	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ENG0009_000000003096	3963	0.8352197222272524	4	3	3	2	2	False	108487	maximal	True	ENG0009_000000003096	1.0		35	6	False	False	0.9979813098907471	0					non-mobilizable	no_good_hit	2065.0	94.57600000000001	55.0	0.0005807187826284138	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0230_000000022654	1536	0.8351964867532259	2	1	1	1	1	False	27526	maximal	True	ISR0230_000000022654	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	4.0	0.0013674243401532546	NZ_FZNW01000026.1	high GC Gram+	Haloechinothrix alba strain DSM 45207, whole genome shotgun sequence	True	False
SPA0012_000000011262	2159	0.8351902961147781	4	3	3	1	1	False	75846	maximal	True	SPA0012_000000011262	1.0		0	0	False	False	0.9805465340614319	0					non-mobilizable	no_good_hit								True	False
FIJ0003_000000007105	3487	0.8351897113088972	3	2	1	2	2	False	74777	fragment	False	FIJ0003_000000007105	0.9645090681676047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	97.704	25.0	0.9988505747126437	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
MON0027_000000013919	2854	0.8351897113088972	2	2	1	2	2	False	74776	fragment	False	MON0027_000000013919	0.9983824586628325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	99.541	30.0	0.9988505747126437	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
FIJ0150_000000017610	1406	0.8351853186825229	2	1	1	1	1	False	39788	fragment	False	FIJ0150_000000017610	1.0		0	0	False	False	0.9886202216148376	0					non-mobilizable	no_good_hit	117.0	98.291	8.0	0.007714304715036244	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	False
ISR0397_000000012518	1450	0.8351837491256274	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.11035456616183388		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	97.109	100.0	0.007244602770935653	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
SPA0022_000000002507	5217	0.8351821389262581	5	5	5	5	5	False	72628	maximal	True	SPA0022_000000002507	1.0		17	6	False	False	0.9990416169166565	0					non-mobilizable	no_good_hit	2860.0	98.671	55.0	0.05279485901058113	NZ_QRML01000030.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf30, whole genome shotgun sequence	True	False
FIJ0092_000000009827	3207	0.83517477262762	5	3	3	3	2	False	52485	fragment	False	FIJ0092_000000009827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	88.92399999999999	59.0	0.00028283036716360434	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
SPA0113_000000002581	12065	0.8351574490141253	9	8	8	8	8	True	38003	maximal	True	SPA0113_000000002581	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1734.0	79.931	27.0	0.0006122817521872421	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
FIJ0050_000000000788	22701	0.8351554903466126	21	8	5	6	6	True	49333	maximal	True	FIJ0050_000000000788	1.0		43	1	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	72.222	3.0	0.0015765450141138316	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	True
USA0019_01_000000003291	8231	0.8351543110264724	8	7	6	7	5	False	92270	fragment	False	USA0019_01_000000003291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	1.0	0.0008687602364167201	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0012_000000015548	1594	0.835150500935212	2	2	2	2	1	False	52555	fragment	False	FIJ0001_000000012891	0.9995294855708909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.789	44.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0168_000000014265	1594	0.835150500935212	2	2	2	2	1	False	52555	fragment	False	FIJ0001_000000012891	0.9998431618569636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.789	44.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0001_000000012891	1594	0.835150500935212	2	2	2	2	1	False	52555	fragment	False	FIJ0001_000000012891	0.9998431618569636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.789	44.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0040_000000015355	1594	0.835150500935212	2	2	2	2	1	False	52555	fragment	False	FIJ0001_000000012891	0.9998431618569636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.789	44.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
ISR0207_000000001264	14191	0.8351488485525047	11	9	6	9	5	False	88390	fragment	False	ISR0160_000000001457	0.9880698123467997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007236665773251139	XM_031429658.1	eudicots	PREDICTED: Pistacia vera chromatin modification-related protein EAF1 A-like (LOC116144210), mRNA	True	False
AUS0018_000000019417	1464	0.8351443775334113	3	3	0	0	3	False	99871	maximal	True	AUS0018_000000019417	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	89.82600000000001	51.0	0.009581455247907275	NZ_KE384123.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00011.11, whole genome shotgun sequence	True	False
SPA0018_000000002599	9264	0.8351437514943618	16	6	4	4	3	False	102987	fragment	False	SPA0018_000000002599	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	84.375	1.0	0.000719054956343092	NZ_SLWV01000013.1	firmicutes	Marinisporobacter balticus strain DSM 102940 Ga0310545_113, whole genome shotgun sequence	True	False
ETH0005_000000029453	1589	0.8351410083274691	3	3	2	3	2	False	52728	maximal	True	ETH0005_000000029453	1.0		1	1	False	False	0.9786028861999512	0					non-mobilizable	no_good_hit	59.0	93.22	4.0	0.0004832407121968289	CP034362.1	enterobacteria	Klebsiella pneumoniae strain 39 plasmid pK039_3, complete sequence	True	False
USA0017_01_000000017710	1541	0.8351393466767026	3	3	3	3	3	False	127738	fragment	False	USA0017_01_000000017710	0.9868147120055517		0	0	False	False	0.994808554649353	0					non-mobilizable	other	1541.0	99.805	100.0	0.04882224265288654	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0110_000000013072	1406	0.835136055758958	2	2	2	2	1	True	119977	fragment	False	MON0046_000000025313	0.37376093294460644		0	0	False	True	0.9943100810050964	0					non-mobilizable	other	1364.0	89.736	100.0	0.00040766347109488354	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0068_000000027817	1157	0.8351339977512555	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.08191663450790786		0	0	False	False	1.0	0					non-mobilizable	chromosome	1157.0	91.01100000000001	100.0	0.00047606928208258074	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0056_000000012421	2784	0.8351190813503033	5	2	2	2	2	False	21145	fragment	False	SPA0056_000000012421	1.0		0	0	False	False	0.9867097735404968	0					non-mobilizable	no_good_hit	1563.0	78.82300000000001	56.0	0.0003888563522123301	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ENG0005_000000009440	2544	0.8351115117741701	3	3	3	2	2	False	77810	backbone	True	ENG0005_000000009440	1.0	PS376	1	1	True	True	1.0	11					non-mobilizable	no_good_hit	1002.0	75.649	45.0	0.00026320754993159	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
TAN0017_000000031824	1148	0.8351114987823426	1	1	1	1	1	False	47330	fragment	False	FIJ0041_000000032733	0.978542165059147		0	0	False	False	0.9808362126350403	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000012525	3152	0.8351109098756163	2	1	1	1	1	False	93305	fragment	False	CAN0015_000000012525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2443.0	94.39200000000001	78.0	0.00879200202114989	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0003_000000008458	2142	0.8351022879388541	3	3	3	3	3	False	11724	maximal	False	MON0042_000000012251	0.9794646977388094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	77.908	39.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MAD0090_000000008529	1555	0.8350978570604077	5	2	2	1	1	False	18329	maximal	True	MAD0090_000000008529	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	85.12	49.0	0.00019605290654737907	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0012_000000009649	2535	0.8350848252470514	5	1	1	1	1	True	57031	fragment	False	SPA0012_000000009649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	97.72	72.0	0.040009572709076666	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0024_000000020911	1294	0.8350800353830874	2	1	1	1	1	False	62564	fragment	False	ENG0068_000000018828	0.9281092739036665		0	0	False	False	0.9984543919563293	0					non-mobilizable	other	1289.0	94.725	100.0	0.0004673906924972354	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0096_000000025841	1454	0.8350753767666667	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.43558871836974045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00011889142240848545	NZ_PUIN01000014.1	g-proteobacteria	Pseudomonas frederiksbergensis strain 11-D3 Scaffold14_1, whole genome shotgun sequence	True	False
ETH0001_000000024127	1454	0.8350753767666667	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.42070804908222703		0	0	False	False	0.9979367256164551	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000022549	1448	0.8350753767666667	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.43495063725706035		0	0	False	False	0.9993094205856323	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000034580	1438	0.8350753767666667	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.40465660052581076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	4.0	0.00021439498824461377	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
USA0047_01_000000025485	1427	0.8350753767666667	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.38808464933750425		0	0	False	False	0.9985984563827515	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000021688	1423	0.8350753767666667	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.3724679675458393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0777_000000012188	1422	0.8350753767666667	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.3732980987577371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	4.0	0.00021439498824461377	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
FIJ0023_000000024255	1421	0.8350753767666667	2	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.3718583318243094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00010538058744226779	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
CHI0159_000000011191	1420	0.8350753767666667	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.3729418844518516		0	0	False	False	0.9781690239906311	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00010538058744226779	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
MON0096_000000026850	1418	0.8350753767666667	2	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.3534011963938107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0041_01_000000012152	1392	0.8350753767666667	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.3528795356249349		0	0	False	False	0.9913793206214905	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00010538058744226779	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
ENG0190_000000008033	3811	0.8350743981928366	4	3	3	2	2	False	122604	fragment	False	ENG0190_000000008033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2596.0	98.613	69.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0208_000000015873	1733	0.835066398878662	3	3	3	1	1	False	28509	fragment	False	ISR0208_000000015873	1.0		0	0	False	False	0.9994229674339294	0					non-mobilizable	no_good_hit								True	False
ISR0219_000000027332	1187	0.8350612523468446	2	2	2	2	2	False	60124	maximal	False	ENG0105_000000019046	0.9945833333333334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1187.0	100.0	100.0	0.0006100380579392132	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0160_000000003292	7376	0.8350525772482151	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.7381920331615357		0	0	False	False	1.0	0					non-mobilizable	other	7376.0	99.146	100.0	0.026664786573240486	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0045_000000005211	6062	0.8350523537683471	6	6	5	6	5	False	49718	maximal	True	MAD0045_000000005211	1.0		25	2	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	75.887	14.0	0.0019752511254890587	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
MAD0025_000000010669	1280	0.8350463821155207	3	2	2	2	2	False	19123	maximal	True	MAD0025_000000010669	1.0		2	1	False	False	0.999218761920929	0					non-mobilizable	no_good_hit	249.0	72.691	19.0	0.00025204960252509775	NZ_SIJC01000001.1	firmicutes	Chengkuizengella sediminis strain J15A17 contig1, whole genome shotgun sequence	True	False
CAN0017_000000004908	7815	0.8350344860043962	7	4	2	4	1	False	93682	maximal	True	CAN0017_000000004908	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	93.525	25.0	0.00029428190081318834	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
TAN0004_000000002199	2194	0.8350276146271045	3	3	3	1	1	True	102939	fragment	False	MON0021_000000011163	0.7177761615735248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0152_000000000067	41999	0.8350272507914981	33	17	11	12	9	True	79401	maximal	True	CHI0152_000000000067	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	89.831	0.0	0.01980874316939891	XM_005925244.2	bony fishes	PREDICTED: Haplochromis burtoni NOP2 nucleolar protein (nop2), mRNA	True	True
ENG0142_000000007209	4053	0.8350255623610954	6	5	4	4	4	False	99042	fragment	False	ENG0142_000000007209	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.184	14.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0071_000000003081	10125	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7077917664635959	PS1166	0	0	True	True	1.0	46					non-mobilizable	plasmid	10125.0	100.0	100.0	0.19844365603622321	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0134_000000002920	10122	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7075035435096755	PS1166	0	0	True	True	1.0	14					non-mobilizable	plasmid	10125.0	99.96	100.0	0.19844365603622321	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0080_000000000025	10105	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7067719447614054	PS1166	0	0	True	True	1.0	9					non-mobilizable	plasmid	10105.0	99.99	100.0	0.1980516298488739	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0047_000000000148	10105	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7068449391950506	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10105.0	100.0	100.0	0.1980516298488739	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0004_000000002453	10093	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.705974818892089	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10093.0	99.772	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0041_000000002978	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	True	True	1.0	23					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0012_000000002273	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	True	True	1.0	4					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0018_000000002219	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7069312149460532	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10090.0	99.99	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0147_000000001096	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	True	True	1.0	3					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0013_000000002078	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	True	True	1.0	57					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0106_000000001773	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0113_000000003169	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	True	True	1.0	75					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0157_000000002131	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	True	True	1.0	1					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0001_000000003138	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7069453899870055	PS1166	0	0	True	True	1.0	37					non-mobilizable	plasmid	10090.0	99.99	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0080_000000002206	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7069434732460675	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10090.0	99.99	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0109_000000002109	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7068550724186756	PS1166	0	0	True	True	1.0	1					non-mobilizable	plasmid	10090.0	99.98	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AUS0022_000000003375	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7069312149460532	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10090.0	99.99	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0057_000000002123	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0135_000000001592	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0042_000000002467	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7067768633702195	PS1166	0	0	True	True	1.0	15					non-mobilizable	plasmid	10090.0	99.97	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0043_000000002708	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070958769643203	PS1166	0	0	False	True	0.9997026920318604	0					non-mobilizable	plasmid	10091.0	99.881	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0326_000000001203	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7083492406738492	PS1166	0	0	False	True	0.9997026920318604	0					non-mobilizable	other	10090.0	99.72200000000001	100.0	0.2690184785217183	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0111_000000002864	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	True	True	1.0	65					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0073_000000002469	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7070062523820252	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10090.0	100.0	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0141_000000003429	10090	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7069312149460532	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10090.0	99.99	100.0	0.1977576102083619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0065_000000002400	10070	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7059843876781935	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10070.0	99.99	100.0	0.1973655840210126	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0046_000000001499	10050	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7049438104864157	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10050.0	99.99	100.0	0.1969735578336633	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0022_000000002576	10047	0.8350087899995917	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7029470645160354	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10047.0	99.39299999999999	100.0	0.1968559499774585	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0829_000000005944	2467	0.8350080372531299	3	3	3	3	3	False	94777	fragment	False	DEN0010_000000016710	0.9232996139809518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	71.183	42.0	0.0003636913503431341	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0033_000000020034	1233	0.8350039991130077	2	2	2	2	1	False	65478	maximal	True	ENG0033_000000020034	1.0		1	1	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit	415.0	85.542	34.0	0.00041294796855596193	NZ_HE998568.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
FIJ0142_000000015606	2226	0.834997874850688	3	1	1	1	1	False	123289	fragment	False	FIJ0142_000000015606	1.0		0	0	False	False	0.9995507597923279	0					non-mobilizable	no_good_hit								True	False
ISR0334_000000010417	2001	0.834996851071485	3	2	2	2	2	False	24508	fragment	False	ISR0334_000000010417	1.0		0	0	False	False	0.9830085039138794	0					non-mobilizable	no_good_hit	296.0	72.973	15.0	0.0005034901802289339	NZ_LM994634.1	g-proteobacteria	Haemophilus massiliensis, whole genome shotgun sequence	True	False
ISR0301_000000013333	1475	0.8349940901500891	2	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.596053872894951		0	0	False	False	0.996610164642334	0					non-mobilizable	other	1479.0	94.861	100.0	0.604013104013104	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
ISR0388_000000016975	2057	0.8349882320476988	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.974311313040423		0	0	False	False	0.9980553984642029	0					non-mobilizable	other	2057.0	99.319	100.0	0.002847815036075556	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CAN0015_000000019210	1904	0.8349845177390319	4	4	3	4	1	False	93207	maximal	True	CAN0015_000000019210	1.0		11	5	False	False	0.9910714030265808	0					non-mobilizable	no_good_hit	879.0	95.677	89.0	0.00024973902556269504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0077_000000011461	3358	0.8349789597539402	4	4	3	3	2	False	49621	fragment	False	MON0077_000000011461	1.0		0	0	False	False	0.9997022151947021	0					non-mobilizable	chromosome	1574.0	93.329	92.0	0.0005599225796616315	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
CHI0092_000000002417	3968	0.8349761834132893	7	3	2	2	2	False	83696	fragment	False	CHI0092_000000002417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	90.54299999999999	32.0	0.0001417088128222043	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0033_000000011919	2919	0.8349592106171809	3	3	3	3	1	False	99230	fragment	False	MON0016_000000008962	0.9641363782566741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	82.024	20.0	0.00019535299772602255	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0183_000000020613	1473	0.8349534887779829	2	1	1	1	1	True	68107	fragment	False	ENG0183_000000020613	0.9866962305986696		0	0	False	False	0.997284471988678	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.384383799214708e-05	NZ_SOAW01000002.1	high GC Gram+	Naumannella halotolerans strain DSM 24323 Ga0181006_12, whole genome shotgun sequence	True	True
ISR0268_000000000371	20126	0.8349415873228023	27	9	5	9	4	True	106967	fragment	False	ISR0268_000000000371	1.0		0	0	False	False	0.9991553425788879	0					non-mobilizable	no_good_hit	2592.0	99.15100000000001	13.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	True
SPA0102_000000019960	1629	0.8349310500939021	2	2	2	2	1	False	100822	fragment	False	SPA0102_000000019960	0.9608240281866282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	89.109	60.0	0.00020207649173845427	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AUS0014_000000017474	1603	0.8349310500939021	2	2	2	2	1	False	100822	fragment	False	SPA0102_000000019960	0.9529621794476041		0	0	False	False	0.9962570071220398	0					non-mobilizable	no_good_hit	909.0	89.109	61.0	0.00020207649173845427	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0248_000000002683	1598	0.8349310500939021	2	2	2	2	1	False	100822	fragment	False	SPA0102_000000019960	0.9481309506971982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	89.109	62.0	0.00020207649173845427	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0035_01_000000004180	6102	0.8349278266328966	11	6	3	4	2	False	72021	maximal	True	USA0035_01_000000004180	1.0		1	1	False	False	0.9991806149482727	0					non-mobilizable	no_good_hit	423.0	98.109	7.0	0.00011580052318509755	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0083_000000004850	2108	0.8349267908935455	2	2	2	2	1	False	50219	fragment	False	FIJ0027_000000008032	0.9799076212471132		0	0	False	False	0.9990512132644653	0					non-mobilizable	chromosome	1061.0	90.669	91.0	0.0004271983773722822	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0090_000000007048	3569	0.8349220449663671	5	3	2	2	2	True	131978	fragment	False	ISR0090_000000007048	1.0		0	0	False	False	0.9910339117050171	0					non-mobilizable	no_good_hit								True	True
TAN0016_000000005586	2048	0.8349211246588498	3	3	3	3	3	False	46100	fragment	False	TAN0016_000000005586	1.0		0	0	False	False	0.99951171875	0					non-mobilizable	no_good_hit								True	False
TAN0002_000000001244	14042	0.8349198074710703	21	12	9	11	10	False	50229	maximal	True	TAN0002_000000001244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2115.0	71.253	15.0	0.017793442090045082	NZ_CYYU01000006.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0183_000000000656	29979	0.8349165645941681	52	22	10	15	11	True	102522	maximal	True	ENG0183_000000000656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.94010286403222e-06	CP050898.1	a-proteobacteria	Rhizobium pusense strain FDAARGOS_633 chromosome 1	True	True
MAD0064_000000021744	1105	0.8349148744836822	3	2	2	1	2	False	16652	maximal	True	MAD0064_000000021744	1.0		7	6	False	False	0.996380090713501	0					non-mobilizable	no_good_hit								True	False
FIJ0111_000000007351	2978	0.8349088367751981	4	3	3	2	2	False	42091	maximal	True	FIJ0111_000000007351	1.0		1	1	False	False	0.9952988624572754	0					non-mobilizable	no_good_hit	760.0	74.737	25.0	0.00030867415252591534	NZ_VMBG01000001.1	verrucomicrobia	Rariglobus hedericola strain 53C-WASEF NODE_1_length_2445945_cov_106.723303, whole genome shotgun sequence	True	False
CAN0006_000000004906	8991	0.8349074674550717	6	6	4	6	3	False	95773	maximal	True	CAN0006_000000004906	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	80.635	4.0	0.0007416105308695383	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0169_000000004044	6048	0.8349034644242521	7	4	3	3	4	False	116696	maximal	True	ISR0169_000000004044	1.0	PS782	0	0	False	True	0.9998346567153931	0					non-mobilizable	no_good_hit	3539.0	95.39399999999999	60.0	0.03220539948923751	NZ_BAJY01000005.1	CFB group bacteria	Prevotella falsenii DSM 22864 = JCM 15124, whole genome shotgun sequence	True	True
ISR0365_000000006946	2291	0.8348979236538564	4	2	2	2	2	True	115099	fragment	False	ISR0365_000000006946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	87.51799999999999	81.0	0.00040065354258730197	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
FIJ0028_000000008981	3388	0.8348975552486874	3	3	3	3	2	False	100036	fragment	False	ISR0051_000000011811	0.9652080869670702		0	0	False	False	0.9979338645935059	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000025118	1234	0.8348848622755766	2	1	1	1	1	False	15193	fragment	False	MAD0099_000000025118	1.0		0	0	False	False	0.9991896152496338	0					non-mobilizable	other	1234.0	96.515	100.0	0.00047024615650997264	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
CHI0129_000000007613	2936	0.834883779942832	4	4	4	3	2	False	96623	fragment	False	DEN0083_000000009147	0.9866798149149668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	1.0092023967639467e-05	AP022810.1	d-proteobacteria	Desulfuromonas sp. AOP6 DNA, complete genome	True	False
ENG0134_000000013571	2874	0.834883779942832	4	4	4	3	2	False	96623	fragment	False	DEN0083_000000009147	0.9723388638121517		0	0	False	False	0.9982602596282959	0					non-mobilizable	no_good_hit	59.0	89.831	2.0	1.7737496670396637e-05	AP022810.1	d-proteobacteria	Desulfuromonas sp. AOP6 DNA, complete genome	True	False
MAD0042_000000013154	1804	0.8348805652855918	3	1	1	1	1	False	18117	maximal	True	MAD0042_000000013154	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0032_000000004090	5872	0.8348792651309632	7	6	4	5	5	False	104211	fragment	False	SPA0032_000000004090	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4777.0	91.396	98.0	0.0019631680516329257	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0030_000000019342	1571	0.8348749054967763	2	2	2	2	1	False	7312	maximal	True	SPA0030_000000019342	1.0		5	3	False	False	0.9993634819984436	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000023048	1193	0.8348733075295065	1	1	1	1	1	False	90693	fragment	False	ISR0134_000000024323	0.7982492418963648		0	0	False	False	0.9991617798805237	0					non-mobilizable	no_good_hit	218.0	76.14699999999999	18.0	0.003955477876920246	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
CHI0093_000000001654	2956	0.8348717691291163	3	3	2	1	1	False	83598	maximal	True	CHI0093_000000001654	1.0		1	1	False	False	0.9644790291786194	0					non-mobilizable	no_good_hit	1473.0	76.986	49.0	0.1280819434372734	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0021_000000016989	2906	0.8348705313756376	4	4	3	3	4	True	122489	fragment	False	ISR0395_000000012012	0.9897032810810836		0	0	False	False	1.0	0					non-mobilizable	plasmid	2907.0	98.65799999999999	100.0	0.36193797484120066	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CAN0005_000000006920	2485	0.8348674842512551	5	4	3	3	3	False	95912	fragment	False	CAN0005_000000006920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	75.618	34.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0020_000000007302	2653	0.8348567749860865	3	3	2	2	3	False	93133	maximal	False	ISR0176_000000013568	0.7555962729787661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1958.0	80.64399999999999	89.0	0.0005991753406059822	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0114_000000004174	6039	0.8348563812796385	7	6	2	4	6	True	93731	fragment	False	USA0120_01_000000001641	0.9352698993595608		0	0	False	False	1.0	0					non-mobilizable	other	6039.0	99.95	100.0	0.007886655773207053	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0117_000000009353	2164	0.8348544782993375	2	2	2	2	2	False	41616	maximal	True	FIJ0117_000000009353	1.0		56	7	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	77.214	57.0	0.0013601747418959683	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0334_000000011644	1811	0.8348516131502669	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.18209862395669568		0	0	False	False	0.9988956451416016	0					non-mobilizable	chromosome	1823.0	95.88600000000001	100.0	0.000411325990101026	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0035_000000012403	1794	0.8348516131502669	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.23684810126702618		0	0	False	False	1.0	0					non-mobilizable	other	1798.0	92.04700000000001	100.0	0.0005584214622989294	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0230_000000021846	1587	0.8348516131502669	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.1969821698775135		0	0	False	False	1.0	0					non-mobilizable	chromosome	1587.0	97.54299999999999	100.0	0.0003586092927998494	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0106_000000014746	1411	0.8348516131502669	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.05638600133868372		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	97.59899999999999	94.0	0.005109556251150801	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0300_000000010289	1133	0.8348516131502669	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.03312160575426868		0	0	False	False	0.999117374420166	0					non-mobilizable	chromosome	1133.0	98.5	100.0	0.0002561171731542142	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0187_000000008972	3080	0.8348481290212637	4	3	3	2	2	False	29300	fragment	False	ISR0187_000000008972	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1129.0	86.891	36.0	0.0005868359612236449	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
DEN0041_000000023003	1480	0.8348459952627809	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.17080806125930498		0	0	False	False	0.9979729652404785	0					non-mobilizable	no_good_hit								True	False
ISR0317_000000003531	4533	0.8348399743765111	10	2	1	2	1	True	25178	maximal	True	ISR0317_000000003531	1.0		1	1	False	False	0.9997794032096863	0					non-mobilizable	no_good_hit								True	True
ISR0153_000000015918	1803	0.834839806190961	1	1	1	1	1	False	30670	fragment	False	ISR0153_000000015918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.6687457403484066e-07	LR812069.1	bony fishes	Danio rerio genome assembly, chromosome: 7	True	False
USA0031_01_000000015616	1771	0.834839806190961	2	1	1	1	1	False	1529	fragment	False	USA0031_01_000000015616	1.0		0	0	False	False	0.9960474371910095	0					non-mobilizable	no_good_hit	210.0	91.429	12.0	0.010816125860373648	NZ_LMUA01000044.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00044, whole genome shotgun sequence	True	False
FIJ0106_000000020268	1373	0.8348388928745398	2	2	2	2	2	False	42331	fragment	False	FIJ0106_000000020268	0.9968		0	0	False	False	0.9985433220863342	0					non-mobilizable	other	1373.0	99.709	100.0	0.0024750108687612857	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0015_000000012005	3079	0.8348386568486218	4	3	3	2	1	False	13427	maximal	True	MON0015_000000012005	1.0		2	1	False	False	0.9879831075668335	0					non-mobilizable	no_good_hit	309.0	100.0	10.0	0.0017373450209271105	NZ_SPHG01000006.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_6_length_177282_cov_53.5612, whole genome shotgun sequence	True	False
ENG0040_000000002693	7931	0.8348187131025814	10	3	1	2	1	False	109594	maximal	False	ISR0177_000000002401	0.9427359490986214		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	691.0	74.53	9.0	0.0003307553253312303	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	True
USA0055_01_000000011065	2466	0.8348050000776271	3	3	2	3	3	False	112289	fragment	False	FIJ0051_000000007232	0.4270954626451646		0	0	False	False	0.999594509601593	0					non-mobilizable	other	2466.0	99.676	100.0	0.0006043635291986041	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0039_000000001875	8443	0.8348002184680201	9	8	4	5	6	False	130038	maximal	True	AST0039_000000001875	1.0	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	0.9995262622833252	0					non-mobilizable	no_good_hit	2375.0	94.611	46.0	0.004044259222810786	NZ_QSGP01000004.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf4, whole genome shotgun sequence	True	True
MAD0107_000000019523	2010	0.8347996492873678	3	2	1	2	2	False	14681	maximal	True	MAD0107_000000019523	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	96.76299999999999	43.0	0.010452455843213162	NZ_JAAIUL010000015.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_15_length_82660_cov_261.661, whole genome shotgun sequence	True	False
ISR0131_000000009946	2950	0.8347871870061294	4	2	2	2	2	False	31685	fragment	False	ISR0131_000000009946	1.0		0	0	False	False	0.9996610283851624	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003683995088006549	NZ_JYCD01000132.1	firmicutes	Aeribacillus pallidus strain GS3372 LG46_132, whole genome shotgun sequence	True	False
USA0036_01_000000000209	63050	0.8347815364590013	75	53	19	35	43	True	111582	maximal	True	USA0036_01_000000000209	0.9987225548699826	PS636	201	10	False	True	1.0	0					non-mobilizable	other	62811.0	99.92399999999999	100.0	0.02115105374745083	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
USA0036_01_000000014816	2321	0.8347805752854222	2	2	2	2	2	False	131731	fragment	False	USA0036_01_000000014816	1.0		0	0	False	False	0.99396812915802	0					non-mobilizable	no_good_hit	2026.0	87.512	87.0	0.013457556935817806	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
FIJ0142_000000017704	1997	0.8347805752854222	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.23851130497333772		0	0	False	False	0.9779669642448425	0					non-mobilizable	other	2002.0	88.462	100.0	0.01332398316970547	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0081_000000013301	1965	0.8347805752854222	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.40934924024113634		0	0	False	False	0.9989821910858154	0					non-mobilizable	other	1972.0	96.24700000000001	100.0	0.000554489133874435	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0003_000000013624	1911	0.8347805752854222	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.23571044768314464		0	0	False	False	0.9968602657318115	0					non-mobilizable	other	1915.0	88.198	100.0	0.012749615975422427	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
DEN0045_000000022270	1836	0.8347805752854222	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.1330301466578695		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	87.939	99.0	0.012141855339611301	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MON0013_000000016809	2980	0.8347803361052583	4	4	4	3	2	False	40435	maximal	True	MON0013_000000016809	1.0		1	1	False	False	0.9939597249031067	0					non-mobilizable	no_good_hit	467.0	98.287	16.0	0.005500666926354805	NZ_CAPH01000004.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
CHI0029_000000003158	3755	0.8347777248358237	7	7	2	3	6	False	88620	fragment	False	CHI0029_000000003158	0.9950897867564534		0	0	False	False	0.9997336864471436	0					non-mobilizable	other	3746.0	95.24799999999999	99.0	0.3167118184896715	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
ISR0063_000000013965	1421	0.8347758715732512	2	2	2	2	2	False	35265	maximal	True	ISR0063_000000013965	1.0		50	8	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	80.98	54.0	0.006616366802089379	NZ_SLUM01000027.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_127, whole genome shotgun sequence	True	False
SPA0150_000000015655	1340	0.8347702844274707	2	2	2	2	1	False	3255	maximal	True	SPA0150_000000015655	1.0		5	2	False	False	1.0	0					non-mobilizable	other	1265.0	83.162	99.0	0.0003462907731698241	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0010_000000020867	2164	0.8347693165292515	3	3	3	3	3	False	81201	fragment	False	DEN0010_000000020867	0.7036469657406569		0	0	False	False	0.9986136555671692	0					non-mobilizable	no_good_hit	1250.0	74.08	57.0	0.00037263879804166417	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MAD0097_000000003721	9147	0.8347538116036879	6	6	2	4	6	True	84933	fragment	False	MAD0097_000000003721	1.0		0	0	False	False	1.0	0		MOBF	MPF_Unknown		conjugative	plasmid	9147.0	97.90100000000001	100.0	0.09449764480563176	CP051433.1	enterobacteria	Escherichia sp. SCLE84 plasmid pSCLE3, complete sequence	False	True
ISR0791_000000001308	9479	0.8347532286929411	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9498080349517871		0	0	False	False	0.9998944997787476	0					non-mobilizable	no_good_hit	2385.0	89.434	25.0	0.0011895043848298974	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0070_000000003149	6764	0.834748051730802	17	7	1	5	6	False	62459	maximal	True	ENG0070_000000003149	1.0		1	1	False	False	0.999852180480957	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000008543	3407	0.8347472161272734	4	4	4	4	3	False	76134	maximal	True	FIJ0015_000000008543	0.9620740740740741		5	1	False	False	0.9976518750190735	0					non-mobilizable	no_good_hit	441.0	86.16799999999999	13.0	0.40110395584176634	KU546772.1	bacteria	Uncultured bacterium clone CH_05A_000_Contig_10 genomic sequence	True	False
ISR0107_000000023931	1267	0.8347392825015797	2	2	2	2	2	False	32832	maximal	False	MON0033_000000045970	0.9872093023255815		0	0	False	False	0.9952644109725952	0					non-mobilizable	chromosome	1266.0	76.777	99.0	0.00034842318932493983	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0172_000000000428	17351	0.8347350033792781	25	8	1	8	3	False	91944	fragment	False	SPA0052_000000001586	0.7302039899114258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	0.0002968944837004928	NZ_FMYI01000008.1	firmicutes	Pelagirhabdus alkalitolerans strain S5, whole genome shotgun sequence	True	False
FIJ0042_000000002781	7843	0.8347280155801606	10	7	5	4	5	False	99620	maximal	True	FIJ0042_000000002781	0.9669850660885002		44	6	False	False	1.0	0					non-mobilizable	plasmid	7845.0	99.541	100.0	0.012691965369366454	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0154_000000015433	1347	0.8347234911490039	3	2	2	2	2	False	74528	fragment	False	ISR0294_000000012312	0.6305220883534136		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	80.556	5.0	1.4309947744159395e-05	NZ_CP034036.1	enterobacteria	Brenneria nigrifluens DSM 30175 = ATCC 13028 chromosome, complete genome	True	False
ENG0105_000000017891	1272	0.8347222237857347	2	2	2	2	2	False	60128	fragment	False	ENG0105_000000017891	0.9759243336199483		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	99.764	100.0	0.0025990650727370137	NZ_JAATLI010000002.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_02, whole genome shotgun sequence	False	False
FIJ0101_000000019414	1443	0.8347211624114946	2	2	2	2	2	False	49716	fragment	False	TAN0013_000000006118	0.24062871891932952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	75.796	54.0	0.0018373876293658754	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
MAD0111_000000002323	7200	0.8347176233341044	8	7	6	5	7	False	76860	maximal	True	MAD0111_000000002323	1.0		1	1	False	False	1.0	0					non-mobilizable	other	7165.0	99.149	99.0	0.0014900686704689109	CP010171.1	enterobacteria	Escherichia coli strain H7, complete genome	False	False
ISR0267_000000002454	6167	0.8347108468608775	7	5	4	5	4	False	108611	fragment	False	ISR0267_000000002454	1.0		0	0	False	False	0.9998378753662109	0					non-mobilizable	chromosome	6167.0	100.0	100.0	0.0013950693371633258	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0135_000000005383	5456	0.8347076690310207	7	7	5	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.587322004292266	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	8					non-mobilizable	other	3094.0	99.806	92.0	0.6242179616548941	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
ISR0187_000000021141	1358	0.8346957330715391	3	3	3	3	3	False	29284	fragment	False	ISR0187_000000021141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	96.243	51.0	0.002650678205364267	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0153_000000012527	2082	0.8346874073233155	3	3	3	3	3	False	39649	fragment	False	FIJ0153_000000012527	1.0		0	0	False	False	0.9879922866821289	0					non-mobilizable	no_good_hit	50.0	96.0	2.0	0.00015527950310559007	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0148_000000025072	1448	0.8346771452031917	3	3	3	2	2	False	57275	maximal	True	ENG0148_000000025072	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1448.0	99.655	100.0	0.0003015655775918644	CP026697.1	enterobacteria	Citrobacter koseri strain AR_0025 chromosome, complete genome	False	False
USA0010_01_000000007582	3598	0.8346730817430905	3	2	2	2	2	False	121349	fragment	False	USA0010_01_000000007582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2078.0	99.51899999999999	60.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0182_000000011000	3266	0.8346730817430905	7	2	2	2	2	False	121401	maximal	True	ISR0182_000000011000	1.0		4	2	False	False	0.9981628656387329	0					non-mobilizable	no_good_hit	2208.0	99.275	68.0	0.0006956411008843499	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0127_000000008217	3095	0.8346730817430905	2	2	2	2	2	False	121395	fragment	False	ENG0127_000000008217	1.0		0	0	False	False	0.9983844757080078	0					non-mobilizable	no_good_hit	2078.0	99.32600000000001	74.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0330_000000008819	3087	0.8346730817430905	4	2	2	2	2	False	127114	fragment	False	ISR0058_000000007520	0.9815960399559828		0	0	False	False	0.9996760487556458	0					non-mobilizable	no_good_hit	2021.0	99.406	86.0	0.0006366991498805559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0196_000000003363	3034	0.8346730817430905	4	2	2	2	2	False	127114	fragment	False	ISR0058_000000007520	0.9730005633592694		0	0	False	False	0.9937376379966736	0					non-mobilizable	no_good_hit	1986.0	99.446	86.0	0.0006256672339172789	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0358_000000006530	2901	0.8346730817430905	5	2	2	2	2	False	121373	fragment	False	ISR0358_000000006530	1.0		0	0	False	False	0.998965859413147	0					non-mobilizable	no_good_hit	2074.0	99.325	81.0	0.0006534046226249467	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0007_000000007244	2583	0.8346730817430905	4	2	2	2	2	False	127111	fragment	False	AST0007_000000007244	0.9989384288747346		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1914.0	99.164	84.0	0.0006029730067928235	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0054_000000011584	2562	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.827496622768621		0	0	False	False	0.9925839304924011	0					non-mobilizable	chromosome	2241.0	99.331	100.0	0.0007060426216497253	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0094_000000007989	2489	0.8346730817430905	4	2	2	2	2	False	121362	maximal	True	ISR0094_000000007989	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1994.0	99.448	80.0	0.0006281888147088851	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0179_000000013505	2477	0.8346730817430905	3	2	2	2	2	False	121372	fragment	False	ENG0179_000000013505	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2079.0	99.471	91.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0067_000000012089	2405	0.8346730817430905	4	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7858340819402904		0	0	False	False	0.9987525939941406	0					non-mobilizable	chromosome	2085.0	99.47200000000001	100.0	0.0006565565986144544	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0186_000000008046	2390	0.8346730817430905	4	2	2	2	2	False	121388	maximal	True	CHI0186_000000008046	1.0		0	0	False	False	0.9979079365730286	0					non-mobilizable	no_good_hit	2081.0	99.375	87.0	0.0006552958082186514	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0316_000000008346	2376	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7858910428606288		0	0	False	False	0.999579131603241	0					non-mobilizable	chromosome	2076.0	99.42200000000001	100.0	0.0006537198202238975	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0014_000000010256	2363	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6588247914537608		0	0	False	False	0.9949216842651367	0					non-mobilizable	chromosome	1982.0	98.94	100.0	0.0006234608507246235	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0065_000000013982	2359	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7864523515130583		0	0	False	False	0.9991521835327148	0					non-mobilizable	chromosome	2223.0	98.92	100.0	0.0007000538672696607	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0052_000000009503	2359	0.8346730817430905	4	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.773666186484785		0	0	False	False	0.9949131011962891	0					non-mobilizable	no_good_hit	2077.0	99.51899999999999	88.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0057_000000009274	2355	0.8346730817430905	3	2	2	2	2	False	127111	fragment	False	AST0007_000000007244	0.9550909794812235		0	0	False	False	0.9995753765106201	0					non-mobilizable	no_good_hit	1830.0	99.29	82.0	0.0005764964084809587	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0377_000000006137	2321	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7637245530048394		0	0	False	False	0.9995691776275635	0					non-mobilizable	chromosome	2060.0	99.515	100.0	0.0006489918562396359	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0050_000000011212	2317	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7406234571084288		0	0	False	False	0.9835994839668274	0					non-mobilizable	chromosome	2038.0	99.36200000000001	98.0	0.000642057509062719	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0363_000000008117	2315	0.8346730817430905	4	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7683098595192756		0	0	False	False	0.9935204982757568	0					non-mobilizable	chromosome	2058.0	99.32	99.0	0.0006483614610417344	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0048_000000011856	2277	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7781153664247916		0	0	False	False	1.0	0					non-mobilizable	chromosome	2264.0	99.02799999999999	99.0	0.0007129769688266422	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0784_000000005426	2267	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7712688827983412		0	0	False	False	1.0	0					non-mobilizable	chromosome	2078.0	99.27799999999999	99.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0118_000000006078	2258	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.772770356363099		0	0	False	False	1.0	0					non-mobilizable	chromosome	2232.0	98.70100000000001	100.0	0.0007025754480612669	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0030_000000013733	2230	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7657400345495109		0	0	False	False	1.0	0					non-mobilizable	chromosome	2228.0	99.506	99.0	0.0007019450528633653	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0120_000000006442	2210	0.8346730817430905	4	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7190418613213712		0	0	False	False	0.9995474815368652	0					non-mobilizable	chromosome	2021.0	99.35700000000001	91.0	0.0006366991498805559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0350_000000008416	2209	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7875801727832898		0	0	False	False	0.9900407195091248	0					non-mobilizable	chromosome	2207.0	99.275	99.0	0.0006953259032853992	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0379_000000011086	2202	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.778888916604001		0	0	False	False	1.0	0					non-mobilizable	chromosome	2089.0	99.28200000000001	100.0	0.0006581325866092082	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0049_000000013461	2197	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7111181264457088		0	0	False	False	1.0	0					non-mobilizable	chromosome	2021.0	99.406	96.0	0.0006366991498805559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0049_000000008937	2193	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7877849764705936		0	0	False	False	0.9936160445213318	0					non-mobilizable	chromosome	2193.0	99.36200000000001	100.0	0.0006909131369000883	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0046_000000011119	2193	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7629301220343883		0	0	False	False	0.9854081273078918	0					non-mobilizable	chromosome	2082.0	99.039	99.0	0.0006556110058176021	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0052_000000016336	2186	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7071234132801557		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	99.5	100.0	0.0006303951979015405	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0082_01_000000013724	2184	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7780975225292709		0	0	False	False	0.9871794581413269	0					non-mobilizable	chromosome	2079.0	99.375	100.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0104_000000014749	2158	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7703281238524995		0	0	False	False	0.9981464147567749	0					non-mobilizable	chromosome	2079.0	99.759	99.0	0.0006549806106197005	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0088_000000012911	2156	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7709971094051464		0	0	False	False	0.9907235503196716	0					non-mobilizable	chromosome	2072.0	99.27600000000001	100.0	0.0006527742274270451	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0087_000000012476	2142	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.765019494756693		0	0	False	False	0.9995331168174744	0					non-mobilizable	chromosome	2077.0	99.51899999999999	100.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0174_000000008771	2134	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7705086574386335		0	0	False	False	0.9957825541496277	0					non-mobilizable	chromosome	2134.0	99.29700000000001	100.0	0.0006723164785619929	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0198_000000009074	2129	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7247751482729214		0	0	False	False	0.992954432964325	0					non-mobilizable	chromosome	2037.0	99.411	96.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0106_000000018254	2128	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.778189221140824		0	0	False	False	1.0	0					non-mobilizable	chromosome	2123.0	99.152	100.0	0.0006688493049735344	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0094_000000008073	2118	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7634471611461466		0	0	False	False	1.0	0					non-mobilizable	chromosome	2069.0	99.565	100.0	0.0006518286346301928	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0113_000000014663	2115	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.76469051328987		0	0	False	False	0.9995272159576416	0					non-mobilizable	chromosome	2086.0	99.23299999999999	100.0	0.0006571869938123559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0158_000000009081	2101	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7698506914903263		0	0	False	False	0.9990480542182922	0					non-mobilizable	chromosome	2101.0	99.286	100.0	0.0006619149577966175	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0236_000000005164	2089	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7241939511489623		0	0	False	False	0.9976065158843994	0					non-mobilizable	chromosome	2089.0	99.617	100.0	0.0006581325866092082	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0008_000000011725	2088	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7640006799888989		0	0	False	False	1.0	0					non-mobilizable	chromosome	2079.0	99.42299999999999	99.0	0.0006549806106197005	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0092_000000010702	2084	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7500010006492384		0	0	False	False	0.9870441555976868	0					non-mobilizable	chromosome	2067.0	99.516	99.0	0.0006511982394322913	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0047_000000018802	2080	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7644677122726321		0	0	False	False	1.0	0					non-mobilizable	chromosome	2077.0	99.51899999999999	99.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0021_000000011269	2074	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.764520292580178		0	0	False	False	1.0	0					non-mobilizable	chromosome	2074.0	99.47	100.0	0.0006534046226249467	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0052_000000013421	2074	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7486857551104267		0	0	False	False	0.9995178580284119	0					non-mobilizable	chromosome	2058.0	99.56299999999999	99.0	0.0006480462634427836	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0310_000000008131	2072	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7628641971423007		0	0	False	False	0.99083012342453	0					non-mobilizable	chromosome	2072.0	99.18	100.0	0.0006527742274270451	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0324_000000014862	2070	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7078221039433965		0	0	False	False	0.9975845217704773	0					non-mobilizable	chromosome	2070.0	99.37200000000001	100.0	0.0006521438322291436	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0148_000000008750	2068	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7210193017525521		0	0	False	False	0.9946808218955994	0					non-mobilizable	chromosome	2068.0	99.275	100.0	0.0006515134370312421	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0117_000000018559	2041	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7238841834662215		0	0	False	False	1.0	0					non-mobilizable	chromosome	2039.0	99.215	99.0	0.0006423727066616697	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0108_000000011236	2040	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6830380397176978		0	0	False	False	0.9960784316062927	0					non-mobilizable	chromosome	2007.0	98.904	98.0	0.0006313407906983928	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0026_000000011024	2039	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7258962924748942		0	0	False	False	1.0	0					non-mobilizable	chromosome	2039.0	99.36200000000001	100.0	0.0006423727066616697	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0041_000000016598	2037	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7267095422516615		0	0	False	False	1.0	0					non-mobilizable	chromosome	2037.0	99.509	100.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0199_000000014961	2035	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7106430237538499		0	0	False	False	1.0	0					non-mobilizable	chromosome	2023.0	99.456	99.0	0.0006373295450784574	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0223_000000014787	2032	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7102220336951731		0	0	False	False	1.0	0					non-mobilizable	chromosome	2021.0	99.456	99.0	0.0006366991498805559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0135_000000010890	2030	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7111947297631435		0	0	False	False	1.0	0					non-mobilizable	chromosome	2025.0	99.506	99.0	0.000637959940276359	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0351_000000007022	2027	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6409656083998039		0	0	False	False	0.9901332259178162	0					non-mobilizable	chromosome	2026.0	99.40799999999999	99.0	0.0006382751378753097	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0012_000000011955	2027	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7117813487141746		0	0	False	False	0.9995066523551941	0					non-mobilizable	chromosome	2025.0	99.506	99.0	0.000637959940276359	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0309_000000009281	2025	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.710471644556296		0	0	False	False	1.0	0					non-mobilizable	chromosome	2025.0	99.259	100.0	0.000637959940276359	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0145_000000017138	2021	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7096838156981976		0	0	False	False	0.9980207681655884	0					non-mobilizable	chromosome	2021.0	99.456	100.0	0.0006366991498805559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0204_000000005553	2010	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6999338508654536		0	0	False	False	1.0	0					non-mobilizable	chromosome	2007.0	99.50200000000001	99.0	0.0006322863834952451	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0055_000000009575	2009	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.699793602432928		0	0	False	False	1.0	0					non-mobilizable	chromosome	2007.0	99.50200000000001	99.0	0.0006322863834952451	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0142_000000016778	2007	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6936823450246761		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	99.55	99.0	0.0006303951979015405	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0205_000000008497	2003	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6933059992410455		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	99.55	99.0	0.0006303951979015405	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0343_000000008922	2003	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6919701278972018		0	0	False	False	0.9995007514953613	0					non-mobilizable	chromosome	2003.0	99.40100000000001	100.0	0.000631025593099442	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0092_000000014155	2003	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6938454483191769		0	0	False	False	1.0	0					non-mobilizable	chromosome	2003.0	99.551	100.0	0.000631025593099442	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0830_000000014385	2002	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6927224582025515		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	99.4	100.0	0.0006303951979015405	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0100_000000015254	2001	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6928796418633382		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	99.55	100.0	0.0006303951979015405	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0059_000000007433	2000	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6913999793882821		0	0	False	False	1.0	0					non-mobilizable	chromosome	2000.0	99.35	100.0	0.0006300800003025896	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0029_000000021928	1999	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7004331093161862		0	0	False	False	1.0	0					non-mobilizable	chromosome	1999.0	99.5	100.0	0.0006297648027036389	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0085_000000014705	1996	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6849518957358466		0	0	False	False	1.0	0					non-mobilizable	chromosome	1996.0	99.54899999999999	100.0	0.0006288192099067866	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0168_000000015219	1996	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6839903469804763		0	0	False	False	1.0	0					non-mobilizable	chromosome	1996.0	99.29899999999999	100.0	0.0006288192099067866	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0027_000000012965	1996	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6838874972606263		0	0	False	False	1.0	0					non-mobilizable	chromosome	1995.0	99.24799999999999	99.0	0.0006285040123078358	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0104_000000012471	1995	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6831427407643639		0	0	False	False	1.0	0					non-mobilizable	chromosome	1993.0	99.49799999999999	99.0	0.0006278736171099343	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0035_000000011179	1994	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6827034953572001		0	0	False	False	0.9754262566566467	0					non-mobilizable	chromosome	1994.0	99.147	100.0	0.0006281888147088851	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0147_000000012365	1984	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6770478733716275		0	0	False	False	1.0	0					non-mobilizable	chromosome	1984.0	99.446	100.0	0.0006250368387193774	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0012_000000011682	1971	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.5166362496322546		0	0	False	False	1.0	0					non-mobilizable	chromosome	1868.0	99.411	96.0	0.000588473917241088	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0091_000000015275	1971	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6494469351097296		0	0	False	False	1.0	0					non-mobilizable	chromosome	1971.0	99.493	100.0	0.0006209392699330174	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0024_000000017732	1960	0.8346730817430905	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6266208989211516		0	0	False	False	1.0	0					non-mobilizable	chromosome	1960.0	99.439	100.0	0.0006174720963445588	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0375_000000011401	1957	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6346240471659893		0	0	False	False	1.0	0					non-mobilizable	chromosome	1957.0	99.54	100.0	0.0006165265035477066	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0159_000000011731	1952	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6290240955197858		0	0	False	False	0.9800204634666443	0					non-mobilizable	chromosome	1952.0	99.12899999999999	100.0	0.0006149505155529527	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0033_000000016164	1942	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6179902361419064		0	0	False	False	1.0	0					non-mobilizable	chromosome	1941.0	99.382	99.0	0.0006114833419644943	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0005_000000017923	1936	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6080313331909276		0	0	False	False	0.9994834661483765	0					non-mobilizable	chromosome	1936.0	99.38	100.0	0.0006099073539697404	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0018_000000020158	1932	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6064480050638289		0	0	False	False	0.9948239922523499	0					non-mobilizable	chromosome	1932.0	99.275	100.0	0.0006086465635739373	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0172_000000008305	1927	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.6023514450705626		0	0	False	False	0.993253767490387	0					non-mobilizable	chromosome	1927.0	99.37700000000001	100.0	0.0006070705755791835	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0004_000000009880	1919	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.5714382170674933		0	0	False	False	0.9994788765907288	0					non-mobilizable	chromosome	1919.0	99.531	100.0	0.0006045489947875773	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0202_000000007180	1919	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.5798624951126271		0	0	False	False	1.0	0					non-mobilizable	chromosome	1919.0	99.531	100.0	0.0006045489947875773	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0026_000000005871	1915	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.5726080214534824		0	0	False	False	0.9869451522827148	0					non-mobilizable	chromosome	1915.0	99.53	100.0	0.0006032882043917742	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0097_000000016239	1851	0.8346730817430905	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.4670599346694284		0	0	False	False	1.0	0					non-mobilizable	chromosome	1851.0	99.46	100.0	0.000583115558058925	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CAN0012_000000005808	9569	0.8346714329624602	10	6	4	5	1	True	103118	maximal	True	CAN0012_000000005808	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0036_000000000837	9070	0.8346685151835027	8	8	5	5	3	False	132281	fragment	False	ISR0036_000000000837	1.0		0	0	False	False	0.9998897314071655	0					non-mobilizable	other	9073.0	97.542	100.0	0.002115814788166555	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0150_000000010948	2180	0.8346596184843889	4	3	1	2	2	False	109872	fragment	False	FIJ0150_000000010948	0.9914514348385273		0	0	False	False	0.997706413269043	0	rep_cluster_1097				non-mobilizable	other	2184.0	99.588	100.0	0.5396982438783082	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
ENG0208_000000002856	8911	0.8346521045043671	11	10	5	5	8	True	116374	fragment	False	DEN0018_000000002773	0.1686502648083954		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	8833.0	99.96600000000001	99.0	0.26734471485652017	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0006_000000000136	20249	0.8346509629572499	25	12	5	11	3	True	118919	fragment	False	SPA0089_000000000589	0.4035819876501686		0	0	False	False	1.0	0					non-mobilizable	other	15197.0	97.565	100.0	0.004066692035512457	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0189_000000015645	1119	0.8346489736025992	2	2	2	2	1	False	29204	maximal	True	ISR0189_000000015645	1.0		0	0	False	False	0.9812332391738892	0					non-mobilizable	other	1102.0	85.118	98.0	0.0001914790930837996	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0058_000000018089	2206	0.8346485252062945	6	3	1	3	2	False	46022	maximal	True	FIJ0058_000000018089	1.0		1	1	False	False	0.9963735342025757	0					non-mobilizable	no_good_hit	50.0	90.0	2.0	2.3818585982907977e-05	NZ_CCFK01000007.1	firmicutes	Clostridium amazonitimonense, whole genome shotgun sequence	True	False
ENG0187_000000005143	4882	0.8346471246953264	6	4	4	3	3	False	118340	maximal	True	ENG0187_000000005143	1.0		0	0	False	False	0.9866858124732971	0					non-mobilizable	no_good_hit	1696.0	98.52600000000001	60.0	0.0007564002843529565	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0210_000000004341	4357	0.8346465959073263	4	4	3	4	4	False	120276	maximal	True	ISR0210_000000004341	1.0		0	0	False	False	0.9990819096565247	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	8.922731578006711e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0123_000000005681	1898	0.8346423160437428	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.2597401481148616		0	0	False	False	0.9973656535148621	0					non-mobilizable	other	1907.0	89.82700000000001	100.0	0.005455671948323141	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
DEN0051_000000006855	5756	0.8346364669971088	5	5	5	5	4	False	117564	fragment	False	DEN0051_000000006855	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5756.0	99.705	100.0	0.0024107397407301815	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
AST0006_000000009563	1315	0.8346357421982035	2	1	1	1	1	False	127424	maximal	True	AST0006_000000009563	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1263.0	89.23200000000001	100.0	0.00039657495282651096	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	False	False
MON0085_000000006689	3360	0.8346322829404601	4	4	4	4	3	False	124954	fragment	False	ENG0184_000000004383	0.1156363336276574		0	0	False	False	1.0	0					non-mobilizable	other	3073.0	78.718	91.0	0.0072909805896710705	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0126_000000036245	1260	0.8346276394637321	2	1	1	1	1	False	3942	maximal	True	SPA0126_000000036245	1.0		2	2	False	False	0.9857142567634583	0					non-mobilizable	no_good_hit								True	False
MON0107_000000034449	1754	0.8346261617595505	2	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.06579446462938109	PS849	0	0	False	True	0.9760547280311584	0					non-mobilizable	other	1658.0	98.975	100.0	0.0009212311250472568	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0214_000000009805	2834	0.8346225058386617	4	3	3	2	2	False	120420	fragment	False	ISR0214_000000009805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1996.0	81.764	70.0	0.34684605975886773	MK232231.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_5-CL19_c13 sequence	True	False
ISR0069_000000012127	2035	0.8346016537826121	3	3	2	3	2	False	112281	fragment	False	ENG0175_000000012415	0.9560863777171689		0	0	False	False	0.9995086193084717	0					non-mobilizable	other	1067.0	99.344	95.0	0.00026111446596207443	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0002_000000004736	5880	0.8345992089200146	8	3	2	2	2	False	59042	maximal	True	MAD0002_000000004736	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	77.737	5.0	0.029814753918667104	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	False
ENG0079_000000001917	13800	0.8345899566820263	23	7	6	5	4	False	61871	maximal	True	ENG0079_000000001917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00015597019236323725	NZ_RFLY01000007.1	g-proteobacteria	Lysobacter pythonis strain 4284/11 7_173110_44.1388, whole genome shotgun sequence	True	False
AST0088_000000002815	4334	0.834587590434514	6	3	1	2	2	False	119373	fragment	False	AST0088_000000002815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	74.589	15.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
ISR0355_000000009411	2103	0.8345858806616964	4	2	2	2	2	False	70438	fragment	False	ISR0355_000000009411	1.0		0	0	False	False	0.9828816056251526	0					non-mobilizable	no_good_hit	76.0	84.211	4.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
ENG0027_000000016260	1408	0.8345797313259732	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.23403658967571653		0	0	False	False	0.9992897510528564	0					non-mobilizable	other	1408.0	98.509	100.0	0.010015304124995551	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
FIJ0018_000000005468	4905	0.8345748431928197	8	1	1	1	0	True	50032	maximal	True	FIJ0018_000000005468	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0002_000000010114	3456	0.8345748431928197	6	1	1	1	0	True	52433	maximal	True	FIJ0002_000000010114	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0080_000000009821	2574	0.8345748431928197	5	1	1	1	0	True	44330	fragment	False	FIJ0080_000000009821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0118_000000005342	2564	0.8345748431928197	3	1	1	1	0	True	59310	maximal	True	ENG0118_000000005342	1.0		1	1	False	False	0.9996100068092346	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.00016912929165577577	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
SPA0130_000000014834	2207	0.8345748431928197	3	1	1	1	0	True	3805	maximal	True	SPA0130_000000014834	1.0		1	1	False	False	0.9995468854904175	0					non-mobilizable	no_good_hit	67.0	89.552	3.0	0.015017064846416382	LR822028.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_998 genome assembly, plasmid: pSTHERMO	True	True
ENG0118_000000006941	1990	0.8345748431928197	2	1	1	1	0	True	59305	maximal	True	ENG0118_000000006941	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00016912929165577577	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
FIJ0136_000000015844	1739	0.8345748431928197	3	1	1	1	0	True	40532	maximal	True	FIJ0136_000000015844	1.0		4	2	False	False	0.9988499283790588	0					non-mobilizable	no_good_hit								True	True
FIJ0128_000000015504	1684	0.8345748431928197	2	1	1	1	0	True	41003	fragment	False	FIJ0128_000000015504	1.0		0	0	False	False	0.985154390335083	0					non-mobilizable	no_good_hit								True	True
USA0006_01_000000014502	1639	0.8345748431928197	1	1	1	1	0	True	68674	fragment	False	USA0006_01_000000014502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0038_000000022884	1553	0.8345748431928197	1	1	1	1	0	True	47628	fragment	False	FIJ0038_000000022884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.00016912929165577577	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
MAD0051_000000021707	1302	0.8345748431928197	1	1	1	1	0	True	17319	fragment	False	MAD0051_000000021707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0090_000000025782	1192	0.8345748431928197	1	1	1	1	0	True	68673	fragment	False	DEN0090_000000025782	1.0		0	0	False	False	0.9857382774353027	0					non-mobilizable	no_good_hit								True	True
FIJ0054_000000021898	1161	0.8345748431928197	1	1	1	1	0	True	46292	fragment	False	FIJ0054_000000021898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000029079	1149	0.8345748431928197	1	1	1	1	0	True	1931	fragment	False	USA0015_01_000000029079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0153_000000012510	2250	0.8345736825820013	3	2	2	2	2	False	30679	fragment	False	ISR0153_000000012510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1581.0	97.154	70.0	0.9033733562035449	NZ_CYZN01000059.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0133_000000010417	2381	0.834569640421879	3	1	1	1	1	False	126052	maximal	True	ENG0133_000000010417	1.0	PS940	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	579.0	74.439	24.0	0.00017229207929094948	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0369_000000005848	2256	0.834569640421879	3	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.6475028929002308	PS940	0	0	False	True	0.9813829660415649	0					non-mobilizable	no_good_hit								True	True
FIJ0096_000000016135	2231	0.834569640421879	3	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.609782639991009	PS940	0	0	False	True	0.9928283095359802	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00021412658999287617	NZ_OLMM01000002.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	True
DEN0063_000000022358	2160	0.834569640421879	3	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.6129823511885973	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	578.0	74.221	26.0	0.00017229207929094948	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ENG0096_000000016030	2069	0.834569640421879	3	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.5741889829537243	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
USA0059_01_000000012854	2028	0.834569640421879	3	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.5441336115926505	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000030225	2024	0.834569640421879	2	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.5397657801044904	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	579.0	73.575	28.0	0.00017229207929094948	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0212_000000017842	1988	0.834569640421879	2	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.5075143752777329	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	577.0	74.17699999999999	28.0	0.00017229207929094948	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0046_000000016130	1967	0.834569640421879	2	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.5098940460190463	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0097_000000020730	1761	0.834569640421879	3	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.30519053410408287	PS940	0	0	False	True	0.995457112789154	0					non-mobilizable	no_good_hit	577.0	72.964	32.0	0.00017229207929094948	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
MON0033_000000035420	1719	0.834569640421879	2	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.27415270299513633	PS940	0	0	False	True	0.9761489033699036	0					non-mobilizable	no_good_hit	56.0	91.071	3.0	0.0002027642294406288	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	True
FIJ0030_000000021960	1684	0.834569640421879	2	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.2739910388636915	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0070_000000022813	1510	0.834569640421879	2	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.138821975687813	PS940	0	0	False	True	0.9993377327919006	0					non-mobilizable	no_good_hit								True	True
ISR0214_000000021551	1430	0.834569640421879	2	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.10395448125407038	PS940	0	0	False	True	0.9874125719070435	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	0.00016471276153298169	NZ_OLMM01000002.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	True
DEN0090_000000022784	1324	0.834569640421879	2	1	1	1	1	False	75578	fragment	False	DEN0090_000000022784	0.9925078864353312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0053_000000008271	2159	0.8345627392327876	3	3	3	3	2	True	116017	fragment	False	SPA0133_000000009567	0.987572761618222		0	0	False	False	0.9995368123054504	0					non-mobilizable	chromosome	2159.0	99.861	100.0	0.0009842968617441484	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
AST0093_000000010165	1704	0.8345619042968084	3	3	3	3	2	False	109500	maximal	True	AST0093_000000010165	1.0		7	5	False	False	0.9976525902748108	0					non-mobilizable	other	1704.0	99.178	100.0	0.009323588185376803	NZ_JAAITU010000002.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_2_length_182655_cov_151.552, whole genome shotgun sequence	False	False
FIJ0110_000000000786	15207	0.8345587262740641	25	7	2	5	5	False	58431	fragment	False	FIJ0110_000000000786	1.0		0	0	False	False	0.99835604429245	0					non-mobilizable	no_good_hit	2488.0	93.449	42.0	0.09665296535525543	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
MAD0036_000000002309	8751	0.8345571728460449	14	4	2	4	1	True	18748	maximal	True	MAD0036_000000002309	1.0		1	1	False	False	0.9988572597503662	0					non-mobilizable	no_good_hit								True	True
ISR0180_000000002523	8027	0.8345523248252613	9	7	3	4	6	False	118164	fragment	False	ISR0180_000000002523	0.9983744242752641		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3789.0	95.14399999999999	48.0	0.4773071104387292	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
CHI0159_000000001649	7382	0.8345523248252613	9	7	3	4	6	False	118164	fragment	False	ISR0180_000000002523	0.958265852746979		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3165.0	95.103	44.0	0.39851235501765003	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ENG0169_000000014467	1661	0.8345482293329799	3	3	1	1	3	False	86291	fragment	False	ENG0169_000000014467	1.0		0	0	False	False	0.9981938600540161	0					non-mobilizable	no_good_hit	1222.0	91.65299999999999	74.0	0.00027290873059635705	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
DEN0071_000000024709	1718	0.8345288028685562	3	3	2	3	2	False	70427	fragment	False	DEN0071_000000024709	1.0		0	0	False	False	0.9994179010391235	0					non-mobilizable	no_good_hit	132.0	79.545	8.0	2.5040411371582754e-05	NZ_CP015839.1	g-proteobacteria	Marinobacterium aestuarii strain ST58-10 chromosome, complete genome	True	False
SPA0051_000000015563	1572	0.8345222505173391	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.14995606233720363		0	0	False	False	0.9993638396263123	0					non-mobilizable	other	1540.0	78.571	96.0	0.021223784024988843	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0052_000000005722	5871	0.8345191776057121	7	6	6	6	5	False	72351	maximal	True	DEN0052_000000005722	0.9977550496979052		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	74.43	21.0	0.00043732385809978756	CP044316.1	firmicutes	Enterococcus faecium strain 15-307-1 chromosome, complete genome	True	False
ISR0325_000000002826	5825	0.8345191776057121	6	6	6	6	5	False	72351	maximal	False	DEN0052_000000005722	0.995699975797864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	74.646	21.0	0.00043732385809978756	CP044316.1	firmicutes	Enterococcus faecium strain 15-307-1 chromosome, complete genome	True	False
SPA0142_000000023585	1111	0.8345168525006617	2	2	2	2	2	False	54101	fragment	False	ENG0202_000000018750	0.9972997299729973		0	0	False	False	0.9882988333702087	0					non-mobilizable	other	1111.0	98.65	100.0	0.00547726196115585	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
ENG0109_000000003903	5985	0.8345099661496401	13	4	3	4	3	True	112133	fragment	False	ENG0109_000000003903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2183.0	98.67200000000001	80.0	0.012562350962479985	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0009_000000003745	8426	0.8345016300497387	7	6	4	5	3	False	103550	maximal	True	SPA0009_000000003745	1.0		24	8	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	646.0	86.84200000000001	16.0	0.0003811590425993983	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
DEN0024_000000006275	1531	0.8344917150922924	3	2	1	1	2	False	74316	fragment	False	DEN0024_000000006275	1.0		0	0	False	False	0.98301762342453	0					non-mobilizable	no_good_hit	665.0	95.639	64.0	0.00014748378011589916	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0190_000000012626	2405	0.8344883291693502	3	3	3	2	2	False	112745	fragment	False	ENG0190_000000012626	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2009.0	73.868	83.0	0.24192565508836075	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0147_000000008771	2307	0.8344833111575393	3	2	2	1	2	False	96006	fragment	False	ISR0037_000000009370	0.9540190282966549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	73.142	40.0	0.023148609588358418	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0034_000000008151	2012	0.8344833111575393	3	2	2	1	2	False	96006	fragment	False	ISR0037_000000009370	0.6774462066171557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	73.46600000000001	32.0	0.015972291438253763	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
DEN0029_000000002414	4928	0.834474151072785	4	3	3	3	3	False	119738	fragment	False	DEN0029_000000002414	1.0		0	0	False	False	0.9979707598686218	0					non-mobilizable	other	4026.0	99.75200000000001	100.0	0.0006429341694512505	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0357_000000015820	1646	0.8344698751737373	3	2	2	2	2	False	94868	fragment	False	ISR0223_000000017181	0.944319663186084		0	0	False	False	0.9987849593162537	0					non-mobilizable	other	1646.0	99.818	100.0	0.0036365002940149174	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
FIJ0050_000000015517	1647	0.8344690950259815	2	2	2	2	1	False	46594	fragment	False	FIJ0050_000000015517	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1647.0	99.514	100.0	0.0005190790748338473	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MAD0037_000000008847	1517	0.8344647409918967	2	2	2	1	2	False	41974	fragment	False	MAD0037_000000008847	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	99.802	100.0	0.0002945948262075133	CP031817.1	enterobacteria	Klebsiella pneumoniae strain INF235-sc-2280127 chromosome, complete genome	False	False
ENG0096_000000011601	2877	0.8344644548324451	3	2	2	2	2	True	125424	fragment	False	SPA0007_000000005963	0.32754420751322716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	88.964	31.0	0.049108150824113794	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0049_000000007220	2871	0.8344644548324451	3	2	2	2	2	True	125424	fragment	False	SPA0007_000000005963	0.3248768261833817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	90.84299999999999	31.0	0.04622271964185786	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0012_000000008566	2798	0.8344644548324451	3	2	2	2	2	True	125424	fragment	False	SPA0007_000000005963	0.3233966107680466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	88.964	32.0	0.049108150824113794	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MON0021_000000000062	31747	0.834458239661055	45	16	6	8	10	True	82655	fragment	False	MON0021_000000000062	1.0		0	0	False	False	0.9975430965423584	0					non-mobilizable	no_good_hit	1449.0	78.675	5.0	0.0023509293309979	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0185_000000006814	4551	0.8344473839430967	4	4	4	4	4	False	60087	maximal	True	ISR0185_000000006814	1.0		4	3	False	False	0.9949461817741394	0					non-mobilizable	no_good_hit	2109.0	97.72399999999999	46.0	0.015094420723844457	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0366_000000004178	3701	0.8344171909208227	4	3	3	2	3	True	112056	fragment	False	ISR0774_000000005893	0.49694748633335994		0	0	False	False	0.9940556883811951	0					non-mobilizable	other	3710.0	89.946	100.0	0.0011860972458539547	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0134_000000029199	1311	0.8344070697254867	3	3	1	2	2	False	58148	fragment	False	ENG0134_000000029199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	646.0	86.84200000000001	49.0	0.0003811590425993983	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0772_000000001621	2810	0.834406722883638	4	3	3	2	2	True	100277	maximal	True	ISR0772_000000001621	1.0		2	1	False	False	0.9939501881599426	0					non-mobilizable	no_good_hit	1715.0	76.443	73.0	0.0003156452274199669	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
FIJ0114_000000015169	2552	0.834402620220691	5	1	1	1	1	False	41878	fragment	False	FIJ0114_000000015169	0.9911885245901639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	72.075	35.0	0.002785733534716695	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
MON0109_000000021244	1694	0.8343988224058932	2	2	2	2	1	False	8497	fragment	False	MON0109_000000021244	0.991108476585655		0	0	False	False	0.9994096755981445	0					non-mobilizable	no_good_hit	947.0	80.57	89.0	0.00031673509064648626	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0094_000000008077	2701	0.8343964830933681	5	3	2	3	1	True	109295	fragment	False	AST0094_000000008077	1.0		0	0	False	False	0.997778594493866	0					non-mobilizable	other	2703.0	91.01	99.0	0.0007227710920484736	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0286_000000006645	2537	0.8343909931085808	3	3	2	3	1	False	131780	maximal	True	ISR0286_000000006645	1.0		5	3	False	False	0.9952700138092041	0					non-mobilizable	no_good_hit	1651.0	91.76299999999999	69.0	0.0004416364560175111	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0366_000000000413	22676	0.8343870616587248	26	14	6	14	4	True	108400	backbone	False	ISR0280_000000000088	0.14972860854867154	PS672	0	0	False	True	0.9999117851257324	0					non-mobilizable	other	22601.0	99.978	99.0	0.22553089573686733	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0132_000000026275	1160	0.8343856075062261	2	2	2	1	1	False	99437	fragment	False	AUS0020_000000021670	0.9555555555555555		0	0	False	False	0.9991379380226135	0					non-mobilizable	chromosome	1166.0	91.681	100.0	0.00051854697959772	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0071_000000005848	2055	0.8343774652638589	3	3	3	3	3	False	30595	fragment	False	MON0071_000000005848	0.9854032657100446		0	0	False	False	0.9819951057434082	0					non-mobilizable	other	2055.0	99.805	100.0	0.011154980367451788	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
USA0083_01_000000014926	1926	0.8343748329248096	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.8455565064815783		0	0	False	False	0.9849429130554199	0					non-mobilizable	chromosome	1888.0	100.0	100.0	0.00029141524958859025	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
USA0133_01_000000011930	1818	0.8343748329248096	2	2	2	2	2	False	89532	fragment	False	USA0008_01_000000003496	0.4126738526767303		0	0	False	False	0.9972497224807739	0					non-mobilizable	other	1817.0	100.0	99.0	0.010344159764864034	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
ISR0057_000000009249	2360	0.8343687069389892	3	3	3	3	2	False	49281	fragment	False	ISR0057_000000009249	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2363.0	84.00299999999999	99.0	0.014400224831681716	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
FIJ0162_000000000519	38475	0.8343661007921623	36	15	10	14	5	True	99722	fragment	False	FIJ0104_000000000284	0.8626523106383848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	86.939	1.0	0.0053255604988055845	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	True
FIJ0120_000000018371	1380	0.8343624356384636	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.14969234180018065		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	84.23299999999999	100.0	0.016388600056716135	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
ISR0219_000000011567	2860	0.8343518048589897	4	3	3	3	2	False	82786	fragment	False	ISR0219_000000011567	0.9617742517129462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	83.619	65.0	0.5980392156862745	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0110_000000008486	2140	0.8343472792677906	3	3	3	3	3	False	106997	fragment	False	AST0110_000000008486	1.0		0	0	False	False	0.9990653991699219	0					non-mobilizable	other	2140.0	98.87899999999999	100.0	0.09605966662173698	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	False	False
FIJ0076_000000004310	3915	0.8343241378578105	4	3	1	3	3	True	123482	fragment	False	FIJ0076_000000004310	1.0		0	0	False	False	0.9997445940971375	0					non-mobilizable	other	3915.0	100.0	100.0	0.030126927191976415	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0207_000000007628	3564	0.8343239333155921	5	3	2	2	3	False	59732	fragment	False	ISR0207_000000007628	1.0		0	0	False	False	0.9938271641731262	0					non-mobilizable	no_good_hit	100.0	90.0	3.0	0.0009145507858536907	NZ_VULP01000008.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq8, whole genome shotgun sequence	True	False
ISR0098_000000006627	2645	0.8343192404710859	4	3	3	3	2	False	81077	fragment	False	ISR0098_000000006627	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2656.0	93.675	100.0	0.04226003476485879	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
AST0005_000000009270	3113	0.8343173769209047	4	4	4	4	3	False	128536	maximal	True	AST0005_000000009270	1.0		2	2	False	False	0.9935753345489502	0					non-mobilizable	no_good_hit	287.0	76.655	9.0	0.0009272152417148568	NZ_LT969516.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0279_000000008202	2532	0.8343133241513234	3	2	1	2	0	True	26243	maximal	True	ISR0279_000000008202	1.0		0	0	False	False	0.9849920868873596	0					non-mobilizable	no_good_hit	186.0	90.86	9.0	0.00020210141776875665	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
SPA0101_000000033625	1155	0.8343127520921741	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.14998978502808039		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	97.749	100.0	0.010578809379755423	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0140_000000005469	4000	0.8343114796441908	5	3	1	1	2	True	3493	maximal	True	SPA0140_000000005469	1.0		0	0	False	False	0.999750018119812	0					non-mobilizable	no_good_hit	3055.0	93.45299999999999	76.0	0.0013291734802818162	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	True	True
TAN0007_000000023237	1752	0.8343088006249744	3	3	3	3	1	False	63405	maximal	True	TAN0007_000000023237	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	1.2032358018802063e-05	CP049316.1	b-proteobacteria	Caballeronia sp. SBC2 chromosome, complete genome	True	False
FIJ0170_000000013362	1212	0.8343003403737459	2	1	1	1	1	False	38824	fragment	False	FIJ0170_000000013362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	92.30799999999999	13.0	5.469519426850824e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0109_000000012073	2042	0.8343000981148252	2	2	2	2	2	False	59883	maximal	True	ENG0109_000000012073	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	93.671	8.0	4.649819708423726e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0124_000000007181	4034	0.8342961466021075	4	4	4	4	4	False	87152	fragment	False	FIJ0020_000000005155	0.9590202088668403		0	0	False	False	0.9972732067108154	0					non-mobilizable	chromosome	4034.0	97.89299999999999	100.0	0.0007601042697957406	CP033756.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_566 chromosome 1, complete sequence	False	False
ENG0202_000000012801	1668	0.8342890283480124	3	3	2	3	2	False	75062	fragment	False	ENG0202_000000012801	0.9960390006093844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	97.066	73.0	0.01922502554428987	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0169_000000020667	1180	0.8342870562370263	3	2	1	1	2	False	55876	maximal	True	ENG0169_000000020667	1.0		18	7	False	False	0.9542372822761536	0					non-mobilizable	other	1173.0	99.40299999999999	99.0	0.013501837494095826	NZ_FXUT01000025.1	firmicutes	Listeria costaricensis isolate CLIP201600682, whole genome shotgun sequence	False	False
SPA0140_000000005968	3695	0.8342861303989979	6	5	4	4	4	False	99335	fragment	False	SPA0140_000000005968	1.0		0	0	False	False	0.9951285719871521	0					non-mobilizable	other	3696.0	99.78399999999999	100.0	0.015181154655444503	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
FIJ0041_000000022640	1657	0.8342842098925473	3	3	3	3	3	False	47365	maximal	True	FIJ0041_000000022640	1.0		787	13	False	False	1.0	0					non-mobilizable	other	1657.0	96.37899999999999	100.0	0.005413958597601643	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	False	False
AST0060_000000004878	5611	0.8342808275493303	6	5	5	5	4	False	112528	fragment	False	AST0060_000000004878	0.9516523450982483		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	796.0	77.26100000000001	14.0	0.0006280747002913502	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
SPA0092_000000021629	2055	0.8342798209258406	3	2	2	2	2	False	90448	fragment	False	SPA0092_000000021629	1.0		0	0	False	False	0.9878345727920532	0					non-mobilizable	no_good_hit	1256.0	96.656	61.0	0.007531638312381941	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
FIJ0124_000000005121	4958	0.8342760636507859	8	5	5	3	4	False	48303	fragment	False	FIJ0124_000000005121	1.0		0	0	False	False	0.9991932511329651	0					non-mobilizable	no_good_hit	1052.0	81.369	21.0	0.00023779076765466356	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0087_000000023458	1577	0.8342713471671362	2	2	1	2	1	True	59600	fragment	False	ISR0087_000000023458	1.0		0	0	False	False	0.9771718382835388	0					non-mobilizable	no_good_hit	60.0	96.667	4.0	3.106029123842736e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
ISR0327_000000012055	2282	0.8342664390198056	3	3	3	3	3	False	24789	maximal	True	ISR0327_000000012055	1.0		0	0	False	False	0.9929885864257812	0					non-mobilizable	no_good_hit	1374.0	96.434	75.0	0.0006069052429026671	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0101_000000060821	1105	0.8342622206296586	2	2	2	2	1	True	8991	fragment	False	MON0101_000000060821	1.0		0	0	False	False	0.9846153855323792	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	4.0	0.0001576312176181923	NZ_AGDG01000008.1	CFB group bacteria	Bacteroides faecis MAJ27 contig008, whole genome shotgun sequence	True	True
MON0051_000000016340	2142	0.8342587092731821	3	3	3	3	3	False	52595	maximal	False	FIJ0116_000000008137	0.9567871625969018		0	0	False	False	0.9953314661979675	0					non-mobilizable	no_good_hit	870.0	77.01100000000001	40.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MON0090_000000023190	2537	0.8342549333946493	2	2	1	2	2	False	11361	fragment	False	MON0090_000000023190	1.0		0	0	False	False	0.9731966853141785	0					non-mobilizable	other	2557.0	95.62	100.0	0.010688965338288593	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
USA0080_01_000000018213	2383	0.8342544171939191	4	3	3	3	2	False	1162	maximal	True	USA0080_01_000000018213	1.0		10	3	False	False	0.9953839778900146	0					non-mobilizable	no_good_hit	190.0	74.737	8.0	3.9246206896995437e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
ENG0020_000000002414	8354	0.8342481489657708	15	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.964877756289378	PS852	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ISR0395_000000004446	8339	0.8342481489657708	15	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.9659400474125639	PS852	0	0	False	True	0.9986808896064758	0					non-mobilizable	no_good_hit	73.0	98.63	1.0	0.0005031024652020795	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0163_000000002282	8333	0.8342481489657708	15	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.9662126912748001	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0099_000000002306	8323	0.8342481489657708	15	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.9691328357894092	PS852	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0080_000000002718	8313	0.8342481489657708	15	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.9665295108285178	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
SPA0143_000000001814	8299	0.8342481489657708	15	3	2	3	1	False	121510	backbone	True	SPA0143_000000001814	0.9693220697827882	PS852	6	3	False	True	0.9998794794082642	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
SPA0101_000000005104	8287	0.8342481489657708	14	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.9687844640204009	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0052_000000003450	7487	0.8342481489657708	14	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.649358830616086	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
USA0034_01_000000007623	7486	0.8342481489657708	14	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.6494373859095427	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0062_000000002846	7486	0.8342481489657708	14	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.6494373859095427	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
USA0069_01_000000008076	7486	0.8342481489657708	14	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.6494373859095427	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0113_000000003543	7484	0.8342481489657708	11	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.6495328064406416	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
USA0015_01_000000003722	7469	0.8342481489657708	11	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.6496513944861813	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0139_000000002286	7447	0.8342481489657708	14	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.6439620588451846	PS852	0	0	False	True	0.999865710735321	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0132_000000002559	7402	0.8342481489657708	11	3	2	3	1	False	121510	backbone	False	SPA0143_000000001814	0.3766067725472587	PS852	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00032841410922913525	NZ_KK211304.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
ENG0142_000000013062	2508	0.8342445438523269	3	3	3	2	2	False	113046	maximal	True	ENG0142_000000013062	1.0		12	5	False	False	0.9980064034461975	0					non-mobilizable	chromosome	1450.0	99.931	100.0	0.0006269958719526443	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
SPA0157_000000001062	4955	0.8342431194396457	5	5	3	4	4	True	123495	fragment	False	SPA0157_000000001062	1.0		0	0	False	False	0.998385488986969	0					non-mobilizable	other	4910.0	98.391	99.0	0.0008563322066263635	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0229_000000001707	7947	0.8342360387554874	14	3	1	3	0	True	100053	maximal	True	ISR0229_000000001707	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	100.0	2.0	5.9237779486245145e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
MON0101_000000000246	49034	0.8342290331974528	37	23	13	23	11	True	86045	maximal	True	MON0101_000000000246	1.0	PS433	1	1	False	True	0.999592125415802	0					non-mobilizable	no_good_hit	2763.0	76.837	6.0	0.0011393384040459507	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0247_000000005602	2391	0.8342248032483285	3	3	3	2	2	False	93624	fragment	False	ISR0112_000000012858	0.5866743104043844		0	0	False	False	0.9887076616287231	0					non-mobilizable	no_good_hit	1254.0	78.628	52.0	0.06647274294333118	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
SPA0042_000000015262	2154	0.8342244175816153	4	2	2	2	2	False	6851	maximal	True	SPA0042_000000015262	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit	112.0	77.679	5.0	0.0035520537328855594	NZ_MOEC01000047.1	a-proteobacteria	Ochrobactrum cytisi strain IPA7.2 NODE_47_length_30968_cov_21.6271, whole genome shotgun sequence	True	True
MON0107_000000028357	2111	0.8342206854045199	5	1	1	1	1	True	8594	fragment	False	MON0107_000000028357	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0329_000000010877	1540	0.8342195658733953	2	2	2	2	1	False	59295	fragment	False	ENG0118_000000008687	0.6295480927562606		0	0	False	False	1.0	0					non-mobilizable	chromosome	1540.0	98.961	100.0	0.00055711476093478	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	False	False
SPA0095_000000008328	2417	0.8341944633462529	4	4	3	4	3	True	85759	maximal	True	SPA0095_000000008328	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	2417.0	100.0	100.0	0.0005864887650745941	CP028528.1	firmicutes	Clostridioides difficile strain 020696 chromosome	False	True
MON0050_000000002059	8408	0.8341931342205506	9	8	6	6	6	False	32409	maximal	True	MON0050_000000002059	1.0		2	2	False	False	0.9994053244590759	0					non-mobilizable	no_good_hit	750.0	77.067	9.0	0.0003226621026346062	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0118_000000015384	1998	0.8341899267096221	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.7829638386028365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1733.0	99.25	87.0	0.0241103302097278	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0054_000000015286	1942	0.8341899267096221	3	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.7614624235263282		0	0	False	False	1.0	0					non-mobilizable	chromosome	1679.0	85.646	94.0	0.0004764383460336152	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0126_000000026436	1867	0.8341899267096221	3	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.7536235880555116		0	0	False	False	1.0	0					non-mobilizable	chromosome	1679.0	85.587	94.0	0.0004764383460336152	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0140_000000016959	1701	0.8341899267096221	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.7213513349028803		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	99.765	100.0	0.023705934850513165	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0128_000000013348	2646	0.8341683238915749	3	3	3	3	3	True	52983	fragment	False	ISR0007_000000005210	0.9836167421119916		0	0	False	False	0.997732400894165	0					non-mobilizable	other	2646.0	99.01700000000001	100.0	0.0013081276020364258	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	True
MON0066_000000009837	3081	0.8341603928210425	3	3	3	3	3	False	124933	maximal	True	MON0066_000000009837	1.0		36	9	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	2704.0	76.553	87.0	0.006414416334121111	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CHI0100_000000001647	1577	0.834154459495388	2	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.6202724283976898		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	95.322	100.0	0.6445536445536445	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
MAD0008_000000013569	1165	0.834154459495388	3	2	1	2	2	False	19810	fragment	False	MAD0008_000000013569	1.0		0	0	False	False	1.0	0					non-mobilizable	other	849.0	96.113	100.0	0.3452088452088452	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
MON0102_000000011683	3882	0.8341539293577305	3	3	2	2	3	False	13678	fragment	False	MON0091_000000003229	0.9951777665770489		0	0	False	False	0.9992272257804871	0					non-mobilizable	chromosome	3791.0	90.899	100.0	0.0015256508623436933	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0109_000000003696	7517	0.834149450336553	5	2	2	2	1	False	96021	fragment	False	FIJ0109_000000003696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	84.211	1.0	0.0001600713460856839	LN590853.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000507	True	False
FIJ0167_000000010437	1930	0.834149450336553	2	2	2	2	1	False	96019	fragment	False	MON0101_000000033365	0.983946141895391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0003_000000015705	1149	0.8341478344402027	2	1	1	1	1	False	57381	fragment	False	SPA0106_000000030808	0.620092066070945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	77.66	65.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0080_01_000000008110	5307	0.8341255295474589	3	2	2	2	1	False	95408	fragment	False	USA0080_01_000000008110	0.9627576818358615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	93.0	4.0	2.8255908338975e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0365_000000006892	2306	0.8341250439512626	3	3	3	3	2	False	131800	fragment	False	ISR0365_000000006892	0.9718974820143885		0	0	False	False	0.9982653856277466	0					non-mobilizable	no_good_hit	2030.0	91.33	88.0	0.0005700012917396913	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0814_000000006881	5547	0.8341248990577422	6	6	4	4	6	False	129531	maximal	True	ISR0814_000000006881	1.0	PS1061	9	3	False	True	0.9978366494178772	0					non-mobilizable	no_good_hit	1018.0	99.214	27.0	0.00027253900228750534	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0020_000000007463	3806	0.8341207758698351	5	5	5	5	4	False	92266	fragment	False	TAN0017_000000008473	0.9260909529815234		0	0	False	False	0.9923804402351379	0					non-mobilizable	no_good_hit	50.0	96.0	1.0	0.00021344903142056864	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0038_000000001358	2610	0.8341190783733574	3	2	2	2	1	True	73361	maximal	True	DEN0038_000000001358	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1479.0	81.812	56.0	0.0004428899305617235	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0111_000000003721	5994	0.8341174820101729	5	5	5	5	5	False	69842	maximal	True	ENG0111_000000003721	0.9894082895502905		148	12	False	False	0.996329665184021	0					non-mobilizable	no_good_hit	1304.0	70.475	21.0	0.0024568272821516796	NZ_BBLZ01000003.1	high GC Gram+	Demequina soli strain NBRC 109394, whole genome shotgun sequence	True	False
ISR0398_000000006639	3438	0.8341007673671254	4	4	4	4	3	False	46472	maximal	True	ISR0398_000000006639	1.0		55	6	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	82.29	58.0	0.007521111893033075	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0376_000000005420	3882	0.8340978342920045	5	3	2	3	3	False	23350	maximal	True	ISR0376_000000005420	1.0		2	1	False	False	0.9933024048805237	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000024101	1263	0.8340913162655319	3	3	3	2	2	False	102275	maximal	True	CHI0132_000000024101	1.0		0	0	False	False	0.9643705487251282	0					non-mobilizable	no_good_hit	446.0	96.413	35.0	0.00012357609788337748	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0065_01_000000004456	2539	0.8340882116505699	3	2	0	1	2	False	95281	fragment	False	USA0065_01_000000004456	0.9438735177865613		0	0	False	False	1.0	0					non-mobilizable	chromosome	2525.0	95.802	99.0	0.49558217160808954	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
CAN0007_000000020745	1954	0.8340882116505699	2	2	0	1	2	False	95280	fragment	False	CAN0007_000000020745	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1969.0	94.566	100.0	0.3846455919890045	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
ISR0198_000000023014	1443	0.8340825220598249	2	2	1	1	2	True	85088	backbone	True	ISR0198_000000023014	1.0	PS425|PS427	6	2	True	True	0.9937629699707031	1					non-mobilizable	no_good_hit	452.0	96.46	35.0	0.00020126048863904623	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CHI0160_000000021436	1500	0.8340626417468489	2	2	2	2	2	False	78694	maximal	True	CHI0160_000000021436	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1435.0	72.125	94.0	0.0004619197397386204	NZ_JOMG01000002.1	d-proteobacteria	Pelobacter seleniigenes DSM 18267 N909DRAFT_scf7180000000030_quiver.2_C, whole genome shotgun sequence	False	False
USA0037_01_000000006525	5488	0.8340596367555393	5	5	5	5	5	False	105546	fragment	False	USA0037_01_000000006525	0.9888894929731539		0	0	False	False	1.0	0					non-mobilizable	other	5488.0	98.779	100.0	0.00788621989110259	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
FIJ0051_000000006838	3144	0.8340560981246853	7	3	1	2	0	True	46549	maximal	True	FIJ0051_000000006838	1.0		0	0	False	False	0.9987277388572693	0					non-mobilizable	no_good_hit								True	True
ISR0185_000000024692	1344	0.8340502272561476	2	2	2	1	1	False	93078	fragment	False	DEN0005_000000028751	0.9328134516468909		0	0	False	False	0.9828869104385376	0					non-mobilizable	other	1350.0	93.333	100.0	0.004812329892027382	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0834_000000009409	1825	0.8340391448356118	3	1	1	1	1	False	79040	fragment	False	ISR0374_000000008642	0.920406208953771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	76.627	44.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0049_000000024479	1196	0.8340391448356118	1	1	1	1	1	False	61365	fragment	False	ENG0087_000000016387	0.2756372258446947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	76.627	69.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0387_000000008616	2809	0.8340391040190126	4	3	3	3	2	True	22972	fragment	False	ISR0387_000000008616	1.0		0	0	False	False	0.9967960119247437	0					non-mobilizable	no_good_hit	1120.0	95.089	40.0	0.01036840739779845	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
MON0035_000000011624	2411	0.8340362605282395	2	2	2	2	2	False	81468	fragment	False	MON0034_000000011460	0.9789593980175929		0	0	False	False	0.9995852112770081	0					non-mobilizable	no_good_hit	1420.0	80.141	82.0	0.0004759441213327647	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0034_000000011460	2372	0.8340362605282395	2	2	2	2	2	False	81468	fragment	False	MON0034_000000011460	0.9825654142223842		0	0	False	False	0.983558177947998	0					non-mobilizable	no_good_hit	1424.0	80.197	84.0	0.0004759441213327647	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0060_000000016750	2372	0.8340362605282395	2	2	2	2	2	False	81468	fragment	False	MON0034_000000011460	0.9824869448321446		0	0	False	False	0.997470498085022	0					non-mobilizable	no_good_hit	1422.0	80.098	84.0	0.0004759441213327647	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0093_000000012572	1346	0.8340355584017128	2	2	0	1	2	True	109453	maximal	True	AST0093_000000012572	1.0		3	3	False	False	0.9160475730895996	0					non-mobilizable	other	1287.0	81.585	96.0	0.0006366747500852956	AP010655.1	firmicutes	Streptococcus mutans NN2025 DNA, complete genome	False	True
CHI0129_000000004762	4257	0.8340318832941029	6	2	2	2	2	False	84406	maximal	True	CHI0129_000000004762	1.0		1	1	False	False	0.9943622350692749	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.9324625800093186e-05	LT594588.1	apicomplexans	Plasmodium ovale genome assembly, chromosome: 7	True	False
CHI0079_000000001792	3778	0.8340318832941029	5	2	2	2	2	False	84405	fragment	False	CHI0079_000000001792	1.0		0	0	False	False	0.9986765384674072	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000006941	4672	0.8340280029571349	2	2	1	2	0	True	110134	fragment	False	CHI0132_000000006941	1.0		0	0	False	False	0.9952911138534546	0					non-mobilizable	no_good_hit								True	True
FIJ0019_000000001044	6839	0.8340266905853959	6	6	0	2	5	False	61034	fragment	False	FIJ0019_000000001044	1.0		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1857			MOBP,MOBP	mobilizable	plasmid	3960.0	99.949	99.0	0.534061783353568	CP050867.1	enterobacteria	Escherichia coli strain 8-3-Ti3 plasmid unnamed2, complete sequence	False	True
ISR0780_000000000703	14167	0.8340209676508821	12	9	6	9	4	False	88390	fragment	False	ISR0160_000000001457	0.9900147440221978		0	0	False	False	0.999788224697113	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007236665773251139	XM_031429658.1	eudicots	PREDICTED: Pistacia vera chromatin modification-related protein EAF1 A-like (LOC116144210), mRNA	True	False
USA0051_01_000000000617	28437	0.8340199281920869	26	12	9	11	5	True	103146	fragment	False	USA0051_01_000000000617	0.9664808110144638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1660.0	98.494	6.0	0.0006021241399847835	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ISR0284_000000004720	2396	0.8340110801955792	3	3	3	3	2	True	118511	maximal	True	ISR0284_000000004720	1.0		16	5	False	False	0.9991652965545654	0					non-mobilizable	other	2396.0	98.581	100.0	0.0854664239048945	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
MAD0049_000000004642	3556	0.8340079828533108	3	3	3	2	2	False	127574	fragment	False	MAD0004_000000002298	0.1630304277824667		0	0	False	False	1.0	0					non-mobilizable	chromosome	3331.0	86.37	100.0	0.0013651986765603418	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0108_000000021452	1295	0.8339968158093285	3	2	2	2	2	False	97669	maximal	True	SPA0108_000000021452	1.0		4	2	False	False	0.9938223958015442	0					non-mobilizable	plasmid	1127.0	99.20100000000001	100.0	0.009415188052912353	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ENG0007_000000014506	1741	0.8339900996887242	2	2	2	2	2	False	112413	fragment	False	ISR0246_000000009790	0.27047514848390125		0	0	False	False	0.9867892265319824	0					non-mobilizable	other	1741.0	100.0	100.0	0.008615908730787514	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
ISR0167_000000011709	2535	0.8339849990938534	2	2	1	2	1	False	69543	fragment	False	ISR0167_000000011709	1.0		0	0	False	False	0.9854043126106262	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000014193	2413	0.8339849990938534	2	2	1	2	1	False	71113	fragment	False	DEN0065_000000014193	1.0		0	0	False	False	0.9995855689048767	0					non-mobilizable	no_good_hit	80.0	100.0	3.0	2.1992553154469846e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0021_000000008378	2217	0.8339738129180175	3	3	3	3	3	False	66369	maximal	True	ENG0021_000000008378	1.0		97	9	False	False	0.9941362142562866	0					non-mobilizable	chromosome	2204.0	99.274	99.0	0.0006160323323297291	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0077_000000005605	4985	0.8339589905735463	6	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9600300823063233	PS1155	0	0	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
SPA0100_000000006534	4889	0.8339589905735463	6	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9510208562163631	PS1155	0	0	True	True	1.0	43					non-mobilizable	no_good_hit								True	True
ISR0229_000000003107	4877	0.8339589905735463	7	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9580742874469524	PS1155	0	0	True	True	1.0	68					non-mobilizable	no_good_hit								True	True
ISR0010_000000003196	4877	0.8339589905735463	6	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9574667648523028	PS1155	0	0	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
ISR0069_000000004942	4876	0.8339589905735463	7	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9579232517926113	PS1155	0	0	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
ISR0033_000000005641	4843	0.8339589905735463	7	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9561169019085114	PS1155	0	0	True	True	0.9985545873641968	7					non-mobilizable	no_good_hit								True	True
ISR0128_000000007099	4838	0.8339589905735463	6	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.9548861413776497	PS1155	0	0	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
ISR0360_000000005020	4816	0.8339589905735463	7	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9466860459858586	PS1155	0	0	True	True	1.0	57					non-mobilizable	no_good_hit								True	True
ISR0095_000000005278	4804	0.8339589905735463	7	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9534543948052586	PS1155	0	0	True	True	1.0	21					non-mobilizable	no_good_hit								True	True
SPA0137_000000007622	4771	0.8339589905735463	6	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9407112102885249	PS1155	0	0	True	True	1.0	62					non-mobilizable	no_good_hit								True	True
ISR0399_000000002749	4754	0.8339589905735463	8	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9407340651035804	PS1155	0	0	True	True	1.0	48					non-mobilizable	no_good_hit								True	True
SPA0030_000000006320	4751	0.8339589905735463	7	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9384900541746105	PS1155	0	0	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
ENG0087_000000005819	4738	0.8339589905735463	7	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.934771807018337	PS1155	0	0	True	True	1.0	36					non-mobilizable	no_good_hit								True	True
ISR0283_000000002672	4730	0.8339589905735463	6	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9382544111506016	PS1155	0	0	True	True	0.9995771646499634	16					non-mobilizable	no_good_hit								True	True
ISR0115_000000006355	4719	0.8339589905735463	6	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.9462652341198469	PS1155	0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
MON0092_000000010652	4694	0.8339589905735463	5	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.9236161548981003	PS1155	0	0	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
ISR0151_000000003467	4649	0.8339589905735463	5	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.9201624538245763	PS1155	0	0	True	True	1.0	68					non-mobilizable	no_good_hit								True	True
AST0110_000000004077	4646	0.8339589905735463	5	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.9216388424162999	PS1155	0	0	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
ISR0146_000000008326	4598	0.8339589905735463	5	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.9182865617879592	PS1155	0	0	True	True	1.0	86					non-mobilizable	no_good_hit								True	True
AST0002_000000007356	4597	0.8339589905735463	5	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.9018190404940983	PS1155	0	0	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
ISR0185_000000006730	4597	0.8339589905735463	5	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.9023424718951325	PS1155	0	0	True	True	1.0	54					non-mobilizable	no_good_hit								True	True
ISR0104_000000005491	4597	0.8339589905735463	5	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.90100126183537	PS1155	0	0	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
ISR0324_000000006940	4585	0.8339589905735463	5	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.9216461403567252	PS1155	0	0	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
ISR0849_000000005818	4457	0.8339589905735463	6	3	0	1	2	True	132312	backbone	False	ISR0021_000000004354	0.8690745347408325	PS1155	0	0	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
MON0047_000000008606	4240	0.8339589905735463	5	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.38374329216099085	PS1155	0	0	False	True	0.9992924332618713	0					non-mobilizable	no_good_hit								True	True
ISR0278_000000002265	4213	0.8339589905735463	5	3	0	1	2	False	132312	backbone	False	ISR0021_000000004354	0.30315007651606046	PS1155	0	0	False	True	0.9997626543045044	0					non-mobilizable	no_good_hit								True	True
ISR0343_000000005614	2926	0.8339589905735463	3	3	0	1	2	False	117222	fragment	False	ISR0343_000000005614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0022_000000002661	8547	0.8339459581306167	14	14	3	12	14	True	66332	fragment	False	ENG0022_000000002661	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	8547.0	100.0	100.0	0.08234727307766429	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	False	True
ENG0154_000000002808	8537	0.8339459581306167	14	14	3	12	14	True	66332	fragment	False	ENG0022_000000002661	0.9994149994149994		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	8537.0	100.0	100.0	0.08225091539795722	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	False	True
ISR0041_000000000557	18982	0.8339442022054034	18	11	7	11	4	True	36447	fragment	False	ISR0041_000000000557	1.0		0	0	False	False	0.9995258450508118	0					non-mobilizable	no_good_hit	1061.0	71.725	5.0	0.004863409147129795	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0117_000000010526	1918	0.8339393269411078	4	3	3	3	3	False	41615	fragment	False	FIJ0117_000000010526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	309.0	77.346	16.0	0.0035683902070138955	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
ENG0154_000000003526	7104	0.8339353052277763	16	3	2	1	2	False	72890	fragment	False	ENG0154_000000003526	1.0		0	0	False	False	0.9929617047309875	0					non-mobilizable	no_good_hit	187.0	98.93	3.0	0.0006484586903923524	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
MAD0037_000000002996	4322	0.8339214443128493	4	4	3	4	4	False	18661	fragment	False	MAD0037_000000002996	1.0		0	0	False	False	0.9981489777565002	0					non-mobilizable	plasmid	4322.0	99.098	100.0	0.09150589779970776	CP017182.1	enterobacteria	Enterobacter kobei strain DSM 13645 plasmid pDSMZ13645, complete sequence	False	True
ISR0347_000000001796	8083	0.8339183905063431	10	8	7	7	3	True	24178	maximal	True	ISR0347_000000001796	1.0		64	7	False	False	0.9996288418769836	0					non-mobilizable	no_good_hit	3492.0	89.462	54.0	0.005244138238922757	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0308_000000003188	4576	0.8339174034952749	6	3	1	2	3	False	126143	fragment	False	FIJ0129_000000003927	0.4623468715565519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0037_000000007359	2931	0.8339169257584973	3	3	2	3	1	False	36707	maximal	True	ISR0037_000000007359	1.0		1	1	False	False	0.9959058165550232	0					non-mobilizable	no_good_hit	222.0	88.288	8.0	0.0001262817450967897	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
AUS0016_000000000897	15449	0.8339136125179651	21	8	5	7	4	False	100670	fragment	False	AUS0016_000000000897	0.97881206433141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	98.54	1.0	0.03482714468629962	NZ_VZBY01000059.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_59_length_3905_cov_75.6901_ID_117, whole genome shotgun sequence	True	False
ENG0038_000000008558	2667	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8733980188492836		0	0	False	False	0.9992501139640808	0					non-mobilizable	other	2635.0	99.01299999999999	99.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0258_000000008480	2635	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8694170346370746		0	0	False	False	1.0	0					non-mobilizable	other	2635.0	98.444	100.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0046_000000011928	2635	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8694170346370746		0	0	False	False	1.0	0					non-mobilizable	other	2635.0	98.444	100.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ENG0017_000000008251	2587	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.866056635809744		0	0	False	False	0.9992269277572632	0					non-mobilizable	other	2587.0	99.03399999999999	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
AST0099_000000008210	2587	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8641579653963825		0	0	False	False	1.0	0					non-mobilizable	other	2587.0	98.87899999999999	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ENG0209_000000007258	2587	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8657697718732547		0	0	False	False	1.0	0					non-mobilizable	other	2587.0	98.995	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0357_000000009662	2587	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8641212804368282		0	0	False	False	0.9961345195770264	0					non-mobilizable	other	2587.0	98.87899999999999	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0059_000000006314	2587	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8644448659915838		0	0	False	False	1.0	0					non-mobilizable	other	2587.0	98.91799999999999	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0229_000000006230	2562	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8584595074542505		0	0	False	False	1.0	0					non-mobilizable	other	2562.0	99.024	100.0	0.2618074013494173	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
USA0042_01_000000008695	2506	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8238232518602613		0	0	False	False	1.0	0					non-mobilizable	other	2428.0	98.97	100.0	0.248108771212431	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ENG0117_000000009052	2506	0.8339117774687717	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8235069277988785		0	0	False	False	1.0	0					non-mobilizable	other	2428.0	98.929	100.0	0.248108771212431	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ENG0137_000000005731	3023	0.8339079448461878	5	3	1	1	3	True	123565	fragment	False	USA0027_01_000000008506	0.9553058879121		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3024.0	99.537	100.0	0.007482105586325226	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
ISR0054_000000006084	3791	0.8339039303737662	2	2	1	1	2	False	42831	fragment	False	ISR0054_000000006084	0.999607535321821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	76.023	9.0	0.03810175678758841	NZ_KB291622.1	firmicutes	Clostridium celatum DSM 1785 Scfld29, whole genome shotgun sequence	True	False
ISR0214_000000007052	3776	0.8339039303737662	2	2	1	1	2	False	42831	fragment	False	ISR0054_000000006084	0.9976307183791076		0	0	False	False	0.9970868825912476	0					non-mobilizable	no_good_hit	342.0	76.023	9.0	0.03810175678758841	NZ_KB291622.1	firmicutes	Clostridium celatum DSM 1785 Scfld29, whole genome shotgun sequence	True	False
USA0056_01_000000001116	19664	0.8339029266287149	15	13	12	11	10	True	110981	maximal	True	USA0056_01_000000001116	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	4587.0	79.04899999999999	32.0	0.025943802792621963	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ISR0246_000000010301	2114	0.8339026336825066	4	2	1	2	1	True	27128	maximal	True	ISR0246_000000010301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	95.26100000000001	30.0	0.14028457092040908	NZ_QRUU01000112.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf112, whole genome shotgun sequence	True	True
FIJ0150_000000008021	2908	0.8338815695597797	5	2	2	2	1	False	95644	fragment	False	FIJ0150_000000008021	1.0		0	0	False	False	0.9975928664207458	0					non-mobilizable	no_good_hit	947.0	93.13600000000001	58.0	0.03310122817453375	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0044_01_000000007265	4059	0.8338798667614651	5	4	3	2	2	False	104818	fragment	False	USA0044_01_000000007265	1.0		0	0	False	False	0.9980290532112122	0					non-mobilizable	chromosome	4059.0	99.87700000000001	100.0	0.0007893011378345802	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
DEN0052_000000030020	1537	0.8338689283918387	3	2	2	1	0	True	72250	maximal	True	DEN0052_000000030020	1.0		0	0	False	False	0.9655172228813171	0					non-mobilizable	no_good_hit	1129.0	99.38	73.0	0.020656692365447652	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0163_000000002665	7289	0.8338589805832293	9	6	3	5	4	False	111817	fragment	False	ENG0163_000000002665	1.0		0	0	False	False	0.9997256398200989	0					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
USA0051_01_000000004897	4484	0.8338506352858873	6	5	2	4	4	True	123485	fragment	False	USA0051_01_000000004897	0.9361846571622539		0	0	False	False	1.0	0					non-mobilizable	other	4480.0	99.88799999999999	99.0	0.034475857662969435	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0357_000000005859	3927	0.8338506352858873	5	5	2	4	4	True	123479	fragment	False	ISR0357_000000005859	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3927.0	100.0	100.0	0.030219293856847063	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0117_01_000000007506	3130	0.8338431531103754	3	1	1	1	1	False	248	fragment	False	USA0117_01_000000007506	1.0		0	0	False	False	0.9993610382080078	0					non-mobilizable	no_good_hit	268.0	83.955	10.0	0.0006416837782340862	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ITA0005_000000000049	77209	0.8338429566563706	81	50	36	41	28	True	116760	maximal	True	ITA0005_000000000049	0.9756421541949006	PS635	5	4	True	True	1.0	287					non-mobilizable	no_good_hit	5734.0	77.433	12.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0164_000000004720	5033	0.8338426101932632	6	4	3	3	3	False	78421	maximal	True	CHI0164_000000004720	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2585.0	96.596	60.0	0.0007172967659163237	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0033_000000021703	1456	0.8338401054485531	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.026186123542531522		0	0	False	False	0.9993131756782532	0					non-mobilizable	chromosome	1195.0	98.912	100.0	0.0004196106477080438	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0043_000000017658	1260	0.8338376945924129	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.05724306808532525		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	98.889	100.0	0.0003767564887252853	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
AST0094_000000018612	1240	0.8338376945924129	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.05680819300055297		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	99.516	100.0	0.00037077147699017353	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0159_000000018100	1456	0.8338269086177688	3	2	2	2	2	False	77504	fragment	False	ISR0055_000000010043	0.9624681933842238		0	0	False	False	0.9979395866394043	0					non-mobilizable	chromosome	1456.0	99.863	100.0	0.0004944074195772426	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0070_000000011545	2162	0.8338239275222055	3	3	2	3	2	False	129660	maximal	True	ENG0070_000000011545	1.0	PS1061	0	0	False	True	0.9990749359130859	0					non-mobilizable	no_good_hit	1273.0	91.12299999999999	65.0	0.00593690636770547	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0056_01_000000007544	2639	0.8338235958773261	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.9089430585061264		0	0	False	False	0.9992421269416809	0					non-mobilizable	other	1211.0	89.595	90.0	0.0003764289523017853	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0180_000000003621	5601	0.8338114887366287	8	8	5	6	4	True	128684	backbone	True	ISR0180_000000003621	0.9979753332778803	PS1045|PS658	119	9	True	True	1.0	26					non-mobilizable	plasmid	4870.0	99.774	100.0	0.8819054519108858	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CHI0117_000000002775	5600	0.8338114887366287	8	8	5	6	4	True	128684	backbone	False	ISR0180_000000003621	0.9979715519086197	PS1045|PS658	0	0	True	True	1.0	51					non-mobilizable	plasmid	4869.0	99.774	100.0	0.8817243253033871	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0325_000000002965	5600	0.8338114887366287	8	8	5	6	4	True	128684	backbone	False	ISR0180_000000003621	0.9979715519086197	PS1045|PS658	0	0	True	True	1.0	19					non-mobilizable	plasmid	4869.0	99.774	100.0	0.8817243253033871	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0103_000000003509	5600	0.8338114887366287	8	8	5	6	4	True	128684	backbone	False	ISR0180_000000003621	0.9979715519086197	PS1045|PS658	0	0	True	True	1.0	104					non-mobilizable	plasmid	4869.0	99.774	100.0	0.8817243253033871	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0046_000000004466	5600	0.8338114887366287	8	8	5	6	4	True	128684	backbone	False	ISR0180_000000003621	0.9979715519086197	PS1045|PS658	0	0	True	True	1.0	334					non-mobilizable	plasmid	4869.0	99.774	100.0	0.8817243253033871	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0112_000000008666	3057	0.8338095839733276	2	2	2	2	1	False	52531	fragment	False	FIJ0112_000000008666	0.999819298879653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	95.098	3.0	3.564009432980214e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0156_000000000960	22050	0.8338058924960032	28	21	10	14	15	False	67872	maximal	True	ISR0156_000000000960	1.0		1	1	False	False	0.9993650913238525	0					non-mobilizable	no_good_hit	5154.0	98.46700000000001	66.0	0.02772781613156846	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0180_000000008844	1961	0.8338049343641877	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.5053344542198595		0	0	False	False	0.9918408989906311	0					non-mobilizable	chromosome	1967.0	85.765	100.0	0.0006298099965737563	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0021_000000003178	6646	0.8337886619766297	14	5	4	4	4	True	121777	fragment	False	ISR0021_000000003178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3490.0	98.625	89.0	0.019940788185284598	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0104_000000028269	1339	0.8337845215021439	3	2	2	2	1	False	94866	fragment	False	ISR0193_000000019772	0.9670134418965637		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	99.70100000000001	100.0	0.0029578342816972397	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CAN0008_000000024005	1156	0.8337845215021439	2	2	2	2	1	False	94866	fragment	False	ISR0193_000000019772	0.09524502097347333		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	99.82700000000001	100.0	0.002553287440478559	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
DEN0073_000000007393	5811	0.8337708563531557	5	4	3	2	3	False	77107	maximal	True	DEN0073_000000007393	0.9803973744899769		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1028.0	83.26799999999999	23.0	0.002181041324881532	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
AST0108_000000022948	1252	0.8337700771558425	2	1	1	1	1	True	107113	maximal	True	AST0108_000000022948	1.0		9	4	False	False	0.9888178706169128	0					non-mobilizable	other	1216.0	74.918	96.0	0.00033731892376084654	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0079_000000007738	3536	0.8337692387353518	5	4	3	4	3	True	105437	fragment	False	SPA0057_000000008034	0.9705097411262343		0	0	False	True	0.9983031749725342	0					non-mobilizable	other	3537.0	99.887	100.0	0.0007467977561430769	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0055_000000001203	15103	0.8337689385725185	10	9	7	9	5	False	124523	maximal	True	ENG0055_000000001203	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	10218.0	95.704	68.0	0.16293577981651375	MK232146.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_2-proph-CL11_c1 sequence	True	False
DEN0079_000000044996	1383	0.8337613490503035	2	2	2	1	2	False	69462	fragment	False	DEN0079_000000044996	1.0		0	0	False	False	0.9804772138595581	0					non-mobilizable	no_good_hit	571.0	81.961	41.0	0.00012783233465735956	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0273_000000011292	1247	0.8337523302504056	1	1	1	1	1	True	26373	fragment	False	ISR0273_000000011292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	90.598	10.0	0.00023001147966384867	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0369_000000014471	1200	0.8337523302504056	1	1	1	1	1	True	26373	fragment	False	ISR0273_000000011292	0.9811547714514836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	86.905	7.0	0.00016100803576469408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0845_000000004709	2170	0.8337473089646776	3	3	3	3	3	False	20692	maximal	True	ISR0845_000000004709	1.0		276	12	False	False	0.9944700598716736	0					non-mobilizable	no_good_hit	521.0	71.017	23.0	0.00017954383118205355	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0148_000000024146	1506	0.8337401562375238	2	2	2	2	2	False	57276	fragment	False	ENG0148_000000024146	0.9916522191351184		0	0	False	False	0.9714475274085999	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000000941	23498	0.8337383834437737	31	7	3	7	2	False	72948	maximal	True	FIJ0006_000000000941	1.0		3	1	False	False	0.999659538269043	0					non-mobilizable	no_good_hit	8277.0	91.94200000000001	71.0	0.0025674943333443253	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0087_000000010720	2961	0.8337370796075528	5	4	4	4	4	False	43740	fragment	False	FIJ0087_000000010720	0.998598949211909		0	0	False	False	0.9986491203308105	0					non-mobilizable	other	2961.0	99.426	100.0	0.018598572433899667	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0025_000000012727	2855	0.8337370796075528	4	4	4	4	4	False	43740	fragment	False	FIJ0087_000000010720	0.9807497467071935		0	0	False	False	0.9992994666099548	0					non-mobilizable	other	2855.0	99.475	100.0	0.017932542475118125	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0016_000000025469	1484	0.8337351994680509	2	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.07667037372687342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	83.686	31.0	0.00016073781742720103	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0347_000000007756	2814	0.8337326002918156	3	3	3	3	3	False	106236	fragment	False	ISR0814_000000011953	0.4103921242140737		0	0	False	False	1.0	0					non-mobilizable	other	2814.0	98.969	100.0	0.010790676977843246	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0133_000000009567	2204	0.8337258835676935	3	3	3	3	2	True	116017	fragment	False	SPA0133_000000009567	0.9916111199133575		0	0	False	False	1.0	0					non-mobilizable	chromosome	2204.0	99.86399999999999	100.0	0.001013469996135657	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
SPA0134_000000001679	16636	0.8337242303310475	23	9	5	5	7	False	94546	maximal	False	ENG0144_000000001149	0.9507131507360481		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	73.362	8.0	0.00041048504696033263	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0026_000000008874	3325	0.8337206960689452	4	2	1	2	2	False	107875	maximal	True	DEN0026_000000008874	1.0		3	2	False	False	0.9975939989089966	0					non-mobilizable	no_good_hit	519.0	81.888	16.0	0.0001265117975928924	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0066_000000022788	1602	0.8337104974257664	2	2	2	2	2	False	75538	fragment	False	DEN0041_000000019340	0.9379002949863039		0	0	False	False	0.9987515807151794	0					non-mobilizable	other	1602.0	95.506	100.0	0.006141441109679003	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0111_000000008306	2458	0.8337089545062069	3	3	3	3	3	False	59748	fragment	False	ENG0111_000000008306	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	100.0	100.0	0.0008109810196774296	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
CHI0010_000000003269	2423	0.8337025297143256	2	2	1	2	1	True	90361	maximal	True	CHI0010_000000003269	1.0		1	1	False	False	0.9966983199119568	0	Col(IRGK)				non-mobilizable	no_good_hit	1005.0	95.62200000000001	70.0	0.4245643858903527	CP056417.1	enterobacteria	Escherichia coli strain RHBSTW-00531 plasmid pRHBSTW-00531_6, complete sequence	True	True
CHI0149_000000005783	2413	0.8337025297143256	2	2	1	2	1	True	86142	maximal	False	ISR0167_000000012160	0.9690770207281044		0	0	True	True	1.0	225	Col(IRGK)				non-mobilizable	plasmid	2180.0	90.459	100.0	0.9230769230769231	KM107844.1	enterobacteria	Escherichia coli strain G5 plasmid pSYM8, complete sequence	False	True
ISR0183_000000013516	2412	0.8337025297143256	2	2	1	2	1	True	86142	maximal	False	ISR0167_000000012160	0.9712903122481163		0	0	True	True	0.9987562298774719	11	Col(IRGK)				non-mobilizable	plasmid	2258.0	100.0	100.0	0.9592010199745007	CP056417.1	enterobacteria	Escherichia coli strain RHBSTW-00531 plasmid pRHBSTW-00531_6, complete sequence	False	True
ISR0158_000000007801	2412	0.8337025297143256	2	2	1	2	1	True	86142	maximal	False	ISR0167_000000012160	0.9726704781492738		0	0	True	True	0.9966832399368286	1	Col(IRGK)				non-mobilizable	plasmid	1875.0	100.0	100.0	0.7964300892477688	CP056417.1	enterobacteria	Escherichia coli strain RHBSTW-00531 plasmid pRHBSTW-00531_6, complete sequence	False	True
CHI0056_000000008288	2323	0.8337025297143256	3	2	1	2	1	True	86142	maximal	False	ISR0167_000000012160	0.9565766337714374		0	0	True	True	0.9995695352554321	12	Col(IRGK)				non-mobilizable	plasmid	2172.0	97.19200000000001	100.0	0.9205269868253294	CP056417.1	enterobacteria	Escherichia coli strain RHBSTW-00531 plasmid pRHBSTW-00531_6, complete sequence	False	True
CHI0166_000000005224	1453	0.8337005871672712	2	1	1	1	1	False	78215	fragment	False	FIJ0020_000000014937	0.961893133573744		0	0	False	False	0.9800412654876709	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000001966	12843	0.8336956845038994	5	3	3	3	1	True	130405	fragment	False	ISR0152_000000001966	0.9997577128089161		0	0	False	False	0.9993770718574524	0					non-mobilizable	no_good_hit	88.0	97.727	1.0	0.18277310924369747	LC044307.1	hagfishes	Eptatretus burgeri DNA, contig: JCMcontig00874, from VLR gene sequence which enriched by Capture system, strain: VE202-29	True	True
ISR0114_000000001684	12382	0.8336956845038994	5	3	3	3	1	True	130405	fragment	False	ISR0152_000000001966	0.9818188896675232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	1.0	0.17857142857142858	LC044307.1	hagfishes	Eptatretus burgeri DNA, contig: JCMcontig00874, from VLR gene sequence which enriched by Capture system, strain: VE202-29	True	True
ENG0057_000000001755	12210	0.8336956845038994	6	3	3	3	1	True	130395	maximal	True	ENG0057_000000001755	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	96.552	1.0	0.00036697838368555746	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0286_000000002675	4758	0.8336952837136953	5	3	1	3	0	True	26051	maximal	True	ISR0286_000000002675	1.0		1	1	True	True	0.9833964109420776	1					non-mobilizable	no_good_hit								True	True
SPA0028_000000002582	8276	0.8336887685236237	6	5	4	5	2	True	131962	maximal	True	SPA0028_000000002582	1.0	PS1136	5	2	False	True	1.0	0					non-mobilizable	no_good_hit	1629.0	96.992	20.0	0.0035283963254365497	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	True
MON0020_000000015962	1367	0.8336837214752526	2	2	2	2	1	False	17098	fragment	False	MAD0055_000000006424	0.9509140148950574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0031_000000001353	13631	0.8336799742564844	15	10	9	7	7	True	130474	maximal	True	DEN0031_000000001353	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	6414.0	93.99799999999999	68.0	0.0017024874598658578	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ENG0039_000000006673	3557	0.8336758307047987	6	6	5	5	6	False	98139	fragment	False	ENG0039_000000006673	1.0		0	0	False	False	0.9971886277198792	0					non-mobilizable	chromosome	3532.0	99.943	99.0	0.0007020651172852368	CP053231.1	enterobacteria	Escherichia coli strain SCU-306 chromosome, complete genome	False	False
MON0060_000000006501	5000	0.8336742176708459	7	4	2	4	1	False	13283	maximal	True	MON0060_000000006501	1.0		1	1	False	False	0.977400004863739	0					non-mobilizable	no_good_hit	577.0	99.65299999999999	12.0	0.00024292450741362579	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	True	False
ENG0018_000000000274	46673	0.8336659695442247	50	17	9	10	10	True	112555	fragment	False	FIJ0002_000000000283	0.8533684788078904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	88.06	1.0	0.007892995557236033	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
SPA0119_000000006514	5325	0.8336620834617054	5	3	0	2	2	False	116572	maximal	True	SPA0119_000000006514	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	1201.0	95.087	65.0	0.2027050162643383	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0036_000000013598	1722	0.8336607813325111	2	1	1	1	1	False	12175	fragment	False	MON0036_000000013598	0.9671290711700844		0	0	False	False	0.9709640145301819	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000013092	2415	0.8336604020945659	3	2	1	1	2	False	131157	fragment	False	MAD0040_000000013092	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1535.0	82.932	90.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	False
ISR0025_000000018180	2164	0.8336575473052176	3	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.19831309740453137		0	0	False	False	0.9972273707389832	0					non-mobilizable	chromosome	2164.0	98.75200000000001	100.0	0.000681772406530516	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0130_000000009788	3077	0.8336521778049553	4	4	3	3	3	True	58451	maximal	True	ENG0130_000000009788	1.0		6	2	False	False	0.9987000226974487	0					non-mobilizable	no_good_hit								True	True
ENG0155_000000009901	2155	0.8336470377022125	4	2	1	2	2	False	56755	maximal	True	ENG0155_000000009901	1.0		3	1	False	False	0.9921113848686218	0					non-mobilizable	no_good_hit	80.0	100.0	4.0	2.5411252166791738e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
ISR0049_000000012322	2410	0.8336431692939842	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5595017444151207		0	0	False	False	1.0	0					non-mobilizable	other	2412.0	96.973	100.0	0.0006411193000861479	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0003_000000016208	1114	0.8336391037054879	2	2	2	2	2	False	8364	fragment	False	SPA0003_000000016208	1.0		0	0	False	False	0.9838420152664185	0					non-mobilizable	other	1114.0	99.28200000000001	100.0	0.062164879356568364	NZ_CABIWU010000046.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0017_000000018131	1846	0.8336373966687797	3	3	3	2	2	False	37853	maximal	True	ISR0017_000000018131	1.0		39	8	False	False	0.9972914457321167	0					non-mobilizable	no_good_hit	237.0	79.747	13.0	0.00017223112372979546	NZ_CABWIB010000001.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	False
DEN0093_000000012955	2502	0.8336328619234807	3	3	2	3	1	False	68489	maximal	True	DEN0093_000000012955	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1741.0	89.259	69.0	0.03195658173121148	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
ISR0245_000000000108	22679	0.8336327351428688	34	10	4	10	3	True	77391	fragment	False	ISR0245_000000000108	0.9835026608611515		0	0	False	False	0.9999117851257324	0					non-mobilizable	virus	15014.0	96.13	96.0	0.1531757316611598	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
CHI0005_000000003395	4665	0.833630877777153	5	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.27425888005929333	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4670.0	99.29299999999999	100.0	0.0009318725148902012	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0229_000000003274	4665	0.833630877777153	3	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.2967944557157754	PS1101	0	0	False	True	0.9991425275802612	0					non-mobilizable	other	4665.0	99.37799999999999	100.0	0.0009033176976477134	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0348_000000002494	4651	0.833630877777153	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.2729448136747437	PS1101	0	0	False	True	0.9993549585342407	0					non-mobilizable	chromosome	4651.0	99.441	100.0	0.0009280803585863	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0001_000000008274	4643	0.833630877777153	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.27314581449887604	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4643.0	99.44	100.0	0.0008990567651116394	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0051_000000005778	4643	0.833630877777153	3	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.2726776530358731	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4643.0	99.52600000000001	100.0	0.0008988630863599996	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0090_000000001841	10137	0.8336278201499134	8	5	4	5	4	False	38894	fragment	False	ISR0310_000000001245	0.9610225505443235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2873.0	82.631	51.0	0.0009125820083016144	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0012_000000033329	1648	0.8336272898820231	3	1	1	1	1	False	13596	maximal	True	MON0012_000000033329	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	98.711	34.0	0.00026177605131391256	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
MAD0066_000000005627	3645	0.8336168139605823	3	3	2	2	2	False	66555	fragment	False	MAD0066_000000005627	0.9866165413533834		0	0	False	False	1.0	0					non-mobilizable	other	3336.0	98.561	92.0	0.009621792855926995	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
ISR0075_000000011967	2131	0.8336141487434012	3	3	3	1	2	False	108478	fragment	False	ISR0075_000000011967	1.0		0	0	False	False	0.9967151284217834	0					non-mobilizable	other	2135.0	93.81700000000001	100.0	0.015142054324071183	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0102_000000005105	5923	0.8336137122589353	11	4	3	4	3	True	43554	fragment	False	FIJ0102_000000005105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.0506362619310763e-05	NZ_CP034465.1	firmicutes	Jeotgalibaca ciconiae strain H21T32 chromosome, complete genome	True	True
USA0037_01_000000018925	1792	0.8335968924034238	2	2	2	2	2	False	4640	maximal	False	USA0111_01_000000014125	0.9691495275152863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000007495	2797	0.8335955700576873	3	3	3	3	3	False	23390	maximal	True	ISR0375_000000007495	1.0		3	1	False	False	0.9953521490097046	0					non-mobilizable	no_good_hit	816.0	74.142	29.0	0.014165994600091167	NZ_SRMQ01000012.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000012, whole genome shotgun sequence	True	False
ISR0328_000000007034	3857	0.8335918889718338	3	3	0	3	0	True	129127	fragment	False	ISR0328_000000007034	1.0		0	0	False	False	0.996370255947113	0					non-mobilizable	no_good_hit	866.0	85.681	28.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0047_000000013847	2214	0.8335894741915547	2	2	2	2	2	False	106236	fragment	False	ISR0814_000000011953	0.26282984804035814		0	0	False	False	1.0	0					non-mobilizable	other	2214.0	99.413	100.0	0.008489075062910452	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0051_000000010574	1739	0.8335774699255345	3	2	2	2	1	True	110602	maximal	True	CHI0051_000000010574	1.0		19	9	False	False	1.0	0					non-mobilizable	no_good_hit	1202.0	83.444	87.0	0.06243142991484248	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0104_000000011544	2251	0.8335741782887629	3	3	3	2	1	False	42505	fragment	False	FIJ0104_000000011544	0.9798971482000935		0	0	False	False	0.999555766582489	0					non-mobilizable	other	1737.0	96.603	98.0	0.039443898200443604	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
CHI0167_000000000646	21192	0.8335715653482106	19	11	7	7	9	False	90998	maximal	True	CHI0167_000000000646	0.999407751350327		2	1	False	False	0.9999527931213379	0		MOBP			mobilizable	no_good_hit	2473.0	71.492	18.0	0.0067316317264247095	NZ_JOMF01000005.1	euryarchaeotes	Methanomicrobium mobile BP T502DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
FIJ0074_000000020931	1407	0.8335652852317624	2	2	2	2	1	False	44625	fragment	False	FIJ0074_000000020931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	75.0	18.0	0.0001008803518835286	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	False
ENG0187_000000002316	9457	0.8335522569505525	12	8	6	6	5	False	68177	maximal	True	ENG0187_000000002316	1.0		1	1	False	False	0.9985195994377136	0					non-mobilizable	no_good_hit	773.0	78.78399999999999	8.0	0.00021434981777445096	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0798_000000003439	3826	0.8335413751337726	3	3	3	3	2	False	129529	maximal	True	ISR0798_000000003439	1.0	PS1061	0	0	False	True	0.9971249103546143	0					non-mobilizable	no_good_hit	1447.0	92.67399999999999	38.0	0.005900126577109959	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
DEN0052_000000006659	5235	0.8335385636835074	9	8	7	4	4	True	117238	maximal	True	DEN0052_000000006659	1.0		0	0	False	False	0.9998089671134949	0					non-mobilizable	no_good_hit	3193.0	97.087	61.0	0.0006480685344656937	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0032_000000004313	7755	0.8335328317677309	10	8	7	8	8	False	121735	maximal	True	FIJ0032_000000004313	1.0		2	1	False	False	0.9992263317108154	0					non-mobilizable	no_good_hit	2100.0	77.095	31.0	0.0007118389057490331	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0049_000000002338	10001	0.8335298491398015	9	3	3	3	0	True	36013	fragment	False	ISR0049_000000002338	1.0		0	0	False	False	0.9988000988960266	0					non-mobilizable	no_good_hit								True	True
CAN0005_000000004900	3690	0.8335212683727888	9	4	3	2	3	False	95946	maximal	True	CAN0005_000000004900	1.0		2	1	False	False	0.9937669634819031	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	0.00041269934852459985	NZ_OAOI01000004.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
ISR0825_000000002317	8533	0.8335179009433739	8	6	5	5	5	False	21136	maximal	True	ISR0825_000000002317	1.0		1	1	False	False	0.9998828172683716	0					non-mobilizable	no_good_hit	3173.0	86.60600000000001	77.0	0.000576725138915852	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	False
FIJ0021_000000009778	5099	0.8335128989560068	6	6	3	4	2	True	129230	fragment	False	FIJ0021_000000009778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3212.0	85.461	63.0	0.05384511511714266	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0095_000000021077	1634	0.833509419453593	3	3	3	2	2	False	104728	fragment	False	ISR0386_000000017213	0.9573621375781695		0	0	False	False	0.9951040148735046	0					non-mobilizable	virus	1629.0	98.772	99.0	0.39012700694943686	MK231602.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G16_1-CL14_c5 sequence	False	False
ISR0388_000000013082	2630	0.8335041514494905	4	2	2	2	2	True	26341	maximal	True	ISR0388_000000013082	1.0		0	0	False	False	0.9996197819709778	0					non-mobilizable	no_good_hit	1268.0	78.07600000000001	47.0	0.03754851520895388	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
SPA0035_000000014690	1403	0.8335039776348944	3	3	3	2	1	False	108120	fragment	False	ISR0320_000000016669	0.7046805951032322		0	0	False	False	0.9893085956573486	0					non-mobilizable	other	1403.0	99.21600000000001	100.0	0.0005091544295890629	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0030_000000003580	6137	0.833496478733905	8	8	3	6	6	False	125633	maximal	False	SPA0068_000000002193	0.9472814210969582	PS450|PS542	0	0	True	True	1.0	193	Col156,rep_cluster_2131	MOBQ			mobilizable	other	5951.0	99.395	100.0	0.9633770863717388	LM996982.1	enterobacteria	Escherichia coli genome assembly FHI87, scaffold scaffold-6_contig-18.0_1_6171_[organism:Escherichia	False	True
USA0006_01_000000009851	2474	0.8334918683828363	5	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6469247696321533		0	0	False	False	0.9991915822029114	0					non-mobilizable	plasmid	2475.0	98.70700000000001	100.0	0.19959661153691005	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0099_000000012131	1342	0.8334917994370372	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.03910891716422357		0	0	False	False	0.9918032884597778	0					non-mobilizable	other	1279.0	95.62200000000001	95.0	0.009456719598644388	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	False	True
ISR0018_000000018280	1158	0.8334848658504631	2	1	1	1	1	False	37763	fragment	False	ISR0018_000000018280	1.0		0	0	False	False	0.9827288389205933	0					non-mobilizable	other	1086.0	91.25200000000001	93.0	0.0017249302687763685	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0098_000000012555	1874	0.833484645222075	3	2	2	2	1	False	42859	maximal	True	FIJ0098_000000012555	1.0		57	9	False	False	0.9914621114730835	0					non-mobilizable	other	1772.0	98.307	95.0	0.008560021653809717	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0057_000000004961	4367	0.8334829687726433	5	4	4	4	3	False	97423	maximal	True	ENG0057_000000004961	1.0		69	8	False	False	0.999770998954773	0					non-mobilizable	no_good_hit	257.0	78.988	6.0	0.010505771945851674	NZ_MDZB01000124.1	CFB group bacteria	Hymenobacter lapidarius strain CCM 8643 NODE_53_length_24082_cov_306.227_ID_105, whole genome shotgun sequence	True	False
FIJ0034_000000008015	3579	0.8334806992325393	4	4	4	4	3	False	124936	fragment	False	FIJ0034_000000008015	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3111.0	78.624	86.0	0.00738541707024137	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0018_000000004173	5217	0.8334797270309123	8	4	3	3	2	False	112045	maximal	True	ENG0018_000000004173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
ISR0217_000000011336	2106	0.8334795678436341	3	3	3	3	1	False	62676	fragment	False	ISR0217_000000011336	0.9997600767754319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	71.36399999999999	31.0	0.00030438561202620126	CP061280.1	g-proteobacteria	Mannheimia sp. ZY190616 chromosome, complete genome	True	False
ISR0161_000000004806	5831	0.833471707830698	7	7	4	6	4	False	132008	fragment	False	ISR0161_000000004806	0.9981248828051753		0	0	False	False	0.995369553565979	0					non-mobilizable	no_good_hit	2869.0	85.91799999999999	48.0	0.0009591512050684136	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
TAN0010_000000001816	5688	0.8334693984939652	7	7	7	6	5	False	2639	maximal	True	TAN0010_000000001816	1.0		1	1	False	False	0.99964839220047	0					non-mobilizable	no_good_hit	1057.0	98.486	19.0	0.0012766065476859693	NZ_SAXT01000005.1	bacteria	Brachyspira aalborgi strain W1 W1_contig5, whole genome shotgun sequence	True	False
ISR0035_000000011469	1690	0.8334663755929076	3	3	3	3	3	False	127740	fragment	False	ISR0150_000000012413	0.18924985233313643		0	0	False	False	0.9804733991622925	0					non-mobilizable	other	1671.0	99.76100000000001	99.0	0.052943600798909425	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0204_000000001695	5394	0.8334570078287395	4	3	3	3	2	False	78149	maximal	True	ISR0204_000000001695	1.0		168	13	False	False	0.998146116733551	0					non-mobilizable	no_good_hit	2597.0	99.15299999999999	67.0	0.008356806000418484	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0092_000000004701	5929	0.8334557978443682	10	2	2	2	2	True	43342	maximal	True	FIJ0092_000000004701	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0026_01_000000029529	1111	0.8334466124824136	2	2	2	2	2	False	1603	fragment	False	USA0026_01_000000029529	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	96.04	100.0	0.006637049084266606	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
ENG0192_000000010841	2011	0.8334400349976676	3	2	1	1	1	True	54650	maximal	True	ENG0192_000000010841	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1321.0	99.546	66.0	0.0002743496199322481	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
USA0003_01_000000010161	3853	0.8334345216813701	4	2	2	2	1	True	70634	maximal	False	DEN0070_000000007707	0.9361988570820774		0	0	False	False	0.9976641535758972	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.00036258158085569254	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
ISR0836_000000005605	3586	0.8334345216813701	3	2	2	2	1	True	70634	maximal	False	DEN0070_000000007707	0.4714508175447703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	2.0	0.00010095477039333101	NZ_LN868535.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	True
ENG0119_000000015840	2016	0.8334345216813701	3	2	2	2	1	True	59263	fragment	False	ENG0119_000000015840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	3.0	0.00010095477039333101	NZ_LN868535.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	True
SPA0099_000000003299	1425	0.8334306640698939	1	1	1	1	1	True	4978	maximal	True	SPA0099_000000003299	1.0		1	1	False	False	0.9915789365768433	0					non-mobilizable	no_good_hit	564.0	96.277	40.0	0.03614303139243757	CP044362.1	firmicutes	Lactobacillus paracasei strain TD 062 plasmid unnamed1, complete sequence	True	True
SPA0127_000000009094	3227	0.8334305948905429	2	2	2	2	0	True	44679	maximal	True	SPA0127_000000009094	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1116.0	94.98200000000001	35.0	0.017573911940109124	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0316_000000006606	2867	0.8334305948905429	2	2	2	2	0	True	25219	maximal	True	ISR0316_000000006606	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	94.573	26.0	0.00048805873962201065	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0396_000000011154	2060	0.8334256550449753	3	3	3	3	2	False	72276	fragment	False	ISR0346_000000010486	0.6632543870091759		0	0	False	False	0.9941747784614563	0					non-mobilizable	other	2060.0	99.806	100.0	0.0349196119666237	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0168_000000018663	1306	0.8334230331535856	2	2	2	2	1	False	30117	maximal	True	ISR0168_000000018663	1.0		67	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0016_000000006206	4299	0.8334156231913709	5	4	3	3	4	False	127601	maximal	True	AST0016_000000006206	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	79.252	25.0	0.00023919913396244983	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
FIJ0172_000000005649	4448	0.8334150806434443	4	3	2	2	1	False	111964	fragment	False	FIJ0172_000000005649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	70.21300000000001	18.0	0.0008183425488086601	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0196_000000002850	3447	0.8334147385552954	4	3	3	3	1	False	64069	maximal	True	ENG0196_000000002850	1.0		6	3	False	False	0.9970989227294922	0					non-mobilizable	no_good_hit	1117.0	99.91	32.0	0.005830020425967621	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
SPA0063_000000008185	2203	0.8334084655048173	2	2	2	2	2	False	6127	fragment	False	SPA0063_000000008185	1.0		0	0	False	False	0.9995460510253906	0					non-mobilizable	other	2203.0	100.0	100.0	0.0004744000627362844	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0372_000000008682	1992	0.8333992240882673	3	3	3	3	2	False	23458	maximal	True	ISR0372_000000008682	1.0		1	1	False	False	0.9914658665657043	0					non-mobilizable	no_good_hit	127.0	79.528	6.0	3.8270480447611536e-05	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
DEN0094_000000022418	1703	0.8333984007103916	3	2	2	2	1	False	68343	fragment	False	DEN0094_000000022418	1.0		0	0	False	True	0.9911920428276062	0					non-mobilizable	no_good_hit	187.0	82.88799999999999	11.0	5.199091479841295e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0038_000000009825	3429	0.8333943655161907	5	3	2	3	2	False	76919	fragment	False	FIJ0038_000000009825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	78.768	18.0	0.00018370937538210043	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0027_000000012370	3162	0.8333920661241064	3	3	2	2	3	False	14403	maximal	True	MON0027_000000012370	0.9916660210469259		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	73.10300000000001	31.0	0.00017573988085864626	NC_013510.1	high GC Gram+	Thermomonospora curvata DSM 43183, complete sequence	True	False
MON0041_000000018303	3124	0.8333920661241064	3	3	2	2	3	False	14403	maximal	False	MON0027_000000012370	0.9882138400445214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	73.13	32.0	0.00017573988085864626	NC_013510.1	high GC Gram+	Thermomonospora curvata DSM 43183, complete sequence	True	False
ENG0182_000000012993	2201	0.8333912302732737	3	3	3	2	2	False	55240	fragment	False	ENG0182_000000012993	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2201.0	98.773	100.0	0.008982891674492672	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0055_000000004381	3511	0.8333909745108383	4	3	3	3	2	False	119736	fragment	False	SPA0139_000000007384	0.9848307689806537		0	0	False	False	0.9991455674171448	0					non-mobilizable	chromosome	3435.0	99.68	100.0	0.0005475863544797236	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0774_000000007225	3358	0.8333909745108383	4	3	3	3	2	False	119736	fragment	False	SPA0139_000000007384	0.9699958382328504		0	0	False	False	0.9997022151947021	0					non-mobilizable	chromosome	3358.0	100.0	100.0	0.0005165065142595494	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0215_000000008925	3246	0.8333909745108383	4	3	3	3	2	False	119736	fragment	False	SPA0139_000000007384	0.9480891696415077		0	0	False	False	0.9953789114952087	0					non-mobilizable	chromosome	3246.0	99.538	100.0	0.0004992742444957515	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0188_000000002562	5924	0.8333871037555406	6	6	6	6	4	False	116631	fragment	False	SPA0101_000000007479	0.7994723707090718		0	0	False	False	1.0	0					non-mobilizable	other	5924.0	99.375	100.0	0.0012310399991353831	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ISR0062_000000022324	1715	0.8333850397768392	3	3	3	3	2	False	122102	fragment	False	ISR0028_000000007710	0.060052324131776524		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	97.959	100.0	0.03918609967992684	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0101_000000005017	5732	0.8333826444578185	9	5	4	5	4	False	63210	maximal	True	ENG0101_000000005017	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	72.857	4.0	0.0051563164876974295	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0144_000000002836	2332	0.8333721419474923	3	2	1	2	2	False	31098	maximal	True	ISR0144_000000002836	1.0		0	0	False	False	0.989279568195343	0					non-mobilizable	no_good_hit	1859.0	98.33200000000001	80.0	0.1898384788386833	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
ENG0022_000000002415	9607	0.8333674986325253	15	15	5	8	13	True	116404	fragment	False	ENG0022_000000002415	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9540.0	99.86399999999999	99.0	0.28874561084877104	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0032_000000011852	2350	0.8333656273306469	2	2	2	2	0	True	131937	fragment	False	SPA0032_000000011852	1.0		0	0	False	True	0.9982978701591492	0					non-mobilizable	no_good_hit	409.0	99.51100000000001	17.0	0.002282823987556371	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	True	True
ISR0050_000000007806	3193	0.8333635950537149	4	4	4	4	2	False	35923	maximal	True	ISR0050_000000007806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1875.0	75.57300000000001	58.0	0.010650969289992922	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
SPA0069_000000006930	3501	0.8333619983147146	5	4	1	1	2	True	5958	fragment	False	SPA0069_000000006930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	90.13799999999999	12.0	0.46609257265877285	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
FIJ0162_000000020347	1145	0.8333578992654005	2	2	2	1	1	False	39194	fragment	False	MON0093_000000040500	0.9751712328767124		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	74.868	98.0	0.00031157838612393157	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0057_000000010420	2112	0.8333514041345106	3	3	3	3	2	False	38558	maximal	True	ISR0057_000000010420	1.0		3	3	False	False	0.9895833134651184	0					non-mobilizable	no_good_hit	554.0	91.87700000000001	41.0	0.00017684637259151318	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
CAN0014_000000023736	2038	0.8333488006860914	3	3	3	3	1	False	93617	fragment	False	FIJ0058_000000017616	0.890418940223223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.956	40.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0065_000000002712	8403	0.8333476255134586	11	6	3	4	5	False	132259	maximal	True	SPA0065_000000002712	1.0	PS1081|PS1150|PS1152|PS1153|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975|PS976	1	1	True	True	1.0	9	rep_cluster_475				non-mobilizable	no_good_hit	3471.0	99.28	77.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0040_000000019160	1361	0.8333476104953338	2	2	2	1	1	False	36465	fragment	False	ISR0040_000000019160	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	79.862	92.0	0.0003240630797669002	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0180_000000016159	1131	0.8333476104953338	2	2	2	1	1	False	116934	fragment	False	ISR0387_000000012385	0.10960111276577279		0	0	False	False	0.9867374300956726	0					non-mobilizable	other	1131.0	96.463	100.0	0.004559190804152495	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
FIJ0171_000000002596	7810	0.8333403240256579	10	8	5	8	5	False	52990	fragment	False	MON0036_000000001365	0.8938351181675979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1787.0	96.251	23.0	0.053974010275007554	NZ_JADU01000030.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00026.26_C, whole genome shotgun sequence	True	False
ENG0048_000000008464	3188	0.8333387858399394	5	4	4	4	4	False	65285	fragment	False	ENG0048_000000008464	0.9747325995262782		0	0	False	False	1.0	0					non-mobilizable	chromosome	3188.0	99.624	100.0	0.0014536395265887865	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
DEN0053_000000009966	1298	0.8333306705586727	2	2	2	2	2	False	72099	maximal	True	DEN0053_000000009966	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	83.95100000000001	6.0	6.390732628734837e-05	NZ_KB946335.1	firmicutes	Enterococcus caccae ATCC BAA-1240 acvJM-supercont1.4, whole genome shotgun sequence	True	False
ISR0376_000000003755	5037	0.8333294110385967	7	4	3	2	3	True	119004	maximal	True	ISR0376_000000003755	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	88.69	30.0	0.016016100459152315	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0144_000000003784	5205	0.8333263600731373	6	4	3	3	1	False	106657	fragment	False	USA0057_01_000000004826	0.6990051397142834		0	0	False	False	0.9965417981147766	0					non-mobilizable	chromosome	5186.0	99.67200000000001	99.0	0.0014493397995755724	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0003_000000004381	5089	0.8333263600731373	6	4	3	3	1	False	106657	fragment	False	USA0057_01_000000004826	0.6932174932925406		0	0	False	False	1.0	0					non-mobilizable	chromosome	5089.0	99.686	100.0	0.001422215361883342	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0096_000000035120	1103	0.833325836195582	1	1	1	1	1	False	22057	fragment	False	ISR0790_000000016004	0.9257903638134737		0	0	False	False	0.89845871925354	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	7.0	2.7622127874162086e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0120_000000007938	5388	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9708251663107649	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5388.0	99.31299999999999	100.0	0.0010431537563316004	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0397_000000003979	5384	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9721224192858297	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5384.0	99.42399999999999	100.0	0.0010425727200766813	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0150_000000004165	5374	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9712546413416646	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5374.0	99.311	100.0	0.001040635932560284	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0044_01_000000005476	5370	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9550915653518705	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5306.0	99.19	99.0	0.0010588099574839402	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0029_000000008543	5355	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9717422563860405	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5371.0	98.995	100.0	0.0010717831237867595	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0065_000000002677	5339	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9697133745632508	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5339.0	99.195	100.0	0.0010317267099848562	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0128_000000006896	5339	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9698303276217822	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5344.0	99.251	100.0	0.0010663942700917422	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0087_01_000000002365	5333	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9699118092928706	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5331.0	99.212	100.0	0.0010301772799717385	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0004_01_000000005033	5332	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9705214240886568	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5334.0	99.156	100.0	0.0010307583162266576	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0102_000000007062	5329	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9698974076249555	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5334.0	99.25	100.0	0.001064398398352847	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0052_01_000000003233	5325	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9659951078690534	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5325.0	99.399	100.0	0.0010626021137878413	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CAN0004_000000004586	5325	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9659951078690534	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5325.0	99.399	100.0	0.0010626021137878413	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0812_000000007152	5324	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9657618938256719	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5325.0	99.41799999999999	100.0	0.0010626021137878413	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0066_000000003069	5322	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9688674978827971	PS1101	0	0	False	True	0.999812126159668	0					non-mobilizable	other	5322.0	99.24799999999999	100.0	0.001030564637475018	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CAN0006_000000008434	5321	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9681415007268284	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5321.0	99.399	100.0	0.0010301772799717385	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0086_000000004506	5321	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9706154812376452	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5320.0	99.51100000000001	100.0	0.0010301772799717385	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0059_000000002909	5320	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9679965169647637	PS1101	0	0	False	True	0.9998120069503784	0					non-mobilizable	chromosome	5325.0	99.286	100.0	0.0010626021137878413	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0079_000000004279	5320	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9682770911888263	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5325.0	99.324	100.0	0.0010626021137878413	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0218_000000002764	5319	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9663059292869765	PS1101	0	0	False	True	0.997931957244873	0					non-mobilizable	other	5320.0	99.135	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0015_000000003826	5319	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.968859447658635	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5324.0	99.13600000000001	100.0	0.0010624025266139517	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0005_000000008636	5318	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9662872507447512	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5320.0	99.17299999999999	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0091_000000002389	5318	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9662872507447512	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5320.0	99.17299999999999	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0234_000000001898	5318	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9666971230550925	PS1101	0	0	False	True	0.9998119473457336	0					non-mobilizable	chromosome	5318.0	99.473	100.0	0.0010612050035706145	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0205_000000003648	5318	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9662872507447512	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5320.0	99.17299999999999	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0815_000000005433	5315	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9646065027177387	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5325.0	99.19200000000001	100.0	0.0010626021137878413	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0097_000000004405	5314	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9682398567833295	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5313.0	99.209	100.0	0.0010266910624422232	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0147_000000003520	5314	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9656637908597775	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5315.0	99.00299999999999	100.0	0.001028240492455341	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CAN0013_000000004628	5310	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9665153932966791	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5310.0	99.416	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0145_000000006130	5309	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9665869367928055	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5309.0	99.265	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0061_000000007508	5309	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9677243752195656	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5309.0	99.491	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0065_000000005036	5309	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9661421656320286	PS1101	0	0	False	True	0.9998116493225098	0					non-mobilizable	other	5309.0	99.37799999999999	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0129_000000002267	5309	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9665869367928055	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5309.0	99.265	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0072_000000003628	5309	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9661421656320286	PS1101	0	0	False	True	0.9996232986450195	0					non-mobilizable	other	5309.0	99.37799999999999	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0103_000000007544	5309	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.967553858878761	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5309.0	99.473	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0063_000000005159	5309	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.967893891761597	PS1101	0	0	False	True	0.9998116493225098	0					non-mobilizable	other	5309.0	99.51	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0077_000000006397	5309	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.967314889737836	PS1101	0	0	False	True	0.9996232986450195	0					non-mobilizable	other	5309.0	99.454	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0180_000000003856	5309	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9667601317218038	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5309.0	99.473	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0039_000000007993	5309	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9677243752195656	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5309.0	99.491	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0814_000000007201	5309	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9672173058966388	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5309.0	99.529	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0054_000000006335	5309	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9661421656320286	PS1101	0	0	False	True	0.9945375919342041	0					non-mobilizable	other	5309.0	99.37799999999999	100.0	0.0010280468137037013	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0053_01_000000004184	5308	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9622325312870431	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5308.0	99.397	100.0	0.0010592091318317193	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0009_000000005591	5305	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9698799283119326	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5305.0	99.51	100.0	0.0010272720986971423	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0016_000000004234	5303	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9690820051679132	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5303.0	99.755	100.0	0.0010268847411938628	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0081_000000005825	5302	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9694385939795314	PS1101	0	0	False	True	0.9992455840110779	0					non-mobilizable	other	5302.0	99.47200000000001	100.0	0.0010266910624422232	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0110_000000001076	5298	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9615989057985292	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5298.0	99.415	100.0	0.001057213260092824	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0084_01_000000005947	5297	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9600970132620603	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5297.0	99.396	100.0	0.0010570136729189344	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0137_000000005260	5290	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589562868801389	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5291.0	99.395	100.0	0.0010558161498755974	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0063_01_000000003910	5289	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589368952409624	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5289.0	99.395	100.0	0.0010554169755278182	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0121_000000004330	5289	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9596851315501983	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5288.0	99.43299999999999	100.0	0.0010552173883539287	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0013_000000007979	5288	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593379740898027	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5288.0	99.319	100.0	0.0010552173883539287	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0059_01_000000004928	5287	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9577325661426593	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5284.0	99.148	99.0	0.0010544190396583706	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0062_01_000000004837	5286	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603446078715064	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5283.0	99.186	100.0	0.0010208806998930312	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0017_000000006249	5286	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9583521212779811	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5286.0	99.319	100.0	0.0010548182140061497	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CAN0005_000000003573	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9587964720515406	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0055_000000002071	5285	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9586071711495309	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5286.0	99.414	100.0	0.0010548182140061497	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0108_000000005563	5285	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9571990332224322	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.546	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0159_000000002420	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9587964720515406	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0067_000000005299	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9588750216265758	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.47	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0301_000000002893	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589280812414166	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.98100000000001	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0197_000000002040	5285	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9588573896696128	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.432	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0119_01_000000003915	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9587964720515406	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0020_000000003512	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9573136583002294	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.3	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0167_000000004621	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9583107520013484	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.337	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0071_000000002035	5285	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9587964720515406	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0025_000000003910	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9587964720515406	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0058_000000005422	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9594396451838618	PS1101	0	0	False	True	0.999621570110321	0					non-mobilizable	chromosome	5283.0	99.92399999999999	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CAN0001_000000008932	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9592532690979327	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.905	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
AST0028_000000003322	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9583107520013484	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.337	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0359_000000004128	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9588017531833692	PS1101	0	0	False	True	0.9998108148574829	0					non-mobilizable	chromosome	5283.0	99.39399999999999	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0183_000000006677	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9578850094565446	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5281.0	99.148	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0123_000000002341	5285	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9585795402196848	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.39399999999999	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0121_01_000000008950	5284	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9585658603373285	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.432	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0155_000000004859	5284	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9586363541721733	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5294.0	99.18799999999999	100.0	0.001056414911397266	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0134_000000006199	5284	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9573801968465213	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5281.0	98.977	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0048_000000003469	5284	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9576912445937478	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5284.0	99.148	100.0	0.0010544190396583706	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0076_000000004668	5284	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9585658603373285	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.432	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0173_000000003170	5284	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9583820451376456	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
AUS0008_000000003664	5284	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9585658603373285	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.432	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0090_000000004236	5284	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9586338950332599	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5284.0	99.243	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0063_000000003765	5284	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9588934689898682	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.432	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0049_000000003756	5284	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9578317770792041	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.413	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0150_000000003304	5283	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9582231539070356	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5281.0	99.337	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0135_000000004659	5283	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9577962484384456	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.148	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0151_000000003188	5283	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9582231539070356	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5281.0	99.337	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0030_000000004104	5283	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9591468386764	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.83	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0059_000000002266	5283	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9577962484384456	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.148	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0095_000000005031	5283	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9576886684272915	PS1101	0	0	False	True	0.9998106956481934	0					non-mobilizable	chromosome	5283.0	99.167	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0085_000000006636	5283	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9582231539070356	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5281.0	99.337	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0216_000000003815	5283	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9577962484384456	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.148	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0059_000000002916	5283	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9581541110230573	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.186	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0003_01_000000007373	5282	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9596018529389545	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5282.0	99.205	100.0	0.0010206870211413915	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0099_000000004103	5282	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9592344319587105	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5284.0	99.167	100.0	0.001021074378644671	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0032_01_000000004971	5282	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9584363459293542	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5281.0	99.375	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0117_000000005158	5281	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9596306948914489	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.242	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0204_000000001733	5281	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9575840999185685	PS1101	0	0	False	True	0.9998106360435486	0					non-mobilizable	chromosome	5281.0	99.148	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0001_01_000000002854	5281	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595421612296201	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5279.0	99.223	100.0	0.0010201059848864724	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0104_000000005330	5281	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.958069920441331	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5281.0	99.167	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0045_000000002156	5281	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9575840999185685	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5281.0	99.148	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0008_000000002049	5281	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9599963797369249	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5284.0	99.3	100.0	0.0010544190396583706	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0101_01_000000005680	5281	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9594357587248257	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0055_01_000000004987	5281	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959399082690942	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0027_000000006389	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9598118296203995	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.281	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0036_01_000000007350	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593624448746343	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0144_000000002898	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9598118296203995	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.281	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0087_000000002938	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9598118296203995	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.281	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0089_000000007159	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9598118296203995	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.281	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0005_000000005181	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959220359002035	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0131_000000002641	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9594358161286171	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.148	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0146_000000001165	5280	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593616745547896	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0036_000000004000	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9598118296203995	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.281	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0129_000000003646	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9599585129956864	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.3	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0088_000000003120	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9598118296203995	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.281	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0035_01_000000004789	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593624448746343	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0127_000000004001	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593624448746343	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0148_000000006444	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9598118296203995	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.281	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0028_000000004483	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9594097274318141	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.242	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0172_000000001426	5280	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593616745547896	PS1101	0	0	False	True	0.9998105764389038	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0020_01_000000006484	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595043211002813	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.223	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0113_000000001406	5280	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593616745547896	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0164_000000004475	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595043211002813	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.223	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0044_000000003354	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595043211002813	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.223	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0039_000000004150	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593023437728739	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0276_000000002078	5280	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593616745547896	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0169_000000002647	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595043211002813	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.223	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0108_000000001327	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9599585129956864	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.3	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0040_000000005138	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9590740180808559	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5282.0	99.186	100.0	0.0010206870211413915	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0043_01_000000002500	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593424960516104	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0111_000000006181	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593438638107249	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.204	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0160_000000004803	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9605983186449274	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.375	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0037_000000004488	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9598118296203995	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.281	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0211_000000005705	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604155734593033	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.243	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0103_000000004743	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595043211002813	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.223	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0073_01_000000003741	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959220359002035	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0077_000000002660	5280	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9602748607645525	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.281	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0177_000000004839	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595043211002813	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.223	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0365_000000002692	5280	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9596887289653084	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.22399999999999	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0083_01_000000005829	5279	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9584761831099223	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5284.0	99.3	100.0	0.0010544190396583706	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0119_000000006170	5279	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959549019439711	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5282.0	99.22399999999999	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0071_01_000000002611	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0008_000000004206	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0170_000000008463	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9592109203709901	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0072_01_000000003832	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0041_01_000000004377	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0023_000000003242	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9590496038819133	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.26100000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0149_000000005137	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	0.9981053471565247	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0047_000000007489	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0094_000000002814	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0163_000000003989	5278	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9591721844115061	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0092_000000007181	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9588128848772954	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.166	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0030_01_000000003172	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0253_000000002021	5278	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9588765417388357	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.166	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0085_000000003993	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0141_000000005207	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0400_000000003158	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9591777232068571	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5276.0	99.204	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0132_01_000000003466	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9591052485630367	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.12899999999999	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0093_000000007689	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0079_01_000000002563	5278	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9569715490656571	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5279.0	98.99600000000001	100.0	0.0010212680573963107	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0261_000000003117	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9594116089926413	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.223	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0200_000000003696	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0034_01_000000010802	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9594092910877557	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5276.0	99.223	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0033_01_000000001797	5278	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9590696740086707	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0138_000000003941	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0048_000000004863	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	0.999810516834259	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0071_000000004469	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589077550111438	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.166	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0115_000000003077	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589401484805589	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.148	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0193_000000005082	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0084_000000005685	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0048_000000003951	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0031_01_000000005787	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	0.9996210932731628	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0062_000000006031	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0045_000000006248	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0119_000000001737	5278	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9590696740086707	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0124_000000005390	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959070445686058	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0190_000000005761	5278	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9588387389985176	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.166	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0106_01_000000002197	5277	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9581072713475974	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.243	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0188_000000002853	5276	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9588304981928619	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.166	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0182_000000005030	5276	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589760838520658	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5276.0	99.185	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0120_000000002278	5276	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589775336353392	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	99.185	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0159_000000004523	5274	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9588048633165542	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5272.0	99.39299999999999	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0158_000000003337	5274	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9586818563457312	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5274.0	99.412	100.0	0.001021074378644671	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0091_000000005949	5274	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9578970808986593	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5272.0	99.10799999999999	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0136_000000004908	5274	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.960028732932823	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5272.0	99.412	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0075_000000004555	5273	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9585002074713578	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5272.0	99.279	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0032_000000005850	5273	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9602453758333565	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5270.0	99.564	100.0	0.0010204933423897517	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0350_000000002964	5273	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9587692000340775	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.22399999999999	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0091_000000000396	5273	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.958257055937618	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5272.0	99.241	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0047_01_000000006419	5273	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9585002074713578	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5272.0	99.279	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0056_01_000000004354	5272	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9600963253536793	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5272.0	99.52600000000001	100.0	0.0010208806998930312	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0094_000000004222	5272	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9577208653651702	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5272.0	99.412	100.0	0.0010206870211413915	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0179_000000004874	5272	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9592684909816117	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5269.0	99.98100000000001	100.0	0.001020299663638112	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0111_01_000000004395	5271	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9605366423583344	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.506	100.0	0.0010201059848864724	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0058_000000007237	5271	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604388910611328	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5271.0	99.469	100.0	0.0010206870211413915	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0144_000000002425	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9574893915389562	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.431	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0221_000000004234	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9574893915389562	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.431	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0153_000000004893	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959416255638193	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0394_000000003271	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9572620720707243	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.412	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0156_000000002968	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9592438985567856	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.39299999999999	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0077_000000005223	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9576580050661007	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.431	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0118_000000005506	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.957559575190108	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.431	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0340_000000004779	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9574893915389562	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.431	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0033_000000005511	5270	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589555187874371	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5275.0	99.52600000000001	100.0	0.0010526227550933648	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0175_000000004738	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595463642551663	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.48700000000001	100.0	0.0010201059848864724	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0207_000000004651	5270	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.957488607518496	PS1101	0	0	False	True	0.9998102188110352	0					non-mobilizable	other	5270.0	99.146	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0167_000000005904	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9578003862671102	PS1101	0	0	False	True	0.9998102188110352	0					non-mobilizable	other	5268.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0239_000000002313	5270	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9592438493308287	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.46799999999999	100.0	0.0010201059848864724	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0396_000000003928	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589545371367446	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0357_000000004166	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9578071151421887	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.431	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0105_000000005294	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595102871159947	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0106_000000007340	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604539661075655	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.601	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0121_000000003478	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9606426101697929	PS1101	0	0	False	True	0.9998102188110352	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AUS0014_000000006119	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603372169372317	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0178_000000002368	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589030684383224	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.316	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0042_000000005124	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593572905168407	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.279	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AUS0022_000000006762	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.960610695954579	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0341_000000002568	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959776396205818	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.848	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0122_000000003329	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595102871159947	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0054_000000004658	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959776396205818	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.848	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0078_000000003196	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593572905168407	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.279	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0058_000000003082	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604847608336398	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0130_000000005558	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9590371408913224	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.411	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0001_000000006262	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9591227704645673	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0054_01_000000001871	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593572905168407	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.279	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0115_000000001434	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593572905168407	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.279	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0067_000000005660	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9606161423810976	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0014_000000004927	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9600288348363075	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.411	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0057_000000003023	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603372169372317	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0140_000000004028	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589030684383224	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.316	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0103_000000000385	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959918960386803	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.43	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0181_000000004195	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603793849362101	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0151_000000004576	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589030684383224	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.316	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0360_000000004540	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595102871159947	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0177_000000002882	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589030684383224	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.316	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0162_000000005107	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604847608336398	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0106_000000003836	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593181598933372	PS1101	0	0	False	True	0.9998102188110352	0					non-mobilizable	other	5267.0	100.0	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0100_000000005466	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603793849362101	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0011_000000004736	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595084826792636	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0148_000000003234	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9576049793927928	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5269.0	99.431	100.0	0.0010201059848864724	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0070_000000001742	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593572905168407	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.279	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0022_01_000000001610	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593572905168407	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.279	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0002_000000003569	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9606426101697929	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0015_000000005410	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595367833401863	PS1101	0	0	False	True	0.9996204376220703	0					non-mobilizable	other	5267.0	99.46799999999999	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0033_000000005089	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593181598933372	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	100.0	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0116_000000003742	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9599933729423509	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.411	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0101_000000005530	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595102871159947	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0161_000000003983	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603793849362101	PS1101	0	0	False	True	0.9998102188110352	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0154_000000005232	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604847608336398	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0050_000000001646	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9596467717749786	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.829	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0048_000000003089	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604847608336398	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0034_000000002748	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589030684383224	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.316	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0110_000000005596	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604359050927977	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.39200000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0093_000000005943	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.959149546366191	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	100.0	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0173_000000003536	5269	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9590755021695987	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.411	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0180_000000002897	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9606426101697929	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0094_000000003216	5269	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9598123282573194	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0331_000000003829	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595102871159947	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0005_01_000000006905	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9606426101697929	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0181_000000003692	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604847608336398	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0101_000000008505	5269	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9591055940899239	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.43	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0062_000000003022	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604847608336398	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0126_000000002745	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9604900631419337	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0024_000000003183	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593655651004933	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	99.243	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0016_01_000000003632	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603793849362101	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0045_01_000000002653	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603793849362101	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0148_000000007143	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589030684383224	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.316	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0167_000000003250	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595367833401863	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.46799999999999	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0037_01_000000006781	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593572905168407	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.279	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0141_000000004308	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589030684383224	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.316	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0047_000000002776	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9606426101697929	PS1101	0	0	False	True	0.9998102188110352	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0021_01_000000003500	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9606426101697929	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0177_000000004438	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.958697525631555	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0054_000000004186	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9593572905168407	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.279	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0030_000000003399	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9591742253724945	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.26	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0002_000000004966	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9589545371367446	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0125_000000003036	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9605480144948916	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.544	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0021_000000003513	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595367833401863	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.46799999999999	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0320_000000003380	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595102871159947	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0117_000000004023	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603372169372317	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AUS0002_000000005884	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595367833401863	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.46799999999999	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0074_000000004104	5269	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603372169372317	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.449	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0088_000000004733	5268	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9575657474706832	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5268.0	99.431	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0088_000000005256	5268	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9594924626663875	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.46799999999999	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0166_000000004878	5268	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9575701121776219	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5266.0	99.43	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0065_000000004341	5268	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9574585708205013	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5266.0	99.43	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0035_000000004263	5268	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9574554225221522	PS1101	0	0	False	True	0.9996203780174255	0					non-mobilizable	other	5268.0	99.431	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0182_000000005846	5268	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9587955049604645	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.39200000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0115_000000004709	5268	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9573602512579112	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5266.0	99.43	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0028_000000005705	5267	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9565036431691946	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5278.0	98.99600000000001	100.0	0.0010220427724028697	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CAN0007_000000008134	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9581895658465391	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5265.0	99.962	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0017_000000005788	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9602422662174294	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5265.0	99.449	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0018_000000006381	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9602845775780382	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.525	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0053_000000002239	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9595542284799772	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.829	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0149_000000003030	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9603899111531053	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0007_01_000000003600	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9592276777799212	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5265.0	100.0	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0124_000000003173	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9584718718699043	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.544	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0125_01_000000004832	5267	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9592832724624424	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.26	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0023_01_000000006118	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9587234589435105	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.62	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0398_000000004221	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9594154768391631	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0066_01_000000003752	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.958481472486382	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.639	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0143_000000003191	5267	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9587901501755629	PS1101	0	0	False	True	0.9990506768226624	0					non-mobilizable	chromosome	5272.0	99.279	100.0	0.0010520239935716963	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0130_01_000000007553	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9602713183737375	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5265.0	99.449	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0066_000000005569	5267	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9586044695827849	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.506	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0813_000000005165	5266	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9573626728040455	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5266.0	99.43	100.0	0.001019524948631553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0162_000000004459	5262	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.955453598189947	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5270.0	99.01299999999999	100.0	0.0010204933423897517	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CAN0011_000000005947	5261	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9583275661804478	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5266.0	99.335	100.0	0.001050826470528359	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0029_000000004482	5261	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9585234074393767	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5259.0	99.43	100.0	0.0010183628761217148	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0185_000000003731	5259	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9560279771496405	PS1101	0	0	False	True	0.9990492463111877	0					non-mobilizable	chromosome	5264.0	99.164	100.0	0.0010502277090066905	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0166_000000004813	5258	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9553104689709306	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.01299999999999	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0038_000000005653	5256	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.95649133985085	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5256.0	99.429	100.0	0.0010175881611151558	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0039_000000005835	5251	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9573715879598015	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5251.0	99.6	100.0	0.0010166197673569571	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0063_000000003305	5251	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9562540060670291	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5253.0	99.162	100.0	0.0010150703373438391	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0086_01_000000003689	5250	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9586002239706075	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5250.0	99.429	100.0	0.0010166197673569571	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0183_000000005315	5250	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9577856072735652	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5250.0	99.39	100.0	0.0010166197673569571	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0082_000000002986	5249	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9583804098151282	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5249.0	99.505	100.0	0.0010164260886053173	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0064_000000003961	5249	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9557588575165026	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5251.0	99.162	100.0	0.0010146829798405599	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0188_000000004163	5248	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9574760289659535	PS1101	0	0	False	True	0.9990472793579102	0					non-mobilizable	other	5248.0	99.37100000000001	100.0	0.0010162324098536776	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0044_000000004818	5248	0.8333221835496175	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9558170040779043	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5250.0	99.162	100.0	0.00101448930108892	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0059_000000002543	5248	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9536809148434836	PS1101	0	0	False	True	0.9998094439506531	0					non-mobilizable	chromosome	5248.0	99.14299999999999	100.0	0.0010472339013983477	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0051_000000003181	5248	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9588263771820494	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5248.0	99.524	100.0	0.0010162324098536776	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0336_000000002066	5245	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9547797488704076	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5252.0	99.086	100.0	0.0010480322500939058	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0012_000000004718	5245	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9553214415805414	PS1101	0	0	False	True	0.9994280338287354	0					non-mobilizable	other	5247.0	99.2	100.0	0.0010139082648340009	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0831_000000002995	5245	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.953308489200236	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.14200000000001	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0772_000000000808	5245	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.953308489200236	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.14200000000001	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0154_000000001018	5245	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9577484570896017	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5245.0	99.542	100.0	0.0010156513735987585	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0033_000000001207	5245	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9540682810109493	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.39	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0803_000000002262	5245	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9542704500193435	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.447	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0009_000000001663	5245	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9540682810109493	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.39	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0848_000000002756	5245	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.953308489200236	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.14200000000001	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0825_000000004098	5244	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.953260834168216	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.40899999999999	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0093_000000000807	5241	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9547192302727597	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5241.0	99.428	100.0	0.0010146829798405599	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0778_000000002299	5240	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9558446305714491	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.23700000000001	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0784_000000002393	5240	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.955240886745391	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.27600000000001	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0112_000000006526	5240	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.955240886745391	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.27600000000001	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0037_000000002088	5240	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9546835852246217	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5245.0	99.352	100.0	0.001046635139876679	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0055_000000002719	5239	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9571715133889978	PS1101	0	0	False	True	0.9998091459274292	0					non-mobilizable	other	5239.0	99.485	100.0	0.00101448930108892	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0072_000000003672	5238	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.954336812157988	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5240.0	99.16	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0775_000000003275	5233	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9539292610684309	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5234.0	99.274	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0839_000000002874	5230	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9530870586631734	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5230.0	99.426	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0821_000000005071	5230	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9530870586631734	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5230.0	99.426	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0781_000000004581	5229	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9546032789695665	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.25399999999999	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0039_000000004679	5229	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.954659918294216	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.484	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0007_000000001636	5229	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9547863441139126	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.273	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0020_000000005021	5229	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9559244852910462	PS1101	0	0	False	True	0.9998087882995605	0					non-mobilizable	other	5229.0	99.50299999999999	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0770_000000001701	5229	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9558918131921342	PS1101	0	0	False	True	0.9982788562774658	0					non-mobilizable	other	5229.0	99.50299999999999	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0820_000000003340	5229	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.955634175576735	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.56	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0116_01_000000005122	5229	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9544036791173395	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5229.0	99.484	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0016_000000005013	5229	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9558084385332832	PS1101	0	0	False	True	0.9982788562774658	0					non-mobilizable	other	5229.0	99.522	100.0	0.0010125525135725227	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0852_000000001557	4924	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.8084341394137396	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4929.0	99.249	100.0	0.0009835655929275886	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0800_000000002210	4851	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.795444002319881	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4851.0	99.443	100.0	0.0009372114791846666	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0108_000000004422	4840	0.8333221835496175	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.7868338139131555	PS1101	0	0	False	True	0.9995867609977722	0					non-mobilizable	other	4840.0	99.277	100.0	0.0009372114791846666	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0064_000000003575	4807	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.7473811318553312	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4807.0	99.251	100.0	0.0009592159577130663	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0025_01_000000003673	4794	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.777372014328499	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4797.0	99.395	100.0	0.000957220085974171	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0079_000000004702	4782	0.8333221835496175	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.7399544663903413	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4782.0	99.31	100.0	0.0009542262783658281	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0798_000000002823	4759	0.8333221835496175	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.7208371995248757	PS1101	0	0	False	True	0.9997898936271667	0					non-mobilizable	chromosome	4764.0	99.139	100.0	0.0009506337092358167	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0074_000000010609	3043	0.8333211198207617	6	5	2	5	3	True	44648	maximal	True	FIJ0074_000000010609	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0085_000000002318	7168	0.8333182595357514	11	7	1	2	7	True	117123	maximal	True	AST0085_000000002318	1.0		33	5	False	False	1.0	0					non-mobilizable	other	3227.0	99.411	99.0	0.0008881522798478082	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	True
ISR0096_000000016437	1458	0.833314588590751	3	3	3	2	2	False	81185	fragment	False	CHI0129_000000017232	0.9631962864721486		0	0	False	False	0.9499313831329346	0					non-mobilizable	other	1419.0	99.57700000000001	97.0	0.0005885656277673384	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
USA0081_01_000000006300	4958	0.8333144609450586	4	3	3	3	3	False	582	maximal	True	USA0081_01_000000006300	1.0		2	2	False	False	0.9997982978820801	0					non-mobilizable	no_good_hit	1836.0	85.566	54.0	0.0007687809540177608	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0027_000000001273	17030	0.8333013779585017	14	5	4	4	3	True	95895	fragment	False	SPA0027_000000001273	1.0		0	0	False	False	0.9992366433143616	0					non-mobilizable	no_good_hit	684.0	83.48	4.0	0.00017791385994934592	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0119_000000001905	14902	0.8333013779585017	16	5	4	4	3	True	95896	fragment	False	ISR0119_000000001905	1.0		0	0	False	True	0.9992618560791016	0					non-mobilizable	no_good_hit	934.0	85.65299999999999	6.0	0.0002455103112978816	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0097_000000015987	2550	0.8332980366945	4	4	4	4	3	False	15425	maximal	True	MAD0097_000000015987	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1887.0	71.96600000000001	73.0	0.07222395265534963	NZ_JADU01000034.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00030.30_C, whole genome shotgun sequence	True	False
USA0125_01_000000006394	3935	0.8332909788467792	9	1	1	1	1	False	67583	fragment	False	USA0125_01_000000006394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	2.0	0.00014768960708234962	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	True	False
ISR0201_000000008733	3407	0.8332818587477241	5	4	2	3	3	True	123489	fragment	False	CAN0012_000000009399	0.3097788032456357		0	0	False	False	0.9961843490600586	0					non-mobilizable	other	3407.0	99.765	100.0	0.026216738379118976	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0099_000000012445	1596	0.8332809861869034	2	2	2	2	2	False	33209	maximal	False	MON0076_000000029060	0.9842271449990566		0	0	False	False	0.9968671798706055	0					non-mobilizable	no_good_hit	697.0	79.77	44.0	0.0028219381363044772	NZ_FNBY01000004.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
DEN0051_000000011555	3686	0.8332661581864911	5	4	1	3	4	True	123480	fragment	False	DEN0051_000000011555	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3686.0	100.0	100.0	0.0007211361583344944	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
CHI0028_000000008244	1714	0.8332492175382175	3	3	3	2	0	True	88689	maximal	True	CHI0028_000000008244	1.0		2	2	False	False	0.9935822486877441	0					non-mobilizable	other	1733.0	79.74600000000001	100.0	0.01522060526175166	NZ_LFQU01000010.1	CFB group bacteria	Prevotella rara strain 109 contig00010, whole genome shotgun sequence	False	True
ENG0140_000000011682	1548	0.8332492175382175	3	3	3	2	0	True	57781	maximal	True	ENG0140_000000011682	1.0		1	1	False	False	0.961240291595459	0					non-mobilizable	plasmid	1580.0	76.77199999999999	100.0	0.2041622760800843	LN852834.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0144	False	True
ETH0004_000000007130	4018	0.8332490721725273	5	3	2	3	3	False	56167	fragment	False	ETH0004_000000007130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	99.867	19.0	0.9182926829268293	GQ883507.1		Uncultured organism clone VC1DC38TF genomic sequence	True	False
MON0087_000000012978	3724	0.8332490721725273	5	3	2	3	3	False	56167	fragment	False	ETH0004_000000007130	0.9634146341463414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	100.0	14.0	0.8505564387917329	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
ENG0166_000000007800	3463	0.8332490721725273	4	3	2	3	3	False	56166	fragment	False	ENG0166_000000007800	1.0		0	0	False	False	0.9904707074165344	0					non-mobilizable	no_good_hit	629.0	100.0	18.0	0.9984101748807631	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
CHI0106_000000008428	2344	0.8332454754326503	3	2	2	2	2	False	83156	maximal	True	CHI0106_000000008428	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	94.57700000000001	32.0	0.0013142665904368803	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
MON0062_000000019348	1928	0.8332444273791141	3	2	0	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.8506398368851238		0	0	False	False	0.9994813203811646	0	rep_cluster_1097				non-mobilizable	other	1929.0	99.948	100.0	0.47687360870640616	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
USA0111_01_000000013198	1922	0.8332444273791141	2	2	0	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.8541722083812507		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1923.0	99.896	100.0	0.47514222112292853	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
USA0036_01_000000017231	1922	0.8332444273791141	2	2	0	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.8541722083812507		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1923.0	99.896	100.0	0.47514222112292853	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
ENG0138_000000010202	1922	0.8332444273791141	2	2	0	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.8541722083812507		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1923.0	99.896	100.0	0.47514222112292853	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
CHI0096_000000004032	1921	0.8332444273791141	2	2	0	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.853891198117611		0	0	False	False	0.9947943687438965	0	rep_cluster_1097				non-mobilizable	other	1922.0	99.896	100.0	0.4748948800395746	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
CHI0028_000000007402	1891	0.8332444273791141	2	2	0	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.8441682953806758		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1892.0	99.84100000000001	100.0	0.46747464753895623	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
USA0047_01_000000019240	1884	0.8332444273791141	2	2	0	1	2	False	109872	fragment	False	FIJ0150_000000010948	0.8393045615985548		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1885.0	99.89399999999999	100.0	0.4657432599554786	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
ISR0297_000000009136	1640	0.8332444273791141	3	2	0	1	2	False	109870	fragment	False	ISR0297_000000009136	0.9732704402515724		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1641.0	99.87799999999999	100.0	0.405392035617116	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
AST0090_000000014238	1590	0.8332444273791141	2	2	0	1	2	False	109870	fragment	False	ISR0297_000000009136	0.9588414634146342		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1591.0	99.874	100.0	0.3930249814494188	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
MON0050_000000025473	1547	0.8332444273791141	2	2	0	1	2	False	40420	fragment	False	MON0050_000000025473	1.0		0	0	False	False	0.9702650308609009	0	rep_cluster_1097				non-mobilizable	other	1467.0	98.637	95.0	0.3618600049468217	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
USA0078_01_000000011426	1504	0.8332444273791141	2	2	0	1	2	False	40419	fragment	False	USA0078_01_000000011426	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1510.0	91.656	100.0	0.16956423571912396	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0319_000000018557	1132	0.8332444273791141	2	2	0	1	2	False	25079	fragment	False	ISR0319_000000018557	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1133.0	99.912	100.0	0.2799901063566658	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
ISR0145_000000009758	3199	0.8332409269835003	3	3	3	3	2	False	31072	maximal	True	ISR0145_000000009758	1.0		1	1	False	False	0.9978117942810059	0					non-mobilizable	no_good_hit	969.0	99.794	30.0	0.018371956195790393	NZ_QIML01000013.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_13, whole genome shotgun sequence	True	False
ISR0139_000000001820	10422	0.8332354146552069	10	10	5	6	10	True	123528	maximal	True	ISR0139_000000001820	1.0		2	1	True	True	1.0	6					non-mobilizable	other	9168.0	97.87299999999999	100.0	0.009830318659369374	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	True
FIJ0037_000000002679	8269	0.8332277057449289	8	6	4	5	4	False	126276	fragment	False	FIJ0037_000000002679	0.9505347593582888		0	0	False	False	0.9996371865272522	0					non-mobilizable	no_good_hit	1399.0	70.908	17.0	0.00868594197105532	NZ_AWEY01000004.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00007, whole genome shotgun sequence	True	False
SPA0116_000000005561	6512	0.8332129326811648	2	1	1	1	1	False	89074	maximal	True	SPA0116_000000005561	1.0		2	1	False	False	0.9961609244346619	0					non-mobilizable	no_good_hit	1666.0	94.598	26.0	0.013226981433981683	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0134_000000003969	7950	0.8332102474148272	9	7	3	7	4	False	76691	fragment	False	ISR0134_000000003969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	73.054	6.0	0.00011045375164473943	CP018335.1	firmicutes	Clostridium kluyveri strain JZZ, complete genome	True	False
MON0051_000000006275	4987	0.8332102028608674	7	6	5	6	5	True	67604	maximal	True	MON0051_000000006275	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	82.97	30.0	0.006189029807179783	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
MON0107_000000009081	5593	0.8332083984785585	4	4	1	3	4	False	8616	maximal	True	MON0107_000000009081	1.0		1	1	False	False	0.9998211860656738	0					non-mobilizable	no_good_hit	114.0	78.07	2.0	0.00029206588799660896	NZ_RBID01000015.1	b-proteobacteria	Vogesella indigofera strain DSM 3303 Ga0215675_104, whole genome shotgun sequence	True	False
FIJ0135_000000004434	6677	0.8331992403576075	6	6	5	5	5	False	40616	maximal	True	FIJ0135_000000004434	1.0		2	1	False	False	0.9988018274307251	0					non-mobilizable	no_good_hit	1056.0	94.602	27.0	0.0003655505444861461	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
ENG0071_000000000911	19898	0.8331970832321598	25	12	5	12	3	True	118919	fragment	False	SPA0089_000000000589	0.3386790532072267		0	0	False	False	0.9995477199554443	0					non-mobilizable	other	16285.0	97.34100000000001	100.0	0.004357514342279645	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0015_000000016567	2278	0.8331878641710964	3	2	1	1	2	False	62526	fragment	False	MON0015_000000016567	1.0		0	0	False	False	0.9986830353736877	0					non-mobilizable	plasmid	2278.0	100.0	100.0	0.013218467540157553	CP026175.1	enterobacteria	Klebsiella pneumoniae strain KPNIH50 plasmid pKPC-0cc9, complete sequence	False	True
MAD0098_000000021072	2124	0.8331878641710964	4	2	1	1	2	False	62529	fragment	False	MAD0098_000000021072	1.0		0	0	False	False	0.9990583658218384	0					non-mobilizable	plasmid	2124.0	99.38799999999999	100.0	0.011056830965376442	AP022358.1	enterobacteria	Klebsiella pneumoniae E278 plasmid pE278_IMP6 DNA, complete sequence	False	True
FIJ0114_000000023701	1688	0.8331878641710964	2	2	1	1	2	False	62528	fragment	False	FIJ0114_000000023701	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1697.0	97.289	100.0	0.004203888596952181	LR134223.1	enterobacteria	Klebsiella aerogenes strain NCTC9652 genome assembly, chromosome: 1	False	False
ISR0309_000000018817	1135	0.8331855210638445	2	2	1	2	1	False	47146	fragment	False	ISR0309_000000018817	0.9666666666666667		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	97.00399999999999	100.0	0.001882735777790691	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0071_000000009704	2414	0.8331854563347859	3	3	3	3	2	False	5904	fragment	False	SPA0071_000000009704	1.0		0	0	False	False	0.9962717294692993	0					non-mobilizable	other	2414.0	100.0	100.0	0.0116467084654629	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
ISR0134_000000007171	4585	0.8331822646643462	5	2	1	1	1	False	31493	maximal	True	ISR0134_000000007171	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit	308.0	92.85700000000001	12.0	0.03797155225726654	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0092_000000003291	5604	0.8331800482118904	6	4	2	3	3	False	61130	maximal	True	ENG0092_000000003291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	86.575	17.0	0.00015737741927081072	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0363_000000007842	2406	0.8331744786702903	3	3	2	3	2	False	57280	maximal	True	ISR0363_000000007842	1.0		1	1	False	False	0.9925187230110168	0					non-mobilizable	no_good_hit	1617.0	99.01100000000001	70.0	0.02176255117431588	CP061326.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS74, complete sequence	True	False
FIJ0055_000000006063	2281	0.8331732264356808	4	3	1	1	3	False	62532	fragment	False	FIJ0055_000000006063	1.0		0	0	False	False	0.9934239387512207	0					non-mobilizable	plasmid	2290.0	98.95200000000001	100.0	0.0255408888541748	CP021741.1	enterobacteria	Klebsiella pneumoniae strain AR_0126 plasmid tig00000001, complete sequence	False	True
ENG0181_000000007893	2620	0.8331725414840282	5	3	3	3	3	False	112693	fragment	False	ENG0181_000000007893	1.0		0	0	False	False	0.9996182918548584	0					non-mobilizable	other	2248.0	97.68700000000001	100.0	0.02441039017498098	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0136_000000002298	13223	0.8331709139967662	11	10	6	6	7	False	115377	fragment	False	SPA0136_000000002298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5353.0	73.697	40.0	0.008840826788121795	CP024735.1	CFB group bacteria	Prevotella intermedia strain KCOM 1944 chromosome 2, complete sequence	True	False
AST0151_000000005010	3249	0.8331619373711321	2	2	1	2	1	False	109632	maximal	True	AST0151_000000005010	1.0		4	3	False	False	0.9990766644477844	0					non-mobilizable	other	3249.0	99.354	100.0	0.03819379115710254	NZ_QVMD01000009.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf9, whole genome shotgun sequence	False	False
SPA0112_000000001998	15032	0.8331476532545345	18	10	10	10	7	True	72985	maximal	True	SPA0112_000000001998	1.0		2	1	False	False	0.9998669624328613	0					non-mobilizable	no_good_hit	2079.0	95.479	14.0	0.0004890634799683134	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
AST0150_000000008786	3124	0.8331459921661469	4	4	4	4	4	False	104185	maximal	True	AST0150_000000008786	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	78.109	6.0	3.375648348377932e-05	NZ_KV440949.1	firmicutes	Neobacillus mesonae strain FJAT-13985 Scaffold1, whole genome shotgun sequence	True	False
SPA0009_000000026284	1421	0.8331452893706628	3	2	1	2	1	False	8111	fragment	False	SPA0009_000000026284	0.9973444613050075		0	0	False	False	0.9978888034820557	0					non-mobilizable	no_good_hit	128.0	80.469	9.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
USA0125_01_000000009315	2603	0.8331395737759981	4	2	2	2	1	False	55587	fragment	False	USA0125_01_000000009315	1.0		0	0	False	False	0.9976949691772461	0					non-mobilizable	no_good_hit	1261.0	99.20700000000001	48.0	0.009749756256093598	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0061_000000000564	28961	0.8331342023006603	29	17	14	17	11	True	50675	maximal	True	MON0061_000000000564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	73.361	1.0	0.0001731720165663045	NZ_JH976434.1	firmicutes	Amphibacillus jilinensis Y1 Scaffold1, whole genome shotgun sequence	True	True
FIJ0008_000000014508	1974	0.8331284626130936	4	2	1	2	1	False	51415	maximal	True	FIJ0008_000000014508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0012_000000012859	3406	0.8331168252759861	3	3	2	3	2	False	13607	maximal	True	MON0012_000000012859	1.0		85	11	False	False	0.999119222164154	0					non-mobilizable	no_good_hit								True	False
ISR0850_000000003187	4450	0.8331136541717408	6	3	2	3	1	True	100602	fragment	False	SPA0116_000000008636	0.9628999366724602		0	0	False	False	1.0	0					non-mobilizable	other	4453.0	97.126	100.0	0.04438767363883123	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0116_000000008636	4360	0.8331136541717408	6	3	2	3	1	True	100602	fragment	False	SPA0116_000000008636	0.9818243357448774		0	0	False	False	1.0	0					non-mobilizable	other	4237.0	96.48299999999999	100.0	0.042232157113204535	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0129_000000004832	4345	0.8331136541717408	6	3	2	3	1	True	100602	fragment	False	SPA0116_000000008636	0.9804343660529496		0	0	False	False	1.0	0					non-mobilizable	plasmid	4217.0	96.609	100.0	0.04284885909317491	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0799_000000003283	4242	0.8331136541717408	5	3	2	3	1	True	100602	fragment	False	SPA0116_000000008636	0.9642935833083056		0	0	False	False	0.9997642636299133	0					non-mobilizable	plasmid	4119.0	96.50399999999999	100.0	0.04185190083317226	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0167_000000004604	3929	0.8331136541717408	5	3	2	3	1	True	100602	fragment	False	SPA0116_000000008636	0.46155441595140817		0	0	False	False	1.0	0					non-mobilizable	plasmid	3929.0	98.244	100.0	0.03995971474786112	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0384_000000004413	3372	0.8331136541717408	5	3	2	3	1	True	79706	fragment	False	ISR0384_000000004413	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3372.0	98.725	100.0	0.03364002874022034	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0002_000000007248	2936	0.8331136541717408	4	3	2	3	1	True	79705	fragment	False	ENG0002_000000007248	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2936.0	99.557	100.0	0.029289078716270157	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0172_000000008885	2450	0.8331136541717408	4	3	2	3	1	True	78318	fragment	False	ENG0172_000000008885	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2450.0	98.531	100.0	0.02491378345659671	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0813_000000013118	2333	0.8331136541717408	4	3	2	3	1	True	78315	fragment	False	ISR0813_000000013118	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2333.0	98.62799999999999	100.0	0.023723537370675184	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0107_000000013480	4069	0.8331128436870743	5	4	1	2	3	False	41919	fragment	False	MON0107_000000013480	0.9785214785214785		0	0	False	False	0.9788646101951599	0					non-mobilizable	no_good_hit	1442.0	80.721	35.0	0.1784780171876946	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MAD0057_000000008337	1927	0.8331119963396741	3	2	0	2	1	False	16995	maximal	True	MAD0057_000000008337	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	93.40700000000001	42.0	0.001725959919610505	NZ_JACCAF010000002.1	high GC Gram+	Schaalia turicensis strain DSM 26658 Ga0104616_02, whole genome shotgun sequence	True	False
CHI0022_000000007999	1478	0.8331090404021974	3	3	3	3	3	False	89179	fragment	False	CHI0022_000000007999	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	98.512	100.0	0.0005207813624444356	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0213_000000002795	7378	0.8331087666903385	13	3	2	3	2	False	28303	maximal	True	ISR0213_000000002795	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	51.0	98.039	1.0	1.6987082682586508e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0071_000000007378	1628	0.8331079325001673	2	1	1	1	1	False	78216	fragment	False	MON0037_000000039182	0.4779324644549763		0	0	False	False	0.9748157262802124	0					non-mobilizable	no_good_hit	73.0	94.521	4.0	1.1097949422636887e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0120_000000002225	17337	0.8331003827514096	14	9	9	3	3	True	111068	maximal	False	ENG0060_000000001101	0.9584006897294968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1699.0	71.866	10.0	0.0009246894297896526	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	True
CHI0164_000000008826	2611	0.8330973865090743	3	3	3	3	2	False	93454	fragment	False	CHI0164_000000008826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0269_000000003297	4339	0.8330874168672734	4	3	3	3	3	False	110272	fragment	False	ISR0269_000000003297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2072.0	81.419	47.0	0.0022945942876737646	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
MAD0098_000000010611	4022	0.8330824590922954	4	4	4	4	4	False	18065	fragment	False	MAD0043_000000005577	0.9895478483541419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	88.171	67.0	0.0002886494768492886	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0302_000000009330	1695	0.833078452115403	2	2	2	2	2	False	25539	maximal	True	ISR0302_000000009330	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	72.786	27.0	8.024243399006293e-05	NZ_CP020953.1	firmicutes	Clostridium drakei strain SL1 chromosome, complete genome	True	False
ENG0057_000000000766	26055	0.8330780998681132	36	23	18	23	15	True	63586	maximal	True	ENG0057_000000000766	1.0		1	1	False	False	0.9998080730438232	0					non-mobilizable	no_good_hit	268.0	73.881	1.0	0.0011733711173592509	NZ_JAAKZG010000010.1	bacteria	Mesorhizobium zhangyense strain CGMCC 1.15528, whole genome shotgun sequence	True	True
DEN0005_000000003729	7127	0.833074528688628	8	4	3	3	3	False	104666	maximal	True	DEN0005_000000003729	1.0		1	1	False	False	0.9924231767654419	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	2.6499848984834953e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0215_000000007571	3802	0.83306862266636	5	2	1	1	1	False	126143	fragment	False	FIJ0129_000000003927	0.06711501509744715		0	0	False	False	0.9965807199478149	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0002_000000008644	2400	0.833066185122198	2	2	2	2	2	False	59252	fragment	False	ISR0002_000000008644	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2400.0	100.0	100.0	0.0008151775942033024	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0002_000000005899	3502	0.8330614824404385	5	2	2	1	2	False	92435	fragment	False	ISR0002_000000005899	1.0		0	0	False	False	0.9997144341468811	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	2.0	0.004607384979924966	NZ_AUFV01000025.1	g-proteobacteria	Solimonas flava DSM 18980 K343DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	False
SPA0033_000000010997	2777	0.8330614824404385	4	2	2	1	2	False	92432	fragment	False	SPA0033_000000010997	1.0		0	0	False	False	0.9848757386207581	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0002969237140468358	NZ_CYYA01000009.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CAN0017_000000018338	1913	0.8330614824404385	3	2	2	1	2	False	92430	fragment	False	CAN0017_000000018338	1.0		0	0	False	False	0.9895452260971069	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	7.892464910992091e-06	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	False
DEN0073_000000032538	1630	0.8330614824404385	2	2	2	1	2	False	70132	fragment	False	DEN0073_000000032538	1.0		0	0	False	False	0.9975460171699524	0					non-mobilizable	no_good_hit								True	False
ETH0002_000000016479	1527	0.8330561043619936	3	2	2	2	2	False	68320	fragment	False	ETH0002_000000016479	0.9548472775564409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1263.0	78.068	82.0	0.0004260066248656948	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0003_01_000000002663	13403	0.8330483624330597	17	8	4	8	2	True	94268	fragment	False	USA0003_01_000000002663	0.999961410820406		0	0	False	False	1.0	0					non-mobilizable	other	7782.0	98.561	99.0	0.002083690947472832	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0796_000000000911	12957	0.8330483624330597	16	8	4	8	2	True	94268	fragment	False	USA0003_01_000000002663	0.9833246288144446		0	0	False	False	1.0	0					non-mobilizable	other	7782.0	98.561	99.0	0.002083690947472832	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0097_000000001652	12504	0.8330483098074813	15	11	9	8	10	False	83219	fragment	False	SPA0097_000000001652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	99.59200000000001	10.0	0.0009468531262798582	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
SPA0102_000000016138	2107	0.833044147827981	2	2	2	1	2	False	4907	fragment	False	SPA0102_000000016138	1.0		0	0	False	False	0.9990507960319519	0					non-mobilizable	no_good_hit								True	False
FIJ0150_000000017293	1426	0.8330343536737039	2	2	2	2	2	False	39789	maximal	True	FIJ0150_000000017293	1.0		31	4	False	False	0.9992987513542175	0					non-mobilizable	no_good_hit	396.0	84.596	28.0	0.0007151666411250009	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
USA0005_01_000000003374	10083	0.8330323305624462	16	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.7085614836861686	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10083.0	99.851	100.0	0.2688051622536864	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0044_000000010053	2626	0.8330297681286813	3	3	3	3	3	False	84013	fragment	False	SPA0044_000000010053	0.9874266938687151		0	0	False	False	0.9992383718490601	0					non-mobilizable	chromosome	2546.0	99.804	98.0	0.00035907717166881113	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0078_000000016987	1528	0.8330291747937921	2	1	1	1	1	False	61905	fragment	False	ENG0078_000000016987	1.0		0	0	False	False	0.9973822236061096	0					non-mobilizable	other	1528.0	99.67299999999999	100.0	0.011815776034170574	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0171_000000013501	2084	0.8330275767606993	3	3	3	3	2	False	46705	maximal	True	ISR0171_000000013501	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	78.762	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0105_000000029953	1817	0.8330263950642964	3	1	1	1	1	False	113528	fragment	False	MON0105_000000029953	1.0		0	0	False	False	0.9889928698539734	0					non-mobilizable	no_good_hit	55.0	87.273	3.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
CHI0182_000000008014	3308	0.8330172350463091	5	4	2	3	4	False	77377	maximal	True	CHI0182_000000008014	1.0		1	1	False	False	0.9978839159011841	0					non-mobilizable	no_good_hit	1989.0	73.002	59.0	0.0009011763792940985	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
FIJ0065_000000000080	56140	0.8330156842154861	97	29	13	21	18	True	112951	maximal	True	FIJ0065_000000000080	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit	5226.0	90.52799999999999	43.0	0.09228015453868783	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0770_000000009089	1348	0.8330025125416898	2	2	1	2	1	False	31129	maximal	False	ISR0143_000000019815	0.9565217391304348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	4.0	0.0002160393808928599	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0161_000000002111	4954	0.8329966910319208	5	5	5	5	3	False	95028	fragment	False	ENG0068_000000004463	0.9561792911925404		0	0	False	False	1.0	0					non-mobilizable	other	4901.0	99.286	99.0	0.0014791640127244329	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MON0013_000000008358	5102	0.8329932689315331	5	4	3	4	2	False	19363	maximal	True	MON0013_000000008358	1.0		3	3	False	False	0.9868679046630859	0					non-mobilizable	no_good_hit	600.0	98.5	12.0	0.0046796509402270295	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0090_000000007490	6856	0.8329882223743916	7	5	4	5	4	True	9574	maximal	True	MON0090_000000007490	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1720.0	79.07	42.0	0.0004545540635239304	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0004_000000007589	4411	0.8329869104471479	5	2	1	2	0	True	19718	fragment	False	MON0004_000000007589	1.0		0	0	False	False	0.9993199110031128	0					non-mobilizable	no_good_hit								True	True
MON0011_000000012851	3634	0.8329856797880266	4	3	1	2	1	False	13699	maximal	True	MON0011_000000012851	1.0		3	2	False	False	0.9823885560035706	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	2.0	3.589609516294135e-05	NZ_LT632322.1	firmicutes	Murdochiella vaginalis strain Marseille-P2341T chromosome contig00001	True	False
ISR0097_000000012223	2369	0.8329851512675602	3	2	1	1	2	False	108284	maximal	False	USA0011_01_000000013222	0.6205813040062843		0	0	False	False	0.9928239583969116	0					non-mobilizable	other	2369.0	99.87299999999999	100.0	0.029609252891528604	NZ_PYLQ01000012.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_11, whole genome shotgun sequence	False	False
MON0078_000000007049	5247	0.8329822237708951	5	5	5	5	3	False	128397	fragment	False	MON0078_000000007049	0.9958921424057299		0	0	False	False	0.9975224137306213	0					non-mobilizable	no_good_hit	1472.0	70.584	27.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0244_000000001400	11060	0.8329784047495568	9	7	1	5	7	True	117323	fragment	False	ISR0244_000000001400	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7103.0	96.83200000000001	98.0	0.0032215424365700674	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0127_000000003730	5541	0.8329648587905041	9	3	3	2	2	False	61323	maximal	True	ISR0127_000000003730	1.0		2	1	True	True	0.9998195171356201	9					non-mobilizable	no_good_hit	1731.0	70.942	32.0	0.0006835505004653873	NZ_LN831027.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain NCTC10562 chromosome 1	True	True
ENG0112_000000005830	4597	0.8329596761935119	5	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.26242760745985094	PS1101	0	0	False	True	0.9873830676078796	0					non-mobilizable	chromosome	4542.0	99.141	99.0	0.0009063253566323416	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0083_000000017966	1983	0.8329552203133203	4	2	2	2	1	False	44091	fragment	False	FIJ0083_000000017966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	72.577	21.0	0.0001390878336293451	CP027229.1	CFB group bacteria	Capnocytophaga sp. oral taxon 878 strain F0545 chromosome, complete genome	True	False
ISR0023_000000006467	4287	0.8329522624199719	4	2	0	0	2	False	73941	backbone	True	ISR0023_000000006467	1.0	PS349	71	5	True	True	1.0	5					non-mobilizable	no_good_hit	1152.0	94.184	27.0	0.12801690579468358	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0143_000000008201	3957	0.8329522624199719	5	2	0	0	2	False	73941	backbone	False	ISR0023_000000006467	0.9546389710596263	PS349	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	551.0	92.92200000000001	25.0	0.06117228339450562	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0367_000000002506	3913	0.8329522624199719	5	2	0	0	2	False	73941	backbone	False	ISR0023_000000006467	0.6498188863617219	PS349	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	441.0	94.55799999999999	20.0	0.048937826715604496	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
ISR0260_000000003232	3527	0.8329522624199719	4	2	0	0	2	False	73938	fragment	False	ISR0260_000000003232	1.0		0	0	False	False	0.9985823631286621	0					non-mobilizable	no_good_hit	181.0	88.398	5.0	0.019797575353130908	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0069_000000007575	3216	0.8329522624199719	3	2	0	0	2	False	73940	fragment	False	ISR0069_000000007575	1.0		0	0	False	False	0.9993780851364136	0					non-mobilizable	no_good_hit	1175.0	94.213	36.0	0.13057501946390834	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0773_000000003803	3189	0.8329522624199719	3	2	0	0	2	False	73937	fragment	False	ISR0773_000000003803	1.0		0	0	False	False	0.9996864199638367	0					non-mobilizable	no_good_hit	67.0	95.522	2.0	0.007229451673896118	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0244_000000011642	2114	0.8329522624199719	3	2	0	0	2	False	73936	fragment	False	ISR0167_000000014195	0.9740639560383323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	4.0	0.0002650990001468792	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0111_000000016739	2056	0.8329522624199719	2	2	0	0	2	False	73936	fragment	False	ISR0167_000000014195	0.983662063509356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000014195	2054	0.8329522624199719	2	2	0	0	2	False	73936	fragment	False	ISR0167_000000014195	0.9838996495673449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0025_01_000000007679	2049	0.8329522624199719	2	2	0	0	2	False	73936	fragment	False	ISR0167_000000014195	0.9824435467197825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0001_000000007020	2801	0.832950565795127	4	2	2	2	1	False	52632	fragment	False	FIJ0001_000000007020	1.0		0	0	False	False	0.9910746216773987	0					non-mobilizable	no_good_hit	906.0	95.695	32.0	0.016038705561266083	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0108_000000011313	1921	0.8329432581817393	2	2	1	1	2	False	9815	fragment	False	MON0108_000000011313	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1921.0	99.844	100.0	0.017610962824358162	CP035721.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_A, complete sequence	False	True
MON0084_000000028380	1303	0.8329432581817393	2	2	1	1	2	False	9813	fragment	False	MON0084_000000028380	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1240.0	97.339	100.0	0.004333349654800959	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
ISR0231_000000008151	2201	0.8329395263485452	4	4	4	3	2	False	75852	maximal	True	ISR0231_000000008151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	80.392	4.0	8.204242095463892e-05	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0037_000000012801	1936	0.8329315145178855	3	3	3	3	3	False	7072	fragment	False	SPA0037_000000012801	1.0		0	0	False	False	0.9917355179786682	0					non-mobilizable	other	1934.0	99.63799999999999	99.0	0.0018601777610119058	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
DEN0082_000000001592	16348	0.8329312765252401	22	9	1	9	2	False	69345	maximal	True	DEN0082_000000001592	1.0		1	1	False	False	0.9995718002319336	0					non-mobilizable	no_good_hit								True	False
CHI0175_000000005278	2225	0.8329302723105513	2	2	2	2	2	False	123576	fragment	False	ENG0127_000000007497	0.2395301988556224		0	0	False	True	1.0	0					non-mobilizable	plasmid	2225.0	99.056	100.0	0.07173295454545454	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0024_000000010691	2224	0.8329302723105513	2	2	2	2	2	False	123576	fragment	False	ENG0127_000000007497	0.24018739550128068		0	0	False	True	1.0	0					non-mobilizable	plasmid	2226.0	98.51799999999999	100.0	0.07163785054251585	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0042_01_000000009494	2199	0.8329302723105513	2	2	2	2	2	False	123576	fragment	False	ENG0127_000000007497	0.23979968501761512		0	0	False	True	1.0	0					non-mobilizable	plasmid	2199.0	99.59100000000001	100.0	0.06653347862937402	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0069_000000008812	2199	0.8329302723105513	2	2	2	2	2	False	123576	fragment	False	ENG0127_000000007497	0.24037765848373407		0	0	False	True	1.0	0					non-mobilizable	plasmid	2199.0	99.545	100.0	0.06653347862937402	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ETH0005_000000004249	10994	0.8329291574522011	10	6	3	3	4	False	52962	maximal	True	ETH0005_000000004249	1.0		2	1	True	True	0.9997271299362183	61					non-mobilizable	no_good_hit	4293.0	96.459	60.0	0.4778347070617064	LN852800.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0110	True	True
ETH0004_000000002447	10934	0.8329291574522011	10	6	3	3	4	False	52962	maximal	False	ETH0005_000000004249	1.0		0	0	True	True	0.9999085664749146	2					non-mobilizable	no_good_hit	6261.0	95.975	60.0	0.6967030519046559	LN852800.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0110	True	True
ISR0185_000000029351	1135	0.8329284584724144	3	2	1	2	1	False	29361	maximal	True	ISR0185_000000029351	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	73.815	39.0	0.00016207828976178208	NZ_CP028514.1	firmicutes	Carboxydocella thermautotrophica strain 041T chromosome, complete genome	True	False
USA0025_01_000000006706	2381	0.8329260485595716	3	3	3	2	2	False	128389	fragment	False	USA0025_01_000000006706	0.9794145401181398		0	0	False	False	0.997480034828186	0					non-mobilizable	no_good_hit	1475.0	70.78	60.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0807_000000002991	4428	0.8329251603236857	7	4	4	4	2	False	126006	fragment	False	ISR0807_000000002991	0.9805424528301887		0	0	False	False	0.9993224740028381	0					non-mobilizable	no_good_hit	2016.0	99.355	69.0	0.0007128633770601061	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0123_000000003225	3300	0.8329229441996953	3	3	2	2	1	True	58982	fragment	False	ENG0123_000000003225	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3221.0	100.0	100.0	0.03075101230040492	CP057842.1	enterobacteria	Escherichia coli strain RHB13-C06 plasmid pRHB13-C06_2, complete sequence	False	True
SPA0020_000000028020	1253	0.8329102255021598	2	2	2	2	1	True	10464	fragment	False	SPA0020_000000028020	0.9766949152542372		0	0	False	False	0.9984038472175598	0					non-mobilizable	no_good_hit	616.0	83.279	64.0	0.25143560295324036	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
FIJ0068_000000015157	2108	0.8329067335304878	3	2	1	1	2	True	69203	maximal	False	MAD0088_000000011603	0.9982910201979083	PS150	0	0	True	True	1.0	15		MOBV			mobilizable	plasmid	1789.0	99.83200000000001	100.0	0.8816568047337278	CP047464.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-2kb, complete sequence	False	True
FIJ0062_000000013851	2107	0.8329067335304878	3	2	1	1	2	True	69203	maximal	False	MAD0088_000000011603	0.9981451554727562	PS150	0	0	True	True	0.9981015920639038	6		MOBV			mobilizable	plasmid	1788.0	99.88799999999999	100.0	0.881163708086785	CP047464.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-2kb, complete sequence	False	True
FIJ0081_000000016909	2107	0.8329067335304878	3	2	1	1	2	True	69203	maximal	False	MAD0088_000000011603	0.9978936292973548	PS150	0	0	False	True	0.9981015920639038	0		MOBV			mobilizable	plasmid	1788.0	99.77600000000001	100.0	0.881163708086785	CP047464.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-2kb, complete sequence	False	True
MON0031_000000027207	1173	0.8329053826889238	2	2	2	2	1	False	12421	maximal	True	MON0031_000000027207	1.0		10	5	False	False	0.9786871075630188	0					non-mobilizable	no_good_hit	461.0	75.922	39.0	0.0001292921866419765	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0200_000000009686	2097	0.8329005655543598	4	4	2	2	2	False	111354	fragment	False	FIJ0170_000000007230	0.9339087951334796		0	0	False	False	0.9971387982368469	0					non-mobilizable	other	2098.0	98.665	100.0	0.014899180083270572	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ENG0043_000000015055	2274	0.8328968256174585	3	3	2	3	1	False	64607	maximal	True	ENG0043_000000015055	1.0		0	0	False	False	0.9766930341720581	0					non-mobilizable	no_good_hit	1078.0	95.083	47.0	0.0001660068267802768	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0154_000000028579	1407	0.8328955844534893	3	2	2	2	2	False	39565	maximal	True	FIJ0154_000000028579	1.0		33	6	False	False	0.9978678226470947	0					non-mobilizable	no_good_hit	144.0	76.389	10.0	0.0008675374856179513	NZ_RXYA01000011.1	firmicutes	Acetobacterium paludosum strain DSM 8237 NODE_11_length_162529_cov_39.9305, whole genome shotgun sequence	True	False
ISR0031_000000015882	1502	0.8328933442326738	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.17129949106335185		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	94.81	96.0	0.02012215528781794	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0258_000000019391	1464	0.8328933442326738	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.16741067142967608		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	92.84200000000001	99.0	0.8134831460674158	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
FIJ0030_000000004847	5618	0.8328927655881616	9	6	2	4	4	False	48778	maximal	True	FIJ0030_000000004847	1.0		1	1	False	False	0.9998220205307007	0					non-mobilizable	no_good_hit	1630.0	80.613	29.0	0.0004539664831675553	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0051_000000015004	1475	0.8328895360255445	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.32239796677351745		0	0	False	False	0.9993220567703247	0					non-mobilizable	chromosome	1479.0	91.54799999999999	100.0	0.0006070295171191384	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0095_000000016436	1694	0.8328851353140346	3	3	2	3	1	True	60944	fragment	False	ENG0095_000000016436	0.9881562099871959		0	0	False	False	0.9994096755981445	0					non-mobilizable	no_good_hit	751.0	84.554	55.0	0.3059885151763741	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0348_000000005801	2517	0.8328768946038867	3	1	1	1	1	True	24141	maximal	True	ISR0348_000000005801	1.0		1	1	True	True	1.0	31					non-mobilizable	no_good_hit	1069.0	89.804	63.0	0.35136918508742987	NZ_QKVK01000020.1	a-proteobacteria	Aestuariivirga litoralis strain KCTC 52945 M10001_Contig20, whole genome shotgun sequence	True	True
FIJ0055_000000006532	2120	0.8328768946038867	2	1	1	1	1	True	55056	maximal	False	ENG0185_000000008831	0.8032145668025646		0	0	True	True	1.0	14		MOBV			mobilizable	other	1962.0	99.49	100.0	0.8056696795398521	NZ_WUMP01000022.1	g-proteobacteria	Pasteurella canis strain QBSD contig00022, whole genome shotgun sequence	False	True
FIJ0042_000000011517	2100	0.8328768946038867	2	1	1	1	1	True	55056	maximal	False	ENG0185_000000008831	0.8015173521187204		0	0	True	True	0.9995238184928894	1		MOBV			mobilizable	other	1920.0	99.271	100.0	0.7884141331142153	NZ_WUMP01000022.1	g-proteobacteria	Pasteurella canis strain QBSD contig00022, whole genome shotgun sequence	False	True
FIJ0085_000000026244	1193	0.8328768946038867	1	1	1	1	1	True	43882	fragment	False	FIJ0085_000000026244	1.0		0	0	False	False	0.9991617798805237	0		MOBV			mobilizable	other	1193.0	99.916	100.0	0.4897288414133114	NZ_WUMP01000022.1	g-proteobacteria	Pasteurella canis strain QBSD contig00022, whole genome shotgun sequence	False	True
MAD0002_000000017110	2261	0.8328738502666072	4	3	3	2	2	False	20198	maximal	True	MAD0002_000000017110	1.0		0	0	False	False	0.9964617490768433	0					non-mobilizable	no_good_hit	222.0	72.072	10.0	0.0005188952336109583	NZ_QNRR01000008.1	verrucomicrobia	Roseimicrobium gellanilyticum strain DSM 25532 Ga0244561_108, whole genome shotgun sequence	True	False
MAD0070_000000007261	2561	0.8328707227553223	4	4	3	4	2	False	70712	fragment	False	MAD0070_000000007261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	89.305	7.0	5.20578087972659e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0048_000000001104	20837	0.8328699931020582	14	5	3	5	2	False	46824	maximal	True	FIJ0048_000000001104	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	85.64	6.0	0.000458311490776184	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0186_000000005554	2851	0.8328630701899863	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.14490527285763585	PS849	0	0	False	True	0.9933356642723083	0					non-mobilizable	other	2785.0	100.0	99.0	0.001547801721262259	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0044_000000003934	3413	0.832859124308413	3	3	3	3	2	False	100036	fragment	False	ISR0051_000000011811	0.963219791903082		0	0	False	False	0.9994140267372131	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000008075	3405	0.832859124308413	3	3	3	3	2	False	100036	fragment	False	ISR0051_000000011811	0.9621927692647626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0824_000000018383	1305	0.8328535011642011	3	2	2	2	2	False	21144	fragment	False	ISR0824_000000018383	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	82.06299999999999	95.0	0.013401134108922163	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
USA0080_01_000000005097	7844	0.832846336050848	11	10	5	5	7	True	116373	fragment	False	USA0080_01_000000005097	0.9885924837644646		0	0	False	False	0.9997450113296509	0					non-mobilizable	plasmid	7844.0	99.758	100.0	0.2531960227272727	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0030_000000002065	7653	0.832846336050848	11	10	5	5	7	True	116373	fragment	False	USA0080_01_000000005097	0.9807050967386223		0	0	False	False	1.0	0					non-mobilizable	plasmid	7653.0	99.92200000000001	100.0	0.23162610485530935	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0161_000000001427	7601	0.832846336050848	11	10	5	5	7	True	116373	fragment	False	USA0080_01_000000005097	0.9738233424493581		0	0	False	False	0.9952637553215027	0					non-mobilizable	plasmid	7571.0	99.815	99.0	0.24372182871860915	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ETH0001_000000031624	1184	0.832838513941178	1	1	1	1	1	False	53411	fragment	False	ETH0001_000000031624	0.9546632124352332		0	0	False	False	0.9763513803482056	0					non-mobilizable	no_good_hit	79.0	81.013	7.0	6.972515274456794e-05	NZ_GG704780.1	CFB group bacteria	Prevotella bergensis DSM 17361 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0069_000000005826	6616	0.8328269903042245	11	3	2	2	1	False	73491	fragment	False	MON0069_000000005826	1.0		0	0	False	False	0.9996976852416992	0					non-mobilizable	no_good_hit								True	False
CHI0139_000000000871	9693	0.8328175548492769	10	9	5	5	8	False	98211	fragment	False	CHI0139_000000000871	0.9989030505641454		0	0	False	False	0.9974208474159241	0		MOBP	MPF_I	MOBP	conjugative	plasmid	9697.0	99.134	100.0	0.10065831827715822	LR595888.1	enterobacteria	Escherichia coli strain VREC-hospital6489851 genome assembly, plasmid: 1	False	True
FIJ0079_000000003037	9572	0.8328175548492769	10	9	5	5	8	False	98211	fragment	False	CHI0139_000000000871	0.9926751263798618		0	0	False	False	0.9998955130577087	0		MOBP	MPF_I	MOBP	conjugative	plasmid	9572.0	99.415	100.0	0.09938113928519511	LR595888.1	enterobacteria	Escherichia coli strain VREC-hospital6489851 genome assembly, plasmid: 1	False	True
ISR0779_000000007581	4285	0.8328046400723255	5	2	1	2	0	True	86432	maximal	True	ISR0779_000000007581	1.0		1	1	False	False	0.9990665316581726	0					non-mobilizable	no_good_hit	317.0	82.01899999999999	7.0	0.1135765325310267	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0105_000000004284	3748	0.8328046400723255	4	2	1	2	0	True	86431	fragment	False	ISR0105_000000004284	1.0		0	0	False	False	0.9997332096099854	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.0009261403102570039	NZ_JAAITI010000033.1	firmicutes	Blautia luti strain MSK.16.34 NODE_33_length_38871_cov_189.027, whole genome shotgun sequence	True	True
ISR0155_000000006618	3589	0.8328046400723255	5	2	1	2	0	True	121455	fragment	False	ISR0155_000000006618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0133_000000007162	3449	0.8328046400723255	6	2	1	2	0	True	79964	fragment	False	ENG0133_000000007162	1.0		0	0	False	False	0.9802841544151306	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
ISR0286_000000006402	2607	0.8328046400723255	4	2	1	2	0	True	37797	maximal	True	ISR0286_000000006402	0.9715818759936408		1	1	False	False	0.9973149299621582	0					non-mobilizable	no_good_hit	326.0	93.55799999999999	13.0	0.004304870385967727	NZ_VULP01000013.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq13, whole genome shotgun sequence	True	True
ENG0101_000000012866	2518	0.8328046400723255	4	2	1	2	0	True	79962	fragment	False	ENG0101_000000012866	0.9589986196497445		0	0	False	False	0.9992057085037231	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
ISR0018_000000008559	2516	0.8328046400723255	4	2	1	2	0	True	37797	maximal	False	ISR0286_000000006402	0.9566551591868049		0	0	False	False	0.9992051124572754	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
CHI0053_000000006252	1809	0.8328046400723255	2	2	1	2	0	True	86430	fragment	False	CHI0053_000000006252	1.0		0	0	False	False	0.9883913993835449	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	0.0009261403102570039	NZ_JAAITI010000033.1	firmicutes	Blautia luti strain MSK.16.34 NODE_33_length_38871_cov_189.027, whole genome shotgun sequence	True	True
CHI0102_000000003993	2035	0.8328040088531408	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.20780509164541916		0	0	False	False	1.0	0					non-mobilizable	other	2037.0	89.445	100.0	0.013464235624123423	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MAD0013_000000006167	3603	0.8327917010952631	6	4	1	4	0	True	19603	fragment	False	MAD0013_000000006167	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	89.182	38.0	0.014516750096264922	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0112_000000015684	1749	0.8327898430729238	3	2	2	2	2	False	42005	fragment	False	FIJ0112_000000015684	1.0		0	0	False	False	0.9656946659088135	0					non-mobilizable	chromosome	1749.0	99.085	100.0	0.0003745441938579038	CP058637.1	enterobacteria	Enterobacter roggenkampii strain KQ-01 chromosome, complete genome	False	False
USA0025_01_000000002505	7328	0.8327880856285211	9	9	3	2	9	True	132544	fragment	False	CHI0126_000000000854	0.0224795830470091		0	0	False	False	1.0	0					non-mobilizable	plasmid	7328.0	100.0	100.0	0.16765439443516464	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0042_000000005052	4779	0.8327819636120655	7	4	2	4	4	True	97425	maximal	False	ENG0079_000000006615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	89.06200000000001	3.0	0.006627512258203567	NZ_QOHO01000068.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_68, whole genome shotgun sequence	True	True
ENG0079_000000006615	4779	0.8327819636120655	7	4	2	4	4	True	97425	maximal	True	ENG0079_000000006615	1.0		10	4	False	False	0.9997907280921936	0					non-mobilizable	no_good_hit	128.0	89.06200000000001	3.0	0.006627512258203567	NZ_QOHO01000068.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_68, whole genome shotgun sequence	True	True
USA0125_01_000000005357	4756	0.8327819636120655	7	4	2	4	4	True	97425	maximal	False	ENG0079_000000006615	0.9974242621428098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	89.06200000000001	3.0	0.006627512258203567	NZ_QOHO01000068.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_68, whole genome shotgun sequence	True	True
ISR0324_000000022682	1358	0.8327812353052059	2	2	2	2	2	False	40459	fragment	False	ISR0153_000000020063	0.9516908212560387		0	0	False	False	1.0	0					non-mobilizable	other	794.0	97.73299999999999	100.0	0.005732050204353749	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	False	False
MAD0089_000000022522	1271	0.8327788296450913	3	3	3	1	2	False	76705	fragment	False	MAD0089_000000022522	1.0		0	0	False	False	0.9937057495117188	0					non-mobilizable	no_good_hit	152.0	78.947	12.0	2.3702728071893577e-05	CP015992.1	g-proteobacteria	Pseudomonas sp. TCU-HL1, complete genome	True	False
USA0059_01_000000004415	5840	0.8327771001052421	11	4	2	3	4	False	2899	maximal	True	USA0059_01_000000004415	1.0		2	1	False	False	0.9989725947380066	0					non-mobilizable	no_good_hit	50.0	96.0	1.0	0.00021139460037792178	NZ_LT706940.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
USA0061_01_000000001113	12135	0.8327695464139471	10	7	6	6	5	False	122656	fragment	False	USA0061_01_000000001113	0.9935031004848338		0	0	False	False	0.9995879530906677	0					non-mobilizable	chromosome	12110.0	98.836	99.0	0.005397886630993134	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0013_000000002118	9919	0.8327695464139471	8	7	6	6	5	False	122655	fragment	False	USA0010_01_000000002471	0.9656970624820591		0	0	False	False	0.9993950724601746	0					non-mobilizable	chromosome	9843.0	99.929	99.0	0.004392030441652978	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
TAN0006_000000008118	1698	0.8327540921883555	2	2	2	2	1	False	2875	fragment	False	TAN0006_000000008118	1.0		0	0	False	False	0.9946996569633484	0					non-mobilizable	no_good_hit								True	False
MON0086_000000014232	2175	0.8327416683435362	3	3	3	2	2	False	9743	maximal	True	MON0086_000000014232	1.0		146	12	False	False	0.9825287461280823	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	1.755152969559265e-05	CP046161.1	firmicutes	Ruminococcaceae bacterium LAM 19011 chromosome, complete genome	True	False
ENG0019_000000003806	5585	0.8327306379986088	5	4	2	4	4	False	83099	fragment	False	ENG0019_000000003806	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2643.0	98.335	71.0	0.011794011035123118	NZ_VJZV01000009.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold9_1, whole genome shotgun sequence	True	True
AUS0012_000000001680	7640	0.8327283466484823	7	4	2	3	2	True	101312	fragment	False	AUS0012_000000001680	1.0		0	0	False	False	0.9996073246002197	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	1.0	0.01270053475935829	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
MON0069_000000019171	2548	0.8327207850112535	6	2	0	2	0	True	119842	maximal	True	MON0069_000000019171	1.0		1	1	False	False	0.9505494236946106	0					non-mobilizable	no_good_hit								True	True
ISR0230_000000005236	5215	0.8327156853750378	8	2	2	2	2	False	127931	fragment	False	ISR0230_000000005236	1.0		0	0	False	False	0.9938638806343079	0					non-mobilizable	no_good_hit	1700.0	98.176	33.0	0.010855675109259591	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	False
CAN0006_000000020803	2179	0.8327129663701466	2	2	2	2	1	False	95648	fragment	False	CAN0006_000000020803	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	2.0	1.4637203196399249e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0221_000000014857	1507	0.8327026895009612	4	4	4	3	2	False	27944	maximal	True	ISR0221_000000014857	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1263.0	99.525	100.0	0.0005687172182067021	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	False
ENG0028_000000010875	1659	0.8326979927269239	3	2	2	2	2	False	80183	fragment	False	ENG0028_000000010875	0.9575379604908015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	390.0	74.359	23.0	0.00012608658913991784	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0060_000000021392	1274	0.8326923637536626	2	2	2	2	1	False	129083	maximal	True	ISR0060_000000021392	0.9873269679587492		3	2	False	False	0.976452112197876	0					non-mobilizable	no_good_hit	519.0	73.60300000000001	40.0	0.013321191622219331	MH106323.1	bacteria	Uncultured bacterium clone B2Rectum_12_D23_0 genomic sequence	True	False
SPA0067_000000006594	3352	0.8326875299378789	3	3	3	2	3	False	127600	fragment	False	SPA0067_000000006594	0.9866784014650641		0	0	False	False	0.9988066554069519	0					non-mobilizable	no_good_hit	226.0	84.51299999999999	6.0	0.003019001953471852	NZ_CYZO01000015.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0063_000000001047	21575	0.8326725187746798	22	11	8	11	3	True	106299	fragment	False	MON0063_000000001047	0.9600504625735913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.0025571228243834033	NZ_AUME01000058.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	True
CHI0134_000000005140	2769	0.8326710506840446	4	4	3	4	3	False	95319	maximal	True	CHI0134_000000005140	1.0		11	5	False	False	0.9996388554573059	0					non-mobilizable	no_good_hit	2350.0	93.87200000000001	85.0	0.0006803519741657571	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0060_000000013741	2810	0.8326617868299858	4	3	2	2	2	False	104866	fragment	False	MON0060_000000013741	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1911.0	84.301	98.0	0.15385235982250908	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0065_000000011614	2393	0.8326617868299858	4	3	2	2	2	False	104849	fragment	False	DEN0064_000000009405	0.6296184803145377		0	0	False	False	0.9995821118354797	0					non-mobilizable	plasmid	2393.0	99.45700000000001	100.0	0.19298104074223477	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ITA0001_000000001119	2287	0.8326617868299858	4	3	2	2	2	False	104849	fragment	False	DEN0064_000000009405	0.3331144730477083		0	0	False	False	0.9956274628639221	0					non-mobilizable	plasmid	2303.0	95.22399999999999	99.0	0.1853166599435256	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0812_000000019568	2025	0.8326617868299858	3	3	2	2	2	False	104864	fragment	False	USA0113_01_000000007936	0.6524595172624504		0	0	False	False	0.9916049242019653	0					non-mobilizable	plasmid	1911.0	84.301	94.0	0.15385235982250908	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0102_000000016715	2020	0.8326617868299858	3	3	2	2	2	False	104864	fragment	False	USA0113_01_000000007936	0.6520479946287056		0	0	False	False	1.0	0					non-mobilizable	plasmid	1911.0	84.301	94.0	0.15385235982250908	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0143_000000009826	2016	0.8326617868299858	3	3	2	2	2	False	104864	fragment	False	USA0113_01_000000007936	0.6513887435184093		0	0	False	False	1.0	0					non-mobilizable	plasmid	1911.0	84.301	95.0	0.15385235982250908	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0019_000000010285	5650	0.8326572549040907	6	6	5	5	4	False	99337	fragment	False	MON0019_000000010285	0.58027653982568		0	0	False	False	0.9913274049758911	0					non-mobilizable	other	5438.0	99.945	96.0	0.0012378514341500374	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
CHI0021_000000000919	9416	0.8326562691350016	10	7	3	6	5	False	121610	maximal	False	ISR0011_000000002282	0.9147759189467708		0	0	False	True	1.0	0					non-mobilizable	other	4676.0	98.054	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
MON0053_000000006361	4999	0.8326499865781991	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.8792222781340708	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4999.0	99.36	100.0	0.0009680064006953842	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0079_000000006572	4807	0.8326499865781991	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.7779153226825681	PS1101	0	0	False	True	0.9997919797897339	0					non-mobilizable	other	4807.0	99.334	100.0	0.0009308200803805555	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0105_000000006156	4652	0.8326499865781991	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.27302377759818747	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4653.0	99.355	100.0	0.0009007998738763969	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0094_000000009023	1907	0.8326492994579644	2	2	1	2	1	False	70897	fragment	False	ENG0094_000000009023	1.0		0	0	False	False	0.9674882292747498	0					non-mobilizable	no_good_hit	197.0	77.665	10.0	2.177068214804064e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0180_000000016842	1446	0.832630687714385	2	2	2	2	1	False	29622	maximal	True	ISR0180_000000016842	1.0		71	9	False	False	0.9834024906158447	0					non-mobilizable	no_good_hit								True	False
MON0021_000000004674	4907	0.8326171628544763	7	6	6	6	4	False	13083	maximal	True	MON0021_000000004674	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	7.68160384658572e-06	CP020947.1	a-proteobacteria	Rhizobium sp. CIAT894, complete genome	True	False
FIJ0168_000000002520	6908	0.8326136102481559	13	9	4	5	6	True	131645	maximal	True	FIJ0168_000000002520	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	2555.0	94.48100000000001	52.0	0.10270748682463693	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
USA0133_01_000000005663	4801	0.8326100980346887	11	5	1	5	0	True	112940	maximal	True	USA0133_01_000000005663	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	93.164	37.0	0.02504164746747953	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0256_000000006623	2704	0.8326092799626569	3	3	3	3	2	False	101961	fragment	False	ISR0256_000000006623	1.0		0	0	False	False	0.9988905191421509	0					non-mobilizable	no_good_hit	753.0	77.955	28.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0260_000000002543	4239	0.8326057489486123	4	4	4	4	2	False	26723	maximal	True	ISR0260_000000002543	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	84.615	2.0	0.0011583824768323504	NZ_AZRM01000065.1	bacteria	Petrotoga miotherma DSM 10691 P._miotherma_contig_9, whole genome shotgun sequence	True	False
ISR0835_000000001229	7843	0.832597814231167	15	3	1	2	2	False	71982	maximal	True	ISR0835_000000001229	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	82.514	9.0	0.0012429598680911095	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0068_000000022216	1203	0.8325945793626801	1	1	1	1	1	False	123072	fragment	False	ISR0226_000000002328	0.027579948455862265		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	88.97200000000001	100.0	0.0004954250400911285	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0169_000000002953	4722	0.8325878316221512	9	5	4	5	2	True	119678	fragment	False	CHI0169_000000002953	1.0		0	0	False	False	0.9993646740913391	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	1.1892039703160155e-06	LR782542.1	eudicots	Arabidopsis thaliana genome assembly, chromosome: 1	True	True
SPA0005_000000006596	4514	0.8325796468217678	6	6	6	6	5	False	8338	maximal	True	SPA0005_000000006596	1.0		3	2	False	False	0.9991138577461243	0					non-mobilizable	chromosome	4312.0	84.949	98.0	0.0012168377578100334	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0012_000000004045	5481	0.8325660881890805	9	6	6	5	4	False	50839	fragment	False	MON0026_000000004150	0.9319118580906044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	85.042	72.0	0.03316645807259074	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MAD0039_000000004610	2932	0.8325557685752415	3	2	2	2	2	False	112764	backbone	True	MAD0039_000000004610	1.0	PS721|PS722	3	3	True	True	0.9972714781761169	1					non-mobilizable	no_good_hit	2647.0	73.819	89.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0009_000000014082	2707	0.8325557685752415	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8868984486720112	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2647.0	73.706	96.0	0.3157830591102986	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MAD0045_000000014266	2705	0.8325557685752415	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8824845268041489	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2638.0	73.73	96.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0070_000000007293	2659	0.8325557685752415	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8817753226027831	PS721	0	0	True	True	1.0	1					non-mobilizable	other	2636.0	73.634	97.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0785_000000013485	2599	0.8325557685752415	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8825034640458385	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2634.0	73.918	99.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0053_000000013292	2535	0.8325557685752415	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.7855392807907396	PS721	0	0	False	True	0.9984220862388611	0					non-mobilizable	other	2302.0	74.283	90.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0119_000000006889	2494	0.8325557685752415	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.757099424786129	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2301.0	74.185	91.0	0.276782449725777	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MAD0005_000000008266	3221	0.8325549205328657	3	3	3	3	3	False	117347	maximal	True	MAD0005_000000008266	1.0	PS787	3	1	False	True	0.9860292077064514	0					non-mobilizable	chromosome	1541.0	97.469	93.0	0.0006337981186203216	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
AST0149_000000006445	4240	0.8325502689724866	6	5	4	5	4	False	130936	maximal	True	AST0149_000000006445	1.0	PS1128	1	1	False	True	0.9988207817077637	0					non-mobilizable	no_good_hit	1708.0	82.20100000000001	43.0	0.0004712553665350373	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
SPA0026_000000001121	14001	0.8325499438343945	20	12	9	11	8	True	116352	maximal	False	ISR0126_000000003247	0.6333030263582288		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	177.0	79.661	1.0	0.00042457394498311577	NZ_SRMQ01000002.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000002, whole genome shotgun sequence	True	True
ISR0359_000000005355	4242	0.8325482751593926	6	2	2	1	2	False	26770	fragment	False	ISR0359_000000005355	1.0		0	0	False	False	0.99787837266922	0					non-mobilizable	no_good_hit	2615.0	85.23899999999999	63.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0024_000000007498	3664	0.8325482751593926	5	2	2	1	2	False	114943	fragment	False	AST0090_000000006213	0.9782743658337573		0	0	False	False	0.9980894923210144	0					non-mobilizable	no_good_hit	2570.0	81.362	70.0	0.13674236235909165	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0048_000000004483	3652	0.8325482751593926	5	2	2	1	2	False	114943	fragment	False	AST0090_000000006213	0.9764294168530994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2570.0	81.32300000000001	70.0	0.13674236235909165	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0221_000000006415	3569	0.8325482751593926	5	2	2	1	2	False	114943	fragment	False	AST0090_000000006213	0.9556028545185955		0	0	False	False	0.9994395971298218	0					non-mobilizable	no_good_hit	2490.0	80.763	70.0	0.1322224037466645	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0105_000000004976	3316	0.8325482751593926	6	2	2	1	2	False	122599	fragment	False	ISR0105_000000004976	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3225.0	99.163	100.0	0.0010146210710225293	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0329_000000004611	2876	0.8325482751593926	4	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9762810351334533		0	0	False	False	1.0	0					non-mobilizable	chromosome	2600.0	98.615	93.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0131_000000010439	2845	0.8325482751593926	3	2	2	1	2	False	109681	fragment	False	ISR0131_000000010439	0.962882096069869		0	0	False	False	0.9996485114097595	0					non-mobilizable	no_good_hit	2345.0	81.706	83.0	0.0007340952079563439	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0388_000000012410	2759	0.8325482751593926	4	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9264386566248384		0	0	False	False	1.0	0					non-mobilizable	other	2759.0	100.0	100.0	0.014952642735932426	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
AST0092_000000005786	2748	0.8325482751593926	4	2	2	1	2	False	109681	fragment	False	ISR0131_000000010439	0.9456942003514939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2420.0	82.23100000000001	88.0	0.013006305265954275	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
ISR0218_000000006178	2666	0.8325482751593926	3	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9266980818973742		0	0	False	False	0.9988747239112854	0					non-mobilizable	chromosome	2594.0	98.959	97.0	0.0008173073740793472	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0291_000000005251	2625	0.8325482751593926	4	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.9113997601891192		0	0	False	False	0.9954285621643066	0					non-mobilizable	chromosome	2496.0	99.279	95.0	0.0007864180093821717	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0112_000000010871	2569	0.8325482751593926	4	2	2	1	2	False	100851	fragment	False	ENG0112_000000010871	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2503.0	81.183	97.0	0.13303926373686217	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0079_000000010003	2485	0.8325482751593926	4	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.6534136989043366		0	0	False	False	0.9979879260063171	0					non-mobilizable	other	2485.0	99.316	100.0	0.01345629415177095	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
ISR0392_000000014040	2348	0.8325482751593926	3	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.3984001611160133		0	0	False	False	1.0	0					non-mobilizable	chromosome	2348.0	99.48899999999999	100.0	0.0007397687647374577	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0208_000000011953	2273	0.8325482751593926	3	2	2	1	2	False	101498	maximal	True	ISR0208_000000011953	0.9641944470822204		45	8	False	False	1.0	0					non-mobilizable	other	2275.0	91.648	99.0	0.07836816748119649	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0396_000000010322	2220	0.8325482751593926	3	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.23425257204949604		0	0	False	False	0.99909907579422	0					non-mobilizable	chromosome	2220.0	99.459	100.0	0.0006994234720717592	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0369_000000006063	2207	0.8325482751593926	2	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.20257884885650315		0	0	False	False	0.9995468854904175	0					non-mobilizable	other	2218.0	80.298	100.0	0.0013091296661481976	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	False
ISR0337_000000004508	2200	0.8325482751593926	2	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.20178679206597472		0	0	False	False	0.9886363744735718	0					non-mobilizable	other	2200.0	98.86399999999999	100.0	0.011921994697721322	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
ISR0048_000000008766	2188	0.8325482751593926	3	2	2	1	2	False	122588	fragment	False	ISR0124_000000005772	0.1998960210817437		0	0	False	False	1.0	0					non-mobilizable	chromosome	2188.0	99.177	100.0	0.0006893371489053345	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0399_000000007760	2067	0.8325482751593926	4	2	2	1	2	False	81831	fragment	False	ISR0399_000000007760	0.8361218090059985		0	0	False	False	0.9922593235969543	0					non-mobilizable	chromosome	2048.0	99.414	100.0	0.0006452094850522267	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0013_000000012040	2022	0.8325482751593926	3	2	2	1	2	False	19570	fragment	False	MAD0013_000000012040	1.0		0	0	False	False	0.9995054602622986	0					non-mobilizable	chromosome	2023.0	80.821	99.0	0.0006338623714899989	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0788_000000002235	3275	0.8325444908612829	3	3	3	2	2	False	71684	fragment	False	ISR0186_000000006966	0.7276266310310008		0	0	False	False	1.0	0					non-mobilizable	other	1734.0	99.193	100.0	0.0042255615998127395	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0007_000000021738	2752	0.8325444908612829	3	3	3	2	2	False	71681	fragment	False	MON0007_000000021738	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	99.48200000000001	100.0	0.003764724241264206	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0126_000000003188	6798	0.832541238225365	8	6	6	4	5	False	129953	maximal	True	ENG0126_000000003188	1.0		10	4	False	False	0.9973521828651428	0					non-mobilizable	no_good_hit	1949.0	99.333	59.0	0.0062268650227913485	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0232_000000024775	1208	0.8325318411632664	2	2	2	2	2	True	27413	fragment	False	ISR0232_000000024775	1.0		0	0	False	False	0.9751655459403992	0					non-mobilizable	no_good_hit	120.0	78.333	10.0	0.006367364558601338	NZ_JAAITI010000054.1	firmicutes	Blautia luti strain MSK.16.34 NODE_54_length_18532_cov_211.497, whole genome shotgun sequence	True	True
SPA0098_000000012863	2765	0.8325307289941671	1	1	1	1	1	False	5072	fragment	False	SPA0098_000000012863	1.0		0	0	False	False	0.9996383190155029	0					non-mobilizable	no_good_hit	108.0	80.556	4.0	2.033361572354796e-05	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	True	False
SPA0104_000000020564	1823	0.8325216936793471	3	2	1	1	2	True	55875	fragment	False	SPA0104_000000020564	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1823.0	99.945	100.0	0.0005847048652451043	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0169_000000021741	1122	0.8325216936793471	2	2	1	1	2	True	55874	fragment	False	SPA0138_000000022997	0.9714045416316233		0	0	False	False	0.9795008897781372	0					non-mobilizable	other	1122.0	99.911	100.0	0.00035974432159152685	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MAD0036_000000022868	1379	0.8325131698613594	2	2	2	2	1	False	18708	maximal	True	MAD0036_000000022868	1.0		14	7	False	False	0.9992748498916626	0					non-mobilizable	no_good_hit	520.0	75.76899999999999	37.0	0.004123944755312611	NZ_CZBD01000014.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0022_000000014288	2091	0.8325129896871039	4	3	2	2	3	False	65056	fragment	False	MON0022_000000014288	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	85.65299999999999	89.0	0.1498184751916095	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
AST0118_000000009659	3055	0.8325119879523075	3	3	3	3	2	False	105942	maximal	True	AST0118_000000009659	1.0		1	1	False	False	0.9770867228507996	0					non-mobilizable	no_good_hit	483.0	99.586	16.0	0.00016378307645101783	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0128_000000025759	1453	0.8325014170733603	3	1	1	1	1	False	38474	fragment	False	SPA0128_000000025759	1.0		0	0	False	False	0.9979352951049805	0					non-mobilizable	no_good_hit	95.0	77.895	6.0	0.0006960333503639366	CP026601.1	firmicutes	Clostridiaceae bacterium 14S0207 plasmid unnamed1, complete sequence	True	False
ISR0832_000000002911	4502	0.8325002817602211	5	5	5	4	4	False	116631	fragment	False	SPA0101_000000007479	0.4951817956129944		0	0	False	False	1.0	0					non-mobilizable	chromosome	4502.0	99.911	100.0	0.0009088664047155244	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0810_000000001526	7256	0.8324978978857809	9	6	4	6	4	True	128942	maximal	True	ISR0810_000000001526	1.0	PS1059	2	1	False	True	0.9997243881225586	0					non-mobilizable	no_good_hit	909.0	93.399	31.0	0.00027532046179852787	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
FIJ0064_000000003796	6913	0.8324963113359546	6	6	5	5	5	False	116886	maximal	True	FIJ0064_000000003796	0.9985127900059488		68	9	False	False	1.0	0					non-mobilizable	other	6883.0	99.695	99.0	0.018252463233831506	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0034_000000009759	2134	0.8324932135837643	3	3	3	2	1	False	129168	maximal	True	ISR0034_000000009759	1.0		2	1	False	False	0.9943767786026001	0					non-mobilizable	no_good_hit	822.0	93.917	39.0	0.00025877722873858235	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0814_000000003442	11252	0.8324873707767668	18	8	5	7	6	True	22764	maximal	True	ISR0814_000000003442	1.0		2	1	True	True	1.0	6					non-mobilizable	no_good_hit	74.0	86.486	1.0	0.0003907013088493846	NZ_JACBNY010000002.1	firmicutes	Lactococcus laudensis strain DSM 28961 contig2, whole genome shotgun sequence	True	True
ISR0351_000000004006	3231	0.8324759155724374	6	5	5	3	2	True	24080	maximal	True	ISR0351_000000004006	1.0		1	1	False	False	0.9919529557228088	0					non-mobilizable	no_good_hit	558.0	79.032	52.0	0.0001072421187766911	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	True
FIJ0053_000000011681	1775	0.8324730819283012	2	1	1	1	1	True	83859	fragment	False	FIJ0053_000000011681	1.0		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	1775.0	99.493	100.0	0.037568826768318506	CP053739.1	enterobacteria	Escherichia coli strain CP8-3_Sichuan plasmid pCP8-3-IncR, complete sequence	False	True
FIJ0079_000000018118	1553	0.8324730819283012	2	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.778507996362944		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	1553.0	98.26100000000001	100.0	0.03286742905548497	CP053739.1	enterobacteria	Escherichia coli strain CP8-3_Sichuan plasmid pCP8-3-IncR, complete sequence	False	True
FIJ0112_000000018620	1485	0.8324730819283012	2	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.8821310776458771		0	0	False	False	0.9993265867233276	0	IncR				non-mobilizable	plasmid	1486.0	98.52	100.0	0.019105816831683168	CP058168.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00059 plasmid pRHBSTW-00059_2, complete sequence	False	True
CHI0063_000000009501	1461	0.8324730819283012	2	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.5379100975994295		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	1368.0	99.708	100.0	0.01729722890041756	MG836696.1	enterobacteria	Escherichia coli strain 2248 plasmid pCTXM-2248, complete sequence	False	True
SPA0073_000000007589	1421	0.8324730819283012	2	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.8685567067524563		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	1421.0	99.226	100.0	0.01596187136080574	CP050069.1	enterobacteria	Klebsiella aerogenes strain 035 plasmid p035_A-VIM-1, complete sequence	False	True
ISR0310_000000012614	1418	0.8324730819283012	2	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.8008971754436541		0	0	False	False	0.9929478168487549	0	IncR				non-mobilizable	plasmid	1418.0	100.0	100.0	0.004325647702400322	MN543575.1	enterobacteria	Klebsiella pneumoniae strain GH44TC plasmid pGH44TC_fusion, complete sequence	False	True
MAD0045_000000033352	1286	0.8324730819283012	2	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.6909002561313996		0	0	False	False	0.9984447956085205	0	IncR				non-mobilizable	plasmid	1286.0	99.611	100.0	0.01372555302763269	CP032835.1	enterobacteria	Klebsiella pneumoniae strain INF237 plasmid pINF237_02, complete sequence	False	True
USA0053_01_000000014351	1285	0.8324730819283012	1	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.715459068506644		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	1285.0	100.0	100.0	0.020987936840040536	CP026182.1	enterobacteria	Klebsiella pneumoniae strain KPNIH49 plasmid pKPN-0c4e, complete sequence	False	True
CHI0089_000000007058	1285	0.8324730819283012	1	1	1	1	1	True	83858	fragment	False	CHI0089_000000007058	1.0		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	1285.0	99.37700000000001	100.0	0.009598492946901795	CP054782.1	enterobacteria	Klebsiella pneumoniae strain KP20194a plasmid pKP20194a-p2, complete sequence	False	True
FIJ0055_000000011101	1280	0.8324730819283012	1	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.7937900994156962		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	1280.0	99.45299999999999	100.0	0.010308779791889997	LC549808.1	enterobacteria	Klebsiella pneumoniae VNCKp83 plasmid pVNCKp83 DNA, complete sequence	False	True
FIJ0160_000000015653	1274	0.8324730819283012	1	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.6418355543148464		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	1274.0	99.84299999999999	100.0	0.010260419605219676	LC549808.1	enterobacteria	Klebsiella pneumoniae VNCKp83 plasmid pVNCKp83 DNA, complete sequence	False	True
ISR0199_000000025118	1216	0.8324730819283012	2	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.5522206048029064		0	0	False	False	0.9975329041481018	0	IncR				non-mobilizable	plasmid	1216.0	100.0	100.0	0.01415275658423511	AP019691.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-4 DNA, complete genome	False	True
CAN0006_000000038689	1151	0.8324730819283012	1	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.23525159446104346		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	1122.0	100.0	97.0	0.01832358037202916	CP026182.1	enterobacteria	Klebsiella pneumoniae strain KPNIH49 plasmid pKPN-0c4e, complete sequence	False	True
FIJ0026_000000028423	1145	0.8324730819283012	2	1	1	1	1	True	95460	fragment	False	FIJ0112_000000018620	0.2377997488835033		0	0	False	False	0.9877729415893555	0	IncR				non-mobilizable	plasmid	1146.0	98.95299999999999	100.0	0.018268923666560206	MN891674.1	enterobacteria	Klebsiella pneumoniae strain 10057 plasmid p10057-KPC, complete sequence	False	True
ISR0042_000000010179	2794	0.8324706746315815	4	3	3	3	3	True	36370	maximal	True	ISR0042_000000010179	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0828_000000004803	1474	0.8324609066293828	3	2	1	2	2	True	65482	fragment	False	ISR0828_000000004803	0.9286421721622116		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	93.08	100.0	0.00417570155812335	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
SPA0011_000000002572	8518	0.8324473935219862	8	6	5	5	5	True	110654	fragment	False	SPA0011_000000002572	0.9857741648672679		0	0	False	False	0.9961258769035339	0					non-mobilizable	other	8092.0	98.33200000000001	95.0	0.3254616405841413	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
MAD0041_000000008220	3625	0.8324398740938019	2	2	1	2	2	False	18281	maximal	True	MAD0041_000000008220	1.0		3	2	False	False	0.995310366153717	0					non-mobilizable	plasmid	3565.0	99.74799999999999	100.0	0.02813131632137443	MN086777.1	enterobacteria	Escherichia coli plasmid p16EC-p0111, complete sequence	False	True
FIJ0013_000000027299	1123	0.8324375504661488	2	1	1	1	1	False	50545	fragment	False	FIJ0013_000000027299	1.0		0	0	False	False	0.9875333905220032	0					non-mobilizable	other	1134.0	97.884	100.0	0.00036279137382657164	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0258_000000005706	3393	0.8324338040549837	3	3	3	3	3	False	121222	fragment	False	ISR0258_000000005706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1742.0	83.525	51.0	0.0005126648353682465	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0017_000000017117	1154	0.8324247881962922	2	2	2	2	2	False	13278	fragment	False	MON0017_000000017117	1.0		0	0	False	False	0.993934154510498	0					non-mobilizable	other	1151.0	79.93	99.0	0.002905313088087443	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
FIJ0019_000000001773	4207	0.8324235117000863	4	4	2	3	3	False	49884	maximal	True	FIJ0019_000000001773	1.0		13	5	False	False	1.0	0					non-mobilizable	chromosome	4207.0	99.572	100.0	0.0007691041746667398	LR134079.1	enterobacteria	Escherichia coli strain NCTC9112 genome assembly, chromosome: 1	False	False
ENG0020_000000004487	4431	0.8324169004629041	8	7	5	5	2	True	130282	maximal	True	ENG0020_000000004487	1.0	PS1090	0	0	False	True	0.9950349926948547	0					non-mobilizable	no_good_hit	2623.0	96.264	59.0	0.8738317757009346	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0037_000000006131	2125	0.8324004973556232	3	3	3	2	3	False	25323	fragment	False	MAD0037_000000006131	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2125.0	99.765	100.0	0.00039514499998325657	CP028391.2	enterobacteria	Klebsiella pneumoniae strain WCHKP13F2 chromosome, complete genome	False	False
ISR0186_000000010973	2588	0.8323968880700902	4	3	3	3	3	False	86883	fragment	False	ISR0186_000000010973	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2588.0	96.291	100.0	0.0007237714706974711	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0007_000000018748	1394	0.8323964283713223	3	1	1	1	1	False	8194	maximal	True	SPA0007_000000018748	1.0		2	1	False	False	0.9670014381408691	0					non-mobilizable	no_good_hit								True	False
FIJ0033_000000010085	3371	0.8323955521713868	5	2	1	2	2	True	118218	fragment	False	FIJ0033_000000010085	1.0		0	0	False	False	0.986650824546814	0					non-mobilizable	other	3244.0	97.102	99.0	0.0006240936945824061	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
FIJ0006_000000006248	5225	0.8323945435717561	7	7	5	5	5	True	128685	backbone	False	FIJ0105_000000005116	0.5604081507796713	PS1045|PS1046|PS656|PS658	0	0	False	True	1.0	0					non-mobilizable	other	3311.0	99.63799999999999	92.0	0.6680121089808274	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0048_000000005552	5183	0.8323945435717561	7	7	5	5	5	True	128685	backbone	False	FIJ0105_000000005116	0.5557348783997798	PS1045|PS1046|PS656|PS658	0	0	False	True	1.0	0					non-mobilizable	other	3283.0	99.726	92.0	0.6623612512613521	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0144_000000000272	47365	0.8323926607417866	54	13	8	10	6	True	44315	maximal	True	FIJ0144_000000000272	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	376.0	84.84	1.0	0.0035168998762051245	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
SPA0120_000000008500	5001	0.8323849620644651	8	3	2	3	2	False	21563	maximal	True	SPA0120_000000008500	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	5.655190382075425e-07	LR597472.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 15	True	False
DEN0033_000000001803	14093	0.83238210033137	18	11	6	8	7	False	73642	maximal	True	DEN0033_000000001803	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2754.0	89.833	19.0	0.026712128592303947	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
ENG0126_000000009835	1864	0.8323785939958799	2	2	2	2	2	False	93449	fragment	False	ENG0126_000000009835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0093_000000005874	3221	0.8323768508038033	8	1	1	1	1	False	109562	maximal	True	AST0093_000000005874	1.0		1	1	False	False	0.9987581372261047	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.3974316241881957e-05	NZ_LS398547.1	a-proteobacteria	Orientia tsutsugamushi isolate UT176 chromosome I	True	False
MON0090_000000031001	1940	0.8323733746985504	3	3	3	3	2	False	53521	fragment	False	ETH0001_000000015111	0.9676328502415459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.26100000000001	43.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CHI0158_000000002657	5263	0.8323695664162428	7	2	2	2	2	False	78922	maximal	True	CHI0158_000000002657	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	79.025	9.0	0.005645908822785877	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
ISR0277_000000001832	4811	0.8323660659183454	4	4	4	3	3	False	121544	fragment	False	ISR0234_000000001976	0.9526625339467463		0	0	False	False	1.0	0					non-mobilizable	chromosome	4658.0	97.939	97.0	0.0008436081408457548	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
MAD0011_000000000463	17083	0.8323649222162294	28	7	5	6	6	False	60639	maximal	True	MAD0011_000000000463	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1821.0	84.95299999999999	11.0	0.00579571079019335	NZ_FOZC01000003.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
MON0065_000000007311	3622	0.8323634525721069	4	4	4	4	4	False	124983	maximal	False	CAN0008_000000006498	0.20624125384830674		0	0	False	False	0.9972391128540039	0					non-mobilizable	no_good_hit	1628.0	83.415	86.0	0.003917903219557553	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0043_000000005053	6121	0.8323589863604108	9	6	3	4	4	True	130641	backbone	False	ISR0366_000000001985	0.952795361079512	PS1110|PS1111	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2587.0	94.975	75.0	0.022102830335121337	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0104_000000007176	3529	0.8323584112838048	3	3	3	3	3	False	48682	maximal	True	ISR0104_000000007176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.49600000000001	27.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0081_000000001438	14203	0.8323369182332104	17	15	9	12	13	True	123710	fragment	False	ISR0395_000000002237	0.9584057036515666		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6947.0	99.741	99.0	0.09128183562435935	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ETH0003_000000016496	2354	0.8323352793880691	3	3	3	3	3	False	53199	maximal	True	ETH0003_000000016496	0.989145183175034		107	10	False	False	0.9864060878753662	0					non-mobilizable	no_good_hit	408.0	73.775	17.0	0.0005071250436304588	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
MON0064_000000008928	2873	0.8323296361524511	3	3	3	3	3	False	14642	fragment	False	MON0064_000000008928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.041069879211582e-05	NZ_QJVJ01000007.1	firmicutes	Paenibacillus flagellatus strain DXL2 contig7, whole genome shotgun sequence	True	False
TAN0023_000000000081	11466	0.8323294071976134	12	11	8	11	9	False	2349	maximal	True	TAN0023_000000000081	1.0		1	1	False	False	0.999738335609436	0					non-mobilizable	no_good_hit	1177.0	97.45100000000001	24.0	0.009064002959674435	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
DEN0065_000000006545	4628	0.8323268501667674	6	2	1	2	2	False	110296	fragment	False	DEN0065_000000006545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	87.844	30.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0110_000000011255	1683	0.8323209203031303	2	2	2	2	2	False	4606	fragment	False	SPA0110_000000011255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	3.0	1.4637203196399249e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0793_000000010148	1653	0.8323177399398698	2	1	1	1	1	False	45209	fragment	False	MON0104_000000024587	0.5471165624011876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	83.333	6.0	0.00042762001939108604	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	True	False
DEN0067_000000003455	7658	0.8323103361953835	7	5	3	4	0	True	81543	maximal	True	DEN0067_000000003455	1.0	PS344	1	1	False	True	0.9874640703201294	0					non-mobilizable	no_good_hit	3716.0	99.89200000000001	49.0	0.0008251539806183213	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
ISR0386_000000009042	3847	0.8323076464959659	5	3	1	2	3	False	126741	fragment	False	ISR0386_000000009042	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3847.0	99.97399999999999	100.0	0.5899677864703176	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
BAN0016_000000000238	3058	0.8323069683028396	7	7	4	5	5	True	98656	fragment	False	BAN0016_000000000238	1.0		0	0	False	False	0.9996730089187622	0					non-mobilizable	chromosome	3058.0	99.96700000000001	100.0	0.0005059301568135238	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
SPA0006_000000024401	1289	0.8323048492324178	1	1	1	1	1	False	30619	fragment	False	ISR0154_000000014769	0.9559971611071683		0	0	False	False	0.9976726174354553	0					non-mobilizable	other	1287.0	99.92200000000001	99.0	0.0003872955028547232	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
AST0031_000000014868	1810	0.8322974000402701	2	1	1	1	0	True	117436	maximal	True	AST0031_000000014868	0.9865020103388857		2	2	False	False	0.9955801367759705	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00022025027386382738	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	True
SPA0151_000000000439	23430	0.8322854542139091	21	18	5	13	13	True	115131	fragment	False	ENG0091_000000000469	0.2098446830203336		0	0	False	False	0.9980366826057434	0					non-mobilizable	other	23270.0	99.86200000000001	99.0	0.01021673784681657	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0289_000000000407	11960	0.832276768113897	13	10	6	5	8	True	109280	maximal	True	ISR0289_000000000407	1.0	PS684	2	2	True	True	1.0	26		MOBB			mobilizable	no_good_hit	2888.0	86.565	40.0	0.3450517698049603	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
MON0106_000000028166	1538	0.8322761340013334	3	2	2	2	2	False	92669	fragment	False	CHI0067_000000007058	0.8303024455600633		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	99.025	100.0	0.00044554792683969697	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0094_000000013973	1165	0.8322704048203827	2	2	2	2	2	False	15610	maximal	True	MAD0094_000000013973	1.0		2	1	False	False	0.9939914345741272	0					non-mobilizable	no_good_hit	115.0	76.52199999999999	10.0	4.0339180473531554e-05	LR607355.1	firmicutes	Enterococcus faecium strain 4928STDY7071735 genome assembly, chromosome: 1	True	False
ENG0172_000000010457	2119	0.8322702093442683	4	2	2	1	2	False	55737	maximal	True	ENG0172_000000010457	1.0		94	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0095_000000013921	2206	0.8322665654838696	3	3	3	1	1	False	9319	maximal	True	MON0095_000000013921	1.0		0	0	False	False	0.972348153591156	0					non-mobilizable	no_good_hit	714.0	100.0	32.0	0.015688949522510234	NZ_RQTJ01000019.1	CFB group bacteria	Flavobacterium viscosus strain YIM 102796 Scaffold18, whole genome shotgun sequence	True	False
CAN0021_000000029345	1492	0.8322659313045008	2	2	2	2	2	False	91469	fragment	False	CAN0021_000000029345	1.0		0	0	False	False	0.9939678311347961	0					non-mobilizable	other	1495.0	96.054	100.0	0.00050432490676403	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ENG0167_000000007476	3319	0.8322652651575398	4	4	4	4	4	False	91322	fragment	False	ISR0177_000000006777	0.6550876965597542		0	0	False	False	0.9954805374145508	0					non-mobilizable	other	3299.0	76.35600000000001	98.0	0.010639299806764854	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	False	False
ISR0065_000000012118	2663	0.8322492545967316	4	4	4	2	3	False	40954	fragment	False	ISR0065_000000012118	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2668.0	87.706	100.0	0.02385049744554988	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0338_000000000856	14967	0.8322361117525655	20	9	5	8	5	True	127202	maximal	True	ISR0338_000000000856	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3881.0	91.059	72.0	0.16707168894289187	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ISR0800_000000001257	8378	0.8322348847140927	14	9	3	3	9	False	103784	fragment	False	ISR0185_000000002976	0.9716747381461877		0	0	False	False	1.0	0					non-mobilizable	chromosome	8378.0	99.976	100.0	0.0016719417556725668	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0053_000000006964	2614	0.8322275095717353	4	2	1	2	1	False	35752	maximal	True	ISR0053_000000006964	1.0		1	1	False	False	0.9693955779075623	0					non-mobilizable	no_good_hit	95.0	82.105	4.0	3.080338168699635e-05	NZ_CP014228.1	high GC Gram+	Actinomyces radicidentis strain CCUG 36733 chromosome, complete genome	True	False
MAD0034_000000011614	1371	0.8322245107291452	3	3	1	3	1	False	62896	fragment	False	ENG0064_000000019529	0.9253865377163137		0	0	False	False	1.0	0					non-mobilizable	other	1079.0	92.493	100.0	0.00026356624498519247	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0098_000000025349	1395	0.8322240573031608	2	1	1	1	1	False	9186	maximal	True	MON0098_000000025349	1.0		1	1	False	False	0.9892473220825195	0					non-mobilizable	no_good_hit	955.0	97.801	86.0	0.007654763723495783	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0097_000000000253	15645	0.8322231160709191	18	6	3	6	4	True	92649	fragment	False	CHI0097_000000000253	1.0		0	0	False	False	0.9997443556785583	0					non-mobilizable	other	15347.0	99.805	98.0	0.01683124862848365	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0001_000000009051	3750	0.8322217269767423	5	3	2	3	1	False	125889	fragment	False	SPA0001_000000009051	1.0		0	0	False	False	0.9997333288192749	0					non-mobilizable	no_good_hit	928.0	98.59899999999999	54.0	0.018528512322360136	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ENG0157_000000001659	12483	0.8322177788206884	4	3	3	3	1	True	130414	fragment	False	ENG0157_000000001659	0.9634794756015441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
AST0153_000000001995	12351	0.8322177788206884	5	3	3	3	1	True	130447	fragment	False	ENG0190_000000002273	0.6442609452325001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	98.148	2.0	0.19586374695863748	GQ882185.1		Uncultured organism clone VC1CZ15TF genomic sequence	True	True
CHI0138_000000000741	17073	0.8322125418666013	14	12	8	10	9	False	119713	maximal	True	CHI0138_000000000741	1.0		9	3	False	False	1.0	0					non-mobilizable	chromosome	8833.0	88.57700000000001	90.0	0.0016560721738749966	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
USA0004_01_000000019518	1105	0.832207312994113	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.03841216354862669		0	0	False	False	0.9954751133918762	0					non-mobilizable	other	1068.0	76.03	99.0	0.00024543358221978343	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0309_000000001570	9383	0.8322049626017358	16	4	2	4	2	False	79653	backbone	False	SPA0018_000000002555	0.9879191654741184	PS392	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	93.0	95.699	2.0	0.0001969802077712974	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ISR0093_000000009557	2542	0.8322018172740911	3	2	1	2	0	True	111377	fragment	False	ISR0093_000000009557	0.9912045055501503		0	0	False	False	0.997246265411377	0					non-mobilizable	no_good_hit								True	True
ISR0129_000000006954	1596	0.8321965823771064	3	3	3	3	2	False	31805	fragment	False	ISR0129_000000006954	0.9924398625429554		0	0	False	False	0.9680451154708862	0					non-mobilizable	other	1550.0	99.742	97.0	0.004918537711435203	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
SPA0030_000000004940	5912	0.832180286523256	6	6	6	6	6	False	103309	fragment	False	ISR0169_000000004098	0.9798455941372678		0	0	False	False	1.0	0					non-mobilizable	other	5913.0	99.01899999999999	100.0	0.02213229210732215	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
AST0101_000000000941	15441	0.8321793759186901	17	12	5	10	5	True	132288	fragment	False	CHI0140_000000001647	0.7697257317868892		0	0	False	False	1.0	0					non-mobilizable	other	12869.0	94.055	99.0	0.0029941963823276623	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ENG0102_000000001280	14609	0.8321793759186901	15	12	5	10	5	True	132288	fragment	False	CHI0140_000000001647	0.6630364307874226		0	0	False	False	1.0	0					non-mobilizable	other	12253.0	93.969	99.0	0.00285048242163623	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
USA0040_01_000000001575	13128	0.8321793759186901	13	12	5	10	5	True	132288	fragment	False	CHI0140_000000001647	0.2727997883076522		0	0	False	False	0.9985527396202087	0					non-mobilizable	other	11911.0	93.544	98.0	0.5266864508127741	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ISR0173_000000004622	2028	0.8321762090885624	3	3	3	3	3	False	127013	fragment	False	ISR0173_000000004622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	97.01799999999999	56.0	0.0043692076351807526	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0102_000000001776	11405	0.8321722120713655	17	6	5	5	5	False	60408	fragment	False	ENG0102_000000001776	1.0		0	0	False	False	0.9998246431350708	0					non-mobilizable	no_good_hit	1132.0	81.625	13.0	0.019069071650876075	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0132_000000003287	7119	0.8321716304510843	16	9	3	7	5	True	110428	fragment	False	ISR0132_000000003287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	97.785	68.0	0.00909488866105268	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0115_000000017930	1932	0.8321700108754039	3	2	2	1	1	True	115845	maximal	True	ISR0115_000000017930	1.0		1	1	False	False	0.9984471797943115	0	rep_cluster_1320				non-mobilizable	no_good_hit	1307.0	99.005	68.0	0.267021059088121	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
USA0083_01_000000004528	6733	0.8321692925231123	9	7	2	3	7	False	104414	fragment	False	USA0083_01_000000004528	1.0		0	0	False	False	0.9980692267417908	0					non-mobilizable	other	6698.0	93.774	99.0	0.014878391332456473	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0305_000000007546	2330	0.8321680971478119	4	3	3	2	1	False	114369	maximal	True	ISR0305_000000007546	1.0		85	10	False	False	1.0	0					non-mobilizable	no_good_hit	1831.0	84.87200000000001	79.0	0.0005752356180851557	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
USA0101_01_000000000415	26024	0.8321551321329519	37	11	9	11	6	True	371	maximal	True	USA0101_01_000000000415	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1651.0	100.0	6.0	0.0004461365789003355	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0037_000000001773	14651	0.8321546975847451	14	6	3	5	4	True	74650	fragment	False	ENG0037_000000001773	1.0		0	0	False	False	0.9993857145309448	0					non-mobilizable	no_good_hit	48.0	89.583	0.0	2.252704563548077e-05	LR594033.1	firmicutes	Streptococcus equi subsp. zooepidemicus strain NCTC4675 genome assembly, chromosome: 1	True	True
ISR0114_000000001787	11826	0.8321546975847451	11	6	3	5	4	True	74649	fragment	False	ISR0114_000000001787	0.9944896858241478		0	0	False	False	0.9987316131591797	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	0.0	1.917195373232406e-05	LR594033.1	firmicutes	Streptococcus equi subsp. zooepidemicus strain NCTC4675 genome assembly, chromosome: 1	True	True
ISR0387_000000004139	5429	0.832151287108037	7	4	3	3	2	False	99282	fragment	False	ISR0387_000000004139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1841.0	95.274	34.0	0.007545203523556708	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0018_000000024905	1111	0.8321503908825266	1	1	1	1	1	False	67346	fragment	False	ISR0150_000000015766	0.29212231632647057		0	0	False	False	0.9918991923332214	0					non-mobilizable	other	1098.0	98.99799999999999	99.0	0.00032767939249736885	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0141_000000003941	5660	0.8321456645476725	3	3	2	3	1	False	17983	fragment	False	SPA0141_000000003941	1.0		0	0	False	False	0.9975265264511108	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000000246	34952	0.8321417167581865	19	3	0	3	0	True	78483	fragment	False	ISR0266_000000000246	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	30654.0	97.50399999999999	97.0	0.3098769551194557	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
DEN0010_000000026764	1721	0.8321414928872914	2	1	1	1	1	False	75939	fragment	False	DEN0010_000000026764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	84.58	63.0	0.0003014447817755098	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0024_01_000000005864	4115	0.8321102630061226	6	6	4	5	3	False	128517	fragment	False	USA0024_01_000000005864	0.9390969143582265		0	0	False	False	1.0	0					non-mobilizable	chromosome	2311.0	91.605	99.0	0.0007684444335238344	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0026_01_000000004019	8529	0.8321101627650912	11	8	5	6	6	False	126180	fragment	False	USA0026_01_000000004019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	73.50399999999999	18.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0057_000000016110	1997	0.8321041779282795	3	2	2	2	1	True	119988	fragment	False	SPA0057_000000016110	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	2002.0	88.462	100.0	0.0006718419138473822	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0065_000000008580	1569	0.8321038409918387	2	2	2	2	2	False	104764	fragment	False	ENG0067_000000016920	0.8924145011422292		0	0	False	False	0.9993626475334167	0					non-mobilizable	no_good_hit	195.0	97.949	20.0	0.0008973089980666229	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
FIJ0148_000000012675	1555	0.8321038409918387	2	2	2	2	2	False	104764	fragment	False	ENG0067_000000016920	0.8921664037468194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	97.25299999999999	19.0	0.0008371800445879316	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
SPA0005_000000023857	1186	0.8320930656201821	2	2	2	2	2	False	8275	fragment	False	SPA0122_000000018497	0.9689490445859872		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	87.805	100.0	0.059779044544216314	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0057_000000005865	4916	0.8320902295868865	7	6	6	6	5	False	105111	maximal	True	SPA0057_000000005865	1.0		42	8	False	False	1.0	0					non-mobilizable	other	3303.0	96.51799999999999	100.0	0.0009169624162042977	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0052_000000025739	1443	0.8320707273426271	4	3	3	2	0	True	126779	fragment	False	ISR0052_000000025739	0.9717268177972785		0	0	False	False	0.9993069767951965	0					non-mobilizable	no_good_hit								True	True
FIJ0081_000000032757	1112	0.8320657361243003	1	1	1	1	1	False	44207	fragment	False	FIJ0081_000000032757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	76.585	54.0	0.005259262484217859	NZ_AWEY01000023.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00011, whole genome shotgun sequence	True	False
CHI0031_000000007059	1404	0.8320637853309752	2	1	1	1	1	False	88473	maximal	True	CHI0031_000000007059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	99.891	66.0	0.0005528507910458625	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
AST0055_000000021644	1663	0.832056659496828	2	2	2	2	2	False	113717	maximal	True	AST0055_000000021644	1.0		1	1	False	False	0.9807576537132263	0					non-mobilizable	no_good_hit	251.0	81.673	15.0	0.0026293558606124605	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0063_000000009430	1484	0.8320565231869548	3	1	1	1	1	False	16707	maximal	True	MAD0063_000000009430	1.0		1	1	False	False	0.9770889282226562	0					non-mobilizable	no_good_hit								True	False
ENG0173_000000003497	5316	0.8320556175434056	5	4	4	4	4	False	59198	maximal	True	ENG0173_000000003497	1.0		1	1	False	False	0.9939804077148438	0					non-mobilizable	no_good_hit	4714.0	96.96600000000001	88.0	0.049525994044675455	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0105_000000020456	1125	0.8320546132046981	2	2	2	2	2	False	60112	maximal	True	ENG0105_000000020456	1.0		27	9	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	77.509	26.0	7.611462010155181e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0145_000000014868	1169	0.8320478143148443	2	2	2	2	1	False	65763	fragment	False	ISR0030_000000018556	0.486561433447099		0	0	False	False	0.9974337220191956	0					non-mobilizable	other	1169.0	98.289	100.0	0.00028636778990019055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0255_000000025670	1323	0.8320465598972069	2	2	2	2	2	False	59852	maximal	False	ISR0073_000000019794	0.9325939934120938		0	0	False	False	0.9931972622871399	0					non-mobilizable	no_good_hit	458.0	73.79899999999999	34.0	0.0001727723241255391	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ENG0107_000000015819	1860	0.8320465050722698	3	3	3	3	2	False	131637	maximal	True	ENG0107_000000015819	1.0		43	10	False	False	0.9833333492279053	0					non-mobilizable	no_good_hit	1084.0	71.494	57.0	0.00030147295940845443	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0074_000000022395	1350	0.832026764305505	2	2	2	2	1	False	34679	maximal	True	ISR0074_000000022395	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	77.612	10.0	0.0009714929844857761	NZ_NHTN01000022.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_22, whole genome shotgun sequence	True	False
MAD0104_000000001084	8603	0.8320254467231529	6	5	4	4	3	False	18568	fragment	False	MAD0104_000000001084	1.0		0	0	False	False	0.999883770942688	0					non-mobilizable	no_good_hit	6355.0	96.035	80.0	0.00811739154333984	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
CHI0085_000000000437	2827	0.8320190097760151	4	3	1	2	3	True	123558	maximal	True	CHI0085_000000000437	1.0	PS902	9	3	False	True	0.9954015016555786	0					non-mobilizable	no_good_hit	2368.0	98.48	84.0	0.001973880319728533	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
MAD0039_000000008124	1784	0.8320115288160496	3	2	2	2	1	False	58618	fragment	False	MAD0039_000000008124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	80.916	7.0	0.0013678307256868088	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0113_000000016696	1822	0.8320049011107948	3	2	1	1	2	True	112415	maximal	False	SPA0013_000000014448	0.9270242430183037		0	0	False	False	0.9983534812927246	0					non-mobilizable	no_good_hit	837.0	88.53	83.0	0.00022323007758652107	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ITA0006_000000013570	1731	0.8320022557229855	3	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.38890375023435086		0	0	False	False	1.0	0					non-mobilizable	chromosome	1726.0	98.204	100.0	0.00048195455241339724	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0202_000000008828	1596	0.8320022557229855	3	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.2880551894401025		0	0	False	False	1.0	0					non-mobilizable	chromosome	1598.0	98.12299999999999	100.0	0.00044584994308626116	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0160_000000012824	1500	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.2770108576540858		0	0	False	False	1.0	0					non-mobilizable	chromosome	1505.0	95.814	100.0	0.00041954115799516984	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0182_000000019464	1480	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.2643472490042307		0	0	False	False	1.0	0					non-mobilizable	chromosome	1480.0	99.054	100.0	0.000413663663453543	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0034_01_000000035912	1442	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.20798481354410522		0	0	False	False	1.0	0					non-mobilizable	chromosome	1445.0	93.564	100.0	0.00040330807783258153	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0311_000000017184	1362	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.19387203547700066		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	93.28399999999999	98.0	0.0003282932111955095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0067_000000022702	1361	0.8320022557229855	3	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.06975460674572835		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	91.08200000000001	100.0	0.0003806377417434496	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0167_000000018664	1357	0.8320022557229855	3	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.07073413048080378		0	0	False	False	0.9933677315711975	0					non-mobilizable	chromosome	1340.0	94.925	99.0	0.00037420048581690595	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0032_000000023302	1344	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.18537026736027123		0	0	False	False	0.9940476417541504	0					non-mobilizable	chromosome	1340.0	98.28399999999999	100.0	0.00037448036650936437	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0213_000000020728	1327	0.8320022557229855	3	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.16992786155506864		0	0	False	False	0.9849284291267395	0					non-mobilizable	other	1331.0	95.492	100.0	0.000325105898465456	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0053_000000009659	1327	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.16795823205743343		0	0	False	False	1.0	0					non-mobilizable	chromosome	1333.0	92.49799999999999	100.0	0.0003711217981998634	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0024_000000009698	1322	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.14721340558861895		0	0	False	False	0.9962178468704224	0					non-mobilizable	chromosome	1325.0	93.132	100.0	0.0003702821561224881	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0035_000000009230	1309	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.1547112360513729		0	0	False	False	1.0	0					non-mobilizable	chromosome	1311.0	98.24600000000001	100.0	0.00036636382642807027	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0014_000000038429	1296	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.17005949624280522		0	0	False	False	0.9984567761421204	0					non-mobilizable	chromosome	742.0	98.92200000000001	100.0	0.00020739159311168834	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0118_000000011614	1274	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.11173677783798534		0	0	False	False	0.9992150664329529	0					non-mobilizable	chromosome	1278.0	92.958	100.0	0.0003571277635769424	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AUS0012_000000013672	1266	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.04916152548711553		0	0	False	False	1.0	0					non-mobilizable	chromosome	1267.0	99.29	100.0	0.000353489314574983	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0006_000000035470	1260	0.8320022557229855	3	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.042086886198450364		0	0	False	False	0.9992063641548157	0					non-mobilizable	chromosome	1261.0	97.22399999999999	100.0	0.00035153014972777403	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0132_000000024633	1236	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.05519970583768432		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	96.71799999999999	100.0	0.00028367083297476065	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0063_000000025082	1195	0.8320022557229855	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.08431402231754546		0	0	False	False	0.9983263611793518	0					non-mobilizable	chromosome	1197.0	97.243	100.0	0.0003347373081802689	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0064_000000005331	5044	0.8319992043285948	5	2	2	2	2	False	51076	maximal	True	FIJ0064_000000005331	1.0		2	1	False	False	0.9996035099029541	0					non-mobilizable	no_good_hit	137.0	90.51100000000001	3.0	0.000523227421767811	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
CHI0163_000000001744	5157	0.8319843914881441	6	5	4	5	2	False	79672	maximal	True	CHI0163_000000001744	1.0		2	1	True	True	1.0	31					non-mobilizable	no_good_hit	539.0	78.293	18.0	0.00018397038933204703	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	True
CHI0051_000000004281	3962	0.8319811484493794	9	2	2	2	2	False	86657	maximal	True	CHI0051_000000004281	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	96.319	7.0	0.2040302267002519	GQ880385.1		Uncultured organism clone VC1CH24TR genomic sequence	True	False
SPA0080_000000005302	2361	0.8319787544023299	3	3	3	3	3	False	35113	maximal	True	SPA0080_000000005302	1.0		132	12	False	False	1.0	0					non-mobilizable	other	2361.0	98.094	100.0	0.037635351715119524	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0794_000000009658	2073	0.8319768646947424	2	2	2	2	2	False	80410	fragment	False	ISR0794_000000009658	1.0		0	0	False	False	0.9995176196098328	0					non-mobilizable	other	2071.0	98.6	99.0	0.005219101406888206	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
USA0001_01_000000002016	7435	0.8319577460838768	11	6	2	3	5	False	110878	fragment	False	USA0001_01_000000002016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6393.0	96.465	88.0	0.01072897529293313	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
ISR0373_000000010753	1547	0.8319567923858525	2	2	2	1	1	False	23433	maximal	True	ISR0373_000000010753	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0109_000000029670	1239	0.8319545718669399	2	2	1	2	1	False	8486	fragment	False	MON0109_000000029670	1.0		0	0	False	False	0.9983857870101929	0					non-mobilizable	no_good_hit								True	False
ISR0789_000000013037	1099	0.8319534429997936	1	1	1	1	1	False	22087	fragment	False	ISR0789_000000013037	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	99.90899999999999	100.0	0.00016924372869521253	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0133_000000001022	14627	0.8319528303962374	17	8	2	8	1	False	65241	fragment	False	ISR0133_000000001022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0379_000000016569	1513	0.831949467846094	2	2	2	1	1	True	105717	fragment	False	ISR0379_000000016569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0011_000000001184	4745	0.8319490174491774	5	2	2	2	2	False	118660	fragment	False	CHI0116_000000003828	0.9947736054741929		0	0	False	False	1.0	0					non-mobilizable	other	4700.0	99.83	99.0	0.000909233276505447	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0101_01_000000000701	20434	0.8319488895023108	25	12	5	12	4	True	90500	fragment	False	USA0101_01_000000000701	1.0		0	0	False	False	0.9997063875198364	0					non-mobilizable	other	20426.0	99.917	99.0	0.328465979447759	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0153_000000004817	3560	0.8319425267714899	3	3	1	3	1	True	3227	fragment	False	SPA0153_000000004817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0028_000000010240	2982	0.8319419939088223	4	4	4	4	4	False	98154	maximal	False	FIJ0058_000000011780	0.500097740203938		0	0	False	False	0.9963111877441406	0					non-mobilizable	chromosome	2967.0	98.48299999999999	99.0	0.0007250952634850973	CP054563.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student chromosome, complete genome	False	False
CHI0125_000000002984	5357	0.8319390811346623	9	3	1	2	2	True	91097	maximal	True	CHI0125_000000002984	0.9999261447562777		6	1	True	True	1.0	343	rep_cluster_722	MOBV			mobilizable	no_good_hit	739.0	87.009	33.0	0.10551901629968545	KJ830769.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566a, complete sequence	True	True
MON0094_000000019373	1919	0.8319387955888922	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9877015711951186		0	0	False	False	1.0	0					non-mobilizable	chromosome	1678.0	83.90899999999999	97.0	0.0004422832378654205	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0052_000000016118	1735	0.8319387955888922	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9767176472919918		0	0	False	False	0.9948126673698425	0					non-mobilizable	chromosome	1495.0	82.34100000000001	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0109_000000020718	1735	0.8319387955888922	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9767176472919918		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.34100000000001	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0004_000000006821	3910	0.8319261376891265	3	1	0	1	0	True	86929	maximal	False	FIJ0045_000000005898	0.5652905909398254	PS139	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	270.0	94.444	9.0	0.0008524527823551781	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0204_000000002509	3831	0.8319261376891265	5	1	0	1	0	True	118401	maximal	False	ISR0237_000000002147	0.8027921416873348	PS271	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.716974266398378e-07	LR778285.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 33	True	True
ISR0211_000000005555	3726	0.8319261376891265	3	1	0	1	0	True	107544	maximal	True	ISR0211_000000005555	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
CHI0048_000000004735	3715	0.8319261376891265	2	1	0	1	0	True	86929	maximal	False	FIJ0045_000000005898	0.5730698935867715	PS139	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	87.0	87.35600000000001	3.0	0.00026936240334643176	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0092_000000008277	3712	0.8319261376891265	2	1	0	1	0	True	86929	maximal	False	FIJ0045_000000005898	0.5722921992657731	PS139	0	0	True	True	0.998652994632721	3					non-mobilizable	no_good_hit	85.0	96.471	2.0	0.00026302446444416276	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0018_000000009930	3617	0.8319261376891265	4	1	0	1	0	True	118401	maximal	False	ISR0237_000000002147	0.7727012454718254	PS271	0	0	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
MAD0053_000000003513	3497	0.8319261376891265	2	1	0	1	0	True	17225	maximal	True	MAD0053_000000003513	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
ETH0005_000000014537	3297	0.8319261376891265	3	1	0	1	0	True	52777	maximal	True	ETH0005_000000014537	1.0		1	1	True	True	0.999696671962738	9					non-mobilizable	no_good_hit	34.0	97.059	1.0	5.249568505974936e-07	CP048843.1	bivalves	Crassostrea gigas strain QD chromosome 5	True	True
ETH0002_000000008512	3283	0.8319261376891265	3	1	0	1	0	True	106639	maximal	True	ETH0002_000000008512	0.9617391826524299		2	2	True	True	1.0	41					non-mobilizable	no_good_hit								True	True
SPA0084_000000005043	3281	0.8319261376891265	3	1	0	1	0	True	5583	maximal	False	SPA0083_000000004600	1.0		0	0	True	True	1.0	62					non-mobilizable	no_good_hit								True	True
SPA0083_000000004600	3281	0.8319261376891265	3	1	0	1	0	True	5583	maximal	True	SPA0083_000000004600	1.0		2	1	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
AST0113_000000011580	3216	0.8319261376891265	3	1	0	1	0	True	106639	maximal	False	ETH0002_000000008512	0.921298967740584		0	0	True	True	0.9968905448913574	24					non-mobilizable	no_good_hit								True	True
ETH0001_000000008383	3207	0.8319261376891265	3	2	0	2	0	True	53562	maximal	True	ETH0001_000000008383	1.0		2	1	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
MAD0089_000000007201	3091	0.8319261376891265	3	1	0	1	0	True	15840	maximal	True	MAD0089_000000007201	1.0		1	1	True	True	0.9993529319763184	10					non-mobilizable	no_good_hit								True	True
TAN0007_000000011872	3074	0.8319261376891265	2	1	0	1	0	True	106639	maximal	False	ETH0002_000000008512	0.6295055335567062		0	0	True	True	0.9980481266975403	9					non-mobilizable	no_good_hit								True	True
ISR0776_000000008196	3052	0.8319261376891265	5	1	0	1	0	True	22430	maximal	True	ISR0776_000000008196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0024_000000013088	2499	0.8319261376891265	3	1	0	1	0	True	98948	maximal	True	AUS0024_000000013088	1.0		1	1	False	False	0.999599814414978	0					non-mobilizable	no_good_hit								True	True
FIJ0140_000000012446	2446	0.8319261376891265	2	1	0	1	0	True	42788	fragment	False	FIJ0140_000000012446	0.9889858686616791		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	96.296	2.0	0.00016478641145899352	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0099_000000009304	2406	0.8319261376891265	2	1	0	1	0	True	42788	fragment	False	FIJ0140_000000012446	0.9816026165167621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0018454577925943565	NZ_QGGW01000020.1	a-proteobacteria	Roseicyclus mahoneyensis strain DSM 16097 Ga0215646_120, whole genome shotgun sequence	True	True
ENG0080_000000013895	1924	0.8319261376891265	2	1	0	1	0	True	61740	fragment	False	ENG0080_000000013895	1.0		0	0	False	False	0.9781704545021057	0					non-mobilizable	no_good_hit								True	True
AST0097_000000012179	1774	0.8319261376891265	2	1	0	1	0	True	108975	maximal	True	AST0097_000000012179	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0107_000000009053	1627	0.8319261376891265	3	2	0	2	0	True	83013	maximal	True	CHI0107_000000009053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0100_000000001636	1584	0.8319261376891265	2	1	0	1	0	True	83334	fragment	False	CHI0100_000000001636	1.0		0	0	False	False	0.9962121248245239	0					non-mobilizable	no_good_hit								True	True
ENG0061_000000013374	1573	0.8319261376891265	2	1	0	1	0	True	63247	maximal	True	ENG0061_000000013374	1.0		1	1	False	False	0.9930070042610168	0					non-mobilizable	no_good_hit								True	True
ISR0806_000000008057	1544	0.8319261376891265	2	1	0	1	0	True	21774	fragment	False	ISR0806_000000008057	1.0		0	0	False	False	0.9987046718597412	0					non-mobilizable	no_good_hit								True	True
ISR0028_000000013032	1491	0.8319261376891265	1	1	0	1	0	True	37193	maximal	True	ISR0028_000000013032	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0034_000000023378	1198	0.8319261376891265	1	1	0	1	0	True	48075	fragment	False	FIJ0034_000000023378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0132_01_000000014088	1106	0.8319261376891265	1	1	0	1	0	True	67	maximal	True	USA0132_01_000000014088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0169_000000022071	1106	0.8319261376891265	1	1	0	1	0	True	55870	fragment	False	ENG0169_000000022071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0041_01_000000007188	2812	0.8319214567670518	4	4	4	4	4	False	95677	fragment	False	CAN0006_000000016678	0.6651654303374549		0	0	False	False	0.9992887377738953	0					non-mobilizable	other	2793.0	99.64200000000001	99.0	0.00688807859120043	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0150_000000012293	1908	0.8319204450943953	1	1	1	1	1	True	55204	fragment	False	ISR0150_000000012293	1.0		0	0	False	False	0.99947589635849	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
ISR0777_000000014060	1239	0.8319204450943953	2	1	1	1	1	True	31387	fragment	False	ISR0136_000000007791	1.0		0	0	False	False	0.9983857870101929	0					non-mobilizable	no_good_hit								True	True
ISR0136_000000007791	1239	0.8319204450943953	2	1	1	1	1	True	31387	fragment	False	ISR0136_000000007791	1.0		0	0	False	False	0.9991928935050964	0					non-mobilizable	no_good_hit								True	True
ENG0182_000000024425	1149	0.8319204450943953	1	1	1	1	1	True	55203	fragment	False	ENG0182_000000024425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0061_000000039075	1129	0.8319204450943953	1	1	1	1	1	True	71766	fragment	False	DEN0061_000000039075	1.0		0	0	False	False	0.992914080619812	0					non-mobilizable	no_good_hit								True	True
ISR0099_000000008703	2400	0.8319165571488815	5	1	1	1	1	False	35748	fragment	False	ISR0197_000000009569	0.9110266159695817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	76.90899999999999	45.0	0.004381721959824731	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
SPA0097_000000020091	1633	0.8319165571488815	4	1	1	1	1	False	102328	fragment	False	SPA0097_000000020091	0.9950099800399201		0	0	False	False	1.0	0					non-mobilizable	other	1633.0	99.755	100.0	0.012628255722178374	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0011_000000019088	1503	0.8319165571488815	4	1	1	1	1	False	102328	fragment	False	SPA0097_000000020091	0.9556031843233312		0	0	False	False	0.9827012419700623	0					non-mobilizable	other	1503.0	99.734	100.0	0.011622328489406813	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0010_000000017316	1479	0.8319165571488815	3	1	1	1	1	False	115206	fragment	False	ENG0165_000000011253	0.4722047738693468		0	0	False	False	0.9864773750305176	0					non-mobilizable	other	1441.0	99.584	97.0	0.011142578578392683	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AUS0004_000000014781	1350	0.8319165571488815	4	1	1	1	1	False	102325	fragment	False	ITA0005_000000013951	0.9783111264158425		0	0	False	False	0.9859259128570557	0					non-mobilizable	other	1350.0	99.852	100.0	0.01043842951545259	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0175_000000018583	1337	0.8319165571488815	3	1	1	1	1	False	55586	fragment	False	ENG0175_000000018583	0.9719499777738196		0	0	False	False	0.9992520809173584	0					non-mobilizable	other	1259.0	98.809	94.0	0.009734280452512496	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ITA0005_000000013951	1326	0.8319165571488815	4	1	1	1	1	False	102325	fragment	False	ITA0005_000000013951	0.9816952571693951		0	0	False	False	0.9954751133918762	0					non-mobilizable	other	1308.0	99.771	99.0	0.01011343764024947	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0151_000000015281	1286	0.8319165571488815	3	1	1	1	1	False	55586	fragment	False	ENG0175_000000018583	0.7309121639303079		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	99.49600000000001	93.0	0.009200365228964514	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0069_000000017511	1256	0.8319165571488815	3	1	1	1	1	False	55586	fragment	False	ENG0175_000000018583	0.9630054577749447		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	99.28200000000001	99.0	0.009695590943559745	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0180_000000014634	1236	0.8319165571488815	3	1	1	1	1	False	55304	fragment	False	ENG0180_000000014634	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	99.838	100.0	0.009556308711329837	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0083_000000033312	1232	0.8319165571488815	4	1	1	1	1	False	102325	fragment	False	ITA0005_000000013951	0.7267829744629948		0	0	False	False	0.9602272510528564	0					non-mobilizable	other	1232.0	99.838	100.0	0.009525357104167635	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0070_000000016479	1217	0.8319165571488815	3	1	1	1	1	False	55586	fragment	False	ENG0175_000000018583	0.9479502731473204		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1215.0	99.259	99.0	0.009393812773728276	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0044_01_000000022924	1160	0.8319165571488815	4	1	1	1	1	False	102325	fragment	False	ITA0005_000000013951	0.4851866883116883		0	0	False	False	0.9956896305084229	0					non-mobilizable	other	1160.0	99.82799999999999	100.0	0.008968228175248	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0087_000000034715	1133	0.8319165571488815	3	1	1	1	1	False	33801	fragment	False	ISR0087_000000034715	1.0		0	0	False	False	0.999117374420166	0					non-mobilizable	other	1133.0	99.735	100.0	0.008759304826903137	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0106_000000007876	2610	0.8319155231461962	4	4	4	4	3	True	14743	maximal	True	MAD0106_000000007876	1.0		14	2	False	False	0.9793103337287903	0					non-mobilizable	chromosome	2594.0	99.152	100.0	0.0007308517819620819	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	True
ISR0258_000000020662	1391	0.8319079232970962	3	2	2	1	1	False	26772	maximal	True	ISR0258_000000020662	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0076_000000015356	1180	0.8319079232970962	2	2	2	1	1	False	5716	fragment	False	SPA0076_000000015356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000009685	4652	0.8319020773779137	4	4	4	4	4	False	105546	fragment	False	USA0037_01_000000006525	0.5752721596623799		0	0	False	False	1.0	0					non-mobilizable	other	4652.0	99.37700000000001	100.0	0.006687111889429015	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0043_000000011349	1945	0.8318995754645642	3	2	2	2	1	False	38163	fragment	False	ISR0180_000000010660	0.9415855274944853		0	0	False	False	0.9866324067115784	0					non-mobilizable	no_good_hit	747.0	82.463	38.0	0.004784873625313525	NZ_JAAIPV010000006.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_6_length_155490_cov_78.5241, whole genome shotgun sequence	True	False
ENG0034_000000009950	1481	0.8318938881493827	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.865172282965722		0	0	False	False	0.9993247985839844	0					non-mobilizable	chromosome	1385.0	96.823	100.0	0.0004883751539846155	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0071_000000003395	6114	0.8318938173724276	9	5	3	4	3	False	100067	backbone	False	ENG0060_000000003853	0.9982918867622316	PS336|PS567	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0256_000000002423	7043	0.8318861603533642	9	2	1	1	2	False	116323	backbone	True	ISR0256_000000002423	1.0	PS336|PS768|PS769	2	2	True	True	0.9991480708122253	15					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
USA0083_01_000000009041	3385	0.8318843937447898	5	2	1	2	1	False	503	maximal	True	USA0083_01_000000009041	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	85.939	38.0	0.0223236455648308	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	False
ISR0009_000000007928	3921	0.8318747621016529	4	3	3	3	3	False	89457	fragment	False	ISR0065_000000007352	0.9596971177332682		0	0	False	False	0.9997449517250061	0					non-mobilizable	no_good_hit	2445.0	99.91799999999999	62.0	0.12429435996541728	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
ISR0090_000000018376	1651	0.8318575536347279	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.8457321708188699		0	0	False	False	0.998788595199585	0					non-mobilizable	other	1646.0	98.846	99.0	0.015079845259703354	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0151_000000010401	2252	0.8318433012689574	3	2	2	2	2	False	57107	fragment	False	ENG0151_000000010401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0167_000000007821	2522	0.8318332498893665	3	2	0	2	0	True	78188	fragment	False	CHI0167_000000007821	1.0		0	0	False	False	0.9944488406181335	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000026915	1492	0.8318279181128512	3	1	1	1	1	False	95206	maximal	True	CAN0007_000000026915	1.0		6	5	False	False	0.9906166195869446	0					non-mobilizable	no_good_hit								True	False
FIJ0003_000000011756	2034	0.8318219384302818	3	3	3	3	1	False	83881	fragment	False	FIJ0079_000000013373	0.9776316915157828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	40.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
DEN0011_000000013936	3045	0.8318184935408667	5	3	3	3	3	False	75735	fragment	False	DEN0011_000000013936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2205.0	92.29	72.0	0.049240980335000115	NZ_QRYH01000021.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf21, whole genome shotgun sequence	True	False
ISR0788_000000003610	2036	0.8318184008773818	2	1	1	1	1	False	22114	fragment	False	ISR0788_000000003610	1.0		0	0	False	False	0.994106113910675	0					non-mobilizable	no_good_hit								True	False
SPA0059_000000013295	1859	0.8317984453092856	4	3	2	2	2	False	99509	fragment	False	SPA0059_000000013295	1.0		0	0	False	False	0.9940828680992126	0					non-mobilizable	other	1064.0	98.12	100.0	0.00031719448207163573	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0057_000000000333	40855	0.8317977501194692	46	16	7	9	10	True	112554	fragment	False	SPA0057_000000000333	1.0		0	0	False	False	0.9999265670776367	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0062717770034843206	XR_004690012.1	wasps, ants, and bees	PREDICTED: Chelonus insularis mitogen-activated protein kinase kinase kinase 15 (LOC118064029), transcript variant X4, misc_RNA	True	True
ENG0109_000000003215	6998	0.8317903142351131	11	6	4	4	5	True	104861	fragment	False	ENG0064_000000003076	0.9644491237317855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1613.0	82.82700000000001	39.0	0.20002490970232906	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0180_000000003755	3802	0.8317862684791275	7	2	1	2	1	False	81771	fragment	False	CHI0180_000000003755	1.0		0	0	False	False	0.9963177442550659	0					non-mobilizable	no_good_hit	2706.0	99.15	73.0	0.0007508983565767477	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0035_01_000000007756	3224	0.8317862684791275	5	2	1	2	1	False	81770	fragment	False	USA0035_01_000000007756	0.9612257661038148		0	0	False	False	0.9968982338905334	0					non-mobilizable	no_good_hit	2104.0	99.19200000000001	67.0	0.0005840011996600963	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0122_000000004216	3198	0.8317862684791275	7	2	1	2	1	False	81770	fragment	False	USA0035_01_000000007756	0.9576612903225806		0	0	False	False	0.995309591293335	0					non-mobilizable	no_good_hit	1836.0	99.619	64.0	0.0005095778418337027	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0354_000000010773	1776	0.8317862684791275	3	2	1	2	1	False	73019	fragment	False	ISR0354_000000010773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	98.36399999999999	55.0	0.0002713120171506962	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0129_000000020920	1297	0.8317855838757224	2	2	2	2	2	False	86194	fragment	False	CHI0055_000000012503	0.9529326574945691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	71.75	30.0	0.17288284335234752	NZ_LT985763.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
ISR0036_000000001692	4931	0.8317819723206598	6	2	2	1	2	False	82555	maximal	True	ISR0036_000000001692	1.0		0	0	False	False	0.9959440231323242	0					non-mobilizable	no_good_hit	2409.0	75.55	49.0	0.009718643048182683	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
CHI0070_000000003808	2831	0.8317819723206598	3	2	2	1	2	False	85010	fragment	False	CHI0070_000000003808	1.0		0	0	False	False	0.999646782875061	0					non-mobilizable	no_good_hit	2352.0	73.214	82.0	0.014293250581846393	NZ_FMXR01000010.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
SPA0142_000000010746	2636	0.8317723520966633	4	4	3	4	2	False	97080	fragment	False	SPA0142_000000010746	0.9781738085702844		0	0	False	False	0.9996206164360046	0					non-mobilizable	other	2489.0	99.839	97.0	0.0010334165715491447	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
CAN0012_000000002823	18367	0.8317697820160667	24	13	7	12	10	True	94350	maximal	True	CAN0012_000000002823	1.0		1	1	False	False	0.9995099902153015	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.003038619878455205	NZ_VZIZ01000045.1	g-proteobacteria	Psychrobacter nivimaris strain LAMA 639 contig45, whole genome shotgun sequence	True	True
ENG0003_000000004570	4906	0.8317666726145079	5	5	2	4	5	False	67926	fragment	False	MAD0104_000000001977	0.9520291568163909		0	0	False	False	0.9973501563072205	0					non-mobilizable	chromosome	4906.0	98.512	100.0	0.0010782167679523641	CP057458.1	enterobacteria	Escherichia fergusonii strain RHB26-C09 chromosome, complete genome	False	False
ISR0208_000000012411	2197	0.8317659735598776	2	2	2	1	2	False	28517	fragment	False	ISR0208_000000012411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	76.832	76.0	0.008128173922393778	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0112_000000032599	1220	0.8317648927702732	2	2	2	2	1	False	32604	maximal	True	ISR0112_000000032599	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	5.0	1.1184164879444023e-05	NZ_AP022595.1	high GC Gram+	Mycolicibacterium sarraceniae strain JCM 30395	True	False
ENG0017_000000005286	4201	0.8317568403435396	4	4	4	3	2	False	110936	fragment	False	ENG0017_000000005286	1.0		0	0	False	False	0.9952392578125	0					non-mobilizable	no_good_hit	850.0	76.118	20.0	0.00023098566732557692	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
MON0015_000000002100	11966	0.8317486243104102	9	7	7	7	7	False	63116	maximal	True	MON0015_000000002100	1.0		4	1	False	False	0.9991642832756042	0					non-mobilizable	no_good_hit	1889.0	99.1	16.0	0.02587790235477946	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	True	False
ISR0396_000000001969	9239	0.8317447324018402	11	4	3	4	2	True	121713	fragment	False	ISR0150_000000002102	0.972343978292632		0	0	False	False	0.9993506073951721	0					non-mobilizable	no_good_hit	74.0	98.649	1.0	1.9195811211037432e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0201_000000003495	7267	0.8317447324018402	9	4	3	4	2	True	121707	fragment	False	ENG0182_000000003461	0.9584369576185635		0	0	False	False	0.9994495511054993	0					non-mobilizable	no_good_hit	85.0	94.118	2.0	3.401317334301548e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
MON0070_000000017395	1941	0.8317421101322902	3	2	2	1	2	False	10453	fragment	False	MON0070_000000017395	1.0		0	0	False	False	0.9943327903747559	0					non-mobilizable	chromosome	1859.0	97.633	96.0	0.0007240297202899392	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0166_000000015497	1400	0.8317387513604112	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.5989289989835413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0779_000000027057	1294	0.8317387513604112	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.5375414714241471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	100.0	4.0	0.00010245965912298714	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0084_000000023311	1281	0.8317387513604112	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.42321503948603667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	98.529	11.0	0.0037873474540608782	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	False
ENG0143_000000016037	1189	0.8317387513604112	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.4183237950084144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	98.182	5.0	0.0001129147263804348	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0139_000000013571	2048	0.8317320701675649	4	1	1	1	1	False	84830	fragment	False	ISR0150_000000010977	0.9691037735849057		0	0	False	False	1.0	0					non-mobilizable	other	2048.0	97.16799999999999	100.0	0.013760321929415896	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0098_000000013973	2295	0.8317304631558043	2	2	2	1	1	False	9200	fragment	False	MON0098_000000013973	1.0		0	0	False	False	0.9995642900466919	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	4.511995365278361e-06	CP026124.1	b-proteobacteria	Achromobacter sp. AONIH1 chromosome, complete genome	True	False
ISR0147_000000009668	2516	0.8317298319065696	5	4	4	4	3	False	86872	fragment	False	ISR0147_000000009668	0.9949979455110448		0	0	False	False	0.9996025562286377	0					non-mobilizable	other	2516.0	99.285	100.0	0.00688333903523777	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0065_000000005945	4877	0.8317251785558952	12	1	1	1	1	False	115247	fragment	False	ISR0065_000000005945	1.0		0	0	False	False	0.9961041808128357	0					non-mobilizable	no_good_hit								True	False
ISR0364_000000003189	4552	0.8317251785558952	10	1	1	1	1	False	36458	fragment	False	ISR0364_000000003189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0131_000000005617	4519	0.8317251785558952	10	1	1	1	1	False	36459	fragment	False	ISR0131_000000005617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000008550	3389	0.8317251785558952	9	1	1	1	1	False	115243	fragment	False	ISR0046_000000008550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000014021	2800	0.8317251785558952	6	1	1	1	1	False	115240	fragment	False	ISR0814_000000014021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	90.291	4.0	0.00026460598009515017	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
DEN0040_000000003662	2189	0.8317251785558952	6	1	1	1	1	False	115241	fragment	False	DEN0040_000000003662	1.0		0	0	False	False	0.9977158308029175	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000016305	1670	0.8317251785558952	4	1	1	1	1	False	70706	fragment	False	DEN0069_000000016305	1.0		0	0	False	False	0.9880239367485046	0					non-mobilizable	no_good_hit								True	False
AST0047_000000013561	1669	0.8317251785558952	4	1	1	1	1	False	115239	fragment	False	AST0047_000000013561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0085_000000025767	1236	0.8317251785558952	3	1	1	1	1	False	9767	fragment	False	MON0085_000000025767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0275_000000006365	2204	0.8317205945885319	5	4	4	4	3	False	68046	fragment	False	ISR0275_000000006365	1.0		0	0	False	False	0.9995462894439697	0					non-mobilizable	no_good_hit	1666.0	86.495	83.0	0.014870720527145108	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0183_000000001480	20584	0.8317205570046013	23	15	11	11	6	True	109367	fragment	False	ISR0183_000000001480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4170.0	98.48899999999999	75.0	0.0932793232325493	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0282_000000015807	1540	0.8317136216433305	2	2	2	2	2	True	91438	maximal	False	FIJ0152_000000015992	0.9580801944106927		0	0	False	False	0.9915584325790405	0					non-mobilizable	no_good_hit	168.0	73.81	11.0	0.21052631578947367	KP449625.1	bacteria	Uncultured bacterium clone contig87268 genomic sequence	True	True
MAD0106_000000009093	2317	0.8317007744267807	3	3	3	3	2	False	84973	maximal	True	MAD0106_000000009093	1.0		8	2	False	False	0.9995684027671814	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000001588	17920	0.8316981774896385	19	18	16	18	15	False	104540	maximal	True	USA0026_01_000000001588	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1414.0	75.318	8.0	0.0006753241748713898	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0282_000000006047	3429	0.8316978846013795	3	3	3	3	3	False	72868	fragment	False	DEN0065_000000009649	0.9981682154545547		0	0	False	False	0.999708354473114	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000009649	3405	0.8316978846013795	3	3	3	3	3	False	72868	fragment	False	DEN0065_000000009649	0.9997031957880447		0	0	False	False	0.997944176197052	0					non-mobilizable	no_good_hit								True	False
MON0098_000000025934	1369	0.8316950829445181	2	2	2	2	1	False	9185	maximal	True	MON0098_000000025934	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	77.926	21.0	9.339696227177113e-05	NC_017790.1	bacteria	Deinococcus gobiensis I-0, complete sequence	True	False
ISR0207_000000019327	1560	0.8316795585155502	2	2	2	2	2	False	85629	fragment	False	ISR0258_000000017778	0.38180653427290195		0	0	False	False	0.9993589520454407	0					non-mobilizable	other	1560.0	99.80799999999999	100.0	0.00032925839983796853	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0269_000000001127	8499	0.8316790867041506	25	3	1	1	2	True	43450	maximal	True	ISR0269_000000001127	1.0		1	1	False	False	0.9996470212936401	0					non-mobilizable	no_good_hit	357.0	96.639	8.0	9.496552031368498e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0079_000000002736	1948	0.8316790867041506	3	3	1	1	2	True	43449	fragment	False	MAD0079_000000002736	1.0		0	0	False	False	0.9994866251945496	0					non-mobilizable	no_good_hit								True	True
ISR0817_000000002645	4348	0.8316753264770084	3	2	2	2	1	True	21380	maximal	True	ISR0817_000000002645	1.0		1	1	False	False	0.9951701760292053	0					non-mobilizable	no_good_hit	49.0	97.959	1.0	0.00021867383430901346	NZ_SMAE01000003.1	firmicutes	Keratinibaculum paraultunense strain DSM 26752 Ga0244701_103, whole genome shotgun sequence	True	True
ISR0288_000000003169	7860	0.8316630326153442	6	4	3	4	1	True	102615	maximal	True	ISR0288_000000003169	1.0		1	1	False	False	0.9992366433143616	0					non-mobilizable	no_good_hit	1767.0	96.265	22.0	0.07323546487517625	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	True
ISR0114_000000005850	4522	0.8316581445073539	6	5	4	5	3	False	66541	fragment	False	ISR0114_000000005850	1.0		0	0	False	False	0.9960194826126099	0					non-mobilizable	no_good_hit	144.0	81.25	3.0	0.0008091214194952677	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
SPA0102_000000002866	12059	0.8316560913702119	13	11	2	3	11	True	24154	fragment	False	SPA0102_000000002866	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	12059.0	99.94200000000001	100.0	0.11757364197470675	LS999562.1	enterobacteria	Escherichia coli isolate EC-TO143 genome assembly, plasmid: 3	False	True
DEN0007_000000003644	7824	0.8316504504687862	10	5	3	4	4	False	110863	maximal	True	DEN0007_000000003644	1.0		9	5	False	False	0.9987218976020813	0					non-mobilizable	no_good_hit	6731.0	94.637	86.0	0.04078239074628134	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	True	False
ENG0068_000000022832	1173	0.8316496899915968	2	2	1	1	2	False	62523	fragment	False	ENG0068_000000022832	1.0		0	0	False	False	0.9573742747306824	0					non-mobilizable	plasmid	1173.0	100.0	100.0	0.00410382825548782	MK933279.1	enterobacteria	Enterobacter hormaechei strain SCNJ07 plasmid pMCR-SCNJ07, complete sequence	False	True
MON0042_000000006753	3820	0.8316462255583058	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.21887345152604865		0	0	False	False	1.0	0					non-mobilizable	chromosome	3862.0	87.934	100.0	0.0013486776289950869	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0033_000000004666	3947	0.8316434010032542	2	2	1	1	2	False	118065	fragment	False	MAD0033_000000004666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	78.39	6.0	0.026694045174537988	NZ_KB291622.1	firmicutes	Clostridium celatum DSM 1785 Scfld29, whole genome shotgun sequence	True	False
CHI0067_000000007058	1641	0.8316406472300278	3	2	2	2	2	False	92669	fragment	False	CHI0067_000000007058	0.9700504903763838		0	0	False	False	0.9993906021118164	0					non-mobilizable	chromosome	1641.0	98.477	100.0	0.00047540572545029476	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0004_000000004896	1482	0.8316406472300278	3	2	2	2	2	False	92669	fragment	False	CHI0067_000000007058	0.8227847302434951		0	0	False	False	0.9844804406166077	0					non-mobilizable	chromosome	1482.0	98.71799999999999	100.0	0.00042931456060480886	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0007_000000008444	2188	0.8316351651538992	3	3	3	3	3	False	127074	maximal	False	MON0107_000000027237	0.9513476473275468		0	0	False	False	0.9949725866317749	0					non-mobilizable	chromosome	2170.0	98.20299999999999	99.0	0.0006836635921242207	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0014_000000030227	1151	0.8316341706501467	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.07301798269650456		0	0	False	False	0.9965247511863708	0					non-mobilizable	chromosome	1153.0	86.64399999999999	100.0	0.0003850637021249525	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0161_000000021494	1439	0.8316331612534873	3	2	2	2	1	False	30380	fragment	False	ISR0161_000000021494	1.0		0	0	False	False	0.995135486125946	0					non-mobilizable	no_good_hit	157.0	77.07	11.0	0.00015852460940153873	NZ_FQXP01000003.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
AST0003_000000005086	6876	0.831632280405672	11	4	1	2	2	True	130750	maximal	True	AST0003_000000005086	1.0		1	1	False	False	0.999854564666748	0					non-mobilizable	no_good_hit								True	True
AST0040_000000001098	14122	0.8316211464312636	11	9	6	8	5	True	125344	fragment	False	AST0040_000000001098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2271.0	77.675	27.0	0.004692234185142513	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0266_000000009373	1974	0.8316202353589924	5	4	3	4	4	False	95208	fragment	False	ISR0266_000000009373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	99.10700000000001	6.0	4.390161134734045e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0034_000000024202	1158	0.8316086929713967	2	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.033754427435421085		0	0	False	False	0.9991364479064941	0					non-mobilizable	other	1030.0	93.301	97.0	0.014321173583221776	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0094_000000018008	2059	0.8316074785136242	3	3	3	3	2	False	92181	fragment	False	SPA0100_000000012690	0.6707819998137433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	78.91199999999999	7.0	3.672693816363165e-05	NC_007519.1	d-proteobacteria	Desulfovibrio alaskensis G20, complete sequence	True	False
FIJ0153_000000012703	2053	0.8316074785136242	3	3	3	3	2	False	92181	fragment	False	SPA0100_000000012690	0.6744629764216604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	80.137	7.0	3.672693816363165e-05	NC_007519.1	d-proteobacteria	Desulfovibrio alaskensis G20, complete sequence	True	False
ISR0324_000000020182	1527	0.8316073683308447	2	2	1	2	1	False	64129	maximal	True	ISR0324_000000020182	0.9902619207521827		105	10	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	78.652	12.0	0.000617504859342217	CP054034.1	a-proteobacteria	Rhizobium indicum strain JKLM 13E plasmid pPR13E03, complete sequence	True	False
DEN0092_000000000364	11597	0.831601231627691	8	7	5	6	5	False	68594	maximal	True	DEN0092_000000000364	1.0		4	2	False	False	0.99991375207901	0					non-mobilizable	no_good_hit	3911.0	88.315	53.0	0.0034775667413606717	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
MON0061_000000023245	1940	0.8315998966076397	3	3	3	3	3	False	10821	maximal	True	MON0061_000000023245	1.0		1	1	False	False	0.9783505201339722	0					non-mobilizable	other	1850.0	90.162	95.0	0.025297332930480403	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0375_000000011951	1880	0.8315964860270948	4	2	1	1	2	False	102330	fragment	False	ISR0375_000000011951	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1880.0	99.62799999999999	100.0	0.014531779562653791	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0148_000000018145	1602	0.8315964860270948	5	2	1	1	2	False	102326	fragment	False	ISR0148_000000018145	1.0		0	0	False	False	0.9812734127044678	0					non-mobilizable	other	1602.0	99.56299999999999	100.0	0.01238064286488076	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0781_000000007415	3510	0.8315900812269419	4	4	4	4	3	False	102130	maximal	True	ISR0781_000000007415	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	94.67	36.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CAN0002_000000007297	2533	0.8315790711167583	3	3	3	3	2	False	96945	maximal	True	CAN0002_000000007297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	98.67200000000001	39.0	0.00022112503806945633	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
FIJ0091_000000011359	1994	0.8315771028735361	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.47554480602947097		0	0	False	False	1.0	0					non-mobilizable	other	1994.0	96.891	100.0	0.0045118606215586304	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0009_01_000000019119	1348	0.8315763997175732	2	2	2	1	1	False	23073	fragment	False	ISR0384_000000014305	0.9514140681653371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	92.294	86.0	0.004558616140029311	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
MON0025_000000015541	2450	0.8315683953137479	4	3	0	1	3	False	98446	fragment	False	MON0025_000000015541	1.0		0	0	False	False	1.0	0	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	2373.0	100.0	97.0	0.46031437997283137	CP051704.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-4, complete sequence	False	True
CHI0174_000000003788	4156	0.8315638797530421	5	2	1	2	1	False	77850	maximal	True	CHI0174_000000003788	1.0		2	1	False	False	0.9997593760490417	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.147238472972079e-06	CP013849.1	firmicutes	Clostridium botulinum strain Mauritius chromosome, complete genome	True	False
ENG0064_000000003076	7431	0.8315447946453011	12	7	4	4	6	True	104861	fragment	False	ENG0064_000000003076	0.9990152981384887		0	0	False	False	0.9998654127120972	0					non-mobilizable	no_good_hit	1613.0	82.82700000000001	38.0	0.20002490970232906	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0224_000000003255	7230	0.8315447946453011	11	7	4	4	6	True	104861	fragment	False	ENG0064_000000003076	0.9850575006089769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1613.0	82.82700000000001	37.0	0.20002490970232906	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CAN0004_000000025957	1131	0.8315442169412055	3	2	2	1	1	False	95987	fragment	False	ISR0316_000000017359	0.8090188169366953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	85.34200000000001	39.0	8.162766633704383e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0159_000000008351	2719	0.8315418938134972	3	2	2	2	1	False	111980	fragment	False	ENG0159_000000008351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	80.71300000000001	23.0	0.00220318763635582	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0033_000000016844	4004	0.8315361815888942	5	4	1	2	3	False	41919	fragment	False	MON0107_000000013480	0.9708773654460555		0	0	False	False	0.9947552680969238	0					non-mobilizable	no_good_hit	1459.0	78.821	36.0	0.21983020012128562	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
CHI0135_000000000881	19654	0.8315340608549215	16	14	12	10	11	True	120831	maximal	True	CHI0135_000000000881	0.9565922678854457		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	8826.0	92.545	45.0	0.002862012391870143	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ENG0096_000000007594	4346	0.8315337804803846	4	3	3	3	3	False	127846	fragment	False	ENG0096_000000007594	1.0		0	0	False	False	0.9986194372177124	0					non-mobilizable	no_good_hit	935.0	91.65799999999999	34.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0021_000000004019	4617	0.8315296452791255	7	4	2	3	3	False	111821	fragment	False	ENG0021_000000004019	0.9835189815867242		0	0	False	False	0.9969677329063416	0					non-mobilizable	no_good_hit	80.0	91.25	2.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
SPA0126_000000017655	2395	0.8315284012818653	3	2	2	2	1	True	91781	maximal	True	SPA0126_000000017655	1.0		4	3	False	False	0.9929018616676331	0					non-mobilizable	no_good_hit	84.0	96.429	4.0	2.4695358657921697e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0209_000000008932	2093	0.8315284012818653	2	2	2	2	1	True	91779	fragment	False	ENG0209_000000008932	0.9611111736856531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	88.742	8.0	5.276534683654039e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0107_000000013511	1974	0.8315284012818653	2	2	2	2	1	True	91779	fragment	False	ENG0209_000000008932	0.9558471771973279		0	0	False	False	0.9949341416358948	0					non-mobilizable	no_good_hit	53.0	86.792	3.0	3.970841803189808e-05	NZ_JZEY01000061.1	a-proteobacteria	Devosia chinhatensis strain IPL18 NODE_61, whole genome shotgun sequence	True	True
MON0041_000000034854	1889	0.8315284012818653	2	2	2	2	1	True	91779	fragment	False	ENG0209_000000008932	0.640999662276258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	1.2471924312602963e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	True
CHI0141_000000016246	1702	0.8315284012818653	2	2	2	2	1	True	91775	fragment	False	USA0036_01_000000019659	0.8259553146204707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	91.19200000000001	11.0	5.752211589832981e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
FIJ0043_000000018794	1545	0.8315284012818653	2	2	2	2	1	True	91776	fragment	False	ISR0038_000000020878	0.9352078239608802		0	0	False	False	0.985760509967804	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010503302705183963	NZ_WURB01000008.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold8, whole genome shotgun sequence	True	True
USA0011_01_000000024019	1502	0.8315284012818653	2	2	2	2	1	True	91775	fragment	False	USA0036_01_000000019659	0.6178405803374972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	3.0	1.69982325379459e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0074_000000019536	1207	0.831525488192565	2	2	2	2	2	False	62139	fragment	False	ENG0074_000000019536	0.9991228070175439		0	0	False	False	0.9933720231056213	0					non-mobilizable	other	1206.0	85.24	99.0	0.00466932709722206	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0063_000000002594	7379	0.8315192407184341	8	6	1	2	3	False	72771	fragment	False	ISR0063_000000002594	0.981453804347826		0	0	False	False	0.9998644590377808	0					non-mobilizable	chromosome	7380.0	99.729	100.0	0.0013234713582970033	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
SPA0055_000000005447	5589	0.8315179815225416	7	7	5	6	6	False	100927	fragment	False	SPA0055_000000005447	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5589.0	99.89299999999999	100.0	0.0010387565110496144	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0047_000000003843	6736	0.8315139649900277	9	7	3	5	6	False	83085	maximal	True	ISR0047_000000003843	1.0	PS412	0	0	False	True	0.9998515248298645	0					non-mobilizable	no_good_hit	3541.0	97.79700000000001	75.0	0.0010711271425192655	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0051_000000019790	1915	0.8315003802376749	4	2	2	2	2	False	35844	fragment	False	ISR0051_000000019790	0.9868212967843965		0	0	False	False	0.992689311504364	0					non-mobilizable	other	1915.0	98.59	100.0	0.021914608594098856	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
ISR0272_000000005530	1897	0.8315003802376749	4	2	2	2	2	False	35844	fragment	False	ISR0051_000000019790	0.9825065274151437		0	0	False	False	0.9868212938308716	0					non-mobilizable	other	1860.0	99.086	98.0	0.02128487846208452	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	False	False
FIJ0140_000000004711	5456	0.8314947078452696	7	7	5	5	5	True	128685	backbone	False	FIJ0105_000000005116	0.5873310955505958	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	10					non-mobilizable	other	3542.0	99.605	92.0	0.7146316851664984	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
DEN0089_000000013384	1443	0.8314845297674708	3	2	2	1	1	False	106718	fragment	False	DEN0089_000000013384	0.977212043657687		0	0	False	False	0.9951490163803101	0					non-mobilizable	chromosome	1356.0	100.0	94.0	0.00056115281909924	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
SPA0016_000000025149	1358	0.8314845297674708	3	2	2	1	1	False	106718	fragment	False	DEN0089_000000013384	0.9723516552052965		0	0	False	False	0.9926362037658691	0					non-mobilizable	chromosome	1358.0	100.0	100.0	0.0005619810889429289	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
CHI0076_000000002151	3464	0.8314767773178937	4	1	1	1	1	False	84609	maximal	True	CHI0076_000000002151	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0037_000000002861	9628	0.8314725731308278	15	9	4	9	5	False	65250	maximal	True	ENG0037_000000002861	1.0		1	1	False	False	0.999169111251831	0					non-mobilizable	no_good_hit	241.0	90.456	3.0	0.0001222341317755843	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	False
ENG0051_000000020647	1427	0.8314707256880882	1	1	1	1	1	False	64038	fragment	False	ENG0051_000000020647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	71.118	22.0	0.012157586949830717	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ISR0353_000000026900	1360	0.8314707256880882	2	1	1	1	1	False	31934	fragment	False	ISR0353_000000026900	1.0		0	0	False	False	0.9852941036224365	0					non-mobilizable	no_good_hit	322.0	71.429	23.0	0.012157586949830717	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ISR0126_000000041107	1212	0.8314707256880882	1	1	1	1	1	False	31933	fragment	False	ISR0126_000000041107	1.0		0	0	False	False	0.9760726094245911	0					non-mobilizable	no_good_hit	322.0	71.118	26.0	0.012157586949830717	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
AST0113_000000023627	1588	0.8314652032295542	2	2	2	2	1	False	106509	fragment	False	AST0113_000000023627	1.0		0	0	False	False	0.9716624617576599	0					non-mobilizable	other	1570.0	98.854	99.0	0.0005477679504046426	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
CHI0045_000000015017	1409	0.8314573960818519	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.3581077359385461		0	0	False	False	1.0	0					non-mobilizable	chromosome	1353.0	96.6	96.0	0.0003916299604166757	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0052_000000006765	3131	0.8314537884561694	4	2	0	2	0	True	114595	maximal	True	AST0052_000000006765	1.0		1	1	True	True	1.0	5	rep_cluster_1839				non-mobilizable	no_good_hit	803.0	92.154	51.0	0.4477866061293984	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0179_000000010781	2212	0.8314537884561694	6	2	0	2	0	True	29680	backbone	True	ISR0179_000000010781	1.0	PS89	1	1	True	True	1.0	121	rep_cluster_1839				non-mobilizable	no_good_hit	819.0	97.436	59.0	0.463677639046538	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
MON0084_000000011563	2717	0.8314340462787757	3	3	1	2	2	True	30424	fragment	False	MON0084_000000011563	1.0		0	0	False	False	0.981229305267334	0					non-mobilizable	no_good_hit	2106.0	90.266	77.0	0.02530216979758264	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0047_000000008107	2318	0.8314259996251374	3	3	3	3	2	False	121332	fragment	False	SPA0114_000000018546	0.7878897936705318		0	0	False	False	1.0	0					non-mobilizable	chromosome	2137.0	99.345	100.0	0.0006732620713588453	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0091_000000010642	2154	0.8314210563776848	2	1	1	1	1	False	100251	fragment	False	FIJ0091_000000010642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.1459338235949472e-05	NZ_CP035130.1	firmicutes	Gudongella oleilytica strain W6 chromosome, complete genome	True	False
AST0014_000000002057	9875	0.8314177675479749	7	5	5	5	5	False	131555	maximal	True	AST0014_000000002057	0.9821490641508087		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	5089.0	99.86200000000001	52.0	0.044208641846560294	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
ISR0180_000000006058	3510	0.8314167867891816	4	3	3	3	2	False	99642	fragment	False	ISR0180_000000006058	1.0		0	0	False	False	0.995726466178894	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	2.0	9.469172743933174e-05	NZ_FNBW01000001.1	a-proteobacteria	Thalassobaculum litoreum DSM 18839, whole genome shotgun sequence	True	False
SPA0139_000000007384	3548	0.831413449031082	4	4	3	3	3	False	119736	fragment	False	SPA0139_000000007384	0.9881275106544353		0	0	False	False	0.9997181296348572	0					non-mobilizable	chromosome	3520.0	99.744	100.0	0.0005611404721648653	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
MAD0012_000000008562	3205	0.8314116228803651	1	1	1	1	1	False	62620	maximal	False	ENG0068_000000006796	0.964401294498382		0	0	False	False	0.9875195026397705	0					non-mobilizable	other	3205.0	99.75	100.0	0.14562312517043904	NZ_CABLCC010000049.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0822_000000002546	2481	0.8313896828638176	4	3	2	3	1	False	130349	backbone	False	ISR0335_000000002496	0.11444198533465719	PS1101	0	0	False	True	0.996372401714325	0					non-mobilizable	other	2488.0	96.624	100.0	0.00046814107881473305	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0013_000000004795	4797	0.8313849217563377	4	2	2	2	2	False	108722	fragment	False	ISR0013_000000004795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	96.212	4.0	0.0036129957526614817	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0027_000000008514	4135	0.8313764525111162	6	4	1	2	3	False	102107	fragment	False	SPA0027_000000008514	1.0		0	0	False	False	0.9997581839561462	0					non-mobilizable	no_good_hit	1930.0	96.839	48.0	0.0009631938067837221	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0010_000000004620	4600	0.8313743338678199	6	6	5	6	5	False	42143	maximal	True	MON0010_000000004620	1.0		2	1	False	False	0.9886956810951233	0					non-mobilizable	no_good_hit	1266.0	74.25	40.0	0.0004426623056756744	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0061_000000019624	2140	0.8313472688795501	2	2	2	2	2	False	112005	fragment	False	AST0061_000000019624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	95.81700000000001	89.0	0.00022312405470343238	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0191_000000001386	6316	0.8313467504982758	9	5	3	3	4	False	85473	fragment	False	ISR0191_000000001386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	86.304	41.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
MAD0043_000000014869	1753	0.8313337316111911	2	2	2	2	1	False	119238	fragment	False	MON0019_000000036240	0.7303775852508535		0	0	False	False	0.9994295239448547	0					non-mobilizable	chromosome	1754.0	88.084	100.0	0.0007740013263548114	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
USA0119_01_000000005193	4220	0.8313322793676621	5	2	1	2	1	False	235	fragment	False	USA0119_01_000000005193	1.0		0	0	False	False	0.999763011932373	0					non-mobilizable	no_good_hit	623.0	77.528	14.0	0.018454649966721123	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	False
FIJ0159_000000003847	5456	0.8313292440012362	7	7	5	5	6	True	128685	backbone	False	FIJ0105_000000005116	0.5873214853761674	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	11					non-mobilizable	other	3431.0	99.65	92.0	0.6922300706357215	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
USA0006_01_000000000236	45196	0.8313233599265409	48	8	2	8	4	True	89046	fragment	False	USA0006_01_000000000236	1.0		0	0	False	False	0.9999336004257202	0					non-mobilizable	virus	15762.0	97.678	97.0	0.16236542523051564	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
SPA0029_000000008317	3091	0.8313217173667607	4	3	3	3	3	False	36278	maximal	True	SPA0029_000000008317	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0103_000000006599	2849	0.8313140846532368	4	2	1	1	1	True	72940	maximal	False	MON0040_000000009401	0.990112275486851		0	0	True	True	1.0	2995					non-mobilizable	no_good_hit	308.0	85.714	11.0	0.11099020674646355	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	True	True
DEN0045_000000013326	2829	0.8313140846532368	6	2	1	1	1	True	72940	maximal	False	MON0040_000000009401	0.9898849320886043		0	0	True	True	1.0	428					non-mobilizable	no_good_hit	370.0	75.135	13.0	0.07017197074520656	AF454701.1	CFB group bacteria	Prevotella intermedia plasmid pYHBi1 replication protein (rep) and mobilization protein (mob) genes, complete cds	True	True
ISR0830_000000001195	12403	0.8313121761478454	12	10	4	8	7	False	117758	maximal	True	ISR0830_000000001195	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1182.0	97.039	47.0	0.00027835372040606175	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
FIJ0130_000000005355	4037	0.831305519400996	4	4	3	4	2	True	72131	fragment	False	FIJ0130_000000005355	0.9911177917463787		0	0	False	False	0.9970275163650513	0					non-mobilizable	no_good_hit	105.0	83.81	3.0	2.897680128434099e-05	NZ_JAGE01000001.1	firmicutes	Ruminiclostridium josui JCM 17888 K412DRAFT_scf7180000000006_quiver.1_C, whole genome shotgun sequence	True	True
ISR0233_000000017868	1121	0.8312977332752012	1	1	1	1	1	False	27371	fragment	False	ISR0233_000000017868	1.0		0	0	False	False	0.987511157989502	0					non-mobilizable	no_good_hit	908.0	97.137	81.0	0.00045312073794234227	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0370_000000016463	1633	0.8312889583663463	2	1	1	1	1	False	23512	fragment	False	ISR0370_000000016463	1.0		0	0	False	False	0.9938762784004211	0					non-mobilizable	no_good_hit	1151.0	99.479	70.0	0.08305647840531562	NZ_QIML01000034.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_34, whole genome shotgun sequence	True	False
MAD0008_000000006114	2085	0.8312656358942186	3	3	3	3	3	False	44244	maximal	False	MON0052_000000011970	0.9587301587301587		0	0	False	False	0.9932853579521179	0					non-mobilizable	no_good_hit	1192.0	77.685	70.0	0.0009937178946240448	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0354_000000000514	19378	0.8312588984778109	36	21	6	7	21	False	118780	maximal	True	ISR0354_000000000514	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5024.0	97.85	64.0	0.02692543807687751	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
FIJ0059_000000006715	2717	0.8312587261740072	3	3	2	2	3	False	45916	fragment	False	FIJ0059_000000006715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	73.607	12.0	0.008992131884600974	NZ_AXAC01000041.1	firmicutes	Acetobacterium dehalogenans DSM 11527 A3KSDRAFT_scaffold_36.37_C, whole genome shotgun sequence	True	False
CHI0184_000000005167	1659	0.831255194703037	2	2	2	2	1	False	77251	fragment	False	ISR0246_000000012330	0.9661181466965619		0	0	False	False	0.9933695197105408	0					non-mobilizable	chromosome	1659.0	97.95100000000001	100.0	0.0005850621425624946	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0049_000000005272	5201	0.8312516951024493	9	2	2	2	1	False	62632	fragment	False	ISR0049_000000005272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	72.581	8.0	0.02498533724340176	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0026_01_000000007953	4270	0.8312516951024493	7	2	2	2	1	False	48944	fragment	False	USA0026_01_000000007953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	72.581	10.0	0.02498533724340176	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0056_000000005941	3425	0.8312516951024493	6	2	2	2	1	False	48943	fragment	False	ISR0056_000000005941	1.0		0	0	False	False	0.9959124326705933	0					non-mobilizable	no_good_hit	434.0	72.581	12.0	0.02498533724340176	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0028_000000010718	2857	0.8312516951024493	5	2	2	2	1	False	48942	fragment	False	FIJ0028_000000010718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	72.581	15.0	0.02498533724340176	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0218_000000005862	2792	0.8312516951024493	5	2	2	2	1	False	28073	fragment	False	ISR0218_000000005862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	72.581	15.0	0.02498533724340176	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0117_000000003149	8498	0.8312504215599112	11	10	4	4	9	True	123843	backbone	True	ISR0117_000000003149	0.9999092984713501	PS486|PS905|PS907	38	5	True	True	1.0	349	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2142.0	97.712	77.0	0.2308355795148248	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
FIJ0085_000000005459	5356	0.8312502654829111	7	4	2	3	2	True	128128	backbone	False	FIJ0153_000000005168	0.9952796407671637	PS1029	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	3494.0	93.446	65.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0003_000000016270	1586	0.8312502437692698	3	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.32985214561905596		0	0	False	False	1.0	0					non-mobilizable	other	1586.0	97.79299999999999	100.0	0.01058572096440259	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MON0080_000000030158	1812	0.8312489910541113	3	3	3	3	3	False	107553	fragment	False	MON0076_000000024926	0.9293903074517977		0	0	False	False	0.9994481205940247	0					non-mobilizable	other	1818.0	94.334	100.0	0.0005452574196106603	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0071_000000003345	3070	0.8312461527084876	5	5	5	4	4	False	89272	maximal	True	CHI0071_000000003345	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	2194.0	99.954	100.0	0.007331579281685762	LT991958.1	enterobacteria	Enterobacter cloacae complex bacterium isolate C45 genome assembly, plasmid: pC45-VIM4	False	True
MON0080_000000009913	4321	0.8312298190409588	5	4	3	4	3	False	113859	fragment	False	ENG0016_000000004815	0.9515888249093623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0149_000000006437	3692	0.8312252121184193	5	4	4	4	4	False	90780	fragment	False	ISR0794_000000005017	0.7780821824976032		0	0	False	False	0.9994583129882812	0					non-mobilizable	other	3692.0	99.458	100.0	0.4399284862932062	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
MAD0005_000000001695	9331	0.8312241040146511	9	8	8	8	8	False	98224	maximal	True	MAD0005_000000001695	1.0		8	3	False	False	0.9983924627304077	0					non-mobilizable	no_good_hit	6491.0	99.954	70.0	0.0014044782731106467	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	True	False
ENG0146_000000008664	2749	0.8312228543547209	2	2	2	2	0	True	122808	maximal	True	ENG0146_000000008664	1.0		2	2	False	False	0.9989086985588074	0					non-mobilizable	no_good_hit	1629.0	97.667	59.0	0.01769372894250625	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0012_000000002021	11055	0.8312153041554745	9	8	8	8	6	True	38206	fragment	False	ISR0012_000000002021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3271.0	78.47800000000001	59.0	0.0026344203869228832	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0807_000000007849	1792	0.8311983154187637	3	3	3	2	2	False	129543	fragment	False	ISR0807_000000007849	1.0		0	0	False	True	0.99609375	0					non-mobilizable	other	1505.0	97.27600000000001	100.0	0.0070197383467209325	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0208_000000005196	4838	0.8311967740753371	6	5	4	5	4	True	125249	maximal	True	ISR0208_000000005196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	83.006	19.0	0.00024253059173529935	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0174_000000002251	12348	0.8311859725945557	18	7	2	7	3	False	29910	maximal	True	ISR0174_000000002251	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0011519822038611265	NZ_OFSM01000046.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
MON0030_000000027355	1327	0.8311827337186407	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.3096694707933011		0	0	False	False	0.9947249293327332	0					non-mobilizable	other	1327.0	94.95100000000001	99.0	0.16211917288633304	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
MAD0050_000000001504	11459	0.8311812741697105	18	5	2	3	4	False	25098	fragment	False	MAD0050_000000001504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2457.0	86.895	71.0	0.04331336617871194	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0178_000000007721	2176	0.8311686620057639	3	1	1	1	1	False	89079	fragment	False	ISR0178_000000007721	1.0		0	0	False	False	0.9894301295280457	0					non-mobilizable	no_good_hit	1764.0	96.939	81.0	0.014167745463024758	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0110_000000001828	12798	0.8311658069707674	15	4	3	4	3	False	113162	maximal	False	AST0058_000000001195	0.9526331834463837		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	475.0	85.053	4.0	0.09433573635427395	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	True
ISR0213_000000002441	8340	0.831164937981125	11	5	2	3	4	False	86662	backbone	True	ISR0213_000000002441	0.9764557110978145	PS438	1	1	True	True	1.0	377					non-mobilizable	no_good_hit	2374.0	96.167	54.0	0.21482958665699783	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0375_000000003792	4730	0.8311623903995692	8	3	2	3	0	True	23401	maximal	True	ISR0375_000000003792	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	94.98100000000001	13.0	0.00010689157212351636	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0278_000000001510	5873	0.8311578833771528	7	5	4	5	2	True	67912	fragment	False	ISR0278_000000001510	1.0		0	0	False	False	0.9998297095298767	0					non-mobilizable	other	5877.0	96.92	100.0	0.03423112566955569	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
MON0019_000000037780	1780	0.8311538946996809	3	3	3	3	2	False	75585	fragment	False	MON0019_000000037780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	77.707	9.0	0.09606705351386202	XM_012340121.1	oomycetes	Saprolegnia parasitica CBS 223.65 fumarate hydratase class II mRNA	True	False
ENG0104_000000014717	2162	0.8311538685933045	2	2	2	2	1	False	60243	fragment	False	ENG0104_000000014717	1.0		0	0	False	False	0.9851989150047302	0					non-mobilizable	no_good_hit	596.0	94.631	28.0	0.13652034015168926	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	False
MON0102_000000017127	2666	0.8311516673454975	5	5	3	3	4	False	80868	fragment	False	MON0102_000000017127	0.9937669677179214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1373.0	80.48100000000001	60.0	0.17025781541910573	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
FIJ0063_000000009120	2856	0.8311459240527983	5	4	2	3	4	True	45618	maximal	True	FIJ0063_000000009120	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2752.0	100.0	96.0	0.01933035871130942	CP052311.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 plasmid pE16KP0102-2, complete sequence	False	True
ISR0048_000000015005	1260	0.831134179920887	1	1	1	1	1	False	36022	fragment	False	ISR0048_000000015005	1.0		0	0	False	False	0.9984126687049866	0					non-mobilizable	no_good_hit	111.0	88.288	9.0	0.0011468734546143243	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0120_000000007303	5855	0.8311315513354545	11	9	8	9	9	False	125086	fragment	False	SPA0155_000000001948	0.47742997383394203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	11.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0015_000000017472	1414	0.8311287408101831	2	2	2	2	1	False	87665	fragment	False	FIJ0086_000000021690	0.9521145004055256		0	0	False	False	0.9886845946311951	0					non-mobilizable	other	1408.0	96.37799999999999	99.0	0.004458740017746229	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0055_000000024236	1099	0.8311281477456041	1	1	1	1	1	False	15941	fragment	False	MAD0103_000000020283	0.6372901678657075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	98.649	7.0	0.0016685714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0301_000000017786	1149	0.8311247904863199	2	2	2	2	2	False	25549	fragment	False	ISR0301_000000017786	1.0		0	0	False	False	0.9825935363769531	0					non-mobilizable	no_good_hit	756.0	94.97399999999999	66.0	0.026417999230203996	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0001_000000005986	5502	0.8311214610147157	7	6	0	3	6	False	8451	maximal	True	SPA0001_000000005986	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit	1317.0	89.522	51.0	0.09854507274636268	CP016743.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2 plasmid pJM2B, complete sequence	True	True
ISR0123_000000020814	1133	0.8311199837661007	2	2	1	1	0	True	32093	fragment	False	ISR0123_000000020814	1.0		0	0	False	False	0.998234748840332	0					non-mobilizable	plasmid	934.0	93.469	93.0	0.33153347732181426	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ENG0070_000000010541	2359	0.8311193964417096	2	2	2	2	2	False	126229	fragment	False	ENG0070_000000010541	0.9318865492049849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	78.17399999999999	19.0	0.0021009897890947723	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	False
ISR0304_000000000636	14893	0.8311165071902723	22	10	8	9	5	True	111532	maximal	True	ISR0304_000000000636	1.0		1	1	False	False	0.9991270899772644	0					non-mobilizable	no_good_hit	535.0	71.402	3.0	0.005471322902747235	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	True
AST0118_000000011583	2606	0.831115739700636	3	3	3	3	2	False	105934	maximal	True	AST0118_000000011583	0.9715022097730872		28	5	False	False	0.979662299156189	0					non-mobilizable	other	2548.0	98.391	98.0	0.014072833960450198	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
ISR0065_000000020794	1643	0.8311118583599596	4	2	1	2	1	True	35183	maximal	True	ISR0065_000000020794	1.0		18	8	False	False	0.9993913769721985	0					non-mobilizable	no_good_hit	382.0	76.178	33.0	8.292891664980446e-05	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	True
ISR0820_000000019404	1345	0.8311067757987856	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.3543900346271862		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.306	99.0	0.0003881513819377711	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0056_000000005077	4654	0.8311043869928916	5	3	1	1	1	True	128127	fragment	False	FIJ0056_000000005077	1.0		0	0	False	False	0.9916201233863831	0					non-mobilizable	no_good_hit	3396.0	93.61	73.0	0.5144026682838083	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0794_000000005017	3827	0.8310956523914943	5	5	5	5	5	False	90780	fragment	False	ISR0794_000000005017	0.9498732567190711		0	0	False	False	1.0	0					non-mobilizable	other	3827.0	99.869	100.0	0.45601907032181166	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0175_000000003489	7537	0.8310941245847598	14	6	4	5	4	True	110430	fragment	False	ISR0175_000000003489	1.0		0	0	False	False	0.99973464012146	0					non-mobilizable	no_good_hit	2322.0	97.244	54.0	0.013357217735896874	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0344_000000012341	2669	0.8310892374196672	4	2	1	1	2	False	130007	maximal	True	ISR0344_000000012341	1.0	PS1072	6	2	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	40.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0296_000000006363	3881	0.8310776728014903	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.201682745055207	PS1101	0	0	False	True	0.9963926672935486	0					non-mobilizable	other	3863.0	99.198	99.0	0.0007479873388326478	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0081_000000015238	3711	0.8310776728014903	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.19761691045870486	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3711.0	99.29899999999999	100.0	0.0007185481685834085	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0035_000000002911	3680	0.8310776728014903	5	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.1956147484197534	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3685.0	99.132	100.0	0.0007352791486090172	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0001_000000007091	3533	0.8310776728014903	6	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.191583222667074	PS1101	0	0	False	True	0.9997169375419617	0					non-mobilizable	other	3533.0	99.066	100.0	0.000681942884523499	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0056_000000005798	3503	0.8310776728014903	6	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.18395530868994583	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3262.0	99.08	100.0	0.0006504545997059682	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0160_000000008013	3408	0.8310776728014903	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.18848508653789647	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3409.0	99.12	100.0	0.0006590887918300105	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0214_000000008349	3250	0.8310776728014903	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.1825337701412593	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3249.0	99.538	100.0	0.0006290685853258519	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0281_000000004985	3247	0.8310776728014903	5	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.1823244624216588	PS1101	0	0	False	True	0.9947643876075745	0					non-mobilizable	chromosome	3247.0	99.292	100.0	0.0006478599664454044	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0383_000000003933	3241	0.8310776728014903	6	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.182881893471353	PS1101	0	0	False	True	0.9935204982757568	0					non-mobilizable	chromosome	3241.0	99.29	100.0	0.0006466624434020671	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0178_000000006832	3133	0.8310776728014903	3	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.1755527742100663	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3133.0	99.649	100.0	0.0006066018501356429	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0213_000000009121	2745	0.8310776728014903	3	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.12301208254278236	PS1101	0	0	False	True	0.9985427856445312	0					non-mobilizable	other	2745.0	99.344	100.0	0.0005314544944994266	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0012_000000004995	4828	0.831073132395082	4	4	4	4	4	False	105546	fragment	False	USA0037_01_000000006525	0.588437711417165		0	0	False	False	1.0	0					non-mobilizable	other	4828.0	99.13	100.0	0.006940161060045981	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
FIJ0076_000000009708	1451	0.8310652911715758	2	1	1	1	1	True	68803	maximal	True	FIJ0076_000000009708	1.0		39	7	False	False	0.9944865703582764	0					non-mobilizable	other	1219.0	96.06200000000001	93.0	0.00042315175097276263	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0164_000000021101	1347	0.8310649428650219	2	1	1	1	1	False	40657	fragment	False	ISR0164_000000021101	1.0		0	0	False	False	0.9992576241493225	0					non-mobilizable	no_good_hit	927.0	84.35799999999999	82.0	0.002937725933061816	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0047_000000016815	2336	0.8310630443853073	2	2	1	2	2	False	84203	fragment	False	MON0047_000000016815	1.0		0	0	False	False	0.9995719194412231	0					non-mobilizable	other	2367.0	97.88799999999999	100.0	0.0006570360620046543	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0175_000000012415	2068	0.8310506593564695	4	3	2	3	2	False	112281	fragment	False	ENG0175_000000012415	0.9701459984792953		0	0	False	False	0.9922630786895752	0					non-mobilizable	other	1067.0	99.25	96.0	0.00026111446596207443	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0146_000000024850	1687	0.8310505808120009	2	2	2	2	1	True	70053	maximal	True	ISR0146_000000024850	1.0		5	3	False	False	0.9940723180770874	0					non-mobilizable	no_good_hit	94.0	82.979	5.0	0.000747086363183584	NZ_LNAM01000153.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf3, whole genome shotgun sequence	True	True
CHI0036_000000001492	7452	0.8310440370696724	7	4	2	3	1	False	88076	maximal	True	CHI0036_000000001492	1.0		1	1	False	False	0.999597430229187	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000040898	1127	0.8310421178103817	2	2	2	2	1	False	3933	maximal	True	SPA0126_000000040898	1.0		3	2	False	False	0.9937888383865356	0					non-mobilizable	no_good_hit								True	False
ENG0167_000000017706	1429	0.8310371673285354	1	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.20258068370423732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	4.0	2.0220748887430404e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0213_000000006700	3570	0.8310360767638888	6	4	2	3	3	False	104898	fragment	False	ISR0213_000000006700	0.9858642538754431		0	0	False	False	1.0	0					non-mobilizable	plasmid	3571.0	98.88	99.0	0.2880193626462283	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0130_01_000000016335	2194	0.8310355679378356	5	5	3	4	1	True	125763	maximal	True	USA0130_01_000000016335	1.0		311	13	False	False	0.9995442032814026	0					non-mobilizable	chromosome	1315.0	94.14399999999999	100.0	0.0004622626096241664	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0048_000000001016	18864	0.8310346514894628	34	8	1	6	6	False	29481	maximal	True	SPA0048_000000001016	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	85.92399999999999	4.0	8.355514338363704e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0170_000000013880	3296	0.8310324079732442	4	4	4	3	3	False	111482	maximal	True	ISR0170_000000013880	1.0		23	8	False	False	1.0	0					non-mobilizable	no_good_hit	2651.0	98.001	85.0	0.0005052239854944072	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
AST0055_000000012904	2668	0.8310320727329661	4	3	3	3	3	False	113839	fragment	False	FIJ0097_000000011293	0.9526315789473685		0	0	False	False	0.9947526454925537	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	7.138223296221571e-05	NZ_FOCM01000003.1	a-proteobacteria	Maribius pelagius strain DSM 26893, whole genome shotgun sequence	True	False
ENG0205_000000002661	4052	0.8310190790974279	5	4	1	3	4	False	83096	maximal	True	ENG0205_000000002661	1.0	PS412	0	0	False	True	0.9955577254295349	0					non-mobilizable	no_good_hit	1197.0	96.15700000000001	46.0	0.00028991676286117785	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0201_000000015868	1898	0.8310085789324168	3	2	2	2	1	False	56932	fragment	False	ISR0201_000000015868	0.9718349135527049		0	0	False	False	1.0	0					non-mobilizable	other	1898.0	100.0	100.0	0.003027005291275459	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0268_000000011721	1708	0.8310085773553492	2	2	2	2	2	False	26491	maximal	True	ISR0268_000000011721	1.0		897	15	False	False	0.9748243689537048	0					non-mobilizable	chromosome	1708.0	98.77	100.0	0.0005949949319119449	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0005_000000003134	9407	0.831008359763271	12	12	6	9	11	False	97725	maximal	True	SPA0005_000000003134	1.0		4	3	False	False	0.9998937249183655	0	IncFIA,IncFII				non-mobilizable	plasmid	9350.0	100.0	100.0	0.09493972967209285	LR595692.1	enterobacteria	Escherichia coli isolate EcMAD1 genome assembly, plasmid: pEcMAD1	False	True
ENG0112_000000012640	2205	0.8310064263247428	3	2	2	1	2	False	75352	maximal	True	ENG0112_000000012640	1.0		2	2	False	False	0.999546468257904	0					non-mobilizable	no_good_hit	1056.0	69.508	47.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0107_000000008404	3261	0.8309994205217528	7	3	2	2	2	False	42293	maximal	True	FIJ0107_000000008404	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	87.823	8.0	0.28789531079607417	GQ878766.1		Uncultured organism clone VC1C172TR genomic sequence	True	False
AST0116_000000009796	2745	0.8309943493285824	2	2	1	2	1	True	106239	fragment	False	AST0116_000000009796	1.0		0	0	False	False	0.9989070892333984	0					non-mobilizable	no_good_hit								True	True
DEN0093_000000013774	2346	0.8309943493285824	3	2	1	2	1	True	111377	fragment	False	ISR0093_000000009557	0.9761081601074773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0085_000000004740	4451	0.8309803060836679	5	5	4	4	5	False	34006	maximal	True	ISR0085_000000004740	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	72.83	18.0	0.000618903369287923	CP019866.1	GNS bacteria	Dehalococcoides mccartyi strain KBTCE3, complete genome	True	False
ISR0368_000000001574	7141	0.8309789286309789	11	7	6	6	7	False	116381	fragment	False	ISR0368_000000001574	0.9753864719573305		0	0	False	False	0.9984595775604248	0					non-mobilizable	other	4430.0	95.508	92.0	0.0010849122177297459	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0032_000000004210	7056	0.8309789286309789	10	7	6	6	7	False	116381	fragment	False	ISR0368_000000001574	0.9738757087534134		0	0	False	False	1.0	0					non-mobilizable	other	4427.0	95.14299999999999	92.0	0.0010849122177297459	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0824_000000001749	6972	0.8309789286309789	10	7	6	6	7	False	116381	fragment	False	ISR0368_000000001574	0.9667424581115728		0	0	False	False	1.0	0					non-mobilizable	other	4427.0	95.14299999999999	92.0	0.0010849122177297459	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0202_000000008187	2732	0.8309724921887568	7	2	1	2	0	True	54136	fragment	False	ENG0202_000000008187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	92.59299999999999	5.0	5.533210792276141e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0070_000000003933	4924	0.8309714323907554	7	3	3	2	3	False	82554	maximal	True	ISR0070_000000003933	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	2429.0	74.393	49.0	0.012849080233560496	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
FIJ0172_000000010096	2634	0.8309679786738858	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.6096725636353614		0	0	False	False	1.0	0					non-mobilizable	chromosome	2634.0	97.79799999999999	100.0	0.00040584584485837396	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0109_000000003388	7467	0.8309549299952618	5	5	2	5	3	False	76814	maximal	True	ISR0109_000000003388	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	4827.0	96.913	70.0	0.0014590586860779818	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0055_000000009931	1586	0.8309427129644237	2	1	1	1	1	False	108143	fragment	False	ISR0364_000000010978	0.9491682070240296		0	0	False	False	0.9785624146461487	0					non-mobilizable	other	1515.0	97.954	96.0	0.005278314286311944	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
AST0006_000000001804	9353	0.8309391361435005	7	5	5	5	3	True	127677	fragment	False	AST0006_000000001804	0.9628024034046329		0	0	False	False	0.9986100792884827	0					non-mobilizable	no_good_hit	701.0	71.612	7.0	0.0031323414252153485	NZ_ATUF01000004.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
USA0026_01_000000011830	2786	0.8309243204849256	5	3	3	3	2	False	1786	maximal	True	USA0026_01_000000011830	1.0		3	1	False	False	0.9938980340957642	0					non-mobilizable	no_good_hit	941.0	90.648	67.0	0.014384305804220416	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0200_000000006987	2869	0.8309029994854475	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9502742830780659		0	0	False	False	0.9898919463157654	0					non-mobilizable	other	2869.0	100.0	100.0	0.004576410740842391	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0145_000000016442	1736	0.8308936879072784	2	1	1	1	1	False	31065	maximal	True	ISR0145_000000016442	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	350.0	90.286	20.0	0.005107071896386784	NZ_FOHN01000018.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
CHI0070_000000008172	1537	0.8308929627021225	1	1	1	1	1	False	95968	fragment	False	ISR0060_000000015774	0.5299173434184237		0	0	False	False	0.9973975419998169	0					non-mobilizable	no_good_hit	198.0	76.263	13.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
CHI0058_000000014783	1461	0.8308929627021225	1	1	1	1	1	False	95972	fragment	False	CHI0058_000000014783	1.0		0	0	False	False	0.9835729002952576	0					non-mobilizable	no_good_hit	198.0	76.263	13.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0014_000000005014	4112	0.8308842343776031	6	6	6	6	4	False	120077	fragment	False	ISR0155_000000005779	0.7690625642249499		0	0	False	False	0.9790856242179871	0					non-mobilizable	chromosome	4024.0	98.73299999999999	98.0	0.0008935651316359372	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0167_000000006352	3872	0.8308842343776031	6	6	6	6	4	False	120077	fragment	False	ISR0155_000000005779	0.7072709084873152		0	0	False	False	0.9842458963394165	0					non-mobilizable	other	3878.0	98.169	100.0	0.0008188164311557435	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0036_000000017951	1408	0.8308836338402448	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.7723710981157841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	94.167	9.0	0.0048915972308585165	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
MON0088_000000028774	1125	0.8308836338402448	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.356391241140558		0	0	False	False	0.9911110997200012	0					non-mobilizable	no_good_hit								True	False
MON0001_000000025117	1388	0.8308794122653079	3	3	3	2	1	False	14370	fragment	False	MON0001_000000025117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1063.0	77.14	76.0	0.00023015649547792805	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ENG0028_000000005855	2826	0.8308639600977321	4	4	3	4	3	False	71217	fragment	False	ENG0028_000000005855	1.0		0	0	False	False	0.9957537055015564	0					non-mobilizable	no_good_hit	200.0	77.0	7.0	2.2110849056603772e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
CHI0169_000000004086	3465	0.8308622293028882	4	3	3	3	3	False	121283	fragment	False	CHI0169_000000004086	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	3470.0	94.553	100.0	0.000713647127322375	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
DEN0082_000000004216	7962	0.830861564249732	6	3	1	3	1	False	81262	fragment	False	DEN0082_000000004216	1.0		0	0	False	False	0.9989952445030212	0					non-mobilizable	no_good_hit	82.0	97.561	1.0	0.0010625319743418206	NZ_FUWW01000009.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MON0008_000000008048	3798	0.8308612668667311	4	4	4	3	3	False	87359	fragment	False	MON0008_000000008048	1.0		0	0	False	False	0.9997367262840271	0					non-mobilizable	other	3800.0	98.079	100.0	0.0007354007275801987	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0037_01_000000022725	1488	0.8308601058626189	3	3	3	3	2	False	1360	maximal	True	USA0037_01_000000022725	1.0		5	2	False	False	0.9993279576301575	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	3.0	5.316620380795116e-05	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AUS0024_000000013464	2432	0.8308465644068643	4	3	2	3	2	False	98915	fragment	False	ISR0239_000000004585	0.4168602613659256		0	0	False	False	1.0	0					non-mobilizable	other	2432.0	98.191	100.0	0.009672939711727242	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ENG0079_000000009031	3607	0.8308425174407824	3	3	2	3	2	False	114074	maximal	True	ENG0079_000000009031	1.0		16	9	False	False	0.9927917718887329	0					non-mobilizable	no_good_hit	1781.0	97.305	49.0	0.0028467793010357157	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
FIJ0023_000000011498	2774	0.8308419848188067	4	4	4	4	1	False	49374	maximal	True	FIJ0023_000000011498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	70.259	25.0	0.00020925893567452997	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
FIJ0083_000000012788	2750	0.8308419848188067	4	4	4	4	1	False	44117	maximal	True	FIJ0083_000000012788	1.0		1	1	False	False	0.9996363520622253	0					non-mobilizable	no_good_hit	678.0	70.354	24.0	0.0002028994021735674	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
FIJ0057_000000000081	63655	0.8308395144139248	63	30	18	28	15	True	98443	fragment	False	FIJ0057_000000000081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	78.49	2.0	0.00025082563437983364	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
USA0013_01_000000001427	8603	0.8308385458817087	11	5	3	5	3	False	73563	fragment	False	SPA0111_000000003184	0.955782678859602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000007082	4027	0.8308313210022114	6	6	5	6	5	False	104523	fragment	False	ENG0154_000000007082	0.9718638332941584		0	0	False	False	1.0	0					non-mobilizable	chromosome	4027.0	98.46	100.0	0.0017263255208456165	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0049_000000009648	1980	0.8308306914041927	2	2	2	2	2	True	115511	fragment	False	SPA0049_000000009648	0.9346488980010251		0	0	False	False	1.0	0					non-mobilizable	other	1986.0	94.26	100.0	0.0008561851054045551	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
DEN0067_000000025063	1331	0.8308276757404098	2	1	1	1	1	False	70797	fragment	False	DEN0067_000000025063	1.0		0	0	False	False	0.9752066135406494	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	9.135701713248594e-05	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
DEN0052_000000026998	1689	0.8308275708399553	3	3	3	3	3	False	72254	maximal	True	DEN0052_000000026998	1.0		4	3	False	False	0.9952634572982788	0					non-mobilizable	no_good_hit	436.0	76.14699999999999	26.0	0.001308706677426472	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0030_000000007118	4596	0.8308158143369837	7	5	2	4	3	True	81114	fragment	False	SPA0026_000000005125	0.9494949494949495		0	0	False	False	0.9993472695350647	0					non-mobilizable	no_good_hit	94.0	77.66	2.0	4.814888472528968e-05	CP059430.1	firmicutes	Carnobacteriaceae bacterium zg84 chromosome, complete genome	True	True
ISR0057_000000019647	1145	0.8308103094197363	2	2	2	2	2	False	35550	maximal	True	ISR0057_000000019647	1.0		89	11	False	False	0.9868995547294617	0					non-mobilizable	chromosome	1145.0	99.301	100.0	0.0004457965554422446	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
FIJ0159_000000011286	2161	0.8308025369409987	2	2	2	2	2	False	39403	fragment	False	FIJ0159_000000011286	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2132.0	99.34299999999999	99.0	0.00041226048362352785	CP056297.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00852 chromosome, complete genome	False	False
ENG0032_000000009771	2254	0.8308022599795329	3	3	3	3	2	False	65617	maximal	True	ENG0032_000000009771	1.0		1	1	False	False	0.9977816939353943	0					non-mobilizable	no_good_hit	1328.0	90.587	76.0	0.005174197999310107	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
USA0132_01_000000011273	1390	0.8307999258855587	2	2	2	2	2	False	15813	fragment	False	USA0132_01_000000011273	0.9829416224412434		0	0	False	False	0.9834532141685486	0					non-mobilizable	chromosome	1381.0	98.045	100.0	0.00048101523493760046	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0317_000000014109	1549	0.8307991875136771	2	1	1	1	1	False	25152	fragment	False	ISR0317_000000014109	1.0		0	0	False	False	0.9987088441848755	0					non-mobilizable	no_good_hit	89.0	88.764	6.0	0.000661023903232179	NZ_OLMR01000007.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0082_000000014545	1432	0.8307991875136771	2	1	1	1	1	False	61598	fragment	False	ENG0082_000000014545	1.0		0	0	False	False	0.9958100318908691	0					non-mobilizable	no_good_hit								True	False
ENG0080_000000012784	2073	0.8307991603419611	2	2	2	2	1	True	124771	fragment	False	ENG0058_000000015537	0.7402112487866944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	77.419	6.0	9.252639105017454e-05	NZ_SWKE01000001.1	a-proteobacteria	Agrobacterium larrymoorei strain CFBP5477 CFBP5477_cc_1, whole genome shotgun sequence	True	True
AST0060_000000028107	1101	0.8307971907656014	2	2	2	2	2	False	112218	maximal	True	AST0060_000000028107	1.0		2	2	False	False	0.9990917444229126	0					non-mobilizable	other	1098.0	74.499	99.0	0.00079604650040285	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
FIJ0115_000000014573	1623	0.8307912530729279	2	2	2	2	2	False	41721	fragment	False	FIJ0115_000000014573	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1215.0	97.366	92.0	0.0016684464344859907	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0222_000000013338	4312	0.8307887349544143	2	1	1	1	1	False	63028	maximal	True	ISR0222_000000013338	1.0		5	3	False	False	0.999768078327179	0					non-mobilizable	no_good_hit								True	False
MON0020_000000012952	1648	0.830782852533297	2	1	1	1	1	False	13104	maximal	True	MON0020_000000012952	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0121_01_000000006480	7109	0.8307822590110729	11	8	3	6	5	True	116724	fragment	False	USA0121_01_000000006480	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7109.0	100.0	100.0	0.03514844630812746	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0103_000000015954	1847	0.8307820170793281	3	3	3	3	3	False	100788	fragment	False	ISR0175_000000010194	0.43569786279467626		0	0	False	False	1.0	0					non-mobilizable	other	1847.0	96.37200000000001	100.0	0.0005126325318937412	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0126_000000028584	1414	0.8307801217483454	2	1	1	1	1	False	96370	fragment	False	SPA0009_000000025355	0.9695672195930335		0	0	False	False	0.9879773855209351	0					non-mobilizable	no_good_hit	248.0	96.37100000000001	23.0	6.913053103722945e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0069_000000039837	1327	0.8307649151790208	3	1	1	1	1	False	10471	maximal	True	MON0069_000000039837	1.0		0	0	False	False	0.9171062707901001	0					non-mobilizable	no_good_hit	744.0	84.274	56.0	0.007990805694397762	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
DEN0064_000000003944	7607	0.8307485909291172	8	4	2	2	3	False	71356	maximal	True	DEN0064_000000003944	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	96.948	26.0	0.038524292965917334	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MAD0034_000000002021	6745	0.8307392370380764	4	4	2	3	4	False	103506	fragment	False	MON0033_000000008819	0.7612858540745349		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	6748.0	96.62100000000001	100.0	0.08882423412630498	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
AST0151_000000006557	2448	0.8307386245113191	3	2	1	1	1	False	103679	maximal	True	AST0151_000000006557	1.0		40	9	False	False	0.9955065250396729	0					non-mobilizable	no_good_hit	832.0	99.639	34.0	0.9987980769230769	GQ876585.1		Uncultured organism clone VC1AD64TR genomic sequence	True	False
ISR0094_000000011721	1545	0.8307171932717828	1	1	1	1	1	False	33439	fragment	False	ISR0094_000000011721	1.0		0	0	False	False	0.9974110126495361	0					non-mobilizable	other	1403.0	97.719	91.0	0.00038877873491399657	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0045_000000026467	1584	0.8307064760323734	2	2	1	2	1	False	72876	maximal	True	DEN0045_000000026467	1.0		39	10	False	False	0.9696969985961914	0					non-mobilizable	no_good_hit	133.0	81.203	8.0	2.451435914334287e-05	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	True	False
USA0059_01_000000014562	1774	0.8307056474600629	3	3	3	3	2	False	97039	maximal	True	USA0059_01_000000014562	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	99.473	86.0	0.0003373876227703708	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0053_000000009522	1144	0.8307048408636157	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.06595469348896447		0	0	False	False	0.9833915829658508	0					non-mobilizable	chromosome	1063.0	97.836	98.0	0.0002969534146983824	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0028_000000003942	7432	0.8307047051835832	8	4	2	4	2	True	48965	maximal	True	FIJ0028_000000003942	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	98.28200000000001	4.0	0.0010768779451683457	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0110_000000004898	5921	0.8307042264242066	6	1	1	1	1	True	124886	fragment	False	ENG0110_000000004898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	93.522	4.0	0.005555931973710956	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	True
ISR0025_000000008041	4694	0.8307042264242066	3	1	1	1	1	True	124878	fragment	False	ISR0025_000000008041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	87.805	2.0	0.00015875753608304	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	True	True
ISR0288_000000006118	4655	0.8307042264242066	5	1	1	1	1	True	62561	maximal	True	ISR0288_000000006118	1.0		0	0	False	False	0.9987110495567322	0					non-mobilizable	no_good_hit								True	True
AUS0008_000000007434	3068	0.8307042264242066	2	1	1	1	1	True	124876	fragment	False	AUS0008_000000007434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0059_000000006264	2602	0.8307042264242066	1	1	1	1	1	True	124882	fragment	False	ISR0059_000000006264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000013873	2585	0.8307042264242066	2	1	1	1	1	True	124881	fragment	False	SPA0098_000000013873	1.0		0	0	False	False	0.990328848361969	0					non-mobilizable	no_good_hit								True	True
ISR0341_000000005191	2558	0.8307042264242066	2	1	1	1	1	True	131862	fragment	False	ISR0341_000000005191	0.9688385269121813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0811_000000007374	2020	0.8307042264242066	2	1	1	1	1	True	100121	fragment	False	ISR0811_000000007374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0165_000000011292	1954	0.8307042264242066	2	1	1	1	1	True	63844	fragment	False	ISR0165_000000011292	1.0		0	0	False	False	0.9953940510749817	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	9.140730369572338e-06	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0293_000000018593	1905	0.8307042264242066	1	1	1	1	1	True	62557	fragment	False	ISR0293_000000018593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0051_000000015678	1861	0.8307042264242066	2	1	1	1	1	True	17329	fragment	False	MAD0051_000000015678	1.0		0	0	False	False	0.9973132610321045	0					non-mobilizable	no_good_hit								True	True
FIJ0132_000000018983	1749	0.8307042264242066	1	1	1	1	1	True	40769	fragment	False	FIJ0132_000000018983	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0037_000000013883	1685	0.8307042264242066	1	1	1	1	1	True	36692	fragment	False	ISR0037_000000013883	1.0		0	0	False	False	0.9798219799995422	0					non-mobilizable	no_good_hit								True	True
ENG0024_000000015764	1665	0.8307042264242066	2	1	1	1	1	True	66234	fragment	False	ENG0024_000000015764	1.0		0	0	False	False	0.9783783555030823	0					non-mobilizable	no_good_hit								True	True
ISR0290_000000011063	1482	0.8307042264242066	2	1	1	1	1	True	63843	fragment	False	ISR0290_000000011063	1.0		0	0	False	False	0.9865047335624695	0					non-mobilizable	no_good_hit								True	True
ENG0053_000000017205	1453	0.8307042264242066	1	1	1	1	1	True	63842	fragment	False	ENG0053_000000017205	1.0		0	0	False	False	0.9958705902099609	0					non-mobilizable	no_good_hit								True	True
ENG0144_000000012130	1415	0.8307042264242066	1	1	1	1	1	True	112579	fragment	False	ENG0144_000000012130	0.9753042233357194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0059_000000011057	1397	0.8307042264242066	1	1	1	1	1	True	112579	fragment	False	ENG0144_000000012130	0.9692579505300354		0	0	False	False	0.9971367120742798	0					non-mobilizable	no_good_hit								True	True
ISR0379_000000019352	1303	0.8307042264242066	1	1	1	1	1	True	26553	fragment	False	ISR0379_000000019352	1.0		0	0	False	False	0.9716039896011353	0					non-mobilizable	no_good_hit								True	True
ISR0230_000000027413	1298	0.8307042264242066	1	1	1	1	1	True	27515	fragment	False	ISR0230_000000027413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0366_000000016356	1284	0.8307042264242066	1	1	1	1	1	True	23617	maximal	True	ISR0366_000000016356	1.0		2	2	False	False	0.9937694668769836	0					non-mobilizable	no_good_hit	188.0	100.0	15.0	5.192973102065526e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0111_000000007465	2920	0.8307013773857127	3	3	3	3	3	False	111782	maximal	True	FIJ0111_000000007465	1.0		171	12	False	False	0.9979451894760132	0					non-mobilizable	no_good_hit								True	False
ENG0040_000000008028	2792	0.8306978027006531	3	3	3	2	2	False	64863	maximal	True	ENG0040_000000008028	1.0		2	2	False	False	0.9985673427581787	0					non-mobilizable	no_good_hit	947.0	72.756	33.0	0.0001631088439629759	NZ_CP009286.1	firmicutes	Paenibacillus stellifer strain DSM 14472 chromosome, complete genome	True	False
TAN0021_000000020369	1150	0.8306876789460582	2	1	1	1	1	False	2357	fragment	False	TAN0021_000000020369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	72.229	70.0	0.00253191529364577	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
ISR0022_000000023546	1138	0.8306792446071657	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.10489816641279019		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	94.991	100.0	0.01196325796235309	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
ISR0365_000000002489	5696	0.8306713076857971	8	8	1	3	7	False	67167	fragment	False	ISR0152_000000004145	0.6497205696773031		0	0	False	False	0.9992977380752563	0					non-mobilizable	other	5696.0	99.28	100.0	0.002576491718581052	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	False	False
FIJ0033_000000001174	20076	0.8306670627512842	29	9	1	9	3	False	48323	maximal	True	FIJ0033_000000001174	1.0		2	1	False	False	0.9996015429496765	0					non-mobilizable	no_good_hit								True	False
ISR0118_000000006712	2324	0.8306514901859564	2	2	2	2	2	False	75683	maximal	True	ISR0118_000000006712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	97.93799999999999	8.0	0.008191502907346887	MK233573.1	viruses	Uncultured human fecal virus clone KLE1615.sp1_S11.L11_1_c1 sequence	True	False
SPA0099_000000001377	5702	0.8306507266932458	6	6	4	5	5	True	5009	maximal	True	SPA0099_000000001377	1.0		1	1	False	False	1.0	0					non-mobilizable	other	5713.0	98.775	100.0	0.0029848621110963374	NZ_AP019750.1	firmicutes	Lactobacillus delbrueckii subsp. delbrueckii strain NBRC 3202	False	True
ISR0035_000000010536	1821	0.8306488580718266	3	3	3	3	3	False	36792	fragment	False	ISR0035_000000010536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	98.56	57.0	0.0002789706011615468	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0158_000000003124	5589	0.8306392845517546	6	4	4	3	4	False	124991	fragment	False	FIJ0158_000000003124	1.0		0	0	False	False	0.9992843270301819	0					non-mobilizable	no_good_hit	1711.0	71.42	30.0	0.0006537622833221391	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
ISR0355_000000005189	3475	0.8306288051140849	4	2	1	1	1	True	69300	maximal	False	DEN0082_000000011543	0.9774305555555556		0	0	True	True	1.0	72					non-mobilizable	no_good_hit	31.0	100.0	1.0	3.4248225199889765e-06	NZ_CM003601.1	high GC Gram+	Streptomyces anulatus strain ATCC 11523 chromosome, whole genome shotgun sequence	True	True
DEN0082_000000011543	3357	0.8306288051140849	3	2	1	1	1	True	69300	maximal	True	DEN0082_000000011543	0.977650429799427		2	2	True	True	1.0	44					non-mobilizable	no_good_hit	34.0	97.059	1.0	3.767304771987874e-06	NZ_CM003601.1	high GC Gram+	Streptomyces anulatus strain ATCC 11523 chromosome, whole genome shotgun sequence	True	True
ISR0207_000000017905	1677	0.8306259052191921	3	2	2	2	2	False	34020	fragment	False	ISR0227_000000014587	0.9561841375485303		0	0	False	False	0.9976148009300232	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	4.0	2.8108480600614758e-05	CP041676.1	firmicutes	Lactobacillus reuteri strain LL7 chromosome, complete genome	True	False
USA0075_01_000000004320	5768	0.8306256640718852	11	4	2	4	2	True	109297	fragment	False	CHI0006_000000001606	0.9470084535677976		0	0	False	False	1.0	0					non-mobilizable	other	5768.0	97.15700000000001	100.0	0.0015443574982747488	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0026_000000007646	3696	0.8306148960892636	5	4	4	4	3	False	88125	fragment	False	SPA0026_000000007646	0.9788190745419717		0	0	False	False	0.9994588494300842	0					non-mobilizable	no_good_hit	1378.0	84.035	68.0	0.00021111004037498827	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
AST0047_000000016712	1385	0.8306102106444517	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.015877264821511885	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1328.0	87.575	95.0	0.0003550778545043703	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0035_000000003964	5762	0.8306091264055651	7	7	4	5	6	False	130173	backbone	False	ISR0041_000000001951	0.6535892703017496	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.997570276260376	0	rep_cluster_475				non-mobilizable	other	5180.0	99.865	90.0	0.8975381414701803	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0108_000000000785	19130	0.8306053266551566	20	17	7	13	14	False	50847	fragment	False	FIJ0108_000000000785	0.9894193956913678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5654.0	73.399	29.0	0.008773119527642502	NZ_VLKH01000001.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
FIJ0121_000000001002	19050	0.8306053266551566	19	17	7	13	14	False	50847	fragment	False	FIJ0108_000000000785	0.9883598716627101		0	0	False	False	0.9999474883079529	0					non-mobilizable	no_good_hit	5654.0	73.399	29.0	0.008773119527642502	NZ_VLKH01000001.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
DEN0082_000000016218	2468	0.8306031624084949	2	2	2	2	2	False	92058	fragment	False	DEN0082_000000016218	1.0		0	0	False	False	0.9991896152496338	0					non-mobilizable	no_good_hit	140.0	88.571	6.0	3.126245248807128e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0776_000000000171	54566	0.8305953627542682	63	26	13	22	15	True	130801	maximal	False	ISR0079_000000000160	0.5510054367093132		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1113.0	82.3	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0069_000000002187	10427	0.8305901009118788	10	6	4	5	5	True	96294	fragment	False	SPA0124_000000002503	0.9436620733788943		0	0	False	False	1.0	0					non-mobilizable	plasmid	9864.0	98.895	95.0	0.0793828462833077	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0029_000000018600	1450	0.8305861419895566	2	2	2	2	1	True	7373	maximal	True	SPA0029_000000018600	1.0		8	2	False	False	0.9958620667457581	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	5.892935756600955e-05	NZ_VXKN01000001.1	g-proteobacteria	Acinetobacter qingfengensis strain CCUG 69710T contig_0000001, whole genome shotgun sequence	True	True
ISR0209_000000000938	22226	0.8305805401879315	30	9	3	9	4	True	28483	maximal	True	ISR0209_000000000938	1.0		1	1	False	False	0.9998649954795837	0					non-mobilizable	no_good_hit	2019.0	82.021	9.0	0.003251072093211425	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
FIJ0077_000000022026	1361	0.8305795075303293	2	2	2	2	2	False	89414	fragment	False	DEN0010_000000030767	0.7624905869785322		0	0	False	False	0.9772226214408875	0					non-mobilizable	chromosome	1284.0	79.128	94.0	0.0003695989633836133	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0190_000000010247	2975	0.8305753048221283	5	1	0	1	0	True	101799	fragment	False	ENG0190_000000010247	1.0		0	0	False	False	0.9996638894081116	0					non-mobilizable	no_good_hit	2035.0	90.025	74.0	0.0016340409074244921	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
USA0080_01_000000021356	2009	0.8305753048221283	2	1	0	1	0	True	101795	fragment	False	ISR0051_000000018995	0.9584779856976215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	89.56299999999999	87.0	0.0014148796022866903	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0187_000000022172	1298	0.8305753048221283	2	1	0	1	0	True	29283	fragment	False	ISR0187_000000022172	1.0		0	0	False	False	0.9714946150779724	0					non-mobilizable	no_good_hit	734.0	70.708	56.0	0.00018151784297322125	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
FIJ0096_000000016540	2181	0.8305658012957754	4	1	1	1	1	False	43009	fragment	False	FIJ0096_000000016540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0008_000000004427	2652	0.8305603384807179	7	3	2	3	2	False	19838	maximal	True	MAD0008_000000004427	1.0		1	1	False	False	0.9969834089279175	0					non-mobilizable	chromosome	2553.0	99.569	96.0	0.0007142555271538848	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
TAN0010_000000006106	2388	0.8305603384807179	5	3	2	3	2	False	2621	fragment	False	TAN0010_000000006106	1.0		0	0	False	False	0.9899497628211975	0					non-mobilizable	chromosome	2296.0	99.695	96.0	0.0006423261891920712	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0245_000000007304	1205	0.8305566603920472	2	2	2	1	1	True	71991	fragment	False	ISR0245_000000007304	0.9846846846846846		0	0	False	False	0.9991701245307922	0					non-mobilizable	no_good_hit	1056.0	88.447	87.0	0.0003627015008337966	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0158_000000001114	9685	0.8305545788140768	9	9	8	9	6	False	118645	maximal	False	SPA0156_000000000991	0.9814719505918683		0	0	False	False	0.9997934699058533	0					non-mobilizable	no_good_hit	5111.0	93.759	53.0	0.010712841083376872	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
USA0004_01_000000013068	1758	0.8305500465067069	3	2	2	1	1	False	2201	maximal	True	USA0004_01_000000013068	1.0		0	0	False	False	0.9988623261451721	0					non-mobilizable	no_good_hit	940.0	92.66	53.0	0.013052208835341365	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0029_000000001670	2144	0.8305379690074869	3	1	1	1	1	False	19719	maximal	True	MAD0029_000000001670	0.9643004228493605		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0011_000000006762	2051	0.8305379690074869	3	1	1	1	1	False	19719	maximal	False	MAD0029_000000001670	0.943332333468347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.173553560650335e-05	NZ_KE383943.1	b-proteobacteria	Ottowia thiooxydans DSM 14619 G518DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
MAD0087_000000015238	1953	0.8305379690074869	3	1	1	1	1	False	19719	maximal	False	MAD0029_000000001670	0.9292633613987595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0199_000000005824	4701	0.8305325352132581	3	3	2	3	1	True	86036	fragment	False	ISR0199_000000005824	1.0		0	0	False	False	0.9965964555740356	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00015622880119062793	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	True
CAN0004_000000002255	9681	0.8305130084135541	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.6202136628115618	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9694.0	97.803	100.0	0.3616353376434097	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
MON0083_000000000212	32072	0.8304968975127192	38	13	6	11	7	False	93709	fragment	False	MON0083_000000000212	1.0		0	0	False	False	0.9999688267707825	0					non-mobilizable	no_good_hit	1622.0	73.551	5.0	0.02998368617450168	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	False
ISR0131_000000018352	1841	0.8304900532020923	2	2	2	2	2	False	38148	fragment	False	ISR0131_000000018352	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	72.499	99.0	0.008777959160294413	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	False
SPA0096_000000026116	1600	0.8304878558668689	3	2	1	1	2	True	26226	fragment	False	SPA0096_000000026116	1.0		0	0	False	False	0.9993749856948853	0					non-mobilizable	chromosome	1602.0	96.62899999999999	100.0	0.0005688272008394564	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
MAD0036_000000014423	2053	0.8304841620504371	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.1702517202217731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	87.681	34.0	0.00020949497074846424	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0322_000000007354	1627	0.8304793416866938	2	2	2	2	1	False	36449	maximal	True	ISR0322_000000007354	1.0		110	5	False	False	0.9944683313369751	0					non-mobilizable	no_good_hit	664.0	94.277	71.0	0.003258199968309301	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
ISR0341_000000008703	1570	0.8304783309609792	3	3	3	3	2	False	119925	fragment	False	ISR0341_000000008703	0.994213902893178		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	95.616	100.0	0.0003760307423620533	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0068_000000001377	10057	0.8304720567777389	17	8	2	7	3	False	6011	maximal	True	SPA0068_000000001377	1.0		2	1	False	False	0.9989062547683716	0					non-mobilizable	no_good_hit	819.0	87.912	26.0	0.011567355301348814	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	False
ISR0817_000000004583	2595	0.8304713042674621	3	3	2	3	2	False	95538	fragment	False	SPA0082_000000006070	0.9387943786982249		0	0	False	False	0.9996146559715271	0					non-mobilizable	other	2595.0	100.0	100.0	0.020623146580167114	NZ_WBKJ01000015.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000015, whole genome shotgun sequence	False	False
ENG0049_000000002455	7883	0.8304699378732062	10	6	5	5	4	True	64197	maximal	True	ENG0049_000000002455	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	287.0	87.10799999999999	4.0	7.187613094570074e-05	AP017968.1	fusobacteria	Fusobacterium varium Fv113-g1 DNA, complete genome	True	True
FIJ0008_000000007646	3757	0.8304633057853377	5	3	1	3	1	True	113546	maximal	True	FIJ0008_000000007646	1.0		2	2	False	False	0.9997338056564331	0					non-mobilizable	no_good_hit								True	True
ISR0132_000000012697	2209	0.8304631319004618	2	2	2	2	2	False	92166	fragment	False	CHI0168_000000007193	0.9616895119786459		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	99.2	100.0	0.0003056287091376958	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
USA0050_01_000000002342	6150	0.8304605371258325	8	7	6	7	6	False	107287	fragment	False	ENG0124_000000004370	0.9518054312145628		0	0	False	False	0.9970731735229492	0					non-mobilizable	no_good_hit	1413.0	71.691	23.0	0.0003513742609613823	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
DEN0064_000000007946	4426	0.8304590418161129	5	4	4	4	3	False	71333	maximal	True	DEN0064_000000007946	1.0		2	2	False	False	0.9907365441322327	0					non-mobilizable	no_good_hit	77.0	84.416	2.0	2.2412254548950428e-05	NZ_LN875035.1	firmicutes	Niameybacter massiliensis strain Mt14, whole genome shotgun sequence	True	False
ENG0005_000000005475	4390	0.830458206588628	3	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.4885076659578831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	96.471	27.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0007_01_000000001862	10499	0.8304542759585989	9	8	7	6	4	True	118338	fragment	False	USA0007_01_000000001862	1.0		0	0	False	False	0.9997142553329468	0					non-mobilizable	chromosome	8886.0	99.96600000000001	95.0	0.003964965502345734	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
AST0113_000000007448	4725	0.8304536760564497	6	4	2	3	1	False	106657	fragment	False	USA0057_01_000000004826	0.40275977563762005		0	0	False	False	0.9997883439064026	0					non-mobilizable	chromosome	4660.0	99.807	99.0	0.001302252642605333	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0061_000000005791	6213	0.8304488817853158	8	7	6	7	6	False	121733	fragment	False	ENG0119_000000004954	0.960952380952381		0	0	False	False	0.9998390674591064	0					non-mobilizable	no_good_hit	1096.0	81.843	34.0	0.00032826757240408114	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0011_000000025953	1764	0.8304483065796874	3	2	2	2	2	False	75643	fragment	False	DEN0011_000000025953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0058_000000039908	1338	0.8304477578938437	3	2	2	1	1	False	10983	maximal	True	MON0058_000000039908	1.0		1	1	False	False	0.9977578520774841	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	8.0	2.168381202241404e-05	CP011479.1	a-proteobacteria	Hoeflea sp. IMCC20628, complete genome	True	False
SPA0101_000000026527	1534	0.8304440745031721	3	2	1	2	2	False	78273	fragment	False	FIJ0099_000000014015	0.9784931072624327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	4.0	0.00042538322470868844	NZ_PDYG01000123.1	firmicutes	Agathobacter ruminis strain JK623 contig000124, whole genome shotgun sequence	True	False
FIJ0063_000000019415	1475	0.8304440745031721	3	2	1	2	2	False	78273	fragment	False	FIJ0099_000000014015	0.9513757139143647		0	0	False	False	0.9844067692756653	0					non-mobilizable	no_good_hit	70.0	90.0	5.0	0.00039743338670844515	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0165_000000013345	1284	0.8304440745031721	3	2	1	2	2	False	78272	fragment	False	ENG0064_000000015540	0.94947904262601		0	0	False	False	0.9984423518180847	0					non-mobilizable	no_good_hit	62.0	93.54799999999999	5.0	0.0004633638697719642	NZ_PDYG01000123.1	firmicutes	Agathobacter ruminis strain JK623 contig000124, whole genome shotgun sequence	True	False
USA0055_01_000000022675	1154	0.8304440745031721	3	2	1	2	2	False	1021	fragment	False	USA0055_01_000000022675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	84.524	7.0	0.39705882352941174	JQ696949.1	bacteria	Uncultured bacterium clone 8_R flagellin gene, partial cds	True	False
MON0054_000000028229	1723	0.8304404902351552	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9700348453063732		0	0	False	False	1.0	0					non-mobilizable	chromosome	1483.0	82.131	97.0	0.00039053236443605286	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0830_000000015445	1891	0.8304371655989149	3	3	3	2	1	True	121144	fragment	False	ISR0211_000000012313	0.955556370419297		0	0	False	False	0.9994711875915527	0					non-mobilizable	no_good_hit	1355.0	99.705	74.0	0.04292553022857686	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0209_000000005096	3690	0.8304338540235948	4	2	2	2	0	True	131941	fragment	False	ENG0209_000000005096	1.0		0	0	False	True	0.9840108156204224	0					non-mobilizable	no_good_hit	742.0	83.288	20.0	0.00917201596656531	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0068_000000006771	5671	0.8304333985301012	8	3	2	2	1	False	93708	fragment	False	MON0068_000000006771	1.0		0	0	False	False	0.999294638633728	0					non-mobilizable	no_good_hit	163.0	100.0	3.0	2.9569522510620387e-05	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
ISR0182_000000011072	3245	0.8304294524559958	4	3	3	3	3	False	50601	maximal	True	ISR0182_000000011072	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	74.53399999999999	20.0	0.0026551748688117462	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0063_000000021736	1420	0.8304279304795344	2	1	1	1	1	False	63061	maximal	True	ENG0063_000000021736	1.0		3	1	False	False	0.9929577708244324	0					non-mobilizable	no_good_hit	1108.0	84.206	78.0	0.0002471837273024381	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
FIJ0081_000000016445	2161	0.8304271424476559	3	3	3	3	3	False	44264	maximal	True	FIJ0081_000000016445	1.0		7	4	False	False	0.9986117482185364	0					non-mobilizable	no_good_hit	223.0	76.233	10.0	0.0001793900412434013	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
SPA0035_000000006615	2809	0.8304271001785176	3	3	3	3	2	False	99288	fragment	False	SPA0145_000000011526	0.9665979231471472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.587	29.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0126_000000005686	5961	0.8304172912637997	8	3	2	3	2	False	41164	maximal	True	FIJ0126_000000005686	1.0		5	1	False	False	0.9951350688934326	0					non-mobilizable	no_good_hit								True	False
FIJ0012_000000005743	3995	0.8304006359427788	4	4	4	3	3	False	50829	maximal	True	FIJ0012_000000005743	1.0		1	1	False	False	0.9967459440231323	0					non-mobilizable	no_good_hit	205.0	74.146	5.0	6.215126024692114e-05	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0026_000000022975	1423	0.8303995276518001	2	2	2	2	1	False	49058	maximal	True	FIJ0026_000000022975	1.0		1	1	False	False	0.9845396876335144	0					non-mobilizable	no_good_hit	713.0	76.297	49.0	0.008992367391443781	NZ_CYYU01000009.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0046_000000016149	1965	0.8303883125412317	3	3	3	3	3	False	46970	maximal	True	FIJ0046_000000016149	1.0		1	1	False	False	0.9944020509719849	0					non-mobilizable	no_good_hit	130.0	80.0	7.0	0.0007809331242773341	NZ_AUMW01000006.1	firmicutes	Desulfallas alcoholivorax DSM 16058 H569DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
USA0046_01_000000005616	1984	0.830387970958953	5	4	2	4	3	False	97973	fragment	False	USA0046_01_000000005616	0.9715483231194978		0	0	False	False	1.0	0					non-mobilizable	plasmid	1984.0	99.647	100.0	0.015297148852135276	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
MAD0089_000000001034	12774	0.8303871502993143	15	12	5	7	12	False	17563	maximal	True	MAD0089_000000001034	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4373.0	90.83	87.0	0.0008362233495695087	LR778147.1	enterobacteria	Escherichia coli isolate SC418 genome assembly, chromosome: omosome1	True	False
ISR0275_000000004447	3103	0.8303786075582956	4	2	2	2	1	False	119069	fragment	False	ISR0023_000000008534	0.9518883244319812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	80.089	14.0	0.00014085310568205295	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0024_000000000192	53569	0.8303728841663501	82	29	18	22	26	False	121843	maximal	True	AST0024_000000000192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	84.337	0.0	0.0011605303623756055	MF547664.1	firmicutes	Clostridioides difficile strain LIBA-6289 plasmid LIBA6289, complete sequence	True	False
CHI0061_000000000238	14659	0.8303406820044648	17	15	10	12	12	True	123710	fragment	False	ISR0395_000000002237	0.9882163766974705		0	0	False	True	0.999931812286377	0	rep_cluster_1702				non-mobilizable	plasmid	14662.0	99.87	100.0	0.14912664421815075	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0219_000000016191	2054	0.8303326650503595	2	2	2	2	2	False	118607	fragment	False	ISR0219_000000016191	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1956.0	92.07600000000001	95.0	0.0003761209828081932	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
DEN0011_000000004521	7516	0.8303294410608371	8	5	4	4	1	True	75790	maximal	True	DEN0011_000000004521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0153_000000005452	2924	0.8303260719512594	3	2	2	2	2	True	79274	maximal	True	CHI0153_000000005452	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1147.0	77.942	38.0	0.0013753918161141343	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0302_000000001253	8142	0.8303186216800262	11	10	8	8	8	False	100877	maximal	True	ISR0302_000000001253	1.0		19	7	False	False	0.9953328371047974	0					non-mobilizable	no_good_hit	1533.0	82.12700000000001	19.0	0.024830589726506005	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ISR0856_000000002839	2042	0.8303082547902747	5	3	2	2	3	False	87826	fragment	False	CHI0147_000000008685	0.9560071460473425		0	0	False	False	1.0	0					non-mobilizable	chromosome	1468.0	98.29700000000001	100.0	0.0003258414238403977	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0395_000000004901	7593	0.8302960038291322	8	7	4	5	7	True	114031	fragment	False	ISR0395_000000004901	0.9817384948538462		0	0	False	False	1.0	0					non-mobilizable	chromosome	7593.0	100.0	100.0	0.0039050665563865996	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
USA0010_01_000000008804	3085	0.8302917752448429	3	3	3	3	3	False	126230	fragment	False	FIJ0081_000000011136	0.7248803962822703		0	0	False	False	0.9993516802787781	0					non-mobilizable	no_good_hit	191.0	80.628	6.0	0.0010223123732251522	NZ_WAJS01000001.1	actinobacteria	Adlercreutzia muris strain DSM 29508 DSM29508T_contig_001, whole genome shotgun sequence	True	False
MAD0014_000000008928	3391	0.8302883190257401	4	4	4	4	3	False	125068	fragment	False	ISR0227_000000008228	0.9682461647139176		0	0	False	False	0.9994102120399475	0					non-mobilizable	other	3391.0	98.20100000000001	100.0	0.03210348876851396	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
USA0003_01_000000002698	13283	0.830281464204327	11	8	6	8	3	True	104229	fragment	False	USA0003_01_000000002698	1.0		0	0	False	False	0.9999247193336487	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	1.1441072305469405e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0040_000000020774	1249	0.830280863885499	2	2	2	2	2	False	78859	fragment	False	ISR0261_000000013978	0.9692856308078645		0	0	False	False	0.9975980520248413	0					non-mobilizable	other	1249.0	99.44	100.0	0.008582451362670463	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0177_000000001112	15769	0.8302795075042129	25	6	1	6	3	False	68521	maximal	True	ENG0177_000000001112	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0164_000000008657	2672	0.8302751012603262	3	3	2	2	3	True	78406	fragment	False	CHI0164_000000008657	1.0		0	0	False	False	0.9996257424354553	0					non-mobilizable	chromosome	1341.0	98.73200000000001	98.0	0.00019789405152716396	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
MAD0102_000000002999	5158	0.8302558406048115	9	4	3	4	2	False	15035	maximal	True	MAD0102_000000002999	1.0		1	1	False	False	0.9990306496620178	0					non-mobilizable	no_good_hit	549.0	91.985	21.0	0.0006418802152767492	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0108_000000002936	7237	0.8302514906089967	6	5	5	4	4	False	132486	fragment	False	ISR0176_000000003732	0.9408386051006477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	68.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0046_000000028511	1311	0.8302436239516432	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.8675825337722615		0	0	False	False	0.9984744191169739	0					non-mobilizable	chromosome	1311.0	98.85600000000001	100.0	0.0004409383302304963	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0087_000000025420	1443	0.8302370613645604	2	2	1	2	0	True	110661	maximal	True	AST0087_000000025420	1.0		1	1	False	False	0.9965350031852722	0					non-mobilizable	no_good_hit								True	True
CHI0016_000000001788	2684	0.8302333383026634	4	4	3	3	4	True	98702	fragment	False	ISR0287_000000004218	0.4897487994089398		0	0	False	False	1.0	0					non-mobilizable	plasmid	2684.0	100.0	100.0	0.029975309193694347	CP005999.1	enterobacteria	Escherichia coli B7A plasmid pEB1, complete sequence	False	True
ISR0147_000000003074	7356	0.8302229247105462	8	4	2	3	2	False	67446	maximal	True	ISR0147_000000003074	1.0		0	0	False	False	0.9955138564109802	0					non-mobilizable	no_good_hit	323.0	72.446	4.0	9.830706522922657e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0022_000000000531	15439	0.8302201170758935	21	11	5	9	7	True	120552	fragment	False	SPA0022_000000000531	0.9962178628497688		0	0	False	False	1.0	0					non-mobilizable	chromosome	7511.0	99.507	99.0	0.0013339287187173806	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0388_000000004743	6039	0.8302156425431098	7	4	2	4	2	False	22954	maximal	True	ISR0388_000000004743	1.0		10	3	False	False	0.999834418296814	0					non-mobilizable	no_good_hit	1750.0	86.971	37.0	0.00048391371726060615	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0087_000000010622	3340	0.8302073929140299	4	3	3	2	2	False	111004	backbone	False	ISR0073_000000007893	0.9772615734400125	PS702	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007770632368703108	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
ISR0073_000000007893	3336	0.8302073929140299	3	3	3	2	2	False	111004	backbone	True	ISR0073_000000007893	0.9790565182640449	PS702	4	2	True	True	1.0	4					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0007770632368703108	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
ISR0063_000000006087	3335	0.8302073929140299	3	3	3	2	2	False	111004	backbone	False	ISR0073_000000007893	0.9790217312788013	PS702	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0007770632368703108	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
DEN0082_000000011699	3316	0.8302073929140299	3	3	3	2	2	False	111004	backbone	False	ISR0073_000000007893	0.9780118801237472	PS702	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007770632368703108	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
FIJ0092_000000028734	1303	0.8302066322557472	2	2	2	2	1	False	43272	fragment	False	FIJ0092_000000028734	1.0		0	0	False	False	0.9447429180145264	0					non-mobilizable	no_good_hit	75.0	85.333	6.0	0.0005003921992913365	NZ_WKKF01000007.1	firmicutes	Bacillus idriensis strain DSM 19097 Contig07, whole genome shotgun sequence	True	False
ENG0011_000000024227	1197	0.8301994174006038	2	2	1	2	1	False	67121	maximal	True	ENG0011_000000024227	1.0		18	7	False	False	0.9949874877929688	0					non-mobilizable	no_good_hit	825.0	95.03	69.0	0.014659292272995759	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
FIJ0167_000000003966	4566	0.8301957995395244	5	5	5	5	4	False	105143	fragment	False	AST0148_000000007415	0.9761132728058798		0	0	False	False	0.9995619654655457	0					non-mobilizable	no_good_hit	486.0	81.27600000000001	11.0	0.006433309358267402	NZ_FUWW01000010.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0205_000000009711	1712	0.8301890076618638	3	2	2	2	2	False	38163	fragment	False	ISR0180_000000010660	0.3858397365532382		0	0	False	False	0.9994158744812012	0					non-mobilizable	no_good_hit	473.0	83.932	28.0	0.0023426674508787494	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
MON0079_000000019984	1139	0.8301858920584527	2	2	2	2	2	False	10073	fragment	False	MON0079_000000019984	1.0		0	0	False	False	0.9956101775169373	0					non-mobilizable	chromosome	1139.0	98.33200000000001	100.0	0.0003667982477486871	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0149_000000019594	2018	0.8301790398011054	3	1	1	1	1	False	91729	fragment	False	SPA0149_000000019594	1.0		0	0	False	False	0.9995044469833374	0					non-mobilizable	other	1472.0	99.66	92.0	0.032302722658052604	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
SPA0156_000000011094	1744	0.8301790398011054	2	1	1	1	1	False	3174	fragment	False	SPA0156_000000011094	1.0		0	0	False	False	0.9891055226325989	0					non-mobilizable	no_good_hit	949.0	99.895	59.0	0.020809985276990354	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	False
FIJ0162_000000009354	2410	0.8301754521399366	2	2	2	2	2	False	69535	fragment	False	FIJ0162_000000009354	1.0		0	0	False	False	0.9995850324630737	0					non-mobilizable	no_good_hit								True	False
ENG0009_000000007788	1637	0.8301751760804847	2	1	1	1	1	False	67311	fragment	False	MON0099_000000019814	0.9429912491156726		0	0	False	False	0.962125837802887	0					non-mobilizable	no_good_hit	119.0	81.513	7.0	0.00018984855038250355	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
MAD0023_000000000541	8755	0.8301719223321947	13	10	4	5	9	True	98730	fragment	False	MAD0023_000000000541	1.0		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	8755.0	99.69200000000001	100.0	0.17747952315302895	MK965545.1	enterobacteria	Escherichia coli strain F609TC plasmid pF609, complete sequence	False	True
ISR0199_000000002183	10782	0.8301620778917815	10	8	7	8	4	True	121763	fragment	False	ISR0133_000000001298	0.9479202475077346		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.399523217383899e-06	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	True
MAD0068_000000003255	6844	0.8301604294290909	12	4	3	3	2	True	16485	maximal	True	MAD0068_000000003255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	0.00013783041480231421	NZ_SACS01000003.1	g-proteobacteria	Rheinheimera riviphila strain KYPC3 NODE_3_length_297467_cov_73, whole genome shotgun sequence	True	True
CHI0075_000000001098	6031	0.8301595322057292	7	6	5	6	4	False	132493	fragment	False	FIJ0083_000000004671	0.9337565347274085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	98.272	88.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0070_000000000785	20153	0.8301519602758317	20	18	5	10	17	True	123537	maximal	True	ISR0070_000000000785	1.0		25	7	False	False	1.0	0					non-mobilizable	chromosome	16105.0	99.01899999999999	99.0	0.0029458951601973576	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
CAN0016_000000017707	2740	0.8301254754817214	3	3	3	3	3	False	99231	fragment	False	CHI0111_000000008113	0.38971965676142756		0	0	False	False	0.9992700815200806	0					non-mobilizable	no_good_hit	785.0	75.414	28.0	0.0003734791521581549	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0160_000000004578	5488	0.8301097552510713	5	3	2	2	2	False	78756	maximal	True	CHI0160_000000004578	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	72.961	16.0	0.19203695556533215	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
SPA0007_000000007587	3194	0.8301028818342393	4	4	4	4	3	False	90777	fragment	False	ISR0126_000000014959	0.9833333333333334		0	0	False	False	1.0	0					non-mobilizable	other	3194.0	99.311	100.0	0.3805721096543504	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0057_000000003678	5133	0.8300928801015395	6	5	5	5	4	False	115563	fragment	False	ISR0074_000000004890	0.9622186998545451		0	0	False	False	0.9996103644371033	0					non-mobilizable	other	5013.0	98.205	98.0	0.02916610809645099	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
USA0013_01_000000003977	2855	0.8300921012190631	3	3	1	1	3	False	72950	fragment	False	DEN0045_000000011774	0.9673102818253053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	94.92299999999999	44.0	0.0001441520682156906	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0101_000000020533	1365	0.8300827144149454	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.8993645488129095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	95.32700000000001	71.0	0.0007809899575407747	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0154_000000002979	8892	0.8300781439216378	7	5	1	3	3	True	118874	fragment	False	ISR0154_000000002979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4519.0	98.78299999999999	62.0	0.0007258344364902901	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
SPA0053_000000002185	12234	0.8300705578643647	14	7	5	7	5	False	34494	maximal	True	SPA0053_000000002185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	79.058	2.0	4.3849577486242196e-05	AP012224.1	b-proteobacteria	Pseudogulbenkiania sp. NH8B DNA, complete genome	True	False
ISR0222_000000014026	4038	0.8300703806311285	5	5	5	5	4	False	130049	fragment	False	ENG0005_000000004373	0.6199209961869859		0	0	False	False	1.0	0					non-mobilizable	chromosome	4037.0	98.63799999999999	99.0	0.0013005544197416104	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0080_000000024216	2176	0.8300679836441289	3	3	3	3	3	False	66757	maximal	True	MON0080_000000024216	0.9859804526249061		220	14	False	False	0.9972426295280457	0					non-mobilizable	no_good_hit	1593.0	73.697	71.0	0.0003889203370709832	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0057_000000001886	11326	0.8300665213094058	13	5	3	5	3	False	125987	fragment	False	FIJ0124_000000001671	0.5235861817515715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	87.111	4.0	0.0006666405239010235	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
DEN0005_000000021950	1708	0.8300640315634389	3	3	3	2	2	False	76477	fragment	False	DEN0005_000000021950	1.0		0	0	False	False	0.9929742217063904	0					non-mobilizable	no_good_hit	256.0	78.125	15.0	3.8895865813550676e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
SPA0032_000000002982	7637	0.8300597294648767	11	6	3	5	5	True	122246	backbone	False	ISR0165_000000002019	0.9660674010193574	PS867	0	0	True	True	1.0	196					non-mobilizable	no_good_hit	1175.0	96.936	49.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0038_000000004152	6458	0.8300597294648767	11	6	3	5	5	True	122245	fragment	False	ISR0038_000000004152	0.9995081967213115		0	0	False	False	0.9984515309333801	0					non-mobilizable	no_good_hit	814.0	88.821	39.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0166_000000004160	6098	0.8300597294648767	9	6	3	5	5	True	122245	fragment	False	ISR0038_000000004152	0.9719727469804893		0	0	False	False	0.999671995639801	0					non-mobilizable	no_good_hit	814.0	88.821	36.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0053_000000000663	17504	0.8300553030956883	27	5	2	5	2	True	17355	fragment	False	MAD0053_000000000663	1.0		0	0	False	False	0.9990859031677246	0					non-mobilizable	no_good_hit								True	True
FIJ0062_000000017200	1705	0.8300535922265763	3	3	3	2	3	True	131026	fragment	False	CHI0117_000000007167	0.14715570642451575		0	0	False	False	0.9935483932495117	0					non-mobilizable	other	1705.0	99.589	100.0	0.0005099229998315219	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
USA0066_01_000000014746	1390	0.8300526726700479	2	2	0	2	1	False	25608	fragment	False	USA0066_01_000000014746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0032_01_000000011893	1896	0.8300434562161317	3	3	2	2	2	False	102018	fragment	False	USA0032_01_000000011893	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1789.0	97.708	94.0	0.0029652258369789893	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0169_000000002152	9384	0.8300401043249508	10	6	3	6	3	True	55932	fragment	False	ENG0169_000000002152	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	88.67	12.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
FIJ0050_000000007811	3269	0.8300383113272976	5	2	1	2	0	True	46617	fragment	False	FIJ0050_000000007811	1.0		0	0	False	False	0.9828693866729736	0					non-mobilizable	no_good_hit								True	True
MON0091_000000011162	1126	0.8300290632104426	1	1	1	1	1	False	43362	fragment	False	FIJ0091_000000018425	0.9793859649122807		0	0	False	False	0.9982237815856934	0					non-mobilizable	no_good_hit	99.0	95.96	9.0	0.00023895270443257267	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0129_000000005599	3716	0.8300257042071384	5	2	1	2	0	True	64871	backbone	False	ISR0048_000000005110	0.7078872197945734	PS290	0	0	False	True	0.9986544847488403	0					non-mobilizable	no_good_hit								True	True
DEN0046_000000002015	8516	0.8300219940286773	15	11	7	8	7	True	125397	fragment	False	SPA0032_000000002311	0.6551848955254141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7218.0	91.965	84.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MAD0034_000000008065	1932	0.8300204781547051	4	3	3	3	2	True	87085	maximal	True	MAD0034_000000008065	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1500.0	90.6	99.0	0.0004657141666080765	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0333_000000011985	1917	0.8300122752223814	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.34450502008107814		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	98.17	91.0	0.006337719218734704	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0794_000000003473	5361	0.8300109162444088	7	5	5	5	5	False	92267	fragment	False	ISR0794_000000003473	0.9856595911800009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	1.0	0.0008687602364167201	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0063_000000008123	5066	0.8300104320877917	4	3	2	3	2	False	71571	maximal	True	DEN0063_000000008123	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	71.149	16.0	0.0038661227965761345	NZ_SLUK01000005.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_105, whole genome shotgun sequence	True	False
FIJ0051_000000013776	1608	0.8300040827577548	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9343486655701768		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.15700000000001	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0034_000000017154	1605	0.8300040827577548	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9343931932678292		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	82.07700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0130_000000012841	1601	0.8300040827577548	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.92641675011059		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	82.213	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0251_000000009456	1729	0.8299997693454397	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.3824128450813491		0	0	False	False	0.9994216561317444	0					non-mobilizable	other	1729.0	96.18299999999999	100.0	0.0005350890892223724	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0074_000000010213	1349	0.8299913689193819	2	2	2	2	1	False	84695	maximal	True	CHI0074_000000010213	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	1.3225401892600616e-05	NZ_JH556653.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_3, whole genome shotgun sequence	True	False
ISR0804_000000001664	11376	0.8299715292533293	15	10	7	9	7	True	125395	fragment	False	SPA0132_000000002723	0.9881979818925238		0	0	False	False	1.0	0					non-mobilizable	other	6875.0	97.964	95.0	0.0019613596172266285	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0035_000000014964	1494	0.8299670413722827	3	3	3	2	2	False	87653	fragment	False	ENG0035_000000014964	1.0		0	0	False	False	0.9919678568840027	0					non-mobilizable	no_good_hit	495.0	75.152	33.0	0.004267561319032802	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
MAD0016_000000002037	2414	0.8299631827130868	3	2	2	1	1	False	129507	maximal	True	MAD0016_000000002037	1.0		18	1	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	80.04	41.0	0.008961824953445064	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0049_000000004100	3761	0.8299559755673059	5	5	5	5	4	False	120089	maximal	True	CHI0049_000000004100	1.0		3	3	False	False	0.9981387853622437	0					non-mobilizable	chromosome	3811.0	82.708	100.0	0.0008364818010790304	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0093_000000030260	1231	0.8299527149049922	2	1	1	1	1	False	66839	fragment	False	SPA0093_000000030260	0.9732239646671061		0	0	False	False	0.982940673828125	0					non-mobilizable	no_good_hit	459.0	79.956	37.0	0.000962786307788246	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
ISR0775_000000016527	1182	0.8299527149049922	3	1	1	1	1	False	66839	fragment	False	SPA0093_000000030260	0.9451022587267738		0	0	False	False	0.9915397763252258	0					non-mobilizable	no_good_hit	459.0	79.956	39.0	0.000962786307788246	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
ENG0015_000000014769	1181	0.8299527149049922	2	1	1	1	1	False	66839	fragment	False	SPA0093_000000030260	0.957638512802428		0	0	False	False	0.9830651879310608	0					non-mobilizable	no_good_hit	459.0	79.956	39.0	0.000962786307788246	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
SPA0034_000000029889	1145	0.8299527149049922	2	1	1	1	1	False	7134	fragment	False	SPA0034_000000029889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	80.17399999999999	40.0	0.000962786307788246	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
ISR0138_000000025637	1125	0.8299527149049922	3	1	1	1	1	False	66839	fragment	False	SPA0093_000000030260	0.9255660831531299		0	0	False	False	0.9857777953147888	0					non-mobilizable	no_good_hit	459.0	79.956	41.0	0.000962786307788246	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
DEN0001_000000021558	2013	0.8299480382012744	3	3	3	3	3	False	114517	fragment	False	AST0052_000000010910	0.980424266998148		0	0	False	False	0.9940387606620789	0					non-mobilizable	other	2014.0	97.71600000000001	100.0	0.031867401215805474	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
CHI0054_000000010928	1598	0.8299277296041496	2	1	1	1	1	False	86322	maximal	True	CHI0054_000000010928	1.0		23	9	False	False	0.9962453246116638	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000017575	2077	0.8299234123679438	2	2	2	1	1	True	102939	fragment	False	MON0021_000000011163	0.4784639927073838		0	0	False	False	0.9971112012863159	0					non-mobilizable	no_good_hit								True	True
FIJ0057_000000020328	1688	0.8299234123679438	4	2	2	1	1	True	46237	fragment	False	FIJ0057_000000020328	1.0		0	0	False	False	0.9887440800666809	0					non-mobilizable	no_good_hit								True	True
USA0046_01_000000005568	2004	0.8299223424916724	3	3	3	3	2	False	33085	maximal	True	USA0046_01_000000005568	1.0		0	0	False	False	0.9940119981765747	0					non-mobilizable	no_good_hit	685.0	96.788	34.0	0.0001650758407645618	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
SPA0110_000000003948	5492	0.8299220084745776	6	6	5	6	6	False	58584	maximal	True	SPA0110_000000003948	1.0		49	9	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	97.98	2.0	2.1810017830802332e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0328_000000010987	2570	0.8299219526935733	6	3	1	3	1	False	24751	maximal	True	ISR0328_000000010987	1.0		1	1	False	False	0.9964980483055115	0					non-mobilizable	no_good_hit	87.0	82.759	3.0	0.0005915553730626562	NZ_FOGW01000007.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
ISR0182_000000008799	3885	0.8299206156344955	5	5	3	4	4	False	82565	fragment	False	ISR0182_000000008799	1.0		0	0	False	False	0.999485194683075	0					non-mobilizable	no_good_hit	88.0	81.818	2.0	2.5710391572253225e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0389_000000004936	3990	0.8299139610380328	5	3	3	3	1	False	81674	fragment	False	ISR0389_000000004936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	94.256	31.0	0.0026498165511618424	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
CAN0016_000000038615	1156	0.8299112078866212	2	2	2	2	2	False	92639	maximal	True	CAN0016_000000038615	1.0		40	7	False	False	0.9930796027183533	0					non-mobilizable	no_good_hit	439.0	78.815	38.0	0.0029592657747957835	NZ_QSBM01000019.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf19, whole genome shotgun sequence	True	False
SPA0130_000000021180	1576	0.8299027580469212	3	2	2	1	1	False	3795	fragment	False	SPA0130_000000021180	1.0		0	0	False	False	0.9885786771774292	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	0.00025588536335721597	NZ_AAXW01000009.1	cyanobacteria	Crocosphaera chwakensis CCY0110 1101676644560, whole genome shotgun sequence	True	False
SPA0122_000000010256	2755	0.8298935801293185	3	3	3	3	1	False	131750	fragment	False	SPA0122_000000010256	1.0		0	0	False	False	0.994192361831665	0					non-mobilizable	no_good_hit	1568.0	91.199	57.0	0.0004963419661306002	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0093_000000019585	1330	0.8298856447033728	1	1	1	1	1	False	47022	fragment	False	ISR0047_000000022914	0.9490696903061995		0	0	False	False	0.9962406158447266	0					non-mobilizable	no_good_hit	124.0	78.226	9.0	5.884137036289339e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
ISR0047_000000022914	1309	0.8298856447033728	2	1	1	1	1	False	47022	fragment	False	ISR0047_000000022914	0.9586295146600069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	86.4	9.0	0.00012852019961381248	NZ_LT574836.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
SPA0116_000000032038	1284	0.8298856447033728	2	1	1	1	1	False	47022	fragment	False	ISR0047_000000022914	0.9469937726264348		0	0	False	False	0.9922118186950684	0					non-mobilizable	no_good_hit	124.0	78.226	10.0	5.884137036289339e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
FIJ0102_000000025639	1276	0.8298856447033728	2	1	1	1	1	False	47022	fragment	False	ISR0047_000000022914	0.8400139191495448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	78.226	10.0	5.884137036289339e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
FIJ0136_000000006496	4027	0.8298724317981552	3	3	3	3	2	False	40545	maximal	True	FIJ0136_000000006496	1.0		2	1	False	False	0.9970201253890991	0					non-mobilizable	no_good_hit	156.0	77.564	4.0	5.194374865472481e-05	CP017039.1	GNS bacteria	Anaerolineaceae bacterium oral taxon 439 strain W11661, complete genome	True	False
MON0005_000000048744	1127	0.8298689769480346	2	2	2	2	2	False	14082	fragment	False	MON0005_000000048744	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	94.57799999999999	99.0	0.0030762914813547725	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0169_000000007495	3048	0.8298478692728244	2	2	2	2	0	True	89804	fragment	False	ENG0169_000000007495	1.0		0	0	False	False	0.9970472455024719	0					non-mobilizable	no_good_hit								True	True
ENG0209_000000009075	2060	0.8298478692728244	2	2	2	2	0	True	53787	fragment	False	ENG0209_000000009075	1.0		0	0	False	False	0.9975728392601013	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	1.279637067987791e-05	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
FIJ0025_000000002143	8962	0.8298437446675508	14	5	4	5	3	True	108295	fragment	False	FIJ0152_000000002187	0.9369017894298793		0	0	False	False	0.9998884201049805	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	5.639744406783484e-06	LM524968.1	nematodes	Strongyloides venezuelensis genome assembly S_venezuelensis_HH1, scaffold SVE_scaffold0000001	True	True
SPA0092_000000005719	6399	0.8298423226791528	5	4	2	4	2	False	106651	fragment	False	SPA0032_000000003141	0.6314971751412429		0	0	False	False	1.0	0					non-mobilizable	other	6399.0	99.781	100.0	0.0019379968237207418	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
FIJ0063_000000010431	2532	0.8298353718791417	4	1	1	1	1	False	45610	maximal	True	FIJ0063_000000010431	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	76.821	6.0	2.5393909983807036e-05	NZ_CP009933.1	firmicutes	Clostridium scatologenes strain ATCC 25775 chromosome, complete genome	True	False
CAN0006_000000003024	14353	0.8298260994246888	16	13	9	10	10	True	95785	maximal	True	CAN0006_000000003024	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3290.0	95.289	54.0	0.031317587202378115	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
SPA0111_000000011447	3012	0.829825837045157	6	3	2	2	3	False	118683	fragment	False	ISR0198_000000010905	0.9593616321158276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1858.0	90.31200000000001	76.0	0.00044205082817407596	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
CAN0021_000000011262	3735	0.8298258284433706	4	3	3	3	3	False	91647	maximal	True	CAN0021_000000011262	1.0		112	11	False	False	0.9991967678070068	0					non-mobilizable	other	3671.0	99.619	98.0	0.0011580669937022612	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0071_000000004322	7908	0.8298185462806381	13	5	3	5	4	False	121253	maximal	True	FIJ0071_000000004322	1.0		1	1	True	True	0.9998735189437866	2					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
SPA0134_000000004682	6358	0.8298140767932968	7	7	7	7	7	False	12336	maximal	True	SPA0134_000000004682	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6299.0	100.0	100.0	0.054854415440760196	CP047466.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-tetX-114kb, complete sequence	False	True
SPA0031_000000004610	5506	0.8298087896984921	6	3	2	3	1	False	7295	maximal	True	SPA0031_000000004610	1.0		2	2	False	False	0.994551420211792	0					non-mobilizable	no_good_hit	173.0	97.68799999999999	3.0	4.5704361338680746e-05	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ENG0203_000000013966	1348	0.8298037020645207	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.8136539169789002		0	0	False	False	0.9992581605911255	0					non-mobilizable	no_good_hit	1112.0	75.45	82.0	0.00037562611492582585	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0121_01_000000006592	7016	0.8298035424061675	2	2	1	2	1	False	89069	fragment	False	USA0121_01_000000006592	1.0		0	0	False	False	0.9995723962783813	0					non-mobilizable	no_good_hit	3726.0	93.18299999999999	76.0	0.029855186665272943	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0083_000000004093	2458	0.8297977324251156	4	4	4	3	4	False	111460	fragment	False	MAD0086_000000003690	0.952878815005653		0	0	False	False	0.9991863369941711	0					non-mobilizable	chromosome	2458.0	100.0	100.0	0.0004411286285836988	CP033605.1	enterobacteria	Escherichia coli O157:H7 strain TR01 chromosome, complete genome	False	False
MAD0046_000000003679	6213	0.8297947726777491	6	6	4	4	5	False	98144	fragment	False	MAD0046_000000003679	1.0		0	0	False	True	0.9980685710906982	0	Col156	MOBQ			mobilizable	plasmid	6215.0	98.311	100.0	0.8323281061519904	CP056406.1	enterobacteria	Escherichia coli strain RHBSTW-00562 plasmid pRHBSTW-00562_3, complete sequence	False	True
SPA0023_000000025483	1131	0.8297916028713838	1	1	1	1	1	False	7593	maximal	True	SPA0023_000000025483	1.0		102	9	False	False	0.9734748005867004	0					non-mobilizable	no_good_hit	943.0	86.95700000000001	83.0	0.04333364564789656	NZ_HG529242.1	firmicutes	[Clostridium] dakarense strain 1, whole genome shotgun sequence	True	False
ISR0370_000000002199	10204	0.8297901147383836	11	10	9	7	6	False	120416	fragment	False	ISR0370_000000002199	0.9896313496647281		0	0	False	False	0.9992160201072693	0					non-mobilizable	other	10204.0	99.53	100.0	0.004409288463067779	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
FIJ0015_000000016179	1899	0.8297885211607506	3	3	2	3	2	False	50340	fragment	False	FIJ0015_000000016179	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0149_000000002165	11965	0.8297810441987916	12	7	5	6	5	False	122863	fragment	False	USA0011_01_000000002928	0.9809089441394898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.715	19.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0015_000000003299	8671	0.8297659579969799	14	6	4	6	5	False	69340	maximal	True	FIJ0015_000000003299	0.9822809650236639		3	1	False	False	0.9997693300247192	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	2.0	0.00016104032047023774	NZ_LR027601.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
ENG0159_000000003358	6367	0.8297636412830129	6	5	5	4	4	False	56556	maximal	True	ENG0159_000000003358	1.0		12	4	False	False	0.9996858835220337	0					non-mobilizable	no_good_hit	250.0	74.4	4.0	0.0016819688766254977	NZ_BCQU01000002.1	high GC Gram+	Actinomadura rubrobrunea NBRC 15275, whole genome shotgun sequence	True	False
CHI0179_000000019477	1181	0.8297623939962899	2	2	2	2	2	False	77502	fragment	False	ISR0300_000000009103	0.9630818619582664		0	0	False	False	0.9949195384979248	0					non-mobilizable	chromosome	1181.0	99.831	100.0	0.00040096271828257474	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0043_000000006601	3756	0.8297431083801914	5	3	2	2	3	False	36989	maximal	True	MON0043_000000006601	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	96.262	3.0	0.003522647967830913	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
ISR0318_000000001103	4046	0.8297425862675425	6	2	2	2	2	True	44260	fragment	False	ISR0318_000000001103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	76.687	33.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ENG0013_000000008740	3024	0.8297109534227669	3	3	3	3	3	False	99231	fragment	False	CHI0111_000000008113	0.497605717736258		0	0	False	False	0.9900793433189392	0					non-mobilizable	no_good_hit	1028.0	77.237	34.0	0.00025342550996238265	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
AST0150_000000005800	4497	0.8297108882218249	4	2	2	2	1	True	104224	fragment	False	AST0150_000000005800	1.0		0	0	False	False	0.9993329048156738	0					non-mobilizable	no_good_hit								True	True
SPA0090_000000003190	8565	0.8297096372367315	10	2	1	2	0	False	78476	fragment	False	SPA0090_000000003190	1.0		0	0	False	False	0.9995329976081848	0					non-mobilizable	other	8565.0	99.86	100.0	0.009395435593592275	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
MON0102_000000014638	3127	0.8297096372367315	3	2	1	2	0	False	8961	fragment	False	MON0102_000000014638	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2988.0	99.93299999999999	96.0	0.0032773754663155586	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
FIJ0009_000000016099	2422	0.8297096372367315	2	2	1	2	0	False	51267	fragment	False	FIJ0009_000000016099	1.0		0	0	False	False	0.9991742372512817	0					non-mobilizable	other	2422.0	100.0	100.0	0.0026563528637261356	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0265_000000015815	1132	0.8297056243464502	3	2	2	2	1	False	26589	fragment	False	ISR0265_000000015815	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	96.04700000000001	98.0	0.0002153707718233828	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0020_000000008078	2728	0.8297040687136774	3	2	1	2	1	True	111379	fragment	False	ISR0020_000000008078	1.0		0	0	False	False	0.9978005886077881	0					non-mobilizable	no_good_hit								True	True
ISR0295_000000001254	16635	0.8296989602443696	14	3	2	3	1	False	39916	maximal	True	ISR0295_000000001254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	100.0	0.0	0.016790123456790124	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
FIJ0120_000000007753	2958	0.8296905378629241	4	4	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.4261976638387163		0	0	False	False	1.0	0					non-mobilizable	other	2183.0	98.809	100.0	0.0006517285305524655	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0034_000000013675	1562	0.8296827067145226	2	1	1	1	1	False	36841	maximal	True	ISR0034_000000013675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0078_01_000000007691	2130	0.8296801343378044	2	2	2	2	2	False	121265	backbone	False	ENG0073_000000006947	0.11307975513750636	PS849	0	0	False	True	1.0	0					non-mobilizable	other	2130.0	100.0	100.0	0.0011836457846865478	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
AST0093_000000004458	4382	0.8296689320514745	5	4	4	4	4	False	118976	fragment	False	AST0093_000000004458	0.8461563244331035		0	0	False	False	1.0	0					non-mobilizable	other	4308.0	93.338	98.0	0.06759983661670908	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0353_000000005255	6150	0.8296637333328973	9	9	8	8	5	False	24042	maximal	True	ISR0353_000000005255	1.0		3	2	False	False	0.9949593544006348	0					non-mobilizable	no_good_hit	3041.0	99.868	49.0	0.0005702939865500666	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0220_000000000635	21440	0.8296620949756557	17	6	5	5	3	True	94219	maximal	True	ISR0220_000000000635	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	0.0	0.00346709105376833	NZ_WNCH01000046.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold46_size17594, whole genome shotgun sequence	True	True
CHI0112_000000006363	2707	0.8296609357009069	3	3	1	2	0	True	82435	fragment	False	CHI0112_000000006363	1.0		0	0	False	False	0.9881787896156311	0					non-mobilizable	no_good_hit	535.0	88.22399999999999	60.0	0.1583629893238434	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
ENG0084_000000010630	2600	0.8296598115491001	4	2	1	2	1	False	126045	backbone	True	ENG0084_000000010630	0.9471557280239485	PS940	1	1	False	True	0.9996153712272644	0					non-mobilizable	no_good_hit								True	True
FIJ0124_000000010854	2520	0.8296598115491001	3	2	1	2	1	False	126045	backbone	False	ENG0084_000000010630	0.9417367340471563	PS940	0	0	False	True	0.9992063641548157	0					non-mobilizable	no_good_hit	546.0	74.908	21.0	0.00016283888555994162	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0078_000000008625	2214	0.8296566013063599	2	2	2	2	1	True	34426	fragment	False	ISR0078_000000008625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	76.182	50.0	0.0003985594410114074	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
ISR0009_000000013202	2472	0.8296508197131999	3	3	3	3	3	False	60357	maximal	True	ISR0009_000000013202	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	71.077	43.0	0.0002831676775805983	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
USA0025_01_000000001643	11328	0.8296410736153998	15	10	7	9	7	True	125395	fragment	False	SPA0132_000000002723	0.9866704868298806		0	0	False	False	1.0	0					non-mobilizable	other	6821.0	98.006	95.0	0.0019459473035871875	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0038_000000004413	2950	0.8296378578269359	3	3	2	3	1	True	19190	fragment	False	MAD0038_000000004413	1.0		0	0	False	False	0.9972881078720093	0					non-mobilizable	no_good_hit	683.0	90.044	38.0	0.02626107046592222	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0128_000000003330	7297	0.8296346803066067	9	6	2	4	5	True	76964	backbone	False	ENG0033_000000002799	0.18111588791136132	PS328|PS329|PS369	0	0	True	True	0.9989036321640015	1					non-mobilizable	no_good_hit	500.0	83.8	26.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0042_000000007075	3706	0.8296291534048595	4	4	4	4	3	False	92610	maximal	True	ISR0042_000000007075	1.0		10	5	False	False	0.9929843544960022	0					non-mobilizable	no_good_hit	1785.0	90.36399999999999	89.0	0.0003188957955078021	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0167_000000016228	1769	0.8296259207711002	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.13866909053037857		0	0	False	False	1.0	0					non-mobilizable	chromosome	1418.0	98.66	98.0	0.000497980140537938	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
CHI0112_000000012967	1436	0.8296259207711002	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.10657106517124962		0	0	False	False	0.9972144961357117	0					non-mobilizable	chromosome	1436.0	99.164	100.0	0.0005043059291968533	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0036_000000010028	3723	0.8296205331375294	5	3	3	2	2	False	76458	fragment	False	FIJ0036_000000010028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	6.9817924549708325e-06	NZ_BLPF01000001.1	high GC Gram+	Phytohabitans houttuyneae strain NBRC 108639 sequence1, whole genome shotgun sequence	True	False
FIJ0122_000000003239	5413	0.8296167557065408	2	2	2	2	2	False	41444	maximal	True	FIJ0122_000000003239	1.0		4	2	False	False	1.0	0					non-mobilizable	plasmid	3927.0	97.50399999999999	92.0	0.10558872572750255	CP034950.1	firmicutes	Enterococcus faecium strain NM213 plasmid unnamed1, complete sequence	False	True
MON0105_000000036716	1485	0.8296166891379149	2	1	1	1	1	False	8708	maximal	True	MON0105_000000036716	1.0		5	2	False	False	0.9872053861618042	0					non-mobilizable	no_good_hit	193.0	93.78200000000001	13.0	5.36896086279201e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0037_000000009931	3337	0.8296146349929064	4	3	2	1	2	False	96374	maximal	True	ENG0037_000000009931	1.0		3	2	False	False	0.9985016584396362	0					non-mobilizable	no_good_hit	244.0	96.311	9.0	6.801100826739577e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0183_000000010233	3292	0.8296104549070278	5	3	3	2	2	False	120422	maximal	True	ISR0183_000000010233	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	1996.0	81.86399999999999	60.0	0.34684605975886773	MK232231.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_5-CL19_c13 sequence	True	False
FIJ0030_000000004966	5493	0.8296062775630356	4	3	3	3	2	False	82757	fragment	False	MON0007_000000009097	0.9279378994286235		0	0	False	False	0.9981794953346252	0					non-mobilizable	no_good_hit	1459.0	73.544	26.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
AST0084_000000010749	3122	0.8296017350798506	5	4	2	4	1	True	113112	fragment	False	AST0058_000000004926	0.8232483741651764		0	0	False	False	0.9942344427108765	0					non-mobilizable	no_good_hit	160.0	91.25	5.0	0.030043734550294732	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0175_000000010168	2118	0.8295998226699199	3	3	3	3	2	False	98916	fragment	False	ISR0025_000000016246	0.8503426062864053		0	0	False	False	0.9962228536605835	0					non-mobilizable	other	2119.0	99.67	100.0	0.00845185078772207	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
SPA0146_000000006700	3564	0.8295986891865043	6	6	1	3	6	False	88620	fragment	False	CHI0029_000000003158	0.9699067909454061		0	0	False	False	1.0	0					non-mobilizable	other	3487.0	95.985	98.0	0.29503894344734166	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	False	False
SPA0107_000000024418	1357	0.8295972289561272	2	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.9136523631238161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	92.405	17.0	0.004002052334530528	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0377_000000000608	13366	0.8295895245524134	12	10	6	9	7	False	82025	maximal	True	ISR0377_000000000608	1.0		1	1	False	False	0.9993266463279724	0					non-mobilizable	no_good_hit	3613.0	86.79799999999999	27.0	0.15416613062309706	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0814_000000032178	1310	0.8295820196018159	2	2	2	2	1	False	21502	maximal	True	ISR0814_000000032178	1.0		31	6	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	76.967	40.0	0.00013621137270297795	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MON0044_000000033240	1669	0.8295794879079235	2	2	2	2	2	False	64028	fragment	False	MON0044_000000033240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	8.0	7.3256083978821176e-06	NZ_KI912266.1	high GC Gram+	Frankia saprophytica strain CN3 FrCN3DRAFT_FCB.1, whole genome shotgun sequence	True	False
FIJ0085_000000008263	3683	0.8295722993625249	3	3	3	3	3	False	48689	maximal	True	FIJ0085_000000008263	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.143	29.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MAD0057_000000002000	7180	0.8295674348949142	10	9	7	8	7	False	39479	maximal	True	MAD0057_000000002000	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	84.29899999999999	9.0	0.00019645163360780576	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
BAN0018_000000000957	2405	0.8295542290360536	3	1	1	1	1	False	98122	maximal	True	BAN0018_000000000957	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2349.0	97.573	100.0	0.029876395483534247	CP010154.1	enterobacteria	Escherichia coli strain D9 plasmid B, complete genome	False	True
SPA0134_000000012311	2250	0.8295542290360536	1	1	1	1	1	False	49582	maximal	True	SPA0134_000000012311	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	2250.0	100.0	100.0	0.07594637490291425	MG648863.1	enterobacteria	Escherichia coli plasmid pCOV6 clone COV6_c3	False	True
ISR0183_000000014413	2244	0.8295542290360536	1	1	1	1	1	False	49582	maximal	False	SPA0134_000000012311	0.9986666666666666		0	0	False	False	1.0	0					non-mobilizable	plasmid	2244.0	100.0	100.0	0.07574376118596562	MG648863.1	enterobacteria	Escherichia coli plasmid pCOV6 clone COV6_c3	False	True
FIJ0021_000000031515	1520	0.8295542290360536	1	1	1	1	1	False	49579	fragment	False	FIJ0021_000000031515	1.0		0	0	False	False	0.9980263113975525	0					non-mobilizable	plasmid	1454.0	99.86200000000001	100.0	0.011808879822501077	LR130553.1	enterobacteria	Escherichia coli strain MS14386 genome assembly, plasmid: 2	False	True
ISR0112_000000013139	2528	0.82954989370039	4	1	1	1	1	False	102659	fragment	False	ISR0112_000000013139	1.0		0	0	False	False	0.9936708807945251	0					non-mobilizable	chromosome	1110.0	81.26100000000001	91.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AUS0002_000000032265	1167	0.82954989370039	1	1	1	1	1	False	102652	fragment	False	AUS0002_000000032265	1.0		0	0	False	False	0.9871465563774109	0					non-mobilizable	chromosome	1110.0	81.081	95.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0151_000000019494	1141	0.82954989370039	1	1	1	1	1	False	102653	fragment	False	AUS0022_000000023272	0.5932593379916409		0	0	False	False	0.9789658188819885	0					non-mobilizable	chromosome	976.0	81.25	92.0	0.0002710720858328569	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0046_000000033942	1134	0.82954989370039	2	1	1	1	1	False	102653	fragment	False	AUS0022_000000023272	0.5996873978685485		0	0	False	False	0.9955908060073853	0					non-mobilizable	chromosome	914.0	81.729	90.0	0.0002579878088671576	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0127_000000003479	8045	0.8295496984502808	9	5	4	4	4	False	42298	fragment	False	SPA0127_000000003479	1.0		0	0	False	False	0.9997513890266418	0					non-mobilizable	chromosome	7921.0	99.381	98.0	0.00424133632083353	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
USA0081_01_000000009551	3279	0.8295358925797249	4	3	3	3	2	False	63622	fragment	False	USA0081_01_000000009551	1.0		0	0	False	False	0.9993900656700134	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000026117	1302	0.8295344327947725	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8519673767112719		0	0	False	False	0.9877111911773682	0					non-mobilizable	other	995.0	92.26100000000001	95.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0100_000000004141	6851	0.8295268487837631	8	7	5	5	5	False	95250	maximal	True	ENG0100_000000004141	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3281.0	93.447	48.0	0.0009705388015607994	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0129_000000015444	1629	0.8295265808728813	4	2	2	2	1	True	113498	fragment	False	ENG0004_000000017281	0.23547641406729428		0	0	False	True	1.0	0					non-mobilizable	chromosome	1630.0	87.914	99.0	0.0005667614289916944	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0161_000000014544	2105	0.8295161591164731	4	3	3	2	3	False	30397	maximal	True	ISR0161_000000014544	1.0		0	0	False	False	0.9985747933387756	0					non-mobilizable	no_good_hit	1019.0	99.902	48.0	0.0003281200493920593	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0011_000000011510	1224	0.8295123499360746	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08176222109659392		0	0	False	False	0.9991829991340637	0					non-mobilizable	chromosome	1224.0	98.28399999999999	100.0	0.0002767060978512403	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0185_000000010945	1849	0.8294966341281833	2	2	2	2	2	False	55048	maximal	True	ENG0185_000000010945	1.0		6	4	False	False	0.9881016612052917	0					non-mobilizable	no_good_hit								True	False
SPA0128_000000004345	8218	0.8294919026005275	2	1	1	1	1	False	119549	fragment	False	SPA0128_000000004345	1.0		0	0	False	False	0.9997566342353821	0					non-mobilizable	no_good_hit	3920.0	97.066	68.0	0.03147137102285976	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0007_000000005210	2730	0.829485557524434	3	3	3	3	3	True	52983	fragment	False	ISR0007_000000005210	0.9906554492355699		0	0	False	False	1.0	0					non-mobilizable	other	2730.0	99.15799999999999	100.0	0.0013496711629328566	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	True
CHI0065_000000002508	4840	0.8294840275462406	8	5	3	2	2	False	113358	maximal	True	CHI0065_000000002508	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3186.0	96.265	66.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0076_000000006792	2221	0.8294512357017438	3	2	1	2	1	True	69743	fragment	False	SPA0076_000000006792	0.9906759906759907		0	0	False	False	0.997298538684845	0					non-mobilizable	other	2080.0	94.135	93.0	0.002699853839552663	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0075_000000009070	2145	0.8294512357017438	3	2	1	2	1	True	69743	fragment	False	SPA0076_000000006792	0.9736605132823053		0	0	False	False	0.9995337724685669	0					non-mobilizable	other	1983.0	93.949	92.0	0.0025731553284560936	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
USA0018_01_000000012137	1872	0.8294512357017438	3	2	1	2	1	True	59113	fragment	False	USA0018_01_000000012137	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1885.0	93.369	100.0	0.0024490691577945057	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0066_000000004718	5320	0.8294494425272925	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.968009057997817	PS1101	0	0	False	True	0.9998120069503784	0					non-mobilizable	chromosome	5325.0	99.305	100.0	0.0010626021137878413	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0038_000000005662	3810	0.8294464300627499	5	4	4	4	1	False	65101	maximal	True	ENG0038_000000005662	1.0		2	2	False	False	0.9921259880065918	0					non-mobilizable	no_good_hit								True	False
ISR0040_000000007061	3894	0.8294462194214871	4	2	1	2	1	True	55207	maximal	True	ISR0040_000000007061	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0487062404870624	EU009106.1	cephalopods	Idiosepius thailandicus isolate 81 cytochrome oxidase subunit 3 (CO3) gene, partial cds; mitochondrial	True	True
FIJ0165_000000009655	1650	0.8294449027998092	1	1	1	1	1	False	43630	fragment	False	FIJ0165_000000009655	0.9663522012578616		0	0	False	False	0.9987878799438477	0					non-mobilizable	no_good_hit								True	False
SPA0145_000000021961	1590	0.8294449027998092	1	1	1	1	1	False	43630	fragment	False	FIJ0165_000000009655	0.9509090909090909		0	0	False	False	0.9899371266365051	0					non-mobilizable	no_good_hit								True	False
AST0085_000000000783	22154	0.8294198351096389	25	11	7	9	7	True	111154	maximal	True	AST0085_000000000783	1.0		5	3	False	False	0.999548614025116	0					non-mobilizable	no_good_hit	444.0	75.0	2.0	0.002460896301959231	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ENG0180_000000015819	1151	0.8294161912388182	1	1	1	1	1	False	55295	maximal	False	ISR0047_000000024863	0.9775747508305648		0	0	False	False	0.9704604744911194	0					non-mobilizable	no_good_hit	176.0	77.273	15.0	3.01869404356149e-05	CP055263.1	firmicutes	Metabacillus sp. KUDC1714 chromosome, complete genome	True	False
ENG0047_000000004803	3496	0.8294077530381877	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9386213207092596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0100_000000026787	1701	0.8294044100738177	3	3	3	2	2	False	40474	fragment	False	FIJ0138_000000009913	0.6162811547426932		0	0	False	False	0.9988242387771606	0					non-mobilizable	other	1701.0	94.53299999999999	100.0	0.03067318622232647	NZ_SPFY01000014.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_14_length_55423_cov_17.595, whole genome shotgun sequence	False	False
CHI0109_000000015197	1314	0.8294016877822891	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.01976384853097182	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1320.0	89.167	100.0	0.0004576615967196155	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0166_000000000066	99425	0.8293960990873938	95	11	3	9	4	True	127415	maximal	False	SPA0046_000000000019	0.9146517473475374		0	0	True	True	1.0	188					non-mobilizable	virus	49199.0	95.84299999999999	97.0	0.4962136148098719	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0362_000000000024	98098	0.8293960990873938	93	11	3	9	4	True	127415	maximal	False	SPA0046_000000000019	0.9007505715312651		0	0	True	True	1.0	8					non-mobilizable	virus	50853.0	95.837	96.0	0.5131588259678284	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
FIJ0129_000000008928	2361	0.8293853782771939	4	3	3	2	2	False	40953	fragment	False	FIJ0129_000000008928	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2366.0	87.616	100.0	0.021143676615577665	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
MAD0112_000000025986	1123	0.8293850665964846	2	1	1	1	1	True	68796	fragment	False	ISR0385_000000020661	0.47000895255147723		0	0	False	False	1.0	0					non-mobilizable	other	1045.0	97.225	93.0	0.014868617816705832	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	True
MON0047_000000006331	5462	0.8293829037111483	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6954040099562588		0	0	False	False	1.0	0					non-mobilizable	other	5463.0	97.382	100.0	0.0015977331867573221	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0180_000000019152	1285	0.8293825182043709	2	2	2	1	1	False	29613	maximal	True	ISR0180_000000019152	1.0		1	1	False	False	0.9836575984954834	0					non-mobilizable	no_good_hit	657.0	81.126	51.0	0.23030518097941802	NZ_CACWHD010000087.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0357_000000017316	1518	0.8293797384968731	2	2	2	2	2	False	26292	maximal	True	ISR0357_000000017316	1.0		6	1	False	False	0.9723320007324219	0					non-mobilizable	other	1351.0	96.81700000000001	99.0	0.0006532304422805581	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0051_000000030174	1227	0.8293731850809103	2	2	2	2	2	False	36282	fragment	False	MON0051_000000030174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	77.44	51.0	0.0001676391993443685	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0112_000000014109	1328	0.8293643274122434	2	1	1	1	1	False	82381	maximal	True	CHI0112_000000014109	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	88.098	61.0	0.005403058839243973	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
MON0110_000000009990	1580	0.8293601903661905	2	2	2	2	1	False	33390	fragment	False	MON0081_000000034522	0.9592413348556299		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	99.57799999999999	90.0	0.00034839779918507767	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0009_000000018550	1799	0.8293597584510934	5	2	1	2	1	False	38363	fragment	False	ISR0009_000000018550	1.0		0	0	False	False	0.9988882541656494	0					non-mobilizable	no_good_hit	451.0	91.574	25.0	0.00020479886151902372	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	False
AUS0020_000000012398	2202	0.8293555200466182	4	2	1	1	2	False	108936	fragment	False	AUS0020_000000012398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	72.976	38.0	0.13855925121176668	NZ_JAAIPV010000072.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_72_length_5983_cov_76.4647, whole genome shotgun sequence	True	False
ISR0365_000000007921	2036	0.8293541870765059	3	3	1	2	2	False	122170	fragment	False	DEN0093_000000016414	0.3441341392683325		0	0	False	False	0.9980353713035583	0					non-mobilizable	other	2036.0	98.625	100.0	0.0006086756934608659	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0055_000000011911	1440	0.8293516697214766	2	2	2	2	1	True	131039	maximal	True	CHI0055_000000011911	1.0		51	9	False	False	1.0	0					non-mobilizable	other	1417.0	94.001	98.0	0.0004225418284988902	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
USA0007_01_000000011643	1392	0.8293373069790935	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.4729605819696458		0	0	False	False	1.0	0					non-mobilizable	chromosome	1392.0	99.85600000000001	100.0	0.0002494848433922119	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
USA0009_01_000000018427	1392	0.8293373069790935	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.4729605819696458		0	0	False	False	1.0	0					non-mobilizable	chromosome	1392.0	99.85600000000001	100.0	0.0002494848433922119	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0122_000000021334	1390	0.8293373069790935	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.4723579785750635		0	0	False	False	1.0	0					non-mobilizable	chromosome	1390.0	100.0	100.0	0.00024691191235320383	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0167_000000016434	1376	0.8293373069790935	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.43320765304233755		0	0	False	False	1.0	0					non-mobilizable	chromosome	1376.0	99.855	100.0	0.0002466151399455725	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0043_000000016340	1361	0.8293373069790935	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.42950746730666906		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	100.0	100.0	0.00024175680403193465	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0136_000000011308	3463	0.829333113008398	2	2	2	2	2	False	76302	fragment	False	SPA0136_000000011308	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3317.0	97.76899999999999	96.0	0.0028447621696419067	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MON0007_000000033979	1859	0.8293255480038727	3	3	3	2	1	False	121970	maximal	True	MON0007_000000033979	1.0		6	1	False	False	0.9994620680809021	0					non-mobilizable	no_good_hit	62.0	91.935	4.0	7.552630312315345e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
AST0025_000000008755	3815	0.8293253925336739	4	3	3	3	2	False	120495	fragment	False	AST0150_000000006351	0.9556170315131104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	86.29	3.0	0.0008391339037609706	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ISR0038_000000006070	4660	0.8293226384473594	4	1	1	1	1	False	131110	fragment	False	ISR0038_000000006070	1.0		0	0	False	False	0.996351957321167	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000014868	4142	0.8293226384473594	3	1	1	1	1	False	131118	fragment	False	ENG0005_000000005807	0.999430616560924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	92.17399999999999	3.0	3.378225869377459e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0005_000000005807	4142	0.8293226384473594	3	1	1	1	1	False	131118	fragment	False	ENG0005_000000005807	0.999430616560924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	92.17399999999999	3.0	3.378225869377459e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0114_000000006548	4098	0.8293226384473594	3	1	1	1	1	False	131118	fragment	False	ENG0005_000000005807	0.9916304522774827		0	0	False	False	0.9997559785842896	0					non-mobilizable	no_good_hit	115.0	92.17399999999999	3.0	3.378225869377459e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
DEN0035_000000002841	9087	0.8293153376022553	9	7	6	7	3	False	125857	maximal	True	DEN0035_000000002841	1.0		2	1	False	False	0.9961483478546143	0					non-mobilizable	no_good_hit	1606.0	94.396	18.0	0.0005228397471712673	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
CHI0168_000000002602	7278	0.8292980613439621	10	6	2	3	6	False	102157	maximal	False	ISR0256_000000002091	0.8736137207180207		0	0	False	False	0.9998626112937927	0					non-mobilizable	no_good_hit	2941.0	92.554	42.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
SPA0151_000000002245	7277	0.8292980613439621	10	6	2	3	6	False	102157	maximal	False	ISR0256_000000002091	0.8735772784642305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2941.0	92.554	42.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
SPA0150_000000002341	7260	0.8292980613439621	10	6	2	3	6	False	102157	maximal	False	ISR0256_000000002091	0.8725599125653865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2927.0	92.51799999999999	42.0	0.15234252174824442	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
SPA0077_000000004026	6807	0.8292980613439621	10	6	2	3	6	False	102157	maximal	False	ISR0256_000000002091	0.71049311650936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2941.0	92.554	45.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
SPA0146_000000003360	6748	0.8292980613439621	10	6	2	3	6	False	102157	maximal	False	ISR0256_000000002091	0.703580020021419		0	0	False	False	0.9998518228530884	0					non-mobilizable	no_good_hit	2934.0	92.536	45.0	0.15270935960591134	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
DEN0087_000000005628	2237	0.8292960506296043	4	4	4	3	2	False	68888	fragment	False	DEN0087_000000005628	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2240.0	99.196	100.0	0.0007536388837254411	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ENG0141_000000002320	10514	0.8292822431358746	8	8	5	8	5	True	132349	fragment	False	AST0149_000000002282	0.9577367492871341		0	0	False	False	1.0	0					non-mobilizable	other	6463.0	96.936	94.0	0.07019889142484513	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0009_000000019301	2074	0.8292743459380552	3	3	3	3	2	False	83881	fragment	False	FIJ0079_000000013373	0.9924857825683765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0147_000000009936	2066	0.8292743459380552	3	3	3	3	2	False	83881	fragment	False	FIJ0079_000000013373	0.991882735516072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	40.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0089_000000011869	2065	0.8292743459380552	3	3	3	3	2	False	83881	fragment	False	FIJ0079_000000013373	0.9912431364950002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	40.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0002_000000017526	2065	0.8292743459380552	3	3	3	3	2	False	83881	fragment	False	FIJ0079_000000013373	0.9907120797065243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	40.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ENG0025_000000007379	3180	0.8292681516626391	4	2	2	2	2	True	85877	fragment	False	ISR0277_000000002660	0.961917977181622		0	0	False	False	1.0	0					non-mobilizable	other	3167.0	95.264	99.0	0.004123579376617202	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0052_000000003741	7379	0.8292528848638104	10	9	7	8	8	False	128463	fragment	False	ISR0052_000000003741	1.0		0	0	False	False	0.9981027245521545	0					non-mobilizable	other	4954.0	97.759	92.0	0.0189920518013871	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0022_000000012191	2104	0.8292428319376501	2	2	2	2	2	False	68295	fragment	False	FIJ0022_000000012191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	98.611	34.0	0.01983010645926416	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0024_000000002975	8431	0.8292349404296686	16	6	4	5	4	True	127385	fragment	False	ENG0024_000000002975	1.0		0	0	False	False	0.9957300424575806	0					non-mobilizable	other	1970.0	99.74600000000001	92.0	0.011341251281578674	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0783_000000006208	2227	0.8292347334177942	3	3	3	3	2	False	68322	fragment	False	ISR0080_000000013587	0.9673387840933422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	77.76899999999999	55.0	0.0004218939301767259	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0004_000000005570	4478	0.8292291684913972	5	4	1	3	2	False	96264	maximal	True	CAN0004_000000005570	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1604.0	98.06700000000001	36.0	0.284775270918458	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
MAD0095_000000003054	7070	0.8292288516482337	10	5	2	3	3	False	100609	fragment	False	MAD0095_000000003054	1.0		0	0	False	False	0.9964639544487	0					non-mobilizable	no_good_hit	208.0	79.808	3.0	0.0017345151162992385	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MAD0090_000000009079	1468	0.8292090650719819	1	1	0	1	1	True	15779	maximal	True	MAD0090_000000009079	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.553020525640994e-07	LR597437.1	bony fishes	Salarias fasciatus genome assembly, chromosome: 2	True	True
CHI0111_000000002428	12285	0.8292017050468872	14	8	5	6	5	True	95063	maximal	True	CHI0111_000000002428	1.0		1	1	False	False	0.9998372197151184	0					non-mobilizable	no_good_hit	1220.0	91.885	10.0	0.7683080808080808	KU545919.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_1 genomic sequence	True	True
MAD0015_000000005117	3472	0.8291996323217893	2	2	2	2	2	False	89864	fragment	False	MAD0015_000000005117	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3415.0	99.883	100.0	0.02392904718502419	KY706108.1	enterobacteria	Escherichia coli strain pAA-ST131 plasmid ESBL20150001, complete sequence	False	True
ENG0109_000000014029	1754	0.8291990109936429	3	3	3	3	2	False	59877	maximal	True	ENG0109_000000014029	1.0		9	6	False	False	0.982326090335846	0					non-mobilizable	no_good_hit	418.0	73.684	23.0	0.00010676026509152326	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0025_000000009674	3958	0.8291968030371618	2	2	2	2	0	True	37381	fragment	False	ISR0025_000000009674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0011_01_000000007406	5084	0.8291965311773535	7	6	6	6	5	False	128344	maximal	True	USA0011_01_000000007406	1.0		0	0	False	False	0.9998033046722412	0					non-mobilizable	other	2625.0	99.73299999999999	95.0	0.0009142914485177956	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0048_000000006568	2928	0.8291922437708035	3	3	3	3	3	False	121364	fragment	False	ISR0048_000000006568	1.0		0	0	False	False	0.9907786846160889	0					non-mobilizable	chromosome	2165.0	99.538	100.0	0.0006820876041294668	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0089_000000002010	8442	0.8291893840069333	9	6	4	5	5	False	68862	fragment	False	DEN0089_000000002010	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8430.0	99.27600000000001	99.0	0.0016390933190073944	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
USA0120_01_000000001131	8540	0.8291830243426995	9	6	2	5	5	False	215	maximal	True	USA0120_01_000000001131	1.0		1	1	False	False	0.999531626701355	0					non-mobilizable	no_good_hit	4129.0	85.057	48.0	0.009281104593954502	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	True	False
ENG0027_000000003685	5179	0.8291823921638414	6	4	2	4	2	True	131950	fragment	False	ISR0190_000000002622	0.06478562035140885		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	0.001263406142961424	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0114_000000005701	4621	0.8291761463779298	7	3	2	2	2	True	32558	maximal	True	ISR0114_000000005701	1.0		0	0	False	False	0.9995672106742859	0					non-mobilizable	no_good_hit	1100.0	76.545	40.0	0.10339210425450364	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
MON0024_000000038925	1339	0.8291683775818599	2	2	2	1	1	False	13584	fragment	False	MON0069_000000030730	0.38655343241330503		0	0	False	False	0.9925317168235779	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	3.423475061940445e-05	NZ_RBWU01000003.1	high GC Gram+	Actinomadura pelletieri DSM 43383 Ga0170373_103, whole genome shotgun sequence	True	False
MON0057_000000006217	3712	0.8291670289483478	4	4	4	4	3	False	52015	fragment	False	MON0057_000000006217	1.0		0	0	False	True	0.9889547228813171	0					non-mobilizable	no_good_hit	2031.0	97.39	55.0	0.0013677778766478723	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0086_000000020435	1401	0.8291547577400381	3	1	1	1	1	True	38327	fragment	False	ISR0086_000000020435	1.0		0	0	False	False	0.9714489579200745	0					non-mobilizable	no_good_hit	61.0	100.0	4.0	0.0010010177013296852	NZ_PYLQ01000016.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_15, whole genome shotgun sequence	True	True
ISR0046_000000031251	1215	0.8291547577400381	2	1	1	1	1	True	36138	fragment	False	ISR0046_000000031251	1.0		0	0	False	False	0.9753086566925049	0					non-mobilizable	no_good_hit								True	True
ISR0117_000000023199	1192	0.8291547577400381	2	1	1	1	1	True	38325	fragment	False	ISR0117_000000023199	0.9822727272727273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0009_000000031149	1100	0.8291547577400381	1	1	1	1	1	True	38325	fragment	False	ISR0117_000000023199	0.9467281879194631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0299_000000007703	1597	0.8291475774273737	2	2	1	2	1	False	126952	fragment	False	ISR0289_000000005085	0.2623691861317037		0	0	False	False	1.0	0					non-mobilizable	other	1084.0	94.834	100.0	0.015470323548317977	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0048_000000000788	15363	0.8291423910006103	14	12	6	11	7	False	119729	maximal	True	CHI0048_000000000788	1.0		2	2	False	False	0.9998047351837158	0					non-mobilizable	chromosome	14691.0	95.48	96.0	0.0026765893709613416	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0112_000000005792	4806	0.8291404462965027	6	4	1	3	3	False	79059	fragment	False	ISR0112_000000005792	1.0		0	0	False	False	0.9987515807151794	0					non-mobilizable	no_good_hit	436.0	87.844	15.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0167_000000002826	10115	0.8291393346913418	6	3	1	3	1	False	87892	fragment	False	ISR0179_000000002263	0.732174145930854		0	0	False	False	0.9995056986808777	0					non-mobilizable	no_good_hit	1421.0	84.025	46.0	0.011329371939501636	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0137_000000026508	1395	0.8291389968566938	2	2	2	2	2	False	106174	maximal	False	AST0116_000000019326	0.9932142857142857		0	0	False	False	0.9992831349372864	0					non-mobilizable	other	1394.0	90.029	99.0	0.007146476651186117	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
MAD0094_000000013681	1188	0.8291300630778959	3	3	2	2	1	False	111351	fragment	False	CHI0105_000000003254	0.1102965104893579		0	0	False	False	0.9991582632064819	0					non-mobilizable	chromosome	1189.0	96.97200000000001	100.0	0.0002643908283978895	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0217_000000014118	1629	0.8291112663032535	3	2	2	2	2	False	28084	maximal	True	ISR0217_000000014118	1.0		0	0	False	False	0.9846531748771667	0					non-mobilizable	no_good_hit	1007.0	96.624	80.0	0.0002858630076201691	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0063_000000012408	2175	0.8291104893091766	3	3	3	3	2	False	129522	fragment	False	FIJ0063_000000012408	1.0		0	0	False	True	0.9995402097702026	0					non-mobilizable	no_good_hit	1100.0	99.455	88.0	0.00029451363177381354	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CHI0001_000000002047	4095	0.8290965629510253	3	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.24294565736956097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.979	29.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0111_000000007184	2379	0.8290950093974451	5	3	1	1	3	False	102331	fragment	False	MAD0111_000000007184	1.0		0	0	False	False	0.9890710115432739	0					non-mobilizable	other	2379.0	99.538	100.0	0.018392992556138476	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0166_000000005373	3349	0.8290920822368206	4	3	2	3	2	False	109915	fragment	False	ENG0177_000000006743	0.6381735159817351		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	100.0	100.0	0.000547720192260505	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0167_000000012824	1935	0.8290903599667527	3	3	3	3	2	False	56055	maximal	True	ENG0167_000000012824	1.0		55	9	False	False	1.0	0					non-mobilizable	chromosome	1936.0	99.432	100.0	0.00029451265841280353	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
ISR0310_000000003480	4367	0.8290888160770687	5	5	3	5	2	False	25352	maximal	True	ISR0310_000000003480	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	82.58200000000001	11.0	0.004351244616786691	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
MAD0061_000000000054	75459	0.8290878847127908	82	21	12	19	12	True	87450	maximal	False	MAD0066_000000000020	0.9928250586317924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	97.22200000000001	0.0	0.0022308544328481614	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	True	True
ENG0023_000000009518	1817	0.8290877893136598	2	2	2	2	2	False	115050	maximal	False	USA0011_01_000000019421	0.9660790598290598		0	0	False	False	0.9730324745178223	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	4.0	2.3912988203329415e-05	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	True	False
ENG0065_000000004127	6565	0.8290809562427603	7	5	3	3	4	False	86933	fragment	False	ENG0065_000000004127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3255.0	96.98899999999999	76.0	0.0007279057453774965	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
SPA0021_000000002082	10858	0.829070416150139	13	8	4	8	2	False	12996	maximal	True	SPA0021_000000002082	1.0		2	2	True	True	1.0	4					non-mobilizable	no_good_hit	1294.0	77.28	13.0	0.0004251184054054327	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0066_01_000000010698	1924	0.829059199453639	3	3	3	3	3	False	107203	fragment	False	ISR0208_000000013442	0.8261193990296951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	73.47399999999999	22.0	9.457330245447133e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0186_000000017207	1808	0.8290588880078438	4	3	2	3	2	False	61789	maximal	True	ISR0186_000000017207	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	76.09100000000001	29.0	0.005668347773610931	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	False
FIJ0144_000000006692	4718	0.8290577852529067	5	5	5	5	5	False	111368	maximal	True	FIJ0144_000000006692	1.0		186	12	False	False	1.0	0					non-mobilizable	chromosome	4718.0	99.958	100.0	0.0009674714640015293	CP038859.1	enterobacteria	Escherichia coli strain 357900 chromosome, complete genome	False	False
FIJ0092_000000000442	28362	0.8290568054513805	54	14	4	11	6	True	124614	maximal	True	FIJ0092_000000000442	1.0		1	1	False	False	0.9998589754104614	0					non-mobilizable	no_good_hit	3207.0	92.891	37.0	0.05676461205827101	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0012_000000007455	3171	0.8290530287022309	4	3	3	3	2	False	112446	fragment	False	ISR0012_000000007455	1.0		0	0	False	False	0.9996846318244934	0					non-mobilizable	other	3167.0	99.905	99.0	0.01171481854241904	NZ_PYLP01000002.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_1, whole genome shotgun sequence	False	False
ISR0128_000000013252	2666	0.8290470971579402	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.4637582655716414		0	0	False	False	0.9996249079704285	0					non-mobilizable	other	2606.0	98.15799999999999	98.0	0.0007781877821229668	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0134_000000015111	2591	0.8290470971579402	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.42370847556834174		0	0	False	False	1.0	0					non-mobilizable	other	2246.0	98.486	100.0	0.0006705628871693487	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0104_000000009736	2580	0.8290470971579402	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.40616383471576206		0	0	False	False	1.0	0					non-mobilizable	other	2238.0	98.749	100.0	0.0006681712228370461	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0304_000000003937	2392	0.8290470971579402	4	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.2631703586371785		0	0	False	False	1.0	0					non-mobilizable	other	2123.0	99.199	97.0	0.0006343889641432715	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0015_000000004710	4124	0.8290433690061801	3	2	1	2	1	False	66873	maximal	True	ENG0015_000000004710	1.0		3	2	False	False	0.9876333475112915	0					non-mobilizable	no_good_hit	359.0	99.164	9.0	0.0013865059662358688	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0053_000000000060	47041	0.8290404463433461	35	9	2	9	3	True	89050	fragment	False	DEN0053_000000000060	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	25173.0	96.14299999999999	98.0	0.2541073938143913	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
DEN0070_000000007815	4185	0.8290302856309043	4	4	4	4	4	False	93613	fragment	False	DEN0070_000000007815	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4181.0	99.37799999999999	100.0	0.001160782222814647	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0019_000000012438	2341	0.8290301707258361	2	2	2	2	2	False	92616	fragment	False	USA0054_01_000000003567	0.9671088310438783		0	0	False	False	1.0	0					non-mobilizable	chromosome	1655.0	97.402	99.0	0.00030746300452327526	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0059_01_000000011515	2287	0.8290301707258361	2	2	2	2	2	False	92616	fragment	False	USA0054_01_000000003567	0.8641592242220086		0	0	False	False	1.0	0					non-mobilizable	chromosome	1605.0	97.321	100.0	0.0002981684759705765	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
AST0059_000000002638	5078	0.8290215289464363	7	6	6	5	6	False	112904	maximal	True	AST0059_000000002638	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2201.0	89.868	97.0	0.00042878795936818594	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
ISR0330_000000015015	2005	0.8290171074869159	4	3	2	3	2	True	24660	maximal	True	ISR0330_000000015015	1.0		63	10	False	False	0.9910224676132202	0					non-mobilizable	no_good_hit	359.0	70.752	18.0	0.002693998412601502	NZ_PVXN01000009.1	firmicutes	Clostridium thermopalmarium DSM 5974 CPAL_contig000009, whole genome shotgun sequence	True	True
ISR0114_000000014942	1872	0.8290121709604509	3	2	2	1	0	True	32545	maximal	True	ISR0114_000000014942	1.0		2	2	False	False	0.9983974099159241	0					non-mobilizable	no_good_hit	131.0	99.23700000000001	7.0	0.00018002722565581842	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	True	True
USA0033_01_000000005450	2006	0.8290096705554523	3	3	3	3	2	False	12439	fragment	False	USA0033_01_000000005450	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2006.0	100.0	100.0	0.00028320685075253216	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0143_000000008930	2189	0.8290037274280186	3	3	3	3	3	False	124634	fragment	False	ISR0200_000000010239	0.95610593098138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	76.316	24.0	0.004387105433132293	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ETH0001_000000003330	6332	0.8290026468209846	5	5	3	5	4	False	131415	fragment	False	ETH0001_000000003330	0.9797047970479704		0	0	False	False	0.9995262026786804	0					non-mobilizable	no_good_hit	807.0	74.845	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
AST0031_000000008106	3589	0.8290026247531125	6	6	4	3	5	False	127457	maximal	True	AST0031_000000008106	1.0	PS1007	1	1	False	True	0.9944274425506592	0					non-mobilizable	other	2369.0	97.932	99.0	0.0012637690235574697	CP017064.1	firmicutes	Streptococcus thermophilus strain ST3, complete genome	False	True
MAD0045_000000036903	1166	0.8290014716461167	2	1	1	1	1	False	17790	fragment	False	MAD0045_000000036903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.37082516305919e-06	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0019_000000005623	2975	0.8290013996158934	4	4	4	4	4	False	89184	fragment	False	ISR0019_000000005623	1.0		0	0	False	False	0.9956302642822266	0					non-mobilizable	other	2168.0	99.21600000000001	96.0	0.0007640712338639756	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0145_000000010148	3057	0.8289985206928959	2	2	2	1	0	True	86035	fragment	False	FIJ0088_000000008919	0.956268221574344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0821_000000012386	2403	0.8289985206928959	2	2	2	1	0	True	86032	fragment	False	ISR0821_000000012386	1.0		0	0	False	False	0.9995838403701782	0					non-mobilizable	no_good_hit								True	True
MON0026_000000032085	1552	0.8289929026112293	2	2	2	2	2	False	51414	fragment	False	FIJ0151_000000010204	0.6374138639338924		0	0	False	False	0.9793814420700073	0					non-mobilizable	no_good_hit	179.0	85.475	31.0	0.00043003437845454877	NZ_JHXG01000003.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0209_000000010078	1833	0.8289894062924512	3	3	3	2	1	True	118528	fragment	False	ISR0066_000000016192	0.9233323270935879		0	0	False	False	0.9792689681053162	0					non-mobilizable	no_good_hit	1599.0	97.311	87.0	0.00045069869579417453	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
CAN0007_000000016573	2476	0.8289842405360897	3	3	2	2	3	False	95344	fragment	False	SPA0125_000000013995	0.9872498964172406		0	0	False	False	0.999596118927002	0					non-mobilizable	no_good_hit	1450.0	80.27600000000001	62.0	0.0006339258157739682	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0125_000000013995	2473	0.8289842405360897	3	3	2	2	3	False	95344	fragment	False	SPA0125_000000013995	0.9889085529087452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1491.0	80.148	60.0	0.0004477072241640264	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CAN0008_000000011932	2435	0.8289842405360897	3	3	2	2	3	False	95344	fragment	False	SPA0125_000000013995	0.9811424341422637		0	0	False	False	0.9954825639724731	0					non-mobilizable	no_good_hit	1438.0	80.32	59.0	0.00043174993910639805	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0181_000000008072	2559	0.8289779816257542	4	4	4	4	4	False	114322	maximal	False	FIJ0105_000000011878	0.7845567031291937		0	0	False	False	0.9988276958465576	0					non-mobilizable	other	2559.0	99.414	100.0	0.004614488194089919	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0365_000000002690	5283	0.8289772037179031	7	4	4	2	1	True	42750	fragment	False	ISR0365_000000002690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	74.286	4.0	0.0013212990859418883	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	True
FIJ0033_000000016416	2198	0.8289769115022795	3	2	2	2	1	True	113413	fragment	False	FIJ0033_000000016416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	97.37200000000001	33.0	0.0015363042307946012	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
MON0107_000000005067	8568	0.8289673057879351	9	8	6	6	3	False	113862	maximal	True	MON0107_000000005067	1.0		1	1	False	False	0.9920634627342224	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000009727	3823	0.8289618449840707	5	5	5	3	4	False	71505	fragment	False	FIJ0036_000000009727	1.0		0	0	False	False	0.9997384548187256	0					non-mobilizable	no_good_hit	1893.0	90.70299999999999	49.0	0.15992211310531662	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ENG0085_000000009071	1883	0.8289608286359758	3	3	3	2	3	True	131026	fragment	False	CHI0117_000000007167	0.22476338086876776		0	0	False	False	1.0	0					non-mobilizable	chromosome	1883.0	99.89399999999999	100.0	0.00029307387937783	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
USA0117_01_000000011482	1861	0.8289608286359758	3	3	3	2	3	True	131026	fragment	False	CHI0117_000000007167	0.22136305183313174		0	0	False	False	1.0	0					non-mobilizable	chromosome	1861.0	100.0	100.0	0.0002896479360482273	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
CHI0027_000000007484	2319	0.8289606915003821	6	3	2	2	3	False	94420	fragment	False	ISR0197_000000010217	0.9346224897993443		0	0	False	False	0.9965502619743347	0					non-mobilizable	chromosome	2322.0	94.617	100.0	0.00044690976065178293	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
AUS0022_000000001694	17373	0.8289575201418042	30	9	3	7	5	True	99425	maximal	True	AUS0022_000000001694	1.0		1	1	False	False	0.9984458684921265	0					non-mobilizable	no_good_hit	138.0	85.507	1.0	0.002333146000442787	NZ_PDYG01000056.1	firmicutes	Agathobacter ruminis strain JK623 contig000056, whole genome shotgun sequence	True	True
FIJ0152_000000006300	3589	0.828946936201271	5	4	3	3	4	False	77894	fragment	False	FIJ0152_000000006300	1.0		0	0	False	False	0.999721348285675	0					non-mobilizable	no_good_hit	543.0	76.243	15.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0132_000000023636	1754	0.8289394766636861	3	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.8471457992528628		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	78.12100000000001	100.0	0.02452867023650156	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0118_000000010577	1377	0.8289375550069039	3	3	3	1	1	False	131585	fragment	False	ISR0255_000000013518	0.25567965194726505		0	0	False	False	0.9818446040153503	0					non-mobilizable	chromosome	1377.0	99.927	100.0	0.00058160349266423	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MON0002_000000009624	2537	0.8289300813135408	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.495438367636701		0	0	False	False	1.0	0					non-mobilizable	chromosome	2537.0	95.191	100.0	0.0010443872831846235	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0107_000000020711	1588	0.8289300381351828	4	3	2	2	2	False	4711	maximal	True	SPA0107_000000020711	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	82.53399999999999	32.0	0.007237282463186077	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AUS0024_000000016208	2009	0.8289269904453703	3	3	3	3	3	False	101431	maximal	True	AUS0024_000000016208	1.0		11	5	False	False	0.9895470142364502	0					non-mobilizable	no_good_hit	612.0	76.797	32.0	0.0005674015553588815	NZ_RZJP01000001.1	high GC Gram+	Bifidobacterium callitrichos strain RST27 NODE_1_length_1060977_cov_88.996864, whole genome shotgun sequence	True	False
AST0005_000000015202	1822	0.8289251105751763	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.15206268814169754		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	98.77600000000001	98.0	0.0005166060738114106	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0227_000000017723	1481	0.8289251105751763	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.1252685850207741		0	0	False	False	0.998649537563324	0					non-mobilizable	chromosome	1481.0	98.65	100.0	0.0005201204008441413	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0046_000000012816	1475	0.8289251105751763	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.12023155981207694		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	98.712	100.0	0.000518011804624503	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MAD0026_000000009650	1464	0.8289251105751763	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.11930079502193003		0	0	False	False	0.9924863576889038	0					non-mobilizable	chromosome	1462.0	99.179	100.0	0.0005134431794819531	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0148_000000022263	1311	0.8289251105751763	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.06145191594085891		0	0	False	False	0.9992372393608093	0					non-mobilizable	other	1296.0	99.383	99.0	0.009901898564798178	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0386_000000004446	7898	0.8289155605361416	15	2	1	2	0	True	112186	fragment	False	ISR0386_000000004446	0.9747795643153527		0	0	False	False	0.9991136789321899	0					non-mobilizable	no_good_hit	401.0	98.25399999999999	5.0	0.0012876434515282718	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0045_000000009140	3861	0.8289155605361416	10	2	1	2	0	True	100423	fragment	False	ISR0049_000000007639	0.6508870464473567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	99.432	9.0	0.0011299071287160585	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0383_000000004627	2852	0.8289155605361416	7	2	1	2	0	True	100421	fragment	False	ISR0383_000000004627	0.9587301587301587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	98.62299999999999	13.0	0.001165317323633086	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0003_000000041945	1166	0.8288958867143562	2	1	1	1	1	False	96352	fragment	False	CAN0004_000000022987	0.6293024318121692		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	97.427	100.0	0.0003411582042837757	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
ISR0397_000000005125	3956	0.8288903345125379	6	2	1	1	2	False	22652	maximal	True	ISR0397_000000005125	1.0		1	1	False	False	0.9876137375831604	0					non-mobilizable	no_good_hit	2664.0	97.523	67.0	0.000507768302063221	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
CAN0002_000000016413	1188	0.828882738232373	2	2	2	2	2	False	96859	maximal	True	CAN0002_000000016413	1.0		14	5	False	False	0.9991582632064819	0					non-mobilizable	no_good_hit	237.0	77.215	20.0	0.0010537598422526038	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
USA0024_01_000000016221	1325	0.8288799375537574	2	2	2	1	2	False	68415	fragment	False	USA0024_01_000000016221	0.998406374501992		0	0	False	False	0.9690566062927246	0					non-mobilizable	other	1306.0	99.311	99.0	0.005304403671216395	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ISR0233_000000001628	5231	0.8288780614065366	6	5	5	5	4	False	87360	fragment	False	ISR0233_000000001628	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5188.0	98.863	99.0	0.0010040862263644354	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0125_01_000000000554	31427	0.8288626658732329	36	24	9	12	20	False	104025	maximal	True	USA0125_01_000000000554	1.0		1	1	False	False	0.9992363452911377	0					non-mobilizable	no_good_hit	6827.0	99.06299999999999	61.0	0.001515484686341536	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0039_01_000000004841	4795	0.8288558865042187	4	2	2	2	1	False	25278	fragment	False	USA0039_01_000000004841	1.0		0	0	False	False	0.9995828866958618	0					non-mobilizable	no_good_hit	1799.0	92.774	77.0	0.0005590436589143043	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0071_000000018842	2183	0.8288471555294606	3	3	3	3	3	False	70454	fragment	False	DEN0071_000000018842	1.0		0	0	False	False	0.9990838170051575	0					non-mobilizable	no_good_hit	429.0	72.494	19.0	7.47081745048729e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0176_000000004882	6351	0.8288464915252239	8	6	5	3	2	False	93662	maximal	True	ISR0176_000000004882	1.0		2	2	False	False	0.9996851086616516	0					non-mobilizable	no_good_hit	1820.0	76.154	28.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0174_000000013298	1516	0.8288386518083196	2	1	1	1	1	False	55642	maximal	True	ENG0174_000000013298	1.0		203	14	False	False	0.9986807107925415	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	4.979685459026547e-06	CP034141.1	firmicutes	Paenibacillus sp. M-152 chromosome, complete genome	True	False
SPA0056_000000010204	3308	0.8288341928914235	5	3	0	1	3	True	109922	backbone	False	ENG0159_000000006755	0.6214921389881025	PS266|PS692	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	364.0	82.41799999999999	16.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0189_000000009333	1687	0.8288242276317844	4	2	2	2	2	False	29219	fragment	False	ISR0189_000000009333	1.0		0	0	False	False	0.9922940135002136	0					non-mobilizable	no_good_hit	676.0	78.846	39.0	0.0010761435626757542	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
FIJ0105_000000022317	1493	0.8288035214676437	3	2	2	1	1	False	50445	fragment	False	FIJ0105_000000022317	0.9891532540237928		0	0	False	False	0.9785666465759277	0					non-mobilizable	no_good_hit	150.0	92.0	10.0	5.2577960941985335e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0109_000000006331	4317	0.8287975426040359	5	3	2	2	3	False	42161	fragment	False	FIJ0109_000000006331	1.0		0	0	False	False	0.9997683763504028	0					non-mobilizable	no_good_hit								True	False
ISR0109_000000005303	5299	0.8287950826447911	6	2	2	2	2	False	32762	maximal	True	ISR0109_000000005303	1.0		16	3	False	False	1.0	0					non-mobilizable	other	5299.0	99.925	100.0	0.002759234164089541	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
ETH0001_000000015111	2070	0.82878927977173	3	3	3	3	3	False	53521	fragment	False	ETH0001_000000015111	0.9992268041237113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.378	46.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0161_000000013728	1307	0.8287890368999161	2	2	0	2	0	True	39262	fragment	False	FIJ0161_000000013728	1.0		0	0	False	False	0.9977046847343445	0					non-mobilizable	no_good_hit								True	True
ISR0777_000000002031	7772	0.8287869290770458	9	5	3	2	3	False	126522	backbone	False	ISR0029_000000004601	0.030515713286845436	PS624|PS966	0	0	False	True	0.9998713135719299	0					non-mobilizable	no_good_hit	3741.0	93.665	80.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0837_000000003537	3007	0.8287792249142593	4	3	2	1	2	False	118287	maximal	True	ISR0837_000000003537	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2413.0	86.40700000000001	80.0	0.05443006527090815	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0151_000000013435	1764	0.8287784705328272	2	2	2	2	2	False	70328	fragment	False	ISR0082_000000017062	0.9813214885202537		0	0	False	False	0.9943310618400574	0					non-mobilizable	no_good_hit	567.0	71.605	31.0	0.00015906409608595532	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0024_000000030090	1699	0.8287784705328272	2	2	2	2	2	False	70328	fragment	False	ISR0082_000000017062	0.9631618435652316		0	0	False	False	0.999411404132843	0					non-mobilizable	no_good_hit	382.0	74.607	22.0	0.001807005992916152	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CHI0024_000000004419	2784	0.8287771512493638	4	4	4	3	2	False	101112	fragment	False	CHI0024_000000004419	0.9943486590038314		0	0	False	False	1.0	0					non-mobilizable	chromosome	1877.0	99.574	100.0	0.0003744255382167525	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0091_000000017726	1387	0.8287592269379898	3	3	3	3	2	False	87232	fragment	False	ISR0370_000000016697	0.846527030499386		0	0	False	False	0.994232177734375	0					non-mobilizable	other	1387.0	97.693	100.0	0.006065645514223195	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0014_000000012334	2967	0.8287566022998435	3	3	3	3	3	False	114915	maximal	True	ISR0014_000000012334	1.0		7	4	False	False	0.9902257919311523	0					non-mobilizable	chromosome	2869.0	99.44200000000001	99.0	0.001317604165613839	CP019030.1	firmicutes	Limosilactobacillus fermentum strain SNUV175 chromosome, complete genome	False	False
SPA0041_000000009291	3694	0.8287546120176309	9	1	1	1	0	True	26980	fragment	False	SPA0041_000000009291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0006_000000009521	2036	0.8287546120176309	3	1	1	1	0	True	38491	maximal	True	ISR0006_000000009521	1.0		6	5	False	False	0.9980353713035583	0					non-mobilizable	no_good_hit								True	True
USA0082_01_000000025545	1161	0.8287546120176309	4	1	1	1	0	True	513	maximal	True	USA0082_01_000000025545	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0164_000000011484	2298	0.8287528557239267	3	2	1	2	2	False	127935	fragment	False	USA0086_01_000000007067	0.9434938320732192		0	0	False	False	0.9991296529769897	0					non-mobilizable	other	2295.0	98.60600000000001	99.0	0.014651008255169065	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
ENG0050_000000010170	2565	0.8287392918595344	3	2	1	2	1	False	113472	fragment	False	ENG0050_000000010170	1.0		0	0	False	False	0.9816763997077942	0					non-mobilizable	other	2565.0	98.869	100.0	0.0007739952099235604	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0047_000000022883	1311	0.8287344405414794	2	2	2	2	2	False	79114	fragment	False	ISR0856_000000004631	0.5545507940789145		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	94.76100000000001	100.0	0.00021142056627295746	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
FIJ0106_000000003087	7758	0.8287320963739828	8	5	4	5	3	True	52107	fragment	False	FIJ0154_000000003332	0.8612289646572173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	1.0	0.0007570642276921817	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
ISR0052_000000002201	11535	0.8287283807606777	11	10	8	9	10	False	115418	maximal	True	ISR0052_000000002201	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	11552.0	93.49	99.0	0.004750397204863813	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0090_000000004108	5224	0.8287248308412735	6	4	3	4	2	True	68783	maximal	True	DEN0090_000000004108	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	6.869465670680786e-06	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	True	True
USA0023_01_000000004100	7873	0.8287180459199255	7	6	6	5	4	False	130246	fragment	False	CAN0011_000000004000	0.9908009469491623		0	0	False	False	0.9998729825019836	0					non-mobilizable	chromosome	7874.0	99.086	100.0	0.0015709506456844662	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0123_000000010172	1380	0.8287171219411983	2	2	2	2	2	False	81708	maximal	True	CHI0123_000000010172	1.0		3	3	False	False	0.9789854884147644	0					non-mobilizable	no_good_hit	1135.0	95.507	82.0	0.004939820441447446	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ITA0005_000000003163	5423	0.8287142449554586	6	5	5	5	4	False	20395	maximal	True	ITA0005_000000003163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3486.0	99.85700000000001	64.0	0.018684724098736838	NZ_HF954558.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ETH0003_000000002463	9722	0.8287141074733008	10	6	5	5	4	True	101304	fragment	False	ETH0003_000000002463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6066.0	97.906	87.0	0.052451737116888976	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0036_000000020303	1535	0.8287117696628852	2	2	2	2	2	False	18720	maximal	True	MAD0036_000000020303	1.0		0	0	False	False	0.99869704246521	0					non-mobilizable	no_good_hit	1133.0	96.117	74.0	0.1304147465437788	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
AST0002_000000028230	1329	0.8287115343802808	2	2	2	2	2	False	131174	fragment	False	AST0002_000000028230	0.9737536971725372		0	0	False	False	0.9954853057861328	0					non-mobilizable	other	1325.0	74.491	99.0	0.03276513729318415	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0050_000000010996	2182	0.8287047762295667	3	2	0	2	0	True	17404	maximal	True	MAD0050_000000010996	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0086_000000005166	1844	0.8287039069585347	4	2	1	2	2	False	16024	maximal	True	MAD0086_000000005166	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0092_000000001354	6893	0.8286934620886018	8	7	3	5	5	True	130749	maximal	False	AST0003_000000005108	0.9866050489955335	PS378	0	0	False	True	0.9997098445892334	0					non-mobilizable	no_good_hit	2949.0	98.03299999999999	72.0	0.40777375313457787	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
AST0003_000000005108	6850	0.8286934620886018	9	7	3	5	5	True	130749	maximal	True	AST0003_000000005108	0.9874652758918367	PS378	3	3	True	True	1.0	27					non-mobilizable	no_good_hit	3007.0	97.805	73.0	0.41571468375592086	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
FIJ0133_000000014372	2617	0.8286808656426343	2	2	2	1	2	False	40700	maximal	True	FIJ0133_000000014372	1.0		1	1	False	False	0.9770730137825012	0					non-mobilizable	no_good_hit	194.0	85.56700000000001	7.0	9.422864285724802e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0118_000000005808	1733	0.8286764183124642	3	3	2	3	2	False	92121	fragment	False	CHI0118_000000005808	1.0		0	0	False	False	0.9924985766410828	0					non-mobilizable	other	1734.0	97.63600000000001	100.0	0.00692922830867653	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0030_000000003244	8442	0.8286760340592564	20	5	3	4	3	False	7351	maximal	True	SPA0030_000000003244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.02327173169062286	XM_642499.1	cellular slime molds	Dictyostelium discoideum AX4 hypothetical protein (DDB_G0268156) mRNA, complete cds	True	False
MON0095_000000028598	1134	0.8286714183682535	2	2	2	2	1	True	9290	fragment	False	MON0095_000000028598	1.0		0	0	False	False	0.9779541492462158	0					non-mobilizable	no_good_hit	506.0	72.53	44.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0215_000000015029	1944	0.8286665178604992	3	3	3	3	2	False	112413	fragment	False	ISR0246_000000009790	0.6746998904050588		0	0	False	False	0.9994856119155884	0					non-mobilizable	chromosome	1944.0	99.486	100.0	0.0005438081854467078	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0157_000000003188	7050	0.8286627074637724	10	6	5	4	5	True	90995	maximal	True	ENG0157_000000003188	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	2844.0	80.59100000000001	69.0	0.0009036931396982512	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
FIJ0042_000000011485	2104	0.8286566354137935	3	3	2	2	3	True	47301	fragment	False	FIJ0042_000000011485	1.0		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	2113.0	98.58	100.0	0.08279106232849863	CP032171.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 plasmid unnamed4, complete sequence	False	True
DEN0090_000000025838	1190	0.8286453407494401	2	2	2	2	1	False	68662	fragment	False	DEN0090_000000025838	0.9943722943722944		0	0	False	False	0.9949579834938049	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.3153696066801289e-05	NZ_KB894093.1	high GC Gram+	Actinomadura flavalba DSM 45200 C229DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ISR0777_000000012840	1355	0.8286393607142899	2	2	2	2	2	False	23780	fragment	False	ISR0777_000000012840	0.9984532095901005		0	0	False	False	0.9955719709396362	0					non-mobilizable	no_good_hit	541.0	82.81	40.0	0.00015085569323508775	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0055_000000004980	2651	0.8286357936348305	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9821051308597109		0	0	False	False	0.9973595142364502	0					non-mobilizable	other	2651.0	99.62299999999999	100.0	0.00046255204801464806	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0163_000000016793	1467	0.8286286026232333	2	1	1	1	1	False	39146	maximal	True	FIJ0163_000000016793	1.0		56	8	False	False	0.9911383986473083	0					non-mobilizable	other	1467.0	98.773	100.0	0.0004622801487122106	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0112_000000003391	7311	0.8286277576846459	7	7	3	6	6	False	115397	maximal	True	ISR0112_000000003391	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	84.227	40.0	0.0005385506323425909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0834_000000015926	1159	0.8286231629287482	2	2	2	2	1	False	20959	fragment	False	ISR0834_000000015926	1.0		0	0	False	False	0.9939603209495544	0					non-mobilizable	other	890.0	98.427	99.0	0.00795910328033233	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0138_000000000436	23640	0.8286107500423433	17	12	10	10	10	False	74787	maximal	True	FIJ0138_000000000436	1.0		2	1	False	False	0.9998307824134827	0					non-mobilizable	no_good_hit	3052.0	90.531	48.0	0.0009185976737891357	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0184_000000003302	4154	0.8286106991572518	5	5	5	5	4	False	82266	maximal	True	ISR0184_000000003302	1.0		55	6	False	False	0.993740975856781	0					non-mobilizable	chromosome	2513.0	98.926	99.0	0.0009958070655524092	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0017_000000015528	1888	0.8286105824774449	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.36583682570532394		0	0	False	False	1.0	0					non-mobilizable	other	1887.0	91.309	100.0	0.0005296696812900249	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0119_000000028358	1120	0.8285867204208488	1	1	1	1	1	False	4194	maximal	True	SPA0119_000000028358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	482.0	98.34	43.0	0.00241721053903795	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
FIJ0071_000000007130	5012	0.8285819434087078	5	2	2	1	0	True	45351	fragment	False	FIJ0071_000000007130	1.0		0	0	False	False	0.9998005032539368	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.570802551035996e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0029_000000028119	1514	0.8285806642288668	1	1	1	1	1	False	38212	fragment	False	ISR0029_000000028119	0.9787835926449788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	73.209	66.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0183_000000021875	1414	0.8285806642288668	1	1	1	1	1	False	38212	fragment	False	ISR0029_000000028119	0.9471598414795244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	73.307	71.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0095_000000012459	2645	0.8285794049647122	5	5	3	3	4	False	122223	fragment	False	MAD0095_000000012459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	91.741	80.0	0.09076240419524001	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0032_000000017441	1912	0.8285767225179941	2	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.4124113092189319		0	0	False	False	0.9973849654197693	0					non-mobilizable	no_good_hit	55.0	87.273	3.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
FIJ0090_000000024038	1869	0.8285697643174939	3	1	1	1	1	False	43468	fragment	False	FIJ0090_000000024038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	2.6906158656648877e-05	LN590857.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000526	True	False
ENG0134_000000003108	9810	0.8285682767996047	13	6	4	5	4	False	119371	maximal	True	ENG0134_000000003108	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	92.645	24.0	0.058405609891123825	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0196_000000014355	1500	0.8285671603165102	2	2	2	2	2	False	107551	fragment	False	ISR0196_000000014355	0.793939867418196		0	0	False	False	0.9973333477973938	0					non-mobilizable	chromosome	1524.0	85.302	100.0	0.0004870229809738719	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0087_000000032513	1578	0.8285567606977857	3	2	2	2	2	False	11707	maximal	True	MON0087_000000032513	1.0		2	1	False	False	0.9980988502502441	0					non-mobilizable	no_good_hit								True	False
MON0046_000000006264	4585	0.8285514808580099	8	6	4	4	5	True	80874	fragment	False	MON0046_000000006264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	92.56200000000001	62.0	0.1204384107609914	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0025_01_000000009804	1576	0.8285471509377798	2	2	2	2	2	False	75532	fragment	False	ISR0168_000000013580	0.23544776119402985		0	0	False	False	0.9828680157661438	0					non-mobilizable	no_good_hit	53.0	88.679	3.0	0.0005434612209065351	CP034163.1	enterobacteria	Escherichia albertii strain 06-3542 plasmid p06-3542, complete sequence	True	False
MAD0001_000000012470	2073	0.8285465361400334	3	3	3	3	2	False	92181	fragment	False	SPA0100_000000012690	0.5258870575165274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	382.0	75.131	18.0	0.00014016721169648658	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
ISR0029_000000029290	1442	0.8285455097167815	2	2	2	2	2	False	37093	fragment	False	ISR0029_000000029290	1.0		0	0	False	False	0.9916782379150391	0					non-mobilizable	other	1442.0	99.931	100.0	0.015766554334981836	NZ_WOTP01000011.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_11_length_91396_cov_5.535965, whole genome shotgun sequence	False	False
ENG0196_000000006750	1703	0.8285386833435945	2	1	1	1	1	False	62565	fragment	False	ISR0774_000000014069	0.9511918274687855		0	0	False	False	0.9894304275512695	0					non-mobilizable	other	1703.0	96.829	100.0	0.000618103308959048	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0020_000000001137	16024	0.8285325851228565	21	7	6	7	6	False	88375	fragment	False	SPA0020_000000001137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	96.119	5.0	0.9988571428571429	GQ879627.1		Uncultured organism clone VC1CA03TR genomic sequence	True	False
USA0084_01_000000007456	4256	0.8285226918813008	5	3	2	3	2	False	110757	maximal	True	USA0084_01_000000007456	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2454.0	94.25399999999999	58.0	0.0031444836698459886	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0020_000000001049	14243	0.8285209451103818	26	8	3	5	7	True	82653	fragment	False	ISR0020_000000001049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2496.0	73.558	27.0	0.004082581373533782	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0019_000000011552	2514	0.8285102720214715	5	3	2	2	3	False	74579	fragment	False	SPA0019_000000011552	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1681.0	95.12200000000001	99.0	0.0003715969339365953	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0034_000000005935	5800	0.8285019425384913	6	6	5	5	6	False	66132	maximal	True	SPA0034_000000005935	1.0		2	2	False	False	0.997586190700531	0					non-mobilizable	chromosome	5659.0	95.229	99.0	0.0009118757822186965	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
CHI0173_000000004420	3773	0.8284916571287227	6	3	2	3	2	True	120010	maximal	True	CHI0173_000000004420	1.0	PS730	42	9	False	True	1.0	0					non-mobilizable	no_good_hit	2407.0	91.359	80.0	0.0007463248401421346	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
AST0118_000000016385	1884	0.8284709422162085	3	3	3	2	1	False	105871	fragment	False	AST0118_000000016385	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1623.0	99.137	100.0	0.0005511538381816408	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0082_000000001171	12532	0.8284575628405021	8	8	5	5	7	False	123653	fragment	False	MON0082_000000001171	0.9632959521602379		0	0	False	True	0.9999201893806458	0					non-mobilizable	no_good_hit	5188.0	99.749	50.0	0.0007979156338844274	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
ISR0115_000000017854	1938	0.8284567082265252	3	3	3	2	2	False	32469	fragment	False	ISR0115_000000017854	0.9992004264392325		0	0	False	False	0.988132119178772	0					non-mobilizable	other	1920.0	88.646	99.0	0.017164112216545666	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0219_000000017656	1876	0.8284567082265252	3	3	3	2	2	False	32469	fragment	False	ISR0115_000000017854	0.9832301341589267		0	0	False	False	1.0	0					non-mobilizable	other	1877.0	88.705	99.0	0.01677870395267545	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0089_000000025113	1505	0.8284522221295199	2	2	2	2	2	False	5413	maximal	True	SPA0089_000000025113	1.0		164	12	False	False	0.9980066418647766	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	0.003217445705603718	NZ_FQXM01000047.1	firmicutes	Clostridium grantii DSM 8605, whole genome shotgun sequence	True	False
ENG0208_000000022272	1357	0.8284510941012891	3	3	3	2	2	False	108264	fragment	False	ISR0819_000000009159	0.07677038334356362		0	0	False	False	0.9926307797431946	0					non-mobilizable	chromosome	1364.0	84.311	100.0	0.0004733468761197547	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0106_000000001303	21019	0.8284500877616805	21	12	8	12	6	True	122762	maximal	True	SPA0106_000000001303	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	4023.0	91.573	46.0	0.016485387578929228	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0001_01_000000011024	1525	0.8284489263270018	2	2	2	2	2	False	2271	maximal	True	USA0001_01_000000011024	1.0		1	1	False	False	0.9993442893028259	0					non-mobilizable	no_good_hit	150.0	77.333	10.0	2.3047255126418087e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
DEN0022_000000018263	2205	0.8284432525889857	3	2	2	2	1	False	74584	maximal	True	DEN0022_000000018263	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	76.887	19.0	0.00014802627501794553	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0190_000000012635	1806	0.8284419840113337	2	2	2	2	2	False	29182	fragment	False	ISR0190_000000012635	1.0		0	0	False	False	0.9950166344642639	0					non-mobilizable	no_good_hit	552.0	76.268	30.0	0.011150210728753222	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
DEN0053_000000004629	2230	0.8284417202479173	4	3	3	3	3	False	72136	fragment	False	ISR0025_000000017127	0.957771005659556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	83.07700000000001	3.0	9.987124824192373e-07	LR597473.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 16	True	False
FIJ0166_000000009169	2614	0.828435900246953	4	2	2	2	2	False	95885	maximal	True	FIJ0166_000000009169	1.0		0	0	False	False	0.9996174573898315	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	False
CHI0148_000000001320	7849	0.8284349840432238	7	7	5	6	5	False	86222	maximal	True	CHI0148_000000001320	0.9578943884782367		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	4441.0	97.501	81.0	0.06501824790771982	NZ_JH379439.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld922, whole genome shotgun sequence	True	False
MAD0045_000000003716	7651	0.8284349840432238	7	7	5	6	5	False	86222	maximal	False	CHI0148_000000001320	0.9359289723882939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4254.0	98.28399999999999	83.0	0.06230671141923286	NZ_JH379439.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld922, whole genome shotgun sequence	True	False
MON0002_000000013640	1924	0.8284255495476006	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9878262574893077		0	0	False	False	1.0	0					non-mobilizable	chromosome	1678.0	84.029	97.0	0.0004422832378654205	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0117_000000022217	1243	0.8284178674030616	3	3	3	2	2	False	32398	fragment	False	ISR0117_000000022217	1.0		0	0	False	False	1.0	0					non-mobilizable	other	913.0	92.333	100.0	0.0002781068607315857	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
CHI0052_000000009905	1614	0.8284105788181084	2	1	1	1	1	False	86480	fragment	False	CHI0052_000000009905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00022504239638003232	NC_014214.1	bacteria	Meiothermus silvanus DSM 9946 plasmid pMESIL02, complete sequence	True	False
CAN0022_000000009591	3114	0.8284076026785375	4	3	2	3	2	False	91326	fragment	False	CAN0022_000000009591	0.9810070875530433		0	0	False	False	0.9977520704269409	0					non-mobilizable	no_good_hit	54.0	100.0	2.0	0.03788420300214439	NZ_JOEL01000119.1	high GC Gram+	Streptomyces celluloflavus strain NRRL B-2493 contig119.1, whole genome shotgun sequence	True	False
ISR0125_000000004839	3114	0.8284076026785375	4	3	2	3	2	False	91326	fragment	False	CAN0022_000000009591	0.9758194495839483		0	0	False	False	0.9958252906799316	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
ISR0794_000000011181	1807	0.8283993197323083	3	2	2	2	1	True	93137	fragment	False	ENG0082_000000009793	0.7547419309503155		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	99.50200000000001	100.0	0.00048063987378812084	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0163_000000002991	6676	0.8283980561174972	11	9	2	2	9	False	103778	fragment	False	ENG0163_000000002991	1.0		0	0	False	False	0.9998502135276794	0					non-mobilizable	chromosome	4355.0	89.04700000000001	99.0	0.0008654099859849887	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0032_000000010956	2052	0.8283943444405649	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.803786503941246		0	0	False	False	0.9990253448486328	0					non-mobilizable	chromosome	2052.0	98.538	100.0	0.0006903545918341587	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0102_000000022189	2031	0.8283943444405649	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.8070302109409554		0	0	False	False	1.0	0					non-mobilizable	other	2031.0	99.40899999999999	100.0	0.0006315295646054745	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0340_000000004464	5628	0.8283880048607986	8	3	1	1	1	False	24379	maximal	True	ISR0340_000000004464	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	1294.0	95.363	26.0	0.1163886874546773	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0385_000000008838	2470	0.82838712130291	2	2	2	2	2	False	106236	fragment	False	ISR0814_000000011953	0.3199211025690815		0	0	False	False	0.9935222864151001	0					non-mobilizable	other	2273.0	99.34	92.0	0.008715399251212176	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0041_000000014190	2402	0.82838712130291	2	2	2	2	2	False	73121	maximal	True	DEN0041_000000014190	1.0		6	2	False	False	0.9954204559326172	0					non-mobilizable	no_good_hit	1556.0	98.13600000000001	65.0	0.005964984962867489	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0146_000000009791	3935	0.8283689281731959	8	4	2	1	4	False	31032	maximal	True	ISR0146_000000009791	1.0		2	2	False	False	0.9982210993766785	0					non-mobilizable	no_good_hit	775.0	73.29	19.0	0.00010504697426653615	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
USA0053_01_000000011239	1702	0.8283675887183646	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.8373033316733831		0	0	False	False	1.0	0					non-mobilizable	other	1660.0	97.59	98.0	0.0004679030890629134	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
MAD0002_000000028192	1538	0.8283675887183646	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.7226674650326385		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	96.554	100.0	0.05483560029988219	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
MAD0015_000000014545	1448	0.8283675887183646	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.46907661768920506		0	0	False	False	0.9419889450073242	0					non-mobilizable	other	1350.0	98.815	100.0	0.0004036890415332882	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0021_000000003688	5782	0.8283607486509734	6	6	5	5	6	False	111443	fragment	False	ISR0288_000000004193	0.8804075790751538		0	0	False	False	0.998789370059967	0					non-mobilizable	other	5782.0	99.48100000000001	100.0	0.008006016978850542	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0093_000000012216	1388	0.8283485177416718	2	2	2	2	2	False	109457	fragment	False	AST0093_000000012216	1.0		0	0	False	False	0.9834293723106384	0					non-mobilizable	chromosome	1388.0	99.85600000000001	100.0	0.0003907932821874055	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0112_000000001388	14330	0.8283299548823412	22	10	7	7	7	False	71020	maximal	True	ISR0112_000000001388	1.0		3	2	False	False	0.999860405921936	0					non-mobilizable	no_good_hit	680.0	73.08800000000001	5.0	0.00944383099901203	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
MON0109_000000022023	1635	0.8283264499131413	2	2	2	2	2	False	15211	fragment	False	MON0109_000000022023	0.9730869049617401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1392.0	74.497	84.0	0.00023980141811697048	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0009_000000015954	2078	0.82832546319283	3	3	3	3	3	False	128154	fragment	False	ISR0009_000000015954	0.9956995478115084		0	0	False	False	1.0	0					non-mobilizable	other	2078.0	99.663	100.0	0.0005896038951896044	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0083_000000000301	47925	0.8283223369443854	70	28	12	23	16	True	99770	fragment	False	ENG0083_000000000301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1713.0	85.931	7.0	0.029351582784531528	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
AST0058_000000000705	20938	0.8283196974380549	24	14	7	10	12	True	113170	maximal	True	AST0058_000000000705	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9578.0	88.47399999999999	87.0	0.1377057219922399	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	True	True
ENG0112_000000006152	4370	0.8283186135371509	6	4	4	4	3	False	74842	maximal	True	ENG0112_000000006152	1.0		3	2	False	False	0.9997711777687073	0					non-mobilizable	no_good_hit	868.0	97.12	20.0	0.012000278106097476	NZ_JAAISM010000018.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_18_length_71915_cov_198.402, whole genome shotgun sequence	True	False
FIJ0066_000000007327	4180	0.8283077038561281	6	5	5	5	4	False	45373	maximal	True	FIJ0066_000000007327	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	88.60799999999999	2.0	0.00062900182249246	NZ_FMZV01000017.1	a-proteobacteria	Ruegeria marina strain CGMCC 1.9108, whole genome shotgun sequence	True	False
AST0149_000000014241	1887	0.8283072057650355	2	2	2	2	1	False	104462	fragment	False	AST0149_000000014241	1.0		0	0	False	False	0.999470055103302	0					non-mobilizable	no_good_hit	668.0	79.192	38.0	0.00019906868381568588	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0328_000000017637	1650	0.8283071940561858	2	2	2	2	1	False	120112	fragment	False	DEN0031_000000018114	0.687787112069997		0	0	False	False	0.9969696998596191	0					non-mobilizable	no_good_hit	509.0	79.961	31.0	0.00020612802640405765	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0156_000000016761	1472	0.8282955495068692	2	2	2	2	1	False	30578	maximal	True	ISR0156_000000016761	1.0		32	6	False	False	0.998641312122345	0					non-mobilizable	other	1472.0	98.166	100.0	0.0006357639020949522	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
FIJ0068_000000004915	5952	0.828293111105859	7	5	3	5	3	True	112149	backbone	False	ISR0315_000000001310	0.9858094109043344	PS715	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	62.0	96.774	1.0	0.0007585838110753236	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0062_000000005813	4224	0.8282880887289875	6	1	1	1	1	True	92829	fragment	False	ENG0062_000000005813	0.9228147065984904		0	0	False	False	0.9995265007019043	0					non-mobilizable	no_good_hit	122.0	90.984	3.0	3.5540023249098544e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0817_000000004141	2870	0.8282880887289875	4	1	1	1	1	True	92826	fragment	False	ISR0817_000000004141	1.0		0	0	False	False	0.9885017275810242	0					non-mobilizable	no_good_hit								True	True
FIJ0134_000000005961	2631	0.8282880887289875	2	1	1	1	1	True	40634	fragment	False	FIJ0134_000000005961	1.0		0	0	False	False	0.9988597631454468	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.024983563445101907	NZ_BHXD01000035.1	thermotogales	Thermosipho globiformans strain JCM 15059 Tglo_035, whole genome shotgun sequence	True	True
FIJ0087_000000013819	2330	0.8282880887289875	3	1	1	1	1	True	66613	fragment	False	FIJ0087_000000013819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0096_000000016261	2036	0.8282880887289875	2	1	1	1	1	True	92820	fragment	False	CAN0016_000000024056	0.9236090527759382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0199_000000020007	1289	0.8282880887289875	2	1	1	1	1	True	54246	fragment	False	ENG0199_000000020007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0399_000000013978	1260	0.8282880887289875	1	1	1	1	1	True	22575	maximal	True	ISR0399_000000013978	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	77.09100000000001	87.0	0.1837431693989071	AF378372.1	firmicutes	Lactobacillus fermentum plasmid pKC5b, complete sequence	True	True
FIJ0033_000000009418	3560	0.8282873792734342	4	4	4	3	3	False	48295	maximal	True	FIJ0033_000000009418	1.0		1	1	False	False	0.9997190833091736	0					non-mobilizable	no_good_hit								True	False
FIJ0035_000000004817	2507	0.8282727651649084	3	3	3	3	3	False	48977	maximal	True	FIJ0035_000000004817	1.0		12	4	False	False	0.9996011257171631	0					non-mobilizable	no_good_hit	1553.0	80.811	62.0	0.0006351178023767777	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	True	False
ISR0840_000000011595	1502	0.8282657676523539	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.13389671083192625		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	99.867	100.0	0.00045384452574607684	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0018_000000014755	1469	0.8282657676523539	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.11621953992271869		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	98.979	100.0	0.0004438665981314063	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0308_000000015302	1249	0.8282655066407911	3	2	2	2	1	False	25405	maximal	True	ISR0308_000000015302	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	88.199	37.0	0.0016769281187028037	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
DEN0082_000000021707	1894	0.8282636503332662	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.5946818278740686		0	0	False	False	0.9926082491874695	0					non-mobilizable	other	1895.0	97.995	100.0	0.23173865165789795	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
FIJ0010_000000011145	1697	0.8282593425371284	3	1	1	1	1	False	84117	fragment	False	FIJ0010_000000011145	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	98.991	99.0	0.0004553296962837364	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0117_000000010533	3578	0.8282580571648067	5	4	3	4	4	False	4316	maximal	True	SPA0117_000000010533	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	100.0	42.0	0.00031532732374834336	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
MAD0088_000000023207	1161	0.8282568640312834	2	2	2	1	1	False	15867	fragment	False	MAD0088_000000023207	1.0		0	0	False	False	0.9844961166381836	0					non-mobilizable	no_good_hit	186.0	73.118	15.0	0.0030967697782644404	NZ_FQXK01000034.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
DEN0063_000000024290	2008	0.8282550110442024	3	3	3	2	2	False	85869	fragment	False	DEN0063_000000024290	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	79.704	23.0	0.00014094424209643117	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0090_000000010707	1279	0.8282549882212833	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.1071172044368146		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	97.889	100.0	0.00035462174606083833	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0120_000000018730	1845	0.8282541530977364	2	2	2	1	1	False	45030	maximal	True	ISR0120_000000018730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	96.72399999999999	86.0	0.00038095735548601304	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0032_000000000968	22016	0.8282428012545628	23	9	6	8	3	True	65543	fragment	False	FIJ0086_000000001014	0.9605150448937761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.008463949843260187	XM_023266121.2	bony fishes	PREDICTED: Amphiprion ocellaris plakophilin 2 (pkp2), mRNA	True	True
CHI0045_000000006077	3330	0.8282283393104809	5	4	4	4	4	False	87174	maximal	True	CHI0045_000000006077	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3221.0	99.53399999999999	100.0	0.01030352232215915	CP023417.1	enterobacteria	Klebsiella pneumoniae strain 1050 plasmid pKp1050-1, complete sequence	False	True
MAD0044_000000021840	1139	0.8282249927085055	2	1	1	1	1	False	17931	fragment	False	MAD0044_000000021840	1.0		0	0	False	False	0.9683933258056641	0					non-mobilizable	no_good_hit								True	False
AST0016_000000005556	4789	0.8282063730272969	7	6	3	3	4	True	123768	fragment	False	AST0094_000000003769	0.642375433772016		0	0	False	False	0.9989559650421143	0					non-mobilizable	other	4727.0	99.93700000000001	99.0	0.01283022556758474	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0151_000000004954	4884	0.8281828339413908	7	5	4	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.09529736713403468		0	0	False	True	0.9991809725761414	0					non-mobilizable	plasmid	4163.0	98.775	95.0	0.13358446827006665	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
AST0116_000000001063	15368	0.8281825111138031	14	8	6	8	2	True	106297	fragment	False	AST0116_000000001063	0.9304420167626694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0008_000000024762	1485	0.8281799795439134	2	2	2	2	2	False	13849	maximal	True	MON0008_000000024762	1.0		1	1	False	False	0.9939393997192383	0					non-mobilizable	no_good_hit	1284.0	94.78200000000001	86.0	0.0034527952032251206	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
CAN0014_000000021277	2266	0.8281704800533289	2	2	2	2	2	False	93638	maximal	True	CAN0014_000000021277	1.0		80	10	False	False	0.9929391145706177	0					non-mobilizable	no_good_hit	516.0	78.488	23.0	0.00297911708744756	NZ_FRDE01000002.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ENG0165_000000001809	9087	0.8281605286568242	15	3	3	2	1	False	56244	fragment	False	ENG0165_000000001809	1.0		0	0	False	False	0.9997798800468445	0					non-mobilizable	no_good_hit	91.0	92.30799999999999	1.0	0.0015303402857781523	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
DEN0051_000000013158	3287	0.8281550950168709	5	4	4	4	4	False	94377	fragment	False	SPA0107_000000008940	0.9630773109461437		0	0	False	False	0.9939154386520386	0					non-mobilizable	no_good_hit	1150.0	75.47800000000001	34.0	0.036050057171896834	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0130_000000012245	2458	0.8281505823689299	3	3	2	3	2	False	80186	fragment	False	ENG0130_000000012245	1.0		0	0	False	False	0.9987794756889343	0					non-mobilizable	no_good_hit	423.0	77.305	17.0	9.321579093598609e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0183_000000002046	13225	0.8281475632365203	14	14	7	7	13	True	62463	fragment	False	ENG0183_000000002046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4524.0	84.12899999999999	76.0	0.0008353922263165653	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
MAD0102_000000001824	7856	0.8281446268697571	9	9	6	5	9	True	65341	fragment	False	MAD0102_000000001824	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7889.0	96.083	100.0	0.06729668301519216	CP051699.1	enterobacteria	Escherichia coli strain SCU-152 plasmid pSCU-152-1, complete sequence	False	True
ISR0006_000000001776	9442	0.8281431764383634	9	7	4	5	4	True	38503	maximal	True	ISR0006_000000001776	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3176.0	98.17399999999999	38.0	0.015889777493068552	NZ_QIBZ01000003.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_003, whole genome shotgun sequence	True	True
FIJ0064_000000021706	1185	0.8281399238085041	2	2	2	1	1	False	75815	fragment	False	FIJ0064_000000021706	0.9727338335081264		0	0	False	False	0.99915611743927	0					non-mobilizable	no_good_hit								True	False
MON0067_000000004706	3545	0.828139839354596	6	5	4	4	3	False	10608	fragment	False	MON0067_000000004706	1.0		0	0	False	False	0.9994358420372009	0					non-mobilizable	no_good_hit	693.0	74.60300000000001	19.0	0.0006832996359074961	NZ_QVHZ01000002.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf2, whole genome shotgun sequence	True	False
DEN0093_000000016414	1963	0.8281380729234098	4	3	2	2	3	False	122170	fragment	False	DEN0093_000000016414	0.723209699123644		0	0	False	False	0.9994905591011047	0					non-mobilizable	other	1963.0	98.47200000000001	100.0	0.03402033239651643	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0856_000000000942	4901	0.8281336508120903	8	5	3	4	4	False	104909	fragment	False	ISR0856_000000000942	0.9415896924173901		0	0	False	False	0.9995919466018677	0					non-mobilizable	plasmid	4894.0	97.16	99.0	0.3947559499798306	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0040_000000020839	1192	0.8281149458258666	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.2569775486094282		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	98.82600000000001	100.0	0.004572515804333149	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0259_000000006309	2407	0.8281119444133372	4	3	2	2	3	False	26748	fragment	False	ISR0259_000000006309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	79.931	59.0	0.0004460046025153399	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0068_000000004886	7378	0.8280952109587157	9	4	3	4	3	False	74180	maximal	True	MON0068_000000004886	1.0		10	4	False	False	0.9998644590377808	0					non-mobilizable	no_good_hit	951.0	82.124	13.0	0.00027839684878460525	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0228_000000005949	4085	0.8280912866189912	6	2	0	2	1	True	27613	maximal	True	ISR0228_000000005949	1.0		1	1	False	False	0.9985312223434448	0					non-mobilizable	no_good_hit								True	True
ISR0202_000000002500	4712	0.8280844650343613	3	3	2	3	1	True	28716	maximal	True	ISR0202_000000002500	1.0		1	1	False	False	0.9985144138336182	0					non-mobilizable	no_good_hit	101.0	99.01	3.0	4.783851249015722e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
AUS0008_000000007819	2948	0.8280774200981802	4	4	4	2	2	False	101870	fragment	False	AUS0008_000000007819	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1877.0	99.62700000000001	100.0	0.0003744255382167525	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0820_000000013170	1867	0.8280750743909231	3	3	3	3	3	False	114320	fragment	False	ISR0820_000000013170	1.0		0	0	False	False	0.9914301037788391	0					non-mobilizable	other	1699.0	99.47	91.0	0.0030630965416593757	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0288_000000006377	4504	0.8280702147474241	7	4	3	3	4	False	116850	fragment	False	ISR0288_000000006377	0.9828431059480283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	2.0	2.0349765891879978e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0041_000000005986	4308	0.8280702147474241	7	4	3	3	4	False	116850	fragment	False	ISR0288_000000006377	0.9730573781744721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	2.0	1.9859410087256363e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0035_000000004694	3467	0.8280702147474241	6	4	3	3	4	False	116849	fragment	False	AST0035_000000004694	1.0		0	0	False	False	0.9953850507736206	0					non-mobilizable	no_good_hit								True	False
ISR0285_000000007336	2325	0.8280524410744176	3	3	3	2	2	False	106236	fragment	False	ISR0814_000000011953	0.21799164413439107		0	0	False	False	0.9849462509155273	0					non-mobilizable	other	2321.0	99.095	99.0	0.0088995274044068	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0020_01_000000000054	95811	0.8280376131152158	92	15	6	11	6	True	127415	maximal	False	SPA0046_000000000019	0.8988697359226675		0	0	True	True	1.0	4					non-mobilizable	virus	21580.0	97.419	98.0	0.21816453840476407	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0338_000000014934	1875	0.8280342535406404	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.22195444535386696		0	0	False	False	0.9989333152770996	0					non-mobilizable	other	1881.0	87.081	100.0	0.01249582581980899	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
USA0004_01_000000000707	26143	0.8280302646126427	21	11	8	11	5	True	104237	fragment	False	USA0004_01_000000000707	1.0		0	0	False	False	0.9999617338180542	0					non-mobilizable	no_good_hit	105.0	86.667	0.0	0.009894396346684426	NZ_VWRQ01000047.1	firmicutes	Paenibacillus tepidiphilus strain SYSU G01001 SYSU_G01001_Contig47, whole genome shotgun sequence	True	True
DEN0086_000000000324	4997	0.8280301586414334	5	5	5	4	4	False	103065	fragment	False	DEN0086_000000000324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	72.792	16.0	0.0007274447499018172	NZ_SJSA01000002.1	CFB group bacteria	Duncaniella freteri strain TLL-A3 contig2, whole genome shotgun sequence	True	False
SPA0046_000000014598	2144	0.8280271649186021	3	3	3	3	3	False	13775	fragment	False	MON0039_000000020725	0.9571967321515654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	74.365	20.0	0.00011017869722499568	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0400_000000004151	4148	0.8280192198530221	6	2	1	1	2	False	38012	maximal	True	ISR0400_000000004151	1.0		2	2	False	False	0.9701060652732849	0					non-mobilizable	no_good_hit	2411.0	98.29899999999999	58.0	0.05438489509226009	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
SPA0034_000000009039	3953	0.8280164038618374	5	4	3	3	4	True	122500	fragment	False	SPA0034_000000009039	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3954.0	99.064	100.0	0.4923402665338149	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0058_000000013132	2507	0.8280164038618374	4	4	3	3	4	True	122489	fragment	False	ISR0395_000000012012	0.919753074639942		0	0	False	False	0.9876345992088318	0					non-mobilizable	plasmid	2507.0	99.721	100.0	0.3121185701830863	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
USA0003_01_000000009124	4280	0.8280145264701383	5	3	2	3	0	True	57060	maximal	False	MAD0107_000000009050	0.5512735883595071		0	0	True	True	1.0	611					non-mobilizable	no_good_hit	279.0	91.398	6.0	0.23619371282922685	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
DEN0064_000000028211	1509	0.828013882404456	2	2	2	2	2	False	71222	fragment	False	DEN0064_000000028211	1.0		0	0	False	False	0.9927104115486145	0					non-mobilizable	no_good_hit	174.0	79.31	11.0	0.18566775244299674	NZ_JH604972.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld538, whole genome shotgun sequence	True	False
ISR0126_000000005996	8029	0.8280083554402767	7	6	4	5	5	False	32010	maximal	True	ISR0126_000000005996	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	75.545	11.0	0.0004786648441945932	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0170_000000004553	9182	0.8280045378381676	14	4	3	3	1	False	132502	maximal	True	ISR0170_000000004553	1.0		1	1	False	False	0.9986931085586548	0					non-mobilizable	no_good_hit	2963.0	98.009	32.0	0.479197021207706	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0043_000000003502	6125	0.8279878558707104	9	4	3	4	2	False	89430	maximal	True	ISR0043_000000003502	1.0	PS161|PS166|PS464	1	1	True	True	1.0	46					non-mobilizable	no_good_hit	1226.0	99.837	30.0	0.00046178319938479167	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	True
ISR0017_000000015047	2240	0.8279814384916765	4	2	2	2	2	False	37859	fragment	False	ISR0017_000000015047	1.0		0	0	False	False	0.9995535612106323	0					non-mobilizable	no_good_hit	1029.0	86.78299999999999	86.0	0.005066200990548353	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0049_000000008763	1958	0.8279753782408098	3	3	3	3	3	False	46660	maximal	True	FIJ0049_000000008763	1.0		4	3	False	False	0.9954034686088562	0					non-mobilizable	other	1940.0	98.402	99.0	0.0028939391451909715	NZ_SAXT01000001.1	bacteria	Brachyspira aalborgi strain W1 W1_contig1, whole genome shotgun sequence	False	False
ITA0006_000000008721	2892	0.8279701771613259	3	3	3	3	3	False	113622	fragment	False	ENG0012_000000007455	0.6234405778069599		0	0	False	False	0.999654233455658	0					non-mobilizable	other	2890.0	96.88600000000001	99.0	0.10834833483348334	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ISR0789_000000002702	5045	0.8279658034938324	7	1	1	1	1	True	97268	fragment	False	ISR0789_000000002702	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5045.0	99.604	100.0	0.030485077784090223	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0079_000000005134	4434	0.8279658034938324	7	1	1	1	1	True	97267	fragment	False	SPA0079_000000005134	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4434.0	99.48100000000001	100.0	0.023872093398959602	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0106_000000005970	3796	0.8279658034938324	4	1	1	1	1	True	67717	fragment	False	ISR0106_000000005970	1.0		0	0	False	False	0.9942044019699097	0					non-mobilizable	plasmid	3796.0	99.895	100.0	0.02293633429631689	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0185_000000006172	3638	0.8279658034938324	5	1	1	1	1	True	67716	fragment	False	ENG0185_000000006172	1.0		0	0	False	False	0.9975261092185974	0					non-mobilizable	plasmid	3618.0	99.309	99.0	0.021860532582286745	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0239_000000003676	3602	0.8279658034938324	5	1	1	1	1	True	97266	fragment	False	ISR0239_000000003676	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3602.0	99.917	100.0	0.019391700502967183	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
USA0048_01_000000005601	2788	0.8279658034938324	4	1	1	1	1	True	97262	fragment	False	USA0048_01_000000005601	1.0		0	0	False	False	0.9989239573478699	0					non-mobilizable	plasmid	2767.0	99.78299999999999	99.0	0.016717233376445987	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0290_000000004753	2654	0.8279658034938324	4	1	1	1	1	True	97261	fragment	False	ISR0290_000000004753	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2654.0	99.133	100.0	0.016034280602932466	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0370_000000011946	2221	0.8279658034938324	3	1	1	1	1	True	97259	fragment	False	ISR0370_000000011946	0.9920540695587093		0	0	False	False	1.0	0					non-mobilizable	plasmid	2221.0	99.73	100.0	0.013417302276106323	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0238_000000006907	2075	0.8279658034938324	4	1	1	1	1	True	97258	fragment	False	ISR0238_000000006907	0.9766096579476862		0	0	False	False	1.0	0					non-mobilizable	plasmid	2075.0	99.663	100.0	0.012534903117407438	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0343_000000009010	1988	0.8279658034938324	3	1	1	1	1	True	97258	fragment	False	ISR0238_000000006907	0.9566265060240964		0	0	False	False	0.9994969964027405	0					non-mobilizable	plasmid	1988.0	99.648	100.0	0.01200908992010057	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0130_000000014967	1978	0.8279658034938324	4	1	1	1	1	True	67713	fragment	False	ENG0130_000000014967	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1978.0	99.191	100.0	0.01194865162155955	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0197_000000014409	1774	0.8279658034938324	4	1	1	1	1	True	67712	fragment	False	ISR0197_000000014409	1.0		0	0	False	False	0.9954904317855835	0					non-mobilizable	plasmid	1775.0	99.09899999999999	100.0	0.010721754161176855	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0094_000000008861	1370	0.8279658034938324	3	1	1	1	1	True	67711	fragment	False	SPA0094_000000008861	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1361.0	99.706	99.0	0.008219608601578648	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0093_000000005042	2434	0.8279647753231738	4	4	3	3	4	True	122489	fragment	False	ISR0395_000000012012	0.9323289182160168		0	0	False	False	0.9987674355506897	0					non-mobilizable	plasmid	2434.0	100.0	100.0	0.3030265288329804	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0104_000000004043	7688	0.8279629953671471	7	7	7	7	6	False	4852	maximal	True	SPA0104_000000004043	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	83.44	51.0	0.0004141608062961916	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
SPA0002_000000011426	1718	0.8279561707127928	2	2	2	2	2	False	108217	fragment	False	MON0069_000000027274	0.47828709288299154		0	0	False	False	0.9976717233657837	0					non-mobilizable	other	1718.0	99.01	100.0	0.02353376553954961	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
USA0030_01_000000007410	2278	0.8279517645261837	3	2	2	2	2	False	118610	fragment	False	USA0030_01_000000007410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	90.154	85.0	0.0004151313027659872	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0023_000000012895	2321	0.8279482678219504	2	2	1	2	1	False	130349	backbone	False	ISR0335_000000002496	0.0714371440844615	PS1101	0	0	False	True	0.9987074732780457	0					non-mobilizable	chromosome	2302.0	100.0	99.0	0.0004174719920925253	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
SPA0009_000000016970	2140	0.8279482678219504	2	2	1	2	1	False	130349	backbone	False	ISR0335_000000002496	0.07319853094814607	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2140.0	99.766	100.0	0.00037335804932201214	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0081_000000006613	1922	0.8279482678219504	2	2	1	2	1	False	130349	backbone	False	ISR0335_000000002496	0.046444757399656866	PS1101	0	0	False	True	0.9973985552787781	0					non-mobilizable	other	1931.0	98.18700000000001	100.0	0.00036325186686790833	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
FIJ0086_000000016093	1988	0.8279430957082922	3	3	3	3	1	False	43834	fragment	False	FIJ0086_000000016093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	85.714	6.0	3.2691951241604314e-05	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0009_000000020550	1963	0.8279430957082922	3	3	3	3	1	False	51253	maximal	True	FIJ0009_000000020550	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	85.714	6.0	3.2691951241604314e-05	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ISR0847_000000022053	1353	0.8279373108753928	2	2	0	2	0	True	20630	maximal	True	ISR0847_000000022053	1.0		2	2	False	False	0.9985218048095703	0					non-mobilizable	no_good_hit								True	True
MAD0088_000000018838	1408	0.8279335684396538	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.2035926497491092		0	0	False	False	1.0	0					non-mobilizable	other	1408.0	97.869	100.0	0.010015304124995551	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
BAN0020_000000000273	11209	0.8279322780376474	14	13	2	10	12	True	97748	fragment	False	BAN0020_000000000273	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	other	11209.0	99.946	100.0	0.42554484015490923	NZ_MSJW02000131.1	enterobacteria	Shigella dysenteriae strain BCW_4872 BCW_4872_1__paired__contig_131, whole genome shotgun sequence	False	True
MON0077_000000032980	1366	0.8279310830964194	2	2	2	2	2	False	10202	maximal	True	MON0077_000000032980	1.0		16	3	False	False	0.9992679357528687	0					non-mobilizable	other	1364.0	79.032	99.0	0.0016628327063534377	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MON0042_000000005370	4623	0.8279270643988663	5	5	5	5	5	False	93527	maximal	True	MON0042_000000005370	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	1901.0	96.213	61.0	0.05603397428335496	NZ_CABKPS010000024.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0039_000000007676	3360	0.8279245141599147	7	7	3	5	6	True	126939	backbone	False	USA0145_01_000000006426	0.6490282682806371	PS981	0	0	False	True	1.0	0					non-mobilizable	other	3357.0	99.553	99.0	0.004138233778148251	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ISR0213_000000014432	1831	0.8279237112493292	1	1	0	1	1	False	28269	fragment	False	ISR0213_000000014432	1.0		0	0	False	False	0.9929000735282898	0	rep_cluster_2350				non-mobilizable	plasmid	1831.0	99.945	100.0	0.3917790622992935	CP057890.1	enterobacteria	Escherichia coli strain RHB11-C15 plasmid pRHB11-C15_3, complete sequence	False	True
ISR0849_000000021917	1232	0.8279237112493292	1	1	0	1	1	False	20582	fragment	False	ISR0849_000000021917	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	plasmid	1233.0	94.728	100.0	0.20872961956521738	KF137578.1	enterobacteria	Escherichia coli strain ROAR029 plasmid pColR colicin R (cra), colicin R immunity protein (cri), and colicin R lysis protein (crl) genes, complete cds	False	True
SPA0019_000000001734	11504	0.8279215807811642	15	10	7	9	6	True	125395	fragment	False	SPA0132_000000002723	0.989591438802834		0	0	False	False	1.0	0					non-mobilizable	other	6795.0	97.984	94.0	0.0019385265599830123	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0029_000000012865	2250	0.8279171054704875	4	4	4	4	2	False	64063	maximal	True	MON0029_000000012865	0.9941229467604608		63	8	False	False	0.9995555281639099	0					non-mobilizable	no_good_hit	1998.0	72.973	88.0	0.0005277930921293667	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0101_000000056414	1189	0.8279156796640363	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.21197681490440792		0	0	False	False	0.9671993255615234	0					non-mobilizable	other	1170.0	97.949	98.0	0.010716315567533873	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0175_000000015826	1269	0.8279082072895714	2	2	2	2	2	False	29843	fragment	False	ISR0175_000000015826	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1269.0	99.764	100.0	0.00026358946066228723	CP030919.1	enterobacteria	Escherichia coli strain KL53 chromosome, complete genome	False	False
ISR0787_000000003097	4224	0.8279072916234974	5	5	2	3	5	False	120166	fragment	False	ISR0787_000000003097	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1645.0	99.635	100.0	0.28484743411927876	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0015_000000018095	2085	0.8278868772729631	3	3	3	3	3	False	26801	fragment	False	MON0015_000000018095	1.0		0	0	False	False	0.9966427087783813	0					non-mobilizable	no_good_hit	75.0	84.0	4.0	7.892431701935704e-06	NC_022657.1	high GC Gram+	Actinoplanes friuliensis DSM 7358, complete sequence	True	False
MAD0095_000000015373	2238	0.8278745261259952	2	2	2	1	2	False	27312	maximal	True	MAD0095_000000015373	1.0		775	12	False	False	0.9968721866607666	0					non-mobilizable	no_good_hit								True	False
SPA0003_000000000453	21514	0.8278734638330938	24	10	9	9	7	True	52460	maximal	True	SPA0003_000000000453	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	78.571	1.0	0.006546820499060907	NZ_FNQG01000019.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	True
ENG0139_000000003460	5126	0.8278719829799324	7	4	3	4	3	True	57881	maximal	True	ENG0139_000000003460	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	85.20700000000001	4.0	4.0199843774259825e-05	NZ_CP029364.1	firmicutes	Bacillus halotolerans strain ZB201702 chromosome, complete genome	True	True
ISR0292_000000015501	1323	0.8278571321759197	2	1	0	1	1	True	25867	maximal	True	ISR0292_000000015501	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0152_000000001133	5196	0.8278529726606737	7	5	5	4	3	False	79395	maximal	True	CHI0152_000000001133	1.0		2	2	False	False	0.9955735206604004	0					non-mobilizable	no_good_hit	1291.0	84.04299999999999	25.0	0.031664888205077305	NZ_WKRD01000015.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold15_size40297, whole genome shotgun sequence	True	False
FIJ0029_000000004631	7548	0.8278412990609392	6	4	3	4	3	True	52107	fragment	False	FIJ0154_000000003332	0.4372404478319656		0	0	False	False	0.9997350573539734	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.0007672948253636977	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
MAD0045_000000016164	2436	0.8278411654618516	3	3	3	2	2	False	64041	maximal	True	MAD0045_000000016164	1.0		1	1	False	False	0.9917898178100586	0					non-mobilizable	no_good_hit	595.0	75.462	24.0	0.04152812168376371	NZ_LNAM01000195.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf68, whole genome shotgun sequence	True	False
ENG0032_000000010392	2147	0.8278411529996387	3	3	2	1	3	False	112012	fragment	False	AST0061_000000019500	0.9361948955916473		0	0	False	False	0.9874243140220642	0					non-mobilizable	other	2147.0	99.95299999999999	100.0	0.007780746821169722	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0097_000000026402	1237	0.8278341446688751	3	3	1	3	1	False	5103	fragment	False	SPA0097_000000026402	1.0		0	0	False	False	0.9870654940605164	0					non-mobilizable	no_good_hit	191.0	81.152	15.0	0.00044858731173200525	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	False
ENG0211_000000004896	6391	0.8278329212772355	14	4	3	4	2	True	88417	maximal	True	ENG0211_000000004896	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	100.0	15.0	0.004920272875112356	NZ_QIBX01000003.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_003, whole genome shotgun sequence	True	True
MAD0104_000000007718	1475	0.8278213072345559	3	2	2	2	2	False	46189	fragment	False	SPA0012_000000015675	0.9623827858501606		0	0	False	False	0.9993220567703247	0					non-mobilizable	other	1472.0	96.33200000000001	99.0	0.02310930970559588	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0393_000000010581	1692	0.8278198479836615	2	2	2	2	2	False	22775	fragment	False	ISR0393_000000010581	1.0		0	0	False	False	0.9905437231063843	0					non-mobilizable	no_good_hit	693.0	76.768	40.0	0.895778364116095	NZ_RQUY01000048.1	firmicutes	Veillonella caviae strain DSM 20738 contig_0048, whole genome shotgun sequence	True	False
FIJ0114_000000018096	2165	0.8278169598375432	3	3	3	3	3	False	78304	fragment	False	FIJ0114_000000018096	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2165.0	99.353	100.0	0.0004115533915403717	CP052569.1	enterobacteria	Klebsiella pneumoniae strain A16KP0119 chromosome, complete genome	False	False
ENG0077_000000006851	2962	0.8278044773115579	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.592480159700795		0	0	False	False	0.9945982694625854	0					non-mobilizable	no_good_hit	899.0	84.09299999999999	52.0	0.00025236671075121533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0350_000000018170	1108	0.8278030606941587	2	2	0	2	0	True	24087	fragment	False	ISR0350_000000018170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	94.059	9.0	0.002967887457707604	NZ_CYXV01000021.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
SPA0005_000000022498	1260	0.8277957152932712	1	1	1	1	1	False	47022	fragment	False	ISR0047_000000022914	0.6533580010465344		0	0	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit	124.0	78.226	10.0	5.884137036289339e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
MON0013_000000048715	1179	0.8277940589081179	2	1	1	1	1	False	13470	fragment	False	MON0013_000000048715	1.0		0	0	False	False	0.9804919362068176	0					non-mobilizable	no_good_hit								True	False
MAD0068_000000015651	1810	0.8277876176462562	2	2	2	2	1	False	16448	maximal	True	MAD0068_000000015651	1.0		163	12	False	False	0.9922651648521423	0					non-mobilizable	no_good_hit	1312.0	80.793	72.0	0.00044776405746179787	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
FIJ0066_000000000823	25878	0.8277781507652032	24	22	11	9	20	False	45649	maximal	True	FIJ0066_000000000823	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	25878.0	99.988	100.0	0.23286808311510668	CP031803.1	enterobacteria	Klebsiella pneumoniae strain MSB1_8A-sc-2280397 plasmid unnamed3, complete sequence	False	True
ENG0084_000000013039	2166	0.8277722304472951	3	3	3	3	3	False	61520	fragment	False	MAD0088_000000010560	0.940388106213498		0	0	False	False	1.0	0					non-mobilizable	other	2166.0	93.029	100.0	0.0010374363581910752	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
SPA0138_000000005455	4314	0.8277719724086214	4	4	4	3	2	False	106512	maximal	True	SPA0138_000000005455	1.0		4	2	False	False	0.9979137778282166	0					non-mobilizable	other	3862.0	99.068	90.0	0.0013484593677053065	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
USA0004_01_000000004290	6274	0.8277715686783174	8	6	5	6	5	False	116384	fragment	False	USA0004_01_000000004290	0.9673441603201341		0	0	False	False	0.9952183365821838	0					non-mobilizable	no_good_hit	3883.0	91.836	89.0	0.0009439349239004568	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0040_000000011428	1755	0.8277605994836718	3	2	2	2	2	False	116068	fragment	False	AST0040_000000011428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	71.053	19.0	8.956490397884645e-05	NZ_VMSB01000001.1	high GC Gram+	Ornithinibacter aureus strain DSM 23364 Ga0197482_11, whole genome shotgun sequence	True	False
ISR0359_000000014952	1814	0.8277514246415747	3	3	3	3	2	False	127016	fragment	False	ISR0359_000000014952	0.9664950430466185		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	96.911	99.0	0.006947001779905481	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0033_000000033299	1843	0.827751389496939	3	3	1	1	3	True	83794	fragment	False	MON0033_000000033299	1.0		0	0	False	False	0.9994574189186096	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	0.0049515608180839615	NZ_JABJWD010000130.1	a-proteobacteria	Gluconacetobacter entanii strain AV429 NODE_189_length_9200_cov_83.612610, whole genome shotgun sequence	True	True
ISR0851_000000005855	2220	0.8277510454900588	3	2	1	1	2	False	92912	fragment	False	CAN0016_000000020235	0.9637785468906858		0	0	False	False	0.9977477192878723	0					non-mobilizable	no_good_hit	1698.0	98.587	79.0	0.000376927672976929	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0058_000000020517	1492	0.8277506961820605	2	2	2	2	2	False	6293	maximal	True	SPA0058_000000020517	1.0		63	8	False	False	0.9939678311347961	0					non-mobilizable	other	1510.0	87.616	99.0	0.0010481983569421245	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
ENG0177_000000012922	2092	0.8277360088124809	3	2	2	2	1	False	112453	fragment	False	ISR0328_000000011990	0.46474982650290114		0	0	False	False	0.9971319437026978	0					non-mobilizable	other	2092.0	97.75299999999999	100.0	0.006626315122322221	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0072_000000011518	1876	0.8277334207118049	3	3	3	3	2	False	27661	fragment	False	MON0072_000000011518	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1876.0	100.0	100.0	0.00038245254681780103	CP054368.1	enterobacteria	Escherichia coli strain SCU-115 chromosome, complete genome	False	False
ISR0215_000000000049	88610	0.8277244599698291	130	30	16	24	15	False	33573	maximal	True	ISR0215_000000000049	1.0		1	1	False	False	0.9999774098396301	0					non-mobilizable	no_good_hit	836.0	75.957	1.0	0.008664335299337127	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
SPA0005_000000008006	3674	0.8277226752743959	4	2	2	2	2	False	8331	maximal	True	SPA0005_000000008006	1.0		1	1	False	False	0.9991834759712219	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	6.248389382963974e-06	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
SPA0090_000000005292	5784	0.8277208645494197	10	7	5	6	5	False	5384	maximal	True	SPA0090_000000005292	1.0		1	1	False	False	0.9987897872924805	0					non-mobilizable	no_good_hit	383.0	87.46700000000001	7.0	9.341278078079845e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0109_000000030881	1124	0.8277207280341418	2	2	1	2	1	False	78242	fragment	False	ISR0022_000000017797	0.22706652552625822		0	0	False	False	0.9884341359138489	0					non-mobilizable	other	1127.0	88.82	100.0	0.0003381137947116353	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0033_000000013020	1995	0.8277188509901168	2	2	2	2	2	False	65499	fragment	False	ENG0033_000000013020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	89.15700000000001	75.0	0.0004690140272387461	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0037_000000009308	3077	0.8277144604678349	6	5	5	5	4	False	53099	fragment	False	FIJ0037_000000009308	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	88.04299999999999	3.0	0.00999780268072951	NZ_CABDWS010000100.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
CHI0179_000000005665	3113	0.8277077126745435	3	3	2	2	1	False	122426	maximal	True	CHI0179_000000005665	1.0	PS871	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1617.0	93.506	52.0	0.025277280296603512	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	True
ENG0101_000000008168	3780	0.8277000083289999	5	3	0	1	2	True	97377	maximal	True	ENG0101_000000008168	1.0	PS531|PS532	1	1	True	True	1.0	93					non-mobilizable	no_good_hit	1321.0	97.35	50.0	0.47516198704103674	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0113_000000008046	3501	0.8277000083289999	4	3	0	1	2	True	128501	maximal	False	ENG0063_000000009089	0.8279448830075313	PS609	0	0	True	True	0.9994287490844727	21					non-mobilizable	no_good_hit	1570.0	97.006	48.0	0.578019504876219	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0097_000000009035	3483	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.7776054373478098	PS266|PS692	0	0	True	True	0.9982773661613464	2					non-mobilizable	no_good_hit	333.0	92.19200000000001	20.0	0.12079062957540264	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0063_000000009089	3464	0.8277000083289999	5	3	0	1	2	True	128501	maximal	True	ENG0063_000000009089	0.9273958890540434	PS609	1	1	True	True	1.0	44					non-mobilizable	no_good_hit	1568.0	98.214	45.0	0.5866466616654163	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0284_000000002801	3431	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.7869946133581002	PS266|PS692	0	0	True	True	0.9956281185150146	4					non-mobilizable	no_good_hit	268.0	85.821	21.0	0.0869419268210809	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0032_000000005818	3409	0.8277000083289999	4	3	0	1	2	True	128501	maximal	False	ENG0063_000000009089	0.4051518718043605	PS609	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	747.0	98.929	45.0	0.2794448612153038	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0319_000000004963	3389	0.8277000083289999	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.7215207824878765	PS266|PS692	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	243.0	81.893	16.0	0.07989258140315542	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0014_000000006349	3378	0.8277000083289999	4	3	0	1	2	True	29727	maximal	True	SPA0014_000000006349	1.0		1	1	True	True	1.0	47					non-mobilizable	no_good_hit	274.0	82.84700000000001	18.0	0.09029875797247398	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0056_000000003454	3371	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.06393616284019919	PS266|PS692	0	0	True	True	0.9997033476829529	16					non-mobilizable	no_good_hit	325.0	96.0	20.0	0.11786237188872621	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0164_000000007379	3369	0.8277000083289999	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.49436072647471946	PS266|PS692	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	334.0	94.611	21.0	0.12152269399707175	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0180_000000006347	3365	0.8277000083289999	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.605078758204488	PS266|PS692	0	0	True	True	1.0	100					non-mobilizable	no_good_hit	364.0	82.96700000000001	16.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0125_000000010673	3341	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.703476204226452	PS266|PS692	0	0	True	True	1.0	369					non-mobilizable	no_good_hit	364.0	82.69200000000001	18.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0324_000000009396	3339	0.8277000083289999	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.676996804013517	PS266|PS692	0	0	True	True	1.0	145					non-mobilizable	no_good_hit	363.0	83.471	16.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0155_000000005395	3335	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.437918544955388	PS266|PS692	0	0	True	True	0.9994003176689148	23					non-mobilizable	no_good_hit	364.0	82.69200000000001	11.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0781_000000008000	3320	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.71366170980558	PS266|PS692	0	0	True	True	0.99969881772995	76					non-mobilizable	no_good_hit	313.0	80.51100000000001	13.0	0.10372608257804633	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0295_000000010122	3319	0.8277000083289999	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.7344717094355475	PS266|PS692	0	0	True	True	0.9993973970413208	7					non-mobilizable	no_good_hit	364.0	82.96700000000001	11.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0159_000000006755	3317	0.8277000083289999	5	3	0	1	2	True	109922	backbone	True	ENG0159_000000006755	0.8567178163834697	PS266|PS692	1	1	True	True	0.9990955591201782	11					non-mobilizable	no_good_hit	304.0	80.592	17.0	0.10003356831151393	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0300_000000002243	3303	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.643847207940621	PS266|PS692	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	308.0	81.169	15.0	0.10204766700234978	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0044_000000005152	3301	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.6378556542849732	PS266|PS692	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	364.0	84.34100000000001	13.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0851_000000003918	3299	0.8277000083289999	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.7665582454645125	PS266|PS692	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	364.0	83.516	11.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0819_000000007564	3297	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.7343126077866337	PS266|PS692	0	0	True	True	0.9972702264785767	27					non-mobilizable	no_good_hit	363.0	80.992	11.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0821_000000008586	3297	0.8277000083289999	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.7333319184205611	PS266|PS692	0	0	True	True	1.0	118					non-mobilizable	no_good_hit	260.0	87.69200000000001	8.0	0.0866062437059416	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0104_000000007674	3282	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.6422170229679683	PS266|PS692	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	201.0	95.025	6.0	0.21868131868131868	NZ_QIBZ01000037.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_037, whole genome shotgun sequence	True	True
ENG0059_000000003870	3204	0.8277000083289999	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.19097458438998086	PS266|PS692	0	0	True	True	1.0	210					non-mobilizable	no_good_hit	364.0	84.066	11.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0191_000000002991	3164	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.4042723629101027	PS266|PS692	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	364.0	81.868	11.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0153_000000005526	3158	0.8277000083289999	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.37567959628106246	PS266|PS692	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	364.0	82.69200000000001	11.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0251_000000004893	2847	0.8277000083289999	4	3	0	1	2	True	60248	backbone	False	MON0025_000000013151	0.8983377053118842	PS266	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	364.0	82.69200000000001	13.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0851_000000009813	1401	0.8276924055988929	2	1	1	1	1	False	86275	fragment	False	ISR0252_000000007942	0.465536586730592		0	0	False	False	0.9992862343788147	0					non-mobilizable	other	1385.0	96.53399999999999	99.0	0.009774007271690312	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0135_000000012596	1776	0.8276875422223686	3	3	3	3	3	False	84422	fragment	False	FIJ0021_000000024250	0.6523337008452774		0	0	False	False	0.9814189076423645	0					non-mobilizable	no_good_hit	457.0	73.742	25.0	0.005091822533011983	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
ISR0070_000000001050	15779	0.8276866970786146	17	8	6	4	4	False	126516	fragment	False	ISR0070_000000001050	1.0		0	0	False	False	0.9998098611831665	0					non-mobilizable	no_good_hit	101.0	100.0	1.0	4.511831149231071e-05	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	False
ISR0109_000000023867	1340	0.8276813685744959	1	1	1	1	1	False	113068	fragment	False	AST0058_000000008935	0.4666852557157155		0	0	False	False	0.9947761297225952	0					non-mobilizable	other	1038.0	95.087	92.0	0.006925799772924597	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
DEN0096_000000000568	31180	0.8276789269795917	39	11	2	10	7	False	68245	maximal	True	DEN0096_000000000568	1.0		1	1	False	False	0.9994227290153503	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.4894291462364442e-05	NZ_CP001668.1	mycoplasmas	Mycoplasma mycoides subsp. capri str. GM12 chromosome clone deltatypeIIIres, complete genome	True	False
ISR0814_000000023414	1750	0.8276760053578578	5	2	2	2	1	False	86730	maximal	True	ISR0814_000000023414	1.0		1	1	False	False	0.9988571405410767	0					non-mobilizable	no_good_hit	1049.0	80.458	60.0	0.05467516201056472	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0326_000000002251	6536	0.8276748018499335	10	5	1	2	3	False	110298	fragment	False	ISR0326_000000002251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	86.749	22.0	0.13324742268041237	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
ISR0086_000000002307	9892	0.8276743435101649	8	8	6	4	6	False	121561	maximal	True	ISR0086_000000002307	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7204.0	98.071	90.0	0.0013927897433375965	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0068_000000009144	1686	0.8276658029759246	2	2	1	2	1	True	85122	fragment	False	CHI0068_000000009144	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	91.73	100.0	0.002210040007993762	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0781_000000003108	7348	0.8276593686471491	10	7	3	6	7	False	82721	maximal	True	ISR0781_000000003108	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1487.0	79.422	50.0	0.00041962388673982804	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0133_000000011837	1825	0.8276528158802186	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.6468024940972239		0	0	False	False	0.996712327003479	0					non-mobilizable	other	1737.0	98.791	95.0	0.04802283370742927	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0090_000000019452	2249	0.8276455422112258	3	3	2	3	2	False	98915	fragment	False	ISR0239_000000004585	0.23726671260078483		0	0	False	False	0.9995553493499756	0					non-mobilizable	other	2240.0	99.375	99.0	0.012719443146994155	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
CHI0109_000000005704	3073	0.8276449959748946	6	5	2	4	3	False	104849	fragment	False	DEN0064_000000009405	0.820419421537306		0	0	False	False	1.0	0					non-mobilizable	plasmid	2918.0	98.561	100.0	0.2352561516740621	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0325_000000001682	8574	0.8276432936998498	10	7	5	6	7	False	24886	maximal	True	ISR0325_000000001682	1.0		1	1	False	False	0.9996501207351685	0					non-mobilizable	no_good_hit	1416.0	81.07300000000001	16.0	0.010715995713601715	NZ_SLXA01000007.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_107, whole genome shotgun sequence	True	False
ISR0170_000000008494	5256	0.8276360154144317	6	4	2	4	2	True	131950	fragment	False	ISR0190_000000002622	0.065229776193596		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	318.0	85.84899999999999	7.0	0.003929076416782412	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0246_000000007636	2675	0.8276312097978221	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.090790078739499	PS1101	0	0	False	True	0.9880374073982239	0					non-mobilizable	other	2676.0	99.477	100.0	0.0005037318527069232	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0268_000000007112	2665	0.8276312097978221	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.09000088214327787	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2676.0	98.281	100.0	0.000466915746580824	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0192_000000007721	2662	0.8276312097978221	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.0911278061111656	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2669.0	99.13799999999999	100.0	0.0005024136758961013	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0069_000000007617	2613	0.8276312097978221	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.08888681649947787	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2613.0	99.77	100.0	0.00045591922619406066	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0098_000000006725	2604	0.8276312097978221	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.08490549623075194	PS1101	0	0	False	True	0.9996159672737122	0					non-mobilizable	other	2606.0	99.54	100.0	0.00049036177362573	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0799_000000005842	2595	0.8276312097978221	2	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.08686529733126105	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2595.0	99.65299999999999	100.0	0.00045277736322641397	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0197_000000007711	1341	0.8276274750174153	3	3	1	1	3	False	86279	fragment	False	MAD0035_000000016073	0.9385394070860449		0	0	False	False	0.9985085725784302	0					non-mobilizable	chromosome	1344.0	90.25299999999999	100.0	0.00029975221229435936	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
AST0060_000000024063	1271	0.8276271816301614	2	1	1	1	1	False	112262	maximal	True	AST0060_000000024063	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1271.0	99.449	100.0	0.00027915990015307633	CP036514.1	enterobacteria	Hafnia alvei strain PCM_1220 chromosome, complete genome	False	False
ISR0386_000000010412	3275	0.8276233906639565	3	3	3	3	3	False	131799	maximal	True	ISR0386_000000010412	1.0		15	4	False	False	1.0	0					non-mobilizable	chromosome	2995.0	96.39399999999999	100.0	0.0008023419595366676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0072_000000004643	2402	0.8275991914104887	5	2	1	2	1	True	119805	maximal	True	CHI0072_000000004643	1.0		3	2	False	False	0.9966694712638855	0					non-mobilizable	no_good_hit	537.0	98.13799999999999	22.0	0.006706958469412015	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0183_000000006637	5319	0.8275960616920182	5	4	3	3	2	False	108800	fragment	False	ISR0183_000000006637	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2688.0	97.396	51.0	0.06685742722070166	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
CAN0021_000000002907	11623	0.8275924024867563	20	9	6	6	3	True	91874	maximal	True	CAN0021_000000002907	1.0		5	3	False	False	0.9993977546691895	0					non-mobilizable	no_good_hit	93.0	95.699	1.0	2.5726270800878385e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
SPA0013_000000014614	1930	0.8275833123852245	4	2	1	1	2	True	7978	fragment	False	SPA0013_000000014614	1.0		0	0	False	False	0.9963730573654175	0					non-mobilizable	other	1930.0	99.896	100.0	0.04501225061253063	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
AST0028_000000001149	15560	0.8275815639144962	18	17	13	16	16	False	118939	maximal	True	AST0028_000000001149	1.0		16	8	False	False	0.9998714923858643	0					non-mobilizable	chromosome	15560.0	100.0	100.0	0.0030344837808509426	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
DEN0061_000000003594	8313	0.8275779000924761	12	8	4	4	8	False	132475	maximal	True	DEN0061_000000003594	1.0	PS1164|PS386|PS459|PS744|PS745	82	11	True	True	1.0	50	rep_cluster_870	MOBV			mobilizable	no_good_hit	3972.0	99.975	68.0	0.7098677154093672	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	True	True
DEN0071_000000011487	3346	0.8275677969165138	5	3	1	2	2	False	107946	fragment	False	DEN0071_000000011487	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3228.0	96.84	96.0	0.0008950241875912935	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0104_000000012263	2727	0.8275677969165138	4	3	1	2	2	False	107943	fragment	False	ISR0150_000000008147	0.9645023189439885		0	0	False	False	1.0	0					non-mobilizable	other	2729.0	97.508	100.0	0.004524210753509376	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0008_000000015710	1842	0.8275664832603932	3	1	1	1	1	False	94975	fragment	False	CAN0008_000000015710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	88.235	5.0	2.3606685638198317e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0012_000000011887	2033	0.8275624289154009	4	4	3	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.36031094343736825		0	0	False	False	1.0	0					non-mobilizable	chromosome	1018.0	99.31200000000001	100.0	0.00028311932352020045	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0219_000000027317	1187	0.8275611897315721	2	2	2	1	2	False	28022	maximal	True	ISR0219_000000027317	1.0		4	2	False	False	0.9797809720039368	0					non-mobilizable	no_good_hit	596.0	97.65100000000001	63.0	0.00016890434166481202	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MAD0017_000000000614	3770	0.8275535332242926	5	5	5	5	4	False	108443	fragment	False	MAD0017_000000000614	0.9503088152723189		0	0	False	False	0.9986737370491028	0					non-mobilizable	chromosome	3770.0	97.825	100.0	0.0008359368103632211	CP057804.1	enterobacteria	Escherichia coli strain RHB14-C20 chromosome, complete genome	False	False
MON0091_000000005448	2278	0.8275467372164635	5	3	1	1	3	True	123336	fragment	False	MON0091_000000005448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	99.175	82.0	0.41616509028374893	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ISR0331_000000003099	6189	0.827538848361328	9	5	3	3	1	False	122144	maximal	True	ISR0331_000000003099	1.0		2	1	False	False	0.9993537068367004	0					non-mobilizable	no_good_hit	1944.0	94.959	31.0	0.03273794378572761	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ISR0338_000000015025	1865	0.8275384298799355	3	3	2	2	2	False	123275	maximal	True	ISR0338_000000015025	1.0		141	11	False	False	0.9930294752120972	0					non-mobilizable	other	1863.0	98.65799999999999	99.0	0.0005572045925389048	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0071_000000030986	1409	0.8275363319954588	3	2	2	2	2	False	70396	maximal	True	DEN0071_000000030986	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	88.579	79.0	0.00029719346463799747	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CAN0008_000000005484	5110	0.8275353289292922	8	5	2	5	2	True	95056	fragment	False	CAN0008_000000005484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	0.00016364670313260703	NZ_QKLW01000006.1	g-proteobacteria	Marinomonas alcarazii strain CECT 7730 Ga0244607_106, whole genome shotgun sequence	True	True
DEN0007_000000012863	2027	0.8275274476703733	3	2	2	2	2	False	76297	maximal	True	DEN0007_000000012863	1.0		1	1	False	False	0.9723729491233826	0					non-mobilizable	no_good_hit	963.0	78.92	48.0	0.0002664464192204147	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0251_000000006375	2346	0.8275260939813824	3	3	2	3	2	False	93125	fragment	False	ISR0251_000000006375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1663.0	82.92200000000001	70.0	0.0004538607529842172	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
SPA0044_000000001350	14950	0.8275233400949412	15	7	4	6	4	False	6798	maximal	True	SPA0044_000000001350	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1582.0	89.31700000000001	37.0	0.027912664374579094	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0021_000000025828	1224	0.8275207889995333	1	1	1	1	1	False	25469	fragment	False	ISR0305_000000015045	0.970334288716237		0	0	False	False	0.9885621070861816	0					non-mobilizable	other	1033.0	98.45100000000001	100.0	0.006902640661369292	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0042_000000020182	1248	0.8275165507745846	2	2	2	2	1	False	70326	fragment	False	MAD0042_000000020182	0.9870194612213594		0	0	False	False	0.9839743375778198	0					non-mobilizable	no_good_hit	200.0	77.0	16.0	2.2110849056603772e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ENG0087_000000000674	27048	0.8275136549299258	41	28	10	20	22	True	61406	maximal	True	ENG0087_000000000674	1.0		1	1	False	False	0.9999630451202393	0					non-mobilizable	no_good_hit	1796.0	90.31200000000001	13.0	0.0005588453429397157	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
MON0037_000000003223	10854	0.8274847394723465	16	11	7	8	8	True	125403	fragment	False	MON0037_000000003223	0.7855605374623814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7220.0	92.09100000000001	66.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MON0092_000000025271	2186	0.8274807685747241	1	1	0	1	1	False	82867	fragment	False	MON0078_000000020472	0.9517383348581885		0	0	False	False	0.9748398661613464	0	IncK2/Z				non-mobilizable	plasmid	2189.0	98.21799999999999	100.0	0.0258536066136033	AP022071.1	enterobacteria	Escherichia coli plasmid pWP4-W18-ESBL-09_2 DNA, complete genome, strain: WP4-W18-ESBL-09	False	True
ISR0194_000000011734	2144	0.8274807685747241	1	1	0	1	1	False	40256	fragment	False	ISR0194_000000011734	1.0		0	0	False	False	0.9972015023231506	0	IncK2/Z				non-mobilizable	plasmid	2149.0	95.44	100.0	0.02541348751244017	CP024154.1	enterobacteria	Escherichia coli strain 14EC033 plasmid p14EC033g, complete sequence	False	True
ENG0131_000000014845	1773	0.8274807685747241	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.8277662502364594		0	0	False	False	0.9994359612464905	0	IncFIA				non-mobilizable	plasmid	1774.0	98.985	100.0	0.01161001355483816	CP024237.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed5, complete sequence	False	True
MAD0056_000000008680	1612	0.8274807685747241	1	1	0	1	1	False	82864	fragment	False	MAD0056_000000008680	1.0		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	chromosome	1500.0	95.667	100.0	0.00026866094324936885	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	True
FIJ0141_000000019194	1551	0.8274807685747241	1	1	0	1	1	False	40255	fragment	False	FIJ0141_000000019194	1.0		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	1551.0	98.58200000000001	100.0	0.014088475626937165	CP030917.1	enterobacteria	Shigella flexneri 2a strain 1508 plasmid pSF150802	False	True
BAN0020_000000001202	1524	0.8274807685747241	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.5751802115488093		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1524.0	98.031	100.0	0.0510159529806885	CP025852.1	enterobacteria	Escherichia coli strain 510016 plasmid p510016_29, complete sequence	False	True
ENG0158_000000012437	1519	0.8274807685747241	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.33706833490844845		0	0	False	False	1.0	0	IncFIA,IncFII				non-mobilizable	plasmid	1519.0	100.0	100.0	0.008952530357806335	AP018785.1	enterobacteria	Escherichia coli SK1144 plasmid pSK1144, nearly complete genome	False	True
CHI0078_000000010185	1508	0.8274807685747241	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.5741288142830193		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1508.0	99.934	100.0	0.009868184110062666	CP024237.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed5, complete sequence	False	True
FIJ0019_000000004476	1505	0.8274807685747241	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.5226422506678955		0	0	False	False	0.9940199255943298	0	IncFIA				non-mobilizable	plasmid	1505.0	99.867	100.0	0.006432848588537212	CP050866.1	enterobacteria	Escherichia coli strain 8-3-Ti3 plasmid unnamed1, complete sequence	False	True
MON0103_000000043814	1331	0.8274807685747241	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.1972047172340668		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1330.0	95.564	99.0	0.013730355665839538	CP024665.1	enterobacteria	Escherichia coli strain 90-9269 plasmid unnamed4	False	True
SPA0017_000000010307	1275	0.8274807685747241	1	1	0	1	1	False	10262	fragment	False	SPA0017_000000010307	1.0		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	1256.0	97.85	98.0	0.012015585711817885	CP027341.1	enterobacteria	Escherichia coli strain 2015C-3121 plasmid unnamed	False	True
ISR0311_000000020141	1198	0.8274807685747241	1	1	0	1	1	False	25283	fragment	False	ISR0311_000000020141	1.0		0	0	False	False	0.9974958300590515	0	IncK2/Z				non-mobilizable	plasmid	1198.0	99.917	100.0	0.011981926926275083	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
MON0008_000000032751	1163	0.8274807685747241	1	1	0	1	1	False	13832	fragment	False	MON0008_000000032751	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1117.0	98.74700000000001	96.0	0.013525633256574961	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	False	True
MON0076_000000042990	1125	0.8274807685747241	2	1	0	1	1	False	10261	fragment	False	MON0076_000000042990	1.0		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	1125.0	99.37799999999999	100.0	0.010878199042950966	CP023144.1	enterobacteria	Escherichia coli strain CFSAN061770 plasmid pEGY2, complete sequence	False	True
MON0104_000000020114	2258	0.8274681619439447	3	3	3	3	2	False	8809	maximal	True	MON0104_000000020114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1408.0	99.574	66.0	0.00039912521744659785	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0023_000000000014	35319	0.8274547551371282	61	21	9	18	13	False	74404	maximal	True	DEN0023_000000000014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	81.395	0.0	3.683573256738122e-05	CP011379.1	g-proteobacteria	Moraxella bovoculi strain 33362, complete genome	True	False
ISR0152_000000009752	2407	0.8274530134988415	2	2	2	2	2	False	30722	fragment	False	ISR0152_000000009752	1.0		0	0	False	False	0.9929372668266296	0					non-mobilizable	other	2407.0	99.086	100.0	0.0016219189606775657	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
CHI0099_000000002160	2865	0.8274496407145383	5	4	3	2	3	True	129446	fragment	False	ISR0232_000000006817	0.3457560871284184		0	0	False	False	0.9884817004203796	0					non-mobilizable	other	2865.0	99.93	100.0	0.0008909855532167877	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0071_000000005075	1221	0.8274421717162448	2	2	2	2	2	False	16328	fragment	False	MAD0071_000000005075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	94.118	6.0	0.00886360629712925	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	False
ISR0255_000000009248	3193	0.8274357626068547	3	3	3	3	3	False	26901	maximal	True	ISR0255_000000009248	1.0		1	1	False	False	0.996554970741272	0					non-mobilizable	no_good_hit	516.0	94.38	16.0	0.00031011374249479583	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
CHI0084_000000002778	1895	0.8274326374705485	4	4	2	2	2	False	122170	fragment	False	DEN0093_000000016414	0.5406396266522796		0	0	False	False	0.9989445805549622	0					non-mobilizable	other	1891.0	97.99	99.0	0.0005652843583813057	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0120_000000001987	10476	0.8274319407812811	7	4	3	4	2	True	131965	fragment	False	ISR0120_000000001987	0.9833133478229614		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2813.0	83.221	27.0	0.10018579391167644	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
ISR0137_000000002693	10435	0.8274319407812811	7	4	3	4	2	True	131965	fragment	False	ISR0120_000000001987	0.9819369823286038		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2813.0	83.221	27.0	0.10018579391167644	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
ISR0246_000000001053	10325	0.8274319407812811	8	4	3	4	2	True	131965	fragment	False	ISR0120_000000001987	0.961657369217138		0	0	False	True	0.99990314245224	0					non-mobilizable	no_good_hit	2817.0	83.316	27.0	0.10018579391167644	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
ENG0124_000000001690	14925	0.8274278366468958	13	8	6	6	6	False	122679	fragment	False	ENG0124_000000001690	1.0		0	0	False	False	0.9998660087585449	0					non-mobilizable	chromosome	14925.0	99.96	100.0	0.00665989253314662	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0010_01_000000002471	10451	0.8274278366468958	9	8	6	6	6	False	122655	fragment	False	USA0010_01_000000002471	0.9906744631515274		0	0	False	False	1.0	0					non-mobilizable	chromosome	10393.0	99.95200000000001	100.0	0.004637470061944498	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0034_000000007479	2726	0.8274231295124003	4	4	3	2	2	False	94122	fragment	False	ISR0034_000000007479	1.0		0	0	False	False	0.9955979585647583	0					non-mobilizable	no_good_hit	1690.0	95.85799999999999	62.0	0.0002603393968726903	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0038_01_000000008850	1670	0.8274193896203285	2	2	2	2	2	False	92036	fragment	False	DEN0052_000000027259	0.9854375587529234		0	0	False	False	0.9940119981765747	0					non-mobilizable	other	1670.0	100.0	100.0	0.0005055512189418441	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0194_000000015958	1670	0.8274193896203285	2	2	2	2	2	False	92036	fragment	False	DEN0052_000000027259	0.9854375587529234		0	0	False	False	0.9994012117385864	0					non-mobilizable	other	1670.0	100.0	100.0	0.0005055512189418441	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0293_000000010013	3666	0.8274071185895909	4	3	2	2	2	False	54786	fragment	False	ISR0293_000000010013	1.0		0	0	False	False	0.9997272491455078	0					non-mobilizable	no_good_hit								True	False
MON0109_000000030348	1211	0.8274059960540479	2	2	2	2	2	False	8485	fragment	False	MON0109_000000030348	1.0		0	0	False	False	0.9744012951850891	0					non-mobilizable	no_good_hit	417.0	78.17699999999999	34.0	0.00014650085358810597	LR134354.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain NCTC11817 genome assembly, chromosome: 1	True	False
FIJ0120_000000005077	4356	0.8274035407995617	4	4	3	4	2	False	41551	maximal	True	FIJ0120_000000005077	1.0		13	7	False	False	0.9898989796638489	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	9.909177434226596e-06	NZ_AP018711.1	a-proteobacteria	Sphingosinicella microcystinivorans strain B-9	True	False
MAD0014_000000016341	2000	0.8274032306237759	4	2	2	2	2	False	61008	maximal	True	MAD0014_000000016341	1.0		19	3	False	False	0.9959999918937683	0					non-mobilizable	no_good_hit	1708.0	95.199	85.0	0.00045429250529142987	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0009_000000002492	8211	0.8273987940682079	9	7	3	7	4	True	78054	fragment	False	MON0011_000000003390	0.2617902582254366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
CHI0069_000000003065	3158	0.8273932370368983	4	3	2	1	2	False	99616	fragment	False	CHI0069_000000003065	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3156.0	99.493	99.0	0.00510559106723845	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
BAN0019_000000001067	3054	0.827390691226971	5	5	4	3	4	False	97801	fragment	False	BAN0019_000000001067	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3054.0	100.0	100.0	0.0005772297697792895	AP022069.1	enterobacteria	Escherichia coli DNA, complete genome, strain: WP4-W18-ESBL-09	False	False
MON0078_000000041700	1147	0.8273843915106545	3	2	2	1	1	False	95987	fragment	False	ISR0316_000000017359	0.9123039664230352		0	0	False	False	0.9912816286087036	0					non-mobilizable	no_good_hit	304.0	84.868	40.0	8.082739509844537e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0025_000000004356	6843	0.8273665379473769	9	6	4	4	3	True	121619	fragment	False	AST0025_000000004356	1.0		0	0	False	False	0.9988309144973755	0					non-mobilizable	no_good_hit	1535.0	96.02600000000001	75.0	0.18943828621247977	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0232_000000004284	5126	0.8273600277534351	5	5	5	5	4	False	129603	maximal	False	ISR0152_000000004468	0.9434821428571429	PS1061	0	0	False	True	0.9992196559906006	0					non-mobilizable	no_good_hit	1795.0	98.99700000000001	78.0	0.0004807620158345964	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0230_000000000057	62847	0.8273567764545176	72	19	13	16	14	True	92398	fragment	False	ISR0230_000000000057	1.0		0	0	False	True	0.999984085559845	0					non-mobilizable	no_good_hit	2425.0	87.835	17.0	0.0006481147755297602	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0187_000000000580	26663	0.8273554174652875	35	27	8	14	24	True	93737	fragment	False	CHI0187_000000000580	1.0		0	0	False	False	1.0	0					non-mobilizable	other	17514.0	93.068	95.0	0.005108295034786423	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
CHI0109_000000002821	5542	0.8273535896023924	6	4	4	4	3	False	130466	maximal	True	CHI0109_000000002821	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	4391.0	99.499	79.0	0.007005035966631136	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0062_000000007872	3189	0.8273491147806739	6	4	3	3	4	False	120899	fragment	False	ENG0062_000000007872	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3115.0	95.666	98.0	0.0008834122878334371	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0194_000000009297	2958	0.8273449012198261	5	2	1	2	0	True	124615	fragment	False	ENG0194_000000009297	1.0		0	0	False	False	0.9945909380912781	0					non-mobilizable	no_good_hit	973.0	92.70299999999999	37.0	0.037427801309202924	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
MAD0099_000000023860	1312	0.8273449012198261	2	2	1	2	0	True	15199	fragment	False	MAD0099_000000023860	0.9987489574645538		0	0	False	False	1.0	0	rep_cluster_1404				non-mobilizable	no_good_hit	912.0	94.079	70.0	0.08118705997682917	JX275965.1	firmicutes	Streptococcus infantis plasmid pSI01, complete sequence	True	True
MON0104_000000034504	1332	0.8273448189946706	3	2	2	1	1	False	84572	maximal	True	MON0104_000000034504	1.0		95	9	False	False	0.9827327132225037	0					non-mobilizable	no_good_hit	1051.0	99.14399999999999	79.0	0.00028009493350946417	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0058_000000035031	1233	0.8273277187980828	1	1	1	1	1	False	45953	fragment	False	FIJ0058_000000035031	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000003180	9031	0.8273226032719586	12	12	6	8	12	False	122894	maximal	True	SPA0053_000000003180	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1589.0	85.211	33.0	0.0005335017201643791	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0020_000000004209	3999	0.8273217075794075	5	4	2	4	4	False	116162	fragment	False	MON0020_000000004209	0.9962464405902148		0	0	False	False	1.0	0					non-mobilizable	chromosome	2340.0	94.87200000000001	94.0	0.0005282982326105037	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MAD0024_000000006433	2115	0.8273166554375199	2	2	2	1	1	False	19195	maximal	True	MAD0024_000000006433	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	72.973	12.0	0.0014794701756218125	NZ_AZGB01000027.1	firmicutes	Lactobacillus ghanensis DSM 18630 NODE_73, whole genome shotgun sequence	True	False
ISR0849_000000001805	10999	0.8273116845140449	15	10	5	9	9	False	113864	maximal	True	ISR0849_000000001805	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0003710371174538608	NZ_RBZO01000021.1	firmicutes	Oceanobacillus bengalensis strain MCCC 1K00260 NODE_21_length_72769_cov_52.354903, whole genome shotgun sequence	True	False
FIJ0074_000000007381	4333	0.8273094311533887	4	4	3	4	1	True	44665	maximal	True	FIJ0074_000000007381	1.0		0	0	False	False	0.9903069734573364	0					non-mobilizable	no_good_hit	1804.0	99.77799999999999	42.0	0.02812748631066598	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	True	True
ENG0141_000000009924	2752	0.8273048096124388	4	4	4	4	1	False	106099	maximal	True	ENG0141_000000009924	1.0		4	2	False	False	0.9996366500854492	0					non-mobilizable	other	2495.0	96.19200000000001	100.0	0.0009031862099771752	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0193_000000006285	3267	0.8273017077783976	3	3	3	3	2	False	93985	fragment	False	ENG0193_000000006285	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3282.0	98.355	99.0	0.0008783583482471261	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0037_000000004556	8821	0.8272947133250881	11	7	5	7	3	True	14379	maximal	False	MON0004_000000002198	0.48264584871821925		0	0	False	False	0.9977326989173889	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	1.0	1.8507126100360034e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
MON0029_000000029640	1122	0.8272884353658394	1	1	1	1	1	False	12533	maximal	True	MON0029_000000029640	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	11.0	4.0364724114318666e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	False
ISR0155_000000010657	1928	0.8272829511839433	3	2	2	2	2	False	77664	fragment	False	ISR0155_000000010657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1300.0	78.23100000000001	67.0	0.013986620550574102	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ENG0039_000000014779	1758	0.8272829511839433	3	2	2	2	2	False	64933	fragment	False	ENG0039_000000014779	1.0		0	0	False	False	0.9914675951004028	0					non-mobilizable	no_good_hit	690.0	97.681	67.0	0.00015303663328291342	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0021_000000007109	6929	0.8272736084128826	10	5	4	5	3	True	52105	fragment	False	FIJ0021_000000007109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	95.2	4.0	7.233139610136703e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
SPA0075_000000010064	1978	0.827272705248326	4	3	2	2	1	False	5780	maximal	True	SPA0075_000000010064	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	88.03399999999999	6.0	0.008167690639681965	NZ_CABMGA010000029.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0049_000000003428	5795	0.8272700683712786	4	3	3	3	2	False	111735	fragment	False	ENG0049_000000003428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0295_000000014391	2445	0.8272700683712786	3	3	3	3	2	False	104641	fragment	False	ISR0295_000000014391	0.9833333333333334		0	0	False	False	0.9959100484848022	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
CHI0140_000000014323	2053	0.8272700683712786	4	3	3	3	2	False	104640	fragment	False	CHI0140_000000014323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	3.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0129_000000009207	1207	0.8272680077951133	2	2	2	2	2	False	58244	fragment	False	ISR0129_000000009207	0.9935542811810331		0	0	False	False	0.9693455100059509	0					non-mobilizable	other	1207.0	99.669	100.0	0.012074610278436908	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0017_000000027035	1206	0.8272680077951133	2	2	2	2	2	False	58244	fragment	False	ISR0129_000000009207	0.9921492734283263		0	0	False	False	0.9875621795654297	0					non-mobilizable	other	1206.0	99.585	100.0	0.012064598163778171	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0781_000000010430	2655	0.827260996463266	4	4	4	3	2	False	63179	fragment	False	ISR0781_000000010430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	79.73	3.0	4.109582871708956e-05	CP022254.1	a-proteobacteria	Azospirillum brasilense Sp245 plasmid Sp245_p02	True	False
ENG0052_000000004661	5766	0.8272607997405942	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8428941437563001	PS879|PS961	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3073.0	97.69	67.0	0.5257661359356275	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0149_000000005993	5642	0.8272607997405942	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8366101591672149	PS879|PS961	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	2758.0	97.53399999999999	70.0	0.4714946070878274	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0347_000000003240	5394	0.8272607997405942	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8681473798864987	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	3099.0	98.193	71.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0283_000000002376	5257	0.8272607997405942	8	2	0	1	2	False	130012	backbone	True	ISR0283_000000002376	1.0	PS1072|PS1073	9	2	True	True	1.0	4					non-mobilizable	no_good_hit	1819.0	97.96600000000001	63.0	0.3107344632768362	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0053_000000003075	4067	0.8272599527057465	5	2	2	2	2	False	19381	maximal	True	MAD0053_000000003075	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0002_000000022004	1830	0.8272538202823853	3	3	3	3	3	False	3030	maximal	True	TAN0002_000000022004	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	73.46	11.0	0.00024007025975843384	CP001623.1	a-proteobacteria	Rhizobium leguminosarum bv. trifolii WSM1325 plasmid pR132501, complete sequence	True	False
MAD0052_000000005979	2837	0.8272517033050559	4	2	2	2	2	False	17284	fragment	False	MAD0052_000000005979	1.0		0	0	False	False	0.9943602681159973	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	9.077962678225939e-05	LR745205.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0080_000000002643	2373	0.8272502548422205	2	2	1	1	2	False	16160	fragment	False	MAD0080_000000002643	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2373.0	100.0	100.0	0.011732410040806232	CP018338.1	enterobacteria	Klebsiella pneumoniae isolate Kp_Goe_154414 plasmid pKp_Goe_414-2, complete sequence	False	True
MON0020_000000017141	1281	0.8272440794598297	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.7768011461599468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	74.37	36.0	0.0019610406589096615	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
SPA0028_000000021526	1519	0.8272439598714221	2	1	1	1	1	False	78776	fragment	False	SPA0028_000000021526	0.9929812834224598		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	99.929	92.0	0.013960961200702539	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0064_000000018670	1267	0.8272439598714221	3	1	1	1	1	False	78772	fragment	False	MON0054_000000039658	0.9653189415185464		0	0	False	False	1.0	0					non-mobilizable	plasmid	1269.0	99.764	100.0	0.04082552561254387	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0049_000000015372	1130	0.8272439598714221	3	1	1	1	1	False	46641	fragment	False	ISR0858_000000009403	0.9724873170326015		0	0	False	False	1.0	0					non-mobilizable	plasmid	1130.0	99.735	100.0	0.03644757231404959	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0063_000000002089	10120	0.8272386690547852	15	6	5	5	3	False	45654	fragment	False	FIJ0063_000000002089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	96.445	4.0	0.007141282038233847	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ISR0227_000000010920	2433	0.8272325150660552	3	2	2	2	0	True	27636	maximal	True	ISR0227_000000010920	1.0		2	1	False	False	0.9695848822593689	0					non-mobilizable	no_good_hit								True	True
AST0003_000000009576	3667	0.8272262083339432	3	3	3	3	2	False	130349	backbone	False	ISR0335_000000002496	0.032019288012682494	PS1101	0	0	False	True	0.9972729682922363	0					non-mobilizable	other	3667.0	99.86399999999999	100.0	0.0007086870396607284	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
SPA0114_000000021848	2138	0.8272190822731698	4	2	2	2	2	False	54908	maximal	True	SPA0114_000000021848	0.924742356007751		25	6	False	False	0.9911131858825684	0					non-mobilizable	no_good_hit								True	False
ISR0834_000000005016	3348	0.8272183747170122	3	2	2	2	1	True	102613	maximal	True	ISR0834_000000005016	1.0		0	0	False	False	0.9985065460205078	0					non-mobilizable	no_good_hit	60.0	100.0	2.0	0.06696935300794551	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ENG0028_000000011233	1616	0.8272178330931569	3	3	2	3	2	False	65861	fragment	False	ENG0028_000000011233	1.0		0	0	False	False	0.9956682920455933	0					non-mobilizable	other	1595.0	99.31	99.0	0.0006983705563816952	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0046_000000014777	1282	0.8272166487317467	2	1	1	1	1	False	81815	fragment	False	FIJ0151_000000012400	0.9736061902501769		0	0	False	False	0.9812792539596558	0					non-mobilizable	no_good_hit								True	False
ISR0400_000000015139	1264	0.8272166487317467	2	1	1	1	1	False	81815	fragment	False	FIJ0151_000000012400	0.9701016038641899		0	0	False	False	0.9992088675498962	0					non-mobilizable	no_good_hit								True	False
FIJ0035_000000002006	5886	0.827216145254336	8	7	6	6	6	False	95929	maximal	True	FIJ0035_000000002006	1.0		4	2	False	False	0.9996601939201355	0					non-mobilizable	no_good_hit	1239.0	74.899	31.0	0.00027505444400000365	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0011_000000039866	1195	0.8272133509945191	3	3	3	3	2	False	75537	fragment	False	DEN0011_000000039866	1.0		0	0	False	False	0.9949790835380554	0					non-mobilizable	other	1195.0	97.992	100.0	0.004580187810716258	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0059_000000005459	3063	0.8272125983543462	5	4	3	3	1	True	85834	fragment	False	CHI0059_000000005459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2356.0	91.34100000000001	77.0	0.003060356819580014	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0099_000000004282	5321	0.8272041949009431	8	7	1	5	7	True	84924	fragment	False	FIJ0099_000000004282	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5008.0	97.464	100.0	0.03665575022395841	MK036886.1	enterobacteria	Klebsiella pneumoniae strain 283149 plasmid p283149-KPC, complete sequence	False	True
ISR0130_000000018270	1678	0.8271999624224246	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.5620966368852006		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	95.771	100.0	0.005418757944672319	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ENG0028_000000001038	12700	0.8271989734457912	14	9	6	7	5	False	65928	maximal	True	ENG0028_000000001038	1.0		3	2	False	False	0.9991338849067688	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	1.4479057217712191e-05	LR129769.1	apicomplexans	Plasmodium yoelii killicki strain 193L genome assembly, chromosome: 14	True	False
USA0101_01_000000006051	5053	0.8271965086393218	14	9	5	7	6	True	85738	fragment	False	USA0093_01_000000003753	0.9755078792481489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1780.0	96.18	73.0	0.008792056490693673	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
CHI0111_000000015042	2006	0.8271946460282469	2	2	2	2	2	False	115882	maximal	False	FIJ0122_000000006376	0.44500427310725915		0	0	False	False	1.0	0					non-mobilizable	other	2006.0	98.056	100.0	0.0044110917507084145	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0119_000000004758	6727	0.8271863197264557	8	4	1	3	3	False	72946	fragment	False	ISR0119_000000004758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2882.0	94.726	61.0	0.0008962742244474738	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0108_000000000862	14282	0.8271862459362325	13	9	9	7	6	False	83702	maximal	True	MON0108_000000000862	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	9159.0	98.95200000000001	77.0	0.022317694935421812	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0048_000000005476	5235	0.8271751738919273	6	5	1	3	4	False	109879	maximal	True	FIJ0048_000000005476	1.0		28	9	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	1944.0	99.897	43.0	0.48033638387336136	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0106_000000008437	2967	0.8271743485801846	5	3	2	3	3	False	73608	maximal	True	FIJ0106_000000008437	0.9679153659382587		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
SPA0010_000000006827	3112	0.8271738044199289	6	3	1	2	2	True	65698	maximal	True	SPA0010_000000006827	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	75.294	5.0	2.538312557841992e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
ISR0381_000000005773	2800	0.8271736972815431	4	4	3	4	3	False	127035	fragment	False	ISR0172_000000005105	0.48624271339550024		0	0	False	False	1.0	0					non-mobilizable	other	2661.0	96.167	95.0	0.010196096483152273	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0774_000000010074	2463	0.8271725626492571	2	2	2	2	2	False	22482	maximal	True	ISR0774_000000010074	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	72.83	21.0	0.008027012508633259	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0206_000000009963	2568	0.8271701073389084	2	2	1	0	1	False	126710	backbone	False	SPA0013_000000004881	0.0440889029034366	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9996106028556824	0	rep_cluster_475				non-mobilizable	other	2446.0	94.35799999999999	95.0	0.372142966712686	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0067_000000006689	1723	0.8271608965736328	2	2	2	2	2	False	85177	fragment	False	CHI0067_000000006689	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	93.91	100.0	0.001657126800032334	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
ISR0017_000000027733	1172	0.8271571465150744	2	2	2	2	1	True	37828	fragment	False	ISR0017_000000027733	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1172.0	99.744	100.0	0.0002481507366326009	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
FIJ0054_000000009294	2689	0.8271553495690612	2	2	1	2	0	True	46341	maximal	True	FIJ0054_000000009294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	93.469	18.0	0.0001365817779197084	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0129_000000005258	5346	0.8271507937176431	6	6	5	6	5	False	89588	fragment	False	SPA0129_000000005258	0.9906560293506945		0	0	False	False	1.0	0					non-mobilizable	other	5361.0	99.105	100.0	0.0010149179292187596	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
SPA0030_000000020257	1499	0.8271461792853486	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.24676677288227258		0	0	False	False	0.9993329048156738	0					non-mobilizable	other	1501.0	95.603	99.0	0.00036776685346771046	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0046_000000008258	1400	0.8271436816152291	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.4993702342352545		0	0	False	False	0.9992856979370117	0					non-mobilizable	other	1400.0	99.286	100.0	0.012972441675012054	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	False	False
CHI0017_000000001715	6056	0.8271427369724044	12	7	5	3	1	False	89645	maximal	True	CHI0017_000000001715	1.0		17	7	False	False	0.9996697306632996	0					non-mobilizable	no_good_hit	1084.0	95.111	23.0	0.00029255744143646245	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0139_000000000375	24710	0.8271418921074004	23	10	7	8	3	True	59633	fragment	False	ISR0182_000000000707	0.9372891293373028		0	0	False	False	0.9991501569747925	0					non-mobilizable	no_good_hit	174.0	78.161	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
ENG0124_000000016084	1933	0.8271412561212768	3	3	3	2	2	False	117889	fragment	False	ENG0124_000000016084	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	95.681	100.0	0.0003791827115377766	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0052_000000015041	1827	0.8271410129239569	2	2	2	2	2	False	77022	fragment	False	SPA0052_000000015041	1.0		0	0	False	False	0.9868637323379517	0					non-mobilizable	other	1781.0	96.96799999999999	97.0	0.0004632735870155596	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
CAN0014_000000008700	5110	0.8271324434341668	6	4	3	3	2	False	93741	maximal	True	CAN0014_000000008700	1.0		1	1	False	False	0.9998043179512024	0					non-mobilizable	no_good_hit	63.0	87.302	1.0	0.0007083633323269155	NZ_CACZYW010000011.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0119_000000005902	5508	0.8271284003597502	7	4	3	4	3	False	56925	fragment	False	ISR0119_000000005902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000022611	1636	0.8271267084509719	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.2962193959904299		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	97.677	100.0	0.0004540380225602746	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0096_000000015754	2280	0.8271114447269328	6	5	3	3	2	False	107329	maximal	True	FIJ0096_000000015754	1.0		4	2	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit	1996.0	95.89200000000001	87.0	0.19791459781529294	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0005_000000029178	1266	0.8271007278700397	2	1	1	1	1	False	101696	fragment	False	AUS0008_000000017983	0.9314720812182742		0	0	False	False	0.9992101192474365	0					non-mobilizable	no_good_hit	713.0	97.335	56.0	0.012225527451553553	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0288_000000011911	2529	0.8271004606492898	3	2	2	2	1	False	72549	fragment	False	ISR0288_000000011911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1575.0	84.444	62.0	0.00034370328364622147	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0025_000000016978	2318	0.8270950883190522	3	2	1	2	1	False	69949	maximal	True	ISR0025_000000016978	1.0		1	1	False	False	0.9879206418991089	0					non-mobilizable	no_good_hit	1612.0	86.166	70.0	0.036339408722361494	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MAD0011_000000001608	7297	0.8270931607551049	7	5	3	5	3	False	69603	fragment	False	MAD0045_000000003935	0.9294701659885494		0	0	False	False	0.9989036321640015	0					non-mobilizable	no_good_hit	639.0	96.088	10.0	0.00020563908792940456	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0118_000000006998	1975	0.8270922857616663	3	2	2	2	1	False	59304	maximal	True	ENG0118_000000006998	1.0		0	0	False	False	0.9863291382789612	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.898411029967917e-05	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0845_000000000546	19139	0.8270874045825864	21	5	3	5	1	True	64510	maximal	True	ISR0845_000000000546	1.0		1	1	True	True	1.0	75					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.647773148229695e-05	CP001324.1	green algae	Micromonas sp. RCC299 chromosome 3, complete sequence	True	True
USA0051_01_000000012339	1644	0.8270769055493413	3	3	2	2	2	True	79820	fragment	False	USA0051_01_000000012339	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	100.0	99.0	0.03549558218878488	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0117_000000009542	2813	0.8270717896985789	3	3	0	2	2	False	117748	maximal	True	ISR0117_000000009542	1.0	PS794	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1638.0	97.49700000000001	82.0	0.00039681750903323423	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0394_000000001754	8714	0.8270710013926307	9	6	5	6	6	False	82288	maximal	True	ISR0394_000000001754	1.0		15	3	False	False	1.0	0					non-mobilizable	other	6901.0	98.855	99.0	0.00626905948650993	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0048_000000015239	2591	0.8270681493592914	3	3	3	3	3	False	49529	maximal	True	MON0048_000000015239	1.0		3	1	False	False	0.9996140599250793	0					non-mobilizable	no_good_hit	49.0	91.837	2.0	0.045105566218809984	KJ800846.1	bacteria	Uncultured bacterium BD_contig03656 genomic sequence	True	False
ISR0086_000000007486	3399	0.8270641628313882	4	4	3	4	4	False	33921	maximal	True	ISR0086_000000007486	1.0		6	3	False	False	0.9997057914733887	0					non-mobilizable	no_good_hit	1671.0	94.494	65.0	0.0005617756283623651	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0068_000000034139	1240	0.8270628268869411	2	2	2	2	2	True	69437	fragment	False	MON0078_000000031173	0.27902376765252734		0	0	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	137.0	76.642	11.0	1.7920374713667296e-05	NZ_CP018082.1	high GC Gram+	Nocardia mangyaensis strain Y48 chromosome, complete genome	True	True
CAN0012_000000016743	3007	0.8270610008356201	5	2	2	2	1	False	94244	maximal	True	CAN0012_000000016743	1.0		4	2	False	False	0.9960092902183533	0					non-mobilizable	no_good_hit	1111.0	86.139	37.0	0.00039465281060120086	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
DEN0093_000000018445	1744	0.8270565546509472	3	1	1	1	1	False	68460	maximal	True	DEN0093_000000018445	1.0		1	1	False	False	0.9988532066345215	0					non-mobilizable	no_good_hit	241.0	97.925	14.0	0.002919743549191596	NZ_OFSM01000024.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
MON0026_000000018320	2337	0.8270522863510479	3	2	2	2	1	True	92678	fragment	False	USA0072_01_000000008165	0.9088091819562913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0200_000000000634	24232	0.8270494174402453	34	12	4	11	6	True	70512	maximal	True	ENG0200_000000000634	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	3986.0	93.37700000000001	37.0	0.0009718852047640028	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0095_000000004061	6351	0.8270323896224591	7	2	1	1	2	False	116322	backbone	False	ISR0208_000000003484	0.9867552831527414	PS336|PS768	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
CHI0031_000000002163	4103	0.8270307235402948	4	4	4	3	4	False	90051	fragment	False	CHI0031_000000002163	0.999247554552295		0	0	False	False	1.0	0					non-mobilizable	chromosome	4103.0	99.976	100.0	0.00173450635915191	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
AST0040_000000000466	27516	0.8270295842150114	23	11	7	9	7	True	116429	fragment	False	AST0040_000000000466	1.0		0	0	False	False	0.999963641166687	0					non-mobilizable	no_good_hit	1657.0	91.31	16.0	0.05794464466916267	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0090_000000014294	2032	0.8270239258887215	2	2	2	2	2	False	124240	fragment	False	AST0118_000000014861	0.9829399054509934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	99.319	87.0	0.00858387927000468	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
ENG0104_000000019598	1620	0.8270239258887215	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.3194085134684213		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	97.90100000000001	100.0	0.038334043661504946	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0159_000000016700	1574	0.8270207492139201	2	2	1	2	1	False	30472	fragment	False	ISR0159_000000016700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	99.365	40.0	0.00017467273161493133	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0056_000000004684	6503	0.8270190923287853	9	6	4	6	3	False	117448	fragment	False	SPA0056_000000004684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4190.0	98.544	64.0	0.05741580887895942	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
ENG0124_000000006998	4371	0.8270158031564449	6	4	4	4	4	False	124967	maximal	True	ENG0124_000000006998	0.9861310590057938		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2741.0	78.439	76.0	0.006496745573592654	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0054_000000018191	2485	0.8270050076609038	4	2	1	2	1	False	47149	fragment	False	MON0054_000000018191	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2486.0	96.742	100.0	0.0006898045553759768	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0213_000000015326	1739	0.8270029378870234	3	2	2	2	1	False	28261	fragment	False	ISR0213_000000015326	1.0		0	0	False	False	0.9844738245010376	0					non-mobilizable	no_good_hit	817.0	98.898	47.0	0.9987760097919217	MK231299.1	viruses	Uncultured human fecal virus clone A.hadrus_S03.O11_4-CL08_c1 sequence	True	False
ISR0290_000000002147	4414	0.826988624058828	7	5	5	4	3	False	124242	maximal	True	ISR0290_000000002147	1.0		14	4	False	False	0.9972813725471497	0					non-mobilizable	no_good_hit	1872.0	95.833	45.0	0.0005271313281848012	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CAN0013_000000001589	18373	0.8269855026908484	31	11	7	9	8	False	93919	maximal	True	CAN0013_000000001589	1.0		3	1	False	False	0.9997822642326355	0					non-mobilizable	no_good_hit	1365.0	99.927	21.0	0.00028349460726332303	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
SPA0149_000000002506	11180	0.8269848854548327	13	5	4	5	2	True	103594	maximal	True	SPA0149_000000002506	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	71.688	3.0	0.002198278894177785	NZ_BBCG01000001.1	firmicutes	Cellulosilyticum ruminicola JCM 14822, whole genome shotgun sequence	True	True
ISR0056_000000017147	1313	0.8269829086426707	2	2	2	2	2	False	103313	fragment	False	AST0153_000000024019	0.946652719665272		0	0	False	False	0.9756283164024353	0					non-mobilizable	no_good_hit	237.0	75.949	18.0	0.0001018859439557042	CP023071.1	a-proteobacteria	Sinorhizobium fredii CCBAU 83666 plasmid pSF83666b, complete sequence	True	False
ISR0017_000000005993	5500	0.8269818504935516	8	7	7	7	4	False	128261	maximal	True	ISR0017_000000005993	1.0		1	1	False	False	0.996181845664978	0					non-mobilizable	no_good_hit	1037.0	70.01	18.0	0.00021702822310501336	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
USA0093_01_000000002535	7778	0.8269807124114831	13	7	2	5	5	True	93901	fragment	False	USA0093_01_000000002535	1.0		0	0	False	False	0.999742865562439	0					non-mobilizable	other	3956.0	99.545	99.0	0.1038793895936753	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
DEN0016_000000000843	5910	0.8269790870455962	11	9	8	9	9	False	125086	fragment	False	SPA0155_000000001948	0.506344222505845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	11.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0101_000000015428	2133	0.8269762340948636	3	3	3	3	3	False	102771	fragment	False	ISR0050_000000011872	0.9750972150721532		0	0	False	False	1.0	0					non-mobilizable	other	2133.0	99.766	100.0	0.0007742633693893597	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0174_000000001240	11805	0.8269759398284708	18	10	7	10	7	True	55671	maximal	True	ENG0174_000000001240	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4636.0	99.95700000000001	60.0	0.009862562478854538	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
SPA0018_000000015268	1950	0.8269756572322072	3	2	2	2	2	False	7800	maximal	True	SPA0018_000000015268	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	99.36	40.0	0.018468532461997443	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0147_000000001398	12220	0.8269706225965429	8	8	6	5	7	False	123653	fragment	False	MON0082_000000001171	0.945375869190519		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5188.0	99.749	57.0	0.0007979156338844274	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
ETH0003_000000005086	5789	0.8269567854604489	11	4	1	3	3	False	53254	maximal	True	ETH0003_000000005086	1.0		1	1	False	False	0.9980998635292053	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0004425618005942973	NZ_FQXD01000018.1	firmicutes	Virgibacillus chiguensis strain CGMCC 1.6496, whole genome shotgun sequence	True	False
ITA0003_000000000397	12839	0.8269468226494778	16	16	3	4	15	True	132544	fragment	False	CHI0126_000000000854	0.487791863832005		0	0	False	False	1.0	0					non-mobilizable	plasmid	12476.0	94.245	99.0	0.1683520346086251	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0124_000000001444	17785	0.8269461402129138	20	15	4	10	9	False	111576	fragment	False	SPA0124_000000001444	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14538.0	99.96600000000001	95.0	0.003814489391877974	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
CHI0058_000000004318	4088	0.8269349886329607	6	2	2	2	2	False	85935	fragment	False	CHI0058_000000004318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	99.33	22.0	0.0016127810189745311	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
AST0002_000000008815	3956	0.8269304058535616	5	5	4	5	4	False	132127	fragment	False	AST0002_000000008815	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3957.0	97.49799999999999	100.0	0.12459741079886327	NZ_WAJR01000028.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_028, whole genome shotgun sequence	False	False
SPA0062_000000013264	2488	0.8269272393885468	3	2	2	2	2	False	66889	fragment	False	SPA0062_000000013264	1.0		0	0	False	False	0.9887459874153137	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	2.1611144035781403e-05	NZ_CP018180.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 chromosome, complete genome	True	False
ISR0379_000000016988	1479	0.8269260861486041	2	1	1	1	1	False	117011	fragment	False	ISR0379_000000016988	0.9540816326530612		0	0	False	False	0.9830966591835022	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
TAN0017_000000024792	1526	0.8269122022125361	3	1	1	1	1	True	15552	fragment	False	TAN0017_000000024792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0124_000000013556	2304	0.8269093670876081	3	3	2	3	2	False	67299	fragment	False	ENG0118_000000005716	0.9514847344207444		0	0	False	False	0.9991319179534912	0					non-mobilizable	no_good_hit	504.0	74.80199999999999	22.0	0.0022623713475448492	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ENG0062_000000013171	1882	0.8269084368780943	3	2	2	2	1	True	87101	fragment	False	ENG0062_000000013171	0.9297972618787789		0	0	False	False	0.9989373087882996	0					non-mobilizable	chromosome	1892.0	90.645	100.0	0.0006648112645281904	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0107_000000040276	1515	0.8269084368780943	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.33889953636901216		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	87.426	100.0	0.0004694473463003256	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0035_000000011334	1962	0.8268889312402579	3	2	2	2	2	False	18771	fragment	False	MAD0035_000000011334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	88.14200000000001	79.0	0.01669240729473799	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	True	False
ENG0154_000000002153	10650	0.8268857333530933	9	7	5	6	6	False	116282	fragment	False	ENG0154_000000002153	1.0		0	0	False	False	0.9991549253463745	0					non-mobilizable	no_good_hit	5961.0	95.353	76.0	0.20787991182336682	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0119_000000006096	5345	0.8268856418408889	7	7	7	7	5	False	66564	maximal	True	ISR0119_000000006096	1.0		3	3	False	False	0.9947614669799805	0					non-mobilizable	other	5362.0	99.366	100.0	0.023339255233915075	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ETH0001_000000026286	1365	0.8268818201017879	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.0987682364943696		0	0	False	False	0.9860805869102478	0					non-mobilizable	chromosome	1294.0	98.764	100.0	0.000292543732233568	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MAD0062_000000006751	2057	0.8268768935627379	5	4	1	1	4	False	38790	maximal	True	MAD0062_000000006751	1.0		1	1	False	False	0.9859017729759216	0					non-mobilizable	plasmid	1237.0	94.82600000000001	91.0	0.06004372115618169	CP013935.1	firmicutes	Weissella cibaria strain CMS3 plasmid, complete sequence	False	True
SPA0094_000000006590	1931	0.8268738266646163	3	2	2	2	1	False	82319	fragment	False	USA0075_01_000000012007	0.9518435226067817		0	0	False	False	1.0	0					non-mobilizable	chromosome	1931.0	100.0	100.0	0.00039020776642850513	CP041304.1	enterobacteria	Escherichia coli strain MSHS 133 chromosome, complete genome	False	False
FIJ0124_000000019336	1483	0.8268628357119414	3	3	2	3	2	False	41226	fragment	False	FIJ0124_000000019336	0.9792516578110041		0	0	False	False	0.997977077960968	0					non-mobilizable	no_good_hit	267.0	91.01100000000001	18.0	7.44482641939394e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0357_000000008185	2967	0.8268458434696001	4	2	2	1	1	True	97260	maximal	True	ISR0357_000000008185	1.0		0	0	False	False	0.9959555268287659	0					non-mobilizable	no_good_hit	2389.0	99.791	81.0	0.01443266569159545	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
MON0049_000000009852	2182	0.8268448549341801	2	2	1	2	1	False	11360	fragment	False	MON0049_000000009852	0.9585071859063514		0	0	False	False	0.9986250996589661	0					non-mobilizable	other	2183.0	95.007	100.0	0.009127890917309093	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
ENG0204_000000006260	3753	0.8268364413054315	5	5	5	4	5	True	54058	maximal	True	ENG0204_000000006260	1.0		0	0	False	False	0.9949373602867126	0					non-mobilizable	no_good_hit	1051.0	99.81	28.0	0.00020198868440152965	CP025707.1	enterobacteria	Escherichia coli strain YDC107 chromosome, complete genome	True	True
ENG0105_000000007410	2862	0.826834965702247	4	2	2	1	1	True	67715	fragment	False	ENG0105_000000007410	1.0		0	0	False	False	0.991264820098877	0					non-mobilizable	plasmid	2657.0	98.90899999999999	93.0	0.01605241209249477	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
CHI0005_000000014642	1370	0.8268326916681428	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.06811624063322794		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	92.79	100.0	0.00021466502377622904	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
SPA0022_000000011067	1195	0.8268326916681428	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.034438286701659854		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	99.24700000000001	100.0	0.0003610195627853536	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0021_000000001200	7053	0.8268325115262133	8	5	2	4	4	False	127345	maximal	True	CHI0021_000000001200	1.0	PS1004|PS974	3	1	False	True	0.9995746612548828	0					non-mobilizable	no_good_hit	2062.0	97.28399999999999	56.0	0.3851921274601687	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	True	True
ISR0117_000000015456	1757	0.8268324963774184	3	1	1	1	1	False	32416	fragment	False	ISR0117_000000015456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000011616	4582	0.8268250646364521	7	7	4	5	7	True	94289	maximal	True	CAN0012_000000011616	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1908.0	87.47399999999999	85.0	0.33134955364957114	LN854169.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1664	True	True
TAN0014_000000000604	6076	0.826823114485417	7	5	5	5	5	False	103066	maximal	True	TAN0014_000000000604	1.0		2	1	False	False	0.9998354315757751	0					non-mobilizable	no_good_hit	858.0	72.96	14.0	0.0007345853118640437	NZ_SJSA01000002.1	CFB group bacteria	Duncaniella freteri strain TLL-A3 contig2, whole genome shotgun sequence	True	False
SPA0021_000000004605	6173	0.8268228706416283	5	5	4	5	5	False	131413	fragment	False	ISR0058_000000003113	0.7239763109894725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.969	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
USA0032_01_000000011521	1970	0.8268205475896183	3	1	1	1	1	False	1495	fragment	False	USA0032_01_000000011521	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000034465	1748	0.8268151799319462	4	2	2	2	0	True	69511	maximal	True	DEN0079_000000034465	1.0		2	2	False	False	0.986270010471344	0					non-mobilizable	no_good_hit								True	True
ISR0383_000000003917	3248	0.8268113260111998	3	3	2	2	3	True	123489	fragment	False	CAN0012_000000009399	0.15946572767761202		0	0	False	False	0.9993842244148254	0					non-mobilizable	other	3248.0	99.569	100.0	0.024992880069582887	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0048_000000006297	3203	0.8268113260111998	4	3	2	2	3	True	123489	fragment	False	CAN0012_000000009399	0.11919726508463492		0	0	False	False	0.9940680861473083	0					non-mobilizable	chromosome	3218.0	99.25399999999999	100.0	0.0006295508877509006	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
CHI0045_000000007343	2813	0.8268113260111998	3	3	2	2	3	True	94801	fragment	False	CHI0045_000000007343	0.9756454604199823		0	0	False	False	0.9992890357971191	0					non-mobilizable	other	2813.0	99.929	100.0	0.02164458846802189	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CAN0009_000000008663	2786	0.8268113260111998	3	3	2	2	3	True	94801	fragment	False	CHI0045_000000007343	0.9667925201387889		0	0	False	False	0.9978463649749756	0					non-mobilizable	other	2757.0	99.891	99.0	0.021213544031958867	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0086_000000011447	2725	0.8268113260111998	3	3	2	2	3	True	94801	fragment	False	CHI0045_000000007343	0.6346232440244759		0	0	False	False	0.9952293634414673	0					non-mobilizable	other	2725.0	99.89	100.0	0.02096723292563714	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0092_000000016871	2577	0.8268113260111998	3	3	2	2	3	True	94801	fragment	False	CHI0045_000000007343	0.4747100345599451		0	0	False	False	0.9996119737625122	0					non-mobilizable	other	2577.0	99.961	100.0	0.019828044058899142	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0078_01_000000003411	4221	0.8268105160593923	6	6	4	6	4	True	118500	maximal	True	USA0078_01_000000003411	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1624.0	97.229	67.0	0.00048448669995729694	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
SPA0104_000000032479	1176	0.8268064877129748	2	2	2	2	2	False	4809	fragment	False	USA0057_01_000000027180	0.9230449251247921		0	0	False	False	0.9744898080825806	0					non-mobilizable	other	1174.0	99.915	99.0	0.0003701396685593331	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MAD0098_000000009269	4533	0.8267960340128496	3	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.7279823651750459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.874	67.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MAD0107_000000009004	4285	0.8267930296194113	4	3	3	3	3	False	14704	maximal	True	MAD0107_000000009004	1.0		2	2	False	False	0.9997666478157043	0					non-mobilizable	no_good_hit	847.0	70.248	20.0	0.00018956761350700992	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0015_000000005469	1823	0.8267818136382419	2	2	2	2	0	True	89787	fragment	False	CHI0015_000000005469	0.9858177429088715		0	0	False	False	0.9972572922706604	0					non-mobilizable	no_good_hit								True	True
ETH0001_000000020311	1657	0.8267818136382419	2	2	2	2	0	True	89787	fragment	False	CHI0015_000000005469	0.9415798134942402		0	0	False	False	0.9987930059432983	0					non-mobilizable	no_good_hit								True	True
MAD0015_000000001996	6763	0.8267806291679503	8	8	5	6	8	True	85440	fragment	False	MAD0073_000000000529	0.9639110365086024		0	0	False	False	1.0	0					non-mobilizable	plasmid	6684.0	99.177	99.0	0.059042839851929076	CP043740.1	enterobacteria	Escherichia coli strain CVM N17EC0320 plasmid pN17EC0320-1, complete sequence	False	True
ISR0051_000000001726	20660	0.8267797304780512	26	8	4	5	5	False	35873	fragment	False	ISR0051_000000001726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5219.0	91.78	56.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0057_000000009449	2313	0.8267722881761842	5	1	1	1	1	False	35588	fragment	False	ISR0057_000000009449	1.0		0	0	False	False	0.9982706308364868	0					non-mobilizable	no_good_hit								True	False
MON0093_000000009942	4036	0.8267638120823279	4	3	3	3	3	False	88328	fragment	False	USA0005_01_000000008545	0.9767331433998101		0	0	False	False	0.9970267415046692	0					non-mobilizable	other	4016.0	100.0	99.0	0.006406655901144422	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
AST0060_000000000614	31133	0.8267565711791892	32	13	6	8	8	False	112552	fragment	False	AST0060_000000000614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	93.71700000000001	1.0	5.3935840195486194e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0213_000000009921	2559	0.8267554114160436	3	2	2	1	1	False	54795	fragment	False	ISR0213_000000009921	1.0		0	0	False	False	0.9996092319488525	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	9.016169788713178e-05	NZ_LROS01000011.1	firmicutes	Clostridium ragsdalei P11 CLRAG_contig000011, whole genome shotgun sequence	True	False
CHI0049_000000002265	6277	0.8267518543684681	9	9	5	8	7	False	86845	maximal	True	CHI0049_000000002265	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	4052.0	99.45700000000001	100.0	0.0010108193629840346	CP048806.1	enterobacteria	Morganella morganii strain MP63 chromosome, complete genome	False	False
MAD0040_000000003767	5998	0.8267499517752527	10	3	1	2	3	False	64400	fragment	False	MAD0040_000000003767	1.0		0	0	False	False	0.9944981932640076	0					non-mobilizable	no_good_hit								True	False
MON0044_000000025927	2073	0.8267486527525759	3	3	3	3	3	True	25028	fragment	False	MON0051_000000017741	0.9339343539505708		0	0	False	False	0.9893873333930969	0					non-mobilizable	other	2074.0	98.84299999999999	100.0	0.0010040496183594324	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
MAD0030_000000006217	1860	0.8267309203748219	2	2	2	1	2	False	110611	fragment	False	ISR0362_000000010416	0.491526750576503		0	0	False	False	1.0	0					non-mobilizable	other	1845.0	92.249	99.0	0.00045210805186297204	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0109_000000020537	1751	0.8267309203748219	2	2	2	1	2	False	110611	fragment	False	ISR0362_000000010416	0.257988284384529		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	97.14399999999999	100.0	0.0004290613290456622	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0144_000000002541	5079	0.8267278452066515	7	3	2	2	3	True	79876	maximal	True	CHI0144_000000002541	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2031.0	94.73200000000001	40.0	0.0003726414678510874	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
ISR0013_000000008540	2881	0.8267275736009106	4	4	2	3	3	True	126115	fragment	False	ISR0013_000000008540	1.0		0	0	False	False	0.9767441749572754	0					non-mobilizable	no_good_hit	232.0	100.0	8.0	9.284207683304824e-05	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	True
ISR0254_000000005835	2015	0.8267224128219476	2	2	2	1	0	True	29001	maximal	True	ISR0254_000000005835	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	78.307	9.0	5.8986460387420536e-05	CP006905.1	firmicutes	Clostridium baratii str. Sullivan, complete genome	True	True
CHI0051_000000005339	3250	0.8267207617231075	7	4	2	2	4	False	94626	maximal	True	CHI0051_000000005339	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1522.0	95.40100000000001	100.0	0.0003378355866811485	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
DEN0022_000000006847	5165	0.826711379562197	5	5	4	5	3	False	131413	fragment	False	ISR0058_000000003113	0.27279734989287047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.969	15.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
SPA0088_000000003406	4834	0.8267088514554506	5	5	3	5	4	False	40750	maximal	True	SPA0088_000000003406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2851.0	100.0	72.0	0.20475608879948273	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0038_000000007768	2890	0.8267000598910959	3	3	2	3	1	True	85224	maximal	True	ENG0038_000000007768	1.0		16	8	False	False	0.9996539950370789	0					non-mobilizable	no_good_hit	1509.0	81.24600000000001	52.0	0.026385918159823277	NZ_SRMQ01000012.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000012, whole genome shotgun sequence	True	True
MAD0092_000000008733	2097	0.8266962022684792	3	3	3	3	3	False	83881	fragment	False	FIJ0079_000000013373	0.9993468730805662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0079_000000013373	2097	0.8266962022684792	3	3	3	3	3	False	83881	fragment	False	FIJ0079_000000013373	0.9995206747418237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MAD0105_000000017303	2097	0.8266962022684792	3	3	3	3	3	False	83881	fragment	False	FIJ0079_000000013373	0.9987326212534703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0065_000000008614	2097	0.8266962022684792	3	3	3	3	3	False	83881	fragment	False	FIJ0079_000000013373	0.9992617897347756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CHI0089_000000004000	2096	0.8266962022684792	3	3	3	3	3	False	83881	fragment	False	FIJ0079_000000013373	0.9993466163536382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0100_000000008860	2096	0.8266962022684792	3	3	3	3	3	False	83881	fragment	False	FIJ0079_000000013373	0.9993466163536382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0228_000000012577	2126	0.8266957738331101	4	3	2	3	2	False	126960	fragment	False	ISR0228_000000012577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1471.0	94.154	71.0	0.020941361331333477	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0781_000000016101	1827	0.8266957738331101	3	3	2	3	2	False	126952	fragment	False	ISR0289_000000005085	0.4756136764832576		0	0	False	False	0.9906951189041138	0					non-mobilizable	no_good_hit	1485.0	94.209	81.0	0.021141347046639527	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
AST0029_000000011339	2684	0.8266948142578416	3	3	3	3	3	False	118326	maximal	True	AST0029_000000011339	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0853_000000014362	1268	0.8266877054396965	2	2	2	2	2	False	30700	fragment	False	USA0117_01_000000014972	0.6301091647626301		0	0	False	False	0.9897476434707642	0					non-mobilizable	other	1268.0	99.132	100.0	0.0003106404022290594	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0120_000000008487	3536	0.8266718218789997	4	3	3	3	1	False	32295	maximal	True	ISR0120_000000008487	1.0		3	2	False	False	0.9934954643249512	0					non-mobilizable	no_good_hit	77.0	87.01299999999999	2.0	0.0007417430962762492	NZ_QRYH01000006.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf6, whole genome shotgun sequence	True	False
USA0036_01_000000013764	2544	0.8266698595065053	3	3	3	3	2	False	99231	fragment	False	CHI0111_000000008113	0.31356836700381024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	70.563	27.0	0.004248569295844737	NZ_NFEZ01000002.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_4_length_160760_cov_53.8271, whole genome shotgun sequence	True	False
FIJ0139_000000010878	2380	0.8266648498144633	2	2	2	2	1	False	40442	fragment	False	FIJ0139_000000010878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	2.0	0.0003568934750562495	LN598136.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000916	True	False
AUS0004_000000002589	8139	0.8266611645770211	11	6	4	5	5	False	110377	fragment	False	AUS0004_000000002589	0.9618072890664003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	84.98100000000001	21.0	0.0002239031349910265	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
AST0149_000000002282	11353	0.8266571054182577	9	9	6	9	5	True	132349	fragment	False	AST0149_000000002282	0.9606496486176178		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6464.0	97.03	88.0	0.07019889142484513	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0146_000000011751	1959	0.826655658590139	3	3	2	2	2	False	80035	fragment	False	ENG0146_000000011751	1.0		0	0	False	False	0.9933639764785767	0					non-mobilizable	no_good_hit	1109.0	73.94	55.0	0.00651172895758022	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
SPA0126_000000023471	1864	0.8266498041841127	3	2	2	2	1	False	55379	fragment	False	SPA0126_000000023471	1.0		0	0	False	False	0.9989270567893982	0					non-mobilizable	no_good_hit	115.0	83.478	6.0	2.1240933250746562e-05	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
ISR0058_000000007520	3231	0.8266453738176701	5	3	2	3	2	False	127114	fragment	False	ISR0058_000000007520	0.9966450842508583		0	0	False	False	0.9835963845252991	0					non-mobilizable	no_good_hit	2021.0	99.35700000000001	87.0	0.0006366991498805559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0023_000000007998	2163	0.8266453738176701	3	3	2	3	2	False	121332	fragment	False	SPA0114_000000018546	0.7005640413086166		0	0	False	False	0.9958391189575195	0					non-mobilizable	chromosome	2001.0	99.4	100.0	0.0006303951979015405	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0111_000000008451	2361	0.8266438575869441	3	3	3	3	3	False	106829	fragment	False	AST0111_000000008451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	85.455	74.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0058_000000015618	1685	0.8266353776965709	2	2	2	2	1	False	53055	fragment	False	FIJ0002_000000021553	0.9337548496413511		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	85.04700000000001	100.0	0.0007297247727902412	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0183_000000011096	3001	0.8266349345335563	3	3	3	3	3	False	92059	maximal	True	ISR0183_000000011096	1.0		99	10	False	False	0.9993335604667664	0					non-mobilizable	no_good_hit	553.0	72.152	18.0	0.0005652799023664435	NZ_LT574836.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
ISR0385_000000020509	1179	0.8266245606011223	2	2	2	2	2	False	23019	fragment	False	ISR0385_000000020509	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1179.0	99.83	100.0	0.0006490726470978794	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	False
FIJ0109_000000005227	5329	0.8266242038705462	7	5	3	3	2	True	128128	backbone	False	FIJ0153_000000005168	0.990731701947174	PS1029	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	3494.0	93.446	66.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0064_000000012275	1487	0.8266191592976241	2	2	2	2	2	False	85282	fragment	False	CHI0064_000000012275	0.9854237288135593		0	0	False	False	0.9993274807929993	0					non-mobilizable	no_good_hit	1213.0	79.39	81.0	0.0015791240845277317	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
USA0121_01_000000026581	1624	0.8266172457189251	2	2	2	1	1	False	170	maximal	True	USA0121_01_000000026581	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	3.0	2.314028235669686e-06	LR812117.1	birds	Erithacus rubecula genome assembly, chromosome: 14	True	False
ENG0179_000000002195	11356	0.8266081822779024	11	7	4	7	3	True	55421	fragment	False	ENG0179_000000002195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0249_000000014534	1486	0.8266072275704284	3	3	3	2	2	False	27053	maximal	True	ISR0249_000000014534	1.0		15	4	False	False	0.9986541271209717	0					non-mobilizable	no_good_hit	48.0	91.667	5.0	1.2698360117211385e-05	CP061169.1	high GC Gram+	Microbacterium sp. HY060 chromosome, complete genome	True	False
ISR0350_000000005687	3067	0.8266070105575237	3	2	2	2	1	False	78068	fragment	False	ISR0350_000000005687	1.0		0	0	False	False	0.9986957907676697	0					non-mobilizable	no_good_hit								True	False
MAD0051_000000013638	2130	0.8265983813255471	7	3	1	3	3	False	38727	fragment	False	ISR0204_000000005344	0.950750235963468		0	0	False	False	0.9793426990509033	0					non-mobilizable	other	2036.0	96.758	96.0	0.0005739498410144839	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0268_000000008135	2379	0.8265966538879593	4	2	2	2	2	False	71394	maximal	True	ISR0268_000000008135	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	1187.0	99.242	50.0	0.004549499785183821	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0117_000000002805	5542	0.8265942946614419	6	6	3	4	6	False	130173	backbone	False	ISR0041_000000001951	0.9143135799660277	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4126.0	99.22399999999999	100.0	0.7151525658807212	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0015_000000009971	2510	0.8265822819453021	4	4	3	3	3	True	122489	fragment	False	ISR0395_000000012012	0.9523406280466986		0	0	False	False	1.0	0					non-mobilizable	plasmid	2510.0	99.96	100.0	0.31249221571802216	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0106_000000015928	2463	0.8265822819453021	4	4	3	3	3	True	122489	fragment	False	ISR0395_000000012012	0.9500005306824756		0	0	False	False	0.9975639581680298	0					non-mobilizable	plasmid	2463.0	99.87799999999999	100.0	0.3066384356706937	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0057_000000013120	2418	0.8265822819453021	4	4	3	3	3	True	122489	fragment	False	ISR0395_000000012012	0.926825111232703		0	0	False	False	0.9995864629745483	0					non-mobilizable	plasmid	2418.0	99.256	100.0	0.3010337526466559	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0378_000000011195	2417	0.8265822819453021	4	4	3	3	3	True	122489	fragment	False	ISR0395_000000012012	0.9261254069700585		0	0	False	False	1.0	0					non-mobilizable	plasmid	2418.0	99.132	100.0	0.3010337526466559	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
AST0019_000000011892	2415	0.8265822819453021	4	4	3	3	3	True	122489	fragment	False	ISR0395_000000012012	0.9277609814478547		0	0	False	False	1.0	0					non-mobilizable	plasmid	2415.0	100.0	100.0	0.30066010711172003	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0078_000000023759	1909	0.8265793700914634	3	3	3	2	2	False	86133	fragment	False	FIJ0101_000000012775	0.45488661134436015		0	0	False	False	0.9795704483985901	0					non-mobilizable	other	1917.0	92.384	100.0	0.0005765698280256292	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0043_000000013391	1656	0.8265793700914634	3	3	3	2	2	False	47283	fragment	False	FIJ0165_000000009746	0.7822048549200039		0	0	False	False	1.0	0					non-mobilizable	other	1666.0	93.21700000000001	100.0	0.0005006974537893584	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0079_000000016668	1562	0.8265726649059523	2	1	1	1	1	False	65038	fragment	False	SPA0079_000000016668	0.9599303135888502		0	0	False	False	0.9686299562454224	0					non-mobilizable	no_good_hit	306.0	82.02600000000001	19.0	0.0006293950488983496	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0144_000000011135	1547	0.8265714998394484	3	3	3	3	2	False	57556	fragment	False	MON0087_000000031086	0.9611614425494885		0	0	False	False	0.9961215257644653	0					non-mobilizable	other	1548.0	98.385	100.0	0.011082614551394103	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0311_000000008184	2469	0.8265693570390404	4	2	1	1	2	True	123340	backbone	False	AST0052_000000008962	0.9705303163601235	PS890	0	0	True	True	1.0	14					non-mobilizable	plasmid	1789.0	99.553	96.0	0.5121811407280022	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
CAN0022_000000012663	2439	0.8265693570390404	6	2	1	1	2	True	123339	fragment	False	CAN0022_000000012663	1.0		0	0	False	False	0.9971299767494202	0					non-mobilizable	no_good_hit	1453.0	99.51799999999999	89.0	0.41616509028374893	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ISR0255_000000012925	2403	0.8265693570390404	6	2	1	1	2	True	123340	backbone	False	AST0052_000000008962	0.9316211076097022	PS890	0	0	False	True	0.9991676807403564	0					non-mobilizable	plasmid	1418.0	91.961	98.0	0.4052737173975351	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0253_000000005342	2288	0.8265693570390404	4	2	1	1	2	True	123340	backbone	False	AST0052_000000008962	0.9417122771384361	PS890	0	0	False	True	0.9995629191398621	0					non-mobilizable	plasmid	1346.0	99.62899999999999	99.0	0.38549727715677845	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0074_000000014636	2026	0.8265693570390404	4	2	1	1	2	True	123333	fragment	False	ISR0074_000000014636	0.987576727243895		0	0	False	False	0.999506413936615	0					non-mobilizable	plasmid	1428.0	99.58	99.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0851_000000006540	1990	0.8265693570390404	5	2	1	1	2	True	123333	fragment	False	ISR0074_000000014636	0.9777269368765001		0	0	False	False	1.0	0					non-mobilizable	plasmid	1428.0	99.51	98.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0815_000000015722	1977	0.8265693570390404	4	2	1	1	2	True	123333	fragment	False	ISR0074_000000014636	0.9791451239300121		0	0	False	False	1.0	0					non-mobilizable	plasmid	1409.0	99.219	100.0	0.40355402694181713	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
AST0029_000000015513	1917	0.8265693570390404	4	2	1	1	2	True	123333	fragment	False	ISR0074_000000014636	0.9679065574433583		0	0	False	False	1.0	0					non-mobilizable	plasmid	1413.0	99.363	100.0	0.4047004872456291	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0150_000000012394	1896	0.8265693570390404	4	2	1	1	2	True	123333	fragment	False	ISR0074_000000014636	0.8550604148949282		0	0	False	False	0.9989451766014099	0					non-mobilizable	plasmid	1292.0	99.613	99.0	0.3700200630553167	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0186_000000016459	1877	0.8265693570390404	3	2	1	1	2	True	123333	fragment	False	ISR0074_000000014636	0.8609399219759303		0	0	False	False	1.0	0					non-mobilizable	plasmid	1314.0	99.619	100.0	0.3763255947262826	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
AST0084_000000019244	1823	0.8265693570390404	4	2	1	1	2	True	123333	fragment	False	ISR0074_000000014636	0.8602725210413741		0	0	False	False	1.0	0					non-mobilizable	plasmid	1428.0	99.58	100.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ISR0222_000000026316	1822	0.8265693570390404	2	2	1	1	2	True	123334	fragment	False	ISR0222_000000026316	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1345.0	91.67299999999999	92.0	0.38435081685296646	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
SPA0105_000000013794	1814	0.8265693570390404	4	2	1	1	2	True	123333	fragment	False	ISR0074_000000014636	0.7758724816964587		0	0	False	False	0.9994487166404724	0					non-mobilizable	plasmid	1428.0	99.58	100.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
AST0055_000000020210	1766	0.8265693570390404	3	2	1	1	2	True	123333	fragment	False	ISR0074_000000014636	0.6018320604037506		0	0	False	False	1.0	0					non-mobilizable	plasmid	1368.0	99.415	99.0	0.39151619375179136	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
SPA0119_000000018528	1711	0.8265693570390404	3	2	1	1	2	True	123333	fragment	False	ISR0074_000000014636	0.3378359673145031		0	0	False	False	1.0	0					non-mobilizable	plasmid	1389.0	99.352	96.0	0.3975351103468042	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ENG0119_000000020660	1500	0.8265693570390404	3	2	1	1	2	True	59248	fragment	False	ENG0119_000000020660	0.9985955056179776		0	0	False	False	0.996666669845581	0					non-mobilizable	plasmid	1428.0	99.58	100.0	0.408999713384924	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
SPA0058_000000021400	1424	0.8265693570390404	2	2	1	1	2	True	59248	fragment	False	ENG0119_000000020660	0.9733333333333334		0	0	False	False	1.0	0					non-mobilizable	plasmid	1348.0	99.62899999999999	100.0	0.3860705073086844	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
ENG0134_000000014539	2695	0.8265692138915802	4	2	2	2	2	False	107362	fragment	False	ENG0134_000000014539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	76.692	10.0	0.0013844048104149035	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
MON0031_000000004127	8622	0.8265627896785757	11	8	5	7	7	True	126946	fragment	False	MON0031_000000004127	0.9810168163216478		0	0	False	True	0.9998840093612671	0					non-mobilizable	other	8622.0	100.0	100.0	0.013002506689028786	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0271_000000005364	2955	0.8265611565106185	3	3	2	3	3	False	82096	fragment	False	ISR0360_000000007858	0.9702072538860104		0	0	False	False	0.9952622652053833	0					non-mobilizable	no_good_hit	111.0	87.387	4.0	0.0006297301320143349	NZ_JNKW01000005.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
DEN0052_000000003039	9555	0.8265597368489548	8	7	6	6	5	False	99678	fragment	False	DEN0052_000000003039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2965.0	94.199	36.0	0.0012411997845401253	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0201_000000005583	5059	0.8265480810466748	6	4	2	3	2	True	28747	maximal	True	ISR0201_000000005583	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	88.87700000000001	21.0	0.00028754338366836836	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0115_000000010601	3050	0.8265355750049047	3	3	3	2	2	False	32484	maximal	True	ISR0115_000000010601	1.0		2	1	False	False	0.9996721148490906	0					non-mobilizable	no_good_hit	256.0	73.438	8.0	0.001462064644143909	NZ_AZGB01000027.1	firmicutes	Lactobacillus ghanensis DSM 18630 NODE_73, whole genome shotgun sequence	True	False
MAD0044_000000005767	4090	0.8265327734412474	4	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.16633764289003522		0	0	False	False	0.9995110034942627	0					non-mobilizable	no_good_hit	935.0	91.551	26.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0796_000000011293	2015	0.8265303675592001	3	3	3	3	2	False	78023	fragment	False	ISR0796_000000011293	0.9359389634576398		0	0	False	False	1.0	0					non-mobilizable	chromosome	2047.0	79.189	100.0	0.0007092731643851713	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0086_000000007024	3598	0.8265269908751767	4	4	4	4	3	False	33922	maximal	True	ISR0086_000000007024	1.0		4	4	False	False	0.9963868856430054	0					non-mobilizable	no_good_hit	265.0	74.717	7.0	6.133593955604666e-05	NC_019897.1	firmicutes	Thermobacillus composti KWC4, complete genome	True	False
MAD0110_000000011469	2395	0.8265258445238868	6	2	0	1	2	False	14554	maximal	True	MAD0110_000000011469	1.0		1	1	True	True	1.0	3891				MOBP,MOB_unknown	mobilizable	plasmid	2132.0	94.184	100.0	0.5313523042054898	CP057766.1	enterobacteria	Escherichia coli strain RHB16-C07 plasmid pRHB16-C07_8, complete sequence	False	True
FIJ0147_000000002010	7922	0.826518462670207	13	2	1	2	0	True	72555	maximal	True	FIJ0147_000000002010	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	98.729	6.0	0.0007819828495056573	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0146_000000005194	4547	0.8265125898701309	6	6	6	4	4	False	116631	fragment	False	SPA0101_000000007479	0.44133781856431126		0	0	False	False	0.9949417114257812	0					non-mobilizable	other	4547.0	99.934	100.0	0.0009448434637969697	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
CAN0007_000000010582	4003	0.8265116176037345	4	4	4	4	4	False	117077	maximal	True	CAN0007_000000010582	1.0		67	8	False	False	0.999250590801239	0					non-mobilizable	other	3166.0	79.469	94.0	0.0008358589040459974	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0300_000000001954	3628	0.8265079789630985	8	3	2	3	1	True	88412	fragment	False	ISR0300_000000001954	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0161_000000011904	1475	0.8265074671538272	2	2	2	2	2	False	85282	fragment	False	CHI0064_000000012275	0.9841963685272361		0	0	False	False	0.9986440539360046	0					non-mobilizable	no_good_hit	1213.0	79.885	82.0	0.0015791240845277317	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
SPA0015_000000000867	12852	0.8264882127288412	15	10	6	5	7	True	89893	fragment	False	SPA0079_000000001205	0.40130508693947364		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	57.0	96.491	0.0	0.0004192526820941671	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0203_000000005411	3130	0.8264825125816346	8	2	1	1	0	True	119823	maximal	True	ISR0203_000000005411	1.0		1	1	False	False	0.9990415573120117	0					non-mobilizable	no_good_hit	229.0	93.45	7.0	0.00037687920772353336	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0023_01_000000001021	25932	0.8264722911955588	30	25	7	14	22	True	111507	maximal	True	USA0023_01_000000001021	1.0		1	1	False	False	1.0	0					non-mobilizable	other	12699.0	93.28299999999999	95.0	0.003701493306563884	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
USA0116_01_000000006694	3956	0.8264675412966874	3	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.08699040366931624		0	0	False	False	1.0	0					non-mobilizable	chromosome	3961.0	89.447	100.0	0.0008842690262683601	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ENG0024_000000007164	3824	0.8264675412966874	3	1	0	1	0	True	118857	fragment	False	CAN0012_000000012374	0.8244360714167903		0	0	False	False	1.0	0					non-mobilizable	other	3824.0	97.882	100.0	0.0006135373423984988	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
ISR0303_000000003210	3493	0.8264675412966874	6	1	0	1	0	True	101800	fragment	False	ISR0303_000000003210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2038.0	86.99700000000001	63.0	0.0016340409074244921	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0137_000000010434	2507	0.8264675412966874	3	1	0	1	0	True	101796	fragment	False	ISR0137_000000010434	1.0		0	0	False	False	0.9980055689811707	0					non-mobilizable	no_good_hit	2038.0	87.14399999999999	88.0	0.0016332351673320738	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0269_000000016690	1171	0.8264675412966874	2	1	0	1	0	True	26443	fragment	False	ISR0269_000000016690	1.0		0	0	False	False	0.999146044254303	0					non-mobilizable	no_good_hit	690.0	93.62299999999999	59.0	0.00015412632408269672	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
AST0047_000000020562	1151	0.8264675412966874	2	1	0	1	0	True	115005	fragment	False	AST0047_000000020562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	734.0	70.845	63.0	0.00018151784297322125	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
USA0053_01_000000004176	5323	0.8264668864951565	8	8	4	5	8	False	28825	maximal	False	ISR0199_000000004578	0.9584489937543372		0	0	False	False	0.999812126159668	0					non-mobilizable	plasmid	5323.0	99.944	100.0	0.03101597421746149	CP032169.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 plasmid unnamed2, complete sequence	False	True
FIJ0023_000000015945	2062	0.8264531552521912	4	2	1	2	2	False	49359	fragment	False	FIJ0023_000000015945	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	98.963	97.0	0.16734819055407893	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
MON0029_000000003753	5222	0.826444852337769	7	6	5	6	6	False	121732	fragment	False	MON0029_000000003753	1.0		0	0	False	False	0.9986594915390015	0					non-mobilizable	no_good_hit	1110.0	77.477	44.0	0.00030801104118411137	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0058_000000009786	3967	0.8264350418013562	7	3	3	3	3	False	46053	maximal	True	FIJ0058_000000009786	1.0		3	2	False	False	0.9997479319572449	0					non-mobilizable	no_good_hit	94.0	86.17	2.0	0.0008888973849212417	MN990731.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-4 genomic sequence	True	False
DEN0022_000000018299	2201	0.8264343936865258	2	2	2	2	2	False	90450	fragment	False	DEN0022_000000018299	0.9723677941877085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	93.197	40.0	0.00014121480072487052	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
MAD0044_000000003703	6165	0.8264301795218908	10	4	2	4	1	False	48159	maximal	True	MAD0044_000000003703	1.0		1	1	False	False	0.9912408590316772	0					non-mobilizable	no_good_hit	206.0	99.029	3.0	0.00011633014153689709	LR134530.1	e-proteobacteria	Campylobacter jejuni subsp. doylei strain NCTC11924 genome assembly, chromosome: 1	True	False
USA0086_01_000000002460	8538	0.8264246743743917	6	6	4	6	2	True	82117	fragment	False	USA0086_01_000000002460	1.0		0	0	False	False	0.9998828768730164	0					non-mobilizable	no_good_hit								True	True
DEN0052_000000010335	3759	0.8264039747249671	4	3	0	1	2	True	72332	maximal	True	DEN0052_000000010335	1.0		1	1	True	True	1.0	60					non-mobilizable	no_good_hit	1353.0	92.535	36.0	0.4841612670986321	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0181_000000005199	3549	0.8264039747249671	6	3	0	1	2	True	128501	maximal	False	ENG0063_000000009089	0.6563612696239627	PS609	0	0	True	True	0.9997182488441467	112					non-mobilizable	no_good_hit	879.0	99.431	50.0	0.3293323330832708	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
DEN0085_000000009236	3538	0.8264039747249671	5	3	0	1	2	True	128501	maximal	False	ENG0063_000000009089	0.5730289298464939	PS609	0	0	True	True	1.0	286					non-mobilizable	no_good_hit	769.0	98.96	44.0	0.28769692423105775	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0196_000000005086	3523	0.8264039747249671	5	3	0	1	2	True	128501	maximal	False	ENG0063_000000009089	0.9139303710570853	PS609	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1531.0	98.04	43.0	0.5735183795948987	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0208_000000007723	3400	0.8264039747249671	5	3	0	1	2	True	97174	maximal	True	ISR0208_000000007723	1.0		1	1	True	True	1.0	185					non-mobilizable	no_good_hit	267.0	82.397	17.0	0.0869419268210809	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0131_000000008353	3374	0.8264039747249671	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.30609608937161614	PS266|PS692	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	363.0	82.369	23.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0130_000000008368	3374	0.8264039747249671	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.30638006339954377	PS266|PS692	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	336.0	86.31	20.0	0.12152269399707175	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0112_000000008214	3355	0.8264039747249671	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.6075640052823941	PS266|PS692	0	0	True	True	0.9997019171714783	60					non-mobilizable	no_good_hit	317.0	82.01899999999999	15.0	0.10506881503860356	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0096_000000009989	3340	0.8264039747249671	4	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.6546871082078201	PS266|PS692	0	0	True	True	0.9979041814804077	15					non-mobilizable	no_good_hit	364.0	82.14299999999999	13.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0009_000000009597	3328	0.8264039747249671	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.8241341229862297	PS266|PS692	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	317.0	81.07300000000001	17.0	0.10506881503860356	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0138_000000006019	3321	0.8264039747249671	5	3	0	1	2	True	109922	backbone	False	ENG0159_000000006755	0.7510984583425416	PS266|PS692	0	0	True	True	1.0	101					non-mobilizable	no_good_hit	314.0	80.892	17.0	0.10372608257804633	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0176_000000002678	2940	0.8264039747249671	4	3	0	1	2	True	55572	maximal	True	ENG0176_000000002678	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	320.0	98.75	22.0	0.11676427525622254	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
MON0025_000000013151	2784	0.8264039747249671	4	3	0	1	2	True	60248	backbone	True	MON0025_000000013151	0.9301723329510124	PS266	1	1	False	True	0.9956896305084229	0					non-mobilizable	no_good_hit	317.0	81.388	17.0	0.10506881503860356	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0104_000000011353	2743	0.8264039747249671	4	3	0	1	2	True	60248	backbone	False	MON0025_000000013151	0.6434231963259441	PS266	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	317.0	82.334	18.0	0.10506881503860356	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MAD0090_000000005919	2154	0.8264039747249671	4	3	0	1	2	True	16240	fragment	False	MAD0090_000000005919	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	80.135	16.0	0.10761346998535871	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
FIJ0096_000000031644	1208	0.8264025552226051	2	2	2	2	1	True	85218	fragment	False	FIJ0096_000000031644	0.9734551784160139		0	0	False	False	0.9991722106933594	0					non-mobilizable	no_good_hit	896.0	81.473	74.0	0.01567376135208107	NZ_SRMQ01000012.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000012, whole genome shotgun sequence	True	True
FIJ0075_000000004565	4003	0.8264014755682271	5	2	2	2	1	False	44606	maximal	True	FIJ0075_000000004565	1.0		2	1	False	False	0.994004487991333	0					non-mobilizable	no_good_hit	168.0	80.952	4.0	4.5405490409751324e-05	CP010521.1	firmicutes	Clostridium botulinum strain NCTC 8550, complete genome	True	False
MAD0106_000000007629	2680	0.8263996871030899	4	4	4	4	4	False	39653	fragment	False	MAD0106_000000007629	1.0		0	0	False	False	0.9884328246116638	0					non-mobilizable	chromosome	2609.0	99.885	97.0	0.0005724433916480772	LR782231.1	enterobacteria	Escherichia coli isolate SC457 genome assembly, chromosome: omosome1	False	False
ISR0244_000000007579	3023	0.8263917386406289	4	4	3	3	3	False	112095	fragment	False	ISR0244_000000007579	1.0		0	0	False	False	0.9993383884429932	0					non-mobilizable	no_good_hit	382.0	76.702	13.0	0.00012876208673400573	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0042_000000009936	2846	0.8263870381348472	3	3	3	3	3	False	118703	fragment	False	ISR0042_000000009936	0.9574393246570524		0	0	False	False	1.0	0					non-mobilizable	other	2844.0	99.719	99.0	0.01652541880282263	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
USA0032_01_000000010919	2102	0.8263706671151536	2	2	0	2	0	True	1499	maximal	True	USA0032_01_000000010919	1.0		2	2	False	False	0.9995242357254028	0					non-mobilizable	no_good_hit	1133.0	75.46300000000001	53.0	0.00060085597878475	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
SPA0089_000000018756	2064	0.8263706671151536	2	2	0	2	0	True	5694	fragment	False	SPA0089_000000018756	0.9761557177615572		0	0	False	False	0.9985465407371521	0					non-mobilizable	no_good_hit								True	True
SPA0077_000000014003	2055	0.8263706671151536	2	2	0	2	0	True	5694	fragment	False	SPA0089_000000018756	0.9740794573643411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0066_000000010859	3056	0.8263544991962043	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.2336276025349134		0	0	False	False	0.9977094531059265	0					non-mobilizable	chromosome	3060.0	94.542	100.0	0.0009843601481761778	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0092_000000020841	1130	0.826338333431513	2	1	1	1	1	False	125731	maximal	False	ENG0046_000000013902	0.6952399323828746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000004398	7040	0.8263381701406307	7	6	6	5	5	False	116502	fragment	False	SPA0111_000000004398	1.0		0	0	False	False	0.9981533885002136	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00019287557530128495	NZ_JAAITU010000003.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_3_length_150356_cov_154.813, whole genome shotgun sequence	True	False
CHI0120_000000003302	3898	0.8263367877020302	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8614809383141354		0	0	False	False	1.0	0					non-mobilizable	other	3839.0	100.0	100.0	0.0007433390487932943	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0037_01_000000009098	3898	0.8263367877020302	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8611774063555517		0	0	False	False	1.0	0					non-mobilizable	other	3839.0	99.92200000000001	100.0	0.0007433390487932943	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0048_000000005246	3898	0.8263367877020302	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8614809383141354		0	0	False	False	1.0	0					non-mobilizable	other	3839.0	100.0	100.0	0.0007433390487932943	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0047_000000010306	3843	0.8263367877020302	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8597308077966358		0	0	False	False	1.0	0					non-mobilizable	other	3829.0	100.0	100.0	0.0007414022612768969	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0022_000000006332	3840	0.8263367877020302	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8591910765985067		0	0	False	False	1.0	0					non-mobilizable	other	3781.0	99.921	100.0	0.0007321056811981897	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0120_000000011183	3780	0.8263367877020302	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8280107044833942		0	0	False	False	1.0	0					non-mobilizable	other	3780.0	100.0	100.0	0.0007319120024465499	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0395_000000006854	5592	0.8263321771787688	6	5	3	3	5	False	106998	maximal	True	ISR0395_000000006854	1.0		53	6	False	False	1.0	0					non-mobilizable	other	5592.0	99.35600000000001	100.0	0.2512018690748978	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	False	False
ENG0064_000000002225	10254	0.8263276958897159	9	8	4	3	7	False	89896	maximal	False	CHI0015_000000000565	0.9755063589260481		0	0	False	False	1.0	0					non-mobilizable	other	10254.0	99.132	100.0	0.002513563854500645	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0002_000000006405	3435	0.8263243841867743	4	2	2	2	2	False	94093	fragment	False	MON0002_000000006405	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3429.0	97.492	99.0	0.09399857370124527	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0290_000000005035	2552	0.8263232789186103	4	2	2	2	2	False	85648	maximal	True	ISR0290_000000005035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	96.154	68.0	0.000494003017568568	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
AST0002_000000004818	6616	0.8263215532478216	5	3	3	3	3	False	132482	fragment	False	SPA0059_000000003975	0.9801157441756937		0	0	False	False	0.9998488426208496	0					non-mobilizable	no_good_hit	1948.0	82.7	29.0	0.02322165910267368	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
TAN0019_000000001197	4588	0.8263186700502994	5	2	2	1	1	True	98532	fragment	False	TAN0019_000000001197	1.0		0	0	False	False	0.9997820258140564	0					non-mobilizable	no_good_hit	164.0	94.512	4.0	2.512452438735851e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
ISR0213_000000013546	1936	0.8263181345676703	3	3	3	3	3	False	28984	fragment	False	ISR0196_000000009975	0.9727452923686819		0	0	False	False	0.99638432264328	0					non-mobilizable	no_good_hit	437.0	75.057	23.0	0.00015619221336933534	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
FIJ0043_000000013297	2068	0.8263169471864947	3	3	2	3	2	False	112281	fragment	False	ENG0175_000000012415	0.9691802498956527		0	0	False	False	0.9995164275169373	0					non-mobilizable	other	2068.0	99.613	100.0	0.000506782724078505	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0033_000000006689	2872	0.8263158404096008	3	2	2	2	1	True	37970	maximal	True	MAD0033_000000006689	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	94.118	2.0	2.191997979854662e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ENG0068_000000019960	1324	0.8262905938266318	2	2	2	1	1	False	62551	fragment	False	ENG0068_000000019960	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	98.338	100.0	0.0004621792081539172	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
ISR0143_000000008127	4003	0.8262886191125813	4	3	3	3	2	False	119265	maximal	True	ISR0143_000000008127	1.0		123	7	False	False	1.0	0					non-mobilizable	other	4007.0	99.351	100.0	0.028560833505672945	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
CHI0131_000000014319	1278	0.8262834301297223	3	2	1	2	1	False	90547	fragment	False	MON0046_000000019056	0.1247711252297942		0	0	False	False	0.9984350800514221	0					non-mobilizable	other	1280.0	96.719	100.0	0.019538649556981362	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0168_000000005799	4475	0.8262807804756566	7	4	2	4	2	True	108196	fragment	False	ISR0168_000000005799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	95.161	1.0	0.0007585838110753236	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0025_000000011436	2233	0.8262751214603047	4	3	3	2	2	False	74436	fragment	False	ENG0025_000000011436	0.9660919280544017		0	0	False	False	0.9950739145278931	0					non-mobilizable	no_good_hit	136.0	79.41199999999999	6.0	2.1891203983545656e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
FIJ0041_000000004855	6975	0.8262634407905245	6	6	4	6	3	True	50025	maximal	True	FIJ0041_000000004855	1.0		30	6	False	False	0.9951254725456238	0					non-mobilizable	no_good_hit	44.0	100.0	1.0	2.0616816801842665e-05	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	True
USA0075_01_000000002969	8260	0.8262593232595365	8	5	0	2	3	False	117781	fragment	False	ISR0140_000000003678	0.9513438368860055		0	0	False	True	1.0	0					non-mobilizable	chromosome	7832.0	99.477	95.0	0.001404540480664566	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
DEN0046_000000002494	7360	0.8262593232595365	7	5	0	2	3	False	72771	fragment	False	ISR0063_000000002594	0.980214121154628		0	0	False	False	1.0	0					non-mobilizable	chromosome	7361.0	99.973	100.0	0.001320063585454119	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
USA0036_01_000000005492	7147	0.8262568466830759	12	9	4	4	9	True	123833	fragment	False	USA0036_01_000000005492	1.0		0	0	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	plasmid	4320.0	99.977	100.0	0.5285189718482252	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
FIJ0082_000000017542	1761	0.8262567848203478	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.22279552350216136	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1758.0	93.117	99.0	0.7609354699003897	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
DEN0096_000000014633	2994	0.8262554673470418	4	3	2	3	1	False	68203	maximal	True	DEN0096_000000014633	1.0		8	5	False	False	0.9943220019340515	0					non-mobilizable	no_good_hit								True	False
FIJ0117_000000004114	5266	0.8262497087268643	11	8	3	7	7	False	45347	fragment	False	FIJ0117_000000004114	1.0		0	0	False	False	0.9998100996017456	0					non-mobilizable	no_good_hit	202.0	98.02	4.0	4.903558046236139e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0121_000000005027	5159	0.8262497087268643	10	8	3	7	7	False	45347	fragment	False	FIJ0117_000000004114	0.9898404861374858		0	0	False	False	0.9998061656951904	0					non-mobilizable	no_good_hit	95.0	97.895	2.0	2.2801544914998046e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0088_000000021343	1184	0.8262387789721256	2	2	1	2	1	False	33770	fragment	False	ISR0088_000000021343	1.0		0	0	False	False	0.9983108043670654	0					non-mobilizable	other	737.0	99.322	98.0	0.002839374720306159	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0051_000000002033	12814	0.8262367048826529	6	5	3	5	1	False	108037	fragment	False	ENG0051_000000002033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	81.25	1.0	0.20023148148148148	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
ENG0172_000000004855	4068	0.8262340449556758	11	1	1	1	1	False	55748	fragment	False	ENG0172_000000004855	1.0		0	0	False	False	0.9975417852401733	0					non-mobilizable	no_good_hit	347.0	86.167	8.0	0.07064881565396498	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0050_000000011571	2287	0.8262340449556758	4	1	1	1	1	False	67585	fragment	False	ISR0050_000000011571	1.0		0	0	False	False	0.9973765015602112	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	4.1146167645945454e-05	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0085_000000013084	1176	0.8262340449556758	2	1	1	1	1	False	61462	fragment	False	ENG0085_000000013084	1.0		0	0	False	False	0.988095223903656	0					non-mobilizable	no_good_hit								True	False
MAD0032_000000008059	2039	0.8262322991460076	2	2	2	2	2	False	82317	fragment	False	MAD0032_000000008059	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2039.0	100.0	100.0	0.000498227965941547	CP054563.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student chromosome, complete genome	False	False
FIJ0163_000000004865	5076	0.8262314914184496	7	6	4	5	3	False	46726	fragment	False	FIJ0163_000000004865	1.0		0	0	False	False	0.9962568879127502	0					non-mobilizable	no_good_hit	1343.0	76.322	26.0	0.0016068572236089844	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0052_000000012341	2472	0.8262278323744299	3	3	3	3	3	False	127026	fragment	False	ENG0110_000000011365	0.9359424935855255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	98.47200000000001	58.0	0.005520008592647149	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0022_000000000277	16245	0.8262265541049999	16	16	10	12	16	True	85441	fragment	False	MAD0022_000000000277	0.9936155913978495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11902.0	98.723	86.0	0.002393757859427758	CP042470.1	enterobacteria	Escherichia coli strain A50 chromosome	True	True
ENG0007_000000009124	2858	0.8262251201866792	4	3	1	1	3	False	72950	fragment	False	DEN0045_000000011774	0.9664393540556526		0	0	False	False	0.9996501207351685	0					non-mobilizable	no_good_hit	631.0	96.038	44.0	0.00013815498679531517	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0073_01_000000009983	1466	0.8262228184607512	2	2	2	2	2	False	706	fragment	False	USA0073_01_000000009983	1.0		0	0	False	False	0.9993178844451904	0					non-mobilizable	no_good_hit	925.0	92.21600000000001	71.0	0.0001612822990058622	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
CHI0185_000000009425	2184	0.8262209775830281	5	5	2	3	5	False	106033	fragment	False	CHI0185_000000009425	0.9801773655306514		0	0	False	False	1.0	0					non-mobilizable	chromosome	2183.0	99.588	100.0	0.0005625087166938512	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
CAN0016_000000010151	4598	0.8262128626415911	3	3	2	3	1	False	96038	fragment	False	CAN0016_000000010151	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	98.507	1.0	0.0005518486931219586	NZ_JAAIPW010000010.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_10_length_119598_cov_282.667, whole genome shotgun sequence	True	False
ENG0067_000000016920	1586	0.8262107888261107	2	2	2	2	2	False	104764	fragment	False	ENG0067_000000016920	0.9643884965358562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	98.374	21.0	0.0011331995078676424	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
DEN0061_000000028658	1519	0.8262107888261107	2	2	2	2	2	False	104764	fragment	False	ENG0067_000000016920	0.8162577043738855		0	0	False	False	0.9980250000953674	0					non-mobilizable	no_good_hit	221.0	98.64299999999999	15.0	0.0010175669050240053	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
AUS0002_000000025340	1480	0.8262107888261107	2	2	2	2	2	False	104764	fragment	False	ENG0067_000000016920	0.8050683527047979		0	0	False	False	0.9952702522277832	0					non-mobilizable	no_good_hit	209.0	97.60799999999999	14.0	0.0009620632556590595	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
AUS0002_000000005412	5621	0.8261947580271244	9	3	2	2	2	False	103112	maximal	True	AUS0002_000000005412	1.0		1	1	False	False	0.9960861206054688	0					non-mobilizable	no_good_hit	602.0	99.50200000000001	11.0	0.006462435079947097	NZ_QRUU01000003.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf3, whole genome shotgun sequence	True	False
FIJ0096_000000009432	3597	0.8261646788058442	5	4	3	4	2	False	43025	maximal	True	FIJ0096_000000009432	1.0		1	1	False	False	0.9952738285064697	0					non-mobilizable	no_good_hit	2761.0	99.928	77.0	0.09772678988740174	HQ909886.2	eukaryotes	Blastocystis sp. subtype 3 strain DMP/08-326 mitochondrion, complete genome	True	False
MON0008_000000014157	2403	0.826162897921409	2	2	2	2	2	False	81466	fragment	False	MON0085_000000010688	0.9921181275196543		0	0	False	False	0.9995838403701782	0					non-mobilizable	no_good_hit	1414.0	80.905	82.0	0.00047392455646148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0130_01_000000013125	2856	0.8261542175864891	4	4	3	4	3	False	75225	maximal	True	USA0130_01_000000013125	1.0		6	3	False	False	0.9996498823165894	0					non-mobilizable	no_good_hit	1000.0	75.8	35.0	0.00043014762475690374	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	True	False
USA0041_01_000000008798	2127	0.8261523829474767	4	1	1	1	0	True	1284	maximal	True	USA0041_01_000000008798	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0089_000000011038	2479	0.8261513220708636	5	4	2	2	2	True	118241	fragment	False	ISR0089_000000011038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1257.0	88.465	77.0	0.03514726507713885	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
CHI0052_000000006107	2660	0.8261500163668698	4	2	0	1	1	True	86500	maximal	True	CHI0052_000000006107	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	86.87899999999999	66.0	0.00039421012665347946	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	True	True
ISR0309_000000009260	2029	0.8261496159962555	3	2	2	2	1	False	68602	fragment	False	ISR0829_000000007051	0.9778510838831291		0	0	False	False	0.9990143179893494	0					non-mobilizable	no_good_hit								True	False
ISR0239_000000000879	12328	0.8261462408123326	12	6	3	5	5	True	110947	fragment	False	ISR0239_000000000879	1.0		0	0	False	False	0.9999188780784607	0					non-mobilizable	plasmid	12333.0	98.759	100.0	0.07451437827122291	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0209_000000004252	6627	0.8261453344735388	6	4	4	4	3	True	105065	fragment	False	ISR0209_000000004252	1.0		0	0	False	False	0.9981892108917236	0					non-mobilizable	other	6632.0	98.779	100.0	0.6031471711842823	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0258_000000000272	25574	0.8261410919316521	21	13	8	12	6	True	117551	fragment	False	ISR0258_000000000272	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1817.0	80.462	7.0	0.031019481747682997	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0099_000000006427	3334	0.8261388648721105	5	3	3	2	2	False	131838	fragment	False	ISR0099_000000006427	0.9908419552502267		0	0	False	False	0.9997000694274902	0					non-mobilizable	other	3334.0	98.14	100.0	0.019137574644005513	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0247_000000003797	3273	0.8261388648721105	4	3	3	2	2	False	131838	fragment	False	ISR0099_000000006427	0.9872468548073379		0	0	False	False	0.9877787828445435	0					non-mobilizable	other	3273.0	98.35	100.0	0.018787322002756086	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0143_000000010490	2991	0.8261388648721105	3	3	3	2	2	False	131838	fragment	False	ISR0099_000000006427	0.7472378879315207		0	0	False	False	0.9996656775474548	0					non-mobilizable	other	2991.0	99.09700000000001	99.0	0.019969278033794162	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
CHI0128_000000000936	11809	0.8261229514757742	12	7	3	5	5	False	110864	maximal	True	CHI0128_000000000936	1.0		6	5	False	False	1.0	0					non-mobilizable	chromosome	5834.0	97.53200000000001	99.0	0.0008963857468204155	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0072_01_000000007685	2550	0.8261223036582255	4	3	2	3	2	False	98915	fragment	False	ISR0239_000000004585	0.5425629691271339		0	0	False	False	1.0	0					non-mobilizable	other	2550.0	99.961	100.0	0.014519418084051994	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
ISR0395_000000017184	2251	0.8261223036582255	3	3	2	3	2	False	98915	fragment	False	ISR0239_000000004585	0.291429496128412		0	0	False	False	0.9937805533409119	0					non-mobilizable	chromosome	2257.0	99.20200000000001	100.0	0.00031866067595895885	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
USA0039_01_000000006640	3443	0.826116914431462	4	3	1	1	3	False	68211	fragment	False	USA0039_01_000000006640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	76.296	31.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
DEN0096_000000014368	3049	0.826116914431462	4	3	1	1	3	False	68210	fragment	False	DEN0096_000000014368	0.9900066622251833		0	0	False	False	0.999671995639801	0					non-mobilizable	no_good_hit	1080.0	76.296	35.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0070_000000006767	3002	0.826116914431462	4	3	1	1	3	False	68210	fragment	False	DEN0096_000000014368	0.9898327320432929		0	0	False	False	0.9990006685256958	0					non-mobilizable	no_good_hit	1080.0	76.296	36.0	0.0019140499565234647	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0353_000000008079	4287	0.8261057423629302	7	6	6	5	3	False	58170	fragment	False	ISR0353_000000008079	1.0		0	0	False	False	0.9988336563110352	0					non-mobilizable	no_good_hit	573.0	74.869	13.0	9.907760148476857e-05	NZ_CP011803.1	firmicutes	Clostridium carboxidivorans P7 chromosome, complete genome	True	False
DEN0017_000000002622	10534	0.826104588654886	16	14	9	11	7	False	75260	fragment	False	DEN0017_000000002622	1.0		0	0	False	False	0.9998101592063904	0					non-mobilizable	no_good_hit	1478.0	81.8	13.0	0.018436101284440894	NZ_OFSM01000025.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
CHI0158_000000016008	1265	0.8260996038410112	2	2	2	2	2	False	78859	fragment	False	ISR0261_000000013978	0.9764526303883643		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	98.57700000000001	100.0	0.008685605826164098	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0070_000000006503	3118	0.8260925991774403	4	4	4	3	3	False	121540	fragment	False	CHI0101_000000003957	0.9745192868450379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2526.0	97.46600000000001	83.0	0.00045761163711469696	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
FIJ0064_000000010188	2661	0.8260888763471996	3	1	1	1	1	False	83002	fragment	False	FIJ0064_000000010188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	86.73	31.0	0.0020457277450911067	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0002_000000019241	1450	0.8260888763471996	2	1	1	1	1	False	83000	fragment	False	MON0002_000000019241	0.9941379293700331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	96.262	7.0	0.0002584590476515582	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CHI0107_000000010756	1401	0.8260888763471996	2	1	1	1	1	False	83000	fragment	False	MON0002_000000019241	0.9841141034889388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	91.765	6.0	0.000204816603799348	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0076_000000010034	1391	0.8260888763471996	2	1	1	1	1	False	83000	fragment	False	MON0002_000000019241	0.9748641555647515		0	0	False	False	0.9446441531181335	0					non-mobilizable	no_good_hit	107.0	93.458	7.0	0.0002584590476515582	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0101_000000049124	1351	0.8260888763471996	2	1	1	1	1	False	83000	fragment	False	MON0002_000000019241	0.9671795242311271		0	0	False	False	0.9726128578186035	0					non-mobilizable	no_good_hit	83.0	95.181	6.0	0.00019994001799460162	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0043_000000013390	1268	0.8260888763471996	2	1	1	1	1	False	83000	fragment	False	MON0002_000000019241	0.6701765485564222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	4.0	0.0001341061096305255	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0088_000000023439	1283	0.8260755604790462	2	2	0	1	1	True	43617	fragment	False	FIJ0088_000000023439	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1179.0	99.83	99.0	0.5270693512304251	AY425961.1	firmicutes	Enterococcus faecium plasmid pJB01, complete sequence	False	True
CHI0113_000000005028	1581	0.8260744170602258	2	2	2	2	2	False	82346	fragment	False	CHI0113_000000005028	1.0		0	0	False	False	0.9993674755096436	0					non-mobilizable	no_good_hit								True	False
ISR0369_000000006982	1995	0.8260700317767669	3	3	3	3	2	True	23546	maximal	True	ISR0369_000000006982	1.0		0	0	False	False	0.9543859362602234	0					non-mobilizable	no_good_hit	458.0	99.56299999999999	23.0	0.00020619068351985996	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	True
ISR0038_000000031333	1156	0.8260671259887233	2	2	2	2	0	True	36584	fragment	False	ISR0038_000000031333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0022_000000018125	1767	0.8260630470260981	3	3	2	3	2	False	92367	fragment	False	DEN0071_000000023437	0.9767417228680247		0	0	False	False	0.9915110468864441	0					non-mobilizable	no_good_hit	416.0	81.25	42.0	0.000685687721541054	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0068_000000006464	3560	0.8260606412906761	5	4	4	4	3	False	129762	fragment	False	ENG0068_000000006464	0.982816831077584		0	0	False	True	1.0	0					non-mobilizable	chromosome	1768.0	99.491	100.0	0.00047352646710129985	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0011_000000007691	3385	0.8260606412906761	5	4	4	4	3	False	129762	fragment	False	ENG0068_000000006464	0.8964539155333443		0	0	False	True	1.0	0					non-mobilizable	chromosome	1684.0	99.46600000000001	100.0	0.00045101587104215483	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0114_000000014754	3078	0.8260606412906761	5	4	4	4	3	False	129762	fragment	False	ENG0068_000000006464	0.8236068922637217		0	0	False	True	0.9996750950813293	0					non-mobilizable	chromosome	1751.0	99.315	99.0	0.00046897075123218717	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0048_000000018747	2137	0.8260578385117717	3	3	3	3	1	False	11407	maximal	True	MON0048_000000018747	1.0		21	5	False	False	0.9691155552864075	0					non-mobilizable	no_good_hit	1625.0	98.277	76.0	0.0007731345273120245	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
CAN0019_000000001180	5006	0.8260564774803282	6	5	3	3	5	True	123489	fragment	False	CAN0012_000000009399	0.8166499245614601		0	0	False	False	1.0	0					non-mobilizable	other	5013.0	97.766	100.0	0.00241926879278439	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
SPA0029_000000013793	1926	0.8260540691211029	3	3	2	3	2	False	7378	maximal	True	SPA0029_000000013793	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	79.605	8.0	0.003150953632986937	NZ_LYVF01000198.1	firmicutes	Desulfotomaculum copahuensis strain LMa1 LMA27_trimmed_contig_90, whole genome shotgun sequence	True	False
SPA0090_000000012847	2696	0.8260500298261794	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9949353669884624		0	0	False	False	1.0	0					non-mobilizable	other	2693.0	99.814	100.0	0.000506744828274516	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0021_000000012375	2671	0.8260500298261794	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9923557822528469		0	0	False	False	1.0	0					non-mobilizable	other	2671.0	99.85	100.0	0.0005026019868690758	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0795_000000003433	2662	0.8260500298261794	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9911256682542752		0	0	False	False	1.0	0					non-mobilizable	other	2662.0	99.887	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0046_000000009116	2662	0.8260500298261794	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9911256682542752		0	0	False	False	0.9996243715286255	0					non-mobilizable	other	2662.0	99.887	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0804_000000006895	2662	0.8260500298261794	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9911256682542752		0	0	False	False	0.9996243715286255	0					non-mobilizable	other	2662.0	99.887	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0796_000000008580	2662	0.8260500298261794	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9911256682542752		0	0	False	False	1.0	0					non-mobilizable	other	2662.0	99.887	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
FIJ0132_000000018519	1788	0.8260452947422045	2	2	0	1	2	False	40773	fragment	False	FIJ0132_000000018519	1.0		0	0	False	False	0.9882550239562988	0					non-mobilizable	no_good_hit	1328.0	89.458	74.0	0.19972723139869678	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0137_000000002740	10262	0.8260321415345242	20	1	0	1	0	True	100418	maximal	True	ISR0137_000000002740	1.0		2	2	False	False	0.9992204308509827	0					non-mobilizable	no_good_hit	221.0	100.0	2.0	0.4330708661417323	NZ_CABIYV010000023.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0216_000000002674	7882	0.8260321415345242	15	1	0	1	0	True	35255	maximal	True	ISR0216_000000002674	1.0		5	2	False	False	0.9996193647384644	0					non-mobilizable	no_good_hit	316.0	98.101	4.0	0.000658669237219203	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0076_000000003124	7712	0.8260321415345242	15	1	0	1	0	True	112186	fragment	False	ISR0386_000000004446	0.9635983793365409		0	0	False	False	0.9998703598976135	0					non-mobilizable	no_good_hit	72.0	98.611	1.0	0.000274977440231136	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0018_000000003599	7052	0.8260321415345242	13	1	0	1	0	True	123995	maximal	True	SPA0018_000000003599	1.0		10	3	False	False	0.9998582005500793	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000004375	6974	0.8260321415345242	13	1	0	1	0	True	100427	fragment	False	ISR0176_000000004375	1.0		0	0	False	False	0.9988529086112976	0					non-mobilizable	no_good_hit	174.0	100.0	2.0	0.0017482694153908341	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0061_000000005170	6795	0.8260321415345242	12	1	0	1	0	True	112185	fragment	False	AST0061_000000005170	1.0		0	0	False	False	0.9998528361320496	0					non-mobilizable	no_good_hit								True	True
CHI0144_000000001879	6629	0.8260321415345242	9	1	0	1	0	True	85023	maximal	True	CHI0144_000000001879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.345701381878316e-07	LR812065.1	bony fishes	Danio rerio genome assembly, chromosome: 3	True	True
MAD0095_000000003468	6551	0.8260321415345242	15	1	0	1	0	True	15603	maximal	True	MAD0095_000000003468	1.0		1	1	False	False	0.9980155825614929	0					non-mobilizable	no_good_hit	91.0	87.912	1.0	0.014077823473584309	CP021601.1	other sequences	Unidentified plasmid plasmid FAKO05_000706F, complete sequence	True	True
SPA0096_000000005052	6522	0.8260321415345242	11	1	0	1	0	True	8084	maximal	True	SPA0096_000000005052	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00468831394339295	XM_032913932.1	rodents	PREDICTED: Rattus rattus synergin gamma (Synrg), mRNA	True	True
MAD0068_000000003856	6020	0.8260321415345242	12	1	0	1	0	True	16482	maximal	True	MAD0068_000000003856	1.0		1	1	True	True	0.999667763710022	26					non-mobilizable	no_good_hit								True	True
ISR0012_000000003971	5968	0.8260321415345242	13	1	0	1	0	True	38204	maximal	True	ISR0012_000000003971	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	81.116	4.0	8.116061085004449e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0816_000000007444	5791	0.8260321415345242	8	1	0	1	0	True	100413	maximal	True	ISR0816_000000007444	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	99.40899999999999	15.0	0.006601510925695893	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0353_000000005743	5723	0.8260321415345242	12	1	0	1	0	True	123994	fragment	False	ISR0353_000000005743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0091_000000002315	5529	0.8260321415345242	10	1	0	1	0	True	100411	maximal	True	MAD0091_000000002315	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	99.67399999999999	6.0	0.6023622047244095	NZ_CABIYV010000023.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0229_000000002713	5497	0.8260321415345242	9	1	0	1	0	True	100426	fragment	False	ISR0229_000000002713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0064_000000003099	5480	0.8260321415345242	10	1	0	1	0	True	85358	maximal	True	CHI0064_000000003099	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005050231769565138	NZ_QGHC01000015.1	g-proteobacteria	Fulvimonas soli strain DSM 14263 Ga0215690_115, whole genome shotgun sequence	True	True
ISR0150_000000004079	5410	0.8260321415345242	12	1	0	1	0	True	35254	fragment	False	ISR0150_000000004079	1.0		0	0	False	False	0.9876155257225037	0					non-mobilizable	no_good_hit								True	True
FIJ0090_000000007097	5344	0.8260321415345242	13	1	0	1	0	True	43533	maximal	True	FIJ0090_000000007097	1.0		2	1	False	False	0.9977545142173767	0					non-mobilizable	no_good_hit								True	True
ISR0181_000000003340	5274	0.8260321415345242	8	1	0	1	0	True	100425	fragment	False	ISR0181_000000003340	1.0		0	0	False	False	0.9958285689353943	0					non-mobilizable	no_good_hit	201.0	99.50200000000001	4.0	0.0015624877930641168	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0026_000000004264	5230	0.8260321415345242	9	1	0	1	0	True	37313	fragment	False	ISR0026_000000004264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0061_000000000942	5162	0.8260321415345242	9	1	0	1	0	True	119834	maximal	True	CHI0061_000000000942	1.0		1	1	False	False	0.9972878694534302	0					non-mobilizable	no_good_hit	898.0	98.664	17.0	0.00951885731264724	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0328_000000005471	4802	0.8260321415345242	10	1	0	1	0	True	119820	fragment	False	ISR0328_000000005471	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000010307	4723	0.8260321415345242	10	1	0	1	0	True	75141	maximal	False	ISR0148_000000005583	0.813005046692713		0	0	False	True	0.9995765686035156	0					non-mobilizable	no_good_hit								True	True
ETH0004_000000006134	4659	0.8260321415345242	9	1	0	1	0	True	52940	fragment	False	ETH0004_000000006134	1.0		0	0	False	False	0.9997853636741638	0					non-mobilizable	no_good_hit								True	True
ISR0399_000000002854	4610	0.8260321415345242	10	1	0	1	0	True	100414	maximal	True	ISR0399_000000002854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	97.902	3.0	0.00023409677660360444	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ETH0005_000000010596	4576	0.8260321415345242	8	1	0	1	0	True	79150	maximal	True	ETH0005_000000010596	1.0		1	1	False	False	0.9997814893722534	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.2671177305874218e-06	NC_020453.1	a-proteobacteria	Bradyrhizobium oligotrophicum S58, complete genome	True	True
ISR0146_000000008409	4559	0.8260321415345242	9	1	0	1	0	True	82609	fragment	False	ISR0146_000000008409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0082_000000008261	4533	0.8260321415345242	4	1	0	1	0	True	69318	maximal	True	DEN0082_000000008261	1.0		1	1	False	False	0.9973527193069458	0					non-mobilizable	no_good_hit	3589.0	98.99700000000001	79.0	0.0019323749703209652	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	True
ETH0004_000000006313	4525	0.8260321415345242	10	1	0	1	0	True	52938	maximal	True	ETH0004_000000006313	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
FIJ0141_000000006360	4478	0.8260321415345242	11	1	0	1	0	True	40306	maximal	True	FIJ0141_000000006360	0.9997656982193064		2	1	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
AST0118_000000006555	4344	0.8260321415345242	9	1	0	1	0	True	105977	fragment	False	AST0118_000000006555	1.0		0	0	False	False	0.9997698068618774	0					non-mobilizable	no_good_hit								True	True
DEN0064_000000008278	4282	0.8260321415345242	10	1	0	1	0	True	71327	maximal	True	DEN0064_000000008278	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0173_000000001856	4221	0.8260321415345242	9	1	0	1	0	True	47651	fragment	False	ISR0173_000000001856	1.0		0	0	False	False	0.9992892742156982	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000005564	4196	0.8260321415345242	8	1	0	1	0	True	35525	maximal	True	ISR0058_000000005564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	97.17	3.0	3.143082076349954e-05	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	True
FIJ0162_000000005500	4189	0.8260321415345242	10	1	0	1	0	True	40306	maximal	False	FIJ0141_000000006360	0.9763287181777579		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0077_000000002084	4157	0.8260321415345242	8	1	0	1	0	True	69925	maximal	True	DEN0077_000000002084	1.0		1	1	True	True	0.9997594356536865	1					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.922736297400557e-07	LR812085.1	bony fishes	Danio rerio genome assembly, chromosome: 23	True	True
ETH0002_000000006858	4124	0.8260321415345242	4	1	0	1	0	True	53372	maximal	True	ETH0002_000000006858	1.0		1	1	True	True	0.9997575283050537	36					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00019154234149871242	NC_028962.1	viruses	Staphylococcus phage phiIPLA-C1C, complete genome	True	True
MAD0046_000000005750	4121	0.8260321415345242	7	1	0	1	0	True	77353	maximal	True	MAD0046_000000005750	0.989692001987084		2	1	False	False	0.9958747625350952	0					non-mobilizable	no_good_hit	130.0	87.69200000000001	3.0	0.0004088267958602263	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0128_000000008500	4056	0.8260321415345242	10	1	0	1	0	True	100428	fragment	False	ISR0128_000000008500	1.0		0	0	False	False	0.9943293929100037	0					non-mobilizable	no_good_hit	466.0	99.571	11.0	0.000972321254942633	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0070_000000004392	4044	0.8260321415345242	8	1	0	1	0	True	123990	maximal	True	MAD0070_000000004392	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0158_000000003683	4044	0.8260321415345242	10	1	0	1	0	True	78919	maximal	True	CHI0158_000000003683	1.0		1	1	False	False	0.9997527003288269	0					non-mobilizable	no_good_hit								True	True
AST0007_000000004623	4042	0.8260321415345242	7	1	0	1	0	True	127195	maximal	True	AST0007_000000004623	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	2.0	0.0001380068877983092	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0064_000000004450	4034	0.8260321415345242	9	1	0	1	0	True	35253	fragment	False	ISR0064_000000004450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000010602	4026	0.8260321415345242	7	1	0	1	0	True	77353	maximal	False	MAD0046_000000005750	0.9773113322009221		0	0	False	False	0.999006450176239	0					non-mobilizable	no_good_hit								True	True
FIJ0091_000000006419	3939	0.8260321415345242	8	1	0	1	0	True	119830	maximal	True	FIJ0091_000000006419	1.0		2	1	False	False	0.9972074031829834	0					non-mobilizable	no_good_hit	101.0	98.02	4.0	0.00020910134514895334	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0102_000000011531	3929	0.8260321415345242	11	1	0	1	0	True	8971	maximal	True	MON0102_000000011531	1.0		1	1	False	False	0.9997454881668091	0					non-mobilizable	no_good_hit								True	True
MAD0007_000000001622	3926	0.8260321415345242	6	1	0	1	0	True	19870	maximal	True	MAD0007_000000001622	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0249_000000004042	3925	0.8260321415345242	7	1	0	1	0	True	110449	maximal	False	ISR0200_000000005347	0.8014474496047954		0	0	True	True	0.9979617595672607	8					non-mobilizable	no_good_hit								True	True
MAD0055_000000001845	3920	0.8260321415345242	6	1	0	1	0	True	119809	maximal	True	MAD0055_000000001845	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	88.344	8.0	0.0005246424213243901	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0055_000000008076	3903	0.8260321415345242	8	1	0	1	0	True	123993	fragment	False	SPA0055_000000008076	1.0		0	0	False	False	0.999487578868866	0					non-mobilizable	no_good_hit								True	True
ISR0368_000000003059	3898	0.8260321415345242	9	1	0	1	0	True	119843	maximal	True	ISR0368_000000003059	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	100.0	8.0	0.0006733063313796297	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0033_000000006740	3884	0.8260321415345242	7	1	0	1	0	True	65526	maximal	True	ENG0033_000000006740	1.0		2	2	False	False	0.9997425079345703	0					non-mobilizable	no_good_hit	165.0	98.788	4.0	0.0011073075546733106	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0147_000000004967	3854	0.8260321415345242	8	1	0	1	0	True	119833	maximal	True	CHI0147_000000004967	1.0		2	1	False	False	0.9992215633392334	0					non-mobilizable	no_good_hit								True	True
SPA0136_000000010021	3853	0.8260321415345242	10	1	0	1	0	True	100423	fragment	False	ISR0049_000000007639	0.6370687349558706		0	0	False	False	0.9963664412498474	0					non-mobilizable	no_good_hit								True	True
ENG0199_000000006317	3843	0.8260321415345242	8	1	0	1	0	True	54297	maximal	True	ENG0199_000000006317	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
FIJ0074_000000008445	3834	0.8260321415345242	3	1	0	1	0	True	68716	backbone	True	FIJ0074_000000008445	0.9596693401851186	PS320	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	235.0	85.95700000000001	10.0	0.0007256940043097984	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0146_000000010142	3809	0.8260321415345242	6	1	0	1	0	True	119836	fragment	False	ISR0146_000000010142	1.0		0	0	False	False	0.9973746538162231	0					non-mobilizable	no_good_hit	107.0	94.39299999999999	3.0	0.0004066567778066095	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0209_000000007739	3800	0.8260321415345242	10	1	0	1	0	True	28474	maximal	True	ISR0209_000000007739	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1063.0	82.973	40.0	0.18336812804453723	MH617106.1	viruses	Inoviridae sp. isolate ctcb32, complete genome	True	True
ISR0360_000000006375	3794	0.8260321415345242	3	1	0	1	0	True	86929	maximal	False	FIJ0045_000000005898	0.34648780873055385	PS139	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	92.0	89.13	2.0	0.0002788693116998352	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0099_000000007683	3784	0.8260321415345242	2	1	0	1	0	True	15241	maximal	True	MAD0099_000000007683	1.0		1	1	True	True	0.9968287348747253	14					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.991793705831933e-06	NZ_CP017689.1	g-proteobacteria	Thalassotalea crassostreae strain LPB0090 chromosome, complete genome	True	True
ISR0115_000000008281	3769	0.8260321415345242	8	1	0	1	0	True	100419	maximal	True	ISR0115_000000008281	1.0		2	1	False	False	0.9984080791473389	0					non-mobilizable	no_good_hit								True	True
USA0019_01_000000007785	3760	0.8260321415345242	2	1	0	1	0	True	86929	maximal	False	FIJ0045_000000005898	0.3548724481583838	PS139	0	0	False	True	0.9920212626457214	0					non-mobilizable	no_good_hit	119.0	98.319	6.0	0.0003739383952338699	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0049_000000007639	3739	0.8260321415345242	9	1	0	1	0	True	100423	fragment	False	ISR0049_000000007639	0.9356016548680274		0	0	False	False	0.9874297976493835	0					non-mobilizable	no_good_hit	62.0	95.161	2.0	0.0001899274091004201	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0077_000000007920	3737	0.8260321415345242	2	1	0	1	0	True	86929	maximal	False	FIJ0045_000000005898	0.5700304962218699	PS139	0	0	True	True	0.9973240494728088	1					non-mobilizable	no_good_hit								True	True
MAD0067_000000002468	3734	0.8260321415345242	8	1	0	1	0	True	16522	maximal	True	MAD0067_000000002468	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0045_000000005898	3730	0.8260321415345242	2	1	0	1	0	True	86929	maximal	True	FIJ0045_000000005898	0.7839283465632585	PS139	2	1	True	True	0.9975871443748474	1					non-mobilizable	no_good_hit	87.0	87.35600000000001	2.0	0.00026936240334643176	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0043_000000006227	3722	0.8260321415345242	6	1	0	1	0	True	38468	fragment	False	MAD0043_000000006227	0.9987647543233599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0215_000000007795	3695	0.8260321415345242	10	1	0	1	0	True	28176	maximal	True	ISR0215_000000007795	1.0		1	1	False	False	0.999729335308075	0					non-mobilizable	no_good_hit								True	True
MAD0091_000000003844	3643	0.8260321415345242	5	1	0	1	0	True	38468	fragment	False	MAD0043_000000006227	0.9881783987103707		0	0	False	False	0.9997255206108093	0					non-mobilizable	no_good_hit								True	True
AST0052_000000005624	3634	0.8260321415345242	9	1	0	1	0	True	114605	maximal	True	AST0052_000000005624	1.0		3	3	False	False	0.9980737566947937	0					non-mobilizable	no_good_hit								True	True
FIJ0077_000000008192	3614	0.8260321415345242	5	1	0	1	0	True	44572	fragment	False	FIJ0077_000000008192	1.0		0	0	False	False	0.9964028596878052	0					non-mobilizable	no_good_hit								True	True
FIJ0031_000000006432	3608	0.8260321415345242	2	1	0	1	0	True	68716	backbone	False	FIJ0074_000000008445	0.9407545360482331	PS320	0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
MAD0078_000000001949	3581	0.8260321415345242	3	1	0	1	0	True	42783	maximal	True	MAD0078_000000001949	1.0		1	1	True	True	0.9988830089569092	1					non-mobilizable	no_good_hit	90.0	94.444	2.0	0.0002788693116998352	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0106_000000005218	3574	0.8260321415345242	3	1	0	1	0	True	68716	backbone	False	FIJ0074_000000008445	0.9467051651325047	PS320	0	0	True	True	0.9994404315948486	8					non-mobilizable	no_good_hit	88.0	96.59100000000001	2.0	0.0002757003422487007	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0062_01_000000006669	3558	0.8260321415345242	5	1	0	1	0	True	85022	fragment	False	USA0062_01_000000006669	1.0		0	0	False	False	0.9994378685951233	0					non-mobilizable	no_good_hit								True	True
ISR0023_000000007952	3543	0.8260321415345242	10	1	0	1	0	True	37548	maximal	True	ISR0023_000000007952	1.0		1	1	False	False	0.9983065128326416	0					non-mobilizable	no_good_hit								True	True
ISR0057_000000005826	3516	0.8260321415345242	5	1	0	1	0	True	114775	maximal	False	ISR0259_000000003906	0.9588122130547659		0	0	True	True	1.0	127	rep_cluster_1765				non-mobilizable	plasmid	3003.0	92.84	99.0	0.8752562225475842	CP016208.1	firmicutes	Streptococcus sp. oral taxon 064 strain W10853 plasmid unnamed1, complete sequence	False	True
ISR0110_000000006689	3513	0.8260321415345242	11	1	0	1	0	True	100420	maximal	True	ISR0110_000000006689	1.0		6	3	False	False	0.9960147738456726	0					non-mobilizable	no_good_hit	393.0	98.219	11.0	0.0006508222441745598	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0155_000000006745	3505	0.8260321415345242	9	1	0	1	0	True	100417	fragment	False	ISR0155_000000006745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	1.0	0.08858267716535433	NZ_CABIYV010000023.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0259_000000003906	3493	0.8260321415345242	5	1	0	1	0	True	114775	maximal	True	ISR0259_000000003906	0.9633882541738866		2	1	True	True	0.9997137188911438	15	rep_cluster_1765				non-mobilizable	plasmid	2253.0	94.363	99.0	0.656515373352855	CP016208.1	firmicutes	Streptococcus sp. oral taxon 064 strain W10853 plasmid unnamed1, complete sequence	False	True
FIJ0015_000000008356	3475	0.8260321415345242	7	1	0	1	0	True	50371	fragment	False	FIJ0015_000000008356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.03648648648648649	KY699525.1	kinetoplastids	Leishmania naiffi strain MHOM/GF/2005/LEM5108 clone LEM5108_35 minicircle kinetoplast, complete sequence	True	True
ENG0183_000000008003	3456	0.8260321415345242	7	1	0	1	0	True	55172	maximal	True	ENG0183_000000008003	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0265_000000004507	3454	0.8260321415345242	8	1	0	1	0	True	35242	fragment	False	ISR0265_000000004507	1.0		0	0	False	False	0.9942095875740051	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.3559430502889046e-06	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
AST0050_000000003870	3440	0.8260321415345242	5	1	0	1	0	True	114775	maximal	False	ISR0259_000000003906	0.9565659108057009		0	0	True	True	1.0	10	rep_cluster_1765				non-mobilizable	plasmid	1779.0	99.831	100.0	0.5206442166910689	CP016208.1	firmicutes	Streptococcus sp. oral taxon 064 strain W10853 plasmid unnamed1, complete sequence	False	True
MAD0039_000000003764	3433	0.8260321415345242	4	1	0	1	0	True	18495	maximal	True	MAD0039_000000003764	1.0		1	1	False	False	0.9988348484039307	0					non-mobilizable	no_good_hit	222.0	93.243	7.0	0.00030372871665684017	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
DEN0023_000000001462	3386	0.8260321415345242	8	1	0	1	0	True	74392	maximal	True	DEN0023_000000001462	1.0		1	1	False	False	0.9985233545303345	0					non-mobilizable	no_good_hit								True	True
ISR0015_000000007295	3339	0.8260321415345242	7	1	0	1	0	True	123991	maximal	True	ISR0015_000000007295	1.0		0	0	False	False	0.992213249206543	0					non-mobilizable	no_good_hit								True	True
FIJ0101_000000008485	3278	0.8260321415345242	6	1	0	1	0	True	42705	fragment	False	FIJ0101_000000008485	1.0		0	0	False	False	0.9996949434280396	0					non-mobilizable	no_good_hit								True	True
FIJ0094_000000005983	3227	0.8260321415345242	8	1	0	1	0	True	119828	fragment	False	FIJ0094_000000005983	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	96.581	7.0	0.00024255756037278587	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0102_000000009376	3210	0.8260321415345242	8	1	0	1	0	True	119844	maximal	True	AST0102_000000009376	1.0		1	1	False	False	0.999688446521759	0					non-mobilizable	no_good_hit	67.0	100.0	2.0	0.000270790338528952	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0051_000000008967	3136	0.8260321415345242	4	1	0	1	0	True	17348	fragment	False	MAD0051_000000008967	1.0		0	0	False	False	0.9824617505073547	0					non-mobilizable	no_good_hit								True	True
ISR0068_000000006470	3113	0.8260321415345242	3	1	0	1	0	True	70744	maximal	False	DEN0069_000000009144	0.6952477820297838		0	0	True	True	0.9967876672744751	14					non-mobilizable	no_good_hit								True	True
MON0061_000000014109	3088	0.8260321415345242	4	1	0	1	0	True	47352	maximal	False	ISR0360_000000007910	0.9165960484262626		0	0	True	True	1.0	39					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0662598225378081e-06	LR738556.1	bony fishes	Neostethus bicornis genome assembly, chromosome: 8	True	True
ISR0815_000000010006	3083	0.8260321415345242	6	1	0	1	0	True	119835	fragment	False	ISR0815_000000010006	1.0		0	0	False	False	0.985403835773468	0					non-mobilizable	no_good_hit	142.0	96.479	5.0	0.0005460819587688756	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0069_000000009144	3079	0.8260321415345242	3	1	0	1	0	True	70744	maximal	True	DEN0069_000000009144	0.9545164545195797		3	2	True	True	1.0	124					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0662598225378081e-06	LR738556.1	bony fishes	Neostethus bicornis genome assembly, chromosome: 8	True	True
CHI0111_000000009972	3062	0.8260321415345242	6	1	0	1	0	True	82608	fragment	False	CHI0111_000000009972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	92.22200000000001	3.0	2.8686330447832298e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0119_000000010423	3052	0.8260321415345242	3	1	0	1	0	True	47353	backbone	True	ISR0119_000000010423	1.0	PS171	1	1	True	True	1.0	41					non-mobilizable	no_good_hit								True	True
ISR0373_000000004953	3051	0.8260321415345242	8	1	0	1	0	True	35241	fragment	False	ISR0373_000000004953	1.0		0	0	False	False	0.9941002726554871	0					non-mobilizable	no_good_hit								True	True
MAD0046_000000008363	2969	0.8260321415345242	6	1	0	1	0	True	17759	maximal	True	MAD0046_000000008363	1.0		1	1	False	False	0.9962950348854065	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.000122619323929599	NZ_KE383926.1	high GC Gram+	Nocardioides halotolerans DSM 19273 G514DRAFT_scaffold00007.7, whole genome shotgun sequence	True	True
MON0109_000000011990	2897	0.8260321415345242	3	1	0	1	0	True	39309	maximal	True	MON0109_000000011990	1.0		2	1	True	True	0.9917155504226685	2					non-mobilizable	no_good_hit								True	True
ISR0151_000000006334	2864	0.8260321415345242	3	1	0	1	0	True	70744	maximal	False	DEN0069_000000009144	0.7027501971883265		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0662598225378081e-06	LR738556.1	bony fishes	Neostethus bicornis genome assembly, chromosome: 8	True	True
MAD0064_000000006866	2857	0.8260321415345242	2	1	0	1	0	True	16679	fragment	False	MAD0064_000000006866	1.0		0	0	False	False	0.998249888420105	0					non-mobilizable	no_good_hit	87.0	95.402	3.0	0.00026936240334643176	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0070_000000010990	2839	0.8260321415345242	3	1	0	1	0	True	24167	maximal	True	MON0070_000000010990	1.0		1	1	True	True	0.9985910654067993	1					non-mobilizable	no_good_hit								True	True
ISR0226_000000002466	2806	0.8260321415345242	6	1	0	1	0	True	27653	fragment	False	ISR0226_000000002466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0124_000000010562	2756	0.8260321415345242	6	1	0	1	0	True	4059	fragment	False	SPA0124_000000010562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0030_000000012744	2718	0.8260321415345242	7	1	0	1	0	True	100410	fragment	False	MON0030_000000012744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	99.383	12.0	0.0006753973448311193	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0090_000000015786	2704	0.8260321415345242	6	1	0	1	0	True	43499	fragment	False	FIJ0090_000000015786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0104_000000003907	2692	0.8260321415345242	7	1	0	1	0	True	18712	maximal	True	MAD0104_000000003907	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0003373712454270382	NZ_SLZZ01000014.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_114, whole genome shotgun sequence	True	True
SPA0037_000000009288	2660	0.8260321415345242	6	1	0	1	0	True	119813	fragment	False	SPA0037_000000009288	1.0		0	0	False	False	0.9996240735054016	0					non-mobilizable	no_good_hit	63.0	98.413	2.0	0.1220472440944882	NZ_CABIYV010000023.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0059_000000006119	2660	0.8260321415345242	6	1	0	1	0	True	35453	maximal	True	ISR0059_000000006119	1.0		1	1	False	False	0.9969924688339233	0					non-mobilizable	no_good_hit	182.0	95.604	7.0	6.220358847933312e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
FIJ0011_000000016635	2633	0.8260321415345242	5	1	0	1	0	True	50980	fragment	False	FIJ0011_000000016635	1.0		0	0	False	False	0.9996201992034912	0					non-mobilizable	no_good_hit								True	True
MAD0039_000000005368	2584	0.8260321415345242	7	1	0	1	0	True	18713	maximal	True	MAD0039_000000005368	1.0		1	1	False	False	0.9891641139984131	0					non-mobilizable	no_good_hit								True	True
MON0047_000000015196	2569	0.8260321415345242	2	1	0	1	0	True	44114	maximal	False	MON0027_000000015486	0.984535720315141	PS151	0	0	True	True	1.0	31					non-mobilizable	no_good_hit								True	True
ISR0186_000000011112	2560	0.8260321415345242	1	1	0	1	0	True	40333	backbone	True	ISR0186_000000011112	1.0	PS139	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	86.0	95.34899999999999	3.0	0.00026936240334643176	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0214_000000011030	2559	0.8260321415345242	7	1	0	1	0	True	28224	maximal	True	ISR0214_000000011030	1.0		2	1	False	False	0.9976553320884705	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000013238	2504	0.8260321415345242	2	1	0	1	0	True	48877	fragment	False	FIJ0029_000000013238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	88.119	4.0	0.012579415501905972	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
ISR0001_000000011041	2481	0.8260321415345242	7	1	0	1	0	True	38700	maximal	True	ISR0001_000000011041	1.0		0	0	False	False	0.9923418164253235	0					non-mobilizable	no_good_hit								True	True
CAN0017_000000014542	2471	0.8260321415345242	3	1	0	1	0	True	92503	fragment	False	CAN0017_000000014542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	92.06299999999999	3.0	2.040770581589506e-05	CP020544.1	firmicutes	Staphylococcus aureus strain CR14-035 chromosome	True	True
ISR0102_000000007257	2469	0.8260321415345242	3	1	0	1	0	True	115310	fragment	False	ISR0102_000000007257	1.0		0	0	False	False	0.9947347044944763	0					non-mobilizable	plasmid	1890.0	92.963	98.0	0.4972302822474281	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0019_000000006967	2460	0.8260321415345242	5	1	0	1	0	True	37745	maximal	True	ISR0019_000000006967	1.0		3	1	False	False	0.9930894374847412	0					non-mobilizable	no_good_hit								True	True
ISR0821_000000012100	2451	0.8260321415345242	5	1	0	1	0	True	119815	fragment	False	ISR0821_000000012100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	98.958	24.0	0.00581072204537416	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0033_000000025998	2447	0.8260321415345242	5	1	0	1	0	True	100409	fragment	False	SPA0138_000000011107	0.9481166129337231		0	0	False	False	0.9918267130851746	0					non-mobilizable	no_good_hit								True	True
FIJ0168_000000008573	2437	0.8260321415345242	6	1	0	1	0	True	38920	maximal	True	FIJ0168_000000008573	1.0		1	1	False	False	0.9954862594604492	0					non-mobilizable	no_good_hit	38.0	100.0	2.0	0.0019381875327396543	NZ_CYXX01000047.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AUS0008_000000009886	2435	0.8260321415345242	2	1	0	1	0	True	101851	maximal	True	AUS0008_000000009886	1.0		1	1	True	True	1.0	116					non-mobilizable	no_good_hit								True	True
ISR0013_000000010294	2433	0.8260321415345242	3	1	0	1	0	True	38104	fragment	False	ISR0013_000000010294	1.0		0	0	False	False	0.9946568012237549	0					non-mobilizable	no_good_hit								True	True
MAD0046_000000010493	2414	0.8260321415345242	7	1	0	1	0	True	104439	fragment	False	MAD0046_000000010493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0134_000000006089	2406	0.8260321415345242	6	1	0	1	0	True	123996	maximal	True	CHI0134_000000006089	1.0		1	1	False	False	0.9746466875076294	0					non-mobilizable	no_good_hit								True	True
MON0008_000000014151	2404	0.8260321415345242	2	1	0	1	0	True	13863	fragment	False	MON0008_000000014151	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0061_000000002872	2386	0.8260321415345242	6	1	0	1	0	True	85669	maximal	True	CHI0061_000000002872	1.0		1	1	False	False	0.9995808601379395	0					non-mobilizable	no_good_hit	479.0	97.07700000000001	20.0	0.0018512565694434224	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0149_000000006855	2369	0.8260321415345242	5	1	0	1	0	True	53142	maximal	False	MON0089_000000010505	0.9216081556282104	PS220|PS92	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	50.0	98.0	2.0	0.0004776107764586623	NZ_JABAFG010000011.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_11, whole genome shotgun sequence	True	True
ISR0842_000000009236	2363	0.8260321415345242	6	1	0	1	0	True	81264	fragment	False	SPA0059_000000010678	0.9618548960046207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0089_000000010505	2361	0.8260321415345242	3	1	0	1	0	True	53142	maximal	True	MON0089_000000010505	0.9467340403436056	PS220|PS92	4	1	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
CHI0154_000000013508	2351	0.8260321415345242	5	1	0	1	0	True	79176	maximal	True	CHI0154_000000013508	1.0		1	1	False	False	0.9995746612548828	0					non-mobilizable	no_good_hit								True	True
MAD0040_000000013551	2349	0.8260321415345242	4	1	0	1	0	True	53142	maximal	False	MON0089_000000010505	0.9422436860476028	PS220|PS92	0	0	True	True	1.0	123					non-mobilizable	no_good_hit								True	True
SPA0138_000000011107	2345	0.8260321415345242	5	1	0	1	0	True	100409	fragment	False	SPA0138_000000011107	0.9630365238884859		0	0	False	False	0.9859275221824646	0					non-mobilizable	no_good_hit	107.0	99.065	5.0	0.00034122551465499203	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0044_000000022381	2344	0.8260321415345242	4	1	0	1	0	True	53142	maximal	False	MON0089_000000010505	0.9355174360135936	PS220|PS92	0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
MAD0066_000000011381	2326	0.8260321415345242	3	1	0	1	0	True	53142	maximal	False	MON0089_000000010505	0.929063494794327	PS220|PS92	0	0	True	True	0.995270848274231	3					non-mobilizable	no_good_hit								True	True
MON0076_000000020465	2321	0.8260321415345242	4	1	0	1	0	True	53142	maximal	False	MON0089_000000010505	0.9440017755788764	PS220|PS92	0	0	True	True	0.9982765913009644	2					non-mobilizable	no_good_hit								True	True
ENG0020_000000008520	2321	0.8260321415345242	2	1	0	1	0	True	66488	fragment	False	ENG0020_000000008520	1.0		0	0	False	False	0.9974148869514465	0					non-mobilizable	no_good_hit	319.0	92.476	25.0	0.09523809523809523	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ETH0005_000000020514	2314	0.8260321415345242	2	1	0	1	0	True	52753	maximal	True	ETH0005_000000020514	1.0		1	1	True	True	1.0	335					non-mobilizable	no_good_hit								True	True
ETH0002_000000011560	2309	0.8260321415345242	2	1	0	1	0	True	53345	maximal	True	ETH0002_000000011560	1.0		1	1	False	False	0.9922044277191162	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	9.316760287848664e-06	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0101_000000012074	2307	0.8260321415345242	2	1	0	1	0	True	62895	fragment	False	ISR0068_000000008625	0.9560810810810811		0	0	False	False	1.0	0	rep_cluster_1683	MOBV			mobilizable	plasmid	2253.0	96.316	97.0	0.8117562206996033	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MON0078_000000019334	2301	0.8260321415345242	3	1	0	1	0	True	53142	maximal	False	MON0089_000000010505	0.9422852504648641	PS220|PS92	0	0	True	True	0.9986962080001831	16					non-mobilizable	no_good_hit								True	True
AUS0016_000000012292	2292	0.8260321415345242	5	1	0	1	0	True	100409	fragment	False	SPA0138_000000011107	0.9585162680249466		0	0	False	False	0.9995636940002441	0					non-mobilizable	no_good_hit	54.0	98.148	2.0	0.00017061275732749602	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0004_000000004397	2291	0.8260321415345242	2	1	0	1	0	True	20035	maximal	True	MAD0004_000000004397	1.0		0	0	False	False	0.9995635151863098	0					non-mobilizable	no_good_hit	177.0	93.22	8.0	0.05840886203423968	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
DEN0051_000000020058	2274	0.8260321415345242	5	1	0	1	0	True	72553	fragment	False	DEN0051_000000020058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.15354330708661418	NZ_CABIYV010000023.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0128_000000016359	2273	0.8260321415345242	5	1	0	1	0	True	100409	fragment	False	SPA0138_000000011107	0.7536764474176032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	90.411	6.0	0.0015650472774698403	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0231_000000007814	2269	0.8260321415345242	2	1	0	1	0	True	73949	fragment	False	ISR0231_000000007814	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1361.0	99.265	94.0	0.4892008639308855	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0002_000000009123	2266	0.8260321415345242	2	1	0	1	0	True	115311	fragment	False	ISR0002_000000009123	1.0		0	0	False	False	0.9911738634109497	0					non-mobilizable	plasmid	1204.0	100.0	100.0	0.3173305196518069	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0096_000000014833	2249	0.8260321415345242	3	1	0	1	0	True	60867	fragment	False	ENG0096_000000014833	1.0		0	0	False	False	0.9924410581588745	0					non-mobilizable	no_good_hit	935.0	99.251	42.0	0.0030066474593185145	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0099_000000009445	2247	0.8260321415345242	3	1	0	1	0	True	114931	fragment	False	AST0099_000000009445	0.9991019308486754		0	0	False	False	0.9937694668769836	0					non-mobilizable	plasmid	1725.0	89.565	94.0	0.4523872329200739	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0339_000000006505	2246	0.8260321415345242	2	1	0	1	0	True	24398	maximal	True	ISR0339_000000006505	1.0		1	1	True	True	1.0	65					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	4.412060497135405e-05	NZ_KQ947987.1	high GC Gram+	Streptomyces curacoi strain DSM 40107 PRJNA299217_s004, whole genome shotgun sequence	True	True
MON0024_000000022162	2246	0.8260321415345242	4	1	0	1	0	True	53142	maximal	False	MON0089_000000010505	0.9344800626797546	PS220|PS92	0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
AST0024_000000015388	2236	0.8260321415345242	5	1	0	1	0	True	121453	maximal	True	AST0024_000000015388	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	93.98	15.0	0.001998555098678658	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0139_000000012330	2235	0.8260321415345242	5	1	0	1	0	True	100409	fragment	False	SPA0138_000000011107	0.9486810387859508		0	0	False	False	0.9995525479316711	0					non-mobilizable	no_good_hit								True	True
AST0111_000000008855	2231	0.8260321415345242	2	1	0	1	0	True	106827	maximal	True	AST0111_000000008855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	100.0	6.0	6.06289554563728e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
MON0076_000000021359	2229	0.8260321415345242	3	1	0	1	0	True	52347	maximal	False	MON0103_000000024090	0.9722595848606059	PS213	0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
AST0061_000000018857	2227	0.8260321415345242	4	1	0	1	0	True	114931	fragment	False	AST0099_000000009445	0.9962886869332405		0	0	False	False	1.0	0					non-mobilizable	plasmid	1725.0	89.62299999999999	93.0	0.4523872329200739	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0048_000000007069	2227	0.8260321415345242	3	1	0	1	0	True	114931	fragment	False	AST0099_000000009445	0.9962886869332405		0	0	False	False	1.0	0					non-mobilizable	plasmid	1725.0	89.62299999999999	93.0	0.4523872329200739	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
MAD0002_000000017666	2203	0.8260321415345242	4	1	0	1	0	True	52347	maximal	False	MON0103_000000024090	0.9329979928403244	PS213	0	0	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
FIJ0062_000000013265	2202	0.8260321415345242	4	1	0	1	0	True	45716	backbone	True	FIJ0062_000000013265	1.0	PS159	2	1	True	True	0.9981834888458252	2					non-mobilizable	no_good_hit								True	True
MON0103_000000024090	2189	0.8260321415345242	3	1	0	1	0	True	52347	maximal	True	MON0103_000000024090	0.9731267565049893	PS213	3	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
MAD0043_000000011566	2186	0.8260321415345242	6	1	0	1	0	True	18439	fragment	False	MAD0043_000000011566	0.9818640955004592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.0008277267228388904	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0099_000000010189	2182	0.8260321415345242	2	1	0	1	0	True	42782	fragment	False	FIJ0099_000000010189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0057_000000007418	2178	0.8260321415345242	5	1	0	1	0	True	18439	fragment	False	MAD0043_000000011566	0.9801006404391583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.000251090473048013	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0061_000000007942	2154	0.8260321415345242	6	1	0	1	0	True	38467	maximal	True	MAD0061_000000007942	1.0		1	1	False	False	0.9981430172920227	0					non-mobilizable	no_good_hit								True	True
MON0084_000000015522	2147	0.8260321415345242	4	1	0	1	0	True	52347	maximal	False	MON0103_000000024090	0.9111285084604723	PS213	0	0	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
MON0094_000000017075	2144	0.8260321415345242	5	1	0	1	0	True	79147	fragment	False	MON0094_000000017075	1.0		0	0	False	False	0.9930037260055542	0					non-mobilizable	no_good_hit								True	True
SPA0122_000000012415	2140	0.8260321415345242	5	1	0	1	0	True	119811	fragment	False	SPA0122_000000012415	0.9597026776848576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0021_000000022688	2137	0.8260321415345242	2	1	0	1	0	True	49635	fragment	False	FIJ0021_000000022688	1.0		0	0	False	False	0.994852602481842	0					non-mobilizable	no_good_hit								True	True
CHI0182_000000013007	2132	0.8260321415345242	5	1	0	1	0	True	77352	fragment	False	CHI0182_000000013007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0093_000000008410	2113	0.8260321415345242	2	1	0	1	0	True	109542	fragment	False	AST0093_000000008410	1.0		0	0	False	False	0.9981069564819336	0					non-mobilizable	no_good_hit	234.0	97.436	18.0	0.0010856188261278504	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	True
FIJ0038_000000016510	2111	0.8260321415345242	5	1	0	1	0	True	47650	fragment	False	FIJ0038_000000016510	1.0		0	0	False	False	0.9990525841712952	0					non-mobilizable	no_good_hit								True	True
SPA0108_000000013802	2102	0.8260321415345242	5	1	0	1	0	True	119811	fragment	False	SPA0122_000000012415	0.9553980320775256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0054_000000012016	2082	0.8260321415345242	3	1	0	1	0	True	46331	fragment	False	FIJ0054_000000012016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	99.315	14.0	0.917981072555205	LC181352.1	bacteria	Uncultured bacterium gene for 16S rRNA, partial sequence, note: OTU: 989	True	True
MAD0053_000000005567	2058	0.8260321415345242	1	1	0	1	0	True	40331	fragment	False	MAD0053_000000005567	1.0		0	0	False	False	0.9980563521385193	0					non-mobilizable	no_good_hit								True	True
ISR0348_000000007820	2049	0.8260321415345242	2	1	0	1	0	True	24137	backbone	True	ISR0348_000000007820	1.0	PS58	1	1	True	True	1.0	71					non-mobilizable	no_good_hit	885.0	77.175	42.0	0.31351351351351353	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0152_000000012370	2032	0.8260321415345242	2	1	0	1	0	True	53141	backbone	False	ETH0003_000000019827	0.9545221459556371	PS220	0	0	True	True	1.0	59					non-mobilizable	no_good_hit								True	True
ISR0171_000000013951	2024	0.8260321415345242	3	1	0	1	0	True	73950	fragment	False	ISR0171_000000013951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	94.818	86.0	0.3740100791936645	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0085_000000013879	2021	0.8260321415345242	3	1	0	1	0	True	63250	fragment	False	MON0085_000000013879	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1820.0	99.835	94.0	0.6529073941134242	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
ETH0003_000000019827	2020	0.8260321415345242	2	1	0	1	0	True	53141	backbone	True	ETH0003_000000019827	0.9577630957999056	PS220	1	1	True	True	1.0	535					non-mobilizable	no_good_hit								True	True
AST0113_000000018924	1995	0.8260321415345242	4	1	0	1	0	True	119841	fragment	False	AST0113_000000018924	1.0		0	0	False	False	0.999498724937439	0					non-mobilizable	no_good_hit	165.0	96.97	8.0	0.0003429262060442835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0165_000000010977	1994	0.8260321415345242	2	1	0	1	0	True	30242	backbone	True	ISR0165_000000010977	1.0	PS92	1	1	True	True	1.0	148					non-mobilizable	no_good_hit								True	True
DEN0078_000000016260	1991	0.8260321415345242	4	1	0	1	0	True	69766	fragment	False	DEN0078_000000016260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0095_000000017766	1989	0.8260321415345242	2	1	0	1	0	True	62892	fragment	False	MAD0095_000000017766	1.0		0	0	False	False	0.9914529919624329	0	rep_cluster_1683				non-mobilizable	no_good_hit	1750.0	94.514	88.0	0.6289217454020916	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
MON0006_000000010964	1985	0.8260321415345242	2	1	0	1	0	True	14047	maximal	False	MON0022_000000016002	0.9694983301271352		0	0	True	True	0.9994962215423584	7					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.010285714285714285	HG796826.1	bacteria	Uncultured bacterium plasmid pRGF00141	True	True
SPA0010_000000012130	1983	0.8260321415345242	5	1	0	1	0	True	8083	fragment	False	SPA0010_000000012130	1.0		0	0	False	False	0.9974785447120667	0					non-mobilizable	no_good_hit	69.0	98.551	3.0	0.0009684540340383109	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0046_000000016649	1983	0.8260321415345242	2	1	0	1	0	True	14047	maximal	False	MON0022_000000016002	0.9706332951576767		0	0	True	True	1.0	142					non-mobilizable	no_good_hit	74.0	85.135	4.0	0.08202247191011236	NZ_QIBZ01000039.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_039, whole genome shotgun sequence	True	True
AST0097_000000011041	1981	0.8260321415345242	3	1	0	1	0	True	108993	fragment	False	FIJ0145_000000006798	0.948541507332038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	92.79700000000001	47.0	0.33826181031373964	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
ENG0099_000000008480	1978	0.8260321415345242	4	1	0	1	0	True	119808	fragment	False	ENG0099_000000008480	0.971717081881036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0094_000000018860	1969	0.8260321415345242	3	1	0	1	0	True	12743	maximal	True	MON0094_000000018860	0.999755859375		2	1	True	True	1.0	66					non-mobilizable	no_good_hit								True	True
FIJ0044_000000011192	1967	0.8260321415345242	2	1	0	1	0	True	47124	maximal	True	FIJ0044_000000011192	1.0		1	1	True	True	1.0	144					non-mobilizable	no_good_hit								True	True
MON0065_000000013217	1953	0.8260321415345242	5	1	0	1	0	True	26981	fragment	False	MON0065_000000013217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0140_000000016437	1950	0.8260321415345242	2	1	0	1	0	True	62224	fragment	False	FIJ0140_000000016437	1.0		0	0	False	True	0.9938461780548096	0					non-mobilizable	plasmid	1029.0	95.91799999999999	100.0	0.3696904247660187	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0026_000000023618	1949	0.8260321415345242	2	1	0	1	0	True	12743	maximal	False	MON0094_000000018860	0.999755859375		0	0	True	True	0.9948691725730896	6					non-mobilizable	no_good_hit								True	True
MON0016_000000017949	1946	0.8260321415345242	2	1	0	1	0	True	14047	maximal	False	MON0022_000000016002	0.9740988818770918		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	74.0	85.135	4.0	0.08202247191011236	NZ_QIBZ01000039.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_039, whole genome shotgun sequence	True	True
AST0047_000000011449	1935	0.8260321415345242	2	1	0	1	0	True	115309	fragment	False	AST0047_000000011449	1.0		0	0	False	False	0.9974160194396973	0					non-mobilizable	plasmid	1213.0	95.21799999999999	99.0	0.31970456343972564	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
FIJ0005_000000017936	1935	0.8260321415345242	4	1	0	1	0	True	119811	fragment	False	SPA0122_000000012415	0.7083266626580147		0	0	False	False	0.9968992471694946	0					non-mobilizable	no_good_hit								True	True
ISR0007_000000008032	1928	0.8260321415345242	4	1	0	1	0	True	68291	fragment	False	ISR0007_000000008032	1.0		0	0	False	False	0.9968879818916321	0					non-mobilizable	no_good_hit								True	True
ISR0826_000000006314	1918	0.8260321415345242	4	1	0	1	0	True	42248	fragment	False	ISR0826_000000006314	1.0		0	0	False	False	0.9994786381721497	0					non-mobilizable	no_good_hit								True	True
SPA0127_000000015342	1914	0.8260321415345242	5	1	0	1	0	True	57189	fragment	False	SPA0127_000000015342	1.0		0	0	False	False	0.9932079315185547	0					non-mobilizable	no_good_hit	88.0	95.455	5.0	0.00018569031977153688	NZ_JAATLI010000003.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_03, whole genome shotgun sequence	True	True
ISR0064_000000011323	1909	0.8260321415345242	4	1	0	1	0	True	35240	fragment	False	ISR0064_000000011323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0165_000000008493	1899	0.8260321415345242	3	1	0	1	0	True	51086	backbone	False	FIJ0089_000000013283	0.9798955303527493	PS164|PS201	0	0	True	True	1.0	161					non-mobilizable	no_good_hit	309.0	79.935	16.0	0.18880688806888068	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
ISR0134_000000016915	1894	0.8260321415345242	3	1	0	1	0	True	31475	fragment	False	ISR0134_000000016915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000027699	1893	0.8260321415345242	4	1	0	1	0	True	26979	fragment	False	USA0034_01_000000027699	1.0		0	0	False	False	0.9994717240333557	0					non-mobilizable	no_good_hit								True	True
MON0086_000000016328	1892	0.8260321415345242	4	1	0	1	0	True	18436	fragment	False	MON0086_000000016328	1.0		0	0	False	False	0.9910147786140442	0					non-mobilizable	no_good_hit	131.0	98.473	7.0	0.2559055118110236	NZ_CABIYV010000023.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0145_01_000000012712	1883	0.8260321415345242	4	1	0	1	0	True	14954	fragment	False	USA0145_01_000000012712	1.0		0	0	False	False	0.9989378452301025	0					non-mobilizable	no_good_hit								True	True
ETH0004_000000015030	1868	0.8260321415345242	1	1	0	1	0	True	52894	maximal	True	ETH0004_000000015030	1.0		1	1	True	True	1.0	258					non-mobilizable	no_good_hit								True	True
ISR0153_000000015417	1862	0.8260321415345242	4	1	0	1	0	True	30672	fragment	False	ISR0153_000000015417	1.0		0	0	False	False	0.9973146915435791	0					non-mobilizable	no_good_hit								True	True
ISR0334_000000011347	1855	0.8260321415345242	3	1	0	1	0	True	24506	maximal	True	ISR0334_000000011347	1.0		1	1	True	True	0.981671154499054	10					non-mobilizable	no_good_hit	48.0	95.833	3.0	0.026674233825198637	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
MAD0038_000000007667	1854	0.8260321415345242	4	1	0	1	0	True	119808	fragment	False	ENG0099_000000008480	0.9466792220501418		0	0	False	False	0.9724919199943542	0					non-mobilizable	no_good_hit	52.0	88.462	3.0	0.00010455067257447667	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0056_000000010822	1850	0.8260321415345242	3	1	0	1	0	True	119838	fragment	False	CHI0056_000000010822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	100.0	7.0	0.00107030413824892	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0042_000000012769	1850	0.8260321415345242	2	1	0	1	0	True	51086	backbone	False	FIJ0089_000000013283	0.9413188361437301	PS164|PS201	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	193.0	82.902	10.0	0.11685116851168512	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
ISR0031_000000012663	1844	0.8260321415345242	1	1	0	1	0	True	37005	maximal	True	ISR0031_000000012663	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0135_000000015446	1844	0.8260321415345242	5	1	0	1	0	True	40597	maximal	True	FIJ0135_000000015446	1.0		1	1	False	False	0.9989153742790222	0					non-mobilizable	no_good_hit								True	True
MON0026_000000025536	1841	0.8260321415345242	3	1	0	1	0	True	14047	maximal	False	MON0022_000000016002	0.9749665864112417		0	0	True	True	0.9989136457443237	7					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.010285714285714285	HG796826.1	bacteria	Uncultured bacterium plasmid pRGF00141	True	True
MON0051_000000019228	1841	0.8260321415345242	3	1	0	1	0	True	14047	maximal	False	MON0022_000000016002	0.9749712736412511		0	0	True	True	1.0	32					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.010285714285714285	HG796826.1	bacteria	Uncultured bacterium plasmid pRGF00141	True	True
USA0121_01_000000023968	1835	0.8260321415345242	3	1	0	1	0	True	108993	fragment	False	FIJ0145_000000006798	0.7121399593531919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	94.279	44.0	0.288496213487198	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
ISR0371_000000010580	1833	0.8260321415345242	2	1	0	1	0	True	59996	maximal	True	ISR0371_000000010580	0.9769078953623016		3	1	True	True	1.0	46					non-mobilizable	no_good_hit	52.0	96.154	3.0	0.02894438138479001	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
FIJ0048_000000018118	1831	0.8260321415345242	3	1	0	1	0	True	51086	backbone	False	FIJ0089_000000013283	0.9777177848323104	PS164|PS201	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	262.0	80.916	14.0	0.15990159901599016	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
MON0063_000000016063	1830	0.8260321415345242	4	1	0	1	0	True	79146	fragment	False	MON0063_000000016063	0.9609030837004405		0	0	False	False	0.9989070892333984	0					non-mobilizable	no_good_hit								True	True
DEN0089_000000010559	1823	0.8260321415345242	2	1	0	1	0	True	68835	maximal	True	DEN0089_000000010559	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0038_000000019290	1820	0.8260321415345242	3	1	0	1	0	True	47639	maximal	True	FIJ0038_000000019290	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0204_000000014570	1818	0.8260321415345242	3	1	0	1	0	True	54035	fragment	False	ENG0204_000000014570	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0154_000000018081	1816	0.8260321415345242	4	1	0	1	0	True	79146	fragment	False	MON0063_000000016063	0.9573770491803278		0	0	False	False	0.9994493126869202	0					non-mobilizable	no_good_hit								True	True
ISR0103_000000016287	1813	0.8260321415345242	2	1	0	1	0	True	33041	maximal	True	ISR0103_000000016287	1.0		2	1	True	True	0.9994484186172485	5					non-mobilizable	no_good_hit	183.0	95.62799999999999	13.0	0.11955085865257596	HG796540.1	bacteria	Uncultured bacterium plasmid pRGI01595	True	True
ISR0077_000000019298	1812	0.8260321415345242	2	1	0	1	0	True	59996	maximal	False	ISR0371_000000010580	0.9766582070478447		0	0	True	True	0.9878587126731873	5					non-mobilizable	no_good_hit	52.0	96.154	3.0	0.02894438138479001	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0829_000000008393	1807	0.8260321415345242	1	1	0	1	0	True	21065	fragment	False	ISR0829_000000008393	1.0		0	0	False	False	0.9994465708732605	0					non-mobilizable	plasmid	1734.0	95.50200000000001	96.0	0.5551282051282052	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	False	True
SPA0009_000000020335	1806	0.8260321415345242	3	1	0	1	0	True	8126	fragment	False	SPA0009_000000020335	1.0		0	0	False	False	0.986157238483429	0					non-mobilizable	no_good_hit	650.0	96.462	81.0	0.23362131029517638	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
DEN0031_000000019217	1802	0.8260321415345242	3	1	0	1	0	True	73750	maximal	True	DEN0031_000000019217	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0152_000000013047	1800	0.8260321415345242	1	1	0	1	0	True	30713	maximal	True	ISR0152_000000013047	1.0		1	1	True	True	1.0	161					non-mobilizable	no_good_hit								True	True
MAD0041_000000019796	1789	0.8260321415345242	5	1	0	1	0	True	18243	maximal	True	MAD0041_000000019796	1.0		1	1	False	False	0.9994410276412964	0					non-mobilizable	no_good_hit								True	True
ENG0191_000000017713	1786	0.8260321415345242	2	1	0	1	0	True	62222	fragment	False	ENG0191_000000017713	0.9656946826758148		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1031.0	98.545	87.0	0.37077033837293016	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0120_000000019451	1783	0.8260321415345242	5	1	0	1	0	True	119808	fragment	False	ENG0099_000000008480	0.6382596188421431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0266_000000010788	1777	0.8260321415345242	4	1	0	1	0	True	119811	fragment	False	SPA0122_000000012415	0.47648578811369513		0	0	False	False	0.9983117580413818	0					non-mobilizable	no_good_hit								True	True
ISR0188_000000011900	1769	0.8260321415345242	2	1	0	1	0	True	29256	fragment	False	ISR0188_000000011900	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	938.0	98.081	99.0	0.3362131029517639	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ENG0061_000000011997	1768	0.8260321415345242	2	1	0	1	0	True	63249	fragment	False	ENG0061_000000011997	1.0		0	0	False	False	0.9960407018661499	0					non-mobilizable	plasmid	1745.0	99.427	99.0	0.6279740447007931	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0073_000000015444	1765	0.8260321415345242	2	1	0	1	0	True	128815	fragment	False	ISR0073_000000015444	1.0		0	0	False	False	0.9915013909339905	0					non-mobilizable	no_good_hit	1038.0	98.17	59.0	0.37920937042459735	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
MON0024_000000028977	1761	0.8260321415345242	4	1	0	1	0	True	34022	fragment	False	MON0024_000000028977	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.2671177305874218e-06	NC_020453.1	a-proteobacteria	Bradyrhizobium oligotrophicum S58, complete genome	True	True
SPA0124_000000016667	1759	0.8260321415345242	3	1	0	1	0	True	24561	fragment	False	SPA0124_000000016667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	96.296	6.0	3.198851044454762e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
AST0093_000000009899	1754	0.8260321415345242	3	1	0	1	0	True	109526	maximal	True	AST0093_000000009899	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1752.0	98.801	99.0	0.000780805125577633	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	True
MAD0050_000000013758	1754	0.8260321415345242	4	1	0	1	0	True	17399	maximal	True	MAD0050_000000013758	1.0		1	1	False	False	0.9868870973587036	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	1.3602682448978938e-05	CP035294.1	firmicutes	Staphylococcus saprophyticus subsp. saprophyticus ATCC 15305 = NCTC 7292 strain ATCC 15305 chromosome, complete genome	True	True
ISR0219_000000018929	1749	0.8260321415345242	2	1	0	1	0	True	62222	fragment	False	ENG0191_000000017713	0.956047032474804		0	0	False	True	1.0	0					non-mobilizable	plasmid	1040.0	99.42299999999999	100.0	0.3740100791936645	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ENG0107_000000017145	1737	0.8260321415345242	3	1	0	1	0	True	59996	maximal	False	ISR0371_000000010580	0.9583118220112724		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	52.0	96.154	3.0	0.02894438138479001	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ENG0042_000000014636	1737	0.8260321415345242	2	1	0	1	0	True	64689	fragment	False	ENG0042_000000014636	0.9580838323353293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	95.13	54.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ETH0001_000000019103	1736	0.8260321415345242	3	1	0	1	0	True	53498	maximal	True	ETH0001_000000019103	1.0		1	1	True	True	1.0	129					non-mobilizable	no_good_hit								True	True
ISR0217_000000013430	1722	0.8260321415345242	2	1	0	1	0	True	28087	maximal	True	ISR0217_000000013430	1.0		1	1	True	True	1.0	85					non-mobilizable	plasmid	897.0	97.324	100.0	0.5476336816226183	LN853339.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0723	False	True
FIJ0002_000000021545	1718	0.8260321415345242	2	1	0	1	0	True	52346	backbone	True	FIJ0002_000000021545	1.0	PS213	1	1	True	True	1.0	24					non-mobilizable	no_good_hit	45.0	88.889	5.0	0.00012811031462728632	NZ_VORM01000003.1	CFB group bacteria	Subsaximicrobium wynnwilliamsii strain G	True	True
SPA0009_000000021499	1715	0.8260321415345242	4	1	0	1	0	True	119807	maximal	True	SPA0009_000000021499	1.0		3	2	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit	209.0	94.73700000000001	12.0	0.00293384604429253	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0807_000000008293	1711	0.8260321415345242	4	1	0	1	0	True	21760	fragment	False	ISR0807_000000008293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0051_000000021905	1703	0.8260321415345242	3	1	0	1	0	True	35841	maximal	True	ISR0051_000000021905	1.0		0	0	False	False	0.968878448009491	0					non-mobilizable	no_good_hit	1294.0	99.61399999999999	76.0	0.0015188813885303294	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0107_000000016570	1688	0.8260321415345242	3	1	0	1	0	True	108993	fragment	False	FIJ0145_000000006798	0.46348773841961854		0	0	False	False	0.9988151788711548	0					non-mobilizable	no_good_hit	804.0	94.40299999999999	47.0	0.288496213487198	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
AST0149_000000015861	1684	0.8260321415345242	4	1	0	1	0	True	104437	fragment	False	AST0149_000000015861	1.0		0	0	False	False	0.9887173175811768	0					non-mobilizable	no_good_hit								True	True
FIJ0162_000000013482	1676	0.8260321415345242	2	1	0	1	0	True	39225	fragment	False	FIJ0162_000000013482	1.0		0	0	False	False	0.9988066554069519	0					non-mobilizable	no_good_hit	169.0	92.30799999999999	10.0	0.056059080228264516	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MON0097_000000021908	1674	0.8260321415345242	3	1	0	1	0	True	119800	fragment	False	MON0097_000000021908	0.9413966182269167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0112_000000016546	1670	0.8260321415345242	2	1	0	1	0	True	64689	fragment	False	ENG0042_000000014636	0.9441565918249857		0	0	False	False	0.9868263602256775	0					non-mobilizable	no_good_hit	702.0	95.014	51.0	0.2523398128149748	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0040_000000025520	1666	0.8260321415345242	1	1	0	1	0	True	128819	backbone	False	ISR0837_000000008502	0.949113946713714	PS1056	0	0	True	True	0.9993997812271118	24					non-mobilizable	no_good_hit	1315.0	98.40299999999999	79.0	0.48060029282576866	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
MON0069_000000031101	1666	0.8260321415345242	4	1	0	1	0	True	10481	maximal	True	MON0069_000000031101	1.0		0	0	False	False	0.942376971244812	0					non-mobilizable	no_good_hit	373.0	97.051	22.0	8.46960402552083e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
SPA0126_000000026689	1662	0.8260321415345242	2	1	0	1	0	True	53090	maximal	False	SPA0016_000000019882	0.9878366530146301		0	0	True	True	1.0	54					non-mobilizable	no_good_hit								True	True
DEN0034_000000004730	1658	0.8260321415345242	2	1	0	1	0	True	73543	fragment	False	DEN0034_000000004730	1.0		0	0	False	False	0.9933655261993408	0					non-mobilizable	no_good_hit								True	True
SPA0058_000000018624	1657	0.8260321415345242	3	1	0	1	0	True	131638	maximal	False	ENG0196_000000006783	0.8792441291550197		0	0	True	True	1.0	56					non-mobilizable	plasmid	1163.0	92.863	99.0	0.7140198511166254	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
FIJ0021_000000028933	1656	0.8260321415345242	1	1	0	1	0	True	109197	maximal	False	AST0094_000000013730	0.9828807556080283		0	0	True	True	1.0	8					non-mobilizable	plasmid	1391.0	94.321	100.0	0.8547589616810878	LN853340.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0725	False	True
AST0094_000000013730	1655	0.8260321415345242	3	1	0	1	0	True	109197	maximal	True	AST0094_000000013730	0.9828908554572271		3	3	True	True	0.9993957877159119	7					non-mobilizable	plasmid	1445.0	91.765	100.0	0.8875154511742892	LN853340.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0725	False	True
AST0097_000000012937	1654	0.8260321415345242	3	1	0	1	0	True	123992	fragment	False	AST0097_000000012937	1.0		0	0	False	False	0.9945586323738098	0					non-mobilizable	no_good_hit								True	True
MAD0068_000000017233	1654	0.8260321415345242	3	1	0	1	0	True	131638	maximal	False	ENG0196_000000006783	0.8553635661007724		0	0	True	True	1.0	13					non-mobilizable	plasmid	1162.0	91.91	99.0	0.7140198511166254	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
MAD0033_000000012332	1654	0.8260321415345242	3	1	0	1	0	True	131638	maximal	False	ENG0196_000000006783	0.8559002561948584		0	0	True	True	1.0	17					non-mobilizable	plasmid	1162.0	91.99700000000001	99.0	0.7140198511166254	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
SPA0027_000000022776	1646	0.8260321415345242	1	1	0	1	0	True	56460	maximal	True	SPA0027_000000022776	0.9962892156069895		11	3	True	True	0.9957472681999207	17					non-mobilizable	no_good_hit	379.0	97.361	23.0	0.2323856613102596	LN853340.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0725	True	True
ENG0033_000000015569	1645	0.8260321415345242	3	1	0	1	0	True	65489	maximal	True	ENG0033_000000015569	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	82.796	17.0	0.06895238095238095	HG796826.1	bacteria	Uncultured bacterium plasmid pRGF00141	True	True
ISR0186_000000019315	1639	0.8260321415345242	1	1	0	1	0	True	29320	maximal	True	ISR0186_000000019315	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0117_000000014011	1638	0.8260321415345242	3	1	0	1	0	True	59359	fragment	False	ENG0117_000000014011	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	974.0	94.969	92.0	0.2561329464521235	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
SPA0009_000000022636	1634	0.8260321415345242	2	1	0	1	0	True	8119	maximal	True	SPA0009_000000022636	1.0		1	1	True	True	1.0	183					non-mobilizable	no_good_hit								True	True
SPA0018_000000018336	1630	0.8260321415345242	1	1	0	1	0	True	56460	maximal	False	SPA0027_000000022776	0.9928213190776048		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	379.0	97.361	23.0	0.2323856613102596	LN853340.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0725	True	True
DEN0028_000000018976	1624	0.8260321415345242	2	1	0	1	0	True	73948	fragment	False	DEN0028_000000018976	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1266.0	94.945	98.0	0.45464362850971923	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0088_000000015218	1620	0.8260321415345242	3	1	0	1	0	True	60344	fragment	False	ISR0088_000000015218	1.0		0	0	False	False	0.9925925731658936	0					non-mobilizable	no_good_hit	234.0	97.863	14.0	0.0010856188261278504	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	True
ENG0184_000000013860	1619	0.8260321415345242	2	1	0	1	0	True	62221	backbone	True	ENG0184_000000013860	1.0	PS275	2	2	True	True	0.9950586557388306	11					non-mobilizable	plasmid	881.0	99.09200000000001	100.0	0.3167746580273578	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ENG0025_000000016638	1615	0.8260321415345242	1	1	0	1	0	True	66144	maximal	True	ENG0025_000000016638	1.0		2	2	True	True	0.9987615942955017	5					non-mobilizable	no_good_hit	202.0	86.634	12.0	0.13293253173012692	NZ_AHMN02000012.1	bacteria	Leptospira kirschneri serovar Cynopteri str. 3522 CT ctg1134731807557, whole genome shotgun sequence	True	True
ISR0781_000000018533	1613	0.8260321415345242	1	1	0	1	0	True	56460	maximal	False	SPA0027_000000022776	0.9886464445741702		0	0	True	True	1.0	49					non-mobilizable	no_good_hit	379.0	97.361	23.0	0.2323856613102596	LN853340.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0725	True	True
ENG0160_000000012549	1612	0.8260321415345242	2	1	0	1	0	True	56460	maximal	False	SPA0027_000000022776	0.9853728496693337		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	305.0	99.016	25.0	0.18788627935723115	LN853340.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0725	True	True
ISR0288_000000018642	1606	0.8260321415345242	2	1	0	1	0	True	56460	maximal	False	SPA0027_000000022776	0.9958346963668925		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	379.0	97.361	23.0	0.2323856613102596	LN853340.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0725	True	True
FIJ0102_000000020115	1602	0.8260321415345242	3	1	0	1	0	True	119800	fragment	False	MON0097_000000021908	0.6876862988486068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0281_000000011304	1595	0.8260321415345242	2	1	0	1	0	True	128817	fragment	False	ISR0281_000000011304	1.0		0	0	False	False	0.9974921345710754	0					non-mobilizable	no_good_hit	1160.0	99.13799999999999	73.0	0.4238653001464129	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0031_000000020707	1594	0.8260321415345242	2	1	0	1	0	True	62220	fragment	False	SPA0137_000000024028	0.9228546376887042		0	0	False	False	0.9937264919281006	0					non-mobilizable	plasmid	1041.0	93.948	95.0	0.3740100791936645	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MAD0041_000000022779	1592	0.8260321415345242	3	1	0	1	0	True	18233	maximal	True	MAD0041_000000022779	1.0		1	1	False	False	0.9987437129020691	0					non-mobilizable	no_good_hit								True	True
USA0039_01_000000014054	1591	0.8260321415345242	3	1	0	1	0	True	91689	fragment	False	USA0039_01_000000014054	1.0		0	0	False	False	0.9993714690208435	0					non-mobilizable	plasmid	1553.0	93.175	97.0	0.40886309680823	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
CHI0074_000000008661	1587	0.8260321415345242	2	1	0	1	0	True	84725	maximal	True	CHI0074_000000008661	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0157_000000020008	1585	0.8260321415345242	2	1	0	1	0	True	30615	fragment	False	ISR0157_000000020008	0.9619883040935673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0279_000000014099	1582	0.8260321415345242	1	1	0	1	0	True	26229	maximal	True	ISR0279_000000014099	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	95.62299999999999	76.0	0.37688984881209503	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0117_000000014598	1575	0.8260321415345242	5	1	0	1	0	True	59356	fragment	False	ENG0117_000000014598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0078_000000021557	1572	0.8260321415345242	4	1	0	1	0	True	69741	fragment	False	DEN0078_000000021557	1.0		0	0	False	False	0.9866412281990051	0					non-mobilizable	no_good_hit								True	True
FIJ0150_000000015665	1566	0.8260321415345242	2	1	0	1	0	True	39797	maximal	True	FIJ0150_000000015665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0121_000000016512	1560	0.8260321415345242	3	1	0	1	0	True	41463	maximal	True	FIJ0121_000000016512	1.0		2	1	False	False	0.9993589520454407	0					non-mobilizable	no_good_hit								True	True
ENG0073_000000015414	1558	0.8260321415345242	2	1	0	1	0	True	62220	fragment	False	SPA0137_000000024028	0.9484232668891306		0	0	False	False	0.9852374792098999	0					non-mobilizable	plasmid	996.0	94.37799999999999	100.0	0.357451403887689	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MAD0097_000000026707	1556	0.8260321415345242	2	1	0	1	0	True	15401	maximal	True	MAD0097_000000026707	1.0		1	1	False	False	0.9877892136573792	0					non-mobilizable	no_good_hit								True	True
SPA0136_000000027471	1548	0.8260321415345242	4	1	0	1	0	True	3600	fragment	False	SPA0136_000000027471	1.0		0	0	False	False	0.9948320388793945	0					non-mobilizable	no_good_hit	136.0	97.794	9.0	0.00018718158020660343	NZ_QVHZ01000003.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf3, whole genome shotgun sequence	True	True
ISR0347_000000014702	1545	0.8260321415345242	3	1	0	1	0	True	24166	fragment	False	ISR0347_000000014702	1.0		0	0	False	False	0.9961165189743042	0					non-mobilizable	no_good_hit								True	True
FIJ0092_000000023619	1539	0.8260321415345242	2	1	0	1	0	True	43290	maximal	True	FIJ0092_000000023619	1.0		1	1	False	False	0.9954515695571899	0					non-mobilizable	no_good_hit								True	True
SPA0137_000000024028	1539	0.8260321415345242	2	1	0	1	0	True	62220	fragment	False	SPA0137_000000024028	0.9514257212682974		0	0	False	False	1.0	0					non-mobilizable	plasmid	1050.0	94.571	100.0	0.37688984881209503	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MAD0099_000000020448	1539	0.8260321415345242	2	1	0	1	0	True	30615	fragment	False	ISR0157_000000020008	0.9501577287066246		0	0	False	False	0.9798570275306702	0					non-mobilizable	no_good_hit								True	True
AST0153_000000022200	1537	0.8260321415345242	3	1	0	1	0	True	119806	fragment	False	AST0153_000000022200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0012_000000014815	1532	0.8260321415345242	3	1	0	1	0	True	119800	fragment	False	MON0097_000000021908	0.9219265645600324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0151_000000010622	1532	0.8260321415345242	2	1	0	1	0	True	123992	fragment	False	AST0097_000000012937	0.9631197097944377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0156_000000005424	1525	0.8260321415345242	3	1	0	1	0	True	119800	fragment	False	MON0097_000000021908	0.916319379930874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0096_000000015639	1525	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.9795851219377499		0	0	False	False	0.9993442893028259	0					non-mobilizable	no_good_hit	1320.0	98.333	86.0	0.4816983894582723	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0157_000000020932	1518	0.8260321415345242	3	1	0	1	0	True	30539	fragment	False	ISR0157_000000020932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0045_000000027827	1518	0.8260321415345242	3	1	0	1	0	True	72872	fragment	False	DEN0045_000000027827	1.0		0	0	False	False	0.9986824989318848	0					non-mobilizable	no_good_hit	140.0	92.85700000000001	9.0	0.00029065086975704513	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0035_000000019134	1517	0.8260321415345242	3	1	0	1	0	True	12201	fragment	False	MON0035_000000019134	1.0		0	0	False	False	0.9861568808555603	0					non-mobilizable	no_good_hit								True	True
ISR0355_000000013881	1516	0.8260321415345242	2	1	0	1	0	True	23949	maximal	True	ISR0355_000000013881	1.0		1	1	False	False	0.9887862801551819	0					non-mobilizable	no_good_hit								True	True
FIJ0092_000000024065	1515	0.8260321415345242	2	1	0	1	0	True	46113	backbone	True	FIJ0092_000000024065	0.9826967922509838	PS164	3	1	True	True	1.0	12					non-mobilizable	no_good_hit	271.0	80.812	18.0	0.16543665436654367	LN853958.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1409	True	True
MON0056_000000013138	1512	0.8260321415345242	2	1	0	1	0	True	12361	fragment	False	MON0056_000000013138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	100.0	6.0	3.6269978537451075e-05	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	True	True
SPA0126_000000029779	1507	0.8260321415345242	1	1	0	1	0	True	3952	maximal	True	SPA0126_000000029779	1.0		1	1	False	False	0.9980092644691467	0					non-mobilizable	no_good_hit								True	True
CHI0162_000000021609	1507	0.8260321415345242	1	1	0	1	0	True	78537	maximal	True	CHI0162_000000021609	1.0		1	1	True	True	1.0	76					non-mobilizable	no_good_hit								True	True
ISR0315_000000006462	1499	0.8260321415345242	5	1	0	1	0	True	25230	fragment	False	ISR0315_000000006462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0003_01_000000025281	1492	0.8260321415345242	2	1	0	1	0	True	2228	fragment	False	USA0003_01_000000025281	0.9983187626092804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	4.0	0.026559865092748734	LN852790.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0100	True	True
FIJ0113_000000017288	1491	0.8260321415345242	1	1	0	1	0	True	46718	fragment	False	FIJ0113_000000017288	1.0		0	0	False	False	0.9825620651245117	0					non-mobilizable	no_good_hit	101.0	88.119	7.0	0.012579415501905972	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
MAD0012_000000020346	1488	0.8260321415345242	2	1	0	1	0	True	123989	fragment	False	MAD0012_000000020346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0060_000000009698	1488	0.8260321415345242	3	1	0	1	0	True	45874	maximal	True	FIJ0060_000000009698	1.0		4	1	True	True	1.0	27					non-mobilizable	no_good_hit								True	True
USA0135_01_000000010319	1487	0.8260321415345242	2	1	0	1	0	True	2228	fragment	False	USA0003_01_000000025281	0.9966487935656836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	4.0	0.026559865092748734	LN852790.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0100	True	True
TAN0002_000000028115	1485	0.8260321415345242	1	1	0	1	0	True	3023	fragment	False	TAN0002_000000028115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	5.0	5.0296164224994424e-05	NC_014371.1	CFB group bacteria	Prevotella melaninogenica ATCC 25845 chromosome II, complete sequence	True	True
MAD0009_000000007251	1482	0.8260321415345242	2	1	0	1	0	True	62890	fragment	False	MAD0009_000000007251	0.9808664081846076		0	0	False	False	1.0	0	rep_cluster_1683				non-mobilizable	plasmid	1484.0	97.844	100.0	0.5337179949513162	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0093_000000017345	1480	0.8260321415345242	1	1	0	1	0	True	33506	fragment	False	ISR0093_000000017345	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1298.0	99.307	93.0	0.46688264938804896	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MAD0068_000000019561	1469	0.8260321415345242	2	1	0	1	0	True	62890	fragment	False	MAD0009_000000007251	0.9640243306147197		0	0	False	False	0.9952348470687866	0	rep_cluster_1683				non-mobilizable	plasmid	1471.0	97.89299999999999	100.0	0.5290299314821493	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
FIJ0037_000000022511	1464	0.8260321415345242	1	1	0	1	0	True	131638	maximal	False	ENG0196_000000006783	0.5374804839242666		0	0	False	True	0.9959016442298889	0					non-mobilizable	plasmid	1028.0	98.346	100.0	0.6352357320099256	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	False	True
CHI0013_000000006447	1459	0.8260321415345242	2	1	0	1	0	True	89960	fragment	False	CHI0013_000000006447	0.9589136490250696		0	0	False	False	1.0	0	rep_cluster_1683				non-mobilizable	plasmid	1461.0	96.646	99.0	0.5257843490804183	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MON0050_000000027337	1459	0.8260321415345242	4	1	0	1	0	True	68290	fragment	False	MON0050_000000027337	1.0		0	0	False	False	0.9952021837234497	0					non-mobilizable	no_good_hit								True	True
ISR0834_000000012262	1455	0.8260321415345242	4	1	0	1	0	True	20970	maximal	True	ISR0834_000000012262	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0005_000000032339	1444	0.8260321415345242	4	1	0	1	0	True	52716	maximal	True	ETH0005_000000032339	1.0		1	1	False	False	0.9993074536323547	0					non-mobilizable	no_good_hit								True	True
AST0007_000000012440	1442	0.8260321415345242	2	1	0	1	0	True	126787	fragment	False	AST0007_000000012440	1.0		0	0	False	False	0.9889042973518372	0					non-mobilizable	no_good_hit	909.0	98.46	63.0	0.33162518301610544	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
CHI0093_000000004648	1439	0.8260321415345242	2	1	0	1	0	True	83588	maximal	True	CHI0093_000000004648	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0187_000000010846	1439	0.8260321415345242	2	1	0	1	0	True	77059	fragment	False	CHI0187_000000010846	1.0		0	0	False	False	1.0	0	rep_cluster_1683				non-mobilizable	no_good_hit	1239.0	96.045	86.0	0.4453660295708619	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
ISR0200_000000017531	1436	0.8260321415345242	2	1	0	1	0	True	89960	fragment	False	CHI0013_000000006447	0.950993831391364		0	0	False	False	1.0	0	rep_cluster_1683				non-mobilizable	plasmid	1437.0	96.868	100.0	0.5171171171171172	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0169_000000022609	1432	0.8260321415345242	2	1	0	1	0	True	62220	fragment	False	SPA0137_000000024028	0.9157010926229068		0	0	False	False	0.99301677942276	0					non-mobilizable	plasmid	958.0	94.46799999999999	100.0	0.343772498200144	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MAD0007_000000006471	1431	0.8260321415345242	3	1	0	1	0	True	19858	maximal	True	MAD0007_000000006471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0091_000000017152	1430	0.8260321415345242	3	1	0	1	0	True	91692	fragment	False	ENG0091_000000017152	1.0		0	0	False	False	0.9902098178863525	0					non-mobilizable	no_good_hit	961.0	92.61200000000001	84.0	0.25270377209179634	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
FIJ0111_000000014558	1424	0.8260321415345242	2	1	0	1	0	True	42078	maximal	True	FIJ0111_000000014558	1.0		2	2	False	False	0.9824438095092773	0					non-mobilizable	no_good_hit	1082.0	97.04299999999999	76.0	0.34615384615384615	LN852756.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0065	True	True
SPA0126_000000031708	1423	0.8260321415345242	2	1	0	1	0	True	6066	fragment	False	SPA0126_000000031708	1.0		0	0	False	False	0.976809561252594	0					non-mobilizable	plasmid	1398.0	90.272	98.0	0.3666578739118966	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0084_000000020846	1421	0.8260321415345242	2	1	0	1	0	True	61504	fragment	False	ENG0084_000000020846	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1140.0	96.404	96.0	0.40964722822174227	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
FIJ0041_000000026879	1416	0.8260321415345242	2	1	0	1	0	True	47351	fragment	False	FIJ0041_000000026879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0167_000000019818	1415	0.8260321415345242	1	1	0	1	0	True	40330	fragment	False	ISR0167_000000019818	1.0		0	0	False	False	0.9978798627853394	0					non-mobilizable	no_good_hit								True	True
ENG0037_000000025396	1413	0.8260321415345242	4	1	0	1	0	True	65153	maximal	True	ENG0037_000000025396	1.0		1	1	False	False	0.9985845685005188	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.042997542997543	XM_003285046.1	cellular slime molds	Dictyostelium purpureum expressed protein, mRNA	True	True
SPA0137_000000026158	1413	0.8260321415345242	1	1	0	1	0	True	62741	fragment	False	SPA0137_000000026158	1.0		0	0	False	False	0.9950460195541382	0					non-mobilizable	no_good_hit	139.0	97.84200000000001	25.0	0.03369404820462371	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
MAD0034_000000011287	1411	0.8260321415345242	3	1	0	1	0	True	18805	fragment	False	MAD0034_000000011287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0081_01_000000021740	1402	0.8260321415345242	3	1	0	1	0	True	26978	fragment	False	USA0081_01_000000021740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0301_000000014115	1401	0.8260321415345242	1	1	0	1	0	True	25555	fragment	False	ISR0301_000000014115	1.0		0	0	False	False	0.9985724687576294	0					non-mobilizable	no_good_hit	42.0	95.238	3.0	0.00012992774749651413	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0068_000000014716	1399	0.8260321415345242	3	1	0	1	0	True	35010	fragment	False	ISR0068_000000014716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0105_000000027732	1399	0.8260321415345242	3	1	0	1	0	True	14784	maximal	True	MAD0105_000000027732	1.0		1	1	False	False	0.9949964284896851	0					non-mobilizable	no_good_hit								True	True
SPA0014_000000017195	1398	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.8060535826414822		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	98.99	92.0	0.4703513909224012	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
DEN0026_000000020367	1392	0.8260321415345242	3	1	0	1	0	True	119799	fragment	False	MON0058_000000039102	0.9116493267580505		0	0	False	False	0.9719827771186829	0					non-mobilizable	no_good_hit								True	True
MAD0036_000000022672	1390	0.8260321415345242	3	1	0	1	0	True	18711	fragment	False	MAD0036_000000022672	0.9624447717231221		0	0	False	False	0.999280571937561	0					non-mobilizable	no_good_hit								True	True
ISR0055_000000011796	1390	0.8260321415345242	3	1	0	1	0	True	35663	fragment	False	ISR0055_000000011796	1.0		0	0	False	False	0.9884892106056213	0	rep_cluster_1839				non-mobilizable	no_good_hit	825.0	84.485	58.0	0.4591373439273553	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ENG0172_000000017108	1387	0.8260321415345242	2	1	0	1	0	True	55715	maximal	True	ENG0172_000000017108	1.0		1	1	False	False	0.9726027250289917	0					non-mobilizable	no_good_hit								True	True
MAD0045_000000030881	1383	0.8260321415345242	3	1	0	1	0	True	17818	fragment	False	MAD0045_000000030881	1.0		0	0	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit								True	True
AST0005_000000019824	1381	0.8260321415345242	4	1	0	1	0	True	127964	fragment	False	AST0005_000000019824	1.0		0	0	False	False	0.9869659543037415	0					non-mobilizable	no_good_hit								True	True
MAD0112_000000021127	1379	0.8260321415345242	3	1	0	1	0	True	14433	maximal	True	MAD0112_000000021127	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0092_000000033160	1376	0.8260321415345242	3	1	0	1	0	True	5304	fragment	False	SPA0092_000000033160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0057_01_000000023623	1374	0.8260321415345242	2	1	0	1	0	True	960	maximal	True	USA0057_01_000000023623	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
ISR0009_000000024667	1372	0.8260321415345242	6	1	0	1	0	True	38342	maximal	True	ISR0009_000000024667	1.0		1	1	False	False	0.9941691160202026	0					non-mobilizable	no_good_hit	40.0	90.0	3.0	8.685465875027281e-05	NZ_FQXN01000001.1	thermotogales	Thermosipho atlanticus DSM 15807, whole genome shotgun sequence	True	True
SPA0097_000000024063	1363	0.8260321415345242	3	1	0	1	0	True	38786	fragment	False	FIJ0171_000000015430	0.9218061674008811		0	0	False	False	0.988994836807251	0					non-mobilizable	no_good_hit								True	True
FIJ0171_000000015430	1362	0.8260321415345242	2	1	0	1	0	True	38786	fragment	False	FIJ0171_000000015430	0.9226267579841353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0041_000000027452	1361	0.8260321415345242	3	1	0	1	0	True	18217	fragment	False	MAD0041_000000027452	1.0		0	0	False	False	0.9750183820724487	0					non-mobilizable	no_good_hit								True	True
MON0058_000000039102	1361	0.8260321415345242	2	1	0	1	0	True	119799	fragment	False	MON0058_000000039102	0.944400007504353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0061_000000013655	1358	0.8260321415345242	3	1	0	1	0	True	18711	fragment	False	MAD0036_000000022672	0.9525179856115108		0	0	False	False	0.9992636442184448	0					non-mobilizable	no_good_hit								True	True
ENG0066_000000015757	1358	0.8260321415345242	2	1	0	1	0	True	62740	fragment	False	ENG0066_000000015757	0.9718504856550196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	93.976	42.0	0.0892728581713463	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0045_000000019362	1353	0.8260321415345242	3	1	0	1	0	True	36225	maximal	True	ISR0045_000000019362	1.0		1	1	False	False	0.9992609024047852	0					non-mobilizable	no_good_hit								True	True
ISR0038_000000026208	1348	0.8260321415345242	2	1	0	1	0	True	36602	maximal	True	ISR0038_000000026208	1.0		0	0	False	False	1.0	0	rep_cluster_1683				non-mobilizable	no_good_hit	1035.0	95.94200000000001	77.0	0.37189189189189187	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
MON0041_000000051925	1339	0.8260321415345242	5	1	0	1	0	True	11772	fragment	False	MON0041_000000051925	1.0		0	0	False	False	0.9686332941055298	0					non-mobilizable	no_good_hit								True	True
ISR0251_000000013138	1338	0.8260321415345242	2	1	0	1	0	True	26977	fragment	False	ISR0251_000000013138	1.0		0	0	False	False	0.9551569223403931	0					non-mobilizable	no_good_hit								True	True
ISR0037_000000018173	1333	0.8260321415345242	3	1	0	1	0	True	36683	fragment	False	ISR0037_000000018173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0797_000000008325	1327	0.8260321415345242	1	1	0	1	0	True	21933	fragment	False	ISR0797_000000008325	1.0		0	0	False	False	0.9992464184761047	0					non-mobilizable	no_good_hit	1042.0	95.969	84.0	0.3747300215982721	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0058_000000022865	1325	0.8260321415345242	2	1	0	1	0	True	37272	fragment	False	SPA0058_000000022865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	87.302	10.0	0.0010860394564417399	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
USA0059_01_000000019026	1324	0.8260321415345242	3	1	0	1	0	True	910	maximal	True	USA0059_01_000000019026	1.0		1	1	False	False	0.9932023882865906	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	4.9031751930302655e-05	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
FIJ0160_000000014893	1324	0.8260321415345242	2	1	0	1	0	True	44574	fragment	False	FIJ0160_000000014893	0.999611801242236		0	0	False	False	0.9758307933807373	0					non-mobilizable	plasmid	865.0	95.60700000000001	97.0	0.31065514758819296	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0834_000000013786	1313	0.8260321415345242	4	1	0	1	0	True	20965	maximal	True	ISR0834_000000013786	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0007_000000007213	1312	0.8260321415345242	2	1	0	1	0	True	24454	fragment	False	MAD0007_000000007213	0.9804156674660272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0160_000000015098	1310	0.8260321415345242	2	1	0	1	0	True	39308	fragment	False	FIJ0160_000000015098	1.0		0	0	False	False	0.9992366433143616	0					non-mobilizable	no_good_hit								True	True
USA0106_01_000000006420	1304	0.8260321415345242	2	1	0	1	0	True	57186	fragment	False	USA0106_01_000000006420	1.0		0	0	False	False	0.9992331266403198	0					non-mobilizable	no_good_hit	228.0	99.561	17.0	0.4468503937007874	NZ_CABIYV010000023.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0273_000000010747	1299	0.8260321415345242	2	1	0	1	0	True	26375	fragment	False	ISR0273_000000010747	1.0		0	0	False	False	0.9753656387329102	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.020522388059701493	LN853706.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1126	True	True
MAD0076_000000005036	1295	0.8260321415345242	2	1	0	1	0	True	16235	fragment	False	MAD0076_000000005036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.042997542997543	XM_003285046.1	cellular slime molds	Dictyostelium purpureum expressed protein, mRNA	True	True
AST0025_000000029945	1294	0.8260321415345242	3	1	0	1	0	True	119799	fragment	False	MON0058_000000039102	0.7743558683388881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0171_000000016335	1292	0.8260321415345242	1	1	0	1	0	True	38783	maximal	True	FIJ0171_000000016335	1.0		2	1	False	False	0.9744582176208496	0					non-mobilizable	no_good_hit								True	True
USA0045_01_000000011227	1289	0.8260321415345242	2	1	0	1	0	True	21486	fragment	False	USA0045_01_000000011227	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0075_000000015248	1288	0.8260321415345242	2	1	0	1	0	True	44574	fragment	False	FIJ0160_000000014893	0.9860271903323263		0	0	False	False	0.989130437374115	0					non-mobilizable	plasmid	865.0	95.60700000000001	100.0	0.31065514758819296	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0019_000000014162	1287	0.8260321415345242	2	1	0	1	0	True	37720	fragment	False	ISR0019_000000014162	1.0		0	0	False	False	0.9549339413642883	0					non-mobilizable	no_good_hit	157.0	93.631	12.0	0.04642108415693321	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
FIJ0048_000000026786	1286	0.8260321415345242	1	1	0	1	0	True	46717	fragment	False	FIJ0048_000000026786	1.0		0	0	False	False	0.9828926920890808	0					non-mobilizable	no_good_hit	47.0	95.745	4.0	0.0009387125036505486	NZ_FMJR01000154.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	True
FIJ0150_000000019469	1286	0.8260321415345242	2	1	0	1	0	True	62740	fragment	False	ENG0066_000000015757	0.7154058036649745		0	0	False	False	0.9898911118507385	0					non-mobilizable	no_good_hit	317.0	93.375	36.0	0.11375089992800576	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0092_000000018175	1284	0.8260321415345242	2	1	0	1	0	True	61081	maximal	True	ENG0092_000000018175	1.0		1	1	False	False	0.9968847632408142	0					non-mobilizable	no_good_hit	183.0	99.454	14.0	0.0014218638916883462	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0018_000000021291	1284	0.8260321415345242	2	1	0	1	0	True	49938	fragment	False	FIJ0018_000000021291	1.0		0	0	False	False	0.9976635575294495	0					non-mobilizable	no_good_hit								True	True
MAD0049_000000014761	1282	0.8260321415345242	2	1	0	1	0	True	17450	maximal	True	MAD0049_000000014761	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0287_000000011174	1280	0.8260321415345242	2	1	0	1	0	True	119799	fragment	False	MON0058_000000039102	0.9181387245308437		0	0	False	False	0.991406261920929	0					non-mobilizable	no_good_hit								True	True
AST0084_000000027767	1278	0.8260321415345242	3	1	0	1	0	True	111241	maximal	True	AST0084_000000027767	1.0		1	1	False	False	0.9898278713226318	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	0.0006705814122082064	NZ_JAAWUO010000022.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_22_length_55176_cov_71.891, whole genome shotgun sequence	True	True
ISR0226_000000006443	1277	0.8260321415345242	2	1	0	1	0	True	27645	fragment	False	ISR0226_000000006443	1.0		0	0	False	False	1.0	0	rep_cluster_1683				non-mobilizable	plasmid	1277.0	98.434	100.0	0.4594594594594595	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0075_000000015415	1276	0.8260321415345242	2	1	0	1	0	True	44562	fragment	False	FIJ0075_000000015415	1.0		0	0	False	False	0.9843260049819946	0					non-mobilizable	no_good_hit								True	True
ISR0260_000000013046	1269	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.713153921145867		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	99.133	100.0	0.4637628111273792	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
ENG0100_000000025079	1267	0.8260321415345242	1	1	0	1	0	True	60535	fragment	False	ENG0100_000000025079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	91.2	10.0	0.036837376460017966	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
DEN0094_000000031238	1263	0.8260321415345242	3	1	0	1	0	True	68289	fragment	False	DEN0094_000000031238	1.0		0	0	False	False	0.9984164834022522	0					non-mobilizable	no_good_hit								True	True
FIJ0150_000000019915	1262	0.8260321415345242	2	1	0	1	0	True	39779	fragment	False	FIJ0150_000000019915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	88.055	46.0	0.20807789397764154	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
CAN0004_000000022999	1261	0.8260321415345242	1	1	0	1	0	True	96056	fragment	False	CAN0004_000000022999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	93.443	9.0	1.0378653048028773e-05	LN899822.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IV	True	True
FIJ0162_000000018289	1259	0.8260321415345242	2	1	0	1	0	True	39206	maximal	True	FIJ0162_000000018289	1.0		0	0	False	False	0.9992057085037231	0					non-mobilizable	no_good_hit	134.0	88.806	11.0	5.491292528698291e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
AUS0016_000000022506	1259	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.7137182425498989		0	0	False	False	0.9841143488883972	0					non-mobilizable	other	1260.0	98.889	100.0	0.46046852122986826	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
FIJ0154_000000032341	1258	0.8260321415345242	2	1	0	1	0	True	39548	fragment	False	FIJ0154_000000032341	1.0		0	0	False	False	0.9674085974693298	0					non-mobilizable	no_good_hit								True	True
DEN0046_000000019050	1256	0.8260321415345242	3	1	0	1	0	True	119799	fragment	False	MON0058_000000039102	0.7560917033223001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0048_000000019063	1254	0.8260321415345242	2	1	0	1	0	True	17517	fragment	False	MAD0048_000000019063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0106_000000035566	1253	0.8260321415345242	3	1	0	1	0	True	8635	maximal	True	MON0106_000000035566	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0823_000000001761	1253	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.6303709846316605		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	98.72399999999999	100.0	0.4582723279648609	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
ENG0010_000000017511	1252	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.2585198874939501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	96.485	86.0	0.39348462664714495	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0336_000000012648	1251	0.8260321415345242	2	1	0	1	0	True	24454	fragment	False	MAD0007_000000007213	0.9580792682926829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0363_000000014883	1240	0.8260321415345242	2	1	0	1	0	True	23689	maximal	True	ISR0363_000000014883	1.0		1	1	False	False	0.9935483932495117	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0004680998613037448	NZ_AXWW01000053.1	high GC Gram+	Actinokineospora inagensis DSM 44258 H504DRAFT_scaffold00046.46_C, whole genome shotgun sequence	True	True
MAD0010_000000003914	1239	0.8260321415345242	1	1	0	1	0	True	19730	fragment	False	MAD0010_000000003914	1.0		0	0	False	False	0.974979817867279	0					non-mobilizable	no_good_hit	49.0	100.0	4.0	1.068245771304604e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0265_000000014347	1238	0.8260321415345242	2	1	0	1	0	True	62740	fragment	False	ENG0066_000000015757	0.9410229568581495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	93.65899999999999	29.0	0.0734341252699784	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0027_000000033662	1236	0.8260321415345242	3	1	0	1	0	True	12622	fragment	False	MON0027_000000033662	1.0		0	0	False	False	0.9927184581756592	0					non-mobilizable	no_good_hit								True	True
ENG0018_000000017965	1235	0.8260321415345242	3	1	0	1	0	True	119799	fragment	False	MON0058_000000039102	0.7403271745282917		0	0	False	False	0.9854251146316528	0					non-mobilizable	no_good_hit								True	True
ISR0084_000000023058	1235	0.8260321415345242	3	1	0	1	0	True	34021	fragment	False	ISR0084_000000023058	0.9429787234042553		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0042_000000019776	1233	0.8260321415345242	1	1	0	1	0	True	47271	fragment	False	FIJ0042_000000019776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.042997542997543	XM_003285046.1	cellular slime molds	Dictyostelium purpureum expressed protein, mRNA	True	True
ISR0154_000000016804	1232	0.8260321415345242	2	1	0	1	0	True	30614	fragment	False	ISR0154_000000016804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	100.0	4.0	0.1062992125984252	NZ_CABIYV010000023.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0107_000000050428	1229	0.8260321415345242	3	1	0	1	0	True	8556	fragment	False	MON0107_000000050428	1.0		0	0	False	False	0.9991863369941711	0					non-mobilizable	no_good_hit	297.0	94.949	24.0	0.10797950219619326	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0123_000000019035	1229	0.8260321415345242	3	1	0	1	0	True	32102	maximal	True	ISR0123_000000019035	1.0		3	2	False	False	0.9788445830345154	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000048864	1227	0.8260321415345242	3	1	0	1	0	True	88134	fragment	False	USA0069_01_000000048864	0.97585601404741		0	0	False	False	0.9983699917793274	0					non-mobilizable	no_good_hit								True	True
ENG0123_000000009476	1220	0.8260321415345242	1	1	0	1	0	True	58958	fragment	False	ENG0123_000000009476	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1231.0	93.339	99.0	0.3241888683724611	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0790_000000014566	1219	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.6233154868548796		0	0	False	False	0.9991796612739563	0					non-mobilizable	other	1221.0	98.853	100.0	0.44619326500732065	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
ISR0107_000000025254	1218	0.8260321415345242	4	1	0	1	0	True	32830	fragment	False	ISR0107_000000025254	1.0		0	0	False	False	0.9991790056228638	0					non-mobilizable	no_good_hit								True	True
ISR0276_000000008313	1218	0.8260321415345242	1	1	0	1	0	True	62889	fragment	False	ISR0276_000000008313	0.9665492957746479		0	0	False	False	1.0	0					non-mobilizable	plasmid	1228.0	92.99700000000001	100.0	0.43851424450054094	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
USA0025_01_000000012773	1217	0.8260321415345242	2	1	0	1	0	True	57184	fragment	False	ENG0149_000000015324	0.91633619402869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	100.0	9.0	0.0024522569444444444	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0169_000000018774	1215	0.8260321415345242	1	1	0	1	0	True	38844	fragment	False	FIJ0169_000000018774	1.0		0	0	False	False	0.9942386746406555	0					non-mobilizable	no_good_hit	237.0	87.34200000000001	19.0	0.08315334773218143	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0080_000000048080	1215	0.8260321415345242	1	1	0	1	0	True	10013	fragment	False	MON0080_000000048080	0.9593360995850622		0	0	False	False	0.998353898525238	0	rep_cluster_1683				non-mobilizable	plasmid	1221.0	96.314	100.0	0.43743238369996396	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ENG0019_000000014365	1210	0.8260321415345242	2	1	0	1	0	True	66509	maximal	True	ENG0019_000000014365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	91.62899999999999	54.0	0.21886539107082914	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0080_000000023722	1210	0.8260321415345242	2	1	0	1	0	True	61713	maximal	True	ENG0080_000000023722	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	100.0	30.0	0.0014525371514309885	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	True	True
FIJ0066_000000027945	1206	0.8260321415345242	2	1	0	1	0	True	45284	maximal	True	FIJ0066_000000027945	1.0		0	0	False	False	0.9991708397865295	0					non-mobilizable	no_good_hit								True	True
MAD0064_000000019576	1205	0.8260321415345242	4	1	0	1	0	True	16657	fragment	False	MAD0064_000000019576	1.0		0	0	False	False	0.9950207471847534	0					non-mobilizable	no_good_hit								True	True
SPA0127_000000024235	1205	0.8260321415345242	2	1	0	1	0	True	10013	fragment	False	MON0080_000000048080	0.9563786008230453		0	0	False	False	1.0	0	rep_cluster_1683				non-mobilizable	plasmid	1212.0	98.02	100.0	0.4345945945945946	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0006_000000015631	1199	0.8260321415345242	3	1	0	1	0	True	38466	fragment	False	ISR0006_000000015631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	99.04799999999999	9.0	1.8775793019990623e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	True
FIJ0140_000000029988	1198	0.8260321415345242	1	1	0	1	0	True	40329	fragment	False	FIJ0140_000000029988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0071_000000005184	1197	0.8260321415345242	2	1	0	1	0	True	16327	fragment	False	MAD0071_000000005184	1.0		0	0	False	False	0.9941520690917969	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.245704251475264e-06	NC_013739.1	actinobacteria	Conexibacter woesei DSM 14684, complete sequence	True	True
ISR0395_000000032153	1195	0.8260321415345242	2	1	0	1	0	True	57184	fragment	False	ENG0149_000000015324	0.9412201393452229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0148_000000017827	1195	0.8260321415345242	1	1	0	1	0	True	62740	fragment	False	ENG0066_000000015757	0.4850565428109854		0	0	False	False	0.991631805896759	0					non-mobilizable	no_good_hit	144.0	94.444	24.0	0.05147588192944565	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0035_000000018895	1192	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.6942207620269943		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	98.742	100.0	0.4355783308931186	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
ENG0149_000000015324	1190	0.8260321415345242	2	1	0	1	0	True	57184	fragment	False	ENG0149_000000015324	0.9456046334236746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0087_000000030568	1189	0.8260321415345242	1	1	0	1	0	True	126566	fragment	False	AST0087_000000030568	0.9968722073279714		0	0	False	False	1.0	0					non-mobilizable	other	980.0	99.59200000000001	100.0	0.3267690253671562	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MAD0105_000000033590	1185	0.8260321415345242	2	1	0	1	0	True	14767	maximal	True	MAD0105_000000033590	1.0		0	0	False	False	0.99915611743927	0					non-mobilizable	no_good_hit								True	True
ISR0857_000000003076	1179	0.8260321415345242	2	1	0	1	0	True	20467	fragment	False	ISR0857_000000003076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	81.736	64.0	0.26126126126126126	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0057_000000030377	1178	0.8260321415345242	2	1	0	1	0	True	46089	maximal	True	FIJ0057_000000030377	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0003_000000026576	1177	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.6080249654859888		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	98.47200000000001	100.0	0.43045387994143486	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
ISR0092_000000027513	1175	0.8260321415345242	2	1	0	1	0	True	34021	fragment	False	ISR0084_000000023058	0.9210526315789473		0	0	False	False	0.9719148874282837	0					non-mobilizable	no_good_hit								True	True
SPA0117_000000031530	1175	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.41557299343503407		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	96.367	92.0	0.4019033674963397	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
MAD0108_000000015659	1170	0.8260321415345242	3	1	0	1	0	True	14604	fragment	False	MAD0108_000000015659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0148_000000030810	1165	0.8260321415345242	2	1	0	1	0	True	57250	fragment	False	ENG0148_000000030810	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1094.0	93.32700000000001	99.0	0.2880506462674756	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0015_000000023456	1162	0.8260321415345242	2	1	0	1	0	True	37944	maximal	True	ISR0015_000000023456	1.0		1	1	False	False	0.9991394281387329	0					non-mobilizable	no_good_hit	69.0	98.551	6.0	1.940809865707374e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MAD0047_000000041841	1160	0.8260321415345242	3	1	0	1	0	True	17592	maximal	True	MAD0047_000000041841	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0013_000000011196	1152	0.8260321415345242	1	1	0	1	0	True	2553	maximal	True	TAN0013_000000011196	1.0		0	0	False	False	0.8715277910232544	0					non-mobilizable	no_good_hit								True	True
ENG0016_000000019569	1152	0.8260321415345242	2	1	0	1	0	True	66724	fragment	False	ENG0016_000000019569	1.0		0	0	False	False	0.9991319179534912	0					non-mobilizable	plasmid	945.0	97.77799999999999	90.0	0.3387329013678906	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0814_000000037259	1148	0.8260321415345242	2	1	0	1	0	True	21485	fragment	False	ISR0814_000000037259	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0032_000000028462	1145	0.8260321415345242	1	1	0	1	0	True	12360	fragment	False	MON0032_000000028462	1.0		0	0	False	False	0.9799126386642456	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.010285714285714285	HG796826.1	bacteria	Uncultured bacterium plasmid pRGF00141	True	True
CHI0034_000000014812	1139	0.8260321415345242	2	1	0	1	0	True	88134	fragment	False	USA0069_01_000000048864	0.9417277913610431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0064_000000019629	1136	0.8260321415345242	2	1	0	1	0	True	62889	fragment	False	ISR0276_000000008313	0.9351395730706076		0	0	False	False	0.9867957830429077	0					non-mobilizable	plasmid	1137.0	98.329	100.0	0.40894338261810315	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
AST0014_000000014528	1135	0.8260321415345242	2	1	0	1	0	True	123988	fragment	False	MAD0050_000000021374	0.9365983864918567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0102_000000020356	1135	0.8260321415345242	2	1	0	1	0	True	14953	fragment	False	MAD0102_000000020356	1.0		0	0	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit								True	True
ENG0102_000000025653	1135	0.8260321415345242	2	1	0	1	0	True	60343	fragment	False	ENG0102_000000025653	1.0		0	0	False	False	0.9894273281097412	0					non-mobilizable	no_good_hit	228.0	98.24600000000001	20.0	0.001057542477176268	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	True
FIJ0010_000000017081	1130	0.8260321415345242	2	1	0	1	0	True	51040	fragment	False	FIJ0010_000000017081	1.0		0	0	False	False	1.0	0					non-mobilizable	other	787.0	98.221	100.0	0.2623497997329773	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MAD0050_000000021374	1130	0.8260321415345242	3	1	0	1	0	True	123988	fragment	False	MAD0050_000000021374	0.9490935861837934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000030137	1126	0.8260321415345242	2	1	0	1	0	True	29792	maximal	True	ISR0176_000000030137	1.0		2	2	False	False	0.9982237815856934	0					non-mobilizable	no_good_hit	187.0	93.04799999999999	17.0	0.0016562813350522849	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0111_000000030158	1123	0.8260321415345242	1	1	0	1	0	True	128814	fragment	False	ISR0096_000000015639	0.34453633375798276		0	0	False	False	0.9991095066070557	0					non-mobilizable	other	1123.0	98.664	100.0	0.4103221083455344	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	False	True
CHI0069_000000009545	1123	0.8260321415345242	2	1	0	1	0	True	85021	fragment	False	CHI0069_000000009545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0035_000000019726	1120	0.8260321415345242	4	1	0	1	0	True	24560	fragment	False	MAD0035_000000019726	0.9679313459801264		0	0	False	False	0.9383928775787354	0					non-mobilizable	no_good_hit	50.0	96.0	4.0	1.088359220734798e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
AST0007_000000015834	1119	0.8260321415345242	1	1	0	1	0	True	126566	fragment	False	AST0087_000000030568	0.9697224558452481		0	0	False	False	1.0	0					non-mobilizable	other	980.0	99.694	100.0	0.3267690253671562	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MAD0039_000000013647	1119	0.8260321415345242	2	1	0	1	0	True	57184	fragment	False	ENG0149_000000015324	0.7024190429309799		0	0	False	False	0.9919571280479431	0					non-mobilizable	no_good_hit								True	True
ISR0376_000000022289	1118	0.8260321415345242	1	1	0	1	0	True	23316	fragment	False	ISR0376_000000022289	1.0		0	0	False	False	0.9991055727005005	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.042997542997543	XM_003285046.1	cellular slime molds	Dictyostelium purpureum expressed protein, mRNA	True	True
ISR0004_000000018154	1118	0.8260321415345242	1	1	0	1	0	True	38537	maximal	True	ISR0004_000000018154	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0018_000000029885	1118	0.8260321415345242	2	1	0	1	0	True	92018	maximal	True	CAN0018_000000029885	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	96.147	86.0	0.36570374923171484	LN853339.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0723	True	True
MAD0039_000000013679	1117	0.8260321415345242	2	1	0	1	0	True	18435	fragment	False	MAD0039_000000013679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0177_000000023127	1114	0.8260321415345242	2	1	0	1	0	True	55486	maximal	True	ENG0177_000000023127	1.0		0	0	False	False	0.958707332611084	0					non-mobilizable	no_good_hit	117.0	94.87200000000001	11.0	0.00024255756037278587	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0029_000000024629	1113	0.8260321415345242	2	1	0	1	0	True	7355	fragment	False	SPA0029_000000024629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0008_000000024821	1113	0.8260321415345242	1	1	0	1	0	True	94865	fragment	False	CAN0008_000000024821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	94.444	74.0	0.29715109989181393	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	True	True
CHI0131_000000016645	1109	0.8260321415345242	2	1	0	1	0	True	123988	fragment	False	MAD0050_000000021374	0.9396930593998934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0332_000000014230	1107	0.8260321415345242	3	1	0	1	0	True	24560	fragment	False	MAD0035_000000019726	0.9624999999999999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0163_000000010282	1106	0.8260321415345242	2	1	0	1	0	True	78435	fragment	False	CHI0163_000000010282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0107_000000022793	1103	0.8260321415345242	2	1	0	1	0	True	42247	fragment	False	FIJ0107_000000022793	1.0		0	0	False	False	0.9918404221534729	0					non-mobilizable	no_good_hit	44.0	100.0	4.0	3.7638836977443835e-05	NZ_LT629969.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	True
AST0104_000000032402	1102	0.8260321415345242	1	1	0	1	0	True	107543	fragment	False	AST0104_000000032402	1.0		0	0	False	False	0.9863883852958679	0					non-mobilizable	no_good_hit								True	True
FIJ0093_000000017254	1100	0.8260321415345242	3	1	0	1	0	True	43206	maximal	True	FIJ0093_000000017254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	95.939	18.0	0.0037773711857404238	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0044_000000053391	1040	0.8260321415345242	1	1	0	1	0	True	11583	fragment	False	MON0044_000000053391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	100.0	22.0	0.0751930177912051	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0793_000000011246	1497	0.826025583132255	2	2	2	2	1	True	55301	fragment	False	ISR0196_000000013509	0.9578313253012047		0	0	False	False	0.9979959726333618	0					non-mobilizable	no_good_hit	818.0	70.04899999999999	54.0	0.0003378612044374674	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0781_000000007174	3598	0.8260240611756176	5	5	5	3	3	False	93347	maximal	True	ISR0781_000000007174	1.0		26	9	False	False	0.9963868856430054	0					non-mobilizable	no_good_hit	250.0	72.8	7.0	0.00018633322183886453	NZ_VUKA01000001.1	a-proteobacteria	Roseomonas oryzae strain KCTC 42542 Scaffold1, whole genome shotgun sequence	True	False
MON0044_000000008974	4740	0.8260120377215655	7	4	4	4	4	False	116380	fragment	False	MON0060_000000006725	0.9417492039006379		0	0	False	False	1.0	0					non-mobilizable	other	3005.0	91.581	98.0	0.0007289139035730021	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0075_000000005313	4284	0.8260120377215655	7	4	4	4	4	False	116380	fragment	False	MON0060_000000006725	0.41300994429465493		0	0	False	False	0.9992997050285339	0					non-mobilizable	other	2900.0	91.931	99.0	0.0007036605796348859	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0230_000000029119	1228	0.8260096150308788	3	1	1	1	1	False	67346	fragment	False	ISR0150_000000015766	0.35179544266322144		0	0	False	False	0.9796416759490967	0					non-mobilizable	other	1105.0	98.462	90.0	0.00032977414660465796	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0199_000000019941	1294	0.8259967277577858	2	2	2	2	2	False	54249	maximal	True	ENG0199_000000019941	1.0		14	5	False	False	0.9775888919830322	0					non-mobilizable	no_good_hit	206.0	73.301	16.0	5.099770862019545e-05	CP051463.1	firmicutes	Bacillus velezensis strain UCMB5140 chromosome, complete genome	True	False
DEN0031_000000005311	5546	0.8259962337402523	9	5	5	5	5	False	116384	fragment	False	USA0004_01_000000004290	0.7515537686723679		0	0	False	False	1.0	0					non-mobilizable	other	3702.0	92.43700000000001	98.0	0.0009061775269444385	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0102_000000008364	2095	0.8259894615362621	4	3	2	3	2	False	33098	maximal	True	ISR0102_000000008364	1.0		1	1	False	False	0.9780429601669312	0					non-mobilizable	no_good_hit	1354.0	99.26100000000001	64.0	0.05974565044599488	NZ_SMBP01000030.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_130, whole genome shotgun sequence	True	False
USA0016_01_000000008819	1688	0.8259879368955272	4	2	1	1	2	False	80033	fragment	False	FIJ0142_000000021321	0.9142455512276788		0	0	False	False	0.9964454770088196	0					non-mobilizable	no_good_hit	538.0	92.565	41.0	8.24639297376491e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0293_000000011242	3261	0.8259760367318562	6	3	3	3	3	True	125424	fragment	False	SPA0007_000000005963	0.5211940787633657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	84.94200000000001	34.0	0.0762023030029352	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
FIJ0096_000000000481	36410	0.8259721622711406	42	17	12	11	11	False	99378	maximal	True	FIJ0096_000000000481	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3070.0	89.381	23.0	0.12461135657011946	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0096_000000009678	3455	0.8259695130887948	5	2	1	2	1	True	106242	fragment	False	ENG0096_000000009678	1.0		0	0	False	False	0.9988422393798828	0					non-mobilizable	no_good_hit	932.0	72.747	26.0	0.00039621125721553234	CP012071.1	firmicutes	Selenomonas sp. oral taxon 478, complete genome	True	True
USA0120_01_000000001514	6932	0.8259603571170394	9	5	2	5	2	False	213	fragment	False	USA0120_01_000000001514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	88.67	17.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
ISR0337_000000002441	3665	0.8259562640155382	4	4	3	4	2	False	97084	maximal	True	ISR0337_000000002441	1.0		0	0	False	False	0.9871760010719299	0					non-mobilizable	no_good_hit	2769.0	99.964	83.0	0.0011497174718842573	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0046_000000002554	9227	0.8259446913515814	8	8	5	5	3	False	132285	fragment	False	USA0021_01_000000001590	0.3139957337086876		0	0	False	False	0.9944727420806885	0					non-mobilizable	other	9199.0	95.28200000000001	99.0	0.4070957168800106	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
FIJ0093_000000007390	2731	0.8259401241192352	5	5	4	4	4	False	112930	fragment	False	FIJ0172_000000008063	0.5715512495230481		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	98.709	100.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0781_000000015279	1913	0.8259339785552255	2	2	1	2	2	False	26367	fragment	False	ISR0781_000000015279	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1915.0	96.867	100.0	0.004353195641345806	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	False
MON0075_000000021202	1268	0.8259303614776556	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.08878554266094715		0	0	False	False	0.9992113709449768	0					non-mobilizable	other	1270.0	91.024	100.0	0.008388432511854671	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0360_000000020361	1226	0.8259303614776556	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.044792751781897		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	90.367	100.0	0.00034042135533389776	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0067_000000029343	1133	0.8259303614776556	2	2	2	1	1	False	70785	fragment	False	DEN0067_000000029343	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	89.156	99.0	0.007493488278902023	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
SPA0095_000000002375	8962	0.8259187387577911	5	5	2	3	4	False	106705	maximal	False	MON0031_000000003941	0.9840557580933161		0	0	False	False	0.9960946440696716	0					non-mobilizable	other	8984.0	99.21	100.0	0.002705346424684276	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0044_000000020383	2534	0.8259073453617288	5	3	3	3	3	False	50347	maximal	True	MON0044_000000020383	1.0		1	1	False	False	0.9901341795921326	0					non-mobilizable	no_good_hit	242.0	79.339	10.0	0.00011999640010799676	NZ_LT635494.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
ENG0051_000000000374	40345	0.8259072074016862	33	18	11	14	10	True	64110	fragment	False	ENG0051_000000000374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1750.0	78.62899999999999	4.0	0.06176617092435779	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
FIJ0115_000000014509	1630	0.8259060196662902	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9483736550700009		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.11399999999999	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0100_000000007136	5199	0.8259057013144347	6	3	3	3	1	True	19826	fragment	False	MAD0100_000000007136	0.9976811342875778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	75.602	35.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0214_000000009999	2782	0.8259000999393806	4	2	2	2	1	True	33817	fragment	False	ISR0214_000000009999	1.0		0	0	False	False	0.9996405243873596	0					non-mobilizable	no_good_hit	1228.0	99.51100000000001	58.0	0.15176252319109462	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0779_000000013969	2417	0.8259000999393806	4	2	2	2	1	True	108072	fragment	False	ISR0779_000000013969	1.0		0	0	False	False	0.9892428517341614	0					non-mobilizable	no_good_hit	1074.0	99.441	74.0	0.13271490414347556	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
DEN0096_000000018725	2371	0.8259000999393806	3	2	2	2	1	True	68183	fragment	False	DEN0096_000000018725	0.9963832285387024		0	0	False	False	0.9995782375335693	0					non-mobilizable	no_good_hit	1074.0	99.53399999999999	59.0	0.13271490414347556	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
DEN0064_000000030383	1413	0.8258995867339558	2	2	1	2	2	False	122416	backbone	False	ISR0319_000000007079	0.020906136994974338	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1414.0	89.39200000000001	100.0	0.6115201385881334	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
CAN0007_000000020181	2011	0.8258835758736105	3	1	1	1	1	False	95283	fragment	False	CAN0007_000000020181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	89.47399999999999	16.0	0.0008730756072528224	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0090_000000025075	1258	0.8258835758736105	1	1	1	1	1	False	33648	fragment	False	ISR0090_000000025075	1.0		0	0	False	False	0.9896661639213562	0					non-mobilizable	no_good_hit	182.0	92.85700000000001	14.0	0.0004953814574067738	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0152_000000003997	2419	0.8258792376655656	5	1	0	1	1	True	79387	fragment	False	CHI0152_000000003997	1.0		0	0	False	False	0.9954526424407959	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
ENG0070_000000015959	1604	0.8258792376655656	4	1	0	1	1	True	62352	fragment	False	ENG0070_000000015959	1.0		0	0	False	False	0.996259331703186	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
ISR0077_000000032703	1149	0.8258792376655656	2	1	0	1	1	True	34444	fragment	False	ISR0077_000000032703	1.0		0	0	False	False	0.9730200171470642	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
ISR0813_000000020296	1533	0.8258747265077122	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.5039509821218722		0	0	False	False	1.0	0					non-mobilizable	chromosome	1519.0	86.965	99.0	0.00028199599628888066	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
DEN0063_000000033607	1496	0.8258747265077122	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.5003998233027243		0	0	False	False	1.0	0					non-mobilizable	chromosome	1482.0	87.179	99.0	0.00027511804515988357	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0006_000000025698	1516	0.8258727530283106	3	2	2	1	1	False	51682	fragment	False	FIJ0006_000000025698	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1517.0	98.088	100.0	0.011668988661991887	NZ_CYYU01000004.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0170_000000002782	5877	0.8258617410802949	10	3	3	3	2	False	38832	maximal	True	FIJ0170_000000002782	1.0		1	1	False	False	0.997447669506073	0					non-mobilizable	no_good_hit	1584.0	86.995	27.0	0.0007608187509739396	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	True	False
DEN0090_000000014953	1866	0.8258405811196938	3	1	1	1	1	False	68738	fragment	False	DEN0090_000000014953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	90.84	26.0	5.797178706362903e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0059_000000010339	1735	0.8258405811196938	2	1	1	1	1	False	85803	fragment	False	CHI0059_000000010339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	93.725	42.0	5.641698817686504e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0328_000000025199	1159	0.8258405811196938	2	1	1	1	1	False	24729	fragment	False	ISR0328_000000025199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	92.98200000000001	25.0	5.041990675648962e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0070_000000012689	1546	0.8258284903834486	3	2	1	2	1	False	50190	maximal	True	FIJ0070_000000012689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	95.756	70.0	0.04352898579876896	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
FIJ0126_000000035008	1191	0.8258284903834486	3	2	1	2	1	False	41085	maximal	True	FIJ0126_000000035008	1.0		0	0	False	False	0.9983207583427429	0					non-mobilizable	no_good_hit	953.0	95.59299999999999	80.0	0.038299070684314276	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
MON0013_000000031629	1740	0.8258113132096215	3	2	2	2	2	False	80564	fragment	False	MON0013_000000031629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	78.351	25.0	8.701236569159627e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0038_000000012868	2664	0.8258086071017899	5	2	1	2	2	False	58690	maximal	True	FIJ0038_000000012868	1.0		2	1	False	False	0.9977477192878723	0					non-mobilizable	no_good_hit								True	False
SPA0059_000000001153	21140	0.8258054409445909	16	9	5	9	6	False	93030	fragment	False	SPA0149_000000000983	0.9718073606986924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.27302284962628e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
SPA0149_000000000983	21138	0.8258054409445909	17	9	5	9	6	False	93030	fragment	False	SPA0149_000000000983	0.9790362327703502		0	0	False	False	0.9999526739120483	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.27302284962628e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
SPA0129_000000001072	21129	0.8258054409445909	16	9	5	9	6	False	93030	fragment	False	SPA0149_000000000983	0.9784360417630064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.27302284962628e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
SPA0121_000000001038	20183	0.8258054409445909	16	9	5	9	6	False	93030	fragment	False	SPA0149_000000000983	0.9493259076760764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.27302284962628e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
CHI0092_000000005045	1993	0.8258041616546415	3	3	3	3	2	False	83669	fragment	False	CHI0092_000000005045	1.0		0	0	False	False	0.9789262413978577	0					non-mobilizable	chromosome	1993.0	100.0	100.0	0.00042186122121199544	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ISR0219_000000015232	2185	0.8258036173330622	4	2	2	2	1	False	28040	maximal	True	ISR0219_000000015232	1.0		1	1	False	False	0.9977116584777832	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000013771	2010	0.8258035777922499	3	3	3	3	3	False	35112	fragment	False	SPA0142_000000013771	0.9715964173614747		0	0	False	False	0.9915422797203064	0					non-mobilizable	other	1992.0	97.49	99.0	0.03175084121389957	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
FIJ0133_000000029137	1339	0.8257977425815312	2	2	2	1	1	False	40662	fragment	False	FIJ0133_000000029137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	85.135	77.0	0.002220699346802106	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
MAD0005_000000005103	4588	0.8257973366825938	7	7	2	2	7	False	80342	fragment	False	MAD0005_000000005103	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	4601.0	98.5	100.0	0.04824395770392749	CP031111.1	enterobacteria	Escherichia coli strain AMSCJX02 plasmid pAMSC6, complete sequence	False	True
DEN0051_000000031751	1512	0.8257930116088615	2	2	1	2	1	False	72451	fragment	False	DEN0051_000000031751	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1427.0	81.5	96.0	0.0003976386639005333	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0004_000000000840	1973	0.8257854369103069	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.23642032204532432		0	0	False	False	0.9959452748298645	0					non-mobilizable	other	1979.0	97.42299999999999	100.0	0.000598070933994497	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0022_000000002410	4939	0.825771097269032	9	2	2	2	1	False	93492	maximal	True	CHI0022_000000002410	1.0		1	1	False	False	0.999797523021698	0					non-mobilizable	no_good_hit	571.0	87.04	44.0	0.001019263171946991	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
FIJ0029_000000003500	9597	0.8257705771358566	8	2	1	2	1	False	100623	fragment	False	FIJ0029_000000003500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
ISR0013_000000007061	3395	0.8257651825135462	6	5	4	4	3	False	55398	maximal	True	ISR0013_000000007061	1.0		15	1	False	False	0.99970543384552	0					non-mobilizable	no_good_hit	793.0	92.686	83.0	0.0002665825630095825	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0202_000000006813	3331	0.8257638835205815	5	4	3	3	3	True	90769	maximal	True	ENG0202_000000006813	1.0		3	2	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2450.0	90.898	77.0	0.2947088025184647	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0124_000000006413	2423	0.8257598122718698	3	2	0	1	1	True	32082	maximal	True	ISR0124_000000006413	1.0		1	1	False	False	0.9991745948791504	0					non-mobilizable	no_good_hit								True	True
ISR0062_000000024814	1552	0.8257543341637085	2	2	2	1	1	False	35322	fragment	False	ISR0062_000000024814	1.0		0	0	False	False	0.9806700944900513	0					non-mobilizable	other	1514.0	99.934	98.0	0.014524195793454993	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	False	False
ISR0022_000000001211	19730	0.8257527625113084	14	9	6	9	3	True	103595	maximal	True	ISR0022_000000001211	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	81.308	2.0	0.0007203881350002762	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
CHI0142_000000002168	7290	0.8257518854630509	11	3	2	2	3	False	80010	maximal	True	CHI0142_000000002168	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	82.31700000000001	2.0	0.0002498190413354429	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
CHI0043_000000000547	10072	0.8257510740445309	17	16	4	13	16	True	87448	fragment	False	CHI0043_000000000547	1.0		0	0	False	False	0.9998014569282532	0			MPF_F	MOBP	mobilizable	plasmid	10072.0	99.87100000000001	100.0	0.14346766955852813	CP029578.1	enterobacteria	Escherichia coli strain DA33135 plasmid pDA33135-70, complete sequence	False	True
MON0029_000000019288	1623	0.8257507329870198	2	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.1086245474224619		0	0	False	False	0.9956870079040527	0					non-mobilizable	no_good_hit	547.0	84.461	33.0	0.00018644215923325661	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0103_000000039696	1447	0.8257507329870198	2	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.07621370479238414		0	0	False	False	0.9993089437484741	0					non-mobilizable	no_good_hit	364.0	82.41799999999999	25.0	0.00012372356522648094	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0829_000000011694	1321	0.8257507329870198	2	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.045373919333512695		0	0	False	False	0.9984859824180603	0					non-mobilizable	no_good_hit	189.0	89.41799999999999	14.0	0.004229429592436784	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0090_000000004244	2921	0.8257485998491988	4	4	4	4	3	False	94377	fragment	False	SPA0107_000000008940	0.41904013801312456		0	0	False	False	0.995891809463501	0					non-mobilizable	no_good_hit	511.0	98.82600000000001	17.0	0.004278056923322121	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0186_000000001980	9473	0.8257444461352961	7	6	3	6	5	False	117865	fragment	False	CHI0186_000000001980	1.0		0	0	False	True	0.9993666410446167	0					non-mobilizable	other	9420.0	98.694	100.0	0.001803796650037208	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
AST0094_000000001091	14144	0.8257436903580817	21	13	9	10	10	True	126208	backbone	False	ISR0395_000000002325	0.33910321657585224	PS943|PS946|PS949	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	1542.0	72.827	11.0	0.18806825258438162	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0034_01_000000012017	4718	0.8257433749408559	6	2	2	2	1	True	111407	fragment	False	USA0034_01_000000012017	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	4007.0	96.431	97.0	0.12885154061624648	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0009_000000009752	3585	0.8257432980898305	4	2	2	2	1	True	124817	fragment	False	SPA0009_000000009752	0.9514435695538057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	1.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
SPA0117_000000021830	1726	0.8257432980898305	2	2	2	2	1	True	124766	fragment	False	ISR0370_000000015481	0.9544143104443161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	3.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
AST0053_000000004102	2192	0.8257428072580167	3	3	3	3	3	False	114108	fragment	False	ISR0340_000000010330	0.9659141212926075		0	0	False	False	0.9995437860488892	0					non-mobilizable	other	2192.0	99.361	100.0	0.015060551670070765	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0255_000000011097	2731	0.8257425463904806	3	2	2	2	2	False	82015	fragment	False	ISR0162_000000014358	0.9281556929792651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	87.068	46.0	0.05184613405377589	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0014_000000021641	1130	0.8257355549906951	1	1	1	1	1	False	7925	fragment	False	SPA0014_000000021641	1.0		0	0	False	False	0.9769911766052246	0					non-mobilizable	no_good_hit								True	False
USA0111_01_000000004658	5009	0.8257336706743542	4	4	3	3	4	True	123496	fragment	False	ISR0806_000000001946	0.977261678048766		0	0	False	False	0.9998003840446472	0					non-mobilizable	other	5015.0	99.20200000000001	100.0	0.03856308258349562	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CAN0007_000000007572	5676	0.8257284417472448	5	5	4	5	5	False	95419	maximal	True	CAN0007_000000007572	1.0		144	11	False	False	1.0	0					non-mobilizable	other	5676.0	99.98200000000001	100.0	0.0017131134229002361	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ENG0043_000000006024	5246	0.8257166637948915	6	2	0	1	1	False	126479	backbone	False	ISR0127_000000003850	0.7587534240249829	PS879|PS961	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	1528.0	93.914	66.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0060_000000002482	5163	0.8257166637948915	6	2	0	1	1	False	130581	backbone	False	ISR0082_000000004600	0.8359175649028049	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9957389235496521	1					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0388_000000006641	4664	0.8257166637948915	5	2	0	1	1	False	126479	backbone	False	ISR0127_000000003850	0.20362639484255649	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1405.0	94.875	67.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0066_000000007909	3958	0.8257166637948915	4	2	0	1	1	False	126479	backbone	False	ISR0127_000000003850	0.0917051457198705	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1402.0	96.79	58.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0845_000000000494	20531	0.8257160879622725	20	9	7	7	3	True	65199	fragment	False	ISR0845_000000000494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	72.125	6.0	0.00039981259448626917	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
DEN0067_000000005896	5104	0.8257137460614761	4	1	1	1	1	False	78040	fragment	False	DEN0067_000000005896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	1.6571918777852723e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
CHI0169_000000005201	2801	0.8257137460614761	3	1	1	1	1	False	78039	fragment	False	CHI0169_000000005201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	2.0	1.6571918777852723e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
DEN0081_000000005070	1775	0.8257133778326641	2	2	2	2	2	False	69364	maximal	True	DEN0081_000000005070	1.0		3	2	False	False	0.997183084487915	0					non-mobilizable	no_good_hit	619.0	77.868	35.0	0.01940759227636937	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	False
ISR0284_000000000911	7417	0.8257099074582407	8	6	6	3	3	False	99670	fragment	False	ISR0284_000000000911	1.0		0	0	False	False	0.9998651742935181	0					non-mobilizable	no_good_hit	1297.0	77.101	17.0	0.0003237608547286565	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0386_000000007445	4762	0.8256964220111185	4	3	2	3	1	False	91335	fragment	False	ISR0386_000000007445	0.9842554122020555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.991105366986187e-06	NZ_CP035485.1	high GC Gram+	Salicibibacter halophilus strain NKC3-5 chromosome, complete genome	True	False
DEN0039_000000003142	4573	0.8256964220111185	4	3	2	3	1	False	91335	fragment	False	ISR0386_000000007445	0.9730155396892062		0	0	False	False	0.9947518110275269	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000005720	3498	0.8256964220111185	3	3	2	3	1	False	67450	fragment	False	ISR0068_000000005720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0087_000000000735	11419	0.8256949855397768	14	2	2	2	1	False	68903	maximal	True	DEN0087_000000000735	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	84.211	5.0	0.00027189754639281034	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0038_000000004465	6081	0.8256811840461488	7	7	5	6	6	False	36653	maximal	True	ISR0038_000000004465	1.0		3	1	False	False	0.9976977705955505	0					non-mobilizable	no_good_hit	2315.0	93.21799999999999	38.0	0.09044008442116783	NZ_WEHX01000028.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_28_length_25586_cov_391.010554, whole genome shotgun sequence	True	False
MAD0045_000000000814	18105	0.8256797561267216	14	8	7	7	5	True	78491	maximal	True	MAD0045_000000000814	1.0		1	1	False	False	0.9998342990875244	0					non-mobilizable	no_good_hit	7225.0	97.301	77.0	0.2526330522411561	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0078_000000008213	3206	0.8256773013506667	4	3	3	2	2	False	121555	fragment	False	CHI0120_000000003302	0.11110367798737653		0	0	False	False	0.9956331849098206	0					non-mobilizable	chromosome	3204.0	99.93799999999999	99.0	0.0005812416286597309	CP046426.1	CFB group bacteria	Phocaeicola dorei strain JR03 chromosome, complete genome	False	False
MAD0041_000000026192	1416	0.8256713883645252	3	3	2	3	2	False	18223	fragment	False	MAD0041_000000026192	0.9885321100917431		0	0	False	False	0.9978813529014587	0					non-mobilizable	no_good_hit	647.0	70.788	45.0	0.000266867589057587	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
SPA0125_000000025453	1257	0.8256630042409493	1	1	1	1	0	True	4008	maximal	True	SPA0125_000000025453	1.0		0	0	False	False	0.9984089136123657	0					non-mobilizable	no_good_hit	223.0	100.0	18.0	0.015675752012427623	NZ_QEKJ01000027.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_127, whole genome shotgun sequence	True	True
FIJ0151_000000006946	2552	0.8256580908775045	5	3	2	2	3	True	118532	fragment	False	FIJ0151_000000006946	0.972023534231523		0	0	False	False	0.9964733719825745	0					non-mobilizable	other	2539.0	96.69200000000001	99.0	0.0007158155756731007	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0128_000000015156	2341	0.8256580908775045	5	3	2	2	3	True	118532	fragment	False	FIJ0151_000000006946	0.9402866002603224		0	0	False	False	1.0	0					non-mobilizable	other	2341.0	97.266	100.0	0.000659971807358178	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0040_000000012745	2093	0.8256532659900889	4	3	2	3	1	False	56405	fragment	False	ISR0040_000000012745	1.0		0	0	False	False	0.9995222091674805	0					non-mobilizable	other	2093.0	97.802	100.0	0.000757921037483862	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0396_000000005420	4046	0.8256457951096081	5	4	3	4	3	False	22689	fragment	False	ISR0396_000000005420	1.0		0	0	False	False	0.9950568675994873	0					non-mobilizable	no_good_hit	2970.0	98.04700000000001	86.0	0.12177409428465925	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
ISR0784_000000001296	10307	0.8256445772416817	11	9	3	6	7	True	102005	fragment	False	ISR0784_000000001296	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9167.0	97.262	92.0	0.002220962090424504	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	True
MAD0043_000000002960	6776	0.8256438925107703	8	5	4	5	4	False	18395	maximal	True	MAD0043_000000002960	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	80.411	16.0	0.000358740289757723	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0334_000000005388	3584	0.825637096081942	5	3	2	3	2	False	121355	maximal	True	ISR0334_000000005388	1.0		7	2	False	False	0.9896763563156128	0					non-mobilizable	no_good_hit	2039.0	99.36200000000001	57.0	0.0006423727066616697	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0033_000000030075	2071	0.8256296462282088	3	3	3	2	2	False	53412	maximal	True	MON0033_000000030075	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	888.0	99.43700000000001	43.0	0.00035418386175409256	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
USA0026_01_000000006651	5145	0.8256274364758508	7	6	5	6	4	False	123761	fragment	False	USA0026_01_000000006651	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2306.0	94.666	92.0	0.00052128442309833	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0046_000000012874	1468	0.8256251073260774	2	2	2	2	1	False	64415	fragment	False	ENG0046_000000012874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000015681	2467	0.8256194474331185	3	3	3	3	2	False	120673	maximal	True	ISR0395_000000015681	1.0		8	4	False	False	0.9995946288108826	0					non-mobilizable	no_good_hit	165.0	81.212	7.0	5.751817203720544e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0326_000000001420	9039	0.8256168854526752	15	6	3	6	3	False	24838	maximal	True	ISR0326_000000001420	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000020700	1673	0.8256100720909468	2	2	1	1	2	False	64588	maximal	True	ENG0043_000000020700	1.0		63	12	False	False	0.9976090788841248	0					non-mobilizable	no_good_hit	271.0	75.646	16.0	0.00217009320064455	NZ_FMKA01000010.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ENG0185_000000004034	5945	0.8255888818270446	7	3	1	3	1	False	55070	maximal	True	ENG0185_000000004034	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0110_000000007360	3192	0.8255886694559758	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5349816696773045		0	0	False	False	0.9987468719482422	0					non-mobilizable	other	3192.0	98.49600000000001	100.0	0.0009927146998305759	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0818_000000001142	12026	0.8255673341567998	11	6	6	5	4	False	99374	fragment	False	ISR0815_000000001745	0.6325731790333561		0	0	False	False	0.9988358616828918	0					non-mobilizable	no_good_hit	4017.0	93.279	64.0	0.16331206021927672	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0210_000000004006	4738	0.8255626886591645	5	5	4	5	3	False	126669	fragment	False	ISR0210_000000004006	1.0		0	0	False	False	0.9945124387741089	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000005187	6146	0.8255575440502692	9	3	3	3	1	False	71350	fragment	False	DEN0064_000000005187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	96.70299999999999	2.0	3.688175422736618e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0272_000000003285	3294	0.8255533466583136	3	3	3	2	2	False	26397	maximal	True	ISR0272_000000003285	1.0		3	2	False	False	0.9993928074836731	0					non-mobilizable	no_good_hit	1021.0	75.22	31.0	0.00032489686619567365	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0797_000000002743	4208	0.8255514606796183	6	6	6	4	5	False	21945	maximal	True	ISR0797_000000002743	1.0		7	3	False	False	0.9985741376876831	0					non-mobilizable	no_good_hit	135.0	84.444	3.0	1.7154386792760796e-05	NZ_CP042437.1	CFB group bacteria	Mucilaginibacter ginsenosidivorax strain KHI28 chromosome, complete genome	True	False
ISR0784_000000004405	2798	0.825543260943496	3	3	3	3	3	False	95218	fragment	False	ISR0784_000000004405	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2813.0	98.61399999999999	100.0	0.011556417674907943	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0228_000000000899	16814	0.8255381832256764	14	9	4	8	7	False	113856	maximal	True	ISR0228_000000000899	0.9932590497164391		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	0.0	9.534744715685567e-06	NC_008576.1	a-proteobacteria	Magnetococcus marinus MC-1, complete sequence	True	False
SPA0104_000000001576	16445	0.8255381832256764	14	9	4	8	7	False	113856	maximal	False	ISR0228_000000000899	0.9862328624807485		0	0	False	False	0.9999392032623291	0					non-mobilizable	no_good_hit	46.0	95.652	0.0	1.9960611060839944e-05	NZ_UGJE01000002.1	e-proteobacteria	Helicobacter muridarum strain NCTC12714, whole genome shotgun sequence	True	False
ISR0330_000000027000	1204	0.8255362812362755	2	2	2	2	2	False	42715	fragment	False	ISR0330_000000027000	0.9831947580341037		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	97.259	100.0	0.0005816170308305413	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
SPA0144_000000003051	5076	0.8255346105725578	11	2	1	2	0	True	33184	maximal	True	SPA0144_000000003051	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0143_000000004489	3977	0.8255346105725578	7	2	1	2	0	True	33183	fragment	False	SPA0143_000000004489	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0100_000000003804	3131	0.8255346105725578	7	2	1	2	0	True	33182	fragment	False	ISR0100_000000003804	1.0		0	0	False	False	0.997125506401062	0					non-mobilizable	no_good_hit								True	True
FIJ0126_000000025408	1567	0.8255346105725578	2	2	1	2	0	True	41130	maximal	True	FIJ0126_000000025408	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
ISR0203_000000006893	2468	0.8255305104712445	3	2	2	1	1	False	121359	fragment	False	ISR0203_000000006893	1.0		0	0	False	False	0.9943273663520813	0					non-mobilizable	no_good_hit	2077.0	98.796	84.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0046_000000007984	2252	0.8255305104712445	3	2	2	1	1	False	121340	fragment	False	AST0046_000000007984	0.9803827751196172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	99.43700000000001	83.0	0.0003917906154958074	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0057_000000003130	2090	0.8255305104712445	3	2	2	1	1	False	121340	fragment	False	AST0046_000000007984	0.9507104795737122		0	0	False	False	0.9995215535163879	0					non-mobilizable	no_good_hit	1234.0	99.19	80.0	0.0003886386395062997	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0078_000000014680	1398	0.8255305104712445	3	2	2	1	1	False	34409	fragment	False	ISR0078_000000014680	1.0		0	0	False	False	0.9928469061851501	0					non-mobilizable	chromosome	923.0	99.242	100.0	0.00028998179103470863	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0130_000000020774	1388	0.8255305104712445	3	2	2	1	1	False	58415	fragment	False	ENG0130_000000020774	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1047.0	99.045	99.0	0.0003293814909035549	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0086_01_000000012561	1350	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.07353954482150177		0	0	False	False	0.9748148322105408	0					non-mobilizable	chromosome	1160.0	99.397	100.0	0.0003653140171839427	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0857_000000002702	1287	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.10071410475480702		0	0	False	False	1.0	0					non-mobilizable	chromosome	1189.0	99.411	92.0	0.00037445474755351505	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0349_000000009119	1265	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.13853785587181833		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1265.0	99.84200000000001	100.0	0.8717241379310345	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
ISR0257_000000014385	1254	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.13860122974292838		0	0	False	False	0.99920254945755	0					non-mobilizable	other	1254.0	99.681	100.0	0.8641379310344828	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
ISR0085_000000022026	1246	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.1384027336807766		0	0	False	False	0.9991974234580994	0					non-mobilizable	other	1246.0	99.679	100.0	0.8586206896551725	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
ISR0109_000000025575	1245	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.13838596325320565		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	99.679	100.0	0.8579310344827586	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
ISR0235_000000003926	1243	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.1297873645508527		0	0	False	False	0.9991955161094666	0					non-mobilizable	other	1189.0	99.664	96.0	0.8193103448275862	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
ISR0159_000000021414	1242	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.13780464805542197		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	99.436	100.0	0.8558620689655172	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
ISR0356_000000017693	1228	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.08007734961407585		0	0	False	False	0.9845277070999146	0					non-mobilizable	chromosome	1172.0	99.23200000000001	95.0	0.00036909638837135197	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0188_000000020753	1211	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.1366125669091		0	0	False	False	1.0	0					non-mobilizable	chromosome	1211.0	99.257	100.0	0.000381389094730432	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0086_000000024547	1181	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.11672432800441745		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	99.57700000000001	100.0	0.8137931034482758	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
ISR0288_000000024572	1180	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.1164686688836159		0	0	False	False	1.0	0					non-mobilizable	chromosome	1180.0	99.492	100.0	0.0003716179691629581	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0251_000000015393	1176	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.01372829695077557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1176.0	98.895	100.0	0.00037035717876715503	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0164_000000024523	1168	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.11606199021259306		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	99.65799999999999	100.0	0.8048275862068965	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
ISR0295_000000030391	1168	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.11606199021259306		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	99.65799999999999	100.0	0.8048275862068965	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
DEN0022_000000036041	1166	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.12023727301267872		0	0	False	False	1.0	0					non-mobilizable	chromosome	1166.0	99.228	100.0	0.0003672052027776473	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0198_000000028699	1161	0.8255305104712445	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.1152273464116116		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	99.48299999999999	100.0	0.8	NZ_JAAIQH010000053.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_60_length_1450_cov_937.334, whole genome shotgun sequence	False	False
SPA0105_000000021619	1041	0.8255305104712445	2	2	2	1	1	False	4764	fragment	False	SPA0105_000000021619	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1041.0	99.32799999999999	100.0	0.00032749030530985026	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0021_000000005757	5286	0.8255226580607183	9	6	3	4	5	False	116712	maximal	True	DEN0021_000000005757	1.0	PS782	11	4	False	True	1.0	0					non-mobilizable	no_good_hit	3803.0	97.52799999999999	72.0	0.0005364985571985658	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
SPA0144_000000000375	23888	0.8255221002188723	22	19	5	14	13	True	115131	fragment	False	ENG0091_000000000469	0.21350049661732212		0	0	False	False	0.9998325705528259	0					non-mobilizable	chromosome	23852.0	99.727	100.0	0.004320590186741155	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0109_000000001322	10193	0.8255171816927166	12	3	2	3	2	True	82855	fragment	False	CHI0109_000000001322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0118_000000006616	1523	0.8255100349847022	3	2	1	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.08474519990764769		0	0	False	False	0.9973735809326172	0					non-mobilizable	other	1524.0	97.9	100.0	0.008772334028361767	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0050_000000003142	6468	0.8255072652937185	9	6	3	5	4	False	118306	maximal	True	MAD0050_000000003142	1.0		1	1	False	False	0.9953618049621582	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	9.579199452617175e-05	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0328_000000001802	11438	0.8255064433552527	13	8	7	5	7	False	122633	fragment	False	ISR0328_000000001802	1.0		0	0	False	False	0.9999125599861145	0					non-mobilizable	no_good_hit	2595.0	98.96	38.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0018_000000003545	6125	0.8255039177900271	7	3	0	1	2	True	118869	fragment	False	SPA0104_000000005779	0.965472857798986		0	0	False	False	0.999346911907196	0					non-mobilizable	no_good_hit	4624.0	97.686	84.0	0.0023717530274775136	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
ENG0142_000000002207	9480	0.8254985903716853	10	7	5	7	4	True	81858	maximal	True	ENG0142_000000002207	1.0		2	1	False	False	0.9974683523178101	0					non-mobilizable	no_good_hit	894.0	77.517	15.0	0.0003127508926799014	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0356_000000013833	1510	0.8254847596251425	3	3	1	2	2	False	110784	fragment	False	ENG0130_000000017138	0.31829652996845426		0	0	False	False	0.9947019815444946	0					non-mobilizable	other	1510.0	98.27799999999999	100.0	0.0025364285942403404	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
CHI0179_000000001807	7513	0.8254845391733252	5	5	3	4	5	False	103507	fragment	False	CHI0179_000000001807	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	other	7513.0	99.694	100.0	0.1182247403210576	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
CHI0033_000000000375	13776	0.8254843972055571	12	9	6	9	4	False	88390	fragment	False	ISR0160_000000001457	0.9677914061133274		0	0	False	False	0.9991289377212524	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007236665773251139	XM_031429658.1	eudicots	PREDICTED: Pistacia vera chromatin modification-related protein EAF1 A-like (LOC116144210), mRNA	True	False
CHI0112_000000001703	8361	0.8254762534067649	8	6	0	2	4	False	117780	fragment	False	CHI0112_000000001703	1.0		0	0	False	True	0.9995216131210327	0					non-mobilizable	chromosome	7704.0	99.494	92.0	0.0013812241401606209	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
USA0047_01_000000025097	1448	0.8254609572920979	2	1	1	1	1	False	66902	fragment	False	USA0047_01_000000025097	1.0		0	0	False	False	0.9993094205856323	0					non-mobilizable	other	1452.0	93.38799999999999	100.0	0.0007111317890632937	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0232_000000020441	1435	0.8254543387909935	1	1	1	1	1	False	27427	fragment	False	ISR0232_000000020441	1.0		0	0	False	False	0.9993031620979309	0					non-mobilizable	no_good_hit	1202.0	75.707	83.0	0.011859707352613791	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	True	False
FIJ0137_000000005958	1887	0.8254495973117096	3	3	3	3	2	False	98916	fragment	False	ISR0025_000000016246	0.41740543987376977		0	0	False	False	1.0	0					non-mobilizable	other	1887.0	99.311	100.0	0.007518076904659292	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ISR0223_000000006508	4084	0.8254476725070929	5	3	2	1	3	False	118290	maximal	True	ISR0223_000000006508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2213.0	85.992	54.0	0.049913047406102494	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MON0053_000000020309	1931	0.8254445205161455	3	3	2	2	2	False	122220	fragment	False	MON0006_000000008527	0.539744078270823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	78.222	77.0	0.08027430415490117	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
SPA0132_000000010364	3792	0.8254443761634507	4	4	3	3	4	False	99162	maximal	True	SPA0132_000000010364	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	99.55	83.0	0.0007032490980453718	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
MON0019_000000002563	15453	0.8254437568444071	21	9	2	9	2	False	13245	maximal	True	MON0019_000000002563	1.0		1	1	False	False	0.9972173571586609	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	0.0	0.003209789859070164	NZ_WAJR01000033.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_033, whole genome shotgun sequence	True	False
SPA0020_000000012363	2508	0.8254392950919508	2	1	1	1	1	False	7725	maximal	True	SPA0020_000000012363	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	92.744	35.0	0.00027407760907262216	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0137_000000000254	27505	0.8254392791888724	28	16	9	14	9	True	130540	maximal	True	CHI0137_000000000254	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	5344.0	97.34299999999999	77.0	0.000929467794595472	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
FIJ0009_000000017480	2250	0.8254372821160675	3	2	1	2	2	False	51265	fragment	False	FIJ0009_000000017480	1.0		0	0	False	False	0.9911110997200012	0					non-mobilizable	no_good_hit								True	False
FIJ0121_000000008442	3092	0.8254274894703777	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.7701289793242277	PS1137	0	0	False	True	0.9967658519744873	0					non-mobilizable	no_good_hit								True	True
ISR0286_000000004012	3590	0.8254262950218397	4	4	4	4	4	False	48677	maximal	True	ISR0286_000000004012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	77.59	34.0	0.0001477614378210743	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
FIJ0090_000000015078	2820	0.8254143970205179	3	3	3	2	2	False	113756	fragment	False	ISR0059_000000003816	0.1654924276650198		0	0	False	False	1.0	0					non-mobilizable	chromosome	2042.0	96.425	100.0	0.0005703968512302575	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0051_000000012760	2273	0.8254143970205179	3	3	3	2	2	False	113756	fragment	False	ISR0059_000000003816	0.1379793590448658		0	0	False	False	0.9986801743507385	0					non-mobilizable	chromosome	2228.0	95.82600000000001	100.0	0.0006218948986426066	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0082_000000013861	1498	0.8254122359132929	2	2	2	2	1	True	61604	fragment	False	ENG0082_000000013861	0.9303569332346311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	73.797	12.0	5.479671472619557e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0051_000000035397	1373	0.8254111387586459	2	2	1	2	2	False	72437	maximal	False	ISR0146_000000029784	0.9668758716875872		0	0	False	False	1.0	0					non-mobilizable	chromosome	1373.0	99.63600000000001	100.0	0.000383377361608742	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0210_000000006559	2924	0.8254063765120142	3	3	3	2	2	False	94388	fragment	False	ISR0210_000000006559	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2924.0	99.897	100.0	0.08332620656233074	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	False	False
ISR0183_000000022991	1339	0.8254051307996616	3	2	1	2	1	False	29447	maximal	True	ISR0183_000000022991	1.0		1	1	False	False	0.9910380840301514	0					non-mobilizable	no_good_hit	50.0	86.0	4.0	0.003059631595379332	NZ_JH921530.1	firmicutes	Bacillus bingmayongensis strain FJAT-13831 Scaffold24, whole genome shotgun sequence	True	False
USA0051_01_000000002783	8209	0.8254031851665335	6	6	6	3	2	False	118370	maximal	True	USA0051_01_000000002783	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4007.0	88.745	52.0	0.001674215447299311	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0045_000000000984	19018	0.8253944989145497	18	12	10	11	9	False	57521	maximal	True	ISR0045_000000000984	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2952.0	78.896	15.0	0.1504420203691258	NZ_FCOU01000004.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
SPA0145_000000000874	18026	0.8253898741452976	22	13	9	11	7	False	33326	maximal	True	SPA0145_000000000874	1.0		1	1	False	False	0.9998335838317871	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	0.0	1.1713194933294315e-05	NZ_CP041305.1	firmicutes	Bacillus ciccensis strain 5L6 chromosome, complete genome	True	False
ENG0128_000000004458	5417	0.8253845785690874	6	4	4	3	3	False	122615	fragment	False	ENG0091_000000003941	0.7041217699345561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2073.0	98.794	66.0	0.0006530894250259959	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0014_000000003397	7786	0.8253834554120034	10	5	4	3	4	False	66938	maximal	True	ENG0014_000000003397	1.0		1	1	False	False	0.9966606497764587	0					non-mobilizable	no_good_hit	1034.0	71.373	13.0	0.0004530322301350063	NZ_UGTP01000001.1	CFB group bacteria	Prevotella pallens strain NCTC13043, whole genome shotgun sequence	True	False
ISR0392_000000004993	5606	0.8253833738389078	5	4	4	4	4	False	22837	fragment	False	ISR0392_000000004993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1522.0	71.485	27.0	0.00041628818064789373	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
CHI0137_000000001157	8985	0.8253817656151996	15	7	4	6	4	True	80551	maximal	True	CHI0137_000000001157	1.0		1	1	False	False	0.9996660947799683	0					non-mobilizable	no_good_hit	1717.0	98.89299999999999	85.0	0.00045926358757433577	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MON0055_000000004036	4068	0.8253795771838985	5	5	4	5	3	False	73995	fragment	False	MON0106_000000008898	0.941493441783478		0	0	False	False	0.9921337366104126	0					non-mobilizable	no_good_hit	1981.0	74.861	48.0	0.009824953670131335	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
USA0036_01_000000006258	6289	0.8253778544915064	5	3	3	3	2	False	20544	maximal	True	USA0036_01_000000006258	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3651.0	99.64399999999999	79.0	0.0007046386458582692	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
ISR0222_000000007445	8440	0.8253745738855909	11	3	2	3	2	True	27910	maximal	True	ISR0222_000000007445	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	5.265283674801134e-06	NZ_CP038026.1	b-proteobacteria	Massilia plicata strain DSM 17505 chromosome, complete genome	True	True
CHI0068_000000002995	4038	0.8253638230177516	4	3	1	3	2	False	110815	maximal	True	CHI0068_000000002995	1.0		2	2	False	False	0.9995046854019165	0					non-mobilizable	no_good_hit	1569.0	93.881	61.0	0.00029859750695869475	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
DEN0089_000000004597	4146	0.8253521717280179	6	5	2	5	1	True	87721	fragment	False	CHI0040_000000004218	0.9647853924590941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	79.396	13.0	0.00017904385147446178	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0138_000000006798	3597	0.8253521717280179	5	5	2	5	1	True	62171	fragment	False	SPA0138_000000006798	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	80.469	5.0	4.301647001910707e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
AST0113_000000012596	2978	0.8253397785726324	4	3	0	2	2	False	117881	maximal	True	AST0113_000000012596	1.0	PS794	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1676.0	99.94	77.0	0.0004060289111977198	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
USA0060_01_000000001839	9297	0.8253339799140429	6	4	4	3	3	False	119751	fragment	False	SPA0103_000000001197	0.5487486837246903		0	0	False	False	1.0	0					non-mobilizable	other	8128.0	99.53200000000001	100.0	0.0012981679491006989	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
SPA0026_000000012869	2405	0.8253201315322418	4	4	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.978465263036683		0	0	False	False	1.0	0					non-mobilizable	chromosome	2405.0	99.667	100.0	0.0004311729428575682	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
FIJ0002_000000006155	5650	0.8253117118748527	6	4	2	2	4	False	126143	fragment	False	FIJ0129_000000003927	0.7013882537761514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	74.046	28.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MON0024_000000019237	2533	0.825301946468694	3	2	1	1	1	False	12938	maximal	True	MON0024_000000019237	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	94.71	16.0	0.00013329128150479125	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0128_000000010848	2522	0.8252928982259402	4	4	2	3	3	False	122173	fragment	False	ENG0128_000000010848	0.9617299385278444		0	0	False	False	0.998017430305481	0					non-mobilizable	other	2522.0	98.414	100.0	0.0007541114786240817	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0138_000000007548	1921	0.8252848551982894	3	3	3	3	2	False	80421	fragment	False	CHI0138_000000007548	1.0		0	0	False	False	0.982300877571106	0					non-mobilizable	no_good_hit	66.0	89.39399999999999	10.0	1.8960033416329665e-05	NZ_CP009832.1	b-proteobacteria	Burkholderia multivorans ATCC BAA-247 chromosome 1, complete sequence	True	False
AUS0018_000000009259	2987	0.8252822409411334	4	3	3	3	3	False	100009	fragment	False	AUS0018_000000009259	1.0		0	0	False	False	0.9986608624458313	0					non-mobilizable	no_good_hit	810.0	75.185	27.0	0.026730660267306604	NZ_WEHX01000020.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_20_length_30003_cov_224.103030, whole genome shotgun sequence	True	False
SPA0032_000000006969	3698	0.8252819177139122	5	5	5	5	4	False	108425	maximal	True	SPA0032_000000006969	1.0		46	8	False	False	0.998918354511261	0					non-mobilizable	no_good_hit	2457.0	99.471	66.0	0.0007346601904849684	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
TAN0022_000000004127	1480	0.8252781426429376	2	2	2	2	1	False	2351	maximal	True	TAN0022_000000004127	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	75.385	13.0	0.0013742457752678706	NZ_KQ961036.1	a-proteobacteria	Agrobacterium bohemicum strain R89-1 Scaffold14, whole genome shotgun sequence	True	False
SPA0127_000000011872	2476	0.8252765900584476	2	2	2	2	2	False	81070	fragment	False	SPA0127_000000011872	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2476.0	99.637	100.0	0.03946927775208509	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
USA0005_01_000000009346	3831	0.825273189777198	4	4	1	3	4	False	117727	maximal	True	USA0005_01_000000009346	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1636.0	98.105	48.0	0.02130043382534947	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ISR0213_000000001493	12718	0.8252731070957334	17	11	7	10	8	True	30263	maximal	True	ISR0213_000000001493	0.95827705262735		6	2	True	True	1.0	19					non-mobilizable	no_good_hit	1563.0	70.569	12.0	0.000260648120119949	AP014864.1	firmicutes	Bacillus thuringiensis serovar tolworthi DNA, complete genome, strain: Pasteur Institute Standard strain	True	True
MON0019_000000032653	2056	0.8252632016640735	2	2	2	2	2	False	13189	fragment	False	MON0019_000000032653	0.9634614890002725		0	0	False	False	0.9995136260986328	0					non-mobilizable	no_good_hit								True	False
AST0028_000000009786	1666	0.8252574248454462	2	2	2	2	2	False	118746	fragment	False	AST0028_000000009786	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1637.0	99.695	98.0	0.005850902133290418	CP017108.1	firmicutes	Lactobacillus salivarius strain CICC23174 plasmid pLS_1 sequence	False	True
DEN0010_000000010219	4194	0.8252573112045498	6	6	5	5	5	False	105608	fragment	False	DEN0010_000000010219	0.9905875935255499		0	0	False	False	1.0	0					non-mobilizable	other	4194.0	99.26100000000001	100.0	0.01675329868052779	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0094_000000012004	1494	0.8252548841288732	3	2	2	2	2	False	33437	fragment	False	ISR0094_000000012004	1.0		0	0	False	False	0.9953145980834961	0					non-mobilizable	no_good_hit	439.0	75.171	29.0	0.00011176376582741927	CP027665.1	a-proteobacteria	Rhodobacteraceae bacterium SH-1 chromosome, complete genome	True	False
MAD0021_000000009613	1586	0.8252281176032824	2	2	2	2	1	False	113082	fragment	False	FIJ0048_000000017606	0.2810005452794826		0	0	False	False	1.0	0					non-mobilizable	other	1586.0	98.802	100.0	0.0017646443211853065	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0038_000000010895	2832	0.8252217233156782	3	3	3	3	1	False	53540	fragment	False	ISR0038_000000010895	1.0		0	0	False	False	0.9957627058029175	0					non-mobilizable	other	2829.0	99.647	99.0	0.001118502314326836	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
MAD0016_000000000639	4771	0.8252180276740436	3	3	3	3	3	False	99919	fragment	False	MAD0016_000000000639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1991.0	94.375	71.0	0.08252467446296757	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ENG0139_000000018494	1230	0.8251963529292531	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.12933822920527868	PS1128	0	0	False	True	0.9991869926452637	0					non-mobilizable	other	1244.0	84.405	100.0	0.014639852538047074	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0029_000000006778	6642	0.8251910367271841	6	3	1	2	2	False	111819	fragment	False	ENG0052_000000003752	0.9741146192470966		0	0	False	False	0.998645007610321	0					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MON0033_000000015428	4399	0.8251910367271841	6	3	1	2	2	False	111821	fragment	False	ENG0021_000000004019	0.9630712583928958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	2.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MON0045_000000013578	1504	0.8251798504204158	2	2	2	2	1	False	11561	fragment	False	SPA0017_000000008414	0.9534505208333333		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	99.93	95.0	0.00022175196824337403	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
SPA0032_000000000259	38934	0.8251757961563569	39	16	9	15	8	True	122324	fragment	False	ISR0067_000000000295	0.8503410825484333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.594	3.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0070_000000000047	98400	0.8251752484436898	96	14	4	12	4	True	127415	maximal	False	SPA0046_000000000019	0.9020003560596334		0	0	True	True	1.0	45					non-mobilizable	virus	26933.0	97.601	97.0	0.272154650328086	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0389_000000002394	7147	0.8251690541478487	7	7	7	7	7	False	125927	fragment	False	ISR0389_000000002394	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7147.0	99.77600000000001	100.0	0.04165088098665843	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0129_000000001044	18457	0.8251684599935278	26	20	8	17	19	False	106142	fragment	False	ISR0021_000000000850	0.753938002875345		0	0	False	False	0.999674916267395	0					non-mobilizable	chromosome	18415.0	99.484	99.0	0.005802157401485778	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0069_000000007994	3561	0.8251662046990151	5	3	3	3	3	False	129702	fragment	False	DEN0069_000000007994	0.9823813583404376		0	0	False	True	0.9997192025184631	0					non-mobilizable	no_good_hit	1246.0	99.43799999999999	85.0	0.005810887128768326	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0062_000000004026	3857	0.8251623327803699	2	2	2	2	1	False	85601	fragment	False	CHI0062_000000004026	1.0		0	0	False	False	0.9787399768829346	0					non-mobilizable	other	3767.0	99.92	98.0	0.0011269777097215443	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0350_000000003421	4666	0.8251548249833335	5	4	3	4	4	False	60946	fragment	False	ISR0350_000000003421	1.0		0	0	False	False	0.9997856616973877	0					non-mobilizable	plasmid	4667.0	99.721	100.0	0.015050399161357956	CP024507.1	enterobacteria	Klebsiella pneumoniae strain KSB2_1B plasmid unnamed1, complete sequence	False	True
AST0007_000000002914	6338	0.8251495668971479	13	4	3	3	4	True	127382	fragment	False	AST0007_000000002914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2322.0	97.244	84.0	0.013357217735896874	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0061_000000010330	3889	0.8251495668971479	9	4	3	3	4	True	112127	fragment	False	AST0061_000000010330	0.9818323384375811		0	0	False	False	0.9971715211868286	0					non-mobilizable	other	2173.0	98.205	95.0	0.012504751920928035	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0082_000000006311	4348	0.8251415257364118	4	3	2	3	1	True	44196	fragment	False	FIJ0082_000000006311	1.0		0	0	False	False	0.9965501427650452	0					non-mobilizable	no_good_hit	138.0	92.75399999999999	3.0	3.7042855338997555e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0201_000000007456	3956	0.8251415257364118	5	3	2	3	1	True	28743	fragment	False	ISR0201_000000007456	1.0		0	0	False	False	0.9916582703590393	0					non-mobilizable	no_good_hit	155.0	91.613	4.0	4.163941403069798e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0015_000000005745	3448	0.825140490615491	4	2	0	1	1	True	7918	fragment	False	SPA0015_000000005745	1.0		0	0	False	False	0.9985498785972595	0					non-mobilizable	no_good_hit	889.0	95.051	43.0	0.00040443121496888483	CP002925.1	firmicutes	Streptococcus pseudopneumoniae IS7493, complete genome	True	True
ISR0221_000000002938	7262	0.8251383737984547	11	5	2	3	3	False	110748	fragment	False	ISR0221_000000002938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1747.0	94.448	50.0	0.002926389783016854	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
ENG0034_000000001440	9351	0.8251380099347779	8	8	8	8	7	False	83685	fragment	False	ENG0034_000000001440	0.9872676305912369		0	0	False	False	1.0	0					non-mobilizable	chromosome	9352.0	99.455	100.0	0.001768899614615687	LR134206.1	enterobacteria	Klebsiella pneumoniae strain NCTC9667 genome assembly, chromosome: 1	False	False
ENG0208_000000004408	6396	0.8251331025634134	8	5	4	4	3	True	105459	fragment	False	SPA0056_000000004453	0.963283096926714		0	0	False	True	1.0	0					non-mobilizable	chromosome	6395.0	99.781	99.0	0.0012058135526352514	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
CHI0052_000000000465	18504	0.8251305650872109	30	14	9	12	7	True	86539	fragment	False	CHI0052_000000000465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2472.0	94.741	14.0	0.000805949479264006	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
FIJ0083_000000004671	6695	0.8251284111995139	8	7	6	7	5	False	132493	fragment	False	FIJ0083_000000004671	0.9795224672525287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2142.0	99.113	88.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0096_000000011545	2893	0.8251232948317535	5	4	3	3	4	False	60869	fragment	False	ENG0096_000000011545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1337.0	72.476	45.0	0.000449654619327266	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0003_01_000000023948	1582	0.8251214001236964	3	3	3	2	1	False	76384	fragment	False	USA0003_01_000000023948	1.0		0	0	False	False	0.9968394637107849	0					non-mobilizable	no_good_hit	1357.0	94.473	86.0	0.0003628584030106268	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
FIJ0080_000000015180	1601	0.8251204423690699	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9268928904043269		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	81.96600000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0020_01_000000024617	1402	0.8251076461353924	2	2	2	2	2	False	1769	maximal	True	USA0020_01_000000024617	1.0		0	0	False	False	0.9942938685417175	0					non-mobilizable	no_good_hit	589.0	83.36200000000001	42.0	0.002247897870251028	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0037_000000000469	14076	0.8251075543844376	18	16	8	12	15	False	88027	maximal	True	CHI0037_000000000469	1.0		4	2	False	False	1.0	0					non-mobilizable	plasmid	14076.0	99.979	100.0	0.06165403653248062	AP019549.1	enterobacteria	Klebsiella pneumoniae THC11 plasmid pTHC11-1 DNA, complete sequence	False	True
FIJ0115_000000004792	5123	0.8251065143630264	7	7	2	5	7	True	84922	fragment	False	FIJ0068_000000005594	0.9670330946527934		0	0	False	False	1.0	0					non-mobilizable	plasmid	5123.0	99.824	100.0	0.02323893178951571	CP026397.1	enterobacteria	Klebsiella pneumoniae strain KPNIH48 plasmid pKPN-10f7, complete sequence	False	True
ISR0776_000000004374	6020	0.8251034302714715	6	5	4	5	3	False	91539	maximal	True	ISR0776_000000004374	1.0		9	5	False	False	1.0	0					non-mobilizable	chromosome	5462.0	99.45100000000001	91.0	0.0015265186119782076	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0070_000000003894	2788	0.8250966472336991	3	3	3	3	3	False	111442	maximal	True	CHI0070_000000003894	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2545.0	97.053	91.0	0.0035196001977957137	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0813_000000008942	3283	0.8250865309450603	6	3	2	2	3	False	104898	fragment	False	ISR0213_000000006700	0.9331426204065169		0	0	False	False	1.0	0					non-mobilizable	plasmid	3284.0	99.48200000000001	100.0	0.2648648648648649	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0114_000000006194	2613	0.8250865309450603	5	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6724420663381414		0	0	False	False	1.0	0					non-mobilizable	plasmid	2613.0	98.96700000000001	100.0	0.21073013311819283	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0104_000000006609	3756	0.8250744961293446	7	5	1	3	4	True	42518	fragment	False	FIJ0104_000000006609	1.0		0	0	False	False	0.9997337460517883	0					non-mobilizable	no_good_hit								True	True
ENG0042_000000004293	6276	0.8250702922255793	5	4	4	3	2	False	99643	maximal	False	CAN0012_000000008651	0.998540933065158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1770.0	73.333	28.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
MON0049_000000019112	1167	0.8250624808758433	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.22275578880443334		0	0	False	False	0.975149929523468	0					non-mobilizable	no_good_hit	205.0	74.634	17.0	2.6687813070510676e-05	CU234118.1	a-proteobacteria	Bradyrhizobium sp. ORS278,complete sequence	True	True
SPA0143_000000006782	2794	0.8250617308069701	3	3	3	3	2	True	117490	maximal	False	ISR0101_000000007767	0.7284016760101528		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1166.0	85.334	74.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0144_000000006075	2790	0.8250617308069701	3	3	3	3	2	True	117490	maximal	False	ISR0101_000000007767	0.7273937433824269		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1166.0	85.334	73.0	0.43761996161228406	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0130_000000017519	1670	0.825055872589011	2	2	2	2	2	False	109501	fragment	False	ISR0255_000000018047	0.4606697780647936		0	0	False	False	1.0	0					non-mobilizable	other	1680.0	98.333	100.0	0.01151980459557184	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
SPA0057_000000013837	2306	0.8250548181988426	3	2	2	2	1	False	121956	fragment	False	SPA0057_000000013837	1.0		0	0	False	False	0.9956634640693665	0					non-mobilizable	no_good_hit	720.0	87.639	31.0	0.0067789898456577695	NZ_VULP01000008.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq8, whole genome shotgun sequence	True	False
ISR0094_000000006185	3414	0.8250519275086703	5	2	2	1	1	False	118596	fragment	False	ISR0094_000000006185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1396.0	95.845	50.0	0.00022395157248062514	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ISR0225_000000004506	3429	0.8250436717927694	4	4	4	4	4	False	27696	maximal	True	ISR0225_000000004506	1.0		27	7	False	False	1.0	0					non-mobilizable	other	2117.0	79.83	98.0	0.000884056178856847	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ENG0012_000000007439	3232	0.8250418303422756	4	2	2	2	2	False	67082	maximal	True	ENG0012_000000007439	1.0		2	2	False	False	0.9978341460227966	0					non-mobilizable	no_good_hit	322.0	72.36	10.0	0.00011199614219657963	NZ_CP012152.1	firmicutes	Anoxybacillus gonensis strain G2 chromosome, complete genome	True	False
FIJ0041_000000008535	4158	0.8250404027320907	6	4	3	4	2	False	52364	fragment	False	FIJ0041_000000008535	1.0		0	0	False	False	0.9973545074462891	0					non-mobilizable	no_good_hit	1822.0	96.48700000000001	44.0	0.031829867608737475	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0142_000000002271	7012	0.8250364119192085	7	5	4	5	4	False	80007	maximal	True	CHI0142_000000002271	1.0		3	1	False	False	0.9984312653541565	0					non-mobilizable	no_good_hit	3356.0	97.527	48.0	0.260501591738489	NZ_WNCH01000060.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold60_size12879, whole genome shotgun sequence	True	False
FIJ0166_000000017703	1400	0.8250307770372176	2	2	2	2	2	False	39001	fragment	False	FIJ0166_000000017703	1.0		0	0	False	False	0.9764285683631897	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.261724865947694e-07	LR812075.1	bony fishes	Danio rerio genome assembly, chromosome: 13	True	False
ENG0191_000000006393	4278	0.8250285486821333	6	5	4	4	4	False	104493	fragment	False	ISR0311_000000003753	0.715416018791147		0	0	False	False	0.9880785346031189	0					non-mobilizable	other	4221.0	99.455	99.0	0.02984346153029971	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0187_000000008787	3139	0.8250191156644359	4	3	2	3	3	True	124670	maximal	True	ISR0187_000000008787	1.0		5	2	False	False	0.9987257122993469	0					non-mobilizable	no_good_hit	1071.0	93.184	85.0	0.00032155434795371905	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0192_000000003730	4558	0.8250190534019339	5	4	3	3	3	False	80046	fragment	False	ENG0192_000000003730	1.0		0	0	False	False	0.9936375617980957	0					non-mobilizable	no_good_hit	997.0	84.955	45.0	0.005986686863688209	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
AST0024_000000000056	96575	0.8250153522538957	140	23	11	17	14	False	121853	maximal	True	AST0024_000000000056	1.0		1	1	False	False	0.9999896287918091	0					non-mobilizable	no_good_hit	5973.0	95.195	62.0	0.0018553903070478077	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0149_000000030625	1319	0.8250097579453937	2	2	2	2	2	False	27425	fragment	False	ISR0232_000000021775	0.9554491899852724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	76.172	39.0	4.503684278662551e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0058_000000017432	1521	0.8250041153301239	2	1	0	1	1	True	62891	fragment	False	ISR0058_000000017432	1.0		0	0	False	False	0.9980276226997375	0					non-mobilizable	plasmid	1521.0	98.751	100.0	0.5474215650919582	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
CHI0126_000000001362	10019	0.82500362813762	8	6	4	5	4	False	90534	fragment	False	CHI0126_000000001362	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9905.0	98.667	99.0	0.07971300419542128	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0217_000000015488	1471	0.8249952530364322	3	2	1	2	2	False	78242	fragment	False	ISR0022_000000017797	0.631577856688885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	87.85700000000001	83.0	0.0003667164754753088	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0293_000000001858	16549	0.8249925642761501	23	19	9	16	18	False	106136	fragment	False	ISR0293_000000001858	1.0		0	0	False	False	0.9999395608901978	0					non-mobilizable	chromosome	16482.0	98.35	99.0	0.005193826035510792	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0281_000000002928	4896	0.8249748341476065	6	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.12219139934937907		0	0	False	True	1.0	0					non-mobilizable	plasmid	4900.0	99.551	100.0	0.15799328512396693	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0112_000000006199	4560	0.8249748341476065	6	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.110031755634971		0	0	False	True	1.0	0					non-mobilizable	plasmid	4560.0	99.956	100.0	0.14717846074380164	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0071_000000004544	4547	0.8249748341476065	6	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.1521230073325389		0	0	False	True	0.9971409440040588	0					non-mobilizable	chromosome	2887.0	97.679	95.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0169_000000006040	4458	0.8249748341476065	5	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.14583722491315412		0	0	False	True	1.0	0					non-mobilizable	plasmid	4201.0	99.595	97.0	0.13558884297520662	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CHI0144_000000003066	4366	0.8249748341476065	5	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.11659429797032476		0	0	False	True	0.9997709393501282	0					non-mobilizable	chromosome	4246.0	99.05799999999999	97.0	0.0009658080719424559	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
USA0036_01_000000009200	4107	0.8249748341476065	5	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.08235802904095406		0	0	False	True	1.0	0					non-mobilizable	plasmid	4107.0	98.807	100.0	0.1325542355371901	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CHI0114_000000002677	2655	0.8249657924951129	4	4	1	2	3	False	84011	fragment	False	CHI0114_000000002677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	77.492	48.0	0.000307108296095765	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
DEN0031_000000022713	1525	0.8249626200722381	3	2	2	2	1	False	73722	fragment	False	DEN0031_000000022713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	80.976	88.0	0.00015998602199178042	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0115_000000014077	1682	0.824960620410807	2	2	2	2	2	False	88574	fragment	False	MON0007_000000037733	0.963316145134327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	5.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
SPA0021_000000003661	7394	0.8249599002064999	12	5	3	5	2	False	43136	maximal	True	SPA0021_000000003661	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	74.0	93.243	2.0	0.0005045055145255546	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	True
FIJ0074_000000009002	3602	0.8249590477093225	5	5	5	5	4	False	97777	fragment	False	ISR0067_000000007063	0.9645822522055008		0	0	False	False	1.0	0					non-mobilizable	other	3602.0	99.944	100.0	0.025014240264521596	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
MON0006_000000006729	3056	0.8249577784716794	6	5	0	2	3	True	14060	fragment	False	MON0006_000000006729	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	95.572	34.0	0.0826783709298765	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ETH0002_000000017257	1439	0.8249504087148788	2	2	1	2	1	False	53310	maximal	True	ETH0002_000000017257	1.0		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	95.31200000000001	9.0	0.13284518828451883	GQ877226.1		Uncultured organism clone VC1AK53TF genomic sequence	True	False
ENG0168_000000004163	6738	0.8249493568559079	9	5	2	4	3	False	56008	fragment	False	ENG0168_000000004163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	0.013826477704804701	NZ_AZDU01000085.1	firmicutes	Lactobacillus equicursoris DSM 19284 = JCM 14600 = CIP 110162 strain DSM 19284 Scaffold85, whole genome shotgun sequence	True	False
CHI0182_000000019527	1475	0.8249474839125304	2	1	1	1	1	False	127764	fragment	False	CHI0182_000000019527	1.0		0	0	False	False	0.993220329284668	0					non-mobilizable	no_good_hit	1125.0	99.37799999999999	88.0	0.021494683699227416	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
TAN0009_000000029485	1460	0.8249470580489051	2	1	1	1	1	False	2667	fragment	False	TAN0009_000000029485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000051967	1152	0.824929389716423	2	2	2	1	1	False	8841	maximal	True	MON0103_000000051967	1.0		2	1	False	False	0.9878472089767456	0					non-mobilizable	no_good_hit	456.0	75.439	38.0	0.0009242279455583738	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0024_000000003555	5786	0.8249200962249006	7	7	7	4	5	False	49257	maximal	True	FIJ0024_000000003555	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1623.0	81.885	47.0	0.026437160270136716	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0379_000000022581	1117	0.8249171419676903	2	2	2	2	2	False	25078	fragment	False	ISR0319_000000018670	0.9955634427684117		0	0	False	False	0.9991047382354736	0					non-mobilizable	chromosome	1140.0	72.193	100.0	0.00040366971152058193	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	False	False
MAD0106_000000000502	17354	0.824906836439447	23	22	14	18	18	False	16505	maximal	True	MAD0106_000000000502	1.0		2	1	False	False	0.9999423623085022	0					non-mobilizable	other	11198.0	95.74	99.0	0.0022899162457813427	AP009240.1	enterobacteria	Escherichia coli SE11 DNA, complete genome	False	False
MON0096_000000018728	1961	0.8249029248290589	4	3	1	3	2	False	9274	maximal	True	MON0096_000000018728	1.0		4	3	False	False	0.9979602098464966	0					non-mobilizable	no_good_hit	92.0	82.609	5.0	2.9376194851970382e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MON0004_000000019246	2178	0.8249020786885153	2	2	2	2	1	False	14229	maximal	True	MON0004_000000019246	1.0		3	3	False	False	0.9935720562934875	0					non-mobilizable	chromosome	1492.0	96.515	95.0	0.0002840149915663379	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ENG0110_000000002064	11732	0.8248957135711509	7	5	3	5	3	False	59828	maximal	True	ENG0110_000000002064	1.0		1	1	False	False	0.9999147653579712	0					non-mobilizable	no_good_hit	1255.0	77.84899999999999	13.0	0.00033337120830448044	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0156_000000000424	20348	0.8248803400846362	23	12	10	12	10	False	67007	maximal	True	FIJ0156_000000000424	1.0		4	3	False	False	0.9999508261680603	0					non-mobilizable	no_good_hit	3885.0	95.959	35.0	0.0013063218775759972	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0026_01_000000001826	16278	0.824874694515412	19	6	4	6	3	True	111594	fragment	False	USA0026_01_000000001826	1.0		0	0	False	False	0.9998157024383545	0					non-mobilizable	other	8951.0	96.447	99.0	0.19369993505087682	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
USA0132_01_000000012902	1213	0.8248744782271276	3	1	1	1	1	False	68	maximal	True	USA0132_01_000000012902	1.0		1	1	False	False	0.9991756081581116	0					non-mobilizable	no_good_hit								True	False
CHI0113_000000001267	5874	0.8248695872541926	7	6	4	5	5	False	99262	maximal	True	CHI0113_000000001267	1.0	PS556	4	3	False	True	0.9998297691345215	0					non-mobilizable	no_good_hit	3011.0	99.469	65.0	0.0004631172499020684	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
MAD0021_000000003876	3646	0.8248680142159641	6	4	2	3	4	False	122185	fragment	False	MAD0021_000000003876	0.9720319458309729		0	0	False	False	0.9978058338165283	0					non-mobilizable	other	3603.0	97.55799999999999	100.0	0.0010776013629068724	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0108_000000002402	7184	0.8248626922647134	10	6	3	3	5	False	102157	maximal	False	ISR0256_000000002091	0.5959931343090269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2941.0	92.07799999999999	43.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ENG0042_000000010230	2574	0.8248618194274182	3	2	2	2	2	False	95248	fragment	False	ENG0042_000000010230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	84.355	18.0	0.0001415465679173561	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0114_000000000357	37058	0.8248590642831333	47	19	11	17	11	False	32567	maximal	True	ISR0114_000000000357	1.0		1	1	False	False	0.9994872808456421	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.017791411042944787	XM_030173187.1	moths	PREDICTED: Manduca sexta ninjurin-2 (LOC115446511), transcript variant X9, mRNA	True	False
SPA0104_000000005713	5788	0.8248580472051777	9	3	3	3	2	True	124820	maximal	True	SPA0104_000000005713	1.0		13	7	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	1.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
CHI0009_000000000604	13190	0.8248398200635425	22	15	5	8	12	True	111296	fragment	False	CHI0009_000000000604	0.9718076310204481		0	0	False	False	1.0	0					non-mobilizable	other	13191.0	99.985	100.0	0.19972743791641429	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
MON0058_000000021850	2244	0.8248394502652254	3	3	3	3	3	False	101825	fragment	False	MON0058_000000021850	0.9748479161271684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	73.84	10.0	4.4930213960033296e-05	NZ_CP045300.1	enterobacteria	Kosakonia arachidis strain KACC 18508 chromosome, complete genome	True	False
FIJ0103_000000004985	3912	0.8248328690821658	2	2	2	1	1	True	42586	fragment	False	FIJ0103_000000004985	1.0		0	0	False	False	0.9997443556785583	0					non-mobilizable	no_good_hit	1113.0	76.46	28.0	0.00039496881541671006	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
ENG0178_000000012193	1839	0.8248170670677237	3	2	2	1	1	False	55459	fragment	False	ENG0178_000000012193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	89.07	43.0	0.008865807498197549	NZ_JAAITU010000012.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_12_length_88768_cov_145.652, whole genome shotgun sequence	True	False
ISR0012_000000002777	8291	0.8248106468799078	11	10	8	9	9	False	111446	fragment	False	ISR0179_000000003041	0.9762789579060213		0	0	False	False	0.999035120010376	0					non-mobilizable	other	8299.0	98.831	100.0	0.011489603951481875	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0083_01_000000010404	2918	0.824797856892238	3	3	3	3	2	False	109896	fragment	False	ISR0298_000000004935	0.992017644537748		0	0	False	False	0.9962303042411804	0					non-mobilizable	no_good_hit	548.0	70.985	18.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
AST0003_000000006752	5213	0.8247976428813598	7	2	2	1	1	False	130668	maximal	True	AST0003_000000006752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2512.0	92.476	51.0	0.03971947821681864	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
ISR0251_000000004495	3028	0.8247976428813598	3	2	2	1	1	False	26999	maximal	True	ISR0251_000000004495	1.0		0	0	False	False	0.9963672161102295	0					non-mobilizable	no_good_hit	2505.0	92.535	87.0	0.039608662613981764	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
SPA0063_000000006601	2712	0.8247976428813598	2	2	2	1	1	False	37237	fragment	False	SPA0063_000000006601	1.0		0	0	False	False	0.9966813921928406	0					non-mobilizable	no_good_hit	2349.0	92.209	87.0	0.037170719351570417	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
ISR0341_000000005081	2620	0.8247976428813598	2	2	2	1	1	False	24356	fragment	False	ISR0341_000000005081	0.9321395933723013		0	0	False	False	1.0	0					non-mobilizable	other	2362.0	92.21	90.0	0.03737651975683891	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
SPA0104_000000014848	2488	0.8247976428813598	2	2	2	1	1	False	24356	fragment	False	ISR0341_000000005081	0.9168884458666731		0	0	False	False	0.9995980858802795	0					non-mobilizable	other	2475.0	92.525	99.0	0.03913373860182371	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
USA0048_01_000000012163	1308	0.8247930053064323	3	2	2	2	2	True	1113	maximal	True	USA0048_01_000000012163	1.0		0	0	False	False	0.9740061163902283	0					non-mobilizable	no_good_hit	629.0	98.887	48.0	0.0001682935038707506	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0079_000000006658	4122	0.8247909087667803	6	4	3	4	3	True	125244	fragment	False	FIJ0115_000000005429	0.9468300393895697		0	0	False	False	0.9978166222572327	0					non-mobilizable	no_good_hit	630.0	71.905	15.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0030_000000007874	3875	0.8247909087667803	5	4	3	4	3	True	125244	fragment	False	FIJ0115_000000005429	0.6539357902924448		0	0	False	False	0.9974193572998047	0					non-mobilizable	no_good_hit	628.0	71.975	16.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ENG0037_000000008321	3853	0.8247909087667803	5	4	3	4	3	True	125244	fragment	False	FIJ0115_000000005429	0.5930976773677042		0	0	False	False	0.9961069226264954	0					non-mobilizable	no_good_hit	629.0	71.70100000000001	16.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0098_000000006609	2652	0.8247849057447656	3	2	2	2	1	False	62670	fragment	False	ISR0098_000000006609	1.0		0	0	False	False	0.9996229410171509	0					non-mobilizable	other	2660.0	94.24799999999999	100.0	0.0639655255428764	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
CHI0117_000000004418	3391	0.8247819996347385	3	3	3	3	3	False	86718	maximal	True	CHI0117_000000004418	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	2.0	0.004670741552300773	NZ_WNCH01000047.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold47_size17342, whole genome shotgun sequence	True	False
FIJ0117_000000017298	1192	0.8247753407445416	1	1	1	1	0	True	41594	maximal	True	FIJ0117_000000017298	1.0		0	0	False	False	0.9614093899726868	0					non-mobilizable	no_good_hit	1017.0	99.41	85.0	0.018605673265332284	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0238_000000008643	1705	0.8247657013684249	2	2	2	2	2	False	100822	fragment	False	SPA0102_000000019960	0.9570961790172652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	89.109	64.0	0.00020207649173845427	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0007_000000002046	6328	0.8247581860098046	7	5	3	3	5	False	123649	fragment	False	ISR0775_000000002486	0.9747720364741641		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2791.0	97.743	77.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
USA0037_01_000000006793	5259	0.8247581860098046	7	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.21390369644850063		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2790.0	98.74600000000001	89.0	0.0900051652892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
CAN0012_000000010375	5187	0.8247581860098046	6	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.1927826505643524		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2791.0	98.137	85.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
DEN0090_000000004464	4882	0.8247581860098046	7	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.17144591596588651		0	0	False	True	0.9995903372764587	0					non-mobilizable	no_good_hit	2791.0	98.101	86.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
CHI0092_000000002100	4565	0.8247581860098046	6	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.15595358857877337		0	0	False	True	0.9995619058609009	0					non-mobilizable	no_good_hit	2893.0	97.822	89.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0010_000000003523	4537	0.8247581860098046	6	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.14775235937932632		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2765.0	98.336	87.0	0.08366123857376355	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
ISR0208_000000005618	4535	0.8247581860098046	6	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.15539170255879792		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2887.0	97.506	89.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0042_000000002726	4501	0.8247581860098046	6	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.1551207518024726		0	0	False	True	0.9995556473731995	0					non-mobilizable	chromosome	2883.0	97.919	90.0	0.0006554836018675932	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0088_000000000992	4490	0.8247581860098046	6	5	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.1542759913296442		0	0	False	True	1.0	0					non-mobilizable	chromosome	2854.0	98.00299999999999	90.0	0.0006491086310956958	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0140_000000011610	2055	0.8247510011219078	4	3	2	3	2	False	31244	fragment	False	ISR0140_000000011610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0078_000000002960	5777	0.8247487083729415	8	7	5	6	5	True	84516	fragment	False	CHI0078_000000002960	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5043.0	100.0	100.0	0.03301618067878963	CP024237.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed5, complete sequence	False	True
FIJ0042_000000016084	1513	0.8247452954891848	1	1	0	1	0	True	47280	maximal	True	FIJ0042_000000016084	1.0		1	1	False	False	0.989425003528595	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	4.230693009781808e-05	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ENG0135_000000018068	1256	0.8247417304095398	3	2	2	2	2	True	58061	maximal	True	ENG0135_000000018068	1.0		0	0	False	False	0.9649681448936462	0					non-mobilizable	no_good_hit	187.0	83.95700000000001	15.0	0.00017775042502420177	NZ_JABXYR010000001.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig1, whole genome shotgun sequence	True	True
FIJ0070_000000009355	2073	0.8247350800085379	3	1	0	1	1	True	44939	fragment	False	FIJ0070_000000009355	1.0		0	0	False	False	0.9995176196098328	0					non-mobilizable	no_good_hit	404.0	92.079	27.0	0.2965722801788376	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
USA0135_01_000000011783	1299	0.8247274999543068	3	2	2	2	2	False	29	fragment	False	USA0135_01_000000011783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0013_000000006317	3745	0.8247240428123452	3	2	1	1	2	False	38118	maximal	True	ISR0013_000000006317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0055_000000006154	2604	0.8247239712563476	4	2	1	2	2	False	86236	maximal	True	CHI0055_000000006154	0.9808858166922683		3	2	False	False	1.0	0					non-mobilizable	other	1999.0	88.494	90.0	0.0006854502501389661	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0140_000000009851	2520	0.8247239712563476	3	2	1	2	2	False	86236	maximal	False	CHI0055_000000006154	0.9704659498207886		0	0	False	False	0.9833333492279053	0					non-mobilizable	other	1780.0	87.303	90.0	0.0006090188993885492	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MON0046_000000004424	6088	0.8247176380236071	6	4	4	4	4	False	11543	maximal	True	MON0046_000000004424	1.0		2	2	False	False	0.9995072484016418	0					non-mobilizable	no_good_hit	1154.0	81.282	26.0	0.0005037211357706013	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0151_000000012400	1388	0.8247144064587498	2	2	2	2	1	False	81815	fragment	False	FIJ0151_000000012400	0.9947224568135399		0	0	False	False	0.9927954077720642	0					non-mobilizable	no_good_hit								True	False
FIJ0098_000000007971	2880	0.8247105851080001	3	3	2	3	1	False	42874	maximal	True	FIJ0098_000000007971	1.0		2	1	False	False	0.9798611402511597	0					non-mobilizable	no_good_hit	571.0	94.396	20.0	0.005953002610966057	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0106_000000012350	3168	0.8247045430270559	4	4	4	1	2	False	100567	maximal	True	SPA0106_000000012350	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	86.624	5.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0035_01_000000008789	2857	0.8247044212646153	5	5	4	5	3	False	85694	maximal	True	USA0035_01_000000008789	1.0		0	0	False	False	0.9922996163368225	0					non-mobilizable	no_good_hit	922.0	97.61399999999999	32.0	0.0032994078261523747	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0072_01_000000004528	4466	0.8247024629261241	7	2	2	2	2	True	60856	fragment	False	USA0072_01_000000004528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0104_000000000524	26453	0.8246988886393977	18	17	8	8	16	False	45647	fragment	False	MON0104_000000000524	1.0		0	0	False	False	0.9989415407180786	0					non-mobilizable	plasmid	26371.0	98.49799999999999	99.0	0.24437194732012937	LR134218.1	enterobacteria	Klebsiella pneumoniae strain NCTC10317 genome assembly, plasmid: 2	False	True
ISR0389_000000004402	4404	0.8246945207156707	4	2	1	2	1	True	106243	fragment	False	ISR0389_000000004402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	70.512	26.0	0.023700257748161188	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ITA0002_000000001267	5330	0.8246925805328679	6	5	5	5	4	False	127020	maximal	True	ITA0002_000000001267	1.0		1	1	False	False	0.9998123645782471	0					non-mobilizable	no_good_hit	1811.0	97.57	34.0	0.006943165776713926	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0058_000000007137	3376	0.8246924842868912	5	4	4	4	3	False	40924	maximal	True	ISR0058_000000007137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1405.0	85.62299999999999	42.0	0.06003687979758995	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0113_000000001434	13940	0.8246797232515571	22	8	6	6	7	True	116863	fragment	False	FIJ0113_000000001434	1.0		0	0	False	False	0.9998565316200256	0					non-mobilizable	no_good_hit	809.0	97.15700000000001	6.0	0.14400285154161468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0215_000000004559	6237	0.8246773426936731	7	3	1	3	1	False	72945	maximal	True	ISR0215_000000004559	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	94.796	60.0	0.0006035307169136061	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0084_000000005057	5714	0.8246750948114389	6	5	3	4	4	False	111561	maximal	True	AST0084_000000005057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	92.16	20.0	0.00036121644839758266	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0040_000000009988	1422	0.8246633878747452	3	2	2	2	1	True	87676	fragment	False	CHI0040_000000009988	1.0		0	0	False	False	0.9936708807945251	0					non-mobilizable	other	1070.0	89.346	99.0	0.0003212532671035751	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0088_000000012669	1915	0.8246424770610594	4	2	2	2	2	False	118616	fragment	False	ISR0833_000000003530	0.6993889861607464		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	91.014	98.0	0.00023551865513385685	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0385_000000007335	2894	0.8246421829585762	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.9109452493434216		0	0	False	False	0.9986178278923035	0					non-mobilizable	other	2894.0	99.24	100.0	0.03597676992526084	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0119_000000003172	9709	0.824636014550321	12	9	8	7	7	False	107592	maximal	True	ISR0119_000000003172	1.0		18	4	False	False	0.9987640380859375	0					non-mobilizable	no_good_hit	2227.0	96.09299999999999	23.0	0.019960688930972276	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	True	False
SPA0090_000000002837	9371	0.8246300787038723	6	4	3	4	1	True	98939	fragment	False	SPA0090_000000002837	1.0		0	0	False	False	0.999893307685852	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
FIJ0072_000000015725	1620	0.8246213113622721	3	3	3	2	1	True	131026	fragment	False	CHI0117_000000007167	0.1468305444345609		0	0	False	False	0.9888888597488403	0					non-mobilizable	other	1623.0	93.9	100.0	0.0004868019230187766	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0104_000000022112	2058	0.8246197259706695	3	3	2	2	3	False	43073	fragment	False	MON0104_000000022112	1.0		0	0	False	False	0.9985422492027283	0					non-mobilizable	no_good_hit	549.0	75.41	26.0	0.0007218976050847164	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0114_000000002956	6973	0.8246188825384314	7	5	1	3	3	False	123414	fragment	False	ENG0211_000000004340	0.9702816138640671		0	0	False	False	0.9994263648986816	0					non-mobilizable	plasmid	6973.0	99.728	100.0	0.6657118304210828	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
FIJ0059_000000007643	2356	0.8246176875997092	4	3	1	1	3	True	95656	fragment	False	FIJ0059_000000007643	0.977038626609442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	93.22	15.0	0.00011881773326058411	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
DEN0073_000000004012	9069	0.8246078574890596	11	9	8	9	6	False	109039	maximal	True	DEN0073_000000004012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	73.26100000000001	5.0	0.00014407628887843862	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CAN0012_000000024982	1889	0.8246072217611038	4	3	1	2	1	True	94202	maximal	True	CAN0012_000000024982	1.0		2	1	False	False	0.9925886988639832	0					non-mobilizable	no_good_hit	512.0	96.094	27.0	0.0001436073376323731	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0059_000000029354	1328	0.8246066411782229	2	2	2	2	1	False	26986	fragment	False	ISR0251_000000010658	0.6326299069661901		0	0	False	False	0.974397599697113	0					non-mobilizable	other	1328.0	100.0	100.0	0.0006562893489233788	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
USA0061_01_000000009387	1173	0.8246014183580759	2	2	1	1	0	True	883	maximal	True	USA0061_01_000000009387	1.0		0	0	False	False	0.9855072498321533	0					non-mobilizable	no_good_hit								True	True
CHI0173_000000001593	10431	0.8245908831744657	14	8	5	7	7	False	77921	maximal	True	CHI0173_000000001593	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	96.296	1.0	0.003532862285028663	NZ_CYXX01000050.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0053_000000017368	1204	0.8245886059442749	2	2	1	2	1	False	46370	fragment	False	FIJ0053_000000017368	1.0		0	0	False	False	0.9991694092750549	0					non-mobilizable	chromosome	1215.0	79.42399999999999	100.0	0.0003355769502576442	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0361_000000000165	43241	0.8245877832648385	31	25	20	23	17	False	23771	maximal	True	ISR0361_000000000165	1.0		1	1	False	False	0.998913049697876	0					non-mobilizable	no_good_hit	4747.0	75.458	11.0	0.013884605347441343	NZ_JHXL01000001.1	mycoplasmas	Acholeplasma equifetale ATCC 29724 T434DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0339_000000011388	1350	0.8245876153281629	2	2	2	1	1	False	125945	fragment	False	ISR0339_000000011388	1.0		0	0	False	False	0.9970370531082153	0					non-mobilizable	no_good_hit	1188.0	97.727	88.0	0.0032459801573725623	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0169_000000008209	3495	0.8245617753837295	5	3	2	2	2	False	30103	maximal	True	ISR0169_000000008209	1.0		0	0	False	False	0.9925608038902283	0					non-mobilizable	no_good_hit	2505.0	92.575	76.0	0.039608662613981764	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
MAD0001_000000012079	2142	0.8245564497912067	3	3	3	3	3	False	111460	fragment	False	MAD0086_000000003690	0.8503908269619367		0	0	False	False	1.0	0					non-mobilizable	chromosome	2142.0	99.95299999999999	100.0	0.00039579031432147193	CP049201.1	enterobacteria	Escherichia coli strain PapRG-04-4 chromosome, complete genome	False	False
ISR0327_000000015451	1843	0.8245556761855416	2	2	2	2	2	False	115882	maximal	False	FIJ0122_000000006376	0.3830478496752014		0	0	False	False	1.0	0					non-mobilizable	other	1843.0	99.512	100.0	0.007714246227683339	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0022_000000008252	1650	0.8245540567370168	4	4	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.23446698570722108		0	0	False	False	1.0	0					non-mobilizable	chromosome	1406.0	93.03	100.0	0.00039295249221162006	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0030_000000013944	2197	0.8245506397591847	2	2	2	2	2	False	95871	fragment	False	USA0009_01_000000010446	0.9427428368060803		0	0	False	False	0.9995448589324951	0					non-mobilizable	other	2198.0	98.681	100.0	0.0010606931825478554	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0790_000000002778	5475	0.8245443920340226	7	5	2	5	3	False	54545	maximal	True	ISR0790_000000002778	1.0		1	1	False	False	0.9987214803695679	0					non-mobilizable	no_good_hit	846.0	98.227	19.0	0.00014604820351203583	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
USA0063_01_000000003686	5620	0.8245418525434758	10	6	4	4	4	True	130634	backbone	False	CHI0055_000000002456	0.954255536547054	PS1108	0	0	True	True	1.0	327		MOBV			mobilizable	no_good_hit	2827.0	94.765	77.0	0.45964454589923365	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0324_000000000917	25719	0.8245388753809454	38	12	3	8	8	False	24960	maximal	True	ISR0324_000000000917	1.0		1	1	False	False	0.9999611377716064	0					non-mobilizable	no_good_hit	45.0	88.889	0.0	0.00034034873873089495	NC_028805.1	viruses	Brevibacillus phage Jenst, complete genome	True	False
ENG0029_000000018621	1333	0.8245293037700462	2	2	2	2	2	False	65772	fragment	False	ENG0029_000000018621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	76.029	61.0	0.00026386609822929213	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
SPA0045_000000006062	4563	0.8245269424118739	6	2	2	2	1	True	31124	fragment	False	SPA0045_000000006062	1.0		0	0	False	False	0.9991233944892883	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	4.978763000580283e-05	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
CHI0138_000000008071	1779	0.8245247720223525	3	3	2	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.7858873034040564		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	94.846	100.0	0.7272727272727273	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
ENG0117_000000009823	2317	0.824517028993462	5	5	4	4	4	False	83138	maximal	True	ENG0117_000000009823	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	95.719	66.0	0.00018376020018829906	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0012_000000010037	2435	0.8245031088891929	3	3	3	2	3	False	8011	fragment	False	SPA0012_000000010037	1.0		0	0	False	False	0.996303915977478	0					non-mobilizable	no_good_hit	1047.0	88.539	69.0	0.01631799815915508	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	True	False
ISR0327_000000017785	1624	0.8244964365054378	2	2	2	2	2	False	24778	fragment	False	ISR0327_000000017785	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1491.0	83.97	92.0	0.0003017010783884777	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
SPA0132_000000013042	3090	0.8244937856901464	5	5	4	4	2	False	92203	fragment	False	SPA0132_000000013042	1.0		0	0	False	False	0.9996763467788696	0					non-mobilizable	other	3090.0	99.385	100.0	0.005700345268565798	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0139_000000002972	7241	0.8244900586610415	7	1	1	1	1	True	28725	fragment	False	SPA0139_000000002972	1.0		0	0	False	False	0.9921281337738037	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.176318909712589e-05	NZ_AZQN01000003.1	CFB group bacteria	Dyadobacter tibetensis Y620-1 contig003, whole genome shotgun sequence	True	True
SPA0138_000000005865	4051	0.8244900586610415	5	1	1	1	1	True	28724	fragment	False	SPA0138_000000005865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0120_000000008730	2648	0.8244825070912458	3	2	2	2	2	False	41544	maximal	True	FIJ0120_000000008730	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	81.979	21.0	0.001238244376215151	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0019_000000011423	5214	0.8244695050878702	5	4	3	3	3	False	123631	maximal	True	MON0019_000000011423	1.0	PS902	0	0	False	True	0.9854238629341125	0					non-mobilizable	no_good_hit	3414.0	98.916	65.0	0.0007761526914785082	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0161_000000004202	2419	0.8244607867399265	4	4	4	4	3	False	83933	fragment	False	CHI0138_000000005893	0.9682703372771876		0	0	False	False	0.9946258664131165	0					non-mobilizable	no_good_hit	996.0	82.73100000000001	65.0	0.0001524426663748317	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0099_000000007207	4028	0.8244476964827147	4	3	1	3	2	False	92494	fragment	False	MON0099_000000007207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	87.367	54.0	0.0005178734889466779	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0128_000000001010	20671	0.8244459008796058	14	6	4	6	5	True	110953	fragment	False	SPA0101_000000001303	0.9582531918569782		0	0	False	False	1.0	0					non-mobilizable	plasmid	20656.0	98.155	99.0	0.12473256052895598	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0231_000000017499	1173	0.8244451365293162	2	2	2	2	2	False	59206	fragment	False	ISR0377_000000014113	0.9715672894383399		0	0	False	False	0.9846547245979309	0					non-mobilizable	other	1173.0	98.977	100.0	0.017039589421497216	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0113_01_000000011605	1564	0.8244408024883684	2	2	1	2	0	True	277	fragment	False	USA0113_01_000000011605	1.0		0	0	False	False	0.9840153455734253	0					non-mobilizable	no_good_hit								True	True
USA0059_01_000000008824	2989	0.8244395922232335	4	2	2	2	2	True	125424	fragment	False	SPA0007_000000005963	0.3911246250434782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	88.964	30.0	0.049108150824113794	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0111_000000007371	2790	0.8244395922232335	3	2	2	2	2	True	125424	fragment	False	SPA0007_000000005963	0.25487267934332436		0	0	False	False	0.9996415972709656	0					non-mobilizable	no_good_hit	538.0	85.874	35.0	0.060171596297132535	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0077_000000013278	2174	0.8244393750694612	4	2	2	2	1	False	39385	maximal	True	SPA0077_000000013278	1.0		4	3	False	False	0.9880405068397522	0					non-mobilizable	no_good_hit								True	False
ISR0338_000000015000	1868	0.8244393750694612	2	2	2	2	1	False	39386	fragment	False	ISR0338_000000015000	1.0		0	0	False	False	0.9898287057876587	0					non-mobilizable	no_good_hit								True	False
ISR0265_000000007081	2317	0.8244298369849836	3	3	3	2	2	True	106726	fragment	False	ISR0265_000000007081	0.972808988764045		0	0	False	False	1.0	0					non-mobilizable	other	2327.0	99.141	100.0	0.0009935971506060046	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	True
ISR0210_000000007283	2632	0.8244192709321384	3	2	0	2	2	False	37637	fragment	False	ISR0210_000000007283	0.9234009957870548		0	0	False	False	0.9996200799942017	0	IncK2/Z				non-mobilizable	plasmid	2634.0	98.25399999999999	99.0	0.029387125959186407	MG767298.1	enterobacteria	Shigella sonnei strain ID127706 plasmid pSs1 genomic sequence	False	True
ISR0164_000000007093	3488	0.8244178349824555	4	3	3	3	2	False	131782	fragment	False	ISR0164_000000007093	1.0		0	0	False	False	0.9997133016586304	0					non-mobilizable	no_good_hit	2004.0	81.786	57.0	0.34789446094705573	MK232231.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_5-CL19_c13 sequence	True	False
USA0069_01_000000022392	2759	0.8244176075795989	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9904123721422438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.93799999999999	29.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
DEN0012_000000002286	2738	0.8244176075795989	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9849595044762821		0	0	False	False	0.9996347427368164	0					non-mobilizable	no_good_hit	810.0	84.93799999999999	30.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0373_000000005931	2633	0.8244176075795989	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9403390123527188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.93799999999999	31.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0317_000000007511	2530	0.8244169279487022	5	3	1	3	1	True	25169	maximal	True	ISR0317_000000007511	1.0		2	1	False	False	0.9964426755905151	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	8.392245028489993e-07	LR597437.1	bony fishes	Salarias fasciatus genome assembly, chromosome: 2	True	True
SPA0010_000000024230	1117	0.8244152970316002	2	2	2	1	1	False	127752	fragment	False	DEN0083_000000022423	0.4312311457425437		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	99.641	99.0	0.021303449858486957	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0090_000000019640	1831	0.8244075925818826	3	3	3	3	1	True	32509	fragment	False	MON0040_000000014166	0.9708612686952036		0	0	False	False	0.9907154440879822	0					non-mobilizable	no_good_hit	64.0	82.81200000000001	3.0	1.3594500226251325e-05	NZ_KV917377.1	firmicutes	Alkalihalobacillus patagoniensis strain DSM 16117 Scaffold1, whole genome shotgun sequence	True	True
MON0035_000000003874	5884	0.8243907074540071	10	7	4	7	4	True	67606	maximal	True	MON0035_000000003874	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	82.176	25.0	0.006315940876363236	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
ENG0074_000000001376	15034	0.8243783683669607	16	15	11	13	15	False	82933	maximal	True	ENG0074_000000001376	1.0		1	1	False	False	0.9997339248657227	0					non-mobilizable	chromosome	15034.0	99.98700000000001	100.0	0.002925512402534004	CP053296.1	enterobacteria	Escherichia coli strain M1/5 chromosome, complete genome	False	False
ISR0082_000000009723	2976	0.8243672397910372	4	4	4	4	3	False	70192	fragment	False	ISR0081_000000007101	0.9491884578908948		0	0	False	False	0.9973118305206299	0					non-mobilizable	other	3037.0	75.96300000000001	100.0	0.0010696473646603448	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0089_000000017014	1755	0.8243360529333433	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.2223008509881804		0	0	False	False	1.0	0					non-mobilizable	other	1757.0	94.59299999999999	100.0	0.000601497983747209	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
TAN0018_000000006070	1736	0.8243360529333433	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.21446412651236807		0	0	False	False	1.0	0					non-mobilizable	chromosome	1753.0	92.641	100.0	0.00039299958460147535	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MON0079_000000018112	1260	0.8243360529333433	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.045456697664555644		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	97.302	100.0	0.004829528018167311	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0100_000000007673	4118	0.8243313709350897	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9807074032002524		0	0	False	False	1.0	0					non-mobilizable	other	4040.0	97.475	99.0	0.013150480284108035	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
CHI0155_000000000379	18187	0.824317420229982	19	13	6	9	8	True	96554	maximal	True	CHI0155_000000000379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6209.0	94.589	58.0	0.001813263176759776	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
AST0142_000000000539	14706	0.8243165803562466	15	11	7	11	6	True	105271	fragment	False	CAN0007_000000002479	0.9691864729977363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	88.67	8.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
ISR0794_000000003475	5359	0.8243121647497766	6	4	4	4	1	True	102719	maximal	True	ISR0794_000000003475	1.0		2	2	False	False	0.9979473948478699	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.000433126726906131	NZ_ABOX02000041.1	verrucomicrobia	Pedosphaera parvula Ellin514 ctg163, whole genome shotgun sequence	True	True
USA0087_01_000000000827	11374	0.8243029616503306	20	6	1	3	4	False	429	fragment	False	USA0087_01_000000000827	1.0		0	0	False	False	0.9989449381828308	0					non-mobilizable	no_good_hit								True	False
ENG0205_000000002649	4095	0.8243008066647484	5	4	2	2	4	False	94138	fragment	False	ENG0205_000000002649	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4105.0	98.319	100.0	0.009146844416701964	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0335_000000015693	1259	0.8242934733705016	2	1	0	1	0	True	80840	fragment	False	CHI0132_000000023002	0.9496593489780469		0	0	False	False	0.970611572265625	0					non-mobilizable	no_good_hit								True	True
DEN0051_000000003797	9020	0.8242879902681884	11	9	3	4	8	False	132506	backbone	False	ISR0038_000000002833	0.921374080052883	PS1165|PS799|PS800	0	0	True	True	1.0	53	rep_cluster_1097	MOBB			mobilizable	plasmid	7293.0	97.916	98.0	0.8147361359570662	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	False	True
ENG0036_000000012915	1895	0.8242847146604156	3	3	3	3	3	False	76473	fragment	False	ENG0036_000000012915	0.9767441860465116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	78.916	9.0	0.00048003439755683105	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
ENG0106_000000002248	8242	0.8242812805865759	10	5	2	5	2	False	93115	maximal	True	ENG0106_000000002248	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1776.0	97.46600000000001	39.0	0.0007795851465093032	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0816_000000006941	6215	0.8242788007766054	4	3	3	3	2	False	124023	maximal	True	ISR0816_000000006941	1.0		4	1	False	False	1.0	0					non-mobilizable	other	3741.0	95.64299999999999	93.0	0.0010385946204131051	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0100_000000002858	3902	0.8242755744337852	3	3	3	3	2	False	100044	fragment	False	ISR0100_000000002858	0.978109328282328		0	0	False	False	0.996924638748169	0					non-mobilizable	no_good_hit	491.0	74.745	12.0	0.0037871033776867963	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
AST0061_000000030472	1381	0.8242720865729357	3	1	1	1	0	True	111884	maximal	True	AST0061_000000030472	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0092_000000008337	4663	0.8242616906751452	5	4	4	4	2	True	126320	fragment	False	SPA0092_000000008337	1.0		0	0	False	False	0.9995710849761963	0					non-mobilizable	no_good_hit	87.0	78.161	2.0	0.001615079138877805	NZ_FOWX01000035.1	g-proteobacteria	Pseudomonas borbori strain DSM 17834, whole genome shotgun sequence	True	True
TAN0009_000000021398	1907	0.8242564850828428	3	2	2	2	2	False	23476	fragment	False	TAN0009_000000021398	0.9686228936664729		0	0	False	False	0.9863660335540771	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.942851981107432e-07	LR594645.1	caecilians	Microcaecilia unicolor genome assembly, chromosome: 14	True	False
ISR0082_000000007646	3689	0.8242524499784879	3	3	3	2	1	True	34188	fragment	False	ISR0082_000000007646	1.0		0	0	False	False	0.999457836151123	0					non-mobilizable	other	3688.0	99.512	100.0	0.05846339297043522	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ENG0042_000000002153	12080	0.8242471352462726	15	8	4	6	7	False	69642	maximal	True	ENG0042_000000002153	1.0		1	1	False	False	0.9994205236434937	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.0002799521927793869	NZ_DS483520.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_0, whole genome shotgun sequence	True	False
ISR0123_000000009401	2297	0.8242454201090731	3	3	2	2	2	False	77979	fragment	False	MAD0055_000000003111	0.7919229712888471		0	0	False	False	0.9965171813964844	0					non-mobilizable	no_good_hit	593.0	84.486	26.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0216_000000008138	2251	0.8242419671832921	2	2	1	2	1	True	86335	fragment	False	ISR0216_000000008138	1.0		0	0	False	False	0.9937805533409119	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	4.0	0.00020282830479448474	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0363_000000007951	2366	0.8242224087212011	4	3	3	1	1	False	70699	fragment	False	ISR0363_000000007951	1.0		0	0	False	False	0.9945054650306702	0					non-mobilizable	no_good_hit	1707.0	80.434	76.0	0.09050808691390295	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0061_000000009828	1782	0.8242074838204838	3	3	3	3	2	False	42557	fragment	False	MAD0061_000000009828	1.0		0	0	False	False	0.9960718154907227	0					non-mobilizable	no_good_hit	827.0	78.839	46.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CHI0144_000000005010	2902	0.824203240481538	4	4	4	3	3	False	122162	maximal	True	CHI0144_000000005010	1.0		8	1	False	False	0.9906960725784302	0					non-mobilizable	no_good_hit	1587.0	93.88799999999999	82.0	0.00047764437599346113	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AUS0002_000000023482	1591	0.8241994388215915	2	2	2	2	2	False	102849	fragment	False	AUS0002_000000023482	1.0		0	0	False	False	0.9924575686454773	0					non-mobilizable	no_good_hit	500.0	75.0	31.0	0.00013975015714848821	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0125_000000006405	3872	0.824197783796831	10	4	3	3	4	True	110421	fragment	False	ENG0125_000000006405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2323.0	98.62200000000001	82.0	0.013368737544207265	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0117_01_000000007849	2969	0.8241937096941943	3	2	2	2	1	False	96611	fragment	False	USA0117_01_000000007849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	93.333	5.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
MAD0061_000000001133	11822	0.8241915511632694	14	12	4	8	7	True	98667	fragment	False	MAD0061_000000001133	0.9767401815475468		0	0	False	False	1.0	0	IncI-gamma/K1		MPF_I		non-mobilizable	plasmid	7169.0	97.95	99.0	0.11230407523510971	CP057913.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_3, complete sequence	False	True
FIJ0009_000000037281	1198	0.8241885117674677	2	2	2	2	1	False	51154	fragment	False	FIJ0009_000000037281	1.0		0	0	False	False	0.9991652965545654	0					non-mobilizable	no_good_hit	451.0	73.392	37.0	7.824047589990235e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MAD0015_000000001279	9168	0.8241880939081699	6	6	6	6	6	False	46703	fragment	False	MAD0015_000000001279	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3935.0	73.189	42.0	0.02230316421826719	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
SPA0044_000000017540	1584	0.8241849308793673	3	3	3	2	1	True	60116	fragment	False	SPA0044_000000017540	1.0		0	0	False	False	0.998106062412262	0					non-mobilizable	no_good_hit	1040.0	73.173	64.0	0.001459488821544971	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ISR0144_000000001689	3445	0.8241818956568671	4	3	3	2	2	False	115231	maximal	True	ISR0144_000000001689	1.0		0	0	False	False	0.9970972537994385	0					non-mobilizable	no_good_hit	3032.0	99.76899999999999	88.0	0.023453580327158486	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0092_000000008440	4615	0.8241770765055841	4	4	3	4	2	False	126668	fragment	False	ISR0217_000000005687	0.9829340682637269		0	0	False	False	0.9993499517440796	0					non-mobilizable	no_good_hit	120.0	77.5	3.0	9.935479857758486e-05	NZ_KB946300.1	firmicutes	Enterococcus pallens ATCC BAA-351 acvKb-supercont1.1, whole genome shotgun sequence	True	False
AUS0012_000000004413	3557	0.8241653855691791	4	3	3	3	2	False	113773	fragment	False	AUS0012_000000004413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	80.279	16.0	0.005582144998181872	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
MON0038_000000029770	1185	0.8241653763485284	2	1	1	1	1	False	11972	maximal	True	MON0038_000000029770	1.0		0	0	False	False	0.9291139245033264	0					non-mobilizable	no_good_hit	117.0	97.436	10.0	0.00017777860225825202	NZ_FQTX01000001.1	high GC Gram+	Bifidobacterium merycicum DSM 6492, whole genome shotgun sequence	True	False
DEN0035_000000008545	3630	0.8241610262423433	4	4	2	4	3	False	73488	fragment	False	DEN0035_000000008545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	95.618	62.0	0.0003452604295347446	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0017_01_000000012179	2264	0.8241551514316535	2	2	2	2	2	False	1897	fragment	False	USA0017_01_000000012179	1.0		0	0	False	False	0.9995583295822144	0					non-mobilizable	no_good_hit	933.0	86.71	77.0	0.0002582601596214406	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0366_000000006458	2711	0.8241380735316468	5	3	1	1	2	True	120074	backbone	True	ISR0366_000000006458	1.0	PS827|PS829|PS830	2	2	True	True	0.9948358535766602	17	rep_cluster_1143				non-mobilizable	no_good_hit	1941.0	94.48700000000001	89.0	0.4932380709364634	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
FIJ0085_000000005776	5114	0.8241299310891516	7	4	2	3	2	True	98535	fragment	False	FIJ0085_000000005776	0.9886215864759428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	87.44200000000001	4.0	6.237484765016671e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0178_000000007744	2170	0.8241276137158196	2	2	2	2	2	False	43421	maximal	True	ISR0178_000000007744	1.0		40	9	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	73.148	10.0	0.00010726854757873332	NZ_CP048635.1	a-proteobacteria	Rhizobium oryzihabitans strain M15 chromosome M15-12, complete sequence	True	False
ISR0013_000000004031	5603	0.8241259132581041	5	5	3	5	2	True	132039	fragment	False	ISR0084_000000002614	0.26534767397264497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	836.0	75.957	15.0	0.00026462334042326197	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0773_000000008079	1909	0.8241080874843096	2	2	2	2	2	False	115882	maximal	False	FIJ0122_000000006376	0.3819811573031327		0	0	False	False	1.0	0					non-mobilizable	other	1909.0	98.795	100.0	0.014940332633820904	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	False	False
ENG0033_000000014215	1819	0.8241080874843096	2	2	2	2	2	False	115882	maximal	False	FIJ0122_000000006376	0.2766967552786281		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	98.462	100.0	0.013293360631763673	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	False	False
ISR0811_000000005735	2534	0.8240924813167418	5	1	1	1	1	False	69902	fragment	False	ISR0811_000000005735	1.0		0	0	False	False	0.9980268478393555	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000014721	2194	0.8240924813167418	3	1	1	1	1	False	69901	fragment	False	ISR0066_000000014721	1.0		0	0	False	False	0.9890610575675964	0					non-mobilizable	no_good_hit								True	False
DEN0077_000000007399	1773	0.8240924813167418	3	1	1	1	1	False	69900	fragment	False	DEN0077_000000007399	0.9996869129618033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0160_000000018463	1597	0.8240924813167418	2	1	1	1	1	False	69900	fragment	False	DEN0077_000000007399	0.9500846023688663		0	0	False	False	0.9937382340431213	0					non-mobilizable	no_good_hit								True	False
ENG0142_000000013995	2357	0.8240915910065443	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.6124806920293693		0	0	False	False	1.0	0					non-mobilizable	chromosome	2084.0	92.274	99.0	0.0007336213476401847	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0061_000000018720	2244	0.8240915910065443	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.4093101297590145		0	0	False	False	0.9982174634933472	0					non-mobilizable	chromosome	1990.0	92.26100000000001	100.0	0.0007008042310790798	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0129_000000016675	1616	0.8240910252430145	4	3	1	1	2	True	58524	maximal	True	ENG0129_000000016675	1.0		0	0	False	False	0.9424505233764648	0					non-mobilizable	no_good_hit	618.0	93.366	52.0	0.00025552219916402414	CP024958.1	firmicutes	Lactococcus lactis subsp. lactis strain G423 chromosome, complete genome	True	True
FIJ0008_000000001889	12510	0.8240869340258532	19	7	4	6	5	False	53169	maximal	True	FIJ0008_000000001889	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6330.0	90.885	68.0	0.24717165785868075	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0011_000000027383	1648	0.8240869253167651	3	2	2	2	2	True	69439	maximal	True	FIJ0011_000000027383	1.0		5	2	False	False	0.9975728392601013	0					non-mobilizable	no_good_hit	380.0	72.368	22.0	0.004007250174703005	NZ_BCUG01000023.1	b-proteobacteria	Thauera butanivorans NBRC 103042, whole genome shotgun sequence	True	True
FIJ0021_000000037322	1276	0.8240863847822679	2	1	1	1	1	False	49540	fragment	False	FIJ0021_000000037322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	769.0	94.148	60.0	0.00022490085913299548	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0814_000000003142	12313	0.8240811833357351	11	10	5	8	3	True	132288	fragment	False	CHI0140_000000001647	0.05295174797532703		0	0	False	False	0.9988629817962646	0					non-mobilizable	other	11844.0	94.242	96.0	0.0027597279886671278	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
USA0007_01_000000002979	6421	0.8240783571053978	5	3	0	1	2	True	118868	fragment	False	USA0007_01_000000002979	0.9779260471912521		0	0	False	False	1.0	0					non-mobilizable	other	6346.0	97.87299999999999	99.0	0.0032561529220890943	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
USA0025_01_000000002903	6246	0.8240783571053978	5	3	0	1	2	True	118868	fragment	False	USA0007_01_000000002979	0.9746308663056185		0	0	False	False	1.0	0					non-mobilizable	other	6247.0	97.839	100.0	0.003205307631980763	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ENG0008_000000005343	4292	0.8240748436390012	4	2	2	2	2	False	67477	maximal	True	ENG0008_000000005343	1.0		2	1	False	False	0.9972041249275208	0					non-mobilizable	no_good_hit								True	False
ENG0111_000000009832	2055	0.8240582437464457	3	3	2	1	2	False	74359	fragment	False	ENG0111_000000009832	0.9675603217158177		0	0	False	False	0.9995133876800537	0					non-mobilizable	no_good_hit								True	False
DEN0016_000000003782	2091	0.824056229046348	2	2	2	2	2	False	75350	fragment	False	DEN0016_000000003782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	69.516	50.0	0.00036829503832216113	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0046_000000017863	1920	0.8240513556464186	3	3	3	3	3	False	36166	maximal	True	ISR0046_000000017863	1.0		5	3	False	False	0.9994791746139526	0					non-mobilizable	no_good_hit	76.0	86.84200000000001	4.0	0.0006036184478848883	NZ_KQ959899.1	firmicutes	Gemella asaccharolytica strain KA00071 Scaffold195, whole genome shotgun sequence	True	False
ISR0214_000000022013	1406	0.8240485224927384	2	1	1	1	1	False	28201	maximal	True	ISR0214_000000022013	1.0		1	1	False	False	0.9793741106987	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.04251968503937008	XM_032933664.1	crustaceans	PREDICTED: Daphnia magna trafficking protein particle complex subunit 1-like (LOC116926722), mRNA	True	False
ISR0224_000000013086	2302	0.8240444432855362	5	3	3	2	1	False	27746	maximal	True	ISR0224_000000013086	1.0		4	2	False	False	0.999565601348877	0					non-mobilizable	no_good_hit								True	False
ISR0081_000000005113	4497	0.8240383563466622	6	4	2	4	2	False	34250	maximal	True	ISR0081_000000005113	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0039_000000013309	2659	0.8240382556548349	4	2	2	1	1	False	106721	maximal	True	ISR0039_000000013309	1.0		1	1	False	False	0.9966152906417847	0					non-mobilizable	no_good_hit	1390.0	99.712	52.0	0.0006129898236628195	CP002286.1	high GC Gram+	Bifidobacterium longum subsp. longum BBMN68, complete genome	True	False
MON0024_000000027291	1861	0.824029764494853	3	3	3	1	1	False	12918	fragment	False	MON0024_000000027291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	78.91199999999999	8.0	0.00028043540477777417	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
ISR0318_000000000738	6343	0.8240280660858671	14	2	2	2	1	True	37861	maximal	False	MON0067_000000002077	0.9423134551992808		0	0	False	False	0.9998423457145691	0					non-mobilizable	chromosome	6364.0	94.516	100.0	0.0013475580992713143	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ISR0017_000000014987	2250	0.8240280660858671	4	2	2	2	1	True	37860	fragment	False	ISR0017_000000014987	1.0		0	0	False	False	0.9995555281639099	0					non-mobilizable	chromosome	2266.0	96.69	100.0	0.00047977221839129664	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
MON0019_000000043169	1557	0.8240280660858671	2	2	2	2	1	True	13165	fragment	False	MON0019_000000043169	0.9730971128608924		0	0	False	False	0.9858702421188354	0					non-mobilizable	chromosome	1557.0	100.0	100.0	0.0003297374433820042	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
MON0033_000000039384	1524	0.8240280660858671	2	2	2	2	1	True	13165	fragment	False	MON0019_000000043169	0.9630700064226076		0	0	False	False	0.9737532734870911	0					non-mobilizable	chromosome	1505.0	100.0	99.0	0.00031871794013273413	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
FIJ0117_000000000032	85831	0.8240218727800717	102	32	20	28	16	True	41631	maximal	True	FIJ0117_000000000032	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1627.0	83.712	2.0	0.0005033705655243801	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0350_000000005317	3236	0.8240204360306529	6	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.8869670843193126		0	0	False	False	1.0	0					non-mobilizable	other	2219.0	94.367	98.0	0.04409266254921949	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0261_000000007180	2515	0.8240204360306529	3	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.5556991159765323		0	0	False	False	0.9785287976264954	0					non-mobilizable	other	1536.0	94.01	98.0	0.03044112650156903	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0117_000000010755	2491	0.8240204360306529	4	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.5564828511289367		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	93.964	98.0	0.02954168415582339	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0019_000000011811	2455	0.8240204360306529	3	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.5529398295967858		0	0	False	False	0.9951120018959045	0					non-mobilizable	other	1475.0	93.96600000000001	98.0	0.029221882432891606	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0379_000000013350	1860	0.8240204360306529	2	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.07327206345209618		0	0	False	False	1.0	0					non-mobilizable	other	1098.0	94.171	97.0	0.021866442805460615	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0104_000000013555	2699	0.8240107270444398	3	3	2	3	2	True	4835	maximal	True	SPA0104_000000013555	1.0		2	2	False	False	0.9996294975280762	0					non-mobilizable	no_good_hit								True	True
MON0034_000000020186	1451	0.8240099346936219	2	2	2	2	2	True	69437	fragment	False	MON0078_000000031173	0.5014871696176764		0	0	False	False	0.9751895070075989	0					non-mobilizable	no_good_hit	122.0	77.04899999999999	24.0	0.00046355629482180353	NZ_FNAG01000005.1	g-proteobacteria	Aquimonas voraii strain DSM 16957, whole genome shotgun sequence	True	True
ISR0312_000000000698	15145	0.8240088115997571	17	12	4	10	7	False	62584	fragment	False	ISR0312_000000000698	1.0		0	0	False	False	0.9999339580535889	0					non-mobilizable	no_good_hit	2884.0	90.291	51.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
USA0050_01_000000000187	42036	0.8240086266067609	46	39	12	22	37	True	73767	maximal	True	USA0050_01_000000000187	1.0		2	2	False	False	1.0	0					non-mobilizable	other	13350.0	99.85	94.0	0.0025852239768871525	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0382_000000001372	8122	0.8239990867403005	12	9	4	6	7	False	109919	fragment	False	ISR0025_000000004431	0.9775223221439038		0	0	False	False	0.999876856803894	0					non-mobilizable	other	8066.0	99.93799999999999	99.0	0.002273800303812663	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0094_000000014033	1454	0.8239933693322227	1	1	1	1	1	False	51383	fragment	False	ISR0333_000000014913	0.94640605296343		0	0	False	False	0.9993122220039368	0					non-mobilizable	other	1455.0	97.32	100.0	0.0006915793902678169	CP013216.1	firmicutes	Streptococcus salivarius strain HSISS4, complete genome	False	False
FIJ0091_000000017407	1211	0.8239933693322227	1	1	1	1	1	False	51379	fragment	False	FIJ0091_000000017407	0.9553514389817178		0	0	False	False	1.0	0					non-mobilizable	chromosome	1208.0	98.675	99.0	0.0005471069510232759	LR134274.1	firmicutes	Streptococcus salivarius strain NCTC8618 genome assembly, chromosome: 1	False	False
ISR0790_000000004102	3777	0.8239922207697425	4	4	4	4	3	False	126386	backbone	False	MON0066_000000006846	0.8244408127829569	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3567.0	99.075	94.0	0.003061080837942981	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MON0058_000000044066	1224	0.8239901772436423	3	2	1	2	1	False	80770	maximal	False	CHI0133_000000015942	0.9296123239596241		0	0	False	False	0.9942810535430908	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000012149	2014	0.8239701149712633	3	2	1	2	2	True	87647	fragment	False	ENG0068_000000012149	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1899.0	98.631	96.0	0.0005082695563942212	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0114_000000006175	5769	0.8239675093320016	5	4	2	4	2	False	52319	fragment	False	FIJ0114_000000006175	0.9833799860041987		0	0	False	False	0.9996533393859863	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000008658	5716	0.8239675093320016	5	4	2	4	2	False	52319	fragment	False	FIJ0114_000000006175	0.9789391575663027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0179_000000003099	4881	0.8239653156820848	4	3	3	3	2	False	77589	maximal	True	CHI0179_000000003099	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3397.0	90.109	75.0	0.038683286996946356	NZ_RJQC01000005.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_5, whole genome shotgun sequence	True	False
ISR0341_000000002560	5294	0.823960742187042	5	1	1	1	1	False	24362	maximal	True	ISR0341_000000002560	1.0		1	1	True	True	0.9977332949638367	8					non-mobilizable	no_good_hit	440.0	71.36399999999999	8.0	9.078881693898716e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
AUS0016_000000012290	2292	0.823960676156912	5	2	1	1	2	False	100431	maximal	True	AUS0016_000000012290	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	93.471	43.0	0.0002448100550371361	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0161_000000023876	1300	0.8239516385543718	5	1	1	1	1	False	30375	fragment	False	ISR0161_000000023876	1.0		0	0	False	False	0.9915384650230408	0					non-mobilizable	no_good_hit								True	False
FIJ0152_000000010395	2357	0.8239485967856732	4	2	1	2	1	False	39722	maximal	True	FIJ0152_000000010395	1.0		2	2	False	False	0.994060218334198	0					non-mobilizable	no_good_hit								True	False
ENG0109_000000010315	2405	0.8239455042741289	3	2	2	2	2	False	92929	maximal	False	CAN0016_000000019185	0.9724752475247525		0	0	False	False	0.99334716796875	0					non-mobilizable	no_good_hit	1305.0	71.34100000000001	53.0	0.000535555045772359	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0126_000000030025	1648	0.8239434420223853	2	1	1	1	1	False	38213	fragment	False	ISR0387_000000014241	0.9612476716085957		0	0	False	False	0.9836165308952332	0					non-mobilizable	no_good_hit	1019.0	73.307	61.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0116_000000025326	1619	0.8239434420223853	2	1	1	1	1	False	38213	fragment	False	ISR0387_000000014241	0.6349110032362459		0	0	False	False	0.994441032409668	0					non-mobilizable	no_good_hit	1019.0	73.307	62.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0049_000000022397	1312	0.8239434420223853	1	1	1	1	1	False	38209	fragment	False	ISR0049_000000022397	0.9960963056756545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	73.013	77.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0338_000000022864	1285	0.8239434420223853	1	1	1	1	1	False	38209	fragment	False	ISR0049_000000022397	0.9918063784198118		0	0	False	False	0.9805447459220886	0					non-mobilizable	no_good_hit	1020.0	73.235	78.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0170_000000038120	1240	0.8239434420223853	1	1	1	1	1	False	38209	fragment	False	ISR0049_000000022397	0.9755177004304885		0	0	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	1019.0	73.307	81.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0267_000000012545	1455	0.8239418746227161	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.12452107716426188		0	0	False	False	1.0	0					non-mobilizable	other	1470.0	91.565	100.0	0.0055698766341373595	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0114_000000012066	1204	0.8239418746227161	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.02218395665933014		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	90.539	100.0	0.00038997261439196687	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
FIJ0016_000000016147	1204	0.8239418746227161	2	2	2	1	1	True	50192	maximal	True	FIJ0016_000000016147	1.0		2	2	False	False	0.9867109656333923	0					non-mobilizable	no_good_hit	1006.0	99.304	84.0	0.00030045283174551734	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
SPA0069_000000019094	1136	0.8239418746227161	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.0164337948522738		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	98.59200000000001	100.0	0.005670775272422045	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
USA0036_01_000000018198	1795	0.8239415580925861	2	2	2	2	2	False	120841	fragment	False	USA0036_01_000000018198	0.9596412556053812		0	0	False	False	0.9821727275848389	0					non-mobilizable	no_good_hit	1424.0	90.66	79.0	0.08917917477862213	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	True	False
ISR0296_000000010578	2462	0.8239304328587399	3	2	0	2	0	True	25680	maximal	True	ISR0296_000000010578	1.0		2	1	False	False	0.9967505931854248	0					non-mobilizable	no_good_hit								True	True
ISR0295_000000011993	2869	0.823929553672787	3	3	2	3	2	False	80187	fragment	False	ISR0182_000000012581	0.9817156527682844		0	0	False	False	0.9996514320373535	0					non-mobilizable	no_good_hit	353.0	71.105	12.0	0.0003530109236115509	NZ_ML133687.1	a-proteobacteria	Rhizobium vallis strain CCBAU 65647 Scaffold2, whole genome shotgun sequence	True	False
AUS0014_000000013597	2159	0.8239289503463754	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.5130389183216214		0	0	False	False	1.0	0					non-mobilizable	chromosome	2162.0	95.421	100.0	0.0003286974814468533	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
DEN0011_000000008421	4661	0.8239264347194493	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.03462574433490048	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1605.0	96.698	67.0	0.2746105118986475	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CAN0022_000000001920	13070	0.8239187005481365	19	12	3	4	11	False	103789	fragment	False	ISR0158_000000000932	0.7500987983058435		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4471.0	88.884	77.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
FIJ0009_000000016955	2311	0.8239140110577751	4	2	2	2	2	False	126047	fragment	False	FIJ0009_000000016955	0.9837528604118994		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	109.0	83.486	5.0	2.443520733273422e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0029_000000003800	5169	0.8239126654732797	5	5	5	5	5	False	13070	maximal	True	MON0029_000000003800	1.0		1	1	False	False	0.9996131062507629	0					non-mobilizable	other	5170.0	99.03299999999999	100.0	0.0028763988910725327	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
FIJ0148_000000011438	1679	0.8239108509792356	5	2	2	2	2	False	39900	backbone	True	FIJ0148_000000011438	1.0	PS137	1	1	True	True	1.0	4					non-mobilizable	plasmid	763.0	89.515	90.0	0.004581223029409276	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
MON0091_000000003229	3902	0.8239022888723456	3	3	2	2	3	False	13678	fragment	False	MON0091_000000003229	0.9967979065737952		0	0	False	False	1.0	0					non-mobilizable	chromosome	3812.0	90.92299999999999	100.0	0.0015341222182689229	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0158_000000013331	1449	0.8238971283574119	2	2	2	2	2	False	125823	fragment	False	ISR0158_000000013331	0.9815397167753633		0	0	False	False	0.9737750291824341	0					non-mobilizable	other	1400.0	98.786	97.0	0.003820732124529593	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0066_000000031203	1137	0.8238897761437795	2	2	2	2	2	False	131174	fragment	False	AST0002_000000028230	0.6195647576254003		0	0	False	False	0.9956024885177612	0					non-mobilizable	other	1136.0	98.59200000000001	99.0	0.004183699422391454	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
FIJ0032_000000024070	1534	0.823888955371442	3	2	2	2	2	False	48398	maximal	True	FIJ0032_000000024070	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	990.0	73.535	63.0	0.007798925122237039	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
CAN0001_000000014619	3199	0.8238880779017882	5	3	2	2	2	False	127138	fragment	False	CAN0001_000000014619	0.9920581277458601		0	0	False	False	0.9949984550476074	0					non-mobilizable	other	2756.0	99.67299999999999	98.0	0.011198185528123501	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
AST0007_000000006340	2959	0.8238880779017882	4	3	2	2	2	False	127138	fragment	False	CAN0001_000000014619	0.9551422319474836		0	0	False	False	1.0	0					non-mobilizable	other	2540.0	99.764	100.0	0.010320215265301478	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ENG0154_000000016291	1969	0.8238847498154378	3	1	1	1	1	False	56831	maximal	True	ENG0154_000000016291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	89.98200000000001	68.0	0.002342709790504441	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
ISR0012_000000017946	1264	0.8238797908660193	2	2	2	2	2	False	124631	fragment	False	ENG0204_000000020312	0.7468378955925669		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	76.6	43.0	0.0045129306367594135	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0808_000000008484	1907	0.8238786470132916	2	2	2	2	1	False	93978	fragment	False	ENG0162_000000013032	0.957175202451976		0	0	False	False	1.0	0					non-mobilizable	other	1907.0	96.59200000000001	100.0	0.0005104118938289703	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0125_01_000000001114	20331	0.8238677417202653	20	13	5	13	8	True	91675	fragment	False	USA0125_01_000000001114	1.0		0	0	False	False	0.9998524188995361	0					non-mobilizable	other	18458.0	91.28299999999999	99.0	0.43583134296592335	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
FIJ0004_000000017721	1478	0.8238562269106439	3	1	1	1	1	False	66516	fragment	False	ISR0137_000000013507	0.4023732569951057		0	0	False	False	0.9993234276771545	0					non-mobilizable	chromosome	1478.0	98.985	100.0	0.0004968129583360401	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0022_000000022402	1405	0.8238467954270058	2	2	2	2	2	False	13007	fragment	False	MON0022_000000022402	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1397.0	86.90100000000001	99.0	0.00041820130084992114	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0166_000000000674	26823	0.8238368105824826	42	19	16	11	7	True	81901	maximal	True	ENG0166_000000000674	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	79.762	1.0	0.00014268053145507657	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	True
DEN0041_000000002900	10310	0.8238345590864201	12	7	3	7	4	False	73162	maximal	True	DEN0041_000000002900	1.0		15	8	False	False	0.9994180202484131	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000001497	8933	0.8238315512630017	13	8	3	5	6	True	76964	backbone	False	ENG0033_000000002799	0.9528309873575987	PS328|PS329|PS369	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1627.0	76.46	18.0	0.1525828320443044	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0084_000000002181	8854	0.8238315512630017	12	8	3	5	6	True	76964	backbone	False	ENG0033_000000002799	0.9264820576516851	PS328|PS329|PS369	0	0	True	True	0.9998870491981506	25					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
SPA0131_000000002005	8853	0.8238315512630017	12	8	3	5	6	True	76964	backbone	False	ENG0033_000000002799	0.926410647317842	PS328|PS329|PS369	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MAD0041_000000005171	5178	0.8238169573516517	6	3	1	2	2	True	88269	fragment	False	MAD0041_000000005171	1.0		0	0	False	False	0.9986481070518494	0					non-mobilizable	no_good_hit								True	True
MAD0044_000000008781	2755	0.8238144495564598	5	3	2	3	3	False	17970	maximal	True	MAD0044_000000008781	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.603857759930101e-05	NZ_ATXD01000008.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ENG0029_000000017055	1451	0.8238140207805243	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.46620152851461194		0	0	False	False	1.0	0					non-mobilizable	chromosome	771.0	91.958	94.0	0.0002713587380160183	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0128_000000024697	1219	0.8238116640356712	1	1	1	1	1	False	102781	fragment	False	CHI0151_000000017004	0.4810053722179586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0025_000000006057	2000	0.8238062637664127	4	3	3	2	1	False	19138	maximal	True	MAD0025_000000006057	1.0		2	1	False	False	0.9829999804496765	0					non-mobilizable	no_good_hit	347.0	74.64	17.0	0.006697387433123756	NZ_FOGW01000018.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
ISR0013_000000005830	4011	0.8238046433885442	6	3	2	2	0	True	38120	fragment	False	ISR0013_000000005830	1.0		0	0	False	False	0.994515061378479	0					non-mobilizable	no_good_hit	1900.0	98.47399999999999	47.0	0.010558698687672802	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
AUS0004_000000003907	5493	0.8238010450466423	10	8	6	8	7	False	102528	fragment	False	AUS0004_000000003907	1.0		0	0	False	False	0.999817967414856	0					non-mobilizable	no_good_hit	3538.0	98.898	74.0	0.0013345499697413918	CP040907.1	firmicutes	Enterococcus faecium strain FB-1 chromosome, complete genome	True	False
MAD0108_000000004685	3514	0.8237770525197937	6	6	5	4	4	False	83507	fragment	False	MAD0108_000000004685	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	940.0	92.66	81.0	0.000291499114303118	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0058_000000022746	2173	0.8237751208012426	3	2	2	2	1	False	19043	fragment	False	MON0058_000000022746	1.0		0	0	False	False	0.9917165040969849	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	2.0	1.5554915384371293e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0056_000000020068	1778	0.8237702419656018	4	1	1	1	1	False	6371	maximal	True	SPA0056_000000020068	1.0		0	0	False	False	0.9915635585784912	0					non-mobilizable	no_good_hit	1119.0	92.046	63.0	0.001535785732454301	NZ_PGFC01000001.1	high GC Gram+	Pseudoscardovia suis strain DSM 24744 Ga0181009_101, whole genome shotgun sequence	True	False
USA0061_01_000000003400	3308	0.8237665871371943	4	3	3	3	2	True	32515	maximal	True	USA0061_01_000000003400	1.0		6	3	False	False	0.9945586323738098	0					non-mobilizable	no_good_hit	491.0	72.505	15.0	0.00012169442805124314	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
FIJ0079_000000009614	2947	0.8237586324213929	4	4	4	4	3	False	63253	maximal	True	FIJ0079_000000009614	1.0		149	13	False	False	0.9952493906021118	0					non-mobilizable	no_good_hit	388.0	76.546	19.0	0.006413877903692134	NZ_JAAISM010000021.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_21_length_60182_cov_169.833, whole genome shotgun sequence	True	False
ISR0092_000000012952	2142	0.8237515748901398	4	3	2	2	3	False	109510	fragment	False	ENG0182_000000011915	0.3432838660542417		0	0	False	False	0.9971988797187805	0					non-mobilizable	other	2142.0	99.53299999999999	100.0	0.014689637664752416	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0148_000000022437	1301	0.8237514401009638	2	2	1	2	1	False	67346	fragment	False	ISR0150_000000015766	0.7086102882729641		0	0	False	False	0.9992313385009766	0					non-mobilizable	other	1301.0	97.848	100.0	0.02255299954894001	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
MON0099_000000008546	3548	0.823750271218631	6	6	5	4	4	True	47614	maximal	True	MON0099_000000008546	1.0		0	0	False	False	0.985625684261322	0					non-mobilizable	no_good_hit	1427.0	80.79899999999999	77.0	0.00031203387038099755	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	True
DEN0017_000000006470	4732	0.8237471590156524	5	4	4	4	4	False	88837	maximal	False	ENG0150_000000002985	0.938848910313137		0	0	False	False	0.9980980753898621	0					non-mobilizable	chromosome	4732.0	99.958	100.0	0.001317047708529074	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0005_01_000000001592	16823	0.8237420724074205	27	12	7	9	8	True	102873	maximal	True	USA0005_01_000000001592	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1749.0	76.501	10.0	0.04775562486077077	JQ680361.1	viruses	Unidentified phage clone 2019_scaffold132 genomic sequence	True	True
DEN0089_000000002116	8100	0.8237401233189152	9	6	4	6	2	False	96802	maximal	False	MON0046_000000002062	0.5420635471049241		0	0	False	False	0.9998765587806702	0					non-mobilizable	no_good_hit	621.0	93.881	8.0	0.0039822123545395285	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
FIJ0016_000000002037	8249	0.8237386676818332	2	1	1	1	1	False	89094	maximal	True	FIJ0016_000000002037	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4212.0	96.985	80.0	0.03385946432735372	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0311_000000007590	2622	0.8237347828758662	4	2	2	2	1	False	25301	fragment	False	ISR0311_000000007590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	86.154	2.0	4.677582975936759e-05	NZ_WBVQ01000002.1	CFB group bacteria	Phaeocystidibacter marisrubri strain JCM 30614 2, whole genome shotgun sequence	True	False
ISR0284_000000003743	2820	0.8237254986136844	4	3	1	3	1	True	124704	fragment	False	DEN0007_000000009382	0.9773434797647873		0	0	False	False	0.9975177049636841	0					non-mobilizable	no_good_hit	1755.0	76.125	62.0	0.0036007251634649767	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0325_000000012108	1712	0.8237211235004306	3	3	3	3	3	False	24864	maximal	True	ISR0325_000000012108	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000003527	6247	0.8237204909074233	8	5	5	5	3	False	130483	fragment	False	CHI0006_000000001092	0.6361741322474307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4089.0	99.70700000000001	69.0	0.006521544873717871	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
TAN0009_000000036307	1205	0.8237091546462998	3	1	1	1	1	True	2654	fragment	False	TAN0009_000000036307	1.0		0	0	False	False	0.9991701245307922	0					non-mobilizable	no_good_hit								True	True
ISR0038_000000004214	6378	0.8237053719589942	16	3	1	3	1	True	36655	maximal	True	ISR0038_000000004214	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	2092.0	84.417	73.0	0.36256089074460685	MH617106.1	viruses	Inoviridae sp. isolate ctcb32, complete genome	True	True
ENG0211_000000002286	14569	0.8236905811998281	19	17	11	12	13	True	123710	fragment	False	ISR0395_000000002237	0.9920664219501489		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14593.0	99.294	100.0	0.14543749002075682	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0125_000000008707	1771	0.823686122481704	4	2	1	1	2	False	86285	fragment	False	CHI0125_000000008707	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	99.774	100.0	0.012618521422969986	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0126_000000012820	1418	0.823686122481704	3	2	1	1	2	False	86269	fragment	False	ENG0191_000000021356	0.9348113831899405		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	99.154	100.0	0.01010194624652456	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ISR0825_000000008358	2774	0.8236807374927262	2	2	2	2	2	False	21133	fragment	False	ISR0825_000000008358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	84.897	23.0	0.10134369435000809	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0102_000000002960	7620	0.8236801424802652	9	4	2	4	2	False	91342	fragment	False	ENG0102_000000002960	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0183_000000004428	6321	0.8236801424802652	7	4	2	4	2	False	91339	fragment	False	ENG0183_000000004428	1.0		0	0	False	False	0.9822812676429749	0					non-mobilizable	no_good_hit	180.0	82.22200000000001	3.0	0.2048611111111111	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
SPA0023_000000003810	5663	0.8236801424802652	6	4	2	4	2	False	91336	fragment	False	SPA0023_000000003810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.991105366986187e-06	NZ_CP035485.1	high GC Gram+	Salicibibacter halophilus strain NKC3-5 chromosome, complete genome	True	False
MAD0043_000000001194	12859	0.8236746424093878	14	10	8	9	10	False	86526	maximal	True	MAD0043_000000001194	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5868.0	99.506	60.0	0.13153585608218749	CP002035.1	firmicutes	Lactobacillus salivarius CECT 5713 plasmid pHN1, complete sequence	True	False
ISR0207_000000018095	1661	0.8236684809944225	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.5390587767914912		0	0	False	False	1.0	0					non-mobilizable	other	1657.0	91.249	99.0	0.0003989044470613099	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0385_000000000043	61833	0.8236593185448406	93	20	6	15	11	False	23060	maximal	True	ISR0385_000000000043	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2043.0	81.204	3.0	0.737627365356623	KU546799.1	bacteria	Uncultured bacterium clone CX_05A_000_Contig_5 genomic sequence	True	False
FIJ0050_000000006854	3748	0.8236579852264768	9	4	0	3	2	False	46620	maximal	True	FIJ0050_000000006854	1.0		2	1	True	True	0.9997332096099854	13	rep_cluster_2374				non-mobilizable	plasmid	2413.0	100.0	100.0	0.6573998364677024	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	False	True
SPA0114_000000012753	3505	0.8236547037707994	5	3	2	3	2	False	126050	fragment	False	SPA0114_000000012753	1.0		0	0	False	True	0.9994294047355652	0					non-mobilizable	no_good_hit	546.0	74.725	15.0	0.0001524106571011379	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
USA0047_01_000000003070	9670	0.8236456801958314	14	8	2	8	4	False	72155	fragment	False	USA0047_01_000000003070	1.0		0	0	False	False	0.9991726875305176	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00014598708398483272	NZ_AGDG01000031.1	CFB group bacteria	Bacteroides faecis MAJ27 contig031, whole genome shotgun sequence	True	False
ISR0225_000000008483	2195	0.8236397792828951	3	3	3	3	3	False	63449	maximal	True	ISR0225_000000008483	1.0		284	12	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	78.14	28.0	0.00035035848147927593	NZ_FXLO01000009.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	False
MON0039_000000010113	4344	0.8236396785298108	7	4	3	4	2	True	11957	maximal	True	MON0039_000000010113	1.0		1	1	False	False	0.9997698068618774	0					non-mobilizable	no_good_hit	2434.0	84.059	81.0	0.010837772786339137	LR740759.1	enterobacteria	Escherichia coli strain BEN5202 genome assembly, plasmid: paAPEC5202	True	True
MON0024_000000040942	1280	0.8236296435163218	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.13610594220876643		0	0	False	False	0.9984375238418579	0					non-mobilizable	chromosome	1280.0	92.344	100.0	0.0005267237126155889	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0024_000000013245	3435	0.8236289432786804	4	3	3	3	3	False	13337	maximal	True	MON0024_000000013245	1.0		1	1	False	False	0.9953420758247375	0					non-mobilizable	no_good_hit	314.0	74.84100000000001	9.0	9.12193930060196e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0071_000000005508	6414	0.8236283855078197	5	5	3	5	5	False	44896	fragment	False	FIJ0071_000000005508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	87.719	1.0	0.00048079399694352386	NZ_LFNG01000008.1	CFB group bacteria	Chryseobacterium koreense CCUG 49689 contig08, whole genome shotgun sequence	True	False
MON0014_000000004814	3300	0.8236229028560251	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.33217834131502055		0	0	False	False	1.0	0					non-mobilizable	chromosome	3312.0	91.15299999999999	100.0	0.001108404520190095	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0159_000000017010	1499	0.8236190658020184	2	2	2	2	2	False	39390	fragment	False	FIJ0159_000000017010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000005945	4472	0.8236176247706379	6	5	5	5	5	False	40079	fragment	False	MAD0012_000000005945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.205	32.0	0.0003052344712403847	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0157_000000007297	3376	0.8236005812626411	4	4	4	3	3	False	56637	maximal	True	ENG0157_000000007297	1.0		289	13	False	False	0.995853066444397	0					non-mobilizable	no_good_hit	1253.0	72.067	37.0	0.001765395391388873	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0112_000000019987	1808	0.823598708756961	2	2	1	2	1	False	32631	maximal	True	ISR0112_000000019987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	95.71	17.0	0.0047113149560849285	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	True	False
FIJ0126_000000025225	1576	0.8235978437936755	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.30409607179527226		0	0	False	False	1.0	0					non-mobilizable	chromosome	1576.0	98.223	100.0	0.0006753508930282776	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0034_000000021154	1318	0.8235978437936755	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.16023105610795085		0	0	False	False	0.9984825253486633	0					non-mobilizable	chromosome	1318.0	99.697	100.0	0.0005710323979588518	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0012_000000004766	4980	0.8235935878034578	5	3	0	2	1	False	126479	backbone	False	ISR0127_000000003850	0.17958043928760814	PS879|PS961	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1680.0	96.369	63.0	0.2869371682931005	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0049_000000009005	2374	0.8235933226623653	3	2	1	1	2	False	75000	fragment	False	MON0049_000000009005	1.0		0	0	False	False	0.9995787739753723	0					non-mobilizable	no_good_hit								True	False
SPA0016_000000010669	3066	0.8235873235369752	1	1	1	1	1	False	112088	fragment	False	SPA0016_000000010669	0.9772423025435073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	1.0	0.0004217163856897573	NZ_LZYW01000162.1	firmicutes	Clostridium aurantibutyricum strain DSM 793 CLAUR_contig000162, whole genome shotgun sequence	True	False
ISR0151_000000001003	11533	0.8235866361989472	13	3	2	3	2	False	128742	fragment	False	ISR0151_000000001003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	96.184	31.0	0.06774204835718535	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0049_000000011615	1603	0.8235810984592228	3	3	2	3	2	False	17454	fragment	False	MAD0049_000000011615	1.0		0	0	False	False	0.9918901920318604	0					non-mobilizable	other	1114.0	82.04700000000001	97.0	0.030773503680044438	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
MON0059_000000006233	5391	0.8235791867038762	3	2	2	2	1	False	82611	maximal	True	MON0059_000000006233	1.0		2	1	False	False	0.9988870620727539	0					non-mobilizable	no_good_hit	562.0	93.594	14.0	0.00015687432520970407	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0103_000000014385	2017	0.8235787924453435	2	1	0	1	1	False	33044	fragment	False	ISR0103_000000014385	1.0		0	0	False	False	0.9995042085647583	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000021683	1262	0.8235787924453435	2	1	0	1	1	False	49934	fragment	False	FIJ0018_000000021683	1.0		0	0	False	False	0.9873217344284058	0					non-mobilizable	no_good_hit								True	False
SPA0138_000000012010	2182	0.8235773350230473	4	4	4	3	3	False	71805	fragment	False	SPA0138_000000012010	1.0		0	0	False	False	0.9986250996589661	0					non-mobilizable	other	2182.0	99.81700000000001	100.0	0.0008766905234216254	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
MON0029_000000005485	4117	0.8235666531428808	5	3	3	3	3	False	12571	fragment	False	MON0029_000000005485	1.0		0	0	False	False	0.9992713332176208	0					non-mobilizable	chromosome	2745.0	85.501	99.0	0.00120449265162346	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0145_000000019213	1449	0.8235646069335879	3	3	3	3	2	False	57556	fragment	False	MON0087_000000031086	0.706295102192386		0	0	False	False	0.9979296326637268	0					non-mobilizable	other	1449.0	97.792	100.0	0.01037338453162163	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0019_000000004062	2101	0.8235566803706251	3	3	3	3	3	False	101157	fragment	False	FIJ0021_000000022611	0.9844383616420487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.848	40.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CHI0184_000000000986	7870	0.8235552542130274	9	6	5	4	4	True	105460	fragment	False	CHI0184_000000000986	1.0		0	0	False	True	0.9997458457946777	0					non-mobilizable	chromosome	7791.0	100.0	99.0	0.0014690784446400702	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
CHI0173_000000004972	3355	0.8235302413699694	5	5	5	5	4	False	96700	fragment	False	CHI0152_000000002023	0.8196909844278614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1722.0	77.875	75.0	0.03542319749216301	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
ISR0207_000000011761	2461	0.8235294603774902	6	2	1	2	1	False	28579	fragment	False	ISR0207_000000011761	1.0		0	0	False	False	0.9857781529426575	0					non-mobilizable	no_good_hit	54.0	100.0	2.0	1.4105156871965894e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0079_000000019809	1335	0.8235292319554054	2	1	1	1	1	False	27781	fragment	False	SPA0079_000000019809	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1335.0	99.925	100.0	0.0005638510604753509	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
USA0033_01_000000001741	5382	0.8235267527510381	7	6	5	4	3	False	123628	fragment	False	USA0108_01_000000001009	0.09712534129361367		0	0	False	True	1.0	0					non-mobilizable	plasmid	5294.0	99.43299999999999	98.0	0.17087422520661158	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0209_000000011686	2507	0.8235248748185601	3	2	1	2	1	False	126045	backbone	False	ENG0084_000000010630	0.9451458857699977	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0029_000000010809	2423	0.8235248748185601	3	2	1	2	1	False	126045	backbone	False	ENG0084_000000010630	0.9371125523685357	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0207_000000009837	2881	0.8235239418396221	3	3	3	3	3	False	78897	fragment	False	FIJ0085_000000010578	0.9934638148773802		0	0	False	False	0.996876060962677	0					non-mobilizable	chromosome	2335.0	99.229	100.0	0.0007927508658925821	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0011_000000028306	1633	0.8235218465487621	6	2	1	2	0	True	75636	maximal	True	DEN0011_000000028306	1.0		1	1	False	False	0.9963257908821106	0					non-mobilizable	no_good_hit								True	True
MON0040_000000005354	4781	0.8235080617518677	6	6	6	5	5	False	11882	maximal	True	MON0040_000000005354	1.0		1	1	False	False	0.9985358715057373	0					non-mobilizable	chromosome	4781.0	100.0	100.0	0.0008691667636448272	CP017802.2	enterobacteria	Raoultella ornithinolytica strain MG isolate MG01 chromosome, complete genome	False	False
ENG0153_000000013929	2154	0.8235074127177556	3	3	3	3	3	False	60086	fragment	False	ENG0106_000000008343	0.4160626060280658		0	0	False	False	0.9716805815696716	0					non-mobilizable	other	2082.0	98.175	97.0	0.014908158294409262	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0054_000000005039	4859	0.8235019885263701	5	5	5	5	4	True	119359	maximal	True	ENG0054_000000005039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3591.0	99.97200000000001	74.0	0.001937231539640398	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	True
AST0102_000000003757	7037	0.8234980905048302	4	3	2	3	2	False	131855	maximal	True	AST0102_000000003757	1.0		10	2	False	False	1.0	0					non-mobilizable	chromosome	3758.0	96.913	99.0	0.0010068132070739013	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0307_000000000375	12380	0.8234936894162403	19	17	13	15	14	False	132205	maximal	True	ISR0307_000000000375	1.0		27	7	False	False	0.9992730021476746	0					non-mobilizable	other	10045.0	99.84100000000001	100.0	0.003489438576987215	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0022_000000010372	2457	0.8234933949974923	3	3	3	1	2	False	118073	fragment	False	ISR0022_000000010372	1.0		0	0	False	False	0.9975579977035522	0					non-mobilizable	no_good_hit	832.0	79.447	34.0	0.00029124265767034786	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
AST0102_000000020199	1557	0.8234912236424666	2	2	2	1	1	False	108189	maximal	True	AST0102_000000020199	1.0		206	13	False	False	0.9890815615653992	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	2.3130681972265515e-05	CP046916.1	b-proteobacteria	Paraburkholderia sp. DHF22 chromosome 4, complete sequence	True	False
MON0097_000000033349	1124	0.8234853147975769	2	2	2	2	1	False	11738	fragment	False	MON0097_000000033349	0.9924242424242424		0	0	False	False	0.9741992950439453	0					non-mobilizable	other	1053.0	73.40899999999999	92.0	0.00043427321066652133	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
SPA0018_000000000050	97181	0.8234844218018712	91	13	5	11	4	True	127415	maximal	False	SPA0046_000000000019	0.9098794344656088		0	0	True	True	1.0	44					non-mobilizable	virus	31157.0	95.32	97.0	0.31442668365231985	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0292_000000012666	1581	0.8234831080524029	3	3	2	1	2	False	122170	fragment	False	DEN0093_000000016414	0.29587322128692056		0	0	False	False	0.9892473220825195	0					non-mobilizable	other	1581.0	98.102	100.0	0.027375871760174874	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
FIJ0150_000000004167	5373	0.8234820822014149	6	3	1	2	3	False	126479	backbone	False	ISR0127_000000003850	0.8677259575743488	PS879|PS961	0	0	True	True	1.0	129					non-mobilizable	no_good_hit	2251.0	95.291	74.0	0.3845231980825201	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0106_000000032353	1359	0.8234804891695688	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.9530855399345387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	92.53200000000001	68.0	0.015186954373249876	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0035_000000009824	1936	0.8234793347974033	3	2	2	2	2	False	36796	fragment	False	ISR0035_000000009824	1.0		0	0	False	False	0.9907024502754211	0					non-mobilizable	no_good_hit	173.0	75.145	9.0	4.7670466261504655e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
FIJ0169_000000010854	2109	0.8234765087040499	3	3	3	3	3	False	42560	maximal	True	FIJ0169_000000010854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	79.005	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ENG0021_000000010049	1811	0.8234699713783549	2	2	2	2	2	False	106575	maximal	False	SPA0106_000000018588	0.6328308207705193		0	0	False	False	0.994478166103363	0					non-mobilizable	other	1811.0	99.669	100.0	0.0005165979201368156	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0052_000000020329	1600	0.8234600319409348	2	2	1	2	1	True	63952	fragment	False	ENG0052_000000020329	1.0		0	0	False	False	0.9993749856948853	0					non-mobilizable	no_good_hit								True	True
DEN0085_000000023421	1192	0.8234540250965066	2	1	1	1	1	False	68921	fragment	False	DEN0085_000000023421	1.0		0	0	False	False	0.9890939593315125	0					non-mobilizable	other	1169.0	74.508	97.0	0.00626731508438647	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
MAD0103_000000003613	4718	0.8234518752045048	7	3	1	2	2	True	14936	maximal	True	MAD0103_000000003613	1.0		1	1	True	True	0.997032642364502	4					non-mobilizable	no_good_hit	654.0	89.755	27.0	0.2220321587410195	NZ_QEPM01000010.1	g-proteobacteria	Aggregatibacter segnis strain C2001002503 C2001002503_S3_ctg_612, whole genome shotgun sequence	True	True
FIJ0009_000000037441	1194	0.8234499539139107	2	2	2	1	1	True	51149	fragment	False	MAD0092_000000014918	0.9491255961844197		0	0	False	False	0.9698492288589478	0					non-mobilizable	plasmid	1177.0	99.83	99.0	0.009798122026611567	CP034362.1	enterobacteria	Klebsiella pneumoniae strain 39 plasmid pK039_3, complete sequence	False	True
CHI0004_000000001887	2833	0.8234477373791262	5	1	1	1	1	False	90859	maximal	True	CHI0004_000000001887	1.0		2	2	False	False	0.9996470212936401	0					non-mobilizable	no_good_hit								True	False
FIJ0167_000000016782	1271	0.8234393138494512	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.1765601562592349	PS1128	0	0	False	True	0.9984264373779297	0					non-mobilizable	other	1282.0	81.59100000000001	100.0	0.000586619170529731	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
FIJ0025_000000015446	1370	0.8234167168739039	2	2	2	1	1	True	49170	maximal	True	FIJ0025_000000015446	1.0		17	8	False	False	0.9941605925559998	0					non-mobilizable	other	1283.0	79.969	96.0	0.0003815801409004324	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0055_000000011924	2643	0.8234164054880474	3	2	2	2	1	False	6403	maximal	True	SPA0055_000000011924	1.0		3	2	False	False	0.9996216297149658	0					non-mobilizable	no_good_hit	759.0	84.19	28.0	0.026030293577345674	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
USA0011_01_000000002769	12931	0.8234046955209114	19	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.6214251318423741	PS943|PS946|PS949	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	1607.0	73.304	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0120_000000012881	1876	0.8233957638004228	3	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.4148185555938958		0	0	False	False	0.996268630027771	0					non-mobilizable	chromosome	1876.0	98.881	100.0	0.0008129732317181832	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0099_000000001155	7461	0.8233827820609294	12	12	2	7	10	True	84502	fragment	False	SPA0099_000000001155	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7404.0	100.0	100.0	0.05731961317197432	CP061750.1	enterobacteria	Escherichia coli O15:H12 strain 2273-PO3 plasmid unnamed1, complete sequence	False	True
ISR0328_000000002397	9162	0.8233770729074046	12	7	5	6	5	False	69717	maximal	True	ISR0328_000000002397	1.0		1	1	False	False	0.9994542598724365	0					non-mobilizable	no_good_hit	1942.0	100.0	21.0	0.008043695375600375	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
USA0041_01_000000004986	4533	0.8233701360092157	4	4	4	3	3	False	121562	fragment	False	ISR0847_000000004923	0.9743706852315718		0	0	False	False	1.0	0					non-mobilizable	other	4463.0	99.978	100.0	0.0008641945898164874	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0138_000000005893	2543	0.8233646003450578	4	4	4	4	2	False	83933	fragment	False	CHI0138_000000005893	0.9852471371202919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	82.694	64.0	0.00015567956828976747	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0041_000000014571	2500	0.8233610551991046	3	2	2	2	1	False	131668	fragment	False	DEN0028_000000005326	0.11381030218678022		0	0	False	False	0.9995999932289124	0					non-mobilizable	no_good_hit	1214.0	84.432	48.0	0.00041435398991361626	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0086_000000001121	4129	0.8233479992297609	5	5	4	5	3	True	84066	maximal	False	ISR0051_000000009616	0.972248243559719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	83.09299999999999	32.0	0.009437880415324024	NZ_KB894652.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00010.10, whole genome shotgun sequence	True	True
ISR0151_000000005187	3356	0.8233417288852884	3	3	3	2	2	False	30778	maximal	True	ISR0151_000000005187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	2.0	0.0007664259005504331	NZ_CACZYW010000011.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0125_000000010136	1500	0.8233378817116903	2	2	2	2	1	False	32039	maximal	True	ISR0125_000000010136	1.0		0	0	False	False	0.996666669845581	0					non-mobilizable	chromosome	883.0	85.391	99.0	0.00023609327533460393	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0047_000000003153	12001	0.8233297735596559	12	9	4	7	4	True	6692	maximal	True	SPA0047_000000003153	1.0		6	3	False	False	0.999916672706604	0					non-mobilizable	no_good_hit	1350.0	74.222	12.0	0.00037545871443610653	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0010_000000000246	46843	0.8233295841975652	52	37	14	27	29	True	111582	maximal	False	USA0036_01_000000000209	0.47915569629983173	PS636	0	0	False	True	0.9999786615371704	0					non-mobilizable	chromosome	42389.0	99.932	100.0	0.00769048361617469	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0172_000000018536	1297	0.8233237663223306	2	2	2	2	2	False	55711	maximal	True	ENG0172_000000018536	1.0		2	1	False	False	0.9915189146995544	0					non-mobilizable	no_good_hit	453.0	74.172	38.0	0.00012303868643898357	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0193_000000002249	8556	0.8233178385180916	13	13	5	8	11	False	132521	backbone	False	USA0060_01_000000001071	0.08191454425849101	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8569.0	92.006	100.0	0.11561443828579154	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
MON0063_000000006572	4236	0.8233083433127024	6	3	1	0	3	False	99360	backbone	True	MON0063_000000006572	0.9588733573632101	PS558|PS559	2	1	True	True	1.0	26					non-mobilizable	no_good_hit	328.0	86.585	8.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
FIJ0172_000000006932	3696	0.8233083433127024	4	3	1	0	3	False	52840	maximal	True	FIJ0172_000000006932	0.9828693790149893		2	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
FIJ0102_000000008715	3599	0.8233083433127024	3	3	1	0	3	False	52840	maximal	False	FIJ0172_000000006932	0.9805131782541421		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	122.0	86.066	3.0	0.04525056095736724	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
MAD0018_000000000674	3137	0.8233083433127024	3	3	1	0	3	False	19364	maximal	True	MAD0018_000000000674	1.0		2	1	False	False	0.9996812343597412	0					non-mobilizable	no_good_hit	272.0	88.603	9.0	0.04076375208364904	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
MON0058_000000026464	1911	0.8233062536722318	2	2	2	2	2	False	38301	fragment	False	MON0058_000000026464	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1911.0	99.477	100.0	0.020334507979431274	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0161_000000007132	4092	0.823301633746587	5	3	0	0	3	False	123444	maximal	True	ISR0161_000000007132	1.0	PS897|PS898	23	5	False	True	0.9997556209564209	0	rep_cluster_1868	MOBP			mobilizable	other	2754.0	98.33	91.0	0.9992732558139535	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0095_000000006892	3963	0.823301633746587	4	3	0	0	3	False	123439	backbone	False	CHI0186_000000006823	0.9535927526405551	PS897	0	0	False	True	1.0	0	rep_cluster_1868	MOBP			mobilizable	other	2848.0	98.139	100.0	0.9770075497597803	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0074_000000004157	3742	0.823301633746587	3	3	0	0	3	False	123439	backbone	False	CHI0186_000000006823	0.9455356661216979	PS897	0	0	False	True	0.9970604181289673	0	rep_cluster_1868	MOBP			mobilizable	other	2848.0	97.963	100.0	0.999648629655657	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
SPA0096_000000009667	3734	0.823301633746587	3	3	0	0	3	False	123439	backbone	False	CHI0186_000000006823	0.9454958889454421	PS897	0	0	False	True	1.0	0	rep_cluster_1868	MOBP			mobilizable	other	2614.0	98.164	100.0	0.8967055593685656	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
MON0083_000000029432	1376	0.8232990431017639	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.6098592323582177		0	0	False	False	0.9898256063461304	0					non-mobilizable	no_good_hit	317.0	71.293	22.0	5.0890187457165346e-05	LN847264.1	g-proteobacteria	Pseudomonas sp. CCOS 191 genome assembly Pseudomonas sp. strain CCOS 191, chromosome : I	True	True
MON0085_000000024254	1296	0.8232990431017639	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.60838097017058		0	0	False	False	0.9614197611808777	0					non-mobilizable	no_good_hit	380.0	72.368	29.0	0.0004099585864891718	NZ_RKQN01000002.1	g-proteobacteria	Vulcaniibacterium tengchongense strain DSM 25623 Ga0244695_102, whole genome shotgun sequence	True	True
MON0093_000000036479	1283	0.8232990431017639	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.2696677217995354		0	0	False	False	0.9547934532165527	0					non-mobilizable	no_good_hit	152.0	75.658	26.0	3.45384573894793e-05	NZ_CP014841.1	g-proteobacteria	Dyella thiooxydans strain ATSB10 chromosome, complete genome	True	True
MON0065_000000020970	1265	0.8232990431017639	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.49547118255485645		0	0	False	False	0.9818181991577148	0					non-mobilizable	no_good_hit	160.0	75.625	22.0	0.0006076872436319441	NZ_FNAG01000005.1	g-proteobacteria	Aquimonas voraii strain DSM 16957, whole genome shotgun sequence	True	True
DEN0082_000000037423	1168	0.8232990431017639	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.27262065451756334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	74.71300000000001	14.0	0.00026305343607643984	NZ_FNYC01000002.1	g-proteobacteria	Frateuria terrea strain DSM 26515, whole genome shotgun sequence	True	True
MON0060_000000037825	1144	0.8232990431017639	2	2	2	2	1	True	10855	fragment	False	MON0060_000000037825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	76.471	13.0	0.0003886784664087986	NZ_SLWW01000002.1	a-proteobacteria	Rhodovulum euryhalinum strain DSM 4868 Ga0310554_102, whole genome shotgun sequence	True	True
SPA0034_000000022101	1582	0.8232946180680613	2	2	2	2	1	False	31949	fragment	False	SPA0034_000000022101	1.0		0	0	False	False	0.999367892742157	0					non-mobilizable	no_good_hit	70.0	84.286	4.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
ENG0040_000000004389	4979	0.8232814678355238	4	3	1	1	3	False	130922	maximal	True	ENG0040_000000004389	1.0	PS1128	1	1	False	True	0.9997991323471069	0					non-mobilizable	no_good_hit	1355.0	82.87799999999999	33.0	0.000621262034931093	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
MON0024_000000001779	13372	0.8232808935217053	12	11	8	10	9	False	44825	fragment	False	MON0024_000000001779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	75.389	6.0	0.0002304224805252181	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
ISR0064_000000000779	16528	0.8232808118575107	27	20	8	10	16	True	116925	maximal	True	ISR0064_000000000779	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5439.0	98.014	89.0	0.0016245379977165586	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0318_000000003467	1383	0.8232779244233501	2	2	2	1	1	False	89221	fragment	False	CHI0029_000000007939	0.5703599490896086		0	0	False	False	1.0	0					non-mobilizable	other	1383.0	99.855	100.0	0.0002990738017625445	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
USA0011_01_000000002928	12388	0.8232774072064156	13	8	6	5	4	False	122863	fragment	False	USA0011_01_000000002928	0.9979105725031341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.715	19.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0063_000000010072	3150	0.8232741024511095	3	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.9617377188746948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	87.26100000000001	5.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0065_000000010110	3115	0.8232741024511095	4	3	3	1	2	False	100572	fragment	False	ISR0065_000000010110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	91.603	4.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0150_000000006087	3109	0.8232741024511095	3	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.9587680027098248		0	0	False	False	0.9919588565826416	0					non-mobilizable	no_good_hit	156.0	87.179	5.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0061_000000014152	3079	0.8232741024511095	4	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.9115517478530375		0	0	False	False	0.9996752142906189	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	4.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0021_000000016926	2915	0.8232741024511095	4	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.8653680879691542		0	0	False	False	0.9996569752693176	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	4.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0022_000000014102	2773	0.8232741024511095	3	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.6268869329358484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	86.624	5.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0120_000000011626	2748	0.8232741024511095	3	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.7166864761288358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	5.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0092_000000015838	2730	0.8232741024511095	3	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.6706669393905984		0	0	False	False	0.9992673993110657	0					non-mobilizable	no_good_hit	131.0	89.31299999999999	5.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0174_000000005580	2725	0.8232741024511095	4	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.46037769967276676		0	0	False	False	0.9977981448173523	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000022934	2688	0.8232741024511095	3	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.6226398312390231		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	5.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0098_000000016756	2172	0.8232741024511095	3	3	3	1	2	False	99130	fragment	False	SPA0098_000000016756	0.63952135407205		0	0	False	False	0.9995396137237549	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000006764	3121	0.8232716711136577	5	4	3	4	3	False	21290	maximal	True	ISR0820_000000006764	1.0		15	4	False	False	0.9980775117874146	0					non-mobilizable	no_good_hit	142.0	80.282	5.0	0.00021027263860844253	NZ_DS560015.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_0, whole genome shotgun sequence	True	False
AUS0014_000000021813	1245	0.8232693143422057	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.15488129276963322	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1252.0	84.665	99.0	0.014746195292560733	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0114_000000009400	4567	0.8232635284413112	5	3	1	3	1	False	4465	maximal	True	SPA0114_000000009400	1.0		1	1	False	False	0.9951828122138977	0					non-mobilizable	no_good_hit	2228.0	79.219	48.0	0.04765564950038432	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
FIJ0066_000000008297	3736	0.8232590658284008	5	5	5	4	4	False	100346	fragment	False	FIJ0035_000000002933	0.9438325991189427		0	0	False	False	0.9975910186767578	0					non-mobilizable	chromosome	3738.0	97.37799999999999	100.0	0.0012674499484694947	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0155_000000014833	1336	0.8232541631787491	2	2	2	2	2	False	56728	fragment	False	ENG0155_000000014833	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	96.432	90.0	0.0005808660597163116	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	False	False
ISR0268_000000000103	39422	0.8232536797319846	45	16	9	15	7	True	122324	fragment	False	ISR0067_000000000295	0.9307103757518322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.714	2.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0115_000000011767	2281	0.8232392547993462	3	3	3	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7291731540057413		0	0	False	False	1.0	0					non-mobilizable	chromosome	2281.0	99.29899999999999	100.0	0.0007186505256077561	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0047_000000002776	13402	0.8232348668970036	18	8	0	8	2	False	6693	fragment	False	SPA0047_000000002776	1.0		0	0	False	False	0.9997761249542236	0					non-mobilizable	no_good_hit								True	False
ISR0828_000000001849	3699	0.8232277103195171	4	3	1	1	2	True	120072	backbone	False	MON0031_000000008719	0.28569038875832264	PS827|PS828	0	0	False	True	0.9989186525344849	0	rep_cluster_1143				non-mobilizable	plasmid	2942.0	96.09100000000001	97.0	0.7484052054095433	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
SPA0116_000000035418	1162	0.8232192544634638	2	2	2	1	1	False	101636	fragment	False	CHI0013_000000008267	0.9804255319148936		0	0	False	False	0.9655765891075134	0					non-mobilizable	no_good_hit	554.0	82.491	47.0	0.00017146749382921902	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0133_000000014653	2568	0.8232101263390823	2	2	2	2	1	False	47332	maximal	True	FIJ0133_000000014653	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	70.392	19.0	0.0010098953455226615	NZ_FZNX01000004.1	CFB group bacteria	Lutibacter flavus strain DSM 27993, whole genome shotgun sequence	True	False
CHI0063_000000007681	1754	0.8232077092408853	3	2	1	1	2	False	85432	fragment	False	CHI0063_000000007681	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1754.0	100.0	100.0	0.012824264415409601	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
ISR0385_000000011365	1988	0.8232046378461687	4	3	3	3	3	False	105534	fragment	False	ISR0385_000000011365	0.9730142566191446		0	0	False	False	0.998993992805481	0					non-mobilizable	no_good_hit	534.0	94.757	27.0	0.004067806977971143	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
SPA0042_000000018865	1769	0.8232037075780999	2	1	1	1	1	False	56137	fragment	False	SPA0042_000000018865	0.9932944606413994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	87.209	5.0	0.00027421318769566255	NZ_LT699738.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
CAN0022_000000005502	5071	0.8232025508107079	5	3	3	2	1	True	91350	maximal	True	CAN0022_000000005502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2657.0	96.31200000000001	52.0	0.000856077456960029	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
SPA0006_000000015035	2128	0.8231979845833471	4	3	3	2	1	False	8246	maximal	True	SPA0006_000000015035	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	96.505	70.0	0.00034486883878180635	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ISR0021_000000004741	4626	0.8231976934094306	7	2	2	1	1	False	117575	fragment	False	ISR0021_000000004741	0.9885245901639345		0	0	False	False	0.9995676875114441	0					non-mobilizable	virus	2507.0	99.96	100.0	0.05659823384601486	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0140_000000013083	1791	0.8231964599956699	3	3	3	2	3	False	127451	maximal	True	ISR0140_000000013083	1.0	PS1007	2	2	False	True	0.9776660799980164	0					non-mobilizable	chromosome	1229.0	99.837	90.0	0.0005161871758592541	CP031538.1	firmicutes	Lactococcus lactis subsp. cremoris strain 3107 chromosome L3107, complete sequence	False	True
ISR0048_000000003659	5052	0.8231957029539121	8	4	1	4	3	True	79388	maximal	True	ISR0048_000000003659	1.0		0	0	False	False	0.9990102648735046	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
MAD0112_000000012728	2228	0.8231941084290386	4	2	1	2	2	False	29810	fragment	False	MAD0112_000000012728	1.0		0	0	False	False	0.9964093565940857	0					non-mobilizable	other	2038.0	92.198	91.0	0.0006309073679900997	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0191_000000009275	3151	0.8231922112286516	6	1	1	1	1	False	54736	fragment	False	ENG0191_000000009275	1.0		0	0	False	False	0.9758806824684143	0					non-mobilizable	no_good_hit	52.0	100.0	2.0	2.0899660728840836e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
AST0052_000000007109	3010	0.8231922112286516	4	1	1	1	1	False	114588	fragment	False	AST0052_000000007109	1.0		0	0	False	False	0.9990033507347107	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	1.8313326363416973e-06	AP019304.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd08	True	False
AUS0020_000000011406	2423	0.8231895124955484	3	1	1	1	1	False	99639	fragment	False	AUS0020_000000011406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1761.0	98.296	73.0	0.0008777653104351657	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0077_000000011989	2421	0.8231895124955484	3	1	1	1	1	False	99639	fragment	False	AUS0020_000000011406	0.9995872884853487		0	0	False	False	0.9987608194351196	0					non-mobilizable	no_good_hit	1761.0	98.296	73.0	0.0008777653104351657	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0072_000000006241	1727	0.8231895124955484	2	1	1	1	1	False	86393	fragment	False	ENG0144_000000009725	0.9571622306654538		0	0	False	False	0.9994209408760071	0					non-mobilizable	other	1727.0	99.016	100.0	0.000861778691235436	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0053_000000010470	1149	0.8231895124955484	1	1	1	1	1	False	86385	fragment	False	CHI0053_000000010470	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1091.0	98.9	95.0	0.0005440446346408057	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0074_000000010982	2652	0.8231894572194436	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9817346789733269		0	0	False	False	1.0	0					non-mobilizable	other	2641.0	99.735	100.0	0.0004608065685881777	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0069_000000009626	2542	0.8231878175683205	4	4	4	3	4	False	87965	fragment	False	ISR0069_000000009626	0.9917457002230607		0	0	False	False	0.997246265411377	0					non-mobilizable	other	2542.0	99.01700000000001	100.0	0.03543340026773762	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0160_000000006508	4099	0.8231854578605128	4	3	3	3	3	False	60600	fragment	False	ISR0170_000000010086	0.9531495180452814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	80.574	57.0	0.00037680024560845236	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
DEN0092_000000005008	2813	0.8231813458316444	2	1	1	1	1	False	73739	fragment	False	DEN0092_000000005008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	81.443	4.0	1.5125263175640385e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ISR0058_000000009569	2613	0.8231803522816749	3	3	3	2	1	False	129880	fragment	False	ISR0058_000000009569	0.9586856264411991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1564.0	80.691	60.0	0.010700556346406442	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0043_000000000468	21775	0.8231753815825047	28	12	6	7	10	True	47858	fragment	False	FIJ0037_000000000684	0.9344520922403188		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	no_good_hit	3104.0	78.318	50.0	0.04472513735864415	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	True
MON0016_000000013294	2420	0.8231707277949377	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.4839880357069128		0	0	False	False	1.0	0					non-mobilizable	chromosome	2418.0	98.22200000000001	99.0	0.0010671769571018706	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0810_000000001184	8742	0.8231595757021694	17	6	3	6	3	True	52610	maximal	True	ISR0810_000000001184	1.0		1	1	False	False	0.9950812458992004	0					non-mobilizable	no_good_hit	1747.0	96.05	33.0	0.030943182220961967	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0223_000000002649	8319	0.8231545335919854	11	10	5	5	9	False	119512	maximal	True	ISR0223_000000002649	1.0		6	4	False	False	0.9989181160926819	0					non-mobilizable	no_good_hit	3718.0	80.07	44.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
USA0023_01_000000007590	4196	0.8231530492297426	4	4	3	4	1	False	1716	maximal	True	USA0023_01_000000007590	1.0		1	1	False	False	0.999761700630188	0					non-mobilizable	no_good_hit	1360.0	86.103	32.0	0.005206914413982311	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0118_000000004839	2829	0.8231478064865901	3	3	3	3	2	False	99288	fragment	False	SPA0145_000000011526	0.9622892855246874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.833	28.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0050_000000009374	2747	0.8231478064865901	3	3	3	3	2	False	99288	fragment	False	SPA0145_000000011526	0.9552274833750088		0	0	False	False	0.9967237114906311	0					non-mobilizable	no_good_hit	814.0	73.833	29.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MON0091_000000003998	3113	0.8231455032986759	5	2	1	1	1	True	120068	fragment	False	MON0091_000000003998	1.0		0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	2573.0	99.02799999999999	100.0	0.654758867057923	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0047_000000010284	2845	0.8231455032986759	4	2	1	1	1	True	111104	backbone	True	ISR0047_000000010284	1.0	PS704	1	1	True	True	1.0	97	rep_cluster_1143				non-mobilizable	no_good_hit	1637.0	89.859	57.0	0.45901639344262296	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
ISR0842_000000008264	2613	0.8231455032986759	5	2	1	1	1	True	120073	backbone	True	ISR0842_000000008264	0.9883265602751621	PS827|PS829	13	3	True	True	1.0	145	rep_cluster_1143				non-mobilizable	plasmid	2281.0	92.24	95.0	0.5759122225057413	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0025_000000015102	2602	0.8231455032986759	5	2	1	1	1	True	120073	backbone	False	ISR0842_000000008264	0.9877008844556372	PS827|PS829	0	0	True	True	1.0	145	rep_cluster_1143				non-mobilizable	plasmid	2279.0	92.40899999999999	95.0	0.5754018882367951	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0143_000000011997	2559	0.8231455032986759	6	2	1	1	1	True	120073	backbone	False	ISR0842_000000008264	0.9881960776371703	PS827|PS829	0	0	True	True	0.9992184638977051	27	rep_cluster_1143				non-mobilizable	plasmid	2309.0	92.464	95.0	0.5828017351365145	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0102_000000007114	2530	0.8231455032986759	5	2	1	1	1	True	120073	backbone	False	ISR0842_000000008264	0.9772245083263253	PS827|PS829	0	0	True	True	1.0	42	rep_cluster_1143				non-mobilizable	plasmid	2129.0	94.12899999999999	95.0	0.5384026537381985	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0835_000000005497	2482	0.8231455032986759	4	2	1	1	1	True	120073	backbone	False	ISR0842_000000008264	0.9712394722590649	PS827|PS829	0	0	True	True	0.9867042899131775	1	rep_cluster_1143				non-mobilizable	plasmid	2105.0	93.397	95.0	0.5350854809900485	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0169_000000014172	2182	0.8231455032986759	6	2	1	1	1	True	120065	backbone	True	ISR0169_000000014172	0.8759858359954314	PS827	12	2	False	True	0.999541699886322	0	rep_cluster_1143				non-mobilizable	plasmid	2182.0	99.45	100.0	0.5537126818065833	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0386_000000015106	2076	0.8231455032986759	5	2	1	1	1	True	120065	backbone	False	ISR0169_000000014172	0.7647644664866405	PS827	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1999.0	94.24700000000001	98.0	0.508037764735902	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
USA0048_01_000000007878	2015	0.8231455032986759	3	2	1	1	1	True	111103	fragment	False	USA0048_01_000000007878	1.0		0	0	False	False	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1559.0	91.79	77.0	0.3965297269711661	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ISR0193_000000013786	1942	0.8231455032986759	3	2	1	1	1	True	120065	backbone	False	ISR0169_000000014172	0.6880479712054185	PS827	0	0	True	True	1.0	1	rep_cluster_1143				non-mobilizable	plasmid	1812.0	99.779	98.0	0.46210768053074763	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
AST0097_000000011916	1817	0.8231455032986759	2	2	1	1	1	True	120065	backbone	False	ISR0169_000000014172	0.38708269727786426	PS827	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1817.0	99.89	100.0	0.463383516203113	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
AST0085_000000006341	1711	0.8231455032986759	2	2	1	1	1	True	111102	fragment	False	AST0085_000000006341	1.0		0	0	False	False	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1643.0	93.792	96.0	0.4169430977290125	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0034_000000017209	1672	0.8231455032986759	2	2	1	1	1	True	29141	fragment	False	MON0034_000000017209	1.0		0	0	False	False	0.9874401688575745	0	rep_cluster_1143				non-mobilizable	plasmid	1634.0	99.816	98.0	0.4166879305945394	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0191_000000010746	1125	0.8231455032986759	2	2	1	1	1	True	29140	fragment	False	ISR0191_000000010746	1.0		0	0	False	False	0.9919999837875366	0					non-mobilizable	plasmid	1129.0	93.26799999999999	100.0	0.2865526920132687	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
FIJ0107_000000003848	7120	0.8231413799134655	6	6	4	5	6	False	97564	maximal	True	FIJ0107_000000003848	1.0		2	1	False	False	0.9997190833091736	0					non-mobilizable	no_good_hit	1300.0	73.077	18.0	0.017369625633480466	NZ_QRUU01000012.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf12, whole genome shotgun sequence	True	False
ISR0238_000000005120	2731	0.8231348603532169	3	3	3	3	3	False	37301	fragment	False	ISR0238_000000005120	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2731.0	97.693	100.0	0.0013209771166117954	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
DEN0038_000000002853	1533	0.8231287364192312	2	2	2	2	2	False	73354	fragment	False	DEN0038_000000002853	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1488.0	83.40100000000001	97.0	0.0002096028301604499	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0108_000000001521	16111	0.8231286589741422	24	6	1	6	3	False	59956	maximal	True	ENG0108_000000001521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000007773	1928	0.8231262056659459	2	2	1	2	0	False	40023	fragment	False	FIJ0145_000000007773	1.0		0	0	False	False	0.9859958291053772	0		MOBQ			mobilizable	plasmid	1840.0	91.413	95.0	0.4457743038593063	CP055400.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00123 plasmid pRHBSTW-00123_4, complete sequence	False	True
SPA0153_000000013218	1426	0.8231254773123934	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.12255862276280786		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	97.305	96.0	0.01911813922356091	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0057_000000014558	1534	0.8231224770914374	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.5038646943802341		0	0	False	False	1.0	0					non-mobilizable	other	1528.0	99.149	99.0	0.021293507362784472	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0096_000000019157	1703	0.8231186148480731	2	1	1	1	1	False	71251	fragment	False	DEN0064_000000023319	0.9508426966292135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000020964	1484	0.8231186148480731	1	1	1	1	1	False	65125	fragment	False	ENG0168_000000020964	1.0		0	0	False	False	0.9878706336021423	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000000800	23792	0.8230898792161799	36	14	9	10	7	True	66649	fragment	False	ISR0392_000000000800	0.9968217645563183		0	0	False	False	0.9991593956947327	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
SPA0115_000000009390	2781	0.8230875819743959	3	3	3	2	3	False	58971	fragment	False	SPA0111_000000012053	0.9799231843575419		0	0	False	False	1.0	0					non-mobilizable	other	2781.0	99.928	100.0	0.000837232891085638	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
AST0118_000000022205	1404	0.8230870994507076	2	1	1	1	1	False	105772	maximal	True	AST0118_000000022205	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	70.525	52.0	0.0006794033890239641	NZ_GL982489.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD2, whole genome shotgun sequence	True	False
USA0063_01_000000004570	4503	0.8230868625617151	6	6	5	2	4	True	866	maximal	True	USA0063_01_000000004570	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	95.865	16.0	0.0002298912987906378	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ENG0101_000000023613	1433	0.8230850874144006	3	3	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.23164612653230512		0	0	False	False	1.0	0					non-mobilizable	chromosome	1438.0	92.14200000000001	100.0	0.0004005092709079973	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0006_01_000000016672	1416	0.8230850874144006	3	3	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.2199671118943095		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	93.441	100.0	0.00034741708757583047	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0116_01_000000017508	1401	0.8230850874144006	3	3	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.23012989793150082		0	0	False	False	1.0	0					non-mobilizable	chromosome	781.0	95.51899999999999	100.0	0.00021830694011756667	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0041_000000029236	1290	0.8230850874144006	3	3	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.1209047888911789		0	0	False	False	0.974418580532074	0					non-mobilizable	chromosome	1290.0	98.837	100.0	0.00036048633188644343	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0186_000000025832	1270	0.8230850874144006	3	3	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.12034532165575522		0	0	False	False	1.0	0					non-mobilizable	chromosome	1270.0	98.346	100.0	0.00035488871803727507	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0187_000000010236	2724	0.8230773903231902	3	3	2	3	2	False	104702	fragment	False	CHI0082_000000003076	0.930409752793769		0	0	False	False	1.0	0					non-mobilizable	other	2724.0	98.86200000000001	100.0	0.017494603207236843	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ISR0026_000000003833	5766	0.8230741046771998	8	5	2	5	2	True	101268	fragment	False	ISR0026_000000003833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4952.0	91.03399999999999	86.0	0.050142931260745274	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
ENG0024_000000012950	2079	0.8230634614588164	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.7224733961724786		0	0	False	False	1.0	0					non-mobilizable	chromosome	2087.0	95.87899999999999	100.0	0.00031515392781316347	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
MAD0046_000000014865	1767	0.8230472584452692	3	1	1	1	1	False	17741	fragment	False	MAD0046_000000014865	1.0		0	0	False	False	0.9864176511764526	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	1.2350527738050246e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0066_000000029138	1196	0.8230472584452692	1	1	1	1	1	False	16544	fragment	False	MAD0066_000000029138	1.0		0	0	False	False	0.9765886068344116	0					non-mobilizable	no_good_hit								True	False
ISR0085_000000015527	1657	0.8230199117739613	3	3	3	2	2	False	33976	fragment	False	ISR0085_000000015527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	72.014	34.0	0.00022333694440519367	NC_008593.1	firmicutes	Clostridium novyi NT, complete sequence	True	False
ENG0094_000000010851	1599	0.8230161802152933	2	2	2	2	2	False	92600	fragment	False	ENG0094_000000010851	1.0		0	0	False	False	0.9993746280670166	0					non-mobilizable	chromosome	1551.0	97.55	97.0	0.0002782146945103933	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
SPA0081_000000000881	12497	0.8229988978407792	10	9	8	9	8	False	5635	maximal	True	SPA0081_000000000881	1.0		4	1	False	False	0.9994398951530457	0					non-mobilizable	other	8525.0	92.258	98.0	0.04663232312160903	NZ_HF954535.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
DEN0026_000000004025	7023	0.8229919126407664	8	8	8	8	8	False	113198	fragment	False	ISR0776_000000003790	0.9770984498649181		0	0	False	False	1.0	0					non-mobilizable	other	7023.0	99.986	100.0	0.0012770574501261964	NC_002695.2	enterobacteria	Escherichia coli O157:H7 str. Sakai DNA, complete genome	False	False
FIJ0155_000000015918	1373	0.8229898243585316	3	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.2710673340194784		0	0	False	False	1.0	0					non-mobilizable	chromosome	1373.0	100.0	100.0	0.00024709131915247675	CP050196.1	enterobacteria	Escherichia coli strain RH-004-CS chromosome	False	False
ISR0215_000000019704	1513	0.8229873408782066	3	1	1	1	1	False	28159	fragment	False	ISR0215_000000019704	0.9986559139784945		0	0	False	False	0.9986781477928162	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000017942	1479	0.8229841224129957	2	2	2	1	1	False	18014	maximal	True	MAD0043_000000017942	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	81.25	10.0	0.2630597014925373	NZ_VOSQ01000082.1	enterobacteria	Citrobacter cronae strain Tue2-1 NODE_83_length_536_cov_0.811736, whole genome shotgun sequence	True	False
DEN0090_000000028351	1099	0.8229792518433077	1	1	1	1	1	False	68598	fragment	False	DEN0090_000000028351	0.9922103213242455		0	0	False	False	0.9927206635475159	0					non-mobilizable	no_good_hit	66.0	93.939	6.0	2.928214133327632e-05	NZ_RKRD01000001.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_11, whole genome shotgun sequence	True	False
ISR0086_000000004288	5555	0.8229791145124071	3	3	3	3	0	True	37601	maximal	False	ISR0082_000000004698	0.9828081494645374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0022_000000004709	5444	0.8229791145124071	3	3	3	3	0	True	37601	maximal	False	ISR0082_000000004698	0.9708636450331792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0180_000000002433	8344	0.8229769133901189	11	9	3	7	7	False	82515	maximal	True	ISR0180_000000002433	1.0		1	1	False	False	0.9995205998420715	0					non-mobilizable	no_good_hit	289.0	76.817	3.0	4.495824600807588e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
AUS0008_000000017077	1456	0.8229765220887061	2	2	2	2	2	False	104764	fragment	False	ENG0067_000000016920	0.7974596333267718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	77.762	48.0	0.010779539038992461	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0019_01_000000011535	2603	0.8229704153716683	4	4	3	4	1	False	71828	fragment	False	USA0019_01_000000011535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	89.539	22.0	0.00017022949233513743	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
FIJ0086_000000012582	2490	0.8229608312795886	3	3	3	2	2	False	92596	maximal	True	FIJ0086_000000012582	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	84.406	71.0	0.00021659213928055968	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
MAD0008_000000011876	1282	0.8229571918881519	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.22331185097419448		0	0	False	False	1.0	0					non-mobilizable	chromosome	1286.0	91.991	100.0	0.00045308793187590047	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0023_01_000000004520	7091	0.8229561007443902	6	6	5	5	5	True	130097	maximal	True	USA0023_01_000000004520	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3719.0	92.579	85.0	0.0012420323958401002	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0157_000000000468	30194	0.8229357456915155	30	12	7	11	5	True	122316	fragment	False	ENG0118_000000000446	0.9432247791117062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	80.932	1.0	0.0015549118173298117	NZ_QGDS01000011.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_111, whole genome shotgun sequence	True	True
CHI0129_000000018825	1394	0.8229353772936855	1	1	1	1	1	False	81175	maximal	True	CHI0129_000000018825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	99.654	83.0	0.0004973612700382934	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
MON0099_000000014688	2276	0.8229333313660158	3	1	1	1	1	False	28355	fragment	False	MON0099_000000014688	1.0		0	0	False	False	0.998681902885437	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000013638	2413	0.8229307941287296	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.6470646342034123		0	0	False	False	1.0	0					non-mobilizable	other	2414.0	98.384	100.0	0.017176210983379007	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
SPA0095_000000002346	9083	0.8229294244842145	6	4	2	3	3	False	80973	maximal	True	SPA0095_000000002346	1.0		4	2	False	False	0.9988990426063538	0					non-mobilizable	no_good_hit	1800.0	82.0	32.0	0.0005351727418683475	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ENG0075_000000006617	3650	0.822928596868216	4	3	2	3	2	False	62115	fragment	False	ENG0075_000000006617	1.0		0	0	False	False	0.988767147064209	0					non-mobilizable	no_good_hit	59.0	86.441	2.0	9.922572571525225e-07	LR812514.1	bony fishes	Danio aesculapii genome assembly, chromosome: 18	True	False
ISR0309_000000011930	1640	0.8229208646979853	2	2	2	2	2	False	25377	maximal	True	ISR0309_000000011930	1.0		0	0	False	False	0.959756076335907	0					non-mobilizable	no_good_hit								True	False
USA0087_01_000000004599	3183	0.822919066937149	6	3	1	1	3	True	100018	fragment	False	USA0087_01_000000004599	1.0		0	0	False	False	0.9996858239173889	0					non-mobilizable	other	3183.0	99.84299999999999	100.0	0.0010211475747584642	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AUS0018_000000008983	3073	0.822919066937149	5	3	1	1	3	True	100017	fragment	False	AUS0018_000000008983	1.0		0	0	False	False	0.9944679737091064	0					non-mobilizable	other	3054.0	99.935	99.0	0.000979749700106094	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0030_000000011047	2785	0.822919066937149	4	3	1	1	3	True	92130	fragment	False	SPA0030_000000011047	0.9768244744106469		0	0	False	False	0.9953321218490601	0					non-mobilizable	other	2785.0	99.82	100.0	0.06496324816240812	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
SPA0128_000000014678	2529	0.822919066937149	4	3	1	1	3	True	92128	fragment	False	SPA0128_000000014678	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2384.0	99.916	94.0	0.0007647374829193653	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0095_000000011684	1677	0.822919066937149	3	3	1	1	3	True	92127	fragment	False	SPA0095_000000011684	0.9455881762062103		0	0	False	False	0.9946332573890686	0					non-mobilizable	other	1677.0	99.881	100.0	0.0005378514567238171	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0019_000000009510	2947	0.8229069187414181	7	4	2	4	4	False	122691	fragment	False	ENG0079_000000009014	0.5421712307628918		0	0	False	False	1.0	0					non-mobilizable	chromosome	2947.0	100.0	100.0	0.0005334608134462546	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
MON0010_000000006238	3687	0.8229041043369516	2	2	2	2	2	False	46269	fragment	False	MON0010_000000006238	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3589.0	100.0	100.0	0.025348828994312764	AP012056.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae KPX plasmid pKPX-2 DNA, complete sequence	False	True
MON0101_000000047345	1399	0.822887699872658	2	2	2	2	1	False	40740	fragment	False	MON0101_000000047345	1.0		0	0	False	False	0.9992852210998535	0					non-mobilizable	no_good_hit	219.0	73.059	15.0	0.00010061124843116647	CP024729.1	CFB group bacteria	Prevotella intermedia strain KCOM 1933 chromosome 1, complete sequence	True	False
ISR0219_000000004619	6532	0.8228807698092218	8	7	2	1	7	False	114510	fragment	False	ISR0219_000000004619	1.0		0	0	False	False	0.9998469352722168	0					non-mobilizable	no_good_hit	2043.0	88.889	34.0	0.26108247422680414	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
ISR0157_000000000416	39585	0.822871425799185	77	16	12	15	7	False	30567	maximal	True	ISR0157_000000000416	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	77.667	2.0	0.0008170453289694883	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0042_000000008754	3030	0.8228559455180989	4	2	2	2	2	True	70375	backbone	True	MON0042_000000008754	0.7936026083332195	PS331	1	1	True	True	1.0	721					non-mobilizable	no_good_hit	1278.0	90.29700000000001	62.0	0.43562305833620985	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0036_000000006806	5192	0.8228556889611705	6	3	2	3	1	True	62626	maximal	True	FIJ0036_000000006806	0.9981724602091404		3	3	True	True	1.0	3					non-mobilizable	no_good_hit	300.0	81.667	6.0	0.07462686567164178	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
FIJ0096_000000004886	6273	0.8228458878111853	7	4	3	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8673797532825479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	85.41799999999999	25.0	0.19816236972024137	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
FIJ0071_000000004827	7143	0.8228342298566871	6	5	5	5	5	False	49084	fragment	False	SPA0109_000000003142	0.7656310453327351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6370.0	98.587	89.0	0.10100241086156579	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0139_000000003579	7143	0.8228342298566871	6	5	5	5	5	False	49084	fragment	False	SPA0109_000000003142	0.7656310453327351		0	0	False	False	0.9993000030517578	0					non-mobilizable	no_good_hit	6370.0	98.587	89.0	0.10100241086156579	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0131_000000002892	6754	0.8228342298566871	6	5	5	5	5	False	49084	fragment	False	SPA0109_000000003142	0.6538618863097447		0	0	False	False	1.0	0					non-mobilizable	other	6085.0	98.57	90.0	0.0964820454257074	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0050_000000003744	6749	0.8228342298566871	6	5	5	5	5	False	49084	fragment	False	SPA0109_000000003142	0.65401375853986		0	0	False	False	1.0	0					non-mobilizable	other	6068.0	98.55	90.0	0.09621240959269128	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0047_000000004153	6708	0.8228342298566871	6	5	5	5	5	False	49084	fragment	False	SPA0109_000000003142	0.6513723834279945		0	0	False	False	1.0	0					non-mobilizable	other	6026.0	98.54	90.0	0.09554625047582795	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0197_000000003203	6695	0.8228342298566871	6	5	5	5	5	False	49084	fragment	False	SPA0109_000000003142	0.6503959791620657		0	0	False	False	1.0	0					non-mobilizable	other	6026.0	98.556	90.0	0.09554625047582795	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
USA0132_01_000000005358	3147	0.8228328074042727	4	4	4	4	1	True	82	maximal	True	USA0132_01_000000005358	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0389_000000005943	3417	0.8228316015458951	4	2	2	2	2	False	22912	maximal	True	ISR0389_000000005943	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	95.522	2.0	0.0014906158953858662	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
USA0121_01_000000006328	7260	0.8228306508970793	9	4	2	4	1	True	66014	fragment	False	TAN0007_000000003543	0.7837883260470934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	82.55799999999999	1.0	2.2441065142715933e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	True
CHI0044_000000003385	3834	0.8228148258316206	5	5	4	4	5	False	87273	maximal	True	CHI0044_000000003385	1.0		24	5	False	False	0.9992175102233887	0					non-mobilizable	no_good_hit	1923.0	85.803	65.0	0.0006156279905096594	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0019_000000010431	2710	0.8228052688624364	2	1	1	1	1	False	122583	fragment	False	AST0019_000000010431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0028_000000025319	1187	0.8228045448838287	2	2	2	2	2	False	48906	maximal	True	FIJ0028_000000025319	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	99.198	84.0	0.009139577947674312	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
FIJ0079_000000023615	1223	0.8228034406187303	1	1	1	1	1	False	44360	fragment	False	FIJ0081_000000027144	0.9403484850199345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1223.0	99.836	100.0	0.00025459441879865187	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
ENG0004_000000008310	3172	0.8227999509230522	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.04492060341112704		0	0	False	False	1.0	0					non-mobilizable	other	1096.0	87.682	91.0	0.0004585858035416741	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
SPA0033_000000021966	1439	0.8227976990883945	2	2	2	2	2	False	127431	fragment	False	SPA0033_000000021966	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1439.0	99.514	100.0	0.0007917804701864624	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
FIJ0041_000000032733	1177	0.8227856021183034	1	1	1	1	1	False	47330	fragment	False	FIJ0041_000000032733	0.9865385856239515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	93.59	6.0	2.293382113973245e-05	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
SPA0117_000000030516	1216	0.8227847571968729	2	2	2	2	1	False	4276	maximal	True	SPA0117_000000030516	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	71.646	26.0	0.005760660845621535	NZ_BLJG01000006.1	g-proteobacteria	Pseudomonas juntendi strain BML3 BML3_contig_6, whole genome shotgun sequence	True	False
CHI0129_000000006443	3359	0.8227846181687987	3	1	1	1	1	False	118090	fragment	False	CHI0129_000000006443	1.0		0	0	False	False	0.9988091588020325	0					non-mobilizable	no_good_hit	241.0	75.104	7.0	0.00437862202189311	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
MON0053_000000022950	1733	0.8227846181687987	2	1	1	1	1	False	11178	fragment	False	MON0053_000000022950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	75.104	14.0	0.00437862202189311	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
AST0029_000000018355	1607	0.8227846181687987	1	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.9213180431819534		0	0	False	False	0.9993777275085449	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.001006987885630588	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
DEN0078_000000023428	1467	0.8227846181687987	1	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.5864300534885237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0009764731012175399	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0015_000000012087	1923	0.8227831529476051	3	3	3	2	2	False	131557	fragment	False	ENG0080_000000013234	0.6261757302329092		0	0	False	False	1.0	0					non-mobilizable	other	1893.0	74.32600000000001	97.0	0.0006923351629790384	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
ENG0128_000000001307	15676	0.8227817335513755	16	5	4	5	4	True	124896	fragment	False	ENG0128_000000001307	1.0		0	0	False	False	0.9997448325157166	0					non-mobilizable	no_good_hit	82.0	90.244	1.0	0.00015875753608304	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	True	True
SPA0083_000000004550	3305	0.8227752071908984	5	2	1	1	1	False	5584	fragment	False	SPA0083_000000004550	1.0		0	0	False	False	0.9996974468231201	0					non-mobilizable	no_good_hit								True	False
CHI0141_000000014520	1903	0.8227718955933278	2	1	0	1	0	True	80102	maximal	True	CHI0141_000000014520	1.0		1	1	False	False	0.9984235167503357	0					non-mobilizable	no_good_hit								True	True
AST0104_000000027446	1286	0.8227718955933278	2	1	0	1	0	True	107695	maximal	True	AST0104_000000027446	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0090_000000018917	1540	0.8227683186741171	2	2	1	1	0	True	68714	fragment	False	DEN0090_000000018917	1.0		0	0	False	False	0.9727272987365723	0					non-mobilizable	no_good_hit	264.0	99.242	17.0	0.0008334389656483712	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0001_01_000000010509	1589	0.8227612852096751	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.00577576675863629		0	0	False	False	1.0	0					non-mobilizable	chromosome	1589.0	93.958	100.0	0.00041758220952529214	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	False	True
ISR0839_000000016981	1274	0.8227465797093609	2	2	2	2	1	False	83446	fragment	False	CHI0096_000000006078	0.6271587414241778		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	99.60799999999999	100.0	0.003140588841904781	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ETH0005_000000005553	8638	0.8227396042762594	9	5	4	5	3	True	52808	maximal	True	ETH0005_000000005553	1.0		1	1	False	False	0.9952535033226013	0					non-mobilizable	no_good_hit	475.0	78.52600000000001	7.0	0.00013180399481327394	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
USA0025_01_000000002140	8736	0.8227330924135245	9	4	3	3	3	True	113426	maximal	True	USA0025_01_000000002140	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	89.98899999999999	44.0	0.0004079981294014335	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
SPA0141_000000005501	4250	0.8227272666326128	9	4	2	2	4	False	89034	maximal	True	SPA0141_000000005501	0.9996456413890857		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1523.0	95.404	82.0	0.0003380577008078291	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0140_000000005150	4233	0.8227272666326128	9	4	2	2	4	False	89034	maximal	False	SPA0141_000000005501	0.9976470588235293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1526.0	95.413	82.0	0.0003387240431878708	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0162_000000012675	1937	0.8227259129192754	3	3	2	2	2	False	56357	maximal	True	ENG0162_000000012675	1.0		38	7	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	95.699	60.0	0.013587652243882814	NZ_QIML01000012.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_12, whole genome shotgun sequence	True	False
USA0050_01_000000001197	11668	0.8227193689768577	14	14	6	10	11	True	123620	fragment	False	USA0050_01_000000001197	0.9994510019214933		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	8011.0	99.363	98.0	0.4665074557315937	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
ISR0357_000000001734	10225	0.8227191333459765	9	6	3	6	2	True	117511	fragment	False	DEN0010_000000003007	0.5915136219887059		0	0	False	True	0.9999021887779236	0					non-mobilizable	no_good_hit	112.0	91.071	2.0	0.005294033481184719	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ENG0008_000000004462	5008	0.8227169205692775	3	2	2	2	1	True	104225	fragment	False	ENG0008_000000004462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	90.984	2.0	3.5540023249098544e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0055_000000009741	3246	0.8226957730497035	5	4	3	1	2	False	21758	maximal	True	SPA0055_000000009741	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	77.358	5.0	0.0009673801865749812	NZ_NFHM01000002.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_2, whole genome shotgun sequence	True	False
ISR0013_000000001602	12557	0.8226949433671594	12	7	5	7	0	False	115449	maximal	True	ISR0013_000000001602	1.0		4	1	False	False	0.9999203681945801	0					non-mobilizable	no_good_hit	6591.0	92.596	86.0	0.18681537542322246	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
CHI0119_000000009558	1355	0.8226932288594695	3	3	3	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9773681856617044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	71.107	80.0	0.0016512327780389092	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0158_000000014462	1336	0.8226932288594695	3	3	3	2	1	False	117152	fragment	False	CHI0101_000000008344	0.961559633471818		0	0	False	False	0.9932634830474854	0					non-mobilizable	other	1363.0	73.221	100.0	0.0020388604357301134	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0113_000000021926	1336	0.8226932288594695	3	3	3	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9748384738001588		0	0	False	False	0.9970059990882874	0					non-mobilizable	no_good_hit	1101.0	70.936	80.0	0.0016359718466337438	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0254_000000010102	1325	0.8226932288594695	3	3	3	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9559412234516891		0	0	False	False	0.997735857963562	0					non-mobilizable	other	1351.0	72.983	100.0	0.0020205473180439147	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0026_000000017731	1306	0.8226932288594695	3	3	3	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9558839458318593		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	72.523	100.0	0.0019915515483741003	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0029_000000003372	3518	0.8226886529144686	5	5	3	5	4	False	88618	fragment	False	CHI0029_000000003372	0.969732246798603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	92.85700000000001	2.0	0.0001079692593792251	NZ_FRAC01000007.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
DEN0005_000000029156	1336	0.8226879612132547	2	2	2	2	2	False	88982	maximal	True	DEN0005_000000029156	0.9940347009332313		195	11	False	False	0.9992514848709106	0					non-mobilizable	other	1336.0	99.40100000000001	100.0	0.004809597578989084	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
ISR0104_000000021304	1157	0.8226825936777584	2	2	2	2	2	False	32958	fragment	False	ISR0104_000000021304	1.0		0	0	False	False	0.9740708470344543	0					non-mobilizable	other	1157.0	99.22200000000001	100.0	0.015844515412766075	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
SPA0082_000000009778	1726	0.8226754884905398	2	2	2	2	1	True	118515	fragment	False	ISR0280_000000007434	0.8096122464774432		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	90.59899999999999	96.0	0.0005760144524735965	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0136_000000008384	1175	0.8226754884905398	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.05269607843137255		0	0	False	False	0.9370212554931641	0					non-mobilizable	other	1095.0	98.81299999999999	93.0	0.00032738014191061325	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0001_000000001698	15289	0.8226683239195979	18	9	7	7	7	False	122636	maximal	True	ISR0001_000000001698	1.0		1	1	False	False	0.9998037815093994	0					non-mobilizable	no_good_hit	3989.0	97.994	52.0	0.0012535408510272131	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0021_000000013546	2453	0.8226646246919792	3	3	3	3	3	False	98801	maximal	True	SPA0021_000000013546	1.0		49	10	False	False	0.992254376411438	0					non-mobilizable	other	2434.0	94.741	99.0	0.0012832549209898943	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0125_000000001801	7903	0.8226556626063806	7	4	3	4	3	True	100169	maximal	True	ISR0125_000000001801	0.9643939853259988		232	10	False	False	1.0	0					non-mobilizable	no_good_hit	1523.0	91.98899999999999	77.0	0.01312160685480374	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
SPA0090_000000016732	2121	0.8226404197182822	3	3	3	3	3	False	67431	maximal	True	SPA0090_000000016732	0.9951076320939334		78	10	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	71.72	16.0	4.4658501268744e-05	CU234118.1	a-proteobacteria	Bradyrhizobium sp. ORS278,complete sequence	True	False
ISR0069_000000003365	6923	0.8226402833406905	15	3	2	3	2	True	88422	fragment	False	ISR0069_000000003365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0819_000000005151	4599	0.8226398471056615	7	5	1	1	3	True	108309	fragment	False	ISR0819_000000005151	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1193.0	98.324	63.0	0.12146575482290498	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
SPA0080_000000005948	2086	0.8226367849290974	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.25833219796925616	PS871	0	0	False	True	0.9985618591308594	0					non-mobilizable	no_good_hit	1824.0	93.695	87.0	0.7895192724122997	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0087_000000013014	2510	0.8226331161937441	4	4	4	3	3	False	33848	maximal	True	ISR0087_000000013014	1.0		32	7	False	False	0.9780876636505127	0					non-mobilizable	no_good_hit	2196.0	73.77	86.0	0.020833333333333332	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	True	False
MAD0038_000000006846	2054	0.8226232334104084	3	2	2	1	1	False	18546	maximal	True	MAD0038_000000006846	1.0		1	1	False	False	0.9698150157928467	0					non-mobilizable	no_good_hit	505.0	73.663	25.0	0.00028399774154176964	NZ_BFAZ01000009.1	bacteria	Leptospira ellinghausenii strain E18, whole genome shotgun sequence	True	False
FIJ0048_000000015861	2061	0.8225992538470229	3	3	3	3	3	False	121854	fragment	False	FIJ0048_000000015861	0.8267107675153621		0	0	False	False	1.0	0					non-mobilizable	other	2061.0	98.399	100.0	0.0006408625138360972	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0118_000000002934	8713	0.8225991432997656	5	3	2	3	2	False	106022	maximal	False	DEN0093_000000003331	0.9833201848303843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	80.517	23.0	0.0020533752093627217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AUS0002_000000004447	6553	0.8225880249519355	8	5	3	5	3	False	103138	maximal	True	AUS0002_000000004447	1.0		1	1	False	False	0.999847412109375	0					non-mobilizable	no_good_hit	193.0	77.202	3.0	0.00023476105686092395	NZ_JHVC01000001.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0101_000000005679	4188	0.8225839931276432	6	6	4	6	5	False	81892	fragment	False	ISR0101_000000005679	1.0		0	0	False	False	0.9990448951721191	0					non-mobilizable	no_good_hit	1304.0	72.623	46.0	0.0005950965166333207	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0266_000000003146	4385	0.8225781487249532	5	3	3	3	2	False	67445	maximal	True	ISR0266_000000003146	1.0		0	0	False	False	0.9974914193153381	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000009406	4013	0.8225760656279216	4	4	4	4	4	False	98962	fragment	False	CHI0121_000000002037	0.9900323749537627		0	0	False	False	1.0	0					non-mobilizable	other	2824.0	98.796	100.0	0.0005312252547612075	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0011_000000008299	2218	0.8225752959366872	3	3	3	2	2	False	95881	fragment	False	CAN0005_000000007689	0.9668755595344674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	False
DEN0087_000000006524	1894	0.8225752959366872	3	3	3	2	2	False	68881	fragment	False	DEN0087_000000006524	1.0		0	0	False	False	0.9989440441131592	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	False
ISR0831_000000011451	1612	0.8225470661220348	2	2	2	2	2	False	21020	maximal	True	ISR0831_000000011451	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	84.0	5.0	3.0959437199841894e-05	CP026948.1	high GC Gram+	Corynebacterium sp. 2184 chromosome, complete genome	True	False
SPA0016_000000013570	2449	0.8225466239528308	4	3	0	1	2	False	103669	fragment	False	SPA0016_000000013570	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	94.095	72.0	0.11828750692009596	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0130_000000008067	2594	0.8225368810043932	7	1	1	1	1	False	104370	maximal	True	FIJ0130_000000008067	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1858.0	74.435	70.0	0.00545155973494978	NZ_FRFD01000007.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
AUS0008_000000010761	2255	0.8225368810043932	5	1	1	1	1	False	104369	fragment	False	AUS0008_000000010761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1353.0	75.831	64.0	0.003982431164952178	NZ_FRFD01000007.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
MAD0031_000000007234	1964	0.8225368810043932	4	1	1	1	1	False	104364	fragment	False	MAD0031_000000007234	1.0		0	0	False	False	0.9989816546440125	0					non-mobilizable	no_good_hit	1352.0	76.183	73.0	0.003982431164952178	NZ_FRFD01000007.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
MAD0058_000000008266	1860	0.8225368810043932	3	1	1	1	1	False	16953	fragment	False	MAD0058_000000008266	1.0		0	0	False	False	0.9650537371635437	0					non-mobilizable	no_good_hit	1378.0	75.835	73.0	0.004055280515530571	NZ_FRFD01000007.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
FIJ0043_000000019414	1501	0.8225368810043932	2	1	1	1	1	False	104362	fragment	False	FIJ0043_000000019414	0.9886128364389234		0	0	False	False	1.0	0					non-mobilizable	other	1465.0	74.676	96.0	0.004307217852947515	NZ_FRFD01000007.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	False	False
AST0149_000000018380	1449	0.8225368810043932	2	1	1	1	1	False	104362	fragment	False	FIJ0043_000000019414	0.9716855429713525		0	0	False	False	0.9875776171684265	0					non-mobilizable	no_good_hit	1238.0	76.171	84.0	0.0007594218691107487	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0024_000000018437	1382	0.8225368810043932	2	1	1	1	1	False	76615	fragment	False	ENG0024_000000018437	1.0		0	0	False	False	0.9905933141708374	0					non-mobilizable	other	1385.0	75.596	99.0	0.0008433874320345415	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
DEN0003_000000019903	1213	0.8225368810043932	2	1	1	1	1	False	76614	fragment	False	DEN0003_000000019903	1.0		0	0	False	False	0.9876339435577393	0					non-mobilizable	other	1223.0	75.797	99.0	0.0036060428536304778	NZ_FRFD01000007.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	False	False
CAN0004_000000005356	4637	0.8225331661899757	7	4	2	3	3	False	104909	fragment	False	ISR0856_000000000942	0.8457630552323896		0	0	False	False	1.0	0					non-mobilizable	plasmid	4638.0	99.22399999999999	100.0	0.3741024606696248	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CAN0005_000000004305	4279	0.8225331661899757	6	4	2	3	3	False	104909	fragment	False	ISR0856_000000000942	0.7535388524731732		0	0	False	False	1.0	0					non-mobilizable	plasmid	4280.0	99.463	100.0	0.34521984671238404	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
AUS0012_000000002081	6458	0.8225265913027825	7	4	2	4	2	True	101291	fragment	False	FIJ0075_000000002688	0.956922196043822		0	0	False	False	1.0	0					non-mobilizable	plasmid	5983.0	98.111	97.0	0.051818639099439755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0087_000000000322	28028	0.8225195107851186	53	22	9	19	14	False	105390	maximal	False	SPA0088_000000000285	0.9724085622787797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12772.0	99.796	82.0	0.2593367315854674	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
MAD0087_000000013167	2210	0.8225157255240889	2	2	0	1	1	False	49471	maximal	True	MAD0087_000000013167	1.0		2	1	False	False	0.9918552041053772	0					non-mobilizable	no_good_hit	208.0	78.846	9.0	0.038636363636363635	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	False
MAD0091_000000007284	2107	0.8225157255240889	3	2	0	1	1	False	15750	maximal	True	MAD0091_000000007284	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000014046	2780	0.8225024545759897	3	3	3	3	3	False	129943	maximal	True	FIJ0036_000000014046	1.0		4	3	False	False	0.9996402859687805	0					non-mobilizable	no_good_hit	842.0	83.37299999999999	75.0	0.00022430201073219466	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0346_000000006519	3141	0.8224971088688241	4	4	4	4	2	True	118516	maximal	True	ISR0346_000000006519	1.0		66	7	False	False	1.0	0					non-mobilizable	no_good_hit	1605.0	90.71700000000001	51.0	0.0005534324624791551	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0302_000000006537	2263	0.8224918331224838	2	2	2	2	2	False	119649	maximal	True	ISR0302_000000006537	0.9815416341632577		1009	13	False	False	0.9832081198692322	0					non-mobilizable	other	2263.0	99.116	100.0	0.00043767861149218983	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
TAN0002_000000000774	18533	0.8224876150871758	32	5	3	5	3	False	3083	maximal	True	TAN0002_000000000774	1.0		1	1	False	False	0.9997302293777466	0					non-mobilizable	no_good_hit	181.0	86.18799999999999	1.0	0.0004883785551292379	LR756496.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
CAN0011_000000022999	1315	0.8224856634289404	2	2	2	2	2	False	94391	maximal	True	CAN0011_000000022999	1.0		20	6	False	False	0.9817490577697754	0					non-mobilizable	no_good_hit	419.0	96.897	32.0	0.00035881429900733766	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0199_000000008763	3301	0.8224737242242071	6	4	4	2	1	False	119264	maximal	True	ISR0199_000000008763	1.0		13	3	False	False	0.9930323958396912	0					non-mobilizable	no_good_hit	2235.0	99.105	68.0	0.015931311373701212	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	True	False
ISR0325_000000015594	1363	0.822471198152715	3	1	1	1	1	False	24858	fragment	False	ISR0325_000000015594	1.0		0	0	False	False	0.9977989792823792	0					non-mobilizable	no_good_hit								True	False
ENG0082_000000012160	1695	0.8224685994312914	6	1	1	1	1	True	66297	maximal	True	ENG0082_000000012160	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	77.477	6.0	0.0005482138244766931	NZ_VJWZ02000003.1	high GC Gram+	Chryseoglobus frigidaquae strain DSM 23889 Scaffold3, whole genome shotgun sequence	True	True
ISR0223_000000009229	3035	0.8224685414030429	4	4	3	4	2	True	113517	maximal	True	ISR0223_000000009229	0.9667370644139388		17	8	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	81.48100000000001	4.0	0.0019939797150909755	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
MAD0109_000000008552	1666	0.8224615111505486	3	2	2	2	1	False	14581	maximal	True	MAD0109_000000008552	1.0		0	0	False	False	0.9963985681533813	0					non-mobilizable	no_good_hit	680.0	72.5	40.0	0.0001808881038086815	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0157_000000010286	1804	0.8224602049242817	2	1	1	1	1	False	39460	fragment	False	FIJ0157_000000010286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	87.119	32.0	0.00025152708272794427	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
TAN0010_000000010933	1485	0.8224602049242817	2	1	1	1	1	False	2609	fragment	False	TAN0010_000000010933	1.0		0	0	False	False	0.9912458062171936	0					non-mobilizable	no_good_hit	675.0	87.111	45.0	0.00028672370522571123	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0102_000000002002	10109	0.8224593321810882	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7003734877728591	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10117.0	98.507	100.0	0.19807123115824138	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AST0016_000000002242	10106	0.8224593321810882	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7002518632535419	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10116.0	98.49700000000001	100.0	0.19801242723013898	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0230_000000002039	10099	0.8224593321810882	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6978931465848182	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10107.0	98.11	100.0	0.19779681282709685	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0362_000000002321	10087	0.8224593321810882	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6999374114132344	PS1166	0	0	True	True	1.0	1					non-mobilizable	plasmid	10095.0	98.50399999999999	100.0	0.19764000235215712	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0325_000000001358	10077	0.8224593321810882	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6972108481025604	PS1166	0	0	False	True	0.999801516532898	0					non-mobilizable	plasmid	10085.0	98.156	100.0	0.1973655840210126	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0028_000000006828	3790	0.822457632554299	4	4	4	3	1	False	92447	maximal	True	DEN0028_000000006828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.003168543350407e-07	CP020633.1	bony fishes	Oryzias latipes strain HSOK chromosome 13	True	False
MON0088_000000007831	3781	0.8224553156216156	5	5	2	5	4	False	119915	fragment	False	MON0088_000000007831	1.0		0	0	False	False	0.9851890802383423	0					non-mobilizable	no_good_hit								True	False
ENG0067_000000002594	9791	0.8224516936677182	10	8	4	7	5	False	62692	maximal	True	ENG0067_000000002594	1.0		20	6	False	False	0.999182939529419	0					non-mobilizable	other	9716.0	99.444	99.0	0.0826513076177026	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
CHI0129_000000003545	5400	0.8224508736268368	6	5	4	5	4	False	116122	fragment	False	USA0036_01_000000007504	0.9475531953170627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1350.0	88.296	27.0	0.00042219940797981974	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
SPA0087_000000001518	9749	0.8224472392546082	11	9	8	8	7	False	128403	maximal	True	SPA0087_000000001518	1.0		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	72.542	9.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0282_000000002596	7015	0.822442221574101	8	4	4	4	2	True	68188	maximal	True	ISR0282_000000002596	1.0		2	2	True	True	0.9988595843315125	16					non-mobilizable	no_good_hit	3364.0	93.787	85.0	0.41459492888064314	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MAD0058_000000005837	2587	0.8224395756933488	4	4	4	4	4	False	16960	maximal	True	MAD0058_000000005837	1.0		2	2	False	False	0.9949748516082764	0					non-mobilizable	no_good_hit								True	False
ISR0085_000000013310	1874	0.8224352092410788	3	3	3	2	1	False	33978	maximal	True	ISR0085_000000013310	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	1874.0	100.0	100.0	0.00035372585887112536	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	False	False
ISR0255_000000019111	1707	0.8224202131820371	3	3	2	2	1	False	26885	maximal	True	ISR0255_000000019111	1.0		13	3	False	False	0.9888693690299988	0					non-mobilizable	no_good_hit	466.0	76.609	27.0	8.717086115505e-05	CP012602.1	firmicutes	Bacillus sp. FJAT-18017 genome	True	False
USA0059_01_000000013990	1850	0.8224176629650883	5	3	3	2	1	True	919	fragment	False	USA0059_01_000000013990	1.0		0	0	False	False	0.9951351284980774	0					non-mobilizable	other	1831.0	99.235	99.0	0.0005045960983967907	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
CAN0022_000000002082	12175	0.8224158720826545	17	8	5	7	3	True	118908	fragment	False	SPA0032_000000001485	0.7306851767299665		0	0	False	False	0.9999178647994995	0					non-mobilizable	other	11856.0	97.48700000000001	97.0	0.0031741407017601177	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0050_000000016149	1598	0.8224157129682027	3	3	3	2	2	False	35133	fragment	False	ISR0066_000000018552	0.9557725445146468		0	0	False	False	0.9818522930145264	0					non-mobilizable	no_good_hit	52.0	88.462	3.0	1.2504567293203843e-05	CP054836.1	a-proteobacteria	Oricola sp. MEBiC13590 chromosome, complete genome	True	False
FIJ0148_000000010337	1809	0.8224138747149105	2	2	1	1	2	False	39906	fragment	False	FIJ0148_000000010337	0.9597961494903737		0	0	False	False	0.999447226524353	0					non-mobilizable	no_good_hit	1019.0	73.405	56.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0040_000000029892	1435	0.8224110480451322	3	3	3	2	1	False	6944	maximal	True	SPA0040_000000029892	1.0		3	1	False	False	0.9609755873680115	0					non-mobilizable	no_good_hit	144.0	97.22200000000001	10.0	2.6263050715971166e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
SPA0097_000000015032	2206	0.8224107189980338	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.3076312687724106		0	0	False	False	1.0	0					non-mobilizable	other	2206.0	99.955	100.0	0.008458387037378015	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0777_000000007370	2344	0.8224099411906629	3	3	3	3	3	False	121962	fragment	False	ISR0777_000000007370	1.0		0	0	False	False	0.9974402785301208	0					non-mobilizable	no_good_hit	1204.0	76.24600000000001	51.0	0.0004057858759782644	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0132_000000031268	1324	0.8224045948134537	2	2	2	2	2	False	3718	maximal	True	SPA0132_000000031268	1.0		16	6	False	False	0.9826284050941467	0					non-mobilizable	other	1324.0	100.0	100.0	0.0004747131806644262	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ENG0192_000000008864	2377	0.8224026736061298	3	1	1	1	1	True	69744	fragment	False	ENG0192_000000008864	1.0		0	0	False	False	0.9995793104171753	0					non-mobilizable	no_good_hit	1325.0	89.208	80.0	0.00025643066717100614	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0009_000000011684	2770	0.8223790356858715	6	4	3	3	4	False	129934	fragment	False	ISR0009_000000011684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	85.766	73.0	0.00047473170121200225	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0094_000000026279	1478	0.8223636325857117	2	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.5305759067110589		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	95.485	100.0	0.6048321048321048	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
ISR0001_000000015150	1669	0.8223592250459179	2	1	1	1	1	True	38689	fragment	False	ISR0001_000000015150	1.0		0	0	False	False	0.9958058595657349	0					non-mobilizable	no_good_hit	1022.0	80.039	60.0	0.00019619657541104926	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ITA0002_000000002304	3405	0.8223568676789251	6	5	3	4	3	False	93288	maximal	True	ITA0002_000000002304	1.0		9	7	False	False	0.9582965970039368	0					non-mobilizable	chromosome	3133.0	99.649	92.0	0.0010422909902063917	CP058562.1	verrucomicrobia	Akkermansia muciniphila strain AK32 chromosome, complete genome	False	False
FIJ0070_000000013228	1481	0.8223540565957239	3	3	2	3	2	False	44926	maximal	True	FIJ0070_000000013228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	96.88799999999999	81.0	0.0005748427892068911	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
SPA0125_000000019925	1655	0.8223393330899712	3	3	3	2	2	False	85867	fragment	False	CHI0058_000000012808	0.9479026393165961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	83.117	5.0	0.00012721222051475153	NZ_JAAMRF010000003.1	g-proteobacteria	Pseudomonas azotifigens strain 115A1 NODE_3_length_589566_cov_59.097520, whole genome shotgun sequence	True	False
TAN0027_000000003393	2620	0.8223301339007055	3	3	2	1	2	False	2308	maximal	True	TAN0027_000000003393	1.0		1	1	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit	1050.0	92.85700000000001	40.0	0.007564110892175332	NZ_LT629834.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0026_000000000923	15759	0.822322462618123	18	9	2	8	6	False	72156	maximal	True	SPA0026_000000000923	0.9709367088144575		4	1	False	False	0.9996192455291748	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.332946945385134e-06	NZ_CM001775.1	cyanobacteria	Geminocystis herdmanii PCC 6308 chromosome, whole genome shotgun sequence	True	False
SPA0028_000000000951	15717	0.822322462618123	18	9	2	8	6	False	72156	maximal	False	SPA0026_000000000923	0.9704043583520422		0	0	False	False	0.9980912208557129	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.332946945385134e-06	NZ_CM001775.1	cyanobacteria	Geminocystis herdmanii PCC 6308 chromosome, whole genome shotgun sequence	True	False
MON0062_000000016019	2387	0.8223156594855621	4	2	1	2	2	True	87086	fragment	False	MON0062_000000016019	0.952967032967033		0	0	False	False	0.9991621375083923	0					non-mobilizable	no_good_hit	1075.0	84.837	77.0	0.000321855428803863	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0100_000000015560	1856	0.8223147037891532	2	2	2	2	2	False	127427	fragment	False	SPA0100_000000015560	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1796.0	99.61	100.0	0.0009890368434131525	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
USA0063_01_000000000059	70276	0.8222969203239346	73	41	27	38	26	True	105281	backbone	False	FIJ0141_000000000222	0.9958919025935459	PS633|PS634	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0021_000000007256	2590	0.8222955192705593	4	4	4	4	2	False	66379	maximal	True	ENG0021_000000007256	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	84.971	65.0	0.00022176297041470098	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
FIJ0008_000000009168	3130	0.8222889244267209	6	3	2	2	2	False	115421	fragment	False	MAD0112_000000007920	0.6111386977133778		0	0	False	False	0.9993610382080078	0					non-mobilizable	no_good_hit	948.0	73.207	30.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0029_000000005778	6060	0.8222846600585578	8	4	3	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8435840569034313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	84.865	25.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0023_000000003096	5530	0.8222806845710323	6	4	2	4	2	False	66286	maximal	True	ENG0023_000000003096	1.0		1	1	False	False	0.9996383190155029	0					non-mobilizable	no_good_hit	662.0	75.227	25.0	0.00019756286926337358	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0023_000000005800	4107	0.8222778681859019	5	4	3	2	3	False	52576	maximal	False	ISR0112_000000006846	0.9832541567695963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1792.0	89.23	56.0	0.02946796244440784	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0086_000000004296	5541	0.8222749588722259	6	4	4	3	3	False	118647	maximal	True	ENG0086_000000004296	1.0		9	2	False	False	1.0	0					non-mobilizable	chromosome	5106.0	92.773	93.0	0.0009445099915252489	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0079_000000016391	1719	0.822272589250913	2	2	2	2	1	False	69041	fragment	False	ISR0079_000000016391	1.0		0	0	False	False	0.9901105165481567	0					non-mobilizable	other	1597.0	84.53399999999999	93.0	0.0005370688933477722	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
CAN0004_000000002305	9524	0.8222653137791972	9	8	8	8	6	False	96291	maximal	True	CAN0004_000000002305	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	73.931	20.0	0.010875381933055983	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
MON0004_000000011288	3292	0.8222575550912808	5	3	2	3	3	False	81281	maximal	True	MON0004_000000011288	0.9794498893455581		14	1	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	98.105	27.0	0.00013162937167802456	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0783_000000006564	2103	0.8222563760197719	3	3	3	3	2	False	123352	fragment	False	ISR0387_000000012205	0.951526229125914		0	0	False	False	0.983832597732544	0					non-mobilizable	chromosome	1910.0	99.686	99.0	0.0007567657994186104	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0045_000000003424	3612	0.8222511188217083	5	3	2	2	3	False	80045	fragment	False	ENG0045_000000003424	1.0		0	0	False	False	0.9889258146286011	0					non-mobilizable	no_good_hit	1142.0	87.215	61.0	0.0068617570201748935	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
SPA0086_000000012219	1149	0.8222475752606863	3	1	1	1	1	False	5496	fragment	False	SPA0086_000000012219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	99.913	100.0	0.018173758865248225	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
SPA0109_000000012873	2423	0.8222446550001458	4	2	1	2	2	False	4661	fragment	False	SPA0109_000000012873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0050_000000003127	3098	0.8222360462446738	4	3	3	3	3	False	86712	maximal	True	CHI0050_000000003127	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2535.0	100.0	82.0	0.02232913890944979	CP056686.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00634 plasmid pRHBSTW-00634_5, complete sequence	True	False
ISR0367_000000001860	5269	0.82222744222165	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9598438538552174	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0011_000000004277	9358	0.8222237908495267	12	8	4	5	5	False	52592	backbone	False	FIJ0041_000000003170	0.9485568427253093	PS216	0	0	False	True	0.9974353313446045	0					non-mobilizable	no_good_hit	1566.0	71.584	16.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
CHI0029_000000001617	6919	0.8222233350565818	9	8	8	8	7	False	116677	maximal	False	CHI0057_000000001953	0.9628083485206479		0	0	False	False	1.0	0					non-mobilizable	chromosome	6919.0	99.40700000000001	100.0	0.0027129379847788413	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0176_000000002658	3153	0.8222072385113195	4	4	2	3	3	True	114215	fragment	False	MAD0046_000000005928	0.2900963735185945		0	0	False	False	0.9990485310554504	0					non-mobilizable	plasmid	3153.0	100.0	100.0	0.021998576234279255	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
CHI0010_000000005724	1340	0.8221923985197	3	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.06305396995180124		0	0	False	False	1.0	0					non-mobilizable	other	785.0	90.191	100.0	0.00019221947541245665	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0027_000000007032	3713	0.8221885583803801	3	3	3	3	3	False	92334	fragment	False	ISR0097_000000006774	0.9523292094050412		0	0	False	False	0.99973064661026	0					non-mobilizable	no_good_hit	1822.0	99.23200000000001	49.0	0.9994511525795828	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
ISR0360_000000011483	2143	0.8221864485470124	4	1	1	1	1	True	118577	backbone	True	ISR0360_000000011483	1.0	PS806	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	874.0	87.3	70.0	0.24906850100315275	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ISR0834_000000009239	1856	0.8221864485470124	2	1	1	1	1	True	20974	fragment	False	ISR0834_000000009239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	88.736	60.0	0.23745173745173745	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	True	True
ISR0260_000000009377	1616	0.8221864485470124	2	1	1	1	1	True	118579	fragment	False	ISR0260_000000009377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	87.3	79.0	0.24906850100315275	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
SPA0101_000000028724	1399	0.8221864485470124	2	1	1	1	1	True	27090	fragment	False	SPA0101_000000028724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	87.3	81.0	0.24906850100315275	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
USA0081_01_000000022049	1382	0.8221864485470124	2	1	1	1	1	True	27089	fragment	False	USA0081_01_000000022049	1.0		0	0	False	False	0.9971056580543518	0					non-mobilizable	no_good_hit	874.0	87.3	77.0	0.24906850100315275	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
SPA0085_000000009827	1357	0.8221864485470124	3	1	1	1	1	True	27088	fragment	False	SPA0085_000000009827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	87.3	78.0	0.24906850100315275	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
AST0090_000000017907	1263	0.8221864485470124	1	1	1	1	1	True	109783	fragment	False	AST0090_000000017907	1.0		0	0	False	False	0.9984164834022522	0					non-mobilizable	plasmid	931.0	99.24799999999999	100.0	0.26655202063628547	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
USA0050_01_000000003741	3696	0.822174138252267	4	4	4	2	2	False	101563	fragment	False	USA0050_01_000000003741	1.0		0	0	False	False	0.9997294545173645	0					non-mobilizable	other	3696.0	99.919	100.0	0.0007803783113542616	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0183_000000000307	51585	0.822172773408231	65	59	14	17	57	True	29503	maximal	True	ISR0183_000000000307	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	31039.0	99.984	63.0	0.09321952450173597	CP011635.1	enterobacteria	Klebsiella oxytoca strain CAV1374 plasmid pKPC_CAV1374, complete sequence	True	True
ISR0389_000000003249	5548	0.8221653036584119	4	4	3	2	4	False	118288	maximal	True	ISR0389_000000003249	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2189.0	85.79299999999999	39.0	0.04937100526232581	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0024_000000004440	4598	0.8221608877712812	6	5	5	4	4	False	121420	maximal	True	ISR0024_000000004440	1.0		3	2	False	False	0.9969552159309387	0					non-mobilizable	no_good_hit	1277.0	85.2	40.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0321_000000010857	1126	0.8221514531077481	2	2	2	1	1	False	95987	fragment	False	ISR0316_000000017359	0.7488065156885991		0	0	False	False	0.9751332402229309	0					non-mobilizable	no_good_hit	325.0	85.538	39.0	8.642929376863464e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0390_000000014537	1118	0.8221454539701579	1	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.12911249671012545		0	0	False	False	0.9928443431854248	0					non-mobilizable	other	1119.0	96.24700000000001	100.0	0.001243601076822705	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
ENG0154_000000005339	5049	0.8221445485752029	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6564833534031663	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5049.0	99.98	100.0	0.03496401781447184	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
MAD0057_000000003054	5025	0.8221445485752029	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6688969634337761	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5025.0	99.94	100.0	0.07157001011439235	CP029578.1	enterobacteria	Escherichia coli strain DA33135 plasmid pDA33135-70, complete sequence	False	True
ISR0162_000000007277	5002	0.8221445485752029	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6528170947343825	PS931	0	0	False	True	0.9998000860214233	0					non-mobilizable	plasmid	5002.0	99.92	100.0	0.07448392958207978	CP051696.1	enterobacteria	Escherichia coli strain SCU-313 plasmid pSCU-313-2, complete sequence	False	True
ENG0022_000000004128	5001	0.8221445485752029	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6529786265542595	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5001.0	100.0	100.0	0.03463155488755134	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
ENG0016_000000007920	2875	0.822139143582665	5	2	1	2	1	True	66802	maximal	True	ENG0016_000000007920	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
USA0042_01_000000003923	6898	0.8221205990242686	8	6	6	5	5	True	107242	maximal	True	USA0042_01_000000003923	1.0		43	9	False	False	1.0	0					non-mobilizable	other	6821.0	99.985	99.0	0.013178158265429748	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
FIJ0163_000000005801	4219	0.8221118005755536	4	3	3	3	3	False	50466	maximal	True	FIJ0163_000000005801	1.0		7	3	False	False	1.0	0					non-mobilizable	chromosome	1665.0	83.42299999999999	94.0	0.0008820051667187908	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
FIJ0025_000000001889	10026	0.8221099372623104	12	5	3	3	5	False	126541	maximal	True	FIJ0025_000000001889	1.0	PS438|PS440|PS969	1	1	True	True	0.9998005032539368	3					non-mobilizable	no_good_hit	2450.0	94.85700000000001	45.0	0.22153734590282814	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0185_000000016191	2019	0.8221039573116943	3	1	1	1	1	False	106214	fragment	False	AST0116_000000012371	0.9230162618506754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	85.76700000000001	40.0	0.00023287083161211414	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0116_000000011889	3264	0.8221007673420927	3	2	1	1	2	False	4360	maximal	True	SPA0116_000000011889	1.0		1	1	True	True	1.0	39					non-mobilizable	no_good_hit								True	True
USA0047_01_000000028289	1283	0.8220928887342791	3	3	3	2	3	False	1150	maximal	True	USA0047_01_000000028289	1.0		84	10	False	False	1.0	0					non-mobilizable	other	1153.0	93.669	99.0	0.006785011720636566	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
FIJ0146_000000004938	3497	0.8220904618961399	3	3	3	2	2	False	53119	maximal	True	FIJ0146_000000004938	1.0		24	4	False	False	0.9988561868667603	0					non-mobilizable	other	3388.0	87.485	96.0	0.002275809813486061	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
DEN0085_000000004837	7418	0.8220790480613233	9	6	6	6	3	True	111950	maximal	True	DEN0085_000000004837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2371.0	99.663	63.0	0.29313543599257885	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
FIJ0087_000000002261	10275	0.8220753507479767	10	5	5	5	5	False	100182	maximal	True	FIJ0087_000000002261	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	74.3	8.0	0.000311458187337308	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0084_000000005319	4194	0.822070956877118	4	1	1	1	1	False	89106	fragment	False	ISR0084_000000005319	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2812.0	98.329	99.0	0.02258637741523073	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0089_000000004284	8047	0.8220685953339577	12	11	8	11	10	False	132199	fragment	False	ISR0250_000000000765	0.7826206355122437		0	0	False	False	0.9998757243156433	0					non-mobilizable	other	7953.0	99.723	99.0	0.002762645914396887	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0120_000000003559	3686	0.8220681547477398	5	4	4	4	4	False	81868	fragment	False	CHI0120_000000003559	1.0		0	0	False	False	0.9997286796569824	0					non-mobilizable	no_good_hit								True	False
MAD0091_000000002464	5246	0.8220566093108256	6	6	5	5	4	False	15767	maximal	True	MAD0091_000000002464	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1439.0	95.83	30.0	0.003243289960584702	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	True	False
AST0033_000000001109	12443	0.8220509379957512	7	3	3	3	2	False	117104	maximal	True	AST0033_000000001109	1.0		1	1	False	False	0.9997588992118835	0					non-mobilizable	no_good_hit	1853.0	83.432	15.0	0.011120646931547584	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0227_000000002571	9604	0.8220434922805172	11	6	4	5	3	False	102643	fragment	False	ISR0227_000000002571	1.0		0	0	False	False	0.9998958706855774	0					non-mobilizable	no_good_hit	4527.0	97.63600000000001	64.0	0.1876917972961765	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
CHI0090_000000003485	3563	0.8220330570677713	6	3	1	1	3	False	96715	fragment	False	CHI0090_000000003485	0.9656086290282699		0	0	False	False	1.0	0					non-mobilizable	other	3563.0	99.579	100.0	0.0017790109678199348	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0145_000000004564	7186	0.8220329861640341	11	3	2	2	3	False	130867	maximal	True	ISR0145_000000004564	1.0	PS1128	3	3	False	True	0.99652099609375	0					non-mobilizable	no_good_hit	4132.0	99.177	80.0	0.7186358099878197	MT121959.1	viruses	CRESS virus SC_1_H1_2017 hypothetical protein genes, complete cds	True	True
ISR0041_000000005623	2416	0.8220320185441902	3	1	1	1	0	True	36421	fragment	False	ISR0041_000000005623	1.0		0	0	False	False	0.996688723564148	0					non-mobilizable	no_good_hit	138.0	95.652	6.0	0.005498059508408797	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
USA0117_01_000000013240	1569	0.8220320185441902	1	1	1	1	0	True	241	maximal	True	USA0117_01_000000013240	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0087_000000037250	1383	0.8220320185441902	2	1	1	1	0	True	9679	maximal	True	MON0087_000000037250	1.0		1	1	False	False	0.9913232326507568	0					non-mobilizable	no_good_hit	355.0	92.958	26.0	0.014230271668822769	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
CHI0056_000000001285	10212	0.8220100528381042	11	6	3	3	6	False	86172	maximal	True	CHI0056_000000001285	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1417.0	80.24	14.0	0.0004582594165786841	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0043_000000000650	29340	0.8220072192259538	37	17	10	14	10	True	116864	fragment	False	FIJ0043_000000000650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	97.15700000000001	3.0	0.14400285154161468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0040_000000003814	4917	0.8220069722856402	7	6	6	6	6	False	117568	fragment	False	AST0040_000000003814	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4917.0	99.79700000000001	100.0	0.0021784600113442993	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
CAN0020_000000006226	5729	0.8220067842747298	4	4	4	4	4	False	97187	fragment	False	CAN0020_000000006226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1799.0	80.044	49.0	0.0005820876895116314	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
CHI0070_000000004428	2508	0.8220049264957001	4	4	2	3	3	False	95913	fragment	False	SPA0101_000000016176	0.6930570186698299		0	0	False	False	0.9956140518188477	0					non-mobilizable	no_good_hit	845.0	75.62100000000001	33.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0046_000000006686	4360	0.8219973139317132	5	2	2	2	2	False	11540	maximal	True	MON0046_000000006686	1.0		1	1	False	False	0.9979357719421387	0					non-mobilizable	no_good_hit								True	False
CHI0142_000000004164	4210	0.8219743009460708	5	5	3	3	4	False	115348	fragment	False	CHI0142_000000004164	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4210.0	99.905	100.0	0.000981967630763373	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0130_000000009408	3488	0.8219726372662078	5	3	1	1	3	True	128501	maximal	False	ENG0063_000000009089	0.7588979704563505	PS609	0	0	True	True	1.0	65					non-mobilizable	no_good_hit	816.0	96.324	46.0	0.30532633158289574	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
SPA0113_000000025508	1126	0.8219705215528798	2	2	2	2	2	False	70307	fragment	False	DEN0071_000000040954	0.483495145631068		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	99.46700000000001	100.0	0.0003193569485259051	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0042_000000003563	6241	0.8219701517405261	8	5	3	4	3	False	107095	maximal	True	ISR0042_000000003563	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	95.985	18.0	0.0005295867288951225	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	True	False
ISR0084_000000012672	2026	0.8219646225141859	3	3	3	3	3	False	112413	fragment	False	ISR0246_000000009790	0.9440613293887276		0	0	False	False	1.0	0					non-mobilizable	chromosome	2026.0	99.90100000000001	100.0	0.0005667584022282981	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0026_01_000000024193	1344	0.8219627494114294	1	1	1	1	1	True	1615	fragment	False	USA0026_01_000000024193	1.0		0	0	False	False	0.9940476417541504	0					non-mobilizable	other	1345.0	99.62799999999999	100.0	0.0006164741351689543	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	True
USA0135_01_000000008688	1755	0.8219596969133844	5	1	1	1	1	False	24383	fragment	False	USA0135_01_000000008688	0.9615610328638498		0	0	False	False	0.9977207779884338	0					non-mobilizable	no_good_hit	705.0	76.454	39.0	0.00042604748594665264	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
AST0089_000000015804	1489	0.8219596969133844	4	1	1	1	1	False	110097	fragment	False	AST0089_000000015804	1.0		0	0	False	False	0.9919409155845642	0					non-mobilizable	no_good_hit	54.0	88.889	4.0	6.2922545670489584e-06	CP009280.1	firmicutes	Paenibacillus sp. FSL P4-0081, complete genome	True	False
ISR0023_000000024205	1355	0.8219596969133844	2	1	1	1	1	False	37504	maximal	True	ISR0023_000000024205	1.0		1	1	False	False	0.9933579564094543	0					non-mobilizable	no_good_hit	841.0	92.74700000000001	62.0	0.00020521390423498242	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0339_000000012009	1290	0.8219596969133844	2	1	1	1	1	False	24382	fragment	False	ISR0339_000000012009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	76.824	53.0	0.00042293765028280847	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0061_000000005927	1182	0.8219596969133844	2	1	1	1	1	False	35378	maximal	True	ISR0061_000000005927	1.0		18	8	False	False	0.9796954393386841	0					non-mobilizable	no_good_hit	783.0	95.53	85.0	0.00021886670150248353	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0106_000000020225	1122	0.8219596969133844	2	1	1	1	1	False	113756	fragment	False	ISR0059_000000003816	0.014656007751937985		0	0	False	False	0.9910873174667358	0					non-mobilizable	chromosome	1122.0	98.663	100.0	0.0003131864948609707	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0018_000000012554	1695	0.8219555470177974	2	2	1	2	1	True	66608	maximal	True	ENG0018_000000012554	1.0		0	0	False	False	0.9899705052375793	0					non-mobilizable	no_good_hit	1367.0	84.492	80.0	0.0002603121638951434	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	True
DEN0006_000000002319	2586	0.8219552332958676	4	4	4	4	3	False	131568	fragment	False	DEN0087_000000005028	0.942817396809006		0	0	False	False	1.0	0					non-mobilizable	other	2535.0	78.107	97.0	0.0008157677837376854	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	False
ISR0824_000000005319	3470	0.8219514173075391	4	4	4	3	3	False	87656	maximal	False	FIJ0142_000000007595	0.3264297042634574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	73.758	22.0	0.00020326523378262927	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MON0103_000000020843	2453	0.8219505407928356	4	4	4	4	4	False	8903	maximal	True	MON0103_000000020843	1.0		2	1	False	False	0.994292676448822	0					non-mobilizable	no_good_hit	1902.0	80.757	77.0	0.0003002635717779032	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MON0029_000000003869	5103	0.8219488571605786	7	2	2	2	0	True	12574	maximal	True	MON0029_000000003869	1.0		1	1	False	False	0.9711934328079224	0					non-mobilizable	no_good_hit	2009.0	96.86399999999999	39.0	0.0011153837805165162	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	True
MON0090_000000002950	14179	0.8219484986661109	24	6	5	4	4	False	11403	maximal	True	MON0090_000000002950	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	1.0	2.1920493806898435e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0107_000000002357	13096	0.8219396524411927	14	6	3	4	5	False	46628	maximal	True	MAD0107_000000002357	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	3843.0	97.91799999999999	58.0	0.34744076686561765	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
CHI0125_000000004043	3882	0.8219342958465707	4	4	3	4	4	False	102119	fragment	False	CHI0125_000000004043	1.0		0	0	False	False	0.9974240064620972	0	Inc18				non-mobilizable	chromosome	3833.0	99.948	100.0	0.0008984527897181917	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	False	True
ISR0800_000000008423	1482	0.8219302216423391	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.17475099902777264	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1482.0	100.0	100.0	0.04482988255236711	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0083_000000006083	4336	0.8219258066651953	6	2	0	1	1	True	69133	maximal	True	DEN0083_000000006083	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ISR0010_000000018892	1181	0.8219195168901694	2	1	1	1	1	True	38286	maximal	True	ISR0010_000000018892	1.0		0	0	False	False	0.9991532564163208	0					non-mobilizable	no_good_hit								True	True
ISR0266_000000009243	1994	0.8219165983942928	3	3	3	3	3	False	64563	fragment	False	ISR0266_000000009243	0.9886018237082067		0	0	False	False	0.9984954595565796	0					non-mobilizable	no_good_hit	1172.0	75.34100000000001	58.0	0.01607597036381732	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0112_000000001778	11669	0.8219044596920019	15	5	4	5	3	False	14480	maximal	True	MAD0112_000000001778	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	98.98	3.0	0.0022937754918308712	NZ_CYXV01000011.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0090_000000011915	1969	0.8219023632577457	3	3	3	3	3	False	61242	maximal	True	ENG0090_000000011915	1.0		37	7	False	False	0.9984763860702515	0					non-mobilizable	no_good_hit	751.0	71.771	36.0	0.011582591954290683	NZ_JNJN01000008.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
ISR0327_000000023000	1287	0.8219011669384093	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.07660574721789508		0	0	False	False	1.0	0					non-mobilizable	virus	1287.0	98.834	100.0	0.034292418868830166	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
DEN0090_000000009849	2625	0.8218995902940163	4	2	2	2	2	False	68763	maximal	True	DEN0090_000000009849	1.0		2	1	False	False	0.9996190667152405	0					non-mobilizable	no_good_hit	912.0	99.34200000000001	79.0	0.00039938203192951935	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0094_000000005383	5462	0.8218965570436783	13	4	2	4	1	True	68396	fragment	False	SPA0037_000000004273	0.8725744863545583		0	0	False	False	0.9996338486671448	0					non-mobilizable	no_good_hit	86.0	90.698	2.0	9.84373932388566e-05	NZ_FRDH01000003.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	True
DEN0026_000000008542	3456	0.8218936847969914	2	2	2	2	2	False	125507	maximal	True	DEN0026_000000008542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	76.421	17.0	0.005758984015063499	NZ_WAJS01000004.1	actinobacteria	Adlercreutzia muris strain DSM 29508 DSM29508T_contig_004, whole genome shotgun sequence	True	False
FIJ0075_000000000326	34702	0.8218929907938891	37	12	8	12	4	True	45350	fragment	False	FIJ0127_000000000294	0.9833718376543739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	0.0	0.0003258410016593755	NZ_FNHZ01000006.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
ISR0064_000000004953	3717	0.8218814326256674	4	4	4	3	2	False	126970	fragment	False	ISR0064_000000004953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1471.0	93.95	69.0	0.020941361331333477	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
CHI0117_000000005959	2481	0.8218732826686814	4	3	2	3	3	False	82095	fragment	False	CHI0117_000000005959	1.0		0	0	False	False	0.9862958192825317	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.00016424529287922	NZ_QICS01000005.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_105, whole genome shotgun sequence	True	False
USA0145_01_000000001496	13938	0.8218730104880981	18	7	2	7	3	False	100985	maximal	True	USA0145_01_000000001496	0.9013331975227783		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000002188	13852	0.8218730104880981	18	7	2	7	3	False	100985	maximal	False	USA0145_01_000000001496	0.6134432607363601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0790_000000000937	13830	0.8218730104880981	18	7	2	7	3	False	100985	maximal	False	USA0145_01_000000001496	0.30702635480939394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0014_000000002175	13726	0.8218730104880981	18	7	2	7	3	False	100985	maximal	False	USA0145_01_000000001496	0.6091537653357957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000001900	13655	0.8218730104880981	19	7	2	7	3	False	99004	maximal	False	ISR0074_000000001463	0.9519293184276956		0	0	False	False	0.9981691837310791	0					non-mobilizable	no_good_hit	55.0	94.545	0.0	0.0002608519230583439	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	True	False
ISR0060_000000002440	12996	0.8218730104880981	15	7	2	7	3	False	35433	maximal	True	ISR0060_000000002440	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.2248423839214185e-05	NZ_LSLK01000059.1	firmicutes	Sporomusa silvacetica DSM 10669 SPSIL_contig000059, whole genome shotgun sequence	True	False
MON0109_000000025240	1437	0.8218619172439096	2	2	2	2	1	False	65955	maximal	False	ENG0027_000000014706	0.9554772581678412		0	0	False	False	0.9986082315444946	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000002336	15972	0.8218615890218711	13	9	9	8	7	False	105987	maximal	True	CAN0014_000000002336	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2076.0	81.792	13.0	0.0005506333880773101	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0089_000000027549	1164	0.8218573342243627	2	2	2	2	2	False	86060	fragment	False	CHI0056_000000015785	0.7084874348032243		0	0	False	False	0.9458763003349304	0					non-mobilizable	other	1097.0	96.171	94.0	0.004590018385201379	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0105_000000011427	2693	0.8218447403820904	3	3	3	2	2	False	122455	maximal	True	FIJ0105_000000011427	1.0	PS871	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	2322.0	92.506	86.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
SPA0122_000000014080	1802	0.8218428056627339	3	2	2	2	2	False	58309	fragment	False	SPA0122_000000014080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	86.645	34.0	0.00019596497862476773	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0232_000000021775	1358	0.8218373861753836	2	2	2	2	2	False	27425	fragment	False	ISR0232_000000021775	0.9689158453373767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	936.0	72.436	68.0	0.010111761575306013	NZ_FNBY01000020.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0021_000000022611	2143	0.8218340618825789	3	3	3	3	3	False	101157	fragment	False	FIJ0021_000000022611	0.9985721085197525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	78.756	44.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0078_000000011860	1679	0.8218155794820831	2	1	1	1	1	False	89067	fragment	False	CHI0023_000000008326	0.9168153328219486		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	95.306	100.0	0.01350840657087491	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0123_000000003350	3057	0.8218139129985375	7	6	5	3	4	False	4093	maximal	True	SPA0123_000000003350	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3057.0	100.0	100.0	0.012836398919659096	LT599829.1	enterobacteria	Escherichia coli isolate E. coli NRZ14408 genome assembly, plasmid: p14408_M1	False	True
ISR0284_000000011474	1291	0.8218135956979566	3	2	2	2	2	False	30160	fragment	False	ISR0284_000000011474	0.9644306902206595		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	99.845	99.0	0.0003850579575007227	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ETH0004_000000007049	4056	0.8218107485166124	3	3	3	3	2	False	52931	maximal	True	ETH0004_000000007049	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.0712934971941543e-05	NZ_JABRWQ010000001.1	CFB group bacteria	Winogradskyella litoriviva strain KMM6491 NODE_1_length_911668_cov_52.660618, whole genome shotgun sequence	True	False
ISR0097_000000023148	1335	0.8218097346675629	2	2	2	1	1	False	85628	fragment	False	ISR0341_000000009860	0.9429797177911743		0	0	False	False	0.955805242061615	0					non-mobilizable	other	1335.0	99.7	100.0	0.0024222483694310076	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0056_000000004167	4116	0.8218084482501706	6	6	5	5	5	False	105608	fragment	False	DEN0010_000000010219	0.9859474194648341		0	0	False	False	1.0	0					non-mobilizable	other	4116.0	98.90700000000001	100.0	0.016445421831267494	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0040_000000019404	2144	0.8218067547388357	3	2	1	2	2	False	78853	fragment	False	SPA0040_000000019404	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2144.0	99.90700000000001	100.0	0.0007828719454568768	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	False	False
ISR0090_000000017639	1706	0.8218049936833653	3	3	3	3	2	False	91806	fragment	False	ISR0090_000000017639	0.933624305643591		0	0	False	False	0.9988276958465576	0					non-mobilizable	other	1707.0	93.029	100.0	0.01552837457536043	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
DEN0069_000000003208	9211	0.8218034055073232	3	3	2	3	1	False	70760	maximal	True	DEN0069_000000003208	1.0		10	5	False	False	0.9939203262329102	0					non-mobilizable	chromosome	3329.0	99.7	97.0	0.0009300606161274077	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0140_000000001230	15484	0.8218023216642001	17	6	5	4	4	True	77037	fragment	False	FIJ0140_000000001230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1863.0	79.173	12.0	0.0005805939772673187	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0064_000000007787	3494	0.8217950682399638	6	6	5	6	4	False	98137	fragment	False	FIJ0064_000000007787	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3494.0	99.34200000000001	100.0	0.000648630300041187	CP054379.1	enterobacteria	Escherichia coli strain SCU-175 chromosome, complete genome	False	False
FIJ0131_000000006589	2826	0.8217903622772789	4	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.6702773526654365		0	0	False	False	1.0	0					non-mobilizable	chromosome	2826.0	97.771	100.0	0.0005061439454010222	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
CHI0146_000000001013	5921	0.8217889062603299	7	5	3	4	2	False	132277	fragment	False	CHI0146_000000001013	1.0		0	0	False	False	0.9994933009147644	0					non-mobilizable	other	5938.0	96.009	100.0	0.0013818470603495982	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0202_000000004439	2920	0.8217836781594591	6	5	2	3	5	True	28712	maximal	True	ISR0202_000000004439	1.0		229	12	False	False	0.9972602725028992	0					non-mobilizable	other	2920.0	95.993	100.0	0.1600767754318618	NZ_CYZN01000043.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0156_000000012396	1595	0.8217723169060654	4	3	2	1	2	False	4765	fragment	False	SPA0156_000000012396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	99.38600000000001	76.0	0.00030763285657595173	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0399_000000001829	6499	0.8217715900767157	8	7	2	4	7	False	22595	fragment	False	ISR0399_000000001829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1656.0	94.686	25.0	0.0004625136076592701	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0360_000000008493	2850	0.8217713760974741	4	4	4	3	2	False	131803	maximal	True	ISR0360_000000008493	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	2363.0	98.68799999999999	83.0	0.015775061777866826	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ENG0167_000000004160	5844	0.8217642187630049	9	5	2	3	3	True	113950	fragment	False	ISR0336_000000001572	0.9718498434662113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	80.507	40.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0803_000000002096	5516	0.8217642187630049	8	5	2	3	3	True	113950	fragment	False	ISR0336_000000001572	0.8534222294566055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	80.507	42.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ISR0049_000000004946	5491	0.8217642187630049	7	5	2	3	3	True	113950	fragment	False	ISR0336_000000001572	0.863303624612897		0	0	False	False	0.9985430836677551	0					non-mobilizable	no_good_hit	1262.0	80.745	42.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
DEN0069_000000010696	2621	0.8217580564001697	4	4	3	4	1	False	97063	fragment	False	DEN0069_000000010696	1.0		0	0	False	False	0.9912247061729431	0					non-mobilizable	no_good_hit	523.0	87.954	20.0	0.0002425158218254912	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0140_000000008367	3373	0.821755625337932	2	2	2	2	2	False	79492	fragment	False	MAD0062_000000003442	0.7320876542495676		0	0	False	False	0.9958493709564209	0					non-mobilizable	plasmid	3373.0	100.0	100.0	0.023434405209498858	CP048352.1	enterobacteria	Raoultella ornithinolytica strain 23 plasmid p23_C, complete sequence	False	True
CHI0038_000000006309	1906	0.8217407855233765	3	3	2	1	2	False	87838	fragment	False	CHI0038_000000006309	1.0		0	0	False	False	0.993179440498352	0					non-mobilizable	no_good_hit	492.0	84.756	26.0	0.093931194433707	NZ_CYXV01000030.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0370_000000002059	10749	0.8217303098577288	12	9	9	9	6	True	112632	maximal	False	SPA0107_000000002386	0.9812919932969312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	81.331	20.0	0.0005449374265120441	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
FIJ0068_000000001978	12334	0.8217203743411466	16	6	3	6	5	True	101329	fragment	False	FIJ0068_000000001978	0.7607219466795886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	94.366	7.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0132_000000013128	2361	0.8217168690769994	5	3	2	1	2	False	80994	maximal	True	CHI0132_000000013128	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1858.0	89.074	96.0	0.0003230882418396655	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0010_000000003924	4704	0.8217089323273238	5	3	2	3	3	False	51105	fragment	False	FIJ0073_000000003910	0.9873113473724041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	78.97	20.0	0.00027731915833196185	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0155_000000004852	4622	0.8217089323273238	4	3	2	3	3	False	51105	fragment	False	FIJ0073_000000003910	0.9737375836735813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	78.541	21.0	0.05389290219011581	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	True	False
MAD0050_000000009605	2483	0.8216998271417277	6	2	1	1	0	True	18437	maximal	True	MAD0050_000000009605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	85.444	21.0	0.0001829949263349567	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0091_000000011616	2628	0.8216979577226124	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9697676929211478		0	0	False	False	0.9996194839477539	0					non-mobilizable	other	2602.0	99.73100000000001	100.0	0.0004896085297338319	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
FIJ0036_000000013808	2823	0.8216888091109357	3	1	1	1	1	False	47963	maximal	True	FIJ0036_000000013808	1.0		1	1	False	False	0.9996457695960999	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	5.1903981214338385e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0141_000000006536	4353	0.8216875585285329	6	3	2	3	2	False	40304	fragment	False	FIJ0141_000000006536	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3958.0	96.337	98.0	0.026870526115239105	NZ_QJKD01000015.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_115, whole genome shotgun sequence	False	False
SPA0032_000000009331	2895	0.8216824625876664	3	1	0	1	1	False	69058	maximal	True	SPA0032_000000009331	1.0		4	1	False	False	0.9962003231048584	0					non-mobilizable	no_good_hit	1813.0	99.559	63.0	0.019779068244334803	NZ_VJZV01000025.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold25_1, whole genome shotgun sequence	True	False
SPA0022_000000011906	1117	0.8216824625876664	1	1	0	1	1	False	69055	fragment	False	DEN0083_000000028266	0.965625		0	0	False	False	0.9946284890174866	0					non-mobilizable	other	1060.0	98.962	95.0	0.18813288328299876	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	False
CAN0016_000000038269	1168	0.8216820303584348	2	2	2	1	1	False	92641	fragment	False	CAN0016_000000038269	1.0		0	0	False	False	0.9614726305007935	0					non-mobilizable	no_good_hit	487.0	78.85	41.0	0.00016962819553491845	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0041_000000002006	11687	0.8216682281603882	15	15	4	6	14	True	132544	fragment	False	CHI0126_000000000854	0.5152800636454669		0	0	False	False	0.9999144077301025	0					non-mobilizable	plasmid	11687.0	99.991	100.0	0.3196389496717724	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
CHI0046_000000006653	1722	0.8216631967987043	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.04926706458640252	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1565.0	98.53	91.0	0.0002306042509623009	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
CHI0111_000000018325	1638	0.8216631967987043	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.058128735378527065	PS794	0	0	True	True	1.0	10					non-mobilizable	chromosome	1397.0	98.28200000000001	100.0	0.00020583346185637603	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
CHI0082_000000005541	1631	0.8216631967987043	2	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.048934243057641595	PS794	0	0	True	True	0.9993869066238403	3					non-mobilizable	other	1564.0	97.698	100.0	0.0008022256883758936	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
CHI0019_000000005725	1486	0.8216631967987043	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.019317983603697887	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	1432.0	98.603	96.0	0.00021099404292011038	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
MON0046_000000014692	2221	0.8216560040192357	3	3	3	3	3	False	89334	fragment	False	MON0046_000000014692	1.0		0	0	False	False	0.9932462573051453	0					non-mobilizable	no_good_hit	968.0	74.89699999999999	43.0	0.00026742422980155625	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0128_000000000038	97294	0.8216540271445225	96	13	4	11	3	True	127415	maximal	False	SPA0046_000000000019	0.6828376940782649		0	0	True	True	1.0	151					non-mobilizable	virus	22253.0	92.936	96.0	0.22450382682722153	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ENG0031_000000005591	3633	0.8216521877903752	3	3	3	3	2	True	105060	fragment	False	ENG0031_000000005591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2425.0	94.26799999999999	67.0	0.22039294160451156	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
SPA0126_000000025445	1733	0.8216475139670113	2	2	2	2	1	False	99912	fragment	False	SPA0126_000000025445	0.9840994052296447		0	0	False	False	0.9994229674339294	0					non-mobilizable	chromosome	1722.0	98.897	99.0	0.0004816746717209388	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0149_000000024040	1662	0.8216376819267422	2	2	1	2	2	False	3291	fragment	False	SPA0149_000000024040	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0043932737464020604	NZ_OEST01000015.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0189_000000014971	1161	0.8216332090377659	2	2	2	2	2	False	29209	maximal	True	ISR0189_000000014971	1.0		173	11	False	False	0.9776055216789246	0					non-mobilizable	other	1161.0	96.81299999999999	100.0	0.0005578196944013657	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
ISR0400_000000013010	1463	0.8216245726290643	2	1	1	1	1	False	22551	fragment	False	ISR0400_000000013010	1.0		0	0	False	False	0.9952152967453003	0					non-mobilizable	no_good_hit	87.0	96.552	6.0	0.000435636054264877	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	False
ISR0073_000000017975	1529	0.821617678252843	3	2	2	2	2	False	74435	fragment	False	ISR0073_000000017975	1.0		0	0	False	False	0.9993459582328796	0					non-mobilizable	no_good_hit	136.0	79.41199999999999	9.0	2.1891203983545656e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
ISR0175_000000010647	2002	0.8216141150160662	3	2	2	2	1	False	57541	fragment	False	ISR0175_000000010647	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2002.0	99.40100000000001	100.0	0.000555675891830648	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0015_000000013809	2196	0.8216083360433106	3	2	2	2	1	False	50352	maximal	True	FIJ0015_000000013809	1.0		3	2	False	False	0.9977231621742249	0					non-mobilizable	no_good_hit	96.0	81.25	4.0	0.004	NZ_CAKP01000094.1	firmicutes	Caloramator australicus RC3, whole genome shotgun sequence	True	False
ISR0204_000000002481	3861	0.8216077776377477	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9813682324401053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	92.86399999999999	76.0	0.0003586277158914618	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ENG0183_000000007267	3807	0.8216077776377477	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9793272031505512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2103.0	92.344	75.0	0.00039994514819998936	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0848_000000004146	3787	0.8216077776377477	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.975636454911366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2103.0	92.344	75.0	0.00039994514819998936	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
AUS0014_000000014114	2066	0.8216073467616483	3	2	1	1	2	True	118584	maximal	True	AUS0014_000000014114	1.0		1	1	False	False	0.9777347445487976	0					non-mobilizable	no_good_hit	838.0	86.75399999999999	56.0	0.23875035826884494	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ISR0212_000000028902	1254	0.8216042632323864	2	2	2	1	1	False	28315	maximal	True	ISR0212_000000028902	1.0		0	0	False	False	0.9928229451179504	0					non-mobilizable	no_good_hit	899.0	100.0	72.0	0.0013450241595096802	NZ_FXAR01000001.1	high GC Gram+	Corynebacterium pollutisoli strain VDS11, whole genome shotgun sequence	True	False
USA0066_01_000000013178	1555	0.8216020343932237	3	1	1	1	1	False	820	fragment	False	USA0066_01_000000013178	1.0		0	0	False	False	0.9980707168579102	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0002662667993329316	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
ISR0146_000000002143	16411	0.82160094538646	13	6	5	6	4	False	129502	maximal	True	ISR0146_000000002143	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2073.0	82.92299999999999	12.0	0.024690317687705403	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
SPA0070_000000008537	2534	0.8215968764261836	3	2	2	2	1	False	5928	maximal	True	SPA0070_000000008537	1.0		3	2	False	False	0.9996053576469421	0					non-mobilizable	chromosome	2192.0	99.316	100.0	0.0006740353811610036	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ISR0033_000000009655	3100	0.8215957067256829	6	3	2	2	3	False	36898	fragment	False	ISR0033_000000009655	1.0		0	0	False	False	0.9987096786499023	0					non-mobilizable	no_good_hit								True	False
ENG0139_000000013155	1617	0.8215942798036431	3	2	2	2	2	False	57849	maximal	True	ENG0139_000000013155	1.0		2	1	False	False	0.9826839566230774	0					non-mobilizable	no_good_hit	493.0	75.051	30.0	0.00020162684780945634	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0107_000000000914	21956	0.8215885549936365	23	19	15	16	14	True	126365	maximal	True	ENG0107_000000000914	1.0	PS341	9	3	False	True	0.9996811747550964	0					non-mobilizable	no_good_hit	1376.0	77.253	6.0	0.000611326996702512	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	True
ISR0808_000000007327	2182	0.8215860233971966	3	3	3	2	2	False	85700	maximal	True	ISR0808_000000007327	1.0		24	3	False	False	1.0	0					non-mobilizable	other	2156.0	87.89399999999999	98.0	0.007305465354019552	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0003_000000004403	6108	0.8215843888500334	9	3	1	2	2	False	126487	fragment	False	DEN0003_000000004403	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1506.0	95.684	44.0	0.2573189522342065	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0101_000000014967	2192	0.821572808243587	4	4	3	3	1	False	119909	fragment	False	ENG0101_000000014967	0.9460650711104276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0078_000000019316	2304	0.8215559792012731	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.3059954315354829		0	0	False	False	0.9965277910232544	0					non-mobilizable	no_good_hit								True	True
FIJ0107_000000006559	4229	0.8215533352553245	4	4	4	4	4	False	125070	fragment	False	CHI0111_000000006932	0.7564913415183552		0	0	False	False	1.0	0					non-mobilizable	other	4241.0	86.277	99.0	0.5036948748510132	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
FIJ0080_000000005482	4682	0.821548352178292	9	7	7	7	6	False	95016	fragment	False	FIJ0080_000000005482	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4170.0	96.619	98.0	0.11402330363262508	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ISR0178_000000002194	6444	0.821546573808001	11	6	5	4	5	False	115955	fragment	False	ISR0271_000000001989	0.9848667369372082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.806	4.0	0.001562688586656164	LC467712.1	firmicutes	Enterococcus faecium AA620 DNA, VanD-type vancomycin-resistant region	True	False
MON0044_000000031477	1753	0.8215464629903698	2	2	2	2	1	False	32191	maximal	True	MON0044_000000031477	1.0		66	10	False	False	0.9726183414459229	0					non-mobilizable	no_good_hit	522.0	75.862	29.0	0.004123944755312611	NZ_CZBD01000014.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0083_000000026180	1520	0.8215464629903698	2	2	2	2	1	False	32190	fragment	False	MON0083_000000026180	0.9960573476702509		0	0	False	False	0.9980263113975525	0					non-mobilizable	no_good_hit	522.0	75.67	34.0	0.004123944755312611	NZ_CZBD01000014.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0120_000000001629	11261	0.82154620513052	22	8	4	6	3	True	99384	maximal	True	ENG0120_000000001629	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7327.0	97.721	65.0	0.0019618455058714773	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0394_000000001347	10611	0.8215444128509536	18	7	5	7	5	True	22764	maximal	False	ISR0814_000000003442	0.973249200142197		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	74.0	86.486	1.0	0.0003907013088493846	NZ_JACBNY010000002.1	firmicutes	Lactococcus laudensis strain DSM 28961 contig2, whole genome shotgun sequence	True	True
FIJ0163_000000011630	2106	0.8215398595154674	2	2	2	2	2	False	47029	maximal	True	FIJ0163_000000011630	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	76.72399999999999	6.0	5.501428936368081e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
CHI0054_000000010013	1742	0.8215373066190805	3	3	3	3	3	False	86328	fragment	False	FIJ0024_000000011484	0.9690778575372723		0	0	False	False	0.9965556859970093	0					non-mobilizable	chromosome	1742.0	99.139	100.0	0.0004872722855701072	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0139_000000015658	1673	0.8215370517283558	4	1	1	1	1	False	96002	fragment	False	FIJ0139_000000015658	1.0		0	0	False	False	0.9731022119522095	0					non-mobilizable	no_good_hit	1047.0	75.263	62.0	0.0054378174996882606	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
CHI0164_000000016002	1265	0.8215283216073795	2	1	1	1	1	False	78353	maximal	True	CHI0164_000000016002	1.0		4	1	False	False	0.9905138611793518	0					non-mobilizable	other	1232.0	82.14299999999999	96.0	0.004120420208619474	NZ_JNVU01000048.1	high GC Gram+	Saccharopolyspora rectivirgula strain DSM 43113 contig00075, whole genome shotgun sequence	False	False
ENG0151_000000010715	2192	0.8215205475267366	2	2	2	2	2	False	57104	maximal	True	ENG0151_000000010715	1.0		1	1	False	False	0.9995437860488892	0					non-mobilizable	other	2192.0	98.449	100.0	0.0009605335147723127	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0172_000000022759	1266	0.8215151830171504	2	1	1	1	1	False	38717	fragment	False	FIJ0172_000000022759	1.0		0	0	False	False	0.9968404173851013	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000025376	1461	0.8215116465480923	3	2	1	2	1	True	74730	maximal	True	DEN0021_000000025376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000013279	2487	0.8215033795372186	5	4	4	4	3	False	86872	fragment	False	ISR0147_000000009668	0.9910529626135375		0	0	False	False	0.9915561079978943	0					non-mobilizable	other	2487.0	99.156	100.0	0.0068039685254875125	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0040_000000016070	1726	0.8214957500784842	2	1	1	1	1	True	38995	fragment	False	MON0040_000000016070	0.9797979797979798		0	0	False	False	0.9617612957954407	0					non-mobilizable	no_good_hit	113.0	76.10600000000001	7.0	3.807081579639728e-05	CP032345.1	a-proteobacteria	Azospirillum brasilense strain MTCC4039 chromosome, complete genome	True	True
MON0067_000000002077	6674	0.8214951021760282	14	3	3	3	1	True	37861	maximal	True	MON0067_000000002077	0.9640548636291975		7	2	False	False	0.9865148067474365	0					non-mobilizable	chromosome	6674.0	100.0	100.0	0.0014140989458149833	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
AST0024_000000009944	3296	0.8214884894156858	5	4	3	4	2	True	121633	maximal	True	AST0024_000000009944	1.0		0	0	False	False	0.9960558414459229	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	0.00012708902586261675	NZ_BCMF01000001.1	firmicutes	Lactobacillus mixtipabuli strain IWT30, whole genome shotgun sequence	True	True
AST0010_000000021135	1427	0.8214770864562114	2	2	2	2	1	False	125944	fragment	False	FIJ0078_000000014715	0.6926072892288223		0	0	False	False	0.9978976845741272	0					non-mobilizable	other	1427.0	98.809	100.0	0.0039028395484091687	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0137_000000012277	1395	0.8214770864562114	2	2	2	2	1	False	125944	fragment	False	FIJ0078_000000014715	0.6287521871203666		0	0	False	False	0.9992831349372864	0					non-mobilizable	other	1395.0	99.068	100.0	0.0038152582962709546	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0122_000000010562	1353	0.8214770864562114	2	2	2	2	1	False	125944	fragment	False	FIJ0078_000000014715	0.5663040899974473		0	0	False	False	0.9940872192382812	0					non-mobilizable	other	1353.0	98.00399999999999	100.0	0.0037003079028395482	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0111_000000004252	7254	0.8214627061421306	5	5	4	4	4	False	127860	maximal	True	CHI0111_000000004252	1.0		1	1	False	False	0.9994485974311829	0					non-mobilizable	no_good_hit	935.0	93.583	16.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0315_000000002385	3672	0.8214574366476793	3	3	3	3	2	False	117173	fragment	False	DEN0063_000000010478	0.9558289380886844		0	0	False	False	1.0	0					non-mobilizable	other	3592.0	90.81299999999999	97.0	0.005445100325363057	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0392_000000013503	2429	0.8214451388705354	4	4	4	4	4	False	131702	fragment	False	ISR0392_000000013503	1.0		0	0	False	False	0.9995883107185364	0					non-mobilizable	other	2429.0	98.6	100.0	0.0221131339993989	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
MON0024_000000035200	1472	0.8214422199185776	2	2	2	2	0	True	100213	fragment	False	MON0024_000000035200	1.0		0	0	False	False	0.998641312122345	0					non-mobilizable	no_good_hit	491.0	89.00200000000001	33.0	0.00013702035535250443	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0224_000000023019	1360	0.8214422199185776	2	2	2	2	0	True	100222	maximal	True	ISR0224_000000023019	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	77.206	20.0	0.013531163471083015	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0055_000000017453	2032	0.8214333962254512	3	2	1	2	1	False	117015	fragment	False	AST0094_000000009639	0.6332077699421109		0	0	False	False	0.9960629940032959	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	1.6937675896801822e-05	AP012978.1	g-proteobacteria	Endosymbiont of unidentified scaly snail isolate Monju DNA, complete genome	True	False
ISR0324_000000001414	18713	0.8214292587980807	20	9	7	8	4	True	51324	maximal	True	ISR0324_000000001414	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	94.87200000000001	1.0	2.7267998029621543e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0142_000000002060	7607	0.8214185507406873	7	5	3	3	5	False	127859	fragment	False	CHI0142_000000002060	1.0		0	0	False	False	0.9993427395820618	0					non-mobilizable	no_good_hit	935.0	91.444	16.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0176_000000003837	7830	0.8214171444873001	9	8	5	6	6	False	114920	maximal	True	ISR0176_000000003837	1.0		21	4	False	False	0.998595118522644	0					non-mobilizable	no_good_hit	4256.0	99.084	62.0	0.05430314789757206	NZ_QRHR01000010.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf10, whole genome shotgun sequence	True	False
ISR0298_000000000556	16344	0.8214167338071046	16	10	7	9	6	True	119537	fragment	False	ISR0298_000000000556	1.0		0	0	False	False	0.9971855282783508	0					non-mobilizable	other	14842.0	96.395	99.0	0.08236675066895865	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
DEN0069_000000004940	5835	0.821415685257881	7	5	4	5	4	True	70758	maximal	True	DEN0069_000000004940	1.0		1	1	False	False	0.9943444728851318	0					non-mobilizable	no_good_hit	3437.0	84.463	59.0	0.9988365328679465	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	True	True
MAD0035_000000010290	2176	0.8214143433652807	2	1	1	1	1	False	18776	maximal	True	MAD0035_000000010290	1.0		2	2	False	False	0.984375	0					non-mobilizable	no_good_hit								True	False
ISR0012_000000012699	1811	0.8214092827565347	3	3	3	3	2	False	38162	fragment	False	ISR0012_000000012699	1.0		0	0	False	False	0.9994478225708008	0					non-mobilizable	no_good_hit	1602.0	74.719	87.0	0.004973496914589877	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
DEN0045_000000032820	1314	0.8214008489535519	2	2	2	2	1	False	72825	maximal	True	DEN0045_000000032820	1.0		25	7	False	False	0.9954338073730469	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000004257	5759	0.8214005259874193	7	5	5	4	3	False	93935	maximal	True	SPA0026_000000004257	1.0		2	1	False	False	0.9994790554046631	0					non-mobilizable	no_good_hit	1883.0	98.141	33.0	0.00554248304418378	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
FIJ0062_000000015985	1828	0.8213989605617461	3	2	0	2	0	True	45710	fragment	False	FIJ0062_000000015985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0153_000000010852	2756	0.8213945368708021	4	4	4	3	3	False	91504	maximal	True	ENG0153_000000010852	1.0		25	6	False	False	1.0	0					non-mobilizable	other	2756.0	99.02	100.0	0.0013520828701651996	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MON0081_000000023273	2385	0.8213798443909669	3	3	2	3	2	False	9986	fragment	False	SPA0102_000000013633	0.952720957159398		0	0	False	False	1.0	0					non-mobilizable	other	2385.0	99.455	100.0	0.0006804251058597616	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0013_000000007949	3353	0.8213579273354094	5	2	1	2	2	False	81865	fragment	False	USA0045_01_000000004092	0.7024849705335097		0	0	False	False	0.999701738357544	0					non-mobilizable	no_good_hit	659.0	84.219	20.0	0.0002214789475508905	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0183_000000002080	13095	0.8213486545177775	13	11	2	8	7	False	111573	fragment	False	USA0078_01_000000000547	0.9778820878708223		0	0	False	False	0.9991599917411804	0					non-mobilizable	chromosome	12975.0	99.70700000000001	99.0	0.002349890152795475	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0135_000000020174	1410	0.8213431088844472	2	2	2	2	2	False	40572	maximal	True	FIJ0135_000000020174	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1211.0	71.181	84.0	0.018936797640870327	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0038_000000001262	19843	0.8213341790672216	17	11	6	11	5	True	110466	fragment	False	SPA0038_000000001262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	95.652	0.0	8.093728978787236e-05	NZ_OBEI01000001.1	aquificales	Persephonella hydrogeniphila strain DSM 15103, whole genome shotgun sequence	True	True
SPA0115_000000026170	1121	0.8213284262233107	2	1	1	1	1	False	131124	fragment	False	SPA0057_000000022996	0.6272969637528705		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	99.821	99.0	0.0069366026778512665	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
MON0085_000000015293	1874	0.8213279408680593	3	3	3	3	1	False	34508	fragment	False	ISR0077_000000018085	0.9702660406885759		0	0	False	False	0.9957310557365417	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000005212	4577	0.8213251498239733	8	4	3	4	3	False	117446	fragment	False	ISR0171_000000005212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2246.0	94.791	63.0	0.04198644753097975	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
FIJ0060_000000002815	4578	0.8213193632955579	6	6	4	4	6	True	120628	fragment	False	FIJ0060_000000002815	1.0		0	0	False	False	0.9989078044891357	0					non-mobilizable	other	4432.0	99.594	97.0	0.8942482341069626	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
ISR0344_000000016103	2100	0.8213134592500848	3	3	2	3	2	True	24265	maximal	True	ISR0344_000000016103	1.0		2	2	False	False	0.9985714554786682	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	3.4419537447309425e-05	NZ_JPKR02000004.1	enterobacteria	Tatumella morbirosei strain LMG 23360 Contig4, whole genome shotgun sequence	True	True
FIJ0009_000000012444	2999	0.8213088849670055	3	2	2	2	2	False	51282	maximal	True	FIJ0009_000000012444	1.0		1	1	False	False	0.9996665716171265	0					non-mobilizable	no_good_hit	95.0	80.0	3.0	4.4901162510204264e-05	NZ_KB946316.1	firmicutes	Enterococcus haemoperoxidus ATCC BAA-382 acvJN-supercont1.3, whole genome shotgun sequence	True	False
AST0005_000000023643	1141	0.8213067976363744	2	2	2	2	2	False	127746	maximal	True	AST0005_000000023643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0140_000000012476	2440	0.8213064811525699	3	2	2	2	2	False	94749	fragment	False	FIJ0140_000000012476	0.9712166423079265		0	0	False	False	0.9991803169250488	0					non-mobilizable	no_good_hit	98.0	83.67299999999999	4.0	0.0004118830425583573	NZ_CZBD01000003.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0037_000000024246	1476	0.8212957330041709	2	2	2	2	2	False	65163	fragment	False	ENG0037_000000024246	1.0		0	0	False	False	0.9803522825241089	0					non-mobilizable	other	1476.0	100.0	100.0	0.028093632744795535	NZ_NQCD01000027.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_30_length_52503_cov_93.9433_ID_59.ctg_1, whole genome shotgun sequence	False	False
FIJ0002_000000003666	9129	0.821294260014362	11	8	6	7	5	False	52462	maximal	True	FIJ0002_000000003666	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	77.273	10.0	0.05504942818375654	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
ISR0178_000000000756	14274	0.8212734063188025	24	7	1	5	5	False	53164	fragment	False	ISR0178_000000000756	1.0		0	0	False	False	0.9992994070053101	0					non-mobilizable	no_good_hit	2487.0	94.37100000000001	56.0	0.09665296535525543	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
MON0041_000000017622	3215	0.8212724150148839	3	3	3	3	2	False	14644	fragment	False	MON0041_000000017622	1.0		0	0	False	False	0.9993779063224792	0					non-mobilizable	no_good_hit	687.0	77.729	21.0	0.00024045416444302636	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ETH0003_000000028264	1494	0.8212716232664832	3	2	2	1	1	False	53074	fragment	False	ETH0003_000000028264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	94.175	12.0	3.433260281184017e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0338_000000001157	12305	0.8212702083741613	16	9	4	7	6	False	53420	fragment	False	ISR0338_000000001157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2882.0	90.146	51.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
FIJ0039_000000012375	1863	0.8212678381598412	4	4	4	3	3	False	76707	fragment	False	MAD0102_000000009886	0.9346504559270516		0	0	False	False	0.9994632601737976	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	7.0	1.0890269643076363e-05	CP001197.1	d-proteobacteria	Desulfovibrio vulgaris str. 'Miyazaki F', complete genome	True	False
MON0046_000000007594	3929	0.8212573792690447	5	2	2	2	1	False	11537	fragment	False	SPA0008_000000007245	0.9774786109713136		0	0	False	False	0.9992364645004272	0					non-mobilizable	no_good_hit								True	False
ISR0326_000000011701	1703	0.8212531497521686	2	2	1	2	2	False	72391	fragment	False	ENG0023_000000009882	0.9788208357183743		0	0	False	False	0.9994127750396729	0					non-mobilizable	no_good_hit	117.0	82.906	7.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
ENG0012_000000017369	1322	0.8212448529323197	3	2	0	2	1	True	67036	maximal	True	ENG0012_000000017369	1.0		1	1	False	False	0.998487114906311	0					non-mobilizable	no_good_hit	146.0	91.781	11.0	0.054655107425555974	LN853064.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0418	True	True
ENG0004_000000004656	5663	0.8212369746689226	5	3	2	2	2	True	67822	fragment	False	ENG0004_000000004656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	98.131	4.0	0.001808041966945937	NZ_RCXZ01000019.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0019, whole genome shotgun sequence	True	True
FIJ0051_000000017349	1273	0.8212336927600384	2	2	2	2	2	False	46515	maximal	True	FIJ0051_000000017349	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	74.617	35.0	0.0033824008979288483	NZ_AUDP01000008.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
FIJ0005_000000000630	31747	0.8212329042746691	36	13	8	12	6	False	51936	maximal	True	FIJ0005_000000000630	1.0		1	1	False	False	0.9985195398330688	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	0.0	0.00042458162168123296	NZ_JAAIUD010000004.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_4_length_181355_cov_306.037, whole genome shotgun sequence	True	False
FIJ0112_000000001668	12594	0.8212127227710507	15	10	8	9	5	True	50045	maximal	False	FIJ0052_000000001875	0.9541649688952389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	89.09100000000001	1.0	7.92781051759418e-05	NZ_KB899636.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
FIJ0052_000000001875	12585	0.8212127227710507	12	10	8	9	5	True	50045	maximal	True	FIJ0052_000000001875	0.981140408613338		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	2.8847011187395428e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
FIJ0095_000000001863	12585	0.8212127227710507	12	10	8	9	5	True	50045	maximal	False	FIJ0052_000000001875	0.9792523184221994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	2.8847011187395428e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ENG0180_000000000431	18651	0.8212100827818162	19	9	7	8	5	True	107520	maximal	True	ENG0180_000000000431	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	3284.0	97.71600000000001	51.0	0.02845472048288901	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0046_000000005869	4060	0.8212016774131254	4	3	2	2	0	True	17764	maximal	True	MAD0046_000000005869	1.0		1	1	False	False	0.993842363357544	0					non-mobilizable	no_good_hit	1720.0	99.535	42.0	0.0009276047400116557	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	True
CHI0151_000000017004	1446	0.8212012037868363	2	2	2	1	1	False	102781	fragment	False	CHI0151_000000017004	0.9830367016725483		0	0	False	False	0.9993084073066711	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000008915	4395	0.8211983710065398	5	4	4	3	2	True	112061	fragment	False	ISR0021_000000004937	0.9912675969486187		0	0	False	False	1.0	0					non-mobilizable	other	4395.0	99.977	100.0	0.015698856348676102	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0094_000000005364	4013	0.8211983710065398	4	4	4	3	2	True	102809	fragment	False	ISR0094_000000005364	1.0		0	0	False	False	0.999501645565033	0					non-mobilizable	other	4013.0	100.0	100.0	0.014334049083042448	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
SPA0018_000000007612	3751	0.8211974552281965	3	2	2	1	1	True	130957	fragment	False	SPA0018_000000007612	1.0		0	0	False	False	0.9912023544311523	0					non-mobilizable	other	3732.0	98.98200000000001	99.0	0.07069367338044982	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ENG0055_000000005181	3720	0.8211916466394116	8	8	3	6	5	True	126943	fragment	False	ENG0055_000000005181	1.0		0	0	False	True	1.0	0					non-mobilizable	other	3276.0	99.023	98.0	0.00403835388064229	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
CHI0019_000000003795	2250	0.8211677799569265	3	2	2	2	2	False	89452	fragment	False	CHI0019_000000003795	1.0		0	0	False	False	0.9951111078262329	0					non-mobilizable	other	2250.0	100.0	100.0	0.11437725677668718	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	False	False
ISR0323_000000002769	5782	0.8211675362162886	7	5	3	5	3	True	47418	backbone	True	ISR0323_000000002769	0.9565599718607105	PS172	2	1	True	True	1.0	1					non-mobilizable	no_good_hit	50.0	96.0	1.0	0.0011337343822304489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
CHI0111_000000013316	2275	0.821166998602847	3	3	3	3	2	False	82585	maximal	True	CHI0111_000000013316	1.0		9	3	True	True	0.9964835047721863	7					non-mobilizable	chromosome	1766.0	100.0	100.0	0.0007348759204685219	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
MAD0103_000000003234	5089	0.8211664403936755	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.3101367343181185		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.08967082860385925	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
DEN0065_000000004972	5723	0.8211630701587388	10	4	3	4	1	True	71156	fragment	False	DEN0065_000000004972	1.0		0	0	False	False	0.9986021518707275	0					non-mobilizable	no_good_hit								True	True
USA0013_01_000000004819	2240	0.8211611877437328	4	3	2	3	2	False	120876	maximal	True	USA0013_01_000000004819	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1321.0	89.705	76.0	0.0003741444072507937	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MAD0053_000000001392	9583	0.8211595579434476	13	5	1	4	3	False	65923	fragment	False	MAD0053_000000001392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2461.0	73.304	25.0	0.004027792766243577	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0289_000000005085	1965	0.8211539967274504	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.8333615843087138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	94.764	89.0	0.02502678380115706	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0305_000000010057	1811	0.8211539967274504	3	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.7643117238766014		0	0	False	False	0.9933738112449646	0					non-mobilizable	other	1720.0	94.65100000000001	95.0	0.024498250124991072	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
AST0007_000000010057	1801	0.8211539967274504	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.7417688968497391		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	94.67	96.0	0.024583958288693666	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0110_000000017408	1731	0.8211539967274504	3	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.4739784982657835		0	0	False	False	0.9901790618896484	0					non-mobilizable	no_good_hit	1485.0	94.209	86.0	0.021141347046639527	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0137_000000014575	1703	0.8211539967274504	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.5739514418902126		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	94.086	94.0	0.020941361331333477	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
AST0097_000000013349	1600	0.8211539967274504	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.4269241379472389		0	0	False	False	0.9993749856948853	0					non-mobilizable	other	1525.0	94.164	95.0	0.02171273480465681	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0199_000000019434	1575	0.8211539967274504	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.4059922404362086		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	94.154	93.0	0.020941361331333477	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0777_000000011604	1492	0.8211539967274504	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.3404194993770453		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	94.154	99.0	0.020941361331333477	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0078_000000003212	5235	0.8211517226882727	6	6	6	6	5	False	130049	fragment	False	ENG0005_000000004373	0.6618228172549155		0	0	False	False	0.9998089671134949	0					non-mobilizable	other	5235.0	98.243	100.0	0.0016279774441282995	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0148_000000006129	6096	0.821151064175896	4	4	3	4	3	False	121274	fragment	False	DEN0079_000000006083	0.9545894499112759		0	0	False	True	0.9998359680175781	0					non-mobilizable	no_good_hit	4692.0	99.851	77.0	0.0008944577938334848	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
ENG0200_000000013965	1494	0.8211482415902308	2	2	2	2	1	False	70896	maximal	True	ENG0200_000000013965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	78.26100000000001	6.0	2.3057523961454915e-05	NZ_CP035103.1	high GC Gram+	Kocuria rosea strain ATCC 186 chromosome, complete genome	True	False
SPA0141_000000011181	2058	0.8211397326196332	2	2	1	2	0	True	3461	maximal	True	SPA0141_000000011181	1.0		1	1	False	False	0.9878522753715515	0					non-mobilizable	no_good_hit	1671.0	96.82799999999999	81.0	0.431413071557737	HG796333.1	bacteria	Uncultured bacterium plasmid pRGI00490	True	True
CAN0020_000000003037	10698	0.8211391804193828	16	13	9	10	12	True	131785	maximal	True	CAN0020_000000003037	1.0		24	9	False	False	0.9987848401069641	0					non-mobilizable	no_good_hit	6073.0	98.617	82.0	0.00148847504493498	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0064_000000003216	8871	0.8211390464803033	10	8	4	7	6	True	71360	fragment	False	DEN0064_000000003216	1.0		0	0	False	False	0.9990981817245483	0			MPF_F		non-mobilizable	plasmid	5181.0	95.329	97.0	0.058879727040090986	CP056166.1	enterobacteria	Escherichia marmotae strain RHBSTW-00777 plasmid pRHBSTW-00777_2, complete sequence	False	True
ENG0195_000000004957	4516	0.8211372373130199	5	3	3	3	3	False	54485	maximal	True	ENG0195_000000004957	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1926.0	96.98899999999999	56.0	0.0008670459016083161	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
ISR0093_000000005492	4189	0.8211335124271475	6	5	1	4	4	False	117763	maximal	True	ISR0093_000000005492	1.0	PS794	1	1	False	True	0.9983289837837219	0					non-mobilizable	no_good_hit	1934.0	96.432	77.0	0.0008271411969859678	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0040_000000016666	1578	0.8211284142758828	3	2	2	2	1	False	36476	fragment	False	ISR0040_000000016666	1.0		0	0	False	False	0.9556400775909424	0					non-mobilizable	no_good_hit	106.0	100.0	7.0	0.0005878104898980568	NZ_GL882592.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld12, whole genome shotgun sequence	True	False
ENG0068_000000017374	1488	0.8211284142758828	3	2	2	2	1	False	72390	fragment	False	ENG0068_000000017374	1.0		0	0	False	False	0.9939516186714172	0					non-mobilizable	no_good_hit	150.0	88.0	10.0	0.0005301980002937584	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0117_000000003882	9053	0.8211264942205325	14	14	5	9	11	False	132521	backbone	False	USA0060_01_000000001071	0.14116607956363442	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9053.0	99.89	100.0	0.33827870996674014	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
AST0047_000000004830	4311	0.8211221010178853	7	6	4	6	4	True	115450	fragment	False	AST0047_000000004830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	239.0	89.958	6.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0031_000000014660	2333	0.8211208693955998	3	3	3	3	2	False	73789	fragment	False	DEN0031_000000014660	1.0		0	0	False	False	0.9777110815048218	0					non-mobilizable	no_good_hit	383.0	74.935	16.0	0.00012275363313008964	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
SPA0056_000000010071	3347	0.8211143231238514	4	2	2	1	1	False	43168	fragment	False	SPA0056_000000010071	1.0		0	0	False	False	0.9982073307037354	0					non-mobilizable	no_good_hit								True	False
ISR0339_000000005732	2516	0.8211143231238514	2	2	2	1	1	False	43166	fragment	False	ISR0052_000000012920	0.9333208815838625		0	0	False	False	0.9872813820838928	0					non-mobilizable	no_good_hit								True	False
AST0048_000000001990	9361	0.8211132735605452	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9119773230342564		0	0	True	True	1.0	1					non-mobilizable	other	4371.0	98.49	96.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0400_000000001613	9332	0.8211132735605452	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9210825011702904		0	0	False	True	1.0	0					non-mobilizable	other	4676.0	99.059	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
AST0102_000000002689	9281	0.8211132735605452	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9212606396564842		0	0	False	True	1.0	0					non-mobilizable	other	6552.0	98.90100000000001	99.0	0.6696994479656512	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0048_000000002337	9271	0.8211132735605452	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9205781236390028		0	0	False	True	0.9998921155929565	0					non-mobilizable	other	6552.0	98.88600000000001	99.0	0.6696994479656512	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0081_000000002435	9182	0.8211132735605452	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8922733976726949		0	0	False	True	0.9998911023139954	0					non-mobilizable	other	4371.0	98.444	98.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0026_000000001479	9171	0.8211132735605452	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8921939066022184		0	0	False	True	0.9992367029190063	0					non-mobilizable	other	4371.0	98.46700000000001	98.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0117_000000002922	9162	0.8211132735605452	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9092462809053466		0	0	True	True	1.0	1					non-mobilizable	other	4295.0	99.185	98.0	0.4389695358822327	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0126_000000005252	9155	0.8211132735605452	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.8912007655952686		0	0	False	True	1.0	0					non-mobilizable	other	4371.0	98.49	98.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0107_000000018971	1518	0.8211097481451879	3	2	1	2	1	True	34446	maximal	True	ISR0107_000000018971	1.0		2	2	False	False	0.9947299361228943	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
SPA0030_000000011396	2704	0.8211007437471124	5	2	0	2	0	True	108692	fragment	False	SPA0030_000000011396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0070_000000015512	1646	0.8211007437471124	2	2	0	2	0	True	108691	fragment	False	ENG0070_000000015512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0006_000000014672	1521	0.8211007437471124	2	2	0	2	0	True	108691	fragment	False	ENG0070_000000015512	0.9620291616038883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0116_000000029961	1376	0.8211007437471124	2	2	0	2	0	True	108690	maximal	True	SPA0116_000000029961	1.0		0	0	False	False	0.9883720874786377	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	9.211402164485584e-06	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
AST0099_000000016177	1291	0.8211007437471124	2	2	0	2	0	True	108689	fragment	False	AST0099_000000016177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0067_000000001176	7163	0.82109980167174	6	3	2	3	1	True	111343	fragment	False	DEN0046_000000002597	0.9553462763359124		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	181.0	96.133	4.0	0.001945440712965982	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0046_000000002597	7151	0.82109980167174	6	3	2	3	1	True	111343	fragment	False	DEN0046_000000002597	0.9648609368044143		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	391.0	90.79299999999999	7.0	0.004238669709814151	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0225_000000001560	7069	0.82109980167174	6	3	2	3	1	True	111342	fragment	False	ISR0225_000000001560	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	469.0	80.384	7.0	0.001895532369702664	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0334_000000002707	6141	0.82109980167174	5	3	2	3	1	True	111337	fragment	False	ISR0213_000000003492	0.9725816887738596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	94.836	6.0	0.002304097380719487	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0091_000000002101	5961	0.82109980167174	7	3	2	3	1	True	111340	fragment	False	MAD0091_000000002101	0.9861974227890954		0	0	False	True	0.998993456363678	0					non-mobilizable	no_good_hit	464.0	81.46600000000001	8.0	0.001895532369702664	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0044_000000003997	5729	0.82109980167174	6	3	2	3	1	True	111340	fragment	False	MAD0091_000000002101	0.9769353173526663		0	0	False	True	0.9989526867866516	0					non-mobilizable	no_good_hit	470.0	81.064	8.0	0.001895532369702664	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0815_000000004994	5702	0.82109980167174	5	3	2	3	1	True	111331	maximal	True	ISR0815_000000004994	1.0		1	1	False	False	0.9917572736740112	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.0001988655195598443	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	True
MAD0098_000000007162	5668	0.82109980167174	5	3	2	3	1	True	111340	fragment	False	MAD0091_000000002101	0.9734373548346849		0	0	False	True	0.9973535537719727	0					non-mobilizable	no_good_hit	470.0	81.064	8.0	0.001895532369702664	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0070_000000003079	5502	0.82109980167174	6	3	2	3	1	True	111340	fragment	False	MAD0091_000000002101	0.9516322819169083		0	0	False	True	0.9940021634101868	0					non-mobilizable	no_good_hit	468.0	81.83800000000001	8.0	0.0018914294857855587	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0099_000000003777	5328	0.82109980167174	5	3	2	3	1	True	111338	backbone	True	AST0099_000000003777	0.9947675588649627	PS707	1	1	False	True	0.9996246099472046	0					non-mobilizable	no_good_hit								True	True
MAD0072_000000001078	4948	0.82109980167174	4	3	2	3	1	True	111338	backbone	False	AST0099_000000003777	0.961524024024024	PS707	0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
DEN0078_000000007948	3563	0.82109980167174	4	3	2	3	1	True	111335	fragment	False	DEN0078_000000007948	1.0		0	0	False	False	0.9971933960914612	0					non-mobilizable	no_good_hit								True	True
ISR0215_000000007407	3885	0.8210967544362084	6	2	2	2	1	True	28177	maximal	True	ISR0215_000000007407	1.0		1	1	False	False	0.9915058016777039	0					non-mobilizable	no_good_hit	1801.0	98.334	46.0	0.0004344101072751626	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
FIJ0047_000000009417	3225	0.8210952724863704	2	2	2	2	0	True	86042	fragment	False	FIJ0005_000000008339	0.650583031765179		0	0	False	False	0.9993798732757568	0					non-mobilizable	no_good_hit	412.0	81.311	13.0	0.0014348158594511917	NZ_NHOC01000004.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c4, whole genome shotgun sequence	True	True
ISR0108_000000004510	4754	0.8210903607746738	7	3	2	1	2	True	32817	fragment	False	ISR0108_000000004510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	77.869	15.0	0.004775210777642673	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
SPA0149_000000008726	4191	0.8210828217722637	4	4	4	4	3	False	3316	fragment	False	SPA0149_000000008726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3373.0	96.116	80.0	0.0012003429347708003	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0191_000000010597	2825	0.8210732408422935	5	4	2	3	4	False	109880	fragment	False	ENG0191_000000010597	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	2828.0	95.792	100.0	0.3561885555835644	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	False	True
ISR0385_000000007593	2806	0.8210732408422935	5	4	2	3	4	False	109873	maximal	True	ISR0385_000000007593	1.0		4	4	False	False	0.9967926144599915	0	rep_cluster_1097				non-mobilizable	no_good_hit	2499.0	96.15799999999999	89.0	0.31442259203227435	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
FIJ0006_000000013243	2673	0.8210636622858563	3	2	1	2	0	True	51741	maximal	True	FIJ0006_000000013243	1.0		1	1	False	False	0.9996258616447449	0					non-mobilizable	no_good_hit								True	True
ENG0004_000000011623	2261	0.8210636622858563	2	2	1	2	0	True	67795	maximal	True	ENG0004_000000011623	1.0		1	1	False	False	0.9898275136947632	0					non-mobilizable	no_good_hit								True	True
FIJ0157_000000005828	3127	0.8210636281082022	2	2	2	2	0	True	72083	fragment	False	FIJ0157_000000005828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	94.162	38.0	0.018589011546758027	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0797_000000008361	1321	0.8210535543575807	2	2	2	2	2	False	59852	maximal	False	ISR0073_000000019794	0.9289006583782643		0	0	False	False	0.9977290034294128	0					non-mobilizable	no_good_hit	410.0	76.34100000000001	30.0	0.002693340970148236	NZ_QSBM01000019.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf19, whole genome shotgun sequence	True	False
CHI0145_000000016390	1117	0.8210513544927212	2	2	2	1	2	False	97668	fragment	False	ISR0175_000000016563	0.9524161903470062		0	0	False	False	0.9892569184303284	0					non-mobilizable	chromosome	1107.0	100.0	100.0	0.00022302312483628672	CP041526.1	enterobacteria	Escherichia coli strain 95 chromosome	False	False
ISR0112_000000002739	8659	0.8210421425478204	13	12	5	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.10590697847671157	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	8659.0	100.0	100.0	0.3235546918793677	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
AST0093_000000002451	8659	0.8210421425478204	13	12	5	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.10590697847671157	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	8659.0	100.0	100.0	0.3235546918793677	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ENG0049_000000002242	8571	0.8210421425478204	13	12	5	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.10409621965524453	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	8571.0	100.0	100.0	0.32026607870249263	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
FIJ0003_000000019621	1187	0.8210360358465592	2	2	2	1	1	False	52131	maximal	True	FIJ0003_000000019621	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1154.0	98.18	97.0	0.00041692626624629316	CP003490.1	bacteria	Brachyspira pilosicoli B2904, complete genome	False	False
MON0072_000000004634	4352	0.8210269497988162	7	7	5	5	3	True	132358	backbone	False	ISR0371_000000002559	0.02683149255416872	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	other	4352.0	100.0	100.0	0.037004907338895554	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0101_000000014559	4024	0.8210236416660928	4	2	2	2	2	False	101957	fragment	False	MON0101_000000014559	1.0		0	0	False	False	0.9858350157737732	0					non-mobilizable	no_good_hit	753.0	77.955	19.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
MON0109_000000015805	2256	0.8210236416660928	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.6884921508662714		0	0	False	False	0.9871453642845154	0					non-mobilizable	no_good_hit	754.0	77.719	33.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0364_000000008482	2020	0.8210236416660928	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.5315131086309169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.822	37.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0201_000000015376	1961	0.8210236416660928	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.40764400572260345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.689	38.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0150_000000018735	1331	0.8210191777859284	3	2	2	2	2	False	50688	fragment	False	FIJ0150_000000018735	1.0		0	0	False	False	0.9992486834526062	0					non-mobilizable	no_good_hit	746.0	91.823	74.0	0.00019964754838170252	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0055_000000021784	1654	0.8210176422994241	2	2	2	2	1	False	113712	fragment	False	AST0055_000000021784	0.9861249946108992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	92.51299999999999	43.0	0.0011709675328341388	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0779_000000010042	3310	0.8210121565045922	6	4	2	3	4	False	22348	maximal	True	ISR0779_000000010042	1.0		1	1	True	True	0.9969788789749146	6					non-mobilizable	no_good_hit	620.0	85.484	43.0	0.000657845794144216	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	True
SPA0015_000000003894	4480	0.8210121355359099	9	4	2	2	4	False	87828	maximal	True	SPA0015_000000003894	1.0		2	2	False	False	0.9997767806053162	0					non-mobilizable	chromosome	2069.0	96.955	99.0	0.000458221443342018	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0147_000000008685	2239	0.8210121355359099	6	4	2	2	4	False	87826	fragment	False	CHI0147_000000008685	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1646.0	98.48100000000001	99.0	0.0003653777383895393	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0207_000000010620	2693	0.8210023716495869	4	3	2	3	3	False	130225	fragment	False	ISR0207_000000010620	0.9813853828951272		0	0	False	False	0.9992573261260986	0					non-mobilizable	other	2693.0	98.40299999999999	99.0	0.008605092731701392	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0046_000000010051	2903	0.8209978855719213	4	4	3	3	3	False	112094	fragment	False	SPA0046_000000010051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	73.616	21.0	0.006402363949766067	NZ_FWXF01000013.1	d-proteobacteria	Desulfacinum hydrothermale DSM 13146, whole genome shotgun sequence	True	False
CHI0140_000000020781	1427	0.8209929741985971	2	2	2	1	1	True	131038	maximal	True	CHI0140_000000020781	1.0		33	10	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	95.42200000000001	89.0	0.021688109228581706	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	True	True
ENG0094_000000004048	4178	0.8209800959625579	5	5	5	5	4	False	61037	maximal	True	ENG0094_000000004048	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	90.179	77.0	0.0003644873778196085	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ENG0157_000000001932	10933	0.8209795440336074	12	6	2	4	6	True	111183	maximal	True	ENG0157_000000001932	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	8188.0	99.67	89.0	0.0015846795459162932	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0098_000000003607	9534	0.8209779645124555	15	5	3	5	2	False	79657	maximal	True	SPA0098_000000003607	1.0	PS393	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	70.0	95.714	1.0	0.00014773515582847306	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
MAD0044_000000006940	3431	0.8209741047515174	3	1	0	1	0	True	107467	fragment	False	MAD0044_000000006940	0.9811523881450889		0	0	False	False	0.9970853924751282	0					non-mobilizable	no_good_hit								True	True
FIJ0114_000000026000	1552	0.8209741047515174	2	1	0	1	0	True	79791	fragment	False	FIJ0114_000000026000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0203_000000003140	5771	0.8209735771946302	5	3	2	2	1	True	104167	fragment	False	ISR0203_000000003140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3123.0	89.113	54.0	0.012796894937451534	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0108_01_000000006315	1646	0.8209702921839035	3	1	1	1	1	False	79039	fragment	False	CHI0155_000000007552	0.9370525059665871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	76.779	45.0	0.0015452589406507653	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0114_000000017006	1646	0.8209581116947332	2	2	2	1	1	False	86325	fragment	False	FIJ0164_000000012272	0.6731425470799999		0	0	False	False	1.0	0					non-mobilizable	chromosome	1563.0	94.69	95.0	0.0005444534760670522	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0141_000000004072	7304	0.820952582495282	12	12	4	7	12	True	93856	fragment	False	FIJ0141_000000004072	1.0		0	0	False	False	0.9997261762619019	0					non-mobilizable	plasmid	7244.0	99.51700000000001	99.0	0.08397300619187867	MF156268.1	enterobacteria	Escherichia coli strain 3-S1R plasmid pCERC10, complete sequence	False	True
MAD0034_000000011559	1378	0.8209524334851434	2	2	2	2	2	False	107551	fragment	False	ISR0196_000000014355	0.786356363995941		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	96.51700000000001	100.0	0.0004634901379598423	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0185_000000003701	7574	0.8209345618814942	12	11	2	10	11	True	65313	maximal	True	ISR0185_000000003701	1.0		1	1	False	False	0.9993398189544678	0			MPF_F	MOBP	mobilizable	chromosome	2782.0	98.958	94.0	0.00043409308729001667	CP050211.1	enterobacteria	Escherichia coli strain RM-065-CS chromosome	False	True
CHI0148_000000001203	8502	0.8209330640832557	9	9	8	8	8	True	96871	maximal	True	CHI0148_000000001203	1.0		14	3	False	False	0.9978828430175781	0					non-mobilizable	no_good_hit	5990.0	99.9	82.0	0.0012648675796212915	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
MAD0048_000000011584	2056	0.8209280207235942	4	2	2	2	2	False	17550	maximal	True	MAD0048_000000011584	1.0		1	1	False	False	0.9990272521972656	0					non-mobilizable	no_good_hit	866.0	73.672	42.0	0.008126530844741488	NZ_CYXX01000012.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0031_000000009093	2311	0.8209274156525183	3	3	3	1	2	False	131340	fragment	False	AST0118_000000011604	0.7159134833022023		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	97.215	98.0	0.019032464392131167	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
MAD0036_000000012343	2343	0.8209266447693717	4	3	3	2	2	False	18731	maximal	True	MAD0036_000000012343	1.0		1	1	False	False	0.9991464018821716	0					non-mobilizable	no_good_hit	940.0	71.809	39.0	0.001496942863166772	NZ_QJKD01000002.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_102, whole genome shotgun sequence	True	False
SPA0158_000000001216	9132	0.8209075004036132	9	5	3	5	2	False	40697	fragment	False	SPA0158_000000001216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	99.27600000000001	9.0	0.00020300730311417615	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0066_000000016364	1815	0.8209037738191797	3	2	2	2	2	False	84780	fragment	False	MAD0066_000000016364	1.0		0	0	False	False	0.9752066135406494	0					non-mobilizable	plasmid	1723.0	80.905	94.0	0.007009480034472853	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
SPA0041_000000021145	1592	0.8209030595926737	2	2	2	1	1	False	103355	fragment	False	ENG0041_000000014180	0.9418829569005356		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	100.0	100.0	0.0011058909720788595	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
MAD0088_000000000035	75640	0.8209014736723597	83	21	4	20	7	True	15940	maximal	True	MAD0088_000000000035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	84.456	1.0	0.0001520515353337091	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0100_000000008124	4568	0.8209003960655437	6	3	0	3	0	False	98557	maximal	True	MAD0100_000000008124	0.9403854248646619	PS550	1	1	True	True	1.0	339					non-mobilizable	no_good_hit								True	True
SPA0156_000000000991	9715	0.8208990889885841	9	9	8	8	7	False	118645	maximal	True	SPA0156_000000000991	0.9829633453794527		5	1	False	False	0.9998970627784729	0					non-mobilizable	no_good_hit	5474.0	93.71600000000001	56.0	0.011473379063927326	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
MON0038_000000029932	1179	0.820884959660217	2	1	1	1	1	False	51835	fragment	False	FIJ0005_000000030679	0.9756198347107439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	75.736	71.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0084_000000008981	3301	0.8208765748603531	4	4	3	3	4	False	9830	maximal	True	MON0084_000000008981	1.0		19	4	False	False	0.9975764751434326	0					non-mobilizable	no_good_hit	1476.0	95.596	45.0	0.0011741573928133607	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
MAD0093_000000010848	2797	0.8208721878034174	4	3	3	3	3	False	52358	maximal	True	MAD0093_000000010848	1.0		1	1	False	False	0.996067225933075	0					non-mobilizable	no_good_hit	1795.0	95.265	64.0	0.03134017733783382	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0176_000000013451	2508	0.8208588583862045	4	4	4	3	1	False	29826	maximal	True	ISR0176_000000013451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	92.227	46.0	0.004519113400514326	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0030_000000004411	4873	0.8208573211379884	8	8	7	7	5	False	120521	fragment	False	CAN0021_000000006846	0.7389950971836795		0	0	False	False	0.9989739656448364	0					non-mobilizable	no_good_hit	3160.0	93.734	78.0	0.0005943094307076821	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0024_000000002776	6047	0.8208569145273911	8	6	4	6	5	False	7586	fragment	False	SPA0024_000000002776	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6047.0	99.95	100.0	0.09774630581692373	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	False
ENG0016_000000006054	3766	0.8208551580765827	5	3	3	2	3	False	100578	maximal	True	ENG0016_000000006054	1.0		2	2	False	False	0.9899097084999084	0					non-mobilizable	no_good_hit	157.0	86.624	4.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
TAN0001_000000009746	1501	0.8208539873404268	2	2	1	2	1	False	33958	fragment	False	TAN0001_000000009746	0.9702347696261269		0	0	False	False	0.9920053482055664	0					non-mobilizable	other	1374.0	97.671	100.0	0.0004664652904638255	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0078_000000010209	1914	0.8208465257379546	5	3	3	2	2	False	75849	maximal	True	ISR0078_000000010209	1.0		13	6	False	False	0.9952977895736694	0					non-mobilizable	no_good_hit	639.0	97.49600000000001	33.0	0.01082218038098146	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ENG0043_000000003207	8814	0.8208444250729355	5	3	2	3	1	False	96043	fragment	False	ENG0043_000000003207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.000181699495952139	NZ_PPDF01000007.1	firmicutes	Veillonella tobetsuensis strain Y6 Contig_7_len_148597, whole genome shotgun sequence	True	False
CHI0185_000000003416	5673	0.8208444250729355	3	3	2	3	1	False	96036	fragment	False	CHI0185_000000003416	0.9946825720547476		0	0	False	False	0.9998237490653992	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	1.6233080162588293e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0159_000000002231	5670	0.8208444250729355	3	3	2	3	1	False	96036	fragment	False	CHI0185_000000003416	0.9945978625972999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	1.0	1.959164847208932e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0006_000000001605	5645	0.8208444250729355	3	3	2	3	1	False	96036	fragment	False	CHI0185_000000003416	0.9931744726281834		0	0	False	False	0.9998228549957275	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	1.6233080162588293e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0182_000000004315	5631	0.8208444250729355	3	3	2	3	1	False	96036	fragment	False	CHI0185_000000003416	0.9903993451705703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	1.6233080162588293e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0105_000000005072	5494	0.8208444250729355	3	3	2	3	1	False	96036	fragment	False	CHI0185_000000003416	0.972048234908519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0036_000000001480	5484	0.8208444250729355	3	3	2	3	1	False	96036	fragment	False	CHI0185_000000003416	0.9662161564895646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0158_000000003494	4746	0.8208444250729355	3	3	2	3	1	False	96020	fragment	False	ISR0158_000000003494	1.0		0	0	False	False	0.998946487903595	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	1.415079995676479e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0120_000000013046	1622	0.8208443207284739	2	1	1	1	1	True	59166	fragment	False	ENG0120_000000013046	1.0		0	0	False	False	0.997533917427063	0					non-mobilizable	no_good_hit								True	True
SPA0028_000000002265	9050	0.8208392554121001	12	7	4	5	4	True	95059	fragment	False	SPA0028_000000002265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	93.103	1.0	2.19319171727681e-05	NZ_CH724107.1	a-proteobacteria	Oceanicola granulosus HTCC2516 scf_1099521380027, whole genome shotgun sequence	True	True
ISR0812_000000030012	1313	0.8208327266694566	3	2	1	1	2	False	21618	fragment	False	ISR0812_000000030012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	95.461	59.0	0.00015636834518312199	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0343_000000002731	5077	0.8208318232311163	8	7	3	5	5	True	123556	backbone	False	ISR0826_000000002301	0.5389008103994927	PS902	0	0	False	True	0.9982272982597351	0	rep_cluster_1702				non-mobilizable	other	5104.0	95.65	100.0	0.05081430624301453	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0025_000000012524	2805	0.8208264261615373	2	2	2	1	0	True	120459	maximal	True	AST0025_000000012524	1.0		0	0	False	False	0.9757575988769531	0					non-mobilizable	no_good_hit	692.0	100.0	25.0	0.00023364280579650558	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	True	True
AST0003_000000015736	2129	0.8208192003289797	3	3	3	3	3	False	130140	fragment	False	SPA0126_000000018141	0.6516643225503985		0	0	False	False	0.9981212019920349	0					non-mobilizable	other	2130.0	98.02799999999999	100.0	0.015596269788362501	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	False	False
CAN0007_000000028718	1398	0.8208163565815201	2	2	2	2	2	False	95178	fragment	False	CAN0007_000000028718	1.0		0	0	False	False	0.9978540539741516	0					non-mobilizable	no_good_hit	117.0	82.906	8.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
MON0001_000000020960	1653	0.8208146238458355	3	3	3	3	3	False	95475	fragment	False	MON0001_000000020960	1.0		0	0	False	False	0.826981246471405	0					non-mobilizable	other	1597.0	77.708	95.0	0.03287356321839081	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
SPA0088_000000002597	6270	0.8208129412242904	7	3	1	2	2	True	84604	fragment	False	SPA0088_000000002597	1.0		0	0	False	False	0.999362051486969	0					non-mobilizable	no_good_hit	3189.0	81.718	50.0	0.33927414128321454	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0392_000000008624	3581	0.8208028164201419	4	3	1	1	2	True	128501	maximal	False	ENG0063_000000009089	0.4093786785974059	PS609	0	0	True	True	1.0	64					non-mobilizable	no_good_hit	1466.0	89.01799999999999	47.0	0.5461365341335334	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
AST0150_000000007879	3445	0.8208028164201419	4	3	1	1	2	True	128501	maximal	False	ENG0063_000000009089	0.6756694140750147	PS609	0	0	True	True	1.0	139					non-mobilizable	no_good_hit	1558.0	89.795	50.0	0.5806451612903226	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0349_000000003465	2832	0.8208028164201419	5	3	1	1	2	True	24126	maximal	True	ISR0349_000000003465	1.0		1	1	False	False	0.9996469020843506	0					non-mobilizable	no_good_hit	925.0	99.676	37.0	0.33821376281112736	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
USA0039_01_000000010033	2257	0.8207901992909129	3	2	1	1	2	False	51846	maximal	True	USA0039_01_000000010033	0.9877428307123035		0	0	False	False	0.9995569586753845	0					non-mobilizable	no_good_hit	840.0	75.357	37.0	0.0002490617269524542	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0003_01_000000018924	2047	0.8207901992909129	2	2	1	1	2	False	51844	fragment	False	USA0003_01_000000018924	0.9867359808012628		0	0	False	False	0.9946262836456299	0					non-mobilizable	no_good_hit	849.0	75.618	41.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0026_01_000000015985	2022	0.8207901992909129	2	2	1	1	2	False	51844	fragment	False	USA0003_01_000000018924	0.9830664369013172		0	0	False	False	0.9995054602622986	0					non-mobilizable	no_good_hit	845.0	75.62100000000001	41.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0039_000000026913	1794	0.8207901992909129	2	2	1	1	2	False	51843	fragment	False	MON0039_000000026913	1.0		0	0	False	False	0.9994425773620605	0					non-mobilizable	no_good_hit	849.0	75.854	47.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0078_000000042047	1138	0.8207661816817032	2	2	2	2	1	False	10123	maximal	True	MON0078_000000042047	1.0		88	9	False	False	0.9771528840065002	0					non-mobilizable	other	1143.0	83.465	99.0	0.00047619147424437093	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0089_000000014723	1980	0.8207643064280634	3	3	3	3	2	False	74942	fragment	False	ISR0089_000000014723	0.9905292479108635		0	0	False	False	0.9969696998596191	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000013974	2385	0.8207637094065316	4	3	3	2	1	False	33842	maximal	True	ISR0087_000000013974	1.0		1	1	False	False	0.9853249192237854	0					non-mobilizable	no_good_hit	624.0	73.077	26.0	0.0030269063831678327	NZ_PUBV01000002.1	CFB group bacteria	Paramuribaculum intestinale strain DSM 100764 seq2, whole genome shotgun sequence	True	False
ENG0112_000000003759	6724	0.8207633608982365	6	6	5	5	5	False	116886	maximal	False	FIJ0064_000000003796	0.9848835527267468		0	0	False	False	1.0	0					non-mobilizable	other	6724.0	100.0	100.0	0.017830762906284395	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0020_000000010456	2225	0.8207565088294541	4	2	2	2	2	False	37688	fragment	False	ISR0020_000000010456	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2225.0	99.82	100.0	0.01892089636044988	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
CHI0135_000000002494	7812	0.8207528761491407	12	5	5	3	0	True	130711	maximal	True	CHI0135_000000002494	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6526.0	97.855	83.0	0.0745838008656026	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
MON0005_000000022071	2425	0.8207436684993127	3	3	3	3	3	False	14129	fragment	False	MON0005_000000022071	0.9929222082397743		0	0	False	False	0.984329879283905	0					non-mobilizable	no_good_hit	456.0	71.491	18.0	0.0007363023659738555	NZ_LGUE01000008.1	firmicutes	Bacillus marisflavi strain JCM 11544 scaffold3, whole genome shotgun sequence	True	False
FIJ0032_000000013401	2623	0.8207386319605509	4	4	4	4	4	False	48442	fragment	False	FIJ0032_000000013401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1602.0	84.956	61.0	0.0002996027580025102	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MON0075_000000008405	2760	0.8207361596328248	3	3	2	2	2	False	61225	maximal	True	MON0075_000000008405	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	85.564	14.0	0.013132818184968293	NZ_LMUA01000036.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00036, whole genome shotgun sequence	True	False
ISR0119_000000008420	3844	0.8207333142217678	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3942582006977193		0	0	False	False	0.9981789588928223	0					non-mobilizable	chromosome	3844.0	97.03399999999999	100.0	0.0013543235845324814	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0063_000000002892	10995	0.8207251580327363	17	3	1	3	1	False	71591	maximal	True	DEN0063_000000002892	1.0		2	2	False	False	0.9991814494132996	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000024408	1644	0.8207210166920238	3	2	2	1	1	True	127913	fragment	False	MAD0105_000000022667	0.9786530366806976		0	0	False	False	0.9987834692001343	0					non-mobilizable	chromosome	1243.0	88.978	96.0	0.00027596349092035607	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
CAN0004_000000018507	1534	0.8207085172748864	2	2	2	2	2	False	96150	maximal	True	CAN0004_000000018507	1.0		12	3	False	False	0.9967405200004578	0					non-mobilizable	other	1405.0	99.929	96.0	0.0007405219519399143	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
SPA0127_000000001670	14819	0.8207078573813025	10	8	5	7	2	True	30691	maximal	True	SPA0127_000000001670	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8046.0	97.005	54.0	0.22872506899593137	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
DEN0052_000000012536	3214	0.8207072430551258	4	3	3	3	3	False	72322	maximal	True	DEN0052_000000012536	1.0		60	11	False	False	0.9953328967094421	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0014001442572871144	NZ_PGTB01000057.1	a-proteobacteria	Pseudooceanicola lipolyticus strain 157 157_57_23569_cov_100.064, whole genome shotgun sequence	True	False
ISR0324_000000016328	1879	0.8207061502058091	3	2	1	2	2	False	76857	fragment	False	ENG0028_000000008936	0.9910799618219925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	74.73100000000001	10.0	4.246094293155949e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0385_000000012151	1879	0.8207061502058091	3	2	1	2	2	False	76857	fragment	False	ENG0028_000000008936	0.9916213432751286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	74.73100000000001	10.0	4.246094293155949e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0025_000000020939	1879	0.8207061502058091	3	2	1	2	2	False	76857	fragment	False	ENG0028_000000008936	0.9916213432751286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	74.73100000000001	10.0	4.246094293155949e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0361_000000007377	1862	0.8207061502058091	3	2	1	2	2	False	76857	fragment	False	ENG0028_000000008936	0.9858753412315129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	72.749	44.0	0.00035801992847412777	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
DEN0001_000000023431	1859	0.8207061502058091	3	2	1	2	2	False	76857	fragment	False	ENG0028_000000008936	0.9848237571608327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	74.73100000000001	10.0	4.246094293155949e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0790_000000009284	1791	0.8207061502058091	2	2	1	2	2	False	76857	fragment	False	ENG0028_000000008936	0.9537166078282755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	74.73100000000001	10.0	4.246094293155949e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0188_000000006058	3640	0.8207055439240236	6	6	6	6	4	False	120077	fragment	False	ISR0155_000000005779	0.6333743553226744		0	0	False	False	0.9972527623176575	0					non-mobilizable	other	3641.0	97.96799999999999	100.0	0.0007685511975691902	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0186_000000008602	3128	0.8206955582171198	4	2	2	1	1	False	29346	fragment	False	ISR0186_000000008602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	100.0	10.0	0.0013675372897358493	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	True	False
ISR0369_000000003207	3437	0.8206940981857276	4	2	1	2	1	True	106240	fragment	False	ISR0369_000000003207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000007982	3015	0.8206940981857276	3	2	1	2	1	True	111380	fragment	False	ISR0123_000000006683	0.9895150720838795		0	0	False	False	0.9923714995384216	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000008339	3613	0.8206896790427677	2	2	2	2	0	True	86042	fragment	False	FIJ0005_000000008339	0.9851506593978611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	697.0	78.766	19.0	0.00020923411846521332	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0123_000000006056	3316	0.8206896790427677	2	2	2	2	0	True	86042	fragment	False	FIJ0005_000000008339	0.9619356458267626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	496.0	80.847	15.0	0.0017294968672602383	NZ_NHOC01000004.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c4, whole genome shotgun sequence	True	True
ISR0270_000000004532	1765	0.8206813802425844	2	2	2	2	2	False	26437	fragment	False	ISR0270_000000004532	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1765.0	99.83	100.0	0.0006992848979436505	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0043_000000004161	2166	0.8206750841213852	3	3	3	2	2	False	87394	fragment	False	CHI0043_000000004161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	98.652	64.0	0.020898608848226596	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0169_000000002039	10161	0.8206745384752973	11	11	8	9	10	True	50099	maximal	False	SPA0103_000000001617	1.0		0	0	True	True	0.9999015927314758	9	rep_cluster_1155	MOBQ			mobilizable	plasmid	8629.0	99.94200000000001	100.0	0.8524007113218731	CP048328.1	enterobacteria	Escherichia coli strain 61 plasmid p61_B, complete sequence	False	True
SPA0122_000000009793	2917	0.8206740713793904	6	5	5	4	2	False	51185	fragment	False	SPA0122_000000009793	1.0		0	0	False	False	0.9948577284812927	0					non-mobilizable	chromosome	2900.0	99.655	99.0	0.0008070431847444062	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
AST0006_000000006268	2113	0.8206710078817471	3	2	1	1	1	False	127541	fragment	False	AST0006_000000006268	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2114.0	98.53399999999999	100.0	0.19496217014209263	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0771_000000004257	2677	0.8206706796713619	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9927642605549736		0	0	False	False	1.0	0					non-mobilizable	other	2677.0	99.77600000000001	100.0	0.000467090294523471	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0805_000000004379	2662	0.8206706796713619	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9914067826124606		0	0	False	False	1.0	0					non-mobilizable	other	2662.0	99.775	100.0	0.0004644720753837655	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0830_000000010208	2662	0.8206706796713619	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9914067826124606		0	0	False	False	0.9996243715286255	0					non-mobilizable	other	2662.0	99.775	100.0	0.0004644720753837655	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0052_000000015870	2243	0.8206702462676047	4	2	2	2	2	False	113720	fragment	False	ISR0052_000000015870	0.9911820781696854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	98.589	51.0	0.07845173798642847	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
SPA0133_000000003509	6712	0.8206699119851418	7	6	5	6	3	False	4136	maximal	True	SPA0133_000000003509	1.0		1	1	False	False	0.9983611702919006	0					non-mobilizable	no_good_hit	1787.0	97.706	27.0	0.05861683961644555	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	False
MAD0029_000000001058	3526	0.8206698411374986	8	5	1	2	3	True	43456	maximal	True	MAD0029_000000001058	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0103_000000017342	1710	0.8206636287702541	2	1	1	1	1	False	64539	maximal	True	ISR0103_000000017342	1.0		13	4	False	False	0.9941520690917969	0					non-mobilizable	no_good_hit								True	False
ISR0026_000000007040	3193	0.8206629673291795	4	2	2	1	1	False	37309	fragment	False	ISR0026_000000007040	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	96.52799999999999	19.0	9.250535773626819e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0007_000000022281	1177	0.8206580083873495	2	2	2	1	2	False	56785	fragment	False	SPA0007_000000022281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0243_000000004603	2396	0.8206502008629878	3	3	3	2	2	False	84577	fragment	False	ISR0243_000000004603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1843.0	84.59	77.0	0.0004025550871477069	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0302_000000010230	1572	0.8206498361733741	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.1564615584946556		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	88.684	100.0	0.003517529892209113	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0090_000000014638	1546	0.8206498361733741	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.013378439775532006		0	0	False	False	1.0	0					non-mobilizable	other	1503.0	89.355	96.0	0.010011353770119549	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MON0004_000000026355	1688	0.8206461073133772	2	2	2	2	2	False	14215	maximal	True	MON0004_000000026355	1.0		5	2	False	False	0.9674170613288879	0					non-mobilizable	no_good_hit	408.0	73.529	24.0	0.0001762366375803148	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0231_000000007440	2358	0.8206449801190583	5	2	2	2	2	False	27484	maximal	True	ISR0231_000000007440	1.0		5	2	False	False	0.9893978238105774	0					non-mobilizable	no_good_hit	469.0	97.441	20.0	0.007161547996143782	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0194_000000002721	7443	0.8206384619929745	8	7	6	5	5	True	132362	maximal	True	ISR0194_000000002721	1.0	PS1159|PS463	169	12	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3130.0	97.604	49.0	0.19919786096256684	NZ_CABIWU010000054.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ISR0043_000000020025	1109	0.8206382228996458	2	2	2	2	2	False	36281	fragment	False	ISR0043_000000020025	1.0		0	0	False	False	0.9972948431968689	0					non-mobilizable	no_good_hit	554.0	78.15899999999999	50.0	0.0001487121929667785	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0158_000000009286	1998	0.8206366699903305	3	2	2	2	0	True	56574	maximal	True	ENG0158_000000009286	1.0		4	2	False	False	0.9784784913063049	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000016956	2898	0.8206279142704469	5	3	3	3	3	False	45984	maximal	True	ISR0126_000000016956	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1311.0	75.744	45.0	0.0004342064473262139	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0079_000000009014	3613	0.820620758679063	7	4	3	3	3	False	122691	fragment	False	ENG0079_000000009014	0.8603210913056509		0	0	False	False	0.9980625510215759	0					non-mobilizable	chromosome	3613.0	99.336	100.0	0.0006766435762989181	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
ISR0143_000000009522	3342	0.820620758679063	7	4	3	3	3	False	122691	fragment	False	ENG0079_000000009014	0.1990595144993981		0	0	False	False	0.9994015693664551	0					non-mobilizable	chromosome	3282.0	100.0	98.0	0.0006187479302778011	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
ENG0115_000000013520	1555	0.8206173803549359	2	2	2	2	2	False	59525	maximal	True	ENG0115_000000013520	1.0		36	6	False	False	1.0	0					non-mobilizable	other	1557.0	77.328	99.0	0.02207691867452641	NZ_KB291617.1	firmicutes	Clostridium celatum DSM 1785 Scfld24, whole genome shotgun sequence	False	False
ISR0162_000000024855	1593	0.820608110794936	3	2	1	2	2	False	30332	fragment	False	ISR0162_000000024855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0114_000000007443	2078	0.8205989579934814	3	2	2	2	2	False	59577	maximal	True	ENG0114_000000007443	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0775_000000002326	6953	0.8205989312455043	7	7	6	7	6	False	104499	fragment	False	DEN0045_000000004185	0.676161030289294		0	0	False	False	0.999856173992157	0					non-mobilizable	other	6954.0	99.324	100.0	0.049168499904506585	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
DEN0090_000000003787	5588	0.8205902319743659	6	6	6	6	5	False	116628	maximal	True	DEN0090_000000003787	1.0		2	1	False	False	0.9971367120742798	0					non-mobilizable	other	3487.0	99.971	100.0	0.000724532405366528	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ISR0146_000000013241	2969	0.8205890331046	3	3	3	3	3	False	124980	fragment	False	SPA0101_000000013736	0.9482359508064974		0	0	False	False	0.9932637214660645	0					non-mobilizable	no_good_hit	1110.0	84.865	88.0	0.002668435938165898	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0157_000000002240	11324	0.8205833403777971	13	11	8	9	11	False	33906	maximal	True	ISR0157_000000002240	1.0		13	5	False	False	1.0	0					non-mobilizable	plasmid	11324.0	98.914	100.0	0.22993153050651172	CP003134.1	firmicutes	Lactococcus lactis subsp. cremoris A76 plasmid pQA549, complete sequence	False	True
ISR0121_000000006635	3561	0.8205828961775584	9	2	1	2	0	True	32222	fragment	False	ISR0121_000000006635	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.00018450468180630084	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
ISR0825_000000003565	5922	0.8205812855238274	5	4	4	4	3	False	92265	fragment	False	ISR0814_000000006225	0.6475615066405399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000012761	1813	0.8205730567254609	2	2	1	2	1	False	68426	maximal	True	ENG0032_000000012761	1.0		1	1	False	False	0.9955874085426331	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	0.001536222509702458	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0155_000000002598	5999	0.8205671629395722	5	3	2	3	2	True	100149	fragment	False	SPA0155_000000002598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3418.0	98.186	68.0	0.029486756977087056	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
SPA0153_000000002952	5248	0.8205671629395722	4	3	2	3	2	True	100147	fragment	False	SPA0153_000000002952	0.997034987151611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3346.0	99.103	64.0	0.45872188699945143	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
ISR0804_000000000073	77543	0.820551243387436	113	29	15	25	13	False	91029	maximal	True	ISR0804_000000000073	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	91.014	1.0	0.003213379686178709	NZ_KB894130.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
AST0050_000000008732	1553	0.8205500434914402	2	2	2	2	1	False	114734	maximal	True	AST0050_000000008732	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	90.639	87.0	0.000599315870232061	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	True	False
ISR0212_000000021121	1690	0.8205498572406305	2	2	1	2	0	True	28338	fragment	False	ISR0212_000000021121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0036_000000034464	1272	0.8205487342948274	3	1	1	1	1	False	47890	fragment	False	FIJ0036_000000034464	1.0		0	0	False	False	0.9952830076217651	0					non-mobilizable	chromosome	976.0	94.775	100.0	0.00022036936983410303	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AST0149_000000012066	2245	0.8205443227551373	3	2	1	2	1	False	104505	fragment	False	AST0149_000000012066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	89.47399999999999	59.0	0.0002194463577487199	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
ISR0075_000000012427	2065	0.820539550304816	6	2	2	2	2	True	110400	fragment	False	ISR0075_000000012427	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1929.0	99.43	93.0	0.011105095211215686	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0115_000000005846	4310	0.8205363209957741	3	2	2	2	2	False	34991	maximal	True	SPA0115_000000005846	1.0		7	3	False	False	0.9990718960762024	0					non-mobilizable	chromosome	3203.0	98.72	92.0	0.000910779453134111	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0163_000000010467	2346	0.8205340584254048	4	2	2	1	2	False	39167	maximal	True	FIJ0163_000000010467	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	83.505	4.0	0.0013828668558505351	NZ_WVHK01000012.1	bacteria	Deinococcus xianganensis strain Y35 Scaffold12, whole genome shotgun sequence	True	False
ENG0105_000000001395	11714	0.8205268704166709	11	9	1	5	9	True	117329	fragment	False	ENG0105_000000001395	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6446.0	94.353	93.0	0.0026634568063666486	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
MAD0042_000000001261	15718	0.8205148162334418	21	8	1	4	6	False	18179	maximal	True	MAD0042_000000001261	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	96.573	2.0	0.11146051712089448	KU548747.1	bacteria	Uncultured bacterium clone CH_040101_Contig_23 genomic sequence	True	False
MAD0073_000000001422	2306	0.8205144364338174	3	3	3	2	1	False	16298	maximal	True	MAD0073_000000001422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	87.113	64.0	0.09453821354067893	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0099_000000016428	2066	0.8205125208557569	3	3	3	3	2	False	115075	fragment	False	MON0099_000000016428	1.0		0	0	False	False	0.9908034801483154	0					non-mobilizable	no_good_hit	1193.0	72.506	55.0	0.011277647721643176	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0101_000000004546	9928	0.8205107860312749	9	4	3	3	3	False	9080	maximal	True	MON0101_000000004546	1.0		1	1	False	False	0.9961724281311035	0					non-mobilizable	no_good_hit	1616.0	94.926	44.0	0.1949647287764534	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
CHI0168_000000007193	2314	0.8205107833695509	2	2	2	2	2	False	92166	fragment	False	CHI0168_000000007193	0.9725941702754213		0	0	False	False	1.0	0					non-mobilizable	other	1622.0	99.014	100.0	0.00028294221503084697	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0163_000000007181	3239	0.820505673591723	6	4	2	4	4	False	122691	fragment	False	ENG0079_000000009014	0.6301287981354508		0	0	False	False	0.9969125986099243	0					non-mobilizable	chromosome	3239.0	99.969	100.0	0.0005863360875556594	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
ISR0317_000000005496	3218	0.820505673591723	6	4	2	4	4	False	122691	fragment	False	ENG0079_000000009014	0.5685301258698385		0	0	False	False	0.9996892213821411	0					non-mobilizable	chromosome	3218.0	100.0	100.0	0.000606678479641477	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
CHI0146_000000002112	3108	0.820505673591723	6	4	2	4	4	False	122691	fragment	False	ENG0079_000000009014	0.563035453568111		0	0	False	False	1.0	0					non-mobilizable	chromosome	3108.0	99.61399999999999	100.0	0.0005836710893659842	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
ISR0334_000000006364	3104	0.820505673591723	6	4	2	4	4	False	122691	fragment	False	ENG0079_000000009014	0.5610191658209026		0	0	False	False	1.0	0					non-mobilizable	other	3104.0	99.227	100.0	0.005523900422679746	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
CHI0030_000000001904	3043	0.820505673591723	7	4	2	4	4	False	122691	fragment	False	ENG0079_000000009014	0.5586036210384331		0	0	False	False	0.9993427395820618	0					non-mobilizable	other	3043.0	99.54	100.0	0.0006399313351565393	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0298_000000004769	3029	0.820505673591723	6	4	2	4	4	False	122691	fragment	False	ENG0079_000000009014	0.5557514179458901		0	0	False	False	0.9996698498725891	0					non-mobilizable	chromosome	3041.0	99.605	100.0	0.0005732989052253932	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
ISR0807_000000004598	2919	0.820505673591723	7	4	2	4	4	False	122691	fragment	False	ENG0079_000000009014	0.5422940744654999		0	0	False	False	0.9976019263267517	0					non-mobilizable	other	2919.0	100.0	100.0	0.005235057302169373	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0815_000000008003	3803	0.8205035851379241	6	6	6	5	4	False	117342	maximal	True	ISR0815_000000008003	1.0		494	14	False	False	0.9960557222366333	0					non-mobilizable	other	3803.0	99.29	100.0	0.030781188014605276	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0105_000000018779	1735	0.8205017909726501	1	1	1	1	1	False	50206	fragment	False	FIJ0105_000000018779	1.0		0	0	False	False	0.9930835962295532	0					non-mobilizable	no_good_hit	68.0	91.176	4.0	1.4931320591317624e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0347_000000010599	2139	0.820499197985933	2	2	2	2	1	False	87371	fragment	False	ISR0347_000000010599	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	883.0	77.237	41.0	0.00016358432772094013	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0072_000000017448	1484	0.820499197985933	2	2	2	2	1	False	87368	fragment	False	MON0039_000000030125	0.9349727613317239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	77.179	58.0	0.0001615207639538182	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
BAN0014_000000002806	1458	0.820499197985933	2	2	2	2	1	False	98461	fragment	False	BAN0014_000000002806	1.0		0	0	False	False	0.986968457698822	0					non-mobilizable	no_good_hit	871.0	77.038	64.0	0.0003199961986530462	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
USA0054_01_000000003047	2980	0.8204952246645699	3	3	2	3	1	True	60425	maximal	True	USA0054_01_000000003047	1.0		0	0	False	False	0.9969798922538757	0					non-mobilizable	no_good_hit	656.0	99.695	22.0	0.00014577103754260742	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0137_000000000016	149396	0.8204865718036787	223	57	29	48	33	False	65217	maximal	True	ISR0137_000000000016	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1218.0	83.251	2.0	0.005943391154318	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0210_000000008060	2867	0.8204770936884687	3	3	3	3	3	False	126230	fragment	False	FIJ0081_000000011136	0.6973170248242249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	78.333	17.0	0.0022432690073178945	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	False
ISR0115_000000022247	1596	0.8204750009051165	3	3	3	2	1	False	32461	fragment	False	ISR0115_000000022247	1.0		0	0	False	False	0.9937343597412109	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	3.183795189992978e-05	CP015987.1	a-proteobacteria	Sphingobium sp. EP60837 chromosome 2, complete sequence	True	False
ISR0140_000000005937	4907	0.8204706990436224	3	2	2	1	2	True	130959	fragment	False	ISR0140_000000005937	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4908.0	99.022	100.0	0.09297610701631392	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ENG0038_000000010528	2243	0.8204680976643993	4	4	3	4	2	False	92856	maximal	True	ENG0038_000000010528	0.9923600850585783		287	12	False	False	1.0	0					non-mobilizable	other	2243.0	98.306	100.0	0.011769106359215884	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
MON0016_000000026525	1434	0.8204645187176935	2	2	2	2	2	False	13335	fragment	False	MON0016_000000026525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	4.550165699817944e-06	NZ_CP023445.1	high GC Gram+	Actinosynnema pretiosum strain X47 chromosome, complete genome	True	False
FIJ0102_000000007457	4187	0.8204643356721454	7	4	3	3	4	False	42643	maximal	True	FIJ0102_000000007457	1.0		1	1	False	False	0.9954621195793152	0					non-mobilizable	no_good_hit	1274.0	79.749	30.0	0.0003474015695552927	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0045_01_000000000806	18454	0.8204630183951427	33	13	8	8	10	True	64393	fragment	False	USA0045_01_000000000806	1.0		0	0	False	False	0.9997832179069519	0					non-mobilizable	no_good_hit	2116.0	75.567	19.0	0.0005778918195400193	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0081_000000003831	6369	0.8204568003239031	11	7	3	5	3	True	120401	fragment	False	ENG0081_000000003831	1.0		0	0	False	False	0.9992149472236633	0					non-mobilizable	no_good_hit	331.0	97.885	5.0	0.00011429961089494163	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0358_000000012450	1576	0.8204533590662231	3	2	2	2	2	False	23851	maximal	True	ISR0358_000000012450	1.0		12	3	False	False	0.9942893385887146	0					non-mobilizable	no_good_hit								True	False
ISR0399_000000002418	5256	0.8204514745759784	6	4	3	4	3	False	56168	fragment	False	ISR0399_000000002418	1.0		0	0	False	False	0.9996194839477539	0					non-mobilizable	no_good_hit	820.0	99.87799999999999	16.0	0.998780487804878	GQ883507.1		Uncultured organism clone VC1DC38TF genomic sequence	True	False
CAN0017_000000004306	9022	0.8204387639725462	11	7	4	5	4	False	92928	maximal	True	CAN0017_000000004306	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2270.0	94.581	54.0	0.0009961121759341407	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0028_000000003302	5101	0.8204368563352515	5	5	5	5	5	False	113620	maximal	True	ISR0028_000000003302	0.979834644081468		5	3	False	False	0.9972554445266724	0					non-mobilizable	other	5101.0	97.667	100.0	0.19115661566156616	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ISR0165_000000001197	12681	0.8204368357906483	17	11	7	10	8	True	30263	maximal	False	ISR0213_000000001493	0.9558383756109948		0	0	True	True	1.0	87					non-mobilizable	no_good_hit	1564.0	70.205	12.0	0.000260648120119949	AP014864.1	firmicutes	Bacillus thuringiensis serovar tolworthi DNA, complete genome, strain: Pasteur Institute Standard strain	True	True
ENG0010_000000004585	4215	0.8204344343576814	8	3	2	2	0	True	112978	maximal	True	ENG0010_000000004585	1.0		1	1	False	False	0.9921708106994629	0					non-mobilizable	no_good_hit	1781.0	91.353	44.0	0.0315280189983341	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0039_000000006025	2335	0.820428033968652	4	1	1	1	1	False	96363	fragment	False	MAD0039_000000006025	0.9822485207100592		0	0	False	False	1.0	0					non-mobilizable	chromosome	2335.0	95.889	100.0	0.00041861799027852084	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
TAN0001_000000007455	1824	0.820428033968652	3	1	1	1	1	False	96359	fragment	False	TAN0001_000000007455	1.0		0	0	False	False	0.9934210777282715	0					non-mobilizable	chromosome	1831.0	89.73200000000001	100.0	0.00032714619291689036	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
MAD0071_000000004069	1516	0.820428033968652	2	1	1	1	1	False	96358	fragment	False	DEN0063_000000032662	0.9558535966310853		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	96.44	100.0	0.00027193242721499733	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
FIJ0135_000000019993	1425	0.820428033968652	1	1	1	1	1	False	40573	fragment	False	FIJ0135_000000019993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	93.485	65.0	0.015154010871355626	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0279_000000017021	1338	0.820428033968652	1	1	1	1	1	False	26223	fragment	False	ISR0279_000000017021	0.9747169811320755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	91.882	80.0	0.01780596277384286	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MAD0069_000000006893	1325	0.820428033968652	1	1	1	1	1	False	26223	fragment	False	ISR0279_000000017021	0.9701046337817638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1032.0	92.345	77.0	0.01696590347553945	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
CAN0004_000000022987	1262	0.820428033968652	2	1	1	1	1	False	96352	fragment	False	CAN0004_000000022987	0.9585270114191315		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	97.385	100.0	0.0003692708116754001	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
USA0055_01_000000021358	1232	0.820428033968652	3	1	1	1	1	False	96352	fragment	False	CAN0004_000000022987	0.9237056986174826		0	0	False	False	1.0	0					non-mobilizable	chromosome	1232.0	96.023	100.0	0.000220787808925818	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
CHI0106_000000016867	1218	0.820428033968652	1	1	1	1	1	False	83109	fragment	False	MON0025_000000029815	0.3889978518067365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	922.0	96.74600000000001	76.0	0.0007468926828872273	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MAD0077_000000011418	1139	0.820428033968652	1	1	1	1	1	False	96352	fragment	False	CAN0004_000000022987	0.46166125541125536		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	95.39	99.0	0.00032973745753092827	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
MAD0057_000000013738	1129	0.820428033968652	1	1	1	1	1	False	83109	fragment	False	MON0025_000000029815	0.16827818497824348		0	0	False	False	0.9902568459510803	0					non-mobilizable	no_good_hit	945.0	96.72	84.0	0.0007663768398321116	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0101_000000060011	1120	0.820428033968652	2	1	1	1	1	False	96352	fragment	False	CAN0004_000000022987	0.4599508901253853		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	98.304	100.0	0.06415548675610595	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	False
USA0048_01_000000010322	1545	0.8204241672720837	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.2173735484940792	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1549.0	91.93	100.0	0.0004800246887616981	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0006_000000000519	10037	0.8204218788039258	18	16	3	14	15	True	62806	fragment	False	MAD0006_000000000519	0.962634186622626		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	9762.0	97.296	100.0	0.0459704024884532	CP015160.1	enterobacteria	Escherichia coli strain Eco889 plasmid pECO-fce, complete sequence	False	True
FIJ0094_000000003656	4916	0.8204166197815239	7	3	2	2	3	True	107753	fragment	False	FIJ0094_000000003656	0.9740507751067176		0	0	False	False	0.9997965693473816	0					non-mobilizable	no_good_hit	2410.0	89.419	48.0	0.0006659794434159597	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
ISR0293_000000016806	2126	0.8204114204175547	3	3	3	3	3	False	61887	fragment	False	SPA0109_000000014012	0.9559541323349929		0	0	False	False	0.9976481795310974	0					non-mobilizable	no_good_hit	479.0	78.914	22.0	0.00010748211579225203	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0135_000000003681	5187	0.8204065058739058	7	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.1852880756891457		0	0	False	True	0.9998072385787964	0	rep_cluster_1702				non-mobilizable	plasmid	4875.0	99.774	97.0	0.15728305785123967	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0248_000000001165	4583	0.8204065058739058	6	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.11394057670693813		0	0	False	True	1.0	0					non-mobilizable	plasmid	4583.0	99.236	100.0	0.1379623463890066	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
CHI0133_000000011378	1702	0.820401565571405	3	2	2	1	1	False	113568	fragment	False	CHI0133_000000011378	1.0		0	0	False	False	0.999412477016449	0					non-mobilizable	no_good_hit	1518.0	89.59200000000001	89.0	0.0003643343628353451	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0059_000000011196	1104	0.8203985652425136	2	2	2	2	1	True	63360	fragment	False	ENG0059_000000011196	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	97.554	100.0	0.019865520162962162	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	False	True
MON0085_000000012422	2188	0.8203937261483103	3	2	2	2	2	False	122429	maximal	True	MON0085_000000012422	1.0	PS871	0	0	False	True	0.9945155382156372	0					non-mobilizable	no_good_hit	1821.0	93.245	83.0	0.7882200086617583	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0085_000000016673	1865	0.8203937261483103	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.2853618377479532	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1843.0	93.38	99.0	0.797747942832395	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
DEN0079_000000032025	1864	0.8203937261483103	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.2790262505294852	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1844.0	94.36	99.0	0.797747942832395	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AUS0012_000000001375	8780	0.8203907994845413	7	7	7	7	7	False	101320	fragment	False	FIJ0014_000000001935	0.1646775154260388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	79.696	17.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
DEN0085_000000008738	3823	0.8203890273645426	5	3	2	3	2	False	69002	fragment	False	ISR0107_000000005512	0.9506883604505632		0	0	False	False	0.9960764050483704	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000005446	5456	0.8203855620103873	7	6	4	4	6	True	128685	backbone	False	FIJ0105_000000005116	0.5875504831462273	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	16					non-mobilizable	other	4681.0	99.744	92.0	0.9445005045408678	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
CHI0022_000000006090	1991	0.8203830284737791	4	2	2	1	0	True	113320	maximal	True	CHI0022_000000006090	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	99.866	38.0	0.00016602319695692387	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
CHI0040_000000004155	4282	0.8203817751510994	7	2	1	1	2	False	92919	fragment	False	CHI0040_000000004155	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1585.0	98.738	55.0	0.0003518287766620245	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0004_01_000000010983	2186	0.8203817751510994	2	2	1	1	2	False	92912	fragment	False	CAN0016_000000020235	0.7235344676152475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	98.811	77.0	0.0003547162603088719	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0293_000000008330	4415	0.8203786128157944	7	1	0	1	1	True	109111	fragment	False	SPA0047_000000008163	0.7634260465671281		0	0	False	False	1.0	0					non-mobilizable	other	4423.0	99.59299999999999	100.0	0.0008554790459926995	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0084_01_000000007308	4330	0.8203786128157944	8	1	0	1	1	True	109111	fragment	False	SPA0047_000000008163	0.7639754651174778		0	0	False	False	1.0	0					non-mobilizable	other	4338.0	99.56200000000001	100.0	0.0008390163521033222	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0026_01_000000007881	4312	0.8203786128157944	7	1	0	1	1	True	109111	fragment	False	SPA0047_000000008163	0.7594599386574425		0	0	False	False	0.9990723729133606	0					non-mobilizable	other	4320.0	99.56	100.0	0.000835530134573807	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0152_000000005759	4205	0.8203786128157944	8	1	0	1	1	True	109111	fragment	False	SPA0047_000000008163	0.6519454425368494		0	0	False	False	0.9966706037521362	0					non-mobilizable	other	4213.0	99.573	100.0	0.0008148065081483556	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0063_000000010489	4123	0.8203786128157944	7	1	0	1	1	True	109111	fragment	False	SPA0047_000000008163	0.6449641874575041		0	0	False	False	0.9978170990943909	0					non-mobilizable	other	4131.0	99.564	100.0	0.0007989248505138975	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0167_000000004527	3981	0.8203786128157944	7	1	0	1	1	True	109111	fragment	False	SPA0047_000000008163	0.5243774626698039		0	0	False	False	1.0	0					non-mobilizable	other	3989.0	99.54899999999999	100.0	0.0007714224677810554	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0847_000000006979	3594	0.8203786128157944	7	1	0	1	1	True	109102	fragment	False	ISR0847_000000006979	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2702.0	97.557	93.0	0.006061096027612907	NZ_FQZN01000001.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
DEN0061_000000022187	1927	0.8203786128157944	3	1	0	1	1	True	109096	fragment	False	ISR0392_000000015621	0.7298429401585855		0	0	False	False	0.9958484768867493	0					non-mobilizable	other	1911.0	99.738	99.0	0.0003699264156318895	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0158_000000010190	1867	0.8203786128157944	4	1	0	1	1	True	109089	fragment	False	ISR0225_000000009650	0.7876726612238008		0	0	False	False	0.9967862963676453	0					non-mobilizable	other	1875.0	99.147	100.0	0.0003619855868146605	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0121_000000015357	1665	0.8203786128157944	2	1	0	1	1	True	109089	fragment	False	ISR0225_000000009650	0.4668121592297205		0	0	False	False	1.0	0					non-mobilizable	other	1673.0	98.92399999999999	100.0	0.00032286247898343444	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0094_000000017753	1296	0.8203786128157944	2	1	0	1	1	True	109084	fragment	False	AST0094_000000017753	1.0		0	0	False	False	0.9969135522842407	0					non-mobilizable	other	1240.0	99.516	95.0	0.00023996797328162885	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0376_000000003593	5197	0.8203778974125823	7	3	3	3	2	False	99607	maximal	True	ISR0376_000000003593	1.0		7	4	False	False	0.9988454580307007	0					non-mobilizable	no_good_hit	180.0	75.0	3.0	4.961054337679845e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
ISR0015_000000004154	5562	0.8203725436967916	7	3	2	2	2	True	57032	fragment	False	ISR0015_000000004154	1.0		0	0	False	False	0.9994606375694275	0					non-mobilizable	no_good_hit	2880.0	99.68799999999999	68.0	0.09567644810740752	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
ISR0037_000000015231	1560	0.8203703628330287	3	3	3	3	2	False	71395	fragment	False	ISR0213_000000014530	0.5045747092878368		0	0	False	False	0.9942307472229004	0					non-mobilizable	other	1560.0	99.23100000000001	100.0	0.0059803289756337075	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0295_000000015853	2236	0.8203694247235981	4	2	2	1	1	False	55588	maximal	True	ISR0295_000000015853	1.0		5	3	False	False	0.9991055727005005	0					non-mobilizable	no_good_hit	1269.0	99.764	57.0	0.009811659470418002	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0301_000000006816	2558	0.8203679678772714	3	3	3	3	3	False	127035	fragment	False	ISR0172_000000005105	0.5276141040124789		0	0	False	False	0.9980453252792358	0					non-mobilizable	other	2539.0	97.007	99.0	0.009735776100165716	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0232_000000006817	3594	0.8203668353649507	6	5	4	3	3	True	129446	fragment	False	ISR0232_000000006817	0.9704642061192432		0	0	False	False	0.9986087679862976	0					non-mobilizable	other	3594.0	99.054	100.0	0.001117776219520921	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0023_000000014532	2101	0.8203651475255459	2	2	2	1	1	False	103266	fragment	False	ISR0115_000000014104	0.6387611162220178		0	0	False	False	0.997620165348053	0					non-mobilizable	other	2101.0	99.81	100.0	0.004642340800870107	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0054_000000006735	3758	0.8203647084267309	4	4	2	4	3	True	63793	maximal	True	ENG0054_000000006735	1.0		1	1	False	False	0.9973390102386475	0					non-mobilizable	no_good_hit	880.0	98.182	23.0	0.0003099301405475009	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0392_000000017927	1897	0.82035650534359	3	2	2	1	1	False	22809	maximal	True	ISR0392_000000017927	1.0		1	1	False	False	0.9789140820503235	0					non-mobilizable	no_good_hit	857.0	90.315	75.0	0.03427605905781068	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
USA0130_01_000000003158	11962	0.8203388665692856	5	3	3	3	1	True	130433	fragment	False	USA0130_01_000000003158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	1.0	1.80648510086359e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0140_000000006327	4765	0.8203383031150706	4	4	4	4	3	False	116995	fragment	False	CHI0140_000000006327	1.0		0	0	False	False	0.99118572473526	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.00021563181982102558	NZ_QRML01000001.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf1, whole genome shotgun sequence	True	False
CHI0028_000000000674	10060	0.8203377253487006	9	7	3	6	5	False	88734	fragment	False	CHI0028_000000000674	1.0		0	0	False	False	0.9998012185096741	0					non-mobilizable	no_good_hit	2584.0	97.13600000000001	27.0	0.0007226519479276374	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0164_000000010335	2156	0.8203317526452691	3	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06740773441874699		0	0	False	False	0.9953618049621582	0		MOBV			mobilizable	other	2156.0	99.954	100.0	0.004273555121920264	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
SPA0100_000000008863	3500	0.8203312039906134	6	3	1	1	3	True	121565	backbone	True	SPA0100_000000008863	1.0	PS854	2	2	True	True	1.0	36					non-mobilizable	other	3445.0	99.303	100.0	0.0015038349100166147	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	True
CHI0105_000000005709	1196	0.8203215879393448	1	1	1	1	1	False	83184	maximal	True	CHI0105_000000005709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	93.18700000000001	34.0	0.0010664640297666618	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
ISR0036_000000012608	1173	0.8203206474731674	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.04627199316125982		0	0	False	False	0.9974424839019775	0					non-mobilizable	other	1175.0	90.04299999999999	100.0	0.00035286675636868797	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0309_000000010616	1809	0.8203177738412893	2	2	2	2	2	True	38237	fragment	False	ISR0309_000000010616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1533.0	76.582	84.0	0.0057939989063536205	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
MON0083_000000032819	1248	0.8203160098775353	2	2	2	2	1	True	32506	fragment	False	MON0101_000000051659	0.9114789803588539		0	0	False	False	0.9903846383094788	0					non-mobilizable	no_good_hit	223.0	74.439	18.0	7.337752365667801e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
AST0113_000000009016	4019	0.8203119110653602	4	4	2	2	3	False	106655	maximal	True	AST0113_000000009016	1.0		168	12	False	False	0.9997512102127075	0					non-mobilizable	no_good_hit	2097.0	87.601	84.0	0.0007257055935797712	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0008_000000002311	9694	0.8203111809208259	10	8	8	8	6	False	53249	fragment	False	MON0048_000000002496	0.6354225484660266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7555.0	98.795	78.0	0.11979761451592437	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
CHI0187_000000005216	3261	0.8202930071542437	5	4	1	2	3	False	86628	fragment	False	CHI0187_000000005216	1.0		0	0	False	False	0.9969334602355957	0					non-mobilizable	no_good_hit	388.0	82.21600000000001	12.0	0.0022389726072866187	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
FIJ0099_000000005880	3860	0.8202912517712259	5	5	5	4	3	False	121541	fragment	False	ISR0221_000000005717	0.9811135680163137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	92.914	76.0	0.0003586277158914618	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ISR0295_000000019646	1821	0.820287598080884	3	2	2	2	1	True	127700	maximal	True	ISR0295_000000019646	1.0	PS1022	21	7	False	True	0.9923118948936462	0					non-mobilizable	other	1047.0	93.792	100.0	0.005179448581841229	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0293_000000027852	1252	0.820287598080884	2	2	2	2	1	True	25806	fragment	False	ISR0293_000000027852	1.0		0	0	False	False	0.9992012977600098	0					non-mobilizable	other	589.0	88.455	96.0	0.035304713299309516	NZ_JAAIPW010000029.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_29_length_16655_cov_366.729, whole genome shotgun sequence	False	True
MON0047_000000019363	2037	0.8202874764374893	3	2	2	2	1	False	11460	maximal	True	MON0047_000000019363	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	84.01700000000001	23.0	0.0001619683494790018	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0119_000000022819	1338	0.8202850295053091	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.0520002130171902		0	0	False	False	0.9902840256690979	0					non-mobilizable	other	1350.0	78.37	100.0	0.018644020526550648	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0400_000000003493	4846	0.8202816577263984	8	5	3	5	2	True	99825	fragment	False	ISR0400_000000003493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	97.885	8.0	0.00011429961089494163	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0034_000000000163	23186	0.8202805251700249	37	10	5	8	5	True	98898	fragment	False	CHI0034_000000000163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2013.0	78.092	9.0	0.00948916955446726	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
MAD0005_000000017537	1738	0.8202773815707285	3	3	2	3	1	False	113392	fragment	False	CHI0006_000000008344	0.9169691057487132		0	0	False	False	0.9948216080665588	0					non-mobilizable	chromosome	1329.0	95.26	96.0	0.00037084191750740497	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0105_000000006480	4754	0.8202766776720174	5	5	4	5	5	False	18662	fragment	False	MAD0105_000000006480	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4703.0	99.149	100.0	0.03735897028444303	NZ_UGNM01000004.1	enterobacteria	Kluyvera ascorbata strain NCTC9737, whole genome shotgun sequence	False	False
ISR0379_000000007219	3168	0.8202750741457978	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.045167499650070136		0	0	False	False	0.998106062412262	0					non-mobilizable	other	1119.0	87.936	91.0	0.0004682270041645795	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
CHI0024_000000003308	3610	0.8202741945193945	4	3	2	3	3	False	89039	maximal	True	CHI0024_000000003308	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2019.0	96.781	56.0	0.0015600237526197172	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
ENG0009_000000003354	3654	0.8202679960857361	4	3	1	2	3	False	67334	maximal	True	ENG0009_000000003354	1.0		2	2	False	False	0.9997263550758362	0					non-mobilizable	no_good_hit	774.0	91.73100000000001	21.0	0.001584978770765489	NZ_DS995475.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld2, whole genome shotgun sequence	True	False
ISR0058_000000012019	2136	0.8202628735153358	3	3	3	3	2	False	81201	fragment	False	DEN0010_000000020867	0.6503360456502819		0	0	False	False	0.9990636706352234	0					non-mobilizable	no_good_hit	1217.0	74.281	56.0	0.0003622707791108814	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
USA0130_01_000000008515	4615	0.820261906276365	6	3	3	3	3	False	113891	fragment	False	USA0130_01_000000008515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	89.751	22.0	0.0003008617475519973	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0064_000000007671	4548	0.8202505097421741	5	4	3	2	4	False	110791	maximal	True	DEN0064_000000007671	1.0		1	1	False	False	0.9997801184654236	0					non-mobilizable	no_good_hit	1254.0	98.64399999999999	69.0	0.0002741312631500417	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
USA0011_01_000000001662	18935	0.8202504086846139	23	11	5	11	4	True	118919	fragment	False	SPA0089_000000000589	0.20301910063547093		0	0	False	False	1.0	0					non-mobilizable	other	16861.0	99.786	100.0	0.004514976143733703	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0172_000000004008	3939	0.8202445434491096	4	2	2	2	1	False	114663	fragment	False	ISR0172_000000004008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1493.0	92.096	38.0	0.00042353235656361377	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0087_000000011442	1240	0.8202443838935847	4	4	3	2	1	False	5468	fragment	False	SPA0087_000000011442	1.0		0	0	False	False	1.0	0					non-mobilizable	other	776.0	91.75299999999999	96.0	0.00027927229411839474	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MAD0048_000000005244	4238	0.8202409101310167	6	6	5	4	4	True	98658	fragment	False	MAD0048_000000005244	1.0		0	0	False	False	0.9936290979385376	0					non-mobilizable	other	4241.0	98.56200000000001	100.0	0.03645336290870324	LK999939.1	enterobacteria	Escherichia coli genome assembly FHI42, scaffold scaffold-19	False	True
ENG0013_000000009778	2731	0.8202404953850964	5	2	2	2	1	False	121385	fragment	False	ENG0013_000000009778	1.0		0	0	False	False	0.9996338486671448	0					non-mobilizable	chromosome	1657.0	99.336	98.0	0.000521336828664574	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0014_000000013812	1705	0.8202404953850964	2	2	2	2	1	False	121332	fragment	False	SPA0114_000000018546	0.20314552317843396		0	0	False	False	0.9782991409301758	0					non-mobilizable	chromosome	1702.0	99.412	100.0	0.0005361511158152602	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0173_000000010891	1581	0.8202404953850964	2	2	2	2	1	False	121332	fragment	False	SPA0114_000000018546	0.19484809212931856		0	0	False	False	0.9943073987960815	0					non-mobilizable	chromosome	1581.0	99.431	100.0	0.0004976970087432662	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0802_000000005003	2980	0.8202352006028504	3	3	3	3	3	False	121276	maximal	True	ISR0802_000000005003	1.0	PS849	19	5	False	True	1.0	0					non-mobilizable	no_good_hit	2191.0	99.954	74.0	0.008948966373952379	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
CHI0135_000000003232	6163	0.8202223514165478	7	3	2	3	2	False	117688	fragment	False	ISR0342_000000002805	0.9569475555562532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	369.0	92.954	8.0	0.0011318794146389737	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0390_000000007469	1856	0.8202219729108182	3	3	3	3	3	False	108240	maximal	False	AST0102_000000015698	0.9586673346693386		0	0	False	False	0.9989224076271057	0					non-mobilizable	no_good_hit	819.0	73.138	43.0	0.02942151194903708	NZ_SLUM01000037.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_137, whole genome shotgun sequence	True	False
ISR0103_000000015958	1846	0.8202194915544839	3	2	2	2	2	False	105421	fragment	False	ISR0103_000000015958	1.0		0	0	False	False	0.998374879360199	0					non-mobilizable	no_good_hit	48.0	93.75	3.0	0.0030012771392081737	MH106253.1	bacteria	Uncultured bacterium clone B2PC_09_K18_0 genomic sequence	True	False
FIJ0114_000000007705	4728	0.8202191756410779	6	5	2	4	3	False	41892	maximal	True	FIJ0114_000000007705	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	75.664	5.0	0.0009200474594617098	NZ_FUYN01000004.1	firmicutes	Acetoanaerobium noterae strain ATCC 35199, whole genome shotgun sequence	True	False
FIJ0123_000000022806	1489	0.8202161336521814	3	3	3	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.45317102548571336		0	0	False	False	0.9993284344673157	0					non-mobilizable	no_good_hit								True	False
MON0080_000000038223	1481	0.8202161336521814	3	3	3	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.43803872849039616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0083_000000001896	4545	0.8202104422186374	4	4	2	4	2	True	16116	maximal	True	MAD0083_000000001896	1.0		2	1	False	False	0.999779999256134	0					non-mobilizable	no_good_hit								True	True
DEN0070_000000001895	14573	0.8202074212579354	19	7	1	6	2	False	70657	maximal	True	DEN0070_000000001895	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	89.431	3.0	0.002163634200402762	NZ_QVHZ01000010.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf10, whole genome shotgun sequence	True	False
ENG0086_000000009372	2721	0.8202047174826906	2	2	0	2	2	False	117753	fragment	False	ENG0086_000000009372	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1696.0	99.41	100.0	0.0004099073963196085	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
USA0036_01_000000021975	1421	0.8202022606125514	2	2	2	2	1	False	7786	fragment	False	USA0036_01_000000021975	1.0		0	0	False	False	0.999296247959137	0					non-mobilizable	other	1421.0	97.678	100.0	0.000515691362351262	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0073_000000005862	1984	0.8201985125643537	2	2	2	2	2	False	75450	maximal	False	MAD0062_000000006763	0.9821452293273647		0	0	False	False	1.0	0					non-mobilizable	other	1984.0	99.698	100.0	0.003950655653442031	LM995658.1	enterobacteria	Escherichia coli genome assembly FHI23, scaffold scaffold-31_contig-1.0_1_501942_[organism:Escherichia	False	False
ISR0245_000000001255	3516	0.8201981289188114	4	3	3	2	3	False	111121	fragment	False	ISR0245_000000001255	0.9648970047773203		0	0	False	False	1.0	0					non-mobilizable	other	3484.0	100.0	99.0	0.0009417537601877991	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0005_000000009750	3330	0.8201981289188114	4	3	3	2	3	False	111121	fragment	False	ISR0245_000000001255	0.9145841610107425		0	0	False	False	0.99909907579422	0					non-mobilizable	other	3173.0	100.0	98.0	0.0008576637747102208	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0089_000000004620	4336	0.8201958601189402	5	5	5	4	4	False	81242	fragment	False	MAD0089_000000004620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2240.0	74.509	51.0	0.0058074155416998835	NZ_ATUZ01000014.1	d-proteobacteria	Desulfovibrio desulfuricans DSM 642 G449DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ENG0166_000000006065	4299	0.8201900606503923	6	5	4	5	4	True	64060	maximal	True	ENG0166_000000006065	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	79.528	3.0	3.9198386768615656e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0109_000000008849	3811	0.8201823303131545	6	4	2	4	3	True	8510	maximal	True	MON0109_000000008849	1.0		1	1	False	False	0.9963264465332031	0					non-mobilizable	no_good_hit	451.0	76.497	12.0	0.0016517050336266406	CP031095.1	firmicutes	Clostridium botulinum strain CFSAN034200 plasmid p1_CDC51232, complete sequence	True	True
CAN0014_000000029567	1665	0.8201810002632859	3	3	3	3	3	False	93556	fragment	False	FIJ0118_000000005432	0.9416482300884955		0	0	False	False	0.9993994235992432	0					non-mobilizable	other	1665.0	96.096	100.0	0.00040773085154453495	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0078_000000004466	1686	0.8201749346420094	3	3	3	1	1	False	25321	fragment	False	SPA0078_000000004466	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1686.0	99.881	100.0	0.0003123792658772092	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
SPA0132_000000010631	3711	0.8201666930378234	4	4	4	3	3	False	111485	maximal	False	CHI0054_000000004462	0.9921126580682342		0	0	False	False	1.0	0					non-mobilizable	chromosome	3711.0	100.0	100.0	0.0006594983404106453	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0037_000000003083	3883	0.820163931945936	5	4	3	3	4	False	88010	fragment	False	CHI0037_000000003083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	85.056	20.0	0.0001810896156387372	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0145_000000005516	5701	0.8201618243436765	3	2	2	2	1	False	96039	fragment	False	SPA0145_000000005516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	89.773	2.0	0.0018618748646893268	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0051_000000010184	4010	0.8201618243436765	3	2	2	2	1	False	96030	fragment	False	ISR0051_000000010184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.0027266053763064985	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	False
ISR0795_000000007533	1542	0.8201588704157141	2	2	2	2	2	False	22330	maximal	True	ISR0795_000000007533	0.9973226238286479		465	15	False	False	0.9805447459220886	0					non-mobilizable	other	1542.0	98.898	100.0	0.00046069434200979325	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0017_000000006656	4589	0.8201581134403475	4	2	2	2	0	True	75249	fragment	False	DEN0017_000000006656	1.0		0	0	False	False	0.9995641708374023	0					non-mobilizable	no_good_hit								True	True
ISR0330_000000002268	8562	0.8201509638090259	8	4	3	4	1	True	111346	fragment	False	ISR0080_000000002743	0.7644418225224203		0	0	False	True	0.9992992281913757	0					non-mobilizable	no_good_hit	469.0	80.81	9.0	0.001895532369702664	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0092_000000043563	1281	0.8201485287884788	2	2	2	2	2	False	9424	maximal	True	MON0092_000000043563	1.0		2	2	False	False	0.9781420826911926	0					non-mobilizable	no_good_hit	182.0	78.02199999999999	14.0	0.0018008283810552854	NZ_VTPS01000011.1	firmicutes	Calorimonas adulescens strain A05MB NODE_11_length_99954_cov_10.186260, whole genome shotgun sequence	True	False
ISR0849_000000017883	1522	0.8201330039172496	4	2	2	1	1	False	88984	fragment	False	ISR0849_000000017883	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1214.0	97.694	100.0	0.00038075869953253046	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0067_000000015121	2031	0.82013007160567	4	3	3	3	3	False	45217	fragment	False	FIJ0067_000000015121	1.0		0	0	False	False	0.9832594990730286	0					non-mobilizable	no_good_hit	186.0	90.86	9.0	4.5357911927684285e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0079_000000003523	8152	0.8201163182386286	14	12	5	4	8	True	90096	maximal	True	ISR0079_000000003523	1.0	PS472|PS473	1	1	False	True	0.9998773336410522	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1915.0	96.13600000000001	64.0	0.2062533692722372	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
SPA0089_000000008692	4434	0.8201155121264904	4	4	0	3	3	False	117741	maximal	True	SPA0089_000000008692	1.0	PS794	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	1230.0	94.39	61.0	0.0005264404614685419	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0139_000000012865	1646	0.8201149473719238	2	2	2	2	2	False	75322	fragment	False	ENG0139_000000012865	0.996222602576903		0	0	False	False	0.9975698590278625	0					non-mobilizable	no_good_hit	1145.0	79.913	69.0	0.0030907145132873493	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
ISR0030_000000011729	1833	0.8201146300062726	3	2	1	1	1	True	37040	backbone	True	ISR0030_000000011729	1.0	PS122	0	0	True	True	1.0	15	rep_cluster_1143				non-mobilizable	plasmid	1111.0	87.309	96.0	0.15673758865248227	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
CHI0129_000000002624	7066	0.820107289823854	10	6	4	3	5	True	123628	fragment	False	USA0108_01_000000001009	0.026634480743379953		0	0	False	True	1.0	0					non-mobilizable	plasmid	7066.0	99.958	100.0	0.22804752066115702	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0101_000000033197	1940	0.820087907275796	3	2	2	2	2	False	72229	fragment	False	MAD0074_000000002048	0.9651994720723037		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	78.947	29.0	0.0022559837858705445	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
ISR0022_000000013884	1855	0.820087907275796	3	2	2	2	2	False	72229	fragment	False	MAD0074_000000002048	0.8041954141927959		0	0	False	False	0.9994609355926514	0					non-mobilizable	no_good_hit	557.0	78.815	30.0	0.002203706086732724	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
ISR0319_000000005469	3161	0.8200801719677914	5	1	1	1	1	True	97264	fragment	False	ISR0319_000000005469	0.9958426606971538		0	0	False	False	1.0	0					non-mobilizable	plasmid	3161.0	99.684	100.0	0.019098502338962153	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ITA0001_000000001386	2022	0.8200701244267345	3	3	3	3	2	False	84414	maximal	True	ITA0001_000000001386	1.0		54	7	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	98.551	84.0	0.0005315806449816602	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
FIJ0086_000000006274	4822	0.8200674307403515	9	2	1	2	1	False	43859	maximal	True	FIJ0086_000000006274	1.0		1	1	False	False	0.9997926354408264	0					non-mobilizable	no_good_hit	3711.0	95.419	82.0	0.0015421985322466884	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ITA0006_000000005445	4807	0.8200668487618552	2	2	2	2	2	False	67648	maximal	True	ITA0006_000000005445	1.0		34	9	False	False	1.0	0					non-mobilizable	no_good_hit	3386.0	99.911	70.0	0.029914190019176896	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
DEN0025_000000002519	1113	0.8200666907797632	3	1	1	1	1	False	95987	fragment	False	ISR0316_000000017359	0.7520271887688557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	84.228	38.0	7.922685262124843e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0010_000000010994	3927	0.8200579967801105	5	5	4	5	4	False	128454	fragment	False	ISR0239_000000002920	0.7209419610387697		0	0	False	False	1.0	0					non-mobilizable	other	2660.0	98.30799999999999	97.0	0.010192260479960719	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0193_000000016254	1639	0.8200536975107395	2	2	2	2	2	False	109501	fragment	False	ISR0255_000000018047	0.4607403648999875		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	97.514	100.0	0.0004648006574898621	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0005_000000043487	1260	0.8200492833208366	2	2	2	2	2	False	14092	fragment	False	MON0005_000000043487	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	74.726	93.0	0.0030367868835554637	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
CHI0047_000000008618	1806	0.8200467288619896	2	2	2	2	2	False	86970	maximal	True	CHI0047_000000008618	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	89.022	32.0	0.00021568189259561465	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0256_000000006565	2732	0.8200443271518683	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.14091881329822212		0	0	False	False	0.9952415823936462	0					non-mobilizable	other	2662.0	99.662	97.0	0.23938467074487227	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0055_000000005308	2619	0.8200443271518683	4	2	1	1	1	False	124379	fragment	False	FIJ0055_000000005308	1.0		0	0	False	False	0.9996181726455688	0					non-mobilizable	other	2556.0	90.61	96.0	0.07665810545399607	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0192_000000007994	2584	0.8200443271518683	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.13317922669256105		0	0	False	False	1.0	0					non-mobilizable	other	2584.0	99.76799999999999	100.0	0.232367758186398	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0090_000000010041	2286	0.8200443271518683	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.09784890924276958		0	0	False	False	1.0	0					non-mobilizable	other	2286.0	99.913	100.0	0.20555955379632962	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0081_000000005647	2260	0.8200443271518683	4	2	1	1	1	False	5613	fragment	False	SPA0081_000000005647	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2201.0	77.874	95.0	0.06559903308656896	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0076_000000007188	2088	0.8200443271518683	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.0725592628414826		0	0	False	False	1.0	0					non-mobilizable	other	2088.0	99.28200000000001	100.0	0.18765743073047858	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0034_000000010011	2084	0.8200443271518683	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.06790169932006211		0	0	False	False	1.0	0					non-mobilizable	other	2084.0	99.04	100.0	0.0006233389722118897	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0315_000000005028	1894	0.8200443271518683	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.039307121941785296		0	0	False	False	0.9968320727348328	0					non-mobilizable	other	1895.0	99.68299999999999	100.0	0.17038503058654192	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
DEN0096_000000026863	1679	0.8200443271518683	3	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.004785602615970308		0	0	False	False	1.0	0					non-mobilizable	other	1680.0	99.167	99.0	0.15086362000719683	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0145_000000007805	2415	0.8200415619163752	2	2	2	2	2	False	92453	fragment	False	CHI0145_000000007805	1.0		0	0	False	False	0.9987577795982361	0					non-mobilizable	other	2415.0	99.255	100.0	0.0007361293440855788	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
DEN0005_000000008306	3789	0.8200305159143282	3	2	2	2	1	False	76541	maximal	True	DEN0005_000000008306	1.0		1	1	False	False	0.9881235361099243	0					non-mobilizable	no_good_hit	1583.0	90.335	42.0	0.010107203480079256	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
MON0092_000000018476	2923	0.8200251542943545	3	3	2	3	2	True	9463	fragment	False	MON0092_000000018476	0.9655803734895643		0	0	False	False	1.0	0					non-mobilizable	other	2923.0	98.905	100.0	0.0009217203511183393	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ISR0084_000000018055	1512	0.8200159807412625	1	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.88655752570407		0	0	False	False	0.9993386268615723	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.001006987885630588	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
DEN0071_000000011100	3441	0.8200078794075314	3	3	3	3	3	False	70478	maximal	True	DEN0071_000000011100	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	75.562	41.0	0.0027240176559557984	NZ_PTJA01000004.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_104, whole genome shotgun sequence	True	False
SPA0136_000000027508	1546	0.8200061626485029	2	2	2	1	1	False	3599	maximal	True	SPA0136_000000027508	1.0		3	2	False	False	0.9935317039489746	0					non-mobilizable	no_good_hit								True	False
ISR0274_000000001523	3450	0.8200050271162495	6	2	2	2	1	False	71983	maximal	True	ISR0274_000000001523	1.0		9	4	False	False	0.9997101426124573	0					non-mobilizable	no_good_hit	570.0	86.84200000000001	49.0	0.0010138511551047948	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0186_000000004422	5259	0.8200003927836661	5	5	4	5	3	False	99317	maximal	True	ISR0186_000000004422	1.0		3	1	False	False	0.997908353805542	0					non-mobilizable	no_good_hit	3571.0	99.524	68.0	0.0010808178602350182	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0058_000000012693	2032	0.8199926504537685	3	3	3	2	2	False	64909	fragment	False	ISR0016_000000010319	0.9782923299565847		0	0	False	False	0.9965550899505615	0					non-mobilizable	no_good_hit	1610.0	82.05	78.0	0.0003558593725658462	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0120_000000016246	1535	0.8199888977725659	2	2	1	2	2	True	113498	fragment	False	ENG0004_000000017281	0.27525661483961966		0	0	False	True	1.0	0					non-mobilizable	other	1538.0	91.61200000000001	100.0	0.0004747360175310118	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0032_000000001356	8999	0.8199879092876026	15	8	3	4	8	False	18932	fragment	False	MAD0032_000000001356	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	9002.0	96.77799999999999	100.0	0.14067398119122257	CP057913.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_3, complete sequence	False	True
AST0104_000000007805	4118	0.8199871412509199	5	5	5	5	3	False	108011	maximal	True	AST0104_000000007805	1.0		13	7	False	False	0.9980573058128357	0					non-mobilizable	no_good_hit								True	False
USA0058_01_000000006513	3073	0.8199829369710404	4	1	1	1	1	False	67799	fragment	False	USA0058_01_000000006513	1.0		0	0	False	False	0.9983729124069214	0					non-mobilizable	no_good_hit	1013.0	97.335	33.0	0.00027363043505887247	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0020_000000007715	2564	0.8199829369710404	3	1	1	1	1	False	67798	fragment	False	ENG0020_000000007715	0.999804916113929		0	0	False	False	0.9992199540138245	0					non-mobilizable	no_good_hit	1013.0	97.236	39.0	0.00027363043505887247	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0004_000000010279	2563	0.8199829369710404	3	1	1	1	1	False	67798	fragment	False	ENG0020_000000007715	0.999609984399376		0	0	False	False	0.9996098279953003	0					non-mobilizable	no_good_hit	1013.0	97.335	39.0	0.00027363043505887247	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0096_000000004944	6647	0.8199822199593259	9	6	3	6	3	False	57756	maximal	True	SPA0096_000000004944	0.996940113332324		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	410.0	98.04899999999999	7.0	0.001316615429187658	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0075_01_000000019965	1233	0.8199748260043898	2	2	2	2	2	False	661	fragment	False	USA0075_01_000000019965	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1233.0	100.0	100.0	0.00027874236512896814	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0037_000000028655	1203	0.8199714151239269	2	2	2	2	2	False	47720	fragment	False	FIJ0037_000000028655	1.0		0	0	False	False	0.9709060788154602	0					non-mobilizable	other	1195.0	70.795	97.0	0.0002833319255228005	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
USA0039_01_000000010483	2149	0.8199647247127271	2	2	2	2	2	False	58293	fragment	False	USA0039_01_000000010483	1.0		0	0	False	False	0.9892973303794861	0					non-mobilizable	no_good_hit	641.0	94.852	46.0	0.0002230795292464234	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0159_000000004706	4631	0.8199565400082256	7	5	5	5	5	False	39414	maximal	True	FIJ0159_000000004706	1.0		8	2	False	False	0.9967609643936157	0					non-mobilizable	no_good_hit	578.0	79.931	20.0	0.00017316867351591437	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0104_000000005037	7046	0.8199518126238559	9	9	2	7	9	True	106002	backbone	False	ISR0144_000000000662	0.9628783876630651	PS645	0	0	True	True	1.0	54					non-mobilizable	plasmid	7046.0	99.986	100.0	0.06313063426349087	LR595877.1	enterobacteria	Escherichia coli strain VREC-hospital6489704 genome assembly, plasmid: 1	False	True
FIJ0058_000000029242	1437	0.8199448341472009	2	2	2	2	2	False	45973	maximal	True	FIJ0058_000000029242	1.0		39	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0026_000000036472	1410	0.8199418598983129	1	1	1	1	1	False	53031	fragment	False	MAD0002_000000026286	0.8278285531470014		0	0	False	False	0.9914893507957458	0					non-mobilizable	other	1057.0	78.808	92.0	0.013932572239249435	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0130_000000017886	1710	0.8199413934665138	3	1	1	1	1	False	31752	maximal	True	ISR0130_000000017886	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000008286	2162	0.8199413669104795	3	2	2	2	1	True	84436	fragment	False	ISR0266_000000008286	0.9718090790400445		0	0	False	False	1.0	0					non-mobilizable	other	2162.0	99.537	100.0	0.0006934946288664492	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0078_000000009135	1684	0.8199413669104795	2	2	2	2	1	True	84433	fragment	False	CHI0078_000000009135	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1684.0	98.99	100.0	0.000540097853022783	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0038_000000003110	9642	0.8199360481658807	9	4	3	4	1	True	80828	maximal	True	FIJ0038_000000003110	1.0		1	1	False	False	0.9996888637542725	0					non-mobilizable	no_good_hit								True	True
ISR0171_000000009348	2833	0.8199336395947459	5	3	1	2	2	True	101513	fragment	False	ISR0142_000000000524	0.9688041594454072		0	0	False	False	0.9985880851745605	0					non-mobilizable	other	2834.0	98.906	100.0	0.0008466491736351295	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0054_000000031088	1587	0.8199331823688853	3	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.2888136344064817		0	0	False	False	0.9766855835914612	0					non-mobilizable	other	1588.0	98.363	100.0	0.011296579706018436	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
SPA0063_000000012608	1421	0.8199331823688853	3	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.2572460410155793		0	0	False	False	0.9929627180099487	0					non-mobilizable	other	1401.0	99.001	99.0	0.009965476741289106	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ISR0243_000000010423	1249	0.8199331823688853	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.17514684812859105		0	0	False	False	0.9903923273086548	0					non-mobilizable	other	1240.0	97.742	99.0	0.008819446916040858	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
CHI0185_000000004906	4123	0.8199319946450214	5	3	2	3	2	True	77230	maximal	True	CHI0185_000000004906	1.0		2	2	False	False	0.9966044425964355	0					non-mobilizable	no_good_hit	188.0	96.277	5.0	0.0019461529655416445	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	True	True
FIJ0021_000000038542	1236	0.8199283165844309	3	2	2	1	1	False	49537	maximal	True	FIJ0021_000000038542	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0027_000000013020	1333	0.8199174913262605	2	2	2	2	2	False	48980	fragment	False	FIJ0027_000000013020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	285.0	74.737	21.0	0.0006765178004199745	NZ_BCVX01000004.1	firmicutes	Lysinibacillus odysseyi 34hs-1 = NBRC 100172, whole genome shotgun sequence	True	False
USA0006_01_000000008187	2972	0.8199041599954227	5	5	3	5	5	False	69363	fragment	False	USA0006_01_000000008187	0.9753685724559511		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	98.16799999999999	93.0	0.026963163775575623	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0040_000000012622	2155	0.8198946856456055	3	3	3	2	1	False	87357	fragment	False	MON0040_000000012622	0.978353389499975		0	0	False	False	0.9888631105422974	0					non-mobilizable	other	2155.0	99.861	100.0	0.0004171840310319843	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0062_01_000000011140	1790	0.8198946856456055	3	3	3	2	1	False	87357	fragment	False	MON0040_000000012622	0.5725928630720452		0	0	False	False	0.9972066879272461	0					non-mobilizable	other	1790.0	100.0	100.0	0.00034649128668348184	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0050_000000001907	8716	0.8198912442468668	7	6	5	6	4	False	126267	maximal	True	MON0050_000000001907	1.0		3	1	False	False	0.993689775466919	0					non-mobilizable	no_good_hit	774.0	73.127	9.0	0.0019628067366606115	NZ_CABMOJ010000045.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
DEN0057_000000007213	1268	0.8198826755814437	2	2	2	2	1	False	94866	fragment	False	ISR0193_000000019772	0.8390874944619946		0	0	False	False	0.9944794774055481	0					non-mobilizable	other	1269.0	91.647	100.0	0.002800878949858298	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0028_000000006946	2674	0.8198773294676363	2	2	2	2	2	False	116269	fragment	False	ISR0028_000000006946	1.0		0	0	False	False	0.9921466112136841	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.256636795990316e-06	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
MAD0009_000000000438	14763	0.8198619728694737	26	10	4	6	6	True	88277	fragment	False	MAD0009_000000000438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	84.286	1.0	0.0033803501945525293	NZ_FOGW01000022.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
ETH0003_000000024794	1673	0.8198575890652608	2	2	2	2	1	False	53105	maximal	True	ETH0003_000000024794	1.0		36	6	False	False	0.9988045692443848	0					non-mobilizable	no_good_hit	453.0	70.64	27.0	0.007681684791990333	NZ_BBPM01000050.1	high GC Gram+	Streptacidiphilus carbonis strain NBRC 100919, whole genome shotgun sequence	True	False
ISR0176_000000011433	2921	0.8198566839441137	3	2	2	1	2	False	125876	fragment	False	ISR0176_000000011433	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2356.0	96.265	95.0	0.04683096480182287	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
MON0105_000000004653	10140	0.8198495422174097	17	5	1	4	3	False	65921	fragment	False	MON0105_000000004653	1.0		0	0	False	False	0.9998027682304382	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	1.1107963854685617e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0099_000000002445	2005	0.8198438109824481	4	2	1	2	1	False	4987	maximal	True	SPA0099_000000002445	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1643.0	91.96600000000001	82.0	0.0007866791570081288	CP051129.1	firmicutes	Lactobacillus reuteri strain CNI-KCA2 chromosome	True	False
FIJ0105_000000023892	1406	0.8198416153578421	2	2	2	2	2	False	42412	fragment	False	FIJ0105_000000023892	1.0		0	0	False	False	0.9793741106987	0					non-mobilizable	other	1349.0	77.613	94.0	0.027795193312434692	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
CAN0006_000000037829	1178	0.8198362515165705	4	3	1	2	3	True	95486	maximal	True	CAN0006_000000037829	1.0		17	6	False	False	1.0	0					non-mobilizable	other	1139.0	93.415	97.0	0.001154884674192394	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0052_000000014357	1679	0.8198356988213152	2	2	2	2	2	False	131699	fragment	False	AST0140_000000015176	0.5230374724592676		0	0	False	False	0.9958308339118958	0					non-mobilizable	other	1679.0	98.571	100.0	0.0004729797952733609	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0030_000000003174	3231	0.8198241292794509	4	4	4	4	4	False	84484	maximal	True	MAD0030_000000003174	1.0		65	11	False	False	0.9969049692153931	0					non-mobilizable	no_good_hit	2024.0	99.704	63.0	0.038531131554387366	NZ_NQCD01000027.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_30_length_52503_cov_93.9433_ID_59.ctg_1, whole genome shotgun sequence	True	False
FIJ0010_000000000226	42966	0.8198208351662034	51	17	13	14	6	True	74403	maximal	False	FIJ0112_000000000192	0.4657751398242845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	0.0	2.2776120822996387e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
ISR0123_000000000810	17194	0.8198208044199288	15	10	7	9	9	True	128772	maximal	True	ISR0123_000000000810	1.0	PS1052|PS1054	2	1	False	True	0.9998836517333984	0	IncW	MOBF			mobilizable	no_good_hit	7149.0	99.958	58.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	True	True
MON0038_000000007948	3450	0.8198206987495197	4	2	1	1	2	False	104909	fragment	False	ISR0856_000000000942	0.6124493907263927		0	0	False	False	1.0	0					non-mobilizable	plasmid	3451.0	98.986	100.0	0.27833803953206937	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0002_000000006359	3449	0.8198206987495197	4	2	1	1	2	False	104909	fragment	False	ISR0856_000000000942	0.6116628807512707		0	0	False	False	1.0	0					non-mobilizable	plasmid	3451.0	98.63799999999999	100.0	0.27833803953206937	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0022_000000006349	2112	0.8198206987495197	3	2	1	1	2	False	104849	fragment	False	DEN0064_000000009405	0.530385324226739		0	0	False	False	1.0	0					non-mobilizable	plasmid	2113.0	98.012	100.0	0.17039128680919727	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0779_000000014425	2341	0.8198153170763584	4	3	2	3	2	False	32368	fragment	False	ISR0779_000000014425	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1690.0	95.74	100.0	0.010195940963869984	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
FIJ0032_000000012154	2876	0.819805710507606	3	3	3	3	3	False	48447	fragment	False	FIJ0032_000000012154	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	78.03399999999999	28.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0101_000000061114	1100	0.8197911825571996	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.028436548406277594		0	0	False	False	0.9990909099578857	0					non-mobilizable	other	1096.0	90.785	99.0	0.00034034154861004387	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0140_000000007508	3609	0.8197831607652453	2	2	2	2	2	False	31256	maximal	True	ISR0140_000000007508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	87.02600000000001	68.0	0.0005446552579103724	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0059_01_000000005506	4786	0.8197732731540346	5	4	4	3	3	True	112064	fragment	False	USA0059_01_000000005506	0.9468520914187151		0	0	False	False	0.9991642236709595	0					non-mobilizable	other	4003.0	89.333	99.0	0.014276884380816954	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
CHI0162_000000017190	1853	0.8197679697373209	2	2	2	2	1	False	87706	fragment	False	ENG0098_000000011149	0.5334760656548309		0	0	False	False	0.9962223172187805	0					non-mobilizable	no_good_hit	322.0	71.118	17.0	0.012157586949830717	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ISR0059_000000004512	3524	0.8197660682647355	4	1	1	1	1	True	35457	maximal	True	ISR0059_000000004512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	96.37700000000001	12.0	0.0005076722428664674	NZ_DS995474.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld1, whole genome shotgun sequence	True	True
ISR0354_000000013680	1360	0.8197660434156565	2	2	2	2	1	False	61007	fragment	False	ISR0028_000000013139	0.8207240943587324		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	98.824	100.0	0.06957812819987712	NZ_JAAIUL010000036.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_36_length_19532_cov_423.737, whole genome shotgun sequence	False	False
FIJ0163_000000020226	1228	0.8197631706812579	3	2	2	2	2	False	39122	fragment	False	FIJ0163_000000020226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	76.52199999999999	9.0	4.0339180473531554e-05	LR607355.1	firmicutes	Enterococcus faecium strain 4928STDY7071735 genome assembly, chromosome: 1	True	False
AUS0006_000000015707	1654	0.8197608665701024	2	2	2	2	2	False	102048	fragment	False	AUS0006_000000015707	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1497.0	99.666	100.0	0.00028064467232858536	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ISR0214_000000006352	4145	0.8197593438194806	7	3	1	3	2	True	28236	maximal	True	ISR0214_000000006352	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0011_000000012925	1312	0.81975902888223	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.014826775445454802		0	0	False	False	0.9946646094322205	0					non-mobilizable	other	1312.0	89.177	100.0	0.00036378581624095394	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0005_000000007844	2323	0.8197530426287379	3	3	3	3	3	False	90783	maximal	True	CHI0005_000000007844	1.0		0	0	False	False	0.997417151927948	0					non-mobilizable	no_good_hit	1229.0	77.217	60.0	0.00032415247301989547	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MAD0008_000000006685	1960	0.8197525006507259	3	3	3	3	3	False	19822	maximal	True	MAD0008_000000006685	1.0		10	5	False	False	0.9877551198005676	0					non-mobilizable	no_good_hit	71.0	85.915	4.0	7.355962375303302e-05	NZ_FMAG01000004.1	a-proteobacteria	Rhizobium multihospitium strain HAMBI 2975, whole genome shotgun sequence	True	False
ISR0089_000000020351	1515	0.8197327519298709	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.37784409501245375		0	0	False	False	0.9993399381637573	0					non-mobilizable	other	1515.0	97.624	100.0	0.1852440964150251	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
ENG0005_000000002911	8077	0.8197322040094671	11	5	3	4	3	False	126537	backbone	False	ISR0217_000000003242	0.9594849040893576	PS336|PS768|PS968	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0008_000000023797	1117	0.8197278463666551	1	1	1	1	1	False	67346	fragment	False	ISR0150_000000015766	0.3481204349730307		0	0	False	False	0.9641897678375244	0					non-mobilizable	other	1117.0	98.65700000000001	100.0	0.000333365153645725	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0046_000000023299	1426	0.8197241632961442	2	2	2	2	1	False	6708	maximal	True	SPA0046_000000023299	1.0		1	1	False	False	0.9964936971664429	0					non-mobilizable	chromosome	1321.0	99.92399999999999	93.0	0.00029865253406675154	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0052_000000008207	2991	0.8197122644555552	5	5	2	3	5	False	101749	fragment	False	MON0075_000000006432	0.7388001396041516		0	0	False	False	0.9919759035110474	0					non-mobilizable	no_good_hit	2697.0	84.056	89.0	0.43734603383149945	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0012_000000010808	2223	0.8197111242889961	4	3	3	3	1	False	92697	maximal	True	FIJ0012_000000010808	1.0		1	1	False	False	0.9946019053459167	0					non-mobilizable	no_good_hit	774.0	78.295	34.0	0.00016010861228233457	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
ENG0021_000000004759	3972	0.8197100057950706	5	4	3	2	2	False	106567	fragment	False	ENG0021_000000004759	1.0		0	0	False	False	0.9957200288772583	0					non-mobilizable	chromosome	2554.0	99.21700000000001	95.0	0.0007139040147243752	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0269_000000006959	2494	0.8196961330079099	3	3	2	3	3	False	109618	maximal	True	ISR0269_000000006959	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1649.0	97.81700000000001	66.0	0.008124667021843368	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0094_000000011767	1910	0.8196883203529695	2	2	2	1	1	False	109222	fragment	False	AST0094_000000011767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	99.376	59.0	0.08096201068900766	NZ_QIML01000034.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_34, whole genome shotgun sequence	True	False
SPA0068_000000005665	1878	0.8196874903816701	3	3	3	1	2	False	25322	fragment	False	SPA0068_000000005665	1.0		0	0	False	False	0.9957401752471924	0					non-mobilizable	chromosome	1878.0	99.361	100.0	0.0003557297121299473	CP031814.1	enterobacteria	Klebsiella pneumoniae strain KSB1_7F-sc-2280268 chromosome, complete genome	False	False
MON0053_000000022280	1782	0.8196714084315047	2	2	1	2	1	True	52179	fragment	False	MON0053_000000022280	0.9685294117647059		0	0	False	False	0.9971941709518433	0					non-mobilizable	no_good_hit								True	True
FIJ0003_000000013849	1700	0.8196714084315047	2	2	1	2	1	True	52179	fragment	False	MON0053_000000022280	0.94668911335578		0	0	False	False	0.9905882477760315	0					non-mobilizable	no_good_hit								True	True
MON0037_000000029524	2366	0.8196585469958427	2	2	2	2	1	False	90604	fragment	False	MON0011_000000018278	0.9445282955089208		0	0	False	False	0.9809805750846863	0					non-mobilizable	other	2351.0	99.405	99.0	0.016622928323347788	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MON0092_000000026610	2081	0.8196511974165015	4	4	1	4	1	False	102932	fragment	False	ISR0097_000000012653	0.9312963827388253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1466.0	79.4	70.0	0.001389662518734603	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
MAD0091_000000003302	4129	0.8196374832119051	10	3	2	2	2	True	15765	maximal	True	MAD0091_000000003302	1.0		2	1	False	False	0.9983046650886536	0					non-mobilizable	no_good_hit								True	True
MAD0075_000000000543	4062	0.8196296471863964	5	5	1	4	3	False	82873	maximal	True	MAD0075_000000000543	1.0		1	1	False	False	0.9935992360115051	0	IncK2/Z				non-mobilizable	plasmid	2018.0	94.648	92.0	0.021267112384590895	CP055982.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_2, complete sequence	False	True
ISR0001_000000004362	6817	0.8196288747231364	6	6	5	6	5	False	127577	fragment	False	ISR0001_000000004362	0.8719252086682316		0	0	False	False	0.9969194531440735	0					non-mobilizable	other	6818.0	98.079	100.0	0.18692742333644194	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0185_000000006479	4766	0.8196262485086296	6	5	4	5	2	False	58184	maximal	True	ISR0185_000000006479	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	79.532	4.0	0.000623469326802461	NZ_LGSS01000005.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_5c, whole genome shotgun sequence	True	False
AST0026_000000002808	10135	0.8196246601437817	3	2	2	2	0	True	130431	fragment	False	ENG0083_000000002400	0.5008066487957621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0194_000000002405	9985	0.8196246601437817	3	2	2	2	0	True	130436	fragment	False	AST0010_000000002260	0.9319030593104384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.031	3.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
AST0010_000000002260	9925	0.8196246601437817	3	2	2	2	0	True	130436	fragment	False	AST0010_000000002260	0.9349368662659416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	97.015	1.0	0.0001380068877983092	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0175_000000002409	9743	0.8196246601437817	3	2	2	2	0	True	130400	fragment	False	ENG0175_000000002409	0.9433053743398572		0	0	False	False	0.9984604120254517	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
DEN0045_000000002909	9724	0.8196246601437817	2	2	2	2	0	True	130431	fragment	False	ENG0083_000000002400	0.5985870669710012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	98.305	1.0	0.0016283901398169464	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
USA0010_01_000000002713	9657	0.8196246601437817	3	2	2	2	0	True	130400	fragment	False	ENG0175_000000002409	0.9388278764240994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0229_000000001336	9641	0.8196246601437817	3	2	2	2	0	True	130411	fragment	False	ISR0229_000000001336	0.9177825918254875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	1.0	0.00011709675328341387	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0179_000000002869	9441	0.8196246601437817	3	2	2	2	0	True	130431	fragment	False	ENG0083_000000002400	0.49184274774191816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	1.0	0.001600314447751137	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
USA0023_01_000000003479	9359	0.8196246601437817	3	2	2	2	0	True	130431	fragment	False	ENG0083_000000002400	0.40007867847693146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	98.667	1.0	0.08399545970488081	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ENG0106_000000001947	9349	0.8196246601437817	3	2	2	2	0	True	130411	fragment	False	ISR0229_000000001336	0.703905041978213		0	0	False	False	0.9998930096626282	0					non-mobilizable	no_good_hit	161.0	93.16799999999999	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0078_000000006179	2940	0.8196222685233504	4	4	2	4	4	False	112289	fragment	False	FIJ0051_000000007232	0.9584822105073969		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	99.71700000000001	96.0	0.0004324938196780275	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0103_000000007919	2645	0.8196120313024235	4	2	1	1	0	True	100137	fragment	False	FIJ0103_000000007919	0.9635234769111369		0	0	False	False	1.0	0					non-mobilizable	plasmid	2645.0	99.584	100.0	0.022930289837475932	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0075_000000019139	1281	0.8196097297398892	2	2	2	2	1	True	62069	maximal	True	ENG0075_000000019139	1.0		1	1	False	False	0.9547228813171387	0					non-mobilizable	no_good_hit	840.0	74.643	65.0	0.017094017094017096	NZ_WAJS01000022.1	actinobacteria	Adlercreutzia muris strain DSM 29508 DSM29508T_contig_022, whole genome shotgun sequence	True	True
FIJ0060_000000005045	2696	0.8196092761057314	3	2	2	2	2	False	79606	maximal	True	FIJ0060_000000005045	1.0		16	7	False	False	0.9996290802955627	0					non-mobilizable	no_good_hit	1306.0	77.48899999999999	84.0	0.0003498792321800207	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0099_000000010280	2061	0.8195900647178669	2	1	1	1	1	False	108772	fragment	False	AST0099_000000010280	0.9844022726426298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	9.0	0.0002446522557903716	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0096_000000029566	1435	0.8195900647178669	1	1	1	1	1	False	78077	fragment	False	ISR0025_000000027216	0.9811616217206958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	96.053	5.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0017_000000008681	1494	0.8195880090093584	3	3	3	2	2	False	7819	maximal	True	SPA0017_000000008681	1.0		53	9	False	False	0.993306577205658	0					non-mobilizable	chromosome	1494.0	99.73200000000001	100.0	0.00023249697232258245	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ISR0297_000000012235	1265	0.8195836342999424	2	2	2	2	2	False	25913	fragment	False	ISR0290_000000012744	0.9429963831246736		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1265.0	98.419	100.0	0.0006078311152787296	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
MON0053_000000013656	2725	0.8195766564669534	2	2	2	1	1	False	11186	maximal	True	MON0053_000000013656	1.0		35	7	False	False	0.9838532209396362	0					non-mobilizable	no_good_hit	1908.0	99.738	70.0	0.0003731904081258836	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
MON0108_000000006769	3144	0.819575067764317	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.3135308623113979		0	0	False	False	1.0	0					non-mobilizable	chromosome	3155.0	91.34700000000001	100.0	0.0010558958335366922	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0060_000000006630	3979	0.8195728363315065	3	3	1	0	3	False	117223	fragment	False	ENG0060_000000006630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1773.0	99.436	45.0	0.21670539317598142	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
USA0132_01_000000003716	4839	0.8195655448031239	6	4	4	4	2	False	130464	fragment	False	CHI0015_000000001588	0.6467434471803019		0	0	False	False	1.0	0					non-mobilizable	other	4777.0	99.184	99.0	0.007619372833864163	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0050_000000017051	2146	0.8195639470280478	3	3	3	3	1	False	113449	fragment	False	MON0050_000000017051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	75.979	18.0	0.0015420549218280958	NZ_FNCY01000005.1	b-proteobacteria	Propionivibrio dicarboxylicus strain DSM 5885, whole genome shotgun sequence	True	False
MON0107_000000024209	2440	0.8195637423754332	2	2	2	2	2	False	8600	maximal	True	MON0107_000000024209	1.0		0	0	False	False	0.9954918026924133	0					non-mobilizable	no_good_hit	837.0	78.61399999999999	34.0	0.00023518048960924646	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0183_000000006874	5120	0.8195523797467927	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6544198186248231	PS931	0	0	True	True	1.0	1					non-mobilizable	other	5121.0	98.75	100.0	0.09448310230901272	MK878535.1	enterobacteria	Escherichia coli 0012I contig 0012I-ColB-ColM genomic sequence	False	True
ISR0207_000000002467	8625	0.8195447099247462	8	3	3	2	1	False	28604	maximal	True	ISR0207_000000002467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2505.0	92.535	31.0	0.039608662613981764	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
MAD0009_000000000144	29105	0.8195405914820488	39	11	6	6	8	False	20181	maximal	True	MAD0009_000000000144	1.0		1	1	False	False	0.9999656677246094	0					non-mobilizable	no_good_hit	9291.0	85.56700000000001	38.0	0.16327579484634744	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0034_000000026217	1127	0.8195345981929733	2	2	2	2	2	False	12221	fragment	False	MON0034_000000026217	1.0		0	0	False	False	0.9822537899017334	0					non-mobilizable	no_good_hit	289.0	72.664	44.0	0.00012495286671900264	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ISR0781_000000012133	2334	0.8195321501437683	3	3	2	3	2	False	96371	maximal	True	ISR0781_000000012133	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	90.686	54.0	0.00040397070972304	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0175_000000012642	1642	0.8195301559687966	3	3	3	2	1	False	117340	fragment	False	ISR0398_000000010638	0.38042169473150966		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	99.695	100.0	0.013285620602832	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0106_000000004429	5456	0.8195301192393427	7	6	4	4	6	True	128685	backbone	False	FIJ0105_000000005116	0.5875308370808004	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	10					non-mobilizable	other	4528.0	99.735	92.0	0.9136226034308779	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0137_000000002160	5456	0.8195301192393427	7	6	4	4	6	True	128685	backbone	False	FIJ0105_000000005116	0.5875021638774119	PS1045|PS1046|PS656|PS658	0	0	True	True	0.999450147151947	2					non-mobilizable	other	4503.0	99.734	92.0	0.908577194752775	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0073_000000003455	5436	0.8195301192393427	7	6	4	4	6	True	128685	backbone	False	FIJ0105_000000005116	0.5873131005685542	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	14					non-mobilizable	other	4528.0	99.735	92.0	0.9136226034308779	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
SPA0029_000000019921	1358	0.8195284859568256	3	2	2	1	1	False	7369	maximal	True	SPA0029_000000019921	1.0		2	2	False	False	0.9705449342727661	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	6.5678482052749845e-06	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
MAD0106_000000003590	4634	0.8195153048312651	6	6	6	5	5	False	55278	fragment	False	MAD0106_000000003590	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4634.0	100.0	100.0	0.0009283683560445937	CP010121.1	enterobacteria	Escherichia coli strain C4, complete genome	False	False
ISR0221_000000007369	3120	0.8195077262195088	3	1	1	1	1	False	27962	fragment	False	ISR0221_000000007369	1.0		0	0	False	False	0.9878205060958862	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.200661394136507e-06	CP004371.1	CFB group bacteria	Flammeovirgaceae bacterium 311, complete genome	True	False
ISR0177_000000004002	5696	0.8195047847400782	8	5	2	3	3	True	113950	fragment	False	ISR0336_000000001572	0.8804794211706106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	80.586	41.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
USA0116_01_000000004932	5428	0.8195047847400782	8	5	2	3	3	True	113950	fragment	False	ISR0336_000000001572	0.8564575637290197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	80.586	43.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
ENG0171_000000003550	6321	0.8195045408708217	11	6	4	5	6	False	126009	maximal	True	ENG0171_000000003550	1.0		4	3	False	False	0.9968359470367432	0					non-mobilizable	chromosome	6325.0	97.976	100.0	0.00223810061749621	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
USA0025_01_000000006599	2421	0.8194974624512619	3	3	3	3	3	False	81007	fragment	False	USA0025_01_000000006599	1.0		0	0	False	False	0.9876084327697754	0					non-mobilizable	other	2334.0	99.87100000000001	96.0	0.024206015708490264	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
ENG0030_000000005165	4120	0.8194947925569771	8	5	4	5	4	False	65757	maximal	True	ENG0030_000000005165	1.0		1	1	False	False	0.9997572898864746	0					non-mobilizable	no_good_hit	1566.0	82.375	40.0	0.0005531550675664846	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ETH0002_000000004042	7044	0.8194866185859336	10	9	3	8	6	True	97576	maximal	True	ETH0002_000000004042	1.0		2	1	False	False	0.9992901682853699	0					non-mobilizable	no_good_hit	4065.0	99.95100000000001	58.0	0.0007093628389175584	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
SPA0020_000000000096	65443	0.819483059744103	101	31	15	27	15	True	99781	fragment	False	SPA0020_000000000096	1.0		0	0	False	False	0.9999847412109375	0					non-mobilizable	no_good_hit	1716.0	86.24700000000001	3.0	0.029351582784531528	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ENG0094_000000016290	1109	0.8194830002718659	2	2	2	2	2	False	61007	fragment	False	ISR0028_000000013139	0.3102677494438871		0	0	False	False	0.9990983009338379	0					non-mobilizable	other	1109.0	96.75399999999999	100.0	0.010054736381934262	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
MON0090_000000041705	1479	0.8194769688465936	1	1	1	1	1	False	9546	maximal	True	MON0090_000000041705	1.0		31	8	False	False	0.9959431886672974	0					non-mobilizable	no_good_hit	590.0	72.542	39.0	0.03718137098319811	NZ_AUCA01000054.1	firmicutes	Alicyclobacillus contaminans DSM 17975 G463DRAFT_scaffold00053.53_C, whole genome shotgun sequence	True	False
ENG0080_000000001241	16473	0.8194665383290893	23	7	2	5	2	False	107971	fragment	False	ENG0080_000000001241	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12056.0	99.11200000000001	94.0	0.02001444426919469	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0055_000000009861	3414	0.8194662183092049	4	3	1	1	2	True	128501	maximal	False	ENG0063_000000009089	0.6765283813228656	PS609	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	1366.0	88.87299999999999	49.0	0.5093773443360841	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0126_000000006831	2792	0.8194628058873867	3	3	2	3	3	False	117059	fragment	False	ISR0148_000000010221	0.9174811812743792		0	0	False	False	0.9985673427581787	0					non-mobilizable	no_good_hit								True	False
ISR0853_000000002690	5314	0.8194624320361518	6	5	3	5	3	False	22817	maximal	True	ISR0853_000000002690	1.0		3	2	False	False	0.9992472529411316	0					non-mobilizable	no_good_hit	250.0	74.8	5.0	0.031760554175924716	NZ_WHJC01000165.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig165, whole genome shotgun sequence	True	False
MON0037_000000003025	11242	0.8194597723858782	11	9	5	6	5	True	132285	fragment	False	USA0021_01_000000001590	0.7037783533449758		0	0	False	False	0.9979541301727295	0					non-mobilizable	other	8320.0	93.29299999999999	99.0	0.3673207246312619	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
FIJ0154_000000008881	3872	0.8194569493656619	7	4	4	2	1	False	45326	fragment	False	FIJ0154_000000008881	1.0		0	0	False	False	0.9888946413993835	0					non-mobilizable	no_good_hit								True	False
DEN0053_000000000473	13111	0.8194448190885422	15	7	5	7	3	True	107518	fragment	False	ISR0077_000000001266	0.2998700716335955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5147.0	97.669	62.0	0.04448164015749397	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CAN0012_000000009649	5603	0.8194437502818971	8	4	2	3	3	False	96896	maximal	True	CAN0012_000000009649	1.0		1	1	False	False	0.9989291429519653	0					non-mobilizable	no_good_hit	1629.0	86.495	34.0	0.0004527264394198055	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0089_000000013948	1892	0.8194381690563648	2	2	2	1	0	True	9607	maximal	True	MON0089_000000013948	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	98.99	5.0	2.9024352320097144e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0236_000000008253	1377	0.8194325163151287	2	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.013146357389384657		0	0	False	False	0.9992737770080566	0					non-mobilizable	other	1132.0	99.382	99.0	0.020711630377057887	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0108_000000025273	1132	0.8194325163151287	2	2	2	2	0	True	107069	fragment	False	AST0108_000000025273	1.0		0	0	False	False	0.9991165995597839	0					non-mobilizable	other	862.0	97.21600000000001	94.0	0.015767209332136906	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0814_000000038435	1117	0.8194325163151287	2	2	2	2	0	True	21481	fragment	False	ISR0814_000000038435	1.0		0	0	False	False	1.0	0					non-mobilizable	other	885.0	99.322	99.0	0.016188400754482028	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0381_000000012147	1489	0.8194313822040564	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.8396494973721399		0	0	False	False	1.0	0					non-mobilizable	chromosome	1489.0	95.23200000000001	100.0	0.000525073864977679	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0301_000000004762	3456	0.8194295050776473	6	6	5	6	5	False	105605	fragment	False	ISR0301_000000004762	0.955993411686773		0	0	False	False	0.9988425970077515	0					non-mobilizable	other	3456.0	98.929	100.0	0.013814474210315874	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0065_000000014854	2236	0.8194245789337207	6	2	1	2	2	True	35194	maximal	True	ISR0065_000000014854	1.0		1	1	False	False	0.9982110857963562	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	8.608671987381353e-06	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0338_000000002453	7518	0.8194177062190648	6	4	2	3	4	False	113361	maximal	True	ISR0338_000000002453	0.9958345468999256		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	90.956	15.0	0.1850412821758135	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0063_000000005628	2308	0.8194106035788599	4	3	3	2	1	False	85461	maximal	True	CHI0063_000000005628	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	99.26700000000001	41.0	0.013772792238728399	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0012_000000009567	2286	0.8194055223550495	3	3	3	3	2	False	129468	fragment	False	SPA0083_000000007203	0.9858966888460176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	84.434	67.0	0.021279562695225344	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
TAN0009_000000000171	40040	0.8194026603018193	44	24	17	18	13	True	53859	maximal	False	ENG0208_000000000261	0.9767435694955514		0	0	False	True	0.9999750256538391	0					non-mobilizable	no_good_hit	65.0	100.0	0.0	1.4931320591317624e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
CHI0141_000000005660	4867	0.8194018110388043	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.6769974860803041		0	0	False	False	1.0	0					non-mobilizable	chromosome	4867.0	98.459	100.0	0.0016378671106119045	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0070_000000002759	7582	0.8193967830212713	8	8	2	1	7	True	91934	fragment	False	CAN0021_000000005250	0.6545220351458276		0	0	False	False	1.0	0					non-mobilizable	plasmid	7582.0	99.459	100.0	0.19625152087809677	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0330_000000026980	1205	0.8193911281623751	1	1	1	1	1	False	24637	maximal	True	ISR0330_000000026980	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	85.863	71.0	0.00024041751482178176	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0021_000000002092	12352	0.8193907485383374	12	8	4	3	7	True	132596	backbone	False	ISR0120_000000000296	0.03577418187871075	PS1169|PS902	0	0	False	True	0.996761679649353	0		MOBB	MPF_T		conjugative	plasmid	12191.0	99.91	99.0	0.39282606593831576	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
FIJ0154_000000024229	1631	0.8193815645740621	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9474052394731168		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.046	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0106_000000013668	1622	0.8193815645740621	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9440762736529219		0	0	False	False	1.0	0					non-mobilizable	chromosome	1467.0	82.345	96.0	0.0003862642511635277	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0161_000000001455	16258	0.8193782530825217	20	8	5	6	4	False	30411	fragment	False	ISR0161_000000001455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0178_000000006926	3102	0.8193762397798037	2	2	1	2	0	True	55472	maximal	True	ENG0178_000000006926	1.0		7	3	False	False	0.9993552565574646	0					non-mobilizable	no_good_hit	865.0	99.76899999999999	28.0	0.0034119988626670457	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0004_000000009899	2668	0.8193701865326615	6	3	1	1	3	False	67801	maximal	True	ENG0004_000000009899	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	70.206	35.0	0.020819150104315363	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
ISR0269_000000005458	3013	0.8193673300108021	3	3	3	3	3	False	92602	fragment	False	ISR0269_000000005458	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2938.0	99.728	98.0	0.0005267699389237429	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
AST0059_000000002653	5050	0.8193608068691226	8	5	3	4	4	True	120396	fragment	False	AST0059_000000002653	1.0		0	0	False	False	0.9976237416267395	0					non-mobilizable	no_good_hit	229.0	100.0	6.0	7.92106725958866e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0026_000000016820	1589	0.8193534165392088	3	3	3	3	2	False	127012	fragment	False	ISR0106_000000016539	0.9610349127182045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	96.964	68.0	0.0041658994660283555	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AUS0022_000000009488	3751	0.8193413218448959	5	3	1	0	3	False	99359	backbone	True	AUS0022_000000009488	1.0	PS558	1	1	True	True	0.9997333884239197	31					non-mobilizable	no_good_hit	236.0	73.729	6.0	0.08713537771129394	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0145_000000007151	4493	0.8193300223987356	5	4	4	4	3	True	91788	fragment	False	ISR0145_000000007151	1.0		0	0	False	False	0.9997774362564087	0					non-mobilizable	no_good_hit	1735.0	83.40100000000001	39.0	0.0005164943914431184	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
AST0002_000000030427	1234	0.8193279628286121	1	1	1	1	1	False	130988	fragment	False	AST0002_000000030427	1.0		0	0	False	False	0.9991896152496338	0					non-mobilizable	other	1215.0	95.14399999999999	98.0	0.000323087932878615	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0142_000000024246	1500	0.8193160087924297	2	2	2	2	2	False	41190	maximal	False	FIJ0125_000000012072	0.9397856242118537		0	0	False	False	0.9986666440963745	0					non-mobilizable	other	1504.0	87.234	100.0	0.00045132019436575364	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0197_000000019956	1270	0.8192893258044939	2	2	2	2	1	False	28914	fragment	False	ISR0197_000000019956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	95.0	22.0	0.06839506172839506	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
CHI0087_000000000310	10989	0.8192885982100566	12	12	10	9	11	True	85511	fragment	False	CHI0087_000000000310	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10840.0	99.991	100.0	0.04322149470846725	CP026642.1	enterobacteria	Escherichia coli strain FORC_082 plasmid pFORC82_1, complete sequence	False	True
ENG0090_000000002008	9466	0.8192857138270043	14	6	5	6	3	False	109362	maximal	True	ENG0090_000000002008	1.0		2	2	False	False	0.998732328414917	0					non-mobilizable	no_good_hit	1332.0	75.976	14.0	0.9373665480427046	NZ_QSOD01000018.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf18, whole genome shotgun sequence	True	False
MON0090_000000051522	1212	0.8192825256437495	2	2	2	2	2	False	11770	fragment	False	MON0058_000000038350	0.7158783712363446		0	0	False	False	0.9966996908187866	0					non-mobilizable	no_good_hit	438.0	71.689	36.0	0.00044826407132194117	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0205_000000003911	2296	0.8192822330675592	2	2	2	1	0	True	61615	maximal	True	ENG0205_000000003911	1.0		6	4	False	False	0.9751741886138916	0					non-mobilizable	no_good_hit	102.0	84.314	4.0	5.833143226767774e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0233_000000001390	5761	0.8192791566718881	5	3	1	3	1	False	62445	maximal	True	ISR0233_000000001390	1.0	PS278	1	1	True	True	0.9998264312744141	7					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.994554690892549e-05	NZ_OUNG01000004.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	True
ISR0850_000000005763	2583	0.819274488474152	3	3	3	3	3	False	84013	fragment	False	SPA0044_000000010053	0.9790803872787209		0	0	False	False	1.0	0					non-mobilizable	chromosome	2583.0	99.76799999999999	100.0	0.00036444074577392704	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0124_000000006131	4169	0.8192595493619941	7	2	1	2	0	False	41262	maximal	True	FIJ0124_000000006131	1.0		1	1	False	False	0.9805708527565002	0					non-mobilizable	no_good_hit								True	False
ENG0121_000000005869	3018	0.8192595493619941	4	2	1	2	0	False	66012	fragment	False	ENG0121_000000005869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0062_000000011297	2562	0.8192595493619941	4	2	1	2	0	False	66011	fragment	False	FIJ0062_000000011297	1.0		0	0	False	False	0.9730679392814636	0					non-mobilizable	no_good_hit								True	False
MON0072_000000016528	1306	0.8192595493619941	2	2	1	2	0	False	10395	maximal	True	MON0072_000000016528	1.0		1	1	False	False	0.9425727128982544	0					non-mobilizable	no_good_hit	637.0	95.29	60.0	0.00016965750258287541	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0035_01_000000007593	3294	0.8192563702868693	3	1	1	1	1	False	89105	fragment	False	USA0035_01_000000007593	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	99.449	98.0	0.01313049281561829	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0114_000000001277	4924	0.8192449999852519	6	6	4	4	6	True	123628	fragment	False	USA0108_01_000000001009	0.1733963836996051		0	0	False	True	0.9997969269752502	0					non-mobilizable	chromosome	4845.0	98.63799999999999	98.0	0.0011021869109555467	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
DEN0047_000000000294	5180	0.8192426343542368	9	5	3	3	4	False	72674	maximal	True	DEN0047_000000000294	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1629.0	82.014	32.0	0.001758472739880385	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
AST0113_000000009443	3863	0.8192364335210204	4	3	2	3	1	False	106644	fragment	False	MON0040_000000006203	0.9776954886859615		0	0	False	False	0.9984468221664429	0					non-mobilizable	other	3863.0	99.405	100.0	0.0011695484943198766	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0057_000000006201	3595	0.8192364335210204	4	3	2	3	1	False	106644	fragment	False	MON0040_000000006203	0.7764967405228467		0	0	False	False	0.9980528354644775	0					non-mobilizable	other	3595.0	100.0	100.0	0.0010883887334504497	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0096_000000016423	2204	0.8192364335210204	3	3	2	3	1	False	91492	fragment	False	ENG0110_000000014024	0.7305138937431859		0	0	False	False	0.9668784141540527	0					non-mobilizable	other	2128.0	99.34200000000001	97.0	0.0006441298931689222	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0110_000000014024	2174	0.8192364335210204	3	3	2	3	1	False	91492	fragment	False	ENG0110_000000014024	0.9577054444163519		0	0	False	False	0.989880383014679	0					non-mobilizable	other	2174.0	99.494	100.0	0.0006582161766091235	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
CHI0162_000000014464	2161	0.8192364335210204	3	3	2	3	1	False	91492	fragment	False	ENG0110_000000014024	0.7335119344772488		0	0	False	False	0.991670548915863	0					non-mobilizable	other	2161.0	100.0	100.0	0.0006541234458132919	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0015_000000004153	4830	0.8192361288990485	5	3	3	3	3	False	127864	fragment	False	CHI0061_000000000946	0.7844807742207559		0	0	False	False	0.9958592057228088	0					non-mobilizable	no_good_hit	935.0	91.765	25.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0140_000000005202	2989	0.8192250683534732	4	4	3	2	3	False	131576	fragment	False	ENG0140_000000005202	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	98.12799999999999	100.0	0.0001870468240549551	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
FIJ0147_000000001104	12640	0.8192048938271379	15	8	5	6	4	True	53589	fragment	False	ISR0391_000000000636	0.9473395301178364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	1.0	0.00039849457604604826	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	True
FIJ0105_000000001284	18117	0.8191963571079715	23	11	10	11	10	False	67003	maximal	True	FIJ0105_000000001284	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	3437.0	96.77	28.0	0.0011548545122296433	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0132_000000004432	7864	0.8191944745139673	9	8	1	7	8	True	82239	fragment	False	SPA0132_000000004432	1.0		0	0	False	False	0.9975839257240295	0			MPF_F		non-mobilizable	plasmid	7674.0	99.348	98.0	0.07606217411130275	CP058015.1	enterobacteria	Escherichia coli strain RHB04-C08 plasmid pRHB04-C08_2, complete sequence	False	True
ISR0326_000000008837	2165	0.819188811736904	3	3	3	3	3	False	101825	fragment	False	MON0058_000000021850	0.969348338988212		0	0	False	False	0.9879907369613647	0					non-mobilizable	no_good_hit	113.0	80.531	5.0	2.1385997037745106e-05	NZ_CP045300.1	enterobacteria	Kosakonia arachidis strain KACC 18508 chromosome, complete genome	True	False
SPA0034_000000007641	4617	0.8191886676869475	5	4	3	3	2	False	106406	maximal	True	SPA0034_000000007641	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2106.0	96.771	72.0	0.0005953719676272915	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0090_000000011010	3097	0.8191843518644628	4	3	2	3	2	True	70584	maximal	True	SPA0090_000000011010	1.0		0	0	False	False	0.9909589886665344	0					non-mobilizable	no_good_hit	1333.0	78.77	43.0	0.00042521072801853085	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
AST0084_000000004829	5917	0.8191819633857312	5	5	3	3	4	False	115352	fragment	False	SPA0108_000000004649	0.9248145331998754		0	0	False	False	1.0	0					non-mobilizable	other	5922.0	95.61	100.0	0.0013767144188963328	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0333_000000014913	1586	0.8191769761564164	2	2	2	2	1	False	51383	fragment	False	ISR0333_000000014913	0.9831499312242091		0	0	False	False	1.0	0					non-mobilizable	other	1586.0	98.991	100.0	0.0007205223400565417	CP015283.1	firmicutes	Streptococcus salivarius strain ATCC 25975, complete genome	False	False
AST0153_000000008872	3478	0.8191758996482775	4	3	3	3	3	False	119388	maximal	True	AST0153_000000008872	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	87.88799999999999	29.0	0.0004727355822788426	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
USA0031_01_000000012817	2227	0.8191756487556101	3	3	3	3	3	False	6644	maximal	True	USA0031_01_000000012817	1.0		8	5	False	False	0.9995509386062622	0					non-mobilizable	no_good_hit	747.0	74.967	52.0	0.002362825733554379	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0021_000000004760	3971	0.8191691772131631	4	4	4	4	4	False	131500	maximal	True	ENG0021_000000004760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	99.89	46.0	0.01013933918516989	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0036_01_000000017763	1849	0.819158747126545	2	2	0	2	1	True	109085	fragment	False	USA0036_01_000000017763	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1851.0	94.92200000000001	100.0	0.0003571503928363955	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
FIJ0144_000000011888	2651	0.8191536490694988	4	3	2	3	3	False	40097	maximal	True	FIJ0144_000000011888	1.0		16	1	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	76.22	6.0	0.0011447954208183167	NZ_KB905702.1	CFB group bacteria	Proteiniphilum acetatigenes DSM 18083 F597DRAFT_scaffold00011.11, whole genome shotgun sequence	True	False
FIJ0061_000000001371	14834	0.8191523251095052	20	6	4	5	2	False	94649	fragment	False	ISR0108_000000001452	0.9741145137236035		0	0	False	False	1.0	0					non-mobilizable	plasmid	5206.0	99.02	97.0	0.10264324153213042	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
CAN0020_000000011104	3334	0.8191468719150744	4	3	3	2	3	False	111121	fragment	False	ISR0245_000000001255	0.27228657228657227		0	0	False	False	1.0	0					non-mobilizable	other	3051.0	99.639	91.0	0.0008246767064521354	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0048_000000009341	2144	0.8191450640250197	3	3	3	3	2	False	6632	maximal	True	SPA0048_000000009341	1.0		195	11	False	False	0.9995335936546326	0					non-mobilizable	no_good_hit	541.0	75.786	25.0	0.005765334712703134	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0175_000000006496	3605	0.8191410753175508	5	4	4	3	4	False	114919	fragment	False	ISR0175_000000006496	1.0		0	0	False	False	0.993619978427887	0					non-mobilizable	other	3586.0	99.024	99.0	0.045763231126656284	NZ_QRHR01000010.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf10, whole genome shotgun sequence	False	False
ENG0049_000000005785	3429	0.8191371103745118	5	4	2	2	4	False	87830	maximal	True	ENG0049_000000005785	1.0		1	1	False	False	0.9947506785392761	0					non-mobilizable	no_good_hit	1348.0	96.14200000000001	71.0	0.00029896561451204855	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0113_000000011230	2509	0.8191371103745118	4	4	2	2	4	False	69448	fragment	False	ENG0113_000000011230	1.0		0	0	False	False	0.9980071783065796	0					non-mobilizable	chromosome	1932.0	94.04799999999999	99.0	0.0004282360362401409	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0030_000000008352	3975	0.8191348802033848	6	3	2	2	3	False	104909	fragment	False	ISR0856_000000000942	0.7351197659137649		0	0	False	False	1.0	0					non-mobilizable	plasmid	3976.0	97.912	100.0	0.3206938281565147	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0048_000000008109	3745	0.8191348802033848	5	3	2	2	3	False	122240	fragment	False	FIJ0048_000000008109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	81.126	49.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MON0022_000000010461	2689	0.8191348802033848	5	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6986343729764509		0	0	False	False	1.0	0					non-mobilizable	plasmid	2690.0	97.398	100.0	0.21694231544977813	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0001_000000013515	2554	0.8191348802033848	5	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.7025865645119544		0	0	False	False	1.0	0					non-mobilizable	plasmid	2554.0	98.042	100.0	0.20597014925373133	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0031_000000008245	2534	0.8191348802033848	4	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6788714133658355		0	0	False	False	0.9905288219451904	0					non-mobilizable	plasmid	2534.0	97.001	100.0	0.20435659540137152	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0186_000000007631	2525	0.8191348802033848	5	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6713442045160649		0	0	False	False	1.0	0					non-mobilizable	plasmid	2525.0	97.03	100.0	0.2036304961678096	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0098_000000010164	2512	0.8191348802033848	5	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6759353983744454		0	0	False	False	1.0	0					non-mobilizable	plasmid	2512.0	96.975	100.0	0.20258168616377573	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0109_000000010570	2485	0.8191348802033848	4	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6515927357388664		0	0	False	False	0.9995976090431213	0					non-mobilizable	plasmid	2485.0	97.264	100.0	0.20040338846308994	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0068_000000008274	2463	0.8191348802033848	4	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6619113787701054		0	0	False	False	0.9943158626556396	0					non-mobilizable	plasmid	2463.0	98.214	100.0	0.19862847922549415	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0079_000000011508	2447	0.8191348802033848	4	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6506227862779913		0	0	False	False	0.9995913505554199	0					non-mobilizable	plasmid	2446.0	97.016	99.0	0.1972569584509883	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0001_000000008828	2238	0.8191348802033848	3	3	2	2	3	False	122220	fragment	False	MON0006_000000008527	0.9808253409613653		0	0	False	False	0.9986594915390015	0					non-mobilizable	no_good_hit	642.0	88.162	73.0	0.05171440096813231	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CHI0098_000000004208	2140	0.8191348802033848	4	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.08723534827323005		0	0	False	False	0.9985981583595276	0					non-mobilizable	plasmid	2140.0	97.383	100.0	0.17256958450988302	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0022_000000003819	5518	0.819129346785239	7	5	3	5	2	False	66329	maximal	True	ENG0022_000000003819	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000007853	1451	0.8191282729826551	3	3	2	3	3	True	18448	fragment	False	MAD0104_000000007853	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	965.0	98.031	100.0	0.0001631895499100172	CP050200.1	enterobacteria	Escherichia coli strain RH-024-MS chromosome	False	True
MAD0036_000000024340	1297	0.8191249706273936	2	2	2	1	0	True	100221	maximal	True	MAD0036_000000024340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	93.469	19.0	0.0011285742037538968	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ENG0082_000000014765	1415	0.8191231828490528	2	1	1	1	1	False	70894	fragment	False	ENG0082_000000014765	0.9630120153476794		0	0	False	False	0.9915194511413574	0					non-mobilizable	no_good_hit	433.0	72.055	29.0	4.750997822931785e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
CAN0020_000000018204	2003	0.81912200488539	3	3	3	3	2	False	93430	maximal	False	MON0087_000000023678	0.9471715755025714		0	0	False	False	0.995506763458252	0					non-mobilizable	no_good_hit	48.0	89.583	2.0	0.00022103164115993561	NZ_SAVB01000004.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold4_1, whole genome shotgun sequence	True	False
CHI0125_000000004389	3575	0.8191162386143306	3	3	3	3	3	False	113890	fragment	False	DEN0083_000000006854	0.8657567245249403		0	0	False	False	0.9974825382232666	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000014241	2184	0.8191131877124916	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5220591427947662		0	0	False	False	1.0	0					non-mobilizable	other	2184.0	99.954	100.0	0.0038050980993683155	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0103_000000003212	5666	0.8191103264205191	7	2	2	2	1	True	84624	backbone	False	FIJ0078_000000004327	0.9939283160298361	PS420	0	0	True	True	1.0	180					non-mobilizable	no_good_hit	1503.0	75.116	32.0	0.4903943377148635	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0109_000000004930	5656	0.8191103264205191	7	2	2	2	1	True	84624	backbone	False	FIJ0078_000000004327	0.9950517893761668	PS420	0	0	True	True	1.0	474					non-mobilizable	no_good_hit	1551.0	75.17699999999999	32.0	0.5042130097741827	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0006_000000005733	5653	0.8191103264205191	8	2	2	2	1	True	84624	backbone	False	FIJ0078_000000004327	0.9950053495494581	PS420	0	0	True	True	1.0	386					non-mobilizable	no_good_hit	1497.0	75.15	34.0	0.5067873303167421	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0078_000000004327	5651	0.8191103264205191	8	2	2	2	1	True	84624	backbone	True	FIJ0078_000000004327	0.9957725085320863	PS420	8	2	True	True	1.0	381					non-mobilizable	no_good_hit	1546.0	75.35600000000001	32.0	0.5042130097741827	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0161_000000002690	5650	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9979874671467198	PS182	0	0	True	True	1.0	472					non-mobilizable	no_good_hit	1502.0	93.40899999999999	34.0	0.521058127392969	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0050_000000003717	5633	0.8191103264205191	7	2	2	2	1	True	84624	backbone	False	FIJ0078_000000004327	0.9946189822128867	PS420	0	0	True	True	0.9994674324989319	10					non-mobilizable	no_good_hit	303.0	90.759	33.0	0.10511660285415941	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0075_000000003027	5631	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9981297615332206	PS182	0	0	True	True	1.0	240					non-mobilizable	no_good_hit	1499.0	93.396	32.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0130_000000004010	5630	0.8191103264205191	7	2	2	2	1	True	49821	maximal	True	FIJ0130_000000004010	0.998251446413063	PS182	27	1	True	True	1.0	301					non-mobilizable	no_good_hit	1499.0	93.396	32.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0004_000000004674	5630	0.8191103264205191	8	2	2	2	1	True	84624	backbone	False	FIJ0078_000000004327	0.9955832700121788	PS420	0	0	True	True	1.0	259					non-mobilizable	no_good_hit	1546.0	75.35600000000001	33.0	0.5042130097741827	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0081_000000005430	5630	0.8191103264205191	7	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9982514255286294	PS182	0	0	True	True	1.0	325					non-mobilizable	no_good_hit	1499.0	93.396	32.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0146_000000002920	5630	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9982502095332315	PS182	0	0	True	True	1.0	232					non-mobilizable	no_good_hit	1472.0	93.682	34.0	0.5113122171945701	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0020_000000004127	5630	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9981523328458805	PS182	0	0	True	True	1.0	208					non-mobilizable	no_good_hit	1484.0	93.598	34.0	0.5154890358510268	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0069_000000004290	5630	0.8191103264205191	7	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9980893579005523	PS182	0	0	True	True	1.0	285					non-mobilizable	no_good_hit	1499.0	93.396	32.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
CHI0076_000000001174	5628	0.8191103264205191	7	2	2	2	1	True	84624	backbone	False	FIJ0078_000000004327	0.9941374363220218	PS420	0	0	True	True	1.0	122					non-mobilizable	no_good_hit	1533.0	75.342	32.0	0.5182735816219979	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0092_000000005028	5624	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9978664762539518	PS182	0	0	True	True	1.0	506					non-mobilizable	no_good_hit	1472.0	93.682	34.0	0.5113122171945701	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0138_000000003074	5620	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.997801655713726	PS182	0	0	True	True	1.0	157					non-mobilizable	no_good_hit	1472.0	93.682	34.0	0.5113122171945701	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0127_000000003210	5619	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.998147318363532	PS182	0	0	True	True	1.0	147					non-mobilizable	no_good_hit	1499.0	93.396	32.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0143_000000000729	5618	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9980866150039042	PS182	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	1505.0	83.12299999999999	32.0	0.5042130097741827	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0167_000000003206	5615	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9980467068595931	PS182	0	0	True	True	1.0	201					non-mobilizable	no_good_hit	1499.0	93.396	32.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0036_000000006218	5612	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9978764005102468	PS182	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1499.0	93.396	32.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0057_000000004823	5610	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9980754381963446	PS182	0	0	True	True	1.0	112					non-mobilizable	no_good_hit	1499.0	93.396	32.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
CHI0162_000000004773	5608	0.8191103264205191	7	2	2	2	1	True	84624	backbone	False	FIJ0078_000000004327	0.9937220279387522	PS420	0	0	True	True	1.0	145					non-mobilizable	no_good_hit	1533.0	75.342	32.0	0.5182735816219979	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0093_000000003915	5606	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9972975661003567	PS182	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1456.0	93.613	34.0	0.5057431256526279	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0165_000000003267	5604	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9967706755581435	PS182	0	0	True	True	1.0	153					non-mobilizable	no_good_hit	1499.0	93.329	32.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0047_000000005146	5601	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9971713048427455	PS182	0	0	True	True	1.0	182					non-mobilizable	no_good_hit	1453.0	93.59899999999999	33.0	0.5046989209885138	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0110_000000002998	5592	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9972655030124141	PS182	0	0	True	True	0.9998211860656738	7					non-mobilizable	no_good_hit	1499.0	93.329	32.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0031_000000003890	5582	0.8191103264205191	7	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9962290689361564	PS182	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1452.0	93.595	33.0	0.5043508527671423	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0043_000000004452	5480	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9859385899771886	PS182	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1499.0	93.396	33.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
TAN0017_000000005972	5338	0.8191103264205191	5	2	2	2	1	True	61934	backbone	True	TAN0017_000000005972	1.0	PS225|PS272|PS273	2	1	True	True	0.999812662601471	1					non-mobilizable	no_good_hit	525.0	89.14299999999999	11.0	0.43840271877655057	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0153_000000005326	5201	0.8191103264205191	6	2	2	2	1	True	49821	maximal	False	FIJ0130_000000004010	0.9406292779672166	PS182	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1499.0	93.396	35.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0045_000000007321	4648	0.8191103264205191	4	2	2	2	1	True	19826	fragment	False	MAD0100_000000007136	0.792243436191963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	75.602	39.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0094_000000002802	4647	0.8191103264205191	4	2	2	2	1	True	19826	fragment	False	MAD0100_000000007136	0.7926448146030498		0	0	False	False	0.9997848272323608	0					non-mobilizable	no_good_hit	1537.0	75.602	39.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0026_000000006499	4565	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.6984675645861563	PS577	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	356.0	89.32600000000001	12.0	0.3007646559048428	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0320_000000004272	4438	0.8191103264205191	6	2	2	2	1	True	44262	maximal	True	ISR0320_000000004272	1.0		1	1	True	True	1.0	1673					non-mobilizable	no_good_hit	487.0	82.546	18.0	0.1667241974456334	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0140_000000006102	4389	0.8191103264205191	4	2	2	2	1	True	40405	maximal	True	FIJ0140_000000006102	1.0		1	1	True	True	1.0	361					non-mobilizable	no_good_hit	293.0	80.205	13.0	0.0991994430908458	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0154_000000007853	4289	0.8191103264205191	6	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.6808000802090326	PS577	0	0	True	True	1.0	235					non-mobilizable	no_good_hit	265.0	94.34	6.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0001_000000005952	4280	0.8191103264205191	5	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9873890870771105	PS551	0	0	True	True	1.0	796					non-mobilizable	no_good_hit	548.0	80.109	13.0	0.1769464105156724	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0005_000000006725	4280	0.8191103264205191	5	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9891553735684273	PS551	0	0	True	True	1.0	1512					non-mobilizable	no_good_hit	618.0	76.861	23.0	0.20466411416637662	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
TAN0013_000000001720	4280	0.8191103264205191	5	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.1797710617484319	PS577	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	292.0	83.56200000000001	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0085_000000007006	4280	0.8191103264205191	4	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9892631927464356	PS551	0	0	True	True	1.0	225					non-mobilizable	no_good_hit	618.0	77.023	23.0	0.20466411416637662	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
TAN0001_000000002355	4280	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.17976560343956777	PS577	0	0	True	True	1.0	290					non-mobilizable	no_good_hit	292.0	83.56200000000001	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0021_000000011701	4279	0.8191103264205191	4	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9890671555817595	PS551	0	0	True	True	1.0	493					non-mobilizable	no_good_hit	618.0	76.861	23.0	0.20466411416637662	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0082_000000001914	4278	0.8191103264205191	4	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9825290020098897	PS551	0	0	True	True	1.0	137					non-mobilizable	no_good_hit	549.0	80.328	13.0	0.1769464105156724	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MON0076_000000010353	4278	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.706300537751327	PS577	0	0	True	True	1.0	327					non-mobilizable	no_good_hit	261.0	94.63600000000001	6.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0009_000000002100	4277	0.8191103264205191	4	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9820902447010208	PS551	0	0	True	True	1.0	120					non-mobilizable	no_good_hit	549.0	80.328	13.0	0.1769464105156724	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
TAN0001_000000002362	4274	0.8191103264205191	5	2	2	2	1	True	57060	maximal	False	MAD0107_000000009050	0.5495297455913046		0	0	True	True	1.0	28					non-mobilizable	no_good_hit	290.0	84.82799999999999	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0169_000000006382	4272	0.8191103264205191	5	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.6146631644363902	PS577	0	0	True	True	1.0	2744					non-mobilizable	no_good_hit	261.0	90.421	6.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
CAN0004_000000005885	4268	0.8191103264205191	5	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.7254749107449922	PS577	0	0	True	True	1.0	105					non-mobilizable	no_good_hit	290.0	84.82799999999999	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MON0080_000000010063	4268	0.8191103264205191	5	2	2	2	1	True	57060	maximal	False	MAD0107_000000009050	0.929649693846576		0	0	True	True	1.0	61					non-mobilizable	no_good_hit	261.0	91.571	6.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0078_000000005858	4267	0.8191103264205191	5	2	2	2	1	True	98561	backbone	True	FIJ0078_000000005858	0.9894213917209564	PS551	10	1	True	True	1.0	238					non-mobilizable	no_good_hit	618.0	77.023	24.0	0.20466411416637662	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0030_000000002240	4266	0.8191103264205191	5	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.7605528374484757	PS577	0	0	True	True	1.0	296					non-mobilizable	no_good_hit	200.0	87.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0072_000000005906	4266	0.8191103264205191	4	2	2	2	1	True	100510	backbone	True	FIJ0072_000000005906	0.7619602103756662	PS577	19	6	True	True	1.0	500					non-mobilizable	no_good_hit	200.0	88.0	7.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0112_000000006262	4266	0.8191103264205191	5	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.7590954591843369	PS577	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	200.0	88.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0115_000000005723	4265	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.5697111658065944	PS577	0	0	True	True	1.0	1144					non-mobilizable	no_good_hit	199.0	88.945	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0042_000000004936	4263	0.8191103264205191	4	2	2	2	1	True	19826	fragment	False	MAD0100_000000007136	0.6061249385612041		0	0	False	False	0.9997653961181641	0					non-mobilizable	no_good_hit	1487.0	75.05	42.0	0.48533872598584427	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
TAN0011_000000000878	4263	0.8191103264205191	5	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.3248780098072803	PS577	0	0	True	True	1.0	242					non-mobilizable	no_good_hit	292.0	83.56200000000001	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
TAN0003_000000001509	4263	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.36420394131997186	PS577	0	0	True	True	1.0	324					non-mobilizable	no_good_hit	292.0	83.56200000000001	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
TAN0004_000000000738	4263	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.3248021018234531	PS577	0	0	True	True	1.0	307					non-mobilizable	no_good_hit	292.0	83.56200000000001	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
TAN0014_000000000917	4263	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.34482565757791295	PS577	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	292.0	83.56200000000001	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
TAN0002_000000007516	4263	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.3449010260499294	PS577	0	0	True	True	1.0	1626					non-mobilizable	no_good_hit	292.0	83.56200000000001	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0032_000000003560	4260	0.8191103264205191	6	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.5918416043288544	PS577	0	0	True	True	1.0	408					non-mobilizable	no_good_hit	199.0	87.43700000000001	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0049_000000003901	4260	0.8191103264205191	4	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9888852417888142	PS551	0	0	True	True	1.0	506					non-mobilizable	no_good_hit	603.0	72.471	14.0	0.1546174142480211	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
FIJ0164_000000005650	4260	0.8191103264205191	4	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9884985506761492	PS551	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	618.0	76.861	24.0	0.20466411416637662	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0066_000000004380	4259	0.8191103264205191	5	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9880540388226584	PS551	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	452.0	79.204	15.0	0.14324233232221098	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0052_000000006414	4256	0.8191103264205191	5	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9889065781733531	PS551	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	618.0	76.861	24.0	0.20466411416637662	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0083_000000002078	4253	0.8191103264205191	5	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9879942338079333	PS551	0	0	True	True	1.0	916					non-mobilizable	no_good_hit	548.0	80.109	13.0	0.1769464105156724	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
BAN0014_000000000502	4252	0.8191103264205191	5	2	2	2	1	True	98561	backbone	False	FIJ0078_000000005858	0.9865178362337469	PS551	0	0	True	True	0.99717777967453	23					non-mobilizable	no_good_hit	618.0	77.184	24.0	0.20466411416637662	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0064_000000004163	4252	0.8191103264205191	5	2	2	2	1	True	57060	maximal	False	MAD0107_000000009050	0.474151707189987		0	0	True	True	1.0	173					non-mobilizable	no_good_hit	216.0	91.204	10.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0046_000000006315	4246	0.8191103264205191	5	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.6784419598673769	PS577	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	200.0	88.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0062_000000006709	4243	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.677852403125744	PS577	0	0	True	True	1.0	67					non-mobilizable	no_good_hit	218.0	85.321	6.0	0.18351741716227699	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0073_000000006124	4233	0.8191103264205191	5	2	2	2	1	True	57060	maximal	False	MAD0107_000000009050	0.6325749268078914		0	0	True	True	1.0	1374					non-mobilizable	no_good_hit	216.0	93.51899999999999	10.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0137_000000002757	4232	0.8191103264205191	5	2	2	2	1	True	57060	maximal	False	MAD0107_000000009050	0.9211363981317403		0	0	True	True	1.0	566					non-mobilizable	no_good_hit	216.0	93.51899999999999	10.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0064_000000006358	4226	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.76087387845922	PS577	0	0	True	True	1.0	149					non-mobilizable	no_good_hit	200.0	88.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0030_000000002277	4210	0.8191103264205191	4	2	2	2	1	True	44774	maximal	True	MAD0030_000000002277	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	96.929	51.0	0.259658893143056	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0039_000000002920	4206	0.8191103264205191	5	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.7201103366521261	PS577	0	0	True	True	0.999762237071991	4					non-mobilizable	no_good_hit	200.0	88.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0029_000000000914	4183	0.8191103264205191	5	2	2	2	1	True	57060	maximal	False	MAD0107_000000009050	0.622378114959401		0	0	False	True	0.9997609257698059	0					non-mobilizable	no_good_hit	216.0	92.13	10.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CAN0003_000000011747	4167	0.8191103264205191	5	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.7187091557116474	PS577	0	0	True	True	1.0	116					non-mobilizable	no_good_hit	290.0	84.82799999999999	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0064_000000004621	4008	0.8191103264205191	4	2	2	2	1	True	19826	fragment	False	MAD0100_000000007136	0.43326053356498045		0	0	False	False	0.9932634830474854	0					non-mobilizable	no_good_hit	1195.0	75.314	37.0	0.39635995955510617	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0011_000000011020	3894	0.8191103264205191	4	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.4765621735000605	PS577	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	261.0	92.337	7.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0061_000000004142	3847	0.8191103264205191	3	2	2	2	1	True	19826	fragment	False	MAD0100_000000007136	0.3423682611637114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	74.811	35.0	0.3640793595544727	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ISR0310_000000004323	3650	0.8191103264205191	3	2	2	2	1	True	100580	maximal	True	ISR0310_000000004323	1.0	PS578	1	1	True	True	1.0	882					non-mobilizable	no_good_hit	749.0	97.33	75.0	0.259658893143056	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0161_000000004666	3402	0.8191103264205191	4	2	2	2	1	True	53481	backbone	True	FIJ0161_000000004666	0.9898983088266651	PS224	80	3	False	True	1.0	0					non-mobilizable	no_good_hit	348.0	97.126	19.0	0.11908871246116673	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0021_000000007916	3379	0.8191103264205191	4	2	2	2	1	True	23704	fragment	False	MON0021_000000007916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	91.571	8.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0023_000000009262	3376	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9468259586271924	PS202|PS207	0	0	True	True	1.0	324					non-mobilizable	no_good_hit	1050.0	98.571	71.0	0.35321873946747556	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0005_000000004033	3333	0.8191103264205191	4	2	2	2	1	True	38528	backbone	True	ISR0005_000000004033	1.0	PS132	1	1	True	True	1.0	47					non-mobilizable	no_good_hit	314.0	81.21	9.0	0.15875527426160338	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	True
FIJ0040_000000007480	3311	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9724704499041595	PS224	0	0	True	True	0.9996979832649231	5					non-mobilizable	no_good_hit	467.0	91.006	15.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0011_000000014501	3246	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9707075328825474	PS224	0	0	True	True	1.0	99					non-mobilizable	no_good_hit	358.0	83.24	16.0	0.3007646559048428	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0016_000000005666	3150	0.8191103264205191	4	2	2	2	1	True	101217	fragment	False	FIJ0016_000000005666	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2029.0	99.162	87.0	0.6835187057633973	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0162_000000012532	3112	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9607247723469583	PS224	0	0	True	True	1.0	256					non-mobilizable	no_good_hit	468.0	87.179	19.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0206_000000008350	3100	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.14420319165580786	PS202|PS207	0	0	True	True	1.0	1232					non-mobilizable	no_good_hit	1401.0	84.725	76.0	0.46343107516009435	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
CAN0004_000000008611	3086	0.8191103264205191	4	2	2	2	1	True	96696	maximal	False	CAN0003_000000016202	0.9807755161367415		0	0	True	True	1.0	81					non-mobilizable	plasmid	1066.0	99.531	100.0	0.358948432760364	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
TAN0015_000000001628	3083	0.8191103264205191	4	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.7513397424197337	PS225|PS272	0	0	True	True	1.0	202					non-mobilizable	no_good_hit	535.0	89.346	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
TAN0019_000000002019	3083	0.8191103264205191	4	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.7249544842461583	PS225|PS272	0	0	True	True	1.0	404					non-mobilizable	no_good_hit	535.0	89.346	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
TAN0007_000000011833	3083	0.8191103264205191	4	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.7513899372958153	PS225|PS272	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	535.0	89.346	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
TAN0010_000000004288	3081	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.4292763099498866	PS225|PS272	0	0	True	True	1.0	150					non-mobilizable	no_good_hit	535.0	87.477	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0034_000000009202	3080	0.8191103264205191	4	2	2	2	1	True	96696	maximal	False	CAN0003_000000016202	0.980158045044656		0	0	True	True	1.0	205					non-mobilizable	plasmid	2592.0	85.22399999999999	99.0	0.8577687900235929	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0816_000000013494	3079	0.8191103264205191	4	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.8435438129684227	PS225|PS272	0	0	True	True	1.0	732					non-mobilizable	no_good_hit	528.0	98.485	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0005_000000008774	3079	0.8191103264205191	2	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.14750775744052225	PS199|PS586	0	0	True	True	1.0	173					non-mobilizable	plasmid	2029.0	94.33200000000001	99.0	0.6821705426356589	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0047_000000009415	3079	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.841614133297962	PS225|PS272	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	528.0	98.485	19.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0006_000000002678	3078	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9564704022122225	PS224	0	0	True	True	0.9996750950813293	100					non-mobilizable	no_good_hit	361.0	91.96700000000001	20.0	0.30501274426508074	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0066_000000007388	3078	0.8191103264205191	2	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.14750775744052225	PS199|PS586	0	0	True	True	1.0	126					non-mobilizable	plasmid	1879.0	96.16799999999999	97.0	0.6326255476912707	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0130_000000006866	3077	0.8191103264205191	3	2	2	2	1	True	52634	maximal	False	FIJ0168_000000006661	0.9926951524136058		0	0	True	True	1.0	138					non-mobilizable	plasmid	2433.0	84.875	100.0	0.8088978766430738	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0028_000000004005	3068	0.8191103264205191	2	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9438191591743151	PS199|PS586	0	0	True	True	1.0	641					non-mobilizable	plasmid	2707.0	99.631	100.0	0.9113582743511965	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0017_000000009173	3067	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9583914222362819	PS199|PS586	0	0	True	True	1.0	436					non-mobilizable	plasmid	2120.0	99.009	100.0	0.713515335355578	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ETH0003_000000011838	3066	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9592876183110804	PS199|PS586	0	0	True	True	1.0	124					non-mobilizable	plasmid	2706.0	99.18700000000001	100.0	0.9113582743511965	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0009_000000011118	3066	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9450976496599033	PS199|PS586	0	0	True	True	1.0	306					non-mobilizable	plasmid	2705.0	99.815	100.0	0.9113582743511965	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0084_000000004451	3066	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9593388004160913	PS199|PS586	0	0	True	True	1.0	448					non-mobilizable	plasmid	2706.0	99.15	100.0	0.9113582743511965	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0030_000000006590	3066	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9596267133414769	PS199|PS586	0	0	True	True	1.0	720					non-mobilizable	plasmid	2358.0	99.194	100.0	0.7940680822379508	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0035_000000003951	3066	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.959993477258653	PS199|PS586	0	0	True	True	1.0	1375					non-mobilizable	plasmid	2025.0	99.309	100.0	0.6821705426356589	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0073_000000006076	3066	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9593385180981405	PS199|PS586	0	0	True	True	1.0	244					non-mobilizable	plasmid	2706.0	99.15	100.0	0.9113582743511965	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0196_000000005999	3066	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9453690093404883	PS199|PS586	0	0	True	True	1.0	1919					non-mobilizable	plasmid	2705.0	99.852	100.0	0.9113582743511965	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0102_000000010281	3065	0.8191103264205191	3	2	2	2	1	True	52634	maximal	False	FIJ0168_000000006661	0.992982630106209		0	0	True	True	1.0	290					non-mobilizable	plasmid	2128.0	84.821	100.0	0.7074486012807549	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0062_000000009368	3065	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9597643020475776	PS199|PS586	0	0	True	True	1.0	160					non-mobilizable	plasmid	2382.0	99.286	100.0	0.8024941017863162	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0013_000000008788	3065	0.8191103264205191	3	2	2	2	1	True	52634	maximal	False	FIJ0168_000000006661	0.9899586994774362		0	0	True	True	1.0	921					non-mobilizable	plasmid	2125.0	84.565	100.0	0.7061004381530165	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0032_000000011366	3065	0.8191103264205191	3	2	2	2	1	True	52634	maximal	False	FIJ0168_000000006661	0.9930094113130485		0	0	True	True	1.0	474					non-mobilizable	plasmid	2594.0	86.045	99.0	0.865520728008089	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0095_000000010328	3065	0.8191103264205191	2	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9453357452139196	PS199|PS586	0	0	True	True	1.0	125					non-mobilizable	plasmid	2705.0	99.63	100.0	0.9113582743511965	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0032_000000008057	3065	0.8191103264205191	2	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9434145179048269	PS199|PS586	0	0	True	True	1.0	74					non-mobilizable	plasmid	1996.0	99.54899999999999	100.0	0.6723963599595552	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0256_000000005812	3065	0.8191103264205191	2	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9443565242460831	PS199|PS586	0	0	True	True	1.0	143					non-mobilizable	plasmid	2705.0	99.556	100.0	0.9113582743511965	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
TAN0022_000000001625	3063	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.7248871218780251	PS225|PS272	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	290.0	90.0	19.0	0.24384027187765506	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0146_000000012796	3063	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.8423113835038546	PS225|PS272	0	0	True	True	1.0	177					non-mobilizable	no_good_hit	528.0	98.485	18.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0104_000000008211	3062	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9596484391114812	PS199|PS586	0	0	True	True	1.0	97					non-mobilizable	plasmid	2151.0	99.21	100.0	0.7246376811594203	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0128_000000008352	3061	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9798206525690991	PS224	0	0	True	True	1.0	310					non-mobilizable	no_good_hit	468.0	91.23899999999999	18.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0323_000000006271	3061	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9600294025372642	PS224	0	0	True	True	1.0	911					non-mobilizable	no_good_hit	468.0	86.96600000000001	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0052_000000007980	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9780150609776154	PS224	0	0	True	True	1.0	115					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0139_000000008423	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9798381170086612	PS224	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0160_000000005634	3060	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9801207050639119	PS224	0	0	True	True	1.0	1740					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0113_000000008220	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9789799549067143	PS224	0	0	True	True	1.0	266					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0048_000000010234	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9788948789086911	PS224	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0788_000000002414	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9789719765230483	PS224	0	0	True	True	1.0	613					non-mobilizable	no_good_hit	362.0	91.713	20.0	0.30501274426508074	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0112_000000008660	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9791384296542486	PS224	0	0	True	True	1.0	173					non-mobilizable	no_good_hit	284.0	89.43700000000001	18.0	0.23874256584536957	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0111_000000007181	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.979611508101219	PS224	0	0	True	True	1.0	201					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0066_000000010360	3060	0.8191103264205191	4	2	2	2	1	True	50495	maximal	True	FIJ0066_000000010360	0.9992035680152915		8	1	True	True	1.0	31					non-mobilizable	plasmid	2760.0	85.76100000000001	99.0	0.9194472531176272	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0081_000000011130	3060	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9800906476381273	PS224	0	0	True	True	1.0	243					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
TAN0027_000000002690	3060	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9778797841774424	PS224	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	467.0	91.221	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0167_000000006165	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9795895019972786	PS224	0	0	True	True	1.0	170					non-mobilizable	no_good_hit	467.0	91.006	18.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0024_000000006648	3060	0.8191103264205191	3	2	2	2	1	True	61933	backbone	True	FIJ0024_000000006648	0.8979153480276966	PS225|PS272	7	3	True	True	1.0	808					non-mobilizable	no_good_hit	466.0	92.704	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0131_000000006071	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.980083593131148	PS224	0	0	True	True	1.0	1393					non-mobilizable	no_good_hit	467.0	91.435	18.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0073_000000006096	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.979350409104293	PS224	0	0	True	True	1.0	547					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0079_000000009265	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9794382289927096	PS224	0	0	True	True	1.0	488					non-mobilizable	no_good_hit	313.0	88.179	18.0	0.26423109600679695	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0106_000000013164	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9609640783148997	PS224	0	0	True	True	1.0	544					non-mobilizable	no_good_hit	468.0	87.179	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0098_000000007448	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9798020151731597	PS224	0	0	True	True	1.0	571					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0110_000000005690	3060	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9784543169500074	PS224	0	0	True	True	1.0	645					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0047_000000012533	3060	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9617747970231614	PS224	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	468.0	87.179	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0057_000000006828	3059	0.8191103264205191	5	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9753705019702066	PS224	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	466.0	91.416	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0059_000000006027	3059	0.8191103264205191	4	2	2	2	1	True	52634	maximal	False	FIJ0168_000000006661	0.9926352884324554		0	0	True	True	1.0	149					non-mobilizable	plasmid	2428.0	84.84299999999999	100.0	0.8072126727334007	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
TAN0024_000000002543	3059	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9766974829630559	PS224	0	0	True	True	0.999673068523407	49					non-mobilizable	no_good_hit	362.0	91.436	20.0	0.30501274426508074	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0030_000000006607	3059	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9721533459306436	PS224	0	0	True	True	1.0	422					non-mobilizable	no_good_hit	468.0	89.744	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0306_000000003010	3059	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.8432851181425919	PS225|PS272	0	0	True	True	1.0	856					non-mobilizable	no_good_hit	528.0	98.485	18.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0132_000000009826	3059	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9795907190786164	PS224	0	0	True	True	1.0	277					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ENG0078_000000008607	3058	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.84293350779325	PS225|PS272	0	0	True	True	1.0	133					non-mobilizable	no_good_hit	460.0	97.82600000000001	20.0	0.38912489379779097	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0077_000000003546	3058	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.956187984586258	PS224	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	529.0	91.682	18.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0031_000000007766	3056	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9798356373730102	PS224	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0020_000000007485	3055	0.8191103264205191	4	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9424736751821683	PS199|PS586	0	0	True	True	1.0	66					non-mobilizable	plasmid	2741.0	99.59899999999999	100.0	0.9234917425008426	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0105_000000011167	3054	0.8191103264205191	4	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.8908217854571692	PS225|PS272	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	528.0	91.098	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0155_000000007423	3053	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9797292847622228	PS224	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	467.0	91.221	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0164_000000007672	3051	0.8191103264205191	3	2	2	2	1	True	50495	maximal	False	FIJ0066_000000010360	0.9992035680152915		0	0	True	True	1.0	29					non-mobilizable	plasmid	2035.0	84.37299999999999	100.0	0.6821705426356589	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0066_000000010402	3049	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9793266724086548	PS224	0	0	True	True	1.0	133					non-mobilizable	no_good_hit	467.0	91.221	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0151_000000005802	3047	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9452490334466846	PS199|PS586	0	0	True	True	1.0	14					non-mobilizable	plasmid	1958.0	99.84700000000001	100.0	0.6595888102460398	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0057_000000010327	3046	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.95786379231982	PS199|PS586	0	0	True	True	1.0	97					non-mobilizable	plasmid	2423.0	99.051	100.0	0.8159757330637007	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0002_000000011582	3046	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9581622836033729	PS199|PS586	0	0	True	True	1.0	43					non-mobilizable	plasmid	1962.0	99.185	99.0	0.6609369733737782	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0111_000000007210	3046	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9582207603019779	PS199|PS586	0	0	True	True	1.0	96					non-mobilizable	plasmid	2040.0	98.92200000000001	99.0	0.6872261543646782	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0082_000000009540	3046	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9772788747843236	PS224	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	426.0	90.845	19.0	0.35938827527612577	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0167_000000006205	3046	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9452899209687544	PS199|PS586	0	0	True	True	1.0	34					non-mobilizable	plasmid	2349.0	98.978	100.0	0.7910347152005393	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0017_000000009251	3046	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.979103186928165	PS224	0	0	True	True	1.0	93					non-mobilizable	no_good_hit	317.0	88.01299999999999	18.0	0.2676295666949873	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0001_000000006407	3045	0.8191103264205191	3	2	2	2	1	True	52634	maximal	False	FIJ0168_000000006661	0.992697830907368		0	0	True	True	1.0	74					non-mobilizable	plasmid	1989.0	84.213	100.0	0.6609369733737782	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0135_000000009463	3045	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.8562387228868028	PS225|PS272	0	0	True	True	1.0	385					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0071_000000011771	3044	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9796404734166672	PS224	0	0	True	True	1.0	102					non-mobilizable	no_good_hit	467.0	91.221	19.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0036_000000012683	3044	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9793296721834389	PS224	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0108_000000007279	3042	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9796598777170202	PS224	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0143_000000001479	3041	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9773567357755907	PS224	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	467.0	90.792	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0130_000000006940	3041	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9797109355611068	PS224	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	467.0	91.435	19.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0095_000000008802	3041	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9798395817303741	PS224	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0100_000000006312	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9795464158471502	PS224	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0119_000000005548	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9772096288879825	PS224	0	0	True	True	1.0	287					non-mobilizable	no_good_hit	467.0	90.792	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0002_000000011611	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9795286894752462	PS224	0	0	True	True	1.0	151					non-mobilizable	no_good_hit	282.0	89.71600000000001	18.0	0.23704333050127444	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0013_000000008862	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9791582293352783	PS224	0	0	True	True	1.0	353					non-mobilizable	no_good_hit	467.0	91.649	19.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0129_000000006896	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9796703362019731	PS224	0	0	True	True	1.0	865					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0163_000000008097	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9794787050702187	PS224	0	0	True	True	1.0	329					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0145_000000004330	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9790780378318776	PS224	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	450.0	91.333	19.0	0.3797790994052676	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0292_000000005916	3040	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.944899745149833	PS199|PS586	0	0	True	True	1.0	51					non-mobilizable	plasmid	1957.0	99.693	100.0	0.6592517694641051	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0118_000000002822	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9790088147375288	PS224	0	0	True	True	1.0	403					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0096_000000011403	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9796395186398252	PS224	0	0	True	True	0.9996710419654846	5					non-mobilizable	no_good_hit	423.0	91.01700000000001	19.0	0.356839422259983	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0044_000000007249	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9796703362019731	PS224	0	0	True	True	1.0	150					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0006_000000011386	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9795886929142447	PS224	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	230.0	93.913	18.0	0.1937128292268479	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0165_000000005691	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9796703362019731	PS224	0	0	True	True	1.0	270					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0047_000000009979	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9787899644654715	PS224	0	0	True	True	1.0	213					non-mobilizable	no_good_hit	467.0	91.649	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0097_000000010166	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9791552293105582	PS224	0	0	True	True	1.0	218					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0087_000000010425	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9792932655328384	PS224	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0060_000000004437	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9783792660756632	PS224	0	0	True	True	1.0	502					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0093_000000007875	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9791277509930896	PS224	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0034_000000009326	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9791847481736327	PS224	0	0	True	True	1.0	117					non-mobilizable	no_good_hit	449.0	90.869	19.0	0.37892948173322005	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0150_000000007629	3040	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9790327599405337	PS224	0	0	True	True	1.0	170					non-mobilizable	no_good_hit	445.0	90.787	19.0	0.37553101104502973	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0090_000000011268	3039	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.842892354253191	PS225|PS272	0	0	True	True	1.0	1035					non-mobilizable	no_good_hit	527.0	99.051	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0292_000000005922	3035	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.980167874942519	PS224	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	467.0	91.435	19.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0115_000000007982	3028	0.8191103264205191	3	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8283520239496079	PS202|PS207	0	0	True	True	1.0	308					non-mobilizable	no_good_hit	889.0	93.926	88.0	0.30177514792899407	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0124_000000008792	3028	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9796090583044231	PS224	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	335.0	88.65700000000001	19.0	0.2829226847918437	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0070_000000006419	3027	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9785495533360606	PS224	0	0	True	True	1.0	95					non-mobilizable	no_good_hit	467.0	91.006	19.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0004_000000008786	3026	0.8191103264205191	4	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9589930531692319	PS199|PS586	0	0	True	True	1.0	2					non-mobilizable	plasmid	2826.0	99.15100000000001	100.0	0.9518031681833502	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0156_000000002449	3026	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9576881601620784	PS199|PS586	0	0	True	True	1.0	8					non-mobilizable	plasmid	2119.0	98.773	100.0	0.713515335355578	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
SPA0132_000000013346	3026	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9455105272053447	PS199|PS586	0	0	True	True	1.0	1695					non-mobilizable	plasmid	2095.0	99.905	100.0	0.7057633973710818	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0373_000000004996	3026	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.942875878543337	PS199|PS586	0	0	True	True	1.0	332					non-mobilizable	plasmid	1974.0	99.74700000000001	100.0	0.6649814627569935	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0168_000000006661	3025	0.8191103264205191	3	2	2	2	1	True	52634	maximal	True	FIJ0168_000000006661	0.9930298334015313		17	1	True	True	1.0	97					non-mobilizable	plasmid	2551.0	85.809	100.0	0.8510279743849005	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0045_000000012554	3025	0.8191103264205191	2	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9452734240157347	PS199|PS586	0	0	True	True	1.0	264					non-mobilizable	plasmid	2494.0	99.719	100.0	0.840242669362993	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0116_000000006233	3025	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.959324548636039	PS199|PS586	0	0	True	True	1.0	53					non-mobilizable	plasmid	1962.0	99.38799999999999	100.0	0.6609369733737782	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
TAN0020_000000001929	3023	0.8191103264205191	5	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.7255165554336771	PS225|PS272	0	0	True	True	0.9993383884429932	4					non-mobilizable	no_good_hit	535.0	89.346	19.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0160_000000005733	3021	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8898651855410014	PS202|PS207	0	0	True	True	1.0	1483					non-mobilizable	no_good_hit	1027.0	85.492	83.0	0.3350185372430064	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0051_000000007125	3021	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8897266551381806	PS202|PS207	0	0	True	True	1.0	669					non-mobilizable	no_good_hit	769.0	97.65899999999999	83.0	0.25446579036063366	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0105_000000010031	3021	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9782298247936865	PS224	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0030_000000010678	3020	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9799136780892216	PS224	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0021_000000016376	3020	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8889237236370481	PS202|PS207	0	0	True	True	1.0	429					non-mobilizable	no_good_hit	779.0	96.919	83.0	0.2574991573980452	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MAD0068_000000008886	3020	0.8191103264205191	2	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9445906500365766	PS199|PS586	0	0	True	True	1.0	992					non-mobilizable	plasmid	1956.0	99.64200000000001	100.0	0.6589147286821705	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0120_000000007568	3020	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8890403645689058	PS202|PS207	0	0	True	True	1.0	216					non-mobilizable	no_good_hit	1025.0	85.65899999999999	83.0	0.3350185372430064	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0077_000000009767	3020	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9797864932957322	PS224	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	467.0	91.006	18.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0136_000000008835	3020	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9797243362284666	PS224	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	467.0	91.221	18.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0016_000000006800	3019	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9737430237864045	PS224	0	0	True	True	1.0	357					non-mobilizable	no_good_hit	466.0	91.631	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0113_000000008331	3019	0.8191103264205191	3	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8766050269923114	PS202|PS207	0	0	True	True	1.0	197					non-mobilizable	plasmid	1442.0	85.43700000000001	93.0	0.48973198746954405	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
ISR0074_000000009540	3019	0.8191103264205191	4	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.8160367194878897	PS225|PS272	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	528.0	98.485	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0812_000000013063	3018	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.7526263110175779	PS225|PS272	0	0	True	True	0.9940357804298401	3					non-mobilizable	no_good_hit	531.0	88.512	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0139_000000008565	3016	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9518898437800831	PS202|PS207	0	0	True	True	1.0	240					non-mobilizable	no_good_hit	1417.0	89.979	68.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0138_000000005934	3016	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9483845763161427	PS202|PS207	0	0	True	True	1.0	361					non-mobilizable	no_good_hit	1416.0	89.619	68.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0007_000000005605	3016	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9483307239801405	PS202|PS207	0	0	True	True	1.0	599					non-mobilizable	no_good_hit	1164.0	87.887	68.0	0.3947093630351549	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0089_000000007838	3016	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9510890856006857	PS202|PS207	0	0	True	True	1.0	347					non-mobilizable	no_good_hit	1417.0	90.04899999999999	68.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0063_000000008578	3016	0.8191103264205191	4	2	2	2	1	True	51597	backbone	True	FIJ0063_000000008578	0.952256370997896	PS202|PS207	51	1	True	True	1.0	711					non-mobilizable	no_good_hit	1164.0	87.973	68.0	0.3947093630351549	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0072_000000008313	3016	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9506621916365879	PS202|PS207	0	0	True	True	1.0	119					non-mobilizable	no_good_hit	1416.0	89.831	68.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0039_000000008063	3016	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9479391472679467	PS202|PS207	0	0	True	True	1.0	831					non-mobilizable	no_good_hit	1163.0	87.53200000000001	68.0	0.3947093630351549	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0095_000000008881	3016	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9483307239801405	PS202|PS207	0	0	True	True	1.0	178					non-mobilizable	no_good_hit	1164.0	87.887	68.0	0.3947093630351549	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0070_000000006447	3016	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.95175791452495	PS202|PS207	0	0	True	True	1.0	561					non-mobilizable	no_good_hit	659.0	99.545	68.0	0.22177283451297608	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0014_000000007931	3015	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9794201478673532	PS224	0	0	True	True	1.0	264					non-mobilizable	no_good_hit	461.0	90.889	19.0	0.38912489379779097	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0068_000000010479	3012	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8897241992092015	PS202|PS207	0	0	True	True	1.0	64					non-mobilizable	no_good_hit	682.0	99.56	83.0	0.2295247724974722	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0053_000000006670	3010	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9703958692540926	PS224	0	0	True	True	1.0	292					non-mobilizable	no_good_hit	445.0	91.01100000000001	17.0	0.37553101104502973	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0018_000000009001	3010	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9578353063675813	PS199|PS586	0	0	True	True	1.0	564					non-mobilizable	plasmid	2063.0	98.98200000000001	100.0	0.6946410515672397	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0090_000000019177	3010	0.8191103264205191	3	2	2	2	1	True	100579	backbone	False	SPA0147_000000000104	0.9934241330986227	PS578	0	0	True	True	1.0	757					non-mobilizable	plasmid	1067.0	99.43799999999999	92.0	0.3586113919784294	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0107_000000009047	3010	0.8191103264205191	4	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.8965825901115154	PS225|PS272	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	442.0	91.40299999999999	18.0	0.37383177570093457	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0048_000000012877	3010	0.8191103264205191	3	2	2	2	1	True	100579	backbone	False	SPA0147_000000000104	0.9934241330986227	PS578	0	0	True	True	1.0	259					non-mobilizable	plasmid	1067.0	99.43799999999999	92.0	0.3586113919784294	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0114_000000012655	3009	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9356421908086187	PS202|PS207	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	673.0	98.366	68.0	0.23355377654020187	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0023_000000010510	3009	0.8191103264205191	4	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.8966970571892342	PS225|PS272	0	0	True	True	1.0	73					non-mobilizable	no_good_hit	446.0	91.48	18.0	0.3772302463891249	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0080_000000008527	3007	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9793534393588137	PS224	0	0	True	True	1.0	160					non-mobilizable	no_good_hit	452.0	90.929	18.0	0.38147833474936277	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0107_000000009058	3007	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9482642746409544	PS202|PS207	0	0	True	True	1.0	145					non-mobilizable	no_good_hit	659.0	99.39299999999999	68.0	0.22177283451297608	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0232_000000008556	3006	0.8191103264205191	4	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.959554240034435	PS199|PS586	0	0	True	True	1.0	329					non-mobilizable	plasmid	2787.0	99.175	100.0	0.9386585776879003	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ETH0004_000000009449	3006	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9588394503115835	PS199|PS586	0	0	True	True	1.0	11					non-mobilizable	plasmid	2636.0	99.12700000000001	100.0	0.8877654196157735	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0092_000000008256	3006	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9432469107585816	PS199|PS586	0	0	True	True	1.0	105					non-mobilizable	plasmid	2317.0	99.655	100.0	0.7805864509605662	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ENG0125_000000008525	3006	0.8191103264205191	4	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9596964133897012	PS199|PS586	0	0	True	True	1.0	29					non-mobilizable	plasmid	2787.0	99.175	100.0	0.9386585776879003	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0092_000000005970	3006	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9586749820446218	PS199|PS586	0	0	True	True	0.9993346929550171	2					non-mobilizable	plasmid	2342.0	99.103	100.0	0.788675429726997	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0171_000000006866	3005	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9522082406132304	PS202|PS207	0	0	True	True	1.0	230					non-mobilizable	no_good_hit	650.0	99.538	68.0	0.21873946747556455	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0018_000000009022	3004	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9795105379030077	PS224	0	0	True	True	1.0	732					non-mobilizable	no_good_hit	344.0	88.95299999999999	18.0	0.2905692438402719	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0023_000000009528	3003	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9503848142443315	PS224	0	0	True	True	1.0	241					non-mobilizable	no_good_hit	446.0	86.771	15.0	0.37553101104502973	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0112_000000008858	3002	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8895747161167034	PS202|PS207	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	682.0	99.56	83.0	0.2295247724974722	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0052_000000009320	3001	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.88945773599309	PS202|PS207	0	0	True	True	1.0	183					non-mobilizable	no_good_hit	1025.0	85.65899999999999	83.0	0.3350185372430064	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0012_000000007855	3001	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8891855258599255	PS202|PS207	0	0	True	True	1.0	283					non-mobilizable	no_good_hit	769.0	97.65899999999999	79.0	0.25446579036063366	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0096_000000011573	3001	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8890332526278834	PS202|PS207	0	0	True	True	1.0	262					non-mobilizable	no_good_hit	769.0	97.65899999999999	79.0	0.25446579036063366	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0074_000000010746	3001	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8890332526278834	PS202|PS207	0	0	True	True	1.0	238					non-mobilizable	no_good_hit	769.0	97.65899999999999	79.0	0.25446579036063366	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0054_000000008344	3001	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8891855258599255	PS202|PS207	0	0	True	True	1.0	308					non-mobilizable	no_good_hit	769.0	97.65899999999999	79.0	0.25446579036063366	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0155_000000007541	3000	0.8191103264205191	5	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8889593969666513	PS202|PS207	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	779.0	97.04700000000001	83.0	0.2574991573980452	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0126_000000011984	3000	0.8191103264205191	3	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.945632172014021	PS202|PS207	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1697.0	86.506	77.0	0.5777932474765054	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0033_000000011550	3000	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8882031993914166	PS202|PS207	0	0	True	True	1.0	274					non-mobilizable	no_good_hit	779.0	97.04700000000001	79.0	0.2574991573980452	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0119_000000005640	2999	0.8191103264205191	3	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.876493026344085	PS202|PS207	0	0	True	True	1.0	340					non-mobilizable	plasmid	1028.0	92.21799999999999	92.0	0.34841628959276016	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
FIJ0091_000000008110	2996	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9474101976714906	PS202|PS207	0	0	True	True	1.0	1506					non-mobilizable	no_good_hit	1417.0	89.76700000000001	65.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0014_000000010285	2996	0.8191103264205191	3	2	2	2	1	True	101216	maximal	True	MAD0014_000000010285	1.0	PS199|PS586	11	1	False	True	0.9786381721496582	0					non-mobilizable	no_good_hit	1756.0	99.48700000000001	84.0	0.5915065722952477	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0094_000000006497	2996	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9474101976714906	PS202|PS207	0	0	True	True	1.0	1034					non-mobilizable	no_good_hit	1417.0	89.76700000000001	65.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0128_000000008540	2995	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8852564761407895	PS202|PS207	0	0	True	True	1.0	128					non-mobilizable	no_good_hit	1694.0	86.71799999999999	77.0	0.5777932474765054	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0146_000000005835	2994	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9451163058442271	PS202|PS207	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	1416.0	89.689	68.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0093_000000010097	2991	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.8945670033178432	PS224	0	0	True	True	1.0	279					non-mobilizable	no_good_hit	203.0	97.044	14.0	0.17162276975361088	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0364_000000005262	2990	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9639778436747507	PS224	0	0	True	True	1.0	215					non-mobilizable	no_good_hit	444.0	91.441	15.0	0.37553101104502973	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0049_000000005740	2989	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.8936647679826152	PS224	0	0	True	True	0.9986617565155029	43					non-mobilizable	no_good_hit	203.0	97.044	17.0	0.17162276975361088	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ETH0005_000000015993	2988	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.939225163684612	PS199|PS586	0	0	True	True	1.0	123					non-mobilizable	plasmid	2039.0	99.117	100.0	0.6868891135827435	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0047_000000010184	2982	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.949979241830407	PS202|PS207	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	1417.0	89.838	68.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0030_000000010873	2981	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8894195344874405	PS202|PS207	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	769.0	97.65899999999999	81.0	0.25446579036063366	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0077_000000009907	2981	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.8875843186729118	PS202|PS207	0	0	True	True	1.0	56					non-mobilizable	no_good_hit	769.0	97.65899999999999	79.0	0.25446579036063366	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0845_000000003403	2981	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.7975988120345834	PS225|PS272	0	0	True	True	1.0	171					non-mobilizable	no_good_hit	230.0	92.609	16.0	0.1937128292268479	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0149_000000007687	2976	0.8191103264205191	5	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9516743256178525	PS202|PS207	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	891.0	93.82700000000001	68.0	0.30247128437173687	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0037_000000009657	2976	0.8191103264205191	5	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9473654817224949	PS202|PS207	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1416.0	89.619	66.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0027_000000005839	2976	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9342158707964572	PS202|PS207	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	682.0	99.413	67.0	0.2295247724974722	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0028_000000010261	2976	0.8191103264205191	5	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9482027007591242	PS202|PS207	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1416.0	89.689	68.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0044_000000007399	2976	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.9482537749034775	PS202|PS207	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	892.0	93.274	68.0	0.3031674208144796	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0098_000000014786	2972	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.8944121613051169	PS224	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	203.0	97.044	14.0	0.17162276975361088	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0018_000000000729	2970	0.8191103264205191	4	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.8947942125255369	PS224	0	0	True	True	0.996632993221283	10					non-mobilizable	no_good_hit	203.0	97.044	14.0	0.17162276975361088	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0027_000000003822	2969	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.8939916864042684	PS224	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	203.0	97.044	14.0	0.17162276975361088	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0151_000000005977	2966	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.9781243580976503	PS224	0	0	True	True	0.9996628165245056	3					non-mobilizable	no_good_hit	412.0	90.291	17.0	0.34749362786745963	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0027_000000003830	2966	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9402994836978648	PS199|PS586	0	0	True	True	1.0	8					non-mobilizable	plasmid	1926.0	99.169	100.0	0.6488035052241321	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0083_000000011813	2955	0.8191103264205191	5	2	2	2	1	True	96696	maximal	False	CAN0003_000000016202	0.9497110527775418		0	0	True	True	1.0	2					non-mobilizable	plasmid	2078.0	81.328	97.0	0.6835187057633973	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0088_000000007690	2950	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.8827250650760646	PS224	0	0	True	True	1.0	120					non-mobilizable	no_good_hit	203.0	97.044	14.0	0.17162276975361088	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0026_000000012936	2947	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9347547114688023	PS199|PS586	0	0	True	True	1.0	44					non-mobilizable	plasmid	1956.0	99.693	100.0	0.6589147286821705	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0076_000000002167	2911	0.8191103264205191	4	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.673592568650573	PS225|PS272	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	528.0	91.288	18.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0103_000000007068	2909	0.8191103264205191	4	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.5304922229136877	PS202|PS207	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	682.0	99.413	64.0	0.2295247724974722	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0206_000000008932	2895	0.8191103264205191	3	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.421087352338701	PS225|PS272	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	133.0	100.0	14.0	0.11214953271028037	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0036_000000007092	2892	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9118154438861984	PS199|PS586	0	0	False	True	1.0	0					non-mobilizable	plasmid	2222.0	99.865	99.0	0.7485675766767779	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0036_000000013522	2879	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9318078175295637	PS199|PS586	0	0	True	True	0.9982632994651794	2					non-mobilizable	plasmid	1962.0	99.337	100.0	0.6609369733737782	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0054_000000015191	2871	0.8191103264205191	3	2	2	2	1	True	100579	backbone	False	SPA0147_000000000104	0.9691558630983697	PS578	0	0	True	True	1.0	11					non-mobilizable	plasmid	921.0	99.45700000000001	91.0	0.3097404785979104	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0043_000000008394	2868	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.909422675668389	PS224	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	379.0	88.91799999999999	14.0	0.31945624468988953	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0043_000000008428	2856	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.9238564322104187	PS199|PS586	0	0	True	True	1.0	8					non-mobilizable	plasmid	1936.0	99.277	100.0	0.6521739130434783	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0191_000000003358	2839	0.8191103264205191	4	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.7610226486365762	PS225|PS272	0	0	True	True	0.9996477365493774	9					non-mobilizable	no_good_hit	306.0	87.255	14.0	0.2582837723024639	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0191_000000003366	2834	0.8191103264205191	3	2	2	2	1	True	100579	backbone	False	SPA0147_000000000104	0.9655077507168828	PS578	0	0	True	True	1.0	57					non-mobilizable	plasmid	749.0	97.196	92.0	0.259658893143056	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
ISR0363_000000006653	2832	0.8191103264205191	3	2	2	2	1	True	100579	backbone	False	SPA0147_000000000104	0.9642896352314331	PS578	0	0	True	True	1.0	8					non-mobilizable	plasmid	749.0	97.196	93.0	0.259658893143056	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
ISR0269_000000005945	2832	0.8191103264205191	3	2	2	2	1	True	100579	backbone	False	SPA0147_000000000104	0.9645589062839918	PS578	0	0	True	True	1.0	1					non-mobilizable	plasmid	749.0	97.196	93.0	0.259658893143056	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
FIJ0092_000000011425	2830	0.8191103264205191	5	2	2	2	1	True	51597	backbone	False	FIJ0063_000000008578	0.7684927001755412	PS202|PS207	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1418.0	89.704	66.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0071_000000012658	2827	0.8191103264205191	2	2	2	2	1	True	52634	maximal	False	FIJ0168_000000006661	0.5787043597958756		0	0	True	True	1.0	6					non-mobilizable	plasmid	1965.0	83.919	97.0	0.6525109538254129	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MAD0077_000000003895	2818	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.8971275041480117	PS199|PS586	0	0	True	True	1.0	3					non-mobilizable	plasmid	1936.0	99.17399999999999	100.0	0.6521739130434783	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0793_000000005488	2804	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.8797135052667913	PS199|PS586	0	0	True	True	1.0	141					non-mobilizable	plasmid	1916.0	99.84299999999999	100.0	0.6454330974047859	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0038_000000010823	2746	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.8042276436200372	PS199|PS586	0	0	False	True	1.0	0					non-mobilizable	plasmid	1865.0	99.464	100.0	0.6282440175261207	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
ISR0794_000000007201	2733	0.8191103264205191	2	2	2	2	1	True	50628	backbone	True	ISR0794_000000007201	1.0	PS199	9	3	True	True	1.0	17					non-mobilizable	no_good_hit	2139.0	99.01799999999999	81.0	0.7202561509942703	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MON0080_000000018331	2718	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.8367676543266274	PS199|PS586	0	0	False	True	1.0	0					non-mobilizable	plasmid	2164.0	98.98299999999999	99.0	0.7286821705426356	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0093_000000007449	2706	0.8191103264205191	2	2	2	2	1	True	61933	backbone	False	FIJ0024_000000006648	0.4413834748428371	PS225|PS272	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	466.0	92.704	19.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0146_000000006639	2688	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.12452334578231004	PS224	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	290.0	85.17200000000001	12.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0059_000000007559	2548	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.046984353293964276	PS199|PS586	0	0	False	True	1.0	0					non-mobilizable	plasmid	2272.0	99.12	100.0	0.765082574991574	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0123_000000012711	2539	0.8191103264205191	3	2	2	2	1	True	101215	backbone	False	AUS0012_000000005306	0.04674334975279114	PS199|PS586	0	0	False	True	0.9944860339164734	0					non-mobilizable	plasmid	2314.0	99.352	99.0	0.7792382878328278	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0029_000000013115	2526	0.8191103264205191	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.019024781942479963	PS224	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	290.0	85.17200000000001	11.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0026_000000013443	2400	0.8191103264205191	3	2	2	2	1	True	49778	fragment	False	FIJ0026_000000013443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	94.444	64.0	0.18537243006403775	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0086_000000013618	2316	0.8191103264205191	3	2	2	2	1	True	43845	fragment	False	FIJ0086_000000013618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1417.0	89.979	85.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0049_000000008621	2089	0.8191103264205191	3	2	2	2	1	True	17469	fragment	False	MAD0049_000000008621	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1219.0	99.59	100.0	0.41051567239635994	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
MON0011_000000009734	4663	0.8191046988364351	4	4	4	4	3	False	129481	maximal	True	MON0011_000000009734	1.0		11	5	False	False	0.9976410269737244	0					non-mobilizable	no_good_hit	2058.0	97.81299999999999	62.0	0.0006149599557827333	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
CHI0072_000000001392	8152	0.819102998503893	9	4	3	4	2	True	127363	fragment	False	MAD0035_000000002553	0.9204597304899569		0	0	False	False	0.9979146122932434	0					non-mobilizable	other	8160.0	97.01	100.0	0.08857732855124444	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0019_000000010266	1727	0.8191023105100443	4	4	4	3	2	False	37733	maximal	True	ISR0019_000000010266	1.0		1	1	False	False	0.9698899984359741	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.56369844860494e-07	LR584404.1	caecilians	Rhinatrema bivittatum genome assembly, chromosome: 18	True	False
ISR0038_000000028273	1263	0.8191019254909733	2	2	2	2	1	False	36598	fragment	False	ISR0038_000000028273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	93.524	63.0	0.04732923658709525	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
FIJ0163_000000008995	2725	0.8190957565738233	2	2	1	2	1	False	84374	fragment	False	FIJ0163_000000008995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	86.117	63.0	0.007952270296782908	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0064_000000010191	2660	0.8190957565738233	3	2	1	2	1	False	84372	fragment	False	FIJ0064_000000010191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	86.426	65.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0109_000000030465	1139	0.8190907202916305	2	2	2	1	1	False	4639	fragment	False	SPA0109_000000030465	1.0		0	0	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000003692	5776	0.8190780377940542	9	5	3	4	3	False	102543	maximal	True	AUS0004_000000003692	1.0		3	3	False	False	0.9998268485069275	0					non-mobilizable	no_good_hit	3113.0	100.0	74.0	0.0008333692621173953	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ENG0143_000000012163	1532	0.8190777304904363	2	2	2	2	2	False	57599	maximal	True	ENG0143_000000012163	1.0		417	11	False	False	0.9915143847465515	0					non-mobilizable	other	1511.0	97.088	99.0	0.0029881936666125756	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
FIJ0100_000000000887	17552	0.8190754538247325	19	8	6	6	4	True	51471	maximal	True	FIJ0100_000000000887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	96.154	1.0	1.621907632992213e-05	NZ_SNXL01000001.1	enterobacteria	Erwinia aphidicola strain LJJL-01 Ga0171614_11, whole genome shotgun sequence	True	True
FIJ0102_000000018647	1718	0.8190630631692245	2	2	2	2	1	True	91775	fragment	False	USA0036_01_000000019659	0.8347973110103087		0	0	False	False	0.9854481816291809	0					non-mobilizable	no_good_hit	49.0	97.959	3.0	1.330338593344316e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	True
ISR0385_000000012785	1799	0.8190559697495586	1	1	1	1	1	False	64573	fragment	False	ISR0385_000000012785	1.0		0	0	False	False	0.9927737712860107	0					non-mobilizable	other	1575.0	99.68299999999999	100.0	0.0006537772040266695	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0838_000000014504	1674	0.8190559697495586	1	1	1	1	1	False	64572	fragment	False	ISR0838_000000014504	1.0		0	0	False	False	0.999402642250061	0					non-mobilizable	chromosome	1102.0	99.365	100.0	0.00047408786572107685	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0092_000000027218	1187	0.8190559697495586	1	1	1	1	1	False	33556	fragment	False	ISR0092_000000027218	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	99.735	100.0	0.00046935720492384786	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
USA0133_01_000000005056	5492	0.8190473960952088	5	4	3	3	2	False	93322	fragment	False	USA0133_01_000000005056	0.9852198900595418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	88.964	33.0	0.0001598412993232563	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0110_000000004320	5001	0.8190473960952088	5	4	3	3	2	False	93322	fragment	False	USA0133_01_000000005056	0.9673572135052678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	80.932	35.0	0.004115847218785644	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
MAD0047_000000005885	5767	0.8190446817270642	4	4	3	4	1	False	61943	fragment	False	MAD0047_000000005885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	97.458	6.0	0.00014968403100367594	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0394_000000006079	3046	0.8190429441914212	4	4	4	3	2	False	116942	maximal	True	ISR0394_000000006079	1.0		22	4	False	False	0.9980301856994629	0					non-mobilizable	no_good_hit	1201.0	98.335	39.0	0.004968774217076173	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
AUS0014_000000001866	15218	0.8190411583770084	28	12	6	12	7	True	100986	maximal	False	AUS0020_000000001412	0.9871517864718851		0	0	True	True	1.0	568					non-mobilizable	no_good_hit	705.0	94.61	5.0	0.00020407660409573627	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0159_000000001299	15178	0.8190411583770084	28	12	6	12	7	True	100986	maximal	False	AUS0020_000000001412	0.9870566696970108		0	0	True	True	1.0	66					non-mobilizable	no_good_hit	705.0	94.61	5.0	0.00020407660409573627	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0066_000000023035	1401	0.8190367027884361	2	1	1	1	1	False	35116	maximal	True	ISR0066_000000023035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	77.913	40.0	0.00015799285872278572	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0133_000000008019	2702	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9975770721571043		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.815	100.0	0.0005082513160583124	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0157_000000009221	2702	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9961275175134553		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.667	100.0	0.0005082513160583124	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0077_000000010714	2702	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9970315243620813		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.926	100.0	0.0005082513160583124	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
USA0113_01_000000007024	2702	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9966846746367513		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.704	100.0	0.0005082513160583124	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0083_000000008218	2702	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.997350323886036		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.889	100.0	0.0005082513160583124	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0380_000000004072	2702	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9971413817377438		0	0	False	False	0.9996299147605896	0					non-mobilizable	other	2701.0	99.741	100.0	0.0005082513160583124	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0052_000000011095	2702	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9971413817377438		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.741	100.0	0.0005082513160583124	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0152_000000008752	2687	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9948468548801833		0	0	False	False	1.0	0					non-mobilizable	other	2687.0	99.814	100.0	0.0005056149624366687	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0091_000000004655	2666	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9921413606500352		0	0	False	False	1.0	0					non-mobilizable	other	2666.0	99.925	100.0	0.0005016604320042032	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0045_000000010062	2665	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9919624987626343		0	0	False	False	1.0	0					non-mobilizable	other	2665.0	99.925	100.0	0.0005014721210312285	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0100_000000011303	2664	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9909970317655019		0	0	False	False	0.9996246099472046	0					non-mobilizable	other	2664.0	99.73700000000001	100.0	0.000501283810058254	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0107_000000012016	2663	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9913119312359766		0	0	False	False	0.9992489814758301	0					non-mobilizable	other	2663.0	99.81200000000001	100.0	0.0005010954990852794	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0328_000000010530	2663	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9883776371522298		0	0	False	False	1.0	0					non-mobilizable	other	2667.0	99.43799999999999	100.0	0.0005016604320042032	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0836_000000007486	2662	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9904633337199722		0	0	False	False	1.0	0					non-mobilizable	other	2662.0	99.73700000000001	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0774_000000009262	2662	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9908218272767183		0	0	False	False	1.0	0					non-mobilizable	other	2662.0	99.81200000000001	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0784_000000004618	2662	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9913416260827778		0	0	False	False	1.0	0					non-mobilizable	other	2662.0	99.85	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0040_000000002916	2662	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9910747661258853		0	0	False	False	0.9996243715286255	0					non-mobilizable	other	2662.0	99.81200000000001	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0081_000000002911	2662	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9913417209400874		0	0	False	False	1.0	0					non-mobilizable	other	2662.0	99.925	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0854_000000002944	2662	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9913416260827778		0	0	False	False	0.9992486834526062	0					non-mobilizable	other	2662.0	99.85	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0799_000000005669	2662	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9907296910747407		0	0	False	False	0.9996243715286255	0					non-mobilizable	other	2662.0	99.775	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0268_000000007120	2662	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9910747661258853		0	0	False	False	0.9984973669052124	0					non-mobilizable	other	2662.0	99.81200000000001	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0849_000000010285	2662	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9909851362937186		0	0	False	False	0.9992486834526062	0					non-mobilizable	other	2662.0	99.887	100.0	0.0005009071881123049	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0007_000000009472	2649	0.8190303699938759	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9823454070197021		0	0	False	False	1.0	0					non-mobilizable	other	2649.0	99.736	100.0	0.0004984591454636357	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0139_000000006622	3577	0.8190299313943639	4	3	3	2	3	False	65906	fragment	False	ENG0028_000000004029	0.9511591560302162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	7.426868553710185e-05	NZ_NMZM01000002.1	a-proteobacteria	Oceaniglobus indicus strain 1-19b NODE_2_length_538585_cov_323.247, whole genome shotgun sequence	True	False
MAD0005_000000009340	2926	0.8190286239050281	4	3	2	3	2	False	122577	fragment	False	MAD0005_000000009340	0.9850748594410161		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	98.65899999999999	99.0	0.03216425661100903	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0019_000000010560	2680	0.8190286239050281	4	3	2	3	2	False	122577	fragment	False	MAD0005_000000009340	0.9415011831976573		0	0	False	False	0.9858208894729614	0					non-mobilizable	other	1891.0	97.35600000000001	100.0	0.0301509946472797	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0814_000000014725	2678	0.8190286239050281	4	3	2	3	2	False	122577	fragment	False	MAD0005_000000009340	0.9420883450145037		0	0	False	False	1.0	0					non-mobilizable	other	2017.0	98.36399999999999	100.0	0.03221219141966925	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0150_000000012983	2149	0.8190286239050281	4	3	2	3	2	False	110043	fragment	False	ISR0822_000000002949	0.9631696428571428		0	0	False	False	0.9981386661529541	0					non-mobilizable	other	2137.0	99.345	99.0	0.034129583766078136	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0010_000000010190	2038	0.8190286239050281	3	3	2	3	2	False	75174	fragment	False	ISR0010_000000010190	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1741.0	99.13799999999999	97.0	0.027802189022928817	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0002_000000002738	7922	0.8190274910890742	10	5	3	5	3	False	38660	maximal	True	ISR0002_000000002738	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.00015397552973504363	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MON0044_000000010922	4104	0.8190269395706476	4	2	2	2	1	False	20780	maximal	True	MON0044_000000010922	1.0		2	1	False	False	0.9992690086364746	0					non-mobilizable	no_good_hit	185.0	82.70299999999999	4.0	0.0040777917189460475	NZ_AAXG02000017.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont185, whole genome shotgun sequence	True	False
CHI0035_000000002965	3622	0.819024252008975	5	4	4	4	3	False	88125	fragment	False	SPA0026_000000007646	0.961990675453428		0	0	False	False	0.9955825805664062	0					non-mobilizable	no_good_hit	1125.0	81.956	62.0	0.00017234733361996116	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
ISR0072_000000017473	1679	0.8190239269432789	3	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.40300967941214305		0	0	False	False	0.9994044303894043	0					non-mobilizable	no_good_hit	1432.0	93.994	85.0	0.020384258267266624	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ENG0082_000000014444	1440	0.8190185220870094	2	2	2	2	2	False	61600	fragment	False	ENG0082_000000014444	1.0		0	0	False	False	0.980555534362793	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.000284492891421042	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0189_000000014652	1180	0.8190183447510685	2	1	1	1	1	False	29210	maximal	True	ISR0189_000000014652	1.0		0	0	False	False	0.9220339059829712	0					non-mobilizable	no_good_hit	179.0	100.0	15.0	0.001591047230862741	NZ_JAAIUL010000012.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_12_length_111876_cov_341.882, whole genome shotgun sequence	True	False
CHI0138_000000004988	3048	0.8190115549579392	5	3	3	2	2	False	111429	fragment	False	CHI0138_000000004988	1.0		0	0	False	False	0.9993438124656677	0					non-mobilizable	no_good_hit	1954.0	99.38600000000001	64.0	0.002705147259462821	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
MON0007_000000043057	1504	0.8190104553353951	3	2	2	2	2	False	38763	fragment	False	MON0007_000000043057	0.9727011494252873		0	0	False	False	1.0	0					non-mobilizable	chromosome	1504.0	95.479	100.0	0.0006189724316350509	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0095_000000013819	1964	0.8189838534975772	3	3	1	3	3	False	94937	fragment	False	MON0011_000000021768	0.6753778969975457		0	0	False	False	0.9989816546440125	0					non-mobilizable	chromosome	1953.0	97.286	100.0	0.0006800440024371439	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0014_000000000091	44868	0.8189800230495534	55	41	16	27	32	True	116739	maximal	True	SPA0014_000000000091	1.0		15	4	False	False	1.0	0					non-mobilizable	chromosome	38682.0	99.568	96.0	0.006875314639369953	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0004_000000000280	48424	0.8189778130657098	49	17	7	10	9	True	112555	fragment	False	FIJ0002_000000000283	0.9594274130088889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	99.167	0.0	0.0006537312120945768	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
TAN0021_000000008951	2140	0.8189747721928371	3	1	1	1	1	False	40742	fragment	False	TAN0021_000000008951	1.0		0	0	False	False	0.9794392585754395	0					non-mobilizable	no_good_hit	146.0	94.521	7.0	3.867977653225933e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0034_000000001243	4894	0.8189642779035152	6	3	2	3	1	False	73562	fragment	False	DEN0034_000000001243	1.0		0	0	False	False	0.9969350099563599	0					non-mobilizable	no_good_hit	350.0	98.0	7.0	0.0007472401360019869	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
MAD0101_000000019164	1502	0.8189528244434358	4	4	2	3	3	True	15087	maximal	True	MAD0101_000000019164	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	779.0	97.946	100.0	0.0001712043145247716	CP029794.1	enterobacteria	Shigella sonnei strain 4303 chromosome	False	True
SPA0122_000000004666	6888	0.8189526060471883	8	5	3	3	2	False	106658	fragment	False	SPA0122_000000004666	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6888.0	99.60799999999999	100.0	0.0019247165426352817	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0141_000000007472	3811	0.8189524896966854	5	3	3	2	2	False	40300	maximal	True	FIJ0141_000000007472	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	92.79299999999999	3.0	0.0007083620130846493	NZ_LMVN01000023.1	euryarchaeotes	Methanosphaera cuniculi strain 1R-7 contig_5, whole genome shotgun sequence	True	False
ISR0118_000000006559	2370	0.8189458269116557	3	3	3	3	2	False	104641	fragment	False	ISR0295_000000014391	0.9689161554192229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
FIJ0030_000000019759	1835	0.8189383574726496	4	2	1	1	1	False	48722	fragment	False	FIJ0030_000000019759	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1136.0	99.208	99.0	0.3917846047635485	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
CHI0050_000000001007	7551	0.8189331366381303	8	6	6	6	5	True	86715	maximal	True	CHI0050_000000001007	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2310.0	99.913	41.0	0.0011139698769808666	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	True	True
SPA0075_000000012530	1682	0.8189329966268037	2	1	1	1	1	False	5774	maximal	True	SPA0075_000000012530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	80.669	48.0	0.005387996516032328	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0078_000000003753	4475	0.8189325877337665	6	6	3	5	6	True	89614	maximal	True	CHI0078_000000003753	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	4475.0	99.777	100.0	0.03799898080516392	CP029980.1	enterobacteria	Escherichia coli strain 99-3165 plasmid unnamed2, complete sequence	False	True
MAD0112_000000020217	1437	0.8189238485111827	2	2	2	2	2	False	14437	maximal	True	MAD0112_000000020217	1.0		22	6	False	False	0.9979122877120972	0					non-mobilizable	other	1426.0	73.282	98.0	0.0401942961027156	NZ_FNBY01000033.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
MON0005_000000001603	15267	0.8189163304310939	18	9	6	9	7	True	70489	fragment	False	MON0005_000000001603	0.9717551671429521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	83.51299999999999	2.0	0.0006705305481526274	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
USA0066_01_000000001339	12611	0.8189132795242211	14	11	4	5	9	False	124567	maximal	False	USA0072_01_000000001387	0.9571595387534666		0	0	False	False	1.0	0					non-mobilizable	chromosome	12611.0	99.93700000000001	100.0	0.0028205788394175947	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0124_000000021932	1415	0.8189016581088554	3	3	3	1	2	False	64812	fragment	False	ENG0124_000000021932	0.9614553314121037		0	0	False	False	0.9992932677268982	0					non-mobilizable	no_good_hit	207.0	87.44	15.0	6.900179976889446e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0096_000000015211	2569	0.8188993909806375	5	5	3	4	4	False	80868	fragment	False	MON0102_000000017127	0.9758002126794324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	84.87200000000001	58.0	0.22983626440266827	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
CHI0127_000000014610	1176	0.8188989468745023	2	2	1	2	1	False	81348	fragment	False	CHI0127_000000014610	1.0		0	0	False	False	0.9914966225624084	0					non-mobilizable	no_good_hit	518.0	81.274	44.0	0.0023281354947628295	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0025_000000015102	2388	0.8188968809514646	4	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.12000041491414494		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2388.0	95.51899999999999	100.0	0.0006153566942017519	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
ISR0785_000000002861	8738	0.8188827868673518	12	7	3	4	6	False	121791	maximal	True	ISR0785_000000002861	1.0	PS348|PS349|PS350|PS554|PS860	23	2	True	True	1.0	34					non-mobilizable	no_good_hit	2197.0	89.531	27.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
CHI0164_000000015656	1297	0.8188727090126857	3	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.10724037069079281		0	0	False	False	0.9876638650894165	0					non-mobilizable	other	1306.0	96.78399999999999	100.0	0.018183846497099507	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AUS0014_000000002544	12078	0.8188533143671829	9	9	8	8	9	True	100981	maximal	True	AUS0014_000000002544	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	3330.0	76.877	43.0	0.0009877918142771954	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	True	True
FIJ0008_000000003515	7583	0.8188439047679346	7	2	1	1	1	False	51475	maximal	True	FIJ0008_000000003515	1.0	PS180	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	216.0	89.352	8.0	0.0033765039709588956	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0339_000000001847	7008	0.8188439047679346	8	2	1	1	1	False	48110	backbone	True	ISR0339_000000001847	1.0	PS178|PS179	1	1	True	True	1.0	6					non-mobilizable	no_good_hit	1208.0	76.07600000000001	23.0	0.10523930384336476	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
AST0093_000000003295	6180	0.8188439047679346	8	2	1	1	1	False	109590	fragment	False	DEN0010_000000006232	0.958339846803189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	73.657	12.0	0.16476022877254728	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
ISR0400_000000002868	5745	0.8188439047679346	4	2	1	1	1	False	22564	maximal	True	ISR0400_000000002868	1.0		1	1	True	True	1.0	50					non-mobilizable	no_good_hit								True	True
FIJ0167_000000002450	7099	0.8188286651200414	10	10	6	8	7	True	84517	maximal	True	FIJ0167_000000002450	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	7100.0	99.97200000000001	100.0	0.08603805599321294	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	False	True
ISR0124_000000008994	1595	0.8188279943179793	3	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.984981661608533		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	99.81200000000001	100.0	0.0002999793799484593	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0815_000000010062	3065	0.8188250606401222	5	2	1	2	1	False	69921	maximal	True	ISR0815_000000010062	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	94.74700000000001	52.0	0.00029282782724185657	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0104_000000024077	1889	0.8188233689127945	2	2	2	2	1	True	12807	fragment	False	MON0104_000000024077	1.0		0	0	False	False	0.9899417757987976	0					non-mobilizable	no_good_hit	1458.0	83.471	77.0	0.006138265379506401	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
MON0092_000000035228	1586	0.8188233635517799	2	2	2	2	1	True	19644	fragment	False	MON0092_000000035228	1.0		0	0	False	False	0.9905422329902649	0					non-mobilizable	plasmid	1563.0	99.23200000000001	99.0	0.01980072509697538	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
DEN0007_000000004709	6052	0.8188048572059687	9	3	1	1	3	False	100801	maximal	True	DEN0007_000000004709	1.0	PS583	1	1	False	True	0.9995042681694031	0					non-mobilizable	no_good_hit	941.0	92.774	50.0	0.00020034694226587506	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
ISR0265_000000004584	3407	0.8188048572059687	4	3	1	1	3	False	74317	fragment	False	ISR0265_000000004584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	96.061	53.0	0.00014459629646905174	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
DEN0045_000000011774	3136	0.8188048572059687	3	3	1	1	3	False	72950	fragment	False	DEN0045_000000011774	0.9809444843586747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	92.17399999999999	49.0	0.00019568254560558307	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0139_000000006100	3073	0.8188048572059687	5	3	1	1	3	False	74318	fragment	False	ENG0139_000000006100	1.0		0	0	False	False	0.9977220892906189	0					non-mobilizable	no_good_hit	665.0	94.436	52.0	0.00014748378011589916	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0081_000000019049	2946	0.8188048572059687	4	3	1	1	3	False	72950	fragment	False	DEN0045_000000011774	0.7877157728690708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	93.906	46.0	0.00015992217121001113	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0065_000000011273	2290	0.8188048572059687	3	3	1	1	3	False	10677	fragment	False	MON0065_000000011273	0.9916935856022151		0	0	False	False	0.9925764203071594	0					non-mobilizable	no_good_hit	628.0	94.904	30.0	0.00013926555742871803	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0011_01_000000003948	9386	0.8187914610586197	10	7	3	6	5	False	121610	maximal	False	ISR0011_000000002282	0.9218024404686954		0	0	False	True	1.0	0					non-mobilizable	other	4676.0	98.71700000000001	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
SPA0111_000000025592	1333	0.818790130425784	2	2	2	2	1	False	94890	fragment	False	USA0021_01_000000012788	0.9387724159174459		0	0	False	False	0.9992498159408569	0					non-mobilizable	other	1333.0	99.175	100.0	0.015251093453021594	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
MAD0002_000000005697	5159	0.8187880779324288	8	3	2	3	2	False	20234	fragment	False	MAD0002_000000005697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0065_000000007960	2255	0.8187865706533172	3	3	3	3	3	False	55163	maximal	False	ENG0183_000000011574	0.9492635024549918		0	0	False	False	1.0	0					non-mobilizable	other	2230.0	99.596	99.0	0.0008091270107877549	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0041_000000007464	1911	0.8187823071257299	3	3	3	3	1	True	36415	maximal	True	ISR0041_000000007464	1.0		2	1	False	False	0.9853479862213135	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000025866	1692	0.8187819684804577	3	2	2	2	1	False	76839	maximal	True	DEN0001_000000025866	1.0		1	1	False	False	0.9970449209213257	0					non-mobilizable	no_good_hit								True	False
ISR0091_000000015433	1951	0.8187818813703064	2	2	2	2	1	True	103584	fragment	False	ISR0086_000000012196	0.7539624945762313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0041_000000008524	3906	0.8187769974311949	9	3	2	2	3	False	96895	maximal	True	DEN0041_000000008524	1.0		3	3	False	False	0.9900153875350952	0					non-mobilizable	no_good_hit	54.0	98.148	3.0	1.5126900423895708e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0132_01_000000002868	6614	0.8187700485695671	8	6	2	4	5	False	62238	maximal	False	USA0027_01_000000003958	1.0		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1541.0	93.12100000000001	62.0	0.2257542310522443	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
CHI0027_000000002994	5155	0.8187678880698263	7	5	4	4	5	False	88837	maximal	False	ENG0150_000000002985	0.9879458692540516		0	0	False	False	0.9990300536155701	0					non-mobilizable	chromosome	5154.0	98.448	99.0	0.0014345269165187736	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0090_000000000024	102012	0.8187665641787499	118	33	17	29	13	True	44310	maximal	True	MAD0090_000000000024	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	95.258	3.0	0.0005286175777250395	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	True	True
ISR0821_000000002203	10240	0.8187661763296689	10	4	1	4	1	True	43110	fragment	False	ISR0821_000000002203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0092_000000027567	1638	0.8187620113899582	3	2	2	2	1	True	118499	fragment	False	SPA0092_000000027567	1.0		0	0	False	False	0.9987789988517761	0					non-mobilizable	no_good_hit	1296.0	96.991	79.0	0.00038633250750146406	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
MAD0054_000000003697	3619	0.8187563004737181	5	4	1	3	2	True	17174	fragment	False	MAD0054_000000003697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0118_000000009135	3174	0.8187560981692479	4	4	4	3	2	False	121555	fragment	False	CHI0120_000000003302	0.33940349628878563		0	0	False	False	1.0	0					non-mobilizable	other	3174.0	100.0	100.0	0.0006145426789528719	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0127_000000014186	2068	0.8187554078223295	4	2	2	2	1	True	120241	fragment	False	ISR0002_000000007994	0.26773049645390073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	3.0	0.0003921800772520756	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
FIJ0051_000000003052	6379	0.8187488404985315	7	4	3	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.864435483533115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.20100000000001	25.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0147_000000003680	4860	0.8187488404985315	5	4	3	3	2	True	48557	fragment	False	FIJ0147_000000003680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	85.28	30.0	0.19816236972024137	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
ISR0170_000000007350	6007	0.8187299468303603	5	4	4	3	4	False	122615	fragment	False	ENG0091_000000003941	0.7276824508324166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2595.0	98.99799999999999	68.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0091_000000003941	5603	0.8187299468303603	6	4	4	3	4	False	122615	fragment	False	ENG0091_000000003941	0.9402558486044775		0	0	False	False	0.9996430277824402	0					non-mobilizable	no_good_hit	2595.0	98.96	69.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0034_000000004032	4851	0.8187299468303603	5	4	4	3	4	False	114771	fragment	False	ISR0034_000000004032	1.0		0	0	False	False	0.9995877146720886	0					non-mobilizable	no_good_hit	2190.0	98.85799999999999	65.0	0.0006899675441032361	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0009_000000004877	6900	0.8187282474982437	8	7	6	7	5	True	51332	fragment	False	FIJ0114_000000004950	0.9675644367216912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	81.25	1.0	6.666998252823157e-05	NZ_JONL01000001.1	d-proteobacteria	Desulfovibrio frigidus DSM 17176 BR06DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
ISR0121_000000007504	3182	0.8187202804033923	5	3	3	3	2	False	32219	fragment	False	ISR0121_000000007504	1.0		0	0	False	False	0.9968573451042175	0					non-mobilizable	no_good_hit	385.0	70.90899999999999	12.0	0.00018453109226211072	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0201_000000005780	1276	0.8187169779613953	3	3	2	3	2	False	71393	fragment	False	ISR0200_000000017230	0.6912519754064518		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	99.21600000000001	100.0	0.004890904069232186	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0052_000000003531	7682	0.8187169084850193	7	5	4	5	2	False	35810	maximal	True	ISR0052_000000003531	1.0		3	3	False	False	0.9960947632789612	0					non-mobilizable	no_good_hit	5578.0	98.08200000000001	84.0	0.0010633961023682253	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ENG0073_000000008684	2942	0.8186950471665583	7	1	1	1	0	True	120070	fragment	False	ENG0073_000000008684	1.0		0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1501.0	99.46700000000001	70.0	0.3827507017096198	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ISR0296_000000011644	2251	0.8186950471665583	3	1	1	1	0	True	120073	backbone	False	ISR0842_000000008264	0.17174049968507243	PS827|PS829	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1675.0	92.836	95.0	0.424853278897678	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0091_000000014044	2168	0.8186950471665583	3	1	1	1	0	True	33623	fragment	False	ISR0091_000000014044	1.0		0	0	False	False	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1286.0	90.74700000000001	59.0	0.3261035978565961	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ISR0283_000000006821	1971	0.8186950471665583	3	1	1	1	0	True	120065	backbone	False	ISR0169_000000014172	0.31952022247480083	PS827	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1629.0	91.16	91.0	0.41005358509823936	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0152_000000012823	1832	0.8186950471665583	4	1	1	1	0	True	120065	backbone	False	ISR0169_000000014172	0.6096693906016543	PS827	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1591.0	93.463	96.0	0.4041847410053585	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0208_000000015146	1815	0.8186950471665583	2	1	1	1	0	True	120065	backbone	False	ISR0169_000000014172	0.5530038265734872	PS827	0	0	False	True	0.9988980889320374	0	rep_cluster_1143				non-mobilizable	plasmid	1760.0	99.375	97.0	0.4488389895381475	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ENG0106_000000011552	1788	0.8186950471665583	2	1	1	1	0	True	120065	backbone	False	ISR0169_000000014172	0.5508232931322166	PS827	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1689.0	99.29	94.0	0.43072212299055884	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ENG0194_000000015175	1761	0.8186950471665583	3	1	1	1	0	True	120065	backbone	False	ISR0169_000000014172	0.6156898862204307	PS827	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1762.0	97.446	100.0	0.44832865526920135	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0032_000000017901	1662	0.8186950471665583	3	1	1	1	0	True	120065	backbone	False	ISR0169_000000014172	0.5397485351335828	PS827	0	0	False	True	0.9759325981140137	0	rep_cluster_1143				non-mobilizable	plasmid	1644.0	99.939	99.0	0.41923960193927023	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0325_000000013087	1598	0.8186950471665583	3	1	1	1	0	True	120065	backbone	False	ISR0169_000000014172	0.3039466290183666	PS827	0	0	False	True	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1605.0	93.52	100.0	0.4075019137535085	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MAD0099_000000020449	1539	0.8186950471665583	3	1	1	1	0	True	77315	fragment	False	MAD0099_000000020449	1.0		0	0	False	False	0.9961013793945312	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	7.32218815447062e-07	CP032579.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_09	True	True
AST0025_000000024757	1537	0.8186950471665583	2	1	1	1	0	True	120065	backbone	False	ISR0169_000000014172	0.2317844783918125	PS827	0	0	False	True	0.9837345480918884	0	rep_cluster_1143				non-mobilizable	plasmid	1499.0	99.73299999999999	98.0	0.38224036744067363	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
SPA0129_000000017006	1451	0.8186950471665583	2	1	1	1	0	True	27087	maximal	True	SPA0129_000000017006	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	86.38	57.0	0.23846374319289196	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
ISR0078_000000015738	1320	0.8186950471665583	2	1	1	1	0	True	34402	fragment	False	ISR0078_000000015738	1.0		0	0	False	False	0.9946969747543335	0	rep_cluster_1143				non-mobilizable	plasmid	1327.0	93.51899999999999	100.0	0.33784128604235775	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ISR0354_000000014695	1260	0.8186950471665583	1	1	1	1	0	True	23988	fragment	False	ISR0354_000000014695	1.0		0	0	False	False	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1064.0	90.414	84.0	0.2998869417750141	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
CHI0182_000000024901	1174	0.8186950471665583	2	1	1	1	0	True	77314	fragment	False	CHI0182_000000024901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	7.32218815447062e-07	CP032579.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_09	True	True
MON0061_000000041089	1153	0.8186950471665583	1	1	1	1	0	True	10787	fragment	False	MON0061_000000041089	1.0		0	0	False	False	0.9774501323699951	0	rep_cluster_1143				non-mobilizable	plasmid	1123.0	100.0	100.0	0.2862975248787956	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
MON0093_000000042239	1123	0.8186950471665583	2	1	1	1	0	True	9359	fragment	False	MON0093_000000042239	1.0		0	0	False	False	1.0	0	rep_cluster_1143				non-mobilizable	plasmid	1123.0	100.0	100.0	0.2862975248787956	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	False	True
ENG0072_000000002161	5557	0.8186942155519145	7	6	4	4	5	True	132395	backbone	False	SPA0082_000000002281	0.7547361890457494	PS1159|PS1161|PS463	0	0	True	True	1.0	12		MOBV			mobilizable	plasmid	3103.0	99.90299999999999	99.0	0.44562562850165205	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0062_000000013810	2619	0.8186932218635015	3	3	2	3	2	False	78178	fragment	False	ISR0062_000000013810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	76.122	27.0	0.00020760362627836575	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
FIJ0144_000000008353	3792	0.8186926527988276	4	4	4	4	2	False	52042	maximal	True	FIJ0144_000000008353	1.0		4	1	False	False	0.9992088675498962	0					non-mobilizable	no_good_hit	827.0	79.081	24.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
USA0036_01_000000000024	142368	0.8186878513133569	182	55	25	41	26	True	99785	backbone	True	USA0036_01_000000000024	1.0	PS562|PS563	1	1	True	True	1.0	10					non-mobilizable	no_good_hit	422.0	89.1	0.0	0.05148320666830106	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
ISR0176_000000014284	2374	0.8186869165991714	3	3	3	3	2	False	113716	maximal	False	FIJ0030_000000011095	0.3150326797385621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	86.712	52.0	0.00018887853530819918	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0052_000000010391	3210	0.8186795076632408	5	4	3	4	3	True	119674	fragment	False	ISR0052_000000010391	0.9750620314225277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0003984857541342897	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
DEN0018_000000001940	13339	0.8186646620375749	11	9	7	5	8	False	129211	maximal	True	DEN0018_000000001940	1.0		1	1	False	False	0.999700129032135	0					non-mobilizable	no_good_hit	5401.0	97.13	57.0	0.0013237154945814457	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0181_000000008902	2303	0.8186550294936052	4	3	3	1	1	False	99137	fragment	False	CHI0181_000000008902	1.0		0	0	False	False	0.9926183223724365	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	6.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0388_000000016351	2130	0.8186550294936052	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.5970588154313851		0	0	False	False	0.9755868315696716	0					non-mobilizable	no_good_hit								True	False
ENG0133_000000012283	2001	0.8186550294936052	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.5188253904551611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000011385	1986	0.8186550294936052	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.5168718941056957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0064_000000011757	1888	0.8186550294936052	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.410070420865054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000028182	1740	0.8186550294936052	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.3193759343277097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0003_000000011824	1537	0.8186550294936052	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.17233108338801756		0	0	False	False	0.9973975419998169	0					non-mobilizable	no_good_hit								True	False
CHI0151_000000016451	1500	0.8186550294936052	3	3	3	1	1	False	99130	fragment	False	SPA0098_000000016756	0.19030581231413204		0	0	False	False	0.9900000095367432	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000011853	2405	0.8186525691991801	3	3	3	2	2	False	38146	fragment	False	ISR0214_000000011853	1.0		0	0	False	False	0.9941787719726562	0					non-mobilizable	no_good_hit	1507.0	73.192	62.0	0.007097784269362584	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
CHI0051_000000016229	1170	0.8186514763158346	2	2	2	2	1	True	86543	fragment	False	MON0107_000000048954	0.5449095096296819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	84.848	6.0	0.002606181536832675	NZ_KK082161.1	firmicutes	Paenibacillus darwinianus strain Br scaffold40, whole genome shotgun sequence	True	True
ISR0326_000000005721	3103	0.8186480435503025	2	2	2	2	2	False	117155	fragment	False	ISR0326_000000005721	1.0		0	0	False	False	0.9871092438697815	0					non-mobilizable	other	2975.0	88.975	95.0	0.004495870391961762	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0010_000000006786	2789	0.8186436110830692	5	2	2	2	1	False	38316	maximal	True	ISR0010_000000006786	1.0		0	0	False	False	0.9942631721496582	0					non-mobilizable	no_good_hit	1374.0	94.178	49.0	0.04229710077663294	MK231452.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_2-CL09_c2 sequence	True	False
DEN0082_000000003748	8715	0.8186369025609543	16	4	0	4	2	True	100080	backbone	False	FIJ0124_000000002852	0.9564297570144427	PS362|PS441|PS569	0	0	True	True	0.9997705221176147	6					non-mobilizable	no_good_hit								True	True
TAN0016_000000004843	2305	0.8186335701219329	2	2	2	1	1	False	2517	maximal	True	TAN0016_000000004843	1.0		2	1	False	False	0.9995661377906799	0					non-mobilizable	no_good_hit	1055.0	90.806	46.0	0.01734475374732334	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MAD0012_000000007789	3502	0.8186334341733597	8	6	3	5	2	False	24255	maximal	True	MAD0012_000000007789	1.0		1	1	False	False	0.9997144341468811	0					non-mobilizable	no_good_hit	677.0	79.025	19.0	0.0010761435626757542	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0295_000000007896	4069	0.8186291042235554	3	3	3	3	2	False	117165	fragment	False	ISR0295_000000007896	1.0		0	0	False	False	0.9990169405937195	0					non-mobilizable	no_good_hit	555.0	89.91	34.0	0.000837825134143587	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0155_000000007060	3297	0.8186275207391819	3	3	3	2	1	True	118558	fragment	False	ISR0155_000000007060	1.0		0	0	False	False	0.999696671962738	0					non-mobilizable	other	3297.0	99.97	100.0	0.22210242587601078	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0078_000000013909	1467	0.8186236354634707	3	2	2	2	2	False	34410	maximal	True	ISR0078_000000013909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	95.535	58.0	0.0003381956762738405	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
SPA0008_000000002217	9935	0.8185943254616067	15	13	10	8	9	False	52016	maximal	True	SPA0008_000000002217	1.0	PS211	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	3755.0	97.63	79.0	0.0071871179867639004	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0180_000000002713	7464	0.8185899486797225	14	4	3	3	3	True	120395	fragment	False	ISR0180_000000002713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	97.79899999999999	10.0	0.0002522234574763758	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ETH0001_000000011917	2465	0.8185840126682159	4	3	3	3	3	False	53542	fragment	False	ETH0001_000000011917	1.0		0	0	False	False	0.9991886615753174	0					non-mobilizable	no_good_hit	55.0	85.455	2.0	7.695878208351265e-06	LN890476.1	b-proteobacteria	Achromobacter xylosoxidans isolate R4 genome assembly, chromosome: BN2905	True	False
CHI0059_000000003426	4611	0.8185798436786479	6	4	1	2	4	False	110865	fragment	False	CHI0059_000000003426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3965.0	90.265	89.0	0.049111144308335825	NZ_AGDG01000019.1	CFB group bacteria	Bacteroides faecis MAJ27 contig019, whole genome shotgun sequence	True	False
CAN0001_000000015637	2966	0.8185768957188139	4	4	3	3	3	False	97388	maximal	True	CAN0001_000000015637	1.0		4	3	False	False	0.9989885091781616	0					non-mobilizable	no_good_hit								True	False
FIJ0067_000000016986	1836	0.8185756933009866	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.3674254442771847		0	0	False	False	0.9994553327560425	0					non-mobilizable	other	1143.0	99.475	100.0	0.05760984714725319	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0026_000000005125	5049	0.8185755815304295	7	5	2	4	3	True	81114	fragment	False	SPA0026_000000005125	0.993798955613577		0	0	False	False	0.9996038675308228	0					non-mobilizable	no_good_hit	58.0	93.103	1.0	2.19319171727681e-05	NZ_CH724107.1	a-proteobacteria	Oceanicola granulosus HTCC2516 scf_1099521380027, whole genome shotgun sequence	True	True
ISR0377_000000000816	10870	0.8185747750029696	10	6	4	6	3	False	96281	maximal	True	ISR0377_000000000816	0.9644502014968336		2	1	False	False	0.998896062374115	0					non-mobilizable	no_good_hit	1385.0	94.007	13.0	0.00036759125559623006	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0812_000000021232	1864	0.8185723805889064	3	2	2	2	2	False	124914	fragment	False	ENG0146_000000012202	0.9906567004805126		0	0	False	False	0.9871244430541992	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	5.3963797108619755e-06	LT629796.1	g-proteobacteria	Pseudomonas mandelii strain LMG 21607 genome assembly, chromosome: I	True	False
FIJ0162_000000007059	3233	0.8185710631284749	4	4	4	4	4	False	62990	fragment	False	FIJ0162_000000007059	0.9893939393939394		0	0	False	False	0.9987627863883972	0					non-mobilizable	no_good_hit	1282.0	74.415	39.0	0.0004278068324726793	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0131_000000012634	2093	0.8185684302937425	3	2	1	1	0	True	111377	fragment	False	ISR0093_000000009557	0.5922055079578022		0	0	False	False	0.9746775031089783	0					non-mobilizable	no_good_hit								True	True
FIJ0022_000000011939	2148	0.8185643208869764	3	3	3	3	2	False	93617	fragment	False	FIJ0058_000000017616	0.9666445210989341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.587	38.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
CHI0129_000000017800	1464	0.8185617109609856	3	2	2	2	2	False	81184	maximal	True	CHI0129_000000017800	1.0		0	0	False	False	0.9398906826972961	0					non-mobilizable	no_good_hit	550.0	99.63600000000001	38.0	0.00010532861087678106	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
MON0001_000000024545	1420	0.8185508565589785	2	1	1	1	1	False	14371	fragment	False	MON0001_000000024545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	927.0	83.495	65.0	0.002937725933061816	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0183_000000010047	2775	0.8185500253276776	3	2	2	2	0	True	55167	maximal	True	ENG0183_000000010047	1.0		1	1	False	False	0.9837837815284729	0					non-mobilizable	no_good_hit								True	True
ENG0169_000000000907	21208	0.8185460147132676	19	12	11	11	12	False	115463	maximal	True	ENG0169_000000000907	1.0		1	1	False	False	0.9998114109039307	0					non-mobilizable	no_good_hit	8022.0	93.96700000000001	47.0	0.0034769239174123256	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
AUS0016_000000011732	2399	0.8185420678367467	5	5	4	3	3	False	100432	fragment	False	AUS0016_000000011732	1.0		0	0	False	False	0.9983326196670532	0					non-mobilizable	no_good_hit	232.0	77.586	10.0	7.301714230204715e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
ISR0796_000000017812	1179	0.8185366746578941	2	2	2	2	2	False	21948	maximal	True	ISR0796_000000017812	1.0		8	3	False	False	1.0	0					non-mobilizable	other	1179.0	100.0	100.0	0.0006218459004624253	NC_008530.1	firmicutes	Lactobacillus gasseri ATCC 33323 = JCM 1131, complete sequence	False	False
ENG0015_000000014538	1199	0.8185236597107906	2	2	2	2	2	False	66843	fragment	False	ENG0015_000000014538	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1199.0	99.5	100.0	0.0003005977831038954	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
AUS0016_000000014784	1920	0.8185194921216155	3	3	3	2	2	False	100314	maximal	True	AUS0016_000000014784	1.0		15	5	False	False	1.0	0					non-mobilizable	other	1895.0	86.33200000000001	100.0	0.03428292011518192	NZ_JAATLI010000022.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_22, whole genome shotgun sequence	False	False
ISR0102_000000005401	3518	0.8184898272332483	5	1	1	1	1	False	33102	maximal	True	ISR0102_000000005401	1.0		3	1	False	False	0.9948834776878357	0					non-mobilizable	no_good_hit	132.0	100.0	4.0	3.480971706608824e-05	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0267_000000003600	4304	0.8184864123881156	5	5	5	5	5	False	122160	maximal	True	ISR0267_000000003600	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	99.01	71.0	0.00039512573852674716	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0061_000000037260	1126	0.8184817572866131	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.13243844184567186		0	0	False	False	0.9840142130851746	0					non-mobilizable	chromosome	1126.0	97.15799999999999	100.0	0.0003148657790157212	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0049_000000001199	11266	0.8184801061213838	20	10	3	9	8	True	11373	fragment	False	MON0049_000000001199	1.0		0	0	False	False	0.9986685514450073	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.0023587996330756127	KR559501.1	whiteflies	Bemisia tabaci clone AII5 mitochondrion, complete genome	True	True
FIJ0122_000000005997	2772	0.81845714569947	5	3	2	1	2	True	130196	maximal	True	FIJ0122_000000005997	0.9986391912908242		78	6	False	False	0.9985569715499878	0					non-mobilizable	other	2359.0	100.0	100.0	0.15889487870619945	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0140_000000011774	2422	0.81845714569947	4	3	2	1	2	True	130194	fragment	False	ISR0206_000000009912	0.9779362224195084		0	0	False	False	1.0	0					non-mobilizable	other	2419.0	100.0	100.0	0.16293800539083558	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0134_000000013836	2340	0.81845714569947	4	3	2	1	2	True	130194	fragment	False	ISR0206_000000009912	0.8950445635474324		0	0	False	False	1.0	0					non-mobilizable	other	2340.0	99.87200000000001	100.0	0.1576145552560647	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0190_000000013076	2324	0.81845714569947	3	3	2	1	2	True	130194	fragment	False	ISR0206_000000009912	0.8271578295969053		0	0	False	False	1.0	0					non-mobilizable	other	2321.0	100.0	100.0	0.15633423180592992	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0110_000000007872	2320	0.81845714569947	3	3	2	1	2	True	130194	fragment	False	ISR0206_000000009912	0.8265255709515328		0	0	False	False	1.0	0					non-mobilizable	other	2317.0	100.0	100.0	0.15606469002695417	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
DEN0011_000000030472	1530	0.8184421899534765	2	1	1	1	1	False	75624	maximal	True	DEN0011_000000030472	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	77.273	9.0	0.005217460570336148	NZ_ATVG01000019.1	high GC Gram+	Corynebacterium massiliense DSM 45435 G488DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
MAD0046_000000008262	3004	0.8184312859358378	4	3	3	3	3	False	40078	fragment	False	MAD0046_000000008262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	864.0	78.472	29.0	0.009335941745462449	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0132_000000015402	2089	0.8184221698773537	3	3	3	3	3	False	129308	fragment	False	DEN0061_000000018650	0.9336734693877551		0	0	False	False	0.9990426301956177	0					non-mobilizable	chromosome	1869.0	87.587	91.0	0.000648324881872418	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0275_000000001813	7038	0.8184209626549253	13	3	2	3	3	False	75397	maximal	True	ISR0275_000000001813	1.0	PS359	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1443.0	96.743	62.0	0.000600391545221308	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
SPA0044_000000024959	1147	0.8184200115673794	2	2	2	2	1	False	115880	fragment	False	ISR0032_000000025396	0.4768745986139906		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	98.867	100.0	0.004799417034161296	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0047_000000004215	9251	0.8184197659943514	13	3	2	3	2	False	81941	maximal	True	SPA0047_000000004215	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	85.427	2.0	0.03948942959712804	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0119_000000000260	53368	0.8184193085214082	91	28	9	16	19	False	93872	maximal	True	ISR0119_000000000260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	88.054	1.0	0.0002060527295044182	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0136_000000007285	3631	0.8184143905724837	5	4	4	4	4	False	90780	fragment	False	ISR0794_000000005017	0.5872099624458178		0	0	False	False	0.996970534324646	0					non-mobilizable	other	3631.0	99.39399999999999	100.0	0.432657926102503	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ENG0104_000000013935	2272	0.8184077669678326	2	2	0	2	1	False	117726	maximal	True	ENG0104_000000013935	1.0	PS794	0	0	False	True	0.9969190359115601	0					non-mobilizable	other	2164.0	93.669	95.0	0.014754131907259741	NZ_KE159495.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.11, whole genome shotgun sequence	False	True
ISR0028_000000016354	1192	0.8184058751762909	1	1	1	1	1	False	37174	fragment	False	ISR0028_000000016354	1.0		0	0	False	False	0.9916107654571533	0					non-mobilizable	other	1193.0	98.491	100.0	0.007208003243904063	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	False	False
ISR0813_000000000797	28738	0.8184051580031249	36	13	8	8	9	False	60957	maximal	True	ISR0813_000000000797	1.0		3	1	False	False	0.9986081123352051	0					non-mobilizable	no_good_hit	7276.0	91.34100000000001	44.0	0.12866409102186935	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0159_000000013835	1803	0.8183908802227808	3	3	3	3	3	False	79747	fragment	False	CHI0151_000000012455	0.9476155404658039		0	0	False	False	1.0	0					non-mobilizable	chromosome	1803.0	99.501	100.0	0.00033524072032477796	CP028391.2	enterobacteria	Klebsiella pneumoniae strain WCHKP13F2 chromosome, complete genome	False	False
SPA0098_000000009377	3690	0.8183890289976372	3	2	1	2	1	False	5081	maximal	True	SPA0098_000000009377	1.0		1	1	False	False	0.9991869926452637	0					non-mobilizable	no_good_hit	172.0	93.023	5.0	5.712029534199023e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MON0081_000000018759	2996	0.8183752564472191	3	3	3	3	2	False	107428	maximal	True	MON0081_000000018759	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	535.0	71.589	17.0	0.00023205200463925508	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
AST0094_000000006294	3373	0.8183733284455436	4	4	3	3	4	False	131142	maximal	True	AST0094_000000006294	1.0		6	2	False	False	0.9997035264968872	0					non-mobilizable	no_good_hit	1305.0	100.0	40.0	0.008090634965937434	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ISR0046_000000009869	3044	0.8183642636611478	3	1	0	1	1	True	42903	maximal	True	ISR0046_000000009869	1.0		2	1	False	False	0.9816031455993652	0					non-mobilizable	no_good_hit								True	True
ISR0378_000000009624	2706	0.8183642636611478	3	1	0	1	1	True	23278	maximal	True	ISR0378_000000009624	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	90.741	2.0	0.0014035280843217657	NZ_FNDE01000036.1	firmicutes	Aneurinibacillus thermoaerophilus strain L 420-91, whole genome shotgun sequence	True	True
FIJ0161_000000006085	2665	0.8183642636611478	3	1	0	1	1	True	52552	maximal	True	FIJ0161_000000006085	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	83.916	10.0	7.59784113157541e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0374_000000007136	2232	0.8183642636611478	3	1	0	1	1	True	34699	maximal	True	ISR0374_000000007136	1.0		1	1	False	False	0.9995519518852234	0					non-mobilizable	no_good_hit	350.0	100.0	16.0	0.000852469107154634	NZ_NFIG01000001.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_1, whole genome shotgun sequence	True	True
ISR0131_000000016367	2013	0.8183642636611478	2	1	0	1	1	True	31665	fragment	False	ISR0131_000000016367	1.0		0	0	False	False	0.9880775213241577	0					non-mobilizable	no_good_hit								True	True
ISR0223_000000017005	1806	0.8183642636611478	2	1	0	1	1	True	34698	fragment	False	ISR0223_000000017005	0.9543628013777268		0	0	False	False	0.9922480583190918	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000017167	1742	0.8183642636611478	2	1	0	1	1	True	34698	fragment	False	ISR0223_000000017005	0.9382613510520488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0097_000000022688	1396	0.8183642636611478	1	1	0	1	1	True	42902	fragment	False	FIJ0097_000000022688	1.0		0	0	False	False	0.9992836713790894	0					non-mobilizable	no_good_hit	66.0	90.90899999999999	5.0	1.7575077350619278e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0020_000000008563	3393	0.8183574254279548	4	4	4	4	2	False	131406	fragment	False	SPA0020_000000008563	1.0		0	0	False	False	0.9991158246994019	0					non-mobilizable	no_good_hit	807.0	74.721	23.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
SPA0131_000000002424	7695	0.8183552727954196	11	8	5	6	7	True	126946	fragment	False	MON0031_000000004127	0.7184766599407431		0	0	False	True	1.0	0					non-mobilizable	other	7695.0	99.97399999999999	100.0	0.011604371472611934	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0106_000000010046	3868	0.8183533727523173	5	3	3	3	3	False	104983	fragment	False	MON0106_000000010046	0.9733946301417387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	75.62899999999999	32.0	0.000351219523107644	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0278_000000006697	1726	0.8183511594717809	2	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.1125610653817841		0	0	False	False	0.9901506304740906	0					non-mobilizable	chromosome	1728.0	92.18799999999999	100.0	0.00030681782629347	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0369_000000010173	1540	0.8183475878058698	2	2	2	1	1	False	23535	fragment	False	ISR0369_000000010173	1.0		0	0	False	False	0.9993506669998169	0					non-mobilizable	no_good_hit	927.0	97.411	60.0	0.01454739686429761	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
ISR0027_000000001391	16551	0.8183432224881083	20	9	5	8	5	False	132136	fragment	False	ISR0027_000000001391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11410.0	97.984	89.0	0.3425700273791257	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	False
SPA0041_000000022404	1503	0.8183416130663835	3	2	2	1	1	True	113498	fragment	False	ENG0004_000000017281	0.3335956096901697		0	0	False	True	1.0	0					non-mobilizable	chromosome	1506.0	89.044	100.0	0.0005235397702001999	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0068_000000037853	1116	0.8183416130663835	3	2	2	1	1	True	10525	fragment	False	MON0068_000000037853	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	88.53	100.0	0.0003354040670603399	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0112_000000005559	4603	0.8183383373088672	7	6	3	6	4	True	50031	maximal	False	FIJ0018_000000005880	0.9997328348636092		0	0	True	True	1.0	419					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.00012273220776359888	NZ_RQFU01000010.1	bacteria	Leptospira yanagawae strain 201800272 contig_0004, whole genome shotgun sequence	True	True
FIJ0095_000000005736	4584	0.8183383373088672	7	6	3	6	4	True	50031	maximal	False	FIJ0018_000000005880	0.9998398120461341		0	0	True	True	1.0	148					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.00012273220776359888	NZ_RQFU01000010.1	bacteria	Leptospira yanagawae strain 201800272 contig_0004, whole genome shotgun sequence	True	True
AST0093_000000008430	2108	0.8183304024728609	3	3	2	3	3	True	109540	maximal	True	AST0093_000000008430	1.0		1	1	False	False	0.9985768795013428	0					non-mobilizable	plasmid	2138.0	92.14200000000001	100.0	0.1521862982481128	AP017938.1	firmicutes	Leuconostoc mesenteroides plasmid pLm151-b DNA, complete genome, strain: LK-151	False	True
SPA0109_000000031321	1108	0.818328436722427	2	2	2	2	2	False	115880	fragment	False	ISR0032_000000025396	0.46690096864505937		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	99.729	100.0	0.0171774381255334	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	False
ISR0338_000000006171	3867	0.8183276847441205	3	2	2	2	2	False	80213	fragment	False	ISR0338_000000006171	0.9870916754478398		0	0	False	False	0.9997413754463196	0					non-mobilizable	no_good_hit	1345.0	77.1	53.0	0.00047108441515134514	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0178_000000002434	5944	0.8183267031622764	7	6	5	6	6	False	127577	fragment	False	ISR0001_000000004362	0.7130170317752401		0	0	False	False	1.0	0					non-mobilizable	chromosome	5944.0	98.133	100.0	0.0024474738264851016	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0104_000000010010	3541	0.8183201551528904	5	1	0	1	1	False	4841	maximal	True	SPA0104_000000010010	1.0		3	2	False	False	0.9816436171531677	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.863125697306355e-06	CP043307.1	g-proteobacteria	Acinetobacter johnsonii strain Acsw19 chromosome, complete genome	True	False
CHI0141_000000010148	2721	0.8183082548339731	3	3	3	3	2	False	131737	maximal	True	CHI0141_000000010148	1.0		3	1	False	False	0.9944873452186584	0					non-mobilizable	no_good_hit	1736.0	86.29	64.0	0.011527416015494557	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
DEN0067_000000016544	2032	0.8183041418873629	4	3	2	1	2	False	70837	maximal	True	DEN0067_000000016544	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	95.575	61.0	0.00015037126376274656	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0085_000000016825	1737	0.8183002110501065	4	1	1	1	1	False	9782	fragment	False	MON0085_000000016825	1.0		0	0	False	False	0.9953943490982056	0					non-mobilizable	no_good_hit	732.0	82.787	42.0	0.0004296508967775589	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
MAD0098_000000031150	1459	0.8183002110501065	3	1	1	1	1	False	15284	maximal	True	MAD0098_000000031150	1.0		1	1	False	False	0.9993146061897278	0					non-mobilizable	other	1473.0	80.923	100.0	0.007920888700941724	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
USA0043_01_000000007256	1293	0.8183002110501065	3	1	1	1	1	False	4034	fragment	False	USA0043_01_000000007256	0.966773418734988		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	97.98899999999999	100.0	0.005251562868361366	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ISR0780_000000002383	4638	0.8182968480671182	8	5	2	5	3	True	110674	fragment	False	ISR0780_000000002383	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4340.0	97.97200000000001	94.0	0.0011619502661720366	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0081_000000024062	1507	0.8182931983690911	2	1	1	1	1	False	44239	fragment	False	FIJ0081_000000024062	1.0		0	0	False	False	0.9993364214897156	0					non-mobilizable	no_good_hit	129.0	97.67399999999999	9.0	6.80113273669013e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MAD0062_000000003261	4019	0.8182930929063383	6	3	1	3	0	False	16775	maximal	True	MAD0062_000000003261	1.0		0	0	False	False	0.9995023608207703	0					non-mobilizable	no_good_hit	413.0	80.63	10.0	0.003187475097850798	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0063_000000002742	4577	0.8182846148498664	6	4	2	3	4	False	85497	maximal	True	CHI0063_000000002742	1.0		1	1	False	False	0.9995630383491516	0					non-mobilizable	no_good_hit	4041.0	99.75299999999999	88.0	0.017707958938574422	CP052563.1	enterobacteria	Klebsiella pneumoniae strain A16KP0135 plasmid pA16KP0135-1, complete sequence	True	False
CHI0169_000000008964	1706	0.8182791099804503	3	2	2	1	1	True	78030	maximal	True	CHI0169_000000008964	1.0		1	1	False	False	0.9771395325660706	0					non-mobilizable	no_good_hit	422.0	99.52600000000001	25.0	0.00014908866455156714	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0001_000000016591	1489	0.8182748696541546	2	2	2	1	1	False	38684	fragment	False	ISR0001_000000016591	1.0		0	0	False	False	0.9986568093299866	0					non-mobilizable	chromosome	1427.0	96.77600000000001	100.0	0.0006141592805932132	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
MAD0039_000000013519	1129	0.8182732798774257	2	2	2	1	1	False	18441	fragment	False	MAD0039_000000013519	1.0		0	0	False	False	0.996457040309906	0					non-mobilizable	no_good_hit								True	False
FIJ0051_000000009749	2266	0.8182544031319265	3	3	3	3	2	False	46537	fragment	False	FIJ0051_000000009749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	93.06700000000001	45.0	0.0003224691691950537	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0044_000000004232	4080	0.8182526134197733	6	4	2	4	2	True	97321	fragment	False	ENG0044_000000004232	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3939.0	92.333	98.0	0.0010270283744796306	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
TAN0010_000000002250	4851	0.8182482967195396	12	3	1	2	2	True	2637	maximal	True	TAN0010_000000002250	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
CHI0074_000000003469	4586	0.8182478938395727	6	4	3	4	2	False	110379	fragment	False	CHI0074_000000003469	0.991957713212426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.815	23.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0088_000000004534	4337	0.8182478938395727	6	4	3	4	2	False	110379	fragment	False	CHI0074_000000003469	0.9526530885159314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.815	24.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0161_000000006955	4183	0.8182454201652578	3	2	1	2	1	False	61941	fragment	False	ISR0161_000000006955	0.9695913461538461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0036_000000000830	10638	0.8182289626707364	11	10	1	2	10	False	24153	fragment	False	MON0036_000000000830	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	10638.0	99.605	100.0	0.1141676505312869	CP027327.1	enterobacteria	Escherichia coli strain 2013C-4830 plasmid unnamed2, complete sequence	False	True
ISR0798_000000001553	8357	0.8182186202345041	8	8	7	7	5	True	102803	fragment	False	ISR0798_000000001553	1.0		0	0	False	False	0.9988033771514893	0					non-mobilizable	other	8357.0	99.988	100.0	0.029854265737263883	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
AST0099_000000018177	1146	0.8182176546123714	2	2	2	2	1	True	108678	fragment	False	AST0099_000000018177	1.0		0	0	False	False	0.9842932224273682	0					non-mobilizable	other	1146.0	95.899	100.0	0.0033806326654738494	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	False	True
DEN0045_000000019096	2097	0.8182167457068535	3	3	3	3	2	False	115882	maximal	False	FIJ0122_000000006376	0.45408129436577876		0	0	False	False	1.0	0					non-mobilizable	other	2097.0	99.38	100.0	0.016412440880759233	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	False	False
CHI0100_000000000943	3020	0.8181971170912866	3	2	2	2	2	False	91326	fragment	False	CAN0022_000000009591	0.9649967886962106		0	0	False	False	0.9973509907722473	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
CHI0143_000000004164	4494	0.8181966970226623	4	4	4	4	3	False	119696	fragment	False	CHI0143_000000004164	1.0		0	0	False	False	0.9997774958610535	0					non-mobilizable	no_good_hit	3248.0	86.26799999999999	74.0	0.0005169030987190675	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
SPA0062_000000006347	5045	0.8181908772976634	4	4	4	4	3	False	56158	maximal	True	SPA0062_000000006347	1.0		4	1	False	False	0.9964321255683899	0					non-mobilizable	other	5045.0	98.236	100.0	0.03495072918039153	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
USA0006_01_000000005829	4163	0.8181869789517311	6	5	3	5	3	True	114935	maximal	True	USA0006_01_000000005829	1.0		4	3	False	False	0.998558759689331	0					non-mobilizable	no_good_hit								True	True
DEN0017_000000006290	4860	0.8181818190704468	6	5	5	5	5	False	102825	maximal	True	DEN0017_000000006290	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	3645.0	84.25200000000001	74.0	0.02461655504082381	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	True	False
CHI0122_000000006459	2175	0.8181540067983483	4	3	2	2	2	True	88667	fragment	False	CHI0122_000000006459	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1583.0	83.575	72.0	0.32023615635179153	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0109_000000009631	1948	0.8181540067983483	4	3	2	2	2	True	88666	fragment	False	CHI0109_000000009631	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1528.0	83.639	78.0	0.309242671009772	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
CHI0162_000000016319	1944	0.8181540067983483	4	3	2	2	2	True	88666	fragment	False	CHI0109_000000009631	0.9989733059548255		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1525.0	83.60700000000001	78.0	0.30863192182410426	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
MAD0036_000000001594	11861	0.8181415019471766	16	10	6	9	7	True	126162	maximal	True	MAD0036_000000001594	1.0		3	1	True	True	0.9998313784599304	7					non-mobilizable	no_good_hit	795.0	77.61	20.0	0.07514561252745154	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ENG0122_000000013320	2142	0.8181225193978836	2	2	2	2	2	False	87358	fragment	False	ENG0122_000000013320	1.0		0	0	False	False	0.9985994100570679	0					non-mobilizable	other	2142.0	100.0	100.0	0.0004146662072606678	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0190_000000003420	6790	0.8181197529197127	6	4	4	4	4	True	130103	maximal	True	ISR0190_000000003420	1.0		1	1	False	False	0.99955815076828	0					non-mobilizable	no_good_hit	4294.0	96.46	67.0	0.0014419693180972872	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0098_000000013118	3308	0.8181027548508795	6	3	1	3	0	True	15336	maximal	True	MAD0098_000000013118	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	86.654	46.0	0.02707971502498848	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0103_000000028130	1926	0.8181013113492448	3	2	1	2	1	False	8891	maximal	True	MON0103_000000028130	1.0		3	1	False	False	0.9922118186950684	0					non-mobilizable	no_good_hit	148.0	77.703	7.0	0.0012249897917517355	NZ_QEKH01000018.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_118, whole genome shotgun sequence	True	False
ISR0325_000000005423	3423	0.8181008051519096	3	3	3	3	1	False	131596	fragment	False	ISR0334_000000005504	0.9835648102299265		0	0	False	False	1.0	0					non-mobilizable	chromosome	3423.0	99.854	100.0	0.0014464005464367698	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0230_000000005528	5003	0.8180935534751085	5	4	3	3	2	False	27551	maximal	True	ISR0230_000000005528	1.0		1	1	False	False	0.9948031306266785	0					non-mobilizable	no_good_hit	742.0	97.439	15.0	0.0011991261428918197	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0003_000000020739	1219	0.8180778016440127	2	2	2	2	2	False	38588	fragment	False	ISR0003_000000020739	1.0		0	0	False	False	0.9712879657745361	0					non-mobilizable	other	1142.0	77.233	93.0	0.0192921676516541	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
DEN0039_000000003322	4410	0.8180689938457821	5	5	5	5	5	True	73314	fragment	False	DEN0039_000000003322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	99.37700000000001	87.0	0.0005356780912486608	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
MON0009_000000017062	2156	0.8180575927646841	4	3	2	2	1	False	110038	maximal	True	MON0009_000000017062	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	99.594	60.0	0.01572261724055285	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0004_000000009358	1191	0.8180565811924051	1	1	1	1	1	False	8355	maximal	True	SPA0004_000000009358	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0038_000000000019	88802	0.818056316742745	123	32	21	25	21	False	18593	maximal	True	MAD0038_000000000019	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	88.898	14.0	0.005126829675813763	LR756490.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0175_000000005312	4632	0.8180510065949183	2	2	2	2	1	True	111334	fragment	False	ISR0175_000000005312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	96.46	5.0	0.0012172589935876535	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0047_01_000000027950	1300	0.8180415551812391	2	2	2	1	1	False	1152	maximal	True	USA0047_01_000000027950	1.0		1	1	False	False	0.9961538314819336	0					non-mobilizable	no_good_hit	1002.0	92.715	77.0	0.003954224225450035	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0215_000000006720	4266	0.8180383725882326	5	5	5	5	4	False	55690	fragment	False	ISR0215_000000006720	1.0		0	0	False	False	0.9967182278633118	0					non-mobilizable	chromosome	3247.0	98.984	100.0	0.000923294848492606	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0168_000000004657	5462	0.8180342356484488	8	2	2	2	2	False	30139	maximal	True	ISR0168_000000004657	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	2.9706407332559836e-05	NZ_LT727813.1	firmicutes	Oceanobacillus sojae strain SK-2, whole genome shotgun sequence	True	False
ETH0005_000000039458	1140	0.8180326961837021	1	1	1	1	1	False	52676	maximal	True	ETH0005_000000039458	1.0		1	1	False	False	0.99210524559021	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	4.0	0.0060396893874029335	NZ_JJMW01000067.1	firmicutes	Exiguobacterium alkaliphilum 12/1 HybridContig18, whole genome shotgun sequence	True	False
ENG0172_000000004122	4604	0.8180279470586	11	4	2	3	4	False	65805	maximal	True	ENG0172_000000004122	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	97.963	13.0	0.000237873516127176	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	True	False
MAD0037_000000005086	2526	0.8180278745238347	4	3	3	2	2	False	50436	maximal	True	MAD0037_000000005086	1.0		13	3	False	False	0.9940617680549622	0					non-mobilizable	chromosome	1038.0	90.366	91.0	0.00023056304563991037	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0084_000000002127	9004	0.8180273169033264	13	4	3	2	2	False	112203	backbone	False	MON0033_000000007439	0.9998352191585191	PS718|PS719	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	479.0	76.827	5.0	0.00015231825447846654	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
DEN0063_000000004689	7666	0.8180273169033264	13	4	3	2	2	False	112201	backbone	False	SPA0021_000000003487	0.9896711896220783	PS718	0	0	True	True	0.9997391104698181	29					non-mobilizable	no_good_hit	355.0	78.873	5.0	0.00011350482346575236	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
MON0016_000000027250	1403	0.8180252437452927	2	2	1	1	1	False	13332	fragment	False	MON0016_000000027250	1.0		0	0	False	False	0.9465430974960327	0	rep_cluster_2150			MOBQ	mobilizable	plasmid	1330.0	99.624	95.0	0.19665581532997928	CP035010.1	enterobacteria	Shigella sonnei strain LC1477/18 plasmid pLC1477_18-2, complete sequence	False	True
ISR0279_000000010812	2005	0.8180223530205578	3	1	1	1	1	False	106214	fragment	False	AST0116_000000012371	0.58641091288832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	85.556	40.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
DEN0001_000000019016	2261	0.8180191890638931	3	3	3	3	3	False	76894	fragment	False	DEN0001_000000019016	0.9658919990605419		0	0	False	False	0.9964617490768433	0					non-mobilizable	no_good_hit	804.0	73.383	35.0	0.13254220290824	NZ_JAAIPV010000072.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_72_length_5983_cov_76.4647, whole genome shotgun sequence	True	False
CHI0052_000000005216	3059	0.8180159767507781	5	4	4	4	4	False	86505	maximal	True	CHI0052_000000005216	1.0		3	2	False	False	0.999673068523407	0					non-mobilizable	other	3059.0	97.875	100.0	0.007221273711777194	NZ_NCUP01000008.1	firmicutes	Streptococcus oralis subsp. oralis strain OD_332610_07 s_oralis_OD_332610_07_ID_3, whole genome shotgun sequence	False	False
ISR0177_000000020138	1557	0.8180114219493705	2	2	2	2	1	False	61007	fragment	False	ISR0028_000000013139	0.9310868117705898		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	92.87100000000001	100.0	0.01417134946584213	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ISR0045_000000016050	1618	0.8179971225621215	2	2	2	2	1	True	36235	fragment	False	ISR0045_000000016050	0.988247145735393		0	0	False	False	0.995673656463623	0					non-mobilizable	no_good_hit	1002.0	71.357	60.0	0.0002466507686069526	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
CHI0141_000000019234	1439	0.8179943829607776	2	1	1	1	1	False	81306	fragment	False	SPA0085_000000009493	0.9533895793674584		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	98.977	95.0	0.00034300264566195746	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MON0093_000000020924	2108	0.8179888181791926	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.2693881936933976		0	0	False	False	0.9995256066322327	0					non-mobilizable	no_good_hit	113.0	97.345	5.0	3.110229879311973e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0012_000000005201	4389	0.8179868275360136	8	4	4	4	4	False	106527	fragment	False	FIJ0012_000000005201	0.9845785483643931		0	0	False	False	0.9993164539337158	0					non-mobilizable	no_good_hit	3371.0	92.435	84.0	0.08394797169341174	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0138_000000004346	4079	0.8179868275360136	7	4	4	4	4	False	106527	fragment	False	FIJ0012_000000005201	0.9616884309774912		0	0	False	False	0.988232433795929	0					non-mobilizable	no_good_hit	3399.0	92.527	83.0	0.08464566929133858	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0056_000000003554	8135	0.8179833006683924	10	5	4	4	5	False	76534	maximal	True	SPA0056_000000003554	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1827.0	75.972	26.0	0.0005099269349160623	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0114_000000025256	1857	0.817982888731611	3	3	3	3	2	False	74935	fragment	False	SPA0114_000000025256	1.0		0	0	False	False	0.9978460073471069	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000004356	4988	0.817982278655875	7	5	5	5	3	False	111524	fragment	False	ISR0018_000000004356	0.9815565031982942		0	0	False	False	0.9991980791091919	0					non-mobilizable	no_good_hit	292.0	72.945	6.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0798_000000006778	1813	0.8179809693209762	3	3	2	3	2	False	21913	maximal	True	ISR0798_000000006778	1.0		52	8	False	False	1.0	0					non-mobilizable	no_good_hit	1260.0	79.286	69.0	0.004360886313036718	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0360_000000014289	1732	0.8179807846141278	2	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.4258491345690501		0	0	False	False	0.9994226098060608	0					non-mobilizable	other	1094.0	95.064	95.0	0.015613170487822299	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
FIJ0018_000000008360	3243	0.8179783163409142	3	2	1	1	1	True	50015	maximal	True	FIJ0018_000000008360	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.00015456879599495075	NZ_FZOD01000009.1	high GC Gram+	Streptosporangium subroseum strain CGMCC 4.2132, whole genome shotgun sequence	True	True
ISR0080_000000030139	1125	0.8179730568092755	2	2	2	2	2	False	34266	fragment	False	ISR0080_000000030139	1.0		0	0	False	False	0.9991111159324646	0					non-mobilizable	other	1125.0	99.46700000000001	100.0	0.00040819513470621025	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0007_000000037427	1706	0.817971130805895	2	1	1	1	1	False	13940	fragment	False	MON0007_000000037427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	76.821	9.0	0.0015139731425312386	NZ_SMMX01000012.1	firmicutes	Extibacter muris strain DSM 28560 NODE_12_length_96435_cov_78.216898, whole genome shotgun sequence	True	False
ISR0113_000000007667	2059	0.8179669867714152	3	2	1	2	2	False	122168	fragment	False	USA0116_01_000000012198	0.9680902745436524		0	0	False	False	1.0	0					non-mobilizable	other	2059.0	98.397	100.0	0.0006155584569562444	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0171_000000005898	4154	0.8179563555944801	7	3	2	2	2	True	30010	fragment	False	MAD0050_000000005225	0.9528082032160337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	0.0011251758087201125	NC_014316.1	g-proteobacteria	Nitrosococcus watsonii C-113 plasmid pNWAT01, complete sequence	True	True
SPA0001_000000018361	1833	0.8179449922168579	3	1	1	1	1	False	8438	maximal	True	SPA0001_000000018361	1.0		2	2	False	False	0.9978178143501282	0					non-mobilizable	no_good_hit	191.0	84.81700000000001	14.0	0.0016976108361180108	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0839_000000011401	1779	0.817940889527979	3	1	1	1	1	False	20838	fragment	False	ISR0839_000000011401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	91.68299999999999	58.0	0.016982375226486577	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MAD0005_000000019148	1608	0.817940889527979	2	1	1	1	1	False	19939	fragment	False	MAD0005_000000019148	1.0		0	0	False	False	0.9993780851364136	0					non-mobilizable	no_good_hit	970.0	89.485	60.0	0.01592818316587053	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
CHI0084_000000000237	8384	0.8179385687787335	8	8	4	4	8	True	123518	fragment	False	ISR0779_000000002876	0.2404533483822423		0	0	False	False	1.0	0					non-mobilizable	other	8233.0	99.891	98.0	0.001836908335105456	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ISR0115_000000007514	4102	0.8179357403758226	3	3	2	2	3	False	85324	fragment	False	ISR0115_000000007514	0.9620440157098118		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	77.703	30.0	0.0004469355606843243	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ISR0043_000000004531	4833	0.8179154538941419	6	5	5	5	4	False	129771	fragment	False	ISR0043_000000004531	0.9917186491718649		0	0	False	True	1.0	0					non-mobilizable	chromosome	3020.0	97.152	99.0	0.0008050217924008516	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0103_000000000218	51043	0.8179100652355497	54	16	10	13	12	True	92397	backbone	True	SPA0103_000000000218	1.0	PS489	2	1	True	True	1.0	87					non-mobilizable	no_good_hit	884.0	87.896	5.0	0.0002384802803576339	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AUS0022_000000005427	6528	0.8179068794146916	8	5	4	3	3	True	105457	fragment	False	AUS0022_000000005427	0.9966900674374056		0	0	False	True	0.9998468160629272	0					non-mobilizable	other	6528.0	99.969	100.0	0.0013784923513421557	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0317_000000002412	6163	0.8179068794146916	7	5	4	3	3	True	105457	fragment	False	AUS0022_000000005427	0.9766210154569723		0	0	False	True	1.0	0					non-mobilizable	chromosome	6163.0	99.984	100.0	0.0011620617940785766	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
TAN0009_000000010842	3267	0.8179003233555204	6	2	1	2	0	True	2710	maximal	True	TAN0009_000000010842	1.0		1	1	False	False	1.0	0					non-mobilizable	virus	1879.0	89.40899999999999	96.0	0.03319391769751533	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	False	True
SPA0090_000000012829	2699	0.8179003233555204	5	2	1	2	0	True	88750	fragment	False	SPA0090_000000012829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	87.229	56.0	0.035463996919522525	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0023_000000013242	2445	0.8179003233555204	2	2	1	2	0	True	112952	fragment	False	FIJ0023_000000013242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	91.01700000000001	38.0	0.03550250288794763	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ENG0154_000000019632	1671	0.8178917269956996	3	3	3	3	2	False	56821	fragment	False	ENG0154_000000019632	1.0		0	0	False	False	0.9916217923164368	0					non-mobilizable	chromosome	616.0	99.18799999999999	100.0	0.0001648097211473115	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0032_000000004239	7879	0.8178759561423697	10	7	7	7	5	False	48479	maximal	True	FIJ0032_000000004239	1.0		2	1	False	False	0.9996192455291748	0					non-mobilizable	no_good_hit	149.0	85.235	2.0	0.00032364739606955556	NZ_KB892378.1	firmicutes	Erysipelothrix tonsillarum DSM 14972 B096DRAFT_scaffold_1.2, whole genome shotgun sequence	True	False
ISR0170_000000009618	4687	0.8178681773655049	10	4	3	3	4	True	110431	fragment	False	ISR0170_000000009618	1.0		0	0	False	False	0.9982931613922119	0					non-mobilizable	no_good_hit	2189.0	98.492	71.0	0.012596910387411153	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AUS0002_000000023848	1568	0.8178680958206016	2	2	2	2	2	False	102847	maximal	True	AUS0002_000000023848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	99.04700000000001	87.0	0.0005399240538544512	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
AST0048_000000011915	1345	0.8178672695630463	2	1	1	1	1	False	114870	fragment	False	AST0048_000000011915	1.0		0	0	False	False	0.9918215870857239	0					non-mobilizable	no_good_hit	55.0	98.182	4.0	1.8566884105509412e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
MON0105_000000042485	1289	0.8178663512102041	2	1	1	1	1	False	104348	fragment	False	ENG0147_000000010093	0.3129033716600636		0	0	False	False	0.9937936663627625	0					non-mobilizable	chromosome	1190.0	100.0	92.0	0.00033100184431221073	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CAN0018_000000024195	1405	0.8178630040079489	1	1	1	1	1	False	92068	fragment	False	USA0042_01_000000011961	0.7143080307054208		0	0	False	False	0.9957295656204224	0					non-mobilizable	chromosome	1333.0	97.074	99.0	0.0005939638811054779	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0017_000000005926	3733	0.8178565606577983	5	2	1	2	2	False	125897	maximal	True	ENG0017_000000005926	1.0		30	4	False	False	0.9852665662765503	0					non-mobilizable	no_good_hit	2191.0	94.204	86.0	0.04351302192640563	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
SPA0028_000000008814	3189	0.8178565606577983	5	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.8166863728723559		0	0	False	False	1.0	0					non-mobilizable	other	2158.0	94.81	98.0	0.04291339369590853	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0026_000000009286	3144	0.8178565606577983	5	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.778991904865234		0	0	False	False	0.9984096884727478	0					non-mobilizable	other	2144.0	92.584	98.0	0.04251364154224381	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0113_000000013864	2256	0.8178565606577983	3	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.40711816620330316		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	94.34100000000001	97.0	0.024644720273430475	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0196_000000004948	2212	0.8178565606577983	2	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.3700555911482686		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	94.288	97.0	0.02406507965061662	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
MAD0101_000000003508	6772	0.8178544940094912	9	7	6	6	7	False	50988	maximal	True	MAD0101_000000003508	1.0		18	2	False	False	0.9997046589851379	0					non-mobilizable	chromosome	6772.0	99.646	100.0	0.0019084448189993278	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0821_000000023120	1409	0.8178444747403846	1	1	1	1	1	False	68607	fragment	False	ISR0821_000000023120	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0071_000000016825	1181	0.8178444747403846	1	1	1	1	1	False	68606	fragment	False	ENG0071_000000016825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0078_000000029564	1574	0.8178395386647993	3	3	2	3	2	False	31050	fragment	False	MON0078_000000029564	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	98.98299999999999	100.0	0.0013494164546400355	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MAD0096_000000000208	35157	0.8178236449891749	50	10	5	9	6	True	16246	maximal	True	MAD0096_000000000208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	87.227	1.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
MAD0066_000000000542	15381	0.8178181423560013	12	10	6	10	4	True	50088	fragment	False	MAD0066_000000000542	1.0		0	0	False	False	0.9974644184112549	0					non-mobilizable	no_good_hit	5158.0	91.76	51.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0039_000000030125	1616	0.8178176519265138	2	2	2	2	2	False	87368	fragment	False	MON0039_000000030125	0.9712779651724097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	883.0	77.237	54.0	0.00016358432772094013	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CHI0043_000000006125	1583	0.8178176519265138	2	2	2	2	2	False	87368	fragment	False	MON0039_000000030125	0.9562561714392462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	77.149	55.0	0.0003237084515376523	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0815_000000015651	1985	0.8178118055849436	3	2	2	2	0	True	21461	fragment	False	ISR0815_000000015651	1.0		0	0	False	False	0.9994962215423584	0					non-mobilizable	no_good_hit								True	True
MON0033_000000007401	9069	0.8178063149980648	14	5	1	3	4	False	86627	fragment	False	MON0033_000000007401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	96.774	11.0	0.0026332633830547475	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
MAD0087_000000002774	8549	0.8178057385249557	7	7	6	6	7	False	78156	maximal	True	MAD0087_000000002774	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4333.0	93.492	83.0	0.0014577892429223508	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0033_000000050588	1165	0.8178048583498848	1	1	1	1	1	False	12263	fragment	False	MON0033_000000050588	1.0		0	0	False	False	0.949356198310852	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	4.0	0.00012110349504686705	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0279_000000015331	1474	0.8177917989115917	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.29288659800032896		0	0	False	False	1.0	0					non-mobilizable	other	1475.0	98.23700000000001	100.0	0.010485105171370608	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ISR0312_000000012765	1453	0.8177916878432364	2	2	2	2	1	True	25249	fragment	False	ISR0312_000000012765	1.0		0	0	False	False	0.9993117451667786	0					non-mobilizable	no_good_hit								True	True
ISR0065_000000010490	3019	0.8177879992530699	3	2	2	1	1	False	35202	maximal	True	ISR0065_000000010490	1.0		1	1	False	False	0.9990062713623047	0					non-mobilizable	no_good_hit	1211.0	71.84100000000001	39.0	0.040702067733736344	CP029330.1	firmicutes	Clostridium beijerinckii isolate WB53 plasmid unnamed1	True	False
ISR0223_000000002229	9524	0.817779448267682	15	7	5	7	4	True	45204	fragment	False	ISR0223_000000002229	1.0		0	0	False	False	0.9993700385093689	0					non-mobilizable	no_good_hit	334.0	99.102	4.0	5.068357377336619e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
MAD0098_000000029559	1534	0.8177769360488766	3	3	3	1	1	True	118491	fragment	False	ISR0832_000000007637	0.4702850593541526		0	0	False	False	0.9960886836051941	0					non-mobilizable	other	1531.0	95.55799999999999	99.0	0.0017034106065700436	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
ISR0018_000000004741	4574	0.8177734978794876	4	3	2	1	3	False	118297	maximal	True	ISR0018_000000004741	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2371.0	86.67200000000001	52.0	0.05348149151929896	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MON0048_000000014388	2722	0.8177625989516377	3	3	3	3	3	False	97514	fragment	False	MON0078_000000016238	0.642169728783902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	96.59	46.0	0.00022598914642285188	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0798_000000004163	3092	0.8177595179164501	6	3	1	1	3	True	92129	fragment	False	ISR0798_000000004163	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3092.0	99.90299999999999	100.0	0.0009916235091149135	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0102_000000000057	96676	0.8177523497086999	91	13	4	11	3	True	127415	maximal	False	SPA0046_000000000019	0.9115496162444244		0	0	True	True	0.9999793171882629	32					non-mobilizable	virus	27000.0	95.75200000000001	98.0	0.27277139130698536	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
USA0120_01_000000006276	2059	0.8177488870746731	2	2	2	1	1	False	84119	fragment	False	FIJ0108_000000011126	0.9458326395281998		0	0	False	False	0.9975716471672058	0					non-mobilizable	other	2040.0	98.676	99.0	0.0005510462713932629	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0216_000000003061	6717	0.8177480126504411	8	6	3	5	1	True	78333	fragment	False	ISR0216_000000003061	1.0		0	0	False	False	0.9979157447814941	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.018205461638491547	XM_022126014.2	eudicots	PREDICTED: Helianthus annuus receptor-like cytoplasmic kinase 176 (LOC110877806), mRNA	True	True
CHI0174_000000005466	2781	0.8177391386386379	2	2	1	2	0	True	100239	maximal	True	CHI0174_000000005466	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	97.867	15.0	0.00014177031726917368	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
CAN0001_000000007575	6172	0.8177350443981758	5	4	4	4	4	False	97449	fragment	False	CAN0001_000000007575	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.7403401768109815e-06	NZ_CP025025.1	firmicutes	Mesobacillus jeotgali strain DSM 18226 chromosome	True	False
ENG0007_000000006222	4186	0.817725774076168	5	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.08261385321574088		0	0	False	False	0.9995222091674805	0					non-mobilizable	no_good_hit	935.0	91.65799999999999	22.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0204_000000012076	2152	0.8177128372508717	3	3	2	3	3	False	54040	maximal	True	ENG0204_000000012076	1.0		3	2	False	False	0.999535322189331	0					non-mobilizable	chromosome	2133.0	100.0	99.0	0.0003996607757318179	CP026235.1	enterobacteria	Citrobacter freundii complex sp. CFNIH3 chromosome, complete genome	False	False
MON0070_000000018297	1853	0.8177106905369009	3	1	0	1	1	True	109096	fragment	False	ISR0392_000000015621	0.5517766993059002		0	0	False	False	1.0	0					non-mobilizable	other	1781.0	96.912	96.0	0.000344180703774044	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ENG0064_000000002397	9526	0.8176922305606613	15	3	3	3	2	False	66484	maximal	True	ENG0064_000000002397	1.0		4	2	False	False	0.9997900724411011	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	1.244150006668644e-05	NZ_CP047156.1	high GC Gram+	Epidermidibacterium keratini strain EPI-7 chromosome, complete genome	True	False
ISR0384_000000002870	4638	0.8176889552255002	8	3	2	3	2	False	121246	fragment	False	ISR0384_000000002870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	2.0	2.9923737218289387e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0141_000000010767	2530	0.8176845826502463	4	3	2	2	2	False	57741	fragment	False	ENG0141_000000010767	1.0		0	0	False	False	0.999209463596344	0					non-mobilizable	no_good_hit	884.0	80.882	63.0	0.004341048560547761	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0395_000000006368	6002	0.8176811663883445	6	4	3	3	3	False	125520	fragment	False	ISR0395_000000006368	0.9785836177474403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1451.0	83.46	56.0	0.0006326106169860554	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0101_000000014864	1585	0.8176433789608216	3	3	3	3	3	False	75538	fragment	False	DEN0041_000000019340	0.6337910944652517		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	96.15100000000001	100.0	0.006076229055422574	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0003_000000005142	4765	0.8176407494999806	4	3	1	1	2	False	126147	maximal	True	ISR0003_000000005142	1.0		0	0	False	False	0.9897167086601257	0					non-mobilizable	no_good_hit	1468.0	72.684	30.0	0.17972350230414746	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MON0002_000000006785	3303	0.8176345734187516	3	2	2	2	2	False	127574	fragment	False	MAD0004_000000002298	0.2224670815592243		0	0	False	False	0.9996972680091858	0					non-mobilizable	chromosome	3222.0	84.73	97.0	0.0014111284877524114	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0058_000000002281	10227	0.8176252480601275	6	4	3	4	1	False	63484	maximal	True	ENG0058_000000002281	1.0		7	5	False	False	0.9988266229629517	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	0.00012997140629061605	NZ_FNHB01000005.1	firmicutes	Dendrosporobacter quercicolus strain DSM 1736, whole genome shotgun sequence	True	False
MAD0049_000000001761	7668	0.8176226124600897	8	6	4	4	4	False	127854	fragment	False	MAD0049_000000001761	1.0		0	0	False	False	0.9985654950141907	0					non-mobilizable	no_good_hit	935.0	92.086	12.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0019_000000043920	1529	0.8176197920014944	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.45230156754064504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0006_01_000000016937	1392	0.8176197920014944	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.35283117889303506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00010538058744226779	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
ISR0171_000000005184	4604	0.8176195813336352	6	3	2	3	2	False	35024	fragment	False	ISR0171_000000005184	0.9985854189336235		0	0	False	False	0.9930495023727417	0					non-mobilizable	no_good_hit								True	False
ISR0255_000000006127	4595	0.8176195813336352	6	3	2	3	2	False	35024	fragment	False	ISR0171_000000005184	0.9976107732406603		0	0	False	False	0.9902067184448242	0					non-mobilizable	no_good_hit								True	False
ENG0046_000000006189	3029	0.8176189150033317	5	3	1	2	2	False	92918	fragment	False	ENG0046_000000006189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1706.0	98.535	72.0	0.0003787045859903736	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
DEN0078_000000014480	2185	0.817617625861498	4	2	2	2	2	False	126047	fragment	False	FIJ0009_000000016955	0.9573777585460839		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	109.0	83.486	5.0	2.443520733273422e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0080_000000028845	1879	0.817617625861498	3	2	2	2	2	False	10049	fragment	False	MON0080_000000028845	1.0		0	0	False	False	0.9898882508277893	0					non-mobilizable	no_good_hit								True	False
MON0042_000000013698	1933	0.8176009943297038	4	3	0	3	0	True	11722	fragment	False	MON0042_000000013698	1.0		0	0	False	False	0.9922400116920471	0					non-mobilizable	no_good_hit								True	True
MON0104_000000011985	3623	0.8175804746438899	5	4	3	3	3	False	17416	fragment	False	MON0104_000000011985	0.9603778905809363		0	0	False	False	0.9792989492416382	0					non-mobilizable	plasmid	3564.0	100.0	98.0	0.07532132589210215	MH507589.1	enterobacteria	Escherichia coli strain 2013-01-2422 plasmid pNVI2422, complete sequence	False	True
ENG0073_000000005472	4770	0.8175799542309155	6	4	3	3	4	False	86273	fragment	False	USA0026_01_000000006993	0.9854388843314192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2593.0	90.667	69.0	0.0005751215953796999	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0170_000000007113	6194	0.8175792172108914	10	8	7	7	4	False	82574	fragment	False	ISR0170_000000007113	1.0		0	0	False	False	0.9975783228874207	0					non-mobilizable	no_good_hit	76.0	84.211	1.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
MAD0005_000000021293	1466	0.8175769769891682	2	2	2	1	1	False	52855	fragment	False	MAD0047_000000032221	0.9799274766350103		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	98.63600000000001	100.0	0.019580550610972067	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MON0109_000000025601	1417	0.8175769769891682	2	2	2	1	1	False	52855	fragment	False	MAD0047_000000032221	0.9601248685809006		0	0	False	False	0.9752999544143677	0					non-mobilizable	other	1415.0	98.869	99.0	0.018924742695772045	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0034_000000003697	5240	0.8175769449509515	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9284984540217214	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5239.0	96.316	100.0	0.0010142956223372804	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0075_01_000000004804	5209	0.8175769449509515	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9244123769691212	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5210.0	96.353	100.0	0.001008678938539728	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0071_000000020903	1993	0.8175702490935354	2	2	2	2	2	False	102220	fragment	False	ISR0855_000000007730	0.7458106046791211		0	0	False	False	1.0	0					non-mobilizable	other	1062.0	93.126	95.0	0.00025988857645051536	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0110_000000009002	2200	0.8175696641807991	5	4	4	4	4	False	4618	maximal	True	SPA0110_000000009002	1.0		1	1	False	False	0.9927272796630859	0					non-mobilizable	no_good_hit	851.0	99.765	39.0	0.07388734353268428	NZ_LMUA01000053.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00053, whole genome shotgun sequence	True	False
USA0125_01_000000002794	9374	0.8175677521315041	13	13	3	3	12	True	132544	fragment	False	CHI0126_000000000854	0.019200339376798888		0	0	False	False	1.0	0					non-mobilizable	plasmid	8221.0	98.771	99.0	0.16110316169120098	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
MON0033_000000007245	9239	0.8175677521315041	13	13	3	3	12	True	132544	fragment	False	CHI0126_000000000854	0.019207800043408482		0	0	False	False	1.0	0					non-mobilizable	plasmid	8146.0	98.90700000000001	99.0	0.15965266479800852	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0032_000000000004	9162	0.8175677521315041	13	13	3	3	12	True	132544	fragment	False	CHI0126_000000000854	0.018673883294837133		0	0	False	False	1.0	0					non-mobilizable	plasmid	9189.0	93.405	100.0	0.12406380965256185	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
USA0057_01_000000016060	1990	0.817567144875363	3	3	3	3	1	True	6459	fragment	False	USA0057_01_000000016060	1.0		0	0	False	False	0.9909547567367554	0					non-mobilizable	chromosome	1970.0	96.65	99.0	0.0006724255816464145	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	True
ISR0179_000000007894	3097	0.81756571463098	5	3	0	1	3	False	102014	fragment	False	ISR0179_000000007894	1.0		0	0	False	False	0.9987084269523621	0					non-mobilizable	no_good_hit	697.0	93.544	47.0	0.0634803469274774	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0784_000000004101	3007	0.81756571463098	4	3	0	1	3	False	103670	fragment	False	ISR0784_000000004101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	95.54700000000001	70.0	0.09079165897767116	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0064_000000010649	2083	0.81756571463098	3	3	0	1	3	False	99952	fragment	False	ENG0064_000000010649	1.0		0	0	False	False	0.9923187494277954	0					non-mobilizable	other	1073.0	94.40799999999999	93.0	0.09826536261302823	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
DEN0073_000000039757	1352	0.8175651868086797	2	1	1	1	1	True	70085	fragment	False	DEN0073_000000039757	1.0		0	0	False	False	0.9948225021362305	0					non-mobilizable	no_good_hit	461.0	86.985	34.0	0.001501201942731926	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
CHI0087_000000007752	1432	0.8175537839516281	2	2	2	2	2	False	83980	maximal	True	CHI0087_000000007752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	77.672	65.0	0.0003194192875099176	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0375_000000011777	1905	0.8175476266766121	3	3	2	2	2	True	23379	maximal	True	ISR0375_000000011777	1.0		2	2	False	False	0.9921259880065918	0	rep_cluster_1378				non-mobilizable	plasmid	1886.0	100.0	99.0	0.1936312275295326	CP016691.1	firmicutes	Lactococcus lactis subsp. lactis strain 184 plasmid p184A, complete sequence	False	True
ISR0248_000000001939	2251	0.817545108150535	4	4	3	4	3	False	81186	maximal	True	ISR0248_000000001939	1.0		195	10	False	False	1.0	0					non-mobilizable	other	2251.0	99.77799999999999	100.0	0.0009345608062642988	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
CHI0126_000000002119	6617	0.8175417489176132	8	6	3	3	5	True	112114	maximal	True	CHI0126_000000002119	1.0		29	9	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	80.76	12.0	0.0010527731952972648	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0097_000000024166	1717	0.8175394739827563	3	2	1	1	2	True	15409	maximal	True	MAD0097_000000024166	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	77.876	7.0	3.28795170087815e-05	CP059255.1	a-proteobacteria	Rhodoblastus sp. isolate SSC7 chromosome, complete genome	True	True
ISR0812_000000020565	1925	0.8175343562575353	3	3	3	3	2	False	92051	fragment	False	ISR0812_000000020565	1.0		0	0	False	False	0.9911688566207886	0					non-mobilizable	no_good_hit	257.0	75.097	13.0	5.006013199121654e-05	NZ_LT629710.1	high GC Gram+	Nakamurella panacisegetis strain P4-7,KCTC 19426,CECT 7604 chromosome I	True	False
USA0117_01_000000000396	36223	0.8175242880071064	56	16	5	9	8	True	72309	maximal	True	USA0117_01_000000000396	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0102_000000019468	1680	0.8175209639272676	2	2	2	2	2	False	102239	fragment	False	SPA0054_000000012699	0.29184806275865943		0	0	False	False	1.0	0					non-mobilizable	chromosome	1680.0	99.70200000000001	100.0	0.00025550142192095677	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
USA0081_01_000000018272	1674	0.8175209639272676	2	2	2	2	2	False	102239	fragment	False	SPA0054_000000012699	0.3110730655791721		0	0	False	False	0.9988052845001221	0					non-mobilizable	chromosome	1674.0	99.70100000000001	100.0	0.0002545883733613822	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0394_000000012382	1539	0.8175209639272676	2	2	2	2	2	False	102239	fragment	False	SPA0054_000000012699	0.21902523325889778		0	0	False	False	0.9714100360870361	0					non-mobilizable	chromosome	1520.0	99.605	99.0	0.00023115346033230098	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
AST0026_000000005396	5716	0.8175156118770996	5	5	5	5	5	False	122844	maximal	True	AST0026_000000005396	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0052_000000015856	1722	0.8175116508596479	3	1	1	1	1	False	91722	maximal	True	SPA0052_000000015856	1.0		0	0	False	False	0.9854819774627686	0					non-mobilizable	no_good_hit	1512.0	99.405	88.0	0.0019701065684135815	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	True	False
SPA0118_000000018157	1380	0.8175116508596479	1	1	1	1	1	False	91721	fragment	False	SPA0118_000000018157	0.9672631687778331		0	0	False	False	0.997826099395752	0					non-mobilizable	other	1381.0	99.27600000000001	100.0	0.001799190038306178	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ENG0020_000000000839	21461	0.8175114047197796	20	13	10	12	10	True	128746	backbone	True	ENG0020_000000000839	1.0	PS1050	24	7	True	True	1.0	40					non-mobilizable	no_good_hit	3088.0	93.977	49.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0162_000000005487	4197	0.8175088179868151	5	3	3	3	2	False	39252	maximal	True	FIJ0162_000000005487	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	71.256	23.0	0.0002647077034808657	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0131_000000002358	7828	0.8175081870451855	10	8	2	2	7	True	132555	maximal	True	SPA0131_000000002358	1.0		7	4	False	False	0.9955288767814636	0					non-mobilizable	no_good_hit	6602.0	99.697	84.0	0.4518756845564075	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	True	True
FIJ0043_000000026339	1166	0.8175067822728527	2	2	2	2	1	False	47157	maximal	True	FIJ0043_000000026339	1.0		1	1	False	False	0.9991423487663269	0					non-mobilizable	no_good_hit	125.0	85.6	11.0	0.005056734089787864	KC246834.1	bacteria	Uncultured bacterium Contig137 genomic sequence	True	False
ENG0105_000000004705	4244	0.8174982524353926	5	4	3	1	1	True	132358	backbone	False	ISR0371_000000002559	0.05394642276828675	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2375.0	98.06299999999999	93.0	0.451416619129112	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0091_000000017208	1226	0.8174979282702258	2	2	2	2	2	False	43367	maximal	True	FIJ0091_000000017208	0.983160621761658		181	10	False	False	0.9975529909133911	0					non-mobilizable	chromosome	1226.0	98.53200000000001	100.0	0.000328279525862531	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0114_000000035728	1317	0.8174860252004689	3	3	3	3	3	False	4419	fragment	False	SPA0114_000000035728	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1317.0	99.46799999999999	100.0	0.01668230104200999	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
ISR0037_000000018018	1343	0.8174763532673072	2	2	2	1	1	False	41768	maximal	True	ISR0037_000000018018	1.0		7	4	False	False	0.9925540089607239	0					non-mobilizable	other	1352.0	85.20700000000001	100.0	0.1601907032181168	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0189_000000002609	4268	0.8174748923398437	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.2114700425559357	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4268.0	99.602	100.0	0.0007446215233322599	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0012_000000004432	5453	0.8174672470032451	10	9	3	5	5	True	125618	fragment	False	ISR0056_000000002323	0.462041902180626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2061.0	94.178	63.0	0.24821406949993946	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0153_000000013443	2114	0.8174645278383944	3	3	3	3	3	False	115202	fragment	False	ISR0153_000000013443	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	82.01	92.0	0.019808696831965268	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
FIJ0065_000000003212	4600	0.8174592569514609	5	4	4	4	3	False	87550	maximal	True	FIJ0065_000000003212	1.0		24	4	False	False	1.0	0					non-mobilizable	no_good_hit	1311.0	78.566	28.0	0.0003391403590645278	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
DEN0065_000000006925	4440	0.8174584739788093	6	4	3	4	2	True	119676	fragment	False	DEN0065_000000006925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0352_000000000265	27602	0.8174440970890837	28	12	7	12	7	True	109434	fragment	False	ISR0352_000000000265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.811	3.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
MAD0108_000000001927	7990	0.8174420055114107	8	4	3	4	2	True	14622	fragment	False	MAD0108_000000001927	0.9985179196981946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0110_000000003677	7422	0.8174420055114107	7	4	3	4	2	True	14622	fragment	False	MAD0108_000000001927	0.9630788485607009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0108_000000005667	5197	0.8174325985307601	6	5	5	5	5	False	112706	maximal	True	SPA0108_000000005667	1.0		169	9	False	False	1.0	0					non-mobilizable	other	4763.0	98.04700000000001	100.0	0.051755243995217914	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0007_000000046818	1392	0.8174241707011412	2	2	2	2	2	False	38763	fragment	False	MON0007_000000043057	0.9375		0	0	False	False	1.0	0					non-mobilizable	chromosome	1392.0	95.18700000000001	100.0	0.0005728480721253199	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0043_000000018212	1890	0.8174240363249804	3	2	2	2	1	True	64595	fragment	False	ENG0043_000000018212	1.0		0	0	False	False	0.9994708895683289	0					non-mobilizable	no_good_hit	498.0	84.538	36.0	0.20344544708777687	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0357_000000016752	1562	0.8174240363249804	2	2	2	2	1	True	60944	fragment	False	ENG0095_000000016436	0.9498229043683589		0	0	False	False	0.9967989921569824	0					non-mobilizable	no_good_hit	769.0	84.265	61.0	0.3133716160787531	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
USA0061_01_000000006286	1727	0.8174225722636582	3	3	3	2	3	True	131026	fragment	False	CHI0117_000000007167	0.18583383305848883		0	0	False	False	1.0	0					non-mobilizable	chromosome	1727.0	99.94200000000001	100.0	0.00026878082667701096	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
MAD0098_000000031054	1464	0.8174178527936082	2	2	2	1	1	False	15285	fragment	False	MAD0098_000000031054	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1467.0	95.569	100.0	0.0006823089371744108	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
CHI0119_000000006015	1931	0.8174130611260876	3	3	3	2	2	False	93624	fragment	False	ISR0112_000000012858	0.23299193821114353		0	0	False	False	0.9984464049339294	0					non-mobilizable	no_good_hit	417.0	79.85600000000001	21.0	0.00017555388538520342	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
CHI0024_000000007083	1798	0.8174130611260876	4	3	3	2	2	False	93624	fragment	False	ISR0112_000000012858	0.11646365893986275		0	0	False	False	0.996662974357605	0					non-mobilizable	no_good_hit	358.0	81.285	20.0	0.00015065871337458777	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0134_000000006832	4820	0.8174033571559696	4	2	2	2	2	False	48450	maximal	True	ISR0134_000000006832	1.0		6	3	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	50.0	96.0	1.0	1.69982325379459e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0331_000000002188	7974	0.8174001203045544	6	5	4	5	2	True	131964	maximal	True	ISR0331_000000002188	1.0	PS1136	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1058.0	99.149	13.0	0.0008679650284818988	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	True	True
MAD0099_000000009114	3294	0.8173968187556877	4	2	2	2	2	False	131792	maximal	True	MAD0099_000000009114	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2020.0	90.24799999999999	62.0	0.0005688731348040363	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0081_000000028354	1923	0.8173968187556877	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.24257228088241195		0	0	False	False	1.0	0					non-mobilizable	other	1931.0	87.26	100.0	0.012836438923395446	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MON0054_000000027386	1766	0.817394901683218	2	1	1	1	1	False	45209	fragment	False	MON0104_000000024587	0.5706638318662944		0	0	False	False	0.9773499369621277	0					non-mobilizable	no_good_hit	190.0	78.947	11.0	2.348413107445612e-05	NZ_JAAIVH010000001.1	firmicutes	Paenibacillus elgii strain SWL-W8 Contig00001, whole genome shotgun sequence	True	False
CHI0186_000000010912	1768	0.8173837643154966	2	2	2	2	2	False	77143	fragment	False	CHI0186_000000010912	1.0		0	0	False	False	0.9937782883644104	0					non-mobilizable	no_good_hit	958.0	97.07700000000001	54.0	0.00026548033612698623	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0054_01_000000002264	4190	0.8173817855127743	7	4	3	2	3	True	99692	fragment	False	ISR0815_000000007104	0.9861702127659575		0	0	False	False	1.0	0					non-mobilizable	plasmid	4190.0	99.976	100.0	0.1348723397404939	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0021_000000026202	1161	0.8173758913923047	2	2	2	1	1	False	13045	maximal	True	MON0021_000000026202	1.0		2	1	False	False	0.9354005455970764	0					non-mobilizable	no_good_hit	905.0	98.45299999999999	78.0	0.3311355311355311	NZ_WAJR01000050.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_050, whole genome shotgun sequence	True	False
SPA0106_000000002392	13824	0.8173722428274381	11	10	10	10	10	False	50815	maximal	True	SPA0106_000000002392	1.0		1	1	False	False	1.0	0					non-mobilizable	other	9039.0	97.92	92.0	0.022029976372941774	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0060_000000008153	3545	0.8173717478005376	4	3	3	3	2	True	35424	maximal	True	ISR0060_000000008153	1.0		40	5	False	False	0.994922399520874	0					non-mobilizable	no_good_hit	1255.0	81.036	66.0	0.00948093581611077	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0165_000000002467	7300	0.817369669485472	10	9	2	6	9	True	84925	backbone	False	FIJ0112_000000003052	0.929289945407683	PS423	0	0	True	True	0.9998630285263062	1					non-mobilizable	plasmid	7301.0	99.411	100.0	0.0724524031684898	CP044529.1	enterobacteria	Klebsiella grimontii strain SS141 plasmid plamid_2, complete sequence	False	True
SPA0126_000000005719	6119	0.8173688848867113	5	2	2	2	2	False	13818	fragment	False	SPA0126_000000005719	1.0		0	0	False	False	0.9986925721168518	0					non-mobilizable	no_good_hit	1246.0	96.148	20.0	0.12697764621823007	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
MAD0014_000000024348	1406	0.8173625401184599	2	2	2	2	2	True	19491	fragment	False	MAD0014_000000024348	1.0		0	0	False	False	0.991465151309967	0					non-mobilizable	no_good_hit	69.0	89.855	5.0	3.433136841760062e-05	NZ_LR130785.1	firmicutes	Senegalia massiliensis strain SIT17, whole genome shotgun sequence	True	True
FIJ0171_000000015338	1371	0.8173591895512298	2	2	2	2	1	False	67232	fragment	False	FIJ0098_000000015980	0.9516447323784213		0	0	False	False	0.9992706179618835	0					non-mobilizable	no_good_hit	789.0	73.891	57.0	0.0002730815586216816	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
MON0010_000000013283	1955	0.8173552315060038	2	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.09242559634206655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	87.009	47.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0167_000000013732	1587	0.8173437761323744	4	4	2	3	4	False	78143	fragment	False	CHI0167_000000013732	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1587.0	100.0	100.0	0.00040886288940258843	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
ENG0123_000000005571	1930	0.8173427700744138	2	2	1	2	1	False	122154	maximal	False	AUS0014_000000010921	0.2211139336265003		0	0	False	False	0.9994818568229675	0					non-mobilizable	other	1931.0	98.23899999999999	100.0	0.012605892765001339	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
USA0121_01_000000013173	3589	0.8173423118137045	3	3	1	3	3	False	117713	fragment	False	USA0121_01_000000013173	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1642.0	97.50299999999999	75.0	0.02135254497843901	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
USA0027_01_000000005352	4986	0.8173339817587741	5	2	2	2	0	True	104172	fragment	False	USA0027_01_000000005352	0.9750535331905782		0	0	False	False	0.9995988607406616	0					non-mobilizable	no_good_hit	1610.0	87.95	32.0	0.006597437338705376	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0022_01_000000002423	3174	0.8173339817587741	2	2	2	2	0	True	69969	fragment	False	USA0022_01_000000002423	1.0		0	0	False	False	0.9968494176864624	0					non-mobilizable	no_good_hit	969.0	88.545	31.0	0.003971591631757963	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0019_000000006137	3332	0.8173319737169917	4	4	4	3	3	False	102243	fragment	False	ENG0019_000000006137	1.0		0	0	False	False	0.9972988963127136	0					non-mobilizable	other	3332.0	99.73	100.0	0.008834489251946053	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
MAD0111_000000002492	6779	0.8173243345566386	13	7	4	5	6	False	86582	fragment	False	MAD0111_000000002492	1.0		0	0	False	False	0.9976397752761841	0					non-mobilizable	no_good_hit	480.0	86.042	7.0	0.0002420236430659718	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
MON0019_000000033186	2023	0.8173175470710018	2	2	2	2	2	False	126228	fragment	False	DEN0090_000000012540	0.9311536361948033		0	0	False	False	0.9995056986808777	0					non-mobilizable	no_good_hit	144.0	79.861	7.0	0.01135448542438396	NZ_BCFK01000060.1	high GC Gram+	Bifidobacterium aesculapii strain DSM 26737, whole genome shotgun sequence	True	False
DEN0029_000000004812	2709	0.8173151369073998	4	2	2	1	1	False	99615	fragment	False	DEN0029_000000004812	0.9724560061208876		0	0	False	False	1.0	0					non-mobilizable	plasmid	2674.0	98.31700000000001	99.0	0.004323974431588316	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MAD0047_000000020694	2167	0.8173151369073998	3	2	2	1	1	False	77242	fragment	False	MAD0047_000000020694	1.0		0	0	False	False	0.967235803604126	0					non-mobilizable	plasmid	2101.0	99.04799999999999	97.0	0.0033983331984788413	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
FIJ0036_000000000318	46209	0.8173082986267991	72	22	8	14	15	False	47992	maximal	True	FIJ0036_000000000318	1.0		1	1	False	False	0.9999783635139465	0					non-mobilizable	no_good_hit	6717.0	93.03299999999999	54.0	0.11881047743947826	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0045_000000002527	9791	0.8173070975569742	13	8	5	7	1	True	51463	fragment	False	MAD0045_000000002527	1.0		0	0	False	False	0.9997957348823547	0					non-mobilizable	no_good_hit	177.0	87.571	2.0	0.009682723342061994	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
SPA0017_000000008772	1484	0.8173069233468052	3	1	1	1	1	True	7817	fragment	False	SPA0017_000000008772	1.0		0	0	False	False	1.0	0	rep_cluster_1736				non-mobilizable	no_good_hit	899.0	98.443	80.0	0.0207582061950994	NZ_QVHZ01000018.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf18, whole genome shotgun sequence	True	True
DEN0073_000000033640	1582	0.8173068124001646	3	2	2	2	2	False	70130	fragment	False	DEN0082_000000023637	0.9604249439205697		0	0	False	False	0.998103678226471	0					non-mobilizable	no_good_hit	530.0	78.113	33.0	0.0001462482568354282	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0090_000000014083	2055	0.8173020571019569	4	2	2	2	1	False	113714	fragment	False	ISR0090_000000014083	0.9808841182745467		0	0	False	False	0.9961070418357849	0					non-mobilizable	no_good_hit	584.0	87.15799999999999	43.0	0.00018791158034928347	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0166_000000019494	1519	0.8172922859038331	2	2	2	2	1	False	67233	fragment	False	ENG0166_000000019494	1.0		0	0	False	False	0.9953917264938354	0					non-mobilizable	no_good_hit	867.0	73.241	56.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MAD0091_000000002634	4964	0.8172910527684739	3	2	0	2	0	True	129144	fragment	False	ISR0812_000000005528	0.2718029615803633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	89.243	33.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0399_000000003030	4393	0.8172910527684739	3	2	0	2	0	True	129144	fragment	False	ISR0812_000000005528	0.13870906210309822		0	0	False	False	0.9997723698616028	0					non-mobilizable	no_good_hit	880.0	85.455	42.0	0.001833818796956321	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0162_000000010109	3768	0.8172910527684739	2	2	0	2	0	True	114423	maximal	True	ISR0162_000000010109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0104_000000006727	3758	0.8172910527684739	2	2	0	2	0	True	129116	fragment	False	ISR0104_000000006727	1.0		0	0	False	False	0.9997339248657227	0					non-mobilizable	no_good_hit	797.0	85.696	36.0	0.0016519006266767313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0128_000000011066	3318	0.8172910527684739	3	2	0	2	0	True	129124	fragment	False	SPA0128_000000011066	0.9131632667455315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	84.355	23.0	0.0015933522500350245	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0265_000000005464	2905	0.8172910527684739	3	2	0	2	0	True	129124	fragment	False	SPA0128_000000011066	0.4723944947217273		0	0	False	False	0.9989672899246216	0					non-mobilizable	no_good_hit								True	True
ISR0016_000000007580	2743	0.8172910527684739	3	2	0	2	0	True	129124	fragment	False	SPA0128_000000011066	0.5822924823583278		0	0	False	False	0.9832300543785095	0					non-mobilizable	no_good_hit								True	True
ISR0040_000000010224	2655	0.8172910527684739	3	2	0	2	0	True	129124	fragment	False	SPA0128_000000011066	0.35197726287840747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	78.589	15.0	0.0008510424747562401	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0010_000000008449	2627	0.8172910527684739	4	2	0	2	0	True	129115	fragment	False	SPA0010_000000008449	0.9573195876288659		0	0	False	False	0.9996193647384644	0					non-mobilizable	no_good_hit								True	True
USA0130_01_000000014115	2621	0.8172910527684739	4	2	0	2	0	True	129124	fragment	False	SPA0128_000000011066	0.24015676266861102		0	0	False	False	0.9938954710960388	0					non-mobilizable	no_good_hit								True	True
ISR0005_000000005998	2386	0.8172910527684739	2	2	0	2	0	True	114424	fragment	False	ISR0005_000000005998	1.0		0	0	False	False	0.9786252975463867	0					non-mobilizable	no_good_hit	363.0	83.196	15.0	0.0007506738290847425	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ETH0001_000000012562	2374	0.8172770114728372	4	2	1	2	0	True	53536	maximal	True	ETH0001_000000012562	1.0		0	0	False	False	0.9995787739753723	0					non-mobilizable	no_good_hit	202.0	91.584	13.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0031_000000000592	21720	0.8172695298282541	18	10	8	10	7	True	50052	fragment	False	FIJ0031_000000000592	1.0		0	0	False	False	0.9999539852142334	0					non-mobilizable	no_good_hit								True	True
MAD0055_000000003546	2375	0.8172680488967577	3	3	2	2	3	False	95287	maximal	False	ENG0194_000000010251	0.6195596518177163		0	0	False	False	0.9995789527893066	0					non-mobilizable	no_good_hit	1408.0	83.807	84.0	0.0004447992811012199	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0061_000000013382	3232	0.8172634921176305	3	3	2	2	3	False	122637	fragment	False	MON0061_000000013382	0.9652006892657564		0	0	False	False	1.0	0					non-mobilizable	chromosome	3057.0	98.72399999999999	100.0	0.0013628592734005482	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0002_000000009895	2078	0.8172587969402062	3	2	2	2	2	False	8403	fragment	False	SPA0002_000000009895	1.0		0	0	False	False	0.996631383895874	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000014765	2033	0.8172531373669849	3	2	2	2	2	False	109502	maximal	True	ISR0177_000000014765	1.0		24	7	False	False	0.9990162253379822	0					non-mobilizable	other	2027.0	99.40799999999999	99.0	0.007386396780026833	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	False	False
ISR0203_000000002647	6984	0.8172363023145597	11	5	3	5	2	False	28702	maximal	True	ISR0203_000000002647	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1750.0	86.971	29.0	0.00048391371726060615	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0370_000000018003	1496	0.8172337332540676	3	2	2	2	2	False	80850	fragment	False	MON0002_000000017192	0.8148716352507764		0	0	False	False	0.9966577291488647	0					non-mobilizable	no_good_hit	494.0	73.684	32.0	0.0007699466823977972	NZ_FCOU01000003.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
ISR0365_000000010155	1645	0.8172321458399632	3	2	2	2	2	True	112608	fragment	False	ISR0064_000000012021	0.6115081546637345		0	0	False	False	0.9914893507957458	0					non-mobilizable	no_good_hit	653.0	81.317	39.0	0.0013549767165652177	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0379_000000009551	2504	0.8172319526986186	4	4	4	4	3	False	83933	fragment	False	CHI0138_000000005893	0.9823897806442423		0	0	False	False	0.9992012977600098	0					non-mobilizable	no_good_hit	1002.0	82.934	66.0	0.00015866290702018783	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0845_000000004029	2503	0.8172319526986186	4	4	4	4	3	False	83933	fragment	False	CHI0138_000000005893	0.9823431774813762		0	0	False	False	0.9992009401321411	0					non-mobilizable	no_good_hit	1017.0	82.694	63.0	0.00015567956828976747	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0109_000000012914	2494	0.8172319526986186	4	4	4	4	3	False	83933	fragment	False	CHI0138_000000005893	0.9808342926871042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1476.0	83.537	66.0	0.00023408758543279971	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
AST0047_000000013001	1731	0.8172266732241429	2	1	1	1	1	True	115272	fragment	False	AST0047_000000013001	1.0		0	0	False	False	0.9872905611991882	0					non-mobilizable	no_good_hit	1535.0	98.37100000000001	89.0	0.0005211636967017541	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0258_000000015645	1726	0.8172266732241429	3	1	1	1	1	True	73234	fragment	False	ISR0258_000000015645	1.0		0	0	False	False	0.9959443807601929	0					non-mobilizable	other	1726.0	99.652	100.0	0.00060822467854885	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0005_000000013790	1726	0.8172266732241429	2	1	1	1	1	True	73237	fragment	False	ENG0145_000000016896	0.9773350513760862		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	99.94200000000001	100.0	0.0005860543525492345	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0232_000000016715	1710	0.8172266732241429	2	1	1	1	1	True	73237	fragment	False	ENG0145_000000016896	0.9744514493085698		0	0	False	False	0.9970760345458984	0					non-mobilizable	other	1703.0	99.883	99.0	0.0005782402945152447	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0016_000000022475	1515	0.8172266732241429	2	1	1	1	1	True	73231	fragment	False	SPA0016_000000022475	0.9766914754973542		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	97.955	100.0	0.0005143688636287195	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0139_000000019277	1420	0.8172266732241429	2	1	1	1	1	True	73231	fragment	False	SPA0016_000000022475	0.9311345850304095		0	0	False	False	1.0	0					non-mobilizable	other	1359.0	97.866	100.0	0.0004788226744749787	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0052_000000028234	1199	0.8172256377872783	1	1	1	1	1	True	83861	fragment	False	CHI0089_000000006746	0.7107813182720623		0	0	False	False	0.999165952205658	0					non-mobilizable	other	1008.0	96.52799999999999	95.0	0.00019503450290121087	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0077_000000002388	5838	0.8172216208864659	9	7	4	3	4	True	84555	maximal	True	CHI0077_000000002388	1.0		1	1	False	False	0.9934909343719482	0					non-mobilizable	no_good_hit	700.0	93.429	29.0	0.00020011557754363456	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
FIJ0120_000000016760	1494	0.8172199935036694	3	3	2	3	2	False	116778	fragment	False	DEN0052_000000021753	0.43819462780794605		0	0	False	False	0.9651941061019897	0					non-mobilizable	other	1440.0	99.167	96.0	0.013191426947545973	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0149_000000003966	3866	0.8172150740397447	4	3	3	3	2	False	116988	fragment	False	AUS0006_000000005537	0.9826450468710413		0	0	False	False	0.9992240071296692	0					non-mobilizable	no_good_hit	2248.0	94.084	58.0	0.08118594436310396	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
FIJ0119_000000002144	7493	0.8172133252888366	8	7	5	5	5	False	52579	maximal	True	FIJ0119_000000002144	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	3156.0	95.564	44.0	0.0008344161447786703	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0255_000000002984	8453	0.8172127029139912	13	8	2	8	4	True	126094	fragment	False	ISR0115_000000002910	0.9501955246578319		0	0	False	False	0.9998816847801208	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.4462099241615266e-05	NZ_JXXZ01000006.1	g-proteobacteria	Pseudoalteromonas ruthenica strain S3137 contig0006, whole genome shotgun sequence	True	True
MAD0042_000000015035	1605	0.8172051368957041	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.9584436159005485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	85.20299999999999	50.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0100_000000019203	1879	0.8172050759182792	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.6487011962134852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	98.68700000000001	28.0	0.002460661788512595	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0820_000000004042	4551	0.8172046567096379	4	4	3	4	3	False	121288	maximal	True	ISR0820_000000004042	1.0	PS849	11	4	False	True	1.0	0					non-mobilizable	chromosome	3592.0	89.14299999999999	99.0	0.0007415401100057914	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0350_000000011597	1686	0.8172010736111701	2	2	2	2	2	True	85429	fragment	False	ISR0350_000000011597	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	1687.0	99.704	100.0	0.01342773631939854	CP027367.1	enterobacteria	Escherichia coli strain 89-3156 plasmid unnamed, complete sequence	False	True
SPA0063_000000012057	1491	0.8172009246357688	3	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.1822794448350435		0	0	False	False	0.9805499911308289	0					non-mobilizable	other	1491.0	99.598	100.0	0.001279027046700797	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0151_000000016047	1488	0.8172009246357688	2	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.16619711160881803		0	0	False	False	0.9946236610412598	0					non-mobilizable	other	1487.0	99.664	99.0	0.0012755934170452243	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
FIJ0058_000000037025	1175	0.8172009246357688	2	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.07422118126320044		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	99.745	100.0	0.0010077703039105608	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0334_000000019743	1108	0.8172009246357688	2	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.05823645444396738		0	0	False	False	0.9846570491790771	0					non-mobilizable	other	1108.0	99.54899999999999	100.0	0.0009502570071797196	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0220_000000006474	1468	0.817197221209291	3	1	1	1	1	False	77266	fragment	False	ISR0220_000000006474	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	99.728	100.0	0.007673276389637154	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0011_000000022660	1969	0.8171954036213047	2	2	2	2	1	False	68757	fragment	False	FIJ0120_000000008830	0.3511808516837937		0	0	False	False	0.9959370493888855	0					non-mobilizable	no_good_hit								True	False
ISR0203_000000003738	4758	0.8171901109527241	6	2	0	1	1	True	58532	maximal	False	FIJ0099_000000004818	0.9898064952157991		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	804.0	81.095	16.0	0.11570752556861548	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
FIJ0021_000000006981	7032	0.8171896949601931	5	3	3	3	3	False	76411	maximal	True	FIJ0021_000000006981	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	89.051	4.0	3.747087268823591e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0041_000000007922	5527	0.8171896949601931	6	3	3	3	3	False	76409	maximal	True	MON0041_000000007922	1.0		3	1	False	False	0.9971051216125488	0					non-mobilizable	no_good_hit	199.0	91.96	6.0	5.4808142141001776e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0183_000000011094	2536	0.8171896807595227	3	3	1	3	1	False	55165	maximal	True	ENG0183_000000011094	1.0		1	1	False	False	0.9925078749656677	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.00026809252170804725	NZ_PVXP01000004.1	firmicutes	Clostridium luticellarii strain DSM 29923 CLLU_contig000004, whole genome shotgun sequence	True	False
ENG0159_000000018478	1251	0.8171848845458217	3	2	2	2	2	False	56503	fragment	False	ENG0159_000000018478	0.9781355932990125		0	0	False	False	0.9864108562469482	0					non-mobilizable	no_good_hit	234.0	72.222	18.0	0.0035974643423137874	NZ_OAOG01000025.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	False
MAD0098_000000021126	2119	0.8171823383885862	3	1	0	1	0	True	17965	maximal	False	MAD0087_000000013985	0.9881943687664186		0	0	True	True	0.9966965317726135	7					non-mobilizable	no_good_hit	250.0	77.2	12.0	0.11081202332884701	LN853898.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1334	True	True
MAD0087_000000013985	2098	0.8171823383885862	3	1	0	1	0	True	17965	maximal	True	MAD0087_000000013985	0.9885363076690578		3	1	True	True	1.0	29					non-mobilizable	no_good_hit	250.0	76.8	12.0	0.11081202332884701	LN853898.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1334	True	True
USA0087_01_000000009145	1717	0.8171823383885862	2	1	0	1	0	True	422	maximal	True	USA0087_01_000000009145	1.0		2	1	True	True	1.0	17					non-mobilizable	no_good_hit	744.0	90.726	43.0	0.47585318737926596	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0358_000000012039	1631	0.8171823383885862	1	1	0	1	0	True	23853	maximal	True	ISR0358_000000012039	1.0		1	1	True	True	0.9993869066238403	22					non-mobilizable	no_good_hit	179.0	87.15100000000001	11.0	0.11556446225784903	NZ_AHMN02000012.1	bacteria	Leptospira kirschneri serovar Cynopteri str. 3522 CT ctg1134731807557, whole genome shotgun sequence	True	True
AUS0024_000000020454	1580	0.8171823383885862	1	1	0	1	0	True	98871	maximal	True	AUS0024_000000020454	1.0		1	1	True	True	1.0	39					non-mobilizable	no_good_hit	527.0	85.009	39.0	0.2020850040096231	LN853896.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1330	True	True
ETH0001_000000024329	1446	0.8171823383885862	2	1	0	1	0	True	53482	maximal	True	ETH0001_000000024329	1.0		1	1	True	True	0.9972337484359741	3					non-mobilizable	plasmid	1102.0	95.554	94.0	0.7656903765690377	LN853364.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0755	False	True
DEN0033_000000012004	1917	0.8171722906715168	3	3	3	3	2	False	120333	maximal	False	ISR0029_000000020154	0.4212716883707459		0	0	False	False	0.9947835206985474	0					non-mobilizable	no_good_hit	297.0	73.064	15.0	0.00013808472648676017	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
FIJ0163_000000016162	1518	0.8171611519766578	2	2	2	2	1	False	39148	fragment	False	FIJ0164_000000014424	0.9840051183621241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	54.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0059_000000025996	1506	0.8171602473059435	4	2	1	2	1	False	113330	fragment	False	MON0059_000000025996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	94.251	65.0	0.15751983163347905	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0047_000000016363	2643	0.8171579554212527	5	3	3	2	3	False	40077	fragment	False	MAD0106_000000007192	0.9563435495367071		0	0	False	False	0.9984865784645081	0					non-mobilizable	no_good_hit	934.0	79.657	35.0	0.0015423823082606277	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0012_000000020182	1175	0.8171570541152029	2	2	2	2	2	False	7993	fragment	False	SPA0012_000000020182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0373_000000001701	7020	0.8171564143224872	5	3	3	3	2	False	108725	maximal	False	DEN0081_000000000565	0.9740962943016869		0	0	False	False	0.9998575448989868	0					non-mobilizable	no_good_hit	209.0	76.077	3.0	0.014656225303541921	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0107_000000018001	1581	0.8171547179841917	4	3	2	2	1	True	32839	maximal	True	ISR0107_000000018001	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0023_000000009145	3413	0.8171530323239179	5	2	2	2	1	False	49382	maximal	True	FIJ0023_000000009145	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0300_000000001353	4632	0.817151693883395	6	1	1	1	1	True	25599	fragment	False	ISR0300_000000001353	1.0		0	0	False	False	0.9991364479064941	0					non-mobilizable	no_good_hit								True	True
ISR0050_000000018722	1524	0.8171480423488167	3	1	1	1	1	False	35904	maximal	True	ISR0050_000000018722	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	95.86200000000001	10.0	0.0025142298425114363	NZ_WNAF01000014.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold14_size57274, whole genome shotgun sequence	True	False
FIJ0128_000000001702	12831	0.8171450301666097	11	8	8	8	7	False	51819	maximal	False	FIJ0067_000000002509	0.9496473769542717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.19	30.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ISR0211_000000012313	1837	0.8171423863364073	4	2	2	2	1	True	121144	fragment	False	ISR0211_000000012313	0.9652474317771654		0	0	False	False	0.9967337846755981	0					non-mobilizable	no_good_hit	1339.0	99.178	77.0	0.042418286149066356	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0173_000000010013	1736	0.8171423863364073	2	2	2	2	1	True	121144	fragment	False	ISR0211_000000012313	0.8463029422673495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	98.89200000000001	83.0	0.042893827473607454	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0052_000000003171	10103	0.8171373103452864	11	11	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.024175320203902943		0	0	False	False	1.0	0					non-mobilizable	other	10031.0	99.91	99.0	0.6866100766703176	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
MON0076_000000014142	3273	0.8171372514840878	4	4	4	4	4	False	98464	maximal	True	MON0076_000000014142	1.0		1	1	False	False	0.9996944665908813	0					non-mobilizable	no_good_hit	1361.0	74.72399999999999	41.0	0.00019068917410556757	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0166_000000019790	1269	0.8171233423735523	2	2	2	1	1	True	118491	fragment	False	ISR0832_000000007637	0.3341602402820826		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	95.98100000000001	100.0	0.04523223019528043	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
ISR0037_000000021287	1163	0.8171218331354704	2	2	2	2	2	False	36663	maximal	True	ISR0037_000000021287	1.0		44	5	False	False	0.9974204897880554	0					non-mobilizable	no_good_hit	469.0	72.708	39.0	0.0002591372765577517	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	True	False
ISR0175_000000006914	3351	0.817114716743603	6	2	2	2	2	False	33018	fragment	False	ISR0175_000000006914	1.0		0	0	False	False	0.9958221316337585	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000033815	1303	0.8171016276956719	2	1	1	1	1	False	70377	fragment	False	DEN0071_000000033815	1.0		0	0	False	False	0.9976975917816162	0					non-mobilizable	no_good_hit	848.0	99.52799999999999	65.0	0.00023705894651228075	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CAN0010_000000011725	1120	0.8170987253196399	2	2	2	1	1	False	94557	fragment	False	CAN0010_000000011725	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	100.0	100.0	0.00023008916520607682	CP051753.1	enterobacteria	Escherichia coli strain SCU-102 chromosome, complete genome	False	False
ISR0816_000000008639	4984	0.8170855279502038	9	8	2	6	5	False	94533	fragment	False	ISR0816_000000008639	0.9718871396442446		0	0	False	False	0.9957864880561829	0					non-mobilizable	no_good_hit	1745.0	94.613	54.0	0.00043759810829148047	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
TAN0003_000000000127	17765	0.8170807716608665	20	4	3	4	2	True	2996	fragment	False	TAN0003_000000000127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.3780714269932077e-07	LR877216.1	rodents	Acomys russatus genome assembly, chromosome: 5	True	True
MAD0097_000000022755	1814	0.8170726778478815	3	2	2	2	2	False	15411	fragment	False	MAD0097_000000022755	1.0		0	0	False	False	0.9972436428070068	0					non-mobilizable	no_good_hit	1414.0	74.752	77.0	0.10128699192903366	NZ_JH379383.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld151, whole genome shotgun sequence	True	False
ENG0141_000000002839	8824	0.8170664785771575	10	6	4	2	4	False	89673	maximal	True	ENG0141_000000002839	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1356.0	97.271	17.0	0.0005355205564351259	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
DEN0071_000000009309	4000	0.8170496339021999	4	4	3	4	3	False	91584	fragment	False	DEN0071_000000009309	1.0		0	0	False	False	0.9955000281333923	0					non-mobilizable	no_good_hit	1194.0	96.23100000000001	52.0	0.016049183415395376	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0105_000000011992	1634	0.8170462391450342	4	2	1	2	2	False	78242	fragment	False	ISR0022_000000017797	0.7291694460803942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	88.955	75.0	0.0002324906968865069	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AST0102_000000003476	7516	0.8170306382709657	14	4	2	4	3	False	108394	maximal	True	AST0102_000000003476	1.0		1	1	False	False	0.9985364675521851	0					non-mobilizable	no_good_hit								True	False
CHI0087_000000003800	2427	0.8170279133896059	3	3	3	3	2	False	84013	fragment	False	SPA0044_000000010053	0.9437139680911097		0	0	False	False	0.9995879530906677	0					non-mobilizable	chromosome	2354.0	99.745	99.0	0.000332118154456255	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0061_000000007817	5126	0.8170274970286728	5	5	4	5	2	False	93008	maximal	True	MON0061_000000007817	0.9815609797410002		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	70.604	14.0	0.004448663186204714	NZ_SWAR01000010.1	b-proteobacteria	Pseudorivibacter rhizosphaerae strain C1-9 scaffold_9, whole genome shotgun sequence	True	False
SPA0137_000000017346	2116	0.8170218011880322	3	3	1	2	1	True	56276	fragment	False	SPA0137_000000017346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2117.0	99.339	100.0	0.025678365127906413	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0087_000000012271	2938	0.8170186458193904	4	3	3	3	3	False	111521	fragment	False	AST0084_000000011258	0.9375392604929672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.945	10.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0107_000000019913	2908	0.8170186458193904	4	3	3	3	3	False	111521	fragment	False	AST0084_000000011258	0.9335122803445078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.945	10.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0223_000000016129	1887	0.8170165999544108	2	2	1	2	1	False	110371	maximal	True	ISR0223_000000016129	1.0		1	1	False	False	0.999470055103302	0					non-mobilizable	no_good_hit	766.0	85.24799999999999	40.0	0.00022043176855705712	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0395_000000002237	14568	0.8170143625419602	18	16	11	12	12	True	123710	fragment	False	ISR0395_000000002237	0.9953868374015387		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14579.0	99.829	100.0	0.14543749002075682	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0025_000000002131	14565	0.8170143625419602	18	16	11	12	12	True	123710	fragment	False	ISR0395_000000002237	0.9953710196868178		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14576.0	99.84899999999999	100.0	0.14543749002075682	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0025_000000001739	14559	0.8170143625419602	18	16	11	12	12	True	123710	fragment	False	ISR0395_000000002237	0.9947704041198648		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14575.0	99.774	100.0	0.14543749002075682	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0161_000000001660	14558	0.8170143625419602	18	16	11	12	12	True	123710	fragment	False	ISR0395_000000002237	0.9950798860609951		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14575.0	99.80799999999999	100.0	0.14543749002075682	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0097_000000003253	6617	0.8170101001304062	6	2	1	2	1	False	33320	fragment	False	ISR0097_000000003253	1.0		0	0	False	False	0.9980353713035583	0					non-mobilizable	virus	6216.0	96.171	93.0	0.2942719511613488	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	False	False
ISR0112_000000009650	3215	0.8170033775195081	4	3	2	2	3	False	32651	maximal	True	ISR0112_000000009650	1.0		1	1	False	False	0.990979790687561	0					non-mobilizable	no_good_hit	470.0	75.319	14.0	0.00029918371102327906	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
CHI0138_000000007993	1796	0.8170033361908915	3	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.0669660471751801	PS1101	0	0	False	True	0.9994432330131531	0					non-mobilizable	chromosome	1796.0	99.777	100.0	0.00032566806858152234	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0230_000000025065	1405	0.8170033361908915	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.017298935283149613	PS1101	0	0	False	True	0.9992882609367371	0					non-mobilizable	other	1406.0	98.72	100.0	0.00026457691702924376	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0080_000000009323	1315	0.8170033361908915	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.009761168096342239	PS1101	0	0	False	True	0.9946768283843994	0					non-mobilizable	chromosome	1315.0	99.316	100.0	0.00023839991204240688	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
FIJ0006_000000015976	2270	0.8170008043034106	4	2	2	2	2	False	104778	maximal	True	FIJ0006_000000015976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	70.223	37.0	0.012113410056767068	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0813_000000013498	2267	0.8170008043034106	3	2	2	2	2	False	104771	fragment	False	ISR0813_000000013498	1.0		0	0	False	False	0.9814733266830444	0					non-mobilizable	no_good_hit	523.0	98.47	45.0	0.00241440874737514	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0812_000000017869	2223	0.8170008043034106	3	2	2	2	2	False	104772	maximal	True	ISR0812_000000017869	0.9617358842743817		1	1	False	False	0.9455690383911133	0					non-mobilizable	no_good_hit	428.0	97.43	24.0	0.0019750048565693196	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0386_000000014462	2191	0.8170008043034106	3	2	2	2	2	False	104774	maximal	True	ISR0386_000000014462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	77.793	42.0	0.010779539038992461	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0069_01_000000028585	2143	0.8170008043034106	2	2	2	2	2	False	104772	maximal	False	ISR0812_000000017869	0.9451192082771029		0	0	False	False	0.9976668357849121	0					non-mobilizable	no_good_hit	508.0	99.016	29.0	0.002345029185668958	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
MAD0089_000000012920	1977	0.8170008043034106	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.9680823748618859		0	0	False	False	0.9898836612701416	0					non-mobilizable	no_good_hit	810.0	70.247	42.0	0.012128920184880727	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0034_01_000000027275	1924	0.8170008043034106	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.9655003380640783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	70.311	41.0	0.01209789992865341	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0153_000000015609	1922	0.8170008043034106	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.9087160912694876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	98.279	34.0	0.00241440874737514	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
SPA0077_000000015210	1889	0.8170008043034106	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.9597270049082477		0	0	False	False	0.9947062134742737	0					non-mobilizable	no_good_hit	805.0	70.186	41.0	0.01209789992865341	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
DEN0057_000000003818	1865	0.8170008043034106	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.9574444985657315		0	0	False	False	0.9983914494514465	0					non-mobilizable	no_good_hit	806.0	70.09899999999999	42.0	0.012113410056767068	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0159_000000014880	1760	0.8170008043034106	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.7116867007043987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	98.617	29.0	0.0023357785774414668	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
DEN0052_000000025770	1756	0.8170008043034106	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.7653549657994219		0	0	False	False	0.9994305372238159	0					non-mobilizable	no_good_hit	491.0	98.574	28.0	0.0022663990157352847	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
SPA0053_000000024795	1324	0.8169910745607365	3	3	1	2	2	False	6463	maximal	True	SPA0053_000000024795	1.0		2	1	False	False	0.9962235689163208	0					non-mobilizable	no_good_hit	659.0	95.59899999999999	50.0	0.00010077800620792518	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
FIJ0141_000000008011	3573	0.8169888978992351	4	4	4	3	3	False	87656	maximal	False	FIJ0142_000000007595	0.4818522826331217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	74.453	19.0	0.0001522675419900938	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0031_000000012681	1700	0.8169881878251049	3	3	3	2	1	False	65687	maximal	True	ENG0031_000000012681	1.0		51	11	False	False	0.9864705801010132	0					non-mobilizable	other	1379.0	76.505	95.0	0.0004086780694975579	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0011_000000000722	21927	0.8169870133437128	25	15	12	13	9	True	83653	maximal	True	SPA0011_000000000722	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	3531.0	95.29899999999999	24.0	0.0008556907800166872	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
FIJ0034_000000013744	2009	0.8169826737459649	2	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.6398574152852564		0	0	False	False	0.9970134496688843	0					non-mobilizable	other	1968.0	98.831	98.0	0.0077638770416706155	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0210_000000002583	7171	0.8169799778348695	5	5	4	5	3	False	53758	fragment	False	ENG0210_000000002583	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	80.635	4.0	0.0007416105308695383	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
MON0031_000000010583	3205	0.816979779869406	4	3	2	3	2	False	104393	maximal	True	MON0031_000000010583	1.0		1	1	False	False	0.9937597513198853	0					non-mobilizable	no_good_hit								True	False
MON0019_000000012918	4709	0.8169774921706947	8	3	3	3	2	True	91778	maximal	True	MON0019_000000012918	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	90.521	4.0	6.219504068592246e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
FIJ0104_000000002923	8098	0.8169769353032204	12	5	2	4	4	True	126171	maximal	False	FIJ0159_000000002297	0.6551724137931035		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1026.0	77.388	13.0	0.1098322920092075	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0185_000000021030	1570	0.8169736855348013	3	2	2	2	1	True	29386	maximal	True	ISR0185_000000021030	1.0		1	1	False	False	0.9840764403343201	0					non-mobilizable	no_good_hit	841.0	82.759	60.0	0.006358517305928806	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
DEN0063_000000025717	1906	0.8169718984071079	2	2	1	2	1	False	98860	fragment	False	DEN0063_000000025717	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1907.0	97.85	100.0	0.0003298560716433499	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
SPA0029_000000004281	5470	0.8169703013634411	9	5	3	2	3	False	7400	fragment	False	SPA0029_000000004281	1.0		0	0	False	False	0.9926874041557312	0					non-mobilizable	no_good_hit	275.0	90.182	5.0	0.004417573559048771	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0144_000000001222	10696	0.8169665628801817	12	9	2	5	8	True	117636	fragment	False	CHI0149_000000001585	0.955872823976859		0	0	False	False	0.9999064803123474	0					non-mobilizable	other	10628.0	97.723	99.0	0.0034061786167461786	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0233_000000002614	3933	0.8169631262720415	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.7581694764328433		0	0	False	False	1.0	0					non-mobilizable	other	3933.0	99.72	100.0	0.030425429840444464	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0010_000000004826	3613	0.8169631262720415	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.4256192543641726		0	0	False	False	0.9983393549919128	0					non-mobilizable	other	3613.0	99.696	100.0	0.027949301267468314	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0842_000000005746	3550	0.8169631262720415	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.37843513395751793		0	0	False	False	1.0	0					non-mobilizable	other	3550.0	99.40799999999999	100.0	0.027461813454663635	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0089_000000005407	3536	0.8169631262720415	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.18686258218833088		0	0	False	False	0.9994344115257263	0					non-mobilizable	other	3237.0	99.444	92.0	0.025039850194221336	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0117_000000008176	3287	0.8169631262720415	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.23627583391950985		0	0	False	False	0.9996957778930664	0					non-mobilizable	other	3287.0	99.87799999999999	100.0	0.02542674528374886	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0110_000000009357	3256	0.8169631262720415	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.18977911209625842		0	0	False	False	0.997235894203186	0					non-mobilizable	other	3238.0	99.93799999999999	99.0	0.025047588096011885	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0014_000000017697	1429	0.8169580509860406	3	2	2	1	1	False	50445	fragment	False	FIJ0105_000000022317	0.9681848626925653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	93.333	5.0	2.5759672139361945e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ITA0001_000000003611	1099	0.8169544909559264	1	1	1	1	1	False	20443	fragment	False	ITA0001_000000003611	1.0		0	0	False	False	0.9990900754928589	0					non-mobilizable	other	1099.0	100.0	100.0	0.001993724669891489	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0104_000000030330	1173	0.8169506894669234	2	2	2	1	1	False	107631	fragment	False	CAN0014_000000039401	0.6876699208541666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	77.778	10.0	1.8096448721430822e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
MAD0083_000000002905	3261	0.8169391621438115	4	4	4	4	3	True	16112	maximal	True	MAD0083_000000002905	1.0		2	2	False	False	0.9996933341026306	0					non-mobilizable	no_good_hit	2622.0	82.79899999999999	89.0	0.009107378935513881	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	True	True
MAD0008_000000001655	5484	0.8169387665227604	7	7	7	7	7	False	113197	fragment	False	SPA0005_000000005405	0.9941944847605224		0	0	False	False	0.9890590906143188	0					non-mobilizable	other	5482.0	100.0	99.0	0.0011808295839498524	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0029_000000022859	1910	0.8169314228622965	3	3	3	3	1	False	61150	fragment	False	ISR0029_000000022859	1.0		0	0	False	False	0.9989528656005859	0					non-mobilizable	no_good_hit								True	False
ISR0206_000000007435	3462	0.8169300510229497	3	3	3	3	1	True	61513	fragment	False	ISR0206_000000007435	0.9987535057650359		0	0	False	False	0.9976891875267029	0					non-mobilizable	no_good_hit	491.0	72.301	14.0	0.00012169442805124314	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
USA0080_01_000000002161	15372	0.8169221490593901	13	7	5	6	4	True	96297	fragment	False	USA0080_01_000000002161	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8897.0	98.741	99.0	0.07162816166464009	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ENG0140_000000000681	19924	0.8169110265897984	33	32	7	16	32	True	107539	maximal	True	ENG0140_000000000681	1.0		3	3	False	False	0.9998494386672974	0					non-mobilizable	plasmid	13023.0	97.251	99.0	0.3064124619989159	CP061364.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed1, complete sequence	False	True
SPA0031_000000025287	1325	0.8168924905359839	2	1	1	1	1	False	7268	fragment	False	SPA0031_000000025287	0.955503512880562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	96.18	72.0	0.00024638691429673535	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0021_000000012903	1219	0.8168924905359839	2	1	1	1	1	False	19319	fragment	False	MAD0021_000000012903	1.0		0	0	False	False	0.9860541224479675	0					non-mobilizable	other	836.0	89.833	97.0	0.0002504992673197512	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0321_000000003898	2650	0.8168872058112852	4	4	4	3	3	False	117893	fragment	False	ISR0134_000000011779	0.5402541554115982		0	0	False	False	1.0	0					non-mobilizable	chromosome	2652.0	92.949	100.0	0.0008349584396205904	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0178_000000000321	28154	0.8168867885344538	42	7	1	7	0	False	30967	fragment	False	ISR0178_000000000321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018531737316055348	NZ_BHYK01000011.1	firmicutes	Clostridium tagluense strain A121 sequence011, whole genome shotgun sequence	True	False
ISR0127_000000008549	2764	0.8168825104510876	3	3	3	2	2	False	31906	maximal	True	ISR0127_000000008549	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	89.934	22.0	0.000697121062850361	AP014598.1	CFB group bacteria	Prevotella intermedia DNA, complete genome, strain: OMA14, chromosome: II	True	False
CHI0157_000000001023	8286	0.8168811231006561	9	5	3	4	4	True	78958	fragment	False	CHI0157_000000001023	1.0		0	0	False	False	0.9997586011886597	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00028982395878059255	NZ_FQXK01000021.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
ISR0343_000000001819	6968	0.8168811231006561	8	5	3	4	4	True	24319	fragment	False	ISR0343_000000001819	1.0		0	0	False	False	0.9948335289955139	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00028982395878059255	NZ_FQXK01000021.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
AUS0022_000000007433	4804	0.8168726111734488	8	5	1	2	5	False	110817	fragment	False	AUS0022_000000007433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2329.0	89.738	75.0	0.0287695448660492	NZ_AGDG01000019.1	CFB group bacteria	Bacteroides faecis MAJ27 contig019, whole genome shotgun sequence	True	False
SPA0010_000000010956	2140	0.8168693663037263	2	2	2	2	2	False	90685	fragment	False	ENG0023_000000007169	0.7796610789765277		0	0	False	False	0.9995326995849609	0					non-mobilizable	chromosome	2140.0	99.81299999999999	100.0	0.0009044634573929633	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MAD0012_000000001145	16553	0.816868897118683	29	7	2	7	2	False	19850	maximal	True	MAD0012_000000001145	1.0		1	1	False	False	0.9997583627700806	0					non-mobilizable	no_good_hit								True	False
SPA0068_000000003773	3267	0.8168570811534273	6	6	5	6	4	False	87995	maximal	True	SPA0068_000000003773	1.0		43	9	False	False	0.9996939301490784	0					non-mobilizable	chromosome	3267.0	99.969	100.0	0.0006123051206781027	NC_016845.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 chromosome, complete genome	False	False
SPA0028_000000026154	1281	0.8168450679335713	2	1	1	1	1	False	7420	fragment	False	SPA0028_000000026154	1.0		0	0	False	False	0.9953161478042603	0					non-mobilizable	no_good_hit								True	False
FIJ0165_000000005100	3442	0.8168435860707528	5	5	3	5	3	False	101877	fragment	False	ISR0776_000000006444	0.7676826711998592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	8.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0199_000000008546	3385	0.8168435860707528	5	5	3	5	3	False	101877	fragment	False	ISR0776_000000006444	0.7691128296071911		0	0	False	False	0.9952732920646667	0					non-mobilizable	no_good_hit	283.0	74.558	8.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0104_000000007451	3385	0.8168435860707528	5	5	3	5	3	False	101877	fragment	False	ISR0776_000000006444	0.768757022702872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	8.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
FIJ0119_000000004977	3378	0.8168435860707528	5	5	3	5	3	False	101877	fragment	False	ISR0776_000000006444	0.769157183979383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	8.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
SPA0093_000000011863	3356	0.8168435860707528	5	5	3	5	3	False	101877	fragment	False	ISR0776_000000006444	0.7653292073018644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	8.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0125_000000004519	3344	0.8168435860707528	5	5	3	5	3	False	101877	fragment	False	ISR0776_000000006444	0.7635798762547749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	8.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0157_000000008981	3343	0.8168435860707528	5	5	3	5	3	False	101877	fragment	False	ISR0776_000000006444	0.7631745963919953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	8.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
AUS0008_000000006697	3343	0.8168435860707528	5	5	3	5	3	False	101877	fragment	False	ISR0776_000000006444	0.7642742900856112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	8.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
MAD0032_000000013368	1303	0.8168407949030416	2	2	2	2	2	False	18910	fragment	False	MAD0032_000000013368	1.0		0	0	False	False	0.9992325305938721	0					non-mobilizable	other	1303.0	100.0	100.0	0.0002671399407039609	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
MON0031_000000017074	1896	0.8168365681366004	2	1	1	1	1	False	12457	maximal	True	MON0031_000000017074	1.0		40	6	False	False	1.0	0					non-mobilizable	other	1896.0	99.895	100.0	0.000524941366765502	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	False
ISR0197_000000014654	1742	0.8168365609380558	4	2	0	1	1	True	28933	maximal	True	ISR0197_000000014654	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	98.41799999999999	54.0	0.04341042584434655	NZ_NFHU01000018.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_18, whole genome shotgun sequence	True	True
FIJ0061_000000007152	3344	0.8168350801853822	5	5	3	5	2	False	101877	fragment	False	ISR0776_000000006444	0.7573849223117829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	8.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
FIJ0169_000000003023	6930	0.8168254120662058	10	6	2	5	4	True	46674	maximal	True	FIJ0169_000000003023	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	80.76899999999999	4.0	6.162088537208211e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0078_000000004399	5731	0.8168191286378801	6	4	3	3	3	False	69843	fragment	False	DEN0078_000000004399	1.0		0	0	False	False	0.9998255372047424	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	7.252910437539075e-06	NZ_JQNR01000005.1	high GC Gram+	Streptomyces yeochonensis CN732 BS72DRAFT_unitig_0_quiver.5_C, whole genome shotgun sequence	True	False
MAD0054_000000009885	1726	0.8167912284881891	2	2	2	2	1	False	17148	fragment	False	MAD0054_000000009885	1.0		0	0	False	False	0.9965237379074097	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	7.0	0.0014999013222814289	NZ_WNAF01000012.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold12_size75819, whole genome shotgun sequence	True	False
ISR0841_000000003104	4087	0.8167835947101513	5	1	0	1	1	True	109103	maximal	True	ISR0841_000000003104	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2195.0	93.39399999999999	79.0	0.0004241281900837629	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
MON0054_000000012548	3315	0.8167835947101513	6	1	0	1	1	True	109100	fragment	False	MON0054_000000012548	1.0		0	0	False	False	0.9996983408927917	0					non-mobilizable	no_good_hit	2257.0	91.493	68.0	0.0004353556821078881	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
ISR0392_000000015621	2141	0.8167835947101513	3	1	0	1	1	True	109096	fragment	False	ISR0392_000000015621	0.9468122377975696		0	0	False	False	1.0	0					non-mobilizable	other	1979.0	95.85600000000001	92.0	0.00038290289199175163	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0109_000000009992	1890	0.8167803242450491	3	2	1	2	2	True	82778	maximal	True	CHI0109_000000009992	1.0		3	3	False	False	0.9978836178779602	0					non-mobilizable	chromosome	1369.0	99.34299999999999	99.0	0.00038083307234575636	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MON0059_000000023319	1681	0.8167713625975859	2	2	2	2	2	False	42948	maximal	False	ISR0848_000000009908	0.9518535219671543		0	0	False	False	0.9994051456451416	0					non-mobilizable	other	1664.0	99.94	99.0	0.0432004156383946	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
MAD0102_000000000281	29690	0.8167679777998405	33	30	5	9	27	True	82958	maximal	True	MAD0102_000000000281	1.0		3	1	False	False	0.9999326467514038	0					non-mobilizable	no_good_hit	24962.0	90.25299999999999	88.0	0.10533279786941727	CP022495.1	enterobacteria	Salmonella enterica subsp. enterica serovar Derby strain SA20035215 plasmid unnamed1, complete sequence	True	True
ENG0107_000000027239	1134	0.8167615771567469	2	2	2	1	1	False	59961	fragment	False	ENG0107_000000027239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	6.0	9.202924484891866e-05	NZ_JH126467.1	actinobacteria	Collinsella tanakaei YIT 12063 supercont1.1, whole genome shotgun sequence	True	False
ISR0177_000000001424	12820	0.8167595521351323	13	8	6	8	4	True	29781	fragment	False	ISR0177_000000001424	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2111.0	97.3	21.0	0.03576523334012635	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0092_000000001444	10975	0.8167529059046373	9	6	5	6	4	True	127379	fragment	False	ISR0030_000000001226	0.8043851019872518		0	0	False	False	1.0	0					non-mobilizable	other	10998.0	97.26299999999999	100.0	0.1194435387457885	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0092_000000004049	4214	0.8167500921667065	5	4	2	4	2	True	109715	maximal	True	AST0092_000000004049	1.0		1	1	False	False	0.9905078411102295	0					non-mobilizable	no_good_hit	387.0	90.698	27.0	8.637116688789023e-05	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	True
FIJ0116_000000000752	21402	0.8167427962083298	23	11	8	11	3	True	106299	fragment	False	MON0063_000000001047	0.9556662804171494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0024746349913387774	NZ_AUME01000058.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	True
ISR0257_000000000074	49959	0.8167311087168452	59	24	15	21	12	True	33661	fragment	False	ISR0257_000000000074	1.0		0	0	False	False	0.9996597170829773	0					non-mobilizable	no_good_hit	79.0	100.0	0.0	0.09547123623011015	MK231299.1	viruses	Uncultured human fecal virus clone A.hadrus_S03.O11_4-CL08_c1 sequence	True	True
SPA0137_000000009499	3843	0.8167278108554255	6	6	5	6	5	False	65776	maximal	True	SPA0137_000000009499	1.0		5	2	False	False	0.9992193579673767	0					non-mobilizable	no_good_hit	1124.0	74.555	29.0	0.0003604104308323459	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0047_000000002653	10157	0.816726623422987	16	4	3	4	2	False	17710	maximal	True	MAD0047_000000002653	1.0		2	1	True	True	1.0	482					non-mobilizable	no_good_hit								True	True
FIJ0142_000000024966	1459	0.8167215410252392	3	2	1	2	1	False	40173	maximal	True	FIJ0142_000000024966	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000031203	1698	0.8167137389682442	3	2	2	2	2	False	70137	maximal	True	DEN0073_000000031203	1.0		1	1	False	False	0.9935218095779419	0					non-mobilizable	no_good_hit								True	False
ISR0363_000000015934	1155	0.8167097231838907	2	2	2	2	2	False	23688	fragment	False	ISR0363_000000015934	1.0		0	0	False	False	0.9826839566230774	0					non-mobilizable	other	1155.0	98.52799999999999	100.0	0.000694895648231057	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
CHI0151_000000012785	1943	0.8167079789026329	3	3	3	2	2	False	79467	maximal	True	CHI0151_000000012785	1.0		12	2	False	False	0.9994853138923645	0					non-mobilizable	chromosome	1761.0	98.978	91.0	0.0003433448262811737	CP050845.1	enterobacteria	Klebsiella pneumoniae strain Bckp206 chromosome, complete genome	False	False
SPA0104_000000002124	13050	0.8167069801321597	8	8	6	5	6	False	123657	fragment	False	SPA0116_000000001980	0.5700488072949981		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	7592.0	99.684	58.0	0.0013772402833439198	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
ISR0341_000000003288	4055	0.8167064528045092	7	3	2	2	3	False	122600	maximal	True	ISR0341_000000003288	1.0		9	3	False	False	0.9992601871490479	0					non-mobilizable	chromosome	4055.0	98.964	100.0	0.0012762350781516686	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ITA0008_000000000252	3885	0.8167044395431049	5	3	2	3	1	True	20332	maximal	True	ITA0008_000000000252	1.0		1	1	False	False	0.9963964223861694	0					non-mobilizable	no_good_hit	1882.0	74.708	48.0	0.0038621018449011683	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0029_000000006114	5098	0.8166946637558478	6	3	3	3	3	False	118443	maximal	True	AST0029_000000006114	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	3980.0	99.271	78.0	0.022800332349654756	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	True	False
ENG0191_000000010572	2831	0.8166900458854229	3	3	3	3	3	False	54733	fragment	False	ENG0191_000000010572	1.0		0	0	False	False	0.9985870718955994	0					non-mobilizable	chromosome	1579.0	79.607	95.0	0.0004932842423579554	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0371_000000005626	3011	0.8166832225307719	2	2	2	1	1	False	43167	fragment	False	ISR0371_000000005626	1.0		0	0	False	False	0.9810693860054016	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000008014	2216	0.8166832225307719	2	2	2	1	1	False	43165	fragment	False	ISR0266_000000008014	1.0		0	0	False	False	0.9977436661720276	0					non-mobilizable	no_good_hit								True	False
SPA0113_000000009514	3458	0.8166812431224069	4	3	3	3	3	False	6118	maximal	True	SPA0113_000000009514	1.0		1	1	False	False	0.9893001914024353	0					non-mobilizable	no_good_hit	1146.0	71.204	33.0	0.005330152283302801	NZ_CCFK01000015.1	firmicutes	Clostridium amazonitimonense, whole genome shotgun sequence	True	False
ISR0279_000000010911	1987	0.8166754082191567	2	2	2	2	2	False	65798	fragment	False	ENG0029_000000012285	0.9957221942627076		0	0	False	False	0.997986912727356	0					non-mobilizable	other	1765.0	79.15	94.0	0.0004927225416473235	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0090_000000001079	10103	0.8166736344265387	12	7	5	6	5	True	93246	fragment	False	CHI0090_000000001079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	1.9985558583408805e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	True
FIJ0150_000000002737	7913	0.8166674701969241	8	6	5	3	2	False	39829	maximal	True	FIJ0150_000000002737	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	100.0	2.0	0.0005204305646671626	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0054_000000012838	1420	0.8166646429412775	3	3	3	2	2	False	17143	maximal	True	MAD0054_000000012838	1.0		18	2	False	False	0.9929577708244324	0					non-mobilizable	no_good_hit	79.0	82.27799999999999	6.0	2.6148576210025363e-05	CP024906.1	b-proteobacteria	Paraburkholderia caledonica strain PHRS4 chromosome PHRS4_B, complete sequence	True	False
ISR0068_000000007855	2590	0.8166636431584261	4	4	4	4	3	False	35028	maximal	True	ISR0068_000000007855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1891.0	76.785	72.0	0.00026380315795951576	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0816_000000006846	6291	0.8166581013412582	7	5	3	5	2	True	48836	maximal	True	ISR0816_000000006846	1.0		10	4	False	False	1.0	0					non-mobilizable	other	6293.0	98.3	100.0	0.0017425618297038062	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0027_000000010109	2572	0.8166560257595668	4	3	2	1	2	True	130196	maximal	False	FIJ0122_000000005997	0.9626623376623377		0	0	False	False	1.0	0					non-mobilizable	other	2246.0	100.0	100.0	0.15128032345013476	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0003_000000014983	2248	0.8166560257595668	3	3	2	1	2	True	130194	fragment	False	ISR0206_000000009912	0.6775811811909621		0	0	False	False	1.0	0					non-mobilizable	other	2245.0	100.0	100.0	0.15121293800539085	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0151_000000007078	2248	0.8166560257595668	3	3	2	1	2	True	130194	fragment	False	ISR0206_000000009912	0.6769459855428603		0	0	False	False	1.0	0					non-mobilizable	other	2245.0	99.866	100.0	0.15121293800539085	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0088_000000003990	6544	0.8166443833127758	3	3	3	3	2	False	61326	fragment	False	ENG0088_000000003990	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5875.0	99.915	100.0	0.0010152510620469804	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
MAD0083_000000002331	3861	0.81664153034005	5	2	1	2	1	True	19824	fragment	False	MAD0083_000000002331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	97.955	41.0	0.000297834805791495	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
AUS0016_000000023804	1188	0.8166410543167258	2	2	2	1	2	False	118750	fragment	False	ENG0113_000000014269	0.09680895041891198		0	0	False	False	0.9898989796638489	0					non-mobilizable	other	1188.0	100.0	100.0	0.005386933396264091	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0090_000000002182	5528	0.8166378073072061	7	2	1	1	1	True	83832	fragment	False	CHI0090_000000002182	1.0		0	0	False	False	0.9996381998062134	0					non-mobilizable	other	3339.0	91.584	98.0	0.0026887546884001626	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	True
ISR0776_000000001830	14082	0.8166276597098842	14	8	5	5	7	True	22434	maximal	True	ISR0776_000000001830	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2564.0	90.289	37.0	0.0003793339909048783	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
FIJ0036_000000008313	4378	0.8166276383758836	11	2	0	2	0	True	63476	maximal	False	FIJ0011_000000009723	0.950529416455394		0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
FIJ0011_000000009723	4358	0.8166276383758836	11	2	0	2	0	True	63476	maximal	True	FIJ0011_000000009723	0.9505399006212967		2	1	True	True	0.999311625957489	2					non-mobilizable	no_good_hit								True	True
ENG0058_000000007100	4236	0.8166276383758836	10	2	0	2	0	True	63476	maximal	False	FIJ0011_000000009723	0.6122839222885116		0	0	True	True	0.9969310760498047	3					non-mobilizable	no_good_hit								True	True
ENG0040_000000005241	4153	0.8166276383758836	9	2	0	2	0	True	64872	maximal	True	ENG0040_000000005241	1.0		1	1	True	True	1.0	47					non-mobilizable	no_good_hit								True	True
DEN0083_000000014311	2035	0.8166276383758836	3	2	0	2	0	True	69103	maximal	True	DEN0083_000000014311	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0787_000000007125	2007	0.816625005035271	3	2	1	1	2	False	52573	fragment	False	FIJ0076_000000007218	0.9792548857006561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	93.182	50.0	0.016636468456596935	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0064_000000013690	1937	0.816625005035271	2	2	1	1	2	False	52573	fragment	False	FIJ0076_000000007218	0.9565210562500172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	94.286	47.0	0.014972821610937243	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0001_000000010332	1929	0.816625005035271	2	2	1	1	2	False	52573	fragment	False	FIJ0076_000000007218	0.9454306294488328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	92.06	51.0	0.016339976939548674	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0322_000000005968	1905	0.816625005035271	3	2	1	1	2	False	52573	fragment	False	FIJ0076_000000007218	0.9490631640334521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	94.286	48.0	0.014972821610937243	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0280_000000007199	1856	0.816625005035271	2	2	1	1	2	False	52573	fragment	False	FIJ0076_000000007218	0.8089096291797304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	93.15899999999999	53.0	0.016339976939548674	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0081_000000013054	1816	0.816625005035271	2	2	1	1	2	False	52573	fragment	False	FIJ0076_000000007218	0.7972800114898927		0	0	False	False	0.9994493126869202	0					non-mobilizable	no_good_hit	952.0	92.43700000000001	52.0	0.01563169164882227	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0027_000000003923	6571	0.8166243114512567	8	3	1	3	0	True	37257	maximal	True	ISR0027_000000003923	1.0		1	1	True	True	1.0	115					non-mobilizable	no_good_hit								True	True
ISR0254_000000002007	4280	0.8166208569547494	6	4	3	2	3	False	115228	fragment	False	ISR0254_000000002007	0.8551819974396203		0	0	False	False	1.0	0					non-mobilizable	other	4280.0	99.13600000000001	100.0	0.03307953015460328	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0780_000000002205	5004	0.8166173940172129	3	2	2	2	1	False	96493	maximal	True	ISR0780_000000002205	0.978229014025539		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	87.04299999999999	7.0	8.361038010285474e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0078_000000020472	2186	0.81660767896216	2	2	1	1	2	False	82867	fragment	False	MON0078_000000020472	0.9524245196706314		0	0	False	False	0.9981701970100403	0	IncK2/Z				non-mobilizable	plasmid	2022.0	97.676	92.0	0.021411300585390685	LR595889.1	enterobacteria	Escherichia coli strain VREC-hospital6489712 genome assembly, plasmid: 1	False	True
MAD0102_000000005096	3318	0.8166076440437532	3	3	2	2	3	False	15016	fragment	False	MAD0102_000000005096	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3318.0	99.21600000000001	100.0	0.0006794968732286631	CP025676.1	enterobacteria	Escherichia albertii strain ChinaSP140150 chromosome, complete genome	False	False
ISR0001_000000018982	1258	0.8165943261801178	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6486404369516167		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	99.523	100.0	0.004366053844524024	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
FIJ0036_000000009237	4005	0.8165934721755922	5	5	4	5	4	False	72183	fragment	False	FIJ0036_000000009237	1.0		0	0	False	False	0.9975031018257141	0					non-mobilizable	no_good_hit	114.0	83.333	3.0	3.7972795204578436e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	False
ISR0325_000000005518	3374	0.8165896050128385	4	4	4	4	4	False	24881	maximal	True	ISR0325_000000005518	1.0		5	2	False	False	0.9967397451400757	0					non-mobilizable	no_good_hit	178.0	74.719	5.0	0.0021879674153553286	NZ_PVXP01000011.1	firmicutes	Clostridium luticellarii strain DSM 29923 CLLU_contig000011, whole genome shotgun sequence	True	False
ISR0324_000000008227	3840	0.8165863615425243	7	7	1	2	7	False	132316	fragment	False	ISR0324_000000008227	1.0		0	0	False	True	0.992968738079071	0	rep_cluster_663				non-mobilizable	other	2728.0	99.78	100.0	0.07271418286537078	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0014_000000006884	5136	0.8165629312469509	7	4	2	3	2	False	107994	fragment	False	ISR0014_000000006884	1.0		0	0	False	False	0.9972741603851318	0					non-mobilizable	no_good_hit	295.0	94.915	6.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0098_000000000730	10836	0.8165547238885558	6	6	3	3	6	True	107459	fragment	False	CHI0098_000000000730	1.0		0	0	False	False	0.9999077320098877	0					non-mobilizable	other	10737.0	99.991	99.0	0.26397187184972093	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0175_000000017400	1435	0.8165489956114659	3	1	1	1	1	True	119668	fragment	False	ENG0175_000000017400	0.9779093449017773		0	0	False	False	0.9937282204627991	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.0003984857541342897	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
MAD0101_000000005468	4748	0.8165385264982657	5	4	3	3	4	False	37615	fragment	False	MAD0101_000000005468	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4748.0	99.579	100.0	0.0010291569909938465	CP057101.1	enterobacteria	Escherichia fergusonii strain RHB38-C04 chromosome, complete genome	False	False
SPA0067_000000005004	4446	0.8165169556309355	6	5	5	5	5	False	68976	maximal	True	SPA0067_000000005004	1.0		36	6	False	False	1.0	0					non-mobilizable	other	4446.0	100.0	100.0	0.015850657918197054	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	False	False
ISR0126_000000011523	4216	0.8165139550454406	7	4	2	3	3	False	104909	fragment	False	ISR0856_000000000942	0.8046526442584478		0	0	False	False	1.0	0					non-mobilizable	plasmid	4217.0	97.72399999999999	100.0	0.3401371520774506	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0817_000000003229	3597	0.8165139550454406	6	4	2	3	3	False	104898	fragment	False	ISR0213_000000006700	0.9838474693359931		0	0	False	False	0.9997220039367676	0					non-mobilizable	plasmid	3598.0	97.58200000000001	100.0	0.2901976603469141	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0061_000000008090	3000	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.8394719435975526		0	0	False	False	1.0	0					non-mobilizable	plasmid	2922.0	96.715	100.0	0.23565954013715207	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0066_000000011475	2917	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.8420424731341252		0	0	False	False	1.0	0					non-mobilizable	plasmid	2917.0	97.49700000000001	100.0	0.2352561516740621	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0007_000000008545	2893	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.8404895235187341		0	0	False	False	1.0	0					non-mobilizable	plasmid	2893.0	97.166	100.0	0.23331988705123033	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0012_000000008218	2883	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.8411211080577848		0	0	False	False	1.0	0					non-mobilizable	plasmid	2881.0	97.431	99.0	0.23235175473981445	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0109_000000012108	2871	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.7656264211801649		0	0	False	False	0.9582027196884155	0					non-mobilizable	plasmid	2873.0	97.494	99.0	0.23162565550625253	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0212_000000012218	2832	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.8178971399581768		0	0	False	False	0.9975282549858093	0					non-mobilizable	plasmid	2830.0	96.78399999999999	99.0	0.2281565147236789	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0057_000000011024	2831	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.819764404661155		0	0	False	False	1.0	0					non-mobilizable	plasmid	2830.0	97.244	99.0	0.2282371924162969	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0802_000000005391	2804	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.8033858455192115		0	0	False	False	1.0	0					non-mobilizable	plasmid	2804.0	97.07600000000001	100.0	0.22613957240822913	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0079_000000019487	2789	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.7889469681125335		0	0	False	False	1.0	0					non-mobilizable	plasmid	2790.0	97.025	100.0	0.22501008471157724	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0050_01_000000004827	2770	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.6379668830360958		0	0	False	False	1.0	0					non-mobilizable	plasmid	2770.0	97.329	100.0	0.22339653085921743	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0112_000000011717	2762	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.7741661033637358		0	0	False	False	0.9992758631706238	0					non-mobilizable	plasmid	2762.0	97.212	100.0	0.2227511093182735	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0183_000000010169	2748	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.7833485351624668		0	0	False	False	0.9963610172271729	0					non-mobilizable	plasmid	2732.0	97.10799999999999	99.0	0.22033077853973376	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0004_000000009680	2736	0.8165139550454406	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.24220731136903814		0	0	False	False	0.9981725215911865	0					non-mobilizable	plasmid	2673.0	96.296	98.0	0.2155707946752723	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0068_000000015932	2654	0.8165139550454406	4	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.24123339265924218		0	0	False	False	0.9788997769355774	0					non-mobilizable	plasmid	2597.0	96.53399999999999	98.0	0.20943929003630496	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0089_000000009622	2535	0.8165139550454406	4	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.14438785602890145		0	0	False	False	0.9889546632766724	0					non-mobilizable	plasmid	2454.0	97.514	97.0	0.19790237999193222	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0019_01_000000004936	5751	0.8164953208217007	5	3	3	2	3	False	125517	fragment	False	USA0125_01_000000004163	0.8632654498873406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2268.0	82.055	59.0	0.0009890294885104233	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0016_000000004912	6334	0.8164896076398894	11	3	0	3	1	True	62451	fragment	False	SPA0016_000000004912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0221_000000016018	1394	0.8164703008006393	2	2	2	1	1	False	101922	fragment	False	DEN0081_000000006108	0.9680847337785862		0	0	False	False	0.9956958293914795	0					non-mobilizable	chromosome	1394.0	99.641	100.0	0.0002684542029270951	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0816_000000016855	2382	0.8164676703508926	3	3	3	3	2	False	21423	maximal	True	ISR0816_000000016855	1.0		3	2	False	False	0.9995802044868469	0					non-mobilizable	no_good_hit	1519.0	98.618	64.0	0.020806206225414275	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
ISR0219_000000026897	1210	0.8164615752230222	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.07824703988818599		0	0	False	False	0.9958677887916565	0					non-mobilizable	chromosome	1210.0	98.84299999999999	100.0	0.00038968284844302523	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0333_000000005055	3827	0.8164612766338245	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9934746223449202	PS984	0	0	True	True	0.9997386932373047	2					non-mobilizable	no_good_hit	103.0	90.291	5.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0106_000000005993	3779	0.8164612766338245	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9908820814807234	PS984	0	0	False	True	0.9994707703590393	0					non-mobilizable	no_good_hit	79.0	91.139	2.0	0.0007001873474253922	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0342_000000004765	3760	0.8164612766338245	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9864516430096321	PS984	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	91.139	2.0	0.0007001873474253922	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0056_000000011667	1875	0.8164418472260025	3	2	2	2	1	False	109509	fragment	False	ISR0250_000000006525	0.9775303731122041		0	0	False	False	0.9941333532333374	0					non-mobilizable	other	1864.0	98.605	99.0	0.012782248934812588	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
MON0060_000000035886	1200	0.8164377358250358	1	1	1	1	1	False	10861	fragment	False	MON0060_000000035886	1.0		0	0	False	False	0.9933333396911621	0					non-mobilizable	other	1200.0	97.917	100.0	0.01603383433489032	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ENG0154_000000005129	5227	0.8164349800958636	4	2	1	2	2	False	117751	maximal	True	ENG0154_000000005129	1.0	PS794	13	4	False	True	0.999808669090271	0					non-mobilizable	no_good_hit	1560.0	97.62799999999999	39.0	0.00047061565221171245	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ISR0064_000000014878	1534	0.8164332401248732	2	2	2	2	2	False	109501	fragment	False	ISR0255_000000018047	0.37415332392126815		0	0	False	False	0.9993481040000916	0					non-mobilizable	other	1534.0	99.28299999999999	100.0	0.010518082456826462	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ISR0238_000000010431	1445	0.8164301785447103	2	2	2	2	2	False	27288	maximal	True	ISR0238_000000010431	1.0		62	8	False	False	0.9737024307250977	0					non-mobilizable	other	1445.0	98.478	100.0	0.0008695228041990003	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0014_000000005790	6040	0.8164284397621917	6	5	4	5	2	False	131519	maximal	True	ISR0014_000000005790	1.0		6	2	False	False	0.999834418296814	0					non-mobilizable	no_good_hit	3983.0	97.96600000000001	66.0	0.019026504274035176	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CAN0012_000000038461	1151	0.8164251013265884	2	1	1	1	1	True	93951	fragment	False	CAN0012_000000038461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	4.0	0.001076171977531629	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
USA0058_01_000000009404	2006	0.8164249696886446	3	3	3	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.8715126262040231		0	0	False	False	1.0	0					non-mobilizable	other	2001.0	99.7	100.0	0.00038144506266093406	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
SPA0120_000000030392	1308	0.8164196895667378	2	2	2	2	2	False	28842	fragment	False	SPA0120_000000030392	1.0		0	0	False	False	0.9992354512214661	0					non-mobilizable	other	1301.0	99.385	99.0	0.012086502166273081	NZ_CYYA01000012.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0007_000000009503	1863	0.8164194423406758	2	2	2	2	2	False	51573	fragment	False	FIJ0007_000000009503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	78.557	62.0	0.01615878767913029	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0066_000000001994	7920	0.8164154074995216	7	6	4	3	4	False	121559	fragment	False	CAN0017_000000004497	0.9381775725220202		0	0	False	False	0.9987373948097229	0					non-mobilizable	other	7921.0	99.74799999999999	100.0	0.0015337420342350435	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0258_000000006483	3129	0.8164118564284166	3	3	3	3	3	False	71840	maximal	True	ISR0258_000000006483	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	74.182	9.0	0.00241959965000625	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
FIJ0002_000000000283	55290	0.8164116376662652	57	17	8	10	9	True	112555	fragment	False	FIJ0002_000000000283	0.9771356435948336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	99.17399999999999	0.0	0.0006592247516920102	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
FIJ0006_000000000268	46470	0.8164116376662652	49	17	8	10	9	True	112555	fragment	False	FIJ0002_000000000283	0.855871628242302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	99.18	0.0	0.0006647182912894436	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0354_000000000128	46417	0.8164116376662652	50	17	8	10	9	True	112555	fragment	False	FIJ0002_000000000283	0.8551968562608967		0	0	False	False	0.9999784827232361	0					non-mobilizable	no_good_hit	121.0	99.17399999999999	0.0	0.0006592247516920102	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
CHI0122_000000001322	10642	0.8164108590051593	15	14	3	7	13	True	82460	maximal	True	CHI0122_000000001322	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	4943.0	99.85799999999999	68.0	0.005421329822251481	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0329_000000013039	1337	0.8164104949656156	3	2	1	1	2	False	24688	maximal	True	ISR0329_000000013039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000004939	5051	0.8163998201244861	7	6	5	6	6	False	31609	maximal	True	ISR0132_000000004939	1.0		1	1	False	False	0.9990100860595703	0					non-mobilizable	no_good_hit	830.0	73.133	16.0	0.00020993288314678343	NZ_CP011144.1	g-proteobacteria	Pseudoxanthomonas suwonensis strain J1 chromosome, complete genome	True	False
CHI0061_000000000571	7489	0.8163979743371828	8	3	2	2	1	False	132498	fragment	False	ISR0032_000000003111	0.7321008974553985		0	0	False	False	0.9997329711914062	0					non-mobilizable	no_good_hit	2721.0	97.20700000000001	36.0	0.4401813177918083	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0844_000000001953	6993	0.8163955953213703	8	7	0	3	7	False	78693	backbone	False	ISR0383_000000001180	0.9937264455406295	PS381	0	0	True	True	1.0	11	rep_cluster_2350	MOBP,MOBP		MOBP	mobilizable	plasmid	6922.0	99.85600000000001	100.0	0.9894195024306548	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
USA0052_01_000000002138	8316	0.8163901392392474	9	4	2	3	1	True	77445	fragment	False	USA0052_01_000000002138	0.9802045728038508		0	0	False	False	0.999879777431488	0					non-mobilizable	no_good_hit	2057.0	91.152	73.0	0.16448748991121873	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0782_000000002454	5557	0.8163849331189562	7	4	2	2	2	False	113349	fragment	False	ISR0782_000000002454	0.9891702194720893		0	0	False	False	0.9965808987617493	0					non-mobilizable	no_good_hit	3187.0	95.984	57.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0055_000000024468	1488	0.816375884121985	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.10867057171407915	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	90.10700000000001	100.0	0.0004635364784542645	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0071_000000002640	11851	0.8163664829918953	12	7	3	4	4	False	59040	maximal	True	FIJ0071_000000002640	1.0		5	1	True	True	1.0	14					non-mobilizable	no_good_hit	871.0	74.742	7.0	0.1243561442236939	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0130_000000001784	11828	0.8163664829918953	13	7	3	4	4	False	59040	maximal	False	FIJ0071_000000002640	1.0		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	871.0	74.742	7.0	0.1243561442236939	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0002_000000002717	11828	0.8163664829918953	13	7	3	4	4	False	59040	maximal	False	FIJ0071_000000002640	1.0		0	0	True	True	0.9999154806137085	5					non-mobilizable	no_good_hit	871.0	74.742	7.0	0.1243561442236939	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
MON0022_000000005982	4037	0.8163655695303236	3	3	3	3	2	False	27133	maximal	True	MON0022_000000005982	1.0		10	2	False	False	1.0	0					non-mobilizable	other	4037.0	99.331	100.0	0.001996069187833276	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
SPA0051_000000015949	1532	0.8163503277176121	3	3	3	3	2	False	105771	fragment	False	SPA0051_000000015949	0.9875178316690443		0	0	False	False	1.0	0					non-mobilizable	other	1532.0	100.0	100.0	0.011215542060114133	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	False	False
SPA0075_000000001404	8529	0.8163450460885625	11	4	4	3	3	False	29828	maximal	True	SPA0075_000000001404	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	71.138	9.0	0.009959282491471332	NZ_QLTA01000026.1	b-proteobacteria	Acidovorax anthurii strain CFPB 3232 Ga0074828_1026, whole genome shotgun sequence	True	False
DEN0082_000000007151	5125	0.8163395225546293	9	4	3	3	4	False	92284	maximal	True	DEN0082_000000007151	1.0		1	1	False	False	0.9986341595649719	0					non-mobilizable	no_good_hit	2217.0	77.131	44.0	0.0003332627242447262	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
ENG0203_000000004620	3422	0.8163395225546293	5	4	3	3	4	False	92282	fragment	False	ENG0203_000000004620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2217.0	77.176	68.0	0.0003332627242447262	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
ISR0226_000000005288	1514	0.8163380551203683	2	2	2	2	1	False	27648	fragment	False	ISR0226_000000005288	1.0		0	0	False	False	0.9993395209312439	0					non-mobilizable	no_good_hit	738.0	95.39299999999999	49.0	0.11931358264529707	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0144_000000009097	1927	0.8163361890659839	3	3	3	2	2	False	102239	fragment	False	SPA0054_000000012699	0.3533565967712905		0	0	False	False	0.9922158718109131	0					non-mobilizable	chromosome	1934.0	97.053	100.0	0.0002728955788797467	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0146_000000019111	2143	0.8163293872275406	4	2	2	2	1	False	31008	maximal	True	ISR0146_000000019111	1.0		1	1	False	False	0.9995333552360535	0					non-mobilizable	no_good_hit	1008.0	80.556	47.0	0.028091628863655575	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
MON0090_000000015724	3590	0.816326577484133	6	3	1	2	2	False	11413	maximal	True	MON0090_000000015724	1.0		2	1	False	False	1.0	0					non-mobilizable	other	3368.0	77.791	92.0	0.0014179153649142534	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
MON0050_000000014698	2404	0.8163222602904433	4	4	1	3	1	True	131224	maximal	True	MON0050_000000014698	1.0		8	5	False	False	1.0	0					non-mobilizable	other	1227.0	91.60600000000001	97.0	0.008302864623962989	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0052_000000009164	3569	0.8163192566419508	4	3	1	2	1	True	35803	maximal	True	ISR0052_000000009164	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	76.667	22.0	0.05540568582693505	NZ_LFVU01000020.1	firmicutes	Clostridium cylindrosporum DSM 605 CLCY_16c, whole genome shotgun sequence	True	True
ISR0254_000000001030	6370	0.8163188413907965	10	7	5	7	5	False	26933	maximal	True	ISR0254_000000001030	1.0		8	1	False	False	0.9967032670974731	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	1.0	0.0008023081789147239	NZ_WSXR01000010.1	bacteria	Desulfurobacterium thermolithotrophum strain HR11 Seq10, whole genome shotgun sequence	True	False
SPA0074_000000000102	54682	0.8163152903679987	91	24	16	20	18	False	20669	maximal	True	SPA0074_000000000102	1.0		1	1	False	False	0.9997256994247437	0					non-mobilizable	no_good_hit	1146.0	75.567	2.0	0.0013319602269387487	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0066_000000024609	1454	0.8163121682367105	3	2	2	2	2	False	44962	fragment	False	MAD0101_000000017142	0.6437908496732025		0	0	False	False	0.9697386622428894	0					non-mobilizable	other	1451.0	98.001	99.0	0.06825777903309325	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0039_000000007166	3571	0.8163097593523757	5	3	1	2	2	False	121250	maximal	True	SPA0039_000000007166	1.0		0	0	False	False	0.9977597594261169	0					non-mobilizable	no_good_hit	794.0	97.985	22.0	0.0044134752917735715	NZ_AGDG01000029.1	CFB group bacteria	Bacteroides faecis MAJ27 contig029, whole genome shotgun sequence	True	False
ISR0350_000000000875	14556	0.8163082999550445	21	11	8	10	9	True	126210	maximal	True	ISR0350_000000000875	1.0	PS943|PS946|PS949	1	1	True	True	1.0	16					non-mobilizable	no_good_hit	1602.0	73.346	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0065_000000000125	35585	0.81630587821886	36	15	7	8	9	True	112553	fragment	False	MAD0065_000000000125	0.9888989707091616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0062717770034843206	XR_004690012.1	wasps, ants, and bees	PREDICTED: Chelonus insularis mitogen-activated protein kinase kinase kinase 15 (LOC118064029), transcript variant X4, misc_RNA	True	True
FIJ0067_000000000609	35267	0.81630587821886	36	15	7	8	9	True	112553	fragment	False	MAD0065_000000000125	0.9846018847922173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	99.31	0.0	0.0007910697020304122	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
DEN0061_000000016181	2566	0.8163023249882092	2	1	1	1	1	False	73741	fragment	False	MAD0068_000000009481	0.4750965250965251		0	0	False	False	0.9984411597251892	0					non-mobilizable	no_good_hit	119.0	83.193	5.0	0.0005738000900272555	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
MON0012_000000008966	4374	0.8163021181254704	5	5	4	4	4	False	126232	maximal	True	MON0012_000000008966	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	482.0	72.61399999999999	11.0	0.0001694049596726087	NZ_CP021255.1	d-proteobacteria	Desulfobulbus oralis strain HOT041/ORNL chromosome, complete genome	True	False
MON0038_000000003443	6061	0.8162988336901598	11	4	4	4	4	True	55514	fragment	False	MON0038_000000003443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4133.0	99.29799999999999	68.0	0.0011022402526296247	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0096_000000006521	3748	0.8162971564086515	4	4	3	4	3	False	129052	maximal	True	ISR0096_000000006521	1.0		78	11	False	False	0.9981323480606079	0					non-mobilizable	no_good_hit	2021.0	94.755	85.0	0.005634368532330676	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
CHI0106_000000011130	1801	0.8162848553468509	2	2	2	2	2	False	83149	maximal	True	CHI0106_000000011130	1.0		4	3	False	False	0.9994447231292725	0					non-mobilizable	no_good_hit								True	False
MAD0008_000000000366	15834	0.8162817638368991	28	6	1	6	2	False	19849	fragment	False	MAD0008_000000000366	1.0		0	0	False	False	0.9989263415336609	0					non-mobilizable	no_good_hit								True	False
MON0033_000000004271	13931	0.8162817638368991	24	6	1	6	2	False	15254	fragment	False	MON0033_000000004271	1.0		0	0	False	False	0.9996410608291626	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000001354	13670	0.8162817638368991	23	6	1	6	2	False	15253	fragment	False	MAD0099_000000001354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0032_01_000000008756	2770	0.8162785220639613	2	2	2	1	0	True	131099	fragment	False	SPA0150_000000005539	0.5099254395002272		0	0	False	False	0.9960289001464844	0					non-mobilizable	no_good_hit	84.0	86.905	3.0	2.6430102210362342e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MAD0078_000000007427	1391	0.8162746661847116	2	2	2	2	2	True	16194	maximal	True	MAD0078_000000007427	1.0		11	5	False	False	0.9755571484565735	0					non-mobilizable	no_good_hit	87.0	79.31	6.0	0.000479012887178037	NZ_OGVE01000004.1	firmicutes	Helcococcus massiliensis strain Marseille-P4590, whole genome shotgun sequence	True	True
ENG0139_000000010649	1928	0.8162722813827196	2	2	2	2	2	False	118616	fragment	False	ISR0833_000000003530	0.4736292428198433		0	0	False	False	0.9989626407623291	0					non-mobilizable	other	1329.0	88.412	98.0	0.00031739441241999814	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
AST0061_000000025204	1668	0.8162722813827196	2	2	2	2	2	False	118609	fragment	False	AST0061_000000025204	0.7110920738675122		0	0	False	False	0.9982014298439026	0					non-mobilizable	chromosome	1673.0	90.795	100.0	0.00037026424917651187	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0142_000000004660	6093	0.8162640554830178	8	6	4	4	3	True	121618	fragment	False	SPA0142_000000004660	0.9828069163827835		0	0	False	False	0.997538149356842	0					non-mobilizable	no_good_hit	1309.0	98.167	72.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0832_000000002129	5985	0.8162640554830178	8	6	4	4	3	True	121618	fragment	False	SPA0142_000000004660	0.9800120500224986		0	0	False	False	0.999498724937439	0					non-mobilizable	no_good_hit	1309.0	98.014	73.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0120_000000007175	5946	0.8162640554830178	8	6	4	4	3	True	121618	fragment	False	SPA0142_000000004660	0.9808689621641499		0	0	False	False	0.9998317956924438	0					non-mobilizable	no_good_hit	1309.0	98.243	72.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0138_000000000986	22012	0.8162619247197814	22	9	6	8	4	False	102644	maximal	True	ISR0138_000000000986	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8284.0	95.944	75.0	0.3432031185203616	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
MON0053_000000024641	1626	0.8162594594998043	2	2	2	2	2	False	85804	fragment	False	MAD0057_000000009168	0.46964561154872003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0116_000000021596	1249	0.8162539390711604	2	2	2	2	1	False	106126	fragment	False	AST0116_000000021596	0.9991511035653651		0	0	False	False	0.9991993308067322	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	5.675972897229416e-05	NZ_RRCO01000002.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_2, whole genome shotgun sequence	True	False
AUS0016_000000023987	1178	0.8162539390711604	2	2	2	2	1	False	106126	fragment	False	AST0116_000000021596	0.9707766212970377		0	0	False	False	0.9677419066429138	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	5.675972897229416e-05	NZ_RRCO01000002.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_2, whole genome shotgun sequence	True	False
ISR0226_000000005155	1544	0.8162486495130679	2	1	1	1	1	False	40043	maximal	True	ISR0226_000000005155	1.0		11	2	False	False	0.9987046718597412	0					non-mobilizable	no_good_hit	236.0	82.62700000000001	21.0	6.215439953114775e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0261_000000013413	1377	0.81623011068867	2	2	2	2	1	True	26679	fragment	False	ISR0261_000000013413	1.0		0	0	False	False	0.9992737770080566	0					non-mobilizable	no_good_hit	717.0	88.006	74.0	0.018996577432278262	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
MON0090_000000007661	6735	0.8162299197808541	10	6	1	5	3	True	19475	maximal	True	MON0090_000000007661	1.0		0	0	False	False	0.9998515248298645	0					non-mobilizable	no_good_hit	272.0	75.368	4.0	0.003752504020540022	NZ_VZBY01000044.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_16_length_70886_cov_18.5679_ID_31, whole genome shotgun sequence	True	True
MAD0101_000000017665	1626	0.816226259439983	3	3	2	3	3	False	97973	fragment	False	USA0046_01_000000005616	0.5246117565235011		0	0	False	False	1.0	0					non-mobilizable	plasmid	1626.0	99.75399999999999	100.0	0.01154406279970163	CP054455.1	enterobacteria	Escherichia coli strain SCU-487 plasmid pSCU-487-1, complete sequence	False	True
MON0021_000000006902	3741	0.8162192970143441	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9800233468080554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	86.95700000000001	5.0	0.0005427651198854826	NZ_AWET01000045.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00004, whole genome shotgun sequence	True	False
MON0080_000000011955	3741	0.8162192970143441	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9800233468080554		0	0	False	False	0.9997326731681824	0					non-mobilizable	no_good_hit	92.0	86.95700000000001	5.0	0.0005427651198854826	NZ_AWET01000045.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00004, whole genome shotgun sequence	True	False
ISR0135_000000002604	7557	0.8162176251491617	9	7	6	7	6	False	99049	fragment	False	MON0039_000000004766	0.6401543440378391		0	0	False	False	0.9994707107543945	0					non-mobilizable	no_good_hit	558.0	76.882	10.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0108_000000012713	2303	0.8162139649097254	4	4	4	4	2	False	72621	fragment	False	SPA0108_000000012713	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2303.0	99.913	100.0	0.00040180936397347917	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
USA0018_01_000000009968	2371	0.8162098081487171	3	2	2	1	0	True	1861	maximal	True	USA0018_01_000000009968	1.0		1	1	False	False	0.9995782375335693	0					non-mobilizable	other	2379.0	86.633	100.0	0.0005001179543401601	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0211_000000011353	1984	0.8162098081487171	2	2	2	1	0	True	120751	fragment	False	SPA0047_000000018674	0.8061211689921501		0	0	False	False	1.0	0					non-mobilizable	other	1985.0	95.919	100.0	0.0031658294664683767	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
DEN0090_000000015197	1840	0.8162098081487171	2	2	2	1	0	True	93468	fragment	False	ENG0044_000000008401	0.5452060875118854		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	88.93700000000001	100.0	0.0005976880295990453	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
CHI0147_000000010379	1840	0.8162098081487171	2	2	2	1	0	True	79659	fragment	False	CHI0147_000000010379	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	82.97200000000001	100.0	0.00034191591288198445	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
CAN0016_000000026784	1766	0.8162098081487171	2	2	2	1	0	True	120751	fragment	False	SPA0047_000000018674	0.4724519075094449		0	0	False	False	0.9983012676239014	0					non-mobilizable	other	1767.0	96.54799999999999	100.0	0.002817971188398767	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0170_000000027583	1704	0.8162098081487171	2	2	2	1	0	True	90706	fragment	False	ISR0170_000000027583	0.9520414776409591		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	99.941	100.0	0.006084467993125945	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0083_000000016414	1659	0.8162098081487171	2	2	2	1	0	True	120751	fragment	False	SPA0047_000000018674	0.36258719659831573		0	0	False	False	0.978300154209137	0					non-mobilizable	other	1670.0	84.19200000000001	100.0	0.0005391867542712431	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
MON0004_000000027193	1645	0.8162098081487171	2	2	2	1	0	True	110068	fragment	False	MON0004_000000027193	1.0		0	0	False	False	0.9993920922279358	0					non-mobilizable	other	1648.0	88.046	100.0	0.0005343116479939263	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0004_000000012356	1577	0.8162098081487171	2	2	2	1	0	True	38559	fragment	False	ISR0004_000000012356	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1590.0	90.25200000000001	100.0	0.0005161112512252767	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0034_000000013585	1573	0.8162098081487171	2	2	2	1	0	True	120751	fragment	False	SPA0047_000000018674	0.24329415310427968		0	0	False	False	0.9917355179786682	0					non-mobilizable	other	1573.0	99.74600000000001	100.0	0.0025084092345203065	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
CHI0180_000000008362	1562	0.8162098081487171	2	2	2	1	0	True	93466	fragment	False	CHI0180_000000008362	1.0		0	0	False	False	0.9993597865104675	0					non-mobilizable	other	1567.0	88.322	100.0	0.0005076610670112609	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0359_000000017948	1543	0.8162098081487171	2	2	2	1	0	True	90706	fragment	False	ISR0170_000000027583	0.9099178403755869		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	90.485	100.0	0.005516393764760105	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0084_01_000000020993	1537	0.8162098081487171	2	2	2	1	0	True	79344	fragment	False	USA0084_01_000000020993	1.0		0	0	False	False	0.9986987709999084	0					non-mobilizable	other	1538.0	94.66799999999999	100.0	0.000569830817787037	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0231_000000012655	1533	0.8162098081487171	2	2	2	1	0	True	71833	fragment	False	ISR0327_000000018001	0.9452670621297271		0	0	False	False	1.0	0					non-mobilizable	other	1533.0	97.978	100.0	0.002444582027535057	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0039_000000017485	1498	0.8162098081487171	2	2	2	1	0	True	64918	fragment	False	ENG0039_000000017485	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1517.0	86.15700000000001	100.0	0.0005549818062486125	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0139_000000018207	1496	0.8162098081487171	2	2	2	1	0	True	42599	fragment	False	ISR0139_000000018207	1.0		0	0	False	False	0.9986631274223328	0					non-mobilizable	other	1374.0	92.14	100.0	0.0005096923210564181	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
AST0089_000000015867	1485	0.8162098081487171	2	2	2	1	0	True	110067	fragment	False	AST0089_000000015867	0.9555800293685757		0	0	False	False	0.9946128129959106	0					non-mobilizable	other	1457.0	87.57700000000001	98.0	0.0005386478935563457	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MON0095_000000021303	1481	0.8162098081487171	2	2	2	1	0	True	93463	fragment	False	MON0095_000000021303	0.9485134155184917		0	0	False	False	0.9898716807365417	0					non-mobilizable	other	1484.0	90.36399999999999	100.0	0.00048101048602859544	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ENG0012_000000016707	1381	0.8162098081487171	2	2	2	1	0	True	67040	fragment	False	ENG0012_000000016707	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	93.994	100.0	0.0005119196727871818	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0222_000000032921	1380	0.8162098081487171	2	2	2	1	0	True	66962	fragment	False	ISR0222_000000032921	0.9513207547169811		0	0	False	False	0.9956521987915039	0					non-mobilizable	other	1361.0	99.927	99.0	0.002170125037498484	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
CAN0014_000000036029	1379	0.8162098081487171	2	2	2	1	0	True	93463	fragment	False	MON0095_000000021303	0.9179608372721134		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	91.818	100.0	0.00044818477042799534	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0263_000000011779	1362	0.8162098081487171	2	2	2	1	0	True	110067	fragment	False	AST0089_000000015867	0.9178451178451179		0	0	False	False	0.9919236302375793	0					non-mobilizable	other	1364.0	89.956	100.0	0.0005041239417295089	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0168_000000018219	1341	0.8162098081487171	2	2	2	1	0	True	30121	fragment	False	ISR0168_000000018219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	90.92299999999999	100.0	0.00043550949410697153	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ENG0013_000000020635	1325	0.8162098081487171	2	2	2	1	0	True	66962	fragment	False	ISR0222_000000032921	0.9340579710144927		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	95.098	100.0	0.0004918735072103088	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0153_000000023713	1243	0.8162098081487171	2	2	2	1	0	True	30654	fragment	False	ISR0153_000000023713	1.0		0	0	False	False	0.9991955161094666	0					non-mobilizable	other	1249.0	87.43	100.0	0.00046106180826807814	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0059_000000015044	1212	0.8162098081487171	2	2	2	1	0	True	122964	fragment	False	ISR0784_000000005990	0.04189044121517021		0	0	False	False	0.9958745837211609	0					non-mobilizable	other	1212.0	98.762	100.0	0.04140454048140044	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0255_000000029918	1153	0.8162098081487171	2	2	2	1	0	True	42598	fragment	False	FIJ0102_000000028113	0.9518329070758738		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	99.82700000000001	100.0	0.0018382235611751866	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0199_000000012976	1956	0.8162088665754315	3	3	3	3	3	False	54273	maximal	True	ENG0199_000000012976	1.0		21	9	False	False	0.9872187972068787	0					non-mobilizable	no_good_hit	260.0	73.462	13.0	0.000557343488406388	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
ISR0370_000000011440	2313	0.8162080213511503	4	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.8042489379698777		0	0	False	False	1.0	0					non-mobilizable	chromosome	2064.0	92.006	98.0	0.0005515096034490521	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0007_000000011549	2277	0.8162080213511503	3	2	2	1	2	False	108488	fragment	False	DEN0007_000000011549	1.0		0	0	False	False	0.9925340414047241	0					non-mobilizable	no_good_hit	1891.0	94.553	83.0	0.013389436040076065	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0104_000000017558	1955	0.8162080213511503	3	2	2	1	2	False	107855	fragment	False	AST0104_000000017558	0.9710342411625478		0	0	False	False	1.0	0					non-mobilizable	other	1958.0	94.43299999999999	99.0	0.0067144305276360325	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ITA0008_000000000941	1812	0.8162080213511503	2	2	2	1	2	False	107855	fragment	False	AST0104_000000017558	0.8479365627409148		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	94.76899999999999	100.0	0.006226483170970568	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0004_000000006736	1775	0.8162080213511503	3	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.349173716211519		0	0	False	False	0.998873233795166	0					non-mobilizable	other	1779.0	96.12100000000001	100.0	0.01261601339653166	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0110_000000003357	8135	0.8162026521600476	9	6	4	6	4	False	59826	fragment	False	ENG0110_000000003357	1.0		0	0	False	False	0.998401939868927	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000005157	8209	0.8161876887853733	11	8	5	6	7	True	126946	fragment	False	MON0031_000000004127	0.9678636560602315		0	0	False	True	1.0	0					non-mobilizable	other	8130.0	99.988	99.0	0.012258946104677645	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0067_000000017844	1760	0.8161799597892461	2	2	2	2	1	True	45193	fragment	False	FIJ0067_000000017844	0.9573134328358209		0	0	False	False	0.9982954263687134	0					non-mobilizable	no_good_hit	94.0	77.66	5.0	4.814888472528968e-05	CP059430.1	firmicutes	Carnobacteriaceae bacterium zg84 chromosome, complete genome	True	True
ISR0849_000000000762	20429	0.8161769473608149	16	14	10	13	14	False	20924	maximal	True	ISR0849_000000000762	1.0		1	1	False	False	0.9998041987419128	0					non-mobilizable	no_good_hit	2026.0	74.235	13.0	0.0005231081430589359	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0358_000000002608	5931	0.8161702005931182	5	3	2	2	2	True	29364	maximal	True	ISR0358_000000002608	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	75.039	11.0	0.014000178062678063	NZ_CZBO01000008.1	firmicutes	Clostridium baratii strain 2789STDY5834956, whole genome shotgun sequence	True	True
DEN0079_000000003445	8949	0.8161689045244576	16	5	1	5	1	True	69646	fragment	False	DEN0079_000000003445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0207_000000001938	8057	0.8161630894958267	9	6	4	6	2	False	96802	maximal	False	MON0046_000000002062	0.5451733250630835		0	0	False	False	0.9997517466545105	0					non-mobilizable	no_good_hit	853.0	95.193	11.0	0.005486029985994488	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
AST0097_000000011442	1900	0.8161625669482313	4	3	3	3	2	False	108986	fragment	False	AST0097_000000011442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	75.439	27.0	0.002600760063080065	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0032_000000016841	1716	0.8161580550520349	2	2	2	2	2	False	64416	fragment	False	SPA0032_000000016841	0.930661205383265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0003_000000015807	2119	0.8161446079109911	3	3	3	2	1	False	130138	fragment	False	ISR0172_000000007380	0.9826245999085506		0	0	False	False	0.9995280504226685	0					non-mobilizable	no_good_hit	692.0	87.428	47.0	0.0025659402072804377	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0158_000000020524	1133	0.8161433619614994	2	2	2	2	2	False	90561	fragment	False	CHI0006_000000014034	0.9638816362053959		0	0	False	False	0.9788172841072083	0					non-mobilizable	other	1105.0	87.602	97.0	0.009403905447070914	NZ_WNCH01000003.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold3_size116760, whole genome shotgun sequence	False	False
USA0111_01_000000012030	2097	0.8161405695773528	3	2	2	2	2	True	40365	fragment	False	USA0111_01_000000012030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	94.639	46.0	0.0003258231325672675	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0134_000000017637	2229	0.8161356526794235	4	4	3	3	3	True	87541	fragment	False	ISR0391_000000005657	0.942076378418904		0	0	False	False	1.0	0					non-mobilizable	chromosome	2229.0	99.23700000000001	100.0	0.0004074987088243159	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
AST0108_000000013631	2053	0.8161347508698295	3	3	3	3	3	False	107203	fragment	False	ISR0208_000000013442	0.5050103908906592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	77.741	14.0	9.60502550777908e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0048_000000010101	3093	0.8161321660855747	5	4	4	3	3	False	46787	maximal	True	FIJ0048_000000010101	1.0		5	1	False	False	0.9996767044067383	0					non-mobilizable	no_good_hit	2570.0	82.646	85.0	0.0008541161571198882	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
DEN0035_000000026970	1319	0.816117193508009	2	1	1	1	1	False	73391	maximal	True	DEN0035_000000026970	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0235_000000000024	86598	0.8161166908178796	96	28	20	25	16	True	95901	maximal	True	ISR0235_000000000024	1.0	PS511	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1792.0	99.944	2.0	0.00911603475392814	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
TAN0013_000000002007	3819	0.8161096780031534	4	4	4	4	4	False	2576	maximal	True	TAN0013_000000002007	1.0		1	1	False	False	0.9803613424301147	0					non-mobilizable	no_good_hit	1453.0	72.815	38.0	0.0035330994336215255	NZ_FRAC01000009.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
DEN0069_000000018336	1475	0.8161035901889514	1	1	1	1	1	False	70690	fragment	False	DEN0069_000000018336	0.97524454813197		0	0	False	False	0.9830508232116699	0					non-mobilizable	no_good_hit	1131.0	90.45100000000001	77.0	0.10265744448489261	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
AST0025_000000021862	1722	0.8161021516454984	3	2	2	2	1	True	120179	maximal	True	AST0025_000000021862	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	74.51	9.0	0.0023897868058612667	NZ_FNEM01000022.1	g-proteobacteria	Ferrimonas sediminum strain DSM 23317, whole genome shotgun sequence	True	True
MON0078_000000037976	1253	0.8160973555517395	2	2	2	2	2	False	10133	fragment	False	MON0078_000000037976	1.0		0	0	False	False	0.994413435459137	0					non-mobilizable	no_good_hit	146.0	81.507	11.0	0.0001960561186646796	NZ_FOME01000002.1	high GC Gram+	Saccharopolyspora jiangxiensis strain CGMCC 4.3529, whole genome shotgun sequence	True	False
ISR0149_000000002882	5243	0.8160929966817597	5	4	2	4	2	False	30884	maximal	True	ISR0149_000000002882	1.0		1	1	False	False	0.9998092651367188	0					non-mobilizable	no_good_hit	896.0	72.768	17.0	0.009906713668771182	NZ_FQZY01000015.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0154_000000029384	1372	0.8160884284808326	2	2	2	1	1	False	41075	maximal	True	FIJ0154_000000029384	1.0		1	1	False	False	0.9992711544036865	0					non-mobilizable	no_good_hit	1050.0	95.14299999999999	77.0	0.015015745777268823	NZ_JH379471.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1440, whole genome shotgun sequence	True	False
USA0130_01_000000005301	7458	0.8160858110331527	5	5	5	4	4	True	86974	fragment	False	USA0130_01_000000005301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2139.0	92.146	29.0	0.0006935651197196099	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
MON0058_000000036363	1451	0.8160850191897167	2	2	2	2	2	False	10991	maximal	True	MON0058_000000036363	1.0		58	11	False	False	0.9993107914924622	0					non-mobilizable	no_good_hit	252.0	75.794	17.0	0.001002718753693959	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0107_000000008328	5943	0.8160733628033319	6	2	2	2	2	False	14787	maximal	True	MON0107_000000008328	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	99.354	23.0	0.02990140270229631	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0098_000000036382	1262	0.8160698270235708	2	2	2	2	1	False	15267	maximal	True	MAD0098_000000036382	1.0		8	3	False	False	0.991283655166626	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000001272	12298	0.8160663042365358	15	5	4	4	4	True	76330	fragment	False	ISR0385_000000001272	0.963701096742511		0	0	False	False	0.9995121359825134	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.6158429847771405e-07	CP050567.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 08a	True	True
CHI0018_000000009228	1894	0.816059567650181	3	3	3	3	3	False	89544	fragment	False	CHI0077_000000006296	0.634305754822254		0	0	False	False	0.9968320727348328	0					non-mobilizable	chromosome	1894.0	99.63	100.0	0.0007423520678210967	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0123_000000000582	23655	0.8160544827185564	10	9	7	9	4	True	108378	fragment	False	ISR0123_000000000582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	78.571	0.0	1.7509992429184718e-05	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	True
SPA0137_000000005845	6182	0.8160501803344611	7	5	4	3	4	False	130242	fragment	False	SPA0137_000000005845	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6182.0	99.806	100.0	0.001121652983685856	CP046426.1	CFB group bacteria	Phocaeicola dorei strain JR03 chromosome, complete genome	False	False
USA0038_01_000000003306	6191	0.8160405927206008	6	5	3	5	4	False	95409	maximal	True	USA0038_01_000000003306	1.0		5	2	False	False	0.9996769428253174	0					non-mobilizable	no_good_hit	608.0	83.553	11.0	0.000170962516111576	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0107_000000015176	1929	0.8160404183875022	3	3	3	3	3	False	68341	maximal	True	ENG0107_000000015176	1.0		6	4	False	False	0.9906687140464783	0					non-mobilizable	no_good_hit	333.0	98.79899999999999	26.0	0.000980235847106828	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
MON0043_000000009529	2791	0.8160362802276707	5	5	2	2	4	True	129858	maximal	True	MON0043_000000009529	1.0		2	1	False	False	0.9996417164802551	0					non-mobilizable	no_good_hit	2438.0	98.89299999999999	87.0	0.0006754393404474807	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	True
FIJ0083_000000005910	5460	0.8160333182088887	7	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5875056026732474	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	98					non-mobilizable	other	4689.0	99.744	92.0	0.9461150353178608	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0105_000000005116	5456	0.8160333182088887	6	6	4	4	5	True	128685	backbone	True	FIJ0105_000000005116	0.5875678340419198	PS1045|PS1046|PS656|PS658	49	3	True	True	1.0	19					non-mobilizable	other	3866.0	99.69	92.0	0.7800201816347124	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0034_000000005297	5456	0.8160333182088887	6	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5875581787869523	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	11					non-mobilizable	other	3100.0	99.742	92.0	0.6254288597376387	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0062_000000005108	5456	0.8160333182088887	7	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5874914600405465	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	21					non-mobilizable	other	4685.0	99.744	92.0	0.9453077699293643	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0154_000000005903	5456	0.8160333182088887	7	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5874914600405465	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	29					non-mobilizable	other	4685.0	99.744	92.0	0.9453077699293643	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0090_000000006939	5456	0.8160333182088887	6	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5875620250868748	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	23					non-mobilizable	other	3833.0	99.68700000000001	92.0	0.7733602421796165	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0037_000000004638	5456	0.8160333182088887	7	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5874914600405465	PS1045|PS1046|PS656|PS658	0	0	True	True	0.9998167157173157	3					non-mobilizable	other	4685.0	99.744	92.0	0.9453077699293643	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
SPA0107_000000005443	5456	0.8160333182088887	7	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.587155636388985	PS1045|PS1046|PS656|PS658	0	0	True	True	0.9998167157173157	28					non-mobilizable	other	4955.0	99.859	92.0	0.9997981836528759	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0142_000000005422	5456	0.8160333182088887	6	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5875340912634196	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	37					non-mobilizable	other	3790.0	99.68299999999999	92.0	0.7646821392532795	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0148_000000003131	5436	0.8160333182088887	6	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5873058872712871	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	33					non-mobilizable	other	3088.0	99.838	92.0	0.6230070635721493	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0093_000000004043	5436	0.8160333182088887	6	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5874657747073029	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	6					non-mobilizable	other	3088.0	99.838	92.0	0.6230070635721493	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0007_000000003167	5407	0.8160333182088887	7	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5872006841571192	PS1045|PS1046|PS656|PS658	0	0	False	True	1.0	0					non-mobilizable	other	4905.0	99.715	92.0	0.98970736629667	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0168_000000003362	5374	0.8160333182088887	8	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5864213477812948	PS1045|PS1046|PS656|PS658	0	0	False	True	0.9977670311927795	0					non-mobilizable	other	4879.0	99.67200000000001	92.0	0.9842583249243189	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0123_000000031613	1128	0.8160332169164115	3	2	2	1	1	False	41278	maximal	True	FIJ0123_000000031613	1.0		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	75.0	44.0	0.00016776611185057453	NC_020134.1	firmicutes	Thermoclostridium stercorarium subsp. stercorarium DSM 8532, complete sequence	True	False
USA0053_01_000000006771	3093	0.8160306401055952	6	4	3	3	4	False	104880	maximal	True	USA0053_01_000000006771	1.0		2	1	False	False	0.9964435696601868	0					non-mobilizable	no_good_hit	1552.0	97.552	52.0	0.12496974586526825	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ENG0137_000000006618	2574	0.8160195488271138	3	2	2	2	1	False	57987	fragment	False	ENG0137_000000006618	1.0		0	0	False	False	0.999222993850708	0					non-mobilizable	no_good_hit	211.0	75.355	8.0	8.81183187901574e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0062_000000004700	3679	0.8160170987446773	5	3	3	2	3	False	71735	maximal	True	DEN0062_000000004700	1.0		1	1	False	False	0.9994563460350037	0					non-mobilizable	no_good_hit	393.0	84.478	11.0	0.003648480110198991	NZ_CABKPS010000088.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0379_000000009824	2451	0.8160152476335812	4	4	4	4	3	False	76221	fragment	False	ISR0379_000000009824	1.0		0	0	False	False	0.9898000955581665	0					non-mobilizable	no_good_hit	172.0	75.0	7.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
USA0011_01_000000021007	1723	0.8160126902267012	4	2	1	2	2	False	2011	maximal	True	USA0011_01_000000021007	1.0		1	1	False	False	0.9936158061027527	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.070666526540837e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0026_000000008347	2701	0.8160073404480687	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.9939489806409804		0	0	False	False	1.0	0		MOBV			mobilizable	other	2701.0	100.0	100.0	0.005354338203798011	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0133_000000009914	2503	0.8160067809291264	3	2	2	2	1	False	115900	fragment	False	FIJ0126_000000010686	0.23457781336669004		0	0	False	False	0.9832201600074768	0					non-mobilizable	no_good_hit	1209.0	84.119	48.0	0.00041332581624137406	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0813_000000021517	1450	0.8159921613508481	3	2	2	2	2	False	77116	fragment	False	ISR0813_000000021517	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	97.241	100.0	0.0004023859906359865	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0040_000000016699	1574	0.8159583531096105	3	3	1	2	3	False	36472	fragment	False	ISR0040_000000016699	1.0		0	0	False	False	0.9993646740913391	0					non-mobilizable	other	1427.0	96.426	91.0	0.5021141649048626	DQ664500.1	firmicutes	Enterococcus hirae hiracin JM79 operon, complete sequence; putative mobilization protein and relaxase/mobilization nuclease domain protein genes, complete cds; and hypothetical protein gene, partial cds	False	False
MON0004_000000006693	4803	0.8159581624842862	7	6	5	5	4	True	89554	fragment	False	MON0004_000000006693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006087662337662338	NZ_AVCH01000073.1	g-proteobacteria	Arenimonas malthae CC-JY-1 contig17, whole genome shotgun sequence	True	True
ISR0195_000000002618	8579	0.8159555431023053	8	8	6	6	7	True	130125	maximal	True	ISR0195_000000002618	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	4260.0	95.634	74.0	0.0014261493932722236	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0041_000000010846	1409	0.8159538277326326	3	2	2	2	1	False	36407	maximal	True	ISR0041_000000010846	1.0		0	0	False	False	0.9992902874946594	0					non-mobilizable	no_good_hit	283.0	99.29299999999999	20.0	0.0028117615386916337	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	True	False
SPA0047_000000005215	7514	0.8159337271440722	16	6	5	5	4	True	110422	fragment	False	SPA0047_000000005215	1.0		0	0	False	False	0.9981368184089661	0					non-mobilizable	no_good_hit	2761.0	98.37	59.0	0.015885815660027416	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0136_000000002674	5535	0.8159332799497193	9	6	4	5	5	False	80634	maximal	True	CHI0136_000000002674	1.0		2	1	False	False	1.0	0					non-mobilizable	other	5215.0	91.02600000000001	94.0	0.0017426636386412679	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
SPA0104_000000009556	3697	0.8159330946210399	5	3	3	2	2	False	111006	fragment	False	SPA0104_000000009556	0.9989985693848356		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	70.0	95.714	3.0	0.0018220793140407289	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
ENG0053_000000007415	3495	0.8159330946210399	4	3	3	2	2	False	111006	fragment	False	SPA0104_000000009556	0.9717338382472275		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	94.73700000000001	3.0	0.0019828510182207932	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
ENG0028_000000004675	3405	0.8159330946210399	5	3	3	2	2	False	111004	backbone	False	ISR0073_000000007893	0.9462667351516458	PS702	0	0	False	True	0.9991189241409302	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007770632368703108	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
DEN0078_000000008785	3277	0.8159330946210399	3	3	3	2	2	False	111004	backbone	False	ISR0073_000000007893	0.9670107762728262	PS702	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007770632368703108	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
DEN0096_000000013329	3264	0.8159330946210399	3	3	3	2	2	False	111004	backbone	False	ISR0073_000000007893	0.9749297772103316	PS702	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007770632368703108	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
DEN0018_000000011270	3247	0.8159330946210399	3	3	3	2	2	False	111004	backbone	False	ISR0073_000000007893	0.9708360028190275	PS702	0	0	False	True	0.9993840456008911	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007770632368703108	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
DEN0063_000000015109	3034	0.8159330946210399	3	3	3	2	2	False	111004	backbone	False	ISR0073_000000007893	0.8153118020068919	PS702	0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
SPA0025_000000005862	3585	0.8159274058037549	7	2	1	2	1	False	7571	fragment	False	SPA0025_000000005862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	407.0	82.801	11.0	0.08012358393408857	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0213_000000006699	3571	0.8159216860366364	4	3	3	3	2	True	79367	fragment	False	ISR0213_000000006699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1701.0	89.124	48.0	0.0006295980892291952	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
DEN0005_000000023847	1588	0.8159204744191945	3	2	2	2	2	False	80183	fragment	False	ENG0028_000000010875	0.9430190287030249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	73.577	15.0	0.001557155422353976	NZ_PZZW01000007.1	a-proteobacteria	Rhodobacter johrii strain JA192 Ga0191650_107, whole genome shotgun sequence	True	False
DEN0035_000000005217	5495	0.8159200510706588	5	5	5	4	5	False	73509	maximal	True	DEN0035_000000005217	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	2220.0	93.10799999999999	81.0	0.00043141200683023624	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	False
USA0003_01_000000014124	2804	0.8159192877305742	5	4	3	3	1	False	53531	maximal	True	USA0003_01_000000014124	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	72.749	15.0	0.001475563876195546	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
SPA0136_000000026834	1582	0.8159162339136866	4	1	1	1	1	False	3601	fragment	False	SPA0136_000000026834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	92.337	33.0	0.2910112359550562	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ENG0168_000000018720	1655	0.8159077868846599	2	1	1	1	1	False	55974	maximal	True	ENG0168_000000018720	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	71.903	65.0	0.0002875491229751749	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
SPA0119_000000025206	1254	0.8159053128376057	2	2	1	1	0	True	4200	maximal	True	SPA0119_000000025206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0143_000000003775	9377	0.8159035132800477	10	5	3	3	4	False	86482	maximal	True	ISR0143_000000003775	1.0		1	1	False	False	0.9998933672904968	0					non-mobilizable	no_good_hit	137.0	96.35	1.0	0.020133212231304876	MK231453.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_2-CL09_c3 sequence	True	False
USA0036_01_000000004162	9455	0.8159006672928607	14	9	3	6	6	True	116727	fragment	False	USA0036_01_000000004162	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9455.0	100.0	100.0	0.0016805653127337575	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0820_000000005385	3681	0.8158970888634393	4	4	4	4	4	False	91322	fragment	False	ISR0177_000000006777	0.9819713386102294		0	0	False	False	0.9991850256919861	0					non-mobilizable	no_good_hit	3212.0	76.58800000000001	86.0	0.01035350664956238	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	True	False
USA0018_01_000000008041	3013	0.8158968201487344	4	4	4	3	3	False	1867	maximal	True	USA0018_01_000000008041	1.0		1	1	False	False	0.9990043044090271	0					non-mobilizable	other	3052.0	76.14699999999999	100.0	0.018198543874407655	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	False	False
ISR0075_000000025676	1100	0.8158860300536033	1	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.04311111111111111		0	0	False	False	0.9827272891998291	0					non-mobilizable	other	1099.0	94.81299999999999	99.0	0.015684593957574457	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0181_000000014787	1416	0.8158858932261404	3	1	1	1	1	False	77416	fragment	False	CHI0181_000000014787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0095_000000019446	1846	0.8158805129567335	3	3	1	3	3	False	20265	maximal	True	MAD0095_000000019446	1.0		2	1	False	False	0.9972914457321167	0					non-mobilizable	no_good_hit								True	False
SPA0158_000000002388	5668	0.815876782921556	11	4	1	3	1	True	56426	fragment	False	SPA0156_000000002235	0.9605471678522278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.1343184258685098e-05	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	True
SPA0156_000000002235	5668	0.815876782921556	11	4	1	3	1	True	56426	fragment	False	SPA0156_000000002235	0.9605471678522278		0	0	False	False	0.9996471405029297	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.1343184258685098e-05	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	True
ISR0323_000000002847	5656	0.815876782921556	10	4	1	3	1	True	56426	fragment	False	SPA0156_000000002235	0.9509375389642954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.139340175543876e-07	CP023120.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-08	True	True
ISR0239_000000008255	1836	0.8158752979793734	3	3	2	3	1	False	97051	fragment	False	MON0102_000000022911	0.9590539165818921		0	0	False	False	0.9972766637802124	0					non-mobilizable	no_good_hit	612.0	85.78399999999999	33.0	0.00028122507800148306	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
AST0055_000000008311	3972	0.8158717681220157	4	3	3	3	3	False	113926	fragment	False	AST0055_000000008311	1.0		0	0	False	True	0.9992446899414062	0					non-mobilizable	no_good_hit	1002.0	75.649	31.0	0.00026320754993159	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
DEN0070_000000016786	2018	0.8158619525635362	3	2	2	2	2	False	70609	maximal	True	DEN0070_000000016786	1.0		2	2	False	False	0.9910802841186523	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000006071	5254	0.8158523826688497	6	4	3	4	2	False	99242	fragment	False	SPA0062_000000006071	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2976.0	86.626	56.0	0.03831050169131275	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	True	True
ISR0334_000000007558	2676	0.8158429181810649	3	3	3	3	3	False	131818	maximal	True	ISR0334_000000007558	1.0		52	7	False	False	0.9951419830322266	0					non-mobilizable	no_good_hit	2015.0	91.464	75.0	0.0005657707032309851	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0190_000000007193	3222	0.8158413431726427	4	3	2	3	2	False	110055	fragment	False	SPA0025_000000006085	0.9168688737006243		0	0	False	False	0.9965859651565552	0					non-mobilizable	other	1969.0	98.476	100.0	0.03141327794199888	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0167_000000010078	2470	0.8158412234314444	5	3	2	3	2	False	56063	maximal	True	ENG0167_000000010078	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	77.69800000000001	5.0	3.291988577290978e-05	CP015607.1	firmicutes	Bacillus safensis strain U14-5, complete genome	True	False
SPA0018_000000011338	2603	0.8158407716669014	4	4	4	4	3	False	12440	fragment	False	USA0093_01_000000007082	0.995045731707317		0	0	False	False	1.0	0					non-mobilizable	chromosome	2603.0	100.0	100.0	0.00036753327962996943	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0001_000000007548	3836	0.8158367353852529	5	5	4	5	5	False	98933	maximal	True	ISR0001_000000007548	1.0		39	7	False	False	1.0	0					non-mobilizable	other	3836.0	99.45299999999999	100.0	0.0153035164168622	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
SPA0031_000000013078	2385	0.8158341066791795	4	1	1	1	1	False	7282	fragment	False	SPA0031_000000013078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	95.37899999999999	55.0	0.0681031364646308	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
ENG0105_000000009457	2306	0.8158341066791795	3	1	1	1	1	False	67438	fragment	False	ENG0105_000000009457	1.0		0	0	False	False	0.9848222136497498	0					non-mobilizable	no_good_hit								True	False
ENG0148_000000019831	1855	0.8158341066791795	2	1	1	1	1	False	65563	fragment	False	ENG0148_000000019831	0.9882972498537156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000019576	1709	0.8158341066791795	2	1	1	1	1	False	65563	fragment	False	ENG0148_000000019831	0.9498652291105121		0	0	False	False	0.9888823628425598	0					non-mobilizable	no_good_hit	51.0	98.039	3.0	1.2258895115590348e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AUS0018_000000020366	1399	0.815829574591621	2	1	1	1	1	True	99857	fragment	False	AUS0018_000000020366	1.0		0	0	False	False	0.9892780780792236	0					non-mobilizable	other	1399.0	100.0	100.0	0.0017709675335286718	NZ_CZBZ01000001.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
MAD0024_000000011745	1353	0.8158150400952335	1	1	1	1	1	False	19176	maximal	True	MAD0024_000000011745	1.0		35	8	False	False	0.9985218048095703	0					non-mobilizable	no_good_hit	1062.0	74.765	77.0	0.0170075769893662	NZ_FQXK01000032.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ISR0344_000000022007	1578	0.8157785256862203	2	2	2	2	2	False	24251	maximal	True	ISR0344_000000022007	1.0		1	1	False	False	0.9961977005004883	0					non-mobilizable	other	1578.0	95.564	100.0	0.0004183273537545344	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
SPA0136_000000009556	4008	0.815770875025045	4	4	4	4	4	False	3631	fragment	False	SPA0136_000000009556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	72.861	9.0	0.00012168602586267878	FP929056.1	bacteria	Fretibacterium fastidiosum draft genome	True	False
USA0027_01_000000009283	2936	0.815770798002838	3	2	2	2	1	False	54796	fragment	False	USA0027_01_000000009283	1.0		0	0	False	False	0.9989781975746155	0					non-mobilizable	no_good_hit	114.0	95.61399999999999	4.0	0.0006411274765676418	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0293_000000029510	1181	0.8157632035458658	2	2	2	2	1	True	25799	fragment	False	ISR0293_000000029510	1.0		0	0	False	False	0.9830651879310608	0					non-mobilizable	no_good_hit	43.0	93.023	4.0	0.0011725293132328308	NZ_LDAQ01000116.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_116, whole genome shotgun sequence	True	True
ISR0392_000000000502	33037	0.8157565201326961	27	11	6	9	4	True	111617	fragment	False	ISR0392_000000000502	1.0		0	0	False	False	0.9999394416809082	0					non-mobilizable	no_good_hit	533.0	98.311	2.0	0.0021722265321955005	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0160_000000016032	1240	0.815743695323635	2	2	2	2	2	False	56447	fragment	False	ENG0160_000000016032	1.0		0	0	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	620.0	77.903	50.0	0.00027702643256278777	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	False
SPA0059_000000013661	1802	0.8157418974743404	2	2	1	2	2	False	61472	fragment	False	SPA0059_000000013661	0.9956990625032099		0	0	False	False	0.9961154460906982	0					non-mobilizable	other	1802.0	99.889	100.0	0.014637754189762512	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0059_000000007487	3498	0.8157361709438229	5	5	3	5	4	False	101877	fragment	False	ISR0776_000000006444	0.820736582744397		0	0	False	False	0.9974271059036255	0					non-mobilizable	no_good_hit	283.0	74.558	8.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0162_000000016654	2376	0.8157222718195115	4	3	3	2	2	False	114368	maximal	True	ISR0162_000000016654	1.0		104	11	False	False	0.9987373948097229	0					non-mobilizable	no_good_hit	1506.0	84.927	70.0	0.00047279639842615534	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0168_000000009508	1685	0.8157104134733967	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.023825137182158465		0	0	False	False	1.0	0					non-mobilizable	other	1684.0	97.15	100.0	0.0005088743083481994	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
TAN0015_000000003555	1660	0.8157104134733967	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.018786552743707653		0	0	False	False	1.0	0					non-mobilizable	other	1660.0	96.506	100.0	0.003289943363000333	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
USA0026_01_000000005046	6879	0.8157050195698338	9	2	1	2	1	False	64744	fragment	False	USA0026_01_000000005046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	9.45206627277948e-06	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
SPA0098_000000029401	1315	0.8157009532699261	2	1	1	1	1	False	5041	maximal	True	SPA0098_000000029401	1.0		1	1	False	False	0.9992395639419556	0					non-mobilizable	no_good_hit	135.0	78.51899999999999	10.0	0.012654587287891862	NZ_RHLQ01000073.1	firmicutes	Lysinibacillus halotolerans strain MCCC 1A12703 NODE_73_length_10431_cov_88.457614, whole genome shotgun sequence	True	False
DEN0063_000000007233	5561	0.8156944600551617	6	4	3	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9742816537362556	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5561.0	99.155	100.0	0.001074723392848877	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0093_000000012159	2667	0.8156826627951185	5	4	4	4	2	False	68492	maximal	True	DEN0093_000000012159	1.0		3	2	False	False	0.9981252551078796	0					non-mobilizable	other	2664.0	99.662	99.0	0.000760055392996873	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0143_000000001181	25594	0.8156775249014001	55	12	10	10	6	False	31164	maximal	True	ISR0143_000000001181	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.2190930573179945e-06	CP043633.1	CFB group bacteria	Nonlabens sp. Ci31 chromosome, complete genome	True	False
CHI0185_000000012179	1638	0.8156730607979458	3	3	3	2	2	False	77868	fragment	False	USA0034_01_000000031681	0.991494532199271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.2033308197089545e-05	CP003126.1	bacteria	Thermus sp. CCB_US3_UF1, complete genome	True	False
ISR0121_000000003860	5843	0.8156681076947396	5	4	2	3	2	False	104443	maximal	True	ISR0121_000000003860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	99.81	9.0	0.001378280293998192	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
ENG0136_000000003519	3463	0.8156605467919518	4	4	4	4	2	False	96624	fragment	False	FIJ0011_000000011874	0.48192419825072885		0	0	False	False	0.9956684708595276	0					non-mobilizable	no_good_hit	59.0	89.831	2.0	1.7737496670396637e-05	AP022810.1	d-proteobacteria	Desulfuromonas sp. AOP6 DNA, complete genome	True	False
ENG0091_000000004029	5495	0.8156545039312412	5	3	3	1	1	False	61197	fragment	False	ENG0091_000000004029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	74.692	22.0	0.018033130635353323	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	True	False
DEN0007_000000016430	1557	0.8156540725010112	3	3	3	3	3	False	76275	fragment	False	DEN0073_000000028334	0.5731133215588162		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	99.165	100.0	0.0226225265698376	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0110_000000020275	1292	0.8156539727303298	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.10461437018175164		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	96.594	100.0	0.00038595483162533623	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
AST0003_000000024539	1291	0.8156539727303298	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.0971526644398096		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	99.845	100.0	0.0004423787907832951	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
MON0028_000000022361	1178	0.8156539727303298	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.05567299808698634		0	0	False	False	0.9881154298782349	0					non-mobilizable	other	1179.0	99.661	100.0	0.00040397070972304	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ISR0233_000000005294	2552	0.815651021628215	2	2	2	2	2	True	61525	fragment	False	ISR0233_000000005294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	95.852	62.0	0.00035382565585027507	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0147_000000012467	1970	0.8156482502531656	3	1	1	1	1	False	30948	fragment	False	ISR0147_000000012467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	75.758	8.0	0.01178245563618076	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
BAN0013_000000000045	3979	0.8156422336918501	4	4	3	4	3	False	98716	fragment	False	BAN0013_000000000045	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3979.0	99.02	100.0	0.0721331689272503	LS999563.1	enterobacteria	Escherichia coli isolate EC-TO143 genome assembly, plasmid: 4	False	True
DEN0052_000000025889	1750	0.8156361987175967	2	2	2	2	2	False	72257	maximal	True	DEN0052_000000025889	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	77.612	8.0	3.0470245920276447e-05	NZ_CP031223.1	firmicutes	Psychrobacillus glaciei strain PB01 chromosome, complete genome	True	False
ISR0386_000000017213	1759	0.8156315043576687	3	3	3	3	2	False	104728	fragment	False	ISR0386_000000017213	0.9923500611995104		0	0	False	False	0.9937464594841003	0					non-mobilizable	virus	1740.0	99.655	99.0	0.41672657560508025	MK231602.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G16_1-CL14_c5 sequence	False	False
FIJ0072_000000021046	1255	0.8156252242235001	1	1	1	1	1	False	51654	fragment	False	FIJ0072_000000021046	0.996007438593086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000031961	1254	0.8156252242235001	1	1	1	1	1	False	51654	fragment	False	FIJ0072_000000021046	0.995874636468252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0027_000000014009	1240	0.8156252242235001	1	1	1	1	1	False	51654	fragment	False	FIJ0072_000000021046	0.9872323087908769		0	0	False	False	0.999193549156189	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000010165	3166	0.8156237722380758	4	3	3	3	2	False	41363	fragment	False	FIJ0123_000000010165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	81.25	3.0	0.004	NZ_CAKP01000094.1	firmicutes	Caloramator australicus RC3, whole genome shotgun sequence	True	False
SPA0029_000000002382	8484	0.8156227754608563	12	4	1	3	1	True	7405	maximal	True	SPA0029_000000002382	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
ENG0046_000000001767	10221	0.8156193143738903	11	9	2	6	4	False	111566	fragment	False	ENG0046_000000001767	1.0		0	0	False	False	0.9999021887779236	0					non-mobilizable	chromosome	10116.0	99.891	99.0	0.0018351713168256816	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0096_000000025379	1478	0.8156190757924711	2	2	2	2	1	True	42983	maximal	True	FIJ0096_000000025379	1.0		0	0	False	False	0.9878214001655579	0					non-mobilizable	no_good_hit	906.0	99.779	70.0	0.00020604816244882662	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0780_000000002367	4676	0.8156166259160548	6	6	6	6	5	False	104536	fragment	False	ENG0135_000000003373	0.28922429158715884		0	0	False	False	0.9991445541381836	0					non-mobilizable	other	4676.0	98.26799999999999	100.0	0.01869252299080368	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
MON0020_000000018831	1176	0.815615623431903	2	2	2	2	2	False	13088	fragment	False	MON0100_000000037192	0.9643146796431468		0	0	False	False	0.9829931855201721	0					non-mobilizable	other	1179.0	79.729	99.0	0.0015345308794829286	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
MAD0040_000000004832	5046	0.8156152575584198	4	3	3	3	1	True	19826	fragment	False	MAD0100_000000007136	0.9940223085417734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	75.472	36.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0106_000000003874	4403	0.8156152575584198	5	3	3	3	1	True	19826	fragment	False	MAD0100_000000007136	0.5377420251763081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	75.27	34.0	0.39973036737445233	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MAD0086_000000001550	4253	0.8156152575584198	5	3	3	3	1	True	19826	fragment	False	MAD0100_000000007136	0.5320704854566837		0	0	False	False	0.999294638633728	0					non-mobilizable	no_good_hit	1210.0	75.289	35.0	0.40141557128412536	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MAD0096_000000004252	3893	0.8156152575584198	4	3	3	3	1	True	19826	fragment	False	MAD0100_000000007136	0.17321643783822105		0	0	False	False	0.9979450106620789	0					non-mobilizable	no_good_hit	303.0	90.759	25.0	0.10511660285415941	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0071_000000004045	8351	0.8156131632657345	16	3	2	3	2	False	52633	maximal	True	FIJ0071_000000004045	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1841.0	95.492	59.0	0.032609080920143196	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0069_000000009570	2482	0.8156079523763511	3	3	3	3	3	False	25747	maximal	True	SPA0069_000000009570	1.0		40	6	False	False	1.0	0					non-mobilizable	other	2482.0	98.59	100.0	0.007608888997932934	NZ_JAAIPW010000002.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_2_length_326066_cov_251.654, whole genome shotgun sequence	False	False
ISR0813_000000002919	8927	0.8155975328179843	14	8	5	7	3	True	118924	maximal	True	ISR0813_000000002919	1.0		38	7	False	False	0.9987677931785583	0					non-mobilizable	no_good_hit	4139.0	98.405	62.0	0.0011081240381239658	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
AST0028_000000002088	8642	0.8155975328179843	13	8	5	7	3	True	118924	maximal	False	ISR0813_000000002919	0.9840371905455361		0	0	False	False	0.9988428354263306	0					non-mobilizable	no_good_hit	3913.0	98.569	62.0	0.001047603005592304	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CAN0010_000000007996	1644	0.8155967061717364	4	3	2	3	2	False	110473	fragment	False	FIJ0108_000000009949	0.4934655324588818		0	0	False	False	0.9987834692001343	0					non-mobilizable	chromosome	1644.0	94.221	100.0	0.00043976057301258235	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0051_000000007524	3581	0.8155804592987199	5	2	1	2	2	False	64084	fragment	False	ENG0051_000000007524	1.0		0	0	False	False	0.9997207522392273	0					non-mobilizable	other	3583.0	98.381	100.0	0.006460144103968451	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	False	False
ENG0130_000000002444	10482	0.8155706160731897	11	8	5	8	5	True	58479	fragment	False	ENG0130_000000002444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	97.697	16.0	0.00952941844293702	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0303_000000013381	1123	0.8155698128832832	2	2	2	2	2	False	25502	maximal	True	ISR0303_000000013381	1.0		102	10	False	False	0.9572573304176331	0					non-mobilizable	no_good_hit	80.0	100.0	7.0	2.6590937471915426e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0174_000000012421	1243	0.8155694655060225	2	2	2	2	2	False	77777	maximal	True	CHI0174_000000012421	1.0		2	2	False	False	0.991150438785553	0					non-mobilizable	no_good_hit	324.0	71.914	26.0	5.9929775957463514e-05	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
CHI0049_000000000064	53209	0.8155581113481084	60	23	14	21	12	True	86862	maximal	True	CHI0049_000000000064	1.0		2	1	False	False	0.999887228012085	0					non-mobilizable	no_good_hit	114.0	83.333	0.0	4.087060221372698e-05	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	True	True
MON0037_000000021028	3117	0.8155436857289897	5	5	5	5	5	False	86226	fragment	False	MON0037_000000021028	0.9739199999999999		0	0	False	False	1.0	0					non-mobilizable	other	1872.0	98.50399999999999	100.0	0.05129540781357094	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ENG0006_000000018937	1166	0.8155398412319702	3	3	2	3	2	False	67559	maximal	True	ENG0006_000000018937	1.0		1	1	False	False	0.9708404541015625	0					non-mobilizable	no_good_hit	54.0	88.889	5.0	0.00018141117355915032	NZ_SRSH01000002.1	g-proteobacteria	Methylotetracoccus oryzae strain C50C1 NODE_2_length_292154_cov_244.014786, whole genome shotgun sequence	True	False
USA0006_01_000000001691	12726	0.8155387272773654	20	9	5	6	5	False	2142	maximal	True	USA0006_01_000000001691	1.0		1	1	False	False	0.9997642636299133	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	6.277038757410623e-05	NZ_SPFU01000002.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_2_length_605381_cov_32.3905, whole genome shotgun sequence	True	False
CHI0066_000000007724	1352	0.8155320737485822	2	2	2	2	2	False	85200	maximal	False	USA0046_01_000000007939	0.9693593314763231		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	87.5	4.0	0.00011244991700707212	NZ_AP023274.1	a-proteobacteria	Agrobacterium vitis strain VAR06-30 plasmid pRvVAR0630a, complete sequence	True	False
ISR0208_000000004026	6004	0.8155288800527455	9	7	4	7	4	False	109005	maximal	True	ISR0208_000000004026	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	90.0	2.0	3.941634415412191e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0184_000000006356	1817	0.8155267094883069	2	2	2	2	2	False	91847	maximal	True	ISR0184_000000006356	0.9906036446469249		669	12	False	False	0.9878921508789062	0					non-mobilizable	other	1802.0	99.501	99.0	0.0038561016760446376	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
ENG0027_000000015134	1515	0.8155239269267157	2	2	2	2	0	False	65954	maximal	True	ENG0027_000000015134	1.0		9	5	False	False	1.0	0					non-mobilizable	other	1077.0	96.75	100.0	0.00026028733690010845	CP003939.1	firmicutes	Clostridioides difficile BJ08, complete genome	False	False
MON0032_000000003239	5916	0.8155228625156222	6	2	1	2	0	True	49992	fragment	False	MON0032_000000003239	1.0		0	0	False	False	0.9950980544090271	0					non-mobilizable	no_good_hit	419.0	75.656	7.0	0.0137250340633412	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
ISR0363_000000003714	4900	0.8155228625156222	4	2	1	2	0	True	49996	fragment	False	ISR0363_000000003714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.02104982680522249	KU546948.1	bacteria	Uncultured bacterium clone AX_05D_000_Contig_2 genomic sequence	True	True
FIJ0144_000000008215	3857	0.8155228625156222	5	2	1	2	0	True	44924	fragment	False	FIJ0144_000000008215	1.0		0	0	False	False	0.999740719795227	0					non-mobilizable	no_good_hit								True	True
AST0087_000000017205	2150	0.8155216020485455	2	2	2	2	2	False	110912	fragment	False	AST0087_000000017205	1.0		0	0	False	False	0.9981395602226257	0					non-mobilizable	no_good_hit	1299.0	74.365	59.0	0.00024291079029893815	CP021382.1	g-proteobacteria	Cellvibrio sp. PSBB006, complete genome	True	False
MON0066_000000028847	1273	0.8155133695436575	2	2	2	2	1	False	131585	fragment	False	ISR0255_000000013518	0.17238364535812242		0	0	False	False	1.0	0					non-mobilizable	chromosome	1273.0	100.0	100.0	0.0005376450891489104	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MAD0012_000000001786	12319	0.8155104088822309	11	4	4	3	2	False	33525	maximal	True	MAD0012_000000001786	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2121.0	97.171	18.0	0.0005729475216301885	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0016_000000015200	1599	0.8155102220282351	3	3	3	2	1	False	123287	maximal	True	AST0016_000000015200	1.0		1	1	False	False	0.9912445545196533	0					non-mobilizable	no_good_hit	692.0	70.809	42.0	0.0002717298458656666	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
MAD0106_000000002572	5912	0.8155090709392168	8	5	4	5	4	False	14749	maximal	True	MAD0106_000000002572	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	96.307	22.0	0.00028142871890712823	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0117_000000011658	1968	0.815505585798616	3	3	3	3	3	False	98916	fragment	False	ISR0025_000000016246	0.43428358863526095		0	0	False	False	1.0	0					non-mobilizable	other	1968.0	99.79700000000001	100.0	0.007849287299078996	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ISR0046_000000009027	3258	0.8155001587267937	5	2	2	2	2	False	36195	fragment	False	ISR0046_000000009027	1.0		0	0	False	False	0.9996930360794067	0					non-mobilizable	no_good_hit	460.0	72.391	14.0	0.001668807120243713	NZ_LGSS01000005.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_5c, whole genome shotgun sequence	True	False
AST0118_000000004681	5851	0.8154930623602189	8	5	2	5	5	False	106004	fragment	False	SPA0026_000000004058	0.9548117154811715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0066_000000002983	5493	0.8154894496257714	7	4	3	3	4	True	81872	fragment	False	SPA0066_000000002983	0.9561246773873338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3149.0	80.692	73.0	0.0010012509218247669	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
USA0069_01_000000015133	4074	0.8154865990490979	5	5	1	3	3	True	101519	fragment	False	USA0069_01_000000015133	1.0		0	0	False	False	0.9982817769050598	0					non-mobilizable	chromosome	4074.0	98.79700000000001	100.0	0.0006199225104472088	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
CHI0164_000000005251	4539	0.8154790779084928	6	6	3	5	6	False	78415	maximal	True	CHI0164_000000005251	1.0		10	8	False	False	0.9995594024658203	0					non-mobilizable	other	4462.0	99.664	98.0	0.0012536836265714605	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0031_000000000155	20299	0.815472031639567	18	16	10	10	14	True	123693	maximal	True	CHI0031_000000000155	1.0	PS902	7	4	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	8201.0	99.134	40.0	0.2637560771435011	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
AST0106_000000006353	3152	0.8154703546073879	1	1	1	1	1	False	107470	fragment	False	AST0106_000000006353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	0.00027213453442779547	NZ_SDFS01000008.1	firmicutes	Bacillus albus strain PG 26 NODE_8_length_180058_cov_30.252, whole genome shotgun sequence	True	False
ISR0853_000000015330	1191	0.8154660953354932	2	2	2	2	2	False	47011	fragment	False	ISR0797_000000008925	0.9343834016304269		0	0	False	False	0.9966414570808411	0					non-mobilizable	other	1185.0	95.949	99.0	0.005243522120831688	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	False	False
USA0072_01_000000000023	95369	0.8154577470695604	86	9	2	8	4	True	114211	maximal	True	USA0072_01_000000000023	1.0		1	1	True	True	1.0	315					non-mobilizable	no_good_hit	329.0	91.79299999999999	2.0	0.0018299494237904652	MT074137.1	viruses	Bacteroides phage DAC16, complete genome	True	True
MON0099_000000015121	2221	0.8154495942814336	3	3	3	3	3	False	68732	maximal	False	ISR0325_000000007499	0.4841337907375643		0	0	False	False	0.9986492395401001	0					non-mobilizable	no_good_hit	459.0	72.767	21.0	8.071308687642296e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
AST0111_000000014835	1274	0.8154406426207843	2	2	1	2	1	False	106760	fragment	False	AST0111_000000014835	1.0		0	0	False	False	0.9968602657318115	0					non-mobilizable	no_good_hit	777.0	85.071	61.0	0.0002236138544548624	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MON0055_000000004056	4053	0.8154355003093426	4	3	2	2	3	False	127339	maximal	True	MON0055_000000004056	1.0	PS1004	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2117.0	71.28	51.0	0.01780199662951145	NZ_CYYU01000006.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0145_000000008182	3884	0.8154280856168362	4	2	2	2	2	True	117394	fragment	False	ISR0145_000000008182	1.0		0	0	False	False	0.9984552264213562	0					non-mobilizable	no_good_hit	1976.0	98.07700000000001	87.0	0.030049905666118922	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
CHI0015_000000003571	2637	0.8154164732032714	4	3	2	2	2	True	120003	fragment	False	CHI0015_000000003571	0.9500054900825654		0	0	False	True	0.999620795249939	0					non-mobilizable	other	1853.0	86.4	100.0	0.0005560963302158418	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0005_000000025488	1251	0.815405858803847	2	2	2	2	2	False	19915	fragment	False	MAD0005_000000025488	0.9813587406793705		0	0	False	False	0.9992006421089172	0					non-mobilizable	no_good_hit								True	False
DEN0007_000000009850	2734	0.8154016014491992	5	2	2	2	1	True	76316	maximal	True	DEN0007_000000009850	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	99.338	6.0	0.0011606852685825712	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0227_000000001355	16290	0.8154013470921728	21	19	13	16	14	True	123635	fragment	False	ISR0227_000000001355	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	16299.0	99.92	100.0	0.1658002624645215	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0081_000000003795	2756	0.8153981059813795	4	3	3	3	2	True	127919	fragment	False	CHI0081_000000003795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	88.656	84.0	0.00027596349092035607	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0020_000000006829	3107	0.8153884084296359	2	2	2	2	0	True	131099	fragment	False	SPA0150_000000005539	0.6076079277148211		0	0	False	False	0.9932410717010498	0					non-mobilizable	no_good_hit	396.0	80.051	13.0	0.0001247371897001247	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0335_000000005556	3082	0.8153884084296359	2	2	2	2	0	True	131099	fragment	False	SPA0150_000000005539	0.6086172288688027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	79.84100000000001	12.0	0.00011893545994663053	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
SPA0151_000000005780	3035	0.8153884084296359	2	2	2	2	0	True	131099	fragment	False	SPA0150_000000005539	0.5628229367318509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	79.339	12.0	0.00011410068515205206	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0160_000000009378	2981	0.8153884084296359	2	2	2	2	0	True	131099	fragment	False	SPA0150_000000005539	0.5638322354123475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	77.536	9.0	8.573667302385833e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
SPA0036_000000008254	2922	0.8153884084296359	2	2	2	2	0	True	131099	fragment	False	SPA0150_000000005539	0.5582138341996834		0	0	False	False	0.9986310601234436	0					non-mobilizable	no_good_hit	208.0	80.76899999999999	7.0	6.607525552590585e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0388_000000012082	2824	0.8153884084296359	2	2	2	2	0	True	131099	fragment	False	SPA0150_000000005539	0.5585552979327628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	82.70700000000001	5.0	4.25460181922906e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MAD0043_000000009894	2508	0.8153884084296359	2	2	2	2	0	True	131097	fragment	False	MAD0043_000000009894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	77.893	19.0	0.00015374583846759557	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
USA0121_01_000000020555	2201	0.8153884084296359	2	2	2	2	0	True	131095	fragment	False	USA0121_01_000000020555	0.9662004662004662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	81.72	8.0	5.962888913313455e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0040_000000012483	2145	0.8153884084296359	2	2	2	2	0	True	131095	fragment	False	USA0121_01_000000020555	0.952975920036347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	77.96600000000001	14.0	9.282767605590676e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0013_000000007906	3370	0.8153817323108405	5	4	1	4	4	False	80579	fragment	False	FIJ0090_000000012292	0.940387481371088		0	0	False	False	0.9997032880783081	0					non-mobilizable	no_good_hit	307.0	88.274	9.0	0.00541144742911891	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	True	False
FIJ0090_000000012292	3355	0.8153817323108405	6	4	1	4	4	False	80579	fragment	False	FIJ0090_000000012292	0.942433234421365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	93.75	3.0	3.078687617042607e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0082_000000012906	3036	0.8153729887016883	5	4	4	4	3	False	69291	fragment	False	DEN0082_000000012906	1.0		0	0	False	False	0.9957180619239807	0					non-mobilizable	chromosome	3036.0	100.0	100.0	0.0005782462429712597	CP047609.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 chromosome, complete genome	False	False
MAD0051_000000001349	13495	0.8153697880186449	17	3	1	3	1	True	44122	maximal	True	MAD0051_000000001349	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0009267522482323059	NZ_FTNC01000030.1	firmicutes	Halanaerobium kushneri strain ATCC 700103, whole genome shotgun sequence	True	True
MON0005_000000019114	2759	0.8153637776049819	4	4	2	1	3	True	85188	fragment	False	ENG0153_000000010182	0.9700326096534084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	96.311	19.0	8.574794972417743e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0108_000000006462	1285	0.8153575613686123	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.9446767085219756		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	99.76700000000001	100.0	0.0028384598039605797	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
USA0005_01_000000005548	6488	0.8153565055089976	10	4	2	2	2	False	99358	maximal	True	USA0005_01_000000005548	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	96.977	19.0	0.9991830065359477	NZ_QEKH01000085.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_185, whole genome shotgun sequence	True	False
ISR0257_000000001558	8233	0.8153550150874791	8	8	8	7	6	False	87664	maximal	True	ISR0257_000000001558	1.0		15	4	False	False	1.0	0					non-mobilizable	other	6399.0	99.07799999999999	99.0	0.0020534302816114613	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0302_000000007209	2094	0.8153539555311932	2	2	2	2	2	False	87693	fragment	False	ISR0302_000000007209	1.0		0	0	False	False	0.9957020282745361	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	False
ISR0164_000000020922	1358	0.8153512373801238	2	2	2	2	2	False	131585	fragment	False	ISR0255_000000013518	0.17804220194836082		0	0	False	False	0.9845361113548279	0					non-mobilizable	chromosome	1358.0	99.926	100.0	0.0005735726304835466	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0102_000000021924	1322	0.8153512373801238	2	2	2	2	2	False	131585	fragment	False	ISR0255_000000013518	0.1347324111170371		0	0	False	False	0.990166425704956	0					non-mobilizable	chromosome	1322.0	100.0	100.0	0.000558356260035936	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
CAN0020_000000002052	14647	0.8153430297339157	18	11	7	7	9	True	92005	maximal	True	CAN0020_000000002052	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	7138.0	96.245	49.0	0.18890153821715072	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
CAN0019_000000000471	14630	0.8153430297339157	18	11	7	7	9	True	92005	maximal	False	CAN0020_000000002052	0.9994196763842425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7218.0	77.736	50.0	0.0018279974864393608	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
CHI0051_000000009924	1846	0.8153381780860519	3	3	1	2	2	False	86626	fragment	False	CHI0051_000000009924	1.0		0	0	False	False	0.9978331327438354	0					non-mobilizable	no_good_hit	930.0	74.086	49.0	0.0002173091703762819	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
DEN0079_000000006083	6199	0.8153378460121729	5	5	4	5	4	False	121274	fragment	False	DEN0079_000000006083	0.9622703412073491		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4280.0	99.743	69.0	0.0008057826533581025	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	True
MON0069_000000021653	2295	0.8153324457274493	2	2	2	2	1	True	10497	maximal	True	MON0069_000000021653	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	6.559245822438954e-05	NZ_QDGZ01000005.1	high GC Gram+	Nocardioides gansuensis strain WSJ-1 contig5, whole genome shotgun sequence	True	True
ISR0807_000000009362	1540	0.8153306715229426	2	2	2	2	2	False	93438	maximal	True	ISR0807_000000009362	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1310.0	99.542	92.0	0.0005226907272109438	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
SPA0101_000000002126	15412	0.8153124205560427	30	9	4	6	7	False	102984	fragment	False	SPA0101_000000002126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	0.0	1.6233080162588293e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0064_000000007922	2550	0.8152905446678401	3	3	3	3	1	False	35248	maximal	True	ISR0064_000000007922	1.0		1	1	False	False	0.9886274337768555	0					non-mobilizable	no_good_hit	257.0	72.763	10.0	4.001892548554852e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
CHI0119_000000005828	1980	0.8152862865418696	3	3	3	3	3	False	81932	maximal	True	CHI0119_000000005828	1.0		1	1	False	False	0.9969696998596191	0					non-mobilizable	chromosome	1841.0	90.005	93.0	0.0006235310068207836	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0075_000000009460	2608	0.8152794808129247	3	2	1	2	2	False	62110	maximal	True	ENG0075_000000009460	1.0		8	4	False	False	0.9965490698814392	0					non-mobilizable	no_good_hit	1708.0	97.131	65.0	0.09542176756666107	NZ_CABIWU010000047.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0117_000000018242	2075	0.8152767135703997	2	2	2	2	2	False	92166	fragment	False	CHI0168_000000007193	0.5376440017306159		0	0	False	False	0.9985542297363281	0					non-mobilizable	other	1713.0	91.068	99.0	0.000321070208921609	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
TAN0014_000000001528	2938	0.815269844644337	4	3	1	3	2	False	100373	fragment	False	TAN0014_000000001528	1.0		0	0	False	False	0.9955752491950989	0					non-mobilizable	no_good_hit	825.0	98.303	29.0	0.008061435386077127	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	False
FIJ0140_000000008169	3442	0.8152637273616208	3	3	3	3	2	False	100036	fragment	False	ISR0051_000000011811	0.966496310124233		0	0	False	False	0.9997094869613647	0					non-mobilizable	no_good_hit								True	False
ISR0096_000000007045	3407	0.8152637273616208	3	3	3	3	2	False	100036	fragment	False	ISR0051_000000011811	0.9721728013517866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0106_000000011690	3353	0.8152637273616208	3	3	3	3	2	False	100036	fragment	False	ISR0051_000000011811	0.95982746977654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000012735	2305	0.8152637273616208	3	3	3	3	2	False	36277	fragment	False	SPA0127_000000012735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0100_000000008471	3480	0.8152630426208036	3	3	3	3	1	False	60595	maximal	True	ENG0100_000000008471	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1681.0	75.55	50.0	0.0005026372645450094	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
AST0104_000000020695	1672	0.8152617963755013	2	2	2	1	1	True	107779	fragment	False	AST0104_000000020695	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	99.37100000000001	96.0	0.022681131836061415	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0085_000000026411	1185	0.8152550715116655	1	1	1	1	1	False	43879	maximal	True	FIJ0085_000000026411	1.0		20	6	False	False	0.9924050569534302	0					non-mobilizable	chromosome	951.0	96.425	94.0	0.00043979311534891966	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
CHI0108_000000003142	2483	0.8152534451389976	4	4	0	3	2	False	82917	fragment	False	CHI0108_000000003142	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2483.0	99.839	100.0	0.014477790416192727	LT844544.1	enterobacteria	Yersinia pestis isolate p21801 genome assembly, plasmid: I	False	True
CAN0007_000000015370	2676	0.8152528839009433	5	4	2	3	3	False	95363	fragment	False	CAN0007_000000015370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2297.0	74.097	84.0	0.18192819685356998	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0012_000000011445	3701	0.8152490670199419	5	4	4	4	4	False	72198	fragment	False	MON0005_000000012942	0.9687258687258687		0	0	False	False	0.9991894364356995	0					non-mobilizable	no_good_hit	1734.0	75.49	46.0	0.001775334217351781	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0057_000000017420	1522	0.8152358510635893	2	2	2	2	1	True	21505	fragment	False	MON0057_000000017420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	0.0049515608180839615	NZ_JABJWD010000130.1	a-proteobacteria	Gluconacetobacter entanii strain AV429 NODE_189_length_9200_cov_83.612610, whole genome shotgun sequence	True	True
MON0007_000000007151	6452	0.8152357535623208	8	8	8	6	7	False	13998	maximal	True	MON0007_000000007151	1.0		2	1	False	False	0.9979851245880127	0					non-mobilizable	no_good_hit	1376.0	71.73	21.0	0.010739223130146703	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MON0037_000000036475	1975	0.8152322954021308	2	2	2	2	1	True	13632	fragment	False	MON0037_000000036475	1.0		0	0	False	False	0.9924050569534302	0					non-mobilizable	no_good_hit	684.0	87.427	34.0	0.00046042005409092994	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0090_000000027653	1150	0.8152309741829438	2	2	2	2	1	False	124601	fragment	False	ENG0179_000000025647	0.9623094265936106		0	0	False	False	0.9869565367698669	0					non-mobilizable	other	1150.0	99.82600000000001	100.0	0.00047868777058982333	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	False	False
DEN0029_000000004949	2641	0.815230500262337	3	3	2	3	3	False	98915	fragment	False	ISR0239_000000004585	0.7622818737568273		0	0	False	False	1.0	0					non-mobilizable	other	2641.0	99.39399999999999	100.0	0.015032069173720367	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
USA0057_01_000000021720	1486	0.8152273116668973	2	2	2	2	1	False	6087	fragment	False	USA0057_01_000000021720	0.9746227709190672		0	0	False	False	0.9973081946372986	0					non-mobilizable	chromosome	1486.0	100.0	100.0	0.0004184052083981955	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0783_000000002076	6861	0.8152250960922531	7	5	5	5	1	False	130463	fragment	False	ISR0783_000000002076	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4293.0	99.977	99.0	0.006848659309517275	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0004_000000004219	5705	0.8152238707932368	6	5	4	5	4	False	96270	maximal	True	CAN0004_000000004219	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	1.0	0.0027823083565192363	LR828206.1	firmicutes	Streptococcus constellatus	True	False
MAD0066_000000001177	9507	0.8152172306451647	11	11	7	9	11	False	41437	maximal	True	MAD0066_000000001177	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	8438.0	98.507	96.0	0.00166605568082521	CP057491.1	enterobacteria	Escherichia coli strain RHB24-C11 chromosome, complete genome	False	False
ISR0278_000000006790	1705	0.8152128040887672	2	2	2	1	1	False	118059	fragment	False	ISR0278_000000006790	1.0		0	0	False	False	0.9782991409301758	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.001006987885630588	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0142_000000005654	5269	0.8152123306850567	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9585504931663174	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.48700000000001	100.0	0.0010199123061348325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0121_000000002463	5968	0.8152102215762865	8	2	0	1	1	False	4142	maximal	True	SPA0121_000000002463	1.0		2	1	True	True	1.0	19					non-mobilizable	no_good_hit	303.0	73.92699999999999	5.0	0.008353121944405644	CP014607.1	firmicutes	Endosymbiont 'TC1' of Trimyema compressum plasmid pTC1, complete sequence	True	True
ISR0074_000000004890	5385	0.8152075666990685	6	5	5	5	4	False	115563	fragment	False	ISR0074_000000004890	0.9709408100434376		0	0	False	False	0.9959145784378052	0					non-mobilizable	other	4839.0	98.491	100.0	0.028181081663936958	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0183_000000005513	5035	0.8152075666990685	6	5	5	5	4	False	115563	fragment	False	ISR0074_000000004890	0.9596817373293486		0	0	False	False	0.9994041919708252	0					non-mobilizable	other	5039.0	97.99600000000001	100.0	0.029346793418391436	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0119_000000000663	28414	0.8152073701686555	37	26	6	9	22	False	102748	fragment	False	ENG0183_000000000638	0.9651417905560286		0	0	False	False	0.9999648332595825	0					non-mobilizable	no_good_hit	10167.0	97.40299999999999	87.0	0.002257567983581324	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0141_000000017142	1552	0.8151954045367519	2	2	2	1	1	False	57724	fragment	False	ENG0141_000000017142	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	93.432	100.0	0.0007242361973157908	CP002888.1	firmicutes	Streptococcus salivarius 57.I, complete genome	False	False
MON0074_000000018242	1212	0.8151885434178818	2	2	2	2	2	False	10361	fragment	False	MON0074_000000018242	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	98.68	100.0	0.007609078114004223	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ETH0001_000000014355	2148	0.8151790346064471	3	3	3	3	1	False	53530	fragment	False	ETH0001_000000014355	0.9802114727149274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000001192	17535	0.8151770755510959	16	12	10	11	10	True	116284	backbone	True	ENG0054_000000001192	1.0	PS762	5	4	True	True	1.0	5					non-mobilizable	no_good_hit	5992.0	95.461	59.0	0.20906959655691243	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0259_000000006598	2329	0.8151728831555435	4	2	0	2	0	True	26746	maximal	True	ISR0259_000000006598	1.0		1	1	False	False	0.9995706081390381	0					non-mobilizable	no_good_hit	1397.0	89.477	80.0	0.0002521886436369449	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
ISR0050_000000010950	2401	0.8151696263134576	3	2	2	2	1	False	67437	fragment	False	ENG0008_000000009555	0.9753275568212386		0	0	False	False	0.9929196238517761	0					non-mobilizable	no_good_hit								True	False
ISR0384_000000018459	1126	0.8151656015239751	2	1	1	1	1	False	23067	maximal	True	ISR0384_000000018459	1.0		0	0	False	False	0.915630578994751	0					non-mobilizable	no_good_hit	887.0	99.211	79.0	0.005103275081502644	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0031_000000030294	1123	0.8151656015239751	2	1	1	1	1	False	7253	fragment	False	SPA0031_000000030294	1.0		0	0	False	False	0.9964380860328674	0					non-mobilizable	other	1124.0	98.221	100.0	0.00646261246212863	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0078_000000016861	1538	0.8151652516325175	6	5	5	3	2	True	117225	fragment	False	DEN0058_000000001076	0.2588325499291862		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	99.61	100.0	0.0004290571015387561	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
SPA0034_000000001792	14032	0.8151567770787702	18	8	1	8	2	False	86677	fragment	False	DEN0082_000000001772	0.8998588681235895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000006205	4054	0.8151497583411409	5	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.6594954549802627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2871.0	78.718	86.0	0.006809112393940568	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0012_000000005682	4043	0.8151497583411409	5	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.6406102890770198		0	0	False	False	0.9997526407241821	0					non-mobilizable	no_good_hit	2872.0	78.726	86.0	0.00681153384216032	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0019_000000024010	1212	0.8151471139642563	2	1	1	1	1	False	103797	fragment	False	MON0013_000000046514	0.9691545771352406		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	97.11200000000001	100.0	0.003314403010605542	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0153_000000003964	7118	0.8151421749840034	6	4	4	4	4	False	47528	fragment	False	FIJ0163_000000003235	0.9653322553035567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2947.0	81.37100000000001	47.0	0.04149242766726944	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
TAN0008_000000004262	3567	0.8151396102594116	4	2	2	2	1	False	60202	maximal	True	TAN0008_000000004262	1.0		2	1	False	False	0.9901878237724304	0					non-mobilizable	no_good_hit	313.0	75.08	9.0	0.0007798152320521841	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
ISR0120_000000006334	4453	0.8151374232021241	6	2	2	1	1	False	57344	maximal	True	ISR0120_000000006334	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0328_000000017331	1677	0.8151345572970327	2	2	2	2	1	False	24741	maximal	True	ISR0328_000000017331	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	77.837	33.0	0.017645942698121562	NZ_FOGW01000025.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
ISR0032_000000024682	1366	0.8151292140071469	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.28492623624767294		0	0	False	False	0.9897511005401611	0					non-mobilizable	other	1366.0	98.023	100.0	0.006194746491912793	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0081_01_000000018899	1615	0.8151231635365006	3	3	3	3	2	False	559	maximal	True	USA0081_01_000000018899	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1615.0	99.69	100.0	0.0005327323425964067	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
ISR0055_000000005251	2552	0.8151079723015833	3	2	1	2	1	False	35675	maximal	True	ISR0055_000000005251	1.0		1	1	False	False	0.9988244771957397	0					non-mobilizable	no_good_hit	1044.0	74.425	40.0	0.0002793845884681414	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ENG0174_000000018888	1126	0.8151033477813608	2	1	1	1	1	False	55622	fragment	False	ENG0174_000000018888	1.0		0	0	False	False	0.9991118907928467	0					non-mobilizable	no_good_hit	528.0	87.689	47.0	0.011857171895114845	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0014_000000008174	3019	0.8150944003682353	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.16239056602479282	PS849	0	0	False	True	0.9990062713623047	0					non-mobilizable	chromosome	3022.0	95.86399999999999	100.0	0.0006235631239892668	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0238_000000010952	1381	0.8150943383596776	2	2	1	2	1	False	113712	fragment	False	AST0055_000000021784	0.39101848904640196		0	0	False	False	0.9971035718917847	0					non-mobilizable	no_good_hit	584.0	86.64399999999999	42.0	0.00018791158034928347	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0162_000000003014	8195	0.8150901185169265	9	5	2	2	5	False	124571	maximal	True	CHI0162_000000003014	1.0		1	1	False	False	0.9995118975639343	0					non-mobilizable	no_good_hit	2896.0	82.838	74.0	0.0012662219590908852	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0208_000000021015	1445	0.8150878300904805	2	2	2	2	2	False	53813	maximal	True	ENG0208_000000021015	1.0		2	1	False	False	0.9944636821746826	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	8.758503959938603e-06	NZ_CP016364.1	a-proteobacteria	Phaeobacter porticola strain P97 chromosome, complete genome	True	False
ISR0279_000000010176	2114	0.8150877210574519	3	3	2	2	2	False	109510	fragment	False	ENG0182_000000011915	0.5144088781390749		0	0	False	False	1.0	0					non-mobilizable	other	2121.0	97.73700000000001	100.0	0.014531832122347323	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
ENG0055_000000009173	2101	0.8150877210574519	3	3	2	2	2	False	109510	fragment	False	ENG0182_000000011915	0.5961511583280512		0	0	False	False	1.0	0					non-mobilizable	other	2110.0	97.678	99.0	0.0005942566658562739	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0112_000000004149	8032	0.8150845245775105	12	10	4	5	7	True	90659	backbone	False	CHI0160_000000002674	0.9918650050429948	PS456|PS481	0	0	True	True	1.0	210		MOBB			mobilizable	no_good_hit	2931.0	95.94	69.0	0.2652690806788275	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
MON0024_000000012263	3658	0.8150777758719111	4	3	3	3	3	False	63460	maximal	True	MON0024_000000012263	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0203_000000005558	2951	0.8150740463740677	3	2	1	1	2	False	118298	maximal	True	ENG0203_000000005558	1.0		0	0	False	False	0.9898339509963989	0					non-mobilizable	no_good_hit	2400.0	86.5	81.0	0.05413645910969578	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MAD0102_000000007396	2469	0.8150715473230539	5	5	2	2	5	False	15002	maximal	True	MAD0102_000000007396	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1309.0	95.95100000000001	93.0	0.06354141365071654	CP013935.1	firmicutes	Weissella cibaria strain CMS3 plasmid, complete sequence	False	True
ISR0011_000000005004	4998	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.962530969950895	PS1155	0	0	True	True	1.0	246					non-mobilizable	no_good_hit								True	True
ISR0021_000000004354	4993	0.8150695572293715	7	2	0	1	1	False	132312	backbone	True	ISR0021_000000004354	0.9632287160841403	PS1155	31	4	True	True	1.0	104					non-mobilizable	no_good_hit								True	True
ISR0175_000000004973	4979	0.8150695572293715	7	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9630516344843172	PS1155	0	0	True	True	1.0	95					non-mobilizable	no_good_hit								True	True
ISR0355_000000003500	4890	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9610025972510896	PS1155	0	0	True	True	0.9995909929275513	37					non-mobilizable	no_good_hit								True	True
ISR0235_000000000775	4883	0.8150695572293715	7	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9495907376234732	PS1155	0	0	True	True	1.0	28					non-mobilizable	no_good_hit								True	True
ISR0201_000000005867	4854	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9566291472010223	PS1155	0	0	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
ISR0370_000000005188	4854	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9566291472010223	PS1155	0	0	True	True	1.0	48					non-mobilizable	no_good_hit								True	True
ISR0064_000000003513	4854	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9562557495743268	PS1155	0	0	True	True	0.9997940063476562	36					non-mobilizable	no_good_hit								True	True
ISR0090_000000004756	4836	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9474256312367034	PS1155	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	82.0	96.34100000000001	3.0	7.080630018724332e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0776_000000005385	4809	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9611513697685398	PS1155	0	0	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
ENG0119_000000006743	4797	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9593863406387994	PS1155	0	0	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
AUS0008_000000004209	4751	0.8150695572293715	8	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9399838524305788	PS1155	0	0	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
AST0106_000000004101	4741	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9500127072436995	PS1155	0	0	True	True	1.0	134					non-mobilizable	no_good_hit								True	True
ISR0049_000000005871	4741	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9502072476899438	PS1155	0	0	True	True	1.0	73					non-mobilizable	no_good_hit								True	True
ISR0379_000000004249	4741	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9504293779055992	PS1155	0	0	True	True	1.0	31					non-mobilizable	no_good_hit								True	True
ENG0132_000000003996	4741	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9500127072436995	PS1155	0	0	True	True	1.0	80					non-mobilizable	no_good_hit								True	True
AST0055_000000006732	4735	0.8150695572293715	6	2	0	1	1	False	132312	backbone	False	ISR0021_000000004354	0.9164431239193573	PS1155	0	0	True	True	1.0	111					non-mobilizable	no_good_hit								True	True
ENG0083_000000004773	4702	0.8150695572293715	6	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9531555603945479	PS1155	0	0	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
ISR0777_000000003468	4700	0.8150695572293715	7	2	0	1	1	True	132312	backbone	False	ISR0021_000000004354	0.9533657044518719	PS1155	0	0	True	True	1.0	66					non-mobilizable	no_good_hit								True	True
ISR0110_000000004995	4618	0.8150695572293715	5	2	0	1	1	False	132312	backbone	False	ISR0021_000000004354	0.8893979589541439	PS1155	0	0	True	True	1.0	75					non-mobilizable	no_good_hit								True	True
AST0025_000000007063	4587	0.8150695572293715	5	2	0	1	1	False	132312	backbone	False	ISR0021_000000004354	0.9157136720556932	PS1155	0	0	True	True	0.9982559680938721	6					non-mobilizable	no_good_hit								True	True
CHI0059_000000003972	4057	0.8150695572293715	5	2	0	1	1	True	117218	fragment	False	CHI0059_000000003972	0.9868808567603748		0	0	False	False	0.992112398147583	0					non-mobilizable	no_good_hit	59.0	98.305	1.0	7.107817005574734e-05	NZ_JH992943.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.4, whole genome shotgun sequence	True	True
ISR0825_000000006199	3615	0.8150695572293715	5	2	0	1	1	True	117218	fragment	False	CHI0059_000000003972	0.9367759428148879		0	0	False	False	0.9997233748435974	0					non-mobilizable	no_good_hit								True	True
SPA0042_000000011764	2706	0.8150695572293715	3	2	0	1	1	False	127323	maximal	True	SPA0042_000000011764	1.0	PS1004	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1414.0	99.01	66.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0151_000000002674	6211	0.8150685073247689	5	5	4	5	5	False	131413	fragment	False	ISR0058_000000003113	0.7235816233193471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	74.876	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
FIJ0090_000000006835	5521	0.8150669512661491	8	5	2	5	3	False	47308	maximal	True	FIJ0090_000000006835	1.0		2	1	False	False	0.9932982921600342	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	1.0	0.007342143906020558	NZ_CABKPS010000032.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
AUS0020_000000012446	2195	0.8150557364989254	2	2	1	1	1	False	99621	fragment	False	AUS0020_000000012446	1.0		0	0	False	False	0.9945330023765564	0					non-mobilizable	no_good_hit	86.0	96.512	4.0	0.0009702753298936121	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ISR0027_000000017922	1437	0.8150557364989254	2	2	1	1	1	False	37223	fragment	False	ISR0027_000000017922	1.0		0	0	False	False	0.968684732913971	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000010560	2519	0.8150552319215852	3	2	1	2	0	True	122731	fragment	False	SPA0044_000000010560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2110.0	99.62100000000001	84.0	0.038621422161993886	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0289_000000002187	3434	0.8150536090797799	4	4	4	4	4	False	89619	fragment	False	ISR0289_000000002187	1.0		0	0	False	False	0.9921374320983887	0					non-mobilizable	other	3341.0	97.665	97.0	0.04577976369966282	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ISR0330_000000018818	1661	0.8150514642575556	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.7880303117769535		0	0	False	False	0.9933775067329407	0					non-mobilizable	other	1661.0	98.796	100.0	0.006437776562615133	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
MON0029_000000017838	1731	0.8150395178887541	2	2	2	2	1	False	53055	fragment	False	FIJ0002_000000021553	0.9310332988264789		0	0	False	False	1.0	0					non-mobilizable	other	1662.0	85.319	96.0	0.011773498950065844	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
MON0058_000000026746	1895	0.8150326297669745	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.20319620455856124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	86.119	19.0	0.00010672960664041118	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
USA0145_01_000000004489	5469	0.8150309341379975	7	2	2	2	1	False	21	maximal	True	USA0145_01_000000004489	1.0		1	1	False	False	0.9998171329498291	0					non-mobilizable	no_good_hit	1584.0	95.896	48.0	0.16172561848292782	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
DEN0057_000000000798	4562	0.8150277480327183	5	4	3	3	3	False	96009	maximal	True	DEN0057_000000000798	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit	2460.0	73.089	54.0	0.0007460727167164731	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0145_000000012608	2706	0.8150277034055456	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9948976346449258		0	0	False	False	1.0	0					non-mobilizable	other	2706.0	99.741	100.0	0.00047215218486023507	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
DEN0023_000000000358	7151	0.8150226272369784	9	6	4	5	3	False	74400	maximal	True	DEN0023_000000000358	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	92.92	21.0	0.015677431765233934	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	True	False
ETH0003_000000027926	1512	0.8150046369116485	3	3	3	3	2	False	53083	maximal	True	ETH0003_000000027926	1.0		1	1	False	False	0.9960317611694336	0					non-mobilizable	no_good_hit	85.0	81.176	6.0	0.00015979300068152678	NZ_QOZG01000004.1	a-proteobacteria	Phyllobacterium salinisoli strain LLAN61 ZB100003, whole genome shotgun sequence	True	False
DEN0051_000000028262	1677	0.8149971089463928	2	2	2	2	1	False	72506	fragment	False	DEN0051_000000028262	1.0		0	0	False	False	0.991055428981781	0					non-mobilizable	other	1658.0	95.838	99.0	0.041485153472535174	NZ_NFHM01000027.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_27, whole genome shotgun sequence	False	False
ENG0166_000000014266	2017	0.8149928768767525	3	2	2	2	1	False	56150	maximal	True	ENG0166_000000014266	1.0		3	2	False	False	0.9990084171295166	0					non-mobilizable	no_good_hit	541.0	96.67299999999999	27.0	0.015261134976260457	NZ_CYZK01000027.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0176_000000009958	3338	0.8149784912425105	4	3	1	2	3	True	93363	maximal	True	ISR0176_000000009958	1.0		5	2	False	False	0.9955062866210938	0					non-mobilizable	no_good_hit	1338.0	79.821	56.0	0.03963196760362077	NZ_KB822487.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.24, whole genome shotgun sequence	True	True
ISR0325_000000006521	2946	0.8149784912425105	3	3	1	2	3	True	93362	fragment	False	ISR0325_000000006521	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1772.0	97.63	65.0	0.0005027388051905582	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
USA0004_01_000000012225	1908	0.8149748920010236	5	3	2	2	2	False	2203	maximal	True	USA0004_01_000000012225	1.0		24	8	False	False	1.0	0					non-mobilizable	other	1908.0	100.0	100.0	0.00431368912031958	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	False	False
ENG0109_000000019913	1226	0.8149748494401405	2	1	1	1	1	False	59837	fragment	False	ENG0109_000000019913	0.9883144303063127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	4.0	1.309177204478791e-05	LT702999.1	a-proteobacteria	Erythrobacter sp. Alg231_14 genome assembly, chromosome: I	True	False
ENG0174_000000002880	5335	0.8149738837802968	14	5	4	4	3	True	55668	fragment	False	ENG0174_000000002880	1.0		0	0	False	False	0.9992502331733704	0					non-mobilizable	plasmid	2063.0	99.37	98.0	0.028516873521231997	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
CHI0075_000000002211	2961	0.8149645249660933	2	2	2	2	2	False	117170	fragment	False	CHI0075_000000002211	0.9951323875000525		0	0	False	False	0.9972981810569763	0					non-mobilizable	other	1858.0	97.20100000000001	100.0	0.0028263244962366545	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0062_000000011551	2851	0.8149645249660933	2	2	2	2	2	False	117170	fragment	False	CHI0075_000000002211	0.9815338933098275		0	0	False	False	0.9859698414802551	0					non-mobilizable	other	1858.0	97.20100000000001	100.0	0.0028263244962366545	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0139_000000000433	16390	0.8149596449829136	18	7	1	7	3	False	80396	maximal	True	CHI0139_000000000433	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0017269736842105263	NC_031032.1	viruses	Bacillus phage Stitch, complete genome	True	False
ENG0160_000000013822	1456	0.8149566162163845	2	1	1	1	1	False	56457	maximal	True	ENG0160_000000013822	1.0		2	1	False	False	0.973901093006134	0					non-mobilizable	no_good_hit	418.0	73.445	28.0	0.004041382172465243	NZ_FQVI01000016.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
MAD0015_000000017571	1220	0.814952925243335	2	2	2	2	2	False	66950	fragment	False	ENG0207_000000013569	0.6639471055461884		0	0	False	False	1.0	0					non-mobilizable	chromosome	1219.0	94.258	100.0	0.0005377830094125273	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0096_000000012934	2940	0.8149508769312742	3	2	1	2	1	False	8139	fragment	False	SPA0096_000000012934	0.9992917847025495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	90.179	4.0	0.00029664949365469455	NZ_RRCO01000004.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_4, whole genome shotgun sequence	True	False
SPA0145_000000011852	2872	0.8149508769312742	3	2	1	2	1	False	8139	fragment	False	SPA0096_000000012934	0.9855622041073276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	90.179	4.0	0.00029664949365469455	NZ_RRCO01000004.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_4, whole genome shotgun sequence	True	False
SPA0009_000000012548	2824	0.8149508769312742	3	2	1	2	1	False	8139	fragment	False	SPA0096_000000012934	0.9737517291038977		0	0	False	False	0.995396614074707	0					non-mobilizable	no_good_hit	59.0	98.305	2.0	0.0006784974790309185	NZ_QSFS01000016.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf16, whole genome shotgun sequence	True	False
ISR0181_000000000596	20394	0.814945910493273	20	8	6	8	7	True	109433	fragment	False	SPA0143_000000000475	0.932019079097138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.811	4.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
AUS0022_000000008743	4074	0.8149378812268477	4	4	4	4	4	False	120462	fragment	False	AUS0022_000000008743	0.9781850142112709		0	0	False	False	0.9948453903198242	0					non-mobilizable	other	4123.0	77.516	100.0	0.0014635389923986456	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
SPA0133_000000009249	2287	0.8149309590401657	4	3	3	3	2	False	3692	maximal	True	SPA0133_000000009249	1.0		3	2	False	False	0.9956274628639221	0					non-mobilizable	other	2287.0	99.432	100.0	0.0033169709641706195	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
DEN0052_000000030920	1499	0.8149239340389471	2	1	1	1	1	False	72249	maximal	True	DEN0052_000000030920	1.0		0	0	False	False	0.915276825428009	0					non-mobilizable	no_good_hit	1132.0	97.527	75.0	0.004733445496321221	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	True	False
ISR0331_000000009444	2451	0.8149139493089469	4	2	2	2	1	True	61524	fragment	False	ISR0331_000000009444	0.9869292403512889		0	0	False	False	0.9955120086669922	0					non-mobilizable	no_good_hit	873.0	98.51100000000001	63.0	0.0002792180741189501	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0795_000000003834	2442	0.8149139493089469	4	2	2	2	1	True	61524	fragment	False	ISR0331_000000009444	0.9845847517089613		0	0	False	False	0.99344801902771	0					non-mobilizable	no_good_hit	875.0	97.829	63.0	0.00027985848254582845	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ENG0153_000000012372	2419	0.8149139493089469	2	2	2	2	1	True	61524	fragment	False	ISR0331_000000009444	0.974458248653359		0	0	False	False	0.9913187026977539	0					non-mobilizable	no_good_hit	875.0	98.514	63.0	0.00027985848254582845	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ENG0163_000000020421	1284	0.8149139493089469	2	2	2	2	1	True	56298	fragment	False	USA0063_01_000000016158	0.9598009188361409		0	0	False	False	0.9766355156898499	0					non-mobilizable	other	1283.0	82.619	99.0	0.007364572408638162	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	False	True
MON0012_000000003681	7588	0.8149092458528687	8	7	5	7	6	False	110584	maximal	True	MON0012_000000003681	1.0		4	2	False	False	0.9998682141304016	0					non-mobilizable	no_good_hit	3909.0	97.365	51.0	0.0012958316640317425	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	False
ISR0080_000000010828	2817	0.8149088358245715	5	2	2	2	1	False	34854	fragment	False	ISR0072_000000008946	0.28077948265593455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	398.0	70.60300000000001	14.0	0.00013846476921535096	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0039_000000006200	3785	0.8149087707976086	3	3	2	3	2	True	64963	maximal	True	ENG0039_000000006200	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	87.535	19.0	0.0002263801871052712	NZ_CP007032.1	firmicutes	Desulfitobacterium metallireducens DSM 15288 chromosome, complete genome	True	True
DEN0073_000000009639	4729	0.8149087696734807	7	6	6	6	6	False	103964	fragment	False	FIJ0135_000000005837	0.9471388575806785		0	0	False	False	1.0	0					non-mobilizable	other	4629.0	97.36399999999999	99.0	0.0022703213638418196	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MON0090_000000055567	1125	0.8149074797087209	2	2	2	1	2	False	9505	fragment	False	MON0090_000000055567	1.0		0	0	False	False	0.9386666417121887	0					non-mobilizable	other	1125.0	99.822	100.0	0.00024215516372188178	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0058_000000013297	2968	0.8149067169057832	4	3	3	3	3	False	47214	maximal	True	FIJ0058_000000013297	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	74.821	33.0	0.010980203574577222	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	True	False
AST0087_000000003921	7105	0.8149036442384422	7	6	5	6	6	False	125493	fragment	False	MON0028_000000002219	0.5615528258642277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2603.0	83.75	85.0	0.000781517752650083	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0016_000000005544	3597	0.8148935648562915	4	4	4	4	3	False	99187	maximal	True	ISR0016_000000005544	1.0		2	2	False	False	0.9994440078735352	0					non-mobilizable	other	1785.0	98.936	100.0	0.0008045474578924839	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
SPA0101_000000026521	1535	0.8148807107554907	3	3	2	2	1	False	105746	fragment	False	ISR0256_000000012067	0.6817679451136158		0	0	False	False	1.0	0					non-mobilizable	chromosome	1535.0	99.67399999999999	100.0	0.0003470704448927249	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ETH0005_000000028915	1619	0.8148770357337297	2	2	2	2	2	True	52729	maximal	True	ETH0005_000000028915	1.0		2	1	False	False	0.9802347421646118	0					non-mobilizable	no_good_hit	278.0	75.54	17.0	0.001857099623077558	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	True
MON0109_000000012958	2710	0.8148696875884556	5	2	1	2	1	True	8504	maximal	True	MON0109_000000012958	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0140_000000003259	9224	0.8148603825893378	13	12	4	7	12	True	132521	backbone	False	USA0060_01_000000001071	0.02909132653503179	PS1166	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	9226.0	98.992	100.0	0.18078287629613657	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0024_000000006226	3449	0.8148589120300297	4	3	3	3	2	False	79248	maximal	True	ISR0024_000000006226	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	74.718	20.0	0.0001932266643848583	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0087_000000019941	1549	0.8148574810827749	2	2	2	2	2	False	53075	fragment	False	ISR0025_000000024234	0.6273756139226991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0048_000000005391	6178	0.814857251029453	9	6	5	6	5	False	11419	maximal	True	MON0048_000000005391	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00011603379898801951	NZ_JNXY01000017.1	high GC Gram+	Catenuloplanes japonicus strain NRRL B-16061 contig17.1, whole genome shotgun sequence	True	False
FIJ0046_000000003520	6935	0.8148482437808549	7	6	3	4	5	False	52337	maximal	True	FIJ0046_000000003520	1.0		3	1	False	False	0.9995673894882202	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	9.544654884802524e-05	NZ_PYAL01000007.1	b-proteobacteria	Achromobacter aloeverae strain AVA-1 Scaffold7_1, whole genome shotgun sequence	True	False
ISR0800_000000006981	1716	0.8148476608571733	4	1	1	1	1	False	21882	fragment	False	ISR0800_000000006981	1.0		0	0	False	False	0.9953380227088928	0					non-mobilizable	no_good_hit								True	False
AST0019_000000026831	1153	0.8148434177875504	2	2	2	2	2	False	121893	maximal	True	AST0019_000000026831	1.0		1063	15	False	False	0.9947961568832397	0					non-mobilizable	other	1153.0	99.65299999999999	100.0	0.012405237767057202	NZ_DS483540.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_20, whole genome shotgun sequence	False	False
MON0050_000000035274	1180	0.8148427943619309	2	2	2	2	2	False	20123	fragment	False	MAD0002_000000039244	0.956043956043956		0	0	False	False	0.998305082321167	0					non-mobilizable	no_good_hit	413.0	75.78699999999999	35.0	0.00011522310847215844	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0166_000000007512	3562	0.8148405582909435	4	2	1	1	1	False	104909	fragment	False	ISR0856_000000000942	0.6607957593439696		0	0	False	False	1.0	0					non-mobilizable	plasmid	3557.0	98.538	99.0	0.28688987494957646	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0033_000000018704	3552	0.8148405582909435	5	2	1	1	1	False	104909	fragment	False	ISR0856_000000000942	0.6567435554910513		0	0	False	False	1.0	0					non-mobilizable	plasmid	3552.0	98.59200000000001	100.0	0.2864864864864865	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0041_000000003554	3514	0.8148405582909435	5	2	1	1	1	False	104909	fragment	False	ISR0856_000000000942	0.6250713206440044		0	0	False	False	0.9991462826728821	0					non-mobilizable	plasmid	3515.0	98.663	100.0	0.2835014118596208	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0134_000000012367	3124	0.8148405582909435	4	2	1	1	1	False	104909	fragment	False	ISR0856_000000000942	0.14657681845228596		0	0	False	False	0.9993597865104675	0					non-mobilizable	plasmid	3125.0	98.848	100.0	0.25203711173860427	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0063_000000010248	3103	0.8148405582909435	4	2	1	1	1	False	122221	maximal	True	ENG0063_000000010248	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	84.391	53.0	0.1465836668148807	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MON0097_000000011393	3033	0.8148405582909435	4	2	1	1	1	False	65061	fragment	False	FIJ0046_000000009000	0.9699173255877162		0	0	False	False	0.9996702671051025	0					non-mobilizable	no_good_hit	1885.0	83.07700000000001	61.0	0.27612272120942644	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MON0099_000000011009	2911	0.8148405582909435	4	2	1	1	1	False	80873	fragment	False	MON0099_000000011009	0.9994350282485875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	80.0	62.0	0.1979075850043592	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
DEN0028_000000014173	2095	0.8148405582909435	3	2	1	1	1	False	104849	fragment	False	DEN0064_000000009405	0.5312613710346149		0	0	False	False	1.0	0					non-mobilizable	plasmid	2093.0	98.376	99.0	0.16877773295683743	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0004_000000003131	1999	0.8148405582909435	3	2	1	1	1	False	104849	fragment	False	DEN0064_000000009405	0.5263921036474177		0	0	False	False	0.9929965138435364	0					non-mobilizable	plasmid	1999.0	99.2	100.0	0.16119402985074627	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0090_000000022350	1991	0.8148405582909435	3	2	1	1	1	False	104849	fragment	False	DEN0064_000000009405	0.5137853631774939		0	0	False	False	0.9994977116584778	0					non-mobilizable	plasmid	1991.0	98.945	100.0	0.16054860830980233	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0081_000000012058	1962	0.8148405582909435	3	2	1	1	1	False	104849	fragment	False	DEN0064_000000009405	0.4931746088316803		0	0	False	False	1.0	0					non-mobilizable	plasmid	1962.0	99.337	100.0	0.1582089552238806	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0098_000000017354	1926	0.8148405582909435	3	2	1	1	1	False	104849	fragment	False	DEN0064_000000009405	0.4609126025328252		0	0	False	False	1.0	0					non-mobilizable	plasmid	1925.0	99.325	99.0	0.15522388059701492	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0038_000000017649	1863	0.8148405582909435	2	2	1	1	1	False	122220	fragment	False	MON0006_000000008527	0.5623431894226394		0	0	False	False	0.9994632601737976	0					non-mobilizable	no_good_hit	1208.0	81.457	84.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
SPA0046_000000017707	1810	0.8148405582909435	3	2	1	1	1	False	104849	fragment	False	DEN0064_000000009405	0.20524323552848792		0	0	False	False	1.0	0					non-mobilizable	plasmid	1810.0	99.171	100.0	0.14594594594594595	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0002_000000015202	1760	0.8148405582909435	2	2	1	1	1	False	122220	fragment	False	MON0006_000000008527	0.45913149659744174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1429.0	81.10600000000001	81.0	0.24841101694915255	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0835_000000001134	8347	0.8148300386259373	5	5	4	4	3	True	101004	fragment	False	ISR0835_000000001134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5444.0	72.079	64.0	0.0028406807905900664	NZ_CM001148.1	high GC Gram+	Parascardovia denticolens DSM 10105 = JCM 12538 strain DSM 10105 chromosome, whole genome shotgun sequence	True	True
ISR0179_000000004252	6072	0.8148279953380348	11	5	2	2	5	False	91096	maximal	True	ISR0179_000000004252	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2688.0	96.50299999999999	91.0	0.0005957100877572915	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0105_000000002418	5739	0.8148153559915753	7	3	2	3	1	False	114625	maximal	True	ISR0105_000000002418	1.0	PS161|PS166|PS738	1	1	True	True	1.0	20					non-mobilizable	no_good_hit	255.0	94.902	17.0	0.003978884961083017	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0812_000000001340	21249	0.8148054062013121	12	7	5	7	3	False	124349	maximal	True	ISR0812_000000001340	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4098.0	82.13799999999999	45.0	0.007083792338906474	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ENG0036_000000001788	11197	0.8148005973885591	9	8	6	6	7	False	130764	maximal	False	AST0113_000000002437	0.7366668975896369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2023.0	70.984	18.0	0.0005616612944594264	NC_014960.1	GNS bacteria	Anaerolinea thermophila UNI-1, complete genome	True	False
ISR0126_000000004301	11150	0.8148005973885591	9	8	6	6	7	False	130764	maximal	False	AST0113_000000002437	0.7358576392617084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	72.597	18.0	0.0007712139249421784	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
ENG0104_000000008043	3742	0.8147983559171442	5	3	3	2	1	True	85917	fragment	False	ENG0104_000000008043	0.9807277628032345		0	0	False	False	0.9962586760520935	0					non-mobilizable	no_good_hit								True	True
FIJ0090_000000005994	6141	0.8147923473352746	9	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9979315190012585	PS336|PS567	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	464.0	74.569	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0327_000000003502	6135	0.8147923473352746	9	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9986725512468568	PS336|PS567	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0060_000000003853	6135	0.8147923473352746	9	4	3	3	3	False	100067	backbone	True	ENG0060_000000003853	0.9986725512468568	PS336|PS567	8	4	True	True	1.0	35					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0142_000000004053	6116	0.8147923473352746	9	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9983422046281971	PS336|PS567	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0054_000000003508	6114	0.8147923473352746	9	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9983234455916814	PS336|PS567	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AUS0024_000000005052	6096	0.8147923473352746	10	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9974455192410487	PS336|PS567	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0085_000000003531	6095	0.8147923473352746	9	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9914054176234596	PS336|PS567	0	0	True	True	0.9988515377044678	14					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0175_000000004186	6095	0.8147923473352746	9	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9972876144718182	PS336|PS567	0	0	True	True	0.9998359084129333	11					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0110_000000003696	6095	0.8147923473352746	9	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9985714293249215	PS336|PS567	0	0	True	True	0.999343752861023	12					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
DEN0071_000000005759	6095	0.8147923473352746	10	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9984003982571517	PS336|PS567	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0019_000000004688	5528	0.8147923473352746	9	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9250230164617735	PS336|PS567	0	0	False	True	0.9989145994186401	0					non-mobilizable	no_good_hit	464.0	74.138	8.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0254_000000001540	5079	0.8147923473352746	8	4	3	3	3	False	69116	fragment	False	ISR0254_000000001540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	74.138	9.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	False
FIJ0105_000000020984	1575	0.8147902043034245	3	3	3	2	2	False	125701	fragment	False	ENG0180_000000008844	0.14236792520038208		0	0	False	False	0.9993650913238525	0					non-mobilizable	chromosome	1575.0	98.413	100.0	0.0005486362172404226	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0063_01_000000003634	5718	0.8147745859030572	8	4	3	3	3	False	96612	maximal	True	USA0063_01_000000003634	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2032.0	99.262	36.0	0.16290827381430062	HE717011.1	bacteria	Uncultured bacterium fructooligosaccharide degrading DNA fragment, clone MetaPbio 10b	True	False
ISR0117_000000018584	1475	0.8147651346557467	2	2	2	2	1	False	32406	maximal	True	ISR0117_000000018584	1.0		4	2	False	False	0.9864406585693359	0					non-mobilizable	no_good_hit	1190.0	91.59700000000001	80.0	0.012163853049168222	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	True	False
FIJ0102_000000004999	6025	0.8147633082136834	6	2	1	2	1	False	50779	fragment	False	FIJ0102_000000004999	1.0		0	0	False	False	0.9998340010643005	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000023604	1480	0.8147550385403316	3	2	2	2	1	False	22798	fragment	False	ISR0392_000000023604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	4.861929187672669e-07	CP050598.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 32a	True	False
USA0111_01_000000012870	1971	0.8147424953152028	2	2	2	2	2	False	61216	fragment	False	USA0111_01_000000012870	1.0		0	0	False	False	0.9974632263183594	0					non-mobilizable	other	1971.0	99.848	100.0	0.0005275505933069629	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
AST0140_000000003775	6975	0.8147418688763648	6	6	6	6	5	False	117565	maximal	True	AST0140_000000003775	1.0		18	3	False	False	1.0	0					non-mobilizable	other	6994.0	99.44200000000001	100.0	0.00309796866137266	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
CHI0114_000000002151	3210	0.8147403600225523	3	3	1	2	3	False	117835	fragment	False	CHI0114_000000002151	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1378.0	89.33200000000001	65.0	0.000588979360878149	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
FIJ0150_000000010038	2358	0.8147343493408238	4	4	4	4	3	False	79921	maximal	True	FIJ0150_000000010038	1.0		48	9	False	False	1.0	0					non-mobilizable	chromosome	2358.0	99.321	100.0	0.0010670072394357904	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	False	False
ISR0376_000000001499	9249	0.8147298043047545	9	7	5	7	3	False	74279	maximal	True	ISR0376_000000001499	1.0		1	1	False	False	0.9972969889640808	0					non-mobilizable	no_good_hit	3591.0	97.884	42.0	0.06537697870557589	NZ_QSFT01000024.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf24, whole genome shotgun sequence	True	False
ENG0153_000000002664	9152	0.8147275808780016	10	7	5	7	2	False	96802	maximal	False	MON0046_000000002062	0.7601237772896319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	92.80799999999999	15.0	0.008409761260883315	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0795_000000000982	8317	0.8147275808780016	9	7	5	7	2	False	74618	fragment	False	ISR0795_000000000982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	92.57799999999999	16.0	0.008409761260883315	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
SPA0104_000000005556	5915	0.8147136660137355	8	6	3	5	4	False	4849	maximal	True	SPA0104_000000005556	1.0		1	1	False	False	0.9961115717887878	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0004071898086207899	NZ_JENX01000122.1	firmicutes	Clostridium haemolyticum NCTC 9693 p2Ch9693_draft, whole genome shotgun sequence	True	False
ISR0024_000000005153	4062	0.8147095854076528	5	3	2	3	1	True	124789	maximal	True	ISR0024_000000005153	1.0		3	2	False	False	0.9948301315307617	0					non-mobilizable	no_good_hit	53.0	96.226	1.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
ISR0157_000000008268	3598	0.8147095854076528	5	3	2	3	1	True	124788	fragment	False	USA0087_01_000000003956	0.9853014222141127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	1.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
CAN0015_000000012669	3112	0.8147095854076528	4	3	2	3	1	True	110911	fragment	False	CAN0015_000000012669	1.0		0	0	False	False	0.9951799511909485	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0006915813273041628	NZ_QEKJ01000007.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_107, whole genome shotgun sequence	True	True
ISR0386_000000011789	2829	0.8147089922937019	5	4	4	3	4	False	115492	fragment	False	ISR0230_000000010532	0.9774540503579566		0	0	False	False	0.9985860586166382	0					non-mobilizable	other	2829.0	99.01	100.0	0.023575818732226403	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
SPA0080_000000001482	7644	0.8147082861869103	7	5	4	5	5	False	5634	fragment	False	SPA0080_000000001482	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3668.0	91.439	96.0	0.02004713103523867	NZ_HF954535.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
MAD0073_000000000512	7318	0.8146929277064527	7	7	4	5	7	True	98728	fragment	False	MAD0029_000000000576	0.9749667110519307		0	0	False	False	0.9993167519569397	0		MOBP	MPF_T		conjugative	plasmid	7318.0	100.0	100.0	0.05033397767061753	CP029841.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 01ST04081 plasmid p01ST04081A, complete sequence	False	True
ISR0182_000000033411	1206	0.8146845423649399	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.1557590015534732		0	0	False	False	1.0	0					non-mobilizable	chromosome	1207.0	90.969	100.0	0.00042521102641001566	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0090_000000023958	1521	0.8146836268166613	1	1	1	1	1	False	5369	fragment	False	SPA0090_000000023958	1.0		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	1523.0	99.67200000000001	100.0	0.3060526844962799	CP055729.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_6, complete sequence	False	True
USA0025_01_000000007472	2109	0.8146813578933138	3	2	2	2	2	False	114477	fragment	False	USA0025_01_000000007472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	96.694	72.0	0.000596223450520468	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0045_000000021827	1870	0.8146741561215579	3	3	3	3	2	False	72896	fragment	False	DEN0045_000000021827	0.9558518448446108		0	0	False	False	0.9978609681129456	0					non-mobilizable	no_good_hit	477.0	71.69800000000001	25.0	0.0007783762701150585	NZ_PPTS01000001.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_1, whole genome shotgun sequence	True	False
FIJ0058_000000006531	5798	0.8146730517200668	4	4	4	2	3	False	46069	maximal	True	FIJ0058_000000006531	1.0		1	1	False	False	0.9975853562355042	0					non-mobilizable	no_good_hit	1693.0	73.892	29.0	0.0008975353123380045	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0180_000000010660	2154	0.8146717527636725	3	2	2	2	1	False	38163	fragment	False	ISR0180_000000010660	0.9691168885174104		0	0	False	False	0.999071478843689	0					non-mobilizable	no_good_hit	919.0	79.652	42.0	0.004555740532134419	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
MON0030_000000022766	1579	0.8146710430949509	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.17217786159615703		0	0	False	True	1.0	0					non-mobilizable	other	1577.0	91.947	100.0	0.0004896687363000082	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0114_000000003083	2349	0.8146673424887049	3	3	3	2	2	True	116019	fragment	False	CHI0114_000000003083	1.0		0	0	False	False	0.9991485476493835	0					non-mobilizable	chromosome	2349.0	99.787	100.0	0.0010801759196216623	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
ENG0200_000000003176	6072	0.8146545520557931	7	6	6	5	5	False	93720	fragment	False	ENG0200_000000003176	0.9975345622605584		0	0	False	False	0.9932476878166199	0					non-mobilizable	chromosome	5907.0	99.814	97.0	0.0024973170544005806	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ITA0011_000000000971	1739	0.8146298583604967	3	3	3	3	1	True	131026	fragment	False	CHI0117_000000007167	0.26943616830362127		0	0	False	False	0.999424934387207	0					non-mobilizable	other	1756.0	89.806	100.0	0.006659301540538881	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0086_000000004959	1891	0.8146139105645525	2	2	2	2	1	False	23611	maximal	True	MAD0086_000000004959	1.0		64	8	False	False	1.0	0					non-mobilizable	other	1892.0	95.243	100.0	0.02140430351075878	NZ_CABIXZ010000006.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MON0061_000000028514	1601	0.814611962768303	2	2	2	2	2	False	92592	fragment	False	MON0061_000000028514	0.9483870967741935		0	0	False	False	1.0	0					non-mobilizable	chromosome	1606.0	83.18799999999999	99.0	0.00029723902311530663	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0091_000000012871	1864	0.8146083498170766	3	1	1	1	1	False	61166	fragment	False	ENG0091_000000012871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000001980	14950	0.8146055880894675	11	11	8	7	9	True	123657	fragment	False	SPA0116_000000001980	0.9706515599536155		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	8133.0	99.459	57.0	0.0015444790004998186	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
ENG0067_000000008616	3324	0.8146053061762787	4	4	4	4	4	False	76008	maximal	True	ENG0067_000000008616	1.0		10	4	False	False	0.9966907501220703	0					non-mobilizable	other	3307.0	97.581	99.0	0.020185974901941618	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
MON0033_000000043780	1358	0.8146045846985973	2	2	2	2	2	False	14502	fragment	False	MAD0111_000000011485	0.9432153748028687		0	0	False	False	0.9904270768165588	0					non-mobilizable	no_good_hit	1143.0	80.49	84.0	0.0862147406733394	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
AUS0018_000000003140	8163	0.8146044611699301	12	12	4	3	9	True	132544	fragment	False	CHI0126_000000000854	0.008887574154520447		0	0	False	False	0.9987749457359314	0					non-mobilizable	other	7916.0	99.88600000000001	97.0	0.5418263964950711	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0812_000000000587	39167	0.8146022380116008	31	15	9	12	11	True	128748	maximal	False	ENG0127_000000000383	0.9833120697143898	PS1050|PS1051	0	0	True	True	0.9999744892120361	22					non-mobilizable	no_good_hit	3088.0	94.009	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0810_000000002883	4362	0.8146018850920993	5	4	4	4	3	False	21724	fragment	False	ISR0810_000000002883	1.0		0	0	False	False	0.9979367256164551	0					non-mobilizable	no_good_hit	835.0	74.37100000000001	19.0	0.00032546082835132483	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
FIJ0067_000000012853	2354	0.8145932093841797	4	2	1	1	2	False	101698	fragment	False	FIJ0067_000000012853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	87.461	57.0	0.02212975222243238	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
USA0042_01_000000007439	3138	0.8145930329243996	4	3	1	3	3	True	123477	fragment	False	AST0016_000000007871	0.9534299231224128		0	0	False	False	1.0	0					non-mobilizable	chromosome	3150.0	95.905	100.0	0.0005745273930705074	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
USA0047_01_000000010077	3494	0.8145918642779739	4	4	4	3	3	False	92617	fragment	False	USA0047_01_000000010077	1.0		0	0	False	False	0.998282790184021	0					non-mobilizable	chromosome	1868.0	97.698	100.0	0.000347057696157772	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MON0001_000000010523	3218	0.8145908761495351	3	3	2	2	1	False	14404	maximal	True	MON0001_000000010523	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3248.0	80.60300000000001	100.0	0.001375557603560448	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ISR0082_000000019760	1643	0.8145907799855269	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.00926254677363888		0	0	False	False	1.0	0					non-mobilizable	other	1643.0	99.574	100.0	0.14771500539762505	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0103_000000040586	1419	0.8145897552600279	1	1	1	1	1	False	8857	fragment	False	MON0103_000000040586	1.0		0	0	False	False	0.9992952942848206	0					non-mobilizable	no_good_hit	906.0	72.185	63.0	0.002785733534716695	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
DEN0066_000000002835	9124	0.8145879730069098	14	5	3	3	1	False	71023	maximal	True	DEN0066_000000002835	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1123.0	84.506	19.0	0.0006731594757995569	CP017686.1	euryarchaeotes	Candidatus Methanomethylophilus alvus strain Mx-05 chromosome, complete genome	True	False
ISR0192_000000004110	4857	0.8145709446820858	9	8	1	2	8	False	29136	maximal	True	ISR0192_000000004110	1.0		1	1	False	False	0.9981470108032227	0					non-mobilizable	plasmid	3116.0	100.0	100.0	0.014289253013816767	CP052176.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 plasmid pF16KP0050-1, complete sequence	False	True
FIJ0020_000000004738	4869	0.8145649091935159	5	5	5	5	5	False	84892	maximal	True	FIJ0020_000000004738	1.0		77	9	False	False	1.0	0					non-mobilizable	chromosome	4869.0	99.73299999999999	100.0	0.000957842909434064	CP039828.1	enterobacteria	Klebsiella pneumoniae strain C2315 chromosome	False	False
SPA0052_000000013657	2037	0.814561462553736	3	2	1	2	1	False	111210	fragment	False	ISR0138_000000013251	0.9469525959367946		0	0	False	False	1.0	0					non-mobilizable	chromosome	2038.0	98.381	100.0	0.00028751580137160705	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0053_01_000000010314	1877	0.814561462553736	2	2	1	2	1	False	111200	fragment	False	USA0133_01_000000010793	0.9662252414419298		0	0	False	False	1.0	0					non-mobilizable	chromosome	1880.0	97.12799999999999	100.0	0.0002645088913943994	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0064_000000018674	1196	0.8145595829621022	2	2	2	2	2	False	63234	fragment	False	ENG0064_000000018674	1.0		0	0	False	False	0.9882943034172058	0					non-mobilizable	no_good_hit	486.0	74.074	40.0	0.00024198144165019143	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
MAD0111_000000011527	1488	0.8145467144245969	2	2	1	1	0	True	14501	maximal	True	MAD0111_000000011527	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.387246847498586e-06	CP061038.1	a-proteobacteria	Sphingomonas alpina strain S8-3T chromosome, complete genome	True	True
ISR0009_000000024982	1357	0.8145395249882724	2	2	0	2	0	True	38340	maximal	True	ISR0009_000000024982	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	97.51700000000001	65.0	0.3684868695289704	HG796411.1	bacteria	Uncultured bacterium plasmid pRGI00989	True	True
ISR0032_000000030726	1108	0.8145290767745826	2	1	1	1	1	False	56988	fragment	False	ENG0152_000000022378	0.9552764809468232		0	0	False	False	0.994584858417511	0					non-mobilizable	other	1108.0	100.0	100.0	0.00611646140330521	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
ISR0020_000000002844	6264	0.8145263116003345	6	5	3	5	3	False	128983	maximal	True	ISR0020_000000002844	1.0	PS1059	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1233.0	78.994	42.0	0.004786133149361849	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
FIJ0047_000000008896	3409	0.8145251888849084	3	2	1	1	0	True	46897	fragment	False	FIJ0047_000000008896	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3420.0	89.064	99.0	0.00708226256019505	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0119_000000004350	7321	0.8145123283385971	4	4	3	3	3	False	104822	fragment	False	ISR0119_000000004350	1.0		0	0	False	False	0.9995902180671692	0					non-mobilizable	chromosome	5865.0	99.96600000000001	100.0	0.0011840907792161376	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
BAN0013_000000000166	2133	0.8145068535155604	3	3	1	3	3	False	98700	fragment	False	BAN0013_000000000166	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2103.0	92.20200000000001	99.0	0.01655362140112887	CP054364.1	enterobacteria	Escherichia coli strain SCU-171 plasmid pSCU-171-1, complete sequence	False	True
USA0130_01_000000003587	10765	0.8145051666756578	12	5	5	5	3	True	93651	maximal	True	USA0130_01_000000003587	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1714.0	73.104	16.0	0.003512902598502416	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0080_000000018980	2649	0.8145021235302993	2	2	2	2	2	False	41907	fragment	False	MON0080_000000018980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	74.63600000000001	13.0	0.008992131884600974	NZ_AXAC01000041.1	firmicutes	Acetobacterium dehalogenans DSM 11527 A3KSDRAFT_scaffold_36.37_C, whole genome shotgun sequence	True	False
MON0109_000000024875	1455	0.8144994662966073	2	2	2	2	1	False	8492	maximal	True	MON0109_000000024875	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	1460.0	89.863	100.0	0.0005134290816818032	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0080_01_000000023533	1809	0.8144976834855985	4	4	4	2	2	False	83240	fragment	False	USA0080_01_000000023533	0.9705946344668807		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	99.613	100.0	0.004460474961636955	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ENG0030_000000002778	8058	0.8144900042521425	12	11	4	5	9	True	116372	fragment	False	ENG0030_000000002778	1.0		0	0	False	False	0.9987589716911316	0					non-mobilizable	plasmid	8058.0	99.90100000000001	100.0	0.24388545828792832	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0065_000000024027	1441	0.8144856877886572	2	2	2	2	2	False	71061	maximal	True	DEN0065_000000024027	1.0		3	3	False	False	0.9882026314735413	0					non-mobilizable	no_good_hit	285.0	75.08800000000001	20.0	0.006736651669880264	NZ_OAOF01000028.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0808_000000009330	1758	0.8144768165488374	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.5911715024865264		0	0	False	False	0.9982935190200806	0					non-mobilizable	other	1759.0	99.204	100.0	0.0024350480707299744	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0210_000000002286	7927	0.8144598159225044	8	8	5	6	7	False	69509	maximal	True	ENG0210_000000002286	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	76.792	15.0	0.0005732242440482588	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0047_000000002872	8905	0.8144525821919091	12	4	2	2	4	False	86667	backbone	True	FIJ0047_000000002872	0.9998314606741573	PS438|PS440	3	1	True	True	1.0	29					non-mobilizable	no_good_hit	2601.0	94.50200000000001	50.0	0.2351341551849166	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0142_000000002992	8900	0.8144525821919091	12	4	2	2	4	False	86667	backbone	False	FIJ0047_000000002872	0.9995508141493543	PS438|PS440	0	0	True	True	0.9998876452445984	4					non-mobilizable	no_good_hit	2601.0	94.541	50.0	0.2351341551849166	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0140_000000003187	7487	0.8144525821919091	9	4	2	2	4	False	86662	backbone	False	ISR0213_000000002441	0.6316708891555288	PS438	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2502.0	94.844	59.0	0.2260696156635243	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0109_000000003811	7296	0.8144525821919091	9	4	2	2	4	False	86662	backbone	False	ISR0213_000000002441	0.6237496015658649	PS438	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2316.0	96.287	57.0	0.2095721537345903	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0071_000000004798	7191	0.8144525821919091	9	4	2	2	4	False	86662	backbone	False	ISR0213_000000002441	0.6193205828738683	PS438	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2316.0	96.244	58.0	0.2095721537345903	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0088_000000003952	7190	0.8144525821919091	9	4	2	2	4	False	86662	backbone	False	ISR0213_000000002441	0.6193087319037329	PS438	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2316.0	96.287	58.0	0.2095721537345903	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
SPA0110_000000010864	1753	0.8144518021716886	3	2	2	2	1	False	4610	fragment	False	SPA0110_000000010864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0083_000000005060	4424	0.8144460524100918	5	4	4	4	3	False	63623	fragment	False	ENG0083_000000005060	1.0		0	0	False	False	0.9977396130561829	0					non-mobilizable	no_good_hit								True	False
ISR0294_000000004146	4547	0.8144405206529541	5	5	5	5	5	False	132073	maximal	True	ISR0294_000000004146	1.0	PS1137	23	3	False	True	0.9995601773262024	0					non-mobilizable	no_good_hit	1440.0	99.72200000000001	32.0	0.022543551823536782	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MAD0093_000000006833	4163	0.8144384559445866	5	2	2	2	2	True	20271	maximal	True	MAD0093_000000006833	0.9996071035674996		3	1	True	True	0.9992793798446655	49					non-mobilizable	no_good_hit	1202.0	94.34299999999999	33.0	0.4145667932343804	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MAD0043_000000005487	4143	0.8144384559445866	6	2	2	2	2	True	20271	maximal	False	MAD0093_000000006833	0.9995228911532924		0	0	True	True	1.0	549					non-mobilizable	no_good_hit	942.0	95.435	41.0	0.32481877804625475	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MAD0011_000000003144	4143	0.8144384559445866	6	2	2	2	2	True	20271	maximal	False	MAD0093_000000006833	0.9996014704397925		0	0	True	True	0.9997586011886597	6					non-mobilizable	no_good_hit	942.0	95.435	41.0	0.32481877804625475	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ENG0124_000000025732	1202	0.8144349527542722	2	2	2	2	2	False	58900	fragment	False	ISR0103_000000023480	0.9684196336736597		0	0	False	False	0.9966722130775452	0					non-mobilizable	other	1230.0	74.065	99.0	0.017423914611279387	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	False	False
MON0080_000000046086	1262	0.8144319772005478	3	2	2	2	2	False	10018	maximal	True	MON0080_000000046086	1.0		14	4	False	False	0.999207615852356	0					non-mobilizable	no_good_hit	1106.0	78.3	87.0	0.002095986523869133	NZ_FRCJ01000003.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	False
CHI0035_000000000756	10033	0.8144187963988498	10	4	1	3	2	False	88132	maximal	True	CHI0035_000000000756	1.0		1	1	True	True	1.0	98					non-mobilizable	no_good_hit	984.0	74.695	10.0	0.7208611729769859	NZ_JHXW01000025.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
CHI0164_000000009168	2493	0.814417758422523	4	3	3	3	2	False	104779	maximal	True	CHI0164_000000009168	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	100.0	8.0	0.000425527978464584	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
DEN0010_000000014099	3121	0.8144105122624982	3	3	3	3	3	False	100825	maximal	True	DEN0010_000000014099	1.0		13	8	False	False	0.984299898147583	0					non-mobilizable	no_good_hit	1373.0	85.14200000000001	61.0	0.00030534024963123265	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0114_000000030248	1556	0.8144099251260827	3	3	3	1	2	True	131026	fragment	False	CHI0117_000000007167	0.09696562269870758		0	0	False	False	1.0	0					non-mobilizable	other	1412.0	97.734	99.0	0.0004266319958878844	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0158_000000012837	1504	0.8144099251260827	3	3	3	1	2	True	131026	fragment	False	CHI0117_000000007167	0.1053431755765684		0	0	False	False	1.0	0					non-mobilizable	chromosome	1429.0	99.37	96.0	0.00022237486703057452	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
FIJ0091_000000011873	1890	0.8144068313208892	3	3	1	1	3	True	74234	fragment	False	FIJ0091_000000011873	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1881.0	94.365	99.0	0.04292571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0105_000000003401	13125	0.8143983727043805	13	8	6	7	4	True	120443	fragment	False	MON0105_000000003401	0.9542955866185017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	1.0	9.856822610987823e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
MON0101_000000061182	1099	0.8143927965377802	2	1	1	1	1	False	67346	fragment	False	ISR0150_000000015766	0.1192927484333035		0	0	False	False	0.9717925190925598	0					non-mobilizable	other	1037.0	97.975	94.0	0.00030972435729203357	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0039_000000015595	1761	0.8143927160251314	4	2	2	1	1	False	6999	fragment	False	SPA0039_000000015595	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1761.0	99.773	100.0	0.010105649977032614	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
MON0079_000000007128	3271	0.814381353593283	3	2	2	2	2	False	10680	fragment	False	MON0079_000000007128	0.9954864593781344		0	0	False	False	1.0	0					non-mobilizable	other	3271.0	99.541	100.0	0.00695805378767084	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
MON0065_000000008668	2991	0.814381353593283	3	2	2	2	2	False	10680	fragment	False	MON0079_000000007128	0.9530724549067564		0	0	False	False	1.0	0					non-mobilizable	other	2991.0	98.663	100.0	0.0063622571330690545	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
AUS0018_000000006407	4229	0.8143798702871567	11	2	1	2	0	True	100052	fragment	False	AUS0018_000000006407	1.0		0	0	False	False	0.9978718161582947	0					non-mobilizable	no_good_hit								True	True
MON0027_000000024411	1688	0.8143726305064469	3	3	3	3	2	False	12639	maximal	True	MON0027_000000024411	1.0		24	8	False	False	0.9928910136222839	0					non-mobilizable	no_good_hit	188.0	76.596	11.0	0.002113849158481245	NZ_WOEX01000033.1	b-proteobacteria	Paraburkholderia xenovorans strain 4B NODE_33_length_87045_cov_7.028625, whole genome shotgun sequence	True	False
FIJ0109_000000019106	1254	0.8143717221411084	2	2	1	2	1	False	42133	maximal	True	FIJ0109_000000019106	1.0		3	1	False	False	0.99920254945755	0					non-mobilizable	other	903.0	86.15700000000001	92.0	0.0002493737885376921	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0085_000000012495	2178	0.8143697105599371	2	1	1	1	1	False	20778	fragment	False	MON0085_000000012495	1.0		0	0	False	False	0.986685037612915	0					non-mobilizable	no_good_hit	177.0	76.271	8.0	2.7283940202384114e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
MAD0074_000000002048	2110	0.8143678165787362	4	3	3	2	2	False	72229	fragment	False	MAD0074_000000002048	0.9662883441227726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	78.423	34.0	0.0001605429071327309	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0054_000000004462	3744	0.8143636811543187	4	4	4	3	3	False	111485	maximal	True	CHI0054_000000004462	0.9971912432878977		40	9	False	False	0.9997329115867615	0					non-mobilizable	chromosome	3735.0	100.0	100.0	0.0006637646369523853	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
FIJ0153_000000003032	9283	0.8143525267159659	5	2	1	2	1	False	119550	maximal	True	FIJ0153_000000003032	1.0		1	1	False	False	0.9998922944068909	0					non-mobilizable	no_good_hit	2555.0	97.53399999999999	65.0	0.020519912838614745	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0049_000000015622	1411	0.8143422020385941	2	1	1	1	1	False	51839	fragment	False	MON0025_000000024515	0.46804294098802063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	845.0	75.503	59.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0133_000000014982	2512	0.8143410298577999	2	2	1	2	1	False	48422	fragment	False	FIJ0133_000000014982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	92.03299999999999	33.0	0.0006811336531982432	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0161_000000002369	4321	0.8143294069581533	6	2	1	2	1	False	78638	maximal	True	CHI0161_000000002369	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.015556441962504986	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
CHI0156_000000002446	5074	0.8143252738865692	7	3	2	3	2	False	79015	maximal	False	USA0145_01_000000004624	0.9606350995866215		0	0	False	False	0.9962553977966309	0					non-mobilizable	no_good_hit	140.0	91.429	3.0	4.124807646971864e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0125_000000002180	7254	0.8143136347039092	9	8	5	5	8	True	123628	fragment	False	USA0108_01_000000001009	0.22126800675093092		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4347.0	98.344	92.0	0.13979844811487813	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0074_000000003162	5064	0.8143127654878686	6	4	2	3	4	False	132249	backbone	True	CHI0074_000000003162	0.8063469165783516	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	56	8	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4261.0	99.977	84.0	0.6534744592728946	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0045_000000003651	5057	0.8143127654878686	6	4	2	3	4	False	132249	backbone	False	CHI0074_000000003162	0.8062212523531612	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9994067549705505	0	rep_cluster_475				non-mobilizable	no_good_hit	4261.0	99.977	84.0	0.6534744592728946	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0022_000000002394	4974	0.8143127654878686	6	4	2	3	4	False	132249	backbone	False	CHI0074_000000003162	0.7162774198299906	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9997989535331726	0	rep_cluster_475				non-mobilizable	no_good_hit	4198.0	99.95200000000001	84.0	0.6438104003681546	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0158_000000003280	4936	0.8143127654878686	6	4	2	3	4	False	132249	backbone	False	CHI0074_000000003162	0.7959119674406154	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9995948076248169	0	rep_cluster_475				non-mobilizable	no_good_hit	2465.0	99.31	84.0	0.37781868384721584	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
DEN0003_000000011909	2211	0.8143126343245266	2	2	2	2	2	False	117461	fragment	False	ISR0119_000000013243	0.9501468458593139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0104_000000011189	2232	0.8143088561947961	3	1	1	1	1	False	32984	maximal	True	ISR0104_000000011189	1.0		1	1	False	False	0.991487443447113	0					non-mobilizable	no_good_hit	55.0	94.545	5.0	1.4229533977492039e-05	NZ_CP013210.1	CFB group bacteria	Empedobacter brevis strain BCLYD2 chromosome, complete genome	True	False
ENG0057_000000013205	1884	0.8143088561947961	2	1	1	1	1	False	72056	fragment	False	DEN0055_000000000404	0.6537252726936588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	73.71300000000001	57.0	0.01855322661072614	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0086_000000014015	1803	0.8143088561947961	2	1	1	1	1	False	72056	fragment	False	DEN0055_000000000404	0.9363992505442624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	74.156	62.0	0.019206630328249395	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0057_000000012415	1785	0.8143054012919301	3	3	2	3	2	False	35583	fragment	False	ISR0057_000000012415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	76.771	39.0	0.00021123575091976216	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0398_000000012427	1854	0.8142862164960688	3	3	3	2	1	True	22616	maximal	True	ISR0398_000000012427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	84.49600000000001	7.0	5.904165250205147e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	True
ISR0393_000000010133	1763	0.8142855763240382	3	3	2	3	2	False	75549	maximal	True	ISR0393_000000010133	1.0		3	2	False	False	0.9914917945861816	0					non-mobilizable	no_good_hit	651.0	98.00299999999999	37.0	0.002493402074510526	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0114_000000010236	4243	0.8142767116367224	4	3	1	3	1	True	107805	fragment	False	SPA0114_000000010236	1.0		0	0	False	True	0.9990572929382324	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	1.0	0.0029452798015811503	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	True
AST0047_000000012100	1845	0.8142759502044753	3	3	3	3	2	False	115291	fragment	False	AST0047_000000012100	1.0		0	0	False	False	0.9978320002555847	0					non-mobilizable	no_good_hit	89.0	83.146	5.0	0.000379161621950011	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	True	False
ISR0147_000000020544	1245	0.8142700394744808	2	2	2	2	1	False	124847	fragment	False	AST0012_000000016916	0.31418644645959853		0	0	False	False	0.9983935952186584	0					non-mobilizable	no_good_hit	258.0	83.333	21.0	8.773748669800311e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0049_000000001367	14886	0.8142697023092067	14	11	9	6	4	False	99654	fragment	False	ISR0049_000000001367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	88.354	22.0	0.00045779431744344027	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0182_000000011813	2413	0.8142648981006936	3	3	3	2	2	False	92604	fragment	False	ENG0182_000000011813	1.0		0	0	False	False	0.9825942516326904	0					non-mobilizable	no_good_hit	1008.0	90.774	82.0	0.00015493656832271855	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MON0027_000000014889	2687	0.8142568810349488	3	2	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.6596252954019999		0	0	False	False	1.0	0					non-mobilizable	other	2689.0	96.541	100.0	0.011236331503189142	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CAN0022_000000005146	5392	0.8142553376911421	9	3	2	3	3	True	109297	fragment	False	CHI0006_000000001606	0.7289757066482467		0	0	False	False	0.9992581605911255	0					non-mobilizable	other	5396.0	95.88600000000001	100.0	0.001537850977279492	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ISR0356_000000009519	2045	0.8142552021020937	3	3	2	3	2	False	23913	maximal	True	ISR0356_000000009519	1.0		100	7	False	False	0.9995110034942627	0					non-mobilizable	chromosome	1436.0	96.588	100.0	0.0004501021713016999	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0038_000000002102	8221	0.8142490070521595	12	3	3	3	2	False	74879	maximal	False	ISR0333_000000001824	0.815708339192304		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	100.0	86.0	2.0	0.0008796022043908306	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
ISR0332_000000010393	1451	0.8142474236287832	4	2	2	2	1	True	127830	maximal	True	ISR0332_000000010393	1.0		12	4	False	False	0.9862164258956909	0					non-mobilizable	no_good_hit	222.0	88.73899999999999	15.0	8.580378344212166e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ENG0166_000000017142	1710	0.814246991814637	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.009610177097409314		0	0	False	False	0.9935672283172607	0					non-mobilizable	plasmid	1713.0	91.36	100.0	0.02561484640100898	CP028186.1	e-proteobacteria	Campylobacter jejuni strain CFSAN054107 plasmid pGMI16-002, complete sequence	False	True
USA0037_01_000000009191	3854	0.8142469825050053	2	2	1	2	0	True	122790	fragment	False	ISR0382_000000002969	0.7874367879846311		0	0	False	False	0.9997405409812927	0					non-mobilizable	other	3327.0	97.235	99.0	0.036104771220519506	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0090_000000012220	3369	0.8142469825050053	4	2	1	2	0	True	122790	fragment	False	ISR0382_000000002969	0.22738897401795247		0	0	False	False	0.98990797996521	0					non-mobilizable	other	3164.0	96.65	100.0	0.034311487881751986	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0387_000000020668	1152	0.8142458733161502	1	1	1	1	1	False	22960	fragment	False	SPA0134_000000020014	0.9550874403815581		0	0	False	False	0.9982638955116272	0					non-mobilizable	chromosome	1152.0	96.52799999999999	100.0	0.0003627924363923365	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0128_000000006796	5042	0.8142423882681614	4	3	3	3	2	False	127864	fragment	False	CHI0061_000000000946	0.7994909555027045		0	0	False	False	0.9998016953468323	0					non-mobilizable	no_good_hit	935.0	91.765	24.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0249_000000003366	4522	0.8142398505684065	4	4	3	4	3	True	72132	fragment	False	ISR0249_000000003366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3695.0	71.502	80.0	0.0015705161763166161	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	True	True
ENG0032_000000001424	11142	0.8142388416538463	10	9	9	8	8	False	81794	fragment	False	ENG0032_000000001424	1.0		0	0	False	False	0.998653769493103	0					non-mobilizable	no_good_hit	917.0	77.535	8.0	0.0013218550080312487	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
FIJ0114_000000009290	3985	0.8142377820399698	6	3	2	2	3	False	104909	fragment	False	ISR0856_000000000942	0.7601632262852869		0	0	False	False	1.0	0					non-mobilizable	plasmid	3980.0	99.221	99.0	0.32101653892698667	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0039_000000011332	3934	0.8142377820399698	6	3	2	2	3	False	104909	fragment	False	ISR0856_000000000942	0.7307752599159864		0	0	False	False	1.0	0					non-mobilizable	plasmid	3935.0	99.365	100.0	0.3173860427591771	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0021_000000012992	3848	0.8142377820399698	5	3	2	2	3	False	104909	fragment	False	ISR0856_000000000942	0.7107063815306819		0	0	False	False	1.0	0					non-mobilizable	plasmid	3849.0	99.376	100.0	0.31044776119402984	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0080_000000008020	3678	0.8142377820399698	6	3	2	2	3	False	104896	fragment	False	ISR0080_000000008020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2807.0	99.181	80.0	0.2263816054860831	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0030_000000009132	3665	0.8142377820399698	6	3	2	2	3	False	65063	fragment	False	MON0030_000000009132	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1865.0	86.059	59.0	0.1498184751916095	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0041_000000024647	2495	0.8142377820399698	5	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6441627496378058		0	0	False	False	0.9819639325141907	0					non-mobilizable	plasmid	2494.0	98.95700000000001	99.0	0.20104881000403388	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0105_000000012423	2494	0.8142377820399698	5	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6635313919947806		0	0	False	False	0.999599039554596	0					non-mobilizable	plasmid	2494.0	99.198	100.0	0.20112948769665187	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0101_01_000000013235	2449	0.8142377820399698	5	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6399208357550422		0	0	False	False	0.9995916485786438	0					non-mobilizable	plasmid	2449.0	98.93799999999999	100.0	0.1974989915288423	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0132_000000013988	2211	0.8142377820399698	5	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.11936966919815202		0	0	False	False	1.0	0					non-mobilizable	plasmid	2211.0	98.598	100.0	0.1782977006857604	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0092_000000006946	2182	0.8142377820399698	3	3	2	2	3	False	104864	fragment	False	USA0113_01_000000007936	0.8107767465205774		0	0	False	False	1.0	0					non-mobilizable	plasmid	2077.0	84.689	95.0	0.1672448567970956	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0015_01_000000015867	2124	0.8142377820399698	3	3	2	2	3	False	84883	fragment	False	USA0015_01_000000015867	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2086.0	83.89299999999999	98.0	0.16748688987494958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0046_000000031021	1140	0.8142374683361645	2	2	1	1	0	True	46922	fragment	False	FIJ0046_000000031021	1.0		0	0	False	False	0.9964912533760071	0					non-mobilizable	no_good_hit	115.0	100.0	10.0	0.002448821773032887	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
AST0094_000000016119	1421	0.8142354903621665	2	2	2	2	2	False	109155	fragment	False	AST0094_000000016119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	76.961	43.0	0.0001691781938536024	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0066_000000024619	1360	0.8142331539185137	3	3	3	3	2	False	45300	maximal	True	FIJ0066_000000024619	1.0		56	6	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	6.0	9.284501497706148e-05	NZ_LGYN01000001.1	firmicutes	Bacillus australimaris strain NH7I_1 contig1, whole genome shotgun sequence	True	False
MON0105_000000027887	1948	0.8142190852345588	2	2	2	2	2	False	8734	maximal	True	MON0105_000000027887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	99.569	71.0	0.0070698895997801155	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0105_000000013143	1920	0.8142172550105425	2	2	2	2	1	True	4786	maximal	True	SPA0105_000000013143	1.0		0	0	False	False	0.9958333373069763	0					non-mobilizable	no_good_hit	1183.0	100.0	62.0	0.02505033379251881	CP016738.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3 plasmid pJM3B, complete sequence	True	True
ENG0081_000000013937	1862	0.8142164702254597	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.07142892341715824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	84.124	26.0	0.00013601947439152362	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0095_000000004885	5422	0.8141855814407639	3	3	3	3	2	False	67427	maximal	True	ENG0095_000000004885	1.0		12	5	False	False	0.9961268901824951	0					non-mobilizable	no_good_hit	334.0	73.952	6.0	0.000529925339046557	NZ_FNBZ01000003.1	a-proteobacteria	Bosea robiniae strain DSM 26672, whole genome shotgun sequence	True	False
MAD0091_000000008827	1801	0.8141816623582675	3	3	3	3	2	False	87234	fragment	False	ENG0071_000000009668	0.4181747001566992		0	0	False	False	0.9988895058631897	0					non-mobilizable	other	1783.0	97.81299999999999	99.0	0.007798687089715536	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0115_000000002716	9278	0.8141730366914328	11	2	1	2	0	True	4404	maximal	True	SPA0115_000000002716	1.0		1	1	False	False	0.9980599284172058	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.0010368382532324957	AC134648.2	primates	Homo sapiens 3 BAC RP11-449I18 (Roswell Park Cancer Institute Human BAC Library) complete sequence	True	True
ENG0202_000000018750	1111	0.8141663794916315	2	2	2	2	2	False	54101	fragment	False	ENG0202_000000018750	0.9972997299729973		0	0	False	False	0.9981998205184937	0					non-mobilizable	other	1111.0	98.83	100.0	0.00547726196115585	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
MON0037_000000002064	13635	0.8141531284304052	16	8	6	8	6	True	70488	fragment	False	MON0037_000000002064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0107_000000031475	1261	0.8141474381428072	2	2	2	2	2	False	47612	fragment	False	FIJ0038_000000027104	0.94559094133479		0	0	False	False	1.0	0					non-mobilizable	chromosome	1261.0	97.22399999999999	100.0	0.0003526496724976077	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0821_000000011891	2487	0.8141412551274517	3	3	3	3	3	False	81204	fragment	False	MON0025_000000014804	0.9244687294455908		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1405.0	75.445	55.0	0.0004195998249634451	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0394_000000013966	1376	0.8141263985466604	2	2	2	2	2	True	58766	fragment	False	ISR0370_000000017888	0.9596898513328281		0	0	False	False	0.9934592843055725	0					non-mobilizable	other	1371.0	99.708	99.0	0.010382799414925464	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0004_000000003089	8231	0.8141229027787381	12	12	2	3	10	True	132544	fragment	False	CHI0126_000000000854	0.0029118738982245574		0	0	False	False	1.0	0					non-mobilizable	plasmid	7366.0	96.022	100.0	0.14416763039771058	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
MAD0091_000000008171	1915	0.8141170212835149	2	2	0	2	1	False	15747	fragment	False	MAD0091_000000008171	1.0		0	0	False	False	0.9958224296569824	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000001493	15889	0.8141132939528062	10	9	8	8	6	False	31874	fragment	False	ISR0128_000000001493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11285.0	94.462	71.0	0.029337611735044695	NZ_QVMD01000005.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf5, whole genome shotgun sequence	True	False
DEN0010_000000031103	1492	0.8141057019425836	2	2	2	2	2	False	75897	maximal	True	DEN0010_000000031103	1.0		71	9	False	False	0.9993297457695007	0					non-mobilizable	no_good_hit	453.0	72.185	29.0	0.00011812198258059105	NZ_AP017655.1	a-proteobacteria	Sphingobium cloacae strain JCM 10874 chromosome SCLO_1	True	False
MON0107_000000021638	2706	0.8141054245237003	3	3	3	3	3	False	70329	fragment	False	MON0107_000000021638	0.995919881305638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	836.0	72.847	30.0	0.0002830904844240257	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0053_000000008839	2314	0.8141027403660864	4	4	4	4	4	False	95480	fragment	False	DEN0010_000000015510	0.40432570578752014		0	0	False	False	0.9922212362289429	0					non-mobilizable	other	1786.0	78.275	91.0	0.036823406478578895	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
FIJ0065_000000008292	2175	0.8141011043906514	6	2	2	1	1	False	45430	fragment	False	FIJ0065_000000008292	1.0		0	0	False	False	0.9949425458908081	0					non-mobilizable	no_good_hit								True	False
FIJ0088_000000002023	14663	0.814094475204975	20	6	5	5	4	False	51481	fragment	False	FIJ0088_000000002023	0.999930483142162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	77.32	1.0	0.00021376133102055447	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
SPA0097_000000014300	2317	0.8140776142872413	4	2	2	2	2	False	28263	fragment	False	SPA0097_000000014300	1.0		0	0	False	False	0.9939576983451843	0					non-mobilizable	no_good_hit	981.0	98.98100000000001	44.0	0.005313121784341471	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
FIJ0167_000000008929	2216	0.8140734995196177	2	2	2	1	1	False	38974	fragment	False	FIJ0167_000000008929	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	98.846	100.0	0.004223123306910366	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0129_000000005503	3806	0.814068243358369	4	3	2	3	0	True	81289	maximal	True	CHI0129_000000005503	1.0		2	1	False	False	0.9950078725814819	0					non-mobilizable	no_good_hit	51.0	88.235	1.0	0.0003830159772379076	NZ_FUWG01000009.1	spirochetes	Treponema porcinum strain ATCC BAA-908, whole genome shotgun sequence	True	True
AUS0020_000000004417	6014	0.8140602528940402	9	6	0	2	6	False	99706	fragment	False	AUS0020_000000004417	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	98.19	27.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
SPA0114_000000008440	4984	0.8140588985056335	9	8	1	2	6	False	125140	maximal	True	SPA0114_000000008440	1.0		1	1	False	False	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	1937.0	96.48899999999999	73.0	0.4391353811149033	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
FIJ0025_000000007707	2769	0.8140586309973993	3	3	3	2	2	False	49183	maximal	True	FIJ0025_000000007707	1.0		6	3	False	False	0.9981942772865295	0					non-mobilizable	no_good_hit	2395.0	84.59299999999999	86.0	0.010493846228525786	NZ_QJKD01000012.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_112, whole genome shotgun sequence	True	False
SPA0132_000000002723	11554	0.814046153258925	15	10	7	9	7	True	125395	fragment	False	SPA0132_000000002723	0.9905702977847082		0	0	False	False	1.0	0					non-mobilizable	other	6795.0	97.984	93.0	0.0019385265599830123	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
DEN0018_000000024226	1640	0.8140386244096709	3	1	1	1	1	False	126048	maximal	True	DEN0018_000000024226	1.0	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0102_000000008182	4591	0.8140169578576276	4	3	3	3	3	False	96482	maximal	True	SPA0102_000000008182	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	85.333	2.0	5.4149843744320755e-05	NZ_LT717700.1	high GC Gram+	Mycobacterium terramassiliense strain AB308, whole genome shotgun sequence	True	False
DEN0063_000000027324	1805	0.8140148385813253	3	3	2	3	2	False	75103	maximal	False	DEN0018_000000019568	0.9452849218356025		0	0	False	False	0.9950138330459595	0					non-mobilizable	no_good_hit	106.0	81.132	6.0	4.799732333373564e-05	LT605585.1	a-proteobacteria	Brucella inopinata strain 141012304 genome assembly, chromosome: 1	True	False
FIJ0115_000000008869	2718	0.8140147830263392	3	3	2	3	2	False	45068	fragment	False	FIJ0115_000000008869	1.0		0	0	False	False	0.9944812655448914	0					non-mobilizable	chromosome	2718.0	99.742	100.0	0.0005035718012394502	CP034136.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain G747 chromosome, complete genome	False	False
MAD0045_000000001694	12364	0.8140086463197542	13	7	4	7	4	False	17913	maximal	True	MAD0045_000000001694	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	84.639	5.0	0.8739612188365651	EU061041.1	bacteria	Uncultured bacterium clone LM0ABA4ZB10RM1 genomic sequence	True	False
ISR0033_000000012973	2387	0.8140085801264667	2	2	2	2	1	False	45161	maximal	True	ISR0033_000000012973	0.9954916273078575		360	13	False	False	1.0	0					non-mobilizable	other	2387.0	99.958	100.0	0.04230121443134474	NZ_WNAJ01000025.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold25_size56405, whole genome shotgun sequence	False	False
CHI0129_000000001915	9397	0.814008092052663	7	7	7	7	6	False	131566	fragment	False	CHI0129_000000001915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2768.0	88.584	77.0	0.0008976695691966085	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ENG0036_000000003361	6306	0.8140070196039083	9	5	4	3	4	True	126133	fragment	False	ENG0036_000000003361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	85.075	10.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0013_000000032432	1703	0.8140066435673048	2	1	1	1	1	False	13515	maximal	True	MON0013_000000032432	0.9867957746478874		3	1	False	False	0.9935408234596252	0					non-mobilizable	no_good_hit								True	False
CHI0144_000000015721	1122	0.8140022287283459	2	1	1	1	1	True	84302	fragment	False	CHI0081_000000008048	0.9701110162254484		0	0	False	False	1.0	0	rep_cluster_1702				non-mobilizable	other	1123.0	99.288	100.0	0.011186731598275587	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0046_000000000606	18914	0.8139932478642292	17	4	1	3	3	False	69435	maximal	True	ISR0046_000000000606	1.0		14	3	False	False	0.9997885227203369	0					non-mobilizable	no_good_hit	632.0	76.266	3.0	0.0002793549132772571	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0074_000000006513	4877	0.8139927120346714	6	2	2	2	2	False	62176	fragment	False	FIJ0074_000000006513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	2.0	0.000588827343498593	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0082_000000000480	31591	0.8139911989145208	45	22	8	9	21	True	61641	maximal	True	ENG0082_000000000480	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	19441.0	96.286	81.0	0.10446531465066937	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
MAD0023_000000009111	1473	0.8139910444805843	3	3	3	3	2	False	78451	fragment	False	ENG0039_000000017438	0.9691361001950692		0	0	False	False	0.9993211030960083	0					non-mobilizable	other	1473.0	98.031	100.0	0.00044006623714368313	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0009_000000010066	3481	0.8139858489908397	5	5	5	3	3	False	124954	fragment	False	ENG0184_000000004383	0.09180588132406178		0	0	False	False	0.9997127056121826	0					non-mobilizable	no_good_hit	2160.0	78.796	79.0	0.000751463530115025	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0189_000000001788	6222	0.8139856061277478	6	5	5	4	4	True	72922	fragment	False	ISR0200_000000002800	0.9597310477316388		0	0	False	False	0.993249773979187	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.108801833183555e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ENG0158_000000014107	1341	0.8139837652791948	2	2	2	2	2	False	56565	fragment	False	ENG0158_000000014107	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1341.0	99.62700000000001	100.0	0.00021367667880105697	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0225_000000006231	2719	0.8139734869551196	4	2	2	2	1	False	27693	maximal	True	ISR0225_000000006231	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	5.429657877257154e-05	NZ_VUKA01000002.1	a-proteobacteria	Roseomonas oryzae strain KCTC 42542 Scaffold2, whole genome shotgun sequence	True	False
SPA0026_000000003713	6395	0.8139609908273212	7	6	3	6	5	False	7543	maximal	True	SPA0026_000000003713	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	76.596	2.0	0.005327545382794002	NZ_SOEB01000032.1	a-proteobacteria	Rhodovulum visakhapatnamense strain JA181 Ga0310483_132, whole genome shotgun sequence	True	False
ENG0078_000000008247	3190	0.8139564528020452	4	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.13964922337240604		0	0	False	False	0.9921630024909973	0					non-mobilizable	chromosome	3148.0	92.186	98.0	0.0008813276039525627	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0148_000000012037	3137	0.8139530005264898	6	5	4	5	5	False	107997	fragment	False	AST0104_000000009426	0.9557089667239497		0	0	False	False	1.0	0					non-mobilizable	chromosome	3144.0	97.90100000000001	100.0	0.00044348289048089804	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0324_000000021310	1446	0.8139473100649174	3	3	3	3	2	False	24909	maximal	True	ISR0324_000000021310	1.0		70	6	False	False	0.9834024906158447	0					non-mobilizable	no_good_hit	1180.0	99.322	82.0	0.00033468608205514854	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0280_000000000566	9478	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12589754561528552	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	9478.0	99.98899999999999	100.0	0.21685010182367342	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0189_000000000871	9066	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12426467053731452	PS1166	0	0	False	True	0.9998896718025208	0					non-mobilizable	plasmid	9066.0	99.98899999999999	100.0	0.20742283138457315	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0143_000000003994	8911	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12400623744911599	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8911.0	99.98899999999999	100.0	0.20387616410772716	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0136_000000000780	8899	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.1239815775869749	PS1166	0	0	False	True	0.9998876452445984	0					non-mobilizable	plasmid	8899.0	99.98899999999999	100.0	0.2036015834153262	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0079_01_000000001674	8898	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12397716513982547	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8898.0	99.978	100.0	0.20357870169095943	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CAN0014_000000004693	8898	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12397716513982547	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8898.0	99.978	100.0	0.20357870169095943	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0144_000000000456	8898	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12397122343778284	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8898.0	99.98899999999999	100.0	0.20357870169095943	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0045_01_000000001639	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12397257967361532	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.978	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0170_000000001249	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0089_000000000611	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0281_000000001378	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	0.9998875856399536	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0059_01_000000002720	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12397257967361532	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.978	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0192_000000002094	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0071_01_000000001588	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12397257967361532	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.978	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0065_000000001226	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0151_000000001767	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12397257967361532	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.978	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0009_01_000000002738	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0095_000000002202	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ENG0164_000000001925	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12397257967361532	PS1166	0	0	False	True	0.9998875856399536	0					non-mobilizable	plasmid	8896.0	99.978	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0367_000000001129	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0261_000000001662	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0154_000000002803	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396257157645657	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.944	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ENG0078_000000002818	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0288_000000002684	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ENG0003_000000002383	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396663797157266	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.98899999999999	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0150_000000001845	8896	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12397257967361532	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.978	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0175_000000001467	8892	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12396276004329353	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8896.0	99.944	100.0	0.20353293824222593	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0029_000000002247	8884	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12381042226365647	PS1166	0	0	False	True	0.9998874664306641	0					non-mobilizable	plasmid	8884.0	99.944	100.0	0.20325835754982496	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0808_000000001307	8856	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.1235974029014267	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8856.0	99.96600000000001	100.0	0.202617669267556	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0781_000000002506	8856	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12360660452645361	PS1166	0	0	False	True	0.9998871088027954	0					non-mobilizable	plasmid	8856.0	99.98899999999999	100.0	0.202617669267556	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0031_000000000765	8856	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12360660452645361	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8856.0	99.98899999999999	100.0	0.202617669267556	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0827_000000001003	8856	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12360660452645361	PS1166	0	0	False	True	0.9996612668037415	0					non-mobilizable	plasmid	8856.0	99.98899999999999	100.0	0.202617669267556	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0838_000000001961	8856	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12361254622849621	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8856.0	99.977	100.0	0.202617669267556	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0770_000000000867	8856	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12360660452645361	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8856.0	99.98899999999999	100.0	0.202617669267556	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0025_01_000000002130	8770	0.8139397417114967	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.1207531910620329	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8770.0	99.96600000000001	100.0	0.20064984097201566	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0211_000000010841	2080	0.8139272617002391	3	3	3	3	2	False	28410	maximal	True	ISR0211_000000010841	1.0		34	9	False	False	0.9918269515037537	0					non-mobilizable	other	1317.0	82.68799999999999	91.0	0.012434183112996704	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
CHI0162_000000020854	1557	0.8139127751227668	2	2	2	2	1	True	78539	fragment	False	CHI0162_000000020854	0.9930294872394718		0	0	False	False	0.9800899028778076	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
CHI0140_000000025416	1179	0.8139117370984403	2	2	2	1	2	False	80181	maximal	True	CHI0140_000000025416	1.0		2	2	False	False	0.97879558801651	0					non-mobilizable	no_good_hit	271.0	72.325	22.0	0.00012900300225168876	NC_014632.1	fusobacteria	Ilyobacter polytropus DSM 2926, complete sequence	True	False
MAD0100_000000003507	9561	0.8139093711022777	9	8	7	7	8	False	101320	fragment	False	FIJ0014_000000001935	0.6679432333715022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	79.627	15.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0183_000000009777	2844	0.8139084743185702	4	3	2	3	1	False	63262	fragment	False	ENG0183_000000009777	1.0		0	0	False	False	0.997187077999115	0					non-mobilizable	other	2826.0	99.363	99.0	0.0008552058384151558	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0202_000000001235	8298	0.8139067157222423	11	8	6	6	7	False	115569	maximal	True	ISR0202_000000001235	1.0		0	0	False	False	0.9997589588165283	0					non-mobilizable	no_good_hit	5734.0	99.494	89.0	0.033385984647576195	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
MAD0098_000000029127	1557	0.8138939183136257	4	3	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.332764662011442		0	0	False	False	0.9942196607589722	0					non-mobilizable	other	1557.0	96.146	100.0	0.035900512205251256	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ENG0050_000000020327	1389	0.8138932419868223	2	2	2	2	1	False	76380	fragment	False	ENG0037_000000025805	0.953532287591436		0	0	False	False	0.9870410561561584	0					non-mobilizable	other	1389.0	97.48	100.0	0.00037169554492896676	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0170_000000013367	3418	0.8138922436002081	4	4	3	3	3	False	30063	maximal	True	ISR0170_000000013367	1.0		41	7	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	96.07799999999999	10.0	0.027179722094976332	NZ_JAAWUO010000031.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_31_length_13098_cov_76.7836, whole genome shotgun sequence	True	False
SPA0101_000000010416	4313	0.8138862961080527	4	4	4	4	4	False	107499	maximal	False	AST0106_000000004521	0.9973391948172143		0	0	False	False	0.9979133009910583	0					non-mobilizable	no_good_hit	1836.0	80.991	54.0	0.0004888015144271482	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0042_000000004159	6578	0.8138777077620335	6	4	4	4	3	False	106084	maximal	True	SPA0042_000000004159	1.0		0	0	False	False	0.9960474371910095	0					non-mobilizable	no_good_hit	1612.0	93.98299999999999	35.0	0.0005651037868630942	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ISR0022_000000000750	27178	0.8138718367890179	27	11	8	8	4	True	37604	fragment	False	ISR0022_000000000750	1.0		0	0	False	False	0.9999263882637024	0					non-mobilizable	no_good_hit	117.0	80.342	0.0	0.0003945768785058689	NZ_FNHZ01000003.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
TAN0001_000000001624	5629	0.8138688806943943	9	5	5	3	2	True	40677	maximal	True	TAN0001_000000001624	1.0		2	1	False	False	0.9973352551460266	0					non-mobilizable	no_good_hit	114.0	96.491	3.0	3.839080686264551e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0119_000000003435	10131	0.8138646915041199	16	16	6	8	13	False	132521	backbone	False	USA0060_01_000000001071	0.11385722842516509	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	9666.0	97.848	99.0	0.18932904718035165	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0092_000000036379	1257	0.8138631686318532	2	2	2	2	2	False	5300	fragment	False	USA0026_01_000000024774	0.968012185833968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	77.143	72.0	0.0002534908386387486	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0098_000000004081	5374	0.8138624486822098	12	3	2	3	2	False	50730	fragment	False	FIJ0098_000000004081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0012926577042399173	NZ_CAACVB010000123.1	high GC Gram+	Actinomadura roseirufa isolate LMG 30035, whole genome shotgun sequence	True	False
ISR0268_000000002372	6154	0.8138593290044577	8	6	6	6	3	False	122363	fragment	False	SPA0050_000000003804	0.9550105326512188		0	0	False	False	0.9988625049591064	0					non-mobilizable	virus	6154.0	99.691	100.0	0.28065134099616856	MK233816.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_2-CL01_c11 sequence	False	False
MAD0061_000000002608	5849	0.813849214514874	7	7	2	6	7	True	125599	backbone	False	MAD0046_000000003898	0.5103306749863529	PS931	0	0	True	True	1.0	60					non-mobilizable	plasmid	5870.0	94.32700000000001	100.0	0.06951509389113382	CP041414.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_3, complete sequence	False	True
FIJ0142_000000015792	2202	0.8138475549000166	3	1	1	1	1	False	40201	maximal	True	FIJ0142_000000015792	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	98.02600000000001	7.0	0.04300769011677585	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	False
MON0044_000000048787	1183	0.8138475549000166	3	1	1	1	1	False	11587	maximal	True	MON0044_000000048787	1.0		4	3	False	False	0.9983093738555908	0					non-mobilizable	no_good_hit	384.0	89.844	32.0	0.0001364187964442779	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0092_000000008496	2554	0.8138471192522778	5	2	2	2	0	True	105013	fragment	False	ENG0092_000000008496	0.9824996555050296		0	0	False	False	0.9996084570884705	0					non-mobilizable	no_good_hit								True	True
ENG0091_000000009831	2419	0.8138471192522778	5	2	2	2	0	True	105013	fragment	False	ENG0092_000000008496	0.6539376136522591		0	0	False	False	0.9921455383300781	0					non-mobilizable	no_good_hit								True	True
AST0148_000000014564	2383	0.8138471192522778	5	2	2	2	0	True	105013	fragment	False	ENG0092_000000008496	0.9601817228503702		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0133_000000012501	2997	0.8138426599365892	4	4	4	4	4	False	70192	fragment	False	ISR0081_000000007101	0.9506196313257389		0	0	False	False	1.0	0					non-mobilizable	other	3057.0	76.153	100.0	0.0010287878855425468	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
MON0076_000000027430	1749	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9658696697587539		0	0	False	False	1.0	0					non-mobilizable	chromosome	1604.0	83.105	97.0	0.0004225432139799916	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0051_000000021794	1640	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9518381957245957		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	82.396	96.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0042_000000016065	1640	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9501063154109385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.40799999999999	96.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0043_000000017491	1640	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9518381957245957		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	82.396	96.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0020_000000013286	1622	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9438095004084265		0	0	False	False	1.0	0					non-mobilizable	chromosome	1496.0	82.353	96.0	0.00039400020646997955	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0153_000000015923	1617	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9391558960901746		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.329	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0059_000000011052	1616	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9395482572533352		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.194	96.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0089_000000015389	1613	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9373070712874814		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	82.273	96.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0079_000000017438	1613	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9358197784709167		0	0	False	False	1.0	0					non-mobilizable	chromosome	1488.0	82.46	96.0	0.000391866149833717	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0100_000000011470	1610	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9333584602986063		0	0	False	False	1.0	0					non-mobilizable	chromosome	1485.0	82.29	96.0	0.0003910658785951185	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0097_000000019686	1610	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9377934874454974		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.23700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0125_000000011892	1610	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9380053299923504		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.182	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0117_000000012684	1609	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9372903525989892		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.31700000000001	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0098_000000014698	1609	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9366974023720186		0	0	False	False	1.0	0					non-mobilizable	chromosome	1480.0	82.365	96.0	0.00038973209319745437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0037_000000020126	1608	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9360254886670327		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.05799999999999	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0042_000000015133	1604	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9353954772451868		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	82.285	96.0	0.00038946533611792155	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0024_000000013071	1604	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9359916984890082		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0095_000000017126	1604	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9355837807343191		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.329	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0073_000000011486	1604	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.936022992545934		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.23700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0017_000000018213	1603	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9355740807091124		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	82.206	96.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0151_000000010910	1603	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9354926120015908		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.305	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0003_000000014649	1602	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9350015997708311		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.126	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0104_000000016950	1602	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9352766613341492		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.182	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0006_000000024073	1602	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9352766613341492		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.182	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0113_000000016083	1602	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9347651434601981		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.329	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0139_000000016430	1601	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9281218691782576		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.305	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0134_000000009383	1601	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9286250594441052		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.15700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0027_000000010827	1601	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9281218691782576		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.305	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0025_000000013358	1601	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9261849782117981		0	0	False	False	1.0	0					non-mobilizable	chromosome	1469.0	82.23299999999999	96.0	0.00038679776532259336	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0083_000000022551	1601	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.92827648175635		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0163_000000015295	1601	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.928438180058863		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0031_000000015500	1601	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9281756099076993		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.11399999999999	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0129_000000013602	1601	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9260453006217184		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.23700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0009_000000026371	1600	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9275626298262294		0	0	False	False	0.9956250190734863	0					non-mobilizable	chromosome	1474.0	82.225	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0092_000000022607	1600	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9276863732674545		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0111_000000012934	1600	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9277128654156952		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.23700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AUS0016_000000017770	1600	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9270816210501667		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.102	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0081_000000014963	1600	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9254727130155017		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0036_000000026539	1600	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9278447236158698		0	0	False	False	0.9993749856948853	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0232_000000018076	1600	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9272485215180606		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.15700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0032_000000022951	1600	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9272453461953984		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0144_000000019738	1600	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9278760176727953		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.23700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0172_000000018613	1517	0.8138310823597659	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.7373787100314431		0	0	False	False	1.0	0					non-mobilizable	chromosome	1386.0	81.457	96.0	0.0003649236848009019	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0041_000000014180	1727	0.8138173861100387	3	3	3	2	1	False	103355	fragment	False	ENG0041_000000014180	0.9973661019859621		0	0	False	False	0.9994209408760071	0					non-mobilizable	other	1727.0	99.94200000000001	100.0	0.0011997283581446333	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
AST0153_000000019488	1720	0.8138173861100387	3	3	3	2	1	False	103355	fragment	False	ENG0041_000000014180	0.9965115866844712		0	0	False	False	1.0	0					non-mobilizable	other	1720.0	100.0	100.0	0.0011948627159041859	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
ENG0109_000000014323	1715	0.8138173861100387	3	3	3	2	1	False	103355	fragment	False	ENG0041_000000014180	0.9914331626351957		0	0	False	False	0.9953352808952332	0					non-mobilizable	other	1715.0	99.242	100.0	0.001191387257161009	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
MON0011_000000005930	7041	0.8138152275306413	7	7	7	7	5	False	130927	maximal	True	MON0011_000000005930	1.0	PS1128	7	6	False	True	0.9917625188827515	0					non-mobilizable	no_good_hit	1709.0	81.978	27.0	0.0004712553665350373	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
USA0069_01_000000002270	21443	0.8138145427721991	19	15	13	14	13	True	116929	maximal	False	AST0060_000000000939	0.6568864856931985	PS762|PS763|PS764	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5772.0	94.439	43.0	0.20123167360649427	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0056_000000009669	1459	0.8138096390358328	3	2	2	2	1	False	17044	fragment	False	MAD0056_000000009669	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1459.0	100.0	100.0	0.01344200025814541	CP058198.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00002 plasmid pRHBSTW-00002_3, complete sequence	False	True
USA0059_01_000000012521	2087	0.8137871869245284	4	3	3	3	3	False	98806	fragment	False	USA0059_01_000000012521	1.0		0	0	False	False	0.993770956993103	0					non-mobilizable	chromosome	2087.0	98.46700000000001	100.0	0.0009308855416874732	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0191_000000011364	2673	0.8137852889938585	4	3	3	2	2	True	91785	fragment	False	ENG0191_000000011364	0.9529497807829785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	85.572	8.0	6.971235288950732e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
CAN0011_000000005722	5447	0.8137809112191122	5	4	3	3	4	False	94537	maximal	True	CAN0011_000000005722	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	78.44800000000001	2.0	2.0464570667543618e-05	NZ_CP041217.1	firmicutes	Saccharibacillus brassicae strain ATSA2 chromosome, complete genome	True	False
CHI0097_000000001873	2946	0.8137768241155535	3	3	3	3	2	False	105874	fragment	False	CHI0097_000000001873	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2409.0	99.46	100.0	0.0008182357844274916	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0373_000000001248	8546	0.8137735835012189	8	7	5	5	6	True	130129	maximal	False	MAD0085_000000001013	0.9320201909360255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6442.0	96.088	78.0	0.002166319918598072	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0048_000000001495	10647	0.8137692706930318	10	8	4	6	4	True	132285	fragment	False	USA0021_01_000000001590	0.5235336405852455		0	0	False	False	1.0	0					non-mobilizable	other	9003.0	94.346	100.0	0.397971386809585	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
CHI0060_000000002324	4772	0.8137633614671036	5	5	5	5	4	False	105500	fragment	False	CHI0060_000000002324	1.0		0	0	False	False	0.9995808601379395	0					non-mobilizable	other	4772.0	98.82600000000001	100.0	0.006859645414849673	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0370_000000002921	7998	0.8137632752237521	11	5	4	5	3	True	70500	fragment	False	ISR0184_000000001878	0.9925617299199372		0	0	False	False	0.9996249079704285	0					non-mobilizable	no_good_hit	135.0	96.296	2.0	5.979801658011573e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0184_000000001878	7955	0.8137632752237521	10	5	4	5	3	True	70500	fragment	False	ISR0184_000000001878	0.9926000175212986		0	0	False	False	0.9998742938041687	0					non-mobilizable	no_good_hit	52.0	96.154	1.0	2.2758946608850016e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0102_000000003516	4511	0.8137619105947536	7	6	2	2	6	False	80341	fragment	False	MAD0102_000000003516	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	4511.0	99.845	100.0	0.02986240779733291	CP027135.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed3	False	True
TAN0017_000000009935	3434	0.8137606044499716	4	4	4	3	3	False	46667	fragment	False	TAN0017_000000009935	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	78.235	29.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
AUS0012_000000007888	2141	0.8137600040202083	3	3	3	3	3	False	101157	fragment	False	FIJ0021_000000022611	0.9982610181479995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	78.756	44.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0142_000000021241	1687	0.8137566951097509	3	3	3	3	2	False	68730	fragment	False	DEN0090_000000017202	0.9295978619962639		0	0	False	False	0.9751037359237671	0					non-mobilizable	no_good_hit	64.0	90.625	7.0	1.721495854200778e-05	NZ_CP015958.1	b-proteobacteria	Paraburkholderia caribensis strain 852011 chromosome 1, complete sequence	True	False
ISR0333_000000012107	1900	0.8137452354706193	6	5	2	3	5	False	106033	fragment	False	CHI0185_000000009425	0.6263937427192544		0	0	False	False	1.0	0					non-mobilizable	chromosome	1900.0	99.947	100.0	0.0004895527282317247	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
FIJ0099_000000009909	2252	0.8137429142388851	3	3	3	3	3	False	45043	fragment	False	FIJ0099_000000009909	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2252.0	99.956	100.0	0.00046384941852941394	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
ISR0023_000000000076	84193	0.8137389487460011	119	28	17	28	14	True	108373	fragment	False	ISR0023_000000000076	1.0		0	0	False	False	0.9999643564224243	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0006760583968280071	NZ_CCAT010000049.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
MON0098_000000019084	1781	0.8137321487786823	3	2	2	2	2	False	72229	fragment	False	MAD0074_000000002048	0.6297292213524429		0	0	False	False	0.989331841468811	0					non-mobilizable	no_good_hit	570.0	78.596	32.0	0.0022559837858705445	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
ISR0062_000000027279	1418	0.8137313009970151	2	2	1	2	1	False	35315	maximal	True	ISR0062_000000027279	1.0		21	6	False	False	0.9950634837150574	0					non-mobilizable	other	1284.0	99.221	91.0	0.02049324345909338	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	False	False
CHI0015_000000001269	5989	0.8137304380477074	8	7	6	4	1	True	101610	maximal	True	CHI0015_000000001269	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	80.19800000000001	32.0	0.00013567018902656096	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MON0054_000000002231	10344	0.8137273041219157	10	9	9	6	8	False	65209	maximal	True	MON0054_000000002231	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	3215.0	96.579	87.0	0.015703941132208226	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0047_000000003932	7761	0.8137258113381481	11	6	3	5	3	True	17703	maximal	True	MAD0047_000000003932	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.009250398724082934	XM_024673989.1	club-mosses	PREDICTED: Selaginella moellendorffii poly [ADP-ribose] polymerase 1 (LOC9651470), mRNA	True	True
ISR0174_000000018700	1314	0.8137111474466094	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.7297802298513284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	74.836	34.0	0.0018977812828158015	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
CHI0154_000000025902	1305	0.8137109950725463	2	2	2	2	1	False	79112	fragment	False	CHI0154_000000025902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	87.14299999999999	11.0	4.480224642976055e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0045_000000015207	1702	0.8137067629369062	3	2	2	2	2	False	36238	fragment	False	ISR0045_000000015207	1.0		0	0	False	False	0.9923619031906128	0					non-mobilizable	no_good_hit								True	False
MON0011_000000006718	6372	0.8136973079373643	5	5	5	5	5	False	125449	fragment	False	MON0079_000000003371	0.9727095516569201		0	0	False	False	0.9985875487327576	0					non-mobilizable	other	6324.0	99.51	99.0	0.0019039519199436706	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0006_000000009779	2198	0.8136922808887336	3	3	3	2	2	True	14056	fragment	False	MON0006_000000009779	1.0		0	0	False	False	0.9995450377464294	0					non-mobilizable	other	2198.0	99.227	100.0	0.0010564912660343108	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
MAD0004_000000002809	3326	0.8136867023687071	4	4	4	4	4	False	100464	fragment	False	MAD0004_000000002809	1.0		0	0	False	False	0.9984967112541199	0					non-mobilizable	no_good_hit	2765.0	95.913	83.0	0.000504699846069287	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
ISR0077_000000025615	1422	0.8136852511293948	3	2	2	2	2	False	34474	fragment	False	ISR0077_000000025615	1.0		0	0	False	False	0.9992967844009399	0					non-mobilizable	no_good_hit	853.0	75.029	59.0	0.0001332913817353309	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
MAD0102_000000001912	7601	0.8136836756186668	14	13	4	9	10	True	98203	fragment	False	MAD0102_000000001912	1.0		0	0	False	False	0.9988159537315369	0			MPF_F		non-mobilizable	plasmid	7601.0	99.895	100.0	0.0842079597468663	CP021212.1	enterobacteria	Escherichia coli B171 plasmid pB171_90, complete sequence	False	True
ISR0793_000000008292	1991	0.8136742920255581	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.7607641885069963		0	0	False	False	0.9919638633728027	0					non-mobilizable	chromosome	1972.0	98.124	99.0	0.000663090466071815	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0012_000000004290	5737	0.8136647433574588	6	6	6	6	5	False	116633	maximal	True	SPA0012_000000004290	1.0		1	1	False	False	0.9996513724327087	0					non-mobilizable	no_good_hit	4672.0	99.979	81.0	0.0009431937294881614	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
DEN0006_000000003361	1987	0.8136628567849066	3	3	3	2	1	False	88194	fragment	False	ISR0373_000000007354	0.2390062552708866		0	0	False	False	1.0	0					non-mobilizable	chromosome	1987.0	98.23899999999999	100.0	0.0005757047382587106	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0011_000000023122	1957	0.8136628567849066	3	3	3	2	1	False	88194	fragment	False	ISR0373_000000007354	0.2386598782138064		0	0	False	False	0.9989780187606812	0					non-mobilizable	chromosome	1950.0	99.385	99.0	0.0005649791212820881	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0817_000000006516	1884	0.8136628567849066	3	3	3	2	1	False	88194	fragment	False	ISR0373_000000007354	0.17940137014765623		0	0	False	False	1.0	0					non-mobilizable	chromosome	1884.0	99.045	100.0	0.0005458469396481128	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0174_000000010946	1783	0.8136628567849066	3	3	3	2	1	False	88193	fragment	False	ENG0174_000000010946	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1783.0	99.271	100.0	0.0005165689041173325	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0166_000000002991	5327	0.8136566891491364	11	5	4	4	4	False	132089	fragment	False	ISR0166_000000002991	0.9843177852845771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	84.689	16.0	0.00010799726442661224	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0151_000000010763	1754	0.8136491495592891	3	3	3	3	2	False	87234	fragment	False	ENG0071_000000009668	0.41205398899731116		0	0	False	False	0.9977195262908936	0					non-mobilizable	other	1754.0	97.37700000000001	100.0	0.007671772428884026	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0006_000000001922	13021	0.8136464165387901	15	7	3	4	4	False	110795	fragment	False	SPA0006_000000001922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2444.0	97.709	46.0	0.004099635083732399	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
SPA0045_000000000589	32983	0.8136406588729014	38	28	18	24	21	True	123887	maximal	True	SPA0045_000000000589	1.0		3	2	False	False	0.9999393820762634	0					non-mobilizable	no_good_hit	13206.0	98.205	88.0	0.19867579565119253	MK231413.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_1-CL01_c5 sequence	True	True
MAD0103_000000001186	10575	0.8136383558036347	28	7	2	6	4	False	14939	maximal	True	MAD0103_000000001186	1.0		1	1	False	False	0.9998108744621277	0					non-mobilizable	no_good_hit								True	False
CHI0018_000000002068	6671	0.8136343139439498	8	7	2	3	7	False	94158	maximal	True	CHI0018_000000002068	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4209.0	93.419	74.0	0.0006473803829871518	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0035_000000002912	4113	0.8136310460938967	3	3	3	2	2	False	72632	maximal	True	FIJ0035_000000002912	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	97.619	48.0	0.00046348571842155247	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0025_000000006185	3657	0.8136302368229272	2	2	2	2	2	False	94151	fragment	False	ENG0025_000000006185	1.0		0	0	False	False	0.9849603772163391	0					non-mobilizable	chromosome	3657.0	100.0	100.0	0.0005635292095716731	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0094_000000001803	8810	0.8136204798125707	15	10	9	8	6	False	6005	fragment	False	SPA0094_000000001803	1.0		0	0	False	False	0.9998865127563477	0					non-mobilizable	no_good_hit	6369.0	99.042	78.0	0.0008810659264568763	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
SPA0030_000000024180	1253	0.8136107293822911	1	1	1	1	1	False	7304	fragment	False	SPA0030_000000024180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0030_000000005659	4964	0.8136040578204817	7	3	2	2	1	True	89909	maximal	True	FIJ0030_000000005659	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	87.21799999999999	7.0	0.020071118135124456	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
CHI0014_000000001378	4316	0.8136040578204817	6	3	2	2	1	True	89908	fragment	False	CHI0014_000000001378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	96.117	2.0	0.007902015013828527	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
ISR0104_000000004608	5443	0.813600573297721	7	6	2	3	6	False	122890	fragment	False	AST0019_000000004513	0.961962081786332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	85.436	41.0	0.0005345115026000215	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0330_000000010014	2799	0.8136004084349834	5	4	3	4	2	False	77686	maximal	True	ISR0330_000000010014	1.0		1	1	False	False	0.9978563785552979	0					non-mobilizable	no_good_hit	2120.0	99.387	76.0	0.0007741043641731788	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	True	False
MAD0006_000000002803	2969	0.813597959300944	3	3	3	3	2	False	96134	maximal	True	MAD0006_000000002803	1.0		4	1	True	True	0.9996631741523743	6					non-mobilizable	no_good_hit	617.0	92.05799999999999	26.0	0.020404772191020572	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
MAD0091_000000007146	2136	0.813597959300944	3	3	3	3	2	False	96128	fragment	False	MAD0091_000000007146	0.9974332648870636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	88.39299999999999	5.0	2.9610035828143352e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0295_000000009245	3595	0.8135961217569052	6	1	1	1	1	False	29554	maximal	True	ISR0295_000000009245	1.0		4	1	False	False	0.9902642369270325	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000010000	2746	0.8135961217569052	3	1	1	1	1	False	73197	fragment	False	ISR0132_000000010000	1.0		0	0	False	False	0.9876183271408081	0					non-mobilizable	no_good_hit								True	False
ISR0327_000000011470	2377	0.8135961217569052	4	1	1	1	1	False	24790	maximal	True	ISR0327_000000011470	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000016230	2362	0.8135961217569052	3	1	1	1	1	False	29553	fragment	False	ISR0182_000000016230	1.0		0	0	False	False	0.9949195384979248	0					non-mobilizable	no_good_hit								True	False
CHI0129_000000016145	1595	0.8135961217569052	2	1	1	1	1	False	81208	maximal	True	CHI0129_000000016145	1.0		1	1	False	False	0.9981191158294678	0					non-mobilizable	no_good_hit	55.0	85.455	3.0	1.4215018515732137e-05	CP029797.1	firmicutes	Paraliobacillus sp. X-1125 chromosome, complete genome	True	False
CHI0060_000000005478	2423	0.8135945595610217	5	5	2	4	3	False	85760	fragment	False	CHI0060_000000005478	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1617.0	84.16799999999999	99.0	0.00045295500966548456	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0102_000000004524	3667	0.8135936172258358	11	1	1	1	1	False	15022	maximal	True	MAD0102_000000004524	1.0		1	1	False	False	1.0	0					non-mobilizable	virus	3675.0	96.68	100.0	0.02431979436490954	MN850565.1	viruses	Escherichia phage ukendt, complete genome	False	False
ISR0347_000000013539	1681	0.8135933941456367	3	2	1	2	1	False	27283	fragment	False	ISR0347_000000013539	1.0		0	0	False	False	0.9970256090164185	0					non-mobilizable	no_good_hit	1165.0	80.086	69.0	0.0011073275028759889	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
ENG0038_000000019901	1352	0.8135796770612179	3	2	2	2	1	False	65027	fragment	False	ENG0038_000000019901	1.0		0	0	False	False	0.9992603659629822	0					non-mobilizable	no_good_hit	136.0	78.676	10.0	3.13388787557249e-05	NZ_LT839648.1	firmicutes	Oceanobacillus senegalensis strain Marseille-P3587, whole genome shotgun sequence	True	False
MAD0006_000000001870	4075	0.8135788821210939	6	4	3	4	1	True	95052	fragment	False	ISR0378_000000004872	0.9343903870814865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	96.0	1.0	0.0011337343822304489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
AST0099_000000012770	1655	0.8135750535086304	2	2	2	2	2	False	108753	maximal	True	AST0099_000000012770	0.9520590043023971		13	7	False	False	0.9993957877159119	0					non-mobilizable	no_good_hit	1341.0	87.24799999999999	87.0	0.0022147879431858746	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0078_01_000000008347	1986	0.8135721966000703	2	2	2	2	2	False	125912	fragment	False	ISR0144_000000003196	0.9385592229575124		0	0	False	False	0.995468258857727	0					non-mobilizable	chromosome	1960.0	99.898	100.0	0.0006171568987456081	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0041_000000008091	4111	0.8135640059078444	4	2	2	2	2	False	73146	fragment	False	DEN0041_000000008091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	96.333	10.0	0.08117271639409653	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ENG0027_000000000846	17943	0.8135584278454208	16	5	3	4	1	False	66007	maximal	True	ENG0027_000000000846	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	82.993	7.0	0.004260194554927504	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0033_000000003993	6465	0.8135578740842636	7	2	1	1	2	False	116322	backbone	False	ISR0208_000000003484	0.9883552373048686	PS336|PS768	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0153_000000016899	1704	0.8135536387825596	2	2	2	2	1	False	30666	fragment	False	ISR0153_000000016899	1.0		0	0	False	False	0.9994131326675415	0					non-mobilizable	no_good_hit	409.0	74.328	24.0	0.00011297188482124855	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0206_000000011543	2223	0.8135495270091819	3	3	3	3	3	False	123091	fragment	False	ENG0206_000000011543	1.0		0	0	False	False	0.9995501637458801	0					non-mobilizable	other	2223.0	99.01	100.0	0.026746271531230062	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
CHI0052_000000008655	1856	0.8135488406466206	3	3	3	2	2	False	86486	maximal	True	CHI0052_000000008655	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	1856.0	100.0	100.0	0.0003523934161891625	CP026756.1	enterobacteria	Klebsiella aerogenes strain AR_0062 chromosome, complete genome	False	False
ISR0051_000000016921	2291	0.8135450212618913	5	3	3	3	2	False	80208	fragment	False	ISR0051_000000016921	1.0		0	0	False	False	0.9991270303726196	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000009621	3426	0.8135378024524188	3	2	1	1	2	False	103225	fragment	False	SPA0062_000000009621	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2578.0	91.854	93.0	0.005577772187475603	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MAD0040_000000009474	3126	0.8135378024524188	4	2	1	1	2	False	103237	fragment	False	MAD0040_000000009474	1.0		0	0	False	False	0.992002546787262	0					non-mobilizable	other	1846.0	91.766	100.0	0.0039989937456084805	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
CAN0017_000000013514	2670	0.8135378024524188	3	2	1	1	2	False	103224	fragment	False	CAN0017_000000013514	1.0		0	0	False	False	0.9996254444122314	0					non-mobilizable	other	2048.0	92.334	99.0	0.004437061390192489	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
FIJ0044_000000008672	2532	0.8135332940062828	4	3	3	1	1	False	127777	fragment	False	FIJ0044_000000008672	1.0		0	0	False	False	0.998420238494873	0					non-mobilizable	no_good_hit	1986.0	98.943	86.0	0.03794079400290675	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0102_000000000620	18343	0.8135322363594324	17	16	5	7	16	True	15056	maximal	True	MAD0102_000000000620	1.0		2	1	False	False	1.0	0		MOBH	MPF_F		conjugative	plasmid	12081.0	90.382	92.0	0.05271764556707432	MF072964.1	enterobacteria	Citrobacter freundii strain P10159 plasmid pP10159-4, complete sequence	False	True
SPA0108_000000003822	7456	0.8135216312102321	6	5	1	4	3	False	110821	maximal	True	SPA0108_000000003822	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2635.0	96.12899999999999	50.0	0.0005749536788174856	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
DEN0094_000000014922	2415	0.8135183281264664	3	2	2	2	2	False	70034	fragment	False	DEN0094_000000014922	1.0		0	0	False	False	0.9987577795982361	0					non-mobilizable	no_good_hit	629.0	71.542	26.0	9.696569435191279e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0097_000000003662	8151	0.8135165627328602	8	4	3	2	3	False	104424	fragment	False	ENG0097_000000003662	0.9689858038112291		0	0	False	False	0.9998773336410522	0					non-mobilizable	no_good_hit	1637.0	95.72399999999999	58.0	0.0002521700729921382	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0025_01_000000002365	7819	0.8135165627328602	8	4	3	2	3	False	104424	fragment	False	ENG0097_000000003662	0.9497607655502392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	95.85799999999999	59.0	0.0002603393968726903	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0212_000000001883	13639	0.8135142311479557	12	8	5	8	3	True	98940	fragment	False	ISR0212_000000001883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
FIJ0101_000000018650	1502	0.8135091480937742	2	2	1	1	0	True	42663	maximal	True	FIJ0101_000000018650	1.0		1	1	False	False	0.9980026483535767	0					non-mobilizable	no_good_hit	693.0	83.405	44.0	0.23832752613240418	HG796366.1	bacteria	Uncultured bacterium plasmid pRGI00782	True	True
ISR0398_000000009269	2516	0.8135044567448483	4	3	3	3	3	False	126800	fragment	False	ISR0398_000000009269	1.0		0	0	False	False	0.9996025562286377	0					non-mobilizable	chromosome	1050.0	98.095	99.0	0.0004320040457652484	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0776_000000009745	2539	0.8135026202014207	3	3	3	3	2	False	55463	fragment	False	ISR0776_000000009745	1.0		0	0	False	False	0.9948799014091492	0					non-mobilizable	chromosome	968.0	99.38	100.0	0.00013648884630650172	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0047_000000012822	2381	0.813502416705967	3	3	3	3	2	False	104766	maximal	True	FIJ0047_000000012822	1.0		0	0	False	False	0.9970600605010986	0					non-mobilizable	no_good_hit	538.0	90.89200000000001	23.0	0.001923758960525326	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0027_000000001781	7771	0.8134970198254571	5	3	3	3	1	True	114975	fragment	False	CHI0027_000000001781	1.0		0	0	False	False	0.998455822467804	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.605087325247596e-06	NC_016584.1	firmicutes	Desulfosporosinus orientis DSM 765, complete sequence	True	True
ISR0341_000000010433	1332	0.8134934946076904	2	2	2	2	2	False	107691	maximal	True	ISR0341_000000010433	0.9748870021047268		122	10	False	False	0.9977477192878723	0					non-mobilizable	other	1322.0	83.132	99.0	0.00034304806052762337	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0144_000000003918	5022	0.8134931934353964	8	8	8	8	6	False	130919	maximal	True	ENG0144_000000003918	1.0	PS1128	8	5	False	True	0.9968140125274658	0					non-mobilizable	no_good_hit	1709.0	81.978	59.0	0.0004712553665350373	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0776_000000008009	3135	0.8134919278158831	4	4	4	4	3	False	84699	fragment	False	ISR0776_000000008009	0.96759410801964		0	0	False	False	1.0	0					non-mobilizable	other	3135.0	98.596	100.0	0.046842537926911294	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0071_000000006936	3484	0.8134896968606963	3	1	1	1	1	False	88607	maximal	True	SPA0071_000000006936	1.0		9	3	False	False	0.9896670579910278	0					non-mobilizable	no_good_hit	501.0	72.455	14.0	7.675798098939784e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0031_000000010823	3136	0.8134896968606963	3	1	1	1	1	False	88606	fragment	False	MON0031_000000010823	0.9952116656121616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	72.655	16.0	7.675798098939784e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
SPA0069_000000007874	3064	0.8134896968606963	3	1	1	1	1	False	88606	fragment	False	MON0031_000000010823	0.9898996420906704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	72.455	16.0	7.675798098939784e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
SPA0070_000000007028	3062	0.8134896968606963	3	1	1	1	1	False	88606	fragment	False	MON0031_000000010823	0.9894695476101667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	72.455	16.0	7.675798098939784e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
CHI0029_000000004407	2688	0.8134896968606963	3	1	1	1	1	False	88605	fragment	False	SPA0062_000000013652	0.9174408144381782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	72.455	18.0	7.675798098939784e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
SPA0062_000000013652	2412	0.8134896968606963	3	1	1	1	1	False	88605	fragment	False	SPA0062_000000013652	0.979823733674472		0	0	False	False	0.9983416199684143	0					non-mobilizable	no_good_hit	519.0	72.25399999999999	21.0	0.0007140447543011357	NZ_ATXD01000010.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
SPA0072_000000010024	2075	0.8134896968606963	3	1	1	1	1	False	57336	fragment	False	SPA0072_000000010024	1.0		0	0	False	False	0.9850602149963379	0					non-mobilizable	no_good_hit	501.0	72.455	24.0	7.675798098939784e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0147_000000014009	1130	0.8134896968606963	2	1	1	1	1	False	57335	fragment	False	ENG0147_000000014009	1.0		0	0	False	False	0.9929203391075134	0					non-mobilizable	no_good_hit	519.0	72.25399999999999	45.0	0.0007140447543011357	NZ_ATXD01000010.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
ISR0023_000000003559	7276	0.8134874040509708	7	4	4	4	3	False	116213	fragment	False	SPA0013_000000002713	0.8630559497887913		0	0	False	False	0.999862551689148	0					non-mobilizable	no_good_hit	1869.0	94.70299999999999	27.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0062_000000005766	6918	0.8134874040509708	7	4	4	4	3	False	116213	fragment	False	SPA0013_000000002713	0.68038727847127		0	0	False	False	0.9969644546508789	0					non-mobilizable	no_good_hit	1572.0	94.84700000000001	23.0	0.00035544176592338387	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0016_000000001411	3282	0.8134861852597741	8	5	3	3	3	True	90071	maximal	True	CHI0016_000000001411	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	2236.0	92.665	68.0	0.37495786990225816	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	True	True
USA0038_01_000000006425	2702	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9969644084971774		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.741	100.0	0.0004712794451469999	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
USA0086_01_000000006608	2702	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9974225302194928		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.77799999999999	100.0	0.0004712794451469999	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
AUS0024_000000012115	2702	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9971175824808189		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.741	100.0	0.0004712794451469999	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0126_000000007026	2702	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9974225302194928		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.77799999999999	100.0	0.0004712794451469999	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0120_000000008017	2702	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9972950871484874		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.77799999999999	100.0	0.0004712794451469999	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0043_000000012577	2702	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9971175824808189		0	0	False	False	0.9996299147605896	0					non-mobilizable	other	2701.0	99.741	100.0	0.0004712794451469999	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0217_000000009198	2702	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9978577313180763		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	99.77799999999999	100.0	0.0004712794451469999	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0104_000000011548	2702	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9964055094990024		0	0	False	False	0.9996299147605896	0					non-mobilizable	other	2701.0	99.926	100.0	0.0004712794451469999	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0324_000000011476	2698	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9955344618886912		0	0	False	False	0.9996293783187866	0					non-mobilizable	other	2698.0	99.77799999999999	100.0	0.0004707558013190588	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0256_000000006653	2694	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.997068887518446		0	0	False	False	1.0	0					non-mobilizable	other	2694.0	99.777	100.0	0.00047005760954847063	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0042_000000011843	2692	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9940667353943992		0	0	False	False	1.0	0					non-mobilizable	other	2690.0	99.74	100.0	0.0004693594177778825	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0146_000000008872	2685	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9950455111228458		0	0	False	False	1.0	0					non-mobilizable	other	2684.0	99.963	100.0	0.0004683121301220003	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0353_000000013751	2685	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9959214828718914		0	0	False	False	1.0	0					non-mobilizable	other	2684.0	99.77600000000001	100.0	0.0004683121301220003	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0054_000000011025	2681	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9945248262591572		0	0	False	False	1.0	0					non-mobilizable	other	2678.0	99.73899999999999	100.0	0.0004672648424661181	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0084_000000006548	2669	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9919255679407454		0	0	False	False	0.9977519512176514	0					non-mobilizable	other	2669.0	99.775	100.0	0.00046569391098229474	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0009_000000013408	2662	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.991622113440545		0	0	False	False	0.9988730549812317	0					non-mobilizable	other	2662.0	99.81200000000001	100.0	0.0004644720753837655	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CHI0023_000000005007	2662	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9907803715027059		0	0	False	False	1.0	0					non-mobilizable	other	2662.0	99.775	100.0	0.0004644720753837655	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0851_000000004857	2662	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.991622113440545		0	0	False	False	0.9988730549812317	0					non-mobilizable	other	2662.0	99.81200000000001	100.0	0.0004644720753837655	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CHI0161_000000003863	2628	0.8134829545138892	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9737441709492444		0	0	False	False	0.9996194839477539	0					non-mobilizable	other	2628.0	99.772	100.0	0.0004585374453337662	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CHI0164_000000008373	2780	0.8134782741971462	4	2	1	2	1	False	78409	maximal	True	CHI0164_000000008373	1.0		1	1	False	False	0.9996402859687805	0					non-mobilizable	no_good_hit	1222.0	95.581	81.0	0.0001858397705023427	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ENG0024_000000018354	1389	0.8134766555973307	4	3	1	3	1	False	83346	fragment	False	ENG0024_000000018354	1.0		0	0	False	False	0.9820014238357544	0					non-mobilizable	other	1355.0	93.801	97.0	0.09900337095119449	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
ITA0003_000000002146	2535	0.8134745381304861	6	2	1	1	2	False	113339	fragment	False	ITA0003_000000002146	0.9559748954910244		0	0	False	False	0.9992110729217529	0					non-mobilizable	virus	2536.0	95.189	100.0	0.4078031406831795	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0296_000000008309	3080	0.8134726591490308	3	3	3	3	3	False	25687	fragment	False	ISR0296_000000008309	1.0		0	0	False	False	0.9967532753944397	0					non-mobilizable	no_good_hit	504.0	72.024	16.0	0.01123850607333409	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
CHI0133_000000014996	1351	0.8134715872934548	1	1	1	1	1	False	80778	maximal	True	CHI0133_000000014996	1.0		1	1	False	False	0.9911177158355713	0					non-mobilizable	no_good_hit	1152.0	93.056	85.0	0.00031907626172584435	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0209_000000009812	2999	0.8134704808094645	4	4	3	3	2	False	113756	fragment	False	ISR0059_000000003816	0.6510657726463414		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	97.945	100.0	0.00039351053321045015	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0393_000000006003	2889	0.8134704808094645	4	4	3	3	2	False	113756	fragment	False	ISR0059_000000003816	0.24623793709702388		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	96.081	96.0	0.0003876262635549668	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0136_000000005711	2008	0.8134383634077829	3	3	3	2	2	False	88194	fragment	False	ISR0373_000000007354	0.11932367149758455		0	0	False	False	0.9965139627456665	0					non-mobilizable	other	1998.0	99.149	99.0	0.000539960453372103	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
USA0132_01_000000012009	1299	0.8134356968730464	2	1	1	1	1	False	71	fragment	False	USA0132_01_000000012009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0106_000000005000	7473	0.8134323540061933	13	4	3	3	1	False	108792	maximal	True	SPA0106_000000005000	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000036091	1165	0.8134232223999417	1	1	1	1	1	False	85365	fragment	False	SPA0125_000000025181	0.7018065421489796		0	0	False	False	0.9991416335105896	0					non-mobilizable	no_good_hit								True	False
CHI0026_000000003199	3134	0.8134138242375525	4	4	4	3	3	False	104715	fragment	False	CHI0049_000000004792	0.9267733947367748		0	0	False	False	0.9993618130683899	0					non-mobilizable	other	3134.0	97.12799999999999	100.0	0.010882137386550332	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
FIJ0135_000000006010	4852	0.8133932163384608	7	4	4	3	3	False	116359	fragment	False	ISR0146_000000007051	0.4018587204075502		0	0	False	False	0.9975267648696899	0					non-mobilizable	no_good_hit	1782.0	94.557	70.0	0.02292975589659079	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MAD0107_000000003169	10496	0.8133903583417359	12	6	4	4	3	False	108041	maximal	True	MAD0107_000000003169	0.9865253421562418		3	2	True	True	1.0	112					non-mobilizable	no_good_hit	410.0	74.39	4.0	0.044502904746245756	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0123_000000003112	10473	0.8133903583417359	13	6	4	4	3	False	108041	maximal	False	MAD0107_000000003169	0.9734299812295184		0	0	True	True	0.9999045133590698	3					non-mobilizable	no_good_hit	410.0	74.39	4.0	0.044502904746245756	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
AST0104_000000002649	10456	0.8133903583417359	12	6	4	4	3	False	108041	maximal	False	MAD0107_000000003169	0.9865176597838633		0	0	True	True	1.0	65					non-mobilizable	no_good_hit	410.0	74.39	4.0	0.044502904746245756	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
AST0025_000000007605	4308	0.8133844029863087	3	3	3	3	3	False	127861	fragment	False	MON0102_000000010018	0.9470169189670525		0	0	False	False	0.9951253533363342	0					non-mobilizable	no_good_hit	935.0	94.652	28.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0312_000000001268	9673	0.8133834022520712	12	9	5	8	7	False	76019	maximal	True	ISR0312_000000001268	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	73.058	4.0	0.0001822426529502886	NZ_UFRM01000001.1	g-proteobacteria	Actinobacillus lignieresii strain NCTC4189, whole genome shotgun sequence	True	False
FIJ0011_000000033650	1366	0.8133804859341294	2	2	2	2	2	False	50892	maximal	True	FIJ0011_000000033650	1.0		47	5	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	81.053	7.0	1.9175431947004e-05	NZ_CP016337.1	enterobacteria	Kosakonia sacchari strain BO-1 chromosome, complete genome	True	False
ISR0090_000000000090	64478	0.813376191811688	49	26	16	26	11	True	33695	maximal	True	ISR0090_000000000090	1.0		1	1	True	True	0.9999534487724304	19					non-mobilizable	no_good_hit	136.0	84.559	0.0	0.004006748207507381	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CAN0015_000000001030	30896	0.8133693596152552	48	22	10	16	13	False	93700	maximal	True	CAN0015_000000001030	1.0		2	1	False	False	0.9999029040336609	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000003094	11022	0.8133456390826233	16	6	4	5	6	False	25855	maximal	True	ISR0293_000000003094	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	85.0	90.588	1.0	2.3325653666315003e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0180_000000008390	2659	0.8133365639892267	3	3	3	3	3	False	107554	maximal	True	ISR0180_000000008390	1.0		732	16	False	False	0.998119592666626	0					non-mobilizable	other	2541.0	98.30799999999999	100.0	0.0007638421168151547	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0036_000000012577	3067	0.8133362567855309	3	3	3	2	3	False	51174	fragment	False	FIJ0036_000000012577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	79.084	21.0	0.0549441246190315	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0059_000000002108	7139	0.8133350914889836	6	5	4	5	5	False	35462	maximal	True	ISR0059_000000002108	1.0		2	1	False	False	0.9931362867355347	0					non-mobilizable	no_good_hit	1486.0	79.542	61.0	0.013142216926606321	NZ_BBAB01000010.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
CHI0144_000000012387	1375	0.8133331798939706	2	2	1	1	2	True	79819	fragment	False	CHI0144_000000012387	1.0		0	0	False	False	0.9847272634506226	0					non-mobilizable	other	1354.0	99.926	98.0	0.02956871664771236	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0271_000000006580	2496	0.8133271691005635	2	2	2	2	2	False	67981	maximal	True	ISR0271_000000006580	1.0		467	13	False	False	1.0	0					non-mobilizable	other	2496.0	99.76	100.0	0.0006117188662679583	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0132_000000006663	4894	0.8133174005861393	7	5	3	5	3	True	80950	maximal	True	CHI0132_000000006663	1.0		2	2	False	False	0.99979567527771	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.399523217383899e-06	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	True
CHI0179_000000010294	1977	0.8133077133787072	3	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.6092749783589414		0	0	False	False	0.999494194984436	0					non-mobilizable	no_good_hit	689.0	83.454	35.0	0.00015464726365045547	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0153_000000013234	1967	0.8133077133787072	3	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.6081624154513179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	83.35799999999999	34.0	0.00015260646398351397	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0102_000000016371	1943	0.8133077133787072	3	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.6077545146810155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	84.0	33.0	0.0001818276858085037	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0083_01_000000014880	1935	0.8133077133787072	3	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.6075115715181565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	84.399	33.0	0.00017929839806155387	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0097_000000016124	1863	0.8133077133787072	3	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.5303192956615203		0	0	False	False	0.977455735206604	0					non-mobilizable	no_good_hit	542.0	80.812	29.0	0.00012199446897939155	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0082_000000009178	3135	0.8133067848861784	4	3	2	2	2	True	124841	fragment	False	AST0061_000000012624	0.9129040228287374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	85.075	2.0	0.0001547924947072874	NZ_MKIP01000037.1	a-proteobacteria	Rhizobium oryzae strain 1.7048 scaffold11, whole genome shotgun sequence	True	True
SPA0016_000000006743	4743	0.8132993277324029	5	5	5	5	4	False	28913	maximal	True	SPA0016_000000006743	1.0		5	3	False	False	0.9993674755096436	0					non-mobilizable	no_good_hit	774.0	76.873	16.0	0.00028361612038390634	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
FIJ0169_000000012410	1834	0.8132984777091877	3	2	2	2	2	False	38860	maximal	True	FIJ0169_000000012410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	0.00018375523802295342	NZ_LOAS01000010.1	a-proteobacteria	Pseudoruegeria sabulilitoris strain GJMS-35 contig10, whole genome shotgun sequence	True	False
ENG0004_000000020479	1325	0.8132874555499007	3	2	2	2	2	False	67751	fragment	False	FIJ0044_000000014240	0.7456066784181694		0	0	False	False	0.9849056601524353	0					non-mobilizable	other	1326.0	92.76	100.0	0.03649493125954729	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
SPA0055_000000025034	1218	0.8132855189491788	2	1	1	1	1	False	6389	fragment	False	SPA0055_000000025034	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	99.507	100.0	0.0003711140893753726	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0078_000000040657	1175	0.813276991159087	2	1	1	1	1	False	10128	fragment	False	MON0078_000000040657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	70.699	62.0	0.0006794033890239641	NZ_GL982489.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD2, whole genome shotgun sequence	True	False
ISR0344_000000006155	4818	0.8132670334572745	7	3	2	2	2	False	113742	maximal	True	ISR0344_000000006155	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3688.0	97.939	77.0	0.0016193410902421413	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
AST0016_000000009160	2876	0.8132596094548573	4	4	1	3	2	False	123457	fragment	False	SPA0093_000000013510	0.9785473119363574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	97.29700000000001	30.0	0.00023761870789719758	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0134_000000007250	4057	0.8132484257852839	4	4	4	4	4	False	87152	fragment	False	FIJ0020_000000005155	0.9683562524085945		0	0	False	False	0.9972886443138123	0					non-mobilizable	chromosome	4057.0	100.0	100.0	0.0007968104009689026	CP034359.1	enterobacteria	Klebsiella pneumoniae strain 39 chromosome	False	False
SPA0049_000000005539	3936	0.8132481880239533	6	3	3	3	3	False	131443	maximal	True	SPA0049_000000005539	1.0		26	4	False	False	0.9997459053993225	0					non-mobilizable	no_good_hit	1808.0	99.06	46.0	0.006299811040532155	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
FIJ0120_000000007157	3183	0.8132472685964086	4	3	3	3	3	False	45985	maximal	True	FIJ0120_000000007157	1.0		44	11	False	False	0.99434494972229	0					non-mobilizable	no_good_hit	1267.0	74.90100000000001	41.0	0.00037665214353005855	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0011_000000019958	2367	0.8132449246282926	3	3	3	3	3	False	50331	maximal	True	MON0011_000000019958	1.0		5	1	False	False	0.983523428440094	0					non-mobilizable	no_good_hit	790.0	76.203	33.0	0.0002203290659565176	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0220_000000000517	26692	0.8132347209897275	26	25	13	12	24	False	85527	fragment	False	ISR0220_000000000517	1.0		0	0	False	False	0.9999250769615173	0					non-mobilizable	plasmid	26692.0	99.96600000000001	100.0	0.23886487502349182	MK125034.1	enterobacteria	Escherichia coli O25b:H4-ST131 plasmid p7.2.1, complete sequence	False	True
CHI0034_000000013092	1290	0.8132327611661709	3	3	2	2	2	True	88154	maximal	True	CHI0034_000000013092	1.0		49	7	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	95.755	67.0	0.00011282096358214331	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0020_000000011700	1869	0.8132311702317385	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.19706108224720678		0	0	False	False	1.0	0					non-mobilizable	chromosome	1872.0	96.1	100.0	0.0006287578632599749	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0059_000000002128	7086	0.8132281568124896	10	7	7	6	7	False	116227	maximal	True	ISR0059_000000002128	1.0		3	3	False	False	0.9997177720069885	0					non-mobilizable	no_good_hit	1964.0	94.552	41.0	0.00044390626654467163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0016_000000013259	2424	0.8132273652893642	2	1	1	1	1	False	17747	fragment	False	MON0016_000000013259	1.0		0	0	False	False	0.9954620599746704	0					non-mobilizable	other	2434.0	95.316	100.0	0.010165817073885275	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
MAD0025_000000012693	1103	0.8132217671238263	2	2	2	2	1	False	19110	maximal	True	MAD0025_000000012693	1.0		0	0	False	False	0.9909338355064392	0					non-mobilizable	no_good_hit	899.0	100.0	82.0	0.0001751376332157688	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	True	False
ENG0128_000000002743	8258	0.8132098907377585	5	4	4	3	3	False	61168	fragment	False	ENG0128_000000002743	1.0		0	0	False	False	0.9956405758857727	0					non-mobilizable	no_good_hit	42.0	95.238	1.0	0.0014874473951530982	NZ_MBFG01000014.1	firmicutes	Nosocomiicoccus ampullae strain LUREC Nosocomiicoccus_Contig_14, whole genome shotgun sequence	True	False
ENG0014_000000006053	4216	0.8132079458608349	5	5	5	5	4	False	105497	fragment	False	ENG0014_000000006053	1.0		0	0	False	False	0.998814046382904	0					non-mobilizable	other	4217.0	99.02799999999999	100.0	0.008721652044363516	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
FIJ0133_000000020517	1851	0.8132012681798564	3	2	2	2	1	True	40675	fragment	False	FIJ0133_000000020517	1.0		0	0	False	False	0.9994597434997559	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	9.988969755821149e-06	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	True	True
FIJ0140_000000008410	3361	0.8131949924656627	4	4	4	2	3	False	90167	fragment	False	FIJ0140_000000008410	1.0		0	0	False	False	0.9997024536132812	0					non-mobilizable	chromosome	3361.0	99.94	100.0	0.000705471223282902	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
CAN0012_000000013821	3736	0.8131908618040626	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.33340720849080374		0	0	False	False	1.0	0					non-mobilizable	chromosome	3755.0	91.79799999999999	100.0	0.0012038589238500407	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0091_000000003340	9227	0.8131870374067195	11	9	3	4	7	False	118188	backbone	False	CHI0082_000000001020	0.9968109234735525	PS799|PS801|PS802	0	0	True	True	1.0	112	rep_cluster_1097,rep_cluster_1097	MOBB			mobilizable	no_good_hit	3539.0	95.677	54.0	0.44578920827029755	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
ISR0215_000000012770	2273	0.8131847743403129	4	1	1	1	1	False	127932	fragment	False	ISR0215_000000012770	1.0		0	0	False	False	0.9951605796813965	0					non-mobilizable	no_good_hit	1789.0	99.441	79.0	0.000397921549810965	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0113_000000014763	1898	0.8131847743403129	4	1	1	1	1	False	127930	fragment	False	MON0046_000000018301	0.9340404961720711		0	0	False	False	1.0	0					non-mobilizable	chromosome	1794.0	99.666	94.0	0.00039903430582274065	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0108_000000000289	44640	0.8131803369538669	27	12	7	11	7	True	34357	maximal	True	ISR0108_000000000289	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	85.59299999999999	0.0	0.016060398078242964	MK233193.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_4_c1 sequence	True	True
CAN0016_000000002336	13999	0.8131784395139693	13	10	6	10	6	True	105271	fragment	False	CAN0007_000000002479	0.6531667424896433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	88.67	8.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
CAN0018_000000002050	13954	0.8131784395139693	13	10	6	10	6	True	105271	fragment	False	CAN0007_000000002479	0.6531102937027449		0	0	False	False	0.99992835521698	0					non-mobilizable	no_good_hit	1165.0	88.67	8.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
ISR0283_000000000820	13791	0.8131784395139693	14	10	6	10	6	True	105271	fragment	False	CAN0007_000000002479	0.6385776008393147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	88.65	8.0	0.0003506460547943304	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
CHI0094_000000002359	1978	0.8131769633547452	3	3	2	3	1	False	83543	maximal	True	CHI0094_000000002359	1.0		29	5	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	95.98	68.0	0.016273877449764326	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0089_000000009654	2528	0.8131767678941583	3	2	2	1	1	False	65079	fragment	False	MON0089_000000009654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	73.708	17.0	0.00012472557519325328	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0119_000000026404	1126	0.8131729200193593	2	2	2	2	1	False	59207	fragment	False	ENG0119_000000026404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	99.59100000000001	65.0	0.00020779492117418893	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0325_000000019234	1127	0.8131699307169209	2	2	2	1	2	False	24840	fragment	False	ISR0325_000000019234	1.0		0	0	False	False	0.9795918464660645	0					non-mobilizable	no_good_hit								True	False
ENG0155_000000017310	1118	0.8131625066948022	1	1	1	1	1	False	56715	maximal	True	ENG0155_000000017310	1.0		4	2	False	False	0.9964221715927124	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000011202	2635	0.8131608195603011	4	4	4	3	3	False	73790	fragment	False	SPA0028_000000011202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	77.419	10.0	8.993180608995872e-05	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
AST0087_000000005217	5852	0.8131598018139731	9	5	2	3	4	False	111073	fragment	False	AST0087_000000005217	1.0		0	0	False	False	0.9994873404502869	0					non-mobilizable	no_good_hit	1438.0	88.943	86.0	0.0077222156404484705	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0204_000000007688	1572	0.813157504431298	2	2	2	1	1	False	66431	fragment	False	ISR0204_000000007688	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	95.87	100.0	0.000503040819312925	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
DEN0005_000000007156	4292	0.8131478710146015	6	5	4	5	4	False	76543	fragment	False	DEN0005_000000007156	1.0		0	0	False	False	0.999767005443573	0					non-mobilizable	other	4308.0	97.586	100.0	0.0036937271019822342	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
USA0023_01_000000004074	7921	0.8131453984802692	10	7	6	6	4	True	93415	maximal	True	USA0023_01_000000004074	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	2696.0	80.267	34.0	0.004394769503836418	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
FIJ0136_000000016888	1637	0.8131406452744377	3	3	3	3	2	False	42900	fragment	False	FIJ0136_000000016888	1.0		0	0	False	False	0.9981673955917358	0					non-mobilizable	other	1638.0	94.505	100.0	0.0044775915155661995	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0094_000000008614	2327	0.8131391070840758	5	2	2	2	1	False	43189	maximal	True	FIJ0094_000000008614	1.0		28	7	False	False	1.0	0					non-mobilizable	other	2327.0	98.79700000000001	100.0	0.01580402732337682	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0025_000000000541	15925	0.8131388630469165	13	9	3	8	6	False	12847	maximal	True	MON0025_000000000541	1.0		7	6	False	False	1.0	0					non-mobilizable	other	15926.0	99.50399999999999	100.0	0.0032483275417336858	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
MAD0013_000000004380	4760	0.8131351065961276	5	5	5	5	4	False	19611	fragment	False	MAD0013_000000004380	1.0		0	0	False	False	0.99306720495224	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	1.0	0.0002471869055423603	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ITA0005_000000000542	20544	0.8131340592784143	26	13	5	10	8	True	130536	maximal	True	ITA0005_000000000542	1.0		5	5	False	False	1.0	0					non-mobilizable	chromosome	9886.0	99.899	100.0	0.001757180888129172	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
MON0048_000000009943	3780	0.8131324930561195	5	5	5	5	5	False	71461	fragment	False	MON0048_000000009943	1.0		0	0	False	False	0.9997354745864868	0					non-mobilizable	no_good_hit	312.0	73.39699999999999	8.0	0.0005153834402432207	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
SPA0007_000000012917	1993	0.8131246754075885	2	2	2	1	0	True	8204	fragment	False	SPA0007_000000012917	1.0		0	0	False	False	0.9964877367019653	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.022675736961451247	XM_640751.1	cellular slime molds	Dictyostelium discoideum AX4 hypothetical protein (DDB_G0269278) mRNA, complete cds	True	True
FIJ0172_000000010747	2495	0.8131239798336198	3	2	2	2	2	False	96027	fragment	False	FIJ0172_000000010747	0.9872448979591837		0	0	False	False	0.9939879775047302	0					non-mobilizable	no_good_hit	49.0	100.0	2.0	0.0018728053062817011	MK232046.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.O21_2-CL08_c3 sequence	True	False
CHI0144_000000006470	2352	0.8131239798336198	3	2	2	2	2	False	96027	fragment	False	FIJ0172_000000010747	0.9593186372745491		0	0	False	False	0.9995748400688171	0					non-mobilizable	no_good_hit								True	False
ENG0016_000000011596	1941	0.8131207042052278	2	2	2	2	1	False	113055	fragment	False	ISR0395_000000021207	0.6321380950841536		0	0	False	False	0.9994847774505615	0					non-mobilizable	other	1941.0	100.0	100.0	0.0031026695752861175	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0183_000000016009	1827	0.8131207042052278	2	2	2	2	1	False	110517	maximal	True	ENG0183_000000016009	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	831.0	93.98299999999999	90.0	0.0002633498419102919	CP029612.1	firmicutes	Enterococcus faecalis strain H25 chromosome, complete genome	False	False
ENG0002_000000017701	1359	0.8131156158204652	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.5107330422958332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	91.37899999999999	17.0	6.954967638324822e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0198_000000024516	1354	0.8131156158204652	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.5085256611312183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	89.45299999999999	19.0	9.900436551014037e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
SPA0058_000000022955	1320	0.8131156158204652	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.4590756533943946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	89.831	18.0	9.123931723483526e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
MON0044_000000021281	2438	0.8131028114168414	4	4	3	4	3	False	11631	maximal	True	MON0044_000000021281	1.0		58	5	False	False	1.0	0					non-mobilizable	no_good_hit	943.0	70.52	38.0	0.005987602141448296	NZ_RQUX01000003.1	firmicutes	Veillonella ratti strain ATCC 17746 contig_0003, whole genome shotgun sequence	True	False
AST0094_000000011326	1982	0.8130997310247514	4	2	0	2	0	True	109235	maximal	True	AST0094_000000011326	1.0		1	1	False	False	0.996468186378479	0					non-mobilizable	no_good_hit	1676.0	97.554	85.0	0.07681718061674009	NZ_NFHU01000018.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_18, whole genome shotgun sequence	True	True
SPA0150_000000003577	4948	0.8130963063042955	7	4	3	3	3	False	122596	fragment	False	SPA0150_000000003577	0.9994901080970834		0	0	False	False	0.9991915822029114	0					non-mobilizable	no_good_hit	2595.0	98.921	52.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0151_000000003432	4903	0.8130963063042955	7	4	3	3	3	False	122596	fragment	False	SPA0150_000000003577	0.9949474535165723		0	0	False	False	0.9993881583213806	0					non-mobilizable	no_good_hit	2595.0	98.921	53.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0190_000000002489	11453	0.8130930788669968	10	6	2	6	3	False	81050	fragment	False	ENG0190_000000002489	1.0		0	0	False	False	0.999912679195404	0					non-mobilizable	no_good_hit	1393.0	99.641	25.0	0.0003763770411086467	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0004_000000019364	1353	0.8130920644434454	2	2	2	2	1	True	63361	fragment	False	MAD0002_000000033698	0.6464267866066966		0	0	False	False	0.9933481216430664	0					non-mobilizable	other	1353.0	98.226	100.0	0.02435419032682566	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	False	True
MAD0002_000000033698	1334	0.8130920644434454	3	2	2	2	1	True	63361	fragment	False	MAD0002_000000033698	0.9421372378003231		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	98.27600000000001	100.0	0.02401168135849873	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	False	True
SPA0092_000000023961	1869	0.8130916640423645	3	3	3	3	2	True	115509	maximal	True	SPA0092_000000023961	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	97.1	79.0	0.0006405180849114339	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	True
ISR0330_000000000385	34162	0.8130875587109181	45	12	4	8	8	True	54460	fragment	False	ISR0330_000000000385	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2096.0	75.954	16.0	0.0008174058041388937	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
ENG0191_000000000292	39469	0.8130865923183088	31	15	8	13	10	True	128748	maximal	False	ENG0127_000000000383	0.9824631166240567	PS1050|PS1051	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	3088.0	93.944	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0079_000000002796	7443	0.8130756215431045	7	4	4	2	1	False	103418	maximal	True	SPA0079_000000002796	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000006786	6356	0.8130703159820005	8	5	3	4	3	True	126225	maximal	True	ISR0816_000000006786	1.0		1	1	False	False	0.9993706941604614	0					non-mobilizable	no_good_hit	4829.0	95.54799999999999	76.0	0.8219948849104859	NZ_FNWC01000002.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0001_000000000245	56163	0.8130571972398367	60	12	6	4	7	False	77385	maximal	True	SPA0001_000000000245	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	93.15700000000001	3.0	8.088976590214778e-05	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
CHI0090_000000009378	1436	0.8130571465935967	2	2	2	2	2	False	83775	fragment	False	FIJ0051_000000015081	0.1761821765858874		0	0	False	False	0.9582172632217407	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0007585548126088666	NZ_JHYG01000018.1	a-proteobacteria	Acidocella facilis ATCC 35904 T331DRAFT_scaffold00018.18_C, whole genome shotgun sequence	True	False
SPA0094_000000006679	1890	0.8130540161513771	4	2	2	2	2	False	6032	fragment	False	SPA0073_000000006089	0.9932820606293817		0	0	False	False	0.9984126687049866	0					non-mobilizable	chromosome	1890.0	100.0	100.0	0.0002941639522554309	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
CHI0060_000000001319	7360	0.8130478390309598	6	4	4	3	2	False	104820	fragment	False	CHI0060_000000001319	1.0		0	0	False	False	0.999728262424469	0					non-mobilizable	chromosome	7304.0	99.23299999999999	99.0	0.0014167741468671961	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
MAD0064_000000015179	1489	0.8130395645044246	2	2	2	2	2	False	16666	maximal	True	MAD0064_000000015179	1.0		40	5	False	False	1.0	0					non-mobilizable	no_good_hit	1248.0	91.426	84.0	0.020590424212354255	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0013_000000014821	1665	0.8130220282111443	3	2	1	2	1	True	93137	fragment	False	ENG0082_000000009793	0.5488440236291509		0	0	False	False	1.0	0					non-mobilizable	other	1666.0	98.499	100.0	0.00044311483380798515	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
CHI0181_000000010682	1919	0.8130123677772337	3	3	3	3	1	False	104767	fragment	False	CHI0181_000000010682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	98.214	15.0	0.0007724257869954949	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
SPA0138_000000009320	2746	0.8130086895334058	4	3	3	3	3	False	99959	fragment	False	SPA0138_000000009320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	81.714	6.0	7.048649124358135e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
SPA0005_000000011350	2582	0.8130031625104555	3	3	2	2	3	False	93622	maximal	True	SPA0005_000000011350	1.0		12	6	False	False	0.9969016313552856	0					non-mobilizable	other	2582.0	99.884	100.0	0.0007253435194308316	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0288_000000011514	2611	0.8130031444185011	5	4	3	4	1	False	81425	maximal	True	ISR0288_000000011514	1.0		1	1	False	False	0.9911910891532898	0					non-mobilizable	no_good_hit	261.0	80.843	10.0	7.653325863368402e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0046_000000001591	10693	0.8130021459279099	5	5	2	5	2	False	121677	maximal	True	ISR0046_000000001591	1.0		4	1	False	False	0.9999064803123474	0					non-mobilizable	no_good_hit	3360.0	87.47	31.0	0.029156672576215802	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
ISR0029_000000023780	1827	0.8129964697076411	5	1	1	1	1	False	37109	fragment	False	ISR0029_000000023780	1.0		0	0	False	False	0.992337167263031	0					non-mobilizable	no_good_hit								True	False
MAD0068_000000024829	1173	0.8129964697076411	2	1	1	1	1	False	113757	fragment	False	MAD0068_000000024829	1.0		0	0	False	False	0.9641943573951721	0					non-mobilizable	no_good_hit	879.0	96.01799999999999	89.0	0.0002152661982297665	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0093_000000024263	1100	0.8129931655567662	1	1	1	1	1	False	102215	fragment	False	ENG0174_000000012784	0.1973907403916297		0	0	False	False	1.0	0					non-mobilizable	other	1023.0	93.84200000000001	92.0	0.0002505718161626667	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0145_000000013278	2569	0.8129894600199442	3	3	3	3	2	False	64188	fragment	False	SPA0145_000000013278	0.9786272092067406		0	0	False	False	1.0	0					non-mobilizable	other	2570.0	98.677	100.0	0.03433665695420888	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0186_000000010996	1343	0.8129894330832947	3	2	2	2	1	False	61149	fragment	False	ENG0186_000000010996	0.9979983987189751		0	0	False	False	0.9925540089607239	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000019897	1249	0.8129894330832947	2	2	2	2	1	False	61149	fragment	False	ENG0186_000000010996	0.9631422189128815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0143_000000004928	3821	0.8129729358558772	5	3	2	2	3	False	79948	maximal	True	CHI0143_000000004928	1.0		2	2	False	False	0.9992148876190186	0					non-mobilizable	no_good_hit	727.0	98.624	46.0	0.15084147101599835	JQ004006.1	firmicutes	Veillonella sp. OK1 plasmid pVJL1, complete sequence	True	False
MAD0064_000000000512	20099	0.812972765465691	31	9	3	9	2	False	16691	maximal	True	MAD0064_000000000512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0322_000000003383	2923	0.8129687583644374	4	2	2	2	2	False	121277	fragment	False	ISR0322_000000003383	1.0		0	0	False	True	0.9938419461250305	0					non-mobilizable	chromosome	2927.0	95.934	100.0	0.0006020751965887088	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0098_000000000821	9652	0.8129571511505213	14	9	9	8	7	False	90964	maximal	True	CHI0098_000000000821	1.0		5	2	False	False	0.9993783831596375	0					non-mobilizable	no_good_hit	1060.0	78.868	11.0	0.0016926935836232705	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ENG0084_000000006675	3945	0.8129531716397027	5	3	3	2	3	True	93464	fragment	False	ENG0084_000000006675	1.0		0	0	False	False	0.9997465014457703	0					non-mobilizable	no_good_hit	2968.0	91.274	75.0	0.0010999405297087885	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
MON0066_000000019992	1735	0.8129523416494038	2	2	2	2	2	False	99844	fragment	False	MON0039_000000025714	0.5703214907495967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0161_000000007211	3007	0.8129512445637741	4	4	4	4	2	False	124233	fragment	False	ENG0161_000000007211	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	78.384	90.0	0.00036392130295617725	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0199_000000015556	1641	0.8129483945679573	2	1	1	1	1	False	54265	maximal	True	ENG0199_000000015556	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0060_000000007849	3578	0.8129467709086187	5	3	3	3	3	True	112496	fragment	False	AST0060_000000007849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0106_000000011136	1784	0.8129381124856282	3	1	1	1	1	False	107414	maximal	True	AST0106_000000011136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	95.367	29.0	0.014419833595682482	NZ_CYYA01000029.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0043_000000016952	1556	0.8129381124856282	2	1	1	1	1	False	18019	fragment	False	MAD0043_000000016952	1.0		0	0	False	False	0.9993573427200317	0					non-mobilizable	no_good_hit	963.0	99.273	62.0	0.00028787906445887563	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0139_000000014052	1885	0.8129337192779716	3	3	2	1	2	False	31304	maximal	True	ISR0139_000000014052	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0092_000000002558	6457	0.8129311749114824	10	6	2	5	2	False	15726	maximal	True	MAD0092_000000002558	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	82.52799999999999	4.0	7.458524481215094e-05	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
ISR0225_000000011624	1747	0.8129298090803316	3	2	2	2	1	True	38155	maximal	True	ISR0225_000000011624	1.0		0	0	False	False	0.9948483109474182	0	rep_cluster_1097				non-mobilizable	no_good_hit	1128.0	88.12100000000001	64.0	0.12579742585338557	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0089_000000026455	1423	0.8129266553104716	3	3	3	1	2	False	99130	fragment	False	SPA0098_000000016756	0.15165790197675785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000021554	1387	0.8129266553104716	3	3	3	1	2	False	99130	fragment	False	SPA0098_000000016756	0.1314213715737188		0	0	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000007316	3174	0.8129240134878561	4	3	3	2	1	False	76392	fragment	False	ENG0036_000000007316	0.9826334070097884		0	0	False	False	0.9959042072296143	0					non-mobilizable	other	3160.0	97.12	100.0	0.0008454199101878589	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0032_000000008379	3167	0.8129240134878561	4	3	3	2	1	False	76392	fragment	False	ENG0036_000000007316	0.9812539382482672		0	0	False	False	1.0	0					non-mobilizable	other	3167.0	99.053	100.0	0.0008478300398019516	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0097_000000015258	1955	0.8129178155306601	3	1	1	1	1	False	33296	maximal	True	ISR0097_000000015258	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.152915017238525e-06	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ITA0005_000000008903	2053	0.8129148209065173	3	2	2	2	2	False	20382	maximal	True	ITA0005_000000008903	1.0		25	5	False	False	0.9926936030387878	0					non-mobilizable	no_good_hit	1497.0	96.927	73.0	0.005137192240949779	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0084_000000004856	4528	0.8129147471015029	6	3	2	2	2	False	34064	maximal	True	ISR0084_000000004856	1.0		1	1	False	False	0.9931536912918091	0					non-mobilizable	no_good_hit	950.0	97.15799999999999	21.0	0.016317898103409736	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0049_000000009734	1761	0.8129144930090672	5	3	2	3	2	True	46653	fragment	False	FIJ0088_000000015559	0.9761508596783139		0	0	False	False	0.9994321465492249	0	Inc11				non-mobilizable	no_good_hit	984.0	91.87	83.0	0.04760751646648586	NZ_CP033610.1	firmicutes	Weissella hellenica strain 0916-4-2 plasmid pWHSP020, complete sequence	True	True
MON0088_000000026015	1245	0.8129125193784078	2	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.08205690553440569		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	92.228	100.0	0.00038793958968622	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0152_000000017316	1452	0.8129078213590122	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.3277158603126186		0	0	False	False	0.9979338645935059	0					non-mobilizable	chromosome	1333.0	96.324	100.0	0.00041984320180242594	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0051_000000002236	12976	0.8129055628163339	9	9	5	9	5	True	118417	fragment	False	DEN0051_000000002236	1.0		0	0	False	False	0.9993834495544434	0					non-mobilizable	no_good_hit	3384.0	78.753	41.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0027_000000006769	5257	0.8129051329813515	8	3	2	3	1	True	124781	maximal	True	MON0027_000000006769	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	0.00012939994218300456	NZ_KB898627.1	firmicutes	Salsuginibacillus kocurii DSM 18087 D469DRAFT_scaffold00005.5, whole genome shotgun sequence	True	True
ISR0056_000000006734	3061	0.8129006594004323	4	4	4	3	4	False	90160	fragment	False	ISR0056_000000006734	0.9679054054054054		0	0	False	False	1.0	0					non-mobilizable	other	3061.0	99.15100000000001	100.0	0.0006125584082449561	CP041996.1	enterobacteria	Escherichia coli strain AR Bank 	False	False
ENG0007_000000002414	9883	0.8128970241097091	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.9670230572297854		0	0	False	True	1.0	0					non-mobilizable	other	5085.0	97.266	99.0	0.5174810877121243	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
MAD0005_000000001669	9399	0.8128959556933959	11	10	5	8	9	True	71299	fragment	False	MAD0005_000000001669	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	9401.0	99.351	100.0	0.08724302751867836	CP057464.1	enterobacteria	Escherichia fergusonii strain RHB26-C03 plasmid pRHB26-C03_2, complete sequence	False	True
ENG0090_000000009289	2456	0.8128872458679124	4	3	3	3	3	True	61252	fragment	False	ENG0090_000000009289	1.0		0	0	False	False	0.9991856813430786	0					non-mobilizable	no_good_hit	589.0	85.73899999999999	24.0	0.00017372518802501644	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
FIJ0026_000000025780	1268	0.8128855296743794	3	3	3	2	1	False	101087	fragment	False	TAN0024_000000004209	0.22918341646545037		0	0	False	False	0.9976340532302856	0					non-mobilizable	chromosome	1142.0	79.77199999999999	95.0	0.00030010171447442585	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0114_000000033113	1245	0.8128855296743794	3	3	3	2	1	False	101087	fragment	False	TAN0024_000000004209	0.22490851604227116		0	0	False	False	0.9847389459609985	0					non-mobilizable	chromosome	1119.0	79.803	95.0	0.0002939663016451709	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0129_000000011932	2048	0.8128807798309248	2	2	2	2	1	False	81236	maximal	True	CHI0129_000000011932	1.0		40	11	False	False	0.99951171875	0					non-mobilizable	chromosome	2048.0	98.82799999999999	100.0	0.0006955683765461275	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0304_000000003302	2809	0.8128742156732928	4	4	4	4	3	False	129762	fragment	False	ENG0068_000000006464	0.6670322181279756		0	0	False	True	0.9914560317993164	0					non-mobilizable	chromosome	1684.0	99.46600000000001	100.0	0.00045101587104215483	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0107_000000008503	3637	0.8128710697136461	4	4	4	4	3	False	124224	fragment	False	SPA0107_000000008503	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3632.0	99.917	99.0	0.0010238024191069172	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0005_000000014806	1952	0.8128674729314296	3	3	2	3	2	False	90922	fragment	False	SPA0005_000000014806	0.9622767484560173		0	0	False	False	0.9923155903816223	0					non-mobilizable	no_good_hit								True	False
FIJ0166_000000013365	1803	0.8128674729314296	3	3	2	3	2	False	90922	fragment	False	SPA0005_000000014806	0.6412226775956285		0	0	False	False	0.9900166392326355	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000018220	2725	0.8128637900922026	4	2	0	2	1	False	99267	maximal	True	CAN0012_000000018220	1.0	PS556	10	5	False	True	0.9955963492393494	0					non-mobilizable	no_good_hit	607.0	95.71700000000001	25.0	0.00014689762399153328	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
FIJ0101_000000015723	1772	0.8128574323893176	3	2	2	2	2	False	42674	maximal	True	FIJ0101_000000015723	1.0		7	2	False	False	0.990406334400177	0					non-mobilizable	no_good_hit	1074.0	83.24	60.0	0.0007842423771127409	CP045664.1	firmicutes	Lactobacillus iners strain LI335 chromosome	True	False
ISR0105_000000016329	1244	0.8128522319129382	1	1	0	1	1	True	32928	fragment	False	SPA0016_000000027199	0.9677033492822966		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1244.0	98.473	100.0	0.10966657822587778	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0264_000000009622	1227	0.8128522319129382	2	1	0	1	1	True	55501	fragment	False	ENG0177_000000020722	0.9555555555555556		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1227.0	97.47399999999999	100.0	0.15590979782270606	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
MAD0040_000000004490	5315	0.812851484347309	7	7	2	6	7	True	61751	fragment	False	MAD0040_000000004490	0.9775677378701954		0	0	False	False	1.0	0					non-mobilizable	plasmid	5346.0	94.819	100.0	0.08063661280797128	CP055978.1	enterobacteria	Escherichia coli strain RHB06-C09 plasmid pRHB06-C09_3, complete sequence	False	True
MAD0066_000000003118	5255	0.812851484347309	8	7	2	6	7	True	61751	fragment	False	MAD0040_000000004490	0.972544563335331		0	0	False	False	0.9980970621109009	0					non-mobilizable	plasmid	5286.0	94.76	100.0	0.07972803125520542	CP055978.1	enterobacteria	Escherichia coli strain RHB06-C09 plasmid pRHB06-C09_3, complete sequence	False	True
DEN0045_000000005334	5999	0.8128508136669673	9	5	3	4	4	False	72975	maximal	True	DEN0045_000000005334	1.0		6	4	False	False	0.9998332858085632	0					non-mobilizable	no_good_hit	218.0	85.78	6.0	0.01595784719608581	MK233395.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_2_c1 sequence	True	False
AUS0012_000000010845	1585	0.8128443241641892	4	3	2	2	3	True	131617	fragment	False	ENG0006_000000010997	0.3407297456303226		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	99.93700000000001	100.0	0.03654653684647686	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
AST0110_000000012063	1478	0.8128443241641892	3	3	2	2	3	True	131617	fragment	False	ENG0006_000000010997	0.23587716054609462		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	100.0	100.0	0.03407779982465046	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0257_000000014675	1231	0.8128427373496782	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.7513387196741221		0	0	False	False	1.0	0					non-mobilizable	chromosome	1232.0	96.67200000000001	100.0	0.0004143473927585809	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0393_000000002772	5814	0.8128416447073985	4	2	2	2	2	False	86404	maximal	True	ISR0393_000000002772	1.0		39	7	False	False	0.9998279809951782	0					non-mobilizable	no_good_hit	2821.0	89.685	50.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0087_01_000000003411	4046	0.8128416447073985	5	2	2	2	2	False	86400	fragment	False	USA0087_01_000000003411	0.9676515537442689		0	0	False	False	1.0	0					non-mobilizable	other	4048.0	91.823	99.0	0.002018810255815882	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0174_000000006729	3926	0.8128416447073985	4	2	2	2	2	False	86400	fragment	False	USA0087_01_000000003411	0.953781512605042		0	0	False	False	0.9997453093528748	0					non-mobilizable	other	3674.0	91.75299999999999	95.0	0.0018319666439190398	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0057_000000006037	3667	0.8128416447073985	3	2	2	2	2	False	86403	fragment	False	ISR0099_000000004595	0.6762730752747085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2783.0	89.544	76.0	0.001387338797426554	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0138_000000008111	3627	0.8128416447073985	3	2	2	2	2	False	86403	fragment	False	ISR0099_000000004595	0.4154940133905548		0	0	False	False	0.9975185990333557	0					non-mobilizable	no_good_hit	2802.0	89.615	77.0	0.0013968308525763935	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0073_000000001815	3075	0.8128416447073985	3	2	2	2	2	False	86399	fragment	False	MON0073_000000001815	0.9791050103061385		0	0	False	False	0.9996747970581055	0					non-mobilizable	other	2821.0	89.685	94.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0182_000000009637	2806	0.8128416447073985	3	2	2	2	2	False	86399	fragment	False	MON0073_000000001815	0.9614011353299781		0	0	False	False	1.0	0					non-mobilizable	other	2810.0	89.68	100.0	0.001400827507376326	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0190_000000010920	2795	0.8128416447073985	3	2	2	2	2	False	86399	fragment	False	MON0073_000000001815	0.9573343153033391		0	0	False	False	0.9942755103111267	0					non-mobilizable	other	2783.0	89.723	99.0	0.0013868392155765624	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0051_000000005764	5344	0.8128314324608482	7	6	6	6	6	False	113603	maximal	True	MON0051_000000005764	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2958.0	91.54799999999999	95.0	0.0007242555234290778	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0105_000000019046	1200	0.8128253530280848	2	2	2	2	2	False	60124	maximal	True	ENG0105_000000019046	1.0		56	4	False	False	0.9991666674613953	0					non-mobilizable	chromosome	1200.0	100.0	100.0	0.0006167248157412451	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
MAD0012_000000004814	5443	0.8128249066928963	9	6	3	5	6	False	56139	maximal	True	MAD0012_000000004814	1.0		1	1	False	False	0.999448835849762	0					non-mobilizable	no_good_hit	83.0	95.181	2.0	2.4695358657921697e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0055_000000008309	1672	0.8128218254576081	3	3	2	3	2	False	65860	maximal	False	ENG0028_000000011239	0.6466584158415841		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	94.714	96.0	0.03680095384403733	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0145_000000016239	1761	0.8128212020425603	3	2	2	2	2	False	115817	fragment	False	FIJ0090_000000023529	0.9467647078550481		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	73.13	20.0	8.666296574534855e-05	CP025333.1	high GC Gram+	Brevibacterium aurantiacum strain SMQ-1419 chromosome, complete genome	True	False
ISR0238_000000012093	1264	0.812802124295567	2	2	1	2	2	False	27282	fragment	False	MAD0060_000000012620	0.9408284023668639		0	0	False	False	0.996835470199585	0					non-mobilizable	no_good_hit	741.0	81.51100000000001	59.0	0.0007053590057213516	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
ISR0298_000000012374	1215	0.8128004392765595	2	2	2	2	2	False	25627	maximal	True	ISR0298_000000012374	1.0		11	3	False	False	0.968724250793457	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	0.0003503035964502569	NZ_VEKZ01000009.1	firmicutes	Bacillus fortis strain DE0258 NODE_9_length_85640_cov_39.089452, whole genome shotgun sequence	True	False
ISR0024_000000004296	4724	0.8127910496369005	4	4	4	3	4	True	120780	maximal	True	ISR0024_000000004296	1.0		4	3	False	False	1.0	0					non-mobilizable	other	2585.0	99.691	100.0	0.0009592461453822173	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
SPA0036_000000002509	7696	0.8127910307880815	9	8	6	8	7	False	107383	maximal	True	SPA0036_000000002509	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	82.465	29.0	0.0016890243052166275	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0812_000000023160	1709	0.8127860314473245	2	2	2	2	1	False	120865	fragment	False	ISR0812_000000023160	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	75.84899999999999	97.0	0.00029675999675243776	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0153_000000011108	1331	0.8127860314473245	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.3482221095451519		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	96.76700000000001	99.0	0.00038496268499877524	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0789_000000002086	6565	0.8127827781576545	8	7	6	5	4	False	82164	maximal	True	ISR0789_000000002086	0.9893368144203999		13	6	False	False	1.0	0					non-mobilizable	other	6577.0	97.963	100.0	0.03437021074049471	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0062_000000003847	9772	0.8127758576440771	8	7	4	7	2	True	107807	fragment	False	MON0062_000000003847	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1526.0	81.389	16.0	0.026032979692900252	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
USA0026_01_000000006018	5768	0.8127707168912545	7	3	2	1	2	True	99637	maximal	True	USA0026_01_000000006018	1.0	PS425|PS427	10	3	False	True	0.9996532797813416	0					non-mobilizable	no_good_hit	1814.0	96.58200000000001	48.0	0.0008072732238315624	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0155_000000006757	3496	0.8127707168912545	5	3	2	1	2	True	99635	fragment	False	ISR0155_000000006757	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1813.0	96.691	56.0	0.0008072732238315624	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CAN0014_000000021938	2200	0.8127707168912545	3	3	2	1	2	True	99633	fragment	False	AUS0020_000000011805	0.9608137044967879		0	0	False	True	0.9950000047683716	0					non-mobilizable	no_good_hit	1188.0	97.475	57.0	0.0005292570721195318	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0129_000000012436	2158	0.8127672011114127	4	4	4	3	3	False	58540	maximal	True	ENG0129_000000012436	1.0		3	3	False	False	0.995366096496582	0					non-mobilizable	no_good_hit	433.0	88.22200000000001	28.0	0.004855353280461427	NZ_JAAITU010000012.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_12_length_88768_cov_145.652, whole genome shotgun sequence	True	False
ISR0298_000000005475	2648	0.8127670906866633	3	1	1	1	1	False	121263	maximal	True	ISR0298_000000005475	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	85.714	15.0	6.489953396693933e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0198_000000010933	3031	0.8127653056504721	4	3	3	3	2	False	131833	fragment	False	ISR0198_000000010933	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1331.0	96.619	93.0	0.0003561497876500438	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0043_000000000415	7147	0.8127515890851338	9	7	3	3	7	False	132476	maximal	True	DEN0043_000000000415	1.0	PS1164|PS386|PS459|PS744|PS745	43	6	False	True	1.0	0	rep_cluster_870	MOBV			mobilizable	no_good_hit	5546.0	99.802	78.0	0.9908847184986596	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	True	True
DEN0061_000000030201	1449	0.812750950375812	3	3	3	2	3	False	92321	fragment	False	ISR0102_000000010490	0.7786295031140188		0	0	False	False	0.9972394704818726	0					non-mobilizable	no_good_hit	1281.0	95.863	88.0	0.9770992366412213	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
CHI0113_000000001530	4872	0.8127451345709895	6	6	4	5	6	False	82361	maximal	True	CHI0113_000000001530	1.0		0	0	True	True	0.9991790056228638	2					non-mobilizable	plasmid	3867.0	99.97399999999999	98.0	0.02386626004716457	CP048651.1	enterobacteria	Enterobacter roggenkampii strain Ecl_20_981 plasmid unnamed1, complete sequence	False	True
MON0102_000000007334	5908	0.8127445217049735	7	4	4	4	3	True	64661	fragment	False	MON0102_000000007334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	79.398	17.0	0.002195576197155413	NZ_LT963433.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
DEN0061_000000004477	7075	0.812734558025994	7	5	3	3	5	False	86888	fragment	False	DEN0061_000000004477	1.0		0	0	False	False	0.9995759725570679	0					non-mobilizable	chromosome	7076.0	98.714	100.0	0.0019798760184508548	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0022_000000021688	1884	0.8127338405810349	2	2	2	2	1	False	74567	maximal	True	DEN0022_000000021688	1.0		188	11	False	False	0.9984076619148254	0					non-mobilizable	other	1884.0	98.67299999999999	100.0	0.019868318315149725	NZ_SPFU01000021.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_21_length_94774_cov_19.94, whole genome shotgun sequence	False	False
DEN0071_000000005834	6012	0.8127293965087712	8	7	6	7	4	False	113868	maximal	True	DEN0071_000000005834	1.0		4	3	False	False	0.9996673464775085	0					non-mobilizable	no_good_hit	1361.0	75.533	22.0	0.04243079172361186	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	True	False
ISR0805_000000004634	2530	0.8127263953996159	4	4	4	4	3	False	103007	fragment	False	ISR0095_000000011387	0.9732205521445991		0	0	False	False	0.9964426755905151	0					non-mobilizable	chromosome	1544.0	99.935	100.0	0.00021778933800510047	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0083_000000002639	7867	0.8127251785797761	9	4	4	4	4	False	100180	fragment	False	ISR0050_000000002555	0.9715600958506747		0	0	False	False	0.9969492554664612	0					non-mobilizable	no_good_hit	1033.0	71.249	13.0	0.014320918115891009	NZ_MUYU01000029.1	g-proteobacteria	Moraxella pluranimalium strain CCUG 54913 54913T_ctg_0000029, whole genome shotgun sequence	True	False
ENG0139_000000005732	3250	0.8127203865040679	5	5	1	2	5	False	98456	maximal	True	ENG0139_000000005732	0.9947559136352491		3	3	True	True	1.0	106	rep_cluster_2350,rep_cluster_2358	MOBF		MOB_unknown	mobilizable	plasmid	2909.0	99.794	100.0	0.9167717528373266	AF311902.1	enterobacteria	Citrobacter rodentium strain DBS100 plasmid pCRP3, complete sequence	False	True
MON0107_000000017852	3201	0.8127203865040679	5	5	1	2	5	False	98456	maximal	False	ENG0139_000000005732	0.994678066538609		0	0	True	True	1.0	40	ColRNAI_rep_cluster_1857,rep_cluster_2370	MOBF		MOB_unknown	mobilizable	other	3087.0	98.089	100.0	0.9351515151515152	NZ_SRKZ01000017.1	CFB group bacteria	Hymenobacter wooponensis strain JCM 19491 NODE_22_length_3300_cov_12.291837, whole genome shotgun sequence	False	True
ISR0230_000000012856	2516	0.8127172112426311	4	3	2	3	3	False	82097	fragment	False	ISR0230_000000012856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0001045197318322309	NZ_QICS01000005.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_105, whole genome shotgun sequence	True	False
DEN0039_000000019322	1133	0.8127069447080865	2	2	1	2	1	False	73196	fragment	False	DEN0039_000000019322	1.0		0	0	False	False	0.9929391145706177	0					non-mobilizable	no_good_hit								True	False
AST0028_000000000802	22222	0.8127063645932883	26	18	9	12	18	False	118941	maximal	True	AST0028_000000000802	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3661.0	98.03299999999999	35.0	0.04663126239682641	CP002611.1	firmicutes	Lactobacillus amylovorus GRL1118 plasmid p2, complete sequence	True	False
CHI0065_000000011860	1149	0.8127018770759291	2	2	2	2	1	True	85218	fragment	False	FIJ0096_000000031644	0.9540562913907285		0	0	False	False	0.9086161851882935	0					non-mobilizable	no_good_hit	845.0	79.882	73.0	0.0007337920841089568	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	True
ISR0033_000000004238	6147	0.8126871073507885	8	6	5	6	2	False	125984	fragment	False	ISR0033_000000004238	1.0		0	0	False	False	0.999837338924408	0					non-mobilizable	no_good_hit	633.0	82.62200000000001	10.0	0.000939631326674972	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0062_000000001872	12578	0.8126859667230626	18	10	7	9	7	True	126208	backbone	False	ISR0395_000000002325	0.610920934482043	PS943|PS946|PS949	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	1608.0	73.881	12.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0074_000000005351	2762	0.8126832826382506	4	4	4	4	4	False	84748	maximal	True	CHI0074_000000005351	1.0		8	3	False	False	0.9793627858161926	0					non-mobilizable	no_good_hit	2070.0	98.164	75.0	0.0018086201862642772	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0103_000000026822	1145	0.8126698166143587	2	2	2	1	1	False	75840	fragment	False	ISR0818_000000013808	0.36573822364566044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0102_000000003301	5977	0.8126682441081713	6	3	0	2	2	True	118866	fragment	False	ISR0102_000000003301	1.0		0	0	False	False	0.9998326897621155	0					non-mobilizable	other	5977.0	99.381	100.0	0.0030692066029029065	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
SPA0052_000000013376	2083	0.8126602156203465	3	3	3	3	2	False	63543	maximal	False	ENG0120_000000010149	0.995097922335467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	79.899	80.0	0.0004156746755442964	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
SPA0131_000000012687	2068	0.8126602156203465	3	3	3	3	2	False	63543	maximal	False	ENG0120_000000010149	0.9923854380059511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	79.809	76.0	0.0004138178007971298	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MAD0072_000000000738	7056	0.8126580390368509	9	6	4	3	4	True	46281	maximal	False	FIJ0055_000000001995	0.9942221183122039		0	0	False	True	1.0	0	IncQ1	MOBQ		MOBQ	mobilizable	no_good_hit	6065.0	99.96700000000001	86.0	0.9965488907148726	LC056431.1	enterobacteria	Escherichia coli plasmid pV234-a DNA, contig: V234-a_scaffold_5, strain: V234	True	True
ISR0229_000000000496	19148	0.8126418701665777	23	21	7	12	20	True	123800	fragment	False	ISR0229_000000000496	1.0		0	0	False	False	0.9993211030960083	0					non-mobilizable	other	19150.0	99.958	100.0	0.05199703479231327	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0143_000000006667	2833	0.8126404970779352	7	3	3	2	2	False	57621	maximal	True	ENG0143_000000006667	1.0		1	1	False	False	0.988351583480835	0					non-mobilizable	no_good_hit	228.0	78.947	8.0	9.857691572895012e-05	LR738723.1	firmicutes	Streptococcus suis isolate GD-0088 genome assembly, chromosome: 1	True	False
SPA0024_000000001469	10931	0.8126394158419804	9	8	6	5	5	False	104837	fragment	False	ISR0029_000000003091	0.8350344497876724		0	0	False	False	1.0	0					non-mobilizable	chromosome	10950.0	99.48899999999999	100.0	0.00220704505744072	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
SPA0075_000000011522	1790	0.8126308357827827	2	1	1	1	1	False	77675	fragment	False	SPA0075_000000011522	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1718.0	93.132	95.0	0.00026218905510979647	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0855_000000013584	1376	0.8126308357827827	1	1	1	1	1	False	77674	fragment	False	ISR0855_000000013584	0.981111111111111		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	95.13799999999999	99.0	0.00021070690084367536	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0177_000000012445	1350	0.8126308357827827	1	1	1	1	1	False	77674	fragment	False	ISR0855_000000013584	0.9738372093023255		0	0	False	False	0.9992592334747314	0					non-mobilizable	chromosome	1350.0	98.815	100.0	0.00020793241348801615	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0073_000000017708	1333	0.8126308357827827	2	1	1	1	1	False	62208	fragment	False	ENG0073_000000017708	1.0		0	0	False	False	0.9894973635673523	0					non-mobilizable	chromosome	1290.0	96.279	97.0	0.0001986841223024854	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0080_01_000000036774	1129	0.8126308357827827	1	1	1	1	1	False	589	maximal	True	USA0080_01_000000036774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	98.416	78.0	0.0001361040186137274	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0024_01_000000018684	1112	0.8126308357827827	1	1	1	1	1	False	6110	fragment	False	USA0024_01_000000018684	0.9977272727272728		0	0	False	False	1.0	0					non-mobilizable	chromosome	1036.0	98.745	100.0	0.00015953302295040528	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0063_000000016175	1100	0.8126308357827827	1	1	1	1	1	False	6110	fragment	False	USA0024_01_000000018684	0.9923561151079137		0	0	False	False	1.0	0					non-mobilizable	chromosome	1041.0	98.655	100.0	0.00016030371388253283	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0246_000000000532	16184	0.8126154016372813	9	5	3	5	2	False	108038	fragment	False	ISR0246_000000000532	0.9760426962826259		0	0	False	False	0.9996910691261292	0					non-mobilizable	no_good_hit	169.0	82.249	1.0	0.19328703703703703	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
MAD0009_000000002755	3398	0.8126145740177244	6	3	1	3	1	False	19779	maximal	True	MAD0009_000000002755	1.0		6	1	False	False	0.9955856204032898	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.1320850469132139e-05	LT671674.1	firmicutes	Streptococcus suis strain LS9N genome assembly, chromosome: I	True	False
ISR0106_000000005054	4373	0.8126126815353346	5	2	1	2	0	True	32912	maximal	True	ISR0106_000000005054	1.0		1	1	True	True	0.9926823973655701	6					non-mobilizable	no_good_hit	147.0	88.435	3.0	0.03321956769055745	LR822028.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_998 genome assembly, plasmid: pSTHERMO	True	True
MON0094_000000010459	3203	0.8126039887746963	3	3	3	3	1	False	39856	fragment	False	MON0094_000000010459	1.0		0	0	False	False	0.9978145360946655	0					non-mobilizable	other	3202.0	96.87700000000001	99.0	0.0015238938558656346	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0099_000000002298	9138	0.8125988809266211	8	5	4	5	2	False	86233	fragment	False	ISR0099_000000002298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000000710	34789	0.8125980034313454	42	16	8	15	7	True	91044	maximal	True	USA0037_01_000000000710	0.7607143274746132		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	79.096	1.0	0.0005568461764292917	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
ENG0182_000000000402	33975	0.8125980034313454	40	16	8	15	7	True	91044	maximal	False	USA0037_01_000000000710	0.5667641581070628		0	0	False	False	0.9998233914375305	0					non-mobilizable	no_good_hit	354.0	78.531	1.0	0.0005568461764292917	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
ISR0011_000000007790	3338	0.812586149620519	6	3	3	3	3	False	45212	maximal	True	ISR0011_000000007790	0.9651968503937007		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	78.947	6.0	2.348413107445612e-05	NZ_JAAIVH010000001.1	firmicutes	Paenibacillus elgii strain SWL-W8 Contig00001, whole genome shotgun sequence	True	False
AUS0022_000000010196	3480	0.8125730630253561	6	4	4	4	2	False	99354	fragment	False	AUS0022_000000010196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	81.52199999999999	3.0	0.00010297683135713167	NZ_FOEI01000001.1	CFB group bacteria	Flavobacterium urocaniciphilum strain DSM 27078, whole genome shotgun sequence	True	False
SPA0088_000000010044	1500	0.8125729846770208	2	1	1	1	1	False	78360	fragment	False	ENG0211_000000015024	0.951110709929402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	384.0	95.573	66.0	0.00010894082777962665	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0140_000000024061	1209	0.8125729846770208	2	1	1	1	1	False	105381	fragment	False	AST0140_000000024061	1.0		0	0	False	False	0.9991728663444519	0					non-mobilizable	no_good_hit	572.0	97.02799999999999	47.0	0.007682026218795987	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ENG0114_000000001837	12887	0.8125637326934324	16	9	6	9	5	False	59589	maximal	True	ENG0114_000000001837	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	96.196	12.0	0.0004331966648905716	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0045_000000006573	3376	0.8125622491889692	4	3	2	3	3	False	82101	fragment	False	FIJ0028_000000008916	0.9685360267831977		0	0	False	False	0.9967417120933533	0					non-mobilizable	no_good_hit	157.0	91.72	7.0	7.275474654764737e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0360_000000007858	3088	0.8125622491889692	3	3	2	3	3	False	82096	fragment	False	ISR0360_000000007858	0.9913705583756345		0	0	False	False	0.9983808398246765	0					non-mobilizable	no_good_hit	84.0	89.286	3.0	0.00047516000870172545	NZ_JNKW01000005.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
FIJ0119_000000000833	16986	0.8125581060450592	26	8	1	8	4	False	50846	maximal	False	FIJ0049_000000000792	0.6764952920540848		0	0	False	False	0.9999411106109619	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0005145310670309784	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	True	False
FIJ0049_000000000792	15995	0.8125581060450592	23	8	1	8	4	False	50846	maximal	True	FIJ0049_000000000792	0.9139583253991185		1	1	False	False	0.9993122816085815	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0005145310670309784	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	True	False
MON0008_000000010142	3162	0.8125467830045008	2	2	2	2	2	False	77253	fragment	False	MON0008_000000010142	0.7783013501172864		0	0	False	False	0.9996837377548218	0					non-mobilizable	other	2732.0	97.98700000000001	94.0	0.0008222518017430775	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0309_000000005848	3005	0.8125460948720037	4	1	1	1	1	False	28271	fragment	False	ISR0309_000000005848	1.0		0	0	False	False	0.9850249290466309	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001402706704418526	AC135635.5	rodents	Mus musculus BAC clone RP23-245M20 from 3, complete sequence	True	False
CHI0117_000000003762	4044	0.812545860034769	4	4	3	3	1	True	125811	maximal	True	CHI0117_000000003762	1.0		0	0	False	False	0.995796263217926	0					non-mobilizable	no_good_hit	2296.0	76.132	83.0	0.0008821094840746625	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ISR0052_000000000957	22252	0.8125432006956765	18	5	2	4	3	False	128743	fragment	False	ISR0052_000000000957	1.0		0	0	False	False	0.9999550580978394	0					non-mobilizable	no_good_hit	1939.0	96.184	24.0	0.06774204835718535	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0169_000000014237	1116	0.8125366958553035	2	2	2	2	1	False	88942	fragment	False	SPA0024_000000011901	0.770017259050835		0	0	False	False	0.9793906807899475	0					non-mobilizable	other	1116.0	99.64200000000001	100.0	0.00017912912719935225	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0139_000000002432	8105	0.8125365099627825	7	5	3	3	5	True	105597	fragment	False	ISR0228_000000002266	0.9360260065219214		0	0	False	False	1.0	0					non-mobilizable	other	5375.0	95.38600000000001	99.0	0.001039280181298806	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0123_000000008210	2582	0.8125360516187299	4	4	4	4	3	False	103007	fragment	False	ISR0095_000000011387	0.9718329252691257		0	0	False	False	0.9965143203735352	0					non-mobilizable	chromosome	1596.0	99.185	100.0	0.00022512896572789064	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0035_000000002190	6675	0.8125283835492528	9	7	5	4	6	False	35204	maximal	True	SPA0035_000000002190	1.0		1	1	False	False	0.9968539476394653	0					non-mobilizable	no_good_hit	469.0	73.774	7.0	0.00029918371102327906	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
CHI0043_000000007227	1375	0.8125232066604201	3	2	2	2	2	False	87338	fragment	False	FIJ0006_000000026879	0.963002980500782		0	0	False	False	0.9992727041244507	0					non-mobilizable	other	1375.0	98.90899999999999	100.0	0.006417202211926468	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0012_000000004402	1494	0.8125170848002822	3	2	1	2	1	False	90099	maximal	True	CHI0012_000000004402	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0317_000000005587	3178	0.8125145647200627	4	3	3	2	2	False	131838	fragment	False	ISR0099_000000006427	0.9724673191601078		0	0	False	False	1.0	0					non-mobilizable	other	3178.0	99.71700000000001	100.0	0.01824184657785944	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0128_000000011791	2986	0.8125145647200627	4	3	3	2	2	False	131838	fragment	False	ISR0099_000000006427	0.7491478259769979		0	0	False	False	1.0	0					non-mobilizable	other	2986.0	99.73200000000001	100.0	0.01713941203491043	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
SPA0077_000000021797	1288	0.8125136850203211	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.10098357181214501		0	0	False	False	1.0	0					non-mobilizable	chromosome	1288.0	96.351	100.0	0.0003580053589449142	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MAD0014_000000004492	5907	0.8125099093005761	8	8	2	6	8	True	125599	backbone	False	MAD0046_000000003898	0.3534308293135825	PS931	0	0	True	True	1.0	17					non-mobilizable	plasmid	5915.0	95.875	100.0	0.06923707957342083	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
ISR0214_000000009131	3012	0.8124974216105061	3	2	2	2	0	True	28228	maximal	True	ISR0214_000000009131	1.0		2	2	False	False	0.9990040063858032	0					non-mobilizable	no_good_hit								True	True
ISR0857_000000000941	2443	0.8124924043729947	4	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.6465975951068451		0	0	False	False	0.9995906949043274	0					non-mobilizable	plasmid	2443.0	98.895	100.0	0.19701492537313434	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0316_000000007274	2654	0.8124910715660127	3	3	3	2	2	False	28882	maximal	True	ISR0316_000000007274	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1727.0	83.961	65.0	0.14554229108458216	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
FIJ0133_000000011270	3309	0.8124872311889608	4	4	4	3	3	False	40713	maximal	True	FIJ0133_000000011270	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	76.0	5.0	2.042014689683813e-05	CP009280.1	firmicutes	Paenibacillus sp. FSL P4-0081, complete genome	True	False
FIJ0043_000000022064	1347	0.8124845832200627	2	1	1	1	1	False	47185	fragment	False	FIJ0043_000000022064	1.0		0	0	False	False	0.9851521849632263	0					non-mobilizable	no_good_hit								True	False
MON0103_000000017206	2859	0.8124827439953116	4	3	2	3	2	False	8912	maximal	True	MON0103_000000017206	1.0		2	2	False	False	0.9769150018692017	0					non-mobilizable	no_good_hit	1202.0	97.255	60.0	0.005736833536053939	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	True	False
USA0135_01_000000003471	4219	0.8124718731397138	5	5	5	5	4	True	84219	maximal	True	USA0135_01_000000003471	1.0		5	4	False	False	0.9997629523277283	0					non-mobilizable	other	4024.0	97.73899999999999	99.0	0.0011171834646850059	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0151_000000011346	1675	0.8124651910371528	3	3	3	3	3	False	65574	fragment	False	SPA0151_000000011346	0.9902153363339968		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	97.67200000000001	100.0	0.026500759878419454	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
DEN0029_000000000853	10401	0.8124627180913121	8	5	3	4	4	False	110859	maximal	True	DEN0029_000000000853	1.0		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	4914.0	92.206	73.0	0.0009314488004426718	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
CAN0004_000000012491	2208	0.8124621474619977	2	2	2	2	1	False	96199	fragment	False	CAN0004_000000012491	0.9618055555555556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	13.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0846_000000004688	2160	0.8124621474619977	2	2	2	2	1	False	96199	fragment	False	CAN0004_000000012491	0.9517663043478262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.945	13.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0108_000000021774	1318	0.8124376595278313	3	1	1	1	1	False	107119	fragment	False	AST0108_000000021774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0033_000000011705	2246	0.8124375710872012	3	3	2	1	2	True	130194	fragment	False	ISR0206_000000009912	0.6769485391143344		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	99.955	100.0	0.15107816711590297	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0219_000000015340	2169	0.8124375710872012	3	3	2	1	2	True	130194	fragment	False	ISR0206_000000009912	0.5880867489851707		0	0	False	False	1.0	0					non-mobilizable	other	2169.0	100.0	100.0	0.14609164420485174	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MAD0104_000000001183	8012	0.8124322459606992	5	5	4	5	2	False	18501	maximal	False	MAD0040_000000002201	0.9628219615706621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3518.0	71.063	57.0	0.12259026520396209	NZ_KB904475.1	firmicutes	Streptococcus orisratti DSM 15617 A3I7DRAFT_scaffold_33.34, whole genome shotgun sequence	True	False
SPA0145_000000028507	1215	0.8124128742991785	2	2	2	2	2	False	26677	fragment	False	ISR0261_000000015021	0.9746524938675389		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	99.75299999999999	100.0	0.010124175430110665	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
AST0024_000000003350	8416	0.8124048026653291	10	3	3	3	2	False	121832	maximal	True	AST0024_000000003350	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0089_000000002112	3465	0.8123968551818044	5	3	1	2	3	True	85067	fragment	False	CHI0089_000000002112	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3465.0	99.85600000000001	100.0	0.0011116452542310874	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0069_000000003096	3129	0.8123968551818044	6	3	1	2	3	True	85066	fragment	False	CHI0069_000000003096	1.0		0	0	False	False	0.9980824589729309	0					non-mobilizable	other	3129.0	99.87200000000001	100.0	0.001003818231880728	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0158_000000016341	1155	0.8123933761989205	1	1	1	1	1	False	85613	fragment	False	SPA0112_000000025384	0.8806975767896633		0	0	False	False	0.993073582649231	0					non-mobilizable	other	1155.0	99.82700000000001	100.0	0.00028293529926782526	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0060_000000011236	1306	0.8123904910714314	2	2	2	2	1	False	46721	fragment	False	MON0016_000000028601	0.957022659341496		0	0	False	False	0.9969372153282166	0					non-mobilizable	no_good_hit								True	False
ENG0167_000000010239	2427	0.8123876012951186	4	2	2	2	1	False	56062	maximal	True	ENG0167_000000010239	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	96.647	77.0	0.000582007516156471	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
ISR0085_000000004223	4948	0.8123840728924018	9	6	3	5	3	False	39530	maximal	True	ISR0085_000000004223	1.0		3	2	False	False	0.9987874031066895	0					non-mobilizable	no_good_hit	665.0	69.624	13.0	0.005686391608028458	NZ_OFSM01000020.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0132_000000007606	3459	0.8123832879773448	7	5	3	5	3	False	31603	maximal	True	ISR0132_000000007606	1.0		2	1	False	False	0.991905152797699	0					non-mobilizable	no_good_hit								True	False
MON0068_000000003793	8944	0.8123820382144296	10	10	4	6	7	True	28534	fragment	False	MON0044_000000003702	0.9334772030284388		0	0	False	False	1.0	0					non-mobilizable	chromosome	8260.0	89.709	95.0	0.003293470678407842	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
MON0044_000000003702	8738	0.8123820382144296	10	10	4	6	7	True	28534	fragment	False	MON0044_000000003702	0.9515930128744206		0	0	False	False	1.0	0					non-mobilizable	chromosome	8275.0	91.855	94.0	0.003303453312617371	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
ISR0147_000000003136	7238	0.8123769148691528	7	3	3	3	2	False	84127	fragment	False	ISR0147_000000003136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3799.0	98.579	53.0	0.0010269252888869542	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0101_000000003137	7363	0.8123757397000371	13	9	2	6	5	True	15131	maximal	True	MAD0101_000000003137	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	3294.0	98.148	100.0	0.021649606610004472	CP024244.1	enterobacteria	Escherichia coli O128:H27 strain 90-9281 plasmid unnamed, complete sequence	False	True
DEN0061_000000015346	2688	0.812372610800922	3	2	2	1	2	False	71887	maximal	True	DEN0061_000000015346	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
SPA0023_000000013010	2089	0.812372610800922	3	2	2	1	2	False	101498	maximal	False	ISR0208_000000011953	0.924469010792466		0	0	False	False	1.0	0					non-mobilizable	other	2091.0	92.205	100.0	0.07199057225052857	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0138_000000003258	4789	0.8123547640212642	7	3	2	3	1	True	80435	maximal	True	CHI0138_000000003258	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0110_000000000289	51044	0.8123492660486141	57	41	15	30	32	True	111582	maximal	False	USA0036_01_000000000209	0.6619752960553295	PS636	0	0	False	True	1.0	0					non-mobilizable	other	50883.0	99.921	99.0	0.01713434034035652	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
MAD0041_000000012416	2628	0.8123431329814039	3	3	3	3	3	False	27438	maximal	True	MAD0041_000000012416	1.0		4	2	False	False	0.9996194839477539	0					non-mobilizable	other	2579.0	96.82	99.0	0.00122730345530197	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0026_000000018491	1761	0.8123311826146389	2	1	1	1	1	False	102782	maximal	True	FIJ0026_000000018491	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0081_01_000000006366	4909	0.8123288634909976	5	4	4	4	3	False	74836	maximal	True	USA0081_01_000000006366	1.0		0	0	False	False	0.9991851449012756	0					non-mobilizable	no_good_hit	765.0	84.444	16.0	0.010214040294656345	NZ_VULP01000013.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq13, whole genome shotgun sequence	True	False
MAD0015_000000002137	6419	0.8123287808289944	8	8	7	7	7	False	51788	fragment	False	FIJ0167_000000002667	0.9750679963735267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	80.11	3.0	8.551817044924424e-05	NZ_CP050965.1	firmicutes	Gemella haemolysans strain FDAARGOS_740 chromosome	True	False
MON0007_000000060178	1101	0.8123221544901663	2	2	2	2	2	False	13886	fragment	False	MON0007_000000060178	1.0		0	0	False	False	0.9491371512413025	0					non-mobilizable	no_good_hit	94.0	85.10600000000001	9.0	0.00015455745050006815	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	True	False
MAD0106_000000008778	2386	0.8123137124577361	2	2	2	2	1	True	18470	fragment	False	MAD0106_000000008778	1.0		0	0	False	False	0.997485339641571	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000005200	5992	0.8123075728875746	9	7	4	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.08545828330889012	PS1107|PS1110|PS1114	0	0	True	True	1.0	215		MOBV			mobilizable	plasmid	3849.0	99.53200000000001	100.0	0.6517025241402676	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ENG0095_000000009124	2991	0.8123039216617354	4	4	4	4	4	False	60982	maximal	True	ENG0095_000000009124	1.0		1	1	False	False	0.9983283281326294	0					non-mobilizable	chromosome	2991.0	99.79899999999999	100.0	0.0006324698603785765	CP014030.2	enterobacteria	Citrobacter sp. FDAARGOS_156 strain FDAARGOS_155 chromosome, complete genome	False	False
ISR0170_000000041661	1135	0.8123035294066351	1	1	1	1	1	True	30024	fragment	False	ISR0170_000000041661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	89.773	8.0	9.5042288356118e-05	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
MON0027_000000034974	1190	0.8123011811348397	1	1	1	1	1	False	12619	fragment	False	MON0027_000000034974	1.0		0	0	False	False	0.9991596341133118	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	7.637275249309303e-06	NC_014165.1	high GC Gram+	Thermobispora bispora DSM 43833, complete sequence	True	False
ISR0051_000000014696	2682	0.8122708512088738	3	2	2	2	1	True	35852	fragment	False	ISR0051_000000014696	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1621.0	99.69200000000001	95.0	0.0003688375946597781	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0192_000000017371	1322	0.8122594246231198	2	2	2	2	2	False	65136	fragment	False	ENG0192_000000017371	0.9701142734793784		0	0	False	False	1.0	0					non-mobilizable	chromosome	1252.0	78.035	93.0	0.00042223665473414	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0820_000000005571	3592	0.8122589097691332	7	4	3	4	3	True	21292	fragment	False	ISR0820_000000005571	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	94.93700000000001	36.0	0.0826946349334409	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0043_000000028236	1231	0.8122571702858546	2	1	1	1	1	False	64545	fragment	False	ENG0043_000000028236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0051_000000019166	1502	0.8122491331131511	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.3637725421273313		0	0	False	False	1.0	0					non-mobilizable	other	1523.0	97.833	100.0	0.0158464085291576	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0162_000000003123	7990	0.8122466946309047	5	5	4	4	3	True	78595	maximal	True	CHI0162_000000003123	1.0		2	2	False	False	0.9994993805885315	0					non-mobilizable	no_good_hit	6730.0	71.813	83.0	0.0028615410441206884	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	True	True
MON0007_000000017689	3261	0.8122446336920744	3	3	2	3	1	False	126325	fragment	False	DEN0021_000000010147	0.940865093768905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	90.58	25.0	0.8408163265306122	GQ879899.1		Uncultured organism clone VC1CC55TR genomic sequence	True	False
CAN0016_000000020235	2391	0.8122378224938727	3	3	2	2	2	False	92912	fragment	False	CAN0016_000000020235	0.9846315627174194		0	0	False	False	0.9991635084152222	0					non-mobilizable	no_good_hit	1817.0	98.624	81.0	0.000403359254051917	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
AST0003_000000004224	8183	0.8122308922708702	8	7	6	6	6	False	130754	maximal	True	AST0003_000000004224	1.0		4	3	False	False	0.9986557364463806	0					non-mobilizable	no_good_hit	3438.0	90.227	50.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
CAN0021_000000006846	5825	0.8122308922708702	8	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9891019333893161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	90.198	70.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
CAN0014_000000007675	5733	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9881535338534854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	90.227	71.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0020_000000003210	5701	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9877629692797905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	90.227	72.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0096_000000005493	5698	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9876755772923667		0	0	False	False	0.9998245239257812	0					non-mobilizable	no_good_hit	3438.0	90.227	72.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
AUS0014_000000005711	5698	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9876755772923667		0	0	False	False	0.9996489882469177	0					non-mobilizable	no_good_hit	3438.0	90.227	72.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
USA0003_01_000000006790	5698	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9876755772923667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	90.227	72.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
CAN0012_000000009723	5558	0.8122308922708702	8	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9826817208773281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	90.227	74.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0157_000000000929	5490	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.6946468531701877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	90.227	75.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0383_000000001953	5368	0.8122308922708702	8	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9206660417741964		0	0	False	False	0.9998137354850769	0					non-mobilizable	no_good_hit	3438.0	90.227	76.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
AST0025_000000006067	5245	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9461963184690367		0	0	False	False	0.9998093247413635	0					non-mobilizable	no_good_hit	3438.0	90.198	78.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0058_000000005507	5227	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9179962109190115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3444.0	90.215	79.0	0.0006472248141135308	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MON0099_000000005088	5189	0.8122308922708702	8	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9180634938916956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	90.227	79.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0110_000000004172	5175	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9179639362713221		0	0	False	False	0.9994202852249146	0					non-mobilizable	no_good_hit	3438.0	90.227	79.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0153_000000005401	5169	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.917459075304463		0	0	False	False	0.9998065233230591	0					non-mobilizable	no_good_hit	3438.0	90.227	79.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
DEN0021_000000005915	5169	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.9171808974114772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3439.0	90.113	79.0	0.000646283259248658	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
USA0030_01_000000003265	5140	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.8889703230527124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3421.0	90.208	79.0	0.0006428936617351161	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
USA0079_01_000000002633	5091	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.7833985848195708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3290.0	90.213	77.0	0.00061822492427545	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0101_000000005754	5087	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.7833438191532884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3290.0	90.213	77.0	0.00061822492427545	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ITA0005_000000003552	4898	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.4869696181879102		0	0	False	False	0.9987750053405762	0					non-mobilizable	no_good_hit	3438.0	90.227	84.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0173_000000003873	4848	0.8122308922708702	7	7	6	6	6	False	120521	fragment	False	CAN0021_000000006846	0.4866648715395265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	90.227	84.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0118_000000003158	8677	0.8122117383255383	7	7	7	6	6	False	92589	maximal	True	SPA0118_000000003158	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	6262.0	97.844	89.0	0.0012490165342006593	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0170_000000025243	1851	0.8122068531711791	2	2	2	2	2	False	107343	fragment	False	ISR0170_000000025243	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1851.0	99.406	100.0	0.0006638090583742922	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ISR0190_000000007356	3156	0.812202815931027	4	3	2	2	3	False	94135	fragment	False	ISR0190_000000007356	1.0		0	0	False	False	0.9990494251251221	0					non-mobilizable	chromosome	3087.0	91.934	100.0	0.00047335837051274836	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0072_000000007069	3782	0.8122011053069229	5	3	3	3	2	False	116201	fragment	False	USA0034_01_000000014843	0.7560074224471292		0	0	False	False	0.9986779689788818	0					non-mobilizable	no_good_hit	1337.0	95.961	35.0	0.00030227256478271216	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0845_000000002644	3878	0.8121946582222445	4	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.4639712784188013		0	0	False	False	0.9997421503067017	0					non-mobilizable	no_good_hit	2715.0	78.26899999999999	86.0	0.0064337879198791215	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0360_000000004092	5787	0.8121942894284695	5	3	3	3	3	False	86509	maximal	True	ISR0360_000000004092	1.0		2	2	False	False	0.9982720017433167	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000007271	4973	0.8121942894284695	5	3	3	3	3	False	86508	fragment	False	ENG0134_000000007271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0052_000000004488	3504	0.8121942894284695	3	3	3	3	3	False	86507	fragment	False	CHI0052_000000004488	0.9673258813413586		0	0	False	False	0.9945776462554932	0					non-mobilizable	no_good_hit	64.0	96.875	2.0	3.0459547545178036e-05	NZ_CABKSO010000001.1	firmicutes	Veillonella atypica isolate MGYG-HGUT-01444, whole genome shotgun sequence	True	False
SPA0111_000000001608	15764	0.8121904895594064	15	9	3	2	8	False	4593	maximal	True	SPA0111_000000001608	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	8798.0	94.03299999999999	88.0	0.001951494717015497	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0071_000000030339	1235	0.8121898499088788	2	2	2	1	1	False	44808	fragment	False	FIJ0071_000000030339	1.0		0	0	False	False	0.9935222864151001	0					non-mobilizable	no_good_hit	303.0	82.178	24.0	0.002708094494443893	NZ_JAAWUO010000015.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_15_length_110779_cov_107.073, whole genome shotgun sequence	True	False
USA0072_01_000000004541	4448	0.8121879477771857	4	4	4	4	4	False	99894	fragment	False	DEN0020_000000001795	0.9839282573387084		0	0	False	False	0.9986510872840881	0					non-mobilizable	other	4449.0	99.416	100.0	0.014089238179743948	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0385_000000009154	2395	0.8121803391250284	2	1	1	1	1	False	118066	maximal	True	ISR0385_000000009154	1.0		1	1	False	False	0.9983298778533936	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0009764731012175399	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0063_000000013766	1302	0.8121755291490038	2	2	2	2	2	False	79114	fragment	False	ISR0856_000000004631	0.549658466867118		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	92.101	100.0	0.0002519760558832923	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0065_000000003006	4001	0.8121753399860034	5	3	1	3	1	False	108716	maximal	True	MAD0065_000000003006	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	79.73899999999999	4.0	0.010848480494288383	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0037_000000007812	6366	0.8121752485421571	9	4	2	3	0	True	116908	fragment	False	ISR0827_000000001364	0.9856800095723139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	98.63600000000001	3.0	6.547181109678438e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0110_000000008679	2695	0.812167942358677	4	4	3	4	3	False	127732	fragment	False	ISR0110_000000008679	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2705.0	92.902	100.0	0.0008636221791017559	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
TAN0007_000000014351	2636	0.8121657045190271	7	3	3	2	2	False	2834	maximal	True	TAN0007_000000014351	1.0		4	2	False	False	0.9996206164360046	0					non-mobilizable	no_good_hit	789.0	84.664	37.0	0.008564286490598847	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0259_000000000867	14035	0.8121630751558793	21	12	8	11	9	True	126211	maximal	False	ISR0079_000000001925	0.9616372641208131	PS943|PS946|PS949	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1610.0	73.354	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0055_000000006569	1451	0.8121556914468772	1	1	1	1	1	True	17095	maximal	True	MAD0055_000000006569	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1429.0	97.20100000000001	98.0	0.012094245275023306	NZ_SMUS01000011.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00011, whole genome shotgun sequence	False	True
DEN0038_000000001414	2546	0.8121524739084788	5	4	4	4	3	False	73359	maximal	True	DEN0038_000000001414	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	78.723	4.0	0.002970808576595195	NZ_MOEC01000047.1	a-proteobacteria	Ochrobactrum cytisi strain IPA7.2 NODE_47_length_30968_cov_21.6271, whole genome shotgun sequence	True	False
ISR0317_000000002890	5301	0.8121478208678445	7	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7752221763558446	PS1159|PS463	0	0	True	True	1.0	125		MOBV			mobilizable	other	3861.0	99.637	91.0	0.03282899157162419	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0157_000000004446	5286	0.8121478208678445	7	6	4	4	4	True	128685	backbone	False	FIJ0105_000000005116	0.12186392666295452	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	3028.0	96.169	82.0	0.6104944500504541	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
SPA0032_000000004647	5281	0.8121478208678445	7	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7760147624459893	PS1159|PS463	0	0	True	True	1.0	95		MOBV			mobilizable	other	4726.0	99.915	91.0	0.04018574745490266	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0082_000000021603	1632	0.8121463990104679	3	3	1	3	2	True	96901	fragment	False	CAN0002_000000011814	0.927217125382263		0	0	False	False	0.9589460492134094	0					non-mobilizable	no_good_hit	56.0	85.714	3.0	0.00015848728211600692	NZ_MPDM01000001.1	high GC Gram+	Boudabousia marimammalium strain DSM 15383 Scaffold1, whole genome shotgun sequence	True	True
DEN0010_000000024436	1869	0.8121397754932171	4	4	2	3	3	True	79821	fragment	False	ENG0146_000000012172	0.9654071314529005		0	0	False	False	0.988228976726532	0					non-mobilizable	other	1868.0	99.946	99.0	0.040831948211005165	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0167_000000009665	2122	0.8121384475043402	2	2	2	2	1	False	78176	fragment	False	CHI0167_000000009665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	8.237455550955571e-06	NZ_BDCO01000002.1	verrucomicrobia	Terrimicrobium sacchariphilum strain NM-5, whole genome shotgun sequence	True	False
ETH0004_000000005242	5365	0.8121270432698107	9	2	2	2	1	False	52944	maximal	True	ETH0004_000000005242	1.0		1	1	False	False	0.999068021774292	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000008026	3443	0.8121252610337298	4	2	2	2	2	False	95882	fragment	False	SPA0028_000000008026	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	81.25	3.0	0.0014375208062221954	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0098_000000006906	3279	0.8121252610337298	6	2	2	2	2	False	95886	fragment	False	FIJ0098_000000006906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	False
MON0008_000000010748	3004	0.8121252610337298	4	2	2	2	2	False	68882	maximal	True	MON0008_000000010748	1.0		0	0	False	False	0.9996671080589294	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	False
ENG0130_000000005276	5530	0.8121225274396646	6	2	0	2	0	False	78477	fragment	False	ENG0130_000000005276	1.0		0	0	False	False	0.9773960113525391	0					non-mobilizable	other	5461.0	99.90799999999999	99.0	0.005990783410138249	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0011_000000001252	18352	0.8121066685752429	30	12	6	10	8	True	120402	maximal	True	ISR0011_000000001252	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1875.0	88.053	11.0	0.0005039991412546821	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0122_000000000786	19855	0.8121050522118779	18	12	10	10	9	False	41449	maximal	True	FIJ0122_000000000786	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2035.0	74.005	10.0	0.0008208039307161484	NZ_KE148312.1	firmicutes	Oribacterium parvum ACB1 acqcx-supercont2.1, whole genome shotgun sequence	True	False
ISR0221_000000008200	2802	0.8121007106810786	4	3	2	3	3	False	44558	fragment	False	ISR0221_000000008200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
FIJ0136_000000017338	1594	0.8121004476965493	2	2	1	2	2	False	112280	fragment	False	FIJ0136_000000017338	0.9603798122316641		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	99.184	100.0	0.0003905683983827085	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0027_000000016872	2217	0.8120872196414824	4	4	4	3	4	False	76708	fragment	False	MAD0012_000000012799	0.9591422121896163		0	0	False	False	0.9981957674026489	0					non-mobilizable	no_good_hit	115.0	80.87	5.0	4.653618414821075e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MAD0002_000000011955	2951	0.8120850369391611	5	1	1	1	1	False	20216	maximal	True	MAD0002_000000011955	1.0		1	1	False	False	0.9996611475944519	0					non-mobilizable	no_good_hit								True	False
USA0047_01_000000009646	3631	0.8120847233591328	5	3	2	1	3	False	113736	maximal	True	USA0047_01_000000009646	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2523.0	86.801	96.0	0.0011010816689007454	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0112_000000007114	2472	0.8120823959515358	4	2	1	2	2	False	82428	fragment	False	CHI0112_000000007114	1.0		0	0	False	False	0.9947410821914673	0					non-mobilizable	no_good_hit	1542.0	98.314	88.0	0.0006763724651404659	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
DEN0071_000000019068	2160	0.8120823959515358	3	2	1	2	2	False	70453	fragment	False	DEN0071_000000019068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	97.819	87.0	0.0005226514503358145	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0060_000000026808	1562	0.8120794896635658	3	3	1	3	0	False	10881	maximal	True	MON0060_000000026808	1.0		1	1	False	False	0.9635083079338074	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000002201	7168	0.8120794209512208	9	4	2	2	4	False	86662	backbone	False	ISR0213_000000002441	0.610446795635007	PS438	0	0	False	True	0.9972098469734192	0					non-mobilizable	no_good_hit	3989.0	87.741	61.0	0.3553299492385787	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
SPA0125_000000001356	19924	0.8120750288732049	26	13	6	11	6	True	132296	maximal	True	SPA0125_000000001356	1.0		1	1	False	False	0.9998996257781982	0					non-mobilizable	other	14922.0	95.40299999999999	91.0	0.003473165150671023	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0325_000000011709	1763	0.8120633766794391	2	2	2	2	2	False	24865	maximal	True	ISR0325_000000011709	1.0		1	1	False	False	0.9943278431892395	0					non-mobilizable	no_good_hit	809.0	81.829	46.0	0.005420254920312153	NZ_JAAIPW010000006.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_6_length_148517_cov_271.659, whole genome shotgun sequence	True	False
ISR0122_000000007787	2257	0.8120631848157671	3	2	2	2	1	False	121271	fragment	False	ISR0122_000000007787	1.0		0	0	False	True	0.9929109215736389	0					non-mobilizable	no_good_hit	1642.0	97.199	73.0	0.006701509065425526	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
MON0063_000000015021	1947	0.8120631848157671	2	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.09475467562422722	PS849	0	0	False	True	1.0	0					non-mobilizable	other	1947.0	99.589	100.0	0.007951912586169556	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
CAN0003_000000025976	1905	0.8120631848157671	2	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.07805787824841658	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	1770.0	96.15799999999999	96.0	0.00036550138049602814	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0810_000000009582	1759	0.8120631848157671	2	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.08285185140582216	PS849	0	0	False	True	0.9988629817962646	0					non-mobilizable	other	1759.0	99.71600000000001	100.0	0.007183690815254923	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
FIJ0065_000000011214	1686	0.8120631848157671	2	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.06603260280419526	PS849	0	0	False	True	0.9958481788635254	0					non-mobilizable	other	1628.0	100.0	99.0	0.0009045522271888274	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0355_000000012256	1681	0.8120631848157671	2	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.06578071255863996	PS849	0	0	False	True	0.9988102316856384	0					non-mobilizable	other	1628.0	99.693	99.0	0.0009045522271888274	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
AST0153_000000020513	1644	0.8120631848157671	2	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.0656786154511356	PS849	0	0	False	True	1.0	0					non-mobilizable	other	1644.0	100.0	100.0	0.0009134476393799898	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0111_000000019189	1564	0.8120631848157671	2	2	2	2	1	False	121265	backbone	False	ENG0073_000000006947	0.052602093148392384	PS849	0	0	False	True	0.97826087474823	0					non-mobilizable	other	1564.0	100.0	100.0	0.006386865042231766	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
USA0030_01_000000007660	2197	0.8120628341006336	2	2	2	2	2	False	79633	fragment	False	USA0030_01_000000007660	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1614.0	98.885	100.0	0.00022766960609347186	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0083_000000018594	1484	0.8120622467151736	2	2	2	2	1	False	34094	maximal	True	ISR0083_000000018594	1.0		1	1	False	False	0.9912399053573608	0					non-mobilizable	no_good_hit								True	False
ISR0063_000000009451	2129	0.8120622186574786	2	2	1	2	1	True	35277	maximal	True	ISR0063_000000009451	1.0		2	2	False	False	0.9741662740707397	0					non-mobilizable	no_good_hit	52.0	86.538	2.0	0.00011706161572573611	NZ_FOYZ01000002.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	True
CHI0044_000000000951	10048	0.8120615214994914	10	8	7	6	6	True	110655	maximal	True	CHI0044_000000000951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8094.0	97.9	81.0	0.3254616405841413	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
SPA0006_000000027789	1124	0.8120549132529006	2	2	2	2	1	False	8224	maximal	True	SPA0006_000000027789	1.0		87	9	False	False	0.9973309636116028	0					non-mobilizable	other	1124.0	84.698	99.0	0.01946463577537602	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	False	False
USA0042_01_000000004784	5501	0.8120527128695247	6	6	3	3	5	False	99076	fragment	False	MON0013_000000007397	0.9895330112721417		0	0	False	False	0.9941828846931458	0					non-mobilizable	no_good_hit	2359.0	84.78200000000001	43.0	0.015940957407118487	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	False
ENG0107_000000006273	4113	0.8120426887067375	5	5	3	4	5	False	126999	fragment	False	ENG0195_000000004799	0.6164044861379591		0	0	False	False	1.0	0					non-mobilizable	other	2570.0	96.73200000000001	97.0	0.0704372154259696	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MAD0039_000000003185	3912	0.8120389079332041	4	4	2	3	3	False	85324	fragment	False	ISR0115_000000007514	0.9397854705021941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	77.10300000000001	32.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0067_000000008276	3473	0.8120291285407006	5	4	4	4	4	False	99569	fragment	False	ENG0067_000000008276	1.0		0	0	False	False	0.9936653971672058	0					non-mobilizable	plasmid	3473.0	99.079	100.0	0.014244675175442197	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
FIJ0044_000000006332	3462	0.8120262307461577	4	4	3	4	3	False	69579	maximal	True	FIJ0044_000000006332	1.0		600	12	False	False	0.9979780316352844	0					non-mobilizable	plasmid	3462.0	99.74	100.0	0.0055221908785724316	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
CHI0162_000000026807	1243	0.8120225308387655	2	2	2	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.25343635606565784		0	0	False	False	0.9991955161094666	0					non-mobilizable	other	1251.0	94.245	100.0	0.00030647237788975867	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0016_000000019784	1811	0.8120158902260937	2	2	2	2	2	False	54765	fragment	False	MON0016_000000019784	1.0		0	0	False	False	0.98619544506073	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	5.3963797108619755e-06	LT629796.1	g-proteobacteria	Pseudomonas mandelii strain LMG 21607 genome assembly, chromosome: I	True	False
FIJ0162_000000003952	5999	0.8119979140098288	5	3	2	3	2	False	68512	maximal	True	FIJ0162_000000003952	1.0		3	1	False	False	0.9998332858085632	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000005511	5624	0.8119979140098288	5	3	2	3	2	False	68511	fragment	False	DEN0093_000000005511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	91.22	4.0	5.9135834141378124e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0054_000000002161	10726	0.8119925690241541	14	6	3	5	5	True	126170	maximal	True	ENG0054_000000002161	1.0		1	1	True	True	0.9999067783355713	19					non-mobilizable	no_good_hit	1599.0	74.171	15.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
TAN0008_000000018365	1241	0.8119890015884338	2	2	2	2	2	False	87109	fragment	False	FIJ0123_000000020607	0.3859118220200824		0	0	False	False	1.0	0					non-mobilizable	chromosome	1241.0	99.59700000000001	100.0	0.00024095641040239915	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
SPA0117_000000006597	5555	0.8119882208543431	6	4	3	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9737757476164093	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5555.0	99.244	100.0	0.0010735613203390385	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0094_000000003570	5536	0.8119882208543431	4	4	3	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9713349064022019	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5552.0	98.811	100.0	0.0011079084022607639	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0114_000000006469	6150	0.8119859721310179	9	7	6	6	7	False	111443	fragment	False	ISR0288_000000004193	0.9616217974053738		0	0	False	False	1.0	0					non-mobilizable	other	6155.0	98.39200000000001	100.0	0.008517127751375775	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0118_000000007670	3829	0.8119858137478608	5	5	5	3	4	False	4263	maximal	True	SPA0118_000000007670	1.0		2	2	False	False	1.0	0					non-mobilizable	other	3830.0	99.68700000000001	100.0	0.15184803299492386	NZ_ADFP01000050.1	bacteria	Pyramidobacter piscolens W5455 contig00050, whole genome shotgun sequence	False	False
ETH0005_000000007997	6091	0.8119819215928552	6	5	4	5	5	False	52798	maximal	True	ETH0005_000000007997	1.0		9	4	False	False	0.9998358488082886	0					non-mobilizable	no_good_hit	124.0	76.613	2.0	5.0111539249863115e-05	CP011095.1	high GC Gram+	Corynebacterium ulcerans strain 131002, complete genome	True	False
MON0063_000000026019	1151	0.8119794193603642	2	2	2	2	2	False	97668	fragment	False	ISR0175_000000016563	0.9640343552455998		0	0	False	False	0.9852302074432373	0					non-mobilizable	chromosome	1151.0	100.0	100.0	0.0002140495020184868	CP050998.1	enterobacteria	Escherichia coli O39:NM str. F8704-2 chromosome, complete genome	False	False
CHI0080_000000003980	1265	0.8119767662656813	4	1	1	1	1	False	84339	maximal	True	CHI0080_000000003980	1.0		1	1	False	False	0.992094874382019	0					non-mobilizable	no_good_hit	603.0	80.597	47.0	0.0003501298744458008	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
FIJ0023_000000009038	3443	0.8119742212262495	5	5	3	3	3	False	109832	maximal	True	FIJ0023_000000009038	1.0		5	4	False	False	1.0	0					non-mobilizable	other	2014.0	98.113	97.0	0.0004847804946688602	CP011914.1	firmicutes	Eubacterium limosum strain SA11, complete genome	False	False
SPA0088_000000007641	2061	0.8119710978743	3	3	3	2	3	False	63461	maximal	False	ENG0058_000000014914	0.9585573476702509		0	0	False	False	1.0	0					non-mobilizable	chromosome	2061.0	100.0	100.0	0.0004362621062734491	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
CHI0168_000000004116	4486	0.8119571203544322	4	3	3	3	2	False	130349	backbone	False	ISR0335_000000002496	0.23837559432295807	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4486.0	98.529	100.0	0.0008680681648492821	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0087_000000001713	4204	0.8119571203544322	3	3	3	3	2	False	130349	backbone	False	ISR0335_000000002496	0.18750598350545075	PS1101	0	0	False	True	0.9845385551452637	0					non-mobilizable	other	4204.0	98.66799999999999	100.0	0.0008134507568868775	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0061_000000022099	1297	0.8119560933841055	2	2	2	2	2	False	45775	maximal	True	FIJ0061_000000022099	1.0		513	13	False	False	0.9892058372497559	0					non-mobilizable	other	1297.0	97.22399999999999	100.0	0.023362716997458222	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	False	False
ISR0812_000000015073	2634	0.8119551918733103	4	2	2	2	2	False	24020	maximal	True	ISR0812_000000015073	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	72.329	21.0	0.00017867395109905294	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CHI0182_000000002993	7658	0.8119508293105561	10	8	8	8	8	False	103973	fragment	False	CHI0182_000000002993	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7662.0	96.124	99.0	0.003756876359751217	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0140_000000006091	4398	0.8119495654181172	7	6	4	6	2	False	75096	fragment	False	FIJ0140_000000006091	1.0		0	0	False	False	0.994770348072052	0					non-mobilizable	no_good_hit	1056.0	83.23899999999999	24.0	0.0021158375410032276	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0357_000000005520	4141	0.8119461036127589	5	2	0	1	1	True	48106	fragment	False	ISR0357_000000005520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1587.0	78.135	38.0	0.13778100072516317	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
USA0082_01_000000023854	1246	0.8119424642049261	3	2	2	2	2	False	66670	fragment	False	SPA0046_000000023620	0.7982872109358055		0	0	False	False	0.995184600353241	0					non-mobilizable	other	1246.0	99.759	100.0	0.01572783890650463	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
AST0024_000000008211	3908	0.8119423520150243	5	3	3	2	1	False	121652	maximal	True	AST0024_000000008211	1.0		1	1	False	False	0.9948822855949402	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0014965932810838485	MK231416.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c3 sequence	True	False
DEN0077_000000004384	2594	0.8119369264414524	4	3	2	3	1	False	113766	maximal	True	DEN0077_000000004384	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	92.227	78.0	0.0002658866578354979	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0104_000000018491	1715	0.8119230981055171	2	2	2	2	2	False	118603	fragment	False	ENG0104_000000018491	1.0		0	0	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit	1325.0	88.98100000000001	87.0	0.00021270579767887208	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ENG0187_000000009098	3071	0.8119184505053783	4	3	2	2	3	True	74598	fragment	False	ENG0009_000000003676	0.9652540270957428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	88.77600000000001	3.0	0.00019028222408554754	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0123_000000007298	2854	0.8119184505053783	4	3	2	2	3	True	74598	fragment	False	ENG0009_000000003676	0.4901206376512734		0	0	False	False	0.9992992281913757	0					non-mobilizable	no_good_hit	106.0	89.62299999999999	4.0	0.0002070103316974638	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0127_000000010382	2817	0.8119184505053783	4	3	2	2	3	True	74598	fragment	False	ENG0009_000000003676	0.4873197078006944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	88.542	3.0	0.00018610019718256847	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0022_000000015345	2572	0.8119184505053783	3	3	2	2	3	True	74598	fragment	False	ENG0009_000000003676	0.2385072772452964		0	0	False	False	0.9996111989021301	0					non-mobilizable	no_good_hit	91.0	87.912	4.0	0.0001756451299251208	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0127_000000003751	5508	0.8119178019917396	7	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9660053121575615	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5440.0	98.95200000000001	100.0	0.0010240350710356068	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CAN0018_000000006365	5325	0.8119178019917396	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9549178279139229	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5325.0	99.925	100.0	0.000929293246652825	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0305_000000002604	5321	0.8119178019917396	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9572958921452921	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5321.0	100.0	100.0	0.0009285950548822368	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0074_000000004943	5319	0.8119178019917396	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.957626292573537	PS1101	0	0	False	True	0.9988719820976257	0					non-mobilizable	other	5319.0	99.925	100.0	0.0009282459589969428	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
USA0060_01_000000002845	5302	0.8119178019917396	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9491843887801001	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5302.0	99.925	100.0	0.0009252786439719431	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
USA0015_01_000000005831	5288	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9476210703369043	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5288.0	100.0	100.0	0.0009228349727748846	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0139_000000004135	5286	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478581956650749	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	99.92399999999999	100.0	0.0009224858768895906	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0010_000000003494	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0084_000000004839	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0344_000000005499	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0025_000000007042	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	0.999621570110321	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0107_000000004686	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9479101336829359	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0186_000000003406	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0172_000000003479	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.94723821776386	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.98100000000001	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CHI0121_000000001571	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0362_000000004431	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0110_000000004345	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0388_000000005660	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
USA0134_01_000000000925	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0169_000000003981	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9472884050167503	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.98100000000001	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CAN0022_000000005243	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0333_000000003279	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
USA0040_01_000000003534	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CAN0023_000000001741	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0057_000000004012	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0002_000000003984	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9478420392666121	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
DEN0089_000000003484	5285	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9499889365245614	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.262	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0031_000000005701	5267	0.8119178019917396	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9461950306682303	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5267.0	99.98100000000001	100.0	0.0009191694659792969	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0795_000000001541	5245	0.8119178019917396	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9434397092619179	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5245.0	99.92399999999999	100.0	0.000915329411241062	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0804_000000003370	5245	0.8119178019917396	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9434397092619179	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5245.0	99.92399999999999	100.0	0.000915329411241062	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0796_000000003909	5245	0.8119178019917396	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9434397092619179	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5245.0	99.92399999999999	100.0	0.000915329411241062	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
MAD0094_000000012004	1346	0.8119173646106801	2	2	2	1	1	False	15613	fragment	False	MAD0094_000000012004	1.0		0	0	False	False	0.9992570877075195	0					non-mobilizable	chromosome	1342.0	99.851	99.0	0.0002549902795651817	CP033817.1	enterobacteria	Klebsiella aerogenes strain FDAARGOS_513 chromosome, complete genome	False	False
ISR0171_000000011998	2293	0.8119149972513426	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.6058100279830897		0	0	False	False	0.9978194236755371	0					non-mobilizable	chromosome	2298.0	90.86200000000001	100.0	0.00099421206417589	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0005_000000004703	6349	0.8119137668238984	10	2	1	2	1	False	8345	maximal	True	SPA0005_000000004703	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	1.0	0.00012416190712689348	NZ_RRCO01000002.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_2, whole genome shotgun sequence	True	False
FIJ0094_000000012140	1677	0.8118902909533008	3	2	2	2	2	False	77124	fragment	False	ISR0124_000000008256	0.9449152542372881		0	0	False	False	0.999403715133667	0					non-mobilizable	no_good_hit	66.0	83.333	4.0	1.3489770441701524e-05	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
ISR0334_000000005203	3675	0.811874902379312	4	2	1	2	2	False	79049	fragment	False	ISR0334_000000005203	1.0		0	0	False	False	0.9980952143669128	0					non-mobilizable	no_good_hit	436.0	86.697	28.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0011_01_000000010629	3550	0.811874902379312	4	2	1	2	2	False	107993	fragment	False	USA0011_01_000000010629	0.9795533642691414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	97.88	23.0	0.0005896657933200484	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0210_000000007333	2608	0.811874902379312	4	2	1	2	2	False	57391	maximal	True	ISR0210_000000007333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	74.293	28.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0153_000000031695	1120	0.8118729492264698	1	1	0	1	0	True	103170	fragment	False	AST0153_000000031695	1.0		0	0	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit								True	True
FIJ0165_000000002957	6147	0.8118695747254249	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8653322516627708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.993	25.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0067_000000005200	5857	0.8118695747254249	6	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8612813011506216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.339	28.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0133_000000006227	5845	0.8118695747254249	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8612661410877221		0	0	False	False	0.9988024234771729	0					non-mobilizable	no_good_hit	1446.0	84.993	27.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0090_000000006426	5808	0.8118695747254249	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8585397461137066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.993	27.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0026_000000004886	5807	0.8118695747254249	6	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8590945360474009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.27	27.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0144_000000005434	5801	0.8118695747254249	6	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8585989263856422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.06200000000001	27.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0072_000000004370	5787	0.8118695747254249	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8552407448534379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.993	26.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0032_000000005918	5761	0.8118695747254249	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.855265216403009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.339	27.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0030_000000001556	5725	0.8118695747254249	7	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8397127871784269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.06200000000001	28.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0056_000000004291	5599	0.8118695747254249	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.6878772029473967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.993	29.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0033_000000005784	5437	0.8118695747254249	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.5617346963733921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.993	27.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
SPA0064_000000002804	7168	0.8118627081530058	6	6	6	5	6	True	6109	fragment	False	SPA0064_000000002804	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3618.0	97.374	95.0	0.0006954181848681235	CP025707.1	enterobacteria	Escherichia coli strain YDC107 chromosome, complete genome	False	True
ISR0250_000000001215	6615	0.8118625788492955	6	4	3	4	2	False	29813	maximal	True	ISR0250_000000001215	1.0		2	2	False	False	0.9984883069992065	0					non-mobilizable	no_good_hit	2130.0	83.38	45.0	0.0004353371445478413	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
SPA0111_000000010653	3223	0.8118610263399543	6	3	3	2	3	False	4580	fragment	False	SPA0111_000000010653	1.0		0	0	False	False	0.996897280216217	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.953711171437326e-06	NZ_CP012871.1	enterobacteria	[Enterobacter] lignolyticus strain G5 chromosome, complete genome	True	False
FIJ0017_000000016086	1805	0.8118576790045124	4	2	2	2	2	False	50134	maximal	True	FIJ0017_000000016086	1.0		23	8	False	False	0.9734072089195251	0					non-mobilizable	no_good_hit	67.0	89.552	4.0	0.0004539576856411808	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ISR0825_000000010776	2184	0.8118564260718176	3	2	2	2	1	True	22490	maximal	True	ISR0825_000000010776	1.0		1	1	False	False	0.9894688725471497	0					non-mobilizable	no_good_hit								True	True
MON0040_000000002608	8473	0.811855824987262	6	5	2	4	3	True	17183	fragment	False	MON0040_000000002608	1.0		0	0	False	False	0.9940989017486572	0		MOBF			mobilizable	plasmid	8473.0	100.0	100.0	0.11950235562953142	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
USA0084_01_000000018250	1778	0.8118547015717189	3	2	1	2	1	False	92633	fragment	False	USA0084_01_000000018250	0.9653868528214078		0	0	False	False	0.9994375705718994	0					non-mobilizable	no_good_hit	784.0	82.65299999999999	71.0	0.0003428284840492691	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0145_000000015000	1931	0.8118479702524157	4	2	1	2	2	False	33286	fragment	False	ISR0145_000000015000	1.0		0	0	False	False	0.9994821548461914	0					non-mobilizable	other	1931.0	99.223	100.0	0.0005478745872488861	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0082_000000002940	8184	0.811843786079683	9	6	3	3	3	False	47810	fragment	False	FIJ0082_000000002940	1.0		0	0	False	False	0.9998778104782104	0					non-mobilizable	no_good_hit	1564.0	71.73899999999999	19.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
ISR0115_000000019938	1761	0.8118421049071411	3	3	3	3	2	False	58924	fragment	False	ENG0124_000000017494	0.9904548006737788		0	0	False	False	0.9971607327461243	0					non-mobilizable	chromosome	1762.0	99.149	100.0	0.0024202093666637805	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0034_000000019514	1112	0.8118414497169881	2	1	1	1	1	False	36826	fragment	False	ISR0034_000000019514	1.0		0	0	False	False	0.9937050342559814	0					non-mobilizable	other	1018.0	99.60700000000001	92.0	0.018410905338619454	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
ETH0001_000000012427	2391	0.8118408717949094	3	2	2	2	1	True	92678	fragment	False	USA0072_01_000000008165	0.8826477682623416		0	0	False	False	0.9970723390579224	0					non-mobilizable	no_good_hit	119.0	76.471	5.0	2.799531802439937e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
ISR0185_000000014935	2191	0.8118408717949094	4	2	2	2	1	True	76769	maximal	True	ISR0185_000000014935	1.0		3	3	False	False	0.9995436072349548	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	1.2344314855901199e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0015_000000017182	1796	0.8118354195895781	2	2	1	2	1	False	50339	maximal	True	FIJ0015_000000017182	1.0		2	2	False	False	0.9961024522781372	0					non-mobilizable	no_good_hit								True	False
USA0132_01_000000009477	1669	0.8118350558174853	2	2	2	2	1	False	29163	fragment	False	USA0132_01_000000009477	1.0		0	0	False	False	0.9988016486167908	0					non-mobilizable	no_good_hit								True	False
MON0030_000000023309	1544	0.8118245345414324	3	2	2	2	1	False	12505	fragment	False	MON0030_000000023309	1.0		0	0	False	False	0.9889896512031555	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000018780	1656	0.8118175992204334	3	2	2	2	2	True	72455	maximal	True	ISR0177_000000018780	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1373.0	73.634	82.0	0.0003786778451765487	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
DEN0093_000000015000	2155	0.8118136419691188	4	3	2	3	2	False	68479	fragment	False	DEN0093_000000015000	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2143.0	99.53299999999999	99.0	0.0006113551076978227	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0034_000000007178	4043	0.8118114991748627	5	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.6228863792781848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2871.0	78.61399999999999	86.0	0.00681153384216032	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0086_000000000892	6400	0.8118100314632928	13	6	2	5	3	False	16045	maximal	True	MAD0086_000000000892	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	75.194	4.0	0.00015128172853557515	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MON0076_000000040724	1188	0.8118076956732538	2	2	1	1	1	True	10267	fragment	False	MON0076_000000040724	1.0		0	0	False	False	0.9654881954193115	0					non-mobilizable	other	1188.0	99.32700000000001	100.0	0.014404640551429542	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0827_000000003056	3449	0.8118027917995931	4	3	3	2	2	False	35900	maximal	True	ISR0827_000000003056	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1515.0	95.182	44.0	0.0004017732229307284	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0186_000000016682	1857	0.8117986359248709	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2045906570174553		0	0	False	False	1.0	0					non-mobilizable	chromosome	1863.0	94.84700000000001	100.0	0.0004210548226501702	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
CHI0154_000000022331	1501	0.8117986359248709	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.19453471599523461		0	0	False	False	0.9980013370513916	0					non-mobilizable	other	1501.0	97.602	100.0	0.00048249212974921024	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
ISR0213_000000004639	4888	0.8117946743635714	7	7	6	6	7	False	129538	maximal	True	ISR0213_000000004639	1.0	PS1061	2	1	False	True	0.9997954368591309	0					non-mobilizable	no_good_hit	1655.0	89.245	34.0	0.0004419044393039295	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
AST0024_000000017784	1956	0.8117939234394859	2	2	2	2	2	False	121265	backbone	False	ENG0073_000000006947	0.046495987551196855	PS849	0	0	False	True	1.0	0					non-mobilizable	other	1956.0	100.0	100.0	0.007988689160309087	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
MAD0042_000000016143	1511	0.8117854653945613	2	2	2	2	1	False	18110	maximal	True	MAD0042_000000016143	1.0		214	13	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	82.101	78.0	0.00040510042686343623	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0041_000000030938	1229	0.8117830955340049	1	1	1	1	1	False	18204	fragment	False	MAD0041_000000030938	1.0		0	0	False	False	0.9983726739883423	0					non-mobilizable	other	1143.0	81.54	92.0	0.0076228672513790705	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0135_000000001284	19317	0.8117797459162606	17	10	7	10	6	False	69607	maximal	True	FIJ0135_000000001284	1.0		1	1	False	False	0.9998446702957153	0					non-mobilizable	no_good_hit	3256.0	95.915	21.0	0.0010956139426719583	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0053_000000006338	2908	0.8117748814526298	5	3	3	2	2	True	35753	maximal	True	ISR0053_000000006338	1.0		2	2	False	False	0.9986245036125183	0					non-mobilizable	no_good_hit	1347.0	99.035	46.0	0.009256393857495547	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0152_000000004468	5600	0.8117739389581046	5	5	5	5	5	False	129603	maximal	True	ISR0152_000000004468	0.9847834568864612	PS1061	6	3	False	True	1.0	0					non-mobilizable	no_good_hit	1799.0	98.88799999999999	79.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0165_000000006662	2932	0.8117732005132111	4	2	2	1	2	False	36678	maximal	True	ISR0165_000000006662	1.0		2	1	False	False	0.9982946515083313	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	0.0004622536848222304	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
ISR0126_000000025894	1905	0.8117732005132111	2	2	2	1	2	False	31969	fragment	False	ISR0126_000000025894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.0004622536848222304	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
SPA0093_000000002595	13827	0.8117710839841709	24	8	5	6	5	True	5293	maximal	True	SPA0093_000000002595	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2354.0	82.455	17.0	0.012675590542643224	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	True
USA0102_01_000000003502	4037	0.8117693067644766	5	4	3	3	4	False	340	maximal	True	USA0102_01_000000003502	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2972.0	100.0	74.0	0.0008270870306573407	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0100_000000011677	2570	0.8117677302299201	4	4	4	4	2	False	103007	fragment	False	ISR0095_000000011387	0.9792159493076327		0	0	False	False	1.0	0					non-mobilizable	chromosome	1564.0	99.936	100.0	0.00022061227174463514	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MAD0052_000000005314	3072	0.8117610369523368	3	3	3	3	2	False	17289	maximal	True	MAD0052_000000005314	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	97.015	2.0	2.1542025293703636e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0037_000000018441	1903	0.8117586849528787	2	2	2	2	2	False	65196	maximal	True	ENG0037_000000018441	1.0		4	2	False	False	0.9978980422019958	0					non-mobilizable	other	1904.0	84.979	99.0	0.01878496006700368	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
SPA0073_000000008897	1194	0.8117582232456928	3	3	3	3	3	False	19404	fragment	False	MAD0056_000000012056	0.9611921961767163		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	1194.0	99.916	100.0	0.010011664890358422	CP038338.1	enterobacteria	Escherichia coli O157:H7 strain LSU61 plasmid pLSU61-1, complete sequence	False	True
MAD0056_000000012056	1190	0.8117582232456928	4	3	3	3	3	False	19404	fragment	False	MAD0056_000000012056	0.977107761027359		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	1190.0	99.83200000000001	100.0	0.0087774340954223	CP054228.1	enterobacteria	Escherichia coli strain EcPF15 plasmid p1, complete sequence	False	True
MAD0015_000000018938	1140	0.8117582232456928	3	3	3	3	3	False	19404	fragment	False	MAD0056_000000012056	0.9547269494062283		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	1140.0	99.825	100.0	0.008408324167103447	CP054228.1	enterobacteria	Escherichia coli strain EcPF15 plasmid p1, complete sequence	False	True
AUS0002_000000007151	4517	0.8117526113027387	4	4	4	3	3	False	103101	fragment	False	AUS0002_000000007151	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	2.0	1.834176008495131e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MAD0070_000000014388	1458	0.8117502130153019	3	3	3	3	2	False	16353	fragment	False	MAD0070_000000014388	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	98.56	100.0	0.004763368162261831	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	False	False
ISR0214_000000005224	4918	0.8117476705481165	4	3	1	3	1	False	28240	maximal	True	ISR0214_000000005224	0.9865816102067753		23	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0169_000000007929	2828	0.8117409320976025	6	5	2	2	5	True	38873	maximal	True	FIJ0169_000000007929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	92.18	64.0	0.020601103290850294	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0103_000000002241	9040	0.8117354931805132	7	5	4	5	4	False	127629	fragment	False	ENG0103_000000002241	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5112.0	99.902	99.0	0.36719591924707234	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0802_000000006712	2367	0.8117253304646718	3	2	1	2	1	False	66601	maximal	True	ISR0802_000000006712	1.0		93	10	False	False	0.9949302673339844	0					non-mobilizable	no_good_hit	514.0	82.685	22.0	0.0036411666012208617	NZ_FOAT01000010.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
FIJ0022_000000005334	4473	0.8117211224720641	3	3	3	3	3	False	128399	fragment	False	ENG0149_000000005447	0.9750623483333697		0	0	False	False	0.9834563136100769	0					non-mobilizable	no_good_hit	1472.0	70.584	32.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0183_000000003150	11448	0.8117197794088666	11	11	11	11	11	True	90216	fragment	False	ISR0183_000000003150	0.9719165419491153		0	0	False	False	1.0	0					non-mobilizable	plasmid	11370.0	99.97399999999999	100.0	0.03903599730809905	CP027112.1	enterobacteria	Enterobacter hormaechei strain BW plasmid unnamed1, complete sequence	False	True
ISR0067_000000001082	17717	0.8117197261180708	18	9	6	8	3	True	56869	fragment	False	ISR0067_000000001082	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	78.161	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
ISR0187_000000018470	1550	0.8117119932269138	1	1	1	1	1	False	67348	fragment	False	ISR0187_000000018470	1.0		0	0	False	False	0.9909677505493164	0					non-mobilizable	no_good_hit	1212.0	97.11200000000001	78.0	0.0003605969570404835	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MAD0046_000000003898	5891	0.8117090041512404	7	7	2	6	7	True	125599	backbone	True	MAD0046_000000003898	0.7702141027641739	PS931	4	1	True	True	1.0	20					non-mobilizable	plasmid	5920.0	93.041	100.0	0.04405352129502419	CP057153.1	enterobacteria	Escherichia coli strain RHB35-C14 plasmid pRHB35-C14_2, complete sequence	False	True
SPA0058_000000007208	4120	0.8117061792127618	5	3	2	3	2	False	99241	fragment	False	SPA0058_000000007208	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1933.0	76.72	50.0	0.00045111686778763943	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ETH0005_000000005660	8495	0.8117047271774958	10	9	8	8	6	False	52807	maximal	True	ETH0005_000000005660	1.0	PS211	4	3	False	True	0.9998822808265686	0					non-mobilizable	no_good_hit	2028.0	97.485	33.0	0.0013657555338041348	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
SPA0106_000000008668	4476	0.8117002999659275	5	2	2	2	1	True	101261	fragment	False	AUS0012_000000003042	0.9644791666666667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0776_000000007777	3243	0.8117002999659275	3	2	2	2	1	True	74333	fragment	False	ISR0776_000000007777	1.0		0	0	False	False	0.9959913492202759	0					non-mobilizable	no_good_hit								True	True
ENG0067_000000009795	2929	0.8117002999659275	3	2	2	2	1	True	74337	fragment	False	ENG0067_000000009795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	100.0	2.0	1.4020725748372928e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
DEN0024_000000004527	1912	0.8117002999659275	2	2	2	2	1	True	74332	fragment	False	DEN0024_000000004527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0057_000000012616	1757	0.8117002999659275	3	2	2	2	1	True	35582	fragment	False	ISR0057_000000012616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	100.0	8.0	0.0031370932655538	NZ_PYLQ01000023.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_22, whole genome shotgun sequence	True	True
SPA0041_000000003068	10155	0.8116952518611366	11	7	6	7	4	False	80494	maximal	True	SPA0041_000000003068	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3838.0	99.557	38.0	0.001231025171833271	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
SPA0019_000000007198	3853	0.8116944416934465	5	4	1	4	1	True	85146	fragment	False	SPA0132_000000010317	0.947063672048983		0	0	False	False	1.0	0					non-mobilizable	plasmid	3853.0	97.45700000000001	100.0	0.06197501007658202	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ISR0069_000000023485	1104	0.8116851421617765	1	1	1	1	1	False	34918	fragment	False	ISR0069_000000023485	1.0		0	0	False	False	0.9954710006713867	0					non-mobilizable	no_good_hit								True	False
MAD0007_000000000364	14514	0.8116676107065803	10	7	4	7	4	True	49409	fragment	False	MAD0007_000000000364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	True
MON0053_000000008305	4067	0.8116657066075975	5	4	2	4	4	False	117839	maximal	True	MON0053_000000008305	1.0	PS794|PS796	2	1	False	True	0.9832800626754761	0					non-mobilizable	no_good_hit	1229.0	99.756	62.0	0.00022800598436604843	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
ENG0161_000000006392	3403	0.8116562147743063	5	5	3	5	3	False	61983	maximal	True	ENG0161_000000006392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1886.0	97.508	55.0	0.0005622918525137498	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0033_000000001551	13941	0.8116484244519806	13	8	5	6	4	False	122865	maximal	False	ENG0116_000000001023	0.9564917368386309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.663	22.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0169_000000001554	12363	0.8116484244519806	12	8	5	6	4	False	122857	fragment	False	FIJ0169_000000001554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.715	24.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0093_000000003388	8739	0.8116460993326657	10	6	4	5	4	True	122907	fragment	False	DEN0093_000000003388	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8741.0	98.925	100.0	0.0509416036696606	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0052_000000005111	5738	0.8116438910351278	5	3	3	3	3	False	35807	maximal	True	ISR0052_000000005111	1.0		0	0	False	False	0.9958173632621765	0					non-mobilizable	no_good_hit	1143.0	94.488	21.0	0.0003958212978339237	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
BAN0020_000000000514	3206	0.8116349478917655	5	5	1	2	5	False	98456	maximal	False	ENG0139_000000005732	0.9937685053734351		0	0	True	True	1.0	5	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	3208.0	98.005	100.0	0.27889381685363945	CP022687.1	enterobacteria	Escherichia coli Nissle 1917 plasmid pNissle1	False	True
CHI0066_000000002386	5830	0.8116329948404262	6	4	2	2	4	False	96720	fragment	False	CHI0066_000000002386	1.0		0	0	False	False	0.9939965605735779	0					non-mobilizable	other	5318.0	92.79799999999999	91.0	0.0026532792053051597	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0071_000000001414	5433	0.8116329948404262	7	4	2	2	4	False	96719	fragment	False	ENG0014_000000004814	0.9613589919291701		0	0	False	False	0.9976072311401367	0					non-mobilizable	other	5049.0	92.21600000000001	93.0	0.0025188916876574307	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0014_000000004814	5414	0.8116329948404262	6	4	2	2	4	False	96719	fragment	False	ENG0014_000000004814	0.9726947645617886		0	0	False	False	1.0	0					non-mobilizable	other	5246.0	92.699	97.0	0.0026173093121057674	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0058_01_000000004124	5184	0.8116329948404262	7	4	2	2	4	False	96719	fragment	False	ENG0014_000000004814	0.9585980320249634		0	0	False	False	1.0	0					non-mobilizable	other	5192.0	92.73899999999999	100.0	0.0025903318922062234	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0153_000000016700	1793	0.8116300045870153	3	2	2	2	1	False	56932	fragment	False	ISR0201_000000015868	0.9470495258166491		0	0	False	False	0.9654210805892944	0					non-mobilizable	other	1766.0	96.376	98.0	0.0028083971073509795	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0024_000000001071	19712	0.8116299967561336	18	11	6	9	6	True	122767	maximal	True	ENG0024_000000001071	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	4287.0	91.742	57.0	0.017552137397376617	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0058_000000002789	8494	0.8116243524814549	12	7	5	5	6	False	95944	fragment	False	SPA0058_000000002789	1.0		0	0	False	False	0.9991759061813354	0					non-mobilizable	no_good_hit	3525.0	96.539	72.0	0.000990356668916796	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0123_000000000889	13868	0.8116237224953629	20	18	13	14	15	True	123634	fragment	False	SPA0040_000000001750	0.9615936315913333		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	13792.0	99.848	99.0	0.14028626944322933	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0045_000000003084	7611	0.8116216757385811	10	7	4	7	4	False	36265	maximal	True	ISR0045_000000003084	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	74.619	10.0	0.6053042121684867	LN852853.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0165	True	False
MON0056_000000002575	4971	0.8116149115975473	5	5	5	4	5	False	130049	fragment	False	ENG0005_000000004373	0.40094140554794544		0	0	False	False	0.9995976686477661	0					non-mobilizable	other	4979.0	97.791	100.0	0.001498479391166348	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0289_000000005329	1901	0.8116148264602729	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.9461151699041167		0	0	False	False	0.9994739890098572	0					non-mobilizable	other	1901.0	99.053	100.0	0.008622724054677147	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0169_000000010998	2154	0.8116126168003233	4	3	3	3	3	False	55910	maximal	True	ENG0169_000000010998	1.0		2	2	False	False	0.999071478843689	0					non-mobilizable	no_good_hit	146.0	76.712	7.0	7.658849321713157e-05	CP046161.1	firmicutes	Ruminococcaceae bacterium LAM 19011 chromosome, complete genome	True	False
ISR0098_000000010151	1727	0.8116080579570614	2	2	2	2	2	False	33245	fragment	False	MON0070_000000018311	0.9651727861771058		0	0	False	False	0.978575587272644	0					non-mobilizable	other	1727.0	98.9	100.0	0.0027541439814135174	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0141_000000022401	1238	0.8116034749176199	2	2	2	2	2	False	80048	maximal	True	CHI0141_000000022401	1.0		3	2	False	False	0.9838449358940125	0					non-mobilizable	chromosome	1249.0	84.147	100.0	0.00025216200495187707	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
CHI0140_000000002346	12505	0.8115968932531589	10	6	3	6	3	False	80299	maximal	True	CHI0140_000000002346	1.0		1	1	False	False	0.9992003440856934	0					non-mobilizable	no_good_hit	516.0	82.946	4.0	0.00012577626388595697	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0077_000000025448	1722	0.8115954156835772	3	2	2	1	0	True	44916	fragment	False	MON0077_000000025448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0151_000000009555	2053	0.8115953275067015	3	2	2	2	1	False	30769	fragment	False	ISR0151_000000009555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	94.75299999999999	36.0	0.0008840232637700992	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0200_000000004346	4515	0.8115939005426528	5	4	3	4	4	False	125492	maximal	True	ENG0200_000000004346	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	85.01	57.0	0.00041357776646194707	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0065_000000006321	4650	0.811572930327591	6	6	4	5	4	False	82568	fragment	False	ISR0065_000000006321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	81.818	2.0	2.5710391572253225e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0106_000000001829	16787	0.8115687141179471	13	8	4	8	5	False	21926	fragment	False	SPA0106_000000001829	1.0		0	0	False	False	0.9991660118103027	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.27302284962628e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
ISR0059_000000003336	4675	0.8115685018064072	5	3	1	2	2	False	118296	maximal	True	ISR0059_000000003336	1.0		0	0	False	False	0.999572217464447	0					non-mobilizable	no_good_hit	2411.0	86.43700000000001	52.0	0.05438489509226009	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MAD0098_000000010316	4119	0.8115675399504921	5	4	4	3	3	False	20107	maximal	True	MAD0098_000000010316	0.9947265145940642		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	78.271	20.0	0.00013171413185796496	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ETH0001_000000016223	1957	0.8115656994130781	3	2	2	2	0	True	53517	maximal	True	ETH0001_000000016223	1.0		1	1	True	True	1.0	40					non-mobilizable	no_good_hit								True	True
ETH0003_000000020769	1946	0.8115656994130781	3	2	2	1	0	True	53122	maximal	True	ETH0003_000000020769	1.0		1	1	True	True	1.0	84					non-mobilizable	no_good_hit								True	True
SPA0109_000000018312	1788	0.8115656994130781	3	2	2	2	0	True	111644	maximal	True	SPA0109_000000018312	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0141_000000004355	6319	0.8115622177210075	9	4	2	3	3	False	104934	fragment	False	CHI0141_000000004355	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6320.0	99.81	100.0	0.509802339653086	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0070_000000001863	4989	0.8115622177210075	7	4	2	3	3	False	104902	fragment	False	CHI0070_000000001863	1.0		0	0	False	False	0.996993362903595	0					non-mobilizable	plasmid	4989.0	99.96	100.0	0.4024203307785397	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0131_000000004991	4459	0.8115622177210075	6	4	2	3	3	False	104875	fragment	False	SPA0131_000000004991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3245.0	96.73299999999999	73.0	0.26131504638967323	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0018_000000003923	3627	0.8115622177210075	7	4	2	3	3	False	104894	maximal	True	MON0018_000000003923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2975.0	96.336	82.0	0.23977410246066963	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0206_000000009049	2862	0.8115622177210075	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.4877972519877517		0	0	False	False	0.9996505975723267	0					non-mobilizable	plasmid	2874.0	96.068	99.0	0.23138362242839855	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0016_000000011522	2860	0.8115622177210075	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.8205102685016983		0	0	False	False	1.0	0					non-mobilizable	plasmid	2860.0	98.881	100.0	0.23065752319483662	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0062_000000006608	2804	0.8115622177210075	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.8086047066855572		0	0	False	False	1.0	0					non-mobilizable	plasmid	2804.0	99.322	100.0	0.22613957240822913	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0059_000000014510	2674	0.8115622177210075	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.748754850598938		0	0	False	False	0.9932684898376465	0					non-mobilizable	plasmid	2674.0	99.25200000000001	100.0	0.21565147236789028	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0035_000000010437	2649	0.8115622177210075	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.34982394500760683		0	0	False	False	1.0	0					non-mobilizable	plasmid	2649.0	99.056	100.0	0.2136345300524405	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0834_000000006474	2616	0.8115622177210075	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.3947881832157289		0	0	False	False	1.0	0					non-mobilizable	plasmid	2631.0	96.009	99.0	0.2117789431222267	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0040_000000015817	2576	0.8115622177210075	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.6911572601421584		0	0	False	False	0.9996117949485779	0					non-mobilizable	plasmid	2577.0	98.991	100.0	0.20782573618394515	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0026_000000015904	2572	0.8115622177210075	5	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.3854793404507558		0	0	False	False	1.0	0					non-mobilizable	plasmid	2587.0	96.212	99.0	0.2082291246470351	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0004_01_000000010525	2298	0.8115622177210075	4	4	2	3	3	False	104864	fragment	False	USA0113_01_000000007936	0.9507181495358429		0	0	False	False	1.0	0					non-mobilizable	plasmid	2244.0	84.40299999999999	97.0	0.18071803146430013	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0049_000000001745	12518	0.8115588095749608	10	8	7	8	4	True	119256	fragment	False	ISR0049_000000001745	1.0		0	0	False	False	0.997283935546875	0					non-mobilizable	no_good_hit	73.0	100.0	1.0	0.0002653976726098544	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	True
ISR0020_000000016144	1574	0.8115546340355032	3	2	2	2	2	False	66667	fragment	False	ISR0020_000000016144	1.0		0	0	False	False	0.9790343046188354	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	6.0	0.0014781966001478197	NZ_CBQR020000078.1	firmicutes	Gorillibacterium massiliense strain G5, whole genome shotgun sequence	True	False
MAD0111_000000007656	2230	0.8115543419535595	4	4	4	4	3	False	95012	fragment	False	MAD0111_000000007656	0.9746248896734333		0	0	False	False	1.0	0					non-mobilizable	other	1650.0	98.788	99.0	0.04520904729266621	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
MON0055_000000002737	5093	0.8115522392875409	4	3	3	3	3	False	11095	maximal	True	MON0055_000000002737	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	92.46600000000001	20.0	0.0008280766701575782	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0266_000000019867	1105	0.8115489049195329	2	2	2	2	2	False	26548	fragment	False	ISR0266_000000019867	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1114.0	81.059	99.0	0.00039062954874347495	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0133_000000000408	28328	0.8115435058803534	41	8	1	8	0	False	80824	maximal	True	CHI0133_000000000408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.785911511713887e-05	NZ_FNNC01000002.1	firmicutes	Marinococcus luteus strain DSM 23126, whole genome shotgun sequence	True	False
ISR0174_000000021026	1178	0.8115399322735419	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.03180973709353962		0	0	False	False	1.0	0					non-mobilizable	other	1074.0	79.795	90.0	0.014837126282909415	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0047_000000019522	1537	0.81153892347763	2	2	2	2	1	False	95497	fragment	False	ISR0047_000000019522	1.0		0	0	False	False	0.9947950839996338	0					non-mobilizable	other	1453.0	82.381	94.0	0.00043443864083632464	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ENG0163_000000008758	2732	0.8115312764089477	4	2	2	2	2	False	89450	fragment	False	ENG0163_000000008758	1.0		0	0	False	False	0.9996339678764343	0					non-mobilizable	other	2688.0	96.949	100.0	0.0011156579225004028	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
AST0052_000000013994	1715	0.8115176573043179	2	2	2	2	2	False	128009	fragment	False	ENG0112_000000014419	0.6455906821963394		0	0	False	False	0.9959183931350708	0					non-mobilizable	other	1715.0	98.07600000000001	100.0	0.0004865580531319123	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0040_000000011370	3425	0.8115163610288951	5	3	3	3	3	False	128212	maximal	True	SPA0040_000000011370	1.0		8	4	False	False	0.998832106590271	0					non-mobilizable	no_good_hit	1819.0	86.971	53.0	0.029322448979591836	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0068_000000004630	7701	0.8115128137007066	9	7	7	7	7	False	97359	fragment	False	MON0083_000000002646	0.9449989662216436		0	0	False	False	0.9997403025627136	0					non-mobilizable	other	7702.0	99.09100000000001	100.0	0.01004493408623587	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0198_000000026513	1256	0.8115104965325671	2	1	1	1	1	False	28851	fragment	False	ISR0198_000000026513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	94.56299999999999	89.0	0.0003159504744082954	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0140_000000011898	1525	0.8115076924701126	2	2	2	2	2	False	62321	fragment	False	ENG0140_000000011898	1.0		0	0	False	False	0.9993442893028259	0					non-mobilizable	other	1525.0	100.0	100.0	0.005494663974617825	NZ_SPGG01000004.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_4_length_277360_cov_37.4038, whole genome shotgun sequence	False	False
ISR0061_000000000065	36062	0.811490892641663	39	25	16	21	19	True	123707	maximal	True	ISR0061_000000000065	1.0	PS902	15	3	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	15092.0	98.834	78.0	0.15348070682306025	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
ISR0288_000000007645	3818	0.8114836589607825	5	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.6057014122031158		0	0	False	False	1.0	0					non-mobilizable	chromosome	3818.0	98.586	100.0	0.0007616246555624347	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0090_000000020889	1481	0.8114790461537587	2	2	1	2	1	False	77779	fragment	False	ISR0090_000000020889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	83.208	36.0	0.00017907402757196347	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0265_000000013444	1311	0.8114790461537587	2	2	1	2	1	False	77778	fragment	False	ISR0265_000000013444	0.9980044034426985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	540.0	82.40700000000001	41.0	0.0027896334296296683	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
MON0050_000000032059	1279	0.8114757347537302	1	1	1	1	1	False	11301	fragment	False	MON0050_000000032059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	83.038	70.0	0.0004479158475612973	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
SPA0134_000000019985	1261	0.8114704202556158	3	2	2	2	1	False	3659	fragment	False	SPA0134_000000019985	1.0		0	0	False	False	0.9920697808265686	0					non-mobilizable	other	1244.0	98.794	98.0	0.003612531969309463	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
MON0103_000000038967	1469	0.8114667044332489	3	3	2	3	2	False	8866	maximal	True	MON0103_000000038967	1.0		1	1	False	False	0.9734513163566589	0					non-mobilizable	no_good_hit	152.0	75.658	10.0	0.0008079427824681839	NZ_FXLO01000006.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	False
ENG0041_000000007744	3324	0.811466298962713	4	3	2	2	3	False	122235	fragment	False	FIJ0067_000000009350	0.9759339510600719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	84.089	49.0	0.1465836668148807	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
DEN0011_000000018859	2331	0.811466298962713	4	3	2	2	3	False	122220	fragment	False	MON0006_000000008527	0.988327779103763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	88.87299999999999	79.0	0.05502218636546995	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0041_000000027027	2320	0.811466298962713	4	3	2	2	3	False	122220	fragment	False	MON0006_000000008527	0.9865835459080087		0	0	False	False	0.9995689392089844	0					non-mobilizable	no_good_hit	724.0	89.50299999999999	74.0	0.05832997176280758	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0061_000000019696	2274	0.811466298962713	4	3	2	2	3	False	122220	fragment	False	MON0006_000000008527	0.9857403935953439		0	0	False	False	0.9991204738616943	0					non-mobilizable	no_good_hit	678.0	88.93799999999999	74.0	0.054618797902379994	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0082_01_000000013352	2246	0.811466298962713	3	3	2	2	3	False	65054	fragment	False	USA0082_01_000000013352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1755.0	76.125	77.0	0.14021782977006858	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0039_000000021259	2238	0.811466298962713	4	3	2	2	3	False	122220	fragment	False	MON0006_000000008527	0.9678272861022907		0	0	False	False	0.9973190426826477	0					non-mobilizable	no_good_hit	710.0	89.014	76.0	0.05720048406615571	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
DEN0028_000000004885	4936	0.8114631226537868	4	2	1	0	1	False	74049	maximal	True	DEN0028_000000004885	1.0		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1313.0	75.55199999999999	35.0	0.11375997099347353	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
MAD0090_000000002574	4630	0.8114631226537868	4	2	1	0	1	False	15798	maximal	True	MAD0090_000000002574	1.0		1	1	True	True	1.0	686					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.9213626708559113e-05	LR822027.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_998 genome assembly, chromosome: STHERMO	True	True
FIJ0103_000000004122	4599	0.8114631226537868	4	2	1	0	1	False	49750	maximal	True	FIJ0103_000000004122	1.0		1	1	True	True	0.998260498046875	1					non-mobilizable	no_good_hit	180.0	77.778	5.0	0.01559100797679478	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0035_000000002616	4569	0.8114631226537868	4	2	1	0	1	False	75611	maximal	True	FIJ0035_000000002616	1.0		1	1	True	True	0.9993433952331543	10					non-mobilizable	no_good_hit	1416.0	92.726	32.0	0.12726613488034808	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0095_000000006258	4205	0.8114631226537868	3	2	1	0	1	False	76761	maximal	True	FIJ0095_000000006258	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	93.042	32.0	0.11176577229876722	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0042_000000005723	4355	0.8114563196316309	4	4	4	4	2	False	66890	fragment	False	ISR0841_000000002815	0.9686968945033462		0	0	False	False	0.9965556859970093	0					non-mobilizable	no_good_hit	53.0	86.792	1.0	2.1611144035781403e-05	NZ_CP018180.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 chromosome, complete genome	True	False
MON0040_000000010704	2514	0.8114480957758621	3	3	2	3	2	False	79048	fragment	False	ISR0847_000000010469	0.9619269619269619		0	0	False	False	0.9916467666625977	0					non-mobilizable	no_good_hit	753.0	77.556	39.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0005_000000017655	1630	0.8114478337897862	2	2	2	2	2	False	8298	maximal	True	SPA0005_000000017655	1.0		2	1	False	False	0.9969325065612793	0					non-mobilizable	no_good_hit	1165.0	72.961	70.0	0.0006520414557446354	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0037_000000015143	1567	0.8114465610373486	3	2	2	1	1	False	108471	fragment	False	SPA0025_000000009412	0.1445385033255652		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	97.32	100.0	0.011111741832940709	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0115_000000028784	1271	0.8114465610373486	2	2	2	1	1	False	85953	fragment	False	ENG0188_000000019390	0.7586924364132325		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	96.625	100.0	0.004367472467054963	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0162_000000020783	1175	0.8114465610373486	2	2	2	1	1	False	85953	fragment	False	ENG0188_000000019390	0.7314409515815967		0	0	False	False	0.9931914806365967	0					non-mobilizable	other	1178.0	96.435	100.0	0.004037592563957184	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0206_000000022797	1127	0.8114465610373486	3	2	2	1	1	False	68870	fragment	False	DEN0087_000000009189	0.6332511640646398		0	0	False	False	0.9831410646438599	0					non-mobilizable	other	1131.0	96.81700000000001	100.0	0.00801805125876309	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0150_000000000198	44265	0.8114432079554577	42	18	10	18	4	True	112214	fragment	False	AST0150_000000000198	0.9693965216987485		0	0	False	False	1.0	0					non-mobilizable	plasmid	19121.0	97.62	93.0	0.26444176940212805	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0243_000000000140	34424	0.8114360180946321	35	25	15	21	18	True	27235	maximal	True	ISR0243_000000000140	1.0		1	1	False	False	0.9989251494407654	0					non-mobilizable	no_good_hit	1379.0	72.226	4.0	0.0018670177345832019	NZ_SGWV01000009.1	b-proteobacteria	Leptothrix mobilis strain DSM 10617 Ga0310535_103, whole genome shotgun sequence	True	True
ENG0060_000000024104	1317	0.8114348958617345	3	2	1	2	2	False	110608	fragment	False	FIJ0108_000000016384	0.9603332863489268		0	0	False	False	0.9969627857208252	0					non-mobilizable	other	1317.0	96.431	100.0	0.052902602888522346	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
MON0035_000000001302	12323	0.8114309186917851	14	8	2	8	1	False	12218	maximal	True	MON0035_000000001302	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0031_000000008783	3305	0.8114298478559576	7	4	2	4	1	False	117493	maximal	True	AST0031_000000008783	1.0		1	1	False	False	0.998487114906311	0					non-mobilizable	no_good_hit								True	False
FIJ0078_000000001927	10802	0.8114282430131781	12	7	6	7	3	True	44463	fragment	False	FIJ0078_000000001927	1.0		0	0	False	False	0.9999074339866638	0					non-mobilizable	no_good_hit	170.0	79.41199999999999	2.0	0.0039157864204394386	NZ_MSJW02000052.1	enterobacteria	Shigella dysenteriae strain BCW_4872 BCW_4872_1__paired__contig_52, whole genome shotgun sequence	True	True
ISR0074_000000010122	2854	0.8114213411449964	4	4	3	4	2	True	34725	fragment	False	ISR0074_000000010122	1.0		0	0	False	False	0.9954450130462646	0					non-mobilizable	no_good_hit	113.0	80.531	4.0	3.210744200885173e-05	AP022865.1	g-proteobacteria	Vibrio alginolyticus YM4 DNA, chromosome 1, complete sequence	True	True
MAD0082_000000002478	3311	0.8114033697854942	5	3	0	3	2	False	18813	fragment	False	MAD0082_000000002478	1.0		0	0	False	False	0.9987919330596924	0					non-mobilizable	plasmid	2426.0	97.279	100.0	0.037962382445141066	CP057913.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_3, complete sequence	False	True
FIJ0050_000000012851	1977	0.811403250318353	3	3	3	3	3	False	107203	fragment	False	ISR0208_000000013442	0.8364574777231414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	430.0	74.65100000000001	21.0	0.0017839144058468532	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ENG0189_000000000918	11352	0.8113930672441929	15	9	6	8	2	True	129469	maximal	True	ENG0189_000000000918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1437.0	84.76	13.0	0.01999665327978581	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0838_000000005937	3622	0.8113914102466099	5	4	4	2	2	False	100569	maximal	True	ISR0838_000000005937	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000005374	4146	0.8113771680252891	9	2	1	2	1	True	29051	maximal	True	ISR0194_000000005374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0017_000000012488	1563	0.8113756452732348	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.12496604303601672		0	0	False	False	1.0	0					non-mobilizable	chromosome	1567.0	92.98	100.0	0.0003531792467259085	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
FIJ0031_000000007937	2993	0.8113749898280931	4	3	2	2	3	True	95467	fragment	False	FIJ0031_000000007937	1.0		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	2993.0	100.0	100.0	0.02493728173627491	CP050364.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_CTX_M_15, complete sequence	False	True
FIJ0146_000000007053	2553	0.8113749898280931	3	3	2	2	3	True	95466	fragment	False	FIJ0115_000000008490	0.8171289482078982		0	0	False	False	0.9968664050102234	0	IncR				non-mobilizable	plasmid	2553.0	99.60799999999999	100.0	0.01178099898439664	LT985249.1	enterobacteria	Escherichia coli strain 195 genome assembly, plasmid: RCS46_p	False	True
CHI0139_000000004874	2246	0.8113637954030701	4	3	2	3	2	False	80335	maximal	True	CHI0139_000000004874	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1506.0	90.90299999999999	87.0	0.17953000119289036	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
SPA0138_000000012905	2042	0.8113591598999159	4	4	1	1	4	True	129856	fragment	False	SPA0138_000000012905	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2042.0	99.314	100.0	0.0005656839121269216	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
USA0047_01_000000001936	13745	0.8113563183461421	21	8	0	8	2	False	6694	maximal	True	USA0047_01_000000001936	1.0		1	1	False	False	0.9999272227287292	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000017369	1446	0.8113558316694521	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.062057921266136296		0	0	False	False	0.9993084073066711	0					non-mobilizable	other	1007.0	93.94200000000001	100.0	0.06305344470263141	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	False
DEN0005_000000000110	51760	0.8113391053501758	78	28	12	25	16	True	99780	fragment	False	DEN0005_000000000110	1.0		0	0	False	False	0.9998840689659119	0					non-mobilizable	no_good_hit	1505.0	82.59100000000001	3.0	0.02575786233815362	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
CHI0163_000000002228	4050	0.8113372116609703	7	3	3	3	3	False	121402	fragment	False	CHI0163_000000002228	1.0		0	0	False	False	0.995555579662323	0					non-mobilizable	no_good_hit	2078.0	99.086	88.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0103_000000005837	3267	0.8113372116609703	6	3	3	3	3	False	121382	fragment	False	ENG0103_000000005837	0.9891438757230624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2001.0	99.45	83.0	0.0006303951979015405	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0077_000000006242	3266	0.8113372116609703	6	3	3	3	3	False	121382	fragment	False	ENG0103_000000005837	0.98863316882677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2001.0	99.5	83.0	0.0006303951979015405	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0120_000000009437	3253	0.8113372116609703	7	3	3	3	3	False	121382	fragment	False	ENG0103_000000005837	0.9776518423923274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2001.0	99.5	86.0	0.0006303951979015405	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0056_000000002320	4917	0.8113362179414729	7	2	2	2	2	False	45319	fragment	False	MAD0056_000000002320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3759.0	97.632	76.0	0.33984445650207995	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
MAD0005_000000018020	1695	0.8113272284704879	2	2	2	2	2	False	25665	maximal	True	MAD0005_000000018020	1.0		0	0	False	False	0.9929203391075134	0					non-mobilizable	chromosome	1681.0	80.19	98.0	0.0005427357076063561	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0020_000000008435	2640	0.8113183483617479	4	4	4	4	3	False	129762	fragment	False	ENG0068_000000006464	0.583672463393181		0	0	False	True	0.9984848499298096	0					non-mobilizable	chromosome	1696.0	99.469	100.0	0.0004542316704791756	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0072_000000007210	3718	0.8113159758615137	4	1	1	1	1	False	72814	fragment	False	ENG0040_000000005298	0.48246426680783483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	93.617	3.0	0.0006906803201153135	NZ_PTJA01000016.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_116, whole genome shotgun sequence	True	False
USA0019_01_000000009373	3166	0.8113152780546896	5	4	4	4	3	False	97363	fragment	False	USA0019_01_000000009373	0.9666154750929025		0	0	False	False	1.0	0					non-mobilizable	chromosome	2878.0	99.861	100.0	0.0005348071729222872	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CAN0016_000000015578	3098	0.8113152780546896	5	4	4	4	3	False	97363	fragment	False	USA0019_01_000000009373	0.6595072646873026		0	0	False	False	0.99644935131073	0					non-mobilizable	chromosome	2812.0	99.85799999999999	100.0	0.0005225383952327248	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CHI0074_000000008569	1606	0.8113051827542705	2	2	2	1	2	False	84726	fragment	False	CHI0074_000000008569	1.0		0	0	False	False	0.9950186610221863	0					non-mobilizable	chromosome	1606.0	98.755	100.0	0.0002442856934121704	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
SPA0113_000000015694	1954	0.8113033769984404	3	2	2	2	2	False	4490	maximal	True	SPA0113_000000015694	1.0		2	1	False	False	0.9856704473495483	0					non-mobilizable	no_good_hit	1667.0	97.84	85.0	0.0021723360506017307	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	True	False
MAD0111_000000008115	2104	0.8113024294551345	2	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.12309299989324204		0	0	False	False	0.9980988502502441	0					non-mobilizable	other	2049.0	98.87799999999999	97.0	0.0006116681529863966	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0014_000000011171	2088	0.8113024294551345	3	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.2025367682442047		0	0	False	False	1.0	0					non-mobilizable	other	2025.0	98.71600000000001	97.0	0.0006044931599894887	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0012_000000003293	6509	0.8113020326775816	7	6	6	6	5	False	52021	fragment	False	FIJ0012_000000003293	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	562.0	91.815	37.0	0.0007022692073763348	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
ISR0087_000000003641	6210	0.8112969350584637	5	5	4	4	5	False	59466	maximal	True	ISR0087_000000003641	1.0		10	5	False	False	0.9998389482498169	0					non-mobilizable	no_good_hit	296.0	73.311	5.0	0.00018461455621673493	NZ_CP024870.1	mycoplasmas	Spiroplasma clarkii strain CN-5 chromosome, complete genome	True	False
ENG0113_000000013080	2146	0.8112969053669999	3	2	2	1	1	False	101950	fragment	False	ENG0113_000000013080	1.0		0	0	False	False	0.998602032661438	0					non-mobilizable	no_good_hit	100.0	98.0	5.0	0.0018932150233305287	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0013_000000019753	1385	0.8112969053669999	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.7553981768916882		0	0	False	False	0.9855595827102661	0					non-mobilizable	no_good_hit	754.0	78.117	54.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0148_000000016528	1266	0.8112969053669999	2	2	2	1	1	False	101947	fragment	False	FIJ0148_000000016528	1.0		0	0	False	False	0.9976303577423096	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.2125637774864631e-05	CP009479.1	archaea	Uncultured archaeon clone ASS_A1, complete genome	True	False
ISR0281_000000016712	1120	0.8112969053669999	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.19581536751275572		0	0	False	False	0.9750000238418579	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000018534	2266	0.8112878937174288	4	2	2	1	2	False	71872	maximal	True	DEN0061_000000018534	1.0		469	15	False	False	1.0	0					non-mobilizable	other	2266.0	99.603	100.0	0.02187666006664413	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0154_000000008335	2686	0.8112762928197669	4	3	2	3	3	True	89130	fragment	False	ISR0154_000000008335	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2686.0	99.926	100.0	0.032532835748558135	LM996865.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-23_contig-10.0_1_82532_[organism:Escherichia	False	True
TAN0002_000000013055	2795	0.8112747635211077	4	3	3	3	3	False	3053	fragment	False	TAN0002_000000013055	1.0		0	0	False	False	0.9992844462394714	0					non-mobilizable	no_good_hit								True	False
ISR0184_000000004261	2965	0.8112747467178407	3	3	3	3	3	False	70012	fragment	False	ISR0184_000000004261	1.0		0	0	False	False	0.9919055700302124	0					non-mobilizable	chromosome	2964.0	100.0	100.0	0.0010068241815858212	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0034_000000006801	2964	0.8112747467178407	3	3	3	3	3	False	70012	fragment	False	ISR0184_000000004261	0.9999156829679595		0	0	False	False	1.0	0					non-mobilizable	chromosome	2964.0	100.0	100.0	0.0010068241815858212	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0011_000000008908	2964	0.8112747467178407	3	3	3	3	3	False	70012	fragment	False	ISR0184_000000004261	0.9999156829679595		0	0	False	False	1.0	0					non-mobilizable	chromosome	2964.0	100.0	100.0	0.0010068241815858212	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0089_000000007994	2964	0.8112747467178407	3	3	3	3	3	False	70012	fragment	False	ISR0184_000000004261	0.9999156829679595		0	0	False	False	1.0	0					non-mobilizable	chromosome	2964.0	100.0	100.0	0.0010068241815858212	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0154_000000026900	1267	0.8112711510741752	3	3	3	2	2	False	93811	fragment	False	CAN0013_000000017599	0.9523907778893329		0	0	False	False	0.9905288219451904	0					non-mobilizable	chromosome	1267.0	100.0	100.0	0.0002459488379791631	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ISR0081_000000021116	1141	0.8112691997399042	2	2	2	2	2	False	48076	fragment	False	FIJ0034_000000022815	0.9392828035859822		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	96.23100000000001	100.0	0.01575804489660511	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0046_000000007830	3559	0.8112675622212054	4	4	4	4	3	False	124944	fragment	False	ISR0790_000000004073	0.9484238926857438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2658.0	77.84	74.0	0.006293343923133548	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0024_01_000000010543	2215	0.81126635674305	2	1	1	1	1	False	1678	fragment	False	USA0024_01_000000010543	1.0		0	0	False	False	0.9990970492362976	0					non-mobilizable	chromosome	1304.0	86.426	93.0	0.0003737504527240391	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	False
USA0025_01_000000008280	1883	0.81126635674305	2	1	1	1	1	False	1655	fragment	False	USA0025_01_000000008280	1.0		0	0	False	False	0.9994689226150513	0					non-mobilizable	chromosome	967.0	85.936	94.0	0.00027597363150056755	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	False
USA0035_01_000000021707	1208	0.81126635674305	1	1	1	1	1	False	1399	fragment	False	USA0035_01_000000021707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	85.56700000000001	87.0	0.0002233245739186983	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0324_000000003266	9501	0.8112598901621448	6	5	2	5	1	False	24957	maximal	True	ISR0324_000000003266	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	94.969	2.0	0.00012235740908960667	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
FIJ0107_000000017014	1499	0.8112484036032159	2	2	1	1	2	False	122170	fragment	False	DEN0093_000000016414	0.23552144874959477		0	0	False	False	0.9979986548423767	0					non-mobilizable	other	1499.0	98.399	100.0	0.0004479781283731152	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0098_000000012096	1941	0.8112252744113962	2	2	2	2	2	False	42861	maximal	True	FIJ0098_000000012096	1.0		1	1	False	False	0.9989696145057678	0					non-mobilizable	plasmid	1931.0	87.985	99.0	0.016462913499075405	CP050162.1	enterobacteria	Escherichia coli plasmid Carbapenemase(NDM-1)_IncA/C2, complete sequence	False	True
ISR0207_000000007045	3767	0.8112231261692493	6	5	3	4	4	False	122236	fragment	False	ISR0207_000000007045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	91.617	57.0	0.08172650262202501	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MAD0056_000000012110	1185	0.8112148628696769	2	2	2	2	1	False	17033	fragment	False	MAD0056_000000012110	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1185.0	99.74700000000001	100.0	0.01649599442702891	CP045065.1	enterobacteria	Enterobacter roggenkampii strain WCHER090065 plasmid pMCR10_090065, complete sequence	False	True
MAD0005_000000001560	9748	0.8111963976361796	10	9	1	3	9	True	71361	fragment	False	MAD0005_000000001560	0.9926616009159988		0	0	False	False	0.9997948408126831	0			MPF_I		non-mobilizable	plasmid	9748.0	99.59	100.0	0.10280561122244489	CP030234.1	enterobacteria	Salmonella enterica strain SA20101045 plasmid pSA20101045.1, complete sequence	False	True
DEN0064_000000002888	9607	0.8111963976361796	10	9	1	3	9	True	71361	fragment	False	MAD0005_000000001560	0.9855354944604021		0	0	False	False	0.9998959302902222	0			MPF_I		non-mobilizable	plasmid	9592.0	99.99	99.0	0.11440875093938996	LT838204.1	enterobacteria	Escherichia coli isolate WI2 isolate genome assembly, plasmid: pWI2-incI1	False	True
ISR0224_000000003101	7490	0.8111959615820515	6	6	6	6	6	False	125048	fragment	False	ISR0224_000000003101	1.0		0	0	False	False	0.9993324279785156	0					non-mobilizable	other	7490.0	99.586	100.0	0.027076960901287864	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0283_000000009497	1406	0.8111807084965604	3	2	2	2	2	False	66666	fragment	False	ISR0283_000000009497	0.9775735294117647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	6.0	0.0014781966001478197	NZ_CBQR020000078.1	firmicutes	Gorillibacterium massiliense strain G5, whole genome shotgun sequence	True	False
SPA0073_000000004617	2644	0.8111783492050749	3	3	0	1	3	False	5850	maximal	True	SPA0073_000000004617	1.0		0	0	False	False	0.9928139448165894	0					non-mobilizable	plasmid	2644.0	99.887	100.0	0.008781956286259213	MG252895.1	enterobacteria	Escherichia coli strain Esco-36073cz plasmid pEsco-36073cz, complete sequence	False	True
SPA0100_000000019307	1459	0.8111781373703554	3	2	1	1	2	True	92127	fragment	False	SPA0095_000000011684	0.46360342555994727		0	0	False	False	0.9952021837234497	0					non-mobilizable	other	1459.0	100.0	100.0	0.03402170108505425	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0193_000000015533	1720	0.811178092206538	2	2	2	2	1	False	38211	fragment	False	ISR0193_000000015533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	73.405	58.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0030_000000020630	1474	0.811178092206538	2	2	2	2	1	False	7309	fragment	False	SPA0030_000000020630	1.0		0	0	False	False	0.9823608994483948	0					non-mobilizable	no_good_hit	967.0	70.631	65.0	0.00018679627234194558	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	False
SPA0068_000000007326	1312	0.8111730411298922	4	4	2	3	4	False	50093	fragment	False	SPA0068_000000007326	0.9590978593272171		0	0	False	False	0.9969512224197388	0					non-mobilizable	plasmid	1312.0	99.771	100.0	0.009046058306020356	KJ484628.1	enterobacteria	Escherichia coli plasmid pH2291-144, complete sequence	False	True
CHI0045_000000017847	1180	0.8111727302773813	2	2	2	2	2	False	87075	maximal	True	CHI0045_000000017847	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0019_000000043630	1540	0.8111713573969144	2	2	2	2	2	False	77691	maximal	False	CHI0177_000000009972	0.9463429256594724		0	0	False	False	0.9941558241844177	0					non-mobilizable	chromosome	1555.0	82.637	100.0	0.0004320335694277946	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0029_000000001882	15984	0.811167140591534	19	2	1	2	2	False	67791	fragment	False	FIJ0029_000000001882	1.0		0	0	False	False	0.9993118047714233	0					non-mobilizable	other	7037.0	92.994	95.0	0.0021820435301196047	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0014_000000006813	4230	0.8111505406059025	6	5	5	5	4	False	19692	maximal	False	MAD0012_000000005948	0.9685541629364369		0	0	False	False	0.9957447052001953	0					non-mobilizable	no_good_hit	1819.0	83.12299999999999	84.0	0.005745341614906832	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0015_000000009104	1934	0.8111489551076708	4	2	2	2	2	False	66858	maximal	True	ENG0015_000000009104	1.0		3	2	False	False	0.9901757836341858	0					non-mobilizable	no_good_hit	245.0	73.469	13.0	5.854104067023419e-05	NZ_AP017312.1	firmicutes	Aneurinibacillus soli strain CB4	True	False
USA0084_01_000000008352	3843	0.8111435414212389	5	3	2	3	3	False	9377	fragment	False	USA0084_01_000000008352	1.0		0	0	False	False	0.9971376657485962	0					non-mobilizable	no_good_hit								True	False
MAD0005_000000023770	1334	0.8111433508950429	3	2	2	1	1	True	71993	fragment	False	MAD0005_000000023770	0.9964953271028038		0	0	False	False	0.9887556433677673	0					non-mobilizable	other	1276.0	89.655	95.0	0.0004391328515842135	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0125_01_000000017911	1290	0.8111403236048197	2	2	2	1	1	True	98789	fragment	False	USA0125_01_000000017911	0.965745399482218		0	0	False	False	0.9992247819900513	0					non-mobilizable	chromosome	1290.0	100.0	100.0	0.0003588405191912865	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MON0012_000000046395	1247	0.8111403236048197	3	2	2	1	1	True	98789	fragment	False	USA0125_01_000000017911	0.6400867914293463		0	0	False	False	0.9174017906188965	0					non-mobilizable	chromosome	1134.0	99.824	91.0	0.0003154121863799283	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
AUS0024_000000026100	1229	0.8111403236048197	2	2	2	1	1	True	98789	fragment	False	USA0125_01_000000017911	0.9506459948320414		0	0	False	False	0.9951179623603821	0					non-mobilizable	chromosome	1229.0	99.919	100.0	0.0003418589275150503	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
USA0061_01_000000001701	7266	0.8111381051325841	12	2	1	2	2	False	8417	maximal	True	USA0061_01_000000001701	1.0		1	1	False	False	0.9971098303794861	0					non-mobilizable	no_good_hit	65.0	98.462	1.0	0.00011181235402276002	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ISR0179_000000001832	13382	0.8111324397371321	13	9	6	9	7	True	117411	fragment	False	ISR0051_000000002668	0.9449084684602621		0	0	False	False	1.0	0					non-mobilizable	plasmid	10364.0	96.681	99.0	0.44276051031766417	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
MAD0045_000000015258	2561	0.8111323582477064	3	3	1	3	1	True	112953	fragment	False	MAD0045_000000015258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	817.0	83.354	39.0	0.014390529188671888	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0032_000000024782	1494	0.8111320824207571	1	1	1	1	1	False	48380	fragment	False	FIJ0032_000000024782	0.9608704538275896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	79.592	13.0	0.02717780002860821	NZ_FQXV01000027.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0044_000000016817	2944	0.8111181666172399	3	2	2	2	2	False	13359	maximal	True	MON0044_000000016817	1.0		10	4	False	False	0.9921875	0					non-mobilizable	no_good_hit	78.0	84.615	3.0	0.0008414380941973554	NC_048169.1	viruses	Gordonia phage BrutonGaster, complete genome	True	False
ENG0199_000000023310	1108	0.811117388722925	2	2	2	2	2	False	78237	fragment	False	CHI0165_000000015061	0.9723949636019672		0	0	False	False	0.9963898658752441	0					non-mobilizable	other	1108.0	100.0	100.0	0.000299317086571316	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0131_000000004788	5879	0.8111082054140061	11	5	5	4	2	False	58381	maximal	True	ENG0131_000000004788	1.0		1	1	False	False	0.9974485635757446	0					non-mobilizable	no_good_hit	508.0	72.835	9.0	0.0014823257750467287	NZ_QPJW01000004.1	firmicutes	Fontibacillus phaseoli strain CECT 8333 Ga0244632_104, whole genome shotgun sequence	True	False
ENG0200_000000003279	5875	0.8111010421564134	3	3	3	1	1	False	69269	fragment	False	ENG0200_000000003279	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5126.0	99.805	100.0	0.0011403523608676648	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0032_000000001352	22217	0.8111007717840605	20	9	7	7	3	True	65202	maximal	False	ENG0079_000000001007	0.9682730923694779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	94.624	0.0	2.7405824852083835e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0356_000000005208	3362	0.8110934585034122	5	5	5	4	4	False	107596	maximal	True	ISR0356_000000005208	1.0		1	1	False	False	0.9964306950569153	0					non-mobilizable	no_good_hit	1772.0	94.921	53.0	0.20403225806451614	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ISR0345_000000002074	3767	0.8110879290614946	4	3	2	2	1	False	108794	maximal	True	ISR0345_000000002074	1.0		0	0	False	False	0.9994691014289856	0					non-mobilizable	no_good_hit	686.0	99.56299999999999	18.0	0.01701915899477482	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ENG0028_000000001966	6990	0.8110734157869333	9	3	1	3	2	False	65920	fragment	False	ENG0028_000000001966	1.0		0	0	False	False	0.9964234828948975	0					non-mobilizable	no_good_hit	2493.0	73.686	35.0	0.004082581373533782	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0189_000000002375	4556	0.8110734157869333	5	3	1	3	2	False	64394	fragment	False	ISR0189_000000002375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0147_000000003862	6017	0.8110674255147077	13	3	1	3	0	True	30963	maximal	True	ISR0147_000000003862	1.0		1	1	True	True	0.9998338222503662	22					non-mobilizable	no_good_hit								True	True
ISR0324_000000017503	1752	0.8110670393121192	2	2	2	2	2	False	24923	maximal	True	ISR0324_000000017503	1.0		10	3	False	False	0.9760273694992065	0					non-mobilizable	no_good_hit	329.0	71.429	19.0	0.00019570284720545368	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ISR0046_000000018911	1836	0.8110662495135728	2	2	2	2	1	True	103584	fragment	False	ISR0086_000000012196	0.3781650435674013		0	0	False	False	0.9896514415740967	0					non-mobilizable	no_good_hit								True	True
CHI0065_000000006432	2077	0.8110576683167517	5	4	4	4	4	False	107148	fragment	False	ISR0212_000000015211	0.7596390684668698		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	98.478	99.0	0.01351883684285919	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0042_000000018654	1698	0.8110537607362367	3	3	3	2	1	False	72276	fragment	False	ISR0346_000000010486	0.35319274766597913		0	0	False	False	1.0	0					non-mobilizable	chromosome	1698.0	99.764	100.0	0.0004826960437128627	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0814_000000002518	15287	0.8110520920957401	19	8	0	8	3	False	21560	maximal	True	ISR0814_000000002518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.165803148461356e-05	NZ_AUDL01000008.1	CFB group bacteria	Flavobacterium denitrificans DSM 15936 H600DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0137_000000003890	7120	0.8110402198317249	10	6	2	3	6	False	102157	maximal	False	ISR0256_000000002091	0.7954096128312619		0	0	False	False	0.9974719285964966	0					non-mobilizable	no_good_hit	2786.0	92.53399999999999	41.0	0.1450057645949062	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0014_000000004845	7120	0.8110402198317249	10	6	2	3	6	False	102157	maximal	False	ISR0256_000000002091	0.7954096128312619		0	0	False	False	0.9992977380752563	0					non-mobilizable	no_good_hit	2786.0	92.53399999999999	41.0	0.1450057645949062	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ISR0149_000000005188	3011	0.8110349972384275	6	5	4	2	3	True	129446	fragment	False	ISR0232_000000006817	0.44768235141220253		0	0	False	False	0.9837263226509094	0					non-mobilizable	other	2594.0	97.417	97.0	0.0008066779118334952	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0151_000000004875	4972	0.8110305111074996	6	3	2	1	2	True	111404	maximal	True	CHI0151_000000004875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1691.0	99.76299999999999	64.0	0.0003847750215895215	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0004_000000004067	6404	0.8110280518149351	9	3	2	2	1	True	67824	maximal	True	ENG0004_000000004067	1.0		1	1	False	False	0.9959400296211243	0					non-mobilizable	no_good_hit	57.0	87.719	1.0	1.4600833491283708e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0011_000000021221	2093	0.8110249913796396	2	2	2	2	2	False	50964	maximal	True	FIJ0011_000000021221	1.0		8	2	False	False	0.9976111054420471	0					non-mobilizable	no_good_hit								True	False
AST0003_000000002895	11707	0.8110209033053609	11	10	6	7	8	False	130764	maximal	False	AST0113_000000002437	0.6468831510675903		0	0	False	False	0.999231219291687	0					non-mobilizable	no_good_hit	2120.0	72.547	18.0	0.000807382807957621	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
MAD0049_000000005108	3291	0.8109951497548352	3	2	0	1	1	True	38946	maximal	True	MAD0049_000000005108	1.0		1	1	True	True	1.0	55					non-mobilizable	no_good_hit	873.0	92.44	39.0	0.32460732984293195	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0163_000000001418	3280	0.8109951497548352	4	2	0	1	1	True	30308	maximal	True	ISR0163_000000001418	1.0		1	1	True	True	0.9945122003555298	7					non-mobilizable	no_good_hit	758.0	85.22399999999999	23.0	0.27711293941660436	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0100_000000003583	3272	0.8109951497548352	3	2	0	1	1	True	97546	maximal	False	FIJ0172_000000007877	0.9450696725867774		0	0	True	True	1.0	34					non-mobilizable	no_good_hit	872.0	93.119	40.0	0.32460732984293195	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
FIJ0096_000000010533	3261	0.8109951497548352	3	2	0	1	1	True	97546	maximal	False	FIJ0172_000000007877	0.9460617630748658		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	884.0	92.30799999999999	42.0	0.3242333582647719	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
DEN0018_000000004704	6759	0.8109915630908517	7	6	3	5	5	True	123510	fragment	False	DEN0018_000000004704	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6620.0	99.985	98.0	0.050947912898235026	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0135_000000018828	1203	0.8109915302195991	2	2	2	2	2	False	58054	fragment	False	ENG0135_000000018828	1.0		0	0	False	False	0.9725685715675354	0					non-mobilizable	no_good_hit	92.0	84.78299999999999	8.0	0.00020285332144449398	NZ_PDET01000003.1	enterobacteria	Pantoea coffeiphila strain 342 NODE_3_length_448600_cov_164.146, whole genome shotgun sequence	True	False
ISR0280_000000006263	2046	0.8109711891722914	3	3	3	3	3	False	79320	fragment	False	ISR0280_000000006263	0.9804745427582797		0	0	False	False	1.0	0					non-mobilizable	other	2046.0	96.334	100.0	0.033390480855580044	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0099_000000025305	1424	0.8109599853907637	2	2	2	2	2	True	41695	fragment	False	MON0110_000000009067	0.5803800472915651		0	0	False	False	0.9992977380752563	0					non-mobilizable	no_good_hit	805.0	72.17399999999999	55.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
MON0104_000000032347	1416	0.8109599853907637	2	2	2	2	2	True	41695	fragment	False	MON0110_000000009067	0.5788770327027318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	72.05	55.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
USA0086_01_000000003888	4956	0.8109548805829774	5	4	2	3	4	False	117855	fragment	False	USA0086_01_000000003888	1.0		0	0	False	True	1.0	0					non-mobilizable	other	4959.0	99.57700000000001	100.0	0.0014275870985055253	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
FIJ0144_000000010061	3125	0.8109503493495854	4	4	3	3	4	True	40105	maximal	True	FIJ0144_000000010061	1.0		2	2	True	True	1.0	8	rep_cluster_2370				non-mobilizable	plasmid	3064.0	99.772	100.0	0.9983697424193022	AP019681.1	enterobacteria	Escherichia coli GSH8M-2 plasmid pGSH8M-2-6 DNA, complete genome	False	True
ENG0002_000000019810	1235	0.810948037895872	1	1	1	1	1	True	67953	fragment	False	ENG0002_000000019810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	81.283	62.0	0.000995301705727687	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
AST0151_000000012220	1338	0.8109444644659067	2	2	2	2	2	False	103628	maximal	True	AST0151_000000012220	1.0		2	1	False	False	0.9917787909507751	0					non-mobilizable	no_good_hit	1171.0	80.786	87.0	0.015251200083711561	NZ_JNJN01000005.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
CHI0061_000000003598	2013	0.8109431183644844	2	1	1	1	1	False	85667	fragment	False	CHI0061_000000003598	1.0		0	0	False	False	0.995529055595398	0					non-mobilizable	no_good_hit								True	False
FIJ0082_000000005694	4704	0.8109398962750834	5	3	3	3	3	False	44199	maximal	True	FIJ0082_000000005694	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1251.0	78.657	26.0	0.024454751801046087	NZ_JH378841.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.13, whole genome shotgun sequence	True	False
FIJ0136_000000007117	3709	0.8109367715729549	4	4	3	3	3	True	75053	maximal	True	FIJ0136_000000007117	1.0		3	2	False	False	0.999460756778717	0					non-mobilizable	no_good_hit	505.0	72.079	13.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0039_000000007734	3145	0.8109354787657648	4	3	3	2	1	True	64956	maximal	True	ENG0039_000000007734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2348.0	99.915	75.0	0.00040547820762039773	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	True
SPA0035_000000005752	3150	0.8109238852031319	5	4	4	3	3	False	35557	maximal	True	SPA0035_000000005752	1.0		16	6	False	False	0.9942857027053833	0					non-mobilizable	no_good_hit	2201.0	100.0	70.0	0.01096720804793667	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	True	False
AST0149_000000002547	10267	0.8109228852643358	14	6	6	4	5	False	122631	maximal	True	AST0149_000000002547	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2595.0	98.921	51.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0187_000000019075	1507	0.8109111501897233	2	2	2	2	1	False	29287	maximal	True	ISR0187_000000019075	1.0		2	2	False	False	0.9953550100326538	0					non-mobilizable	no_good_hit	635.0	99.213	42.0	0.001818844259308667	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	False
ISR0103_000000012608	2270	0.8109102682510065	3	2	2	2	1	False	33048	maximal	True	ISR0103_000000012608	1.0		6	3	False	False	0.9696035385131836	0					non-mobilizable	no_good_hit	105.0	81.905	5.0	0.0008865017078194665	NZ_JMLV01000012.1	a-proteobacteria	Fodinicurvata fenggangensis DSM 21160 BP38DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0194_000000015281	1713	0.8109102682510065	3	2	2	2	1	False	29037	fragment	False	ISR0194_000000015281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	81.905	6.0	0.0008865017078194665	NZ_JMLV01000012.1	a-proteobacteria	Fodinicurvata fenggangensis DSM 21160 BP38DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0036_000000002086	9840	0.8109089817126527	15	5	2	4	3	False	120564	fragment	False	ISR0032_000000002458	0.7774359812187233		0	0	False	False	0.9994918704032898	0					non-mobilizable	no_good_hit	734.0	88.28299999999999	7.0	0.00020487230750293537	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0003_000000015249	3257	0.8109070529895851	4	4	4	4	4	False	96699	maximal	True	CAN0003_000000015249	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2188.0	90.676	70.0	0.0004434153130554746	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ENG0018_000000006728	3138	0.8109042762378457	4	2	2	2	1	True	120240	fragment	False	ENG0018_000000006728	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	78.704	3.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
CHI0103_000000001479	1591	0.810899881759985	4	4	3	3	1	False	83267	maximal	True	CHI0103_000000001479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	380.0	97.105	24.0	0.002802114524416842	NZ_QRST01000004.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf4, whole genome shotgun sequence	True	False
ISR0038_000000020694	1648	0.8108953192565675	3	2	2	2	2	False	36622	fragment	False	ISR0038_000000020694	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	98.12899999999999	99.0	0.0006459723262552186	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ENG0083_000000001959	11960	0.8108934308997738	18	6	2	5	4	True	61585	maximal	True	ENG0083_000000001959	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	85.507	2.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ISR0322_000000007256	1642	0.8108884735761338	1	1	1	1	1	False	25010	fragment	False	ISR0322_000000007256	1.0		0	0	False	False	0.9926918148994446	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	False
MAD0023_000000013424	1126	0.8108884735761338	2	1	1	1	1	False	19215	fragment	False	MAD0023_000000013424	1.0		0	0	False	False	0.9609236121177673	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000004811	3729	0.8108872905253647	4	4	1	4	4	True	77094	fragment	False	MON0108_000000004931	0.9196203545123952		0	0	False	False	1.0	0					non-mobilizable	plasmid	3729.0	98.79299999999999	100.0	0.02875833127622809	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0087_000000008163	3356	0.8108865509137915	5	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.006725334563216226		0	0	False	False	0.9973182082176208	0					non-mobilizable	other	3356.0	95.024	100.0	0.000550239850452845	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
FIJ0151_000000015270	1104	0.8108823140787625	2	2	2	2	2	False	39736	maximal	True	FIJ0151_000000015270	1.0		109	11	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	82.176	48.0	0.002747841168511621	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
FIJ0038_000000021664	1632	0.8108793316321584	4	4	3	3	1	False	113392	fragment	False	CHI0006_000000008344	0.5963109491059609		0	0	False	False	0.999387264251709	0					non-mobilizable	chromosome	1418.0	98.307	96.0	0.00039659094121357946	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0005_000000023181	1629	0.8108793316321584	4	4	3	3	1	False	113392	fragment	False	CHI0006_000000008344	0.5950136676984059		0	0	False	False	0.9895641207695007	0					non-mobilizable	chromosome	1397.0	97.28	96.0	0.0003907134466719527	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0001_000000010752	4428	0.8108752427662148	6	4	2	4	4	True	97425	maximal	False	ENG0079_000000006615	0.9458777613053746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	89.06200000000001	3.0	0.006627512258203567	NZ_QOHO01000068.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_68, whole genome shotgun sequence	True	True
MON0096_000000020359	1820	0.8108700264787965	3	2	2	2	2	False	17097	fragment	False	MON0096_000000020359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	78.118	46.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MON0025_000000019104	2064	0.810865334036922	3	2	2	2	2	False	88194	fragment	False	ISR0373_000000007354	0.4736456075412909		0	0	False	False	0.9937015771865845	0					non-mobilizable	chromosome	2064.0	98.54700000000001	100.0	0.0005980256168316817	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0070_000000001345	6388	0.8108647548083386	11	9	5	5	8	True	91209	fragment	False	CHI0070_000000001345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2549.0	98.54799999999999	52.0	0.14841565703634668	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	True	True
FIJ0154_000000018551	2059	0.8108584984430561	2	2	2	2	1	False	106325	maximal	True	FIJ0154_000000018551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	99.677	45.0	0.0001892057603459016	CP057861.1	enterobacteria	Escherichia coli strain RHB12-C21 chromosome, complete genome	True	False
ISR0246_000000014579	1579	0.810854742925204	2	2	1	1	2	True	27121	maximal	True	ISR0246_000000014579	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1058.0	83.081	78.0	0.0018294372128436947	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	True	True
ISR0813_000000006679	4223	0.8108528681195216	6	2	2	2	1	False	21591	maximal	True	ISR0813_000000006679	1.0		0	0	False	False	0.997158408164978	0					non-mobilizable	no_good_hit	682.0	94.28200000000001	16.0	0.08885699373695198	NZ_CBVI010000003.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
FIJ0129_000000019862	1146	0.8108527118487358	2	2	2	2	1	False	40902	maximal	True	FIJ0129_000000019862	1.0		0	0	False	False	0.9973822236061096	0					non-mobilizable	no_good_hit	407.0	74.447	34.0	0.00012127629091280113	LS483461.1	firmicutes	Clostridium perfringens strain NCTC2837 genome assembly, chromosome: 1	True	False
FIJ0071_000000018384	1952	0.8108487083578175	3	2	2	2	2	False	116782	fragment	False	ISR0079_000000011824	0.31102854576817834		0	0	False	False	1.0	0					non-mobilizable	other	1938.0	99.02	99.0	0.017756632381790514	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0039_000000018164	1530	0.8108397180885297	3	3	3	2	2	False	72276	fragment	False	ISR0346_000000010486	0.2630602859907745		0	0	False	False	1.0	0					non-mobilizable	chromosome	1530.0	99.542	100.0	0.0004349099887077001	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0279_000000002945	5779	0.8108373775764479	6	6	6	5	5	True	114142	maximal	True	ISR0279_000000002945	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2498.0	97.51799999999999	68.0	0.01994868966840099	CP012377.1	enterobacteria	Escherichia coli strain GE3 plasmid pGE3, complete sequence	True	True
ENG0011_000000001240	13918	0.8108286989205098	20	7	3	7	2	False	72653	fragment	False	ENG0011_000000001240	1.0		0	0	False	False	0.9996407628059387	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.022130013831258646	XM_033504628.1	bees	PREDICTED: Bombus vosnesenskii F-box only protein 44-like (LOC117239199), transcript variant X2, mRNA	True	False
ISR0279_000000007775	2644	0.8108214305461235	5	3	3	2	1	False	70701	fragment	False	ISR0279_000000007775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1830.0	80.109	73.0	0.09715188150084408	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0005_000000019036	1509	0.8108080486234154	3	3	3	1	1	False	8294	maximal	True	SPA0005_000000019036	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	73.822	37.0	0.0004203717704994931	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	True	False
CHI0140_000000005776	5230	0.8107951492490082	4	4	4	1	1	False	118369	fragment	False	CHI0140_000000005776	1.0		0	0	False	False	0.9994263648986816	0					non-mobilizable	no_good_hit	4012.0	83.99799999999999	82.0	0.0016750538125708681	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0059_000000003298	4715	0.8107951492490082	4	4	4	1	1	False	118366	fragment	False	ISR0059_000000003298	1.0		0	0	False	False	0.9976670145988464	0					non-mobilizable	no_good_hit	3721.0	85.165	78.0	0.0015547483961024398	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0088_000000000635	16962	0.8107888906073439	19	8	1	7	4	False	15935	maximal	True	MAD0088_000000000635	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	80.992	1.0	7.550124259818176e-05	CP022409.1	e-proteobacteria	Helicobacter pylori strain G272, complete genome	True	False
AUS0020_000000011566	2390	0.810783841707221	2	2	2	2	2	False	99638	maximal	True	AUS0020_000000011566	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	1485.0	96.094	98.0	0.00047832038634363066	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0037_000000005543	2325	0.8107796350643861	3	3	3	3	2	False	18640	maximal	True	MAD0037_000000005543	1.0		2	1	False	False	0.9995698928833008	0					non-mobilizable	no_good_hit	1329.0	82.46799999999999	79.0	0.03671712262185808	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	True	False
CHI0169_000000005319	2751	0.8107793516041393	5	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.160280512036734	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2751.0	99.12799999999999	100.0	0.027731716497624594	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0135_000000017176	1240	0.8107772965966937	2	1	1	1	1	False	61795	fragment	False	ENG0079_000000025806	0.9423198459087256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	75.203	39.0	0.0034002658644091514	NZ_SLXJ01000005.1	g-proteobacteria	Nicoletella semolina strain DSM 16380 Ga0310495_105, whole genome shotgun sequence	True	False
ISR0853_000000015447	1180	0.8107772965966937	2	1	1	1	1	False	61795	fragment	False	ENG0079_000000025806	0.6197957580518461		0	0	False	False	0.991525411605835	0					non-mobilizable	no_good_hit	492.0	75.203	41.0	0.0034002658644091514	NZ_SLXJ01000005.1	g-proteobacteria	Nicoletella semolina strain DSM 16380 Ga0310495_105, whole genome shotgun sequence	True	False
ISR0819_000000002513	8381	0.8107766568891142	6	6	6	6	5	False	125049	fragment	False	ISR0819_000000002513	1.0		0	0	False	False	0.9994034171104431	0					non-mobilizable	other	7781.0	99.152	97.0	0.0016427016253622317	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
AST0097_000000005917	3874	0.8107763977105216	6	4	2	3	2	False	130509	fragment	False	ISR0203_000000002513	0.1436667612655426		0	0	False	False	0.9989674687385559	0					non-mobilizable	other	2430.0	87.20200000000001	100.0	0.013754285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0311_000000005038	3638	0.8107763977105216	5	4	2	3	2	False	130509	fragment	False	ISR0203_000000002513	0.158258248979868		0	0	False	False	0.9964265823364258	0					non-mobilizable	other	1524.0	95.669	100.0	0.00864	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0076_000000004777	3483	0.8107763977105216	6	4	2	3	2	False	130509	fragment	False	ISR0203_000000002513	0.1036122364666289		0	0	False	False	0.9997128844261169	0					non-mobilizable	other	1041.0	98.655	99.0	0.005942857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0154_000000010300	3414	0.8107763977105216	5	4	2	3	2	False	120388	fragment	False	FIJ0154_000000010300	1.0		0	0	False	False	0.9997071027755737	0					non-mobilizable	other	2109.0	86.818	97.0	0.011982857142857142	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0051_000000012017	2406	0.8107751783680902	4	2	2	2	2	False	17336	maximal	True	MAD0051_000000012017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0056_000000000207	33696	0.8107728870453615	43	9	3	7	4	True	97288	fragment	False	ISR0056_000000000207	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	12753.0	97.26299999999999	98.0	0.07702256766067522	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
FIJ0114_000000027937	1456	0.8107727764935005	2	2	2	2	1	False	41824	fragment	False	FIJ0114_000000027937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	91.62700000000001	65.0	0.00023803408018516635	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0033_000000012022	2185	0.8107567853438976	4	2	1	2	2	True	68800	maximal	True	ENG0033_000000012022	1.0		1	1	False	False	0.9990846514701843	0					non-mobilizable	no_good_hit	1040.0	98.365	48.0	0.057976675408738354	NZ_CABLCC010000055.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	True
CHI0111_000000014922	2019	0.8107557340339888	4	1	1	1	1	False	82551	fragment	False	FIJ0017_000000013425	0.9636753704535935		0	0	False	False	0.9955423474311829	0					non-mobilizable	no_good_hit	1567.0	76.962	77.0	0.0004180164551393447	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CAN0004_000000024705	1182	0.8107557340339888	3	1	1	1	1	False	96000	fragment	False	CAN0004_000000024705	1.0		0	0	False	False	0.9991539716720581	0					non-mobilizable	no_good_hit	587.0	79.046	49.0	0.002353448065620148	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
USA0005_01_000000006027	5995	0.8107556416584994	8	3	1	3	0	True	2188	maximal	True	USA0005_01_000000006027	1.0		1	1	False	False	0.9989991784095764	0					non-mobilizable	no_good_hit	45.0	95.556	1.0	1.727669770058933e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	True
USA0059_01_000000004123	6186	0.8107528865300279	5	5	4	4	2	False	100719	fragment	False	USA0059_01_000000004123	1.0		0	0	False	False	0.9975751638412476	0					non-mobilizable	no_good_hit	883.0	89.015	15.0	0.00014064390350935243	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MON0063_000000011865	2439	0.810751592229379	3	3	3	3	2	False	101204	maximal	False	AUS0012_000000006409	0.9654163296407011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	74.485	57.0	0.000241401279320123	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
MON0095_000000012529	2439	0.810751592229379	3	3	3	3	2	False	101204	maximal	False	AUS0012_000000006409	0.9654163296407011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	74.485	57.0	0.000241401279320123	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0081_000000017284	1390	0.8107470646268466	2	2	2	2	1	True	71649	fragment	False	FIJ0064_000000018123	0.7207023073182266		0	0	False	False	0.999280571937561	0					non-mobilizable	other	1386.0	97.042	99.0	0.017831393552374085	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
DEN0052_000000031650	1469	0.810741612370721	3	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.9522045995073234		0	0	False	False	0.9986385107040405	0					non-mobilizable	no_good_hit	457.0	75.492	31.0	0.0026757291063184236	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
AST0149_000000022325	1183	0.8107296672146788	2	2	2	1	1	False	104309	fragment	False	AST0149_000000022325	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	100.0	100.0	0.0005166409074697009	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0784_000000005665	2163	0.8107233401160375	2	2	2	2	2	False	22232	fragment	False	ISR0784_000000005665	1.0		0	0	False	False	0.9926028847694397	0					non-mobilizable	other	2163.0	99.491	100.0	0.0005659322902999573	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ENG0194_000000005282	5036	0.8107188773769861	5	4	3	3	3	False	68671	maximal	True	ENG0194_000000005282	1.0		11	6	False	False	0.9998014569282532	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	2.0	0.0015323206144416488	NZ_QIML01000014.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_14, whole genome shotgun sequence	True	False
ISR0330_000000014390	2078	0.8107121391074135	2	2	2	2	1	False	126956	fragment	False	ISR0330_000000014390	0.9804496519836767		0	0	False	False	0.9990375638008118	0					non-mobilizable	other	1094.0	94.881	100.0	0.015613170487822299	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0031_000000001189	6600	0.8107090896919039	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.2866550333507628		0	0	False	False	0.999848484992981	0					non-mobilizable	other	6600.0	98.0	100.0	0.0013936986404943902	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0051_000000009007	4571	0.8106876482826136	4	4	4	4	3	False	92338	maximal	True	ISR0051_000000009007	1.0		39	9	False	False	0.9921242594718933	0					non-mobilizable	no_good_hit	1822.0	99.23200000000001	40.0	0.9994511525795828	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
SPA0027_000000007170	4777	0.8106864098022656	2	2	2	2	1	False	96493	maximal	False	ISR0780_000000002205	0.9577338129496402		0	0	False	False	0.9993720054626465	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	3.0	1.7124792932712123e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0100_000000014583	2918	0.8106820409550735	3	3	3	3	2	False	9125	maximal	True	MON0100_000000014583	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	82.895	3.0	2.08253155868324e-05	CP002770.1	firmicutes	Desulfotomaculum kuznetsovii DSM 6115, complete genome	True	False
MON0039_000000016606	2811	0.8106732279632407	4	2	2	2	1	True	11944	maximal	True	MON0039_000000016606	1.0		1	1	False	False	0.9886161684989929	0					non-mobilizable	no_good_hit								True	True
SPA0075_000000001200	9477	0.8106722856248779	15	15	5	10	12	False	132521	backbone	False	USA0060_01_000000001071	0.4384475986905495	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	9490.0	97.787	100.0	0.25259312588326266	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0301_000000007122	2470	0.8106718635072762	3	3	3	3	2	True	100844	fragment	False	ISR0301_000000007122	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2470.0	99.595	100.0	0.0007926703197777826	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0046_000000024950	1464	0.8106644968373221	2	2	2	2	2	False	72276	fragment	False	ISR0346_000000010486	0.21801240220625095		0	0	False	False	0.9904371500015259	0					non-mobilizable	other	1464.0	97.814	100.0	0.024811749542093482	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
CHI0139_000000003532	2954	0.8106595568726129	3	3	3	3	2	True	93265	fragment	False	CHI0139_000000003532	0.9364537068670994		0	0	False	False	0.9986459016799927	0					non-mobilizable	no_good_hit	599.0	70.618	20.0	0.00025345308420721846	LR134495.1	g-proteobacteria	Mannheimia haemolytica strain NCTC10643 genome assembly, chromosome: 1	True	True
MON0004_000000018982	2203	0.8106544750213992	2	2	1	2	1	False	14234	maximal	True	MON0004_000000018982	1.0		3	1	False	False	0.9995460510253906	0					non-mobilizable	no_good_hit	66.0	84.848	3.0	1.787746127948165e-05	CP061473.1	firmicutes	Geobacillus sp. 47C-IIb chromosome, complete genome	True	False
FIJ0052_000000003217	8069	0.8106504269260779	16	13	6	10	11	False	51622	fragment	False	MON0013_000000003778	0.966809666273157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	98.59200000000001	8.0	0.00010395543058020615	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0048_01_000000003746	4032	0.8106497426249943	6	6	5	6	5	False	89542	maximal	True	USA0048_01_000000003746	1.0		113	10	False	False	0.9977678656578064	0					non-mobilizable	no_good_hit	2042.0	100.0	52.0	0.042352306447261935	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
ISR0201_000000011019	2742	0.8106491990041228	4	4	4	4	4	False	98953	fragment	False	ISR0201_000000011019	0.9980596702804997		0	0	False	False	1.0	0					non-mobilizable	other	2742.0	99.56200000000001	100.0	0.000515972065950269	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0128_000000003453	10069	0.8106378926590933	6	3	2	3	2	False	87890	fragment	False	SPA0128_000000003453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1421.0	84.096	49.0	0.011329371939501636	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0109_000000004750	2957	0.8106325497384961	4	2	2	2	1	False	14597	maximal	True	MAD0109_000000004750	1.0		1	1	False	False	0.9922218322753906	0					non-mobilizable	no_good_hit	166.0	84.337	6.0	0.0014742409892603778	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ENG0183_000000007661	3615	0.8106310989986893	6	4	3	2	1	False	102629	fragment	False	ENG0183_000000007661	1.0		0	0	False	False	0.9881051182746887	0					non-mobilizable	no_good_hit	2256.0	98.67	62.0	0.09351414116280998	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0327_000000018967	1535	0.8106255056217999	2	2	1	1	1	False	31168	maximal	True	ISR0327_000000018967	1.0		1	1	False	False	0.9928338527679443	0					non-mobilizable	no_good_hit	326.0	90.491	26.0	0.001516898246465627	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0041_000000001422	17978	0.8106189603203947	14	3	3	2	1	False	73163	maximal	True	DEN0041_000000001422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1650.0	91.455	22.0	0.000512067814453503	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0027_000000001823	13430	0.8106172617135686	9	6	4	5	3	False	7495	maximal	True	SPA0027_000000001823	1.0		3	1	False	False	0.9965748190879822	0		MOBP			mobilizable	no_good_hit	1096.0	90.96700000000001	29.0	0.0026003907717028043	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
SPA0050_000000014547	1777	0.8106077926077708	3	3	3	3	1	True	79725	maximal	True	SPA0050_000000014547	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1777.0	100.0	100.0	0.0005068938708082788	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0139_000000006314	4070	0.81060349252086	2	2	2	2	1	True	72084	fragment	False	FIJ0110_000000003945	0.9643104643104643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2041.0	94.708	50.0	0.03221355157974876	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0196_000000011889	1758	0.8105970849521958	3	2	2	1	2	False	28981	maximal	True	ISR0196_000000011889	1.0		1	1	False	False	0.9835039973258972	0					non-mobilizable	no_good_hit	148.0	100.0	8.0	0.003466327108092813	NZ_JAAIPV010000037.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_37_length_42408_cov_112.355, whole genome shotgun sequence	True	False
ENG0148_000000016066	2323	0.8105944467410354	6	5	5	5	2	True	117241	maximal	False	CHI0028_000000005539	0.9837690701268613		0	0	False	False	1.0	0					non-mobilizable	chromosome	2324.0	99.398	100.0	0.0006490433258110733	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
FIJ0136_000000012358	2200	0.8105944467410354	6	5	5	5	2	True	117241	maximal	False	CHI0028_000000005539	0.9536099323801277		0	0	False	False	1.0	0					non-mobilizable	chromosome	2200.0	99.13600000000001	100.0	0.0006143381199462294	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
CHI0113_000000003463	2197	0.8105944467410354	6	5	5	5	2	True	117241	maximal	False	CHI0028_000000005539	0.9522160097315687		0	0	False	False	0.9995448589324951	0					non-mobilizable	chromosome	2193.0	99.90899999999999	99.0	0.000613498477868854	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
MAD0102_000000002571	5880	0.8105822619238944	7	7	5	6	6	True	63392	fragment	False	MAD0102_000000002571	1.0		0	0	False	False	0.9998299479484558	0			MPF_T		non-mobilizable	plasmid	5880.0	99.86399999999999	100.0	0.19628071581196582	MG648895.1	enterobacteria	Escherichia coli plasmid pCOV8 clone COV8_c1	False	True
DEN0065_000000015155	2273	0.8105794364441583	3	3	3	3	3	False	91711	maximal	False	SPA0040_000000018476	0.9543687094464206		0	0	False	False	0.9925208687782288	0					non-mobilizable	no_good_hit	44.0	97.727	2.0	0.0002999546580168114	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CHI0099_000000000893	7134	0.8105782708101018	14	9	4	4	7	True	90085	maximal	True	CHI0099_000000000893	1.0		1	1	True	True	1.0	105	rep_cluster_1085	MOBB			mobilizable	no_good_hit	1897.0	96.943	73.0	0.20442048517520214	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
ENG0049_000000007150	2742	0.8105722686988925	4	4	4	4	4	False	64191	maximal	True	ENG0049_000000007150	1.0		1	1	False	False	0.9908825755119324	0					non-mobilizable	chromosome	2743.0	97.521	100.0	0.0006092524576812932	LR699008.1	enterobacteria	Hafnia alvei isolate MGYG-HGUT-02508 genome assembly, chromosome: 1	False	False
ISR0112_000000014973	2273	0.8105609165528749	3	3	2	3	1	False	97056	maximal	True	ISR0112_000000014973	1.0		1	1	False	False	0.9991201162338257	0					non-mobilizable	no_good_hit	657.0	84.932	28.0	0.0003026784007014304	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0147_000000002738	6231	0.8105256903536316	9	7	5	4	5	True	132388	maximal	True	FIJ0147_000000002738	1.0	PS1159|PS463	5	2	False	True	0.9991975426673889	0		MOBV			mobilizable	other	4192.0	99.666	96.0	0.7969195664575014	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AUS0002_000000023869	1566	0.8105252547032084	2	2	2	2	1	False	102846	maximal	True	AUS0002_000000023869	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	100.0	8.0	0.00011629481098004726	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	True	False
ISR0183_000000004360	8345	0.8105231823285848	7	7	6	6	5	False	36062	maximal	True	ISR0183_000000004360	1.0		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	2235.0	84.96600000000001	59.0	0.004019186746064246	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0051_000000004047	4165	0.8105222513889163	7	5	2	4	3	False	104901	maximal	True	CHI0051_000000004047	1.0		0	0	False	False	0.9963985681533813	0					non-mobilizable	no_good_hit	2591.0	96.295	62.0	0.208955223880597	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0083_000000014115	2554	0.8105220660755985	5	5	2	3	4	False	101749	fragment	False	MON0075_000000006432	0.6396659191776376		0	0	False	False	0.9909945130348206	0					non-mobilizable	other	2338.0	85.115	91.0	0.3821645590408934	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0038_000000015179	1774	0.8105182071770367	3	3	3	3	3	False	74529	fragment	False	SPA0038_000000015179	0.9685730464326161		0	0	False	False	0.9712514281272888	0					non-mobilizable	no_good_hit	72.0	80.556	4.0	1.4309947744159395e-05	NZ_CP034036.1	enterobacteria	Brenneria nigrifluens DSM 30175 = ATCC 13028 chromosome, complete genome	True	False
FIJ0063_000000014341	1918	0.8105171845966043	3	3	3	3	2	False	45589	maximal	True	FIJ0063_000000014341	1.0		22	4	False	False	0.9989572763442993	0					non-mobilizable	chromosome	1918.0	99.68700000000001	100.0	0.0003980788387145272	CP060733.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 chromosome, complete genome	False	False
ENG0016_000000008250	2761	0.8105126251605619	4	2	2	1	2	False	66801	fragment	False	ENG0016_000000008250	1.0		0	0	False	False	0.9876856207847595	0					non-mobilizable	no_good_hit	259.0	83.012	9.0	0.004436267345289475	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0166_000000009447	2531	0.8105054563289158	3	3	1	3	1	True	43278	fragment	False	FIJ0166_000000009447	1.0		0	0	False	False	0.9980245232582092	0					non-mobilizable	chromosome	2538.0	98.73899999999999	100.0	0.0013586199805498314	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	True
ENG0142_000000029349	1179	0.8105011591691409	2	2	2	2	2	False	57646	fragment	False	FIJ0158_000000016082	0.9269568612141322		0	0	False	False	0.9838846325874329	0					non-mobilizable	chromosome	1179.0	97.795	100.0	0.0005956224279653325	LR822027.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_998 genome assembly, chromosome: STHERMO	False	False
CAN0019_000000002570	2455	0.8104988886367664	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9530724087486491		0	0	False	False	1.0	0					non-mobilizable	chromosome	2459.0	95.323	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
CAN0008_000000011819	2455	0.8104988886367664	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9530724087486491		0	0	False	False	1.0	0					non-mobilizable	chromosome	2459.0	95.323	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
FIJ0033_000000022538	1667	0.810494700516907	4	2	2	2	1	False	48267	maximal	True	FIJ0033_000000022538	1.0		0	0	False	False	0.9952009320259094	0					non-mobilizable	no_good_hit								True	False
AUS0022_000000010763	3285	0.8104927829458277	4	3	3	3	2	False	99349	fragment	False	AUS0022_000000010763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1701.0	78.777	55.0	0.0004746720306768434	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
USA0019_01_000000010222	2922	0.8104872193302901	4	4	4	4	4	False	72135	fragment	False	USA0019_01_000000010222	0.979495570140864		0	0	False	False	0.9993155598640442	0					non-mobilizable	chromosome	2922.0	99.07600000000001	100.0	0.0008175315026710414	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0058_000000001628	12454	0.8104854971196485	13	6	5	4	2	True	132160	fragment	False	SPA0132_000000001387	0.09173621725876799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	98.62700000000001	8.0	0.0001438284740292919	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ENG0059_000000001509	7999	0.8104796593913965	12	12	3	7	12	True	63892	fragment	False	FIJ0146_000000001939	0.9880001119895038		0	0	False	False	1.0	0					non-mobilizable	plasmid	7999.0	99.98700000000001	100.0	0.04661137951733503	CP032169.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 plasmid unnamed2, complete sequence	False	True
ISR0133_000000011974	1809	0.8104695176666451	3	3	3	3	3	False	56504	maximal	False	FIJ0157_000000010107	0.976566446798132		0	0	False	False	0.9977888464927673	0					non-mobilizable	no_good_hit	582.0	74.742	32.0	0.00019581262754826472	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
SPA0127_000000000036	100122	0.8104597553343847	95	16	6	12	5	True	127415	maximal	False	SPA0046_000000000019	0.916226673415748		0	0	False	True	1.0	0					non-mobilizable	virus	36569.0	96.729	96.0	0.37576729695548905	MK415403.1	viruses	CrAssphage ES_ALL_000190F, complete genome	False	True
CHI0171_000000001235	5257	0.8104570641320111	7	7	6	7	7	True	77955	fragment	False	CHI0171_000000001235	1.0		0	0	False	False	0.9998098015785217	0					non-mobilizable	plasmid	5257.0	100.0	100.0	0.037944527065074576	CP054458.1	enterobacteria	Escherichia coli strain SCU-103 plasmid pSCU-103-1, complete sequence	False	True
CAN0008_000000013061	2225	0.8104542597227695	5	3	1	1	3	True	95007	fragment	False	USA0036_01_000000014378	0.9562323588702322		0	0	False	False	1.0	0					non-mobilizable	other	2226.0	99.191	100.0	0.006041746431296518	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0172_000000000618	22300	0.8104468067129984	24	17	5	12	12	False	111578	fragment	False	ENG0172_000000000618	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	22300.0	99.915	100.0	0.004045722708244773	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
AST0149_000000014962	1791	0.8104447888635198	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.4326516038819554		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	95.365	96.0	0.0004787532421369501	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0088_000000009455	1197	0.8104368463563281	1	1	1	1	1	False	110356	maximal	True	AST0088_000000009455	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000006226	5740	0.8104347785702588	6	6	5	5	5	False	41894	fragment	False	FIJ0114_000000006226	1.0		0	0	False	False	0.9944250583648682	0					non-mobilizable	no_good_hit	1486.0	77.524	30.0	0.0005215451427668076	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0177_000000012943	2272	0.8104309393007992	3	2	2	2	1	False	68296	fragment	False	ISR0177_000000012943	1.0		0	0	False	False	0.9889965057373047	0					non-mobilizable	no_good_hit	1069.0	97.47399999999999	47.0	0.029455568426278337	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0015_000000000565	10615	0.8104180655453052	11	6	4	4	6	False	89896	maximal	True	CHI0015_000000000565	0.9923444509459722		169	12	False	False	0.9986811280250549	0					non-mobilizable	other	10618.0	98.634	100.0	0.002602563433039831	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0075_000000005360	3473	0.8104168415692982	5	5	4	3	2	False	113756	fragment	False	ISR0059_000000003816	0.7831511746057848		0	0	False	False	1.0	0					non-mobilizable	chromosome	3476.0	96.17399999999999	100.0	0.0009709061221382549	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0079_000000007931	5230	0.8104092022983415	8	1	1	1	1	True	69635	fragment	False	DEN0079_000000007931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0201_000000019004	1571	0.8104092022983415	4	1	1	1	1	False	28723	fragment	False	ISR0201_000000019004	1.0		0	0	False	False	0.9993634819984436	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000023711	1343	0.8104062102817835	1	1	1	1	1	False	29737	fragment	False	ISR0177_000000023711	1.0		0	0	False	False	0.9947878122329712	0					non-mobilizable	no_good_hit	570.0	90.351	51.0	0.0017167330087257187	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0101_000000024966	1360	0.8104019688518059	2	2	2	2	2	False	66666	fragment	False	ISR0283_000000009497	0.9623044096728307		0	0	False	False	0.9977940917015076	0					non-mobilizable	no_good_hit	278.0	73.02199999999999	20.0	0.0002888107951994165	NZ_FNHZ01000001.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ENG0172_000000014082	1642	0.8103959306232396	3	3	3	1	1	False	92039	fragment	False	ENG0172_000000014082	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1669.0	97.42399999999999	100.0	0.0005051286609335977	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0190_000000004149	5577	0.8103949628122794	11	5	2	5	2	True	110679	fragment	False	CAN0012_000000009407	0.5120953989869107		0	0	False	False	1.0	0					non-mobilizable	other	3938.0	98.90799999999999	99.0	0.0010540300178965513	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0103_000000003543	4313	0.8103725360993362	5	2	1	2	1	False	90310	fragment	False	SPA0103_000000003543	0.9997628083491461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	99.09899999999999	3.0	0.02254560360729658	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	False
SPA0131_000000005362	4216	0.8103725360993362	4	2	1	2	1	False	90310	fragment	False	SPA0103_000000003543	0.9884071412010202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	84.821	3.0	4.411990848759952e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0106_000000008263	4697	0.8103703903052155	7	2	2	2	1	False	4753	maximal	True	SPA0106_000000008263	1.0		1	1	False	False	0.9865871667861938	0					non-mobilizable	no_good_hit								True	False
ISR0822_000000001037	5047	0.8103679896388672	5	5	3	4	3	False	92495	fragment	False	ISR0822_000000001037	1.0		0	0	False	False	0.9992074370384216	0					non-mobilizable	no_good_hit	2624.0	85.213	51.0	0.03374849337083166	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	True	False
ISR0305_000000006581	2602	0.8103677845725884	3	3	3	3	2	False	83779	maximal	True	ISR0305_000000006581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	95.06200000000001	9.0	0.0014253236427031674	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	True	False
MON0004_000000024261	1807	0.8103605059332941	2	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.12493093760808847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	86.133	41.0	0.0002560152443883138	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0006_01_000000003558	6621	0.810348349077598	8	8	5	7	4	False	94248	fragment	False	USA0006_01_000000003558	1.0		0	0	False	False	0.9981876015663147	0					non-mobilizable	other	5566.0	100.0	100.0	0.0016852763777550786	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
CHI0009_000000001798	4857	0.8103397827432075	5	4	1	4	1	True	90482	fragment	False	CHI0009_000000001798	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4856.0	98.085	99.0	0.0781136638452237	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
CHI0155_000000003712	3184	0.8103397827432075	4	4	1	4	1	True	85145	fragment	False	CHI0155_000000003712	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3189.0	96.58200000000001	99.0	0.0513180169286578	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ISR0341_000000007991	1692	0.8103375934544604	3	3	3	3	3	False	127016	fragment	False	ISR0359_000000014952	0.7663498728608975		0	0	False	False	0.9934988021850586	0					non-mobilizable	other	1692.0	98.227	100.0	0.006486681396918922	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0309_000000011583	1681	0.8103375934544604	3	3	3	3	3	False	127016	fragment	False	ISR0359_000000014952	0.7617848646333832		0	0	False	False	0.9886972308158875	0					non-mobilizable	other	1681.0	97.79899999999999	100.0	0.006444485361811821	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0149_000000023117	1141	0.810332710358243	2	1	1	1	1	False	104286	maximal	True	AST0149_000000023117	1.0		1	1	False	False	0.9561787843704224	0					non-mobilizable	no_good_hit	583.0	73.413	50.0	0.0073626051117150915	NZ_FWXW01000010.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
MAD0040_000000005316	4709	0.8103288363289541	5	5	1	4	3	True	103493	fragment	False	MAD0040_000000005316	1.0		0	0	False	False	0.9936292171478271	0					non-mobilizable	plasmid	4712.0	99.427	100.0	0.05509490451074181	KF582523.1	enterobacteria	Escherichia coli strain EQ011 plasmid pEQ011, complete sequence	False	True
ENG0112_000000004920	5371	0.8103211275200213	6	6	5	6	4	False	64569	maximal	True	ENG0112_000000004920	1.0		5	3	False	False	0.9865946769714355	0					non-mobilizable	no_good_hit	3116.0	78.04899999999999	65.0	0.0008268397928952885	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0052_000000009352	3511	0.8103194803103361	5	5	3	4	3	False	35802	maximal	True	ISR0052_000000009352	1.0		1	1	False	False	0.9911705851554871	0					non-mobilizable	no_good_hit								True	False
TAN0002_000000002619	8816	0.8103190953080981	13	13	3	12	12	True	82236	fragment	False	TAN0002_000000002619	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	8836.0	97.046	100.0	0.1022017859831594	CP057524.1	enterobacteria	Escherichia coli strain RHB23-C11 plasmid pRHB23-C11_2, complete sequence	False	True
CHI0055_000000001404	9186	0.8103014524065625	12	9	6	7	8	False	124429	maximal	True	CHI0055_000000001404	1.0	PS777	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	3277.0	98.383	38.0	0.03479943028422015	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	True
MON0055_000000023437	1131	0.8102961353552772	1	1	1	1	1	False	11083	fragment	False	MON0055_000000023437	1.0		0	0	False	False	0.9902740716934204	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	0.03970223325062035	XM_034866546.1	bony fishes	PREDICTED: Etheostoma cragini serine/arginine-rich splicing factor 4-like (LOC117941541), partial mRNA	True	False
MON0050_000000029338	1378	0.8102952139284765	1	1	1	1	1	False	98638	fragment	False	MON0069_000000036106	0.9363746477820841		0	0	False	False	0.9992743134498596	0					non-mobilizable	chromosome	1378.0	99.927	100.0	0.0002999462841295088	CP053730.1	enterobacteria	Escherichia coli strain CP61_Sichuan chromosome, complete genome	False	False
AUS0012_000000010983	1566	0.8102892980198814	2	2	2	1	1	False	101069	fragment	False	AUS0012_000000010983	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	718.0	97.911	95.0	0.0002432960222799352	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0097_000000020817	1579	0.8102857522007892	2	2	2	2	2	False	43420	fragment	False	SPA0097_000000020817	1.0		0	0	False	False	0.9835338592529297	0					non-mobilizable	no_good_hit	216.0	73.148	13.0	0.00010726854757873332	NZ_CP048635.1	a-proteobacteria	Rhizobium oryzihabitans strain M15 chromosome M15-12, complete sequence	True	False
ENG0044_000000005339	3183	0.810283108268251	4	3	3	3	3	True	64660	fragment	False	ENG0044_000000005339	1.0		0	0	False	False	0.9996858239173889	0					non-mobilizable	no_good_hit	1015.0	79.31	31.0	0.0033450053140273665	NZ_LT963433.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
AST0085_000000006007	1851	0.8102826118206023	2	2	2	2	1	False	111111	maximal	True	AST0085_000000006007	1.0		65	9	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	76.997	67.0	0.0003539237547111279	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
MON0035_000000020781	1403	0.8102754648812315	4	1	0	1	0	True	16883	fragment	False	MAD0059_000000012732	0.9461588969139856		0	0	False	False	0.992872416973114	0					non-mobilizable	no_good_hit								True	True
ENG0155_000000006260	3700	0.8102724131186219	4	1	1	1	1	False	88608	maximal	True	ENG0155_000000006260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	72.71	14.0	7.863776827893412e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0379_000000005053	4169	0.8102722821111099	4	4	3	2	4	False	47798	fragment	False	ISR0379_000000005053	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3105.0	98.712	93.0	0.006244236012387791	NZ_LXWL01000003.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig003, whole genome shotgun sequence	False	False
FIJ0039_000000004407	5599	0.8102705640184932	7	2	2	2	2	True	97822	fragment	False	FIJ0039_000000004407	0.9376737233347114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
FIJ0005_000000005577	4967	0.8102649839042297	7	3	1	1	2	True	101803	fragment	False	CHI0119_000000001745	0.9583491461100568		0	0	False	False	0.9997986555099487	0					non-mobilizable	no_good_hit	1934.0	89.14200000000001	51.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0780_000000003977	2850	0.8102596340883917	3	2	2	2	2	False	22307	fragment	False	ISR0780_000000003977	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	86.23100000000001	35.0	0.0002333363109246411	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
ISR0115_000000015457	2196	0.8102594957612882	3	3	2	2	3	False	123556	backbone	False	ISR0826_000000002301	0.0183174906073419	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2196.0	99.31700000000001	100.0	0.021894459524189686	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0123_000000004853	3941	0.8102552996305636	6	3	0	0	3	False	108280	fragment	False	ISR0123_000000004853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1401.0	91.792	38.0	0.1279756412622255	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
DEN0089_000000009715	1974	0.810251640032588	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.30165992830511157		0	0	False	False	0.9898682832717896	0					non-mobilizable	no_good_hit								True	False
ISR0023_000000006846	4075	0.8102503432434057	6	3	1	3	2	False	110376	maximal	True	ISR0023_000000006846	0.9933757961783439		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.815	24.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MON0094_000000015257	2358	0.8102450990499925	3	3	3	2	2	False	12377	maximal	True	MON0094_000000015257	1.0		0	0	False	False	0.991094172000885	0					non-mobilizable	no_good_hit	774.0	77.649	42.0	0.00015552020595260694	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
FIJ0120_000000004271	5128	0.8102450944222681	5	3	3	1	3	False	86739	backbone	True	FIJ0120_000000004271	0.9910736283831119	PS442	3	2	True	True	0.9998049736022949	4					non-mobilizable	no_good_hit	1748.0	79.005	48.0	0.0005471830317785371	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0092_000000004089	5076	0.8102338401479278	9	6	4	6	4	True	112872	maximal	True	ISR0092_000000004089	1.0		0	0	False	False	0.9998030066490173	0					non-mobilizable	no_good_hit	229.0	100.0	6.0	7.92106725958866e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0130_000000000631	23178	0.8102246666636057	28	13	6	13	4	True	108400	backbone	False	ISR0280_000000000088	0.16494559782793794	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23178.0	99.99600000000001	100.0	0.23128891904837937	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0802_000000000264	23113	0.8102246666636057	27	13	6	13	4	True	108400	backbone	False	ISR0280_000000000088	0.16947433513402252	PS672	0	0	False	True	1.0	0					non-mobilizable	other	22991.0	99.991	100.0	0.2294228005748044	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0003_000000000323	21699	0.8102246666636057	25	13	6	13	4	True	108400	backbone	False	ISR0280_000000000088	0.14912238867859157	PS672	0	0	False	True	1.0	0					non-mobilizable	other	21699.0	100.0	100.0	0.21652961839374102	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0143_000000004116	4268	0.8102240634407762	5	4	4	4	4	False	75705	fragment	False	SPA0143_000000004116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0271_000000004640	3291	0.810223743492167	7	5	3	3	3	True	84440	maximal	True	ISR0271_000000004640	1.0		24	6	False	False	0.991188108921051	0					non-mobilizable	other	3070.0	97.00299999999999	100.0	0.0009826379239190502	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0331_000000009280	2487	0.810221559977565	2	2	2	2	1	False	24616	maximal	True	ISR0331_000000009280	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	93.16	79.0	0.0002494017140743604	CP003939.1	firmicutes	Clostridioides difficile BJ08, complete genome	True	False
FIJ0060_000000011107	1319	0.8102190736993887	2	2	2	2	2	False	45857	fragment	False	FIJ0060_000000011107	1.0		0	0	False	False	0.999241828918457	0					non-mobilizable	no_good_hit	182.0	81.319	14.0	2.754872928822607e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ISR0833_000000002328	3397	0.8102180719898643	4	4	4	4	4	False	85828	fragment	False	ISR0833_000000002328	0.9873477038425492		0	0	False	False	1.0	0					non-mobilizable	other	3397.0	98.97	100.0	0.01316207647647027	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
SPA0046_000000001578	11940	0.8102179658545988	9	9	8	6	9	False	86695	fragment	False	SPA0046_000000001578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9724.0	98.81700000000001	81.0	0.17599029618364834	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
ISR0231_000000003595	4077	0.8102093462796142	7	5	4	5	4	False	132492	fragment	False	ISR0054_000000002543	0.16895266834899628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	99.066	84.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0031_000000007240	3857	0.8102090843546598	5	5	5	5	2	False	78193	maximal	True	SPA0031_000000007240	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	89.37200000000001	81.0	0.002719519574375778	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
ISR0244_000000002598	6955	0.8102060016900853	10	8	7	7	8	False	115029	maximal	True	ISR0244_000000002598	1.0		5	3	False	False	0.999137282371521	0					non-mobilizable	no_good_hit	901.0	82.242	27.0	0.00025236671075121533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0020_000000000244	35978	0.8101924326594022	51	23	11	18	11	True	99763	fragment	False	ISR0020_000000000244	1.0		0	0	False	False	0.9997220635414124	0					non-mobilizable	no_good_hit	648.0	86.265	2.0	0.0790634959548909	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
ISR0378_000000011317	2399	0.8101857993266014	3	3	3	3	3	False	73445	fragment	False	ISR0378_000000011317	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2399.0	98.875	100.0	0.0006675714236002366	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0032_000000026064	1424	0.8101775936976828	1	1	1	1	1	False	48369	fragment	False	MON0036_000000015188	0.9515615041427661		0	0	False	False	0.9992977380752563	0					non-mobilizable	chromosome	1425.0	93.193	100.0	0.000554517918176848	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
DEN0021_000000001002	20844	0.8101632523039893	20	13	4	7	8	True	74885	maximal	True	DEN0021_000000001002	1.0		1	1	False	False	0.9989445209503174	0					non-mobilizable	no_good_hit								True	True
ISR0092_000000009956	2621	0.8101521869704557	3	2	2	2	2	False	33587	maximal	True	ISR0092_000000009956	1.0		2	2	False	False	0.9954215884208679	0					non-mobilizable	no_good_hit	932.0	82.189	36.0	0.03208704390311515	NZ_LMUA01000036.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00036, whole genome shotgun sequence	True	False
ENG0005_000000020514	1162	0.8101506708011235	2	1	0	1	1	True	67631	maximal	True	ENG0005_000000020514	1.0		5	2	False	False	0.9913941621780396	0					non-mobilizable	other	928.0	92.565	100.0	0.0004639534761111661	NC_021181.2	firmicutes	Lactobacillus acidophilus La-14, complete sequence	False	True
MAD0057_000000010902	1445	0.8101408327739772	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.386908508404988		0	0	False	False	1.0	0					non-mobilizable	chromosome	1445.0	98.06200000000001	100.0	0.0004860419456891883	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0257_000000004451	3592	0.810138313534933	3	2	0	2	0	True	61932	maximal	True	ISR0257_000000004451	1.0		1	1	True	True	1.0	36					non-mobilizable	no_good_hit								True	True
ENG0078_000000009147	2871	0.810138313534933	3	2	0	2	0	True	61931	fragment	False	ENG0078_000000009147	1.0		0	0	False	False	0.9909439086914062	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	4.0345148452978156e-05	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
USA0011_01_000000003588	10304	0.8101313181731621	16	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.7080394214937199	PS1166	0	0	True	True	1.0	12					non-mobilizable	plasmid	10304.0	99.94200000000001	100.0	0.20195229041299959	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0074_000000001566	10089	0.8101313181731621	16	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.7049666070934367	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10089.0	100.0	100.0	0.19773800889899446	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0118_000000000776	10086	0.8101313181731621	16	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.7046778811525424	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10086.0	99.98	100.0	0.19767920497089206	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0088_000000001968	10081	0.8101313181731621	16	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.7046105197008952	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	10081.0	100.0	100.0	0.19758119842405472	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0056_000000002110	7988	0.8101292677496125	13	4	3	2	3	False	112201	backbone	False	SPA0021_000000003487	0.9810103583971487	PS718	0	0	True	True	0.9991236925125122	12					non-mobilizable	no_good_hit	395.0	75.949	5.0	0.0018428276956104605	NZ_AUDP01000004.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
ISR0339_000000001702	7551	0.8101292677496125	12	4	3	2	3	False	112201	backbone	False	SPA0021_000000003487	0.9764538012582048	PS718	0	0	True	True	0.9997351169586182	13					non-mobilizable	no_good_hit	620.0	75.32300000000001	8.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
FIJ0001_000000006381	3067	0.8101277479726628	4	4	0	1	4	False	52635	maximal	True	FIJ0001_000000006381	1.0		10	1	False	False	0.9973915815353394	0					non-mobilizable	plasmid	2088.0	99.617	93.0	0.5355401590967411	CP033825.1	enterobacteria	Klebsiella sp. FDAARGOS_511 plasmid unnamed2, complete sequence	False	True
ENG0108_000000008947	2266	0.8101132112310444	3	2	2	2	2	False	59943	fragment	False	ENG0108_000000008947	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2255.0	99.069	99.0	0.03368955982363052	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0095_000000009281	2883	0.8101118798119136	5	3	1	3	2	False	73608	maximal	False	FIJ0106_000000008437	0.9673070441523424		0	0	False	False	0.9986125826835632	0					non-mobilizable	no_good_hit	72.0	93.056	2.0	0.042337507453786526	HG796486.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01415	True	False
MAD0001_000000017683	1462	0.8101075291355383	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.01917863479391056		0	0	False	False	1.0	0					non-mobilizable	chromosome	1465.0	90.58	100.0	0.0004736076389249074	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ISR0032_000000010050	3234	0.8101034623379826	4	3	2	3	3	False	36960	maximal	True	ISR0032_000000010050	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	77.727	20.0	0.05460548594649509	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0090_000000042963	1439	0.8100968822877471	3	2	2	2	2	False	9539	fragment	False	MON0090_000000042963	1.0		0	0	False	False	0.9847115874290466	0					non-mobilizable	no_good_hit								True	False
ENG0048_000000002935	7877	0.8100815091811495	10	9	8	9	7	False	121736	maximal	True	ENG0048_000000002935	1.0		6	2	False	False	0.9997460842132568	0					non-mobilizable	no_good_hit	1110.0	77.83800000000001	41.0	0.00030801104118411137	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0082_000000017883	1787	0.8100759154802412	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.9751695336152829		0	0	False	False	0.9994404315948486	0					non-mobilizable	no_good_hit	258.0	74.419	14.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
SPA0119_000000020334	1553	0.8100711971586841	2	2	2	2	2	False	119234	fragment	False	ISR0373_000000010725	0.9939701430211922		0	0	False	False	0.996136486530304	0					non-mobilizable	other	1534.0	100.0	99.0	0.0006500442479564737	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
SPA0040_000000032283	1336	0.8100645479841179	2	2	2	2	1	False	37406	fragment	False	SPA0040_000000032283	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	99.92399999999999	98.0	0.005017492174553489	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0845_000000008836	1202	0.8100645479841179	2	2	2	2	1	False	37405	fragment	False	ISR0845_000000008836	0.9693436960276338		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	96.22	92.0	0.0042579635426256675	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0376_000000005994	3613	0.8100623968049262	7	3	2	3	2	True	124246	maximal	True	ISR0376_000000005994	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3033.0	93.307	93.0	0.7966235821682933	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
USA0042_01_000000001774	15166	0.8100539903705072	10	8	6	8	7	False	42531	maximal	True	USA0042_01_000000001774	1.0		13	6	False	False	0.9999340772628784	0					non-mobilizable	no_good_hit	1289.0	91.777	12.0	0.018414731785428344	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	False
MAD0101_000000004257	5797	0.8100531203109155	6	5	5	3	5	True	65340	fragment	False	MAD0101_000000004257	0.9948869210432232		0	0	False	False	1.0	0					non-mobilizable	plasmid	5833.0	96.914	100.0	0.0498060392706393	CP051699.1	enterobacteria	Escherichia coli strain SCU-152 plasmid pSCU-152-1, complete sequence	False	True
MAD0104_000000001846	5324	0.8100531203109155	6	5	5	3	5	True	65340	fragment	False	MAD0101_000000004257	0.9780403315059459		0	0	False	False	1.0	0					non-mobilizable	plasmid	5357.0	97.14399999999999	100.0	0.04573884512193038	CP051699.1	enterobacteria	Escherichia coli strain SCU-152 plasmid pSCU-152-1, complete sequence	False	True
MAD0043_000000004058	5305	0.8100531203109155	5	5	5	3	5	True	65340	fragment	False	MAD0101_000000004257	0.9754014103125568		0	0	False	False	0.9962299466133118	0					non-mobilizable	plasmid	5338.0	97.096	100.0	0.04557649913700292	CP051699.1	enterobacteria	Escherichia coli strain SCU-152 plasmid pSCU-152-1, complete sequence	False	True
MAD0056_000000002155	5210	0.8100531203109155	6	5	5	3	5	True	65340	fragment	False	MAD0101_000000004257	0.7877937329111134		0	0	False	False	1.0	0					non-mobilizable	plasmid	5243.0	97.177	100.0	0.044764769212365635	CP051699.1	enterobacteria	Escherichia coli strain SCU-152 plasmid pSCU-152-1, complete sequence	False	True
MAD0108_000000003150	5109	0.8100531203109155	6	5	5	3	5	True	65340	fragment	False	MAD0101_000000004257	0.7693976839824662		0	0	False	False	0.9988256096839905	0					non-mobilizable	plasmid	4251.0	98.706	99.0	0.03053692963354247	CP057892.1	enterobacteria	Escherichia coli strain RHB11-C13 plasmid pRHB11-C13_2, complete sequence	False	True
ENG0043_000000016543	2074	0.8100469294950983	2	2	2	2	2	False	64601	fragment	False	ENG0043_000000016543	1.0		0	0	False	False	0.999035656452179	0					non-mobilizable	no_good_hit	944.0	83.369	78.0	0.0001672743769073901	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
FIJ0064_000000007156	3773	0.8100380524549913	3	3	3	3	3	False	45513	maximal	True	FIJ0064_000000007156	1.0		1	1	False	False	0.9997349381446838	0					non-mobilizable	plasmid	3655.0	97.456	96.0	0.11143981213211748	CP026758.1	enterobacteria	Klebsiella aerogenes strain AR_0062 plasmid tig00000058_pilon, complete sequence	False	True
FIJ0001_000000015193	1388	0.810036214286787	3	3	3	3	3	False	52542	maximal	True	FIJ0001_000000015193	1.0		5	3	False	False	0.9827089309692383	0					non-mobilizable	no_good_hit	737.0	99.05	53.0	0.00014382373775617381	CP054063.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP chromosome, complete genome	True	False
FIJ0120_000000012988	1863	0.8100308986868359	3	3	3	2	2	False	103928	fragment	False	MON0059_000000018343	0.6195815214771142		0	0	False	False	0.9994632601737976	0					non-mobilizable	other	1863.0	99.946	100.0	0.0009138215260426865	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0002_000000006533	3203	0.8100298417458147	5	4	4	4	3	False	68002	maximal	True	ENG0002_000000006533	1.0		20	6	False	False	0.999375581741333	0					non-mobilizable	no_good_hit	419.0	71.83800000000001	13.0	0.000990345317775277	NZ_FQVI01000002.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ENG0035_000000013168	1692	0.8100289081284708	3	3	3	3	3	False	83139	fragment	False	ENG0035_000000013168	1.0		0	0	False	False	0.9994089603424072	0					non-mobilizable	other	1693.0	97.165	100.0	0.04107624626303381	GU942950.1		Uncultured organism clone 7 genomic sequence	False	False
SPA0118_000000012928	2126	0.8100278569450673	2	2	2	2	2	False	4252	maximal	True	SPA0118_000000012928	1.0		11	1	False	False	0.9995296597480774	0					non-mobilizable	other	2125.0	98.729	100.0	0.0002939654457735478	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
SPA0081_000000000938	12019	0.8100270989517282	11	7	3	3	7	True	132596	backbone	False	ISR0120_000000000296	0.027143877793211355	PS1169|PS902	0	0	False	True	0.9988352060317993	0		MOBB	MPF_T		conjugative	plasmid	12009.0	99.958	99.0	0.38699281317477197	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0121_000000001695	11757	0.8100270989517282	11	7	3	3	7	True	132596	backbone	False	ISR0120_000000000296	0.026862634764884454	PS1169|PS902	0	0	False	True	0.9999149441719055	0		MOBB	MPF_T		conjugative	plasmid	11757.0	99.97399999999999	100.0	0.37887137838795965	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
USA0051_01_000000002432	9351	0.8100270989517282	10	7	3	3	7	True	116374	fragment	False	DEN0018_000000002773	0.2882002523555008		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	9351.0	100.0	100.0	0.30133101292339426	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
MON0102_000000004190	9325	0.8100270989517282	10	7	3	3	7	True	116374	fragment	False	DEN0018_000000002773	0.28783372051897793		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	9325.0	100.0	100.0	0.30049308711205647	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
AUS0002_000000013845	2570	0.8100211951923817	4	4	4	4	3	False	103007	fragment	False	ISR0095_000000011387	0.9764246667269794		0	0	False	False	1.0	0					non-mobilizable	chromosome	2570.0	99.689	100.0	0.0003626058388432295	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0051_000000011416	1621	0.8100106749678238	3	2	2	2	1	True	86603	maximal	True	CHI0051_000000011416	1.0		4	3	False	False	0.9969154596328735	0					non-mobilizable	no_good_hit	193.0	75.648	14.0	3.1161124168715513e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0095_000000014331	2248	0.8100000050246713	4	4	3	4	3	False	113393	fragment	False	MAD0039_000000005904	0.6390406997458384		0	0	False	False	0.9995551705360413	0					non-mobilizable	chromosome	1538.0	98.895	97.0	0.00043017662430858974	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0096_000000004955	5074	0.8099920324840948	4	3	3	3	3	False	33362	maximal	True	ISR0096_000000004955	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	71.83	29.0	0.0067118470388225155	NZ_QRST01000002.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf2, whole genome shotgun sequence	True	False
ISR0821_000000004120	6232	0.8099903534920799	10	8	4	4	6	True	90078	maximal	True	ISR0821_000000004120	1.0		0	0	False	False	0.9974325895309448	0	rep_cluster_1085				non-mobilizable	no_good_hit	4637.0	99.569	83.0	0.4203648243942282	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0023_000000000131	69207	0.8099884543877292	106	37	15	32	22	False	49435	maximal	True	FIJ0023_000000000131	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	1786.0	82.979	3.0	0.0005227345086221577	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MON0043_000000001146	11031	0.8099866072602138	11	5	2	5	2	True	13877	fragment	False	MON0043_000000001146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	96.322	10.0	0.0005037852329554135	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ISR0066_000000008250	3910	0.8099846350311698	6	5	5	3	5	False	106076	maximal	True	ISR0066_000000008250	1.0		6	2	False	False	1.0	0					non-mobilizable	other	2392.0	96.363	100.0	0.00086832256857878	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
USA0071_01_000000002679	5145	0.8099790615095375	6	5	3	4	5	True	123489	fragment	False	CAN0012_000000009399	0.7534876848117881		0	0	False	False	1.0	0					non-mobilizable	chromosome	2937.0	98.67200000000001	100.0	0.0004515777835423823	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
SPA0009_000000000269	45974	0.8099666831869761	70	33	17	22	18	True	93767	backbone	True	SPA0009_000000000269	0.9618580633797998	PS495	1	1	True	True	1.0	26					non-mobilizable	no_good_hit	1877.0	75.28	8.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
AST0026_000000001354	17794	0.8099644612961558	24	10	8	10	8	False	127297	maximal	True	AST0026_000000001354	1.0	PS1003|PS798	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	9901.0	98.334	64.0	0.8315249390192615	MK232384.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_6-proph-CL25_c1 sequence	True	True
ISR0009_000000003946	7105	0.8099643428349997	10	10	6	8	9	False	63813	fragment	False	ENG0054_000000003263	0.9527359781121751		0	0	False	False	1.0	0					non-mobilizable	plasmid	7061.0	99.66	99.0	0.06723297962608091	CP027379.1	enterobacteria	Escherichia coli strain 2013C-4404 plasmid unnamed3, complete sequence	False	True
MON0071_000000002405	4707	0.8099617520465853	5	5	5	5	5	False	10428	fragment	False	MON0071_000000002405	1.0		0	0	False	False	0.9802421927452087	0					non-mobilizable	plasmid	1604.0	95.075	92.0	0.008616140184600803	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
CHI0173_000000005609	2975	0.8099596584386218	4	3	1	1	3	False	99075	fragment	False	DEN0067_000000009496	0.5809519677480225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	76.744	6.0	4.869139734059547e-05	CP060496.1	high GC Gram+	Brachybacterium sp. Z12 chromosome, complete genome	True	False
DEN0079_000000005991	6257	0.809954315739176	9	4	2	3	2	True	124738	maximal	True	DEN0079_000000005991	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2256.0	78.85600000000001	37.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0093_000000000627	25949	0.8099475002161415	22	10	8	10	3	True	106300	fragment	False	MON0093_000000000627	1.0		0	0	False	False	0.9998843669891357	0					non-mobilizable	no_good_hit	101.0	100.0	0.0	0.010180189351521938	NZ_CABIWU010000076.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
DEN0017_000000023145	1239	0.8099355901488696	2	2	2	2	1	False	75179	fragment	False	DEN0017_000000023145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	78.598	44.0	0.00010241164245895663	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
CHI0005_000000017395	1182	0.8099208858085989	2	2	2	2	1	False	90678	fragment	False	CHI0005_000000017395	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1182.0	100.0	100.0	0.0004993788420668956	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0107_000000003834	10448	0.8099168529191944	20	6	4	2	2	False	106870	maximal	True	MON0107_000000003834	1.0		1	1	False	False	0.9999042749404907	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.5087742215662884e-05	NZ_JAATJA010000002.1	d-proteobacteria	Desulfobaculum xiamenense strain DSM 24233 Ga0373198_02, whole genome shotgun sequence	True	False
ISR0398_000000001423	13260	0.8099076256371728	16	6	5	5	3	True	129794	backbone	True	ISR0398_000000001423	1.0	PS1065	1	1	True	True	0.9999246001243591	22					non-mobilizable	no_good_hit	296.0	83.10799999999999	2.0	0.0008825458425139258	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0206_000000017082	1528	0.8099060043448898	3	1	1	1	1	True	28623	fragment	False	ISR0286_000000012934	0.9549578742709008		0	0	False	False	1.0	0					non-mobilizable	other	1528.0	99.215	100.0	0.0050434156507723656	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
MON0096_000000010235	3299	0.8099054984736652	4	4	4	4	4	False	42614	fragment	False	MON0096_000000010235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	72.473	22.0	0.00011282915246347503	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CHI0053_000000005888	1913	0.8099033533333239	2	2	1	2	1	False	86434	fragment	False	CHI0053_000000005888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0078_000000015961	2707	0.8098941572103167	4	4	4	4	4	False	101094	fragment	False	MON0078_000000015961	0.9918918918918919		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.34100000000001	98.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0061_000000031753	1382	0.8098891287759266	2	2	2	1	1	True	71802	fragment	False	DEN0061_000000031753	1.0		0	0	False	False	0.9992763996124268	0					non-mobilizable	no_good_hit	250.0	99.6	18.0	0.003580570015242587	NZ_JAAIPV010000019.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_19_length_69542_cov_109.211, whole genome shotgun sequence	True	True
ISR0807_000000001859	7092	0.8098874340950767	7	2	2	2	0	True	104232	fragment	False	ISR0807_000000001859	1.0		0	0	False	False	0.9997180104255676	0					non-mobilizable	no_good_hit								True	True
ISR0181_000000003267	5384	0.8098874340950767	5	2	2	2	0	True	98938	fragment	False	ISR0181_000000003267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0153_000000005979	4622	0.8098874340950767	4	2	2	2	0	True	89808	fragment	False	FIJ0153_000000005979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0073_01_000000004412	4272	0.8098874340950767	3	2	2	2	0	True	89805	fragment	False	USA0073_01_000000004412	1.0		0	0	False	False	0.9967228174209595	0					non-mobilizable	no_good_hit								True	True
USA0011_01_000000010122	3739	0.8098874340950767	2	2	2	2	0	True	89807	fragment	False	USA0011_01_000000010122	1.0		0	0	False	False	0.9983952641487122	0					non-mobilizable	no_good_hit								True	True
USA0020_01_000000010456	3357	0.8098874340950767	2	2	2	2	0	True	89806	fragment	False	USA0020_01_000000010456	1.0		0	0	False	False	0.994935929775238	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	6.414072475010172e-05	NZ_DS562854.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_11, whole genome shotgun sequence	True	True
SPA0054_000000011508	2577	0.8098859885561722	4	2	2	2	1	False	73185	fragment	False	SPA0054_000000011508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	7.971160889636529e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
SPA0101_000000013736	3251	0.8098814415019305	4	4	4	3	3	False	124980	fragment	False	SPA0101_000000013736	0.9838351621577738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	84.12200000000001	86.0	0.003150304133896401	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AUS0024_000000020813	1552	0.8098772817600783	2	2	2	2	1	False	101756	maximal	True	AUS0024_000000020813	1.0	PS590	1	1	False	True	0.9942010045051575	0					non-mobilizable	no_good_hit	702.0	72.792	45.0	0.012806514296289442	NZ_MBEW02000011.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_11_length_54035_cov_209.225, whole genome shotgun sequence	True	True
MON0069_000000036106	1452	0.8098708053351346	1	1	1	1	1	False	98638	fragment	False	MON0069_000000036106	0.9513520475905834		0	0	False	False	0.9676308631896973	0					non-mobilizable	chromosome	1452.0	100.0	100.0	0.0002904017130298705	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
MAD0005_000000001463	10075	0.8098626901933835	10	8	7	7	8	False	101320	fragment	False	FIJ0014_000000001935	0.6663128037462119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	79.42	16.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0179_000000000903	13797	0.8098602582444216	13	13	10	8	9	False	126409	maximal	True	CHI0179_000000000903	1.0	PS958	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3365.0	95.215	42.0	0.0009951206509747593	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0005_000000000684	14634	0.8098586120239355	19	17	11	12	13	True	123710	fragment	False	ISR0395_000000002237	0.9884239173859872		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	14634.0	99.925	100.0	0.14884179900100714	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0041_000000001545	14578	0.8098586120239355	19	17	11	12	13	True	123710	fragment	False	ISR0395_000000002237	0.9947781786419436		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14589.0	99.76	100.0	0.14543749002075682	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0007_000000001524	14572	0.8098586120239355	19	17	11	12	13	True	123710	fragment	False	ISR0395_000000002237	0.995087166534033		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14583.0	99.794	100.0	0.14543749002075682	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0073_000000001017	14566	0.8098586120239355	19	17	11	12	13	True	123710	fragment	False	ISR0395_000000002237	0.9953244460610281		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14577.0	99.84200000000001	100.0	0.14543749002075682	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0023_000000001262	14563	0.8098586120239355	19	17	11	12	13	True	123710	fragment	False	ISR0395_000000002237	0.9951992413695391		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14575.0	99.84200000000001	100.0	0.14543749002075682	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0062_000000001163	14563	0.8098586120239355	19	17	11	12	13	True	123710	fragment	False	ISR0395_000000002237	0.9931278175243311		0	0	False	True	0.9999313354492188	0	rep_cluster_1702				non-mobilizable	other	14575.0	99.561	100.0	0.14543749002075682	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0181_000000007211	2880	0.8098504222132247	3	3	0	3	2	False	117750	maximal	True	ENG0181_000000007211	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1640.0	97.5	80.0	0.00039730231967347035	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ENG0142_000000005340	5055	0.8098417203678082	6	3	1	3	1	True	126090	fragment	False	ENG0142_000000005340	1.0		0	0	False	False	0.9998021721839905	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.4462099241615266e-05	NZ_JXXZ01000006.1	g-proteobacteria	Pseudoalteromonas ruthenica strain S3137 contig0006, whole genome shotgun sequence	True	True
ISR0260_000000002639	4123	0.8098417203678082	5	3	1	3	1	True	126089	fragment	False	ISR0260_000000002639	1.0		0	0	False	False	0.9997574687004089	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	0.03834115805946792	NZ_JAAITI010000090.1	firmicutes	Blautia luti strain MSK.16.34 NODE_92_length_1278_cov_165.701, whole genome shotgun sequence	True	True
ISR0226_000000006410	1282	0.8098385688137256	2	1	1	1	1	False	37415	fragment	False	ISR0226_000000006410	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	99.454	100.0	0.006945009189532066	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
ISR0273_000000000503	10265	0.8098352731160705	11	4	2	3	2	False	26386	fragment	False	ISR0273_000000000503	1.0		0	0	False	False	0.9996103048324585	0					non-mobilizable	no_good_hit	2515.0	86.243	35.0	0.08786171664508906	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0260_000000013962	1206	0.8098328834574332	2	1	1	1	1	False	26699	fragment	False	ISR0260_000000013962	1.0		0	0	False	False	0.93034827709198	0					non-mobilizable	other	1128.0	99.911	94.0	0.0003864813156688167	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0328_000000007906	3460	0.8098282721345893	5	2	0	2	0	True	101802	maximal	True	ISR0328_000000007906	1.0		2	1	False	False	0.9997109770774841	0					non-mobilizable	no_good_hit	2039.0	87.102	84.0	0.0016340409074244921	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
FIJ0065_000000015981	1237	0.8098282721345893	2	2	0	2	0	True	45395	fragment	False	FIJ0065_000000015981	1.0		0	0	False	False	0.9991915822029114	0					non-mobilizable	no_good_hit	713.0	84.853	57.0	0.0001852534574304086	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
AUS0024_000000000833	25399	0.8098263834984515	26	10	7	9	5	True	99012	maximal	True	AUS0024_000000000833	1.0		3	3	False	False	0.9997637867927551	0					non-mobilizable	no_good_hit	430.0	75.34899999999999	2.0	0.007047832832667613	NC_016046.1	firmicutes	Oscillibacter valericigenes Sjm18-20 plasmid pOBV01, complete sequence	True	True
DEN0005_000000035229	1129	0.8098221769242726	1	1	1	1	1	False	76394	fragment	False	DEN0005_000000035229	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1080.0	99.63	96.0	0.004137703382706856	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0375_000000012686	1788	0.8098048764941114	2	2	2	2	1	False	23375	maximal	True	ISR0375_000000012686	1.0		2	1	False	False	0.9876957535743713	0					non-mobilizable	no_good_hit								True	False
ISR0257_000000004987	3229	0.8097922138805921	1	1	1	1	1	False	109322	maximal	True	ISR0257_000000004987	0.9987456883035435		37	5	True	True	1.0	12					non-mobilizable	other	3229.0	99.93799999999999	100.0	0.007408784504899024	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	True
AST0094_000000006682	3189	0.8097922138805921	1	1	1	1	1	False	109322	maximal	False	ISR0257_000000004987	0.9925673583152679		0	0	True	True	0.9996864199638367	6					non-mobilizable	other	3189.0	99.749	100.0	0.007316978005457896	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	True
ISR0046_000000031159	1217	0.8097881017008979	2	2	2	2	2	False	39883	fragment	False	ISR0083_000000018688	0.4746025914854608		0	0	False	False	0.9983566403388977	0					non-mobilizable	other	1215.0	99.259	99.0	0.03850545546815529	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
ISR0264_000000004415	2354	0.8097855302859128	3	3	3	3	1	False	121267	fragment	False	ISR0264_000000004415	1.0		0	0	False	True	0.9995751976966858	0					non-mobilizable	no_good_hit	1411.0	99.646	62.0	0.0007839081993461872	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
USA0036_01_000000008200	4668	0.8097801088874086	4	4	4	2	2	False	100576	fragment	False	USA0036_01_000000008200	1.0		0	0	False	False	0.9987146258354187	0					non-mobilizable	no_good_hit	1146.0	72.862	24.0	0.0003427708774843703	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0329_000000004199	3059	0.8097790612045164	4	3	3	3	3	False	104280	maximal	True	ISR0329_000000004199	1.0		0	0	False	False	0.9993461966514587	0					non-mobilizable	no_good_hit	2530.0	98.221	83.0	0.0036361440482403735	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
ISR0303_000000003238	3465	0.8097762372649175	4	4	3	3	3	False	90620	fragment	False	ISR0303_000000003238	1.0		0	0	False	False	0.9991341829299927	0					non-mobilizable	other	3467.0	93.59700000000001	100.0	0.0015200812349682807	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0080_000000017220	2856	0.8097660391815685	4	3	2	3	2	True	124668	fragment	False	MON0080_000000017220	1.0		0	0	False	False	0.9978991746902466	0					non-mobilizable	no_good_hit	1082.0	92.976	87.0	0.00032516731815544623	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0055_000000011516	1237	0.809763239627693	2	2	2	1	0	True	46236	fragment	False	FIJ0055_000000011516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0139_000000015971	1684	0.8097614753222901	2	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.6273632089527424		0	0	False	False	0.9982185363769531	0					non-mobilizable	chromosome	1684.0	99.525	100.0	0.0007676420844835041	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
DEN0018_000000014019	2664	0.8097612750142096	4	2	1	2	0	True	94963	maximal	True	DEN0018_000000014019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0062_000000026839	1113	0.8097596137491901	2	2	2	2	1	False	45662	maximal	True	FIJ0062_000000026839	1.0		1	1	False	False	0.9973045587539673	0					non-mobilizable	no_good_hit	483.0	77.01899999999999	43.0	0.00016588467986149662	NZ_CP034791.1	firmicutes	Caldicellulosiruptor changbaiensis strain CBS-Z chromosome, complete genome	True	False
MON0005_000000012942	3885	0.8097562753579036	5	4	4	4	4	False	72198	fragment	False	MON0005_000000012942	0.9920291813023507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	75.751	44.0	0.001775334217351781	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0361_000000003143	3746	0.8097496852601191	5	4	4	4	4	False	129613	maximal	True	ISR0361_000000003143	1.0	PS1061	12	4	False	True	0.999733030796051	0					non-mobilizable	chromosome	1772.0	98.87100000000001	94.0	0.0004745984002469734	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0103_000000007794	2355	0.8097472705290573	3	2	2	2	2	False	87714	backbone	False	ISR0191_000000003840	0.7464690401240851	PS451	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1722.0	75.087	72.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0816_000000019780	1972	0.8097447230149415	5	2	2	2	1	False	21415	fragment	False	ISR0816_000000019780	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1058.0	99.338	94.0	0.003378745548814402	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0251_000000001752	6124	0.8097385598624809	6	5	2	4	2	False	27007	maximal	True	ISR0251_000000001752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0039_000000009249	1590	0.8097331050533159	2	1	1	1	1	False	18471	maximal	True	MAD0039_000000009249	1.0		8	6	False	False	0.9899371266365051	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	7.27792768287158e-05	NZ_RCZM01000004.1	high GC Gram+	Phycicoccus bigeumensis strain S9.3A scaffold4.1, whole genome shotgun sequence	True	False
CHI0040_000000002481	6878	0.8097299661929497	9	4	1	3	2	False	113962	maximal	False	ISR0279_000000002371	0.9910823917430166		0	0	True	True	0.9992730617523193	15					non-mobilizable	no_good_hit								True	True
ISR0099_000000010383	1946	0.8097195434307233	4	4	4	4	3	False	95476	fragment	False	ISR0099_000000010383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1602.0	75.905	81.0	0.0005797822587362728	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
USA0057_01_000000006229	4822	0.8097133110948043	4	4	4	3	2	False	91733	fragment	False	USA0057_01_000000006229	1.0		0	0	False	False	0.9997926354408264	0					non-mobilizable	other	4799.0	89.831	99.0	0.10521458237194278	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
ISR0168_000000014230	1760	0.8097079742468607	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.7047161133422		0	0	False	False	1.0	0					non-mobilizable	other	1682.0	98.98899999999999	96.0	0.02344098616688978	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0027_000000000560	32942	0.8097059398362089	37	11	7	9	4	False	71953	maximal	True	ISR0027_000000000560	1.0		1	1	False	False	0.9997571706771851	0					non-mobilizable	no_good_hit	58.0	93.103	0.0	8.548546747053e-05	NZ_MBTF01000012.1	CFB group bacteria	Mucilaginibacter pedocola strain TBZ30 scaffold2, whole genome shotgun sequence	True	False
FIJ0135_000000005078	5795	0.8096957438329987	2	2	2	1	0	True	40615	maximal	True	FIJ0135_000000005078	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0779_000000005085	6185	0.8096924850209195	6	4	4	4	4	True	100765	maximal	True	ISR0779_000000005085	1.0		1	1	False	False	0.9998382925987244	0					non-mobilizable	no_good_hit	1783.0	95.008	52.0	0.0005394767650901284	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ISR0140_000000004519	6876	0.8096902624482393	7	4	3	3	3	False	59733	maximal	True	ISR0140_000000004519	1.0		3	1	False	False	0.9994182586669922	0					non-mobilizable	no_good_hit	320.0	85.0	5.0	0.002023438696828882	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	False
ENG0155_000000013601	1476	0.8096867275666578	1	1	1	1	1	False	106482	maximal	True	ENG0155_000000013601	0.997555600533926		85	9	False	False	1.0	0					non-mobilizable	other	1476.0	100.0	100.0	0.013095745436465658	NZ_LMUA01000012.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00012, whole genome shotgun sequence	False	False
AST0113_000000025610	1460	0.8096867275666578	1	1	1	1	1	False	106482	maximal	False	ENG0155_000000013601	0.9946827253571098		0	0	False	False	0.9972602725028992	0					non-mobilizable	other	1460.0	99.932	100.0	0.012953689892748064	NZ_LMUA01000012.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00012, whole genome shotgun sequence	False	False
SPA0143_000000007946	2435	0.8096859913520529	4	3	3	3	2	False	3408	maximal	True	SPA0143_000000007946	1.0		3	3	False	False	0.9995893239974976	0					non-mobilizable	no_good_hit	635.0	82.835	26.0	0.014082299735816952	NZ_PUBV01000023.1	CFB group bacteria	Paramuribaculum intestinale strain DSM 100764 seq23, whole genome shotgun sequence	True	False
SPA0151_000000004882	3529	0.8096820928471122	4	2	2	2	1	True	40366	fragment	False	SPA0151_000000004882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	94.829	27.0	0.00032481335013162516	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0013_01_000000005117	2073	0.8096807243894308	7	4	1	3	4	False	1980	fragment	False	USA0013_01_000000005117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	99.83200000000001	62.0	0.02605798943654255	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
MON0080_000000037971	1490	0.8096806515769208	2	2	2	2	1	False	37670	fragment	False	MON0080_000000037971	1.0		0	0	False	False	0.972483217716217	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000016951	1897	0.8096767821798592	3	3	3	2	3	False	104595	fragment	False	DEN0070_000000017300	0.9857490549279015		0	0	False	False	0.9910385012626648	0					non-mobilizable	no_good_hit	1081.0	99.72200000000001	57.0	0.0058112630887939476	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
ISR0087_000000003010	7100	0.8096713234969228	11	2	1	2	1	False	33865	maximal	True	ISR0087_000000003010	1.0		3	3	False	False	0.9991549253463745	0					non-mobilizable	no_good_hit								True	False
FIJ0113_000000010470	2408	0.8096698346668703	4	2	1	2	1	True	41953	maximal	True	FIJ0113_000000010470	1.0		12	3	False	False	0.994601309299469	0					non-mobilizable	no_good_hit	90.0	80.0	4.0	6.883893468267958e-05	NZ_CADIKW010000001.1	b-proteobacteria	Achromobacter dolens strain LMG 26841 isolate LMG 26841, whole genome shotgun sequence	True	True
AST0118_000000019503	1595	0.8096689733081129	2	2	2	1	2	False	105822	maximal	True	AST0118_000000019503	1.0		32	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0044_000000011150	1443	0.8096670392611277	3	3	3	3	2	False	87240	fragment	False	CHI0044_000000011150	1.0		0	0	False	False	0.9944559931755066	0					non-mobilizable	other	1406.0	99.50200000000001	97.0	0.00034447495274808875	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0178_000000007748	2169	0.809666947947137	3	3	3	3	2	False	29713	maximal	True	ISR0178_000000007748	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1831.0	75.751	84.0	0.05602432063531455	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	True	False
ISR0389_000000007881	2690	0.8096661611478841	3	1	1	1	1	False	22910	fragment	False	ISR0389_000000007881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	99.177	9.0	0.0005060252552604671	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0127_000000001482	13927	0.8096611817213191	18	17	6	11	15	True	132535	fragment	False	CHI0127_000000001482	1.0		0	0	False	True	1.0	0			MPF_T		non-mobilizable	chromosome	13850.0	99.235	100.0	0.0026117159666008125	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
SPA0026_000000000956	15462	0.8096605600218847	16	7	6	6	7	True	7547	fragment	False	SPA0026_000000000956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4284.0	93.90799999999999	28.0	0.16640673736743605	NZ_CP039398.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-2, complete sequence	True	True
SPA0028_000000001274	13175	0.8096605600218847	16	7	6	6	7	True	7456	fragment	False	SPA0028_000000001274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2698.0	98.147	20.0	0.0024019065300439147	NZ_SJSA01000002.1	CFB group bacteria	Duncaniella freteri strain TLL-A3 contig2, whole genome shotgun sequence	True	True
ISR0770_000000004800	2200	0.8096500790499894	4	4	4	3	1	False	23747	fragment	False	ISR0770_000000004800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	77.039	21.0	0.00019245387920353445	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	False
MAD0112_000000007718	3540	0.80964985278691	5	2	1	2	1	False	14465	maximal	True	MAD0112_000000007718	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	73.23	12.0	0.0001865749961518907	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
CHI0090_000000006286	2061	0.8096493164535478	3	2	2	2	1	False	83807	maximal	True	CHI0090_000000006286	1.0		2	1	False	False	0.9990295767784119	0					non-mobilizable	no_good_hit	744.0	84.274	36.0	0.0001978071356007259	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
FIJ0045_000000011305	2057	0.8096239633103273	3	2	2	1	2	False	47053	fragment	False	FIJ0045_000000011305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	78.365	40.0	0.00029124265767034786	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0134_000000011008	2970	0.8096215267168255	5	5	3	5	3	False	88449	maximal	True	ISR0134_000000011008	1.0		1	1	False	False	0.9939393997192383	0					non-mobilizable	no_good_hit								True	False
ISR0369_000000007919	1836	0.8096191551466068	3	3	3	3	3	False	75060	maximal	True	ISR0369_000000007919	1.0		37	9	False	False	0.985838770866394	0					non-mobilizable	no_good_hit	103.0	79.612	6.0	3.401484259547394e-05	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
MAD0064_000000004811	3876	0.8096164129611023	6	3	3	2	2	False	95888	backbone	True	MAD0064_000000004811	1.0	PS511	1	1	True	True	0.9922600388526917	1					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	True
USA0036_01_000000013352	2645	0.8096134716646447	3	3	3	3	3	False	72656	fragment	False	USA0036_01_000000013352	0.9861485186610235		0	0	False	False	0.9977315664291382	0					non-mobilizable	no_good_hit	75.0	100.0	3.0	0.00015189052387862715	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
CAN0007_000000019247	2111	0.8096067868793559	4	2	2	2	2	False	95313	fragment	False	CAN0007_000000019247	1.0		0	0	False	False	0.9981051683425903	0					non-mobilizable	no_good_hit								True	False
ISR0228_000000006859	3618	0.8096043952828268	6	3	3	2	2	False	63717	maximal	True	ISR0228_000000006859	1.0		5	2	False	False	0.9988943934440613	0					non-mobilizable	no_good_hit	539.0	93.506	32.0	0.000235622035479859	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0043_000000006038	4016	0.8095826351876945	4	3	2	3	2	False	127574	fragment	False	MAD0004_000000002298	0.8828689575480704		0	0	False	False	0.9997509717941284	0					non-mobilizable	chromosome	3791.0	83.962	99.0	0.0016294151492250305	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0011_000000011716	3970	0.8095826351876945	4	3	2	3	2	False	127574	fragment	False	MAD0004_000000002298	0.8959774479256298		0	0	False	False	0.9997481107711792	0					non-mobilizable	chromosome	4020.0	83.756	100.0	0.0016419448336187279	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0096_000000004281	3875	0.8095826351876945	4	3	2	3	2	False	127574	fragment	False	MAD0004_000000002298	0.828302081058798		0	0	False	False	0.9992257952690125	0					non-mobilizable	chromosome	3930.0	83.461	100.0	0.0016007623697707537	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0104_000000011342	3793	0.8095826351876945	3	3	2	3	2	False	127574	fragment	False	MAD0004_000000002298	0.8836564097675931		0	0	False	False	1.0	0					non-mobilizable	other	3829.0	83.756	100.0	0.1040649514509847	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MON0083_000000008553	3722	0.8095826351876945	3	3	2	3	2	False	127574	fragment	False	MAD0004_000000002298	0.87165835686133		0	0	False	False	1.0	0					non-mobilizable	chromosome	3752.0	83.555	100.0	0.0015344586029755155	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0099_000000005770	3652	0.8095826351876945	3	3	2	3	2	False	127574	fragment	False	MAD0004_000000002298	0.8528724749999355		0	0	False	False	1.0	0					non-mobilizable	other	3687.0	83.374	100.0	0.10030720280871139	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
USA0069_01_000000000423	55147	0.8095735530364992	42	23	15	21	11	True	9544	maximal	True	USA0069_01_000000000423	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	73.878	1.0	0.00016818104898412044	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
MON0040_000000008394	3198	0.8095644098300894	3	2	1	2	2	False	74777	fragment	False	FIJ0003_000000007105	0.9261542873530255		0	0	False	False	0.9881175756454468	0					non-mobilizable	no_good_hit	867.0	94.925	27.0	0.9942528735632183	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
CHI0129_000000017013	1524	0.8095488030033083	3	2	1	2	1	False	90547	fragment	False	MON0046_000000019056	0.6584161808655582		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	96.604	100.0	0.023373052245646196	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0095_000000006062	1426	0.8095488030033083	3	2	1	2	1	False	90547	fragment	False	MON0046_000000019056	0.34109995120834363		0	0	False	False	0.9978961944580078	0					non-mobilizable	other	1359.0	96.46799999999999	95.0	0.020745493431102963	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0006_01_000000017163	1372	0.8095488030033083	2	2	1	2	1	False	90547	fragment	False	MON0046_000000019056	0.2460352983366475		0	0	False	False	0.9846938848495483	0					non-mobilizable	other	818.0	97.92200000000001	98.0	0.012480904369080354	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0166_000000005639	1357	0.8095488030033083	2	2	1	2	1	False	90547	fragment	False	MON0046_000000019056	0.3408326425355989		0	0	False	False	0.9985261559486389	0					non-mobilizable	other	1359.0	97.204	100.0	0.020745493431102963	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0158_000000014836	1305	0.8095488030033083	3	2	1	2	1	False	90547	fragment	False	MON0046_000000019056	0.18725686573373554		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	98.009	100.0	0.019920562175374273	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0145_000000013656	1248	0.8095488030033083	2	2	1	2	1	False	90547	fragment	False	MON0046_000000019056	0.15367103444748167		0	0	False	False	0.9967948794364929	0					non-mobilizable	other	1252.0	98.802	100.0	0.0191109074243813	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0101_000000024662	1177	0.8095402019939437	2	2	2	2	2	False	26761	maximal	True	MAD0101_000000024662	0.932077125328659		580	15	False	False	1.0	0					non-mobilizable	other	1177.0	98.131	100.0	0.00035191869002457144	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0090_000000025906	2291	0.8095355721819119	4	1	1	1	1	True	119669	maximal	True	MON0090_000000025906	1.0		0	0	False	False	0.994762122631073	0					non-mobilizable	no_good_hit	132.0	75.0	6.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
ENG0071_000000005936	3531	0.8095174377163117	5	4	1	2	4	False	62298	maximal	True	ENG0071_000000005936	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1138.0	95.167	57.0	0.0006713126703766147	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0114_000000034887	1186	0.8095172547915308	3	2	1	2	2	False	41779	fragment	False	FIJ0114_000000034887	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1186.0	99.916	100.0	0.005701556019592182	CP052664.1	enterobacteria	Klebsiella pneumoniae strain C17KP0033 plasmid pC17KP0033-1, complete sequence	False	True
MAD0003_000000018108	1490	0.8095162277786501	3	3	3	3	3	False	37946	maximal	True	MAD0003_000000018108	1.0		19	2	False	False	0.9986577033996582	0					non-mobilizable	chromosome	1182.0	99.40799999999999	96.0	0.00024563569538757	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
ISR0244_000000004191	4835	0.8095123318453646	7	5	4	5	4	True	115451	fragment	False	ISR0244_000000004191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	10.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0118_000000002228	6339	0.8095068338012815	9	7	7	6	6	False	103970	fragment	False	ENG0118_000000002228	0.972367560497057		0	0	False	False	1.0	0					non-mobilizable	other	4238.0	96.319	95.0	0.00207744711049339	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
USA0059_01_000000017675	1440	0.809498224207004	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.14113326698174286		0	0	False	False	0.9847221970558167	0					non-mobilizable	other	1409.0	95.529	98.0	0.01963409192324855	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0077_000000009555	3024	0.8094889209905751	2	2	2	2	1	True	111330	fragment	False	SPA0077_000000009555	1.0		0	0	False	False	0.9980158805847168	0					non-mobilizable	no_good_hit								True	True
ISR0119_000000000228	56310	0.8094821780129537	48	9	5	7	3	False	32366	maximal	True	ISR0119_000000000228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2622.0	98.398	5.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	False
ENG0110_000000022798	1311	0.8094639390883991	3	3	3	2	2	False	59782	maximal	True	ENG0110_000000022798	1.0		13	6	False	False	0.9900839328765869	0					non-mobilizable	other	1311.0	99.84700000000001	100.0	0.011799888306400764	NZ_CBYM010000009.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
BAN0020_000000000932	1865	0.8094629824220241	3	3	2	3	3	False	97973	fragment	False	USA0046_01_000000005616	0.6012906833629734		0	0	False	False	0.9994637966156006	0					non-mobilizable	plasmid	1866.0	99.678	100.0	0.03483181741777637	CP051658.1	enterobacteria	Escherichia coli strain SJ7 plasmid pSJ7-2	False	True
ENG0005_000000013178	1813	0.8094629824220241	4	3	2	3	3	False	97973	fragment	False	USA0046_01_000000005616	0.789291413864643		0	0	False	False	0.9977937340736389	0					non-mobilizable	plasmid	1813.0	100.0	100.0	0.013978030116020735	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
SPA0017_000000007783	1643	0.8094629824220241	3	3	2	3	3	False	97973	fragment	False	USA0046_01_000000005616	0.6090256325069785		0	0	False	False	1.0	0					non-mobilizable	plasmid	1643.0	100.0	100.0	0.030666940589806325	CP051658.1	enterobacteria	Escherichia coli strain SJ7 plasmid pSJ7-2	False	True
BAN0018_000000001498	1531	0.8094629824220241	3	3	2	3	3	False	97973	fragment	False	USA0046_01_000000005616	0.2566999836767638		0	0	False	False	0.998040497303009	0					non-mobilizable	plasmid	1531.0	99.28200000000001	100.0	0.016171139272615813	AP023236.1	enterobacteria	Escherichia coli YJ6 plasmid pYJ6-NDM5 DNA, complete genome	False	True
FIJ0097_000000013725	2298	0.8094604791208042	4	2	2	2	1	False	42919	maximal	True	FIJ0097_000000013725	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	73.402	33.0	0.0013152396544755824	NZ_LM994634.1	g-proteobacteria	Haemophilus massiliensis, whole genome shotgun sequence	True	False
FIJ0070_000000007947	2437	0.8094464702204177	3	2	2	2	2	False	50796	fragment	False	ISR0050_000000009803	0.953444360333081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	97.758	51.0	0.0023893191494253753	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
USA0057_01_000000003612	7998	0.8094423224915654	8	8	5	4	8	False	98209	fragment	False	USA0057_01_000000003612	1.0		0	0	False	False	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	7998.0	99.9	100.0	0.08182748388417067	CP056904.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_3, complete sequence	False	True
ISR0389_000000003972	4758	0.8094368510632428	3	2	0	2	0	True	107469	fragment	False	ISR0389_000000003972	0.9896850044365573		0	0	False	False	0.9987389445304871	0					non-mobilizable	no_good_hit								True	True
ENG0111_000000008388	2433	0.8094368510632428	2	2	0	2	0	True	87640	maximal	True	ENG0111_000000008388	1.0		2	2	False	False	0.9991779923439026	0					non-mobilizable	no_good_hit	269.0	100.0	11.0	0.0005909461753875328	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	True	True
DEN0079_000000021607	2573	0.8094292496041486	3	3	3	3	3	False	107612	maximal	False	MAD0099_000000011641	0.9487325009458949		0	0	False	False	0.9949475526809692	0					non-mobilizable	no_good_hit	650.0	73.385	25.0	0.0015488293957137723	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0379_000000022494	1122	0.8094285749529189	2	2	2	2	2	False	60033	fragment	False	ENG0106_000000018630	0.9724933451641526		0	0	False	False	0.9723707437515259	0					non-mobilizable	other	1122.0	98.93	100.0	0.005866008027168879	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0175_000000008277	1395	0.8094241294657947	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.07686478054718723		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	98.781	100.0	0.010635938921725301	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
USA0012_01_000000000479	17273	0.8094190478498701	16	11	5	11	6	True	91674	fragment	False	USA0023_01_000000001684	0.9138139347563432		0	0	False	False	1.0	0					non-mobilizable	other	17292.0	90.88	99.0	0.40809232151725117	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ISR0006_000000004389	4306	0.8094175569167066	4	4	4	4	3	True	103035	maximal	True	ISR0006_000000004389	1.0		1	1	False	False	0.9995355606079102	0					non-mobilizable	no_good_hit	3444.0	81.475	80.0	0.9985456660849331	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	True	True
FIJ0047_000000016855	1830	0.8094129344687825	3	3	3	3	3	False	71395	fragment	False	ISR0213_000000014530	0.8796657444224841		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	99.344	100.0	0.007016049837353465	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0292_000000018892	1107	0.8094007554075285	2	2	1	2	1	False	25857	fragment	False	ISR0292_000000018892	1.0		0	0	False	False	0.989159882068634	0					non-mobilizable	no_good_hit	568.0	82.74600000000001	51.0	0.0005397862676076558	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
FIJ0067_000000002350	13085	0.8093959397054638	16	10	6	6	9	False	125581	fragment	False	ISR0004_000000001014	0.45985881779623156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0003_000000012104	1966	0.8093915853042224	2	2	1	2	1	False	52187	fragment	False	FIJ0003_000000012104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	87.273	17.0	0.0005249352207599914	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
USA0091_01_000000006786	1551	0.8093909876015086	2	2	2	2	1	False	5502	fragment	False	USA0091_01_000000006786	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	99.03299999999999	100.0	0.023167177341005905	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MAD0088_000000003679	5044	0.8093876801111982	7	6	4	6	5	False	41397	maximal	True	MAD0088_000000003679	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	3241.0	98.55	100.0	0.0006399450583754761	CP051219.1	enterobacteria	Escherichia coli strain SFE8 chromosome, complete genome	False	False
ISR0392_000000027501	1283	0.8093868571918705	2	2	2	2	1	False	22794	maximal	True	ISR0392_000000027501	1.0		17	6	False	False	0.9773967266082764	0					non-mobilizable	no_good_hit	1132.0	75.795	88.0	0.004053127368535027	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0069_01_000000010569	5782	0.8093855727185993	9	3	1	3	2	True	809	fragment	False	USA0069_01_000000010569	1.0		0	0	False	False	0.9989622831344604	0					non-mobilizable	no_good_hit								True	True
MON0060_000000002105	10574	0.8093841102046628	15	3	2	3	1	True	10908	fragment	False	MON0060_000000002105	1.0		0	0	False	False	0.9999054074287415	0					non-mobilizable	no_good_hit	74.0	94.595	1.0	0.0702970297029703	NZ_LN868529.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	True
USA0133_01_000000007458	3354	0.8093814544701325	2	2	0	2	2	False	117710	maximal	True	USA0133_01_000000007458	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1514.0	92.867	45.0	0.012180876346381587	NZ_JAATLI010000016.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_16, whole genome shotgun sequence	True	True
FIJ0012_000000012403	1958	0.8093727091849847	5	4	2	3	4	False	97986	fragment	False	FIJ0012_000000012403	0.9748031496062992		0	0	False	False	1.0	0					non-mobilizable	plasmid	1959.0	99.336	100.0	0.026251223403542173	CP057501.1	enterobacteria	Escherichia coli strain RHB24-C09 plasmid pRHB24-C09_2, complete sequence	False	True
ISR0154_000000013912	1503	0.8093700775490237	2	2	2	2	1	False	85629	fragment	False	ISR0258_000000017778	0.7708897712033042		0	0	False	False	0.9993346929550171	0					non-mobilizable	other	1503.0	99.93299999999999	100.0	0.0027272991385947328	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0045_000000015821	1495	0.8093700775490237	2	2	2	2	1	False	85629	fragment	False	ISR0258_000000017778	0.7649793457737653		0	0	False	False	0.9772575497627258	0					non-mobilizable	other	1495.0	99.666	100.0	0.002712772911491698	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0033_000000040221	1489	0.8093674096208598	3	3	3	3	2	False	84186	fragment	False	MON0033_000000040221	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	99.351	100.0	0.0003418475876279499	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0188_000000005737	4655	0.8093669318034742	5	3	2	3	2	True	114342	maximal	True	ENG0188_000000005737	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	86.501	45.0	0.0020073729134299522	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0853_000000009496	1873	0.8093647951057178	3	3	3	3	2	False	86133	fragment	False	FIJ0101_000000012775	0.4649693374909244		0	0	False	False	1.0	0					non-mobilizable	chromosome	1882.0	98.831	100.0	0.000663752647864929	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0124_000000002746	8620	0.8093606683695777	8	5	3	4	1	False	74084	maximal	True	FIJ0124_000000002746	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	1.0	0.011141678129298487	NZ_JXQL01000048.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig48, whole genome shotgun sequence	True	False
ISR0164_000000017043	1635	0.8093599725197622	2	2	2	2	2	False	30283	fragment	False	ISR0164_000000017043	1.0		0	0	False	False	0.9840978384017944	0					non-mobilizable	no_good_hit	455.0	77.143	38.0	0.00013380549410746946	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
CHI0055_000000008000	2054	0.8093588997793467	3	3	3	2	2	False	86223	maximal	True	CHI0055_000000008000	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	99.34899999999999	45.0	0.998914223669924	NZ_JH604972.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld538, whole genome shotgun sequence	True	False
FIJ0020_000000000622	22456	0.8093573279003541	24	16	8	16	11	True	51823	maximal	True	FIJ0020_000000000622	0.9982097351573328		7	1	True	True	1.0	5					non-mobilizable	no_good_hit	394.0	78.934	2.0	0.02076737322243091	NZ_FNQG01000019.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	True
FIJ0027_000000000540	22456	0.8093573279003541	25	16	8	16	11	True	51823	maximal	False	FIJ0020_000000000622	0.9981869890976774		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	394.0	78.934	2.0	0.02076737322243091	NZ_FNQG01000019.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	True
FIJ0006_000000001012	22456	0.8093573279003541	25	16	8	16	11	True	51823	maximal	False	FIJ0020_000000000622	0.9982094658361437		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	394.0	78.934	2.0	0.02076737322243091	NZ_FNQG01000019.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	True
ISR0217_000000016972	1334	0.8093549545830641	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.13306608530030398		0	0	False	False	0.9985007643699646	0					non-mobilizable	other	1325.0	97.962	99.0	0.0003673959044937268	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0059_000000013115	1888	0.8093502813218841	3	3	3	2	2	False	114361	fragment	False	ISR0196_000000008430	0.5492420815162189		0	0	False	False	0.9989407062530518	0					non-mobilizable	other	1898.0	81.612	100.0	0.003021104550368802	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0105_000000014300	1568	0.8093499078581199	2	2	1	2	1	False	60149	fragment	False	ENG0105_000000014300	1.0		0	0	False	False	0.9929847121238708	0					non-mobilizable	no_good_hit	201.0	77.11399999999999	13.0	0.0007784292939763655	NZ_MCGI01000008.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000008, whole genome shotgun sequence	True	False
CHI0116_000000000636	25639	0.8093495951716122	25	17	11	14	12	True	92552	fragment	False	CHI0116_000000000636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7250.0	94.662	78.0	0.15903047882743315	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
ISR0055_000000009491	1637	0.8093445587558813	2	2	2	2	2	False	75836	fragment	False	ENG0010_000000012869	0.27358490566037735		0	0	False	False	0.9816737771034241	0					non-mobilizable	other	1505.0	98.538	92.0	0.005769348800098202	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0816_000000007549	5714	0.8093406142688297	6	4	4	4	3	False	74115	maximal	True	ISR0816_000000007549	1.0		1	1	False	False	0.998249888420105	0					non-mobilizable	no_good_hit	1804.0	80.876	32.0	0.005487511495757989	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
ETH0002_000000010402	2607	0.8093252343402504	5	4	4	2	3	False	53351	maximal	True	ETH0002_000000010402	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	78.333	5.0	0.0001429192590968714	NZ_FOZL01000002.1	bacteria	Granulicella pectinivorans strain DSM 21001, whole genome shotgun sequence	True	False
FIJ0041_000000004217	7924	0.8093239710211245	10	8	5	6	5	True	47427	maximal	True	FIJ0041_000000004217	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0149_000000001511	11345	0.8093218216049621	11	7	5	6	6	True	105465	fragment	False	MON0108_000000000954	0.6518123935085602		0	0	False	True	1.0	0					non-mobilizable	chromosome	11345.0	100.0	100.0	0.002139310125288441	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
AST0024_000000026418	1368	0.8093209613837031	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.35100348313258806		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	96.93	100.0	0.014383266169337444	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
ISR0232_000000023966	1243	0.8093188283312348	2	1	1	1	1	False	27417	fragment	False	ISR0232_000000023966	1.0		0	0	False	False	0.962992787361145	0					non-mobilizable	no_good_hit	154.0	90.90899999999999	12.0	4.546320837173369e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0305_000000004954	3282	0.8093176505684001	6	3	2	1	3	False	113735	fragment	False	ISR0817_000000003042	0.44686461310468933		0	0	False	False	0.9957343339920044	0					non-mobilizable	other	2025.0	90.71600000000001	95.0	0.0008871898568725592	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0004_000000035584	1320	0.8093136382438825	2	2	0	2	0	True	14190	maximal	True	MON0004_000000035584	1.0		0	0	False	False	0.9909090995788574	0					non-mobilizable	no_good_hit								True	True
MON0090_000000047757	1302	0.8093136382438825	3	2	0	2	0	False	9524	maximal	True	MON0090_000000047757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0064_000000011879	2253	0.8093135176408804	5	4	2	2	3	True	55058	fragment	False	ENG0185_000000008777	0.9496253122398002		0	0	False	False	0.9915667772293091	0					non-mobilizable	plasmid	2208.0	98.098	98.0	0.024422106102205295	CP032516.1	enterobacteria	Escherichia coli strain 118UI plasmid pEco118UIb, complete sequence	False	True
MON0025_000000011091	3160	0.8093134129501344	3	2	2	2	1	False	34854	fragment	False	ISR0072_000000008946	0.8745238842026941		0	0	False	False	0.9962025284767151	0					non-mobilizable	no_good_hit	48.0	97.917	2.0	1.314276877870961e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0109_000000010991	3134	0.8093134129501344	3	2	2	2	1	False	34854	fragment	False	ISR0072_000000008946	0.8716942450704387		0	0	False	False	0.9996809363365173	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	2.0	1.4261302291791279e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0139_000000003868	4610	0.8093083706923904	6	5	3	4	4	True	57878	fragment	False	ENG0139_000000003868	1.0		0	0	False	False	0.9995661377906799	0					non-mobilizable	no_good_hit	102.0	85.294	2.0	0.015346838551258441	NZ_FMPG01000025.1	firmicutes	Staphylococcus caeli strain 82B, whole genome shotgun sequence	True	True
ENG0010_000000009702	2181	0.8093068241824315	3	2	2	1	2	False	67276	maximal	False	SPA0060_000000006927	0.9858484216510446		0	0	False	False	0.9990829825401306	0					non-mobilizable	no_good_hit	95.0	82.105	4.0	1.9944793668964894e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
MON0049_000000004963	4108	0.8093063327500668	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.37031399635706963		0	0	False	False	1.0	0					non-mobilizable	other	4118.0	91.865	100.0	0.001275503061518446	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0031_000000016351	1967	0.8093024845848643	4	3	2	1	2	False	92079	fragment	False	DEN0056_000000001140	0.9109576437790908		0	0	False	False	1.0	0					non-mobilizable	other	1968.0	90.14200000000001	100.0	0.004139770448148585	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
DEN0001_000000022642	1921	0.8093024845848643	4	3	2	1	2	False	92079	fragment	False	DEN0056_000000001140	0.6175224538213863		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	89.181	99.0	0.013816211591929849	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0010_000000017879	1229	0.8092999096264598	2	2	2	2	1	False	67249	fragment	False	ENG0010_000000017879	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	93.639	100.0	0.0005376462972429585	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0062_000000011147	3599	0.8092951586865829	5	3	2	2	3	False	89195	fragment	False	ENG0162_000000006814	0.9541182974018795		0	0	False	False	0.9897193908691406	0					non-mobilizable	no_good_hit	2959.0	92.869	82.0	0.0005714406285382328	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0034_000000006673	3017	0.8092951586865829	4	3	2	2	3	False	89194	fragment	False	ISR0034_000000006673	1.0		0	0	False	False	0.9986741542816162	0					non-mobilizable	other	2924.0	95.212	98.0	0.005364932947518397	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
ENG0183_000000009172	3009	0.8092951586865829	4	3	2	2	3	False	89194	fragment	False	ISR0034_000000006673	0.9986741796486576		0	0	False	False	0.9996676445007324	0					non-mobilizable	other	2924.0	95.212	98.0	0.005364932947518397	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
ISR0344_000000019275	1776	0.8092928077262921	2	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.19661465733246292		0	0	False	False	0.9983108043670654	0					non-mobilizable	other	1776.0	99.493	100.0	0.008756092267013951	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0011_000000009261	2861	0.8092892874449726	4	3	3	2	2	False	131837	fragment	False	ISR0011_000000009261	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2590.0	92.39399999999999	90.0	0.017271087958324986	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
USA0084_01_000000026680	1179	0.8092841456934108	2	1	1	1	1	False	456	fragment	False	USA0084_01_000000026680	1.0		0	0	False	False	0.93638676404953	0					non-mobilizable	other	1195.0	75.39699999999999	100.0	0.00601118762947467	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0112_000000004255	6063	0.8092833663321349	6	2	2	2	1	False	59700	maximal	True	ENG0112_000000004255	1.0		0	0	False	False	0.9993402361869812	0					non-mobilizable	other	4120.0	99.78200000000001	90.0	0.02658465589683682	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	False
ENG0109_000000008913	2782	0.8092820182071098	3	3	2	3	1	False	121272	fragment	False	ENG0109_000000008913	1.0		0	0	False	True	0.985262393951416	0					non-mobilizable	no_good_hit	1522.0	97.04299999999999	57.0	0.00031405432354661547	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
MAD0027_000000006308	1875	0.8092808645517431	2	2	2	2	2	False	19045	maximal	True	MAD0027_000000006308	1.0		4	1	False	False	1.0	0					non-mobilizable	plasmid	1902.0	87.22399999999999	100.0	0.01848512173128945	CP043218.1	enterobacteria	Escherichia coli O80:H26 strain EC-107 plasmid pET6.1-IncY, complete sequence	False	True
ISR0372_000000004392	3551	0.8092795526835782	5	5	3	3	4	False	122185	fragment	False	MAD0021_000000003876	0.9341151179631787		0	0	False	False	0.9901435971260071	0					non-mobilizable	other	3321.0	97.92200000000001	100.0	0.0009932126974417964	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0090_000000017485	2469	0.8092623814534564	4	4	2	4	3	False	59137	maximal	False	MAD0089_000000009179	0.9583003536998416		0	0	False	False	0.9939246773719788	0					non-mobilizable	no_good_hit	1492.0	81.76899999999999	59.0	0.00041534294760829356	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0109_000000015033	2156	0.8092589072081393	2	2	2	2	2	False	32749	fragment	False	ISR0109_000000015033	1.0		0	0	False	False	0.9935064911842346	0					non-mobilizable	no_good_hit	405.0	71.605	18.0	0.0001274027615270617	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
SPA0106_000000030030	1264	0.8092553211360484	2	2	2	2	2	False	45748	fragment	False	ISR0377_000000012444	0.7630599417518961		0	0	False	False	0.9960442781448364	0					non-mobilizable	other	1264.0	99.84200000000001	100.0	0.04552007496576083	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
SPA0117_000000016504	2292	0.8092446773526986	3	3	3	3	3	False	67135	fragment	False	SPA0117_000000016504	1.0		0	0	False	False	0.9904013872146606	0					non-mobilizable	no_good_hit	1100.0	85.63600000000001	70.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0036_01_000000007419	5231	0.8092392622678282	8	5	3	2	4	True	99693	fragment	False	USA0036_01_000000007419	0.9999037165414981		0	0	False	False	1.0	0					non-mobilizable	plasmid	5231.0	99.962	100.0	0.16884039256198347	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0141_000000005525	5193	0.8092392622678282	8	5	3	2	4	True	99693	fragment	False	USA0036_01_000000007419	0.9962722232842669		0	0	False	False	1.0	0					non-mobilizable	plasmid	5193.0	99.98100000000001	100.0	0.16761363636363635	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0029_000000010146	2997	0.8092365343525647	7	1	0	0	1	False	118351	fragment	False	AST0029_000000010146	1.0		0	0	False	False	0.992659330368042	0					non-mobilizable	no_good_hit	1962.0	92.25299999999999	65.0	0.0025295207597600894	NZ_FMIZ01000006.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
FIJ0144_000000011309	2782	0.8092365343525647	5	1	0	0	1	False	43015	maximal	True	FIJ0144_000000011309	1.0	PS147	1	1	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
ISR0139_000000009416	2659	0.8092365343525647	6	1	0	0	1	False	53721	maximal	True	ISR0139_000000009416	1.0	PS231	2	1	True	True	1.0	33					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.121089779930633e-07	LR031571.1	eudicots	Brassica rapa genome, scaffold: A01	True	True
AST0002_000000014415	2539	0.8092365343525647	3	1	0	0	1	False	131918	maximal	True	AST0002_000000014415	1.0		1	1	True	True	1.0	196					non-mobilizable	no_good_hit	1069.0	79.42	58.0	0.38770250368188514	HG796803.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00067	True	True
MON0033_000000025886	2458	0.8092365343525647	2	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.9932448583563097		0	0	True	True	0.9995931386947632	11					non-mobilizable	no_good_hit	135.0	94.815	5.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0024_000000009525	2456	0.8092365343525647	2	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.995605864572252		0	0	True	True	1.0	129					non-mobilizable	no_good_hit	135.0	94.815	5.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0201_000000012475	2440	0.8092365343525647	2	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.9898926500776303		0	0	True	True	1.0	78					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ETH0002_000000011012	2439	0.8092365343525647	2	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.9804556813572982		0	0	True	True	1.0	33					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0035_000000004959	2436	0.8092365343525647	4	1	0	0	1	False	81944	maximal	True	FIJ0035_000000004959	0.9959443603861432		10	6	True	True	0.9979474544525146	4					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
MAD0044_000000009986	2436	0.8092365343525647	4	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.9954705902676725		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	135.0	94.074	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0041_000000014104	2419	0.8092365343525647	3	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.995508870083925		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0070_000000008083	2396	0.8092365343525647	3	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.9958975414331005		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0120_000000005886	2396	0.8092365343525647	3	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.9958783157536995		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0022_000000010663	2396	0.8092365343525647	3	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.9958975414331005		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0054_000000011080	2380	0.8092365343525647	3	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.9897047739562694		0	0	True	True	1.0	48					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0096_000000015124	2365	0.8092365343525647	5	1	0	0	1	False	43014	backbone	True	FIJ0096_000000015124	1.0	PS147	1	1	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
MAD0045_000000016896	2349	0.8092365343525647	3	1	0	0	1	False	17865	maximal	True	MAD0045_000000016896	1.0		1	1	True	True	1.0	535					non-mobilizable	no_good_hit	169.0	85.20700000000001	7.0	0.054071876030333005	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
CHI0119_000000004748	2348	0.8092365343525647	2	1	0	0	1	False	81944	maximal	False	FIJ0035_000000004959	0.9924753285094235		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	135.0	94.815	6.0	0.050671785028790786	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0056_000000015033	2343	0.8092365343525647	4	1	0	0	1	False	65167	maximal	True	SPA0056_000000015033	1.0		2	2	True	True	1.0	64					non-mobilizable	no_good_hit	511.0	85.323	27.0	0.15384615384615385	LN852927.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0254	True	True
SPA0029_000000011219	2342	0.8092365343525647	5	1	0	0	1	False	7382	maximal	False	SPA0124_000000011820	0.9314453602033421		0	0	True	True	1.0	240					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.013420089467263115	LN852787.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0096	True	True
FIJ0154_000000016086	2329	0.8092365343525647	4	1	0	0	1	False	126290	backbone	False	MON0024_000000020480	0.0994672165927862	PS953	0	0	True	True	1.0	3					non-mobilizable	other	1892.0	88.266	100.0	0.7804068078040681	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0080_000000011294	2316	0.8092365343525647	4	1	0	0	1	False	61746	maximal	True	ENG0080_000000011294	1.0		1	1	True	True	0.9814335107803345	12					non-mobilizable	no_good_hit								True	True
AST0061_000000018424	2283	0.8092365343525647	3	1	0	0	1	False	112023	maximal	True	AST0061_000000018424	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ISR0221_000000010103	2277	0.8092365343525647	3	1	0	0	1	False	27954	maximal	True	ISR0221_000000010103	1.0		1	1	True	True	1.0	54					non-mobilizable	no_good_hit	402.0	79.602	25.0	0.14469808541973492	HG796803.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00067	True	True
ENG0210_000000010691	2277	0.8092365343525647	3	1	0	0	1	False	53720	backbone	True	ENG0210_000000010691	1.0	PS231	1	1	True	True	0.9991216659545898	9					non-mobilizable	no_good_hit								True	True
ENG0055_000000008641	2235	0.8092365343525647	4	1	0	0	1	False	126290	backbone	False	MON0024_000000020480	0.08725822537477003	PS953	0	0	True	True	1.0	76					non-mobilizable	other	2113.0	87.175	100.0	0.8692403486924035	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
CHI0167_000000009181	2209	0.8092365343525647	4	1	0	0	1	False	78181	maximal	False	ISR0077_000000015534	0.9870766488413547		0	0	True	True	0.9968311190605164	12					non-mobilizable	no_good_hit								True	True
TAN0008_000000008599	2200	0.8092365343525647	3	1	0	0	1	False	7830	maximal	True	TAN0008_000000008599	1.0	PS23	1	1	True	True	1.0	19					non-mobilizable	no_good_hit	1266.0	80.253	87.0	0.659674882013634	LN852977.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0305	True	True
ISR0330_000000013466	2191	0.8092365343525647	3	1	0	0	1	False	24664	maximal	True	ISR0330_000000013466	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	936.0	85.684	43.0	0.18328416912487708	NZ_WNAJ01000065.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold65_size5163, whole genome shotgun sequence	True	False
ISR0077_000000015534	2172	0.8092365343525647	3	1	0	0	1	False	78181	maximal	True	ISR0077_000000015534	0.9870996441281139		5	2	True	True	1.0	44					non-mobilizable	no_good_hit								True	True
FIJ0041_000000017012	2166	0.8092365343525647	2	1	0	0	1	False	47388	maximal	True	FIJ0041_000000017012	1.0		1	1	False	False	0.9939981698989868	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000015455	2038	0.8092365343525647	3	1	0	0	1	False	6725	maximal	True	SPA0046_000000015455	1.0		2	2	True	True	1.0	372					non-mobilizable	no_good_hit								True	True
ISR0010_000000010258	2029	0.8092365343525647	3	1	0	0	1	False	38305	maximal	True	ISR0010_000000010258	1.0	PS23	2	1	True	True	1.0	24					non-mobilizable	no_good_hit	1101.0	82.47	71.0	0.5742003146303094	LN852977.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0305	True	True
SPA0127_000000014538	2019	0.8092365343525647	2	1	0	0	1	False	64227	maximal	False	ENG0183_000000014990	0.96916580862452		0	0	True	True	1.0	30					non-mobilizable	plasmid	1274.0	84.615	95.0	0.6885698509110988	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
ISR0195_000000010562	2006	0.8092365343525647	3	1	0	0	1	False	90103	maximal	False	CHI0012_000000003132	0.9675518332389611		0	0	True	True	0.990528404712677	9					non-mobilizable	plasmid	1514.0	100.0	100.0	0.7933927635028841	LN852977.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0305	False	True
ENG0048_000000013459	1976	0.8092365343525647	2	1	0	0	1	False	64227	maximal	False	ENG0183_000000014990	0.9797757135806207		0	0	True	True	1.0	75					non-mobilizable	plasmid	1274.0	84.929	95.0	0.6885698509110988	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
MAD0088_000000012678	1969	0.8092365343525647	3	1	0	0	1	False	90103	maximal	False	CHI0012_000000003132	0.9442755389350482		0	0	True	True	0.9984763860702515	4					non-mobilizable	plasmid	1131.0	96.64	92.0	0.5925537493445202	LN852977.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0305	False	True
ENG0139_000000010479	1956	0.8092365343525647	2	1	0	0	1	False	64227	maximal	False	ENG0183_000000014990	0.9652546251092685		0	0	True	True	1.0	109					non-mobilizable	plasmid	1224.0	84.395	97.0	0.6615129762562121	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
ISR0217_000000012057	1951	0.8092365343525647	2	1	0	0	1	False	28093	maximal	True	ISR0217_000000012057	1.0		1	1	True	True	1.0	77					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.01586042823156225	HG796400.1	bacteria	Uncultured bacterium plasmid pRGI00937	True	True
CHI0012_000000003132	1946	0.8092365343525647	3	1	0	0	1	False	90103	maximal	True	CHI0012_000000003132	0.9678227755776384		3	2	True	True	0.9994861483573914	35					non-mobilizable	plasmid	1677.0	99.821	100.0	0.8788673308862087	LN852977.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0305	False	True
ENG0183_000000014990	1936	0.8092365343525647	2	1	0	0	1	False	64227	maximal	True	ENG0183_000000014990	0.9837693471497152		7	4	True	True	1.0	32					non-mobilizable	plasmid	1274.0	84.929	97.0	0.6885698509110988	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
ENG0159_000000011850	1936	0.8092365343525647	2	1	0	0	1	False	64227	maximal	False	ENG0183_000000014990	0.9807929691055959		0	0	True	True	0.9989669322967529	29					non-mobilizable	plasmid	1272.0	84.906	97.0	0.6874654886802871	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
ISR0161_000000016013	1924	0.8092365343525647	4	1	0	0	1	False	30396	maximal	True	ISR0161_000000016013	1.0		2	2	False	False	0.9953222274780273	0					non-mobilizable	no_good_hit	108.0	82.40700000000001	6.0	0.04525862068965517	LN852796.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0106	True	False
ETH0003_000000021196	1911	0.8092365343525647	2	1	0	0	1	False	53511	maximal	True	ETH0003_000000021196	0.9971860297933969		8	4	True	True	0.9973835945129395	59					non-mobilizable	plasmid	1173.0	99.40299999999999	100.0	0.6471562672556599	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
ISR0344_000000017798	1910	0.8092365343525647	3	1	0	0	1	False	24261	maximal	True	ISR0344_000000017798	1.0		4	3	True	True	0.999476432800293	14					non-mobilizable	no_good_hit	59.0	93.22	3.0	0.03670315518351577	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
ISR0378_000000015365	1906	0.8092365343525647	3	1	0	0	1	False	23271	maximal	True	ISR0378_000000015365	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
ISR0026_000000011890	1893	0.8092365343525647	3	1	0	0	1	False	53511	maximal	False	ETH0003_000000021196	0.9966460888882335		0	0	True	True	1.0	161					non-mobilizable	plasmid	993.0	99.396	100.0	0.5472114853672004	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
FIJ0016_000000009738	1891	0.8092365343525647	3	1	0	0	1	False	53511	maximal	False	ETH0003_000000021196	0.996030397295782		0	0	True	True	1.0	2					non-mobilizable	plasmid	990.0	99.596	100.0	0.5461071231363888	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
MON0041_000000034831	1890	0.8092365343525647	2	1	0	0	1	False	53511	maximal	False	ETH0003_000000021196	0.9963354725698645		0	0	True	True	0.9994708895683289	8					non-mobilizable	plasmid	1282.0	99.68799999999999	100.0	0.7073440088348979	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
SPA0017_000000006650	1884	0.8092365343525647	2	1	0	0	1	False	7829	backbone	True	SPA0017_000000006650	1.0	PS23	3	3	True	True	0.9984076619148254	51					non-mobilizable	no_good_hit	1065.0	83.005	80.0	0.5547981122181437	LN852977.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0305	True	True
MON0009_000000020088	1875	0.8092365343525647	3	1	0	0	1	False	64227	maximal	False	ENG0183_000000014990	0.9537160282409891		0	0	True	True	0.9893333315849304	3					non-mobilizable	plasmid	1302.0	87.788	99.0	0.7117614577581447	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
DEN0073_000000028336	1863	0.8092365343525647	2	1	0	0	1	False	70145	fragment	False	DEN0073_000000028336	1.0		0	0	False	False	0.9994632601737976	0					non-mobilizable	other	1841.0	99.891	99.0	0.0007150607335279542	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
MON0080_000000029321	1855	0.8092365343525647	3	1	0	0	1	False	64227	maximal	False	ENG0183_000000014990	0.9538700295663032		0	0	True	True	1.0	21					non-mobilizable	plasmid	1031.0	87.1	99.0	0.5648812810601878	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
ISR0804_000000010398	1854	0.8092365343525647	2	1	0	0	1	False	64227	maximal	False	ENG0183_000000014990	0.8354930076401852		0	0	True	True	1.0	40					non-mobilizable	plasmid	1279.0	89.523	99.0	0.7001656543346217	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
ETH0001_000000017494	1851	0.8092365343525647	2	1	0	0	1	False	53511	maximal	False	ETH0003_000000021196	0.997098552035953		0	0	True	True	1.0	7					non-mobilizable	plasmid	1201.0	99.417	100.0	0.6626173384870238	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
ISR0083_000000014596	1831	0.8092365343525647	2	1	0	0	1	False	34100	maximal	True	ISR0083_000000014596	1.0		2	1	True	True	1.0	5					non-mobilizable	no_good_hit	766.0	93.603	85.0	0.44756883421206795	LN853420.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0813	True	True
MON0021_000000016346	1825	0.8092365343525647	2	1	0	0	1	False	13063	fragment	False	MON0021_000000016346	1.0		0	0	False	False	0.993424654006958	0					non-mobilizable	other	1574.0	87.484	100.0	0.6488169364881694	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
TAN0003_000000005149	1814	0.8092365343525647	3	1	0	0	1	False	52731	maximal	True	TAN0003_000000005149	0.9856981654953827		6	1	True	True	1.0	24					non-mobilizable	no_good_hit	633.0	96.682	59.0	0.37024018746338605	LN853420.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0813	True	True
TAN0020_000000003745	1814	0.8092365343525647	2	1	0	0	1	False	52731	maximal	False	TAN0003_000000005149	0.9856884374264923		0	0	True	True	1.0	83					non-mobilizable	no_good_hit	633.0	96.682	61.0	0.37024018746338605	LN853420.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0813	True	True
TAN0002_000000022264	1814	0.8092365343525647	2	1	0	0	1	False	52731	maximal	False	TAN0003_000000005149	0.9853048321925229		0	0	True	True	1.0	95					non-mobilizable	no_good_hit	633.0	96.682	56.0	0.37024018746338605	LN853420.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0813	True	True
CHI0001_000000005033	1800	0.8092365343525647	3	1	0	0	1	False	91075	maximal	True	CHI0001_000000005033	1.0		1	1	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit	83.0	93.976	5.0	0.03147792706333973	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	False
TAN0007_000000022517	1799	0.8092365343525647	3	1	0	0	1	False	52731	maximal	False	TAN0003_000000005149	0.9734499988647004		0	0	True	True	1.0	59					non-mobilizable	no_good_hit	633.0	96.524	56.0	0.37024018746338605	LN853420.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0813	True	True
DEN0062_000000011445	1790	0.8092365343525647	3	1	0	0	1	False	71703	fragment	False	DEN0062_000000011445	1.0		0	0	False	False	0.9994413256645203	0					non-mobilizable	no_good_hit	1068.0	79.869	59.0	0.38770250368188514	HG796803.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00067	True	False
MON0060_000000023105	1780	0.8092365343525647	2	1	0	0	1	False	10886	fragment	False	MON0060_000000023105	1.0		0	0	False	False	0.9955056309700012	0					non-mobilizable	other	1762.0	87.45700000000001	99.0	0.7256122872561229	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
ETH0005_000000026326	1778	0.8092365343525647	2	1	0	0	1	False	52731	maximal	False	TAN0003_000000005149	0.9648192696980769		0	0	True	True	0.9859392642974854	8					non-mobilizable	no_good_hit	632.0	96.51899999999999	59.0	0.36965436438195665	LN853420.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0813	True	True
ISR0820_000000014270	1744	0.8092365343525647	3	1	0	0	1	False	21276	fragment	False	ISR0820_000000014270	1.0		0	0	False	False	0.9994266033172607	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000015178	1714	0.8092365343525647	2	1	0	0	1	False	64930	maximal	True	ENG0039_000000015178	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
FIJ0161_000000010090	1690	0.8092365343525647	2	1	0	0	1	False	39277	maximal	True	FIJ0161_000000010090	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000024821	1676	0.8092365343525647	2	1	0	0	1	False	69213	maximal	True	DEN0082_000000024821	1.0		1	1	True	True	1.0	263					non-mobilizable	no_good_hit								True	True
MAD0044_000000014873	1671	0.8092365343525647	3	1	0	0	1	False	18022	fragment	False	MAD0044_000000014873	0.9595080983803239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000015701	1667	0.8092365343525647	2	1	0	0	1	False	18022	fragment	False	MAD0044_000000014873	0.9593058049072412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0180_000000007870	1666	0.8092365343525647	3	1	0	0	1	False	77477	maximal	True	CHI0180_000000007870	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	1066.0	78.143	64.0	0.5521761929732564	LN852977.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0305	True	True
ISR0225_000000013162	1598	0.8092365343525647	2	1	0	0	1	False	27675	maximal	True	ISR0225_000000013162	1.0		1	1	False	False	0.9937421679496765	0					non-mobilizable	no_good_hit	1102.0	78.221	68.0	0.4337827121332276	HG796399.1	bacteria	Uncultured bacterium plasmid pRGI00936	True	False
MAD0055_000000005951	1562	0.8092365343525647	3	1	0	0	1	False	17102	fragment	False	MAD0055_000000005951	1.0		0	0	False	False	0.9987195730209351	0					non-mobilizable	plasmid	1159.0	96.635	90.0	0.6072364971158888	LN852977.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0305	False	True
ISR0071_000000005384	1481	0.8092365343525647	3	1	0	0	1	False	34875	maximal	True	ISR0071_000000005384	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	1034.0	81.044	69.0	0.5369690613529103	LN852977.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0305	True	True
ENG0037_000000024166	1481	0.8092365343525647	2	1	0	0	1	False	65166	fragment	False	ENG0037_000000024166	1.0		0	0	False	False	0.993923008441925	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.226938330031612e-07	CP032251.1	eudicots	Gossypioides kirkii chromosome KI_09	True	False
FIJ0073_000000012812	1442	0.8092365343525647	2	1	0	0	1	False	72001	fragment	False	MAD0074_000000003243	0.6120290812954395		0	0	False	False	0.9958391189575195	0					non-mobilizable	plasmid	1420.0	89.296	98.0	0.6174259177355153	HG796820.1	bacteria	Uncultured bacterium plasmid pRGF00116	False	True
TAN0002_000000029469	1426	0.8092365343525647	1	1	0	0	1	False	18099	fragment	False	TAN0002_000000029469	1.0		0	0	False	False	0.9775596261024475	0					non-mobilizable	chromosome	1402.0	97.50399999999999	98.0	0.00041433743771240715	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
USA0026_01_000000023663	1374	0.8092365343525647	2	1	0	0	1	False	1617	maximal	True	USA0026_01_000000023663	1.0		4	3	False	False	0.9803493618965149	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0002601795238714713	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0097_000000015561	1351	0.8092365343525647	3	1	0	0	1	False	108943	fragment	False	AST0097_000000015561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	93.86200000000001	95.0	0.0016605225610267867	NZ_FMIZ01000006.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	False
USA0078_01_000000013194	1323	0.8092365343525647	2	1	0	0	1	False	62317	fragment	False	USA0078_01_000000013194	0.9561737804878049		0	0	False	False	1.0	0					non-mobilizable	other	955.0	96.126	100.0	0.3960149439601494	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
ENG0070_000000019952	1312	0.8092365343525647	2	1	0	0	1	False	62317	fragment	False	USA0078_01_000000013194	0.9523809523809523		0	0	False	False	1.0	0					non-mobilizable	plasmid	1177.0	96.51700000000001	100.0	0.5201238390092879	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
SPA0150_000000016090	1308	0.8092365343525647	1	1	0	0	1	False	3254	maximal	True	SPA0150_000000016090	1.0		1	1	False	False	0.9954128265380859	0					non-mobilizable	no_good_hit	110.0	98.182	8.0	0.004654141759180188	NZ_PYLQ01000030.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_29, whole genome shotgun sequence	True	False
USA0034_01_000000039752	1295	0.8092365343525647	2	1	0	0	1	False	113325	fragment	False	USA0034_01_000000039752	1.0		0	0	False	False	0.9969111680984497	0					non-mobilizable	no_good_hit	899.0	78.865	69.0	0.0020238255316530414	MN577573.1	firmicutes	Uncultured Firmicutes bacterium isolate LL40 clone UCI_5 genomic sequence	True	False
ENG0146_000000017233	1288	0.8092365343525647	1	1	0	0	1	False	57397	fragment	False	ENG0146_000000017233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	95.005	85.0	0.00032578354645007	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0042_000000020158	1249	0.8092365343525647	1	1	0	0	1	False	18098	fragment	False	MAD0042_000000020158	1.0		0	0	False	False	0.9799839854240417	0					non-mobilizable	chromosome	1204.0	96.179	96.0	0.00035628873307221287	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
SPA0095_000000015520	1219	0.8092365343525647	2	1	0	0	1	False	5188	maximal	True	SPA0095_000000015520	1.0		3	1	False	False	1.0	0					non-mobilizable	chromosome	1140.0	99.912	100.0	0.0003008828097118314	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
DEN0078_000000029410	1209	0.8092365343525647	3	1	0	0	1	False	69682	fragment	False	DEN0078_000000029410	1.0		0	0	False	False	0.977667510509491	0					non-mobilizable	other	1209.0	93.135	100.0	0.0015585153430476915	NZ_FMIZ01000006.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	False
ISR0183_000000025638	1188	0.8092365343525647	1	1	0	0	1	False	29438	fragment	False	ISR0183_000000025638	1.0		0	0	False	False	0.9873737096786499	0					non-mobilizable	plasmid	638.0	99.68700000000001	100.0	0.35173937051352844	HG796449.1	bacteria	Uncultured bacterium plasmid pRGI01289	False	True
AST0055_000000031501	1169	0.8092365343525647	2	1	0	0	1	False	113324	fragment	False	AST0055_000000031501	1.0		0	0	False	False	0.9546620845794678	0					non-mobilizable	no_good_hit	777.0	79.794	66.0	0.0017548937605550022	MN577573.1	firmicutes	Uncultured Firmicutes bacterium isolate LL40 clone UCI_5 genomic sequence	True	False
FIJ0109_000000020619	1150	0.8092365343525647	2	1	0	0	1	False	42128	maximal	True	FIJ0109_000000020619	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0139_000000020523	1130	0.8092365343525647	2	1	0	0	1	False	57813	fragment	False	ENG0139_000000020523	1.0		0	0	False	False	0.9761061668395996	0					non-mobilizable	no_good_hit								True	False
USA0032_01_000000018506	1100	0.8092365343525647	1	1	0	0	1	False	1487	maximal	True	USA0032_01_000000018506	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	1064.0	84.962	96.0	0.00031364070517329466	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0132_000000018726	1537	0.8092360164808682	3	3	3	3	2	False	31585	fragment	False	ISR0132_000000018726	1.0		0	0	False	False	0.9869876503944397	0					non-mobilizable	no_good_hit	435.0	71.264	28.0	6.415098746265253e-05	CP016809.1	firmicutes	Paenibacillus sp. IHBB 9852, complete genome	True	False
ISR0324_000000008111	3892	0.8092340846867415	6	4	1	3	4	False	83063	maximal	True	ISR0324_000000008111	1.0	PS412	0	0	False	True	0.9992291927337646	0					non-mobilizable	no_good_hit	829.0	97.105	44.0	0.00020046919973762048	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
CHI0181_000000007003	2892	0.8092303412599132	6	2	1	1	2	True	123565	fragment	False	USA0027_01_000000008506	0.6345793362002426		0	0	False	True	0.9885892271995544	0	rep_cluster_1702				non-mobilizable	other	2894.0	99.654	100.0	0.0009765809606883124	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
ISR0397_000000010429	1763	0.8092303412599132	4	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.16219806367795403	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1763.0	99.546	100.0	0.001933289444810182	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0257_000000010497	1661	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.19604560165133086	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1663.0	98.316	100.0	0.0005002833020757214	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0385_000000014118	1642	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.19714771868859549	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1642.0	99.33	100.0	0.09558480894687792	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
CHI0130_000000010047	1637	0.8092303412599132	4	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.18918990682525968	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1644.0	99.027	100.0	0.05289932064779935	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0046_000000020913	1571	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.18474216352423015	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1571.0	99.17299999999999	100.0	0.05051675842750893	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0185_000000012971	1523	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.1817941398111346	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1523.0	99.34299999999999	100.0	0.015483372160449241	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0023_000000021422	1504	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.11780366309183686	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1501.0	98.734	99.0	0.0037138181268986897	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
AUS0016_000000018873	1504	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.17739830745951674	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1504.0	98.205	100.0	0.0875465983224604	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
MON0078_000000031426	1489	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.1639895552372486	PS902	0	0	False	True	0.9751511216163635	0	rep_cluster_1702				non-mobilizable	other	1490.0	98.725	100.0	0.0036791558243809684	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
DEN0062_000000014395	1487	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.17592899109474114	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1487.0	100.0	100.0	0.014829155356857736	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0182_000000019554	1473	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.12090743991999313	PS902	0	0	False	True	0.9993211030960083	0	rep_cluster_1702				non-mobilizable	other	1473.0	99.389	100.0	0.0036444935218632474	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
USA0081_01_000000021462	1420	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.10869633741607732	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1423.0	98.31299999999999	100.0	0.0015602369980250164	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
USA0039_01_000000015699	1419	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.10885621306180243	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1419.0	100.0	100.0	0.014150566821012294	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0026_000000024477	1390	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.11130591012962587	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1390.0	99.85600000000001	100.0	0.013861168768960562	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0133_000000014501	1387	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.11044138047781611	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1389.0	99.208	100.0	0.00037169554492896676	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0281_000000013253	1382	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.13054341173082995	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1388.0	98.34299999999999	100.0	0.014099838248608837	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0023_000000021197	1344	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.1160217113236882	PS902	0	0	False	True	0.9836309552192688	0	rep_cluster_1702				non-mobilizable	plasmid	1344.0	98.958	100.0	0.013652224335954588	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0080_01_000000031331	1339	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.1104368063364792	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1339.0	100.0	100.0	0.013352227367076482	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0146_000000006122	1339	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.10555257467838099	PS902	0	0	False	True	0.9880507588386536	0	rep_cluster_1702				non-mobilizable	plasmid	1339.0	99.477	100.0	0.043079300685791556	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0115_000000027406	1328	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.11032411436460934	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1329.0	99.17200000000001	100.0	0.001457098968619706	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
USA0055_01_000000019916	1323	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.11025339634588846	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1323.0	100.0	100.0	0.013192559476289318	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AUS0022_000000025692	1322	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.11018351854062933	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1322.0	99.92399999999999	100.0	0.01318258023311512	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0059_01_000000019075	1322	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.1101130805015251	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1322.0	99.697	100.0	0.0032706358304221126	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
ENG0133_000000018973	1276	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.10190118498575795	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1279.0	99.375	100.0	0.001067097736299943	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	True
SPA0007_000000020673	1265	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.10179648251495617	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1266.0	99.605	100.0	0.012623742615360051	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0038_01_000000010779	1259	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.06915554780502355	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1259.0	99.921	100.0	0.001380294053105113	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CHI0045_000000016841	1252	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.09509867085103348	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1252.0	98.882	100.0	0.0013726135615536538	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
USA0119_01_000000020028	1230	0.8092303412599132	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.057608664232815465	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1230.0	100.0	100.0	0.012264489861088934	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0132_01_000000013303	1173	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.04825234731095559	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1173.0	100.0	100.0	0.0012859337283300416	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
USA0010_01_000000022238	1173	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.0483146344380376	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1173.0	100.0	100.0	0.0029017298964835094	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
ISR0837_000000012470	1173	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.048340286983414284	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1173.0	100.0	100.0	0.011695673000159668	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0041_01_000000014522	1128	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.03899584873348034	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1128.0	100.0	100.0	0.011246607057320774	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0169_000000028940	1125	0.8092303412599132	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.03878634956998664	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1125.0	100.0	100.0	0.0012332675005486066	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0069_000000008074	2977	0.8092238516169522	3	3	0	2	1	True	5957	maximal	True	SPA0069_000000008074	1.0		6	3	False	False	0.9979845285415649	0					non-mobilizable	no_good_hit	674.0	87.537	22.0	0.00015697170007657673	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
DEN0064_000000006102	5451	0.8092231902209521	7	4	1	3	4	False	117768	maximal	True	DEN0064_000000006102	1.0	PS794	1	1	False	True	0.9994496703147888	0					non-mobilizable	no_good_hit	1401.0	98.715	57.0	0.00032997054070151266	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
DEN0096_000000023799	1885	0.8092201830458327	3	3	3	2	2	False	81201	fragment	False	DEN0010_000000020867	0.39557960711178747		0	0	False	False	0.999469518661499	0					non-mobilizable	no_good_hit	812.0	71.675	42.0	0.00020793625104033596	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
CHI0113_000000001171	6476	0.8092191601587198	9	7	6	7	5	False	90192	fragment	False	CHI0113_000000001171	0.9678804261408809		0	0	False	False	0.998455822467804	0					non-mobilizable	chromosome	4613.0	99.523	100.0	0.0008884234569231217	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0122_000000004243	3822	0.8092015908590713	3	3	1	3	1	False	32164	maximal	True	ISR0122_000000004243	1.0		1	1	False	False	0.9994767308235168	0					non-mobilizable	no_good_hit								True	False
CHI0167_000000008294	2409	0.8091997339410507	3	2	2	2	2	False	78186	maximal	True	CHI0167_000000008294	1.0		19	3	False	False	0.9975093603134155	0					non-mobilizable	no_good_hit								True	False
USA0080_01_000000016977	2566	0.809191655107615	4	4	4	2	2	False	614	maximal	True	USA0080_01_000000016977	1.0		0	0	False	False	0.9961028695106506	0					non-mobilizable	no_good_hit	1567.0	99.48899999999999	84.0	0.00044426099950492574	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
CHI0144_000000008410	1888	0.8091806698709587	2	2	1	2	1	False	79856	fragment	False	CHI0144_000000008410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0023_000000000079	37600	0.8091720234134374	40	13	7	8	9	False	94646	maximal	True	MAD0023_000000000079	1.0		1	1	False	False	0.999760627746582	0					non-mobilizable	no_good_hit	9117.0	93.145	82.0	0.1787551440329218	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	False
ISR0293_000000014318	2527	0.8091708567324137	3	2	2	2	2	False	25830	maximal	True	ISR0293_000000014318	1.0		5	3	False	False	0.9964384436607361	0					non-mobilizable	no_good_hit	628.0	75.796	25.0	0.00022387404313642495	CP043921.1	firmicutes	Staphylococcus aureus strain GHA3 chromosome	True	False
FIJ0031_000000000622	21203	0.8091697053294788	23	21	9	16	16	True	77209	maximal	True	FIJ0031_000000000622	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	5040.0	80.833	44.0	0.006504727683102207	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
DEN0005_000000020134	1839	0.80916772346469	4	1	0	1	1	True	109089	fragment	False	ISR0225_000000009650	0.9204686126888392		0	0	False	False	0.9983686804771423	0					non-mobilizable	other	1842.0	95.65700000000001	100.0	0.0003552146183494774	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
MON0070_000000009089	3289	0.8091673220383929	5	5	5	4	5	False	104381	maximal	True	MON0070_000000009089	1.0		214	10	False	False	1.0	0					non-mobilizable	other	3288.0	99.39200000000001	99.0	0.022604581433571965	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CAN0018_000000028886	1160	0.8091664642772215	2	1	1	1	1	False	92023	fragment	False	CAN0018_000000028886	1.0		0	0	False	False	1.0	0					non-mobilizable	other	720.0	84.444	90.0	0.02508835158682949	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0032_01_000000004378	6066	0.8091659295002245	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.49646085780963767	PS1107|PS1110|PS1114	0	0	True	True	1.0	115		MOBV			mobilizable	other	3491.0	99.885	100.0	0.5688896135659547	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CAN0018_000000004430	7307	0.8091495824703631	5	5	5	5	4	False	92308	fragment	False	CAN0018_000000004430	1.0		0	0	False	False	0.9998631477355957	0					non-mobilizable	no_good_hit	4658.0	98.669	85.0	0.0006578026453638615	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0121_000000010396	2398	0.8091446314965091	3	3	3	3	3	False	81204	fragment	False	MON0025_000000014804	0.7235317426903434		0	0	False	False	0.945371150970459	0					non-mobilizable	no_good_hit	1307.0	74.52199999999999	53.0	0.0003900204768373883	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0081_000000014454	2425	0.8091442249956773	3	3	3	3	3	True	51634	maximal	True	FIJ0081_000000014454	1.0		10	2	False	False	1.0	0					non-mobilizable	other	2426.0	99.588	100.0	0.008566279110859809	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	True
USA0006_01_000000004125	5808	0.8091417763774791	9	4	2	2	4	False	89198	backbone	False	USA0025_01_000000002835	0.7960454053277485	PS462	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2874.0	93.041	73.0	0.0005549865453994287	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
MON0021_000000013605	2150	0.8091387129349614	2	2	2	2	2	False	13071	fragment	False	MON0021_000000013605	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2079.0	98.99	97.0	0.001156570606743174	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
USA0060_01_000000002127	7758	0.8091317121124669	12	7	4	4	6	True	86983	fragment	False	USA0060_01_000000002127	1.0		0	0	False	True	0.9998710751533508	0					non-mobilizable	no_good_hit	4305.0	92.49700000000001	71.0	0.34576271186440677	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
SPA0036_000000009956	2466	0.8091310471641571	3	3	2	2	1	False	122154	maximal	False	AUS0014_000000010921	0.738942552622767		0	0	False	False	0.9991889595985413	0					non-mobilizable	other	2466.0	100.0	100.0	0.016100272365662333	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
SPA0028_000000010072	2869	0.8091306099464464	3	3	3	3	3	False	13494	maximal	True	SPA0028_000000010072	1.0		189	12	False	False	0.9979086518287659	0					non-mobilizable	other	1369.0	89.554	96.0	0.00795173159418268	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0286_000000011486	1690	0.8091251333224292	2	2	2	2	2	False	26029	maximal	True	ISR0286_000000011486	1.0		1	1	False	False	0.9982248544692993	0					non-mobilizable	no_good_hit	99.0	80.808	6.0	0.0001158796507056243	NZ_OEPZ01000001.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
ISR0193_000000013972	1911	0.8091181868593965	3	2	2	2	2	True	36533	fragment	False	ISR0193_000000013972	1.0		0	0	False	False	0.9911041259765625	0					non-mobilizable	chromosome	1892.0	97.04	99.0	0.0005255941817169503	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
AST0106_000000001481	11962	0.8091034107485711	5	4	4	4	4	False	107534	fragment	False	AST0106_000000001481	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	71.681	10.0	0.004162784353599303	NZ_JH591189.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.3, whole genome shotgun sequence	True	False
MAD0095_000000014180	2385	0.8090981527122788	4	4	2	4	1	False	50440	maximal	True	MAD0095_000000014180	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1480.0	74.66199999999999	61.0	0.005308021130564992	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0103_000000005390	6810	0.8090921959219499	11	8	4	6	7	True	126937	fragment	False	MON0103_000000005390	1.0		0	0	False	False	0.9997063279151917	0					non-mobilizable	other	6810.0	100.0	100.0	0.008396076816272777	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ENG0187_000000016909	1775	0.8090893339253997	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.2376664606470022	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1776.0	93.074	100.0	0.7687310524036379	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0039_000000010466	2255	0.8090800261562837	4	2	1	1	2	False	64496	fragment	False	FIJ0039_000000010466	1.0		0	0	False	False	0.9818181991577148	0					non-mobilizable	no_good_hit	2015.0	94.93799999999999	89.0	0.0074961790413410915	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
MON0072_000000014346	1514	0.8090800261562837	3	2	1	1	2	False	64494	fragment	False	MON0072_000000014346	1.0		0	0	False	False	0.9808454513549805	0					non-mobilizable	other	1514.0	96.367	99.0	0.005631476478215864	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	False	False
CHI0117_000000007993	1831	0.8090792375946736	3	3	2	1	2	False	84308	fragment	False	FIJ0029_000000016561	0.953488664170765		0	0	False	False	0.9994538426399231	0					non-mobilizable	other	1831.0	97.43299999999999	100.0	0.004613988200292471	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
MON0051_000000005001	5984	0.8090778711900672	5	5	3	4	1	False	92664	fragment	False	MON0051_000000005001	1.0		0	0	False	False	0.9954879879951477	0					non-mobilizable	no_good_hit								True	False
USA0093_01_000000005836	3288	0.8090689146249732	5	3	3	2	2	True	78329	fragment	False	USA0093_01_000000005836	1.0		0	0	False	False	0.989355206489563	0					non-mobilizable	other	3054.0	99.083	93.0	0.0008418207040466677	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
SPA0019_000000020483	1419	0.8090652473111672	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.12318512649096387		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	90.301	96.0	0.009062980030721967	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0210_000000023227	1174	0.8090652473111672	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.07819653929062177		0	0	False	False	0.9744463562965393	0					non-mobilizable	chromosome	1180.0	90.508	100.0	0.00031514834482802975	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0153_000000025756	1151	0.8090652473111672	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.05874143045248247		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	90.988	100.0	0.006603123564538355	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0192_000000014820	1150	0.8090652473111672	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.05266620639279718		0	0	False	False	0.9930434823036194	0					non-mobilizable	other	1092.0	89.835	95.0	0.007266412876511053	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MON0013_000000050442	1144	0.8090652473111672	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.0663872004303932		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	97.542	99.0	0.00036503286901066784	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0064_000000039351	1127	0.8090652473111672	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.060028290317775776		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	97.516	100.0	0.00036118027936411724	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0200_000000002800	6767	0.8090589715476085	8	6	6	4	4	True	72922	fragment	False	ISR0200_000000002800	1.0		0	0	False	False	0.9995566606521606	0					non-mobilizable	no_good_hit	3425.0	78.803	50.0	0.16372723340862128	NZ_CYZO01000040.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0258_000000020612	1394	0.8090573010216017	3	2	2	2	2	False	26773	maximal	True	ISR0258_000000020612	1.0		56	7	False	False	0.9992826581001282	0					non-mobilizable	no_good_hit	78.0	87.179	6.0	4.1162624978015415e-05	CP029616.1	firmicutes	Lactobacillus salivarius strain DJ-sa-01 chromosome, complete genome	True	False
AST0035_000000009334	1737	0.8090517904842525	2	2	2	2	2	False	116800	fragment	False	ISR0159_000000013040	0.5334022445751896		0	0	False	False	1.0	0					non-mobilizable	other	1737.0	99.94200000000001	100.0	0.006585760947499801	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0337_000000008682	1255	0.8090460884760317	2	2	2	2	1	False	72178	maximal	False	ISR0115_000000026651	0.9760878043788386		0	0	False	False	0.9984063506126404	0					non-mobilizable	other	1255.0	98.645	100.0	0.0003559765452902089	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0267_000000003286	4718	0.8090325528000137	9	5	3	4	3	False	26545	fragment	False	ISR0267_000000003286	0.9837587006960558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.007562866326337682	NZ_KB899075.1	firmicutes	Sporolactobacillus vineae DSM 21990 = SL153 strain DSM 21990 D889DRAFT_scaffold00034.34, whole genome shotgun sequence	True	False
FIJ0068_000000009140	3421	0.8090262162596253	3	2	2	2	1	False	106338	fragment	False	ISR0187_000000007899	0.9888888888888889		0	0	False	False	0.9997076988220215	0					non-mobilizable	no_good_hit	170.0	80.58800000000001	5.0	0.007451365339996431	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0013_000000019162	1321	0.8090216887866584	2	2	2	2	1	True	19541	fragment	False	MAD0013_000000019162	1.0		0	0	False	False	0.9977290034294128	0					non-mobilizable	virus	852.0	88.38	99.0	0.03273007316134001	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	False	True
ISR0348_000000013562	1372	0.8090138663634342	3	1	1	1	1	False	113328	fragment	False	ISR0304_000000007592	0.5537690301076714		0	0	False	False	0.9978134036064148	0					non-mobilizable	virus	1350.0	90.296	98.0	0.21466731423020885	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
SPA0063_000000013653	1313	0.8090126045666199	1	1	1	1	1	False	6121	fragment	False	SPA0063_000000013653	1.0		0	0	False	False	0.997715175151825	0					non-mobilizable	chromosome	1311.0	99.771	99.0	0.00020384362811135998	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
FIJ0098_000000012632	1862	0.8090107927148499	4	4	4	3	2	False	108452	fragment	False	FIJ0098_000000012632	1.0		0	0	False	False	0.9994629621505737	0					non-mobilizable	chromosome	1855.0	99.89200000000001	99.0	0.00033016412576225795	CP047378.1	enterobacteria	Escherichia coli strain CAU16175 chromosome, complete genome	False	False
CHI0034_000000011910	1417	0.8090025187575189	3	2	2	2	2	False	88215	maximal	True	CHI0034_000000011910	1.0		7	3	False	False	0.9985885620117188	0					non-mobilizable	chromosome	694.0	98.84700000000001	96.0	0.00021843193607288378	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0080_000000002618	8691	0.8089967878161214	11	10	9	8	6	False	44344	maximal	True	FIJ0080_000000002618	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1314.0	76.712	15.0	0.017255808392778862	NZ_SMAA01000014.1	firmicutes	Pectinatus cerevisiiphilus strain DSM 20467 Ga0244680_114, whole genome shotgun sequence	True	False
MON0041_000000051372	1351	0.8089953889166438	2	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.2548846724605365		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	7.0	0.0007009964163346472	NZ_FOZH01000013.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	True
AST0113_000000003360	9036	0.8089924615526822	6	4	2	2	4	False	106705	maximal	False	MON0031_000000003941	0.9951532377928068		0	0	False	False	1.0	0					non-mobilizable	chromosome	9036.0	99.801	100.0	0.002526207939294949	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0030_000000021721	1396	0.8089909736945841	2	2	1	2	1	True	65482	fragment	False	ISR0828_000000004803	0.9020253115051092		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	96.92	100.0	0.006898154558221414	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0015_000000015207	1706	0.8089661692473757	3	2	2	2	1	True	37969	fragment	False	ISR0015_000000015207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	4.28713056992042e-05	NZ_SJPK01000001.1	bacteria	Rhodopirellula solitaria strain CA85 CA85_contig00001, whole genome shotgun sequence	True	True
ENG0033_000000003959	6582	0.8089635850092911	8	5	3	4	2	False	124448	maximal	True	ENG0033_000000003959	0.9987911025145068		4	2	False	False	0.9995442032814026	0					non-mobilizable	no_good_hit	2862.0	100.0	43.0	0.7332137365453614	NZ_CYXV01000033.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0067_000000010694	1700	0.8089622311457816	2	2	2	2	2	False	10594	fragment	False	MON0067_000000010694	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1735.0	81.32600000000001	100.0	0.004918940202349907	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
ISR0077_000000026028	1403	0.8089595382802099	2	2	2	1	0	True	34469	maximal	True	ISR0077_000000026028	1.0		1	1	False	False	0.9522451758384705	0					non-mobilizable	no_good_hit	436.0	99.771	31.0	0.0046646792630879105	NZ_CYYA01000014.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0324_000000008022	3944	0.8089567106009667	8	4	2	3	2	True	24948	maximal	True	ISR0324_000000008022	1.0		1	1	False	False	0.9941683411598206	0					non-mobilizable	no_good_hit								True	True
FIJ0051_000000003735	5300	0.8089536764396371	5	5	5	4	5	False	71502	fragment	False	FIJ0051_000000003735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2371.0	89.456	58.0	0.20013545546901457	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0038_000000014635	2176	0.8089520338380589	3	2	2	2	2	False	12007	fragment	False	MON0038_000000014635	1.0		0	0	False	False	0.9954044222831726	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	7.658268896180199e-05	NZ_MKIP01000043.1	a-proteobacteria	Rhizobium oryzae strain 1.7048 scaffold17, whole genome shotgun sequence	True	False
FIJ0096_000000022829	1630	0.8089330724258131	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9462015007627963		0	0	False	False	0.9993864893913269	0					non-mobilizable	chromosome	1476.0	82.046	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0143_000000001354	13461	0.8089303719428259	18	17	9	12	16	True	114602	maximal	True	CHI0143_000000001354	0.990443686006826		5	4	False	False	1.0	0	rep_cluster_707	MOBQ			mobilizable	plasmid	5706.0	98.82600000000001	99.0	0.11442786069651742	NZ_CP011405.1	firmicutes	Lactobacillus salivarius str. Ren plasmid pR2, complete sequence	False	True
FIJ0071_000000031803	1185	0.8089220179722839	1	1	1	1	1	False	44800	fragment	False	MON0026_000000044104	0.9555921052631579		0	0	False	False	0.9924050569534302	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000018819	2105	0.8089217567438179	3	3	3	3	3	False	30349	maximal	True	ISR0162_000000018819	1.0		41	6	False	False	0.9738717079162598	0					non-mobilizable	other	2088.0	76.485	99.0	0.004901486264741645	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	False	False
MAD0098_000000007210	5638	0.8089150711957944	7	7	2	5	6	False	125633	maximal	False	SPA0068_000000002193	0.7375210424099989	PS450|PS542	0	0	True	True	0.9998226165771484	1		MOBQ			mobilizable	other	5642.0	99.344	100.0	0.913304164641063	LM996982.1	enterobacteria	Escherichia coli genome assembly FHI87, scaffold scaffold-6_contig-18.0_1_6171_[organism:Escherichia	False	True
FIJ0063_000000000320	34709	0.8089149843935209	36	11	5	9	5	True	45661	fragment	False	FIJ0063_000000000320	1.0		0	0	False	False	0.9994813799858093	0					non-mobilizable	no_good_hit	44.0	93.182	0.0	3.650186941716944e-05	CP010907.1	enterobacteria	Candidatus Pantoea carbekii strain US, complete genome	True	True
CHI0106_000000003254	5493	0.8089116533831509	4	3	1	3	0	False	92666	fragment	False	ENG0083_000000004125	0.9441837925324975		0	0	False	False	0.999817967414856	0					non-mobilizable	no_good_hit	88.0	93.182	2.0	2.3768837152985463e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0057_000000003859	5471	0.8089116533831509	3	3	1	3	0	False	92666	fragment	False	ENG0083_000000004125	0.9499280865305786		0	0	False	False	0.9968926906585693	0					non-mobilizable	no_good_hit	71.0	91.54899999999999	1.0	1.9015069722388372e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0780_000000002132	5153	0.8089116533831509	3	3	1	3	0	False	92666	fragment	False	ENG0083_000000004125	0.9007408277837499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000010184	4778	0.8089116533831509	3	3	1	3	0	False	92665	fragment	False	ISR0126_000000010184	1.0		0	0	False	False	0.9920468926429749	0					non-mobilizable	no_good_hit								True	False
MON0047_000000008457	4297	0.8089116533831509	3	3	1	3	0	False	14023	fragment	False	MON0047_000000008457	1.0		0	0	False	False	0.9969746470451355	0					non-mobilizable	no_good_hit								True	False
MON0069_000000012587	3621	0.8089081553404077	4	4	1	4	4	True	77094	fragment	False	MON0108_000000004931	0.6295700366496827		0	0	False	False	0.9994476437568665	0					non-mobilizable	plasmid	3621.0	99.945	100.0	0.02792520365341891	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0009_000000016917	1960	0.8089059782742869	2	2	2	2	1	False	38368	maximal	True	ISR0009_000000016917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	97.925	74.0	0.0004099123854856951	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
USA0075_01_000000013810	1788	0.8089007163425831	3	3	3	3	3	False	3936	fragment	False	USA0075_01_000000013810	1.0		0	0	False	False	0.9994407296180725	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	0.0009867009867009866	NZ_BAFX01000026.1	high GC Gram+	Nocardia concava NBRC 100430, whole genome shotgun sequence	True	False
MON0048_000000014714	2671	0.8088982312082158	2	2	2	2	2	False	62703	fragment	False	MON0044_000000018068	0.9201939125285479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	73.961	47.0	0.0003501009895945624	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0215_000000004236	6688	0.8088911348226951	9	7	7	5	4	False	106115	maximal	True	ISR0215_000000004236	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2472.0	98.18	94.0	0.0008683902097877522	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
USA0044_01_000000003643	8101	0.8088879188145479	11	6	5	6	1	True	120260	fragment	False	MON0105_000000004668	0.37691879246964466		0	0	False	False	0.9998765587806702	0					non-mobilizable	no_good_hit	90.0	85.556	2.0	3.0237007175003984e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0176_000000023648	1444	0.808885853286023	1	1	1	1	1	False	114435	fragment	False	ISR0176_000000023648	0.8212003319795214		0	0	False	False	0.9944598078727722	0					non-mobilizable	other	1444.0	99.584	100.0	0.014507178187959947	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0203_000000012648	1413	0.808885853286023	1	1	1	1	1	False	114435	fragment	False	ISR0176_000000023648	0.8167934217249102		0	0	False	False	0.9964614510536194	0					non-mobilizable	other	1413.0	99.363	100.0	0.014195520167289982	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
MAD0037_000000000751	14308	0.8088858113815443	37	9	3	7	5	False	50734	maximal	True	MAD0037_000000000751	1.0		1	1	False	False	0.9999300837516785	0					non-mobilizable	no_good_hit	166.0	79.518	1.0	5.419165737947321e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0378_000000020825	1515	0.8088763642950111	3	3	1	3	2	False	23265	maximal	True	ISR0378_000000020825	1.0		8	4	False	False	0.996039628982544	0					non-mobilizable	no_good_hit	95.0	77.895	6.0	1.738068942538516e-05	NZ_CM001440.1	high GC Gram+	Saccharomonospora cyanea NA-134 chromosome, whole genome shotgun sequence	True	False
ISR0776_000000017546	1345	0.8088741205005481	3	2	2	2	2	False	22410	maximal	True	ISR0776_000000017546	1.0		0	0	False	False	0.9769516587257385	0					non-mobilizable	no_good_hit	556.0	73.921	40.0	0.002639334887608323	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
USA0078_01_000000003624	4019	0.808872573125652	6	5	1	3	5	True	123556	backbone	False	ISR0826_000000002301	0.3935899551862345	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	chromosome	4021.0	96.866	100.0	0.0009150359832948444	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
USA0064_01_000000005582	1478	0.8088643731480354	3	3	3	3	2	False	78451	fragment	False	ENG0039_000000017438	0.9701320706095113		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	98.647	100.0	0.0004415610273513723	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0083_01_000000009722	3133	0.808861744738675	5	1	1	1	1	False	35589	maximal	True	USA0083_01_000000009722	1.0		1	1	False	False	0.9996808171272278	0					non-mobilizable	no_good_hit								True	False
ISR0774_000000019108	1295	0.8088590478749765	2	2	2	1	1	False	95546	fragment	False	ISR0395_000000026452	0.5577408154121863		0	0	False	False	0.9976834058761597	0					non-mobilizable	other	1294.0	98.145	99.0	0.00020772552598095288	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0388_000000031892	1101	0.8088590478749765	2	2	2	1	1	False	22920	fragment	False	ISR0388_000000031892	1.0		0	0	False	False	0.9954586625099182	0					non-mobilizable	chromosome	1101.0	99.36399999999999	100.0	0.00016955200506806357	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0107_000000003461	9796	0.8088587987732738	9	8	7	7	8	False	101320	fragment	False	FIJ0014_000000001935	0.6735686745091956		0	0	False	False	0.994589626789093	0					non-mobilizable	no_good_hit	1448.0	79.627	15.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MAD0013_000000001601	9790	0.8088587987732738	9	8	7	7	8	False	101320	fragment	False	FIJ0014_000000001935	0.6735328110064598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	79.627	15.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MAD0072_000000000526	9738	0.8088587987732738	9	8	7	7	8	False	101320	fragment	False	FIJ0014_000000001935	0.6711744413307134		0	0	False	False	0.9991784691810608	0					non-mobilizable	no_good_hit	1448.0	79.627	15.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0136_000000036316	1181	0.8088572668339241	2	2	2	2	1	False	3589	maximal	True	SPA0136_000000036316	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	98.39399999999999	88.0	0.0026285147738670292	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
USA0048_01_000000003941	3860	0.8088485254867611	5	5	5	4	3	False	121541	fragment	False	ISR0221_000000005717	0.9809535566810494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	92.914	76.0	0.0003586277158914618	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
USA0044_01_000000007729	3806	0.8088485254867611	5	5	5	4	3	False	121541	fragment	False	ISR0221_000000005717	0.97813143974301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2103.0	92.39200000000001	75.0	0.00039994514819998936	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ENG0058_000000015573	2145	0.8088334761670315	3	3	3	3	3	False	63459	fragment	False	ENG0058_000000015573	1.0		0	0	False	False	0.986480176448822	0					non-mobilizable	no_good_hit								True	False
ISR0281_000000005763	2854	0.8088319648355674	4	4	4	4	2	False	40996	maximal	True	ISR0281_000000005763	1.0		2	2	False	False	0.9982481002807617	0					non-mobilizable	other	1310.0	97.557	97.0	0.007973616352009558	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
MON0103_000000035554	1584	0.8088200980312034	4	2	0	2	2	False	8874	fragment	False	MON0103_000000035554	1.0		0	0	False	False	0.997474730014801	0					non-mobilizable	chromosome	1584.0	99.242	100.0	0.0003551225587847854	CP057504.1	enterobacteria	Escherichia fergusonii strain RHB24-C08 chromosome, complete genome	False	False
ENG0041_000000016961	1417	0.8088193358610876	2	2	2	1	1	False	64747	maximal	True	ENG0041_000000016961	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	5.5355200482697346e-05	NZ_KB899637.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ISR0044_000000000906	1134	0.8088170559728121	3	3	2	3	2	True	36271	fragment	False	ISR0044_000000000906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	95.706	43.0	0.1873320537428023	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0323_000000007866	2551	0.8088124992322366	4	4	4	3	3	False	101200	maximal	True	ISR0323_000000007866	0.9906709011512504		100	11	False	False	0.9847118854522705	0					non-mobilizable	chromosome	2551.0	98.275	100.0	0.00086648723018692	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0135_000000014398	1321	0.8088113801133545	2	2	2	2	2	False	80653	maximal	True	CHI0135_000000014398	1.0		17	5	False	False	0.9977290034294128	0					non-mobilizable	no_good_hit	923.0	99.133	70.0	0.00036549924937871075	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
SPA0158_000000001957	6527	0.8088089825910182	7	4	2	4	2	True	72261	fragment	False	SPA0158_000000001957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	4.290456129463268e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
FIJ0041_000000008119	4373	0.8088028636375024	7	3	1	2	1	False	89428	backbone	False	FIJ0093_000000004939	0.9877623770573065	PS161|PS166|PS464	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	279.0	88.53	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0308_000000004191	3675	0.8088012122307638	4	4	4	4	4	False	129667	fragment	False	ISR0308_000000004191	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1581.0	99.178	43.0	0.0004234135925410604	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0009_000000016924	1960	0.8087917503293942	3	3	3	3	3	False	108424	fragment	False	ISR0009_000000016924	1.0		0	0	False	False	0.9994897842407227	0					non-mobilizable	no_good_hit	1199.0	100.0	61.0	0.0002523263839670383	CP001855.1	enterobacteria	Escherichia coli O83:H1 str. NRG 857C, complete genome	True	False
ISR0004_000000007427	2461	0.8087897892540568	4	4	4	3	4	False	38573	maximal	True	ISR0004_000000007427	1.0		10	6	False	False	0.9930922389030457	0					non-mobilizable	no_good_hit	279.0	74.194	11.0	6.346649373008739e-05	AP012224.1	b-proteobacteria	Pseudogulbenkiania sp. NH8B DNA, complete genome	True	False
ISR0293_000000022959	1530	0.8087897561290033	2	2	2	2	1	False	77251	fragment	False	ISR0246_000000012330	0.8524878686276711		0	0	False	False	0.9973856210708618	0					non-mobilizable	other	1530.0	94.24799999999999	100.0	0.0004603526198700716	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0099_000000009244	2228	0.8087822791421209	5	4	3	3	2	False	33214	maximal	True	ISR0099_000000009244	1.0		37	9	False	False	0.9941651821136475	0					non-mobilizable	chromosome	2226.0	99.73	99.0	0.000626903426724569	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0118_000000006632	4400	0.8087661786369896	3	3	3	3	2	False	4265	maximal	True	SPA0118_000000006632	1.0		1	1	False	False	0.9997727274894714	0					non-mobilizable	no_good_hit	1328.0	80.497	30.0	0.000394412273343865	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0063_000000020367	1523	0.8087633560981916	2	2	2	1	1	True	63062	maximal	True	ENG0063_000000020367	1.0		1	1	False	False	0.9632304906845093	0					non-mobilizable	no_good_hit	1008.0	99.50399999999999	66.0	0.0002800570692835021	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0077_000000029838	1247	0.8087608050937339	2	2	2	2	2	False	61348	fragment	False	ISR0077_000000029838	0.9944915254237288		0	0	False	False	0.9975942373275757	0					non-mobilizable	no_good_hit	384.0	73.17699999999999	30.0	0.028283287837427964	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
MON0006_000000008527	2479	0.8087601920705924	4	4	2	3	3	False	122220	fragment	False	MON0006_000000008527	0.9918273254605497		0	0	False	False	0.9939491748809814	0					non-mobilizable	no_good_hit	779.0	90.37200000000001	72.0	0.06276724485679709	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0812_000000010270	3810	0.8087574706821297	4	3	1	2	2	False	114825	fragment	False	ISR0812_000000010270	0.9620466321243524		0	0	False	False	0.9989501237869263	0					non-mobilizable	plasmid	1530.0	99.60799999999999	99.0	0.18470645083353468	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
CHI0176_000000002306	3839	0.8087445448802779	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8343885092017528		0	0	False	False	1.0	0					non-mobilizable	other	3839.0	99.92200000000001	100.0	0.0007433390487932943	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0252_000000005660	1946	0.8087422174233803	3	3	3	2	3	False	44235	fragment	False	ISR0252_000000005660	1.0		0	0	False	False	0.9876670241355896	0					non-mobilizable	other	1946.0	99.64	100.0	0.00041903184469667263	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ENG0007_000000014318	1764	0.8087350363089859	2	2	2	2	2	False	67521	fragment	False	ENG0007_000000014318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	79.433	8.0	2.961490324939869e-05	CP041284.1	enterobacteria	Escherichia coli strain 54 chromosome, complete genome	True	False
ENG0154_000000011558	2650	0.8087330194702266	3	3	0	3	0	True	129124	fragment	False	SPA0128_000000011066	0.35429940481952693		0	0	False	False	0.996603786945343	0					non-mobilizable	no_good_hit								True	True
CHI0135_000000006484	3144	0.8087304935954805	3	3	1	3	1	True	80692	fragment	False	CHI0135_000000006484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0024_000000001464	12062	0.8087294482455891	14	9	5	6	6	True	122904	fragment	False	ISR0024_000000001464	0.9645254074784276		0	0	False	False	1.0	0					non-mobilizable	chromosome	12068.0	96.006	100.0	0.0038015982409452397	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0034_000000008963	2309	0.8087288471556436	5	2	1	1	2	True	123567	fragment	False	ISR0034_000000008963	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	1616.0	98.948	78.0	0.0013484842285793489	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
MAD0044_000000015156	1642	0.8087288471556436	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.19399102926484446	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1644.0	99.51299999999999	100.0	0.0013718635217064212	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	True
FIJ0081_000000023891	1518	0.8087288471556436	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.13371015422759588	PS902	0	0	False	True	0.9993412494659424	0	rep_cluster_1702				non-mobilizable	chromosome	1518.0	99.14399999999999	100.0	0.0003453868093202983	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MAD0007_000000006310	1456	0.8087288471556436	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.12936560574984762	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1458.0	99.383	100.0	0.001216558217362298	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	True
ISR0029_000000031396	1332	0.8087288471556436	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.11009846369503497	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1333.0	99.925	100.0	0.00027684370738617766	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
MON0040_000000023587	1190	0.8087288471556436	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.059408043397641615	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1175.0	99.48899999999999	99.0	0.0002440048892427722	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
USA0023_01_000000025753	1173	0.8087288471556436	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.04811493027151435	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1173.0	100.0	100.0	0.0002435892080004506	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
ISR0134_000000028464	1138	0.8087288471556436	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.04457042059575451	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1138.0	99.824	100.0	0.00023631478625982282	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
ISR0029_000000025291	1710	0.8087259255341894	3	3	3	3	3	False	37106	maximal	True	ISR0029_000000025291	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	79.661	27.0	0.0012038874996777604	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ISR0813_000000011615	2605	0.8087188893632644	3	3	2	2	2	False	21584	fragment	False	ISR0813_000000011615	1.0		0	0	False	False	0.9980806112289429	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.279637067987791e-05	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
ISR0332_000000008429	1719	0.8087183253644444	2	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.1845683654967358		0	0	False	False	0.9848749041557312	0					non-mobilizable	other	1719.0	99.884	100.0	0.031461167982126836	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CAN0023_000000004086	2015	0.8087176873938949	5	3	3	3	1	False	101446	fragment	False	USA0113_01_000000008718	0.9538246268656716		0	0	False	False	0.9995037317276001	0					non-mobilizable	other	1398.0	83.76299999999999	92.0	0.0006730115140972738	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
USA0084_01_000000017541	1848	0.8087053918708944	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.5682336744784672		0	0	False	False	1.0	0					non-mobilizable	plasmid	1848.0	99.89200000000001	100.0	0.3097953706809795	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
MAD0061_000000005860	2805	0.8087036165519897	3	2	0	2	0	True	16826	maximal	True	MAD0061_000000005860	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.5612549200962505e-07	CP027084.1	even-toed ungulates	Bos mutus isolate yakQH1 chromosome 16	True	True
CHI0071_000000004049	2526	0.8087010881261548	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.6298739282582057		0	0	False	False	0.9996041059494019	0					non-mobilizable	other	2526.0	97.743	99.0	0.0021674787200802095	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MAD0021_000000001410	8652	0.8086812052548475	12	10	8	10	9	False	95310	maximal	True	MAD0021_000000001410	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	5825.0	97.579	67.0	0.1457535480964181	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0135_000000007989	2988	0.8086605841401329	4	3	2	3	3	False	98915	fragment	False	ISR0239_000000004585	0.9793244352550472		0	0	False	False	1.0	0					non-mobilizable	other	2988.0	100.0	100.0	0.017014320053771403	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
DEN0026_000000009904	2973	0.8086605841401329	4	3	2	3	3	False	98915	fragment	False	ISR0239_000000004585	0.980316767808773		0	0	False	False	0.9989908933639526	0					non-mobilizable	other	2973.0	99.495	100.0	0.011859726412233236	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ISR0815_000000011087	2805	0.8086605841401329	3	3	2	3	3	False	98915	fragment	False	ISR0239_000000004585	0.8768580502497105		0	0	False	False	0.9989304542541504	0					non-mobilizable	other	2806.0	98.396	100.0	0.015937752765467824	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
ISR0051_000000009403	4373	0.8086580809128022	3	3	2	3	3	False	77984	fragment	False	ISR0051_000000009403	0.9871228844738779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	83.43799999999999	14.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0329_000000002067	4942	0.8086577708359001	11	4	2	4	2	False	24719	maximal	True	ISR0329_000000002067	1.0		1	1	False	False	0.9955483675003052	0					non-mobilizable	no_good_hit								True	False
CAN0021_000000013472	3160	0.8086498162609173	4	3	3	3	3	False	91727	fragment	False	CAN0021_000000013472	1.0		0	0	False	False	0.9889240264892578	0					non-mobilizable	other	3147.0	99.26899999999999	99.0	0.00410330142891438	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
DEN0064_000000032319	1342	0.8086421848703986	2	2	2	2	1	True	71199	fragment	False	ISR0144_000000005394	0.9501025290498974		0	0	False	False	0.9731743931770325	0					non-mobilizable	no_good_hit	672.0	98.958	50.0	0.0031577659394236017	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
FIJ0102_000000003049	9337	0.8086330590868965	12	1	1	1	0	True	42651	maximal	True	FIJ0102_000000003049	1.0		1	1	False	False	0.9994645118713379	0					non-mobilizable	no_good_hit	34.0	94.118	0.0	6.466384578150902e-07	LR778277.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 25	True	True
FIJ0154_000000005697	5601	0.8086330590868965	8	1	1	1	0	True	47948	maximal	True	FIJ0154_000000005697	1.0		0	0	False	False	0.9978575110435486	0					non-mobilizable	no_good_hit								True	True
ISR0368_000000002189	5297	0.8086330590868965	7	1	1	1	0	True	111645	maximal	True	ISR0368_000000002189	1.0		1	1	False	False	0.9996224045753479	0					non-mobilizable	no_good_hit								True	True
FIJ0081_000000006444	4870	0.8086330590868965	7	1	1	1	0	True	44282	fragment	False	FIJ0081_000000006444	1.0		0	0	False	False	0.9995893239974976	0					non-mobilizable	no_good_hit	48.0	95.833	1.0	5.272226360234401e-05	LN590772.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000198	True	True
ISR0819_000000005798	4148	0.8086330590868965	7	1	1	1	0	True	47951	maximal	True	ISR0819_000000005798	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	0.0002458538504225174	NZ_AQXM01000063.1	high GC Gram+	Acaricomes phytoseiuli DSM 14247 C501DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ISR0255_000000007186	3982	0.8086330590868965	5	1	1	1	0	True	33745	maximal	True	ISR0255_000000007186	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0023_000000007311	3839	0.8086330590868965	5	1	1	1	0	True	46929	maximal	True	ISR0023_000000007311	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.201416495400386e-06	CP059900.1	high GC Gram+	Tomitella sp. HY172 chromosome, complete genome	True	True
FIJ0106_000000006391	3831	0.8086330590868965	6	1	1	1	0	True	47952	maximal	True	FIJ0106_000000006391	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	99.315	8.0	0.917981072555205	LC181352.1	bacteria	Uncultured bacterium gene for 16S rRNA, partial sequence, note: OTU: 989	True	True
ISR0793_000000004586	3226	0.8086330590868965	5	1	1	1	0	True	47947	fragment	False	ISR0793_000000004586	1.0		0	0	False	False	0.9872907400131226	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.201416495400386e-06	CP059900.1	high GC Gram+	Tomitella sp. HY172 chromosome, complete genome	True	True
ISR0059_000000005176	3094	0.8086330590868965	5	1	1	1	0	True	35454	maximal	True	ISR0059_000000005176	1.0		1	1	False	False	0.9996767640113831	0					non-mobilizable	no_good_hit								True	True
FIJ0129_000000006932	3022	0.8086330590868965	5	1	1	1	0	True	47949	fragment	False	FIJ0129_000000006932	1.0		0	0	False	False	0.9970218539237976	0					non-mobilizable	no_good_hit								True	True
ISR0185_000000010748	2997	0.8086330590868965	5	1	1	1	0	True	46927	fragment	False	ISR0185_000000010748	1.0		0	0	False	False	0.9953286647796631	0					non-mobilizable	no_good_hit								True	True
ISR0372_000000006182	2680	0.8086330590868965	4	1	1	1	0	True	64433	fragment	False	ISR0372_000000006182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	3.0	0.00012617982285016976	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0089_000000010997	2487	0.8086330590868965	4	1	1	1	0	True	33744	fragment	False	ISR0089_000000010997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0009_000000014490	2476	0.8086330590868965	4	1	1	1	0	True	47946	fragment	False	SPA0009_000000014490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0085_000000012599	2458	0.8086330590868965	3	1	1	1	0	True	46928	fragment	False	FIJ0085_000000012599	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0212_000000015282	2307	0.8086330590868965	3	1	1	1	0	True	28361	fragment	False	ISR0212_000000015282	1.0		0	0	False	False	0.9973992109298706	0					non-mobilizable	no_good_hit								True	True
FIJ0047_000000013627	2245	0.8086330590868965	4	1	1	1	0	True	46926	fragment	False	FIJ0047_000000013627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0124_000000012354	2236	0.8086330590868965	3	1	1	1	0	True	41247	maximal	True	FIJ0124_000000012354	1.0		2	2	False	False	0.9928443431854248	0					non-mobilizable	no_good_hit								True	True
ISR0256_000000007959	2233	0.8086330590868965	3	1	1	1	0	True	46924	fragment	False	ISR0256_000000007959	1.0		0	0	False	False	0.9802955389022827	0					non-mobilizable	no_good_hit								True	True
MON0097_000000016769	2135	0.8086330590868965	3	1	1	1	0	True	9230	maximal	True	MON0097_000000016769	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	93.421	4.0	2.7202990091368332e-06	LN590696.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG32, chromosome: 32	True	True
FIJ0036_000000019482	2093	0.8086330590868965	3	1	1	1	0	True	47945	fragment	False	FIJ0036_000000019482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0027_000000012733	2034	0.8086330590868965	2	1	1	1	0	True	46925	fragment	False	ISR0027_000000012733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0120_000000013142	1843	0.8086330590868965	3	1	1	1	0	True	41535	fragment	False	FIJ0120_000000013142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0088_000000015303	1679	0.8086330590868965	3	1	1	1	0	True	15888	fragment	False	MAD0088_000000015303	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0047_000000018464	1674	0.8086330590868965	3	1	1	1	0	True	46875	maximal	True	FIJ0047_000000018464	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0062_000000009029	1578	0.8086330590868965	3	1	1	1	0	True	55955	fragment	False	MAD0062_000000009029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0051_01_000000013086	1545	0.8086330590868965	2	1	1	1	0	True	37077	fragment	False	USA0051_01_000000013086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000027630	1525	0.8086330590868965	1	1	1	1	0	True	53084	maximal	True	ETH0003_000000027630	1.0		1	1	False	False	0.9947540760040283	0					non-mobilizable	no_good_hit								True	True
SPA0029_000000018219	1481	0.8086330590868965	2	1	1	1	0	True	7374	maximal	True	SPA0029_000000018219	1.0		1	1	False	False	0.9966238737106323	0					non-mobilizable	no_good_hit								True	True
MON0033_000000041984	1422	0.8086330590868965	1	1	1	1	0	True	12281	fragment	False	MON0033_000000041984	1.0		0	0	False	False	0.9620253443717957	0					non-mobilizable	no_good_hit	50.0	96.0	4.0	0.000317368140290223	LN596327.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002987	True	True
MON0052_000000021318	1376	0.8086330590868965	2	1	1	1	0	True	11207	fragment	False	MON0052_000000021318	1.0		0	0	False	False	0.9876453280448914	0					non-mobilizable	no_good_hit								True	True
ISR0206_000000019385	1346	0.8086330590868965	2	1	1	1	0	True	32831	fragment	False	ISR0206_000000019385	0.9907108239095315		0	0	False	False	0.9962853193283081	0					non-mobilizable	no_good_hit								True	True
MAD0107_000000030212	1315	0.8086330590868965	2	1	1	1	0	True	14649	fragment	False	MAD0107_000000030212	1.0		0	0	False	False	0.9901140928268433	0					non-mobilizable	no_good_hit								True	True
SPA0109_000000026758	1281	0.8086330590868965	2	1	1	1	0	True	46923	fragment	False	SPA0109_000000026758	1.0		0	0	False	False	0.9929742217063904	0					non-mobilizable	no_good_hit								True	True
ISR0107_000000024710	1238	0.8086330590868965	1	1	1	1	0	True	32831	fragment	False	ISR0206_000000019385	0.9513372956909361		0	0	False	False	0.9693053364753723	0					non-mobilizable	no_good_hit								True	True
ISR0029_000000034180	1207	0.8086330590868965	2	1	1	1	0	True	37076	fragment	False	ISR0029_000000034180	1.0		0	0	False	False	0.9577465057373047	0					non-mobilizable	no_good_hit								True	True
SPA0014_000000021507	1136	0.8086330590868965	2	1	1	1	0	True	7927	fragment	False	SPA0014_000000021507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0062_000000013849	1114	0.8086330590868965	1	1	1	1	0	True	111643	fragment	False	AST0062_000000013849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0095_000000008267	1101	0.8086330590868965	2	1	1	1	0	True	83480	maximal	True	CHI0095_000000008267	1.0		5	3	False	False	0.9891008138656616	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	4.434286825438223e-06	NZ_AP017928.1	g-proteobacteria	Methylocaldum marinum strain S8	True	True
ISR0141_000000008872	4003	0.8086278547034162	4	4	3	4	4	False	31215	maximal	True	ISR0141_000000008872	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0098_000000015813	2084	0.8086258951214778	3	2	2	2	2	False	74436	fragment	False	ENG0025_000000011436	0.8048078972232267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	79.41199999999999	6.0	2.1891203983545656e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
FIJ0104_000000009534	2665	0.8086251978476784	4	3	1	3	1	False	76415	fragment	False	FIJ0104_000000009534	1.0		0	0	False	False	0.9984990358352661	0					non-mobilizable	no_good_hit	211.0	92.417	8.0	0.0035915854284248334	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
TAN0002_000000014490	2564	0.8086216596514598	3	2	1	2	2	False	3050	maximal	True	TAN0002_000000014490	1.0		1	1	False	False	0.9863494634628296	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.210876420151719e-06	CP027295.1	high GC Gram+	Brachybacterium sp. SGAir0954 chromosome, complete genome	True	False
MAD0044_000000015842	1571	0.8086209721124238	2	2	2	2	2	False	17955	maximal	True	MAD0044_000000015842	1.0		1	1	False	False	0.9968172907829285	0					non-mobilizable	other	1574.0	87.675	100.0	0.000757739561534244	CP020566.1	firmicutes	Veillonella atypica strain OK5, complete genome	False	False
MON0068_000000010371	3945	0.808617586073936	5	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.030469383033037895		0	0	False	True	1.0	0					non-mobilizable	plasmid	3657.0	99.48	98.0	0.11802685950413223	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0012_000000010436	3930	0.808617586073936	5	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.03797097617590891		0	0	False	True	0.9997455477714539	0					non-mobilizable	chromosome	3830.0	99.26899999999999	99.0	0.0008717772530569693	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0079_000000008258	3895	0.808617586073936	5	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.03783184809355657		0	0	False	True	1.0	0					non-mobilizable	chromosome	3820.0	99.476	100.0	0.0008695004777812916	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0831_000000004684	3591	0.808617586073936	4	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.022647750294624614		0	0	False	True	1.0	0					non-mobilizable	plasmid	3591.0	99.916	100.0	0.11589617768595041	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0131_000000007896	3519	0.808617586073936	4	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.015260402204176272		0	0	False	True	1.0	0					non-mobilizable	plasmid	3519.0	99.88600000000001	100.0	0.11357179752066116	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0090_000000000235	31725	0.8086094877500881	40	13	2	12	8	False	68792	maximal	True	DEN0090_000000000235	1.0	PS253	1	1	True	True	1.0	70					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.6874005878508647e-07	LR761635.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG2	True	True
ISR0197_000000009569	2630	0.8086069240216767	5	1	1	1	1	False	35748	fragment	False	ISR0197_000000009569	0.9504166666666667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	79.898	59.0	0.08250285900996569	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0090_000000014925	1956	0.8086069240216767	5	1	1	1	1	False	35747	fragment	False	ISR0090_000000014925	1.0		0	0	False	False	0.9989774823188782	0					non-mobilizable	no_good_hit	886.0	78.442	45.0	0.04547187278767086	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0015_000000013492	1755	0.8086069240216767	4	1	1	1	1	False	7908	fragment	False	SPA0015_000000013492	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1688.0	79.976	96.0	0.08909219626422697	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0061_000000009657	1636	0.8086069240216767	5	1	1	1	1	False	6193	fragment	False	SPA0061_000000009657	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	78.117	95.0	0.0009192392805365177	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	False
DEN0069_000000017850	1518	0.8086069240216767	4	1	1	1	1	False	70698	fragment	False	DEN0069_000000017850	1.0		0	0	False	False	0.9868247509002686	0					non-mobilizable	no_good_hit	1203.0	84.04	80.0	0.00037634593314721964	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0127_000000018317	1413	0.8086069240216767	4	1	1	1	1	False	31893	fragment	False	ISR0127_000000018317	1.0		0	0	False	False	0.9915074110031128	0					non-mobilizable	other	1406.0	98.93299999999999	99.0	0.007611860188995332	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
ISR0258_000000021745	1338	0.8086069240216767	3	1	1	1	1	False	26769	fragment	False	ISR0258_000000021745	0.9861480107066094		0	0	False	False	1.0	0					non-mobilizable	chromosome	1280.0	97.57799999999999	100.0	0.00040156174106328126	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0186_000000025445	1287	0.8086069240216767	3	1	1	1	1	False	29311	fragment	False	ISR0186_000000025445	1.0		0	0	False	False	0.9898989796638489	0					non-mobilizable	chromosome	1104.0	90.76100000000001	100.0	0.0003476629516426996	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0844_000000009997	1279	0.8086069240216767	3	1	1	1	1	False	26769	fragment	False	ISR0258_000000021745	0.9579580919518005		0	0	False	False	0.9781078696250916	0					non-mobilizable	chromosome	1275.0	98.275	99.0	0.00040156174106328126	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0391_000000014021	1162	0.8086069240216767	3	1	1	1	1	False	37414	fragment	False	ISR0024_000000022424	0.9524446361806155		0	0	False	False	0.9991394281387329	0					non-mobilizable	chromosome	1162.0	99.484	100.0	0.0003659444123818442	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0150_000000003901	6249	0.8086059281479475	11	7	4	6	2	False	104255	maximal	True	AST0150_000000003901	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	76.757	3.0	3.2496564842291465e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0057_000000026427	1342	0.8086053902336159	2	2	2	2	2	False	46094	fragment	False	FIJ0057_000000026427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	88.324	89.0	0.00023432541837723684	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0023_000000009877	1348	0.8085994260271957	2	2	2	2	1	False	89057	fragment	False	CHI0023_000000009877	1.0		0	0	False	False	0.9584569931030273	0					non-mobilizable	no_good_hit								True	False
AST0019_000000015044	1950	0.8085984214447626	3	3	3	3	3	False	122295	fragment	False	AST0019_000000015044	1.0		0	0	False	False	0.9989743828773499	0					non-mobilizable	no_good_hit	143.0	77.622	7.0	0.000293051178705498	NZ_WNZY01000001.1	firmicutes	Paenibacillus timonensis strain 12ME58 NODE_1_length_484557_cov_70.3501, whole genome shotgun sequence	True	False
FIJ0130_000000010204	2020	0.8085837303315405	2	2	2	2	2	False	40880	fragment	False	FIJ0130_000000010204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0143_000000013563	2223	0.8085827905663717	2	1	1	1	1	False	78791	maximal	True	ISR0143_000000013563	1.0		1	1	False	False	0.9995501637458801	0					non-mobilizable	no_good_hit	377.0	73.475	17.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
SPA0072_000000012465	1643	0.8085827905663717	2	1	1	1	1	False	78786	fragment	False	SPA0072_000000012465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	73.74	23.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
SPA0089_000000026756	1405	0.8085827905663717	2	1	1	1	1	False	78785	maximal	True	SPA0089_000000026756	1.0		1	1	False	False	0.9943060278892517	0					non-mobilizable	no_good_hit	377.0	73.74	27.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0776_000000019485	1207	0.8085827905663717	2	1	1	1	1	False	78783	fragment	False	MON0008_000000030537	0.8162828532610356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	74.005	31.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
FIJ0001_000000008560	2300	0.8085819705445972	4	2	2	2	1	True	52601	fragment	False	FIJ0001_000000008560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	93.111	28.0	0.007939602310991388	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0153_000000004449	6092	0.8085741062766167	4	2	2	2	2	True	58102	maximal	True	ENG0153_000000004449	1.0		55	7	False	False	1.0	0					non-mobilizable	other	3116.0	86.361	99.0	0.001056256801203229	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0359_000000013029	2045	0.8085714335057523	5	3	3	2	3	False	93842	fragment	False	ISR0062_000000015555	0.6427718415355849		0	0	False	False	0.9902200698852539	0					non-mobilizable	other	2045.0	98.92399999999999	100.0	0.017037636246883106	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ENG0014_000000012774	1859	0.8085688576577348	3	2	2	2	2	False	81201	fragment	False	DEN0010_000000020867	0.17214841451216886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	75.0	71.0	0.00034478795540742444	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0063_000000000961	23238	0.8085466255206925	29	10	3	10	4	True	16300	maximal	True	MON0063_000000000961	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	92.766	1.0	6.215439953114775e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0185_000000004788	6152	0.8085442986879973	7	2	0	1	2	False	130586	backbone	True	ISR0185_000000004788	1.0	PS1004|PS1005|PS1006|PS1103|PS1104	3	2	True	True	1.0	201					non-mobilizable	no_good_hit	3099.0	98.096	66.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0326_000000002640	5814	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9201172332773572	PS879|PS961	0	0	True	True	0.9996560215950012	6					non-mobilizable	no_good_hit	3086.0	97.375	68.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0146_000000006522	5807	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8318560854395458	PS879|PS961	0	0	True	True	1.0	477					non-mobilizable	no_good_hit	3073.0	98.113	68.0	0.5257661359356275	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CAN0022_000000004909	5614	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8682542146832496	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9991093873977661	10					non-mobilizable	no_good_hit	2733.0	97.256	74.0	0.46687211093990755	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0142_000000005119	5595	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8561583171160211	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9994637966156006	27					non-mobilizable	no_good_hit	3101.0	97.42	69.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0101_000000002188	5589	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8076418242284944	PS879|PS961	0	0	True	True	1.0	826					non-mobilizable	no_good_hit	2582.0	96.902	71.0	0.4413627803458312	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0392_000000005041	5570	0.8085442986879973	6	2	0	1	2	False	130015	backbone	False	ENG0059_000000002209	0.9253444975435315	PS1072|PS1073|PS1074	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	3080.0	95.682	68.0	0.5255949323745934	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0118_000000002189	5522	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.7390826530888259	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.999094545841217	41					non-mobilizable	no_good_hit	3086.0	97.79700000000001	70.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0143_000000003533	5518	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9001333284566992	PS879|PS961	0	0	True	True	1.0	2809					non-mobilizable	no_good_hit	3086.0	97.89399999999999	69.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0051_000000007498	5517	0.8085442986879973	8	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9016719617526594	PS879|PS961	0	0	True	True	1.0	902					non-mobilizable	no_good_hit	3036.0	98.12299999999999	71.0	0.519602807738401	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0094_000000004067	5504	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8155356388323777	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	3099.0	97.48299999999999	71.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0005_000000004336	5500	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8911130410811879	PS879|PS961	0	0	True	True	1.0	271					non-mobilizable	no_good_hit	3089.0	97.475	70.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0048_000000004630	5499	0.8085442986879973	8	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8986616203400921	PS879|PS961	0	0	True	True	1.0	319					non-mobilizable	no_good_hit	3099.0	97.806	69.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0077_000000003734	5497	0.8085442986879973	8	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9050756359193766	PS879|PS961	0	0	True	True	1.0	1177					non-mobilizable	no_good_hit	2515.0	97.455	71.0	0.42989214175654855	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0054_000000004761	5487	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8015442469335599	PS879|PS961	0	0	True	True	1.0	209					non-mobilizable	no_good_hit	3086.0	98.34700000000001	72.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0084_000000004643	5486	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.811046261418983	PS879|PS961	0	0	True	True	1.0	233					non-mobilizable	no_good_hit	2339.0	97.691	72.0	0.40010272213662046	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0260_000000001836	5485	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8068468766961412	PS879|PS961	0	0	True	True	0.9998176693916321	27					non-mobilizable	no_good_hit	3086.0	98.38	72.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0162_000000006499	5485	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8129217914238462	PS879|PS961	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	2777.0	97.29899999999999	72.0	0.4750898818695429	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0093_000000005670	5484	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8045455357189177	PS879|PS961	0	0	True	True	1.0	179					non-mobilizable	no_good_hit	1862.0	99.57	72.0	0.31860982708440333	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0046_000000003597	5479	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9210961822311323	PS879|PS961	0	0	True	True	1.0	280					non-mobilizable	no_good_hit	2776.0	97.98299999999999	72.0	0.4749186783085088	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0140_000000003888	5445	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8822191292072796	PS879|PS961	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	2770.0	97.834	74.0	0.47354904982023627	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0190_000000004263	5438	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.7716439417075844	PS879|PS961	0	0	True	True	1.0	93					non-mobilizable	no_good_hit	2031.0	97.98100000000001	69.0	0.34737202533812706	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0217_000000004991	5414	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8616467836021219	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	479					non-mobilizable	no_good_hit	3086.0	97.34299999999999	73.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0085_000000003804	5414	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.870258513026178	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	3101.0	97.646	71.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0006_000000003361	5414	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8691805409418258	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	229					non-mobilizable	no_good_hit	3099.0	98.258	73.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0059_000000002856	5411	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8632710310918842	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	159					non-mobilizable	no_good_hit	2895.0	97.962	73.0	0.494949494949495	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0812_000000007035	5411	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8663721793525193	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	3099.0	98.096	73.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0095_000000004483	5408	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8665290663842189	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	155					non-mobilizable	no_good_hit	3099.0	98.064	74.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0115_000000004590	5402	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8928899898667407	PS879|PS961	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	3085.0	98.70299999999999	72.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0284_000000001409	5396	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9114727063033389	PS879|PS961	0	0	True	True	1.0	131					non-mobilizable	no_good_hit	2166.0	97.045	74.0	0.3704845060777264	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0254_000000001381	5396	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8533237553504704	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	3089.0	97.345	73.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0069_000000007681	5395	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9145102469729611	PS879|PS961	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	2165.0	97.182	74.0	0.3704845060777264	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0045_000000004606	5395	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9145343265329753	PS879|PS961	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	1982.0	97.32600000000001	74.0	0.3391542544084917	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0031_000000006529	5395	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9142583399681246	PS879|PS961	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	2075.0	97.25299999999999	74.0	0.35507618558466014	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0327_000000004095	5394	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8681808218639793	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	2355.0	97.87700000000001	73.0	0.40284197911316555	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0855_000000001997	5394	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9194370015518784	PS879|PS961	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	3088.0	97.83	74.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0205_000000003603	5394	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9223712187640127	PS879|PS961	0	0	True	True	1.0	178					non-mobilizable	no_good_hit	3086.0	98.21799999999999	74.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0027_000000003500	5394	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8700904389335666	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	65					non-mobilizable	no_good_hit	3086.0	97.829	73.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0127_000000003850	5394	0.8085442986879973	7	2	0	1	2	False	126479	backbone	True	ISR0127_000000003850	0.9223712187640127	PS879|PS961	48	5	True	True	1.0	19					non-mobilizable	no_good_hit	3086.0	98.21799999999999	74.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0171_000000004252	5394	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9193095972807499	PS879|PS961	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	2562.0	97.03399999999999	74.0	0.4379387091251498	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0073_000000008152	5392	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.735234563916501	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	212					non-mobilizable	no_good_hit	3059.0	97.48299999999999	73.0	0.5233692860811505	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0139_000000003259	5392	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.7409575136744357	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	118					non-mobilizable	no_good_hit	3086.0	98.60700000000001	73.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CAN0023_000000001715	5391	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8679459122435855	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.999814510345459	4					non-mobilizable	no_good_hit	2685.0	97.616	73.0	0.45899674713234034	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0813_000000005032	5391	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8846343581018264	PS879|PS961	0	0	True	True	1.0	118					non-mobilizable	no_good_hit	2749.0	97.854	74.0	0.47029618216058894	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0201_000000005162	5391	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8691926590227297	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	2224.0	97.34700000000001	73.0	0.3800719054956343	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0077_000000005096	5379	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9179591183155257	PS879|PS961	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	2341.0	96.92399999999999	74.0	0.40010272213662046	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0100_000000000621	5375	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9143612338788348	PS879|PS961	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	2155.0	97.262	74.0	0.3687724704673857	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AUS0018_000000004919	5375	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9124383383682864	PS879|PS961	0	0	True	True	1.0	803					non-mobilizable	no_good_hit	1981.0	98.08200000000001	74.0	0.3389830508474576	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0143_000000003446	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9188703926369031	PS879|PS961	0	0	True	True	1.0	291					non-mobilizable	no_good_hit	2636.0	97.648	74.0	0.4509501797637391	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AUS0002_000000005754	5374	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9203088902323918	PS879|PS961	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	2582.0	97.48299999999999	74.0	0.4413627803458312	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0360_000000004434	5374	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9217275530472556	PS879|PS961	0	0	True	True	1.0	221					non-mobilizable	no_good_hit	3086.0	98.21799999999999	72.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0364_000000002660	5374	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9130522848922764	PS879|PS961	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	2685.0	97.169	74.0	0.45899674713234034	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0053_000000002225	5374	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9208136441719753	PS879|PS961	0	0	True	True	1.0	1767					non-mobilizable	no_good_hit	2657.0	97.855	74.0	0.4542030474233864	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0012_000000004603	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9220689739658464	PS879|PS961	0	0	True	True	1.0	172					non-mobilizable	no_good_hit	1862.0	98.87200000000001	74.0	0.31860982708440333	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0136_000000002381	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9184349540648684	PS879|PS961	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1984.0	96.976	74.0	0.3389830508474576	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0033_000000005379	5374	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9160653607693868	PS879|PS961	0	0	True	True	1.0	475					non-mobilizable	no_good_hit	2582.0	97.095	74.0	0.4413627803458312	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0062_000000005927	5374	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9178894529523851	PS879|PS961	0	0	True	True	1.0	133					non-mobilizable	no_good_hit	2582.0	97.59899999999999	74.0	0.4413627803458312	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0063_000000007548	5374	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8634752235545765	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	2682.0	98.17299999999999	73.0	0.4588255435713063	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0060_000000004536	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9143830734484318	PS879|PS961	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	3085.0	97.99	73.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0207_000000003029	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9175294415612586	PS879|PS961	0	0	True	True	0.9996278285980225	62					non-mobilizable	no_good_hit	1993.0	97.792	74.0	0.3405238828967643	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0208_000000004608	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.922223587136202	PS879|PS961	0	0	True	True	1.0	123					non-mobilizable	no_good_hit	2499.0	97.919	74.0	0.4274952919020716	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0101_000000008340	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9160784387273034	PS879|PS961	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	3085.0	98.995	73.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0052_000000003568	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9185084075391838	PS879|PS961	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	3101.0	97.807	74.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0023_000000004117	5374	0.8085442986879973	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9099995999696706	PS879|PS961	0	0	True	True	1.0	190					non-mobilizable	no_good_hit	3099.0	98.45100000000001	72.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0231_000000002417	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9192327689691812	PS879|PS961	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1984.0	97.07700000000001	74.0	0.3389830508474576	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0007_000000003186	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9211614041102378	PS879|PS961	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1984.0	97.228	74.0	0.3389830508474576	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0342_000000003426	5374	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9216388409424621	PS879|PS961	0	0	True	True	1.0	124					non-mobilizable	no_good_hit	2620.0	98.435	74.0	0.448210922787194	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0089_000000003363	5374	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9172947256080243	PS879|PS961	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	2958.0	97.904	74.0	0.5057353192946413	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0128_000000006856	5374	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9178596858370672	PS879|PS961	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	1991.0	98.39299999999999	74.0	0.3405238828967643	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0109_000000002918	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.912073035421006	PS879|PS961	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	1981.0	97.325	74.0	0.3389830508474576	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0032_000000004541	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9163533817917365	PS879|PS961	0	0	True	True	1.0	360					non-mobilizable	no_good_hit	3085.0	98.963	73.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0325_000000003124	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9223119682177612	PS879|PS961	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	3086.0	98.21799999999999	73.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0317_000000002854	5374	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9157972207513345	PS879|PS961	0	0	True	True	1.0	173					non-mobilizable	no_good_hit	3099.0	97.354	74.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0038_000000005159	5374	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9207170083886363	PS879|PS961	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	2213.0	97.515	74.0	0.37818866632425957	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0028_000000003080	5373	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8849107444295018	PS879|PS961	0	0	True	True	1.0	153					non-mobilizable	no_good_hit	3099.0	98.354	72.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0062_01_000000004785	5372	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8611670954160155	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9998138546943665	12					non-mobilizable	no_good_hit	2153.0	97.631	73.0	0.3684300633453176	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0058_000000005181	5372	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9100964044188117	PS879|PS961	0	0	True	True	0.998883068561554	27					non-mobilizable	no_good_hit	3089.0	97.896	72.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0093_000000004033	5371	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8844687249849024	PS879|PS961	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	2676.0	98.39299999999999	74.0	0.45779832220510186	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0064_000000003858	5370	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8733500702680096	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	2622.0	97.941	73.0	0.4485533299092621	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0143_000000003116	5367	0.8085442986879973	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9096973586015386	PS879|PS961	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	3099.0	98.45100000000001	73.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CAN0012_000000010062	5366	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9158613737073498	PS879|PS961	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	2158.0	96.664	74.0	0.3687724704673857	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0122_000000002852	5366	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9191129234083539	PS879|PS961	0	0	True	True	0.9988818764686584	11					non-mobilizable	no_good_hit	3099.0	97.257	74.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0113_000000002643	5363	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9134585016416996	PS879|PS961	0	0	True	True	0.9977624416351318	15					non-mobilizable	no_good_hit	3087.0	98.089	72.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0116_000000000005	5362	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8679390023689675	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9927266240119934	9					non-mobilizable	no_good_hit	2684.0	97.876	73.0	0.45899674713234034	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0102_000000007020	5361	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9187375680689596	PS879|PS961	0	0	True	True	1.0	105					non-mobilizable	no_good_hit	3088.0	97.79799999999999	74.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0144_000000002830	5358	0.8085442986879973	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9097749785150698	PS879|PS961	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	3099.0	98.45100000000001	73.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0778_000000002257	5354	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9221367952778569	PS879|PS961	0	0	True	True	1.0	96					non-mobilizable	no_good_hit	2355.0	97.87700000000001	74.0	0.40284197911316555	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0258_000000002726	5354	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9220556731491217	PS879|PS961	0	0	True	True	1.0	189					non-mobilizable	no_good_hit	2061.0	98.10799999999999	74.0	0.3525081321691491	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0048_01_000000002691	5354	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9166810704582197	PS879|PS961	0	0	True	True	0.9996264576911926	7					non-mobilizable	no_good_hit	2685.0	97.505	74.0	0.45899674713234034	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0140_000000002475	5354	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9161542347263628	PS879|PS961	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	2685.0	97.43	74.0	0.45899674713234034	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0269_000000002413	5354	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9207964490954048	PS879|PS961	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	2770.0	97.292	74.0	0.4738914569423044	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0096_000000004735	5354	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.921702091922037	PS879|PS961	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2717.0	98.086	74.0	0.4648176682074987	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0007_000000004178	5354	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9160917154457549	PS879|PS961	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	2357.0	96.945	74.0	0.40284197911316555	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0132_01_000000003424	5354	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9211057070288634	PS879|PS961	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	3088.0	97.895	74.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0057_000000002962	5354	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9162848038715743	PS879|PS961	0	0	True	True	1.0	223					non-mobilizable	no_good_hit	2755.0	97.786	74.0	0.4714946070878274	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0841_000000002227	5354	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9220180777169342	PS879|PS961	0	0	True	True	1.0	116					non-mobilizable	no_good_hit	1971.0	98.22399999999999	74.0	0.3370998116760829	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0054_000000004112	5354	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9125250481635865	PS879|PS961	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	2776.0	98.163	74.0	0.4750898818695429	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0825_000000004000	5354	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9192164104955108	PS879|PS961	0	0	True	True	1.0	204					non-mobilizable	no_good_hit	2515.0	96.978	74.0	0.42989214175654855	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0033_000000012823	5353	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9139537432853626	PS879|PS961	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	2075.0	97.205	74.0	0.35507618558466014	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0212_000000005979	5353	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9201788199341235	PS879|PS961	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	2698.0	97.665	74.0	0.4615648005478514	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0321_000000001690	5352	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9060841104651879	PS879|PS961	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	2761.0	97.24700000000001	74.0	0.47200821777092966	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0779_000000005977	5351	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8834422953114646	PS879|PS961	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	1882.0	96.865	74.0	0.32152028762198254	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0048_000000003428	5333	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.906308567552514	PS879|PS961	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	2076.0	98.12100000000001	72.0	0.35507618558466014	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0069_01_000000011502	5317	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8727699436884546	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	357					non-mobilizable	no_good_hit	3099.0	98.322	72.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0067_000000001791	5316	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9162917050233568	PS879|PS961	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	3098.0	97.773	74.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0238_000000002412	5314	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8989623795469581	PS879|PS961	0	0	True	True	1.0	85					non-mobilizable	no_good_hit	2043.0	96.28	73.0	0.3490840609484677	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0055_000000003649	5295	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9164012303812419	PS879|PS961	0	0	True	True	1.0	156					non-mobilizable	no_good_hit	3086.0	98.185	71.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0149_000000002881	5244	0.8085442986879973	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8865173502134363	PS879|PS961	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	3099.0	97.225	73.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0134_000000006318	5194	0.8085442986879973	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.7965906797223198	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	3098.0	98.12799999999999	72.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0013_000000004430	5177	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8036221086771957	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1993.0	97.19	72.0	0.3405238828967643	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0046_000000004820	5150	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8237063596903681	PS879|PS961	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3099.0	97.87	74.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0100_000000002055	5135	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.7787845162789394	PS879|PS961	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	3088.0	97.506	74.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0202_000000002261	5134	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.829341351126054	PS879|PS961	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	3039.0	97.861	75.0	0.519602807738401	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0087_01_000000002499	5124	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6914842675299735	PS879|PS961	0	0	False	True	0.9994145035743713	0					non-mobilizable	no_good_hit	2678.0	98.32	69.0	0.45779832220510186	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CAN0010_000000002608	5107	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.7119874736658658	PS879|PS961	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	2290.0	98.079	70.0	0.391713747645951	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0042_000000004643	5095	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8385070705806331	PS879|PS961	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	2076.0	98.12100000000001	72.0	0.35507618558466014	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0153_000000005559	5033	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6858454071129385	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2973.0	97.477	75.0	0.5083033727101524	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0182_000000005310	5016	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.654851389428173	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	1728.0	99.24799999999999	71.0	0.295668549905838	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0244_000000004017	4988	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.2591733876109955	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	1938.0	98.14200000000001	71.0	0.3314500941619586	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0128_000000006885	4978	0.8085442986879973	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.4072058796135504	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2097.0	98.18799999999999	71.0	0.3586714603663756	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0010_000000003698	4976	0.8085442986879973	8	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6211562609804515	PS879|PS961	0	0	False	True	0.9977893829345703	0					non-mobilizable	no_good_hit	1984.0	97.228	68.0	0.3389830508474576	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0052_01_000000003471	4945	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.631097982111523	PS879|PS961	0	0	False	True	0.9985844492912292	0					non-mobilizable	no_good_hit	2688.0	97.359	71.0	0.4595103578154426	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0025_000000004244	4938	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.7097192870965061	PS879|PS961	0	0	False	True	0.9949372410774231	0					non-mobilizable	no_good_hit	1992.0	97.289	71.0	0.34035267933573016	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0785_000000006068	4933	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.22652056466994855	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2656.0	98.042	70.0	0.45437425098442047	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0111_01_000000004774	4906	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6150116801173047	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2631.0	98.32799999999999	71.0	0.4500941619585687	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0014_000000007230	4881	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6665230151185985	PS879|PS961	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	2010.0	98.109	71.0	0.34394795411744566	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0022_000000005284	4857	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.4383464524042564	PS879|PS961	0	0	True	True	1.0	694					non-mobilizable	no_good_hit	1816.0	98.073	71.0	0.31056325971580206	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0382_000000002555	4843	0.8085442986879973	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.625112007011716	PS879|PS961	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1982.0	97.98200000000001	71.0	0.3389830508474576	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CAN0011_000000006477	4827	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.18083701332933752	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2117.0	98.06299999999999	68.0	0.362095531587057	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0064_000000003574	4808	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.49751841410918024	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2209.0	97.78200000000001	71.0	0.37801746276322545	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0853_000000003148	4721	0.8085442986879973	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.4020277957891068	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1850.0	96.21600000000001	70.0	0.3163841807909605	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0073_000000002035	4701	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.17592135483304708	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2117.0	98.06299999999999	70.0	0.362095531587057	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0090_000000004938	4690	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.15275662494486728	PS879|PS961	0	0	True	True	0.9997867941856384	24					non-mobilizable	no_good_hit	1720.0	97.965	69.0	0.2941277178565314	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0814_000000008180	4674	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.1797041998663786	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2076.0	98.025	70.0	0.35507618558466014	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0836_000000004267	4628	0.8085442986879973	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.05836554762769559	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2354.0	98.853	68.0	0.40284197911316555	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0357_000000004906	4580	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.1745012370791313	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1984.0	97.07700000000001	69.0	0.3389830508474576	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0161_000000002269	4559	0.8085442986879973	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.17318531490246644	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1960.0	98.061	69.0	0.33538777606574216	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0041_000000002639	4529	0.8085442986879973	4	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.06490283975496983	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	1849.0	97.999	68.0	0.31621297722992636	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0049_000000003448	4354	0.8085442986879973	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.12306169922936201	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2075.0	97.88	68.0	0.35507618558466014	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0011_01_000000011157	3371	0.8085442986879973	5	2	0	1	2	False	123181	fragment	False	USA0011_01_000000011157	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1985.0	95.01299999999999	58.0	0.24263177204353675	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0146_000000007284	3266	0.8085442986879973	4	2	0	1	2	False	127333	fragment	False	SPA0146_000000007284	0.9471367849869873		0	0	False	True	0.9981628656387329	0					non-mobilizable	no_good_hit	1272.0	97.956	76.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0075_000000009182	2554	0.8085442986879973	4	2	0	1	2	False	123153	fragment	False	MON0075_000000009182	1.0		0	0	False	True	0.9996084570884705	0					non-mobilizable	no_good_hit	1938.0	94.634	75.0	0.2367616485263544	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0009_000000006567	5137	0.8085440255644107	5	5	5	5	5	False	95507	fragment	False	SPA0009_000000006567	0.9974969963956748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1626.0	82.84100000000001	89.0	0.0004867770007699487	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MAD0013_000000018391	1372	0.8085421961988851	2	2	1	2	1	True	19551	maximal	True	MAD0013_000000018391	1.0		1	1	False	False	0.9482507109642029	0					non-mobilizable	no_good_hit	156.0	99.359	11.0	6.351857672490841e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ISR0216_000000012914	1331	0.8085395379377917	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.10113890928899945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	75.781	10.0	0.0009532244505824427	CP040906.1	firmicutes	Enterococcus faecium strain FB-1 plasmid punnamed, complete sequence	True	False
ISR0017_000000018554	1800	0.8085349916340343	2	2	2	2	1	False	37852	fragment	False	ISR0017_000000018554	1.0		0	0	False	False	0.9816666841506958	0					non-mobilizable	no_good_hit	1439.0	100.0	80.0	0.10385670951899466	NZ_QIML01000034.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_34, whole genome shotgun sequence	True	False
ENG0009_000000003881	3133	0.8085236217460129	6	2	2	2	2	False	67331	maximal	True	ENG0009_000000003881	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	86.855	50.0	0.0002228706187362629	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0186_000000011913	2430	0.8085161468487646	3	3	3	3	3	False	29339	maximal	True	ISR0186_000000011913	1.0		33	4	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	74.095	21.0	0.002365702810876731	NZ_OBJM01000003.1	firmicutes	Clostridium cadaveris strain LH052 isolate Clostridium cadaveris, whole genome shotgun sequence	True	False
FIJ0105_000000003339	7903	0.8085119433653354	7	7	6	6	5	False	84687	fragment	False	FIJ0105_000000003339	0.9911044774620968		0	0	False	False	0.999367356300354	0					non-mobilizable	no_good_hit	1612.0	82.258	40.0	0.0007452697755329519	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0164_000000004158	5482	0.8085101364428073	9	7	4	5	5	True	130637	backbone	False	AST0039_000000003129	0.6334712430871317	PS1110	0	0	True	True	1.0	10		MOBV			mobilizable	no_good_hit	2475.0	92.80799999999999	88.0	0.48638516179952646	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
MON0039_000000038742	1284	0.8085039648108634	1	1	0	1	1	False	11903	fragment	False	MON0039_000000038742	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	98.52	100.0	0.00018917215727917654	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
DEN0076_000000004595	1700	0.8085015246120395	3	2	1	1	2	False	69995	fragment	False	SPA0097_000000018899	0.6295019157088122		0	0	False	False	0.9994117617607117	0					non-mobilizable	no_good_hit	319.0	96.552	19.0	0.0001414624720589305	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MAD0023_000000008992	1486	0.8084983733239932	3	3	3	3	2	False	19224	maximal	True	MAD0023_000000008992	1.0		17	3	False	False	0.9522207379341125	0					non-mobilizable	no_good_hit	342.0	92.98200000000001	23.0	0.002552949367751982	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0121_000000002969	6209	0.8084954120675079	4	3	2	3	1	False	111965	fragment	False	ENG0121_000000002969	1.0		0	0	False	False	0.9995168447494507	0					non-mobilizable	no_good_hit	799.0	70.08800000000001	13.0	0.0008183425488086601	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0392_000000003459	7587	0.8084862648172938	8	4	4	4	3	False	26502	maximal	True	ISR0392_000000003459	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	92.929	3.0	6.177872939435097e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0284_000000004801	2369	0.8084850021863318	4	4	4	3	2	False	101106	fragment	False	SPA0143_000000008057	0.9638465662998684		0	0	False	False	0.9995778799057007	0					non-mobilizable	no_good_hit	1914.0	92.685	84.0	0.0003459282898632495	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
USA0034_01_000000005750	9775	0.8084822101968963	18	9	8	8	5	True	114630	fragment	False	ISR0196_000000001523	0.9693551191054112		0	0	False	False	1.0	0					non-mobilizable	plasmid	5785.0	99.602	91.0	0.07998837740234943	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0276_000000005797	1754	0.8084800737455741	2	2	2	2	2	False	26315	fragment	False	ISR0276_000000005797	1.0		0	0	False	False	0.9925883412361145	0					non-mobilizable	other	1756.0	89.12299999999999	100.0	0.0004652797580757472	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0186_000000003213	6723	0.8084800058320317	5	4	4	3	4	False	110636	fragment	False	ISR0186_000000003213	0.9864847553782384		0	0	False	False	0.9995537996292114	0					non-mobilizable	other	5668.0	99.929	100.0	0.00138942317240101	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0125_000000002220	6555	0.8084800058320317	4	4	4	3	4	False	110636	fragment	False	ISR0186_000000003213	0.9778606479582934		0	0	False	False	1.0	0					non-mobilizable	other	5668.0	99.912	100.0	0.00138942317240101	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0099_000000003558	6710	0.8084725765169547	6	6	6	6	6	False	107057	maximal	False	AST0110_000000002698	0.9705050219267223		0	0	False	False	1.0	0					non-mobilizable	chromosome	6710.0	99.62700000000001	100.0	0.0028128092035754415	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
ENG0054_000000016761	1628	0.8084711502057531	4	2	1	2	1	False	63747	maximal	True	ENG0054_000000016761	1.0		1	1	False	False	0.9748157262802124	0					non-mobilizable	no_good_hit								True	False
ENG0088_000000005135	4754	0.808469346568065	4	2	1	2	1	False	131117	fragment	False	ENG0088_000000005135	1.0		0	0	False	False	0.998106837272644	0					non-mobilizable	no_good_hit								True	False
ISR0303_000000003606	3176	0.8084672510636083	4	3	3	2	2	False	74967	maximal	True	ISR0303_000000003606	1.0		1	1	False	False	0.9952771067619324	0					non-mobilizable	no_good_hit	443.0	99.09700000000001	14.0	0.0003629522635657514	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	True	False
FIJ0085_000000004627	6199	0.8084630549440329	8	3	1	3	1	False	101195	fragment	False	FIJ0161_000000002340	0.974112305809088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	85.635	3.0	4.774951723637532e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0043_000000003426	5116	0.8084630549440329	6	3	1	3	1	False	101193	fragment	False	SPA0043_000000003426	1.0		0	0	False	False	0.9988272190093994	0					non-mobilizable	no_good_hit	162.0	93.21	12.0	4.29478898047845e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0041_000000009777	4841	0.8084630549440329	7	3	1	3	1	False	101192	fragment	False	MON0038_000000004872	0.7682063009832752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	91.729	5.0	3.467842033926699e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0069_000000005015	4791	0.8084630549440329	6	3	1	3	1	False	101192	fragment	False	MON0038_000000004872	0.7953002334369229		0	0	False	False	0.9995825290679932	0					non-mobilizable	no_good_hit	136.0	94.853	10.0	3.6012205736931106e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0125_000000003239	4642	0.8084630549440329	6	3	1	3	1	False	101192	fragment	False	MON0038_000000004872	0.7193292102052754		0	0	False	False	0.9997845888137817	0					non-mobilizable	no_good_hit	148.0	93.243	10.0	3.921329069132498e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0072_000000005448	4622	0.8084630549440329	6	3	1	3	1	False	101192	fragment	False	MON0038_000000004872	0.7866344109500643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	86.36399999999999	7.0	5.228438758843331e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0115_000000005294	4622	0.8084630549440329	6	3	1	3	1	False	101192	fragment	False	MON0038_000000004872	0.7866344109500643		0	0	False	False	0.9997836351394653	0					non-mobilizable	no_good_hit	198.0	86.36399999999999	7.0	5.228438758843331e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0363_000000004054	4528	0.8084630549440329	7	3	1	3	1	False	101192	fragment	False	MON0038_000000004872	0.6695045832064658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	85.93	4.0	5.228438758843331e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0076_000000010020	4402	0.8084630549440329	6	3	1	3	1	False	101192	fragment	False	MON0038_000000004872	0.8141146717894309		0	0	False	False	0.9990913271903992	0					non-mobilizable	no_good_hit	146.0	91.781	5.0	3.814626237319369e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0014_000000013329	1775	0.8084617162635565	2	2	2	2	1	False	68757	fragment	False	FIJ0120_000000008830	0.1788790919225702		0	0	False	False	0.9881690144538879	0					non-mobilizable	no_good_hit	45.0	93.333	3.0	1.1040319245885976e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0019_000000009682	1957	0.8084616018380941	3	2	2	2	2	False	66526	fragment	False	ENG0019_000000009682	1.0		0	0	False	False	0.9989780187606812	0					non-mobilizable	no_good_hit	451.0	80.044	23.0	0.00013431865806625706	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0810_000000006430	2375	0.8084561603121907	2	2	2	2	2	False	117154	fragment	False	ISR0810_000000006430	1.0		0	0	False	False	0.9970526099205017	0					non-mobilizable	no_good_hit	1379.0	69.97800000000001	57.0	0.002054121367135279	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0312_000000016929	1151	0.8084526865088947	2	2	1	2	0	True	25235	maximal	True	ISR0312_000000016929	1.0		86	8	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	99.476	83.0	0.012845050679318525	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0141_000000014532	2023	0.808450412639353	3	3	3	3	3	False	79320	fragment	False	ISR0280_000000006263	0.9750733137829912		0	0	False	False	1.0	0					non-mobilizable	other	2010.0	96.318	99.0	0.03280267776961385	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
USA0075_01_000000003141	7826	0.8084340558336365	16	7	1	4	6	False	88501	fragment	False	USA0075_01_000000003141	0.990168345522285		0	0	False	False	1.0	0					non-mobilizable	other	3664.0	97.162	93.0	0.014811093736074088	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	False	False
CHI0120_000000001466	7763	0.8084340558336365	16	7	1	4	6	False	88501	fragment	False	USA0075_01_000000003141	0.9855165273954158		0	0	False	False	0.9996135234832764	0					non-mobilizable	other	3607.0	97.53299999999999	93.0	0.014588279142123302	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	False	False
CHI0048_000000001941	7716	0.8084340558336365	16	7	1	4	6	False	88501	fragment	False	USA0075_01_000000003141	0.9819231248158531		0	0	False	False	1.0	0					non-mobilizable	other	3659.0	97.185	93.0	0.014790837863896743	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	False	False
ENG0106_000000003435	5828	0.8084327098264394	6	4	2	2	4	False	60105	fragment	False	ENG0106_000000003435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1541.0	93.12100000000001	70.0	0.2257542310522443	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
ISR0222_000000009764	6323	0.8084304271821737	8	8	5	6	8	True	109450	fragment	False	ISR0222_000000009764	1.0		0	0	False	False	1.0	0	rep_cluster_667				non-mobilizable	plasmid	6325.0	99.889	100.0	0.12911919637388214	HM021329.1	firmicutes	Lactococcus lactis subsp. lactis strain IL594 plasmid pIL4, complete sequence	False	True
ISR0771_000000002281	4678	0.8084277025096406	3	3	3	3	3	True	61030	maximal	True	ISR0771_000000002281	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1710.0	98.012	75.0	0.000555437108528966	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
DEN0067_000000006999	4404	0.8084123689363473	8	3	2	2	2	False	86741	maximal	True	DEN0067_000000006999	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2501.0	81.887	57.0	0.13325709306758154	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0017_000000007524	4394	0.8084085480135281	8	8	6	7	8	False	97792	maximal	True	ISR0017_000000007524	1.0		94	11	False	False	0.9995448589324951	0					non-mobilizable	other	3500.0	99.971	100.0	0.0007538264393797726	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0123_000000000713	19432	0.8084058334758734	20	15	10	8	13	False	32133	maximal	True	ISR0123_000000000713	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2773.0	78.146	14.0	0.0006417816799775635	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
CHI0143_000000015826	1254	0.8083970096527165	2	2	2	1	1	False	79904	maximal	True	CHI0143_000000015826	1.0		2	1	False	False	0.99920254945755	0					non-mobilizable	other	1254.0	94.49799999999999	100.0	0.0009408524438510825	NZ_QEMY02000001.1	firmicutes	Streptococcus halitosis strain VT-4 NODE_1_length_1331771_cov_478.225, whole genome shotgun sequence	False	False
ENG0177_000000018567	1422	0.8083939626638643	3	2	2	2	0	True	55507	maximal	True	ENG0177_000000018567	1.0		0	0	False	False	0.9992967844009399	0					non-mobilizable	no_good_hit								True	True
ENG0111_000000014662	1400	0.8083906908057645	3	3	3	1	1	False	59722	maximal	True	ENG0111_000000014662	1.0		1	1	False	False	0.991428554058075	0					non-mobilizable	no_good_hit	843.0	74.49600000000001	59.0	0.0013059309005582975	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ENG0011_000000020224	1419	0.8083891349893845	2	2	2	2	2	False	67138	fragment	False	ENG0011_000000020224	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	98.52	100.0	0.022657186226731647	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0043_000000002148	8772	0.8083867883137554	8	4	4	4	1	True	18076	fragment	False	MAD0043_000000002148	1.0		0	0	False	False	0.9998859763145447	0					non-mobilizable	no_good_hit	1319.0	88.249	15.0	0.00042988321071224604	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
USA0041_01_000000005705	3830	0.8083853935065377	5	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.015006837999005426		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2240.0	98.39299999999999	89.0	0.0005097699842242241	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
TAN0007_000000023900	1706	0.8083808146434349	2	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.36537182185557315		0	0	False	False	0.9953106641769409	0					non-mobilizable	no_good_hit	398.0	77.13600000000001	23.0	0.0001395271587489726	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0277_000000001223	7120	0.8083792687648592	9	5	2	4	3	False	130740	backbone	True	ISR0277_000000001223	1.0	PS1125|PS1126|PS140|PS493|PS494	1	1	True	True	0.9998595714569092	8					non-mobilizable	no_good_hit	3012.0	87.01899999999999	78.0	0.45951759102780765	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
CHI0179_000000014593	1494	0.8083668109709927	2	2	2	2	2	False	77541	maximal	True	CHI0179_000000014593	1.0		5	2	False	False	0.9805890321731567	0					non-mobilizable	other	1494.0	98.99600000000001	100.0	0.026531373838252804	NZ_ADFP01000011.1	bacteria	Pyramidobacter piscolens W5455 contig00056, whole genome shotgun sequence	False	False
CHI0082_000000005976	1519	0.8083650919345963	2	2	2	2	2	False	84263	fragment	False	CHI0082_000000005976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0029_000000005672	4243	0.8083538129192177	5	3	1	1	3	False	65824	maximal	True	ENG0029_000000005672	1.0		157	12	False	False	1.0	0					non-mobilizable	no_good_hit	2624.0	96.494	62.0	0.0011687388464427097	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0256_000000002091	8025	0.8083435695613987	11	7	3	4	7	False	102157	maximal	True	ISR0256_000000002091	0.9151651605654946		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	2941.0	92.554	38.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
DEN0011_000000015020	2853	0.8083394876742426	4	2	2	1	2	False	75724	fragment	False	DEN0011_000000015020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	93.35799999999999	17.0	0.004591020857334456	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0163_000000007591	3093	0.8083367231494883	6	2	2	2	1	False	56317	maximal	True	ENG0163_000000007591	1.0		1	1	False	False	0.9996767044067383	0					non-mobilizable	no_good_hit	284.0	75.0	9.0	0.0055501011841551625	NZ_JH921523.1	firmicutes	Bacillus bingmayongensis strain FJAT-13831 Scaffold12, whole genome shotgun sequence	True	False
MAD0042_000000009139	2469	0.8083311467543256	5	3	2	3	3	True	18451	fragment	False	MAD0042_000000009139	1.0		0	0	False	False	0.9688133001327515	0					non-mobilizable	no_good_hit	1186.0	99.41	87.0	0.00020060126207818507	CP050200.1	enterobacteria	Escherichia coli strain RH-024-MS chromosome	True	True
ENG0206_000000011842	2167	0.8083299682496287	3	3	2	3	1	False	53956	maximal	True	ENG0206_000000011842	1.0		1	1	False	False	0.9976926445960999	0					non-mobilizable	no_good_hit								True	False
ISR0839_000000004843	3536	0.8083251608804801	3	3	3	3	3	False	74835	fragment	False	DEN0021_000000009390	0.9836641877661667		0	0	False	False	0.9983031749725342	0					non-mobilizable	no_good_hit								True	False
SPA0137_000000007370	4913	0.8083249598831469	6	6	5	6	5	False	95483	maximal	True	SPA0137_000000007370	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	1914.0	78.318	51.0	0.03943573667711599	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
SPA0041_000000024869	1358	0.8083182433152866	2	2	1	2	1	False	37567	fragment	False	ISR0299_000000008021	0.7825246281717956		0	0	False	False	0.9992636442184448	0					non-mobilizable	no_good_hit	63.0	85.714	5.0	0.0002038353930571035	NZ_FRFD01000011.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
ISR0334_000000002597	6349	0.8083106213000616	11	2	1	2	1	True	61581	maximal	True	ISR0334_000000002597	0.9311175337186899		1	1	True	True	1.0	117					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00014604146495816184	MN687326.1	rodents	Mus spretus clone CH35-76A08 sequence, complete sequence	True	True
ENG0083_000000003667	6228	0.8083106213000616	11	2	1	2	1	True	61581	maximal	False	ISR0334_000000002597	0.9262716257613977		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00014604146495816184	MN687326.1	rodents	Mus spretus clone CH35-76A08 sequence, complete sequence	True	True
FIJ0028_000000004855	6168	0.8083106213000616	10	2	1	2	1	True	48960	maximal	False	FIJ0147_000000002778	0.9999196916158046		0	0	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
FIJ0147_000000002778	6167	0.8083106213000616	11	2	1	2	1	True	48960	maximal	True	FIJ0147_000000002778	0.9999197045126064		2	1	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
CAN0001_000000035623	1211	0.8083106213000616	2	2	1	2	1	True	97036	maximal	True	CAN0001_000000035623	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	77.09899999999999	11.0	0.00041353861814480213	NZ_AUGK01000004.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
MON0099_000000027833	1312	0.8083002921277763	2	2	2	1	1	False	9147	fragment	False	MON0099_000000027833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	73.196	51.0	0.004544863414533981	NZ_BAKG01000005.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
ISR0222_000000022505	2224	0.8082985178118284	2	2	2	2	2	False	27880	backbone	True	ISR0222_000000022505	1.0	PS82	12	5	True	True	1.0	1					non-mobilizable	no_good_hit	1113.0	81.312	50.0	0.013292519794164789	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
AST0101_000000004609	1663	0.8082959550920206	3	2	2	2	2	False	108468	fragment	False	AST0101_000000004609	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1663.0	99.51899999999999	100.0	0.0003452885870903204	CP043009.1	enterobacteria	Citrobacter portucalensis strain WCHCP085039 chromosome, complete genome	False	False
MON0039_000000045511	1106	0.8082922015426485	2	1	1	1	1	False	11886	fragment	False	MON0039_000000045511	1.0		0	0	False	False	0.9692586064338684	0					non-mobilizable	chromosome	1106.0	100.0	100.0	0.00021077002396293042	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
USA0037_01_000000013176	2626	0.8082921476391519	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.6300786182313197		0	0	False	False	0.99961918592453	0					non-mobilizable	chromosome	2496.0	95.67299999999999	99.0	0.0010275024730069542	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0032_000000011014	2506	0.8082913640720736	3	3	3	3	3	False	7243	maximal	True	SPA0032_000000011014	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	79.104	5.0	0.0005035831880689522	NZ_PYAT01000006.1	firmicutes	Planomicrobium soli strain CGMCC 1.12259 Ga0171580_106, whole genome shotgun sequence	True	False
ISR0250_000000001525	5601	0.8082903072684018	6	3	2	3	3	True	97322	fragment	False	ENG0071_000000003649	0.9305409202669477		0	0	False	False	0.9992858171463013	0					non-mobilizable	other	5613.0	96.84700000000001	100.0	0.012499721336692155	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0059_000000008772	4103	0.8082903072684018	4	3	2	3	3	True	97320	fragment	False	USA0001_01_000000003565	0.6817171913080362		0	0	False	False	1.0	0					non-mobilizable	chromosome	4103.0	100.0	100.0	0.0007735763517218957	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
MON0107_000000019331	2982	0.8082867815434207	2	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.6430045951117139		0	0	False	False	0.996646523475647	0					non-mobilizable	no_good_hit	660.0	74.697	22.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0814_000000010082	3840	0.8082591734088788	6	2	1	2	1	False	21549	maximal	True	ISR0814_000000010082	1.0		2	1	False	False	0.9997395873069763	0					non-mobilizable	no_good_hit								True	False
MON0093_000000007813	4946	0.808252972421384	7	6	4	6	4	False	73997	fragment	False	MON0093_000000007813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	80.514	34.0	0.0002813111785400397	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0220_000000002798	3607	0.8082518627633171	6	2	1	2	1	True	28000	fragment	False	ISR0220_000000002798	1.0		0	0	False	False	0.9972276091575623	0					non-mobilizable	other	3263.0	90.162	90.0	0.05619069097722187	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	False	True
MON0059_000000027023	1447	0.8082331934937805	3	3	2	2	3	False	10930	fragment	False	MON0059_000000027023	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	87.491	95.0	0.03271774097462171	NZ_QRYH01000022.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf22, whole genome shotgun sequence	False	False
AST0087_000000014048	2596	0.8082296998672173	3	2	2	2	2	False	110932	maximal	True	AST0087_000000014048	1.0		154	12	False	False	0.9826656579971313	0					non-mobilizable	no_good_hit	277.0	74.368	11.0	0.0009707906233046854	NZ_OAOF01000005.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
SPA0138_000000020825	1306	0.8082293319002739	2	2	2	2	1	False	3523	maximal	True	SPA0138_000000020825	1.0		1	1	False	False	0.9954057931900024	0					non-mobilizable	no_good_hit	691.0	82.634	53.0	0.0012429598680911095	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MAD0047_000000012971	3184	0.8082238058980812	5	2	2	2	2	False	17677	fragment	False	MAD0047_000000012971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0031_000000019684	1127	0.8082192483629945	2	1	1	1	0	True	65654	maximal	True	ENG0031_000000019684	1.0		1	1	False	False	0.9875776171684265	0					non-mobilizable	no_good_hit								True	True
MON0103_000000036969	1535	0.8082078235435235	2	2	2	2	2	False	92359	fragment	False	ETH0004_000000018317	0.9778793731821523		0	0	False	False	0.989576518535614	0					non-mobilizable	no_good_hit	719.0	78.164	46.0	0.00016031615161418182	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0016_000000003231	9349	0.8082053622105364	11	5	4	4	3	True	95892	fragment	False	SPA0016_000000003231	1.0		0	0	False	False	0.9998930096626282	0					non-mobilizable	no_good_hit	751.0	83.48899999999999	8.0	0.0001960297089107535	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0048_000000004998	4409	0.8081948309211242	5	1	1	1	1	False	17566	maximal	True	MAD0048_000000004998	1.0		1	1	True	True	0.9963710308074951	8					non-mobilizable	no_good_hit	452.0	73.23	10.0	0.0001865749961518907	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
MAD0103_000000011508	1984	0.8081948309211242	2	1	1	1	1	False	14921	fragment	False	MAD0103_000000011508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	72.007	28.0	0.00023576294968284371	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0159_000000018169	1451	0.8081944626066127	2	2	2	1	2	False	30468	fragment	False	ISR0159_000000018169	1.0		0	0	False	False	0.9958649277687073	0					non-mobilizable	no_good_hit	623.0	81.059	42.0	0.007975061696324198	NZ_SMUS01000019.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00019, whole genome shotgun sequence	True	False
DEN0071_000000013201	2963	0.8081943201832961	5	2	2	1	1	False	113531	fragment	False	DEN0071_000000013201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	2.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
FIJ0124_000000012522	2207	0.8081943201832961	4	2	2	1	1	False	113529	fragment	False	ISR0018_000000008954	0.9450250836120402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	8.331185843951966e-06	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
SPA0008_000000016372	1859	0.8081943201832961	3	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.4131243198284103		0	0	False	False	0.9994620680809021	0					non-mobilizable	no_good_hit	284.0	75.704	15.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0070_000000010810	1849	0.8081943201832961	2	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.4719339623814144		0	0	False	False	0.9935100078582764	0					non-mobilizable	no_good_hit	386.0	78.238	21.0	0.0001352776006144861	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0140_000000016104	1833	0.8081943201832961	2	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.47151947964226654		0	0	False	False	0.9934533834457397	0					non-mobilizable	no_good_hit	376.0	77.926	20.0	0.00013173630216908072	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0021_000000022359	1638	0.8081943201832961	2	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.3212160419687263		0	0	False	False	0.9981684684753418	0					non-mobilizable	no_good_hit	337.0	77.44800000000001	20.0	9.339754834231935e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0055_000000023785	1524	0.8081943201832961	2	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.20869223250017943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	4.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ENG0090_000000016162	1517	0.8081943201832961	2	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.2076883896056279		0	0	False	False	0.9973632097244263	0					non-mobilizable	no_good_hit	55.0	87.273	4.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0243_000000008671	1446	0.8081943201832961	2	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.176768796584802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	4.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0802_000000002933	4397	0.8081933985208388	3	3	3	3	2	False	130349	backbone	False	ISR0335_000000002496	0.22705615610346105	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4395.0	99.204	99.0	0.0008500560409467869	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0182_000000013956	1999	0.8081920017316606	5	3	1	2	2	False	77347	fragment	False	CHI0182_000000013956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	95.166	80.0	0.03491819479521247	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
SPA0034_000000017717	2018	0.8081917547069462	3	2	2	2	1	True	84436	fragment	False	ISR0266_000000008286	0.9579509060295696		0	0	False	False	0.9905847311019897	0					non-mobilizable	other	2006.0	99.103	99.0	0.0006434320827752108	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0366_000000009700	1984	0.8081917547069462	3	2	2	2	1	True	84436	fragment	False	ISR0266_000000008286	0.9511642637037351		0	0	False	False	0.9798387289047241	0					non-mobilizable	other	1984.0	99.14299999999999	100.0	0.0006363719801213182	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0019_01_000000009533	3116	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.9880892849420153		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2635.0	98.634	87.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
ISR0100_000000003846	3101	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.9887368555540738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2635.0	98.786	86.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
ISR0127_000000007515	3087	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.98797139216173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2638.0	98.635	85.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
ISR0323_000000006196	3087	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.9879961383495115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2638.0	98.635	86.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
USA0015_01_000000010690	3084	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.9877868962263263		0	0	False	False	0.9996757507324219	0					non-mobilizable	no_good_hit	2625.0	99.086	85.0	0.2682478020854631	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
ISR0151_000000005785	3084	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.9886128389582812		0	0	False	False	0.9990272521972656	0					non-mobilizable	no_good_hit	2635.0	99.051	86.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
ISR0327_000000009241	2836	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.9801935996979785		0	0	False	False	1.0	0					non-mobilizable	other	2625.0	99.086	93.0	0.2682478020854631	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0308_000000005833	2759	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8719665296056773		0	0	False	False	1.0	0					non-mobilizable	other	2638.0	99.35600000000001	96.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
FIJ0068_000000011698	2705	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.866498467000125		0	0	False	False	1.0	0					non-mobilizable	other	2625.0	99.01	97.0	0.2682478020854631	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
CHI0140_000000010842	2697	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8718644944352335		0	0	False	False	0.9988876581192017	0					non-mobilizable	other	2625.0	98.895	97.0	0.2682478020854631	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0109_000000012181	2636	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8703030794142369		0	0	False	False	1.0	0					non-mobilizable	other	2635.0	98.67200000000001	99.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0381_000000006171	2635	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8706054284053646		0	0	False	False	1.0	0					non-mobilizable	other	2635.0	98.71	100.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0171_000000010191	2635	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8698234884468552		0	0	False	False	0.9996204972267151	0					non-mobilizable	other	2635.0	98.52	100.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0391_000000005182	2635	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8706054284053646		0	0	False	False	1.0	0					non-mobilizable	other	2635.0	98.71	100.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
AST0094_000000008299	2635	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8698234884468552		0	0	False	False	1.0	0					non-mobilizable	other	2635.0	98.52	100.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0264_000000003864	2635	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8706054284053646		0	0	False	False	1.0	0					non-mobilizable	other	2635.0	98.71	100.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0082_000000011252	2635	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8706054284053646		0	0	False	False	1.0	0					non-mobilizable	other	2635.0	98.71	100.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0263_000000004960	2635	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.871077922013323		0	0	False	False	1.0	0					non-mobilizable	other	2635.0	98.786	100.0	0.26927008791658147	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
DEN0052_000000016078	2625	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8681884510527567		0	0	False	False	1.0	0					non-mobilizable	other	2625.0	98.62899999999999	100.0	0.2679411163361276	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
AST0149_000000010373	2625	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8681884510527567		0	0	False	False	1.0	0					non-mobilizable	other	2625.0	98.62899999999999	100.0	0.2679411163361276	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ENG0148_000000014300	2625	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8664727175367681		0	0	False	False	1.0	0					non-mobilizable	other	2625.0	98.93299999999999	100.0	0.2679411163361276	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
AST0024_000000012875	2625	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8681884510527567		0	0	False	False	1.0	0					non-mobilizable	other	2625.0	98.62899999999999	100.0	0.2679411163361276	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0272_000000004100	2625	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8695138113543077		0	0	False	False	0.9992380738258362	0					non-mobilizable	other	2625.0	98.667	100.0	0.2679411163361276	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0275_000000005328	2607	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8280354699413744		0	0	False	False	1.0	0					non-mobilizable	other	2527.0	99.64399999999999	97.0	0.25822940094050295	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0266_000000006383	2602	0.8081907100071077	4	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8630433412133116		0	0	False	False	0.9996156692504883	0					non-mobilizable	other	2602.0	98.38600000000001	100.0	0.26487425884277244	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ENG0069_000000007657	2595	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8632410250678142		0	0	False	False	1.0	0					non-mobilizable	other	2595.0	99.26799999999999	100.0	0.26487425884277244	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0294_000000007374	2595	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8651694853532634		0	0	False	False	1.0	0					non-mobilizable	other	2595.0	98.65100000000001	100.0	0.26487425884277244	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0295_000000013423	2595	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8651694853532634		0	0	False	False	1.0	0					non-mobilizable	other	2595.0	98.65100000000001	100.0	0.26487425884277244	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0253_000000004631	2595	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8651694853532634		0	0	False	False	1.0	0					non-mobilizable	other	2595.0	98.65100000000001	100.0	0.26487425884277244	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0328_000000010865	2595	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8654568479963826		0	0	False	False	1.0	0					non-mobilizable	other	2595.0	98.728	100.0	0.26487425884277244	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ENG0029_000000009342	2588	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8626840144365183		0	0	False	False	0.9988408088684082	0					non-mobilizable	other	2588.0	98.725	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0848_000000006624	2587	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8646947031906365		0	0	False	False	0.9992269277572632	0					non-mobilizable	other	2587.0	99.03399999999999	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ENG0025_000000009568	2587	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8652526708866298		0	0	False	False	0.9969075918197632	0					non-mobilizable	other	2587.0	99.111	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0331_000000008861	2587	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8646947031906365		0	0	False	False	1.0	0					non-mobilizable	other	2587.0	99.03399999999999	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0186_000000010977	2587	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8646947031906365		0	0	False	False	0.9996134638786316	0					non-mobilizable	other	2587.0	99.03399999999999	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0073_000000010250	2587	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8652526708866298		0	0	False	False	1.0	0					non-mobilizable	other	2587.0	99.111	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0398_000000008987	2587	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8646947031906365		0	0	False	False	0.9934287071228027	0					non-mobilizable	other	2587.0	99.03399999999999	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0279_000000007999	2587	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8652526708866298		0	0	False	False	0.9996134638786316	0					non-mobilizable	other	2587.0	99.111	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ENG0018_000000008151	2575	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8596432661651197		0	0	False	False	0.9968932271003723	0					non-mobilizable	other	2575.0	98.68	100.0	0.2628296871805357	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0789_000000005425	2575	0.8081907100071077	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.8590041661254575		0	0	False	False	1.0	0					non-mobilizable	other	2575.0	99.37899999999999	100.0	0.2628296871805357	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
FIJ0039_000000010768	2179	0.8081873035224598	3	2	1	1	2	False	49917	fragment	False	FIJ0039_000000010768	1.0		0	0	False	False	0.9871500730514526	0					non-mobilizable	other	2186.0	84.17200000000001	100.0	0.11642977726950934	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0084_000000008222	2200	0.8081805377587166	3	3	3	3	2	False	129468	fragment	False	SPA0083_000000007203	0.9696829617100519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1427.0	84.79299999999999	65.0	0.019857206604194554	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0013_000000004203	5832	0.8081748774301308	7	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8442629913608444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	85.41799999999999	27.0	0.19816236972024137	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
CHI0122_000000012060	1184	0.8081733020580495	2	1	1	1	1	True	81733	fragment	False	CHI0122_000000012060	0.9738380315859674		0	0	False	False	0.9847972989082336	0					non-mobilizable	no_good_hit	987.0	97.771	83.0	0.0002738113090180005	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
CHI0180_000000011254	1172	0.8081733020580495	3	1	1	1	1	True	81733	fragment	False	CHI0122_000000012060	0.9563641454521671		0	0	False	False	0.9957337975502014	0					non-mobilizable	no_good_hit	1028.0	97.95700000000001	88.0	0.0002851969719690532	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
MON0094_000000022165	1700	0.8081571989330281	3	3	3	2	2	False	52688	fragment	False	MON0084_000000020033	0.9830362277170788		0	0	False	False	0.9882352948188782	0					non-mobilizable	no_good_hit	1085.0	77.143	63.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0085_000000003389	5932	0.8081490283833651	8	3	2	3	2	False	34152	maximal	True	ISR0085_000000003389	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	74.119	11.0	0.005233641817042301	NZ_FQVD01000014.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
AST0061_000000010998	3688	0.8081432835706306	6	5	5	4	1	False	112115	maximal	True	AST0061_000000010998	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	71.31	25.0	0.00031573393881823166	NZ_KE159646.1	actinobacteria	Enterorhabdus caecimuris B7 acPFx-supercont1.1, whole genome shotgun sequence	True	False
CAN0015_000000023640	1495	0.8081396283664686	2	1	1	1	1	True	93189	fragment	False	CAN0015_000000023640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	4.0	0.00011378858081684231	NZ_KE386844.1	g-proteobacteria	Silanimonas lenta DSM 16282 G408DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
MAD0037_000000001099	10836	0.8081329360965671	13	10	8	10	9	False	18688	maximal	True	MAD0037_000000001099	1.0		1	1	False	False	0.9979697465896606	0					non-mobilizable	no_good_hit	1779.0	73.693	17.0	0.0004133036819252437	CP057688.1	enterobacteria	Escherichia coli strain RHB17-C14 chromosome, complete genome	True	False
FIJ0046_000000006505	4141	0.8081173158610416	7	4	3	3	3	False	66806	fragment	False	FIJ0135_000000006858	0.9687430312682347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	77.331	31.0	0.0002968229737807129	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0094_000000025763	1506	0.8081168803118819	3	2	2	2	2	False	68320	fragment	False	ETH0002_000000016479	0.9489194499017681		0	0	False	False	0.9946879148483276	0					non-mobilizable	no_good_hit	1233.0	77.94	81.0	0.000417781235487757	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0121_000000018844	1364	0.8081065890080836	3	2	2	2	2	False	46189	fragment	False	SPA0012_000000015675	0.7556559400140592		0	0	False	False	0.9992668628692627	0					non-mobilizable	other	1364.0	96.041	100.0	0.02141263706915512	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0810_000000014007	1310	0.80810377653797	3	2	2	2	1	False	94866	fragment	False	ISR0193_000000019772	0.9439771550743661		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	99.771	100.0	0.0028937257658757003	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
MAD0070_000000015999	1343	0.8081027961990995	1	1	1	1	1	False	91848	fragment	False	ISR0143_000000015255	0.2619924312017877		0	0	False	False	0.9940431714057922	0					non-mobilizable	other	1344.0	99.182	100.0	0.01079868453850298	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ITA0002_000000004987	1935	0.8081020084417739	2	2	2	2	2	True	20425	maximal	True	ITA0002_000000004987	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	73.343	35.0	0.0006479289686366065	NZ_JABXYR010000001.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig1, whole genome shotgun sequence	True	True
FIJ0098_000000009158	2527	0.8080921359240061	4	4	4	4	3	False	98463	fragment	False	FIJ0098_000000009158	1.0		0	0	False	False	0.9980213642120361	0					non-mobilizable	no_good_hit	1365.0	75.678	53.0	0.0002953529172007632	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ENG0157_000000010153	2472	0.8080886315120099	4	4	3	3	3	False	98912	maximal	True	ENG0157_000000010153	0.9939431127213846		465	12	False	False	1.0	0					non-mobilizable	chromosome	2472.0	100.0	100.0	0.0010444347604457213	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0042_000000012076	2002	0.8080860599702031	3	3	3	3	3	False	76082	fragment	False	FIJ0073_000000008526	0.9203301257321712		0	0	False	False	0.9995005130767822	0					non-mobilizable	other	2000.0	94.9	99.0	0.0054683544303797465	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0077_000000002837	7255	0.8080797925762824	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.39504980524056965		0	0	False	False	0.9995864629745483	0					non-mobilizable	other	6110.0	98.28200000000001	93.0	0.10355471134929788	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
CAN0009_000000002902	6526	0.8080783280729291	10	8	2	4	6	True	123573	maximal	True	CAN0009_000000002902	1.0	PS902	15	6	False	True	0.9995403289794922	0	rep_cluster_1702				non-mobilizable	other	6475.0	97.514	99.0	0.015964466188161833	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
ENG0078_000000019610	1313	0.8080722491168058	3	2	1	2	1	False	122102	fragment	False	ISR0028_000000007710	0.07225522846996589		0	0	False	False	0.997715175151825	0					non-mobilizable	other	1312.0	95.579	99.0	0.029972565157750344	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0025_01_000000002835	6405	0.8080690138694357	9	5	2	2	5	False	89198	backbone	True	USA0025_01_000000002835	0.9855770070926553	PS462	21	6	False	True	1.0	0					non-mobilizable	no_good_hit	2873.0	93.90899999999999	73.0	0.0005523257326554592	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	True	True
ISR0128_000000005165	6405	0.8080690138694357	9	5	2	2	5	False	89198	backbone	False	USA0025_01_000000002835	0.9854773447232068	PS462	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2873.0	93.90899999999999	73.0	0.0005523257326554592	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	True	True
ENG0092_000000002787	6405	0.8080690138694357	9	5	2	2	5	False	89198	backbone	False	USA0025_01_000000002835	0.9764570438448041	PS462	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2873.0	93.90899999999999	73.0	0.0005523257326554592	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	True	True
ENG0021_000000002839	6402	0.8080690138694357	9	5	2	2	5	False	89198	backbone	False	USA0025_01_000000002835	0.9783009451290596	PS462	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2873.0	93.039	73.0	0.0005547929679507368	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
USA0016_01_000000003129	6399	0.8080690138694357	9	5	2	2	5	False	89198	backbone	False	USA0025_01_000000002835	0.9848584459158845	PS462	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2874.0	93.041	73.0	0.0005549865453994287	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
USA0011_01_000000005909	6389	0.8080690138694357	9	5	2	2	5	False	89198	backbone	False	USA0025_01_000000002835	0.9825860091551545	PS462	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2874.0	93.041	73.0	0.0005549865453994287	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
FIJ0040_000000005918	4203	0.8080690017795483	4	4	1	4	4	False	47516	maximal	True	FIJ0040_000000005918	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	4203.0	95.051	100.0	0.000916117076361258	CP056126.1	enterobacteria	Enterobacter asburiae strain RHBSTW-01009 chromosome, complete genome	False	False
CHI0164_000000016445	1224	0.80805963837686	2	2	2	2	2	False	78351	maximal	True	CHI0164_000000016445	1.0		1	1	False	False	0.9861111044883728	0					non-mobilizable	other	1224.0	98.85600000000001	100.0	0.020917204872115534	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	False
SPA0109_000000014185	2224	0.8080565960988246	4	3	3	3	3	False	94374	fragment	False	SPA0109_000000014185	0.9961333977767037		0	0	False	False	0.994154691696167	0					non-mobilizable	no_good_hit	475.0	98.316	21.0	0.00397607643461703	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0080_000000020189	1618	0.8080556368772834	2	2	2	2	2	False	75584	fragment	False	MON0085_000000016535	0.9516770892552586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	75.556	22.0	0.00013160143764836797	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
ENG0119_000000015513	2063	0.8080487660055039	3	3	2	2	2	False	109510	fragment	False	ENG0182_000000011915	0.34452053839755353		0	0	False	False	1.0	0					non-mobilizable	other	2073.0	98.40799999999999	100.0	0.014216221037537136	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
FIJ0041_000000002121	14153	0.8080449616541865	14	6	4	5	3	False	53596	fragment	False	FIJ0064_000000001547	0.9349664512329103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00014759058372075862	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
SPA0047_000000022883	1697	0.8080332898860819	2	2	2	2	1	True	19542	fragment	False	SPA0047_000000022883	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1235.0	87.206	99.0	0.04743935309973046	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	False	True
AST0116_000000000087	52189	0.8080325708513602	67	24	9	18	17	True	106311	fragment	False	AST0116_000000000087	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	plasmid	9630.0	98.11	94.0	0.05184762356083533	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
MAD0100_000000018690	1935	0.8080299092453415	2	2	2	2	2	False	15163	maximal	True	MAD0100_000000018690	1.0		34	6	False	False	1.0	0					non-mobilizable	no_good_hit	927.0	77.67	48.0	0.000692273269241743	NZ_CXYV01000002.1	firmicutes	Kallipyga gabonensis strain GM4, whole genome shotgun sequence	True	False
FIJ0142_000000016185	2160	0.8080294422054709	2	2	2	2	2	False	117162	fragment	False	FIJ0142_000000016185	1.0		0	0	False	False	0.9921296238899231	0					non-mobilizable	other	1162.0	95.697	93.0	0.0017656897635776507	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
DEN0066_000000018670	1914	0.8080254944231614	2	1	1	1	1	False	118086	fragment	False	DEN0066_000000018670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.001006987885630588	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0167_000000014865	1414	0.8080254944231614	1	1	1	1	1	False	118057	fragment	False	FIJ0167_000000014865	0.9314796904689088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.001006987885630588	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0101_000000022922	1226	0.8080254944231614	1	1	1	1	1	False	90693	fragment	False	ISR0134_000000024323	0.9319711764126642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.001006987885630588	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0121_000000021334	1207	0.8080254944231614	1	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.24919277621656263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.001006987885630588	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ENG0166_000000004594	5583	0.8080158886508514	12	8	4	8	8	True	121189	maximal	True	ENG0166_000000004594	1.0		5	3	False	False	0.9987462162971497	0					non-mobilizable	other	5504.0	99.273	99.0	0.016629339813395958	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
MAD0097_000000033165	1256	0.8079980993753055	2	2	2	2	2	False	15389	maximal	True	MAD0097_000000033165	1.0		1	1	False	False	0.9880573153495789	0					non-mobilizable	other	1268.0	87.855	100.0	0.08432288192128086	NZ_AICN01000056.1	firmicutes	Lactobacillus gastricus PS3 contig00070, whole genome shotgun sequence	False	False
USA0024_01_000000004478	5406	0.8079967333925336	8	3	2	3	2	False	27418	maximal	True	USA0024_01_000000004478	1.0		1	1	False	False	0.9835368394851685	0					non-mobilizable	no_good_hit	140.0	91.429	3.0	4.124807646971864e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0071_000000014580	2449	0.8079930589902808	3	3	2	2	3	False	64025	maximal	True	FIJ0071_000000014580	1.0		90	9	False	False	1.0	0					non-mobilizable	other	2449.0	95.26299999999999	100.0	0.02395614078026335	NZ_SPFY01000005.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_5_length_102145_cov_21.3237, whole genome shotgun sequence	False	False
ENG0010_000000006070	3313	0.8079927692726715	4	4	4	4	2	False	115322	fragment	False	ENG0164_000000005362	0.9693128893026941		0	0	False	False	0.9996981620788574	0					non-mobilizable	other	3313.0	99.57700000000001	100.0	0.0012027956282446338	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0116_000000008448	4446	0.8079899252960832	4	3	3	3	2	False	116544	maximal	True	SPA0116_000000008448	1.0	PS777	57	11	False	True	1.0	0					non-mobilizable	plasmid	2347.0	98.25299999999999	93.0	0.00962777526983215	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ENG0095_000000002360	9651	0.8079754582280472	13	7	6	6	4	False	61003	maximal	True	ENG0095_000000002360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00012151525604440403	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0029_000000014412	3190	0.8079711577915081	3	3	3	3	3	False	37133	maximal	True	ISR0029_000000014412	1.0		1	1	False	False	0.9993730187416077	0					non-mobilizable	no_good_hit	1731.0	72.964	53.0	0.00990546626403371	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	False
ENG0134_000000011269	3408	0.8079660510318677	4	3	3	3	2	False	111522	fragment	False	ENG0134_000000011269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	8.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0040_000000013126	1791	0.8079608847297273	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.09998035910315159	PS721	0	0	False	True	0.9988833069801331	0					non-mobilizable	no_good_hit	1052.0	97.529	59.0	0.01015115661370551	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0084_000000015141	2291	0.8079586139497449	2	2	2	2	0	True	111464	fragment	False	AST0084_000000015141	0.9710724365004704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.00013689026793158805	NZ_AGDG01000008.1	CFB group bacteria	Bacteroides faecis MAJ27 contig008, whole genome shotgun sequence	True	True
ENG0208_000000003469	7689	0.8079486142772216	9	7	4	6	5	False	111440	maximal	True	ENG0208_000000003469	1.0		1	1	False	False	0.9988294839859009	0					non-mobilizable	no_good_hit	6528.0	97.90100000000001	85.0	0.009021312903677088	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0395_000000004428	8365	0.8079441453381302	9	2	1	1	1	True	118859	maximal	True	ISR0395_000000004428	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3520.0	90.59700000000001	66.0	0.002832176424850636	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
SPA0078_000000001514	5074	0.8079402151474757	5	5	2	3	5	True	5677	fragment	False	SPA0078_000000001514	1.0		0	0	False	False	0.9889633655548096	0	rep_cluster_1159				non-mobilizable	no_good_hit	1872.0	87.34	37.0	0.0017335394906603126	CP023987.1	enterobacteria	Candidatus Hamiltonella defensa isolate MI12 chromosome 1	True	True
SPA0029_000000003313	6678	0.8079394140187715	9	7	4	7	4	True	90483	fragment	False	SPA0075_000000001875	0.9412178225487127		0	0	False	False	1.0	0					non-mobilizable	plasmid	6679.0	98.60799999999999	100.0	0.10748891575977429	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ENG0016_000000006083	3749	0.8079361342871662	7	5	4	4	4	False	66815	maximal	True	ENG0016_000000006083	1.0		0	0	False	False	0.9829287528991699	0					non-mobilizable	no_good_hit	244.0	88.525	7.0	0.002615481053974018	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0017_000000022645	1319	0.8079257202685389	2	2	2	2	2	False	50095	fragment	False	FIJ0017_000000022645	1.0		0	0	False	False	0.9825625419616699	0					non-mobilizable	chromosome	1221.0	79.115	92.0	0.00041469671447103034	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0812_000000004929	7382	0.8079249587275671	14	5	3	4	4	False	71286	fragment	False	ISR0812_000000004929	1.0		0	0	False	False	0.9993226528167725	0					non-mobilizable	other	7197.0	95.74799999999999	97.0	0.004292215156256729	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
SPA0018_000000005473	4968	0.8079202940985586	6	6	6	5	4	False	109157	maximal	True	SPA0018_000000005473	1.0		8	4	False	False	0.999597430229187	0					non-mobilizable	no_good_hit	622.0	76.84899999999999	12.0	0.00017253379439284742	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0104_000000002322	9948	0.8079130155837368	16	12	5	6	9	True	101540	maximal	True	ENG0104_000000002322	1.0		8	3	False	False	0.9988942742347717	0					non-mobilizable	no_good_hit	6817.0	98.34200000000001	69.0	0.0010374151316494414	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
CHI0180_000000008427	1549	0.8079095188047581	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.09152968478347412		0	0	False	False	1.0	0					non-mobilizable	other	1554.0	95.238	100.0	0.011476816977697533	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	False	True
MON0061_000000032481	1424	0.8079079127476272	2	2	2	2	1	False	78787	fragment	False	MON0061_000000032481	1.0		0	0	False	False	0.8911516666412354	0					non-mobilizable	no_good_hit	377.0	74.005	26.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ENG0057_000000006511	3440	0.8079078491156468	5	2	2	2	2	True	125427	fragment	False	ENG0057_000000006511	1.0		0	0	False	False	0.9991279244422913	0					non-mobilizable	no_good_hit	445.0	88.98899999999999	26.0	0.048908785674314496	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0084_000000000364	28404	0.8079033492471256	29	14	9	14	4	True	106305	fragment	False	FIJ0084_000000000364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	0.0	0.015509887553315239	NZ_CABIWU010000108.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
MON0095_000000029494	1101	0.8078868688452789	2	2	2	2	2	False	9286	fragment	False	MON0095_000000029494	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	99.90899999999999	100.0	0.020951183741881416	NZ_NQCD01000027.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_30_length_52503_cov_93.9433_ID_59.ctg_1, whole genome shotgun sequence	False	False
ISR0206_000000004233	5892	0.8078845476986624	7	4	1	2	3	False	121790	backbone	False	ISR0085_000000003385	0.9996355687640908	PS348|PS349|PS350|PS554|PS860	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	2197.0	89.57700000000001	40.0	0.24402179957735512	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
MAD0088_000000011484	2145	0.8078830798359602	3	3	3	3	3	False	99064	fragment	False	MON0001_000000015181	0.9651639757980854		0	0	False	False	0.9995337724685669	0					non-mobilizable	chromosome	2145.0	98.601	100.0	0.0007285288711846103	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0156_000000004349	1802	0.8078775731741038	3	2	2	2	2	False	41043	maximal	True	FIJ0156_000000004349	1.0		6	1	False	False	0.997225284576416	0					non-mobilizable	no_good_hit	477.0	91.824	68.0	0.0002126171968369723	CP042383.1	firmicutes	Leuconostoc pseudomesenteroides strain CBA3630 chromosome, complete genome	True	False
FIJ0103_000000004480	4284	0.8078753159108409	7	2	2	2	2	False	47818	maximal	True	FIJ0103_000000004480	0.964537335396089		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	79.191	8.0	0.00020328482271967909	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
DEN0069_000000013693	2011	0.8078728619459339	2	1	1	1	1	False	70722	maximal	True	DEN0069_000000013693	1.0		2	2	False	False	0.9786176085472107	0					non-mobilizable	no_good_hit								True	False
SPA0066_000000007489	1790	0.8078725372329776	2	2	2	2	1	False	6071	maximal	True	SPA0066_000000007489	1.0		42	4	False	False	1.0	0					non-mobilizable	no_good_hit	1268.0	81.467	84.0	0.0003761579875517741	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
USA0072_01_000000003792	5329	0.8078708860234752	7	6	4	4	5	True	109265	maximal	True	USA0072_01_000000003792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2887.0	86.56	59.0	0.3450517698049603	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
MAD0012_000000010021	2771	0.8078683321594308	3	3	3	3	3	False	19681	maximal	True	MAD0012_000000010021	1.0		28	7	False	False	1.0	0					non-mobilizable	no_good_hit	1739.0	77.22800000000001	61.0	0.006430231428550078	CP013700.1	firmicutes	Clostridium botulinum strain AM1195 plasmid pRSJ11_1, complete sequence	True	False
ENG0177_000000010731	2506	0.8078676957004032	3	2	2	1	1	False	127760	fragment	False	ENG0177_000000010731	1.0		0	0	False	False	0.9972066879272461	0					non-mobilizable	no_good_hit	1486.0	99.32700000000001	59.0	0.02839822534995793	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0049_000000013642	1254	0.8078676957004032	3	2	2	1	1	False	127752	fragment	False	DEN0083_000000022423	0.7059557543019022		0	0	False	False	0.9928229451179504	0					non-mobilizable	other	1252.0	99.361	99.0	0.023923353476631225	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0085_000000016535	1759	0.8078675356907691	2	2	2	2	2	False	75584	fragment	False	MON0085_000000016535	0.9910383189122374		0	0	False	False	0.9903354048728943	0					non-mobilizable	no_good_hit	422.0	73.46	22.0	8.605748003773811e-05	CP049907.1	CFB group bacteria	Hymenobacter sp. HDW8 chromosome, complete genome	True	False
MON0033_000000009564	7143	0.8078650226064985	9	4	1	3	3	False	110880	maximal	True	MON0033_000000009564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3516.0	95.36399999999999	67.0	0.07817930665716068	NZ_SPFU01000033.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_33_length_44884_cov_22.2797, whole genome shotgun sequence	True	False
ENG0091_000000010112	2356	0.8078599136018765	4	3	3	2	2	False	61190	maximal	True	ENG0091_000000010112	1.0		24	4	False	False	0.994482159614563	0					non-mobilizable	other	2362.0	99.28	100.0	0.0013177752872203146	CP016439.1	firmicutes	Streptococcus thermophilus strain CS8, complete genome	False	False
ENG0124_000000002534	10650	0.8078590436919445	11	8	8	8	8	False	129752	maximal	True	ENG0124_000000002534	1.0	PS1061	5	3	False	True	1.0	0					non-mobilizable	no_good_hit	4824.0	96.559	84.0	0.0013577368720607986	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
CHI0098_000000002128	4019	0.8078542606725552	4	3	3	3	3	False	83410	maximal	True	CHI0098_000000002128	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	90.54899999999999	32.0	0.016277779245831462	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
ISR0023_000000003768	6939	0.8078483555651799	8	4	3	3	1	True	111343	fragment	False	DEN0046_000000002597	0.9401188819997657		0	0	False	True	0.9997117519378662	0					non-mobilizable	no_good_hit	625.0	91.04	9.0	0.006727529616346049	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0161_000000003348	4659	0.8078479021239909	10	4	1	3	3	True	39294	fragment	False	FIJ0161_000000003348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000003917	6791	0.8078451671645841	8	6	6	5	4	False	2725	maximal	True	TAN0009_000000003917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2133.0	94.32700000000001	31.0	0.002447413450403581	AP014598.1	CFB group bacteria	Prevotella intermedia DNA, complete genome, strain: OMA14, chromosome: II	True	False
DEN0090_000000002157	8576	0.8078440756433689	12	4	1	3	2	False	68787	maximal	True	DEN0090_000000002157	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0113_000000023626	1588	0.8078417797450395	2	1	1	1	1	False	106513	maximal	True	AST0113_000000023626	1.0		0	0	False	False	0.991183876991272	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0626068374275854e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0092_000000005701	3130	0.8078260537400634	5	5	5	4	1	False	120976	fragment	False	MAD0092_000000005701	0.978405315614618		0	0	False	False	0.9993610382080078	0					non-mobilizable	no_good_hit	771.0	81.064	88.0	0.0001787092433273328	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
CHI0015_000000001637	4951	0.8078112910013044	6	4	2	4	1	False	91578	maximal	True	CHI0015_000000001637	1.0		4	4	False	False	0.9997979998588562	0					non-mobilizable	no_good_hit	1211.0	90.339	44.0	0.0003378159957973115	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0150_000000005879	3879	0.8078112910013044	4	4	2	4	1	False	91575	maximal	True	FIJ0150_000000005879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	82.08200000000001	24.0	0.0002549713108296195	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0094_000000009581	1654	0.8078030857438435	2	1	1	1	1	False	78079	fragment	False	MAD0094_000000009581	0.9951768488745981		0	0	False	False	0.9927448630332947	0					non-mobilizable	no_good_hit	281.0	86.833	17.0	0.002727715538236727	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
MON0072_000000004709	4284	0.8077998172818466	6	4	2	1	4	False	92094	fragment	False	CHI0113_000000001675	0.6878519410288068		0	0	False	False	0.9988328814506531	0					non-mobilizable	chromosome	2553.0	86.212	97.0	0.0005693055076784661	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0039_000000019090	1462	0.8077980729288498	2	1	1	1	1	False	21205	fragment	False	SPA0039_000000019090	1.0		0	0	False	False	0.9993159770965576	0					non-mobilizable	no_good_hit	73.0	97.26	5.0	2.9432805314256516e-05	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	False
ISR0379_000000022445	1124	0.8077921166420973	2	2	1	2	1	False	23197	fragment	False	SPA0088_000000012838	0.9698581560283688		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	96.708	100.0	0.006283361122612267	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	False	False
ISR0320_000000012499	1993	0.8077829810933701	3	3	1	3	1	False	25061	maximal	True	ISR0320_000000012499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	72.251	38.0	0.0007222574386753491	NZ_QICS01000001.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_101, whole genome shotgun sequence	True	False
ENG0153_000000025023	1183	0.8077806343348156	2	1	1	1	1	False	56889	fragment	False	ENG0153_000000025023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	82.14299999999999	9.0	4.1442621383944605e-05	CP033837.1	fusobacteria	Fusobacterium necrophorum strain FDAARGOS_565 chromosome, complete genome	True	False
DEN0096_000000037890	1207	0.8077798001583641	3	3	3	2	2	False	68115	maximal	True	DEN0096_000000037890	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	98.229	51.0	0.34831460674157305	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ISR0374_000000008642	1850	0.8077765915293621	3	1	1	1	1	False	79040	fragment	False	ISR0374_000000008642	0.9647038593441528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	76.964	53.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0002_000000018974	1955	0.8077728641662596	4	3	2	3	2	False	131869	maximal	True	AST0002_000000018974	1.0		5	4	False	False	0.990281343460083	0					non-mobilizable	no_good_hit	1312.0	97.561	67.0	0.29401211033864094	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
FIJ0022_000000002340	8996	0.8077642207936956	14	14	5	9	11	False	132521	backbone	False	USA0060_01_000000001071	0.10491689962856225	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	9009.0	98.124	100.0	0.17629417645098694	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AST0007_000000002950	6248	0.8077474794363775	6	5	3	5	2	True	131950	fragment	False	ISR0190_000000002622	0.08179885491469323		0	0	False	True	0.9993597865104675	0					non-mobilizable	no_good_hit	1408.0	85.866	22.0	0.017530688088892226	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0117_000000007047	2931	0.8077451433862419	5	5	5	4	2	True	120975	maximal	True	FIJ0117_000000007047	1.0		19	2	False	False	1.0	0					non-mobilizable	other	532.0	96.992	93.0	0.00012364999864684906	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
SPA0025_000000002987	6644	0.8077448221233023	12	9	3	3	7	True	101515	fragment	False	ISR0222_000000009065	0.7148090079408371		0	0	False	False	0.9977422952651978	0					non-mobilizable	other	3553.0	97.185	97.0	0.0010610020894177524	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0068_000000004001	4783	0.8077435602915545	7	4	1	2	3	False	35036	maximal	True	ISR0068_000000004001	1.0		1	1	True	True	0.9977002143859863	13					non-mobilizable	no_good_hit	1196.0	83.027	49.0	0.06647415208651831	CP003135.1	firmicutes	Lactococcus lactis subsp. cremoris A76 plasmid pQA518, complete sequence	True	True
TAN0021_000000016639	1350	0.8077409275958779	2	2	2	2	2	False	2364	maximal	True	TAN0021_000000016639	1.0		3	1	False	False	1.0	0					non-mobilizable	other	1360.0	77.721	100.0	0.013167648550583277	NZ_FQUG01000008.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	False	False
ISR0065_000000013647	2409	0.8077364436001758	3	3	3	3	1	False	35196	fragment	False	ISR0065_000000013647	0.9551063829787234		0	0	False	False	1.0	0					non-mobilizable	other	2409.0	99.17	100.0	0.0011663055865940729	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
CAN0014_000000014652	3175	0.8077284986344739	4	4	3	4	3	False	97069	maximal	True	CAN0014_000000014652	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	759.0	98.287	24.0	0.013500947748649905	NZ_SLUM01000025.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_125, whole genome shotgun sequence	True	False
SPA0041_000000019559	1720	0.8077270454658897	3	1	1	1	1	False	34655	maximal	True	SPA0041_000000019559	1.0		0	0	False	False	0.9976744055747986	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000009385	3456	0.8077170599012423	4	3	3	3	3	False	59714	maximal	True	USA0084_01_000000009385	1.0		4	1	False	False	0.9959490895271301	0					non-mobilizable	no_good_hit	1573.0	76.86	45.0	0.00032985189331804913	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	False
CHI0095_000000000800	9323	0.8077160580692063	4	3	1	3	1	False	89911	fragment	False	CHI0095_000000000800	1.0		0	0	False	False	0.9997854828834534	0					non-mobilizable	no_good_hit	3529.0	97.365	77.0	0.028367653798837312	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0083_000000035580	1163	0.8077138657150684	2	2	2	2	2	False	9843	fragment	False	MON0083_000000035580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	83.78399999999999	19.0	1.6393583160511377e-05	CP026124.1	b-proteobacteria	Achromobacter sp. AONIH1 chromosome, complete genome	True	False
MON0057_000000009312	2685	0.8077106011428017	3	3	3	3	2	False	48391	fragment	False	MON0057_000000009312	1.0		0	0	False	False	0.9921787977218628	0					non-mobilizable	no_good_hit	853.0	78.898	31.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0110_000000013388	1748	0.8077003001806512	2	1	1	1	1	False	32709	maximal	True	ISR0110_000000013388	1.0		2	2	False	False	0.9788329601287842	0					non-mobilizable	no_good_hit	796.0	97.86399999999999	46.0	0.00015397460755358752	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
CHI0059_000000004278	3808	0.8076977244475912	4	3	3	3	3	False	85838	maximal	True	CHI0059_000000004278	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	92.946	49.0	0.008308996933002603	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
ENG0129_000000001680	13213	0.8076948044452507	16	1	1	1	1	True	58572	maximal	True	ENG0129_000000001680	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0016996097192496537	NZ_AUAA01000055.1	CFB group bacteria	Chryseobacterium tenax DSM 16811 F564DRAFT_scaffold00051.51_C, whole genome shotgun sequence	True	True
ISR0170_000000007472	5917	0.8076910877391833	6	5	4	4	5	False	113927	maximal	True	ISR0170_000000007472	1.0	PS375|PS376|PS377	3	2	False	True	0.998816967010498	0					non-mobilizable	no_good_hit	1002.0	75.649	21.0	0.00026320754993159	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0125_000000006254	2394	0.807677683826269	4	3	3	3	3	False	95318	fragment	False	ENG0196_000000003263	0.48761029045057896		0	0	False	False	0.9707602262496948	0					non-mobilizable	other	2392.0	97.742	99.0	0.0006454109174758187	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0151_000000001571	8481	0.8076750437404854	12	12	5	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.10000855822838438	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	4602.0	99.935	100.0	0.1190815190659867	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0304_000000001108	8386	0.8076750437404854	12	12	5	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.10327113072748086	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	8307.0	99.88	99.0	0.31040023917186743	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0170_000000005071	8379	0.8076750437404854	12	12	5	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.10312847720617159	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	4618.0	99.935	100.0	0.11952160294079578	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0257_000000001564	8217	0.8076750437404854	12	12	5	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.09042395815274261	PS1166	0	0	False	True	0.9992697834968567	0					non-mobilizable	other	8217.0	100.0	100.0	0.307036884786427	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
AST0148_000000007415	4626	0.8076740266985507	5	5	5	5	4	False	105143	fragment	False	AST0148_000000007415	0.9846692947875602		0	0	False	False	0.9997838139533997	0					non-mobilizable	no_good_hit	105.0	78.095	2.0	4.658755392739999e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
USA0031_01_000000013729	2057	0.8076733636195086	3	3	3	2	2	False	72270	fragment	False	USA0031_01_000000013729	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2036.0	93.811	99.0	0.0008372394900293137	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0080_000000008754	2884	0.8076680105138011	2	2	2	2	2	False	61752	maximal	True	ENG0080_000000008754	1.0		13	8	False	False	1.0	0					non-mobilizable	other	2896.0	86.706	99.0	0.0020053396948130167	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
ISR0222_000000019158	2742	0.8076668083356191	4	4	4	4	3	False	98953	fragment	False	ISR0201_000000011019	0.9976242547389698		0	0	False	False	0.9989058971405029	0					non-mobilizable	other	2742.0	99.52600000000001	100.0	0.00047843591079552844	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
DEN0073_000000037693	1422	0.8076659501660312	3	2	2	2	1	False	70110	maximal	True	DEN0073_000000037693	1.0		1	1	False	False	0.9669479727745056	0					non-mobilizable	no_good_hit	837.0	83.035	59.0	0.004397709592404822	NZ_FOJY01000006.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0008_000000004396	5087	0.8076645974528991	9	6	4	4	4	False	74198	maximal	True	ENG0008_000000004396	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4275.0	85.848	83.0	0.002099567432538184	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
ISR0253_000000006748	1833	0.8076564235083126	3	2	0	2	1	True	26939	fragment	False	ISR0253_000000006748	1.0		0	0	False	False	0.9896344542503357	0					non-mobilizable	no_good_hit	49.0	100.0	3.0	0.014226437462951986	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
ISR0131_000000018482	1831	0.8076557187391591	3	3	3	3	3	False	31656	maximal	True	ISR0131_000000018482	1.0		1	1	False	False	0.983615517616272	0					non-mobilizable	no_good_hit	196.0	83.163	11.0	0.003191190330527952	NZ_QIBZ01000015.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_015, whole genome shotgun sequence	True	False
DEN0085_000000020747	1354	0.8076551769660983	4	2	2	2	1	True	68949	maximal	True	DEN0085_000000020747	1.0		1	1	False	False	0.9977843165397644	0					non-mobilizable	no_good_hit	1159.0	93.70100000000001	86.0	0.0003965323129280844	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
SPA0096_000000022282	1838	0.8076448460139161	2	2	2	2	1	False	5164	maximal	True	SPA0096_000000022282	1.0		0	0	False	False	0.9967355728149414	0					non-mobilizable	no_good_hit	358.0	99.162	19.0	0.00014702139593726756	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0386_000000013730	2341	0.8076423939571272	3	2	1	2	1	False	101183	maximal	False	MAD0062_000000005740	0.9725775019522013		0	0	False	False	0.9995728135108948	0					non-mobilizable	no_good_hit	588.0	80.612	25.0	0.0021442538441027465	CP031095.1	firmicutes	Clostridium botulinum strain CFSAN034200 plasmid p1_CDC51232, complete sequence	True	False
MAD0004_000000001434	5699	0.8076358983152604	7	6	2	2	3	False	20042	backbone	True	MAD0004_000000001434	1.0	PS45	7	1	True	True	1.0	23					non-mobilizable	no_good_hit	4093.0	97.655	89.0	0.6126085654387541	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	True	True
ENG0186_000000007597	2019	0.8076314168872026	3	3	3	3	3	False	122298	fragment	False	ENG0186_000000007597	0.9789489365143532		0	0	False	False	1.0	0					non-mobilizable	other	2034.0	79.941	100.0	0.007819428898967092	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0035_000000020728	1661	0.8076297728997717	4	2	1	2	1	False	73420	fragment	False	DEN0035_000000020728	1.0		0	0	False	False	0.9945815801620483	0					non-mobilizable	no_good_hit								True	False
CHI0056_000000011579	1744	0.8076262229093369	2	2	2	2	2	False	86102	fragment	False	CHI0056_000000011579	0.9758755929133642		0	0	False	False	0.9994266033172607	0					non-mobilizable	no_good_hit	276.0	93.84100000000001	36.0	8.279723378958121e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0179_000000012397	2705	0.8076245197077491	2	2	1	2	0	True	130951	maximal	True	ENG0179_000000012397	1.0		3	2	False	False	0.9951940774917603	0					non-mobilizable	no_good_hit	1486.0	99.32700000000001	55.0	0.0281372567595733	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0204_000000012410	1123	0.8076242637772816	2	2	1	1	2	True	131617	fragment	False	ENG0006_000000010997	0.05215041128084606		0	0	False	False	0.9813001155853271	0					non-mobilizable	other	1110.0	98.919	99.0	0.02558719025425684	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
FIJ0106_000000001007	20948	0.8076217660233479	19	9	4	9	3	True	53696	maximal	True	FIJ0106_000000001007	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0218_000000001378	9360	0.8076181882766713	9	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9493935098204204		0	0	True	True	1.0	10					non-mobilizable	other	4371.0	98.26100000000001	96.0	0.44673890819873235	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
MON0050_000000035739	1167	0.8076177256307524	2	1	1	1	1	True	11291	fragment	False	MON0050_000000035739	1.0		0	0	False	False	0.9965724349021912	0					non-mobilizable	no_good_hit	867.0	98.155	88.0	0.00016714476266508935	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0128_000000025763	1453	0.8076150344731138	2	2	2	2	2	False	39360	fragment	False	SPA0128_000000025763	0.9906015037593985		0	0	False	False	0.9931176900863647	0					non-mobilizable	other	1389.0	98.632	96.0	0.004120736388655506	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	False	False
ISR0221_000000006139	3732	0.8076121276990192	4	4	4	4	3	False	131781	maximal	True	ISR0221_000000006139	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	93.57700000000001	45.0	0.003764413831842592	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0054_000000019958	1317	0.8076098381674056	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.7983966979434853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	74.413	32.0	0.0017670452388884907	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
AUS0010_000000014262	1719	0.8076036421892413	3	3	3	2	1	False	131724	maximal	True	AUS0010_000000014262	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	88.16799999999999	61.0	0.006959193214452681	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ENG0024_000000002559	9524	0.8076026386930641	11	8	6	5	7	True	104262	maximal	True	ENG0024_000000002559	1.0	PS1|PS615	1	1	True	True	1.0	42					non-mobilizable	no_good_hit	2802.0	80.585	34.0	0.00039295833356286505	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0261_000000010609	1744	0.8075971535424402	3	1	1	1	1	False	26687	maximal	True	ISR0261_000000010609	1.0		1	1	False	False	0.9988532066345215	0					non-mobilizable	no_good_hit	706.0	99.15	40.0	0.001447065126140975	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ISR0085_000000018235	1455	0.8075952357894701	2	1	1	1	1	False	120874	fragment	False	FIJ0142_000000025267	0.9480249480249481		0	0	False	False	0.9979381561279297	0					non-mobilizable	no_good_hit	1273.0	90.259	87.0	0.013024873239143336	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0001_000000000420	25684	0.8075950984343713	24	15	9	15	4	True	19797	fragment	False	MON0001_000000000420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	1.0	0.0006136260037168204	LN596274.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001762	True	True
MON0076_000000006460	6230	0.8075780404861871	7	3	2	3	2	True	97523	maximal	True	MON0076_000000006460	1.0		1	1	False	False	0.9998394846916199	0					non-mobilizable	no_good_hit	894.0	76.51	14.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0061_000000003660	6197	0.8075780404861871	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8545789662474949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	84.727	27.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0075_000000002715	6140	0.8075780404861871	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8649404867601301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.06200000000001	25.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0127_000000002912	6136	0.8075780404861871	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8649194717343867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.06200000000001	25.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0076_000000001139	5807	0.8075780404861871	4	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.857214271293471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.131	27.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0128_000000004277	5803	0.8075780404861871	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8588591154829254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.131	27.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0077_000000005051	5801	0.8075780404861871	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.858390088796103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.27	27.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0121_000000004450	5783	0.8075780404861871	6	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8550597524465552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.92399999999999	26.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0162_000000004615	5781	0.8075780404861871	4	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8554207255525832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	85.34899999999999	27.0	0.19816236972024137	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
FIJ0030_000000004763	5693	0.8075780404861871	7	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8418032960093429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.06200000000001	28.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MON0077_000000007886	4509	0.8075780404861871	5	3	2	3	2	True	48551	fragment	False	MON0077_000000007886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.40799999999999	32.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0312_000000013578	1381	0.807572954640685	2	2	1	1	2	False	25248	fragment	False	ISR0312_000000013578	1.0		0	0	False	False	0.9949312210083008	0					non-mobilizable	no_good_hit	905.0	78.895	65.0	0.06473166175731015	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0117_01_000000009102	2478	0.8075727245393799	3	3	3	2	2	False	92616	fragment	False	USA0054_01_000000003567	0.9654106030468232		0	0	False	False	0.9951573610305786	0					non-mobilizable	chromosome	1868.0	97.698	100.0	0.000347057696157772	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0071_000000001594	4878	0.8075665175532645	5	4	4	4	3	False	121683	maximal	True	ISR0071_000000001594	1.0	PS451	38	4	False	True	1.0	0					non-mobilizable	no_good_hit	1721.0	75.131	40.0	0.009497608856994582	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
DEN0096_000000020531	2174	0.8075640732990752	3	2	2	2	1	False	68179	maximal	True	DEN0096_000000020531	1.0		4	3	False	False	0.9949402213096619	0					non-mobilizable	no_good_hit	530.0	97.17	46.0	0.0001469028219782173	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0037_000000027349	1312	0.8075620191252871	2	2	2	2	1	False	65151	maximal	True	ENG0037_000000027349	1.0		5	2	False	False	0.9961889982223511	0					non-mobilizable	no_good_hit	427.0	93.443	32.0	0.00012117178233451946	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0093_000000010300	1681	0.8075602694487892	1	1	0	1	1	False	109499	maximal	True	AST0093_000000010300	1.0		1	1	False	False	1.0	0	rep_cluster_707,rep_cluster_731				non-mobilizable	other	1682.0	90.131	99.0	0.03762945656325119	NZ_BJDZ01000026.1	firmicutes	Lactobacillus plajomi strain NBRC 107333 scaffold26, whole genome shotgun sequence	False	True
ISR0048_000000011788	1617	0.807556444071272	2	2	0	2	0	True	109070	fragment	False	ISR0048_000000011788	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1622.0	93.835	100.0	0.0052986781192481455	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
USA0024_01_000000014639	1500	0.807556444071272	2	2	0	2	0	True	1669	maximal	True	USA0024_01_000000014639	1.0		16	6	False	False	1.0	0					non-mobilizable	other	1121.0	88.13600000000001	93.0	0.00021246489990214026	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	True
CHI0125_000000001750	8937	0.8075541636590948	18	8	1	4	7	False	88506	fragment	False	CHI0125_000000001750	1.0		0	0	False	False	0.9998881220817566	0					non-mobilizable	no_good_hit	3781.0	96.40299999999999	81.0	0.015276978796153005	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
USA0069_01_000000047869	1254	0.8075531933793771	3	1	1	1	1	True	81734	fragment	False	USA0069_01_000000047869	1.0		0	0	False	False	0.980861246585846	0					non-mobilizable	other	843.0	97.39	97.0	0.00023382263914113223	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0007_000000001504	8623	0.8075462928461636	8	4	3	3	1	True	38455	fragment	False	ISR0007_000000001504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.524304484803325e-05	NZ_SEWG01000002.1	CFB group bacteria	Mucilaginibacter terrigena strain 17JY9-4 scf7180000000073, whole genome shotgun sequence	True	True
ENG0080_000000008449	2986	0.8075387130481912	3	2	1	2	2	False	61754	maximal	True	ENG0080_000000008449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1625.0	93.23100000000001	54.0	0.024663949881394077	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
ISR0019_000000001163	10129	0.8075340817735379	16	16	4	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7098713477762714	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	10130.0	99.99	100.0	0.2700850598618777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0185_000000001765	9765	0.8075340817735379	16	16	4	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6636029032001435	PS1166	0	0	False	True	0.9995903968811035	0					non-mobilizable	other	7718.0	99.85700000000001	100.0	0.20561021784923872	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0111_000000026781	1127	0.8075329990534444	1	1	1	1	1	False	82468	fragment	False	ENG0125_000000023518	0.989492119089317		0	0	False	False	0.9858030080795288	0					non-mobilizable	no_good_hit	128.0	80.469	11.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
FIJ0079_000000008142	3534	0.8075266198211757	6	6	5	5	6	False	98138	fragment	False	SPA0064_000000005306	0.716847871810999		0	0	False	False	0.9997170567512512	0					non-mobilizable	chromosome	3534.0	99.604	100.0	0.0007242155288372252	CP055652.1	enterobacteria	Escherichia coli strain RHB32-C08 chromosome, complete genome	False	False
DEN0035_000000020820	1655	0.8075175373047294	4	3	3	2	1	True	129433	fragment	False	ISR0353_000000022579	0.9706996741642065		0	0	False	False	1.0	0					non-mobilizable	other	1655.0	100.0	100.0	0.0005145566009150023	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0175_000000017346	1142	0.8075172048711737	2	2	2	1	1	False	86052	fragment	False	CHI0056_000000016637	0.9529880478087649		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	99.56299999999999	100.0	0.001444231421012429	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0076_000000007655	3273	0.8075145007930032	4	3	3	3	3	True	103490	fragment	False	ISR0099_000000005855	0.7076872070636844		0	0	False	False	0.9996944665908813	0					non-mobilizable	other	3273.0	99.542	100.0	0.0014961941247858823	CP002220.1	high GC Gram+	Bifidobacterium bifidum S17, complete genome	False	True
CHI0096_000000001102	4790	0.8075140432504293	8	4	2	2	4	False	83478	maximal	True	CHI0096_000000001102	1.0		1	1	False	False	0.9933193922042847	0					non-mobilizable	no_good_hit	2677.0	96.264	73.0	0.0005932668323638052	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0110_000000012496	1873	0.8075078924667428	3	2	2	2	1	False	86896	fragment	False	ISR0110_000000012496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.905853017359012e-07	CP020623.1	bony fishes	Oryzias latipes strain HSOK chromosome 3	True	False
CHI0129_000000006060	3524	0.8075014823721915	5	5	4	4	3	False	95224	fragment	False	SPA0006_000000008096	0.6337299534402483		0	0	False	False	0.9980136156082153	0					non-mobilizable	other	3524.0	99.291	100.0	0.0007993555978114368	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
MON0058_000000001915	13052	0.8074882843431329	13	13	12	13	13	False	95085	maximal	True	MON0058_000000001915	1.0		6	3	False	False	0.996245801448822	0					non-mobilizable	no_good_hit	2551.0	82.281	23.0	0.0007874074354335207	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0054_000000006857	3697	0.8074809387774169	5	3	2	2	2	True	67956	fragment	False	ENG0054_000000006857	1.0		0	0	False	False	0.9981065988540649	0					non-mobilizable	no_good_hit	822.0	80.657	61.0	0.00023778580418749	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0081_000000010198	2314	0.807465539703014	2	2	2	2	2	False	34239	fragment	False	ISR0081_000000010198	1.0		0	0	False	False	0.9827139377593994	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	4.0	0.0018122431777473397	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
FIJ0010_000000008697	2155	0.8074638158503833	3	3	3	3	3	False	87760	fragment	False	FIJ0145_000000006100	0.9376612209802235		0	0	False	False	1.0	0					non-mobilizable	chromosome	2155.0	99.165	100.0	0.00039095865457949803	CP052192.1	enterobacteria	Klebsiella pneumoniae strain F16KP0014 chromosome, complete genome	False	False
FIJ0081_000000010181	3307	0.8074618917338503	4	4	2	3	3	False	122182	fragment	False	MON0054_000000011989	0.46893939393939393		0	0	False	False	0.992742657661438	0					non-mobilizable	other	3288.0	97.01899999999999	99.0	0.057024391936435236	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
DEN0085_000000024121	1156	0.807455743622016	2	2	2	2	2	False	68915	maximal	True	DEN0085_000000024121	1.0		6	3	False	False	0.9515570998191833	0					non-mobilizable	chromosome	1153.0	99.48	99.0	0.00023056014707816048	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
USA0034_01_000000005360	10401	0.807455624996562	9	9	8	8	8	False	20866	maximal	True	USA0034_01_000000005360	1.0		13	5	False	False	1.0	0					non-mobilizable	other	10401.0	97.818	100.0	0.01409086166974001	NZ_RBXN01000001.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_101, whole genome shotgun sequence	False	False
AST0093_000000001565	13610	0.8074467746276016	10	10	8	9	10	True	109600	maximal	True	AST0093_000000001565	1.0		1	1	False	False	1.0	0	rep_cluster_1255				non-mobilizable	no_good_hit	6365.0	98.837	47.0	0.23433523879771345	AB914479.1	firmicutes	Tetragenococcus halophilus plasmid pTDC-A DNA, complete sequence, strain: TyrA	True	True
USA0020_01_000000005333	6462	0.8074467410048091	9	9	5	7	8	False	119725	fragment	False	ENG0005_000000002953	0.2005208362450933		0	0	False	False	1.0	0					non-mobilizable	chromosome	6463.0	99.103	100.0	0.0009974833582897214	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
SPA0082_000000012267	1389	0.8074357333836725	2	1	1	1	1	False	81306	fragment	False	SPA0085_000000009493	0.646026097271649		0	0	False	False	0.9820014238357544	0					non-mobilizable	other	1389.0	100.0	100.0	0.007260059733344492	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CAN0016_000000005857	7312	0.8074314157941229	6	6	6	6	5	False	116645	maximal	True	CAN0016_000000005857	1.0		7	3	False	False	1.0	0					non-mobilizable	other	7312.0	99.289	100.0	0.0015195227813065652	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
CHI0031_000000000253	16205	0.8074249186343537	14	12	6	12	9	True	122698	maximal	False	ISR0854_000000000205	0.7787172451682716		0	0	False	False	0.9994446039199829	0					non-mobilizable	chromosome	16217.0	99.84	100.0	0.0030558340329843	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
SPA0026_000000004207	5810	0.8074233560903942	9	3	3	3	1	False	7540	maximal	True	SPA0026_000000004207	1.0		32	7	False	False	0.997418224811554	0					non-mobilizable	no_good_hit	472.0	91.525	9.0	0.0001638240292903422	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0203_000000004420	3926	0.8073965467060591	3	3	2	3	1	True	54244	maximal	True	ISR0203_000000004420	1.0		1	1	False	False	0.9882832169532776	0					non-mobilizable	no_good_hit	700.0	98.571	18.0	0.0005739901181729869	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	True	True
ISR0130_000000001713	13472	0.8073952484225669	19	18	12	14	16	True	123634	fragment	False	SPA0040_000000001750	0.9337563253411253		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7712.0	99.883	98.0	0.0784443381926571	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0304_000000005332	1820	0.8073947936421245	2	2	2	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.07849657574299292		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	98.902	100.0	0.003425080033539856	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0026_000000001434	9684	0.8073892634083993	9	8	3	7	7	False	121324	maximal	True	ENG0026_000000001434	1.0	PS849	2	2	False	True	0.999896764755249	0					non-mobilizable	no_good_hit	3415.0	97.57	61.0	0.000705175925174078	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
MAD0046_000000020245	1329	0.8073860367935732	3	3	2	3	2	False	17732	maximal	True	MAD0046_000000020245	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	825.0	99.87899999999999	100.0	0.00016083644319574985	CP026932.2	enterobacteria	Escherichia coli strain CFS3273 chromosome, complete genome	False	False
ISR0850_000000012524	1257	0.8073806083921659	2	2	1	2	1	False	20568	maximal	True	ISR0850_000000012524	1.0		84	12	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	72.995	29.0	0.00015425920996648635	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0034_000000009566	2725	0.8073745666521791	3	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.03836420293047284	PS1101	0	0	False	True	0.9875229597091675	0					non-mobilizable	chromosome	2741.0	98.541	100.0	0.0005468688564573037	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0019_000000009164	6189	0.8073744281494631	9	9	7	9	6	False	74000	fragment	False	MON0019_000000009164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	80.508	32.0	0.00022244716369662287	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0085_000000014106	2206	0.8073601052795274	5	2	2	2	1	False	50731	fragment	False	FIJ0085_000000014106	1.0		0	0	False	False	0.9990933537483215	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000003221	7380	0.8073450820943425	14	6	2	5	5	False	18301	maximal	True	MAD0041_000000003221	1.0		1	1	False	False	0.9998645186424255	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	1.6993070664313947e-05	CP007181.1	e-proteobacteria	Campylobacter coli RM4661, complete genome	True	False
ENG0068_000000007921	2956	0.8073424401805402	3	2	2	2	2	True	86554	fragment	False	ENG0068_000000007921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	540.0	75.37	18.0	0.0037255489091453523	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
MON0015_000000008902	4064	0.80733934149803	3	2	2	2	2	False	88578	fragment	False	ETH0001_000000004280	0.6375116750418309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	2.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
ISR0227_000000011364	2341	0.8073380232720863	3	3	3	3	2	False	112427	backbone	False	ISR0310_000000006501	0.8185990940660622	PS720	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	637.0	91.366	27.0	0.7378190255220418	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ISR0051_000000016821	2305	0.8073358064068479	2	2	2	2	2	False	113061	maximal	True	ISR0051_000000016821	1.0		221	13	False	False	1.0	0					non-mobilizable	other	2305.0	99.82600000000001	100.0	0.0036848199492057806	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
DEN0070_000000004035	7645	0.8073353483400925	7	6	5	5	3	False	101983	maximal	True	DEN0070_000000004035	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	4497.0	96.398	65.0	0.016280476102535135	NZ_JAATLI010000011.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_11, whole genome shotgun sequence	True	False
ENG0099_000000001867	10020	0.8073335343309174	12	10	3	8	9	True	127102	maximal	True	ENG0099_000000001867	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8690.0	99.72399999999999	87.0	0.056471215213237495	MN218686.1	enterobacteria	Escherichia coli strain 5M plasmid pISV_IncFII_NDM-5, complete sequence	True	True
ENG0049_000000014395	1272	0.8073253083798171	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.11466558170591046		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	97.01299999999999	100.0	0.0003526778523862683	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0135_000000008385	3444	0.8073212686495476	6	3	2	2	1	False	57982	fragment	False	FIJ0135_000000008385	1.0		0	0	False	False	0.9994192719459534	0					non-mobilizable	no_good_hit	72.0	94.444	2.0	0.0009692471718752163	NZ_FQXV01000017.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0010_000000008504	2200	0.8073176708008256	2	2	1	1	2	False	51089	fragment	False	FIJ0010_000000008504	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2198.0	99.818	99.0	0.005445721254424493	LR134223.1	enterobacteria	Klebsiella aerogenes strain NCTC9652 genome assembly, chromosome: 1	False	False
FIJ0031_000000003798	5688	0.8073159601719136	8	8	4	4	8	False	48624	maximal	True	FIJ0031_000000003798	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2910.0	88.729	68.0	0.0005940371745132761	CP051753.1	enterobacteria	Escherichia coli strain SCU-102 chromosome, complete genome	True	False
USA0101_01_000000008819	3661	0.8073157086724544	6	4	3	4	3	True	119675	fragment	False	USA0101_01_000000008819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	75.0	4.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
ISR0027_000000008996	2897	0.8073151402047374	4	4	4	4	4	False	83011	fragment	False	ISR0027_000000008996	0.9809454012458776		0	0	False	False	0.9972385168075562	0					non-mobilizable	other	2898.0	96.48	100.0	0.049795314596305346	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0007_000000005061	3333	0.8073053627790974	4	3	3	3	2	False	126871	fragment	False	FIJ0007_000000005061	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1341.0	98.956	46.0	0.00038844126347767984	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0371_000000012095	1649	0.8072949050766026	3	3	3	3	3	False	23482	maximal	True	ISR0371_000000012095	1.0		41	10	False	False	0.9927228689193726	0					non-mobilizable	no_good_hit	659.0	72.23100000000001	39.0	0.00237418479563209	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0094_000000006043	3195	0.8072918280892986	5	5	5	5	4	False	49235	fragment	False	FIJ0094_000000006043	1.0		0	0	False	False	0.9993740320205688	0					non-mobilizable	chromosome	2998.0	89.693	94.0	0.0012049495308885808	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0070_000000001187	14890	0.8072910166528668	14	8	6	7	2	True	121698	maximal	True	ENG0070_000000001187	1.0		1	1	False	False	0.9999328255653381	0					non-mobilizable	no_good_hit	84.0	97.619	1.0	2.1825374390631604e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
MAD0093_000000020627	1555	0.8072872132315929	2	2	2	2	1	True	16355	maximal	True	MAD0093_000000020627	0.9632731958762887		14	2	False	False	1.0	0					non-mobilizable	other	1410.0	86.241	90.0	0.005441084649005441	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
MAD0070_000000013364	1552	0.8072872132315929	2	2	2	2	1	True	16355	maximal	False	MAD0093_000000020627	0.962379421221865		0	0	False	False	0.9922680258750916	0					non-mobilizable	no_good_hit	1303.0	83.5	84.0	0.0003441126006689038	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MAD0112_000000021294	1369	0.8072872132315929	2	2	2	2	1	True	14431	fragment	False	MAD0112_000000021294	1.0		0	0	False	False	0.9685901999473572	0					non-mobilizable	other	1375.0	86.545	99.0	0.005313104753483574	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0029_000000003777	11309	0.8072864359517978	20	2	1	1	1	True	114972	fragment	False	ISR0029_000000003777	1.0		0	0	False	False	0.9988504648208618	0					non-mobilizable	no_good_hit	142.0	85.915	2.0	3.785401275517998e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0035_000000003972	6889	0.8072864359517978	10	2	1	1	1	True	114971	fragment	False	DEN0035_000000003972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0076_000000007800	1171	0.8072785093084383	2	2	1	2	1	False	69959	fragment	False	DEN0076_000000007800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00011394616676654541	NZ_LOQG01000011.1	fusobacteria	Caviibacter abscessus strain CCUG 39713 contig_2, whole genome shotgun sequence	True	False
SPA0106_000000030145	1259	0.8072780399421342	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.247874552100156		0	0	False	False	0.9968228936195374	0					non-mobilizable	other	1259.0	97.458	100.0	0.011532185615019343	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
CHI0129_000000001802	10025	0.8072757484908176	11	9	7	8	6	True	82069	maximal	True	CHI0129_000000001802	1.0	PS385|PS406	1	1	False	True	0.9985037446022034	0					non-mobilizable	no_good_hit	2376.0	87.71	28.0	0.001424055208042177	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0841_000000008689	1697	0.8072742560582481	2	2	2	1	2	False	23801	maximal	True	ISR0841_000000008689	1.0		128	12	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	86.066	29.0	0.003929575524821143	NZ_FOZH01000014.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
DEN0003_000000005239	5245	0.8072727676083397	8	6	3	6	4	False	76690	fragment	False	DEN0003_000000005239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	74.23899999999999	19.0	0.3875100080064051	NZ_JAAITU010000097.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_97_length_2498_cov_195.029, whole genome shotgun sequence	True	False
FIJ0031_000000005166	4376	0.8072705514263158	5	2	2	1	1	True	48617	fragment	False	FIJ0031_000000005166	1.0		0	0	False	False	0.9995429515838623	0					non-mobilizable	no_good_hit	571.0	89.14200000000001	24.0	0.1220892274211099	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
MAD0050_000000003337	6169	0.8072701017353726	6	2	1	2	2	False	100618	fragment	False	MAD0050_000000003337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
ISR0020_000000001711	9511	0.8072699646239995	13	8	4	7	4	True	115677	fragment	False	ENG0046_000000001876	0.9675052915389705		0	0	False	False	1.0	0					non-mobilizable	chromosome	9265.0	97.194	100.0	0.002919044963883083	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0056_000000003815	6345	0.8072674511200147	8	7	4	6	5	False	115946	maximal	True	FIJ0056_000000003815	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	91.463	1.0	0.00026164739742604373	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
SPA0088_000000009792	1545	0.8072603722536306	2	2	2	2	2	False	5450	fragment	False	SPA0088_000000009792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	95.992	32.0	0.00013829414999083593	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0815_000000010682	2905	0.8072393324626974	3	3	2	2	2	False	58150	fragment	False	ISR0815_000000010682	1.0		0	0	False	False	0.9951807260513306	0					non-mobilizable	no_good_hit	633.0	86.88799999999999	22.0	0.00037347676732220114	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0032_000000021464	1190	0.8072364038444101	2	1	1	1	1	True	65559	fragment	False	ENG0032_000000021464	1.0		0	0	False	False	0.9840335845947266	0					non-mobilizable	no_good_hit	422.0	83.412	35.0	0.17186218211648893	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
SPA0028_000000021217	1536	0.8072342678066646	3	3	3	3	3	False	76210	fragment	False	SPA0028_000000021217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	75.581	11.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0232_000000005844	4054	0.8072335622419349	7	7	4	6	5	False	95928	fragment	False	FIJ0090_000000009666	0.9773607748184019		0	0	False	False	0.987419843673706	0					non-mobilizable	no_good_hit	606.0	75.908	15.0	0.00013650682216653106	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0101_000000013685	2076	0.807227781944794	2	2	0	1	2	False	40775	fragment	False	MAD0101_000000013685	0.9920039980009996		0	0	False	False	0.9956647157669067	0					non-mobilizable	no_good_hit	1561.0	90.26299999999999	75.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
MAD0088_000000012434	2001	0.807227781944794	2	2	0	1	2	False	40775	fragment	False	MAD0101_000000013685	0.958885187271389		0	0	False	False	0.9960020184516907	0					non-mobilizable	no_good_hit	1523.0	90.085	76.0	0.2289740869828762	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ENG0164_000000003044	5723	0.8072237739659812	7	7	7	7	6	False	91556	maximal	True	ENG0164_000000003044	1.0		133	13	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	75.686	26.0	0.0005273739496091228	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0079_000000009865	2868	0.8072208024602385	4	4	4	4	4	False	65285	fragment	False	ENG0048_000000008464	0.9411150294950711		0	0	False	False	0.9993026256561279	0					non-mobilizable	other	2872.0	86.14200000000001	100.0	0.01310736349974954	NZ_JHWQ01000003.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	False
ENG0094_000000006232	2723	0.8072185852360944	4	4	4	4	4	False	85466	fragment	False	ENG0100_000000010737	0.9651610839234904		0	0	False	False	0.9985310435295105	0					non-mobilizable	other	2723.0	95.63	99.0	0.011110203748315707	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0094_000000000404	28283	0.8072173053452221	31	19	12	13	11	False	68404	maximal	True	DEN0094_000000000404	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1466.0	72.988	6.0	0.0004244071109663184	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CAN0011_000000006398	4891	0.8072105157227116	9	8	2	6	5	False	94533	fragment	False	ISR0816_000000008639	0.9630818619582664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2297.0	99.17299999999999	56.0	0.00057610393155805	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0042_000000005056	5558	0.8072057430823067	5	3	3	3	3	False	6869	maximal	True	SPA0042_000000005056	1.0		1	1	False	False	0.997121274471283	0					non-mobilizable	no_good_hit	310.0	73.548	5.0	0.04517087667161961	NZ_WNCH01000080.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold80_size6730, whole genome shotgun sequence	True	False
MAD0036_000000001072	15898	0.8072020743904804	16	8	2	8	3	False	48321	maximal	False	MAD0058_000000000569	0.9667061537502338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.248006883257272e-06	NZ_CP009577.1	firmicutes	Listeria ivanovii subsp. ivanovii strain WSLC 3010 chromosome, complete genome	True	False
MAD0039_000000000435	15185	0.8072020743904804	15	8	2	8	3	False	48320	fragment	False	MAD0039_000000000435	0.9573209159022478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.248006883257272e-06	NZ_CP009577.1	firmicutes	Listeria ivanovii subsp. ivanovii strain WSLC 3010 chromosome, complete genome	True	False
ISR0172_000000008868	1806	0.8072008574461247	3	3	0	3	1	True	93167	fragment	False	ISR0172_000000008868	1.0		0	0	False	False	0.9955703020095825	0					non-mobilizable	other	1444.0	97.368	97.0	0.005597405720758113	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
CHI0089_000000007812	1183	0.8071995498511311	2	2	1	2	1	False	83842	fragment	False	ISR0786_000000011881	0.6202733110077594		0	0	False	False	0.9898563027381897	0					non-mobilizable	other	1164.0	95.704	98.0	0.0003618073318404763	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0064_000000021523	1115	0.8071995498511311	2	2	1	2	1	False	83842	fragment	False	ISR0786_000000011881	0.5124715798581395		0	0	False	False	0.9982062578201294	0					non-mobilizable	other	1116.0	94.713	100.0	0.0003465635147637924	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0130_01_000000000835	30624	0.807189822643676	37	18	10	13	12	True	96814	fragment	False	USA0130_01_000000000835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8340.0	98.801	69.0	0.0671267403750916	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0078_000000000420	29589	0.807189822643676	39	18	10	13	12	True	96293	fragment	False	USA0040_01_000000000619	0.9931004454566768		0	0	False	False	0.9987833499908447	0					non-mobilizable	no_good_hit	12003.0	99.042	79.0	0.09663158403324126	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
FIJ0164_000000004258	5644	0.8071654552340352	8	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.7825102911415296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	85.41799999999999	28.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
DEN0066_000000023333	1566	0.8071541296880244	3	2	2	2	2	False	70930	fragment	False	DEN0066_000000023333	1.0		0	0	False	False	0.9821200370788574	0					non-mobilizable	no_good_hit	214.0	84.579	13.0	7.067817407014876e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CAN0020_000000001564	18020	0.8071494833778966	26	9	2	8	3	False	91944	fragment	False	SPA0052_000000001586	0.802536527895979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	0.0	0.0006585446163977609	NZ_JNWZ01000054.1	high GC Gram+	Kitasatospora phosalacinea strain NRRL B-16230 contig54.1, whole genome shotgun sequence	True	False
CHI0019_000000003711	2312	0.8071480215702362	2	2	2	2	2	False	89466	fragment	False	CHI0019_000000003711	1.0		0	0	False	False	0.9965397715568542	0					non-mobilizable	no_good_hit								True	False
SPA0014_000000002004	8416	0.8071439569104782	12	2	2	2	1	False	72645	fragment	False	SPA0014_000000002004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0043141922047009815	XM_034225480.1	bony fishes	PREDICTED: Gymnodraco acuticeps interferon-induced very large GTPase 1 (si:dkey-202l22.6), transcript variant X2, mRNA	True	False
ENG0194_000000014182	1893	0.8071420071623895	3	3	3	2	2	False	129886	maximal	True	ENG0194_000000014182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	96.31299999999999	60.0	0.015841142347166444	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0205_000000003268	6089	0.8071325252436764	4	4	4	4	4	False	86165	maximal	False	SPA0084_000000002242	0.9736328125		0	0	False	False	1.0	0					non-mobilizable	chromosome	6089.0	99.212	100.0	0.0010816839356870018	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0072_000000009619	2871	0.8071195276790984	4	3	2	3	2	True	105718	fragment	False	ISR0072_000000009619	1.0		0	0	False	False	0.9972135424613953	0					non-mobilizable	no_good_hit	1349.0	99.259	47.0	0.005200376525778127	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0049_000000002736	6601	0.80710542837157	8	6	5	5	4	False	120869	maximal	True	MON0049_000000002736	1.0		8	2	False	False	0.9996970295906067	0					non-mobilizable	no_good_hit	2348.0	97.87100000000001	36.0	0.048461061764098326	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0116_000000003624	5077	0.8070984873909197	7	4	4	4	3	False	82199	fragment	False	CHI0116_000000003624	1.0		0	0	False	False	0.9988182187080383	0					non-mobilizable	no_good_hit	501.0	77.645	10.0	0.00011224502109090777	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0040_000000007318	3041	0.8070934896971367	5	3	2	3	2	False	70935	maximal	True	ENG0040_000000007318	1.0		3	2	False	False	0.9924367070198059	0					non-mobilizable	no_good_hit	120.0	86.667	5.0	4.080858612652102e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
SPA0056_000000031239	1141	0.807065050058457	2	2	2	2	2	False	6353	fragment	False	SPA0056_000000031239	1.0		0	0	False	False	0.9938650131225586	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	6.0	3.068549477483559e-05	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
ISR0247_000000003950	3172	0.8070572722954485	3	3	3	2	2	False	124180	maximal	True	ISR0247_000000003950	1.0		37	6	False	False	1.0	0					non-mobilizable	no_good_hit	1920.0	80.885	60.0	0.019649911807482438	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0122_000000001496	9307	0.8070478677369425	16	5	4	3	2	False	95899	fragment	False	CHI0122_000000001496	1.0		0	0	False	True	0.99989253282547	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	True
SPA0132_000000006017	6088	0.8070416323677742	8	7	5	4	5	True	132395	backbone	False	SPA0082_000000002281	0.8688330267012001	PS1159|PS1161|PS463	0	0	True	True	1.0	319		MOBV			mobilizable	plasmid	3270.0	99.052	93.0	0.4696164344203419	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0087_000000013436	2453	0.8070381243793092	3	2	2	2	2	False	33844	maximal	True	ISR0087_000000013436	1.0		32	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000008700	3701	0.80702247357173	4	3	2	3	2	False	106644	fragment	False	MON0040_000000006203	0.7873187243447041		0	0	False	False	0.9997298121452332	0					non-mobilizable	other	3702.0	99.406	100.0	0.0011210575562035738	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
CAN0003_000000021735	2289	0.8070222315040517	3	3	3	3	1	False	96633	fragment	False	CAN0003_000000021735	1.0		0	0	False	False	0.9982525110244751	0					non-mobilizable	chromosome	2289.0	99.083	100.0	0.000663248963311143	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0309_000000004573	3698	0.8070100036657586	5	4	3	4	4	False	114513	maximal	True	ISR0309_000000004573	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	93.70700000000001	84.0	0.000341306463247117	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0076_000000026698	1797	0.8070091258392942	2	2	2	2	2	False	77136	fragment	False	MON0076_000000026698	0.9827248756181245		0	0	False	False	0.9593767523765564	0					non-mobilizable	other	1230.0	96.667	96.0	0.0003412921894352156	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0038_000000031084	1164	0.8070023690956369	2	2	2	2	2	False	36585	fragment	False	ISR0038_000000031084	1.0		0	0	False	False	0.988831639289856	0					non-mobilizable	no_good_hit	304.0	76.645	26.0	9.045773422673412e-05	NC_015152.1	spirochetes	Sphaerochaeta globosa str. Buddy, complete sequence	True	False
ENG0204_000000013789	1916	0.8069994893693891	4	1	1	1	1	False	99729	fragment	False	ENG0204_000000013789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	98.074	49.0	0.00016125485597009455	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0167_000000016192	1772	0.8069994893693891	4	1	1	1	1	False	99728	fragment	False	ISR0167_000000016192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	98.429	68.0	0.00015525777454971913	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0011_000000022839	1280	0.8069994893693891	3	1	1	1	1	False	66731	fragment	False	ENG0016_000000016150	0.9601092586750363		0	0	False	False	0.9976562261581421	0					non-mobilizable	no_good_hit	700.0	98.571	86.0	0.00015525777454971913	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0199_000000009220	2698	0.8069988768112819	2	2	2	2	2	False	54289	maximal	True	ENG0199_000000009220	1.0		3	3	False	False	0.9985173940658569	0					non-mobilizable	no_good_hit	1096.0	99.818	49.0	0.0003720171107486445	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0186_000000010469	1417	0.8069970713977422	2	2	2	2	1	False	55008	fragment	False	ENG0186_000000010469	1.0		0	0	False	False	0.984474241733551	0					non-mobilizable	other	1440.0	80.0	99.0	0.027763637075615775	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
TAN0014_000000000765	5064	0.8069948984061512	6	2	1	2	0	True	2549	maximal	True	TAN0014_000000000765	1.0		1	1	False	False	0.9988151788711548	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000012408	1842	0.8069937478861071	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.5634669625765928		0	0	False	False	1.0	0					non-mobilizable	other	1842.0	98.806	100.0	0.01916769914729247	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0015_000000022527	1681	0.8069933442106315	2	2	2	2	2	False	79436	fragment	False	MON0015_000000022527	1.0		0	0	False	False	0.9619274139404297	0					non-mobilizable	chromosome	1681.0	99.584	100.0	0.000323636503038234	CP026160.1	enterobacteria	Klebsiella pneumoniae strain F93-1 chromosome, complete genome	False	False
DEN0079_000000049007	1281	0.8069916374057635	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.33886903515416966		0	0	False	False	0.9789227247238159	0					non-mobilizable	no_good_hit	142.0	76.76100000000001	15.0	0.007957863399553443	NZ_PTQZ01000011.1	g-proteobacteria	Amnimonas aquatica strain HR-E HR-E_11, whole genome shotgun sequence	True	True
ENG0210_000000022894	1189	0.8069850938470647	2	2	2	2	1	False	53689	fragment	False	ENG0210_000000022894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	5.0	2.8108480600614758e-05	CP041676.1	firmicutes	Lactobacillus reuteri strain LL7 chromosome, complete genome	True	False
ISR0047_000000011712	2536	0.8069842859286931	3	3	3	3	2	False	36098	maximal	True	ISR0047_000000011712	1.0		0	0	False	False	0.9917192459106445	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.000183449034961524	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
FIJ0151_000000003571	4800	0.8069788332848488	5	4	4	4	3	False	79276	backbone	True	FIJ0151_000000003571	0.9549471686244118	PS388	8	1	False	True	1.0	0					non-mobilizable	other	1657.0	98.31	96.0	0.01009503721630568	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0088_000000005765	4799	0.8069788332848488	5	4	4	4	3	False	79276	backbone	False	FIJ0151_000000003571	0.9544117816367372	PS388	0	0	True	True	1.0	4					non-mobilizable	other	1657.0	98.31	96.0	0.01009503721630568	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0157_000000003913	4799	0.8069788332848488	5	4	4	4	3	False	79276	backbone	False	FIJ0151_000000003571	0.9548336571205376	PS388	0	0	False	True	1.0	0					non-mobilizable	other	1657.0	98.31	96.0	0.01009503721630568	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0007_000000003521	4798	0.8069788332848488	5	4	4	4	3	False	79276	backbone	False	FIJ0151_000000003571	0.9547121304854482	PS388	0	0	False	True	1.0	0					non-mobilizable	other	1657.0	98.31	96.0	0.01009503721630568	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0160_000000003472	4798	0.8069788332848488	5	4	4	4	3	False	79276	backbone	False	FIJ0151_000000003571	0.9545092851503192	PS388	0	0	False	True	1.0	0					non-mobilizable	other	1657.0	98.31	96.0	0.01009503721630568	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0068_000000006706	4530	0.8069788332848488	5	4	4	4	3	False	79276	backbone	False	FIJ0151_000000003571	0.9365874170027266	PS388	0	0	False	True	1.0	0					non-mobilizable	other	1657.0	98.31	98.0	0.01009503721630568	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0095_000000005982	4406	0.8069788332848488	5	4	4	4	3	False	79276	backbone	False	FIJ0151_000000003571	0.8809617965761745	PS388	0	0	False	True	1.0	0					non-mobilizable	other	1623.0	97.65899999999999	99.0	0.009887771959449163	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0020_000000005243	4398	0.8069788332848488	5	4	4	4	3	False	79276	backbone	False	FIJ0151_000000003571	0.8799823262970073	PS388	0	0	False	True	1.0	0					non-mobilizable	other	1621.0	97.656	99.0	0.009875579885516426	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0079_000000002100	9285	0.8069771911585478	12	6	6	6	6	False	62242	maximal	True	SPA0079_000000002100	1.0		13	6	False	False	0.9996768832206726	0					non-mobilizable	no_good_hit	500.0	98.6	5.0	0.998	EU066048.1	bacteria	Uncultured bacterium clone LM0ACA22ZG02RM1 genomic sequence	True	False
SPA0007_000000008663	2861	0.8069595660108977	4	2	2	2	2	False	52987	maximal	True	SPA0007_000000008663	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	87.06299999999999	42.0	0.00017005813168797842	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ISR0237_000000002374	3741	0.8069491443368094	4	3	3	3	3	False	121358	fragment	False	ISR0237_000000002374	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2021.0	99.456	98.0	0.0006366991498805559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0044_000000019400	1284	0.8069489690235858	5	2	2	2	1	False	17944	maximal	True	MAD0044_000000019400	1.0		1	1	False	False	0.972741425037384	0					non-mobilizable	no_good_hit	299.0	93.645	23.0	0.00012476789194598137	CP000387.1	firmicutes	Streptococcus sanguinis SK36, complete genome	True	False
AST0102_000000020434	1539	0.806946389782503	3	2	2	2	2	False	108187	fragment	False	ENG0011_000000018344	0.9723294723294723		0	0	False	False	0.9987004399299622	0					non-mobilizable	other	1539.0	99.935	100.0	0.00664931561335397	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	False	False
MAD0095_000000022876	1617	0.8069322724002148	2	1	1	1	1	False	34885	maximal	True	MAD0095_000000022876	1.0		2	2	False	False	0.9919604063034058	0					non-mobilizable	no_good_hit								True	False
ISR0070_000000017179	1232	0.8069322724002148	2	1	1	1	1	False	34883	fragment	False	ISR0070_000000017179	1.0		0	0	False	False	0.9967532753944397	0					non-mobilizable	no_good_hit								True	False
SPA0055_000000016447	1900	0.8069316968086218	2	1	1	1	1	False	76296	maximal	True	SPA0055_000000016447	0.9738095238095239		39	7	False	False	0.9994736909866333	0					non-mobilizable	other	1116.0	97.84899999999999	99.0	0.00030963449244936155	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0349_000000005316	1968	0.8069240261978747	4	2	2	1	1	False	36677	fragment	False	ISR0349_000000005316	1.0		0	0	False	False	0.9984756112098694	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.0004622536848222304	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
ISR0392_000000020045	1714	0.8069240261978747	3	2	2	1	1	False	36676	fragment	False	ISR0392_000000020045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.0004622536848222304	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
SPA0131_000000003685	5636	0.8069214380376575	14	3	0	2	2	True	3779	maximal	True	SPA0131_000000003685	1.0		1	1	True	True	0.9998225569725037	25					non-mobilizable	no_good_hit								True	True
SPA0116_000000008801	4286	0.8069214380376575	14	3	0	2	2	True	4362	maximal	True	SPA0116_000000008801	1.0		1	1	False	False	0.9902006387710571	0					non-mobilizable	no_good_hit	95.0	81.053	2.0	0.019218973625025556	MH616711.1	viruses	Inoviridae sp. isolate ctbe45, complete genome	True	True
ISR0185_000000000141	46304	0.8069210568721832	38	13	10	11	4	True	29414	maximal	True	ISR0185_000000000141	1.0		2	1	False	False	0.9998272061347961	0					non-mobilizable	no_good_hit	760.0	100.0	2.0	0.004337142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0133_000000003812	8981	0.8069177487462974	10	2	1	2	0	False	100290	maximal	True	FIJ0133_000000003812	1.0	PS114|PS115|PS571	1	1	False	True	0.9998886585235596	0					non-mobilizable	no_good_hit	1799.0	93.719	35.0	0.2715562964085467	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
TAN0021_000000002101	5812	0.8069177487462974	7	2	1	2	0	True	34671	fragment	False	TAN0021_000000002101	1.0		0	0	False	False	0.9987955689430237	0					non-mobilizable	no_good_hit	522.0	92.146	30.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0172_000000003131	5053	0.8069177487462974	7	2	1	2	0	False	47135	maximal	True	ISR0172_000000003131	1.0	PS161|PS166	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	279.0	88.53	5.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0393_000000003342	4939	0.8069177487462974	5	2	1	2	0	True	34674	maximal	True	ISR0393_000000003342	0.9696178742952599		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	526.0	88.023	25.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0286_000000002588	4868	0.8069177487462974	8	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.5542620883873373	PS114|PS115|PS571	0	0	True	True	1.0	113					non-mobilizable	no_good_hit	279.0	92.115	9.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0255_000000005829	4789	0.8069177487462974	6	2	1	2	0	True	34674	maximal	False	ISR0393_000000003342	0.9495826739857547		0	0	True	True	1.0	248					non-mobilizable	no_good_hit	526.0	88.023	26.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0323_000000003534	4784	0.8069177487462974	7	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.8685946717282446	PS114|PS115|PS571	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	281.0	93.238	11.0	0.004438596769335637	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0128_000000007232	4755	0.8069177487462974	5	2	1	2	0	False	100292	maximal	True	ISR0128_000000007232	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	90.345	23.0	0.11060025542784163	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ISR0336_000000002399	4677	0.8069177487462974	7	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.886376586427945	PS114|PS115|PS571	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	279.0	89.24700000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
AST0052_000000004210	4649	0.8069177487462974	6	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.955807931458033	PS161|PS166|PS738	0	0	True	True	1.0	121					non-mobilizable	no_good_hit	281.0	90.391	12.0	0.004438596769335637	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0106_000000005271	4625	0.8069177487462974	7	2	1	2	0	False	100289	backbone	True	FIJ0106_000000005271	0.8871964961843378	PS114|PS115|PS571	6	2	True	True	1.0	16					non-mobilizable	no_good_hit	279.0	93.90700000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
USA0069_01_000000013292	4620	0.8069177487462974	7	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.8181874607878309	PS114|PS115|PS571	0	0	True	True	1.0	134					non-mobilizable	no_good_hit	279.0	89.964	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0144_000000006853	4604	0.8069177487462974	6	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.8811937015921714	PS114|PS115|PS571	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	264.0	93.939	12.0	0.004169110536911688	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0041_000000002585	4600	0.8069177487462974	7	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9477367258597488	PS161|PS166|PS738	0	0	True	True	0.9997826218605042	61					non-mobilizable	no_good_hit	291.0	89.34700000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0321_000000002017	4600	0.8069177487462974	5	2	1	2	0	True	41180	maximal	True	ISR0321_000000002017	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	518.0	87.838	29.0	0.13001277139208173	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0155_000000004888	4595	0.8069177487462974	6	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.8812980480259299	PS114|PS115|PS571	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	243.0	95.06200000000001	9.0	0.0038362157792115148	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
TAN0009_000000006775	4581	0.8069177487462974	7	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9456081126090995	PS161|PS166|PS738	0	0	True	True	1.0	123					non-mobilizable	no_good_hit	279.0	89.60600000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0380_000000002483	4576	0.8069177487462974	6	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.8803205196958126	PS114|PS115|PS571	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	163.0	90.184	9.0	0.002568045273687047	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0096_000000005436	4575	0.8069177487462974	6	2	1	2	0	False	114624	backbone	True	ISR0096_000000005436	0.9564792716274213	PS161|PS166|PS738	8	3	True	True	1.0	89					non-mobilizable	no_good_hit	279.0	93.54799999999999	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
DEN0021_000000006902	4569	0.8069177487462974	6	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9552468388341734	PS161|PS166|PS738	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	279.0	92.115	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
DEN0010_000000009259	4563	0.8069177487462974	6	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9278330985593422	PS161|PS166|PS738	0	0	True	True	1.0	102					non-mobilizable	no_good_hit	279.0	93.90700000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0300_000000001391	4555	0.8069177487462974	6	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9270862922357187	PS161|PS166|PS738	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	279.0	93.90700000000001	7.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0134_000000007235	4553	0.8069177487462974	6	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9248605568138727	PS161|PS166|PS738	0	0	True	True	1.0	87					non-mobilizable	no_good_hit	258.0	93.411	11.0	0.004073997748997353	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
DEN0065_000000006692	4551	0.8069177487462974	6	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9546791093499871	PS161|PS166|PS738	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	283.0	92.93299999999999	10.0	0.004470301031973749	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0114_000000005817	4545	0.8069177487462974	6	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9515805302943535	PS161|PS166|PS738	0	0	True	True	1.0	101					non-mobilizable	no_good_hit	279.0	93.90700000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0120_000000004883	4524	0.8069177487462974	7	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9817628824220612	PS161|PS166|PS464	0	0	True	True	0.9997789859771729	5					non-mobilizable	no_good_hit	229.0	95.633	5.0	6.082061413348364e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0085_000000004655	4522	0.8069177487462974	6	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9486551194842084	PS161|PS166|PS738	0	0	True	True	1.0	318					non-mobilizable	no_good_hit	279.0	93.90700000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0082_000000005998	4522	0.8069177487462974	6	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9444802044848681	PS161|PS166|PS738	0	0	True	True	1.0	186					non-mobilizable	no_good_hit	279.0	93.90700000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
USA0121_01_000000010566	4490	0.8069177487462974	6	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.34655661872679966	PS114|PS115|PS571	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	280.0	89.64299999999999	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0012_000000005058	4490	0.8069177487462974	6	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.7604850462909248	PS114|PS115|PS571	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	258.0	89.535	9.0	0.004073997748997353	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0168_000000004204	4452	0.8069177487462974	6	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.6468593707966162	PS114|PS115|PS571	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	255.0	92.941	9.0	0.0040105892237211295	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0084_000000003193	4434	0.8069177487462974	7	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.985394985731947	PS161|PS166|PS464	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	279.0	87.455	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MON0088_000000006486	4433	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.978508688348224	PS161|PS166|PS464	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	276.0	90.58	9.0	0.04152144264282467	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0333_000000004190	4415	0.8069177487462974	6	2	1	2	0	False	34677	maximal	True	ISR0333_000000004190	0.9971403586737269	PS109	3	1	True	True	1.0	26					non-mobilizable	no_good_hit	281.0	86.12100000000001	11.0	0.004438596769335637	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0128_000000005715	4405	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9769051183203931	PS161|PS166|PS464	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	280.0	90.0	8.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
CHI0158_000000003313	4405	0.8069177487462974	7	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9753338977016408	PS161|PS166|PS464	0	0	True	True	0.9995459914207458	47					non-mobilizable	no_good_hit	275.0	82.90899999999999	8.0	0.06998722860791827	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0088_000000006258	4404	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9763268043787754	PS161|PS166|PS464	0	0	True	True	0.9993187785148621	3					non-mobilizable	no_good_hit	275.0	82.545	8.0	0.06998722860791827	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ETH0002_000000006449	4395	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9792819980071482	PS161|PS166|PS464	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	275.0	82.182	6.0	0.06998722860791827	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0127_000000004226	4393	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9874088789965184	PS161|PS166|PS464	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	279.0	88.53	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0032_000000007800	4393	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9847858447438823	PS161|PS166|PS464	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	279.0	88.53	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0085_000000006811	4393	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.987603030656334	PS161|PS166|PS464	0	0	True	True	0.9995447397232056	7					non-mobilizable	no_good_hit	279.0	88.53	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0026_000000006807	4390	0.8069177487462974	7	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9854243368450608	PS161|PS166|PS464	0	0	True	True	0.9920273423194885	1					non-mobilizable	no_good_hit	279.0	87.455	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0148_000000003808	4387	0.8069177487462974	7	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9858055156487279	PS161|PS166|PS464	0	0	True	True	0.9945293068885803	1					non-mobilizable	no_good_hit	279.0	87.455	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0822_000000001236	4378	0.8069177487462974	6	2	1	2	0	False	114624	backbone	False	ISR0096_000000005436	0.9347986106315452	PS161|PS166|PS738	0	0	False	True	0.9993147850036621	0					non-mobilizable	no_good_hit	280.0	91.429	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0072_000000005767	4373	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9866991773325133	PS161|PS166|PS464	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	279.0	88.53	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0034_000000006656	4373	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9876778766317831	PS161|PS166|PS464	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	277.0	88.448	6.0	0.04152144264282467	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0075_000000004117	4373	0.8069177487462974	7	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9877075340791235	PS161|PS166|PS464	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	279.0	88.53	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0093_000000004939	4371	0.8069177487462974	6	2	1	2	0	False	89428	backbone	True	FIJ0093_000000004939	0.9878713070057137	PS161|PS166|PS464	7	2	True	True	1.0	3					non-mobilizable	no_good_hit	279.0	88.17200000000001	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0017_000000006346	4349	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9457978506629301	PS161|PS166|PS464	0	0	False	True	0.9995401501655579	0					non-mobilizable	no_good_hit	275.0	82.545	8.0	0.06998722860791827	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0083_000000005300	4332	0.8069177487462974	7	2	1	2	0	False	35929	backbone	True	ISR0083_000000005300	1.0	PS114|PS115	1	1	True	True	1.0	181					non-mobilizable	no_good_hit	477.0	84.696	11.0	0.04287527193618564	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0015_000000006743	4277	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9808382930483859	PS161|PS166|PS464	0	0	True	True	0.9997661709785461	1					non-mobilizable	no_good_hit	279.0	88.53	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
USA0009_01_000000005662	4272	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9783644032862366	PS161|PS166|PS464	0	0	True	True	0.9981273412704468	1					non-mobilizable	no_good_hit	279.0	88.53	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0115_000000005721	4266	0.8069177487462974	6	2	1	2	0	False	100289	backbone	False	FIJ0106_000000005271	0.44660358760211	PS114|PS115|PS571	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	276.0	84.05799999999999	6.0	0.06998722860791827	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0257_000000003706	4190	0.8069177487462974	5	2	1	2	0	False	34677	maximal	False	ISR0333_000000004190	0.9666380680450233	PS109	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	281.0	86.12100000000001	11.0	0.004438596769335637	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0012_000000005675	4189	0.8069177487462974	5	2	1	2	0	False	75137	backbone	False	ISR0775_000000004360	0.9573241296157207	PS357	0	0	True	True	1.0	128					non-mobilizable	no_good_hit	1159.0	92.321	34.0	0.29042145593869734	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0018_000000008487	4143	0.8069177487462974	5	2	1	2	0	False	75137	backbone	False	ISR0775_000000004360	0.9837365677065951	PS357	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1138.0	98.155	40.0	0.29042145593869734	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0775_000000004360	4137	0.8069177487462974	6	2	1	2	0	False	75137	backbone	True	ISR0775_000000004360	0.9838723350417893	PS357	2	1	True	True	1.0	22					non-mobilizable	no_good_hit	1138.0	98.06700000000001	39.0	0.29042145593869734	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0150_000000005428	4120	0.8069177487462974	6	2	1	2	0	False	75137	backbone	False	ISR0775_000000004360	0.9833015602153451	PS357	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	1138.0	98.155	39.0	0.29042145593869734	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0069_000000006060	3929	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.8420760920992371	PS161|PS166|PS464	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	275.0	82.90899999999999	7.0	0.06998722860791827	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0100_000000005077	3871	0.8069177487462974	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.1503082655160351	PS161|PS166|PS464	0	0	False	True	0.9997416734695435	0					non-mobilizable	no_good_hit	275.0	82.182	7.0	0.06998722860791827	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0087_000000007865	3869	0.8069177487462974	5	2	1	2	0	False	47134	backbone	True	FIJ0087_000000007865	0.9865538160287469	PS161|PS166	1	1	True	True	1.0	9					non-mobilizable	no_good_hit	279.0	88.53	7.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0824_000000004616	3806	0.8069177487462974	7	2	1	2	0	False	47134	backbone	False	FIJ0087_000000007865	0.9620107575573981	PS161|PS166	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	325.0	82.76899999999999	8.0	0.02918781725888325	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
MAD0089_000000005671	3709	0.8069177487462974	4	2	1	2	0	False	47134	backbone	False	FIJ0087_000000007865	0.9691735867532021	PS161|PS166	0	0	False	True	0.9846319556236267	0					non-mobilizable	no_good_hit	279.0	88.17200000000001	7.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0132_000000007945	3693	0.8069177487462974	5	2	1	2	0	False	47134	backbone	False	FIJ0087_000000007865	0.9673196735852329	PS161|PS166	0	0	True	True	0.9997292160987854	4					non-mobilizable	no_good_hit	279.0	88.53	7.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0044_000000005915	3689	0.8069177487462974	6	2	1	2	0	False	47134	backbone	False	FIJ0087_000000007865	0.9627835416901962	PS161|PS166	0	0	True	True	0.9986445903778076	4					non-mobilizable	no_good_hit	279.0	87.814	7.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0836_000000005491	3667	0.8069177487462974	4	2	1	2	0	False	34673	backbone	True	ISR0836_000000005491	1.0	PS109	1	1	True	True	0.9997273087501526	27					non-mobilizable	no_good_hit	275.0	83.63600000000001	10.0	0.06998722860791827	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0089_000000010688	3655	0.8069177487462974	4	2	1	2	0	False	5431	maximal	True	SPA0089_000000010688	1.0		2	1	True	True	1.0	141					non-mobilizable	no_good_hit	518.0	97.29700000000001	44.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0090_000000009123	3655	0.8069177487462974	4	2	1	2	0	False	5431	maximal	False	SPA0089_000000010688	1.0		0	0	True	True	1.0	96					non-mobilizable	no_good_hit	518.0	97.29700000000001	44.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0071_000000009874	3621	0.8069177487462974	4	2	1	2	0	False	45922	backbone	True	FIJ0071_000000009874	0.6841509484895507	PS161	5	2	True	True	1.0	27					non-mobilizable	no_good_hit	282.0	82.624	11.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0059_000000005175	3611	0.8069177487462974	4	2	1	2	0	False	45922	backbone	False	FIJ0071_000000009874	0.6841216262416758	PS161	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	282.0	82.624	10.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MAD0034_000000004234	3601	0.8069177487462974	5	2	1	2	0	False	45922	backbone	False	FIJ0071_000000009874	0.6822209975079029	PS161	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	284.0	82.74600000000001	9.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0050_000000006850	3546	0.8069177487462974	3	2	1	2	0	False	35927	backbone	True	ISR0050_000000006850	1.0	PS114	3	2	True	True	1.0	438					non-mobilizable	no_good_hit	291.0	90.03399999999999	13.0	0.04379451432035157	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MAD0111_000000004944	3461	0.8069177487462974	4	2	1	2	0	False	47134	backbone	False	FIJ0087_000000007865	0.6292868494232483	PS161|PS166	0	0	False	True	0.9976885318756104	0					non-mobilizable	no_good_hit	279.0	88.17200000000001	8.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0381_000000004606	3415	0.8069177487462974	4	2	1	2	0	False	45922	backbone	False	FIJ0071_000000009874	0.5076638934879166	PS161	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	102.0	82.353	3.0	0.07228017883755589	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
MAD0047_000000011841	3414	0.8069177487462974	4	2	1	2	0	False	45922	backbone	False	FIJ0071_000000009874	0.40439956484556105	PS161	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	102.0	82.353	3.0	0.07228017883755589	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
ISR0016_000000005956	3380	0.8069177487462974	4	2	1	2	0	False	45922	backbone	False	FIJ0071_000000009874	0.40204838352162137	PS161	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	102.0	82.353	3.0	0.07228017883755589	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
MON0104_000000013604	3244	0.8069177487462974	4	2	1	2	0	False	23849	fragment	False	MON0104_000000013604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	97.76100000000001	35.0	0.17088122605363984	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ISR0151_000000006233	2903	0.8069177487462974	6	2	1	2	0	False	52286	fragment	False	ISR0151_000000006233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	82.686	11.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ENG0058_000000009684	3267	0.8069086948994556	7	6	3	3	4	False	120267	maximal	True	ENG0058_000000009684	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2475.0	91.758	75.0	0.00923382772240969	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
USA0064_01_000000000802	17699	0.8069060401574574	17	14	10	12	13	False	97192	fragment	False	USA0064_01_000000000802	1.0		0	0	False	False	0.9998869895935059	0					non-mobilizable	no_good_hit	4520.0	74.97800000000001	40.0	0.025588795479523786	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ENG0079_000000003170	9199	0.8069036620250032	15	6	5	6	3	False	91390	maximal	True	ENG0079_000000003170	1.0		1	1	False	False	0.9998912811279297	0					non-mobilizable	no_good_hit	88.0	93.182	1.0	0.011811023622047244	NZ_FOAT01000037.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0244_000000018112	1464	0.806902723577028	2	2	2	2	2	False	65270	maximal	True	ISR0244_000000018112	1.0		176	14	False	False	0.9952185750007629	0					non-mobilizable	no_good_hit	409.0	79.218	28.0	0.0030473546849306803	NZ_FQXV01000014.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0090_000000021680	2689	0.8068837013747545	4	3	3	1	2	False	104792	fragment	False	SPA0132_000000014530	0.9446823697359029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0002_000000008559	4052	0.8068809280386158	4	3	2	2	3	False	132134	fragment	False	AST0002_000000008559	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	3555.0	95.443	96.0	0.20170406134620847	MK231927.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_1-CL21_c1 sequence	False	False
SPA0042_000000021458	1573	0.8068806956136021	1	1	1	1	1	False	11427	fragment	False	SPA0042_000000021458	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	98.583	94.0	0.00041127236171973496	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0137_000000025484	1449	0.8068806956136021	1	1	1	1	1	False	11426	fragment	False	SPA0137_000000025484	0.9877769289533995		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	99.271	90.0	0.0003426806849170513	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0073_000000004157	8834	0.8068760235920476	12	8	2	4	7	False	105367	maximal	False	CAN0001_000000004970	0.9603648424543947		0	0	False	False	0.9998868107795715	0					non-mobilizable	no_good_hit	4514.0	89.23299999999999	74.0	0.0008961464107639758	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0120_000000011657	3621	0.8068742608389929	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3165214775536213		0	0	False	False	1.0	0					non-mobilizable	chromosome	3638.0	94.475	100.0	0.0012649306431801101	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0023_000000009435	1833	0.8068682929249069	4	3	2	2	2	True	94712	fragment	False	ENG0023_000000009435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	80.45	88.0	0.0002093352917690755	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	True
AST0148_000000001216	20319	0.8068619104151383	33	10	5	10	4	True	115485	maximal	True	AST0148_000000001216	1.0		2	2	False	False	0.9994586110115051	0					non-mobilizable	no_good_hit	88.0	92.045	0.0	0.0013626136831764743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
MON0035_000000024747	1187	0.806860895672101	2	2	2	2	2	False	18199	fragment	False	MAD0041_000000031553	0.9515728476821192		0	0	False	False	0.9983150959014893	0					non-mobilizable	other	1179.0	99.23700000000001	99.0	0.0018873577472190313	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
MON0107_000000031169	1928	0.8068494641836069	2	2	1	2	0	True	8590	maximal	True	MON0107_000000031169	1.0		1	1	False	False	0.9984439611434937	0					non-mobilizable	no_good_hit								True	True
ISR0263_000000007377	1971	0.8068488607613299	2	2	1	2	1	False	72696	fragment	False	ISR0263_000000007377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	465.0	72.473	23.0	0.0031684082420579966	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
FIJ0005_000000001511	15365	0.8068354001991502	23	8	0	8	3	False	51934	maximal	True	FIJ0005_000000001511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0141_000000001779	15185	0.8068354001991502	23	8	0	8	3	False	80161	maximal	True	CHI0141_000000001779	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0039_000000001349	15114	0.8068354001991502	24	8	0	8	3	False	7023	maximal	True	SPA0039_000000001349	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.002369668246445498	XM_002424306.1	lice	Pediculus humanus corporis protein gar2, putative, mRNA	True	False
MAD0038_000000000515	14659	0.8068354001991502	23	8	0	8	3	False	18583	maximal	True	MAD0038_000000000515	1.0		1	1	False	False	0.9998635649681091	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000000934	18528	0.8068326508427949	22	10	5	10	4	True	108400	backbone	False	ISR0280_000000000088	0.007879061842971876	PS672	0	0	False	True	1.0	0					non-mobilizable	other	13183.0	94.675	99.0	0.027968397243163766	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0133_000000015501	1257	0.8068281432802205	2	2	2	2	2	False	3681	fragment	False	SPA0133_000000015501	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	100.0	100.0	0.002280617655176421	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0052_000000007787	2076	0.8068276112249351	3	2	2	1	1	False	86489	maximal	True	CHI0052_000000007787	1.0		1	1	False	False	0.9980732202529907	0					non-mobilizable	no_good_hit	188.0	84.574	9.0	8.851429003405648e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
ENG0100_000000006281	4638	0.8068138736553021	6	4	3	4	2	False	60603	fragment	False	ENG0100_000000006281	1.0		0	0	False	False	0.9980595111846924	0					non-mobilizable	no_good_hit								True	False
ISR0052_000000030218	1245	0.8068058125272942	3	2	2	1	2	False	35770	maximal	True	ISR0052_000000030218	1.0		2	1	False	False	0.9967871308326721	0					non-mobilizable	no_good_hit								True	False
DEN0077_000000000179	15029	0.8068042106239421	15	4	4	3	4	False	85011	fragment	False	DEN0077_000000000179	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2465.0	73.225	16.0	0.01500077579519007	NZ_FMXR01000010.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
SPA0117_000000017479	2165	0.8067961273168747	4	3	3	2	2	False	4304	maximal	True	SPA0117_000000017479	1.0		1	1	False	False	0.9926096796989441	0					non-mobilizable	no_good_hit	546.0	78.388	25.0	0.0010484353666980937	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	True	False
FIJ0148_000000003657	4572	0.8067782919175219	8	6	6	5	4	True	65134	fragment	False	FIJ0148_000000003657	1.0		0	0	False	False	0.9969378709793091	0					non-mobilizable	no_good_hit	652.0	73.926	18.0	0.00014354552551905616	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
FIJ0061_000000019030	1464	0.8067754738734806	2	2	2	2	1	False	45795	fragment	False	FIJ0061_000000019030	1.0		0	0	False	False	0.999316930770874	0					non-mobilizable	other	1464.0	98.634	100.0	0.019248733635945002	NZ_WNAF01000012.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold12_size75819, whole genome shotgun sequence	False	False
MON0068_000000009858	4131	0.806771106738515	4	4	3	3	2	True	10571	maximal	True	MON0068_000000009858	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	98.375	19.0	0.99875	GQ876099.1		Uncultured organism clone VC1A903TR genomic sequence	True	True
ISR0267_000000000786	17563	0.8067627020221122	28	17	11	11	17	False	26547	maximal	True	ISR0267_000000000786	1.0		0	0	False	False	0.9998860955238342	0					non-mobilizable	no_good_hit	6575.0	98.19	61.0	0.0026741209534239976	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	False
MON0089_000000000022	48112	0.8067623469179821	60	15	6	15	8	False	9619	maximal	True	MON0089_000000000022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	76.691	3.0	0.010309278350515464	NZ_NMWT01000011.1	high GC Gram+	Bifidobacterium parmae strain Uis4E Contig_11, whole genome shotgun sequence	True	False
FIJ0088_000000006013	4586	0.8067593484118455	6	3	0	3	0	True	43685	maximal	True	FIJ0088_000000006013	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0111_000000004913	4755	0.8067591968074911	9	2	1	1	2	False	42096	maximal	True	FIJ0111_000000004913	1.0		1	1	False	False	0.9991587996482849	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0004363477691720301	NZ_KE386883.1	d-proteobacteria	Desulfovibrio inopinatus DSM 10711 G451DRAFT_scaffold00026.26, whole genome shotgun sequence	True	False
FIJ0052_000000001341	16230	0.806754833063206	20	6	6	6	4	True	97608	fragment	False	FIJ0052_000000001341	0.979526690427535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	85.25	5.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
AST0035_000000009560	1698	0.8067478239760335	3	3	3	3	3	False	116794	fragment	False	AST0035_000000009560	0.9927579963789981		0	0	False	False	0.9988221526145935	0					non-mobilizable	other	1699.0	92.64299999999999	100.0	0.046854603527287875	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
ISR0294_000000002155	8459	0.80674653839122	12	8	5	7	5	False	94760	maximal	True	ISR0294_000000002155	1.0		2	2	False	False	0.9966899156570435	0					non-mobilizable	no_good_hit	384.0	80.208	5.0	9.860861923478133e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0232_000000000283	28037	0.8067390849775048	37	6	3	5	3	True	46635	fragment	False	ISR0232_000000000283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	85.455	0.0	0.03474903474903475	XM_031990117.1	bees	PREDICTED: Nomia melanderi uncharacterized LOC116432775 (LOC116432775), transcript variant X7, mRNA	True	True
MON0093_000000013748	3055	0.8067079041686956	3	3	3	3	2	False	74747	maximal	True	MON0093_000000013748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	96.729	44.0	0.07292062286365363	NZ_CABIWU010000043.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0019_000000009529	1994	0.8066977665698872	4	3	1	2	2	False	66530	fragment	False	ENG0019_000000009529	1.0		0	0	False	False	0.9974924921989441	0					non-mobilizable	no_good_hit	1142.0	91.068	57.0	0.0004625704433353241	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	False
ISR0358_000000001129	10514	0.8066786213968431	19	7	5	7	5	True	48035	fragment	False	ISR0358_000000001129	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0128_000000003875	6370	0.8066722839033545	7	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.3028539596385604	PS1045|PS1046|PS656|PS658	0	0	True	True	0.9998430013656616	3					non-mobilizable	no_good_hit	3944.0	94.675	64.0	0.6662719891745602	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
USA0034_01_000000027087	1938	0.8066708085863714	3	3	2	2	3	False	105749	fragment	False	ISR0336_000000006976	0.7273722884098219		0	0	False	False	1.0	0					non-mobilizable	chromosome	1938.0	99.17399999999999	100.0	0.00043824996855098316	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
DEN0079_000000004312	7739	0.8066561306926191	8	5	4	5	4	True	69643	maximal	True	DEN0079_000000004312	1.0		1	1	False	False	0.9970280528068542	0					non-mobilizable	no_good_hit	1602.0	98.50200000000001	42.0	0.03372372245860892	NZ_GL945016.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_2, whole genome shotgun sequence	True	True
ENG0041_000000011394	2208	0.8066452946770093	4	3	1	2	2	True	93352	fragment	False	ENG0041_000000011394	1.0		0	0	False	False	0.9981883764266968	0					non-mobilizable	no_good_hit	1362.0	90.235	62.0	0.03912304456800438	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	True	True
ISR0107_000000002221	7953	0.80664365550249	10	9	8	8	7	False	69725	maximal	True	ISR0107_000000002221	1.0		1	1	False	False	0.9989941120147705	0					non-mobilizable	no_good_hit	483.0	85.09299999999999	6.0	0.0001347832883263411	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0083_000000004125	5498	0.8066411667916911	4	3	1	3	0	False	92666	fragment	False	ENG0083_000000004125	0.953128554156285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	93.258	2.0	2.3768837152985463e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0130_000000012669	1333	0.8066395822741526	3	1	1	1	1	False	81081	fragment	False	CHI0130_000000012669	1.0		0	0	False	False	0.9744936227798462	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00010301313417460727	NZ_RAQO01000001.1	g-proteobacteria	Alginatibacterium sediminis strain ALS 81 1K03482_S43_L002_R1_001__paired__contig_1, whole genome shotgun sequence	True	False
FIJ0036_000000003983	8163	0.8066374578176032	13	13	2	11	13	True	86841	fragment	False	FIJ0036_000000003983	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	8168.0	97.551	100.0	0.10873563831205182	CP032262.1	enterobacteria	Escherichia coli strain AR_0067 plasmid unnamed4, complete sequence	False	True
FIJ0068_000000006007	5017	0.8066366858348077	5	2	2	1	1	True	98536	fragment	False	FIJ0068_000000006007	1.0		0	0	False	False	0.9998006820678711	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.010120888389091932	XM_032780131.1	turtles	PREDICTED: Chelonoidis abingdonii PNN interacting serine and arginine rich protein (PNISR), mRNA	True	True
ISR0308_000000005368	2970	0.8066295720468405	4	3	2	3	1	True	122733	maximal	True	ISR0308_000000005368	1.0		0	0	False	False	0.9858585596084595	0					non-mobilizable	no_good_hit	1893.0	99.47200000000001	64.0	0.034647572655520355	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
DEN0082_000000025849	1618	0.8066276791481986	2	2	1	1	2	False	75017	fragment	False	DEN0082_000000025849	0.9976174268209665		0	0	False	False	0.9876390695571899	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000003139	7491	0.8066227075080402	7	4	3	4	3	True	100169	maximal	False	ISR0125_000000001801	0.9630671541279565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3284.0	86.75399999999999	73.0	0.028281268971259085	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0129_000000003989	4927	0.8066205351505331	5	4	2	4	1	True	131950	fragment	False	ISR0190_000000002622	0.040035102819317256		0	0	False	True	0.9979703426361084	0					non-mobilizable	no_good_hit	677.0	83.604	14.0	0.008421237033422176	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0157_000000006766	4245	0.8066081989943464	3	2	1	1	0	False	30557	maximal	True	ISR0157_000000006766	1.0		1	1	False	False	0.9997644424438477	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	2.0	0.0003104954519473005	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
FIJ0090_000000028596	1600	0.8066045031302063	2	2	2	2	1	False	43441	maximal	True	FIJ0090_000000028596	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	96.36399999999999	7.0	0.04509722796855606	KU548953.1	bacteria	Uncultured bacterium clone CH_040204_Contig_2 genomic sequence	True	False
ENG0052_000000003752	6960	0.8066034715903263	8	4	2	3	3	False	111819	fragment	False	ENG0052_000000003752	0.9977750417928419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
CHI0017_000000002017	5345	0.8066000715607959	8	5	3	3	4	False	89644	maximal	True	CHI0017_000000002017	1.0		2	2	False	False	0.9986903667449951	0					non-mobilizable	no_good_hit	1547.0	92.50200000000001	41.0	0.00023552314885818285	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0167_000000015902	1578	0.8065982647137105	1	1	1	1	1	False	56053	maximal	True	ENG0167_000000015902	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	86.538	10.0	0.006883259911894273	NZ_NFHU01000018.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_18, whole genome shotgun sequence	True	False
ISR0126_000000010147	4795	0.8065980509679519	6	5	5	4	2	False	99451	fragment	False	ISR0126_000000010147	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2619.0	100.0	98.0	0.0011682925925876342	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0028_000000010052	3039	0.8065966414560616	3	3	2	3	3	False	120280	fragment	False	FIJ0028_000000010052	1.0		0	0	False	False	0.99901282787323	0					non-mobilizable	no_good_hit	268.0	77.23899999999999	9.0	0.001144395531157374	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
SPA0100_000000008600	3626	0.8065888918309033	2	2	2	2	0	True	53515	maximal	True	SPA0100_000000008600	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0029_000000008254	1627	0.8065834024916375	2	2	2	1	2	False	73839	fragment	False	DEN0029_000000008254	1.0		0	0	False	False	0.9950829744338989	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000025216	1208	0.8065814190222915	3	3	3	2	1	False	80830	fragment	False	CHI0132_000000025216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	93.694	9.0	0.0005087834525120027	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
DEN0001_000000014852	2821	0.8065782226413727	2	2	1	2	1	False	76930	maximal	True	DEN0001_000000014852	1.0		1	1	False	False	0.9996455311775208	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000025294	1385	0.8065781647429191	2	1	1	1	1	False	24247	fragment	False	ISR0344_000000025294	1.0		0	0	False	False	0.9971119165420532	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000021739	1350	0.8065596698034588	3	1	1	1	1	False	3909	fragment	False	SPA0127_000000021739	1.0		0	0	False	False	0.9740740656852722	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0144	XM_006675399.1	chytrids	Batrachochytrium dendrobatidis JAM81 uncharacterized protein (BATDEDRAFT_22078), partial mRNA	True	False
SPA0015_000000011524	1997	0.8065560683543338	3	3	3	3	3	False	114517	fragment	False	AST0052_000000010910	0.9794146069767835		0	0	False	False	0.9994992613792419	0					non-mobilizable	other	1989.0	97.838	99.0	0.03145580040526849	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
MON0062_000000012653	3122	0.8065554722738784	4	4	4	4	4	False	95237	fragment	False	MON0062_000000012653	1.0		0	0	False	False	0.9990390539169312	0					non-mobilizable	chromosome	3065.0	98.17299999999999	98.0	0.0005294031329672968	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
CHI0181_000000010888	1883	0.8065509099293254	3	3	3	3	3	False	77422	maximal	True	CHI0181_000000010888	1.0		251	13	False	False	0.9904407858848572	0					non-mobilizable	no_good_hit	441.0	75.51	23.0	0.0001464184531681419	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0090_000000002333	8339	0.8065489248643515	7	4	4	4	3	True	130390	maximal	True	ISR0090_000000002333	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	99.176	4.0	0.3907427341227126	GQ882821.1		Uncultured organism clone VC1D570TR genomic sequence	True	True
ENG0131_000000001433	18723	0.8065483656239646	22	12	9	11	11	False	95342	maximal	True	ENG0131_000000001433	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2224.0	71.358	12.0	0.003938889740277747	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
USA0053_01_000000004284	5172	0.8065316397723096	5	4	3	4	3	False	106648	fragment	False	USA0053_01_000000004284	1.0		0	0	False	False	0.9980664849281311	0					non-mobilizable	other	5158.0	99.205	99.0	0.0015617197268792346	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0027_000000016476	2447	0.8065285362449897	2	2	2	2	2	False	75588	fragment	False	MON0027_000000016476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	77.354	48.0	0.0002905611292439991	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0082_000000012330	3166	0.8065240996702239	4	2	2	2	2	False	69297	maximal	True	DEN0082_000000012330	1.0		7	3	False	False	0.9946304559707642	0					non-mobilizable	no_good_hit	460.0	72.17399999999999	15.0	0.001668807120243713	NZ_LGSS01000005.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_5c, whole genome shotgun sequence	True	False
USA0082_01_000000014745	2026	0.8065240996702239	3	2	2	2	2	False	28319	fragment	False	ISR0254_000000005739	0.9490944689182574		0	0	False	False	0.9896347522735596	0					non-mobilizable	no_good_hit	460.0	72.391	23.0	0.001668807120243713	NZ_LGSS01000005.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_5c, whole genome shotgun sequence	True	False
SPA0128_000000006277	5843	0.8065123721546514	10	4	2	2	4	False	3894	maximal	True	SPA0128_000000006277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2909.0	99.794	75.0	0.0006456857662604199	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0089_000000011771	2126	0.8065105546124128	4	3	2	3	3	False	97988	fragment	False	MAD0009_000000003861	0.6291486291486291		0	0	False	False	1.0	0					non-mobilizable	plasmid	2126.0	99.34100000000001	100.0	0.014300237664025207	CP019561.1	enterobacteria	Escherichia coli strain KSC1031 plasmid pMRGN1031, complete sequence	False	True
ENG0011_000000012243	2239	0.8065085858150237	5	3	3	2	2	False	112428	fragment	False	ENG0011_000000012243	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	92.339	33.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ENG0071_000000003649	5694	0.8065004927367925	7	3	2	3	2	True	97322	fragment	False	ENG0071_000000003649	0.9367077307623638		0	0	False	False	1.0	0					non-mobilizable	other	5694.0	100.0	100.0	0.0025003821065225145	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ENG0108_000000005711	4057	0.8065004927367925	6	3	2	3	2	True	97320	fragment	False	USA0001_01_000000003565	0.8691872439559097		0	0	False	False	0.9995070099830627	0					non-mobilizable	other	4057.0	100.0	100.0	0.0017814069601361881	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
MON0019_000000015578	4019	0.8065004927367925	6	3	2	3	2	True	97320	fragment	False	USA0001_01_000000003565	0.8722374332998574		0	0	False	False	0.9937795400619507	0					non-mobilizable	chromosome	4020.0	99.925	100.0	0.0007335796973468107	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ENG0008_000000007504	3201	0.8065004927367925	5	3	2	3	2	True	97319	fragment	False	ENG0008_000000007504	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3201.0	100.0	100.0	0.0005840893335431188	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
SPA0111_000000015624	2205	0.8065004927367925	4	3	2	3	2	True	97314	fragment	False	SPA0111_000000015624	1.0		0	0	False	False	0.9986394643783569	0					non-mobilizable	other	2205.0	99.955	100.0	0.0007421894994329187	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
MAD0051_000000003474	6859	0.8064978644244475	7	4	3	4	2	True	19827	fragment	False	MAD0051_000000003474	0.999839871897518		0	0	False	False	0.9998542070388794	0					non-mobilizable	no_good_hit	1619.0	97.715	35.0	0.00031216457269940307	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	True
DEN0079_000000004506	7518	0.8064967064928802	12	6	3	4	6	False	69641	fragment	False	DEN0079_000000004506	1.0		0	0	False	False	0.9985368251800537	0					non-mobilizable	no_good_hit	62.0	88.71	1.0	0.0014723203769140165	NZ_WNAJ01000029.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold29_size40752, whole genome shotgun sequence	True	False
SPA0089_000000015687	2495	0.806491943145881	3	3	2	3	2	False	121040	fragment	False	SPA0089_000000015687	1.0		0	0	False	False	0.998797595500946	0					non-mobilizable	no_good_hit	643.0	99.22200000000001	26.0	0.00021815090265882455	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0076_000000010679	2368	0.8064911904200515	3	3	3	2	2	False	34574	maximal	True	ISR0076_000000010679	1.0		445	13	False	False	0.9885979890823364	0					non-mobilizable	other	1470.0	97.619	100.0	0.021700193910327577	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0098_000000010272	2260	0.8064891358792005	4	3	2	3	2	False	42868	maximal	True	FIJ0098_000000010272	1.0		1	1	False	False	0.9964601993560791	0					non-mobilizable	no_good_hit	581.0	87.60799999999999	28.0	0.00018571844379471452	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0110_000000009420	3234	0.8064889761916929	4	4	2	3	3	False	122453	maximal	True	ENG0110_000000009420	1.0	PS871	1	1	False	True	0.9922696352005005	0					non-mobilizable	no_good_hit	1849.0	93.402	57.0	0.7999133824166306	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0057_000000001317	14255	0.8064828631513136	14	5	3	5	4	False	46179	maximal	True	FIJ0057_000000001317	1.0		1	1	False	False	0.9997193813323975	0					non-mobilizable	no_good_hit	2738.0	90.175	20.0	0.05742282162048256	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
USA0101_01_000000023576	1280	0.8064819708697593	3	1	1	1	1	False	353	maximal	True	USA0101_01_000000023576	1.0		13	7	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	98.446	15.0	5.815807911134455e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ENG0043_000000002876	9607	0.8064743624308688	12	10	4	5	10	False	104419	fragment	False	ENG0043_000000002876	0.9981698389458272		0	0	False	False	0.9990631937980652	0					non-mobilizable	chromosome	9537.0	99.916	100.0	0.0014698617457536856	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0144_000000002220	9562	0.8064743624308688	12	10	4	5	10	False	104419	fragment	False	ENG0043_000000002876	0.9958363693140418		0	0	False	False	1.0	0					non-mobilizable	chromosome	9562.0	99.979	100.0	0.0014737152004143234	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0045_000000035019	1228	0.8064715854803317	2	2	2	2	2	False	17800	maximal	True	MAD0045_000000035019	1.0		26	7	False	False	0.9983713626861572	0					non-mobilizable	other	1226.0	74.551	99.0	0.017980718929825872	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0388_000000003658	7315	0.8064699960828305	8	3	2	2	1	False	132498	fragment	False	ISR0032_000000003111	0.5015963405389404		0	0	False	False	0.9998632669448853	0					non-mobilizable	no_good_hit	2525.0	97.941	35.0	0.40861259511089526	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0091_000000008930	3464	0.8064623735514983	5	4	4	3	3	False	58296	maximal	True	ISR0091_000000008930	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	93.50200000000001	58.0	0.00038585787324342297	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0320_000000017854	1473	0.8064622731035586	1	1	1	1	1	False	25051	maximal	True	ISR0320_000000017854	1.0		117	9	False	False	0.9911744594573975	0					non-mobilizable	other	1474.0	98.98200000000001	100.0	0.016110157164262357	NZ_JAANXY010000009.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_9, whole genome shotgun sequence	False	False
CHI0147_000000005926	3243	0.8064492825210555	4	4	3	4	2	False	82577	maximal	True	CHI0147_000000005926	1.0		1	1	False	False	0.9987666010856628	0					non-mobilizable	no_good_hit	91.0	81.319	3.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
CAN0007_000000011868	3547	0.8064368061027046	5	4	4	4	3	False	113611	fragment	False	CAN0007_000000011868	1.0		0	0	False	False	0.9932337403297424	0					non-mobilizable	other	2421.0	91.119	99.0	0.0005862203644275304	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0030_000000007566	1566	0.8064354165687114	2	2	0	1	1	False	18979	maximal	True	MAD0030_000000007566	1.0		2	1	True	True	0.9974457025527954	7					non-mobilizable	no_good_hit	89.0	78.652	6.0	0.00045034902049088043	CP041262.3	firmicutes	Enterococcus faecium strain VVEswe-R plasmid pVVEswe-R1, complete sequence	True	True
AST0113_000000002586	11030	0.8064352224286176	15	13	9	13	12	False	132195	maximal	True	AST0113_000000002586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6095.0	95.833	81.0	0.01835816249119721	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0108_000000004931	4138	0.8064316160218851	7	5	2	4	4	True	77094	fragment	False	MON0108_000000004931	0.9412880037628005		0	0	False	False	0.9995166659355164	0					non-mobilizable	plasmid	4084.0	98.555	99.0	0.02861147121684594	CP042247.1	enterobacteria	Escherichia coli strain BCE049 plasmid pBCE049-1, complete sequence	False	True
ISR0126_000000006946	6911	0.8064292183599702	8	6	3	4	4	False	96718	fragment	False	ISR0126_000000006946	1.0		0	0	False	False	0.9973954558372498	0					non-mobilizable	no_good_hit	4321.0	93.103	62.0	0.002156694846413552	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0077_000000005839	2333	0.8064262290661167	3	2	0	2	0	True	84667	fragment	False	CHI0077_000000005839	1.0		0	0	False	False	0.9995713829994202	0					non-mobilizable	no_good_hit	1278.0	88.02799999999999	55.0	0.00023132411556626238	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
ISR0010_000000012639	1701	0.8064204279645029	2	2	2	2	2	False	38300	fragment	False	ISR0010_000000012639	1.0		0	0	False	False	0.9764844179153442	0					non-mobilizable	other	1651.0	99.334	97.0	0.01756645977280712	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0135_000000009580	2088	0.8064201615822847	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.44102818034391106		0	0	False	False	0.9885057210922241	0					non-mobilizable	no_good_hit	422.0	74.645	20.0	0.009353703621219544	NZ_PPTT01000032.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_32, whole genome shotgun sequence	True	False
AST0097_000000015258	1380	0.8064168586806687	2	2	2	2	2	False	108945	maximal	True	AST0097_000000015258	1.0		11	3	False	False	0.9869565367698669	0					non-mobilizable	other	1313.0	79.513	94.0	0.006806914529601981	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ISR0115_000000007762	3997	0.8064079479600591	4	3	3	2	2	False	122598	maximal	True	ISR0115_000000007762	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2602.0	98.809	65.0	0.0008198289548709533	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0052_000000000783	26095	0.8064010650267073	35	13	6	12	5	False	72371	maximal	True	DEN0052_000000000783	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	89.736	5.0	0.0002601337543528272	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0326_000000006155	2926	0.8063979419472448	4	4	3	4	3	False	127035	fragment	False	ISR0172_000000005105	0.4876595925128943		0	0	False	False	0.9976076483726501	0					non-mobilizable	other	2651.0	96.039	93.0	0.010157736451236727	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0140_000000000216	30692	0.8063968287590029	31	18	9	13	13	True	3500	maximal	True	SPA0140_000000000216	0.999966183084779		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1622.0	75.524	5.0	0.07149896962637757	NZ_CZAI01000021.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
FIJ0099_000000000804	21936	0.8063966272726211	28	12	5	12	5	True	93018	fragment	False	CHI0126_000000000501	0.9321061273307769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	77.39699999999999	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
FIJ0071_000000021065	1717	0.8063779145719204	2	2	2	2	2	True	44863	fragment	False	FIJ0071_000000021065	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1717.0	99.94200000000001	100.0	0.0007827056711951998	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	True
ISR0054_000000012095	2082	0.8063614660362606	3	2	2	2	2	False	35708	maximal	False	USA0145_01_000000010618	0.97062813921255		0	0	False	False	0.9961575269699097	0					non-mobilizable	other	2082.0	100.0	100.0	0.22797984224364592	NZ_JAAITI010000065.1	firmicutes	Blautia luti strain MSK.16.34 NODE_65_length_9128_cov_262.677, whole genome shotgun sequence	False	False
CHI0179_000000001513	8803	0.8063567101688445	13	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.19553334832251024		0	0	False	False	0.9996591806411743	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
DEN0029_000000002621	4586	0.8063488604321449	5	4	3	2	2	False	93322	fragment	False	USA0133_01_000000005056	0.7484269130129798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	74.301	23.0	0.00651172895758022	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
ISR0104_000000020951	1176	0.8063464800530715	2	2	2	1	2	False	86944	fragment	False	ISR0338_000000024916	0.9629162911440783		0	0	False	False	0.9965986609458923	0					non-mobilizable	other	1174.0	97.7	99.0	0.009773915654110132	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0819_000000009159	2776	0.8063457261340219	4	4	3	4	3	False	108264	fragment	False	ISR0819_000000009159	0.8942541611118443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1957.0	83.291	70.0	0.0006786497553793537	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0052_000000008226	1958	0.8063427934160989	3	1	1	1	1	False	116805	fragment	False	ISR0106_000000013221	0.9524192192000793		0	0	False	False	1.0	0					non-mobilizable	chromosome	1949.0	98.92299999999999	100.0	0.0006845909059759374	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0063_000000016503	1703	0.8063248993516438	2	2	2	2	1	False	45578	fragment	False	FIJ0063_000000016503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	72.881	54.0	0.0001625786960411027	NZ_CP009286.1	firmicutes	Paenibacillus stellifer strain DSM 14472 chromosome, complete genome	True	False
SPA0020_000000017377	1891	0.8063226321322651	2	2	2	2	2	False	95284	fragment	False	CAN0007_000000019987	0.537789668148243		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	97.20299999999999	100.0	0.0005889090964522971	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0047_000000005275	6261	0.8063208132057104	6	5	4	5	4	True	105959	maximal	True	MAD0047_000000005275	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	77.236	2.0	6.85923545034282e-05	NZ_CP008796.1	bacteria	Thermodesulfobacterium commune DSM 2178 chromosome, complete genome	True	True
ISR0210_000000004056	4679	0.8063125644842088	8	8	2	2	8	False	40284	maximal	True	ISR0210_000000004056	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	4679.0	100.0	100.0	0.03911567469939964	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
CHI0172_000000004478	1762	0.8063109415598859	5	3	1	2	2	False	77932	maximal	True	CHI0172_000000004478	1.0		0	0	False	False	0.9926220178604126	0					non-mobilizable	no_good_hit	565.0	83.363	32.0	0.006664145949522639	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
SPA0116_000000001214	20886	0.8062934890048139	25	6	5	6	4	False	128792	fragment	False	AST0005_000000000917	0.9730911130696269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	74.49600000000001	7.0	0.008219074107205786	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
MON0103_000000035315	1593	0.8062922003443044	2	2	2	2	2	False	31926	fragment	False	ISR0388_000000021285	0.9520529223569053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	74.505	28.0	0.0018724775323782574	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
SPA0106_000000020829	1854	0.8062867841308372	2	2	2	2	1	False	67270	maximal	True	SPA0106_000000020829	0.957103825136612		416	14	False	False	0.9994606375694275	0					non-mobilizable	other	1870.0	82.995	100.0	0.0005606125429680008	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0048_000000015769	2509	0.8062812429368241	3	3	3	3	2	False	11409	fragment	False	MON0048_000000015769	1.0		0	0	False	False	0.9988043308258057	0					non-mobilizable	no_good_hit	286.0	73.77600000000001	11.0	0.006379838801226019	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
MAD0003_000000015904	1715	0.8062685497694724	2	2	2	2	0	True	100200	fragment	False	MAD0003_000000015904	1.0		0	0	False	False	0.9965014457702637	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	8.948268104653351e-06	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0110_000000005306	5520	0.8062541211600263	6	2	0	1	2	False	130590	maximal	True	ENG0110_000000005306	1.0	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1680.0	96.60700000000001	56.0	0.2869371682931005	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0073_000000001414	10830	0.8062520000543678	19	9	7	8	2	True	6061	maximal	True	SPA0073_000000001414	1.0		2	1	False	False	0.9998153448104858	0					non-mobilizable	other	10830.0	99.991	100.0	0.0016978764627092826	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
DEN0034_000000001874	3506	0.8062517423265928	4	3	3	3	3	False	73561	maximal	True	DEN0034_000000001874	1.0		28	8	False	False	0.9977182149887085	0					non-mobilizable	no_good_hit	276.0	76.812	8.0	0.003188572907719641	NZ_CABLCC010000006.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	False
ISR0801_000000001310	4947	0.8062508501307668	6	2	2	2	1	False	69987	fragment	False	ISR0801_000000001310	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	76.842	4.0	6.59583122189901e-05	CP032416.1	firmicutes	Clostridium sp. JN500901 chromosome, complete genome	True	False
TAN0002_000000000036	101596	0.8062476840165733	111	28	14	21	15	True	3084	maximal	True	TAN0002_000000000036	1.0		3	1	True	True	1.0	70					non-mobilizable	no_good_hit	133.0	85.714	0.0	2.4242816045511847e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
ENG0102_000000005478	4629	0.8062385839183459	5	2	2	2	2	True	129513	maximal	True	ENG0102_000000005478	1.0		1	1	False	False	0.9956794381141663	0					non-mobilizable	no_good_hit	1792.0	98.82799999999999	38.0	0.024947010263275324	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0352_000000003311	2578	0.8062264535171961	4	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.19085876340421748	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2578.0	99.61200000000001	100.0	0.026215933020681797	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0092_000000010937	2438	0.8062245514473974	4	3	3	3	3	False	102833	fragment	False	ISR0092_000000010937	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2438.0	99.59	100.0	0.0008850280634155111	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
USA0053_01_000000011450	1666	0.8062175437241672	2	2	2	2	2	True	1060	maximal	True	USA0053_01_000000011450	1.0		41	11	False	False	0.9855942130088806	0					non-mobilizable	other	809.0	96.663	99.0	0.010402719126583582	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ISR0023_000000012073	2466	0.8062147636726132	6	4	3	3	2	False	129457	fragment	False	ISR0023_000000012073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1458.0	84.499	59.0	0.020261601963409193	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0045_000000009168	3891	0.8062134925095726	4	2	1	2	0	True	68717	maximal	True	MAD0045_000000009168	1.0	PS320	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	376.0	94.681	9.0	0.001188363544175434	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0033_000000022875	1645	0.8062134925095726	2	2	1	2	0	True	48265	fragment	False	FIJ0033_000000022875	1.0		0	0	False	False	0.9993920922279358	0					non-mobilizable	no_good_hit	371.0	92.72200000000001	22.0	0.0011725186969197617	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0132_000000012418	2505	0.8062056215935072	3	3	3	3	3	False	40790	maximal	True	FIJ0132_000000012418	1.0		28	3	False	False	1.0	0					non-mobilizable	other	2506.0	99.76100000000001	100.0	0.00049234022773438	CP014156.1	enterobacteria	Klebsiella quasipneumoniae strain HKUOPL4, complete genome	False	False
ENG0032_000000005408	3621	0.8061986356272087	5	4	2	4	2	False	110855	maximal	True	ENG0032_000000005408	1.0		0	0	False	False	0.9994476437568665	0					non-mobilizable	no_good_hit	2076.0	97.206	57.0	0.00031576262685287986	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
CHI0135_000000016653	1135	0.8061950263338793	2	1	1	1	1	False	80636	fragment	False	CHI0135_000000016653	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	99.824	100.0	0.000517242558936688	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
SPA0098_000000007482	4579	0.8061946895000139	5	5	5	5	2	True	79269	maximal	True	SPA0098_000000007482	1.0		14	6	False	False	0.9995632171630859	0					non-mobilizable	no_good_hit	627.0	86.28399999999999	14.0	0.00014172219909315933	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
CAN0014_000000019233	2483	0.8061942099356189	4	4	4	4	0	True	93645	maximal	True	CAN0014_000000019233	1.0		2	2	False	False	0.9995972514152527	0					non-mobilizable	no_good_hit	1305.0	76.782	52.0	0.00023289204803642215	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	True
USA0079_01_000000003383	3813	0.8061849062711659	5	5	5	4	3	False	121541	fragment	False	ISR0221_000000005717	0.9793355181187522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	92.914	75.0	0.0003586277158914618	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
AUS0024_000000011138	2928	0.806181078365231	3	3	3	3	1	False	98969	maximal	True	AUS0024_000000011138	1.0		3	3	False	False	0.9969262480735779	0					non-mobilizable	no_good_hit	2023.0	76.718	68.0	0.0010528367685301414	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0017_000000007683	1661	0.8061804447767326	1	1	1	1	1	False	7825	maximal	True	SPA0017_000000007683	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	97.662	80.0	0.002083015640696309	NZ_FRDE01000004.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
MON0088_000000019575	1640	0.8061778706988382	2	2	2	2	2	False	74955	fragment	False	MON0015_000000020670	0.6928890117968383		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	93.35799999999999	100.0	0.04639773531493277	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	False	False
ENG0080_000000000746	22966	0.8061768346285834	31	27	9	12	24	True	123801	fragment	False	ISR0166_000000000456	0.9699410577222471		0	0	False	False	1.0	0					non-mobilizable	other	22968.0	99.369	100.0	0.04000369372084879	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
FIJ0137_000000000706	14922	0.8061703844641142	11	9	9	8	8	False	40502	maximal	True	FIJ0137_000000000706	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	5618.0	80.847	45.0	0.05354892700147171	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0048_000000021428	1879	0.8061616693567255	2	2	2	2	2	False	11400	fragment	False	MON0048_000000021428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	73.89699999999999	14.0	4.07903836974839e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ENG0001_000000001687	12235	0.8061578092633862	11	11	9	10	8	True	76830	maximal	True	ENG0001_000000001687	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	9841.0	97.37799999999999	82.0	0.003342718130279373	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
DEN0053_000000000351	15801	0.8061488396352803	21	8	6	5	5	True	79867	maximal	True	DEN0053_000000000351	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0002488020641356432	NZ_LYDR01000144.1	planctomycetes	Planctopirus hydrillae strain JC280 Contig68, whole genome shotgun sequence	True	True
USA0039_01_000000001791	12729	0.8061445065738493	11	9	6	9	6	True	132338	maximal	True	USA0039_01_000000001791	0.9743792253277477		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	95.51299999999999	1.0	5.2659956316018174e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0105_000000036017	1515	0.8061426498574897	2	2	2	2	2	False	8711	fragment	False	MON0105_000000036017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	80.08800000000001	59.0	0.0015128236626487373	NZ_LOJF01000009.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_2, whole genome shotgun sequence	True	False
ENG0033_000000001720	13800	0.8061402137061566	11	10	5	10	2	True	124736	maximal	True	ENG0033_000000001720	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3384.0	78.10300000000001	31.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0053_000000000427	40514	0.8061396146782672	47	19	10	16	8	False	99929	maximal	True	ENG0053_000000000427	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6499.0	95.569	44.0	0.11085509912822188	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0038_000000004000	6654	0.8061369833740321	3	3	3	3	2	False	36656	maximal	True	ISR0038_000000004000	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1856.0	83.944	28.0	0.0005161290322580645	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0089_000000006680	3675	0.8061340000332121	5	2	1	1	1	True	33756	maximal	True	ISR0089_000000006680	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	99.542	18.0	0.0012637119509664304	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	True
FIJ0124_000000013036	2129	0.8061248108524822	3	3	3	3	2	True	69438	fragment	False	FIJ0124_000000013036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	79.09100000000001	11.0	0.0004207065532836536	NZ_FNAG01000005.1	g-proteobacteria	Aquimonas voraii strain DSM 16957, whole genome shotgun sequence	True	True
MAD0050_000000018387	1318	0.8061225109739	3	2	2	2	1	True	17387	maximal	True	MAD0050_000000018387	1.0		11	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	3.0	0.00032374127186173305	NZ_FOCI01000009.1	a-proteobacteria	Loktanella fryxellensis strain DSM 16213, whole genome shotgun sequence	True	True
CHI0129_000000021733	1229	0.8061195666273872	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.8597519812084772		0	0	False	False	0.9991863369941711	0					non-mobilizable	other	1229.0	99.756	100.0	0.0027146640492707102	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0331_000000020587	1229	0.8061195666273872	2	1	1	1	1	False	94866	fragment	False	ISR0193_000000019772	0.8597133018667225		0	0	False	False	0.9983726739883423	0					non-mobilizable	other	1229.0	99.675	100.0	0.0027146640492707102	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
MAD0062_000000002194	5726	0.8061148406185071	9	2	0	1	1	True	64927	maximal	True	MAD0062_000000002194	0.9977796037778647	PS291	18	2	True	True	1.0	49					non-mobilizable	no_good_hit	43.0	90.698	1.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
MAD0099_000000004644	5658	0.8061148406185071	8	2	0	1	1	True	64927	maximal	False	MAD0062_000000002194	0.9950302165171777	PS291	0	0	True	True	0.9932838678359985	43					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0007841717939437809	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
MAD0010_000000000497	5280	0.8061148406185071	8	2	0	1	1	True	64927	maximal	False	MAD0062_000000002194	0.9772614755140229	PS291	0	0	False	True	0.9916666746139526	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
FIJ0129_000000003977	5276	0.8061148406185071	8	2	0	1	1	True	64927	maximal	False	MAD0062_000000002194	0.9739620604657868	PS291	0	0	False	True	0.9996209144592285	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.817722138431575e-07	CP032250.1	eudicots	Gossypioides kirkii chromosome KI_08	True	True
MAD0041_000000005269	5099	0.8061148406185071	8	2	0	1	1	True	64925	fragment	False	MAD0041_000000005269	1.0		0	0	False	False	0.999803900718689	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
MAD0048_000000004230	5061	0.8061148406185071	7	2	0	1	1	True	64927	maximal	False	MAD0062_000000002194	0.8051771965203358	PS291	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.817722138431575e-07	CP032250.1	eudicots	Gossypioides kirkii chromosome KI_08	True	True
FIJ0014_000000004732	4887	0.8061148406185071	6	2	0	1	1	True	64927	maximal	False	MAD0062_000000002194	0.7980913458243328	PS291	0	0	False	True	0.9987722635269165	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.817722138431575e-07	CP032250.1	eudicots	Gossypioides kirkii chromosome KI_08	True	True
MAD0047_000000007490	4868	0.8061148406185071	7	2	0	1	1	True	64927	maximal	False	MAD0062_000000002194	0.7983430667861967	PS291	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.817722138431575e-07	CP032250.1	eudicots	Gossypioides kirkii chromosome KI_08	True	True
MAD0112_000000005461	4813	0.8061148406185071	6	2	0	1	1	True	64927	maximal	False	MAD0062_000000002194	0.7940501685333445	PS291	0	0	False	True	0.9956368207931519	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.817722138431575e-07	CP032250.1	eudicots	Gossypioides kirkii chromosome KI_08	True	True
MAD0096_000000003322	4773	0.8061148406185071	6	2	0	1	1	True	64927	maximal	False	MAD0062_000000002194	0.7849725162309311	PS291	0	0	False	True	0.9928765892982483	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.817722138431575e-07	CP032250.1	eudicots	Gossypioides kirkii chromosome KI_08	True	True
MAD0013_000000004369	4771	0.8061148406185071	6	2	0	1	1	True	64927	maximal	False	MAD0062_000000002194	0.7886900100878624	PS291	0	0	False	True	0.9997904300689697	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.817722138431575e-07	CP032250.1	eudicots	Gossypioides kirkii chromosome KI_08	True	True
MAD0054_000000002536	4750	0.8061148406185071	6	2	0	1	1	True	64927	maximal	False	MAD0062_000000002194	0.6204163563240312	PS291	0	0	False	True	0.9983158111572266	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	7.92016473942658e-05	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0122_000000003813	4585	0.8061148406185071	5	2	0	1	1	True	64926	backbone	True	FIJ0122_000000003813	1.0	PS291	2	2	True	True	1.0	13					non-mobilizable	no_good_hit	174.0	82.759	4.0	0.01425863347894173	MK275625.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p7, complete sequence	True	True
MAD0049_000000003748	4250	0.8061148406185071	6	2	0	1	1	True	17489	fragment	False	MAD0049_000000003748	1.0		0	0	False	False	0.9922353029251099	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	0.0033608065935824597	NZ_CBYM010000056.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
MAD0107_000000010890	3564	0.8061148406185071	4	2	0	1	1	True	15060	maximal	True	MAD0107_000000010890	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.163124626423672e-06	LR131494.1	apicomplexans	Plasmodium falciparum genome assembly, chromosome: 14	True	True
ISR0059_000000003044	5097	0.8061124887872866	6	6	6	6	6	False	128580	maximal	False	ISR0107_000000003219	0.6277905401425458		0	0	False	False	0.9984304308891296	0					non-mobilizable	other	5106.0	99.354	100.0	0.16177915860888312	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0279_000000006058	3263	0.8061060478893635	4	4	3	4	3	False	101877	fragment	False	ISR0776_000000006444	0.74883048204611		0	0	False	False	0.9923383593559265	0					non-mobilizable	no_good_hit	283.0	74.558	9.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
MAD0015_000000014259	1474	0.8060979808949083	2	2	2	1	1	False	19418	maximal	True	MAD0015_000000014259	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0029_000000004617	5202	0.8060960776932147	6	5	4	5	2	False	119291	fragment	False	ENG0029_000000004617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	93.11399999999999	19.0	0.004771834722732543	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0141_000000016690	1658	0.8060854494153348	3	3	3	3	3	False	80088	fragment	False	CHI0141_000000016690	0.9786700498768486		0	0	False	False	0.9891435503959656	0					non-mobilizable	other	1627.0	99.14	98.0	0.02075621026832444	NZ_QRHR01000010.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf10, whole genome shotgun sequence	False	False
ENG0193_000000006424	3200	0.8060847750645602	4	4	4	4	3	False	54602	maximal	True	ENG0193_000000006424	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2022.0	84.71799999999999	67.0	0.00028476060404843134	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
DEN0073_000000001440	17666	0.8060706035472203	18	7	6	5	3	True	77177	fragment	False	DEN0073_000000001440	0.9807792058094634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	0.0	0.00014105769259627188	NZ_AZDI01000001.1	firmicutes	Lactobacillus algidus DSM 15638 Scaffold1, whole genome shotgun sequence	True	True
FIJ0074_000000005751	5448	0.8060702723650663	8	2	1	1	2	False	102492	maximal	True	FIJ0074_000000005751	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	5.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
FIJ0033_000000007498	4345	0.8060702723650663	7	2	1	1	2	False	102486	fragment	False	FIJ0033_000000007498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	7.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
AUS0004_000000006478	3285	0.8060702723650663	5	2	1	1	2	False	102484	fragment	False	AUS0004_000000006478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	98.182	2.0	1.5113557392754617e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0056_01_000000006817	3024	0.8060702723650663	4	2	1	1	2	False	45014	fragment	False	SPA0090_000000010571	0.9695205506906716		0	0	False	False	0.9996693134307861	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000009923	3007	0.8060702723650663	4	2	1	1	2	False	45014	fragment	False	SPA0090_000000010571	0.967656091253348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0008_000000018361	1352	0.8060676077902676	2	2	2	2	2	False	101681	fragment	False	CAN0006_000000031453	0.9481429572529783		0	0	False	False	0.9940828680992126	0					non-mobilizable	no_good_hit	1161.0	72.868	85.0	0.02052005862873894	NZ_QGDS01000020.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_120, whole genome shotgun sequence	True	False
ISR0833_000000001192	7014	0.8060657685809047	8	7	5	4	6	False	116635	maximal	True	ISR0833_000000001192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3662.0	99.235	56.0	0.0007427883654047791	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
ISR0257_000000003527	4378	0.8060604759044121	4	4	2	4	3	False	130360	fragment	False	ISR0285_000000002787	0.968859649122807		0	0	False	True	1.0	0					non-mobilizable	other	4378.0	98.561	100.0	0.0008456014296590732	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0069_000000013244	1870	0.8060562744095497	4	2	2	2	2	False	64540	maximal	True	ISR0069_000000013244	1.0		29	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000006200	3558	0.8060392530157254	2	2	2	2	1	False	89068	fragment	False	ISR0200_000000006200	1.0		0	0	False	False	0.9991568326950073	0					non-mobilizable	no_good_hit	1671.0	92.819	47.0	0.01326718502496643	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0120_000000020835	1963	0.8060359066565596	3	3	3	3	2	False	4178	fragment	False	SPA0120_000000020835	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	83.428	99.0	0.0011476137375628396	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
CHI0106_000000006844	2836	0.8060346597981095	5	4	2	2	2	True	118262	maximal	True	CHI0106_000000006844	1.0		15	8	False	False	0.9996473789215088	0					non-mobilizable	no_good_hit	1026.0	93.37200000000001	80.0	0.00025718925515984373	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ISR0051_000000021944	1701	0.8060331774319948	3	3	2	3	2	False	115912	maximal	True	ISR0051_000000021944	1.0		38	10	False	False	0.9753086566925049	0					non-mobilizable	no_good_hit	276.0	77.17399999999999	16.0	3.4212042409145643e-05	CP013949.1	a-proteobacteria	Bradyrhizobium sp. CCGE-LA001, complete genome	True	False
ISR0122_000000008303	2128	0.8060328959389369	4	4	1	3	3	False	32974	fragment	False	ISR0122_000000008303	1.0		0	0	False	False	0.9732142686843872	0					non-mobilizable	no_good_hit								True	False
MON0022_000000007167	3570	0.8060326745201899	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.7917161709513821		0	0	False	False	0.998039186000824	0					non-mobilizable	no_good_hit	1370.0	84.67200000000001	64.0	0.00046781902087021193	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0183_000000005570	1398	0.8060303863841731	3	1	1	1	1	False	86732	fragment	False	CHI0183_000000005570	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	80.414	96.0	0.07123019114523771	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0049_000000013731	1200	0.8060303863841731	3	1	1	1	1	False	86729	fragment	False	ISR0051_000000029631	0.9459016393442623		0	0	False	False	0.9983333349227905	0					non-mobilizable	other	1179.0	81.34	98.0	0.061754615258944615	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0061_000000010090	1744	0.8060219287412612	2	2	2	2	1	False	120641	fragment	False	MAD0061_000000010090	0.9285247027163925		0	0	False	False	0.997706413269043	0					non-mobilizable	chromosome	1726.0	97.219	99.0	0.0007396700256976375	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
AST0025_000000020625	1814	0.8060173612296668	3	2	2	2	1	True	120237	fragment	False	AST0025_000000020625	0.9379374216820425		0	0	False	False	0.9977949261665344	0					non-mobilizable	no_good_hit	108.0	76.852	6.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
MON0083_000000013165	2691	0.8060160866535585	3	3	2	2	2	False	93669	maximal	False	CAN0014_000000017041	0.9668468468468469		0	0	False	False	0.9996283650398254	0					non-mobilizable	other	2089.0	99.713	99.0	0.0004259299112748013	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
ISR0008_000000006056	2064	0.8060099818424704	3	3	3	3	3	False	65385	maximal	False	ISR0046_000000015234	0.9539518127556984		0	0	False	False	0.9995155334472656	0					non-mobilizable	chromosome	2065.0	97.772	100.0	0.0009113170208764009	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0024_000000011901	1198	0.8060094671739454	2	2	2	2	2	False	88942	fragment	False	SPA0024_000000011901	0.9893702507555602		0	0	False	False	1.0	0					non-mobilizable	chromosome	1198.0	99.416	100.0	0.00018450340915133828	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0024_01_000000017553	1201	0.8060092956252817	1	1	1	1	1	False	11970	fragment	False	USA0024_01_000000017553	0.9730294734393717		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	99.584	100.0	0.00036129702017271805	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0036_01_000000006968	5590	0.8060061692970719	4	4	3	3	4	True	123503	fragment	False	ENG0155_000000003603	0.5550714979496252		0	0	False	False	1.0	0					non-mobilizable	other	5082.0	99.98	100.0	0.03910958535064695	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0082_000000007533	4908	0.8060061692970719	4	4	3	3	4	True	123496	fragment	False	ISR0806_000000001946	0.9747569556978903		0	0	False	False	0.9944987893104553	0					non-mobilizable	other	4664.0	99.571	95.0	0.0010405130668849297	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ENG0092_000000003948	4877	0.8060061692970719	4	4	3	3	4	True	123496	fragment	False	ISR0806_000000001946	0.9725784591851414		0	0	False	False	0.9958991408348083	0					non-mobilizable	chromosome	4629.0	99.698	95.0	0.0009056765646599838	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
SPA0142_000000006038	4755	0.8060061692970719	5	4	3	3	4	True	123496	fragment	False	ISR0806_000000001946	0.9638056438675372		0	0	False	False	1.0	0					non-mobilizable	chromosome	4676.0	99.48700000000001	99.0	0.0009119388053836484	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
FIJ0088_000000005813	4751	0.8060061692970719	4	4	3	3	4	True	123496	fragment	False	ISR0806_000000001946	0.9688390680426147		0	0	False	False	0.9997895359992981	0					non-mobilizable	chromosome	4751.0	99.684	100.0	0.0009295513574189548	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
USA0083_01_000000006830	4564	0.8060061692970719	4	4	3	3	4	True	123496	fragment	False	ISR0806_000000001946	0.9514402717338305		0	0	False	False	1.0	0					non-mobilizable	chromosome	4546.0	99.78	99.0	0.0008894338777829789	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ENG0054_000000002224	10466	0.8060039715396005	10	2	1	2	1	True	77170	fragment	False	ENG0054_000000002224	1.0		0	0	False	False	0.999904453754425	0					non-mobilizable	no_good_hit	249.0	77.108	2.0	0.00043475033666641927	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MAD0048_000000015894	1503	0.80599819823247	2	1	0	1	0	True	17537	maximal	True	MAD0048_000000015894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0164_000000005362	3399	0.8059978020528048	4	4	4	4	3	False	115322	fragment	False	ENG0164_000000005362	0.9808881912362307		0	0	False	False	0.9979405999183655	0					non-mobilizable	other	3399.0	99.147	100.0	0.0012340276403306962	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AST0033_000000006315	2085	0.805997318676549	3	2	2	2	2	False	117058	fragment	False	ENG0077_000000008765	0.6335350043215211		0	0	False	False	0.9937649965286255	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ISR0816_000000006181	7004	0.8059956519493332	5	3	2	3	1	False	96037	fragment	False	ISR0816_000000006181	1.0		0	0	False	False	0.9998572468757629	0					non-mobilizable	no_good_hit	109.0	92.661	2.0	2.4170282324563475e-05	CP015404.2	firmicutes	Erysipelotrichaceae bacterium I46, complete genome	True	False
ISR0218_000000003395	4525	0.8059956519493332	4	3	2	3	1	False	96029	maximal	True	ISR0218_000000003395	1.0		1	1	False	False	0.9913812279701233	0					non-mobilizable	no_good_hit	378.0	99.471	8.0	0.014709325009754195	MK232046.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.O21_2-CL08_c3 sequence	True	False
MON0013_000000030018	1822	0.8059933197955491	3	3	3	2	2	False	99813	fragment	False	MON0013_000000030018	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1817.0	83.819	99.0	0.018628351850304904	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
MON0054_000000003172	8293	0.8059929942995531	8	4	2	4	1	False	11152	maximal	True	MON0054_000000003172	1.0		3	2	False	False	0.9997588396072388	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	2.261076011287987e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0378_000000003682	5359	0.8059921301602786	10	5	3	5	2	True	43066	maximal	True	ISR0378_000000003682	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.7116625803599195e-05	NZ_QAYL01000001.1	high GC Gram+	Mycobacterium uberis strain Jura cow2_denovo_c185, whole genome shotgun sequence	True	True
DEN0007_000000004282	6615	0.8059908602113289	8	4	2	2	3	False	76332	maximal	True	DEN0007_000000004282	1.0		1	1	False	False	0.9998488426208496	0					non-mobilizable	no_good_hit	4284.0	77.334	75.0	0.0018064087720784483	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
ISR0170_000000036073	1306	0.8059872972393195	2	2	2	2	2	False	68136	fragment	False	ISR0170_000000036073	0.9682249999999999		0	0	False	False	0.9869831800460815	0					non-mobilizable	other	1303.0	98.235	99.0	0.00036156422347001683	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0022_000000003099	4354	0.8059836740675451	4	4	4	4	4	False	76306	fragment	False	SPA0022_000000003099	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2431.0	97.491	97.0	0.002083354793518681	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ENG0152_000000002831	7901	0.8059828750981093	8	6	5	5	4	False	111005	maximal	True	ENG0152_000000002831	1.0	PS702	7	3	False	True	1.0	0					non-mobilizable	no_good_hit	70.0	98.571	1.0	0.0018488745980707396	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
CHI0133_000000013519	1472	0.8059769839475078	3	2	2	2	2	False	80789	maximal	True	CHI0133_000000013519	1.0		1	1	False	False	0.9959239363670349	0					non-mobilizable	other	1472.0	99.86399999999999	100.0	0.0009057379825009698	NZ_JH992941.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.2, whole genome shotgun sequence	False	False
ISR0201_000000022728	1289	0.8059716007322882	2	2	2	2	2	False	28720	maximal	True	ISR0201_000000022728	1.0		3	1	False	False	0.9899146556854248	0					non-mobilizable	no_good_hit	866.0	94.111	67.0	0.014123601926687893	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0094_000000000747	7562	0.8059664299081315	8	6	4	3	4	False	99620	maximal	False	FIJ0042_000000002781	0.9451446579453463		0	0	False	False	0.9998677372932434	0					non-mobilizable	plasmid	7076.0	99.675	94.0	0.01144914637106562	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
FIJ0068_000000011096	2855	0.8059526122948589	6	2	0	1	1	True	90251	fragment	False	FIJ0068_000000011096	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2156.0	97.35600000000001	91.0	0.4731750219876869	CP049126.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_6, complete sequence	False	True
SPA0082_000000006070	2704	0.8059522310617746	3	3	2	3	3	False	95538	fragment	False	SPA0082_000000006070	0.9568400770712909		0	0	False	False	1.0	0					non-mobilizable	other	2705.0	94.677	100.0	0.00931003127454087	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
SPA0025_000000009765	2192	0.8059512351020272	4	3	2	3	3	False	85175	maximal	True	SPA0025_000000009765	1.0		12	5	False	False	0.9977189898490906	0					non-mobilizable	no_good_hit	1402.0	94.72200000000001	88.0	0.00041704646794527033	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0033_000000010633	6463	0.805949328264943	9	6	2	2	5	False	120265	maximal	True	MON0033_000000010633	1.0		16	5	False	False	0.9975243806838989	0					non-mobilizable	no_good_hit	2201.0	94.00299999999999	85.0	0.00819123851376853	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
DEN0082_000000025902	1616	0.8059490819971126	3	2	2	2	2	True	112642	fragment	False	ISR0204_000000007061	0.8927483705335687		0	0	False	False	0.9956682920455933	0					non-mobilizable	other	1616.0	100.0	100.0	0.08714655730628103	NZ_JAAITI010000054.1	firmicutes	Blautia luti strain MSK.16.34 NODE_54_length_18532_cov_211.497, whole genome shotgun sequence	False	True
MON0008_000000030537	1234	0.8059481818837124	1	1	1	1	1	False	78783	fragment	False	MON0008_000000030537	0.8521184982330781		0	0	False	False	0.9748784303665161	0					non-mobilizable	no_good_hit	377.0	73.21	30.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
MON0053_000000034318	1206	0.8059481818837124	2	1	1	1	1	False	78783	fragment	False	MON0008_000000030537	0.7319690104418228		0	0	False	False	0.9991708397865295	0					non-mobilizable	no_good_hit	377.0	73.475	31.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ENG0015_000000014943	1166	0.8059481818837124	1	1	1	1	1	False	78783	fragment	False	MON0008_000000030537	0.7425464972862282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	73.475	32.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0179_000000019174	1163	0.8059481818837124	1	1	1	1	1	False	78783	fragment	False	MON0008_000000030537	0.7419904953847017		0	0	False	False	0.9914015531539917	0					non-mobilizable	no_good_hit	377.0	73.475	32.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ENG0029_000000021548	1153	0.8059481818837124	1	1	1	1	1	False	78783	fragment	False	MON0008_000000030537	0.7391817721264367		0	0	False	False	0.9973980784416199	0					non-mobilizable	no_good_hit	377.0	73.475	33.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0144_000000000351	10912	0.8059410901439135	6	5	2	5	3	False	106704	maximal	True	ISR0144_000000000351	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	97.40100000000001	11.0	0.00028066046599912016	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0108_000000004056	5288	0.8059390912258901	6	5	4	4	5	False	54205	maximal	True	ISR0108_000000004056	1.0		2	1	False	False	0.9947050213813782	0					non-mobilizable	no_good_hit	2676.0	98.318	50.0	0.0078104242155268315	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ISR0141_000000014973	2197	0.8059375735902732	2	2	2	2	1	False	127803	fragment	False	ISR0101_000000010193	0.9437394247038917		0	0	False	False	0.9990896582603455	0					non-mobilizable	no_good_hit	1422.0	97.117	89.0	0.006147289404914324	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ISR0115_000000001898	12933	0.8059374483121683	14	6	4	6	5	True	79290	fragment	False	ISR0115_000000001898	1.0		0	0	False	False	0.9998453855514526	0					non-mobilizable	no_good_hit	38.0	92.105	0.0	4.1988293209925576e-05	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	True	True
USA0024_01_000000011826	1927	0.8059365753968969	3	1	0	1	0	True	64507	fragment	False	USA0024_01_000000011826	1.0		0	0	False	False	0.9891022443771362	0					non-mobilizable	no_good_hit								True	True
MON0081_000000005256	9718	0.805932696230644	13	10	9	9	7	True	97867	maximal	True	MON0081_000000005256	1.0		6	1	False	False	1.0	0					non-mobilizable	other	8421.0	95.82	97.0	0.202368915210169	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	True
FIJ0095_000000009092	2943	0.8059316846899792	4	2	1	2	1	False	43134	fragment	False	FIJ0095_000000009092	0.9466321243523316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0158_000000005904	2895	0.8059316846899792	4	2	1	2	1	False	43134	fragment	False	FIJ0095_000000009092	0.9390078151546042		0	0	False	False	0.9975820183753967	0					non-mobilizable	no_good_hit	83.0	93.976	3.0	0.0005675687038412489	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
SPA0156_000000006583	2582	0.8059316846899792	4	2	1	2	1	False	3181	fragment	False	SPA0156_000000006583	1.0		0	0	False	False	0.9972889423370361	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00020269205071805536	NZ_JACCCY010000006.1	CFB group bacteria	Macellibacteroides fermentans strain DSM 23697 Ga0376912_06, whole genome shotgun sequence	True	False
ISR0025_000000017411	2259	0.8059306529925663	3	2	2	2	2	False	92166	fragment	False	CHI0168_000000007193	0.9686532186574922		0	0	False	False	1.0	0					non-mobilizable	other	1655.0	99.154	100.0	0.00031127803832693235	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
MON0007_000000040579	1588	0.8059273900400733	4	3	3	3	3	False	13932	maximal	True	MON0007_000000040579	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	1588.0	99.93700000000001	100.0	0.010739953710596484	CP024272.1	enterobacteria	Escherichia coli strain F8111-1SC3 plasmid unnamed3, complete sequence	False	True
DEN0051_000000003438	9623	0.8059266945095072	11	8	5	6	5	False	106867	fragment	False	DEN0051_000000003438	1.0		0	0	False	False	0.996674656867981	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000009342	3272	0.8059142873441029	5	4	4	2	1	True	84660	fragment	False	CHI0111_000000009342	0.9522351500306185		0	0	False	False	0.9996943473815918	0					non-mobilizable	other	2298.0	99.565	92.0	0.0007371388998177852	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0077_000000009925	2976	0.8059081423451688	3	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.1675391216323345	PS958	0	0	False	True	0.9996639490127563	0					non-mobilizable	other	2945.0	99.762	99.0	0.0025271514265014406	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0169_000000007226	3161	0.8059029270625435	5	3	1	3	2	False	55918	fragment	False	ENG0169_000000007226	1.0		0	0	False	False	0.9946219325065613	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000008967	2410	0.8058961094370082	4	4	4	2	3	False	99135	maximal	True	USA0062_01_000000008967	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	97.083	10.0	0.0009594386280429057	NZ_DS544177.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_10, whole genome shotgun sequence	True	False
FIJ0064_000000011311	2377	0.8058916703690588	3	3	2	2	3	True	95466	fragment	False	FIJ0115_000000008490	0.5460370610726526		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	2377.0	100.0	100.0	0.022074193818110873	CP052219.1	enterobacteria	Klebsiella pneumoniae strain E17KP0053 plasmid pE17KP0053-2, complete sequence	False	True
DEN0012_000000002726	2290	0.8058916703690588	3	3	2	2	3	True	95466	fragment	False	FIJ0115_000000008490	0.2792836107939179		0	0	False	False	0.9995633363723755	0	IncR				non-mobilizable	plasmid	2290.0	100.0	100.0	0.02573008700343967	CP050069.1	enterobacteria	Klebsiella aerogenes strain 035 plasmid p035_A-VIM-1, complete sequence	False	True
MON0004_000000015090	2641	0.8058875723456009	4	3	3	3	3	True	69440	maximal	True	MON0004_000000015090	1.0		32	7	False	False	0.9882619976997375	0					non-mobilizable	no_good_hit	380.0	71.842	14.0	0.0004099585864891718	NZ_RKQN01000002.1	g-proteobacteria	Vulcaniibacterium tengchongense strain DSM 25623 Ga0244695_102, whole genome shotgun sequence	True	True
FIJ0013_000000013536	2097	0.8058871864172885	4	3	3	3	1	False	50640	maximal	True	FIJ0013_000000013536	1.0		24	6	False	False	0.9885550737380981	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.0005692920776083578	NZ_ML014776.1	g-proteobacteria	Parashewanella curva strain C51 Scaffold24, whole genome shotgun sequence	True	False
MON0064_000000012675	2131	0.8058831588651857	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.1162476057022324	PS871	0	0	False	True	0.9990614652633667	0					non-mobilizable	no_good_hit	1871.0	90.861	88.0	0.8098744045041143	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ENG0131_000000003913	7283	0.8058813094676693	10	6	3	3	6	False	89199	maximal	True	ENG0131_000000003913	0.957174638487208	PS462	28	6	False	True	1.0	0					non-mobilizable	no_good_hit	3123.0	93.5	77.0	0.0006031873301236901	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
CHI0049_000000005236	3025	0.8058780952945309	5	5	4	3	4	False	86806	maximal	True	CHI0049_000000005236	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3017.0	99.934	99.0	0.0007531203554248637	CP048806.1	enterobacteria	Morganella morganii strain MP63 chromosome, complete genome	False	False
DEN0089_000000000213	37763	0.8058580370183346	44	36	6	19	28	True	115135	maximal	True	DEN0089_000000000213	0.9986338749885088		177	10	False	False	1.0	0					non-mobilizable	chromosome	32905.0	99.81200000000001	99.0	0.005965259290747561	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
MAD0062_000000004961	2719	0.8058539591087737	4	4	4	4	4	False	88226	maximal	True	MAD0062_000000004961	1.0		73	4	False	False	0.9941154718399048	0					non-mobilizable	no_good_hit	2182.0	98.167	80.0	0.0006520274885940034	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0068_000000019814	2138	0.8058529332283598	2	2	2	2	2	False	10562	maximal	True	MON0068_000000019814	1.0		38	8	False	False	0.9995322823524475	0					non-mobilizable	no_good_hit	88.0	81.818	4.0	2.6305445529586066e-05	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0001_000000008309	3456	0.8058490848540867	4	2	1	1	1	True	38707	maximal	True	ISR0001_000000008309	1.0		1	1	True	True	0.9991319179534912	17					non-mobilizable	no_good_hit	220.0	84.09100000000001	6.0	0.13784301212507977	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
ISR0816_000000004480	9596	0.8058477678274074	10	3	2	3	1	False	21433	maximal	True	ISR0816_000000004480	1.0		1	1	False	False	0.9972905516624451	0					non-mobilizable	other	6693.0	99.61200000000001	93.0	0.04632358550099513	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
SPA0046_000000002286	9192	0.8058416603946225	14	14	5	8	12	False	132521	backbone	False	USA0060_01_000000001071	0.11048954824230225	PS1166	0	0	True	True	1.0	19					non-mobilizable	plasmid	9207.0	92.02799999999999	100.0	0.12421251858861701	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
USA0043_01_000000001703	9114	0.8058416603946225	14	14	5	8	12	False	132521	backbone	False	USA0060_01_000000001071	0.10884201928365368	PS1166	0	0	False	True	0.999780535697937	0					non-mobilizable	plasmid	8727.0	97.65100000000001	99.0	0.1709430189936688	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AUS0014_000000003521	9114	0.8058416603946225	14	14	5	8	12	False	132521	backbone	False	USA0060_01_000000001071	0.10893030166081974	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	9123.0	92.075	100.0	0.12307692307692308	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0014_000000002899	9113	0.8058416603946225	14	14	5	8	12	False	132521	backbone	False	USA0060_01_000000001071	0.10885847575974608	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8725.0	97.73100000000001	99.0	0.17090381637493385	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0036_000000001169	9073	0.8058416603946225	14	14	5	8	12	False	132521	backbone	False	USA0060_01_000000001071	0.10866459485848884	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8707.0	97.78299999999999	99.0	0.17055099280631947	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0203_000000015616	1176	0.8058316446265806	2	1	1	1	1	False	28679	fragment	False	ISR0203_000000015616	1.0		0	0	False	False	0.9982993006706238	0					non-mobilizable	chromosome	1176.0	97.704	100.0	0.00021318104767871238	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0171_000000010395	2307	0.8058313806360844	3	3	3	3	3	False	55794	maximal	True	ENG0171_000000010395	1.0		19	5	False	False	1.0	0					non-mobilizable	other	2152.0	79.972	95.0	0.015187098794426179	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	False	False
ISR0778_000000000527	21013	0.8058237442011559	19	12	3	12	4	True	22381	maximal	True	ISR0778_000000000527	1.0		20	4	False	False	0.9999524354934692	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.00023236758105348124	NZ_BCYY01000010.1	a-proteobacteria	Sphingomonas pituitosa NBRC 102491, whole genome shotgun sequence	True	True
FIJ0102_000000013782	2287	0.8058079032362013	2	2	2	2	2	False	50786	maximal	True	FIJ0102_000000013782	1.0		2	1	False	False	0.9965019822120667	0					non-mobilizable	no_good_hit	193.0	96.891	8.0	0.18514946962391515	NZ_CABIWU010000144.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0321_000000009493	1270	0.8058064307209262	1	1	1	1	1	False	25022	fragment	False	ISR0321_000000009493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	95.08200000000001	10.0	0.009108016560030109	MK233395.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_2_c1 sequence	True	False
ISR0374_000000014315	1151	0.8057972927222993	2	2	2	1	1	False	129105	fragment	False	SPA0030_000000021201	0.1996960818679194		0	0	False	False	0.9991312026977539	0					non-mobilizable	other	1120.0	98.75	97.0	0.012093897931392258	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0075_000000006117	2872	0.8057968404775514	4	4	3	2	2	False	5792	maximal	True	SPA0075_000000006117	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1248.0	75.0	43.0	0.03221026360942131	NZ_LT965937.1	CFB group bacteria	Metaprevotella massiliensis strain Marseille P-3114, whole genome shotgun sequence	True	False
ENG0032_000000021386	1193	0.8057959015864059	2	1	1	1	1	False	65561	fragment	False	ENG0032_000000021386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000002545	12158	0.8057949101781908	10	9	3	9	4	True	17228	maximal	True	MAD0100_000000002545	1.0		6	2	False	False	0.9990130066871643	0					non-mobilizable	no_good_hit	63.0	98.413	1.0	0.0008066824533555387	NZ_LT635857.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0026_000000011795	2582	0.8057937755405115	4	2	1	2	1	False	22008	maximal	True	SPA0026_000000011795	1.0		1	1	False	False	0.9914794564247131	0					non-mobilizable	no_good_hit	96.0	81.25	3.0	0.0014375208062221954	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0293_000000004753	7444	0.8057892932108061	8	6	4	5	3	False	104090	maximal	True	ISR0293_000000004753	0.9856278075482411		12	4	False	True	0.9995970129966736	0					non-mobilizable	no_good_hit	885.0	79.096	14.0	0.00027977230144627454	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MAD0030_000000005559	2044	0.8057871687018492	2	2	2	2	2	False	18982	maximal	True	MAD0030_000000005559	1.0		13	2	False	False	0.997553825378418	0					non-mobilizable	no_good_hit	1040.0	91.346	51.0	0.009265250368453215	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	True	False
FIJ0104_000000000572	27845	0.8057848229389258	29	17	13	16	10	True	52097	fragment	False	FIJ0104_000000000572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	80.342	0.0	0.0035074877237929666	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
ISR0198_000000006138	5634	0.8057668612900614	7	5	1	2	5	True	100023	fragment	False	CHI0068_000000001640	0.15473843322818087		0	0	False	False	1.0	0					non-mobilizable	other	2653.0	95.552	97.0	0.0006794100054788648	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
MON0039_000000008215	5199	0.8057620798316344	7	6	5	6	5	False	116384	fragment	False	USA0004_01_000000004290	0.5645952592711664		0	0	False	False	1.0	0					non-mobilizable	other	2948.0	91.28200000000001	95.0	0.0007215585665036479	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0028_000000019415	1557	0.8057568452580192	4	2	1	2	1	False	48920	fragment	False	FIJ0028_000000019415	1.0		0	0	False	False	0.9910083413124084	0					non-mobilizable	no_good_hit	819.0	71.306	52.0	0.00032757883791814684	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
CHI0153_000000008360	1808	0.8057559329810101	4	3	2	2	1	False	94937	fragment	False	MON0011_000000021768	0.2306020051508462		0	0	False	False	1.0	0					non-mobilizable	other	1808.0	95.796	100.0	0.000561843543683491	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0330_000000002243	8621	0.8057389051836127	6	6	2	4	6	False	51798	fragment	False	ISR0330_000000002243	1.0		0	0	False	False	0.9998840093612671	0					non-mobilizable	plasmid	7331.0	97.149	99.0	0.035401352259162064	CP020429.2	firmicutes	Streptococcus sp. FDAARGOS_192 plasmid unnamed1, complete sequence	False	True
FIJ0086_000000001548	16310	0.8057356566161297	20	9	3	6	6	False	52967	fragment	False	FIJ0046_000000001203	0.9515767029514084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.544794249589664e-06	NZ_CP011390.1	CFB group bacteria	Flavisolibacter tropicus strain LCS9 chromosome, complete genome	True	False
ENG0014_000000004702	5554	0.8057327998038245	8	3	2	1	3	False	113744	fragment	False	ENG0014_000000004702	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5563.0	97.322	100.0	0.0024410897150978633	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0093_000000008273	4723	0.8057327998038245	7	3	2	1	3	False	113740	maximal	True	MON0093_000000008273	1.0		6	3	False	False	0.9659115076065063	0					non-mobilizable	no_good_hit	4004.0	97.902	85.0	0.0017581292064657694	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
DEN0043_000000001207	4148	0.8057315788434622	7	5	5	4	4	False	129686	maximal	True	DEN0043_000000001207	1.0	PS1061	2	2	False	True	0.9980713725090027	0					non-mobilizable	no_good_hit	722.0	96.26	82.0	0.0009105487067679062	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
FIJ0170_000000001444	10759	0.8057133823696074	7	3	3	2	1	False	87029	fragment	False	FIJ0170_000000001444	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10760.0	95.465	100.0	0.04414577091968646	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MAD0016_000000005662	1199	0.8057106489396199	2	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.21279151110122613		0	0	False	False	0.9983319640159607	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0008661395322846526	FP312980.1	bacteria	uncultured bacterial clone mtbn96 complete sequence	True	False
MON0008_000000021750	1660	0.805707983931912	3	3	3	3	2	False	102366	fragment	False	MON0008_000000021750	0.9636139471703323		0	0	False	False	0.9927710890769958	0					non-mobilizable	no_good_hit	983.0	73.449	57.0	0.0003415803100123611	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0012_000000009568	2501	0.8057038562881464	4	4	4	4	3	False	67076	fragment	False	ISR0225_000000006360	0.9355126842152601		0	0	False	False	0.9876049757003784	0					non-mobilizable	chromosome	2501.0	95.84200000000001	100.0	0.0010295615961993527	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0018_000000018621	2076	0.8056998334357719	2	2	1	1	2	False	75110	fragment	False	DEN0018_000000018621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	3.0	2.0964449861716524e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
ISR0054_000000005861	3916	0.80569253575444	5	4	4	3	4	False	100176	fragment	False	ISR0054_000000005861	1.0		0	0	False	False	0.9994892477989197	0					non-mobilizable	no_good_hit	1035.0	71.304	26.0	0.014320918115891009	NZ_MUYU01000029.1	g-proteobacteria	Moraxella pluranimalium strain CCUG 54913 54913T_ctg_0000029, whole genome shotgun sequence	True	False
FIJ0001_000000007481	2622	0.8056905427191171	3	3	3	2	2	True	89965	maximal	True	FIJ0001_000000007481	1.0		0	0	False	False	0.9969488978385925	0					non-mobilizable	no_good_hit	1493.0	100.0	57.0	0.048037605846936476	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
FIJ0104_000000009527	2666	0.8056874842509143	4	4	4	4	3	False	84579	fragment	False	FIJ0104_000000009527	0.983232856066315		0	0	False	False	0.9977494478225708	0					non-mobilizable	no_good_hit	1554.0	87.001	65.0	0.00021879671412252982	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0784_000000001445	9276	0.8056864485677643	7	7	7	6	6	False	130239	maximal	True	ISR0784_000000001445	1.0		16	3	False	False	1.0	0					non-mobilizable	chromosome	5473.0	97.552	91.0	0.0009814696448921488	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
ENG0188_000000001170	17697	0.8056845402798148	20	10	4	10	1	True	101905	fragment	False	ENG0188_000000001170	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9294.0	100.0	99.0	0.0024885927226404093	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0107_000000027707	1199	0.8056786655087822	2	2	1	2	1	False	4706	fragment	False	SPA0107_000000027707	1.0		0	0	False	False	0.999165952205658	0					non-mobilizable	other	1200.0	85.0	100.0	0.004277408191559104	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0213_000000015702	1702	0.8056769074848653	3	2	2	2	1	False	101954	fragment	False	ISR0213_000000015702	1.0		0	0	False	False	0.9988248944282532	0					non-mobilizable	no_good_hit	753.0	78.22	44.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
USA0023_01_000000015524	1986	0.8056768198914565	6	5	5	3	2	True	117225	fragment	False	DEN0058_000000001076	0.7360772268458445		0	0	False	False	1.0	0					non-mobilizable	chromosome	1792.0	98.605	94.0	0.0004995870360382776	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
USA0007_01_000000009297	1785	0.8056768198914565	6	5	5	3	2	True	117225	fragment	False	DEN0058_000000001076	0.44991004726119616		0	0	False	False	1.0	0					non-mobilizable	chromosome	1787.0	98.76899999999999	100.0	0.0004987473939609023	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
CHI0185_000000011858	1687	0.8056768198914565	6	5	5	3	2	True	117225	fragment	False	DEN0058_000000001076	0.40178625593871165		0	0	False	False	0.9982216954231262	0					non-mobilizable	chromosome	1610.0	98.82	100.0	0.0004489286307033038	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
DEN0026_000000009283	3173	0.8056768001177332	2	2	2	2	1	False	74203	maximal	True	DEN0026_000000009283	1.0		4	2	False	False	0.9873936176300049	0					non-mobilizable	no_good_hit	1010.0	72.673	31.0	0.0001737118024004391	NZ_CP009286.1	firmicutes	Paenibacillus stellifer strain DSM 14472 chromosome, complete genome	True	False
ISR0829_000000008941	1705	0.8056752206068762	3	2	2	2	1	True	93137	fragment	False	ENG0082_000000009793	0.5216321842342789		0	0	False	False	1.0	0					non-mobilizable	other	1706.0	99.766	100.0	0.0004537602352207896	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0140_000000003678	8632	0.8056747904051356	9	6	1	3	4	False	117781	fragment	False	ISR0140_000000003678	0.9716707021791767		0	0	False	True	1.0	0					non-mobilizable	chromosome	8551.0	99.81299999999999	99.0	0.001530986788782114	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0785_000000016709	2170	0.805671007197805	3	3	3	3	3	False	22192	fragment	False	ISR0785_000000016709	1.0		0	0	False	False	0.995852530002594	0					non-mobilizable	no_good_hit	173.0	79.76899999999999	8.0	0.00025237852082709726	NZ_OLMV01000003.1	high GC Gram+	Microbacterium timonense strain Marseille-P5731, whole genome shotgun sequence	True	False
ISR0778_000000004054	3133	0.8056696512987812	3	3	3	3	3	False	124980	fragment	False	SPA0101_000000013736	0.9739767611986426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	84.671	84.0	0.002666014489946147	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0071_000000012807	2790	0.8056665819877156	5	4	3	2	3	False	61227	maximal	True	FIJ0071_000000012807	1.0		9	4	False	False	0.9878135919570923	0					non-mobilizable	no_good_hit	98.0	85.714	3.0	3.387573322436639e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0098_000000028696	1251	0.805660665593341	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.6883279918888007		0	0	False	False	0.9744204878807068	0					non-mobilizable	no_good_hit	535.0	72.89699999999999	42.0	0.0022567898245583694	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
CHI0135_000000008173	2471	0.8056574827972648	2	2	2	2	1	False	89239	fragment	False	CHI0135_000000008173	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2472.0	99.595	100.0	0.013419647754612156	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MAD0068_000000009853	2746	0.8056535583871461	4	4	3	3	3	False	16465	maximal	True	MAD0068_000000009853	1.0		1	1	False	False	0.9785141944885254	0					non-mobilizable	no_good_hit	1177.0	98.046	75.0	0.009272546638701843	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
USA0042_01_000000002359	11613	0.805648207992138	11	7	5	4	6	False	122650	maximal	True	USA0042_01_000000002359	1.0		1	1	False	False	0.999655544757843	0					non-mobilizable	no_good_hit	6477.0	96.07799999999999	56.0	0.0025069873869504526	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0199_000000013045	2311	0.805645626106581	3	3	3	3	2	False	96204	maximal	False	CAN0004_000000011740	0.9551090209491235		0	0	False	False	0.9982691407203674	0					non-mobilizable	no_good_hit	690.0	73.47800000000001	30.0	0.0012040684094468171	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
CHI0077_000000009764	1414	0.8056424872239807	3	2	2	1	1	True	87079	fragment	False	MON0032_000000016300	0.21463756321023297		0	0	False	False	0.99787837266922	0					non-mobilizable	other	1416.0	91.949	100.0	0.0004395819087623327	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0017_000000000193	58588	0.8056387926095296	63	13	9	11	7	False	31834	fragment	False	SPA0017_000000000193	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1293.0	96.44200000000001	2.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	True
FIJ0141_000000011476	2535	0.8056336090872682	4	3	3	2	2	False	40290	maximal	True	FIJ0141_000000011476	1.0		1	1	False	False	0.9996055364608765	0					non-mobilizable	no_good_hit	97.0	82.47399999999999	4.0	0.0008320269051226583	NZ_PPTQ01000011.1	actinobacteria	Paraeggerthella hongkongensis strain RC2/2 A NODE_11, whole genome shotgun sequence	True	False
MON0077_000000001232	16241	0.8056307863949228	22	6	3	6	2	True	10250	fragment	False	MON0077_000000001232	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.924045276631757e-05	NZ_AXZR01000004.1	a-proteobacteria	Sulfitobacter pontiacus 3SOLIMAR09 PM01_004, whole genome shotgun sequence	True	True
ISR0197_000000012175	2086	0.8056229418037263	3	3	3	3	2	False	103934	fragment	False	ISR0197_000000012175	1.0		0	0	False	False	0.9985618591308594	0					non-mobilizable	other	1910.0	98.429	92.0	0.0009368879125754504	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0258_000000000572	14731	0.8056195746402325	15	11	7	10	5	False	102640	fragment	False	ISR0258_000000000572	1.0		0	0	False	False	0.9995248317718506	0					non-mobilizable	no_good_hit	6352.0	96.962	84.0	0.26329103425396033	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
FIJ0152_000000000099	81860	0.8056195252442561	117	29	20	26	19	True	50066	maximal	True	FIJ0152_000000000099	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	72.023	2.0	0.0005470596140375497	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	True
USA0135_01_000000000080	75406	0.8056168494350331	87	39	21	34	16	True	89171	maximal	True	USA0135_01_000000000080	0.9998521187352118	PS461	5	3	False	True	1.0	0		MOBP			mobilizable	plasmid	54106.0	99.994	97.0	0.46303681769166255	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
ENG0059_000000000070	74237	0.8056168494350331	84	39	21	34	16	True	89171	maximal	False	USA0135_01_000000000080	0.9921163002673719	PS461	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	54106.0	99.985	98.0	0.46303681769166255	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
MAD0029_000000000576	7510	0.8056132729127972	8	8	4	5	8	True	98728	fragment	False	MAD0029_000000000576	0.9874282590871823		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	7510.0	99.10799999999999	100.0	0.17598668791600264	CP054423.1	enterobacteria	Salmonella enterica subsp. diarizonae serovar 61:k:1,5,(7) strain 14-SA00836-0 plasmid p14-SA00836-0, complete sequence	False	True
ISR0255_000000005211	5292	0.8056023539246343	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.6078731251753872		0	0	False	False	0.9890400767326355	0					non-mobilizable	chromosome	4625.0	99.978	91.0	0.0013028321101907448	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0104_000000002531	10772	0.8055969637602737	15	7	7	6	7	False	122632	fragment	False	AST0104_000000002531	0.9824894534175888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2595.0	98.96	38.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0006_000000004996	2632	0.8055906831402966	3	3	3	3	3	False	90635	maximal	True	CHI0006_000000004996	1.0		3	1	False	False	0.9996200799942017	0					non-mobilizable	no_good_hit	2350.0	94.63799999999999	89.0	0.012259046776139374	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
CHI0145_000000005439	3381	0.8055873663689307	3	3	3	3	3	False	128342	fragment	False	ISR0386_000000009689	0.953367145674838		0	0	False	False	0.9929015040397644	0					non-mobilizable	other	3398.0	96.086	100.0	0.025851983820527134	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
AST0104_000000018905	1820	0.805578174658913	2	2	2	2	2	False	107840	maximal	True	AST0104_000000018905	1.0		1	1	False	False	0.9983516335487366	0					non-mobilizable	no_good_hit								True	False
AST0089_000000020291	1193	0.8055752136554	2	2	2	1	1	False	109980	fragment	False	AST0089_000000020291	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	926.0	96.76	94.0	0.00016590473050883967	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0386_000000014238	2237	0.8055656621309765	3	3	3	3	2	False	87929	fragment	False	ISR0386_000000014238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	73.47800000000001	31.0	0.0012040684094468171	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0398_000000009905	2355	0.8055632410974319	3	3	3	3	2	False	93624	fragment	False	ISR0112_000000012858	0.5465375621396851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1254.0	78.389	53.0	0.06647274294333118	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ISR0311_000000021167	1152	0.8055589644486367	2	2	2	2	2	False	63176	fragment	False	USA0087_01_000000012006	0.7053366663681669		0	0	False	False	0.9991319179534912	0					non-mobilizable	other	1152.0	99.219	100.0	0.004699685598791393	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0047_000000014241	2095	0.8055461223034427	2	2	1	1	2	False	127037	fragment	False	SPA0138_000000012945	0.3767867331791196		0	0	False	False	1.0	0					non-mobilizable	other	2097.0	93.848	100.0	0.3409424425240502	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0086_000000006028	5003	0.8055415030410745	7	7	5	4	4	True	128685	backbone	False	FIJ0105_000000005116	0.5385777843563658	PS1045|PS1046|PS656|PS658	0	0	False	True	1.0	0					non-mobilizable	other	3107.0	99.807	92.0	0.6268415741675075	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
ISR0366_000000008886	2131	0.8055359258760401	2	2	2	2	1	False	23627	maximal	True	ISR0366_000000008886	1.0		18	7	False	False	0.9962459206581116	0					non-mobilizable	no_good_hit	1193.0	99.413	56.0	0.0005235298561346983	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0039_01_000000010304	2189	0.8055334441260232	3	3	3	2	2	False	120034	fragment	False	ISR0180_000000009966	0.9473914949583516		0	0	False	False	1.0	0					non-mobilizable	other	2190.0	95.38799999999999	100.0	0.0027670563477891373	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MAD0105_000000011896	2897	0.8055275176589861	3	3	3	3	1	False	14838	maximal	True	MAD0105_000000011896	1.0		0	0	False	False	0.9868829846382141	0					non-mobilizable	no_good_hit	944.0	89.725	32.0	0.00026252808952599685	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0155_000000012120	1819	0.8055106456650147	3	3	2	3	3	False	39533	maximal	False	FIJ0167_000000010543	0.9746868475991649		0	0	False	False	1.0	0					non-mobilizable	plasmid	1819.0	100.0	100.0	0.02203369288571082	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	False	True
ENG0058_000000019235	1769	0.8055095973946351	3	2	2	2	1	True	63437	maximal	True	ENG0058_000000019235	1.0		1	1	False	False	0.9909553527832031	0					non-mobilizable	no_good_hit	517.0	91.103	29.0	0.00018289430959362815	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
SPA0098_000000019861	1869	0.8055087992239721	2	2	1	2	1	True	5059	maximal	True	SPA0098_000000019861	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.681928990410733e-07	CP050801.1	monocots	Setaria viridis cultivar ME034v chromosome 7	True	True
DEN0026_000000001508	16886	0.8055049696543586	15	13	10	12	9	True	74228	maximal	True	DEN0026_000000001508	0.9867992877755265		17	4	False	False	0.9994077682495117	0					non-mobilizable	no_good_hit	911.0	68.935	6.0	0.00020634840756705806	CP013019.1	firmicutes	Clostridium pasteurianum strain M150B, complete genome	True	True
SPA0034_000000022835	1529	0.8055014301973457	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.9503574067060181		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	99.59	100.0	0.013565891472868217	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	False	False
ENG0122_000000005505	4867	0.8054918460558691	5	2	1	2	1	False	125161	fragment	False	FIJ0161_000000003178	0.9717189713742783		0	0	False	False	1.0	0	rep_cluster_233	MOBQ			mobilizable	plasmid	4791.0	94.928	100.0	0.8234888927156879	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
TAN0002_000000019912	1990	0.8054866800696646	3	3	3	2	3	False	3036	maximal	True	TAN0002_000000019912	1.0		4	2	False	False	0.9944723844528198	0					non-mobilizable	no_good_hit	52.0	88.462	3.0	2.2704184069497954e-05	NZ_CP018044.1	high GC Gram+	Bifidobacterium choerinum strain FMB-1, complete genome	True	False
SPA0013_000000024663	1150	0.8054811873717299	2	2	2	2	1	False	7958	maximal	True	SPA0013_000000024663	1.0		1	1	False	False	0.97826087474823	0					non-mobilizable	no_good_hit	949.0	89.779	82.0	0.0020407012552156076	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
CAN0019_000000000630	10103	0.8054775364496116	8	6	5	5	4	True	92001	maximal	True	CAN0019_000000000630	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3154.0	98.383	33.0	0.005233142126628093	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0064_000000008610	2590	0.8054755271786871	2	2	1	2	2	False	110838	fragment	False	ENG0064_000000008610	0.9503154574132492		0	0	False	False	0.9903475046157837	0					non-mobilizable	other	2600.0	91.885	100.0	0.015718213100129264	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	False	False
ISR0279_000000017481	1307	0.8054737253245055	2	2	2	2	1	False	26220	fragment	False	ISR0279_000000017481	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	97.475	100.0	0.002083958308068397	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0107_000000009722	2556	0.8054707567906868	4	2	1	2	1	False	45211	fragment	False	ISR0107_000000009722	0.9631429728635075		0	0	False	False	0.9956964254379272	0					non-mobilizable	no_good_hit	190.0	78.947	7.0	2.348413107445612e-05	NZ_JAAIVH010000001.1	firmicutes	Paenibacillus elgii strain SWL-W8 Contig00001, whole genome shotgun sequence	True	False
ENG0119_000000017922	1758	0.8054565434016533	3	2	2	2	1	True	120237	fragment	False	AST0025_000000020625	0.6884789307491959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	87.719	3.0	9.29746063106514e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0050_000000001143	16589	0.8054390541704982	20	13	4	4	12	False	103796	maximal	True	ENG0050_000000001143	1.0		6	5	False	False	0.9999397397041321	0					non-mobilizable	no_good_hit	8107.0	91.501	66.0	0.0016086726215495868	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0300_000000007049	1511	0.8054318931812675	3	2	2	1	1	False	25588	maximal	True	ISR0300_000000007049	1.0		4	2	False	False	0.9874255657196045	0					non-mobilizable	no_good_hit	1145.0	82.70700000000001	75.0	0.0056236310898005095	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0024_000000005518	3650	0.8054291741936195	5	5	5	4	4	False	113599	fragment	False	ETH0005_000000012506	0.9456769990298368		0	0	False	False	0.9961643815040588	0					non-mobilizable	other	3016.0	91.611	99.0	0.0007321012163030556	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0167_000000010061	2051	0.8054258722401799	3	2	2	2	1	True	84436	fragment	False	ISR0266_000000008286	0.9481749264730093		0	0	False	False	1.0	0					non-mobilizable	other	2010.0	99.40299999999999	98.0	0.0006447157378031913	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0058_000000011149	2280	0.8054201798742232	2	2	2	2	2	False	78896	fragment	False	ISR0107_000000010771	0.9716119787549621		0	0	False	False	0.9969298243522644	0					non-mobilizable	chromosome	1734.0	98.962	100.0	0.000588531718699508	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0011_01_000000030738	1172	0.8054195878924242	2	2	2	1	1	False	107365	fragment	False	ISR0024_000000020391	0.48423044575273344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000007037	3707	0.8054161296034346	4	3	3	3	3	False	74040	fragment	False	DEN0028_000000007037	0.9935935637663885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	86.228	27.0	0.00023498616362814864	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
DEN0018_000000010915	3344	0.8054108315148266	5	5	4	4	3	False	114460	fragment	False	DEN0018_000000010915	1.0		0	0	False	False	0.9997009634971619	0					non-mobilizable	chromosome	3374.0	85.06200000000001	99.0	0.0014499106596616558	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
DEN0046_000000017413	1385	0.805410151616304	3	3	3	2	2	False	113445	fragment	False	ISR0058_000000016778	0.8104339144905555		0	0	False	False	0.9992779493331909	0					non-mobilizable	no_good_hit	421.0	72.684	29.0	0.00027369039818582366	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ENG0083_000000010799	2064	0.8053952390792684	3	2	1	2	2	False	61570	fragment	False	ENG0083_000000010799	1.0		0	0	False	False	0.9820736646652222	0					non-mobilizable	chromosome	2045.0	98.77799999999999	99.0	0.0006588186453412271	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0852_000000000977	7083	0.8053904276621817	12	9	3	6	6	True	125618	fragment	False	ISR0056_000000002323	0.9882726856696276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2174.0	93.238	53.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0079_000000004076	7008	0.8053904276621817	12	9	3	6	6	True	125618	fragment	False	ISR0056_000000002323	0.9848318741646297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2174.0	93.238	53.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CHI0132_000000020390	1495	0.8053789848141272	2	1	1	1	1	False	80857	maximal	True	CHI0132_000000020390	1.0		18	5	False	False	0.9959866404533386	0					non-mobilizable	no_good_hit	143.0	76.22399999999999	9.0	6.677466743312372e-05	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
SPA0099_000000003063	1521	0.8053786408097381	2	2	2	2	2	False	4980	maximal	True	SPA0099_000000003063	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1521.0	99.54	100.0	0.0006712597912293726	CP002844.1	firmicutes	Lactobacillus reuteri SD2112, complete genome	False	False
FIJ0149_000000001811	10462	0.805377546281011	21	6	3	6	3	False	45652	maximal	True	FIJ0149_000000001811	1.0		6	1	False	False	0.9999043941497803	0					non-mobilizable	no_good_hit	246.0	91.057	2.0	0.0003948539525851606	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0063_000000002572	8604	0.805377546281011	16	6	3	6	3	False	45651	fragment	False	FIJ0063_000000002572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	91.057	3.0	0.0003948539525851606	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0006_000000004910	3878	0.8053731582324971	4	4	1	1	4	False	86293	fragment	False	ISR0006_000000004910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1828.0	97.374	68.0	0.00036404700517449705	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0222_000000018750	2822	0.8053708054840322	4	3	2	3	3	False	27891	maximal	True	ISR0222_000000018750	1.0		5	1	False	False	0.9989369511604309	0					non-mobilizable	no_good_hit								True	False
AST0040_000000001743	9870	0.8053590438382037	11	7	5	7	5	True	117409	fragment	False	AST0040_000000001743	1.0		0	0	False	False	0.9971631169319153	0					non-mobilizable	plasmid	7561.0	97.58	99.0	0.3235294117647059	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0127_000000004840	4494	0.805357530865416	6	6	6	6	5	False	116340	fragment	False	ISR0127_000000004840	0.7659252141370595		0	0	False	False	1.0	0					non-mobilizable	other	4498.0	96.48700000000001	100.0	0.016125966858753456	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
FIJ0058_000000014105	2806	0.8053463988266482	3	3	2	3	2	False	46196	fragment	False	FIJ0058_000000014105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0106_000000002671	8803	0.8053463867442717	13	8	5	8	3	True	66444	maximal	True	FIJ0106_000000002671	1.0		3	1	False	False	0.9998863935470581	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0008768511301636789	NZ_UXAV01000029.1	firmicutes	Filibacter tadaridae isolate aTB-66, whole genome shotgun sequence	True	True
SPA0131_000000007985	3038	0.8053421639526446	3	2	2	1	2	False	100566	fragment	False	SPA0131_000000007985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0210_000000008774	2679	0.8053421639526446	3	2	2	1	2	False	100565	fragment	False	ENG0063_000000010072	0.14094267025779145		0	0	False	False	0.9992534518241882	0					non-mobilizable	no_good_hit	131.0	90.84	5.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0817_000000004513	2634	0.8053421639526446	3	2	2	1	2	False	100565	fragment	False	ENG0063_000000010072	0.6095351105909615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	86.624	6.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0130_000000012632	2583	0.8053421639526446	3	2	2	1	2	False	100565	fragment	False	ENG0063_000000010072	0.5621548620549369		0	0	False	False	0.9992257356643677	0					non-mobilizable	no_good_hit	131.0	90.84	5.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0037_000000027871	2483	0.8053421639526446	3	2	2	1	2	False	100565	fragment	False	ENG0063_000000010072	0.3754329866293654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	89.167	5.0	5.840212760423185e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0085_000000005761	2386	0.8053421639526446	2	2	2	1	2	False	100565	fragment	False	ENG0063_000000010072	0.18667537464358347		0	0	False	False	0.9970661997795105	0					non-mobilizable	no_good_hit	129.0	90.698	5.0	6.281909523816535e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0160_000000013232	2338	0.8053421639526446	3	2	2	1	2	False	104791	fragment	False	CHI0160_000000013232	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0033_000000027430	2306	0.8053421639526446	2	2	2	1	2	False	99141	fragment	False	MON0033_000000027430	1.0		0	0	False	False	0.9934952259063721	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.014713896457765668	XM_010620563.3	rodents	PREDICTED: Fukomys damarensis cytosolic iron-sulfur assembly component 3 (Ciao3), mRNA	True	False
CHI0048_000000008324	2262	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.4993689376945788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	6.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0148_000000005449	2168	0.8053421639526446	3	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.5606809955957962		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000014909	2121	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.45815930439425534		0	0	False	False	0.9919849038124084	0					non-mobilizable	no_good_hit	129.0	89.92200000000001	6.0	6.281909523816535e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0004_01_000000011484	2064	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.5192420490432285		0	0	False	False	0.9893410801887512	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.715101600782068e-06	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0082_000000015505	2013	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.44560829284090536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000013824	1961	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.4535616106060339		0	0	False	False	0.9974502921104431	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000016875	1934	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.4013328369841609		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0113_01_000000009667	1914	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.3791176943013415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000024929	1872	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.35792873371711487		0	0	False	False	0.997863233089447	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000022914	1768	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.2489348085088645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	100.0	6.0	0.0004054531440683409	NZ_DS544177.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_10, whole genome shotgun sequence	True	False
MAD0066_000000017088	1765	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.27791011361497886		0	0	False	False	0.9932011365890503	0					non-mobilizable	no_good_hit								True	False
DEN0052_000000026649	1709	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.24615580560886574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	87.34200000000001	5.0	2.365087667432288e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0848_000000010709	1654	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.17081227049753223		0	0	False	False	0.9981862306594849	0					non-mobilizable	no_good_hit	62.0	100.0	4.0	0.0002448776414670178	NZ_DS544177.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_10, whole genome shotgun sequence	True	False
MON0086_000000018870	1632	0.8053421639526446	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.15147979552237914		0	0	False	False	0.9963235259056091	0					non-mobilizable	no_good_hit	60.0	100.0	4.0	0.00023684886633695165	NZ_DS544177.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_10, whole genome shotgun sequence	True	False
ENG0100_000000007563	3867	0.8053416610043432	4	4	4	4	4	False	105624	fragment	False	ISR0188_000000004827	0.41579719688094424		0	0	False	False	0.9976726174354553	0					non-mobilizable	chromosome	3870.0	97.39	100.0	0.001099363705922342	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0121_000000012364	1335	0.8053351011717959	3	1	1	1	1	False	59107	maximal	True	ENG0121_000000012364	1.0		0	0	False	False	0.9850187301635742	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000020732	1608	0.8053347491322037	1	1	0	1	1	False	83050	backbone	False	ENG0209_000000010703	0.8641960794470375	PS412	0	0	True	True	1.0	16					non-mobilizable	other	1607.0	94.586	99.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	False	True
ENG0112_000000022051	1254	0.8053259575945263	2	2	2	1	1	True	59659	fragment	False	SPA0040_000000034346	0.9351778656126482		0	0	False	False	0.9984050989151001	0					non-mobilizable	other	1252.0	87.78	99.0	0.003214663195071022	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	True
ISR0387_000000013737	1762	0.8053245799952593	3	3	3	3	2	False	53076	fragment	False	ISR0387_000000013737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	80.952	14.0	0.00010516064038966953	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
SPA0111_000000006932	4745	0.8053050570295608	5	4	1	2	3	False	4584	fragment	False	SPA0111_000000006932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3201.0	74.071	66.0	0.0013486026645171173	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
CAN0017_000000025802	1310	0.8052967396831928	2	2	2	1	1	False	127752	fragment	False	DEN0083_000000022423	0.9605698907381469		0	0	False	False	0.9954198598861694	0					non-mobilizable	other	1310.0	99.84700000000001	100.0	0.02503250975292588	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0037_000000020305	1212	0.8052967396831928	2	2	2	1	1	False	127752	fragment	False	DEN0083_000000022423	0.6197733887227606		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	99.75200000000001	100.0	0.023158418113669393	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0054_000000042502	1205	0.8052967396831928	2	2	2	1	1	False	127752	fragment	False	DEN0083_000000022423	0.6160164704323067		0	0	False	False	0.9975103735923767	0					non-mobilizable	other	1187.0	100.0	99.0	0.02268033351181825	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0032_000000029059	1126	0.8052967396831928	2	2	2	1	1	False	127752	fragment	False	DEN0083_000000022423	0.4305161372284782		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	99.911	100.0	0.021513807083301462	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0015_01_000000006539	4805	0.8052964175533502	8	6	5	6	5	False	132492	fragment	False	ISR0054_000000002543	0.3936938957079409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	99.066	86.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0149_000000006356	3496	0.8052885939636054	5	4	4	4	4	False	106522	fragment	False	FIJ0149_000000006356	1.0		0	0	False	False	0.9991418719291687	0					non-mobilizable	no_good_hit	2741.0	93.652	78.0	0.0682497757400578	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0078_000000009310	1646	0.8052851626034512	4	4	2	3	4	False	84426	fragment	False	CHI0078_000000009310	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1646.0	99.939	100.0	0.00034057456274470387	CP013190.1	enterobacteria	Escherichia coli strain FORC_031, complete genome	False	False
FIJ0097_000000016662	1900	0.8052806545498471	3	2	2	2	1	False	49545	fragment	False	FIJ0097_000000016662	1.0		0	0	False	False	0.9663158059120178	0					non-mobilizable	no_good_hit	501.0	73.852	26.0	0.006367313606145287	NZ_FWXW01000010.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
DEN0035_000000007337	4128	0.8052624730584326	5	4	1	4	2	False	73499	maximal	True	DEN0035_000000007337	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	99.488	9.0	0.0008694295204761799	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0201_000000016480	1821	0.8052542826509709	2	2	1	1	2	False	80613	fragment	False	DEN0022_000000020182	0.9602983173030749		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	98.024	100.0	0.000799349276984187	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0172_000000007832	2046	0.8052516239084166	2	2	2	2	2	False	29937	maximal	True	ISR0172_000000007832	1.0		5	4	False	False	0.992668628692627	0					non-mobilizable	no_good_hit								True	False
MON0096_000000007419	4289	0.8052435006145189	5	5	5	5	5	False	9281	fragment	False	MON0096_000000007419	1.0		0	0	False	False	0.9997668266296387	0					non-mobilizable	no_good_hit	92.0	89.13	2.0	3.458717678477605e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0132_000000026733	1315	0.8052428299113551	2	1	1	1	1	False	40748	fragment	False	FIJ0132_000000026733	0.9707016191210486		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	99.022	93.0	0.08808104030461958	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0854_000000002859	2724	0.8052395028609518	2	2	2	2	2	False	96101	fragment	False	ISR0854_000000002859	1.0		0	0	False	False	0.9974302649497986	0					non-mobilizable	no_good_hit	995.0	95.678	80.0	0.0002095088727641211	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0181_000000002236	10240	0.8052387261336393	14	6	3	6	1	True	94270	fragment	False	ENG0181_000000002236	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10240.0	100.0	100.0	0.0027419241242994893	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0151_000000003308	7099	0.8052359167288171	7	7	7	6	6	False	125056	fragment	False	CHI0172_000000000825	0.40000131365800884		0	0	False	False	1.0	0					non-mobilizable	other	7100.0	99.42299999999999	100.0	0.025666890831652096	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0087_000000004437	6534	0.8052359167288171	7	7	7	6	6	False	125056	fragment	False	CHI0172_000000000825	0.18625732992519928		0	0	False	False	0.9983165264129639	0					non-mobilizable	other	6422.0	97.664	98.0	0.023197460427648944	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0077_000000020362	1732	0.8052345996758192	3	3	2	1	1	False	65962	fragment	False	ENG0027_000000010889	0.4715568862275449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000008677	2653	0.8052062037230882	3	3	3	2	2	False	72521	fragment	False	FIJ0003_000000008889	0.9344260546793992		0	0	False	False	0.9954768419265747	0					non-mobilizable	other	1817.0	97.083	96.0	0.000823793516949268	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
USA0082_01_000000010017	2971	0.8051796217588364	4	4	4	4	3	False	39102	maximal	True	USA0082_01_000000010017	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	973.0	93.73100000000001	57.0	0.0004261244072837462	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0130_01_000000024948	1330	0.8051733372017077	2	2	2	2	1	False	106	maximal	True	USA0130_01_000000024948	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	75.342	38.0	0.0005918969888266258	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MAD0009_000000007324	1470	0.8051720329372285	2	2	2	2	2	False	19763	maximal	True	MAD0009_000000007324	1.0		11	2	False	False	0.9979591965675354	0					non-mobilizable	no_good_hit								True	False
AST0090_000000015281	1481	0.8051706597185069	3	3	2	2	3	False	111273	maximal	False	AST0084_000000023374	0.9650856389986825		0	0	False	False	0.9966238737106323	0					non-mobilizable	no_good_hit	668.0	97.904	59.0	0.0019802097775455493	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
CHI0085_000000000324	3263	0.8051663502496573	4	4	3	4	2	False	100729	maximal	True	CHI0085_000000000324	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1971.0	86.859	60.0	0.0003682455531204069	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
ENG0144_000000012286	1394	0.8051493532708205	2	1	1	1	1	False	57550	maximal	True	ENG0144_000000012286	1.0		1	1	False	False	0.9942611455917358	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	4.62414559276537e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0080_000000030222	1122	0.8051417289658779	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.09325223182623893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	97.926	39.0	0.0001202437087269718	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0037_000000028810	1198	0.8051381885314098	2	1	1	1	1	False	47717	fragment	False	FIJ0037_000000028810	1.0		0	0	False	False	0.9991652965545654	0					non-mobilizable	no_good_hit								True	False
SPA0104_000000018232	2047	0.8051379883278971	3	2	1	2	1	False	4828	maximal	True	SPA0104_000000018232	1.0		2	2	False	False	0.9936492443084717	0					non-mobilizable	no_good_hit								True	False
SPA0146_000000008758	2691	0.8051319144744147	2	2	2	2	2	False	28112	fragment	False	SPA0146_000000008758	1.0		0	0	False	False	0.9996283650398254	0					non-mobilizable	no_good_hit	443.0	73.815	16.0	8.2098866083225e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
MON0093_000000031960	1444	0.8051277145745193	2	1	1	1	1	False	9379	fragment	False	MON0093_000000031960	0.9882869692532943		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	99.515	100.0	0.0006337697838946053	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0040_000000004728	4605	0.8051250555171291	9	2	0	2	0	True	64873	maximal	True	ENG0040_000000004728	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0005_01_000000002553	12319	0.805118928596484	8	5	4	4	4	False	76030	fragment	False	USA0005_01_000000002553	1.0		0	0	False	False	0.9990258812904358	0					non-mobilizable	no_good_hit	222.0	91.89200000000001	2.0	0.0010175669050240053	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
BAN0036_000000000296	3339	0.8051177748849322	4	2	2	1	0	True	98575	fragment	False	MON0090_000000016437	0.23065916530504182		0	0	False	False	0.9997004866600037	0					non-mobilizable	no_good_hit	126.0	92.06299999999999	4.0	0.22644927536231885	GQ178625.1	bacteria	Uncultured bacterium clone c_002_h09 60 kDa chaperonin (cpn60) gene, partial cds	True	True
MON0103_000000007974	5102	0.8051152363395816	7	4	4	4	4	False	126261	fragment	False	MON0103_000000007974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	93.65100000000001	2.0	0.2022653721682848	JQ696900.1	bacteria	Uncultured bacterium clone 41_F putative transposase gene, partial cds	True	False
MON0059_000000034057	1140	0.805104711281994	2	1	1	1	1	False	10914	fragment	False	MON0059_000000034057	1.0		0	0	False	False	0.9929824471473694	0					non-mobilizable	no_good_hit	989.0	95.956	87.0	0.00027436670721073475	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0015_000000034568	1117	0.805104711281994	1	1	1	1	1	False	13377	fragment	False	MON0015_000000034568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	95.264	83.0	0.0002577047614287063	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0151_000000013112	1803	0.8051016659147362	2	2	2	2	2	False	81189	fragment	False	ENG0151_000000013112	0.9708261120739456		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	90.949	99.0	0.003897067115432993	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MON0101_000000046930	1409	0.8050989092470814	2	1	1	1	1	False	9019	fragment	False	MON0101_000000046930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	92.208	60.0	0.0006851928525617607	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0105_000000007203	2496	0.8050939910883365	3	3	3	3	3	False	126812	maximal	True	ISR0105_000000007203	1.0		6	2	False	False	1.0	0					non-mobilizable	chromosome	1007.0	95.829	98.0	0.00041429558631061954	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0017_01_000000007631	3583	0.8050899499080308	5	5	2	4	2	False	92800	maximal	True	USA0017_01_000000007631	1.0		1	1	False	False	0.9958135485649109	0					non-mobilizable	no_good_hit	1782.0	96.072	81.0	0.00033796164106877945	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
CHI0087_000000004583	2091	0.8050879267630492	3	3	3	3	2	False	90580	fragment	False	CHI0087_000000004583	0.9755796743956586		0	0	False	False	0.9990435242652893	0					non-mobilizable	other	2089.0	95.835	99.0	0.00040418971286850614	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0150_000000010603	2252	0.8050854847295241	2	2	2	2	2	False	39818	maximal	True	FIJ0150_000000010603	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	2.0	1.844891579076246e-05	LT604074.1	firmicutes	Lactobacillus salivarius isolate LPM01 genome assembly, chromosome: I	True	False
FIJ0066_000000010559	3008	0.8050783502038339	4	3	1	2	3	False	45357	maximal	True	FIJ0066_000000010559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	92.647	20.0	0.010828341544677985	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0028_000000002792	10118	0.8050702809965601	10	6	2	5	5	True	109109	maximal	True	FIJ0028_000000002792	1.0		25	8	False	False	1.0	0					non-mobilizable	no_good_hit	4247.0	91.994	54.0	0.0008182518756202948	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
DEN0028_000000010832	2633	0.8050680539267752	4	3	2	2	1	True	74912	fragment	False	DEN0079_000000019739	0.9277120520077384		0	0	False	False	0.9996201992034912	0					non-mobilizable	other	1523.0	98.949	100.0	0.018469977185573517	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
TAN0007_000000018009	2176	0.8050500078862967	3	3	3	3	3	False	73615	fragment	False	TAN0007_000000018009	1.0		0	0	False	False	0.9967830777168274	0					non-mobilizable	other	2197.0	84.615	99.0	0.01590394631777125	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	False	False
MAD0045_000000031692	1349	0.8050486374523189	2	2	2	2	2	True	17814	maximal	True	MAD0045_000000031692	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	837.0	91.995	95.0	0.004406563460311938	CP051728.1	enterobacteria	Escherichia coli strain SCU-111 plasmid pSCU-111-1, complete sequence	False	True
MAD0106_000000001345	9165	0.8050470555345559	13	10	3	4	8	False	50287	maximal	True	MAD0106_000000001345	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	5531.0	97.161	88.0	0.0010362824478090135	CP010122.1	enterobacteria	Escherichia coli strain C5, complete genome	True	False
CHI0150_000000003703	2148	0.8050410175409978	2	2	2	2	2	False	104780	maximal	True	CHI0150_000000003703	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	70.72	39.0	0.01209789992865341	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0137_000000013031	1935	0.8050410175409978	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.8371478908745421		0	0	False	False	0.9963824152946472	0					non-mobilizable	no_good_hit	485.0	98.14399999999999	31.0	0.002238647191052812	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
SPA0098_000000005975	5737	0.8050399864395877	9	5	1	2	3	False	132332	fragment	False	SPA0098_000000005975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	93.58	32.0	0.10435504705665252	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0058_000000000101	42312	0.8050359355616689	71	22	11	19	12	False	16978	maximal	True	MAD0058_000000000101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	96.0	0.0	6.67305717096643e-05	NZ_OUNR01000001.1	bacteria	Nitrospira lenta isolate N. lenta BS10, whole genome shotgun sequence	True	False
SPA0078_000000003964	1899	0.8050355181157443	2	1	1	1	1	False	82159	fragment	False	USA0091_01_000000005404	0.9630723781388479		0	0	False	False	1.0	0					non-mobilizable	chromosome	1899.0	99.105	100.0	0.0004762392256520814	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0163_000000002460	3673	0.805022930034865	3	1	0	1	0	False	78475	fragment	False	CHI0163_000000002460	1.0		0	0	False	False	0.999727725982666	0					non-mobilizable	other	3673.0	99.86399999999999	100.0	0.004028966425279789	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
USA0078_01_000000007115	2284	0.805022930034865	1	1	0	1	0	False	650	fragment	False	USA0078_01_000000007115	1.0		0	0	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.504489290636465e-06	CP009318.1	firmicutes	Bacillus cereus 03BB102, complete genome	True	False
FIJ0003_000000001642	13975	0.8050212820906987	17	6	2	6	4	True	101353	maximal	True	FIJ0003_000000001642	1.0		22	1	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	97.26299999999999	8.0	0.00012617609861902528	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0201_000000022207	1326	0.805015359086413	3	1	1	1	1	False	28722	maximal	True	ISR0201_000000022207	1.0		0	0	False	False	0.9879336357116699	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000008372	3736	0.8050125690955	3	3	3	3	1	True	131943	fragment	False	ISR0344_000000008372	0.9656258740451173		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0031_000000008142	3509	0.8050090435367152	4	4	4	4	3	False	68324	maximal	True	SPA0031_000000008142	1.0		249	12	False	False	0.9997150301933289	0					non-mobilizable	no_good_hit	1265.0	76.917	36.0	0.00035044686893849166	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0032_000000024566	1505	0.8050067910163928	2	2	2	2	2	False	48389	fragment	False	FIJ0032_000000024566	1.0		0	0	False	False	0.999335527420044	0					non-mobilizable	no_good_hit	850.0	78.0	56.0	0.00017740670677607028	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0037_000000001656	11893	0.8049997368993996	16	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.9142574820398282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004484230456228928	NZ_AODF01000039.1	firmicutes	Listeria floridensis FSL S10-1187 c36, whole genome shotgun sequence	True	False
FIJ0154_000000002216	11893	0.8049997368993996	16	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.9127974216019885		0	0	False	False	0.9999158978462219	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004484230456228928	NZ_AODF01000039.1	firmicutes	Listeria floridensis FSL S10-1187 c36, whole genome shotgun sequence	True	False
FIJ0001_000000001516	11766	0.8049997368993996	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.9145145366789054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000002279	11710	0.8049997368993996	14	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8933264663916175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000002345	11451	0.8049997368993996	14	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8941448687969276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0187_000000001467	12333	0.8049990755661963	17	17	2	11	16	True	89163	fragment	False	ENG0080_000000001732	0.9369354967628487		0	0	False	False	0.9998378157615662	0			MPF_F		non-mobilizable	plasmid	12339.0	98.53299999999999	100.0	0.08697921074158697	CP009579.1	enterobacteria	Escherichia coli FAP1 plasmid unnamed 1, complete sequence	False	True
ISR0288_000000006153	4638	0.8049962941600853	6	4	3	3	2	False	102632	fragment	False	ISR0288_000000006153	1.0		0	0	False	False	0.9980595111846924	0					non-mobilizable	no_good_hit	1256.0	96.815	57.0	0.05204445550302729	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
SPA0008_000000001014	16387	0.8049953096903968	23	9	6	7	6	False	113860	maximal	True	SPA0008_000000001014	1.0		1	1	False	False	0.9997559189796448	0					non-mobilizable	no_good_hit	936.0	96.68799999999999	8.0	0.07810542143513491	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	False
MON0034_000000009279	2785	0.8049920375827633	4	4	4	4	2	False	12252	maximal	True	MON0034_000000009279	1.0		7	2	False	False	0.9921005368232727	0					non-mobilizable	no_good_hit	966.0	74.327	34.0	0.0027889114999160676	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
SPA0001_000000005714	5744	0.8049915458286947	9	7	4	5	7	True	123412	fragment	False	SPA0001_000000005714	0.9961152053484019		0	0	False	False	0.999477744102478	0					non-mobilizable	plasmid	5744.0	100.0	100.0	0.5503066308930624	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
FIJ0037_000000002037	10156	0.8049857329095444	18	4	2	4	2	True	47851	maximal	True	FIJ0037_000000002037	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	1.0	0.0008678974380953401	NZ_LT965938.1	CFB group bacteria	Metaprevotella massiliensis strain Marseille P-3114, whole genome shotgun sequence	True	True
SPA0124_000000025953	1141	0.8049857082719495	3	2	2	1	1	False	127426	maximal	True	SPA0124_000000025953	1.0	PS1007	0	0	False	True	1.0	0					non-mobilizable	chromosome	1141.0	100.0	100.0	0.0005013816583154368	CP021773.1	firmicutes	Streptococcus agalactiae strain B105 chromosome, complete genome	False	True
ISR0853_000000012289	1474	0.804979604414707	3	1	1	1	1	False	37942	maximal	True	ISR0853_000000012289	1.0		19	6	False	False	0.9796472191810608	0					non-mobilizable	no_good_hit	73.0	94.521	5.0	0.00017687889607354118	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	False
ISR0207_000000002536	8446	0.8049704775371883	13	3	3	3	2	False	121513	backbone	False	ENG0141_000000003012	0.9346261495007919	PS853	0	0	True	True	0.9976320266723633	3					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.027892561983471075	XM_005811572.2	bony fishes	PREDICTED: Xiphophorus maculatus zinc finger matrin-type 2 (zmat2), mRNA	True	True
ISR0138_000000003283	8442	0.8049704775371883	13	3	3	3	2	False	121513	backbone	False	ENG0141_000000003012	0.9205955765412059	PS853	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0141_000000003012	8432	0.8049704775371883	13	3	3	3	2	False	121513	backbone	True	ENG0141_000000003012	0.9434858162156056	PS853	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.027892561983471075	XM_005811572.2	bony fishes	PREDICTED: Xiphophorus maculatus zinc finger matrin-type 2 (zmat2), mRNA	True	True
ISR0216_000000006815	2741	0.8049698733180556	3	3	3	2	1	False	131755	fragment	False	ISR0216_000000006815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	99.228	54.0	0.018459662459299232	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	True	False
SPA0128_000000021837	1704	0.8049660447898616	2	2	2	2	2	False	107366	fragment	False	SPA0128_000000021837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	79.484	43.0	0.0002506529354243771	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
FIJ0161_000000003307	4711	0.8049570176451096	8	7	3	5	3	True	72406	maximal	True	FIJ0161_000000003307	1.0		1	1	False	False	0.9904478788375854	0					non-mobilizable	no_good_hit	1655.0	97.64399999999999	35.0	0.5701482247500862	MK232822.1	viruses	Uncultured human fecal virus clone B.wexlerae_S05.K04_1_c1 sequence	True	True
MAD0038_000000000294	21713	0.8049500172086391	23	10	4	8	7	True	132141	maximal	True	MAD0038_000000000294	1.0		1	1	False	False	1.0	0					non-mobilizable	virus	5345.0	89.242	90.0	0.15988205915094622	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	False	True
USA0121_01_000000017227	2684	0.8049458741223718	3	3	3	3	2	True	11747	maximal	False	MON0105_000000019293	0.969085060757684		0	0	False	False	0.999627411365509	0					non-mobilizable	no_good_hit	162.0	73.457	6.0	0.00014730279378161255	NZ_JTDN01000002.1	a-proteobacteria	Croceibacterium mercuriale strain Coronado scaffold_1, whole genome shotgun sequence	True	True
FIJ0036_000000014036	2782	0.8049446411109552	3	3	3	2	2	False	112724	backbone	False	ISR0050_000000008971	0.891719953308152	PS721	0	0	False	True	0.9978432655334473	0					non-mobilizable	other	2647.0	73.706	93.0	0.3157830591102986	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0063_000000009566	2736	0.8049446411109552	3	3	3	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8864329286467154	PS721	0	0	False	True	0.9967105388641357	0					non-mobilizable	other	2646.0	73.545	95.0	0.3157830591102986	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0049_000000003133	4757	0.8049419938975607	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.3278086846108606	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4762.0	98.824	100.0	0.0008310227549425432	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0095_000000005739	4525	0.8049419938975607	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.26423811952189585	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4527.0	99.02799999999999	100.0	0.000852107152709842	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MON0077_000000024354	1788	0.8049419235171569	3	2	2	1	2	False	127759	fragment	False	MON0077_000000024354	1.0		0	0	False	False	0.9983221292495728	0					non-mobilizable	other	1698.0	98.587	95.0	0.03245238277365563	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0063_000000011234	2371	0.8049416830450593	2	2	2	2	2	False	62937	fragment	False	FIJ0063_000000011234	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	97.02799999999999	91.0	0.006093876775942134	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
TAN0003_000000004244	2084	0.8049365757119147	2	2	2	2	2	False	65966	maximal	False	ISR0791_000000008117	0.919493075708365		0	0	False	False	0.9793666005134583	0					non-mobilizable	other	2085.0	96.45100000000001	100.0	0.000623028558564834	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0046_000000007204	3858	0.8049327813020875	3	2	2	2	2	False	56528	fragment	False	ISR0046_000000007204	1.0		0	0	False	False	0.9992223978042603	0					non-mobilizable	no_good_hit	434.0	99.77	11.0	0.08635819704826486	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0350_000000005153	3312	0.8049293036845991	4	4	4	3	4	False	93152	maximal	True	ISR0350_000000005153	1.0		4	2	False	False	0.9900362491607666	0					non-mobilizable	no_good_hit	707.0	74.257	21.0	0.0001003320610954974	CP020370.1	g-proteobacteria	Candidatus Thiodictyon syntrophicum strain Cad16T chromosome, complete genome	True	False
ENG0131_000000005274	5282	0.8049288231827005	7	3	2	2	1	False	83074	maximal	True	ENG0131_000000005274	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1622.0	99.445	31.0	0.2876176940842068	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
AUS0020_000000008945	3141	0.8049228248076737	5	2	0	1	1	True	99686	fragment	False	AUS0020_000000008945	1.0		0	0	False	False	0.9993632435798645	0					non-mobilizable	no_good_hit	2019.0	90.639	64.0	0.6458467482292337	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
USA0020_01_000000009876	3540	0.8049206404858893	6	1	1	1	1	False	1798	maximal	True	USA0020_01_000000009876	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	85.556	3.0	0.0027658170160605967	NZ_FRDE01000013.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
FIJ0028_000000008706	3492	0.8049156557472714	6	2	1	1	2	False	48955	fragment	False	FIJ0028_000000008706	1.0		0	0	False	False	0.9994272589683533	0	rep_cluster_475				non-mobilizable	no_good_hit	1398.0	87.697	86.0	0.26705314009661835	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
FIJ0095_000000003849	6651	0.8049041242777525	7	2	2	2	2	False	70931	fragment	False	FIJ0095_000000003849	0.9959047474594267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	98.214	2.0	3.771767943166593e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0044_000000003317	6593	0.8049041242777525	6	2	2	2	2	False	70931	fragment	False	FIJ0095_000000003849	0.9915802135017291		0	0	False	False	0.9998483061790466	0					non-mobilizable	no_good_hit	165.0	96.97	3.0	4.434327208463941e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0009_000000017765	2219	0.8049041242777525	3	2	2	2	2	False	70932	fragment	False	FIJ0009_000000017765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	90.0	30.0	0.0002064544273127545	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0168_000000008447	3480	0.8048959604023211	4	4	4	3	3	False	115818	fragment	False	ENG0168_000000008447	0.9954184483811852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2299.0	71.46600000000001	65.0	0.001933133496087379	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
MON0092_000000016295	3274	0.8048959604023211	4	4	4	3	3	False	115818	fragment	False	ENG0168_000000008447	0.9660919540229885		0	0	False	False	0.9996945858001709	0					non-mobilizable	no_good_hit	2556.0	72.34	76.0	0.009020997023216015	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0303_000000001728	6067	0.8048877326631575	6	2	2	2	1	False	25521	maximal	True	ISR0303_000000001728	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	83.448	5.0	0.002043538727897142	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0085_000000001444	15347	0.8048839587091356	12	7	4	6	4	True	52266	fragment	False	FIJ0172_000000001436	0.9045047492636972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	1.213172150546156e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	True
FIJ0055_000000003592	3997	0.8048789746659726	5	5	3	3	4	False	46277	maximal	True	FIJ0055_000000003592	1.0	PS160	11	2	False	True	1.0	0					non-mobilizable	no_good_hit	2058.0	98.251	77.0	0.007505928143932036	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0126_000000016428	1102	0.8048708395732875	2	2	2	1	1	False	58751	fragment	False	ISR0234_000000013712	0.9615518368818612		0	0	False	False	0.9773139953613281	0					non-mobilizable	other	1085.0	100.0	98.0	0.00025289924251544225	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0036_01_000000010911	3367	0.8048700991970192	5	5	4	3	3	False	125473	fragment	False	MAD0095_000000009918	0.6378048018345952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1492.0	85.255	85.0	0.000448732736589065	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0102_000000012903	2455	0.8048425069368514	3	2	1	1	2	False	42631	fragment	False	FIJ0102_000000012903	0.9627945431996693		0	0	False	False	0.9926680326461792	0	rep_cluster_475				non-mobilizable	no_good_hit	2038.0	87.095	83.0	0.5112016293279023	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ISR0205_000000003610	5389	0.8048404414910584	7	5	4	4	4	False	127945	fragment	False	ISR0205_000000003610	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4758.0	99.874	99.0	0.0010586760696033337	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0146_000000008697	4402	0.8048310512401631	5	5	5	5	5	False	94809	fragment	False	ISR0293_000000008297	0.8179780106854412		0	0	False	False	0.9961380958557129	0					non-mobilizable	other	4402.0	99.36399999999999	100.0	0.0010790279480742625	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0234_000000001976	5137	0.8048203717604101	6	4	4	3	3	False	121544	fragment	False	ISR0234_000000001976	0.9693740009682192		0	0	False	False	0.9994159936904907	0					non-mobilizable	other	3086.0	99.579	92.0	0.0005973052700569357	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0347_000000004086	4594	0.8048203717604101	5	4	4	3	3	False	121544	fragment	False	ISR0234_000000001976	0.7035417172961642		0	0	False	False	0.9991292953491211	0					non-mobilizable	chromosome	4592.0	99.238	99.0	0.0008283785934932846	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
ENG0095_000000007611	3565	0.8048203717604101	4	4	4	3	3	False	121543	fragment	False	ENG0095_000000007611	0.9962989480062063		0	0	False	False	1.0	0					non-mobilizable	chromosome	3566.0	98.458	100.0	0.0006459866335339403	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
SPA0126_000000011533	3409	0.8048203717604101	4	4	4	3	3	False	121543	fragment	False	ENG0095_000000007611	0.9901264127252565		0	0	False	False	1.0	0					non-mobilizable	chromosome	3407.0	98.65	100.0	0.0006173405801804847	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
DEN0073_000000015989	3114	0.8048203717604101	4	4	4	3	3	False	121543	fragment	False	ENG0095_000000007611	0.8547216640496663		0	0	False	False	0.9990366101264954	0					non-mobilizable	other	3114.0	99.87200000000001	100.0	0.000602921953854488	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0028_000000004106	3110	0.8048203717604101	4	4	4	3	3	False	121543	fragment	False	ENG0095_000000007611	0.8552771817167222		0	0	False	False	1.0	0					non-mobilizable	other	3097.0	99.839	100.0	0.0005996294150766126	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0028_000000027010	1188	0.8048202998601823	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.2341083157300393		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	98.823	100.0	0.0003692736912249745	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0020_000000006874	3092	0.8048120377701814	4	1	0	1	0	True	107467	fragment	False	MAD0044_000000006940	0.9567112229766502		0	0	False	False	0.9993531703948975	0					non-mobilizable	no_good_hit								True	True
AST0106_000000006574	3061	0.8048120377701814	2	1	0	1	0	True	107467	fragment	False	MAD0044_000000006940	0.661923242777059		0	0	False	False	0.995099663734436	0					non-mobilizable	no_good_hit								True	True
ISR0145_000000015184	1904	0.8048120377701814	2	1	0	1	0	True	60340	fragment	False	ISR0145_000000015184	1.0		0	0	False	False	0.9968487620353699	0					non-mobilizable	no_good_hit								True	True
FIJ0051_000000012019	1850	0.8048120377701814	2	1	0	1	0	True	87635	fragment	False	FIJ0051_000000012019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0812_000000024510	1617	0.8048120142391358	2	1	1	1	1	True	21633	maximal	True	ISR0812_000000024510	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0056_000000005229	5916	0.8048119847347727	9	8	3	4	6	False	94162	fragment	False	SPA0056_000000005229	1.0		0	0	False	False	0.9979715943336487	0					non-mobilizable	other	5444.0	94.96700000000001	99.0	0.0008725114706902978	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
CHI0120_000000005822	2415	0.8048119576779219	3	3	2	1	1	False	81853	maximal	True	CHI0120_000000005822	1.0		0	0	False	False	0.9991718530654907	0					non-mobilizable	no_good_hit	832.0	99.51899999999999	34.0	0.9987980769230769	GQ876585.1		Uncultured organism clone VC1AD64TR genomic sequence	True	False
ENG0089_000000007203	2989	0.8048099623112153	6	3	3	3	2	False	106106	maximal	True	ENG0089_000000007203	0.982250621228257		7	3	False	False	0.9989963173866272	0					non-mobilizable	other	2278.0	97.542	100.0	0.0008265588314869524	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0032_000000004991	6816	0.8047993004856809	6	4	3	4	2	False	82759	fragment	False	FIJ0032_000000004991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1461.0	73.648	21.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
FIJ0047_000000000467	30506	0.8047950428557874	35	13	6	12	6	True	58243	fragment	False	FIJ0047_000000000467	1.0		0	0	False	False	0.9996721744537354	0					non-mobilizable	no_good_hit	873.0	91.98200000000001	3.0	0.013319829358868121	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
AUS0010_000000006751	3410	0.8047848636404356	3	3	3	3	3	False	101571	maximal	True	AUS0010_000000006751	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	75.185	24.0	0.026730660267306604	NZ_WEHX01000020.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_20_length_30003_cov_224.103030, whole genome shotgun sequence	True	False
DEN0005_000000013076	2631	0.8047838538448089	2	2	2	2	2	False	77816	maximal	True	DEN0005_000000013076	1.0		1	1	False	False	0.9920182228088379	0					non-mobilizable	no_good_hit	987.0	75.785	42.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
DEN0093_000000014868	2173	0.8047801165933787	2	2	2	2	2	False	68481	fragment	False	DEN0093_000000014868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0057_000000003944	4857	0.8047573194151336	6	4	1	2	4	False	74311	maximal	True	ISR0057_000000003944	1.0		1	1	True	True	0.9995882511138916	23					non-mobilizable	no_good_hit								True	True
ENG0031_000000001045	18297	0.8047567140346179	24	10	4	10	3	True	118919	fragment	False	SPA0089_000000000589	0.20104585671052286		0	0	False	False	1.0	0					non-mobilizable	other	15539.0	99.98700000000001	99.0	0.004160954882641416	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0079_000000008611	3748	0.8047565853048174	7	5	4	5	0	False	61850	fragment	False	ENG0079_000000008611	1.0		0	0	False	False	0.9991995692253113	0					non-mobilizable	no_good_hit	1894.0	98.152	76.0	0.602588996763754	XM_014670584.1	eukaryotes	Blastocystis sp. ST4 valyl tRNA synthetase mRNA	True	False
SPA0010_000000016104	1575	0.8047477759790874	4	3	1	2	2	False	113332	fragment	False	SPA0010_000000016104	1.0		0	0	False	False	0.9860317707061768	0					non-mobilizable	virus	1377.0	91.50299999999999	99.0	0.22000971345313258	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
FIJ0050_000000011413	2217	0.8047430794506175	3	3	1	1	3	False	64495	fragment	False	FIJ0050_000000011413	1.0		0	0	False	False	0.9995489120483398	0					non-mobilizable	other	2058.0	94.412	93.0	0.007653127954469868	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	False	False
ISR0796_000000000368	21329	0.8047417990365414	29	26	9	12	23	True	123801	fragment	False	ISR0166_000000000456	0.8595211708341343		0	0	False	False	1.0	0					non-mobilizable	other	21329.0	99.98100000000001	100.0	0.013675843959306558	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
FIJ0071_000000015952	2238	0.8047275966214941	3	3	3	3	2	False	44877	maximal	True	FIJ0071_000000015952	1.0		19	4	False	False	0.9991063475608826	0					non-mobilizable	other	2059.0	98.98	92.0	0.0018711710548567709	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0286_000000003553	3911	0.8047245538117175	3	2	2	2	2	True	26047	fragment	False	ISR0286_000000003553	1.0		0	0	False	False	0.9982101917266846	0					non-mobilizable	no_good_hit								True	True
DEN0010_000000009317	4542	0.8047216440720808	4	3	3	2	3	False	76029	fragment	False	USA0042_01_000000005559	0.9843243243243243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	90.705	8.0	7.575997181434835e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0086_000000008016	3158	0.8047139591378345	4	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.9687285719255149		0	0	False	False	1.0	0					non-mobilizable	chromosome	3158.0	98.385	100.0	0.0006300967079692364	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0190_000000019966	1501	0.8047076416965858	3	2	2	1	1	False	54799	maximal	True	ENG0190_000000019966	1.0		0	0	False	False	0.9920053482055664	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.0004622536848222304	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
MON0004_000000019691	2136	0.804703511745379	2	2	2	2	2	False	75587	fragment	False	MON0004_000000019691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	75.36399999999999	44.0	0.00045887385974753596	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0137_000000012349	2057	0.8046968612466485	3	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.5603628543849413		0	0	False	False	1.0	0					non-mobilizable	chromosome	2057.0	96.40299999999999	99.0	0.0005959964460523207	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0368_000000003206	3735	0.8046958182599979	4	4	4	4	3	False	127733	fragment	False	ISR0368_000000003206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2695.0	93.098	72.0	0.0008600906385924179	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
SPA0131_000000009423	2659	0.8046942773228674	2	2	1	2	1	False	32943	fragment	False	SPA0131_000000009423	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2659.0	99.962	100.0	0.036777219708604876	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0105_000000008980	2079	0.8046942773228674	2	2	1	2	1	False	32942	fragment	False	ISR0105_000000008980	1.0		0	0	False	False	0.9995189905166626	0					non-mobilizable	plasmid	2079.0	100.0	100.0	0.02875209275939839	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0818_000000001303	10765	0.8046933993336457	13	10	5	5	9	True	121785	fragment	False	ISR0818_000000001303	1.0		0	0	False	False	0.9985136985778809	0					non-mobilizable	no_good_hit	4272.0	74.86	39.0	0.009655768755661698	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
FIJ0136_000000011849	2282	0.804691622770729	4	3	3	1	1	False	40538	maximal	True	FIJ0136_000000011849	1.0		0	0	False	False	0.9710779786109924	0					non-mobilizable	no_good_hit	1021.0	97.551	45.0	0.0003555329997364873	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0081_01_000000006978	4482	0.8046895569553671	4	1	1	1	1	False	118100	fragment	False	USA0081_01_000000006978	1.0		0	0	False	False	0.9968764185905457	0					non-mobilizable	no_good_hit	854.0	77.166	30.0	0.00021076973105782317	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
USA0019_01_000000013953	2158	0.8046895569553671	3	1	1	1	1	False	118099	fragment	False	USA0019_01_000000013953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	77.166	63.0	0.00021076973105782317	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
AST0029_000000016603	1788	0.8046895569553671	3	1	1	1	1	False	118098	fragment	False	AST0029_000000016603	1.0		0	0	False	False	0.998881459236145	0					non-mobilizable	no_good_hit	854.0	77.166	76.0	0.00021076973105782317	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0101_000000048091	1379	0.8046893302122281	2	2	2	2	1	False	13787	maximal	True	MON0101_000000048091	0.9834462001504891		7	2	False	False	0.9956490397453308	0					non-mobilizable	other	1384.0	79.913	100.0	0.11770260989010989	NZ_JNJN01000063.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00061.61_C, whole genome shotgun sequence	False	False
FIJ0054_000000022746	1119	0.8046852922675313	2	2	2	2	2	False	46286	maximal	True	FIJ0054_000000022746	1.0		912	13	False	False	0.9910634756088257	0					non-mobilizable	chromosome	1119.0	99.911	100.0	0.000299605314215763	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0090_000000000549	20674	0.8046796771529913	21	9	7	7	3	True	68791	maximal	True	DEN0090_000000000549	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	73.403	5.0	0.00040016672433080966	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MAD0003_000000006789	4077	0.804679467032254	7	4	4	3	3	False	20107	maximal	False	MAD0098_000000010316	0.9896819616411751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	78.271	20.0	0.00013171413185796496	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0096_000000002065	12552	0.8046745249295063	21	9	5	9	7	True	129722	maximal	True	ISR0096_000000002065	1.0	PS1061	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1790.0	98.883	15.0	0.00834994142439079	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0035_000000007136	2563	0.8046641797054794	3	3	3	3	3	False	93093	fragment	False	ENG0052_000000011914	0.7815883753280491		0	0	False	False	1.0	0					non-mobilizable	other	2560.0	98.43799999999999	99.0	0.00916565961551564	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
TAN0002_000000033151	1280	0.8046555820492505	2	1	1	1	1	False	3011	fragment	False	TAN0002_000000033151	1.0		0	0	False	False	0.9976562261581421	0					non-mobilizable	no_good_hit								True	False
AUS0022_000000009682	3676	0.8046515420683373	6	5	3	3	3	False	115228	fragment	False	ISR0254_000000002007	0.4299231255126104		0	0	False	False	1.0	0					non-mobilizable	other	3675.0	99.70100000000001	99.0	0.028421313276691892	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0091_000000000631	26197	0.8046489101061796	40	38	11	26	38	True	107538	maximal	True	FIJ0091_000000000631	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	17674.0	99.819	100.0	0.41620908255367284	CP061364.1	enterobacteria	Shigella sonnei strain 6207 plasmid unnamed1, complete sequence	False	True
ISR0143_000000001965	17389	0.8046388354006445	34	7	6	5	5	False	31163	fragment	False	ISR0143_000000001965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.133113951142345e-05	NZ_QJGZ01000038.1	CFB group bacteria	Flavobacterium sharifuzzamanii strain A7.6 contig10, whole genome shotgun sequence	True	False
ISR0388_000000029996	1170	0.8046165000474755	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.7170296378818474		0	0	False	False	0.9863247871398926	0					non-mobilizable	other	1164.0	98.54	99.0	0.013999061111980451	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
ISR0232_000000008006	3167	0.8046135320787534	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8696443637472525	PS1137	0	0	False	True	0.9949479103088379	0					non-mobilizable	no_good_hit								True	True
ISR0382_000000004301	3145	0.8046135320787534	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8478209047787401	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0032_000000008590	2485	0.8046120404157296	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9763160211820793		0	0	False	False	1.0	0					non-mobilizable	chromosome	2486.0	98.391	100.0	0.00045035947170875886	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
MON0061_000000017387	2562	0.8046111765413992	3	3	3	3	2	False	89467	fragment	False	FIJ0132_000000010770	0.9502126151665485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0080_000000008926	2866	0.8046075236949499	3	3	3	3	3	False	47200	maximal	True	FIJ0080_000000008926	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	1625.0	99.446	57.0	0.055260650605689396	NZ_CABIWU010000026.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0046_000000013461	1928	0.8046068887902786	4	4	4	4	2	False	17748	maximal	True	MAD0046_000000013461	1.0		21	3	False	False	0.9751037359237671	0					non-mobilizable	chromosome	1928.0	99.79299999999999	100.0	0.0005431358981260825	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0126_000000027150	1820	0.8046062397195487	2	2	2	1	1	False	103877	fragment	False	ISR0126_000000027150	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1820.0	99.12100000000001	100.0	0.002728199898011219	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	False	True
ISR0085_000000001808	9770	0.8046059777857124	14	4	1	3	2	False	109593	maximal	False	ISR0186_000000001956	0.9783413113862137	PS689	0	0	True	True	1.0	121					non-mobilizable	no_good_hit	690.0	74.493	7.0	0.0003307553253312303	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	True
ISR0082_000000002975	8451	0.8046059777857124	12	4	1	3	2	False	34201	fragment	False	ISR0082_000000002975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	81.25	6.0	0.04561297166237309	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0011_000000007333	3524	0.8046023866462451	3	3	3	3	3	False	111541	fragment	False	AST0084_000000008713	0.9727589908749329		0	0	False	False	0.9897843599319458	0					non-mobilizable	no_good_hit	422.0	72.275	12.0	0.18209741114523914	NZ_LT985763.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
ISR0053_000000003523	5671	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9526505753661901	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5670.0	99.083	100.0	0.0010285305185452089	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
SPA0103_000000002713	5669	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9525253308789015	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.083	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0093_000000002225	5669	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9525253308789015	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.083	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0126_000000003723	5669	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9525253308789015	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.083	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0012_000000004257	5669	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9525253308789015	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.083	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
DEN0033_000000004866	5669	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9525253308789015	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.083	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
SPA0004_000000002690	5669	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9525253308789015	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.083	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0380_000000002071	5669	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9525253308789015	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.083	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
USA0024_01_000000004246	5669	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9525253308789015	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.083	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0063_000000002134	5669	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9525253308789015	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.083	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0041_000000004462	5669	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9525253308789015	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.083	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0073_000000001715	5648	0.8045925458444291	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9508952768544586	PS1101	0	0	False	True	0.9992917776107788	0					non-mobilizable	chromosome	5648.0	99.079	100.0	0.001024539043609948	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
SPA0095_000000003750	5641	0.8045925458444291	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9470904401760898	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5642.0	99.823	100.0	0.001023450459536695	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0023_000000001974	5629	0.8045925458444291	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9481230188104655	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5630.0	99.07600000000001	100.0	0.001021273291390189	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
DEN0054_000000001135	5629	0.8045925458444291	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9481230188104655	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5630.0	99.07600000000001	100.0	0.001021273291390189	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
AUS0004_000000004060	5286	0.8045925458444291	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.950400119511144	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	99.603	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0107_000000005696	5246	0.8045925458444291	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9459977899059606	PS1101	0	0	False	True	0.9998093843460083	0					non-mobilizable	other	5246.0	99.6	100.0	0.0009876910532515184	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MAD0044_000000002051	10112	0.8045866305477725	11	6	3	6	4	False	69604	maximal	True	MAD0044_000000002051	1.0		4	1	False	False	0.9999011158943176	0					non-mobilizable	no_good_hit	2819.0	97.90700000000001	31.0	0.0009943939190235885	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0104_000000013874	2437	0.8045746299495445	4	4	4	4	4	False	107891	maximal	True	AST0104_000000013874	1.0		1	1	False	False	0.9798933267593384	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000017040	1880	0.8045615795227922	3	3	3	3	3	False	57563	maximal	True	ISR0134_000000017040	1.0		42	9	False	False	1.0	0					non-mobilizable	chromosome	1880.0	100.0	100.0	0.0004251273572056259	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0256_000000015358	1177	0.8045556934307355	3	2	2	2	2	False	26828	maximal	True	ISR0256_000000015358	1.0		1	1	False	False	0.9881053566932678	0					non-mobilizable	no_good_hit	773.0	99.61200000000001	66.0	0.0003383495554121904	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	True	False
ISR0050_000000000953	16164	0.8045547046180359	7	6	3	5	5	True	109151	fragment	False	ISR0050_000000000953	0.9416419698593859		0	0	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	7629.0	95.766	99.0	0.06004503970605665	CP015284.1	firmicutes	Streptococcus salivarius strain ATCC 25975 plasmid, complete sequence	False	True
ISR0289_000000004180	2253	0.8045301050728353	4	3	1	2	3	True	118240	fragment	False	MAD0072_000000001538	0.4692438989069732		0	0	False	False	0.9995561242103577	0					non-mobilizable	other	2253.0	98.713	100.0	0.003925369179925537	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0819_000000011027	2350	0.8045277646341239	3	3	3	3	2	False	35196	fragment	False	ISR0065_000000013647	0.9445828144458281		0	0	False	False	1.0	0					non-mobilizable	other	2353.0	98.93799999999999	100.0	0.0011632197051000656	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
CHI0182_000000021212	1364	0.8045264120185495	1	1	1	1	1	True	77329	fragment	False	CHI0182_000000021212	1.0		0	0	False	False	0.9992668628692627	0					non-mobilizable	no_good_hit								True	True
MON0046_000000026707	1309	0.8045264120185495	1	1	1	1	1	True	11500	maximal	True	MON0046_000000026707	1.0		1	1	False	False	0.96867835521698	0					non-mobilizable	no_good_hit								True	True
ISR0319_000000016510	1258	0.8045264120185495	2	1	1	1	1	True	25081	fragment	False	ISR0319_000000016510	1.0		0	0	False	False	0.9403815865516663	0					non-mobilizable	no_good_hit	940.0	76.596	74.0	0.0002492244563691052	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0042_000000021207	1160	0.8045264120185495	1	1	1	1	1	True	64649	fragment	False	ENG0042_000000021207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0005_000000042914	1277	0.804525601103242	2	2	2	2	1	True	14097	fragment	False	MON0005_000000042914	1.0		0	0	False	False	0.925606906414032	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	5.0	2.08105578001495e-05	CP017113.1	a-proteobacteria	Porphyrobacter sp. LM 6, complete genome	True	True
ENG0171_000000001199	15629	0.8045035032280622	21	9	5	7	5	False	114640	fragment	False	AST0052_000000000966	0.9705453303036826		0	0	False	False	0.999936044216156	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	8.363735870647748e-06	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
FIJ0015_000000013913	2180	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.8239205994573037		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	85.37299999999999	32.0	0.00024264898664916486	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0093_000000020624	2137	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.8098813467539591		0	0	False	False	0.9990640878677368	0					non-mobilizable	no_good_hit	597.0	85.09200000000001	28.0	0.00020357838710396034	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0038_000000018169	1925	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.7574716162548144		0	0	False	False	0.996363639831543	0					non-mobilizable	no_good_hit	441.0	83.67299999999999	23.0	0.0001501133561473647	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0007_000000033283	1895	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.7211397911795286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	82.369	19.0	0.00012338084066906689	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0090_000000032455	1859	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.7261877824744836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	83.67299999999999	23.0	0.0001501133561473647	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0090_000000013049	1822	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.6900439374634673		0	0	False	False	0.9994511604309082	0					non-mobilizable	no_good_hit	485.0	83.91799999999999	26.0	0.000165193236673584	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ETH0004_000000015477	1818	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.7043797021431725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	83.755	26.0	0.00016142326654202917	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ETH0003_000000024176	1713	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.5621577971005468		0	0	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit	186.0	88.71	11.0	0.004161577780793414	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0002_000000025357	1670	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.6182736048224071		0	0	False	False	0.976047933101654	0					non-mobilizable	no_good_hit	339.0	81.711	20.0	0.00011515545129112909	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0107_000000019874	1652	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.5753336769455951		0	0	False	False	0.9854721426963806	0					non-mobilizable	no_good_hit	312.0	83.97399999999999	19.0	0.00010590188824094907	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0111_01_000000015355	1647	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.516486925280366		0	0	False	False	0.996964156627655	0					non-mobilizable	no_good_hit	58.0	87.931	3.0	0.00011929107021131561	NZ_HG529491.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	False
FIJ0124_000000017944	1593	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.5146480871061018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	81.226	16.0	8.842293581283127e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0087_000000020344	1586	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.5008085044772413		0	0	False	False	0.9987389445304871	0					non-mobilizable	no_good_hit	152.0	89.47399999999999	10.0	0.003415207852716334	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0001_000000016319	1582	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.5179327784172263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	89.41799999999999	12.0	0.004229429592436784	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0157_000000015847	1570	0.8045028459197721	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.5152904937229128		0	0	False	False	0.993630588054657	0					non-mobilizable	no_good_hit	186.0	88.71	12.0	0.004161577780793414	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0054_000000000311	22862	0.8044976258452127	39	7	2	6	3	False	17196	fragment	False	MAD0054_000000000311	1.0		0	0	False	False	0.9996938109397888	0					non-mobilizable	no_good_hit	1366.0	77.233	6.0	0.0003998252615523586	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0057_000000005676	3202	0.8044948652928476	3	3	3	3	2	False	124046	maximal	True	CHI0057_000000005676	1.0		0	0	False	False	0.995315432548523	0					non-mobilizable	other	1902.0	98.896	99.0	0.0005276282830975668	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0293_000000004364	8100	0.8044827512674622	9	6	4	5	4	True	122229	maximal	True	ISR0293_000000004364	1.0		1	1	False	False	0.9990123510360718	0					non-mobilizable	no_good_hit	814.0	88.329	50.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0154_000000016525	1944	0.8044816138204824	3	2	2	2	2	False	58311	maximal	True	ENG0154_000000016525	1.0		7	4	False	False	0.9943415522575378	0					non-mobilizable	no_good_hit	550.0	97.63600000000001	38.0	0.0001641279648042677	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0149_000000022072	1802	0.8044794351785451	4	3	3	1	1	False	91210	fragment	False	SPA0149_000000022072	0.9979681776556777		0	0	False	False	1.0	0					non-mobilizable	plasmid	1739.0	99.77	96.0	0.017680749549842827	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0086_000000016247	1717	0.8044794351785451	4	3	3	1	1	False	91210	fragment	False	SPA0149_000000022072	0.9907326655262977		0	0	False	False	1.0	0					non-mobilizable	plasmid	1717.0	100.0	100.0	0.0174569425935157	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0120_01_000000011118	1207	0.8044794351785451	3	3	3	1	1	False	86724	fragment	False	USA0120_01_000000011118	0.9998299319727891		0	0	False	False	1.0	0					non-mobilizable	plasmid	1207.0	99.669	100.0	0.012248344337175353	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0138_000000012037	1176	0.8044794351785451	3	3	3	1	1	False	86724	fragment	False	USA0120_01_000000011118	0.9941843381529047		0	0	False	False	1.0	0					non-mobilizable	plasmid	1176.0	99.915	100.0	0.011953326076562324	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0120_000000017522	1169	0.8044794351785451	3	3	3	1	1	False	86724	fragment	False	USA0120_01_000000011118	0.9920027165795895		0	0	False	False	1.0	0					non-mobilizable	plasmid	1169.0	100.0	100.0	0.011882114772276423	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0123_000000012148	1166	0.8044794351785451	3	3	3	1	1	False	86724	fragment	False	USA0120_01_000000011118	0.9909923571351456		0	0	False	False	0.9991423487663269	0					non-mobilizable	plasmid	1166.0	100.0	100.0	0.011851595641868178	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0211_000000011936	1890	0.8044751700949427	2	1	1	1	1	False	89730	maximal	True	ISR0211_000000011936	1.0		1	1	False	False	0.9984126687049866	0					non-mobilizable	no_good_hit	1162.0	98.10700000000001	61.0	0.05299433996713529	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
AST0058_000000009370	1504	0.8044750137524952	4	3	1	1	3	True	117311	fragment	False	AST0031_000000016773	0.969910371318822		0	0	False	False	1.0	0					non-mobilizable	chromosome	1512.0	97.024	100.0	0.0006840727704538666	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0827_000000005817	1983	0.8044692163423471	2	2	2	2	2	False	96026	fragment	False	SPA0077_000000014198	0.9743336623889437		0	0	False	False	0.9994956851005554	0					non-mobilizable	no_good_hit	62.0	100.0	3.0	0.017020089285714284	NZ_CYXX01000059.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0050_000000004586	2888	0.8044623469531758	5	5	5	3	2	False	114755	maximal	True	AST0050_000000004586	1.0		1	1	False	False	0.9761080145835876	0					non-mobilizable	no_good_hit	627.0	95.53399999999999	44.0	0.0015733403147687567	NZ_AKCB01000003.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.3, whole genome shotgun sequence	True	False
AUS0004_000000017416	1122	0.8044563539910783	2	1	1	1	1	False	102206	fragment	False	AUS0022_000000028366	0.9662378905498171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	75.382	64.0	0.0002839130353753263	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
ISR0197_000000006452	3722	0.8044554548980302	5	4	3	3	4	False	102139	fragment	False	ISR0197_000000006452	1.0		0	0	False	False	0.9970446228981018	0					non-mobilizable	no_good_hit	536.0	92.537	14.0	0.00016643759461277283	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0262_000000005455	2894	0.8044510479618578	4	4	4	4	4	False	65285	fragment	False	ENG0048_000000008464	0.9410559913371171		0	0	False	False	1.0	0					non-mobilizable	chromosome	2894.0	99.37799999999999	100.0	0.0013195416223474614	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
SPA0136_000000008533	4446	0.8044495602892241	6	4	3	2	2	False	92092	fragment	False	DEN0087_000000002558	0.9720965309200603		0	0	False	False	0.9959514141082764	0					non-mobilizable	no_good_hit	2395.0	82.213	54.0	0.00047162449190095207	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0061_000000001235	3556	0.8044495602892241	6	4	3	2	2	False	92091	fragment	False	ISR0061_000000001235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2138.0	81.244	60.0	0.0004203305882113437	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0092_000000032433	1404	0.8044458880492078	3	2	2	1	1	False	85954	fragment	False	SPA0092_000000032433	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	96.09100000000001	99.0	0.00482449358280501	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0019_000000016761	1773	0.8044446827202779	2	2	1	1	2	False	122220	fragment	False	MON0006_000000008527	0.45474055349696707		0	0	False	False	0.9983079433441162	0					non-mobilizable	no_good_hit	1429.0	81.176	80.0	0.24841101694915255	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MON0072_000000001057	13019	0.8044441109615064	17	8	5	8	3	True	118908	fragment	False	SPA0032_000000001485	0.8672415675345204		0	0	False	False	1.0	0					non-mobilizable	other	12388.0	97.465	100.0	0.0033163383489915885	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0134_000000004156	7138	0.8044414649574205	12	12	3	8	12	False	114253	fragment	False	SPA0134_000000004156	1.0		0	0	False	False	0.9997197985649109	0					non-mobilizable	plasmid	7150.0	97.86	100.0	0.07398933692220094	CP051433.1	enterobacteria	Escherichia sp. SCLE84 plasmid pSCLE3, complete sequence	False	True
DEN0071_000000023004	1830	0.8044364691369255	2	2	1	1	2	False	80613	fragment	False	DEN0022_000000020182	0.9650185084506789		0	0	False	False	0.9994535446166992	0					non-mobilizable	other	1830.0	99.508	100.0	0.0008033021030791637	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0136_000000007678	1820	0.8044364691369255	2	2	1	1	2	False	80613	fragment	False	DEN0022_000000020182	0.9649754931036513		0	0	False	False	0.9989010691642761	0					non-mobilizable	other	1820.0	99.56	100.0	0.0007989100740847451	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0074_000000011956	2686	0.8044352648197706	5	2	1	2	1	False	44644	fragment	False	FIJ0074_000000011956	1.0		0	0	False	False	0.9996277093887329	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	7.679532101468122e-07	CP032255.1	eudicots	Gossypioides kirkii chromosome KI_13	True	False
SPA0120_000000027034	1488	0.8044346117297874	2	1	1	1	1	False	67296	fragment	False	SPA0120_000000027034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	74.545	33.0	0.0022214028523176786	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ENG0135_000000017731	1278	0.8044346117297874	1	1	1	1	1	False	67295	fragment	False	ENG0135_000000017731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	74.684	37.0	0.0002047326113184254	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0009_000000011708	1157	0.8044346117297874	1	1	1	1	1	False	67292	fragment	False	ENG0009_000000011708	0.9890542907180385		0	0	False	False	0.997407078742981	0					non-mobilizable	no_good_hit	469.0	74.84	40.0	0.0021076014766866504	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
MAD0049_000000004657	3549	0.8044318020509009	6	3	2	3	2	False	17483	fragment	False	MAD0049_000000004657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	2.0	5.440763251329916e-05	NZ_PENC01000002.1	high GC Gram+	Streptomyces griseocarneus strain 132 NODE_2_length_1139546_cov_140.096, whole genome shotgun sequence	True	False
FIJ0102_000000019416	1654	0.8044276247893938	4	2	2	2	2	False	42623	maximal	True	FIJ0102_000000019416	1.0		0	0	False	False	0.95888751745224	0					non-mobilizable	no_good_hit	346.0	79.191	21.0	0.00020328482271967909	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
DEN0064_000000032352	1341	0.804425796560009	1	1	1	1	1	False	71198	fragment	False	DEN0064_000000032352	0.9718243173212693		0	0	False	False	0.9873228669166565	0					non-mobilizable	no_good_hit	755.0	79.47	56.0	0.0016495262560592599	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0150_000000010441	2278	0.8044240849112358	4	3	2	2	2	True	87093	fragment	False	FIJ0150_000000010441	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2009.0	92.185	99.0	0.0007075088032797356	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0005_01_000000009664	3688	0.8044179731805191	6	5	2	5	3	False	2181	maximal	True	USA0005_01_000000009664	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1029.0	93.294	37.0	0.6249240121580547	NZ_AXCY01000217.1	high GC Gram+	Cellulomonas carbonis T26 contig239, whole genome shotgun sequence	True	False
MAD0112_000000004034	6178	0.804416651050899	10	4	1	3	1	True	53528	maximal	True	MAD0112_000000004034	1.0		1	1	False	False	0.9996762871742249	0					non-mobilizable	no_good_hit	201.0	96.02	6.0	0.16992353440951571	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
DEN0005_000000034273	1157	0.8044090079285953	2	2	2	2	2	False	76418	fragment	False	DEN0005_000000034273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	77.778	12.0	0.000758429516794941	NZ_FNAR01000004.1	firmicutes	Bhargavaea beijingensis strain CGMCC 1.6762, whole genome shotgun sequence	True	False
USA0034_01_000000031340	1664	0.804386155010222	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.12264869912556758		0	0	False	False	0.9825721383094788	0					non-mobilizable	chromosome	1673.0	98.20700000000001	100.0	0.0005875954798725705	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0796_000000015379	1413	0.804386155010222	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.10700054125014255		0	0	False	False	0.9907997250556946	0					non-mobilizable	chromosome	1413.0	98.655	100.0	0.0004962229770215727	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0385_000000006399	3250	0.8043851259872233	4	3	3	3	3	False	120901	maximal	True	ISR0385_000000006399	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1823.0	98.51899999999999	88.0	0.005179417642426879	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	False
ISR0332_000000002235	5267	0.8043797683378979	6	6	6	6	6	False	24580	maximal	True	ISR0332_000000002235	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	95.915	19.0	0.012780992554936636	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	True	False
ISR0034_000000009061	2288	0.8043766995823501	4	4	3	4	3	False	36843	maximal	True	ISR0034_000000009061	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1808.0	86.89200000000001	93.0	0.04131229995427526	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0075_000000001197	5501	0.8043689041683145	10	3	2	3	2	False	84686	maximal	True	CHI0075_000000001197	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1418.0	99.436	26.0	0.00039659094121357946	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0010_000000019625	2294	0.8043671984159521	4	3	3	2	2	False	121387	maximal	True	DEN0010_000000019625	1.0		0	0	False	False	0.9991281628608704	0					non-mobilizable	no_good_hit	1991.0	99.49799999999999	87.0	0.0006272432219120328	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
USA0075_01_000000011005	2259	0.8043563297314491	3	3	2	3	1	False	679	maximal	True	USA0075_01_000000011005	1.0		3	3	False	False	0.9765383005142212	0					non-mobilizable	no_good_hit	221.0	100.0	10.0	7.893945559045636e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
AUS0002_000000009958	3423	0.8043538605305469	5	4	2	1	4	False	103041	fragment	False	AUS0002_000000009958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2750.0	88.4	84.0	0.0006144920352034366	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MAD0090_000000008301	1591	0.8043372554787045	2	2	2	2	1	False	15783	maximal	True	MAD0090_000000008301	1.0		15	6	False	False	1.0	0					non-mobilizable	chromosome	1528.0	93.652	99.0	0.0007385195753633352	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
ISR0803_000000004693	2929	0.8043289170946969	2	2	2	1	2	False	21838	maximal	True	ISR0803_000000004693	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	80.539	65.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CAN0011_000000004721	6695	0.8043221606692802	8	3	1	1	2	True	101813	fragment	False	CHI0167_000000002108	0.531216169629406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	89.65899999999999	45.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
FIJ0095_000000022827	1229	0.8043215955314929	2	2	2	1	2	False	43068	fragment	False	FIJ0095_000000022827	1.0		0	0	False	False	0.9780309200286865	0					non-mobilizable	chromosome	1229.0	99.512	100.0	0.0002280295056810543	CP052286.1	enterobacteria	Klebsiella pneumoniae strain E16KP0218 chromosome, complete genome	False	False
FIJ0172_000000013285	2064	0.8043209468400278	2	2	2	2	1	True	38734	maximal	True	FIJ0172_000000013285	1.0		0	0	False	False	0.9985465407371521	0					non-mobilizable	no_good_hit	840.0	99.881	41.0	0.07631435328360923	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ENG0060_000000001907	11526	0.8043124325679556	13	7	2	5	7	True	130722	backbone	False	ENG0033_000000001978	0.9666720660889285	PS1124	0	0	True	True	1.0	2					non-mobilizable	other	11532.0	99.792	100.0	0.0022323412913995595	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0135_000000012479	1555	0.8043116141837738	2	2	2	2	2	False	80662	fragment	False	CHI0135_000000012479	1.0		0	0	False	False	0.9993569254875183	0					non-mobilizable	no_good_hit	561.0	83.244	36.0	0.00014952335038296094	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0369_000000004807	2590	0.8042880635870122	4	2	2	2	2	False	23550	maximal	True	ISR0369_000000004807	1.0		1	1	False	False	0.9907335638999939	0					non-mobilizable	no_good_hit	169.0	100.0	7.0	0.004451510333863275	NZ_QRUU01000034.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf34, whole genome shotgun sequence	True	False
MAD0070_000000007066	2624	0.8042808781015293	4	4	2	3	4	False	94938	maximal	True	MAD0070_000000007066	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2599.0	86.264	100.0	0.0008038780270643084	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0022_000000004554	7160	0.8042802527389882	12	6	3	5	6	False	74655	maximal	True	DEN0022_000000004554	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	96.667	1.0	1.6498369317954616e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0137_000000010897	1534	0.8042738276644843	1	1	1	1	1	False	80493	fragment	False	CHI0137_000000010897	1.0		0	0	False	False	0.9850065112113953	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.980906288945114e-06	NZ_JQLH01000001.1	CFB group bacteria	Maribacter forsetii DSM 18668 P177DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
ISR0179_000000015444	1477	0.804272439972295	3	3	3	1	1	False	101943	fragment	False	SPA0124_000000018742	0.7993282246091329		0	0	False	False	0.9857819676399231	0					non-mobilizable	no_good_hit	738.0	77.1	49.0	0.8433874709976799	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0244_000000019358	1379	0.804272439972295	3	3	3	1	1	False	101943	fragment	False	SPA0124_000000018742	0.6472105981752455		0	0	False	False	0.9854967594146729	0					non-mobilizable	no_good_hit								True	False
MON0093_000000015976	2678	0.8042692239752296	3	2	2	1	0	True	60462	maximal	True	MON0093_000000015976	1.0		3	3	False	False	0.9966393113136292	0					non-mobilizable	no_good_hit								True	True
DEN0071_000000001952	14063	0.8042582337409068	13	9	5	5	9	True	124569	maximal	False	DEN0077_000000000190	0.9538661025046066		0	0	False	False	0.9995733499526978	0					non-mobilizable	no_good_hit	11977.0	97.103	89.0	0.0018447258151405316	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
ENG0144_000000009304	1874	0.8042539623589421	4	3	3	3	3	False	57565	fragment	False	ENG0144_000000009304	1.0		0	0	False	False	0.9775880575180054	0					non-mobilizable	no_good_hit	918.0	83.115	49.0	0.019240069810963687	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
AST0029_000000014425	2069	0.8042467808620892	3	3	3	3	3	False	118272	maximal	True	AST0029_000000014425	0.9541284403669725		162	12	False	False	0.9995166659355164	0					non-mobilizable	no_good_hit	1229.0	78.763	59.0	0.006091918954470658	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0064_000000014065	2751	0.8042404126838423	5	3	2	3	2	False	71300	fragment	False	DEN0064_000000014065	0.9769712601326455		0	0	False	False	0.9960014820098877	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.338227357240908e-07	CP047566.1	eudicots	Solanum pinnatisectum cultivar CGN17745 chromosome 3	True	False
FIJ0153_000000010755	2473	0.8042328466973382	3	3	3	3	3	False	74175	fragment	False	FIJ0153_000000010755	0.9412807602198804		0	0	False	False	0.9975737929344177	0					non-mobilizable	other	2401.0	94.294	97.0	0.06947258727493777	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
MON0026_000000015704	2596	0.8042258623490479	2	2	1	1	2	False	14335	fragment	False	MON0026_000000015704	0.9838379705400981		0	0	False	False	0.9749614596366882	0					non-mobilizable	no_good_hit	75.0	89.333	3.0	0.00011953877954226609	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0136_000000018799	2206	0.8042170066136833	3	2	2	2	1	False	3612	fragment	False	SPA0136_000000018799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	91.465	39.0	0.001916181769999298	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0116_000000013938	2832	0.8042156096148871	4	3	3	3	3	False	83159	maximal	True	SPA0116_000000013938	0.9804165314444555		87	11	False	False	1.0	0					non-mobilizable	other	2829.0	98.445	99.0	0.01489840321569495	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
SPA0075_000000015466	1435	0.8042150081612195	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.03498319255455387		0	0	False	False	0.9993031620979309	0					non-mobilizable	other	973.0	98.458	100.0	0.01355421686746988	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0008_000000001044	7286	0.8042146033806888	12	10	1	4	9	False	99266	maximal	True	CHI0008_000000001044	1.0	PS556	2	1	False	True	0.9993137717247009	0					non-mobilizable	no_good_hit	1819.0	94.777	57.0	0.0002561812368627721	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0252_000000003254	2876	0.8041816902172149	4	4	3	3	2	False	113756	fragment	False	ISR0059_000000003816	0.6639576211918012		0	0	False	False	1.0	0					non-mobilizable	chromosome	2881.0	94.30799999999999	100.0	0.0008046569908179541	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0160_000000017796	1650	0.8041743015556717	3	2	1	2	1	False	30425	maximal	True	ISR0160_000000017796	1.0		0	0	False	False	0.9933333396911621	0					non-mobilizable	no_good_hit								True	False
ISR0254_000000005739	2043	0.8041735588978478	3	3	3	3	2	False	28319	fragment	False	ISR0254_000000005739	0.952862783810464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	71.683	24.0	0.0002485181146647209	NZ_LR130785.1	firmicutes	Senegalia massiliensis strain SIT17, whole genome shotgun sequence	True	False
ISR0366_000000001687	7223	0.8041724690340334	12	11	4	6	8	True	116365	fragment	False	ISR0366_000000001687	0.9866719784139469		0	0	False	False	1.0	0					non-mobilizable	plasmid	7174.0	99.693	100.0	0.21712677079549583	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0848_000000007458	2317	0.8041576308828262	4	3	3	3	3	False	81150	fragment	False	ISR0848_000000007458	0.9871627502175805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	72.032	21.0	0.004920271518656866	NZ_LQOL01000074.1	high GC Gram+	Mycolicibacterium canariasense strain CCUG 47953 contig_63, whole genome shotgun sequence	True	False
ISR0088_000000018321	1360	0.8041531956674471	2	1	0	1	0	True	33777	fragment	False	ISR0088_000000018321	1.0		0	0	False	False	0.9897058606147766	0					non-mobilizable	no_good_hit	81.0	85.185	6.0	1.1565281754611504e-05	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	True
SPA0033_000000022159	1427	0.8041503423599219	2	2	2	2	2	False	7191	fragment	False	SPA0149_000000027118	0.9733468286099864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	86.66	73.0	0.00018880946649949245	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0168_000000016704	1475	0.8041482293112219	2	2	1	1	2	False	42609	fragment	False	ISR0168_000000016704	0.9789156396073841		0	0	False	False	0.98372882604599	0					non-mobilizable	no_good_hit	557.0	88.51	38.0	0.0001868097505938362	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0197_000000003919	5655	0.8041348844906925	7	4	3	4	3	False	113015	maximal	True	ISR0197_000000003919	1.0		3	1	False	False	0.9989389777183533	0					non-mobilizable	no_good_hit	1581.0	96.964	29.0	0.001994354598018039	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
FIJ0058_000000008913	4348	0.8041303079011031	5	5	1	4	5	True	46056	fragment	False	FIJ0058_000000008913	0.9750499001996008		0	0	False	False	0.9990800619125366	0					non-mobilizable	plasmid	4329.0	99.977	99.0	0.04797907012837284	LT985270.1	enterobacteria	Escherichia coli strain 716 genome assembly, plasmid: RCS56_p	False	True
ISR0046_000000015234	2190	0.8041275783505892	3	3	3	3	3	False	65385	maximal	True	ISR0046_000000015234	0.9657187451180653		597	14	False	False	0.9958904385566711	0					non-mobilizable	other	2190.0	97.991	100.0	0.09593966500043848	NZ_SPFY01000030.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_30_length_22806_cov_22.6189, whole genome shotgun sequence	False	False
DEN0011_000000041952	1139	0.8041167319723801	2	2	2	2	2	False	75509	fragment	False	SPA0030_000000024826	0.947122510478322		0	0	False	False	0.9964881539344788	0					non-mobilizable	no_good_hit	343.0	71.429	29.0	0.0024585171105452035	NZ_QPKS01000009.1	firmicutes	Exiguobacterium flavidum strain HF60 HF60_scaffold9, whole genome shotgun sequence	True	False
ENG0210_000000006730	3297	0.8041146107853613	3	3	1	3	1	True	95196	maximal	True	ENG0210_000000006730	1.0		1	1	False	False	0.9981801509857178	0					non-mobilizable	no_good_hit	129.0	82.946	4.0	0.06307222787385554	XM_027980834.1	aphids	PREDICTED: Aphis gossypii ATP-binding cassette sub-family B member 10, mitochondrial-like (LOC114119321), mRNA	True	True
ENG0133_000000014625	1666	0.8041117071501406	2	2	2	2	2	False	109767	fragment	False	ENG0133_000000014625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0105_000000014846	1666	0.8041117071501406	2	2	2	2	2	False	109767	fragment	False	ENG0133_000000014625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0007_01_000000009888	1666	0.8041117071501406	2	2	2	2	2	False	109767	fragment	False	ENG0133_000000014625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0847_000000017680	1649	0.8041117071501406	2	2	2	2	2	False	109767	fragment	False	ENG0133_000000014625	0.9923469387755103		0	0	False	False	0.9993935823440552	0					non-mobilizable	no_good_hit								True	False
ISR0121_000000003491	6397	0.8041092253375531	7	6	6	6	5	False	37128	maximal	True	ISR0121_000000003491	1.0		3	3	False	False	0.9971861839294434	0					non-mobilizable	chromosome	6436.0	89.264	100.0	0.0021476737383379005	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
SPA0019_000000019254	1508	0.8041088194615383	2	2	2	2	2	False	42067	fragment	False	SPA0019_000000019254	0.9512278308321964		0	0	False	False	0.988726794719696	0					non-mobilizable	other	1508.0	95.09299999999999	100.0	0.0003694830987838931	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0106_01_000000003444	3034	0.8041059484670104	3	3	0	3	1	False	117738	maximal	True	USA0106_01_000000003444	1.0	PS794	12	2	False	True	1.0	0					non-mobilizable	no_good_hit	1601.0	99.43799999999999	80.0	0.0003876061068687487	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0181_000000003304	5337	0.8041040178335638	8	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.033675725688835915	PS1125|PS140|PS493|PS494	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2474.0	90.09700000000001	70.0	0.35328046142754144	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	True
MON0028_000000002049	8994	0.8041008192862594	11	8	4	6	8	True	105583	fragment	False	MON0028_000000002049	1.0		0	0	False	False	0.9974427223205566	0					non-mobilizable	no_good_hit	3408.0	96.978	72.0	0.0006590887918300105	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
AUS0014_000000019563	1409	0.8040980465261808	2	1	1	1	1	False	100782	fragment	False	AUS0014_000000019563	0.9956164919662256		0	0	False	False	0.9865152835845947	0					non-mobilizable	no_good_hit	342.0	95.029	24.0	0.0012988859555073918	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
ISR0345_000000010671	1335	0.8040799437899349	3	2	1	2	1	False	66731	fragment	False	ENG0016_000000016150	0.9820014398848093		0	0	False	False	0.9692884087562561	0					non-mobilizable	no_good_hit	700.0	98.571	85.0	0.00015525777454971913	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0097_000000010723	2887	0.8040777095048435	5	2	1	2	0	True	42931	maximal	True	FIJ0097_000000010723	1.0		4	1	False	False	0.9906477332115173	0					non-mobilizable	no_good_hit	80.0	82.5	3.0	0.0005191932949894475	LN594233.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001522	True	True
ISR0212_000000010113	3399	0.804072157518547	4	4	4	4	3	False	125351	fragment	False	ISR0212_000000010113	0.9929511204956137		0	0	False	False	1.0	0					non-mobilizable	other	3400.0	99.088	100.0	0.013395254794174328	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0156_000000003525	4372	0.8040700072222097	8	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9218213555012489	PS922|PS923	0	0	True	True	1.0	19	rep_cluster_233				non-mobilizable	other	2697.0	97.256	99.0	0.612514220705347	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0257_000000003684	4209	0.8040700072222097	8	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9207248274988322	PS922|PS923	0	0	True	True	1.0	7	rep_cluster_233				non-mobilizable	other	2623.0	98.132	99.0	0.59613196814562	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
CAN0006_000000018259	2486	0.8040697040588262	4	4	2	3	2	False	95666	maximal	True	CAN0006_000000018259	1.0		1	1	False	False	0.989139199256897	0					non-mobilizable	no_good_hit	1233.0	89.619	49.0	0.0033581936366746494	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0060_000000005480	2423	0.8040694525293022	3	3	3	3	3	False	121332	fragment	False	SPA0114_000000018546	0.7792031040463421		0	0	False	False	1.0	0					non-mobilizable	chromosome	2072.0	99.469	100.0	0.0006527742274270451	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0130_000000001072	17468	0.8040634323059233	16	9	7	7	3	True	97622	fragment	False	FIJ0130_000000001072	0.9575799322656564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.506	7.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ENG0037_000000025805	1393	0.8040625992580205	2	2	2	2	1	False	76380	fragment	False	ENG0037_000000025805	0.9684810298061479		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	99.928	100.0	0.0003727667136463413	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0366_000000009847	1960	0.8040604601899891	3	3	3	2	1	False	86688	fragment	False	ISR0366_000000009847	1.0		0	0	False	False	0.9918367266654968	0					non-mobilizable	other	1968.0	98.78	100.0	0.03559272937939025	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	False	False
ISR0850_000000005411	2744	0.8040541983175521	3	2	2	2	2	False	92040	maximal	True	ISR0850_000000005411	1.0		1	1	False	False	0.9919825196266174	0					non-mobilizable	no_good_hit	1565.0	99.23299999999999	57.0	0.0004737460194278275	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
MAD0045_000000037828	1139	0.8040526946732579	2	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.05845278844037482		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	97.98100000000001	100.0	0.0017612854597992011	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	True
ISR0185_000000011944	2730	0.804051065051388	2	2	2	2	2	False	35166	fragment	False	ISR0185_000000011944	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2748.0	92.94	100.0	0.0007789470815600743	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0177_000000012743	1319	0.804048267969298	2	2	2	1	1	False	77670	fragment	False	CHI0177_000000012743	1.0		0	0	False	False	0.999241828918457	0					non-mobilizable	chromosome	1319.0	97.346	100.0	0.00018603133343533533	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0068_000000021113	2009	0.8040457181032958	3	3	3	3	3	False	93196	maximal	True	MON0068_000000021113	1.0		41	9	False	False	0.9990044832229614	0					non-mobilizable	no_good_hit	262.0	74.809	13.0	4.496696172458429e-05	NC_012791.1	b-proteobacteria	Variovorax paradoxus S110 chromosome 1, complete sequence	True	False
ISR0361_000000000530	17614	0.8040444121245854	32	14	9	10	9	True	91516	maximal	True	ISR0361_000000000530	1.0		1	1	False	False	0.9994322657585144	0					non-mobilizable	no_good_hit								True	True
CHI0132_000000020836	1462	0.8040388140000669	3	1	1	1	1	False	80854	maximal	True	CHI0132_000000020836	1.0		322	14	False	False	0.9993159770965576	0					non-mobilizable	other	1462.0	99.45299999999999	100.0	0.0005677737672197506	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ENG0153_000000001192	16765	0.8040386691495438	18	17	9	15	15	True	127724	maximal	True	ENG0153_000000001192	1.0	PS1022	2	2	True	True	1.0	4					non-mobilizable	no_good_hit	4414.0	98.709	35.0	0.03420942196801318	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	True	True
CHI0077_000000005160	2636	0.8040350133816596	3	3	3	2	2	False	88336	fragment	False	CHI0077_000000005160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1436.0	99.721	54.0	0.002289801050595827	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0157_000000001728	12024	0.8040333653896699	9	7	6	3	2	False	56646	maximal	True	ENG0157_000000001728	1.0		13	3	False	False	0.9999168515205383	0					non-mobilizable	no_good_hit	1413.0	73.178	12.0	0.000368772973640299	NZ_CP022121.1	firmicutes	Dehalobacterium formicoaceticum strain DMC chromosome, complete genome	True	False
ISR0293_000000007988	4603	0.8040296264445229	6	6	4	5	6	True	25841	maximal	True	ISR0293_000000007988	1.0		2	2	False	False	0.9936997890472412	0					non-mobilizable	no_good_hit	1050.0	72.571	22.0	0.003627382881839932	NZ_NHOC01000004.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c4, whole genome shotgun sequence	True	True
ISR0247_000000004876	2680	0.8040273604369751	2	1	1	1	1	False	28857	maximal	False	SPA0026_000000011405	0.9784765646676443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	82.67	69.0	0.004651378953768934	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0026_000000011405	2655	0.8040273604369751	2	1	1	1	1	False	28857	maximal	True	SPA0026_000000011405	0.9794866550914332		388	12	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	79.5	47.0	0.0003695847895326619	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0011_000000021547	1336	0.8040273604369751	1	1	1	1	1	False	67129	fragment	False	ENG0011_000000021547	1.0		0	0	False	False	0.976047933101654	0					non-mobilizable	other	1294.0	100.0	97.0	0.01147986362667803	NZ_LMUA01000012.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00012, whole genome shotgun sequence	False	False
ISR0172_000000014460	1144	0.8040269077401373	1	1	1	1	1	False	102206	fragment	False	AUS0022_000000028366	0.9784024813706411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	75.597	66.0	0.00029739493928979707	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
ISR0077_000000006260	4540	0.8040211371818283	7	5	2	5	3	True	34533	fragment	False	ISR0077_000000006260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	98.889	2.0	0.00036339879955902166	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0118_000000009532	3025	0.8040129330815622	5	1	1	1	1	False	86278	fragment	False	SPA0118_000000009532	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3025.0	99.90100000000001	100.0	0.0013281495679121876	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0033_000000025924	2455	0.8040129330815622	6	1	1	1	1	False	113727	fragment	False	MON0033_000000025924	1.0		0	0	False	False	0.999592661857605	0					non-mobilizable	other	2455.0	99.59299999999999	100.0	0.0010778039152303269	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0028_000000015854	1964	0.8040129330815622	4	1	1	1	1	False	86277	fragment	False	SPA0028_000000015854	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1964.0	99.949	100.0	0.0008621552916043731	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
AST0055_000000021080	1701	0.8040129330815622	4	1	1	1	1	False	113724	fragment	False	AST0055_000000021080	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	97.23700000000001	100.0	0.0007466449290511637	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0027_000000022652	1655	0.8040129330815622	5	1	1	1	1	False	7479	fragment	False	SPA0027_000000022652	1.0		0	0	False	False	0.9794561862945557	0					non-mobilizable	other	1585.0	100.0	96.0	0.0006956973927159078	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0083_000000016771	1626	0.8040129330815622	3	1	1	1	1	False	86276	fragment	False	ISR0083_000000016771	0.9523219814241486		0	0	False	False	0.9993849992752075	0					non-mobilizable	other	1627.0	97.541	100.0	0.0007128263057941403	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0022_000000025625	1615	0.8040129330815622	3	1	1	1	1	False	86276	fragment	False	ISR0083_000000016771	0.949569495694957		0	0	False	False	0.9969040155410767	0					non-mobilizable	other	1615.0	99.257	100.0	0.0007088734796991636	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0126_000000010028	1524	0.8040129330815622	2	1	1	1	1	False	81461	fragment	False	CHI0126_000000010028	1.0		0	0	False	False	0.9599737524986267	0					non-mobilizable	other	1408.0	94.46	92.0	0.000609613624425303	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0119_000000009199	1394	0.8040129330815622	2	1	1	1	1	False	81925	fragment	False	CHI0119_000000009199	1.0		0	0	False	False	0.9756097793579102	0					non-mobilizable	other	1150.0	94.87	98.0	0.0005028873198609307	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0095_000000025394	1390	0.8040129330815622	2	1	1	1	1	False	86275	fragment	False	ISR0252_000000007942	0.7409486466343767		0	0	False	False	1.0	0					non-mobilizable	other	1356.0	89.897	97.0	0.0028420103483727437	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
MON0011_000000023714	1986	0.8040106635200451	3	3	3	3	2	False	112357	fragment	False	MON0011_000000023714	1.0		0	0	False	False	0.9848942756652832	0					non-mobilizable	other	1821.0	97.694	100.0	0.0005054123553881955	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0115_000000001636	14567	0.8040102889323879	15	7	5	7	3	True	107518	fragment	False	ISR0077_000000001266	0.9668813825379368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5530.0	97.758	65.0	0.047803236605207015	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0021_000000029519	1622	0.8040081129753036	2	2	2	1	1	False	49597	fragment	False	FIJ0021_000000029519	0.9806701030927836		0	0	False	False	0.9956843256950378	0					non-mobilizable	no_good_hit	839.0	75.566	51.0	0.0047886979745494955	NZ_FRDE01000002.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
MAD0056_000000001991	5484	0.8040065515628536	5	3	2	3	1	True	17076	maximal	True	MAD0056_000000001991	1.0		1	1	False	False	0.9989058971405029	0					non-mobilizable	no_good_hit	1865.0	91.421	34.0	0.00050496444355686	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
FIJ0026_000000014837	2189	0.8040015578955807	4	1	1	1	1	False	77548	fragment	False	FIJ0026_000000014837	1.0		0	0	False	False	0.9977158308029175	0					non-mobilizable	no_good_hit								True	False
CHI0179_000000013000	1642	0.8040015578955807	2	1	1	1	1	False	77546	fragment	False	CHI0179_000000013000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0232_000000023658	1257	0.8040015578955807	2	1	1	1	1	False	72810	fragment	False	DEN0045_000000033596	0.9537684537684539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0775_000000010559	1868	0.8040009477207021	3	1	1	1	1	False	74024	fragment	False	ENG0200_000000009151	0.3947454956739036		0	0	False	False	0.9967880249023438	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	4.0	1.5662927456655824e-05	NZ_CP013747.1	high GC Gram+	Pseudarthrobacter sulfonivorans strain Ar51 chromosome, complete genome	True	False
ISR0294_000000012741	1484	0.8039808273361626	2	1	1	1	1	False	25753	maximal	True	ISR0294_000000012741	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	78.999	48.0	0.0038613393579640803	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0011_000000004396	8859	0.8039794493634452	8	8	8	8	7	False	83685	fragment	False	ENG0034_000000001440	0.9578961726171004		0	0	False	False	0.9987583160400391	0					non-mobilizable	chromosome	8839.0	100.0	100.0	0.0016384616924764242	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
CHI0154_000000007110	4052	0.803969484646842	5	4	4	3	3	False	89623	maximal	True	CHI0154_000000007110	1.0		1	1	False	False	0.9854393005371094	0					non-mobilizable	no_good_hit	1362.0	84.875	41.0	0.0003582064003241821	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
CHI0125_000000000427	27457	0.8039444369042724	37	24	14	16	21	True	125400	maximal	False	USA0045_01_000000000440	0.8194679610934146		0	0	False	False	0.9996722340583801	0					non-mobilizable	other	27402.0	99.985	100.0	0.0077005570615746675	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0012_000000005521	4367	0.8039414582316924	7	4	4	4	2	True	67094	maximal	True	ENG0012_000000005521	0.9637422729434142		2	1	False	False	0.9958781599998474	0					non-mobilizable	no_good_hit								True	True
ENG0103_000000004609	4206	0.8039414582316924	7	4	4	4	2	True	67094	maximal	False	ENG0012_000000005521	0.9472177696359056		0	0	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit								True	True
ENG0188_000000008269	3202	0.8039259793213527	3	2	2	2	1	True	91318	fragment	False	ENG0188_000000008269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000004436	7875	0.8039251047957366	15	14	4	12	13	True	19243	fragment	False	MAD0097_000000004436	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	chromosome	5836.0	98.149	100.0	0.0009090420305315317	CP050209.1	enterobacteria	Escherichia coli strain RM-055-MS chromosome	False	True
SPA0049_000000015030	1107	0.8039212143286469	1	1	1	1	1	False	6600	maximal	True	SPA0049_000000015030	1.0		1	1	False	False	0.9963866472244263	0					non-mobilizable	no_good_hit	234.0	93.59	39.0	0.0014358253839138258	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	True	False
CHI0071_000000002087	5147	0.8039061300222987	6	5	1	1	5	False	84921	fragment	False	CHI0071_000000002087	1.0		0	0	False	False	0.9998056888580322	0					non-mobilizable	plasmid	5147.0	99.961	100.0	0.04605251382649317	KY798506.1	enterobacteria	Escherichia coli plasmid pKpQIL-D2, complete sequence	False	True
MAD0081_000000006869	1159	0.8038985679750438	1	1	1	1	1	False	16133	fragment	False	MAD0081_000000006869	1.0		0	0	False	False	0.9991371631622314	0					non-mobilizable	other	858.0	90.21	99.0	0.00024299515372282202	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
DEN0001_000000011278	3603	0.8038964972109527	4	4	3	3	3	False	112097	fragment	False	DEN0001_000000011278	1.0		0	0	False	False	0.9983347058296204	0					non-mobilizable	no_good_hit	1108.0	74.458	31.0	0.0003444093238943849	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0153_000000020981	1388	0.8038943166823966	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.9503359234449638		0	0	False	False	0.9992795586585999	0					non-mobilizable	no_good_hit	466.0	74.03399999999999	33.0	0.00010362337924437289	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0263_000000008822	1716	0.8038914144423794	2	2	2	2	2	False	83277	fragment	False	ISR0263_000000008822	0.9744256752262638		0	0	False	False	0.998251736164093	0					non-mobilizable	other	1647.0	97.146	99.0	0.03763145861911294	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0112_000000001741	16747	0.8038899458503725	16	10	5	10	4	True	53695	maximal	True	SPA0112_000000001741	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0034_000000006027	2546	0.8038849898329112	6	4	2	3	3	False	131643	maximal	True	MAD0034_000000006027	1.0		1	1	False	False	0.9925373196601868	0					non-mobilizable	no_good_hit	1798.0	93.82600000000001	71.0	0.07221305869573963	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
ENG0086_000000005154	4691	0.8038846684071497	8	6	6	5	3	False	129775	fragment	False	ENG0086_000000005154	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1745.0	99.255	99.0	0.0004670948682272584	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0165_000000006682	2514	0.8038776592890331	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8825121688957063	PS871	0	0	False	True	0.9940333962440491	0					non-mobilizable	other	2321.0	92.891	92.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
SPA0050_000000010749	2422	0.8038776592890331	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8816142111538944	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2321.0	92.50299999999999	96.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
SPA0049_000000008279	2415	0.8038776592890331	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8816939146031123	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2321.0	92.50299999999999	96.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0056_000000015718	1422	0.8038751522526165	3	1	1	1	1	False	35628	fragment	False	ISR0056_000000015718	1.0		0	0	False	False	0.9901546835899353	0					non-mobilizable	no_good_hit								True	False
TAN0007_000000014288	2645	0.8038726932012227	4	4	2	3	2	False	2835	maximal	True	TAN0007_000000014288	1.0		4	2	False	False	0.996219277381897	0					non-mobilizable	no_good_hit								True	False
ISR0127_000000002885	6960	0.803865032353992	7	5	4	3	4	False	121545	fragment	False	ISR0127_000000002885	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6966.0	97.387	100.0	0.0012622393889035342	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
SPA0041_000000006753	5019	0.8038540295203738	5	5	5	4	4	False	105546	fragment	False	USA0037_01_000000006525	0.9631277287669657		0	0	False	False	1.0	0					non-mobilizable	other	5019.0	99.402	100.0	0.007214776921340528	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
FIJ0171_000000005039	4082	0.8038483167581221	7	7	6	6	7	False	129641	maximal	True	FIJ0171_000000005039	1.0	PS1061	1	1	False	True	0.9997550249099731	0					non-mobilizable	no_good_hit	1805.0	89.086	71.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0096_000000019923	1841	0.8038439399114069	2	2	2	2	2	False	81201	fragment	False	DEN0010_000000020867	0.3049369236230324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	70.038	42.0	0.00023964364613416217	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CHI0187_000000002936	6137	0.80384031324697	10	4	1	3	3	False	77108	maximal	True	CHI0187_000000002936	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	96.51899999999999	44.0	0.0032039139705802764	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0185_000000019257	1709	0.8038383475457801	2	2	2	2	1	False	77929	fragment	False	ISR0185_000000019257	0.9941679559909482		0	0	False	False	0.9801053404808044	0					non-mobilizable	other	1709.0	99.53200000000001	100.0	0.007371346694978162	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
SPA0140_000000011941	1817	0.8038370273607534	5	4	1	2	4	False	113333	fragment	False	SPA0140_000000011941	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1820.0	90.165	99.0	0.2912417030921159	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0389_000000008981	2406	0.8038352136395834	2	2	2	2	2	False	120419	fragment	False	AST0025_000000013633	0.9524174980813507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1810.0	82.044	75.0	0.3143456229250393	MK232231.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_5-CL19_c13 sequence	True	False
BAN0019_000000000874	3484	0.8038332827805001	6	4	2	4	2	True	97805	fragment	False	BAN0019_000000000874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2797.0	99.678	83.0	0.13904780856673798	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
SPA0090_000000005962	5249	0.8038317597646636	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9007651988973376	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5251.0	98.191	100.0	0.0009160276030116502	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
MON0064_000000014250	1932	0.8038200063029242	3	3	3	3	2	False	68321	fragment	False	MON0064_000000014250	0.9624504755356166		0	0	False	False	0.9767080545425415	0					non-mobilizable	no_good_hit	1198.0	77.71300000000001	61.0	0.00040338680407636586	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0169_000000003305	6378	0.8038194274927515	8	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8440358817622912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	85.34899999999999	24.0	0.19816236972024137	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
MAD0094_000000002100	5819	0.8038194274927515	6	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.8340733524084871		0	0	False	False	0.9948444962501526	0					non-mobilizable	no_good_hit	1446.0	84.786	28.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0063_000000011070	2399	0.8038170372972903	3	3	3	3	3	False	87343	fragment	False	SPA0121_000000005057	0.9597927370209369		0	0	False	False	1.0	0					non-mobilizable	other	2422.0	95.211	100.0	0.011260461814377521	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0054_000000010139	3859	0.8038092679615001	4	4	2	4	2	False	93783	maximal	True	MON0054_000000010139	1.0	PS332	0	0	False	True	0.9904119968414307	0					non-mobilizable	no_good_hit	1478.0	80.244	38.0	0.1912896075107576	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
DEN0067_000000024701	1351	0.8038027713273065	4	3	2	1	2	True	70802	fragment	False	DEN0067_000000024701	1.0		0	0	False	False	0.9918578863143921	0					non-mobilizable	no_good_hit	512.0	83.398	44.0	0.00015359308433585448	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0057_000000011745	2672	0.8037960625612673	4	2	2	2	2	False	101956	maximal	True	SPA0057_000000011745	1.0		2	2	False	False	0.9947604537010193	0					non-mobilizable	no_good_hit	753.0	77.42399999999999	28.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ENG0100_000000012164	2473	0.8037960625612673	3	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.833842424900768		0	0	False	False	0.9995956420898438	0					non-mobilizable	no_good_hit	753.0	77.955	30.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ENG0015_000000007380	2461	0.8037960625612673	3	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.8332616089567411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.556	30.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0050_000000010680	2455	0.8037960625612673	4	2	2	2	2	False	101963	maximal	True	ISR0050_000000010680	1.0		0	0	False	False	0.99918532371521	0					non-mobilizable	no_good_hit	753.0	78.619	30.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
SPA0026_000000013423	2321	0.8037960625612673	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.8334917534753913		0	0	False	False	0.9995691776275635	0					non-mobilizable	no_good_hit	753.0	78.22	32.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ENG0129_000000011793	2268	0.8037960625612673	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.7829704508520993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.42399999999999	33.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0378_000000012892	2181	0.8037960625612673	3	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.4175832935429295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.955	34.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
SPA0143_000000009299	2112	0.8037960625612673	3	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.4165930136062795		0	0	False	False	0.9886363744735718	0					non-mobilizable	no_good_hit	753.0	77.822	35.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0085_000000011650	2093	0.8037960625612673	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.6575749621399644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	78.013	36.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0327_000000013573	2058	0.8037960625612673	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.5707783002769011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.822	36.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0097_000000015481	1931	0.8037960625612673	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.36963485467205576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.291	39.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0014_000000012898	1907	0.8037960625612673	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.32923336905922396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	78.22	39.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
MON0062_000000010403	3885	0.8037937053679132	6	3	2	3	1	True	26170	fragment	False	MON0062_000000010403	1.0		0	0	False	False	0.9711712002754211	0					non-mobilizable	no_good_hit	340.0	84.412	9.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
MON0090_000000033743	1794	0.8037877596469056	2	2	2	2	1	False	68757	fragment	False	FIJ0120_000000008830	0.2609879248713575		0	0	False	False	0.9966555237770081	0					non-mobilizable	no_good_hit								True	False
MAD0033_000000001847	7943	0.8037847022078434	5	5	5	5	5	False	20147	fragment	False	MAD0033_000000001847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4094.0	72.96	53.0	0.0008477506202370787	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
SPA0127_000000013833	2121	0.8037769812414092	3	3	3	3	3	False	92360	maximal	True	SPA0127_000000013833	1.0		59	11	False	False	0.9929278492927551	0					non-mobilizable	no_good_hit	719.0	78.164	33.0	0.00016031615161418182	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0013_000000006432	6185	0.8037607633948377	7	3	1	1	3	False	103242	fragment	False	MON0013_000000006432	1.0		0	0	False	False	0.9977364540100098	0					non-mobilizable	other	1870.0	91.818	97.0	0.004048872734843293	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0142_000000005503	5214	0.8037607633948377	6	3	1	1	3	False	103238	fragment	False	SPA0142_000000005503	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	90.711	94.0	0.0033787593577321107	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
CAN0017_000000016823	2105	0.8037582592079126	4	3	3	3	3	False	92483	fragment	False	CAN0017_000000016823	1.0		0	0	False	False	0.9942992925643921	0					non-mobilizable	chromosome	2067.0	81.18	98.0	0.00029118561523300214	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0050_000000007517	3408	0.8037542248622676	5	4	3	4	3	False	94754	fragment	False	FIJ0050_000000007517	1.0		0	0	False	False	0.9885563254356384	0					non-mobilizable	no_good_hit	98.0	83.67299999999999	3.0	0.0004118830425583573	NZ_CZBD01000003.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0097_000000014514	2433	0.8037500971503961	2	2	2	2	2	False	9236	maximal	True	MON0097_000000014514	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	96.384	66.0	0.0005709643099221345	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0120_000000004093	6214	0.8037450096815276	9	4	2	3	2	True	111341	maximal	True	ISR0120_000000004093	1.0	PS707	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1255.0	89.96	20.0	0.005145016432050088	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0178_000000004427	3603	0.8037425160239452	5	4	1	4	4	True	77093	fragment	False	ISR0178_000000004427	0.9660754504504505		0	0	False	False	1.0	0					non-mobilizable	other	3603.0	99.389	100.0	0.04164547010128104	LM996482.1	enterobacteria	Escherichia coli genome assembly FHI34, scaffold scaffold-15_contig-11.0_1_86492_[organism:Escherichia	False	True
FIJ0060_000000000907	14329	0.8037387652534659	14	11	8	6	4	True	52387	maximal	True	FIJ0060_000000000907	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	5.046509163688373e-07	LR778259.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 7	True	True
USA0034_01_000000017927	3056	0.803736471087059	4	2	1	1	2	False	71469	fragment	False	SPA0101_000000013750	0.9312788906009245		0	0	False	True	1.0	0					non-mobilizable	plasmid	3056.0	96.204	100.0	0.4338896020539153	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
MON0087_000000045166	1148	0.8037313355701065	2	2	2	2	2	False	10409	fragment	False	MON0071_000000010341	0.9475043029259896		0	0	False	False	0.9520906209945679	0					non-mobilizable	other	1155.0	77.056	100.0	0.010268944277324166	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0064_000000021638	1189	0.8037164058422998	2	1	1	1	1	False	45446	maximal	True	FIJ0064_000000021638	1.0		8	2	False	False	0.9798149466514587	0					non-mobilizable	no_good_hit								True	False
FIJ0129_000000006299	3313	0.8037159805396903	5	4	3	3	3	False	65325	maximal	False	FIJ0081_000000010089	0.985504113604508		0	0	True	True	0.9975852966308594	2					non-mobilizable	no_good_hit	50.0	96.0	2.0	2.1174026297276417e-05	NZ_FLKP01000002.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	True
ENG0037_000000020421	1730	0.8037070340726845	2	1	1	1	1	False	65189	maximal	True	ENG0037_000000020421	1.0		1	1	False	False	0.9878612756729126	0					non-mobilizable	no_good_hit	45.0	100.0	3.0	1.2303868643898358e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0073_000000022019	1269	0.8037070340726845	1	1	1	1	1	False	44801	fragment	False	ISR0073_000000022019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0026_000000044104	1216	0.8037070340726845	1	1	1	1	1	False	44800	fragment	False	MON0026_000000044104	0.9675105485232067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000003932	7999	0.8037001077350876	11	9	4	6	9	False	109919	fragment	False	ISR0025_000000004431	0.9871496653898233		0	0	False	False	0.999875009059906	0					non-mobilizable	other	5707.0	99.93	100.0	0.0016087517902440374	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0025_000000004431	7991	0.8037001077350876	11	9	4	6	9	False	109919	fragment	False	ISR0025_000000004431	0.9872279863433977		0	0	False	False	0.9998748302459717	0					non-mobilizable	other	5699.0	99.84200000000001	100.0	0.0016064954763727272	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0288_000000003112	7968	0.8037001077350876	11	9	4	6	9	False	109919	fragment	False	ISR0025_000000004431	0.9865089566334412		0	0	False	False	1.0	0					non-mobilizable	other	5676.0	99.84100000000001	100.0	0.001600008573992711	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0320_000000023425	1150	0.8036992582704786	2	2	2	1	1	False	43786	fragment	False	FIJ0086_000000030042	0.9527964777459101		0	0	False	False	1.0	0					non-mobilizable	other	717.0	99.44200000000001	92.0	0.014790332575914068	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0051_000000044905	1102	0.8036982489371589	2	2	2	2	2	False	72373	maximal	True	DEN0051_000000044905	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	75.532	17.0	0.006014021997813083	NZ_ASRY01000294.1	firmicutes	Paenibacillus maysiensis strain 1-49 S149_contig00137, whole genome shotgun sequence	True	False
CHI0041_000000000627	15246	0.8036976019857721	21	7	1	7	2	False	87620	maximal	True	CHI0041_000000000627	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004303817645652347	NZ_LOQF01000010.1	fusobacteria	Sneathia sanguinegens strain CCUG41628 contig_2, whole genome shotgun sequence	True	False
CHI0167_000000001075	14316	0.8036976019857721	14	7	1	7	2	False	86677	fragment	False	DEN0082_000000001772	0.7238618446895366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.725153902232741e-07	LR597559.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 10	True	False
DEN0093_000000001986	13888	0.8036976019857721	16	7	1	7	2	False	86677	fragment	False	DEN0082_000000001772	0.9062227488533634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0007_000000001681	13489	0.8036976019857721	19	7	1	7	2	False	86677	fragment	False	DEN0082_000000001772	0.6477349148094832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0012990762124711315	NC_049973.1	viruses	Bacillus virus SRT01hs, complete genome	True	False
ENG0013_000000006240	4072	0.8036970773546104	8	3	1	3	2	False	110835	maximal	True	ENG0013_000000006240	1.0		1	1	False	False	0.9997544288635254	0					non-mobilizable	chromosome	3036.0	92.68799999999999	100.0	0.0006569961558176977	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
AST0002_000000011547	3109	0.8036876383703199	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8476114952915537	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0124_000000007405	2018	0.8036868859523658	3	3	3	2	2	False	104781	fragment	False	CHI0124_000000007405	1.0		0	0	False	False	0.9970267415046692	0					non-mobilizable	no_good_hit	804.0	70.771	39.0	0.01209789992865341	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0005_000000029793	1244	0.8036835986235165	2	2	2	2	1	False	51851	maximal	True	FIJ0005_000000029793	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	87.069	9.0	3.215783850109798e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0011_000000035290	1321	0.8036717234510032	2	2	2	2	1	True	86547	maximal	True	MON0011_000000035290	1.0		2	1	False	False	0.973504900932312	0					non-mobilizable	no_good_hit	588.0	74.49	44.0	0.004052840121724476	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
CHI0021_000000000171	34739	0.803668943874937	40	13	8	12	9	True	89328	fragment	False	CHI0021_000000000171	1.0		0	0	False	False	0.999942421913147	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0014761429253679504	NZ_FNUK01000025.1	firmicutes	Caloramator fervidus strain DSM 5463, whole genome shotgun sequence	True	True
MAD0045_000000009210	3876	0.8036576443280784	5	4	4	3	4	False	53064	maximal	True	MAD0045_000000009210	1.0		13	8	False	False	0.9912280440330505	0					non-mobilizable	no_good_hit	1933.0	74.90899999999999	48.0	0.0005115800937727116	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0128_000000006641	5155	0.8036409901313157	4	4	4	4	4	False	100467	fragment	False	ISR0128_000000006641	0.977995867768595		0	0	False	False	0.997090220451355	0					non-mobilizable	no_good_hit	3472.0	96.054	69.0	0.0005348595068965278	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CAN0021_000000004017	8951	0.8036398968168	9	6	3	5	4	False	93118	maximal	True	CAN0021_000000004017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7365.0	98.9	82.0	0.0032338509485904223	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
DEN0046_000000015102	1610	0.8036397181085063	1	1	1	1	1	False	81167	fragment	False	ISR0245_000000004326	0.9713774597495528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	89.88799999999999	6.0	0.0009376260616434623	NZ_QCZK02000016.1	CFB group bacteria	Botryobacter ruber strain SYSU D60016 SYSU_D60016_Contig16, whole genome shotgun sequence	True	False
ISR0075_000000013769	1895	0.8036369925133342	4	1	1	1	1	True	57030	fragment	False	SPA0075_000000009822	0.9508502428432756		0	0	False	False	1.0	0					non-mobilizable	other	1741.0	98.851	92.0	0.03783395700983378	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	False	True
CHI0186_000000002933	6506	0.8036320677298056	10	9	4	5	8	True	130661	fragment	False	CHI0186_000000002933	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4288.0	92.91	86.0	0.8397790055248618	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0172_000000014092	1952	0.8036147787633552	3	3	2	3	3	False	44325	fragment	False	FIJ0172_000000014092	0.9396361631753032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	90.485	29.0	7.254939710604125e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0280_000000006820	1929	0.8036129072917154	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.06393362844684063		0	0	False	False	1.0	0					non-mobilizable	other	1930.0	94.611	100.0	0.037378829003489725	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ISR0812_000000026644	1486	0.803606101475396	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.11959064338577098		0	0	False	False	0.9986541271209717	0					non-mobilizable	other	1453.0	98.899	100.0	0.011102360398522743	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ENG0203_000000007074	2442	0.8036044898138777	3	3	3	2	2	False	125918	fragment	False	ENG0203_000000007074	0.9845248703469857		0	0	False	False	0.9995905160903931	0					non-mobilizable	other	2379.0	98.48700000000001	97.0	0.01386031276046372	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0103_000000010304	1657	0.8036040661860732	3	3	3	3	3	False	116794	fragment	False	AST0035_000000009560	0.9808598351001178		0	0	False	False	0.9915509819984436	0					non-mobilizable	other	1640.0	92.256	99.0	0.0452159422302458	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
ISR0287_000000000937	8114	0.8035988321447397	7	6	6	5	6	False	71499	fragment	False	ISR0287_000000000937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3017.0	89.725	66.0	0.25499492041991195	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0243_000000000402	16443	0.8035982277066195	24	9	3	9	4	False	94848	fragment	False	ENG0211_000000002081	0.6345112417556947		0	0	False	False	0.9988445043563843	0					non-mobilizable	no_good_hit								True	False
ISR0363_000000007200	2623	0.8035981143824048	4	4	4	4	2	False	87370	fragment	False	ISR0363_000000007200	0.9848265634287214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	74.27199999999999	56.0	0.00025739346575993807	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
MAD0091_000000004255	3336	0.8035968540345151	4	4	4	4	3	False	114502	maximal	True	MAD0091_000000004255	1.0		1	1	False	False	0.9994004964828491	0					non-mobilizable	no_good_hit	1373.0	91.333	62.0	0.0003802637567065833	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
SPA0090_000000012932	2682	0.8035923282790134	2	1	1	1	1	False	28857	maximal	False	SPA0026_000000011405	0.9751549358881865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	79.587	45.0	0.00041792555557259637	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0028_000000011183	2638	0.8035923282790134	2	1	1	1	1	False	28857	maximal	False	SPA0026_000000011405	0.97676649881069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	79.461	47.0	0.0003658516098404128	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0047_000000011995	1859	0.8035923282790134	2	1	1	1	1	False	115299	maximal	True	AST0047_000000011995	1.0		106	10	False	False	0.9994620680809021	0					non-mobilizable	other	1875.0	85.01299999999999	99.0	0.0072539823317312345	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0198_000000025989	1280	0.8035923282790134	1	1	1	1	1	False	28854	fragment	False	ISR0198_000000025989	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	82.52	99.0	0.004899245942146296	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0360_000000009455	2575	0.8035875117641252	3	3	2	3	2	False	128293	fragment	False	ISR0360_000000009455	0.976957585644372		0	0	False	False	0.9829126000404358	0					non-mobilizable	other	2001.0	98.851	95.0	0.000725962699535333	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
USA0034_01_000000025758	2052	0.8035757312150192	3	2	2	1	1	True	51128	fragment	False	USA0034_01_000000025758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0119_01_000000015127	1628	0.8035746883543422	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5031744148171559		0	0	False	False	1.0	0					non-mobilizable	other	1628.0	99.87700000000001	100.0	0.01693962330942143	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0285_000000002787	4560	0.8035694246741097	5	3	2	3	3	False	130360	fragment	False	ISR0285_000000002787	0.9886934673366834		0	0	False	True	0.9964912533760071	0					non-mobilizable	other	4560.0	98.289	99.0	0.0008808509624575045	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0062_000000018771	1277	0.8035688085657923	2	2	2	2	2	False	63176	fragment	False	USA0087_01_000000012006	0.9818795726673175		0	0	False	False	0.9984338283538818	0					non-mobilizable	other	1277.0	98.98200000000001	100.0	0.005210077171205749	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0033_000000012869	2409	0.8035679889887685	3	3	3	3	2	False	36890	maximal	False	ISR0074_000000011550	0.9760869565217392		0	0	False	False	0.992112934589386	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	3.183795189992978e-05	CP015987.1	a-proteobacteria	Sphingobium sp. EP60837 chromosome 2, complete sequence	True	False
ISR0821_000000009569	3003	0.8035665747141114	4	2	2	2	2	False	66479	fragment	False	ISR0821_000000009569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0109_000000013182	1866	0.8035518914205116	3	2	2	2	1	False	117015	fragment	False	AST0094_000000009639	0.42448237356215207		0	0	False	False	0.9973204731941223	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
MAD0033_000000001648	8591	0.8035471140937434	12	8	5	7	7	True	126161	fragment	False	MAD0033_000000001648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1611.0	73.495	18.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0033_000000018991	3489	0.8035408838856094	3	3	3	3	2	False	86507	fragment	False	CHI0052_000000004488	0.9653253424657533		0	0	False	False	0.9948409199714661	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000004097	8825	0.8035380066582654	9	6	5	4	5	True	105461	fragment	False	FIJ0058_000000004097	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	8779.0	97.51700000000001	99.0	0.0016514403003482791	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
AST0010_000000022973	1319	0.8035114339323973	1	1	1	1	1	False	125817	maximal	True	AST0010_000000022973	1.0		26	8	False	False	0.9924185276031494	0					non-mobilizable	other	1218.0	75.862	91.0	0.005650965882646081	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
FIJ0126_000000036782	1142	0.803506051908644	2	2	2	2	0	True	41077	fragment	False	FIJ0126_000000036782	1.0		0	0	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit	557.0	77.558	49.0	0.053552440792653457	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	True
ISR0297_000000004556	2920	0.8034960268825295	3	3	3	3	2	False	131777	fragment	False	ISR0297_000000004556	0.9795189778278843		0	0	False	False	0.9904109835624695	0					non-mobilizable	other	2853.0	98.84299999999999	98.0	0.006459752255364063	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0059_000000000735	15937	0.8034955065652606	20	13	5	11	9	False	119592	fragment	False	ISR0212_000000001447	0.9189107311097884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2884.0	90.291	46.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
MON0098_000000001982	8607	0.8034925191773169	9	7	6	7	3	True	125257	fragment	False	SPA0139_000000002006	0.027470194926946617		0	0	False	False	0.996165931224823	0					non-mobilizable	no_good_hit	628.0	71.815	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
FIJ0150_000000017569	1408	0.8034848764729076	1	1	1	1	1	False	43629	fragment	False	FIJ0150_000000017569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0133_000000018673	1241	0.8034781805572682	3	3	2	2	1	False	31514	maximal	True	ISR0133_000000018673	1.0		1	1	False	False	0.996776819229126	0					non-mobilizable	no_good_hit								True	False
MON0086_000000013269	2332	0.8034754456331948	3	2	1	0	1	False	126123	maximal	True	MON0086_000000013269	1.0		1	1	False	False	0.9952830076217651	0					non-mobilizable	no_good_hit	255.0	99.21600000000001	11.0	0.0012912671702947547	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	True	False
ISR0157_000000005372	5210	0.8034692764387734	7	7	2	6	5	False	112161	maximal	False	SPA0040_000000006858	0.9436104514280083		0	0	True	True	1.0	72					non-mobilizable	chromosome	4017.0	98.083	97.0	0.7883369330453563	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
FIJ0066_000000011262	2820	0.8034411055928401	4	3	3	2	2	False	45355	maximal	True	FIJ0066_000000011262	1.0		18	5	False	False	0.9939716458320618	0					non-mobilizable	no_good_hit	251.0	72.908	9.0	7.10925332899457e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
MAD0093_000000006845	4155	0.8034355157307624	6	4	4	4	4	False	15683	maximal	True	MAD0093_000000006845	1.0		1	1	False	False	0.9973526000976562	0					non-mobilizable	no_good_hit	1507.0	93.56299999999999	66.0	0.0005333195458780526	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0773_000000002530	4266	0.8034342859788837	6	3	3	3	3	False	68630	fragment	False	ISR0773_000000002530	1.0		0	0	False	True	0.9997655749320984	0					non-mobilizable	no_good_hit	1606.0	97.758	48.0	0.00864306562267768	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0790_000000007181	2272	0.8034342306667642	4	2	2	2	2	False	50341	fragment	False	ISR0790_000000007181	1.0		0	0	False	False	0.9995598793029785	0					non-mobilizable	no_good_hit								True	False
MON0083_000000003144	7370	0.8034315149470874	9	8	4	5	6	True	59516	maximal	True	MON0083_000000003144	1.0		0	0	False	False	0.9987788200378418	0					non-mobilizable	no_good_hit	3773.0	95.945	51.0	0.0012098448638715935	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0078_000000006252	4160	0.8034301379380175	4	2	1	2	1	False	61941	fragment	False	ISR0161_000000006955	0.9670093234520679		0	0	False	False	0.9978365302085876	0					non-mobilizable	no_good_hit								True	False
ISR0043_000000006227	3520	0.8034301379380175	3	2	1	2	1	False	49565	fragment	False	ISR0043_000000006227	0.976656301786425		0	0	False	False	0.9982954263687134	0					non-mobilizable	no_good_hit								True	False
ISR0278_000000001415	6158	0.8034249809418427	6	3	2	2	1	True	101120	fragment	False	ISR0278_000000001415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0083_000000012554	1775	0.8034245565352331	2	1	1	1	1	False	75627	fragment	False	ENG0083_000000012554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0272_000000005339	1971	0.8034159980860203	3	3	3	3	3	False	60355	fragment	False	ISR0272_000000005339	1.0		0	0	False	False	0.9944190979003906	0					non-mobilizable	no_good_hit	926.0	71.274	46.0	0.00024111834200002077	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0009_000000018123	1839	0.8034134906693964	2	2	2	2	2	False	38364	maximal	True	ISR0009_000000018123	1.0		17	6	False	False	0.9989124536514282	0					non-mobilizable	no_good_hit	1113.0	83.917	61.0	0.005521739347894587	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0093_000000031755	1170	0.8034034802779602	2	2	2	2	2	False	29433	fragment	False	ISR0219_000000027771	0.9786117429972695		0	0	False	False	0.9982905983924866	0					non-mobilizable	other	1170.0	99.65799999999999	100.0	0.02072474559444031	NZ_JAAIPV010000028.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_28_length_56406_cov_119.209, whole genome shotgun sequence	False	False
FIJ0083_000000007893	4294	0.80339701311444	5	4	2	3	3	False	44131	maximal	True	FIJ0083_000000007893	1.0		36	11	False	False	0.9997671246528625	0					non-mobilizable	no_good_hit	1773.0	79.47	53.0	0.0069146100536235065	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
MAD0014_000000022176	1528	0.803394892135719	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.13592472072598694		0	0	False	False	0.996073305606842	0					non-mobilizable	other	1528.0	90.38	100.0	0.032514513473702454	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
ISR0364_000000014262	1292	0.803394892135719	2	2	2	2	1	False	91163	fragment	False	ISR0079_000000021710	0.8275149561888507		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	77.718	99.0	0.0755425219941349	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ISR0154_000000017849	1158	0.803394087714504	3	2	2	1	1	True	30612	maximal	True	ISR0154_000000017849	1.0		1	1	False	False	0.9654576778411865	0					non-mobilizable	other	635.0	95.27600000000001	99.0	0.00019911179101529344	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0106_000000007685	5031	0.8033927497892137	5	5	5	5	4	False	95028	fragment	False	ENG0068_000000004463	0.9442846073791941		0	0	False	False	0.9998012185096741	0					non-mobilizable	other	5031.0	99.265	100.0	0.0015184071395926322	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MON0009_000000015463	2343	0.8033831373477456	3	3	3	3	3	False	65073	fragment	False	MON0009_000000015463	1.0		0	0	False	False	0.9995731711387634	0					non-mobilizable	no_good_hit	794.0	92.947	34.0	0.00028209839891349376	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0126_000000005547	3577	0.8033768045606255	3	2	2	2	1	True	120242	fragment	False	ENG0126_000000005547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	90.741	2.0	0.00010468000128836925	NZ_PIPN01000002.1	g-proteobacteria	Aliidiomarina sedimenti strain GBSy1 contig2, whole genome shotgun sequence	True	True
ENG0122_000000008985	3069	0.8033768045606255	3	2	2	2	1	True	120238	fragment	False	ENG0122_000000008985	0.9872838250254323		0	0	False	False	0.9986966252326965	0					non-mobilizable	no_good_hit	54.0	90.741	2.0	0.00010468000128836925	NZ_PIPN01000002.1	g-proteobacteria	Aliidiomarina sedimenti strain GBSy1 contig2, whole genome shotgun sequence	True	True
USA0015_01_000000022334	1498	0.8033768045606255	3	2	2	2	1	True	1944	fragment	False	USA0015_01_000000022334	1.0		0	0	False	False	0.9973297715187073	0					non-mobilizable	no_good_hit	54.0	87.037	4.0	0.0003921800772520756	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
ISR0047_000000015846	1884	0.8033767928206081	3	2	1	2	2	False	41505	fragment	False	ISR0275_000000007277	0.9828640739988492		0	0	False	False	0.9909766316413879	0					non-mobilizable	chromosome	1865.0	98.82	99.0	0.0006008013478062854	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0268_000000001124	10032	0.8033763420810951	8	7	3	4	7	True	105599	fragment	False	ISR0268_000000001124	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5541.0	96.589	99.0	0.0010729802840841194	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0025_000000012213	1743	0.8033629296062553	2	2	2	2	1	False	117262	fragment	False	MON0037_000000031911	0.5135168379698852		0	0	False	False	0.9959839582443237	0					non-mobilizable	other	1743.0	99.885	100.0	0.007792126463260258	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0164_000000012723	1594	0.8033629296062553	2	2	2	2	1	False	117262	fragment	False	MON0037_000000031911	0.4139083917625746		0	0	False	False	0.9962359070777893	0					non-mobilizable	chromosome	1606.0	77.46	100.0	0.0004268973752644995	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0010_000000013802	1564	0.8033629296062553	2	2	2	2	1	False	117262	fragment	False	MON0037_000000031911	0.3761099756740059		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	99.936	100.0	0.00699144297478518	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0072_000000007139	1510	0.8033629296062553	2	2	2	2	1	False	117262	fragment	False	MON0037_000000031911	0.28237020472294877		0	0	False	False	0.9993377327919006	0					non-mobilizable	other	1510.0	100.0	100.0	0.006749896000608341	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
TAN0002_000000034352	1239	0.8033551958395875	2	1	1	1	1	False	3010	maximal	True	TAN0002_000000034352	1.0		1	1	False	False	0.9991928935050964	0					non-mobilizable	no_good_hit	66.0	98.485	5.0	0.000378559345092333	NC_025437.1	viruses	Shigella phage Shf125875, complete genome	True	False
USA0046_01_000000001808	5853	0.8033511803340199	6	6	5	5	5	False	95029	fragment	False	ENG0184_000000003793	0.9502881844380404		0	0	False	False	1.0	0					non-mobilizable	other	5853.0	99.96600000000001	100.0	0.0017665444494823228	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ENG0129_000000011443	2336	0.8033493047189111	4	2	2	2	2	False	58542	maximal	True	ENG0129_000000011443	1.0		0	0	False	False	0.9875856041908264	0					non-mobilizable	virus	2099.0	99.0	90.0	0.08729663379519827	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	False	False
AST0153_000000000759	23438	0.8033425501175336	25	13	7	10	5	True	124839	maximal	True	AST0153_000000000759	1.0		5	4	False	False	0.9995733499526978	0					non-mobilizable	no_good_hit	53.0	96.226	0.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
DEN0087_000000003929	3163	0.8033402153338601	3	3	3	3	2	False	121405	fragment	False	DEN0087_000000003929	0.9944425147620701		0	0	False	False	0.9939930438995361	0					non-mobilizable	chromosome	2079.0	99.27799999999999	100.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0107_000000004736	2879	0.8033402153338601	3	3	3	3	2	False	121405	fragment	False	DEN0087_000000003929	0.9500474233322795		0	0	False	False	1.0	0					non-mobilizable	chromosome	2079.0	99.51899999999999	99.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0048_000000001686	11138	0.8033383127834796	10	9	8	7	4	False	126590	maximal	True	AST0048_000000001686	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	4418.0	99.977	40.0	0.9975158084914183	NZ_QIML01000050.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_51, whole genome shotgun sequence	True	False
ISR0133_000000017538	1310	0.8033381452871866	2	2	2	2	2	False	31522	fragment	False	ISR0133_000000017538	1.0		0	0	False	False	0.9977099299430847	0					non-mobilizable	chromosome	1320.0	86.89399999999999	100.0	0.0004222369987265203	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0003_000000020498	1133	0.8033307317897385	2	2	1	2	1	False	83842	fragment	False	ISR0786_000000011881	0.5080613352000037		0	0	False	False	0.999117374420166	0					non-mobilizable	chromosome	1133.0	94.44	100.0	0.00038102457238238307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0096_000000017470	2279	0.8033299344765602	4	3	3	3	3	False	70729	fragment	False	SPA0096_000000017470	0.9857916102841677		0	0	False	False	0.9982448220252991	0					non-mobilizable	chromosome	2135.0	76.206	92.0	0.0008867040066166639	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0037_000000009545	2328	0.803329525194103	5	2	2	2	2	False	36704	fragment	False	ISR0037_000000009545	1.0		0	0	False	False	0.9858247637748718	0					non-mobilizable	no_good_hit	1466.0	91.74600000000001	63.0	0.050708814252538904	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0226_000000001072	5808	0.8033277818787996	7	4	3	4	2	True	115671	maximal	True	ISR0226_000000001072	1.0		21	4	False	False	0.9970729947090149	0					non-mobilizable	no_good_hit	5019.0	96.991	86.0	0.02921856512540144	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	True
SPA0039_000000001624	13043	0.8033197601418309	15	8	2	8	3	False	7022	maximal	True	SPA0039_000000001624	1.0		1	1	False	False	0.9986199736595154	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001101159888415798	NZ_LZYB01000008.1	a-proteobacteria	Porphyrobacter dokdonensis DSW-74 DSW74_contig08, whole genome shotgun sequence	True	False
AST0116_000000014405	1874	0.803312172538308	2	2	2	2	1	False	106205	maximal	True	AST0116_000000014405	1.0		115	12	False	False	0.9994663596153259	0					non-mobilizable	no_good_hit	956.0	71.339	49.0	0.0002538194793378144	CP049865.1	high GC Gram+	Propioniciclava sp. HDW11 chromosome, complete genome	True	False
MAD0075_000000000682	3546	0.8033079492726226	5	4	2	3	4	False	16269	fragment	False	MAD0075_000000000682	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3546.0	97.631	100.0	0.047911232447189527	CP057202.1	enterobacteria	Escherichia coli strain RHB33-C11 plasmid pRHB33-C11_3, complete sequence	False	True
MAD0007_000000008321	1166	0.8033071820934765	2	1	1	1	1	False	19854	fragment	False	MAD0007_000000008321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0022_000000020249	1598	0.8032991898333305	3	1	1	1	1	False	127765	maximal	True	CAN0022_000000020249	1.0		2	2	False	False	0.9893617033958435	0					non-mobilizable	no_good_hit	1126.0	98.22399999999999	70.0	0.021513807083301462	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0039_01_000000018169	1227	0.8032991898333305	2	1	1	1	1	False	127752	fragment	False	DEN0083_000000022423	0.17277486910994766		0	0	False	False	0.9983699917793274	0					non-mobilizable	other	1215.0	98.68299999999999	99.0	0.023215788265891532	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0346_000000006175	3277	0.8032988416611759	4	4	4	3	3	False	80263	fragment	False	ISR0346_000000006175	1.0		0	0	False	False	0.9902349710464478	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00046667911144297183	NZ_LZZM01000167.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000167, whole genome shotgun sequence	True	False
ISR0311_000000003753	4525	0.8032980476794247	6	6	5	5	4	False	104493	fragment	False	ISR0311_000000003753	0.9850370440300811		0	0	False	False	0.9997789859771729	0					non-mobilizable	other	4526.0	99.271	100.0	0.03199383183255406	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0029_000000013620	2422	0.8032896377342167	3	2	2	2	1	False	48875	maximal	True	FIJ0029_000000013620	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	78.846	6.0	3.4919850901426084e-05	NC_017584.1	a-proteobacteria	Rhodospirillum rubrum F11, complete sequence	True	False
ISR0075_000000021271	1302	0.8032888022531788	2	2	2	2	1	False	34615	fragment	False	ISR0075_000000021271	1.0		0	0	False	False	0.9923195242881775	0					non-mobilizable	no_good_hit	737.0	81.954	56.0	0.0002460503201515212	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0017_000000011276	2988	0.8032886632257564	4	4	3	3	3	False	115827	fragment	False	CAN0017_000000011898	0.9560457516339869		0	0	False	False	0.9993306398391724	0					non-mobilizable	no_good_hit	569.0	82.777	19.0	0.0001993728049142397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0009_000000009374	3494	0.8032856588344083	6	4	2	2	3	True	73859	maximal	True	MON0009_000000009374	1.0		1	1	False	False	0.9979965686798096	0		MOBB			mobilizable	no_good_hit	1334.0	97.676	78.0	0.2246376811594203	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	True	True
DEN0021_000000030580	1231	0.8032711007055041	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.7078093516823597		0	0	False	False	0.9918765425682068	0					non-mobilizable	chromosome	1232.0	96.67200000000001	100.0	0.0004143473927585809	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0059_000000015724	1144	0.8032711007055041	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.6315029972660067		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	94.51700000000001	100.0	0.0004036858209236995	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0166_000000016687	1752	0.8032702560046499	4	1	1	1	1	False	56138	fragment	False	ENG0166_000000016687	1.0		0	0	False	False	0.9686073064804077	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000012525	1641	0.8032651353224637	2	2	2	2	1	False	38636	maximal	True	ISR0002_000000012525	1.0		3	3	False	False	0.9865935444831848	0					non-mobilizable	other	1628.0	79.668	99.0	0.26388662648639843	NZ_QOHO01000047.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_47, whole genome shotgun sequence	False	False
DEN0063_000000035820	1411	0.8032615679369478	3	1	1	1	1	False	71434	fragment	False	DEN0063_000000035820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0275_000000001579	8080	0.8032601514457084	11	10	4	5	10	True	123847	maximal	True	ISR0275_000000001579	1.0	PS486|PS905	1	1	False	True	0.9998762607574463	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2946.0	99.525	66.0	0.5483330229092941	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
CAN0004_000000000374	31809	0.8032498606129023	25	19	12	19	7	True	96301	fragment	False	CAN0004_000000000374	1.0		0	0	False	False	0.9998113512992859	0					non-mobilizable	no_good_hit	3425.0	75.27	14.0	0.001159380824272214	CP015403.2	b-proteobacteria	Burkholderiales bacterium YL45, complete genome	True	True
ISR0370_000000001365	15167	0.8032475889548224	22	6	3	5	4	False	23526	maximal	True	ISR0370_000000001365	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	83.95100000000001	1.0	0.07314814814814814	XM_018961813.2	eudicots	PREDICTED: Juglans regia ATP-dependent Clp protease proteolytic subunit 2, mitochondrial (LOC108988528), mRNA	True	False
CAN0016_000000009632	4809	0.8032467234031143	3	3	2	3	1	False	93005	fragment	False	CAN0016_000000009632	1.0		0	0	False	False	0.9995841383934021	0					non-mobilizable	no_good_hit	282.0	76.241	6.0	0.006353269723062602	NZ_JABBJJ010000072.1	d-proteobacteria	Pyxidicoccus fallax strain DSM 14698 NODE_72_length_42970_cov_31.7605, whole genome shotgun sequence	True	False
ISR0183_000000011465	2896	0.8032424068893848	3	3	2	2	3	False	29478	maximal	True	ISR0183_000000011465	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2817.0	100.0	100.0	0.010811640942947093	CP032179.1	enterobacteria	Citrobacter freundii strain AR_0116 plasmid unnamed1, complete sequence	False	True
ENG0164_000000010498	1901	0.8032344363927358	2	2	2	2	2	False	120921	fragment	False	ENG0164_000000010498	1.0		0	0	False	False	0.9952656626701355	0					non-mobilizable	other	1902.0	95.426	100.0	0.005401149023386976	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ENG0004_000000018790	1431	0.8032332762079984	2	2	2	2	1	False	67757	maximal	True	ENG0004_000000018790	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	99.91	77.0	0.006422034301082125	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	False
ISR0065_000000010127	3111	0.8032282513878842	5	4	2	2	3	False	35203	fragment	False	ISR0065_000000010127	1.0		0	0	False	False	0.994535505771637	0					non-mobilizable	no_good_hit	469.0	73.348	15.0	0.00029918371102327906	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
ISR0211_000000000942	14587	0.8032165713375146	15	11	4	7	9	True	107924	maximal	True	ISR0211_000000000942	1.0		157	10	False	False	1.0	0					non-mobilizable	no_good_hit	7163.0	99.76299999999999	72.0	0.0015123921752659992	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
MAD0089_000000014821	1778	0.8032058347987516	3	3	2	2	2	False	15830	fragment	False	MAD0089_000000014821	1.0		0	0	False	False	0.9988751411437988	0					non-mobilizable	chromosome	1781.0	94.441	100.0	0.00036877029401972673	NZ_CP025034.2	enterobacteria	Lelliottia nimipressuralis strain SGAir0187 chromosome, complete genome	False	False
ISR0225_000000001921	6143	0.8032043582327438	8	3	2	2	3	False	132138	fragment	False	ISR0225_000000001921	1.0		0	0	False	False	0.9931629300117493	0					non-mobilizable	virus	6113.0	99.853	99.0	0.347117296222664	MK231927.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_1-CL21_c1 sequence	False	False
MON0105_000000032742	1662	0.8032032713064104	2	2	0	2	0	True	8722	maximal	True	MON0105_000000032742	1.0		1	1	False	False	0.9759325981140137	0					non-mobilizable	no_good_hit								True	True
FIJ0050_000000003587	7012	0.8031934099579792	3	3	3	3	3	False	46631	maximal	True	FIJ0050_000000003587	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	80.829	3.0	0.0009185987541504397	NZ_AUID01000001.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
SPA0074_000000003969	6517	0.8031921379396562	5	4	4	4	4	False	121286	maximal	True	SPA0074_000000003969	1.0	PS849	5	2	False	True	1.0	0					non-mobilizable	chromosome	3549.0	89.096	98.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0056_000000007231	2609	0.8031898606961309	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8471686964956638		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.84700000000001	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
AST0093_000000006324	2947	0.8031866346922788	5	5	3	4	5	True	109558	fragment	False	AST0093_000000006324	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2957.0	99.391	100.0	0.06716197487106082	AF488832.1	firmicutes	Lactobacillus salivarius UCC118 plasmid pSF118-44, complete sequence	False	True
ISR0043_000000000970	18146	0.8031865468649818	19	11	5	5	8	False	109399	maximal	True	ISR0043_000000000970	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	8514.0	99.84700000000001	87.0	0.001485228443983638	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0104_000000005257	4789	0.8031851430216221	7	5	5	4	3	True	102945	fragment	False	ISR0104_000000005257	1.0		0	0	False	True	0.9997912049293518	0					non-mobilizable	no_good_hit	356.0	75.843	7.0	0.0005953616693460802	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0794_000000005497	3518	0.8031850327098805	3	2	2	2	2	False	108736	fragment	False	FIJ0137_000000003029	0.9572845623972245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2490.0	97.711	71.0	0.06861933918031883	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CAN0007_000000012887	3248	0.8031850327098805	3	2	2	2	2	False	108734	fragment	False	AUS0010_000000006971	0.9608698601174831		0	0	False	False	0.9824507236480713	0					non-mobilizable	no_good_hit	1775.0	97.12700000000001	55.0	0.048899553202051964	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0180_000000004046	3498	0.8031771986279336	4	3	3	2	2	False	118633	fragment	False	CHI0180_000000004046	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3503.0	93.12	99.0	0.0006498734364046979	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0340_000000006826	3639	0.8031695113191237	3	3	3	3	3	False	105508	maximal	True	ISR0340_000000006826	1.0		20	7	False	False	0.9950535893440247	0					non-mobilizable	no_good_hit	1764.0	85.431	49.0	0.0007679706232424649	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
USA0065_01_000000004032	2795	0.8031566381497585	3	3	3	3	3	False	131432	fragment	False	USA0065_01_000000004032	0.964755295836377		0	0	False	False	0.9992844462394714	0					non-mobilizable	no_good_hit	1713.0	99.825	61.0	0.00954225096678069	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0303_000000009069	1533	0.8031513169494989	3	3	3	3	2	False	62071	fragment	False	ISR0087_000000023711	0.969309462915601		0	0	False	False	0.9817351698875427	0					non-mobilizable	other	1533.0	96.60799999999999	100.0	0.012728058223389052	NZ_JAAWUO010000014.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_14_length_120364_cov_136.787, whole genome shotgun sequence	False	False
MAD0112_000000018302	1580	0.8031431929224935	2	2	2	2	2	False	14444	maximal	True	MAD0112_000000018302	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0086_000000006080	4961	0.8031344646029991	8	5	2	2	5	False	52585	maximal	True	FIJ0086_000000006080	1.0		0	0	False	False	0.9981858730316162	0					non-mobilizable	no_good_hit	257.0	74.708	5.0	0.0489344909234412	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
USA0031_01_000000017189	1584	0.8031323941487564	2	1	1	1	1	False	55272	maximal	False	ENG0181_000000011812	0.9450934579439252		0	0	False	False	0.9987373948097229	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000012508	1935	0.8031317544750124	3	2	2	2	1	True	45194	fragment	False	SPA0010_000000012508	1.0		0	0	False	False	0.9958656430244446	0					non-mobilizable	no_good_hit	53.0	90.566	3.0	3.357451023183199e-05	NZ_CP024610.1	firmicutes	Lactobacillus terrae strain NIBRBAC000499792 chromosome, complete genome	True	True
SPA0027_000000020868	1797	0.8031317544750124	3	2	2	2	1	True	14073	fragment	False	SPA0027_000000020868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	83.07700000000001	4.0	1.1088923165578528e-05	NZ_CP019288.1	CFB group bacteria	Kordia antarctica strain IMCC3317 chromosome, complete genome	True	True
FIJ0019_000000000805	8440	0.8031243477449371	7	7	7	7	6	False	116553	maximal	True	FIJ0019_000000000805	1.0	PS721|PS777	0	0	False	True	0.9920616149902344	0					non-mobilizable	no_good_hit	2549.0	97.13600000000001	66.0	0.0007230241314626491	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0811_000000012889	1249	0.8031222801927607	2	1	1	1	1	False	125944	fragment	False	FIJ0078_000000014715	0.3168103275037219		0	0	False	False	0.9807846546173096	0					non-mobilizable	other	1204.0	98.256	96.0	0.003292507697570989	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0126_000000008312	5830	0.8031191486424663	8	6	3	6	2	False	54421	fragment	False	ISR0126_000000008312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	73.138	11.0	0.0001300669272621785	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0203_000000007402	2354	0.8031036151130594	3	3	3	2	2	False	111423	fragment	False	ISR0161_000000010490	0.24058254425689585		0	0	False	False	1.0	0					non-mobilizable	other	2354.0	99.15	100.0	0.0032591968773763537	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0140_000000014968	1928	0.8031036151130594	3	3	3	2	2	False	111417	fragment	False	ISR0038_000000015229	0.8558513422974583		0	0	False	False	0.9974066615104675	0					non-mobilizable	other	1928.0	99.274	100.0	0.0026691340342984418	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MON0083_000000012251	2847	0.8031013547642247	3	3	3	3	2	False	93590	maximal	False	MON0008_000000010391	0.9347123464770524		0	0	False	False	0.9950825572013855	0					non-mobilizable	no_good_hit	1467.0	71.029	50.0	0.003913089652505657	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
AST0055_000000002599	10051	0.8030982078735286	13	12	2	3	11	True	132544	fragment	False	CHI0126_000000000854	0.018579562520390076		0	0	False	False	0.9984081387519836	0					non-mobilizable	other	9768.0	99.75399999999999	97.0	0.668606243154436	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
MAD0023_000000007045	1741	0.8030907471098307	3	3	3	3	2	False	88690	fragment	False	MAD0023_000000007045	0.9848661233993015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	72.38600000000001	50.0	0.00763540921021236	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0037_000000011520	2576	0.8030876328806452	3	3	3	3	2	False	75351	fragment	False	FIJ0037_000000011520	0.9950643776824034		0	0	False	False	0.9852484464645386	0					non-mobilizable	no_good_hit	1056.0	69.508	41.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0048_000000011520	2067	0.8030830068633341	2	2	2	2	2	False	120676	fragment	False	AST0084_000000015381	0.9374920986093552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	73.796	41.0	0.00031032497019293397	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
DEN0064_000000014896	2626	0.8030642909874349	5	4	3	3	4	True	71293	fragment	False	DEN0064_000000014896	1.0		0	0	False	False	0.997334361076355	0					non-mobilizable	plasmid	2626.0	99.92399999999999	100.0	0.03131299877133757	LT838204.1	enterobacteria	Escherichia coli isolate WI2 isolate genome assembly, plasmid: pWI2-incI1	False	True
ENG0101_000000002376	10460	0.8030480141002662	9	6	3	3	4	True	101121	fragment	False	ENG0101_000000002376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	93.458	1.0	2.3145325044933087e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
CHI0187_000000001783	10172	0.8030454106433099	10	4	3	4	3	False	77111	maximal	True	CHI0187_000000001783	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	93.43799999999999	12.0	0.0008280766701575782	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0100_000000003966	8214	0.8030420214180662	8	6	4	4	6	False	129188	fragment	False	MON0100_000000003966	1.0		0	0	False	False	0.9965912103652954	0					non-mobilizable	other	6845.0	98.495	99.0	0.001677752385519695	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0017_000000013361	1470	0.8030402872501822	3	2	1	2	1	False	117011	fragment	False	ISR0379_000000016988	0.9489519945909398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0236_000000008076	1407	0.8030399031244184	2	2	2	1	0	True	98761	fragment	False	ISR0236_000000008076	1.0		0	0	False	False	0.9964463114738464	0					non-mobilizable	no_good_hit	154.0	100.0	11.0	0.0008560589953336392	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	True	True
SPA0102_000000012895	2761	0.8030254879544859	5	4	3	3	2	True	71294	fragment	False	SPA0102_000000012895	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2761.0	99.964	100.0	0.03185374974032269	CP054413.1	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-2, complete sequence	False	True
ISR0838_000000014025	1726	0.8030057058072919	2	2	2	2	1	True	41326	maximal	False	FIJ0123_000000017873	0.9671908893709327		0	0	False	False	0.9994206428527832	0					non-mobilizable	no_good_hit	170.0	77.64699999999999	10.0	0.0012938842404899508	NZ_CABKRX010000056.1	firmicutes	Bacillus massilioanorexius isolate MGYG-HGUT-01428, whole genome shotgun sequence	True	True
ENG0093_000000004942	2479	0.8030048508279722	3	1	1	1	1	False	61062	maximal	True	ENG0093_000000004942	1.0		3	2	False	False	0.9834610819816589	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0006114201351089372	NZ_PYLP01000012.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_11, whole genome shotgun sequence	True	False
MON0013_000000017166	2930	0.8030002037534502	4	1	1	1	1	False	95809	maximal	True	MON0013_000000017166	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	74.018	22.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0088_000000014694	2151	0.8030002037534502	3	1	1	1	1	False	95810	fragment	False	MON0088_000000014694	0.94831633542307		0	0	False	False	0.9855880737304688	0					non-mobilizable	no_good_hit	659.0	74.203	30.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0162_000000020780	1905	0.8030002037534502	2	1	1	1	1	False	95807	fragment	False	ISR0162_000000020780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	74.661	34.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0186_000000011779	2450	0.8029976926450609	3	2	2	2	2	False	71841	maximal	True	ISR0186_000000011779	1.0		1	1	False	False	0.9926530718803406	0					non-mobilizable	no_good_hit	258.0	74.806	10.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
FIJ0002_000000018986	1924	0.8029976926450609	3	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.9870937069504832		0	0	False	False	0.9906445145606995	0					non-mobilizable	no_good_hit	276.0	75.0	14.0	0.00241959965000625	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
FIJ0083_000000019811	1809	0.8029976926450609	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.9756523011394362		0	0	False	False	0.999447226524353	0					non-mobilizable	no_good_hit	275.0	74.182	15.0	0.00241959965000625	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
FIJ0123_000000018268	1805	0.8029976926450609	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.9808654855202706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.806	14.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
USA0121_01_000000024357	1801	0.8029976926450609	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.980749158375897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.419	14.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
ISR0839_000000011387	1782	0.8029976926450609	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.9729728473394742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.806	14.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
MON0080_000000031253	1760	0.8029976926450609	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.9651598966292855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.806	14.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
FIJ0072_000000006390	3948	0.8029908042411917	3	3	3	3	3	False	101229	maximal	True	FIJ0072_000000006390	1.0		10	3	False	False	0.9984802603721619	0					non-mobilizable	no_good_hit	871.0	95.40799999999999	46.0	0.524041387705417	NZ_CYZN01000060.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0033_000000003222	5296	0.8029722400493539	6	6	5	4	5	False	115828	maximal	False	MAD0097_000000006530	0.9597510668884851		0	0	False	False	0.9967900514602661	0					non-mobilizable	no_good_hit	675.0	75.407	13.0	0.00020656927630445076	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0001_000000016824	2061	0.8029680770983397	2	1	1	1	1	False	14388	maximal	True	MON0001_000000016824	1.0		3	2	False	False	0.9844735860824585	0					non-mobilizable	no_good_hit								True	False
SPA0063_000000004544	3871	0.8029673852152461	5	3	2	2	3	False	86271	fragment	False	SPA0063_000000004544	1.0		0	0	False	False	0.9948333501815796	0					non-mobilizable	no_good_hit	3282.0	84.64399999999999	84.0	0.006817454030640622	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
ENG0055_000000004446	4364	0.802966318898442	7	2	2	2	2	False	63671	maximal	True	ENG0055_000000004446	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
BAN0041_000000004646	1304	0.8029634570165433	2	2	2	2	2	False	97532	maximal	True	BAN0041_000000004646	1.0		1	1	False	False	0.9823619723320007	0					non-mobilizable	no_good_hit	340.0	71.765	25.0	0.0016653461649096424	NZ_FMUS01000005.1	firmicutes	Alkaliphilus peptidifermentans DSM 18978, whole genome shotgun sequence	True	False
CHI0060_000000005976	2252	0.8029630285224492	3	3	2	3	3	True	85758	fragment	False	CHI0060_000000005976	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2256.0	97.296	100.0	0.0005469201935898428	CP028528.1	firmicutes	Clostridioides difficile strain 020696 chromosome	False	True
MAD0043_000000004306	5091	0.8029513584950295	3	3	2	3	1	True	129413	fragment	False	MAD0043_000000004306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	81.878	25.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0062_000000009696	2963	0.8029455463319205	3	3	2	3	2	False	97068	fragment	False	CHI0109_000000005647	0.8901656491934067		0	0	False	False	0.9966250658035278	0					non-mobilizable	no_good_hit	283.0	74.558	9.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
CAN0021_000000015331	2801	0.8029455463319205	3	3	2	3	2	False	97068	fragment	False	CHI0109_000000005647	0.6653407172905522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	10.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
USA0019_01_000000010917	2744	0.8029455463319205	4	3	2	3	2	False	97068	fragment	False	CHI0109_000000005647	0.4401301913166528		0	0	False	False	0.9959912300109863	0					non-mobilizable	no_good_hit	283.0	74.558	10.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0049_000000011211	2630	0.8029455463319205	3	3	2	3	2	False	97068	fragment	False	CHI0109_000000005647	0.4464842473261541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	11.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0187_000000011504	2436	0.8029455463319205	3	3	2	3	2	False	97068	fragment	False	CHI0109_000000005647	0.2931918047464295		0	0	False	False	0.9995895028114319	0					non-mobilizable	no_good_hit	283.0	74.558	11.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
FIJ0098_000000005125	4370	0.8029284661271595	10	6	5	5	5	True	117235	maximal	True	FIJ0098_000000005125	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	99.566	34.0	0.00038539571351524273	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
DEN0010_000000035961	1308	0.8029231019195512	2	2	2	2	1	False	116778	fragment	False	DEN0052_000000021753	0.18241155056811204		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	97.07	97.0	0.011568853931760263	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0100_000000005388	5338	0.8029223189530401	11	5	1	3	4	False	119870	maximal	True	ENG0100_000000005388	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	96.667	1.0	1.6498369317954616e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0055_000000001861	7714	0.8029204985836286	11	4	4	4	3	False	62637	fragment	False	FIJ0055_000000001861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1686.0	99.822	29.0	0.0003747762247660319	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0123_000000030383	1166	0.8029139776630102	1	1	1	1	1	False	41286	fragment	False	FIJ0123_000000030383	1.0		0	0	False	False	0.9571183323860168	0					non-mobilizable	no_good_hit								True	False
MON0054_000000010441	3780	0.8029090808091005	3	1	1	1	1	False	28357	fragment	False	MON0054_000000010441	0.9916313568524506		0	0	False	False	0.9994708895683289	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00025738259064156903	NZ_SDWS01000011.1	high GC Gram+	Nocardioides glacieisoli strain HLT3-15 NODE_11_length_116558_cov_115.008070, whole genome shotgun sequence	True	False
USA0081_01_000000006888	4537	0.8029087888373657	6	2	2	2	2	False	59947	maximal	True	USA0081_01_000000006888	1.0		10	4	False	False	0.9988979697227478	0					non-mobilizable	other	4545.0	99.428	100.0	0.02457172521197439	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
FIJ0150_000000009930	2386	0.802908282250538	4	3	3	3	2	False	102732	fragment	False	MON0088_000000012087	0.9295416660550508		0	0	False	False	1.0	0					non-mobilizable	other	2410.0	92.448	100.0	0.0005901432108645193	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0142_000000010092	3244	0.8029072269724398	4	2	2	2	2	False	47594	fragment	False	FIJ0142_000000010092	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3166.0	98.895	98.0	0.005067667703271474	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
FIJ0112_000000003052	7668	0.8029057941940686	12	10	2	6	10	True	84925	backbone	True	FIJ0112_000000003052	0.9816522148595492	PS423	6	3	False	True	1.0	0					non-mobilizable	plasmid	7668.0	99.81700000000001	100.0	0.05323529207546122	CP056702.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00577 plasmid pRHBSTW-00577_2, complete sequence	False	True
FIJ0021_000000006354	7651	0.8029057941940686	12	10	2	6	10	True	84925	backbone	False	FIJ0112_000000003052	0.980091681494344	PS423	0	0	False	True	1.0	0					non-mobilizable	plasmid	7651.0	99.804	100.0	0.053117253733830486	CP056702.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00577 plasmid pRHBSTW-00577_2, complete sequence	False	True
ISR0260_000000001342	7070	0.8028967056332013	6	6	6	5	6	True	84015	fragment	False	ISR0260_000000001342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4317.0	99.212	62.0	0.04277375301031684	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	True	True
MAD0014_000000026643	1293	0.8028961147524616	2	1	1	1	1	False	19481	fragment	False	MAD0014_000000026643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	9.669335110146912e-06	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
MON0051_000000027005	1355	0.8028876497815838	2	2	2	2	2	False	11251	fragment	False	MON0101_000000045107	0.9585900068446269		0	0	False	False	0.9874538779258728	0					non-mobilizable	chromosome	1373.0	71.88600000000001	99.0	0.0004853819724138866	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	False	False
SPA0158_000000003668	4135	0.8028829513759485	6	2	2	2	1	False	60067	maximal	True	SPA0158_000000003668	1.0		238	10	False	False	0.9985489845275879	0					non-mobilizable	no_good_hit	1000.0	99.6	42.0	0.02342540918257281	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0058_000000034375	1526	0.8028818488416203	2	2	2	2	2	False	12378	fragment	False	MON0058_000000034375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	76.70100000000001	62.0	0.00016958528753416592	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
SPA0113_000000013150	2400	0.8028811178739147	3	2	2	2	2	False	93958	fragment	False	SPA0113_000000013150	1.0		0	0	False	False	0.9800000190734863	0					non-mobilizable	no_good_hit	238.0	74.79	10.0	0.0004657311368720765	NZ_AUQY01000005.1	firmicutes	Peptoniphilus mikwangii strain ChDC B134 contig_4, whole genome shotgun sequence	True	False
ENG0098_000000009747	2619	0.8028801177767868	4	4	4	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8472806233652702		0	0	False	False	1.0	0					non-mobilizable	other	2619.0	99.809	100.0	0.005787451531751401	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0249_000000008909	2148	0.8028665282704531	4	1	1	1	1	False	27065	maximal	True	ISR0249_000000008909	1.0		6	3	False	False	0.9790502786636353	0					non-mobilizable	no_good_hit	89.0	83.146	4.0	0.00039936827200609944	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0135_000000004155	4778	0.8028609596143212	6	6	6	4	5	False	104796	fragment	False	USA0042_01_000000005065	0.9581016020537793		0	0	False	False	0.9997907280921936	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	3.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0080_000000024926	1157	0.8028592595509838	2	2	2	1	1	False	61701	fragment	False	ENG0080_000000024926	1.0		0	0	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit								True	False
ISR0140_000000011260	2139	0.8028592021734683	2	2	2	2	1	False	31246	fragment	False	ISR0140_000000011260	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2139.0	99.95299999999999	100.0	0.0006438863025687389	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
BAN0013_000000000005	13836	0.8028369267565367	19	17	8	11	15	False	98755	maximal	True	BAN0013_000000000005	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	9346.0	97.90299999999999	100.0	0.0015449322910874204	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	False
ISR0026_000000011709	1923	0.8028363237778309	2	2	2	2	2	False	84827	maximal	True	ISR0026_000000011709	1.0		1	1	False	False	0.9875195026397705	0					non-mobilizable	no_good_hit	1213.0	95.713	63.0	0.008176521028715725	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0791_000000005478	3196	0.8028286645627759	5	4	2	3	2	True	131976	fragment	False	ISR0791_000000005478	1.0		0	0	False	False	0.9971839785575867	0					non-mobilizable	no_good_hit								True	True
AST0002_000000013335	2730	0.8028286645627759	5	4	2	3	2	True	131975	fragment	False	AST0002_000000013335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0795_000000000908	9022	0.8028257049698668	7	6	5	6	4	True	126519	maximal	True	ISR0795_000000000908	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1412.0	98.796	16.0	0.002244467173673402	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
CHI0172_000000004969	1605	0.8028253988720805	2	2	2	2	1	False	77929	fragment	False	ISR0185_000000019257	0.9773606202363703		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	99.12799999999999	100.0	0.0069225059126141525	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ISR0121_000000020419	1281	0.8028221296419097	2	2	2	2	2	False	32184	maximal	True	ISR0121_000000020419	1.0		50	7	False	False	0.9921935796737671	0					non-mobilizable	other	1281.0	100.0	100.0	0.018462426078176837	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	False	False
AST0084_000000019633	1788	0.8028149473765986	3	3	2	3	2	False	111327	maximal	True	AST0084_000000019633	1.0		49	9	False	False	0.9944071769714355	0					non-mobilizable	no_good_hit	411.0	73.96600000000001	22.0	0.030330603579011222	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
FIJ0122_000000006346	2603	0.8028063472325305	2	2	2	2	2	False	41435	fragment	False	ISR0189_000000005116	0.9867419772559927		0	0	False	False	0.9973108172416687	0					non-mobilizable	no_good_hit	72.0	88.889	3.0	0.00040646217611834345	NZ_JNKW01000005.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0187_000000003945	6503	0.8028003073102391	8	6	4	6	3	False	66542	fragment	False	ISR0187_000000003945	1.0		0	0	False	False	0.9998462200164795	0					non-mobilizable	no_good_hit								True	False
MAD0049_000000000932	12270	0.8027846776055234	16	10	7	10	7	True	30263	maximal	False	ISR0213_000000001493	0.9106090011944988		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	0.0	0.0011251758087201125	NC_014316.1	g-proteobacteria	Nitrosococcus watsonii C-113 plasmid pNWAT01, complete sequence	True	True
MON0107_000000006600	7091	0.8027780920084929	9	8	0	1	8	False	8620	fragment	False	MON0107_000000006600	1.0		0	0	False	False	0.9976025819778442	0	rep_cluster_2221				non-mobilizable	plasmid	7094.0	98.915	100.0	0.20084949738071642	CP044179.1	enterobacteria	Salmonella enterica subsp. enterica serovar Concord strain AR-0407 plasmid pAR-0407-2	False	True
ISR0039_000000018276	2006	0.8027753184824982	3	3	2	2	2	False	78844	fragment	False	ISR0039_000000018276	0.9891765188969922		0	0	False	False	0.9890329241752625	0					non-mobilizable	other	2006.0	100.0	100.0	0.006200596246861045	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0038_000000014516	2384	0.8027722713168955	3	3	3	3	3	False	108435	fragment	False	CHI0043_000000003241	0.7172521408099797		0	0	False	False	0.9979026913642883	0					non-mobilizable	other	2384.0	99.916	100.0	0.010166859366267189	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
AUS0022_000000025759	1319	0.8027661846181439	3	2	1	1	2	False	99082	maximal	True	AUS0022_000000025759	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	75.335	56.0	0.0001639689340386309	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
USA0035_01_000000004384	5817	0.8027598091281564	4	3	3	3	3	False	107082	fragment	False	USA0035_01_000000004384	1.0		0	0	False	False	0.9996562004089355	0					non-mobilizable	no_good_hit	1491.0	97.921	34.0	0.010040038620726907	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0145_000000010538	3035	0.8027550289327106	7	3	2	3	3	False	57509	maximal	True	ENG0145_000000010538	1.0		1	1	False	False	0.9996705055236816	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.428364649141424e-07	AP014963.1	monocots	Oryza sativa Japonica Group DNA, chromosome 7, cultivar: Nipponbare, complete sequence	True	False
FIJ0033_000000034638	1146	0.8027367587788279	2	2	2	2	2	False	69062	fragment	False	FIJ0033_000000034638	0.9982394366197184		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	99.564	100.0	0.000280728698147019	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0353_000000019130	1937	0.8027329235813194	3	3	3	3	2	False	120839	fragment	False	ISR0353_000000019130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1564.0	90.665	80.0	0.03742816091954023	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	False
ENG0135_000000007597	2853	0.8027146445173082	3	2	2	1	0	True	58816	maximal	True	ENG0135_000000007597	1.0		24	7	False	False	0.9828251004219055	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00013985455126668266	AC013545.8	primates	Homo sapiens chromosome 8, clone RP11-414D17, complete sequence	True	True
ENG0125_000000017456	1521	0.8027146445173082	2	2	2	1	0	True	58815	fragment	False	ENG0125_000000017456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00013985455126668266	AC013545.8	primates	Homo sapiens chromosome 8, clone RP11-414D17, complete sequence	True	True
MAD0010_000000000162	12890	0.8027116591397384	28	8	2	5	6	True	43459	maximal	True	MAD0010_000000000162	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	95.551	10.0	0.9992458521870287	NZ_QENY01000059.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_159, whole genome shotgun sequence	True	True
FIJ0101_000000023751	1186	0.8027108571376166	2	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.2115315858657017		0	0	False	False	0.9991568326950073	0					non-mobilizable	chromosome	1060.0	78.491	95.0	0.00027822763395273436	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0113_01_000000001747	10169	0.8027080600197904	21	7	3	7	1	True	112987	fragment	False	USA0113_01_000000001747	1.0		0	0	False	False	0.9998033046722412	0					non-mobilizable	no_good_hit	1880.0	91.86200000000001	47.0	0.03324708467727643	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0042_000000002674	9815	0.8027057959820076	13	8	3	8	5	False	64717	maximal	True	ENG0042_000000002674	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	1.0	1.803448735015971e-05	NZ_CP042326.1	cyanobacteria	Euhalothece natronophila Z-M001 chromosome, complete genome	True	False
ENG0111_000000006963	2972	0.8027016149467942	5	5	5	5	5	False	125786	fragment	False	AST0061_000000012781	0.9381466601636027		0	0	False	False	0.9956258535385132	0					non-mobilizable	no_good_hit	1134.0	74.16199999999999	38.0	0.00038829780559455576	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0112_000000018700	1780	0.8026995337206385	3	3	3	3	2	False	72896	fragment	False	DEN0045_000000021827	0.7588060987163183		0	0	False	False	0.9949437975883484	0					non-mobilizable	no_good_hit	504.0	72.421	28.0	0.0033724061029671735	NZ_KI271587.1	firmicutes	Lactobacillus shenzhenensis LY-73 LY73.Scaffold6, whole genome shotgun sequence	True	False
MAD0012_000000025701	1207	0.8026929800896518	2	2	2	2	2	False	19915	fragment	False	MAD0005_000000025488	0.9644284572342126		0	0	False	False	0.9884009957313538	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	0.0005516311426426196	NZ_FNHQ01000016.1	firmicutes	Megasphaera paucivorans strain DSM 16981, whole genome shotgun sequence	True	False
ENG0008_000000002881	7328	0.8026898564723284	10	8	4	6	5	False	114845	maximal	True	ENG0008_000000002881	1.0		55	8	False	False	1.0	0					non-mobilizable	plasmid	4418.0	99.819	99.0	0.5334621889345252	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
FIJ0045_000000021511	1104	0.8026886558126605	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.45574609661836435		0	0	False	False	0.9954710006713867	0					non-mobilizable	chromosome	1105.0	98.281	100.0	0.0003892180598591264	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0036_000000000924	15411	0.8026880870177201	15	14	7	12	7	True	132289	fragment	False	SPA0036_000000000924	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11782.0	95.069	96.0	0.002745963177497007	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
FIJ0115_000000012959	1839	0.8026862168841319	2	2	2	1	2	False	41730	fragment	False	ISR0368_000000007071	0.970682206184169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	69.602	57.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0118_000000001248	6431	0.8026811416235596	7	6	6	6	5	False	92170	maximal	True	CHI0118_000000001248	1.0		48	7	False	False	1.0	0					non-mobilizable	no_good_hit	2853.0	85.839	67.0	0.000623304045262944	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
SPA0002_000000008109	2737	0.8026776915551435	3	2	2	2	1	False	8412	maximal	True	SPA0002_000000008109	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1175.0	97.191	94.0	0.00032546334094228857	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0107_000000019462	2965	0.8026773512020261	4	3	3	3	3	False	75004	fragment	False	MON0107_000000019462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	73.312	30.0	0.0003100080828434874	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0058_000000001286	13632	0.8026722534134392	19	18	9	13	17	True	63782	fragment	False	ISR0058_000000001286	1.0		0	0	False	False	0.9986062049865723	0			MPF_T		non-mobilizable	other	9834.0	95.89200000000001	100.0	0.15440667296191377	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
CAN0017_000000011898	3060	0.802666966447757	4	4	3	3	3	False	115827	fragment	False	CAN0017_000000011898	0.9670348058902276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	80.916	21.0	0.00022936694370664744	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0004_000000009116	3857	0.8026656121952016	3	3	3	3	2	False	64152	fragment	False	MON0004_000000009116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	419.0	77.08800000000001	11.0	0.011565861153792429	KC246794.1	bacteria	Uncultured bacterium Contig99 genomic sequence	True	False
ISR0221_000000019794	1120	0.8026590018559754	1	1	1	1	1	False	27922	maximal	True	ISR0221_000000019794	1.0		3	2	False	False	0.9946428537368774	0					non-mobilizable	no_good_hit	678.0	73.89399999999999	60.0	0.0047071495516667365	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
MAD0105_000000017867	2040	0.8026576805580201	4	3	1	2	1	True	14821	maximal	True	MAD0105_000000017867	1.0		1	1	False	False	0.9843137264251709	0					non-mobilizable	no_good_hit	618.0	97.411	30.0	0.00018432766707495593	CP010993.1	firmicutes	Clostridium perfringens strain JP55, complete genome	True	True
ISR0838_000000014994	1625	0.8026528909863753	4	3	3	3	3	False	20876	maximal	True	ISR0838_000000014994	1.0		2	2	False	False	0.9993846416473389	0					non-mobilizable	no_good_hit	525.0	87.429	32.0	0.0001513181638323499	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0030_000000024709	1523	0.8026431415225779	2	2	2	2	2	False	48680	fragment	False	FIJ0030_000000024709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	77.97399999999999	55.0	0.00017740670677607028	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0142_000000021321	1682	0.8026414347922647	4	2	1	1	2	False	80033	fragment	False	FIJ0142_000000021321	0.9245496416926443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	91.595	44.0	8.940014812679716e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0032_000000029147	1164	0.8026399238068445	2	2	2	1	1	False	85953	fragment	False	ENG0188_000000019390	0.7309429496530525		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	96.65799999999999	100.0	0.003999793825060564	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0052_000000003247	8199	0.8026300471180223	7	5	3	4	2	True	131950	fragment	False	ISR0190_000000002622	0.19683155909661265		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2732.0	90.044	34.0	0.03409787654691743	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0094_000000004961	4134	0.8026275473680069	4	4	4	4	4	False	109360	maximal	True	AST0094_000000004961	1.0		1	1	False	False	0.9995161890983582	0					non-mobilizable	no_good_hit	954.0	90.042	38.0	0.0002675424372329142	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0255_000000002047	11577	0.8026265574820601	13	10	9	10	8	False	56228	maximal	True	ISR0255_000000002047	1.0		1	1	False	False	0.9982724189758301	0					non-mobilizable	no_good_hit	1090.0	75.413	19.0	0.00032565796262551335	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	True	False
MON0035_000000023296	1260	0.8026158641342789	2	1	1	1	1	False	99016	fragment	False	CAN0009_000000019077	0.46875867815668787		0	0	False	False	0.9658730030059814	0					non-mobilizable	no_good_hit	621.0	78.744	49.0	0.00017141526087976575	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0113_000000000200	65672	0.8026100122748341	74	13	6	11	5	False	106714	maximal	True	AST0113_000000000200	1.0		4	3	False	False	0.9998477101325989	0					non-mobilizable	no_good_hit	7050.0	93.759	55.0	0.00219230977427329	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0125_000000004370	3441	0.8026088255960631	6	5	4	5	4	False	71211	maximal	True	ISR0125_000000004370	1.0		86	7	False	False	0.9994187951087952	0					non-mobilizable	no_good_hit	2725.0	99.193	79.0	0.01928304451240231	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
ENG0022_000000009799	1512	0.8026021842468143	2	2	2	2	1	False	66305	maximal	True	ENG0022_000000009799	1.0		30	4	False	False	0.9894179701805115	0					non-mobilizable	chromosome	1512.0	99.802	100.0	0.00027279060820390225	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ENG0181_000000012312	1639	0.8026021329335787	3	1	1	1	1	False	95968	fragment	False	ISR0060_000000015774	0.7469939823491052		0	0	False	False	0.9914581775665283	0					non-mobilizable	no_good_hit	197.0	75.635	12.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ENG0016_000000015179	1477	0.8025989179683471	3	3	3	3	2	False	73378	fragment	False	ENG0061_000000014127	0.9601875322186209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	77.583	81.0	0.000995392229745568	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0174_000000004745	5795	0.8025960569543125	10	4	2	4	2	True	38122	fragment	False	ISR0174_000000004745	0.9944880418535127		0	0	False	False	0.9984469413757324	0					non-mobilizable	no_good_hit	3063.0	97.094	53.0	0.00078627478731267	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
ISR0052_000000012920	2677	0.8025932387223921	3	2	2	1	1	False	43166	fragment	False	ISR0052_000000012920	0.9608505564387917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0058_000000009236	1672	0.8025921659980141	2	2	2	2	1	False	16950	maximal	True	MAD0058_000000009236	1.0		18	6	False	False	0.9982057213783264	0					non-mobilizable	other	1694.0	81.523	100.0	0.00782301246299613	MN577572.1	bacteria	Uncultured Elusimicrobia bacterium isolate LL30 clone UCI_4 genomic sequence	False	False
CHI0178_000000003964	2710	0.8025829867782533	3	3	3	2	2	False	113756	fragment	False	ISR0059_000000003816	0.15799501253433737		0	0	False	False	0.9970479607582092	0					non-mobilizable	other	1870.0	97.807	100.0	0.00045823749942076723	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0143_000000020222	1442	0.8025788207529353	2	1	1	1	1	False	31122	fragment	False	ISR0143_000000020222	0.9926578560939794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	4.978763000580283e-05	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0783_000000000290	33218	0.8025546809131896	46	5	3	5	1	True	89655	fragment	False	ISR0783_000000000290	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	18308.0	97.28	99.0	0.1884716427136455	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
CHI0163_000000000410	20428	0.8025546809131896	31	5	3	5	1	True	89654	fragment	False	CHI0163_000000000410	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	9628.0	94.14200000000001	98.0	0.10182665325356065	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
FIJ0021_000000006544	7451	0.8025407774932615	10	7	7	6	5	True	89292	maximal	True	FIJ0021_000000006544	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	7372.0	99.851	99.0	0.0328757225433526	CP020508.1	enterobacteria	Serratia marcescens strain BWH-35 plasmid unnamed, complete sequence	False	True
MAD0107_000000009840	3943	0.8025221640420551	4	4	4	4	4	False	17588	maximal	True	MAD0107_000000009840	1.0		91	8	False	False	0.9951813220977783	0					non-mobilizable	other	2159.0	86.105	97.0	0.003887498849985839	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0150_000000015766	1528	0.8025169051904584	2	2	1	2	1	False	67346	fragment	False	ISR0150_000000015766	0.9567286899794407		0	0	False	False	0.9986910820007324	0					non-mobilizable	other	1526.0	98.493	99.0	0.0004560578942155161	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0021_000000020037	1507	0.8025115300376658	3	3	3	2	2	False	91433	fragment	False	MON0021_000000020037	1.0		0	0	False	False	0.923025906085968	0					non-mobilizable	no_good_hit	199.0	76.382	13.0	8.512822817476436e-05	NZ_FLKP01000002.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	False
ISR0039_000000013759	2577	0.8025025812545971	3	3	2	3	2	False	112008	maximal	True	ISR0039_000000013759	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	95.995	76.0	0.0002256789102916396	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0063_000000007615	2370	0.8024945622605879	4	4	4	2	2	False	129895	maximal	True	SPA0063_000000007615	1.0		30	5	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	93.101	64.0	0.019982708612226684	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0151_000000009013	1781	0.8024859873218139	3	3	3	3	3	False	103663	fragment	False	ISR0774_000000013535	0.9659400544959128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	77.112	68.0	0.00175860402824794	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
CAN0021_000000028000	1560	0.8024848946992973	2	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.11496474576273323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0030_000000001399	10168	0.8024833637028758	11	3	2	3	1	False	37065	fragment	False	ISR0030_000000001399	1.0		0	0	False	False	0.9999016523361206	0					non-mobilizable	no_good_hit	1669.0	78.73	17.0	0.05787466321424822	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0393_000000009830	1812	0.8024810248545524	3	3	3	3	2	False	72276	fragment	False	ISR0346_000000010486	0.43816351035905293		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	99.89	100.0	0.030713655789973544	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ENG0091_000000005741	4004	0.8024792319110482	6	3	3	3	2	False	127119	maximal	True	ENG0091_000000005741	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2021.0	99.505	75.0	0.0006366991498805559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0047_000000028357	1637	0.8024693955302445	2	2	2	2	1	False	113712	fragment	False	AST0055_000000021784	0.9839741562773473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	92.69200000000001	40.0	0.0011709675328341388	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0018_000000004643	5758	0.8024686812603042	5	5	4	5	5	False	131413	fragment	False	ISR0058_000000003113	0.5979626639580861		0	0	False	False	0.9998263120651245	0					non-mobilizable	no_good_hit	799.0	74.844	14.0	0.006995936118636818	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
SPA0053_000000011750	2850	0.8024664427988969	4	3	2	3	2	False	97068	fragment	False	CHI0109_000000005647	0.8066523051348382		0	0	False	False	0.9901754260063171	0					non-mobilizable	no_good_hit	283.0	74.558	10.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
SPA0132_000000016368	2514	0.8024664427988969	3	3	2	3	2	False	97068	fragment	False	CHI0109_000000005647	0.3005832892117838		0	0	False	False	0.999602198600769	0					non-mobilizable	no_good_hit	281.0	74.377	11.0	0.001436804048039231	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0289_000000003481	2545	0.8024662022104573	5	3	3	3	1	False	131779	maximal	True	ISR0289_000000003481	1.0		10	5	False	False	1.0	0					non-mobilizable	other	1553.0	93.49600000000001	100.0	0.00043603265563065945	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0024_000000000004	146930	0.8024554519533912	192	60	24	46	25	True	99757	maximal	True	MAD0024_000000000004	1.0		1	1	False	False	0.9998230338096619	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	0.00043118610219110623	MK893987.1	viruses	Staphylococcus phage PMBT8, complete genome	True	True
FIJ0006_000000023974	1608	0.8024476944890803	3	3	3	2	2	False	51688	maximal	True	FIJ0006_000000023974	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1608.0	95.647	100.0	0.003853985049319977	NZ_FNWH01000005.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
USA0039_01_000000012835	1744	0.8024446681012558	4	3	3	2	2	False	58308	fragment	False	USA0039_01_000000012835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	86.319	35.0	0.00019596497862476773	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0293_000000028755	1212	0.8024290913397013	2	2	2	2	2	False	25802	maximal	True	ISR0293_000000028755	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	72.67399999999999	28.0	0.004200302724520686	NZ_JXLC01000019.1	firmicutes	Enterococcus silesiacus strain DSM 22801 Scaffold19, whole genome shotgun sequence	True	False
DEN0072_000000008595	1986	0.8024197506266676	2	2	2	1	1	False	70278	maximal	True	DEN0072_000000008595	1.0		2	1	False	False	0.9949647784233093	0					non-mobilizable	no_good_hit								True	False
MON0079_000000001717	11503	0.8024180126817568	15	5	0	5	2	True	77390	fragment	False	MON0079_000000001717	1.0		0	0	False	False	0.9992175698280334	0					non-mobilizable	virus	8926.0	96.695	99.0	0.09190748467521764	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
FIJ0103_000000014071	1583	0.8024165189832345	2	1	1	1	1	False	42572	maximal	True	FIJ0103_000000014071	1.0		0	0	False	False	0.9981048703193665	0					non-mobilizable	no_good_hit								True	False
FIJ0098_000000021935	1104	0.8024162625402816	1	1	1	1	1	False	42821	fragment	False	FIJ0098_000000021935	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000011550	2530	0.8024145156366169	3	3	3	3	3	False	36890	maximal	True	ISR0074_000000011550	1.0		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	3.183795189992978e-05	CP015987.1	a-proteobacteria	Sphingobium sp. EP60837 chromosome 2, complete sequence	True	False
CHI0153_000000009754	1531	0.8024125653612202	2	2	2	2	1	False	79244	fragment	False	CHI0153_000000009754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	74.51	16.0	4.0678431282857225e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
ISR0365_000000001070	12655	0.802411162322785	12	3	3	2	3	False	121688	maximal	True	ISR0365_000000001070	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	70.183	4.0	0.00014815165251341145	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0115_000000011775	2783	0.8024000485096052	4	4	3	4	3	False	125667	fragment	False	ISR0115_000000011775	1.0		0	0	False	False	0.9816744327545166	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00011869905832080399	NZ_AUIO01000002.1	firmicutes	Streptococcus plurextorum DSM 22810 G575DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MON0094_000000032835	1184	0.8023975389432036	3	3	2	2	1	False	131716	maximal	True	MON0094_000000032835	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1067.0	88.00399999999999	90.0	0.00028406228360349623	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0148_000000002567	6669	0.8023917862642072	10	5	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8731262649261581	PS1125|PS140|PS493|PS494	0	0	False	True	0.9955015778541565	0					non-mobilizable	plasmid	4684.0	93.147	96.0	0.7173144876325088	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0084_000000009456	2872	0.8023912188464496	3	3	3	3	3	False	61537	maximal	True	ENG0084_000000009456	1.0		2	2	False	False	0.9937325716018677	0					non-mobilizable	no_good_hit	51.0	98.039	2.0	1.837805571932445e-05	NZ_AP018721.1	b-proteobacteria	Sulfuritortus calidifontis strain J1A	True	False
FIJ0022_000000020019	1281	0.8023909497804255	3	2	1	2	1	True	118504	fragment	False	FIJ0022_000000020019	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	97.133	90.0	0.002639436858932428	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	True
ISR0051_000000005637	7366	0.802363062996027	8	6	3	3	5	False	128693	fragment	False	DEN0010_000000003825	0.33745959425593997		0	0	False	False	1.0	0					non-mobilizable	other	7213.0	99.23700000000001	98.0	0.05579800981165947	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0209_000000003765	7346	0.802363062996027	9	6	3	3	5	False	128693	fragment	False	DEN0010_000000003825	0.3920097306612921		0	0	False	False	0.999727725982666	0					non-mobilizable	other	3754.0	98.428	99.0	0.02903260751814538	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0005_000000003219	7341	0.802363062996027	8	6	3	3	5	False	128693	fragment	False	DEN0010_000000003825	0.336079652520871		0	0	False	False	1.0	0					non-mobilizable	other	7278.0	98.64	99.0	0.0562777597226736	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0026_000000004184	7273	0.802363062996027	8	6	3	3	5	False	128693	fragment	False	DEN0010_000000003825	0.3370939733201073		0	0	False	False	1.0	0					non-mobilizable	other	3755.0	96.964	98.0	0.02903260751814538	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0051_000000000017	82452	0.8023580811048309	105	22	14	20	9	True	19344	fragment	False	MAD0051_000000000017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00022714633706949895	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	True	True
FIJ0078_000000010356	2409	0.8023553495229491	3	3	3	1	1	True	102940	fragment	False	FIJ0078_000000010356	1.0		0	0	False	False	0.9975093603134155	0					non-mobilizable	no_good_hit								True	True
ISR0096_000000007819	3056	0.8023545300516703	5	4	3	4	3	False	125367	maximal	True	ISR0096_000000007819	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	2411.0	98.175	79.0	0.0006878458494639369	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0079_000000005054	5551	0.8023365221782223	8	3	1	3	1	True	34391	maximal	True	ISR0079_000000005054	1.0		0	0	False	False	0.9884705543518066	0					non-mobilizable	no_good_hit	94.0	86.17	2.0	0.002416254805052169	NZ_FNID01000031.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ISR0332_000000010565	1431	0.8023352213701961	3	3	3	1	1	False	129888	fragment	False	ENG0173_000000010002	0.4721327319587629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	96.87200000000001	80.0	0.016008478357875947	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0075_000000015574	1639	0.8023343044567725	2	1	1	1	1	False	10340	fragment	False	MON0075_000000015574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	89.04	81.0	0.039577283477531956	NZ_QIML01000019.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_19, whole genome shotgun sequence	True	False
ISR0209_000000007496	3920	0.8023327982940124	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3092199376559758		0	0	False	False	0.9900510311126709	0					non-mobilizable	chromosome	3933.0	91.609	100.0	0.0013187758609489195	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0001_000000004622	6453	0.8023286419481049	10	7	4	5	5	True	130641	backbone	False	ISR0366_000000001985	0.9957214552411522	PS1110|PS1111	0	0	True	True	1.0	57		MOBV			mobilizable	no_good_hit	2579.0	94.223	76.0	0.02202521602649235	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0103_000000001914	11133	0.8023263900081927	12	4	3	4	3	True	95893	fragment	False	ISR0103_000000001914	0.994152242862451		0	0	False	False	0.9997305274009705	0					non-mobilizable	no_good_hit	358.0	84.637	3.0	9.003847319624953e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0009_000000002956	10470	0.8023263900081927	12	4	3	4	3	True	95893	fragment	False	ISR0103_000000001914	0.9867771711822286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	82.87200000000001	4.0	0.00010031313380122696	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0252_000000000643	10443	0.8023263900081927	12	4	3	4	3	True	95893	fragment	False	ISR0103_000000001914	0.9860955710488853		0	0	False	False	0.999904215335846	0					non-mobilizable	no_good_hit	375.0	83.2	4.0	9.436464608255582e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0102_000000002023	10371	0.8023263900081927	12	4	3	4	3	True	95893	fragment	False	ISR0103_000000001914	0.979518629023968		0	0	False	False	0.9999035596847534	0					non-mobilizable	no_good_hit	361.0	83.65700000000001	3.0	9.057924480703782e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0109_000000001996	10246	0.8023263900081927	11	4	3	4	3	True	95893	fragment	False	ISR0103_000000001914	0.9798014853177186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	98.361	1.0	1.6223148323648564e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0035_01_000000002508	10224	0.8023263900081927	12	4	3	4	3	True	95893	fragment	False	ISR0103_000000001914	0.9801913593551999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	1.0	2.1090092820743133e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0205_000000001491	10152	0.8023263900081927	12	4	3	4	3	True	95893	fragment	False	ISR0103_000000001914	0.9769829440366518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	1.0	2.1090092820743133e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0191_000000000777	10079	0.8023263900081927	11	4	3	4	3	True	95893	fragment	False	ISR0103_000000001914	0.9712898523662955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	96.25	1.0	2.1360478626137278e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0007_000000001730	9581	0.8023263900081927	11	4	3	4	3	True	95893	fragment	False	ISR0103_000000001914	0.7665882088582788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	True
DEN0062_000000001482	9334	0.8023263900081927	11	4	3	4	3	True	95893	fragment	False	ISR0103_000000001914	0.6801759120052592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	True
FIJ0170_000000004636	3501	0.8023248990710358	5	5	5	5	4	False	130928	fragment	False	CHI0066_000000003706	0.9635696131036431		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1371.0	84.245	39.0	0.016164098686076187	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0774_000000020337	1215	0.8023193124916492	1	1	1	1	1	False	22459	maximal	True	ISR0774_000000020337	1.0		28	7	False	False	0.9950617551803589	0					non-mobilizable	no_good_hit	953.0	70.72399999999999	78.0	0.0012041876134506735	NZ_QSBM01000001.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf1, whole genome shotgun sequence	True	False
DEN0052_000000019141	2266	0.8023180241380221	3	3	3	3	2	False	111423	fragment	False	ISR0161_000000010490	0.23773129525341913		0	0	False	False	0.9969108700752258	0					non-mobilizable	other	2263.0	98.984	99.0	0.003133150589301025	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0150_000000003116	7515	0.8023022563944644	8	5	3	5	1	True	104266	maximal	True	AST0150_000000003116	1.0		6	3	False	False	0.9997338652610779	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	2.228091434016786e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
SPA0020_000000003198	7485	0.8023022563944644	8	5	3	5	1	True	104266	maximal	False	AST0150_000000003116	0.998003992015968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	98.59200000000001	1.0	1.865662057219585e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0052_000000013723	2027	0.8023014534990258	3	3	3	3	2	False	127795	maximal	True	SPA0052_000000013723	1.0		1	1	False	False	0.9763196706771851	0					non-mobilizable	other	1828.0	91.904	90.0	0.007949383517196625	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
SPA0118_000000009158	3164	0.8022981269366624	4	3	3	3	3	False	79816	fragment	False	SPA0118_000000009158	0.9981907894736842		0	0	False	False	0.9933628439903259	0					non-mobilizable	other	3165.0	99.242	100.0	0.004128090849311637	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
MON0068_000000013777	3040	0.8022981269366624	4	3	3	3	3	False	79816	fragment	False	SPA0118_000000009158	0.9785082174462705		0	0	False	False	0.9967105388641357	0					non-mobilizable	other	3038.0	99.243	99.0	0.003962393144551025	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0006_000000015985	1168	0.8022921884849074	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.1418871010457062		0	0	False	False	0.9974315166473389	0					non-mobilizable	other	1182.0	76.396	100.0	0.0003234990012990727	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0336_000000010459	1466	0.8022898354962557	2	2	2	2	2	False	67147	fragment	False	ENG0011_000000017683	0.9253266957062849		0	0	False	False	0.9768076539039612	0					non-mobilizable	no_good_hit	77.0	81.818	5.0	0.001329182552730071	NZ_AJLS01000184.1	firmicutes	Bacillus bataviensis LMG 21833 contig184, whole genome shotgun sequence	True	False
MON0050_000000017713	2079	0.8022857191603356	3	2	2	2	1	True	45274	fragment	False	MON0050_000000017713	1.0		0	0	False	False	0.9947090148925781	0					non-mobilizable	chromosome	2050.0	82.537	98.0	0.00071809496991235	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0100_000000025129	1805	0.8022857191603356	3	2	2	2	1	True	45273	fragment	False	MON0100_000000025129	1.0		0	0	False	False	0.996121883392334	0					non-mobilizable	chromosome	1806.0	84.275	99.0	0.0006334056368514341	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0148_000000015511	1328	0.8022857191603356	3	2	2	2	1	True	45271	fragment	False	FIJ0148_000000015511	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	84.211	99.0	0.0004654384596139507	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0010_000000022952	1320	0.8022853907320491	2	2	2	2	2	False	125818	fragment	False	AST0010_000000022952	1.0		0	0	False	False	0.9939393997192383	0					non-mobilizable	no_good_hit	433.0	70.208	32.0	0.00018078611901315336	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
AST0085_000000002650	6083	0.8022830908779036	5	5	3	3	3	False	114988	fragment	False	AST0085_000000002650	1.0		0	0	False	False	0.9988492727279663	0		MOBP			mobilizable	plasmid	6035.0	99.98299999999999	99.0	0.09033610300172168	CP041658.1	firmicutes	Lactobacillus paracasei strain CBA3611 plasmid pLP1, complete sequence	False	True
ISR0843_000000003714	4265	0.8022722192883979	2	1	1	1	1	False	74408	fragment	False	ISR0843_000000003714	1.0		0	0	False	False	0.9981242418289185	0					non-mobilizable	no_good_hit	1214.0	93.575	55.0	0.009705146863717868	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ETH0002_000000015390	1656	0.8022722192883979	2	1	1	1	1	False	89067	fragment	False	CHI0023_000000008326	0.931419272276312		0	0	False	False	1.0	0					non-mobilizable	other	1655.0	96.495	99.0	0.013154614970209139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0048_000000021235	1126	0.8022720290168619	2	2	2	2	2	False	17511	fragment	False	MAD0048_000000021235	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	74.775	98.0	0.0030771466661449584	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
MON0033_000000027397	2308	0.802269613997874	3	3	3	3	2	True	12315	maximal	True	MON0033_000000027397	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	99.742	67.0	0.04055819787801181	CP039600.1	enterobacteria	Salmonella enterica subsp. enterica serovar 1,4,[5],12:i:- strain PNCS014867 plasmid p12-6334.1, complete sequence	True	True
AST0028_000000007727	2171	0.8022636059657046	3	3	3	3	3	False	118797	fragment	False	ENG0164_000000007924	0.4705444491705657		0	0	False	False	1.0	0					non-mobilizable	other	2133.0	99.67200000000001	98.0	0.0038460081430022313	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0066_000000023019	1402	0.8022616327650024	2	2	2	2	1	False	35117	maximal	False	ISR0267_000000012622	0.9567773167358229		0	0	False	False	0.9786019921302795	0					non-mobilizable	other	1410.0	91.206	100.0	0.00039032515930943957	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0065_000000009445	2742	0.8022597843726885	3	2	2	2	1	False	10679	maximal	True	MON0065_000000009445	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	3.782656143317276e-06	NZ_KQ976354.1	cyanobacteria	Scytonema hofmannii PCC 7110 Scaffold1, whole genome shotgun sequence	True	False
DEN0063_000000034911	1445	0.8022593538161173	2	2	2	2	1	False	71438	maximal	True	DEN0063_000000034911	1.0		1	1	True	True	0.9993079304695129	13					non-mobilizable	no_good_hit	752.0	73.271	51.0	0.00015670925765219542	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
DEN0005_000000012402	2748	0.8022526060757473	3	3	2	3	3	False	76524	fragment	False	SPA0141_000000008412	0.9823405399847654		0	0	False	False	0.9996361136436462	0					non-mobilizable	no_good_hit	429.0	72.727	15.0	0.0029096199308965265	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ISR0806_000000007566	1623	0.8022506992727958	2	2	2	2	2	False	92323	fragment	False	ISR0806_000000007566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	95.191	81.0	0.999236641221374	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
ENG0194_000000022364	1182	0.8022439591672125	2	2	2	2	2	False	54498	fragment	False	ENG0194_000000022364	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1189.0	83.01100000000001	100.0	0.11172022684310019	MK233948.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_5_c1 sequence	False	False
FIJ0110_000000010778	1564	0.8022362523031521	1	1	1	1	1	False	52722	fragment	False	FIJ0110_000000010778	1.0		0	0	False	False	0.9968030452728271	0					non-mobilizable	other	1438.0	95.758	95.0	0.00035183028981744296	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0098_000000015431	1542	0.8022290128497804	2	2	2	2	2	True	42850	maximal	True	FIJ0098_000000015431	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	99.92200000000001	83.0	0.02480270574971815	NZ_LT635844.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0384_000000001227	8556	0.8022288139601319	8	7	6	6	6	False	116281	fragment	False	ISR0384_000000001227	1.0		0	0	False	False	0.9989480972290039	0					non-mobilizable	no_good_hit	661.0	96.52	33.0	0.023058889394310507	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0176_000000002608	3238	0.8022283333727285	5	5	3	4	4	True	93849	fragment	False	CHI0176_000000002608	0.9943121520122892		0	0	False	False	0.9981470108032227	0					non-mobilizable	plasmid	3224.0	98.666	100.0	0.034927487498779705	CP056797.1	enterobacteria	Escherichia coli strain RHBSTW-00177 plasmid pRHBSTW-00177_4, complete sequence	False	True
USA0057_01_000000010187	3082	0.8022283333727285	5	5	3	4	4	True	93849	fragment	False	CHI0176_000000002608	0.9640828631023419		0	0	False	False	0.9977287650108337	0					non-mobilizable	plasmid	3082.0	100.0	100.0	0.03572505275851673	MF156268.1	enterobacteria	Escherichia coli strain 3-S1R plasmid pCERC10, complete sequence	False	True
CAN0022_000000008480	3479	0.8022252778935097	5	4	4	4	4	False	91616	maximal	True	CAN0022_000000008480	1.0		4	3	False	False	0.9997125864028931	0					non-mobilizable	no_good_hit	409.0	80.685	12.0	0.0001391461703101143	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0025_000000014944	2411	0.8022178686659834	4	3	2	3	1	False	120405	fragment	False	ISR0079_000000012054	0.9563502454082492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	99.598	38.0	0.0013575094081423194	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0052_000000001370	20095	0.8022152819276486	27	15	9	10	10	True	111469	fragment	False	SPA0052_000000001370	0.9342098411871909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0171_000000005687	3621	0.8022116569430842	5	5	5	5	4	False	105558	fragment	False	FIJ0171_000000005687	1.0		0	0	False	False	0.9986191391944885	0					non-mobilizable	no_good_hit	72.0	80.556	2.0	1.4309947744159395e-05	NZ_CP034036.1	enterobacteria	Brenneria nigrifluens DSM 30175 = ATCC 13028 chromosome, complete genome	True	False
FIJ0135_000000017271	1647	0.8022096836315881	3	3	3	2	2	False	40583	fragment	False	FIJ0135_000000017271	1.0		0	0	False	False	0.995749831199646	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.261724865947694e-07	LR812075.1	bony fishes	Danio rerio genome assembly, chromosome: 13	True	False
SPA0141_000000005066	4583	0.802199312706467	6	6	6	6	6	False	104536	fragment	False	ENG0135_000000003373	0.28655512564497937		0	0	False	False	0.9975998401641846	0					non-mobilizable	other	4583.0	99.105	100.0	0.01831667333066773	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0279_000000011379	1914	0.8021929129854936	3	2	2	2	2	True	93137	fragment	False	ENG0082_000000009793	0.7761565938653333		0	0	False	False	0.9994775056838989	0		MOBV			mobilizable	chromosome	1914.0	98.32799999999999	100.0	0.0007893891564683258	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	False	True
ISR0262_000000003962	3889	0.8021925255636437	4	4	3	2	2	True	107443	fragment	False	ISR0262_000000003962	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3889.0	100.0	100.0	0.09559637087851294	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
FIJ0138_000000008297	2193	0.802189136609496	3	3	3	2	2	False	87018	maximal	True	FIJ0138_000000008297	1.0		1	1	False	False	0.9904240965843201	0					non-mobilizable	other	1932.0	83.178	93.0	0.0005306829731576054	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0029_000000014389	2058	0.8021885184805634	2	2	2	2	2	False	123998	maximal	True	MON0029_000000014389	1.0		0	0	False	False	0.9747327566146851	0					non-mobilizable	no_good_hit	1214.0	96.12899999999999	59.0	0.00033684900389334134	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0060_000000001752	12580	0.8021807444141967	14	9	7	7	5	True	93241	maximal	True	ENG0060_000000001752	1.0		17	6	False	False	0.9992051124572754	0					non-mobilizable	no_good_hit	45.0	91.111	0.0	1.558171315978374e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0008_000000018229	1571	0.8021724024170309	2	2	2	2	1	False	107413	fragment	False	AST0106_000000011146	0.7687769649518545		0	0	False	False	0.9929980635643005	0					non-mobilizable	other	1571.0	99.936	100.0	0.02054516665139956	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
ENG0106_000000018836	1115	0.802156380030302	1	1	1	1	1	False	60031	fragment	False	USA0090_01_000000008274	0.9497446251272997		0	0	False	False	1.0	0					non-mobilizable	chromosome	1044.0	83.238	98.0	0.0001655196959667889	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0090_01_000000008274	1108	0.802156380030302	1	1	1	1	1	False	60031	fragment	False	USA0090_01_000000008274	0.9572062662157427		0	0	False	False	1.0	0					non-mobilizable	chromosome	1004.0	84.56200000000001	98.0	0.00017949335129702792	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
USA0130_01_000000029318	1105	0.802156380030302	1	1	1	1	1	False	60031	fragment	False	USA0090_01_000000008274	0.9564853777729458		0	0	False	False	1.0	0					non-mobilizable	chromosome	1004.0	84.56200000000001	98.0	0.00017949335129702792	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
ISR0360_000000022571	1105	0.802156380030302	1	1	1	1	1	False	60031	fragment	False	USA0090_01_000000008274	0.9564853777729458		0	0	False	False	0.996380090713501	0					non-mobilizable	chromosome	1004.0	84.56200000000001	98.0	0.00017949335129702792	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
MON0047_000000014061	2758	0.8021441195987254	2	2	2	2	2	False	93451	fragment	False	ISR0813_000000010258	0.7331386205759384		0	0	False	False	0.9894851446151733	0					non-mobilizable	no_good_hit	479.0	94.154	17.0	0.00013246246896712598	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0011_000000017980	2629	0.8021441195987254	2	2	2	2	2	False	93451	fragment	False	ISR0813_000000010258	0.7103634736664819		0	0	False	False	0.9825028777122498	0					non-mobilizable	no_good_hit	479.0	94.154	18.0	0.00013246246896712598	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0022_000000006928	2385	0.8021441195987254	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.9818364692234959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	93.51899999999999	5.0	0.0004391184799113555	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
SPA0061_000000007102	2381	0.8021441195987254	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.9856471639622365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	97.059	4.0	2.8047608733081182e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0085_000000012828	2375	0.8021441195987254	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.9824848831561926		0	0	False	False	0.9995789527893066	0					non-mobilizable	no_good_hit	96.0	95.833	4.0	2.638141415487834e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0060_000000006451	2373	0.8021441195987254	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.9842574687342893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	96.809	4.0	2.5826015962144058e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0132_000000017421	2369	0.8021441195987254	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.9829256913460076		0	0	False	False	0.9995778799057007	0					non-mobilizable	no_good_hit	90.0	96.667	4.0	2.4715219576675496e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0069_000000009975	2367	0.8021441195987254	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.9823087741202381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	96.59100000000001	4.0	2.4159821383941217e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0002_000000009047	2351	0.8021441195987254	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.9759248921558275		0	0	False	False	0.9961718320846558	0					non-mobilizable	no_good_hit	72.0	95.833	3.0	1.971663584206697e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0842_000000004363	4571	0.8021401000740346	3	3	3	3	1	False	108835	maximal	True	ISR0842_000000004363	1.0		2	1	False	False	0.9997812509536743	0					non-mobilizable	no_good_hit	1510.0	99.868	33.0	0.010328400706355833	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0041_000000008760	3446	0.8021366173324619	6	2	2	2	2	False	23415	fragment	False	MAD0041_000000008760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003683995088006549	NZ_JYCD01000132.1	firmicutes	Aeribacillus pallidus strain GS3372 LG46_132, whole genome shotgun sequence	True	False
FIJ0095_000000009979	2689	0.8021366173324619	2	2	2	2	2	False	43132	maximal	True	FIJ0095_000000009979	1.0		1	1	False	False	0.9988843202590942	0					non-mobilizable	no_good_hit	68.0	94.118	8.0	3.263712341265453e-05	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ISR0074_000000010907	2670	0.8021299096063996	4	4	4	4	2	False	101822	fragment	False	USA0121_01_000000016546	0.972345573385288		0	0	False	False	0.9906367063522339	0					non-mobilizable	no_good_hit	1475.0	92.475	82.0	0.0004131169986684705	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0400_000000013278	1436	0.8021208337607243	3	2	1	2	1	False	22550	maximal	True	ISR0400_000000013278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	92.33200000000001	22.0	0.006138228176828188	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0033_000000038532	1561	0.8021201063169279	2	2	1	2	0	True	12294	fragment	False	MON0033_000000038532	1.0		0	0	False	False	0.9948750734329224	0					non-mobilizable	no_good_hit	705.0	97.447	87.0	0.0027308202546179566	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
USA0059_01_000000003783	6684	0.8021194316796765	4	2	2	2	1	True	104227	fragment	False	USA0059_01_000000003783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	90.984	2.0	3.5540023249098544e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MON0078_000000028220	1643	0.802116518622885	3	1	1	1	0	True	20067	fragment	False	MON0078_000000028220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0034_000000016867	1632	0.802116518622885	3	1	1	1	0	True	48118	fragment	False	FIJ0034_000000016867	1.0		0	0	False	False	0.9908088445663452	0					non-mobilizable	no_good_hit								True	True
MON0082_000000022157	1596	0.802116518622885	4	1	1	1	0	True	9912	fragment	False	MON0082_000000022157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0003_000000020597	1284	0.802116518622885	2	1	1	1	0	True	20066	fragment	False	MAD0003_000000020597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0168_000000024492	1284	0.802116518622885	3	1	1	1	0	True	55954	fragment	False	ENG0168_000000024492	1.0		0	0	False	False	0.9781931638717651	0					non-mobilizable	no_good_hit								True	True
ISR0840_000000015913	1170	0.802116518622885	3	1	1	1	0	True	20784	maximal	True	ISR0840_000000015913	1.0		6	4	False	False	0.9991452693939209	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000003956	6182	0.8021134055186275	6	6	5	5	5	False	60144	maximal	True	ENG0146_000000003956	1.0		2	2	False	False	1.0	0					non-mobilizable	other	6152.0	88.475	99.0	0.06483843312412019	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
CHI0028_000000000824	9060	0.8021086068198467	11	8	4	6	5	False	88730	maximal	True	CHI0028_000000000824	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	1.0	0.0005167674546454095	NZ_CABMGA010000008.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0068_000000007910	2572	0.8020986384109159	3	2	2	2	1	False	35027	fragment	False	ISR0068_000000007910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	75.09	10.0	0.07102803738317758	MK232367.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_6-CL25_c1 sequence	True	False
ENG0147_000000007433	1960	0.8020965330569491	2	1	1	1	1	False	78788	fragment	False	ENG0147_000000007433	1.0		0	0	False	False	0.9984694123268127	0					non-mobilizable	no_good_hit	377.0	73.475	19.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0141_000000022358	1383	0.8020953150090275	2	2	2	2	2	False	127450	fragment	False	ISR0279_000000015631	0.9737922582164272		0	0	False	True	1.0	0					non-mobilizable	chromosome	1382.0	99.855	100.0	0.000769429630339485	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	True
MAD0035_000000006234	3658	0.8020798157515551	2	2	1	2	1	False	18782	maximal	True	MAD0035_000000006234	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000015329	2328	0.8020796145096885	3	3	1	2	2	True	14831	maximal	True	MAD0105_000000015329	1.0		1	1	False	False	0.9991409182548523	0	rep_cluster_2422				non-mobilizable	plasmid	2330.0	99.09899999999999	99.0	0.06209010930418555	CP001835.1	firmicutes	Lactococcus lactis subsp. lactis KF147 plasmid pKF147A, complete genome	False	True
MON0054_000000016084	2743	0.8020740301609112	4	2	1	2	0	True	11137	maximal	True	MON0054_000000016084	1.0		7	3	False	False	0.9948961138725281	0					non-mobilizable	no_good_hit	1475.0	98.78	54.0	0.5279971284996411	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	True	True
FIJ0042_000000004988	4687	0.802072327930475	6	3	1	3	2	False	101192	fragment	False	MON0038_000000004872	0.8301655009774084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	94.70200000000001	10.0	4.001356192992345e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0008_000000002518	9149	0.8020641328987367	14	14	5	9	12	False	132521	backbone	False	USA0060_01_000000001071	0.16406094736900675	PS1166	0	0	False	True	0.99825119972229	0					non-mobilizable	other	9162.0	97.686	100.0	0.34175417616502857	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0176_000000026949	1266	0.8020613653693338	2	2	2	2	2	False	30840	fragment	False	ISR0176_000000026949	1.0		0	0	False	False	0.9691942930221558	0					non-mobilizable	no_good_hit	974.0	73.203	75.0	0.0002248638161155541	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
ISR0794_000000017455	1216	0.8020576289212581	2	2	2	2	2	False	21982	maximal	True	ISR0794_000000017455	1.0		448	14	False	False	0.9917762875556946	0					non-mobilizable	no_good_hit	567.0	82.54	47.0	0.0001821098505957893	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0137_000000002430	11679	0.8020558796489732	12	12	6	7	8	False	69910	maximal	True	ISR0137_000000002430	1.0		15	3	False	False	0.9928932189941406	0					non-mobilizable	no_good_hit	6550.0	99.771	56.0	0.0029451391936911333	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	True	False
FIJ0137_000000008498	1361	0.8020507669362863	3	2	2	2	1	True	40491	fragment	False	FIJ0137_000000008498	1.0		0	0	False	False	0.979426920413971	0					non-mobilizable	chromosome	1366.0	85.212	100.0	0.00043835291470844856	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0019_000000000060	98248	0.8020420570323147	92	12	5	11	3	True	127415	maximal	False	SPA0046_000000000019	0.916502644198315		0	0	True	True	1.0	84					non-mobilizable	virus	43503.0	96.07799999999999	98.0	0.43912968748420234	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
SPA0142_000000018842	1420	0.8020408661544688	2	2	2	2	1	False	32388	fragment	False	SPA0142_000000018842	0.9694369535417069		0	0	False	False	0.997183084487915	0					non-mobilizable	other	1420.0	99.507	100.0	0.0006488690290559801	CP002220.1	high GC Gram+	Bifidobacterium bifidum S17, complete genome	False	False
ENG0025_000000020722	1337	0.8020392774548611	2	2	2	2	2	False	66114	fragment	False	ENG0025_000000020722	1.0		0	0	False	False	0.9962602853775024	0					non-mobilizable	chromosome	1334.0	89.58	99.0	0.0004182672138076721	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0153_000000002833	9299	0.8020380763039416	11	8	6	7	5	False	103557	maximal	True	AST0153_000000002833	1.0		15	5	False	False	0.9976341724395752	0					non-mobilizable	no_good_hit	81.0	96.296	1.0	3.672221207261083e-05	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	True	False
MAD0045_000000014369	2690	0.8020354480545312	3	3	3	2	2	False	17875	maximal	True	MAD0045_000000014369	1.0		3	1	False	False	0.9981412887573242	0					non-mobilizable	no_good_hit	269.0	92.565	15.0	7.181952076012923e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0089_000000002473	8093	0.8020350420908614	6	6	6	4	6	False	83595	maximal	True	ISR0089_000000002473	1.0		3	3	False	False	0.9971580505371094	0					non-mobilizable	no_good_hit	4483.0	98.48299999999999	55.0	0.08112462886523282	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
AST0029_000000016566	1792	0.8020345177789917	3	3	3	3	3	False	118103	fragment	False	AST0089_000000012601	0.9641988903789014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	79.919	27.0	0.0017585142911011925	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ENG0147_000000004540	3080	0.8020309142808901	4	4	4	4	3	False	124033	fragment	False	ENG0147_000000004540	1.0		0	0	False	False	0.9886363744735718	0					non-mobilizable	no_good_hit	1668.0	95.444	54.0	0.00046292439364402306	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0032_000000007593	4175	0.8020283782231851	5	5	4	4	4	False	104493	fragment	False	ISR0311_000000003753	0.9448928921848461		0	0	False	False	0.9920958280563354	0					non-mobilizable	other	4176.0	99.449	100.0	0.029518076550353326	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MAD0051_000000021617	1309	0.8020213975264245	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.23317920184748395		0	0	False	False	0.9992360472679138	0					non-mobilizable	chromosome	1066.0	78.612	96.0	0.000280361690588997	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0092_000000027593	2009	0.8020098254841267	3	3	3	3	3	False	34834	fragment	False	USA0116_01_000000012310	0.9885526363474697		0	0	False	False	1.0	0					non-mobilizable	other	2009.0	99.303	100.0	0.012616869407861667	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0154_000000004298	5874	0.8020045997161318	6	6	6	6	4	False	101823	maximal	True	ISR0154_000000004298	1.0		18	6	False	False	0.999659538269043	0					non-mobilizable	other	2912.0	95.845	90.0	0.0008169599422647917	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0037_000000006607	4097	0.8020034998335738	7	6	5	5	5	False	53029	maximal	True	FIJ0037_000000006607	1.0		48	4	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	97.604	35.0	0.033991753763543964	NZ_CABIWU010000018.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0092_000000018456	2925	0.8019971975717212	4	3	3	3	3	False	72230	fragment	False	MON0092_000000018456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	78.342	20.0	0.0023404323767854847	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
ENG0125_000000011548	2260	0.8019966897993897	4	2	2	2	1	True	58839	maximal	True	ENG0125_000000011548	1.0		0	0	False	False	0.9730088710784912	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0038510911424903724	XM_003763560.4	marsupials	PREDICTED: Sarcophilus harrisii cellular inhibitor of PP2A (CIP2A), mRNA	True	True
AUS0002_000000032534	1158	0.8019962347141769	2	2	2	1	1	False	102618	fragment	False	AUS0002_000000032534	1.0		0	0	False	False	0.9870466589927673	0					non-mobilizable	no_good_hit								True	False
AST0019_000000013025	2221	0.8019935150674566	2	2	2	1	2	False	122412	fragment	False	AST0019_000000013025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0157_000000001838	10644	0.801989223621521	10	5	5	5	3	True	97606	fragment	False	FIJ0157_000000001838	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	85.521	8.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
USA0101_01_000000011037	2949	0.8019769069145654	3	2	2	2	1	True	120238	fragment	False	ENG0122_000000008985	0.9682306940371457		0	0	False	False	0.9976263046264648	0					non-mobilizable	no_good_hit	104.0	78.846	3.0	0.00016934660435154362	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0050_000000008748	2913	0.8019679118796007	5	3	1	3	1	False	101188	fragment	False	FIJ0050_000000008748	0.9919142534787514		0	0	False	False	0.9831788539886475	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000014180	2659	0.8019679118796007	5	3	1	3	1	False	101188	fragment	False	FIJ0050_000000008748	0.9491932715413662		0	0	False	False	0.9992478489875793	0					non-mobilizable	no_good_hit								True	False
ISR0297_000000004571	2912	0.8019664817510642	4	4	4	4	4	False	65285	fragment	False	ENG0048_000000008464	0.9549104455797912		0	0	False	False	1.0	0					non-mobilizable	chromosome	2912.0	99.588	100.0	0.0013277516981173383	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
SPA0140_000000001504	11509	0.8019637239108073	12	11	6	10	9	True	15924	fragment	False	SPA0140_000000001504	1.0		0	0	False	False	0.9999130964279175	0					non-mobilizable	no_good_hit	2315.0	82.765	30.0	0.000959502121321407	LR134488.1	g-proteobacteria	Pasteurella multocida strain NCTC8282 genome assembly, chromosome: 1	True	True
CHI0132_000000011736	2667	0.8019626128745865	3	3	3	3	3	False	80917	maximal	True	CHI0132_000000011736	1.0		9	3	False	False	0.9823772311210632	0					non-mobilizable	no_good_hit	1330.0	86.09	50.0	0.01787522445287502	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0280_000000000434	11312	0.8019615561788747	10	9	6	8	4	True	132349	fragment	False	AST0149_000000002282	0.9579741090967783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9872.0	97.073	88.0	0.1071731333550701	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0129_000000000137	59152	0.8019614528658581	59	20	11	16	14	True	117146	fragment	False	ENG0129_000000000137	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	plasmid	19455.0	97.22399999999999	95.0	0.10452993570205388	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
MON0105_000000034519	1579	0.8019583916290586	2	2	1	2	1	False	8719	maximal	True	MON0105_000000034519	1.0		1	1	False	False	0.9772007465362549	0					non-mobilizable	no_good_hit	75.0	98.667	5.0	4.063024749386511e-05	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
ENG0064_000000003218	7099	0.8019569467144485	8	8	4	5	8	True	80279	fragment	False	ENG0031_000000002550	0.9473796269436846		0	0	False	False	1.0	0					non-mobilizable	chromosome	7040.0	96.889	99.0	0.0015916822554239373	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0026_000000016112	1422	0.801956253805525	3	3	3	3	2	False	87338	fragment	False	FIJ0006_000000026879	0.9683172418654485		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	99.93	100.0	0.006636713495740547	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0015_000000006184	4657	0.8019544892760037	4	3	3	3	2	False	50384	maximal	True	FIJ0015_000000006184	1.0		8	2	False	False	0.9982821345329285	0					non-mobilizable	no_good_hit	1025.0	88.0	22.0	0.0002274473288069386	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0092_000000023192	1362	0.8019500390869716	2	2	2	2	2	False	96456	fragment	False	CAN0003_000000034784	0.9559659090909092		0	0	False	False	0.988252580165863	0					non-mobilizable	chromosome	1362.0	99.853	100.0	0.000575263338311059	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0124_000000020537	1405	0.8019455462465355	3	2	2	2	2	False	130862	maximal	True	FIJ0124_000000020537	1.0	PS1128	5	4	False	True	0.9779359698295593	0					non-mobilizable	no_good_hit	1075.0	81.488	76.0	0.012619340202287551	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
AST0153_000000001625	14491	0.8019402286195154	17	15	10	12	12	True	123710	fragment	False	ISR0395_000000002237	0.991706667530542		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14502.0	99.807	100.0	0.1446491298099952	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0332_000000000628	14481	0.8019402286195154	17	15	10	12	12	True	123710	fragment	False	ISR0395_000000002237	0.9915941744324589		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14496.0	99.82799999999999	100.0	0.1446491298099952	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0330_000000001147	14478	0.8019402286195154	17	15	10	12	12	True	123710	fragment	False	ISR0395_000000002237	0.9910296664496243		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14496.0	99.759	100.0	0.1446491298099952	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0066_000000016092	2003	0.8019378708394935	4	2	1	2	1	False	35136	fragment	False	ISR0066_000000016092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000040506	1206	0.8019326274872515	2	2	2	1	1	False	96379	maximal	True	CAN0003_000000040506	1.0		44	9	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	100.0	36.0	0.5028835063437139	GQ882030.1		Uncultured organism clone VC1CX49TR genomic sequence	True	False
ISR0241_000000011141	1435	0.8019261260828472	3	1	1	1	1	False	38220	fragment	False	ISR0241_000000011141	1.0		0	0	False	False	0.9958187937736511	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.0787168039097238e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0333_000000019204	1259	0.8019261260828472	2	1	1	1	1	False	24529	maximal	True	ISR0333_000000019204	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	5.0	1.7883989117450686e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0011_000000024062	1218	0.8019261260828472	3	1	1	1	1	False	38219	fragment	False	ISR0011_000000024062	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	4.0	1.1071040882231377e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
TAN0012_000000007973	1259	0.8018989094897337	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.29716814552680987		0	0	False	False	0.9992057085037231	0					non-mobilizable	other	1264.0	79.509	99.0	0.007096730414720485	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	False	False
ISR0128_000000015139	2343	0.8018932490251122	5	5	4	4	2	False	79567	fragment	False	ISR0128_000000015139	0.973170731707317		0	0	False	False	0.994878351688385	0					non-mobilizable	no_good_hit	286.0	98.25200000000001	12.0	8.090376029322929e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
USA0119_01_000000010497	2317	0.8018922814572768	3	3	3	3	3	False	232	maximal	True	USA0119_01_000000010497	1.0		19	7	False	False	0.9995684027671814	0					non-mobilizable	other	2278.0	94.425	98.0	0.017733122354646857	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	False	False
ISR0021_000000001893	10531	0.8018848521929719	15	14	11	12	13	True	125097	fragment	False	ISR0021_000000001893	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2993.0	82.66	28.0	0.011269497150969822	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
FIJ0107_000000016532	1548	0.8018801691133709	2	2	1	2	1	True	131040	maximal	True	FIJ0107_000000016532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1248.0	96.074	81.0	0.0003770447192574003	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0040_000000012011	2243	0.8018770535849868	3	2	2	2	1	True	71660	fragment	False	ISR0068_000000008924	0.9423823619226516		0	0	False	False	0.9933125376701355	0					non-mobilizable	other	2224.0	96.448	99.0	0.028594602945720464	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
SPA0027_000000019588	1911	0.8018770535849868	3	2	2	2	1	True	71655	fragment	False	SPA0027_000000019588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1574.0	94.79	82.0	0.020213204243485425	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
MAD0026_000000004736	2712	0.8018680437659877	5	2	1	2	2	False	19100	maximal	True	MAD0026_000000004736	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	91.459	35.0	0.00022510596059144983	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0056_000000001646	8255	0.8018659221243609	10	9	5	7	6	False	63607	maximal	True	ENG0056_000000001646	1.0		3	2	False	False	0.9985463619232178	0					non-mobilizable	no_good_hit	3230.0	88.05	72.0	0.0009011153523544353	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0130_000000010988	2967	0.801861843247838	5	3	3	3	3	False	69549	maximal	True	SPA0130_000000010988	0.9779654792508263		275	12	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	74.79	16.0	0.0019610406589096615	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
CHI0058_000000004001	4331	0.8018573858749185	4	3	2	3	1	True	131950	fragment	False	ISR0190_000000002622	0.037667054531327605		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	374.0	99.73299999999999	9.0	0.0019047229981259159	NZ_NFIG01000006.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_6, whole genome shotgun sequence	True	True
SPA0093_000000012162	3270	0.8018560721431789	8	3	2	2	3	True	110406	fragment	False	ISR0197_000000006922	0.9639189960068455		0	0	False	False	0.99296635389328	0					non-mobilizable	no_good_hit	1565.0	98.914	69.0	0.009008490098724757	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0140_000000005741	4789	0.8018466887682444	4	3	2	3	2	True	105635	maximal	True	AST0140_000000005741	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00012782240108195477	NZ_JPST01000014.1	firmicutes	Thermoactinomyces daqus strain H-18 H_18_contig_14, whole genome shotgun sequence	True	True
USA0053_01_000000008914	2243	0.8018373380496779	2	2	2	2	2	False	77839	fragment	False	USA0053_01_000000008914	0.988750598372427		0	0	False	False	0.9995541572570801	0					non-mobilizable	no_good_hit	2001.0	76.512	88.0	0.0005539537223536965	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0310_000000014278	1278	0.8018342793691567	1	1	1	1	1	True	25316	fragment	False	ISR0310_000000014278	1.0		0	0	False	False	0.9937402009963989	0					non-mobilizable	no_good_hit								True	True
MAD0053_000000009353	1166	0.8018342793691567	1	1	1	1	1	True	17204	fragment	False	MAD0053_000000009353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	76.149	87.0	0.0003648075604212522	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
ENG0069_000000001465	14907	0.8018314860640238	14	10	8	9	8	True	116283	fragment	False	ENG0069_000000001465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5992.0	95.427	70.0	0.20906959655691243	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0110_000000015216	1991	0.8018289392670097	3	2	2	2	2	True	106722	fragment	False	ISR0207_000000014643	0.9925622935918524		0	0	False	False	0.9994977116584778	0					non-mobilizable	chromosome	1991.0	99.95	100.0	0.0008241284944704706	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
MON0037_000000057832	1321	0.8018191253531238	2	1	1	1	1	False	12049	maximal	True	MON0037_000000057832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	81.78	18.0	6.655709027255272e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
FIJ0057_000000011639	2754	0.8018185007881385	4	3	2	3	2	False	46144	fragment	False	FIJ0057_000000011639	1.0		0	0	False	False	0.9996368885040283	0					non-mobilizable	other	2754.0	100.0	100.0	0.0010077408996750556	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
DEN0094_000000004695	6033	0.8018168904925732	7	7	7	6	6	False	125056	fragment	False	CHI0172_000000000825	0.11470019069060554		0	0	False	False	0.9925410151481628	0					non-mobilizable	other	6034.0	99.238	100.0	0.0012741603118809905	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0082_000000009028	2244	0.8018135835790038	2	2	1	2	2	False	99517	fragment	False	FIJ0122_000000007371	0.6638826033349181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	97.541	76.0	0.0003293299109700659	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0122_000000007371	2211	0.8018135835790038	2	2	1	2	2	False	99517	fragment	False	FIJ0122_000000007371	0.9428698302809854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	769.0	94.538	88.0	0.00020711552693191334	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0125_000000009212	2109	0.8018135835790038	2	2	1	2	2	False	99517	fragment	False	FIJ0122_000000007371	0.7044227988337946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1515.0	96.436	72.0	0.6195741195741196	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	True	False
ISR0143_000000014502	2051	0.8018135835790038	5	2	1	2	2	False	99515	fragment	False	ISR0143_000000014502	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1533.0	97.913	99.0	0.000457704761594415	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0088_000000013568	2050	0.8018135835790038	3	2	1	2	2	False	99517	fragment	False	FIJ0122_000000007371	0.7100224433163997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1516.0	96.63600000000001	74.0	0.6195741195741196	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	True	False
FIJ0042_000000011794	2050	0.8018135835790038	3	2	1	2	2	False	99517	fragment	False	FIJ0122_000000007371	0.709661809374218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	96.63799999999999	74.0	0.61998361998362	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	True	False
FIJ0166_000000011683	2049	0.8018135835790038	3	2	1	2	2	False	99517	fragment	False	FIJ0122_000000007371	0.7100096425171852		0	0	False	False	0.9990239143371582	0					non-mobilizable	no_good_hit	1516.0	96.70200000000001	74.0	0.6195741195741196	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	True	False
DEN0026_000000017082	1675	0.8018135835790038	2	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.6215281522338116		0	0	False	False	1.0	0					non-mobilizable	other	1677.0	97.615	100.0	0.6863226863226863	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
MAD0043_000000001894	9613	0.8018132940174862	8	8	8	8	6	False	18077	maximal	True	MAD0043_000000001894	1.0		1	1	False	False	0.9998959898948669	0					non-mobilizable	no_good_hit	1244.0	77.251	21.0	0.0003507728419050533	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0060_000000002095	6291	0.8018099969202127	11	2	2	2	1	False	16869	maximal	True	MAD0060_000000002095	1.0		1	1	False	False	0.9995231032371521	0					non-mobilizable	no_good_hit								True	False
MAD0002_000000006646	4602	0.8018099969202127	5	2	2	2	1	False	20231	maximal	True	MAD0002_000000006646	1.0		1	1	False	False	0.9997826814651489	0					non-mobilizable	no_good_hit								True	False
ISR0036_000000002708	3452	0.8018099969202127	6	2	2	2	1	False	36759	fragment	False	ISR0036_000000002708	1.0		0	0	False	False	0.9997103214263916	0					non-mobilizable	no_good_hit								True	False
AST0087_000000013731	2652	0.8018059334239354	3	3	3	3	2	False	110933	fragment	False	AST0087_000000013731	1.0		0	0	False	False	0.999245822429657	0					non-mobilizable	no_good_hit	850.0	76.235	32.0	0.00023098566732557692	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
MON0085_000000002725	5893	0.8017986917878218	10	8	6	5	5	True	100040	fragment	False	MON0085_000000002725	1.0		0	0	False	False	0.9998303055763245	0					non-mobilizable	no_good_hit	1309.0	95.72200000000001	69.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0344_000000029426	1205	0.8017963332362327	2	2	1	2	1	False	24226	fragment	False	ISR0344_000000029426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0048_000000017434	1182	0.8017895889940566	1	1	1	1	1	False	6619	maximal	True	SPA0048_000000017434	1.0		1	1	False	False	0.9966158866882324	0					non-mobilizable	no_good_hit	272.0	84.559	23.0	0.0010875364222103666	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
DEN0011_000000042477	1127	0.8017866735234687	2	2	2	1	1	False	129105	fragment	False	SPA0030_000000021201	0.10104754530587876		0	0	False	False	0.9760425686836243	0					non-mobilizable	other	1126.0	99.29	99.0	0.012158744569094092	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0158_000000006557	2671	0.8017832790412812	4	4	3	3	1	False	113398	fragment	False	FIJ0147_000000006739	0.9347811547997251		0	0	False	False	0.9996256232261658	0					non-mobilizable	chromosome	1407.0	96.51700000000001	98.0	0.0003907134466719527	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0820_000000006185	3338	0.8017790454439098	6	4	3	3	3	False	74816	fragment	False	ISR0779_000000008835	0.9372808200701377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	77.69800000000001	8.0	6.340766794523256e-05	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
DEN0087_000000000003	73431	0.8017752921531731	73	11	3	11	3	True	114295	fragment	False	SPA0111_000000000104	0.9309338222580464		0	0	False	False	1.0	0					non-mobilizable	virus	22257.0	98.037	98.0	0.22921753464173492	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
FIJ0071_000000012501	2859	0.8017744918787706	4	3	2	3	3	False	97068	fragment	False	CHI0109_000000005647	0.5972048017020175		0	0	False	False	0.9986009001731873	0					non-mobilizable	no_good_hit	283.0	74.558	10.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ENG0119_000000012734	2563	0.8017744918787706	3	3	2	3	3	False	97068	fragment	False	CHI0109_000000005647	0.37232212573444934		0	0	False	False	0.9765899181365967	0					non-mobilizable	no_good_hit	283.0	74.558	11.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
SPA0016_000000016950	1978	0.8017660488229432	3	1	1	1	1	False	7874	maximal	True	SPA0016_000000016950	1.0		1	1	False	False	0.9914054870605469	0					non-mobilizable	no_good_hit	750.0	98.667	44.0	0.005358113715054225	NZ_WAJR01000003.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_003, whole genome shotgun sequence	True	False
ISR0095_000000008329	3433	0.8017613195928922	5	4	3	3	2	False	120387	maximal	True	ISR0095_000000008329	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2066.0	86.25399999999999	83.0	0.011742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0151_000000018519	1192	0.8017543497489619	2	2	2	2	2	False	72633	fragment	False	FIJ0088_000000023926	0.968705954721119		0	0	False	False	0.9991610646247864	0					non-mobilizable	chromosome	1184.0	89.35799999999999	100.0	0.00031622027797370333	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0222_000000009630	6422	0.8017418291022949	6	3	2	3	2	False	58665	maximal	True	ISR0222_000000009630	1.0		1	1	False	False	0.9984428286552429	0					non-mobilizable	no_good_hit								True	False
ISR0811_000000005961	2449	0.8017413073447016	3	3	3	3	2	False	84013	fragment	False	SPA0044_000000010053	0.9541659591247003		0	0	False	False	1.0	0					non-mobilizable	chromosome	2415.0	99.62700000000001	99.0	0.00034072810236183574	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0344_000000002320	10298	0.8017354318002239	14	9	3	3	9	False	103782	fragment	False	ISR0344_000000002320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4471.0	88.884	77.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0395_000000004392	8429	0.8017354318002239	12	9	3	3	9	False	103781	fragment	False	ISR0395_000000004392	0.9966596560682914		0	0	False	False	1.0	0					non-mobilizable	chromosome	4471.0	88.884	91.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CAN0023_000000001219	8083	0.8017354318002239	12	9	3	3	9	False	103781	fragment	False	ISR0395_000000004392	0.9762723929291731		0	0	False	False	1.0	0					non-mobilizable	chromosome	4471.0	88.884	94.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0132_01_000000001664	11984	0.8017340500727285	14	6	2	5	4	False	95	maximal	True	USA0132_01_000000001664	1.0		3	2	False	False	0.9993324279785156	0					non-mobilizable	no_good_hit	46.0	95.652	0.0	0.0007239149319519964	CP003728.1	firmicutes	Enterococcus faecalis D32 plasmid EFD32pB, complete sequence	True	False
FIJ0057_000000005878	4800	0.8017293255689393	6	4	1	1	4	False	51572	maximal	True	FIJ0057_000000005878	1.0	PS206	1	1	True	True	1.0	2					non-mobilizable	no_good_hit	77.0	90.90899999999999	2.0	0.028421839940164548	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ENG0084_000000003491	7049	0.8017276854649	7	4	3	4	2	False	112044	maximal	True	ENG0084_000000003491	1.0		0	0	False	False	0.9961696863174438	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
MON0088_000000008854	3391	0.8017255956974311	3	3	3	3	3	False	125457	fragment	False	MON0088_000000008854	1.0		0	0	False	False	0.9994102120399475	0					non-mobilizable	chromosome	1792.0	88.616	95.0	0.0004985863134561539	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0115_000000024080	1206	0.8017138432846262	2	1	1	1	1	False	66839	fragment	False	SPA0093_000000030260	0.9400165774905206		0	0	False	False	0.9950248599052429	0					non-mobilizable	no_good_hit	159.0	88.05	23.0	2.37372807095289e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0141_000000026074	1159	0.8017138432846262	2	1	1	1	1	False	66839	fragment	False	SPA0093_000000030260	0.9212055077778171		0	0	False	False	0.9922347068786621	0					non-mobilizable	no_good_hit	141.0	87.234	19.0	2.0962793353869677e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0258_000000017110	1614	0.8017128318690547	4	3	2	2	2	True	111684	fragment	False	FIJ0053_000000008919	0.37359725373713304		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	97.955	100.0	0.0018962505260831436	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ENG0177_000000017571	1507	0.8017128318690547	4	3	2	2	2	True	111684	fragment	False	FIJ0053_000000008919	0.38112117725975364		0	0	False	False	0.9887192845344543	0					non-mobilizable	other	1507.0	99.602	100.0	0.0012927615653230873	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
FIJ0075_000000001750	8708	0.8017101504488867	13	2	0	2	2	False	44613	fragment	False	FIJ0075_000000001750	1.0		0	0	False	False	0.9993109703063965	0					non-mobilizable	no_good_hit	6972.0	92.26899999999999	82.0	0.002163999828273734	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0086_000000000044	42313	0.801709103524619	68	13	6	11	6	False	16056	maximal	True	MAD0086_000000000044	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	93.413	1.0	0.0016338820741910803	LR745209.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0002_000000005065	5581	0.8017067279522384	6	5	5	5	5	False	45721	maximal	True	MAD0002_000000005065	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	78.26100000000001	3.0	4.750496571243801e-05	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	False
USA0087_01_000000008829	1770	0.8016823236107516	3	3	2	2	2	False	58149	maximal	True	USA0087_01_000000008829	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	646.0	86.84200000000001	36.0	0.0003811590425993983	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0027_000000009276	3850	0.8016734914294914	6	3	3	3	2	True	93142	maximal	True	SPA0027_000000009276	1.0		16	5	False	False	0.997662365436554	0		MOBV			mobilizable	no_good_hit	1698.0	98.822	44.0	0.00039591329755415635	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
TAN0002_000000001598	12039	0.8016728741795183	23	4	3	3	2	False	3078	maximal	True	TAN0002_000000001598	1.0		1	1	False	False	0.9990032315254211	0					non-mobilizable	no_good_hit	51.0	90.196	0.0	0.00039200006272001005	MT024872.1	viruses	Streptomyces phage Muntaha, complete genome	True	False
ISR0796_000000001134	11370	0.8016690505480709	8	6	4	6	2	True	106017	maximal	True	ISR0796_000000001134	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	75.277	7.0	0.0002836580054769722	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0039_000000006837	6051	0.8016670951619419	7	6	3	5	6	True	97729	maximal	True	MON0039_000000006837	1.0		1	1	False	False	1.0	0	IncFIC,IncI1				non-mobilizable	no_good_hit	2492.0	90.289	68.0	0.0003857044295913812	CP050211.1	enterobacteria	Escherichia coli strain RM-065-CS chromosome	True	True
SPA0111_000000028980	1173	0.8016636987098434	1	1	1	1	1	False	4554	maximal	True	SPA0111_000000028980	1.0		0	0	False	False	0.9872123003005981	0					non-mobilizable	no_good_hit	66.0	100.0	6.0	0.00024136919460669817	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0108_000000002257	11015	0.8016633311093249	13	9	4	6	7	True	123532	fragment	False	ENG0108_000000002257	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8733.0	98.179	99.0	0.0015942814653104134	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
ISR0328_000000011373	2493	0.8016552159781163	2	2	0	2	1	False	92880	fragment	False	ISR0232_000000010881	0.47450796788454874		0	0	False	True	0.999197781085968	0					non-mobilizable	plasmid	1084.0	89.48299999999999	95.0	0.16530957136272853	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0306_000000004204	2293	0.8016552159781163	2	2	0	2	1	False	92880	fragment	False	ISR0232_000000010881	0.46631483905852134		0	0	False	True	0.9991278052330017	0					non-mobilizable	plasmid	1862.0	89.581	100.0	0.2638710597632292	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
CAN0016_000000021316	2266	0.8016552159781163	2	2	0	1	1	False	92880	fragment	False	ISR0232_000000010881	0.5674230787151009		0	0	False	True	0.9951456189155579	0					non-mobilizable	plasmid	1618.0	94.499	97.0	0.24842525733599632	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0223_000000013009	2264	0.8016552159781163	2	2	0	1	1	False	92880	fragment	False	ISR0232_000000010881	0.45573814164530185		0	0	False	True	1.0	0					non-mobilizable	plasmid	1767.0	92.53	99.0	0.26993393762482715	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0304_000000004321	2184	0.8016552159781163	2	2	0	2	1	False	92880	fragment	False	ISR0232_000000010881	0.34687022972020787		0	0	False	True	1.0	0					non-mobilizable	plasmid	1750.0	91.88600000000001	100.0	0.24803879617743546	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
USA0051_01_000000010466	1953	0.8016503470777242	2	2	2	2	2	False	101448	fragment	False	AUS0020_000000012854	0.9345090099715094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	89.655	86.0	0.00015461472236701085	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0252_000000004579	2247	0.8016476945186777	3	2	2	2	1	False	26961	fragment	False	ISR0252_000000004579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.014917695473251029	MH617295.1	viruses	Circoviridae sp. isolate ctbe120, complete genome	True	False
ISR0355_000000006516	2873	0.8016467114844026	3	3	3	2	2	False	116972	fragment	False	ISR0355_000000006516	1.0		0	0	False	False	0.9989557862281799	0					non-mobilizable	no_good_hit	2000.0	86.65	80.0	0.0005573095262135725	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0098_000000000573	35410	0.8016430624492182	69	11	3	10	3	False	70458	maximal	True	SPA0098_000000000573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2420.0	77.521	7.0	0.0028179246813523216	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0128_000000005751	4320	0.8016417856279827	5	5	5	5	2	False	124236	maximal	True	ENG0128_000000005751	0.966231238222924		110	6	False	False	0.9997684955596924	0					non-mobilizable	no_good_hit	1145.0	94.236	48.0	0.011724194474050997	NZ_JAAITI010000014.1	firmicutes	Blautia luti strain MSK.16.34 NODE_14_length_97576_cov_232.838, whole genome shotgun sequence	True	False
ISR0077_000000016345	2086	0.8016387128630437	3	3	3	2	2	False	34512	maximal	True	ISR0077_000000016345	1.0		0	0	False	False	0.9995205998420715	0					non-mobilizable	no_good_hit	101.0	90.09899999999999	5.0	0.000621334128641018	NZ_JNKW01000007.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
CAN0012_000000013174	3947	0.8016320989857408	5	3	2	3	3	False	94284	maximal	True	CAN0012_000000013174	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0039_000000021952	1696	0.8016180866685593	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.2097768324994489		0	0	False	False	1.0	0					non-mobilizable	chromosome	1690.0	99.40799999999999	100.0	0.0005320535470289001	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0061_000000012191	3295	0.8016025412543333	4	3	1	2	1	False	71919	fragment	False	DEN0061_000000012191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	1.742841396722516e-05	NZ_LN812102.1	firmicutes	Risungbinella massiliensis strain GD1, whole genome shotgun sequence	True	False
ISR0331_000000016114	1534	0.8015909583873956	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.4732279000845036		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	94.26700000000001	99.0	0.02133534136546185	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0076_000000002344	12427	0.8015828056944582	17	13	9	8	9	True	125404	maximal	True	MON0076_000000002344	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	7222.0	90.12700000000001	58.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
AST0151_000000003272	5097	0.8015771724363556	7	6	5	6	5	False	131847	maximal	True	AST0151_000000003272	1.0		5	3	False	False	0.9976456761360168	0					non-mobilizable	no_good_hit	1842.0	86.48200000000001	49.0	0.0005894462159222394	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
USA0102_01_000000010092	1263	0.8015766576615957	2	2	2	2	2	False	331	maximal	True	USA0102_01_000000010092	1.0		46	6	False	False	1.0	0					non-mobilizable	no_good_hit	287.0	72.125	22.0	0.0018538029634173991	NZ_NOJZ02000004.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_4_length_149962_cov_312.917, whole genome shotgun sequence	True	False
ENG0032_000000018926	1317	0.8015743353808559	2	2	2	2	2	False	99060	fragment	False	CHI0129_000000018995	0.9677568774473138		0	0	False	False	0.950645387172699	0					non-mobilizable	other	1317.0	79.195	99.0	0.00042010792803218183	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
AST0090_000000004349	5888	0.8015695013775428	12	2	2	2	1	False	109952	maximal	True	AST0090_000000004349	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	97.419	3.0	0.000754750488367963	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0072_000000006649	3981	0.8015695013775428	6	2	2	2	1	False	67587	fragment	False	ISR0072_000000006649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	4.1146167645945454e-05	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0054_000000019179	1444	0.8015635112885934	4	4	2	4	1	False	122111	fragment	False	FIJ0103_000000012997	0.22063337939220723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	97.43	84.0	0.00034392292473196844	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0033_000000019218	1296	0.8015625019350607	2	1	1	1	1	False	70040	fragment	False	ENG0033_000000019218	1.0		0	0	False	False	0.9807098507881165	0					non-mobilizable	other	1207.0	97.68	100.0	0.00034420833794751365	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0330_000000027214	1196	0.8015585063773817	2	2	2	2	2	False	24636	fragment	False	ISR0363_000000014075	0.8972068988318581		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	91.045	67.0	0.39362745098039215	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0001_000000010343	3270	0.8015548106142607	3	1	1	1	1	False	105810	fragment	False	MON0001_000000010343	1.0		0	0	False	False	0.9996941685676575	0					non-mobilizable	chromosome	3276.0	96.581	100.0	0.0010959505368171726	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0129_000000007338	2856	0.8015548106142607	3	1	1	1	1	False	105799	fragment	False	FIJ0064_000000009780	0.9566258947301362		0	0	False	False	1.0	0					non-mobilizable	other	2857.0	96.64	99.0	0.0008847635870630391	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0064_000000009780	2780	0.8015548106142607	3	1	1	1	1	False	105799	fragment	False	FIJ0064_000000009780	0.963016927200988		0	0	False	False	1.0	0					non-mobilizable	other	2781.0	96.404	100.0	0.0008648532953710439	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0170_000000017475	2635	0.8015548106142607	3	1	1	1	1	False	105799	fragment	False	FIJ0064_000000009780	0.929409077779793		0	0	False	False	1.0	0					non-mobilizable	chromosome	2640.0	97.235	100.0	0.0008882719492200609	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0075_000000013093	1628	0.8015548106142607	2	1	1	1	1	False	105795	fragment	False	CAN0007_000000023237	0.8957534771130113		0	0	False	False	1.0	0					non-mobilizable	chromosome	1629.0	91.897	100.0	0.0005479752684085863	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0006_000000016808	2688	0.8015530506555402	3	3	3	2	1	True	95676	maximal	True	CAN0006_000000016808	1.0		1	1	False	False	0.9966517686843872	0					non-mobilizable	chromosome	1563.0	97.889	100.0	0.0006966022677728407	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
AUS0012_000000015201	1142	0.8015524991015951	2	2	2	2	0	True	101000	fragment	False	AUS0012_000000015201	1.0		0	0	False	False	0.932574450969696	0					non-mobilizable	no_good_hit								True	True
ISR0237_000000003695	2737	0.8015350489022347	2	1	1	1	1	False	27317	fragment	False	ISR0237_000000003695	1.0		0	0	False	False	0.9853854775428772	0					non-mobilizable	no_good_hit								True	False
SPA0107_000000003568	7938	0.8015329678025831	9	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.8729473623617318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3002.0	96.20299999999999	38.0	0.4832442933462846	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0190_000000003832	7838	0.8015329678025831	8	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.8455351294392098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	97.67299999999999	36.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0107_000000002280	7796	0.8015329678025831	9	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.8261098244743313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	97.565	36.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0057_000000003453	7640	0.8015329678025831	9	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.78099209362282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2746.0	97.706	36.0	0.4443904808159301	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0088_000000003547	7598	0.8015329678025831	8	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.7800951791240076		0	0	False	False	0.9998683929443359	0					non-mobilizable	no_good_hit	2705.0	97.671	36.0	0.43775295450866114	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0056_000000003865	7592	0.8015329678025831	8	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.7800989299413584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2694.0	97.51299999999999	35.0	0.4359721547676866	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0028_000000002933	7449	0.8015329678025831	8	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.5646509543037176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2468.0	98.015	33.0	0.3993848146349361	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0005_000000007388	2445	0.8015306237026798	3	3	3	3	2	False	90784	fragment	False	CHI0005_000000007388	1.0		0	0	False	False	0.9844580888748169	0					non-mobilizable	no_good_hit	117.0	88.889	5.0	8.983202186325553e-05	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0042_000000002860	7308	0.8015296169405629	8	8	8	8	8	True	58370	maximal	True	ISR0042_000000002860	1.0		23	4	False	False	1.0	0					non-mobilizable	chromosome	7308.0	100.0	100.0	0.0037584722507266704	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
MON0047_000000002573	10796	0.8015249932086093	10	6	4	5	3	True	11487	maximal	True	MON0047_000000002573	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0014_000000011937	2513	0.8015214881338291	4	4	4	3	2	False	131561	fragment	False	CHI0041_000000005632	0.9888541425755055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2028.0	77.219	80.0	0.0003092576984395872	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0197_000000003995	2513	0.8015214881338291	4	4	4	3	2	False	131561	fragment	False	CHI0041_000000005632	0.9897159062449394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1996.0	80.21	79.0	0.00030550188549536547	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CHI0041_000000005632	2513	0.8015214881338291	4	4	4	3	2	False	131561	fragment	False	CHI0041_000000005632	0.9897159062449394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1996.0	80.21	79.0	0.00030550188549536547	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CHI0138_000000005961	2510	0.8015214881338291	4	4	4	3	2	False	131568	fragment	False	DEN0087_000000005028	0.9412662175053704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	93.039	83.0	0.003409103882907671	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
SPA0150_000000014074	1476	0.8015149534983885	3	3	3	2	1	False	72276	fragment	False	ISR0346_000000010486	0.21261658441708509		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	99.39	100.0	0.00041955018531318356	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0029_000000001746	10865	0.8015130598668869	9	4	2	4	2	True	90004	fragment	False	SPA0029_000000001746	1.0		0	0	False	False	0.9998159408569336	0					non-mobilizable	no_good_hit	67.0	82.09	1.0	1.569844150154166e-05	CP031747.1	b-proteobacteria	Alcaligenes faecalis strain AU14 chromosome	True	True
ISR0259_000000002344	5350	0.8015115026582811	9	4	1	4	1	True	38498	fragment	False	ISR0259_000000002344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0260_000000001889	5349	0.8015115026582811	9	4	1	4	1	True	38498	fragment	False	ISR0259_000000002344	0.9999065420560748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0043_000000002175	7620	0.8015070533252131	10	9	5	5	8	True	89472	fragment	False	ISR0347_000000001985	0.9533990265908199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2024.0	95.01	56.0	0.04608	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0107_000000024925	1589	0.8014848537483048	1	1	1	1	1	False	14666	maximal	True	MAD0107_000000024925	1.0		1	1	False	False	0.992448091506958	0					non-mobilizable	no_good_hit	325.0	94.462	20.0	0.011910907884062247	NZ_FUWW01000022.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0062_000000019537	1507	0.8014848537483048	1	1	1	1	1	False	118062	fragment	False	FIJ0062_000000019537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	0.0011900765921088767	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
AST0047_000000019425	1214	0.8014747884061171	2	2	1	2	0	True	115051	maximal	True	AST0047_000000019425	1.0		20	4	False	False	0.9876441359519958	0					non-mobilizable	no_good_hit	896.0	94.30799999999999	74.0	0.007041034678079174	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	True
FIJ0007_000000012821	1439	0.8014693847798776	3	3	3	3	2	False	51553	fragment	False	FIJ0007_000000012821	1.0		0	0	False	False	0.9993050694465637	0					non-mobilizable	plasmid	830.0	99.759	100.0	0.0034894831439864294	CP026179.1	enterobacteria	Klebsiella pneumoniae strain KPNIH49 plasmid pKPC-224e, complete sequence	False	True
AST0094_000000006814	3136	0.8014690050999146	4	2	1	0	1	False	120163	fragment	False	AST0094_000000006814	0.981431134175432		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1619.0	92.959	60.0	0.2801664355062413	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0211_000000007017	3093	0.8014690050999146	4	2	1	0	1	False	120163	fragment	False	AST0094_000000006814	0.9778430658476007		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.949	59.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0102_000000010424	2919	0.8014690050999146	5	2	1	0	1	False	120163	fragment	False	AST0094_000000006814	0.9442155419203031		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1757.0	93.455	60.0	0.3333333333333333	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0809_000000002542	2830	0.8014690050999146	3	2	1	0	1	False	120163	fragment	False	AST0094_000000006814	0.47584789311408016		0	0	False	True	0.9996466636657715	0	rep_cluster_475				non-mobilizable	no_good_hit	1757.0	92.715	61.0	0.3333333333333333	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
FIJ0162_000000009547	2363	0.8014683876231329	3	3	2	3	2	False	107581	fragment	False	FIJ0162_000000009547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1259.0	95.155	53.0	0.14493087557603687	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
FIJ0090_000000015981	2675	0.8014666898686476	4	2	1	1	2	False	49918	maximal	True	FIJ0090_000000015981	0.9992517770295548		5	1	False	False	1.0	0					non-mobilizable	other	2686.0	81.608	100.0	0.14251483962315525	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0033_000000013200	2673	0.8014666898686476	4	2	1	1	2	False	49918	maximal	False	FIJ0090_000000015981	0.9988785046728972		0	0	False	False	1.0	0					non-mobilizable	other	2689.0	81.03399999999999	100.0	0.03814813195142928	NZ_CABIWU010000003.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0144_000000000420	24079	0.8014641187671652	32	14	5	10	10	False	88505	maximal	True	CHI0144_000000000420	1.0		2	1	False	False	0.999667763710022	0					non-mobilizable	no_good_hit	5584.0	86.264	36.0	0.012412778384644538	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0011_000000011908	2293	0.8014627696127083	4	3	2	3	3	False	67190	maximal	True	ENG0011_000000011908	1.0		3	3	False	False	0.9890972375869751	0					non-mobilizable	no_good_hit	751.0	82.42299999999999	57.0	0.574173712528824	LN853011.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0344	True	False
ISR0363_000000010750	1740	0.8014623706540288	3	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.3580083943587836		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	99.676	100.0	0.0018809609956423592	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0853_000000011674	1547	0.8014623706540288	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.3403784837764932		0	0	False	False	0.9980607628822327	0					non-mobilizable	other	1547.0	99.806	100.0	0.0037696008270689525	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0009_000000001935	4594	0.8014451042550224	5	3	2	3	2	True	19787	fragment	False	MAD0009_000000001935	1.0		0	0	False	False	0.9908576607704163	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.010013351134846462	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0855_000000001625	6163	0.8014437499200048	8	6	4	5	5	True	77848	maximal	True	ISR0855_000000001625	1.0		82	8	False	False	0.9995132088661194	0					non-mobilizable	no_good_hit	2203.0	78.075	52.0	0.0005907080030216464	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MON0028_000000016553	1574	0.8014427916393776	1	1	1	1	1	False	58416	fragment	False	MON0028_000000016553	0.9936930623686054		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	98.412	100.0	0.012956312598840274	NZ_QIBZ01000007.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_007, whole genome shotgun sequence	False	False
USA0034_01_000000025267	2096	0.8014416907456132	4	1	1	1	1	False	72720	maximal	False	DEN0046_000000011332	0.931588961247547		0	0	False	False	0.9995229244232178	0					non-mobilizable	no_good_hit	1150.0	79.391	57.0	0.007697137880046183	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0846_000000005173	1983	0.8014405608921741	4	2	1	2	1	True	20665	maximal	True	ISR0846_000000005173	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0129_000000004842	5367	0.8014341900738003	4	4	4	4	4	False	103102	maximal	True	ENG0129_000000004842	1.0		1	1	False	False	0.9983230829238892	0					non-mobilizable	no_good_hit	1177.0	80.969	22.0	0.0021088102810364016	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0108_000000016472	1117	0.8014321229216415	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.09254283579167115		0	0	False	False	0.9991047382354736	0					non-mobilizable	no_good_hit	431.0	96.984	39.0	0.00011941061143787038	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0012_000000005628	4731	0.8014316216668096	2	2	1	2	1	False	19694	maximal	True	MAD0012_000000005628	1.0		2	1	False	False	0.986894965171814	0					non-mobilizable	no_good_hit								True	False
ISR0225_000000000997	9279	0.8014281172019756	10	9	4	6	7	False	85027	maximal	True	ISR0225_000000000997	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	3107.0	98.165	35.0	0.0007963198026480581	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
USA0045_01_000000010945	1324	0.8014272784988621	2	2	0	2	0	True	1202	fragment	False	USA0045_01_000000010945	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	97.054	100.0	0.0043406508679661275	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
SPA0014_000000000127	41037	0.8014197524088443	55	28	19	27	17	True	108326	fragment	False	FIJ0028_000000000462	0.9454366508233712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	0.0	0.0018370708222475612	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
DEN0001_000000024777	1757	0.8014164608164992	2	2	2	2	2	True	76842	fragment	False	DEN0011_000000026424	0.9102470889302811		0	0	False	False	0.9852020740509033	0					non-mobilizable	no_good_hit	1125.0	80.8	74.0	0.4581624282198523	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0030_000000007676	2697	0.8014158554615368	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9797568301165474		0	0	False	False	1.0	0					non-mobilizable	other	2701.0	98.075	100.0	0.0005222719565705122	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0781_000000010420	2657	0.8014158554615368	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9795747663847617		0	0	False	False	1.0	0					non-mobilizable	other	2661.0	98.046	100.0	0.0005145288586228397	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0288_000000012129	2485	0.8014090182111571	2	2	2	2	2	False	26116	backbone	False	MON0037_000000028446	0.9777568557525018	PS71	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1131.0	86.914	45.0	0.0005878866970539469	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
MON0037_000000028446	2444	0.8014090182111571	2	2	2	2	2	False	26116	backbone	True	MON0037_000000028446	0.9850655403438917	PS71	11	6	True	True	0.9930441975593567	2					non-mobilizable	no_good_hit	1100.0	87.09100000000001	45.0	0.0005716002916842665	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
ISR0066_000000011340	2855	0.8014032361636583	3	3	3	2	2	False	108483	maximal	True	ISR0066_000000011340	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1860.0	97.204	65.0	0.0005234648181439224	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0090_000000002631	4604	0.8014017402515847	5	5	5	5	3	True	83828	fragment	False	CHI0090_000000002631	1.0		0	0	False	False	0.9976107478141785	0					non-mobilizable	no_good_hit	1110.0	85.85600000000001	65.0	0.0002086485580558022	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	True
MAD0098_000000017353	2561	0.8013974772801502	6	2	1	2	2	False	15326	maximal	True	MAD0098_000000017353	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0049_000000008005	2433	0.801396912072111	3	3	3	3	2	False	64188	fragment	False	SPA0145_000000013278	0.9680809653561697		0	0	False	False	0.9995889663696289	0					non-mobilizable	other	2438.0	89.41799999999999	100.0	0.0094472431967051	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ETH0005_000000032600	1432	0.8013903713037641	1	1	1	1	1	False	52714	maximal	True	ETH0005_000000032600	1.0		10	5	False	False	1.0	0					non-mobilizable	chromosome	1432.0	100.0	100.0	0.0005922346490792427	CP043523.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 chromosome, complete genome	False	False
ISR0312_000000002281	6165	0.8013817863440101	10	4	4	4	2	False	66480	maximal	True	ISR0312_000000002281	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	95.441	5.0	0.012572830420116528	NZ_JAAIUD010000021.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_21_length_26088_cov_308.86, whole genome shotgun sequence	True	False
ENG0080_000000021821	1307	0.8013772548833701	1	1	1	1	1	False	61720	fragment	False	MAD0042_000000017715	0.8072316073458524		0	0	False	False	0.9961744546890259	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000030813	1240	0.8013772548833701	1	1	1	1	1	False	61720	fragment	False	MAD0042_000000017715	0.6393429836251919		0	0	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	31.0	96.774	3.0	5.103116983853738e-05	NZ_FOMO01000003.1	g-proteobacteria	Pseudomonas straminea strain JCM 2783, whole genome shotgun sequence	True	False
MON0048_000000035166	1176	0.8013772548833701	2	1	1	1	1	False	61720	fragment	False	MAD0042_000000017715	0.3202956989247312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	74.52199999999999	13.0	0.0002291390472279383	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
FIJ0162_000000002558	9688	0.8013753961555338	17	16	3	14	15	True	62806	fragment	False	MAD0006_000000000519	0.947444455514596		0	0	False	False	1.0	0			MPF_F	MOBP	mobilizable	plasmid	9614.0	99.053	100.0	0.05729477122624639	CP024297.1	enterobacteria	Escherichia coli strain 90-9276 plasmid unnamed1	False	True
MON0036_000000000086	27306	0.8013625677375243	22	16	7	13	8	True	14262	maximal	True	MON0036_000000000086	1.0		1	1	False	False	0.999926745891571	0					non-mobilizable	no_good_hit	1679.0	98.63	6.0	0.004091455490182213	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0077_000000010480	2759	0.8013572382546068	4	4	3	4	3	False	88692	fragment	False	SPA0124_000000009864	0.9653928007642318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	77.778	5.0	3.428949967972148e-05	NZ_LN884299.1	firmicutes	Paenibacillus ihumii strain AT5, whole genome shotgun sequence	True	False
DEN0094_000000021346	1774	0.8013555048619793	2	2	2	1	1	False	68345	maximal	True	DEN0094_000000021346	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	1.0907314752040946e-05	CP044411.1	proteobacteria	Acidithiobacillus sp. 'AMD consortium' chromosome, complete genome	True	False
USA0111_01_000000011750	2142	0.8013526165831071	2	2	2	2	2	False	303	fragment	False	USA0111_01_000000011750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	96.556	69.0	0.08739068778066651	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0090_000000003784	5745	0.8013464096968361	12	6	2	4	3	False	33691	maximal	True	ISR0090_000000003784	1.0		6	3	False	False	0.9961705803871155	0					non-mobilizable	no_good_hit	174.0	79.885	3.0	0.0008862841129730478	NZ_FOJY01000004.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
USA0057_01_000000002074	12902	0.8013358256164862	13	11	7	11	8	True	89315	maximal	True	USA0057_01_000000002074	1.0		1	1	False	False	0.9997674822807312	0					non-mobilizable	no_good_hit	1204.0	74.086	9.0	0.00037739730911932	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ISR0025_000000024234	1626	0.80133128307611	3	3	3	3	2	False	53075	fragment	False	ISR0025_000000024234	0.9444288897371603		0	0	False	False	0.9956949353218079	0					non-mobilizable	no_good_hit	267.0	81.648	16.0	0.0001115990469441391	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
SPA0082_000000002365	6566	0.8013301912401852	9	7	6	6	4	False	97861	fragment	False	SPA0082_000000002365	0.9825134825951953		0	0	False	False	1.0	0					non-mobilizable	other	6558.0	96.325	99.0	0.15778323462853291	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
MON0009_000000007762	4012	0.8013300813241718	4	4	3	4	2	False	127574	fragment	False	MAD0004_000000002298	0.8888344064393588		0	0	False	False	1.0	0					non-mobilizable	other	4048.0	84.289	100.0	0.1101815788030062	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
DEN0005_000000010842	3070	0.8013272680133589	4	4	4	4	3	False	102467	maximal	True	DEN0005_000000010842	1.0	PS598	525	14	True	True	1.0	72					non-mobilizable	other	2014.0	90.616	99.0	0.0005994108732833456	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ETH0004_000000001436	16806	0.8013128655346974	26	8	2	6	6	False	58441	maximal	True	ETH0004_000000001436	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2480.0	94.355	48.0	0.09665296535525543	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ISR0319_000000018670	1127	0.8013101105346807	2	2	2	2	2	False	25078	fragment	False	ISR0319_000000018670	1.0		0	0	False	False	0.9574090242385864	0					non-mobilizable	chromosome	1144.0	72.29	99.0	0.0004051139680913175	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	False	False
FIJ0172_000000002313	9994	0.8013082864120165	10	5	3	4	3	False	101285	fragment	False	FIJ0172_000000002313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	89.535	3.0	4.5615460600112734e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0114_000000007062	5753	0.8012854883021868	4	4	2	3	4	False	123373	fragment	False	SPA0114_000000007062	0.9769372693726938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0163_000000004162	5095	0.8012841223799262	6	5	5	5	5	False	114967	fragment	False	ENG0081_000000004926	0.9456921587608906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	71.221	16.0	0.0001605263184198453	CP040439.1	g-proteobacteria	Stenotrophomonas maltophilia strain PEG-141 chromosome, complete genome	True	False
FIJ0074_000000009709	3335	0.8012792091131409	4	4	2	3	3	False	122185	fragment	False	MAD0021_000000003876	0.7763164430978821		0	0	False	False	0.9976012110710144	0					non-mobilizable	other	3246.0	97.566	98.0	0.0009707689034351274	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0066_000000026117	1298	0.8012700591763515	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.5884169780587036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	96.875	5.0	0.002611615470712598	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
CHI0003_000000001523	6350	0.8012680708179403	7	7	7	6	6	False	125056	fragment	False	CHI0172_000000000825	0.13510664702796604		0	0	False	False	0.9996850490570068	0					non-mobilizable	other	6349.0	99.575	99.0	0.0013406878269220169	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
DEN0016_000000000760	6272	0.8012680708179403	8	7	7	6	6	False	125056	fragment	False	CHI0172_000000000825	0.11683598755731309		0	0	False	False	1.0	0					non-mobilizable	other	6225.0	99.58200000000001	99.0	0.0013144992178265016	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0161_000000004561	6113	0.8012680708179403	7	7	7	6	6	False	125056	fragment	False	CHI0172_000000000825	0.09757295909915052		0	0	False	False	0.9998363852500916	0					non-mobilizable	other	6113.0	99.575	100.0	0.022098328886189268	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0024_000000005531	3821	0.8012594933210853	5	5	5	5	4	False	90780	fragment	False	ISR0794_000000005017	0.3855239090671544		0	0	False	False	0.9984297156333923	0					non-mobilizable	other	3818.0	99.398	99.0	0.45494636471990463	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
FIJ0121_000000012044	2148	0.8012568948451017	3	3	3	3	3	False	77614	fragment	False	FIJ0121_000000012044	0.9835299901671584		0	0	False	False	1.0	0					non-mobilizable	other	2148.0	98.743	100.0	0.07696168046743378	LR131275.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 9D11-Mucin	False	False
DEN0001_000000004872	6979	0.8012551933535047	6	4	3	4	1	True	103596	fragment	False	DEN0001_000000004872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0003_000000002365	8966	0.8012548019384108	8	7	6	7	5	False	94242	maximal	True	ENG0003_000000002365	1.0		3	3	False	False	0.9987731575965881	0					non-mobilizable	no_good_hit	5878.0	99.166	77.0	0.0017699344247878758	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0015_000000018537	1681	0.8012497695487103	3	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.8503951699233743		0	0	False	False	0.9946460723876953	0					non-mobilizable	other	1681.0	98.751	100.0	0.015400693031186404	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0046_000000022149	1542	0.8012327873213544	3	2	2	2	2	False	130863	maximal	True	MON0046_000000022149	1.0	PS1128	30	6	False	True	0.9993515014648438	0					non-mobilizable	other	1120.0	81.339	99.0	0.0003079682978711587	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0110_000000009127	1162	0.8012262466547542	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.03446985613890794		0	0	False	False	0.9853700399398804	0					non-mobilizable	other	1162.0	98.279	100.0	0.00032240865088225005	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0101_000000005935	8179	0.8012216628646011	5	5	3	4	5	False	123375	fragment	False	MON0101_000000005935	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	1.0	0.015382200596452676	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	True	False
SPA0033_000000004225	6623	0.8012202121647558	6	5	5	4	4	False	121293	maximal	True	SPA0033_000000004225	1.0	PS849	1	1	False	True	0.9998490214347839	0					non-mobilizable	no_good_hit	3603.0	95.365	54.0	0.0008026432557548986	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	True
MAD0002_000000030895	1430	0.8012175831170091	3	2	1	2	0	True	20140	maximal	True	MAD0002_000000030895	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0051_000000007376	5440	0.8012166923916054	7	3	3	3	3	False	123581	fragment	False	DEN0051_000000007376	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1236.0	96.68299999999999	71.0	0.012324365320134121	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0386_000000000102	75439	0.8012159533526338	91	23	14	21	6	True	89326	maximal	False	ISR0814_000000000214	0.9480461776538012		0	0	False	False	0.9999867677688599	0					non-mobilizable	no_good_hit	731.0	100.0	1.0	0.002617735336199694	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	True
CAN0007_000000003090	13254	0.8012030785913787	20	13	9	10	10	True	126208	backbone	False	ISR0395_000000002325	0.07356879408461849	PS943|PS946|PS949	0	0	True	True	1.0	76					non-mobilizable	no_good_hit	1603.0	73.612	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CAN0008_000000001893	13254	0.8012030785913787	21	13	9	10	10	True	126208	backbone	False	ISR0395_000000002325	0.07369480030433323	PS943|PS946|PS949	0	0	True	True	0.9998490810394287	62					non-mobilizable	no_good_hit	603.0	85.738	5.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0071_000000006657	3645	0.8011981610671246	4	3	3	2	3	False	5907	maximal	True	SPA0071_000000006657	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	78.788	4.0	5.169240622792632e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0108_000000009545	2074	0.8011919194872009	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.1769203010548727		0	0	False	False	1.0	0					non-mobilizable	other	1996.0	98.697	96.0	0.0005958233767848916	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0224_000000002604	8474	0.8011846213288251	12	5	3	4	3	False	126537	backbone	False	ISR0217_000000003242	0.9860584884352624	PS336|PS768|PS968	0	0	True	True	0.9989379048347473	7					non-mobilizable	no_good_hit	464.0	74.138	5.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0132_000000002244	8452	0.8011846213288251	12	5	3	4	3	False	126537	backbone	False	ISR0217_000000003242	0.9882090957601499	PS336|PS768|PS968	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	464.0	74.138	5.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0366_000000001366	8431	0.8011846213288251	13	5	3	4	3	False	126537	backbone	False	ISR0217_000000003242	0.9863628601133444	PS336|PS768|PS968	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	464.0	74.138	5.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ENG0052_000000005150	5274	0.8011838970157125	7	3	2	2	2	False	71925	fragment	False	ENG0052_000000005150	1.0		0	0	False	True	0.9998103976249695	0					non-mobilizable	no_good_hit	265.0	76.98100000000001	5.0	0.09942418426103647	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
ISR0363_000000004526	4086	0.8011834180238576	3	3	3	3	1	True	72081	fragment	False	ISR0363_000000004526	1.0		0	0	False	False	0.9960842132568359	0					non-mobilizable	no_good_hit	1165.0	94.163	29.0	0.01831937571374191	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0231_000000004923	3233	0.8011801949656182	4	4	4	3	3	False	102924	maximal	True	ISR0231_000000004923	1.0		4	3	False	False	0.9922672510147095	0					non-mobilizable	no_good_hit	2870.0	86.411	89.0	0.0007026798680256388	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0344_000000023526	1482	0.8011801281373203	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.5954624128697722		0	0	False	False	0.9784075617790222	0					non-mobilizable	other	1473.0	97.556	99.0	0.003077971800592593	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0348_000000009423	1787	0.8011688548861658	2	2	0	2	1	False	24134	fragment	False	ISR0348_000000009423	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1263.0	98.021	100.0	0.5056089743589743	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	False	False
ENG0115_000000008339	2344	0.80116794421134	2	1	1	1	1	False	93251	fragment	False	ISR0186_000000011419	0.9715396446483784		0	0	False	False	1.0	0					non-mobilizable	other	2344.0	99.829	100.0	0.010111864933450723	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
FIJ0065_000000011653	1632	0.80116794421134	2	1	1	1	1	False	111673	fragment	False	CHI0064_000000010051	0.8258603065102648		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	97.323	99.0	0.00048029719174271873	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0032_000000019645	1539	0.80116794421134	1	1	1	1	1	False	66733	fragment	False	FIJ0120_000000015152	0.9526883353753017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	74.631	69.0	0.0017843375562655499	NZ_FPKO01000008.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ENG0074_000000004538	4788	0.8011638799521738	6	2	2	2	2	False	71907	maximal	True	ENG0074_000000004538	1.0		124	11	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	81.308	2.0	0.00013021511537059222	NZ_KE384084.1	firmicutes	Streptococcus devriesei DSM 19639 G573DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ISR0084_000000007290	3234	0.8011616264662983	6	4	3	3	1	False	38409	maximal	True	ISR0084_000000007290	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000026508	2317	0.8011609489069726	4	3	3	3	3	False	73251	fragment	False	ENG0211_000000010939	0.9528992709006988		0	0	False	False	0.9995684027671814	0					non-mobilizable	other	2192.0	98.99600000000001	100.0	0.0007443739631509407	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0228_000000002739	7577	0.8011591340705408	14	2	1	2	1	False	33006	maximal	True	ISR0228_000000002739	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	80.142	2.0	4.75718479318309e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0770_000000008045	1477	0.8011565186400607	3	2	1	2	1	True	22531	fragment	False	ISR0770_000000008045	1.0		0	0	False	False	0.9851049184799194	0					non-mobilizable	no_good_hit	992.0	97.984	67.0	0.068338861249309	NZ_QRHR01000017.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf17, whole genome shotgun sequence	True	True
ENG0036_000000006947	3317	0.8011553078477514	6	2	1	2	1	False	65324	maximal	True	ENG0036_000000006947	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0322_000000011108	1192	0.8011490481691529	2	1	1	1	1	False	106466	fragment	False	ENG0043_000000020193	0.10007175115012873		0	0	False	False	0.9974831938743591	0					non-mobilizable	chromosome	1149.0	98.956	96.0	0.00025115936958998236	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
FIJ0089_000000015105	1642	0.8011450198028909	2	2	2	2	2	False	122095	fragment	False	FIJ0089_000000015105	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1092.0	96.06200000000001	100.0	0.0003672242124286042	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0008_000000020280	1413	0.8011416595093186	2	2	2	1	1	False	51400	maximal	True	FIJ0008_000000020280	1.0		13	1	False	False	1.0	0					non-mobilizable	other	749.0	90.788	98.0	0.02653199132197603	NZ_SPFY01000028.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_28_length_28117_cov_17.6304, whole genome shotgun sequence	False	False
FIJ0160_000000015783	1265	0.8011387036247238	2	2	2	2	2	False	42547	fragment	False	FIJ0160_000000015783	0.9742268041237114		0	0	False	False	0.9952569007873535	0					non-mobilizable	other	1265.0	98.735	100.0	0.00040441792157366283	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MON0069_000000029913	1721	0.8011351654499056	2	2	2	2	2	False	20997	maximal	False	MON0005_000000030296	0.9773869346733668		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	99.59299999999999	100.0	0.0004504412491050099	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
USA0060_01_000000001875	9103	0.8011338519784044	8	7	3	6	7	False	83101	fragment	False	USA0060_01_000000001875	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	6150.0	96.40700000000001	80.0	0.027427102119529312	NZ_VJZV01000009.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold9_1, whole genome shotgun sequence	True	True
ISR0038_000000009781	3098	0.8011306894657161	4	4	4	3	3	False	111483	fragment	False	ISR0038_000000009781	1.0		0	0	False	False	0.9996772408485413	0					non-mobilizable	chromosome	2522.0	99.24700000000001	100.0	0.00044813889923860827	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0198_000000006121	3069	0.8011306894657161	4	4	4	3	3	False	111483	fragment	False	ISR0038_000000009781	0.9953195610071013		0	0	False	False	0.9970674514770508	0					non-mobilizable	chromosome	3069.0	100.0	100.0	0.0005502656358931028	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
CHI0127_000000002572	8363	0.8011172463523297	7	6	3	6	2	True	97811	fragment	False	CHI0127_000000002572	1.0		0	0	False	False	0.9990434050559998	0					non-mobilizable	no_good_hit	5275.0	91.242	63.0	0.2621262623750062	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ISR0825_000000015765	1517	0.8011156474280691	2	1	1	1	1	False	105795	fragment	False	CAN0007_000000023237	0.4055584428077622		0	0	False	False	0.988793671131134	0					non-mobilizable	other	1501.0	94.47	99.0	0.0004660252649157639	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0200_000000014061	1483	0.8011156474280691	2	1	1	1	1	False	105795	fragment	False	CAN0007_000000023237	0.40397101192042467		0	0	False	False	0.999325692653656	0					non-mobilizable	chromosome	1491.0	84.574	100.0	0.0005113401084445361	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0021_000000020719	1458	0.8011156474280691	1	1	1	1	1	False	105795	fragment	False	CAN0007_000000023237	0.5127992635122218		0	0	False	False	0.9780521392822266	0					non-mobilizable	chromosome	1459.0	98.492	100.0	0.000490754263722186	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0044_000000016758	1652	0.8011148172828432	2	2	2	2	2	False	34616	maximal	True	SPA0044_000000016758	1.0		53	11	False	False	0.9836561679840088	0					non-mobilizable	no_good_hit	1064.0	83.553	64.0	0.00035645319978175235	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0015_01_000000019337	1730	0.8011148170819519	2	2	2	2	2	False	99844	fragment	False	MON0039_000000025714	0.65862165887514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0147_000000009414	2585	0.8011144106258914	4	3	2	3	2	True	125235	fragment	False	MON0057_000000009306	0.8379822170630347		0	0	False	False	0.9996131658554077	0					non-mobilizable	no_good_hit	56.0	100.0	2.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
SPA0109_000000004621	5481	0.8011001537830614	4	3	1	3	0	False	92666	fragment	False	ENG0083_000000004125	0.9429225983018769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	91.667	1.0	2.2929937018174213e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0111_000000005824	5283	0.8011001537830614	5	3	1	3	0	False	92666	fragment	False	ENG0083_000000004125	0.9298423900412207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	93.258	2.0	2.3768837152985463e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0032_000000017616	2039	0.8010970715428241	2	2	1	2	1	False	68610	fragment	False	FIJ0032_000000017616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	75.477	18.0	0.0001126074201075448	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ETH0001_000000015668	2008	0.8010912751124446	2	1	1	1	1	False	53519	fragment	False	ETH0001_000000015668	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	3.0	6.111909054793265e-05	NZ_OGTP01000001.1	b-proteobacteria	Burkholderia novacaledonica isolate LMG 28615T, whole genome shotgun sequence	True	False
ISR0032_000000009032	3565	0.8010725680799238	5	4	3	1	3	False	36963	maximal	True	ISR0032_000000009032	1.0		2	1	False	False	0.9887797832489014	0					non-mobilizable	no_good_hit	1538.0	90.37700000000001	55.0	0.00925160379237301	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
TAN0009_000000005628	5226	0.8010709258000502	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.770981410000987	PS1159|PS463	0	0	True	True	1.0	5		MOBV			mobilizable	other	4436.0	99.887	100.0	0.4352606262884068	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0060_000000009378	1537	0.8010657576328147	2	1	1	1	1	False	51847	fragment	False	FIJ0060_000000009378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	73.358	52.0	0.00023882218799673057	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0046_000000004007	4701	0.8010519969323701	6	2	2	2	2	False	64457	maximal	True	ENG0046_000000004007	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	96.855	38.0	0.00020326889460401112	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0026_000000016390	1980	0.8010459905762851	3	3	3	2	2	False	86698	maximal	False	FIJ0012_000000011546	0.9364201962557598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	77.28699999999999	23.0	0.0007555971282449982	NZ_JHXG01000003.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
SPA0136_000000027998	1520	0.8010381706765876	3	1	0	1	1	False	3598	fragment	False	SPA0136_000000027998	1.0		0	0	False	False	0.9684210419654846	0					non-mobilizable	no_good_hit	59.0	98.305	4.0	0.0008212854533354102	NZ_CYYA01000017.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0159_000000010248	2237	0.8010374016496107	2	2	2	2	2	False	81746	fragment	False	ENG0159_000000010248	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2237.0	99.464	100.0	0.00935882035334151	NZ_VJZV01000008.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold8_1, whole genome shotgun sequence	False	False
SPA0057_000000003759	7129	0.8010296048298865	12	9	3	6	6	True	125618	fragment	False	ISR0056_000000002323	0.987618338054042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2174.0	93.19200000000001	52.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
AST0046_000000006110	3086	0.8010288974838913	6	5	4	2	3	True	129446	fragment	False	ISR0232_000000006817	0.5601540715078196		0	0	False	False	0.9993519186973572	0					non-mobilizable	other	3086.0	99.96799999999999	100.0	0.0009597382792157087	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0044_000000004514	3060	0.8010288974838913	6	5	4	2	3	True	129446	fragment	False	ISR0232_000000006817	0.5117368661040049		0	0	False	False	0.9986928105354309	0					non-mobilizable	other	3060.0	100.0	100.0	0.0009516497232158357	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0108_000000002580	2966	0.8010247799688719	3	3	3	3	3	False	90166	fragment	False	CHI0108_000000002580	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2966.0	99.899	100.0	0.0006416453127539395	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
DEN0082_000000008846	4282	0.8010226896123336	7	6	5	3	4	True	69317	maximal	True	DEN0082_000000008846	1.0		10	3	False	False	0.9990658760070801	0					non-mobilizable	no_good_hit	1772.0	77.935	64.0	0.00046474922243369964	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
ISR0170_000000039923	1185	0.8010173751832524	1	1	1	1	1	True	55300	fragment	False	ISR0370_000000020751	0.6995033112582782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	335.0	72.23899999999999	33.0	9.6948033746346e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0063_000000016852	2763	0.8010067449678391	4	3	1	2	2	True	71547	fragment	False	DEN0063_000000016852	1.0		0	0	False	False	0.9996380805969238	0					non-mobilizable	other	1977.0	99.292	99.0	0.02397941847483132	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CAN0021_000000032381	1349	0.801006253106106	3	2	2	1	1	False	91432	fragment	False	CAN0021_000000032381	0.990506329113924		0	0	False	False	0.9881393909454346	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.967515301897691e-05	NZ_VMTV02000577.1	b-proteobacteria	Vogesella mureinivorans strain 389 NODE_1_length_351427_cov_380.003529, whole genome shotgun sequence	True	False
CHI0111_000000002544	11787	0.8010061768364829	16	8	2	5	6	False	88508	fragment	False	CHI0111_000000002544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7635.0	98.795	66.0	0.0024450419145458013	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
CAN0012_000000012374	4258	0.8010057939826682	5	2	0	2	0	True	118857	fragment	False	CAN0012_000000012374	0.9325460364747452		0	0	False	False	1.0	0					non-mobilizable	chromosome	4259.0	98.38	100.0	0.0009524962089174494	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
FIJ0057_000000011958	2687	0.8009994603329107	5	2	2	1	1	False	99613	fragment	False	FIJ0057_000000011958	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2689.0	98.884	100.0	0.0043401569706286915	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
FIJ0069_000000008901	2614	0.8009994603329107	4	2	2	1	1	False	99615	fragment	False	DEN0029_000000004812	0.9558877814691767		0	0	False	False	1.0	0					non-mobilizable	plasmid	2598.0	99.15299999999999	99.0	0.0042009871348814625	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
AUS0020_000000012497	2184	0.8009994603329107	3	2	2	1	1	False	99612	fragment	False	AUS0020_000000012497	0.9680606617647058		0	0	False	False	0.9949633479118347	0					non-mobilizable	plasmid	2164.0	99.26100000000001	99.0	0.003498664940529169	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
FIJ0074_000000014437	2176	0.8009994603329107	4	2	2	1	1	False	99612	fragment	False	AUS0020_000000012497	0.9665750915750916		0	0	False	False	0.9954044222831726	0					non-mobilizable	plasmid	2179.0	99.08200000000001	100.0	0.0035229387490897323	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
FIJ0104_000000023460	1200	0.8009925342746947	2	2	2	2	2	False	42451	fragment	False	FIJ0104_000000023460	1.0		0	0	False	False	0.9991666674613953	0					non-mobilizable	no_good_hit								True	False
AST0031_000000018838	1349	0.8009921620979963	1	1	1	1	1	False	130349	backbone	False	ISR0335_000000002496	0.003925646533683683	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1349.0	100.0	100.0	0.00026107895721035973	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CAN0001_000000002037	17500	0.8009863668493304	22	17	16	16	12	True	97487	maximal	True	CAN0001_000000002037	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9701.0	96.413	55.0	0.40693476618252034	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	True	True
ISR0305_000000007280	2394	0.8009638154998563	3	3	2	3	1	True	101506	maximal	True	ISR0305_000000007280	1.0		5	1	False	False	0.9841269850730896	0					non-mobilizable	no_good_hit	2099.0	99.14200000000001	88.0	0.00031932173506463146	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
ISR0161_000000010490	2866	0.8009528050514086	3	3	3	3	3	False	111423	fragment	False	ISR0161_000000010490	0.9750458072842114		0	0	False	False	0.9972086548805237	0					non-mobilizable	other	2724.0	98.789	99.0	0.0037716927739463706	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0109_000000016636	1461	0.8009503711965587	2	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9633755805836005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	99.351	11.0	0.000592557019089631	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AUS0002_000000009128	3689	0.8009407693995183	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9309552862081961	PS782	0	0	False	True	0.999457836151123	0					non-mobilizable	chromosome	3527.0	99.51799999999999	96.0	0.0004976832182799639	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ENG0193_000000005894	3499	0.8009407693995183	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9186563474620941	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3498.0	99.771	99.0	0.0004935899643576386	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
MON0062_000000017199	2198	0.8009352830434913	3	2	2	2	2	False	10774	maximal	True	MON0062_000000017199	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	76.575	33.0	0.0002485908510151903	NZ_LT964679.1	actinobacteria	Raoultibacter timonensis strain Marseille-P3277, whole genome shotgun sequence	True	False
DEN0065_000000014140	2421	0.8009138847524598	2	2	2	2	2	False	101110	fragment	False	ISR0807_000000005205	0.9642719196601004		0	0	False	False	1.0	0					non-mobilizable	other	2421.0	95.74600000000001	99.0	0.00046021346810041694	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
SPA0101_000000005838	7382	0.8009128853859165	9	3	3	3	1	True	102969	maximal	True	SPA0101_000000005838	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0177_000000009936	2810	0.8009026998352221	4	2	2	2	2	False	29767	maximal	True	ISR0177_000000009936	1.0		1	1	False	False	0.9875444769859314	0					non-mobilizable	no_good_hit	64.0	84.375	2.0	0.00014427073433803778	NZ_LT854636.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
MON0071_000000001645	6760	0.8009020283848758	7	5	4	4	4	True	71295	maximal	True	MON0071_000000001645	1.0		2	2	False	False	0.9985207319259644	0			MPF_I		non-mobilizable	no_good_hit	5984.0	100.0	89.0	0.054804935467028186	LC480203.1	enterobacteria	Escherichia coli B64 plasmid pB64 DNA, complete sequence	True	True
ISR0090_000000001720	10589	0.8008969671610494	11	3	3	2	3	False	33692	maximal	True	ISR0090_000000001720	1.0	PS104	2	1	False	True	0.9991500377655029	0					non-mobilizable	no_good_hit	3735.0	94.779	70.0	0.0010066463534823935	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0795_000000001016	8078	0.8008969671610494	8	3	3	2	3	False	33513	fragment	False	ISR0795_000000001016	1.0		0	0	False	True	0.9978955388069153	0					non-mobilizable	no_good_hit	2390.0	93.975	67.0	0.000645951689086607	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0063_000000025981	1171	0.8008946214954004	2	2	2	2	1	False	63033	fragment	False	ENG0063_000000025981	1.0		0	0	False	False	0.9743808507919312	0					non-mobilizable	no_good_hit								True	False
MON0073_000000003502	1218	0.8008943916810523	1	1	1	1	1	False	21300	fragment	False	MON0073_000000003502	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	92.85700000000001	99.0	0.00047424336361294727	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0215_000000014333	2037	0.8008938236929614	4	4	4	3	3	False	31175	maximal	False	USA0051_01_000000009523	0.9591129507949354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	90.98	25.0	0.0010093919058271064	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
USA0108_01_000000002394	5583	0.8008923597462995	10	5	4	4	5	False	113586	fragment	False	USA0108_01_000000002394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2275.0	98.681	87.0	0.0005567990161501137	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0018_01_000000004237	5841	0.8008915047097104	9	7	4	7	4	False	1873	maximal	True	USA0018_01_000000004237	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	73.558	7.0	0.0009275867020076441	MN577573.1	firmicutes	Uncultured Firmicutes bacterium isolate LL40 clone UCI_5 genomic sequence	True	False
ENG0120_000000013297	1590	0.800887955339133	3	3	3	2	2	False	59165	maximal	True	ENG0120_000000013297	1.0		1	1	False	False	0.9886792302131653	0					non-mobilizable	no_good_hit	856.0	99.182	54.0	0.0007339383388786453	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0015_000000013617	1885	0.8008851704897335	2	2	2	2	1	False	37975	maximal	True	ISR0015_000000013617	1.0		1	1	False	False	0.999469518661499	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000031754	1482	0.8008838679577839	2	2	2	2	2	False	36771	fragment	False	ISR0203_000000011197	0.9570034929916033		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	99.79799999999999	100.0	0.007307950418443076	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
FIJ0144_000000011876	2654	0.8008807916775544	4	4	4	4	3	False	84579	fragment	False	FIJ0104_000000009527	0.9793698424606151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	83.712	80.0	0.0003268572283688446	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
CHI0107_000000004370	3080	0.8008750123347237	4	4	4	3	2	False	121535	fragment	False	ISR0157_000000009724	0.9842778644665033		0	0	False	False	0.9902597665786743	0					non-mobilizable	no_good_hit	1916.0	93.319	85.0	0.000342750205407992	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
FIJ0097_000000008259	3665	0.8008548194313335	4	4	4	4	4	False	125070	fragment	False	CHI0111_000000006932	0.41396369400723376		0	0	False	False	0.9983628988265991	0					non-mobilizable	other	3665.0	97.381	100.0	0.034698284025910076	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ENG0132_000000007911	2424	0.8008512000243424	4	4	2	3	3	False	122174	fragment	False	SPA0130_000000011511	0.4034506478344534		0	0	False	False	1.0	0					non-mobilizable	other	2424.0	96.988	100.0	0.0007247849211220341	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0028_000000002403	5934	0.8008483012201264	10	4	4	3	4	False	121509	maximal	True	ENG0028_000000002403	1.0		2	1	False	False	0.9996629357337952	0					non-mobilizable	no_good_hit	106.0	81.132	2.0	1.9526969588735478e-05	LT906450.1	high GC Gram+	Rhodococcus rhodochrous strain NCTC10210 genome assembly, chromosome: 1	True	False
MAD0044_000000006978	3414	0.8008469821348481	5	3	1	3	1	False	33480	fragment	False	MAD0044_000000006978	1.0		0	0	False	False	0.9997071027755737	0					non-mobilizable	no_good_hit	410.0	99.26799999999999	12.0	0.00010027776204552904	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0154_000000002755	8659	0.8008426311838747	13	10	8	8	7	False	56863	maximal	True	ENG0154_000000002755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	99.491	5.0	0.005159795714210499	NZ_CYXX01000017.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0376_000000003386	5420	0.8008413979334933	5	5	3	5	2	False	131607	maximal	True	ISR0376_000000003386	1.0		2	1	False	False	0.9961254596710205	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.4102299591137786e-05	NZ_LS991949.1	mycoplasmas	Mycoplasma alkalescens strain NCTC10135 chromosome 1	True	False
ENG0075_000000009311	2646	0.8008408487118212	5	3	1	2	1	False	75019	fragment	False	ENG0075_000000009311	1.0		0	0	False	False	0.9996220469474792	0					non-mobilizable	no_good_hit	60.0	93.333	2.0	9.204066637442455e-05	NZ_OEQH01000002.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
MAD0097_000000027190	1530	0.8008384416270479	3	2	1	2	1	True	15400	maximal	True	MAD0097_000000027190	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0149_000000014511	2668	0.800837088489601	4	4	2	4	2	False	3313	fragment	False	SPA0149_000000014511	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	99.145	100.0	0.010397369782539762	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	False
ISR0363_000000006339	2965	0.8008366319068019	5	2	2	2	2	False	23710	fragment	False	ISR0363_000000006339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	85.885	39.0	0.0004663886702691997	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
DEN0021_000000005094	5850	0.800830657809778	7	5	5	4	2	False	130475	fragment	False	DEN0021_000000005094	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4625.0	99.027	79.0	0.007378425127494846	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0116_000000034712	1187	0.8008302173834105	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.3380108832690951		0	0	False	False	0.9991575479507446	0					non-mobilizable	no_good_hit								True	False
AST0050_000000011976	1160	0.8008255503879496	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.5085163017628765		0	0	False	False	0.9965517520904541	0					non-mobilizable	other	935.0	94.01100000000001	95.0	0.018668425576142792	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
CHI0087_000000006214	1670	0.8008217474676369	3	2	2	2	1	True	93137	fragment	False	ENG0082_000000009793	0.35687884437458806		0	0	False	False	1.0	0					non-mobilizable	other	1669.0	98.802	100.0	0.00044391323891394553	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0077_000000002667	9491	0.8008058453248459	9	5	3	4	4	False	93325	fragment	False	SPA0077_000000002667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4158.0	80.832	61.0	0.0006348951898866853	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MAD0063_000000001866	5443	0.8008004558999834	6	6	5	5	6	False	79175	fragment	False	MAD0063_000000001866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2095.0	91.838	72.0	0.0007415768516892601	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MAD0096_000000014295	1368	0.8007936512657056	2	1	1	1	1	False	15470	fragment	False	MAD0096_000000014295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0002_000000020117	1849	0.8007891459795463	2	2	2	2	2	False	131710	maximal	True	AST0002_000000020117	1.0		62	6	False	False	1.0	0					non-mobilizable	other	1851.0	91.14	100.0	0.0004920836803068856	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MAD0026_000000006078	2198	0.8007822798630755	2	2	2	2	2	False	19094	fragment	False	MAD0026_000000006078	1.0		0	0	False	False	0.9995450377464294	0					non-mobilizable	no_good_hit	1677.0	99.583	76.0	0.10406059853470756	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0191_000000004320	2322	0.8007693857486083	3	2	2	2	2	True	29154	maximal	True	ISR0191_000000004320	1.0		2	1	False	False	1.0	0					non-mobilizable	other	2128.0	99.34200000000001	92.0	0.0010292356193988392	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	True
SPA0109_000000004246	5833	0.8007583965802307	6	5	4	5	5	False	64418	maximal	True	SPA0109_000000004246	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	89.197	24.0	0.00341604835622484	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
DEN0069_000000002811	10396	0.8007580992342144	17	3	2	3	2	False	70761	maximal	True	DEN0069_000000002811	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	100.0	6.0	0.11866773035500598	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
USA0078_01_000000003025	4639	0.8007579304310037	7	4	1	3	4	False	117856	maximal	True	USA0078_01_000000003025	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3359.0	99.553	86.0	0.043734285230396436	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
FIJ0021_000000006493	7513	0.8007496758467714	6	5	3	5	5	False	53751	maximal	True	FIJ0021_000000006493	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	1.0	1.6208176152120798e-05	NZ_CP013118.1	CFB group bacteria	Salinivirga cyanobacteriivorans strain L21-Spi-D4 chromosome, complete genome	True	False
ISR0207_000000014643	2022	0.8007493273252442	3	2	2	2	2	True	106722	fragment	False	ISR0207_000000014643	0.9956135945086221		0	0	False	False	0.975271999835968	0					non-mobilizable	chromosome	2008.0	99.353	99.0	0.00086844769841888	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	True
DEN0078_000000000103	47175	0.8007423875864601	37	19	12	19	8	True	104244	fragment	False	DEN0078_000000000103	0.9466977527106568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	83.98899999999999	2.0	0.0001992516680652691	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CAN0001_000000006210	7419	0.8007381112441372	6	6	6	5	3	False	103977	fragment	False	CAN0001_000000006210	0.9275429046319988		0	0	False	False	1.0	0					non-mobilizable	other	5003.0	92.085	100.0	0.002436693811386648	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0008_000000024792	1167	0.8007340558148734	2	2	2	2	2	False	51389	fragment	False	FIJ0008_000000024792	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	86.90100000000001	99.0	0.0019325436025999685	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0022_000000021539	1458	0.8007315020006078	2	2	2	2	2	False	13009	fragment	False	MON0022_000000021539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	77.221	48.0	0.01902673063742289	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	True	False
ISR0214_000000025342	1246	0.8007306181943171	1	1	1	1	1	False	28194	fragment	False	ISR0214_000000025342	1.0		0	0	False	False	0.9895666241645813	0					non-mobilizable	no_good_hit	1075.0	74.419	85.0	0.0002997697223496496	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0197_000000002057	5245	0.8007251780714517	5	4	3	4	3	False	115385	maximal	True	ENG0197_000000002057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4306.0	99.443	82.0	0.0008327701842721808	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
FIJ0151_000000004248	4121	0.8007160449044671	3	3	2	2	3	False	39762	fragment	False	FIJ0151_000000004248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1931.0	96.634	74.0	0.00954189977295324	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
ISR0351_000000010928	1387	0.8007155751174617	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.2708471756037094		0	0	False	False	0.9798125624656677	0					non-mobilizable	other	1387.0	98.846	100.0	0.005316700423494752	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0181_000000006047	3468	0.8007082751550529	3	2	2	2	2	False	130682	fragment	False	ISR0168_000000004408	0.09067318293803074		0	0	False	False	1.0	0					non-mobilizable	chromosome	3392.0	97.818	100.0	0.0014963436936773849	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0226_000000002328	2939	0.8007082751550529	3	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.8332304051965853		0	0	False	False	1.0	0					non-mobilizable	chromosome	2939.0	100.0	100.0	0.0012099407878534793	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0028_000000008836	2827	0.8006990819745208	4	4	3	4	2	True	124799	maximal	True	MON0028_000000008836	1.0		4	1	False	False	0.9610894918441772	0					non-mobilizable	no_good_hit	56.0	85.714	2.0	0.00015848728211600692	NZ_MPDM01000001.1	high GC Gram+	Boudabousia marimammalium strain DSM 15383 Scaffold1, whole genome shotgun sequence	True	True
ISR0804_000000004649	3866	0.8006978459233789	5	5	4	4	4	False	95224	fragment	False	SPA0006_000000008096	0.9768530680444726		0	0	False	False	1.0	0					non-mobilizable	other	3866.0	99.509	100.0	0.0008799514057366002	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
ENG0033_000000001729	13750	0.8006778037183813	19	7	1	7	2	False	86677	fragment	False	DEN0082_000000001772	0.7172756502284702		0	0	False	False	0.9997818470001221	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000000927	13684	0.8006778037183813	18	7	1	7	2	False	86677	fragment	False	DEN0082_000000001772	0.705989809872828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.725153902232741e-07	LR597559.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 10	True	False
ISR0836_000000005631	3568	0.8006730936067329	4	4	4	4	4	False	97774	fragment	False	ISR0836_000000005631	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3568.0	99.49600000000001	100.0	0.024778060267578044	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
ISR0289_000000008894	1326	0.8006685953517292	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.21800035471972984		0	0	False	False	0.9984917044639587	0					non-mobilizable	other	1295.0	97.14299999999999	98.0	0.011862200465687622	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0792_000000005124	2717	0.8006669835136532	3	3	3	2	2	False	72521	fragment	False	FIJ0003_000000008889	0.9427947296182375		0	0	False	False	0.9948472380638123	0					non-mobilizable	other	1895.0	96.939	96.0	0.0008591962135454348	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
DEN0029_000000005098	2571	0.8006629416072022	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.4224417752821394		0	0	False	False	1.0	0					non-mobilizable	other	2253.0	98.491	100.0	0.0006726555934601135	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0173_000000008481	2094	0.8006629416072022	4	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.20552154775073594		0	0	False	False	0.9990448951721191	0					non-mobilizable	other	2094.0	99.57	100.0	0.0006257191809386745	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0046_000000003667	3183	0.8006510668396074	4	3	2	3	1	False	104786	maximal	True	CHI0046_000000003667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	99.51799999999999	61.0	0.00863544278036281	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
SPA0146_000000003984	5775	0.8006449948926119	8	8	7	7	7	False	83470	maximal	True	SPA0146_000000003984	1.0		1	1	False	False	0.9991341829299927	0					non-mobilizable	no_good_hit	2529.0	75.168	46.0	0.0010108496229787592	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ISR0228_000000002266	8723	0.80064212827501	8	7	3	3	7	True	105597	fragment	False	ISR0228_000000002266	0.9691787731975072		0	0	False	False	0.998968243598938	0					non-mobilizable	other	5748.0	95.616	99.0	0.0011115223556604262	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0097_000000007669	4105	0.800640734861248	5	5	5	5	5	False	69791	maximal	True	ENG0097_000000007669	1.0		21	8	False	False	0.9941534996032715	0					non-mobilizable	no_good_hit	1711.0	73.758	41.0	0.003491992463987521	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0125_000000009371	2743	0.8006392159513259	4	3	3	3	3	False	58846	maximal	False	ISR0282_000000007668	0.9680926916221033		0	0	False	False	0.9759387373924255	0					non-mobilizable	no_good_hit	830.0	82.65100000000001	30.0	0.0002914724546179858	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0057_000000025412	1389	0.8006352291338787	2	2	2	2	2	False	46099	fragment	False	FIJ0057_000000025412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	77.947	56.0	0.00014688822087786254	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0088_000000001753	11117	0.800633233765523	14	6	4	5	4	False	97575	maximal	True	MON0088_000000001753	0.948676244691425		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	83.08200000000001	4.0	0.007591939078751857	NZ_JXQL01000014.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig14, whole genome shotgun sequence	True	False
FIJ0112_000000002643	8689	0.800633233765523	11	6	4	5	4	False	97573	fragment	False	FIJ0112_000000002643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	82.022	4.0	0.009840713868734885	NZ_SDIK01000044.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_47__1..35973__consensus, whole genome shotgun sequence	True	False
FIJ0150_000000009960	2378	0.8006330562058809	3	3	3	3	2	False	39819	maximal	True	FIJ0150_000000009960	1.0		4	2	False	False	0.9995794892311096	0					non-mobilizable	other	1996.0	88.978	96.0	0.009225323071648	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	False	False
MON0057_000000007201	3298	0.8006276990054922	6	2	2	2	2	False	75394	fragment	False	MON0057_000000007201	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1960.0	92.194	59.0	0.0008930872402099074	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	True
AST0059_000000004755	2988	0.8006268196042983	5	4	2	4	3	False	112878	maximal	True	AST0059_000000004755	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	74.915	19.0	0.0130884670732543	NZ_KB850960.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.4, whole genome shotgun sequence	True	False
CHI0060_000000014847	1103	0.8006247728881984	3	2	2	2	2	False	85681	fragment	False	CHI0060_000000014847	1.0		0	0	False	False	0.9809610247612	0					non-mobilizable	no_good_hit	326.0	73.006	29.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
FIJ0135_000000016662	1707	0.8006217544417581	3	2	2	2	1	False	40592	fragment	False	FIJ0135_000000016662	1.0		0	0	False	False	0.9994142055511475	0					non-mobilizable	no_good_hit	79.0	84.81	5.0	2.8851313071967915e-05	NZ_VOQS01000005.1	b-proteobacteria	Paraburkholderia azotifigens strain NF 2-5-3 4, whole genome shotgun sequence	True	False
TAN0007_000000029845	1407	0.8006123704458682	2	2	2	2	2	False	92366	fragment	False	USA0035_01_000000017628	0.8354664136544112		0	0	False	False	0.9964463114738464	0					non-mobilizable	no_good_hit	267.0	79.775	22.0	0.00043996911914861823	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0152_000000003420	6551	0.8006102757248258	11	10	5	5	5	True	116370	fragment	False	ENG0152_000000003420	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6552.0	99.87799999999999	100.0	0.2109143593045718	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
ISR0067_000000010686	2687	0.8006089224290577	6	4	2	2	3	True	85188	fragment	False	ENG0153_000000010182	0.9610698557988249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	97.68299999999999	17.0	9.104103304048468e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0268_000000006746	2778	0.8005987413443943	3	3	3	3	2	False	106236	fragment	False	ISR0814_000000011953	0.6296530210473869		0	0	False	False	0.9996400475502014	0					non-mobilizable	other	2778.0	99.28	100.0	0.010652580862947278	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0117_000000014939	1812	0.8005974589738413	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.28227890832115143		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	97.323	98.0	0.000388932103567063	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0085_000000015489	1855	0.8005907534154644	4	3	3	3	2	False	65363	maximal	True	MON0085_000000015489	1.0		10	6	False	False	0.9935309886932373	0					non-mobilizable	no_good_hit	391.0	77.238	20.0	0.00010783368534855079	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
CHI0118_000000002494	3455	0.8005882724343154	4	4	4	3	3	False	81999	fragment	False	CHI0118_000000002494	1.0		0	0	False	False	0.9979739785194397	0					non-mobilizable	no_good_hit	2968.0	85.445	85.0	0.00047153830266337675	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
DEN0001_000000018299	2339	0.8005838387148974	3	3	3	3	3	False	76911	fragment	False	DEN0001_000000018299	1.0		0	0	False	False	0.98418128490448	0					non-mobilizable	no_good_hit	139.0	76.259	6.0	0.07090719499478623	XM_013520359.1	rodents	PREDICTED: Chinchilla lanigera acyl-CoA dehydrogenase, C-2 to C-3 short chain (Acads), mRNA	True	False
ISR0148_000000018847	1545	0.800581795687782	2	1	1	1	1	False	30911	maximal	True	ISR0148_000000018847	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0128_000000001968	11142	0.8005765750418112	16	8	5	7	3	True	116912	maximal	True	ENG0128_000000001968	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1377.0	86.78299999999999	12.0	0.0017376304487487543	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
SPA0104_000000012675	2870	0.8005571229589638	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.3046181552162355		0	0	False	False	0.991637647151947	0					non-mobilizable	chromosome	2871.0	80.564	99.0	0.000798912561718582	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0001_000000009097	5195	0.8005567095428521	9	3	2	3	1	False	97440	backbone	False	ENG0068_000000004297	0.7063497706829737	PS535	0	0	False	True	0.9980750679969788	0					non-mobilizable	no_good_hit	493.0	98.78299999999999	9.0	0.00011131594451578922	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0082_000000026800	1267	0.8005549115962317	2	1	1	1	1	True	109781	fragment	False	AST0090_000000018406	0.7982681552842906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	75.306	32.0	0.0005113317507615647	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ENG0110_000000007077	4249	0.8005532876193587	5	5	3	4	3	False	126999	fragment	False	ENG0195_000000004799	0.7680451636233694		0	0	False	False	1.0	0					non-mobilizable	chromosome	4250.0	97.035	99.0	0.001875617589478174	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0044_000000005616	3875	0.8005531596966055	6	6	6	5	5	False	116340	fragment	False	ISR0127_000000004840	0.37403233708966194		0	0	False	False	0.996129035949707	0					non-mobilizable	chromosome	3875.0	99.76799999999999	100.0	0.0018067428725999095	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0151_000000004807	3581	0.8005439698117256	6	2	2	2	1	True	30780	maximal	True	ISR0151_000000004807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	82.969	24.0	0.0002908173414649991	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0105_000000011669	1902	0.800541900765813	2	2	2	2	1	False	60156	maximal	True	ENG0105_000000011669	1.0		1	1	False	False	0.9984227418899536	0					non-mobilizable	no_good_hit	281.0	100.0	15.0	8.989375841951362e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
SPA0128_000000001222	21197	0.8005376846353901	30	19	15	15	15	False	123897	maximal	True	SPA0128_000000001222	1.0		26	4	False	False	1.0	0					non-mobilizable	no_good_hit	11273.0	99.902	53.0	0.11248602905955613	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
AST0151_000000003695	4489	0.8005359163023105	6	4	2	4	2	False	110379	fragment	False	CHI0074_000000003469	0.9753645042138352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.815	18.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
USA0022_01_000000001665	4980	0.8005330488005241	6	4	4	3	3	False	109934	maximal	True	USA0022_01_000000001665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3910.0	99.898	79.0	0.0007405338437989007	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	True	False
CHI0123_000000002925	4648	0.8005330488005241	4	4	4	3	3	False	109937	fragment	False	CHI0123_000000002925	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4648.0	99.95700000000001	100.0	0.0009814392457004745	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0027_000000015424	2600	0.8005259868586633	3	3	2	3	2	False	12662	maximal	True	MON0027_000000015424	1.0		1	1	False	False	0.9907692074775696	0					non-mobilizable	no_good_hit								True	False
ENG0014_000000015678	1492	0.8005245093568658	2	2	2	2	2	True	66906	fragment	False	ISR0811_000000010417	0.9963161419959812		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	98.525	100.0	0.021059619486150934	NZ_JAANXY010000016.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_16, whole genome shotgun sequence	False	True
ISR0205_000000004731	3951	0.8005196588169967	6	2	2	2	2	False	37172	maximal	True	ISR0205_000000004731	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	88.889	1.0	0.02192326856003986	NZ_AFCE01000126.1	firmicutes	Caldalkalibacillus thermarum TA2.A1 ctg211, whole genome shotgun sequence	True	False
ISR0840_000000006450	2412	0.8005196588169967	3	2	2	2	2	False	33015	maximal	True	ISR0840_000000006450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0202_000000009124	2402	0.8005196588169967	2	2	2	2	2	False	117461	fragment	False	ISR0119_000000013243	0.985258606381994		0	0	False	False	0.9954204559326172	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.02192326856003986	NZ_AFCE01000126.1	firmicutes	Caldalkalibacillus thermarum TA2.A1 ctg211, whole genome shotgun sequence	True	False
ISR0119_000000013243	2368	0.8005196588169967	3	2	2	2	2	False	117461	fragment	False	ISR0119_000000013243	0.9890661356330082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	98.571	3.0	0.004284117720104309	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
SPA0066_000000005996	2344	0.8005196588169967	2	2	2	2	2	False	117461	fragment	False	ISR0119_000000013243	0.9879546234211259		0	0	False	False	0.9982935190200806	0					non-mobilizable	no_good_hit								True	False
ENG0048_000000011699	2306	0.8005196588169967	2	2	2	2	2	False	117461	fragment	False	ISR0119_000000013243	0.9816248357394239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0146_000000017593	2306	0.8005196588169967	2	2	2	2	2	False	117461	fragment	False	ISR0119_000000013243	0.985728846805693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0031_000000012140	2304	0.8005196588169967	2	2	2	2	2	False	117461	fragment	False	ISR0119_000000013243	0.9859165020483154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000014532	2300	0.8005196588169967	2	2	2	2	2	False	117461	fragment	False	ISR0119_000000013243	0.9807093008824901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0046_000000007872	2292	0.8005196588169967	2	2	2	2	2	False	117461	fragment	False	ISR0119_000000013243	0.9797247335089748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000013912	2099	0.8005196588169967	3	2	2	2	2	False	33014	maximal	True	SPA0019_000000013912	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0094_000000007759	2009	0.8005109040360919	3	3	3	2	2	False	15621	maximal	True	MAD0094_000000007759	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	98.851	78.0	0.012847754924562511	NZ_LT629862.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ENG0036_000000002692	7774	0.8005107859794055	14	14	2	11	14	True	65351	fragment	False	ENG0036_000000002692	1.0		0	0	False	False	0.9989709258079529	0			MPF_F		non-mobilizable	plasmid	7774.0	99.98700000000001	100.0	0.059504853477049334	CP032165.1	enterobacteria	Klebsiella pneumoniae strain XJ-K1 plasmid unnamed2, complete sequence	False	True
USA0081_01_000000015243	2021	0.8005084416081354	2	2	2	2	1	False	567	fragment	False	USA0081_01_000000015243	1.0		0	0	False	False	0.9990103840827942	0					non-mobilizable	other	2020.0	99.70299999999999	99.0	0.0006664105326531259	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
SPA0092_000000041528	1101	0.8005013401738615	2	2	2	2	1	True	5295	fragment	False	SPA0092_000000041528	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	99.36399999999999	100.0	0.00426599651739557	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
FIJ0102_000000004489	6618	0.8004973486985598	10	9	9	9	6	False	83717	maximal	False	FIJ0029_000000005120	0.9579752367079388		0	0	False	False	0.9980356693267822	0					non-mobilizable	no_good_hit	1554.0	97.49	25.0	0.003786668877385565	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0126_000000020358	1888	0.8004953973751505	4	3	1	3	3	False	94947	fragment	False	SPA0076_000000008072	0.9554582904222451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1258.0	93.72	80.0	0.00039105057276309427	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0114_000000027029	1739	0.8004887953587446	2	2	2	2	1	False	4434	fragment	False	SPA0114_000000027029	1.0		0	0	False	False	0.9913743734359741	0					non-mobilizable	no_good_hit	186.0	83.333	11.0	0.006051288760957739	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
FIJ0128_000000007183	3541	0.8004876980822774	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9478688061805606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000010530	3539	0.8004876980822774	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.976918334595907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0168_000000005551	3539	0.8004876980822774	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9477516300439348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000008226	3530	0.8004876980822774	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9474843901773411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0120_000000006391	3515	0.8004876980822774	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.946665401555551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0142_000000009163	3511	0.8004876980822774	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9465204924733208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0084_000000008284	3509	0.8004876980822774	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9437857784277185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0075_000000006213	3508	0.8004876980822774	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9465688113983901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0092_000000003678	3508	0.8004876980822774	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9467699014983912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000012764	3503	0.8004876980822774	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9445811944904424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0027_000000007438	3503	0.8004876980822774	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9457670923304927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0078_000000011737	3496	0.8004876980822774	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9402828403342245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0024_000000012979	3496	0.8004876980822774	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9397698447217632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000009960	3471	0.8004876980822774	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9200512741086262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	90.141	2.0	0.0004175116306811404	NZ_AWET01000045.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00004, whole genome shotgun sequence	True	False
ISR0330_000000007593	3464	0.8004876980822774	4	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9354196000624101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0002_000000008209	3395	0.8004876980822774	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.8448298984275084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0251_000000008212	1926	0.8004815747948303	3	3	3	2	1	True	131026	fragment	False	CHI0117_000000007167	0.24191507932065645		0	0	False	False	1.0	0					non-mobilizable	other	1898.0	92.677	98.0	0.0005708584041363045	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0188_000000000770	19720	0.8004787920239804	22	16	8	13	11	True	122914	maximal	True	ISR0188_000000000770	0.9735771310842132		1	1	False	False	0.9998478889465332	0					non-mobilizable	other	12680.0	96.64	99.0	0.07384783964469106	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
SPA0133_000000013844	1429	0.8004599386496539	2	2	2	2	1	False	3686	fragment	False	SPA0133_000000013844	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	100.0	100.0	0.01192504258943782	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	False	False
MAD0002_000000042405	1111	0.8004587838844753	2	2	2	2	1	False	20113	maximal	True	MAD0002_000000042405	1.0		0	0	False	False	0.9972997307777405	0					non-mobilizable	other	1113.0	89.757	100.0	0.008487341626969866	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0053_000000000784	23723	0.8004565848838856	35	26	12	23	23	True	106144	fragment	False	ISR0053_000000000784	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	23462.0	98.836	99.0	0.007389492509801857	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
DEN0064_000000012329	3075	0.8004555644107824	4	3	2	3	1	False	126285	maximal	True	DEN0064_000000012329	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0107_000000013910	2087	0.8004544954230178	3	2	2	2	1	False	60007	maximal	True	ENG0107_000000013910	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	95.25399999999999	14.0	0.003969271895124816	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
CHI0125_000000009697	1580	0.8004423779409817	2	2	2	1	1	False	113082	fragment	False	FIJ0048_000000017606	0.27896727020896483		0	0	False	False	0.9993671178817749	0					non-mobilizable	other	1580.0	98.291	100.0	0.0017568509393251822	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0325_000000007499	2606	0.8004289896185792	3	3	3	3	3	False	68732	maximal	True	ISR0325_000000007499	0.9626566672362005		166	12	False	False	0.9911742210388184	0					non-mobilizable	no_good_hit	358.0	72.626	14.0	0.00012006357912258082	NZ_CP004353.1	high GC Gram+	Corynebacterium vitaeruminis DSM 20294 chromosome, complete genome	True	False
ISR0092_000000019210	1590	0.8004286339434625	3	2	2	2	1	False	33570	fragment	False	ISR0092_000000019210	1.0		0	0	False	False	0.9993710517883301	0					non-mobilizable	no_good_hit	1318.0	97.041	89.0	0.010605316347648228	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ISR0014_000000010575	3454	0.8004227609320093	5	4	3	4	3	False	127070	fragment	False	ENG0098_000000006955	0.9484831921289969		0	0	False	False	1.0	0					non-mobilizable	other	2190.0	98.76700000000001	100.0	0.0006538212368432303	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0285_000000014190	1379	0.8004158494461997	2	1	1	1	1	False	26058	fragment	False	ISR0285_000000014190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000017610	2377	0.8004149220683742	5	3	2	2	2	False	71874	maximal	True	DEN0061_000000017610	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0029_000000012285	1987	0.8004092530731068	2	2	2	2	2	False	65798	fragment	False	ENG0029_000000012285	0.995973829894313		0	0	False	False	1.0	0					non-mobilizable	other	1784.0	78.92399999999999	94.0	0.0004983633263255985	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0067_000000017054	1972	0.8004092530731068	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.8373499585287424		0	0	False	False	0.993914783000946	0					non-mobilizable	no_good_hit	805.0	70.062	42.0	0.01209789992865341	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0047_000000020179	1935	0.8004092530731068	2	2	2	2	2	False	104769	maximal	True	SPA0047_000000020179	1.0		1	1	False	False	0.9948320388793945	0					non-mobilizable	no_good_hit	534.0	96.816	28.0	0.0024652870926263402	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0221_000000013093	1721	0.8004092530731068	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.5829371881766717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	97.706	30.0	0.00241440874737514	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0370_000000007026	3686	0.8004073009149216	4	4	2	4	2	True	23522	maximal	True	ISR0370_000000007026	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	75.55199999999999	49.0	0.004936372264450095	NC_014389.1	firmicutes	Butyrivibrio proteoclasticus B316 plasmid pCY360, complete sequence	True	True
SPA0038_000000021644	1169	0.8004032024363226	1	1	1	1	1	False	7029	fragment	False	SPA0038_000000021644	1.0		0	0	False	False	0.9837467670440674	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000014607	2191	0.8004026329951746	4	3	1	3	1	True	91690	fragment	False	USA0057_01_000000014607	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2192.0	96.12200000000001	100.0	0.5774202057504616	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0060_000000009676	2935	0.8003957079284861	3	2	2	2	1	True	99827	maximal	True	ENG0060_000000009676	1.0		0	0	False	False	0.9989778399467468	0					non-mobilizable	no_good_hit	109.0	79.817	4.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0051_000000014683	2685	0.8003957079284861	3	2	2	2	1	True	99824	fragment	False	ISR0051_000000014683	1.0		0	0	False	False	0.9996275901794434	0					non-mobilizable	no_good_hit	109.0	79.817	4.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
AST0094_000000011428	1965	0.8003957079284861	4	2	2	2	1	True	109233	fragment	False	AST0094_000000011428	1.0		0	0	False	False	0.9969465732574463	0					non-mobilizable	no_good_hit	109.0	79.817	5.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0841_000000007884	1841	0.8003957079284861	2	2	2	2	1	True	80714	fragment	False	ENG0043_000000018519	0.9760623991393222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	78.899	6.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ENG0131_000000013256	1993	0.8003950922439553	3	3	3	3	1	False	58364	fragment	False	ISR0830_000000014177	0.9790330537740504		0	0	False	False	0.9984947443008423	0					non-mobilizable	other	1969.0	99.18700000000001	99.0	0.005594453304223983	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ITA0003_000000001123	4555	0.8003924127762575	6	5	3	4	4	True	122238	fragment	False	ITA0003_000000001123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	88.329	57.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AUS0002_000000010025	3405	0.8003914549113822	6	6	3	4	4	True	123556	backbone	False	ISR0826_000000002301	0.3249622867251036	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3284.0	99.361	96.0	0.09937042193837399	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
SPA0054_000000006487	4252	0.8003869247692542	6	2	2	2	2	False	6448	fragment	False	SPA0054_000000006487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2935.0	94.889	69.0	0.015783691800665595	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0360_000000019415	1285	0.8003835345263316	3	2	2	2	2	False	102269	maximal	True	ISR0360_000000019415	1.0		0	0	False	False	0.9805447459220886	0					non-mobilizable	no_good_hit	434.0	99.309	34.0	0.0001202437087269718	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0125_01_000000001874	13841	0.8003816256925398	20	9	4	9	4	False	100985	maximal	False	USA0145_01_000000001496	0.461383807556868		0	0	False	False	0.9979047775268555	0					non-mobilizable	no_good_hit	454.0	72.247	3.0	0.00010887934399089248	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
FIJ0066_000000023324	1430	0.8003798269550066	3	2	0	2	0	True	45305	fragment	False	FIJ0066_000000023324	1.0		0	0	False	False	0.996503472328186	0					non-mobilizable	no_good_hit	41.0	97.561	3.0	7.629684125354947e-06	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	True
ISR0379_000000012472	1985	0.8003784905763247	2	1	1	1	1	False	23216	maximal	True	ISR0379_000000012472	1.0		1	1	False	False	0.9914357662200928	0					non-mobilizable	no_good_hit	580.0	91.552	29.0	0.0022695913951519334	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
CHI0171_000000001656	3560	0.8003778573861758	4	2	0	1	1	False	130017	maximal	True	CHI0171_000000001656	1.0	PS1072	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	363.0	85.124	26.0	0.06788362806617228	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
SPA0117_000000010632	3552	0.8003759429902293	5	4	1	4	4	True	77093	fragment	False	ISR0178_000000004427	0.9558701082431307		0	0	False	False	0.9991554021835327	0					non-mobilizable	plasmid	3552.0	98.029	100.0	0.04695350928227641	CP054356.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-3, complete sequence	False	True
USA0051_01_000000007904	2645	0.8003680545982318	3	2	2	1	1	False	100565	fragment	False	ENG0063_000000010072	0.32551028591649944		0	0	False	False	0.9928166270256042	0					non-mobilizable	no_good_hit	131.0	88.55	5.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0347_000000011245	2017	0.8003680545982318	2	2	2	1	1	False	75845	fragment	False	ISR0347_000000011245	1.0		0	0	False	False	0.9990084171295166	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000023387	1869	0.8003680545982318	3	2	2	1	1	False	104789	maximal	True	SPA0126_000000023387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	82.0	11.0	5.332867399726014e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0011_000000027285	1686	0.8003680545982318	3	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.2433778320428696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000023153	1641	0.8003680545982318	2	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.24364108598014664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0078_01_000000010606	1607	0.8003680545982318	2	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.058727724365162104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0115_000000018245	1541	0.8003680545982318	2	2	2	1	1	False	104788	fragment	False	AST0148_000000022141	0.7160676041750096		0	0	False	False	0.9857235550880432	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000027489	1530	0.8003680545982318	2	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.11397876360253661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000022141	1529	0.8003680545982318	3	2	2	1	1	False	104788	fragment	False	AST0148_000000022141	0.8511551571825458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000017486	1490	0.8003680545982318	2	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.09514214735164267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0222_000000030993	1485	0.8003680545982318	3	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.09225434839057137		0	0	False	False	0.9952861666679382	0					non-mobilizable	no_good_hit								True	False
CHI0141_000000019056	1455	0.8003680545982318	2	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.0555867781949601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0858_000000007460	1423	0.8003680545982318	2	2	2	1	1	False	104788	fragment	False	AST0148_000000022141	0.48319137882952334		0	0	False	False	0.976809561252594	0					non-mobilizable	no_good_hit								True	False
MON0013_000000040876	1385	0.8003680545982318	3	2	2	1	1	False	104788	fragment	False	AST0148_000000022141	0.46714204283061755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0818_000000013808	1373	0.8003680545982318	2	2	2	1	1	False	75840	fragment	False	ISR0818_000000013808	0.7823342416750295		0	0	False	False	0.9774217009544373	0					non-mobilizable	no_good_hit								True	False
ISR0853_000000013256	1373	0.8003680545982318	3	2	2	1	1	False	104788	fragment	False	AST0148_000000022141	0.5834630950752631		0	0	False	False	0.9912599921226501	0					non-mobilizable	no_good_hit								True	False
USA0133_01_000000015460	1331	0.8003680545982318	2	2	2	1	1	False	75840	fragment	False	ISR0818_000000013808	0.780439391670255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0101_01_000000023100	1312	0.8003680545982318	2	2	2	1	1	False	75840	fragment	False	ISR0818_000000013808	0.774605879570743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0153_000000022676	1295	0.8003680545982318	3	2	2	1	1	False	75842	fragment	False	ISR0153_000000022676	1.0		0	0	False	False	0.9938223958015442	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000023246	1254	0.8003680545982318	2	2	2	1	1	False	104788	fragment	False	AST0148_000000022141	0.23752856054836252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0050_000000023018	1241	0.8003680545982318	2	2	2	1	1	False	75840	fragment	False	ISR0818_000000013808	0.7610197828125217		0	0	False	False	0.9935535788536072	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000028380	1177	0.8003680545982318	2	2	2	1	1	False	75840	fragment	False	ISR0818_000000013808	0.3837767742346637		0	0	False	False	0.9983007907867432	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000018880	1172	0.8003680545982318	2	2	2	1	1	False	75840	fragment	False	ISR0818_000000013808	0.2840174672489083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000040734	1153	0.8003680545982318	2	2	2	1	1	False	75840	fragment	False	ISR0818_000000013808	0.37913900119594746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0041_000000030061	1124	0.8003680545982318	2	2	2	1	1	False	10960	fragment	False	SPA0041_000000030061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0058_000000049921	1055	0.8003680545982318	2	2	2	1	1	False	10959	fragment	False	MON0058_000000049921	0.9928707224334601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0083_000000038125	1052	0.8003680545982318	2	2	2	1	1	False	10959	fragment	False	MON0058_000000049921	0.9909952606635071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0185_000000019037	1730	0.8003663274576278	2	2	2	2	1	False	114436	fragment	False	ISR0185_000000019037	1.0		0	0	False	False	0.99190753698349	0					non-mobilizable	other	1395.0	99.57	100.0	0.01401455744561065	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ENG0133_000000017588	1384	0.8003637644802231	3	3	3	1	2	False	131719	maximal	True	ENG0133_000000017588	1.0		8	4	False	False	0.9992774724960327	0					non-mobilizable	no_good_hit	1070.0	88.131	77.0	0.007099445668870634	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
SPA0028_000000002250	9087	0.8003624574105691	7	6	5	6	4	False	118078	maximal	True	SPA0028_000000002250	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	79.545	1.0	6.0837042833021974e-05	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	False
FIJ0063_000000002208	9692	0.8003565096563641	11	8	1	3	8	False	45653	maximal	True	FIJ0063_000000002208	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	9610.0	99.979	99.0	0.08759183971121766	CP031791.1	enterobacteria	Klebsiella pneumoniae strain KSB1_1I-sc-2280289 plasmid unnamed2, complete sequence	False	True
MON0007_000000038258	1673	0.8003474760305226	3	1	1	1	1	False	13939	maximal	True	MON0007_000000038258	1.0		13	5	False	False	0.9892408847808838	0					non-mobilizable	no_good_hit	104.0	83.654	8.0	1.0163908316810403e-05	NZ_CP023699.1	high GC Gram+	Streptomyces kanamyceticus strain ATCC 12853 chromosome, complete genome	True	False
USA0120_01_000000001229	8064	0.8003466723036107	8	7	5	5	7	True	123513	maximal	True	USA0120_01_000000001229	1.0		21	7	False	False	1.0	0					non-mobilizable	chromosome	8050.0	98.83200000000001	99.0	0.0012382616701700486	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
FIJ0032_000000005935	5746	0.8003299796578909	5	3	2	3	2	True	87276	fragment	False	FIJ0032_000000005935	0.9841628959276019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	100.0	1.0	0.053201970443349754	NZ_QYYA01000031.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_30, whole genome shotgun sequence	True	True
MAD0001_000000005012	5045	0.8003299796578909	6	3	2	3	2	True	87275	fragment	False	MAD0001_000000005012	0.9570460434522623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	100.0	4.0	0.18029556650246306	NZ_QYYA01000031.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_30, whole genome shotgun sequence	True	True
MAD0011_000000002867	4500	0.8003299796578909	5	3	2	3	2	True	49316	fragment	False	MAD0011_000000002867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	92.523	3.0	0.005528031290743155	NZ_VZBY01000007.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_43_length_19175_cov_74.1472_ID_85, whole genome shotgun sequence	True	True
MAD0045_000000015894	2473	0.8003277103101034	4	3	3	3	3	False	102867	fragment	False	MAD0047_000000018435	0.855282284553068		0	0	False	False	1.0	0					non-mobilizable	chromosome	2242.0	97.63600000000001	99.0	0.0006272126317993166	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0208_000000008483	3585	0.8003168603265	7	3	1	3	2	False	110827	maximal	True	ENG0208_000000008483	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2845.0	95.009	100.0	0.0006202411261216027	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
DEN0058_000000000329	3907	0.8003066493741117	8	5	5	3	3	False	107181	maximal	True	DEN0058_000000000329	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2491.0	97.792	76.0	0.0008452772342855046	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
DEN0070_000000009873	3362	0.8003057628571212	4	4	3	3	2	False	80832	maximal	True	DEN0070_000000009873	1.0		0	0	False	False	0.9988102316856384	0					non-mobilizable	no_good_hit	139.0	85.61200000000001	5.0	2.239091850306001e-05	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	False
ISR0288_000000010071	2988	0.8003031479785966	5	5	3	2	4	False	68628	maximal	True	ISR0288_000000010071	1.0	PS319	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1578.0	99.68299999999999	53.0	0.008492283169447166	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ENG0043_000000020384	1697	0.800296586457472	3	3	3	3	1	False	69042	fragment	False	ENG0043_000000020384	1.0		0	0	False	False	0.9888037443161011	0					non-mobilizable	other	1269.0	81.797	92.0	0.0023270104835420753	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
AST0006_000000008699	1445	0.8002949055111609	2	1	1	1	1	False	127482	maximal	True	AST0006_000000008699	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.0157482358898463e-05	NZ_CP033238.1	crenarchaeotes	Saccharolobus solfataricus strain SULM chromosome, complete genome	True	False
ISR0076_000000000346	38338	0.8002817444079816	48	17	7	11	15	True	97287	fragment	False	ISR0076_000000000346	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	plasmid	18455.0	99.025	96.0	0.09934948141606265	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0130_000000016149	1822	0.8002747743904476	3	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.3812467557156826		0	0	False	False	0.9994511604309082	0					non-mobilizable	other	1823.0	95.99600000000001	100.0	0.04142661179698217	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0082_01_000000008802	3375	0.8002727348052172	9	2	1	2	1	False	540	fragment	False	USA0082_01_000000008802	1.0		0	0	False	False	0.9967407584190369	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.050992765145037e-07	LR736840.1	bivalves	Pecten maximus genome assembly, chromosome: 3	True	False
FIJ0106_000000001977	11574	0.8002722150081542	9	8	8	7	7	True	42369	maximal	True	FIJ0106_000000001977	1.0		3	1	False	False	0.9997407793998718	0					non-mobilizable	no_good_hit	106.0	81.132	1.0	0.00017550994922024642	NZ_KZ984052.1	high GC Gram+	Microbacterium halotolerans strain YIM 70130 Scaffold2, whole genome shotgun sequence	True	True
DEN0051_000000020213	2260	0.8002683551094285	4	4	4	2	1	False	72552	maximal	True	DEN0051_000000020213	1.0		1	1	False	False	0.9964601993560791	0					non-mobilizable	no_good_hit	442.0	98.64299999999999	20.0	0.008336656601910405	NZ_JAAITU010000030.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_30_length_52659_cov_153.326, whole genome shotgun sequence	True	False
ENG0103_000000006068	3134	0.8002665206571014	3	2	1	2	1	True	60313	maximal	True	ENG0103_000000006068	1.0		1	1	False	False	0.9990427494049072	0					non-mobilizable	chromosome	3132.0	96.23200000000001	99.0	0.0012411282133027533	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	False	True
ISR0836_000000014698	1376	0.8002628023190415	3	3	2	3	2	False	20914	maximal	True	ISR0836_000000014698	1.0		26	10	False	False	0.9774709343910217	0					non-mobilizable	no_good_hit	110.0	80.0	8.0	0.00016553651295057444	NZ_HE610997.1	firmicutes	Kurthia massiliensis strain JC30, whole genome shotgun sequence	True	False
ISR0332_000000004361	3026	0.8002599032370371	3	3	3	3	2	False	67238	maximal	True	ISR0332_000000004361	1.0		0	0	False	False	0.975875735282898	0					non-mobilizable	no_good_hit	92.0	96.73899999999999	3.0	3.2111372118930645e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0135_000000005218	4737	0.8002547296134951	5	5	3	4	5	True	33583	fragment	False	SPA0135_000000005218	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4735.0	92.96700000000001	99.0	0.0019210709177039582	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
MON0039_000000003766	9627	0.8002441173042645	14	8	6	6	7	False	121824	fragment	False	CHI0054_000000001402	0.9653374172949114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7323.0	96.9	76.0	0.0020568730022139698	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0085_000000003322	10915	0.8002430753542977	8	8	7	6	4	False	100726	fragment	False	DEN0085_000000003322	0.9973836408702836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3565.0	91.304	33.0	0.0006704202658145634	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	False
ISR0231_000000013592	1450	0.8002357268949128	2	2	2	2	2	False	92321	fragment	False	ISR0102_000000010490	0.9356542846421196		0	0	False	False	0.9958620667457581	0					non-mobilizable	other	1310.0	94.275	90.0	0.999236641221374	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	False	False
ENG0043_000000003224	8779	0.8002345954396668	7	4	3	4	3	True	64641	fragment	False	ENG0043_000000003224	1.0		0	0	False	False	0.9988608956336975	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.4878848320359232e-06	NZ_CP020563.1	high GC Gram+	Kitasatospora albolonga strain YIM 101047 chromosome, complete genome	True	True
CHI0143_000000006712	2838	0.8002291710107138	5	3	2	3	2	True	79941	maximal	True	CHI0143_000000006712	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0032_000000001485	13336	0.8002272095717821	17	7	4	7	3	True	118908	fragment	False	SPA0032_000000001485	0.9766840013400054		0	0	False	False	1.0	0					non-mobilizable	other	13343.0	97.175	100.0	0.0035694019584713243	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0005_000000001668	12872	0.8002272095717821	18	7	4	7	3	True	118908	fragment	False	SPA0032_000000001485	0.8665259417298985		0	0	False	False	1.0	0					non-mobilizable	other	12810.0	97.28299999999999	99.0	0.003427204311239854	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0001_01_000000001080	12812	0.8002272095717821	17	7	4	7	3	True	118908	fragment	False	SPA0032_000000001485	0.8667986488383594		0	0	False	False	1.0	0					non-mobilizable	other	12819.0	97.11399999999999	100.0	0.0034296144408539463	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0014_000000003132	12668	0.8002272095717821	17	7	4	7	3	True	118908	fragment	False	SPA0032_000000001485	0.8616759549421006		0	0	False	False	1.0	0					non-mobilizable	other	12403.0	97.323	100.0	0.003320355231681743	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0059_000000000988	12281	0.8002272095717821	16	7	4	7	3	True	118908	fragment	False	SPA0032_000000001485	0.8491853588856277		0	0	False	False	0.9995928406715393	0					non-mobilizable	other	12283.0	97.476	100.0	0.0032882201701605065	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0112_000000001812	12260	0.8002272095717821	16	7	4	7	3	True	118908	fragment	False	SPA0032_000000001485	0.8467479932238047		0	0	False	False	1.0	0					non-mobilizable	other	12262.0	97.35	100.0	0.0032823287422149468	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0136_000000012513	3176	0.8002268764577742	3	2	2	2	2	False	119640	maximal	True	SPA0136_000000012513	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	88.0	2.0	2.2738425450074867e-05	CP019704.1	CFB group bacteria	Polaribacter sp. BM10, complete genome	True	False
SPA0132_000000019941	2069	0.8002268764577742	3	2	2	2	2	False	119642	maximal	True	SPA0132_000000019941	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	88.0	4.0	2.2738425450074867e-05	CP019704.1	CFB group bacteria	Polaribacter sp. BM10, complete genome	True	False
CAN0012_000000023480	2028	0.8002268764577742	3	2	2	2	2	False	119641	fragment	False	CAN0012_000000023480	0.965122199592668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	88.0	4.0	2.2738425450074867e-05	CP019704.1	CFB group bacteria	Polaribacter sp. BM10, complete genome	True	False
CAN0021_000000005959	6521	0.8002070251870119	7	4	3	4	2	False	120357	maximal	False	CAN0020_000000004636	0.9516552887376386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	2.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0202_000000004760	4996	0.8002060806464947	4	4	3	4	2	True	65813	fragment	False	ENG0202_000000004760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0293_000000004516	7830	0.8002018774883631	12	11	8	11	10	False	132199	fragment	False	ISR0250_000000000765	0.6254571884868146		0	0	False	False	1.0	0					non-mobilizable	other	7830.0	99.73200000000001	100.0	0.0027199138410227905	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0044_000000019755	1419	0.8001954989742185	3	2	2	2	1	False	11108	fragment	False	SPA0044_000000019755	0.986447931526391		0	0	False	False	0.996476411819458	0					non-mobilizable	no_good_hit	1168.0	79.88	82.0	0.0003719553408629042	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0101_000000012775	2184	0.8001944822208487	3	3	3	3	2	False	86133	fragment	False	FIJ0101_000000012775	0.9573418555029307		0	0	False	False	1.0	0					non-mobilizable	chromosome	2193.0	98.45	100.0	0.0007734959086230326	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0007_000000015391	1226	0.8001880414582739	2	2	2	2	1	True	51526	fragment	False	FIJ0007_000000015391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0090_000000050958	1225	0.8001875391691248	2	2	2	2	2	False	71393	fragment	False	ISR0200_000000017230	0.6700417228915901		0	0	False	False	0.9624489545822144	0					non-mobilizable	other	1225.0	99.02	100.0	0.004695267906462898	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0063_000000003254	3888	0.800180348029145	3	3	3	1	3	False	85488	fragment	False	CHI0063_000000003254	1.0		0	0	False	False	0.9981995820999146	0					non-mobilizable	plasmid	3886.0	100.0	100.0	0.05305782415121139	LR536427.1	enterobacteria	Salmonella enterica isolate 20-56 genome assembly, plasmid: 1	False	True
SPA0048_000000009905	2006	0.8001717816297321	3	3	3	3	3	False	36084	fragment	False	SPA0048_000000009905	0.9865301724137931		0	0	False	False	0.9995014667510986	0					non-mobilizable	no_good_hit	1024.0	72.75399999999999	50.0	0.018400933005053778	NZ_FNAM01000041.1	firmicutes	Sporomusa acidovorans strain Mol, whole genome shotgun sequence	True	False
USA0021_01_000000010454	1725	0.8001685392123385	3	3	3	3	2	False	1748	maximal	True	USA0021_01_000000010454	1.0		2	2	False	False	0.9942029118537903	0					non-mobilizable	other	1712.0	80.257	99.0	0.008958525538874444	NZ_FNBY01000008.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
ISR0234_000000001157	8026	0.8001680205327323	7	3	3	2	3	False	47937	fragment	False	ISR0234_000000001157	1.0		0	0	False	False	0.9997507929801941	0					non-mobilizable	no_good_hit	492.0	70.325	6.0	0.00014815165251341145	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0048_000000003414	5351	0.8001610346891734	6	4	4	3	3	True	130106	fragment	False	ISR0048_000000003414	1.0		0	0	False	False	0.9996262192726135	0					non-mobilizable	no_good_hit	2776.0	96.21799999999999	79.0	0.000933712158823967	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0790_000000000472	22628	0.8001596991402639	23	21	14	13	15	True	123682	fragment	False	ISR0790_000000000472	1.0		0	0	False	True	0.9996906518936157	0	rep_cluster_1702				non-mobilizable	no_good_hit	7767.0	99.382	57.0	0.0014743790311044392	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
ISR0009_000000002461	10046	0.8001387586341203	13	11	1	2	11	False	80364	fragment	False	ISR0009_000000002461	1.0		0	0	False	False	0.9981086850166321	0			MPF_I		non-mobilizable	plasmid	10047.0	98.26799999999999	100.0	0.08399250798535043	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ENG0200_000000015382	1363	0.8001376098586903	2	1	1	1	1	False	54794	fragment	False	ISR0331_000000015064	0.5629193321891091		0	0	False	False	0.9955979585647583	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	9.016169788713178e-05	NZ_LROS01000011.1	firmicutes	Clostridium ragsdalei P11 CLRAG_contig000011, whole genome shotgun sequence	True	False
ENG0031_000000010893	1952	0.8001243855343232	2	2	1	2	1	True	65692	maximal	True	ENG0031_000000010893	1.0		0	0	False	False	0.9912909865379333	0					non-mobilizable	no_good_hit	247.0	87.045	23.0	0.001974381589700849	NZ_LNAM01000112.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf2, whole genome shotgun sequence	True	True
MON0089_000000005499	3925	0.8001236021071935	4	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.48589189794817383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2753.0	78.42399999999999	69.0	0.00652580295222967	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0020_01_000000016597	2100	0.8001210134001425	3	3	2	3	1	False	113786	maximal	True	USA0020_01_000000016597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	9.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
CAN0016_000000002768	12441	0.8001102525672069	15	12	10	12	9	False	109041	maximal	True	CAN0016_000000002768	1.0		3	1	False	False	0.9995980858802795	0					non-mobilizable	no_good_hit	356.0	86.51700000000001	6.0	9.926984928599811e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0046_000000021233	1550	0.8001088209864555	4	2	1	1	1	True	6711	maximal	True	SPA0046_000000021233	1.0		0	0	False	False	0.9838709831237793	0					non-mobilizable	no_good_hit	909.0	100.0	59.0	0.01662790484736389	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0127_000000017581	1108	0.8001044373382044	1	1	1	1	1	False	41036	maximal	True	FIJ0127_000000017581	1.0		14	7	False	False	1.0	0					non-mobilizable	other	689.0	98.258	95.0	0.06504679965963885	NZ_WAJR01000041.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_041, whole genome shotgun sequence	False	False
AST0088_000000000522	19094	0.8001001196238421	27	20	8	14	19	True	110468	maximal	True	AST0088_000000000522	1.0		25	6	False	False	0.9990049004554749	0					non-mobilizable	no_good_hit	17063.0	98.14200000000001	89.0	0.007874092126000255	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ISR0262_000000001271	10497	0.8000980169777611	18	4	3	3	3	True	85553	fragment	False	ISR0262_000000001271	1.0		0	0	False	False	0.9989520907402039	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	7.344189677719153e-06	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0162_000000011721	3310	0.8000970106744756	5	2	1	1	2	False	30360	fragment	False	ISR0162_000000011721	1.0		0	0	False	False	0.9996978640556335	0					non-mobilizable	no_good_hit	2218.0	82.101	72.0	0.1180634972499047	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0092_000000026235	2111	0.8000959008499008	4	2	1	2	2	True	96902	maximal	True	MON0092_000000026235	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	3.0	1.9123011605189137e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0092_000000020164	1758	0.8000915702994755	3	2	2	2	2	False	101682	fragment	False	FIJ0092_000000020164	0.9747285207645315		0	0	False	False	0.9709897637367249	0					non-mobilizable	no_good_hit	1198.0	72.538	67.0	0.02120767964098945	NZ_QGDS01000020.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_120, whole genome shotgun sequence	True	False
ENG0066_000000018530	1178	0.8000908833573639	2	1	1	1	1	False	62708	fragment	False	ENG0066_000000018530	0.9543459174714661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000005209	5925	0.8000846841331999	5	3	3	3	1	False	108726	maximal	True	CHI0111_000000005209	1.0		1	1	False	False	0.999662458896637	0					non-mobilizable	no_good_hit	355.0	95.775	6.0	0.009763362568260797	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0051_000000020445	2234	0.8000819645737588	4	3	2	2	2	False	94726	fragment	False	DEN0051_000000020445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0123_000000009059	2379	0.8000778534330343	2	2	1	2	2	False	111211	fragment	False	ISR0123_000000009059	1.0		0	0	False	False	0.9857082962989807	0					non-mobilizable	chromosome	2386.0	95.39	100.0	0.0003338119146999758	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0138_000000013251	2215	0.8000778534330343	3	2	1	2	2	False	111210	fragment	False	ISR0138_000000013251	0.9869906725576829		0	0	False	False	1.0	0					non-mobilizable	chromosome	2220.0	96.757	100.0	0.0003132044984013726	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0328_000000003092	7551	0.8000762308246588	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.756171334236307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2470.0	98.178	33.0	0.39970859640602235	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0104_000000011702	3085	0.8000719988137088	3	3	3	3	3	False	4837	fragment	False	SPA0104_000000011702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	2.0	0.0001370595855494984	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	True	False
SPA0069_000000004729	5044	0.8000617398177763	3	3	3	2	2	False	49552	fragment	False	SPA0069_000000004729	1.0		0	0	False	False	0.9990087151527405	0					non-mobilizable	other	3472.0	97.63799999999999	100.0	0.053038302039816985	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
USA0121_01_000000028348	1501	0.8000487470224142	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08719680446251155		0	0	False	False	1.0	0					non-mobilizable	chromosome	1511.0	91.794	100.0	0.0004243220497290791	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
SPA0001_000000022776	1468	0.8000487470224142	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.16377776877181555		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	94.833	100.0	0.0004110610660575133	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
USA0015_01_000000025001	1338	0.8000487470224142	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.037734187433796106		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	92.932	100.0	0.0005080031471786566	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	True
ENG0139_000000001789	9535	0.8000373523498376	12	7	4	6	5	True	126172	backbone	False	MON0102_000000003826	0.9298577399725237	PS941	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1599.0	74.109	16.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0130_000000014866	2202	0.8000288684604733	2	2	2	2	1	False	33890	maximal	True	SPA0130_000000014866	1.0		2	2	False	False	0.9995458722114563	0					non-mobilizable	no_good_hit	1046.0	94.455	56.0	0.0008483726669751659	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0162_000000014238	2190	0.8000288684604733	2	2	2	2	1	False	83126	fragment	False	CHI0162_000000014238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	93.229	55.0	0.00028083323425591493	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
USA0078_01_000000009470	1773	0.8000288684604733	2	2	2	2	1	False	648	maximal	True	USA0078_01_000000009470	1.0		2	2	False	False	0.9842075705528259	0					non-mobilizable	other	1620.0	95.24700000000001	91.0	0.0013143687539069794	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ISR0810_000000012899	1397	0.8000285735255327	1	1	1	1	1	False	55372	fragment	False	ISR0810_000000012899	0.955019027783196		0	0	False	False	0.9828203320503235	0					non-mobilizable	no_good_hit	817.0	74.663	58.0	0.0008584110471552385	NZ_SNYN01000001.1	high GC Gram+	Actinorugispora endophytica strain DSM 46770 Ga0310471_101, whole genome shotgun sequence	True	False
ISR0120_000000006858	4169	0.8000282921631356	6	4	2	1	4	False	92094	fragment	False	CHI0113_000000001675	0.6985816434848768		0	0	False	False	0.9983209371566772	0					non-mobilizable	other	4127.0	90.45299999999999	99.0	0.008669290276911669	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
ISR0017_000000006351	5210	0.800025525128803	4	4	4	4	3	False	37876	maximal	True	ISR0017_000000006351	1.0		5	5	False	False	1.0	0					non-mobilizable	other	5220.0	98.831	100.0	0.011645770911851509	NZ_JH724317.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.4, whole genome shotgun sequence	False	False
MAD0079_000000004834	1256	0.8000235285621425	1	1	1	1	1	False	16171	fragment	False	MAD0079_000000004834	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1256.0	95.62100000000001	100.0	0.0006069692646240902	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
ISR0363_000000013317	1394	0.800021624208881	3	3	3	2	1	False	23694	fragment	False	ISR0363_000000013317	1.0		0	0	False	False	0.9949784874916077	0					non-mobilizable	chromosome	1379.0	100.0	100.0	0.000708796327015376	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0032_000000002458	11310	0.8000143244687484	15	5	2	4	3	False	120564	fragment	False	ISR0032_000000002458	0.9820053359321356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	89.67399999999999	6.0	0.00020571540341858533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0063_000000002393	10604	0.8000143244687484	15	5	2	4	3	False	120564	fragment	False	ISR0032_000000002458	0.9699442018571345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	89.81	7.0	0.00020571540341858533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0085_000000000043	10349	0.8000143244687484	15	5	2	4	3	False	120564	fragment	False	ISR0032_000000002458	0.9600436188516004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	89.81	7.0	0.00020571540341858533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0087_000000000599	7889	0.8000143244687484	10	5	2	4	3	False	84029	fragment	False	CHI0087_000000000599	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	89.81	9.0	0.00020571540341858533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0039_000000001855	5785	0.8000136464616918	6	3	2	3	2	False	18508	maximal	True	MAD0039_000000001855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	74.324	19.0	0.0002598854461061962	CP016102.1	firmicutes	Clostridioides difficile strain DSM 29627 chromosome, complete genome	True	False
TAN0010_000000007250	2077	0.8000122678402305	3	3	3	3	3	False	86698	maximal	False	FIJ0012_000000011546	0.9498424855170932		0	0	False	False	0.9995185136795044	0					non-mobilizable	no_good_hit	179.0	85.475	23.0	0.00043003437845454877	NZ_JHXG01000003.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MAD0047_000000016315	2648	0.8000020420755349	3	3	3	3	2	False	129508	maximal	False	ISR0014_000000013527	0.9630231808030052		0	0	False	False	0.995468258857727	0					non-mobilizable	no_good_hit	1157.0	78.825	81.0	0.010259991405242802	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0028_000000009269	2988	0.7999996850250524	4	4	2	3	3	True	129244	maximal	True	DEN0028_000000009269	1.0		48	7	False	False	0.9983266592025757	0					non-mobilizable	no_good_hit	1698.0	99.47	57.0	0.00702842848149498	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
USA0087_01_000000012006	1336	0.7999979411983209	2	2	2	2	2	False	63176	fragment	False	USA0087_01_000000012006	0.9940755589148679		0	0	False	False	0.9767963886260986	0					non-mobilizable	other	1336.0	99.102	100.0	0.005450981993385325	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0170_000000002560	4021	0.7999942611936467	7	4	1	1	4	True	100020	fragment	False	DEN0092_000000002951	0.9566502463054187		0	0	False	False	0.9992539286613464	0					non-mobilizable	other	4016.0	99.12799999999999	100.0	0.0936646832341617	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
MON0054_000000013020	3227	0.7999823362594589	5	3	2	2	2	False	77578	fragment	False	MON0015_000000009723	0.6342959607399018		0	0	False	False	0.998760461807251	0					non-mobilizable	no_good_hit	1884.0	82.696	58.0	0.27612272120942644	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0364_000000008084	2100	0.799981489174622	3	3	3	3	3	False	71396	fragment	False	ISR0781_000000012802	0.9683714670255721		0	0	False	False	1.0	0					non-mobilizable	other	2100.0	99.19	100.0	0.008051770699073221	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0146_000000002206	16005	0.7999801035107427	11	9	7	9	2	False	108547	maximal	True	ISR0146_000000002206	1.0		3	1	False	False	0.9998125433921814	0					non-mobilizable	no_good_hit	10232.0	98.69	82.0	0.16317510969286	MK232146.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_2-proph-CL11_c1 sequence	True	False
ISR0132_000000015149	1876	0.7999769719248635	3	3	3	3	3	False	36061	fragment	False	ISR0132_000000015149	1.0		0	0	False	False	0.9978678226470947	0					non-mobilizable	other	1878.0	85.09100000000001	100.0	0.0033769827597092766	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0017_000000016052	1230	0.7999741999197564	2	2	2	1	1	False	96317	fragment	False	MON0017_000000016052	1.0		0	0	False	False	0.9674796462059021	0					non-mobilizable	chromosome	1230.0	99.10600000000001	100.0	0.00041761286505871556	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0038_000000014152	1920	0.7999739911498942	2	2	2	2	1	True	7041	maximal	True	SPA0038_000000014152	1.0		1	1	False	False	0.9994791746139526	0					non-mobilizable	no_good_hit								True	True
ISR0096_000000001234	19732	0.7999618749207421	29	6	3	6	1	True	78171	fragment	False	ISR0096_000000001234	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	13731.0	96.249	96.0	0.14115283572863546	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0184_000000003544	6666	0.7999588209945482	6	5	4	4	4	True	130111	fragment	False	ENG0184_000000003544	1.0		0	0	False	False	0.998499870300293	0					non-mobilizable	chromosome	6666.0	99.745	100.0	0.0022433999778521054	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0047_000000041345	1173	0.7999576847616473	2	2	2	2	2	False	17596	fragment	False	MAD0047_000000041345	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	99.40299999999999	100.0	0.0006324332491527985	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
ISR0373_000000011413	1465	0.7999455748277338	2	2	2	1	2	False	23432	maximal	True	ISR0373_000000011413	1.0		116	4	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	99.64	19.0	0.00012230368933273403	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
SPA0101_000000023086	1800	0.7999403881357667	2	2	2	2	2	False	19112	fragment	False	SPA0101_000000023086	1.0		0	0	False	False	0.992222249507904	0					non-mobilizable	no_good_hit	725.0	82.20700000000001	40.0	0.003132037828395691	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0174_000000006240	4286	0.7999374062928196	4	3	3	3	2	False	127115	maximal	True	ISR0174_000000006240	1.0		7	2	False	False	0.9995333552360535	0					non-mobilizable	no_good_hit	2021.0	99.505	88.0	0.0006366991498805559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CAN0005_000000007689	2234	0.7999312703704976	2	2	2	2	2	False	95881	fragment	False	CAN0005_000000007689	0.9702434625788999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	False
DEN0051_000000039579	1238	0.7999209272454009	3	1	1	1	1	False	72416	maximal	True	DEN0051_000000039579	1.0		1	1	False	False	0.9539579749107361	0					non-mobilizable	no_good_hit	45.0	93.333	4.0	7.239422340166306e-06	NC_010505.1	a-proteobacteria	Methylobacterium radiotolerans JCM 2831, complete sequence	True	False
ISR0057_000000019591	1148	0.7999090585689317	2	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.17893054159902605		0	0	False	False	0.9790940880775452	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0008661395322846526	FP312980.1	bacteria	uncultured bacterial clone mtbn96 complete sequence	True	False
ISR0362_000000009320	2322	0.799906272559928	4	4	2	3	3	False	122173	fragment	False	ENG0128_000000010848	0.6274121067935501		0	0	False	False	0.9991386532783508	0					non-mobilizable	other	2325.0	97.505	100.0	0.0006930643589259418	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0171_000000002064	10174	0.7999004919117418	14	9	8	8	7	False	120186	maximal	True	ISR0171_000000002064	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	79.221	2.0	0.017797017797017797	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0124_000000015801	1789	0.7999000980798985	3	3	3	3	3	False	57028	fragment	False	FIJ0105_000000018125	0.6521252796420581		0	0	False	False	0.9944102764129639	0					non-mobilizable	no_good_hit	1322.0	79.34899999999999	73.0	0.00041546831401411045	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0137_000000009229	1762	0.7998867680643679	3	3	3	3	2	False	102685	maximal	True	CHI0137_000000009229	1.0		0	0	False	False	0.9670828580856323	0					non-mobilizable	other	1778.0	90.214	100.0	0.003885280813840928	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0121_000000018499	1402	0.7998715627521941	2	2	2	2	2	False	32960	fragment	False	ISR0121_000000018499	0.9711815561959654		0	0	False	False	0.9857346415519714	0					non-mobilizable	chromosome	1393.0	83.417	99.0	0.00048171235846649555	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0199_000000015068	2021	0.7998711023453907	2	2	1	1	2	False	28808	fragment	False	ISR0199_000000015068	1.0		0	0	False	False	0.982187032699585	0					non-mobilizable	no_good_hit								True	False
ENG0211_000000002876	11478	0.7998558590628678	17	5	2	4	2	False	56101	maximal	True	ENG0211_000000002876	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7673.0	97.745	67.0	0.3191861190862564	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
AST0094_000000012744	1779	0.7998442349532804	2	2	2	2	1	False	109210	maximal	True	AST0094_000000012744	1.0		1	1	False	False	0.9988757967948914	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	3.0	2.440574551925766e-05	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
ISR0009_000000029427	1162	0.7998437121441075	2	2	2	2	2	False	38330	fragment	False	ISR0009_000000029427	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	80.648	100.0	0.006427441328997099	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0256_000000002441	6992	0.7998431330006671	8	7	6	6	6	False	100368	maximal	True	ISR0256_000000002441	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	2323.0	96.126	70.0	0.10301685891748004	NZ_CABKPS010000019.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CAN0016_000000013891	3454	0.7998408795848009	5	5	3	5	2	False	92983	maximal	True	CAN0016_000000013891	1.0		8	5	False	False	0.9994209408760071	0					non-mobilizable	no_good_hit	583.0	92.281	17.0	0.009936719685308706	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
CHI0124_000000003567	4477	0.79981113441012	5	4	3	2	2	True	130197	maximal	True	CHI0124_000000003567	1.0		105	7	False	False	0.9991065263748169	0					non-mobilizable	other	4477.0	99.665	100.0	0.3016172506738544	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0098_000000018306	2008	0.7998087343888258	3	3	3	3	2	False	42666	maximal	True	SPA0098_000000018306	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	77.639	43.0	0.00016339673101483816	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ENG0161_000000012231	1739	0.7997963617143906	2	2	2	2	2	False	131337	fragment	False	ENG0161_000000012231	0.9826927134852471		0	0	False	False	0.9907993078231812	0					non-mobilizable	other	1720.0	95.988	99.0	0.0268170543361258	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
AST0084_000000024885	1425	0.7997940998360217	2	2	0	1	1	True	124561	backbone	False	AST0110_000000012532	0.9948511553369781	PS915	0	0	True	True	0.9908772110939026	4					non-mobilizable	no_good_hit	65.0	98.462	8.0	0.03553581343697946	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0110_000000012532	1421	0.7997940998360217	2	2	0	1	1	True	124561	backbone	True	AST0110_000000012532	0.9964541978007697	PS915	8	3	True	True	0.9971850514411926	7					non-mobilizable	no_good_hit	65.0	100.0	8.0	0.03553581343697946	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
DEN0064_000000030304	1416	0.7997940998360217	2	2	0	1	1	True	124561	backbone	False	AST0110_000000012532	0.995594648661945	PS915	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	68.0	86.765	5.0	0.01654786150712831	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
DEN0063_000000036290	1395	0.7997940998360217	2	2	0	1	1	True	124561	backbone	False	AST0110_000000012532	0.9870480875921442	PS915	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	120.0	92.5	8.0	0.06496390893947807	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0148_000000024326	1385	0.7997940998360217	3	2	0	1	1	True	124561	backbone	False	AST0110_000000012532	0.9900463463337734	PS915	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	59.0	100.0	11.0	0.03220433092726263	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0102_000000023775	1322	0.7997940998360217	2	2	0	1	1	True	124561	backbone	False	AST0110_000000012532	0.7302877282377467	PS915	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	82.0	93.902	6.0	0.04750733137829912	HG796849.1	bacteria	Uncultured bacterium plasmid pRGF00221	True	True
AST0012_000000022095	1107	0.7997940998360217	2	2	0	1	1	True	124560	fragment	False	AST0012_000000022095	1.0		0	0	False	False	0.9909665584564209	0					non-mobilizable	no_good_hit	79.0	100.0	7.0	0.028087864602088584	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
USA0043_01_000000003305	3519	0.7997928145153943	4	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.32311932562164764	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3521.0	99.915	100.0	0.002939111135974804	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	True
ISR0302_000000003774	3497	0.7997928145153943	4	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.32364764677561997	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3497.0	99.685	100.0	0.10582394963070589	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0112_000000008759	3464	0.7997928145153943	4	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.3237570533410684	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3464.0	99.39399999999999	100.0	0.10473422932558421	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0049_000000005177	4252	0.7997811945197398	6	3	2	3	3	False	83059	fragment	False	SPA0049_000000005177	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1169.0	96.40700000000001	47.0	0.00028288700857775467	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
MAD0112_000000010578	2640	0.7997763939464011	3	3	2	3	3	False	14459	maximal	True	MAD0112_000000010578	1.0		1	1	False	False	0.9988636374473572	0					non-mobilizable	no_good_hit	1317.0	86.181	50.0	0.006535006480382566	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
FIJ0090_000000014629	2893	0.7997737172351445	4	2	2	2	2	False	43509	fragment	False	FIJ0090_000000014629	1.0		0	0	False	False	0.9955064058303833	0					non-mobilizable	no_good_hit	906.0	72.075	31.0	0.002785733534716695	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
ISR0378_000000009947	2637	0.7997703593951002	4	3	2	2	2	False	120380	fragment	False	ISR0378_000000009947	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1738.0	84.75299999999999	100.0	0.009868571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0037_000000010758	2303	0.7997703593951002	3	3	2	2	2	False	124444	fragment	False	SPA0037_000000010758	1.0		0	0	False	False	0.9991315603256226	0					non-mobilizable	other	1759.0	99.829	100.0	0.010045714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0774_000000009055	2720	0.7997678712486578	4	2	2	2	1	True	22484	maximal	True	ISR0774_000000009055	1.0		10	4	False	False	0.9996323585510254	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	2.0	0.001970301311932337	NZ_CYZO01000040.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0340_000000016433	1302	0.7997656000455546	1	1	1	1	1	False	24367	maximal	True	ISR0340_000000016433	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1302.0	89.785	100.0	0.00019285405321111635	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
MON0101_000000033365	1931	0.7997630052867356	2	2	2	2	1	False	96019	fragment	False	MON0101_000000033365	0.9841968911917098		0	0	False	False	0.9994821548461914	0					non-mobilizable	no_good_hit								True	False
ISR0143_000000016810	1748	0.7997531441169985	2	2	2	2	2	False	100788	fragment	False	ISR0175_000000010194	0.28901069104066945		0	0	False	False	0.9965674877166748	0					non-mobilizable	other	1748.0	95.824	100.0	0.0004851403213533943	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CAN0008_000000009604	3004	0.7997505615804172	4	3	3	3	3	False	112378	fragment	False	CAN0008_000000009604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	81.059	37.0	0.0003137382063731806	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0335_000000000318	28490	0.7997474120150901	26	20	15	17	12	False	128628	maximal	True	ISR0335_000000000318	1.0		0	0	False	False	0.9999297857284546	0					non-mobilizable	no_good_hit	8466.0	99.36200000000001	35.0	0.030325176165450437	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0079_000000002157	12662	0.7997415030341442	14	6	0	6	2	False	61869	maximal	True	ENG0079_000000002157	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	0.0	0.001924557351809084	NC_049973.1	viruses	Bacillus virus SRT01hs, complete genome	True	False
CHI0049_000000002411	5956	0.7997405887320425	6	2	1	2	1	False	90008	fragment	False	CHI0049_000000002411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	82.09	1.0	1.569844150154166e-05	CP031747.1	b-proteobacteria	Alcaligenes faecalis strain AU14 chromosome	True	False
SPA0054_000000004995	5271	0.7997405887320425	5	2	1	2	1	False	90001	fragment	False	SPA0054_000000004995	0.9782311597032409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	74.932	7.0	0.011494252873563218	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	False
CHI0013_000000001624	5122	0.7997405887320425	5	2	1	2	1	False	90001	fragment	False	SPA0054_000000004995	0.9654714475431607		0	0	False	False	0.9990237951278687	0					non-mobilizable	no_good_hit	367.0	74.387	7.0	0.011494252873563218	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	False
CHI0103_000000000496	3788	0.7997405887320425	3	2	1	2	1	False	87962	fragment	False	CHI0103_000000000496	1.0		0	0	False	False	0.9997360110282898	0					non-mobilizable	no_good_hit	67.0	82.09	2.0	1.569844150154166e-05	CP031747.1	b-proteobacteria	Alcaligenes faecalis strain AU14 chromosome	True	False
SPA0082_000000005086	3183	0.7997405887320425	3	2	1	2	1	False	85162	fragment	False	SPA0082_000000005086	0.9987361056241933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000012541	3150	0.7997405887320425	3	2	1	2	1	False	85162	fragment	False	SPA0082_000000005086	0.9968431954801503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0068_000000004340	3035	0.7997405887320425	2	2	1	2	1	False	85162	fragment	False	SPA0082_000000005086	0.9848496726159309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0073_000000002999	3032	0.7997405887320425	2	2	1	2	1	False	85162	fragment	False	SPA0082_000000005086	0.9846849279701319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0134_000000009579	3025	0.7997405887320425	2	2	1	2	1	False	85162	fragment	False	SPA0082_000000005086	0.9839157392759325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000006670	3020	0.7997405887320425	2	2	1	2	1	False	85162	fragment	False	SPA0082_000000005086	0.9828279320691244		0	0	False	False	0.9996688961982727	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000015128	2679	0.7997405887320425	2	2	1	2	1	False	87961	fragment	False	SPA0040_000000015128	1.0		0	0	False	False	0.9996267557144165	0					non-mobilizable	no_good_hit	67.0	82.09	3.0	1.569844150154166e-05	CP031747.1	b-proteobacteria	Alcaligenes faecalis strain AU14 chromosome	True	False
SPA0127_000000011825	2486	0.7997405887320425	2	2	1	2	1	False	3919	fragment	False	SPA0127_000000011825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0084_000000015381	2260	0.7997267161458476	2	2	2	2	2	False	120676	fragment	False	AST0084_000000015381	0.9898298373534223		0	0	False	False	0.9964601993560791	0					non-mobilizable	no_good_hit	895.0	73.855	38.0	0.00031032497019293397	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
SPA0075_000000013504	1591	0.7997267089740371	4	3	2	2	1	False	90547	fragment	False	MON0046_000000019056	0.7288459145202494		0	0	False	False	0.997485876083374	0					non-mobilizable	other	1598.0	96.49600000000001	100.0	0.0243965780629392	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0106_000000015267	1468	0.7997267089740371	4	3	2	2	1	False	90547	fragment	False	MON0046_000000019056	0.5980698809406139		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	97.213	100.0	0.02244118545676749	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0087_000000009865	1459	0.7997267089740371	4	3	2	2	1	False	90547	fragment	False	MON0046_000000019056	0.5954078400643597		0	0	False	False	0.9938313961029053	0					non-mobilizable	other	1461.0	96.78299999999999	100.0	0.02228842040941033	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0158_000000003837	4603	0.7997141961185882	7	7	3	5	7	False	84162	maximal	True	FIJ0158_000000003837	1.0		13	4	False	False	0.9997827410697937	0					non-mobilizable	chromosome	2874.0	99.861	99.0	0.0010575073451302027	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
FIJ0149_000000008345	2788	0.7997076884204455	3	3	3	3	2	False	39858	maximal	True	FIJ0149_000000008345	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	1.9436493928606193e-06	LN590707.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG30, chromosome: 30	True	False
ISR0067_000000010217	2794	0.7997076728619199	4	3	3	2	2	False	36037	maximal	True	ISR0067_000000010217	1.0		9	2	False	False	0.9910522699356079	0					non-mobilizable	chromosome	2239.0	97.454	99.0	0.0007054122264518238	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0029_000000021195	1503	0.7997064379530735	3	3	3	3	3	False	48851	maximal	False	FIJ0080_000000015753	0.9649122807017543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	77.803	49.0	9.894790724033601e-05	AM406670.1	b-proteobacteria	Azoarcus olearius strain BH72 genome assembly	True	False
AST0087_000000030341	1199	0.7997037790026785	2	2	2	2	1	False	124601	fragment	False	ENG0179_000000025647	0.9323580035860376		0	0	False	False	0.9974979162216187	0					non-mobilizable	other	1199.0	99.75	100.0	0.000502242693899009	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
SPA0044_000000010726	2488	0.7997033400797041	4	4	4	3	3	False	131561	fragment	False	CHI0041_000000005632	0.9846877584695339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2012.0	77.237	80.0	0.0003067959456161875	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0332_000000005601	2453	0.7997033400797041	4	4	4	3	3	False	131561	fragment	False	CHI0041_000000005632	0.9582581805099175		0	0	False	False	0.9987770318984985	0					non-mobilizable	no_good_hit	1365.0	90.11	77.0	0.014436765063875277	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
ITA0003_000000002497	2252	0.7997033400797041	4	4	4	3	3	False	131561	fragment	False	CHI0041_000000005632	0.9203726058197934		0	0	False	False	0.9920070767402649	0					non-mobilizable	no_good_hit	1804.0	80.543	80.0	0.0002867094540927615	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0154_000000020424	1897	0.7996950445761407	2	2	2	2	2	False	39591	maximal	True	FIJ0154_000000020424	1.0		26	9	False	False	0.9994728565216064	0					non-mobilizable	no_good_hit	1347.0	82.925	71.0	0.006222218097792296	MN577572.1	bacteria	Uncultured Elusimicrobia bacterium isolate LL30 clone UCI_4 genomic sequence	True	False
DEN0073_000000017243	2920	0.799691206551875	3	3	3	3	3	False	120460	fragment	False	ENG0088_000000007200	0.9898544889976394		0	0	False	False	1.0	0					non-mobilizable	other	1954.0	75.435	91.0	0.006001420565660485	NZ_FOYZ01000005.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	False	False
MON0011_000000037770	1237	0.7996910699221637	2	1	1	1	1	False	13634	maximal	True	MON0011_000000037770	1.0		18	6	False	False	0.9717057347297668	0					non-mobilizable	other	1237.0	99.19200000000001	100.0	0.0003408091680975045	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0385_000000017085	1389	0.7996855449062955	3	1	1	1	1	False	23025	fragment	False	ISR0385_000000017085	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1395.0	94.05	100.0	0.0004888428902528382	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0078_000000002194	3443	0.7996687906270042	3	3	3	3	3	False	85373	fragment	False	SPA0078_000000002194	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3444.0	99.535	100.0	0.0006550399454507542	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
ISR0114_000000011140	2499	0.7996675186365029	3	2	2	2	2	False	77810	backbone	False	ENG0005_000000009440	0.9920073375262054	PS376	0	0	True	True	0.9951980710029602	3					non-mobilizable	no_good_hit	1002.0	75.649	46.0	0.00026320754993159	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0006_000000006208	3134	0.7996542652979718	4	4	4	4	3	False	76253	fragment	False	ISR0107_000000006693	0.9615306004863922		0	0	False	False	0.9996809363365173	0					non-mobilizable	other	3134.0	99.84	100.0	0.05313411573163286	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
MAD0039_000000011228	1337	0.7996241995780901	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.04944432711584429		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	93.26899999999999	100.0	0.0003733608437395307	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0087_000000002558	4641	0.7996175537923537	6	4	3	2	3	False	92092	fragment	False	DEN0087_000000002558	0.9929149797570851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2593.0	83.34	57.0	0.0005111427523310784	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
USA0082_01_000000009680	3067	0.79961529348786	6	4	4	4	2	False	13746	fragment	False	USA0082_01_000000009680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0063_01_000000006630	3064	0.79961529348786	6	4	4	4	2	False	13746	fragment	False	USA0082_01_000000009680	0.9995109227257907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000009794	2876	0.7996091842751801	4	1	1	1	1	False	48157	fragment	False	FIJ0034_000000009794	1.0		0	0	False	False	0.9996522665023804	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000008248	2840	0.7996038194666473	4	4	4	4	3	False	68323	fragment	False	MON0033_000000022393	0.9699274109920497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	77.148	42.0	0.0004057858759782644	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0040_000000021823	1279	0.7995964171083494	1	1	1	1	1	False	103863	fragment	False	AST0150_000000020744	0.9449520619611534		0	0	False	False	0.9663800001144409	0					non-mobilizable	other	1166.0	79.931	90.0	0.00922798649016375	NZ_FUWW01000005.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
FIJ0014_000000022243	1161	0.7995955967205721	2	2	1	1	2	False	50429	fragment	False	FIJ0014_000000022243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	627.0	93.62	54.0	0.008715417224453369	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0042_000000001830	11085	0.7995924234011912	15	7	5	5	2	True	51464	fragment	False	MAD0005_000000001298	0.5758214767441648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
MAD0008_000000000606	11068	0.7995924234011912	15	7	5	5	2	True	51464	fragment	False	MAD0005_000000001298	0.5761128074162617		0	0	False	False	0.9999096393585205	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ISR0304_000000006273	1589	0.7995893936115851	2	2	1	1	2	False	25489	maximal	True	ISR0304_000000006273	1.0		1	1	False	False	0.9993706941604614	0					non-mobilizable	no_good_hit	1235.0	89.15	77.0	0.0002740272090004405	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MAD0049_000000007291	2415	0.7995878340925898	5	2	1	2	0	True	19187	fragment	False	MAD0049_000000007291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	89.876	41.0	0.021601848286484406	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
SPA0018_000000002880	8540	0.7995756830685896	10	6	3	3	4	False	7812	fragment	False	SPA0018_000000002880	1.0		0	0	False	False	0.9987119436264038	0					non-mobilizable	no_good_hit	3201.0	74.071	58.0	0.0013486026645171173	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
FIJ0057_000000004932	5525	0.7995639126394607	5	3	2	3	2	True	87276	fragment	False	FIJ0032_000000005935	0.9653672119735468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	2.0	0.09655172413793103	NZ_QYYA01000031.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_30, whole genome shotgun sequence	True	True
ENG0032_000000021209	1201	0.7995623135662974	2	2	2	2	2	False	65564	fragment	False	FIJ0050_000000018867	0.48208534621578103		0	0	False	False	0.9800166487693787	0					non-mobilizable	chromosome	1218.0	73.81	99.0	0.00041687987027925376	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0184_000000007939	2841	0.7995603048922859	3	3	3	3	2	True	113517	maximal	False	ISR0223_000000009229	0.9370675453047776		0	0	False	False	0.9855684638023376	0					non-mobilizable	no_good_hit	85.0	85.882	3.0	0.0005292405398253506	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	True
ISR0836_000000006606	3034	0.799555989628948	4	4	3	3	2	False	113756	fragment	False	ISR0059_000000003816	0.685341178789779		0	0	False	False	0.9976928234100342	0					non-mobilizable	chromosome	1724.0	96.404	100.0	0.0004816746717209388	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0143_000000003282	1569	0.7995537898814972	2	2	2	2	2	False	40131	fragment	False	FIJ0143_000000003282	1.0		0	0	False	False	0.9872530102729797	0					non-mobilizable	no_good_hit	1153.0	79.618	73.0	0.001500430193272197	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ISR0250_000000009154	1457	0.7995380917375773	2	2	2	2	2	False	101682	fragment	False	FIJ0092_000000020164	0.7144949438835715		0	0	False	False	0.9938229322433472	0					non-mobilizable	no_good_hit	1195.0	72.385	81.0	0.02115339377160125	NZ_QGDS01000020.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_120, whole genome shotgun sequence	True	False
MAD0041_000000009173	3318	0.7995339091490659	6	3	2	3	3	True	18275	maximal	True	MAD0041_000000009173	1.0		1	1	False	False	0.9861361980438232	0					non-mobilizable	no_good_hit								True	True
FIJ0105_000000030728	1136	0.7995332888926933	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.35246123742242885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	96.875	8.0	0.003938150312979314	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
FIJ0023_000000005531	5369	0.799531849735582	5	2	2	2	1	False	49410	maximal	True	FIJ0023_000000005531	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0780_000000008086	1506	0.7995256159020717	2	2	2	2	1	False	22305	fragment	False	ISR0780_000000008086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	76.033	8.0	0.0008750852837352793	NZ_NHTN01000022.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_22, whole genome shotgun sequence	True	False
ISR0073_000000006797	3836	0.7995152209415917	5	4	4	4	4	False	91649	fragment	False	CAN0021_000000010517	0.9495459132189707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	8.98958332032757e-06	CP027778.1	firmicutes	Clostridium botulinum strain Mfbjulcb6 chromosome, complete genome	True	False
FIJ0100_000000004940	3989	0.7995067501195187	5	5	5	5	3	False	105121	fragment	False	FIJ0100_000000004940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	95.238	13.0	0.002585729638193246	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
CHI0187_000000003173	5637	0.7995064192009602	5	4	3	3	3	False	77107	maximal	False	DEN0073_000000007393	0.9618826363792806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1028.0	83.463	21.0	0.002181041324881532	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
FIJ0028_000000020149	1501	0.7995017146871268	3	3	3	3	3	False	88156	maximal	True	FIJ0028_000000020149	1.0		19	7	False	False	0.9993337988853455	0					non-mobilizable	other	1522.0	74.704	99.0	0.005525432100585718	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
DEN0083_000000011209	2519	0.7995005135339492	3	2	2	2	1	False	69112	maximal	True	DEN0083_000000011209	1.0		1	1	False	False	0.9841206669807434	0					non-mobilizable	no_good_hit	1106.0	89.693	82.0	0.00030657980238932303	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0080_000000052862	1118	0.799498000129421	2	1	1	1	1	False	10002	fragment	False	MON0080_000000052862	1.0		0	0	False	False	0.9239713549613953	0					non-mobilizable	no_good_hit	965.0	76.58	86.0	0.0008573105862644168	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0061_000000005467	4264	0.7994868643257713	8	5	3	3	4	False	116486	fragment	False	FIJ0061_000000005467	1.0		0	0	False	False	0.9990619421005249	0					non-mobilizable	chromosome	3617.0	99.97200000000001	91.0	0.0010188237263083334	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0324_000000023199	1327	0.7994735421626529	3	2	2	2	1	False	24900	maximal	True	ISR0324_000000023199	1.0		1	1	False	False	0.9879427552223206	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000016547	1278	0.7994734671536469	1	1	1	1	1	False	37773	fragment	False	ISR0018_000000016547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	94.118	8.0	0.00046860356138706655	NZ_CYYA01000004.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0081_000000017221	2070	0.7994705863801873	3	3	3	3	2	False	87695	fragment	False	MON0108_000000009723	0.9246217581204667		0	0	False	False	0.9845410585403442	0					non-mobilizable	chromosome	2038.0	95.927	98.0	0.0027802859447818443	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0253_000000001569	6502	0.7994694210408357	9	5	2	4	3	False	83064	maximal	True	ISR0253_000000001569	1.0	PS412	0	0	False	True	0.9995386004447937	0					non-mobilizable	no_good_hit	2564.0	99.727	76.0	0.006343201360742962	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
SPA0075_000000001664	7543	0.7994639071570508	9	3	1	2	2	False	5805	maximal	True	SPA0075_000000001664	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	92.958	1.0	0.012473271560940842	NZ_LT635808.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
SPA0079_000000003586	5987	0.7994639071570508	9	3	1	2	2	False	5653	fragment	False	SPA0079_000000003586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	92.958	1.0	0.012473271560940842	NZ_LT635808.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ISR0148_000000007687	3767	0.7994635820271796	5	4	4	4	3	False	112739	maximal	True	ISR0148_000000007687	1.0	PS721	1	1	False	True	0.9925670027732849	0					non-mobilizable	no_good_hit	1423.0	73.717	37.0	0.1708714198659354	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0129_000000007178	3083	0.7994614353207077	3	2	1	1	2	False	111193	maximal	True	CHI0129_000000007178	1.0		2	2	False	False	0.999026894569397	0					non-mobilizable	no_good_hit	1336.0	98.054	85.0	0.00018800738705300962	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
USA0042_01_000000000418	41452	0.7994608508528294	49	19	13	17	12	False	1274	maximal	True	USA0042_01_000000000418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	77.551	0.0	0.00012257978390695356	NZ_JABXNR010000011.1	firmicutes	Listeria welshimeri strain F4083 NODE_1_length_1191061_cov_68.1376_ID_1, whole genome shotgun sequence	True	False
ENG0126_000000008873	2085	0.7994599251816371	4	1	1	1	1	False	64423	maximal	True	ENG0126_000000008873	1.0		24	8	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0009637006103437199	NZ_JAAABL010000044.1	a-proteobacteria	Rhodovarius lipocyclicus strain CCUG 44693 contig00044, whole genome shotgun sequence	True	False
ENG0159_000000009381	2433	0.7994598815110477	3	2	2	2	2	False	56542	maximal	True	ENG0159_000000009381	1.0		7	4	False	False	0.995067834854126	0					non-mobilizable	no_good_hit	1729.0	75.824	70.0	0.01562685300905865	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
MAD0063_000000004226	2733	0.7994550596059529	3	3	3	3	3	False	131789	maximal	True	MAD0063_000000004226	1.0		2	1	False	False	0.9860958456993103	0					non-mobilizable	other	1773.0	89.227	90.0	0.0005682569728662111	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0138_000000015345	1240	0.7994504272454881	2	1	1	1	1	False	112573	fragment	False	AST0059_000000011526	0.9134174783488004		0	0	False	False	1.0	0					non-mobilizable	other	1083.0	94.645	92.0	0.004174189466537043	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0071_000000008255	2526	0.7994497428164379	4	4	4	3	1	False	121534	fragment	False	ISR0818_000000006945	0.9862187021923805		0	0	False	False	1.0	0					non-mobilizable	other	2526.0	99.84200000000001	100.0	0.0004887830579468286	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0185_000000008813	2387	0.7994497428164379	4	4	4	3	1	False	121534	fragment	False	ISR0818_000000006945	0.933621087842434		0	0	False	False	1.0	0					non-mobilizable	chromosome	2387.0	100.0	100.0	0.0004328935997969428	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0096_000000016146	2052	0.7994469215271214	3	3	3	3	3	False	60862	maximal	True	ENG0096_000000016146	1.0		79	12	False	False	0.9736841917037964	0					non-mobilizable	chromosome	2033.0	96.11399999999999	99.0	0.0009455736728464001	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
AST0104_000000012253	2729	0.7994421829133649	3	1	1	1	1	False	107980	maximal	True	AST0104_000000012253	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	76.271	6.0	2.7283940202384114e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
ENG0160_000000000257	48960	0.7994386562502055	70	34	23	26	15	True	131910	maximal	True	ENG0160_000000000257	1.0		1	1	False	False	0.9997957348823547	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	0.0	0.0004127946195745195	NZ_VLKH01000014.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00014.14, whole genome shotgun sequence	True	True
ISR0213_000000002560	7964	0.7994365261939952	11	2	1	1	1	False	76797	maximal	True	ISR0213_000000002560	1.0		2	1	True	True	1.0	210					non-mobilizable	no_good_hit	763.0	73.52600000000001	9.0	0.16498020237571492	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
DEN0010_000000006232	6397	0.7994365261939952	6	2	1	1	1	False	109590	fragment	False	DEN0010_000000006232	0.9745145631067961		0	0	False	False	0.9998436570167542	0					non-mobilizable	no_good_hit	761.0	72.93	12.0	0.16498020237571492	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
SPA0126_000000006065	5825	0.7994365261939952	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.8812427849547338	PS336|PS768	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0081_000000004064	5599	0.7994365261939952	6	2	1	1	1	False	34253	fragment	False	ISR0081_000000004064	0.9974802015838733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	88.05	13.0	0.047279890892559476	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0836_000000003512	5556	0.7994365261939952	4	2	1	1	1	False	34253	fragment	False	ISR0081_000000004064	0.991516342203965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	88.05	12.0	0.047279890892559476	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
USA0034_01_000000013553	4147	0.7994365261939952	3	2	1	1	1	False	41781	fragment	False	USA0034_01_000000013553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1946.0	90.904	88.0	0.15552865213882164	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	False
ISR0121_000000011430	2188	0.7994316668358055	3	2	2	2	2	False	32211	fragment	False	ISR0121_000000011430	1.0		0	0	False	False	0.9977148175239563	0					non-mobilizable	no_good_hit	658.0	72.64399999999999	30.0	0.00015912045860036272	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0021_000000005205	3633	0.7994291603950588	5	3	3	3	2	False	66390	maximal	True	ENG0021_000000005205	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1944.0	90.535	53.0	0.0005508475060022399	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0160_000000005569	4707	0.7994282646855839	7	3	3	2	3	False	92434	maximal	True	ISR0160_000000005569	1.0		0	0	False	False	0.9995750784873962	0					non-mobilizable	no_good_hit	1491.0	97.787	32.0	0.0029416994290455776	NZ_CABMOJ010000022.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
SPA0073_000000006089	1887	0.7994270038494786	4	2	2	2	2	False	6032	fragment	False	SPA0073_000000006089	0.9961199294532627		0	0	False	False	0.999470055103302	0					non-mobilizable	other	1887.0	100.0	100.0	0.0067253860143351284	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	False	False
SPA0067_000000011266	1884	0.7994270038494786	4	2	2	2	2	False	6032	fragment	False	SPA0073_000000006089	0.9950608872177499		0	0	False	False	0.9994692206382751	0					non-mobilizable	other	1884.0	100.0	100.0	0.006714688157472453	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	False	False
SPA0126_000000001302	20437	0.7993990852331962	23	7	5	7	3	True	111598	fragment	False	SPA0126_000000001302	0.9901044322696605		0	0	False	False	1.0	0					non-mobilizable	other	9710.0	97.87799999999999	96.0	0.21013206321714656	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0011_000000000941	18674	0.7993990852331962	22	7	5	7	3	True	111598	fragment	False	SPA0126_000000001302	0.9359789086814584		0	0	False	False	1.0	0					non-mobilizable	other	9710.0	96.169	96.0	0.21013206321714656	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0097_000000003507	7716	0.7993921950936128	8	3	2	2	3	False	70933	fragment	False	FIJ0056_000000002488	0.28605819602255067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	94.213	15.0	0.000398923924799782	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0050_000000007166	3578	0.7993914818073364	5	4	4	4	3	False	46618	maximal	True	FIJ0050_000000007166	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	78.14399999999999	23.0	0.0001293222287370576	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ENG0059_000000007306	1715	0.7993905187008299	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.931199929247671		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	99.59200000000001	100.0	0.0003352577729338615	CP020092.1	enterobacteria	Escherichia coli strain 13E0725, complete genome	False	False
CHI0127_000000006465	3055	0.79939048751039	2	2	2	2	2	False	81398	maximal	True	CHI0127_000000006465	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	74.533	19.0	0.002361658171542635	NZ_FODH01000010.1	firmicutes	Paenibacillus sophorae strain CGMCC 1.10238, whole genome shotgun sequence	True	False
FIJ0066_000000010548	3010	0.7993899737044301	3	3	3	3	1	False	120976	fragment	False	MAD0092_000000005701	0.960223642172524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	81.582	85.0	0.0001787092433273328	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0153_000000010210	2600	0.7993899737044301	4	3	3	3	1	False	120974	fragment	False	FIJ0153_000000010210	0.9522101310932927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	95.036	88.0	0.0003614822802661692	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0012_000000014550	1604	0.7993886093681025	2	2	2	2	2	False	70042	fragment	False	SPA0055_000000018082	0.9545719277810134		0	0	False	False	1.0	0					non-mobilizable	other	1604.0	99.501	100.0	0.00045751738451895883	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0839_000000017106	1266	0.7993869848416525	2	2	2	2	2	False	20818	maximal	True	ISR0839_000000017106	1.0		37	6	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	81.03399999999999	9.0	4.0553831332031145e-05	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
ISR0323_000000006130	3120	0.7993867205413259	4	2	2	2	2	False	123393	fragment	False	ISR0323_000000006130	1.0		0	0	False	False	0.9967948794364929	0					non-mobilizable	no_good_hit	779.0	78.04899999999999	25.0	0.0006314845052564934	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
ISR0096_000000008751	2718	0.7993867205413259	3	2	2	2	2	False	123392	fragment	False	ISR0096_000000008751	1.0		0	0	False	False	0.9668874144554138	0					non-mobilizable	no_good_hit	776.0	77.706	28.0	0.0006290241760152343	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
AST0019_000000006974	3836	0.7993700558219482	5	4	3	3	2	False	122839	fragment	False	AST0019_000000006974	0.9971870604781997		0	0	False	False	0.9984358549118042	0					non-mobilizable	no_good_hit	2051.0	87.56700000000001	82.0	0.008170231308326373	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	True	False
SPA0112_000000010430	3302	0.7993625706059128	4	3	3	3	2	True	68186	fragment	False	ISR0072_000000007322	0.9502868068833652		0	0	False	False	0.998788595199585	0					non-mobilizable	no_good_hit	2005.0	99.751	71.0	0.24786641929499073	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
DEN0052_000000011193	3528	0.7993594380714576	5	3	3	3	3	False	72327	maximal	True	DEN0052_000000011193	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	82.779	14.0	0.008271446446853114	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ENG0005_000000000092	88475	0.7993588104261321	79	10	4	10	4	False	115487	maximal	False	AUS0014_000000000041	0.8750769782926848	PS49	0	0	False	True	0.9994348883628845	0					non-mobilizable	no_good_hit	246.0	99.59299999999999	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
CAN0022_000000000084	87413	0.7993588104261321	79	10	4	10	4	False	115487	maximal	False	AUS0014_000000000041	0.4976534922339647	PS49	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	246.0	99.59299999999999	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
FIJ0045_000000012956	1802	0.7993578109850407	1	1	1	1	1	False	77241	fragment	False	FIJ0045_000000012956	1.0		0	0	False	False	0.9977802634239197	0					non-mobilizable	plasmid	1804.0	99.05799999999999	100.0	0.0029160935350756533	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
CHI0184_000000006660	1221	0.7993578109850407	1	1	1	1	1	False	77240	fragment	False	CHI0184_000000006660	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1221.0	99.26299999999999	100.0	0.001974269762925803	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0022_000000019420	1357	0.7993518068998173	1	1	1	1	1	False	37572	fragment	False	ISR0022_000000019420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	86.301	11.0	2.2736616835320097e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
SPA0154_000000007675	1282	0.7993472194120164	2	2	1	2	1	True	3209	maximal	True	SPA0154_000000007675	1.0		1	1	False	False	0.9765990376472473	0					non-mobilizable	no_good_hit	703.0	100.0	55.0	0.0034713293905888403	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
CAN0005_000000013373	1264	0.7993441993557512	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.11570775868359644		0	0	False	False	0.9984177350997925	0					non-mobilizable	other	1264.0	97.785	100.0	0.0003504562596153312	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0018_000000001595	12365	0.7993373075597882	7	4	4	3	3	False	37819	maximal	True	ISR0018_000000001595	1.0		1	1	False	False	0.9999191164970398	0					non-mobilizable	no_good_hit	327.0	74.618	3.0	0.0011166926416564622	NZ_LSLJ01000006.1	firmicutes	Sporomusa sphaeroides DSM 2875 SPSPH_contig000006, whole genome shotgun sequence	True	False
ISR0039_000000019981	1853	0.7993326570893028	6	2	2	2	2	True	57897	fragment	False	ISR0039_000000019981	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	98.31299999999999	94.0	0.008190583708687088	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0025_000000001877	9951	0.7993313280830682	13	10	7	8	9	False	7573	maximal	True	SPA0025_000000001877	1.0		2	2	False	False	0.9997990131378174	0					non-mobilizable	no_good_hit	2456.0	99.186	25.0	0.028141406267910774	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0026_000000036689	1404	0.7993281066245835	3	3	2	3	2	False	48821	fragment	False	MON0026_000000036689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	552.0	71.377	39.0	0.0023821685219106666	NZ_QSBM01000011.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf11, whole genome shotgun sequence	True	False
AST0024_000000025615	1406	0.7993207048533985	2	2	2	2	2	False	120990	fragment	False	AST0024_000000025615	1.0		0	0	False	False	0.9985775351524353	0					non-mobilizable	chromosome	1379.0	81.798	98.0	0.00047841387560057963	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
SPA0090_000000015576	2268	0.7993146398031837	4	3	2	2	2	False	36306	fragment	False	SPA0090_000000015576	1.0		0	0	False	False	0.9995591044425964	0					non-mobilizable	no_good_hit								True	False
MON0107_000000039567	1540	0.7993135590206287	2	2	2	2	2	False	15211	fragment	False	MON0109_000000022023	0.949757224511834		0	0	False	False	0.9993506669998169	0					non-mobilizable	chromosome	1399.0	74.41	90.0	0.000241401279320123	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CAN0004_000000006066	4167	0.7993130904605485	6	4	3	3	3	True	96263	maximal	True	CAN0004_000000006066	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	82.99799999999999	35.0	0.010311493018259935	NZ_KB894652.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00010.10, whole genome shotgun sequence	True	True
SPA0053_000000014414	2323	0.7993069936885489	3	3	3	3	2	False	107127	maximal	True	SPA0053_000000014414	1.0		464	13	False	False	0.9969866275787354	0					non-mobilizable	other	2316.0	98.705	99.0	0.03294167912839137	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0293_000000023402	1500	0.7993038493294039	1	1	1	1	1	False	118057	fragment	False	FIJ0167_000000014865	0.7169645543937031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000011561	3478	0.799300152370065	1	1	1	1	1	False	62864	maximal	True	MAD0047_000000011561	0.9804257720987009		149	12	False	False	0.9956871867179871	0					non-mobilizable	no_good_hit								True	False
ENG0049_000000015474	1172	0.7992872267682777	2	2	2	2	2	False	64169	fragment	False	ENG0148_000000027269	0.7288466170295205		0	0	False	False	0.9906143546104431	0					non-mobilizable	other	1172.0	99.829	100.0	0.15888738127544097	NZ_BBAB01000041.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
USA0005_01_000000019153	1652	0.7992854242474594	2	2	2	2	1	False	117651	fragment	False	USA0005_01_000000019153	0.9962482456999249		0	0	False	False	0.990314781665802	0					non-mobilizable	no_good_hit								True	False
AST0039_000000006228	2773	0.7992854001944296	4	4	4	3	2	False	116662	maximal	True	AST0039_000000006228	1.0		11	5	False	False	0.9953119158744812	0					non-mobilizable	chromosome	2773.0	99.89200000000001	100.0	0.000646198733618326	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
ISR0227_000000018964	1384	0.7992847049409237	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8673543826197962		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	92.941	100.0	0.0003623775837891497	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0049_000000013898	1324	0.7992817052166388	3	3	3	3	2	False	64175	maximal	True	ENG0049_000000013898	1.0		3	2	False	False	0.9984894394874573	0					non-mobilizable	no_good_hit	899.0	81.09	67.0	0.0809532472257595	NZ_FORW01000011.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	False
ISR0250_000000007117	1784	0.799276179692568	2	2	2	2	1	False	27022	maximal	True	ISR0250_000000007117	1.0		11	4	False	False	0.996076226234436	0					non-mobilizable	other	1784.0	99.04700000000001	100.0	0.004289615185670809	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	False	False
ENG0064_000000001852	12245	0.7992724605410705	10	8	6	8	5	True	125263	fragment	False	ENG0064_000000001852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1688.0	82.346	14.0	0.0004738199045952662	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
DEN0069_000000016480	1649	0.7992691553152886	2	2	2	2	2	False	104764	fragment	False	ENG0067_000000016920	0.8541670581398347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	98.485	24.0	0.0015217250534222625	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0397_000000016170	1100	0.7992656983213704	2	2	2	2	1	False	22627	maximal	True	ISR0397_000000016170	1.0		0	0	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit	648.0	91.35799999999999	59.0	0.013719544519603893	NC_016770.1	viruses	Bacteroides phage B124-14, complete genome	True	False
ISR0016_000000003927	4883	0.7992625100135188	5	3	3	3	3	False	106931	maximal	True	ISR0016_000000003927	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1397.0	94.98899999999999	29.0	0.015812159709618873	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0810_000000015624	1197	0.7992566826984387	2	2	2	2	1	False	93122	fragment	False	SPA0041_000000025579	0.4774080898262354		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	99.833	100.0	0.021651369503430547	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
MON0049_000000018888	1180	0.7992545170028897	2	2	2	2	2	False	11349	maximal	True	MON0049_000000018888	1.0		41	5	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	8.377417553994202e-06	NZ_LT800499.1	firmicutes	Halobacillus massiliensis strain Marseille-P3554, whole genome shotgun sequence	True	False
ISR0167_000000004113	7338	0.7992521707318391	8	6	3	4	5	True	132384	maximal	True	ISR0167_000000004113	1.0	PS1159|PS463	4	3	False	True	0.9995911717414856	0		MOBV			mobilizable	no_good_hit	4454.0	99.506	61.0	0.03785539934852312	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
MAD0009_000000000576	11896	0.7992507187141042	11	8	5	4	8	False	19799	maximal	True	MAD0009_000000000576	1.0		2	1	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	11303.0	95.868	95.0	0.1722528185021892	CP002733.1	enterobacteria	Escherichia coli UMNK88 plasmid pUMNK88_Hly, complete sequence	False	True
ISR0179_000000001755	13853	0.7992467295154342	19	12	4	8	12	True	120515	maximal	True	ISR0179_000000001755	1.0		1	1	False	False	0.999855637550354	0					non-mobilizable	no_good_hit	5505.0	98.656	72.0	0.0017332715966302855	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
USA0026_01_000000011113	2995	0.7992442609500343	4	3	3	3	2	False	56897	fragment	False	USA0026_01_000000011113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	74.244	40.0	0.00028302231096428906	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
ISR0074_000000023994	1265	0.799240794639688	3	2	1	2	1	False	113626	fragment	False	ISR0331_000000014703	0.19418122691555767		0	0	False	False	1.0	0					non-mobilizable	chromosome	1266.0	94.234	100.0	0.00044093063202613376	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0098_000000007506	3643	0.7992401371697138	5	4	4	4	4	False	80350	fragment	False	ISR0251_000000003295	0.46131030846295806		0	0	False	False	0.9972550272941589	0					non-mobilizable	no_good_hit	684.0	76.608	19.0	0.00048431307782040403	NZ_NFEZ01000003.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_2_length_1389597_cov_52.4089, whole genome shotgun sequence	True	False
ENG0018_000000005120	4182	0.7992358808350722	5	2	1	2	2	False	66633	fragment	False	ENG0018_000000005120	1.0		0	0	False	False	0.9973697066307068	0					non-mobilizable	no_good_hit	738.0	84.553	18.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0101_000000004468	5604	0.7992353661983295	7	5	1	3	5	True	15129	maximal	True	MAD0101_000000004468	1.0		1	1	False	False	0.997501790523529	0					non-mobilizable	no_good_hit	2480.0	92.419	50.0	0.35836226851851855	CP033801.1	enterobacteria	Enterobacter roggenkampii strain FDAARGOS_523 plasmid unnamed4	True	True
ISR0223_000000006526	4074	0.7992272327146059	5	3	1	3	0	True	83568	maximal	True	ISR0223_000000006526	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0017_000000018193	1930	0.7992262369110074	3	3	3	2	1	False	92450	fragment	False	CAN0017_000000018193	0.982122748773346		0	0	False	False	0.9937824010848999	0					non-mobilizable	other	1930.0	99.223	100.0	0.0005882326034552948	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
CAN0021_000000023821	1828	0.7992262369110074	3	3	3	2	1	False	92450	fragment	False	CAN0017_000000018193	0.9676945017913314		0	0	False	False	0.9896061420440674	0					non-mobilizable	other	1827.0	99.179	99.0	0.0005568236049296881	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MAD0105_000000020828	1790	0.7992150813617733	2	2	2	1	2	False	14809	fragment	False	MAD0105_000000020828	1.0		0	0	False	False	0.9798882603645325	0					non-mobilizable	other	1761.0	92.675	98.0	0.002228128103943518	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
DEN0063_000000009020	4655	0.799211159519009	8	3	0	3	1	True	79157	maximal	True	DEN0063_000000009020	1.0		1	1	False	False	0.9997851848602295	0					non-mobilizable	no_good_hit								True	True
ISR0009_000000021199	1587	0.7992107562750065	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.32389085466729106		0	0	False	False	0.9993698596954346	0					non-mobilizable	chromosome	940.0	95.10600000000001	100.0	0.00031606190235605806	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0091_000000003532	8778	0.7991970944909542	17	15	5	7	12	True	114733	fragment	False	ISR0091_000000003532	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4749.0	96.21	96.0	0.001994848819559809	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	True
FIJ0011_000000035968	1286	0.7991918475278702	3	3	3	2	3	False	50881	fragment	False	FIJ0011_000000035968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	70.616	64.0	0.020299867337488422	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0784_000000008220	1464	0.7991849955708763	3	3	2	1	2	True	35115	maximal	True	ISR0784_000000008220	0.9685238784370478		64	8	False	False	0.9979507923126221	0					non-mobilizable	no_good_hit	1027.0	78.189	70.0	0.0008706075542079223	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	True
MAD0110_000000015583	1741	0.7991814690544117	3	2	2	2	2	False	14544	fragment	False	MAD0110_000000015583	1.0		0	0	False	False	0.9948305487632751	0					non-mobilizable	no_good_hit	302.0	74.503	19.0	0.0008594473092688086	NZ_JODS01000004.1	high GC Gram+	Kitasatospora purpeofusca strain NRRL B-1817 contig4.1, whole genome shotgun sequence	True	False
USA0007_01_000000005105	3526	0.7991727469491859	6	4	4	3	3	True	131029	maximal	True	USA0007_01_000000005105	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1231.0	98.375	52.0	0.0003491635970549896	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0169_000000012526	2426	0.7991604866274616	4	3	2	3	1	False	110063	fragment	False	AST0111_000000007349	0.3878100042034468		0	0	False	False	1.0	0					non-mobilizable	other	2074.0	98.361	100.0	0.03310697451466006	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0115_000000010236	2337	0.7991604866274616	4	3	2	3	1	False	110049	fragment	False	FIJ0115_000000010236	1.0		0	0	False	False	0.9978604912757874	0					non-mobilizable	other	1743.0	96.67200000000001	99.0	0.02778621075337541	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0378_000000016263	1830	0.7991604866274616	3	3	2	3	1	False	110040	fragment	False	ISR0378_000000016263	1.0		0	0	False	False	0.9972677826881409	0					non-mobilizable	other	1653.0	97.15700000000001	100.0	0.026348166493568748	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0100_000000012730	3262	0.7991600723231478	3	3	3	3	3	False	13984	maximal	True	MON0100_000000012730	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	3262.0	99.571	100.0	0.0019564822197703697	CP017686.1	euryarchaeotes	Candidatus Methanomethylophilus alvus strain Mx-05 chromosome, complete genome	False	False
DEN0005_000000014926	2362	0.7991527902636665	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.09894498259618767	PS953	0	0	True	True	1.0	75					non-mobilizable	other	2113.0	87.36399999999999	100.0	0.8700705687007056	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MON0090_000000025492	2325	0.7991527902636665	4	2	0	1	1	False	126290	backbone	False	MON0024_000000020480	0.10334816873482619	PS953	0	0	True	True	1.0	8					non-mobilizable	other	1979.0	87.772	99.0	0.8161062681610627	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
FIJ0061_000000005473	4260	0.7991473893641161	3	2	2	2	2	False	52787	fragment	False	FIJ0130_000000005116	0.98834522474123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	92.697	6.0	5.792894049965376e-05	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
FIJ0004_000000006420	4151	0.7991473893641161	3	2	2	2	2	False	52787	fragment	False	FIJ0130_000000005116	0.9701058060419624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	74.265	7.0	0.0008114287782718076	NZ_FNQG01000003.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
ISR0084_000000005158	4308	0.7991452811006381	5	5	4	4	4	False	126233	maximal	True	ISR0084_000000005158	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	70.38600000000001	21.0	0.00027327277399071963	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
MAD0057_000000002361	6245	0.7991291923509958	6	3	2	3	2	True	19827	fragment	False	MAD0051_000000003474	0.9550954949701123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	75.602	29.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ENG0145_000000011260	2835	0.7991259757768561	4	4	4	3	3	False	57506	maximal	True	ENG0145_000000011260	1.0		0	0	False	False	0.9992945194244385	0					non-mobilizable	no_good_hit	82.0	97.561	3.0	0.0004079042784626541	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MON0029_000000000118	24177	0.7991211650050009	33	14	5	7	8	False	12577	maximal	True	MON0029_000000000118	1.0		2	1	False	False	0.9998345375061035	0					non-mobilizable	no_good_hit	1872.0	75.16	19.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
MON0069_000000010386	4252	0.7991209763440051	5	2	2	2	0	False	103366	maximal	True	MON0069_000000010386	1.0		9	5	False	False	0.9952963590621948	0					non-mobilizable	no_good_hit	3188.0	99.81200000000001	88.0	0.700835899692037	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
ISR0220_000000001035	11478	0.799119910920606	19	19	4	15	19	True	62808	fragment	False	ISR0220_000000001035	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	11478.0	100.0	100.0	0.10395833333333333	CP051734.1	enterobacteria	Escherichia coli strain SCU-109 plasmid pSCU-109-1, complete sequence	False	True
CHI0109_000000002508	6081	0.7991196926288996	7	6	5	5	4	False	82848	fragment	False	CHI0109_000000002508	1.0		0	0	False	False	0.9962177276611328	0					non-mobilizable	no_good_hit	2500.0	98.72	71.0	0.020123527374922495	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ENG0039_000000009843	2544	0.7991174796549071	5	3	2	2	0	True	64942	fragment	False	ENG0039_000000009843	1.0		0	0	False	False	0.9992138147354126	0					non-mobilizable	other	2544.0	99.84299999999999	100.0	0.0006809955120708664	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0005_000000000837	20440	0.799111951022849	17	9	3	9	4	True	14162	fragment	False	MON0005_000000000837	0.9816178912316207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	81.395	2.0	0.001305688892813665	NZ_WNCH01000001.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold1_size158588, whole genome shotgun sequence	True	True
SPA0135_000000001049	19756	0.799111951022849	16	9	3	9	4	True	14162	fragment	False	MON0005_000000000837	0.9748043052837574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	1.0	6.213018832756497e-05	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0292_000000015621	1315	0.7991081552916312	3	2	2	2	2	False	42193	maximal	True	ISR0292_000000015621	1.0		0	0	False	False	0.9756653904914856	0					non-mobilizable	other	1205.0	98.67200000000001	92.0	0.0017969586027900618	NZ_SAXT01000001.1	bacteria	Brachyspira aalborgi strain W1 W1_contig1, whole genome shotgun sequence	False	False
MAD0108_000000008777	1958	0.7991076096646966	3	3	2	3	3	False	97973	fragment	False	USA0046_01_000000005616	0.9299697975352685		0	0	False	False	1.0	0					non-mobilizable	plasmid	1864.0	97.21	100.0	0.023578328220470044	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
ISR0103_000000002384	9308	0.7991044318563214	10	7	5	6	6	False	120431	maximal	True	ISR0103_000000002384	1.0		19	8	False	False	1.0	0					non-mobilizable	no_good_hit	1479.0	71.873	16.0	0.0006952182409923689	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
FIJ0056_000000002199	10969	0.7990946037297342	16	8	5	7	2	False	46216	fragment	False	FIJ0056_000000002199	1.0		0	0	False	False	0.997629702091217	0					non-mobilizable	no_good_hit								True	False
DEN0007_000000015750	1627	0.7990914136243128	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.8594523643626498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	80.46	5.0	0.00026473153108259623	CP002436.1	enterobacteria	Pantoea sp. At-9b plasmid pPAT9B03, complete sequence	True	False
AST0058_000000004139	3837	0.7990904297593905	6	3	2	2	2	True	120397	fragment	False	ISR0279_000000005067	0.9324021420441343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	78.899	3.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
CHI0028_000000006050	2252	0.7990854218668869	3	3	3	3	3	False	99125	fragment	False	ISR0019_000000006959	0.9350912778904665		0	0	False	False	0.9951154589653015	0					non-mobilizable	chromosome	2252.0	95.337	100.0	0.0007645475560472823	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0016_000000018626	1255	0.7990827153588	2	1	1	1	1	False	122989	fragment	False	ISR0038_000000026647	0.9684433037081381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	71.833	70.0	0.0001986378342489721	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0116_000000011268	3430	0.7990737540828726	5	5	4	5	4	False	75544	fragment	False	SPA0116_000000011268	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2202.0	97.911	97.0	0.008435371018228686	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0009_000000005477	1876	0.7990673069289409	4	3	2	2	3	False	19768	fragment	False	MAD0009_000000005477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	78.66	34.0	0.0002720013775691815	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0019_000000002194	9644	0.7990580925133864	15	15	5	10	13	False	132521	backbone	False	USA0060_01_000000001071	0.652001826540214	PS1166	0	0	False	True	0.9998962879180908	0					non-mobilizable	plasmid	9568.0	99.979	99.0	0.1875257267185448	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0075_000000016340	1638	0.7990502509024641	3	1	1	1	1	False	34630	fragment	False	ISR0075_000000016340	1.0		0	0	False	False	0.9780219793319702	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.203930670400361e-06	CP046450.1	firmicutes	Clostridium botulinum strain NCTC 13319 chromosome, complete genome	True	False
ISR0399_000000011206	1531	0.7990502509024641	2	1	1	1	1	False	22580	fragment	False	ISR0399_000000011206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0138_000000019221	1518	0.7990502509024641	3	1	1	1	1	False	31344	fragment	False	ISR0138_000000019221	1.0		0	0	False	False	0.9973649382591248	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.203930670400361e-06	CP046450.1	firmicutes	Clostridium botulinum strain NCTC 13319 chromosome, complete genome	True	False
SPA0066_000000004479	3359	0.7990463515596303	4	4	2	3	4	False	6077	maximal	True	SPA0066_000000004479	1.0		8	5	False	False	0.9991068840026855	0					non-mobilizable	no_good_hit	2474.0	80.639	74.0	0.0004984361692084204	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
USA0086_01_000000008806	1961	0.7990267220431113	5	4	1	2	3	False	21058	fragment	False	USA0086_01_000000008806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	97.052	69.0	0.1616559293724648	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	False
ISR0079_000000004186	6808	0.7990229212562863	8	3	2	3	2	True	51766	backbone	True	ISR0079_000000004186	0.9994918699186992	PS209|PS210	2	1	True	True	1.0	60					non-mobilizable	no_good_hit	207.0	83.575	3.0	0.002613554434030281	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
MON0027_000000036532	1142	0.7990203023167796	2	2	2	2	2	False	12608	fragment	False	MON0027_000000036532	1.0		0	0	False	False	0.9991243481636047	0					non-mobilizable	chromosome	735.0	74.83	94.0	0.00020273419924605248	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0017_000000029451	1131	0.7990156548822216	2	1	1	1	1	False	92313	fragment	False	CAN0017_000000029451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	85.057	8.0	1.1142023749094062e-05	CP036434.1	bacteria	Planctomycetes bacterium Poly30 chromosome, complete genome	True	False
MAD0043_000000010861	2310	0.7990136484158747	5	4	2	3	4	False	97988	fragment	False	MAD0009_000000003861	0.9549735011130464		0	0	False	False	0.9995670914649963	0					non-mobilizable	plasmid	2316.0	97.366	100.0	0.02890440561100216	KU932028.1	enterobacteria	Escherichia coli plasmid pEC14III, complete sequence	False	True
ISR0241_000000001576	7550	0.7990077368717121	12	3	2	2	2	False	112201	backbone	False	SPA0021_000000003487	0.9762817376099504	PS718	0	0	True	True	0.9993377327919006	18					non-mobilizable	no_good_hit	620.0	75.32300000000001	8.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
USA0032_01_000000010086	2312	0.7990074597450976	4	2	1	2	1	False	81321	fragment	False	USA0032_01_000000010086	1.0		0	0	False	False	0.999567449092865	0					non-mobilizable	other	1889.0	99.682	100.0	0.007674110445407321	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
AST0059_000000010535	1459	0.7990034873545891	3	2	2	2	1	True	112606	fragment	False	AST0059_000000010535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	80.098	41.0	0.0012692451650541468	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0168_000000005902	4896	0.7990030505092054	4	2	2	2	1	False	107643	maximal	True	ENG0168_000000005902	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	88.641	19.0	0.9978768577494692	GQ875601.1		Uncultured organism clone VC1A405TF genomic sequence	True	False
FIJ0083_000000024924	1451	0.7989963577709828	4	4	2	4	2	False	44058	maximal	True	FIJ0083_000000024924	1.0		1	1	False	False	0.9903514981269836	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.00020620618118649786	NZ_JANC01000003.1	actinobacteria	Olsenella uli MSTE5 ctgN11L160034C32.5732, whole genome shotgun sequence	True	False
ISR0234_000000003658	3033	0.7989945923969644	3	2	2	2	2	False	68467	fragment	False	ISR0020_000000006562	0.9686623012160898		0	0	False	False	1.0	0					non-mobilizable	other	3035.0	98.41799999999999	100.0	0.017672190197529858	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0025_000000005317	6746	0.7989915468044023	8	3	3	3	1	True	68487	fragment	False	ISR0025_000000005317	1.0		0	0	False	False	0.9997035264968872	0					non-mobilizable	no_good_hit	3228.0	87.02	61.0	0.08524581465071238	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
ISR0141_000000006658	5409	0.7989854704892919	9	2	0	2	1	True	127968	fragment	False	ISR0141_000000006658	1.0		0	0	False	False	0.9972268342971802	0					non-mobilizable	no_good_hit	73.0	94.521	1.0	2.3115537879303504e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ENG0168_000000009652	3085	0.7989854704892919	8	2	0	2	1	True	127967	fragment	False	ENG0168_000000009652	1.0		0	0	False	False	0.9996758699417114	0					non-mobilizable	no_good_hit								True	True
MON0092_000000029757	1867	0.7989817421317429	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.2216798052486597		0	0	False	False	1.0	0					non-mobilizable	chromosome	1830.0	92.07700000000001	98.0	0.0003307481275900363	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
MON0007_000000036166	1759	0.7989817421317429	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.4822768943455197		0	0	False	False	0.9693007469177246	0					non-mobilizable	chromosome	1761.0	89.72200000000001	99.0	0.00031859227210537786	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0221_000000013286	1695	0.7989817421317429	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.3749053908469962		0	0	False	False	1.0	0					non-mobilizable	chromosome	1698.0	86.27799999999999	99.0	0.00030643641662071936	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
DEN0010_000000027517	1677	0.7989817421317429	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.37828585607793525		0	0	False	False	1.0	0					non-mobilizable	chromosome	1681.0	86.139	100.0	0.00030389638711646237	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
FIJ0005_000000021238	1674	0.7989817421317429	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.3924606962821386		0	0	False	False	0.9976105093955994	0					non-mobilizable	chromosome	1678.0	86.29299999999999	100.0	0.00030335209507983583	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CAN0016_000000028742	1628	0.7989817421317429	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.31247229635459284		0	0	False	False	0.9993857741355896	0					non-mobilizable	chromosome	1634.0	86.475	100.0	0.0002951877145304384	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0836_000000013896	1452	0.7989817421317429	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.08365369670667996		0	0	False	False	1.0	0					non-mobilizable	chromosome	1456.0	85.98899999999999	100.0	0.00026343734572722587	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0854_000000006561	1441	0.7989817421317429	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.12194717791969897		0	0	False	False	1.0	0					non-mobilizable	chromosome	1449.0	86.95700000000001	100.0	0.00026126017758071985	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ITA0005_000000003773	4624	0.7989806135336207	6	6	6	5	4	False	105544	fragment	False	ITA0005_000000003773	1.0		0	0	False	False	0.9978373646736145	0					non-mobilizable	other	4624.0	98.551	100.0	0.006646854066830861	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0175_000000003408	3619	0.7989791855536603	4	4	3	3	4	False	112843	maximal	True	CHI0175_000000003408	1.0	PS721	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	62.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0206_000000006415	3979	0.7989725704714443	5	5	5	4	4	False	35712	fragment	False	ISR0206_000000006415	1.0		0	0	False	False	0.9934657216072083	0					non-mobilizable	no_good_hit	151.0	80.795	4.0	2.0763794045198118e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
AST0019_000000013919	2089	0.7989720998655208	3	3	3	3	3	False	127730	fragment	False	AST0019_000000013919	0.9652170557029096		0	0	False	False	1.0	0					non-mobilizable	other	2089.0	99.13799999999999	100.0	0.0006703505984998016	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0200_000000011443	2107	0.7989709916663548	3	3	3	3	2	False	116795	maximal	True	ISR0200_000000011443	1.0		7	3	False	False	0.9981015920639038	0					non-mobilizable	no_good_hit	1677.0	89.624	79.0	0.04597223376839305	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0105_000000005217	3195	0.7989540425947241	3	3	3	3	3	False	124981	maximal	True	ISR0105_000000005217	1.0		7	2	False	False	0.9984350800514221	0					non-mobilizable	no_good_hit	1108.0	84.838	81.0	0.0026611715935066444	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0080_01_000000008414	5124	0.7989519296234495	13	3	2	3	0	True	631	maximal	True	USA0080_01_000000008414	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
MAD0045_000000027469	1537	0.7989473145862092	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9140581245772899		0	0	False	False	1.0	0					non-mobilizable	chromosome	1537.0	99.154	100.0	0.0004094721170828833	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0374_000000003169	4895	0.7989453812928669	9	8	3	8	6	True	40169	maximal	True	ISR0374_000000003169	1.0		4	2	False	False	0.9965270757675171	0					non-mobilizable	no_good_hit	688.0	89.39	14.0	0.23447098976109215	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
ENG0190_000000002273	12299	0.7989434890047135	4	3	3	3	1	True	130447	fragment	False	ENG0190_000000002273	0.9259491778977745		0	0	False	False	0.9995934367179871	0					non-mobilizable	no_good_hit	139.0	87.77	3.0	0.005720681507275215	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0025_000000004731	4366	0.7989385917809974	6	4	3	4	1	False	110059	fragment	False	FIJ0025_000000004731	1.0		0	0	False	False	0.9963353276252747	0					non-mobilizable	other	1404.0	97.792	98.0	0.022417512183430535	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0064_000000020182	1176	0.7989374233732757	2	2	2	2	1	False	16656	fragment	False	MAD0064_000000020182	1.0		0	0	False	False	0.9965986609458923	0					non-mobilizable	no_good_hit	274.0	72.993	23.0	0.021962769431743957	NZ_CZBD01000036.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0081_000000003233	6830	0.7989317902554411	10	3	2	2	3	False	58225	maximal	True	ISR0081_000000003233	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	76.507	28.0	0.12690355329949238	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ENG0190_000000001440	17452	0.7989272302758946	21	15	6	12	9	True	122912	fragment	False	ENG0190_000000001440	0.9838066594422615		0	0	False	False	0.9995989203453064	0					non-mobilizable	chromosome	17457.0	98.883	100.0	0.005502089287284645	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0244_000000004427	4635	0.7989062807313545	7	4	2	3	2	False	27209	fragment	False	ISR0244_000000004427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0086_000000008567	1293	0.7989062141588451	2	2	2	2	2	False	87109	fragment	False	FIJ0123_000000020607	0.31466223617243855		0	0	False	False	0.9969063997268677	0					non-mobilizable	chromosome	1229.0	99.837	95.0	0.00025783293517601296	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
USA0017_01_000000010663	2589	0.7989017944260565	4	4	4	4	4	False	87370	fragment	False	ISR0363_000000007200	0.9829076682715335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	74.028	59.0	0.0002837951266197349	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0815_000000008140	3747	0.7988972112706761	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9551222731069411	PS782	0	0	False	True	0.9991993308067322	0					non-mobilizable	chromosome	3614.0	98.755	96.0	0.000509821833359963	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0010_000000005514	3703	0.7988972112706761	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9569311867631533	PS782	0	0	False	True	0.9983797073364258	0					non-mobilizable	chromosome	3535.0	99.463	99.0	0.0004988123917757778	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0139_000000006464	3648	0.7988972112706761	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9535855613519585	PS782	0	0	False	True	0.9964364171028137	0					non-mobilizable	chromosome	3497.0	99.714	97.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
USA0018_01_000000006976	3495	0.7988972112706761	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9181976396753272	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.714	99.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0218_000000006517	2546	0.7988939843822233	4	4	3	1	2	True	130194	fragment	False	ISR0206_000000009912	0.8944541099050755		0	0	False	False	1.0	0					non-mobilizable	other	2343.0	98.506	94.0	0.1578167115902965	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0010_000000027126	1122	0.7988789180172641	2	2	2	2	2	False	125662	maximal	True	AST0010_000000027126	1.0		3	2	False	False	0.9973261952400208	0					non-mobilizable	no_good_hit	233.0	72.10300000000001	20.0	0.003087393827956694	NZ_FTOT01000010.1	a-proteobacteria	Gemmobacter megaterium strain DSM 26375, whole genome shotgun sequence	True	False
ISR0069_000000015957	1571	0.7988782782860031	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.43203866044149447		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	96.053	100.0	0.016508664681558486	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
ISR0080_000000008990	3308	0.7988757423488794	3	2	1	2	1	True	60810	maximal	True	ISR0080_000000008990	1.0		1	1	False	False	0.9990931153297424	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	3.8584175129283785e-05	NZ_SJPK01000001.1	bacteria	Rhodopirellula solitaria strain CA85 CA85_contig00001, whole genome shotgun sequence	True	True
ENG0210_000000017054	1540	0.7988698379701468	3	3	3	3	2	False	53704	fragment	False	ENG0210_000000017054	1.0		0	0	False	False	0.9993506669998169	0					non-mobilizable	no_good_hit	410.0	76.34100000000001	26.0	0.030482256596906277	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
FIJ0042_000000005786	4089	0.7988629703151882	6	1	1	1	1	False	51077	maximal	True	FIJ0042_000000005786	1.0		1	1	False	False	0.9894839525222778	0					non-mobilizable	no_good_hit	137.0	90.51100000000001	3.0	0.000523227421767811	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
FIJ0010_000000011508	1644	0.7988629703151882	2	1	1	1	1	False	51075	fragment	False	FIJ0010_000000011508	1.0		0	0	False	False	0.989051103591919	0					non-mobilizable	no_good_hit								True	False
MON0066_000000011245	2777	0.7988614245397404	2	2	2	2	2	False	45181	maximal	True	MON0066_000000011245	1.0		3	2	False	False	0.9996399283409119	0					non-mobilizable	other	2691.0	93.051	97.0	0.00550500520327673	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
MAD0086_000000003059	2657	0.7988562497682371	3	3	2	3	2	False	16032	maximal	True	MAD0086_000000003059	1.0		1	1	False	False	0.9924727082252502	0					non-mobilizable	no_good_hit	1423.0	99.086	54.0	0.010212515182222605	CP057892.1	enterobacteria	Escherichia coli strain RHB11-C13 plasmid pRHB11-C13_2, complete sequence	True	False
FIJ0098_000000016742	1428	0.7988556165513895	2	1	1	1	1	False	91848	fragment	False	ISR0143_000000015255	0.43235124601020297		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	99.02	100.0	0.011474104867046725	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0109_000000010828	1763	0.7988536224718684	2	2	1	2	1	False	100264	fragment	False	CHI0140_000000015983	0.9838658549964839		0	0	False	False	0.9790130257606506	0					non-mobilizable	no_good_hit	119.0	96.639	7.0	0.00028771856248003646	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
AUS0016_000000016517	1722	0.7988536224718684	2	2	1	2	1	False	100264	fragment	False	CHI0140_000000015983	0.972963521166339		0	0	False	False	0.9994192719459534	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	5.0	0.00019018684638510885	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0072_000000012023	1709	0.7988536224718684	2	2	1	2	1	False	100264	fragment	False	CHI0140_000000015983	0.9683982969378125		0	0	False	False	0.9970743060112	0					non-mobilizable	no_good_hit	66.0	95.455	4.0	0.0001584890386542574	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0119_000000019051	1625	0.7988536224718684	2	2	1	2	1	False	100264	fragment	False	CHI0140_000000015983	0.635368262295225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0105_000000013784	1448	0.7988536224718684	2	2	1	2	1	False	83000	fragment	False	MON0002_000000019241	0.9919794106575439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	95.745	6.0	0.00022676123992070672	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
USA0024_01_000000002493	9367	0.7988499887248307	10	8	3	4	7	False	30348	maximal	True	USA0024_01_000000002493	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	99.781	10.0	0.9989023051591658	GQ882719.1		Uncultured organism clone VC1D469TR genomic sequence	True	False
USA0084_01_000000003345	9045	0.7988499887248307	10	8	3	4	7	False	30348	maximal	False	USA0024_01_000000002493	0.9828119995729689		0	0	False	False	0.9998894333839417	0					non-mobilizable	no_good_hit	913.0	99.781	10.0	0.9989023051591658	GQ882719.1		Uncultured organism clone VC1D469TR genomic sequence	True	False
ENG0210_000000013745	1837	0.7988406552960111	2	2	2	1	2	False	103872	fragment	False	ENG0210_000000013745	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1348.0	98.81299999999999	100.0	0.002020277769445361	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	False	True
ISR0121_000000016189	1584	0.7988379141612939	2	2	2	2	1	False	32201	maximal	True	ISR0121_000000016189	1.0		2	1	False	False	0.9993686676025391	0					non-mobilizable	chromosome	1585.0	91.167	100.0	0.000951524473367334	CP027242.1	firmicutes	Peptostreptococcaceae bacterium oral taxon 929 strain W2294 chromosome, complete genome	False	False
ISR0785_000000010394	3214	0.7988338481879196	7	3	3	2	2	False	39629	fragment	False	ISR0785_000000010394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0189_000000000498	20404	0.7988304128755157	28	14	6	11	9	True	120555	fragment	False	ENG0189_000000000498	1.0		0	0	False	False	0.9999510049819946	0					non-mobilizable	chromosome	14743.0	99.95299999999999	99.0	0.0026205726507638094	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0035_000000008385	2642	0.7988044993305198	4	1	1	1	1	False	65408	fragment	False	ENG0035_000000008385	1.0		0	0	False	False	0.9947009682655334	0					non-mobilizable	no_good_hit	730.0	77.808	27.0	0.0015118027254269327	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0049_01_000000001282	3155	0.798800910994366	4	4	4	3	3	False	121543	fragment	False	ENG0095_000000007611	0.8609896042589299		0	0	False	False	1.0	0					non-mobilizable	other	3120.0	99.936	100.0	0.0006040840263643264	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0088_000000020168	1449	0.7987948907660841	3	2	1	1	2	False	94119	fragment	False	FIJ0136_000000018014	0.9140627222751293		0	0	False	False	1.0	0					non-mobilizable	chromosome	1450.0	95.931	100.0	0.00022319209394414187	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0141_000000012002	2254	0.7987936105628651	3	2	2	1	2	False	68361	fragment	False	DEN0094_000000015857	0.949712489731776		0	0	False	False	1.0	0					non-mobilizable	other	2239.0	96.65	99.0	0.006017498109439883	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
ISR0053_000000008557	2076	0.7987820453846262	3	3	3	3	1	False	75964	fragment	False	ISR0053_000000008557	0.967258710439821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	72.625	38.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0135_000000010698	2074	0.7987820453846262	3	3	3	3	1	False	75964	fragment	False	ISR0053_000000008557	0.9669637812617355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	72.625	38.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0023_000000014727	2074	0.7987820453846262	3	3	3	3	1	False	75964	fragment	False	ISR0053_000000008557	0.9669637812617355		0	0	False	False	0.9995178580284119	0					non-mobilizable	no_good_hit	800.0	72.625	38.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0072_000000014042	2058	0.7987820453846262	3	3	3	3	1	False	75964	fragment	False	ISR0053_000000008557	0.9622254140038008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	72.625	38.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0187_000000013799	2050	0.7987820453846262	3	3	3	3	1	False	75964	fragment	False	ISR0053_000000008557	0.9593582768371394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	72.625	39.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
DEN0071_000000032516	1349	0.7987707360691836	3	2	2	2	2	False	70388	maximal	True	DEN0071_000000032516	1.0		1	1	False	False	0.9785025715827942	0					non-mobilizable	no_good_hit	231.0	75.325	17.0	5.010766525872221e-05	NZ_CP024199.1	a-proteobacteria	Thalassospira marina strain CSC3H3 chromosome, complete genome	True	False
MON0070_000000010761	2880	0.7987706222791939	4	3	3	2	0	True	84986	fragment	False	MON0070_000000010761	0.98522713549551		0	0	False	False	0.9972222447395325	0					non-mobilizable	other	2527.0	99.05	97.0	0.0004756735177337151	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MON0007_000000021382	2791	0.7987706222791939	3	3	3	2	0	True	84986	fragment	False	MON0070_000000010761	0.9796891140861947		0	0	False	False	0.9910426139831543	0					non-mobilizable	other	2564.0	99.025	100.0	0.0004826410237337735	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
FIJ0142_000000007627	4098	0.798765987233409	5	5	5	5	4	False	97420	maximal	True	FIJ0142_000000007627	0.9652917505030181		11	5	False	False	1.0	0					non-mobilizable	other	2740.0	96.861	99.0	0.00941404611438513	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
ISR0817_000000001205	10485	0.7987657962562582	10	4	3	2	3	True	94227	fragment	False	ISR0817_000000001205	1.0		0	0	False	False	0.999046266078949	0					non-mobilizable	no_good_hit	1185.0	91.899	11.0	0.04599275070479259	NZ_WNCH01000033.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold33_size24830, whole genome shotgun sequence	True	True
USA0009_01_000000017919	1428	0.7987652620333462	2	2	2	2	1	False	87352	fragment	False	ENG0002_000000015195	0.9414387274226208		0	0	False	False	1.0	0					non-mobilizable	other	1428.0	100.0	100.0	0.00027623501928321755	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0034_000000007809	2625	0.7987535599287078	2	2	2	2	1	False	71699	fragment	False	ISR0034_000000007809	1.0		0	0	False	False	0.9961904883384705	0					non-mobilizable	no_good_hit	448.0	72.545	17.0	0.00012316286795973456	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0096_000000003002	9941	0.7987419072346481	8	8	5	8	6	True	132349	fragment	False	AST0149_000000002282	0.6462021942588907		0	0	False	False	1.0	0					non-mobilizable	other	6463.0	97.23	100.0	0.07019889142484513	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0116_000000026807	1533	0.7987357618954252	2	2	2	2	1	False	4348	fragment	False	SPA0116_000000026807	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	3.0	0.0033653509079436305	NZ_JABRUY010000081.1	firmicutes	Paenibacillus frigoriresistens strain LMG 31322 NODE_78_length_14263_cov_15.614199, whole genome shotgun sequence	True	False
ENG0143_000000000275	41874	0.7987339913385744	47	23	12	19	12	True	57638	maximal	True	ENG0143_000000000275	1.0		2	1	False	False	0.9991641640663147	0					non-mobilizable	no_good_hit	63.0	98.413	0.0	0.0015519010788215563	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0116_000000008137	2210	0.7987213088291479	3	3	3	3	3	False	52595	maximal	True	FIJ0116_000000008137	0.9971974915436829		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	77.752	43.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0020_000000010050	2209	0.7987213088291479	3	3	3	3	3	False	52595	maximal	False	FIJ0116_000000008137	0.9971472377826736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	77.752	43.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0001_000000008939	2207	0.7987213088291479	3	3	3	3	3	False	52595	maximal	False	FIJ0116_000000008137	0.9969963627003682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	77.752	43.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0063_000000012199	2207	0.7987213088291479	3	3	3	3	3	False	52595	maximal	False	FIJ0116_000000008137	0.9969963627003682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	77.752	43.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0061_000000011636	2206	0.7987213088291479	3	3	3	3	3	False	52595	maximal	False	FIJ0116_000000008137	0.9967950971741697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	77.752	43.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0068_000000014431	2206	0.7987213088291479	3	3	3	3	3	False	52595	maximal	False	FIJ0116_000000008137	0.9967950971741697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	77.752	43.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0004_000000011953	2206	0.7987213088291479	3	3	3	3	3	False	52595	maximal	False	FIJ0116_000000008137	0.9967950971741697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	77.752	43.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
DEN0017_000000003013	9369	0.7987211010403867	14	11	7	7	8	True	125397	fragment	False	SPA0032_000000002311	0.8010190506767004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7223.0	90.156	77.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0842_000000007636	2792	0.7987187648624359	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.616407029093604		0	0	False	False	0.9935529828071594	0					non-mobilizable	chromosome	2671.0	98.69	100.0	0.00041154895775611793	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0224_000000006312	4336	0.7987153988939318	5	4	4	4	3	False	45759	maximal	True	ISR0224_000000006312	1.0		29	8	False	False	0.9965406060218811	0					non-mobilizable	no_good_hit	1297.0	77.872	30.0	0.017917460140948832	NZ_JAAIPV010000018.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_18_length_71941_cov_90.979, whole genome shotgun sequence	True	False
USA0051_01_000000003833	5829	0.7986963261333256	7	5	2	3	4	False	110867	fragment	False	USA0051_01_000000003833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	99.29799999999999	80.0	0.002628876289855462	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
MON0099_000000025838	1400	0.7986952057060089	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.3247773812372821		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	97.714	100.0	0.0029253278186338575	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0120_000000001578	12193	0.7986942312783998	14	4	1	3	2	False	111079	fragment	False	ISR0120_000000001578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	2.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
ENG0070_000000005040	4546	0.7986939433176689	7	3	3	3	3	False	117649	maximal	True	ENG0070_000000005040	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.291	16.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0076_000000020646	1287	0.7986852958051374	3	1	1	1	1	False	66840	fragment	False	FIJ0065_000000013848	0.6301684532924962		0	0	False	False	0.9572649598121643	0					non-mobilizable	no_good_hit	442.0	82.353	34.0	0.00019324927575441883	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0040_000000027108	1571	0.7986764901526501	2	2	2	2	2	False	114439	maximal	True	SPA0040_000000027108	1.0		67	7	False	False	1.0	0					non-mobilizable	no_good_hit	1228.0	77.036	77.0	0.0005034383455699731	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
DEN0010_000000024860	1840	0.7986750201153425	3	2	1	1	2	False	75949	fragment	False	DEN0010_000000024860	1.0		0	0	False	False	0.990217387676239	0					non-mobilizable	other	1840.0	99.946	100.0	0.006667657690648239	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0093_000000002684	2089	0.7986717978341836	3	3	3	1	2	False	83594	fragment	False	CHI0093_000000002684	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2097.0	98.617	100.0	0.03792816279238178	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	False	False
ISR0294_000000002482	7405	0.7986602239848496	19	3	3	3	3	True	25791	maximal	True	ISR0294_000000002482	1.0		1	1	False	False	0.9994598031044006	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	0.00010959418837675351	NZ_QURN01000004.1	a-proteobacteria	Mesorhizobium denitrificans strain LA-28 contig_4, whole genome shotgun sequence	True	True
DEN0079_000000007003	5660	0.7986554301698838	9	5	5	5	5	False	72340	maximal	True	DEN0079_000000007003	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	1.653934613154423e-05	NZ_KQ034007.1	firmicutes	Lactobacillus kimbladii strain Hma2 Hma2_scaffold2, whole genome shotgun sequence	True	False
MON0001_000000025335	1377	0.7986529713342079	2	2	2	2	1	False	14368	fragment	False	MON0001_000000025335	1.0		0	0	False	False	0.9731299877166748	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	5.74052812858783e-06	CP046622.1	b-proteobacteria	Variovorax paradoxus strain CSUSB chromosome, complete genome	True	False
MON0033_000000026284	2416	0.7986416154587478	3	3	1	2	2	False	126125	fragment	False	SPA0027_000000014469	0.47017974924875294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0126_000000002659	8398	0.7986387406130177	7	7	5	4	5	True	128690	maximal	True	ENG0126_000000002659	1.0	PS1045|PS658	24	6	False	True	0.9998809099197388	0					non-mobilizable	no_good_hit	4013.0	99.726	56.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
USA0047_01_000000029072	1248	0.7986368315943357	3	3	3	1	1	False	1145	maximal	True	USA0047_01_000000029072	1.0		4	2	False	False	0.9991987347602844	0					non-mobilizable	no_good_hit	975.0	92.92299999999999	78.0	0.01358210620258813	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0094_000000002697	6986	0.7986277280653673	8	7	1	6	5	True	109401	fragment	False	AST0094_000000002697	1.0		0	0	False	False	0.9997137188911438	0					non-mobilizable	chromosome	6481.0	97.932	100.0	0.0011611464948720217	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	True
ENG0128_000000018699	1564	0.798625900299899	2	2	2	2	1	False	117263	fragment	False	MAD0026_000000006911	0.4129837441202119		0	0	False	False	0.9993606209754944	0					non-mobilizable	other	1567.0	84.81200000000001	100.0	0.0039065726019375194	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
ENG0188_000000005042	5226	0.7986258820852727	5	4	3	4	3	False	54930	maximal	True	ENG0188_000000005042	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	2069.0	99.662	40.0	0.9871121718377088	NZ_CABLCC010000122.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	False
MAD0101_000000004659	5433	0.7986195498036928	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9133801775619097	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4126.0	99.976	100.0	0.7151525658807212	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0015_000000015911	2365	0.79861267791345	3	1	1	1	1	False	74430	maximal	True	MON0015_000000015911	1.0		6	4	False	False	0.9957716464996338	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0027810304449648712	NZ_LPTR01000103.1	enterobacteria	Shigella boydii strain 600384 600384_104, whole genome shotgun sequence	True	False
ISR0003_000000003497	6534	0.7986076907734251	10	5	1	3	4	False	101164	fragment	False	ISR0003_000000003497	1.0		0	0	False	False	0.9969390630722046	0					non-mobilizable	no_good_hit								True	False
SPA0143_000000018174	1167	0.798605598546917	2	2	2	2	2	False	3394	fragment	False	SPA0143_000000018174	1.0		0	0	False	False	0.9948586225509644	0					non-mobilizable	other	1181.0	80.779	99.0	0.01866581652984777	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0096_000000018303	1108	0.7986051219146579	4	2	2	2	2	False	15456	maximal	True	MAD0096_000000018303	1.0		1	1	False	False	0.9864621162414551	0					non-mobilizable	no_good_hit	952.0	99.79	86.0	0.0001726098795288313	CP052192.1	enterobacteria	Klebsiella pneumoniae strain F16KP0014 chromosome, complete genome	True	False
SPA0040_000000022639	1865	0.798602072307192	2	2	2	2	2	False	92158	fragment	False	SPA0040_000000022639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1654.0	89.72200000000001	89.0	0.00031071310540800866	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MON0041_000000014199	3760	0.7985994779463492	6	4	3	4	3	True	125247	maximal	True	MON0041_000000014199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	89.93700000000001	8.0	8.8806103115127e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0054_000000005541	2683	0.7985971199280094	2	2	0	2	2	False	97731	maximal	True	MAD0054_000000005541	1.0		2	2	False	False	0.9910547733306885	0	IncFII,IncI-gamma/K1				non-mobilizable	plasmid	2675.0	99.963	99.0	0.03771828363472226	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
ENG0131_000000010439	2568	0.7985971199280094	3	2	0	2	2	False	97736	fragment	False	ENG0131_000000010439	1.0		0	0	False	False	1.0	0	IncFII,IncI-gamma/K1				non-mobilizable	plasmid	2568.0	99.611	100.0	0.04127806007589889	CP024235.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed3, complete sequence	False	True
DEN0061_000000017717	2364	0.7985906434419079	4	3	3	1	1	False	71873	maximal	True	DEN0061_000000017717	1.0		7	3	False	False	0.9983079433441162	0					non-mobilizable	no_good_hit	305.0	84.59	13.0	0.003242331885091758	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0105_000000013375	1880	0.7985876515117079	2	2	2	2	1	False	106510	maximal	True	SPA0105_000000013375	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1684.0	98.75299999999999	90.0	0.0005875929161866127	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
MAD0099_000000017465	1800	0.7985870528123434	3	2	2	2	1	False	15219	maximal	True	MAD0099_000000017465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0034933367835425022	LN852821.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0131	True	False
ISR0356_000000012988	1589	0.7985856814306421	3	3	3	2	2	False	90683	fragment	False	ISR0356_000000012988	1.0		0	0	False	False	0.996224045753479	0					non-mobilizable	chromosome	1589.0	99.874	100.0	0.0006714763769705591	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0028_000000005958	5054	0.7985740817994722	8	7	6	5	5	False	105754	maximal	True	FIJ0028_000000005958	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1851.0	99.89200000000001	77.0	0.0005923777948624515	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0005_000000005481	4351	0.7985638758484375	6	2	1	1	1	True	131698	maximal	False	FIJ0042_000000005476	0.9424379468870763		0	0	True	True	0.9997701644897461	14					non-mobilizable	no_good_hit	65.0	89.23100000000001	1.0	0.009207833966676411	NZ_CCAT010000061.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
DEN0057_000000000866	4345	0.7985638758484375	5	2	1	1	1	True	131698	maximal	False	FIJ0042_000000005476	0.9473094126043602		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	58.0	93.103	1.0	0.004793541333781852	AB736082.1	firmicutes	Clostridium perfringens plasmid pCP8533S12 DNA, complete sequence	True	True
FIJ0042_000000005476	4305	0.7985638758484375	6	2	1	1	1	True	131698	maximal	True	FIJ0042_000000005476	0.9729585179479571		5	3	True	True	1.0	2					non-mobilizable	no_good_hit	225.0	90.22200000000001	5.0	0.02860824742268041	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
ISR0267_000000003602	4304	0.7985638758484375	6	2	1	1	1	True	131698	maximal	False	FIJ0042_000000005476	0.9724888365164092		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	225.0	90.22200000000001	5.0	0.02860824742268041	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
MAD0070_000000004410	4026	0.7985638758484375	6	2	1	1	1	True	103217	maximal	True	MAD0070_000000004410	1.0		10	1	True	True	1.0	2					non-mobilizable	no_good_hit	245.0	82.449	6.0	0.031056701030927836	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
MAD0094_000000004298	3248	0.7985638758484375	4	2	1	1	1	True	103215	fragment	False	MAD0094_000000004298	1.0		0	0	False	False	0.9947659969329834	0					non-mobilizable	no_good_hit	222.0	83.78399999999999	7.0	0.028221649484536083	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
ENG0191_000000018678	1701	0.7985633169985411	3	3	2	2	1	False	113392	fragment	False	CHI0006_000000008344	0.7966914135147545		0	0	False	False	0.998236358165741	0					non-mobilizable	chromosome	1279.0	97.49799999999999	96.0	0.0003576875249618593	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0116_000000022587	1806	0.7985619031236313	4	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.42683777697840974		0	0	False	False	1.0	0					non-mobilizable	chromosome	1808.0	98.56200000000001	100.0	0.0005046248885025291	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0094_000000013029	1569	0.7985573114965023	2	2	2	2	1	False	120991	fragment	False	FIJ0094_000000013029	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1433.0	82.484	91.0	0.0004968277720470798	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
FIJ0088_000000008919	3087	0.7985557511023124	2	2	2	2	1	True	86035	fragment	False	FIJ0088_000000008919	0.9612365063788028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0100_000000011326	1413	0.7985531823883024	2	2	2	2	1	False	60847	fragment	False	ISR0367_000000004924	0.16138673530584416		0	0	False	False	0.9978768825531006	0					non-mobilizable	other	1413.0	99.434	100.0	0.00820748904311838	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
MON0007_000000024873	2453	0.7985497852713215	2	2	2	2	2	False	66737	fragment	False	MON0030_000000013637	0.9680392156862745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	75.0	44.0	0.0018045376040723296	NZ_FPKO01000008.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
CAN0012_000000018130	2738	0.7985495754624312	2	2	1	2	1	False	94231	fragment	False	CAN0012_000000018130	1.0		0	0	False	False	0.9981738328933716	0					non-mobilizable	no_good_hit	109.0	87.156	4.0	3.8596988641303034e-05	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	True	False
ISR0158_000000005619	3195	0.7985482840507914	4	4	2	3	2	False	121945	fragment	False	ISR0158_000000005619	1.0		0	0	False	False	0.9990610480308533	0					non-mobilizable	no_good_hit	893.0	74.468	28.0	0.0153533881544707	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	True	False
FIJ0090_000000016451	2608	0.7985473256905206	3	3	3	3	3	False	43916	fragment	False	FIJ0090_000000016451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	77.43	34.0	0.00032779192971071897	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
MAD0002_000000018478	2132	0.7985459751330192	3	3	3	3	2	True	20190	maximal	True	MAD0002_000000018478	1.0		1	1	False	False	0.9821763634681702	0					non-mobilizable	no_good_hit								True	True
MAD0076_000000004433	1466	0.7985426783418617	2	2	2	2	2	True	17623	maximal	True	MAD0076_000000004433	0.9892933618843683		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	81.352	79.0	0.3970467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
MON0031_000000002333	14308	0.7985418931896542	17	7	4	5	4	False	58231	maximal	True	MON0031_000000002333	1.0		3	3	False	False	0.9991613030433655	0					non-mobilizable	no_good_hit								True	False
ISR0098_000000002470	6963	0.7985390211025716	8	5	3	5	2	False	132278	fragment	False	ISR0098_000000002470	0.9725869282931756		0	0	False	False	0.9972712993621826	0					non-mobilizable	other	6940.0	94.164	99.0	0.0016153822464731755	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0795_000000010189	1263	0.7985325922160792	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.19335410472215875		0	0	False	False	1.0	0					non-mobilizable	chromosome	1207.0	97.266	95.0	0.00034959713712991186	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0017_01_000000010401	2649	0.7985300131583829	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.6074225673554223		0	0	False	False	1.0	0					non-mobilizable	chromosome	2590.0	95.946	100.0	0.0003989096264692259	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0191_000000006131	4424	0.7985266920349455	4	4	4	4	4	False	129657	fragment	False	ENG0191_000000006131	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	2431.0	94.735	96.0	0.0006485195531325102	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0328_000000007600	3588	0.7985266117244854	4	4	3	3	3	False	33644	maximal	False	ISR0849_000000007228	0.9819929596533983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	79.919	21.0	0.00019981511018627148	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0132_000000008701	3675	0.7985189788579893	1	1	1	1	1	False	80936	maximal	True	CHI0132_000000008701	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	2.0	0.00013831552964208198	NZ_SIJC01000004.1	firmicutes	Chengkuizengella sediminis strain J15A17 contig4, whole genome shotgun sequence	True	False
ISR0083_000000004956	4574	0.7985174027835665	11	2	1	2	0	True	34124	fragment	False	ISR0083_000000004956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.00018450468180630084	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
FIJ0048_000000011589	2739	0.7985174027835665	3	2	1	2	0	True	111646	maximal	True	FIJ0048_000000011589	1.0		3	2	False	False	0.9996349215507507	0					non-mobilizable	no_good_hit								True	True
DEN0012_000000003895	1620	0.7985174027835665	2	1	1	1	0	True	75439	maximal	True	DEN0012_000000003895	1.0		1	1	True	True	1.0	84					non-mobilizable	no_good_hit	296.0	75.33800000000001	18.0	0.07348080345792016	AB056859.1	mycoplasmas	Onion yellows phytoplasma plasmid pOYW genes for replication initiator protein, hypothetical proteins, single stranded DNA binding protein, complete cds	True	True
FIJ0107_000000018700	1359	0.7985174027835665	2	1	1	1	0	True	42263	maximal	True	FIJ0107_000000018700	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	0.0001793795517561258	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
ISR0835_000000013265	1168	0.7985174027835665	1	1	1	1	0	True	20940	fragment	False	ISR0835_000000013265	1.0		0	0	False	False	0.9922945499420166	0					non-mobilizable	no_good_hit								True	True
MAD0053_000000009389	1161	0.7985174027835665	1	1	1	1	0	True	17202	maximal	True	MAD0053_000000009389	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0017_000000021048	1640	0.7985129372397068	2	2	2	2	1	True	92381	fragment	False	CAN0017_000000021048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0006_000000016161	1157	0.7985129372397068	2	2	2	2	1	True	38464	fragment	False	ISR0006_000000016161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0151_000000006806	3641	0.7985070704157364	4	4	3	3	2	False	117707	maximal	True	CHI0151_000000006806	1.0	PS794	0	0	False	True	0.999725341796875	0					non-mobilizable	no_good_hit	1342.0	99.255	37.0	0.00026223133030345253	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
FIJ0037_000000004671	5430	0.7985050672170075	7	7	2	6	7	True	125599	backbone	False	MAD0046_000000003898	0.13535927962178645	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5351.0	96.59899999999999	100.0	0.06338245780841455	CP041414.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_3, complete sequence	False	True
SPA0028_000000019044	1680	0.7984951987052932	3	3	3	2	1	False	101952	fragment	False	DEN0093_000000013839	0.12041926824112696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.556	44.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
CHI0041_000000006748	2132	0.7984831401487591	3	3	3	3	2	False	93624	fragment	False	ISR0112_000000012858	0.38810839921212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	80.132	21.0	0.0007464996449574859	NZ_JH376798.1	firmicutes	Selenomonas infelix ATCC 43532 supercont1.2, whole genome shotgun sequence	True	False
CAN0001_000000023266	1912	0.7984792286999085	3	3	3	3	3	False	97307	fragment	False	CAN0001_000000023266	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	95.693	99.0	0.0004768163192200544	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
CAN0016_000000020589	2347	0.7984709532847859	4	2	1	2	2	False	92910	maximal	True	CAN0016_000000020589	1.0		3	2	False	False	0.9987217783927917	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.007017543859649123	XM_028680932.1	apicomplexans	Plasmodium sp. gorilla clade G2 conserved Plasmodium protein, unknown function (PADL01_0619800), partial mRNA	True	False
DEN0058_000000001076	2137	0.7984690976272377	6	5	5	4	2	True	117225	fragment	False	DEN0058_000000001076	0.881125998558139		0	0	False	False	0.99859619140625	0					non-mobilizable	chromosome	2137.0	99.15799999999999	100.0	0.0005967056363213489	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ENG0155_000000009975	2133	0.7984690976272377	6	5	5	4	2	True	117225	fragment	False	DEN0058_000000001076	0.8557662533286127		0	0	False	False	0.9995311498641968	0					non-mobilizable	chromosome	2133.0	99.29700000000001	100.0	0.0005955861135515152	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
SPA0107_000000016256	2004	0.7984690976272377	6	5	5	4	2	True	117225	fragment	False	DEN0058_000000001076	0.7056605557228025		0	0	False	False	1.0	0					non-mobilizable	chromosome	1998.0	99.7	99.0	0.0005578022200696287	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ENG0053_000000012913	1949	0.7984690976272377	6	5	5	4	2	True	117225	fragment	False	DEN0058_000000001076	0.5069199089315385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1949.0	99.025	100.0	0.0005440880661391662	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
DEN0090_000000017033	1679	0.7984690976272377	6	5	5	4	2	True	117225	fragment	False	DEN0058_000000001076	0.2662446764427624		0	0	False	False	1.0	0					non-mobilizable	chromosome	1676.0	99.463	99.0	0.00046768063709801784	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0054_000000016085	1608	0.7984690976272377	6	5	5	4	2	True	117225	fragment	False	DEN0058_000000001076	0.24084193397394724		0	0	False	False	1.0	0					non-mobilizable	chromosome	1608.0	99.37799999999999	100.0	0.00044836886931838696	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
SPA0042_000000009870	3147	0.7984542024338365	7	2	1	2	1	True	104438	maximal	True	SPA0042_000000009870	1.0		1	1	False	False	0.9965046048164368	0					non-mobilizable	no_good_hit	242.0	87.603	8.0	0.0007725860709169631	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0324_000000013780	2236	0.79844393262584	3	2	2	2	2	False	24933	maximal	False	MON0078_000000019058	0.956027456027456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	76.36399999999999	9.0	0.00010045036038352043	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
CAN0016_000000027240	1730	0.7984409122791484	2	2	2	2	2	False	92806	maximal	True	CAN0016_000000027240	1.0		239	10	False	False	1.0	0					non-mobilizable	other	1730.0	99.82700000000001	100.0	0.0010009291447526478	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
MON0057_000000023507	1142	0.798430530939286	1	1	1	1	1	False	22064	fragment	False	ISR0790_000000014967	0.9521410579345089		0	0	False	False	0.9991243481636047	0					non-mobilizable	no_good_hit								True	False
FIJ0139_000000006026	4261	0.7984300285361058	4	4	4	3	3	False	62087	fragment	False	MON0013_000000008650	0.7011146704430113		0	0	False	False	0.9997653365135193	0					non-mobilizable	chromosome	4148.0	92.86399999999999	98.0	0.0011043743092658872	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0096_000000015697	2287	0.7984283470498375	2	2	1	1	2	True	70177	fragment	False	ENG0053_000000008057	0.42739092107066556		0	0	False	False	0.9995627403259277	0					non-mobilizable	no_good_hit	1170.0	73.248	51.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MON0013_000000017117	2937	0.798428292558996	3	3	3	3	3	False	72657	fragment	False	MON0013_000000017117	1.0		0	0	False	False	0.9611848592758179	0					non-mobilizable	no_good_hit	87.0	95.402	3.0	0.02446933962264151	XM_001622437.2	sea anemones	PREDICTED: Nematostella vectensis uncharacterized LOC5501168 (LOC5501168), mRNA	True	False
MON0012_000000038978	1445	0.7984252851439559	3	2	1	2	2	False	13586	maximal	True	MON0012_000000038978	1.0		6	2	False	False	0.9702422022819519	0					non-mobilizable	other	745.0	97.315	99.0	0.0003595186804551516	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
DEN0038_000000002839	1537	0.7984167969437267	2	2	2	2	1	False	115978	fragment	False	AUS0008_000000015916	0.9201927478851125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	90.58	68.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0104_000000015593	2041	0.7984134566089189	4	2	1	2	0	True	61699	fragment	False	ENG0104_000000015593	0.9909269249632173		0	0	False	False	0.9990200996398926	0					non-mobilizable	other	2041.0	99.706	100.0	0.0005462960458610175	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0093_000000018827	2039	0.7984134566089189	4	2	1	2	0	True	61699	fragment	False	ENG0104_000000015593	0.9906908378245958		0	0	False	False	0.9990191459655762	0					non-mobilizable	other	2040.0	97.89200000000001	100.0	0.0005460282536816738	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0055_000000005130	5914	0.7984080305679556	8	7	6	5	6	False	7913	fragment	False	SPA0055_000000005130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	74.306	14.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
ENG0203_000000007461	2336	0.7984067673371328	4	2	2	2	1	False	102658	fragment	False	ENG0203_000000007461	1.0		0	0	False	False	0.988869845867157	0					non-mobilizable	no_good_hit	1110.0	81.171	81.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0133_000000005261	4348	0.7984067123709266	6	4	2	2	4	False	86270	fragment	False	SPA0133_000000005261	1.0		0	0	False	False	0.9990800619125366	0					non-mobilizable	other	4369.0	87.869	100.0	0.03089042560775647	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
USA0015_01_000000025492	1312	0.7984048321446187	2	2	2	2	2	False	1937	fragment	False	USA0015_01_000000025492	1.0		0	0	False	False	0.9961889982223511	0					non-mobilizable	other	1293.0	99.613	99.0	0.005162919687027964	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	False	False
ISR0849_000000023271	1150	0.7984000210513921	2	2	2	2	2	False	20580	fragment	False	ISR0849_000000023271	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	99.73899999999999	100.0	0.005440392427958598	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	False	False
MON0044_000000047159	1221	0.7983995807106633	2	2	1	2	1	False	11590	fragment	False	MON0044_000000047159	1.0		0	0	False	False	0.9729729890823364	0					non-mobilizable	no_good_hit								True	False
ISR0338_000000006409	3748	0.7983927524729244	5	4	3	4	3	False	113072	maximal	True	ISR0338_000000006409	1.0		5	2	False	False	0.9959978461265564	0					non-mobilizable	other	1544.0	99.417	93.0	0.0004351865379289182	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0279_000000010016	2142	0.7983910157917459	3	3	2	3	2	False	26239	maximal	True	ISR0279_000000010016	1.0		48	11	False	False	0.9813258647918701	0					non-mobilizable	no_good_hit	530.0	82.64200000000001	25.0	0.004890996668182535	NZ_QVHZ01000014.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf14, whole genome shotgun sequence	True	False
ISR0182_000000001273	16108	0.7983845425456878	15	9	5	8	4	True	123970	maximal	False	ENG0114_000000001340	0.6321043653562843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2526.0	90.024	16.0	0.001482060706195744	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
MON0043_000000018761	1540	0.7983758658915514	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.02671490959042029		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	98.506	100.0	0.24156333385653744	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
TAN0008_000000010036	1963	0.7983716381817597	3	3	3	3	2	False	93624	fragment	False	ISR0112_000000012858	0.19006321736958495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	79.49600000000001	28.0	0.0002352164527899547	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0371_000000015913	1330	0.7983695913945574	1	1	1	1	1	False	23474	fragment	False	ISR0371_000000015913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	97.75299999999999	7.0	0.016384285980264382	NZ_CABIWU010000107.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AUS0014_000000000663	29958	0.7983677972618641	23	14	8	14	5	True	100995	maximal	True	AUS0014_000000000663	1.0		1	1	False	False	0.9998998641967773	0					non-mobilizable	no_good_hit	570.0	76.14	2.0	0.0016634812769873292	NZ_NHMP01000003.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_3_length_339048_cov_189.134_ID_5525, whole genome shotgun sequence	True	True
CAN0013_000000011922	1885	0.7983657719391757	3	2	2	1	2	False	93878	maximal	True	CAN0013_000000011922	1.0		4	2	False	False	0.999469518661499	0					non-mobilizable	chromosome	1858.0	98.762	99.0	0.0006360967785605225	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ETH0003_000000001539	13744	0.7983581582736959	13	11	8	10	6	False	99454	maximal	True	ETH0003_000000001539	1.0		0	0	False	False	0.9988358616828918	0					non-mobilizable	no_good_hit	2920.0	100.0	56.0	0.001302615002965357	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0026_000000019199	2265	0.7983562663535634	2	2	2	2	0	True	64576	maximal	True	MON0026_000000019199	1.0		0	0	False	False	0.9867549538612366	0					non-mobilizable	no_good_hit	1592.0	80.15100000000001	69.0	0.00045074942437502353	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
SPA0062_000000019177	1679	0.7983562663535634	2	2	2	2	0	True	46869	fragment	False	SPA0062_000000019177	1.0		0	0	False	False	0.9958308339118958	0					non-mobilizable	other	1677.0	88.074	99.0	0.0005057343307908322	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
CHI0179_000000012741	1669	0.7983562663535634	2	2	2	2	0	True	77551	fragment	False	CHI0179_000000012741	1.0		0	0	False	False	0.9580587148666382	0					non-mobilizable	other	1674.0	85.305	100.0	0.000504339592293691	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0043_000000024107	1437	0.7983562663535634	2	2	2	2	0	True	64575	fragment	False	ENG0043_000000024107	1.0		0	0	False	False	0.9909533858299255	0					non-mobilizable	other	1459.0	80.055	99.0	0.00041283059234347504	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ISR0215_000000021960	1370	0.7983562663535634	2	2	2	2	0	True	28152	fragment	False	ISR0215_000000021960	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1376.0	91.93299999999999	99.0	0.006407464133657454	NZ_FQZN01000008.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
ISR0196_000000017417	1276	0.7983562663535634	2	2	2	2	0	True	28960	fragment	False	SPA0053_000000024757	0.9698340874811464		0	0	False	False	0.9984325766563416	0					non-mobilizable	other	1278.0	88.57600000000001	100.0	0.0003861145339870126	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
SPA0120_000000031727	1247	0.7983562663535634	2	2	2	2	0	True	4158	fragment	False	SPA0120_000000031727	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	100.0	100.0	0.00037733232105711197	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0029_000000006303	7120	0.7983517952506715	7	7	7	7	6	False	71139	maximal	True	ISR0029_000000006303	1.0		2	1	False	False	0.9953651428222656	0					non-mobilizable	chromosome	1538.0	91.93799999999999	92.0	0.0005144108673562962	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
SPA0008_000000008933	3293	0.7983404959244663	3	3	3	3	2	False	8179	fragment	False	SPA0008_000000008933	1.0		0	0	False	False	0.9978742599487305	0					non-mobilizable	no_good_hit	966.0	79.089	29.0	0.055154225432863205	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	True	False
FIJ0088_000000005247	5276	0.7983383938643229	7	5	3	5	2	False	82572	fragment	False	FIJ0088_000000005247	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	81.319	2.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
MAD0055_000000005462	1667	0.7983378417145035	2	1	1	1	1	True	17106	fragment	False	MAD0055_000000005462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0005_000000001616	8519	0.7983306901604287	12	12	5	8	11	False	132530	fragment	False	CHI0005_000000001616	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	7594.0	100.0	89.0	0.14883274202716743	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	True	True
ISR0211_000000013312	1704	0.7983286225934592	2	1	1	1	1	False	28404	fragment	False	ISR0211_000000013312	1.0		0	0	False	False	0.9735915660858154	0					non-mobilizable	no_good_hit	880.0	77.955	51.0	0.0018139146849139602	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
CHI0118_000000006188	1651	0.7983283932496091	4	4	2	3	4	False	87915	fragment	False	CHI0075_000000004096	0.9677230046948357		0	0	False	False	0.9993942975997925	0					non-mobilizable	other	1652.0	97.881	100.0	0.28873732074151803	NZ_CYZN01000053.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0003_01_000000021096	1814	0.7983203467246507	3	3	3	3	3	False	84422	fragment	False	FIJ0021_000000024250	0.960834201035206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	74.298	25.0	0.005159713500118809	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
CHI0181_000000012004	1724	0.7983174760620678	2	2	2	2	2	False	77419	fragment	False	CHI0181_000000012004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	79.442	23.0	0.0001377565095262699	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0167_000000003817	4729	0.7983174499499971	5	3	2	3	3	False	51105	fragment	False	FIJ0073_000000003910	0.9847754176975367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	79.197	20.0	0.00027585496003031476	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
SPA0053_000000007057	4614	0.7983169930727572	6	6	4	5	4	False	115438	maximal	False	ENG0183_000000005558	0.6558253830586874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0085_000000006434	2119	0.7983140790823035	4	4	4	4	2	False	71806	fragment	False	SPA0085_000000006434	0.9966649563878912		0	0	False	False	1.0	0					non-mobilizable	chromosome	2119.0	99.434	100.0	0.0009257575651614437	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0001_000000011400	2380	0.798306010411374	4	3	2	3	2	False	56896	fragment	False	ISR0001_000000011400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	73.176	38.0	0.00021403267942307714	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
USA0041_01_000000003393	7026	0.7983003590365179	7	4	3	3	3	False	110738	fragment	False	USA0041_01_000000003393	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4022.0	99.925	99.0	0.0006186692564306369	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0810_000000012417	1439	0.7982983490105358	2	1	1	1	1	False	21708	maximal	True	ISR0810_000000012417	1.0		35	9	False	False	0.9902710318565369	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000000445	21183	0.7982941030418608	21	10	9	8	6	False	93056	maximal	True	DEN0062_000000000445	1.0		1	1	False	False	0.9998583793640137	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	0.0	4.032461313574273e-05	NZ_LK028559.1	mycoplasmas	Acholeplasma oculi genome assembly Acholeplasma oculi strain 19L, chromosome : 1	True	False
MAD0003_000000015435	1773	0.798285844099213	2	2	2	2	2	False	20094	fragment	False	MAD0003_000000015435	1.0		0	0	False	False	0.9780033826828003	0					non-mobilizable	no_good_hit	52.0	88.462	3.0	1.3439004312075815e-05	NZ_CP013210.1	CFB group bacteria	Empedobacter brevis strain BCLYD2 chromosome, complete genome	True	False
FIJ0055_000000006332	2184	0.7982832792861729	3	3	3	3	3	False	46264	maximal	True	FIJ0055_000000006332	0.9997704315886133		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.02600000000001	38.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MAD0068_000000012769	2178	0.7982832792861729	3	3	3	3	3	False	46264	maximal	False	FIJ0055_000000006332	0.9987393701255667		0	0	False	False	0.9981634616851807	0					non-mobilizable	no_good_hit	851.0	78.02600000000001	39.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0056_000000009873	2176	0.7982832792861729	3	3	3	3	3	False	46264	maximal	False	FIJ0055_000000006332	0.9981659754387027		0	0	False	False	0.9995404481887817	0					non-mobilizable	no_good_hit	851.0	78.02600000000001	39.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0031_000000010558	2152	0.7982728188243802	2	2	2	2	1	False	37014	maximal	True	ISR0031_000000010558	1.0		153	13	False	False	0.9976765513420105	0					non-mobilizable	chromosome	2152.0	98.838	100.0	0.0004782625338611654	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0067_000000009496	3404	0.7982722046172559	4	4	2	2	3	False	99075	fragment	False	DEN0067_000000009496	0.9959842950650947		0	0	False	False	0.9997062087059021	0					non-mobilizable	no_good_hit	420.0	83.333	12.0	0.0008499865097606446	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0096_000000016816	2158	0.7982662904605329	3	3	3	3	3	False	14503	fragment	False	MON0096_000000016816	0.989872132957405		0	0	False	False	0.9995366334915161	0					non-mobilizable	no_good_hit	1209.0	81.141	88.0	0.09121929026387625	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
ISR0259_000000002270	5523	0.7982617948948353	7	3	1	2	3	False	111217	fragment	False	ISR0259_000000002270	1.0		0	0	False	False	0.9989136457443237	0					non-mobilizable	chromosome	5473.0	97.04	100.0	0.0007682614172143629	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0368_000000007071	1820	0.7982564895683865	2	2	2	1	2	False	41730	fragment	False	ISR0368_000000007071	0.9755738927992009		0	0	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit	1052.0	69.487	57.0	0.0003679409084776206	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0236_000000007017	1600	0.7982553955879904	2	2	2	2	1	False	27329	fragment	False	ISR0308_000000010079	0.9482265446224256		0	0	False	False	0.9987499713897705	0					non-mobilizable	other	940.0	89.255	93.0	0.034461106596734875	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
FIJ0090_000000027330	1670	0.7982545999431244	2	2	2	2	2	False	43443	fragment	False	FIJ0090_000000027330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	96.552	7.0	8.980625010536478e-06	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ENG0174_000000007365	2455	0.7982533283378527	4	2	1	1	2	False	55657	fragment	False	ENG0174_000000007365	1.0		0	0	False	False	0.9930753707885742	0					non-mobilizable	other	2389.0	94.55799999999999	97.0	0.00039131811719239585	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ENG0170_000000002526	4480	0.7982494880341839	4	4	4	4	3	False	128340	fragment	False	ISR0207_000000005044	0.6482973011162922		0	0	False	False	1.0	0					non-mobilizable	other	2622.0	99.50399999999999	100.0	0.0009518500427624352	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0248_000000001447	3275	0.7982481377890205	5	2	2	2	2	False	112433	maximal	True	ISR0248_000000001447	1.0	PS720	1	1	False	True	0.9990839958190918	0					non-mobilizable	no_good_hit	744.0	92.60799999999999	23.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ENG0059_000000005442	2302	0.7982481377890205	2	2	2	2	2	False	63381	maximal	True	ENG0059_000000005442	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	3.3101425313423817e-05	NZ_LT727813.1	firmicutes	Oceanobacillus sojae strain SK-2, whole genome shotgun sequence	True	False
ISR0257_000000008358	2040	0.7982481377890205	2	2	2	2	2	False	33011	fragment	False	ISR0257_000000008358	1.0		0	0	False	False	0.9754902124404907	0					non-mobilizable	no_good_hit								True	False
MAD0111_000000008805	1936	0.7982481377890205	2	2	2	2	2	False	14515	fragment	False	MAD0111_000000008805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0111_01_000000021495	1168	0.7982393570464016	3	3	3	2	2	False	290	maximal	True	USA0111_01_000000021495	1.0		95	9	False	False	1.0	0					non-mobilizable	other	486.0	94.85600000000001	99.0	0.010479688850475368	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0090_000000001242	8991	0.7982375379307848	8	6	5	5	4	False	112407	fragment	False	CHI0090_000000001242	0.9962774957698816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4857.0	98.023	81.0	0.20899505057026038	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0006_000000004986	8865	0.7982375379307848	8	6	5	5	4	False	112407	fragment	False	CHI0090_000000001242	0.989211433655878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4789.0	97.995	81.0	0.20606843124596513	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ETH0003_000000014616	2592	0.7982350941154992	4	4	4	4	4	False	79321	maximal	True	ETH0003_000000014616	0.9827724358974359		201	12	False	False	0.998071014881134	0					non-mobilizable	other	2599.0	96.26799999999999	99.0	0.04241978937056086	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0381_000000001635	8502	0.7982324513003956	15	13	9	10	11	True	95104	maximal	True	ISR0381_000000001635	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1987.0	98.943	83.0	0.0008862601561799242	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0814_000000023128	1771	0.798230025192733	2	2	2	1	1	False	21526	maximal	True	ISR0814_000000023128	1.0		4	3	False	False	0.9977414011955261	0					non-mobilizable	no_good_hit	701.0	84.165	40.0	0.009268590219582052	NZ_JAAWUO010000018.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_18_length_75416_cov_91.8004, whole genome shotgun sequence	True	False
ENG0043_000000022064	1570	0.7982269122303344	2	1	1	1	1	False	66733	fragment	False	FIJ0120_000000015152	0.9608159211912615		0	0	False	False	0.9980891942977905	0					non-mobilizable	no_good_hit	1075.0	75.442	67.0	0.0003736069859902692	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0191_000000013567	2278	0.7982233448872899	2	2	2	2	2	False	54715	fragment	False	ENG0191_000000013567	1.0		0	0	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit	1187.0	82.22399999999999	52.0	0.00031397308261013265	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0031_01_000000006306	4841	0.7982233006067248	8	2	1	2	1	False	47481	fragment	False	USA0031_01_000000006306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000007536	3017	0.7982175839853459	4	3	3	3	3	True	30826	maximal	True	ISR0150_000000007536	1.0		165	11	False	False	0.9986741542816162	0					non-mobilizable	no_good_hit	414.0	72.705	13.0	0.0027590227500745683	NZ_NOJY02000009.1	firmicutes	Romboutsia weinsteinii strain CCRI-19649 CCRI-19649_NODE_9_length_147516_cov_171.899, whole genome shotgun sequence	True	True
AST0101_000000006532	1134	0.7982126151673303	2	2	2	2	2	False	108420	fragment	False	AST0101_000000006532	1.0		0	0	False	False	0.9673721194267273	0					non-mobilizable	chromosome	1134.0	100.0	100.0	0.0002641209109630459	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
FIJ0095_000000014479	1881	0.7982081383547778	3	2	1	2	1	False	43121	maximal	True	FIJ0095_000000014479	1.0		5	2	False	False	0.9984050989151001	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000003875	5717	0.7982081308807576	3	2	2	2	1	True	105179	fragment	False	DEN0079_000000005641	0.7797646273955842		0	0	False	False	0.9987756013870239	0					non-mobilizable	other	5717.0	99.98299999999999	100.0	0.012636009532273111	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
USA0018_01_000000004336	5716	0.7982081308807576	3	2	2	2	1	True	105179	fragment	False	DEN0079_000000005641	0.7798235029497841		0	0	False	False	1.0	0					non-mobilizable	other	5716.0	100.0	100.0	0.012633798893796505	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ENG0071_000000003630	5716	0.7982081308807576	3	2	2	2	1	True	105179	fragment	False	DEN0079_000000005641	0.7798235029497841		0	0	False	False	0.9987753629684448	0					non-mobilizable	other	5716.0	100.0	100.0	0.012633798893796505	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0211_000000008102	2726	0.7982004058630597	4	3	2	3	2	False	113077	fragment	False	ISR0319_000000005898	0.27778054987276085		0	0	False	False	0.9897285103797913	0					non-mobilizable	other	1797.0	96.772	91.0	0.01199492419688773	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
USA0106_01_000000002554	4394	0.7981982216738497	7	7	7	6	5	False	327	maximal	True	USA0106_01_000000002554	1.0		122	10	False	False	0.9997724294662476	0					non-mobilizable	chromosome	4392.0	99.294	99.0	0.0012371833468528461	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0132_000000026570	1562	0.7981922108923696	2	2	2	2	2	False	126841	fragment	False	SPA0132_000000026570	0.9748980623024406		0	0	False	False	0.9942381381988525	0					non-mobilizable	other	1562.0	99.488	100.0	0.008168455424095111	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0016_000000024429	1393	0.7981910236226871	2	2	2	2	1	False	77055	fragment	False	SPA0016_000000024429	0.9676098287416233		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	99.53200000000001	92.0	0.00040453457382187984	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0111_000000005217	3291	0.7981895050774289	4	3	3	3	3	False	127116	fragment	False	ISR0111_000000005217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	99.465	87.0	0.000588473917241088	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0112_000000007424	2379	0.7981880505829196	4	4	3	4	1	False	82427	maximal	True	CHI0112_000000007424	1.0		0	0	False	False	0.9957965612411499	0					non-mobilizable	no_good_hit	671.0	77.04899999999999	28.0	0.002696269544876267	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0852_000000000400	14731	0.7981779640962038	16	7	5	7	3	True	107518	fragment	False	ISR0077_000000001266	0.9632671274897993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5530.0	97.667	65.0	0.047803236605207015	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
DEN0005_000000001403	14678	0.7981779640962038	15	7	5	7	3	True	107518	fragment	False	ISR0077_000000001266	0.9676668664665421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5797.0	97.464	65.0	0.05024890291918894	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
DEN0078_000000001197	14572	0.7981779640962038	16	7	5	7	3	True	107518	fragment	False	ISR0077_000000001266	0.96001387934703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5536.0	97.381	65.0	0.04771651084939205	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0773_000000000482	14496	0.7981779640962038	14	7	5	7	3	True	107518	fragment	False	ISR0077_000000001266	0.95511732532036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5530.0	97.34200000000001	65.0	0.047803236605207015	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0117_000000001395	12981	0.7981779640962038	12	7	5	7	3	True	107518	fragment	False	ISR0077_000000001266	0.2555345465423225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5531.0	97.14299999999999	61.0	0.047803236605207015	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0091_000000001552	12663	0.7981779640962038	15	7	5	7	3	True	107518	fragment	False	ISR0077_000000001266	0.25138628038932676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5806.0	97.348	64.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
AST0026_000000013500	2088	0.7981724322410846	2	2	2	2	2	False	119360	fragment	False	AST0026_000000013500	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	98.90299999999999	100.0	0.013403965005217112	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0097_000000016388	2018	0.7981705768797697	3	3	2	2	3	True	5118	fragment	False	SPA0097_000000016388	1.0		0	0	False	False	0.9975222945213318	0					non-mobilizable	chromosome	2018.0	99.70299999999999	100.0	0.0006789103908968787	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0077_000000002510	10632	0.7981625989369281	13	8	3	5	7	True	104954	fragment	False	MON0077_000000002510	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	5293.0	97.48700000000001	98.0	0.4267849939491731	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0096_000000002874	9680	0.7981600683235188	11	7	5	7	3	True	73280	maximal	True	FIJ0096_000000002874	1.0		8	5	False	False	0.9981405138969421	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	1.557199929230233e-05	NC_011060.1	green sulfur bacteria	Pelodictyon phaeoclathratiforme BU-1, complete sequence	True	True
ENG0104_000000005633	5030	0.7981599258886082	6	5	2	3	4	False	60262	maximal	True	ENG0104_000000005633	1.0		0	0	False	False	0.9996023774147034	0					non-mobilizable	other	4597.0	93.47399999999999	91.0	0.0008742720836188609	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0389_000000015911	1401	0.7981544955042347	3	2	2	2	2	False	92669	fragment	False	CHI0067_000000007058	0.6763945065651092		0	0	False	False	1.0	0					non-mobilizable	chromosome	1401.0	98.85799999999999	100.0	0.00040583415587220283	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0016_000000011955	3969	0.7981489417573532	5	5	4	5	4	False	120677	fragment	False	ENG0103_000000004603	0.9590261282660333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	73.631	22.0	0.00031032497019293397	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
FIJ0048_000000005407	5290	0.7981401822904256	8	7	2	6	7	True	61751	fragment	False	MAD0040_000000004490	0.9508168988366587		0	0	False	False	1.0	0					non-mobilizable	plasmid	5115.0	92.473	99.0	0.042503436483722803	CP057991.1	enterobacteria	Escherichia coli strain RHB06-C11 plasmid pRHB06-C11_2, complete sequence	False	True
ISR0793_000000013916	1223	0.7981397727454781	2	1	1	1	1	False	22007	fragment	False	ISR0793_000000013916	1.0		0	0	False	False	0.9877350926399231	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000025416	1449	0.7981394767900514	2	2	2	2	1	False	44843	fragment	False	FIJ0071_000000025416	1.0		0	0	False	False	0.9972394704818726	0					non-mobilizable	no_good_hit	1046.0	98.47	72.0	0.6061484918793504	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
ISR0302_000000007300	2072	0.7981349925251888	2	2	1	2	2	False	102932	fragment	False	ISR0097_000000012653	0.7921816820444567		0	0	False	False	0.9995173811912537	0					non-mobilizable	no_good_hit	1466.0	79.604	70.0	0.0013915766544353395	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
ISR0244_000000022137	1228	0.7981267985356396	2	2	2	2	2	False	27173	maximal	True	ISR0244_000000022137	0.9845961698584513		345	11	False	False	0.9967426657676697	0					non-mobilizable	other	1228.0	99.59299999999999	100.0	0.003922157794129869	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0116_000000019415	2088	0.7981141405720179	3	3	2	1	2	False	13006	fragment	False	SPA0116_000000019415	1.0		0	0	False	False	0.9995210766792297	0					non-mobilizable	no_good_hit	1269.0	84.08200000000001	65.0	0.00035345659013380737	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0168_000000009262	2785	0.7981044819797264	3	2	1	2	1	False	30129	maximal	True	ISR0168_000000009262	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	77.46300000000001	36.0	0.0003158279941486718	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0150_000000000611	19552	0.7981016458936296	21	16	8	9	11	True	89894	fragment	False	SPA0150_000000000611	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	228.0	86.84200000000001	1.0	0.0019884388994958514	NZ_QRML01000013.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf13, whole genome shotgun sequence	True	True
ISR0021_000000016273	1469	0.7980999308333883	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.007438152678451906		0	0	False	False	0.9979577660560608	0					non-mobilizable	other	1469.0	98.50200000000001	100.0	0.002911173512287215	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
MAD0056_000000008953	1565	0.7980995158809545	3	1	1	1	1	False	26059	fragment	False	MAD0056_000000008953	1.0		0	0	False	False	0.9955271482467651	0					non-mobilizable	no_good_hit								True	False
FIJ0054_000000001063	18491	0.7980907803699631	25	13	8	10	10	False	49144	maximal	True	FIJ0054_000000001063	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	89.515	3.0	0.8701657458563536	KU547325.1	bacteria	Uncultured bacterium clone TE_08A_000_Contig_4 genomic sequence	True	False
ISR0380_000000004174	2643	0.7980803304267563	4	4	4	3	3	False	89337	maximal	True	ISR0380_000000004174	1.0		60	8	False	False	0.9901626706123352	0					non-mobilizable	no_good_hit	973.0	73.07300000000001	37.0	0.00027393729362444304	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
CHI0019_000000003970	2152	0.7980764281717481	2	2	2	2	2	False	89446	fragment	False	CHI0019_000000003970	1.0		0	0	False	False	0.9948884844779968	0					non-mobilizable	chromosome	2133.0	94.56200000000001	99.0	0.0009180065036235398	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0167_000000002695	10471	0.7980751551621121	12	5	3	5	2	True	73320	fragment	False	ISR0167_000000002695	1.0		0	0	False	False	0.9999045133590698	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	1.0	6.242916690677885e-05	NZ_QICS01000001.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_101, whole genome shotgun sequence	True	True
FIJ0095_000000010743	2510	0.7980730915437354	3	1	1	1	1	True	52195	fragment	False	FIJ0095_000000010743	0.9830554479891334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	90.86	8.0	4.828303139544096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0060_000000006545	2508	0.7980730915437354	4	1	1	1	1	True	52195	fragment	False	FIJ0095_000000010743	0.9779211479830263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	85.92200000000001	9.0	5.33514159065646e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0120_000000009268	2507	0.7980730915437354	3	1	1	1	1	True	52195	fragment	False	FIJ0095_000000010743	0.9828616738633628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	89.36200000000001	8.0	4.881654555450661e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0045_000000015640	2504	0.7980730915437354	4	1	1	1	1	True	52195	fragment	False	FIJ0095_000000010743	0.9785724270521066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	85.92200000000001	9.0	5.33514159065646e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0072_000000009941	2504	0.7980730915437354	3	1	1	1	1	True	52195	fragment	False	FIJ0095_000000010743	0.9823987326974717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	88.17200000000001	9.0	4.828303139544096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0103_000000008415	2502	0.7980730915437354	3	1	1	1	1	True	52195	fragment	False	FIJ0095_000000010743	0.9777327431083268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	90.27	8.0	4.828303139544096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0149_000000009768	2448	0.7980730915437354	3	1	1	1	1	True	52195	fragment	False	FIJ0095_000000010743	0.9698038130503945		0	0	False	False	0.9991829991340637	0					non-mobilizable	no_good_hit	150.0	90.667	6.0	0.20473537604456823	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
FIJ0003_000000009990	2436	0.7980730915437354	3	1	1	1	1	True	52195	fragment	False	FIJ0095_000000010743	0.9634485137628779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	84.0	7.0	4.454843228198144e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0090_000000017882	2423	0.7980730915437354	3	1	1	1	1	True	52195	fragment	False	FIJ0095_000000010743	0.9621798656245696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	90.244	5.0	0.1671309192200557	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
MAD0031_000000006101	2284	0.7980730915437354	3	1	1	1	1	True	52195	fragment	False	FIJ0095_000000010743	0.912780781405079		0	0	False	False	0.99956214427948	0					non-mobilizable	no_good_hit								True	True
MAD0099_000000014231	2194	0.7980730915437354	2	1	1	1	1	True	49781	fragment	False	MAD0099_000000014231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	94.919	26.0	0.00013071096897108328	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0105_000000020062	1848	0.7980730915437354	2	1	1	1	1	True	49780	fragment	False	MAD0105_000000020062	0.9369907134778374		0	0	False	False	0.9859307408332825	0					non-mobilizable	no_good_hit								True	True
MAD0072_000000003358	1783	0.7980730915437354	1	1	1	1	1	True	49780	fragment	False	MAD0105_000000020062	0.7205447243540474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	82.30799999999999	7.0	3.307787786207005e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0012_000000016657	1764	0.7980730915437354	1	1	1	1	1	True	49780	fragment	False	MAD0105_000000020062	0.715459651565264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	90.244	7.0	0.1671309192200557	EU063650.1	bacteria	Uncultured bacterium clone LM0ACA3ZE04FM1 genomic sequence	True	True
MAD0005_000000020473	1515	0.7980730915437354	3	1	1	1	1	True	19931	fragment	False	MAD0005_000000020473	0.9807129850369595		0	0	False	False	0.9986798763275146	0					non-mobilizable	no_good_hit								True	True
TAN0001_000000011525	1323	0.7980730915437354	2	1	1	1	1	True	19931	fragment	False	MAD0005_000000020473	0.5704080239626748		0	0	False	False	0.9984883069992065	0					non-mobilizable	no_good_hit								True	True
MAD0103_000000020531	1209	0.7980730915437354	2	1	1	1	1	True	19931	fragment	False	MAD0005_000000020473	0.3785336356764928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0293_000000005073	7021	0.7980608521458502	6	3	2	2	3	True	94226	fragment	False	ISR0293_000000005073	1.0		0	0	False	False	0.999002993106842	0					non-mobilizable	no_good_hit	1185.0	91.899	17.0	0.04599275070479259	NZ_WNCH01000033.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold33_size24830, whole genome shotgun sequence	True	True
ISR0360_000000007754	3124	0.7980456445212444	4	3	2	3	2	False	99146	fragment	False	ISR0360_000000007754	1.0		0	0	False	False	0.9990397095680237	0					non-mobilizable	no_good_hit	1966.0	97.711	79.0	0.07456456570409441	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	True	False
AUS0008_000000002114	7745	0.79803292409406	5	5	5	5	5	False	101902	fragment	False	AUS0008_000000002114	0.9998705836676589		0	0	False	False	0.997159481048584	0					non-mobilizable	chromosome	6214.0	100.0	100.0	0.000876944366186448	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
DEN0029_000000001365	7727	0.79803292409406	5	5	5	5	5	False	101902	fragment	False	AUS0008_000000002114	0.9987088444157521		0	0	False	False	1.0	0					non-mobilizable	chromosome	6214.0	99.96799999999999	100.0	0.000876944366186448	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0152_000000002182	10343	0.7980263425696325	12	5	5	5	3	True	57064	fragment	False	ENG0152_000000002182	1.0		0	0	False	False	0.9998066425323486	0					non-mobilizable	no_good_hit	958.0	84.34200000000001	9.0	0.0768361581920904	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0171_000000004631	5018	0.7980163269058397	7	5	2	3	3	False	92899	fragment	False	ISR0171_000000004631	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	2734.0	95.611	100.0	0.41941926563220155	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
SPA0105_000000001997	13592	0.7980152544389238	13	12	7	8	9	False	106662	fragment	False	CAN0010_000000001130	0.9839550035396684		0	0	False	False	1.0	0					non-mobilizable	chromosome	13592.0	99.757	100.0	0.0037990990771818883	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0087_000000031242	1243	0.7980140082688733	4	3	2	2	2	True	33810	fragment	False	ISR0087_000000031242	0.9859215017064846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	94.26700000000001	73.0	0.3020694259012016	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0122_000000002184	11381	0.7980026578500117	16	6	5	5	4	False	108291	maximal	True	ENG0122_000000002184	1.0		3	2	False	False	0.9989455938339233	0					non-mobilizable	no_good_hit	598.0	91.304	5.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0150_000000008050	2418	0.7979961720672666	5	3	2	2	1	False	81676	fragment	False	SPA0150_000000008050	0.9991083370485956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	88.96600000000001	6.0	2.265220352924544e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
FIJ0152_000000009238	2597	0.797992395243396	3	2	2	2	1	True	92685	maximal	True	FIJ0152_000000009238	1.0		1	1	False	False	0.9892183542251587	0					non-mobilizable	no_good_hit	404.0	96.04	16.0	0.31191950464396284	KU543808.1	bacteria	Uncultured bacterium clone CH_060301_060302_Contig_4 genomic sequence	True	True
SPA0034_000000030201	1133	0.7979883264939895	1	1	1	1	1	False	7133	maximal	True	SPA0034_000000030201	1.0		9	5	False	False	0.9938217401504517	0					non-mobilizable	no_good_hit								True	False
MON0008_000000002268	9112	0.7979882979614576	14	5	4	5	4	True	70486	fragment	False	MON0008_000000002268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	100.0	1.0	2.4348183255013345e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0010_000000002534	7256	0.7979882979614576	9	5	4	5	4	True	67086	fragment	False	FIJ0010_000000002534	0.983419689119171		0	0	False	False	0.9998621940612793	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000016001	2035	0.7979880396479793	2	2	2	2	2	False	45322	maximal	True	FIJ0066_000000016001	1.0		2	1	False	False	0.9945945739746094	0					non-mobilizable	no_good_hit	42.0	95.238	2.0	1.7567425707999393e-05	NZ_CP018867.1	firmicutes	Lactobacillus alimentarius DSM 20249 chromosome, complete genome	True	False
FIJ0128_000000009518	2701	0.7979856563113246	3	3	3	3	2	False	41027	fragment	False	FIJ0128_000000009518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	93.671	6.0	7.259325441143623e-05	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	True	False
AST0003_000000018213	1808	0.7979854648287916	3	2	1	2	2	False	129852	fragment	False	AST0003_000000018213	1.0		0	0	False	False	0.9972345232963562	0					non-mobilizable	no_good_hit	119.0	77.311	6.0	0.00016686424360438373	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
FIJ0057_000000015214	2163	0.7979749404227521	3	3	3	3	3	False	46135	maximal	True	FIJ0057_000000015214	1.0		1	1	False	False	0.9889042973518372	0					non-mobilizable	no_good_hit	118.0	83.051	5.0	0.006903062127559148	NZ_BCVA01000073.1	firmicutes	Bacillus niacini NBRC 15566, whole genome shotgun sequence	True	False
ISR0137_000000019216	1229	0.7979711671041522	3	3	3	2	2	False	90679	fragment	False	ISR0137_000000019216	0.9995571302037201		0	0	False	False	0.9438567757606506	0					non-mobilizable	chromosome	1229.0	99.919	100.0	0.0005192525131737069	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0039_000000041772	1196	0.7979688229002022	2	2	2	2	1	True	11896	maximal	True	MON0039_000000041772	1.0		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	72.274	26.0	0.0036040420896490985	NZ_MDEI01000021.1	g-proteobacteria	Xanthomonas pisi strain CFBP4643 Xp-CFBP4643-G121, whole genome shotgun sequence	True	True
SPA0014_000000019254	1261	0.7979684757095284	1	1	1	1	1	False	56250	fragment	False	SPA0014_000000019254	1.0		0	0	False	False	0.993655800819397	0					non-mobilizable	no_good_hit	74.0	98.649	8.0	2.0431290549464575e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0120_000000005465	4996	0.7979656842829751	3	2	2	2	0	True	112584	maximal	True	ISR0120_000000005465	0.9998996386993175		4	1	False	False	0.9991993308067322	0					non-mobilizable	no_good_hit	173.0	95.376	4.0	6.139969766932493e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
ISR0086_000000004840	4982	0.7979656842829751	3	2	2	2	0	True	112584	maximal	False	ISR0120_000000005465	0.9984987990392313		0	0	False	False	0.998996376991272	0					non-mobilizable	no_good_hit	173.0	95.376	4.0	6.139969766932493e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
ENG0037_000000022106	1608	0.7979655747835191	3	3	3	2	2	False	99106	maximal	True	ENG0037_000000022106	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	1614.0	91.822	100.0	0.0005040009607222816	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0047_000000028906	1339	0.7979597101470174	1	1	1	1	1	False	6645	maximal	True	SPA0047_000000028906	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	77.72800000000001	83.0	0.0005327450338143773	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0821_000000004414	5868	0.7979521310727371	7	5	5	4	4	False	76904	fragment	False	ISR0821_000000004414	1.0		0	0	False	False	0.9998295903205872	0					non-mobilizable	no_good_hit	459.0	82.353	8.0	0.00012807208724785108	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0307_000000006790	1615	0.797931582312642	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.5999282539989351		0	0	False	False	0.9993808269500732	0					non-mobilizable	other	1616.0	99.072	100.0	0.006195145154360768	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0353_000000020464	1808	0.7979310183406189	2	2	2	1	1	False	102235	fragment	False	ISR0776_000000012746	0.9396434087525508		0	0	False	False	0.9994469285011292	0					non-mobilizable	other	1808.0	99.50200000000001	100.0	0.0003023688347588621	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0108_000000016579	1426	0.7979293396717696	2	2	2	2	2	False	42206	maximal	True	FIJ0108_000000016579	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1434.0	74.128	99.0	0.021745131114859685	NZ_QOHO01000022.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_22, whole genome shotgun sequence	False	False
USA0035_01_000000001632	15709	0.7979281102897952	14	9	6	8	5	False	122864	maximal	True	USA0035_01_000000001632	1.0		34	8	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.715	15.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0133_000000003007	7860	0.7979275497583378	10	5	1	2	5	False	103232	fragment	False	SPA0133_000000003007	1.0		0	0	False	False	0.9974554777145386	0					non-mobilizable	other	1497.0	88.911	95.0	0.003224785086615949	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
USA0006_01_000000010999	2204	0.7979237545130398	4	3	2	2	2	True	68798	fragment	False	USA0006_01_000000010999	1.0		0	0	False	False	0.995916485786438	0					non-mobilizable	no_good_hit	1178.0	96.689	53.0	0.11909339269452596	MK233295.1	viruses	Uncultured human fecal virus clone E.hallii_S01.N20_2-CL25_c7 sequence	True	True
ENG0002_000000006794	3097	0.7979237242924634	3	3	3	3	2	False	102734	maximal	True	ENG0002_000000006794	1.0		10	7	False	False	0.9764288067817688	0					non-mobilizable	no_good_hit	2375.0	96.589	77.0	0.0005820523400882297	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0027_000000007908	2202	0.7979159461051419	2	2	2	2	1	False	48999	maximal	True	FIJ0027_000000007908	1.0		5	4	False	False	0.9995458722114563	0					non-mobilizable	no_good_hit	742.0	82.48	38.0	0.0002228605537422202	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0016_000000011429	2679	0.7979116020157958	3	3	3	3	3	False	14130	maximal	True	MON0016_000000011429	1.0		27	9	False	False	0.9649122953414917	0					non-mobilizable	no_good_hit	526.0	71.483	19.0	0.0008509860302000316	NZ_LGUE01000008.1	firmicutes	Bacillus marisflavi strain JCM 11544 scaffold3, whole genome shotgun sequence	True	False
ISR0207_000000005044	4945	0.7979082558368283	4	4	4	4	4	False	128340	fragment	False	ISR0207_000000005044	0.9911478204041261		0	0	False	False	0.9933266043663025	0					non-mobilizable	other	3129.0	99.48899999999999	100.0	0.0011359736488977096	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0182_000000005708	4718	0.7979082558368283	4	4	4	4	4	False	128340	fragment	False	ISR0207_000000005044	0.9793075767971496		0	0	False	False	1.0	0					non-mobilizable	other	2863.0	99.546	100.0	0.0010393723091896563	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0127_000000001270	12526	0.7979040098699907	17	6	1	6	2	False	72947	maximal	True	FIJ0127_000000001270	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2028.0	93.68799999999999	30.0	0.0006305962696824122	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0072_000000013359	2154	0.7978970195902266	3	2	2	1	1	False	42589	fragment	False	ISR0072_000000013359	1.0		0	0	False	False	0.9995357394218445	0					non-mobilizable	no_good_hit	231.0	79.654	11.0	0.0009657598083662633	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
DEN0001_000000018999	2263	0.7978824980111444	3	3	2	3	2	False	76897	maximal	True	DEN0001_000000018999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1873.0	92.045	83.0	0.010771817103642037	NZ_AAXG02000011.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont151, whole genome shotgun sequence	True	False
ENG0043_000000010310	3263	0.7978810817272809	5	4	4	4	3	False	99562	fragment	False	ENG0043_000000010310	0.9956423220535356		0	0	False	False	0.9993870854377747	0					non-mobilizable	no_good_hit	1309.0	88.77	40.0	0.00039333687930202777	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
USA0009_01_000000001216	17665	0.7978810791231521	20	9	3	3	5	False	91514	fragment	False	USA0009_01_000000001216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1877.0	75.812	12.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
ISR0106_000000023433	1182	0.7978748340744102	2	2	1	2	2	False	32870	fragment	False	ISR0106_000000023433	1.0		0	0	False	False	0.9974619150161743	0					non-mobilizable	other	1181.0	98.476	99.0	0.0003190552503650884	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0093_000000007046	5748	0.7978707149918625	7	5	2	5	3	True	90483	fragment	False	SPA0075_000000001875	0.4147964074515869		0	0	False	False	1.0	0					non-mobilizable	other	5748.0	97.965	100.0	0.09227602399369603	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0011_000000002067	11529	0.7978626479485511	14	3	2	3	2	False	56895	maximal	True	ISR0011_000000002067	1.0		1	1	False	False	0.9998265504837036	0					non-mobilizable	no_good_hit	117.0	88.889	1.0	0.0005620805779165873	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0816_000000012601	3324	0.7978626479485511	5	3	2	3	2	False	56890	fragment	False	ISR0816_000000012601	1.0		0	0	False	False	0.9966907501220703	0					non-mobilizable	no_good_hit	112.0	82.14299999999999	3.0	4.1442621383944605e-05	CP033837.1	fusobacteria	Fusobacterium necrophorum strain FDAARGOS_565 chromosome, complete genome	True	False
CHI0116_000000010450	1515	0.7978559935536996	3	1	1	1	1	False	82151	maximal	True	CHI0116_000000010450	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	83.76799999999999	33.0	0.17636621717530163	NZ_CACWHD010000087.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ENG0039_000000017438	1503	0.7978542811981841	3	3	3	3	2	False	78451	fragment	False	ENG0039_000000017438	0.9729020721901079		0	0	False	False	1.0	0					non-mobilizable	other	1503.0	99.069	100.0	0.00044903497838981796	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0024_000000011012	3024	0.7978500141620034	4	4	2	3	3	True	121617	fragment	False	ISR0051_000000013108	0.9760515010250584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	96.20299999999999	68.0	0.1636567443019056	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0040_000000018476	2241	0.7978494924981752	4	3	3	3	2	False	91711	maximal	True	SPA0040_000000018476	0.972593866665077		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	86.5	9.0	0.0008181545974805899	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ISR0076_000000011415	2223	0.7978449655332396	4	3	3	3	3	False	91711	maximal	False	SPA0040_000000018476	0.9646877449489053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	87.727	10.0	0.0009025004322724033	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
FIJ0086_000000015253	2086	0.7978449655332396	3	3	3	3	3	False	91711	maximal	False	SPA0040_000000018476	0.9368556990879471		0	0	False	False	0.9990411996841431	0					non-mobilizable	no_good_hit	76.0	98.684	4.0	1.696889398106543e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0324_000000015626	1967	0.7978413633808112	2	2	1	2	1	False	103800	maximal	True	ISR0324_000000015626	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	81.831	35.0	0.006951893303110643	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	True	False
FIJ0042_000000002511	8509	0.7978387665645366	13	3	2	3	1	True	90940	fragment	False	FIJ0042_000000002511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0043_000000013142	2089	0.7978383701285725	3	3	3	3	2	False	81201	fragment	False	DEN0010_000000020867	0.6483177599146202		0	0	False	False	0.9980852007865906	0					non-mobilizable	no_good_hit	905.0	76.133	43.0	0.005303677335738304	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0132_000000008121	3283	0.7978379185812032	3	3	3	3	2	True	102802	fragment	False	ISR0132_000000008121	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2575.0	98.641	100.0	0.009196371470526236	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0069_000000018441	1380	0.7978371050313541	2	2	1	1	1	True	34938	fragment	False	ISR0069_000000018441	1.0		0	0	False	False	0.991304337978363	0					non-mobilizable	no_good_hit								True	True
ENG0201_000000001145	9236	0.7978352695633639	9	3	3	2	2	True	54176	maximal	True	ENG0201_000000001145	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.04	NZ_JAAIQH010000048.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_53_length_1900_cov_777.415, whole genome shotgun sequence	True	True
ISR0368_000000005949	2148	0.7978339409084503	4	3	2	2	2	False	36024	maximal	True	ISR0368_000000005949	1.0		27	4	False	False	0.9888268113136292	0					non-mobilizable	no_good_hit	440.0	78.182	26.0	0.00012230954554892808	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0142_000000021922	1640	0.7978334013625199	3	3	3	3	1	False	45796	maximal	True	FIJ0142_000000021922	1.0		9	4	False	False	0.9932926893234253	0					non-mobilizable	no_good_hit	1435.0	97.979	88.0	0.0004291253414075132	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
DEN0077_000000001214	5788	0.7978302757220722	7	5	5	5	4	False	69929	maximal	True	DEN0077_000000001214	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	70.611	9.0	0.00016701742548472557	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	True	False
MAD0046_000000000057	81237	0.7978300010248356	94	29	11	22	16	True	87451	maximal	True	MAD0046_000000000057	1.0		1	1	False	False	0.9998522996902466	0					non-mobilizable	no_good_hit	76.0	85.52600000000001	0.0	0.00122110334214312	NZ_UGSH01000001.1	a-proteobacteria	Ochrobactrum intermedium strain NCTC12171, whole genome shotgun sequence	True	True
ENG0177_000000008732	3067	0.7978205992600903	5	4	4	4	3	False	93283	fragment	False	ENG0177_000000008732	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3067.0	98.565	100.0	0.0016171227241081035	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MON0065_000000012155	2117	0.7978154654126591	2	2	2	2	2	False	65306	fragment	False	MON0031_000000014537	0.946137136248784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	73.8	46.0	0.005254685837448503	NZ_PTJD01000010.1	high GC Gram+	Kineococcus xinjiangensis strain DSM 22857 Ga0180979_110, whole genome shotgun sequence	True	False
CAN0006_000000018079	2509	0.797811258060217	3	3	2	2	1	False	95667	fragment	False	ENG0093_000000004584	0.778498662596807		0	0	False	False	0.9936229586601257	0					non-mobilizable	chromosome	2491.0	99.59899999999999	99.0	0.0006245307864320499	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0187_000000006970	2394	0.797811258060217	3	3	2	2	1	False	95667	fragment	False	ENG0093_000000004584	0.5864705744441119		0	0	False	False	0.9991645812988281	0					non-mobilizable	other	2394.0	99.708	100.0	0.012996040905215252	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0014_000000000832	15834	0.7978085662770319	19	12	5	10	5	True	132288	fragment	False	CHI0140_000000001647	0.7106293506861492		0	0	False	False	1.0	0					non-mobilizable	other	13739.0	96.15	100.0	0.6081410284803118	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ISR0335_000000000725	15475	0.7978085662770319	18	12	5	10	5	True	132288	fragment	False	CHI0140_000000001647	0.7199718834914717		0	0	False	False	1.0	0					non-mobilizable	other	12878.0	93.788	99.0	0.0029941963823276623	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
CHI0139_000000001632	5815	0.7978015278323246	16	3	0	2	2	True	82847	maximal	True	CHI0139_000000001632	1.0	PS411	1	1	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
SPA0057_000000005005	5626	0.7978015278323246	14	3	0	2	2	True	6349	maximal	True	SPA0057_000000005005	1.0		1	1	True	True	1.0	39					non-mobilizable	no_good_hit								True	True
FIJ0054_000000014323	1759	0.7978013149449291	2	2	2	2	2	False	48115	fragment	False	FIJ0054_000000014323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	75.524	8.0	0.00021678914993699078	NZ_JAAQYJ010000005.1	g-proteobacteria	Pseudomonas lactis strain WS 5000 5_641176_19.3054, whole genome shotgun sequence	True	False
SPA0006_000000008043	3949	0.7977998704930468	4	4	4	4	3	False	128338	fragment	False	SPA0006_000000008043	1.0		0	0	False	False	0.9992403388023376	0					non-mobilizable	other	2002.0	99.45100000000001	98.0	0.0007266890253977996	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0012_000000011626	2087	0.7977948389861188	2	2	2	2	0	True	103619	maximal	True	SPA0012_000000011626	1.0		0	0	False	False	0.9755629897117615	0					non-mobilizable	no_good_hit	1133.0	94.351	62.0	0.1398886827458256	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
FIJ0067_000000003518	8813	0.7977920029283363	8	6	6	6	4	True	100633	fragment	False	ENG0012_000000002535	0.9346792093859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2800.0	82.036	31.0	0.18116036505867014	NZ_WEHX01000055.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_55_length_15340_cov_272.879929, whole genome shotgun sequence	True	True
CHI0114_000000003403	2143	0.7977819933678261	2	2	2	2	2	False	82302	maximal	True	CHI0114_000000003403	1.0		11	4	False	False	0.9995333552360535	0					non-mobilizable	no_good_hit	151.0	77.483	7.0	4.658906259953658e-05	CP024912.1	cyanobacteria	Cyanobacterium sp. HL-69 chromosome, complete genome	True	False
AST0010_000000018435	1622	0.7977742009116838	2	1	1	1	1	False	126045	backbone	False	ENG0084_000000010630	0.20683817043478303	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.000147264962392892	NZ_NJCX01000005.1	enterobacteria	Xenorhabdus kozodoii strain DSM 17907 Xkoz_5, whole genome shotgun sequence	True	True
MON0075_000000010446	2288	0.7977723766354871	4	2	2	2	1	False	74025	maximal	True	MON0075_000000010446	1.0		48	10	False	False	0.996940553188324	0					non-mobilizable	no_good_hit	459.0	100.0	20.0	0.005195924942708688	NZ_JAANXY010000010.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_10, whole genome shotgun sequence	True	False
ENG0191_000000002782	8327	0.7977708083135338	11	5	2	2	3	False	132498	fragment	False	ISR0032_000000003111	0.9044670228773284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3576.0	95.21799999999999	43.0	0.5761696616480492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0183_000000005080	7126	0.7977697911121252	9	8	6	7	8	False	30035	maximal	True	ISR0183_000000005080	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	86.686	11.0	0.0006291120481668945	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0121_000000000061	98589	0.7977687110573978	93	15	4	12	6	True	127415	maximal	False	SPA0046_000000000019	0.9011065685468804		0	0	True	True	1.0	69					non-mobilizable	virus	33116.0	96.73299999999999	96.0	0.3344050471655191	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
CHI0005_000000002483	6111	0.7977682917025766	7	7	7	6	3	False	90804	maximal	True	CHI0005_000000002483	1.0		5	4	False	False	0.9998363852500916	0					non-mobilizable	no_good_hit	105.0	98.095	2.0	1.603037138825328e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0091_000000017132	1232	0.7977655343367488	1	1	1	1	1	False	43368	fragment	False	ISR0198_000000026881	0.7717336914371068		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	95.37299999999999	100.0	0.0005191950325983623	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	False	False
FIJ0094_000000017210	1177	0.7977655343367488	1	1	1	1	1	False	43368	fragment	False	ISR0198_000000026881	0.7628051200085354		0	0	False	False	0.9991503953933716	0					non-mobilizable	other	1177.0	95.15700000000001	100.0	0.0004959978540501008	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	False	False
USA0145_01_000000001106	17901	0.7977614304451741	29	13	7	10	10	False	131907	maximal	True	USA0145_01_000000001106	1.0		1	1	False	False	0.9995530843734741	0					non-mobilizable	no_good_hit	208.0	99.038	1.0	0.2604298356510746	GQ876934.1		Uncultured organism clone VC1AH19TR genomic sequence	True	False
ENG0129_000000000234	46573	0.7977587369866623	34	21	12	21	11	True	86044	backbone	True	ENG0129_000000000234	0.9995976250566361	PS433	18	4	True	True	0.9995920658111572	12					non-mobilizable	no_good_hit	1888.0	85.01100000000001	6.0	0.06581755834703804	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0103_000000000266	46567	0.7977587369866623	33	21	12	21	11	True	86044	backbone	False	ENG0129_000000000234	0.9992812501339938	PS433	0	0	True	True	0.9999785423278809	13					non-mobilizable	no_good_hit	1889.0	84.75399999999999	6.0	0.06581755834703804	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0138_000000012925	1454	0.7977510160595409	3	2	2	2	1	False	40467	fragment	False	FIJ0138_000000012925	1.0		0	0	False	False	0.9993122220039368	0					non-mobilizable	no_good_hit								True	False
ENG0109_000000021459	1138	0.7977451639264556	2	2	2	2	2	False	59831	fragment	False	ENG0109_000000021459	1.0		0	0	False	False	0.9903339147567749	0					non-mobilizable	no_good_hit	96.0	78.125	8.0	0.0003383327394513971	NZ_CZJT01000079.1	high GC Gram+	Paeniglutamicibacter antarcticus strain W2, whole genome shotgun sequence	True	False
SPA0031_000000007743	3656	0.797744170179202	6	2	2	2	2	True	7289	maximal	True	SPA0031_000000007743	1.0		0	0	False	False	0.9896061420440674	0					non-mobilizable	no_good_hit	2584.0	96.594	71.0	0.04362370750827871	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	True
ENG0095_000000011135	2476	0.7977368127783694	3	3	3	3	3	False	60966	maximal	True	ENG0095_000000011135	1.0		1	1	False	False	0.9834410548210144	0					non-mobilizable	no_good_hit	1047.0	99.904	80.0	0.010890614913687192	CP057056.1	enterobacteria	Escherichia coli strain RHB39-C18 plasmid pRHB39-C18_2, complete sequence	True	False
ENG0182_000000007820	3558	0.7977275029006311	6	3	3	2	2	False	55248	maximal	True	ENG0182_000000007820	1.0		7	3	False	False	0.9983136653900146	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	0.0004622536848222304	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
CHI0137_000000001516	7271	0.7977237814093225	5	3	1	3	2	True	80550	fragment	False	CHI0137_000000001516	1.0		0	0	False	False	0.9962866306304932	0					non-mobilizable	no_good_hit	60.0	98.333	1.0	1.893391166271194e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0177_000000006883	3847	0.7977197622350946	4	3	3	3	2	False	58453	fragment	False	ENG0177_000000006883	1.0		0	0	False	False	0.9979204535484314	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.086273790413704e-07	LR812107.1	birds	Erithacus rubecula genome assembly, chromosome: 5	True	False
ENG0194_000000008393	3277	0.7977197622350946	4	3	3	3	2	False	54538	fragment	False	ENG0194_000000008393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.086273790413704e-07	LR812107.1	birds	Erithacus rubecula genome assembly, chromosome: 5	True	False
ENG0130_000000009509	3168	0.7977197622350946	3	3	3	3	2	False	58452	fragment	False	ENG0130_000000009509	1.0		0	0	False	False	0.9977903962135315	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.086273790413704e-07	LR812107.1	birds	Erithacus rubecula genome assembly, chromosome: 5	True	False
FIJ0090_000000011144	3670	0.7977148733574949	6	2	2	2	1	True	78542	maximal	True	FIJ0090_000000011144	0.9871868701410884		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	9.756431720027775e-06	NZ_CP010803.1	a-proteobacteria	Martelella endophytica strain YC6887 chromosome, complete genome	True	True
FIJ0033_000000009700	3473	0.7977148733574949	5	2	2	2	1	True	78542	maximal	False	FIJ0090_000000011144	0.9532697547683924		0	0	False	False	0.9974085688591003	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	9.756431720027775e-06	NZ_CP010803.1	a-proteobacteria	Martelella endophytica strain YC6887 chromosome, complete genome	True	True
DEN0063_000000018212	2581	0.7977148330636866	2	2	2	2	2	False	71544	maximal	True	DEN0063_000000018212	1.0		26	6	True	True	1.0	28					non-mobilizable	no_good_hit	658.0	72.64399999999999	25.0	0.00015912045860036272	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0092_000000022759	1384	0.7976991367976524	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.34190078376466787		0	0	False	False	0.9920520186424255	0					non-mobilizable	no_good_hit	714.0	84.17399999999999	51.0	0.003463459031313802	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0774_000000000211	43454	0.7976987675116115	36	15	9	13	5	True	119621	maximal	False	AST0026_000000000287	0.9935121342069426	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	5177.0	92.061	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0017_000000009504	3861	0.797697926272486	5	5	5	5	4	False	92539	maximal	True	CAN0017_000000009504	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	75.0	8.0	9.010900218638107e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ENG0032_000000013257	1756	0.7976971892707456	3	2	2	2	2	False	65597	fragment	False	ENG0032_000000013257	1.0		0	0	False	False	0.9914578795433044	0					non-mobilizable	no_good_hit	1024.0	87.109	58.0	0.006146574961621681	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0194_000000018788	1442	0.7976971892707456	4	2	2	2	2	False	29024	maximal	True	ISR0194_000000018788	1.0		0	0	False	False	0.978502094745636	0					non-mobilizable	no_good_hit	1009.0	96.928	89.0	0.0004015326757173513	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
ISR0046_000000005361	4778	0.7976966116713078	5	5	4	5	3	False	36201	maximal	True	ISR0046_000000005361	1.0		2	2	False	False	0.9997907280921936	0					non-mobilizable	no_good_hit	1618.0	71.199	33.0	0.021266456997372327	NZ_FNUK01000007.1	firmicutes	Caloramator fervidus strain DSM 5463, whole genome shotgun sequence	True	False
AST0029_000000006830	4550	0.7976961541137869	5	3	2	2	3	False	118429	fragment	False	AST0029_000000006830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2281.0	93.775	50.0	0.000365808988908453	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
CHI0178_000000003809	2839	0.7976895037312643	3	3	3	3	3	False	77645	maximal	True	CHI0178_000000003809	1.0		5	4	False	False	0.9883762001991272	0					non-mobilizable	no_good_hit								True	False
SPA0033_000000010111	3022	0.7976774891770074	4	4	3	3	4	False	95924	fragment	False	SPA0033_000000010111	0.9860878310425746		0	0	False	False	0.9927200675010681	0					non-mobilizable	no_good_hit	577.0	78.85600000000001	30.0	0.00017196402187406453	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0033_000000016181	4179	0.7976752236159156	4	4	2	4	3	False	12342	maximal	True	MON0033_000000016181	1.0		0	0	False	False	0.9784637689590454	0					non-mobilizable	no_good_hit	2880.0	98.542	69.0	0.06086166074750549	MH507589.1	enterobacteria	Escherichia coli strain 2013-01-2422 plasmid pNVI2422, complete sequence	True	False
MON0040_000000016304	1702	0.7976747041078259	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7555040093933939		0	0	False	False	0.9964747428894043	0					non-mobilizable	other	1702.0	99.765	100.0	0.004147536226936797	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0219_000000005221	5884	0.7976713598430166	7	5	2	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.7054338464077491	PS1107|PS1110|PS1114	0	0	True	True	1.0	1		MOBV			mobilizable	other	2099.0	99.428	99.0	0.34455575628181967	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
TAN0008_000000017458	1293	0.7976697695766767	3	3	3	3	2	False	50687	fragment	False	TAN0008_000000017458	1.0		0	0	False	False	0.9992266297340393	0					non-mobilizable	no_good_hit	957.0	91.014	78.0	0.6191709844559585	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ENG0064_000000008003	2808	0.7976692106305241	4	4	4	4	2	False	62983	fragment	False	ENG0064_000000008003	0.9909402981920313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	93.06700000000001	40.0	0.0003224691691950537	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0106_000000004214	4397	0.7976675529834086	6	4	1	4	2	False	83167	maximal	True	CHI0106_000000004214	1.0		1	1	False	False	0.9920400381088257	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	1.0	0.0001232451263399484	NZ_DS483474.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_14, whole genome shotgun sequence	True	False
MAD0105_000000006981	4476	0.7976649172872171	7	7	5	5	7	True	14856	maximal	True	MAD0105_000000006981	1.0		1	1	False	False	0.9955317378044128	0					non-mobilizable	no_good_hit	1325.0	96.45299999999999	54.0	0.013187935592405671	CP057917.1	enterobacteria	Escherichia coli strain RHB10-C05 plasmid pRHB10-C05_2, complete sequence	True	True
AST0106_000000013289	1475	0.7976497546213553	2	1	1	1	1	False	107388	fragment	False	AST0106_000000013289	0.9961937716262976		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	99.932	100.0	0.00046460126085343535	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0097_000000001093	16085	0.7976424111733518	19	13	4	7	9	True	64202	maximal	True	MON0097_000000001093	1.0		2	1	False	False	0.9985700845718384	0					non-mobilizable	no_good_hit	7697.0	78.459	74.0	0.002719827492554846	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
ENG0002_000000001232	13728	0.7976312981349726	22	22	6	12	19	False	68015	fragment	False	ENG0002_000000001232	1.0		0	0	False	False	0.9978147149085999	0					non-mobilizable	plasmid	11037.0	97.255	99.0	0.15999303873653067	CP028992.1	enterobacteria	Klebsiella pneumoniae strain AR_0142 plasmid unnamed2, complete sequence	False	True
DEN0001_000000006735	5466	0.7976285463925193	7	7	2	7	7	True	125599	backbone	False	MAD0046_000000003898	0.7308626385113087	PS931	0	0	True	True	1.0	11					non-mobilizable	plasmid	5467.0	99.90899999999999	100.0	0.05172495385925891	CP057637.1	enterobacteria	Escherichia coli strain RHB20-C11 plasmid pRHB20-C11_2, complete sequence	False	True
USA0063_01_000000016158	1306	0.7976280415532087	2	2	2	2	1	True	56298	fragment	False	USA0063_01_000000016158	0.9676791277258567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	98.141	81.0	0.0003442195294471002	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
SPA0030_000000005188	5664	0.7976240995619902	6	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9731526295340713	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5383.0	99.071	100.0	0.0010741781698734337	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0126_000000025230	1954	0.7976228781775794	2	2	2	2	1	False	31971	maximal	True	ISR0126_000000025230	1.0		1	1	False	False	0.9872057437896729	0					non-mobilizable	no_good_hit								True	False
MON0077_000000025344	1729	0.7976173238672252	1	1	1	1	1	False	10221	fragment	False	MON0077_000000025344	1.0		0	0	False	False	0.997686505317688	0					non-mobilizable	no_good_hit	1398.0	84.26299999999999	81.0	0.0003917585688053387	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0114_000000013049	3434	0.7976139300934334	3	1	1	1	1	False	63631	fragment	False	SPA0114_000000013049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	77.244	9.0	0.0007747350025274142	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
CAN0021_000000005250	7246	0.7976041944580554	9	8	2	1	7	True	91934	fragment	False	CAN0021_000000005250	0.9343428916867494		0	0	False	False	1.0	0					non-mobilizable	other	7246.0	97.971	100.0	0.49596111719605696	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
SPA0052_000000001419	19632	0.7976013642094334	19	8	3	6	3	False	117576	fragment	False	SPA0052_000000001419	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	11841.0	97.416	97.0	0.26641371366623756	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
FIJ0082_000000014514	2083	0.7975989131651756	3	1	1	1	1	False	44180	maximal	True	FIJ0082_000000014514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	0.00010323959785140179	NZ_NPEC01000005.1	bacteria	Leptospira meyeri strain ES1-C-A1 contig_5, whole genome shotgun sequence	True	False
MAD0048_000000015491	1539	0.7975872991702907	2	2	2	2	1	False	17540	maximal	True	MAD0048_000000015491	1.0		2	1	False	False	0.9727095365524292	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.933243782236024e-07	CP050583.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 30a	True	False
SPA0097_000000012326	2671	0.7975858499522273	5	3	2	3	2	True	112870	fragment	False	ISR0181_000000005748	0.41677985439565596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	93.63600000000001	4.0	0.021682393093756275	NZ_JAAIUL010000048.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_49_length_4981_cov_271.371, whole genome shotgun sequence	True	True
ISR0802_000000004319	3304	0.7975846230461366	3	3	2	1	2	True	84257	fragment	False	ISR0802_000000004319	1.0		0	0	False	False	0.9945520758628845	0					non-mobilizable	chromosome	1986.0	99.648	99.0	0.000451939892222012	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0147_000000010355	2355	0.7975818975926625	3	1	1	1	1	True	107426	fragment	False	ISR0147_000000010355	0.9760547343088849		0	0	False	False	0.9995753765106201	0					non-mobilizable	no_good_hit	282.0	87.943	12.0	0.11525840853158327	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
AST0106_000000009353	2135	0.7975818975926625	3	1	1	1	1	True	107426	fragment	False	ISR0147_000000010355	0.6370943281771307		0	0	False	False	0.9953161478042603	0					non-mobilizable	no_good_hit	364.0	86.538	17.0	0.14889253486464316	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0035_000000015204	1317	0.7975818975926625	2	1	1	1	1	True	65560	fragment	False	ISR0035_000000015204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	86.538	28.0	0.14889253486464316	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
FIJ0043_000000011254	2405	0.7975792286984079	4	2	2	2	1	False	47219	maximal	True	FIJ0043_000000011254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	92.48100000000001	17.0	7.591535704728172e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ISR0083_000000009469	2661	0.7975754900613454	4	3	2	3	3	False	63511	maximal	True	ISR0083_000000009469	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	97.14299999999999	5.0	6.821761123519518e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0037_000000010809	1376	0.7975632595450898	2	2	2	2	1	False	87919	maximal	True	CHI0037_000000010809	1.0		261	11	False	False	0.9992732405662537	0					non-mobilizable	chromosome	709.0	97.32	100.0	0.00033019461894701497	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0111_000000003652	6708	0.7975616814539386	8	3	2	1	2	True	96672	maximal	True	FIJ0111_000000003652	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0190_000000005304	4363	0.7975598300259155	5	3	1	2	2	False	120149	fragment	False	ISR0190_000000005304	1.0		0	0	False	True	0.991519570350647	0	rep_cluster_475				non-mobilizable	no_good_hit	1492.0	93.633	77.0	0.2904296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MON0033_000000035469	1716	0.7975590375609405	3	3	3	3	3	False	76275	fragment	False	DEN0073_000000028334	0.967954734536115		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	99.242	100.0	0.02493421148282229	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0035_000000001655	13698	0.7975574771446697	16	10	6	7	9	False	65429	maximal	True	ENG0035_000000001655	1.0		2	2	False	False	0.9999269843101501	0					non-mobilizable	no_good_hit	9686.0	100.0	71.0	0.1368247061482821	NZ_CYZO01000016.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0006_000000027902	1121	0.7975552522442302	2	2	1	2	2	False	8223	fragment	False	SPA0006_000000027902	1.0		0	0	False	False	0.9955397248268127	0					non-mobilizable	other	1117.0	97.225	99.0	0.01703330278032386	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0267_000000014858	1264	0.7975524609970074	2	2	1	2	1	False	104733	fragment	False	AST0148_000000023838	0.9312094551377862		0	0	False	False	0.9928797483444214	0					non-mobilizable	no_good_hit	56.0	94.64299999999999	5.0	0.00016256846349155677	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0338_000000010622	2512	0.7975516971190948	3	3	2	3	2	False	131896	fragment	False	ISR0338_000000010622	0.968742260636576		0	0	False	False	0.9992038011550903	0					non-mobilizable	other	1272.0	98.27	99.0	0.00030650046457747585	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CHI0047_000000006621	2342	0.7975516971190948	3	3	2	3	2	False	131896	fragment	False	ISR0338_000000010622	0.9423373229191057		0	0	False	False	0.9957301616668701	0					non-mobilizable	other	1309.0	96.18	99.0	0.0003156713446199515	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0820_000000002324	6948	0.7975503257033631	7	6	5	6	5	False	49084	fragment	False	SPA0109_000000003142	0.6186603390850731		0	0	False	False	0.9985607266426086	0					non-mobilizable	other	5865.0	98.15899999999999	92.0	0.09296091866514401	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MAD0040_000000000846	15036	0.7975491473994188	23	7	0	7	2	False	18429	maximal	True	MAD0040_000000000846	1.0		1	1	False	False	0.9999334812164307	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.444180674064426e-05	NZ_QSBM01000001.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf1, whole genome shotgun sequence	True	False
ENG0138_000000010517	1865	0.7975215413424699	3	3	3	3	1	False	92041	fragment	False	ENG0138_000000010517	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1865.0	99.35700000000001	100.0	0.0005644843069425816	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
CHI0141_000000012841	2148	0.797516951220766	3	3	3	3	1	False	103254	fragment	False	ISR0193_000000012492	0.9347725162488394		0	0	False	False	0.9995344281196594	0					non-mobilizable	other	2151.0	94.88600000000001	100.0	0.003965698278455131	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
CHI0160_000000006315	4300	0.7975131066383506	7	6	3	6	4	False	78749	maximal	True	CHI0160_000000006315	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	93.891	7.0	0.00013833869507340208	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0109_000000009835	2684	0.7975109177811757	4	4	4	4	3	False	49228	maximal	True	FIJ0109_000000009835	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1574.0	87.039	65.0	0.0002213392195158194	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0250_000000007800	1655	0.7975101493922021	5	1	1	1	1	False	27019	fragment	False	ISR0250_000000007800	1.0		0	0	False	False	0.9667673707008362	0					non-mobilizable	no_good_hit	647.0	97.21799999999999	47.0	0.008960772346446207	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
FIJ0086_000000000136	69293	0.7975098343969806	116	35	9	24	23	False	43871	maximal	True	FIJ0086_000000000136	1.0		1	1	False	False	0.9998701214790344	0					non-mobilizable	no_good_hit	1437.0	80.654	3.0	0.006287621300526313	LR756490.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0080_000000003739	6155	0.797506011290568	10	5	2	5	3	False	69903	fragment	False	ENG0080_000000003739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	94.667	1.0	0.00012556014245985894	NZ_NTLB01000004.1	g-proteobacteria	Mangrovitalea sediminis strain M11-4 Scaffold3_1, whole genome shotgun sequence	True	False
SPA0057_000000008685	3495	0.797506011290568	6	5	2	5	3	False	6346	fragment	False	SPA0057_000000008685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	99.04799999999999	6.0	0.011608531437458342	NZ_CYXV01000025.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0032_000000012602	2610	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8475091393099017		0	0	False	False	1.0	0					non-mobilizable	other	2610.0	99.80799999999999	100.0	0.005767555785461957	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CAN0007_000000015761	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8464832890125397		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.77	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0070_000000004220	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8472488598935798		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.77	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0172_000000006141	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8469535075233428		0	0	False	False	0.9961671233177185	0					non-mobilizable	other	2609.0	99.73200000000001	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0019_000000007612	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.84720267320039		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.77	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0079_000000010511	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.846866068678208		0	0	False	False	0.9988501071929932	0					non-mobilizable	other	2609.0	99.962	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0113_000000010792	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8468272247461782		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.77	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
USA0056_01_000000007614	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8468272247461782		0	0	False	False	0.9992334246635437	0					non-mobilizable	other	2609.0	99.77	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0117_000000008692	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8469292825270792		0	0	False	False	0.9996166825294495	0					non-mobilizable	other	2609.0	99.77	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0169_000000005645	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8472138086897634		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.77	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0067_000000010868	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8465866543384308		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.885	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0119_000000004148	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8474803715323718		0	0	False	False	0.9996166825294495	0					non-mobilizable	other	2609.0	99.885	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0058_000000007671	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8474928634186987		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.80799999999999	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
USA0047_01_000000013732	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8474928634186987		0	0	False	False	0.9988501071929932	0					non-mobilizable	other	2609.0	99.80799999999999	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0347_000000008473	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8474928634186987		0	0	False	False	0.9992334246635437	0					non-mobilizable	other	2609.0	99.80799999999999	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0397_000000007444	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.846866068678208		0	0	False	False	0.9977002739906311	0					non-mobilizable	other	2609.0	99.962	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
AUS0002_000000013611	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8474686509350198		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.84700000000001	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0140_000000008438	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8464177686126783		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.693	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0340_000000009108	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8474686509350198		0	0	False	False	0.9992334246635437	0					non-mobilizable	other	2609.0	99.84700000000001	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
USA0025_01_000000006214	2609	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8469292825270792		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.77	100.0	0.0057653451469853526	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
FIJ0162_000000008639	2607	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8465099476541709		0	0	False	False	0.9996164441108704	0					non-mobilizable	other	2607.0	99.80799999999999	100.0	0.005760923870032143	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0359_000000009826	2605	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8466387011888054		0	0	False	False	1.0	0					non-mobilizable	other	2605.0	99.846	100.0	0.005756502593078933	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0055_000000006180	2596	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8442890897900464		0	0	False	False	1.0	0					non-mobilizable	other	2596.0	99.846	100.0	0.00573660684678949	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0044_000000010192	2594	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8431763543158578		0	0	False	False	1.0	0					non-mobilizable	other	2594.0	99.807	100.0	0.0057321855698362805	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
FIJ0025_000000008256	2593	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8440611868546212		0	0	False	False	0.9996143579483032	0					non-mobilizable	other	2593.0	99.884	100.0	0.005729974931359676	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0034_000000006149	2589	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8423658369075294		0	0	False	False	1.0	0					non-mobilizable	other	2589.0	99.73	100.0	0.0057211323774532565	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0035_000000004143	2589	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8427970519270113		0	0	False	False	1.0	0					non-mobilizable	other	2589.0	99.76799999999999	100.0	0.0057211323774532565	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0116_000000015377	2589	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8430327369557841		0	0	False	False	1.0	0					non-mobilizable	other	2589.0	99.846	100.0	0.0057211323774532565	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0013_000000003302	2589	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.843056949439463		0	0	False	False	1.0	0					non-mobilizable	other	2589.0	99.807	100.0	0.0057211323774532565	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0172_000000008415	2571	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8169075520337881		0	0	False	False	0.9996110200881958	0					non-mobilizable	other	2571.0	99.76700000000001	100.0	0.005681340884874369	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0046_000000007330	2565	0.7975054230585983	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.8164876858045244		0	0	False	False	0.9988304376602173	0					non-mobilizable	other	2565.0	99.961	100.0	0.00566807705401474	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0155_000000004945	2466	0.7975054230585983	3	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.7867302853038769		0	0	False	False	1.0	0					non-mobilizable	other	2466.0	99.838	100.0	0.005449223844830864	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
MON0053_000000016383	2333	0.7975054230585983	3	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.19475697202924142		0	0	False	False	1.0	0					non-mobilizable	other	2333.0	99.786	100.0	0.005155208927442424	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
MAD0040_000000000085	50283	0.7975044287690239	94	40	14	36	24	False	18433	maximal	True	MAD0040_000000000085	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	0.0	0.0003076431576020399	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
AST0084_000000020759	1696	0.7974921265278986	2	2	2	2	1	False	111305	fragment	False	AST0084_000000020759	1.0		0	0	False	False	0.9994103908538818	0					non-mobilizable	no_good_hit	275.0	92.36399999999999	18.0	0.1099959855479727	NZ_PGEM01000230.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_256, whole genome shotgun sequence	True	False
ISR0263_000000002410	4464	0.7974805159206624	6	3	0	1	3	False	125153	fragment	False	ISR0263_000000002410	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	2066.0	93.175	87.0	0.2081249362049607	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
SPA0047_000000005207	7525	0.797476440244692	9	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.7672052399604423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2566.0	97.62299999999999	34.0	0.41492633964707787	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0158_000000016857	1210	0.7974759841007868	2	2	2	2	1	False	78839	fragment	False	CHI0158_000000016857	1.0		0	0	False	False	0.9991735816001892	0					non-mobilizable	chromosome	666.0	93.994	94.0	0.00019277122403929634	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0781_000000000154	54631	0.7974737823602096	51	25	12	20	10	True	132147	fragment	False	ISR0104_000000000158	0.8199371779253087		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	99.181	8.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0132_01_000000002053	9626	0.7974706480205931	14	6	5	5	5	False	93	maximal	True	USA0132_01_000000002053	1.0		1	1	False	False	0.999792218208313	0					non-mobilizable	no_good_hit	449.0	88.419	12.0	0.0009853170169527312	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ITA0005_000000001511	9925	0.7974686368448243	8	8	7	7	8	False	20400	maximal	True	ITA0005_000000001511	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	3853.0	82.40299999999999	68.0	0.0015482411448109717	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ISR0111_000000007041	2515	0.7974587650014172	3	3	3	3	3	False	117893	fragment	False	ISR0134_000000011779	0.39838808670447995		0	0	False	False	1.0	0					non-mobilizable	chromosome	2517.0	92.213	100.0	0.0007924067637622363	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0044_000000002387	8968	0.797457407259006	6	6	6	6	6	False	48694	fragment	False	FIJ0044_000000002387	0.9875177335284913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.241	44.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ENG0163_000000004718	4595	0.7974543421546265	4	4	4	4	4	False	103273	fragment	False	ISR0046_000000005139	0.9481499320173908		0	0	False	False	1.0	0					non-mobilizable	other	4595.0	99.54299999999999	100.0	0.000888520489495423	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0002_000000035762	1104	0.7974540082508821	2	1	1	1	1	True	52235	fragment	False	FIJ0002_000000035762	1.0		0	0	False	False	0.9882246255874634	0					non-mobilizable	no_good_hit								True	True
SPA0096_000000007785	4509	0.7974512633552189	5	4	2	3	3	True	71548	fragment	False	SPA0096_000000007785	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4510.0	99.42399999999999	100.0	0.05471821756225426	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
DEN0012_000000000969	6555	0.7974490576111093	9	8	8	8	8	False	75495	maximal	True	DEN0012_000000000969	1.0		8	5	False	False	1.0	0					non-mobilizable	chromosome	5759.0	100.0	100.0	0.0010748294468921693	CP048920.1	enterobacteria	Escherichia coli strain SCU-101 chromosome, complete genome	False	False
ENG0085_000000007912	2280	0.7974446586384994	2	2	2	2	2	False	108245	fragment	False	ENG0085_000000007912	0.9857674248819345		0	0	False	False	0.9964912533760071	0					non-mobilizable	chromosome	2104.0	76.426	95.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0013_000000011457	2210	0.7974446586384994	2	2	2	2	2	False	108245	fragment	False	ENG0085_000000007912	0.9762669780296777		0	0	False	False	0.9995474815368652	0					non-mobilizable	chromosome	2093.0	76.35	99.0	0.0006511982394322913	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0084_000000008285	2186	0.7974446586384994	2	2	2	2	2	False	108245	fragment	False	ENG0085_000000007912	0.9733589684474013		0	0	False	False	1.0	0					non-mobilizable	chromosome	2104.0	76.473	96.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0145_01_000000006426	3796	0.7974444912036108	7	7	3	5	6	True	126939	backbone	True	USA0145_01_000000006426	0.9785123100769054	PS981	34	7	False	True	1.0	0					non-mobilizable	other	3699.0	98.756	97.0	0.004557482730642413	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ISR0082_000000001313	17275	0.7974323075427145	12	12	8	11	8	True	43013	maximal	True	ISR0082_000000001313	1.0		3	1	True	True	1.0	139					non-mobilizable	no_good_hit	153.0	77.778	1.0	0.006751551950700077	NZ_FOGF01000035.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	True
ISR0085_000000000872	17274	0.7974323075427145	12	11	8	10	8	True	43013	maximal	False	ISR0082_000000001313	1.0		0	0	True	True	1.0	58					non-mobilizable	no_good_hit	153.0	77.778	1.0	0.006751551950700077	NZ_FOGF01000035.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	True
MON0060_000000005527	5590	0.7974184024501276	6	6	6	6	5	False	114946	fragment	False	MON0060_000000005527	0.9653676598202628		0	0	False	False	0.9935599565505981	0					non-mobilizable	no_good_hit	681.0	75.918	12.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ENG0104_000000016364	1947	0.7974055970188236	3	3	2	3	2	False	131825	fragment	False	ENG0104_000000016364	1.0		0	0	False	False	0.9953774809837341	0					non-mobilizable	chromosome	1750.0	90.514	94.0	0.00046521898522232965	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0027_000000024203	1704	0.7974051696320731	3	2	2	2	2	False	13577	maximal	True	MON0027_000000024203	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	75.893	6.0	0.001258120596577912	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	True	False
ISR0309_000000009314	2018	0.7974019501279608	3	3	2	3	1	False	25383	fragment	False	ISR0309_000000009314	1.0		0	0	False	False	0.9915758371353149	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	3.0	0.0005756389592447617	NZ_RJVG01000013.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_113, whole genome shotgun sequence	True	False
USA0037_01_000000022194	1523	0.7974013142760358	4	4	2	2	1	True	70803	fragment	False	USA0037_01_000000022194	1.0		0	0	False	False	0.983585000038147	0					non-mobilizable	no_good_hit	512.0	83.398	61.0	0.00015359308433585448	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MAD0089_000000016908	1596	0.7974011219615106	2	2	2	2	2	False	85277	fragment	False	MAD0089_000000016908	1.0		0	0	False	False	0.9874686598777771	0					non-mobilizable	other	1610.0	84.90700000000001	99.0	0.02085954830256723	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ISR0179_000000002035	12276	0.7973948484574812	13	8	5	4	7	True	51772	fragment	False	ISR0179_000000002035	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	803.0	90.411	11.0	0.0223562412342216	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0058_000000003031	11630	0.7973919310594821	20	14	10	7	6	True	51010	fragment	False	FIJ0058_000000003031	0.986446324362404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	98.022	4.0	0.00010103824586922714	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
USA0083_01_000000012860	2306	0.7973883746583748	5	4	1	4	1	True	69099	maximal	True	USA0083_01_000000012860	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0140_000000031411	1153	0.7973856349706541	2	2	2	2	2	False	98774	fragment	False	FIJ0012_000000020475	0.9589477271626045		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	90.726	99.0	0.018783984181908058	NZ_CABIWU010000007.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0047_000000008767	4346	0.7973844753058066	3	3	3	3	3	False	17690	maximal	True	MAD0047_000000008767	1.0		3	2	False	False	0.999769926071167	0					non-mobilizable	no_good_hit	953.0	99.58	22.0	0.9989506820566632	GQ875092.1		Uncultured organism clone 1041059767759 genomic sequence	True	False
ISR0352_000000000466	15449	0.7973715885341115	20	9	3	5	7	False	88504	fragment	False	ISR0352_000000000466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3916.0	95.60799999999999	49.0	0.01577932442615114	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
CHI0112_000000010411	1757	0.7973672298038358	3	3	3	2	2	False	102239	fragment	False	SPA0054_000000012699	0.33521506975305687		0	0	False	False	0.9994308352470398	0					non-mobilizable	chromosome	1759.0	97.84	100.0	0.00024831802674461426	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0146_000000001029	17016	0.7973595266491013	21	11	4	6	10	False	104409	maximal	True	SPA0146_000000001029	1.0		3	2	False	False	0.9999412298202515	0					non-mobilizable	no_good_hit	5417.0	94.573	57.0	0.032540539888111716	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
MON0083_000000002628	8290	0.7973587109823859	8	3	2	2	2	False	101724	fragment	False	MON0083_000000002628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5869.0	95.67200000000001	70.0	0.2784375447131206	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
SPA0059_000000005215	5124	0.7973548479060377	10	6	5	3	5	False	129201	maximal	True	SPA0059_000000005215	1.0		0	0	False	False	0.9980484247207642	0					non-mobilizable	no_good_hit	1192.0	98.993	75.0	0.0002917617037510503	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0019_000000006210	1377	0.7973535116825824	3	2	2	2	2	False	89414	fragment	False	DEN0010_000000030767	0.9465241658081377		0	0	False	False	0.9992737770080566	0					non-mobilizable	no_good_hit	102.0	90.196	7.0	0.0003308915068995793	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
ISR0778_000000002430	4953	0.7973495548510612	8	6	6	5	6	False	89187	maximal	False	ISR0148_000000005752	0.9546256370050961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2154.0	98.7	67.0	0.0007591349176322748	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0034_000000011433	2437	0.7973441863024777	4	3	3	3	2	False	48148	maximal	True	FIJ0034_000000011433	1.0		0	0	False	False	0.9819450378417969	0					non-mobilizable	no_good_hit	70.0	87.14299999999999	3.0	0.00038689708537529015	NZ_BBCG01000001.1	firmicutes	Cellulosilyticum ruminicola JCM 14822, whole genome shotgun sequence	True	False
MON0054_000000015621	2806	0.7973395694907398	3	3	3	3	3	False	11138	maximal	True	MON0054_000000015621	1.0		5	1	False	False	0.95652174949646	0					non-mobilizable	no_good_hit	757.0	99.20700000000001	27.0	0.01094906368126059	NZ_QRYH01000009.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf9, whole genome shotgun sequence	True	False
FIJ0046_000000031860	1114	0.7973389438005531	1	1	1	1	1	False	46918	fragment	False	FIJ0046_000000031860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	78.528	14.0	0.000625657538177065	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0115_000000002910	9206	0.7973257500498323	13	9	3	9	5	True	126094	fragment	False	ISR0115_000000002910	0.9904176032177925		0	0	False	False	0.9944601058959961	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.4462099241615266e-05	NZ_JXXZ01000006.1	g-proteobacteria	Pseudoalteromonas ruthenica strain S3137 contig0006, whole genome shotgun sequence	True	True
ISR0833_000000003462	2136	0.7973182628662857	3	3	3	3	3	False	33239	fragment	False	ISR0833_000000003462	1.0		0	0	False	False	0.9971910119056702	0					non-mobilizable	other	2136.0	99.29799999999999	100.0	0.021619596366692657	NZ_JAANXY010000008.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_8, whole genome shotgun sequence	False	False
FIJ0011_000000040022	1163	0.7973167712308218	2	1	1	1	1	False	74426	fragment	False	ENG0122_000000023817	0.7979071284652633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000017094	1715	0.7973157744579836	2	1	1	1	1	False	56137	fragment	False	SPA0042_000000018865	0.9782362916902205		0	0	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit	75.0	88.0	4.0	2.3380445985166688e-05	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
FIJ0032_000000008223	4180	0.7973092554673415	4	3	3	2	3	False	63160	maximal	True	FIJ0032_000000008223	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	88.294	7.0	8.27714799680435e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0812_000000031658	1244	0.7973084585766398	2	2	2	2	2	False	83377	fragment	False	CHI0110_000000007251	0.6846635723819925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000016055	2022	0.7972897057943457	1	1	1	1	1	False	49102	maximal	True	FIJ0026_000000016055	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	91.31299999999999	25.0	0.00017428746832333757	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0054_000000008925	2730	0.7972854370119318	4	4	4	3	3	False	87339	maximal	False	SPA0066_000000004828	0.572204161982292		0	0	False	False	1.0	0					non-mobilizable	other	2730.0	99.23100000000001	100.0	0.02275854592155849	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ENG0001_000000010111	2578	0.7972829251112693	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.26682599229371173	PS902	0	0	False	True	0.9949573278427124	0	rep_cluster_1702				non-mobilizable	plasmid	2599.0	98.15299999999999	100.0	0.07864148201961496	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0089_000000009762	2504	0.7972829251112693	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.2708147264947595	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2526.0	97.743	100.0	0.07643177140089599	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0037_000000005372	2399	0.7972829251112693	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.24902379284922194	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2403.0	99.251	100.0	0.0727085603583969	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0082_000000014340	2320	0.7972829251112693	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.2340184949471344	PS902	0	0	False	True	0.9995689392089844	0	rep_cluster_1702				non-mobilizable	other	2341.0	97.65100000000001	100.0	0.0006266336996641083	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0033_000000011536	2014	0.7972753473128747	3	1	1	1	1	False	96609	fragment	False	CAN0003_000000023939	0.982392667631452		0	0	False	False	0.999503493309021	0					non-mobilizable	no_good_hit	135.0	94.074	7.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
MAD0060_000000009481	1783	0.7972753473128747	3	1	1	1	1	False	16859	fragment	False	MAD0060_000000009481	1.0		0	0	False	False	0.9842961430549622	0					non-mobilizable	no_good_hit	135.0	94.074	8.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
CAN0011_000000009769	3137	0.7972719341436737	5	4	4	4	3	False	100476	fragment	False	CAN0011_000000009769	1.0		0	0	False	False	0.9917118549346924	0					non-mobilizable	no_good_hit	2610.0	94.866	89.0	0.00040168411382488514	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MAD0015_000000006952	2726	0.7972432048069301	4	4	4	4	3	False	87235	fragment	False	ISR0787_000000004009	0.6892388392235687		0	0	False	False	0.9996331334114075	0					non-mobilizable	other	2726.0	98.23899999999999	100.0	0.011925601750547046	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0060_000000029221	1444	0.7972377450403441	2	1	1	1	1	False	95808	fragment	False	MON0060_000000029221	0.9824895578591527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	74.545	45.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0037_000000044500	1665	0.7972372535614266	2	2	2	2	1	True	39202	fragment	False	MON0037_000000044500	1.0		0	0	False	False	0.9873873591423035	0					non-mobilizable	other	1679.0	94.699	100.0	0.02656706001776424	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
CAN0018_000000008949	3838	0.7972333667735861	4	4	4	3	3	False	121554	maximal	True	CAN0018_000000008949	1.0		12	4	False	False	0.9986972212791443	0					non-mobilizable	no_good_hit	2590.0	94.17	88.0	0.00046363646309767627	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
USA0003_01_000000017326	2250	0.7972271611222472	3	2	2	2	2	False	20829	fragment	False	USA0003_01_000000017326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	90.196	8.0	3.576711429859449e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0101_000000001165	22236	0.7972232746023488	39	11	8	10	7	False	100457	maximal	True	SPA0101_000000001165	1.0		1	1	False	False	0.9988756775856018	0					non-mobilizable	no_good_hit	3561.0	97.051	16.0	0.0006499174999328711	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
DEN0061_000000011203	3535	0.7972225409180792	4	4	4	4	4	False	71939	maximal	True	DEN0061_000000011203	1.0		169	12	False	False	0.999151349067688	0					non-mobilizable	no_good_hit	326.0	85.583	26.0	0.0016712316048465717	NZ_LS999948.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
MAD0033_000000018623	1146	0.7972211898077184	2	1	1	1	1	True	18836	fragment	False	MON0069_000000046531	0.968370883882149		0	0	False	False	0.9790576100349426	0					non-mobilizable	no_good_hit	1022.0	86.693	89.0	0.015489014667396994	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ENG0088_000000006036	3830	0.797218558411337	6	3	2	3	2	True	124511	maximal	False	ENG0053_000000006728	0.935438280643192		0	0	True	True	1.0	17					non-mobilizable	plasmid	3231.0	98.48299999999999	100.0	0.8514903719335267	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0084_000000003885	5399	0.7972167460487144	6	4	2	3	2	True	130624	fragment	False	ISR0084_000000003885	0.998702742772424		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2929.0	99.488	69.0	0.38879298897888726	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
USA0069_01_000000011327	5396	0.7972167460487144	6	4	2	3	2	True	130624	fragment	False	ISR0084_000000003885	0.9983330246341915		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2929.0	99.31700000000001	69.0	0.38879298897888726	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0081_000000005594	4131	0.7972113126609611	5	3	1	2	1	True	131698	maximal	False	FIJ0042_000000005476	0.6521961095156777		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	225.0	90.22200000000001	5.0	0.02860824742268041	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
FIJ0005_000000022509	1591	0.7972089970276985	2	2	1	2	1	False	51885	fragment	False	FIJ0005_000000022509	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	99.37200000000001	100.0	0.002075787781686098	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
CAN0007_000000010336	4100	0.7972066263767208	5	3	3	3	3	False	95406	maximal	True	CAN0007_000000010336	0.9659653465346534		4	3	False	False	0.9992682933807373	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	1.0	7.100628251238751e-05	CP013128.1	mycoplasmas	Mycoplasma sp. (ex Biomphalaria glabrata), complete genome	True	False
AST0062_000000005260	3271	0.7971994057551746	6	3	3	3	3	True	111724	fragment	False	AST0062_000000005260	1.0		0	0	False	False	0.999694287776947	0					non-mobilizable	other	2159.0	98.70299999999999	99.0	0.012424113262755308	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0144_000000003088	2194	0.7971938144550151	5	2	2	1	1	False	113732	fragment	False	ISR0144_000000003088	0.9541723666210671		0	0	False	False	0.9986326098442078	0					non-mobilizable	other	2127.0	98.119	97.0	0.0009333061613139546	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0102_000000029070	1138	0.7971848712742661	2	1	1	1	1	False	42597	maximal	True	FIJ0102_000000029070	1.0		305	14	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit	541.0	73.567	47.0	0.00017658723871690063	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0134_000000012615	1153	0.7971820826452253	2	1	1	1	1	False	40619	fragment	False	FIJ0134_000000012615	0.9840283939662822		0	0	False	False	0.9687771201133728	0					non-mobilizable	other	1148.0	96.603	99.0	0.00021561606405586057	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
FIJ0155_000000011056	2017	0.7971807986278332	2	2	2	2	2	False	88194	fragment	False	ISR0373_000000007354	0.35450208101216596		0	0	False	False	1.0	0					non-mobilizable	chromosome	2003.0	98.45200000000001	99.0	0.00058034284289725	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0189_000000006856	2143	0.7971795193444575	3	3	2	3	2	False	104990	maximal	False	CHI0140_000000013574	0.9669448459544797		0	0	False	False	0.9757349491119385	0					non-mobilizable	no_good_hit	581.0	90.87799999999999	27.0	0.000267233780588474	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0231_000000001291	8189	0.7971771659188702	11	10	8	9	9	False	111446	fragment	False	ISR0179_000000003041	0.9677001386657748		0	0	False	False	0.9998778700828552	0					non-mobilizable	other	8197.0	98.743	100.0	0.011349706422958707	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0123_000000004514	7370	0.7971736081993842	10	3	1	2	2	False	41384	maximal	True	FIJ0123_000000004514	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1978.0	99.191	27.0	0.004251110083753534	NZ_JHWQ01000001.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MAD0059_000000004588	4100	0.7971736081993842	7	3	1	2	2	False	16913	fragment	False	MAD0059_000000004588	1.0		0	0	False	False	0.9985365867614746	0					non-mobilizable	no_good_hit	2069.0	99.03299999999999	50.0	0.004446785864037587	NZ_JHWQ01000001.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0011_000000003000	8012	0.7971672076700136	6	5	3	5	4	False	113362	maximal	False	FIJ0084_000000001707	0.9704013637068031		0	0	False	False	0.999625563621521	0					non-mobilizable	no_good_hit	738.0	92.412	9.0	0.11898980087421078	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0091_000000003921	7941	0.7971672076700136	6	5	3	5	4	False	113362	maximal	False	FIJ0084_000000001707	0.9651617026652799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	92.361	9.0	0.1160757649344342	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
BAN0020_000000000284	9709	0.7971641280811714	14	13	3	12	12	True	97747	maximal	True	BAN0020_000000000284	1.0		1	1	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	5037.0	95.791	94.0	0.05343243960711441	CP043219.1	enterobacteria	Escherichia coli O80:H26 strain EC-107 plasmid pET6.2-IncFII, complete sequence	False	True
MON0039_000000017836	2637	0.7971639807574746	4	4	4	4	2	False	109249	maximal	True	MON0039_000000017836	1.0		29	10	False	False	0.9882442355155945	0					non-mobilizable	no_good_hit	420.0	98.81	16.0	0.4970344009489917	GQ883860.1		Uncultured organism clone VC1DF78TR genomic sequence	True	False
CHI0029_000000007343	1552	0.7971524942798356	3	3	3	2	2	False	88583	fragment	False	FIJ0007_000000011251	0.9593167701863354		0	0	False	False	1.0	0					non-mobilizable	chromosome	1552.0	100.0	100.0	0.00029849068789882953	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
ENG0078_000000009885	2658	0.7971497759579008	4	4	4	4	4	False	61927	maximal	True	ENG0078_000000009885	0.9810319745969937		61	10	False	False	0.9984951019287109	0					non-mobilizable	other	2645.0	98.29899999999999	99.0	0.001227682095343166	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
ETH0005_000000023299	2018	0.7971460256558661	3	3	3	2	2	False	52742	maximal	True	ETH0005_000000023299	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	4.0	2.31895441056094e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0098_000000014236	2265	0.7971414758663352	4	2	2	2	2	False	9199	fragment	False	MON0098_000000014236	1.0		0	0	False	False	0.9854304790496826	0					non-mobilizable	no_good_hit								True	False
USA0017_01_000000001154	18881	0.7971380571839956	20	14	4	5	13	False	104416	maximal	True	USA0017_01_000000001154	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4118.0	91.816	65.0	0.0006581991337540324	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
MON0081_000000013832	4079	0.7971367174841675	4	2	0	2	0	True	9991	fragment	False	MON0081_000000013832	1.0		0	0	False	False	0.9975484013557434	0					non-mobilizable	no_good_hit								True	True
CHI0163_000000006630	1519	0.7971345436063548	2	2	2	2	1	False	85629	fragment	False	ISR0258_000000017778	0.7580167280515775		0	0	False	False	0.9960500597953796	0					non-mobilizable	other	1535.0	79.73899999999999	100.0	0.0037534321869189423	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	False
ISR0771_000000005764	1999	0.797130085902909	3	3	3	3	2	False	22519	maximal	True	ISR0771_000000005764	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	75.29	38.0	0.0030298601207993776	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
MAD0094_000000012003	1346	0.7971297338923309	2	1	0	1	1	True	15614	maximal	True	MAD0094_000000012003	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0116_000000014103	1206	0.7971297338923309	2	1	0	1	1	True	41638	fragment	False	FIJ0116_000000014103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0026_000000019482	1193	0.7971297338923309	2	1	0	1	1	True	37271	fragment	False	ISR0026_000000019482	1.0		0	0	False	False	0.9983235597610474	0					non-mobilizable	no_good_hit								True	True
MON0069_000000045694	1174	0.7971297338923309	2	1	0	1	1	True	10463	fragment	False	MON0069_000000045694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	95.714	6.0	0.025256222547584188	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
MON0081_000000046413	1099	0.7971297338923309	2	1	0	1	1	True	9936	fragment	False	MON0081_000000046413	1.0		0	0	False	False	0.987261176109314	0					non-mobilizable	no_good_hit	466.0	93.777	52.0	0.15453938584779706	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0083_000000006598	3616	0.797129348576773	5	4	3	4	3	False	34116	maximal	True	ISR0083_000000006598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2156.0	92.44	60.0	0.015297006797878777	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	True	False
MON0101_000000046235	1429	0.7971218739222633	2	2	2	2	2	False	25113	fragment	False	MON0101_000000046235	1.0		0	0	False	False	0.998600423336029	0					non-mobilizable	chromosome	1429.0	100.0	100.0	0.00029770206527680664	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
DEN0051_000000037315	1305	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9522852302452793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	70.215	80.0	0.0015901890524182471	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0129_000000008530	1305	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9469619771179508		0	0	False	False	0.9992337226867676	0					non-mobilizable	no_good_hit	93.0	79.57	7.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ISR0159_000000020508	1293	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9452471694272095		0	0	False	False	0.9845321178436279	0					non-mobilizable	other	1221.0	70.025	92.0	0.001816050837214697	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0081_01_000000023862	1278	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9693242479548635		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	70.57	97.0	0.0018877772148189749	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
AUS0014_000000021350	1274	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.968884252692684		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	70.5	97.0	0.001883198935397425	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0019_000000013750	1268	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.947216325236212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	78.495	7.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ISR0099_000000015068	1267	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9470274252683105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	78.495	7.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
AUS0010_000000019746	1266	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.947909453653705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0166_000000006131	1266	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9477181964738587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000028188	1266	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.947464293959361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	78.495	7.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
USA0033_01_000000008236	1265	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.944779687113745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	79.57	7.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ISR0062_000000030948	1251	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9346575249504265		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	70.301	96.0	0.0018282595823388293	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0288_000000023372	1251	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9433093645957078		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	70.138	96.0	0.0018282595823388293	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
AST0153_000000027977	1249	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9365874180381316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	79.57	7.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ISR0174_000000019874	1241	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9354195209087938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	79.57	7.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
SPA0028_000000027239	1235	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9309830087531729		0	0	False	False	0.9991902709007263	0					non-mobilizable	no_good_hit	1071.0	70.308	85.0	0.0015901890524182471	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0808_000000013723	1234	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9313195397603312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	70.40100000000001	85.0	0.0015901890524182471	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0012_000000019333	1233	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9302223651378723		0	0	False	False	0.9975669384002686	0					non-mobilizable	no_good_hit	1071.0	70.215	85.0	0.0015901890524182471	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
AST0031_000000020228	1233	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9307671768177885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	70.308	85.0	0.0015901890524182471	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0283_000000010704	1232	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.928873154529573		0	0	False	False	0.9975649118423462	0					non-mobilizable	no_good_hit	93.0	78.495	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ISR0063_000000016087	1232	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9275900414145272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	78.495	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ISR0241_000000013401	1231	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9277105340975561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000023727	1228	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9249252753138656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	79.57	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
SPA0146_000000018716	1227	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9274414493247986		0	0	False	False	0.9991850256919861	0					non-mobilizable	no_good_hit	93.0	78.495	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ISR0781_000000025378	1226	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9316162161873054		0	0	False	False	0.9983686804771423	0					non-mobilizable	other	1229.0	70.138	98.0	0.0018282595823388293	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0056_000000017105	1226	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9259960426329029		0	0	False	False	0.9991843104362488	0					non-mobilizable	no_good_hit	93.0	78.495	8.0	3.452420578378015e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
ISR0775_000000015945	1226	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9264648185634089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0080_000000023602	1217	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8601075344305795		0	0	False	False	0.9983566403388977	0					non-mobilizable	other	1212.0	69.884	97.0	0.001802315998950048	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0098_000000020515	1217	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8594536290458066		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1212.0	70.05	97.0	0.001802315998950048	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0003_000000020780	1217	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8601075344305795		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	69.884	97.0	0.001802315998950048	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0846_000000009224	1209	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9039507782826347		0	0	False	False	0.9983457326889038	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000023683	1204	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8913136058845565		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	69.984	99.0	0.001808420371512114	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0074_000000011526	1202	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8429727290854859		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	69.884	99.0	0.001802315998950048	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0041_000000028112	1201	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.850279351285738		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	69.934	99.0	0.001805368185231081	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0340_000000017608	1199	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8419838918971899		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	70.05	99.0	0.001802315998950048	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0771_000000009848	1197	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8422702634337274		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	69.884	99.0	0.001802315998950048	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0006_000000026212	1196	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8473864117235865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	70.215	87.0	0.0015901890524182471	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
USA0018_01_000000017765	1195	0.7971059575352681	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8412110627621536		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	69.942	99.0	0.001802315998950048	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0052_000000013364	2604	0.7970953294055352	3	3	3	3	3	False	35796	maximal	True	ISR0052_000000013364	1.0		35	5	False	False	0.9996159672737122	0					non-mobilizable	no_good_hit	1284.0	95.87200000000001	55.0	0.002236344874708909	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0144_000000016957	1857	0.7970937022746536	4	2	2	2	2	False	40074	fragment	False	FIJ0144_000000016957	0.9854943753700414		0	0	False	False	0.9892299175262451	0					non-mobilizable	no_good_hit	872.0	77.408	47.0	0.0003052344712403847	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0225_000000020228	1149	0.7970931953794324	2	2	2	2	1	False	31386	fragment	False	ISR0136_000000008089	0.9771594684385382		0	0	False	False	0.9991296529769897	0					non-mobilizable	chromosome	1154.0	83.189	100.0	0.00035128354543848076	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	False
ENG0046_000000002550	7259	0.7970919095498948	7	7	4	7	5	False	73800	maximal	True	ENG0046_000000002550	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	71.569	12.0	0.0012954392200334426	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
CAN0011_000000002396	13320	0.7970903632626981	14	13	7	12	8	True	94547	maximal	True	CAN0011_000000002396	1.0		3	3	False	False	0.99909907579422	0					non-mobilizable	no_good_hit	801.0	97.12899999999999	6.0	0.99875	GQ876099.1		Uncultured organism clone VC1A903TR genomic sequence	True	True
SPA0111_000000000293	45749	0.7970788653420338	68	31	16	22	17	True	93768	maximal	True	SPA0111_000000000293	1.0	PS495	2	1	True	True	0.9997595548629761	5					non-mobilizable	no_good_hit	1880.0	75.16	11.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
FIJ0014_000000002357	9050	0.7970694846567683	8	7	3	3	5	True	59453	fragment	False	FIJ0014_000000002357	1.0		0	0	False	False	0.9994475245475769	0					non-mobilizable	no_good_hit	79.0	88.60799999999999	1.0	0.005010085236515063	NZ_CACWHD010000047.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
MAD0037_000000012208	1144	0.7970603297150097	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.6368878407852985		0	0	False	False	0.9930070042610168	0					non-mobilizable	chromosome	1145.0	97.555	100.0	0.00040333294870261235	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0018_000000004099	5321	0.7970341057806113	6	6	6	6	4	False	105083	maximal	True	ENG0018_000000004099	1.0		12	7	False	False	0.9996241331100464	0					non-mobilizable	no_good_hit	2078.0	90.32700000000001	70.0	0.0004622388472915964	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0055_000000003770	2254	0.7970313315006905	3	3	3	3	3	False	17110	maximal	True	MAD0055_000000003770	1.0		9	2	False	False	0.9986690282821655	0					non-mobilizable	chromosome	1937.0	82.654	100.0	0.0006402020641972549	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0134_000000015769	1683	0.7970265533587563	2	2	2	2	2	False	5717	fragment	False	SPA0134_000000015769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	83.87100000000001	5.0	1.7770823939369854e-05	CP040443.1	enterobacteria	Escherichia sp. E4742 chromosome, complete genome	True	False
ISR0258_000000017778	1561	0.79702517264792	2	2	2	2	2	False	85629	fragment	False	ISR0258_000000017778	0.9539657405498014		0	0	False	False	0.9827033877372742	0					non-mobilizable	other	1560.0	99.48700000000001	99.0	0.0028307985067038536	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0194_000000017921	1498	0.797023209090141	3	1	1	1	1	False	62198	maximal	True	ISR0194_000000017921	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	76.699	7.0	3.963923631513659e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0013_000000052571	1101	0.797023209090141	2	1	1	1	1	False	13461	fragment	False	MON0016_000000036303	0.9427609427609428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	9.340723713935799e-06	CP054691.1	high GC Gram+	Gordonia sp. X0973 chromosome, complete genome	True	False
USA0125_01_000000013700	1723	0.7970221106645318	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5453315976790505		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	98.027	100.0	0.0179287223963268	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0137_000000007354	2269	0.7970173183409263	3	3	3	3	3	False	57977	maximal	True	ENG0137_000000007354	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0387_000000005483	4242	0.7970082450341298	5	3	1	1	2	False	22976	backbone	True	ISR0387_000000005483	1.0	PS51	1	1	True	True	1.0	43					non-mobilizable	no_good_hit								True	True
SPA0137_000000003998	8774	0.7970059724528582	6	6	4	5	4	True	105295	maximal	False	DEN0052_000000003393	0.9920140462165836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2126.0	72.013	24.0	0.0012398010408892057	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0004_000000041698	1158	0.7969998057857641	2	2	2	1	1	False	14170	maximal	True	MON0004_000000041698	1.0		10	6	False	False	0.9740932583808899	0					non-mobilizable	no_good_hit	445.0	71.236	37.0	0.00011491191094826518	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ENG0044_000000007729	2133	0.7969963441458344	3	3	3	3	3	False	87343	fragment	False	SPA0121_000000005057	0.590114081167447		0	0	False	False	0.9995311498641968	0					non-mobilizable	other	2133.0	99.20299999999999	100.0	0.009957405470034375	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0057_000000000918	7746	0.7969944227125881	10	4	2	4	1	True	113286	maximal	True	AST0057_000000000918	1.0		1	1	False	False	0.9980635046958923	0					non-mobilizable	no_good_hit	75.0	85.333	1.0	0.000514664459637092	NZ_PZJW01000011.1	g-proteobacteria	Salinicola acroporae strain LMG 28587 Salinicola-acroporae_contig_11, whole genome shotgun sequence	True	True
MAD0057_000000001728	8056	0.7969860518963904	9	4	3	4	3	True	105922	fragment	False	FIJ0129_000000002391	0.122229060591083		0	0	False	False	0.9968967437744141	0					non-mobilizable	no_good_hit	1588.0	92.443	31.0	0.0004233434852185901	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0167_000000002299	7545	0.7969860518963904	8	4	3	4	3	True	105922	fragment	False	FIJ0129_000000002391	0.8667450646762141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.36200000000001	22.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0059_000000007182	2068	0.796983313221814	3	3	3	3	3	False	112686	maximal	True	AST0059_000000007182	1.0		2	2	False	False	0.9893617033958435	0					non-mobilizable	no_good_hit	746.0	71.18	38.0	0.005262654291455363	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
SPA0132_000000016592	2484	0.7969764160473988	2	2	2	2	1	False	93983	fragment	False	SPA0132_000000016592	0.92746100793951		0	0	False	False	0.9923510551452637	0					non-mobilizable	other	2485.0	99.678	100.0	0.0006651957734895919	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0047_000000015743	2492	0.7969745941015997	4	4	2	3	3	True	94713	fragment	False	SPA0047_000000015743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1975.0	77.77199999999999	79.0	0.03296777345395125	NZ_JH379444.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld979, whole genome shotgun sequence	True	True
AUS0012_000000010547	1630	0.7969687395847779	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9446456212415208		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.26100000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0034_000000001123	19294	0.7969669634701408	22	3	3	2	3	True	97278	fragment	False	SPA0034_000000001123	1.0		0	0	False	False	0.9996890425682068	0	rep_cluster_329				non-mobilizable	plasmid	19295.0	99.74600000000001	100.0	0.11660965320504298	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0117_000000006737	3998	0.7969645719781017	5	5	5	5	4	True	130211	maximal	True	ISR0117_000000006737	1.0		2	2	False	False	0.9959980249404907	0					non-mobilizable	no_good_hit	2830.0	76.99600000000001	70.0	0.01328887898203962	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	True
ENG0002_000000003896	4910	0.7969240514038032	5	5	5	5	5	False	128333	maximal	True	ENG0002_000000003896	1.0		1	1	False	False	0.9997963309288025	0					non-mobilizable	other	1853.0	98.59700000000001	99.0	0.0006722145857128071	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AUS0014_000000006115	5272	0.7969226373916314	6	4	4	4	3	False	130484	fragment	False	AUS0014_000000006115	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5276.0	99.337	100.0	0.00841561724100515	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0127_000000010414	2345	0.7969158664244286	2	1	1	1	1	False	31901	fragment	False	ISR0127_000000010414	1.0		0	0	False	False	0.9995735883712769	0					non-mobilizable	no_good_hit	738.0	84.553	31.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0222_000000022382	2239	0.7969158664244286	2	1	1	1	1	False	27881	fragment	False	ISR0222_000000022382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	84.553	33.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0132_000000031468	1316	0.7969154260877528	2	1	1	1	1	False	3717	maximal	True	SPA0132_000000031468	1.0		158	12	False	False	0.9977203607559204	0					non-mobilizable	no_good_hit	403.0	75.931	29.0	0.00018701700875388842	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
USA0011_01_000000004601	8121	0.7969039698082924	6	6	4	6	2	False	88394	maximal	True	USA0011_01_000000004601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	79.355	2.0	0.00016761630862573374	NZ_CP013704.1	spirochetes	Borrelia anserina Es isolate UTHSCSA chromosome, complete genome	True	False
ENG0134_000000023359	1678	0.7968982634132944	2	1	1	1	1	False	58181	fragment	False	ENG0134_000000023359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	80.0	9.0	0.000582402484917269	NZ_LGSS01000005.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_5c, whole genome shotgun sequence	True	False
ISR0084_000000021746	1292	0.7968958809241827	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.5869056192475242		0	0	False	False	0.9868420958518982	0					non-mobilizable	no_good_hit	754.0	77.851	58.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
MAD0002_000000012952	2785	0.7968801088845976	5	3	3	3	1	False	58844	maximal	True	MAD0002_000000012952	1.0		3	2	False	False	0.9949730634689331	0					non-mobilizable	no_good_hit	477.0	76.939	17.0	0.002301265451702741	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
MAD0004_000000002298	3911	0.7968800882902395	4	3	2	3	2	False	127574	fragment	False	MAD0004_000000002298	0.941615876677379		0	0	False	False	0.9956532716751099	0					non-mobilizable	chromosome	3966.0	83.51	100.0	0.0017013903793398138	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0102_000000004247	3875	0.7968800882902395	4	3	2	3	2	False	127574	fragment	False	MAD0004_000000002298	0.8275721646215108		0	0	False	False	0.9997419118881226	0					non-mobilizable	chromosome	3929.0	83.55799999999999	100.0	0.0016857812932908245	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0099_000000023098	1360	0.7968750328941477	2	1	0	1	0	True	80843	fragment	False	MAD0103_000000016824	0.9593103448275861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0036_000000022671	1390	0.7968727350479552	2	2	2	2	2	False	18714	fragment	False	MAD0036_000000022671	1.0		0	0	False	False	0.9942445755004883	0					non-mobilizable	no_good_hit	236.0	72.881	17.0	0.00012178498103708536	LS483414.1	firmicutes	Streptococcus pyogenes strain NCTC13736 genome assembly, chromosome: 1	True	False
ISR0128_000000001127	19301	0.7968692698995857	27	15	4	8	11	True	62772	maximal	True	ISR0128_000000001127	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2950.0	98.678	74.0	0.015869853202511604	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
MAD0030_000000001147	7302	0.7968665102013514	6	5	1	5	1	False	18988	maximal	True	MAD0030_000000001147	1.0	PS31	1	1	False	True	0.9995891451835632	0					non-mobilizable	no_good_hit	103.0	96.117	1.0	2.7209222112347947e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0105_000000003826	7164	0.7968665102013514	6	5	1	5	1	False	19296	maximal	True	MAD0105_000000003826	1.0	PS31	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	94.0	98.936	1.0	0.0006712426650499102	NZ_LT629834.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0021_000000015327	1556	0.7968644920765179	1	1	1	1	1	False	131336	fragment	False	ISR0021_000000015327	1.0		0	0	False	False	0.9961439371109009	0					non-mobilizable	other	1539.0	97.46600000000001	100.0	0.023993385438604704	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
AST0002_000000026510	1415	0.7968644920765179	2	1	1	1	1	False	131335	fragment	False	AST0002_000000026510	0.9492547906316537		0	0	False	False	0.9950529932975769	0					non-mobilizable	other	1389.0	97.40799999999999	100.0	0.021653328341211527	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ISR0326_000000014620	1409	0.7968644920765179	2	1	1	1	1	False	131335	fragment	False	AST0002_000000026510	0.9469964664310955		0	0	False	False	0.9943222403526306	0					non-mobilizable	other	1355.0	98.007	100.0	0.021122915399135737	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ISR0787_000000009159	1601	0.7968622002442902	4	2	0	2	0	True	22130	maximal	True	ISR0787_000000009159	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0078_000000000904	6920	0.7968542266689865	5	5	5	5	3	False	116271	backbone	True	MAD0078_000000000904	0.9593656889171962	PS761	1	1	False	True	0.9991329312324524	0					non-mobilizable	no_good_hit	132.0	79.545	2.0	0.00020751226064807187	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	True
FIJ0066_000000015016	2159	0.7968525392235446	3	3	3	3	2	False	92181	fragment	False	SPA0100_000000012690	0.6776519226987539		0	0	False	False	0.997684121131897	0					non-mobilizable	no_good_hit	311.0	72.347	14.0	4.696551387150963e-05	NZ_LJYW01000001.1	a-proteobacteria	Prosthecomicrobium hirschii strain 16 C1, whole genome shotgun sequence	True	False
ISR0352_000000003336	2566	0.7968486482251729	4	2	2	1	1	False	119069	fragment	False	ISR0023_000000008534	0.24014711224119145		0	0	False	False	0.9933748841285706	0					non-mobilizable	no_good_hit	447.0	79.642	17.0	0.00014085310568205295	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0085_000000002354	7966	0.7968446764879381	8	7	5	5	4	False	99669	fragment	False	ENG0183_000000003478	0.6561375121459853		0	0	False	False	0.9986191391944885	0					non-mobilizable	no_good_hit	1332.0	76.80199999999999	16.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
MON0009_000000020397	1852	0.7968304495483041	2	2	2	2	0	True	13806	maximal	True	MON0009_000000020397	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1518.0	98.88	82.0	0.0004625966093528679	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0144_000000011688	2697	0.7968278985599829	4	3	3	3	3	False	40100	maximal	True	FIJ0144_000000011688	1.0		1	1	False	False	0.9955506324768066	0					non-mobilizable	no_good_hit	509.0	72.888	19.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
MON0102_000000027632	1610	0.7968259730511381	3	3	1	2	3	False	8941	fragment	False	MON0102_000000027632	1.0		0	0	False	False	0.9888198971748352	0					non-mobilizable	chromosome	1610.0	100.0	100.0	0.00034607844086177616	CP042861.1	enterobacteria	Providencia sp. 1709051003 chromosome, complete genome	False	False
SPA0036_000000005890	3925	0.7968086952400558	6	3	1	3	2	False	110376	maximal	False	ISR0023_000000006846	0.9753374233128834		0	0	False	False	0.9974522590637207	0					non-mobilizable	no_good_hit	810.0	84.815	25.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0135_000000015821	1428	0.7968085419671876	2	2	2	2	1	False	58074	fragment	False	ENG0135_000000015821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	7.446974879226025e-06	CP046509.1	enterobacteria	Erwinia sp. J780 chromosome, complete genome	True	False
AST0050_000000012316	1131	0.7967947923224569	3	3	3	2	1	False	114671	fragment	False	AST0050_000000012316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	96.794	88.0	0.00044458178766470597	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	True	False
ISR0086_000000005485	4475	0.7967947229606441	4	3	3	3	2	False	86403	fragment	False	ISR0099_000000004595	0.9916275998960391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2812.0	89.65100000000001	63.0	0.0014018266710763092	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0117_01_000000006012	4069	0.7967947229606441	4	3	3	3	2	False	86403	fragment	False	ISR0099_000000004595	0.841867750667432		0	0	False	False	0.9997542500495911	0					non-mobilizable	no_good_hit	2783.0	89.544	68.0	0.001387338797426554	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0134_000000007246	4060	0.7967947229606441	4	3	3	3	2	False	86403	fragment	False	ISR0099_000000004595	0.841264462260763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2783.0	89.544	68.0	0.001387338797426554	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0157_000000006235	3923	0.7967947229606441	4	3	3	3	2	False	86403	fragment	False	ISR0099_000000004595	0.701316609388817		0	0	False	False	0.9961764216423035	0					non-mobilizable	no_good_hit	2821.0	89.685	72.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0125_000000005304	2903	0.7967920644284897	5	3	2	2	2	True	88348	fragment	False	CHI0125_000000005304	1.0		0	0	False	False	0.999655544757843	0					non-mobilizable	no_good_hit	1433.0	97.348	89.0	0.1297758417279245	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
SPA0095_000000014522	1318	0.796785230708981	2	1	1	1	1	False	5194	maximal	True	SPA0095_000000014522	1.0		1	1	False	False	0.9924127459526062	0					non-mobilizable	other	1318.0	99.772	100.0	0.0019453442461680264	NZ_CYXL01000001.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
MAD0091_000000003952	3562	0.7967795512487548	3	3	3	3	3	False	94094	fragment	False	MON0098_000000007539	0.9691714836223506		0	0	False	False	0.9997192621231079	0					non-mobilizable	chromosome	3562.0	97.866	100.0	0.0015269362095706011	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0208_000000009187	2914	0.7967703711720084	4	4	4	4	4	False	74176	maximal	True	ISR0208_000000009187	1.0		157	12	False	False	0.9975978136062622	0					non-mobilizable	other	2344.0	96.459	97.0	0.067822613327158	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
FIJ0017_000000001526	15882	0.7967686301487529	9	6	4	6	4	True	105962	fragment	False	FIJ0108_000000000697	0.13640270622036169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	2.0	7.514727622895497e-05	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	True
USA0132_01_000000003913	4559	0.7967646142024553	3	2	2	1	2	False	93658	maximal	True	USA0132_01_000000003913	1.0		1	1	False	False	0.9978065490722656	0					non-mobilizable	no_good_hit	1805.0	76.066	39.0	0.03081314373162302	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0133_000000007853	3158	0.7967646142024553	4	2	2	1	2	False	93665	maximal	True	ENG0133_000000007853	1.0		1	1	False	False	0.989233672618866	0					non-mobilizable	no_good_hit	1818.0	76.128	57.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0041_000000011546	3115	0.7967646142024553	3	2	2	1	2	False	93664	maximal	True	FIJ0041_000000011546	1.0		0	0	False	False	0.9939004778862	0					non-mobilizable	no_good_hit	1819.0	75.976	58.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0261_000000006975	2581	0.7967646142024553	2	2	2	1	2	False	93657	fragment	False	CAN0014_000000018440	0.9928752239001358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	76.031	70.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CAN0014_000000018440	2575	0.7967646142024553	2	2	2	1	2	False	93657	fragment	False	CAN0014_000000018440	0.9937948244290661		0	0	False	False	0.9926213622093201	0					non-mobilizable	no_good_hit	1820.0	76.09899999999999	70.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0146_000000015566	2571	0.7967646142024553	2	2	2	1	2	False	93657	fragment	False	CAN0014_000000018440	0.9934085907847865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	76.086	70.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
AST0092_000000003680	4702	0.7967584678183284	5	1	1	1	1	True	114784	maximal	False	AST0050_000000002778	0.9677303975595501		0	0	False	False	1.0	0					non-mobilizable	other	3989.0	97.59299999999999	99.0	0.014743414287722205	NZ_QSCB01000003.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf3, whole genome shotgun sequence	False	True
SPA0067_000000004754	4674	0.7967584678183284	5	1	1	1	1	True	114784	maximal	False	AST0050_000000002778	0.9586427153447307		0	0	False	False	0.997218668460846	0					non-mobilizable	other	4702.0	96.725	100.0	0.01736216424148721	NZ_QSCB01000003.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf3, whole genome shotgun sequence	False	True
AST0101_000000005107	1462	0.7967584678183284	2	1	1	1	1	True	108461	fragment	False	AST0101_000000005107	1.0		0	0	False	False	0.9897400736808777	0					non-mobilizable	other	1443.0	99.861	99.0	0.005333668691142855	NZ_QSCB01000003.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf3, whole genome shotgun sequence	False	True
ISR0167_000000006739	4594	0.7967569724595681	7	4	3	4	3	False	129314	maximal	True	ISR0167_000000006739	1.0		2	1	False	False	0.9997823238372803	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.002805049088359046	NZ_CYZK01000030.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0182_000000023607	1685	0.7967429200951504	3	3	2	2	2	False	105749	fragment	False	ISR0336_000000006976	0.38857142857142857		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	95.557	100.0	0.007735976512769882	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0137_000000005086	5476	0.7967418340622258	8	6	3	5	3	True	114936	fragment	False	ISR0137_000000005086	1.0		0	0	False	False	0.9970781803131104	0					non-mobilizable	no_good_hit								True	True
CHI0056_000000004032	4220	0.7967402552032931	6	3	3	2	3	False	102627	maximal	True	CHI0056_000000004032	1.0		1	1	False	False	0.9988151788711548	0					non-mobilizable	no_good_hit	881.0	87.62799999999999	24.0	0.04531597168397664	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
CHI0182_000000004319	5629	0.7967317279293242	10	2	1	2	1	False	77387	maximal	True	CHI0182_000000004319	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
FIJ0036_000000005201	6530	0.7967302737774591	4	4	4	1	1	False	47984	maximal	True	FIJ0036_000000005201	1.0		0	0	False	False	0.9969372153282166	0					non-mobilizable	no_good_hit	2738.0	80.095	42.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ENG0136_000000001135	11183	0.7967245580153047	12	11	2	7	11	True	97896	fragment	False	BAN0019_000000000075	0.935764787032247		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	11172.0	99.946	99.0	0.05952501478667228	AP022172.1	enterobacteria	Escherichia coli plasmid pWP5-S18-ESBL-09_1 DNA, complete genome, strain: WP5-S18-ESBL-09	False	True
CHI0106_000000005363	3529	0.7966998592472344	6	4	4	3	2	True	83163	maximal	True	CHI0106_000000005363	1.0		1	1	False	False	0.9960328936576843	0					non-mobilizable	no_good_hit	134.0	100.0	4.0	0.00034096881289015935	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	True
MON0050_000000008110	3687	0.7966997474923522	4	3	3	3	3	False	46899	fragment	False	MON0106_000000010534	0.9760129375883249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	3.0	0.0005964451866873435	NZ_AWET01000045.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00004, whole genome shotgun sequence	True	False
FIJ0077_000000003249	8789	0.7966997454109991	10	5	4	4	3	True	77036	fragment	False	FIJ0077_000000003249	1.0		0	0	False	False	0.9997724294662476	0					non-mobilizable	no_good_hit	659.0	78.149	7.0	0.011140538231524989	NZ_CABIWU010000009.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
FIJ0075_000000009618	2022	0.7966977942894962	3	3	3	3	1	False	67237	fragment	False	FIJ0110_000000008103	0.9643720205554794		0	0	False	False	0.9975271821022034	0					non-mobilizable	no_good_hit	789.0	73.891	39.0	0.00028052222817449623	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
FIJ0127_000000009560	2007	0.7966977942894962	3	3	3	3	1	False	67237	fragment	False	FIJ0110_000000008103	0.9553044587287584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	73.891	39.0	0.00028052222817449623	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
SPA0093_000000000789	30323	0.7966920975378777	37	8	2	7	5	False	5294	maximal	True	SPA0093_000000000789	1.0		1	1	True	True	0.9998680949211121	23					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.0040650406504065045	XM_029004470.1	apicomplexans	Plasmodium malariae conserved Plasmodium protein, unknown function (PmUG01_08030900), partial mRNA	True	True
ENG0180_000000000784	12934	0.7966795843977412	19	7	0	7	3	False	55359	maximal	True	ENG0180_000000000784	1.0		1	1	False	False	0.999768078327179	0					non-mobilizable	no_good_hit								True	False
ISR0312_000000015298	1249	0.7966792861143378	1	1	1	1	1	False	25242	maximal	True	ISR0312_000000015298	1.0		97	8	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	72.821	61.0	0.0032434718257743946	NZ_FQZB01000013.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	False
ISR0122_000000003254	4784	0.7966776595825579	6	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.5186710637268508	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4814.0	96.199	99.0	0.048850954740129605	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0106_000000007736	4998	0.7966736355856697	9	3	3	3	1	False	4755	fragment	False	SPA0106_000000007736	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	1.3430728234230952e-06	CP050227.1	eudicots	Morus alba cultivar Heyebai chromosome 4	True	False
ISR0001_000000019767	1195	0.7966711617215144	1	1	1	1	1	False	55000	fragment	False	ISR0001_000000019767	1.0		0	0	False	False	0.985774040222168	0					non-mobilizable	other	977.0	99.28399999999999	96.0	0.0010725015439187185	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ISR0022_000000023429	1143	0.7966711617215144	2	1	1	1	1	False	101382	fragment	False	ISR0038_000000029838	0.9324697433374945		0	0	False	False	0.9991251230239868	0					non-mobilizable	other	1151.0	94.874	100.0	0.003914864518334901	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ENG0186_000000013231	1100	0.7966711617215144	1	1	1	1	1	False	55000	fragment	False	ISR0001_000000019767	0.9602510460251046		0	0	False	False	0.9927272796630859	0					non-mobilizable	other	977.0	99.28399999999999	95.0	0.0010725015439187185	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
SPA0112_000000014360	2359	0.7966633990100874	3	2	0	2	1	False	114570	maximal	False	AST0052_000000009444	0.9844134536505332		0	0	True	True	0.9995760917663574	13					non-mobilizable	no_good_hit								True	True
ENG0189_000000000752	13800	0.7966562401262909	18	7	1	7	3	False	54868	maximal	True	ENG0189_000000000752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0011519822038611265	NZ_OFSM01000046.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
FIJ0001_000000003610	5414	0.7966551485182968	7	4	3	2	2	True	75046	maximal	True	FIJ0001_000000003610	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	71.76899999999999	9.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CAN0014_000000038731	1285	0.7966549952179023	3	3	2	3	2	False	93443	fragment	False	CAN0014_000000038731	0.9971774193548387		0	0	False	False	0.9688715934753418	0					non-mobilizable	other	1285.0	100.0	100.0	0.02046704391488005	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0022_000000012022	2134	0.796646181736374	2	1	1	1	1	False	49475	fragment	False	FIJ0022_000000012022	1.0		0	0	False	False	0.991096556186676	0					non-mobilizable	no_good_hit								True	False
SPA0136_000000005973	6088	0.7966435157931756	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.4888255109694003	PS1107|PS1110|PS1114	0	0	True	True	1.0	171		MOBV			mobilizable	other	3885.0	99.897	100.0	0.6331322354475787	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0388_000000004681	6087	0.7966435157931756	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.48897894687127924	PS1107|PS1110|PS1114	0	0	True	True	1.0	88		MOBV			mobilizable	other	3886.0	99.897	100.0	0.6331322354475787	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0058_000000004592	6086	0.7966435157931756	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.48889137111436176	PS1107|PS1110|PS1114	0	0	True	True	1.0	75		MOBV			mobilizable	other	3885.0	99.897	100.0	0.6331322354475787	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0142_000000004664	6086	0.7966435157931756	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.48900358498467245	PS1107|PS1110|PS1114	0	0	True	True	1.0	775		MOBV			mobilizable	other	3885.0	99.92299999999999	100.0	0.6331322354475787	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0143_000000002678	6086	0.7966435157931756	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.48900358498467245	PS1107|PS1110|PS1114	0	0	True	True	1.0	540		MOBV			mobilizable	other	3885.0	99.92299999999999	100.0	0.6331322354475787	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0009_000000005435	6086	0.7966435157931756	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.4917368600624863	PS1107|PS1110|PS1114	0	0	True	True	1.0	614		MOBV			mobilizable	other	3885.0	99.51100000000001	100.0	0.6331322354475787	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0144_000000002060	6086	0.7966435157931756	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.48900358498467245	PS1107|PS1110|PS1114	0	0	True	True	1.0	223		MOBV			mobilizable	other	3885.0	99.92299999999999	100.0	0.6331322354475787	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0073_01_000000003363	6086	0.7966435157931756	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.48904873371984586	PS1107|PS1110|PS1114	0	0	True	True	1.0	55		MOBV			mobilizable	other	3885.0	99.92299999999999	100.0	0.6331322354475787	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0786_000000004975	3557	0.7966430131912384	5	4	4	4	3	False	75210	fragment	False	ISR0786_000000004975	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3557.0	99.803	100.0	0.001776513058569977	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0160_000000003361	7226	0.7966296030952622	9	6	5	3	4	False	94117	maximal	True	ISR0160_000000003361	1.0		1	1	False	False	0.9950180053710938	0					non-mobilizable	no_good_hit	3255.0	93.272	45.0	0.01958346660551234	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
ENG0037_000000007555	4173	0.7966294614616711	4	4	4	4	2	False	131828	maximal	True	ENG0037_000000007555	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	81.737	48.0	0.34789446094705573	MK232231.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_5-CL19_c13 sequence	True	False
MON0064_000000003885	5589	0.796629333973729	6	3	3	3	2	False	37913	fragment	False	MON0064_000000003885	1.0		0	0	False	False	0.9966004490852356	0					non-mobilizable	no_good_hit	394.0	78.426	7.0	0.0001380235451930035	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
FIJ0090_000000015526	2745	0.7966280343263682	4	4	4	4	4	False	43502	maximal	True	FIJ0090_000000015526	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	75.843	26.0	0.0001965822649241033	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0019_000000002949	2134	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9985526819796371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	40.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0177_000000012663	2132	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9985080530690288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	40.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0161_000000010161	2132	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9985080530690288		0	0	False	False	0.998123824596405	0					non-mobilizable	no_good_hit	867.0	73.241	40.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0054_000000013992	2132	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9985080530690288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	40.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0055_000000014758	2132	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9985080530690288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	40.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
CAN0020_000000017243	2122	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9971890607987485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	40.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0022_000000012060	2119	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9954859444434185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	40.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
DEN0093_000000015216	2118	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.995443146605608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
AST0102_000000014738	2118	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.995443146605608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0153_000000014173	2118	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9963185052089502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0029_000000011528	2117	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9964349091899406		0	0	False	False	0.9933868646621704	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0171_000000011409	2104	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9943705734959148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
DEN0066_000000016870	2104	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9943705734959148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0050_000000012788	2100	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9925833363021381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0153_000000008773	2098	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9923815151397092		0	0	False	False	0.9957101941108704	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0151_000000008868	2092	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9901398329250765		0	0	False	False	0.9985659718513489	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MON0076_000000022953	2080	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9854090558727325		0	0	False	False	0.9932692050933838	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
AST0047_000000010638	2078	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9848605464024839		0	0	False	False	0.9980750679969788	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0155_000000009184	2078	0.7966252053079007	3	3	3	3	1	False	115353	fragment	False	CAN0019_000000002949	0.9857476520189576		0	0	False	False	0.9990375638008118	0					non-mobilizable	no_good_hit	867.0	73.241	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0085_000000017452	1507	0.7966186561042999	3	2	2	2	1	False	33969	fragment	False	ISR0085_000000017452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	73.913	24.0	8.752851112531508e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0017_01_000000012596	2190	0.7966160484744883	3	3	2	2	3	False	123556	backbone	False	ISR0826_000000002301	0.018318958110102725	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2190.0	99.589	100.0	0.021834584065144498	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0093_000000006669	6049	0.796604263831009	3	3	3	3	3	False	120202	maximal	True	SPA0093_000000006669	1.0		107	9	False	False	0.9993387460708618	0					non-mobilizable	chromosome	4303.0	98.90799999999999	99.0	0.0017053988837605354	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0083_000000005713	4064	0.7966010179770702	6	6	6	6	4	False	73246	fragment	False	ISR0083_000000005713	0.9954871250331829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	78.15100000000001	12.0	6.621227203607808e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0004_000000002415	10249	0.7965963275954906	14	12	9	12	11	False	132200	fragment	False	ENG0181_000000001954	0.5025000571394772		0	0	False	False	1.0	0					non-mobilizable	other	10239.0	99.971	99.0	0.0035568371317398553	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0113_01_000000015596	1142	0.7965934723160283	2	2	1	1	0	True	268	maximal	True	USA0113_01_000000015596	1.0		5	4	False	False	1.0	0					non-mobilizable	chromosome	1120.0	99.64299999999999	98.0	0.00021344041340680466	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	True
ISR0246_000000003436	4898	0.7965856879749004	5	4	3	4	4	False	86121	fragment	False	ISR0246_000000003436	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1458.0	84.499	30.0	0.0005057631202133756	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AUS0020_000000019047	1354	0.7965818934524281	2	2	2	1	1	False	99495	fragment	False	AUS0020_000000019047	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1354.0	99.926	100.0	0.00042646235138039213	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CAN0011_000000000588	44187	0.7965748803069703	36	17	11	17	7	True	104244	fragment	False	DEN0078_000000000103	0.6305246422893481		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0830_000000005113	4536	0.7965695317458309	5	5	5	5	5	False	119486	maximal	True	ISR0830_000000005113	0.9851671463360638		87	7	False	False	1.0	0					non-mobilizable	chromosome	4536.0	99.295	100.0	0.001429421111241743	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0224_000000007133	3896	0.7965675547459652	4	4	4	4	2	False	35197	maximal	True	ISR0224_000000007133	1.0		10	2	False	False	1.0	0					non-mobilizable	other	3896.0	99.07600000000001	100.0	0.001886528347086343	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
ISR0198_000000013018	2542	0.7965640826163239	3	3	3	2	1	True	120620	fragment	False	ISR0198_000000013018	1.0		0	0	False	False	0.9984264373779297	0					non-mobilizable	plasmid	2400.0	99.417	94.0	0.4345227313892411	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0331_000000011133	2122	0.7965570320747599	3	2	2	1	2	False	96006	fragment	False	ISR0037_000000009370	0.8180460536333458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	76.858	28.0	0.0035996896819239723	NZ_FMXR01000010.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ENG0047_000000007351	2493	0.7965518846091071	6	2	2	1	2	False	113729	fragment	False	ENG0047_000000007351	0.9698569445635105		0	0	False	False	0.9931809306144714	0					non-mobilizable	other	2484.0	96.57799999999999	99.0	0.0010905407993141408	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0208_000000009671	2786	0.7965428758862629	5	2	1	2	1	False	75995	fragment	False	ISR0208_000000009671	1.0		0	0	False	False	0.9989231824874878	0					non-mobilizable	no_good_hit	184.0	75.543	6.0	0.00034190069897564246	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
DEN0010_000000017435	2563	0.7965428758862629	4	2	1	2	1	False	75994	fragment	False	DEN0010_000000017435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	8.451477952206892e-05	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
ISR0237_000000006251	1815	0.7965426639387995	3	3	3	2	1	False	114365	maximal	True	ISR0237_000000006251	1.0		16	5	False	False	0.9933884143829346	0					non-mobilizable	no_good_hit	1318.0	79.89399999999999	83.0	0.00040648331550948607	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0027_000000006327	4117	0.7965425637460597	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9850227048436945		0	0	False	False	1.0	0					non-mobilizable	chromosome	4069.0	88.49799999999999	99.0	0.0010738090286784995	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0244_000000005147	4105	0.7965425637460597	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9923643077336125		0	0	False	False	1.0	0					non-mobilizable	other	4024.0	99.13	99.0	0.013179965665910967	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ISR0365_000000003532	4101	0.7965425637460597	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9927783241290665		0	0	False	False	0.9997561573982239	0					non-mobilizable	other	4020.0	99.229	99.0	0.01316686105177633	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
AST0019_000000020911	1451	0.7965377245922162	2	2	2	2	1	False	122094	fragment	False	ISR0183_000000020096	0.6563251157093071		0	0	False	False	1.0	0					non-mobilizable	other	1451.0	97.86399999999999	100.0	0.00045109254614676746	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0052_000000007533	3644	0.7965372386799506	5	3	2	2	2	False	96004	maximal	True	FIJ0052_000000007533	1.0		20	3	False	False	0.9994511604309082	0					non-mobilizable	no_good_hit	1382.0	97.54	38.0	0.01857830871472005	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0017_000000011510	1690	0.7965365974477456	2	2	2	2	1	False	13299	maximal	True	MON0017_000000011510	1.0		57	5	False	False	0.9952662587165833	0					non-mobilizable	other	1703.0	81.85600000000001	100.0	0.0005106331218441082	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0018_000000007057	2447	0.7965317199830219	4	4	4	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9623874430363457		0	0	False	False	1.0	0					non-mobilizable	chromosome	2444.0	99.714	100.0	0.00044323514849284627	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0001_000000003620	2447	0.7965317199830219	4	4	4	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9631028998390252		0	0	False	False	1.0	0					non-mobilizable	chromosome	2444.0	99.714	100.0	0.00044323514849284627	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
DEN0079_000000023405	2416	0.7965317199830219	4	4	4	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9376730051607912		0	0	False	False	1.0	0					non-mobilizable	chromosome	2419.0	96.77600000000001	100.0	0.0004381550894843323	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0090_000000018955	2300	0.7965238537248729	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.6032830128765791	PS871	0	0	False	True	0.9995652437210083	0					non-mobilizable	other	2103.0	93.105	91.0	0.9103508012126462	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MON0008_000000024714	1488	0.7965197532990057	3	3	3	3	3	False	35560	fragment	False	MON0051_000000022349	0.9606741573033708		0	0	False	False	0.9724462628364563	0					non-mobilizable	other	1497.0	83.1	100.0	0.013286062168743734	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0037_000000037861	1915	0.7965180904800784	3	3	3	3	3	False	80219	fragment	False	MON0037_000000037861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0112_000000009756	3536	0.7965140445577322	5	5	5	4	4	False	94377	fragment	False	SPA0107_000000008940	0.9747468608325415		0	0	False	False	0.9991515874862671	0					non-mobilizable	no_good_hit	1397.0	76.306	39.0	0.04376826324482277	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0121_000000004973	3605	0.7965136088208907	4	4	4	4	3	False	124944	fragment	False	ISR0790_000000004073	0.9557019622401535		0	0	False	False	0.9980582594871521	0					non-mobilizable	no_good_hit	2682.0	78.523	86.0	0.006346615783968075	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0121_000000006564	3592	0.7965136088208907	4	4	4	4	3	False	124944	fragment	False	ISR0790_000000004073	0.9546077741188288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2675.0	78.542	87.0	0.006329665646429817	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0086_000000005631	2539	0.796509446073471	4	2	2	2	2	False	5518	fragment	False	SPA0086_000000005631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	69.821	39.0	0.0013918991189799308	NZ_QVHZ01000003.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf3, whole genome shotgun sequence	True	False
FIJ0005_000000013410	2467	0.7965010836226489	5	4	2	4	3	True	51902	fragment	False	FIJ0005_000000013410	1.0		0	0	False	False	0.9922983646392822	0					non-mobilizable	no_good_hit	1811.0	84.37299999999999	73.0	0.00042354075831472734	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ISR0052_000000027726	1348	0.7964970701496992	3	2	2	1	1	False	113068	fragment	False	AST0058_000000008935	0.5183726566447389		0	0	False	False	1.0	0					non-mobilizable	other	1008.0	94.94	93.0	0.0067254391237560945	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0003_000000003249	6950	0.7964958361478282	6	6	4	3	4	False	38618	maximal	True	ISR0003_000000003249	1.0		2	1	False	False	0.9995683431625366	0					non-mobilizable	no_good_hit	1369.0	72.973	20.0	0.00679910281949511	NZ_FQUG01000007.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	False
FIJ0036_000000021468	1920	0.7964829317892077	3	3	3	3	1	False	47943	fragment	False	FIJ0036_000000021468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	43.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
USA0043_01_000000001024	16881	0.7964801187401453	13	9	9	8	7	True	91737	maximal	True	USA0043_01_000000001024	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9436.0	90.76899999999999	70.0	0.20713296855428834	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
USA0027_01_000000004682	5654	0.7964789955851336	6	2	1	1	2	False	118101	maximal	True	USA0027_01_000000004682	1.0		2	1	False	False	0.9992925524711609	0					non-mobilizable	no_good_hit	854.0	77.166	24.0	0.00021076973105782317	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0113_000000011860	1386	0.7964789618997699	3	3	3	2	1	False	131585	fragment	False	ISR0255_000000013518	0.2606206616943737		0	0	False	False	0.9797979593276978	0					non-mobilizable	chromosome	1386.0	99.78399999999999	100.0	0.0005854075852761327	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0058_000000008505	3570	0.796474023633073	3	3	2	3	2	False	6312	maximal	True	SPA0058_000000008505	1.0		2	1	False	False	0.9966386556625366	0					non-mobilizable	no_good_hit	132.0	82.57600000000001	4.0	0.0021969787284772725	NC_014749.1	bacteria	Calditerrivibrio nitroreducens DSM 19672 plasmid pCALNI01, complete sequence	True	False
SPA0070_000000002311	7937	0.7964713695337122	13	9	1	5	8	False	117849	maximal	True	SPA0070_000000002311	1.0	PS794	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1832.0	99.4	76.0	0.02385388032673693	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ENG0054_000000002248	10374	0.7964706476579574	12	9	3	3	7	False	103770	fragment	False	ENG0054_000000002248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3389.0	87.4	48.0	0.012589544960258292	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
USA0081_01_000000012703	2450	0.7964592096013702	4	4	4	4	2	True	573	maximal	True	USA0081_01_000000012703	1.0		1	1	False	False	0.9987754821777344	0					non-mobilizable	no_good_hit	768.0	92.318	31.0	0.285076293263863	LN853886.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1320	True	True
ENG0038_000000004642	4497	0.7964586247534747	4	4	4	4	4	False	65108	maximal	True	ENG0038_000000004642	1.0		1	1	False	False	0.9973315596580505	0					non-mobilizable	no_good_hit	871.0	77.382	20.0	0.0001613331672477162	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CHI0111_000000020758	1448	0.7964358810009113	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.4035667598049072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0091_000000004966	2494	0.7964355606133834	4	4	4	3	3	False	108451	fragment	False	MON0091_000000004966	1.0		0	0	False	False	0.9959903955459595	0					non-mobilizable	chromosome	2491.0	99.51799999999999	99.0	0.0005191023407137594	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
SPA0073_000000002665	5371	0.7964287057736719	6	6	6	6	6	False	97415	fragment	False	SPA0073_000000002665	1.0		0	0	False	False	0.9985105395317078	0					non-mobilizable	other	5372.0	95.84899999999999	100.0	0.007001054202720052	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0325_000000014886	1421	0.7964186148413271	2	2	1	1	2	False	24861	maximal	True	ISR0325_000000014886	1.0		7	3	False	False	0.9978888034820557	0					non-mobilizable	no_good_hit	1091.0	78.827	76.0	0.003948404596628361	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
MAD0057_000000000153	39384	0.7964185206375187	29	16	9	15	8	True	64455	maximal	True	MAD0057_000000000153	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	4260.0	95.845	20.0	0.1487105916932013	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0018_000000000566	15117	0.7964155107274556	17	5	5	3	3	False	108814	maximal	True	CHI0018_000000000566	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2500.0	96.52	46.0	0.1549733018750776	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0104_000000004167	5946	0.7964134459298541	7	4	2	3	3	False	49450	fragment	False	ISR0104_000000004167	1.0		0	0	False	False	0.9926000833511353	0					non-mobilizable	no_good_hit								True	False
ISR0851_000000006415	2028	0.7964104168215741	3	3	3	3	3	False	20554	fragment	False	ISR0851_000000006415	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2028.0	98.521	100.0	0.007856162843876689	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
DEN0020_000000005557	1889	0.7964079148720992	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.7969771059294227		0	0	False	False	1.0	0					non-mobilizable	other	1890.0	99.365	100.0	0.002616499320596656	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0014_000000012907	1839	0.7964079148720992	3	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.7859453856601917		0	0	False	False	0.9994562268257141	0					non-mobilizable	other	1789.0	99.21700000000001	97.0	0.0024752166680287054	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MAD0103_000000014901	1606	0.7963935897970831	2	2	2	2	2	False	14917	maximal	True	MAD0103_000000014901	1.0		2	1	False	False	0.9813200235366821	0					non-mobilizable	no_good_hit	713.0	99.439	86.0	0.08103801502390166	NZ_CABIXL010000017.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	False
ISR0227_000000011111	2390	0.7963877029898838	3	3	3	3	3	False	73251	fragment	False	ENG0211_000000010939	0.9494769592646081		0	0	False	False	1.0	0					non-mobilizable	other	2223.0	98.875	100.0	0.0007824061227245786	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0076_000000015097	1716	0.7963800942269904	2	2	2	2	2	False	34563	fragment	False	ISR0076_000000015097	1.0		0	0	False	False	0.997086226940155	0					non-mobilizable	other	1644.0	78.71	99.0	0.006750736613525509	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
FIJ0122_000000010423	1539	0.7963777664753422	3	2	2	2	2	True	41422	maximal	True	FIJ0122_000000010423	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	99.206	33.0	0.01094691941065094	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	True	True
ISR0018_000000012531	1688	0.7963702786398991	2	2	2	2	2	False	37780	maximal	True	ISR0018_000000012531	1.0		77	6	False	False	0.9905213117599487	0					non-mobilizable	no_good_hit	1193.0	97.65299999999999	76.0	0.0003380925561727582	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0125_000000000286	36164	0.7963637125682033	64	20	8	15	13	False	49429	maximal	True	FIJ0125_000000000286	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	88.63600000000001	4.0	0.00016378884683315332	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0019_000000008888	3191	0.7963630941828028	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9736117100944409		0	0	False	False	1.0	0					non-mobilizable	chromosome	3211.0	79.819	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0021_000000000022	98308	0.7963571698552296	95	12	5	11	2	True	127415	maximal	False	SPA0046_000000000019	0.9098000110268623		0	0	True	True	1.0	87					non-mobilizable	virus	29770.0	97.551	96.0	0.3065059496213877	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
CAN0009_000000001940	9066	0.7963542720753437	8	7	5	5	7	True	94993	fragment	False	CAN0009_000000001940	1.0		0	0	False	False	0.999669075012207	0					non-mobilizable	no_good_hit	5571.0	92.946	72.0	0.0016487609118977632	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
FIJ0114_000000026592	1522	0.796352845642937	2	2	2	2	2	False	85283	fragment	False	MON0047_000000025011	0.9436752674638137		0	0	False	False	0.9993429780006409	0					non-mobilizable	no_good_hit	1153.0	79.532	75.0	0.001500430193272197	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ISR0330_000000013149	2231	0.7963403822408263	7	4	1	2	3	False	104507	fragment	False	AST0149_000000011731	0.9493527137303961		0	0	False	False	0.9838637113571167	0					non-mobilizable	other	2231.0	99.193	100.0	0.017247783091137007	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0132_000000025767	1611	0.7963142796627213	2	2	2	2	1	False	59605	fragment	False	ENG0113_000000017745	0.9618563254926892		0	0	False	False	0.9931719303131104	0					non-mobilizable	other	1324.0	98.792	98.0	0.0050635242128521454	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0046_000000002531	7280	0.7963138179255351	17	7	3	6	4	False	72769	fragment	False	DEN0046_000000002531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	95.102	5.0	0.0003948539525851606	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ENG0131_000000017389	1509	0.7963087298797819	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.04066684630423631		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	98.60799999999999	100.0	0.0005299605165357872	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0335_000000008696	2109	0.7963010113734764	3	3	2	3	1	False	86897	fragment	False	ISR0335_000000008696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.905853017359012e-07	CP020623.1	bony fishes	Oryzias latipes strain HSOK chromosome 3	True	False
CAN0019_000000003380	1884	0.7962997933972581	3	2	1	2	2	False	91965	fragment	False	MON0086_000000016261	0.9491837809373354		0	0	False	False	0.9915074110031128	0					non-mobilizable	no_good_hit	731.0	76.744	67.0	0.0015118027254269327	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0057_000000004461	3575	0.7962964920678169	5	4	4	4	4	False	17007	fragment	False	MAD0057_000000004461	1.0		0	0	False	False	0.9994405508041382	0					non-mobilizable	other	2271.0	97.93	99.0	0.00290180768557188	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
TAN0010_000000004059	3209	0.7962903798832405	4	2	1	2	1	False	2629	maximal	True	TAN0010_000000004059	1.0		1	1	False	False	0.9996883869171143	0					non-mobilizable	no_good_hit	138.0	96.37700000000001	4.0	0.0036966082944335016	NZ_CABIWU010000020.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0024_000000022278	1594	0.7962880623353653	3	3	3	2	2	False	121110	fragment	False	AST0024_000000022278	1.0		0	0	False	False	0.9905897378921509	0					non-mobilizable	other	1042.0	86.564	94.0	0.005061267980820458	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0051_000000017675	2177	0.7962788477445625	3	2	2	1	2	False	53066	maximal	True	ISR0051_000000017675	0.9556064073226544		14	4	False	False	0.9807074069976807	0					non-mobilizable	chromosome	1924.0	75.0	97.0	0.000510508160627038	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0165_000000011970	1867	0.7962788477445625	2	2	2	1	2	False	53065	fragment	False	ISR0165_000000011970	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1693.0	75.015	97.0	0.00045021192118289966	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0111_000000006520	3075	0.7962697144453387	3	3	3	3	1	False	108748	maximal	True	AST0111_000000006520	1.0		4	4	False	False	0.9938211441040039	0					non-mobilizable	no_good_hit	797.0	92.848	26.0	0.032011582079948524	AB737821.1	firmicutes	Streptococcus suis DNA, capsular polysaccharide locus, strain: 10581	True	False
MAD0106_000000000648	14860	0.7962665203616612	18	6	5	5	5	False	20235	fragment	False	MAD0106_000000000648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	81.609	1.0	1.5901793588205237e-05	CP050834.1	enterobacteria	Klebsiella pneumoniae strain Bckp021 chromosome, complete genome	True	False
ETH0002_000000012740	2062	0.7962629417257252	2	2	2	2	2	False	99197	fragment	False	ETH0002_000000012740	0.9321446260525013		0	0	False	False	1.0	0					non-mobilizable	chromosome	2063.0	95.54	100.0	0.00045867802805391435	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0120_000000017653	1428	0.7962590470685886	1	1	1	1	1	True	71181	fragment	False	FIJ0120_000000017653	0.9641238670694864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	77.419	9.0	9.252639105017454e-05	NZ_SWKE01000001.1	a-proteobacteria	Agrobacterium larrymoorei strain CFBP5477 CFBP5477_cc_1, whole genome shotgun sequence	True	True
AST0090_000000006607	3675	0.7962458185923301	4	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.33004515519979116	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3684.0	98.12700000000001	100.0	0.21429403541472508	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
ISR0143_000000009014	3547	0.7962458185923301	4	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.3199911579631222	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3546.0	98.30799999999999	99.0	0.20625582479030755	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
ISR0199_000000008151	3534	0.7962458185923301	4	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.316546125860415	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3533.0	98.387	99.0	0.2054986020503262	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
ISR0811_000000004023	3475	0.7962458185923301	4	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.3133922588326379	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3476.0	98.36	100.0	0.2021784715750233	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
USA0017_01_000000007897	3467	0.7962458185923301	4	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.3230164426600946	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3470.0	98.444	100.0	0.0028965274234933505	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	True
FIJ0021_000000016117	3072	0.7962383745186249	4	2	1	2	2	False	49652	maximal	True	FIJ0021_000000016117	1.0		2	1	False	False	0.9934895634651184	0					non-mobilizable	no_good_hit								True	False
SPA0136_000000013452	2978	0.7962356074026685	4	4	4	3	4	True	65522	fragment	False	SPA0136_000000013452	0.9965229485396384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	77.051	28.0	0.00021382830420269813	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
CHI0029_000000001021	10234	0.7962350496364207	12	11	7	6	11	False	121311	fragment	False	CHI0029_000000001021	1.0		0	0	False	True	1.0	0					non-mobilizable	other	6681.0	99.431	99.0	0.00371272266328641	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
MAD0043_000000002287	8386	0.796218134872966	14	2	2	1	2	False	18075	maximal	True	MAD0043_000000002287	1.0		1	1	False	False	0.9997615218162537	0					non-mobilizable	no_good_hit	318.0	81.447	4.0	0.06655433866891322	MK233569.1	viruses	Uncultured human fecal virus clone F.saccharivorans_S05.J22_3-CL32_c8 sequence	True	False
CHI0180_000000009849	1323	0.7962038390404838	3	1	1	1	1	False	77468	fragment	False	CHI0180_000000009849	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	85.28200000000001	94.0	0.06302351397719246	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ENG0094_000000006827	2488	0.7961950143117364	4	4	3	4	3	False	112930	fragment	False	FIJ0172_000000008063	0.2845141947062941		0	0	False	False	1.0	0					non-mobilizable	other	2082.0	96.398	97.0	0.0006191421040248422	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
TAN0004_000000004645	1358	0.7961945919021435	2	2	2	2	1	False	15942	fragment	False	TAN0004_000000004645	0.990566037735849		0	0	False	False	0.9904270768165588	0					non-mobilizable	no_good_hit								True	False
TAN0003_000000008417	1272	0.7961945919021435	2	2	2	2	1	False	15942	fragment	False	TAN0004_000000004645	0.959499263622975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0025_000000008764	2773	0.7961893453340683	3	3	2	3	1	False	66163	maximal	True	ENG0025_000000008764	1.0		0	0	False	False	0.9963937997817993	0					non-mobilizable	no_good_hit	867.0	100.0	31.0	0.00017998997792524762	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
ISR0047_000000000628	25826	0.7961647319252954	29	12	7	11	4	True	36122	fragment	False	ISR0047_000000000628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	94.73700000000001	0.0	1.9680231383291834e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
MAD0106_000000007192	2806	0.7961623572325941	4	3	3	3	3	False	40077	fragment	False	MAD0106_000000007192	0.9844873250094589		0	0	False	False	0.9935851693153381	0					non-mobilizable	no_good_hit	873.0	76.976	47.0	0.0003052344712403847	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0061_000000032470	1425	0.7961477278733339	2	2	2	2	2	False	12293	fragment	False	MON0033_000000038630	0.9505141388174807		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	98.456	100.0	0.0005007256817226658	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0082_000000000655	13113	0.7961359687589192	16	10	2	6	5	True	100857	maximal	True	CHI0082_000000000655	1.0	PS584	1	1	False	True	0.9981697797775269	0					non-mobilizable	no_good_hit	389.0	81.234	3.0	0.06297927883830967	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
MAD0110_000000006403	4306	0.7961322227119041	2	2	1	2	1	False	14565	maximal	True	MAD0110_000000006403	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	72.285	26.0	0.000361510556972815	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0154_000000008007	1244	0.7961298599245037	1	1	1	1	1	False	3207	fragment	False	SPA0154_000000008007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0123_000000001008	14068	0.7961265088791722	19	8	5	6	5	True	32131	maximal	True	ISR0123_000000001008	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	73.423	4.0	0.00016270956374527028	CP038158.1	firmicutes	Clostridium tyrobutyricum strain Cirm BIA 2237 chromosome	True	True
DEN0026_000000014310	2024	0.7961225349175419	3	3	3	3	3	False	93624	fragment	False	ISR0112_000000012858	0.345412588386065		0	0	False	False	0.9995059370994568	0					non-mobilizable	no_good_hit	643.0	79.16	31.0	0.0002725592108058782	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ENG0074_000000019903	1187	0.7961219441744214	2	1	1	1	1	True	62133	maximal	True	ENG0074_000000019903	1.0		1	1	False	False	0.9974726438522339	0					non-mobilizable	plasmid	1187.0	98.652	100.0	0.010634956248597711	CP023984.1	enterobacteria	Klebsiella variicola strain X39 plasmid pX39-7, complete sequence	False	True
MON0016_000000034984	1134	0.7961195003307369	1	1	1	1	1	False	21299	fragment	False	MON0016_000000034984	1.0		0	0	False	False	0.998236358165741	0					non-mobilizable	chromosome	1128.0	93.085	99.0	0.000438782273975496	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
FIJ0097_000000015108	2096	0.7961159393196567	3	3	3	1	1	False	42913	fragment	False	FIJ0097_000000015108	0.9966507177033492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00014266598449368334	NZ_UGQE01000002.1	g-proteobacteria	Moraxella caviae strain NCTC10293, whole genome shotgun sequence	True	False
FIJ0039_000000009894	2394	0.7961098688513957	3	3	3	3	2	False	91171	maximal	True	FIJ0039_000000009894	1.0		3	1	False	False	0.9995822906494141	0					non-mobilizable	no_good_hit	1423.0	98.454	87.0	0.005207970650648156	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0079_000000055993	1131	0.7961084299193414	1	1	1	1	1	False	69398	fragment	False	ENG0013_000000024796	0.9253279888933136		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	78.571	9.0	0.002470833970146212	NZ_QJKD01000031.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_131, whole genome shotgun sequence	True	False
CAN0015_000000017635	2111	0.7961055009652785	3	1	1	1	1	False	93250	maximal	True	CAN0015_000000017635	1.0		31	9	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	85.816	36.0	0.7696526508226691	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	False
FIJ0116_000000006857	2699	0.7961014112008736	4	3	3	3	1	False	48062	fragment	False	FIJ0116_000000006857	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2502.0	98.961	100.0	0.004419961756108596	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0189_000000001593	6865	0.7960996306362192	5	5	5	5	4	False	54863	fragment	False	ENG0189_000000001593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2233.0	80.251	32.0	0.011010615438572227	NZ_VJZV01000011.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold11_1, whole genome shotgun sequence	True	False
ISR0041_000000002410	4878	0.7960963240113341	5	5	1	4	5	True	36431	maximal	True	ISR0041_000000002410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3888.0	95.885	89.0	0.051433032524413155	AP018581.2	enterobacteria	Klebsiella pneumoniae MH15-191M plasmid pMH15-191M_1 DNA, complete genome	True	True
ENG0194_000000010251	2672	0.7960948325285842	3	2	2	2	2	False	95287	maximal	True	ENG0194_000000010251	0.9670426065162907		115	12	False	False	0.9977545142173767	0					non-mobilizable	no_good_hit	2113.0	85.991	81.0	0.0006707444231678541	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0205_000000011623	1413	0.7960926186093736	1	1	1	1	1	False	131421	maximal	True	ISR0205_000000011623	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000025368	1328	0.7960926186093736	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.5377359717387791		0	0	False	False	0.9992470145225525	0					non-mobilizable	no_good_hit								True	False
ISR0188_000000015979	1294	0.7960926186093736	3	1	1	1	1	False	29248	maximal	True	ISR0188_000000015979	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	99.029	32.0	7.204370417097904e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ENG0041_000000018819	1270	0.7960926186093736	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.4091799605208741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0060_000000012371	1265	0.7960926186093736	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.3890701560021815		0	0	False	False	0.999209463596344	0					non-mobilizable	no_good_hit								True	False
AST0029_000000023422	1250	0.7960926186093736	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.3881811640400096		0	0	False	False	0.9991999864578247	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000031419	1107	0.7960926186093736	1	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.04512508767827917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0100_000000022216	1416	0.7960677193906238	2	2	2	2	1	False	70914	fragment	False	ISR0357_000000015528	0.451440517507542		0	0	False	False	0.9978813529014587	0					non-mobilizable	other	950.0	87.26299999999999	91.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0009_000000010888	3117	0.796062823990967	4	4	4	4	3	False	13821	fragment	False	MON0009_000000010888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	99.835	58.0	0.9994511525795828	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
SPA0018_000000012301	2408	0.796060525445212	4	3	3	3	3	False	7805	maximal	True	SPA0018_000000012301	1.0		5	3	False	False	0.9979236125946045	0					non-mobilizable	no_good_hit	699.0	87.84	28.0	0.01650329118719515	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0081_000000013893	2516	0.7960595200785572	4	4	4	4	3	False	92597	maximal	False	FIJ0153_000000010296	0.9879689000137155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	76.865	80.0	0.0005304809372102123	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ENG0032_000000020734	1223	0.7960558995986847	3	2	2	2	1	False	65566	maximal	True	ENG0032_000000020734	1.0		255	13	False	False	0.992641031742096	0					non-mobilizable	no_good_hit	51.0	86.275	4.0	9.507510933637573e-05	NZ_CABKSP010000002.1	high GC Gram+	Nesterenkonia massiliensis isolate MGYG-HGUT-01450, whole genome shotgun sequence	True	False
AST0002_000000003745	8181	0.7960257271175927	10	6	6	5	2	False	132496	fragment	False	AST0002_000000003745	1.0		0	0	False	False	0.9985331892967224	0					non-mobilizable	no_good_hit	3742.0	82.149	52.0	0.0017118194062859709	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0054_000000004035	5963	0.7960217254965137	7	3	3	1	3	False	63811	maximal	True	ENG0054_000000004035	1.0		197	11	True	True	1.0	6					non-mobilizable	other	5960.0	97.836	100.0	0.03139306391878579	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0339_000000007164	2051	0.7960210597833953	4	2	2	2	2	False	56892	fragment	False	ISR0339_000000007164	1.0		0	0	False	False	0.9995124340057373	0					non-mobilizable	no_good_hit	556.0	73.921	26.0	0.002639334887608323	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0853_000000006097	2794	0.79601205486369	3	3	3	3	2	False	117170	fragment	False	CHI0075_000000002211	0.974108508874477		0	0	False	False	1.0	0					non-mobilizable	other	2818.0	86.835	99.0	0.004259325955181696	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0149_000000001493	9520	0.7960116761477334	11	3	1	2	2	False	111077	fragment	False	ISR0149_000000001493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	3.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
FIJ0016_000000008907	2041	0.796009551193682	4	3	3	3	2	False	119666	maximal	True	FIJ0016_000000008907	1.0		76	12	False	False	0.9995100498199463	0					non-mobilizable	no_good_hit	1061.0	92.366	52.0	0.0003159986499054844	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0234_000000009676	1462	0.7959979413035664	3	3	2	3	2	False	67751	fragment	False	FIJ0044_000000014240	0.9552754693232535		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	92.745	99.0	0.04024441049854187	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
CHI0068_000000004731	2839	0.7959941353362819	3	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.4016814080052661		0	0	False	False	1.0	0					non-mobilizable	chromosome	2839.0	99.93	100.0	0.0005212205449785047	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0161_000000007356	3986	0.7959902155136764	6	6	6	6	6	False	62227	maximal	True	ISR0161_000000007356	1.0		3	1	False	False	0.9989964962005615	0					non-mobilizable	no_good_hit	63.0	85.714	2.0	2.358243869041393e-05	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
FIJ0020_000000009212	2428	0.795982397629788	3	3	3	3	2	True	97690	maximal	True	FIJ0020_000000009212	1.0		1	1	False	False	1.0	0	IncFIA				non-mobilizable	chromosome	1319.0	99.545	98.0	0.00023635702221738063	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	True
MON0053_000000014705	2559	0.7959742408908981	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.8924294816978765		0	0	False	False	1.0	0					non-mobilizable	other	2198.0	87.079	99.0	0.012491428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0011_000000010546	2545	0.7959742408908981	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.9094256166070545		0	0	False	False	0.9996070861816406	0					non-mobilizable	other	2197.0	86.891	96.0	0.012491428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0059_000000015538	2510	0.7959742408908981	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.8893458926071481		0	0	False	False	1.0	0					non-mobilizable	other	2246.0	86.42	100.0	0.01276	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0094_000000008094	2452	0.7959742408908981	4	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.6133880481765793		0	0	False	False	1.0	0					non-mobilizable	other	1696.0	98.585	97.0	0.00968	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AUS0004_000000008609	2438	0.7959742408908981	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.8829494485885561		0	0	False	False	1.0	0					non-mobilizable	other	2114.0	86.42399999999999	97.0	0.011954285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0096_000000016542	2397	0.7959742408908981	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.8848348103734878		0	0	False	False	1.0	0					non-mobilizable	other	2111.0	86.405	100.0	0.011937142857142858	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0025_000000015316	2357	0.7959742408908981	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.80041311683728		0	0	False	False	1.0	0					non-mobilizable	other	2051.0	85.81200000000001	98.0	0.011594285714285715	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0134_000000013974	2318	0.7959742408908981	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.8186881967921877		0	0	False	False	0.9935289025306702	0					non-mobilizable	other	2033.0	86.818	100.0	0.011554285714285715	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0147_000000010857	2243	0.7959742408908981	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.7523732704630902		0	0	False	False	0.9973250031471252	0					non-mobilizable	other	1775.0	84.62	100.0	0.01008	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0178_000000004004	2678	0.7959737946185816	7	2	2	2	2	False	77641	fragment	False	CHI0178_000000004004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	95.385	22.0	0.008885642991905545	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
MON0026_000000023317	1967	0.7959680601253397	3	3	3	1	1	True	12744	maximal	True	MON0026_000000023317	1.0		1	1	False	False	0.9984748363494873	0					non-mobilizable	no_good_hit	1595.0	74.483	80.0	0.0010549888501497882	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
MAD0015_000000015136	1398	0.7959454727256491	2	1	1	1	1	False	19415	fragment	False	MAD0015_000000015136	1.0		0	0	False	False	0.946351945400238	0					non-mobilizable	no_good_hit	84.0	96.429	6.0	2.214083760122431e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0143_000000009516	2070	0.7959416090398533	2	1	1	1	1	False	28856	fragment	False	SPA0143_000000009516	1.0		0	0	False	False	0.9768115878105164	0					non-mobilizable	no_good_hit	1225.0	79.51	59.0	0.0004231539820393094	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CAN0011_000000018566	1623	0.7959416090398533	2	1	1	1	1	False	94448	maximal	True	CAN0011_000000018566	1.0		5	3	False	False	0.9987677335739136	0					non-mobilizable	no_good_hit	1295.0	94.286	80.0	0.0003636553716170074	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0097_000000002254	10263	0.7959404182540275	16	3	2	3	2	False	56529	maximal	True	SPA0097_000000002254	1.0		1	1	False	False	0.9999025464057922	0					non-mobilizable	no_good_hit	314.0	99.045	4.0	0.00014597586967572836	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0328_000000012513	2271	0.7959289052463057	3	3	3	2	2	False	64438	fragment	False	ENG0046_000000008032	0.7663722410840894		0	0	False	False	0.997357964515686	0					non-mobilizable	no_good_hit	564.0	74.468	25.0	0.0021328177745043885	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0003_000000015552	1511	0.7959269727408789	3	3	2	3	2	False	52172	maximal	True	FIJ0003_000000015552	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	97.792	84.0	0.00036652653857053875	NC_014330.1	bacteria	Brachyspira pilosicoli 95/1000, complete sequence	True	False
ENG0148_000000006806	5494	0.7959253626587184	5	3	3	3	3	True	101375	fragment	False	ENG0148_000000006806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	89.03299999999999	25.0	0.0002938732217252955	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0162_000000018739	2113	0.7959236775084659	4	4	2	3	4	False	97982	fragment	False	ISR0162_000000018739	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2113.0	99.574	100.0	0.026328583716668536	CP053755.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-004, complete sequence	False	True
ENG0141_000000007961	3427	0.7959194028036464	4	3	3	3	3	False	111983	fragment	False	ISR0159_000000007482	0.9703384502125286		0	0	False	False	0.9997081756591797	0					non-mobilizable	no_good_hit	53.0	90.566	2.0	9.20454987980982e-06	NZ_KV917369.1	firmicutes	Bacillus abyssalis strain DSM 25875 Scaffold1, whole genome shotgun sequence	True	False
ISR0211_000000005126	3974	0.7959176527252104	5	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.46619191736574117		0	0	False	False	0.9997483491897583	0					non-mobilizable	no_good_hit	2715.0	78.26899999999999	84.0	0.0064337879198791215	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0057_000000004710	5942	0.7959146920089709	3	3	2	2	2	False	127005	maximal	True	SPA0057_000000004710	1.0		215	14	False	False	1.0	0					non-mobilizable	other	5944.0	96.602	100.0	0.0015762213925234266	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0104_000000008615	3523	0.7958996089357596	4	4	4	3	3	False	101108	fragment	False	ENG0104_000000008615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1940.0	94.794	75.0	0.00036942954318711465	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
FIJ0071_000000025977	1418	0.7958842279459973	2	2	2	2	2	False	47152	fragment	False	FIJ0071_000000025977	1.0		0	0	False	False	0.9703808426856995	0					non-mobilizable	other	1418.0	98.801	100.0	0.009860518234298727	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
CHI0097_000000000291	13645	0.7958803267453777	16	16	7	8	14	True	123789	fragment	False	DEN0070_000000001871	0.9575521975519957		0	0	False	False	1.0	0					non-mobilizable	other	13645.0	99.993	100.0	0.002591989112277924	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
ENG0180_000000003193	4745	0.7958782538701146	3	3	3	3	2	False	130371	maximal	True	ENG0180_000000003193	1.0	PS1101	144	11	False	True	1.0	0					non-mobilizable	other	4083.0	98.92200000000001	100.0	0.0007904029854417493	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0087_000000025111	1462	0.7958696846539921	1	1	1	1	1	False	110693	maximal	True	AST0087_000000025111	1.0		41	6	False	False	0.9993159770965576	0					non-mobilizable	other	1462.0	99.316	100.0	0.0005023373644101714	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
CAN0008_000000003806	7151	0.7958634643917178	5	5	5	4	3	True	120790	maximal	True	CAN0008_000000003806	1.0		2	1	False	False	0.9974828958511353	0					non-mobilizable	no_good_hit	2749.0	96.18	78.0	0.0010186421915359149	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
SPA0040_000000005986	5773	0.7958605975943183	6	6	6	6	6	False	125056	fragment	False	CHI0172_000000000825	0.09412234552392715		0	0	False	False	1.0	0					non-mobilizable	other	5773.0	99.68799999999999	100.0	0.020869037030609366	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0039_000000015152	2371	0.7958593939083713	3	2	2	1	1	False	36548	maximal	True	ISR0039_000000015152	1.0		23	7	False	False	0.9856600761413574	0					non-mobilizable	no_good_hit	965.0	76.58	40.0	0.0008573105862644168	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
USA0117_01_000000004743	5415	0.7958587718269258	6	5	3	4	2	False	249	maximal	True	USA0117_01_000000004743	1.0		1	1	False	False	0.9998153448104858	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000006700	4252	0.7958440260979394	6	5	2	3	4	True	107446	fragment	False	DEN0069_000000006700	0.998200575815739		0	0	False	False	1.0	0					non-mobilizable	other	4253.0	99.882	100.0	0.011545845314999009	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0359_000000005467	4168	0.7958440260979394	6	5	2	3	4	True	107446	fragment	False	DEN0069_000000006700	0.9882408278457196		0	0	False	False	0.9980806112289429	0					non-mobilizable	other	4168.0	99.85600000000001	100.0	0.01131503702436521	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0007_000000017564	1416	0.7958398233005974	2	2	2	2	2	False	87352	fragment	False	ENG0002_000000015195	0.9348695602933681		0	0	False	False	1.0	0					non-mobilizable	chromosome	1416.0	100.0	100.0	0.00025672441060883237	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0014_000000012755	1929	0.7958363488485078	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.980752526626075		0	0	False	False	1.0	0					non-mobilizable	other	1930.0	98.912	100.0	0.02581741772287431	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0125_000000010568	1823	0.7958363488485078	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.8209971061724953		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	98.355	100.0	0.02437196354243345	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ENG0040_000000003394	6445	0.795828588694459	7	3	2	3	1	False	106622	fragment	False	ENG0040_000000003394	1.0		0	0	False	False	0.9978277683258057	0					non-mobilizable	no_good_hit	163.0	98.16	3.0	5.745000951515783e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
SPA0061_000000004811	3841	0.7958123771113743	4	4	4	4	3	False	129946	fragment	False	SPA0061_000000004811	1.0		0	0	False	False	0.9992189407348633	0					non-mobilizable	no_good_hit	1787.0	99.273	48.0	0.02486334225792057	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0015_000000003876	4496	0.7958059152732371	7	2	1	2	0	True	7922	maximal	True	SPA0015_000000003876	1.0		1	1	False	False	0.9948843121528625	0	rep_cluster_1404				non-mobilizable	no_good_hit	1047.0	91.022	23.0	0.09241600570359149	JX275965.1	firmicutes	Streptococcus infantis plasmid pSI01, complete sequence	True	True
ISR0152_000000006142	3909	0.7957997779522272	6	2	2	2	2	False	61994	fragment	False	USA0135_01_000000003716	0.9869620253164557		0	0	False	False	0.997186005115509	0					non-mobilizable	no_good_hit	385.0	92.727	10.0	0.001575507424168448	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0101_000000005073	5410	0.7957990281554741	6	5	5	4	4	False	48692	fragment	False	FIJ0101_000000005073	0.9974020893005636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.663	18.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
USA0003_01_000000021303	1795	0.7957983060634156	2	2	2	1	2	False	107855	fragment	False	AST0104_000000017558	0.8399654071422564		0	0	False	False	0.9988858103752136	0					non-mobilizable	other	1831.0	78.318	100.0	0.012892742599267731	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0144_000000006973	1216	0.7957862284010179	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.644342845318357	PS1007	0	0	False	True	0.9268091917037964	0					non-mobilizable	chromosome	1216.0	99.42399999999999	100.0	0.0006689084835117365	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
CHI0059_000000007483	2302	0.795785536591118	3	3	3	3	2	False	85824	fragment	False	CHI0059_000000007483	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2302.0	96.699	100.0	0.00042773420399519734	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0096_000000001941	7492	0.7957854377861604	13	13	2	10	12	True	25131	fragment	False	MAD0096_000000001941	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	7499.0	97.306	100.0	0.04616986024624747	CP019251.1	enterobacteria	Escherichia coli strain 13KWH46 plasmid p13KWH46-1, complete sequence	False	True
ISR0092_000000010914	2442	0.7957780334525546	3	3	3	3	2	True	58767	maximal	True	ISR0092_000000010914	1.0		59	7	False	False	1.0	0					non-mobilizable	other	2442.0	99.91799999999999	100.0	0.018499571804257705	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0776_000000013173	1835	0.7957697747760547	3	3	3	3	2	False	35305	maximal	True	ISR0776_000000013173	1.0		46	7	False	False	1.0	0					non-mobilizable	other	1836.0	99.23700000000001	100.0	0.0015751776044939346	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
SPA0144_000000009261	1922	0.7957581353219696	2	2	0	2	1	True	93163	fragment	False	SPA0144_000000009261	1.0		0	0	False	False	0.9828304052352905	0					non-mobilizable	no_good_hit	1451.0	97.037	75.0	0.005620679757019061	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
CAN0015_000000024245	1447	0.7957581353219696	2	2	0	2	1	True	93162	fragment	False	CAN0015_000000024245	1.0		0	0	False	False	0.9861782789230347	0					non-mobilizable	other	1447.0	97.305	100.0	0.005609042738888587	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
ISR0333_000000005743	3475	0.7957526450712102	4	3	1	3	2	False	111215	fragment	False	ISR0333_000000005743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2923.0	98.59700000000001	84.0	0.0004122894726590399	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0359_000000003146	6536	0.7957438723771997	9	6	5	6	4	False	92967	fragment	False	ISR0359_000000003146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4631.0	95.465	71.0	0.11144012711252348	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	True	False
ENG0139_000000000553	27868	0.7957425343130342	35	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9420186859308486	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27868.0	99.99600000000001	100.0	0.27808159029219226	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0045_000000000252	27576	0.7957425343130342	33	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9355681975324425	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27516.0	98.64399999999999	99.0	0.2744790835063069	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0060_000000000178	27561	0.7957425343130342	34	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9410135759141139	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27338.0	99.99600000000001	100.0	0.2728025706530417	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0138_000000000393	27561	0.7957425343130342	34	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9409660595855447	PS672	0	0	False	True	0.9999637007713318	0					non-mobilizable	other	27338.0	99.99600000000001	100.0	0.2728025706530417	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0054_000000000272	27417	0.7957425343130342	34	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9407994455068829	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27338.0	99.993	100.0	0.2728025706530417	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0125_01_000000000712	27363	0.7957425343130342	33	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9406593667916274	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27285.0	100.0	99.0	0.2722736707648092	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0130_000000000869	27226	0.7957425343130342	34	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.939782779063339	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27006.0	99.993	100.0	0.26948946191920803	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0129_000000000458	27142	0.7957425343130342	33	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9398838079163782	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27046.0	99.98899999999999	99.0	0.26988863164617594	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0014_000000000315	27116	0.7957425343130342	33	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9395838997497638	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27116.0	99.99600000000001	100.0	0.2705871786683698	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0774_000000000493	27113	0.7957425343130342	33	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9395775778261077	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27113.0	99.99600000000001	100.0	0.2705572409388472	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0836_000000000317	27016	0.7957425343130342	33	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9390176190576246	PS672	0	0	False	True	1.0	0					non-mobilizable	other	26967.0	99.99600000000001	99.0	0.2691002714354143	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0386_000000000859	26978	0.7957425343130342	33	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9391468802292284	PS672	0	0	False	True	1.0	0					non-mobilizable	other	26889.0	100.0	99.0	0.2683218904678269	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0145_000000000367	26599	0.7957425343130342	33	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9285224374993671	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	26599.0	99.977	100.0	0.3495413567429758	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0090_000000000291	26557	0.7957425343130342	32	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9282827452851364	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	26557.0	99.98899999999999	100.0	0.34898940783767446	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
AST0153_000000000601	26550	0.7957425343130342	32	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9302069737867692	PS672	0	0	False	True	1.0	0					non-mobilizable	other	26550.0	100.0	100.0	0.2649389270317739	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0132_000000000822	26533	0.7957425343130342	32	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9282654480499142	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	26533.0	99.98899999999999	100.0	0.34867400846321656	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0068_000000000132	26533	0.7957425343130342	32	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.928300497474126	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	26533.0	99.985	100.0	0.34867400846321656	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0136_000000000387	26533	0.7957425343130342	32	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9282254404042485	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	26533.0	99.985	100.0	0.34867400846321656	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0039_000000000236	26533	0.7957425343130342	32	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9282933186423976	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	26533.0	99.977	100.0	0.34867400846321656	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0161_000000000382	26533	0.7957425343130342	32	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9282640181515999	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	26533.0	99.98899999999999	100.0	0.34867400846321656	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0135_000000000609	26533	0.7957425343130342	32	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9282915960895642	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	26533.0	99.977	100.0	0.34867400846321656	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0027_000000000193	26493	0.7957425343130342	32	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.927743584714431	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	26493.0	99.985	100.0	0.34814834283912005	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0065_000000000281	26464	0.7957425343130342	31	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9282198230769093	PS672	0	0	False	True	1.0	0					non-mobilizable	other	26464.0	100.0	100.0	0.2640807121187929	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0047_01_000000000705	26464	0.7957425343130342	31	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9281159785136986	PS672	0	0	False	True	1.0	0					non-mobilizable	other	26464.0	99.98899999999999	100.0	0.2640807121187929	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0063_000000000235	26409	0.7957425343130342	31	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9244102076693159	PS672	0	0	False	True	0.9999621510505676	0					non-mobilizable	other	26330.0	99.992	99.0	0.26274349353345045	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0078_000000000520	25857	0.7957425343130342	31	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.8846300451570837	PS672	0	0	False	True	0.9998066425323486	0					non-mobilizable	other	25857.0	99.536	100.0	0.25802331151205493	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0129_000000000673	25403	0.7957425343130342	31	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.7427652540655432	PS672	0	0	False	True	1.0	0					non-mobilizable	other	25403.0	99.874	100.0	0.2534927351109692	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0140_000000000750	25387	0.7957425343130342	31	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.7225217352469016	PS672	0	0	False	True	1.0	0					non-mobilizable	other	25309.0	99.99600000000001	99.0	0.2525546862525946	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0365_000000000439	25359	0.7957425343130342	30	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.47395252004429944	PS672	0	0	False	True	1.0	0					non-mobilizable	other	25284.0	99.984	99.0	0.2523052051732397	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0396_000000000546	25346	0.7957425343130342	30	16	6	16	6	True	108400	backbone	False	ISR0280_000000000088	0.4154942530187707	PS672	0	0	False	True	1.0	0					non-mobilizable	other	25268.0	99.984	99.0	0.2521455372824525	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0100_000000017389	1639	0.7957304499614346	2	2	2	2	2	False	55579	fragment	False	SPA0100_000000017389	1.0		0	0	False	False	0.9938986897468567	0					non-mobilizable	no_good_hit	281.0	72.598	17.0	7.398553981899092e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0160_000000000527	31182	0.7957299101745948	24	9	5	8	6	True	128748	maximal	False	ENG0127_000000000383	0.07857425742574257	PS1050|PS1051	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2244.0	90.241	27.0	0.07837922950418139	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0153_000000020923	1211	0.7957242347023674	2	2	2	2	2	False	67344	fragment	False	FIJ0153_000000020923	0.9824482448244825		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	97.275	100.0	0.10798750557786703	NZ_CABKPS010000059.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0038_000000006236	4759	0.7957228022330476	8	7	4	6	3	False	7049	maximal	True	SPA0038_000000006236	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	81.88600000000001	41.0	0.00041117222492183784	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
CAN0003_000000012908	3814	0.7957223676945201	4	3	3	3	3	False	96749	maximal	True	CAN0003_000000012908	1.0		11	4	False	False	0.9997377991676331	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	9.29714608605645e-06	NZ_LR026978.1	enterobacteria	Erwinia mediterraneensis strain Marseille-P5165, whole genome shotgun sequence	True	False
DEN0051_000000028089	1687	0.7957206200930739	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.2858184203042443		0	0	False	False	1.0	0					non-mobilizable	other	1691.0	97.28	99.0	0.005101840349875023	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0077_000000035715	1273	0.795714635294144	1	1	1	1	1	False	10196	maximal	True	MON0077_000000035715	1.0		34	8	False	False	0.983503520488739	0					non-mobilizable	other	1269.0	84.949	99.0	0.002786599688569443	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0042_000000006897	3143	0.7957107463224461	4	4	3	3	3	False	90408	maximal	True	MAD0042_000000006897	1.0		4	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2121.0	98.161	100.0	0.015852956352025365	CP056811.1	enterobacteria	Escherichia coli strain RHBSTW-00152 plasmid pRHBSTW-00152_2, complete sequence	False	True
MAD0087_000000000771	20103	0.7957046774777032	18	5	3	4	2	True	72584	maximal	True	MAD0087_000000000771	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	76.991	1.0	0.00041884329443520144	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
SPA0060_000000008666	1682	0.7957004298792172	3	3	2	3	3	False	97973	fragment	False	USA0046_01_000000005616	0.2547148674728294		0	0	False	False	0.9994054436683655	0					non-mobilizable	plasmid	1686.0	98.932	100.0	0.021010030353373222	KU932028.1	enterobacteria	Escherichia coli plasmid pEC14III, complete sequence	False	True
ISR0839_000000012822	1615	0.7956951304960292	3	3	3	3	3	False	20835	maximal	True	ISR0839_000000012822	1.0		18	7	False	False	0.9975232481956482	0					non-mobilizable	other	1615.0	99.93799999999999	100.0	0.036290050590219225	NZ_CABJDM010000030.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
FIJ0123_000000016738	1956	0.7956885088478496	5	3	3	2	2	False	41340	maximal	True	FIJ0123_000000016738	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	97.075	28.0	0.015743473982751634	NZ_QEKH01000042.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_142, whole genome shotgun sequence	True	False
ENG0032_000000006303	3192	0.7956839429704079	3	3	3	3	3	False	131738	maximal	True	ENG0032_000000006303	1.0		17	6	False	False	0.9962406158447266	0					non-mobilizable	no_good_hit	2024.0	87.54899999999999	63.0	0.013457556935817806	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
DEN0079_000000008852	4846	0.7956833844507494	5	5	4	5	3	False	131413	fragment	False	ISR0058_000000003113	0.1212996077282959		0	0	False	False	0.9997936487197876	0					non-mobilizable	no_good_hit	807.0	75.217	16.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
MON0048_000000002496	10626	0.7956813202229414	10	8	8	8	6	False	53249	fragment	False	MON0048_000000002496	0.988164098795402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7552.0	98.78200000000001	71.0	0.1197500317218627	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0120_000000002160	10138	0.7956813202229414	11	8	8	8	6	False	53249	fragment	False	MON0048_000000002496	0.9542977466973485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7555.0	98.76899999999999	74.0	0.11979761451592437	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0291_000000002022	5511	0.7956700936800303	7	4	3	3	4	False	25907	fragment	False	ISR0291_000000002022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1259.0	83.876	25.0	0.0003572576493243109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0136_000000038507	1113	0.7956664038125674	2	2	2	1	1	False	3588	fragment	False	SPA0136_000000038507	1.0		0	0	False	False	0.9784366488456726	0					non-mobilizable	no_good_hit	412.0	73.544	37.0	0.0024621177833698427	NZ_QSGP01000013.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf13, whole genome shotgun sequence	True	False
ISR0087_000000014084	2371	0.7956649212854064	2	2	2	2	2	False	125277	fragment	False	ISR0087_000000014084	0.9666385135135135		0	0	False	True	0.9995782375335693	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	8.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0361_000000010433	1415	0.795660283834001	3	3	3	3	3	False	23748	fragment	False	ISR0361_000000010433	1.0		0	0	False	False	0.9992932677268982	0					non-mobilizable	no_good_hit	841.0	86.68299999999999	59.0	0.011699576082106202	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0074_000000005715	4712	0.7956520651668463	5	3	2	2	0	True	34743	maximal	True	ISR0074_000000005715	1.0		1	1	False	False	0.9963921904563904	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002939287386102614	NZ_PISE01000044.1	firmicutes	Bacillus nealsonii strain FO-92 contig_46, whole genome shotgun sequence	True	True
ISR0206_000000002317	9499	0.7956403628008638	7	4	2	4	2	False	28645	maximal	True	ISR0206_000000002317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0100_000000003889	8118	0.7956378213506501	12	9	5	6	8	True	126946	fragment	False	MON0031_000000004127	0.7305963731307759		0	0	False	True	1.0	0					non-mobilizable	other	8118.0	99.95100000000001	100.0	0.01224235550340409	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
TAN0017_000000019063	1942	0.7956358247210736	4	2	1	2	1	False	2465	maximal	True	TAN0017_000000019063	1.0		3	2	False	False	0.9984552264213562	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.003985239852398524	XR_004344654.1	wasps, ants, and bees	PREDICTED: Nasonia vitripennis plasma membrane calcium-transporting ATPase 1 (LOC100121013), transcript variant X14, misc_RNA	True	False
ISR0398_000000012288	1877	0.7956341140094487	3	3	2	2	3	False	122170	fragment	False	DEN0093_000000016414	0.5323290668691314		0	0	False	False	1.0	0					non-mobilizable	other	1877.0	98.402	100.0	0.032545713195239585	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
MAD0034_000000006389	2425	0.7956241821377567	4	4	3	2	1	False	43424	fragment	False	MAD0034_000000006389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	74.17399999999999	14.0	0.09121153313002495	NZ_MLHQ01000054.1	g-proteobacteria	Rodentibacter myodis strain Ac151 contig_54, whole genome shotgun sequence	True	False
DEN0001_000000004512	7374	0.7956123786822541	6	5	5	5	5	False	121754	fragment	False	DEN0001_000000004512	1.0		0	0	False	False	0.9964740872383118	0					non-mobilizable	chromosome	4651.0	96.882	92.0	0.001320658651124821	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0026_000000005093	5078	0.7956065648904944	7	3	3	3	2	False	7536	maximal	True	SPA0026_000000005093	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	99.792	19.0	0.00021879810399262143	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
FIJ0013_000000004950	5060	0.7956044057765329	5	5	4	4	4	True	128685	backbone	False	FIJ0105_000000005116	0.5098216211934201	PS1045|PS1046|PS656|PS658	0	0	False	True	0.9948616623878479	0					non-mobilizable	other	2684.0	99.851	91.0	0.541473259334006	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0026_000000022781	1436	0.7955991740448309	2	2	1	1	2	False	64022	fragment	False	MON0029_000000024636	0.9238601978599603		0	0	False	False	0.9965181350708008	0					non-mobilizable	other	1437.0	93.111	100.0	0.014048656321895345	NZ_SPFY01000005.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_5_length_102145_cov_21.3237, whole genome shotgun sequence	False	False
TAN0008_000000004164	3629	0.7955990464732473	6	6	5	5	6	False	98138	fragment	False	SPA0064_000000005306	0.9531352609001245		0	0	False	False	0.9870487451553345	0					non-mobilizable	chromosome	3629.0	99.697	100.0	0.0006729311586602141	CP051631.1	enterobacteria	Escherichia coli O121 strain FDA858783-1-52 chromosome, complete genome	False	False
ISR0104_000000003007	8049	0.7955980041076425	10	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9399558669840539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2948.0	96.235	37.0	0.47450218552695483	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0128_000000004465	7970	0.7955980041076425	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.919030382201149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	97.67299999999999	35.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0125_000000002435	7812	0.7955980041076425	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.86293650770332		0	0	False	False	0.9992319345474243	0					non-mobilizable	no_good_hit	2680.0	98.73100000000001	34.0	0.43370568237008256	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0120_000000003027	7688	0.7955980041076425	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.8203920745832312		0	0	False	False	0.9998699426651001	0					non-mobilizable	no_good_hit	2646.0	97.77	34.0	0.4282013922616157	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0044_000000011306	1946	0.7955913027968294	3	3	3	3	3	False	47470	fragment	False	FIJ0044_000000011306	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	85.68299999999999	99.0	0.003668090305530662	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
FIJ0090_000000041041	1162	0.7955862760338408	2	2	2	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.21412065020404553		0	0	False	False	0.9931153059005737	0					non-mobilizable	chromosome	1161.0	97.76100000000001	99.0	0.00032466160325176583	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0090_000000027919	1637	0.7955800546349253	2	1	1	1	1	False	43442	fragment	False	FIJ0090_000000027919	1.0		0	0	False	False	0.998778223991394	0					non-mobilizable	no_good_hit								True	False
MON0019_000000030115	2228	0.7955678388068333	3	3	3	3	3	False	72897	fragment	False	MON0025_000000016338	0.8975820563147141		0	0	False	False	0.9928186535835266	0					non-mobilizable	no_good_hit	504.0	72.619	22.0	0.0033724061029671735	NZ_KI271587.1	firmicutes	Lactobacillus shenzhenensis LY-73 LY73.Scaffold6, whole genome shotgun sequence	True	False
CHI0020_000000004905	2044	0.7955642818234833	3	3	2	2	3	False	91198	fragment	False	CHI0170_000000004810	0.9817203210753096		0	0	False	False	1.0	0					non-mobilizable	plasmid	2044.0	99.853	100.0	0.06595428719008264	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0025_000000022437	1805	0.7955642818234833	3	3	2	2	3	False	91198	fragment	False	CHI0170_000000004810	0.4828159669329313		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	99.501	100.0	0.10507921714818266	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	False
AST0055_000000021016	1705	0.7955557852811559	3	3	2	2	3	False	122170	fragment	False	DEN0093_000000016414	0.41893880454773147		0	0	False	False	0.9994134902954102	0					non-mobilizable	other	1705.0	98.53399999999999	100.0	0.029561777870302904	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
FIJ0030_000000006482	4467	0.7955518694445836	6	2	0	2	1	True	48773	maximal	True	FIJ0030_000000006482	1.0		1	1	False	False	0.9995522499084473	0					non-mobilizable	no_good_hit								True	True
MAD0109_000000009479	1504	0.7955518694445836	3	2	0	2	1	True	14579	fragment	False	MAD0109_000000009479	1.0		0	0	False	False	0.9920212626457214	0					non-mobilizable	no_good_hit								True	True
FIJ0118_000000008554	1233	0.7955494238233288	2	1	1	1	1	False	41583	maximal	True	FIJ0118_000000008554	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	99.338	75.0	0.00014552738593717946	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
FIJ0021_000000012342	4056	0.7955370355675158	8	5	4	5	3	False	49670	fragment	False	FIJ0021_000000012342	1.0		0	0	False	False	0.9943293929100037	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000023669	1474	0.7955366299241801	3	2	2	1	1	False	24248	fragment	False	ISR0344_000000023669	0.9801444043321299		0	0	False	False	0.9966078400611877	0					non-mobilizable	other	1475.0	89.35600000000001	100.0	0.0036299964783616254	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	False	False
ISR0144_000000002064	2944	0.7955336637480646	5	4	2	3	3	False	120386	fragment	False	AST0092_000000005285	0.9707133632400868		0	0	False	False	0.9993206262588501	0					non-mobilizable	other	2077.0	86.27799999999999	100.0	0.011742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0069_000000022461	2224	0.7955295598694819	4	3	3	3	2	False	91434	fragment	False	MON0069_000000022461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	75.29	12.0	0.0001114877302999452	NZ_FLKP01000002.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	False
ENG0103_000000004716	4105	0.7955107783229531	6	2	0	1	1	False	60322	maximal	True	ENG0103_000000004716	1.0		1	1	True	True	0.9992691874504089	7					non-mobilizable	no_good_hit	746.0	81.903	28.0	0.00043497045533338674	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0130_000000014300	2079	0.7955107783229531	2	2	0	1	1	False	92880	fragment	False	ISR0232_000000010881	0.33669977178384414		0	0	False	True	0.996632993221283	0					non-mobilizable	plasmid	1630.0	94.785	99.0	0.24919342448916884	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
SPA0014_000000006133	3483	0.7955093346115603	3	3	3	3	2	False	63531	maximal	True	SPA0014_000000006133	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000029430	1115	0.7955082771808794	2	1	1	1	1	False	56988	fragment	False	ENG0152_000000022378	0.9521773980844995		0	0	False	False	0.9757847785949707	0					non-mobilizable	other	1097.0	98.359	98.0	0.006055683557382574	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
CHI0116_000000009560	1679	0.7954982533382325	3	3	3	3	3	False	82157	fragment	False	CHI0116_000000009560	1.0		0	0	False	False	0.9994044303894043	0					non-mobilizable	no_good_hit	803.0	96.887	57.0	0.04196536026372246	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0033_000000002332	11008	0.7954939386301062	17	12	8	8	11	True	124128	fragment	False	ISR0379_000000001379	0.6241315986551061		0	0	False	False	0.9999091625213623	0					non-mobilizable	other	10141.0	99.48700000000001	92.0	0.002849383162924913	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0379_000000001379	10940	0.7954939386301062	17	12	8	8	11	True	124128	fragment	False	ISR0379_000000001379	0.6285067786691747		0	0	False	False	0.9993601441383362	0					non-mobilizable	other	9824.0	97.04799999999999	90.0	0.00275832880403472	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0378_000000023262	1388	0.7954885499996763	2	2	2	2	1	True	23259	fragment	False	ISR0378_000000023262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0058_000000007233	2743	0.7954869438586444	3	3	3	3	3	False	91018	fragment	False	SPA0004_000000004650	0.9664228207021872		0	0	False	False	0.9996354579925537	0					non-mobilizable	other	2743.0	99.891	100.0	0.00044051306437724113	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
SPA0049_000000005646	3860	0.7954820677649302	5	2	1	2	1	False	6611	maximal	True	SPA0049_000000005646	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	91.139	4.0	1.9526067299845295e-05	NZ_LT575483.1	firmicutes	Massilibacillus massiliensis strain Marseille-P2411, whole genome shotgun sequence	True	False
SPA0084_000000001771	7349	0.7954600013568144	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9510415141929066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.788	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0160_000000020197	1469	0.7954498454969816	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.03115120474764862		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	98.639	100.0	0.0005327600201192263	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0076_000000041326	1171	0.7954457029242116	2	2	2	2	2	False	75509	fragment	False	SPA0030_000000024826	0.6453028972783144		0	0	False	False	0.999146044254303	0					non-mobilizable	no_good_hit	460.0	74.783	39.0	7.0076113560055e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
FIJ0134_000000001477	11937	0.7954451742285735	13	9	5	6	9	False	129209	fragment	False	FIJ0134_000000001477	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9089.0	99.626	95.0	0.0022281767762097017	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0004_01_000000011638	2031	0.7954273968419941	2	2	2	2	1	True	64578	fragment	False	USA0004_01_000000011638	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2060.0	78.252	99.0	0.0005830376804850873	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
CAN0009_000000013567	1953	0.7954273968419941	2	2	2	2	1	True	94786	maximal	True	CAN0009_000000013567	1.0		3	2	False	False	0.9600614309310913	0					non-mobilizable	no_good_hit	1676.0	100.0	86.0	0.0005072485054339185	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0810_000000006112	2466	0.7954141900580909	3	3	2	3	1	False	26175	maximal	True	ISR0810_000000006112	1.0		415	12	False	False	0.9979724287986755	0					non-mobilizable	no_good_hit	166.0	78.916	13.0	3.222493481910175e-05	CP025003.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 chromosome, complete genome	True	False
ISR0010_000000005847	3114	0.7954054572917829	4	4	4	4	2	False	38319	maximal	True	ISR0010_000000005847	1.0		93	7	False	False	0.9874759316444397	0					non-mobilizable	no_good_hit	2425.0	99.588	78.0	0.004283881366176424	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0078_000000010423	3843	0.7953997036911455	3	3	3	3	3	False	94097	fragment	False	MON0004_000000008651	0.9535213595715089		0	0	False	False	0.9976580739021301	0					non-mobilizable	chromosome	3843.0	97.26799999999999	100.0	0.0015818184364006856	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0132_000000026083	1168	0.7953993790054841	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.034673738495995		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	98.973	100.0	0.0003240748454604529	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0036_000000008078	2889	0.7953981955864192	3	2	2	2	1	True	65316	maximal	True	ENG0036_000000008078	1.0		1	1	False	False	0.9882312417030334	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.772783251231527e-05	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	True
USA0055_01_000000010303	2657	0.7953919698040202	4	3	2	3	2	False	50307	fragment	False	USA0055_01_000000010303	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0048_000000015115	1740	0.7953915025049838	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7944546143536992		0	0	False	False	1.0	0					non-mobilizable	other	1740.0	99.13799999999999	100.0	0.004240191357226978	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0069_000000002940	8130	0.7953889173734062	9	5	4	5	4	True	52107	fragment	False	FIJ0154_000000003332	0.9474218042022091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	1.0	0.0007570642276921817	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
SPA0099_000000000823	11629	0.795385584629641	20	8	6	6	7	False	5019	maximal	True	SPA0099_000000000823	1.0		1	1	False	False	0.9999139904975891	0					non-mobilizable	no_good_hit	3658.0	94.095	63.0	0.02632927841749991	LN906635.1	firmicutes	Lactobacillus reuteri plasmid p53608_1, complete genome, strain ATCC 53608	True	False
MAD0109_000000010884	1315	0.7953821857394299	2	1	1	1	1	False	14576	fragment	False	MAD0109_000000010884	1.0		0	0	False	False	0.9946768283843994	0					non-mobilizable	no_good_hit	827.0	72.31	62.0	0.002550716644836209	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
SPA0047_000000023571	1647	0.7953812500263816	3	3	3	3	3	False	76275	fragment	False	DEN0073_000000028334	0.7739472441121031		0	0	False	False	1.0	0					non-mobilizable	other	1647.0	99.089	100.0	0.02393102746397988	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0046_000000012948	1249	0.7953767251748117	2	2	2	2	2	False	124601	fragment	False	ENG0179_000000025647	0.9729254885000108		0	0	False	False	0.9951961636543274	0					non-mobilizable	chromosome	1249.0	98.87899999999999	100.0	0.0005286041335318423	CP060588.1	high GC Gram+	Bifidobacterium longum strain LC67 chromosome, complete genome	False	False
AST0099_000000018597	1120	0.7953747171333091	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.03552088742045258		0	0	False	False	0.9991071224212646	0					non-mobilizable	other	1120.0	96.964	100.0	0.015604082998661312	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0032_01_000000002361	10733	0.795372421038693	21	8	4	6	4	False	59477	maximal	True	USA0032_01_000000002361	1.0		1	1	False	False	0.9999068379402161	0					non-mobilizable	no_good_hit	607.0	80.23100000000001	6.0	0.0009640452748970297	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
USA0044_01_000000002450	11901	0.7953680866874484	14	11	7	8	9	False	1245	maximal	True	USA0044_01_000000002450	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0388_000000008886	3662	0.7953673100607476	4	4	3	4	3	False	74111	maximal	True	ISR0388_000000008886	1.0		0	0	False	False	0.9874385595321655	0					non-mobilizable	no_good_hit	810.0	99.75299999999999	22.0	0.00016422951287577652	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
FIJ0090_000000018203	2385	0.7953628711032555	3	3	3	2	2	False	114059	maximal	True	FIJ0090_000000018203	1.0		97	10	False	False	1.0	0					non-mobilizable	other	1550.0	99.29	100.0	0.0004630860063420959	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0815_000000002763	9254	0.7953611950583394	7	7	5	6	5	True	100768	maximal	False	ENG0202_000000002633	0.9646777659160474		0	0	False	False	0.9998919367790222	0					non-mobilizable	no_good_hit	1888.0	94.809	37.0	0.0005712819646041449	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ISR0007_000000005526	2608	0.7953514360888051	5	5	2	4	3	False	104876	maximal	True	ISR0007_000000005526	1.0		0	0	False	False	0.9923312664031982	0					non-mobilizable	no_good_hit	2310.0	99.264	89.0	0.18628479225494152	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
AST0039_000000002619	6386	0.7953461082242921	4	4	3	4	3	True	116741	maximal	True	AST0039_000000002619	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	94.124	15.0	0.00022192683780831397	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
ISR0211_000000006610	3243	0.7953391480766054	3	3	2	2	2	False	93659	fragment	False	ISR0211_000000006610	1.0		0	0	False	False	0.9962997436523438	0					non-mobilizable	no_good_hit	1739.0	75.906	53.0	0.029678284643293154	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0108_000000009053	2444	0.7953371937614967	2	2	2	2	2	False	131783	fragment	False	ISR0108_000000009053	1.0		0	0	False	False	0.9995908141136169	0					non-mobilizable	no_good_hit	2023.0	90.064	83.0	0.01158130454754249	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
ISR0168_000000010795	2363	0.7953371937614967	2	2	2	2	2	False	131816	maximal	True	ISR0168_000000010795	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2017.0	96.678	89.0	0.0005402543054194796	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0072_000000012984	2209	0.7953371937614967	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.6066088249159992		0	0	False	False	1.0	0					non-mobilizable	other	2209.0	99.45700000000001	100.0	0.012677997243913643	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ENG0068_000000011147	2169	0.7953371937614967	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.5509191460434789		0	0	False	False	0.9995389580726624	0					non-mobilizable	chromosome	2021.0	96.78399999999999	100.0	0.0005410582552787348	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0222_000000023671	2086	0.7953371937614967	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.4731348457003669		0	0	False	False	1.0	0					non-mobilizable	other	1961.0	98.31700000000001	94.0	0.011248277446026642	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ENG0128_000000014009	2010	0.7953371937614967	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.5426348134520725		0	0	False	False	0.9960198998451233	0					non-mobilizable	other	1922.0	92.09200000000001	100.0	0.0005417973683483162	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0002_000000019576	1897	0.7953371937614967	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.13019242278305043		0	0	False	False	1.0	0					non-mobilizable	virus	1841.0	91.09200000000001	97.0	0.049012026345964105	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
USA0055_01_000000022949	1140	0.7953232595460262	2	2	2	2	2	False	62139	fragment	False	ENG0074_000000019536	0.9714167357083678		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	84.73100000000001	99.0	0.0043862200556130816	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0075_01_000000010168	2441	0.7953202611336689	3	3	2	2	3	False	123556	backbone	False	ISR0826_000000002301	0.05945742215594119	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2442.0	99.713	100.0	0.024822226065371978	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0048_000000008269	2279	0.7953202611336689	3	3	2	2	3	False	123556	backbone	False	ISR0826_000000002301	0.044425165718291394	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2279.0	99.166	100.0	0.023174193023326788	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0813_000000013439	2277	0.7953202611336689	3	3	2	2	3	False	123556	backbone	False	ISR0826_000000002301	0.02445529119155932	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2277.0	99.736	100.0	0.022702778221299697	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0038_01_000000007203	2271	0.7953202611336689	3	3	2	2	3	False	123556	backbone	False	ISR0826_000000002301	0.04732188185282426	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2271.0	99.78	100.0	0.02309280867557147	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0183_000000013223	2162	0.7953202611336689	3	3	2	2	3	False	123556	backbone	False	ISR0826_000000002301	0.018198358306899205	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2162.0	99.954	100.0	0.021983946937405265	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0093_000000035263	1321	0.795319290843929	1	1	1	1	1	False	9370	fragment	False	MON0093_000000035263	1.0		0	0	False	False	0.9992430210113525	0					non-mobilizable	no_good_hit	1070.0	73.832	80.0	0.010047101724530882	NZ_QENY01000010.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_110, whole genome shotgun sequence	True	False
FIJ0050_000000013259	1917	0.7953191239167873	3	2	2	2	2	False	46603	maximal	True	FIJ0050_000000013259	1.0		2	2	False	False	0.9958268404006958	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000018150	1971	0.7953190403397193	3	3	3	3	1	False	5373	maximal	True	SPA0090_000000018150	1.0		2	1	False	False	0.9994926452636719	0					non-mobilizable	no_good_hit	523.0	91.205	39.0	0.0026160528231779267	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
ISR0291_000000006785	2081	0.7953172488311541	4	2	1	2	2	True	41335	fragment	False	ISR0291_000000006785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	71.407	31.0	0.00019407203639606414	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	True
DEN0041_000000003441	8901	0.7953158390536085	18	8	7	7	5	True	114630	fragment	False	ISR0196_000000001523	0.7110227440747114		0	0	False	False	1.0	0					non-mobilizable	plasmid	5785.0	99.602	97.0	0.07998837740234943	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0387_000000007860	3068	0.7952969846846892	6	3	3	3	2	False	70714	maximal	True	ISR0387_000000007860	1.0		10	6	True	True	0.9928292036056519	5					non-mobilizable	no_good_hit	395.0	80.506	13.0	0.0001099931121361586	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
USA0026_01_000000011351	2927	0.7952941946339621	4	4	4	4	4	False	1632	maximal	True	USA0026_01_000000011351	1.0		12	5	False	False	0.997608482837677	0					non-mobilizable	no_good_hit	93.0	80.645	3.0	6.447704510913271e-05	NZ_CP034563.1	CFB group bacteria	Flammeovirga pectinis strain L12M1 chromosome 2, complete sequence	True	False
ENG0134_000000007640	4787	0.7952931448858819	5	3	3	3	2	True	58219	fragment	False	ENG0134_000000007640	1.0		0	0	False	False	0.9993733167648315	0					non-mobilizable	other	4787.0	100.0	100.0	0.004089036069125728	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0167_000000003418	8632	0.7952840215849023	10	8	8	8	6	False	131834	maximal	True	ISR0167_000000003418	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	96.48200000000001	74.0	0.0005402543054194796	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
USA0020_01_000000005158	6686	0.7952839430299388	10	3	2	2	2	False	55282	maximal	True	USA0020_01_000000005158	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	88.189	9.0	0.8701657458563536	KU547325.1	bacteria	Uncultured bacterium clone TE_08A_000_Contig_4 genomic sequence	True	False
FIJ0111_000000007721	2819	0.7952762985961747	4	4	4	4	1	False	52557	fragment	False	FIJ0111_000000007721	0.9984729911451167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	74.471	25.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0047_000000010807	2818	0.7952762985961747	4	4	4	4	1	False	52557	fragment	False	FIJ0111_000000007721	0.9960112524644288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	74.471	25.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0069_000000008297	2815	0.7952762985961747	4	4	4	4	1	False	52557	fragment	False	FIJ0111_000000007721	0.9972453687099208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.789	25.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0041_000000012842	2815	0.7952762985961747	4	4	4	4	1	False	52557	fragment	False	FIJ0111_000000007721	0.9975281603814103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.789	25.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0036_000000013855	2815	0.7952762985961747	4	4	4	4	1	False	52557	fragment	False	FIJ0111_000000007721	0.9980118502038549		0	0	False	False	0.9975132942199707	0					non-mobilizable	no_good_hit	709.0	74.471	25.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0014_000000008516	2815	0.7952762985961747	4	4	4	4	1	False	52557	fragment	False	FIJ0111_000000007721	0.99803535775049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	74.471	25.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0151_000000006288	2815	0.7952762985961747	4	4	4	4	1	False	52557	fragment	False	FIJ0111_000000007721	0.9975281603814103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.789	25.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0116_000000006609	2815	0.7952762985961747	4	4	4	4	1	False	52557	fragment	False	FIJ0111_000000007721	0.9982460497476922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	74.471	25.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0100_000000006754	2815	0.7952762985961747	4	4	4	4	1	False	52557	fragment	False	FIJ0111_000000007721	0.9975281603814103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.789	25.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0057_000000011411	2795	0.7952762985961747	4	4	4	4	1	False	52557	fragment	False	FIJ0111_000000007721	0.9918320903890155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	74.471	25.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
AUS0004_000000000815	20406	0.7952692040737985	17	7	5	6	3	False	102559	fragment	False	AUS0004_000000000815	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8259.0	94.551	98.0	0.16257122507122507	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0319_000000011709	1715	0.7952663752296799	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.08224589647807631	PS721	0	0	False	True	0.9988338351249695	0					non-mobilizable	no_good_hit	897.0	91.639	52.0	0.9071428571428571	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0203_000000007387	2358	0.7952616612656522	2	2	1	2	1	False	124885	maximal	True	ENG0203_000000007387	1.0		1	1	False	False	0.9995759129524231	0					non-mobilizable	no_good_hit	815.0	93.49700000000001	35.0	0.15007374631268436	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0139_000000003522	6036	0.7952532434145007	6	4	4	3	3	True	32507	maximal	True	ISR0139_000000003522	1.0		24	6	False	False	0.9998342990875244	0					non-mobilizable	no_good_hit	499.0	78.958	8.0	0.00017728249405778688	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	True
ISR0330_000000001902	9749	0.7952448623594109	8	7	3	5	5	False	82181	maximal	True	ISR0330_000000001902	1.0		1	1	False	False	0.9994871020317078	0					non-mobilizable	no_good_hit	2507.0	92.102	26.0	0.04351756871881357	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
FIJ0014_000000015708	1590	0.7952414797898031	2	1	1	1	1	False	50465	fragment	False	FIJ0014_000000015708	1.0		0	0	False	False	0.9805031418800354	0					non-mobilizable	chromosome	808.0	85.272	95.0	0.00043216646602432557	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
SPA0017_000000001971	5683	0.7952403226774086	8	7	7	5	7	True	65339	maximal	True	SPA0017_000000001971	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4483.0	98.595	87.0	0.02338137940748392	CP022280.1	enterobacteria	Escherichia coli strain STEC299 plasmid pSTEC299_1, complete sequence	True	True
ISR0075_000000009281	2667	0.7952397080950374	3	2	0	2	1	True	34640	maximal	True	ISR0075_000000009281	1.0		0	0	False	False	0.9951255917549133	0					non-mobilizable	no_good_hit	854.0	98.946	32.0	0.5437141033822591	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
ISR0789_000000005832	2392	0.7952334056824762	4	3	3	2	1	False	84697	fragment	False	ISR0789_000000005832	1.0		0	0	False	False	0.9970735907554626	0					non-mobilizable	other	2392.0	99.749	100.0	0.0006261657131453946	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
AST0153_000000016347	2008	0.7952289018954641	2	2	2	2	2	False	103396	maximal	True	AST0153_000000016347	1.0		1	1	False	False	0.9990040063858032	0					non-mobilizable	no_good_hit	123.0	84.553	6.0	0.00020392799302566264	NZ_CABVLY010000001.1	b-proteobacteria	Burkholderia anthina isolate LMG 20980, whole genome shotgun sequence	True	False
ISR0046_000000005139	4917	0.7952270176621734	4	4	4	4	4	False	103273	fragment	False	ISR0046_000000005139	0.9789364868177585		0	0	False	False	0.9938986897468567	0					non-mobilizable	chromosome	4831.0	99.50299999999999	99.0	0.0009638064627125254	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0392_000000005577	5140	0.7952237212644918	4	2	2	2	1	False	99920	fragment	False	ISR0392_000000005577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3024.0	98.38	68.0	0.1253628597495231	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0277_000000003701	2382	0.7952172376268385	4	1	1	1	1	False	26298	fragment	False	ISR0277_000000003701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.0554053405386507e-06	CP018166.1	monocots	Oryza sativa Indica Group cultivar Shuhui498 chromosome 10 sequence	True	False
AST0033_000000010572	1247	0.7952064894168458	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.9588845213280789		0	0	False	False	0.9951884746551514	0					non-mobilizable	other	1206.0	98.01	97.0	0.014504616199429445	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
DEN0073_000000020298	2541	0.7951931864332666	3	3	3	2	2	False	107645	fragment	False	DEN0073_000000020298	0.97480698902885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	82.09	5.0	3.9298777808010174e-05	CP042344.1	b-proteobacteria	Comamonas sp. NLF-7-7 strain NLF 7-7 chromosome, complete genome	True	False
ISR0379_000000019340	1303	0.7951837076680767	2	2	2	1	1	False	23204	maximal	True	ISR0379_000000019340	1.0		69	9	False	False	0.9685341715812683	0					non-mobilizable	plasmid	1304.0	84.816	99.0	0.002090784044016506	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ENG0196_000000000674	9660	0.7951791907412415	14	6	4	5	5	True	106695	backbone	False	ISR0299_000000000481	0.4149741549261815	PS446|PS447|PS652	0	0	True	True	0.9998964667320251	18					non-mobilizable	other	4190.0	99.928	95.0	0.2516978183785083	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
FIJ0010_000000002033	8969	0.7951780684446221	13	6	4	6	2	True	98540	fragment	False	MON0037_000000004487	0.9247756729296743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	92.49700000000001	13.0	0.00023720012486683117	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
SPA0047_000000022870	1698	0.7951699265706176	2	2	2	2	2	False	81703	fragment	False	SPA0047_000000022870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	85.777	72.0	0.00038465706623169293	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CHI0018_000000000950	11118	0.7951667700307671	16	8	5	7	4	True	121837	backbone	False	ITA0004_000000000015	0.0684896176961002	PS446|PS447|PS652|PS653|PS863	0	0	False	True	1.0	0					non-mobilizable	other	9191.0	99.869	95.0	0.5517759480738025	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
FIJ0171_000000015007	1399	0.7951583085208782	2	1	1	1	1	False	38787	fragment	False	FIJ0171_000000015007	1.0		0	0	False	False	0.9885632395744324	0					non-mobilizable	no_good_hit								True	False
MON0099_000000024579	1458	0.7951487141534467	2	2	2	1	1	False	9154	maximal	True	MON0099_000000024579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	100.0	24.0	5.487319436748239e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0021_000000000574	28137	0.7951445781820121	35	17	6	16	7	True	108400	backbone	False	ISR0280_000000000088	0.9424281152443464	PS672	0	0	False	True	1.0	0					non-mobilizable	other	28058.0	100.0	99.0	0.279987625738464	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0053_000000000770	27963	0.7951445781820121	35	17	6	16	7	True	108400	backbone	False	ISR0280_000000000088	0.9420716924369685	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27887.0	100.0	99.0	0.2782811751556762	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0001_000000001884	11856	0.7951409092454729	11	10	7	7	9	False	104220	maximal	True	MON0001_000000001884	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	6933.0	92.24	98.0	0.0028522974461106868	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0007_000000022605	2666	0.7951347772030867	3	1	1	1	1	False	20782	maximal	True	MON0007_000000022605	1.0		2	1	False	False	0.9947487115859985	0					non-mobilizable	no_good_hit	178.0	76.404	7.0	2.7283940202384114e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
SPA0009_000000021135	1743	0.7951299751278569	3	2	2	2	2	False	8122	maximal	True	SPA0009_000000021135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	3.0	8.259637430398313e-05	NZ_OUNG01000001.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	False
MAD0062_000000005740	2353	0.7951264593520507	3	1	1	1	1	False	101183	maximal	True	MAD0062_000000005740	0.9788378066580203		32	8	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	76.884	25.0	0.017099982551038215	NZ_CABDWS010000032.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
ENG0100_000000002976	9121	0.7951236567394222	12	8	4	7	4	True	115677	fragment	False	ENG0046_000000001876	0.9566707677269417		0	0	False	False	0.9998903870582581	0					non-mobilizable	other	9128.0	99.00299999999999	100.0	0.05319142735575774	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0162_000000003567	8872	0.7951236567394222	11	8	4	7	4	True	115677	fragment	False	ENG0046_000000001876	0.9448969950892069		0	0	False	False	0.9998872876167297	0					non-mobilizable	other	8883.0	99.066	100.0	0.05176343045655101	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
SPA0043_000000011995	1420	0.7951163896165313	2	2	2	2	1	False	88572	fragment	False	CHI0029_000000007481	0.9573490813648293		0	0	False	False	0.9957746267318726	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	6.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
ENG0167_000000009897	2512	0.7951160111432518	4	1	1	1	1	False	56067	fragment	False	ENG0167_000000009897	1.0		0	0	False	False	0.9952229261398315	0					non-mobilizable	other	2522.0	98.414	100.0	0.000762385358570709	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MAD0047_000000018981	2331	0.7951142965241706	4	3	3	3	2	False	115283	maximal	True	MAD0047_000000018981	1.0		16	3	False	False	0.9905619621276855	0					non-mobilizable	no_good_hit	572.0	71.329	24.0	0.00010217373716806034	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
ISR0191_000000002306	4001	0.7951085096970694	6	6	6	6	4	False	84819	maximal	True	ISR0191_000000002306	1.0		93	11	False	False	1.0	0					non-mobilizable	no_good_hit	3146.0	98.95100000000001	79.0	0.00067356191318997	CP046009.1	enterobacteria	Escherichia coli strain 1919D62 chromosome, complete genome	True	False
FIJ0102_000000009191	3419	0.7951066144354557	4	3	3	2	2	False	50762	maximal	True	FIJ0102_000000009191	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	73.782	12.0	0.0003056792598795247	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
CHI0148_000000006910	1709	0.7951042469139568	4	3	1	2	2	False	87684	fragment	False	CHI0065_000000007433	0.9540296601284765		0	0	False	False	0.9935634732246399	0					non-mobilizable	chromosome	1709.0	99.824	100.0	0.0006698031335649409	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
MON0096_000000017761	2063	0.7950989073083117	3	1	1	1	1	False	74024	fragment	False	ENG0200_000000009151	0.7932199983107081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	82.27799999999999	4.0	1.4799161153188584e-05	NZ_CP004078.1	firmicutes	Paenibacillus sabinae T27 chromosome, complete genome	True	False
ISR0776_000000013366	1807	0.7950883514122502	2	1	1	1	1	False	22419	maximal	True	ISR0776_000000013366	1.0		51	9	False	False	0.9961261749267578	0					non-mobilizable	other	1806.0	99.336	99.0	0.0005012468689426884	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0016_000000013784	1392	0.7950822551161227	3	2	2	2	2	False	50205	fragment	False	FIJ0016_000000013784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	83.234	12.0	0.00046475200316719884	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	False
DEN0052_000000012110	3305	0.7950683559937839	4	3	3	3	3	False	72324	fragment	False	DEN0052_000000012110	0.9930810790321903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2545.0	92.73100000000001	77.0	0.0399032268199956	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
MAD0047_000000042917	1133	0.7950667088854884	3	2	2	1	1	False	84571	fragment	False	MAD0062_000000012232	0.9384947596411807		0	0	False	False	0.999117374420166	0					non-mobilizable	chromosome	1133.0	98.588	100.0	0.0003019690140311556	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0150_000000012210	2286	0.7950663606117008	3	3	3	3	3	False	118792	maximal	False	SPA0021_000000013298	0.9547456948338006		0	0	False	False	0.9965004324913025	0					non-mobilizable	other	2286.0	98.68799999999999	100.0	0.03131895996381529	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
ISR0164_000000004356	5261	0.7950649467162254	6	4	1	3	4	False	40376	maximal	True	ISR0164_000000004356	1.0		27	5	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	77.954	24.0	0.00021527296318298814	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0048_000000018035	2216	0.7950622268873944	3	3	3	3	3	False	43075	fragment	False	MON0048_000000018035	1.0		0	0	False	False	0.9981949329376221	0					non-mobilizable	no_good_hit	543.0	75.691	24.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ETH0002_000000013991	1852	0.7950614811542359	2	2	2	2	1	True	53336	fragment	False	ETH0002_000000013991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	3.0	8.609798324832717e-05	NZ_QURN01000001.1	a-proteobacteria	Mesorhizobium denitrificans strain LA-28 contig_1, whole genome shotgun sequence	True	True
ISR0286_000000001778	6363	0.795057990198372	3	2	1	2	1	True	106245	fragment	False	ISR0278_000000001314	0.9700580507179957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	76.077	16.0	0.00031389819245661267	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0097_000000011719	2689	0.7950493381326809	5	2	1	1	1	False	70147	maximal	True	ENG0097_000000011719	1.0		10	5	False	False	0.9959092736244202	0					non-mobilizable	other	2649.0	99.92399999999999	99.0	0.001029065664338056	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ENG0104_000000013219	2387	0.7950493381326809	5	2	1	1	1	False	70146	fragment	False	ENG0104_000000013219	1.0		0	0	False	False	0.9995810389518738	0					non-mobilizable	other	2305.0	99.913	97.0	0.0008953803967654383	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
DEN0012_000000000948	6712	0.7950425453842621	9	8	7	7	7	False	75496	maximal	True	DEN0012_000000000948	1.0		1	1	False	False	0.9983611702919006	0					non-mobilizable	no_good_hit	3329.0	72.39399999999999	48.0	0.05014945715303483	NZ_CCAT010000008.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	False
SPA0004_000000002579	5958	0.7950393671708437	4	4	4	4	4	True	116691	backbone	True	SPA0004_000000002579	0.9942016057091883	PS782|PS783	41	8	False	True	1.0	0					non-mobilizable	no_good_hit	3493.0	99.82799999999999	60.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
MAD0089_000000005394	3844	0.7950348060861351	4	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.014733486467017786		0	0	False	True	0.999219536781311	0					non-mobilizable	no_good_hit	3320.0	95.06	87.0	0.0007542956488320029	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0107_000000005938	3759	0.7950348060861351	4	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.0596950021998839		0	0	False	True	0.9946794509887695	0					non-mobilizable	chromosome	3761.0	98.883	100.0	0.0008560675036547935	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
DEN0083_000000007242	3710	0.7950348060861351	4	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.05242604561933109		0	0	False	True	0.9964959621429443	0					non-mobilizable	plasmid	3710.0	99.973	100.0	0.11973786157024793	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0007_000000004705	3571	0.7950348060861351	4	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.0297749273188007		0	0	False	True	1.0	0					non-mobilizable	plasmid	3225.0	98.884	90.0	0.10408057851239669	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0090_000000002933	6813	0.7950334516148196	8	7	3	4	7	True	124293	maximal	True	DEN0090_000000002933	1.0		4	3	False	False	0.9998531937599182	0		MOBV			mobilizable	no_good_hit	2561.0	93.323	78.0	0.0005792049145537	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CHI0034_000000000380	16356	0.7950316037269131	14	10	4	8	4	True	88297	maximal	True	CHI0034_000000000380	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1724.0	87.645	11.0	0.0007363312882542095	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0151_000000011699	1628	0.7950302579895376	3	2	2	2	2	True	112642	fragment	False	ISR0204_000000007061	0.9823636795350812		0	0	False	False	1.0	0					non-mobilizable	other	1628.0	99.816	100.0	0.011858946324965742	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	False	True
ISR0318_000000002376	1849	0.7950296473073046	3	3	3	3	2	False	25118	maximal	True	ISR0318_000000002376	1.0		12	5	False	False	1.0	0					non-mobilizable	chromosome	1849.0	99.56700000000001	100.0	0.0003916161923971361	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0782_000000009854	1281	0.7950194356617616	2	1	1	1	1	False	36727	fragment	False	ISR0782_000000009854	0.9853900158571791		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	98.726	83.0	0.00032564252093831566	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0241_000000001323	9204	0.7950176622589396	9	8	7	8	8	False	27260	maximal	True	ISR0241_000000001323	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5728.0	97.905	80.0	0.0016595718159774008	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0156_000000003069	2426	0.7950040644152162	4	4	4	3	3	False	39507	maximal	True	FIJ0156_000000003069	1.0		45	9	False	False	0.9958779811859131	0					non-mobilizable	other	1394.0	99.57	100.0	0.00027020631115042324	AP023148.1	enterobacteria	Klebsiella pneumoniae SMKP03 DNA, complete genome	False	False
MAD0036_000000022717	1387	0.7949982124017458	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.23809006835122815		0	0	False	False	1.0	0					non-mobilizable	chromosome	1387.0	99.928	100.0	0.00026932708453042355	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
FIJ0037_000000006408	4211	0.7949763373436175	4	4	4	3	2	False	47819	maximal	True	FIJ0037_000000006408	1.0		11	1	False	False	0.9992876052856445	0					non-mobilizable	no_good_hit	85.0	83.529	2.0	1.7080930056641584e-05	CP038441.1	g-proteobacteria	Aeromonas media strain T0.1-19 chromosome, complete genome	True	False
ENG0073_000000011297	2212	0.7949539660770044	2	2	1	2	1	False	115058	fragment	False	ENG0073_000000011297	1.0		0	0	False	False	0.9972875118255615	0					non-mobilizable	chromosome	2042.0	98.43299999999999	92.0	0.00028793924143253723	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0019_000000011180	1629	0.7949539660770044	2	2	1	2	1	False	115057	fragment	False	SPA0145_000000021039	0.942632850241546		0	0	False	False	0.9993861317634583	0					non-mobilizable	chromosome	1298.0	98.99799999999999	99.0	0.00018306725300882393	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0112_000000001620	8749	0.7949514566481278	6	6	4	4	6	False	103539	fragment	False	CHI0112_000000001620	1.0		0	0	False	False	0.9985141158103943	0		MOBF			mobilizable	plasmid	8732.0	99.084	99.0	0.054443065525004525	CP024662.1	enterobacteria	Escherichia coli strain 90-9269 plasmid unnamed1, complete sequence	False	True
ISR0395_000000010971	3509	0.794941304978499	5	2	2	2	1	True	60380	fragment	False	ISR0395_000000010971	1.0		0	0	False	False	0.9994300603866577	0					non-mobilizable	no_good_hit	210.0	88.571	6.0	0.004974532298757557	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0026_000000008558	3854	0.7949409874231136	5	4	3	4	1	False	122417	maximal	True	MON0026_000000008558	1.0	PS871	3	2	False	True	0.9953294992446899	0					non-mobilizable	no_good_hit	1195.0	92.301	31.0	0.5166738847986141	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0162_000000003424	7028	0.794939482546357	13	5	2	2	3	False	54862	maximal	True	FIJ0162_000000003424	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	85.455	2.0	0.0004819064040497823	NZ_SLWV01000004.1	firmicutes	Marinisporobacter balticus strain DSM 102940 Ga0310545_104, whole genome shotgun sequence	True	False
MON0062_000000004189	9143	0.7949392586304155	12	3	3	2	2	False	99921	fragment	False	MON0062_000000004189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3025.0	95.76899999999999	47.0	0.1253628597495231	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
MON0037_000000016921	3714	0.7949345634791508	3	3	3	3	2	False	105885	fragment	False	MON0037_000000016921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	78.179	30.0	0.00017588939493209244	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0046_000000003991	6623	0.794930867839833	8	3	1	2	1	False	11544	maximal	False	MON0088_000000003480	0.9398625538600627		0	0	True	True	1.0	128					non-mobilizable	no_good_hit	138.0	77.536	2.0	0.03644586326150572	M86247.1	firmicutes	S.ruminantium plasmid pS23 DNA	True	True
MAD0102_000000007337	2483	0.7949244556067191	3	3	2	2	3	False	109512	fragment	False	MAD0101_000000011213	0.6628092577813248		0	0	False	False	0.9967780709266663	0					non-mobilizable	chromosome	2483.0	98.83200000000001	100.0	0.0006635266171719402	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0128_000000023407	1596	0.7949155959794314	2	2	1	2	1	False	73211	fragment	False	SPA0128_000000023407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	86.446	42.0	0.0027970255196890317	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
FIJ0029_000000004150	8306	0.7949034131231371	12	7	3	4	6	False	52590	maximal	False	FIJ0102_000000003484	0.9874216861847837		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1564.0	71.547	18.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
MAD0024_000000009682	1574	0.7948930191002278	3	3	2	3	3	False	113626	fragment	False	ISR0331_000000014703	0.7093446526995113		0	0	False	False	1.0	0					non-mobilizable	chromosome	1574.0	94.40899999999999	100.0	0.0005284528079861673	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0176_000000004027	1916	0.7948908821474591	2	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.9006393704681281		0	0	False	False	0.9937369227409363	0					non-mobilizable	chromosome	1920.0	97.448	100.0	0.0005559927935449179	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0023_01_000000003123	10340	0.7948776122822724	8	6	4	6	4	False	48046	maximal	True	USA0023_01_000000003123	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	97.336	12.0	0.0003819339791098424	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CAN0001_000000009495	4973	0.7948756960717548	4	3	2	2	3	False	123168	maximal	True	CAN0001_000000009495	1.0	PS879	1	1	False	True	0.9977880716323853	0					non-mobilizable	no_good_hit	2934.0	100.0	59.0	0.03024833958995091	NZ_NFIG01000015.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_15, whole genome shotgun sequence	True	True
MON0060_000000021247	1924	0.7948755462013644	2	2	2	2	2	False	10891	fragment	False	MON0060_000000021247	1.0		0	0	False	False	0.9994802474975586	0					non-mobilizable	plasmid	1135.0	100.0	99.0	0.01263228249972151	CP007735.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae KPNIH27 plasmid pKPN-a41, complete sequence	False	True
MAD0048_000000005928	3813	0.7948725781647163	5	3	2	3	2	False	17561	maximal	True	MAD0048_000000005928	1.0		1	1	False	False	0.9868869781494141	0					non-mobilizable	no_good_hit	1214.0	87.727	32.0	0.05184613405377589	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0053_000000008910	2893	0.7948671448576581	3	2	2	2	1	False	102225	fragment	False	ISR0375_000000007981	0.484063840947983		0	0	False	False	0.9986173510551453	0					non-mobilizable	other	1570.0	88.662	96.0	0.0003846841287272251	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0046_000000022673	1197	0.7948651929969389	2	2	2	2	1	False	28908	fragment	False	MON0088_000000026717	0.6108919558403269		0	0	False	False	0.9849624037742615	0					non-mobilizable	other	1208.0	88.079	100.0	0.0003625013435732938	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0130_000000002438	10508	0.7948634701422371	9	4	3	4	1	True	95948	fragment	False	ENG0130_000000002438	1.0		0	0	False	False	0.997525691986084	0					non-mobilizable	no_good_hit	6321.0	96.931	62.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
SPA0031_000000002242	9740	0.7948634701422371	8	4	3	4	1	True	82772	fragment	False	SPA0031_000000002242	0.9943415067125264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5923.0	96.927	69.0	0.047663528824396256	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0196_000000015598	1401	0.7948622706833789	2	2	2	1	1	False	92579	maximal	True	ISR0196_000000015598	1.0		0	0	False	False	0.940756618976593	0					non-mobilizable	no_good_hit	85.0	84.706	6.0	0.0001200754760134942	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0072_000000002100	9057	0.7948605322722583	11	8	4	6	5	True	96773	backbone	False	ENG0153_000000002663	0.9976026097833209	PS519|PS520	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	1982.0	85.21700000000001	55.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0032_000000022059	1164	0.7948530400596705	2	2	2	2	2	False	65555	fragment	False	ISR0134_000000026281	0.9730831973898858		0	0	False	False	0.9991409182548523	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	0.00015629210455402856	NZ_VOJI01000011.1	a-proteobacteria	Puniceibacterium confluentis strain JSSK-17 52765_scaffold11, whole genome shotgun sequence	True	False
MON0095_000000010671	2834	0.7948498525184139	4	4	4	4	3	False	89618	fragment	False	MON0095_000000010671	0.9836330935251799		0	0	False	False	0.9795342087745667	0					non-mobilizable	other	2811.0	98.292	99.0	0.03851531017845884	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ISR0320_000000002108	7264	0.7948490937272259	8	8	8	7	6	False	125056	fragment	False	CHI0172_000000000825	0.23175746120620067		0	0	False	False	0.9995869994163513	0					non-mobilizable	other	7265.0	99.546	100.0	0.026256227809474224	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0020_000000003464	7053	0.7948490937272259	8	8	8	7	6	False	125056	fragment	False	CHI0172_000000000825	0.19367111536557025		0	0	False	False	1.0	0					non-mobilizable	other	7052.0	99.36200000000001	99.0	0.02548611261759623	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0162_000000018786	1228	0.7948480442601547	2	2	2	2	2	False	39200	fragment	False	FIJ0162_000000018786	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	97.39399999999999	100.0	0.0023509980724498282	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0153_000000006081	4688	0.7948434221830244	6	6	2	5	4	False	56970	fragment	False	ENG0153_000000006081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2998.0	95.564	79.0	0.000677398247724132	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0046_000000021003	1686	0.7948377870066096	3	2	2	2	2	False	36160	fragment	False	ISR0046_000000021003	1.0		0	0	False	False	0.9988137483596802	0					non-mobilizable	no_good_hit	1130.0	81.593	66.0	0.0040608989815120325	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0090_000000003926	7234	0.794832267565886	15	3	1	2	2	False	6934	maximal	True	SPA0090_000000003926	1.0		0	0	False	False	0.9929499626159668	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.005593884020137983	XM_004369240.2	placentals	PREDICTED: Trichechus manatus latirostris MAX dimerization protein 1 (LOC101361656), mRNA	True	False
DEN0082_000000033885	1274	0.7948307884848689	1	1	1	1	1	False	69172	fragment	False	DEN0082_000000033885	1.0		0	0	False	False	0.9819466471672058	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000020182	2014	0.7948200332835009	3	3	2	1	2	False	80613	fragment	False	DEN0022_000000020182	0.982496494578324		0	0	False	False	0.9885799288749695	0					non-mobilizable	other	2005.0	99.501	99.0	0.0008801626104814893	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0301_000000008755	2079	0.794818159776822	4	2	2	2	1	False	33328	fragment	False	ISR0301_000000008755	1.0		0	0	False	False	0.9889369606971741	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000027272	1763	0.7948099933154938	2	1	1	1	1	False	58832	maximal	False	ENG0125_000000014183	0.9639397201291712		0	0	False	False	0.9994328022003174	0					non-mobilizable	no_good_hit								True	False
MON0008_000000015499	2221	0.7948038186382522	2	2	2	2	2	False	15214	fragment	False	MON0008_000000015499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1589.0	73.883	71.0	0.00027233192924773817	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
USA0019_01_000000001500	15578	0.7948012105130854	20	8	1	8	3	False	1849	maximal	True	USA0019_01_000000001500	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	6.147329579173796e-07	LR812591.1	bony fishes	Danio rerio strain Nadia (NA) genome assembly, chromosome: 23	True	False
ISR0793_000000013634	1248	0.7948008194333092	2	2	2	1	1	False	22009	maximal	True	ISR0793_000000013634	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	99.79700000000001	40.0	9.322995167580839e-05	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	True	False
AST0046_000000003165	6274	0.7947970105205725	7	5	3	3	3	False	115728	fragment	False	ISR0053_000000003122	0.5759082511716117		0	0	False	False	1.0	0					non-mobilizable	other	3420.0	99.73700000000001	100.0	0.026448148320101523	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0102_000000013633	2591	0.7947937657130736	3	3	3	3	2	False	9986	fragment	False	SPA0102_000000013633	0.9918238993710692		0	0	False	False	0.9922809600830078	0					non-mobilizable	other	2590.0	98.919	99.0	0.0007894941474057845	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0131_000000028760	1290	0.794793501900391	1	1	1	1	1	True	31632	maximal	True	ISR0131_000000028760	1.0		1	1	False	False	0.9984496235847473	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	4.0	0.00014138663404528675	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	True
AST0006_000000010042	1252	0.7947927908919895	3	3	3	1	2	True	131026	fragment	False	CHI0117_000000007167	0.03680685679454647		0	0	False	False	0.9840255379676819	0					non-mobilizable	other	1252.0	98.163	100.0	0.0003782541650288755	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0338_000000004349	5036	0.7947903164170879	6	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.13350056199557012		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2765.0	99.204	87.0	0.08366123857376355	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
ISR0397_000000004232	5010	0.7947903164170879	7	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.13706318781679425		0	0	False	True	1.0	0					non-mobilizable	plasmid	3765.0	99.20299999999999	91.0	0.12151342975206611	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0196_000000003533	4883	0.7947903164170879	7	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.15133030652954782		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2791.0	98.56700000000001	87.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
CHI0153_000000004000	4114	0.7947903164170879	5	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.08089397412911313		0	0	False	True	0.9995138645172119	0					non-mobilizable	no_good_hit	3038.0	98.618	89.0	0.0006914566512233	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0062_000000007975	4079	0.7947903164170879	5	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.08077631692250302		0	0	False	True	0.9997548460960388	0					non-mobilizable	no_good_hit	2887.0	97.125	87.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0133_000000004419	3991	0.7947903164170879	5	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.07634513845822512		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2963.0	98.819	89.0	0.09536688238513796	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
CHI0111_000000008341	3677	0.7947903164170879	4	4	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.04839664524722544		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2636.0	98.86200000000001	88.0	0.08483853311439518	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0151_000000004196	3989	0.7947865490652779	5	4	4	4	3	False	50214	maximal	True	ISR0151_000000004196	1.0		33	7	False	False	0.9992479085922241	0					non-mobilizable	no_good_hit	948.0	70.148	23.0	0.00032438586578306113	CP047797.1	firmicutes	Staphylococcus aureus strain UP_426 chromosome, complete genome	True	False
FIJ0104_000000007005	3550	0.7947856087308806	6	3	3	3	2	True	124806	maximal	True	FIJ0104_000000007005	1.0		1	1	False	False	0.998309850692749	0					non-mobilizable	no_good_hit	87.0	98.851	2.0	2.2170371052094957e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
CHI0158_000000002381	5798	0.7947799289820726	5	5	5	5	4	False	87366	fragment	False	CHI0158_000000002381	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5771.0	97.072	99.0	0.001116554724054379	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0041_000000047781	1440	0.7947767564071017	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.25824956660943		0	0	False	False	1.0	0					non-mobilizable	chromosome	1395.0	78.99600000000001	96.0	0.00038477552850009407	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0779_000000021481	1606	0.7947525760142994	2	2	2	2	2	False	106150	fragment	False	ISR0779_000000021481	0.9912122072559592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	78.72800000000001	31.0	0.00022216924609818077	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
CHI0095_000000004629	1813	0.7947493730144048	2	2	2	1	1	False	83496	fragment	False	CHI0095_000000004629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0105_000000025500	2134	0.7947493525935089	4	4	4	3	3	True	25015	fragment	False	MON0105_000000025500	0.9631425800193987		0	0	False	False	0.9854732751846313	0					non-mobilizable	no_good_hit	676.0	74.26	31.0	0.0008618224359807617	CP053293.1	firmicutes	Clostridium butyricum strain 16-3 chromosome 2, complete sequence	True	True
ISR0033_000000006107	4554	0.7947373659857017	4	2	2	2	2	False	36903	maximal	True	ISR0033_000000006107	1.0		5	3	False	False	0.9991216659545898	0					non-mobilizable	no_good_hit	2917.0	96.126	84.0	0.08337860635347268	MK231935.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_9_c1 sequence	True	False
FIJ0161_000000012996	1371	0.7947364085246645	2	2	0	2	0	True	39268	maximal	True	FIJ0161_000000012996	1.0		1	1	False	False	0.9985412359237671	0					non-mobilizable	no_good_hit	233.0	96.99600000000001	17.0	0.00012424116495370944	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
MON0066_000000012525	2551	0.7947228115858336	4	3	0	1	3	False	40524	fragment	False	MON0066_000000012525	1.0		0	0	False	False	0.9847118854522705	0					non-mobilizable	no_good_hit	1096.0	99.90899999999999	55.0	0.2708384862725699	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	False
ISR0829_000000010482	1465	0.7947228115858336	3	3	0	1	3	False	21057	fragment	False	ISR0829_000000010482	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1385.0	99.85600000000001	94.0	0.1548964745383324	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
FIJ0136_000000019768	1410	0.7947228115858336	3	3	0	1	3	False	40522	fragment	False	FIJ0136_000000019768	1.0		0	0	False	False	0.9992907643318176	0					non-mobilizable	other	1096.0	99.544	99.0	0.2708384862725699	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	False
MON0001_000000013334	2582	0.7947206979590825	3	3	2	1	3	False	99133	fragment	False	MON0001_000000013334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0019_000000022200	2953	0.7947109521872876	4	4	3	3	3	False	91435	maximal	True	MON0019_000000022200	1.0		4	3	False	False	0.9942431449890137	0					non-mobilizable	no_good_hit	241.0	75.934	8.0	0.00010370951655808856	NZ_FLKP01000002.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	False
CHI0117_000000000918	15811	0.7947086801843913	12	9	2	7	7	False	82122	maximal	True	CHI0117_000000000918	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	15735.0	99.447	99.0	0.003059757565124638	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
BAN0014_000000001684	1986	0.7947006236375264	4	3	3	3	1	True	98506	fragment	False	BAN0014_000000001684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0031_000000000430	12508	0.7946999625442639	10	5	2	3	5	False	104427	maximal	True	CHI0031_000000000430	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4006.0	91.912	79.0	0.0006403665479969669	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
MAD0097_000000006624	5634	0.7946908311322812	10	6	4	6	2	False	110060	fragment	False	MAD0097_000000006624	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	98.256	94.0	0.02839338499640489	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0047_000000018559	1264	0.7946831098426658	2	1	1	1	1	False	115056	fragment	False	AST0047_000000018559	1.0		0	0	False	False	0.9746835231781006	0					non-mobilizable	chromosome	1261.0	96.193	99.0	0.00017728023884277784	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0034_000000003750	3888	0.794678647884042	4	3	2	3	2	False	115350	fragment	False	CHI0034_000000003750	1.0		0	0	False	False	0.9997428059577942	0					non-mobilizable	other	3903.0	90.494	100.0	0.000905911216501349	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0047_000000017149	2287	0.7946749406380236	2	1	1	1	1	False	105798	fragment	False	SPA0047_000000017149	1.0		0	0	False	False	0.9969392418861389	0					non-mobilizable	other	2288.0	97.37799999999999	100.0	0.0007114818296811429	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0007_000000023237	1740	0.7946749406380236	2	1	1	1	1	False	105795	fragment	False	CAN0007_000000023237	0.9438059874294185		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	97.501	99.0	0.0005350890892223724	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0148_000000007032	1679	0.7946749406380236	2	1	1	1	1	False	105797	fragment	False	CHI0148_000000007032	1.0		0	0	False	False	0.9994044303894043	0					non-mobilizable	other	1679.0	92.13799999999999	100.0	0.0005052136665415174	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0007_000000039033	1643	0.7946749406380236	2	1	1	1	1	False	105795	fragment	False	CAN0007_000000023237	0.934437420317814		0	0	False	False	1.0	0					non-mobilizable	chromosome	1643.0	95.19200000000001	100.0	0.0005526875864415839	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0037_000000021920	1620	0.7946749406380236	2	1	1	1	1	False	105795	fragment	False	CAN0007_000000023237	0.9299473029756602		0	0	False	False	0.999382734298706	0					non-mobilizable	other	1620.0	98.51899999999999	100.0	0.0005036681601459425	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0012_000000034303	1610	0.7946749406380236	1	1	1	1	1	False	77874	fragment	False	MON0012_000000034303	0.9922423294591639		0	0	False	False	0.9627329111099243	0					non-mobilizable	other	1574.0	99.492	98.0	0.03029427068277736	NZ_SPGG01000030.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_30_length_51891_cov_34.7452, whole genome shotgun sequence	False	False
ISR0386_000000009689	3549	0.794674319830361	4	4	4	3	3	False	128342	fragment	False	ISR0386_000000009689	0.9758947057083702		0	0	False	False	1.0	0					non-mobilizable	other	3550.0	99.155	100.0	0.027136554445149598	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
MAD0032_000000005596	2842	0.7946688633815258	6	2	1	2	2	False	25280	maximal	True	MAD0032_000000005596	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	92.461	85.0	0.000341897040148481	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0062_000000008423	2980	0.7946627900485227	3	3	3	3	2	False	99312	fragment	False	ENG0062_000000008423	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2985.0	99.296	100.0	0.0009038734795221465	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
SPA0111_000000013405	2566	0.7946627900485227	3	3	3	3	2	False	91487	fragment	False	SPA0111_000000013405	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2566.0	99.53200000000001	100.0	0.0007767715919032842	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MAD0042_000000001626	12598	0.7946575094406819	10	6	6	6	6	False	18175	maximal	True	MAD0042_000000001626	0.9965213746856664		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	0.0	1.6368214924094485e-05	NZ_CP025197.1	firmicutes	Hungateiclostridium saccincola strain GGR1 chromosome, complete genome	True	False
MAD0103_000000000995	11930	0.7946575094406819	9	6	6	6	6	False	18175	maximal	False	MAD0042_000000001626	0.9701936815367518		0	0	False	False	0.9987426400184631	0					non-mobilizable	no_good_hit	60.0	86.667	1.0	1.6368214924094485e-05	NZ_CP025197.1	firmicutes	Hungateiclostridium saccincola strain GGR1 chromosome, complete genome	True	False
ISR0196_000000000260	38914	0.7946524258967937	43	27	13	25	16	True	123719	fragment	False	ISR0176_000000000218	0.3167842898984234		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	22903.0	97.751	96.0	0.22845481398690723	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0160_000000001845	11778	0.7946523020744679	16	14	11	14	11	False	132206	fragment	False	ISR0160_000000001845	0.9674687729928325		0	0	False	False	1.0	0					non-mobilizable	other	11778.0	99.805	100.0	0.09637795017840191	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
ISR0798_000000010372	1180	0.7946511240855512	2	2	2	1	1	False	94890	fragment	False	USA0021_01_000000012788	0.4005397581116314		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	98.98299999999999	100.0	0.0003361376162796665	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
FIJ0012_000000007121	3286	0.7946501395817616	2	2	2	2	1	True	50824	fragment	False	FIJ0012_000000007121	1.0		0	0	False	False	0.9866098761558533	0					non-mobilizable	no_good_hit	1062.0	80.226	44.0	0.0006977082810894766	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
MON0077_000000022608	1907	0.7946501395817616	3	2	2	2	1	True	10229	fragment	False	MON0077_000000022608	1.0		0	0	False	False	0.9994755983352661	0					non-mobilizable	no_good_hit	850.0	81.176	44.0	0.0005662559962465317	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
CHI0006_000000001606	5643	0.7946296876477856	12	4	3	4	3	True	109297	fragment	False	CHI0006_000000001606	0.9663494835897818		0	0	False	False	0.9976962804794312	0					non-mobilizable	other	5638.0	95.566	99.0	0.0015092767227807326	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0838_000000009290	2488	0.7946210697136504	3	3	3	3	2	False	20884	maximal	True	ISR0838_000000009290	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	90.27799999999999	14.0	0.0006222721124482312	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
USA0073_01_000000012396	1112	0.7946183684098748	2	2	2	2	2	False	70672	maximal	False	DEN0069_000000022979	0.9736048264721902		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	99.64	100.0	0.023273855702094646	NZ_CYZO01000027.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0019_000000005822	1158	0.7946163853524028	1	1	1	1	1	True	49846	maximal	True	FIJ0019_000000005822	1.0		20	6	False	False	0.9982728958129883	0					non-mobilizable	other	910.0	97.69200000000001	97.0	0.0002736824927808339	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0072_000000017008	1721	0.7946067184976459	2	2	1	1	2	False	77927	fragment	False	ISR0072_000000017008	0.972457627118644		0	0	False	False	1.0	0					non-mobilizable	other	1738.0	98.56200000000001	100.0	0.0005192901181512076	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0773_000000004183	3010	0.7946054231530612	2	2	2	2	2	True	97330	fragment	False	ENG0209_000000005955	0.9629228132602773		0	0	False	False	1.0	0					non-mobilizable	other	3010.0	99.435	100.0	0.006651811176103882	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
MON0033_000000053322	1101	0.7946053803693259	2	2	2	2	2	False	70672	maximal	False	DEN0069_000000022979	0.9724361688031379		0	0	False	False	0.9736602902412415	0					non-mobilizable	other	1101.0	99.637	100.0	0.023043213888830644	NZ_CYZO01000027.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0325_000000001389	9909	0.7945998773132307	9	5	3	3	3	True	24887	fragment	False	ISR0325_000000001389	1.0		0	0	False	False	0.9998990893363953	0					non-mobilizable	no_good_hit								True	True
SPA0035_000000013228	1547	0.7945928583728885	2	2	1	2	2	False	31890	fragment	False	SPA0035_000000013228	1.0		0	0	False	False	0.9948287010192871	0					non-mobilizable	other	984.0	99.695	100.0	0.005617142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0827_000000010592	1135	0.794590138265097	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.09743370799024878	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1130.0	83.186	99.0	0.013304660175820021	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0024_000000015644	1637	0.7945890006407174	3	3	2	3	3	False	37434	maximal	True	ISR0024_000000015644	1.0		80	8	False	False	0.9908369183540344	0					non-mobilizable	no_good_hit	65.0	86.154	4.0	0.0003691995292706002	NZ_QGGM01000005.1	g-proteobacteria	Psychrobacter immobilis strain DSM 7229 Ga0215685_105, whole genome shotgun sequence	True	False
ENG0196_000000003129	3205	0.7945802416697795	3	3	3	3	3	False	128337	fragment	False	ENG0196_000000003129	1.0		0	0	False	False	0.9993759989738464	0					non-mobilizable	chromosome	1829.0	98.961	100.0	0.00064136468347335	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0013_000000002991	7835	0.7945698629534199	9	3	2	3	1	False	50664	maximal	True	FIJ0013_000000002991	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	95.402	1.0	2.2941108839822777e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0045_000000021839	1889	0.7945647942858417	3	3	3	3	3	False	17848	maximal	True	MAD0045_000000021839	1.0		33	5	False	False	0.9941768050193787	0					non-mobilizable	no_good_hit	397.0	72.292	21.0	0.0011426585659634998	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
ISR0129_000000000558	23054	0.7945562215215473	24	9	6	9	4	False	47832	fragment	False	ISR0129_000000000558	1.0		0	0	False	False	0.9981781840324402	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000009904	3331	0.7945539203490484	3	2	2	2	1	True	91317	maximal	True	DEN0065_000000009904	1.0		1	1	False	False	0.9966976642608643	0					non-mobilizable	no_good_hit								True	True
CHI0109_000000006466	2750	0.7945539203490484	3	2	2	2	1	True	91316	fragment	False	CAN0022_000000010799	0.9567769477054429		0	0	False	False	0.9861817955970764	0					non-mobilizable	no_good_hit								True	True
ISR0011_000000023215	1260	0.7945530298146624	1	1	1	1	1	False	38226	fragment	False	ISR0011_000000023215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	98.63	25.0	5.116647205763674e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0038_000000012457	2741	0.7945515402261594	3	3	3	3	2	False	101411	fragment	False	FIJ0038_000000012457	0.9793775778027747		0	0	False	False	1.0	0					non-mobilizable	other	2742.0	86.652	100.0	0.04304521318377478	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ENG0100_000000017560	1750	0.7945474342876728	2	2	2	1	1	False	60561	maximal	True	ENG0100_000000017560	1.0		12	7	False	False	0.9977142810821533	0					non-mobilizable	no_good_hit	558.0	84.588	32.0	0.0001792089857190422	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0301_000000007470	2383	0.7945431095252294	4	2	2	1	1	False	25566	maximal	True	ISR0301_000000007470	1.0		12	5	False	False	0.9991607069969177	0					non-mobilizable	no_good_hit	589.0	78.438	24.0	0.005936461625739525	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	True	False
ISR0153_000000004731	5423	0.7945378770712354	6	2	2	1	2	False	102650	maximal	True	ISR0153_000000004731	1.0		1	1	False	False	0.9968652129173279	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00010873068574113553	NZ_KB913018.1	euryarchaeotes	Natronorubrum tibetense GA33 NATTIDRAFT_scaffold2.2, whole genome shotgun sequence	True	False
AUS0008_000000008923	2641	0.7945378770712354	3	2	2	1	2	False	102648	fragment	False	AUS0008_000000008923	1.0		0	0	False	False	0.9958348870277405	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00010873068574113553	NZ_KB913018.1	euryarchaeotes	Natronorubrum tibetense GA33 NATTIDRAFT_scaffold2.2, whole genome shotgun sequence	True	False
ENG0064_000000006071	3749	0.7945336229031229	7	3	3	3	2	False	64698	maximal	True	ENG0064_000000006071	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	2.769947991215652e-05	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
CAN0010_000000003287	3987	0.7945290301102869	4	4	4	4	4	False	99896	maximal	True	CAN0010_000000003287	1.0		6	3	False	False	1.0	0					non-mobilizable	other	3585.0	99.721	90.0	0.011357586512866016	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0184_000000007153	3177	0.794524502506323	1	1	1	1	1	False	55116	fragment	False	ENG0184_000000007153	1.0		0	0	False	False	0.9949638247489929	0					non-mobilizable	no_good_hit	108.0	80.556	3.0	2.033361572354796e-05	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	True	False
AST0050_000000004093	3259	0.7945240377422048	4	3	3	3	3	False	114768	fragment	False	ISR0069_000000007143	0.9663545933294324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	97.71	48.0	0.00024743011517635465	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0102_000000009400	3954	0.7945134382063396	5	5	4	5	4	True	95851	fragment	False	SPA0102_000000009400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	82.99799999999999	36.0	0.010311493018259935	NZ_KB894652.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00010.10, whole genome shotgun sequence	True	True
MAD0109_000000007732	1835	0.7945131482417394	3	2	2	2	2	False	23303	maximal	True	MAD0109_000000007732	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1410.0	99.291	77.0	0.009410271822614039	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0816_000000006861	6276	0.7945118132885514	6	4	2	4	2	False	21431	maximal	True	ISR0816_000000006861	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2490.0	98.514	97.0	0.0006909153517614453	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0126_000000009751	3921	0.7945020782923367	3	2	2	1	2	False	67618	fragment	False	SPA0126_000000009751	0.9636453945051443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	88.94200000000001	9.0	0.004675113490073853	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
SPA0042_000000008217	3677	0.7945020782923367	3	2	2	1	2	False	67618	fragment	False	SPA0126_000000009751	0.6402278330357901		0	0	False	False	0.9983682632446289	0					non-mobilizable	no_good_hit	97.0	87.62899999999999	4.0	0.0021681685751067147	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0316_000000016977	1304	0.7945011071086884	2	1	1	1	1	False	25187	fragment	False	ISR0316_000000016977	1.0		0	0	False	False	0.9976993799209595	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	8.198470694302037e-06	NZ_CP042382.1	g-proteobacteria	Pistricoccus aurantiacus strain CBA4606 chromosome, complete genome	True	False
ISR0029_000000008633	5301	0.7945007322571939	5	5	4	5	3	False	120496	fragment	False	ISR0029_000000008633	1.0		0	0	False	False	0.9947179555892944	0					non-mobilizable	no_good_hit	85.0	96.471	2.0	1.644539131612858e-05	NC_022571.1	firmicutes	Clostridium saccharobutylicum DSM 13864, complete sequence	True	False
MON0093_000000015138	2810	0.7944849468735271	5	5	5	4	4	False	99475	fragment	False	MON0093_000000015138	0.9810062259380501		0	0	False	False	0.9925267100334167	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	3.0	0.0005557180462123428	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	True	False
CHI0065_000000012281	1111	0.7944753529947344	2	2	2	1	1	False	85214	fragment	False	DEN0017_000000021572	0.5286617312151343		0	0	False	False	0.984698474407196	0					non-mobilizable	other	1111.0	99.64	100.0	0.002048359743641319	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0136_000000038593	1111	0.7944753529947344	2	2	2	1	1	False	85214	fragment	False	DEN0017_000000021572	0.5286668649667524		0	0	False	False	0.9981998205184937	0					non-mobilizable	other	1111.0	99.82	100.0	0.002048359743641319	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ENG0138_000000003314	6359	0.7944743850835879	9	4	3	4	3	True	80939	maximal	True	ENG0138_000000003314	1.0		4	2	False	False	0.9998427629470825	0					non-mobilizable	no_good_hit								True	True
ISR0261_000000004357	3917	0.7944731045461766	6	3	0	2	1	True	109071	fragment	False	ISR0261_000000004357	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3940.0	93.29899999999999	100.0	0.01284806409596021	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0092_000000001036	14691	0.7944679790419376	15	9	4	6	7	False	81003	maximal	True	ENG0092_000000001036	1.0		86	11	False	False	0.9993873834609985	0					non-mobilizable	other	13662.0	99.18	93.0	0.002383277608902643	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MON0105_000000016298	3287	0.7944325798772449	5	2	0	1	1	False	126137	fragment	False	ISR0357_000000007006	0.32806280588956005		0	0	False	False	0.9753574728965759	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0064794816414686825	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0819_000000000847	19044	0.7944311443729759	18	13	11	13	9	False	21333	maximal	True	ISR0819_000000000847	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1572.0	73.919	8.0	0.005785246326387089	MN577570.1	bacteria	Uncultured Candidatus Melainabacteria bacterium isolate LL20 clone UCI_2 genomic sequence	True	False
CHI0180_000000006612	2003	0.7944261906023226	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.9681035046808985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	70.062	42.0	0.01209789992865341	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0042_01_000000001415	18283	0.7944226553468338	20	16	13	15	11	True	91780	maximal	True	USA0042_01_000000001415	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1860.0	72.688	10.0	0.0003531190492810683	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	True
MAD0065_000000003624	3335	0.7944226530892106	4	4	3	4	3	False	73060	maximal	True	MAD0065_000000003624	1.0		4	2	False	False	0.9853073358535767	0					non-mobilizable	other	3358.0	97.26	100.0	0.0017706069748306926	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0316_000000003777	4507	0.7944214022462933	4	3	3	3	2	False	124229	maximal	True	ISR0316_000000003777	1.0		27	4	False	False	1.0	0					non-mobilizable	no_good_hit	2326.0	98.925	52.0	0.055651340996168586	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	False
MON0097_000000014699	2405	0.7944190909888219	3	2	2	1	0	True	9234	maximal	True	MON0097_000000014699	1.0		0	0	False	False	0.9916840195655823	0					non-mobilizable	no_good_hit								True	True
ISR0269_000000012070	1591	0.7944147511630045	2	2	2	2	2	False	26460	fragment	False	ISR0269_000000012070	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1591.0	96.04	100.0	0.0006894013004970193	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0007_000000007862	3098	0.7944133626282671	3	3	3	3	2	False	8211	maximal	True	SPA0007_000000007862	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	87.708	64.0	0.01146073102833247	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
USA0009_01_000000000022	97160	0.7944121159665376	89	13	6	11	3	True	127415	maximal	False	SPA0046_000000000019	0.8807062817596313		0	0	True	True	1.0	29					non-mobilizable	virus	30362.0	94.00200000000001	96.0	0.3071258810863515	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
ENG0042_000000003116	8586	0.7944118795365526	11	10	8	9	10	False	98354	fragment	False	ENG0042_000000003116	1.0		0	0	False	False	0.9998835325241089	0					non-mobilizable	plasmid	8586.0	99.988	100.0	0.045185637441182355	CP043952.1	enterobacteria	Escherichia coli strain ST95-32 plasmid pST95-32-2, complete sequence	False	True
MAD0102_000000002053	7141	0.7944038364393438	10	7	4	4	4	True	46281	maximal	False	FIJ0055_000000001995	0.9926291817822331		0	0	True	True	1.0	11	IncQ1	MOBQ		MOBQ	mobilizable	no_good_hit	4519.0	98.51700000000001	86.0	0.7421528348397699	LC056431.1	enterobacteria	Escherichia coli plasmid pV234-a DNA, contig: V234-a_scaffold_5, strain: V234	True	True
AST0060_000000002479	10845	0.7943871605955011	15	13	5	8	6	True	112549	maximal	True	AST0060_000000002479	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	2281.0	98.729	33.0	0.0005720892700140915	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
MON0024_000000029157	1750	0.7943850421175559	3	3	1	3	1	False	12915	fragment	False	MON0024_000000029157	1.0		0	0	False	False	0.9988571405410767	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000023933	1570	0.7943836356414725	3	3	2	3	1	False	36690	fragment	False	ISR0037_000000014302	0.9772703082362821		0	0	False	False	0.9878981113433838	0					non-mobilizable	no_good_hit	726.0	97.65799999999999	59.0	0.0009168719616760167	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0024_000000009405	2484	0.7943812390660031	3	3	3	2	1	False	57215	fragment	False	ISR0024_000000009405	0.9975490196078431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	338.0	99.40799999999999	14.0	0.00011449293728063306	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0053_000000015874	1580	0.7943785179629163	2	2	1	2	1	True	102028	fragment	False	AUS0006_000000016267	0.9588271990018715		0	0	False	False	0.996835470199585	0					non-mobilizable	no_good_hit								True	True
ISR0348_000000004387	3056	0.7943700405124813	5	5	5	5	5	False	127744	fragment	False	ISR0348_000000004387	0.9859503488090625		0	0	False	False	0.9977094531059265	0					non-mobilizable	other	3056.0	99.738	100.0	0.0968519164315379	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0048_000000013847	2818	0.7943680277419419	3	2	2	2	1	True	124798	maximal	True	MON0048_000000013847	1.0		0	0	False	False	0.9960965514183044	0					non-mobilizable	no_good_hit	112.0	78.571	4.0	0.00025957510650914347	NZ_MKIP01000037.1	a-proteobacteria	Rhizobium oryzae strain 1.7048 scaffold11, whole genome shotgun sequence	True	True
FIJ0015_000000016387	1876	0.7943645538129614	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.12925701107603912		0	0	False	False	0.9706823229789734	0					non-mobilizable	other	1879.0	96.381	100.0	0.0006016460831363161	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0002_000000017301	1385	0.7943541878266984	2	2	1	2	1	False	73912	fragment	False	ENG0002_000000017301	0.9934268730276882		0	0	False	False	0.9985559582710266	0					non-mobilizable	other	1397.0	82.03299999999999	99.0	0.06928045211423958	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
AUS0010_000000008328	2819	0.7943539652491165	2	2	1	0	1	False	117220	fragment	False	AUS0010_000000008328	1.0		0	0	False	False	0.9996452927589417	0					non-mobilizable	no_good_hit	1256.0	98.726	45.0	0.15347927112632995	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
ISR0781_000000016444	1794	0.7943471901966146	2	2	2	2	1	False	51380	fragment	False	ISR0781_000000016444	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1794.0	100.0	100.0	0.0009989770653140455	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
ISR0823_000000000350	14490	0.7943433788899947	18	16	10	12	13	True	123710	fragment	False	ISR0395_000000002237	0.9917414648251079		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14501.0	99.821	100.0	0.1446491298099952	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0097_000000031033	1344	0.7943408834699562	3	2	2	2	2	False	15393	maximal	True	MAD0097_000000031033	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	98.667	28.0	0.00010467537897944864	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0138_000000010695	2737	0.7943392577196735	4	3	1	3	1	True	63059	fragment	False	ISR0138_000000010695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	96.296	2.0	0.00012782326624621656	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
ISR0196_000000014912	1455	0.7943380352698596	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.21604903747988197		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	90.027	99.0	0.0004389758795098524	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0819_000000004943	4773	0.7943364523792583	7	6	5	6	5	False	132492	fragment	False	ISR0054_000000002543	0.4385542354856334		0	0	False	False	0.9997904896736145	0					non-mobilizable	no_good_hit	2141.0	99.39299999999999	86.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0014_000000014573	2486	0.7943186081325844	3	1	1	1	1	False	38036	fragment	False	ISR0014_000000014573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	5.235503110034278e-05	NZ_KE386795.1	firmicutes	Veillonella magna DSM 19857 G344DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
MAD0052_000000000297	28451	0.7943178052252698	38	8	4	5	5	True	45912	maximal	True	MAD0052_000000000297	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	0.0	0.000670803286936106	NZ_JH379401.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld309, whole genome shotgun sequence	True	True
ENG0147_000000006887	2103	0.7943057211897521	3	1	1	1	1	False	57359	maximal	True	ENG0147_000000006887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	92.634	21.0	0.0002383074069155203	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
CHI0153_000000001521	10579	0.7942993942018903	18	5	4	5	4	False	79295	fragment	False	CHI0153_000000001521	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	72.35	4.0	0.02498533724340176	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0114_000000005242	3237	0.7942978279967208	4	4	4	4	3	False	129941	maximal	True	ENG0114_000000005242	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	1733.0	99.48100000000001	54.0	0.0241103302097278	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0104_000000030069	1264	0.7942955220437502	2	2	1	2	1	False	4810	fragment	False	SPA0104_000000030069	1.0		0	0	False	False	0.9976266026496887	0					non-mobilizable	chromosome	1264.0	99.84200000000001	100.0	0.0004182441890384258	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ISR0181_000000005943	3138	0.7942896642801565	4	4	3	4	4	False	104690	fragment	False	ISR0181_000000005943	0.9974201870364399		0	0	False	False	0.9955385327339172	0					non-mobilizable	no_good_hit	843.0	74.852	26.0	0.004680797948392075	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0095_000000012921	2096	0.7942765406896354	4	2	1	1	2	False	43826	maximal	True	FIJ0095_000000012921	1.0		134	12	False	False	0.9957060813903809	0					non-mobilizable	no_good_hit	565.0	87.434	27.0	0.0001745261506126459	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0354_000000002584	6463	0.7942496286848458	6	4	2	4	0	True	95635	fragment	False	ISR0354_000000002584	1.0		0	0	False	False	0.9996905326843262	0					non-mobilizable	no_good_hit	495.0	99.19200000000001	8.0	8.86697155407318e-05	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	True
ISR0819_000000014634	1809	0.7942488710979507	3	2	2	2	1	False	94383	fragment	False	ISR0819_000000014634	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	99.82700000000001	96.0	0.049345762421961856	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	False	False
ENG0058_000000000137	58169	0.7942434557023129	72	12	4	10	3	True	114294	fragment	False	ENG0058_000000000137	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	22458.0	97.823	97.0	0.23121619533302426	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
CHI0161_000000004496	2283	0.7942429488455437	6	3	2	2	3	False	94420	fragment	False	ISR0197_000000010217	0.9263718973075098		0	0	False	False	1.0	0					non-mobilizable	chromosome	2252.0	94.98200000000001	98.0	0.0004338050328707043	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0087_000000012774	2544	0.7942381473824909	3	2	2	2	2	False	33849	maximal	True	ISR0087_000000012774	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	81.905	4.0	0.0008865017078194665	NZ_JMLV01000012.1	a-proteobacteria	Fodinicurvata fenggangensis DSM 21160 BP38DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
SPA0046_000000017999	1787	0.7942370025882679	2	2	2	1	1	False	62568	fragment	False	SPA0046_000000017999	0.9993972272453285		0	0	False	False	0.9966424107551575	0					non-mobilizable	other	1787.0	99.88799999999999	100.0	0.00034591025042856265	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0078_000000002510	8783	0.7942351354988286	9	7	6	7	7	False	49085	fragment	False	FIJ0078_000000002510	1.0		0	0	False	False	0.9995445609092712	0					non-mobilizable	no_good_hit	4556.0	82.836	73.0	0.0030550859226062877	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0312_000000010160	1753	0.7942346742551806	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5337735883432289		0	0	False	False	1.0	0					non-mobilizable	other	1753.0	99.43	100.0	0.018241069476402177	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0081_000000004086	1874	0.7942340120903587	2	2	2	2	1	False	16927	fragment	False	MAD0081_000000004086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	95.54	75.0	0.005774416310424203	LR536659.1	firmicutes	Enterococcus faecium isolate E8407 genome assembly, plasmid: 2	True	False
ISR0249_000000005131	3278	0.7942338145100232	4	4	4	4	4	False	92280	fragment	False	ISR0249_000000005131	0.9948145820238844		0	0	False	False	0.9978645443916321	0					non-mobilizable	other	3261.0	99.20299999999999	99.0	0.11685844356023946	LR131275.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 9D11-Mucin	False	False
ISR0355_000000017484	1243	0.7942291599149964	3	3	2	2	2	False	50427	fragment	False	ISR0355_000000017484	0.9694724213821925		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	96.948	100.0	0.0005529085264385328	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0127_000000010292	2367	0.7942290975130278	4	3	3	3	3	False	102732	fragment	False	MON0088_000000012087	0.9336198171938568		0	0	False	False	1.0	0					non-mobilizable	other	2367.0	95.775	100.0	0.0005800909168697353	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0058_000000009468	1637	0.7942282743590118	2	2	1	2	0	True	74677	fragment	False	MAD0058_000000009468	1.0		0	0	False	False	0.945021390914917	0					non-mobilizable	no_good_hit	110.0	81.818	7.0	0.002078635160309834	NZ_SLUM01000028.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_128, whole genome shotgun sequence	True	True
MON0031_000000023335	1370	0.7942270014262611	1	1	1	1	1	False	12432	maximal	True	MON0031_000000023335	1.0		11	6	False	False	0.9678832292556763	0					non-mobilizable	other	1245.0	80.161	91.0	0.011009304638113502	NZ_LMUA01000012.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00012, whole genome shotgun sequence	False	False
MON0100_000000036679	1254	0.7942270014262611	1	1	1	1	1	False	9093	maximal	True	MON0100_000000036679	1.0		25	9	False	False	1.0	0					non-mobilizable	no_good_hit	817.0	72.583	64.0	0.04372240091588072	NZ_PVXP01000063.1	firmicutes	Clostridium luticellarii strain DSM 29923 CLLU_contig000063, whole genome shotgun sequence	True	False
USA0132_01_000000000562	29521	0.7942209734080766	31	10	4	10	3	True	110142	fragment	False	USA0132_01_000000000562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	0.0	2.4504203389788977e-05	NZ_FXXP01000002.1	a-proteobacteria	Tropicibacter phthalicicus strain CECT 8649, whole genome shotgun sequence	True	True
DEN0083_000000003827	6594	0.7942154125020451	7	5	5	5	5	False	77128	fragment	False	DEN0083_000000003827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3462.0	79.694	72.0	0.0009580618824666344	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0225_000000002050	5899	0.7942148128298594	11	9	8	6	6	False	120904	maximal	True	ISR0225_000000002050	1.0		20	4	False	False	1.0	0					non-mobilizable	other	3157.0	95.72399999999999	94.0	0.0008953349472450708	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0107_000000013418	2151	0.7942113004312976	3	3	3	2	3	False	60008	fragment	False	ENG0141_000000012308	0.9887962547488707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1847.0	90.146	86.0	0.018738077167647842	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	True	False
MON0098_000000031503	1153	0.7942072366094173	2	2	2	1	2	False	9175	fragment	False	MON0098_000000031503	1.0		0	0	False	False	0.9895923733711243	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000019994	1124	0.79420076572188	2	2	2	2	2	False	71603	fragment	False	FIJ0138_000000015931	0.9631823249214554		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	99.64399999999999	100.0	0.000407831971774977	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0219_000000020886	1580	0.7941985210589031	3	2	2	2	2	False	28034	fragment	False	ISR0219_000000020886	1.0		0	0	False	False	0.9936708807945251	0					non-mobilizable	other	1564.0	99.744	99.0	0.0006755261583782532	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0381_000000006070	2676	0.7941933958717206	3	3	3	3	1	False	23160	maximal	True	ISR0381_000000006070	1.0		10	5	False	False	0.9943946003913879	0					non-mobilizable	no_good_hit	474.0	87.34200000000001	18.0	0.000244495238804134	NZ_JPNB01000002.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000013_quiver.2_C, whole genome shotgun sequence	True	False
ENG0204_000000017950	1509	0.7941882985695146	2	2	2	2	2	False	54027	maximal	True	ENG0204_000000017950	1.0		0	0	False	False	0.9794566035270691	0					non-mobilizable	no_good_hit	1311.0	97.25399999999999	86.0	0.0018003828905903195	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0398_000000008377	2768	0.794185354455408	4	1	1	1	1	False	45594	fragment	False	ISR0398_000000008377	1.0		0	0	False	False	0.9772399067878723	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0027439547247470417	XM_026440045.1	bees	PREDICTED: Apis mellifera DNA-dependent protein kinase catalytic subunit (LOC552548), mRNA	True	False
CHI0142_000000007285	2534	0.7941848567874689	3	2	1	1	2	False	120165	maximal	True	CHI0142_000000007285	1.0	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1852.0	98.542	100.0	0.3465791940018744	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
USA0081_01_000000008582	3658	0.7941784368201031	4	4	3	4	1	False	580	maximal	True	USA0081_01_000000008582	1.0		1	1	False	False	0.9997266530990601	0					non-mobilizable	no_good_hit	368.0	76.087	10.0	0.0002803378613318836	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0187_000000023400	1230	0.7941777262342727	2	2	2	2	1	False	102653	fragment	False	AUS0022_000000023272	0.7358322600062721		0	0	False	False	0.9731707572937012	0					non-mobilizable	chromosome	961.0	81.374	90.0	0.0002668054737788245	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0079_000000027350	2131	0.7941769784693872	4	4	2	4	1	True	69539	maximal	True	DEN0079_000000027350	1.0		1	1	False	False	0.9967151284217834	0					non-mobilizable	no_good_hit	57.0	85.965	3.0	0.012637867647058824	NZ_ABEA03000139.1	verrucomicrobia	Geminisphaera colitermitum TAV2 ObacDRAFT_Scaffold6.2_C2, whole genome shotgun sequence	True	True
ISR0183_000000025960	1172	0.7941759926183611	2	2	1	2	1	True	29435	fragment	False	ISR0183_000000025960	1.0		0	0	False	False	0.9650170803070068	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0787168039097238e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
DEN0077_000000010338	1356	0.7941722920307865	2	2	1	1	2	False	80026	fragment	False	DEN0077_000000010338	0.9477366255144033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	81.633	67.0	0.005521994435760798	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
DEN0035_000000011560	2788	0.7941693594226784	4	4	4	4	2	False	73468	fragment	False	ENG0066_000000006265	0.9491833436985764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	5.0	0.0002155135745194898	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
USA0078_01_000000000114	24869	0.7941593982138833	25	17	12	13	12	False	107020	maximal	True	USA0078_01_000000000114	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	7617.0	96.84899999999999	31.0	0.0024434373457608255	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ENG0080_000000000032	90945	0.7941579376214914	82	13	4	11	6	False	115487	maximal	False	AUS0014_000000000041	0.925676433169175	PS49	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	246.0	99.18700000000001	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ENG0145_000000015785	1924	0.7941574802060757	4	2	1	2	2	False	57487	maximal	True	ENG0145_000000015785	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.689054062897898e-07	CP039351.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu08	True	False
ISR0025_000000030144	1316	0.794155016474515	1	1	1	1	1	False	55372	fragment	False	ISR0810_000000012899	0.9524568942989063		0	0	False	False	0.9939209818840027	0					non-mobilizable	no_good_hit	818.0	74.694	61.0	0.0008584110471552385	NZ_SNYN01000001.1	high GC Gram+	Actinorugispora endophytica strain DSM 46770 Ga0310471_101, whole genome shotgun sequence	True	False
ISR0353_000000023656	1561	0.7941513857756827	2	2	2	2	2	False	121960	fragment	False	AUS0014_000000016621	0.955404607206143		0	0	False	False	0.9967969059944153	0					non-mobilizable	no_good_hit	1098.0	75.592	70.0	0.00037082797112202877	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0035_01_000000013998	1813	0.7941467227547856	4	3	3	3	3	False	116013	fragment	False	FIJ0081_000000020765	0.5365598632149902		0	0	False	False	1.0	0					non-mobilizable	chromosome	1813.0	99.779	100.0	0.0007544448543280236	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
MON0066_000000000477	25746	0.7941314095837101	53	16	5	13	9	True	100651	maximal	True	MON0066_000000000477	1.0		2	2	False	False	0.9986405372619629	0					non-mobilizable	no_good_hit	1275.0	94.118	21.0	0.0003398485193248165	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0033_000000001978	12347	0.7941267555828359	14	8	3	5	7	True	130722	backbone	True	ENG0033_000000001978	0.999913239632136	PS1124	65	9	False	True	1.0	0					non-mobilizable	other	11557.0	99.766	99.0	0.002237183260190553	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0387_000000016637	1445	0.7941226256519301	2	1	1	1	1	False	30984	maximal	True	ISR0387_000000016637	0.9844989185291997		84	12	False	False	0.9854671359062195	0					non-mobilizable	other	1460.0	84.65799999999999	100.0	0.0004350618284579813	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0183_000000018385	1711	0.7941216508374047	2	2	1	1	2	False	109501	fragment	False	ISR0255_000000018047	0.7049943318591293		0	0	False	False	0.9994155168533325	0					non-mobilizable	other	1711.0	98.01299999999999	100.0	0.0004820050507586009	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0013_01_000000001696	7339	0.7941073809811249	8	7	6	7	5	False	97862	fragment	False	USA0116_01_000000003661	0.9632620104965685		0	0	False	False	1.0	0					non-mobilizable	other	5856.0	95.338	100.0	0.1408830468486687	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
AUS0022_000000027369	1241	0.7940890596554673	2	2	2	2	1	False	99078	fragment	False	AUS0022_000000027369	1.0		0	0	False	False	0.9991942048072815	0					non-mobilizable	other	1241.0	96.85700000000001	100.0	0.017882122204115773	NZ_CABJDM010000020.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
MAD0035_000000014185	1571	0.7940878055099304	2	2	2	2	1	True	21108	maximal	True	MAD0035_000000014185	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	95.67200000000001	80.0	0.0003283508216494661	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ISR0007_000000010632	1543	0.7940878055099304	2	2	2	2	1	True	38440	fragment	False	ISR0007_000000010632	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	100.0	100.0	0.00046697145992782233	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ENG0197_000000006610	1539	0.7940878055099304	2	2	2	2	1	True	91465	fragment	False	ENG0197_000000006610	0.9813640133505929		0	0	False	False	0.9837557077407837	0					non-mobilizable	other	1062.0	90.584	100.0	0.00030221024025143894	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
MON0068_000000028010	1509	0.7940878055099304	2	2	2	2	1	True	91465	fragment	False	ENG0197_000000006610	0.9742665455866647		0	0	False	False	0.9787939190864563	0					non-mobilizable	other	979.0	90.807	100.0	0.0002785466082317508	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
CAN0021_000000029602	1479	0.7940878055099304	2	2	2	2	1	True	91465	fragment	False	ENG0197_000000006610	0.9716278891519844		0	0	False	False	0.9783637523651123	0					non-mobilizable	other	997.0	90.87299999999999	100.0	0.0002836784802360205	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
SPA0053_000000024757	1326	0.7940878055099304	2	2	2	2	1	True	28960	fragment	False	SPA0053_000000024757	0.9882445141065831		0	0	False	False	0.9977375268936157	0					non-mobilizable	other	1327.0	89.601	100.0	0.0004012562804178759	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0832_000000010983	1223	0.7940878055099304	2	2	2	2	1	True	20995	fragment	False	ISR0832_000000010983	1.0		0	0	False	False	0.9967293739318848	0					non-mobilizable	other	742.0	96.361	99.0	0.00021126206417577004	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
MON0014_000000013840	1208	0.7940818974403568	2	2	2	2	2	True	110591	fragment	False	CAN0017_000000026504	0.30734637396112335		0	0	False	False	1.0	0					non-mobilizable	chromosome	1119.0	94.102	93.0	0.00028052447538410273	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ENG0200_000000000040	99234	0.7940747794369585	94	34	15	32	8	True	99429	fragment	False	ENG0200_000000000040	0.9639451946071828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	83.601	1.0	0.00027887685508823774	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
FIJ0129_000000012865	1682	0.7940713896515057	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.904367217269282		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	81.33800000000001	100.0	0.0033337466077061895	NZ_KB822501.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.6, whole genome shotgun sequence	False	False
DEN0028_000000006356	4007	0.7940647204312041	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7550401503650847		0	0	False	False	0.9997504353523254	0					non-mobilizable	other	4007.0	99.975	100.0	0.008349977691695055	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0158_000000001483	8439	0.7940640827310959	11	3	2	2	3	False	78927	maximal	True	CHI0158_000000001483	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	96.586	18.0	0.08815882770030725	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0026_000000008365	1442	0.7940636117559082	2	2	2	2	1	False	66063	fragment	False	ENG0026_000000008365	1.0		0	0	False	False	0.9979195594787598	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000018630	1647	0.7940612556281246	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.5400862174775743		0	0	False	False	0.9993928074836731	0					non-mobilizable	chromosome	1647.0	100.0	100.0	0.0006957262710213101	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0045_000000022739	1167	0.7940610756864206	2	2	1	2	1	False	36211	fragment	False	ISR0045_000000022739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000018122	1732	0.7940591301189499	3	2	2	2	1	False	73261	fragment	False	ENG0097_000000018122	1.0		0	0	False	False	0.9982678890228271	0					non-mobilizable	no_good_hit	938.0	94.67	54.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0777_000000010852	1590	0.7940591301189499	2	2	2	2	1	False	73256	fragment	False	DEN0039_000000012210	0.9502660876892496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	95.111	60.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0119_000000019921	1563	0.7940591301189499	2	2	2	2	1	False	59251	fragment	False	ENG0119_000000019921	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1563.0	100.0	100.0	0.0005307659033537133	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0311_000000014502	1563	0.7940591301189499	2	2	2	2	1	False	59251	fragment	False	ENG0119_000000019921	1.0		0	0	False	False	0.9987204074859619	0					non-mobilizable	chromosome	1563.0	100.0	100.0	0.0005307659033537133	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0264_000000007765	1468	0.7940591301189499	2	2	2	2	1	False	26616	fragment	False	ISR0264_000000007765	0.9988805970149254		0	0	False	False	1.0	0					non-mobilizable	chromosome	931.0	98.604	100.0	0.0003160129898328767	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0126_000000026704	1661	0.7940489107026129	2	2	1	2	2	False	57341	fragment	False	SPA0126_000000026704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	72.0	53.0	0.00024270901022488073	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0041_000000018799	1793	0.7940467242074212	2	1	1	1	1	False	6905	fragment	False	SPA0041_000000018799	0.9962857142857142		0	0	False	False	1.0	0					non-mobilizable	other	1793.0	99.944	100.0	0.0003468907880557294	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0010_01_000000015176	1750	0.7940467242074212	2	1	1	1	1	False	6905	fragment	False	SPA0041_000000018799	0.9843837144450641		0	0	False	False	0.9994285702705383	0					non-mobilizable	other	1750.0	99.943	100.0	0.00033856695776198143	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0056_000000018533	1221	0.7940467242074212	1	1	1	1	1	False	118590	maximal	True	ISR0056_000000018533	1.0		3	2	False	False	0.9983620047569275	0					non-mobilizable	no_good_hit	1084.0	94.096	89.0	0.00020131948845145532	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CHI0055_000000014464	1221	0.7940467242074212	1	1	1	1	1	False	118589	fragment	False	ENG0060_000000020161	0.43618027045538593		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	93.399	100.0	0.00022753005897006585	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0134_000000021239	1176	0.7940467242074212	1	1	1	1	1	False	118589	fragment	False	ENG0060_000000020161	0.20713929763472996		0	0	False	False	1.0	0					non-mobilizable	chromosome	1176.0	93.367	100.0	0.0002180496398463131	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0790_000000015702	1146	0.7940467242074212	1	1	1	1	1	False	118589	fragment	False	ENG0060_000000020161	0.23754553372481624		0	0	False	False	0.9973822236061096	0					non-mobilizable	other	1133.0	95.675	99.0	0.0023848448586789813	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
AUS0016_000000025461	1104	0.7940467242074212	1	1	1	1	1	False	118589	fragment	False	ENG0060_000000020161	0.16140140428527702		0	0	False	False	0.9900362491607666	0					non-mobilizable	other	1104.0	93.29700000000001	100.0	0.00026393598797161476	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
FIJ0061_000000023784	1224	0.7940361049076963	2	2	2	2	2	False	76345	maximal	True	FIJ0061_000000023784	0.9452343490190561		812	13	False	False	1.0	0					non-mobilizable	plasmid	1219.0	96.14399999999999	99.0	0.0019242306268588132	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
FIJ0023_000000028234	1238	0.7940289852840768	2	2	2	2	2	False	80409	fragment	False	MAD0077_000000009666	0.9501273338834973		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	99.031	100.0	0.003118854318995512	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
AST0047_000000006399	3298	0.7940245572147014	3	2	1	2	1	True	115439	maximal	True	AST0047_000000006399	1.0		1	1	False	False	0.9921164512634277	0					non-mobilizable	no_good_hit	1376.0	97.82	42.0	0.00039032515930943957	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
AST0108_000000020520	1396	0.7940217895578464	2	2	2	2	2	False	107132	maximal	True	AST0108_000000020520	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1314.0	86.073	94.0	0.00044127492437571043	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0058_000000007286	2013	0.7940197354809139	3	3	3	3	3	False	118791	fragment	False	AST0058_000000007286	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2013.0	98.65899999999999	100.0	0.02757713236201154	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
MON0024_000000026730	1897	0.7940179515574466	3	2	2	2	2	True	12920	maximal	True	MON0024_000000026730	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0831_000000002591	5947	0.7940069730868242	10	6	4	5	6	True	82443	fragment	False	ISR0831_000000002591	1.0		0	0	False	False	0.9988229274749756	0					non-mobilizable	other	5947.0	99.96600000000001	100.0	0.13004111626279416	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0135_000000003328	5708	0.793999786936184	7	4	2	2	3	True	130648	backbone	False	USA0082_01_000000002282	0.1809092700241311	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3256.0	92.445	98.0	0.5294309473340942	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0387_000000004823	4768	0.7939950493753503	6	5	4	5	3	False	40460	maximal	True	ISR0387_000000004823	1.0		0	0	False	False	0.9939177632331848	0					non-mobilizable	no_good_hit	1679.0	98.035	53.0	0.0006086610727469825	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0006_000000019196	1650	0.7939939530344742	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.540245860206387		0	0	False	False	1.0	0					non-mobilizable	chromosome	1650.0	100.0	100.0	0.0006969943018919443	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0082_000000003137	7751	0.7939920113261362	12	10	8	8	6	False	120958	maximal	True	FIJ0082_000000003137	1.0		0	0	False	False	0.9989678859710693	0					non-mobilizable	no_good_hit	2310.0	96.234	39.0	0.00256847599304385	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
USA0081_01_000000019841	1534	0.7939862709289986	2	1	1	1	1	False	82675	fragment	False	ISR0311_000000014783	0.9700827518389378		0	0	False	False	0.9993481040000916	0					non-mobilizable	no_good_hit								True	False
ISR0840_000000007823	2052	0.7939792815896459	3	1	1	1	1	False	20797	fragment	False	ISR0840_000000007823	1.0		0	0	False	False	0.9946393966674805	0					non-mobilizable	no_good_hit	585.0	92.65	29.0	0.0022891906299978048	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
FIJ0016_000000001859	9016	0.7939687024768041	6	4	3	4	1	True	50262	fragment	False	FIJ0016_000000001859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	3.467686686705561e-06	CP005929.1	high GC Gram+	Actinoplanes sp. N902-109, complete genome	True	True
ENG0145_000000020134	1441	0.7939684940261809	2	1	1	1	1	False	57473	fragment	False	ENG0145_000000020134	1.0		0	0	False	False	0.9993060231208801	0					non-mobilizable	chromosome	1350.0	98.51899999999999	94.0	0.0002507663803518128	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0172_000000017352	1371	0.7939684940261809	1	1	1	1	1	False	55713	maximal	True	ENG0172_000000017352	1.0		10	6	False	False	0.9927060604095459	0					non-mobilizable	chromosome	1217.0	100.0	94.0	0.00023796514749925245	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0792_000000011496	1364	0.7939684940261809	2	1	1	1	1	False	29312	fragment	False	ISR0792_000000011496	0.9927091327705295		0	0	False	False	0.9970674514770508	0					non-mobilizable	other	1364.0	99.56	100.0	0.00026312944501501943	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
MON0059_000000032434	1200	0.7939603204099059	1	1	1	1	1	False	10917	maximal	False	MON0076_000000037913	0.9626865671641791		0	0	False	False	1.0	0					non-mobilizable	other	1010.0	97.525	90.0	0.00621780176982425	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
MON0042_000000018610	1399	0.7939551922720894	3	3	3	1	1	False	83109	fragment	False	MON0025_000000029815	0.9037494540890015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	92.238	70.0	0.016290561686707297	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0210_000000001303	12645	0.7939546916647701	18	6	2	6	3	True	28452	maximal	True	ISR0210_000000001303	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	2557.0	86.93799999999999	50.0	0.1905337970663844	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
USA0033_01_000000000853	8438	0.7939540140123242	10	9	3	3	9	True	132544	fragment	False	CHI0126_000000000854	0.0029259495121030784		0	0	False	False	1.0	0					non-mobilizable	plasmid	7112.0	99.353	100.0	0.19447483588621445	CP036556.1	CFB group bacteria	Bacteroides fragilis strain CCUG4856T plasmid pBF9343, complete sequence	False	True
SPA0047_000000021938	1773	0.7939454524584156	2	1	1	1	1	False	73737	fragment	False	ENG0210_000000011694	0.5732228743440165		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	100.0	4.0	1.6426919454891067e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0091_000000000261	40454	0.7939420769324937	57	15	9	10	11	True	97283	fragment	False	MON0091_000000000261	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	17232.0	96.40799999999999	89.0	0.10411101306676014	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
CHI0101_000000003957	3424	0.7939364235424886	5	5	5	3	2	False	121540	fragment	False	CHI0101_000000003957	0.9961913407200244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2499.0	98.439	84.0	0.00048380952159605235	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
FIJ0087_000000018476	1747	0.7939330513244962	2	2	2	1	2	False	43730	fragment	False	FIJ0087_000000018476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000006772	4794	0.7939329194401301	5	2	0	2	2	True	55412	maximal	True	ENG0179_000000006772	1.0		5	5	False	False	1.0	0	IncW				non-mobilizable	chromosome	4794.0	99.771	100.0	0.002176847390871502	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
MON0002_000000001878	7788	0.7939314653016281	5	2	2	1	1	True	14345	fragment	False	MON0002_000000001878	1.0		0	0	False	False	0.9957627058029175	0					non-mobilizable	no_good_hit	44.0	95.455	1.0	2.06628944870917e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	True
USA0010_01_000000006854	3970	0.7939300122749278	5	4	4	4	3	True	68891	fragment	False	USA0010_01_000000006854	0.9843684204481942		0	0	False	False	1.0	0					non-mobilizable	other	3954.0	99.975	99.0	0.0013429987568852892	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0055_000000008677	3639	0.7939151818420709	2	2	2	2	1	True	129407	fragment	False	SPA0055_000000008677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	81.737	30.0	0.0023168429042504032	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0232_000000016635	1717	0.793910391347847	3	2	2	2	2	True	119930	fragment	False	ISR0207_000000016890	0.9321650650084794		0	0	False	False	0.9988352060317993	0					non-mobilizable	other	1745.0	91.00299999999999	100.0	0.005204304742647283	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	False	True
MON0105_000000010881	4793	0.7939075290441422	5	3	2	1	2	False	52438	maximal	True	MON0105_000000010881	1.0	PS214	2	1	True	True	1.0	56					non-mobilizable	no_good_hit	111.0	85.586	2.0	0.0006296137983618489	NZ_HF954534.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	True
ISR0387_000000005322	4365	0.7939067292201837	6	5	3	5	1	True	114129	fragment	False	ISR0387_000000005322	1.0		0	0	False	False	0.9940435290336609	0					non-mobilizable	no_good_hit	2580.0	93.95299999999999	59.0	0.17077874576045754	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
ISR0302_000000011152	1463	0.7939067025673651	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.3726239205686697		0	0	False	False	1.0	0					non-mobilizable	other	1463.0	95.625	100.0	0.17863697540682735	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
FIJ0016_000000001459	10988	0.7939022564607565	7	4	2	4	2	False	87892	fragment	False	ISR0179_000000002263	0.9578604548057049		0	0	False	False	0.9995449781417847	0					non-mobilizable	no_good_hit	1024.0	86.32799999999999	38.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0054_000000029926	1638	0.7938913261474693	3	3	3	2	2	False	65385	maximal	False	ISR0046_000000015234	0.4175605866106508		0	0	False	False	1.0	0					non-mobilizable	chromosome	1638.0	95.84899999999999	100.0	0.0007227838968869517	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0025_000000008600	2481	0.7938857746231818	3	3	3	1	1	True	7569	fragment	False	SPA0025_000000008600	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2494.0	90.57700000000001	100.0	0.00046192892361813555	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
USA0117_01_000000002514	10234	0.7938796392292801	8	6	6	5	4	False	99369	maximal	True	USA0117_01_000000002514	1.0		7	6	False	False	0.9987297058105469	0					non-mobilizable	no_good_hit	4709.0	97.537	68.0	0.1926035018818524	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
TAN0005_000000001321	7313	0.7938762456020297	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.3390447201301017		0	0	False	False	0.9998632669448853	0					non-mobilizable	plasmid	4770.0	97.54700000000001	98.0	0.04111668083187345	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0004_000000003396	7658	0.7938745236443768	12	12	3	7	12	True	63892	fragment	False	FIJ0146_000000001939	0.9728101154040587		0	0	False	False	0.9998694062232971	0					non-mobilizable	plasmid	7658.0	99.38600000000001	100.0	0.044594964502245184	CP056374.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 plasmid pRHBSTW-00636_3, complete sequence	False	True
FIJ0082_000000012291	2423	0.7938604663820144	2	2	2	2	1	True	44187	maximal	True	FIJ0082_000000012291	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0002650344958961065	NZ_QPJW01000014.1	firmicutes	Fontibacillus phaseoli strain CECT 8333 Ga0244632_114, whole genome shotgun sequence	True	True
MAD0047_000000000499	26525	0.7938562303735602	20	12	2	11	5	True	17718	maximal	True	MAD0047_000000000499	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	12859.0	83.35799999999999	95.0	0.004257193385017625	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	True
ENG0060_000000021090	1493	0.7938457194722891	2	2	2	2	2	False	63307	maximal	True	ENG0060_000000021090	1.0		31	7	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	74.499	63.0	0.003943167776517276	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
MON0105_000000017201	3131	0.7938442791536169	4	3	3	3	3	False	8747	maximal	True	MON0105_000000017201	1.0		1	1	False	False	0.9578409194946289	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000033809	1211	0.7938399650973456	2	2	2	2	2	False	74946	fragment	False	DEN0018_000000033809	0.9614417435037721		0	0	False	False	0.9900908470153809	0					non-mobilizable	no_good_hit	581.0	72.97800000000001	46.0	0.004663191497959349	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
ENG0130_000000019111	1521	0.7938298258926052	3	2	2	2	1	False	115328	fragment	False	ENG0104_000000014764	0.33889396749120226		0	0	False	False	0.9829059839248657	0					non-mobilizable	other	1182.0	99.662	100.0	0.014686680014425529	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0143_000000003493	10232	0.7938286253053798	13	6	6	6	4	False	55418	maximal	True	ISR0143_000000003493	1.0		11	5	False	False	0.9980453252792358	0					non-mobilizable	no_good_hit	473.0	91.96600000000001	18.0	0.003229996357663682	NZ_QRHR01000007.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf7, whole genome shotgun sequence	True	False
AST0102_000000002501	9756	0.7938283117323075	7	6	5	4	4	False	119751	fragment	False	SPA0103_000000001197	0.6952521014126679		0	0	False	False	0.999180018901825	0					non-mobilizable	other	7874.0	99.54299999999999	100.0	0.001257595208966384	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ENG0207_000000001609	9438	0.7938283117323075	7	6	5	4	4	False	119751	fragment	False	SPA0103_000000001197	0.5902381803806247		0	0	False	False	1.0	0					non-mobilizable	other	7723.0	99.53399999999999	100.0	0.0012334751941621258	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ENG0140_000000012501	1458	0.7938211672281111	2	2	2	2	1	False	116770	maximal	True	ENG0140_000000012501	1.0		712	13	False	False	1.0	0					non-mobilizable	chromosome	1458.0	98.01100000000001	100.0	0.00022171862521669686	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
MON0004_000000011250	3299	0.793817586330325	3	2	2	1	1	False	14252	maximal	True	MON0004_000000011250	1.0		1	1	False	False	0.9978781342506409	0					non-mobilizable	no_good_hit	55.0	87.273	2.0	1.8176083841562443e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0186_000000010425	2692	0.7938094465138189	4	3	3	2	1	True	74912	fragment	False	DEN0079_000000019739	0.9593841893291264		0	0	False	False	0.9747399687767029	0					non-mobilizable	other	2619.0	100.0	97.0	0.031770302412504246	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0094_000000000101	44454	0.7938037322084623	45	23	19	22	12	True	53399	maximal	True	MAD0094_000000000101	0.927191491223029	PS221|PS222	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	925.0	72.865	2.0	0.0002637993740891354	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
AST0055_000000000853	22313	0.7937976678284879	26	13	8	12	6	True	114013	fragment	False	AST0055_000000000853	0.9734026003916346		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	95.70100000000001	6.0	0.22366779540188914	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0118_000000017595	1439	0.7937971456097863	3	3	3	2	2	False	4243	maximal	True	SPA0118_000000017595	1.0		2	2	False	False	0.9986101388931274	0					non-mobilizable	other	1439.0	99.861	100.0	0.028758274503529788	NZ_ADFP01000084.1	bacteria	Pyramidobacter piscolens W5455 contig00263, whole genome shotgun sequence	False	False
ISR0388_000000011735	2898	0.793791871617373	5	4	2	3	2	False	26779	fragment	False	ISR0388_000000011735	1.0		0	0	False	False	0.9899930953979492	0					non-mobilizable	no_good_hit								True	False
ISR0338_000000014683	1907	0.7937870789476541	3	1	1	1	0	True	24418	maximal	True	ISR0338_000000014683	1.0		8	4	False	False	0.998951256275177	0					non-mobilizable	no_good_hit								True	True
DEN0026_000000013673	2134	0.7937864682431097	3	2	1	1	2	False	123173	maximal	True	DEN0026_000000013673	1.0	PS879	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1523.0	99.934	77.0	0.1861318331906567	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0092_000000001932	15551	0.793785068030328	17	11	5	10	3	True	132288	fragment	False	CHI0140_000000001647	0.8077125214260216		0	0	False	False	1.0	0					non-mobilizable	other	12168.0	96.795	99.0	0.5383797670195332	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
DEN0010_000000031190	1488	0.7937831391779242	2	2	2	2	2	False	77929	fragment	False	ISR0185_000000019257	0.7269217465372135		0	0	False	False	0.9926075339317322	0					non-mobilizable	other	1488.0	99.395	100.0	0.0064175600324546415	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
FIJ0024_000000001900	10201	0.7937830196503401	10	10	8	9	10	False	113983	fragment	False	FIJ0024_000000001900	0.9900249376558603		0	0	False	False	1.0	0					non-mobilizable	other	10124.0	99.802	100.0	0.002152864662586368	CP010226.1	enterobacteria	Escherichia coli strain S1, complete genome	False	False
SPA0050_000000011225	2314	0.7937794886880193	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5721238166956422		0	0	False	False	0.9987035393714905	0					non-mobilizable	other	2316.0	97.58200000000001	100.0	0.016464391216144073	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
SPA0051_000000011023	2283	0.7937794886880193	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5598701236143457		0	0	False	False	0.9820411801338196	0					non-mobilizable	other	2283.0	97.81	100.0	0.016229490692956542	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
MON0058_000000040759	1312	0.7937765974917487	1	1	1	1	1	False	10982	maximal	True	MON0058_000000040759	1.0		7	3	False	False	0.9314024448394775	0					non-mobilizable	chromosome	1279.0	74.74600000000001	96.0	0.00035585574290028347	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0165_000000010034	1958	0.7937757938589858	2	1	1	1	1	False	56224	maximal	True	ENG0165_000000010034	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	1548.0	79.264	78.0	0.010032461806757542	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
USA0081_01_000000015291	2015	0.7937757167937627	3	3	1	3	2	False	566	fragment	False	USA0081_01_000000015291	1.0		0	0	False	False	0.9945409297943115	0					non-mobilizable	no_good_hit	1465.0	79.38600000000001	73.0	0.001389662518734603	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
AST0116_000000011043	2442	0.7937743677100472	2	2	2	2	2	False	106236	fragment	False	ISR0814_000000011953	0.47117356873474403		0	0	False	False	1.0	0					non-mobilizable	other	2442.0	98.935	100.0	0.009363683790584915	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0038_000000001784	14968	0.7937714817336097	21	13	4	5	11	False	103793	fragment	False	SPA0038_000000001784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8107.0	91.501	74.0	0.0016086726215495868	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0167_000000001312	12085	0.7937702852264944	7	3	2	3	3	False	78205	maximal	True	CHI0167_000000001312	1.0		1	1	False	False	0.9994207620620728	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.664890966925995e-05	NZ_FOQT01000004.1	CFB group bacteria	Chryseobacterium frigidisoli strain DSM 26000, whole genome shotgun sequence	True	False
MAD0063_000000003832	2972	0.7937685882664669	2	1	1	1	1	False	64593	fragment	False	MAD0063_000000003832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1691.0	89.88799999999999	57.0	0.0005973219886084962	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0368_000000006459	1979	0.7937681073004381	3	3	3	3	2	True	131026	fragment	False	CHI0117_000000007167	0.24656469463449115		0	0	False	False	1.0	0					non-mobilizable	other	1727.0	91.083	100.0	0.000590181317006241	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
SPA0005_000000003633	8184	0.7937496541345571	6	4	3	4	3	False	97402	maximal	True	SPA0005_000000003633	1.0		4	2	False	False	0.9997556209564209	0					non-mobilizable	no_good_hit	4141.0	96.667	64.0	0.0011562840191481753	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0106_000000007752	3208	0.7937494696093776	4	4	3	3	3	False	125473	fragment	False	MAD0095_000000009918	0.5695405291033554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	85.118	85.0	0.00043246993942409217	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0035_000000003344	4833	0.7937465486792025	3	3	3	3	1	True	116906	fragment	False	AST0035_000000003344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	89.13	2.0	0.0009580583351075154	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
SPA0024_000000004577	3606	0.7937445402153334	8	8	6	6	6	False	97790	fragment	False	SPA0024_000000004577	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3606.0	100.0	100.0	0.0007003519438506185	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
AST0153_000000017254	1913	0.7937367523081863	3	2	2	2	2	False	103380	maximal	True	AST0153_000000017254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0053_000000013971	1494	0.7937339975269748	3	3	3	2	2	False	46384	fragment	False	ISR0363_000000012094	0.952922077922078		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	97.368	99.0	0.0008952237654945167	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
AST0055_000000017440	2033	0.7937323808186599	3	3	2	2	1	False	113785	fragment	False	AST0055_000000017440	0.9901401141670991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	10.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ENG0191_000000021508	1502	0.7937291486916431	2	1	1	1	1	False	54685	maximal	True	ENG0191_000000021508	1.0		32	5	False	False	0.9946737885475159	0					non-mobilizable	no_good_hit	431.0	73.086	29.0	0.006581476526579632	NZ_JWID01000018.1	firmicutes	Defluviitalea phaphyphila strain Alg1 scaffold18, whole genome shotgun sequence	True	False
FIJ0159_000000019154	1348	0.7937251896925172	2	1	1	1	1	False	39376	fragment	False	FIJ0159_000000019154	1.0		0	0	False	False	0.9933234453201294	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000023669	1336	0.7937251896925172	2	1	1	1	1	False	15965	fragment	False	MAD0087_000000023669	1.0		0	0	False	False	0.9910179376602173	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000003776	5773	0.793717810192706	4	4	4	4	3	False	94090	maximal	True	ISR0058_000000003776	1.0		3	2	False	False	0.9994803667068481	0					non-mobilizable	chromosome	2356.0	92.99700000000001	96.0	0.001018059278972957	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
CAN0012_000000002533	19959	0.7937134048146797	19	15	10	12	14	False	97193	maximal	True	CAN0012_000000002533	1.0		50	8	False	False	0.9987474083900452	0					non-mobilizable	no_good_hit	4520.0	74.97800000000001	36.0	0.025588795479523786	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
AST0016_000000001300	14875	0.7937132430542417	16	11	7	8	7	True	123971	maximal	True	AST0016_000000001300	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	1526.0	78.178	15.0	0.005181863477827603	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0075_000000013470	1823	0.7937117136742664	3	3	3	2	1	False	96914	fragment	False	SPA0024_000000007534	0.7212284794812176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1589.0	82.945	87.0	0.0005017918149391787	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
ISR0110_000000009089	2572	0.7937045991866803	3	2	2	2	2	False	32716	maximal	True	ISR0110_000000009089	1.0		0	0	False	False	0.9797822833061218	0					non-mobilizable	no_good_hit	1341.0	81.655	52.0	0.00025361371041417684	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
ISR0183_000000025436	1199	0.7936982779034476	2	2	2	2	2	False	29439	fragment	False	ISR0183_000000025436	1.0		0	0	False	False	0.9941617846488953	0					non-mobilizable	other	1192.0	98.65799999999999	99.0	0.004633015388924331	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0187_000000002914	8399	0.793695761852183	7	4	4	3	1	False	29305	maximal	True	ISR0187_000000002914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1695.0	89.676	67.0	0.05866592435366575	MK233338.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_3_c1 sequence	True	False
ISR0159_000000014696	1781	0.7936937124212732	2	2	2	2	2	False	101426	fragment	False	ISR0159_000000014696	0.9981925953543058		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	93.863	100.0	0.0004185186792462545	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0084_000000016302	1777	0.7936937124212732	2	2	2	2	2	False	101426	fragment	False	ISR0159_000000014696	0.9969513380637063		0	0	False	False	0.9988744854927063	0					non-mobilizable	other	1705.0	93.78299999999999	100.0	0.0004170476118323836	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0157_000000009621	2600	0.7936915176125595	3	3	1	3	2	False	121607	fragment	False	ISR0100_000000003846	0.861797215700861		0	0	False	False	1.0	0					non-mobilizable	other	2600.0	98.538	100.0	0.26436311592721323	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
ISR0342_000000007604	2110	0.7936910079905636	3	2	1	2	0	True	25404	maximal	True	ISR0342_000000007604	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0009_000000014021	2715	0.7936891841652831	3	2	2	2	2	False	65890	fragment	False	FIJ0009_000000014021	0.9570121834044353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	77.282	17.0	0.0040197948178350654	NZ_SMCZ01000010.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_110, whole genome shotgun sequence	True	False
ENG0206_000000010053	2548	0.7936891841652831	3	2	2	2	2	False	65890	fragment	False	FIJ0009_000000014021	0.9387400282708832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	88.406	11.0	0.00011064659724556031	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
SPA0114_000000021360	2184	0.7936891841652831	3	2	2	2	2	False	34841	fragment	False	SPA0114_000000021360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	78.363	8.0	0.003802807163105856	NZ_RWKW01000008.1	a-proteobacteria	Mesorhizobium carbonis strain B2.3 NODE_8_length_43327, whole genome shotgun sequence	True	False
MAD0105_000000016718	2163	0.7936739069016571	3	1	1	1	1	False	14828	maximal	True	MAD0105_000000016718	1.0		1	1	False	False	0.9990753531455994	0					non-mobilizable	no_good_hit								True	False
TAN0002_000000014981	2498	0.7936659169803439	5	3	2	3	1	True	3048	fragment	False	TAN0002_000000014981	1.0		0	0	False	False	0.9919936060905457	0					non-mobilizable	no_good_hit								True	True
CHI0125_000000001046	14041	0.7936636303165833	9	3	1	3	2	False	95559	fragment	False	CHI0125_000000001046	0.9942291904712525		0	0	False	False	0.9985044002532959	0					non-mobilizable	no_good_hit	513.0	93.177	9.0	0.017915252458098604	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0033_000000013677	2268	0.7936633999521121	4	4	2	2	4	False	118669	fragment	False	SPA0033_000000013677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1943.0	91.251	85.0	0.0004638657009310396	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
TAN0020_000000002803	2273	0.7936601683873536	2	2	2	2	2	False	2400	maximal	True	TAN0020_000000002803	1.0		1	1	False	False	0.9982402324676514	0					non-mobilizable	no_good_hit	75.0	82.667	3.0	1.3154414337031739e-05	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ENG0206_000000016882	1514	0.793659539397401	3	2	2	2	1	True	112642	fragment	False	ISR0204_000000007061	0.9290897688979068		0	0	False	False	0.995376467704773	0					non-mobilizable	other	1514.0	99.736	100.0	0.011028018309571707	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	False	True
DEN0052_000000003923	7839	0.7936578468736063	5	3	2	3	2	False	121812	maximal	True	DEN0052_000000003923	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	99.194	12.0	0.0005164803225179148	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0024_000000004240	6895	0.7936578468736063	5	3	2	3	2	False	121811	fragment	False	AST0024_000000004240	1.0		0	0	False	False	0.997824490070343	0					non-mobilizable	no_good_hit	730.0	77.808	11.0	0.0015118027254269327	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0047_000000001290	10737	0.7936565157158393	16	15	11	12	13	True	123602	fragment	False	DEN0085_000000003314	0.9517604023776862		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	10779.0	98.31200000000001	100.0	0.09024351424478752	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0156_000000010518	2439	0.7936519799932226	4	4	4	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9625581997704444		0	0	False	False	1.0	0					non-mobilizable	chromosome	2438.0	100.0	100.0	0.0004418381773567815	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
ENG0093_000000005036	2437	0.7936519799932226	4	4	4	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9582517319903996		0	0	False	False	1.0	0					non-mobilizable	chromosome	2437.0	100.0	100.0	0.0004419651337407178	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0132_000000012740	2437	0.7936519799932226	4	4	4	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9582517319903996		0	0	False	False	0.9995896816253662	0					non-mobilizable	chromosome	2437.0	100.0	100.0	0.0004419651337407178	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0324_000000013137	2349	0.7936442012797109	5	2	1	2	1	False	62346	fragment	False	ISR0324_000000013137	1.0		0	0	False	False	0.9778628945350647	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
AST0016_000000017638	1338	0.7936364217217481	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.971380028252486		0	0	False	False	0.9843049049377441	0					non-mobilizable	other	1338.0	99.477	100.0	0.01609350361712628	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
AST0010_000000006269	4290	0.7936350758881058	9	2	2	2	1	False	126442	maximal	True	AST0010_000000006269	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	1.0	0.0018855581636972331	NZ_LNAM01000163.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf39, whole genome shotgun sequence	True	False
TAN0009_000000001619	12000	0.7936304701713159	16	8	6	7	7	True	126187	maximal	False	ISR0836_000000001321	0.9836561779129466		0	0	True	True	0.9975833296775818	6					non-mobilizable	no_good_hit	1606.0	73.288	13.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0081_000000035271	1499	0.7936295230276019	2	2	1	1	2	False	9965	maximal	True	MON0081_000000035271	1.0		0	0	False	False	0.9919946789741516	0					non-mobilizable	no_good_hit	549.0	87.796	37.0	0.0008743601853388306	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
FIJ0015_000000024334	1341	0.7936289438868227	2	2	2	2	2	False	50312	fragment	False	FIJ0015_000000024334	0.994758064516129		0	0	False	False	0.9828486442565918	0					non-mobilizable	no_good_hit	632.0	74.684	46.0	0.011873501541271834	NZ_FQXK01000037.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
FIJ0018_000000022116	1240	0.7936289438868227	2	2	2	2	2	False	50312	fragment	False	FIJ0015_000000024334	0.9574944071588367		0	0	False	False	0.9983870983123779	0					non-mobilizable	no_good_hit	406.0	73.399	32.0	0.00012127629091280113	LS483461.1	firmicutes	Clostridium perfringens strain NCTC2837 genome assembly, chromosome: 1	True	False
DEN0031_000000030226	1139	0.7936183574086675	2	1	1	1	1	False	73671	fragment	False	SPA0156_000000018013	0.9577051926298157		0	0	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit	163.0	75.46	14.0	3.640140842920408e-05	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
USA0079_01_000000006853	1879	0.7936157584282464	2	2	1	2	2	False	78852	fragment	False	USA0079_01_000000006853	1.0		0	0	False	False	0.9978712201118469	0					non-mobilizable	chromosome	1836.0	99.455	98.0	0.000637537735459015	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
FIJ0133_000000034914	1134	0.7936152511588935	2	2	2	2	2	False	40648	fragment	False	FIJ0133_000000034914	1.0		0	0	False	False	0.9894179701805115	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	6.415173914330112e-06	CP021920.1	firmicutes	Bacillus sonorensis strain SRCM101395, complete genome	True	False
ENG0173_000000012063	1420	0.7936145148298676	1	1	0	1	1	False	55683	maximal	True	ENG0173_000000012063	1.0		2	2	False	False	0.9978873133659363	0	rep_cluster_992				non-mobilizable	plasmid	1420.0	98.944	100.0	0.013685022663709133	CP028286.1	firmicutes	Enterococcus faecalis strain FDAARGOS_324 plasmid unnamed1, complete sequence	False	True
ISR0115_000000016258	2104	0.7936143890615603	4	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9902150048383007		0	0	False	False	0.9885931611061096	0					non-mobilizable	other	2104.0	100.0	100.0	0.0010506206305322444	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0281_000000002173	6204	0.7936119942586919	8	5	3	4	3	False	124448	maximal	False	ENG0033_000000003959	0.9701458523245214		0	0	False	False	0.9995164275169373	0					non-mobilizable	no_good_hit	2875.0	100.0	46.0	0.7365453613531522	NZ_CYXV01000033.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0317_000000015154	1468	0.7936076760558622	3	3	3	3	2	False	65574	fragment	False	SPA0151_000000011346	0.8604561878986876		0	0	False	False	0.9945504069328308	0					non-mobilizable	other	1468.0	98.63799999999999	100.0	0.023223784194528876	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
SPA0050_000000005632	4564	0.7936037364245238	3	2	2	2	1	True	57198	maximal	True	SPA0050_000000005632	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	86.616	76.0	0.022490857760009093	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0380_000000009456	1306	0.7935913708124056	2	2	2	1	1	False	23180	fragment	False	ISR0380_000000009456	1.0		0	0	False	False	0.9915773272514343	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	1.4910665379671589e-05	NZ_PYWK01000001.1	firmicutes	Metasolibacillus fluoroglycofenilyticus strain cmg86 NODE_1_length_2280247_cov_102.929_ID_1, whole genome shotgun sequence	True	False
USA0021_01_000000003820	4836	0.793579177241624	7	4	4	4	3	True	103033	maximal	True	USA0021_01_000000003820	1.0		6	5	False	False	0.9919354915618896	0					non-mobilizable	no_good_hit	3449.0	81.531	71.0	0.9979639325189064	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	True	True
SPA0097_000000023459	1400	0.7935772747541809	1	1	1	1	1	False	32444	fragment	False	MON0008_000000026257	0.9528436926378168		0	0	False	False	0.9992856979370117	0					non-mobilizable	other	1400.0	99.714	100.0	0.028242086563307494	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0096_000000005728	3044	0.7935660863784546	3	2	1	2	0	True	17241	backbone	True	MAD0096_000000005728	1.0	PS37	1	1	True	True	0.9993429780006409	8					non-mobilizable	no_good_hit	370.0	75.405	14.0	0.1412363067292645	LN852956.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0284	True	True
ISR0310_000000005492	2917	0.7935660863784546	4	2	1	2	0	True	25339	maximal	True	ISR0310_000000005492	1.0		2	2	True	True	1.0	1					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.5142402832952695e-07	CP034493.1	other sequences	Eukaryotic synthetic construct chromosome 15	True	True
MAD0057_000000007578	2134	0.7935660863784546	2	2	1	2	0	True	73581	fragment	False	MAD0057_000000007578	1.0		0	0	False	False	0.9990627765655518	0					non-mobilizable	no_good_hit	351.0	85.47	16.0	0.12159329140461216	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
AST0026_000000020482	1260	0.7935537257709062	4	2	2	2	1	False	118987	fragment	False	AST0026_000000020482	1.0		0	0	False	False	0.9992063641548157	0					non-mobilizable	no_good_hit	863.0	91.07799999999999	84.0	0.00024227170193191235	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
DEN0092_000000000032	36080	0.7935530267523611	48	9	3	9	3	True	89656	fragment	False	DEN0092_000000000032	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	16660.0	96.65700000000001	98.0	0.1700952361467721	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ENG0021_000000002068	8680	0.7935508093961705	7	7	7	5	5	False	116643	fragment	False	ENG0021_000000002068	0.9942440066460954		0	0	False	False	1.0	0					non-mobilizable	other	8680.0	99.977	100.0	0.0016751094603047127	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
DEN0011_000000037423	1268	0.7935485719118783	1	1	1	1	1	False	75578	fragment	False	DEN0090_000000022784	0.9716767371601208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	74.17699999999999	45.0	0.00017229207929094948	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
AST0150_000000014752	1890	0.7935455421355364	2	2	2	1	1	False	104091	maximal	True	AST0150_000000014752	1.0		5	1	False	False	0.9857142567634583	0					non-mobilizable	no_good_hit	816.0	78.064	42.0	0.0002530775301907908	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
ISR0204_000000008079	1520	0.7935387171431344	2	2	1	2	1	True	28670	maximal	True	ISR0204_000000008079	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0084_000000002391	8169	0.7935296603246522	10	5	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9402265124216548		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3205.0	96.037	39.0	0.5157843613404566	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0116_000000010034	2378	0.7935232146856285	5	2	2	2	2	False	62633	fragment	False	ENG0116_000000010034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	73.086	18.0	0.0244574780058651	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0114_000000009770	1520	0.793518762089251	2	2	2	2	2	False	59570	maximal	True	ENG0114_000000009770	1.0		1	1	False	False	0.9848684072494507	0					non-mobilizable	other	1529.0	89.274	100.0	0.013423827072121036	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0358_000000005909	3150	0.7935164587145596	4	4	3	4	2	False	97061	maximal	True	ISR0358_000000005909	1.0		2	1	False	False	0.9965079426765442	0					non-mobilizable	no_good_hit	1337.0	79.581	42.0	0.0006151507095919672	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0202_000000003867	6296	0.7935060340122425	9	4	4	2	0	True	130710	fragment	False	CHI0142_000000002157	0.7420964157637713		0	0	False	False	1.0	0					non-mobilizable	other	4604.0	100.0	100.0	0.0013895085613409317	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0108_000000004104	6011	0.7935060340122425	9	4	4	2	0	True	130710	fragment	False	CHI0142_000000002157	0.6275639704728572		0	0	False	False	1.0	0					non-mobilizable	other	6016.0	97.723	100.0	0.06874441823719343	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
CHI0133_000000002946	5709	0.7935060340122425	10	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9038901975644353		0	0	False	False	1.0	0					non-mobilizable	other	5714.0	97.585	100.0	0.06528658773958644	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ENG0111_000000004047	5449	0.7935060340122425	10	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9441982748923211		0	0	False	False	0.9994494318962097	0					non-mobilizable	other	5387.0	100.0	100.0	0.0016258729331701624	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0038_01_000000003737	5430	0.7935060340122425	10	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9436560655333457		0	0	False	False	1.0	0					non-mobilizable	other	5369.0	100.0	100.0	0.0016204392694499502	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CAN0001_000000008937	5284	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9390350478804546		0	0	False	False	1.0	0					non-mobilizable	other	5222.0	99.98100000000001	100.0	0.0015757624788615388	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MON0019_000000011265	5267	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9384913728786782		0	0	False	False	1.0	0					non-mobilizable	other	5201.0	100.0	100.0	0.0015697250747279696	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0027_01_000000005066	5257	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9331076877342134		0	0	False	False	1.0	0					non-mobilizable	other	5195.0	99.51899999999999	100.0	0.0015648951514211143	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0122_000000005979	5249	0.7935060340122425	8	4	4	2	0	True	130701	fragment	False	SPA0122_000000005979	0.9999029126213592		0	0	False	False	0.9998095035552979	0					non-mobilizable	other	5254.0	97.37299999999999	100.0	0.060019693604158555	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ENG0001_000000004583	5247	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9377531062730332		0	0	False	False	1.0	0					non-mobilizable	other	5185.0	100.0	100.0	0.0015648951514211143	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0063_000000005688	5247	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9375218407894015		0	0	False	False	0.9998094439506531	0					non-mobilizable	other	5186.0	99.98100000000001	100.0	0.0015648951514211143	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0035_000000004282	5246	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9376948230636688		0	0	False	False	1.0	0					non-mobilizable	other	5185.0	100.0	100.0	0.0015648951514211143	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0024_01_000000004632	5246	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9376948230636688		0	0	False	False	1.0	0					non-mobilizable	other	5185.0	100.0	100.0	0.0015648951514211143	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0184_000000004489	5246	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9375086773428613		0	0	False	False	1.0	0					non-mobilizable	other	5185.0	99.98100000000001	100.0	0.0015648951514211143	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0044_000000003373	5246	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9376948230636688		0	0	False	False	1.0	0					non-mobilizable	other	5185.0	100.0	100.0	0.0015648951514211143	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0062_01_000000004871	5242	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9374028979869052		0	0	False	False	1.0	0					non-mobilizable	other	5181.0	100.0	100.0	0.0015636876705944006	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CAN0020_000000006882	5241	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9373069244455895		0	0	False	False	0.999809205532074	0					non-mobilizable	other	5179.0	100.0	100.0	0.0015630839301810436	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0037_000000005885	5219	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9344079949333866		0	0	False	False	0.9998083710670471	0					non-mobilizable	other	5177.0	100.0	100.0	0.0015624801897676868	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0107_000000004756	5216	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9344796778704313		0	0	False	False	1.0	0					non-mobilizable	other	5164.0	99.961	100.0	0.0015585558770808668	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0046_01_000000002070	5186	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.9320407497896247		0	0	False	False	0.9998071789741516	0					non-mobilizable	other	5124.0	100.0	100.0	0.0015464810688137285	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0101_01_000000005875	5161	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.8861976654185417		0	0	False	False	1.0	0					non-mobilizable	other	5161.0	100.0	100.0	0.0015576502664608315	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0053_01_000000004359	5086	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.8812330519911175		0	0	False	False	1.0	0					non-mobilizable	other	5007.0	100.0	99.0	0.0015111622546323492	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0074_000000005131	5038	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.8391138921664664		0	0	False	False	1.0	0					non-mobilizable	other	4979.0	99.98	100.0	0.0015027098888453524	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0025_01_000000003525	5021	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.4040233309573102		0	0	False	False	0.998406708240509	0					non-mobilizable	other	4604.0	100.0	100.0	0.0013895085613409317	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0133_000000004825	5003	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.8158912019815417		0	0	False	False	1.0	0					non-mobilizable	other	4937.0	100.0	100.0	0.0014900313401648574	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0156_000000003217	4815	0.7935060340122425	7	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.2933992223675574		0	0	False	False	1.0	0					non-mobilizable	other	4320.0	99.977	91.0	0.0013034755524375717	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0019_01_000000006119	4735	0.7935060340122425	9	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.14930421027449292		0	0	False	False	0.9957761168479919	0					non-mobilizable	other	4740.0	96.87799999999999	100.0	0.05413451189631088	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ENG0209_000000004099	4665	0.7935060340122425	8	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.38093800573645353		0	0	False	False	1.0	0					non-mobilizable	other	4604.0	99.978	100.0	0.0013895085613409317	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0160_000000004698	4665	0.7935060340122425	8	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.38100738415067464		0	0	False	False	1.0	0					non-mobilizable	other	4604.0	100.0	100.0	0.0013895085613409317	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0101_000000006401	4645	0.7935060340122425	8	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.3797860271219783		0	0	False	False	0.9978471398353577	0					non-mobilizable	other	4604.0	99.978	100.0	0.0013895085613409317	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CHI0022_000000002687	4515	0.7935060340122425	7	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.27478952030199755		0	0	False	False	1.0	0					non-mobilizable	other	4514.0	99.978	99.0	0.0013623402427398706	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0057_01_000000006740	4493	0.7935060340122425	8	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.2544569751175997		0	0	False	False	1.0	0					non-mobilizable	other	4492.0	100.0	99.0	0.0013556990981929446	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0238_000000003023	4387	0.7935060340122425	8	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.14781307255469384		0	0	False	False	0.9981764554977417	0					non-mobilizable	other	3985.0	100.0	100.0	0.0012026509034069675	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0029_000000005709	4304	0.7935060340122425	7	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.24929362202493585		0	0	False	False	1.0	0					non-mobilizable	other	4304.0	100.0	100.0	0.001298947499337395	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0032_000000007655	4146	0.7935060340122425	7	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.1469427668465056		0	0	False	False	0.999758780002594	0					non-mobilizable	other	4087.0	99.95100000000001	100.0	0.00123344166448817	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0100_000000007494	3904	0.7935060340122425	7	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.08566664569307242		0	0	False	False	1.0	0					non-mobilizable	other	3843.0	100.0	100.0	0.0011597853340586269	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0198_000000004768	3904	0.7935060340122425	7	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.08566664569307242		0	0	False	False	0.9997438788414001	0					non-mobilizable	other	3843.0	100.0	100.0	0.0011597853340586269	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0099_000000004757	3885	0.7935060340122425	7	4	4	2	0	True	130696	fragment	False	ENG0211_000000005379	0.08535542097785774		0	0	False	False	1.0	0					non-mobilizable	other	3824.0	100.0	100.0	0.0011540498001317361	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
TAN0002_000000010210	3394	0.7934900298321301	6	2	2	2	2	False	83112	maximal	True	TAN0002_000000010210	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	91.50200000000001	35.0	0.016636468456596935	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MON0099_000000017793	1929	0.7934893434740607	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.2330241424382738		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	99.569	96.0	0.0005010248973953465	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0111_000000006069	3725	0.7934882952783365	6	2	1	2	2	False	42092	maximal	True	FIJ0111_000000006069	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0107_000000014858	3747	0.7934807609926243	5	4	4	4	3	False	8610	maximal	True	MON0107_000000014858	1.0		0	0	False	False	0.9927942156791687	0					non-mobilizable	no_good_hit	1358.0	75.847	36.0	0.09404719971821064	NZ_JNJN01000058.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00056.56_C, whole genome shotgun sequence	True	False
ISR0348_000000003665	3482	0.7934794596050601	5	2	1	2	1	False	67788	fragment	False	ISR0348_000000003665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1372.0	92.78399999999999	87.0	0.00042309369845489915	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0005_000000034929	1137	0.7934703483818046	1	1	1	1	1	False	76398	fragment	False	DEN0005_000000034929	1.0		0	0	False	False	0.9806508421897888	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	4.0	5.5346693035091156e-05	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	True	False
ITA0005_000000010098	1817	0.793469458766098	3	1	1	1	1	False	20381	maximal	True	ITA0005_000000010098	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	99.755	45.0	0.01129112800310714	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
FIJ0117_000000011248	1803	0.793469458766098	3	1	1	1	1	False	41612	maximal	True	FIJ0117_000000011248	1.0		0	0	False	False	0.99889075756073	0					non-mobilizable	chromosome	788.0	89.594	91.0	0.00024743011517635465	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0090_000000019238	1588	0.793469458766098	2	1	1	1	1	False	33659	fragment	False	ISR0090_000000019238	1.0		0	0	False	False	0.998740553855896	0					non-mobilizable	no_good_hit	496.0	99.395	31.0	0.00015602281148063127	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0134_000000007192	2146	0.7934656570629465	4	4	4	4	2	False	40632	maximal	True	FIJ0134_000000007192	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	1589.0	100.0	100.0	0.19518190757128812	CP058043.1	enterobacteria	Escherichia coli strain RHB03-C06 plasmid pRHB03-C06_4, complete sequence	False	True
ISR0095_000000013201	2403	0.7934632512155472	3	1	1	1	1	False	33414	maximal	True	ISR0095_000000013201	1.0		1	1	False	False	0.9995838403701782	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000002264	10564	0.7934609213100976	13	10	4	4	9	True	14865	maximal	True	MAD0105_000000002264	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	10145.0	97.52600000000001	99.0	0.0029251778650763154	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	False	True
ENG0059_000000006687	1870	0.7934397422189736	4	4	2	3	3	False	63373	fragment	False	ENG0059_000000006687	0.9951560818083961		0	0	False	False	0.9844920039176941	0					non-mobilizable	plasmid	1870.0	100.0	100.0	0.05822067160924553	CP048333.1	enterobacteria	Escherichia coli strain 10 plasmid p010_C, complete sequence	False	True
MAD0061_000000009421	1858	0.7934397422189736	4	4	2	3	3	False	63373	fragment	False	ENG0059_000000006687	0.9914438502673797		0	0	False	False	1.0	0					non-mobilizable	chromosome	1858.0	99.462	100.0	0.00032173239881698267	CP050207.1	enterobacteria	Escherichia coli strain RH-048-WU chromosome	False	False
ISR0327_000000013438	2076	0.7934389502971781	4	3	2	3	2	False	24786	maximal	True	ISR0327_000000013438	1.0		84	8	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	84.316	53.0	0.00020494193311894964	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0130_000000001829	8958	0.7934357904742602	13	12	4	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.12404550644542504	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	8959.0	99.219	100.0	0.23883422659520573	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0058_000000041759	1284	0.7934357281838496	3	2	2	2	1	True	21503	fragment	False	ISR0814_000000031305	0.6232456752204167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	7.897230704432978e-05	NZ_FXAZ01000003.1	firmicutes	Paenibacillus aquistagni strain 11, whole genome shotgun sequence	True	True
MAD0070_000000006319	2897	0.7934335934776525	4	4	3	4	4	False	16375	maximal	True	MAD0070_000000006319	1.0		19	3	False	False	0.9913703799247742	0					non-mobilizable	chromosome	2872.0	99.721	99.0	0.0008092076614011328	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
USA0032_01_000000006944	3646	0.7934312029808428	3	3	3	3	2	False	1502	maximal	True	USA0032_01_000000006944	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2883.0	90.565	79.0	0.0008090910470520589	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0320_000000006443	3315	0.7934309599291332	5	2	1	2	1	True	119804	maximal	True	ISR0320_000000006443	1.0		4	1	False	False	0.9996983408927917	0					non-mobilizable	no_good_hit	1642.0	99.574	50.0	0.0034313530738943245	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0047_000000036202	1322	0.7934288862263286	2	2	2	2	2	False	17614	fragment	False	MAD0047_000000036202	1.0		0	0	False	False	0.998487114906311	0					non-mobilizable	chromosome	1322.0	95.991	100.0	0.00044887436512820446	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0145_000000002189	5114	0.7934217288224101	4	4	4	4	4	False	84961	maximal	True	FIJ0145_000000002189	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	94.71799999999999	62.0	0.0005525695066583067	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ISR0387_000000021372	1114	0.7934206885954127	2	2	2	2	2	False	127737	fragment	False	ISR0103_000000024557	0.727230349301264		0	0	False	False	0.9946140050888062	0					non-mobilizable	other	1114.0	99.82	100.0	0.03528516628094981	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0848_000000012061	1485	0.7934149829244476	3	3	3	1	1	False	106466	fragment	False	ENG0043_000000020193	0.6054902105675944		0	0	False	False	1.0	0					non-mobilizable	other	1499.0	82.322	100.0	0.0007198423009462233	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
USA0040_01_000000010159	1380	0.7934116880042396	2	2	2	2	1	False	126655	fragment	False	ISR0095_000000019372	0.3175141242937853		0	0	False	False	0.9898550510406494	0					non-mobilizable	no_good_hit	42.0	97.619	3.0	7.691464950181818e-06	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0179_000000000392	41664	0.7934069230744908	44	21	12	15	7	True	111614	fragment	False	ISR0179_000000000392	1.0		0	0	False	False	0.9996639490127563	0					non-mobilizable	no_good_hit	598.0	91.304	1.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0072_000000002104	11250	0.7934065758925357	11	5	4	5	4	True	52109	maximal	True	FIJ0072_000000002104	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.0007672948253636977	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
ISR0249_000000017235	1308	0.793403602764078	2	2	1	1	2	False	27048	maximal	True	ISR0249_000000017235	1.0		120	10	False	False	0.9984709620475769	0					non-mobilizable	no_good_hit	132.0	81.061	10.0	0.00013345705914858568	CP042295.1	mycoplasmas	Mycoplasma anserisalpingitidis strain ATCC:BAA-2147 chromosome, complete genome	True	False
USA0044_01_000000009270	3173	0.7933834205160879	5	4	4	4	4	False	125966	fragment	False	DEN0051_000000012717	0.9385016739944415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000016473	2416	0.7933687008929643	3	2	2	1	1	False	101951	maximal	True	ISR0814_000000016473	1.0		0	0	False	False	0.9991722106933594	0					non-mobilizable	no_good_hit	753.0	78.486	31.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0074_000000017200	1779	0.7933687008929643	3	2	2	1	1	False	101945	maximal	True	FIJ0074_000000017200	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	82.14299999999999	9.0	0.0088283784502473	MK232090.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.I13_6_c1 sequence	True	False
SPA0124_000000018742	1563	0.7933687008929643	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.9049922650930782		0	0	False	False	0.9878438711166382	0					non-mobilizable	no_good_hit	753.0	78.35300000000001	48.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0346_000000017483	1417	0.7933687008929643	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.8075685477301673		0	0	False	False	0.9985885620117188	0					non-mobilizable	no_good_hit	753.0	78.35300000000001	53.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0370_000000020406	1323	0.7933687008929643	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.7944673877013695		0	0	False	False	0.990173876285553	0					non-mobilizable	no_good_hit	753.0	77.42399999999999	56.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0248_000000003503	1290	0.7933687008929643	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.6948198237407657		0	0	False	False	0.9751937985420227	0					non-mobilizable	no_good_hit	731.0	77.975	56.0	0.8364269141531323	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
AUS0006_000000021879	1216	0.7933687008929643	3	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.19970232020350656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000024579	1191	0.7933687008929643	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.39606705335202114		0	0	False	False	0.9991603493690491	0					non-mobilizable	no_good_hit								True	False
ISR0805_000000010416	1161	0.7933687008929643	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.297784323709498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0001_000000007441	3499	0.7933670187900977	4	4	4	4	3	False	110365	maximal	True	ETH0001_000000007441	0.9674067080358272		6	4	False	False	0.9934266805648804	0					non-mobilizable	chromosome	3345.0	79.372	95.0	0.000990351592865618	CP028149.1	firmicutes	Clostridium perfringens strain JXJA17 chromosome, complete genome	False	False
ISR0092_000000017651	1697	0.7933626624659464	4	2	1	2	1	False	33571	fragment	False	ISR0092_000000017651	1.0		0	0	False	False	0.9817324876785278	0					non-mobilizable	no_good_hit								True	False
ISR0325_000000004434	4052	0.7933621240091737	4	4	4	4	4	False	119504	maximal	True	ISR0325_000000004434	1.0		35	6	False	False	0.9972853064537048	0					non-mobilizable	other	1386.0	87.15700000000001	92.0	0.0024966581941440378	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0074_000000007034	4546	0.7933602460585668	7	4	4	3	4	False	87612	maximal	True	FIJ0074_000000007034	1.0		5	3	False	False	0.9956005215644836	0					non-mobilizable	no_good_hit	2701.0	95.07600000000001	66.0	0.001345373922027263	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0301_000000002520	5969	0.7933540386879525	6	4	2	3	1	False	76687	fragment	False	ISR0212_000000005217	0.9290829653555677		0	0	False	False	0.9938012957572937	0					non-mobilizable	other	6008.0	94.47399999999999	100.0	0.35903599975960093	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
FIJ0079_000000005026	5847	0.7933540386879525	6	4	2	3	1	False	76687	fragment	False	ISR0212_000000005217	0.9453602842876113		0	0	False	False	0.9977766275405884	0					non-mobilizable	other	5827.0	100.0	99.0	0.35014123444918566	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
ISR0115_000000008223	3796	0.7933436652842101	6	2	1	2	1	False	32489	maximal	True	ISR0115_000000008223	1.0		1	1	False	False	0.9926238059997559	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.0787168039097238e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0070_000000004944	4616	0.7933417206935971	7	4	0	2	2	True	109074	fragment	False	AUS0022_000000007529	0.9758701323477601		0	0	False	False	0.9997833371162415	0					non-mobilizable	other	4541.0	93.944	98.0	0.014826455988162459	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
DEN0017_000000009604	3160	0.7933388695612845	5	3	3	3	3	False	104785	maximal	True	DEN0017_000000009604	1.0		0	0	False	False	0.9996835589408875	0					non-mobilizable	no_good_hit	940.0	98.191	60.0	0.004338535258693259	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
CAN0021_000000016290	2655	0.7933323467816179	4	4	3	1	2	True	91606	maximal	True	CAN0021_000000016290	1.0		0	0	False	False	0.9992467164993286	0					non-mobilizable	no_good_hit	1014.0	82.64299999999999	78.0	0.24495818986719134	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0011_000000021516	1338	0.7933299729444311	2	1	1	1	1	False	67130	fragment	False	ENG0011_000000021516	1.0		0	0	False	False	0.9596412777900696	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000004647	6104	0.793328194305874	8	6	3	6	4	True	90483	fragment	False	SPA0075_000000001875	0.5584422779714419		0	0	False	False	0.9983617067337036	0					non-mobilizable	other	6106.0	97.59299999999999	100.0	0.09787240885772638	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0260_000000015060	1140	0.793325934964405	2	2	2	2	2	False	26696	fragment	False	SPA0129_000000019371	0.9552058111380146		0	0	False	False	0.9964912533760071	0					non-mobilizable	no_good_hit	116.0	78.44800000000001	22.0	0.0009910631953601006	NZ_AUEF01000008.1	firmicutes	Jeotgalicoccus psychrophilus DSM 19085 H625DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
MON0019_000000005264	9368	0.7933148513949947	7	6	4	5	6	False	13237	maximal	True	MON0019_000000005264	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	5434.0	94.33200000000001	88.0	0.0024004428593788828	AP018131.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: JCM 7004	True	False
MAD0056_000000000343	19518	0.7933145312612945	23	9	2	5	7	False	17086	maximal	True	MAD0056_000000000343	1.0		1	1	False	False	0.9997950792312622	0					non-mobilizable	no_good_hit								True	False
TAN0001_000000010381	1431	0.7933067426965458	2	2	2	2	2	False	3096	maximal	True	TAN0001_000000010381	1.0		7	4	False	False	0.9993011951446533	0					non-mobilizable	chromosome	1446.0	77.87	99.0	0.0003872359675679438	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0109_000000005249	5344	0.7933034243899161	7	3	3	3	3	False	114770	fragment	False	ISR0109_000000005249	1.0		0	0	False	False	0.9981287717819214	0					non-mobilizable	no_good_hit	972.0	97.94200000000001	48.0	0.0003060568685811979	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0060_000000005646	5286	0.7932900034655714	8	6	5	6	2	True	100582	maximal	True	ISR0060_000000005646	1.0		5	2	False	False	0.99508136510849	0					non-mobilizable	no_good_hit	610.0	75.41	11.0	0.00021760182242443657	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	True
ENG0137_000000004627	3822	0.793274087945189	6	6	4	5	5	False	76907	maximal	True	ENG0137_000000004627	1.0		7	3	False	False	0.9994767308235168	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0003172373161723052	NZ_KE332397.1	g-proteobacteria	Halomonas anticariensis FP35 = DSM 16096 strain FP35 Scaffold9, whole genome shotgun sequence	True	False
ISR0215_000000004002	7103	0.7932680273864117	10	9	4	5	7	True	113920	fragment	False	ISR0215_000000004002	1.0		0	0	False	False	0.9987329244613647	0					non-mobilizable	other	6635.0	98.161	93.0	0.018003046669436366	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0821_000000003280	7496	0.7932635561685812	13	8	2	4	6	True	108817	maximal	True	ISR0821_000000003280	1.0		2	2	False	False	0.9998666048049927	0					non-mobilizable	other	3942.0	98.478	100.0	0.0016558688639409511	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	True
MAD0088_000000016106	1610	0.7932511645301275	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.8158577794303477		0	0	False	False	0.9993788599967957	0					non-mobilizable	other	1624.0	98.214	100.0	0.003393714831767513	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0163_000000008671	2760	0.7932324343638253	4	2	2	1	2	False	102631	fragment	False	ENG0163_000000008671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	99.568	23.0	0.019158994774819606	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0147_000000002342	9464	0.7932302832964302	13	8	7	7	5	False	126474	maximal	True	ISR0147_000000002342	1.0		1	1	False	False	0.999366044998169	0					non-mobilizable	no_good_hit	2386.0	93.588	52.0	0.000538932072838638	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0165_000000004576	3967	0.7932272314086645	5	5	3	4	4	False	56239	maximal	True	ENG0165_000000004576	1.0		3	1	False	False	0.9879001975059509	0					non-mobilizable	no_good_hit	3176.0	95.49700000000001	80.0	0.0007784398398399871	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0040_000000028609	1493	0.7932159384435525	3	3	2	3	2	False	129877	maximal	True	SPA0040_000000028609	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	97.023	76.0	0.015896921017402945	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0098_000000006945	4929	0.7932153397591526	6	4	3	4	2	False	5086	maximal	True	SPA0098_000000006945	1.0		2	2	False	False	0.9937106966972351	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	0.00016024804907317	NZ_RLIH01000001.1	firmicutes	Anaerosphaera multitolerans strain GS7-6-2, whole genome shotgun sequence	True	False
ISR0197_000000011994	2116	0.7932101220593795	2	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.4568381398923674		0	0	False	False	1.0	0					non-mobilizable	chromosome	2087.0	85.721	100.0	0.0006691328315696612	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
SPA0137_000000018020	2032	0.7932101220593795	3	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.4327044547374602		0	0	False	False	1.0	0					non-mobilizable	chromosome	2038.0	88.322	100.0	0.0007079289435929468	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
FIJ0075_000000000113	61595	0.7932050579944039	58	28	18	26	13	True	98439	maximal	True	FIJ0075_000000000113	0.9999918817989933		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	78.62899999999999	2.0	0.00025082563437983364	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
FIJ0127_000000000106	61590	0.7932050579944039	58	28	18	26	13	True	98439	maximal	False	FIJ0075_000000000113	0.9999512947479503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	78.62899999999999	2.0	0.00025082563437983364	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
SPA0109_000000028259	1220	0.7931927164600089	2	2	2	2	2	False	101418	fragment	False	MON0101_000000050129	0.9179473642410967		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	93.65700000000001	99.0	0.006336751592023947	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
MON0044_000000020776	2493	0.7931857348610323	3	3	3	3	3	False	83391	fragment	False	MON0044_000000020776	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2493.0	99.15799999999999	100.0	0.0008012748372691833	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ISR0332_000000008070	1783	0.7931681655153536	3	3	3	2	1	False	117262	fragment	False	MON0037_000000031911	0.3774416292888062		0	0	False	False	0.9685922861099243	0					non-mobilizable	virus	1754.0	78.734	98.0	0.2417384059983338	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
FIJ0164_000000008926	2586	0.7931681472571019	3	3	3	3	2	False	43914	maximal	True	FIJ0164_000000008926	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	883.0	77.01	54.0	0.0003237084515376523	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
TAN0007_000000031750	1330	0.7931666397804675	2	2	2	2	2	False	2795	fragment	False	TAN0007_000000031750	1.0		0	0	False	False	0.9879699349403381	0					non-mobilizable	no_good_hit	399.0	74.687	30.0	0.00015413620826480677	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ISR0214_000000020759	1476	0.7931651611897854	2	1	1	1	1	False	28204	maximal	True	ISR0214_000000020759	1.0		9	5	False	False	0.9993224740028381	0					non-mobilizable	no_good_hit								True	False
MON0060_000000006725	4875	0.7931567891222926	6	5	4	5	4	False	116380	fragment	False	MON0060_000000006725	0.9709090429404037		0	0	False	False	1.0	0					non-mobilizable	other	2788.0	91.35600000000001	92.0	0.0006759554766736518	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0364_000000005652	2803	0.7931494995091025	4	4	4	4	3	False	102417	maximal	True	ISR0364_000000005652	1.0		115	12	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	74.138	23.0	0.00011777338882780013	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
ENG0021_000000002861	6367	0.7931382870575956	2	2	2	2	2	False	81020	fragment	False	ENG0021_000000002861	0.9883229644236947		0	0	False	False	0.9973300099372864	0					non-mobilizable	chromosome	6367.0	98.995	99.0	0.001780146086069476	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0052_000000002204	11519	0.7931359825975268	16	8	5	8	5	True	129723	fragment	False	ISR0052_000000002204	1.0		0	0	False	True	0.999913215637207	0					non-mobilizable	no_good_hit	1527.0	98.95200000000001	13.0	0.007122420689558606	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
DEN0069_000000006643	4290	0.793131549759251	4	2	1	1	1	False	103367	maximal	True	DEN0069_000000006643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1733.0	96.595	40.0	0.3805543334799824	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	False
ENG0157_000000010411	2415	0.7931310500449771	3	2	1	2	1	True	56634	fragment	False	ENG0157_000000010411	1.0		0	0	False	False	0.9950310587882996	0					non-mobilizable	no_good_hit								True	True
CHI0044_000000005688	2541	0.7931259610224226	3	3	3	3	3	False	115882	maximal	False	FIJ0122_000000006376	0.9662499060019798		0	0	False	False	1.0	0					non-mobilizable	other	2542.0	99.135	100.0	0.019896952422714317	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	False	False
MON0109_000000018693	1917	0.7931233579721467	4	4	4	4	2	True	8498	maximal	True	MON0109_000000018693	1.0		0	0	False	False	0.9535732865333557	0					non-mobilizable	no_good_hit								True	True
USA0011_01_000000019466	1869	0.7931148364069682	4	2	1	2	1	True	87646	fragment	False	USA0011_01_000000019466	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1686.0	100.0	100.0	0.00045122982219402666	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0186_000000020861	1534	0.7930986953583035	1	1	1	1	1	False	29317	fragment	False	ISR0186_000000020861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0803_000000012663	1231	0.7930986953583035	2	1	1	1	1	False	21828	fragment	False	ISR0803_000000012663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0062_000000002609	9834	0.7930973293867624	16	15	12	13	13	True	125092	fragment	False	ISR0062_000000002609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1735.0	91.87299999999999	38.0	0.0004940502761087447	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ENG0032_000000007017	2936	0.7930853685832844	3	3	3	3	2	False	65627	maximal	True	ENG0032_000000007017	1.0		5	3	False	False	0.9758174419403076	0					non-mobilizable	no_good_hit	246.0	73.171	8.0	0.0036660683318628495	NZ_BBAB01000020.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0132_000000006548	3976	0.7930810252427519	3	3	3	3	2	False	31606	fragment	False	ISR0132_000000006548	1.0		0	0	False	False	0.9942153096199036	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00018009326258240874	NZ_SOAG01000004.1	CFB group bacteria	Myroides indicus strain DSM 28213 Ga0196853_104, whole genome shotgun sequence	True	False
ISR0058_000000012224	2106	0.7930775186474496	4	4	1	4	4	False	35501	maximal	True	ISR0058_000000012224	0.9871046228710462		283	13	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	73.084	24.0	0.00019490271171015871	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ENG0077_000000008765	2314	0.7930722931883047	3	3	2	3	2	False	117058	fragment	False	ENG0077_000000008765	0.9594103851778627		0	0	False	False	0.9952463507652283	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
DEN0001_000000033010	1340	0.7930705814719256	2	1	1	1	1	False	76743	fragment	False	DEN0001_000000033010	0.9488594944054816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	77.551	11.0	0.00043686932719068583	NZ_FONG01000009.1	high GC Gram+	Streptomyces alni strain CGMCC 4.3510, whole genome shotgun sequence	True	False
CHI0010_000000003848	2020	0.7930687339216488	4	2	2	1	0	True	90305	fragment	False	CHI0010_000000003848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	0.013844172569220863	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0036_000000013613	1834	0.7930665265868944	2	2	2	2	1	False	37420	fragment	False	ISR0819_000000013274	0.9375		0	0	False	False	0.9956379532814026	0					non-mobilizable	other	981.0	98.777	98.0	0.009547004383828543	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	False	False
FIJ0077_000000002180	12451	0.7930623203391279	16	13	5	6	11	True	121786	maximal	True	FIJ0077_000000002180	1.0		18	8	False	False	0.9987952709197998	0					non-mobilizable	no_good_hit	4271.0	74.854	34.0	0.009655768755661698	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
USA0079_01_000000007345	1754	0.7930595493508088	3	3	3	2	2	False	81201	fragment	False	DEN0010_000000020867	0.13023337144285235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	71.393	45.0	0.00020793625104033596	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
CHI0149_000000003711	4152	0.7930510343416246	5	5	5	5	4	False	79593	maximal	True	CHI0149_000000003711	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	4154.0	98.53200000000001	100.0	0.0008790893219131491	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
CHI0043_000000001111	5854	0.7930473148626154	7	7	7	6	5	False	130932	maximal	True	CHI0043_000000001111	1.0	PS1128	9	6	False	True	1.0	0					non-mobilizable	no_good_hit	1685.0	81.66199999999999	30.0	0.0007690715897102379	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
AUS0018_000000000063	95226	0.7930466046047134	91	15	4	12	5	True	127415	maximal	False	SPA0046_000000000019	0.8225153581635863		0	0	False	True	1.0	0					non-mobilizable	virus	40615.0	95.411	96.0	0.41784371297584094	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0070_000000012652	1983	0.7930390542103736	2	2	2	2	2	False	111417	fragment	False	ISR0038_000000015229	0.9601902503164792		0	0	False	False	0.9939485788345337	0					non-mobilizable	other	1991.0	97.84	99.0	0.002756396849119823	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0015_000000023205	1173	0.7930389926736702	2	2	2	2	2	False	37945	fragment	False	SPA0087_000000011187	0.9567528370883894		0	0	False	False	0.9982949495315552	0					non-mobilizable	other	1173.0	100.0	100.0	0.00025249630950359913	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MAD0098_000000025784	1748	0.7930377418475071	3	3	3	2	3	False	38961	fragment	False	MAD0098_000000025784	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1748.0	98.85600000000001	100.0	0.0003599933070505936	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
ISR0827_000000001094	8354	0.7930367030917955	11	8	3	6	8	True	93732	fragment	False	ISR0827_000000001094	1.0		0	0	False	False	0.9996408820152283	0					non-mobilizable	other	4960.0	92.29799999999999	99.0	0.0064511747041851	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0059_000000009567	1874	0.7930295921370258	2	2	2	2	2	False	108777	fragment	False	FIJ0121_000000012940	0.7610895062975959		0	0	False	False	0.9994663596153259	0					non-mobilizable	other	1874.0	98.346	100.0	0.011443199452583732	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
MAD0002_000000022056	1856	0.7930295921370258	2	2	2	2	2	False	108777	fragment	False	FIJ0121_000000012940	0.8067624535440906		0	0	False	False	1.0	0					non-mobilizable	other	1859.0	98.87	100.0	0.011345446547489584	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
FIJ0083_000000008030	4223	0.7930291931173847	4	4	4	4	4	False	73469	maximal	True	FIJ0083_000000008030	0.9975303261422241		7	5	False	False	0.998579204082489	0					non-mobilizable	no_good_hit	183.0	83.60700000000001	9.0	0.0059531597540232895	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
ENG0206_000000005913	4190	0.7930291931173847	4	4	4	4	4	False	73469	maximal	False	FIJ0083_000000008030	0.9923223098337345		0	0	False	False	0.9995226860046387	0					non-mobilizable	no_good_hit	183.0	83.60700000000001	9.0	0.0059531597540232895	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
ISR0138_000000017176	1694	0.7930137800772791	3	2	2	2	1	False	31346	maximal	True	ISR0138_000000017176	1.0		6	3	False	False	0.9976387023925781	0					non-mobilizable	other	1694.0	99.705	100.0	0.0005701119884482448	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ENG0050_000000001246	15344	0.7930106029246801	14	8	6	8	2	True	106297	fragment	False	AST0116_000000001063	0.928617470961789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0024746349913387774	NZ_AUME01000058.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	True
AST0033_000000009636	1365	0.7930045334655076	2	1	1	1	1	False	117039	maximal	True	AST0033_000000009636	1.0		5	2	False	False	0.9809523820877075	0					non-mobilizable	other	1350.0	97.63	99.0	0.015384966299054548	NZ_NFJN01000013.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_13, whole genome shotgun sequence	False	False
ENG0128_000000004182	5727	0.7930028238907569	9	9	7	5	7	False	128465	fragment	False	ISR0075_000000003547	0.9748473547454442		0	0	False	False	0.9998254179954529	0					non-mobilizable	other	5411.0	99.353	94.0	0.020752777266310685	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0134_000000012907	1317	0.7930018730799787	2	2	2	2	1	False	92036	fragment	False	DEN0052_000000027259	0.34889536423730033		0	0	False	False	0.9939255714416504	0					non-mobilizable	other	1317.0	99.39299999999999	100.0	0.0003986251672423408	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
FIJ0080_000000010698	2343	0.7929995525217236	4	4	3	3	3	False	57005	fragment	False	FIJ0080_000000010698	1.0		0	0	False	False	0.9982928037643433	0					non-mobilizable	chromosome	2324.0	90.146	99.0	0.0009334627433800388	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0200_000000014644	1426	0.7929945892471643	1	1	1	1	1	False	69708	fragment	False	SPA0029_000000018222	0.9527729858026235		0	0	False	False	0.9446002840995789	0					non-mobilizable	no_good_hit	1059.0	70.822	72.0	0.0008608197036880249	CP045542.1	mycoplasmas	Mycoplasma sp. NEAQ87857 chromosome, complete genome	True	False
MON0076_000000020835	2283	0.7929928121409933	3	3	3	3	3	False	87655	fragment	False	MON0076_000000020835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	496.0	75.202	22.0	0.004267561319032802	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
SPA0098_000000005853	5860	0.7929921415364771	6	4	3	3	3	False	125520	fragment	False	ISR0395_000000006368	0.9669276907697435		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1451.0	83.94200000000001	44.0	0.0006339258157739682	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0007_000000020989	1167	0.7929870291442044	1	1	1	1	1	False	69017	fragment	False	FIJ0040_000000020662	0.9569486720272007		0	0	False	False	1.0	0					non-mobilizable	chromosome	1167.0	100.0	100.0	0.00021965737593832412	CP052503.1	enterobacteria	Klebsiella pneumoniae strain B17KP0020 chromosome, complete genome	False	False
SPA0111_000000004072	7564	0.7929818117804742	7	6	6	6	5	False	4589	maximal	True	SPA0111_000000004072	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	82.72	5.0	0.00010046545187191111	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0191_000000009826	1206	0.7929815171468891	1	1	1	1	1	False	35815	fragment	False	SPA0104_000000030860	0.9380064829821717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	7.0	2.7187817626907852e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0007_000000014329	1800	0.7929780255563847	3	2	2	2	2	False	76293	fragment	False	DEN0007_000000014329	0.993006993006993		0	0	False	False	0.9872221946716309	0					non-mobilizable	other	1726.0	99.71	96.0	0.006893217074398792	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	False	False
ENG0088_000000000205	68206	0.7929765294124371	72	21	14	20	6	True	61328	fragment	False	ENG0088_000000000205	0.9602339120153821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	82.02600000000001	2.0	0.0003444715160721378	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0063_000000014412	1911	0.7929745464991238	2	2	2	2	2	False	104768	fragment	False	CHI0180_000000006612	0.9660763007373719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	70.012	44.0	0.012113410056767068	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0103_000000011429	1906	0.7929711388474351	4	1	1	1	1	False	42577	fragment	False	FIJ0103_000000011429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0035_000000018313	1583	0.7929702987039872	2	2	2	2	1	False	52164	fragment	False	FIJ0030_000000023320	0.9248011365574452		0	0	False	False	0.9917877316474915	0					non-mobilizable	chromosome	1517.0	91.82600000000001	96.0	0.0005082571592733201	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0039_000000017849	1554	0.792960829375976	3	3	3	2	2	False	6993	fragment	False	SPA0039_000000017849	1.0		0	0	False	False	0.9987130165100098	0					non-mobilizable	chromosome	1554.0	100.0	100.0	0.0007988103743504201	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ENG0190_000000006020	5076	0.7929556609315246	6	4	4	4	2	False	69464	maximal	True	ENG0190_000000006020	1.0		18	6	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit	642.0	82.71	13.0	0.00037643148858266157	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AST0148_000000005650	5939	0.7929555396330759	8	5	4	5	2	True	119680	fragment	False	AST0148_000000005650	1.0		0	0	False	False	0.9998316168785095	0					non-mobilizable	no_good_hit	133.0	75.188	2.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
MAD0048_000000000898	15466	0.7929471059520647	20	10	6	9	7	False	17577	maximal	True	MAD0048_000000000898	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	96.429	0.0	0.0007818608287724785	NZ_LGIA01000182.1	CFB group bacteria	Sunxiuqinia dokdonensis strain DH1 contig00182, whole genome shotgun sequence	True	False
ISR0345_000000000821	6791	0.7929439055252995	10	7	4	5	6	True	120920	maximal	True	ISR0345_000000000821	1.0		19	3	False	False	0.9995582103729248	0					non-mobilizable	other	4844.0	96.26299999999999	94.0	0.0013742284336123614	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0013_000000020909	1360	0.7929400140869357	2	1	1	1	1	False	119877	fragment	False	MON0030_000000022630	0.25802632419351546		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	99.839	91.0	0.0032465575746459313	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
CHI0013_000000007777	1240	0.7929400140869357	2	1	1	1	1	False	119877	fragment	False	MON0030_000000022630	0.2537656630702342		0	0	False	False	0.999193549156189	0					non-mobilizable	other	1240.0	100.0	100.0	0.0032465575746459313	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
USA0035_01_000000021583	1215	0.7929400140869357	2	1	1	1	1	False	119877	fragment	False	MON0030_000000022630	0.20284045626619351		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	100.0	100.0	0.0031810499561098957	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
MON0066_000000033998	1103	0.7929400140869357	1	1	1	1	1	False	10611	fragment	False	MON0066_000000033998	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1013.0	99.506	100.0	0.002651748398338727	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0832_000000011448	1176	0.7929387505784624	2	2	1	2	2	False	20993	fragment	False	ISR0832_000000011448	1.0		0	0	False	False	0.988095223903656	0					non-mobilizable	no_good_hit								True	False
ISR0277_000000001370	6453	0.7929362052733416	10	7	4	5	6	True	130641	backbone	False	ISR0366_000000001985	0.9964699515540845	PS1110|PS1111	0	0	True	True	1.0	46		MOBV			mobilizable	no_good_hit	2588.0	94.243	76.0	0.022102830335121337	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0097_000000003381	6452	0.7929362052733416	10	7	4	5	6	True	130641	backbone	False	ISR0366_000000001985	0.9956658058136624	PS1110|PS1111	0	0	True	True	1.0	29		MOBV			mobilizable	no_good_hit	2588.0	94.32	76.0	0.022102830335121337	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ENG0211_000000006433	4497	0.7929338984628673	7	1	0	1	0	True	53670	maximal	True	ENG0211_000000006433	1.0		1	1	True	True	0.9982210397720337	22					non-mobilizable	no_good_hit								True	True
ENG0039_000000005154	4428	0.7929338984628673	6	1	0	1	0	True	126247	backbone	True	ENG0039_000000005154	1.0	PS261|PS842|PS950|PS952	1	1	True	True	1.0	43					non-mobilizable	no_good_hit	944.0	97.98700000000001	63.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0231_000000005878	2816	0.7929338984628673	6	1	0	1	0	True	59420	maximal	True	ISR0231_000000005878	1.0	PS261	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	677.0	98.96600000000001	44.0	0.3753470294280955	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
AST0025_000000017078	2147	0.7929338984628673	2	1	0	1	0	True	120330	backbone	True	AST0025_000000017078	1.0	PS261|PS842	1	1	True	True	1.0	138					non-mobilizable	no_good_hit	717.0	99.58200000000001	67.0	0.39755691282620764	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0176_000000017270	1979	0.7929338984628673	2	1	0	1	0	True	126244	backbone	True	ISR0176_000000017270	1.0	PS261|PS950|PS951	1	1	True	True	1.0	35					non-mobilizable	no_good_hit	890.0	99.32600000000001	88.0	0.49361465852304276	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0317_000000010415	1960	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9298477443208307	PS261|PS950	0	0	True	True	1.0	292					non-mobilizable	plasmid	1182.0	97.8	99.0	0.6557468073292615	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0055_000000010087	1908	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.968878558368437	PS261|PS950	0	0	True	True	0.99790358543396	31					non-mobilizable	plasmid	1360.0	97.647	100.0	0.7456968350916158	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0284_000000006610	1908	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9791443585126898	PS261|PS950	0	0	True	True	1.0	120					non-mobilizable	plasmid	1513.0	98.149	100.0	0.8323153803442532	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0210_000000010033	1905	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9684080859983547	PS261|PS950	0	0	True	True	1.0	55					non-mobilizable	plasmid	1242.0	97.42399999999999	100.0	0.6840644086618545	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0119_000000016685	1902	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9689693141862967	PS261|PS950	0	0	True	True	1.0	23					non-mobilizable	plasmid	1072.0	98.228	97.0	0.5907828983897835	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0283_000000007057	1901	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9837645383109577	PS261|PS950	0	0	True	True	0.9984219074249268	37					non-mobilizable	plasmid	1452.0	98.554	100.0	0.8017767906718489	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0172_000000008428	1901	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9839584842933037	PS261|PS950	0	0	True	True	1.0	29					non-mobilizable	plasmid	1609.0	98.757	100.0	0.8889505830094392	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0847_000000015087	1891	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9559609503891674	PS261|PS950	0	0	True	True	0.9994711875915527	22					non-mobilizable	plasmid	1321.0	95.76100000000001	100.0	0.711271515824542	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
MON0054_000000025333	1890	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9825782416160358	PS261|PS950	0	0	True	True	0.9888888597488403	6					non-mobilizable	plasmid	1523.0	98.162	100.0	0.8406440866185453	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
AUS0018_000000014865	1887	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9691419651454228	PS261|PS950	0	0	True	True	1.0	9					non-mobilizable	plasmid	1078.0	96.66	100.0	0.5907828983897835	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0040_000000012390	1886	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9721258910403435	PS261|PS950	0	0	True	True	1.0	23					non-mobilizable	plasmid	1408.0	97.088	100.0	0.7745696835091616	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0211_000000013121	1884	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9709077214692406	PS261|PS950	0	0	True	True	0.9978768825531006	38					non-mobilizable	plasmid	1518.0	97.167	100.0	0.8362021099389229	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0275_000000007470	1884	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9667335364585348	PS261|PS950	0	0	True	True	0.9978768825531006	11					non-mobilizable	plasmid	968.0	98.244	99.0	0.5330372015546918	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0362_000000011260	1882	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9819588182426137	PS261|PS950	0	0	True	True	1.0	37					non-mobilizable	plasmid	1515.0	98.086	100.0	0.8362021099389229	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0193_000000010711	1881	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9840284010891149	PS261|PS950	0	0	True	True	0.9994683861732483	22					non-mobilizable	plasmid	1403.0	98.50299999999999	100.0	0.7745696835091616	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0167_000000015373	1881	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9834268056989189	PS261|PS950	0	0	True	True	1.0	11					non-mobilizable	plasmid	1072.0	98.414	100.0	0.5907828983897835	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0096_000000021709	1881	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9717479849968182	PS261|PS950	0	0	True	True	1.0	18					non-mobilizable	plasmid	1305.0	97.165	100.0	0.7173792337590228	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
CAN0020_000000019305	1881	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9842994729513945	PS261|PS950	0	0	True	True	1.0	9					non-mobilizable	plasmid	1322.0	98.865	99.0	0.7295946696279845	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0051_000000015175	1881	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9833838182054361	PS261|PS950	0	0	True	True	1.0	38					non-mobilizable	plasmid	1514.0	98.54700000000001	100.0	0.8362021099389229	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0264_000000005736	1881	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.980969237367306	PS261|PS950	0	0	True	True	1.0	25					non-mobilizable	plasmid	1403.0	98.289	100.0	0.7745696835091616	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0113_000000014899	1881	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9827698201606397	PS261|PS950	0	0	True	True	1.0	22					non-mobilizable	plasmid	1403.0	98.646	100.0	0.7745696835091616	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0370_000000014203	1881	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9830695716589143	PS261|PS950	0	0	True	True	1.0	16					non-mobilizable	plasmid	1514.0	98.34899999999999	100.0	0.8362021099389229	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0336_000000007723	1881	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9840284010891149	PS261|PS950	0	0	True	True	1.0	21					non-mobilizable	plasmid	1403.0	98.50299999999999	100.0	0.7745696835091616	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0386_000000016339	1881	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.980402048228561	PS261|PS950	0	0	True	True	1.0	44					non-mobilizable	plasmid	1514.0	98.34899999999999	100.0	0.8362021099389229	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
AST0026_000000014680	1881	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9842316968139225	PS261|PS950	0	0	True	True	1.0	59					non-mobilizable	plasmid	1514.0	98.613	100.0	0.8362021099389229	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0069_000000013177	1880	0.7929338984628673	1	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9773127756602252	PS261|PS950	0	0	True	True	0.9904255270957947	7					non-mobilizable	plasmid	1083.0	98.15299999999999	100.0	0.5968906163242643	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
CAN0021_000000023181	1879	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9841855239500157	PS261|PS950	0	0	True	True	1.0	22					non-mobilizable	plasmid	1067.0	98.78200000000001	100.0	0.5880066629650195	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0302_000000008248	1878	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9811769879177451	PS261|PS950	0	0	True	True	1.0	16					non-mobilizable	plasmid	1076.0	98.234	100.0	0.5930038867295947	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
USA0069_01_000000032426	1877	0.7929338984628673	1	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9758274758454679	PS261|PS950	0	0	True	True	1.0	26					non-mobilizable	plasmid	1656.0	98.973	100.0	0.9183786785119378	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0198_000000017631	1876	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9640133838615349	PS261|PS950	0	0	True	True	1.0	118					non-mobilizable	plasmid	1519.0	97.038	99.0	0.8362021099389229	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0130_000000017604	1874	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9833873139095466	PS261|PS950	0	0	True	True	1.0	20					non-mobilizable	plasmid	1089.0	98.531	100.0	0.6002220988339811	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0082_000000010953	1873	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9757386771684277	PS261|PS950	0	0	True	True	1.0	22					non-mobilizable	plasmid	1514.0	97.68799999999999	100.0	0.8362021099389229	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0101_000000022363	1872	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9833971289962458	PS261|PS950	0	0	True	True	1.0	33					non-mobilizable	plasmid	1089.0	98.531	100.0	0.6002220988339811	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0203_000000009268	1867	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9479025008961678	PS261|PS950	0	0	True	True	1.0	12					non-mobilizable	plasmid	1412.0	94.97200000000001	100.0	0.7745696835091616	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0124_000000016701	1866	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9468010203484303	PS261|PS950	0	0	True	True	1.0	10					non-mobilizable	plasmid	1104.0	94.022	100.0	0.6029983342587452	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0127_000000015750	1866	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9836302027597561	PS261|PS950	0	0	True	True	1.0	27					non-mobilizable	plasmid	1088.0	98.529	100.0	0.5996668517490283	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0079_000000017898	1861	0.7929338984628673	2	1	0	1	0	True	126240	backbone	True	ENG0079_000000017898	0.9855201330392777	PS261|PS950	5	2	True	True	1.0	14					non-mobilizable	plasmid	1005.0	98.109	100.0	0.5535813436979455	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0777_000000009249	1861	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9815219669416504	PS261|PS950	0	0	True	True	1.0	38					non-mobilizable	plasmid	1083.0	98.24600000000001	100.0	0.5968906163242643	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0040_000000022712	1861	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9834962046104055	PS261|PS950	0	0	True	True	1.0	13					non-mobilizable	plasmid	1083.0	98.523	100.0	0.5968906163242643	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0821_000000016642	1861	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9813495046178927	PS261|PS950	0	0	True	True	1.0	38					non-mobilizable	plasmid	1289.0	98.37100000000001	100.0	0.711271515824542	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
AST0010_000000015986	1861	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9833608701996432	PS261|PS950	0	0	True	True	1.0	76					non-mobilizable	plasmid	1468.0	98.43299999999999	100.0	0.8106607440310938	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0131_000000014145	1861	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9834962046104055	PS261|PS950	0	0	True	True	0.990327775478363	4					non-mobilizable	plasmid	1083.0	98.523	100.0	0.5968906163242643	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0100_000000007713	1861	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9833423844091059	PS261|PS950	0	0	True	True	0.9940891861915588	6					non-mobilizable	plasmid	1289.0	98.448	100.0	0.711271515824542	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0208_000000014747	1861	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9813303105410958	PS261|PS950	0	0	True	True	1.0	10					non-mobilizable	plasmid	1501.0	98.26799999999999	100.0	0.8289838978345364	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0136_000000022529	1860	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9837589857588679	PS261|PS950	0	0	True	True	1.0	19					non-mobilizable	plasmid	1294.0	98.686	100.0	0.714047751249306	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0021_000000017597	1858	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9835513886436836	PS261|PS950	0	0	True	True	0.9983853697776794	6					non-mobilizable	plasmid	994.0	98.59200000000001	100.0	0.5474736257634647	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0165_000000012042	1858	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9842693023027939	PS261|PS950	0	0	True	True	0.9973089098930359	7					non-mobilizable	plasmid	968.0	98.86399999999999	99.0	0.5330372015546918	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
AST0061_000000022649	1852	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9831794559735867	PS261|PS950	0	0	True	True	0.9989200830459595	2					non-mobilizable	plasmid	1310.0	98.70200000000001	100.0	0.7229317046085508	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0091_000000016217	1851	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9742817037779566	PS261|PS950	0	0	True	True	1.0	152					non-mobilizable	plasmid	1084.0	96.771	100.0	0.5968906163242643	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0179_000000017960	1849	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9820252499751833	PS261|PS950	0	0	True	True	1.0	6					non-mobilizable	plasmid	985.0	98.579	100.0	0.5424764019988895	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0213_000000014296	1846	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9569880730472567	PS261|PS950	0	0	True	True	1.0	34					non-mobilizable	plasmid	890.0	99.32600000000001	99.0	0.49361465852304276	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0186_000000016798	1845	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9753836126616056	PS261|PS950	0	0	True	True	0.9967479705810547	8					non-mobilizable	plasmid	968.0	98.037	99.0	0.5330372015546918	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0024_000000014446	1835	0.7929338984628673	1	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9081369350898747	PS261|PS950	0	0	True	True	0.9994550347328186	5					non-mobilizable	plasmid	1570.0	97.45200000000001	100.0	0.906158357771261	HG796849.1	bacteria	Uncultured bacterium plasmid pRGF00221	False	True
ISR0143_000000016068	1832	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9686043083170708	PS261|PS950	0	0	True	True	1.0	10					non-mobilizable	plasmid	695.0	99.85600000000001	100.0	0.38534147695724597	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0327_000000015605	1827	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9460895497438163	PS261|PS950	0	0	True	True	0.9994526505470276	26					non-mobilizable	plasmid	852.0	99.413	99.0	0.4719600222098834	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0346_000000012913	1826	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9455540010665952	PS261|PS950	0	0	True	True	0.9972617626190186	10					non-mobilizable	plasmid	852.0	99.413	99.0	0.4719600222098834	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0230_000000018492	1826	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.946611729669565	PS261|PS950	0	0	True	True	0.9994523525238037	17					non-mobilizable	plasmid	851.0	99.53	99.0	0.4719600222098834	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0094_000000009518	1819	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9806628844147754	PS261|PS950	0	0	True	True	0.9994502663612366	14					non-mobilizable	plasmid	1290.0	98.682	100.0	0.7118267629094948	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0071_000000004288	1808	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9263035053326993	PS261|PS950	0	0	True	True	1.0	4					non-mobilizable	plasmid	862.0	98.84	100.0	0.47806774014436426	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0015_000000009757	1800	0.7929338984628673	4	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9286455580327387	PS261|PS950	0	0	True	True	1.0	40					non-mobilizable	plasmid	884.0	97.285	100.0	0.4863964464186563	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
DEN0045_000000022912	1793	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9464969331714563	PS261|PS950	0	0	True	True	1.0	175					non-mobilizable	plasmid	1529.0	98.561	100.0	0.8439755691282621	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0096_000000018589	1757	0.7929338984628673	1	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.9175356956122733	PS261|PS950	0	0	True	True	1.0	13					non-mobilizable	plasmid	1457.0	99.039	100.0	0.8533724340175953	HG796849.1	bacteria	Uncultured bacterium plasmid pRGF00221	False	True
ISR0378_000000017233	1750	0.7929338984628673	1	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.8689637670624167	PS261|PS950	0	0	True	True	1.0	1					non-mobilizable	plasmid	1601.0	97.064	100.0	0.9378299120234604	HG796849.1	bacteria	Uncultured bacterium plasmid pRGF00221	False	True
AUS0010_000000014022	1746	0.7929338984628673	3	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.7013141670586085	PS261|PS950	0	0	True	True	0.9971362948417664	4					non-mobilizable	plasmid	995.0	98.09	99.0	0.5513603553581343	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0104_000000019040	1667	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.3930422749433119	PS261|PS950	0	0	True	True	1.0	7					non-mobilizable	plasmid	692.0	99.711	99.0	0.38312048861743475	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0770_000000006981	1644	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.7277217146309048	PS261|PS950	0	0	False	True	1.0	0					non-mobilizable	plasmid	817.0	99.266	99.0	0.45308162132148805	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0244_000000016112	1619	0.7929338984628673	1	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.053395979249519575	PS261|PS950	0	0	True	True	1.0	52					non-mobilizable	plasmid	1413.0	96.249	100.0	0.7740144364242088	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0203_000000011448	1615	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.43196085546050467	PS261|PS950	0	0	False	True	1.0	0					non-mobilizable	plasmid	1064.0	98.402	100.0	0.5863409217101611	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
AUS0004_000000012874	1569	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.16099032481324663	PS261|PS950	0	0	False	True	1.0	0					non-mobilizable	plasmid	977.0	98.26	100.0	0.538034425319267	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0056_000000023278	1538	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.16065752001685576	PS261|PS950	0	0	False	True	1.0	0					non-mobilizable	plasmid	984.0	98.57700000000001	100.0	0.5419211549139367	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0009_000000021952	1534	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.15789368140089594	PS261|PS950	0	0	False	True	1.0	0					non-mobilizable	plasmid	981.0	96.738	100.0	0.538034425319267	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0057_000000021444	1533	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.15388528655427067	PS261|PS950	0	0	False	True	1.0	0					non-mobilizable	plasmid	845.0	99.76299999999999	100.0	0.46862853970016655	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0158_000000013867	1529	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.16051545576022022	PS261|PS950	0	0	False	True	0.9993459582328796	0					non-mobilizable	plasmid	977.0	98.36200000000001	100.0	0.538034425319267	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0022_000000008635	1526	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.16036234054912488	PS261|PS950	0	0	False	True	0.996723473072052	0					non-mobilizable	plasmid	976.0	98.566	100.0	0.5374791782343142	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0161_000000013782	1525	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.0225764284208307	PS261|PS950	0	0	False	True	0.980327844619751	0					non-mobilizable	plasmid	1155.0	98.26799999999999	99.0	0.6368684064408662	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
MAD0059_000000012732	1523	0.7929338984628673	4	1	0	1	0	True	16883	fragment	False	MAD0059_000000012732	0.9843193157519601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0109_000000021237	1520	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.15995062419256595	PS261|PS950	0	0	False	True	0.9907894730567932	0					non-mobilizable	plasmid	969.0	98.24600000000001	100.0	0.5335924486396446	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
DEN0094_000000025538	1519	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.15992082915014041	PS261|PS950	0	0	False	True	0.9953917264938354	0					non-mobilizable	plasmid	968.0	98.14	100.0	0.5330372015546918	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
AST0100_000000008864	1491	0.7929338984628673	4	1	0	1	0	True	108585	fragment	False	AST0100_000000008864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.579	71.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0047_000000020872	1487	0.7929338984628673	1	1	0	1	0	True	46859	maximal	True	FIJ0047_000000020872	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	153.0	78.431	10.0	0.09797297297297297	HM560025.1	bacteria	Uncultured bacterium plasmid pTRACA42, complete sequence	True	True
ISR0040_000000017869	1464	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.1322614392486941	PS261|PS950	0	0	True	True	0.9931694269180298	1					non-mobilizable	plasmid	851.0	99.53	99.0	0.4719600222098834	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ENG0143_000000012852	1453	0.7929338984628673	5	1	0	1	0	True	57598	fragment	False	ENG0143_000000012852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.79	65.0	0.2345679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0039_000000026483	1414	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.08795148361955812	PS261|PS950	0	0	False	True	0.9844412803649902	0					non-mobilizable	plasmid	828.0	100.0	97.0	0.4591893392559689	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
CHI0040_000000010144	1395	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.09586385937957852	PS261|PS950	0	0	False	True	0.9992831349372864	0					non-mobilizable	plasmid	973.0	96.506	100.0	0.5330372015546918	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
FIJ0073_000000013252	1394	0.7929338984628673	1	1	0	1	0	True	47110	maximal	True	FIJ0073_000000013252	0.9857242339832869		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	37.0	100.0	3.0	0.001281777397991882	NZ_CACVNJ010000025.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	True
FIJ0044_000000016408	1357	0.7929338984628673	1	1	0	1	0	True	47110	maximal	False	FIJ0073_000000013252	0.9856943475226797		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	62.0	87.09700000000001	5.0	0.02077656675749319	LN853639.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1058	True	True
ENG0027_000000017268	1326	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.044769641022012266	PS261|PS950	0	0	False	True	1.0	0					non-mobilizable	plasmid	819.0	99.145	100.0	0.45419211549139366	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
SPA0156_000000015808	1322	0.7929338984628673	2	1	0	1	0	True	126240	backbone	False	ENG0079_000000017898	0.055132728443582836	PS261|PS950	0	0	False	True	0.9841150045394897	0					non-mobilizable	plasmid	828.0	99.51700000000001	99.0	0.4591893392559689	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
MON0078_000000036573	1299	0.7929338984628673	2	1	0	1	0	True	14295	fragment	False	MON0078_000000036573	1.0		0	0	False	False	0.9976905584335327	0					non-mobilizable	no_good_hit								True	True
ENG0198_000000016140	1282	0.7929338984628673	3	1	0	1	0	True	59656	fragment	False	ENG0198_000000016140	0.9977148664343787		0	0	False	False	0.9960998296737671	0					non-mobilizable	no_good_hit	840.0	99.405	86.0	0.20716049382716048	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0020_000000028446	1238	0.7929338984628673	2	1	0	1	0	True	26157	fragment	False	SPA0020_000000028446	0.9912364578926415		0	0	False	False	0.9911146759986877	0					non-mobilizable	plasmid	689.0	98.694	100.0	0.37978900610771793	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0789_000000011620	1219	0.7929338984628673	3	1	0	1	0	True	22092	fragment	False	ISR0789_000000011620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	94.55799999999999	87.0	0.18123456790123457	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0112_000000023040	1200	0.7929338984628673	3	1	0	1	0	True	59656	fragment	False	ENG0198_000000016140	0.9755762355929778		0	0	False	False	0.9941666722297668	0					non-mobilizable	no_good_hit	814.0	99.14	87.0	0.20074074074074075	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0120_000000030659	1200	0.7929338984628673	3	1	0	1	0	True	32239	fragment	False	ISR0120_000000030659	1.0		0	0	False	False	0.9808333516120911	0					non-mobilizable	no_good_hit	930.0	99.89200000000001	78.0	0.2293827160493827	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0064_000000037035	1190	0.7929338984628673	1	1	0	1	0	True	71185	maximal	True	DEN0064_000000037035	1.0		1	1	False	False	0.9983193278312683	0					non-mobilizable	no_good_hit	245.0	88.571	71.0	0.16338983050847458	HG796822.1	bacteria	Uncultured bacterium plasmid pRGF00121	True	True
ISR0281_000000015763	1185	0.7929338984628673	2	1	0	1	0	True	26157	fragment	False	SPA0020_000000028446	0.9696132860673945		0	0	False	False	1.0	0					non-mobilizable	plasmid	689.0	97.823	98.0	0.37978900610771793	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0773_000000015394	1184	0.7929338984628673	2	1	0	1	0	True	22487	fragment	False	ISR0773_000000015394	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	717.0	98.18700000000001	96.0	0.39644641865630204	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
ISR0249_000000020274	1148	0.7929338984628673	3	1	0	1	0	True	59656	fragment	False	ENG0198_000000016140	0.65		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	99.014	86.0	0.2	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ITA0008_000000002093	1145	0.7929338984628673	4	1	0	1	0	True	20325	maximal	True	ITA0008_000000002093	1.0		2	2	False	False	0.9877729415893555	0					non-mobilizable	no_good_hit	485.0	100.0	79.0	0.2687395891171571	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ENG0116_000000021047	1140	0.7929338984628673	1	1	0	1	0	True	59419	backbone	True	ENG0116_000000021047	1.0	PS261	1	1	True	True	1.0	1					non-mobilizable	plasmid	1068.0	97.566	100.0	0.6252199413489736	HG796849.1	bacteria	Uncultured bacterium plasmid pRGF00221	False	True
SPA0157_000000007754	1127	0.7929338984628673	2	1	0	1	0	True	26157	fragment	False	SPA0020_000000028446	0.944832757339659		0	0	False	False	1.0	0					non-mobilizable	plasmid	632.0	99.684	100.0	0.35036091060521934	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	False	True
FIJ0036_000000040107	1115	0.7929338984628673	1	1	0	1	0	True	47861	maximal	True	FIJ0036_000000040107	1.0		1	1	False	False	0.9766815900802612	0					non-mobilizable	no_good_hit	258.0	83.333	21.0	0.19065281899109793	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
ISR0315_000000008785	1114	0.7929338984628673	2	1	0	1	0	True	25227	maximal	True	ISR0315_000000008785	1.0		2	1	False	False	0.9892280101776123	0					non-mobilizable	no_good_hit								True	True
ENG0039_000000023855	1104	0.7929338984628673	2	1	0	1	0	True	64889	fragment	False	ENG0039_000000023855	1.0		0	0	False	False	0.9990941882133484	0					non-mobilizable	plasmid	1104.0	100.0	100.0	0.3551191242755956	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	False	True
CAN0012_000000008392	6544	0.7929188519057687	4	3	2	3	3	False	105890	maximal	True	CAN0012_000000008392	0.9907011191573404		40	8	False	False	0.9989303350448608	0					non-mobilizable	no_good_hit	1753.0	71.82	26.0	0.000471182242385653	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0126_000000007928	6076	0.7929188519057687	3	3	2	3	3	False	105890	maximal	False	CAN0012_000000008392	0.9544621026894866		0	0	False	False	0.9993416666984558	0					non-mobilizable	no_good_hit	1740.0	71.89699999999999	28.0	0.000471182242385653	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0083_000000005023	5141	0.7929100612073865	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.748751661194469	PS1159|PS463	0	0	True	True	1.0	97		MOBV			mobilizable	other	4183.0	99.713	94.0	0.03556757584262496	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0039_000000006067	5085	0.7929100612073865	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7742377541196882	PS1159|PS463	0	0	True	True	1.0	106		MOBV			mobilizable	other	3794.0	99.552	96.0	0.4820793085917641	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0167_000000004929	4975	0.7929100612073865	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7380125760120912	PS1159|PS463	0	0	True	True	1.0	301		MOBV			mobilizable	other	4164.0	99.68799999999999	97.0	0.03540598236079572	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0107_000000005017	4975	0.7929100612073865	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7357137533147207	PS1159|PS463	0	0	True	True	1.0	237		MOBV			mobilizable	other	4164.0	99.59200000000001	97.0	0.03540598236079572	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0029_000000003329	12526	0.7928937600058098	16	10	7	9	8	False	37159	maximal	True	ISR0029_000000003329	1.0		2	1	False	False	0.9988024830818176	0					non-mobilizable	no_good_hit	73.0	87.671	1.0	2.9912514692323393e-05	CP010834.1	euryarchaeotes	Methanobrevibacter sp. YE315, complete genome	True	False
CHI0098_000000008070	1156	0.7928935866271055	2	1	1	1	1	False	83372	fragment	False	CHI0098_000000008070	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	98.094	100.0	0.0003224225577120985	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0146_000000000713	8046	0.7928919102978521	8	7	7	7	6	False	125056	fragment	False	CHI0172_000000000825	0.15416757635360606		0	0	False	False	1.0	0					non-mobilizable	other	8046.0	99.167	100.0	0.02907636794874576	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0067_000000006551	4672	0.7928851101097856	8	5	3	5	3	True	102954	fragment	False	DEN0067_000000006551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	86.12899999999999	7.0	0.00016494085692130394	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
ENG0192_000000005131	3594	0.7928796682212795	4	4	4	4	4	True	61177	fragment	False	ENG0192_000000005131	1.0		0	0	False	False	0.9997217655181885	0					non-mobilizable	chromosome	3594.0	100.0	100.0	0.0018481169832846485	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0298_000000005542	2615	0.7928758798148604	4	3	3	3	2	False	25962	maximal	True	ISR0298_000000005542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.504040000250404e-05	NZ_PQDH01000001.1	firmicutes	Vallitalea okinawensis strain S15 Contig1, whole genome shotgun sequence	True	False
ISR0155_000000015257	1262	0.7928731256535729	2	2	2	2	2	False	30588	fragment	False	ISR0155_000000015257	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1262.0	100.0	100.0	0.020083775303804927	CP039842.1	enterobacteria	Escherichia coli O157:H7 strain USDA5905 plasmid pUSDA5905_2, complete sequence	False	True
USA0025_01_000000006337	2549	0.7928705288225102	2	2	2	2	2	False	101112	fragment	False	CHI0024_000000004419	0.9730543582375479		0	0	False	False	1.0	0					non-mobilizable	chromosome	1877.0	99.574	100.0	0.0003744255382167525	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0161_000000008499	2549	0.7928705288225102	2	2	2	2	2	False	101112	fragment	False	CHI0024_000000004419	0.9730543582375479		0	0	False	False	0.9996076822280884	0					non-mobilizable	chromosome	1877.0	99.574	100.0	0.0003744255382167525	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0104_000000024302	1873	0.7928610918203287	2	2	2	2	2	False	13189	fragment	False	MON0019_000000032653	0.9287706896833693		0	0	False	False	0.9951948523521423	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	1.719155935695316e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ENG0140_000000008048	2116	0.7928486230165269	4	2	1	2	2	False	107726	fragment	False	ENG0168_000000014467	0.9688083705029936		0	0	False	False	0.9933837652206421	0					non-mobilizable	other	2127.0	81.664	99.0	0.10545968311635887	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ENG0168_000000014467	2098	0.7928486230165269	2	2	1	2	2	False	107726	fragment	False	ENG0168_000000014467	0.9812137178404322		0	0	False	False	0.9995233416557312	0					non-mobilizable	other	2127.0	81.429	100.0	0.10545968311635887	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ENG0204_000000014195	1863	0.7928486230165269	2	2	1	2	2	False	107725	fragment	False	ENG0160_000000010935	0.9650666666666667		0	0	False	False	0.9994632601737976	0					non-mobilizable	other	1859.0	81.926	99.0	0.09254213341406801	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
USA0007_01_000000000736	21353	0.7928402675981138	26	13	5	13	4	True	108400	backbone	False	ISR0280_000000000088	0.07929501143355079	PS672	0	0	False	True	1.0	0					non-mobilizable	other	21353.0	100.0	100.0	0.21307680025546863	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0049_000000006249	2778	0.7928362582808345	4	2	1	1	2	False	48093	maximal	True	MAD0049_000000006249	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1528.0	76.571	54.0	0.13333937635968093	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MAD0098_000000001560	17806	0.7928212864362003	32	7	0	6	3	False	15370	maximal	True	MAD0098_000000001560	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000006615	2442	0.7928169471277233	5	5	1	3	4	False	59636	fragment	False	MAD0057_000000006615	1.0		0	0	False	False	1.0	0	IncFIC				non-mobilizable	plasmid	2364.0	100.0	100.0	0.018377092017669384	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	False	True
USA0006_01_000000009405	2599	0.7928136586362813	2	2	2	1	2	False	100565	fragment	False	ENG0063_000000010072	0.3256230055392665		0	0	False	False	0.9973066449165344	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	5.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0038_01_000000007829	2015	0.7928136586362813	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.4374436634627973		0	0	False	False	0.9970223307609558	0					non-mobilizable	no_good_hit								True	False
ENG0153_000000021784	1361	0.7928109932763021	3	2	2	2	1	False	116778	fragment	False	DEN0052_000000021753	0.18324092014109375		0	0	False	False	0.9867744445800781	0					non-mobilizable	other	1359.0	98.381	99.0	0.012448893533542343	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0070_000000015655	1352	0.7928109932763021	2	2	2	2	1	False	116778	fragment	False	DEN0052_000000021753	0.2169943909325525		0	0	False	False	0.9770709872245789	0					non-mobilizable	other	1241.0	99.194	92.0	0.011367178189685202	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0052_000000025387	1319	0.7928109932763021	2	2	2	2	1	False	116778	fragment	False	DEN0052_000000021753	0.14863735568150457		0	0	False	False	0.9893859028816223	0					non-mobilizable	other	1319.0	99.014	100.0	0.012082210366133142	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
AST0060_000000014656	2009	0.7928096592959984	3	3	3	3	2	False	112420	maximal	True	AST0060_000000014656	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1497.0	82.899	83.0	0.0005317787786005082	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ISR0377_000000012444	1319	0.7928025830906249	3	3	3	3	2	False	45748	fragment	False	ISR0377_000000012444	0.9489396477322435		0	0	False	False	0.999241828918457	0					non-mobilizable	other	1319.0	97.271	100.0	0.04750234268002595	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ENG0208_000000019951	1530	0.7927957335237269	2	2	2	1	1	False	131181	fragment	False	ISR0130_000000018841	0.32051282051282054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	86.427	88.0	0.00030516645109467886	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0027_000000010500	3647	0.7927730207780964	3	1	1	1	1	False	20781	maximal	True	MON0027_000000010500	1.0		1	1	False	False	0.9997258186340332	0					non-mobilizable	no_good_hit	177.0	75.141	5.0	2.7283940202384114e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
MAD0095_000000015125	2266	0.7927730207780964	2	1	1	1	1	False	20783	maximal	True	MAD0095_000000015125	1.0		1	1	False	False	0.9973521828651428	0					non-mobilizable	no_good_hit	177.0	76.271	8.0	2.7283940202384114e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
ETH0001_000000015790	1997	0.7927730207780964	2	1	1	1	1	False	53518	maximal	True	ETH0001_000000015790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	75.97800000000001	9.0	2.7440744456420803e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
MON0103_000000028911	1881	0.7927730207780964	2	1	1	1	1	False	8889	fragment	False	MON0103_000000028911	1.0		0	0	False	False	0.9994683861732483	0					non-mobilizable	no_good_hit	177.0	75.141	9.0	2.7283940202384114e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
MON0105_000000048094	1141	0.7927730207780964	1	1	1	1	1	False	20777	fragment	False	MON0105_000000048094	0.9680851063829787		0	0	False	False	0.9991235733032227	0					non-mobilizable	no_good_hit	177.0	75.706	15.0	2.7283940202384114e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
ISR0051_000000009370	4387	0.7927728027999781	6	6	5	5	5	False	99341	fragment	False	ISR0051_000000009370	0.9894791228137318		0	0	False	False	1.0	0					non-mobilizable	other	4387.0	99.65799999999999	100.0	0.018020942924776434	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0109_000000014519	2231	0.792769437460068	4	4	4	3	3	False	62228	fragment	False	ISR0109_000000014519	1.0		0	0	False	False	0.9968624114990234	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000006723	2057	0.7927571954192717	2	2	2	2	2	False	50313	maximal	True	FIJ0055_000000006723	1.0		0	0	False	False	0.9941662549972534	0					non-mobilizable	no_good_hit	631.0	75.119	30.0	0.011854473493930052	NZ_FQXK01000037.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ENG0118_000000002343	6047	0.7927540329406495	9	5	4	5	3	True	111586	fragment	False	ISR0207_000000003710	0.9767535139930318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	87.455	4.0	0.00011146485722048446	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
USA0082_01_000000026502	1119	0.7927524016660376	2	2	2	2	1	True	511	fragment	False	USA0082_01_000000026502	1.0		0	0	False	False	0.9687220454216003	0					non-mobilizable	other	1128.0	82.713	100.0	0.006483836762601183	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	False	True
ISR0322_000000001721	5071	0.7927510854945313	6	6	6	6	4	False	107586	maximal	True	ISR0322_000000001721	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2490.0	93.333	49.0	0.08641674780915287	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	True	False
ENG0148_000000005969	6247	0.7927356174378192	7	6	5	5	6	False	112808	maximal	True	ENG0148_000000005969	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1600.0	96.56200000000001	42.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0070_000000010037	1966	0.7927280310499455	3	2	2	2	1	False	16362	maximal	True	MAD0070_000000010037	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	93.64299999999999	50.0	0.0004836415223607183	CP031003.1	firmicutes	Lactobacillus curvatus strain TMW 1.1928 chromosome, complete genome	True	False
ISR0042_000000011625	2510	0.7927257025750634	4	4	4	3	2	False	131560	maximal	True	ISR0042_000000011625	1.0		4	3	False	False	0.9996016025543213	0					non-mobilizable	no_good_hit	2019.0	81.03	80.0	0.0003087387874103012	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0033_000000012586	2456	0.7927257025750634	5	5	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9941242707782607		0	0	False	False	1.0	0					non-mobilizable	chromosome	2457.0	99.67399999999999	100.0	0.0004404994790591462	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0179_000000009870	2456	0.7927257025750634	5	5	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9941242707782607		0	0	False	False	1.0	0					non-mobilizable	chromosome	2457.0	99.67399999999999	100.0	0.0004404994790591462	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
DEN0093_000000013173	2454	0.7927257025750634	5	5	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9940258339525361		0	0	False	False	1.0	0					non-mobilizable	chromosome	2455.0	99.67399999999999	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
USA0133_01_000000009468	2454	0.7927257025750634	5	5	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9940258339525361		0	0	False	False	1.0	0					non-mobilizable	chromosome	2455.0	99.67399999999999	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
CHI0040_000000006721	2454	0.7927257025750634	5	5	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9940258339525361		0	0	False	False	1.0	0					non-mobilizable	chromosome	2455.0	99.67399999999999	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
DEN0026_000000011986	2454	0.7927257025750634	5	5	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9940258339525361		0	0	False	False	1.0	0					non-mobilizable	chromosome	2455.0	99.67399999999999	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0060_000000011989	2454	0.7927257025750634	5	5	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9940258339525361		0	0	False	False	1.0	0					non-mobilizable	chromosome	2455.0	99.67399999999999	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0852_000000004108	2429	0.7927257025750634	4	4	4	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9610244730061007		0	0	False	False	1.0	0					non-mobilizable	chromosome	2429.0	98.436	100.0	0.00044051368830971377	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0143_000000012556	2425	0.7927257025750634	5	5	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9865144515844757		0	0	False	False	1.0	0					non-mobilizable	other	2426.0	99.75299999999999	100.0	0.00046250213847638254	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
CHI0039_000000005382	2424	0.7927257025750634	4	4	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9872163847053512		0	0	False	False	1.0	0					non-mobilizable	chromosome	2424.0	100.0	100.0	0.00043071818835983654	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
DEN0071_000000016759	2421	0.7927257025750634	4	4	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.98656781005585		0	0	False	False	1.0	0					non-mobilizable	chromosome	2421.0	100.0	100.0	0.000430184901292119	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0051_000000007459	2418	0.7927257025750634	5	5	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9857848128840836		0	0	False	False	0.996277928352356	0					non-mobilizable	chromosome	2419.0	99.711	100.0	0.00042982937658030736	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0180_000000007064	2416	0.7927257025750634	5	5	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9854588583302015		0	0	False	False	0.9995861053466797	0					non-mobilizable	chromosome	2417.0	99.75200000000001	100.0	0.00042947385186849565	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0069_000000004132	2415	0.7927257025750634	4	4	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9850635582748509		0	0	False	False	0.9979296326637268	0					non-mobilizable	chromosome	2415.0	99.959	100.0	0.000429118327156684	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0027_000000007158	2415	0.7927257025750634	4	4	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9850635582748509		0	0	False	False	0.9995859265327454	0					non-mobilizable	chromosome	2415.0	99.959	100.0	0.000429118327156684	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
DEN0090_000000010969	2409	0.7927257025750634	4	4	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9826745204017463		0	0	False	False	1.0	0					non-mobilizable	chromosome	2408.0	100.0	100.0	0.00042787399066534316	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
DEN0029_000000005517	2404	0.7927257025750634	4	4	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9816800552640104		0	0	False	False	1.0	0					non-mobilizable	chromosome	2404.0	100.0	100.0	0.0004309935863921532	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0017_000000008843	2393	0.7927257025750634	4	4	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9781316579443451		0	0	False	False	1.0	0					non-mobilizable	chromosome	2393.0	100.0	100.0	0.00042520755532675565	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0789_000000005824	2393	0.7927257025750634	4	4	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9777373879264099		0	0	False	False	1.0	0					non-mobilizable	chromosome	2393.0	99.958	100.0	0.00042520755532675565	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0358_000000008126	2393	0.7927257025750634	4	4	4	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9777373879264099		0	0	False	False	0.9866276383399963	0					non-mobilizable	chromosome	2393.0	99.958	100.0	0.00042520755532675565	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0036_000000017919	1411	0.7927231043802837	2	2	2	2	2	False	82039	fragment	False	ENG0036_000000017919	0.9954853273137698		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	99.15	100.0	0.03955674007574695	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
ISR0024_000000020729	1303	0.7927173145630156	2	2	2	2	2	False	37425	fragment	False	ISR0024_000000020729	1.0		0	0	False	False	0.9976975917816162	0					non-mobilizable	no_good_hit	419.0	71.122	32.0	6.924686866853792e-05	NC_016584.1	firmicutes	Desulfosporosinus orientis DSM 765, complete sequence	True	False
MON0087_000000006945	6398	0.792712667831778	7	3	1	1	3	False	103240	fragment	False	MON0087_000000006945	1.0		0	0	False	False	0.9949984550476074	0					non-mobilizable	other	2354.0	92.566	97.0	0.005094162857068503	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ENG0091_000000001184	15930	0.7927069683025013	22	9	8	8	6	False	129838	maximal	True	ENG0091_000000001184	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1943.0	95.008	29.0	0.1169026815305815	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
FIJ0138_000000002710	6217	0.7927065571014557	5	4	2	3	3	False	50019	fragment	False	FIJ0138_000000002710	1.0		0	0	False	False	0.9988740682601929	0					non-mobilizable	no_good_hit	2835.0	83.915	45.0	0.014708645635426018	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0007_000000003400	3959	0.7926970797385282	3	3	3	3	2	False	68533	fragment	False	ISR0007_000000003400	1.0		0	0	False	False	0.9835817217826843	0					non-mobilizable	no_good_hit	2020.0	90.64399999999999	52.0	0.0004906009825259257	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0058_000000023833	1723	0.7926901580131341	3	3	3	3	2	False	46003	maximal	True	FIJ0058_000000023833	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	96.38600000000001	5.0	0.0008047973775383015	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	True	False
FIJ0011_000000038182	1216	0.7926857963768188	2	2	2	2	2	False	50875	maximal	True	FIJ0011_000000038182	1.0		70	11	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	7.607558394548424e-06	NC_019897.1	firmicutes	Thermobacillus composti KWC4, complete genome	True	False
MON0077_000000024078	1807	0.7926762148840598	4	2	2	2	2	False	10224	maximal	True	MON0077_000000024078	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000002278	8438	0.7926723011504593	9	8	7	8	7	False	74286	maximal	True	ENG0195_000000002278	1.0		3	2	False	False	0.9996444582939148	0					non-mobilizable	no_good_hit	3324.0	96.751	89.0	0.043878656554712896	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
CAN0012_000000003030	17291	0.7926715215287531	27	18	9	11	13	True	95132	maximal	True	CAN0012_000000003030	1.0		1	1	False	False	0.9987854957580566	0					non-mobilizable	no_good_hit	4901.0	96.735	79.0	0.002186197636014828	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0229_000000001749	7820	0.7926657207378842	16	3	2	3	1	False	104265	maximal	True	ISR0229_000000001749	1.0		3	2	False	False	0.9993606209754944	0					non-mobilizable	no_good_hit	429.0	92.30799999999999	16.0	0.00208214196689101	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0117_000000006447	3427	0.7926451256880154	4	2	1	2	2	False	59381	maximal	True	ENG0117_000000006447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1750.0	98.8	51.0	0.0007681658711238148	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0019_000000014071	1237	0.7926434870287371	1	1	1	1	1	False	66510	maximal	True	ENG0019_000000014071	1.0		389	13	False	False	0.9846402406692505	0					non-mobilizable	virus	1238.0	98.95	100.0	0.021688817196759826	MK233918.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_1_c1 sequence	False	False
ISR0058_000000007314	3311	0.7926357458080264	5	1	1	1	1	False	35518	maximal	True	ISR0058_000000007314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	93.22	36.0	0.01866451367781155	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
ISR0027_000000011103	2340	0.7926357458080264	2	1	1	1	1	False	37236	fragment	False	ISR0027_000000011103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1954.0	92.631	83.0	0.030917553191489363	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
SPA0033_000000016809	1854	0.7926357458080264	2	1	1	1	1	False	27619	fragment	False	SPA0033_000000016809	1.0		0	0	False	False	0.9983818531036377	0					non-mobilizable	no_good_hit	1494.0	92.97200000000001	81.0	0.023635385005065856	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
SPA0009_000000029084	1292	0.7926357458080264	2	1	1	1	1	False	27618	fragment	False	SPA0009_000000029084	1.0		0	0	False	False	0.9938080310821533	0					non-mobilizable	no_good_hit	914.0	92.88799999999999	71.0	0.0002591255720815662	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0019_000000023993	1213	0.7926357458080264	2	1	1	1	1	False	27617	fragment	False	SPA0019_000000023993	0.9991235758106924		0	0	False	False	0.9777411222457886	0					non-mobilizable	no_good_hit	984.0	93.39399999999999	81.0	0.015561676798378925	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
ISR0227_000000023080	1141	0.7926357458080264	2	1	1	1	1	False	27617	fragment	False	SPA0019_000000023993	0.9694971145919209		0	0	False	False	0.9815950989723206	0					non-mobilizable	no_good_hit	912.0	93.09200000000001	80.0	0.014421859169199594	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
CHI0129_000000004326	4618	0.7926354381967458	8	2	1	2	1	False	82583	fragment	False	CHI0129_000000004326	1.0		0	0	False	False	0.9896059036254883	0					non-mobilizable	no_good_hit	57.0	100.0	1.0	1.7971170391726588e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
CHI0111_000000013529	2239	0.7926354381967458	4	2	1	2	1	False	82578	fragment	False	CHI0111_000000013529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0075_000000010972	1791	0.7926354381967458	3	2	1	2	1	False	44587	fragment	False	FIJ0075_000000010972	1.0		0	0	False	False	0.9988833069801331	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	3.0	6.400534162979106e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ENG0031_000000003932	5070	0.79263428505557	4	4	4	3	4	False	90043	fragment	False	ENG0031_000000003932	1.0		0	0	False	False	0.9972386360168457	0					non-mobilizable	other	5070.0	99.84200000000001	100.0	0.0020652949370734905	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
USA0125_01_000000012182	1964	0.7926288695276256	3	3	3	3	3	False	79666	maximal	False	CHI0147_000000009721	0.956060606060606		0	0	False	False	1.0	0					non-mobilizable	chromosome	1968.0	96.13799999999999	100.0	0.0005464731878762571	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0099_000000000954	9950	0.7926278640047908	13	8	2	4	6	False	110818	maximal	True	SPA0099_000000000954	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2210.0	97.87299999999999	56.0	0.03352898242199379	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
SPA0013_000000021862	1299	0.7926247020000667	2	1	1	1	1	True	71041	fragment	False	ENG0157_000000019664	0.9229676597051785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	88.182	8.0	3.8246023210378273e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
USA0082_01_000000001813	14084	0.7926241698585361	20	13	9	10	10	True	126208	backbone	False	ISR0395_000000002325	0.34215512382994584	PS943|PS946|PS949	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1539.0	72.58	11.0	0.18806825258438162	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0079_000000021710	1332	0.7926219197380477	2	2	2	2	1	False	91163	fragment	False	ISR0079_000000021710	0.9767899403470587		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	77.854	97.0	0.0760117302052786	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ENG0169_000000013743	1744	0.7926200899805963	3	3	3	3	2	False	72276	fragment	False	ISR0346_000000010486	0.4279535976474195		0	0	False	False	0.9942660331726074	0					non-mobilizable	chromosome	1744.0	99.083	100.0	0.000495780320678562	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0194_000000001305	16938	0.7926200473295048	17	4	2	4	4	True	73512	backbone	True	ENG0194_000000001305	0.9841119560771707	PS345	1	1	True	True	1.0	26					non-mobilizable	no_good_hit	405.0	84.198	3.0	0.006877933868665853	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ENG0068_000000002769	8150	0.7926006984150691	10	8	7	7	5	False	69309	maximal	True	ENG0068_000000002769	1.0		3	2	False	False	0.9998772740364075	0					non-mobilizable	no_good_hit	414.0	75.604	5.0	0.00014478800183045852	NZ_CP022386.1	CFB group bacteria	Capnocytophaga gingivalis strain H1496 chromosome, complete genome	True	False
ISR0308_000000005364	2972	0.7925998720695325	3	3	3	3	1	True	64652	maximal	True	ISR0308_000000005364	1.0		4	3	False	False	0.9848586916923523	0					non-mobilizable	no_good_hit	173.0	73.41	6.0	0.0007093404792818653	NZ_AGDG01000008.1	CFB group bacteria	Bacteroides faecis MAJ27 contig008, whole genome shotgun sequence	True	True
AST0006_000000002609	6292	0.7925975717112269	8	2	2	1	1	False	127661	fragment	False	AST0006_000000002609	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	6292.0	97.425	100.0	0.32714508580343216	MK233076.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_3_c2 sequence	False	False
ISR0073_000000014049	1930	0.7925919199347659	4	4	4	3	1	False	34795	maximal	True	ISR0073_000000014049	1.0		3	3	False	False	0.9994818568229675	0					non-mobilizable	no_good_hit	199.0	81.91	10.0	0.00020536749314051725	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0027_000000032168	1170	0.7925897143966838	2	2	2	2	2	False	127725	fragment	False	SPA0027_000000032168	0.960424369775107		0	0	False	False	0.9743589758872986	0					non-mobilizable	other	1149.0	99.13	98.0	0.011335025029867989	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ENG0090_000000015336	1585	0.7925869480783049	3	3	3	3	3	False	61233	maximal	True	ENG0090_000000015336	1.0		4	2	False	False	0.9968454241752625	0					non-mobilizable	chromosome	827.0	99.516	100.0	0.0003043223736702496	CP017261.1	firmicutes	Lactobacillus paracasei strain FAM18149 chromosome, complete genome	False	False
FIJ0114_000000004950	6906	0.7925850837539683	8	7	6	7	5	True	51332	fragment	False	FIJ0114_000000004950	0.9680434782608696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0041_000000008742	3451	0.7925793786744908	5	3	3	3	1	True	91872	fragment	False	MAD0041_000000008742	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	79.545	2.0	1.6931778478155814e-05	NZ_FNSC01000001.1	g-proteobacteria	Pseudomonas anguilliseptica strain DSM 12111, whole genome shotgun sequence	True	True
CAN0020_000000017276	2118	0.7925793786744908	3	3	3	3	1	True	91870	fragment	False	CAN0020_000000017276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	79.31	4.0	0.001615079138877805	NZ_FOWX01000035.1	g-proteobacteria	Pseudomonas borbori strain DSM 17834, whole genome shotgun sequence	True	True
ISR0164_000000020333	1394	0.7925787970332453	2	2	2	2	1	False	113712	fragment	False	AST0055_000000021784	0.39121486809021816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	86.986	42.0	0.00018791158034928347	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0104_000000000158	55833	0.7925784673978165	52	25	12	20	10	True	132147	fragment	False	ISR0104_000000000158	0.9276697230842363		0	0	False	True	0.9999821186065674	0					non-mobilizable	no_good_hit	2809.0	99.25200000000001	8.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0088_000000002259	12664	0.7925770313164351	12	11	10	8	11	False	75987	maximal	True	ENG0088_000000002259	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	2440.0	86.025	27.0	0.0005537117470448026	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0001_000000006947	4209	0.7925717770903575	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5523095461349945		0	0	False	False	0.9976241588592529	0					non-mobilizable	chromosome	4210.0	97.07799999999999	100.0	0.0014160515689157999	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0026_000000018299	1779	0.7925583773580941	3	2	2	2	1	True	75045	fragment	False	MON0055_000000012949	0.9148291069459757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	72.102	28.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0097_000000009433	3255	0.7925439411681201	5	1	1	1	1	False	79605	maximal	False	ISR0363_000000005783	0.9793017937798828		0	0	False	False	0.9956989288330078	0					non-mobilizable	no_good_hit	1333.0	95.72399999999999	41.0	0.03400301227886555	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0777_000000013254	1313	0.7925439411681201	1	1	1	1	1	False	22386	maximal	True	ISR0777_000000013254	1.0		10	4	False	False	0.9916222095489502	0					non-mobilizable	no_good_hit	1169.0	77.759	88.0	0.00039584686381325627	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0189_000000013264	1278	0.7925439411681201	1	1	1	1	1	False	111840	fragment	False	AST0061_000000033189	0.9287240461662329		0	0	False	False	0.9788732528686523	0					non-mobilizable	other	1278.0	96.479	100.0	0.03331159514803704	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	False	False
BAN0013_000000000615	1264	0.7925439411681201	1	1	1	1	1	False	98637	fragment	False	BAN0013_000000000615	0.9979757085020242		0	0	False	False	1.0	0					non-mobilizable	chromosome	1264.0	99.921	100.0	0.000263136457399916	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
ISR0091_000000006427	4878	0.7925272735585686	8	3	2	3	2	False	86401	fragment	False	ISR0091_000000006427	1.0		0	0	False	False	0.999180018901825	0					non-mobilizable	no_good_hit	2762.0	89.464	57.0	0.0013768475785767313	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MAD0094_000000001528	7562	0.7925153228554545	15	7	6	6	4	True	15636	fragment	False	MAD0094_000000001528	1.0		0	0	False	False	0.9972229599952698	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	1.0136769022247274e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0117_000000019992	1155	0.7925140975720064	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.029020422632992003		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	97.316	100.0	0.0160921463632307	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0118_000000022232	1402	0.7925119294235107	2	2	2	2	2	False	105771	fragment	False	SPA0051_000000015949	0.9461488250652742		0	0	False	False	1.0	0					non-mobilizable	other	1401.0	98.43	99.0	0.010255884313624942	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	False	False
DEN0051_000000016261	2741	0.7925007724635783	3	3	3	3	2	False	72569	fragment	False	DEN0051_000000016261	1.0		0	0	False	False	0.9989054799079895	0					non-mobilizable	other	2742.0	99.234	100.0	0.02375772494431106	NZ_NFHM01000007.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_7, whole genome shotgun sequence	False	False
ENG0005_000000001893	12140	0.7924863008777698	14	13	6	9	10	False	67703	maximal	True	ENG0005_000000001893	1.0		3	3	True	True	1.0	24					non-mobilizable	plasmid	12140.0	99.984	100.0	0.0817754963184522	CP054369.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-1, complete sequence	False	True
CHI0168_000000004489	4070	0.7924841827659094	5	5	5	5	5	False	104533	fragment	False	ENG0054_000000006132	0.9927678352537386		0	0	False	False	0.9992629289627075	0					non-mobilizable	other	4070.0	99.01700000000001	100.0	0.01626949220311875	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ENG0037_000000005352	5692	0.7924773958864264	8	3	2	3	1	True	120447	fragment	False	ENG0037_000000005352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
USA0026_01_000000006521	5272	0.7924773958864264	6	3	2	3	1	True	120439	fragment	False	USA0026_01_000000006521	1.0		0	0	False	False	0.9971547722816467	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
DEN0069_000000005728	5044	0.7924773958864264	7	3	2	3	1	True	120445	fragment	False	DEN0069_000000005728	0.9884410801963993		0	0	False	False	0.9986122250556946	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
USA0073_01_000000007761	2040	0.7924695858719115	2	2	2	2	2	False	711	fragment	False	USA0073_01_000000007761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.027776105324422e-05	NZ_LMBW01000004.1	firmicutes	Bacillus humi strain DSM 16318 Scaffold4, whole genome shotgun sequence	True	False
ISR0170_000000007144	6174	0.7924564180730526	8	6	4	4	4	False	39442	fragment	False	ISR0170_000000007144	1.0		0	0	False	False	0.999028205871582	0					non-mobilizable	no_good_hit								True	False
SPA0048_000000018256	1133	0.7924562634446923	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.635068015708126		0	0	False	False	0.9947043061256409	0					non-mobilizable	other	1133.0	98.941	100.0	0.007272820723684211	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ISR0186_000000003458	6359	0.7924412151731879	10	5	3	3	4	True	120399	fragment	False	ISR0186_000000003458	0.9982994970973661		0	0	False	False	0.9982701539993286	0					non-mobilizable	no_good_hit	109.0	79.817	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
MON0103_000000035596	1582	0.7924293118553499	1	1	1	1	1	False	8873	maximal	True	MON0103_000000035596	1.0		216	13	False	False	1.0	0					non-mobilizable	other	1582.0	99.241	100.0	0.009178945901696451	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	False	False
MON0005_000000043198	1269	0.7924293118553499	1	1	1	1	1	False	14094	fragment	False	MON0005_000000043198	1.0		0	0	False	False	0.9992119669914246	0					non-mobilizable	chromosome	1271.0	87.49	100.0	0.00035373622351207777	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0026_01_000000009841	3398	0.7924061541211812	4	4	4	3	3	False	131434	maximal	True	USA0026_01_000000009841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	99.78	54.0	0.01013933918516989	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0141_000000009831	2812	0.7924009821535304	3	3	3	3	3	False	80119	fragment	False	CHI0141_000000009831	1.0		0	0	False	False	0.99964439868927	0					non-mobilizable	no_good_hit	1006.0	81.41199999999999	45.0	0.0193724790567794	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
AST0060_000000006052	4557	0.7923943274033948	7	6	5	5	6	False	113612	maximal	True	AST0060_000000006052	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2179.0	97.109	86.0	0.0005339974712351155	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0133_000000006971	2612	0.7923942376314328	3	3	3	3	3	False	80799	fragment	False	CHI0133_000000006971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1202.0	82.28	46.0	0.007502261988539258	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0077_000000020402	1729	0.7923882746207805	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.9236306983805658		0	0	False	False	0.9907460808753967	0					non-mobilizable	no_good_hit	230.0	92.17399999999999	13.0	6.894751468296036e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
USA0040_01_000000003302	5750	0.7923779094388941	6	5	4	5	5	True	81876	maximal	True	USA0040_01_000000003302	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	1030.0	99.126	74.0	0.000330220255947976	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0161_000000006811	3187	0.7923747634099824	5	4	3	4	2	False	56421	maximal	True	ENG0161_000000006811	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	2.0	0.0016885046602728624	NZ_JFBD01000036.1	firmicutes	Virgibacillus alimentarius strain J18T KHU-J18_contig_36, whole genome shotgun sequence	True	False
ISR0396_000000018280	1274	0.7923735251692939	3	3	2	3	2	False	71393	fragment	False	ISR0200_000000017230	0.6898426587164112		0	0	False	False	0.9960753321647644	0					non-mobilizable	other	1274.0	98.823	100.0	0.004883232062849076	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0025_000000006468	3540	0.7923718522173658	4	4	4	4	3	False	66173	maximal	True	ENG0025_000000006468	1.0		1	1	False	False	0.9937853217124939	0					non-mobilizable	other	3444.0	99.913	97.0	0.0007593675921408653	CP015227.1	enterobacteria	Enterobacter sp. ODB01, complete genome	False	False
ISR0370_000000000726	23931	0.7923620978117144	21	10	8	8	8	False	114908	fragment	False	ISR0370_000000000726	1.0		0	0	False	False	0.9999164342880249	0					non-mobilizable	no_good_hit	4485.0	93.37799999999999	74.0	0.0018303686622564979	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
SPA0050_000000014269	1814	0.7923569278042684	3	2	1	2	2	False	110627	fragment	False	SPA0050_000000014269	0.9518932082565389		0	0	False	False	1.0	0					non-mobilizable	other	1814.0	100.0	100.0	0.07293720078851028	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ENG0062_000000014017	1765	0.7923569278042684	3	2	1	2	2	False	110627	fragment	False	SPA0050_000000014269	0.731108133515767		0	0	False	False	0.9994333982467651	0					non-mobilizable	other	1765.0	96.99700000000001	100.0	0.07096592509152351	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
USA0010_01_000000012339	2170	0.7923536235180338	3	3	2	2	3	False	122172	fragment	False	USA0010_01_000000012339	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2152.0	98.141	99.0	0.03731654002289997	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
MON0079_000000010126	2272	0.7923507536506692	2	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.6165472988194846		0	0	False	False	1.0	0					non-mobilizable	other	2229.0	98.564	98.0	0.005617467601230397	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0072_000000008920	3081	0.7923497317505231	4	3	1	2	3	False	79047	maximal	True	ISR0072_000000008920	1.0		1	1	False	False	0.9990262985229492	0					non-mobilizable	no_good_hit	737.0	76.119	34.0	0.0015264398195873594	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0142_000000014561	1284	0.7923458960328211	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.9874263833620978		0	0	False	False	0.9922118186950684	0					non-mobilizable	other	1284.0	99.29899999999999	100.0	0.003511460827916524	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0073_000000004558	8279	0.7923306477152389	9	9	2	2	7	True	91933	fragment	False	USA0083_01_000000003493	0.9774307601649971		0	0	False	False	0.9997584223747253	0					non-mobilizable	other	8279.0	99.928	100.0	0.5666757940854327	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
CHI0013_000000003042	2782	0.7923269838807749	4	4	4	4	2	False	100828	fragment	False	CHI0089_000000002831	0.9634657967904486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	87.94200000000001	78.0	0.00021387170546327593	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0151_000000005455	4462	0.7923262488009959	6	6	6	5	4	False	79521	fragment	False	CHI0151_000000005455	1.0		0	0	False	False	0.9988794326782227	0					non-mobilizable	chromosome	4462.0	99.75299999999999	100.0	0.0008539464442921978	CP029722.1	enterobacteria	Klebsiella pneumoniae strain AR_0140 chromosome, complete genome	False	False
MON0079_000000015705	1452	0.7923211063832737	2	1	1	1	1	False	10083	fragment	False	MON0079_000000015705	1.0		0	0	False	False	0.997245192527771	0					non-mobilizable	other	1452.0	99.38	100.0	0.0029435093691233777	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0112_000000014884	2285	0.7923193557457754	4	3	2	3	2	False	66452	fragment	False	ISR0112_000000014884	1.0		0	0	False	False	0.9991247057914734	0					non-mobilizable	no_good_hit	1313.0	78.065	77.0	0.0004472047437861894	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0814_000000011765	3311	0.7923159599820301	5	4	2	4	4	False	122692	fragment	False	ISR0814_000000011765	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3311.0	99.245	100.0	0.015316097692368422	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	False
SPA0151_000000007743	2357	0.7923148105741529	4	3	2	2	3	False	94131	fragment	False	CHI0071_000000004336	0.913408938838765		0	0	False	False	1.0	0					non-mobilizable	other	2357.0	98.897	100.0	0.0003781793411903813	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0110_000000015636	1932	0.7923143626821794	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.12322145683473201		0	0	False	False	0.9948239922523499	0					non-mobilizable	other	1932.0	99.431	100.0	0.00424828836439798	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0814_000000012092	3227	0.7923141743185355	3	1	1	1	1	False	21542	maximal	True	ISR0814_000000012092	1.0		158	11	False	False	0.9888441562652588	0					non-mobilizable	no_good_hit	1306.0	74.732	40.0	0.000459051367669423	NC_004557.1	firmicutes	Clostridium tetani E88, complete sequence	True	False
MON0012_000000037406	1497	0.7923141743185355	1	1	1	1	1	False	13590	maximal	True	MON0012_000000037406	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	73.557	84.0	0.0004383256100407081	NZ_CP027286.1	firmicutes	Clostridium chauvoei strain SBP 07/09 chromosome, complete genome	True	False
TAN0018_000000007419	1454	0.7923141743185355	1	1	1	1	1	False	40051	fragment	False	FIJ0144_000000021471	0.9425231010323465		0	0	False	False	0.9986245036125183	0					non-mobilizable	other	1450.0	94.414	99.0	0.013937919027327555	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0125_000000013695	1380	0.7923141743185355	1	1	1	1	1	False	41184	maximal	False	MAD0093_000000022277	0.9672413793103448		0	0	False	False	0.9898550510406494	0					non-mobilizable	other	1370.0	81.533	99.0	0.035355240940381866	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
USA0034_01_000000038972	1322	0.7923141743185355	1	1	1	1	1	False	94907	fragment	False	SPA0109_000000023519	0.9383065406370166		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	75.47800000000001	94.0	0.0070175637009307745	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	False	False
MON0015_000000029859	1286	0.7923141743185355	1	1	1	1	1	False	20606	fragment	False	ISR0848_000000014147	0.9957231726283049		0	0	False	False	0.9642301797866821	0					non-mobilizable	other	1294.0	77.743	100.0	0.00031505360447067196	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0848_000000014147	1286	0.7923141743185355	1	1	1	1	1	False	20606	fragment	False	ISR0848_000000014147	0.9957231726283049		0	0	False	False	0.996889591217041	0					non-mobilizable	other	1294.0	77.589	100.0	0.00031505360447067196	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0096_000000035592	1281	0.7923141743185355	1	1	1	1	1	False	68137	maximal	True	DEN0096_000000035592	1.0		8	4	False	False	0.994535505771637	0					non-mobilizable	chromosome	1257.0	70.565	96.0	0.0006941890894261276	LR134439.1	firmicutes	Erysipelothrix rhusiopathiae strain NCTC8163 genome assembly, chromosome: 1	False	False
MON0105_000000042778	1280	0.7923141743185355	1	1	1	1	1	False	8690	maximal	True	MON0105_000000042778	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	73.49600000000001	41.0	0.006469351447517387	NZ_LMZF01000022.1	a-proteobacteria	Rhizobium leucaenae strain CPAO 29.8 contig00042, whole genome shotgun sequence	True	False
MON0087_000000040434	1279	0.7923141743185355	1	1	1	1	1	False	94907	fragment	False	SPA0109_000000023519	0.8328809000379465		0	0	False	False	0.9968725442886353	0					non-mobilizable	other	1283.0	75.604	99.0	0.007170242363239502	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	False	False
MON0007_000000051541	1274	0.7923141743185355	1	1	1	1	1	False	94907	fragment	False	SPA0109_000000023519	0.8350006430107929		0	0	False	False	0.9686028361320496	0					non-mobilizable	other	1283.0	75.52600000000001	99.0	0.007170242363239502	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	False	False
DEN0001_000000035243	1257	0.7923141743185355	1	1	1	1	1	False	94907	fragment	False	SPA0109_000000023519	0.8296122298292459		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	75.612	99.0	0.007079766118908404	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	False	False
ISR0073_000000022355	1251	0.7923141743185355	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.39923647762674414		0	0	False	False	0.9896082878112793	0					non-mobilizable	other	1258.0	81.32	100.0	0.03972920573371897	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	False	False
MAD0014_000000027770	1245	0.7923141743185355	1	1	1	1	1	False	62936	fragment	False	ENG0064_000000015415	0.6045800772441944		0	0	False	False	0.9678714871406555	0					non-mobilizable	other	1245.0	94.94	100.0	0.005368826281354118	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
DEN0070_000000005309	5946	0.7923098607609611	7	6	5	6	5	False	120965	maximal	True	DEN0070_000000005309	1.0		2	1	False	False	0.9983181953430176	0					non-mobilizable	no_good_hit	2316.0	94.991	57.0	0.0006927651083391862	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
DEN0062_000000005053	3459	0.7923044830345644	5	4	1	4	2	True	71732	maximal	True	DEN0062_000000005053	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	79.762	2.0	0.09563164108618655	GQ883583.1		Uncultured organism clone VC1DD15TF genomic sequence	True	True
MON0054_000000035250	1423	0.7923023471721616	2	1	1	1	1	False	11117	maximal	True	MON0054_000000035250	1.0		3	2	False	False	0.9592410326004028	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.0018500868980209676	NZ_LWUE01000054.1	firmicutes	Lactobacillus aviarius strain UMNLAv12 contig_65_185_03, whole genome shotgun sequence	True	False
FIJ0056_000000009445	2283	0.792299853258764	5	1	1	1	1	False	49045	maximal	True	FIJ0056_000000009445	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0819_000000015871	1668	0.7922747439787909	3	2	2	2	2	True	112642	fragment	False	ISR0204_000000007061	0.8169542806649893		0	0	False	False	0.9892086386680603	0					non-mobilizable	chromosome	1677.0	90.101	100.0	0.0004488720047508077	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CAN0011_000000022798	1326	0.7922674189283254	2	2	2	2	1	False	94393	fragment	False	CAN0011_000000022798	1.0		0	0	False	False	0.999245822429657	0					non-mobilizable	no_good_hit	412.0	72.816	31.0	0.0024621177833698427	NZ_QSGP01000013.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf13, whole genome shotgun sequence	True	False
SPA0016_000000011032	2977	0.7922656676736652	3	3	3	3	3	False	103271	fragment	False	ISR0192_000000006003	0.9277700982002902		0	0	False	False	1.0	0					non-mobilizable	chromosome	2977.0	99.53	100.0	0.0005465653072079035	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
FIJ0147_000000007175	2743	0.7922655199238657	2	2	2	1	2	False	39947	maximal	True	FIJ0147_000000007175	1.0		1	1	False	False	0.9959897994995117	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	3.0	2.9994138792407744e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0086_000000005483	5453	0.7922595404287277	7	6	6	5	5	False	70193	maximal	True	FIJ0086_000000005483	1.0		36	7	False	False	1.0	0					non-mobilizable	no_good_hit	4374.0	76.475	79.0	0.0014725383935065652	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
DEN0045_000000014454	2643	0.7922584823255341	4	3	3	2	3	False	72934	maximal	True	DEN0045_000000014454	1.0		12	6	False	False	0.993567943572998	0					non-mobilizable	no_good_hit	1071.0	88.329	79.0	0.01669240729473799	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	True	False
MON0005_000000005774	7043	0.7922570247727986	5	3	3	2	2	False	103952	fragment	False	MON0005_000000005774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2710.0	94.428	79.0	0.0013221456450907612	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0027_000000017364	1319	0.7922556482262644	2	2	2	2	2	False	65936	fragment	False	ENG0027_000000017364	0.9846278317152104		0	0	False	False	0.9863532781600952	0					non-mobilizable	no_good_hit	675.0	97.77799999999999	50.0	0.002316031819665653	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0334_000000002376	6855	0.7922492108327883	9	4	2	4	2	False	56893	fragment	False	ISR0334_000000002376	1.0		0	0	False	False	0.998978853225708	0					non-mobilizable	no_good_hit	115.0	88.696	2.0	0.0005523052635180379	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MON0063_000000012910	2254	0.7922418763943875	4	3	3	3	3	False	73731	fragment	False	ISR0153_000000012468	0.9884853852967228		0	0	False	False	0.953859806060791	0					non-mobilizable	other	2222.0	99.19	99.0	0.0070523384487395655	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
AST0010_000000004466	5681	0.7922392245308939	5	3	3	3	2	False	126506	maximal	True	AST0010_000000004466	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2281.0	99.167	40.0	0.006099886651159543	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0033_000000002290	10149	0.7922324735295844	10	5	3	5	3	True	105924	maximal	True	ISR0033_000000002290	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1560.0	92.69200000000001	16.0	0.00041587428699167104	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0038_000000009584	3149	0.7922288261413886	6	2	2	1	2	False	113735	fragment	False	ISR0817_000000003042	0.47021636925397464		0	0	False	False	0.9980946183204651	0					non-mobilizable	other	3147.0	99.301	100.0	0.0013817323216440945	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0095_000000012488	2171	0.7922286413729926	2	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.094165047060798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	86.492	42.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0056_000000006271	2937	0.7922232663972973	7	2	2	2	2	True	86158	fragment	False	CHI0056_000000006271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	99.59100000000001	73.0	0.008449779395670856	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0019_000000026669	1159	0.7922223305820044	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.042994966442953024		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	98.016	100.0	0.004442091695820291	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0811_000000010417	1493	0.7922209648217033	2	2	2	2	1	True	66906	fragment	False	ISR0811_000000010417	0.9966487935656836		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	98.59299999999999	100.0	0.021073743979434737	NZ_JAANXY010000016.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_16, whole genome shotgun sequence	False	True
ENG0161_000000011683	1830	0.7922145142768424	3	3	3	3	1	False	56402	fragment	False	ENG0161_000000011683	1.0		0	0	False	False	0.9983606338500977	0					non-mobilizable	other	1840.0	97.01100000000001	100.0	0.0006667671417443079	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0026_000000011727	3142	0.7921911688463741	4	4	4	4	3	False	12771	maximal	True	MON0026_000000011727	1.0		39	5	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	76.831	39.0	0.0930614683695571	NZ_QEKH01000060.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_160, whole genome shotgun sequence	True	False
SPA0086_000000001715	8643	0.7921900706430981	11	3	3	2	3	False	92433	maximal	True	SPA0086_000000001715	1.0		2	1	False	False	0.9988430142402649	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	0.004848719937936384	NZ_CYSC01000010.1	a-proteobacteria	Thalassobius autumnalis strain CECT 5120, whole genome shotgun sequence	True	False
SPA0085_000000001712	8140	0.7921900706430981	9	3	3	2	3	False	92433	maximal	False	SPA0086_000000001715	0.9709013074164063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	1.0	0.004557796741660201	NZ_CYSC01000010.1	a-proteobacteria	Thalassobius autumnalis strain CECT 5120, whole genome shotgun sequence	True	False
DEN0035_000000023104	1510	0.7921741826408987	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9255751275477558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	83.89399999999999	55.0	0.0034683787174378273	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ENG0187_000000011232	2572	0.7921686187049377	2	2	2	2	2	False	103870	maximal	True	ENG0187_000000011232	1.0		648	13	False	False	1.0	0					non-mobilizable	other	1280.0	99.531	96.0	0.00034582344509910854	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0072_000000002768	6535	0.7921593388929029	6	5	5	4	5	False	5965	maximal	True	SPA0072_000000002768	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	69.804	15.0	0.003557326976085823	NZ_FCOA02000005.1	b-proteobacteria	Caballeronia hypogeia isolate LMG 29322, whole genome shotgun sequence	True	False
USA0080_01_000000019972	2160	0.7921589088220634	4	2	1	2	2	False	610	maximal	True	USA0080_01_000000019972	1.0		1	1	False	False	0.9930555820465088	0					non-mobilizable	no_good_hit	997.0	82.949	45.0	0.00013818260655022252	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0386_000000010088	3392	0.7921527930249416	2	1	1	1	1	False	23004	fragment	False	ISR0386_000000010088	1.0		0	0	False	False	0.9991155862808228	0					non-mobilizable	no_good_hit								True	False
AST0033_000000000784	17381	0.79215255380777	23	8	5	6	5	False	117106	fragment	False	AST0033_000000000784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	94.682	5.0	0.9988425925925926	GQ882848.1		Uncultured organism clone VC1D588TR genomic sequence	True	False
ISR0102_000000003474	5679	0.7921464846230165	4	3	3	3	2	False	33104	maximal	True	ISR0102_000000003474	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.2639565264191378e-05	CP003132.1	firmicutes	Lactococcus lactis subsp. cremoris A76, complete genome	True	False
ENG0146_000000017601	1254	0.7921427623295143	2	1	1	1	1	False	110731	fragment	False	ENG0024_000000012950	0.05101953187035272		0	0	False	False	0.9984050989151001	0					non-mobilizable	other	1262.0	92.789	100.0	0.28190177169769004	NZ_FQXY01000003.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0311_000000005220	3518	0.7921416359583834	6	4	4	4	3	False	80350	fragment	False	ISR0251_000000003295	0.48085747060510464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	75.581	5.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0266_000000010291	1834	0.7921298529573013	3	2	1	2	0	True	26572	maximal	True	ISR0266_000000010291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	99.213	21.0	0.002345505271214478	NZ_SPFY01000002.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_2_length_162012_cov_22.7863, whole genome shotgun sequence	True	True
DEN0035_000000009367	3355	0.7921132652537234	5	4	3	4	3	False	119414	fragment	False	DEN0035_000000009367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	75.969	7.0	0.000425026771705835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0127_000000002919	6124	0.7921097808061432	6	5	4	5	2	False	49005	maximal	True	FIJ0127_000000002919	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	75.693	13.0	0.00023521096118989216	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
CAN0006_000000029333	1536	0.7921096453915191	2	2	2	2	2	False	95588	maximal	True	CAN0006_000000029333	1.0		10	5	False	False	0.9895833134651184	0					non-mobilizable	other	1544.0	75.777	99.0	0.0006105069900839839	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	False	False
ISR0048_000000006129	3136	0.7921078187179506	3	3	1	2	3	True	68745	fragment	False	ISR0048_000000006129	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3137.0	96.62100000000001	100.0	0.0013773402926496759	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
SPA0127_000000007146	4107	0.7921032896310652	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9924541527425083		0	0	False	False	1.0	0					non-mobilizable	other	4016.0	99.12799999999999	99.0	0.013153756437641693	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
SPA0035_000000004102	4091	0.7921032896310652	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9911829566961308		0	0	False	False	1.0	0					non-mobilizable	other	4042.0	88.694	100.0	0.001125900621783695	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0349_000000005358	1954	0.7921001313697061	3	3	3	3	2	False	24121	maximal	True	ISR0349_000000005358	1.0		39	10	False	False	0.9846468567848206	0					non-mobilizable	other	1963.0	86.90799999999999	99.0	0.0005880109003310987	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0160_000000002885	5689	0.7920981744954745	12	5	4	5	4	False	39357	maximal	True	FIJ0160_000000002885	1.0		1	1	False	False	0.9994726777076721	0					non-mobilizable	no_good_hit	2162.0	95.745	67.0	0.0005036987680727304	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
USA0130_01_000000014864	2458	0.7920963089493487	3	1	1	1	1	False	66477	fragment	False	USA0130_01_000000014864	0.9935783879539415		0	0	False	False	0.9987794756889343	0					non-mobilizable	no_good_hit	51.0	94.118	2.0	1.244150006668644e-05	NZ_CP047156.1	high GC Gram+	Epidermidibacterium keratini strain EPI-7 chromosome, complete genome	True	False
ISR0049_000000015321	1936	0.7920963089493487	3	1	1	1	1	False	35986	fragment	False	ISR0049_000000015321	1.0		0	0	False	False	0.9989669322967529	0					non-mobilizable	no_good_hit	109.0	89.90799999999999	6.0	0.005850511236262234	GU942944.1		Uncultured organism clone 1 genomic sequence	True	False
MON0088_000000003480	7017	0.7920916146230558	9	5	2	2	2	False	11544	maximal	True	MON0088_000000003480	0.9691227540389551		1	1	False	True	1.0	0					non-mobilizable	no_good_hit	194.0	75.258	3.0	0.09485368314833502	LN853082.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0440	True	True
MON0051_000000030137	1228	0.7920915976636759	1	1	1	1	1	False	11241	fragment	False	MON0051_000000030137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	71.707	50.0	8.581718568185423e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0064_000000000645	19119	0.7920798807181341	33	11	4	10	6	True	123947	fragment	False	ISR0064_000000000645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	92.045	0.0	0.0013626136831764743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
AST0111_000000013932	1363	0.7920753196727169	1	1	1	1	1	False	131179	fragment	False	AST0111_000000013932	0.994696999098096		0	0	False	False	0.9801907539367676	0					non-mobilizable	other	1083.0	86.51899999999999	94.0	0.00030516645109467886	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0002_000000028217	1330	0.7920753196727169	1	1	1	1	1	False	131179	fragment	False	AST0111_000000013932	0.9925313610947527		0	0	False	False	1.0	0					non-mobilizable	other	1086.0	86.28	93.0	0.00030601256879642016	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0025_000000030714	1293	0.7920753196727169	1	1	1	1	1	False	131179	fragment	False	AST0111_000000013932	0.9829038381462497		0	0	False	False	0.988399088382721	0					non-mobilizable	chromosome	1084.0	86.993	93.0	0.00029022589919111926	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0033_000000026385	1202	0.7920753196727169	1	1	1	1	1	False	131179	fragment	False	AST0111_000000013932	0.8023591915428653		0	0	False	False	0.9966722130775452	0					non-mobilizable	chromosome	1084.0	86.993	95.0	0.00029022589919111926	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0130_000000024917	1136	0.7920753196727169	1	1	1	1	1	False	131179	fragment	False	AST0111_000000013932	0.4870069346243997		0	0	False	False	1.0	0					non-mobilizable	chromosome	1084.0	86.993	100.0	0.00029022589919111926	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0026_000000039708	1321	0.7920705281129317	2	2	2	2	2	False	26875	fragment	False	MON0026_000000039708	0.9863067292644757		0	0	False	False	0.9863739609718323	0					non-mobilizable	no_good_hit	328.0	73.171	25.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
ISR0332_000000001133	9198	0.7920293665637812	15	13	5	8	11	False	132521	backbone	False	USA0060_01_000000001071	0.12042746769841375	PS1166	0	0	False	True	0.9997825622558594	0					non-mobilizable	plasmid	8606.0	99.686	100.0	0.16866926710704275	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0197_000000002685	7644	0.7920279421072733	6	4	4	4	3	False	79280	maximal	True	ISR0197_000000002685	0.9273809364841124	PS388	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1645.0	98.359	68.0	0.010021884772709261	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
DEN0005_000000014700	2396	0.7920202970940531	6	5	4	4	4	False	95210	fragment	False	DEN0005_000000014700	1.0		0	0	False	False	0.9995826482772827	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	4.0	1.863352057569733e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ETH0002_000000004603	6187	0.7920159104494546	6	6	5	6	6	False	108271	fragment	False	ETH0002_000000004603	0.9869717721730416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1860.0	83.01100000000001	81.0	0.0006462335112857328	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0172_000000003145	2444	0.792009298450456	4	3	3	3	2	False	89540	maximal	True	CHI0172_000000003145	1.0		1	1	False	False	0.9954991936683655	0					non-mobilizable	no_good_hit	1607.0	99.315	66.0	0.009147973888971166	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	True	False
SPA0033_000000015015	2065	0.79200024299903	3	3	3	3	3	False	114894	fragment	False	ISR0216_000000008235	0.9291249893664377		0	0	False	False	1.0	0					non-mobilizable	other	2067.0	96.42	100.0	0.051578079316290576	NZ_SPFY01000020.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_20_length_40017_cov_22.6775, whole genome shotgun sequence	False	False
CHI0158_000000012780	1520	0.7919910538932264	2	2	2	2	2	False	78875	maximal	True	CHI0158_000000012780	1.0		884	13	False	False	1.0	0					non-mobilizable	other	1524.0	96.45700000000001	100.0	0.004833756260540098	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
CHI0135_000000002068	9384	0.7919891847327205	12	7	3	5	5	True	81693	maximal	False	SPA0133_000000002509	0.9998001963915261		0	0	True	True	1.0	31					non-mobilizable	no_good_hit	3090.0	90.291	59.0	0.29189344027499287	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0168_000000006581	3969	0.791987479840249	4	2	0	1	1	True	30135	maximal	True	ISR0168_000000006581	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	97.788	17.0	0.02021392313270486	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
CHI0044_000000001497	7264	0.7919730093027334	7	7	2	5	4	False	87287	maximal	True	CHI0044_000000001497	1.0		1	1	False	False	0.9997246861457825	0					non-mobilizable	plasmid	3120.0	91.92299999999999	98.0	0.016299263090394946	MN480762.1	firmicutes	Streptococcus salivarius strain NU10 plasmid pSsal-NU10, complete sequence	False	True
ISR0813_000000016346	1881	0.7919711372460664	2	2	1	2	1	False	91725	fragment	False	ISR0813_000000016346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1881.0	99.681	100.0	0.002451543206655046	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ENG0029_000000008728	2767	0.7919655982409773	5	4	4	4	4	False	83561	fragment	False	ISR0121_000000008471	0.9661608244504148		0	0	False	False	1.0	0					non-mobilizable	other	2767.0	99.241	100.0	0.0012448313029596305	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0222_000000004403	14447	0.7919548821720963	20	8	6	7	8	False	27916	maximal	True	ISR0222_000000004403	1.0		1	1	False	False	0.9997231364250183	0					non-mobilizable	no_good_hit	3279.0	96.18799999999999	59.0	0.017641547027970144	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
MON0063_000000002221	11475	0.7919508072508904	11	8	7	7	8	False	10760	maximal	True	MON0063_000000002221	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1928.0	75.05199999999999	17.0	0.00265818518830567	LR215044.1	mycoplasmas	Mycoplasma arginini strain NCTC10129 genome assembly, chromosome: 1	True	False
MON0095_000000001828	11475	0.7919508072508904	11	8	7	7	8	False	10760	maximal	False	MON0063_000000002221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1928.0	75.05199999999999	17.0	0.00265818518830567	LR215044.1	mycoplasmas	Mycoplasma arginini strain NCTC10129 genome assembly, chromosome: 1	True	False
ISR0814_000000003406	11382	0.7919505880439226	20	4	3	4	3	False	25467	maximal	True	ISR0814_000000003406	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	72.76	5.0	9.65718570996381e-05	NZ_CP020953.1	firmicutes	Clostridium drakei strain SL1 chromosome, complete genome	True	False
CHI0138_000000008666	1638	0.7919296254172511	4	2	2	2	1	False	80420	fragment	False	CHI0138_000000008666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000003717	8120	0.7919252480712258	7	7	4	6	6	False	71963	maximal	True	DEN0061_000000003717	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	2318.0	73.943	28.0	0.009629034983944566	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
MON0098_000000030079	1201	0.7919225903985347	1	1	1	1	1	False	11970	fragment	False	USA0024_01_000000017553	0.9536064514456557		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	99.554	93.0	0.6881918819188192	GQ873610.1		Uncultured organism clone 1041059765364 genomic sequence	False	False
ISR0025_000000010752	3589	0.791918925146577	7	3	2	3	3	True	37375	fragment	False	ISR0025_000000010752	1.0		0	0	False	False	0.999721348285675	0					non-mobilizable	no_good_hit	1517.0	76.005	41.0	0.3549316054715623	HG796814.1	bacteria	Uncultured bacterium plasmid pRGF00102	True	True
FIJ0040_000000007090	3485	0.791918925146577	6	3	2	3	3	True	47504	fragment	False	FIJ0040_000000007090	1.0		0	0	False	False	0.9985652565956116	0					non-mobilizable	no_good_hit	1191.0	76.154	33.0	0.28053755699544036	HG796814.1	bacteria	Uncultured bacterium plasmid pRGF00102	True	True
ENG0064_000000001707	13126	0.7919188091672372	16	16	6	11	12	True	123623	fragment	False	ENG0064_000000001707	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5083.0	96.774	96.0	0.0055716480140443276	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0318_000000000550	8893	0.7919164392038783	7	3	2	3	1	False	99308	fragment	False	ISR0318_000000000550	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	8844.0	98.64299999999999	99.0	0.12212029388568345	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
SPA0009_000000004765	6837	0.7919164392038783	3	3	2	3	1	False	32944	fragment	False	SPA0009_000000004765	1.0		0	0	False	False	0.9989761710166931	0					non-mobilizable	plasmid	6837.0	99.985	100.0	0.09458580659444052	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
TAN0016_000000001971	4541	0.7919153316072599	4	4	3	4	3	False	2520	maximal	True	TAN0016_000000001971	1.0		1	1	False	False	0.9947147965431213	0					non-mobilizable	no_good_hit	3006.0	81.903	84.0	0.003910673631166267	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MAD0020_000000000053	4640	0.7919148705493803	7	2	1	1	2	False	19352	maximal	True	MAD0020_000000000053	1.0		1	1	True	True	0.9956896305084229	20					non-mobilizable	plasmid	4111.0	99.39200000000001	100.0	0.8895864905823772	HG796307.1	bacteria	Uncultured bacterium plasmid pRGI00351	False	True
MAD0087_000000006932	3891	0.7919127321819877	3	2	2	2	1	False	93307	fragment	False	MAD0087_000000006932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2482.0	95.165	64.0	0.008954415851589851	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0046_000000008368	2968	0.7919116218930643	4	3	1	2	3	False	57383	fragment	False	MAD0046_000000008368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	90.698	4.0	0.00026555870833917073	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0189_000000004562	3093	0.7919054369511382	4	4	3	4	3	False	113079	fragment	False	ENG0189_000000004562	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2354.0	84.87700000000001	90.0	0.0006214532412042525	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0088_000000008964	2244	0.7918921030134446	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.5683614547840199		0	0	False	False	0.9995543956756592	0					non-mobilizable	other	2245.0	98.88600000000001	100.0	0.014986976557804047	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0362_000000009632	2240	0.7918921030134446	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.6058447450244786		0	0	False	False	1.0	0					non-mobilizable	other	2240.0	98.48200000000001	100.0	0.014953583116275964	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0340_000000010473	2223	0.7918921030134446	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.5754443426945823		0	0	False	False	0.991003155708313	0					non-mobilizable	other	2223.0	98.92	100.0	0.014840045415080478	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0363_000000009279	2027	0.7918921030134446	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.544930644636938		0	0	False	False	0.9911198616027832	0					non-mobilizable	other	2027.0	98.816	100.0	0.01353102250717959	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0286_000000002103	5626	0.7918857089929906	8	6	3	3	4	False	115728	fragment	False	ISR0053_000000003122	0.32097972984248685		0	0	False	False	0.9955563545227051	0					non-mobilizable	other	5627.0	98.738	100.0	0.04351795967005587	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0381_000000001535	8954	0.7918819357499803	14	4	4	3	2	False	121513	backbone	False	ENG0141_000000003012	0.9377915064229025	PS853	0	0	True	True	0.9997766613960266	1					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.027892561983471075	XM_005811572.2	bony fishes	PREDICTED: Xiphophorus maculatus zinc finger matrin-type 2 (zmat2), mRNA	True	True
ENG0193_000000012454	1610	0.7918796399862211	2	2	1	2	1	False	67297	fragment	False	ENG0193_000000012454	1.0		0	0	False	False	0.9714285731315613	0					non-mobilizable	no_good_hit	495.0	74.141	30.0	0.0022214028523176786	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
USA0041_01_000000006140	3463	0.7918782793657799	5	4	3	3	3	False	95914	fragment	False	SPA0077_000000008270	0.8594508283194572		0	0	False	False	0.9985561370849609	0					non-mobilizable	no_good_hit	849.0	75.618	24.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0298_000000006742	2171	0.7918761904595195	3	3	3	3	1	False	109848	backbone	False	ISR0388_000000015216	0.9673719748346412	PS691	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	190.0	91.579	9.0	5.0562145608704694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0058_000000031129	1666	0.7918598716058804	2	1	1	1	1	False	11002	maximal	True	MON0058_000000031129	1.0		30	8	False	False	0.9933973550796509	0					non-mobilizable	no_good_hit	1043.0	71.141	61.0	0.0003602825377299801	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0301_000000013612	1448	0.7918598716058804	1	1	1	1	1	False	110103	fragment	False	ISR0351_000000008711	0.666981340508706		0	0	False	False	0.9896408915519714	0					non-mobilizable	chromosome	1451.0	88.215	100.0	0.0004110169612051188	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0078_000000035801	1324	0.7918598716058804	1	1	1	1	1	False	41564	fragment	False	MON0078_000000035801	0.9815146000669345		0	0	False	False	0.9886707067489624	0					non-mobilizable	no_good_hit	589.0	75.382	43.0	0.0006672969564948094	NZ_NISJ01000001.1	a-proteobacteria	Sphingopyxis witflariensis strain DSM 14551 NODE_1_length_855691_cov_33.4336, whole genome shotgun sequence	True	False
SPA0125_000000025004	1282	0.7918598716058804	1	1	1	1	1	False	4009	fragment	False	SPA0125_000000025004	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	76.301	99.0	0.0007346295232127335	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
CAN0011_000000009422	3257	0.7918539467387091	6	3	2	2	3	False	94505	maximal	True	CAN0011_000000009422	0.9993933879284198		7	6	True	True	0.998464822769165	19					non-mobilizable	no_good_hit	68.0	94.118	2.0	0.00010452075673027872	NZ_OEQH01000002.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	True
ISR0326_000000002388	6267	0.7918527477003567	9	6	3	3	5	False	115728	fragment	False	ISR0053_000000003122	0.7019062926258889		0	0	False	False	0.9990426301956177	0					non-mobilizable	other	6116.0	98.57799999999999	98.0	0.04730179364563505	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0010_000000025293	1812	0.7918519814515286	3	3	3	3	3	False	75944	maximal	True	DEN0010_000000025293	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	73.48	53.0	0.00035600924468630926	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
ISR0038_000000015922	2052	0.7918502905614186	2	2	2	2	2	False	36633	fragment	False	ISR0038_000000015922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.831598449928306e-06	NZ_UGNV01000001.1	g-proteobacteria	Legionella beliardensis strain NCTC13315, whole genome shotgun sequence	True	False
ISR0185_000000028980	1149	0.7918450421788529	2	2	2	2	2	False	29367	fragment	False	ISR0185_000000028980	1.0		0	0	False	False	0.9808529019355774	0					non-mobilizable	other	1131.0	93.72200000000001	98.0	0.00048262176572820694	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ISR0311_000000007958	2528	0.7918311058400981	4	2	2	2	1	False	38800	maximal	True	ISR0311_000000007958	1.0		4	1	False	False	0.984968364238739	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000013187	1560	0.7918266471704564	4	3	3	1	1	False	35016	fragment	False	ISR0068_000000013187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	555.0	95.315	75.0	0.00016288473992786705	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0036_000000006563	3905	0.7918266022821023	2	2	2	2	0	True	86030	fragment	False	MAD0036_000000006563	1.0		0	0	False	False	0.9907810688018799	0					non-mobilizable	no_good_hit	162.0	99.383	4.0	2.996396321616431e-05	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
MON0051_000000005087	5916	0.7918262117317392	10	2	0	2	0	True	11281	maximal	True	MON0051_000000005087	1.0		1	1	False	False	0.999830961227417	0					non-mobilizable	no_good_hit								True	True
SPA0041_000000002319	12759	0.7918213353881672	13	7	4	6	6	True	96296	fragment	False	SPA0041_000000002319	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	12766.0	99.648	100.0	0.10278379488335762	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0124_000000002503	10860	0.7918213353881672	12	7	4	6	6	True	96294	fragment	False	SPA0124_000000002503	0.980374734424277		0	0	False	False	1.0	0					non-mobilizable	plasmid	10867.0	99.65	100.0	0.0874918467100972	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
MON0008_000000014686	2325	0.7918211371265657	3	1	0	1	1	False	14269	fragment	False	MON0008_000000014686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	73.646	29.0	0.06746963356129428	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
SPA0012_000000007260	3394	0.7918139798152608	4	4	4	4	4	False	119483	fragment	False	ISR0231_000000004927	0.8303989188872852		0	0	False	False	0.9997053742408752	0					non-mobilizable	other	3394.0	99.971	100.0	0.009645315071764214	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
FIJ0067_000000002976	10369	0.7918074081105384	11	11	2	7	10	True	45249	maximal	True	FIJ0067_000000002976	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	10369.0	99.421	100.0	0.04610451126816316	CP056531.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00433 plasmid pRHBSTW-00433_2, complete sequence	False	True
CHI0169_000000010891	1424	0.7918034730597411	2	2	2	1	2	False	97154	fragment	False	CHI0169_000000010891	0.9664111489441458		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	98.876	100.0	0.0005797819482058743	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0155_000000002459	4566	0.7917971179642166	3	3	3	3	2	False	126872	maximal	True	CHI0155_000000002459	1.0	PS748|PS979	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	1341.0	99.25399999999999	47.0	0.00038844126347767984	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0038_000000011674	2918	0.791795091030582	4	4	4	3	3	False	113188	fragment	False	FIJ0167_000000006456	0.9901894451962111		0	0	False	False	1.0	0					non-mobilizable	other	2918.0	100.0	100.0	0.015224505347105151	NZ_NQCD01000001.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_4_length_191599_cov_71.773_ID_7.ctg_1, whole genome shotgun sequence	False	False
CHI0073_000000006630	1175	0.7917853932919618	2	1	1	1	1	False	84772	maximal	True	CHI0073_000000006630	1.0		2	1	False	False	0.9770212769508362	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000008861	3689	0.7917851038749285	4	4	4	4	4	False	90780	fragment	False	ISR0794_000000005017	0.7775944981645618		0	0	False	False	1.0	0					non-mobilizable	other	3689.0	99.81	100.0	0.4395709177592372	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
SPA0025_000000003087	6447	0.7917730605798613	8	6	3	3	5	False	115728	fragment	False	ISR0053_000000003122	0.6403197639603361		0	0	False	False	1.0	0					non-mobilizable	other	6449.0	98.728	100.0	0.04987851494188836	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0053_000000027273	1197	0.7917689220531159	2	2	2	2	1	True	60115	fragment	False	ENG0105_000000019693	0.6303290414878399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	77.56	59.0	0.0002489532807119993	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0178_000000003109	3725	0.7917681400298605	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.48831618007572386		0	0	False	False	0.9997315406799316	0					non-mobilizable	chromosome	3725.0	98.65799999999999	100.0	0.0012534765967773802	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0011_000000001682	18445	0.7917649187450742	21	16	10	14	12	True	94550	maximal	True	CAN0011_000000001682	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1796.0	80.958	30.0	0.0005619938190146396	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ISR0394_000000003839	4603	0.7917553610004614	5	4	4	4	3	False	116689	maximal	True	ISR0394_000000003839	1.0	PS782	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3501.0	99.686	77.0	0.000493872257731592	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
SPA0085_000000005348	2568	0.7917553388758888	4	4	4	3	3	False	94375	fragment	False	SPA0085_000000005348	0.9770867430441899		0	0	False	False	0.9961059093475342	0					non-mobilizable	no_good_hit	566.0	95.936	22.0	0.004739416003288232	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0366_000000009221	2071	0.7917544691274354	5	3	3	3	3	False	32389	fragment	False	ISR0366_000000009221	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2071.0	99.565	100.0	0.0009226358681602374	CP018757.1	high GC Gram+	Bifidobacterium bifidum strain PRI 1 chromosome, complete genome	False	False
FIJ0020_000000004696	4902	0.7917488106803241	9	6	1	4	4	True	49817	maximal	True	FIJ0020_000000004696	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0386_000000010903	3101	0.7917487766518915	4	4	4	4	3	False	125798	maximal	True	ISR0386_000000010903	1.0		36	4	False	False	0.9996775388717651	0					non-mobilizable	no_good_hit	2057.0	77.39399999999999	66.0	0.0006430031018595713	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0122_000000014069	1141	0.7917481520142836	2	2	2	1	1	False	41398	fragment	False	FIJ0122_000000014069	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1131.0	99.116	99.0	0.00021168176101241579	CP023416.1	enterobacteria	Klebsiella pneumoniae strain 1050 chromosome, complete genome	False	False
FIJ0162_000000007435	3044	0.7917451111389263	7	2	1	2	0	True	39245	maximal	True	FIJ0162_000000007435	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0089_000000003441	5267	0.7917321127428718	4	4	3	4	3	False	120287	fragment	False	AST0089_000000003441	1.0		0	0	False	False	0.9963926076889038	0					non-mobilizable	no_good_hit	307.0	73.29	6.0	9.737791365393636e-05	CP014204.2	firmicutes	Clostridium baratii strain CDC51267 chromosome, complete genome	True	False
SPA0008_000000014457	2106	0.7917305503685457	3	3	3	3	2	False	102367	fragment	False	SPA0008_000000014457	0.9875170694775269		0	0	False	False	0.9947768449783325	0					non-mobilizable	no_good_hit	977.0	73.081	55.0	0.009364041691355747	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0052_01_000000006844	2349	0.7917290324982549	4	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.7108501194588945		0	0	False	False	1.0	0					non-mobilizable	other	2104.0	91.302	99.0	0.0005925644304527914	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0102_000000022538	1440	0.7917164314665962	2	2	2	2	2	True	42612	maximal	True	FIJ0102_000000022538	1.0		60	9	False	False	1.0	0					non-mobilizable	no_good_hit	371.0	72.237	26.0	0.004083358367546758	NZ_PXZH01000007.1	firmicutes	Vagococcus humatus strain JCM 31581, whole genome shotgun sequence	True	True
CHI0120_000000002582	4786	0.7917064361485339	7	4	4	2	2	False	96034	maximal	True	CHI0120_000000002582	1.0		0	0	False	False	0.9985374212265015	0					non-mobilizable	no_good_hit	619.0	97.9	13.0	0.0002179031022279358	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0199_000000018533	1388	0.7916810415041031	2	2	2	2	2	False	54253	maximal	True	ENG0199_000000018533	1.0		29	6	False	False	0.9755043387413025	0					non-mobilizable	other	1402.0	82.454	100.0	0.0004890479009549304	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ENG0188_000000019926	1263	0.7916803908750392	2	2	2	2	1	True	54884	fragment	False	ENG0188_000000019926	0.9957044673539519		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	87.609	99.0	0.009526407930336721	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0080_000000029017	1164	0.7916803908750392	2	2	2	2	1	True	54884	fragment	False	ENG0188_000000019926	0.9568487727632621		0	0	False	False	0.9561855792999268	0					non-mobilizable	other	1161.0	87.25200000000001	99.0	0.00877611804560853	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MAD0038_000000005392	2519	0.7916722705272501	3	3	3	2	2	False	59538	maximal	True	MAD0038_000000005392	1.0		1	1	False	False	0.9968241453170776	0					non-mobilizable	no_good_hit	493.0	85.801	20.0	0.00018979168619455276	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	False
CHI0111_000000010366	2942	0.7916567566670004	5	3	2	3	1	False	82603	fragment	False	CHI0111_000000010366	1.0		0	0	False	False	0.999660074710846	0					non-mobilizable	no_good_hit	1221.0	98.198	42.0	0.0030759921335283143	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
MON0007_000000014803	3758	0.7916506466496317	4	2	1	1	2	False	105815	maximal	True	MON0007_000000014803	1.0		225	13	False	False	0.9978712201118469	0					non-mobilizable	no_good_hit	2674.0	83.95700000000001	84.0	0.0009142775081458884	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0144_000000001172	11081	0.7916501078654191	13	8	6	8	6	False	56261	maximal	True	SPA0144_000000001172	1.0	PS239	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	750.0	80.133	7.0	0.005843704346059796	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0080_000000003194	8324	0.7916475399512587	7	7	6	7	6	True	34324	maximal	True	ISR0080_000000003194	1.0		1	1	False	False	0.9998798370361328	0					non-mobilizable	no_good_hit	932.0	75.96600000000001	13.0	0.00025777011775420373	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0065_000000019412	1750	0.7916416830686245	1	1	1	1	1	False	90918	fragment	False	ISR0065_000000019412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	94.056	79.0	0.0002309094778065979	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0015_000000012618	1379	0.7916416830686245	2	1	1	1	1	False	66847	fragment	False	ENG0015_000000012618	1.0		0	0	False	False	1.0	0					non-mobilizable	other	713.0	84.993	93.0	0.0001917035360244472	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0092_000000033965	1344	0.7916348606172149	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.2986342851298016		0	0	False	False	1.0	0					non-mobilizable	chromosome	1348.0	91.914	100.0	0.00047390739292004234	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
TAN0002_000000001740	11483	0.7916320385817843	17	13	4	5	12	False	49580	maximal	True	TAN0002_000000001740	1.0		1	1	False	False	0.998432457447052	0					non-mobilizable	no_good_hit	8462.0	85.37	81.0	0.09346689992534236	LT906557.1	enterobacteria	Escherichia coli isolate E. coli RL465 genome assembly, plasmid: II	True	False
MAD0068_000000023598	1232	0.7916314335740989	2	2	2	2	2	False	16420	maximal	True	MAD0068_000000023598	1.0		0	0	False	False	0.9943181872367859	0					non-mobilizable	no_good_hit	483.0	98.758	39.0	0.013387029579225107	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	True	False
MAD0052_000000018788	1234	0.7916310664118472	2	1	1	1	1	False	17251	fragment	False	MAD0052_000000018788	1.0		0	0	False	False	0.9205834865570068	0					non-mobilizable	no_good_hit	103.0	77.67	8.0	3.963923631513659e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0025_000000003225	6169	0.7916142533565773	10	9	2	4	9	True	109628	fragment	False	FIJ0025_000000003225	1.0		0	0	False	False	0.9991894960403442	0					non-mobilizable	chromosome	6155.0	99.984	100.0	0.0011829953927769616	CP019243.1	enterobacteria	Escherichia coli strain Combat2C1 chromosome, complete genome	False	True
ISR0225_000000010346	1890	0.7916114185570897	2	2	1	2	2	False	27686	maximal	True	ISR0225_000000010346	1.0		41	9	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	97.719	46.0	0.00031021774381751263	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0098_000000021474	1127	0.7915995238212628	1	1	1	1	1	False	42827	fragment	False	FIJ0098_000000021474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000023865	1158	0.7915968877963742	2	2	2	2	2	False	37405	fragment	False	ISR0845_000000008836	0.9521630615640599		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	96.37299999999999	100.0	0.004438255692628736	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0107_000000018180	2152	0.7915909510732285	3	3	3	3	3	False	14685	fragment	False	MAD0107_000000018180	1.0		0	0	False	False	0.9930297136306763	0					non-mobilizable	no_good_hit	805.0	71.553	37.0	0.0002647095671291338	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0034_000000005859	3402	0.7915898254804025	4	3	1	2	2	True	36847	maximal	True	ISR0034_000000005859	1.0		0	0	False	False	0.9923574328422546	0					non-mobilizable	no_good_hit	1250.0	95.04	37.0	0.0032424089175464104	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	True
AST0089_000000000509	20400	0.7915776003430678	28	7	4	7	6	True	110322	backbone	True	AST0089_000000000509	1.0	PS698	2	2	True	True	1.0	15					non-mobilizable	no_good_hit	1670.0	99.34100000000001	8.0	0.01756084216285603	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	True
ENG0195_000000013852	1866	0.7915696419426311	4	2	1	2	1	True	68725	fragment	False	ISR0201_000000016050	0.9557333333333333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0278_000000005211	2121	0.7915676255776825	4	1	1	1	1	False	26274	fragment	False	ISR0278_000000005211	1.0		0	0	False	False	0.9764262437820435	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000022337	1655	0.7915676255776825	3	1	1	1	1	False	8120	fragment	False	SPA0009_000000022337	1.0		0	0	False	False	0.9897280931472778	0					non-mobilizable	no_good_hit								True	False
SPA0070_000000007023	3065	0.7915628967486749	3	3	2	3	2	False	78790	maximal	False	SPA0118_000000009163	0.9788362966682789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	75.634	29.0	9.59979823382647e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ENG0008_000000006089	3814	0.7915592740603201	7	5	4	4	4	False	120907	maximal	True	ENG0008_000000006089	1.0		2	2	False	False	0.9992133975028992	0					non-mobilizable	no_good_hit	2961.0	95.204	78.0	0.0008396958699907798	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0086_000000026020	1166	0.7915558085053735	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.11470707174738587	PS730	0	0	False	True	0.9991423487663269	0					non-mobilizable	other	1144.0	91.259	100.0	0.00034413541171451396	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0112_000000018403	1810	0.7915529798522531	4	3	2	2	3	True	69025	fragment	False	SPA0112_000000018403	1.0		0	0	False	False	0.9817679524421692	0					non-mobilizable	other	1822.0	87.431	100.0	0.6021361815754339	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0026_000000020935	1589	0.7915529798522531	4	3	2	2	3	True	69024	fragment	False	SPA0026_000000020935	1.0		0	0	False	False	0.9993706941604614	0					non-mobilizable	other	1551.0	87.041	97.0	0.5120160213618158	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0028_000000020401	1587	0.7915529798522531	4	3	2	2	3	True	69024	fragment	False	SPA0026_000000020935	0.999580448919656		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	87.041	97.0	0.5120160213618158	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0027_000000023776	1580	0.7915529798522531	4	3	2	2	3	True	69024	fragment	False	SPA0026_000000020935	0.9966417407853747		0	0	False	False	0.9993671178817749	0					non-mobilizable	other	1551.0	87.041	98.0	0.5120160213618158	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0062_000000001066	19703	0.7915508450224662	39	13	6	9	8	True	52620	fragment	False	FIJ0062_000000001066	1.0		0	0	False	False	0.9999492168426514	0					non-mobilizable	no_good_hit	2299.0	91.04	43.0	0.08798613785136696	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
CHI0140_000000021795	1365	0.7915475164467837	2	2	1	2	1	False	80203	fragment	False	CHI0140_000000021795	1.0		0	0	False	False	0.9963369965553284	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	3.886445582239696e-05	NZ_MSPW01000001.1	firmicutes	Viridibacillus arenosi strain FSL R5-0213 NODE_1_length_797644_cov_2.33499, whole genome shotgun sequence	True	False
CAN0015_000000021315	1680	0.7915471698880735	3	3	3	3	3	False	93195	fragment	False	CAN0015_000000021315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	77.155	14.0	0.0006469712584449788	NZ_PRKX01000027.1	high GC Gram+	Arthrobacter agilis strain CGMCC 1.15723 scaffold11, whole genome shotgun sequence	True	False
SPA0120_000000007695	5565	0.791540962323872	7	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.5393760337000273	PS1045|PS1046|PS656|PS658	0	0	False	True	1.0	0					non-mobilizable	other	2167.0	96.17	90.0	0.43713420787083757	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
CHI0125_000000005066	3052	0.7915396818514168	3	2	2	2	1	False	81644	fragment	False	CHI0125_000000005066	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3052.0	99.541	100.0	0.0007118040488142198	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0133_000000002754	6158	0.7915367766901137	7	4	4	4	4	False	53387	maximal	True	ISR0133_000000002754	0.9584315705392946		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1434.0	74.407	23.0	0.0004445444256909396	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
ISR0300_000000007442	1454	0.7915326405293744	2	2	2	1	1	False	25586	maximal	True	ISR0300_000000007442	1.0		5	1	False	False	0.9979367256164551	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0003017973710095681	NZ_AMRO01000074.1	firmicutes	Parageobacillus caldoxylosilyticus CIC9 contig84, whole genome shotgun sequence	True	False
ISR0187_000000007385	3708	0.7915321584167258	4	2	1	2	0	True	29301	maximal	True	ISR0187_000000007385	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	56.0	89.286	1.0	0.030079455164585697	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
FIJ0034_000000009048	3134	0.7915321584167258	5	2	1	2	0	True	48162	maximal	True	FIJ0034_000000009048	1.0		1	1	False	False	0.9987236857414246	0					non-mobilizable	no_good_hit								True	True
DEN0053_000000007639	1567	0.7915298664465441	1	1	1	1	1	False	72122	fragment	False	DEN0053_000000007639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	85.455	4.0	2.8981058195038228e-05	NC_014147.1	g-proteobacteria	Moraxella catarrhalis BBH18, complete sequence	True	False
ISR0087_000000028727	1337	0.7915298664465441	2	1	1	1	1	False	72248	fragment	False	ISR0309_000000010391	0.2726288862652499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	85.455	4.0	2.8981058195038228e-05	NC_014147.1	g-proteobacteria	Moraxella catarrhalis BBH18, complete sequence	True	False
ISR0370_000000023035	1175	0.7915298664465441	1	1	1	1	1	False	63125	fragment	False	ISR0370_000000023035	0.9616328659766286		0	0	False	False	0.97957444190979	0					non-mobilizable	no_good_hit	55.0	85.455	5.0	2.8981058195038228e-05	NC_014147.1	g-proteobacteria	Moraxella catarrhalis BBH18, complete sequence	True	False
ENG0193_000000016910	1169	0.7915298664465441	1	1	1	1	1	False	63125	fragment	False	ISR0370_000000023035	0.9555245781364636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	85.455	5.0	2.8981058195038228e-05	NC_014147.1	g-proteobacteria	Moraxella catarrhalis BBH18, complete sequence	True	False
ENG0062_000000021318	1102	0.7915298664465441	1	1	1	1	1	False	63125	fragment	False	ISR0370_000000023035	0.9323017187509479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	85.455	5.0	2.8981058195038228e-05	NC_014147.1	g-proteobacteria	Moraxella catarrhalis BBH18, complete sequence	True	False
SPA0041_000000010132	3375	0.7915290533615463	3	2	1	1	2	False	6921	maximal	True	SPA0041_000000010132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	84.99600000000001	42.0	0.00024463199150703157	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0806_000000002712	3800	0.7915288961775478	7	4	1	2	2	False	92986	fragment	False	ISR0806_000000002712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1314.0	97.03200000000001	35.0	0.15652588880935336	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	False
ISR0349_000000008467	1343	0.7915219989801412	3	3	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.05952074037382282		0	0	False	False	0.9947878122329712	0					non-mobilizable	other	1342.0	97.31700000000001	99.0	0.03063557384545039	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0023_01_000000013766	2270	0.7915172180547106	3	3	3	3	2	False	128048	fragment	False	ISR0776_000000010471	0.7999858903041142		0	0	False	False	1.0	0					non-mobilizable	other	1470.0	99.38799999999999	98.0	0.0030716987602381245	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0241_000000001592	7459	0.7915139088933804	9	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.5651560119109162		0	0	False	False	0.9998659491539001	0					non-mobilizable	no_good_hit	2474.0	97.898	33.0	0.4003561599481949	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AUS0022_000000024046	1409	0.7915115951358195	4	4	3	2	3	False	103337	fragment	False	FIJ0169_000000013717	0.8911787650785388		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	97.516	100.0	0.000429053018694453	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
SPA0068_000000001023	13921	0.7915072645805913	19	12	1	5	11	True	6015	fragment	False	SPA0068_000000001023	1.0		0	0	False	False	0.9999281764030457	0			MPF_F		non-mobilizable	plasmid	13867.0	99.82700000000001	100.0	0.054048575894475474	CP057460.1	enterobacteria	Klebsiella pneumoniae strain RHB26-C08 plasmid pRHB26-C08_2, complete sequence	False	True
ISR0183_000000008793	3901	0.7915056352583353	6	6	4	5	6	True	29488	maximal	True	ISR0183_000000008793	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	3823.0	99.948	100.0	0.04279332236068657	CP025944.4	enterobacteria	Escherichia coli strain SCEC020023 plasmid pOXA10_020023, complete sequence	False	True
MAD0100_000000005909	6134	0.7915017205306694	11	10	4	5	9	True	118544	fragment	False	FIJ0004_000000003832	0.7245907129931913		0	0	False	False	0.997065544128418	0					non-mobilizable	other	6138.0	94.67299999999999	100.0	0.006829229190000423	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
ISR0333_000000020445	1188	0.7914976116783482	1	1	1	1	1	True	24527	maximal	True	ISR0333_000000020445	1.0		1	1	False	False	1.0	0	rep_cluster_1046				non-mobilizable	plasmid	1181.0	95.936	99.0	0.23316164817749604	JQ783056.1	g-proteobacteria	Haemophilus influenzae plasmid pJ612, complete sequence	False	True
ENG0181_000000004887	4432	0.7914957593561415	5	4	1	4	2	False	55285	fragment	False	ENG0181_000000004887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000021865	2207	0.7914891847011156	3	3	3	3	3	False	93624	fragment	False	ISR0112_000000012858	0.46574500574000693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	77.976	48.0	0.05629174746821806	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
DEN0079_000000027333	2132	0.7914891847011156	3	3	3	3	3	False	93624	fragment	False	ISR0112_000000012858	0.35286407395803604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	77.036	47.0	0.05370609782374488	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ISR0811_000000000598	14857	0.7914890319593372	14	13	4	6	11	True	105602	fragment	False	CHI0094_000000000381	0.27269707221974526		0	0	False	False	1.0	0					non-mobilizable	other	11315.0	95.899	99.0	0.0021866331060125827	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0069_000000015282	1793	0.7914857673656376	3	3	3	3	3	False	70710	maximal	True	DEN0069_000000015282	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	71.495	59.0	0.0003413476001286294	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
ISR0794_000000009579	2087	0.7914732786728991	2	2	2	2	1	False	114464	fragment	False	ISR0794_000000009579	1.0		0	0	False	False	0.9980833530426025	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.00014842025194337766	NZ_JHWQ01000003.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
USA0007_01_000000008693	1921	0.7914701960514121	3	3	3	3	3	False	78798	fragment	False	USA0007_01_000000008693	1.0		0	0	False	False	0.992712140083313	0					non-mobilizable	other	1891.0	90.53399999999999	98.0	0.03156365336762471	NZ_WNCH01000012.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold12_size59879, whole genome shotgun sequence	False	False
ISR0821_000000006627	4112	0.7914664041099505	4	2	1	0	1	False	21327	maximal	True	ISR0821_000000006627	1.0		2	1	True	True	1.0	17					non-mobilizable	no_good_hit	105.0	90.476	3.0	0.015456887407182906	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0819_000000005883	4095	0.7914664041099505	4	2	1	0	1	False	21327	maximal	False	ISR0821_000000006627	0.9979328793774319		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	105.0	90.476	3.0	0.015456887407182906	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
CAN0014_000000011294	3997	0.7914664041099505	3	2	1	0	1	False	93717	maximal	True	CAN0014_000000011294	1.0		3	1	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
MAD0079_000000000177	20834	0.7914643904389371	22	22	13	16	22	True	85442	maximal	True	MAD0079_000000000177	0.9943107221006564		16	1	False	False	0.9986080527305603	0					non-mobilizable	no_good_hit	11903.0	98.715	73.0	0.04157427550171026	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	True	True
MON0003_000000004685	2929	0.7914632319946376	3	3	1	3	2	True	14286	fragment	False	MON0003_000000004685	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2513.0	93.67299999999999	97.0	0.0011256827245405155	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	True
ENG0079_000000004508	6772	0.7914578773283025	8	6	5	5	4	True	91797	fragment	False	ENG0079_000000004508	1.0		0	0	False	False	0.9971943497657776	0					non-mobilizable	no_good_hit	795.0	76.226	12.0	0.0002743181086202113	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0051_000000000998	16996	0.7914561942773148	21	12	5	9	7	False	103454	fragment	False	FIJ0051_000000000998	1.0		0	0	False	False	0.9999411702156067	0					non-mobilizable	no_good_hit	1890.0	89.947	52.0	0.07441154138192863	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ENG0204_000000005613	4100	0.7914529685245091	5	5	5	4	4	False	111720	maximal	True	ENG0204_000000005613	1.0		23	7	False	False	1.0	0					non-mobilizable	other	2092.0	81.979	93.0	0.01967877571120118	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0083_000000002532	8152	0.7914517323849865	12	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.945631244291463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3020.0	95.695	37.0	0.48599643840051804	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0024_000000003091	8127	0.7914517323849865	11	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9459653706273439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3034.0	95.55	37.0	0.48826291079812206	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0024_000000002421	7699	0.7914517323849865	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.8079538009089712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	99.884	33.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0091_000000004091	7625	0.7914517323849865	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.7922110026631799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2539.0	97.676	33.0	0.41055528573741296	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0171_000000002300	9367	0.7914462415859451	9	9	8	9	8	False	69510	maximal	True	ENG0171_000000002300	1.0		7	3	False	False	0.9996797442436218	0					non-mobilizable	no_good_hit	107.0	80.374	1.0	0.0011486049468073243	NZ_SORF01000011.1	firmicutes	Alicyclobacillus sacchari strain DSM 17974 Ga0215652_111, whole genome shotgun sequence	True	False
SPA0158_000000005849	2920	0.7914360184318656	3	3	3	3	1	False	130356	maximal	True	SPA0158_000000005849	1.0	PS1101	173	12	False	True	1.0	0					non-mobilizable	other	2120.0	98.915	100.0	0.000409436880966395	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AUS0022_000000014022	2485	0.7914332495662734	3	3	3	3	2	False	99288	fragment	False	SPA0145_000000011526	0.3968829282435627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.587	32.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0033_000000002990	8272	0.791429789857769	12	7	3	2	5	False	85251	fragment	False	ISR0033_000000002990	1.0		0	0	False	False	0.9969777464866638	0					non-mobilizable	no_good_hit	2612.0	86.40899999999999	63.0	0.0005757198163560401	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0052_000000023894	1549	0.7914263789704092	1	1	1	1	1	False	73418	fragment	False	DEN0035_000000021129	0.974243421789478		0	0	False	False	0.974822461605072	0					non-mobilizable	other	1312.0	78.506	91.0	0.03323717866898119	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0152_000000013953	1756	0.7914139581074069	2	1	1	1	1	True	57024	fragment	False	ENG0152_000000013953	1.0		0	0	False	False	0.9994305372238159	0					non-mobilizable	no_good_hit	37.0	91.89200000000001	2.0	3.7216580234605053e-06	NZ_CP017599.1	cyanobacteria	Moorea producens PAL-8-15-08-1 chromosome, complete genome	True	True
MON0104_000000017175	2631	0.7914047283969567	4	4	4	4	4	False	61927	maximal	False	ENG0078_000000009885	0.9766936218599778		0	0	False	False	1.0	0					non-mobilizable	other	2631.0	97.529	100.0	0.0012211815093617724	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
ENG0166_000000000947	21103	0.7914042112379113	21	21	9	11	18	True	56194	fragment	False	ENG0166_000000000947	1.0		0	0	False	False	1.0	0		MOBC			mobilizable	plasmid	21117.0	98.04899999999999	100.0	0.17346367795661763	MK140641.1	firmicutes	Enterococcus faecalis strain E035 plasmid pE035, complete sequence	False	True
MON0051_000000013278	2585	0.7914010547518919	3	3	3	3	2	False	26987	fragment	False	MON0051_000000013278	1.0		0	0	False	False	0.9988394379615784	0					non-mobilizable	other	2585.0	99.072	100.0	0.0012779590637663986	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ENG0054_000000025979	1100	0.7913949749634984	2	2	2	2	2	False	63699	maximal	False	MON0007_000000059978	0.9475113122171945		0	0	False	False	0.9981818199157715	0					non-mobilizable	no_good_hit	289.0	73.702	25.0	5.9701518272113055e-05	AP019632.1	enterobacteria	Enterobacter asburiae 1808-013 DNA, complete genome	True	False
MON0089_000000003613	5267	0.7913943498973318	9	3	1	2	0	False	45240	maximal	True	MON0089_000000003613	1.0	PS157	1	1	False	True	0.9831023216247559	0					non-mobilizable	no_good_hit	594.0	84.68	11.0	0.00016988228884999194	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
MON0043_000000015885	1795	0.7913907591200617	3	2	1	2	1	False	110051	fragment	False	FIJ0119_000000008768	0.473851030110935		0	0	False	False	0.9994428753852844	0					non-mobilizable	other	1007.0	98.31200000000001	99.0	0.01607413917072781	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0107_000000000562	23161	0.7913772315420398	31	15	11	14	9	True	111749	maximal	True	ISR0107_000000000562	1.0		1	1	False	False	0.9999568462371826	0					non-mobilizable	no_good_hit								True	True
ISR0380_000000011111	1158	0.7913747434267355	3	2	2	2	2	False	23175	maximal	True	ISR0380_000000011111	1.0		4	2	False	False	0.9697754979133606	0					non-mobilizable	other	1103.0	100.0	95.0	0.0003954149093667405	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ENG0047_000000005478	3161	0.7913657020735636	4	4	3	4	3	False	125442	fragment	False	MON0070_000000010284	0.3804918309873502		0	0	False	False	0.9993672966957092	0					non-mobilizable	no_good_hit	1677.0	78.175	86.0	0.0003752803831986859	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0789_000000005081	2734	0.7913638424167959	3	3	3	2	2	False	112365	maximal	True	ISR0789_000000005081	1.0		9	3	False	False	1.0	0					non-mobilizable	other	2381.0	99.32799999999999	100.0	0.0006609238493537942	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0009_000000002742	3125	0.7913541749544496	6	3	2	1	3	False	103423	fragment	False	CHI0009_000000002742	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	other	1632.0	99.87700000000001	100.0	0.3214990138067061	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0153_000000011989	2652	0.7913541749544496	5	3	2	1	3	False	103421	fragment	False	AST0153_000000011989	1.0		0	0	False	False	0.9996229410171509	0		MOBP			mobilizable	other	1425.0	94.947	100.0	0.23887390424814564	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
ISR0246_000000011009	1998	0.7913447284943491	3	2	1	2	0	True	27126	fragment	False	ISR0246_000000011009	1.0		0	0	False	False	0.999499499797821	0					non-mobilizable	no_good_hit								True	True
CHI0060_000000002484	4555	0.7913371711878701	6	4	2	3	3	True	130631	fragment	False	CHI0060_000000002484	1.0		0	0	False	False	0.997804582118988	0		MOBV			mobilizable	other	2774.0	96.68299999999999	100.0	0.41054502369668244	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0157_000000014082	2228	0.7913309154425002	4	4	4	3	2	False	47895	maximal	True	ISR0157_000000014082	1.0		0	0	False	False	0.9887791872024536	0					non-mobilizable	no_good_hit	938.0	94.67	42.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0059_000000030363	1283	0.7913230794138315	1	1	1	1	1	False	59108	fragment	False	ENG0121_000000012034	0.95565582531506		0	0	False	False	1.0	0					non-mobilizable	chromosome	1283.0	97.818	100.0	0.00035880704773169294	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AUS0020_000000021513	1180	0.7913172332129145	3	2	2	1	1	False	99468	maximal	True	AUS0020_000000021513	1.0		1	1	False	False	0.9923728704452515	0					non-mobilizable	no_good_hit	249.0	76.707	21.0	0.0002372308342457596	NZ_QICS01000001.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_101, whole genome shotgun sequence	True	False
MON0034_000000015068	1876	0.7913107576637634	2	2	2	1	0	True	76430	fragment	False	MON0026_000000023075	0.944752774974773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	82.09700000000001	74.0	0.008010113198873757	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ISR0829_000000001034	10785	0.7913094542814435	9	7	6	5	4	False	21075	maximal	True	ISR0829_000000001034	1.0		1	1	False	False	0.9996291399002075	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00015822970264536623	AP018289.1	cyanobacteria	Nostoc sp. NIES-4103 plasmid plasmid1 DNA, nearly complete genome	True	False
ISR0040_000000005349	5075	0.7913079804849098	6	6	4	6	4	True	125292	fragment	False	ISR0040_000000005349	1.0		0	0	False	False	0.9996058940887451	0					non-mobilizable	no_good_hit	1495.0	76.187	31.0	0.0005211922705457204	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0086_000000012993	2099	0.7913074148534108	4	2	2	1	1	False	101701	fragment	False	ISR0100_000000006592	0.5591213239236732		0	0	False	False	0.9961886405944824	0					non-mobilizable	no_good_hit	1336.0	92.44	64.0	0.02293790945200062	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0009_000000007279	4681	0.7913009288421444	6	2	2	1	2	False	8145	maximal	True	SPA0009_000000007279	1.0		1	1	False	False	0.9989318251609802	0					non-mobilizable	no_good_hit	1656.0	74.336	35.0	0.007996207178013363	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
DEN0011_000000004472	7563	0.7912980368533181	10	9	8	8	9	False	111446	fragment	False	ISR0179_000000003041	0.15067126526657762		0	0	False	False	0.9980166554450989	0					non-mobilizable	other	7340.0	98.27	97.0	0.01015711462039983	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0191_000000002994	7854	0.7912975211469578	10	6	5	5	5	True	130653	maximal	True	ENG0191_000000002994	1.0	PS1107|PS1110|PS1114	9	4	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4286.0	99.93	73.0	0.7037280341599605	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ISR0052_000000012587	2735	0.7912919700317668	2	2	1	1	2	False	118294	fragment	False	ISR0052_000000012587	1.0		0	0	False	False	0.9868372678756714	0					non-mobilizable	no_good_hit	2288.0	86.844	83.0	0.05156175892675655	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
SPA0108_000000000017	117602	0.7912839783012074	132	41	23	39	24	True	76674	maximal	True	SPA0108_000000000017	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2033.0	72.307	3.0	0.0005364454379019792	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0042_000000010727	2481	0.7912807947319694	4	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.3872336186504693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	83.42200000000001	50.0	0.0001267563348689217	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0776_000000004206	6280	0.7912756552965037	5	5	5	5	5	False	46274	maximal	True	ISR0776_000000004206	1.0		16	5	False	False	0.9995222687721252	0					non-mobilizable	chromosome	6280.0	99.01299999999999	100.0	0.0013177113800686394	CP057173.1	enterobacteria	Escherichia coli strain RHB34-C12 chromosome, complete genome	False	False
USA0069_01_000000013267	4628	0.7912745955591735	8	6	4	4	5	True	104857	fragment	False	USA0069_01_000000013267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	80.38600000000001	28.0	0.1954214675560946	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0061_000000014562	2858	0.7912673802545739	5	1	1	1	1	False	112101	maximal	True	AST0061_000000014562	1.0		1	1	False	False	0.9996501207351685	0					non-mobilizable	no_good_hit								True	False
SPA0109_000000003142	7379	0.7912646244175974	6	6	6	6	5	False	49084	fragment	False	SPA0109_000000003142	0.8436975078221799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5863.0	98.243	79.0	0.09296091866514401	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
USA0057_01_000000004826	6120	0.7912582873706251	6	5	4	4	2	False	106657	fragment	False	USA0057_01_000000004826	0.9944244442870415		0	0	False	False	0.9998366236686707	0					non-mobilizable	chromosome	6120.0	99.641	100.0	0.001710517374880142	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0039_000000006797	2679	0.7912481469666177	3	3	3	3	2	False	92607	fragment	False	DEN0039_000000006797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	88.81700000000001	63.0	0.00032060457516651505	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0337_000000001963	4346	0.7912418621517651	4	3	0	2	2	False	126143	fragment	False	FIJ0129_000000003927	0.22109848967442217		0	0	False	False	0.999769926071167	0					non-mobilizable	no_good_hit	1604.0	73.317	36.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0117_000000019005	1994	0.7912397166397804	3	3	3	3	3	False	14503	fragment	False	MON0096_000000016816	0.9574580103772826		0	0	False	False	0.9994984865188599	0					non-mobilizable	other	1137.0	79.947	91.0	0.08575978161965424	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	False	False
MON0067_000000005113	3302	0.7912304810992591	8	3	2	2	1	False	10605	maximal	True	MON0067_000000005113	1.0		1	1	False	False	0.998788595199585	0					non-mobilizable	no_good_hit								True	False
ENG0185_000000005217	4473	0.7912275383877597	9	6	4	6	4	False	63305	maximal	True	ENG0185_000000005217	1.0		0	0	False	False	0.9928459525108337	0					non-mobilizable	no_good_hit	1612.0	94.603	77.0	0.009706390745687727	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0399_000000005964	2574	0.7912261620010309	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.6805887817924327		0	0	False	False	0.9914529919624329	0					non-mobilizable	chromosome	2576.0	98.137	100.0	0.001059624794808374	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0812_000000011215	3506	0.7912255147958493	2	2	2	2	1	True	38326	maximal	True	ISR0812_000000011215	1.0		1	1	False	False	0.9925841689109802	0					non-mobilizable	no_good_hit	1896.0	89.557	63.0	0.00034320316772704383	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	True
ISR0399_000000002617	4933	0.7912231085039351	7	5	5	5	4	False	129746	maximal	True	ISR0399_000000002617	0.9953684210526316	PS1061	7	4	False	True	1.0	0					non-mobilizable	chromosome	3036.0	94.565	100.0	0.0008071656586921986	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0149_000000011922	1629	0.791221234308024	3	2	2	2	2	False	62033	fragment	False	ENG0149_000000011922	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	94.193	100.0	0.0004588778335776733	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0012_000000013354	1836	0.7912187978404285	3	2	1	2	1	False	50777	fragment	False	FIJ0012_000000013354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000015724	1952	0.7912176739574176	3	3	2	3	2	False	29329	maximal	True	ISR0186_000000015724	1.0		4	2	False	False	0.9994876980781555	0					non-mobilizable	no_good_hit	1100.0	88.455	56.0	0.00021034962494065272	CP018937.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 chromosome, complete genome	True	False
CHI0035_000000003065	3512	0.7912062906521159	3	3	1	3	0	True	88124	maximal	True	CHI0035_000000003065	1.0		1	1	False	False	0.9962984323501587	0					non-mobilizable	no_good_hit								True	True
ENG0179_000000006689	4843	0.7912056053205512	5	3	1	2	3	False	126479	backbone	False	ISR0127_000000003850	0.1551971103826932	PS879|PS961	0	0	True	True	1.0	200					non-mobilizable	no_good_hit	1166.0	96.141	63.0	0.19910974148262284	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0103_000000015142	1113	0.7911809230244635	2	2	2	2	1	False	77648	fragment	False	CHI0177_000000014612	0.9201507125506834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000019835	2750	0.7911737780744615	4	4	4	4	2	False	69590	maximal	True	DEN0079_000000019835	1.0		1	1	False	False	0.9996363520622253	0					non-mobilizable	no_good_hit	1387.0	86.662	60.0	0.0004815407636764004	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
ITA0006_000000010559	2324	0.7911723775040764	2	2	2	1	1	False	20356	maximal	True	ITA0006_000000010559	1.0		1	1	False	False	0.9948365092277527	0					non-mobilizable	no_good_hit	331.0	91.23899999999999	28.0	9.938376045261171e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0849_000000007865	3416	0.7911658953321764	5	3	3	3	2	False	130454	fragment	False	ISR0379_000000005603	0.6283091243940504		0	0	False	False	0.9994145035743713	0					non-mobilizable	other	3178.0	99.969	93.0	0.005069475914803444	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0120_000000021848	1183	0.7911564265440274	1	1	1	1	1	False	41509	fragment	False	FIJ0120_000000021848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0039_000000012210	1687	0.7911535704766193	2	2	2	2	2	False	73256	fragment	False	DEN0039_000000012210	0.9721845002864117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	95.111	63.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0014_000000006448	2684	0.7911468167049176	3	2	2	2	2	False	130933	maximal	True	AST0014_000000006448	1.0	PS1128	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1246.0	99.037	81.0	0.00035342168970200165	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MON0104_000000028013	1628	0.7911371655927597	2	2	2	2	2	False	26308	fragment	False	ISR0395_000000023381	0.9314841311487522		0	0	False	False	1.0	0					non-mobilizable	chromosome	1582.0	99.431	97.0	0.0007236419926564756	LS483366.1	firmicutes	Streptococcus salivarius strain NCTC7366 genome assembly, chromosome: 1	False	False
MON0093_000000040500	1168	0.7911332073785374	2	2	2	1	1	False	39194	fragment	False	MON0093_000000040500	0.9847161572052401		0	0	False	False	1.0	0					non-mobilizable	chromosome	1208.0	74.503	100.0	0.000320775993842816	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0222_000000007156	8792	0.7911286208489411	15	14	9	14	13	False	132199	fragment	False	ISR0250_000000000765	0.9744041362888712		0	0	False	False	1.0	0					non-mobilizable	other	8792.0	99.955	100.0	0.01111754677943981	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
SPA0047_000000011116	3551	0.7911233611621733	5	4	4	4	4	False	6682	maximal	True	SPA0047_000000011116	1.0		10	3	False	False	0.9997183680534363	0					non-mobilizable	no_good_hit	1524.0	84.84299999999999	64.0	0.0002147004554333411	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
FIJ0010_000000005921	3114	0.7911233507983612	4	4	4	3	2	False	51099	maximal	True	FIJ0010_000000005921	0.9975660639777468		6	1	False	False	0.9964675903320312	0					non-mobilizable	no_good_hit	106.0	89.62299999999999	3.0	4.8969540945531876e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0178_000000007242	2989	0.7910889165398078	3	3	3	2	1	True	64920	fragment	False	ENG0044_000000005752	0.9695352889377409		0	0	False	False	0.9983271956443787	0					non-mobilizable	other	2997.0	90.92399999999999	99.0	0.0005553569331492814	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ENG0044_000000005752	2938	0.7910889165398078	3	3	3	2	1	True	64920	fragment	False	ENG0044_000000005752	0.983633199407		0	0	False	False	0.9993192553520203	0					non-mobilizable	other	2977.0	77.561	100.0	0.0010836066170165218	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
SPA0092_000000014518	2938	0.7910889165398078	3	3	3	2	1	True	64920	fragment	False	ENG0044_000000005752	0.983633199407		0	0	False	False	0.9969366788864136	0					non-mobilizable	other	2977.0	77.561	100.0	0.0010836066170165218	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0047_01_000000013095	2725	0.7910889165398078	3	3	3	2	1	True	64920	fragment	False	ENG0044_000000005752	0.7072838665759019		0	0	False	False	0.9988991022109985	0					non-mobilizable	other	2697.0	93.029	99.0	0.0005000817960362329	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ENG0107_000000014817	1973	0.7910882171363492	4	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.06135126256995924		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	99.595	100.0	0.1774019431450162	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0056_000000001971	8414	0.7910865989154408	9	9	9	8	8	False	129616	fragment	False	ISR0056_000000001971	1.0		0	0	False	True	0.9991680383682251	0					non-mobilizable	chromosome	4370.0	90.48100000000001	97.0	0.0011681391454977737	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0112_000000005266	3163	0.791074620467025	3	3	3	2	3	False	123576	fragment	False	ENG0127_000000007497	0.6641338637941343		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2084.0	98.273	86.0	0.06724560950413223	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0245_000000006814	1261	0.7910703739672843	1	1	1	1	1	False	27149	fragment	False	ISR0245_000000006814	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	99.12799999999999	100.0	0.0005233540515080073	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
FIJ0025_000000002520	7789	0.7910700100876848	5	5	5	5	4	False	104490	fragment	False	SPA0031_000000002386	0.5802068877023172		0	0	False	False	0.99358069896698	0					non-mobilizable	other	7734.0	99.17200000000001	99.0	0.054692970977074505	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0085_000000021071	1291	0.7910624668684849	2	2	2	2	2	False	107557	fragment	False	MAD0016_000000002666	0.07352803256241443		0	0	False	False	0.9984508156776428	0					non-mobilizable	chromosome	1292.0	89.241	100.0	0.0004342064473262139	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0066_000000019053	1804	0.7910620724556617	2	2	2	2	1	False	93584	fragment	False	MON0092_000000031157	0.8980545301486491		0	0	False	False	0.9983370304107666	0					non-mobilizable	no_good_hit	296.0	73.986	16.0	0.000786974884881096	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
USA0064_01_000000003109	2763	0.7910610666418529	4	3	1	3	1	False	29451	maximal	True	USA0064_01_000000003109	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1816.0	90.30799999999999	83.0	0.0007953964508892102	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0256_000000001646	9739	0.7910585086726899	13	5	3	3	4	False	76790	maximal	True	ISR0256_000000001646	0.9750023239395659		1	1	False	True	1.0	0					non-mobilizable	no_good_hit	600.0	96.667	11.0	0.09031671465373542	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0826_000000001341	9072	0.7910585086726899	11	5	3	3	4	False	76790	maximal	False	ISR0256_000000001646	0.9718357844312949		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	600.0	96.667	13.0	0.09031671465373542	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0125_000000001526	9036	0.7910585086726899	11	5	3	3	4	False	76790	maximal	False	ISR0256_000000001646	0.9717488646113898		0	0	True	True	1.0	103					non-mobilizable	no_good_hit	600.0	96.667	13.0	0.09031671465373542	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0131_000000002199	9035	0.7910585086726899	11	5	3	3	4	False	76790	maximal	False	ISR0256_000000001646	0.9718046297471702		0	0	True	True	1.0	164					non-mobilizable	no_good_hit	600.0	96.667	13.0	0.09031671465373542	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0080_000000002927	9013	0.7910585086726899	11	5	3	3	4	False	76790	maximal	False	ISR0256_000000001646	0.97001632227501		0	0	True	True	1.0	221					non-mobilizable	no_good_hit	600.0	96.667	13.0	0.09031671465373542	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0825_000000002231	8793	0.7910585086726899	11	5	3	3	4	False	76790	maximal	False	ISR0256_000000001646	0.7847503266749766		0	0	False	True	0.9998862743377686	0					non-mobilizable	no_good_hit	428.0	95.561	14.0	0.038705583756345176	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ENG0062_000000000095	88943	0.7910582365841001	88	12	4	10	3	True	127415	maximal	False	SPA0046_000000000019	0.044408231259904556		0	0	False	True	0.9999549984931946	0					non-mobilizable	virus	31479.0	97.1	97.0	0.32411270797918923	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
FIJ0117_000000007664	2686	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9970662212321935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	94.79799999999999	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
ISR0014_000000013574	2685	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9967238075154718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	94.978	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
ISR0092_000000009632	2685	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9973058533629843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	94.88799999999999	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
ISR0207_000000010660	2685	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9973073740741073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	94.88799999999999	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
ISR0094_000000007500	2685	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9973058533629843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	94.88799999999999	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
ISR0341_000000004960	2684	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9971469973503586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	94.88799999999999	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
ISR0232_000000009781	2684	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9971469973503586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	94.88799999999999	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
ISR0079_000000010162	2684	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9971469973503586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	94.88799999999999	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
FIJ0129_000000007846	2684	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9968807723039206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	94.79799999999999	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
CAN0017_000000013435	2684	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9971469973503586		0	0	False	False	0.9992548227310181	0					non-mobilizable	no_good_hit	1115.0	94.88799999999999	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
ISR0390_000000004788	2684	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9968275864726259		0	0	False	False	0.9992548227310181	0					non-mobilizable	no_good_hit	1115.0	94.79799999999999	44.0	0.8245743893412287	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
DEN0083_000000010569	2655	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9881098473759519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	94.991	44.0	0.8119911176905995	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
SPA0023_000000009949	2626	0.7910539770494273	4	4	4	3	1	False	92512	fragment	False	ISR0207_000000010660	0.9783831034903523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	92.294	44.0	0.004558616140029311	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
USA0075_01_000000008741	2836	0.7910512568327979	4	4	4	4	3	True	685	maximal	True	USA0075_01_000000008741	1.0		5	3	False	False	1.0	0					non-mobilizable	other	2856.0	76.751	100.0	0.025386929965225853	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	False	True
ENG0010_000000011656	1830	0.791030699380347	2	2	2	2	1	False	67270	maximal	False	SPA0106_000000020829	0.9511866235167206		0	0	False	False	0.9972677826881409	0					non-mobilizable	chromosome	1855.0	82.04899999999999	100.0	0.0006427478936412574	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0004_000000021255	1280	0.7910273412271462	2	2	2	2	2	False	67740	fragment	False	ENG0004_000000021255	1.0		0	0	False	False	0.9984375238418579	0					non-mobilizable	chromosome	1154.0	77.99	90.0	0.0004478426103812427	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
SPA0040_000000001933	13592	0.7910254735159029	21	3	1	3	1	True	89491	fragment	False	SPA0040_000000001933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	1.304873069524479e-05	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	True
SPA0117_000000031748	1166	0.7910107206667238	1	1	1	1	1	False	4275	maximal	True	SPA0117_000000031748	1.0		6	3	False	False	0.9974271059036255	0					non-mobilizable	chromosome	1166.0	99.743	100.0	0.000345034392376665	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
DEN0040_000000001228	5321	0.7910069408017182	8	6	3	5	2	True	107655	fragment	False	DEN0040_000000001228	0.9481198244674672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	100.0	13.0	0.7239915074309978	GQ875601.1		Uncultured organism clone VC1A405TF genomic sequence	True	True
USA0023_01_000000017359	1769	0.7909974671813995	2	1	1	1	1	False	44718	fragment	False	USA0023_01_000000017359	1.0		0	0	False	False	0.9983041286468506	0					non-mobilizable	no_good_hit	78.0	82.051	4.0	0.0006278385231933335	NZ_WQGO01000009.1	a-proteobacteria	Ruegeria lacuscaerulensis strain HKCCC1264 NODE_9, whole genome shotgun sequence	True	False
SPA0001_000000007476	4501	0.7909973509614031	6	4	3	4	2	True	115667	fragment	False	SPA0001_000000007476	0.9647603227337447		0	0	False	False	0.9975560903549194	0					non-mobilizable	other	4486.0	99.15299999999999	99.0	0.026141086093641627	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
SPA0010_000000010243	2259	0.7909922817500817	3	2	2	2	2	False	56507	fragment	False	SPA0010_000000010243	1.0		0	0	False	False	0.9876051545143127	0					non-mobilizable	other	2260.0	95.973	100.0	0.00634315366212528	NZ_KB894644.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00002.2, whole genome shotgun sequence	False	False
DEN0005_000000004159	6566	0.7909910587187794	7	6	3	5	6	False	107694	maximal	True	DEN0005_000000004159	1.0		5	3	False	False	0.9961925148963928	0					non-mobilizable	no_good_hit	1229.0	74.45100000000001	18.0	0.03620771796093378	NZ_KB822487.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.24, whole genome shotgun sequence	True	False
SPA0009_000000008183	4199	0.7909873247997798	4	4	4	4	4	False	82042	maximal	False	ISR0194_000000005261	0.988840332794503		0	0	False	False	1.0	0					non-mobilizable	other	3796.0	99.131	100.0	0.10646654509748912	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
AST0025_000000030856	1259	0.7909829016146814	2	2	2	2	1	False	119757	fragment	False	AST0025_000000030856	1.0		0	0	False	False	0.9825258255004883	0					non-mobilizable	no_good_hit	252.0	76.19	20.0	0.0010176817129488847	NZ_FNBY01000004.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
SPA0077_000000008270	3498	0.7909817697593671	5	4	3	3	4	False	95914	fragment	False	SPA0077_000000008270	0.9093504435159591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	76.568	17.0	0.00013650682216653106	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0151_000000004952	3488	0.7909817697593671	5	4	3	3	4	False	95914	fragment	False	SPA0077_000000008270	0.8593058541383223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	75.618	24.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CAN0014_000000036927	1346	0.7909789309281835	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.0994471438926156		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	98.291	100.0	0.00037443017712356894	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0001_000000028139	1185	0.7909789309281835	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.06199222810710721		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	97.131	100.0	0.0004060282854941251	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
CHI0059_000000002972	5200	0.7909777637371758	5	5	4	3	4	False	109942	fragment	False	CHI0059_000000002972	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4789.0	98.99799999999999	100.0	0.0010105846332422576	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
AUS0016_000000004977	4950	0.7909777637371758	5	5	4	3	4	False	109940	fragment	False	AUS0016_000000004977	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4258.0	99.836	100.0	0.0008990718461258705	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0324_000000017332	1768	0.7909751054542142	2	1	1	1	1	False	24924	maximal	True	ISR0324_000000017332	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0082_000000003507	6445	0.7909659300008326	5	4	2	4	4	False	117857	fragment	False	MON0082_000000003507	1.0		0	0	False	True	0.9972071647644043	0					non-mobilizable	other	6405.0	99.329	99.0	0.08342995609635352	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
DEN0003_000000014151	1813	0.7909553431273428	2	2	2	2	2	False	129783	maximal	False	FIJ0063_000000014314	0.8377927003777385		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	99.834	99.0	0.505442366731789	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
USA0034_01_000000037020	1394	0.790945750386543	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8874514889520306		0	0	False	False	0.9964131712913513	0					non-mobilizable	chromosome	1262.0	95.24600000000001	99.0	0.00035867985334232165	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0111_01_000000010538	2371	0.7909375033431246	3	2	1	1	2	False	51842	maximal	True	USA0111_01_000000010538	1.0		0	0	False	False	0.9978911876678467	0					non-mobilizable	no_good_hit	856.0	99.065	36.0	0.0002289623133388088	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
USA0113_01_000000009273	2002	0.7909375033431246	2	2	1	1	2	False	51844	fragment	False	USA0003_01_000000018924	0.9746309565629726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	75.595	41.0	0.0002490617269524542	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0389_000000000610	21365	0.7909232860840258	12	6	4	6	2	True	86040	fragment	False	ISR0389_000000000610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.052941468422414e-05	NZ_NIZW01000007.1	planctomycetes	Rhodopirellula bahusiensis strain SWK21 Rhodopirellula_bahusiensis_SWK21_contig_7, whole genome shotgun sequence	True	True
MON0081_000000014650	3856	0.7909182401546361	5	4	3	4	3	False	126682	fragment	False	MON0081_000000014650	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3707.0	99.973	96.0	0.03094832481544577	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	False	False
ENG0157_000000001732	11995	0.7909146423883912	12	11	10	11	10	False	125093	fragment	False	ENG0157_000000001732	0.9828556356602778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	84.0	7.0	0.00021713688899757446	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MAD0034_000000005707	2676	0.7909115072406512	4	2	2	2	0	True	18816	maximal	True	MAD0034_000000005707	1.0		1	1	False	False	0.9899103045463562	0					non-mobilizable	no_good_hit	230.0	98.26100000000001	9.0	0.00013052069778986852	CP049075.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 chromosome, complete genome	True	True
CHI0105_000000005705	1197	0.7909100040318489	2	1	1	1	1	False	83185	maximal	True	CHI0105_000000005705	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	99.55799999999999	57.0	0.0023263405666374584	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0145_000000000042	54437	0.7909054577504698	98	28	13	19	19	True	112997	maximal	True	FIJ0145_000000000042	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	6749.0	86.79799999999999	49.0	0.11881047743947826	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0079_000000025039	2290	0.7908997010212586	3	1	1	1	1	False	77431	fragment	False	CHI0181_000000008928	0.9836541545647655		0	0	False	False	0.9890829920768738	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	3.846785345576188e-07	HE601631.2	flatworms	Schistosoma mansoni strain Puerto Rico genome assembly, chromosome: ZW	True	False
DEN0049_000000004108	1182	0.7908941141795367	2	2	2	2	1	False	72617	maximal	True	DEN0049_000000004108	1.0		173	11	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	79.12100000000001	8.0	0.00012174369805374232	NZ_FRCC01000001.1	CFB group bacteria	Flavobacterium flevense strain DSM 1076, whole genome shotgun sequence	True	False
USA0045_01_000000002553	5502	0.7908894599387629	9	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.1929298265650869	PS1110	0	0	True	True	1.0	16		MOBV			mobilizable	other	2333.0	96.14200000000001	91.0	0.3450829383886256	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0222_000000003808	16435	0.7908766942371989	11	5	4	5	4	True	58114	fragment	False	ISR0222_000000003808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9500.0	96.905	87.0	0.057337813825865176	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
AST0046_000000004008	4914	0.7908763788481163	5	4	3	2	1	False	127256	fragment	False	ISR0388_000000005913	0.9698638490418832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0007_000000004060	4543	0.7908763788481163	4	4	3	2	1	False	127256	fragment	False	ISR0388_000000005913	0.6402116402116402		0	0	False	False	0.9951573610305786	0					non-mobilizable	no_good_hit								True	False
ENG0055_000000005333	3625	0.7908763788481163	4	4	3	2	1	False	63665	fragment	False	ENG0055_000000005333	1.0		0	0	False	False	0.9928275942802429	0					non-mobilizable	no_good_hit								True	False
CHI0061_000000000283	12922	0.7908741676815001	12	10	8	9	5	True	127381	maximal	True	CHI0061_000000000283	1.0		1	1	False	False	1.0	0					non-mobilizable	other	9800.0	97.40799999999999	99.0	0.1064014781002065	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CAN0004_000000006149	4124	0.7908739516484	6	6	5	5	5	False	96262	maximal	True	CAN0004_000000006149	1.0		8	3	False	False	0.9963627457618713	0					non-mobilizable	no_good_hit	1067.0	99.43799999999999	26.0	0.00032282203390600426	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ENG0103_000000012355	1397	0.7908703080639735	2	2	2	2	1	False	60293	maximal	True	ENG0103_000000012355	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1400.0	88.85700000000001	100.0	0.0003518147462079036	AP017968.1	fusobacteria	Fusobacterium varium Fv113-g1 DNA, complete genome	False	False
FIJ0088_000000003352	8678	0.7908673086831037	5	5	5	5	3	True	43691	maximal	True	FIJ0088_000000003352	1.0		1	1	False	False	0.9995390772819519	0					non-mobilizable	no_good_hit	3292.0	93.773	65.0	0.002944208589571953	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
FIJ0166_000000010591	2260	0.7908668480549115	5	2	1	2	0	True	39014	maximal	True	FIJ0166_000000010591	1.0		1	1	False	False	0.997787594795227	0					non-mobilizable	no_good_hit								True	True
AST0026_000000006316	4881	0.7908573971274784	6	5	4	4	5	False	127790	fragment	False	AST0026_000000006316	0.9921471842046219		0	0	False	False	0.999795138835907	0					non-mobilizable	other	4838.0	99.339	99.0	0.09249980876615926	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0113_000000005161	6409	0.790855517020725	7	7	7	6	5	False	128758	maximal	True	AST0113_000000005161	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	5179.0	97.45100000000001	81.0	0.0014716967178375672	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0109_000000018446	1778	0.7908472281876091	2	2	2	2	2	False	63817	fragment	False	MON0058_000000028012	0.9846407021393307		0	0	False	False	0.9988751411437988	0					non-mobilizable	no_good_hit	127.0	77.953	7.0	2.5652065237511446e-05	CP034237.1	enterobacteria	Pectobacterium carotovorum subsp. carotovorum strain JR1.1 chromosome, complete genome	True	False
DEN0047_000000004239	1116	0.7908453991617105	1	1	1	1	1	False	72627	fragment	False	DEN0047_000000004239	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1042.0	79.079	93.0	0.00014608682102091962	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0162_000000006732	3655	0.7908443740560059	4	2	2	2	2	False	56375	maximal	True	ENG0162_000000006732	1.0		3	2	False	False	0.9827633500099182	0					non-mobilizable	no_good_hit	382.0	74.346	10.0	0.0015063601874581566	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
SPA0121_000000009949	1143	0.7908406642586677	2	2	2	2	2	False	4122	maximal	True	SPA0121_000000009949	1.0		13	3	False	False	0.9965004324913025	0					non-mobilizable	chromosome	1143.0	99.825	100.0	0.0003724784724077276	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
CHI0006_000000000829	8304	0.7908394902867606	12	7	2	4	7	True	109119	fragment	False	CHI0006_000000000829	0.9995783640525238		0	0	False	False	0.9996387362480164	0					non-mobilizable	no_good_hit	4828.0	98.902	84.0	0.0010192437701206133	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
SPA0100_000000003796	8301	0.7908394902867606	13	7	2	4	7	True	109119	fragment	False	CHI0006_000000000829	0.999397880539499		0	0	False	False	0.9998795390129089	0					non-mobilizable	no_good_hit	4831.0	98.86200000000001	84.0	0.0010198773655019564	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0390_000000005426	2397	0.7908386441991191	4	3	0	0	3	False	102419	fragment	False	MAD0040_000000012901	0.7530383035144639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	95.648	84.0	0.09079165897767116	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
CHI0167_000000011422	1856	0.7908386441991191	3	3	0	0	3	False	102418	fragment	False	SPA0096_000000022044	0.7079255751156166		0	0	False	False	0.9773706793785095	0					non-mobilizable	no_good_hit	654.0	96.789	89.0	0.06015870086731869	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
SPA0096_000000022044	1856	0.7908386441991191	3	3	0	0	3	False	102418	fragment	False	SPA0096_000000022044	0.9217096770315296		0	0	False	False	1.0	0					non-mobilizable	other	980.0	93.469	90.0	0.08996124746263148	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0005_000000012642	1890	0.7908327478290956	2	2	2	2	2	False	67673	fragment	False	ENG0005_000000012642	1.0		0	0	False	False	0.9989417791366577	0					non-mobilizable	other	1742.0	71.929	91.0	0.04179812654388926	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
MON0096_000000005618	5363	0.7908263958476888	7	5	5	5	4	False	97351	fragment	False	MON0096_000000005618	1.0		0	0	False	False	0.9975759983062744	0					non-mobilizable	other	5331.0	98.51799999999999	99.0	0.006948865949252142	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
SPA0059_000000002380	11092	0.7908062206295241	10	7	5	5	5	True	110317	fragment	False	SPA0059_000000002380	0.9987342916553656		0	0	False	False	0.9993689060211182	0					non-mobilizable	no_good_hit	186.0	76.882	2.0	0.003443028343161499	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
AST0089_000000001296	11061	0.7908062206295241	10	7	5	5	5	True	110317	fragment	False	SPA0059_000000002380	0.9973404255319149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	76.882	2.0	0.003443028343161499	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0043_000000005449	4016	0.7908051987483583	4	4	4	3	3	False	93631	fragment	False	FIJ0142_000000007714	0.9336288722632337		0	0	False	False	0.99925297498703	0					non-mobilizable	no_good_hit	1503.0	77.711	37.0	0.07956259426847662	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ISR0817_000000002000	5788	0.7907991409249512	3	2	2	1	2	False	105093	fragment	False	ISR0817_000000002000	1.0		0	0	False	False	0.9996544718742371	0					non-mobilizable	no_good_hit								True	False
ENG0018_000000005184	4137	0.7907991409249512	2	2	2	1	2	False	66632	fragment	False	ENG0018_000000005184	1.0		0	0	False	False	0.9995165467262268	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000000556	15093	0.7907972934426871	32	11	4	8	8	False	16614	maximal	True	MAD0066_000000000556	1.0		1	1	False	False	0.9963559508323669	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	0.0	9.626692081133761e-06	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
SPA0044_000000013523	2004	0.7907924996649057	3	3	3	3	3	False	122298	fragment	False	ENG0186_000000007597	0.9762060995808294		0	0	False	False	0.9940119981765747	0					non-mobilizable	chromosome	2038.0	73.945	100.0	0.000708567419942997	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0329_000000003114	3786	0.7907922880547207	4	4	4	4	4	False	44632	maximal	False	MON0107_000000013380	0.9570522205954124		0	0	False	False	0.9994717240333557	0					non-mobilizable	other	2031.0	83.70299999999999	96.0	0.2398092967818832	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
MON0065_000000004697	5699	0.7907905318547344	6	6	6	6	6	False	85114	fragment	False	MON0065_000000004697	1.0		0	0	False	False	0.985260546207428	0					non-mobilizable	chromosome	5607.0	99.839	100.0	0.0015606361137209868	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0071_000000031575	1385	0.7907845179959699	1	1	1	1	1	False	70392	maximal	True	DEN0071_000000031575	1.0		12	5	False	False	0.9927797913551331	0					non-mobilizable	no_good_hit	1123.0	73.464	79.0	0.00823340301413489	NZ_JHYB01000005.1	mycoplasmas	Acholeplasma modicum ATCC 29102 T352DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0832_000000010570	1272	0.7907845179959699	1	1	1	1	1	False	20996	fragment	False	ISR0832_000000010570	1.0		0	0	False	False	0.9646226167678833	0					non-mobilizable	chromosome	1272.0	97.09100000000001	100.0	0.0003189146763982063	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0041_000000026829	1388	0.790760478859932	1	1	1	1	1	False	131361	maximal	False	AST0002_000000025929	0.7865822959388932		0	0	False	False	0.9935158491134644	0					non-mobilizable	other	1273.0	92.694	92.0	0.013083458476476517	NZ_CBYM010000011.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
CHI0086_000000003037	1907	0.7907550500176839	3	3	3	2	2	False	84055	maximal	True	CHI0086_000000003037	1.0		163	11	False	False	1.0	0					non-mobilizable	chromosome	1907.0	100.0	100.0	0.0005370237893649567	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0042_000000003230	8115	0.7907542939657346	8	5	4	4	5	False	71384	maximal	True	SPA0042_000000003230	1.0		1	1	False	False	0.9991374015808105	0					non-mobilizable	no_good_hit	3972.0	99.723	49.0	0.0009736014500801854	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0003_000000002073	7862	0.7907506241739063	7	5	3	5	3	True	25862	maximal	True	SPA0003_000000002073	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	580.0	71.37899999999999	7.0	0.010458583251081923	NZ_PVLR01000049.1	b-proteobacteria	Malikia spinosa strain 83 contig_49, whole genome shotgun sequence	True	True
AST0118_000000011188	2690	0.7907416798175355	3	3	3	3	1	False	105936	maximal	True	AST0118_000000011188	1.0		21	6	False	False	0.9970260262489319	0					non-mobilizable	no_good_hit	868.0	74.42399999999999	32.0	0.008630320920840892	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
ENG0048_000000011940	2257	0.7907408389143753	2	2	1	2	1	False	64235	maximal	True	ENG0048_000000011940	1.0		232	11	False	False	0.9982277154922485	0					non-mobilizable	no_good_hit	1383.0	99.855	61.0	0.0001950647214018463	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MAD0105_000000033356	1193	0.7907275642425813	2	2	1	2	2	False	14768	fragment	False	MAD0105_000000033356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	93.905	74.0	0.03795188472919079	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0147_000000000860	17977	0.7907252269637765	13	4	1	3	3	False	95560	fragment	False	CHI0147_000000000860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1660.0	77.108	15.0	0.05734980230238987	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0045_000000014306	1641	0.7907242658687386	2	2	1	2	1	False	83383	fragment	False	FIJ0045_000000014306	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	94.604	100.0	0.009502857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0170_000000012115	1168	0.7907242658687386	3	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.515063452321254		0	0	False	False	0.9965753555297852	0					non-mobilizable	other	1151.0	99.39200000000001	99.0	0.006571428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0799_000000014677	1146	0.7907242658687386	2	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.37714402195497815		0	0	False	False	1.0	0					non-mobilizable	other	1087.0	100.0	95.0	0.006205714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0054_000000003675	6487	0.7907234628513432	4	2	1	2	0	True	87960	fragment	False	ENG0054_000000003675	1.0		0	0	False	False	0.991983950138092	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	1.9123876380320944e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
CHI0032_000000001526	3675	0.7907234628513432	5	2	1	2	0	True	88464	maximal	True	CHI0032_000000001526	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	89.23299999999999	51.0	0.1564699512723335	LN852988.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0318	True	True
ENG0036_000000010725	2236	0.7907124649761315	2	2	1	2	1	False	65309	maximal	True	ENG0036_000000010725	1.0		2	1	False	False	0.9834526181221008	0					non-mobilizable	no_good_hit	992.0	98.286	44.0	0.00026795233314559543	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0092_000000016552	3231	0.7907070187125493	3	3	3	3	3	False	64417	fragment	False	MON0092_000000016552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	80.195	35.0	0.042436478610338654	NZ_WEHX01000027.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_27_length_26251_cov_159.095366, whole genome shotgun sequence	True	False
ISR0103_000000005233	4845	0.7907023386823071	5	3	3	3	2	True	38179	fragment	False	ISR0103_000000005233	1.0		0	0	False	False	0.9987615942955017	0					non-mobilizable	no_good_hit	81.0	90.12299999999999	2.0	0.0004539032845576429	NZ_WTYM01000023.1	a-proteobacteria	Altererythrobacter salegens strain MCCC 1K01500 196, whole genome shotgun sequence	True	True
AST0031_000000017501	1476	0.7906928628211287	2	2	1	2	1	False	117251	fragment	False	AST0031_000000017501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	91.613	47.0	0.00016588165429298505	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0102_000000011830	1363	0.7906928327784492	2	1	1	1	1	False	33086	fragment	False	ISR0102_000000011830	0.9734629417975844		0	0	False	False	0.9809244275093079	0					non-mobilizable	other	1345.0	96.208	99.0	0.001468239489087616	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0319_000000016127	1286	0.7906928327784492	2	1	1	1	1	False	33086	fragment	False	ISR0102_000000011830	0.9519611688531068		0	0	False	False	0.996889591217041	0					non-mobilizable	other	1268.0	96.29299999999999	99.0	0.0013841216016919713	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
FIJ0050_000000016603	1545	0.7906901703362751	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.4986109332619784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	86.275	10.0	0.003415207852716334	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0149_000000008198	2684	0.7906890519975539	3	3	3	3	2	False	131824	maximal	True	ENG0149_000000008198	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1975.0	91.139	74.0	0.011317179604960955	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
ENG0038_000000009211	2515	0.7906880558288463	4	3	3	2	2	False	65087	fragment	False	ENG0038_000000009211	0.9579248366013072		0	0	False	False	0.9924453496932983	0					non-mobilizable	no_good_hit								True	False
ENG0031_000000002550	7664	0.7906811374333754	9	9	5	5	8	True	80279	fragment	False	ENG0031_000000002550	0.9754835866390543		0	0	False	False	0.9998695254325867	0					non-mobilizable	chromosome	7677.0	96.835	100.0	0.0017362572321426148	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
AUS0020_000000010716	2592	0.7906778933885469	3	2	2	2	1	False	99641	fragment	False	AUS0020_000000010716	1.0		0	0	False	False	0.9880401492118835	0					non-mobilizable	no_good_hit								True	False
CHI0137_000000006577	2328	0.7906722139397159	3	3	3	3	2	False	93624	fragment	False	ISR0112_000000012858	0.6784145615489354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	79.913	39.0	0.048642533936651584	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ISR0014_000000001043	25625	0.7906698676720864	37	5	2	4	3	False	115259	maximal	True	ISR0014_000000001043	1.0		2	1	False	False	0.9998829364776611	0					non-mobilizable	no_good_hit	103.0	90.291	0.0	0.00026460598009515017	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
MON0015_000000029371	1306	0.7906691732916531	1	1	1	1	1	False	13395	maximal	True	MON0015_000000029371	1.0		35	7	False	False	0.9211332201957703	0					non-mobilizable	chromosome	1313.0	81.569	99.0	0.000606289554563728	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0092_000000044481	1255	0.7906691732916531	1	1	1	1	1	False	9423	maximal	True	MON0092_000000044481	1.0		8	2	False	False	0.9952191114425659	0					non-mobilizable	no_good_hit	693.0	78.788	55.0	0.00033332691084950194	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0177_000000025647	1247	0.7906691732916531	1	1	1	1	1	False	29734	fragment	False	MAD0093_000000024414	0.9503012048192772		0	0	False	False	0.9879711270332336	0					non-mobilizable	other	1144.0	72.64	91.0	0.00029660108283018327	CP013239.1	firmicutes	Clostridium butyricum strain CDC_51208, complete genome	False	False
ISR0781_000000021919	1390	0.7906498235199857	2	2	2	2	1	False	92036	fragment	False	DEN0052_000000027259	0.43941759518197104		0	0	False	False	0.9971222877502441	0					non-mobilizable	other	1390.0	99.42399999999999	100.0	0.0004206377158493808	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0056_000000005094	3915	0.7906474107279643	7	5	3	5	3	True	113116	fragment	False	ISR0126_000000011961	0.9662399985114063		0	0	False	False	0.9987228512763977	0					non-mobilizable	no_good_hit	145.0	90.345	4.0	3.866517017136241e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0052_000000024455	1516	0.7906437192626535	2	2	2	1	1	False	85698	fragment	False	ISR0052_000000024455	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	80.05199999999999	100.0	0.00515780973489339	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0100_000000005291	3697	0.7906405023489557	3	3	2	3	2	False	74779	maximal	True	FIJ0100_000000005291	1.0		2	2	False	False	0.9945902228355408	0					non-mobilizable	no_good_hit	843.0	86.24	23.0	0.9540229885057471	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
MON0040_000000005122	4949	0.7906372161172508	6	6	5	5	4	False	98921	maximal	True	MON0040_000000005122	1.0		33	9	False	False	0.9864619374275208	0					non-mobilizable	chromosome	2288.0	97.64	99.0	0.000351722934643232	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0186_000000008644	3115	0.7906286480500395	4	2	1	1	2	False	29345	maximal	True	ISR0186_000000008644	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2533.0	82.037	81.0	0.08682541333056047	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
DEN0061_000000024436	1764	0.7906246033858962	3	3	2	3	2	True	71851	fragment	False	DEN0061_000000024436	1.0		0	0	False	False	0.9960317611694336	0					non-mobilizable	no_good_hit								True	True
FIJ0124_000000002632	8989	0.7906115154277648	12	6	3	5	4	True	126153	maximal	True	FIJ0124_000000002632	1.0		3	3	True	True	1.0	31					non-mobilizable	no_good_hit	678.0	75.221	18.0	0.0834475028023415	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0145_000000027675	1251	0.7906107476795768	1	1	1	1	1	False	3353	maximal	True	SPA0145_000000027675	1.0		1	1	False	False	0.9952038526535034	0					non-mobilizable	no_good_hit	791.0	91.024	63.0	0.0002202661049647756	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0095_000000027744	1364	0.7906082626273342	2	1	1	1	1	False	56995	maximal	True	MAD0095_000000027744	1.0		2	1	False	False	0.9956011772155762	0					non-mobilizable	no_good_hit								True	False
CHI0146_000000007658	1129	0.7906035358567324	3	2	1	2	0	True	79682	fragment	False	CHI0146_000000007658	1.0		0	0	False	False	0.996457040309906	0					non-mobilizable	no_good_hit	545.0	91.193	76.0	0.020947246823257604	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0380_000000007259	1618	0.790589262113364	2	2	2	2	1	False	23185	fragment	False	ISR0380_000000007259	1.0		0	0	False	False	0.993201494216919	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000018267	1832	0.7905875451673205	2	2	1	1	2	False	131190	fragment	False	ISR0017_000000018267	1.0		0	0	False	False	0.9885371327400208	0					non-mobilizable	chromosome	1625.0	84.738	92.0	0.000430649141274357	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0016_000000014062	1763	0.7905875451673205	2	2	1	1	2	False	131190	fragment	False	ISR0017_000000018267	0.9874454148471615		0	0	False	False	0.9977311491966248	0					non-mobilizable	chromosome	1625.0	84.738	95.0	0.000430649141274357	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0101_000000004518	1708	0.7905875451673205	2	2	1	1	2	False	131190	fragment	False	ISR0017_000000018267	0.9670391956280687		0	0	False	False	0.983021080493927	0					non-mobilizable	chromosome	1584.0	84.40700000000001	95.0	0.0004196618265312029	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0065_000000012635	1523	0.7905818284590044	1	1	1	1	1	False	45411	fragment	False	FIJ0065_000000012635	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	100.0	3.0	1.871449063009488e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0002_000000001388	16699	0.7905807617608478	27	9	5	7	6	False	38664	fragment	False	ISR0002_000000001388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	5.844519347642056e-06	NZ_CP036265.1	bacteria	Alienimonas californiensis strain CA12 chromosome	True	False
ISR0008_000000008091	1604	0.7905757784163486	2	2	2	2	1	False	38402	fragment	False	ISR0008_000000008091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0010_000000019886	1375	0.790565753885365	2	1	1	1	1	False	13725	fragment	False	MON0010_000000019886	1.0		0	0	False	False	0.9832727313041687	0					non-mobilizable	no_good_hit								True	False
AST0025_000000025031	1523	0.7905615315524505	2	2	2	2	2	False	120026	fragment	False	AST0025_000000025031	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1524.0	99.016	100.0	0.001926063445010446	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0152_000000010451	2261	0.7905567724292075	3	3	3	3	3	False	53460	fragment	False	ISR0152_000000010451	1.0		0	0	False	False	0.9991154074668884	0					non-mobilizable	no_good_hit	1085.0	77.051	48.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0166_000000007523	3558	0.7905536112569015	5	5	4	4	4	False	95836	fragment	False	ENG0166_000000007523	0.9432037496553625		0	0	False	False	1.0	0					non-mobilizable	chromosome	3561.0	99.214	100.0	0.0005020587655762426	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0139_000000015523	1416	0.7905533174763665	1	1	1	1	1	False	57840	maximal	True	ENG0139_000000015523	0.9842549923195085		68	8	False	False	1.0	0					non-mobilizable	no_good_hit	1196.0	71.82300000000001	83.0	0.016716196136701337	NZ_JHXL01000007.1	mycoplasmas	Acholeplasma equifetale ATCC 29724 T434DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
CHI0179_000000015766	1408	0.7905533174763665	1	1	1	1	1	False	77528	fragment	False	MON0089_000000020186	0.9859845830413455		0	0	False	False	0.9992897510528564	0					non-mobilizable	other	1411.0	86.109	99.0	0.004479714112212228	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0326_000000000881	12374	0.7905513434145439	21	17	6	7	13	True	101537	fragment	False	ISR0326_000000000881	0.9747340425531914		0	0	False	False	0.9996767640113831	0					non-mobilizable	chromosome	5898.0	98.62700000000001	96.0	0.0008975406442688902	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
FIJ0038_000000009809	3433	0.7905507224399765	4	3	3	3	1	False	47673	maximal	True	FIJ0038_000000009809	1.0		4	3	False	False	0.9985435605049133	0					non-mobilizable	no_good_hit								True	False
ISR0245_000000002718	2232	0.7905497951783766	3	3	3	3	3	False	27160	fragment	False	ISR0245_000000002718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	71.429	32.0	0.004097018313039781	NZ_KI912452.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ISR0337_000000003585	2674	0.7905436213593232	3	1	1	1	1	True	73233	maximal	True	ISR0337_000000003585	1.0		0	0	False	False	0.9996260404586792	0					non-mobilizable	no_good_hit	1452.0	97.934	54.0	0.0004929651394486605	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0175_000000015853	1586	0.7905391048656367	3	2	2	2	2	False	55596	fragment	False	ENG0175_000000015853	0.9657360406091371		0	0	False	False	0.9993695020675659	0					non-mobilizable	chromosome	1546.0	86.869	97.0	0.00023783522165456554	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0097_000000020437	1550	0.7905391048656367	3	2	2	2	2	False	92592	fragment	False	MON0061_000000028514	0.9344159900062461		0	0	False	False	1.0	0					non-mobilizable	chromosome	1500.0	88.06700000000001	96.0	0.0002681379157953679	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0847_000000016502	1754	0.7905337536739668	3	3	3	2	3	False	101770	fragment	False	SPA0023_000000015059	0.9608668752137962		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	99.259	100.0	0.00047398631685593225	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0145_000000010810	1501	0.7905239164675867	2	2	2	1	1	False	40016	fragment	False	FIJ0145_000000010810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	94.595	34.0	0.08353569694026226	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0144_000000025158	1267	0.7905211593218081	1	1	1	1	1	False	40040	fragment	False	FIJ0144_000000025158	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	79.11	99.0	0.004063340110971667	NZ_JHXG01000007.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00005.5_C, whole genome shotgun sequence	False	False
MAD0021_000000010523	1465	0.7904834471353702	2	2	2	2	2	False	102683	fragment	False	CAN0020_000000020591	0.42413921481349975		0	0	False	False	0.985665500164032	0					non-mobilizable	other	1465.0	99.181	100.0	0.003220866994033476	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0356_000000014226	1475	0.7904823452615309	3	3	3	2	1	False	23902	fragment	False	ISR0356_000000014226	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	76.168	99.0	0.0005292582126583914	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0224_000000006202	4409	0.7904794829450477	5	5	5	5	4	False	35713	fragment	False	ISR0224_000000006202	1.0		0	0	False	False	0.994102954864502	0					non-mobilizable	no_good_hit	467.0	75.161	11.0	0.0025767733443394646	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
ISR0204_000000009102	1396	0.790478408265153	2	2	2	2	1	False	125862	fragment	False	FIJ0065_000000011444	0.9193677639380823		0	0	False	False	0.9985673427581787	0					non-mobilizable	other	1398.0	96.781	100.0	0.0004346043358393339	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0024_000000011484	1811	0.7904758886990251	3	3	3	3	3	False	86328	fragment	False	FIJ0024_000000011484	0.9876578645235361		0	0	False	False	0.994478166103363	0					non-mobilizable	chromosome	1811.0	97.902	100.0	0.0005065840533497381	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0019_000000017036	1746	0.790473573648946	2	2	2	2	1	False	122215	fragment	False	AST0019_000000017036	1.0		0	0	False	False	0.9977090358734131	0					non-mobilizable	other	1746.0	96.62100000000001	100.0	0.01860936333582169	NZ_JAAIPV010000013.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_13_length_93770_cov_101.413, whole genome shotgun sequence	False	False
ENG0058_000000005789	5026	0.7904599740000626	6	2	2	2	2	True	92831	fragment	False	ENG0058_000000005789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	1.0	1.2994228344088434e-05	CP024912.1	cyanobacteria	Cyanobacterium sp. HL-69 chromosome, complete genome	True	True
FIJ0053_000000002169	7843	0.7904578108217736	7	5	4	4	3	True	77035	fragment	False	FIJ0053_000000002169	0.9590897132333596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000010577	3295	0.7904462679255682	3	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.4903923734684682	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3295.0	99.39299999999999	100.0	0.000991760320374111	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0039_000000015041	1820	0.7904434571665533	2	2	2	2	2	False	96121	maximal	True	SPA0039_000000015041	1.0		1	1	False	False	0.9846153855323792	0					non-mobilizable	other	1816.0	93.72200000000001	99.0	0.003589389684768296	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
AST0062_000000011463	1377	0.790437986429062	3	2	2	2	1	True	126779	fragment	False	ISR0052_000000025739	0.9582963290280363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0024_000000020391	1320	0.7904355049108185	2	2	2	2	2	False	107365	fragment	False	ISR0024_000000020391	0.9829218192023335		0	0	False	False	0.9916666746139526	0					non-mobilizable	no_good_hit	327.0	80.428	25.0	9.815235714692173e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0054_000000005396	4208	0.7904188380068237	4	4	4	4	3	False	35714	maximal	True	ISR0054_000000005396	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	94.805	4.0	0.0024115117957830274	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	True	False
ISR0109_000000016193	2008	0.7904140160283958	3	3	2	2	3	False	79117	maximal	True	ISR0109_000000016193	1.0		6	4	False	False	1.0	0					non-mobilizable	other	1713.0	88.09100000000001	98.0	0.0004080100377181547	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
MON0053_000000020433	1922	0.7904122136070686	3	3	3	3	3	False	35049	fragment	False	ISR0290_000000007508	0.9840832983378749		0	0	False	False	0.9911550283432007	0					non-mobilizable	chromosome	1922.0	98.855	100.0	0.0008568074017449418	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0076_000000014689	1759	0.7904091696838359	2	2	2	2	2	False	34564	fragment	False	ISR0076_000000014689	0.9973325429756965		0	0	False	False	1.0	0					non-mobilizable	other	1735.0	76.196	98.0	0.9064143007360673	NZ_JAAWUO010000037.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_37_length_1902_cov_261.886, whole genome shotgun sequence	False	False
ETH0003_000000034311	1230	0.7904014549326377	1	1	1	1	0	True	112648	maximal	True	ETH0003_000000034311	1.0		0	0	False	False	0.9991869926452637	0					non-mobilizable	no_good_hit								True	True
FIJ0074_000000009739	3324	0.7903976041785928	3	2	2	2	2	False	102226	fragment	False	FIJ0074_000000009739	0.952692424703377		0	0	False	False	1.0	0					non-mobilizable	other	1951.0	89.8	97.0	0.0004780969095080236	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0359_000000013825	1941	0.7903964005827309	2	2	2	2	2	False	122216	maximal	True	ISR0359_000000013825	1.0		370	13	False	False	0.9974240064620972	0					non-mobilizable	other	1939.0	98.50399999999999	99.0	0.02066759091393836	NZ_JAAIPV010000013.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_13_length_93770_cov_101.413, whole genome shotgun sequence	False	False
SPA0051_000000002991	7696	0.7903941636318524	6	5	3	5	5	False	83060	maximal	True	SPA0051_000000002991	1.0	PS412	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	5248.0	98.45700000000001	69.0	0.0007397497864450626	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
FIJ0119_000000013719	1289	0.7903876401665612	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.11524383907794959		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	98.448	100.0	0.000387792134985384	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0014_000000016812	1392	0.7903872302169694	2	1	1	1	1	False	66904	maximal	True	ENG0014_000000016812	1.0		1	1	False	False	0.9920976758003235	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.695764649286864e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0069_000000006585	3082	0.7903838984691954	3	3	3	3	3	False	119483	fragment	False	ISR0231_000000004927	0.8046034652417767		0	0	False	False	0.9987021684646606	0					non-mobilizable	other	3082.0	99.611	100.0	0.008758389547923826	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0790_000000000056	60128	0.7903836470140146	55	8	2	8	4	True	113175	fragment	False	SPA0155_000000000030	0.9065596259133665		0	0	False	False	1.0	0					non-mobilizable	virus	29807.0	95.38	97.0	0.3024741514148165	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
MON0033_000000021644	2999	0.7903746357984445	4	4	3	3	3	False	131574	fragment	False	MON0033_000000021644	1.0		0	0	False	False	0.9996665716171265	0					non-mobilizable	chromosome	2999.0	100.0	100.0	0.000462106282903686	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0107_000000008217	3253	0.7903666210659616	4	4	4	3	3	False	115386	fragment	False	ENG0107_000000008217	1.0		0	0	False	False	0.9987703561782837	0					non-mobilizable	no_good_hit	2635.0	98.48200000000001	84.0	0.0005257126160250139	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
FIJ0046_000000017633	1826	0.7903646988571168	3	2	1	1	2	False	124371	maximal	True	FIJ0046_000000017633	1.0		0	0	False	False	0.996166467666626	0					non-mobilizable	no_good_hit	1437.0	99.791	79.0	0.015263280967666503	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
SPA0040_000000030392	1415	0.7903584586923704	2	2	2	2	2	False	50422	fragment	False	SPA0040_000000030392	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	95.194	100.0	0.0194816825339965	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AST0025_000000003596	8110	0.7903525364228631	13	4	2	3	3	False	120563	fragment	False	AST0025_000000003596	0.9802300038764699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	83.486	1.0	2.244171465920854e-05	NZ_KV917377.1	firmicutes	Alkalihalobacillus patagoniensis strain DSM 16117 Scaffold1, whole genome shotgun sequence	True	False
ISR0042_000000008972	3081	0.7903510289567881	4	3	2	3	2	False	97070	maximal	True	ISR0042_000000008972	1.0		1	1	False	False	0.9957805871963501	0					non-mobilizable	no_good_hit	340.0	97.353	11.0	0.0060441328993955865	NZ_SLUM01000025.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_125, whole genome shotgun sequence	True	False
ENG0123_000000008169	1384	0.7903488998755702	1	1	1	1	1	False	58961	fragment	False	ENG0123_000000008169	1.0		0	0	False	False	0.9710982441902161	0					non-mobilizable	no_good_hit	989.0	87.361	71.0	0.0026903865891207664	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0133_000000005682	3364	0.79034792885028	4	4	3	4	2	False	74116	maximal	True	ISR0133_000000005682	1.0		1	1	False	False	0.9997027516365051	0					non-mobilizable	no_good_hit								True	False
FIJ0073_000000008526	2158	0.7903457354699137	4	3	3	3	3	False	76082	fragment	False	FIJ0073_000000008526	0.9391785113027047		0	0	False	False	0.9735866785049438	0					non-mobilizable	other	2155.0	95.17399999999999	99.0	0.005892576120424222	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0152_000000000317	14143	0.7903417912298762	10	5	5	5	3	True	82851	maximal	True	CHI0152_000000000317	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	0.0	0.0003946185048547253	NZ_SEON01000010.1	a-proteobacteria	Sphingobium fuliginis strain DSM 18781 NODE_10_length_108966_cov_86.685499, whole genome shotgun sequence	True	True
MON0088_000000001531	12066	0.7903417912298762	7	5	5	5	3	True	82850	fragment	False	MON0088_000000001531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	0.0	0.0003946185048547253	NZ_SEON01000010.1	a-proteobacteria	Sphingobium fuliginis strain DSM 18781 NODE_10_length_108966_cov_86.685499, whole genome shotgun sequence	True	True
SPA0048_000000007533	2655	0.7903352703278772	4	3	3	3	3	False	6633	fragment	False	SPA0048_000000007533	1.0		0	0	False	False	0.9988700747489929	0					non-mobilizable	chromosome	1148.0	95.12200000000001	92.0	0.0003068408629490596	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0179_000000007536	3263	0.7903293176899963	5	4	2	4	3	False	101877	fragment	False	ISR0776_000000006444	0.7455074607218621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	9.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0291_000000004146	3191	0.7903293176899963	5	4	2	4	3	False	101877	fragment	False	ISR0776_000000006444	0.7327322303755714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	9.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
MON0088_000000000141	36737	0.7903238564140325	61	18	7	11	9	True	52603	maximal	True	MON0088_000000000141	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2610.0	94.13799999999999	45.0	0.04620210541239854	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0053_01_000000008334	2438	0.7903232296219034	4	4	4	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9619768808638628		0	0	False	False	1.0	0					non-mobilizable	chromosome	2438.0	100.0	100.0	0.0004421465644195933	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0041_000000010431	2437	0.7903232296219034	4	4	4	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9619192037710563		0	0	False	False	1.0	0					non-mobilizable	chromosome	2437.0	100.0	100.0	0.0004419651337407178	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MON0021_000000011163	2570	0.7903201247795629	3	3	3	2	1	True	102939	fragment	False	MON0021_000000011163	0.9921821442340746		0	0	False	False	0.9945525527000427	0					non-mobilizable	no_good_hit	120.0	93.333	5.0	0.14856429463171036	GQ879128.1		Uncultured organism clone VC1C530TF genomic sequence	True	True
FIJ0126_000000015418	2409	0.7903201247795629	3	3	3	2	1	True	102939	fragment	False	MON0021_000000011163	0.9756189998566739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	91.304	4.0	0.1136079900124844	GQ879128.1		Uncultured organism clone VC1C530TF genomic sequence	True	True
TAN0013_000000004375	2187	0.7903201247795629	4	3	3	2	1	True	46238	fragment	False	TAN0013_000000004375	0.9676798837928406		0	0	False	False	0.9954275488853455	0					non-mobilizable	no_good_hit								True	True
TAN0001_000000005939	2156	0.7903201247795629	3	3	3	2	1	True	46238	fragment	False	TAN0013_000000004375	0.9668197986013771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0014_000000002442	2107	0.7903201247795629	4	3	3	2	1	True	46238	fragment	False	TAN0013_000000004375	0.635899814471243		0	0	False	False	0.991931676864624	0					non-mobilizable	no_good_hit								True	True
MAD0101_000000009313	2993	0.7903198965461022	4	4	2	4	2	False	97071	fragment	False	MAD0101_000000009313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	77.249	22.0	0.001931356166023749	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
MAD0059_000000008293	2325	0.7903197728778577	3	2	2	2	2	True	16896	fragment	False	MAD0059_000000008293	1.0		0	0	False	False	0.9849462509155273	0					non-mobilizable	no_good_hit	1109.0	76.736	47.0	0.00039317350261936136	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
CHI0175_000000004642	2567	0.7903102670906229	3	3	3	3	3	False	104707	fragment	False	CHI0175_000000004642	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2567.0	99.455	100.0	0.0004892727987586276	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
FIJ0055_000000000758	16792	0.7903078438371064	20	6	5	6	4	False	68885	maximal	True	FIJ0055_000000000758	1.0		1	1	False	False	0.9998809099197388	0					non-mobilizable	no_good_hit	43.0	90.698	0.0	1.562812213600708e-05	NZ_CP020477.1	crenarchaeotes	Acidianus manzaensis strain YN-25 chromosome, complete genome	True	False
ENG0150_000000006767	2447	0.7902989359481969	4	3	3	3	2	False	70033	maximal	True	ENG0150_000000006767	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0328_000000010253	2729	0.7902976543818581	4	4	2	3	2	False	120386	fragment	False	AST0092_000000005285	0.7172794036549806		0	0	False	False	0.9956027865409851	0					non-mobilizable	other	2104.0	86.74	100.0	0.011902857142857142	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0044_000000029451	1859	0.7902974560480978	5	1	1	1	1	True	37433	fragment	False	MON0044_000000029451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	98.854	79.0	0.004515764857672768	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0112_000000005031	3278	0.7902939985290932	7	4	3	3	4	True	82440	fragment	False	CHI0112_000000005031	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3278.0	99.969	100.0	0.07166914530662234	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0030_000000019949	1790	0.790280099281339	4	2	2	1	1	False	12512	maximal	True	MON0030_000000019949	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	98.794	65.0	0.3945054945054945	NZ_WAJR01000050.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_050, whole genome shotgun sequence	True	False
SPA0039_000000022014	1285	0.790280099281339	2	2	2	1	1	False	6987	maximal	True	SPA0039_000000022014	1.0		0	0	False	False	0.9704279899597168	0					non-mobilizable	no_good_hit	297.0	95.96	78.0	0.0006206439600439484	NZ_PPTS01000003.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_3, whole genome shotgun sequence	True	False
ENG0035_000000008802	2519	0.7902717561252045	4	3	3	3	3	False	119951	maximal	False	AST0033_000000005215	0.9788912035892274		0	0	False	False	0.999206006526947	0					non-mobilizable	other	2373.0	96.20700000000001	99.0	0.021608031045602785	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
MAD0095_000000025691	1460	0.7902703838572754	1	1	1	1	1	False	15572	maximal	True	MAD0095_000000025691	1.0		0	0	False	False	0.9972602725028992	0					non-mobilizable	other	1433.0	86.113	97.0	0.09774019132122556	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
MAD0099_000000007052	4059	0.7902664991452854	5	5	5	5	5	True	15243	fragment	False	MAD0099_000000007052	1.0		0	0	False	False	0.9985218048095703	0					non-mobilizable	other	4059.0	99.507	100.0	0.0015396470497623185	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	False	True
CHI0163_000000000516	16772	0.7902649081389357	23	7	2	7	3	False	78492	maximal	True	CHI0163_000000000516	1.0		1	1	False	False	0.9997615218162537	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.167109854009033e-05	FM992692.1	budding yeasts	Candida dubliniensis CD36 chromosome 5, complete sequence	True	False
SPA0025_000000001128	15188	0.7902649081389357	23	7	2	7	3	False	7574	fragment	False	SPA0025_000000001128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.2473731819352933e-05	FM992692.1	budding yeasts	Candida dubliniensis CD36 chromosome 5, complete sequence	True	False
ENG0192_000000005585	3368	0.7902525410933823	5	4	1	2	3	False	109876	fragment	False	MON0103_000000009754	0.17349202620520449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	99.90899999999999	42.0	0.2708384862725699	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	False
ENG0111_000000004471	4885	0.7902494005781973	5	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.6799223341042965		0	0	False	False	1.0	0					non-mobilizable	chromosome	4765.0	97.796	97.0	0.0008703073547564714	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
SPA0145_000000006995	4671	0.7902494005781973	5	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.6316641703078246		0	0	False	False	1.0	0					non-mobilizable	chromosome	4608.0	99.978	99.0	0.000901566969185079	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
SPA0095_000000004483	4663	0.7902494005781973	6	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.7115884987542401		0	0	False	False	1.0	0					non-mobilizable	other	4663.0	99.95700000000001	100.0	0.03588444930224682	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0107_000000005090	4239	0.7902494005781973	4	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.477519393844623		0	0	False	False	0.9976409673690796	0					non-mobilizable	other	4239.0	98.844	100.0	0.032559249366903485	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0013_000000011453	4034	0.7902494005781973	4	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.19342555958676502		0	0	False	False	1.0	0					non-mobilizable	other	4034.0	99.975	100.0	0.031042896618610344	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0102_000000006893	3828	0.7902494005781973	4	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.395521373847147		0	0	False	False	1.0	0					non-mobilizable	other	3840.0	98.281	100.0	0.000669915003879328	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
DEN0049_000000000798	3689	0.7902494005781973	6	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.39796866292270067		0	0	False	False	1.0	0					non-mobilizable	other	3689.0	99.756	100.0	0.000711974609842547	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
SPA0093_000000011057	3628	0.7902494005781973	5	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.3946948094925307		0	0	False	False	0.997519314289093	0					non-mobilizable	other	3640.0	98.104	100.0	0.0006350054153499206	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0770_000000002643	3580	0.7902494005781973	5	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.351955590678877		0	0	False	False	0.9916201233863831	0					non-mobilizable	chromosome	3580.0	99.86	100.0	0.0007003924859373557	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ISR0355_000000009882	2020	0.7902448120852259	3	2	2	2	2	False	23957	maximal	True	ISR0355_000000009882	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	89.575	64.0	0.0011268327372362008	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
ISR0134_000000013957	2321	0.7902445191430866	3	3	3	3	3	False	31479	maximal	True	ISR0134_000000013957	1.0		30	9	False	False	0.9991382956504822	0					non-mobilizable	no_good_hit	2010.0	90.647	86.0	0.005492986657543619	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0070_000000021355	1593	0.7902422950170507	3	3	3	3	1	True	70580	maximal	True	DEN0070_000000021355	1.0		10	5	False	False	0.9912115335464478	0					non-mobilizable	other	1588.0	99.181	99.0	0.00197228363601114	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	True
SPA0033_000000023675	1343	0.7902378194612227	2	2	1	2	1	False	7185	maximal	True	SPA0033_000000023675	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000016583	1517	0.7902341232895314	2	2	2	2	1	False	65289	fragment	False	ENG0036_000000016583	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0054_000000001803	7969	0.7902278038607738	9	5	4	3	2	True	86365	maximal	True	CHI0054_000000001803	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	79.268	3.0	6.984549330269404e-05	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
AST0089_000000000474	21327	0.7902180545433646	19	15	9	13	10	True	128442	maximal	True	AST0089_000000000474	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1055.0	83.507	5.0	0.00024430601473016074	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
MON0041_000000055183	1269	0.7902122249872195	1	1	1	1	1	False	11976	fragment	False	MON0041_000000055183	0.9657980456026058		0	0	False	False	0.996847927570343	0					non-mobilizable	other	1248.0	74.51899999999999	97.0	0.00436476841198308	NZ_QICS01000004.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_104, whole genome shotgun sequence	False	False
ISR0007_000000008729	1804	0.7902116082451971	4	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.4451473430044249		0	0	False	False	0.991685152053833	0					non-mobilizable	chromosome	1806.0	95.626	100.0	0.0005046248885025291	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0029_000000016022	2841	0.7901981890801855	3	2	2	2	1	False	37127	fragment	False	ISR0029_000000016022	1.0		0	0	False	False	0.9961281418800354	0					non-mobilizable	chromosome	2805.0	84.991	98.0	0.0009334365055671505	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
MON0011_000000017681	2673	0.7901972053977449	3	3	1	1	3	False	56041	fragment	False	MON0011_000000017681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	84.736	33.0	0.9977528089887641	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
DEN0062_000000014134	1511	0.7901937029303728	4	1	1	1	1	False	71696	maximal	True	DEN0062_000000014134	1.0		10	4	False	False	0.9960291385650635	0					non-mobilizable	no_good_hit	569.0	94.90299999999999	38.0	0.0023087366170505075	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
FIJ0061_000000011278	2261	0.7901870030737217	3	3	3	3	3	False	94606	fragment	False	FIJ0061_000000011278	0.6976450032461446		0	0	False	False	0.998673141002655	0					non-mobilizable	other	2261.0	98.49600000000001	100.0	0.00716187095956395	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0099_000000004149	1297	0.7901867047006818	3	2	1	2	1	False	83345	fragment	False	CHI0099_000000004149	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	94.072	99.0	0.09497288582734867	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
USA0087_01_000000013555	1191	0.7901867047006818	2	2	1	2	1	False	415	fragment	False	USA0087_01_000000013555	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	94.47200000000001	100.0	0.08727832331818848	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
ISR0790_000000002610	5795	0.7901835852621227	6	4	3	2	3	False	22083	fragment	False	ISR0790_000000002610	1.0		0	0	False	False	0.9996548891067505	0					non-mobilizable	plasmid	5226.0	99.98100000000001	90.0	0.5819781688572065	LN852800.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0110	False	True
ISR0151_000000007879	2405	0.7901636625752221	4	4	4	3	2	False	101106	fragment	False	SPA0143_000000008057	0.9629717985875845		0	0	False	False	0.990852415561676	0					non-mobilizable	no_good_hit	1923.0	98.544	84.0	0.00034498622119288766	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
SPA0009_000000017220	2111	0.7901612273890568	4	3	3	2	1	True	39794	fragment	False	SPA0009_000000017220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0016_000000005722	7448	0.7901610124196892	6	2	2	2	1	False	93326	maximal	True	CAN0016_000000005722	1.0		3	2	False	False	0.9994629621505737	0					non-mobilizable	no_good_hit	1540.0	96.104	21.0	0.00023660211616316143	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CAN0015_000000010255	3983	0.7901610124196892	4	2	2	2	1	False	93319	fragment	False	USA0043_01_000000002680	0.6325221655827019		0	0	False	False	0.9989957213401794	0					non-mobilizable	no_good_hit	442.0	82.353	11.0	0.00019324927575441883	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0013_000000000231	23570	0.7901490724329735	28	14	6	14	4	True	108400	backbone	False	ISR0280_000000000088	0.169468741076568	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23247.0	99.99600000000001	99.0	0.23197748682739902	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0215_000000015255	1916	0.7901469610561006	2	2	2	2	2	False	28164	maximal	True	ISR0215_000000015255	1.0		2	1	False	False	0.9994781017303467	0					non-mobilizable	no_good_hit								True	False
ISR0280_000000011159	1343	0.790139557597085	2	1	1	1	1	False	26190	fragment	False	ISR0280_000000011159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000016778	1578	0.79013389081571	3	3	3	3	2	False	113445	fragment	False	ISR0058_000000016778	0.9660078722562593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	80.041	31.0	0.001751262685777064	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0806_000000004292	2543	0.7901278662980752	4	3	2	3	2	False	21779	fragment	False	ISR0806_000000004292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0137_000000022178	1665	0.7901270678071508	2	2	2	1	1	False	3557	maximal	True	SPA0137_000000022178	1.0		0	0	False	False	0.9789789915084839	0					non-mobilizable	no_good_hit	905.0	90.27600000000001	87.0	0.0002507622840195278	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0059_01_000000005666	4647	0.7901245121837304	5	2	2	2	2	False	930	maximal	True	USA0059_01_000000005666	1.0		1	1	False	False	0.9918226599693298	0					non-mobilizable	no_good_hit								True	False
FIJ0163_000000002497	9698	0.7901220230427385	7	5	4	5	4	False	52363	maximal	True	FIJ0163_000000002497	1.0		33	2	False	False	1.0	0					non-mobilizable	no_good_hit	7006.0	97.417	72.0	0.14506837961044344	NZ_CABIWU010000014.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0086_000000011618	1202	0.7901211777798054	3	3	3	2	2	False	93811	fragment	False	CAN0013_000000017599	0.9338982134959881		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	99.41799999999999	100.0	0.00024481071606421013	CP020520.1	enterobacteria	Escherichia coli strain 190 chromosome, complete genome	False	False
SPA0040_000000011241	3456	0.7901126871481597	4	4	4	4	4	False	127433	maximal	True	SPA0040_000000011241	1.0	PS1007|PS1008	3	2	False	True	0.9985532164573669	0					non-mobilizable	chromosome	3456.0	99.74	100.0	0.0019036893002743406	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
ISR0393_000000006765	2580	0.7901078114928455	5	2	2	2	1	True	22780	maximal	True	ISR0393_000000006765	1.0		1	1	False	False	0.9992247819900513	0					non-mobilizable	no_good_hit	1366.0	97.804	53.0	0.005309879098137458	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
ISR0310_000000011872	1490	0.7901073329449332	2	2	2	1	1	False	25320	fragment	False	ISR0310_000000011872	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1490.0	100.0	100.0	0.00028769789132323257	CP035196.1	enterobacteria	Klebsiella pneumoniae strain LH375 chromosome, complete genome	False	False
SPA0132_000000004837	7349	0.7901037342415584	9	5	3	5	3	False	63217	maximal	True	SPA0132_000000004837	1.0		3	3	True	True	1.0	5					non-mobilizable	no_good_hit	77.0	100.0	3.0	2.6913868185081004e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0085_000000018846	1587	0.7900961834096177	1	1	1	1	1	False	9778	maximal	True	MON0085_000000018846	1.0		71	11	False	False	0.9861373901367188	0					non-mobilizable	no_good_hit	1328.0	76.13	82.0	0.005296274316931006	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
MAD0086_000000000094	30447	0.7900923907051824	46	17	5	12	11	True	17497	maximal	True	MAD0086_000000000094	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	81.48100000000001	0.0	0.0023755139333028782	NC_047915.1	viruses	Faecalibacterium phage FP_Toutatis, complete genome	True	True
MON0061_000000038739	1216	0.7900912898330826	2	2	0	2	0	True	10795	fragment	False	MON0061_000000038739	1.0		0	0	False	False	0.9835526347160339	0					non-mobilizable	no_good_hit	939.0	89.56299999999999	77.0	0.004120842718961177	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	True	True
ISR0815_000000007104	4230	0.7900869329944339	7	4	3	2	3	True	99692	fragment	False	ISR0815_000000007104	0.9908114558472554		0	0	False	False	1.0	0					non-mobilizable	plasmid	4230.0	99.976	100.0	0.13616021121092114	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0825_000000011460	2062	0.7900795464607901	4	2	2	2	2	False	58509	maximal	False	FIJ0087_000000015675	0.9795250798334904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	72.857	10.0	5.189756483967829e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	False
SPA0132_000000033270	1244	0.7900789197835777	2	2	2	2	1	False	3715	maximal	True	SPA0132_000000033270	1.0		25	7	False	False	0.9983922839164734	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	9.89083404045928e-06	NZ_FSQT01000002.1	high GC Gram+	Micromonospora cremea strain DSM 45599, whole genome shotgun sequence	True	False
ISR0325_000000012018	1721	0.7900741269994488	3	3	3	2	1	False	85699	fragment	False	ISR0325_000000012018	1.0		0	0	False	False	0.9907031059265137	0					non-mobilizable	other	1732.0	80.139	99.0	0.005834750786041957	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AUS0014_000000015785	1796	0.7900733517664671	3	3	3	3	2	False	100835	fragment	False	AUS0014_000000015785	1.0		0	0	False	False	0.9994432330131531	0					non-mobilizable	chromosome	1796.0	99.443	100.0	0.0008187270003849614	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ENG0005_000000002953	7959	0.7900700431875721	9	9	4	8	7	False	119725	fragment	False	ENG0005_000000002953	0.5940012397343002		0	0	False	False	1.0	0					non-mobilizable	chromosome	7978.0	99.637	100.0	0.0016105573081561925	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0096_000000002020	12419	0.7900698773198168	12	8	4	4	7	True	132596	backbone	False	ISR0120_000000000296	0.03607610343525671	PS1169|PS902	0	0	False	True	0.9997584223747253	0		MOBB	MPF_T		conjugative	plasmid	12419.0	99.95200000000001	100.0	0.40020625866125237	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0122_000000001294	10925	0.7900698773198168	11	8	4	4	7	True	132596	backbone	False	ISR0120_000000000296	0.005392243514488098	PS1169|PS902	0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	10925.0	99.98200000000001	100.0	0.35205775242515064	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
USA0017_01_000000002759	9375	0.7900698773198168	10	8	4	4	7	True	116374	fragment	False	DEN0018_000000002773	0.3340113175037522		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	9301.0	99.978	99.0	0.28151107882310206	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0001_000000009936	2586	0.7900656397600204	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.8586011621298164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	75.214	18.0	0.010378156874972162	NZ_PPTT01000032.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_32, whole genome shotgun sequence	True	False
FIJ0042_000000011686	2069	0.7900605261883065	3	2	2	1	1	False	47300	maximal	True	FIJ0042_000000011686	0.9796980739198334		147	13	False	False	0.9990333318710327	0					non-mobilizable	other	2080.0	94.615	100.0	0.019978645838343224	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0073_000000014083	1925	0.7900575982614051	4	3	2	2	3	False	34793	fragment	False	ISR0073_000000014083	1.0		0	0	False	False	0.9942857027053833	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000004942	5249	0.7900523726976791	7	4	3	4	3	False	78032	fragment	False	ISR0128_000000006077	0.9587739738304355		0	0	False	False	0.9996189475059509	0					non-mobilizable	no_good_hit								True	False
ISR0390_000000003897	3209	0.7900507530787413	3	2	2	2	1	True	61513	fragment	False	ISR0206_000000007435	0.9623050259965338		0	0	False	False	0.9996883869171143	0					non-mobilizable	no_good_hit	60.0	88.333	2.0	0.00013092258259217836	NZ_FMCR01000007.1	high GC Gram+	Micromonospora saelicesensis strain DSM 44871, whole genome shotgun sequence	True	True
MON0087_000000033992	1509	0.7900439379084706	2	2	2	2	1	False	9684	fragment	False	MON0087_000000033992	1.0		0	0	False	False	0.9615639448165894	0					non-mobilizable	no_good_hit	439.0	79.043	29.0	0.010687993738841196	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
SPA0113_000000014902	2076	0.7900435259900638	3	3	3	3	3	False	65385	maximal	False	ISR0046_000000015234	0.9535448190467082		0	0	False	False	1.0	0					non-mobilizable	chromosome	2077.0	97.256	100.0	0.0008549479494839425	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0088_000000011484	2411	0.7900420047814954	4	4	3	3	4	False	89065	maximal	False	ENG0074_000000009025	0.9817518248175182		0	0	False	False	1.0	0					non-mobilizable	chromosome	2411.0	99.79299999999999	100.0	0.00048197204562135397	CP041678.1	enterobacteria	Escherichia coli strain ESBL 15 chromosome, complete genome	False	False
ENG0096_000000015141	2202	0.7900342300887634	2	2	2	2	2	False	104759	maximal	True	ENG0096_000000015141	0.9901118533381202		60	9	False	False	0.9986376166343689	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.627835995523451e-05	NZ_VFPI01000001.1	high GC Gram+	Halopolyspora algeriensis strain DSM 46680 Ga0314185_11, whole genome shotgun sequence	True	False
MON0053_000000019983	1959	0.7900340916312906	2	2	2	1	2	False	26683	maximal	False	SPA0105_000000013200	0.9567856612981837		0	0	False	False	0.9984685778617859	0					non-mobilizable	other	1960.0	90.15299999999999	100.0	0.001133498707591489	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ISR0004_000000001508	10314	0.7900337998339362	9	6	5	4	5	False	69845	maximal	False	ISR0798_000000001059	0.9559385271386693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	97.882	5.0	0.0001255747488134815	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0040_000000005465	3517	0.7900306171613771	4	2	0	2	0	True	116338	maximal	True	AST0040_000000005465	1.0		1	1	True	True	1.0	37					non-mobilizable	no_good_hit	527.0	92.41	22.0	0.2184243434764485	HG796411.1	bacteria	Uncultured bacterium plasmid pRGI00989	True	True
ISR0779_000000007030	4611	0.7900285711876122	5	5	5	5	4	False	29585	maximal	True	ISR0779_000000007030	1.0		8	4	False	False	0.9995662569999695	0					non-mobilizable	other	2915.0	97.49600000000001	97.0	0.001246345038622577	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
MON0033_000000007439	9023	0.7900276840466918	12	4	3	2	3	False	112203	backbone	True	MON0033_000000007439	0.9998352191585191	PS718|PS719	1	1	True	True	0.9961210489273071	1					non-mobilizable	no_good_hit	479.0	76.827	5.0	0.00015231825447846654	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0152_000000003297	7690	0.7900276840466918	11	4	3	2	3	False	112201	backbone	False	SPA0021_000000003487	0.9734759322711122	PS718	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	620.0	75.32300000000001	8.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
DEN0031_000000003456	7534	0.7900276840466918	11	4	3	2	3	False	112201	backbone	False	SPA0021_000000003487	0.9763562603090082	PS718	0	0	True	True	0.9998672604560852	15					non-mobilizable	no_good_hit	620.0	75.32300000000001	8.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ENG0055_000000001616	11671	0.7900193805109813	17	15	1	4	15	True	63688	maximal	True	ENG0055_000000001616	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	8637.0	97.37200000000001	100.0	0.0016685472928086482	CP046673.1	enterobacteria	Citrobacter sp. 172116965 chromosome, complete genome	False	True
ENG0100_000000010365	2885	0.7900117803829952	3	3	3	3	2	False	67243	fragment	False	ENG0100_000000010365	1.0		0	0	False	False	0.9965338110923767	0					non-mobilizable	no_good_hit	1500.0	72.067	51.0	0.0005299942860548689	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
MAD0096_000000013428	1444	0.7900062991011726	3	3	3	3	2	False	15475	fragment	False	MAD0096_000000013428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000004771	3567	0.7900043441456618	4	3	2	3	2	False	99314	fragment	False	ISR0004_000000004771	0.9890633763320247		0	0	False	False	0.9994392991065979	0					non-mobilizable	other	3572.0	99.244	100.0	0.001081679690138601	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
SPA0077_000000008115	3566	0.7900043441456618	4	3	2	3	2	False	99314	fragment	False	ISR0004_000000004771	0.9882253994953742		0	0	False	False	1.0	0					non-mobilizable	other	3535.0	99.095	100.0	0.0010696129678761793	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0052_000000010554	2824	0.7900043441456618	4	3	2	3	2	False	99313	fragment	False	ENG0175_000000008342	0.9497544271801548		0	0	False	False	0.9996458888053894	0					non-mobilizable	other	2824.0	100.0	100.0	0.0008549030034865385	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0020_000000008071	2729	0.7900043441456618	3	3	2	3	2	False	91494	fragment	False	ISR0020_000000008071	1.0		0	0	False	False	0.9978013634681702	0					non-mobilizable	other	2729.0	99.67	100.0	0.0008263293740403538	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
USA0058_01_000000008374	2311	0.7900043441456618	3	3	2	3	2	False	91492	fragment	False	ENG0110_000000014024	0.9515047917703082		0	0	False	False	1.0	0					non-mobilizable	other	2252.0	99.334	97.0	0.0006813785893888458	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MAD0047_000000033891	1401	0.7900035460895295	2	2	2	2	2	True	17623	maximal	False	MAD0076_000000004433	0.9675989085948158		0	0	False	False	0.9685938358306885	0					non-mobilizable	no_good_hit	880.0	82.045	62.0	0.3584905660377358	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ETH0003_000000031274	1357	0.7899983349067666	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.4755776237539364		0	0	False	False	1.0	0					non-mobilizable	chromosome	1357.0	99.189	100.0	0.0004370636414298943	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0288_000000022099	1330	0.7899983349067666	1	1	1	1	1	False	121019	maximal	False	ISR0228_000000018856	0.38257112287655914		0	0	False	False	0.9992481470108032	0					non-mobilizable	other	1330.0	99.398	100.0	0.017912982531809358	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0093_000000008362	3519	0.7899965010887219	5	5	3	5	3	False	15681	maximal	True	MAD0093_000000008362	1.0		1	1	False	False	0.9985791444778442	0					non-mobilizable	no_good_hit	688.0	87.5	19.0	0.008306957228265483	NZ_WNAJ01000016.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold16_size82461, whole genome shotgun sequence	True	False
FIJ0035_000000003204	3757	0.7899934363187571	3	2	2	2	2	False	84122	fragment	False	ISR0120_000000007557	0.9766273333378194		0	0	False	False	1.0	0					non-mobilizable	other	3697.0	99.432	98.0	0.0009993459367367515	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0101_000000008013	3417	0.7899883364213965	7	7	7	5	4	False	15116	maximal	True	MAD0101_000000008013	1.0		4	1	False	False	0.9961954951286316	0					non-mobilizable	other	2761.0	99.384	100.0	0.004591613097847192	NZ_JAAXMT010000005.1	firmicutes	Streptococcus alactolyticus strain FGM Scaffold1_5, whole genome shotgun sequence	False	False
SPA0112_000000005219	6512	0.7899856875473179	4	2	2	2	1	True	105179	fragment	False	DEN0079_000000005641	0.9033525489919046		0	0	False	False	0.9998464584350586	0					non-mobilizable	other	6512.0	99.969	100.0	0.014393467121173937	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0855_000000001831	5684	0.7899844852452461	7	5	5	5	4	False	110243	maximal	True	ISR0855_000000001831	1.0		1	1	False	False	0.9989444017410278	0					non-mobilizable	no_good_hit	1800.0	85.77799999999999	41.0	0.23736438211166974	MK232585.1	viruses	Uncultured human fecal virus clone B.wexlerae_S04.r1.M14_3-CL18_c1 sequence	True	False
FIJ0049_000000011586	1475	0.7899790121508048	2	2	1	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.08368788844229706		0	0	False	False	0.9762712121009827	0					non-mobilizable	other	712.0	97.89299999999999	99.0	0.004095291854343544	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0044_000000019042	1467	0.7899790121508048	2	2	1	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.07104428733107561		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	98.57	100.0	0.008455539299826051	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0200_000000016680	1267	0.7899790121508048	2	2	1	2	1	False	60688	fragment	False	ENG0200_000000016680	0.9862095783599027		0	0	False	False	0.9984214901924133	0					non-mobilizable	other	1267.0	98.5	100.0	0.00729203866047669	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0173_000000014083	1197	0.7899790121508048	2	2	1	2	1	False	60688	fragment	False	ENG0200_000000016680	0.9693434135933948		0	0	False	False	0.9941520690917969	0					non-mobilizable	other	1198.0	98.99799999999999	100.0	0.006894605273768245	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0098_000000021373	1168	0.7899790121508048	2	2	1	2	1	False	60688	fragment	False	ENG0200_000000016680	0.9550626104856986		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	99.315	100.0	0.006721808149112399	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0029_000000000022	97398	0.7899745814672002	96	22	10	20	9	False	7413	maximal	True	SPA0029_000000000022	1.0		1	1	True	True	1.0	35					non-mobilizable	no_good_hit	3458.0	74.87	9.0	0.033083687998519656	NC_049977.1	viruses	Bacteroides phage crAss001, complete genome	True	True
ISR0059_000000009287	1832	0.7899740295428421	4	4	4	2	1	False	35451	fragment	False	ISR0059_000000009287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	370.0	84.054	30.0	0.00018948492539288514	CP028415.1	firmicutes	Streptococcus mitis strain SK637 chromosome, complete genome	True	False
MON0066_000000021491	1635	0.7899643552171799	2	1	1	1	1	False	10634	maximal	True	MON0066_000000021491	1.0		11	4	False	False	0.9902140498161316	0					non-mobilizable	no_good_hit	812.0	75.123	49.0	0.0002700980570452485	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ENG0095_000000017325	1611	0.7899643552171799	1	1	1	1	1	False	60937	fragment	False	ENG0095_000000017325	1.0		0	0	False	False	0.9993792772293091	0					non-mobilizable	other	1611.0	99.69	100.0	0.0005846923192855859	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0041_000000054594	1280	0.7899643552171799	1	1	1	1	1	False	16234	maximal	True	MON0041_000000054594	0.9564183835182251		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	71.455	84.0	0.060355495556305545	NZ_NSKI01000031.1	bacteria	Inordinaticella fortuita strain 4B NODE_32_length_17778_cov_269.202, whole genome shotgun sequence	True	False
SPA0097_000000023676	1386	0.7899636710789077	2	2	2	1	1	False	11975	fragment	False	SPA0097_000000023676	1.0		0	0	False	False	0.9898989796638489	0					non-mobilizable	no_good_hit								True	False
ENG0035_000000002526	8962	0.7899614179509957	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.7019566406560692		0	0	False	False	0.9928587079048157	0					non-mobilizable	no_good_hit	630.0	71.587	7.0	0.010796807900272962	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
CHI0140_000000003372	8932	0.7899614179509957	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.6980378152552194		0	0	False	False	0.9992163181304932	0					non-mobilizable	no_good_hit	630.0	71.429	7.0	0.010796807900272962	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
USA0023_01_000000003655	8866	0.7899614179509957	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.7015180516095088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.587	7.0	0.010796807900272962	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0153_000000002844	8634	0.7899614179509957	14	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.5257597212693056		0	0	False	False	0.9998841881752014	0					non-mobilizable	no_good_hit	560.0	78.929	7.0	0.0006190171877470224	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ISR0777_000000001810	8634	0.7899614179509957	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.3666241424824694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	71.975	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0170_000000004904	8612	0.7899614179509957	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.6728720021348099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.587	7.0	0.010796807900272962	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0016_000000003545	8595	0.7899614179509957	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.6464223738376887		0	0	False	False	0.9990692138671875	0					non-mobilizable	no_good_hit	630.0	71.587	7.0	0.010796807900272962	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0132_000000003983	8571	0.7899614179509957	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.6610146498091891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.905	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0066_000000002451	8512	0.7899614179509957	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.5303971840852241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	72.134	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
USA0044_01_000000003484	8497	0.7899614179509957	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.529740649457098		0	0	False	False	0.9976462125778198	0					non-mobilizable	no_good_hit	561.0	78.788	7.0	0.0006190171877470224	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ISR0255_000000002978	8460	0.7899614179509957	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.5795189296118621		0	0	False	False	0.9988179802894592	0					non-mobilizable	no_good_hit	630.0	71.587	7.0	0.010796807900272962	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0034_000000003703	8415	0.7899614179509957	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.3789968865828044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	78.788	7.0	0.0006190171877470224	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
SPA0044_000000002834	8396	0.7899614179509957	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.37896029246679697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	78.788	7.0	0.0006190171877470224	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ISR0027_000000003025	8353	0.7899614179509957	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.3811165651461175		0	0	False	False	0.9985634088516235	0					non-mobilizable	no_good_hit	559.0	78.712	7.0	0.0006190171877470224	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
MON0061_000000004247	8261	0.7899614179509957	10	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.39310811318558836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	78.712	7.0	0.0006190171877470224	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
MON0075_000000001912	7883	0.7899614179509957	10	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.29358409053835216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	71.975	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0043_000000002398	7374	0.7899614179509957	9	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.1443507481879286		0	0	False	False	0.9941686987876892	0					non-mobilizable	no_good_hit	559.0	78.354	8.0	0.0006190171877470224	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
AUS0012_000000008089	2092	0.7899557007372997	4	4	3	4	1	False	101145	fragment	False	AUS0012_000000008089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	84.089	74.0	0.0002858774340955669	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0008_000000005086	2407	0.7899531019859299	4	4	4	3	2	False	101106	fragment	False	SPA0143_000000008057	0.962268625387806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1904.0	98.529	84.0	0.00034157584751824416	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ISR0320_000000002200	7063	0.7899477520606806	6	6	5	6	5	False	104500	fragment	False	ENG0168_000000003428	0.776289660131129		0	0	False	False	1.0	0					non-mobilizable	other	7066.0	99.023	100.0	0.04995366800829024	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0125_000000003185	7177	0.7899396204611577	7	4	2	4	1	False	58882	maximal	True	ENG0125_000000003185	1.0		1	1	False	False	0.9955413341522217	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	4.548604109208952e-05	NZ_PZJV01000006.1	g-proteobacteria	Salinicola halophilus strain CECT 5903 Salinicola-halophilus_contig_6, whole genome shotgun sequence	True	False
ISR0374_000000006603	2430	0.7899347666612413	4	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.3840533440721316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	86.86	48.0	0.00017747608875634088	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
CHI0061_000000000328	11695	0.7899325496299316	10	7	5	6	5	True	105465	fragment	False	MON0108_000000000954	0.48525018939161013		0	0	False	True	0.9991449117660522	0					non-mobilizable	chromosome	11695.0	100.0	100.0	0.002205314933455838	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0819_000000001668	11583	0.7899325496299316	10	7	5	6	5	True	105465	fragment	False	MON0108_000000000954	0.4829675232465564		0	0	False	True	0.9993956685066223	0					non-mobilizable	chromosome	11546.0	97.55799999999999	100.0	0.002119777142403771	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
CHI0116_000000009765	1637	0.7899145495167715	2	2	2	1	2	False	82156	maximal	True	CHI0116_000000009765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	97.96799999999999	81.0	0.0005174980993245637	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
SPA0096_000000003053	9840	0.7899095003849274	10	4	3	4	0	True	132440	fragment	False	SPA0096_000000003053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	100.0	3.0	0.009142890314341276	NZ_JAAIPV010000045.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_45_length_34453_cov_115.983, whole genome shotgun sequence	True	True
ISR0167_000000003019	9629	0.7899095003849274	12	4	3	4	0	True	132439	fragment	False	ISR0167_000000003019	0.8211048815096441		0	0	False	False	0.9997922778129578	0					non-mobilizable	no_good_hit	628.0	98.726	7.0	0.0077028919629474925	NZ_JAAITU010000015.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_15_length_81398_cov_163.319, whole genome shotgun sequence	True	True
ISR0362_000000002645	8877	0.7899095003849274	9	4	3	4	0	True	103119	fragment	False	ISR0362_000000002645	0.9616988687018715		0	0	False	False	0.998197615146637	0					non-mobilizable	no_good_hit	272.0	85.294	3.0	0.008013496415014762	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0025_000000003948	8800	0.7899095003849274	10	4	3	4	0	True	132439	fragment	False	ISR0167_000000003019	0.8022685104227826		0	0	False	False	0.9998863339424133	0					non-mobilizable	no_good_hit	209.0	90.90899999999999	2.0	0.000569278138898392	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0161_000000003056	8764	0.7899095003849274	9	4	3	4	0	True	132439	fragment	False	ISR0167_000000003019	0.5457930562866353		0	0	False	False	0.9970332980155945	0					non-mobilizable	no_good_hit								True	True
ENG0089_000000002512	8596	0.7899095003849274	10	4	3	4	0	True	132439	fragment	False	ISR0167_000000003019	0.661279208937365		0	0	False	False	0.9996510148048401	0					non-mobilizable	no_good_hit								True	True
ISR0298_000000010140	1463	0.7899054151649563	2	2	2	2	1	False	61351	fragment	False	ISR0141_000000019928	0.6403079076277117		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	83.50299999999999	100.0	0.003658814313922264	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
ISR0188_000000011622	1812	0.7899027705198579	2	2	2	2	1	False	109227	fragment	False	ISR0176_000000017862	0.7745141280928102		0	0	False	False	0.9900662302970886	0					non-mobilizable	other	1812.0	98.896	100.0	0.006524480311272832	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
USA0121_01_000000013489	3504	0.7898968700961794	4	4	3	4	3	False	190	maximal	True	USA0121_01_000000013489	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	86.82799999999999	38.0	0.0002851235650863033	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0009_000000003609	8698	0.7898929874706325	11	8	7	8	3	True	125257	fragment	False	SPA0139_000000002006	0.08008364816899483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.905	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ENG0071_000000001991	10326	0.7898816818932961	13	6	2	4	3	False	89207	maximal	False	ISR0387_000000001648	0.9787835158614555		0	0	False	False	0.9995157718658447	0					non-mobilizable	no_good_hit	1424.0	77.598	14.0	0.0004505273283089023	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0148_000000009715	1908	0.7898816381865386	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.3655472199860745		0	0	False	False	0.9947589039802551	0					non-mobilizable	no_good_hit	354.0	74.294	18.0	0.007794753017682954	NZ_PPTT01000032.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_32, whole genome shotgun sequence	True	False
ENG0062_000000005662	4322	0.7898786968066098	5	3	3	3	2	False	68672	maximal	True	ENG0062_000000005662	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	86.637	26.0	0.0003275605476125249	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0039_000000003416	3892	0.7898736026202581	4	3	3	2	3	False	118643	fragment	False	CHI0039_000000003416	0.9441680486456605		0	0	False	False	1.0	0					non-mobilizable	other	3897.0	94.99600000000001	100.0	0.00819527075994809	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
ISR0222_000000015317	3618	0.7898736026202581	3	3	3	2	3	False	118643	fragment	False	CHI0039_000000003416	0.9127697841726619		0	0	False	False	0.9997236132621765	0					non-mobilizable	chromosome	3530.0	91.04799999999999	97.0	0.0006552642629652632	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0029_000000032428	1283	0.7898724631597202	3	3	2	3	2	True	37084	fragment	False	ISR0029_000000032428	1.0		0	0	False	False	0.9851909875869751	0					non-mobilizable	no_good_hit	610.0	86.721	48.0	0.0002669853539462978	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
CHI0013_000000005717	1617	0.7898697921281835	2	2	1	1	1	False	89971	fragment	False	CHI0013_000000005717	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1621.0	99.506	100.0	0.4004452139500371	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
ENG0124_000000020947	1481	0.7898697921281835	2	2	1	1	1	False	89971	fragment	False	CHI0013_000000005717	0.9579468150896722		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1485.0	99.663	100.0	0.36680682661390057	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
TAN0017_000000016146	2247	0.7898684693134902	2	2	2	1	1	False	15375	fragment	False	TAN0017_000000016146	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2134.0	80.64699999999999	97.0	0.006638497563022806	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
AST0046_000000010626	1579	0.7898679965548694	2	2	2	2	1	False	115613	fragment	False	USA0080_01_000000022560	0.8471446789868702		0	0	False	False	1.0	0					non-mobilizable	chromosome	1579.0	97.46700000000001	100.0	0.0005568323648755225	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0074_000000007901	3573	0.7898665460096831	5	3	3	3	2	True	68891	fragment	False	USA0010_01_000000006854	0.9300208075565661		0	0	False	False	1.0	0					non-mobilizable	other	3593.0	96.32600000000001	100.0	0.0012203520199170147	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0179_000000016296	1370	0.7898642620301267	3	2	2	2	2	False	77521	fragment	False	CHI0179_000000016296	1.0		0	0	False	False	0.9824817776679993	0					non-mobilizable	no_good_hit	1137.0	91.381	83.0	0.03513714321094669	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
MON0081_000000005464	9432	0.789859925375489	5	5	5	5	4	False	97429	fragment	False	MON0081_000000005464	0.9655814973144798		0	0	False	False	1.0	0					non-mobilizable	other	8554.0	99.25200000000001	91.0	0.011156543885102342	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
SPA0142_000000012565	2222	0.7898569323077168	6	1	1	1	1	False	65967	fragment	False	ENG0027_000000009240	0.9307628524046434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0001_000000017524	1982	0.7898530545179816	3	3	3	3	1	True	131026	fragment	False	CHI0117_000000007167	0.28480753640684175		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	85.337	100.0	0.0006131747644519163	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0834_000000010624	1647	0.7898530545179816	3	3	3	3	1	True	131026	fragment	False	CHI0117_000000007167	0.18600607749228948		0	0	False	False	1.0	0					non-mobilizable	chromosome	1660.0	96.084	100.0	0.0004612868427462853	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0163_000000003053	8046	0.7898508146380001	10	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8825216211627105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	91.477	7.0	0.00010249388111529742	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0146_000000002005	7935	0.7898508146380001	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.876202434696842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	90.333	4.0	8.726621877816751e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0009_000000003426	6869	0.7898508146380001	8	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.1904677415161808		0	0	False	False	0.9998544454574585	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
MON0004_000000028154	1600	0.7898486785055877	1	1	1	1	1	False	14207	maximal	True	MON0004_000000028154	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	77.995	69.0	0.003419639999015045	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
MON0016_000000036301	1089	0.7898408249410369	2	1	1	1	1	False	13461	fragment	False	MON0016_000000036303	0.9462255283409605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	79.07	8.0	3.303269692928049e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0077_000000012789	1099	0.7898334745807736	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.05618753836510323	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1089.0	94.766	99.0	0.03811093191220812	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
USA0048_01_000000003219	4602	0.7898228481767896	6	3	2	2	3	False	93316	fragment	False	USA0048_01_000000003219	1.0		0	0	False	False	0.9980443120002747	0					non-mobilizable	no_good_hit	2265.0	89.139	49.0	0.009280723420492264	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0053_000000005733	1994	0.7898153551985494	2	2	1	2	1	False	17378	maximal	True	MAD0053_000000005733	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	85.82700000000001	6.0	0.0003897832424895424	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0010_000000036628	1284	0.7897969483499979	2	2	1	2	1	True	75853	fragment	False	DEN0010_000000036628	1.0		0	0	False	False	0.9774143099784851	0					non-mobilizable	no_good_hit								True	True
MON0001_000000025185	1384	0.7897905552027917	3	2	2	2	2	True	71649	fragment	False	FIJ0064_000000018123	0.23339100346020764		0	0	False	False	0.9552023410797119	0					non-mobilizable	other	1380.0	95.435	99.0	0.017728396333299	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
DEN0017_000000008221	3713	0.789785877711913	5	4	2	3	3	True	93205	fragment	False	DEN0017_000000008221	0.9979850316637882		0	0	False	False	0.9940748810768127	0					non-mobilizable	no_good_hit	1605.0	96.262	63.0	0.19915307012081207	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0025_000000005652	5551	0.7897844397387059	5	4	3	3	3	False	120533	fragment	False	AST0025_000000005652	1.0		0	0	False	False	0.9985588192939758	0					non-mobilizable	other	5219.0	99.98100000000001	94.0	0.0014108731325466368	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0215_000000005506	5196	0.7897844397387059	5	4	3	3	3	False	111123	fragment	False	ISR0215_000000005506	0.9869608826479439		0	0	False	False	1.0	0					non-mobilizable	other	5114.0	99.961	98.0	0.0013824826229802518	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0146_000000004676	4985	0.7897844397387059	5	4	3	3	3	False	111123	fragment	False	ISR0215_000000005506	0.9671862971516552		0	0	False	False	1.0	0					non-mobilizable	other	4985.0	99.98	100.0	0.0013476028540844074	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0192_000000002382	6258	0.7897833733918378	6	3	2	3	1	True	112586	maximal	True	ENG0192_000000002382	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	95.78299999999999	18.0	0.0002827341587805454	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AST0050_000000004358	3036	0.7897827721719335	4	3	3	3	3	True	114764	backbone	False	AST0084_000000011636	0.9808983937984093	PS248|PS746	0	0	True	True	1.0	12					non-mobilizable	chromosome	2843.0	99.402	100.0	0.001421354627979681	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	True
FIJ0121_000000008890	2926	0.7897827721719335	3	3	3	3	3	True	114764	backbone	False	AST0084_000000011636	0.9864619714136182	PS248|PS746	0	0	True	True	1.0	1					non-mobilizable	chromosome	2070.0	99.565	99.0	0.000915763075405941	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	False	True
AST0084_000000011636	2903	0.7897827721719335	3	3	3	3	3	True	114764	backbone	True	AST0084_000000011636	0.9871475365288109	PS248|PS746	16	5	True	True	1.0	26					non-mobilizable	chromosome	2903.0	99.69	100.0	0.0014879723940614416	LR134275.1	firmicutes	Streptococcus vestibularis strain NCTC12167 genome assembly, chromosome: 1	False	True
AST0093_000000006553	2828	0.7897827721719335	3	3	3	3	3	True	114764	backbone	False	AST0084_000000011636	0.9862106971530079	PS248|PS746	0	0	True	True	1.0	4					non-mobilizable	chromosome	2822.0	99.681	100.0	0.001305133927745269	LS483444.1	firmicutes	Streptococcus australis strain NCTC13166 genome assembly, chromosome: 1	False	True
AST0052_000000007846	2773	0.7897827721719335	4	3	3	3	3	True	114764	backbone	False	AST0084_000000011636	0.9783349444636937	PS248|PS746	0	0	True	True	1.0	1					non-mobilizable	chromosome	2773.0	99.928	100.0	0.0013863458933003785	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	True
ISR0042_000000010283	2771	0.7897827721719335	4	3	3	3	3	True	114764	backbone	False	AST0084_000000011636	0.864977734284178	PS248|PS746	0	0	True	True	1.0	4					non-mobilizable	chromosome	2771.0	98.773	100.0	0.0013723423994286574	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	True
ISR0113_000000005614	2749	0.7897827721719335	4	3	3	3	3	True	114764	backbone	False	AST0084_000000011636	0.8710823898116542	PS248|PS746	0	0	False	True	0.9970898628234863	0					non-mobilizable	chromosome	2749.0	99.709	100.0	0.0014090103855550799	LR134275.1	firmicutes	Streptococcus vestibularis strain NCTC12167 genome assembly, chromosome: 1	False	True
FIJ0091_000000008698	2743	0.7897827721719335	3	3	3	3	3	True	114764	backbone	False	AST0084_000000011636	0.869502701745259	PS248|PS746	0	0	False	True	1.0	0					non-mobilizable	chromosome	2743.0	99.927	100.0	0.0013713421498663917	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	True
ENG0075_000000008970	2734	0.7897827721719335	4	3	3	3	3	True	114764	backbone	False	AST0084_000000011636	0.8668516745425422	PS248|PS746	0	0	True	True	0.9996342062950134	2					non-mobilizable	chromosome	2734.0	99.634	100.0	0.0014013192808304343	LR134275.1	firmicutes	Streptococcus vestibularis strain NCTC12167 genome assembly, chromosome: 1	False	True
AUS0002_000000010669	3230	0.78976900640735	3	3	3	3	1	False	103029	fragment	False	AUS0002_000000010669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2604.0	99.80799999999999	81.0	0.07420393967901023	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	True	False
ISR0268_000000007326	2603	0.78976900640735	3	3	3	3	1	False	94386	fragment	False	ISR0268_000000007326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2284.0	99.912	88.0	0.06508167279568973	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	True	False
ENG0100_000000020749	1507	0.7897575180258952	2	2	2	2	2	True	114350	fragment	False	CHI0109_000000010540	0.5812729498164014		0	0	False	False	0.9827471971511841	0					non-mobilizable	no_good_hit	881.0	82.179	58.0	0.3576702214930271	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
SPA0104_000000005270	6149	0.7897520337451684	7	2	0	2	0	True	4850	maximal	True	SPA0104_000000005270	1.0		1	1	True	True	1.0	21					non-mobilizable	no_good_hit	890.0	82.022	14.0	0.9854748603351955	GQ877591.1		Uncultured organism clone VC1AO10TR genomic sequence	True	True
ENG0148_000000027269	1325	0.7897455597964399	2	2	2	2	2	False	64169	fragment	False	ENG0148_000000027269	0.9912789907573472		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	99.698	100.0	0.1796472184531886	NZ_BBAB01000041.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
CHI0079_000000002640	2455	0.7897355762134625	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9921403988560493		0	0	False	False	1.0	0					non-mobilizable	chromosome	2448.0	99.959	100.0	0.00043498448490157654	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0042_000000004855	2455	0.7897355762134625	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9921403988560493		0	0	False	False	1.0	0					non-mobilizable	chromosome	2448.0	99.959	100.0	0.00043498448490157654	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0128_000000003431	2455	0.7897355762134625	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9921403988560493		0	0	False	False	1.0	0					non-mobilizable	chromosome	2448.0	99.959	100.0	0.00043498448490157654	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0303_000000004997	2441	0.7897355762134625	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9914853109448885		0	0	False	False	1.0	0					non-mobilizable	chromosome	2441.0	99.713	100.0	0.0004376297756125068	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
CHI0056_000000007858	2433	0.7897355762134625	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.989426370748733		0	0	False	False	1.0	0					non-mobilizable	chromosome	2433.0	99.959	100.0	0.000432318049562989	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
AST0108_000000011265	2432	0.7897355762134625	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9893545342515955		0	0	False	False	1.0	0					non-mobilizable	chromosome	2432.0	99.959	100.0	0.00043214028720708317	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0042_000000013250	2429	0.7897355762134625	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.987581992072626		0	0	False	False	1.0	0					non-mobilizable	chromosome	2429.0	99.959	100.0	0.0004316070001393657	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0090_000000000289	33538	0.7897350360960934	24	12	7	11	9	True	128748	maximal	False	ENG0127_000000000383	0.1479988687049488	PS1050|PS1051	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3088.0	93.977	26.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0126_000000021498	1805	0.7897330804301071	2	2	2	2	1	False	41134	maximal	True	FIJ0126_000000021498	1.0		1	1	False	False	0.9994459748268127	0					non-mobilizable	no_good_hit	868.0	74.539	47.0	0.008630320920840892	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
ISR0778_000000004493	2849	0.7897317414930745	4	2	2	2	2	False	22373	maximal	True	ISR0778_000000004493	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	99.867	58.0	0.001053636878417629	NZ_LT635836.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ISR0227_000000003075	8170	0.7897304443795529	8	7	5	6	6	False	111444	fragment	False	ISR0227_000000003075	1.0		0	0	False	False	0.9991431832313538	0					non-mobilizable	other	7278.0	98.626	94.0	0.01006292618535453	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MAD0085_000000005691	1982	0.7897289829093708	3	3	3	3	2	False	95501	fragment	False	MAD0085_000000005691	1.0		0	0	False	False	0.9939455389976501	0					non-mobilizable	other	1989.0	81.347	100.0	0.0019779358370982983	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
DEN0094_000000016849	2181	0.7897099921401147	2	2	2	2	2	False	109228	fragment	False	DEN0094_000000016849	1.0		0	0	False	False	0.9977074861526489	0					non-mobilizable	other	2181.0	98.34899999999999	100.0	0.007853874698274308	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
CHI0034_000000004619	3275	0.7897085587974331	3	3	2	3	3	False	88262	maximal	True	CHI0034_000000004619	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	80.42	4.0	0.01005061460592914	NZ_JH604943.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld403, whole genome shotgun sequence	True	False
SPA0129_000000011854	2238	0.7897036379190896	3	3	3	3	3	False	94606	fragment	False	FIJ0061_000000011278	0.6935523146203221		0	0	False	False	0.9991063475608826	0					non-mobilizable	other	2238.0	99.73200000000001	100.0	0.007088984662187856	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0122_000000018497	1256	0.7896934427243111	2	2	2	2	2	False	8275	fragment	False	SPA0122_000000018497	0.9966273187183812		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	99.522	100.0	0.0007248113613458967	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MAD0018_000000001947	1496	0.7896890941555447	2	1	1	1	1	False	19358	maximal	True	MAD0018_000000001947	1.0		39	7	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	82.389	88.0	0.0007052828200173937	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0041_000000053132	1312	0.7896890941555447	1	1	1	1	1	False	11768	fragment	False	MON0041_000000053132	1.0		0	0	False	False	0.9847561120986938	0					non-mobilizable	other	1303.0	78.051	99.0	0.034884662080129504	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	False	False
FIJ0039_000000011855	1954	0.7896863285275625	3	3	0	1	2	True	86109	backbone	False	ISR0318_000000002170	0.9894579269076117	PS148|PS435	0	0	False	True	1.0	0	Col(MG828)				non-mobilizable	plasmid	1954.0	99.846	100.0	0.2612709030100334	CP019270.1	enterobacteria	Escherichia coli strain 13C1079T plasmid p13C1079T-3, complete sequence	False	True
MON0090_000000029395	2038	0.7896861266970207	2	2	1	2	1	False	83756	fragment	False	MON0037_000000033262	0.6455435342606904		0	0	False	False	0.9892051219940186	0					non-mobilizable	no_good_hit	1058.0	97.637	87.0	0.008474916979584617	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0360_000000007887	3080	0.7896814549749218	5	3	2	3	3	True	105448	fragment	False	ISR0360_000000007887	1.0		0	0	False	True	1.0	0					non-mobilizable	other	3080.0	99.96799999999999	100.0	0.0006502800597184766	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0026_000000004570	2368	0.7896814549749218	4	3	2	3	3	True	105436	fragment	False	ENG0026_000000004570	0.9991496598639455		0	0	False	True	1.0	0					non-mobilizable	other	2368.0	99.958	100.0	0.0004999067558797124	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0334_000000008932	2300	0.7896814549749218	4	3	2	3	3	True	105447	fragment	False	ENG0014_000000010171	0.49129638112688956		0	0	False	True	0.9939130544662476	0					non-mobilizable	other	2302.0	98.523	100.0	0.004126330293005332	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0017_000000005733	2178	0.7896814549749218	3	3	2	3	3	True	105435	backbone	True	CHI0017_000000005733	0.9909327417236676	PS636	140	10	True	True	1.0	11					non-mobilizable	other	2178.0	100.0	100.0	0.003905661325162003	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0034_000000007740	2114	0.7896814549749218	3	3	2	3	3	True	105435	backbone	False	CHI0017_000000005733	0.9840961633878827	PS636	0	0	False	True	1.0	0					non-mobilizable	other	2114.0	100.0	100.0	0.0037908416996175072	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0048_000000009575	2087	0.7896814549749218	3	3	2	3	3	True	105435	backbone	False	CHI0017_000000005733	0.9725354806631147	PS636	0	0	False	True	0.9995208382606506	0					non-mobilizable	other	2087.0	100.0	100.0	0.003742402170090923	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CAN0016_000000027530	1708	0.7896814549749218	3	3	2	3	3	True	105432	fragment	False	CAN0016_000000027530	0.9772201556664332		0	0	False	False	1.0	0					non-mobilizable	chromosome	1153.0	91.5	100.0	0.00021043416469174783	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
ISR0022_000000010183	2502	0.7896776444050387	5	4	4	4	4	False	68048	maximal	True	ISR0022_000000010183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1731.0	82.49600000000001	85.0	0.015407892852026931	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0031_000000021656	1140	0.7896756878117783	2	2	2	2	2	False	76345	maximal	False	FIJ0061_000000023784	0.7518869675850808		0	0	False	False	1.0	0					non-mobilizable	plasmid	1140.0	97.895	100.0	0.0017981823519650766	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
MAD0045_000000003415	8088	0.7896605810720484	11	5	4	4	3	True	105922	fragment	False	FIJ0129_000000002391	0.9478175117568098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.29799999999999	27.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0090_000000014829	1631	0.7896528829093848	2	2	2	2	1	False	61234	maximal	True	ENG0090_000000014829	1.0		26	7	False	False	0.9993869066238403	0					non-mobilizable	no_good_hit	500.0	79.0	31.0	0.00016737996801931236	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0320_000000003542	5081	0.7896526346387471	7	4	2	2	4	False	105627	fragment	False	ISR0320_000000003542	1.0		0	0	False	False	0.999409556388855	0					non-mobilizable	chromosome	5081.0	99.72399999999999	100.0	0.0011283397635373008	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0329_000000015948	1143	0.7896495131482756	1	1	1	1	1	False	24682	fragment	False	ISR0329_000000015948	1.0		0	0	False	False	0.9991251230239868	0					non-mobilizable	other	1143.0	98.075	100.0	0.01962571811895834	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AST0025_000000022217	1697	0.7896483102308233	2	2	2	2	1	False	131337	fragment	False	ENG0161_000000012231	0.9620384407618451		0	0	False	False	1.0	0					non-mobilizable	other	1643.0	97.931	100.0	0.025615825026130638	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ISR0244_000000001494	10525	0.7896461013035341	6	5	4	5	4	False	27213	maximal	True	ISR0244_000000001494	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0084_000000007561	1718	0.7896447149054149	2	2	2	2	2	False	44005	maximal	True	FIJ0084_000000007561	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0030_000000004213	4426	0.7896439623258582	4	4	4	4	4	False	128939	maximal	True	ISR0030_000000004213	1.0	PS1059	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1495.0	82.274	54.0	0.0004215511720541947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0074_000000022260	1357	0.7896434705455814	2	2	2	1	1	False	45026	fragment	False	ISR0074_000000022260	0.7622765622154002		0	0	False	False	0.9904200434684753	0					non-mobilizable	other	1360.0	97.426	100.0	0.00038578319381929335	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CAN0017_000000010340	3544	0.7896429117314692	6	5	4	4	4	False	92531	maximal	True	CAN0017_000000010340	1.0		1	1	False	False	0.9810948371887207	0					non-mobilizable	no_good_hit	70.0	85.714	2.0	2.8250368687782658e-05	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
ISR0039_000000028626	1309	0.7896190648179358	2	2	2	2	2	False	87333	fragment	False	ISR0032_000000024858	0.7193377469876002		0	0	False	False	0.9938884377479553	0					non-mobilizable	other	1310.0	98.397	100.0	0.006457309733814795	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0326_000000007518	2475	0.7896112044874253	5	3	3	2	2	False	131668	fragment	False	DEN0028_000000005326	0.2911857278168516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	919.0	85.745	37.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AUS0010_000000008039	2913	0.7896028274872896	3	3	3	2	2	True	102944	fragment	False	AUS0010_000000008039	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0070_000000025786	1350	0.7896017516179665	2	2	2	1	1	False	10438	fragment	False	MON0070_000000025786	1.0		0	0	False	False	0.9859259128570557	0					non-mobilizable	no_good_hit	160.0	80.0	12.0	5.6218935035462404e-05	NZ_CP032364.1	firmicutes	Lachnoanaerobaculum umeaense strain DSM 23576 = CCUG 58757 chromosome, complete genome	True	False
ISR0152_000000009115	2581	0.7896008160066271	4	3	2	3	2	False	77276	fragment	False	ISR0152_000000009115	1.0		0	0	False	False	0.983339786529541	0					non-mobilizable	other	1096.0	89.964	94.0	0.0003038028114256516	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0045_000000028056	1507	0.7895974916323796	2	2	2	2	1	False	17825	maximal	True	MAD0045_000000028056	1.0		70	11	False	False	1.0	0					non-mobilizable	other	1507.0	99.801	100.0	0.0051702296392168445	NZ_KE150240.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.3, whole genome shotgun sequence	False	False
MON0026_000000006944	4412	0.7895945463492612	6	3	3	3	2	False	125983	maximal	True	MON0026_000000006944	1.0		13	4	False	False	0.9997733235359192	0					non-mobilizable	no_good_hit	481.0	87.734	24.0	0.000207363008894251	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0024_000000009548	1126	0.7895907524764157	1	1	1	1	1	False	74293	fragment	False	DEN0024_000000009548	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.117	100.0	0.00410066386521107	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0134_000000011805	2751	0.7895864248351095	5	1	1	1	1	True	69982	maximal	True	ISR0134_000000011805	0.9972687545520758		9	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0126_000000013245	2746	0.7895864248351095	5	1	1	1	1	True	69982	maximal	False	ISR0134_000000011805	0.9963649581970192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0076_000000005307	1544	0.7895864248351095	2	1	1	1	1	True	69981	fragment	False	DEN0076_000000005307	1.0		0	0	False	False	0.9896373152732849	0					non-mobilizable	no_good_hit								True	True
ENG0070_000000018376	1409	0.7895864248351095	3	1	1	1	1	True	62332	maximal	True	ENG0070_000000018376	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0022_000000023272	1458	0.7895829967892942	2	2	2	2	1	False	102653	fragment	False	AUS0022_000000023272	0.994011476010719		0	0	False	False	0.9986282587051392	0					non-mobilizable	no_good_hit	961.0	81.27	75.0	0.0002668054737788245	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0056_000000008987	2169	0.7895802342522671	3	3	3	3	2	False	86133	fragment	False	FIJ0101_000000012775	0.9530331042714544		0	0	False	False	1.0	0					non-mobilizable	chromosome	2169.0	98.525	100.0	0.000765026975316941	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0156_000000001493	7526	0.7895800525465195	11	3	2	2	2	True	19614	fragment	False	SPA0156_000000001493	1.0		0	0	False	False	0.9946851134300232	0					non-mobilizable	no_good_hit	125.0	80.8	2.0	0.001093445499678139	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
SPA0052_000000023084	1159	0.7895776951920876	2	2	2	2	2	False	6503	maximal	True	SPA0052_000000023084	1.0		93	5	False	False	0.9818809032440186	0					non-mobilizable	chromosome	1159.0	99.741	100.0	0.00032938245057129937	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0069_000000001177	5320	0.7895716029453924	10	3	1	1	3	True	16406	maximal	True	MAD0069_000000001177	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0020_000000002377	3637	0.7895675124129943	6	5	5	3	2	False	131852	maximal	False	SPA0027_000000009377	0.9734908136482939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2021.0	89.955	56.0	0.0005688731348040363	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0171_000000001452	14159	0.7895673329545159	24	10	4	7	6	False	30020	maximal	True	ISR0171_000000001452	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000019428	1970	0.7895623067177697	3	1	1	1	1	False	41140	fragment	False	FIJ0126_000000019428	1.0		0	0	False	False	0.9959390759468079	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000015827	1571	0.7895566868569328	3	2	2	2	2	False	36608	fragment	False	MAD0013_000000015827	1.0		0	0	False	False	0.9923615455627441	0					non-mobilizable	no_good_hit	258.0	74.031	16.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
DEN0017_000000005183	5811	0.7895452113984063	3	2	2	2	1	False	105179	fragment	False	DEN0079_000000005641	0.7818600185236981		0	0	False	False	0.9996558427810669	0					non-mobilizable	other	5811.0	100.0	100.0	0.012843809549073963	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CAN0012_000000009354	5806	0.7895452113984063	3	2	2	2	1	False	105179	fragment	False	DEN0079_000000005641	0.7814733348148929		0	0	False	False	0.9972442388534546	0					non-mobilizable	other	5806.0	100.0	100.0	0.01283275635669094	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
DEN0033_000000004840	5706	0.7895452113984063	3	2	2	2	1	False	105179	fragment	False	DEN0079_000000005641	0.7790035342833772		0	0	False	False	1.0	0					non-mobilizable	other	5706.0	100.0	100.0	0.012611692509030457	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0018_000000009047	2369	0.7895355523388579	4	2	2	1	1	False	37793	fragment	False	ISR0018_000000009047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	88.333	2.0	0.0007528131438533467	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
USA0001_01_000000011879	1431	0.7895331719374192	2	2	2	2	1	True	4044	fragment	False	SPA0124_000000019761	0.9814939434724091		0	0	False	False	0.9944095015525818	0					non-mobilizable	no_good_hit	155.0	81.29	10.0	0.023595156783607574	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	True	True
ISR0020_000000021899	1242	0.7895292218506541	2	2	1	2	1	False	37667	maximal	True	ISR0020_000000021899	1.0		0	0	False	False	0.955716609954834	0					non-mobilizable	no_good_hit								True	False
ISR0062_000000003504	7735	0.789529040029798	11	5	2	3	3	False	110794	fragment	False	ISR0062_000000003504	1.0		0	0	False	False	0.9988364577293396	0					non-mobilizable	no_good_hit	2156.0	92.71799999999999	47.0	0.0036121835977617573	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
CHI0132_000000024832	1227	0.7895238462314126	2	2	2	2	2	False	88990	fragment	False	DEN0051_000000034695	0.5937233448098181		0	0	False	False	0.9983699917793274	0					non-mobilizable	other	1227.0	99.51100000000001	100.0	0.00030058810823427535	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0353_000000001564	15005	0.7895066475020098	29	19	5	5	18	False	118779	fragment	False	ISR0353_000000001564	1.0		0	0	False	False	0.9981339573860168	0					non-mobilizable	no_good_hit	5024.0	97.85	65.0	0.02692543807687751	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0054_000000001670	11226	0.7895028017196851	7	6	5	6	6	False	35724	maximal	True	ISR0054_000000001670	1.0		1	1	False	False	0.9998218417167664	0					non-mobilizable	no_good_hit	3422.0	98.18799999999999	62.0	0.001340390579932651	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
DEN0026_000000014549	1988	0.7894850358404114	3	2	0	2	0	True	74171	maximal	True	DEN0026_000000014549	1.0		1	1	False	False	0.98591548204422	0					non-mobilizable	no_good_hit	253.0	99.209	13.0	4.216765155463932e-05	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	True
CHI0020_000000002597	3510	0.7894842152991501	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.3914686060744051	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0037_000000013121	2609	0.7894810000283787	2	1	1	1	1	False	65210	maximal	True	ENG0037_000000013121	1.0		17	6	False	False	0.9984668493270874	0					non-mobilizable	no_good_hit	572.0	79.37100000000001	22.0	0.0004947699494565398	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0121_000000006770	1722	0.7894730746880615	2	2	2	2	2	False	91470	fragment	False	SPA0121_000000006770	1.0		0	0	False	False	0.9837398529052734	0					non-mobilizable	other	1707.0	99.29700000000001	99.0	0.0005758890836274666	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ENG0041_000000010541	2410	0.7894724375223421	4	4	2	3	3	True	76583	fragment	False	ENG0041_000000010541	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2410.0	99.876	100.0	0.0041972516626099625	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
ISR0318_000000002170	2001	0.7894628692915814	3	2	0	1	1	True	86109	backbone	True	ISR0318_000000002170	0.9977317278226417	PS148|PS435	9	7	True	True	1.0	63	Col(MG828)			MOBP	mobilizable	plasmid	2001.0	98.65100000000001	100.0	0.26755852842809363	CP019270.1	enterobacteria	Escherichia coli strain 13C1079T plasmid p13C1079T-3, complete sequence	False	True
MON0107_000000029997	2001	0.7894628692915814	2	2	0	1	1	True	86109	backbone	False	ISR0318_000000002170	0.9974057525251322	PS148|PS435	0	0	True	True	1.0	107	Col(MG828)			MOBP	mobilizable	plasmid	2001.0	98.301	100.0	0.26755852842809363	CP019270.1	enterobacteria	Escherichia coli strain 13C1079T plasmid p13C1079T-3, complete sequence	False	True
ENG0005_000000012080	1981	0.7894628692915814	3	2	0	1	1	True	86109	backbone	False	ISR0318_000000002170	0.997626208043227	PS148|PS435	0	0	True	True	1.0	43	Col(MG828)			MOBP	mobilizable	plasmid	1981.0	98.536	100.0	0.2648829431438127	CP019270.1	enterobacteria	Escherichia coli strain 13C1079T plasmid p13C1079T-3, complete sequence	False	True
MAD0068_000000014165	1979	0.7894628692915814	2	2	0	1	1	True	86109	backbone	False	ISR0318_000000002170	0.9973822809716587	PS148|PS435	0	0	True	True	1.0	40	Col(MG828)			MOBP	mobilizable	plasmid	1979.0	98.535	100.0	0.26461538461538464	CP019270.1	enterobacteria	Escherichia coli strain 13C1079T plasmid p13C1079T-3, complete sequence	False	True
CHI0056_000000010031	1974	0.7894628692915814	4	2	0	1	1	True	86109	backbone	False	ISR0318_000000002170	0.9977015632027832	PS148|PS435	0	0	True	True	0.9974671006202698	32	Col(MG828)			MOBP	mobilizable	plasmid	1974.0	98.632	100.0	0.2639464882943144	CP019270.1	enterobacteria	Escherichia coli strain 13C1079T plasmid p13C1079T-3, complete sequence	False	True
ISR0152_000000012240	1921	0.7894628692915814	4	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9976793885020698	PS100	0	0	True	True	1.0	86	Col(MG828)				non-mobilizable	plasmid	1822.0	99.726	100.0	0.9994511525795828	CP054352.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-7, complete sequence	False	True
ETH0003_000000021069	1921	0.7894628692915814	4	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9952039807385488	PS100	0	0	True	True	0.9958354830741882	47	Col(MG828)				non-mobilizable	plasmid	1822.0	99.561	100.0	0.9994511525795828	CP054352.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-7, complete sequence	False	True
ISR0153_000000014937	1916	0.7894628692915814	4	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9960148265095258	PS100	0	0	True	True	1.0	209	Col(MG828)				non-mobilizable	plasmid	1822.0	99.506	100.0	0.9994511525795828	CP054352.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-7, complete sequence	False	True
ISR0169_000000016551	1905	0.7894628692915814	4	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9975939926017943	PS100	0	0	True	True	1.0	55	Col(MG828)				non-mobilizable	plasmid	1822.0	99.835	100.0	0.9994511525795828	CP054352.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-7, complete sequence	False	True
USA0061_01_000000005711	1902	0.7894628692915814	2	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9948700648440769	PS100	0	0	True	True	1.0	11	Col(MG828)				non-mobilizable	plasmid	1822.0	99.45100000000001	100.0	0.9994511525795828	CP048320.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_J, complete sequence	False	True
ISR0190_000000012046	1902	0.7894628692915814	4	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9969160013709367	PS100	0	0	True	True	1.0	107	Col(MG828)				non-mobilizable	plasmid	1822.0	99.726	100.0	0.9994511525795828	CP054352.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-7, complete sequence	False	True
ENG0139_000000010816	1901	0.7894628692915814	2	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9960337007865095	PS100	0	0	True	True	1.0	225	Col(MG828)				non-mobilizable	plasmid	1822.0	99.506	100.0	0.9994511525795828	CP054386.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-7, complete sequence	False	True
ENG0096_000000017278	1901	0.7894628692915814	4	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9956212572459785	PS100	0	0	True	True	1.0	23	Col(MG828)				non-mobilizable	plasmid	1822.0	99.561	100.0	0.9994511525795828	CP054352.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-7, complete sequence	False	True
ENG0066_000000010569	1901	0.7894628692915814	3	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9958532378972229	PS100	0	0	True	True	1.0	45	Col(MG828)				non-mobilizable	plasmid	1822.0	99.671	100.0	0.9994511525795828	CP054352.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-7, complete sequence	False	True
ENG0136_000000006011	1895	0.7894628692915814	2	2	0	1	1	True	62766	maximal	True	ENG0136_000000006011	0.9981271768855198	PS100	14	5	True	True	0.9978891611099243	5	Col(MG828)				non-mobilizable	plasmid	1786.0	99.664	100.0	0.9796926454445664	CP054386.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-7, complete sequence	False	True
ISR0353_000000019688	1881	0.7894628692915814	2	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9972363469674745	PS100	0	0	True	True	1.0	8	Col(MG828)				non-mobilizable	plasmid	1781.0	99.551	100.0	0.9769484083424808	CP054386.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-7, complete sequence	False	True
ISR0392_000000018116	1881	0.7894628692915814	2	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9969038243849657	PS100	0	0	True	True	0.9994683861732483	16	Col(MG828)				non-mobilizable	plasmid	1697.0	99.941	100.0	0.9308452250274424	CP048320.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_J, complete sequence	False	True
ISR0170_000000025222	1852	0.7894628692915814	3	2	0	1	1	True	62766	maximal	False	ENG0136_000000006011	0.9977742357463094	PS100	0	0	True	True	1.0	3	Col(MG828)				non-mobilizable	plasmid	1800.0	99.889	100.0	0.9873765093304061	CP048320.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_J, complete sequence	False	True
ISR0135_000000012352	1635	0.7894628692915814	3	2	0	1	1	True	43216	backbone	True	ISR0135_000000012352	1.0	PS148	5	4	True	True	1.0	3	Col(MG828)			MOBP	mobilizable	plasmid	1635.0	98.59299999999999	100.0	0.2185953177257525	CP019270.1	enterobacteria	Escherichia coli strain 13C1079T plasmid p13C1079T-3, complete sequence	False	True
FIJ0005_000000022356	1601	0.7894628692915814	3	2	0	1	1	True	51886	fragment	False	FIJ0005_000000022356	1.0		0	0	False	False	1.0	0	Col(MG828)				non-mobilizable	plasmid	1601.0	99.625	100.0	0.8781558726673985	CP054386.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-7, complete sequence	False	True
ISR0221_000000014837	1509	0.7894628692915814	2	2	0	1	1	True	31826	backbone	True	ISR0221_000000014837	0.9894986449864498	PS100	10	3	True	True	0.9980119466781616	1					non-mobilizable	plasmid	1420.0	99.57700000000001	100.0	0.778814489571899	CP048320.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_J, complete sequence	False	True
ISR0324_000000020875	1476	0.7894628692915814	2	2	0	1	1	True	31826	backbone	False	ISR0221_000000014837	0.9787939032471835	PS100	0	0	False	True	1.0	0					non-mobilizable	plasmid	1442.0	99.65299999999999	100.0	0.7908891328210758	CP048320.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_J, complete sequence	False	True
MAD0008_000000010296	1419	0.7894628692915814	2	2	0	1	1	True	31825	fragment	False	MAD0008_000000010296	0.9953068592057761		0	0	False	False	0.9887244701385498	0					non-mobilizable	plasmid	1419.0	99.648	100.0	0.7782656421514819	CP054386.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-7, complete sequence	False	True
ISR0128_000000025399	1385	0.7894628692915814	2	2	0	1	1	True	31825	fragment	False	MAD0008_000000010296	0.9834390415785765		0	0	False	False	1.0	0					non-mobilizable	plasmid	1380.0	99.565	99.0	0.756860592755214	CP054386.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-7, complete sequence	False	True
SPA0019_000000021598	1350	0.7894628692915814	3	2	0	1	1	True	29441	fragment	False	SPA0019_000000021598	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	plasmid	1211.0	99.917	90.0	0.6641053787047201	CP048320.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_J, complete sequence	False	True
FIJ0141_000000022249	1347	0.7894628692915814	3	2	0	1	1	True	43217	fragment	False	FIJ0141_000000022249	1.0		0	0	False	False	0.9970304369926453	0					non-mobilizable	plasmid	1347.0	99.70299999999999	100.0	0.180066889632107	CP019270.1	enterobacteria	Escherichia coli strain 13C1079T plasmid p13C1079T-3, complete sequence	False	True
ISR0183_000000025168	1213	0.7894628692915814	2	2	0	1	1	True	29440	fragment	False	ISR0183_000000025168	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1213.0	100.0	100.0	0.6652030735455543	CP048320.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_J, complete sequence	False	True
SPA0134_000000020738	1209	0.7894628692915814	2	2	0	1	1	True	43214	fragment	False	SPA0134_000000020738	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1209.0	99.835	100.0	0.16160535117056857	CP019270.1	enterobacteria	Escherichia coli strain 13C1079T plasmid p13C1079T-3, complete sequence	False	True
FIJ0093_000000016333	1163	0.7894628692915814	2	2	0	1	1	True	43214	fragment	False	SPA0134_000000020738	0.9809760132340777		0	0	False	False	0.9991401433944702	0					non-mobilizable	plasmid	1163.0	99.82799999999999	100.0	0.15545150501672242	CP019270.1	enterobacteria	Escherichia coli strain 13C1079T plasmid p13C1079T-3, complete sequence	False	True
SPA0047_000000025138	1545	0.7894570054010649	1	1	1	1	1	False	56818	fragment	False	ISR0049_000000017620	0.9565389772804082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1174.0	73.765	82.0	0.00025452577260923323	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
DEN0035_000000022772	1530	0.7894570054010649	2	1	1	1	1	False	73407	maximal	True	DEN0035_000000022772	1.0		1	1	False	False	0.9888888597488403	0					non-mobilizable	no_good_hit	1308.0	81.575	85.0	0.0029363181770038736	NZ_OUNG01000003.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	False
MAD0041_000000024464	1499	0.7894570054010649	2	1	1	1	1	False	18229	maximal	True	MAD0041_000000024464	1.0		1	1	False	False	0.9873248934745789	0					non-mobilizable	no_good_hit	1164.0	72.251	76.0	0.05868158948557347	NZ_FQXH01000030.1	firmicutes	Tepidibacter thalassicus DSM 15285, whole genome shotgun sequence	True	False
MAD0061_000000013963	1335	0.7894570054010649	1	1	1	1	1	False	16811	fragment	False	MAD0061_000000013963	1.0		0	0	False	False	0.9760299921035767	0					non-mobilizable	chromosome	1312.0	76.296	97.0	0.0005317360174984263	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	False	False
AUS0004_000000015389	1293	0.7894570054010649	1	1	1	1	1	False	102321	fragment	False	MON0043_000000020503	0.7823250649503307		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	99.149	100.0	0.00038663175808821966	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0161_000000008025	2068	0.7894525192571359	3	3	3	3	2	False	48686	fragment	False	FIJ0110_000000007930	0.9785215754700632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.663	42.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MAD0050_000000002297	8278	0.7894522727792498	9	8	6	8	8	True	98722	fragment	False	MAD0050_000000002297	1.0		0	0	False	False	0.9951679110527039	0			MPF_T		non-mobilizable	plasmid	8259.0	99.855	99.0	0.09660852373097487	CP061532.1	enterobacteria	Escherichia coli strain WEM25 plasmid p2, complete sequence	False	True
FIJ0064_000000012712	2104	0.7894522686952163	3	3	3	3	2	False	52035	fragment	False	FIJ0115_000000011264	0.9880952908342132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	39.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0004_000000012531	2101	0.7894522686952163	3	3	3	3	2	False	52035	fragment	False	FIJ0115_000000011264	0.9860657215251157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	39.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0040_000000011705	2100	0.7894522686952163	3	3	3	3	2	False	52035	fragment	False	FIJ0115_000000011264	0.9872182991798498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	39.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0109_000000012200	2100	0.7894522686952163	3	3	3	3	2	False	52035	fragment	False	FIJ0115_000000011264	0.9863959081761368		0	0	False	False	0.9995238184928894	0					non-mobilizable	no_good_hit	827.0	79.081	39.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0159_000000011637	2099	0.7894522686952163	3	3	3	3	2	False	52035	fragment	False	FIJ0115_000000011264	0.9868047182295766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	39.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0161_000000007885	2099	0.7894522686952163	3	3	3	3	2	False	52035	fragment	False	FIJ0115_000000011264	0.9868047182295766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	39.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0814_000000021361	1906	0.7894458654009164	3	1	1	1	1	False	21527	fragment	False	ISR0814_000000021361	1.0		0	0	False	False	0.9968520402908325	0					non-mobilizable	no_good_hit								True	False
ISR0328_000000002927	7865	0.7894455110674444	17	3	2	3	2	True	88423	fragment	False	ISR0328_000000002927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	98.089	2.0	0.000510010592527691	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
DEN0026_000000007627	3874	0.7894432249965828	4	4	2	3	4	False	74212	fragment	False	DEN0026_000000007627	0.9931895922926008		0	0	False	False	0.9992256164550781	0					non-mobilizable	plasmid	3874.0	99.92299999999999	100.0	0.11165902471378723	CP044138.1	enterobacteria	Escherichia coli O157 strain AR-0430 plasmid pAR-0430-2, complete sequence	False	True
ISR0293_000000009686	3794	0.7894432249965828	4	4	2	3	4	False	74212	fragment	False	DEN0026_000000007627	0.9864036547768285		0	0	False	False	0.9997364282608032	0					non-mobilizable	plasmid	3794.0	99.947	100.0	0.1181546321101489	CP048333.1	enterobacteria	Escherichia coli strain 10 plasmid p010_C, complete sequence	False	True
SPA0010_000000020013	1311	0.7894407199343835	2	2	1	2	2	False	69478	fragment	False	ISR0224_000000020586	0.6139860139860139		0	0	False	False	0.9977116584777832	0					non-mobilizable	chromosome	1312.0	95.73200000000001	100.0	0.00045696447319072046	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0097_000000000037	63592	0.7894385556381052	63	18	12	14	9	True	70867	fragment	False	SPA0097_000000000037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	98.189	2.0	0.0027136920741861717	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	True	True
DEN0011_000000005882	6210	0.7894319982243976	8	5	4	5	2	True	124783	maximal	True	DEN0011_000000005882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	78.065	2.0	0.0010688235718928289	NZ_BBAB01000008.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
SPA0144_000000010161	1778	0.7894294634098149	3	2	1	2	1	False	35629	fragment	False	SPA0144_000000010161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0009_01_000000014863	1693	0.7894294634098149	4	2	1	2	1	False	2092	fragment	False	USA0009_01_000000014863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0258_000000018307	1527	0.7894294634098149	2	2	1	2	1	False	26777	fragment	False	ISR0258_000000018307	1.0		0	0	False	False	0.9993451237678528	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	1.1052876269267408e-05	CP042289.1	firmicutes	Enterococcus hirae strain HDC14-2 complete genome	True	False
ISR0099_000000013585	1437	0.7894225170087319	3	2	2	2	1	False	33201	fragment	False	ISR0099_000000013585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	82.48299999999999	81.0	0.00021786374927525913	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
USA0125_01_000000008274	2939	0.7894163421538073	3	2	2	1	0	True	151	maximal	True	USA0125_01_000000008274	1.0		5	4	False	False	0.9993194937705994	0					non-mobilizable	no_good_hit								True	True
CAN0009_000000000443	25770	0.7894144990982401	30	23	5	14	19	True	115130	fragment	False	CAN0009_000000000443	0.9926598607154162		0	0	False	False	0.9999223947525024	0					non-mobilizable	other	25100.0	99.75299999999999	97.0	0.011020039949895734	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
DEN0016_000000000019	25272	0.7894144990982401	29	23	5	14	19	True	115130	fragment	False	CAN0009_000000000443	0.9831393092743501		0	0	False	False	0.9997625946998596	0					non-mobilizable	other	24938.0	99.759	99.0	0.010948889080186151	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
AUS0016_000000004675	5209	0.7894098640525716	5	5	5	5	5	False	100627	maximal	True	AUS0016_000000004675	1.0		5	2	False	False	0.9969283938407898	0					non-mobilizable	no_good_hit	687.0	74.964	19.0	0.011180144860123597	NZ_DS483463.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_3, whole genome shotgun sequence	True	False
MON0037_000000034205	2089	0.7894053018333965	2	2	2	2	2	False	87768	fragment	False	MON0037_000000034205	0.9846232701178883		0	0	False	False	1.0	0					non-mobilizable	other	2090.0	98.9	100.0	0.0006286568151005294	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0070_000000021343	1594	0.7894050386531832	2	2	2	2	1	False	70581	maximal	True	DEN0070_000000021343	1.0		1	1	False	False	0.998745322227478	0					non-mobilizable	other	1609.0	79.988	100.0	0.001613339369430409	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
TAN0017_000000003757	7924	0.7893963655622946	8	8	8	7	5	False	2500	maximal	True	TAN0017_000000003757	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1932.0	75.88	48.0	0.010967448658415186	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
MAD0014_000000001184	14987	0.7893902710050571	12	7	5	7	3	False	89120	maximal	False	ISR0104_000000001410	0.9423297053592508		0	0	False	False	0.9998665452003479	0					non-mobilizable	no_good_hit	3051.0	96.821	75.0	0.02431513182757484	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0114_000000020799	1905	0.7893888178462048	3	3	3	3	3	False	70154	fragment	False	FIJ0114_000000020799	0.954868211457749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	74.946	24.0	0.0008228065182331006	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0300_000000004506	2073	0.7893753524313059	3	3	3	3	3	False	66674	fragment	False	ISR0300_000000004506	0.9337585868498528		0	0	False	False	1.0	0					non-mobilizable	chromosome	2077.0	91.478	100.0	0.000650252646635439	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0251_000000003310	3779	0.7893740933692264	6	3	2	3	3	False	27004	fragment	False	ISR0251_000000003310	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	80.357	4.0	0.0012507001619004505	NZ_FQXP01000012.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
TAN0024_000000004209	2000	0.7893699043704422	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9921998763082197		0	0	False	False	1.0	0					non-mobilizable	chromosome	1761.0	84.554	97.0	0.00046469083254617764	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0021_000000020341	1485	0.7893691733027262	2	2	2	2	1	False	13059	fragment	False	MON0021_000000020341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	5.103116983853738e-05	NZ_FOMO01000003.1	g-proteobacteria	Pseudomonas straminea strain JCM 2783, whole genome shotgun sequence	True	False
ISR0346_000000000937	14263	0.7893680818732377	11	7	4	7	3	True	102617	fragment	False	ISR0346_000000000937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	239.0	72.803	2.0	0.0015273177207521878	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	True
ISR0394_000000000712	16692	0.7893675181269421	21	14	6	10	13	False	22765	maximal	True	ISR0394_000000000712	1.0		1	1	False	False	0.9980829358100891	0					non-mobilizable	no_good_hit	1035.0	78.454	8.0	0.0003208711557318841	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0055_000000018392	1688	0.789363513386308	2	2	2	2	2	True	113050	fragment	False	ENG0112_000000013698	0.8640905483770558		0	0	False	False	0.9970378875732422	0					non-mobilizable	other	1608.0	99.06700000000001	100.0	0.00623223309404971	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0320_000000017549	1495	0.789363513386308	2	2	2	2	2	True	113050	fragment	False	ENG0112_000000013698	0.3865480997488785		0	0	False	False	0.9959866404533386	0					non-mobilizable	other	1495.0	98.26100000000001	100.0	0.0057939989063536205	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ENG0003_000000010975	2074	0.7893608148801398	2	2	2	2	1	False	77268	fragment	False	MON0069_000000023620	0.9658823529411764		0	0	False	False	0.9956605434417725	0					non-mobilizable	other	2056.0	99.27	99.0	0.010748863654195195	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0189_000000012594	1334	0.7893598952630664	2	2	2	1	1	False	102620	fragment	False	ISR0189_000000012594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0005_000000017075	2118	0.7893407107077649	3	2	2	2	2	False	78874	fragment	False	DEN0005_000000017075	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1056.0	95.17	99.0	0.00023824327149415863	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0107_000000024484	1354	0.7893391364500234	2	2	1	2	1	False	31889	fragment	False	SPA0107_000000024484	0.9992248062015504		0	0	False	False	1.0	0					non-mobilizable	other	944.0	88.45299999999999	100.0	0.005291428571428571	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0127_000000020164	1290	0.7893391364500234	2	2	1	2	1	False	31889	fragment	False	SPA0107_000000024484	0.9756277695716395		0	0	False	False	0.9968992471694946	0					non-mobilizable	other	929.0	88.375	100.0	0.005205714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0031_000000015690	2192	0.7893383537695341	4	3	2	2	2	True	73786	fragment	False	DEN0031_000000015690	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2192.0	99.316	100.0	0.0006550170690093816	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0078_000000003588	4650	0.7893250823641126	6	6	4	5	5	True	34436	maximal	True	ISR0078_000000003588	1.0		5	1	False	False	0.9916129112243652	0					non-mobilizable	no_good_hit	3424.0	98.45200000000001	74.0	0.0008067779720151984	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
MAD0052_000000000978	12559	0.7893243387824664	20	10	3	10	4	True	17304	maximal	True	MAD0052_000000000978	1.0		5	5	False	False	0.9990445375442505	0					non-mobilizable	no_good_hit	338.0	88.462	5.0	0.006973296866192037	NZ_CABLCC010000018.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	True
ISR0393_000000014467	1256	0.7893187087823647	4	3	3	1	0	True	22770	fragment	False	SPA0120_000000030224	0.9718844984802432		0	0	False	False	0.9880573153495789	0					non-mobilizable	other	849.0	98.94	100.0	0.00027213486593185974	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0168_000000010092	2126	0.7893149677705696	3	3	3	2	1	False	131762	fragment	False	FIJ0168_000000010092	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	93.189	100.0	0.00035001068928696533	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0142_000000001395	13014	0.7893072376233143	12	8	7	8	5	True	131002	maximal	True	ENG0142_000000001395	1.0		3	2	False	False	0.9999231696128845	0					non-mobilizable	no_good_hit	2316.0	86.26899999999999	57.0	0.004803057898071459	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0206_000000001522	12305	0.7892988128555369	15	10	5	8	6	True	126165	maximal	False	SPA0132_000000002484	0.9086643586340047		0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1599.0	74.171	13.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0065_000000003504	3448	0.7892977572177504	5	4	2	3	4	False	16639	fragment	False	MAD0065_000000003504	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3459.0	92.59899999999999	99.0	0.053981191222570536	CP057913.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_3, complete sequence	False	True
SPA0046_000000006397	4197	0.789295919039446	4	3	3	2	2	False	6735	maximal	True	SPA0046_000000006397	1.0		1	1	False	False	0.9973790645599365	0					non-mobilizable	no_good_hit	73.0	91.781	2.0	0.000525528265391774	NZ_DS544172.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_5, whole genome shotgun sequence	True	False
ISR0199_000000012569	2393	0.789288193611149	5	3	2	3	2	False	28812	fragment	False	ISR0199_000000012569	1.0		0	0	False	False	0.9933138489723206	0					non-mobilizable	no_good_hit								True	False
ISR0062_000000009928	3435	0.7892748185780109	3	3	3	3	2	True	121150	fragment	False	ISR0062_000000009928	0.993686965792823		0	0	False	False	1.0	0					non-mobilizable	virus	3206.0	99.75	93.0	0.2402008543805741	MK232331.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_1-CL12_c1 sequence	False	True
AST0093_000000005481	3488	0.7892614093649494	4	4	1	2	4	True	109563	maximal	True	AST0093_000000005481	1.0		1	1	False	False	0.9991399049758911	0					non-mobilizable	no_good_hit	2138.0	95.182	71.0	0.046906626771099184	CP014928.1	firmicutes	Lactobacillus paracollinoides strain TMW 1.1995 plasmid pL11995-4, complete sequence	True	True
ISR0291_000000010386	1446	0.7892589061766547	2	2	2	2	1	False	117885	fragment	False	ISR0122_000000008533	0.28288175689616024		0	0	False	False	0.9979252815246582	0					non-mobilizable	chromosome	1449.0	90.476	100.0	0.00045577572808281377	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0153_000000013546	1395	0.7892550045693368	3	3	2	2	3	False	3219	maximal	True	SPA0153_000000013546	1.0		33	8	False	False	1.0	0					non-mobilizable	chromosome	1395.0	99.713	100.0	0.00019675848164556713	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0003_000000009027	1432	0.7892535870273735	5	1	1	1	1	False	90933	maximal	True	CHI0003_000000009027	1.0		2	1	False	False	0.9797486066818237	0					non-mobilizable	no_good_hit								True	False
AST0002_000000022820	1641	0.7892454608388284	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.5396013416904242		0	0	False	False	0.9987812042236328	0					non-mobilizable	chromosome	1641.0	100.0	100.0	0.0006931902092800416	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0087_000000021248	1518	0.7892386946787219	2	2	2	2	2	False	43719	maximal	True	FIJ0087_000000021248	0.9662251655629139		315	13	False	False	0.9815546870231628	0					non-mobilizable	other	1520.0	96.97399999999999	99.0	0.06768695341781189	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0007_000000005191	3256	0.789235583291016	4	2	1	1	2	False	51598	fragment	False	FIJ0007_000000005191	1.0		0	0	False	False	0.9984643459320068	0					non-mobilizable	no_good_hit	1535.0	76.612	46.0	0.13388324873096447	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
CHI0181_000000014970	1399	0.7892345713270881	2	2	2	2	2	False	77415	maximal	True	CHI0181_000000014970	1.0		8	2	False	False	0.9985703825950623	0					non-mobilizable	no_good_hit	466.0	72.318	33.0	7.092861281828059e-05	CP010086.2	firmicutes	Clostridium beijerinckii strain NCIMB 14988, complete genome	True	False
ISR0244_000000003821	5215	0.7892236358025252	6	5	5	5	3	False	112852	maximal	True	ISR0244_000000003821	1.0	PS721	0	0	False	True	0.997698962688446	0					non-mobilizable	no_good_hit	2286.0	74.322	43.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0058_000000025578	1616	0.7892150902019026	2	2	1	2	1	False	45991	maximal	True	FIJ0058_000000025578	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	74.265	8.0	4.1064976614740214e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0107_000000026254	2262	0.7892076070724027	3	1	1	1	1	False	13331	fragment	False	MON0107_000000026254	1.0		0	0	False	False	0.993810772895813	0					non-mobilizable	no_good_hit	68.0	86.765	3.0	0.0002470036976822205	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0299_000000011008	1219	0.7892029339180764	2	2	2	2	2	False	25605	fragment	False	ISR0299_000000011008	1.0		0	0	False	False	0.9483183026313782	0					non-mobilizable	other	1127.0	98.225	92.0	0.0018694536911748835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0049_000000003781	4214	0.7891992659937328	7	3	1	3	0	True	17487	maximal	True	MAD0049_000000003781	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	88.429	40.0	0.02303902456314465	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CAN0020_000000004212	8078	0.7891982742254686	16	7	6	6	5	False	92000	maximal	True	CAN0020_000000004212	1.0		5	2	False	False	0.999504804611206	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.455218666114482e-07	LR606198.1	hawks & eagles	Aquila chrysaetos chrysaetos genome assembly, chromosome: 18	True	False
ISR0293_000000013618	2661	0.7891959595248556	2	2	2	2	2	False	25831	fragment	False	ISR0293_000000013618	1.0		0	0	False	False	0.9996241927146912	0					non-mobilizable	other	2070.0	99.95200000000001	100.0	0.0005594282313604813	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0051_000000014174	2791	0.7891813792560021	8	2	1	1	2	False	113731	fragment	False	ISR0051_000000014174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1749.0	98.17	71.0	0.0007677266682243729	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MAD0042_000000010671	2149	0.7891813635255425	3	3	3	3	3	False	18135	maximal	True	MAD0042_000000010671	1.0		7	3	False	False	0.9953466653823853	0					non-mobilizable	no_good_hit	307.0	74.267	14.0	6.562480497530384e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
SPA0079_000000015622	1659	0.7891685769551121	2	2	2	2	2	False	117153	fragment	False	SPA0079_000000015622	1.0		0	0	False	False	0.998794436454773	0					non-mobilizable	no_good_hit	1217.0	70.337	89.0	0.0018068942783715976	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ENG0046_000000013902	1362	0.7891677331953568	2	2	1	1	2	False	125731	maximal	True	ENG0046_000000013902	0.9837592918529937		148	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0158_000000008568	2132	0.7891669767524369	3	2	2	2	1	False	83001	fragment	False	FIJ0158_000000008568	0.974112426035503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	836.0	91.986	39.0	0.0020286596947744944	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0060_000000006927	2179	0.7891638639447653	2	2	2	1	2	False	67276	maximal	True	SPA0060_000000006927	0.9977272727272728		4	2	False	False	0.9990821480751038	0					non-mobilizable	no_good_hit	95.0	82.105	4.0	1.9944793668964894e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
ISR0213_000000014530	1820	0.7891611806031343	3	3	3	3	3	False	71395	fragment	False	ISR0213_000000014530	0.9552697902230655		0	0	False	False	0.9967032670974731	0					non-mobilizable	other	1820.0	99.34100000000001	100.0	0.006977689805437918	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0056_000000002813	4158	0.7891575526034897	7	6	2	5	5	False	18656	fragment	False	MAD0056_000000002813	0.9930368922550696		0	0	False	False	0.9968734979629517	0					non-mobilizable	plasmid	3940.0	96.421	100.0	0.0333884858512579	MT468575.1	enterobacteria	Enterobacter roggenkampii strain YK16 mcr-10-harboring plasmid pYK16-mcr-10, complete sequence	False	True
SPA0014_000000006622	3258	0.7891571447942285	6	5	3	4	3	False	94943	maximal	True	SPA0014_000000006622	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2509.0	94.93799999999999	89.0	0.0007780568675262521	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0332_000000006686	2101	0.7891529387852376	3	3	3	3	3	False	24571	maximal	True	ISR0332_000000006686	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	71.125	15.0	0.0014075914062840458	NZ_AUHB01000010.1	a-proteobacteria	Pleomorphomonas oryzae DSM 16300 G522DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	False
FIJ0136_000000009724	2756	0.7891517521127515	3	2	2	2	2	False	53184	fragment	False	FIJ0136_000000009724	1.0		0	0	False	False	0.9956458806991577	0					non-mobilizable	no_good_hit								True	False
ISR0188_000000017246	1190	0.7891506732234036	2	2	2	2	2	False	45752	fragment	False	FIJ0061_000000025186	0.9400354817275085		0	0	False	False	0.9932773113250732	0					non-mobilizable	chromosome	1193.0	92.288	100.0	0.0004206236875358827	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0086_000000012385	2531	0.7891471101626065	5	3	2	3	2	False	43848	maximal	True	FIJ0086_000000012385	1.0		2	1	False	False	0.9984195828437805	0					non-mobilizable	no_good_hit								True	False
FIJ0148_000000002436	7081	0.7891409666588086	8	6	5	5	5	True	74284	maximal	True	FIJ0148_000000002436	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1769.0	99.774	25.0	0.023359670216420474	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	True
SPA0143_000000009525	2069	0.7891294551716171	3	3	3	3	2	False	21130	fragment	False	SPA0143_000000009525	0.9736417982100198		0	0	False	False	0.9985499978065491	0					non-mobilizable	no_good_hit	940.0	91.70200000000001	45.0	0.0003190711800570658	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0009_000000025355	1468	0.7891236334072171	2	1	1	1	1	False	96370	fragment	False	SPA0009_000000025355	0.9826154495148763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	94.322	27.0	8.844229881686035e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0020_000000029785	1188	0.789123200228833	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.1625015434533038		0	0	False	False	0.9983165264129639	0					non-mobilizable	other	1192.0	78.523	100.0	0.027584410664393617	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0295_000000008792	3741	0.7891181323462182	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.29587603293514175		0	0	False	False	0.9989307522773743	0					non-mobilizable	chromosome	3748.0	91.809	100.0	0.0012561693499390932	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0161_000000005497	5198	0.7891156355999109	2	2	2	2	1	False	38253	fragment	False	ISR0161_000000005497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	73.047	5.0	0.0018248447019916876	NZ_LOQF01000003.1	fusobacteria	Sneathia sanguinegens strain CCUG41628 contig_19, whole genome shotgun sequence	True	False
MON0033_000000025525	2496	0.7891147717537034	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5763400815903341		0	0	False	False	1.0	0					non-mobilizable	other	2499.0	96.679	100.0	0.0006640069131236774	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0294_000000009578	2003	0.7891127499150856	3	3	1	3	1	False	25768	maximal	True	ISR0294_000000009578	1.0		7	3	False	False	0.9950075149536133	0					non-mobilizable	no_good_hit	158.0	78.48100000000001	8.0	1.850768403730516e-05	NC_009142.1	high GC Gram+	Saccharopolyspora erythraea NRRL 2338, complete genome	True	False
USA0083_01_000000011196	2699	0.7891121578552776	4	4	3	3	3	False	115826	fragment	False	USA0083_01_000000011196	1.0		0	0	False	False	0.9970359206199646	0					non-mobilizable	no_good_hit	507.0	79.29	19.0	0.0017983981203839	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MAD0098_000000027345	1652	0.789110671453516	3	3	3	2	2	False	15295	fragment	False	MAD0098_000000027345	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1652.0	100.0	100.0	0.00034021119057843735	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
SPA0032_000000005927	4278	0.7891039812958205	6	2	2	2	2	False	14978	fragment	False	SPA0032_000000005927	1.0		0	0	False	False	0.9988312125205994	0					non-mobilizable	no_good_hit	255.0	92.54899999999999	22.0	7.163796541409282e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0212_000000026407	1362	0.7890991129567076	2	2	0	2	1	True	28324	fragment	False	ISR0212_000000026407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0001_000000019921	1183	0.7890935049778602	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18198205654741045		0	0	False	False	0.9839391112327576	0					non-mobilizable	chromosome	1183.0	100.0	100.0	0.000397854279643089	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0083_01_000000013672	2146	0.7890849051600715	3	3	3	3	3	False	62387	maximal	True	USA0083_01_000000013672	1.0		40	8	False	False	1.0	0					non-mobilizable	other	2121.0	85.62	99.0	0.003817145042491896	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0110_000000016138	1454	0.7890847902919916	2	1	1	1	1	False	32700	fragment	False	ISR0110_000000016138	0.9693856526410395		0	0	False	False	0.9903714060783386	0					non-mobilizable	other	1454.0	98.693	100.0	0.003827148787323261	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
CHI0142_000000003401	5037	0.78908305813284	6	4	1	1	4	False	103239	fragment	False	CHI0142_000000003401	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1808.0	93.695	98.0	0.003912247677374023	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
USA0084_01_000000028128	1113	0.7890799006855407	2	2	2	2	1	False	452	fragment	False	USA0084_01_000000028128	1.0		0	0	False	False	0.9964061379432678	0					non-mobilizable	no_good_hit	693.0	82.395	62.0	0.39675174013921116	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
ISR0086_000000013764	1995	0.789078033342925	3	3	3	2	2	False	127442	fragment	False	ISR0086_000000013764	1.0		0	0	False	True	0.999498724937439	0					non-mobilizable	other	1027.0	100.0	100.0	0.00043223513591393717	CP015900.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2, complete genome	False	True
ISR0308_000000008042	2106	0.7890706808090079	3	2	2	2	2	False	25418	maximal	True	ISR0308_000000008042	1.0		21	5	False	False	0.9729344844818115	0					non-mobilizable	no_good_hit	802.0	99.875	38.0	0.5108418367346939	GQ874585.1		Uncultured organism clone 1041059766931 genomic sequence	True	False
SPA0095_000000004742	4395	0.7890669431809956	5	5	3	4	5	False	90621	fragment	False	SPA0095_000000004742	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4318.0	99.56	98.0	0.0018960389168905137	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0033_000000003996	6523	0.7890615982410117	7	5	3	3	5	False	96721	fragment	False	ENG0033_000000003996	1.0		0	0	False	False	0.9996933937072754	0					non-mobilizable	no_good_hit	5224.0	92.78299999999999	80.0	0.002606318511405953	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0125_000000002521	8750	0.7890598416668947	7	7	7	7	5	False	62408	maximal	True	ENG0125_000000002521	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	77.778	2.0	6.951582755416853e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0095_000000000184	58210	0.7890593924345221	66	24	16	23	15	True	98442	fragment	False	FIJ0095_000000000184	1.0		0	0	False	False	0.9999828338623047	0					non-mobilizable	no_good_hit	876.0	78.767	2.0	0.00025082563437983364	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
ISR0398_000000011998	1930	0.7890497878634016	3	1	1	1	1	False	22617	maximal	True	ISR0398_000000011998	1.0		1	1	False	False	0.9891191720962524	0					non-mobilizable	no_good_hit	994.0	99.598	65.0	0.0010652014872057824	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	True	False
ISR0852_000000001696	4643	0.7890390754818962	3	3	3	3	3	False	20541	maximal	True	ISR0852_000000001696	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2123.0	96.42	57.0	0.0005168350180732891	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0084_000000001707	8604	0.7890341855815959	8	6	3	5	5	False	113362	maximal	True	FIJ0084_000000001707	0.9861278686009101		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1297.0	88.82	15.0	0.2067346608385948	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0020_000000010919	2774	0.7890290235704618	4	3	2	3	1	False	113398	fragment	False	FIJ0147_000000006739	0.9595634274389024		0	0	False	False	1.0	0					non-mobilizable	chromosome	1364.0	97.06700000000001	97.0	0.00038147738382082486	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0083_000000010123	2757	0.7890290235704618	4	3	2	3	1	False	113398	fragment	False	FIJ0147_000000006739	0.9585407641810268		0	0	False	False	0.9992745518684387	0					non-mobilizable	chromosome	1370.0	97.08	97.0	0.00038315666797557535	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0043_000000015538	1683	0.7890189671969994	2	2	2	1	1	False	18024	maximal	True	MAD0043_000000015538	1.0		8	1	False	False	0.9994058012962341	0					non-mobilizable	other	1598.0	91.48899999999999	95.0	0.01544435276416056	NZ_CABKQR010000005.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
AST0106_000000016342	1170	0.78901418269375	2	2	2	2	2	False	107344	fragment	False	AST0106_000000016342	1.0		0	0	False	False	0.9948717951774597	0					non-mobilizable	other	600.0	98.667	96.0	0.00017003983303734858	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0061_000000003879	8789	0.7890098933670947	10	7	4	7	5	True	67087	fragment	False	MON0061_000000003879	1.0		0	0	False	False	0.9998862147331238	0					non-mobilizable	no_good_hit								True	True
DEN0053_000000001319	5648	0.7890022988470499	5	5	3	4	5	True	123503	fragment	False	ENG0155_000000003603	0.564995579668148		0	0	False	False	1.0	0					non-mobilizable	other	5648.0	99.98200000000001	100.0	0.000985672232127818	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
MAD0098_000000005154	7499	0.7890005331098184	15	4	4	3	2	True	126321	fragment	False	MAD0098_000000005154	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	1.0624461279836314e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
CHI0063_000000001622	7354	0.7889995565834109	12	11	7	6	9	True	123626	fragment	False	ISR0317_000000001658	0.6353057056930723		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	7281.0	99.54700000000001	99.0	0.07404958341386993	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0123_000000020574	1145	0.7889918660809141	2	2	2	1	1	False	32094	fragment	False	ISR0123_000000020574	1.0		0	0	False	False	0.9877729415893555	0					non-mobilizable	no_good_hit								True	False
USA0035_01_000000006547	3824	0.7889804747415992	4	4	3	4	4	False	126991	maximal	True	USA0035_01_000000006547	1.0		1	1	False	False	0.9997385144233704	0					non-mobilizable	no_good_hit	3400.0	97.206	89.0	0.001500758989321166	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ISR0398_000000014454	1583	0.7889771973683187	2	2	2	2	2	False	22612	fragment	False	ISR0398_000000014454	1.0		0	0	False	False	0.9829437732696533	0					non-mobilizable	no_good_hit	124.0	84.677	8.0	0.0017717981590584981	NZ_WVHK01000012.1	bacteria	Deinococcus xianganensis strain Y35 Scaffold12, whole genome shotgun sequence	True	False
ENG0101_000000011449	2799	0.7889731791243723	5	3	2	3	2	False	60503	maximal	True	ENG0101_000000011449	1.0		2	1	False	False	0.9949982166290283	0					non-mobilizable	no_good_hit	1195.0	81.423	42.0	0.00022454786944536107	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
AST0024_000000014812	2313	0.7889715023466327	3	2	2	2	2	False	121473	fragment	False	AST0024_000000014812	1.0		0	0	False	False	0.9896238446235657	0					non-mobilizable	no_good_hit	741.0	76.788	32.0	0.8480278422273781	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ENG0054_000000015544	1739	0.7889703307798503	3	3	2	3	1	False	63752	fragment	False	ENG0054_000000015544	1.0		0	0	False	False	0.9953996539115906	0					non-mobilizable	other	1603.0	99.626	92.0	0.0005648556145131928	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0258_000000002801	5274	0.7889702167626005	7	4	4	4	4	False	37389	fragment	False	ISR0258_000000002801	0.9728260869565217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1548.0	71.57600000000001	28.0	0.005655567059661779	NZ_CABFVD010000004.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	False
FIJ0081_000000010089	3333	0.7889675142448671	5	3	2	2	3	False	65325	maximal	True	FIJ0081_000000010089	0.9865460022035155		15	4	True	True	1.0	3					non-mobilizable	no_good_hit	48.0	97.917	3.0	5.7828218201862316e-05	NZ_JABXYR010000002.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig2, whole genome shotgun sequence	True	True
FIJ0048_000000009263	3333	0.7889675142448671	5	3	2	2	3	False	65325	maximal	False	FIJ0081_000000010089	0.9861932809672572		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	48.0	97.917	3.0	5.7828218201862316e-05	NZ_JABXYR010000002.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig2, whole genome shotgun sequence	True	True
FIJ0077_000000008910	3313	0.7889675142448671	5	3	2	2	3	False	65325	maximal	False	FIJ0081_000000010089	0.9851259247559353		0	0	True	True	0.9984908103942871	1					non-mobilizable	no_good_hit	48.0	97.917	3.0	5.7828218201862316e-05	NZ_JABXYR010000002.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig2, whole genome shotgun sequence	True	True
AST0025_000000018962	1953	0.7889645738668942	3	2	0	1	1	True	120293	maximal	True	AST0025_000000018962	1.0		1	1	False	False	0.997951865196228	0	rep_cluster_1825				non-mobilizable	no_good_hit	1355.0	94.31700000000001	69.0	0.19246088193456615	NZ_CP014880.1	firmicutes	Lactobacillus backii strain TMW 1.1989 plasmid pL11989-7, complete sequence	True	True
ETH0002_000000005739	4960	0.7889597080678235	5	4	1	3	3	False	126150	fragment	False	ETH0002_000000005739	1.0		0	0	False	False	0.9965725541114807	0					non-mobilizable	no_good_hit	1596.0	74.123	31.0	0.19579026030638935	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MAD0102_000000013642	1554	0.7889462791330397	2	2	2	2	2	False	14982	maximal	True	MAD0102_000000013642	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1554.0	98.391	100.0	0.00046757856027352594	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0050_000000036875	1136	0.7889442566763335	2	2	2	2	2	False	11289	fragment	False	MON0050_000000036875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	6.84798742405154e-06	CP040719.1	high GC Gram+	Rhodococcus pyridinivorans strain YF3 chromosome, complete genome	True	False
SPA0149_000000022679	1756	0.7889423885638911	4	4	3	3	2	True	57768	maximal	True	SPA0149_000000022679	1.0		1	1	False	False	0.9925968050956726	0					non-mobilizable	no_good_hit	1523.0	99.67200000000001	87.0	0.0002978478244192946	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
ENG0036_000000002659	7845	0.7889292480759872	8	7	3	6	6	False	108856	maximal	True	ENG0036_000000002659	1.0	PS677	7	4	True	True	1.0	40	rep_cluster_2401	MOBP,MOBP		MOBP	mobilizable	no_good_hit	5516.0	100.0	72.0	0.9793997513763097	CP059951.1	enterobacteria	Escherichia coli strain 268.2 plasmid p4, complete sequence	True	True
ISR0230_000000014159	2318	0.7889227874047688	2	2	2	2	2	False	27539	maximal	True	ISR0230_000000014159	1.0		1	1	False	False	0.9995685815811157	0					non-mobilizable	no_good_hit	753.0	74.369	36.0	0.0001123667379041985	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0017_000000006776	4094	0.7889227730436601	3	3	3	2	3	False	62087	fragment	False	MON0013_000000008650	0.6945191390628452		0	0	False	False	1.0	0					non-mobilizable	chromosome	4149.0	92.866	99.0	0.00110464106634542	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0048_000000013505	1399	0.7889193558412432	2	1	1	1	1	False	36025	maximal	True	ISR0048_000000013505	1.0		0	0	False	False	0.9992852210998535	0					non-mobilizable	no_good_hit	945.0	99.04799999999999	67.0	0.01805247456589918	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0045_000000013592	1502	0.7889131686603073	3	2	1	2	1	False	90547	fragment	False	MON0046_000000019056	0.5549469091123602		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	97.016	100.0	0.023021692636724718	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0017_000000009876	3721	0.7889105014427659	5	3	2	2	2	False	103349	fragment	False	CAN0017_000000009876	0.9786144711158766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	74.48	23.0	0.00010789673049785864	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CAN0018_000000009329	3673	0.7889105014427659	5	3	2	2	2	False	103349	fragment	False	CAN0017_000000009876	0.97144509888505		0	0	False	False	0.9989109635353088	0					non-mobilizable	no_good_hit	721.0	74.48	22.0	0.00010789673049785864	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0391_000000014422	1137	0.7889070261706005	2	2	2	2	2	False	120646	fragment	False	ENG0131_000000022070	0.9658109960592861		0	0	False	False	1.0	0					non-mobilizable	other	1084.0	78.967	94.0	0.01332505433095312	NZ_FOJY01000015.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	False	False
ISR0327_000000026217	1137	0.7889070261706005	2	2	2	2	2	False	120646	fragment	False	ENG0131_000000022070	0.9658109960592861		0	0	False	False	0.9991204738616943	0					non-mobilizable	other	1084.0	78.967	94.0	0.01332505433095312	NZ_FOJY01000015.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	False	False
ISR0071_000000000480	12137	0.7889063196506306	21	18	8	9	14	True	101529	fragment	False	ISR0071_000000000480	1.0		0	0	False	False	0.9999176263809204	0					non-mobilizable	chromosome	9841.0	99.848	97.0	0.0014973723687158457	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0088_000000011764	2055	0.7889004398576239	4	4	2	2	2	False	122170	fragment	False	DEN0093_000000016414	0.71848191367146		0	0	False	False	1.0	0					non-mobilizable	other	2055.0	98.589	100.0	0.03561639082613372	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
SPA0102_000000010433	3519	0.7889001528349862	4	4	3	3	4	False	129940	maximal	True	SPA0102_000000010433	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	1674.0	85.544	62.0	0.00047416281960479796	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0130_01_000000008356	4711	0.7888941081930628	6	2	2	2	1	True	130516	fragment	False	ENG0051_000000005370	0.6983775200708295		0	0	False	False	1.0	0					non-mobilizable	chromosome	4711.0	99.236	100.0	0.0008372606963164796	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0050_000000008624	2940	0.7888789517644199	2	2	2	2	2	False	64150	fragment	False	ENG0050_000000008624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	74.016	8.0	8.782420144605381e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0036_000000008834	1535	0.7888761899132121	3	2	2	1	1	False	36748	maximal	True	ISR0036_000000008834	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0061_000000001842	14601	0.7888715805143565	17	9	4	6	5	False	69813	fragment	False	MON0061_000000001842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2905.0	90.258	44.0	0.0012430744373898267	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
DEN0096_000000010788	3954	0.7888675414534029	5	5	5	5	5	False	115909	maximal	True	DEN0096_000000010788	0.9841961852861036		80	10	False	False	0.999494194984436	0					non-mobilizable	no_good_hit	428.0	72.196	11.0	0.0016241714005952705	NZ_KI421448.1	firmicutes	Acetobacterium dehalogenans DSM 11527 A3KSDRAFT_scaffold_0.1, whole genome shotgun sequence	True	False
USA0040_01_000000001844	11007	0.7888653366412735	10	7	5	7	3	True	32904	fragment	False	USA0040_01_000000001844	1.0		0	0	False	False	0.999000608921051	0					non-mobilizable	no_good_hit	2701.0	99.815	25.0	0.0009028179959045501	LR135307.1	firmicutes	Enterococcus faecium isolate E7240 genome assembly, chromosome: 1	True	True
ISR0013_000000019213	1394	0.788855001433897	2	1	1	1	1	False	38074	fragment	False	SPA0151_000000012624	0.9489794922717557		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	78.627	91.0	0.0003581898270704641	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0028_000000017534	1490	0.7888487169703191	2	2	1	1	1	False	12585	fragment	False	MON0028_000000017534	1.0		0	0	False	False	0.9986577033996582	0					non-mobilizable	no_good_hit	1326.0	89.065	89.0	0.2138282148135983	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
DEN0041_000000017391	1968	0.7888416349104235	3	2	2	2	2	False	73111	fragment	False	DEN0041_000000017391	0.9873150105708246		0	0	False	False	0.9903455376625061	0					non-mobilizable	no_good_hit								True	False
AST0035_000000001127	13406	0.7888391633066919	22	11	6	7	9	False	116922	maximal	True	AST0035_000000001127	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1103.0	96.82700000000001	9.0	0.0002932808089227626	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0009_000000003067	8585	0.7888364770929006	13	7	1	5	3	True	107767	maximal	True	ISR0009_000000003067	1.0		12	1	False	False	0.9998835325241089	0					non-mobilizable	no_good_hit	478.0	96.025	6.0	0.0001327506036395373	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
MON0015_000000024346	1559	0.7888314996513986	2	2	2	2	1	True	21507	maximal	True	MON0015_000000024346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	0.0049515608180839615	NZ_JABJWD010000130.1	a-proteobacteria	Gluconacetobacter entanii strain AV429 NODE_189_length_9200_cov_83.612610, whole genome shotgun sequence	True	True
ISR0389_000000014238	1560	0.7888243217808842	2	2	2	2	2	False	22900	fragment	False	ISR0389_000000014238	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1540.0	85.195	99.0	0.0002444524989567316	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0210_000000013142	1451	0.788815917659015	2	2	1	2	1	False	102752	fragment	False	ISR0210_000000013142	0.9705613490435064		0	0	False	False	0.9993107914924622	0					non-mobilizable	other	1466.0	83.015	99.0	0.1060383995309981	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
ISR0094_000000012595	1410	0.788815917659015	2	2	1	2	1	False	102752	fragment	False	ISR0210_000000013142	0.9596817266301706		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	83.345	99.0	0.10288729297962773	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
ISR0109_000000023241	1378	0.788815917659015	2	2	1	2	1	False	102752	fragment	False	ISR0210_000000013142	0.8009761239896273		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	82.80799999999999	100.0	0.10090869119155797	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
ISR0207_000000022588	1344	0.788815917659015	2	2	1	2	1	False	102752	fragment	False	ISR0210_000000013142	0.7903494115319711		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	85.33	96.0	0.0942400703502858	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
AUS0002_000000028053	1339	0.788815917659015	3	2	1	2	1	False	102752	fragment	False	ISR0210_000000013142	0.4872418953457089		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	85.904	100.0	0.09805071083101276	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
ISR0293_000000028162	1239	0.788815917659015	2	2	1	2	1	False	102752	fragment	False	ISR0210_000000013142	0.3166542195668409		0	0	False	False	0.9588377475738525	0					non-mobilizable	other	1222.0	84.943	97.0	0.0883775465337828	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
ISR0330_000000011414	2515	0.7888156309440123	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7097911057344624		0	0	False	False	1.0	0					non-mobilizable	other	2436.0	78.28399999999999	96.0	0.2938452163315052	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
MON0004_000000017350	2370	0.7888101724283878	4	3	3	3	2	False	14236	maximal	True	MON0004_000000017350	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2370.0	100.0	100.0	0.012423435140124181	MK388209.1	enterobacteria	Escherichia coli strain Ec20-Lar plasmid pC-Ec20-KPC, complete sequence	False	True
AST0031_000000021986	1113	0.7888024986302968	1	1	1	1	1	False	117110	fragment	False	AST0031_000000021986	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	981.0	82.977	100.0	0.0002823446198710897	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0041_000000010326	3036	0.7888013000186409	4	4	3	4	4	False	18270	maximal	True	MAD0041_000000010326	1.0		9	5	False	False	0.9996706247329712	0					non-mobilizable	chromosome	3036.0	98.551	100.0	0.0006137212294160731	LR698971.1	enterobacteria	Citrobacter portucalensis isolate MGYG-HGUT-01705 genome assembly, chromosome: 1	False	False
AST0113_000000015689	2416	0.7887835372646277	4	3	2	2	3	True	106618	fragment	False	AST0113_000000015689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	87.02799999999999	53.0	0.20126835781041388	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0120_000000009711	3180	0.7887815981376312	5	4	3	4	3	False	127054	fragment	False	ENG0049_000000005054	0.650496596312011		0	0	False	False	1.0	0					non-mobilizable	chromosome	2514.0	97.454	100.0	0.0007284723097906041	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0293_000000018196	1947	0.788770465512115	2	2	2	2	1	False	25825	maximal	True	ISR0293_000000018196	1.0		4	3	False	False	0.9799692034721375	0					non-mobilizable	no_good_hit	437.0	72.082	22.0	0.0001235839223310725	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0278_000000001314	6546	0.7887630323196873	5	2	1	2	1	True	106245	fragment	False	ISR0278_000000001314	0.9846770391324846		0	0	False	False	0.9998472332954407	0					non-mobilizable	no_good_hit	1172.0	70.563	18.0	0.02414031558433394	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ENG0210_000000007396	3071	0.7887487581925374	2	2	2	2	2	False	53745	maximal	True	ENG0210_000000007396	1.0		6	4	False	False	0.9944643378257751	0					non-mobilizable	no_good_hit	1069.0	83.255	35.0	0.0003564172814614244	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
SPA0117_000000004970	7263	0.7887420648166721	7	6	6	6	6	False	29679	maximal	True	SPA0117_000000004970	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1741.0	92.53299999999999	29.0	0.0005477940874842304	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
CHI0140_000000016140	1829	0.7887398534299446	3	2	1	2	1	False	80250	maximal	True	CHI0140_000000016140	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	73.28699999999999	38.0	0.00020320695947601014	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0065_000000014233	1387	0.7887266210994032	2	2	2	2	2	False	6086	maximal	True	SPA0065_000000014233	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1387.0	100.0	100.0	0.00041907295981616425	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
DEN0079_000000053384	1183	0.7887123118301679	2	1	1	1	1	False	69416	fragment	False	DEN0079_000000053384	1.0		0	0	False	False	0.9915469288825989	0					non-mobilizable	no_good_hit	660.0	90.0	56.0	0.03832712022367195	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	True	False
SPA0054_000000012132	2453	0.7887027250931113	2	2	2	2	2	False	115893	maximal	True	SPA0054_000000012132	1.0		18	5	False	False	0.9963310360908508	0					non-mobilizable	no_good_hit	1146.0	77.661	47.0	0.0003238989140160513	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
USA0063_01_000000003443	6080	0.7886966776727232	6	6	6	6	5	False	130063	maximal	False	ISR0014_000000005206	0.9367141854162121		0	0	False	False	1.0	0					non-mobilizable	other	6080.0	99.589	100.0	0.0018908555141241743	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0021_000000004723	10156	0.7886965808121859	10	4	4	4	3	False	49704	maximal	True	FIJ0021_000000004723	1.0		4	2	False	False	0.9998030662536621	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	1.0	0.001039258900894121	NZ_FWZU01000009.1	d-proteobacteria	Desulfovibrio gilichinskyi strain K3S, whole genome shotgun sequence	True	False
ISR0225_000000018203	1249	0.78869599700568	3	3	3	2	2	False	93811	fragment	False	CAN0013_000000017599	0.9531957002202429		0	0	False	False	0.9975980520248413	0					non-mobilizable	chromosome	1249.0	100.0	100.0	0.000262032168647935	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
FIJ0009_000000004705	7121	0.788693893597104	7	7	6	4	6	False	51334	maximal	True	FIJ0009_000000004705	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1648.0	83.677	57.0	0.0005497946425264457	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0324_000000006113	5229	0.7886805499900796	8	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9438806948427408		0	0	True	True	1.0	1396					non-mobilizable	chromosome	3590.0	98.273	97.0	0.7046927154918515	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0207_000000004725	5207	0.7886805499900796	6	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9440502162980813		0	0	True	True	0.9990397691726685	26					non-mobilizable	chromosome	4226.0	97.066	96.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0063_000000003833	5176	0.7886805499900796	7	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9351891489834928		0	0	True	True	1.0	26					non-mobilizable	chromosome	4599.0	96.369	99.0	0.902415079520911	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0257_000000002887	5160	0.7886805499900796	7	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9364214653936958		0	0	True	True	1.0	7					non-mobilizable	chromosome	4475.0	95.911	100.0	0.8784606322403299	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0222_000000011552	5142	0.7886805499900796	8	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9131489629991277		0	0	True	True	0.9996110200881958	60					non-mobilizable	chromosome	3590.0	98.301	97.0	0.7046927154918515	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
FIJ0168_000000005774	3417	0.7886782873887587	3	3	3	3	2	True	121150	fragment	False	ISR0062_000000009928	0.9919453527688088		0	0	False	False	1.0	0					non-mobilizable	virus	3191.0	99.655	93.0	0.23907666941467437	MK232331.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_1-CL12_c1 sequence	False	True
FIJ0172_000000004980	4993	0.7886733920236334	6	5	3	4	5	False	122188	fragment	False	MAD0111_000000003353	0.898705000290344		0	0	False	False	0.9961946606636047	0					non-mobilizable	other	4936.0	96.414	100.0	0.0014747068915315375	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0115_000000014515	1883	0.7886643618293312	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.08869496938962995		0	0	False	False	1.0	0					non-mobilizable	other	1884.0	93.04700000000001	100.0	0.0032786942395381592	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0050_000000011980	2217	0.7886630893363075	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.8047179441064614		0	0	False	False	1.0	0					non-mobilizable	chromosome	2217.0	99.91	100.0	0.0006984778792749069	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0841_000000005795	2409	0.788659531748706	4	4	4	3	2	False	101106	fragment	False	SPA0143_000000008057	0.9560277946585016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1932.0	97.15299999999999	84.0	0.0003734126331614047	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
FIJ0155_000000006625	3435	0.7886594516213894	2	2	2	2	2	False	52532	fragment	False	FIJ0155_000000006625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	95.098	3.0	3.564009432980214e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0070_000000015619	1369	0.7886590105838805	2	2	2	1	2	False	16349	fragment	False	MAD0070_000000015619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.2095361389889682e-05	NZ_JMQM01000001.1	a-proteobacteria	Nitratireductor basaltis strain UMTGB225 contig000001, whole genome shotgun sequence	True	False
ISR0057_000000010488	2095	0.7886536398821866	2	2	2	2	0	True	39203	fragment	False	ISR0057_000000010488	1.0		0	0	False	False	0.9832935333251953	0					non-mobilizable	other	1942.0	94.59299999999999	92.0	0.030738484963837076	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0112_000000019913	1813	0.7886503927919509	2	1	1	1	1	False	32632	fragment	False	ISR0112_000000019913	1.0		0	0	False	False	0.9812465310096741	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	8.326833776968533e-06	CP045656.1	ascomycetes	Talaromyces marneffei isolate 11CN-20-091 chromosome 4, complete sequence	True	False
ITA0002_000000005266	1856	0.7886398241255509	2	2	2	1	1	False	91194	fragment	False	ITA0002_000000005266	1.0		0	0	False	False	0.9994612336158752	0					non-mobilizable	plasmid	1856.0	99.78399999999999	100.0	0.05988507231404959	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0825_000000014133	1688	0.7886398241255509	4	2	2	1	1	False	91210	fragment	False	SPA0149_000000022072	0.9845321613822785		0	0	False	False	1.0	0					non-mobilizable	plasmid	1688.0	100.0	100.0	0.017161924332902676	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0001_000000005413	1688	0.7886398241255509	4	2	2	1	1	False	91210	fragment	False	SPA0149_000000022072	0.9845321613822785		0	0	False	False	1.0	0					non-mobilizable	plasmid	1688.0	100.0	100.0	0.017161924332902676	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0143_000000011842	1638	0.7886398241255509	3	2	2	1	1	False	91210	fragment	False	SPA0149_000000022072	0.964198391867522		0	0	False	False	1.0	0					non-mobilizable	plasmid	1638.0	100.0	100.0	0.016653272159431937	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0043_000000006232	1560	0.7886398241255509	4	2	2	1	1	False	91210	fragment	False	SPA0149_000000022072	0.7006603319995887		0	0	False	False	1.0	0					non-mobilizable	plasmid	1560.0	98.91	100.0	0.015859774768817586	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0180_000000016301	1491	0.7886398241255509	3	2	2	1	1	False	91210	fragment	False	SPA0149_000000022072	0.35689102564102565		0	0	False	False	1.0	0					non-mobilizable	plasmid	1491.0	100.0	100.0	0.01515783476942797	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0257_000000011844	1490	0.7886398241255509	2	2	2	1	1	False	91193	fragment	False	FIJ0155_000000014527	0.9599337748344371		0	0	False	False	0.9959731698036194	0					non-mobilizable	plasmid	1490.0	99.664	100.0	0.048069473140495866	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0065_000000026794	1283	0.7886398241255509	3	2	2	1	1	False	78772	fragment	False	MON0054_000000039658	0.9589598762195825		0	0	False	False	0.9992205500602722	0					non-mobilizable	plasmid	1283.0	99.61	100.0	0.04127628062719341	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CAN0022_000000026622	1252	0.7886398241255509	2	2	2	1	1	False	91192	fragment	False	CAN0022_000000026622	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1233.0	98.946	98.0	0.03966644128915934	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0320_000000022085	1216	0.7886398241255509	3	2	2	1	1	False	25045	fragment	False	ISR0320_000000022085	1.0		0	0	False	False	0.9991776347160339	0					non-mobilizable	other	1216.0	97.45100000000001	100.0	0.0002512793109834	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ISR0858_000000009403	1169	0.7886398241255509	3	2	2	1	1	False	46641	fragment	False	ISR0858_000000009403	0.9862652613897084		0	0	False	False	0.9957228302955627	0					non-mobilizable	other	1169.0	98.03299999999999	100.0	0.06803355079217148	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	False
MON0017_000000017150	1152	0.7886398241255509	3	2	2	1	1	False	46641	fragment	False	ISR0858_000000009403	0.9841891438362214		0	0	False	False	1.0	0					non-mobilizable	plasmid	1152.0	99.479	100.0	0.03705850156154416	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0049_000000014319	1152	0.7886398241255509	3	2	2	1	1	False	86724	fragment	False	USA0120_01_000000011118	0.9814950218007612		0	0	False	False	1.0	0					non-mobilizable	plasmid	1152.0	100.0	100.0	0.01170917303329637	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0151_000000005743	4258	0.7886390286733477	6	6	6	4	4	False	79520	maximal	True	CHI0151_000000005743	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4263.0	89.772	100.0	0.0008430229039082883	CP054595.1	b-proteobacteria	Candidatus Accumulibacter sp. isolate SSB1 chromosome, complete genome	False	False
USA0005_01_000000011799	2909	0.7886366065831583	4	4	4	4	3	False	102273	maximal	True	USA0005_01_000000011799	1.0		0	0	False	False	0.9951873421669006	0					non-mobilizable	no_good_hit	852.0	96.12700000000001	44.0	0.0002363219310084365	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0025_000000027512	1399	0.7886337619556762	2	2	2	2	2	False	119949	fragment	False	AST0025_000000027512	0.823142372753153		0	0	False	False	0.9985703825950623	0					non-mobilizable	other	1333.0	95.574	95.0	0.012134020806384026	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
MON0092_000000006160	7199	0.7886271376784859	10	6	5	4	3	True	9474	maximal	True	MON0092_000000006160	1.0		1	1	False	False	0.9993054866790771	0					non-mobilizable	no_good_hit	2272.0	92.914	58.0	0.01584864578171997	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	True
DEN0067_000000021531	1557	0.7886262548778803	1	1	1	1	1	False	70825	maximal	True	DEN0067_000000021531	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	73.475	24.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0793_000000002003	6072	0.7886225093356557	10	9	4	5	7	True	116364	fragment	False	ISR0375_000000002499	0.9667505157154074		0	0	False	False	1.0	0					non-mobilizable	plasmid	6072.0	99.934	100.0	0.18376922145538202	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0050_000000003495	7130	0.7886215533719937	10	8	2	5	7	True	123506	fragment	False	SPA0050_000000003495	1.0		0	0	False	False	0.9984571933746338	0					non-mobilizable	other	7130.0	100.0	100.0	0.0012443522831307268	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
USA0080_01_000000001551	19077	0.7886165499730146	24	16	5	10	13	True	105443	fragment	False	USA0080_01_000000001551	1.0		0	0	False	True	1.0	0					non-mobilizable	other	19076.0	100.0	99.0	0.008377795306853498	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0006_000000009367	2068	0.7886053725937541	3	3	3	3	3	False	87343	fragment	False	SPA0121_000000005057	0.5783553526549998		0	0	False	False	0.9980657696723938	0					non-mobilizable	other	2068.0	99.37100000000001	100.0	0.00965382603497235	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0845_000000007000	1497	0.7885974415570705	3	1	1	1	1	False	20687	fragment	False	ISR0845_000000007000	1.0		0	0	False	False	0.9993320107460022	0					non-mobilizable	no_good_hit	125.0	80.0	8.0	0.0016320979258755525	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
SPA0065_000000002052	10746	0.7885969370281667	6	5	3	5	3	False	94310	fragment	False	SPA0065_000000002052	1.0		0	0	False	False	0.9996277689933777	0					non-mobilizable	chromosome	7935.0	98.75200000000001	90.0	0.001453076294747021	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
ISR0209_000000011275	2599	0.7885942705707882	3	3	3	3	3	False	72656	fragment	False	USA0036_01_000000013352	0.9776937618147448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	100.0	2.0	1.2504073017902155e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0310_000000000563	19052	0.7885924543032252	44	12	6	11	8	False	25355	fragment	False	ISR0310_000000000563	1.0		0	0	False	False	0.9989502429962158	0					non-mobilizable	virus	4311.0	94.06200000000001	92.0	0.016346942495215528	LR756499.1	viruses	uncultured phage genome assembly, chromosome: 1	False	False
SPA0136_000000014655	2764	0.7885906722581842	3	3	3	3	2	False	60040	maximal	True	SPA0136_000000014655	1.0		29	7	False	False	1.0	0					non-mobilizable	no_good_hit	1480.0	96.486	80.0	0.0006483930024410089	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0017_000000012362	1671	0.7885867485252712	3	3	3	3	1	True	66686	maximal	True	ENG0017_000000012362	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	839.0	99.762	50.0	0.015346017909791785	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0066_000000010400	2955	0.7885803554057215	3	2	2	2	1	False	33703	fragment	False	MON0066_000000010400	1.0		0	0	False	False	0.9830795526504517	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.991244307421715e-06	NC_019673.1	high GC Gram+	Saccharothrix espanaensis DSM 44229, complete genome	True	False
SPA0109_000000021663	1545	0.7885740500962213	2	2	1	2	1	False	95806	fragment	False	SPA0109_000000021663	0.9373967342801424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	74.543	42.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0098_000000013497	1865	0.7885725321749043	2	2	2	1	2	False	129784	fragment	False	ISR0222_000000024710	0.7175442150220639		0	0	False	False	0.971581757068634	0					non-mobilizable	no_good_hit								True	False
AST0003_000000018781	1744	0.7885725321749043	2	2	2	1	2	False	129784	fragment	False	ISR0222_000000024710	0.47546916890080426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000013989	2316	0.7885717648117121	3	3	3	3	3	False	31478	maximal	True	ISR0134_000000013989	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	74.315	12.0	0.00010080311178501163	CP058261.1	CFB group bacteria	Capnocytophaga sp. oral taxon 902 strain W10638 chromosome, complete genome	True	False
CHI0127_000000008212	2308	0.7885671094484396	4	2	2	2	1	False	81376	fragment	False	CHI0127_000000008212	1.0		0	0	False	False	0.992201030254364	0					non-mobilizable	no_good_hit								True	False
ISR0168_000000004795	5319	0.7885608559117309	6	2	1	1	2	False	33140	maximal	True	ISR0168_000000004795	1.0		1	1	False	False	0.9986839890480042	0					non-mobilizable	no_good_hit	649.0	91.525	12.0	0.026457659450941362	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0101_000000009963	2423	0.7885608559117309	2	2	1	1	2	False	33138	fragment	False	ISR0101_000000009963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000041215	1461	0.7885602085299764	2	2	2	2	2	False	38839	maximal	True	USA0069_01_000000041215	1.0		0	0	False	False	0.9897330403327942	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000001322	14136	0.7885529695111313	13	4	2	4	2	True	47853	fragment	False	FIJ0037_000000001322	1.0		0	0	False	False	0.9999292492866516	0					non-mobilizable	no_good_hit								True	True
ISR0392_000000026673	1321	0.7885527871281163	3	2	1	2	2	False	22797	fragment	False	ISR0392_000000026673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	9.741366713749939e-05	NZ_SPBA01000130.1	high GC Gram+	Streptomyces ipomoeae strain B12321 contig_134, whole genome shotgun sequence	True	False
ISR0351_000000006053	2289	0.7885485845732543	3	2	2	2	1	True	113054	maximal	True	ISR0351_000000006053	1.0		41	8	False	False	0.9855832457542419	0					non-mobilizable	other	2289.0	97.90299999999999	100.0	0.00886939457753061	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
AST0111_000000010037	1943	0.7885485845732543	2	2	2	2	1	True	113053	fragment	False	AST0111_000000010037	1.0		0	0	False	False	0.9979413151741028	0					non-mobilizable	other	1944.0	97.171	100.0	0.007527544763877092	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0244_000000014376	1777	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.7924986873264631		0	0	False	False	0.9949352741241455	0					non-mobilizable	other	1594.0	97.051	100.0	0.006170182235614866	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0820_000000014945	1678	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.7894268539639387		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	98.689	100.0	0.006503705599702156	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0096_000000014202	1671	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.7691446050222007		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	99.06700000000001	100.0	0.0058172679782666865	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
SPA0045_000000015994	1592	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.7626273852165413		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	99.309	100.0	0.0061585476996583325	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ENG0177_000000016920	1571	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.7101235647468699		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	98.915	99.0	0.006073227769310421	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0282_000000015822	1540	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.6893058856544533		0	0	False	False	0.9954545497894287	0					non-mobilizable	other	1437.0	99.51299999999999	100.0	0.005569064544527308	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0011_000000018646	1534	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.7366312877643478		0	0	False	False	0.9973924160003662	0					non-mobilizable	other	1511.0	99.471	100.0	0.005856049764788465	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0358_000000012843	1525	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.6320301629435497		0	0	False	False	0.9868852496147156	0					non-mobilizable	other	1501.0	98.66799999999999	98.0	0.0058172679782666865	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
SPA0013_000000018732	1517	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.7102684155620336		0	0	False	False	0.9934080243110657	0					non-mobilizable	other	1514.0	99.604	100.0	0.005867684300744998	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0047_000000019938	1503	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.6329550215302212		0	0	False	False	1.0	0					non-mobilizable	other	1499.0	98.93299999999999	99.0	0.005809511620962331	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ENG0186_000000009935	1499	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.630802415496962		0	0	False	False	0.9886590838432312	0					non-mobilizable	other	1499.0	98.59899999999999	100.0	0.005809511620962331	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0151_000000014188	1489	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.47968131894838606		0	0	False	False	1.0	0					non-mobilizable	other	1488.0	97.446	100.0	0.005766851655788376	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0057_000000015119	1478	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.6084511457801017		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	98.85	100.0	0.005728069869266598	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
AST0058_000000009676	1446	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.555757562408707		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	99.119	100.0	0.005278201145613974	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
SPA0126_000000031213	1445	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.6031253762739259		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	99.23899999999999	100.0	0.005600089973744731	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
SPA0129_000000017670	1386	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.31647921704399884		0	0	False	False	0.9942280054092407	0					non-mobilizable	other	1385.0	99.56700000000001	99.0	0.0053673992546140635	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
CHI0145_000000013919	1330	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.22176497311092275		0	0	False	False	0.9857142567634583	0					non-mobilizable	other	1330.0	99.699	100.0	0.0051540994287442845	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ENG0175_000000018750	1324	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.22130048701451513		0	0	False	False	0.9697884917259216	0					non-mobilizable	other	1324.0	99.698	100.0	0.005130830356831218	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
MAD0026_000000010891	1316	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.22055043597722268		0	0	False	False	0.9642857313156128	0					non-mobilizable	other	1316.0	99.088	100.0	0.005099804927613795	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
USA0080_01_000000034011	1228	0.7885485845732543	2	2	2	2	1	True	113050	fragment	False	ENG0112_000000013698	0.16761874376122055		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	98.86	100.0	0.00475852520622215	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
FIJ0084_000000006696	1967	0.7885442799067692	3	2	2	2	2	False	44009	maximal	True	FIJ0084_000000006696	1.0		0	0	False	False	0.9994916319847107	0					non-mobilizable	no_good_hit								True	False
MON0041_000000010372	4660	0.7885379576587641	6	5	2	2	4	True	63743	maximal	True	MON0041_000000010372	1.0		21	9	False	False	0.9757511019706726	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.00021246835106853874	NZ_QFFZ01000002.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_2, whole genome shotgun sequence	True	True
CHI0085_000000000086	6425	0.7885363987291769	7	6	5	5	4	True	120765	maximal	True	CHI0085_000000000086	1.0		2	2	False	False	0.9998443722724915	0					non-mobilizable	no_good_hit	4202.0	93.00299999999999	69.0	0.0007795012755306211	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
ISR0179_000000003111	8264	0.7885259290769588	13	10	5	5	10	True	123836	maximal	True	ISR0179_000000003111	0.9999866821154129	PS486|PS905|PS906	15	5	True	True	1.0	375	rep_cluster_1079	MOBB			mobilizable	plasmid	5436.0	99.98200000000001	100.0	0.6652386780905752	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ISR0166_000000001731	8253	0.7885259290769588	13	10	5	5	10	True	123836	maximal	False	ISR0179_000000003111	0.999986664532992	PS486|PS905|PS906	0	0	True	True	1.0	37	rep_cluster_1079	MOBB			mobilizable	plasmid	5390.0	99.98100000000001	100.0	0.6596083231334149	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ETH0001_000000002368	8250	0.7885259290769588	13	10	5	5	10	True	123836	maximal	False	ISR0179_000000003111	0.9999866597297261	PS486|PS905|PS906	0	0	True	True	1.0	20	rep_cluster_1079	MOBB			mobilizable	plasmid	4359.0	100.0	100.0	0.5334149326805385	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
CHI0104_000000000651	8249	0.7885259290769588	13	10	5	5	10	True	123836	maximal	False	ISR0179_000000003111	0.999888648566623	PS486|PS905|PS906	0	0	True	True	1.0	95	rep_cluster_1079	MOBB			mobilizable	plasmid	4319.0	100.0	100.0	0.5285189718482252	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ISR0785_000000003080	8229	0.7885259290769588	13	10	5	5	10	True	123836	maximal	False	ISR0179_000000003111	0.999703797726908	PS486|PS905|PS906	0	0	True	True	1.0	64	rep_cluster_1079	MOBB			mobilizable	plasmid	4342.0	100.0	100.0	0.5313341493268053	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
ENG0178_000000001471	10438	0.7885189470046281	10	10	5	9	8	False	55482	maximal	True	ENG0178_000000001471	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	9909.0	99.041	100.0	0.09381245086803747	CP050048.1	enterobacteria	Escherichia coli strain 90-1 plasmid pCD90-1-1, complete sequence	False	True
AST0110_000000013207	1347	0.7885156790667741	2	2	1	1	2	False	106973	maximal	True	AST0110_000000013207	1.0		23	6	False	False	0.9992576241493225	0					non-mobilizable	no_good_hit	112.0	83.036	8.0	0.0009316033740980386	NZ_VLNR01000009.1	CFB group bacteria	Aquimarina algiphila strain M91 scaffold9, whole genome shotgun sequence	True	False
ISR0070_000000005825	3444	0.7885094777309206	5	3	3	3	2	True	116834	fragment	False	ISR0101_000000006143	0.6361056512100318		0	0	False	False	0.9985482096672058	0					non-mobilizable	other	3444.0	99.913	100.0	0.0011047300811483798	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0015_000000013117	1797	0.7885025775669474	3	3	3	3	1	True	116017	fragment	False	SPA0133_000000009567	0.4726468609077305		0	0	False	False	1.0	0					non-mobilizable	chromosome	1765.0	100.0	98.0	0.0008115120622711297	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
USA0026_01_000000011443	2900	0.7884981724238412	4	3	1	2	3	False	64387	fragment	False	USA0026_01_000000011443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0094_000000017417	1319	0.7884898718805862	1	1	1	1	1	False	109134	maximal	True	AST0094_000000017417	1.0		2	2	False	False	0.9939348101615906	0					non-mobilizable	no_good_hit								True	False
MON0077_000000022893	1887	0.7884858483669517	3	2	2	2	1	True	59920	maximal	True	MON0077_000000022893	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	72.381	27.0	0.00015415339527369304	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0198_000000002184	8471	0.7884790210721752	12	6	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9408008867881099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3507.0	96.69200000000001	41.0	0.56694188117209	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0109_000000001455	16057	0.7884697699521414	23	14	8	9	12	True	124091	fragment	False	FIJ0109_000000001455	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7010.0	95.36399999999999	95.0	0.001967223803183193	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0233_000000013544	1367	0.7884679306656304	2	1	1	1	1	True	83861	fragment	False	CHI0089_000000006746	0.9451985736762482		0	0	False	False	1.0	0					non-mobilizable	other	1063.0	94.63799999999999	96.0	0.00020491211923483722	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0089_000000029479	1268	0.7884679306656304	1	1	1	1	1	True	83861	fragment	False	CHI0089_000000006746	0.7267487087212073		0	0	False	False	0.9960567951202393	0					non-mobilizable	other	1113.0	94.25	96.0	0.00021459605681682387	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0121_000000016031	1600	0.7884587902943275	2	2	1	2	1	True	32202	maximal	True	ISR0121_000000016031	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0003_000000010831	1228	0.7884578254114409	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.056277451506969674		0	0	False	False	0.9991856813430786	0					non-mobilizable	other	1228.0	98.208	100.0	0.0003694262031266042	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0015_000000014201	1813	0.7884497023024812	3	1	1	1	1	False	43172	fragment	False	ISR0015_000000014201	1.0		0	0	False	False	0.9955874085426331	0					non-mobilizable	no_good_hit								True	False
ENG0203_000000010913	1687	0.7884497023024812	4	1	1	1	1	False	54085	maximal	True	ENG0203_000000010913	1.0		0	0	False	False	0.9638411402702332	0					non-mobilizable	no_good_hit	70.0	100.0	4.0	2.5058242255096537e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ENG0032_000000003565	5075	0.7884431619014546	6	6	6	6	4	False	120094	maximal	False	ISR0079_000000004336	0.5237188919273302		0	0	False	False	0.9998029470443726	0					non-mobilizable	chromosome	5075.0	99.941	100.0	0.0011270070787772174	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0035_000000003248	4899	0.7884431619014546	7	6	6	6	4	False	120094	maximal	False	ISR0079_000000004336	0.4588395556858074		0	0	False	False	1.0	0					non-mobilizable	chromosome	4899.0	99.816	100.0	0.0010879149924814368	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0153_000000003372	4737	0.7884431619014546	6	6	6	6	4	False	120094	maximal	False	ISR0079_000000004336	0.31945844162424486		0	0	False	False	1.0	0					non-mobilizable	chromosome	4737.0	97.931	100.0	0.0010519325039591843	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0158_000000003675	4572	0.7884431619014546	7	6	6	6	4	False	120094	maximal	False	ISR0079_000000004336	0.26715972432761387		0	0	False	False	0.9995625615119934	0					non-mobilizable	other	4553.0	98.682	99.0	0.01113171180338134	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0167_000000006970	4443	0.7884431619014546	6	6	6	6	4	False	120094	maximal	False	ISR0079_000000004336	0.20348376108759916		0	0	False	False	1.0	0					non-mobilizable	chromosome	4443.0	99.73	100.0	0.0009866309507150963	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MAD0097_000000025780	1612	0.7884241267563865	3	3	3	3	1	False	124850	maximal	True	MAD0097_000000025780	1.0		0	0	False	False	0.9633995294570923	0					non-mobilizable	no_good_hit	241.0	85.477	15.0	0.005382910390374089	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0125_01_000000002964	8845	0.7884223719085341	10	8	7	8	3	True	125257	fragment	False	SPA0139_000000002006	0.08205536228748943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0267_000000010312	1712	0.7884062849548551	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.9138349785537384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	90.625	13.0	8.658028826965217e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ISR0250_000000003292	3248	0.7884046425641126	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.8046836820183573		0	0	False	False	1.0	0					non-mobilizable	chromosome	3249.0	99.969	100.0	0.0014235224818378166	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
MAD0034_000000006332	2443	0.7884003524013483	3	3	2	3	2	False	121353	maximal	True	MAD0034_000000006332	1.0		0	0	False	False	0.9881293773651123	0					non-mobilizable	chromosome	2081.0	99.279	98.0	0.0006552958082186514	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0177_000000006444	2516	0.7883912433893717	3	3	3	2	3	False	99139	maximal	True	CHI0177_000000006444	1.0		0	0	False	False	0.9996025562286377	0					non-mobilizable	no_good_hit	568.0	86.09200000000001	23.0	0.00449770346942992	NZ_QRUP01000011.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf11, whole genome shotgun sequence	True	False
ENG0042_000000012395	2091	0.7883881809169598	2	2	2	2	2	False	107671	fragment	False	ENG0042_000000012395	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2091.0	96.796	100.0	0.019722935225728523	NZ_WAJR01000007.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_007, whole genome shotgun sequence	False	False
CHI0023_000000008326	1624	0.7883671040366721	2	1	1	1	1	False	89067	fragment	False	CHI0023_000000008326	0.9395479616998573		0	0	False	False	0.9981527328491211	0					non-mobilizable	other	1625.0	98.523	100.0	0.013050085633648798	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0220_000000003721	2657	0.7883639470117522	2	2	2	2	2	False	27994	maximal	True	ISR0220_000000003721	1.0		1	1	False	False	0.9894617795944214	0					non-mobilizable	no_good_hit	117.0	100.0	4.0	3.2995133217850364e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0142_000000023220	1561	0.7883635309297583	3	2	2	1	1	False	47939	fragment	False	FIJ0036_000000024410	0.7667115921922752		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	96.477	100.0	0.0630659767141009	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0024_000000000604	30728	0.7883330332905364	24	13	8	12	5	True	117627	fragment	False	ENG0024_000000000604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5155.0	92.396	25.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0016_000000017762	2733	0.7883257044410036	4	3	2	3	1	False	92934	fragment	False	CAN0016_000000017762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	75.56	18.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0128_000000019284	1924	0.7883228690132159	3	3	3	3	2	True	116017	fragment	False	SPA0133_000000009567	0.611298382958285		0	0	False	False	1.0	0					non-mobilizable	other	1924.0	99.844	100.0	0.0008728126353131913	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ENG0090_000000000065	66050	0.7883117104174822	70	46	17	18	41	True	129873	maximal	True	ENG0090_000000000065	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	12981.0	97.72	87.0	0.0035699536927422597	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	True
MON0087_000000014085	3449	0.7883096846665876	3	3	2	2	3	False	65307	maximal	True	MON0087_000000014085	1.0		90	10	False	False	0.9817338585853577	0					non-mobilizable	no_good_hit	1063.0	72.625	30.0	0.00015339824108324227	NZ_VFPO01000001.1	high GC Gram+	Actinomadura hallensis strain DSM 45043 Ga0197561_11, whole genome shotgun sequence	True	False
ETH0004_000000020742	1381	0.7883052520188055	2	2	1	2	1	False	52854	maximal	True	ETH0004_000000020742	1.0		17	6	False	False	0.9978276491165161	0					non-mobilizable	no_good_hit	50.0	88.0	4.0	0.00011462796062529552	NZ_BIMD01000001.1	firmicutes	Paenibacillus humicus NBRC 102415 PHU01S_CON000001, whole genome shotgun sequence	True	False
ISR0256_000000009460	1885	0.7882977776439678	2	2	2	2	2	False	115980	fragment	False	ISR0021_000000012496	0.9448688800116258		0	0	False	False	0.9952254891395569	0					non-mobilizable	no_good_hit	1071.0	90.476	57.0	0.0002420895541298668	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0098_000000005753	5973	0.7882927102740307	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.965129462942473		0	0	False	False	1.0	0					non-mobilizable	other	5980.0	98.06	99.0	0.0012627555950168146	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0009_000000001732	16842	0.7882910932496764	15	10	6	8	9	True	51374	maximal	True	FIJ0009_000000001732	1.0		1	1	False	False	0.9998812675476074	0					non-mobilizable	no_good_hit	1034.0	96.615	7.0	0.0008647940902667551	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0176_000000003658	8145	0.7882833390671714	7	3	2	3	1	True	111346	fragment	False	ISR0080_000000002743	0.7537366210516103		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	469.0	81.023	9.0	0.001895532369702664	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0069_01_000000009640	6348	0.7882833390671714	5	3	2	3	1	True	111339	fragment	False	USA0069_01_000000009640	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	262.0	89.695	4.0	0.0010667498184473868	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0046_000000004022	5714	0.7882833390671714	6	3	2	3	1	True	111340	fragment	False	MAD0091_000000002101	0.9782472729342455		0	0	False	True	0.9998250007629395	0					non-mobilizable	no_good_hit	464.0	81.681	8.0	0.001895532369702664	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0034_01_000000010062	5655	0.7882833390671714	3	3	2	3	1	True	111336	fragment	False	USA0034_01_000000010062	1.0		0	0	False	False	0.9992926716804504	0					non-mobilizable	no_good_hit	262.0	89.695	5.0	0.0010667498184473868	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0107_000000011998	2196	0.7882714891508896	6	2	1	2	1	False	42280	fragment	False	FIJ0107_000000011998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000009246	3537	0.788270260206417	5	5	3	4	5	False	126998	fragment	False	ISR0123_000000005389	0.9558985667034179		0	0	False	False	0.9997172951698303	0					non-mobilizable	chromosome	2668.0	95.015	99.0	0.0011775593481963959	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0086_000000006642	3748	0.7882688668045561	4	3	3	3	1	False	87362	fragment	False	ENG0086_000000006642	1.0		0	0	False	False	0.9997332096099854	0					non-mobilizable	other	3748.0	98.10600000000001	100.0	0.0007247458886358799	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0353_000000003965	7644	0.7882636842599141	7	5	2	5	3	True	25609	maximal	True	ISR0353_000000003965	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	79.167	4.0	0.00016194464533245714	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
CHI0149_000000006048	2273	0.7882623253190777	2	2	2	1	1	False	101923	fragment	False	CHI0149_000000006048	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2268.0	99.515	99.0	0.0004405537400678472	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
DEN0071_000000023278	1811	0.7882581776264698	3	3	3	2	1	False	70436	maximal	True	DEN0071_000000023278	1.0		1	1	False	False	1.0	0					non-mobilizable	other	672.0	99.554	100.0	0.0002941661288964956	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0084_000000010924	2540	0.7882572904859381	4	3	3	2	2	False	131668	fragment	False	DEN0028_000000005326	0.4076851797773118		0	0	False	False	0.9964566826820374	0					non-mobilizable	no_good_hit	917.0	86.15	36.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0288_000000001189	15179	0.7882491228418895	24	19	6	10	13	True	111297	fragment	False	ISR0288_000000001189	1.0		0	0	False	False	0.9982870817184448	0					non-mobilizable	other	14977.0	100.0	99.0	0.0035901047737174415	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
ISR0356_000000006071	2950	0.7882465867579199	3	2	0	1	1	True	126242	maximal	True	ISR0356_000000006071	1.0	PS261|PS950	1	1	False	True	0.9976271390914917	0					non-mobilizable	no_good_hit	1209.0	95.699	62.0	0.6612992781787895	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
DEN0082_000000011115	3478	0.7882449014806391	4	2	1	2	2	False	69301	maximal	True	DEN0082_000000011115	1.0		1	1	False	False	0.9997124671936035	0					non-mobilizable	no_good_hit	2596.0	99.961	75.0	0.001139731524051629	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0040_000000010172	2417	0.7882285002644659	3	3	3	2	1	False	48700	maximal	True	FIJ0040_000000010172	1.0		10	1	False	False	0.9975175857543945	0					non-mobilizable	no_good_hit	2124.0	99.529	88.0	0.00039909413339143354	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	True	False
AST0089_000000004913	4004	0.7882210255722156	4	4	3	4	2	False	127574	fragment	False	MAD0004_000000002298	0.8875866688984604		0	0	False	False	1.0	0					non-mobilizable	chromosome	4040.0	84.604	100.0	0.001719036019143089	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
CHI0107_000000003306	3866	0.7882209219779271	4	4	0	3	4	False	117806	maximal	True	CHI0107_000000003306	1.0	PS794	0	0	False	True	0.9997413158416748	0					non-mobilizable	no_good_hit	1606.0	99.564	82.0	0.00048359607109888604	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
SPA0022_000000005646	2393	0.7882046664836546	4	4	3	3	3	True	131621	fragment	False	SPA0022_000000005646	0.9686954252272503		0	0	False	False	0.9962390065193176	0					non-mobilizable	other	2393.0	99.499	100.0	0.055188962207558485	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
CAN0006_000000034438	1301	0.7882041629400351	1	1	1	1	1	False	95531	maximal	True	CAN0006_000000034438	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	73.077	55.0	0.017657808949916032	NZ_OBJM01000026.1	firmicutes	Clostridium cadaveris strain LH052 isolate Clostridium cadaveris, whole genome shotgun sequence	True	False
FIJ0054_000000002159	10341	0.7882004538178418	12	5	3	5	2	False	52890	fragment	False	FIJ0149_000000001707	0.9722705225587993		0	0	False	False	0.9998065829277039	0					non-mobilizable	no_good_hit								True	False
AST0148_000000005306	6308	0.7881925977282096	8	5	2	3	2	False	105190	fragment	False	AST0148_000000005306	1.0		0	0	False	False	0.9998414516448975	0					non-mobilizable	no_good_hit	2381.0	91.516	75.0	0.19055690072639225	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	False
FIJ0022_000000002453	8612	0.7881873085862241	11	11	2	3	10	True	132544	fragment	False	CHI0126_000000000854	0.002946929029219557		0	0	False	False	1.0	0					non-mobilizable	plasmid	8643.0	92.04	99.0	0.11662836284980398	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
MON0075_000000001453	9303	0.7881868686499747	11	5	5	5	5	False	33512	maximal	True	MON0075_000000001453	1.0	PS104	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1675.0	89.493	23.0	0.0004504627517866418	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0091_000000010267	2323	0.7881820666008817	2	2	2	2	1	False	61189	maximal	True	ENG0091_000000010267	1.0		0	0	False	False	0.9758932590484619	0					non-mobilizable	no_good_hit	1469.0	92.78399999999999	63.0	0.01187438027276126	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0003_000000005010	4871	0.7881708634566187	7	6	5	6	5	False	132492	fragment	False	ISR0054_000000002543	0.39704945756925536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	99.44	86.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0014_000000004233	4717	0.7881708634566187	7	6	5	6	5	False	132492	fragment	False	ISR0054_000000002543	0.39800593512992444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	99.113	86.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0392_000000026836	1314	0.7881692121694979	2	2	2	2	2	False	113552	maximal	True	ISR0392_000000026836	1.0		0	0	False	False	0.9977169036865234	0					non-mobilizable	no_good_hit	1148.0	95.47	87.0	0.0003210231542498064	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0149_000000002323	11170	0.7881649933800733	15	6	4	5	4	True	114866	maximal	True	AST0149_000000002323	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1810.0	99.779	16.0	0.0004891279219580042	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0050_01_000000001115	12353	0.7881606518423826	16	12	8	12	7	False	122871	fragment	False	USA0050_01_000000001115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	77.465	3.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
FIJ0122_000000001120	14811	0.7881575738006894	18	9	8	9	6	True	87280	maximal	True	FIJ0122_000000001120	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	94.514	16.0	0.00039933534806063604	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CAN0007_000000007987	5360	0.7881544521980659	7	6	5	5	5	False	129738	maximal	True	CAN0007_000000007987	1.0	PS1061	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1963.0	98.01299999999999	84.0	0.000525515224666468	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0088_000000013132	2117	0.7881495222804441	3	1	1	1	1	False	43664	maximal	True	FIJ0088_000000013132	1.0		6	3	False	False	0.9910250306129456	0					non-mobilizable	no_good_hit	1070.0	84.67299999999999	50.0	0.00018913914668380768	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
CHI0065_000000010925	1250	0.7881495222804441	2	1	1	1	1	False	85231	maximal	True	CHI0065_000000010925	1.0		1	1	False	False	0.9927999973297119	0					non-mobilizable	no_good_hit	777.0	78.893	62.0	0.00013669925169158657	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
CHI0069_000000003049	3176	0.7881473074966916	4	4	4	4	2	False	85068	maximal	True	CHI0069_000000003049	1.0	PS409	9	4	False	True	1.0	0					non-mobilizable	chromosome	3159.0	99.87299999999999	100.0	0.0010629643105861887	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0087_000000010321	3424	0.7881383878725442	4	2	0	0	2	False	130000	backbone	True	AST0087_000000010321	0.809408276100066	PS1072	194	8	False	True	1.0	0					non-mobilizable	no_good_hit	978.0	97.137	51.0	0.190625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0142_000000009539	3246	0.7881383878725442	5	2	0	0	2	False	130000	backbone	False	AST0087_000000010321	0.7456434463142972	PS1072	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	962.0	97.193	48.0	0.1875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0089_000000003129	10117	0.7881344101775146	7	1	1	1	1	False	5443	maximal	True	SPA0089_000000003129	1.0		1	1	False	False	0.9987150430679321	0					non-mobilizable	no_good_hit								True	False
ENG0017_000000017820	1136	0.7881290272737115	3	2	0	1	1	True	66663	fragment	False	ENG0017_000000017820	1.0		0	0	False	False	0.9885563254356384	0					non-mobilizable	other	1168.0	78.938	100.0	0.009505061404014529	NZ_RQSP01000004.1	high GC Gram+	Bifidobacterium jacchi strain MRM 9.3 sequence004, whole genome shotgun sequence	False	True
ISR0059_000000008155	2059	0.7881261822881909	4	3	3	2	2	False	35452	maximal	True	ISR0059_000000008155	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	98.21600000000001	71.0	0.009724170172978027	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
MAD0024_000000005375	2401	0.788126122368359	2	2	2	2	1	False	19201	fragment	False	MAD0024_000000005375	1.0		0	0	False	False	0.9991670250892639	0					non-mobilizable	no_good_hit	48.0	93.75	2.0	0.00014971105765871866	NZ_SMMX01000004.1	firmicutes	Extibacter muris strain DSM 28560 NODE_4_length_300579_cov_69.745460, whole genome shotgun sequence	True	False
MAD0035_000000002171	10274	0.7881203425879942	12	6	6	6	6	False	18793	maximal	True	MAD0035_000000002171	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0116_01_000000013425	1850	0.7881180718152803	2	2	2	2	2	True	1451	fragment	False	USA0116_01_000000013425	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1850.0	99.135	100.0	0.0005098350742817846	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
SPA0125_000000005136	7020	0.7881119343755769	6	3	1	3	1	False	98558	maximal	True	SPA0125_000000005136	1.0	PS550	1	1	False	True	0.997863233089447	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
SPA0023_000000015876	1751	0.7880899562895564	4	2	1	1	2	False	74295	maximal	True	SPA0023_000000015876	1.0		0	0	False	False	0.9640205502510071	0					non-mobilizable	no_good_hit	1446.0	97.71799999999999	82.0	0.005228255785706775	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0161_000000014277	1267	0.7880877768588754	1	1	1	1	1	False	39261	fragment	False	MAD0003_000000019346	0.6965284637022027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	73.171	77.0	0.027060236253455834	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ENG0069_000000000626	27114	0.788084667959034	23	18	12	14	13	False	123941	fragment	False	ISR0048_000000000428	0.9399365711512297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9452.0	99.355	61.0	0.001795053145845361	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
CHI0124_000000012281	1178	0.78808432194475	1	1	1	1	1	False	81661	fragment	False	CHI0124_000000012281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	76.865	66.0	0.00011899467992049552	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0141_000000002235	13597	0.7880787717428048	14	6	5	4	6	False	82538	maximal	True	FIJ0141_000000002235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	0.0	1.581992482506361e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0047_000000001219	13775	0.7880782973316734	20	10	4	10	5	True	115484	fragment	False	AST0047_000000001219	1.0		0	0	False	False	0.9997096061706543	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	0.0013626136831764743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
SPA0030_000000004948	5898	0.7880688772066231	8	6	3	3	4	False	115729	maximal	True	SPA0030_000000004948	1.0		15	4	False	False	0.999830424785614	0					non-mobilizable	other	2905.0	99.725	90.0	0.02246312889796803	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0028_000000011617	1277	0.7880684213342911	2	1	1	1	1	False	99071	fragment	False	ENG0180_000000013457	0.7221474557607603		0	0	False	False	0.9960845708847046	0					non-mobilizable	no_good_hit	167.0	73.653	13.0	7.105294321466322e-05	NZ_CP009215.1	high GC Gram+	Corynebacterium ureicelerivorans strain IMMIB RIV-2301 chromosome, complete genome	True	False
MAD0053_000000004283	2779	0.7880679178368145	3	3	3	2	2	False	113756	fragment	False	ISR0059_000000003816	0.1515950262075097		0	0	False	False	0.999640166759491	0					non-mobilizable	chromosome	2522.0	93.735	91.0	0.0007027804187630897	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0012_000000007433	7477	0.7880629328247897	10	9	5	7	6	False	119725	fragment	False	ENG0005_000000002953	0.5139238976655819		0	0	False	False	0.999866247177124	0					non-mobilizable	chromosome	7496.0	99.626	100.0	0.0015132292461537747	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
MON0098_000000002748	7067	0.7880579351693601	10	8	7	8	6	False	121734	fragment	False	MON0098_000000002748	0.9939246658566221		0	0	False	False	0.9995754957199097	0					non-mobilizable	no_good_hit	2102.0	76.87899999999999	37.0	0.0007118389057490331	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0145_000000006098	5337	0.7880566954188885	5	2	1	0	2	False	128632	maximal	True	ISR0145_000000006098	1.0	PS1037	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	637.0	99.529	14.0	0.07777913660266601	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0109_000000001453	9493	0.7880551419180145	11	6	4	5	5	True	82854	maximal	True	CHI0109_000000001453	1.0		1	1	False	False	0.9973664879798889	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.936466307383335e-07	LR812588.1	bony fishes	Danio rerio strain Nadia (NA) genome assembly, chromosome: 20	True	True
ENG0135_000000003373	5650	0.7880515132519961	7	7	6	7	7	False	104536	fragment	False	ENG0135_000000003373	0.9868145232375406		0	0	False	False	0.9943363070487976	0					non-mobilizable	other	5650.0	98.991	100.0	0.022586965213914435	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
MON0076_000000029961	1603	0.7880442543000986	3	2	2	2	2	False	10281	fragment	False	MON0076_000000029961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	85.87200000000001	34.0	0.08774485996438401	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0051_01_000000011296	1798	0.7880409521447933	2	2	2	2	2	False	86638	fragment	False	CHI0134_000000008218	0.732021246252844		0	0	False	False	1.0	0					non-mobilizable	other	1798.0	99.666	100.0	0.0033161283417328384	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ENG0024_000000020315	1231	0.7880324938634548	2	2	2	2	2	False	66209	maximal	True	ENG0024_000000020315	1.0		62	8	False	False	0.9975629448890686	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	8.728893407374889e-05	NZ_VUNZ01000004.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold4, whole genome shotgun sequence	True	False
MAD0112_000000009105	3032	0.7880284861601754	4	2	2	2	2	False	14462	fragment	False	MAD0112_000000009105	1.0		0	0	False	False	0.9996702075004578	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000004796	6943	0.788026166328045	6	6	5	4	3	False	116987	maximal	True	CHI0132_000000004796	1.0		1	1	False	False	0.9984156489372253	0					non-mobilizable	no_good_hit	2015.0	96.52600000000001	29.0	0.00730215475202042	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0062_000000015555	2371	0.7880252793117963	5	4	4	3	3	False	93842	fragment	False	ISR0062_000000015555	0.9862867869204534		0	0	False	False	1.0	0					non-mobilizable	other	2371.0	98.60799999999999	100.0	0.019756319270125344	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
DEN0018_000000019234	2015	0.788025277572475	2	2	1	2	1	False	75105	fragment	False	ISR0080_000000015411	0.9728419010669254		0	0	False	False	0.9965260624885559	0					non-mobilizable	no_good_hit	596.0	71.477	29.0	0.00015222585697908313	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	False
SPA0016_000000007578	4270	0.7880243573687361	6	4	4	4	3	False	116380	fragment	False	MON0060_000000006725	0.5389398084667756		0	0	False	False	0.99906325340271	0					non-mobilizable	other	2394.0	91.27	96.0	0.0005793553831627998	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0052_000000001977	9079	0.7880236502791357	17	8	7	7	5	True	114630	fragment	False	ISR0196_000000001523	0.7150675561567416		0	0	False	False	1.0	0					non-mobilizable	plasmid	5789.0	98.635	99.0	0.07998837740234943	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
DEN0010_000000021262	2127	0.7880218638522697	3	2	1	2	1	False	75961	maximal	True	DEN0010_000000021262	1.0		27	6	False	False	0.9971791505813599	0					non-mobilizable	no_good_hit	117.0	83.76100000000001	6.0	0.0025544471603796436	NZ_SUNH01000024.1	a-proteobacteria	Paracoccus hibiscisoli strain CCTCC AB2016182 Scaffold22_1, whole genome shotgun sequence	True	False
ENG0095_000000012816	2162	0.7880192900040485	2	2	1	2	1	False	60964	maximal	True	ENG0095_000000012816	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1245.0	99.92	100.0	0.00018660239784081226	LR607363.1	enterobacteria	Klebsiella grimontii strain 4928STDY7387762 genome assembly, chromosome: 1	False	False
ISR0258_000000011999	2086	0.7880134177704614	3	2	2	2	2	True	28617	fragment	False	ISR0258_000000011999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	99.676	30.0	0.002879772978674744	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0058_000000018436	2167	0.7880119381070255	3	2	2	2	2	False	47342	maximal	True	FIJ0058_000000018436	1.0		25	1	False	False	0.9976926445960999	0					non-mobilizable	no_good_hit	719.0	91.794	37.0	0.00024100140797330942	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0112_000000026083	1120	0.7880100844425004	2	2	2	2	2	False	14415	fragment	False	MAD0112_000000026083	1.0		0	0	False	False	0.9598214030265808	0					non-mobilizable	chromosome	1121.0	86.708	99.0	0.0003889949291234508	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0099_000000009954	2240	0.7879887328548143	4	4	4	3	3	False	48143	maximal	False	FIJ0034_000000011936	0.9778589853826312		0	0	False	False	0.9955357313156128	0					non-mobilizable	no_good_hit	1898.0	77.766	82.0	0.0005061622276978352	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0034_01_000000039006	1321	0.7879856518475065	3	2	2	1	1	False	106466	fragment	False	ENG0043_000000020193	0.34759780130213397		0	0	False	False	1.0	0					non-mobilizable	chromosome	1321.0	99.84899999999999	100.0	0.0002887895190407462	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0388_000000026750	1319	0.7879856518475065	2	2	2	1	1	False	106466	fragment	False	ENG0043_000000020193	0.446319348239173		0	0	False	False	0.9492039680480957	0					non-mobilizable	chromosome	1319.0	99.848	100.0	0.0002883519591634118	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
USA0024_01_000000009124	2587	0.7879790807521886	3	3	2	3	2	False	86898	fragment	False	USA0024_01_000000009124	1.0		0	0	False	False	0.9853111505508423	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	8.375615497533602e-05	NZ_WBKJ01000002.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000002, whole genome shotgun sequence	True	False
FIJ0011_000000004289	9335	0.7879786523601011	11	6	5	5	4	False	121516	fragment	False	FIJ0011_000000004289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	78.207	14.0	0.0073230642088106335	NZ_SLUK01000006.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_106, whole genome shotgun sequence	True	False
ENG0090_000000008326	2698	0.7879784851229801	3	3	3	3	3	False	61256	maximal	True	ENG0090_000000008326	1.0		2	2	False	False	0.9966641664505005	0					non-mobilizable	no_good_hit	688.0	88.37200000000001	49.0	0.0017096196096368559	NZ_FCOU01000012.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
USA0056_01_000000007822	2518	0.7879713296416644	3	2	0	2	0	False	1016	maximal	True	USA0056_01_000000007822	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	97.626	38.0	0.17196660152780247	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	False
FIJ0157_000000002387	8297	0.7879702530168412	8	6	4	3	4	False	41625	fragment	False	FIJ0157_000000002387	1.0		0	0	False	False	0.9997589588165283	0					non-mobilizable	no_good_hit	724.0	98.619	13.0	0.0002020738599549784	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0105_000000050209	1050	0.7879687110323763	2	2	2	2	1	False	8679	fragment	False	MON0105_000000050209	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1031.0	73.42399999999999	97.0	0.0003573170131414044	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0119_000000004402	3833	0.7879673951472724	6	3	2	2	2	False	115425	fragment	False	FIJ0095_000000006419	0.9286934931274682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	73.0	28.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ETH0003_000000011262	3191	0.7879673951472724	6	3	2	2	2	False	115421	fragment	False	MAD0112_000000007920	0.6075090939966936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	72.908	32.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0058_000000005517	2727	0.7879673951472724	5	3	2	2	2	False	39939	fragment	False	MAD0058_000000005517	0.9808279513764505		0	0	False	False	0.9996333122253418	0					non-mobilizable	no_good_hit	1000.0	73.0	39.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0098_000000013572	1740	0.7879637498381473	2	2	1	2	2	False	42857	maximal	True	FIJ0098_000000013572	1.0		1	1	False	False	0.998275876045227	0					non-mobilizable	no_good_hit	129.0	96.899	7.0	6.80113273669013e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0083_000000008296	4110	0.7879483715603963	4	3	3	3	2	False	44130	maximal	True	FIJ0083_000000008296	1.0		1	1	False	False	0.9978102445602417	0					non-mobilizable	no_good_hit	854.0	73.30199999999999	21.0	0.01868248627589871	NZ_QOHO01000086.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_86, whole genome shotgun sequence	True	False
FIJ0036_000000016839	2379	0.7879395207075445	3	3	2	2	1	True	47958	maximal	True	FIJ0036_000000016839	1.0		1	1	False	False	0.9936948418617249	0					non-mobilizable	no_good_hit	1125.0	97.51100000000001	47.0	0.026752987099538248	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0010_000000038229	1236	0.787934313813198	2	2	2	1	1	False	75840	fragment	False	ISR0818_000000013808	0.6543364183788093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0839_000000016645	1295	0.7879280076855553	2	2	2	2	2	False	20820	fragment	False	ISR0839_000000016645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	74.847	13.0	0.00016056999355725367	NZ_PEQT01000002.1	a-proteobacteria	Agrobacterium rosae strain B20.3 NODE_2_length_1002678_cov_41.5274, whole genome shotgun sequence	True	False
MAD0029_000000001515	2378	0.7879277397788453	4	4	3	4	3	False	101091	maximal	True	MAD0029_000000001515	1.0		285	12	False	False	1.0	0					non-mobilizable	chromosome	1497.0	82.365	97.0	0.00039426696354951236	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0049_000000001673	12918	0.7879259130745606	14	7	5	7	4	True	36015	maximal	True	ISR0049_000000001673	1.0		1	1	False	False	0.9996903538703918	0					non-mobilizable	no_good_hit	215.0	75.34899999999999	2.0	7.138731512307823e-05	NZ_AQGK01000001.1	CFB group bacteria	Pedobacter heparinus DSM 2366 ctg7180000000005_quiver, whole genome shotgun sequence	True	True
AUS0002_000000011300	3070	0.7879240352219202	6	6	5	4	2	False	103025	maximal	True	AUS0002_000000011300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2207.0	96.874	84.0	0.003817639746390989	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0158_000000016608	1136	0.787922851628233	2	2	2	2	2	False	69062	fragment	False	FIJ0033_000000034638	0.9959227441437455		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	99.736	100.0	0.0002782769191239009	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0083_000000027776	1136	0.787922851628233	2	2	2	2	2	False	69062	fragment	False	FIJ0033_000000034638	0.9953410105777186		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	99.56	100.0	0.0002782769191239009	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0045_000000015006	1724	0.7879123668643976	3	1	1	1	1	False	36595	fragment	False	ISR0045_000000015006	1.0		0	0	False	False	0.9924594163894653	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000021902	1347	0.7879123668643976	1	1	1	1	1	False	36593	fragment	False	ISR0201_000000021902	0.9943365695792881		0	0	False	False	0.9651076197624207	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000028961	1236	0.7879123668643976	2	1	1	1	1	False	36593	fragment	False	ISR0201_000000021902	0.9536005939123979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000009149	4317	0.7879063072927032	5	2	2	2	2	False	6685	fragment	False	SPA0047_000000009149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0109_000000018226	1342	0.7878863840338799	2	2	2	2	0	True	59853	maximal	True	ENG0109_000000018226	1.0		5	3	False	False	0.9992548227310181	0					non-mobilizable	no_good_hit								True	True
MON0081_000000032664	1641	0.7878861859314882	4	3	2	2	2	False	9975	fragment	False	MON0081_000000032664	1.0		0	0	False	False	0.9987812042236328	0					non-mobilizable	no_good_hit	819.0	94.01700000000001	50.0	0.032908235104799455	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
DEN0043_000000005306	1626	0.7878747743974012	2	2	2	2	2	False	88978	fragment	False	DEN0043_000000005306	1.0		0	0	False	False	0.990774929523468	0					non-mobilizable	other	1623.0	99.69200000000001	99.0	0.09397101449275362	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
FIJ0001_000000012572	1628	0.7878576901449861	3	3	3	3	2	False	52561	fragment	False	FIJ0001_000000012572	0.9827810266406758		0	0	False	False	0.9883292317390442	0					non-mobilizable	no_good_hit	92.0	82.609	6.0	4.265530203034498e-05	NZ_FTNV01000001.1	a-proteobacteria	Roseovarius nanhaiticus strain DSM 29590, whole genome shotgun sequence	True	False
AUS0022_000000006309	5621	0.7878555829467537	8	4	3	2	4	False	99406	fragment	False	AUS0022_000000006309	1.0		0	0	False	False	0.9998220801353455	0					non-mobilizable	no_good_hit	620.0	75.32300000000001	11.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
CHI0135_000000005444	3733	0.7878548288866118	4	4	4	4	2	False	116679	backbone	False	ISR0777_000000004015	0.8500515174799678	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3425.0	97.51799999999999	92.0	0.000483286256208337	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
DEN0065_000000012791	2660	0.7878468117694306	4	4	2	2	3	True	84438	fragment	False	DEN0065_000000012791	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2660.0	99.887	100.0	0.0008533096798500178	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0113_000000007313	2144	0.7878457037950803	4	3	2	2	2	False	113073	fragment	False	ISR0095_000000014989	0.6228474784747847		0	0	False	False	1.0	0					non-mobilizable	other	2155.0	86.079	99.0	0.012166972898484153	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
MON0099_000000007114	4065	0.7878370770308504	9	3	3	3	3	True	110407	fragment	False	MON0099_000000007114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2193.0	98.76899999999999	70.0	0.012625709908187129	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0028_000000013820	2142	0.7878210784177776	3	2	2	1	1	False	81002	maximal	True	DEN0028_000000013820	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	93.994	86.0	0.0003140546624077671	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
FIJ0145_000000007326	2021	0.7878204020122938	4	2	1	2	1	False	42911	fragment	False	FIJ0145_000000007326	0.969242501270971		0	0	False	False	0.991588294506073	0					non-mobilizable	no_good_hit	108.0	87.037	5.0	0.0016193095019859456	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0170_000000023371	1992	0.7878204020122938	4	2	1	2	1	False	30052	fragment	False	ISR0170_000000023371	1.0		0	0	False	False	0.9979919791221619	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000016091	1967	0.7878204020122938	2	2	1	2	1	False	42911	fragment	False	FIJ0145_000000007326	0.9604156358238496		0	0	False	False	0.9964413046836853	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	2.9036033717843843e-05	NZ_FPBK01000001.1	CFB group bacteria	Pustulibacterium marinum strain CGMCC 1.12333, whole genome shotgun sequence	True	False
ENG0204_000000013625	1937	0.7878140350156949	2	2	2	2	2	False	131871	maximal	False	ISR0170_000000022890	0.9641734843509436		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	97.762	100.0	0.009059241527609532	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
MON0032_000000002447	7186	0.7878082018639816	7	3	1	3	2	False	101196	backbone	False	MON0047_000000004415	0.9829029266580944	PS585	0	0	False	True	0.9998608231544495	0					non-mobilizable	no_good_hit	151.0	88.742	11.0	4.001356192992345e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0080_000000009123	4584	0.7878082018639816	6	3	1	3	2	False	101192	fragment	False	MON0038_000000004872	0.7750881838910512		0	0	False	False	0.9997818470001221	0					non-mobilizable	no_good_hit	160.0	92.5	8.0	4.2414375645718854e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0104_000000004391	6081	0.7878051658913101	10	5	2	5	0	True	94260	fragment	False	ENG0104_000000004391	1.0		0	0	False	False	0.9998355507850647	0					non-mobilizable	other	5252.0	100.0	100.0	0.0014061767337334326	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0057_000000005198	3867	0.7877942467493181	5	5	5	5	5	False	118976	fragment	False	AST0093_000000004458	0.7270074325697153		0	0	False	False	0.9992241859436035	0					non-mobilizable	other	3676.0	92.492	95.0	0.05765544977534798	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0383_000000008494	1725	0.7877936420866064	2	2	2	2	2	False	56310	maximal	True	ISR0383_000000008494	1.0		21	7	False	False	0.9976811408996582	0					non-mobilizable	other	1531.0	98.89	100.0	0.0006355013482597232	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MON0080_000000035937	1561	0.7877818564331481	2	2	2	2	1	False	10041	maximal	True	MON0080_000000035937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	97.444	60.0	0.00025335149965431176	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0385_000000014486	1606	0.787781378064413	3	3	2	2	2	False	68416	fragment	False	ISR0385_000000014486	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	99.626	100.0	0.006523806814024762	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
MON0096_000000027961	1366	0.7877787331849478	3	2	2	2	1	False	9263	fragment	False	MON0096_000000027961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000018640	1640	0.7877713752820218	2	2	2	2	1	False	91709	fragment	False	CHI0132_000000018640	0.9946272666218938		0	0	False	False	0.9993902444839478	0					non-mobilizable	no_good_hit	76.0	98.684	5.0	1.696889398106543e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0044_000000023996	2212	0.7877712902227025	3	3	3	2	2	False	11629	maximal	True	MON0044_000000023996	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	96.61	45.0	0.011809332951617521	NZ_JH379471.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1440, whole genome shotgun sequence	True	False
ISR0846_000000008814	1257	0.7877699610874045	3	1	1	1	1	False	20657	fragment	False	ISR0846_000000008814	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	99.682	100.0	0.005088275090948866	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	False	False
DEN0031_000000008841	3660	0.7877578562454262	4	2	2	2	2	False	73810	maximal	True	DEN0031_000000008841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	71.661	16.0	0.00014114352558678483	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
ISR0171_000000009959	2690	0.7877514993320444	2	2	2	2	2	True	30002	maximal	True	ISR0171_000000009959	1.0		5	2	False	False	0.9832713603973389	0					non-mobilizable	no_good_hit	880.0	93.86399999999999	33.0	0.00029863291355987083	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0036_000000010570	2121	0.7877458958499338	3	3	3	3	3	False	98025	fragment	False	MON0036_000000010570	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2121.0	99.24600000000001	100.0	0.00045673393869251724	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0117_000000010524	2549	0.7877429824793752	5	3	1	3	1	True	53825	fragment	False	ISR0117_000000010524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	75.882	6.0	2.538312557841992e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
MON0093_000000020658	2134	0.7877414094627874	4	2	2	1	2	False	28354	fragment	False	ISR0212_000000016354	0.9840277777777778		0	0	False	False	0.9953139424324036	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	1.521637044761067e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
ISR0780_000000004552	2538	0.787736120859538	4	4	3	3	4	True	78774	fragment	False	ISR0780_000000004552	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	98.368	100.0	0.010977167491617435	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ITA0006_000000007763	3307	0.7877340875451098	4	3	2	2	3	False	86755	maximal	False	MON0033_000000019291	0.9537091121495327		0	0	False	False	0.9996976256370544	0					non-mobilizable	no_good_hit	2611.0	98.81299999999999	79.0	0.0009202703831956513	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
DEN0083_000000007229	3712	0.7877325440153119	4	2	2	2	1	False	81377	fragment	False	DEN0083_000000007229	1.0		0	0	False	False	0.9994612336158752	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.05958756216385e-05	CP054846.1	firmicutes	Listeria monocytogenes strain BfR-LI-00752 chromosome	True	False
USA0083_01_000000009584	3181	0.7877325440153119	2	2	2	2	1	False	501	fragment	False	USA0083_01_000000009584	1.0		0	0	False	False	0.9996856451034546	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.05958756216385e-05	CP054846.1	firmicutes	Listeria monocytogenes strain BfR-LI-00752 chromosome	True	False
AST0113_000000013855	2719	0.7877325440153119	4	2	2	2	1	False	106621	fragment	False	AST0113_000000013855	1.0		0	0	False	False	0.9882309436798096	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.05958756216385e-05	CP054846.1	firmicutes	Listeria monocytogenes strain BfR-LI-00752 chromosome	True	False
FIJ0154_000000010173	3458	0.7877272933699263	6	3	2	3	1	False	89701	fragment	False	MON0057_000000006014	0.9237132352941176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	2.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0108_000000006579	3351	0.7877272933699263	5	3	2	3	1	False	78564	fragment	False	ISR0372_000000004099	0.6284261090703588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.03993775933609958	NZ_VZBY01000063.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_67_length_1928_cov_60.7112_ID_133, whole genome shotgun sequence	True	False
SPA0063_000000014724	1215	0.7877270690358804	2	1	1	1	1	False	6115	fragment	False	SPA0063_000000014724	1.0		0	0	False	False	0.9925925731658936	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0012480294272201786	NZ_JAAITI010000040.1	firmicutes	Blautia luti strain MSK.16.34 NODE_40_length_30448_cov_138.152, whole genome shotgun sequence	True	False
ISR0033_000000018270	1726	0.7877259619809662	3	3	2	2	1	False	110611	fragment	False	ISR0362_000000010416	0.17387223504593605		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	95.473	99.0	0.06923603009212696	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
MON0053_000000010369	3396	0.7877228680599385	4	4	4	4	3	False	11189	maximal	True	MON0053_000000010369	1.0		17	4	False	False	0.996760904788971	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000032208	1395	0.787715750250915	3	2	2	2	1	False	95546	fragment	False	ISR0395_000000026452	0.7783156226330569		0	0	False	False	0.9935483932495117	0					non-mobilizable	other	1395.0	99.785	100.0	0.00022395157248062514	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
USA0080_01_000000022389	1905	0.7877102284328368	3	2	2	2	1	False	605	maximal	True	USA0080_01_000000022389	1.0		1	1	False	False	0.9937008023262024	0					non-mobilizable	no_good_hit	841.0	99.64299999999999	44.0	0.006754203285437455	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0147_000000005694	3373	0.7877082785169179	3	2	2	2	2	False	96247	fragment	False	CAN0004_000000008153	0.4776315789473684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1776.0	80.518	52.0	0.0028545998867222267	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0776_000000017504	1349	0.7876999977513046	4	2	1	2	1	False	78242	fragment	False	ISR0022_000000017797	0.400295460906837		0	0	False	False	0.9992586970329285	0					non-mobilizable	no_good_hit	1076.0	88.755	79.0	0.00032155434795371905	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0056_000000025676	1395	0.7876872381322585	3	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.04700998076727151	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1395.0	90.251	100.0	0.00041729805829948934	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0167_000000022277	1238	0.7876787258956741	2	2	2	2	2	False	30160	fragment	False	ISR0284_000000011474	0.718036503138805		0	0	False	False	0.9612277746200562	0					non-mobilizable	other	1143.0	98.163	93.0	0.00034081216735312416	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0279_000000019661	1175	0.7876787258956741	3	2	2	2	2	False	26211	fragment	False	ISR0279_000000019661	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1049.0	97.99799999999999	94.0	0.00031330802753164395	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0167_000000005052	6096	0.7876696076447451	5	1	1	1	1	False	89080	fragment	False	ISR0167_000000005052	1.0		0	0	False	False	0.9970472455024719	0					non-mobilizable	no_good_hit	2809.0	90.24600000000001	56.0	0.0007783905671170946	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0023_01_000000007060	4542	0.7876696076447451	2	1	1	1	1	False	119548	fragment	False	AST0026_000000006277	0.9483529890199268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	94.641	39.0	0.013484284416284062	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0048_000000025008	1369	0.7876696076447451	2	1	1	1	1	False	89067	fragment	False	CHI0023_000000008326	0.27232443887872076		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	98.906	100.0	0.011015783929820612	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0792_000000004586	2965	0.7876557673092974	3	2	2	2	1	False	110048	fragment	False	ISR0792_000000004586	1.0		0	0	False	False	0.9986509084701538	0					non-mobilizable	no_good_hit	1536.0	95.898	87.0	0.024414795877606456	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0271_000000014492	1330	0.7876557673092974	2	2	2	2	1	False	49512	fragment	False	ISR0271_000000014492	1.0		0	0	False	False	0.9939849376678467	0					non-mobilizable	other	1305.0	98.008	99.0	0.020835663497643205	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0021_000000040237	1185	0.7876557673092974	2	2	2	2	1	False	49511	fragment	False	FIJ0021_000000040237	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	98.31200000000001	100.0	0.01891827115123432	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0194_000000000102	83550	0.7876515939486555	106	25	14	21	7	True	52241	maximal	True	ISR0194_000000000102	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1543.0	93.454	4.0	0.0006411948541198435	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
FIJ0124_000000004910	5156	0.7876513173698519	5	3	2	3	1	False	57919	maximal	True	FIJ0124_000000004910	1.0		17	5	False	False	0.9967028498649597	0					non-mobilizable	no_good_hit	911.0	99.671	21.0	0.00017624766399215678	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
SPA0108_000000011526	2568	0.7876493395542988	3	3	3	3	3	False	4688	maximal	True	SPA0108_000000011526	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1847.0	75.365	71.0	0.000589197888299297	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0022_000000012768	2307	0.7876476752033584	3	3	3	3	2	True	74463	maximal	True	MON0022_000000012768	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	98.866	61.0	0.16819754264583084	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	True
USA0031_01_000000005497	5575	0.7876456028395495	8	3	1	2	2	False	118352	fragment	False	USA0031_01_000000005497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1962.0	92.20200000000001	44.0	0.0025295207597600894	NZ_FMIZ01000006.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
FIJ0022_000000019307	1329	0.7876434269033886	2	1	1	1	1	False	49454	maximal	True	FIJ0022_000000019307	1.0		65	11	False	False	0.9992475509643555	0					non-mobilizable	no_good_hit								True	False
ISR0100_000000007899	1829	0.7876410872109005	2	2	2	2	1	False	71072	maximal	True	ISR0100_000000007899	0.9852231604342582		218	12	False	False	0.9759431481361389	0					non-mobilizable	no_good_hit	747.0	78.179	40.0	0.0002511113972973074	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0199_000000004662	5058	0.7876392991119695	8	6	5	6	4	True	107710	maximal	True	ENG0199_000000004662	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	2.0	2.7873417089710594e-05	NZ_LGBR01000001.1	CFB group bacteria	Polaribacter dokdonensis DSW-5 contig1, whole genome shotgun sequence	True	True
SPA0130_000000027223	1243	0.7876390893506321	3	2	2	2	2	False	35559	fragment	False	ISR0057_000000017404	0.9616576297443842		0	0	False	False	0.9943684339523315	0					non-mobilizable	chromosome	1246.0	86.758	100.0	0.0004325651496793929	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0047_01_000000008052	4283	0.7876308147632881	3	3	2	3	2	False	104643	fragment	False	USA0047_01_000000008052	1.0		0	0	False	False	0.9997665286064148	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000017783	1219	0.7876267071628675	1	1	1	1	1	False	62714	maximal	True	ENG0066_000000017783	1.0		69	8	False	False	0.9860541224479675	0					non-mobilizable	other	1219.0	99.59	100.0	0.009254334645250505	NZ_OLMR01000007.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
ENG0124_000000003829	7492	0.7876249919537354	12	3	2	3	1	False	64353	maximal	True	ENG0124_000000003829	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	77.205	13.0	0.00029527835982792706	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0069_000000047270	1138	0.787611990101361	2	2	2	2	2	False	10460	fragment	False	MON0069_000000047270	0.9954914337240757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0039_000000009761	2425	0.7876092372618819	4	2	2	2	2	False	47570	fragment	False	FIJ0039_000000009761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1516.0	84.76299999999999	62.0	0.004823582812829644	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0033_000000046314	1280	0.7876050945088071	1	1	1	1	1	False	12272	fragment	False	MON0033_000000046314	1.0		0	0	False	False	0.95703125	0					non-mobilizable	other	1280.0	86.016	100.0	0.0020491770447310194	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
MON0037_000000067259	1154	0.7876039198647363	2	2	1	2	2	False	12026	fragment	False	MON0037_000000067259	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1155.0	96.104	100.0	0.00040866584059978266	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0271_000000009777	1828	0.7876038396072741	3	2	2	1	1	False	61360	fragment	False	ISR0271_000000009777	1.0		0	0	False	False	0.9983588457107544	0					non-mobilizable	no_good_hit	744.0	92.60799999999999	41.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0103_000000024679	1236	0.7876038396072741	3	2	2	1	1	False	33009	fragment	False	ISR0103_000000024679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000002162	9535	0.7876016688803295	7	5	4	4	4	False	61203	maximal	True	ENG0091_000000002162	1.0		1	1	False	False	0.9983219504356384	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.00025570334692435364	NZ_SRJD01000005.1	firmicutes	Sporolactobacillus shoreae strain BK92 NODE_5_length_215093_cov_127.579, whole genome shotgun sequence	True	False
MON0007_000000018166	3190	0.7875998420082776	5	3	3	3	3	False	13988	maximal	True	MON0007_000000018166	1.0		6	1	False	False	0.9852664470672607	0					non-mobilizable	no_good_hit	856.0	76.051	26.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0209_000000007629	2461	0.7875969215187865	4	3	3	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7927098872872791		0	0	False	False	1.0	0					non-mobilizable	chromosome	2079.0	99.42299999999999	100.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0107_000000006752	3856	0.7875956029373742	5	4	4	3	2	False	122590	maximal	True	ENG0107_000000006752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3232.0	89.387	84.0	0.013100454430904553	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
MAD0008_000000003219	3339	0.7875904228952487	3	2	2	2	2	False	107821	fragment	False	MAD0008_000000003219	0.9857782038990093		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1808.0	83.462	54.0	0.05457735826223755	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
ENG0060_000000002540	8803	0.7875890747300013	12	9	8	5	4	True	84569	fragment	False	ENG0060_000000002540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	95.309	49.0	0.0393091943872044	KF704242.1	firmicutes	Streptococcus agalactiae strain 9056 vanG element, complete sequence; and RNA methyltransferase gene, partial sequence	True	True
ENG0101_000000010402	3049	0.7875883068267125	3	3	3	3	3	False	105494	fragment	False	FIJ0148_000000005443	0.4758801646298373		0	0	False	False	1.0	0					non-mobilizable	other	3049.0	99.213	100.0	0.004382351545684721	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0192_000000013118	1327	0.7875839437657683	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.8726994225342917		0	0	False	False	0.9404672384262085	0					non-mobilizable	chromosome	1327.0	99.925	100.0	0.0004463238365539222	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0060_000000008427	1991	0.7875767800928574	3	3	3	3	1	False	16862	maximal	True	MAD0060_000000008427	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	73.134	40.0	0.00028941350714543863	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0850_000000014192	1122	0.7875682020762916	1	1	1	1	1	False	103797	fragment	False	MON0013_000000046514	0.9226322165894991		0	0	False	False	0.9991087317466736	0					non-mobilizable	other	1122.0	96.881	100.0	0.0030352377694149845	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0069_000000005757	3636	0.7875605401479385	4	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.4952560156245244		0	0	False	False	1.0	0					non-mobilizable	chromosome	3637.0	99.20299999999999	100.0	0.0006677793874354627	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0174_000000007221	3634	0.7875605401479385	4	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.4947625719508513		0	0	False	False	0.9994496703147888	0					non-mobilizable	chromosome	3635.0	99.23	100.0	0.0006674120720408337	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
AST0104_000000017140	1999	0.7875577492813414	3	3	3	3	1	True	107858	maximal	True	AST0104_000000017140	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	98.81299999999999	59.0	0.0004106057585191981	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
CHI0113_000000002708	2760	0.7875514186123344	4	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.14418439039014042	PS849	0	0	False	True	1.0	0					non-mobilizable	other	2758.0	98.62200000000001	99.0	0.011265890544742788	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
ENG0182_000000011915	2389	0.7875435604305953	3	3	2	2	2	False	109510	fragment	False	ENG0182_000000011915	0.689892244130566		0	0	False	False	1.0	0					non-mobilizable	other	2400.0	97.167	100.0	0.0006760480436912618	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0161_000000011255	2688	0.7875429367993046	5	3	3	2	2	False	121341	fragment	False	ISR0161_000000011255	1.0		0	0	False	False	0.9944196343421936	0					non-mobilizable	no_good_hit	1265.0	99.447	85.0	0.00039840976507377355	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ITA0005_000000008118	2245	0.7875328693037251	4	4	2	3	2	False	109510	fragment	False	ENG0182_000000011915	0.6096794170862858		0	0	False	False	0.9986637234687805	0					non-mobilizable	other	2246.0	98.709	100.0	0.015403193160845015	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
AUS0002_000000020591	1802	0.7875245646035016	2	2	2	2	2	False	107391	fragment	False	ISR0358_000000010740	0.9685881107207959		0	0	False	False	0.9933407306671143	0					non-mobilizable	other	1802.0	99.834	100.0	0.010497234348862556	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0371_000000011089	1767	0.7875245646035016	2	2	2	2	2	False	107391	fragment	False	ISR0358_000000010740	0.9690841403400118		0	0	False	False	1.0	0					non-mobilizable	chromosome	1767.0	99.54700000000001	100.0	0.0005566389597470602	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0061_000000036726	1273	0.7875229178353178	2	2	2	2	2	False	10799	fragment	False	MON0061_000000036726	1.0		0	0	False	False	0.9913589954376221	0					non-mobilizable	chromosome	1276.0	85.11	100.0	0.0002780693020460519	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0330_000000017122	1798	0.7874939061981683	3	2	2	2	2	False	24657	fragment	False	ISR0330_000000017122	1.0		0	0	False	False	0.9949944615364075	0					non-mobilizable	no_good_hit								True	False
ISR0776_000000010471	2350	0.7874907376473829	3	3	3	3	2	False	128048	fragment	False	ISR0776_000000010471	0.9449144837053088		0	0	False	False	1.0	0					non-mobilizable	other	2352.0	97.917	100.0	0.004915972624451893	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0107_000000006024	6224	0.7874775607678165	4	4	4	4	4	False	125853	maximal	True	MAD0107_000000006024	1.0	PS937	0	0	False	True	0.9998393058776855	0					non-mobilizable	no_good_hit	1687.0	99.52600000000001	27.0	0.010919689119170984	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	True
MON0017_000000004405	4329	0.7874767094400248	3	3	2	3	3	False	84204	maximal	True	MON0017_000000004405	1.0		18	8	False	False	0.9833679795265198	0					non-mobilizable	no_good_hit	1013.0	91.31299999999999	73.0	0.000280753786427179	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0019_000000020130	3217	0.7874690158839113	3	3	3	3	3	False	126230	fragment	False	FIJ0081_000000011136	0.4655003270111184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.597	24.0	0.00026835332845522047	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0040_000000006607	1268	0.7874682271124055	2	2	2	2	2	False	89408	fragment	False	CHI0019_000000006375	0.964951528709918		0	0	False	False	0.988959014415741	0					non-mobilizable	plasmid	1286.0	82.65899999999999	99.0	0.0020681284893599807	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MAD0088_000000011712	2112	0.7874682178566281	4	4	4	4	2	False	32732	maximal	True	MAD0088_000000011712	1.0		30	4	False	False	0.9976325631141663	0					non-mobilizable	no_good_hit	1788.0	98.993	85.0	0.0007577489048259743	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
CHI0015_000000001588	5036	0.787460305892394	6	4	4	4	2	False	130464	fragment	False	CHI0015_000000001588	0.9582188076928239		0	0	False	False	0.9998014569282532	0					non-mobilizable	other	5037.0	99.98	100.0	0.008035845359442916	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0086_000000006055	4092	0.7874543843247996	5	4	4	4	3	False	111989	fragment	False	ENG0084_000000005802	0.9537326776933392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	80.71300000000001	15.0	0.00220318763635582	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0049_000000008929	3234	0.7874536794564878	5	5	5	5	2	False	101964	maximal	True	ISR0049_000000008929	1.0		1	1	False	False	0.9987631440162659	0					non-mobilizable	no_good_hit	753.0	77.689	23.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0004_000000019678	1332	0.7874513215745913	3	2	2	2	2	False	51967	maximal	True	FIJ0004_000000019678	1.0		17	7	False	False	0.977477490901947	0					non-mobilizable	no_good_hit	151.0	76.15899999999999	11.0	0.0007973201481196087	NZ_RJVG01000008.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_108, whole genome shotgun sequence	True	False
ISR0085_000000024720	1130	0.7874442585335252	2	2	2	1	1	False	33935	fragment	False	ISR0085_000000024720	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1133.0	83.319	100.0	0.0003629304279130243	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0071_000000028270	1315	0.7874302518942802	2	2	2	2	1	False	44830	maximal	True	FIJ0071_000000028270	1.0		160	13	False	False	0.9961977005004883	0					non-mobilizable	no_good_hit	1093.0	83.257	83.0	0.00037288431846651323	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0050_000000011442	2309	0.787427091799659	3	3	3	3	2	False	93624	fragment	False	ISR0112_000000012858	0.5074949509746086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1193.0	78.122	51.0	0.06318681318681318	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
FIJ0148_000000002988	5704	0.7874244795976756	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.9504840292511086		0	0	True	True	0.9998247027397156	13	rep_cluster_233	MOBQ			mobilizable	plasmid	4819.0	96.161	100.0	0.8283106595488204	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ENG0069_000000003939	5631	0.7874244795976756	7	4	2	2	2	False	125164	maximal	False	ENG0191_000000004413	0.8552083872579948		0	0	True	True	1.0	55	rep_cluster_233	MOBQ			mobilizable	plasmid	4726.0	97.27	100.0	0.8135009471327708	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
MON0059_000000025955	1508	0.7874240637903047	2	2	2	2	1	True	78539	fragment	False	CHI0162_000000020854	0.9711056330752572		0	0	False	False	0.988726794719696	0					non-mobilizable	no_good_hit	99.0	78.788	6.0	1.9928030747290774e-05	NZ_CP010803.1	a-proteobacteria	Martelella endophytica strain YC6887 chromosome, complete genome	True	True
AST0085_000000003030	5087	0.7874200221822398	8	4	2	4	3	False	111138	maximal	True	AST0085_000000003030	1.0		1	1	False	False	0.9972478747367859	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.0016294016475061103	NZ_CYZN01000041.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0101_000000029526	1154	0.7874196825535491	5	3	3	1	0	True	60414	fragment	False	ENG0101_000000029526	1.0		0	0	False	False	0.9878683090209961	0					non-mobilizable	no_good_hit	545.0	84.587	73.0	0.00020746760667516477	NZ_CP040863.1	g-proteobacteria	Rodentibacter heylii strain G1 chromosome, complete genome	True	True
SPA0075_000000001392	8558	0.7874135642168977	11	5	3	5	3	True	112392	fragment	False	SPA0075_000000001392	1.0		0	0	False	False	0.9996494650840759	0					non-mobilizable	no_good_hit	1297.0	98.304	18.0	0.000359898028891814	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0152_000000005248	4196	0.787412853388042	2	2	2	2	1	True	72560	fragment	False	FIJ0152_000000005248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0016_000000004448	5070	0.7874081198412862	5	3	3	3	3	False	103961	maximal	True	ENG0016_000000004448	1.0		4	3	False	False	0.9956607222557068	0					non-mobilizable	no_good_hit	2659.0	91.65100000000001	67.0	0.0009387982178769703	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0018_000000013499	2762	0.7874081198412862	4	3	3	3	3	False	103946	fragment	False	DEN0018_000000013499	1.0		0	0	False	False	0.9981897473335266	0					non-mobilizable	other	2763.0	94.17299999999999	100.0	0.0013550275152544886	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0020_000000008764	2258	0.7874065566769173	3	1	1	1	1	False	66477	fragment	False	USA0130_01_000000014864	0.9536208299430431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000016708	1647	0.7873981655223687	2	2	2	2	2	False	102683	fragment	False	CAN0020_000000020591	0.6437772854603638		0	0	False	False	1.0	0					non-mobilizable	other	1647.0	99.271	100.0	0.003616875231004805	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0118_000000012449	1202	0.7873975006049067	2	1	1	1	1	False	67346	fragment	False	ISR0150_000000015766	0.525642191614975		0	0	False	False	0.9975041747093201	0					non-mobilizable	other	1202.0	98.586	100.0	0.02081815342979078	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ENG0168_000000027238	1165	0.7873878083707351	2	1	1	1	1	False	55942	maximal	True	ENG0168_000000027238	1.0		1	1	False	False	0.9991416335105896	0					non-mobilizable	no_good_hit	165.0	75.758	14.0	0.00018548660091166665	NZ_LR027602.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
MAD0108_000000004400	3732	0.7873870806845662	5	5	5	4	4	False	103710	fragment	False	ISR0103_000000006253	0.5684616736729416		0	0	False	False	1.0	0					non-mobilizable	other	3732.0	97.964	100.0	0.0011221283284864334	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0107_000000051939	1194	0.787380525542525	2	2	2	2	2	False	22403	fragment	False	ISR0776_000000019400	0.9566831683168318		0	0	False	False	0.9974874258041382	0					non-mobilizable	other	1194.0	97.069	100.0	0.003513380590707359	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ENG0177_000000016693	1591	0.7873775099461178	3	3	3	2	1	True	55512	fragment	False	ENG0177_000000016693	0.9897172236503856		0	0	False	False	0.997485876083374	0					non-mobilizable	other	1591.0	99.24600000000001	100.0	0.0013579715492149386	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	True
MON0070_000000003377	6480	0.7873728107468424	7	6	6	6	6	False	11368	maximal	True	MON0070_000000003377	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	72.125	21.0	0.010739223130146703	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0331_000000010422	2247	0.7873723736199747	3	3	3	2	2	False	108471	fragment	False	SPA0025_000000009412	0.7754055768154288		0	0	False	False	0.9991099238395691	0					non-mobilizable	other	2245.0	99.065	99.0	0.023146667766924197	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0153_000000006776	4237	0.7873713251901899	2	1	1	1	1	False	56967	maximal	True	ENG0153_000000006776	1.0		2	1	False	False	0.9997639656066895	0					non-mobilizable	no_good_hit	1315.0	73.916	31.0	0.0004515794304175681	NZ_CP016786.1	firmicutes	Clostridium isatidis strain DSM 15098 chromosome, complete genome	True	False
ENG0039_000000021182	1241	0.7873691145100713	2	2	2	2	1	False	64905	fragment	False	ENG0039_000000021182	0.9750633981403212		0	0	False	False	0.9991942048072815	0					non-mobilizable	chromosome	1254.0	83.652	99.0	0.0002772987981344868	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0147_000000011356	1354	0.787367429472934	2	1	1	1	1	False	57340	fragment	False	ENG0147_000000011356	1.0		0	0	False	False	0.9874445796012878	0					non-mobilizable	no_good_hit	965.0	74.611	70.0	0.006588407720811902	NZ_JAAISM010000005.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_5_length_144648_cov_157.708, whole genome shotgun sequence	True	False
DEN0073_000000039248	1368	0.7873559016826418	2	2	2	2	2	True	70096	maximal	True	DEN0073_000000039248	1.0		3	1	False	False	0.9875730872154236	0					non-mobilizable	no_good_hit								True	True
ISR0050_000000025288	1165	0.787355640909943	2	2	1	2	1	False	35887	fragment	False	ISR0050_000000025288	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1172.0	89.932	100.0	0.00020208024599624173	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ENG0029_000000011871	2058	0.787354710228691	3	2	2	2	1	False	101955	maximal	True	ENG0029_000000011871	1.0		1	1	False	False	0.999028205871582	0					non-mobilizable	no_good_hit	753.0	77.689	36.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0329_000000009961	1652	0.787354710228691	3	2	2	2	1	False	101952	fragment	False	DEN0093_000000013839	0.081888017739764		0	0	False	False	0.9830508232116699	0					non-mobilizable	no_good_hit	755.0	77.351	45.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
MON0004_000000025361	1742	0.7873537701362041	2	2	2	2	2	False	125442	fragment	False	MON0070_000000010284	0.2005436680740806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1675.0	85.25399999999999	96.0	0.00046642847495505593	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0093_000000008761	1378	0.7873501767386575	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.018965499365720326		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	97.823	100.0	0.2161356145032177	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
ISR0803_000000011771	1312	0.7873501767386575	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.009639834534726567		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	100.0	100.0	0.006482781810629586	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0013_000000050402	1144	0.787347946451675	2	2	2	2	1	True	13468	fragment	False	MON0013_000000050402	1.0		0	0	False	False	0.8889859914779663	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000023450	1442	0.7873473932032388	4	4	3	2	3	False	103337	fragment	False	FIJ0169_000000013717	0.9007324129077267		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	97.573	100.0	0.00043911609589197744	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0066_000000018552	1741	0.7873471108589513	3	3	3	3	3	False	35133	fragment	False	ISR0066_000000018552	0.996558197747184		0	0	False	False	0.9994255900382996	0					non-mobilizable	no_good_hit	69.0	85.507	4.0	0.0003120812145466561	NZ_PUGF01000006.1	b-proteobacteria	Solimicrobium silvestre strain S20-91 Contig0006, whole genome shotgun sequence	True	False
SPA0067_000000001671	12258	0.787345356604541	12	11	9	10	11	False	113984	fragment	False	ENG0112_000000001563	0.6425062736932031		0	0	False	False	1.0	0					non-mobilizable	chromosome	12259.0	99.184	100.0	0.002506516780044053	CP055967.1	enterobacteria	Escherichia coli strain RHB10-C14 chromosome	False	False
MAD0064_000000003978	4551	0.7873354000748558	3	2	2	2	0	True	130377	maximal	True	MAD0064_000000003978	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	97.01799999999999	40.0	0.04832505209168136	MK232434.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c9 sequence	True	True
ISR0145_000000014151	2076	0.7873326674414514	3	3	3	1	2	False	108471	fragment	False	SPA0025_000000009412	0.6292847077873627		0	0	False	False	0.9980732202529907	0					non-mobilizable	other	1890.0	98.042	91.0	0.005703301386382802	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0231_000000004927	3232	0.7873306251632203	4	4	4	4	4	False	119483	fragment	False	ISR0231_000000004927	0.9726062150659199		0	0	False	False	0.9978341460227966	0					non-mobilizable	other	3232.0	99.93799999999999	100.0	0.009184796049770167	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ENG0169_000000002654	7640	0.7873214566403068	12	8	5	6	7	True	95114	maximal	True	ENG0169_000000002654	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	3499.0	98.314	100.0	0.0015476083694018013	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0023_000000001637	11103	0.7873180762413905	14	5	0	5	2	False	72348	fragment	False	ENG0023_000000001637	1.0		0	0	False	False	0.9978384375572205	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.492702566683443e-05	NZ_MDFG01000015.1	high GC Gram+	Streptomyces hygroscopicus subsp. hygroscopicus strain OsiSh-2 Scaffold12_1, whole genome shotgun sequence	True	False
CHI0136_000000003490	4239	0.7873174515225035	6	5	2	3	5	False	118168	backbone	False	FIJ0074_000000005173	0.23336945510836385	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	3875.0	95.69	97.0	0.4881492687846697	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
CHI0167_000000004304	4163	0.7873174515225035	5	5	2	3	5	False	118168	backbone	False	FIJ0074_000000005173	0.2181867581732987	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	3840.0	95.729	97.0	0.48373676248108927	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
CAN0003_000000011772	4159	0.7873174515225035	5	5	2	3	5	False	118168	backbone	False	FIJ0074_000000005173	0.2179974706009753	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	3835.0	95.698	97.0	0.4831064044377206	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ENG0182_000000006780	4066	0.7873174515225035	5	5	2	3	5	False	118168	backbone	False	FIJ0074_000000005173	0.18723303714842457	PS799	0	0	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	plasmid	3840.0	95.70299999999999	97.0	0.48373676248108927	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
AST0055_000000019849	1796	0.7873137262466074	3	3	3	2	1	True	118554	fragment	False	AST0055_000000019849	0.9958208955223881		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	99.889	99.0	0.12088948787061994	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
USA0055_01_000000008233	3318	0.7873082525902095	2	2	2	2	2	False	1036	maximal	True	USA0055_01_000000008233	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	80.762	15.0	0.013252979920535453	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
MON0105_000000022025	2469	0.787307744226949	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9755794111993878		0	0	False	False	1.0	0					non-mobilizable	chromosome	2469.0	99.514	100.0	0.00044745860554638357	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
ISR0203_000000008716	1974	0.7873015822022632	3	3	3	3	3	False	64563	fragment	False	ISR0266_000000009243	0.9837011033099298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1170.0	75.385	59.0	0.01607597036381732	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0043_000000027437	1266	0.7872975513822666	2	2	2	2	2	False	64557	fragment	False	ENG0043_000000027437	1.0		0	0	False	False	0.9897314310073853	0					non-mobilizable	other	1276.0	76.176	100.0	0.004603244994520819	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0099_000000013353	1220	0.7872752655321935	2	2	2	2	2	False	60631	fragment	False	MAD0067_000000007974	0.9548532731376975		0	0	False	False	0.9909836053848267	0					non-mobilizable	other	1224.0	85.294	100.0	0.003889395320571255	NZ_FOZC01000003.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	False
ISR0072_000000025146	1182	0.7872749607417417	2	1	1	1	1	False	34818	fragment	False	ISR0072_000000025146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	7.0	2.3042295180180273e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0353_000000012886	2855	0.7872654517889821	3	3	3	3	2	False	50220	fragment	False	ISR0353_000000012886	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1089.0	93.29700000000001	93.0	0.0004384935186059214	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0073_000000013419	2015	0.7872599250641746	3	3	3	2	2	False	81201	fragment	False	DEN0010_000000020867	0.4888727570013285		0	0	False	False	0.9945409297943115	0					non-mobilizable	no_good_hit	778.0	71.722	38.0	0.00022913801181965207	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
MAD0057_000000003812	4121	0.7872476316894663	5	3	2	3	0	True	79193	fragment	False	MAD0057_000000003812	0.9821472242602103		0	0	False	False	0.9973307251930237	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.0001295003445041216	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0091_000000003346	4089	0.7872476316894663	5	3	2	3	0	True	79193	fragment	False	MAD0057_000000003812	0.9790099490414947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	100.0	1.0	8.467330217577181e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0180_000000012770	1405	0.7872388763244639	2	2	1	2	1	False	55317	fragment	False	ENG0180_000000012770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0106_000000001906	9478	0.7872374175710531	9	9	4	4	6	False	114989	fragment	False	AST0106_000000001906	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	9478.0	99.98899999999999	100.0	0.1418818773860319	CP041658.1	firmicutes	Lactobacillus paracasei strain CBA3611 plasmid pLP1, complete sequence	False	True
MON0076_000000038202	1264	0.7872361651244812	2	2	2	2	2	False	10272	fragment	False	MON0076_000000038202	0.9922279792746114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	78.363	13.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
FIJ0005_000000004132	6339	0.7872326435133377	6	6	5	6	5	True	62535	fragment	False	FIJ0005_000000004132	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6340.0	99.196	100.0	0.057007958990961824	NC_016846.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 plasmid pKPHS2, complete sequence	False	True
CHI0154_000000005100	5393	0.7872296487239344	8	5	4	4	3	False	132115	fragment	False	ENG0130_000000005013	0.5591362996889501		0	0	False	False	0.9981457591056824	0					non-mobilizable	no_good_hit								True	False
CHI0112_000000004929	3340	0.7872260549807519	4	4	4	4	3	False	98135	fragment	False	CHI0043_000000002370	0.9336295966543916		0	0	False	False	0.9946107864379883	0					non-mobilizable	chromosome	3334.0	99.1	99.0	0.0006532070348810204	LR217818.1	enterobacteria	Escherichia coli strain NCTC86 genome assembly, chromosome: 1	False	False
MAD0073_000000001891	1763	0.7872227475422993	3	3	1	3	1	True	16296	maximal	True	MAD0073_000000001891	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	89.676	47.0	0.03184443588756257	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
CHI0078_000000002742	6268	0.7872024479348669	6	6	6	6	5	True	84518	maximal	True	CHI0078_000000002742	1.0		2	2	False	False	0.999202311038971	0		MOBF	MPF_Unknown		conjugative	plasmid	6268.0	100.0	100.0	0.041037763648150455	CP024237.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed5, complete sequence	False	True
MAD0107_000000004990	7329	0.7872014581655995	9	4	3	4	2	True	105920	fragment	False	MAD0107_000000004990	0.9969849950918525		0	0	False	False	0.9998635649681091	0					non-mobilizable	no_good_hit	1446.0	85.06200000000001	22.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0041_000000003342	7131	0.7872014581655995	8	4	3	4	2	True	105920	fragment	False	MAD0107_000000004990	0.9856733524355301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	85.28	20.0	0.19816236972024137	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
DEN0071_000000009073	4092	0.7872000656742442	3	3	3	2	3	False	70493	fragment	False	DEN0071_000000009073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	89.727	51.0	0.00030702911962688544	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0109_000000005978	4478	0.7871992987772832	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.8928481250701998	PS388	0	0	False	True	1.0	0					non-mobilizable	other	2597.0	95.764	99.0	0.015666815003566183	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0172_000000008807	1818	0.7871960960696613	3	2	2	1	1	False	45671	maximal	True	ISR0172_000000008807	1.0		48	9	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	5.0	1.6634324400971607e-05	NC_009633.1	firmicutes	Alkaliphilus metalliredigens QYMF, complete genome	True	False
SPA0056_000000010558	3206	0.787188846673888	6	3	1	3	2	True	87648	fragment	False	ENG0060_000000008664	0.9825123664034862		0	0	False	False	0.9990642666816711	0					non-mobilizable	other	1885.0	98.462	98.0	0.0005045204658834102	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0018_000000008614	2027	0.7871859831815735	3	3	3	2	2	False	89551	maximal	True	CHI0018_000000008614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	88.15299999999999	49.0	0.09406410013275175	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0063_000000034702	1453	0.7871841600892308	3	1	1	1	1	False	71439	maximal	True	DEN0063_000000034702	1.0		1	1	False	False	0.9903647899627686	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	3.8047251969285e-05	NZ_JACCEU010000002.1	b-proteobacteria	Eoetvoesia caeni strain PB3-7B NODE_2_length_735927_cov_40.011958, whole genome shotgun sequence	True	False
ISR0047_000000006777	4172	0.7871830811612607	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.8255586991591908		0	0	False	False	1.0	0					non-mobilizable	other	4172.0	99.64	100.0	0.03227478836838603	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0175_000000005793	4154	0.7871830811612607	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.8230534181807047		0	0	False	False	0.9990370869636536	0					non-mobilizable	other	4154.0	99.133	100.0	0.03211229243078447	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0168_000000006320	4132	0.7871830811612607	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.8227080589084608		0	0	False	False	0.99878990650177	0					non-mobilizable	other	4132.0	99.54	100.0	0.03196527229676401	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0040_000000005364	4062	0.7871830811612607	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.6782828773978539		0	0	False	False	1.0	0					non-mobilizable	other	4062.0	99.48299999999999	100.0	0.03142361917142548	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0126_000000009479	4011	0.7871830811612607	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.6542609965565829		0	0	False	False	0.9995013475418091	0					non-mobilizable	other	3825.0	99.37299999999999	95.0	0.029589736447065015	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0164_000000004491	4000	0.7871830811612607	4	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.6578063424078673		0	0	False	False	0.996749997138977	0					non-mobilizable	other	4000.0	99.525	100.0	0.030943869260411348	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0068_000000005858	3900	0.7871830811612607	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.6085141984884606		0	0	False	False	0.9917948842048645	0					non-mobilizable	other	3247.0	99.384	100.0	0.02510949131033629	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0128_000000009264	3755	0.7871830811612607	4	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.3675887359614512		0	0	False	False	1.0	0					non-mobilizable	other	3755.0	99.84	100.0	0.02904808332172648	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0122_000000003497	4490	0.7871825304410194	5	5	4	4	5	False	100926	fragment	False	SPA0046_000000005059	0.9278010336954226		0	0	False	False	0.9993318319320679	0					non-mobilizable	chromosome	2890.0	97.09299999999999	100.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0046_000000007866	3142	0.7871705943057274	4	3	3	3	3	False	43742	maximal	True	MAD0046_000000007866	0.9571884984025558		3	2	False	False	0.9977720975875854	0					non-mobilizable	no_good_hit	282.0	94.681	9.0	0.11182108626198083	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0016_01_000000011464	1203	0.787168022648949	2	2	2	1	1	False	1919	fragment	False	USA0016_01_000000011464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0180_000000003865	5297	0.7871543560460649	3	2	1	2	0	True	129144	fragment	False	ISR0812_000000005528	0.49640132668305165		0	0	False	False	0.998112142086029	0					non-mobilizable	no_good_hit	752.0	88.03200000000001	39.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0190_000000019943	1503	0.7871528604248701	3	2	2	1	1	False	54800	fragment	False	SPA0114_000000031068	0.9502338114995567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	78.298	15.0	0.0009117556494859378	NZ_KB822503.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.8, whole genome shotgun sequence	True	False
ISR0205_000000002700	7521	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9539581196625426		0	0	False	False	0.9988033771514893	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0062_000000002185	7399	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9420618951325699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	67.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0051_000000005640	7364	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9507329696040426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.788	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0183_000000004894	7364	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9512235700659831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0002_000000004265	7358	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9510777443730566		0	0	False	False	0.9997282028198242	0					non-mobilizable	no_good_hit	1320.0	83.712	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0100_000000004310	7351	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9502401094458519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0133_000000003219	7348	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9518277917921318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.788	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0127_000000003486	7341	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9485473680594717		0	0	False	False	0.9982291460037231	0					non-mobilizable	no_good_hit	1320.0	83.712	68.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0083_000000002859	7339	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9504756529920575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.788	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0389_000000002318	7335	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9515402550852557		0	0	False	False	0.9991819858551025	0					non-mobilizable	no_good_hit	1320.0	83.788	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0064_000000002734	7327	0.7871502907726383	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9508585069354751		0	0	False	False	0.9997270107269287	0					non-mobilizable	no_good_hit	1320.0	83.86399999999999	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0081_000000000035	120144	0.7871472244639631	152	50	28	43	31	False	44297	maximal	True	FIJ0081_000000000035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	78.607	1.0	0.00015179073016299198	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	True	False
USA0133_01_000000010806	2071	0.7871467816438715	3	1	1	1	1	False	66792	fragment	False	USA0133_01_000000010806	1.0		0	0	False	False	0.995654284954071	0					non-mobilizable	plasmid	1823.0	97.916	98.0	0.035948876226654006	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
MAD0089_000000017725	1537	0.7871467816438715	2	1	1	1	1	False	55312	fragment	False	MAD0089_000000017725	1.0		0	0	False	False	0.9947950839996338	0					non-mobilizable	plasmid	1274.0	99.137	94.0	0.025185976574865463	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0010_000000021062	1256	0.7871467816438715	1	1	1	1	1	False	55311	fragment	False	ENG0180_000000013924	0.9605568445475638		0	0	False	False	0.9721337556838989	0					non-mobilizable	plasmid	1245.0	99.116	99.0	0.0246122190566635	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
MON0068_000000034180	1239	0.787143258264177	1	1	1	1	1	False	10534	fragment	False	MON0068_000000034180	1.0		0	0	False	False	0.9790153503417969	0					non-mobilizable	no_good_hit	1071.0	70.775	85.0	0.03304746646561744	NZ_FQVG01000032.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
ENG0166_000000004413	5782	0.7871378542772393	6	6	4	5	5	False	56179	fragment	False	ENG0166_000000004413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	79.425	15.0	0.07339993227226549	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MAD0101_000000007588	3576	0.7871376298116066	4	4	4	3	3	False	47208	fragment	False	MAD0101_000000007588	1.0		0	0	False	False	0.9966443181037903	0					non-mobilizable	no_good_hit	968.0	74.89699999999999	27.0	0.01087715682570215	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	True	False
DEN0018_000000018609	2078	0.7871371577617762	3	2	1	2	0	True	75111	maximal	True	DEN0018_000000018609	1.0		1	1	False	False	0.9874879717826843	0					non-mobilizable	no_good_hit								True	True
DEN0016_000000003857	2063	0.7871371577617762	4	2	1	2	0	True	75348	maximal	True	DEN0016_000000003857	1.0		2	1	False	False	0.9951527118682861	0					non-mobilizable	no_good_hit								True	True
CHI0125_000000002069	7627	0.7871338361156044	8	4	3	3	2	True	90117	fragment	False	CHI0125_000000002069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	1.0	2.9381724567319127e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
CHI0012_000000000878	6859	0.7871338361156044	7	4	3	3	2	True	90116	fragment	False	CHI0012_000000000878	1.0		0	0	False	False	0.9998542070388794	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	1.0	2.9381724567319127e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
MAD0085_000000001013	9113	0.7871336347788391	12	10	7	5	7	True	130129	maximal	True	MAD0085_000000001013	0.9606833606365551		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	7077.0	93.839	80.0	0.00237534488277604	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0027_01_000000021838	1242	0.7871231976120261	1	1	1	1	1	False	1571	maximal	True	USA0027_01_000000021838	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	74.101	44.0	0.00015526478925658992	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0130_01_000000020888	1633	0.7871203266139566	3	2	2	2	2	False	111	maximal	True	USA0130_01_000000020888	1.0		6	4	False	False	0.9932639598846436	0					non-mobilizable	no_good_hit	734.0	71.253	45.0	0.003160104759637237	NZ_JAAIPW010000004.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_4_length_231005_cov_215.803, whole genome shotgun sequence	True	False
MON0087_000000013992	3473	0.7871146027165198	5	4	2	4	0	True	61594	maximal	True	MON0087_000000013992	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	1381.0	94.714	79.0	0.005711374705940824	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
ENG0095_000000021890	1280	0.7871108825989388	2	2	2	2	2	False	60912	maximal	True	ENG0095_000000021890	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1280.0	96.406	100.0	0.007363524358930072	NZ_AAXG02000011.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont151, whole genome shotgun sequence	False	False
AST0053_000000000331	37727	0.7871037538323191	20	1	0	1	0	True	114300	fragment	False	AST0053_000000000331	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	25533.0	97.48200000000001	97.0	0.26287539277803534	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0392_000000000466	34823	0.7871037538323191	13	1	0	1	0	True	78482	fragment	False	ISR0392_000000000466	1.0		0	0	False	False	0.9997702836990356	0					non-mobilizable	virus	31115.0	96.90799999999999	97.0	0.3144367941601707	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
DEN0034_000000000200	18302	0.7871037538323191	3	1	0	1	0	True	73573	fragment	False	DEN0034_000000000200	1.0		0	0	False	False	0.999945342540741	0					non-mobilizable	no_good_hit	149.0	83.89299999999999	1.0	0.0015177385695313982	MH616963.1	viruses	CrAssphage sp. isolate ctbg_1, complete genome	True	True
DEN0078_000000000912	17461	0.7871037538323191	3	1	0	1	0	True	69859	fragment	False	DEN0078_000000000912	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	17432.0	97.229	99.0	0.17953948385102766	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
MAD0060_000000000617	14225	0.7871037538323191	13	1	0	1	0	True	16871	maximal	True	MAD0060_000000000617	1.0		1	1	False	False	0.9996485114097595	0					non-mobilizable	no_good_hit	100.0	98.0	1.0	0.042163543441226574	NZ_QENY01000049.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_149, whole genome shotgun sequence	True	True
ISR0163_000000000792	6776	0.7871037538323191	3	1	0	1	0	True	68588	fragment	False	ISR0163_000000000792	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	6777.0	97.654	100.0	0.06974707670117962	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
SPA0154_000000000683	6735	0.7871037538323191	12	1	0	1	0	True	78166	fragment	False	SPA0154_000000000683	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5370.0	95.382	99.0	0.055189821253799	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
SPA0089_000000006110	6005	0.7871037538323191	2	1	0	1	0	True	68587	fragment	False	SPA0089_000000006110	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	6007.0	98.00200000000001	100.0	0.06187606243239067	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0793_000000002217	5649	0.7871037538323191	3	1	0	1	0	True	68586	fragment	False	ISR0793_000000002217	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5650.0	97.646	100.0	0.057775913745307245	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ISR0049_000000005409	5083	0.7871037538323191	10	1	0	1	0	True	78165	fragment	False	ISR0049_000000005409	1.0		0	0	False	False	0.9980326294898987	0					non-mobilizable	virus	4037.0	93.361	96.0	0.04143615103281306	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
USA0069_01_000000012711	4845	0.7871037538323191	7	1	0	1	0	True	85999	maximal	True	USA0069_01_000000012711	1.0		6	4	False	False	0.9997935891151428	0					non-mobilizable	no_good_hit	858.0	80.07	18.0	0.00023521113462296795	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
CHI0033_000000001436	4507	0.7871037538323191	7	1	0	1	0	True	88363	maximal	True	CHI0033_000000001436	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	1.0	4.346380032352185e-05	LN483380.1	flies	Culicoides sonorensis genome assembly, scaffold: scaffold30	True	True
FIJ0070_000000004338	4436	0.7871037538323191	9	1	0	1	0	True	44952	maximal	True	FIJ0070_000000004338	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	90.11	2.0	7.306558854331572e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0092_000000003950	4398	0.7871037538323191	12	1	0	1	0	True	15722	maximal	True	MAD0092_000000003950	1.0		1	1	False	False	0.9993178844451904	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.006814992984566046	XM_028533335.2	bats	PREDICTED: Phyllostomus discolor developing brain homeobox 2 (DBX2), mRNA	True	True
SPA0088_000000003809	4346	0.7871037538323191	5	1	0	1	0	True	67579	maximal	True	SPA0088_000000003809	1.0		2	1	False	False	0.9988495111465454	0					non-mobilizable	no_good_hit	949.0	79.979	22.0	0.00026020405329601055	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0007_000000006020	4332	0.7871037538323191	7	1	0	1	0	True	67544	fragment	False	ENG0007_000000006020	1.0		0	0	False	False	0.9949215054512024	0					non-mobilizable	virus	1433.0	93.09100000000001	99.0	0.01504738709165034	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
AST0053_000000002611	4298	0.7871037538323191	6	1	0	1	0	True	114210	fragment	False	AST0053_000000002611	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00029876886622366456	NC_024711.1	viruses	Uncultured crAssphage, complete genome	True	True
ISR0296_000000005895	4154	0.7871037538323191	7	1	0	1	0	True	130505	maximal	False	ENG0099_000000004465	0.9970520648159756		0	0	True	True	1.0	109					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ENG0099_000000004465	4154	0.7871037538323191	7	1	0	1	0	True	130505	maximal	True	ENG0099_000000004465	0.9972587134795009		19	5	True	True	0.9997592568397522	27					non-mobilizable	no_good_hit	210.0	82.85700000000001	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0217_000000006340	4154	0.7871037538323191	7	1	0	1	0	True	130505	maximal	False	ENG0099_000000004465	0.9970520648159756		0	0	True	True	1.0	40					non-mobilizable	no_good_hit	210.0	82.381	5.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
DEN0041_000000008224	4051	0.7871037538323191	6	1	0	1	0	True	73145	backbone	True	DEN0041_000000008224	0.9701289253015583	PS343	3	2	True	True	0.9997531771659851	17					non-mobilizable	no_good_hit								True	True
ISR0174_000000006676	3962	0.7871037538323191	6	1	0	1	0	True	73145	backbone	False	DEN0041_000000008224	0.9235216532375948	PS343	0	0	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
ENG0206_000000006349	3927	0.7871037538323191	9	1	0	1	0	True	53968	fragment	False	ENG0206_000000006349	1.0		0	0	False	False	0.9971988797187805	0					non-mobilizable	no_good_hit								True	True
SPA0095_000000005304	3893	0.7871037538323191	9	1	0	1	0	True	5854	maximal	True	SPA0095_000000005304	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1445.0	90.65700000000001	59.0	0.00021856339921487645	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
ISR0366_000000003898	3891	0.7871037538323191	7	1	0	1	0	True	23632	maximal	True	ISR0366_000000003898	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
SPA0073_000000003456	3883	0.7871037538323191	9	1	0	1	0	True	5854	maximal	False	SPA0095_000000005304	0.9987156434626252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1445.0	90.65700000000001	59.0	0.00021856339921487645	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
SPA0086_000000003950	3703	0.7871037538323191	6	1	0	1	0	True	73145	backbone	False	DEN0041_000000008224	0.9268830446470133	PS343	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0069_000000012335	3688	0.7871037538323191	7	1	0	1	0	True	12482	maximal	True	MON0069_000000012335	1.0		1	1	False	False	0.9962038993835449	0					non-mobilizable	no_good_hit	1343.0	93.745	81.0	0.014126118494202361	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	True	True
USA0086_01_000000005032	3679	0.7871037538323191	10	1	0	1	0	True	449	maximal	True	USA0086_01_000000005032	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	93.619	85.0	0.015079154974320962	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	True	True
SPA0078_000000002074	3660	0.7871037538323191	10	1	0	1	0	True	5675	maximal	True	SPA0078_000000002074	1.0		2	1	False	False	0.9983606338500977	0					non-mobilizable	no_good_hit	1227.0	96.333	56.0	0.00018644858219932009	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
ISR0775_000000005057	3646	0.7871037538323191	6	1	0	1	0	True	38084	fragment	False	ISR0775_000000005057	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	82.85700000000001	6.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0851_000000003582	3612	0.7871037538323191	8	1	0	1	0	True	65411	fragment	False	ISR0851_000000003582	1.0		0	0	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit	587.0	99.48899999999999	16.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0124_000000004577	3609	0.7871037538323191	8	1	0	1	0	True	32087	fragment	False	ISR0124_000000004577	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	3455.0	96.585	99.0	0.03537835471076083	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0399_000000003993	3540	0.7871037538323191	8	1	0	1	0	True	27293	fragment	False	ISR0399_000000003993	1.0		0	0	False	False	0.9954802393913269	0					non-mobilizable	no_good_hit								True	True
ENG0046_000000005355	3512	0.7871037538323191	4	1	0	1	0	True	69618	maximal	True	ENG0046_000000005355	0.9668595090698044		1	1	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
SPA0038_000000008307	3505	0.7871037538323191	6	1	0	1	0	True	67578	fragment	False	SPA0038_000000008307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	87.22	9.0	8.66421180665478e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0378_000000006805	3487	0.7871037538323191	5	1	0	1	0	True	131903	maximal	True	ISR0378_000000006805	1.0	PS1135|PS245|PS267	1	1	True	True	1.0	75					non-mobilizable	no_good_hit	1289.0	93.251	67.0	0.5534782608695652	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
ISR0236_000000002868	3342	0.7871037538323191	3	1	0	1	0	True	27335	maximal	True	ISR0236_000000002868	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
DEN0079_000000015393	3316	0.7871037538323191	3	1	0	1	0	True	69618	maximal	False	ENG0046_000000005355	0.9424620063194343		0	0	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
CHI0132_000000009597	3314	0.7871037538323191	5	1	0	1	0	True	80934	maximal	True	CHI0132_000000009597	1.0		1	1	False	False	0.996680736541748	0					non-mobilizable	no_good_hit	955.0	78.848	28.0	0.00026020405329601055	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0141_000000008755	3284	0.7871037538323191	3	1	0	1	0	True	40298	maximal	True	FIJ0141_000000008755	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0169_000000007244	3153	0.7871037538323191	4	1	0	1	0	True	78167	fragment	False	ENG0169_000000007244	1.0		0	0	False	False	0.9993656873703003	0					non-mobilizable	virus	1516.0	92.01799999999999	98.0	0.01597924498332186	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
MON0031_000000010953	3098	0.7871037538323191	3	1	0	1	0	True	12469	maximal	True	MON0031_000000010953	1.0		0	0	False	False	0.9893479943275452	0				MOBP	mobilizable	no_good_hit	1161.0	99.053	37.0	0.6093585699263933	CP055813.1	enterobacteria	Escherichia fergusonii strain RHB03-C23 plasmid pRHB03-C23_8, complete sequence	True	True
SPA0001_000000011053	3075	0.7871037538323191	4	1	0	1	0	True	77498	maximal	False	FIJ0014_000000007869	0.7163868765286845		0	0	True	True	0.9996747970581055	18					non-mobilizable	no_good_hit	432.0	96.759	28.0	0.2737715379706445	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
MON0064_000000008257	3055	0.7871037538323191	5	1	0	1	0	True	77498	maximal	False	FIJ0014_000000007869	0.9283233895474404		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	423.0	94.79899999999999	29.0	0.2693044033184429	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
ISR0776_000000008192	3053	0.7871037538323191	5	1	0	1	0	True	67577	fragment	False	ISR0776_000000008192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	93.22	6.0	4.8875040960616716e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
MON0101_000000020102	3045	0.7871037538323191	3	1	0	1	0	True	11019	maximal	False	MON0058_000000015030	0.9985687022900763		0	0	True	True	0.9967159032821655	8					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	2.425663520042045e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
DEN0004_000000000384	3036	0.7871037538323191	9	1	0	1	0	True	76596	fragment	False	DEN0004_000000000384	1.0		0	0	False	False	0.9996706247329712	0					non-mobilizable	no_good_hit	257.0	99.611	8.0	4.958176041977158e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0137_000000005710	3036	0.7871037538323191	3	1	0	1	0	True	78164	fragment	False	ENG0137_000000005710	0.9514091063381805		0	0	False	False	1.0	0					non-mobilizable	virus	1336.0	92.964	94.0	0.014126118494202361	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
MON0014_000000005303	3031	0.7871037538323191	4	1	0	1	0	True	14341	maximal	False	MON0061_000000014545	0.8275324448081555		0	0	True	True	1.0	114					non-mobilizable	no_good_hit	459.0	86.057	15.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
MON0012_000000015192	3031	0.7871037538323191	5	1	0	1	0	True	14341	maximal	False	MON0061_000000014545	0.8281801501338265		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	459.0	86.275	15.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
MON0038_000000009563	3011	0.7871037538323191	5	1	0	1	0	True	14341	maximal	False	MON0061_000000014545	0.8280402266066177		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	459.0	86.275	15.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
MON0037_000000021978	3008	0.7871037538323191	5	1	0	1	0	True	14341	maximal	False	MON0061_000000014545	0.3086863100657313		0	0	True	True	1.0	117					non-mobilizable	no_good_hit	459.0	86.057	15.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
MON0061_000000014545	3007	0.7871037538323191	5	1	0	1	0	True	14341	maximal	True	MON0061_000000014545	0.9588650451414237		2	1	True	True	1.0	22					non-mobilizable	no_good_hit	459.0	86.275	15.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
SPA0126_000000013584	2990	0.7871037538323191	5	1	0	1	0	True	7675	maximal	False	SPA0022_000000004539	1.0		0	0	True	True	1.0	34					non-mobilizable	no_good_hit								True	True
SPA0022_000000004539	2990	0.7871037538323191	4	1	0	1	0	True	7675	maximal	True	SPA0022_000000004539	1.0		2	1	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
CAN0018_000000011564	2987	0.7871037538323191	5	1	0	1	0	True	92275	maximal	True	CAN0018_000000011564	0.9998369210697977		4	2	True	True	1.0	60					non-mobilizable	no_good_hit	459.0	86.492	32.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
CHI0140_000000009830	2984	0.7871037538323191	5	1	0	1	0	True	92275	maximal	False	CAN0018_000000011564	0.9995856732968776		0	0	True	True	0.9993297457695007	13					non-mobilizable	no_good_hit	459.0	86.492	32.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
MON0002_000000007783	2971	0.7871037538323191	4	1	0	1	0	True	14341	maximal	False	MON0061_000000014545	0.8278561231227815		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	459.0	86.275	15.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
ISR0348_000000004585	2970	0.7871037538323191	5	1	0	1	0	True	86313	maximal	True	ISR0348_000000004585	1.0		1	1	True	True	0.9996632933616638	13					non-mobilizable	no_good_hit	422.0	85.78200000000001	32.0	0.2686662412252712	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
SPA0019_000000009633	2962	0.7871037538323191	9	1	0	1	0	True	7765	fragment	False	SPA0019_000000009633	1.0		0	0	False	False	0.9989871978759766	0					non-mobilizable	no_good_hit	140.0	90.0	5.0	4.2931566460864766e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0190_000000007900	2933	0.7871037538323191	4	1	0	1	0	True	29197	maximal	True	ISR0190_000000007900	1.0		1	1	True	True	0.9996590614318848	47					non-mobilizable	no_good_hit	1881.0	97.236	79.0	0.5973901973265436	LM997025.1	enterobacteria	Escherichia coli genome assembly FHI89, scaffold scaffold-7_contig-13.0_1_3142_[organism:Escherichia	True	True
CHI0100_000000000978	2867	0.7871037538323191	3	1	0	1	0	True	83338	maximal	True	CHI0100_000000000978	1.0		1	1	True	True	0.9965120553970337	14					non-mobilizable	no_good_hit	456.0	85.307	31.0	0.2737715379706445	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
MON0045_000000007980	2848	0.7871037538323191	3	1	0	1	0	True	78164	fragment	False	ENG0137_000000005710	0.9415349143610013		0	0	False	False	1.0	0					non-mobilizable	virus	1520.0	89.605	94.0	0.01597924498332186	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
TAN0017_000000012388	2837	0.7871037538323191	2	1	0	1	0	True	2479	maximal	True	TAN0017_000000012388	1.0		1	1	True	True	0.9985900521278381	11					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	2.0791401600360383e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0323_000000006916	2833	0.7871037538323191	7	1	0	1	0	True	24989	maximal	True	ISR0323_000000006916	1.0		0	0	False	False	0.9827038645744324	0					non-mobilizable	no_good_hit	587.0	99.65899999999999	23.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0113_000000009968	2823	0.7871037538323191	4	1	0	1	0	True	59616	maximal	True	ENG0113_000000009968	1.0		3	2	False	False	0.9996457695960999	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000008490	2814	0.7871037538323191	4	1	0	1	0	True	47313	maximal	False	FIJ0042_000000008515	0.9975126256146245		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	423.0	90.307	31.0	0.2693044033184429	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
FIJ0073_000000006594	2806	0.7871037538323191	5	1	0	1	0	True	44701	maximal	True	FIJ0073_000000006594	0.9841201216434678		1	1	True	True	0.9914469122886658	3					non-mobilizable	no_good_hit	499.0	74.34899999999999	21.0	0.17060749363404876	LM995841.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-3_contig-19.0_1_2749_[organism:Escherichia	True	True
MAD0053_000000004267	2790	0.7871037538323191	5	1	0	1	0	True	44701	maximal	False	FIJ0073_000000006594	0.9741837852788799		0	0	True	True	0.9971325993537903	16					non-mobilizable	no_good_hit	163.0	79.141	6.0	0.041978148361127086	AY842156.1	other sequences	Synthetic construct Enterobacteria phage Ike isolate evolved, complete sequence	True	True
BAN0020_000000000580	2790	0.7871037538323191	5	1	0	1	0	True	97740	maximal	True	BAN0020_000000000580	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	496.0	74.597	20.0	0.17060749363404876	LM995841.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-3_contig-19.0_1_2749_[organism:Escherichia	True	True
CHI0057_000000006792	2771	0.7871037538323191	3	1	0	1	0	True	85998	fragment	False	CHI0057_000000006792	1.0		0	0	False	False	0.999639093875885	0					non-mobilizable	no_good_hit	806.0	82.134	29.0	0.00022243697619007946	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
SPA0126_000000014918	2769	0.7871037538323191	2	1	0	1	0	True	114123	maximal	False	AST0053_000000003519	0.9561330353429478		0	0	True	True	1.0	58					non-mobilizable	no_good_hit	171.0	77.778	6.0	0.0006097834707528394	NZ_QJKD01000009.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_109, whole genome shotgun sequence	True	True
SPA0028_000000010543	2761	0.7871037538323191	2	1	0	1	0	True	7448	fragment	False	SPA0028_000000010543	1.0		0	0	False	False	0.9938428401947021	0					non-mobilizable	no_good_hit	102.0	100.0	4.0	2.704701011370724e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
AST0053_000000003519	2733	0.7871037538323191	2	1	0	1	0	True	114123	maximal	True	AST0053_000000003519	0.9672277936962751		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	171.0	77.778	6.0	0.0006097834707528394	NZ_QJKD01000009.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_109, whole genome shotgun sequence	True	True
ISR0793_000000005726	2705	0.7871037538323191	7	1	0	1	0	True	77337	fragment	False	ISR0793_000000005726	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1903.0	96.479	93.0	0.02010906973050246	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
ISR0107_000000009172	2674	0.7871037538323191	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.881466162965018	PS1135|PS245|PS267	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1787.0	91.43799999999999	89.0	0.768695652173913	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
ENG0035_000000008383	2643	0.7871037538323191	7	1	0	1	0	True	65410	fragment	False	ENG0035_000000008383	1.0		0	0	False	False	0.9954596757888794	0					non-mobilizable	no_good_hit	587.0	99.65899999999999	25.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
FIJ0083_000000013486	2614	0.7871037538323191	4	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9193949918594922	PS1135|PS245|PS267	0	0	True	True	1.0	18					non-mobilizable	plasmid	1356.0	95.28	91.0	0.5878260869565217	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0188_000000008267	2610	0.7871037538323191	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9390533621831568	PS1135|PS245|PS267	0	0	True	True	0.9996168613433838	10					non-mobilizable	plasmid	1181.0	91.70200000000001	91.0	0.5117391304347826	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0369_000000004831	2582	0.7871037538323191	6	1	0	1	0	True	38081	fragment	False	ISR0369_000000004831	1.0		0	0	False	False	0.9961270093917847	0					non-mobilizable	no_good_hit								True	True
ISR0103_000000011295	2506	0.7871037538323191	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9279223056397552	PS1135|PS245|PS267	0	0	True	True	0.998802900314331	7					non-mobilizable	plasmid	1840.0	93.26100000000001	95.0	0.7973913043478261	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ENG0188_000000010410	2495	0.7871037538323191	3	1	0	1	0	True	60341	fragment	False	ENG0188_000000010410	1.0		0	0	False	False	0.9851703643798828	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00022088143317174113	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	True
ISR0360_000000009819	2486	0.7871037538323191	3	1	0	1	0	True	103005	maximal	True	ISR0360_000000009819	0.9982829108748978		8	4	True	True	1.0	64					non-mobilizable	no_good_hit	101.0	78.218	4.0	0.0014358245629616472	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MON0038_000000012391	2480	0.7871037538323191	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8854525995854606	PS1135|PS245|PS267	0	0	True	True	1.0	1					non-mobilizable	plasmid	1543.0	94.29700000000001	90.0	0.6682608695652174	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0379_000000009704	2473	0.7871037538323191	4	1	0	1	0	True	38161	fragment	False	ISR0379_000000009704	1.0		0	0	False	False	0.9939345121383667	0					non-mobilizable	no_good_hit	762.0	97.76899999999999	37.0	0.18790123456790123	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0348_000000005995	2456	0.7871037538323191	6	1	0	1	0	True	45852	maximal	True	ISR0348_000000005995	1.0		1	1	False	False	0.9991856813430786	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0018119589289309443	AM430065.2	eudicots	Vitis vinifera contig VV78X096065.4, whole genome shotgun sequence	True	True
ISR0291_000000005664	2446	0.7871037538323191	3	1	0	1	0	True	103005	maximal	False	ISR0360_000000009819	0.9950648899577619		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	101.0	78.218	4.0	0.0014358245629616472	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0078_000000006510	2446	0.7871037538323191	3	1	0	1	0	True	103005	maximal	False	ISR0360_000000009819	0.9950648899577619		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	101.0	78.218	4.0	0.0014358245629616472	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AUS0002_000000014661	2446	0.7871037538323191	3	1	0	1	0	True	103005	maximal	False	ISR0360_000000009819	0.9940164019079207		0	0	True	True	0.9995911717414856	12					non-mobilizable	no_good_hit	101.0	78.218	4.0	0.0014358245629616472	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0175_000000009094	2446	0.7871037538323191	3	1	0	1	0	True	103005	maximal	False	ISR0360_000000009819	0.9942603847284779		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	101.0	78.218	4.0	0.0014358245629616472	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0012_000000009530	2442	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8770897859407978	PS1135|PS245|PS267	0	0	True	True	1.0	35					non-mobilizable	plasmid	1403.0	91.661	100.0	0.6073913043478261	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
MON0031_000000013747	2409	0.7871037538323191	3	1	0	1	0	True	12481	fragment	False	MON0031_000000013747	1.0		0	0	False	False	0.9954338073730469	0					non-mobilizable	virus	1520.0	89.605	98.0	0.01597924498332186	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
MAD0010_000000001516	2400	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9109483099579185	PS1135|PS245|PS267	0	0	True	True	0.9979166388511658	15					non-mobilizable	plasmid	1901.0	93.214	100.0	0.8234782608695652	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0166_000000008088	2399	0.7871037538323191	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.90100524128962	PS1135|PS245|PS267	0	0	True	True	0.9908295273780823	22					non-mobilizable	plasmid	1379.0	95.214	99.0	0.5986956521739131	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0370_000000011019	2398	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8486017467729616	PS1135|PS245|PS267	0	0	True	True	1.0	307					non-mobilizable	plasmid	2176.0	93.566	100.0	0.941304347826087	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0101_000000010096	2389	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8297689017094382	PS1135|PS245|PS267	0	0	True	True	1.0	41					non-mobilizable	plasmid	1539.0	90.708	99.0	0.6652173913043479	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0393_000000007349	2386	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8554134358926981	PS1135|PS245|PS267	0	0	True	True	0.9995808601379395	38					non-mobilizable	plasmid	1392.0	90.51700000000001	100.0	0.6017391304347826	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0381_000000006946	2380	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8895244997124655	PS1135|PS245|PS267	0	0	True	True	0.9995798468589783	10					non-mobilizable	plasmid	1502.0	93.07600000000001	100.0	0.6508695652173913	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
FIJ0063_000000011181	2380	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9096444555924033	PS1135|PS245|PS267	0	0	True	True	1.0	58					non-mobilizable	plasmid	1690.0	92.426	100.0	0.7317391304347826	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
MAD0045_000000016638	2379	0.7871037538323191	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9101562997556715	PS1135|PS245|PS267	0	0	True	True	1.0	60					non-mobilizable	plasmid	1500.0	92.53299999999999	100.0	0.6495652173913044	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0137_000000010875	2377	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8477133428497978	PS1135|PS245|PS267	0	0	True	True	1.0	48					non-mobilizable	plasmid	1797.0	91.931	100.0	0.7773913043478261	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
FIJ0048_000000013571	2376	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9071229595085862	PS1135|PS245|PS267	0	0	True	True	1.0	14					non-mobilizable	plasmid	1880.0	92.979	100.0	0.8143478260869565	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
MAD0009_000000004140	2371	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9095301589009105	PS1135|PS245|PS267	0	0	True	True	0.99367356300354	11					non-mobilizable	plasmid	1629.0	92.14200000000001	100.0	0.7052173913043478	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
AST0140_000000012077	2368	0.7871037538323191	4	1	0	1	0	True	105561	fragment	False	AST0140_000000012077	1.0		0	0	False	True	0.9788851141929626	0					non-mobilizable	no_good_hit	1289.0	92.552	86.0	0.558695652173913	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
ISR0236_000000004490	2360	0.7871037538323191	4	1	0	1	0	True	64504	fragment	False	ISR0236_000000004490	1.0		0	0	False	False	0.9936440587043762	0					non-mobilizable	no_good_hit	128.0	96.875	5.0	0.1026677445432498	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
MAD0087_000000012214	2359	0.7871037538323191	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9099011984149342	PS1135|PS245|PS267	0	0	True	True	1.0	18					non-mobilizable	plasmid	1552.0	94.265	100.0	0.6734782608695652	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0126_000000021048	2340	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9103368409874104	PS1135|PS245|PS267	0	0	True	True	1.0	53					non-mobilizable	plasmid	1322.0	91.45200000000001	100.0	0.5726086956521739	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
MAD0089_000000010426	2340	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9094145691257952	PS1135|PS245|PS267	0	0	True	True	1.0	18					non-mobilizable	plasmid	1784.0	92.76899999999999	100.0	0.7726086956521739	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
FIJ0167_000000008390	2340	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8398088218181429	PS1135|PS245|PS267	0	0	True	True	0.9944444298744202	1					non-mobilizable	plasmid	1800.0	93.72200000000001	99.0	0.78	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0100_000000005633	2340	0.7871037538323191	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9087079198821862	PS1135|PS245|PS267	0	0	True	True	0.9893162250518799	10					non-mobilizable	plasmid	1985.0	93.854	100.0	0.86	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
FIJ0087_000000013748	2340	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8842772864270646	PS1135|PS245|PS267	0	0	False	True	0.9991452693939209	0					non-mobilizable	plasmid	1821.0	93.74	100.0	0.7891304347826087	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
MAD0018_000000001017	2340	0.7871037538323191	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9090453803849332	PS1135|PS245|PS267	0	0	True	True	1.0	14					non-mobilizable	plasmid	1225.0	96.08200000000001	100.0	0.5304347826086957	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0168_000000010896	2339	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9012220537826031	PS1135|PS245|PS267	0	0	True	True	1.0	249					non-mobilizable	plasmid	1533.0	92.759	99.0	0.6652173913043479	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
MAD0098_000000019083	2338	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.9087036434247545	PS1135|PS245|PS267	0	0	True	True	1.0	11					non-mobilizable	plasmid	2021.0	93.765	100.0	0.8756521739130435	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
AST0016_000000011049	2335	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8265041600706027	PS1135|PS245|PS267	0	0	True	True	1.0	55					non-mobilizable	plasmid	1802.0	93.507	100.0	0.7821739130434783	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
DEN0035_000000014160	2322	0.7871037538323191	3	1	0	1	0	True	73456	maximal	True	DEN0035_000000014160	1.0		1	1	False	False	0.9922480583190918	0					non-mobilizable	no_good_hit								True	True
ISR0329_000000006266	2318	0.7871037538323191	3	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.8972634687280129	PS1135|PS245|PS267	0	0	True	True	1.0	31					non-mobilizable	plasmid	1514.0	92.734	99.0	0.6552173913043479	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0100_000000005755	2299	0.7871037538323191	5	1	0	1	0	True	33175	fragment	False	ISR0100_000000005755	1.0		0	0	False	False	0.9982601404190063	0					non-mobilizable	no_good_hit								True	True
ENG0159_000000009990	2290	0.7871037538323191	5	1	0	1	0	True	56534	maximal	True	ENG0159_000000009990	1.0		0	0	False	False	0.9790393114089966	0					non-mobilizable	no_good_hit								True	True
SPA0085_000000006014	2281	0.7871037538323191	3	1	0	1	0	True	5543	fragment	False	SPA0085_000000006014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0039_000000020917	2270	0.7871037538323191	5	1	0	1	0	True	11937	fragment	False	MON0039_000000020917	1.0		0	0	False	False	0.9770925045013428	0					non-mobilizable	no_good_hit	459.0	85.839	20.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
ISR0198_000000014637	2270	0.7871037538323191	5	1	0	1	0	True	28880	maximal	True	ISR0198_000000014637	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	96.104	3.0	0.018518518518518517	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0225_000000008140	2259	0.7871037538323191	4	1	0	1	0	True	27691	maximal	True	ISR0225_000000008140	1.0		0	0	False	False	0.9951305985450745	0					non-mobilizable	no_good_hit	827.0	99.274	37.0	0.4586340921710161	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
MAD0033_000000008874	2241	0.7871037538323191	4	1	0	1	0	True	18879	maximal	True	MAD0033_000000008874	1.0		3	1	False	False	0.9941990375518799	0					non-mobilizable	no_good_hit								True	True
MAD0107_000000017656	2208	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.7498197854701979	PS1135|PS245|PS267	0	0	True	True	1.0	2					non-mobilizable	plasmid	1431.0	91.055	99.0	0.6191304347826087	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
CAN0011_000000013909	2182	0.7871037538323191	5	1	0	1	0	True	94478	maximal	True	CAN0011_000000013909	1.0		1	1	False	False	0.994042158126831	0					non-mobilizable	other	2176.0	89.522	99.0	0.05432963019327348	NZ_JAAISM010000042.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_42_length_39426_cov_170.82, whole genome shotgun sequence	False	True
FIJ0031_000000011148	2176	0.7871037538323191	3	1	0	1	0	True	48580	maximal	True	FIJ0031_000000011148	1.0		4	1	False	False	0.9931066036224365	0					non-mobilizable	no_good_hit								True	True
AST0087_000000017172	2154	0.7871037538323191	1	1	0	1	0	True	110913	maximal	True	AST0087_000000017172	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	326.0	97.853	30.0	0.08	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0037_000000033217	2141	0.7871037538323191	3	1	0	1	0	True	57015	fragment	False	MON0037_000000033217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	91.631	81.0	0.5030434782608696	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
DEN0069_000000012987	2134	0.7871037538323191	2	1	0	1	0	True	85090	fragment	False	DEN0069_000000012987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	78.218	4.0	0.0014358245629616472	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0026_000000010588	2121	0.7871037538323191	2	1	0	1	0	True	37302	maximal	True	ISR0026_000000010588	1.0		7	1	False	False	0.9995285272598267	0					non-mobilizable	no_good_hit								True	True
CHI0093_000000002622	2120	0.7871037538323191	3	1	0	1	0	True	83596	fragment	False	CHI0093_000000002622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0018_000000013293	2112	0.7871037538323191	3	1	0	1	0	True	112592	fragment	False	AUS0018_000000013293	1.0		0	0	False	False	0.9995265007019043	0					non-mobilizable	no_good_hit	793.0	82.85	42.0	0.2606400527878588	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
MON0083_000000017859	2104	0.7871037538323191	2	1	0	1	0	True	131902	backbone	False	ETH0001_000000011124	0.6723952729643959	PS1135|PS245|PS267	0	0	False	True	0.9795627593994141	0					non-mobilizable	plasmid	2002.0	95.155	100.0	0.8682608695652174	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ENG0039_000000012166	2099	0.7871037538323191	3	1	0	1	0	True	77345	fragment	False	ENG0039_000000012166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	80.882	6.0	0.09263157894736843	LN853464.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0860	True	True
ENG0102_000000013585	2084	0.7871037538323191	4	1	0	1	0	True	60375	backbone	True	ENG0102_000000013585	1.0	PS267	4	3	True	True	1.0	36					non-mobilizable	plasmid	1231.0	97.238	98.0	0.5347826086956522	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
CHI0167_000000009878	2084	0.7871037538323191	3	1	0	1	0	True	78163	fragment	False	CHI0167_000000009878	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1290.0	95.891	99.0	0.013586064488801822	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
FIJ0060_000000006774	2066	0.7871037538323191	1	1	0	1	0	True	51719	maximal	False	FIJ0006_000000017819	0.9979184861717613		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1249.0	96.07700000000001	70.0	0.7622249388753056	HG796495.1	bacteria	Uncultured bacterium plasmid pRGI01450	True	True
FIJ0073_000000008908	2061	0.7871037538323191	1	1	0	1	0	True	51719	maximal	False	FIJ0006_000000017819	0.9988915281076801		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1161.0	95.95200000000001	72.0	0.7084352078239609	HG796495.1	bacteria	Uncultured bacterium plasmid pRGI01450	True	True
ISR0209_000000013981	2061	0.7871037538323191	2	1	0	1	0	True	28467	fragment	False	ISR0209_000000013981	1.0		0	0	False	False	0.9325569868087769	0					non-mobilizable	no_good_hit	167.0	97.006	8.0	0.0015100930617591676	NZ_JAAIUD010000008.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_8_length_109927_cov_318.445, whole genome shotgun sequence	True	True
FIJ0006_000000017819	2061	0.7871037538323191	1	1	0	1	0	True	51719	maximal	True	FIJ0006_000000017819	0.9990319457889641		3	1	True	True	1.0	8					non-mobilizable	no_good_hit	1249.0	96.15700000000001	70.0	0.7622249388753056	HG796495.1	bacteria	Uncultured bacterium plasmid pRGI01450	True	True
CHI0110_000000004457	2038	0.7871037538323191	1	1	0	1	0	True	84537	maximal	False	CHI0077_000000006750	0.9885601146913383		0	0	True	True	0.999509334564209	9					non-mobilizable	no_good_hit	36.0	100.0	2.0	1.569266058747941e-05	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	True
SPA0034_000000017664	2024	0.7871037538323191	1	1	0	1	0	True	84537	maximal	False	CHI0077_000000006750	0.9889057286810954		0	0	True	True	0.9995059370994568	34					non-mobilizable	no_good_hit	36.0	100.0	2.0	1.569266058747941e-05	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	True
CHI0077_000000006750	2017	0.7871037538323191	1	1	0	1	0	True	84537	maximal	True	CHI0077_000000006750	0.9893460027600132		6	3	True	True	1.0	15					non-mobilizable	no_good_hit	36.0	100.0	2.0	1.569266058747941e-05	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	True
ISR0087_000000017464	2002	0.7871037538323191	2	1	0	1	0	True	84537	maximal	False	CHI0077_000000006750	0.9888231276437338		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	36.0	100.0	2.0	1.569266058747941e-05	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	True
ENG0077_000000010144	1995	0.7871037538323191	5	1	0	1	0	True	62014	maximal	True	ENG0077_000000010144	1.0		1	1	False	False	0.9879699349403381	0					non-mobilizable	no_good_hit								True	True
FIJ0070_000000009887	1965	0.7871037538323191	2	1	0	1	0	True	57019	backbone	True	FIJ0070_000000009887	0.9980523094045632	PS245	12	3	False	True	0.9994910955429077	0					non-mobilizable	plasmid	1430.0	92.238	100.0	0.6191304347826087	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0249_000000009981	1965	0.7871037538323191	4	1	0	1	0	True	27062	fragment	False	ISR0249_000000009981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0773_000000007825	1952	0.7871037538323191	3	1	0	1	0	True	22501	maximal	True	ISR0773_000000007825	1.0		0	0	False	False	0.998975396156311	0					non-mobilizable	no_good_hit	326.0	99.387	20.0	0.08	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0106_000000013165	1948	0.7871037538323191	2	1	0	1	0	True	32892	fragment	False	ISR0106_000000013165	1.0		0	0	False	False	0.9989733099937439	0					non-mobilizable	other	1759.0	92.89399999999999	90.0	0.003657182526655194	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0010_01_000000013749	1942	0.7871037538323191	2	1	0	1	0	True	2060	fragment	False	USA0010_01_000000013749	1.0		0	0	False	False	0.9855818748474121	0					non-mobilizable	other	1944.0	89.3	99.0	0.0040482020420837365	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0123_000000017110	1919	0.7871037538323191	2	1	0	1	0	True	41328	fragment	False	FIJ0123_000000017110	1.0		0	0	False	False	0.9927045106887817	0					non-mobilizable	no_good_hit								True	True
SPA0016_000000017603	1909	0.7871037538323191	3	1	0	1	0	True	17827	fragment	False	SPA0016_000000017603	1.0		0	0	False	False	0.9994761943817139	0					non-mobilizable	no_good_hit								True	True
ISR0386_000000016142	1909	0.7871037538323191	2	1	0	1	0	True	22998	fragment	False	ISR0386_000000016142	1.0		0	0	False	False	0.9879518151283264	0					non-mobilizable	no_good_hit								True	True
CHI0182_000000014773	1895	0.7871037538323191	3	1	0	1	0	True	77345	fragment	False	ENG0039_000000012166	0.9514054311576942		0	0	False	False	0.9973614811897278	0					non-mobilizable	no_good_hit	136.0	80.882	7.0	0.09263157894736843	LN853464.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0860	True	True
ISR0316_000000010943	1889	0.7871037538323191	1	1	0	1	0	True	46193	maximal	True	ISR0316_000000010943	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	97.568	73.0	0.3204347826086957	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
MAD0112_000000015508	1846	0.7871037538323191	4	1	0	1	0	True	57017	fragment	False	MAD0112_000000015508	1.0		0	0	False	False	0.9989165663719177	0					non-mobilizable	no_good_hit	877.0	86.887	82.0	0.37956521739130433	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
ISR0262_000000009057	1834	0.7871037538323191	4	1	0	1	0	True	38082	fragment	False	ISR0262_000000009057	1.0		0	0	False	False	0.9994547367095947	0					non-mobilizable	no_good_hit	210.0	82.85700000000001	11.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
MAD0047_000000025151	1825	0.7871037538323191	2	1	0	1	0	True	17647	maximal	True	MAD0047_000000025151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	9.739458169027164e-05	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
CHI0112_000000010029	1819	0.7871037538323191	2	1	0	1	0	True	83309	maximal	True	CHI0112_000000010029	0.9928150379278199		3	1	True	True	1.0	287					non-mobilizable	no_good_hit								True	True
ENG0103_000000009798	1816	0.7871037538323191	3	1	0	1	0	True	60299	maximal	True	ENG0103_000000009798	1.0		1	1	False	False	0.9983479976654053	0					non-mobilizable	no_good_hit								True	True
CHI0101_000000006755	1802	0.7871037538323191	1	1	0	1	0	True	83309	maximal	False	CHI0112_000000010029	0.9927772773344746		0	0	True	True	0.98834627866745	3					non-mobilizable	no_good_hit								True	True
MAD0041_000000019676	1797	0.7871037538323191	2	1	0	1	0	True	57019	backbone	False	FIJ0070_000000009887	0.955470737913486	PS245	0	0	True	True	1.0	4					non-mobilizable	plasmid	1355.0	91.956	100.0	0.5869565217391305	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
MON0082_000000019662	1772	0.7871037538323191	3	1	0	1	0	True	12553	backbone	False	MON0029_000000017333	1.0	PS27	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	546.0	85.165	44.0	0.328239608801956	HG796495.1	bacteria	Uncultured bacterium plasmid pRGI01450	True	True
MON0105_000000030710	1772	0.7871037538323191	3	1	0	1	0	True	12553	backbone	False	MON0029_000000017333	1.0	PS27	0	0	True	True	1.0	101					non-mobilizable	no_good_hit	406.0	87.43799999999999	42.0	0.2438875305623472	HG796495.1	bacteria	Uncultured bacterium plasmid pRGI01450	True	True
MON0029_000000017333	1772	0.7871037538323191	3	1	0	1	0	True	12553	backbone	True	MON0029_000000017333	1.0	PS27	3	1	True	True	1.0	10					non-mobilizable	no_good_hit	546.0	85.165	44.0	0.328239608801956	HG796495.1	bacteria	Uncultured bacterium plasmid pRGI01450	True	True
ISR0012_000000012999	1764	0.7871037538323191	3	1	0	1	0	True	38160	fragment	False	ISR0012_000000012999	0.9545194508009154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	97.039	17.0	0.1682398667406996	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
TAN0021_000000011809	1748	0.7871037538323191	3	1	0	1	0	True	38160	fragment	False	ISR0012_000000012999	0.9458616780045351		0	0	False	False	0.97826087474823	0					non-mobilizable	no_good_hit	304.0	97.039	17.0	0.1682398667406996	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
USA0007_01_000000009485	1746	0.7871037538323191	3	1	0	1	0	True	8935	fragment	False	USA0007_01_000000009485	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1478.0	97.429	94.0	0.015608619685497961	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
SPA0051_000000014179	1743	0.7871037538323191	1	1	0	1	0	True	78938	maximal	False	SPA0049_000000010694	0.9891960435872087		0	0	True	True	1.0	347					non-mobilizable	no_good_hit								True	True
SPA0050_000000014843	1743	0.7871037538323191	1	1	0	1	0	True	78938	maximal	False	SPA0049_000000010694	0.9891960435872087		0	0	True	True	1.0	504					non-mobilizable	no_good_hit								True	True
ISR0310_000000009896	1743	0.7871037538323191	3	1	0	1	0	True	57018	maximal	True	ISR0310_000000009896	1.0		3	3	False	False	0.9833620190620422	0					non-mobilizable	no_good_hit	1203.0	90.773	86.0	0.5208695652173913	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
ENG0114_000000008657	1738	0.7871037538323191	1	1	0	1	0	True	59574	maximal	True	ENG0114_000000008657	1.0		2	2	True	True	0.9982738494873047	9					non-mobilizable	no_good_hit	707.0	76.37899999999999	40.0	0.3490136570561457	NZ_AHMN02000024.1	bacteria	Leptospira kirschneri serovar Cynopteri str. 3522 CT ctg1134731807556, whole genome shotgun sequence	True	True
ENG0146_000000013098	1733	0.7871037538323191	2	1	0	1	0	True	57414	fragment	False	ENG0146_000000013098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0158_000000010867	1726	0.7871037538323191	2	1	0	1	0	True	78938	maximal	False	SPA0049_000000010694	0.9867678930811788		0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
MAD0047_000000026792	1723	0.7871037538323191	3	1	0	1	0	True	57016	fragment	False	MAD0047_000000026792	1.0		0	0	False	False	0.982588529586792	0					non-mobilizable	no_good_hit	458.0	96.288	82.0	0.19869565217391305	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
SPA0077_000000016547	1723	0.7871037538323191	3	1	0	1	0	True	5689	maximal	True	SPA0077_000000016547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.895	55.0	0.31322123310253874	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MON0046_000000019699	1706	0.7871037538323191	1	1	0	1	0	True	11515	backbone	True	MON0046_000000019699	1.0	PS26	0	0	True	True	0.9976553320884705	8					non-mobilizable	no_good_hit	532.0	92.29299999999999	45.0	0.32273838630806845	HG796495.1	bacteria	Uncultured bacterium plasmid pRGI01450	True	True
ENG0140_000000010492	1697	0.7871037538323191	1	1	0	1	0	True	82493	maximal	True	ENG0140_000000010492	1.0		6	4	False	False	0.9982321858406067	0					non-mobilizable	no_good_hit								True	True
SPA0046_000000019079	1697	0.7871037538323191	1	1	0	1	0	True	82493	maximal	False	ENG0140_000000010492	1.0		0	0	False	False	0.9994107484817505	0					non-mobilizable	no_good_hit								True	True
CHI0157_000000006568	1681	0.7871037538323191	1	1	0	1	0	True	78938	maximal	False	SPA0049_000000010694	0.9806705634089762		0	0	True	True	0.9994051456451416	13					non-mobilizable	no_good_hit								True	True
ISR0049_000000017591	1679	0.7871037538323191	2	1	0	1	0	True	35974	fragment	False	ISR0049_000000017591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0072_01_000000010837	1677	0.7871037538323191	2	1	0	1	0	True	78938	maximal	False	SPA0049_000000010694	0.9738081934425381		0	0	True	True	0.9916517734527588	3					non-mobilizable	no_good_hit								True	True
MON0035_000000017221	1676	0.7871037538323191	3	1	0	1	0	True	12553	backbone	False	MON0029_000000017333	0.9513261851015801	PS27	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	811.0	81.874	46.0	0.4889975550122249	HG796495.1	bacteria	Uncultured bacterium plasmid pRGI01450	True	True
ENG0125_000000015779	1674	0.7871037538323191	2	1	0	1	0	True	58825	fragment	False	ENG0125_000000015779	1.0		0	0	False	False	0.9970131516456604	0					non-mobilizable	no_good_hit								True	True
ISR0016_000000013231	1664	0.7871037538323191	2	1	0	1	0	True	37899	fragment	False	ISR0016_000000013231	1.0		0	0	False	False	0.957932710647583	0					non-mobilizable	other	1667.0	92.62100000000001	100.0	0.0034480811815062406	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0271_000000011067	1654	0.7871037538323191	1	1	0	1	0	True	101930	fragment	False	ISR0271_000000011067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0208_000000016649	1652	0.7871037538323191	1	1	0	1	0	True	54239	fragment	False	ISR0208_000000016649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0149_000000016224	1647	0.7871037538323191	2	1	0	1	0	True	104433	fragment	False	AST0149_000000016224	1.0		0	0	False	False	0.9678202867507935	0					non-mobilizable	no_good_hit	114.0	100.0	7.0	2.21135375554404e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
ISR0051_000000022634	1646	0.7871037538323191	2	1	0	1	0	True	126062	maximal	True	ISR0051_000000022634	0.9978889787289419		14	5	True	True	0.9993924498558044	8					non-mobilizable	plasmid	1028.0	99.514	100.0	0.6553924696873006	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
ISR0180_000000014571	1639	0.7871037538323191	2	1	0	1	0	True	126062	maximal	False	ISR0051_000000022634	0.9975350417510932		0	0	True	True	0.9908480644226074	9					non-mobilizable	plasmid	844.0	99.40799999999999	100.0	0.5379706445437141	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
SPA0135_000000012845	1638	0.7871037538323191	5	1	0	1	0	True	3647	fragment	False	SPA0135_000000012845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0010_000000018339	1633	0.7871037538323191	1	1	0	1	0	True	126062	maximal	False	ISR0051_000000022634	0.9910045562529043		0	0	True	True	0.9810165166854858	7					non-mobilizable	plasmid	1067.0	98.594	100.0	0.6790044671346522	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
ENG0040_000000014787	1614	0.7871037538323191	4	1	0	1	0	True	64840	fragment	False	ENG0040_000000014787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0182_000000017745	1609	0.7871037538323191	1	1	0	1	0	True	77336	fragment	False	CHI0182_000000017745	1.0		0	0	False	False	0.999378502368927	0					non-mobilizable	virus	1272.0	97.17	100.0	0.013427225075448721	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
DEN0062_000000013070	1607	0.7871037538323191	1	1	0	1	0	True	126062	maximal	False	ISR0051_000000022634	0.9934211978747807		0	0	True	True	1.0	11					non-mobilizable	plasmid	932.0	98.82	99.0	0.593490746649649	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
MON0049_000000013646	1606	0.7871037538323191	1	1	0	1	0	True	126062	maximal	False	ISR0051_000000022634	0.9969662651339014		0	0	True	True	1.0	9					non-mobilizable	plasmid	1113.0	99.551	100.0	0.7096362476068921	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
ENG0044_000000010188	1604	0.7871037538323191	2	1	0	1	0	True	64503	fragment	False	ENG0044_000000010188	1.0		0	0	False	False	0.9806733131408691	0					non-mobilizable	no_good_hit	71.0	100.0	4.0	0.01059642749016046	MK231453.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_2-CL09_c3 sequence	True	True
SPA0030_000000019014	1600	0.7871037538323191	2	1	0	1	0	True	28547	fragment	False	SPA0030_000000019014	1.0		0	0	False	False	0.9893749952316284	0					non-mobilizable	no_good_hit								True	True
ISR0109_000000020322	1591	0.7871037538323191	3	1	0	1	0	True	131364	backbone	False	AUS0020_000000016768	0.9951368361097044	PS1134	0	0	True	True	1.0	73					non-mobilizable	plasmid	1297.0	99.846	100.0	0.8345138441725692	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	False	True
ISR0396_000000014636	1577	0.7871037538323191	2	1	0	1	0	True	22674	fragment	False	ISR0396_000000014636	1.0		0	0	False	False	0.956246018409729	0					non-mobilizable	no_good_hit	758.0	98.681	48.0	0.007738703741566142	MK415408.1	viruses	CrAssphage GF1-2_000079F, complete genome	True	True
ISR0113_000000010279	1576	0.7871037538323191	1	1	0	1	0	True	126062	maximal	False	ISR0051_000000022634	0.9961890397643542		0	0	True	True	0.999365508556366	3					non-mobilizable	plasmid	1082.0	99.538	100.0	0.6898532227185705	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
ISR0132_000000018305	1570	0.7871037538323191	2	1	0	1	0	True	126062	maximal	False	ISR0051_000000022634	0.9977900207857361		0	0	True	True	1.0	3					non-mobilizable	plasmid	1316.0	99.544	100.0	0.8391831525207403	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
ENG0162_000000015669	1562	0.7871037538323191	1	1	0	1	0	True	56350	fragment	False	ENG0162_000000015669	1.0		0	0	False	False	0.994878351688385	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	0.00020925609458375476	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	True
MAD0049_000000012067	1549	0.7871037538323191	2	1	0	1	0	True	46192	fragment	False	MAD0049_000000012067	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	977.0	97.646	100.0	0.4234782608695652	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0260_000000009959	1548	0.7871037538323191	1	1	0	1	0	True	26708	maximal	True	ISR0260_000000009959	1.0		1	1	True	True	0.9922480583190918	4					non-mobilizable	no_good_hit								True	True
ISR0375_000000015011	1543	0.7871037538323191	2	1	0	1	0	True	57014	fragment	False	ISR0375_000000015011	0.9611546685673557		0	0	False	False	0.9915748834609985	0					non-mobilizable	plasmid	1247.0	90.93799999999999	100.0	0.54	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0017_000000021563	1538	0.7871037538323191	1	1	0	1	0	True	126062	maximal	False	ISR0051_000000022634	0.9812962872008145		0	0	True	True	1.0	5					non-mobilizable	plasmid	964.0	99.48100000000001	100.0	0.614550095724314	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
ISR0238_000000009784	1532	0.7871037538323191	2	1	0	1	0	True	27292	fragment	False	ISR0238_000000009784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0093_000000012442	1527	0.7871037538323191	1	1	0	1	0	True	43240	maximal	True	FIJ0093_000000012442	1.0		1	1	True	True	1.0	23					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.863556001687875e-06	CP038158.1	firmicutes	Clostridium tyrobutyricum strain Cirm BIA 2237 chromosome	True	True
SPA0135_000000013581	1526	0.7871037538323191	4	1	0	1	0	True	3646	fragment	False	SPA0135_000000013581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	99.48899999999999	38.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
MAD0045_000000027687	1526	0.7871037538323191	3	1	0	1	0	True	17826	fragment	False	MAD0045_000000027687	1.0		0	0	False	False	0.9927915930747986	0					non-mobilizable	no_good_hit	119.0	89.07600000000001	8.0	0.043754674644727	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0143_000000019255	1517	0.7871037538323191	3	1	0	1	0	True	43215	maximal	True	ISR0143_000000019255	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	no_good_hit	1067.0	99.625	70.0	0.5599369085173501	CP055813.1	enterobacteria	Escherichia fergusonii strain RHB03-C23 plasmid pRHB03-C23_8, complete sequence	True	True
USA0073_01_000000009791	1505	0.7871037538323191	1	1	0	1	0	True	21085	fragment	False	USA0073_01_000000009791	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1224.0	91.585	100.0	0.0128130460104834	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
SPA0052_000000018005	1504	0.7871037538323191	2	1	0	1	0	True	6518	maximal	True	SPA0052_000000018005	1.0		5	3	False	False	0.9813829660415649	0					non-mobilizable	other	1504.0	99.535	100.0	0.05826258867310152	LT622834.1	firmicutes	Streptococcus salivarius integrative and conjugative element ICE_Ssa L64_fda, strain L64	False	True
ISR0339_000000010174	1495	0.7871037538323191	1	1	0	1	0	True	24388	fragment	False	ISR0339_000000010174	1.0		0	0	False	False	0.9933110475540161	0					non-mobilizable	no_good_hit								True	True
FIJ0102_000000021683	1492	0.7871037538323191	3	1	0	1	0	True	42615	fragment	False	FIJ0102_000000021683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	93.631	70.0	0.29409825255522587	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
SPA0102_000000021478	1488	0.7871037538323191	3	1	0	1	0	True	4902	fragment	False	SPA0102_000000021478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0079_000000019363	1478	0.7871037538323191	2	1	0	1	0	True	34346	fragment	False	ISR0079_000000019363	1.0		0	0	False	False	0.9959404468536377	0					non-mobilizable	no_good_hit	242.0	99.17399999999999	21.0	0.059506172839506176	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
USA0023_01_000000020649	1474	0.7871037538323191	2	1	0	1	0	True	1695	fragment	False	USA0023_01_000000020649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0145_000000023667	1470	0.7871037538323191	2	1	0	1	0	True	3360	fragment	False	SPA0145_000000023667	1.0		0	0	False	False	0.9986394643783569	0					non-mobilizable	no_good_hit	234.0	98.71799999999999	20.0	0.05728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0060_000000009855	1468	0.7871037538323191	2	1	0	1	0	True	48351	fragment	False	FIJ0060_000000009855	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1045.0	92.536	99.0	0.45217391304347826	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ENG0006_000000015333	1453	0.7871037538323191	2	1	0	1	0	True	67576	fragment	False	ENG0006_000000015333	1.0		0	0	False	False	0.9910529851913452	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.4584283403182045e-05	CP043315.1	a-proteobacteria	Candidatus Cytomitobacter indipagum isolate 1605 chromosome	True	True
CHI0054_000000012011	1449	0.7871037538323191	5	1	0	1	0	True	86311	fragment	False	CHI0054_000000012011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	86.492	61.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
ISR0080_000000022881	1446	0.7871037538323191	5	1	0	1	0	True	34296	maximal	True	ISR0080_000000022881	1.0		1	1	False	False	0.9944674968719482	0					non-mobilizable	no_good_hit								True	True
ISR0845_000000007319	1433	0.7871037538323191	2	1	0	1	0	True	20685	fragment	False	ISR0845_000000007319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0042_000000023799	1427	0.7871037538323191	3	1	0	1	0	True	6837	fragment	False	SPA0042_000000023799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00017398760959665943	NZ_FPBH01000024.1	b-proteobacteria	Paraburkholderia aspalathi strain LMG 27731, whole genome shotgun sequence	True	True
ENG0202_000000014805	1423	0.7871037538323191	2	1	0	1	0	True	54122	maximal	True	ENG0202_000000014805	1.0		1	1	False	False	0.995080828666687	0					non-mobilizable	no_good_hit	86.0	84.884	6.0	0.010150421915127798	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0099_000000013682	1422	0.7871037538323191	2	1	0	1	0	True	33200	fragment	False	ISR0099_000000013682	1.0		0	0	False	False	0.9992967844009399	0					non-mobilizable	no_good_hit								True	True
ISR0013_000000018764	1422	0.7871037538323191	5	1	0	1	0	True	38080	fragment	False	ISR0013_000000018764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0048_000000013376	1414	0.7871037538323191	2	1	0	1	0	True	36026	fragment	False	ISR0048_000000013376	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	871.0	96.785	96.0	0.00917032879758564	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
ETH0001_000000025202	1409	0.7871037538323191	2	1	0	1	0	True	53475	maximal	True	ETH0001_000000025202	1.0		1	1	False	False	0.9567068815231323	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	3.0	0.0007189971552721248	NZ_SMUS01000025.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00025, whole genome shotgun sequence	True	True
ETH0003_000000030083	1409	0.7871037538323191	2	1	0	1	0	True	53052	fragment	False	ETH0003_000000030083	1.0		0	0	False	False	0.9992902874946594	0					non-mobilizable	no_good_hit								True	True
ENG0152_000000018033	1403	0.7871037538323191	2	1	0	1	0	True	57014	fragment	False	ISR0375_000000015011	0.915100453661698		0	0	False	False	0.9985744953155518	0					non-mobilizable	plasmid	1213.0	93.48700000000001	100.0	0.5256521739130435	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
CHI0010_000000005465	1401	0.7871037538323191	2	1	0	1	0	True	90250	fragment	False	CHI0010_000000005465	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1401.0	98.929	100.0	0.433105164903547	CP041418.1	enterobacteria	Escherichia coli strain STEC711 plasmid pSTEC711_2, complete sequence	False	True
AST0059_000000011040	1399	0.7871037538323191	2	1	0	1	0	True	112591	fragment	False	AST0059_000000011040	1.0		0	0	False	False	0.9921372532844543	0					non-mobilizable	no_good_hit	126.0	79.365	9.0	0.0863157894736842	LN853464.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0860	True	True
ENG0040_000000017553	1390	0.7871037538323191	3	1	0	1	0	True	64825	fragment	False	ENG0040_000000017553	1.0		0	0	False	False	0.9856114983558655	0					non-mobilizable	no_good_hit	257.0	96.887	18.0	0.08413064995051138	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ISR0323_000000015953	1385	0.7871037538323191	2	1	0	1	0	True	24969	fragment	False	ISR0323_000000015953	1.0		0	0	False	False	0.9992779493331909	0					non-mobilizable	virus	1341.0	96.421	97.0	0.014157886376872982	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
FIJ0065_000000014143	1383	0.7871037538323191	2	1	0	1	0	True	45398	maximal	True	FIJ0065_000000014143	1.0		1	1	False	False	0.98553866147995	0					non-mobilizable	no_good_hit	501.0	79.84	40.0	0.14620403321470937	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
CHI0187_000000011290	1377	0.7871037538323191	4	1	0	1	0	True	77057	maximal	True	CHI0187_000000011290	1.0		0	0	False	False	0.9854756593704224	0					non-mobilizable	no_good_hit								True	True
FIJ0056_000000015495	1377	0.7871037538323191	2	1	0	1	0	True	46191	fragment	False	FIJ0056_000000015495	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	896.0	97.545	99.0	0.38869565217391305	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0330_000000023435	1374	0.7871037538323191	2	1	0	1	0	True	24642	fragment	False	ISR0330_000000023435	1.0		0	0	False	False	0.9992722272872925	0					non-mobilizable	no_good_hit								True	True
ISR0115_000000026928	1349	0.7871037538323191	3	1	0	1	0	True	49546	fragment	False	ISR0115_000000026928	0.9918981481481481		0	0	False	False	0.9918457865715027	0					non-mobilizable	no_good_hit								True	True
SPA0015_000000018580	1343	0.7871037538323191	1	1	0	1	0	True	7903	fragment	False	SPA0015_000000018580	1.0		0	0	False	False	1.0	0	Col(MG828)				non-mobilizable	plasmid	1343.0	99.70200000000001	100.0	0.7365532381997805	CP048320.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_J, complete sequence	False	True
USA0069_01_000000045013	1337	0.7871037538323191	1	1	0	1	0	True	756	fragment	False	USA0069_01_000000045013	1.0		0	0	False	False	0.9700822830200195	0					non-mobilizable	chromosome	1340.0	94.40299999999999	100.0	0.0002464826050622725	CP056341.1	enterobacteria	Citrobacter sp. RHBSTW-00696 chromosome, complete genome	False	True
FIJ0160_000000014768	1333	0.7871037538323191	2	1	0	1	0	True	39312	fragment	False	FIJ0160_000000014768	1.0		0	0	False	False	0.9534883499145508	0					non-mobilizable	no_good_hit								True	True
MON0102_000000033131	1328	0.7871037538323191	1	1	0	1	0	True	8934	fragment	False	MON0102_000000033131	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1352.0	90.902	100.0	0.014242600730661302	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
CHI0175_000000008754	1324	0.7871037538323191	2	1	0	1	0	True	77747	maximal	True	CHI0175_000000008754	1.0		2	2	False	False	0.9750755429267883	0					non-mobilizable	no_good_hit								True	True
ISR0076_000000020028	1323	0.7871037538323191	1	1	0	1	0	True	34554	maximal	True	ISR0076_000000020028	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	83.333	11.0	0.05854049719326383	LN853896.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1330	True	True
SPA0108_000000021031	1322	0.7871037538323191	2	1	0	1	0	True	4675	fragment	False	SPA0108_000000021031	1.0		0	0	False	False	0.9992435574531555	0					non-mobilizable	no_good_hit								True	True
MAD0040_000000025991	1321	0.7871037538323191	2	1	0	1	0	True	18331	fragment	False	MAD0040_000000025991	1.0		0	0	False	False	0.9977290034294128	0					non-mobilizable	no_good_hit								True	True
FIJ0071_000000028166	1319	0.7871037538323191	3	1	0	1	0	True	44831	fragment	False	FIJ0071_000000028166	1.0		0	0	False	False	0.9984837174415588	0					non-mobilizable	no_good_hit	234.0	75.641	18.0	0.07308657465495609	CP021444.1	firmicutes	Bacillus thuringiensis strain C15 plasmid pBMB3188, complete sequence	True	True
FIJ0021_000000036742	1296	0.7871037538323191	3	1	0	1	0	True	49546	fragment	False	ISR0115_000000026928	0.9725722757598221		0	0	False	False	0.9992284178733826	0					non-mobilizable	no_good_hit								True	True
SPA0012_000000018404	1296	0.7871037538323191	2	1	0	1	0	True	7996	fragment	False	SPA0012_000000018404	1.0		0	0	False	False	0.9243826866149902	0					non-mobilizable	no_good_hit	105.0	100.0	8.0	0.0010648427821065456	NZ_CYXX01000014.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0062_000000024499	1289	0.7871037538323191	1	1	0	1	0	True	6145	fragment	False	SPA0062_000000024499	1.0		0	0	False	False	0.9899146556854248	0					non-mobilizable	no_good_hit	69.0	97.101	5.0	0.020166073546856466	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
DEN0055_000000001223	1287	0.7871037538323191	3	1	0	1	0	True	72043	fragment	False	DEN0055_000000001223	0.9881632653061224		0	0	False	False	1.0	0					non-mobilizable	plasmid	1289.0	97.75	100.0	0.43367003367003365	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	False	True
MAD0036_000000024591	1284	0.7871037538323191	2	1	0	1	0	True	18705	maximal	True	MAD0036_000000024591	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0066_000000029393	1275	0.7871037538323191	1	1	0	1	0	True	70905	fragment	False	DEN0066_000000029393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	98.845	48.0	0.14938271604938272	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0145_000000021516	1275	0.7871037538323191	4	1	0	1	0	True	31056	fragment	False	ISR0145_000000021516	1.0		0	0	False	False	0.9968627691268921	0					non-mobilizable	no_good_hit	587.0	99.319	46.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ISR0057_000000017848	1260	0.7871037538323191	2	1	0	1	0	True	35558	fragment	False	ISR0057_000000017848	1.0		0	0	False	False	0.9984126687049866	0					non-mobilizable	plasmid	1260.0	99.524	100.0	0.803446075303127	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
ISR0785_000000031003	1254	0.7871037538323191	2	1	0	1	0	True	48350	fragment	False	ISR0785_000000031003	0.9295926341336843		0	0	False	False	0.9968101978302002	0					non-mobilizable	plasmid	947.0	93.13600000000001	99.0	0.4082608695652174	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ENG0199_000000020636	1251	0.7871037538323191	2	1	0	1	0	True	54234	fragment	False	ENG0199_000000020636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	80.882	11.0	0.09263157894736843	LN853464.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0860	True	True
ISR0364_000000014824	1251	0.7871037538323191	1	1	0	1	0	True	23671	fragment	False	ISR0364_000000014824	1.0		0	0	False	False	0.9592326283454895	0					non-mobilizable	no_good_hit								True	True
ISR0134_000000025928	1243	0.7871037538323191	2	1	0	1	0	True	48350	fragment	False	ISR0785_000000031003	0.6384901648059543		0	0	False	False	1.0	0					non-mobilizable	plasmid	927.0	91.802	99.0	0.38869565217391305	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
ISR0824_000000019383	1242	0.7871037538323191	2	1	0	1	0	True	21143	fragment	False	ISR0824_000000019383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0073_01_000000011366	1238	0.7871037538323191	2	1	0	1	0	True	60339	fragment	False	USA0073_01_000000011366	1.0		0	0	False	False	0.9773828983306885	0					non-mobilizable	no_good_hit								True	True
FIJ0051_000000017900	1233	0.7871037538323191	2	1	0	1	0	True	48350	fragment	False	ISR0785_000000031003	0.6148325358851675		0	0	False	False	0.9991889595985413	0					non-mobilizable	plasmid	844.0	94.431	96.0	0.3660869565217391	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
FIJ0060_000000012004	1228	0.7871037538323191	3	1	0	1	0	True	45851	fragment	False	FIJ0060_000000012004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0008_000000023527	1225	0.7871037538323191	2	1	0	1	0	True	51393	maximal	True	FIJ0008_000000023527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	88.889	73.0	0.0018610019718256847	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0844_000000010504	1225	0.7871037538323191	3	1	0	1	0	True	72043	fragment	False	DEN0055_000000001223	0.9658119658119658		0	0	False	False	1.0	0					non-mobilizable	plasmid	1230.0	97.64200000000001	100.0	0.4138047138047138	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	False	True
FIJ0014_000000021269	1209	0.7871037538323191	1	1	0	1	0	True	50431	fragment	False	FIJ0014_000000021269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0153_000000029056	1209	0.7871037538323191	3	1	0	1	0	True	103206	fragment	False	AST0153_000000029056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	95.54700000000001	86.0	0.21391304347826087	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
CHI0068_000000013976	1202	0.7871037538323191	1	1	0	1	0	True	85089	fragment	False	CHI0068_000000013976	1.0		0	0	False	False	0.9941763877868652	0					non-mobilizable	no_good_hit	67.0	92.537	6.0	0.03815028901734104	LN852822.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0132	True	True
ISR0057_000000018722	1201	0.7871037538323191	2	1	0	1	0	True	35551	fragment	False	ISR0057_000000018722	1.0		0	0	False	False	0.9950041770935059	0					non-mobilizable	no_good_hit								True	True
DEN0003_000000020119	1197	0.7871037538323191	3	1	0	1	0	True	76613	fragment	False	DEN0003_000000020119	1.0		0	0	False	False	0.9866332411766052	0					non-mobilizable	no_good_hit	432.0	96.52799999999999	71.0	0.2737715379706445	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
FIJ0032_000000031699	1196	0.7871037538323191	2	1	0	1	0	True	48349	fragment	False	FIJ0032_000000031699	0.9991423670668953		0	0	False	False	1.0	0					non-mobilizable	plasmid	753.0	94.821	100.0	0.3265217391304348	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
SPA0089_000000031300	1189	0.7871037538323191	2	1	0	1	0	True	5400	fragment	False	SPA0089_000000031300	1.0		0	0	False	False	0.9941126704216003	0					non-mobilizable	no_good_hit	868.0	96.774	73.0	0.00890125173852573	NC_024711.1	viruses	Uncultured crAssphage, complete genome	True	True
ISR0132_000000024936	1186	0.7871037538323191	2	1	0	1	0	True	31567	fragment	False	ISR0132_000000024936	1.0		0	0	False	False	0.9831365942955017	0					non-mobilizable	no_good_hit								True	True
TAN0027_000000010542	1182	0.7871037538323191	2	1	0	1	0	True	2293	maximal	True	TAN0027_000000010542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0207_000000025933	1179	0.7871037538323191	3	1	0	1	0	True	28546	fragment	False	ISR0207_000000025933	1.0		0	0	False	False	0.9932146072387695	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0009948971404730575	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
CHI0111_000000025645	1179	0.7871037538323191	1	1	0	1	0	True	82492	fragment	False	CHI0111_000000025645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0041_000000032721	1170	0.7871037538323191	1	1	0	1	0	True	18193	fragment	False	MAD0041_000000032721	1.0		0	0	False	False	0.9991452693939209	0					non-mobilizable	no_good_hit								True	True
ISR0259_000000016206	1167	0.7871037538323191	3	1	0	1	0	True	26731	maximal	True	ISR0259_000000016206	1.0		1	1	False	False	0.9871465563774109	0					non-mobilizable	no_good_hit								True	True
FIJ0059_000000015411	1166	0.7871037538323191	2	1	0	1	0	True	48349	fragment	False	FIJ0032_000000031699	0.9866220735785953		0	0	False	False	0.9991423487663269	0					non-mobilizable	plasmid	741.0	94.73700000000001	100.0	0.32130434782608697	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	False	True
AUS0006_000000022877	1165	0.7871037538323191	1	1	0	1	0	True	101926	fragment	False	AUS0006_000000022877	0.9675494414479929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0394_000000016623	1160	0.7871037538323191	1	1	0	1	0	True	101926	fragment	False	AUS0006_000000022877	0.9659184222502143		0	0	False	False	0.9887930750846863	0					non-mobilizable	no_good_hit								True	True
ISR0827_000000010380	1155	0.7871037538323191	1	1	0	1	0	True	21084	fragment	False	ISR0827_000000010380	1.0		0	0	False	False	0.9896103739738464	0					non-mobilizable	virus	949.0	90.83200000000001	100.0	0.010028061629692381	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
MON0007_000000057607	1149	0.7871037538323191	3	1	0	1	0	True	13898	fragment	False	MON0007_000000057607	1.0		0	0	False	False	0.9982593655586243	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000015350	1138	0.7871037538323191	2	1	0	1	0	True	101926	fragment	False	AUS0006_000000022877	0.9604348576784568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000029892	1131	0.7871037538323191	3	1	0	1	0	True	45259	fragment	False	FIJ0066_000000029892	1.0		0	0	False	False	0.9955791234970093	0					non-mobilizable	no_good_hit	46.0	100.0	5.0	5.760480746681195e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
ISR0306_000000009633	1129	0.7871037538323191	1	1	0	1	0	True	25444	fragment	False	ISR0306_000000009633	1.0		0	0	False	False	0.9982285499572754	0					non-mobilizable	virus	517.0	96.51799999999999	91.0	0.0054640758193466405	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
ENG0102_000000025902	1124	0.7871037538323191	2	1	0	1	0	True	60338	fragment	False	ENG0102_000000025902	1.0		0	0	False	False	0.9911032319068909	0					non-mobilizable	no_good_hit								True	True
CHI0144_000000015731	1121	0.7871037538323191	2	1	0	1	0	True	79790	fragment	False	CHI0144_000000015731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0815_000000027579	1114	0.7871037538323191	1	1	0	1	0	True	21439	fragment	False	ISR0815_000000027579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	95.91799999999999	88.0	0.01036691904484566	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	True	True
CHI0179_000000020901	1112	0.7871037538323191	1	1	0	1	0	True	77497	fragment	False	CHI0179_000000020901	1.0		0	0	False	False	0.9991007447242737	0					non-mobilizable	no_good_hit	432.0	97.22200000000001	77.0	0.2737715379706445	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
MAD0111_000000015763	1103	0.7871037538323191	2	1	0	1	0	True	14486	fragment	False	MAD0111_000000015763	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	761.0	99.34299999999999	100.0	0.48500319081046583	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	False	True
ISR0257_000000016661	1100	0.7871037538323191	2	1	0	1	0	True	26798	fragment	False	ISR0257_000000016661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0030_000000033507	1051	0.7871037538323191	2	1	0	1	0	True	12480	fragment	False	MON0030_000000033507	1.0		0	0	False	False	0.9990485310554504	0					non-mobilizable	virus	661.0	89.259	99.0	0.00697834489331286	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
ISR0222_000000011581	5125	0.7871021030150354	8	3	1	3	1	False	66481	fragment	False	ISR0222_000000011581	1.0		0	0	False	False	0.9994146227836609	0					non-mobilizable	no_good_hit	109.0	89.90799999999999	2.0	0.005850511236262234	GU942944.1		Uncultured organism clone 1 genomic sequence	True	False
CHI0106_000000001903	8467	0.7871000220858583	7	5	3	5	1	True	106010	fragment	False	SPA0108_000000003672	0.9254766393732734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	80.26899999999999	5.0	0.00012192015292590191	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
DEN0064_000000023319	1780	0.7870907821048749	2	2	2	2	1	False	71251	fragment	False	DEN0064_000000023319	0.9712272460364064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0109_000000017025	1425	0.7870878678079037	2	2	2	2	2	False	42135	maximal	True	FIJ0109_000000017025	0.9593796159527326		153	11	False	False	0.9922807216644287	0					non-mobilizable	chromosome	1408.0	98.509	99.0	0.0006417639157177425	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
MON0099_000000007705	3838	0.7870869737128753	4	2	2	2	1	False	121251	fragment	False	MON0099_000000007705	1.0		0	0	False	False	0.9872329235076904	0					non-mobilizable	no_good_hit	704.0	84.375	18.0	0.0003088076677122395	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0153_000000017961	1665	0.7870869019506186	3	3	3	3	3	False	56928	fragment	False	ENG0153_000000017961	1.0		0	0	False	False	0.9993994235992432	0					non-mobilizable	no_good_hit	1066.0	93.99600000000001	69.0	0.00030232457793785683	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0099_000000017103	1996	0.7870825860839017	2	2	2	2	2	False	92042	fragment	False	MON0099_000000017103	1.0		0	0	False	False	0.9994990229606628	0					non-mobilizable	other	1996.0	98.79799999999999	100.0	0.0006042987907663145	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MON0002_000000003528	5146	0.7870807836005451	9	3	2	3	2	False	121252	fragment	False	MON0002_000000003528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	80.09	4.0	8.122157244964262e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0137_000000000748	14342	0.7870801870464372	12	7	4	6	5	True	52266	fragment	False	FIJ0172_000000001436	0.6413154077634172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	99.083	1.0	2.6479213449675153e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0183_000000005558	4996	0.7870694284636566	6	6	4	4	4	False	115438	maximal	True	ENG0183_000000005558	0.9670518964304499		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000021996	1623	0.787069370404274	2	2	2	1	1	True	34485	fragment	False	ISR0077_000000021996	1.0		0	0	False	False	0.9944547414779663	0					non-mobilizable	no_good_hit	143.0	88.811	11.0	0.00028437782940257656	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0180_000000016141	1502	0.787069370404274	2	2	2	1	1	True	29623	fragment	False	ISR0180_000000016141	0.9995227869243618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	89.62299999999999	7.0	0.0002070103316974638	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0394_000000013497	1422	0.787069370404274	2	2	2	1	1	True	29623	fragment	False	ISR0180_000000016141	0.9676908955561041		0	0	False	False	0.9957805871963501	0					non-mobilizable	no_good_hit	86.0	87.209	6.0	0.00016519006266767314	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0015_01_000000023911	1397	0.787069370404274	2	2	2	1	1	True	29623	fragment	False	ISR0180_000000016141	0.9560944838043728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	6.667327392804693e-05	NZ_PZZL01000003.1	a-proteobacteria	Phreatobacter oligotrophus strain DSM 25521 Ga0183455_103, whole genome shotgun sequence	True	True
SPA0019_000000002321	9296	0.7870671585802861	12	8	5	7	5	True	125257	fragment	False	SPA0139_000000002006	0.5152407269097301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	93.333	13.0	0.00022825201751834235	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
ISR0025_000000011791	3297	0.7870644867392991	6	5	3	3	3	True	40771	fragment	False	ISR0025_000000011791	1.0		0	0	False	False	0.999696671962738	0					non-mobilizable	no_good_hit	265.0	73.208	8.0	0.007132511682562239	NZ_LDAQ01000024.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_24, whole genome shotgun sequence	True	True
SPA0138_000000010038	2573	0.7870599638821684	4	3	2	2	3	True	95466	fragment	False	FIJ0115_000000008490	0.5596132590275402		0	0	False	False	1.0	0	IncR				non-mobilizable	plasmid	2573.0	100.0	100.0	0.04204125666089117	CP026182.1	enterobacteria	Klebsiella pneumoniae strain KPNIH49 plasmid pKPN-0c4e, complete sequence	False	True
SPA0077_000000002650	9529	0.7870586740961383	9	8	6	7	3	False	112323	maximal	True	SPA0077_000000002650	1.0		1	1	False	False	0.9991604685783386	0					non-mobilizable	no_good_hit	1126.0	93.694	18.0	0.0003626081095933858	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0047_000000001027	12617	0.7870531222712512	16	10	4	4	8	False	103786	fragment	False	CHI0047_000000001027	1.0		0	0	False	False	0.9996829628944397	0					non-mobilizable	no_good_hit	4464.0	89.046	77.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
AUS0016_000000009120	2981	0.7870486398385538	3	3	3	1	2	False	100565	fragment	False	ENG0063_000000010072	0.4229031801806335		0	0	False	False	0.9875880479812622	0					non-mobilizable	no_good_hit	157.0	87.26100000000001	5.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0025_000000014795	1434	0.7870462631416618	3	3	3	2	2	False	113445	fragment	False	ISR0058_000000016778	0.9417452356928111		0	0	False	False	0.9874476790428162	0					non-mobilizable	no_good_hit	363.0	73.829	25.0	0.00010976161287299292	CP035810.1	high GC Gram+	Brevibacterium luteolum strain NEB1784 chromosome, complete genome	True	False
AST0101_000000001678	8218	0.7870442670740143	14	10	6	9	8	False	122378	maximal	True	AST0101_000000001678	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4845.0	97.31700000000001	85.0	0.0013645363126413878	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0096_000000011527	2898	0.7870412182871824	5	4	2	1	3	False	91479	fragment	False	ENG0096_000000011527	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2865.0	99.197	99.0	0.0009194847289767394	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0017_01_000000002761	9350	0.7870303186443898	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9219860269180095		0	0	False	True	1.0	0					non-mobilizable	other	4676.0	99.08	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0231_000000001061	9280	0.7870303186443898	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9171434216357562		0	0	False	True	1.0	0					non-mobilizable	other	4676.0	98.781	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
SPA0150_000000005539	3400	0.7870286897710697	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.6122988205300327		0	0	False	False	0.9994117617607117	0					non-mobilizable	no_good_hit	723.0	76.21	21.0	0.00022820137030410412	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0229_000000004914	3188	0.7870286897710697	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.49843428107935817		0	0	False	False	0.9968632459640503	0					non-mobilizable	no_good_hit	651.0	76.344	20.0	0.00020660604288832025	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
DEN0083_000000008989	3057	0.7870210146250992	2	2	2	2	2	False	110339	fragment	False	MON0086_000000009866	0.9733718318896375		0	0	False	False	1.0	0					non-mobilizable	other	3057.0	98.59299999999999	100.0	0.02594183460382676	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0131_000000002504	7337	0.7870208663774529	14	6	2	4	3	False	40846	maximal	True	FIJ0131_000000002504	1.0		4	1	False	False	0.9997274279594421	0					non-mobilizable	no_good_hit	935.0	97.43299999999999	16.0	0.0002502963895147787	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0076_000000004172	1545	0.787014709567761	2	1	0	1	1	False	16241	fragment	False	MAD0076_000000004172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0047_000000028101	1417	0.787014709567761	1	1	0	1	1	False	11450	maximal	True	MON0047_000000028101	1.0		0	0	False	False	0.984474241733551	0					non-mobilizable	no_good_hit								True	False
FIJ0159_000000002471	7861	0.7870090623232529	13	6	2	4	5	True	42519	fragment	False	FIJ0159_000000002471	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	92.336	6.0	7.255792563292785e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0016_000000002217	10007	0.7870043842105431	15	9	4	6	5	True	122903	fragment	False	ENG0016_000000002217	1.0		0	0	False	False	0.9998001456260681	0					non-mobilizable	chromosome	10007.0	98.891	100.0	0.0031538671751014068	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0123_000000027572	1266	0.7869981308015296	2	1	1	1	1	True	71041	fragment	False	ENG0157_000000019664	0.9283036387714846		0	0	False	False	0.998420238494873	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	4.0	1.2471924312602963e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	True
ENG0157_000000019664	1259	0.7869981308015296	2	1	1	1	1	True	71041	fragment	False	ENG0157_000000019664	0.9341126651133939		0	0	False	False	0.9745830297470093	0					non-mobilizable	no_good_hit	87.0	86.20700000000001	7.0	2.974690694140532e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0399_000000015323	1160	0.7869981308015296	2	1	1	1	1	True	71041	fragment	False	ENG0157_000000019664	0.766523988831533		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	4.0	1.487345347070266e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0258_000000000129	43723	0.7869966495659001	42	13	7	10	9	False	129501	maximal	True	ISR0258_000000000129	1.0		1	1	False	False	0.9999313950538635	0					non-mobilizable	no_good_hit	2557.0	73.641	6.0	0.013313011961245779	NC_007581.1	viruses	Clostridium phage c-st, complete genome	True	False
MAD0105_000000004264	6606	0.7869874857086073	6	6	6	5	5	False	18978	fragment	False	MAD0105_000000004264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.555	22.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0119_000000002903	5594	0.7869825586063868	7	4	3	3	2	True	41580	maximal	True	FIJ0119_000000002903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.0008999470619375331	NZ_VULP01000032.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq32, whole genome shotgun sequence	True	True
MON0103_000000019153	2630	0.7869824480945632	2	1	0	1	0	True	44114	maximal	False	MON0027_000000015486	0.993569887109657	PS151	0	0	True	True	1.0	264					non-mobilizable	no_good_hit								True	True
MON0057_000000009508	2630	0.7869824480945632	2	1	0	1	0	True	44114	maximal	False	MON0027_000000015486	0.9929100220632526	PS151	0	0	True	True	1.0	146					non-mobilizable	no_good_hit								True	True
MON0032_000000009955	2610	0.7869824480945632	2	1	0	1	0	True	44114	maximal	False	MON0027_000000015486	0.9935752121990097	PS151	0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
MON0035_000000010627	2609	0.7869824480945632	2	1	0	1	0	True	44114	maximal	False	MON0027_000000015486	0.984521481369387	PS151	0	0	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
MON0027_000000015486	2590	0.7869824480945632	3	1	0	1	0	True	44114	maximal	True	MON0027_000000015486	0.9936218584385343	PS151	7	2	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ISR0152_000000009911	2372	0.7869824480945632	2	1	0	1	0	True	44113	backbone	False	MON0076_000000020322	0.9816764317459256	PS151	0	0	True	True	1.0	99					non-mobilizable	no_good_hit								True	True
FIJ0083_000000015052	2358	0.7869824480945632	2	1	0	1	0	True	44113	backbone	False	MON0076_000000020322	0.9870395927303477	PS151	0	0	True	True	1.0	111					non-mobilizable	no_good_hit								True	True
ISR0793_000000006840	2352	0.7869824480945632	2	1	0	1	0	True	44113	backbone	False	MON0076_000000020322	0.9832143681809571	PS151	0	0	True	True	0.9995748400688171	15					non-mobilizable	no_good_hit								True	True
MON0076_000000020322	2338	0.7869824480945632	2	1	0	1	0	True	44113	backbone	True	MON0076_000000020322	0.9874947147690699	PS151	3	3	True	True	1.0	97					non-mobilizable	no_good_hit								True	True
MON0055_000000011936	1930	0.7869824480945632	2	1	0	1	0	True	12976	fragment	False	MON0055_000000011936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	94.118	4.0	0.0003839429165485304	MH883760.1	viruses	Human gammaherpesvirus 4 isolate ebv14, partial genome	True	True
MON0023_000000014714	1552	0.7869824480945632	2	1	0	1	0	True	12975	fragment	False	MON0023_000000014714	1.0		0	0	False	False	0.9954897165298462	0					non-mobilizable	no_good_hit								True	True
MON0033_000000046855	1265	0.7869824480945632	1	1	0	1	0	True	12270	fragment	False	MON0033_000000046855	1.0		0	0	False	False	0.9968379735946655	0					non-mobilizable	no_good_hit								True	True
MON0077_000000039208	1170	0.7869824480945632	1	1	0	1	0	True	10190	fragment	False	MON0077_000000039208	1.0		0	0	False	False	0.9991452693939209	0					non-mobilizable	no_good_hit								True	True
ISR0148_000000010029	2911	0.7869803885390171	6	5	4	4	2	False	38147	maximal	True	ISR0148_000000010029	1.0		1	1	False	False	0.9972518086433411	0					non-mobilizable	no_good_hit	1504.0	73.138	51.0	0.007097784269362584	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
FIJ0151_000000006060	2927	0.7869775847120671	4	4	4	4	4	False	63879	fragment	False	FIJ0020_000000006331	0.5765549554394841		0	0	False	False	0.9996583461761475	0					non-mobilizable	chromosome	2927.0	99.31700000000001	100.0	0.0005404351112158571	CP054268.1	enterobacteria	Klebsiella pneumoniae strain 39427 chromosome, complete genome	False	False
CHI0120_000000014190	1191	0.786973306956904	3	3	3	3	1	False	81805	maximal	True	CHI0120_000000014190	1.0		119	9	False	False	1.0	0					non-mobilizable	chromosome	1191.0	100.0	100.0	0.00024029127340845902	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
CAN0003_000000032548	1508	0.7869718833765922	2	2	2	2	2	False	96484	maximal	True	CAN0003_000000032548	1.0		33	6	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	82.727	7.0	0.001227109684727204	NZ_LUUB01000042.1	a-proteobacteria	Bradyrhizobium centrolobii strain BR 10245 contig16, whole genome shotgun sequence	True	False
ISR0018_000000008954	2392	0.7869714292386868	4	1	1	1	1	False	113529	fragment	False	ISR0018_000000008954	0.9823289533303127		0	0	False	False	0.9882943034172058	0					non-mobilizable	no_good_hit	55.0	87.273	2.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
MON0048_000000028254	1446	0.7869714292386868	3	1	1	1	1	False	113521	fragment	False	AST0087_000000017412	0.14133760777825533		0	0	False	False	0.9882434010505676	0					non-mobilizable	no_good_hit	55.0	87.273	4.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
SPA0027_000000027699	1360	0.7869714292386868	2	1	1	1	1	False	113521	fragment	False	AST0087_000000017412	0.08856826524098309		0	0	False	False	0.9860293865203857	0					non-mobilizable	no_good_hit	55.0	87.273	4.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
DEN0011_000000043516	1102	0.7869714292386868	1	1	1	1	1	False	75505	fragment	False	DEN0011_000000043516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	5.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
MON0002_000000014181	1861	0.7869625071846863	4	3	3	1	1	False	14320	maximal	True	MON0002_000000014181	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0079_000000014068	1614	0.7869591009549051	1	1	1	1	1	False	10091	maximal	True	MON0079_000000014068	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1389.0	92.081	100.0	0.010944295216167818	NZ_CABJCG010000019.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
ENG0141_000000002992	8473	0.7869584096288946	5	5	3	5	2	False	106652	fragment	False	ENG0141_000000002992	0.967476914333099		0	0	False	False	1.0	0					non-mobilizable	other	8473.0	99.48100000000001	100.0	0.0025662252407880784	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0061_000000018414	1113	0.7869520273625394	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.5220270115183924		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	82.632	100.0	0.00048706195112370584	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
CHI0024_000000001072	8913	0.7869489454668478	8	3	1	1	3	False	92920	fragment	False	CHI0024_000000001072	0.9922904225668794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3336.0	92.536	73.0	0.0007400842700996626	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0211_000000003924	8221	0.7869489454668478	8	3	1	1	3	False	92920	fragment	False	CHI0024_000000001072	0.9540692879975672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3162.0	92.568	70.0	0.0007012142979305627	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0131_000000006596	3576	0.7869480629233551	4	4	4	4	4	False	93572	fragment	False	SPA0131_000000006596	1.0		0	0	False	False	0.9986017942428589	0					non-mobilizable	other	3576.0	99.525	100.0	0.0008765110007647099	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0026_000000016257	1655	0.7869441373092482	2	2	2	2	2	False	119249	maximal	True	AST0026_000000016257	1.0		4	4	False	False	0.9927492737770081	0					non-mobilizable	no_good_hit	974.0	79.46600000000001	58.0	0.0035400746660444495	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
SPA0054_000000008295	3447	0.7869399883337208	4	4	4	4	4	False	120077	fragment	False	ISR0155_000000005779	0.6798195534724052		0	0	False	False	1.0	0					non-mobilizable	other	3394.0	96.376	100.0	0.0007163851778386076	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0107_000000044267	1389	0.7869325584261609	2	2	2	2	1	False	8566	maximal	True	MON0107_000000044267	1.0		16	3	False	False	0.9820014238357544	0					non-mobilizable	chromosome	1397.0	80.315	99.0	0.0007411628116204046	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
CAN0003_000000002573	15024	0.7869264731240092	20	11	8	11	7	False	125990	maximal	True	CAN0003_000000002573	1.0		2	1	False	False	0.9999334216117859	0					non-mobilizable	no_good_hit	576.0	93.92399999999999	5.0	0.0001914030949178971	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0380_000000002266	5146	0.7869226873770208	4	3	2	3	1	False	32945	fragment	False	ISR0380_000000002266	1.0		0	0	False	True	0.9984453916549683	0					non-mobilizable	plasmid	5150.0	94.07799999999999	99.0	0.07099470064892836	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
AST0108_000000008054	3201	0.7869190081948889	5	3	2	3	1	True	107271	maximal	True	AST0108_000000008054	1.0		1	1	False	False	0.9981256127357483	0					non-mobilizable	no_good_hit	1722.0	99.18700000000001	54.0	0.0005843556442809758	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0068_000000015888	2660	0.786913922265162	2	2	2	2	2	False	106754	fragment	False	ENG0134_000000013540	0.32662578254759167		0	0	False	False	0.9748120307922363	0					non-mobilizable	other	2556.0	89.43700000000001	96.0	0.012182494047136184	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0083_000000013715	2609	0.786913922265162	2	2	2	2	2	False	106754	fragment	False	ENG0134_000000013540	0.6204278111751979		0	0	False	False	1.0	0					non-mobilizable	other	2601.0	90.235	99.0	0.012397226609659149	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0095_000000026735	1330	0.7869093101821362	2	2	2	2	1	False	102653	fragment	False	AUS0022_000000023272	0.9752080418281901		0	0	False	False	0.9992481470108032	0					non-mobilizable	no_good_hit	961.0	81.374	83.0	0.0002668054737788245	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0168_000000015704	1945	0.7869034910174691	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.7367306030097174		0	0	False	False	1.0	0					non-mobilizable	chromosome	1756.0	99.374	99.0	0.0004703106676642791	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0194_000000014812	1808	0.7869034910174691	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.7651974887038089		0	0	False	False	0.9966813921928406	0					non-mobilizable	other	1808.0	99.115	100.0	0.9500525762355415	NZ_JAAWUO010000037.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_37_length_1902_cov_261.886, whole genome shotgun sequence	False	False
AST0113_000000021320	1768	0.7869034910174691	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.7341032222880545		0	0	False	False	1.0	0					non-mobilizable	chromosome	1768.0	99.038	100.0	0.00047352646710129985	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0093_000000026360	1716	0.7868927623713367	3	2	1	1	2	True	94671	fragment	False	ISR0119_000000016443	0.5380413702471881		0	0	False	False	1.0	0					non-mobilizable	other	863.0	97.45100000000001	97.0	0.00016675740516180988	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0043_000000005678	3849	0.7868776426809151	4	4	4	3	3	False	103272	fragment	False	ISR0083_000000005815	0.6941542476260089		0	0	False	False	0.9981813430786133	0					non-mobilizable	chromosome	3849.0	99.24700000000001	100.0	0.0007680114451268995	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0375_000000002860	5791	0.7868739794287304	8	3	1	3	1	False	23403	maximal	True	ISR0375_000000002860	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00012934044993231182	NZ_JAATEL010000008.1	high GC Gram+	Streptomyces thermoviolaceus subsp. thermoviolaceus strain NBRC 13905, whole genome shotgun sequence	True	True
MON0058_000000022186	2217	0.7868730130219392	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.7059699106204101		0	0	False	False	0.9995489120483398	0					non-mobilizable	no_good_hit	1790.0	83.073	80.0	0.0006204399407166151	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0096_000000013098	1478	0.7868652459814127	2	2	2	2	1	False	15476	maximal	True	MAD0096_000000013098	1.0		5	2	False	False	0.9959404468536377	0					non-mobilizable	other	1328.0	98.569	90.0	0.00048538482853945655	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
USA0034_01_000000005521	10127	0.7868607909181221	8	4	4	4	4	False	131123	maximal	True	USA0034_01_000000005521	1.0		6	4	True	True	1.0	7					non-mobilizable	no_good_hit	1441.0	90.90899999999999	17.0	0.0004497869737027491	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0150_000000003320	6605	0.7868544641491165	13	7	1	5	5	True	39827	maximal	True	FIJ0150_000000003320	1.0		7	1	False	False	0.9972748160362244	0					non-mobilizable	no_good_hit	117.0	82.906	2.0	0.0001316389733067937	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	True	True
ENG0098_000000003586	6971	0.7868534110102443	11	4	3	3	4	False	112201	backbone	False	SPA0021_000000003487	0.7951482822503859	PS718	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	395.0	75.949	6.0	0.0018428276956104605	NZ_AUDP01000004.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
ENG0193_000000011233	1787	0.7868530541574651	3	3	3	3	3	False	56675	maximal	True	ENG0193_000000011233	0.9965317919075145		97	9	False	False	1.0	0					non-mobilizable	chromosome	1787.0	99.944	100.0	0.0004994252135909652	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0125_000000003313	6945	0.7868482617487493	9	4	2	4	1	False	91341	maximal	True	ENG0125_000000003313	1.0		0	0	False	False	0.9989920854568481	0					non-mobilizable	no_good_hit	2594.0	98.921	37.0	0.04458620630362639	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
AUS0016_000000021779	1302	0.7868450755022663	2	2	2	2	1	False	100123	maximal	True	AUS0016_000000021779	1.0		7	4	False	False	0.9831029176712036	0					non-mobilizable	other	1243.0	100.0	95.0	0.0004992432966940205	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
ISR0029_000000008185	5581	0.7868398740017529	8	3	3	3	2	False	123071	maximal	True	ISR0029_000000008185	1.0		126	6	False	False	0.9998208284378052	0					non-mobilizable	no_good_hit	2855.0	98.73899999999999	74.0	0.05170726402783819	NZ_JAAWUO010000022.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_22_length_55176_cov_71.891, whole genome shotgun sequence	True	False
ISR0128_000000012875	2739	0.7868330683141765	4	4	3	4	3	False	114925	fragment	False	ISR0128_000000012875	0.9905979691613389		0	0	False	False	0.9992697834968567	0					non-mobilizable	no_good_hit	232.0	77.155	14.0	2.8182069459817413e-05	NZ_RBXX01000002.1	high GC Gram+	Saccharopolyspora antimicrobica strain DSM 45119 Ga0074777_12, whole genome shotgun sequence	True	False
ISR0121_000000006226	3762	0.7868319944090052	4	3	1	1	2	True	32224	maximal	True	ISR0121_000000006226	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	457.0	73.304	12.0	0.10101237345331833	LN854286.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1786	True	True
FIJ0011_000000006275	6575	0.7868298012054862	6	6	6	6	5	False	51015	maximal	True	FIJ0011_000000006275	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1230.0	72.033	19.0	0.0008082630232137994	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
CHI0071_000000004194	2445	0.7868212062164035	3	3	2	3	2	False	84903	fragment	False	CHI0145_000000007465	0.9831148192292412		0	0	False	False	1.0	0					non-mobilizable	chromosome	2445.0	99.91799999999999	100.0	0.000464977527354529	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
ISR0278_000000000595	12413	0.7868125152633466	14	7	5	7	3	True	107518	fragment	False	ISR0077_000000001266	0.24923236808975108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5774.0	97.679	65.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MON0044_000000036670	1531	0.7867941551968344	5	2	1	1	0	True	11774	maximal	True	MON0044_000000036670	1.0		2	1	False	False	0.9993468523025513	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.2671177305874218e-06	NC_020453.1	a-proteobacteria	Bradyrhizobium oligotrophicum S58, complete genome	True	True
MON0039_000000034053	1447	0.7867911782067913	3	2	2	2	2	False	11913	fragment	False	MON0039_000000034053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	9.12272013449496e-05	NZ_ATZZ01000018.1	b-proteobacteria	Chitinimonas koreensis DSM 17726 F559DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
CHI0136_000000011892	1156	0.7867881987205396	2	2	2	2	1	False	80559	fragment	False	CHI0136_000000011892	1.0		0	0	False	False	0.9939446449279785	0					non-mobilizable	other	1168.0	97.603	100.0	0.0003513613521179683	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0152_000000002735	8156	0.7867874229632059	13	7	4	5	5	True	104948	fragment	False	ENG0152_000000002735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4703.0	98.70299999999999	75.0	0.37926583299717626	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0189_000000006258	2455	0.7867853959936021	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9940552506750289		0	0	False	False	1.0	0					non-mobilizable	chromosome	2455.0	99.87799999999999	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0072_000000004599	2455	0.7867853959936021	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9939960551039411		0	0	False	False	1.0	0					non-mobilizable	chromosome	2455.0	99.919	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0171_000000009735	2455	0.7867853959936021	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9944499345566431		0	0	False	False	1.0	0					non-mobilizable	chromosome	2455.0	99.919	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0158_000000007752	2424	0.7867853959936021	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9869219037208496		0	0	False	False	1.0	0					non-mobilizable	chromosome	2424.0	100.0	100.0	0.00043458071570045246	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0209_000000007750	2424	0.7867853959936021	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9869219037208496		0	0	False	False	1.0	0					non-mobilizable	chromosome	2424.0	100.0	100.0	0.00043458071570045246	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
AST0108_000000015416	1831	0.7867835668292454	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.6036289502825214		0	0	False	False	0.9896231293678284	0					non-mobilizable	other	1740.0	91.322	95.0	0.04813367694737717	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0005_000000003075	7686	0.7867782544391237	12	4	3	3	4	False	112201	backbone	False	SPA0021_000000003487	0.9897473513319814	PS718	0	0	True	True	1.0	145					non-mobilizable	no_good_hit	355.0	78.873	5.0	0.00011350482346575236	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0199_000000001623	13846	0.7867758748165591	11	10	6	9	8	False	113353	maximal	True	ISR0199_000000001623	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	90.22399999999999	11.0	0.192326372025255	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0038_000000009848	1279	0.7867692930513973	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.10259451045928479		0	0	False	False	0.9984362721443176	0					non-mobilizable	chromosome	1255.0	91.47399999999999	98.0	0.0003939969986884628	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0005_000000012469	4007	0.7867592332353603	5	4	3	2	3	False	65705	fragment	False	MON0005_000000012469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	85.2	58.0	0.0024117624268722637	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0012_000000015379	3006	0.7867592332353603	5	4	3	2	3	False	65704	fragment	False	MON0012_000000015379	0.9913909520594193		0	0	False	False	0.9996673464775085	0					non-mobilizable	no_good_hit	1322.0	77.458	47.0	0.0031842044089729184	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0149_000000016558	1138	0.7867558533056941	2	2	2	2	2	False	30839	fragment	False	ISR0149_000000016558	1.0		0	0	False	False	0.9938488602638245	0					non-mobilizable	no_good_hit	1033.0	73.766	88.0	0.0002375786287545488	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
MAD0063_000000001061	8593	0.7867523797962287	16	4	2	3	3	False	19116	maximal	True	MAD0063_000000001061	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	73.096	14.0	0.000341184223191346	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0098_000000028457	1260	0.7867480686202123	2	2	1	2	1	False	9184	maximal	True	MON0098_000000028457	1.0		1	1	False	False	0.9801587462425232	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0004373218971306041	NZ_VZBY01000044.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_16_length_70886_cov_18.5679_ID_31, whole genome shotgun sequence	True	False
MON0043_000000023795	1244	0.7867394886122894	1	1	1	1	1	False	11661	fragment	False	MON0043_000000023795	1.0		0	0	False	False	0.9815112352371216	0					non-mobilizable	chromosome	1244.0	90.434	100.0	0.0004260066248656948	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
AST0059_000000011155	1385	0.7867215652437086	2	2	2	2	1	False	112578	maximal	True	AST0059_000000011155	1.0		11	3	False	False	0.9942238330841064	0					non-mobilizable	no_good_hit	876.0	74.88600000000001	62.0	0.01298271478645465	NZ_BBAB01000019.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
USA0073_01_000000010304	1403	0.7867184273837478	2	2	2	2	2	False	22466	fragment	False	ISR0774_000000017231	0.9678200692041522		0	0	False	False	1.0	0					non-mobilizable	chromosome	1403.0	97.434	100.0	0.0004064139189520203	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0107_000000003522	11038	0.7867181834062703	8	7	3	3	6	False	15125	fragment	False	MON0107_000000003522	1.0		0	0	False	False	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	10492.0	99.962	95.0	0.12159530818980505	CP057998.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_3, complete sequence	False	True
ISR0329_000000006521	2252	0.7867163471530485	4	3	2	3	1	False	113762	fragment	False	ISR0329_000000006521	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1997.0	93.39	96.0	0.00048814920350280765	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0084_01_000000021469	1500	0.7867163471530485	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.24655652513280252		0	0	False	False	1.0	0					non-mobilizable	chromosome	1466.0	95.49799999999999	98.0	0.00041002521445158356	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0092_000000007153	1478	0.7867163471530485	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.18465685291940498		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	97.226	100.0	0.0004131039020686262	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0280_000000006408	2013	0.7867162638336705	3	1	1	1	1	False	109611	maximal	True	ISR0280_000000006408	1.0		20	3	False	False	0.9746646881103516	0					non-mobilizable	no_good_hit	1252.0	99.042	62.0	0.006171195169596875	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0025_000000024891	1135	0.7867162638336705	1	1	1	1	1	False	108682	fragment	False	AST0099_000000017967	0.971551724137931		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	99.559	100.0	0.005594033031433138	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0099_000000014997	2089	0.7867159376703678	5	4	4	3	3	False	15227	maximal	True	MAD0099_000000014997	1.0		1	1	False	False	0.9909047484397888	0					non-mobilizable	no_good_hit	358.0	98.883	17.0	9.474407257395959e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0074_000000015316	1386	0.7867147005147468	2	1	1	1	1	True	6215	maximal	True	SPA0074_000000015316	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1097.0	93.619	79.0	0.000632982670944305	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ENG0036_000000001569	12626	0.786714296937505	17	5	4	4	2	False	94647	fragment	False	ENG0036_000000001569	0.9669416737666425		0	0	False	False	1.0	0					non-mobilizable	plasmid	7875.0	96.48299999999999	100.0	0.1553695789806901	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0348_000000000734	12301	0.786714296937505	18	5	4	4	2	False	94647	fragment	False	ENG0036_000000001569	0.9306183523004983		0	0	False	False	0.9995935559272766	0					non-mobilizable	plasmid	5063.0	99.86200000000001	98.0	0.10015036403925293	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0046_000000011739	2668	0.7867043988639929	4	2	2	2	1	True	68184	maximal	True	ISR0046_000000011739	1.0		3	2	False	False	0.9992503523826599	0					non-mobilizable	no_good_hit	999.0	99.499	50.0	0.12343846629560916	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0058_01_000000005972	3416	0.7866983600536116	4	2	2	1	2	False	121244	maximal	True	USA0058_01_000000005972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	80.408	8.0	9.015983161874205e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0004_000000016649	2443	0.7866967789031926	3	3	3	3	2	False	39392	maximal	True	MON0004_000000016649	1.0		24	5	False	False	0.99918133020401	0					non-mobilizable	no_good_hit	290.0	73.10300000000001	12.0	9.977178077279175e-05	NZ_LR796240.1	spirochetes	Treponema socranskii subsp. buccale strain Marseille-CSURQ0203 chromosome contig00001	True	False
ISR0034_000000002041	9162	0.7866904650767308	15	6	3	4	5	True	91093	fragment	False	ISR0034_000000002041	0.997174461945413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3742.0	99.947	88.0	0.000872782348939363	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
AST0059_000000003223	4219	0.7866793785642685	3	2	1	2	1	False	112897	fragment	False	AST0059_000000003223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0072_000000002351	8177	0.7866762277470043	11	10	8	8	6	False	89205	maximal	True	DEN0072_000000002351	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	95.634	39.0	0.0007423722927834056	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
CHI0028_000000008843	1615	0.7866751341468237	3	3	2	2	3	True	88682	maximal	True	CHI0028_000000008843	1.0		2	2	False	False	0.9975232481956482	0					non-mobilizable	other	1620.0	86.728	100.0	0.0353424897209343	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0042_000000000659	22124	0.7866747062115995	28	5	2	4	3	True	47854	fragment	False	FIJ0042_000000000659	0.9899070577984317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	85.79899999999999	3.0	4.454843228198144e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0080_000000000791	20658	0.7866747062115995	25	5	2	4	3	True	47854	fragment	False	FIJ0042_000000000659	0.9587551979750497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.907346294114706e-06	CP045906.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 17	True	True
ISR0375_000000003519	4996	0.7866708649774311	4	3	2	3	3	False	130359	fragment	False	ISR0375_000000003519	1.0		0	0	False	True	0.9997998476028442	0					non-mobilizable	chromosome	5007.0	98.302	100.0	0.000998534630969303	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MAD0095_000000033521	1148	0.7866641838966784	2	2	2	2	2	False	17242	fragment	False	MAD0095_000000033521	0.990990990990991		0	0	False	False	0.9904181361198425	0					non-mobilizable	chromosome	1162.0	78.83	100.0	0.0003677652027076028	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0039_000000017512	2083	0.7866602710885282	2	1	1	1	1	False	36542	maximal	True	ISR0039_000000017512	1.0		28	10	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	99.072	26.0	0.00014977207084942756	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0112_000000012954	1437	0.7866453685603487	2	2	2	2	2	False	82386	fragment	False	CHI0112_000000012954	1.0		0	0	False	False	0.9728600978851318	0					non-mobilizable	chromosome	1423.0	100.0	99.0	0.0006012842619975661	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0057_000000011509	2230	0.7866384665578344	3	3	3	3	3	False	70974	fragment	False	DEN0066_000000015314	0.9816833842128216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	78.113	23.0	0.0001462482568354282	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0015_000000001308	9374	0.7866382258918843	11	5	1	2	5	False	103233	fragment	False	SPA0015_000000001308	1.0		0	0	False	False	0.9997866153717041	0					non-mobilizable	other	2740.0	95.949	96.0	0.005935599718942739	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
FIJ0083_000000004002	7630	0.7866322753036342	9	6	4	5	4	False	44142	maximal	True	FIJ0083_000000004002	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	89.47399999999999	2.0	2.8272440778660715e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
AUS0002_000000020356	1820	0.7866307346730302	4	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.4475901725699211		0	0	False	False	1.0	0					non-mobilizable	chromosome	730.0	98.493	100.0	0.0002037531441097289	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0128_000000014626	1779	0.7866307346730302	4	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.42564249201519394		0	0	False	False	1.0	0					non-mobilizable	other	1575.0	93.333	100.0	0.0003841937729226015	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0138_000000008627	1645	0.7866307346730302	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.3108947159317011		0	0	False	False	1.0	0					non-mobilizable	other	1651.0	94.912	100.0	0.0004038080051075461	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0080_01_000000028209	1496	0.7866307346730302	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.2470928605818625		0	0	False	False	0.999331533908844	0					non-mobilizable	chromosome	1482.0	96.154	99.0	0.00041450330553091826	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0007_000000017102	1490	0.7866307346730302	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.25602518863218177		0	0	False	False	0.9959731698036194	0					non-mobilizable	chromosome	795.0	98.868	100.0	0.00022222526981198454	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0021_000000021609	1488	0.7866307346730302	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.24789028397430624		0	0	False	False	0.9959677457809448	0					non-mobilizable	chromosome	1481.0	98.31200000000001	99.0	0.000413663663453543	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0093_000000009681	3317	0.7866207615402694	8	2	2	2	2	False	117948	fragment	False	DEN0093_000000009681	0.9707132018209408		0	0	False	False	0.9987940788269043	0					non-mobilizable	other	3320.0	97.199	100.0	0.0009352420996579993	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0040_000000006703	2915	0.7866207615402694	5	2	2	2	2	False	116294	maximal	True	AST0040_000000006703	1.0		8	4	False	False	0.9900514483451843	0					non-mobilizable	no_good_hit	1991.0	98.39299999999999	74.0	0.000561258075488365	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0103_000000009418	1783	0.7866207615402694	4	2	2	2	2	False	62034	fragment	False	SPA0103_000000009418	1.0		0	0	False	False	0.9921480417251587	0					non-mobilizable	other	1743.0	98.45100000000001	98.0	0.0004913123454777547	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0776_000000002991	8930	0.7866137597011272	11	8	6	7	6	True	72497	fragment	False	ISR0776_000000002991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.60383414332086e-06	LR590463.1	enterobacteria	Serratia rubidaea strain NCTC12971 genome assembly, chromosome: 1	True	True
ISR0853_000000011013	1636	0.7866088864453459	2	1	1	1	1	False	20520	fragment	False	ISR0853_000000011013	1.0		0	0	False	False	0.9993887543678284	0					non-mobilizable	no_good_hit	211.0	75.355	12.0	8.81183187901574e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0107_000000016412	1984	0.7866026098226379	3	3	3	3	2	False	116153	fragment	False	DEN0083_000000012288	0.5986824967053246		0	0	False	False	0.9969757795333862	0					non-mobilizable	other	1984.0	99.59700000000001	100.0	0.01138608176389527	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0398_000000013576	1695	0.7865948375037488	2	2	2	1	1	False	22614	maximal	True	ISR0398_000000013576	1.0		1	1	False	False	0.98525071144104	0					non-mobilizable	no_good_hit								True	False
FIJ0094_000000010318	1965	0.7865894226316161	3	3	3	3	3	False	43181	maximal	True	FIJ0094_000000010318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	99.39200000000001	67.0	0.0005201030533458444	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
FIJ0058_000000014239	2782	0.7865887987046722	2	2	1	2	2	False	74776	fragment	False	MON0027_000000013919	0.9858093903293623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	99.541	31.0	0.9988505747126437	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
FIJ0081_000000031896	1142	0.7865823753616913	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.13170330821154033		0	0	False	False	1.0	0					non-mobilizable	chromosome	1119.0	96.068	98.0	0.0003129066141685123	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0148_000000013358	1495	0.7865793833454132	2	2	2	2	1	True	118498	fragment	False	FIJ0148_000000013358	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	99.645	97.0	0.001802427119251265	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	True
ISR0378_000000000178	39077	0.7865763022829821	30	14	8	12	10	True	128748	maximal	False	ENG0127_000000000383	0.9720379931237152	PS1050|PS1051	0	0	True	True	0.9999744296073914	9					non-mobilizable	no_good_hit	3088.0	94.009	31.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0353_000000009688	3672	0.7865542177616626	6	4	4	4	2	False	24039	maximal	True	ISR0353_000000009688	1.0		3	1	False	False	0.9994553327560425	0					non-mobilizable	no_good_hit	2870.0	99.338	78.0	0.000999657837575288	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
DEN0026_000000008566	3445	0.7865503840288144	3	3	2	2	2	False	74207	maximal	True	DEN0026_000000008566	1.0		103	10	False	False	0.9849056601524353	0					non-mobilizable	other	3344.0	99.97	97.0	0.001006787609676003	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0216_000000004696	4153	0.7865403504322813	4	4	4	4	3	False	127736	maximal	True	ISR0216_000000004696	1.0		355	7	False	False	1.0	0					non-mobilizable	other	3854.0	97.068	100.0	0.03793481373236308	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ENG0138_000000011094	1773	0.7865323507612623	3	2	2	2	2	False	60760	fragment	False	ENG0138_000000011094	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0017_000000012663	1543	0.7865144436677081	3	2	2	2	1	False	28967	fragment	False	MON0017_000000012663	1.0		0	0	False	False	0.9954633712768555	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000003810	8958	0.7865122448788144	9	6	4	5	1	True	75073	fragment	False	SPA0116_000000003810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	96.522	1.0	2.7950280863545994e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
USA0086_01_000000003016	6666	0.7865113312319725	8	4	2	4	2	False	54526	fragment	False	USA0086_01_000000003016	1.0		0	0	False	False	0.9996999502182007	0					non-mobilizable	no_good_hit	637.0	90.581	10.0	0.0001972395151381328	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MON0106_000000016320	2512	0.7865048039797161	3	3	3	3	3	False	115369	maximal	True	MON0106_000000016320	1.0		14	6	False	False	0.996417224407196	0					non-mobilizable	other	2512.0	98.965	100.0	0.002795597407253189	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
AST0005_000000010510	2722	0.7865012986225128	4	4	4	3	3	True	128495	fragment	False	AST0005_000000010510	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2722.0	99.302	100.0	0.002323924896486697	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	True
CAN0004_000000017271	1635	0.7864917186367062	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.24946382363537234		0	0	False	False	0.9975535273551941	0					non-mobilizable	chromosome	1632.0	92.647	99.0	0.0004562055287072227	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0274_000000003810	1902	0.7864886580829048	4	2	2	2	2	False	44238	maximal	True	ISR0274_000000003810	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	93.068	85.0	0.0006240962086799163	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
CHI0012_000000001598	3468	0.7864884303242867	6	4	2	2	3	False	90113	maximal	True	CHI0012_000000001598	1.0		74	11	False	False	0.9997116327285767	0					non-mobilizable	no_good_hit	2679.0	99.477	87.0	0.0009449918080713874	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ETH0003_000000004298	6544	0.7864871363324786	8	2	2	2	1	False	53261	maximal	True	ETH0003_000000004298	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
ENG0019_000000009313	2051	0.7864733399141852	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.22490172642422093		0	0	False	False	0.9868357181549072	0					non-mobilizable	other	2051.0	100.0	100.0	0.0006578732018399911	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0012_000000009971	2325	0.786473255861506	5	3	1	3	1	True	53824	fragment	False	ISR0012_000000009971	1.0		0	0	False	False	0.9978494644165039	0					non-mobilizable	no_good_hit								True	True
ITA0002_000000005869	1704	0.7864716621425706	2	2	2	2	1	False	20423	maximal	True	ITA0002_000000005869	1.0		9	3	False	False	0.998826265335083	0					non-mobilizable	other	1703.0	95.831	99.0	0.18601092896174864	NZ_FOIN01000063.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	False	False
MAD0005_000000020944	1487	0.7864714713155997	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.018834397213020954		0	0	False	False	0.9993274807929993	0					non-mobilizable	chromosome	1215.0	83.868	93.0	0.00042591677085218995	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0084_000000000780	4043	0.7864607944263957	5	5	3	2	3	True	84179	maximal	False	ISR0806_000000002309	0.9522317155412462		0	0	False	False	1.0	0					non-mobilizable	chromosome	3988.0	96.23899999999999	99.0	0.0008840142241886726	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ISR0171_000000017878	1632	0.7864576025305975	3	2	1	2	1	False	29973	fragment	False	ISR0171_000000017878	1.0		0	0	False	False	0.9877451062202454	0					non-mobilizable	no_good_hit								True	False
AST0047_000000010246	2155	0.7864559788565115	3	3	2	3	1	False	115360	maximal	True	AST0047_000000010246	1.0		49	7	False	False	0.9786542654037476	0					non-mobilizable	other	2105.0	89.54899999999999	98.0	0.007519497314977018	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0316_000000006572	2880	0.7864497313592598	2	2	1	2	0	False	100446	fragment	False	ISR0316_000000006572	0.9791601091997142		0	0	False	False	0.9972222447395325	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	5.0	0.00014366525994432972	LM997173.1	enterobacteria	Escherichia coli genome assembly FHI92, scaffold scaffold-23_contig-1.0_1_890960_[organism:Escherichia	True	False
DEN0052_000000015162	2757	0.7864497313592598	2	2	1	2	0	False	100446	fragment	False	ISR0316_000000006572	0.9714787450550662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000009773	2455	0.7864497313592598	2	2	1	2	0	False	80892	fragment	False	FIJ0115_000000009773	0.9804171993286285		0	0	False	False	0.9983706474304199	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	3.0	6.912576896017434e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
DEN0005_000000016103	2222	0.7864497313592598	2	2	1	2	0	False	80892	fragment	False	FIJ0115_000000009773	0.9481988596672473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0067_000000011719	2826	0.7864436134364137	3	3	2	3	3	False	127054	fragment	False	ENG0049_000000005054	0.34448036975673096		0	0	False	False	0.9992923140525818	0					non-mobilizable	other	2094.0	98.99700000000001	100.0	0.0006251212648555988	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0074_000000009025	2466	0.7864324962942416	4	4	3	4	4	False	89065	maximal	True	ENG0074_000000009025	0.9925342181667358		99	11	False	False	1.0	0					non-mobilizable	chromosome	2466.0	100.0	100.0	0.0004904824516720577	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	False	False
MON0105_000000028151	1930	0.7864277732142668	5	4	4	3	2	True	117225	fragment	False	DEN0058_000000001076	0.5287701769793064		0	0	False	False	1.0	0					non-mobilizable	chromosome	1931.0	99.637	100.0	0.0005390502136749147	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
CHI0054_000000010215	1712	0.7864277732142668	5	4	4	3	2	True	117225	fragment	False	DEN0058_000000001076	0.18788627209471004		0	0	False	False	0.9894859790802002	0					non-mobilizable	chromosome	1696.0	100.0	99.0	0.0004743977737170199	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ENG0142_000000000902	17366	0.7864214036507561	25	17	11	11	15	True	124145	fragment	False	ISR0777_000000000696	0.7512762969218582		0	0	False	False	0.999942421913147	0					non-mobilizable	other	15816.0	97.243	91.0	0.0044428344435033	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0178_000000013002	1733	0.7864172680210874	3	3	3	3	2	False	55457	maximal	True	ENG0178_000000013002	1.0		14	6	False	False	0.987305223941803	0					non-mobilizable	no_good_hit	955.0	72.14699999999999	54.0	0.0003307572748008639	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0097_000000007015	3244	0.7864159748829761	5	3	2	3	1	True	109018	maximal	True	AST0097_000000007015	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1552.0	85.631	48.0	0.0006488947201851111	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
DEN0008_000000003084	2529	0.7864138200597173	2	2	2	2	2	False	76148	maximal	True	DEN0008_000000003084	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	82.609	4.0	0.005417444170228135	NZ_VWXL01000102.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_102, whole genome shotgun sequence	True	False
ENG0153_000000014807	2029	0.7864061301256164	3	3	3	2	2	False	81201	fragment	False	DEN0010_000000020867	0.5344885695147207		0	0	False	False	0.9995071291923523	0					non-mobilizable	no_good_hit	778.0	71.722	38.0	0.00022913801181965207	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
CHI0165_000000010664	1561	0.7863975789539451	2	2	2	2	2	False	90826	fragment	False	CHI0165_000000010664	0.9735626556536465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	80.266	67.0	0.00016743321846351478	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0199_000000019828	1544	0.7863975789539451	2	2	2	2	2	False	90826	fragment	False	CHI0165_000000010664	0.9602993009611663		0	0	False	False	1.0	0					non-mobilizable	other	1016.0	91.339	96.0	0.010732316550417544	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
SPA0062_000000021095	1518	0.7863975789539451	2	2	2	2	2	False	90826	fragment	False	CHI0165_000000010664	0.9606782265810696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	91.126	64.0	0.009758575798308654	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
CHI0004_000000004863	1487	0.7863975789539451	2	2	2	2	2	False	90826	fragment	False	CHI0165_000000010664	0.952213029393976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	91.126	66.0	0.009758575798308654	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
MON0068_000000005026	7212	0.7863954616877841	11	4	3	2	3	False	112201	backbone	False	SPA0021_000000003487	0.9444561349353285	PS718	0	0	False	True	0.9880754351615906	0					non-mobilizable	no_good_hit	620.0	75.32300000000001	8.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
MON0005_000000010732	4540	0.7863945481083888	4	2	2	2	1	True	98585	maximal	True	MON0005_000000010732	1.0		2	1	False	False	0.9920704960823059	0					non-mobilizable	no_good_hit	73.0	100.0	2.0	0.21364985163204747	NZ_ATDK01000607.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig608, whole genome shotgun sequence	True	True
ENG0033_000000009314	2828	0.7863944204243175	4	4	4	4	4	False	107117	fragment	False	ENG0033_000000009314	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2828.0	98.939	100.0	0.11988465289851999	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
AST0148_000000003825	8245	0.7863900980611669	9	8	5	8	6	False	105211	maximal	True	AST0148_000000003825	0.9875559980089597		19	9	False	False	0.9998787045478821	0					non-mobilizable	no_good_hit	102.0	83.333	1.0	0.000822855638206833	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0090_000000021466	2714	0.7863896487319479	4	2	2	2	2	False	71300	fragment	False	DEN0064_000000014065	0.970556161395856		0	0	False	False	0.9642593860626221	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.338227357240908e-07	CP047566.1	eudicots	Solanum pinnatisectum cultivar CGN17745 chromosome 3	True	False
FIJ0091_000000011480	1968	0.7863892303681878	2	2	2	2	2	False	120993	fragment	False	FIJ0091_000000011480	1.0		0	0	False	False	0.9994918704032898	0					non-mobilizable	no_good_hit	1571.0	81.668	81.0	0.0005679740077729233	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0040_000000002831	8639	0.7863726996853588	7	7	7	7	7	False	125053	fragment	False	DEN0063_000000004503	0.8621267689757142		0	0	False	False	0.9995369911193848	0					non-mobilizable	other	8639.0	99.861	100.0	0.031231244260291703	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0028_000000019199	1575	0.7863693111568347	3	3	2	2	2	False	78273	fragment	False	FIJ0099_000000014015	0.9903490373515403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	95.833	3.0	0.23039215686274508	JQ696949.1	bacteria	Uncultured bacterium clone 8_R flagellin gene, partial cds	True	False
FIJ0099_000000014015	1571	0.7863693111568347	4	3	2	2	2	False	78273	fragment	False	FIJ0099_000000014015	0.9912357981002049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	87.324	4.0	0.3382352941176471	JQ696949.1	bacteria	Uncultured bacterium clone 8_R flagellin gene, partial cds	True	False
MAD0112_000000001804	11534	0.7863665814010304	18	3	2	3	1	False	44098	fragment	False	MAD0112_000000001804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	87.387	1.0	0.00017442542678730564	NZ_KE136493.1	firmicutes	Enterococcus columbae DSM 7374 = ATCC 51263 acyDG-supercont2.3, whole genome shotgun sequence	True	False
MAD0042_000000002510	8193	0.7863665814010304	13	3	2	3	1	False	44094	fragment	False	MAD0042_000000002510	1.0		0	0	False	False	0.999755859375	0					non-mobilizable	no_good_hit								True	False
SPA0117_000000017918	2113	0.7863654376784267	3	3	3	3	3	False	4303	maximal	True	SPA0117_000000017918	1.0		4	1	False	False	0.992901086807251	0					non-mobilizable	other	2148.0	79.376	100.0	0.010674707877874105	NZ_SLUM01000002.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_102, whole genome shotgun sequence	False	False
USA0039_01_000000007831	2919	0.7863633141628876	3	2	2	2	1	False	127936	fragment	False	USA0039_01_000000007831	1.0		0	0	False	False	0.999657392501831	0					non-mobilizable	chromosome	2843.0	99.367	100.0	0.0006324905170932676	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0034_01_000000024102	2206	0.7863586056158156	4	3	1	2	2	False	104849	fragment	False	DEN0064_000000009405	0.5495795368731684		0	0	False	False	1.0	0					non-mobilizable	plasmid	2204.0	99.18299999999999	99.0	0.17773295683743445	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0385_000000005712	3579	0.7863540135175727	4	4	4	4	4	False	129518	fragment	False	ISR0385_000000005712	1.0		0	0	False	True	0.9991617798805237	0					non-mobilizable	chromosome	2373.0	88.74799999999999	99.0	0.0006351203888115906	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0001_01_000000004241	3663	0.7863540078176204	5	4	2	4	3	False	2285	maximal	True	USA0001_01_000000004241	1.0		1	1	False	False	0.9997270107269287	0					non-mobilizable	no_good_hit	246.0	78.455	7.0	0.0009238693912643435	NZ_JH376831.1	CFB group bacteria	Alloprevotella rava F0323 supercont1.5, whole genome shotgun sequence	True	False
FIJ0140_000000002090	10461	0.7863523391012425	14	6	4	5	2	True	51467	fragment	False	FIJ0046_000000002141	0.9353715765472121		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ISR0098_000000004027	4305	0.7863494875718352	5	5	3	4	5	False	126999	fragment	False	ENG0195_000000004799	0.7671350638443659		0	0	False	False	1.0	0					non-mobilizable	chromosome	3432.0	95.6	99.0	0.0015148879353812652	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0104_000000007245	1399	0.7863476996577621	2	2	2	2	2	False	83232	maximal	True	CHI0104_000000007245	1.0		354	15	False	False	0.9578270316123962	0					non-mobilizable	other	824.0	96.359	98.0	0.0002457435101440948	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0033_000000001413	17294	0.7863467121710428	20	14	12	11	10	False	92480	maximal	True	DEN0033_000000001413	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	2710.0	94.059	68.0	0.11078383243331696	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0078_000000000022	99937	0.7863410691757503	95	14	5	12	4	True	127415	maximal	False	SPA0046_000000000019	0.9250860325796152		0	0	True	True	1.0	82					non-mobilizable	virus	32828.0	96.53299999999999	97.0	0.33169543106150223	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
SPA0115_000000002955	8477	0.78633277286733	8	8	4	4	8	True	107458	fragment	False	ENG0135_000000001845	0.967553428317008		0	0	False	False	1.0	0					non-mobilizable	other	8503.0	94.708	99.0	0.2081581470826879	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0115_000000000621	22998	0.7863309581901577	28	13	4	4	10	False	59556	maximal	True	ENG0115_000000000621	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8079.0	98.45299999999999	87.0	0.0017929052305655693	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0062_01_000000010371	1972	0.7863104713241592	3	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.6082745110311503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	86.095	34.0	0.00023099635169708633	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0078_000000018039	2441	0.7863058704770127	2	1	1	1	1	False	10160	maximal	True	MON0078_000000018039	1.0		4	2	False	False	0.9991806745529175	0					non-mobilizable	no_good_hit	2102.0	83.25399999999999	85.0	0.008125389712745398	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0027_000000017592	2299	0.7863040130909017	3	3	0	2	3	False	103812	fragment	False	MON0027_000000017592	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2320.0	98.664	100.0	0.18852125843427364	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	False	True
MAD0095_000000025627	1465	0.7862995611535206	3	2	2	2	2	False	15573	fragment	False	MAD0095_000000025627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	72.273	29.0	4.796353410740203e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0074_000000008860	3222	0.7862984382687864	5	3	3	3	1	False	34729	maximal	True	ISR0074_000000008860	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	8.79977519507635e-06	CP042476.1	CFB group bacteria	Antarcticibacterium sp. PAMC 28998 chromosome, complete genome	True	False
MAD0045_000000027712	1524	0.7862936164369404	1	1	1	1	1	False	44428	maximal	True	MAD0045_000000027712	1.0		168	9	False	False	1.0	0					non-mobilizable	chromosome	1399.0	86.34700000000001	91.0	0.00037292639718688656	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0191_000000021443	1506	0.7862911706562207	2	2	1	2	1	False	54686	fragment	False	ENG0191_000000021443	1.0		0	0	False	False	0.9860557913780212	0					non-mobilizable	no_good_hit	888.0	81.194	58.0	0.0002426565603614491	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0246_000000019874	1208	0.7862886869586312	1	1	1	1	1	False	54620	fragment	False	ENG0192_000000018591	0.9637681159420289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000048014	1250	0.7862871539226505	3	1	1	1	1	False	752	maximal	True	USA0069_01_000000048014	1.0		13	5	False	False	0.995199978351593	0					non-mobilizable	chromosome	1250.0	100.0	100.0	0.00041360806976167364	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
TAN0008_000000007905	2332	0.7862824195165085	4	3	2	2	2	False	2761	fragment	False	TAN0008_000000007905	1.0		0	0	False	False	0.9995712041854858	0					non-mobilizable	no_good_hit	617.0	87.682	28.0	0.00016551763061240437	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
CHI0063_000000006355	2076	0.7862817855496828	2	2	2	2	0	True	122728	maximal	True	CHI0063_000000006355	1.0		0	0	False	False	0.9773603081703186	0					non-mobilizable	no_good_hit	1402.0	99.501	75.0	0.025656051421978868	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
DEN0083_000000023482	1321	0.7862763363748619	1	1	1	1	1	False	69073	maximal	True	DEN0083_000000023482	1.0		59	9	False	False	1.0	0					non-mobilizable	other	1321.0	99.92399999999999	100.0	0.005988377104438204	NZ_CAPH01000017.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ISR0279_000000005925	3323	0.7862734996558912	6	6	2	5	5	True	26250	maximal	True	ISR0279_000000005925	1.0		1	1	False	False	0.997291624546051	0					non-mobilizable	plasmid	2372.0	93.55	95.0	0.02119055321902297	CP055969.1	enterobacteria	Escherichia coli strain RHB10-C14 plasmid pRHB10-C14_3, complete sequence	False	True
ENG0164_000000008817	2222	0.7862631802101103	4	4	3	3	3	True	131617	fragment	False	ENG0006_000000010997	0.6988991917019199		0	0	False	False	1.0	0					non-mobilizable	other	2221.0	98.334	99.0	0.051220525125744085	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0025_000000016847	2334	0.7862598803728323	3	3	2	3	1	False	37360	maximal	True	ISR0025_000000016847	1.0		98	6	False	False	0.9837189316749573	0					non-mobilizable	other	1721.0	95.64200000000001	99.0	0.00045748612571527115	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0041_000000003982	3207	0.7862550169036938	5	5	2	4	3	False	36426	maximal	True	ISR0041_000000003982	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1702.0	89.6	70.0	0.0003465029673532877	CP013970.1	enterobacteria	Erwinia tracheiphila strain MDcuke chromosome, complete genome	True	False
ENG0025_000000017019	1583	0.7862542057256684	2	1	1	1	1	False	66142	maximal	True	ENG0025_000000017019	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1274.0	100.0	100.0	0.00026084691851269306	CP017181.1	enterobacteria	Enterobacter kobei strain DSM 13645 chromosome, complete genome	False	False
MON0040_000000009879	2734	0.7862518742735397	5	2	1	2	0	True	11873	maximal	True	MON0040_000000009879	1.0		1	1	False	False	0.971104621887207	0					non-mobilizable	no_good_hit	83.0	100.0	3.0	0.00031455226170748176	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0003_01_000000024649	1534	0.7862509138675071	3	2	2	2	2	True	64474	maximal	True	USA0003_01_000000024649	0.9942722371967655		92	12	False	False	1.0	0					non-mobilizable	other	1534.0	98.696	100.0	0.02165284820407068	NZ_JAANXY010000016.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_16, whole genome shotgun sequence	False	True
ISR0104_000000018618	1328	0.786248459046804	2	2	2	2	1	True	87080	fragment	False	ISR0104_000000018618	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	93.976	100.0	0.0003995342881409974	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0028_000000012592	2036	0.7862476468618051	3	3	2	3	2	False	12595	maximal	True	MON0028_000000012592	1.0		7	4	False	False	0.9980353713035583	0					non-mobilizable	other	1301.0	99.154	100.0	0.3306205493387589	NZ_WEHX01000139.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_139_length_3932_cov_264.832246, whole genome shotgun sequence	False	False
MAD0063_000000010271	1392	0.7862419667500292	2	1	1	1	1	False	79127	fragment	False	CHI0154_000000023484	0.9479748603351955		0	0	False	False	0.9913793206214905	0					non-mobilizable	no_good_hit	68.0	94.118	5.0	0.00986599911647769	NZ_KI271799.1	firmicutes	Gemella bergeri ATCC 700627 Scaffold123, whole genome shotgun sequence	True	False
ISR0001_000000017938	1348	0.7862419173963215	1	1	1	1	1	False	38676	fragment	False	ISR0001_000000017938	1.0		0	0	False	False	0.9992581605911255	0					non-mobilizable	other	1348.0	91.617	100.0	0.03673202257914974	NZ_JAAITI010000036.1	firmicutes	Blautia luti strain MSK.16.34 NODE_36_length_36671_cov_213.455, whole genome shotgun sequence	False	False
SPA0092_000000005575	6536	0.7862341567178849	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.207214431770346		0	0	False	False	1.0	0					non-mobilizable	other	5971.0	98.191	92.0	0.10112950274743912	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0268_000000002215	6459	0.7862341567178849	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.13562119636629566		0	0	False	False	0.9989162683486938	0					non-mobilizable	other	6101.0	99.60700000000001	96.0	0.10343599484431178	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
CHI0135_000000003231	6164	0.7862341567178849	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.03514546436277822		0	0	False	False	0.9983776807785034	0					non-mobilizable	other	5822.0	99.588	96.0	0.09870429414558035	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
TAN0017_000000028510	1315	0.7862321332286442	2	2	2	2	2	False	2444	fragment	False	TAN0017_000000028510	1.0		0	0	False	False	0.9688212871551514	0					non-mobilizable	no_good_hit	1010.0	82.376	76.0	0.003643931675374636	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
CHI0178_000000003898	2766	0.7862228224918179	4	3	3	3	2	False	77644	maximal	True	CHI0178_000000003898	1.0		22	5	False	False	0.9996384382247925	0					non-mobilizable	other	1609.0	99.689	90.0	0.0003942460669173856	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0031_000000002901	7948	0.7862172225111251	9	7	7	7	5	False	116123	fragment	False	SPA0031_000000002901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3113.0	92.804	44.0	0.0009638685739769131	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ETH0004_000000017034	1664	0.7862120116140546	3	3	3	2	1	True	52859	maximal	True	ETH0004_000000017034	1.0		0	0	False	False	0.9915865659713745	0					non-mobilizable	no_good_hit	861.0	76.771	52.0	0.9704880817253121	GQ879911.1		Uncultured organism clone VC1CC68TF genomic sequence	True	True
CHI0072_000000001672	6983	0.7862119862801978	6	6	2	3	6	False	89874	fragment	False	CHI0072_000000001672	1.0		0	0	False	False	0.9998567700386047	0					non-mobilizable	no_good_hit	4059.0	99.95100000000001	76.0	0.0007934434742891466	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	True	False
CHI0048_000000015950	1239	0.7862108458869718	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.005704505106393656		0	0	False	False	1.0	0					non-mobilizable	chromosome	1239.0	96.691	100.0	0.0004368558097058916	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0064_000000005542	3844	0.7862090249318464	4	4	4	4	3	False	79980	fragment	False	SPA0064_000000005542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2129.0	92.29700000000001	55.0	0.09869247592015262	NZ_WNCH01000040.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold40_size21491, whole genome shotgun sequence	True	False
SPA0088_000000002295	7074	0.7862082977690082	8	4	3	3	4	False	49490	maximal	True	SPA0088_000000002295	0.9995304429488183		9	4	False	False	0.9998586177825928	0					non-mobilizable	no_good_hit	2415.0	80.373	35.0	0.0007526918662944393	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0107_000000016499	2353	0.7862005998105229	3	2	2	2	2	False	14691	fragment	False	MAD0107_000000016499	1.0		0	0	False	False	0.9995750188827515	0					non-mobilizable	no_good_hit								True	False
SPA0105_000000005070	5496	0.7861988671188553	7	6	4	4	5	True	132373	backbone	True	SPA0105_000000005070	1.0	PS1159|PS1160|PS463	3	2	True	True	1.0	2414		MOBV			mobilizable	no_good_hit	3534.0	99.12299999999999	88.0	0.44903406202338586	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0232_000000014644	1917	0.7861983300988508	3	3	3	3	3	False	102280	fragment	False	ISR0232_000000014644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	77.259	18.0	8.902327205696855e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
ISR0356_000000002345	6312	0.7861964756270821	6	5	3	5	1	True	86037	fragment	False	ISR0356_000000002345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0085_000000020172	1556	0.7861832421010364	3	2	2	2	2	False	43930	maximal	True	FIJ0085_000000020172	1.0		25	9	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	76.667	8.0	1.5834995556727315e-05	CP060295.1	b-proteobacteria	Variovorax sp. PAMC26660 chromosome, complete genome	True	False
ISR0199_000000010572	2810	0.7861704993562675	4	3	3	3	2	True	59114	fragment	False	ISR0199_000000010572	1.0		0	0	False	False	0.9992882609367371	0					non-mobilizable	no_good_hit	1566.0	92.976	55.0	0.0020337070286325573	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
CAN0008_000000009842	2935	0.7861614340357621	3	3	3	3	2	True	95034	maximal	True	CAN0008_000000009842	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	83.036	4.0	3.1194548879047776e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0790_000000003129	4868	0.7861584971540743	5	5	5	5	4	False	126299	maximal	True	ISR0790_000000003129	1.0		32	6	False	False	0.999794602394104	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	2.0	0.0015313935681470138	NZ_LOHE01000066.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00066, whole genome shotgun sequence	True	False
ISR0128_000000016205	2190	0.7861559585200941	4	4	3	3	4	False	31842	fragment	False	ISR0128_000000016205	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2187.0	99.954	99.0	0.0006890219513063838	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0002_000000002230	4254	0.7861540164683524	5	4	0	3	4	False	117871	maximal	True	CHI0002_000000002230	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	other	1613.0	100.0	100.0	0.0004866147731656706	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
AST0061_000000004731	7245	0.7861522694434226	10	5	5	3	1	True	130712	maximal	True	AST0061_000000004731	1.0		49	11	False	False	0.9997239708900452	0					non-mobilizable	other	4750.0	99.916	97.0	0.0014332797413093078	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CHI0173_000000006360	2617	0.7861515871487569	4	4	2	3	3	False	131131	fragment	False	CHI0173_000000006360	0.9982674193878026		0	0	False	False	1.0	0					non-mobilizable	other	2614.0	99.962	100.0	0.0007900704502161885	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
CHI0140_000000011258	2607	0.7861515871487569	4	4	2	3	3	False	131131	fragment	False	CHI0173_000000006360	0.9956465077894439		0	0	False	False	0.9996164441108704	0					non-mobilizable	other	2604.0	99.92299999999999	100.0	0.0007870468357875004	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0816_000000015986	2543	0.7861515871487569	4	4	2	3	3	False	131131	fragment	False	CHI0173_000000006360	0.9853654676223058		0	0	False	False	0.9960676431655884	0					non-mobilizable	other	2543.0	100.0	100.0	0.015771774603844293	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0038_000000011194	2508	0.7861515871487569	4	4	2	3	3	False	131131	fragment	False	CHI0173_000000006360	0.9797572775470581		0	0	False	False	1.0	0					non-mobilizable	other	2508.0	100.0	100.0	0.015554617990494745	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
MON0056_000000006623	2686	0.786150010541835	4	4	3	3	3	False	11074	fragment	False	MON0056_000000006623	1.0		0	0	False	False	0.9996277093887329	0					non-mobilizable	no_good_hit	278.0	77.69800000000001	10.0	6.340766794523256e-05	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
AST0055_000000005222	5848	0.7861462105677124	8	8	0	5	8	False	113958	fragment	False	AST0055_000000005222	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5689.0	99.965	100.0	0.001141047790002271	LR134247.1	enterobacteria	Escherichia coli strain NCTC9040 genome assembly, chromosome: 1	False	False
SPA0039_000000004127	5846	0.7861462105677124	8	8	0	5	8	False	113958	fragment	False	AST0055_000000005222	0.9998290013679891		0	0	False	False	1.0	0					non-mobilizable	chromosome	5689.0	99.965	100.0	0.001141047790002271	LR134247.1	enterobacteria	Escherichia coli strain NCTC9040 genome assembly, chromosome: 1	False	False
CHI0141_000000003887	7099	0.786139266974588	9	5	2	4	3	False	80156	maximal	True	CHI0141_000000003887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0053_000000010426	1979	0.7861381308382795	2	2	2	2	1	True	46403	fragment	False	FIJ0053_000000010426	1.0		0	0	False	False	0.9979788064956665	0					non-mobilizable	no_good_hit	107.0	100.0	5.0	0.0004638949671772429	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0378_000000009134	2814	0.7861367284314319	3	3	3	3	3	False	127010	fragment	False	ISR0378_000000009134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1658.0	83.052	87.0	0.0004696117667471634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0065_000000004967	2627	0.7861356687559524	4	2	1	2	1	False	85261	maximal	True	CHI0065_000000004967	1.0		1	1	False	False	0.9783022403717041	0					non-mobilizable	no_good_hit	2102.0	90.676	79.0	0.0003078655217450667	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	False
AUS0002_000000009581	3538	0.7861335981824114	4	1	1	1	1	False	103052	maximal	True	AUS0002_000000009581	1.0		1	1	False	False	0.9988694190979004	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.222143555510603e-05	CP024699.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1261 chromosome, complete genome	True	False
ENG0082_000000014470	1438	0.7861332480412981	1	1	1	1	1	False	117884	maximal	False	ENG0141_000000017360	0.9138879547564863		0	0	False	False	0.9993045926094055	0					non-mobilizable	other	1469.0	73.315	99.0	0.0010661130153524698	NZ_NQOF01000001.1	firmicutes	Blautia hominis strain KB1 KB1_contig1, whole genome shotgun sequence	False	False
CHI0018_000000014472	1230	0.7861332480412981	1	1	1	1	1	False	89506	fragment	False	CHI0018_000000014472	1.0		0	0	False	False	0.9991869926452637	0					non-mobilizable	other	1230.0	96.50399999999999	100.0	0.00035387344575701706	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
FIJ0002_000000008358	4165	0.7861295328879159	4	2	2	1	2	False	86738	fragment	False	FIJ0002_000000008358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2411.0	79.303	58.0	0.009726772402468073	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
FIJ0067_000000007267	4102	0.7861295328879159	5	2	2	1	2	False	86737	fragment	False	FIJ0067_000000007267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2438.0	77.523	59.0	0.0014301915210413218	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
FIJ0083_000000009953	3469	0.7861295328879159	4	2	2	1	2	False	86736	fragment	False	FIJ0083_000000009953	0.9992118537200505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2438.0	77.523	70.0	0.0014301915210413218	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
FIJ0088_000000008674	3172	0.7861295328879159	4	2	2	1	2	False	86736	fragment	False	FIJ0083_000000009953	0.9564716056500433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2271.0	77.32300000000001	71.0	0.0013316804038243678	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
CHI0056_000000014057	1470	0.7861213350100822	1	1	0	1	1	False	117703	backbone	False	CHI0115_000000003774	0.02915762038123429	PS794	0	0	True	True	0.9993197321891785	2					non-mobilizable	other	1278.0	97.34	100.0	0.0006558528835185763	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
ENG0038_000000007127	3106	0.7861207297280203	1	1	1	1	1	False	65100	maximal	True	ENG0038_000000007127	1.0		3	2	False	False	0.9951706528663635	0					non-mobilizable	no_good_hit								True	False
MAD0051_000000007409	3710	0.7861198852847691	5	3	3	2	1	True	85917	fragment	False	ENG0104_000000008043	0.9756814537680385		0	0	False	False	0.9997304677963257	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.1023214890559519e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
SPA0136_000000003267	10084	0.7861135959867479	9	5	3	4	4	True	94718	fragment	False	SPA0136_000000003267	0.9878811132354676		0	0	False	False	0.9998016953468323	0					non-mobilizable	no_good_hit	6621.0	77.013	77.0	0.0013793371451839465	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
CHI0159_000000001187	10069	0.7861135959867479	9	5	3	4	4	True	94718	fragment	False	SPA0136_000000003267	0.987704195985421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6607.0	76.979	77.0	0.0013763803667376786	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0785_000000002409	10065	0.7861135959867479	9	5	3	4	4	True	94718	fragment	False	SPA0136_000000003267	0.987545410604943		0	0	False	False	0.9993045330047607	0					non-mobilizable	no_good_hit	6603.0	76.965	77.0	0.0013755355728958878	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0847_000000001916	10043	0.7861135959867479	8	5	3	4	4	True	94718	fragment	False	SPA0136_000000003267	0.9862349325423685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6581.0	76.888	77.0	0.0013708892067660385	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0026_000000002201	9767	0.7861135959867479	8	5	3	4	4	True	94718	fragment	False	SPA0136_000000003267	0.9298394332903213		0	0	False	False	0.9994880557060242	0					non-mobilizable	no_good_hit	6283.0	81.251	77.0	0.028825657482271314	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	True	True
FIJ0101_000000018126	1545	0.7861107535369193	2	2	2	2	2	False	42665	fragment	False	FIJ0101_000000018126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	77.038	56.0	0.0001615207639538182	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
USA0025_01_000000009409	1643	0.7861088370220548	2	2	2	2	1	False	1650	maximal	True	USA0025_01_000000009409	1.0		1	1	False	False	0.9957395195960999	0					non-mobilizable	no_good_hit	885.0	98.079	54.0	0.00036405298041609116	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
SPA0103_000000002146	7400	0.7861081458894451	11	11	4	6	10	False	132521	backbone	False	USA0060_01_000000001071	0.047641041708943746	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7324.0	99.713	100.0	0.15699095313638897	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
MAD0053_000000000521	19983	0.7860917929962615	24	8	0	6	2	True	17235	maximal	True	MAD0053_000000000521	1.0		3	1	False	False	0.9994495511054993	0					non-mobilizable	no_good_hit	94.0	88.29799999999999	1.0	0.001760018567228841	NZ_FNXE01000022.1	CFB group bacteria	Flavobacterium marinum strain CGMCC 1.10825, whole genome shotgun sequence	True	True
CHI0131_000000013189	1376	0.786090523600588	2	2	2	2	1	False	80984	fragment	False	CHI0131_000000013189	1.0		0	0	False	False	0.9949128031730652	0					non-mobilizable	chromosome	1376.0	99.20100000000001	100.0	0.00024981486447498184	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
ENG0101_000000028278	1204	0.7860782928288464	3	3	2	2	2	False	60417	fragment	False	ENG0101_000000028278	1.0		0	0	False	False	0.9833887219429016	0					non-mobilizable	chromosome	1247.0	71.45100000000001	100.0	0.0005657147920660016	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0004_000000001132	14417	0.7860692723963232	13	10	2	9	3	True	14260	fragment	False	MON0076_000000001750	0.9681203515889114		0	0	False	False	0.9997919201850891	0					non-mobilizable	no_good_hit								True	True
ISR0134_000000001117	21119	0.7860676405612096	20	8	5	7	3	True	65543	fragment	False	FIJ0086_000000001014	0.9496085438750917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0049_000000000460	21834	0.7860675196626834	27	20	8	15	13	False	86861	maximal	True	CHI0049_000000000460	1.0		1	1	False	False	0.999770998954773	0					non-mobilizable	no_good_hit	2927.0	70.243	13.0	0.04882292732855681	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	True	False
USA0080_01_000000006905	6131	0.7860655711014785	5	5	4	5	4	False	131413	fragment	False	ISR0058_000000003113	0.6470046459633186		0	0	False	False	0.9998369216918945	0					non-mobilizable	no_good_hit	807.0	74.969	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
MAD0049_000000001351	9275	0.7860573040861549	10	9	6	9	9	False	97980	maximal	True	MAD0049_000000001351	1.0		0	0	False	False	0.9998921751976013	0	IncFIA				non-mobilizable	chromosome	3552.0	97.382	97.0	0.000535913608914704	CP050214.1	enterobacteria	Escherichia coli strain RM-069-CS chromosome	False	True
ENG0073_000000005679	4595	0.7860481580562851	8	7	5	5	7	False	128465	fragment	False	ISR0075_000000003547	0.31734409323587986		0	0	False	False	0.9995647668838501	0					non-mobilizable	other	4595.0	99.935	100.0	0.01762259866200209	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0101_000000002941	7718	0.7860465071080254	6	6	4	6	5	False	86222	maximal	False	CHI0148_000000001320	0.9390533117292156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4474.0	94.63600000000001	84.0	0.06545795652747446	NZ_JH379439.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld922, whole genome shotgun sequence	True	False
FIJ0032_000000004140	8047	0.786045972150223	13	4	1	3	2	False	48480	maximal	True	FIJ0032_000000004140	1.0		1	1	False	False	0.9998757243156433	0					non-mobilizable	no_good_hit	166.0	84.94	2.0	0.0018140942883853447	NZ_CBYM010000013.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
USA0044_01_000000018202	1507	0.7860321775780551	2	2	2	2	1	False	5942	fragment	False	SPA0069_000000014070	0.9717691342534505		0	0	False	False	0.9993364214897156	0					non-mobilizable	other	1507.0	99.934	100.0	0.01224012093824672	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0024_000000019378	1809	0.7860312502091428	3	3	3	2	1	False	121185	fragment	False	AST0024_000000019378	1.0		0	0	False	False	0.999447226524353	0					non-mobilizable	no_good_hit	1086.0	73.84899999999999	59.0	0.01662685733784161	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0088_000000017277	1440	0.7860237120068282	2	1	1	1	1	False	33780	fragment	False	ISR0088_000000017277	1.0		0	0	False	False	0.9993055462837219	0					non-mobilizable	no_good_hit								True	False
ISR0329_000000016489	1114	0.7860237120068282	1	1	1	1	1	False	24680	fragment	False	ISR0329_000000016489	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0045_000000005531	3610	0.7860222366782428	5	5	4	5	4	False	98134	fragment	False	CHI0045_000000005531	1.0		0	0	False	False	0.9994459748268127	0					non-mobilizable	chromosome	3500.0	93.34299999999999	97.0	0.0006787877092410711	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ENG0164_000000002610	6541	0.7860174056874437	11	10	4	6	8	True	121149	maximal	True	ENG0164_000000002610	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	5447.0	91.51799999999999	83.0	0.07736238695435449	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	True
ISR0368_000000011844	1126	0.7860167500460792	2	1	1	1	1	False	23558	fragment	False	ISR0368_000000011844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0180_000000015585	1167	0.7860155414143719	1	1	1	1	1	False	71186	fragment	False	ISR0814_000000034607	0.8125862325392109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	80.55199999999999	65.0	0.002792376540938719	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0027_01_000000014337	1900	0.7860117284015307	3	2	2	1	0	True	33816	fragment	False	USA0145_01_000000012515	0.9916405433646813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	98.876	39.0	0.04390847247990105	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0085_000000007635	2992	0.786007816453874	3	3	2	2	2	False	105530	fragment	False	ISR0085_000000007635	1.0		0	0	False	False	0.9949866533279419	0					non-mobilizable	no_good_hit	155.0	77.419	5.0	0.002170359095777665	NZ_CABJCG010000027.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0258_000000022461	1303	0.7860049239336073	2	2	2	1	1	False	78863	fragment	False	CHI0158_000000014776	0.4829755736491488		0	0	False	False	0.9992325305938721	0					non-mobilizable	no_good_hit								True	False
CHI0057_000000010510	1897	0.7859928696167259	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.32970258426202814		0	0	False	False	0.9963099360466003	0					non-mobilizable	chromosome	1898.0	96.523	100.0	0.0006612216671569768	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0117_01_000000016697	1190	0.7859911734730194	1	1	1	1	1	False	40321	fragment	False	USA0117_01_000000016697	0.976027397260274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0140_000000030936	1168	0.7859911734730194	1	1	1	1	1	False	40321	fragment	False	USA0117_01_000000016697	0.9672268907563025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	4.0	6.283615472655052e-06	NZ_JACCCC010000001.1	high GC Gram+	Spinactinospora alkalitolerans strain CXB654 Ga0415162_01, whole genome shotgun sequence	True	False
ISR0152_000000007528	3176	0.7859863956478874	3	3	3	3	3	False	85807	fragment	False	ISR0152_000000007528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	73.191	7.0	0.005918393951244948	NZ_LUTP01000030.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00030, whole genome shotgun sequence	True	False
SPA0091_000000006158	1535	0.7859861077787527	5	4	2	2	2	False	5469	fragment	False	SPA0091_000000006158	1.0		0	0	False	False	0.989576518535614	0					non-mobilizable	other	829.0	97.949	100.0	0.00030069890706115846	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0079_000000002039	13229	0.7859795672249296	18	8	2	8	2	False	109418	fragment	False	ISR0821_000000001646	0.8221816198307292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0104_000000001723	12962	0.7859795672249296	18	8	2	8	2	False	109418	fragment	False	ISR0821_000000001646	0.8185867334249262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	0.024953212726138492	XM_020243296.1	monocots	PREDICTED: Ananas comosus probable WRKY transcription factor 41 (LOC109717482), mRNA	True	False
ISR0821_000000001646	12870	0.7859795672249296	17	8	2	8	2	False	109418	fragment	False	ISR0821_000000001646	0.9311804076209257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0036_000000005937	3896	0.7859734384179785	5	3	2	2	3	False	7290	maximal	True	SPA0036_000000005937	0.9972862633396472		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	92.296	30.0	0.005218105537795028	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0037_000000006607	3694	0.7859734384179785	5	3	2	2	3	False	7290	maximal	False	SPA0036_000000005937	0.981006160164271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	92.296	22.0	0.005218105537795028	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
SPA0031_000000007715	3667	0.7859734384179785	5	3	2	2	3	False	7290	maximal	False	SPA0036_000000005937	0.9771152936092974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	92.296	22.0	0.005218105537795028	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
MON0055_000000017726	1415	0.7859660687079745	2	2	2	2	2	True	87079	fragment	False	MON0032_000000016300	0.26001610106476675		0	0	False	False	0.9992932677268982	0					non-mobilizable	other	1195.0	90.544	93.0	0.0003588883733715666	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0047_000000007368	3865	0.7859602772834466	4	2	1	2	1	False	36107	maximal	True	ISR0047_000000007368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	369.0	98.103	14.0	0.005602923264311815	NZ_QRHR01000012.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf12, whole genome shotgun sequence	True	False
FIJ0036_000000011871	3227	0.7859602772834466	3	2	1	2	1	False	49565	fragment	False	ISR0043_000000006227	0.9409535433350183		0	0	False	False	0.9984505772590637	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000014009	2457	0.7859585673648749	4	4	3	4	2	False	128284	fragment	False	USA0037_01_000000014009	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1879.0	98.67	91.0	0.0006816568219248724	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0104_000000020884	1795	0.7859535294864344	3	3	3	3	2	False	4824	fragment	False	SPA0104_000000020884	1.0		0	0	False	False	0.9994428753852844	0					non-mobilizable	no_good_hit	422.0	72.749	23.0	0.18209741114523914	NZ_LT985763.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
SPA0107_000000029989	1107	0.7859507374386818	2	2	2	2	2	False	4700	maximal	True	SPA0107_000000029989	1.0		0	0	False	False	0.9990966320037842	0					non-mobilizable	no_good_hit	55.0	87.273	5.0	0.00044407894736842106	NZ_VIGD01000009.1	firmicutes	Ureibacillus terrenus strain ATCC BAA-384 NODE_9_length_121600_cov_443.075556, whole genome shotgun sequence	True	False
ISR0100_000000001435	6804	0.7859503347560796	8	6	3	6	3	False	50201	maximal	True	ISR0100_000000001435	1.0	PS98	1	1	False	True	0.9938271641731262	0					non-mobilizable	no_good_hit	1422.0	95.781	46.0	0.015164468762690491	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	True	True
ENG0171_000000008247	2884	0.7859499956826214	5	2	2	2	2	False	78243	maximal	True	ENG0171_000000008247	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	91.406	68.0	0.0003429894339731876	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0048_000000006212	5514	0.7859435186403733	5	2	2	2	2	False	11418	maximal	True	MON0048_000000006212	1.0		2	1	False	False	0.9936525225639343	0					non-mobilizable	no_good_hit	360.0	72.778	6.0	0.0014039678044655748	NZ_LFQU01000002.1	CFB group bacteria	Prevotella rara strain 109 contig00002, whole genome shotgun sequence	True	False
ISR0244_000000017922	1475	0.785933351690997	4	1	1	1	1	False	27178	fragment	False	ISR0244_000000017922	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	91.91	99.0	0.0048694832169480775	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
FIJ0158_000000016082	1175	0.7859280412801017	2	2	2	2	2	False	57646	fragment	False	FIJ0158_000000016082	0.9423103269310986		0	0	False	False	0.9965957403182983	0					non-mobilizable	other	1175.0	98.553	100.0	0.0005568536158013617	CP015282.1	firmicutes	Streptococcus salivarius strain ATCC 27945, complete genome	False	False
MON0015_000000000368	28511	0.7859273387814238	24	14	4	12	6	True	13438	maximal	True	MON0015_000000000368	1.0		2	1	False	False	0.9997193813323975	0					non-mobilizable	no_good_hit	364.0	73.077	1.0	0.4924346629986245	NZ_JH604919.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld324, whole genome shotgun sequence	True	True
AUS0016_000000007579	3499	0.7859244280025933	5	2	1	2	0	True	100597	maximal	True	AUS0016_000000007579	1.0		3	3	False	False	0.9942840933799744	0					non-mobilizable	no_good_hit	137.0	96.35	4.0	0.005498059508408797	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
DEN0082_000000022031	1868	0.7859223869821605	3	3	3	2	2	False	81201	fragment	False	DEN0010_000000020867	0.383476685027159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	73.684	42.0	0.0003423900844532982	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0228_000000019062	1431	0.7859217811452067	2	1	1	1	1	False	27594	maximal	True	ISR0228_000000019062	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	98.321	67.0	0.04311008468052348	NZ_CYZK01000035.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0060_000000017607	2270	0.7859197800912651	3	2	1	2	1	True	19579	fragment	False	MON0060_000000017607	0.9737086183820782		0	0	False	False	0.9969162940979004	0					non-mobilizable	no_good_hit								True	True
CHI0141_000000009797	2823	0.7859193183344232	5	2	2	2	1	True	80120	fragment	False	CHI0141_000000009797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	76.852	4.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
FIJ0103_000000002840	6263	0.7859191909478516	11	7	5	4	4	False	48124	maximal	True	FIJ0103_000000002840	0.9998867561293245		10	1	False	False	0.9998403191566467	0					non-mobilizable	no_good_hit	576.0	96.70100000000001	9.0	0.0001950445765205067	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0078_000000003822	6239	0.7859191909478516	11	7	5	4	4	False	48124	maximal	False	FIJ0103_000000002840	0.9986094130030273		0	0	False	False	0.999839723110199	0					non-mobilizable	no_good_hit	576.0	96.70100000000001	9.0	0.0001950445765205067	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0112_000000004223	5887	0.7859191909478516	10	7	5	4	4	False	48124	maximal	False	FIJ0103_000000002840	0.9609685583750185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	96.70100000000001	10.0	0.0001950445765205067	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0168_000000009292	2280	0.7859133943940223	3	2	2	1	2	False	101711	fragment	False	FIJ0168_000000009292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1548.0	86.176	68.0	0.026531629898378525	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MON0047_000000028466	1400	0.7858911585184031	2	2	2	2	2	False	22663	fragment	False	MON0047_000000028466	1.0		0	0	False	False	0.9985714554786682	0					non-mobilizable	other	1186.0	92.411	90.0	0.12054710625701745	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	False
MON0089_000000019234	1478	0.7858850698538782	2	2	2	2	1	False	31190	fragment	False	MON0089_000000019234	1.0		0	0	False	False	0.9945873022079468	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000004496	7531	0.7858753705512674	10	9	7	7	9	False	128470	fragment	False	ISR0229_000000001627	0.7235767534772901		0	0	False	False	0.9966803789138794	0					non-mobilizable	other	6228.0	98.94	98.0	0.02388679187381084	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0109_000000028386	1290	0.7858742480439985	2	2	1	2	1	True	8487	fragment	False	MON0109_000000028386	1.0		0	0	False	False	0.9992247819900513	0					non-mobilizable	no_good_hit								True	True
ENG0187_000000010733	2675	0.7858737556589473	3	3	3	2	2	False	54985	maximal	True	ENG0187_000000010733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	552.0	90.94200000000001	21.0	0.005121794213958522	NZ_CBVI010000086.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
DEN0063_000000022587	2141	0.7858641851630191	3	3	3	3	3	False	103943	fragment	False	SPA0021_000000014674	0.9413757467663464		0	0	False	False	1.0	0					non-mobilizable	other	2092.0	98.709	100.0	0.0010262088136172168	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0058_000000004854	4695	0.7858591667636262	5	3	2	3	2	False	99284	fragment	False	ISR0058_000000004854	1.0		0	0	False	False	0.98296058177948	0					non-mobilizable	no_good_hit	327.0	93.884	7.0	0.0013375401569763387	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0189_000000001858	5344	0.7858587115408306	5	2	2	2	2	False	72035	fragment	False	ISR0189_000000001858	1.0		0	0	False	False	0.9996257424354553	0					non-mobilizable	no_good_hit	310.0	90.645	7.0	0.06142800159553251	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
CHI0143_000000016132	1231	0.7858353826892355	3	3	3	3	3	False	79899	fragment	False	CHI0143_000000016132	1.0		0	0	False	False	0.9983752965927124	0					non-mobilizable	chromosome	1231.0	97.88799999999999	100.0	0.00023849244851471555	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
MON0019_000000051882	1289	0.7858323202566548	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.34734181434758676		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	81.125	99.0	0.0408416234942631	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	False	False
MON0101_000000021846	2830	0.7858186753564578	3	2	2	2	1	False	39461	fragment	False	MON0101_000000021846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	86.88	22.0	0.0015294027682190106	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	False
ISR0007_000000012311	1370	0.785815719217477	2	2	2	1	2	False	80075	fragment	False	ISR0126_000000028652	0.34419104951634993		0	0	False	False	1.0	0					non-mobilizable	chromosome	1370.0	96.05799999999999	100.0	0.001867725456726904	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
MON0028_000000003918	5604	0.78580658068482	5	5	5	5	5	False	131413	fragment	False	ISR0058_000000003113	0.3238586748771995		0	0	False	False	0.9982155561447144	0					non-mobilizable	no_good_hit	807.0	75.093	14.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
MAD0061_000000000667	17217	0.7858016661063453	32	4	3	3	3	False	16843	maximal	True	MAD0061_000000000667	1.0		1	1	False	False	0.9990125894546509	0					non-mobilizable	no_good_hit	50.0	90.0	0.0	8.813417258649514e-06	CP033464.1	firmicutes	Brevibacillus laterosporus strain 1821L chromosome, complete genome	True	False
CHI0009_000000003948	2080	0.7857984893630079	3	3	3	3	1	False	101100	fragment	False	USA0058_01_000000009404	0.7417702753902787		0	0	False	False	1.0	0					non-mobilizable	chromosome	1805.0	100.0	100.0	0.00036005526169670654	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0035_000000007664	2421	0.7857967336412587	3	2	1	2	2	True	86142	maximal	False	ISR0167_000000012160	0.9462991763483924		0	0	True	True	1.0	12	Col(IRGK)				non-mobilizable	plasmid	1793.0	99.10799999999999	100.0	0.7632027257240205	AY543071.1	enterobacteria	Klebsiella pneumoniae plasmid pIGRK, complete sequence	False	True
SPA0068_000000004687	2416	0.7857967336412587	3	2	1	2	2	True	86142	maximal	False	ISR0167_000000012160	0.9493787988630012		0	0	True	True	1.0	7	Col(IRGK)				non-mobilizable	plasmid	1873.0	96.90299999999999	100.0	0.7956577266922095	CP056469.1	enterobacteria	Citrobacter freundii strain RHBSTW-00486 plasmid pRHBSTW-00486_4, complete sequence	False	True
FIJ0113_000000000522	27945	0.7857953325810161	35	12	10	9	6	True	79866	maximal	True	FIJ0113_000000000522	1.0		1	1	False	False	0.9999642372131348	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	0.0	0.00813898888714979	NZ_AVNC01000001.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.0, whole genome shotgun sequence	True	True
SPA0116_000000007452	4994	0.7857938043889517	6	5	5	5	5	False	95507	fragment	False	SPA0009_000000006567	0.9836480436052171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1626.0	82.65700000000001	88.0	0.0004867770007699487	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0310_000000002522	5741	0.7857935705720424	7	5	4	5	5	True	26388	fragment	False	ISR0310_000000002522	1.0		0	0	False	False	0.9994774460792542	0					non-mobilizable	plasmid	2735.0	99.671	97.0	0.11704769243942119	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
TAN0009_000000031160	1391	0.7857912168480979	2	2	2	2	2	False	67345	fragment	False	TAN0009_000000031160	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	97.26799999999999	100.0	0.12405176260597947	NZ_CABKPS010000059.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0137_000000017913	2047	0.7857895384882391	3	2	2	2	2	True	115088	fragment	False	MAD0101_000000013178	0.9693165969316597		0	0	False	True	1.0	0					non-mobilizable	other	2060.0	84.61200000000001	100.0	0.0006145060151437646	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0114_000000008960	4115	0.7857880039031785	5	4	4	4	4	False	63423	fragment	False	FIJ0114_000000008960	1.0		0	0	False	False	0.997083842754364	0					non-mobilizable	chromosome	4112.0	99.22200000000001	99.0	0.005649903865050995	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ENG0206_000000017670	1446	0.7857861224144813	2	2	2	1	1	False	125996	fragment	False	AST0010_000000020127	0.9623082054703136		0	0	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00019050599753702962	NZ_AWZT01000013.1	b-proteobacteria	Paraburkholderia dilworthii strain WSM3556 BurW3556DRAFT_scaffold_11.12_C, whole genome shotgun sequence	True	False
MON0013_000000023197	2277	0.7857782317063872	3	2	0	2	1	True	21487	fragment	False	MON0013_000000023197	1.0		0	0	False	False	0.9863855838775635	0					non-mobilizable	no_good_hit								True	True
AST0040_000000012752	1578	0.7857782317063872	2	2	0	2	1	True	116031	maximal	True	AST0040_000000012752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0149_000000015480	1726	0.7857742793016977	2	2	2	2	2	False	104445	fragment	False	AST0149_000000015480	1.0		0	0	False	False	0.997682511806488	0					non-mobilizable	chromosome	1726.0	99.884	100.0	0.000753981019784462	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
FIJ0032_000000010725	3237	0.7857687475236012	7	3	1	2	2	False	48460	maximal	True	FIJ0032_000000010725	1.0		3	1	False	False	0.9947482347488403	0					non-mobilizable	no_good_hit	1150.0	95.73899999999999	35.0	0.11686857375547186	NZ_CABIWU010000076.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0259_000000001831	6650	0.7857685605810111	10	10	3	6	9	False	132521	backbone	False	USA0060_01_000000001071	0.02423449356037764	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	6650.0	100.0	100.0	0.24847714787548114	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
AUS0014_000000002731	11316	0.7857632711031374	18	10	5	7	8	True	100974	fragment	False	AUS0014_000000002731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	88.11	6.0	0.0004180921020991173	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
AUS0020_000000003928	6643	0.7857618647519078	7	7	4	4	3	False	132279	fragment	False	AUS0020_000000003928	1.0		0	0	False	False	0.9990968108177185	0					non-mobilizable	other	6617.0	96.041	99.0	0.0015430586623589807	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0050_000000007861	3173	0.7857380574355393	4	3	1	3	2	False	35922	maximal	True	ISR0050_000000007861	1.0		1	1	False	False	0.9993696808815002	0					non-mobilizable	no_good_hit	1638.0	99.634	52.0	0.003649374679537196	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
USA0007_01_000000005998	2918	0.7857346119836843	5	4	4	4	4	False	86801	maximal	True	USA0007_01_000000005998	0.9949256977165639		98	9	False	False	1.0	0					non-mobilizable	no_good_hit	2201.0	93.54799999999999	80.0	0.022826075678816365	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
MON0012_000000024851	2092	0.7857343997595566	2	2	2	1	1	True	97327	fragment	False	MON0012_000000024851	0.9259841385114286		0	0	False	False	0.9976099133491516	0					non-mobilizable	other	2092.0	98.04	100.0	0.004622445054580664	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
CHI0140_000000016654	1770	0.785718176947252	3	2	2	2	1	True	80244	fragment	False	CHI0140_000000016654	1.0		0	0	False	False	0.9988700747489929	0					non-mobilizable	no_good_hit	111.0	77.477	6.0	3.5741939190602075e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0354_000000001721	8727	0.7857179482450322	9	2	2	1	2	False	121686	fragment	False	ISR0354_000000001721	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	90.90899999999999	3.0	0.001150984682713348	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0115_000000005452	4588	0.7857179482450322	4	2	2	1	2	False	47936	fragment	False	MAD0003_000000005495	0.9423678561184895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	90.262	6.0	0.001164113785557987	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0088_000000006111	4516	0.7857179482450322	4	2	2	1	2	False	47936	fragment	False	MAD0003_000000005495	0.9339240977798798		0	0	False	False	0.9995571374893188	0					non-mobilizable	no_good_hit	493.0	70.183	11.0	0.00014815165251341145	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
AST0024_000000006986	4495	0.7857179482450322	6	2	2	1	2	False	121685	fragment	False	AST0024_000000006986	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	70.183	11.0	0.00014815165251341145	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
FIJ0031_000000006835	3427	0.7857179482450322	5	2	2	1	2	False	48610	maximal	True	FIJ0031_000000006835	1.0		1	1	False	False	0.9997081756591797	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000016707	2178	0.7857179482450322	4	2	2	1	2	False	47932	fragment	False	SPA0098_000000016707	1.0		0	0	False	False	0.9990817308425903	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	1.0582260893815105e-05	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
FIJ0116_000000009429	1875	0.7857179482450322	2	2	2	1	2	False	47931	fragment	False	ISR0058_000000013868	0.9827235810750163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0120_01_000000007149	1823	0.7857179482450322	3	2	2	1	2	False	47930	fragment	False	USA0120_01_000000007149	1.0		0	0	False	False	0.9978058338165283	0					non-mobilizable	no_good_hit	493.0	70.183	26.0	0.00014815165251341145	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
FIJ0036_000000024630	1708	0.7857179482450322	2	2	2	1	2	False	47929	fragment	False	FIJ0036_000000024630	1.0		0	0	False	False	0.9613583087921143	0					non-mobilizable	no_good_hit								True	False
CHI0120_000000000475	18960	0.7857172980700105	24	12	4	11	3	True	90497	fragment	False	CHI0120_000000000475	0.9747931975792513		0	0	False	False	1.0	0					non-mobilizable	other	18628.0	98.738	99.0	0.299519161185533	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
AST0047_000000014317	1591	0.785716851541307	2	2	2	2	2	False	115200	fragment	False	AST0047_000000014317	1.0		0	0	False	False	0.9899434447288513	0					non-mobilizable	other	1292.0	82.508	92.0	0.002487201398634293	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	False	False
MON0048_000000000384	33788	0.7857103498925231	37	7	4	6	4	True	57067	fragment	False	MON0048_000000000384	1.0		0	0	False	False	0.9993192553520203	0					non-mobilizable	no_good_hit	50.0	90.0	0.0	0.007865168539325843	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	True	True
FIJ0051_000000012119	1836	0.7857055763640632	3	2	2	1	1	True	57387	fragment	False	FIJ0051_000000012119	1.0		0	0	False	False	0.977668821811676	0					non-mobilizable	no_good_hit	522.0	83.333	68.0	0.0010371426719388086	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0013_000000011021	2192	0.7857027747625389	2	1	1	1	1	False	19583	fragment	False	MAD0013_000000011021	1.0		0	0	False	False	0.9858576655387878	0					non-mobilizable	no_good_hit	124.0	75.806	6.0	0.00351828353904718	NZ_BDGQ01000006.1	g-proteobacteria	Thaumasiovibrio subtropicus strain C4V358, whole genome shotgun sequence	True	False
DEN0033_000000000933	23189	0.7856993619099898	34	10	6	7	3	True	73645	fragment	False	DEN0033_000000000933	1.0		0	0	False	False	0.9993962645530701	0					non-mobilizable	no_good_hit	2099.0	94.664	9.0	0.0008122213322524402	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	True	True
ISR0773_000000001242	7010	0.7856984780096705	13	3	2	3	1	False	79646	fragment	False	ISR0773_000000001242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	96.33	2.0	0.0002312376352097839	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
SPA0050_000000009286	2801	0.7856978162260084	4	4	3	3	2	False	59796	fragment	False	SPA0050_000000009286	1.0		0	0	False	False	0.998928964138031	0					non-mobilizable	other	2544.0	99.803	91.0	0.004692773718990878	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0395_000000024255	1592	0.785692526974052	2	2	2	2	2	False	83277	fragment	False	ISR0263_000000008822	0.9582310480077633		0	0	False	False	0.9968593120574951	0					non-mobilizable	other	1592.0	97.04799999999999	100.0	0.03637402834933699	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0784_000000004868	2534	0.7856860298394872	3	3	2	1	2	False	57398	maximal	True	ISR0784_000000004868	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1651.0	94.73	65.0	0.0004883791528146958	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0223_000000005142	4934	0.7856838673871178	6	2	2	1	2	False	102671	fragment	False	ISR0368_000000002162	0.7195866928685813		0	0	False	False	0.9991893172264099	0					non-mobilizable	no_good_hit	1894.0	81.468	81.0	0.0005330420659504447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0025_000000027423	1445	0.7856803684858957	1	1	1	1	1	False	45026	fragment	False	ISR0074_000000022260	0.5686214910937226		0	0	False	False	0.970934271812439	0					non-mobilizable	other	1417.0	96.542	100.0	0.0004019639458779392	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0183_000000021586	1434	0.7856729189530502	2	2	2	2	2	False	54103	maximal	True	ISR0183_000000021586	1.0		70	8	False	False	0.9832636117935181	0					non-mobilizable	other	1434.0	98.884	100.0	0.00707109584714985	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
ISR0197_000000021070	1201	0.7856682066871814	2	2	2	2	1	False	28908	fragment	False	MON0088_000000026717	0.960695182500526		0	0	False	False	0.9875103831291199	0					non-mobilizable	chromosome	1205.0	87.801	99.0	0.0004042495684021573	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0032_000000017412	1665	0.7856585639031074	4	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.24980644560941226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0055_01_000000021201	1241	0.7856585639031074	3	2	2	1	1	False	99130	fragment	False	SPA0098_000000016756	0.037753679318357866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	7.0	2.9222706586696124e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0039_000000016086	2886	0.7856565736780793	2	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.27702467572705863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	74.545	22.0	0.00018120242911923035	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0260_000000005259	2464	0.7856486806043288	3	2	1	2	1	False	50778	fragment	False	ISR0260_000000005259	1.0		0	0	False	False	0.9906655550003052	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00019884772973453827	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0013_000000045108	1265	0.7856473246517717	1	1	1	1	1	False	13481	fragment	False	MON0013_000000045108	0.9455894476504534		0	0	False	False	0.999209463596344	0					non-mobilizable	no_good_hit	1088.0	71.783	84.0	0.0002565779787062001	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	False
FIJ0171_000000002495	8121	0.7856448794732868	9	5	4	4	3	True	105922	fragment	False	FIJ0129_000000002391	0.9626671778770374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.36200000000001	27.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0012_000000002565	8051	0.7856448794732868	9	5	4	4	3	True	105922	fragment	False	FIJ0129_000000002391	0.9204985542428439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.36200000000001	26.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0188_000000001293	13457	0.7856388645427956	11	7	4	7	3	True	67217	fragment	False	ISR0188_000000001293	0.996861604409063		0	0	False	False	0.9999256730079651	0					non-mobilizable	no_good_hit	46.0	95.652	0.0	8.093728978787236e-05	NZ_OBEI01000001.1	aquificales	Persephonella hydrogeniphila strain DSM 15103, whole genome shotgun sequence	True	True
ENG0081_000000004923	5166	0.7856297792083969	7	7	1	6	5	False	112161	maximal	False	SPA0040_000000006858	0.9468159567900127		0	0	True	True	1.0	77					non-mobilizable	chromosome	4894.0	95.75	100.0	0.9587669350088357	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ENG0164_000000003395	5166	0.7856297792083969	7	7	1	6	5	False	112161	maximal	False	SPA0040_000000006858	0.9466550767477788		0	0	True	True	0.9972899556159973	14					non-mobilizable	chromosome	4894.0	95.66799999999999	100.0	0.9587669350088357	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ENG0029_000000002024	11863	0.7856248333427933	10	9	7	9	5	True	132338	maximal	False	USA0039_01_000000001791	0.9460021612724194		0	0	False	False	0.9970496296882629	0					non-mobilizable	no_good_hit	132.0	75.0	1.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
MON0074_000000012313	1690	0.7856244513981794	2	2	2	2	2	False	12171	fragment	False	MON0074_000000012313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	74.375	37.0	0.004148938981527972	NZ_SLUM01000006.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_106, whole genome shotgun sequence	True	False
MON0086_000000016261	1899	0.7856204885828966	3	1	1	1	1	False	91965	fragment	False	MON0086_000000016261	0.9532908704883227		0	0	False	False	0.9847288131713867	0					non-mobilizable	no_good_hit	731.0	76.744	38.0	0.0015118027254269327	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0023_000000010693	2463	0.7856131706394595	5	2	0	2	1	False	7627	maximal	True	SPA0023_000000010693	1.0		2	2	False	False	0.9983759522438049	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.12444444444444444	XM_020451470.1	nematodes	Loa loa hypothetical protein partial mRNA	True	False
USA0086_01_000000011384	1490	0.7856094140001044	1	1	1	1	1	False	437	maximal	True	USA0086_01_000000011384	1.0		6	5	False	False	0.9852349162101746	0					non-mobilizable	no_good_hit	1179.0	77.354	78.0	0.00395206095918685	NZ_FUXZ01000004.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
DEN0067_000000023014	1454	0.7856094140001044	1	1	1	1	1	False	77874	fragment	False	MON0012_000000034303	0.9792610722013723		0	0	False	False	1.0	0					non-mobilizable	other	1454.0	99.86200000000001	100.0	0.02800100210055694	NZ_SPGG01000030.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_30_length_51891_cov_34.7452, whole genome shotgun sequence	False	False
ISR0006_000000013394	1418	0.7856094140001044	1	1	1	1	1	False	77874	fragment	False	MON0012_000000034303	0.8472602166513298		0	0	False	False	0.9992947578430176	0					non-mobilizable	other	1418.0	99.859	100.0	0.02730724017652387	NZ_SPGG01000030.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_30_length_51891_cov_34.7452, whole genome shotgun sequence	False	False
CHI0173_000000013031	1359	0.7856094140001044	1	1	1	1	1	False	77874	fragment	False	MON0012_000000034303	0.8209363629106201		0	0	False	False	0.9985283017158508	0					non-mobilizable	other	1359.0	99.853	100.0	0.026170241467691892	NZ_SPGG01000030.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_30_length_51891_cov_34.7452, whole genome shotgun sequence	False	False
MON0093_000000035837	1303	0.7856094140001044	1	1	1	1	1	False	9369	fragment	False	MON0093_000000035837	1.0		0	0	False	False	0.9984650611877441	0					non-mobilizable	other	1299.0	98.999	99.0	0.007981110960807704	NZ_QEKH01000009.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_109, whole genome shotgun sequence	False	False
FIJ0080_000000016846	1432	0.7856077817343541	2	2	2	1	1	False	44307	maximal	True	FIJ0080_000000016846	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	83.333	7.0	0.0009603331850713679	NZ_RLIH01000008.1	firmicutes	Anaerosphaera multitolerans strain GS7-6-2, whole genome shotgun sequence	True	False
FIJ0108_000000001496	11634	0.7855967429636668	16	7	4	5	3	True	51469	fragment	False	FIJ0108_000000001496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
MON0081_000000044950	1144	0.7855890286759957	1	1	1	1	1	False	9940	maximal	True	MON0081_000000044950	1.0		3	3	False	False	0.9991258978843689	0					non-mobilizable	other	1168.0	80.565	100.0	0.0011788619121261747	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
MON0046_000000023338	1471	0.7855885365170509	2	2	2	2	2	False	11511	maximal	True	MON0046_000000023338	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	86.33200000000001	75.0	0.00021681091921922692	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
TAN0003_000000006447	1546	0.7855885209972061	3	3	3	1	1	False	2973	maximal	True	TAN0003_000000006447	1.0		0	0	False	False	0.9521345496177673	0					non-mobilizable	no_good_hit	665.0	99.098	54.0	0.00020897600810436067	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0093_000000032314	1149	0.7855785390024062	2	2	2	1	1	False	123072	fragment	False	ISR0226_000000002328	0.055069231186713405		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	97.824	100.0	0.008157454532512367	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ENG0030_000000017119	1120	0.7855785390024062	2	2	2	1	1	False	123072	fragment	False	ISR0226_000000002328	0.06243744570319257		0	0	False	False	0.9866071343421936	0					non-mobilizable	other	1120.0	97.76799999999999	100.0	0.007951026800014237	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
SPA0088_000000000756	17038	0.7855762268916897	17	9	7	7	7	True	129797	maximal	True	SPA0088_000000000756	1.0	PS1065|PS1066|PS66|PS79	1	1	True	True	1.0	21					non-mobilizable	no_good_hit	922.0	72.45100000000001	5.0	0.015319280629964582	NZ_FQZY01000026.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0065_000000003117	8387	0.7855758378128751	11	9	3	7	8	True	123612	fragment	False	ENG0065_000000003117	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	8255.0	98.256	100.0	0.002489605948162534	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0201_000000007075	4144	0.785570775888826	3	3	3	3	3	False	28744	maximal	True	ISR0201_000000007075	1.0		6	2	False	False	0.9942085146903992	0					non-mobilizable	no_good_hit	1394.0	87.661	60.0	0.00030756576165478393	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0010_000000016770	2665	0.7855672338682008	4	4	4	4	4	False	87363	fragment	False	DEN0010_000000016770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2073.0	97.926	80.0	0.00038999202503029454	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
DEN0071_000000013098	2982	0.7855670047164192	3	3	3	3	3	False	114367	maximal	True	DEN0071_000000013098	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	75.681	49.0	0.20077756178839212	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	True	False
SPA0067_000000003384	6495	0.785564792263587	9	4	3	3	2	True	93279	maximal	True	SPA0067_000000003384	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2874.0	94.816	83.0	0.0009046806732818483	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ISR0341_000000009932	1391	0.7855645960114706	2	2	2	1	1	False	24347	fragment	False	ISR0341_000000009932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00030708151917614414	EF079106.1	b-proteobacteria	Comamonas sp. CNB-1 plasmid pCNB, complete sequence	True	False
ISR0167_000000013923	2102	0.7855595556442354	3	3	1	2	3	False	30177	fragment	False	ISR0167_000000013923	1.0		0	0	False	False	0.9995242357254028	0					non-mobilizable	chromosome	2046.0	91.544	97.0	0.0004153947077651213	CP013970.1	enterobacteria	Erwinia tracheiphila strain MDcuke chromosome, complete genome	False	False
SPA0068_000000001342	10298	0.7855579179204671	11	11	8	8	11	False	114189	maximal	True	SPA0068_000000001342	1.0		6	3	False	False	1.0	0	IncFIB	MOBP			mobilizable	plasmid	10298.0	100.0	100.0	0.0633088836560158	MK878891.1	enterobacteria	Escherichia coli strain J53 plasmid pMG336, complete sequence	False	True
SPA0078_000000000830	10298	0.7855579179204671	11	11	8	8	11	False	114189	maximal	False	SPA0068_000000001342	1.0		0	0	False	False	1.0	0	IncFIB	MOBP			mobilizable	plasmid	10298.0	100.0	100.0	0.0633088836560158	MK878891.1	enterobacteria	Escherichia coli strain J53 plasmid pMG336, complete sequence	False	True
MAD0059_000000008224	2343	0.7855474284768954	3	3	3	3	3	False	50637	fragment	False	MAD0059_000000008224	1.0		0	0	False	False	0.9974392056465149	0					non-mobilizable	no_good_hit	832.0	78.125	35.0	0.00015476728253414635	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
SPA0109_000000006156	4361	0.7855463680364554	4	4	4	4	3	False	131408	fragment	False	SPA0109_000000006156	0.872417992757573		0	0	False	False	0.9997707009315491	0					non-mobilizable	no_good_hit	808.0	74.752	18.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
CHI0045_000000006730	3048	0.7855398133671229	3	3	3	3	3	False	87169	maximal	True	CHI0045_000000006730	1.0		6	2	False	False	0.9967191815376282	0					non-mobilizable	chromosome	2617.0	98.96799999999999	100.0	0.0005313783596874503	CP056711.1	enterobacteria	Enterobacter asburiae strain RHBSTW-00542 chromosome, complete genome	False	False
SPA0096_000000015602	2511	0.7855367830863584	3	2	2	2	2	False	59456	fragment	False	SPA0096_000000015602	1.0		0	0	False	False	0.9980087876319885	0					non-mobilizable	no_good_hit	533.0	71.107	21.0	0.005471322902747235	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
FIJ0028_000000007653	3973	0.7855300141738593	4	2	2	2	0	True	126107	fragment	False	FIJ0028_000000007653	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	86.699	60.0	0.0038432827238377622	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0154_000000007626	3783	0.7855300141738593	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5039680058363292		0	0	False	False	0.9928628206253052	0					non-mobilizable	other	2925.0	97.846	95.0	0.006114123332155396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0100_000000008291	3766	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5471207068922893		0	0	False	False	1.0	0					non-mobilizable	other	3769.0	98.355	100.0	0.007878938685212562	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0016_000000005318	3737	0.7855300141738593	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5444954164334912		0	0	False	False	1.0	0					non-mobilizable	other	3738.0	98.529	100.0	0.007814117268216387	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0045_000000009964	3599	0.7855300141738593	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5129292649617678		0	0	False	False	1.0	0					non-mobilizable	other	2936.0	98.501	100.0	0.006137124480121781	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0078_000000004942	3587	0.7855300141738593	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5084824705661116		0	0	False	False	1.0	0					non-mobilizable	other	2924.0	98.35799999999999	100.0	0.006112032318703906	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0041_000000008379	3572	0.7855300141738593	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5108464844800904		0	0	False	False	1.0	0					non-mobilizable	other	3576.0	97.931	100.0	0.007464918021817635	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0315_000000002468	3564	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.4403449481361265		0	0	False	False	0.997474730014801	0					non-mobilizable	other	3547.0	98.39299999999999	99.0	0.007414733698981885	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0223_000000007773	3542	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.43708860094653423		0	0	False	False	0.9960474371910095	0					non-mobilizable	other	3525.0	98.383	99.0	0.007368731403049116	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0079_000000006752	3511	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5156659917770179		0	0	False	False	1.0	0					non-mobilizable	other	3048.0	98.425	100.0	0.006371317986688608	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0021_000000002275	3475	0.7855300141738593	3	2	2	2	0	True	126106	fragment	False	CHI0021_000000002275	1.0		0	0	False	False	0.9982733726501465	0					non-mobilizable	no_good_hit	1842.0	86.536	62.0	0.0038432827238377622	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0038_000000003202	3470	0.7855300141738593	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.506123913442019		0	0	False	False	0.9985590577125549	0					non-mobilizable	other	3472.0	98.445	100.0	0.00725790769012017	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0265_000000004505	3456	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5096206931924733		0	0	False	False	0.9994212985038757	0					non-mobilizable	other	3074.0	98.471	99.0	0.006425684336427337	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0006_000000009936	3442	0.7855300141738593	2	2	2	2	0	True	51780	maximal	True	FIJ0006_000000009936	1.0		1	1	False	False	0.9947704672813416	0					non-mobilizable	no_good_hit	1906.0	87.775	60.0	0.003968743530927134	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0030_000000005860	3389	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.495279450428057		0	0	False	False	1.0	0					non-mobilizable	other	3042.0	98.225	99.0	0.0063566808925281815	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0152_000000007084	3376	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.4864747077187389		0	0	False	False	1.0	0					non-mobilizable	other	3379.0	98.461	100.0	0.007063443439131644	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0795_000000002508	3359	0.7855300141738593	2	2	2	2	0	True	131014	maximal	True	ISR0795_000000002508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1546.0	98.706	55.0	0.0032306157825513293	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0193_000000006215	3303	0.7855300141738593	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.48235157752476177		0	0	False	False	0.990311861038208	0					non-mobilizable	other	3073.0	98.113	99.0	0.006423593322975847	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0168_000000006039	3290	0.7855300141738593	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.4263410869543846		0	0	False	False	1.0	0					non-mobilizable	other	3288.0	98.449	99.0	0.006873161215046096	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0046_000000005756	3258	0.7855300141738593	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.4723550183827054		0	0	False	False	0.9996930360794067	0					non-mobilizable	other	3005.0	98.536	100.0	0.006281404408274558	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0035_000000006137	2988	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.3014840595277568		0	0	False	False	1.0	0					non-mobilizable	other	2642.0	97.994	99.0	0.005520275511932368	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0037_000000008405	2927	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.31406894361969345		0	0	False	False	1.0	0					non-mobilizable	other	2679.0	97.984	100.0	0.005595551996185991	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0051_000000010419	2759	0.7855300141738593	2	2	2	2	0	True	126104	fragment	False	MAD0051_000000010419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	86.916	71.0	0.0038432827238377622	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0224_000000010741	2757	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.19515392721056174		0	0	False	False	0.9985491633415222	0					non-mobilizable	other	2740.0	98.57700000000001	99.0	0.005727285843629832	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0102_000000017258	2646	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.1806195256499584		0	0	False	False	0.9988662004470825	0					non-mobilizable	other	2158.0	98.749	99.0	0.004510316014862924	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0059_000000004908	2544	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.13775775633591147		0	0	False	False	1.0	0					non-mobilizable	other	2179.0	92.70299999999999	100.0	0.004554227297344204	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0153_000000011831	2368	0.7855300141738593	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.09176046673416932		0	0	False	False	0.9995777010917664	0					non-mobilizable	other	1681.0	98.572	100.0	0.003512902598502416	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0049_000000008752	2065	0.7855300141738593	2	2	2	2	0	True	17466	fragment	False	MAD0049_000000008752	1.0		0	0	False	False	0.9951573610305786	0					non-mobilizable	no_good_hit	1545.0	86.084	74.0	0.003222251728745371	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0108_000000013648	1284	0.7855222108732929	2	2	2	2	1	False	59917	fragment	False	ENG0108_000000013648	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	99.766	100.0	0.006710847721816271	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0153_000000013596	1909	0.7855135502411651	2	1	1	1	1	False	39647	maximal	True	FIJ0153_000000013596	1.0		2	1	False	False	0.9869041442871094	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.461843449560716e-05	LS483384.1	firmicutes	Streptococcus pyogenes strain NCTC13743 genome assembly, chromosome: 1	True	False
MON0033_000000006329	10295	0.7855061842074771	17	11	3	7	7	True	116732	fragment	False	MON0033_000000006329	1.0		0	0	False	False	0.9993200302124023	0					non-mobilizable	chromosome	10278.0	100.0	99.0	0.001826863731644259	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0078_000000000510	35114	0.7854999893197079	27	11	7	10	6	True	128748	maximal	False	ENG0127_000000000383	0.18586101536155944	PS1050|PS1051	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	5779.0	94.705	32.0	0.20179152524580987	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0126_000000003016	10497	0.7854962564410429	11	6	2	5	3	False	110799	fragment	False	SPA0126_000000003016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2488.0	91.27799999999999	49.0	0.0005406052284467303	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
SPA0131_000000017710	1557	0.7854918475341328	3	3	2	2	3	False	3760	fragment	False	SPA0131_000000017710	1.0		0	0	False	False	0.9993577599525452	0					non-mobilizable	no_good_hit	763.0	94.889	63.0	0.00021674389234484464	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0098_000000007827	4393	0.7854875342607599	5	5	5	5	4	False	129765	maximal	True	SPA0098_000000007827	1.0	PS1061	12	4	False	True	1.0	0					non-mobilizable	chromosome	1801.0	99.223	99.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0007_000000000429	36204	0.7854834812493341	47	12	10	9	8	True	117633	fragment	False	ENG0007_000000000429	1.0		0	0	False	False	0.9998342990875244	0					non-mobilizable	no_good_hit	10177.0	96.305	28.0	0.9983302229643454	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
DEN0033_000000000292	43599	0.7854812594277424	62	18	14	16	11	False	127522	fragment	False	DEN0033_000000000292	1.0		0	0	False	False	0.9992660284042358	0					non-mobilizable	no_good_hit	1779.0	97.302	7.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0194_000000016674	1592	0.7854788927871723	3	2	2	2	2	False	80183	fragment	False	ENG0028_000000010875	0.944635856937397		0	0	False	False	0.9993718862533569	0					non-mobilizable	no_good_hit	372.0	74.462	23.0	0.00012014533624850809	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
CHI0140_000000024887	1202	0.7854788927871723	2	2	2	2	2	False	80182	fragment	False	CHI0140_000000024887	0.9861607142857143		0	0	False	False	0.9908486008644104	0					non-mobilizable	no_good_hit	372.0	74.73100000000001	30.0	0.00012014533624850809	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MON0069_000000029582	1737	0.7854703853581805	3	1	1	1	1	False	12790	fragment	False	MON0069_000000029582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.00028777964301620473	NZ_CZBD01000010.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0090_000000013391	2048	0.7854694977351417	4	4	4	4	2	False	71707	fragment	False	USA0058_01_000000009125	0.979875520868249		0	0	False	False	0.98681640625	0					non-mobilizable	no_good_hit	1008.0	90.774	74.0	0.00015493656832271855	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0322_000000001954	4563	0.7854684084053352	4	4	4	4	4	False	90829	maximal	True	ISR0322_000000001954	0.9950471698113208		27	6	False	False	0.994301974773407	0					non-mobilizable	no_good_hit	2784.0	96.65899999999999	62.0	0.0007294682884653483	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ISR0377_000000004796	2835	0.7854576000809936	3	2	2	2	1	False	120843	fragment	False	ISR0377_000000004796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1533.0	94.39	54.0	0.0024791649809855166	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ENG0198_000000002077	9019	0.7854531699124725	10	9	4	5	8	True	123518	fragment	False	ISR0779_000000002876	0.8409697448856583		0	0	False	False	0.9992238879203796	0					non-mobilizable	other	9021.0	99.723	100.0	0.002012298270891764	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
SPA0013_000000024682	1148	0.7854506375122375	2	1	1	1	1	False	7957	fragment	False	SPA0013_000000024682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0174_000000010056	1513	0.7854464427969737	3	2	2	2	1	False	77789	fragment	False	CHI0174_000000010056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	94.595	7.0	0.0005087834525120027	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
SPA0111_000000013558	2537	0.7854357242398126	4	3	2	3	2	False	65810	fragment	False	ENG0029_000000009436	0.9578947368421054		0	0	False	False	0.998817503452301	0					non-mobilizable	no_good_hit	1585.0	98.044	74.0	0.06010700868971275	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	True	False
MON0108_000000000954	13326	0.7854313627124974	12	8	5	6	6	True	105465	fragment	False	MON0108_000000000954	0.9832430449824109		0	0	False	True	1.0	0					non-mobilizable	chromosome	13326.0	100.0	100.0	0.0025128973395159094	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
SPA0059_000000004116	6476	0.7854150093593824	9	4	4	3	1	True	130710	fragment	False	CHI0142_000000002157	0.8511446024186374		0	0	False	False	1.0	0					non-mobilizable	other	5083.0	97.934	100.0	0.0015331987797198765	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0015_000000003596	6315	0.7854150093593824	9	4	4	3	1	True	130710	fragment	False	CHI0142_000000002157	0.7437369477431758		0	0	False	False	1.0	0					non-mobilizable	other	4625.0	99.935	100.0	0.0013958478356811792	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0021_000000004221	5150	0.7854150093593824	7	4	4	3	1	True	130701	fragment	False	SPA0122_000000005979	0.9904743760716327		0	0	False	False	1.0	0					non-mobilizable	other	5155.0	97.323	100.0	0.0588861663880556	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
MON0004_000000009884	3638	0.7854017175782444	4	3	3	3	3	False	14253	fragment	False	MON0004_000000009884	1.0		0	0	False	False	0.998625636100769	0					non-mobilizable	no_good_hit	1205.0	74.938	33.0	0.021036720903352006	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
ISR0384_000000001982	6058	0.7853833710487459	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.9659152787958486		0	0	False	False	0.9998349547386169	0					non-mobilizable	chromosome	6062.0	98.037	100.0	0.0013453452653042187	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0073_000000000020	97398	0.7853703162423546	95	12	4	10	3	True	127415	maximal	False	SPA0046_000000000019	0.8930858563554517		0	0	True	True	1.0	641					non-mobilizable	virus	31122.0	95.99600000000001	98.0	0.3202493174676763	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
FIJ0067_000000002946	10474	0.7853628885223934	14	8	3	6	3	True	99758	fragment	False	FIJ0067_000000002946	1.0		0	0	False	False	0.9994271397590637	0					non-mobilizable	no_good_hit								True	True
ISR0349_000000006247	1718	0.7853622986321764	3	3	3	2	2	False	24120	maximal	True	ISR0349_000000006247	1.0		0	0	False	False	0.9703143239021301	0					non-mobilizable	no_good_hit	1046.0	97.897	61.0	0.005204438728202674	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	True	False
CHI0188_000000002008	7703	0.7853570911616435	10	6	6	6	6	False	77046	maximal	True	CHI0188_000000002008	0.9854318418314256		62	9	False	False	0.9972738027572632	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	1.0	8.593066219063396e-06	NZ_CP013236.1	b-proteobacteria	Collimonas pratensis strain Ter291, complete genome	True	False
ENG0037_000000008975	3617	0.785356557932685	3	3	3	3	3	False	65230	maximal	True	ENG0037_000000008975	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2435.0	100.0	100.0	0.019675841720221493	LT883141.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, plasmid: III	False	True
CHI0125_000000005062	3054	0.7853509154556881	5	5	3	3	4	False	104028	fragment	False	SPA0001_000000011082	0.9770770250011679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	96.609	85.0	0.0002421043980818224	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0145_000000010315	2996	0.7853391659987792	5	4	2	2	4	False	123409	maximal	True	ISR0145_000000010315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	86.109	87.0	0.2312366562653966	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0170_000000018492	2502	0.7853391659987792	4	4	2	2	4	False	123407	fragment	False	SPA0005_000000011003	0.9450693663292088		0	0	False	False	1.0	0					non-mobilizable	plasmid	2502.0	99.8	100.0	0.23965120735914144	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
ENG0102_000000008968	3037	0.7853366182518214	5	4	3	3	4	False	60393	maximal	True	ENG0102_000000008968	1.0		221	10	False	False	0.9874876737594604	0					non-mobilizable	other	3008.0	99.036	99.0	0.009538597343545095	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
FIJ0124_000000001671	13272	0.7853342772181469	15	7	5	7	4	False	125987	fragment	False	FIJ0124_000000001671	0.955657464944323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	85.52600000000001	11.0	0.0015896812493024406	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0007_000000010419	2485	0.7853336248819343	5	2	2	1	1	False	127761	fragment	False	ENG0007_000000010419	0.987145774244453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	97.684	50.0	0.023923353476631225	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0079_000000003445	1840	0.7853336248819343	3	2	2	1	1	False	127766	fragment	False	CHI0079_000000003445	0.7225254336771059		0	0	False	False	0.9929347634315491	0					non-mobilizable	other	1822.0	98.79299999999999	99.0	0.0348236823988373	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0323_000000016629	1337	0.7853336248819343	3	2	2	1	1	False	127752	fragment	False	DEN0083_000000022423	0.7628079497387823		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	99.102	100.0	0.025548841122925114	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0059_000000018161	2157	0.7853241639110841	2	2	1	2	1	False	11360	fragment	False	MON0049_000000009852	0.9571494042163153		0	0	False	False	1.0	0					non-mobilizable	other	2174.0	96.55	100.0	0.00909440942838728	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
SPA0116_000000004055	8525	0.7853194305153759	11	9	9	9	7	False	69728	maximal	False	FIJ0140_000000002671	0.96261303037329		0	0	False	False	0.9994134902954102	0					non-mobilizable	no_good_hit	853.0	79.132	17.0	0.00025418149643031604	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0057_000000003532	4430	0.7853179919765989	5	5	5	5	5	False	100348	maximal	True	MAD0057_000000003532	1.0		15	3	False	False	0.9954853057861328	0					non-mobilizable	chromosome	4445.0	92.801	100.0	0.0015019111989906613	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0151_000000001031	20224	0.7853107393900701	22	19	6	9	17	True	123522	maximal	True	ENG0151_000000001031	1.0		7	3	False	False	0.9999011158943176	0					non-mobilizable	chromosome	9037.0	90.28399999999999	97.0	0.0016488588204698047	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
AST0007_000000011310	1596	0.7853087007628492	2	2	1	2	2	True	126911	fragment	False	AST0007_000000011310	1.0		0	0	False	False	0.9956140518188477	0					non-mobilizable	plasmid	1596.0	99.875	100.0	0.012404342686492877	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	False	True
CHI0098_000000001135	7240	0.7853068105342391	13	11	6	11	9	False	132196	fragment	False	CHI0098_000000001135	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7240.0	99.986	100.0	0.0025149388549193996	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0062_000000001766	13538	0.7853030620341585	15	7	3	6	3	True	45738	maximal	True	FIJ0062_000000001766	1.0		1	1	False	False	0.9997783899307251	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	0.0	1.0284831049611086e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
ISR0376_000000002397	6853	0.7853020916058013	9	7	5	5	5	False	23357	maximal	True	ISR0376_000000002397	1.0		2	1	False	False	0.9998540878295898	0					non-mobilizable	no_good_hit	1058.0	94.896	21.0	0.009247120722876725	NZ_QRML01000013.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf13, whole genome shotgun sequence	True	False
FIJ0036_000000036381	1214	0.7852984790318753	2	1	1	1	1	False	47881	maximal	True	FIJ0036_000000036381	1.0		5	2	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit								True	False
USA0032_01_000000003411	7844	0.7852972703165464	9	8	4	6	8	False	121282	maximal	True	USA0032_01_000000003411	1.0	PS849	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	3193.0	99.499	49.0	0.0006086355314253855	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
MAD0060_000000009907	1707	0.7852959616611225	4	4	2	4	4	False	97978	fragment	False	MAD0060_000000009907	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1708.0	99.12200000000001	100.0	0.023129767889323992	GU371926.1	enterobacteria	Escherichia coli plasmid pEC_B24, complete sequence	False	True
CHI0092_000000000105	54501	0.7852955013055188	66	18	11	15	8	True	101359	maximal	True	CHI0092_000000000105	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	0.0	0.0008512802370317958	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
TAN0002_000000032191	1316	0.7852935810748332	1	1	1	1	1	False	3016	maximal	True	TAN0002_000000032191	1.0		8	4	False	False	0.9817629456520081	0					non-mobilizable	no_good_hit	828.0	77.415	62.0	0.006215144285562326	NZ_OLMR01000007.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0135_000000000382	35153	0.7852926076850618	41	39	17	30	35	False	31444	maximal	True	ISR0135_000000000382	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	34541.0	99.595	100.0	0.15675675675675677	CP054891.1	enterobacteria	Shigella flexneri strain FDAARGOS_713 plasmid unnamed1, complete sequence	False	True
ISR0005_000000001774	6545	0.7852903607583308	7	4	2	3	1	True	70497	maximal	True	ISR0005_000000001774	1.0		1	1	False	False	0.9952635765075684	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.1469154983257246e-05	NZ_MSZX01000001.1	firmicutes	Paenibacillus selenitireducens strain ES3-24 ES3-24_scaffold1, whole genome shotgun sequence	True	True
ISR0258_000000012145	2068	0.7852882578482556	3	3	3	3	3	False	26788	maximal	True	ISR0258_000000012145	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	98.286	65.0	0.005263075145235718	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0035_000000007803	1318	0.7852844578158771	3	3	2	2	1	False	88077	maximal	True	CHI0035_000000007803	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0111_000000003203	6096	0.7852827381084927	10	5	4	5	4	False	125899	fragment	False	ISR0338_000000003137	0.9450192118312198		0	0	False	False	0.9981955289840698	0					non-mobilizable	other	5059.0	93.991	99.0	0.10069756750814494	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0111_000000000104	78307	0.785282190178522	78	11	4	10	3	True	114295	fragment	False	SPA0111_000000000104	0.9649234593240218		0	0	False	False	1.0	0					non-mobilizable	virus	22544.0	95.928	97.0	0.23851326309101498	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
SPA0096_000000018990	2113	0.7852731489367473	3	3	3	3	1	False	94685	fragment	False	SPA0096_000000018990	1.0		0	0	False	False	0.9947941303253174	0					non-mobilizable	chromosome	2113.0	94.51	100.0	0.00075226239710265	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ENG0124_000000020363	1523	0.7852684335373331	2	2	2	2	2	False	87694	fragment	False	CHI0040_000000008852	0.9334521687462864		0	0	False	False	0.9947472214698792	0					non-mobilizable	chromosome	1530.0	96.79700000000001	99.0	0.0021013629310783193	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0378_000000012798	2191	0.7852644554244053	3	3	3	2	2	False	124226	fragment	False	ISR0378_000000012798	0.9970467421958477		0	0	False	False	1.0	0					non-mobilizable	other	1825.0	98.904	93.0	0.008890968647636874	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
MAD0014_000000007492	3909	0.7852635090991409	4	3	3	2	2	False	71693	maximal	True	MAD0014_000000007492	1.0		62	5	False	False	1.0	0					non-mobilizable	other	1751.0	99.486	97.0	0.003092736134822088	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0296_000000009201	2802	0.7852527793443222	3	3	3	3	2	False	25686	maximal	True	ISR0296_000000009201	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000012737	1877	0.7852445736095203	2	2	1	2	1	False	111200	fragment	False	USA0133_01_000000010793	0.9674606652766171		0	0	False	False	0.9994672536849976	0					non-mobilizable	chromosome	1880.0	97.181	100.0	0.0002645088913943994	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0059_000000006690	2725	0.7852426554796244	4	3	2	2	3	False	122174	fragment	False	SPA0130_000000011511	0.9372293571174429		0	0	False	False	0.9823853373527527	0					non-mobilizable	other	2688.0	98.698	99.0	0.046615315221539846	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
MAD0109_000000004853	2898	0.78524249151088	4	4	4	4	3	False	62983	fragment	False	ENG0064_000000008003	0.9863809404690888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	93.06700000000001	42.0	0.0003224691691950537	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0050_000000002366	8631	0.7852395603396295	8	6	4	5	5	False	100183	maximal	True	ENG0050_000000002366	1.0		1	1	False	False	0.9960607290267944	0					non-mobilizable	no_good_hit	1102.0	94.555	13.0	0.024687759266318363	NZ_QRYH01000021.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf21, whole genome shotgun sequence	True	False
ISR0141_000000011536	2983	0.7852392976032708	6	3	2	3	2	True	31210	maximal	True	ISR0141_000000011536	1.0		1	1	False	False	0.9969829320907593	0					non-mobilizable	no_good_hit								True	True
TAN0017_000000020406	1831	0.7852388605530574	3	2	2	2	2	False	2461	maximal	True	TAN0017_000000020406	1.0		3	2	False	False	0.9994538426399231	0					non-mobilizable	no_good_hit	1307.0	87.45200000000001	88.0	0.00045417597907514016	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ETH0001_000000004280	5243	0.7852353346151003	6	4	4	4	2	False	88578	fragment	False	ETH0001_000000004280	0.9815964058677158		0	0	False	False	0.9996185302734375	0					non-mobilizable	no_good_hit	84.0	80.952	2.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
ISR0069_000000011174	2197	0.7852256873221034	2	2	2	2	1	True	34956	maximal	True	ISR0069_000000011174	1.0		2	2	False	False	0.9877105355262756	0					non-mobilizable	no_good_hit								True	True
ISR0072_000000002912	7911	0.7852227150386949	10	5	4	4	5	False	121913	maximal	True	ISR0072_000000002912	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1507.0	79.76100000000001	19.0	0.010269073100943682	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ENG0208_000000004933	5823	0.7852214621377388	9	8	6	6	8	False	128467	fragment	False	ENG0208_000000004933	0.9913485047959376		0	0	False	False	0.9989696145057678	0					non-mobilizable	other	5824.0	99.62200000000001	100.0	0.02233704658442276	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0031_000000011359	2138	0.7852208560605102	4	4	4	3	3	False	48577	fragment	False	FIJ0031_000000011359	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2124.0	99.48200000000001	99.0	0.00045183585184466294	CP058253.1	enterobacteria	Enterobacter roggenkampii strain ED5 chromosome, complete genome	False	False
FIJ0095_000000003462	7386	0.7852024270584587	10	6	5	6	3	True	52104	fragment	False	FIJ0095_000000003462	1.0		0	0	False	False	0.9976983666419983	0					non-mobilizable	no_good_hit	1439.0	96.31700000000001	19.0	0.00041993207291238997	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ENG0100_000000019699	1578	0.785173728849095	2	1	1	1	1	False	60557	fragment	False	ENG0134_000000022891	0.94593804792519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0227_000000017102	1535	0.7851642994502916	2	2	1	2	1	False	27632	maximal	True	ISR0227_000000017102	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	72.325	45.0	0.003353195066990581	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
CHI0160_000000009019	3228	0.7851641558824521	4	3	3	3	2	True	91789	fragment	False	CHI0160_000000009019	1.0		0	0	False	False	0.9969021081924438	0					non-mobilizable	no_good_hit	782.0	76.215	24.0	0.0002701353674468408	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0141_000000000536	30668	0.7851569536969842	13	10	7	9	4	True	124905	fragment	False	ENG0141_000000000536	1.0		0	0	False	False	0.9998695850372314	0					non-mobilizable	no_good_hit	945.0	97.14299999999999	3.0	0.9989384288747346	GQ883038.1		Uncultured organism clone VC1D785TF genomic sequence	True	True
TAN0007_000000027240	1525	0.7851511358768136	2	2	2	2	1	False	2805	maximal	True	TAN0007_000000027240	1.0		0	0	False	False	0.9940983653068542	0					non-mobilizable	no_good_hit	755.0	76.689	49.0	0.00027656283990315473	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
USA0059_01_000000018305	1385	0.7851444220886219	1	1	1	1	1	False	59109	fragment	False	ENG0189_000000013115	0.5764860287091447		0	0	False	False	0.9956678748130798	0					non-mobilizable	chromosome	1385.0	88.15899999999999	100.0	0.00038735487836245164	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0133_01_000000010326	2192	0.7851419354092671	4	3	2	2	3	False	69446	fragment	False	USA0133_01_000000010326	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1929.0	93.883	99.0	0.0004275696938600992	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0037_000000012370	1856	0.7851414995824451	2	2	2	2	2	False	36695	maximal	True	ISR0037_000000012370	1.0		40	10	False	False	0.9994612336158752	0					non-mobilizable	other	1825.0	80.219	98.0	0.0007921880699194747	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
DEN0083_000000005038	5133	0.7851302883464689	7	5	5	5	3	True	69136	maximal	True	DEN0083_000000005038	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1499.0	81.921	42.0	0.006315940876363236	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
MAD0040_000000003049	6867	0.7851230301798182	6	6	6	6	6	False	18417	fragment	False	MAD0040_000000003049	0.9969223484848485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	86.95700000000001	65.0	0.0004372086819269787	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0068_000000023928	1126	0.7851169098046026	1	1	1	1	1	False	62520	maximal	True	ENG0068_000000023928	1.0		804	13	False	False	0.9849023222923279	0					non-mobilizable	other	1126.0	100.0	100.0	0.00021777462977828993	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0357_000000002775	7254	0.7850971718492357	9	8	7	6	7	True	129451	fragment	False	ISR0357_000000002775	0.9926098512670037		0	0	False	False	0.9998621344566345	0					non-mobilizable	other	7251.0	99.807	99.0	0.0023214805474339314	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
CHI0110_000000008070	1287	0.785096228486373	2	2	2	2	2	False	82682	maximal	True	CHI0110_000000008070	0.9868744872846595		300	14	False	False	1.0	0					non-mobilizable	chromosome	1287.0	99.76700000000001	100.0	0.00028620084622869185	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ITA0008_000000000790	2013	0.7850958355347794	3	3	3	2	1	True	118556	fragment	False	ITA0008_000000000790	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2011.0	99.50299999999999	99.0	0.13544474393530997	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0104_000000017691	2104	0.7850949983651687	5	3	2	3	2	True	4829	fragment	False	SPA0104_000000017691	1.0		0	0	False	False	0.9976235628128052	0					non-mobilizable	no_good_hit								True	True
USA0071_01_000000006124	2020	0.7850931373492509	4	4	3	4	2	False	102753	fragment	False	USA0071_01_000000006124	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	86.366	97.0	0.14333870731349846	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
ISR0821_000000008280	3398	0.7850916749213305	2	2	2	2	2	False	117173	fragment	False	DEN0063_000000010478	0.476659985829453		0	0	False	False	0.9967628121376038	0					non-mobilizable	other	2396.0	97.74600000000001	95.0	0.003647362605834559	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
MON0070_000000011867	2679	0.7850796235582738	3	1	1	1	1	False	28356	fragment	False	MON0070_000000011867	1.0		0	0	False	False	0.9899216294288635	0					non-mobilizable	no_good_hit								True	False
ISR0309_000000008944	2087	0.7850790839594056	3	3	3	3	2	False	121861	fragment	False	ISR0309_000000008944	0.9987733071638862		0	0	False	False	0.9990416765213013	0					non-mobilizable	chromosome	1133.0	93.99799999999999	94.0	0.00038068797823716895	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0016_000000012643	2006	0.7850768724010323	2	2	2	2	2	False	123381	fragment	False	AST0016_000000012643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	92.066	64.0	0.00020051984619585852	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0022_000000002165	4311	0.7850595103349393	8	3	2	3	2	False	19303	fragment	False	MAD0022_000000002165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	92.193	37.0	0.027221493637684755	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0173_000000011481	1494	0.7850579619318853	1	1	1	1	1	False	55684	maximal	True	ENG0173_000000011481	1.0		27	8	False	False	0.9839357137680054	0					non-mobilizable	no_good_hit	1314.0	83.029	88.0	0.002304641252375783	NZ_UYXJ01000003.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
ENG0107_000000013805	2100	0.7850542075909009	3	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.27347564881917447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	74.932	17.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0130_000000007467	3734	0.7850539200750729	5	2	1	1	2	False	104909	fragment	False	ISR0856_000000000942	0.740939389316933		0	0	False	False	0.9994643926620483	0					non-mobilizable	plasmid	3732.0	99.25	99.0	0.3010084711577249	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0074_000000014145	2229	0.7850539200750729	3	2	1	1	2	False	104849	fragment	False	DEN0064_000000009405	0.5620713997392849		0	0	False	False	1.0	0					non-mobilizable	plasmid	2229.0	99.28200000000001	100.0	0.17974989915288422	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0311_000000009550	2186	0.7850539200750729	4	2	1	1	2	False	104849	fragment	False	DEN0064_000000009405	0.5398778282027165		0	0	False	False	1.0	0					non-mobilizable	plasmid	2186.0	97.896	100.0	0.1762807583703106	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0020_01_000000015959	2184	0.7850539200750729	4	2	1	1	2	False	104849	fragment	False	DEN0064_000000009405	0.5344610351075083		0	0	False	False	1.0	0					non-mobilizable	plasmid	2183.0	98.305	99.0	0.17603872529245665	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0058_000000023312	2130	0.7850539200750729	3	2	1	1	2	False	104849	fragment	False	DEN0064_000000009405	0.5296475389893632		0	0	False	False	0.9957746267318726	0					non-mobilizable	plasmid	2130.0	98.26299999999999	100.0	0.1717628075837031	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0064_000000008214	2189	0.7850515936254593	3	3	3	3	3	False	128317	fragment	False	CHI0064_000000008214	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2189.0	99.086	100.0	0.016730003134964023	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0113_000000006183	2513	0.7850476383382559	3	2	1	2	2	False	32591	maximal	True	ISR0113_000000006183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	84.507	3.0	0.0005241329018732054	NZ_PDYG01000123.1	firmicutes	Agathobacter ruminis strain JK623 contig000124, whole genome shotgun sequence	True	False
ISR0014_000000007825	4577	0.7850460342678137	3	3	2	2	2	True	132363	fragment	False	ISR0014_000000007825	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	4577.0	100.0	100.0	0.6319569120287253	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
SPA0062_000000018214	1774	0.7850429241798926	3	1	1	1	1	False	6161	fragment	False	SPA0062_000000018214	1.0		0	0	False	False	0.9921082258224487	0					non-mobilizable	no_good_hit	95.0	82.105	5.0	1.9944793668964894e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
CHI0162_000000029327	1144	0.7850375681817444	2	2	2	2	2	False	78504	fragment	False	CHI0162_000000029327	1.0		0	0	False	False	0.9877622127532959	0					non-mobilizable	chromosome	1144.0	95.01700000000001	100.0	0.00025006546989664617	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0376_000000007580	2984	0.7850332943073534	4	4	4	4	3	False	23346	maximal	True	ISR0376_000000007580	1.0		84	10	False	False	0.9983243942260742	0					non-mobilizable	no_good_hit	215.0	73.953	7.0	5.8302337332254034e-05	NZ_CP014150.1	firmicutes	Paeniclostridium sordellii strain AM370 chromosome, complete genome	True	False
USA0022_01_000000004120	1754	0.7850251092411527	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.034104159581407376		0	0	False	False	1.0	0					non-mobilizable	chromosome	1754.0	96.522	100.0	0.0004906308538796082	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
MON0013_000000004629	7838	0.7850182145526914	11	5	4	3	1	True	92995	maximal	True	MON0013_000000004629	1.0		1	1	False	False	0.9997448325157166	0					non-mobilizable	no_good_hit	182.0	76.374	2.0	6.504129208546133e-05	NZ_CP039729.1	firmicutes	Enterococcus faecium strain ZY2 chromosome, complete genome	True	True
MON0099_000000022223	1595	0.7850159761655243	3	2	1	1	2	False	9156	fragment	False	MON0099_000000022223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	78.403	69.0	0.00010628345529348066	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0109_000000000151	44816	0.7850123885963903	47	26	19	24	13	True	53399	maximal	False	MAD0094_000000000101	0.6361189399146441	PS221|PS222	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	925.0	72.865	2.0	0.0002637993740891354	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
ISR0008_000000007208	1778	0.7850100832328766	3	2	2	2	2	False	56571	maximal	False	ENG0158_000000011034	0.9578279673020157		0	0	False	False	0.9988751411437988	0					non-mobilizable	no_good_hit	113.0	78.76100000000001	6.0	0.0008060878118043795	NZ_QZWI01000014.1	enterobacteria	Rahnella bruchi strain DSM 27398 contig_0014, whole genome shotgun sequence	True	False
SPA0113_000000005479	6152	0.78500649925914	8	2	1	2	1	True	39313	maximal	True	SPA0113_000000005479	1.0		7	4	False	False	0.9998374581336975	0					non-mobilizable	no_good_hit								True	True
FIJ0165_000000000166	42007	0.7850043204623933	46	21	15	18	10	True	51112	maximal	True	FIJ0165_000000000166	0.9999756025584516		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	82.71600000000001	0.0	4.993080790891357e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	True
FIJ0170_000000000179	41704	0.7850043204623933	45	21	15	18	10	True	51112	maximal	False	FIJ0165_000000000166	0.9974728714147739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	82.71600000000001	0.0	4.993080790891357e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	True
FIJ0010_000000000247	40639	0.7850043204623933	45	21	15	18	10	True	51112	maximal	False	FIJ0165_000000000166	0.9805045233426143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	82.71600000000001	0.0	4.993080790891357e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	True
AST0116_000000014979	1804	0.7849950745389742	4	4	3	1	2	True	106195	maximal	True	AST0116_000000014979	1.0		1	1	False	False	0.9822616577148438	0					non-mobilizable	no_good_hit	876.0	99.88600000000001	49.0	0.00033029262794403974	NZ_CP010341.1	high GC Gram+	Propionibacterium freudenreichii subsp. freudenreichii strain 20271T chromosome, complete genome	True	True
MON0024_000000006186	6101	0.7849911731556115	11	4	3	4	4	False	18477	maximal	True	MON0024_000000006186	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.689327574776491e-05	NZ_FOJN01000004.1	high GC Gram+	Rhodococcus kroppenstedtii strain DSM 44908, whole genome shotgun sequence	True	False
CHI0146_000000000471	12010	0.7849879431070537	12	8	6	6	6	False	79721	maximal	True	CHI0146_000000000471	1.0		1	1	False	False	0.9995003938674927	0					non-mobilizable	no_good_hit	4348.0	98.068	55.0	0.0073537497018407215	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
MAD0039_000000013255	1150	0.7849863003931085	2	2	1	2	2	True	18444	fragment	False	MAD0039_000000013255	1.0		0	0	False	False	0.969565212726593	0					non-mobilizable	no_good_hit	64.0	84.375	6.0	4.749014579474759e-05	CP016775.1	high GC Gram+	Candidatus Planktophila versatilis isolate MMS-IA-105 chromosome, complete genome	True	True
FIJ0094_000000001017	14353	0.7849850975143289	27	9	6	8	5	True	112144	fragment	False	FIJ0094_000000001017	0.9484295563757922		0	0	False	False	0.9998606443405151	0					non-mobilizable	no_good_hit	4294.0	97.43799999999999	69.0	0.024721508634096327	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0082_000000018924	1705	0.7849834697348149	2	2	2	2	2	False	120894	maximal	True	ISR0082_000000018924	1.0		37	8	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	91.25299999999999	85.0	0.014888544150259768	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0057_000000013344	1868	0.7849800509618173	3	2	2	2	2	False	63535	fragment	False	ENG0057_000000013344	1.0		0	0	False	False	0.9962526559829712	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000011458	3157	0.7849788103049972	4	4	3	3	3	False	29562	maximal	True	ISR0182_000000011458	1.0		7	3	False	False	0.996515691280365	0					non-mobilizable	no_good_hit	1506.0	95.883	66.0	0.00045312667946661723	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0102_000000009673	3842	0.7849644707000474	4	4	4	4	4	False	120029	fragment	False	SPA0102_000000009673	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3842.0	99.714	100.0	0.004857524420410455	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0273_000000000871	7133	0.7849591596488864	10	4	1	4	3	False	26385	maximal	True	ISR0273_000000000871	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	4.3175050002104785e-06	CP053176.1	moths	Carposina sasakii isolate BJYQ chromosome 29	True	False
SPA0050_000000022411	1148	0.7849507374104315	1	1	1	1	1	False	6571	maximal	True	SPA0050_000000022411	1.0		1	1	False	False	0.9973867535591125	0					non-mobilizable	other	1041.0	91.45100000000001	100.0	0.0002965443309514649	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0044_000000012789	1926	0.7849503149830568	2	2	2	2	2	False	17963	maximal	True	MAD0044_000000012789	1.0		7	3	False	False	0.9984423518180847	0					non-mobilizable	no_good_hit	1046.0	86.616	75.0	0.001362715883575011	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ISR0814_000000024284	1691	0.784948895030721	3	3	2	3	2	False	21524	fragment	False	ISR0814_000000024284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	3.0	2.823258099283586e-05	NZ_CP029477.1	firmicutes	Lactobacillus kullabergensis strain ESL0186 chromosome, complete genome	True	False
ISR0148_000000002505	10957	0.7849440153543041	16	7	5	6	4	False	65404	maximal	True	ISR0148_000000002505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2245.0	99.065	20.0	0.07772505282117004	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	False
ENG0068_000000018038	1438	0.7849417812508009	1	1	1	1	1	False	62567	fragment	False	ENG0068_000000018038	0.9856291286072824		0	0	False	False	0.998609185218811	0					non-mobilizable	other	1438.0	100.0	100.0	0.0002783163661062959	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0004_000000001158	6664	0.7849329623168158	9	9	2	7	9	True	106002	backbone	False	ISR0144_000000000662	0.9360867157324042	PS645	0	0	False	True	1.0	0					non-mobilizable	plasmid	6664.0	100.0	100.0	0.061319148544556	CP053788.1	enterobacteria	Escherichia coli isolate J31 plasmid pJ31, complete sequence	False	True
ISR0329_000000007078	2123	0.7849314014918094	3	2	1	2	1	False	47023	fragment	False	ISR0329_000000007078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	87.2	8.0	3.484963525000614e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
FIJ0157_000000015410	1251	0.7849257001655153	2	1	1	1	1	False	39447	fragment	False	FIJ0157_000000015410	1.0		0	0	False	False	0.9992006421089172	0					non-mobilizable	other	1251.0	98.48100000000001	100.0	0.009621527590692519	NZ_CYYU01000004.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
CHI0013_000000008267	1175	0.7849210557541109	2	2	2	1	1	False	101636	fragment	False	CHI0013_000000008267	0.9853700516351118		0	0	False	False	0.9940425753593445	0					non-mobilizable	no_good_hit	583.0	82.84700000000001	50.0	0.00018060822419879133	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0061_000000020868	2152	0.7849166738953703	2	2	2	2	2	False	14209	maximal	True	MON0061_000000020868	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	90.59299999999999	36.0	0.4512338425381904	HG796474.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01385	True	False
FIJ0009_000000016094	2423	0.7849161227436143	3	1	1	1	1	False	51269	maximal	True	FIJ0009_000000016094	1.0		2	1	False	False	0.9975237250328064	0					non-mobilizable	no_good_hit								True	False
CHI0063_000000012171	1176	0.7848986192567711	2	2	2	1	1	False	85369	fragment	False	CHI0063_000000012171	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1176.0	100.0	100.0	0.0002160486052361724	CP026023.1	enterobacteria	Klebsiella pneumoniae strain 11420 chromosome, complete genome	False	False
SPA0096_000000003389	9099	0.7848978364209837	14	9	6	6	9	False	21535	fragment	False	SPA0096_000000003389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1399.0	71.551	15.0	0.011552583157594038	NZ_QOHO01000031.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_31, whole genome shotgun sequence	True	False
ISR0121_000000001459	13571	0.7848896570148518	9	7	4	7	1	True	35215	fragment	False	ISR0121_000000001459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	0.0	9.063754448792809e-05	NZ_RAQJ01000002.1	CFB group bacteria	Ichthyenterobacterium magnum strain DSM 26283 Ga0170461_102, whole genome shotgun sequence	True	True
DEN0010_000000004963	7731	0.7848877091987736	10	9	5	5	8	True	80279	fragment	False	ENG0031_000000002550	0.974872876370794		0	0	False	False	1.0	0					non-mobilizable	chromosome	7744.0	96.694	99.0	0.0017511898588459523	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
SPA0068_000000002303	5988	0.7848856736857314	9	7	6	5	6	False	122630	maximal	True	SPA0068_000000002303	1.0		47	4	False	False	0.9993320107460022	0					non-mobilizable	chromosome	3077.0	97.01	99.0	0.0009682870239767662	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0058_000000006226	4724	0.7848811695414408	5	3	1	2	2	False	63478	maximal	True	ENG0058_000000006226	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0113_000000017948	2104	0.784874343318405	3	3	3	3	3	False	106596	fragment	False	AST0113_000000017948	0.9882410583047525		0	0	False	False	0.9990494251251221	0					non-mobilizable	no_good_hit	744.0	74.328	35.0	0.0002060897997852975	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0135_000000005859	3181	0.7848718450770413	3	3	3	3	2	False	42830	fragment	False	ISR0135_000000005859	1.0		0	0	False	False	0.9984281659126282	0					non-mobilizable	no_good_hit	132.0	79.545	4.0	6.0837042833021974e-05	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	False
CHI0106_000000009362	2122	0.7848660417919067	3	2	2	2	1	True	83151	fragment	False	CHI0106_000000009362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0005_000000035017	1556	0.784859207238307	3	3	3	2	2	True	55512	fragment	False	ENG0177_000000016693	0.9867819035631554		0	0	False	False	0.9897172451019287	0					non-mobilizable	other	1556.0	100.0	100.0	0.0007477669179259687	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
MON0076_000000030899	1556	0.784859207238307	3	3	3	2	2	True	55512	fragment	False	ENG0177_000000016693	0.9867819035631554		0	0	False	False	0.9910025596618652	0					non-mobilizable	other	1556.0	99.743	100.0	0.0007477669179259687	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
ISR0104_000000011200	2229	0.7848577740038536	3	3	3	3	2	False	93625	maximal	True	ISR0104_000000011200	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	80.263	20.0	0.00019186451532319298	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0023_000000015860	1947	0.7848577740038536	3	3	3	3	2	False	93624	fragment	False	ISR0112_000000012858	0.192361236573641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	79.82300000000001	29.0	0.00023907949672263644	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
USA0045_01_000000009227	1561	0.7848577740038536	3	3	3	3	2	False	53075	fragment	False	ISR0025_000000024234	0.9295817296455727		0	0	False	False	0.9967969059944153	0					non-mobilizable	no_good_hit	177.0	79.661	11.0	7.425628892821562e-05	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0051_000000016687	2330	0.7848507509834142	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8732041074427996	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2309.0	93.89299999999999	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0096_000000012784	1843	0.7848484673208556	2	2	1	2	2	False	33346	fragment	False	ISR0096_000000012784	1.0		0	0	False	False	0.9799240231513977	0					non-mobilizable	other	1843.0	99.78299999999999	100.0	0.008890304644966988	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0140_000000002629	11354	0.7848364250334421	13	7	4	7	3	True	111929	maximal	True	CHI0140_000000002629	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	81.124	8.0	0.0007901933691769102	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
AUS0002_000000006262	5027	0.7848269435857691	6	6	5	6	5	False	105074	fragment	False	AUS0002_000000006262	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5027.0	99.682	100.0	0.005391442774115068	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
CAN0008_000000012075	2405	0.7848257349290341	3	2	2	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.1441241405380002		0	0	False	False	0.996673583984375	0					non-mobilizable	other	2405.0	99.459	100.0	0.04597261531400597	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0083_000000004706	5662	0.7848154821714604	6	6	5	6	5	False	12658	maximal	True	MON0083_000000004706	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2810.0	73.737	49.0	0.005173700637807029	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0030_000000024826	1218	0.7848147150958752	2	2	2	2	2	False	75509	fragment	False	SPA0030_000000024826	0.9712096572444953		0	0	False	False	0.9950739145278931	0					non-mobilizable	no_good_hit	349.0	71.347	28.0	0.0025025502528236254	NZ_QPKS01000009.1	firmicutes	Exiguobacterium flavidum strain HF60 HF60_scaffold9, whole genome shotgun sequence	True	False
CAN0008_000000009046	3186	0.7848094040323136	5	4	4	4	3	True	95037	maximal	True	CAN0008_000000009046	0.9996568291008923		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	2.0	0.0015876000083557896	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	True
MON0066_000000018345	1866	0.7848069643804481	2	2	2	2	2	False	10639	maximal	True	MON0066_000000018345	1.0		6	3	False	False	0.9941050410270691	0					non-mobilizable	chromosome	1845.0	99.837	99.0	0.0006171591668217374	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
MON0008_000000025666	1439	0.7848046503321499	2	2	2	2	2	False	31821	maximal	True	MON0008_000000025666	1.0		34	8	False	False	0.9993050694465637	0					non-mobilizable	other	1414.0	97.383	98.0	0.02451337566357864	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0815_000000018474	1681	0.7848044715720395	2	2	1	1	0	True	114422	fragment	False	ISR0815_000000018474	1.0		0	0	False	False	0.9672814011573792	0					non-mobilizable	no_good_hit	175.0	94.85700000000001	10.0	6.73954150976575e-05	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	True
ISR0370_000000009537	2750	0.7848015805185193	5	3	3	2	3	False	122591	fragment	False	ISR0370_000000009537	1.0		0	0	False	False	0.9974545240402222	0					non-mobilizable	chromosome	2381.0	98.95	100.0	0.0007501702855028332	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0061_000000022692	1272	0.7847941192603083	2	2	2	2	1	False	45767	fragment	False	FIJ0061_000000022692	0.990559722854249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	87.859	37.0	8.322820881424077e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0074_000000007275	3021	0.7847921985963133	3	2	2	2	2	False	62175	fragment	False	ENG0074_000000007275	1.0		0	0	False	False	0.9990069270133972	0					non-mobilizable	no_good_hit								True	False
CHI0115_000000005242	1523	0.7847908400385202	3	3	2	3	3	False	97973	fragment	False	USA0046_01_000000005616	0.5144865674886748		0	0	False	False	1.0	0					non-mobilizable	plasmid	1523.0	100.0	100.0	0.016086584296026975	AP023236.1	enterobacteria	Escherichia coli YJ6 plasmid pYJ6-NDM5 DNA, complete genome	False	True
AST0039_000000009227	1791	0.784789852449283	3	3	3	3	2	False	116583	maximal	True	AST0039_000000009227	1.0		43	9	False	False	0.9972082376480103	0					non-mobilizable	chromosome	1791.0	100.0	100.0	0.0005043402848705522	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0065_000000021763	1201	0.7847806796396481	2	2	2	2	2	False	66670	fragment	False	SPA0046_000000023620	0.7751455273673592		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	100.0	100.0	0.015159362801450246	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
ENG0192_000000007017	2857	0.7847709552294087	5	4	4	4	3	False	76223	fragment	False	ENG0192_000000007017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	74.419	6.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
SPA0052_000000012717	2200	0.7847662292072164	4	2	1	1	0	True	119802	fragment	False	SPA0052_000000012717	1.0		0	0	False	False	0.9968181848526001	0					non-mobilizable	no_good_hit	684.0	98.684	31.0	0.006902127229548785	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0087_000000008878	1644	0.7847646731361413	3	3	3	3	2	False	127726	fragment	False	SPA0087_000000008878	0.9960526315789473		0	0	False	False	0.9969586133956909	0					non-mobilizable	other	1644.0	99.148	100.0	0.016222514045359848	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
CHI0137_000000006130	2463	0.7847615322820676	3	3	3	3	2	False	117169	fragment	False	CHI0137_000000006130	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2483.0	85.139	99.0	0.003748084753108652	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0247_000000000936	10271	0.784761520563421	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.9598541049743371		0	0	True	True	0.9999026656150818	61					non-mobilizable	other	9762.0	99.12899999999999	96.0	0.9975465140053159	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0110_000000002612	9880	0.784761520563421	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.9675470736978904		0	0	False	True	1.0	0					non-mobilizable	other	5106.0	97.16	99.0	0.5193212022081374	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0134_000000003115	9797	0.784761520563421	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.9520215839433351		0	0	False	True	1.0	0					non-mobilizable	other	9747.0	99.13799999999999	99.0	0.9960130852586383	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0004_000000002555	9703	0.784761520563421	11	7	3	7	4	False	121610	maximal	False	ISR0011_000000002282	0.9542747829596983		0	0	False	True	0.9992785453796387	0					non-mobilizable	other	5085.0	97.345	99.0	0.5174810877121243	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ENG0064_000000015540	1429	0.7847605987338839	3	3	2	3	3	False	78272	fragment	False	ENG0064_000000015540	0.9958365860005204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	82.85700000000001	15.0	7.698141083979688e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
FIJ0154_000000002903	9660	0.7847473779224808	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.7668919295087646		0	0	False	False	1.0	0					non-mobilizable	plasmid	8054.0	97.79	99.0	0.06979688827988136	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0380_000000010289	1224	0.7847366614903142	2	2	2	2	0	True	23178	maximal	True	ISR0380_000000010289	1.0		0	0	False	False	0.9861111044883728	0					non-mobilizable	no_good_hit	67.0	85.075	5.0	0.00020086554790643316	NZ_VLLF01000006.1	a-proteobacteria	Roseibium hamelinense strain ATCC BAA-252 JM93DRAFT_scaffold00006.6, whole genome shotgun sequence	True	True
ISR0090_000000007255	3492	0.7847360285856536	5	3	2	2	1	False	65364	maximal	True	ISR0090_000000007255	1.0		12	3	False	False	0.9994272589683533	0					non-mobilizable	no_good_hit	63.0	90.476	2.0	0.0011992564609941837	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0328_000000014396	1995	0.7847354362352336	3	3	1	3	1	False	78118	maximal	True	ISR0328_000000014396	1.0		4	1	False	False	0.9739348292350769	0					non-mobilizable	no_good_hit	1390.0	98.48899999999999	70.0	0.0005949762416434537	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0393_000000002644	6057	0.7847344653340926	6	4	4	4	3	False	106934	maximal	True	ISR0393_000000002644	1.0		9	3	False	False	0.9996697902679443	0					non-mobilizable	no_good_hit	2805.0	91.586	46.0	0.03163566243194192	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0126_000000010373	3719	0.7847243950035172	6	6	5	5	4	False	98929	maximal	True	SPA0126_000000010373	1.0		2	1	False	False	0.9989244341850281	0					non-mobilizable	other	2171.0	89.175	99.0	0.00034781574922564806	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0375_000000007603	2763	0.784723516204189	4	4	4	3	2	False	92512	fragment	False	ISR0207_000000010660	0.9957706667946781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	93.822	44.0	0.8978534418948927	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
MON0022_000000011448	2509	0.7847232013628812	4	2	2	2	2	False	88197	fragment	False	MON0022_000000011448	1.0		0	0	False	False	0.9338381886482239	0					non-mobilizable	chromosome	2284.0	99.124	91.0	0.0006617995556115993	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0094_000000016148	2249	0.7847232013628812	3	2	2	2	2	False	88194	fragment	False	ISR0373_000000007354	0.48454755079412076		0	0	False	False	0.9955535531044006	0					non-mobilizable	chromosome	2235.0	99.28399999999999	99.0	0.0006475953601560722	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0005_000000024141	2227	0.7847232013628812	3	2	2	2	2	False	88194	fragment	False	ISR0373_000000007354	0.48458384773641583		0	0	False	False	0.9937134981155396	0					non-mobilizable	chromosome	2226.0	99.146	99.0	0.0006449864262968938	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0093_000000004497	5898	0.7847184461802281	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.803401803543092		0	0	False	False	0.999830424785614	0					non-mobilizable	other	5899.0	97.271	100.0	0.0017254112786609496	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0063_000000008306	1633	0.7847140446394252	2	2	2	2	1	True	16708	maximal	True	MAD0063_000000008306	1.0		1	1	False	False	0.9981628656387329	0					non-mobilizable	no_good_hit	56.0	89.286	3.0	1.782449997326325e-05	LT992490.1	g-proteobacteria	Vibrio cholerae strain 4295STDY6534200 genome assembly, chromosome: 1	True	True
AST0061_000000033182	1269	0.7847125096660293	1	1	1	1	1	False	111840	fragment	False	AST0061_000000033189	0.9339553736386053		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	93.14399999999999	100.0	0.03307682274683709	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	False	False
AST0061_000000033189	1269	0.7847125096660293	1	1	1	1	1	False	111840	fragment	False	AST0061_000000033189	0.9435490099327082		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	97.478	100.0	0.03307682274683709	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	False	False
USA0073_01_000000006329	2664	0.7847069031352701	4	3	3	2	1	True	100278	fragment	False	USA0073_01_000000006329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1790.0	80.615	67.0	0.010187898638165833	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
CHI0117_000000001951	8025	0.7847059699860036	11	6	3	6	1	True	94267	fragment	False	CHI0117_000000001951	0.9696008458895057		0	0	False	False	0.9998753666877747	0					non-mobilizable	other	7949.0	100.0	100.0	0.002128412241423219	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0029_000000005379	2175	0.7847016163200468	3	3	3	3	3	False	88601	maximal	True	CHI0029_000000005379	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	75.475	52.0	0.00020508943144912834	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0038_000000018345	1419	0.7846975612824859	1	1	1	1	1	False	84202	fragment	False	SPA0038_000000018345	0.9657704796612017		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	98.354	100.0	0.0003537886487717369	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0085_000000020196	1393	0.7846975612824859	1	1	1	1	1	False	84202	fragment	False	SPA0038_000000018345	0.958701795475348		0	0	False	False	0.9913855195045471	0					non-mobilizable	other	1275.0	98.431	99.0	0.0003535109496753698	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0083_000000007783	1388	0.7846975612824859	1	1	1	1	1	False	84202	fragment	False	SPA0038_000000018345	0.9599369988044628		0	0	False	False	0.9992795586585999	0					non-mobilizable	other	1327.0	99.02	96.0	0.00036795130268646106	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0180_000000009917	1315	0.7846975612824859	1	1	1	1	1	False	84202	fragment	False	SPA0038_000000018345	0.817959266894043		0	0	False	False	0.9954372644424438	0					non-mobilizable	other	1212.0	99.587	98.0	0.00033629360570060706	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0102_000000026236	1251	0.7846975612824859	1	1	1	1	1	False	84202	fragment	False	SPA0038_000000018345	0.5460826160200475		0	0	False	False	0.9984012842178345	0					non-mobilizable	other	1235.0	99.19	99.0	0.0003426806849170513	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0128_000000007276	1102	0.7846975612824859	1	1	1	1	1	False	84202	fragment	False	SPA0038_000000018345	0.27397916417195545		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	99.18299999999999	100.0	0.0003057467051002216	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0224_000000001060	15898	0.784696638380957	28	11	6	10	2	True	73004	fragment	False	ISR0224_000000001060	1.0		0	0	False	False	0.9986161589622498	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	0.0	0.0013817224033334052	NZ_MSSW01000061.1	CFB group bacteria	Algoriphagus antarcticus strain DSM 15986 contig61, whole genome shotgun sequence	True	True
ISR0153_000000004750	5404	0.7846939084209702	10	10	8	9	9	False	97796	maximal	True	ISR0153_000000004750	1.0		1	1	False	False	0.9879719018936157	0					non-mobilizable	no_good_hit	4782.0	99.916	88.0	0.0008908844501811863	CP027340.1	enterobacteria	Escherichia coli strain 2015C-3121 chromosome, complete genome	True	False
FIJ0123_000000019101	1736	0.7846934724483215	2	1	1	1	1	False	41322	maximal	True	FIJ0123_000000019101	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000003147	8320	0.7846911782342801	9	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9327081903131605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.234	29.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0111_000000002999	8256	0.7846911782342801	9	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9273088744627019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.234	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0021_000000017881	2003	0.7846875590368326	4	2	1	2	2	True	113499	fragment	False	FIJ0108_000000009955	0.8299199077738922		0	0	False	True	1.0	0					non-mobilizable	other	2001.0	90.405	99.0	0.000599451972636568	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0002_000000017718	2047	0.7846830819609207	3	3	3	3	3	False	96516	maximal	True	FIJ0002_000000017718	1.0		20	6	False	False	0.9941377639770508	0					non-mobilizable	other	2072.0	77.51	99.0	0.0007346419966750808	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
FIJ0011_000000002843	13327	0.7846792801185111	14	10	8	8	4	True	75077	fragment	False	FIJ0011_000000002843	1.0		0	0	False	False	0.99782395362854	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.0839052096193063e-05	CP020296.1	budding yeasts	Saccharomyces paradoxus strain UFRJ50816 chromosome IV, complete sequence	True	True
SPA0096_000000011783	3171	0.7846786505033007	5	4	3	2	3	False	127776	fragment	False	SPA0096_000000011783	1.0		0	0	False	False	0.9993692636489868	0					non-mobilizable	no_good_hit	1369.0	99.927	72.0	0.026160789413294576	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0121_000000002383	6338	0.7846717672229745	12	2	0	2	1	True	127965	maximal	True	SPA0121_000000002383	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0151_000000009039	2149	0.7846575153638489	2	2	1	2	1	True	102030	fragment	False	ISR0151_000000009039	0.9686500082061382		0	0	False	False	0.9948813319206238	0					non-mobilizable	no_good_hit								True	True
ENG0056_000000005489	2000	0.7846575153638489	2	2	1	2	1	True	102030	fragment	False	ISR0151_000000009039	0.9360309189263333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0052_000000006257	3717	0.7846547050848823	5	3	1	2	2	True	67466	fragment	False	MAD0032_000000003825	0.9465267954889106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.975	32.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0009_000000008727	3687	0.7846547050848823	5	3	1	2	2	True	67466	fragment	False	MAD0032_000000003825	0.9342848858695936		0	0	False	False	0.9994575381278992	0					non-mobilizable	no_good_hit	1185.0	97.975	32.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0110_000000007883	2551	0.784653926983406	4	4	4	4	4	False	4621	maximal	True	SPA0110_000000007883	1.0		4	3	False	False	0.9960799813270569	0					non-mobilizable	no_good_hit	1568.0	80.804	82.0	0.02060630077273628	NZ_SLUM01000022.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_122, whole genome shotgun sequence	True	False
ISR0088_000000020978	1203	0.7846516321604458	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.1635289298526536		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	76.5	100.0	0.000333370374486054	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0150_000000017761	1195	0.7846516321604458	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.16402893530333693		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	76.85300000000001	100.0	0.003557385125475653	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0155_000000006356	3768	0.7846488793292192	4	4	4	4	3	False	30604	fragment	False	ISR0155_000000006356	1.0		0	0	False	False	0.9949575662612915	0					non-mobilizable	no_good_hit	2019.0	98.91	56.0	0.00037857015291382706	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
USA0016_01_000000008171	1865	0.7846459355740087	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.7377085212378707		0	0	False	False	0.9967828392982483	0					non-mobilizable	no_good_hit	399.0	83.208	21.0	0.00013571892473597356	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0033_000000033280	1844	0.7846459355740087	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.7240371745221583		0	0	False	False	0.9934924244880676	0					non-mobilizable	no_good_hit	426.0	83.09899999999999	23.0	0.00014497248778615359	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0168_000000017510	1762	0.7846459355740087	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.6652001081657588		0	0	False	False	0.9909194111824036	0					non-mobilizable	no_good_hit	454.0	83.921	25.0	0.00015456877539374766	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0106_000000009164	4234	0.7846420015926326	6	5	4	3	2	False	4750	maximal	True	SPA0106_000000009164	1.0		13	6	False	False	0.9966934323310852	0					non-mobilizable	no_good_hit	2260.0	100.0	53.0	0.03227096755760632	NZ_WNAJ01000022.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold22_size70001, whole genome shotgun sequence	True	False
AST0084_000000005459	5428	0.7846411526055005	4	4	3	4	3	False	127851	fragment	False	AST0084_000000005459	0.9762672533944629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.65799999999999	22.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0039_000000005762	5306	0.7846411526055005	4	4	3	4	3	False	127851	fragment	False	AST0084_000000005459	0.9682112286145399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.551	22.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0106_000000004388	4962	0.7846411526055005	4	4	3	4	3	False	127851	fragment	False	AST0084_000000005459	0.9074377663820081		0	0	False	False	0.9979847073554993	0					non-mobilizable	no_good_hit	935.0	91.551	24.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0114_000000008763	4839	0.7846411526055005	4	4	3	4	3	False	127851	fragment	False	AST0084_000000005459	0.6671612405155939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.65799999999999	24.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0031_01_000000006403	4769	0.7846411526055005	5	4	3	4	3	False	127851	fragment	False	AST0084_000000005459	0.6243274797537787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.65799999999999	25.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0003_000000005323	4647	0.7846411526055005	4	4	3	4	3	False	127851	fragment	False	AST0084_000000005459	0.6211426461259767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.551	26.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0177_000000023401	1360	0.7846381108809013	3	3	3	3	2	False	29738	fragment	False	ISR0177_000000023401	1.0		0	0	False	False	0.9963235259056091	0					non-mobilizable	other	1360.0	94.118	100.0	0.0037194663017447826	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0376_000000001748	8408	0.7846316958389178	10	4	3	4	3	False	117690	maximal	True	ISR0376_000000001748	1.0		30	4	False	False	0.999286413192749	0					non-mobilizable	no_good_hit	1765.0	91.785	29.0	0.0054274545701950795	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0803_000000002249	5263	0.7846304054493153	7	6	2	2	5	False	92084	fragment	False	ENG0167_000000004177	0.9433898759334581		0	0	False	False	1.0	0					non-mobilizable	chromosome	4564.0	88.365	99.0	0.001016920564992655	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
MON0094_000000000947	15105	0.7846303206219706	12	7	6	5	4	True	13371	maximal	True	MON0094_000000000947	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	76.953	7.0	0.00042962901895424643	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	True
SPA0136_000000005069	7036	0.7846253861109027	7	4	3	4	4	False	127869	fragment	False	ISR0025_000000005110	0.9467495811609772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	93.04799999999999	17.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0025_000000013838	1531	0.7846042518808601	3	1	1	1	1	True	113498	fragment	False	ENG0004_000000017281	0.2906256061572358		0	0	False	True	1.0	0					non-mobilizable	chromosome	1448.0	91.16	100.0	0.0004860419456891883	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0099_000000004191	1280	0.7846042518808601	3	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.07274469166712388	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1283.0	88.075	100.0	0.0004458104967283993	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
SPA0130_000000027216	1244	0.7846042518808601	3	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.07138498941899059	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1246.0	88.12200000000001	100.0	0.0004329137114438404	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
SPA0155_000000007765	2429	0.7846042191963283	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.6281130970869082		0	0	False	False	0.9995883107185364	0					non-mobilizable	chromosome	2427.0	97.445	99.0	0.0010698261344881392	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0112_000000015705	2195	0.7846042191963283	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5044776748696529		0	0	False	False	1.0	0					non-mobilizable	other	2195.0	98.314	100.0	0.015617325693134499	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ISR0776_000000015389	1547	0.7846038214880006	2	2	1	1	2	False	85406	fragment	False	ISR0776_000000015389	1.0		0	0	False	False	0.9922430515289307	0					non-mobilizable	chromosome	1528.0	95.353	99.0	0.0004519506289843698	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
DEN0079_000000050960	1235	0.784598183873702	2	1	1	1	1	False	69431	maximal	True	DEN0079_000000050960	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000017894	1987	0.7845951381275958	2	2	2	2	2	False	131871	maximal	False	ISR0170_000000022890	0.9902313618490841		0	0	False	False	1.0	0					non-mobilizable	other	1987.0	100.0	100.0	0.011510974839304241	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ISR0359_000000017011	1618	0.7845947292143831	2	1	1	1	1	False	23816	fragment	False	ISR0359_000000017011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	73.633	74.0	0.00024754548338825407	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	False
AST0031_000000014214	1908	0.7845942673305775	3	3	3	2	1	False	120679	fragment	False	AST0031_000000014214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	309.0	81.23	16.0	0.0014951480978393644	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0061_000000000946	5156	0.784587913706701	5	5	4	5	3	False	127864	fragment	False	CHI0061_000000000946	0.9576025775450052		0	0	False	False	0.9998060464859009	0					non-mobilizable	no_good_hit	935.0	91.444	23.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0053_000000013817	2432	0.7845865784499596	4	4	4	4	4	False	60434	fragment	False	SPA0053_000000013817	1.0		0	0	False	False	0.9987664222717285	0					non-mobilizable	chromosome	1777.0	80.867	94.0	0.0004727225172420446	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0305_000000013673	1378	0.7845863872967941	2	2	2	2	1	False	77251	fragment	False	ISR0246_000000012330	0.7709360257817687		0	0	False	False	0.9963715672492981	0					non-mobilizable	chromosome	1378.0	98.40299999999999	100.0	0.0004859050484370054	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0149_000000002908	6989	0.7845827357011408	8	6	6	5	5	False	52503	maximal	True	FIJ0149_000000002908	0.9999282124910265		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	4554.0	83.37700000000001	79.0	0.00305306357976255	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ENG0057_000000016952	1535	0.784575077621217	4	2	1	2	1	False	107131	maximal	True	ENG0057_000000016952	0.9960516870064609		33	9	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	79.705	35.0	0.005221626887481734	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
FIJ0033_000000017123	2116	0.7845699847875641	3	3	2	3	2	False	80986	fragment	False	FIJ0033_000000017123	1.0		0	0	False	False	0.9995273947715759	0					non-mobilizable	chromosome	2102.0	99.715	99.0	0.0003817171129177722	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
CAN0012_000000003455	15411	0.7845561670163059	18	11	5	10	4	True	132288	fragment	False	CHI0140_000000001647	0.6904729084182804		0	0	False	False	0.9996106624603271	0					non-mobilizable	other	14387.0	92.118	99.0	0.634140939894583	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
CAN0012_000000027372	1701	0.7845524060676142	2	2	2	2	2	True	94183	maximal	True	CAN0012_000000027372	1.0		2	1	False	False	0.9988242387771606	0					non-mobilizable	chromosome	1699.0	96.99799999999999	99.0	0.0005795472265872003	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	True
ENG0052_000000006779	4131	0.7845508517329076	5	4	3	4	2	True	73244	fragment	False	ENG0052_000000006779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	75.0	3.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
FIJ0012_000000020475	1239	0.7845498777431854	2	2	2	2	2	False	98774	fragment	False	FIJ0012_000000020475	0.9805309538586096		0	0	False	False	0.9887005686759949	0					non-mobilizable	other	1131.0	89.83200000000001	91.0	0.018586258032624814	NZ_CABIWU010000007.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0182_000000007944	3333	0.7845493579511917	4	3	3	3	3	True	127922	maximal	True	CHI0182_000000007944	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	88.656	74.0	0.00027596349092035607	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ENG0020_000000008040	2463	0.7845427275666259	2	2	2	2	2	True	66490	maximal	True	ENG0020_000000008040	1.0		4	4	False	False	0.99959397315979	0					non-mobilizable	chromosome	2470.0	95.911	100.0	0.0007145579958749857	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0320_000000007976	2838	0.7845404635932053	4	3	2	1	3	False	92080	fragment	False	SPA0127_000000009672	0.932771721176082		0	0	False	False	1.0	0					non-mobilizable	other	2839.0	91.194	100.0	0.005974752667149815	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
ENG0124_000000006045	4996	0.7845349378012265	7	3	3	3	3	False	58949	fragment	False	ENG0124_000000006045	1.0		0	0	False	False	0.9997998476028442	0					non-mobilizable	no_good_hit	505.0	71.683	10.0	0.0002485181146647209	NZ_LR130785.1	firmicutes	Senegalia massiliensis strain SIT17, whole genome shotgun sequence	True	False
AUS0024_000000013548	2418	0.7845326726246868	3	2	2	2	1	False	98913	fragment	False	AUS0024_000000013548	1.0		0	0	False	False	0.9838709831237793	0					non-mobilizable	no_good_hit	61.0	90.164	2.0	3.501298744458008e-05	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
ISR0234_000000001026	8921	0.7845305651037673	10	7	4	6	5	True	115670	fragment	False	ISR0234_000000001026	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7270.0	97.37299999999999	100.0	0.04233865092178657	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
DEN0073_000000009449	4804	0.7845242102175991	5	3	3	3	2	True	120253	maximal	True	DEN0073_000000009449	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	74.214	3.0	0.00046997040702469314	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
DEN0051_000000011461	3716	0.7845239557303401	4	3	2	3	1	True	72599	maximal	True	DEN0051_000000011461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	2.0	0.00010095477039333101	NZ_LN868535.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	True
FIJ0110_000000004687	3690	0.7845199628783245	2	2	0	2	0	True	90880	fragment	False	FIJ0110_000000004687	1.0		0	0	False	False	0.996476948261261	0					non-mobilizable	plasmid	3689.0	98.40100000000001	99.0	0.03127970935759881	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
FIJ0172_000000025362	1147	0.7845184867988796	2	2	2	2	2	False	38713	fragment	False	FIJ0172_000000025362	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	98.779	100.0	0.020658698826456115	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	False	False
FIJ0038_000000025551	1397	0.7845145717656388	3	2	2	1	1	False	47621	maximal	True	FIJ0038_000000025551	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	0.0005152629233511586	NZ_ANNK01000169.1	firmicutes	Alkalihalobacillus ligniniphilus strain L1 contig171, whole genome shotgun sequence	True	False
CHI0015_000000002011	4213	0.7845086698519984	5	4	4	4	3	True	89877	fragment	False	CHI0015_000000002011	1.0		0	0	False	False	0.997389018535614	0					non-mobilizable	no_good_hit	988.0	78.947	23.0	0.0035287907383705374	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ENG0017_000000007961	2695	0.7844934058503129	4	4	3	4	2	True	124665	fragment	False	ENG0017_000000007961	1.0		0	0	False	False	0.9910946488380432	0					non-mobilizable	other	1567.0	86.21600000000001	99.0	0.00046757856027352594	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0088_000000017779	1400	0.7844764278624053	2	1	1	1	1	False	33779	maximal	False	ISR0830_000000020560	0.9691072943816514		0	0	False	False	0.9992856979370117	0					non-mobilizable	no_good_hit	1262.0	74.32600000000001	89.0	0.019397940737247505	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0027_000000028592	1317	0.7844764278624053	1	1	1	1	1	False	104356	fragment	False	DEN0045_000000030938	0.9462733641593754		0	0	False	False	0.9703872203826904	0					non-mobilizable	chromosome	1304.0	88.65	99.0	0.000370057485486408	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0085_000000010433	1277	0.7844764278624053	1	1	1	1	1	False	5530	fragment	False	SPA0085_000000010433	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	99.765	100.0	0.02792672517563634	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ISR0264_000000004417	2353	0.7844756039831005	2	2	2	2	0	True	107780	fragment	False	ISR0264_000000004417	1.0		0	0	False	False	0.9864003658294678	0					non-mobilizable	other	1845.0	95.772	90.0	0.0292475574165715	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
SPA0139_000000019806	1428	0.7844756039831005	2	2	2	2	0	True	3507	fragment	False	SPA0139_000000019806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	94.557	86.0	0.014845831747240197	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MAD0001_000000005580	4562	0.7844674893475432	4	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.7325348624228624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.80799999999999	63.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0798_000000001520	8476	0.7844637475889733	8	7	7	7	3	False	21923	fragment	False	ISR0798_000000001520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	75.27	30.0	0.0013575489360243683	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0847_000000012573	2212	0.784460538372716	3	2	2	1	2	False	127780	fragment	False	FIJ0043_000000007004	0.09536382536382537		0	0	False	False	1.0	0					non-mobilizable	other	2210.0	98.914	99.0	0.04224355541956705	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0101_000000006452	1923	0.784460538372716	3	2	2	1	2	False	127769	fragment	False	CHI0101_000000006452	1.0		0	0	False	False	0.9911596179008484	0					non-mobilizable	other	1923.0	98.804	100.0	0.03675514419031592	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0017_000000005997	4612	0.7844575558798669	6	6	6	5	5	False	87600	maximal	False	SPA0145_000000006693	0.9446966570367313		0	0	False	False	0.9898092150688171	0					non-mobilizable	no_good_hit	1127.0	75.865	44.0	0.0003761573975752629	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0149_000000012604	2146	0.7844327793978321	4	3	3	2	1	False	131769	fragment	False	AST0149_000000012604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1211.0	90.999	56.0	0.026145914565462267	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	True	False
CHI0114_000000001756	3782	0.7844266330175349	3	3	2	3	3	False	102121	fragment	False	CHI0114_000000001756	0.999867514573397		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	3782.0	99.97399999999999	100.0	0.017746674551991515	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
AUS0008_000000005709	3774	0.7844266330175349	3	3	2	3	3	False	102121	fragment	False	CHI0114_000000001756	0.9988101533580116		0	0	False	False	0.9981452226638794	0	Inc18				non-mobilizable	plasmid	3774.0	99.947	100.0	0.017709125386052363	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
ISR0359_000000009615	2652	0.784426161945457	4	4	4	3	3	False	23824	maximal	True	ISR0359_000000009615	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	71.937	9.0	4.6504878249668446e-05	NZ_CP013023.1	firmicutes	Paenibacillus bovis strain BD3526 chromosome, complete genome	True	False
ISR0334_000000010003	2082	0.7844235511299246	3	3	3	3	2	False	116051	fragment	False	ISR0334_000000010003	1.0		0	0	False	False	0.9966378211975098	0					non-mobilizable	other	2103.0	79.315	99.0	0.0007163792976327934	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
USA0015_01_000000023329	1432	0.7844202200786384	2	2	2	2	2	False	43924	fragment	False	FIJ0085_000000020431	0.9255042290175666		0	0	False	False	0.9902234673500061	0					non-mobilizable	chromosome	1365.0	83.59	95.0	0.0003031147376076814	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0086_000000000881	18977	0.7844157666802049	16	11	2	10	4	True	14261	fragment	False	MON0086_000000000881	1.0		0	0	False	False	0.9998946189880371	0					non-mobilizable	no_good_hit	117.0	100.0	1.0	0.0002828419766752901	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0008_000000014310	2127	0.7844089318377799	3	3	3	2	2	False	60848	fragment	False	FIJ0015_000000013044	0.9636230547984027		0	0	False	False	0.994358241558075	0					non-mobilizable	other	2127.0	99.53	100.0	0.012357734919029516	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0283_000000004647	2924	0.7844079084368033	4	4	4	3	2	False	126977	fragment	False	ISR0219_000000008631	0.5810268164560228		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	94.11399999999999	94.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
SPA0047_000000014017	2812	0.7844079084368033	4	4	4	3	2	False	126977	fragment	False	ISR0219_000000008631	0.41006262570882723		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	94.11399999999999	94.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0020_000000004518	4319	0.7844035440240428	5	5	3	4	5	False	126999	fragment	False	ENG0195_000000004799	0.9354969554165874		0	0	False	False	0.99861079454422	0					non-mobilizable	chromosome	4322.0	94.56299999999999	100.0	0.0019065246589846409	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0011_000000020846	2126	0.7844032331520919	2	2	2	2	0	True	111464	fragment	False	AST0084_000000015141	0.9371453513749455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	2.0	1.0633840228134336e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0060_000000017911	1524	0.7844002823382982	2	2	2	2	2	False	35400	maximal	True	ISR0060_000000017911	1.0		112	8	False	False	1.0	0					non-mobilizable	other	1525.0	93.96700000000001	100.0	0.025722267647860453	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	False
ENG0043_000000031335	1112	0.7843997878423535	1	1	1	1	1	False	64538	fragment	False	ENG0043_000000031335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000005547	8645	0.7843981243016879	7	5	5	5	4	False	52809	maximal	True	ETH0005_000000005547	1.0		2	1	False	False	0.997802197933197	0					non-mobilizable	no_good_hit	2951.0	97.35700000000001	45.0	0.0010794870734259858	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
ENG0208_000000001222	16740	0.7843882485753189	20	9	2	9	2	False	100089	fragment	False	ENG0208_000000001222	0.9379117464263518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	9.949876189501152e-06	CP025223.1	firmicutes	Enterococcus sp. CR-Ec1 chromosome, complete genome	True	False
ENG0131_000000008991	3005	0.7843724883064565	3	2	1	2	2	False	79060	fragment	False	ENG0131_000000008991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	85.51700000000001	41.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0041_000000000387	41240	0.7843719478063663	71	21	8	17	9	False	73164	maximal	True	DEN0041_000000000387	1.0		1	1	True	True	0.9995877742767334	5					non-mobilizable	no_good_hit	130.0	82.30799999999999	0.0	0.002385008517887564	CP000907.1	firmicutes	Bacillus weihenstephanensis KBAB4 plasmid pBWB404, complete genome	True	True
MAD0003_000000005495	4907	0.7843716747990648	5	2	2	1	2	False	47936	fragment	False	MAD0003_000000005495	0.9569474185748937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	95.506	5.0	0.001164113785557987	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0058_000000007969	2532	0.7843715814887386	4	2	2	2	1	False	85905	maximal	True	CHI0058_000000007969	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	89.376	49.0	0.013346922401361799	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0119_000000011531	2731	0.7843713261144506	5	3	2	1	2	False	99443	maximal	True	ISR0119_000000011531	1.0		1	1	False	False	0.9996338486671448	0					non-mobilizable	no_good_hit	1438.0	99.652	53.0	0.05758658052088768	NZ_DS499664.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_3, whole genome shotgun sequence	True	False
ISR0009_000000015497	2133	0.7843649682087952	4	3	2	3	1	True	64596	fragment	False	ISR0009_000000015497	1.0		0	0	False	False	0.9995311498641968	0					non-mobilizable	no_good_hit	646.0	83.43700000000001	39.0	0.26333059885151766	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0128_000000027665	1268	0.7843591193261303	2	2	2	2	2	True	113473	backbone	False	FIJ0063_000000016502	0.19632004464688557	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1271.0	92.368	100.0	0.00038146943713236145	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0068_000000024173	1334	0.7843560169431234	2	2	2	2	1	False	45032	fragment	False	FIJ0068_000000024173	0.9474281391830559		0	0	False	False	0.9865067601203918	0					non-mobilizable	other	1334.0	95.802	100.0	0.03773531493276716	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	False	False
ENG0160_000000014503	1381	0.7843559323505366	2	2	2	2	1	True	56454	fragment	False	ENG0160_000000014503	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	99.928	100.0	0.09299191374663072	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0071_000000012524	2853	0.7843478351101631	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.3972543831910444		0	0	False	False	1.0	0					non-mobilizable	other	2858.0	92.057	100.0	0.0008850746853707266	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0078_000000011144	2244	0.7843362582708919	3	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.6554916908548611		0	0	False	False	1.0	0					non-mobilizable	other	1964.0	85.59100000000001	100.0	0.01116	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0124_000000007243	2076	0.7843362582708919	2	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.2440832411825866		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	84.131	98.0	0.010137142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0106_000000012968	1603	0.7843362582708919	2	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.03928614640048397		0	0	False	False	0.9713038206100464	0					non-mobilizable	other	1597.0	85.348	99.0	0.00906857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0054_000000020026	1468	0.7843362582708919	2	2	2	1	1	False	111653	fragment	False	FIJ0132_000000027548	0.3002063291779528		0	0	False	False	0.9945504069328308	0					non-mobilizable	other	1463.0	86.876	99.0	0.008257142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0036_000000012167	1205	0.7843362582708919	2	2	2	1	1	False	36735	fragment	False	ISR0036_000000012167	1.0		0	0	False	False	0.9991701245307922	0					non-mobilizable	other	1205.0	99.751	100.0	0.00688	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0050_000000032663	1259	0.7843345249011942	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.8643419376856855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	419.0	72.792	32.0	0.0017206550297529932	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ISR0215_000000011705	2487	0.7843328021449774	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9773510908776867		0	0	False	False	1.0	0					non-mobilizable	chromosome	2485.0	99.63799999999999	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0118_000000003710	2487	0.7843328021449774	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9774228250960157		0	0	False	False	1.0	0					non-mobilizable	chromosome	2485.0	99.71799999999999	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0057_000000007715	2487	0.7843328021449774	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9818668772810819		0	0	False	False	1.0	0					non-mobilizable	chromosome	2485.0	99.51700000000001	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0146_000000016163	2487	0.7843328021449774	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9785491799776869		0	0	False	False	0.9991958141326904	0					non-mobilizable	chromosome	2485.0	99.115	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0019_000000007932	2487	0.7843328021449774	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9818668772810819		0	0	False	False	1.0	0					non-mobilizable	chromosome	2485.0	99.51700000000001	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MAD0046_000000024452	1111	0.7843322298717207	2	2	2	2	2	False	17722	maximal	False	SPA0117_000000032751	0.9663120567375887		0	0	False	False	0.9990999102592468	0					non-mobilizable	other	1111.0	98.56	100.0	0.0022758680078568704	NZ_LT699743.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	False	False
MON0076_000000037524	1286	0.7843284336779347	3	3	3	3	3	False	41273	fragment	False	MON0076_000000037524	1.0		0	0	False	False	0.9657853841781616	0					non-mobilizable	chromosome	1286.0	99.53299999999999	100.0	0.00024666247436437865	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
ENG0160_000000009542	2179	0.7843250429449709	4	3	3	2	2	False	56474	maximal	True	ENG0160_000000009542	1.0		13	8	False	False	0.9995410442352295	0					non-mobilizable	no_good_hit	55.0	87.273	3.0	2.314256290170025e-05	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0071_000000004476	7679	0.7843238726020288	6	4	2	3	2	True	116396	maximal	True	FIJ0071_000000004476	1.0	PS612|PS775	2	1	True	True	1.0	5					non-mobilizable	no_good_hit	904.0	93.363	27.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0021_000000015654	3166	0.784323350300307	5	5	3	3	3	True	86213	maximal	True	FIJ0021_000000015654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.000551258113274651	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
FIJ0118_000000006169	1618	0.7843227382592124	2	2	2	2	2	False	64906	fragment	False	FIJ0118_000000006169	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1628.0	82.24799999999999	99.0	0.0003598652942082385	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0257_000000011091	1583	0.7843227382592124	2	2	2	2	2	False	64906	fragment	False	FIJ0118_000000006169	0.9891841779975279		0	0	False	False	0.998736560344696	0					non-mobilizable	chromosome	1561.0	82.575	97.0	0.00034495436365044506	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0235_000000002604	1781	0.7843217935564527	3	3	3	3	2	False	85400	maximal	True	ISR0235_000000002604	1.0		262	12	False	False	0.9955081343650818	0					non-mobilizable	other	1781.0	99.102	100.0	0.006376705679208715	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0178_000000001052	13023	0.7843169383742067	16	10	5	7	6	True	122910	fragment	False	ISR0231_000000000600	0.565709473856777		0	0	False	False	1.0	0					non-mobilizable	chromosome	13014.0	97.54899999999999	99.0	0.004101351157547423	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0247_000000004383	2906	0.7842930886229325	5	3	2	3	2	False	125894	maximal	True	ISR0247_000000004383	1.0		17	4	False	False	0.9982793927192688	0					non-mobilizable	no_good_hit	1534.0	94.068	88.0	0.030401151286202556	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0370_000000001667	12788	0.7842901189107191	10	4	4	4	2	True	45349	fragment	False	ISR0370_000000001667	1.0		0	0	False	False	0.9992180466651917	0					non-mobilizable	no_good_hit	146.0	100.0	1.0	0.0006871191227621241	NZ_AGDG01000015.1	CFB group bacteria	Bacteroides faecis MAJ27 contig015, whole genome shotgun sequence	True	True
ISR0279_000000008736	2404	0.7842897707897564	3	3	0	3	3	False	80020	maximal	True	ISR0279_000000008736	1.0		1	1	False	False	0.9787853360176086	0	IncFIA				non-mobilizable	plasmid	2240.0	95.134	93.0	0.02343569614407758	CP058211.1	enterobacteria	Escherichia marmotae strain RHB24-C12 plasmid pRHB24-C12_3, complete sequence	False	True
MON0068_000000019074	2224	0.7842876626570021	3	3	3	3	3	False	131800	fragment	False	ISR0365_000000006892	0.9551170858629663		0	0	False	False	0.9419963955879211	0					non-mobilizable	no_good_hit	1952.0	91.49600000000001	88.0	0.0005480022314944187	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0049_000000004228	3661	0.7842630996066916	5	2	1	2	0	True	86818	maximal	True	CHI0049_000000004228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2735.0	95.064	74.0	0.04715229949863817	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	True	True
ENG0105_000000003708	5172	0.7842629774265727	7	7	1	6	5	False	112161	maximal	False	SPA0040_000000006858	0.9505527569137203		0	0	True	True	0.9992266297340393	26					non-mobilizable	chromosome	5056.0	97.251	100.0	0.9923424307873552	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
AST0053_000000003313	3006	0.7842626855490593	4	4	4	3	3	False	114183	fragment	False	AST0053_000000003313	1.0		0	0	False	False	0.9893546104431152	0					non-mobilizable	chromosome	3006.0	100.0	100.0	0.0015456697842389003	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0205_000000014258	1121	0.7842541405212696	2	1	1	1	1	False	127751	fragment	False	AST0005_000000023153	0.9523605150214591		0	0	False	False	0.9982158541679382	0					non-mobilizable	other	1064.0	98.49600000000001	95.0	0.020328157270710624	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0019_000000000864	6981	0.7842478702341174	14	6	5	5	4	False	91999	fragment	False	CAN0019_000000000864	1.0		0	0	False	False	0.9994270205497742	0					non-mobilizable	no_good_hit	55.0	100.0	2.0	0.013202933985330073	NZ_JNWQ01000169.1	high GC Gram+	Streptomyces novaecaesareae strain NRRL B-1267 contig169.1, whole genome shotgun sequence	True	False
ENG0074_000000017491	1335	0.7842474644814967	3	3	3	2	3	False	62145	maximal	True	ENG0074_000000017491	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	1335.0	99.925	100.0	0.0002536592341088384	CP033817.1	enterobacteria	Klebsiella aerogenes strain FDAARGOS_513 chromosome, complete genome	False	False
ISR0146_000000035111	1229	0.7842377174779759	2	1	1	1	1	False	30975	maximal	True	ISR0146_000000035111	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0137_000000012339	1230	0.784235538335295	1	1	1	1	1	False	57962	maximal	True	ENG0137_000000012339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0054_000000002874	2002	0.7842316888648524	3	3	3	3	3	False	72068	fragment	False	ENG0026_000000004976	0.9285065819337268		0	0	False	False	0.9925075173377991	0					non-mobilizable	other	2011.0	93.18700000000001	99.0	0.0010601489482900484	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
CHI0063_000000001118	10219	0.7842271213558419	11	11	11	10	10	False	85525	maximal	True	CHI0063_000000001118	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5970.0	99.98299999999999	100.0	0.03107704963268791	MF576130.1	enterobacteria	Proteus mirabilis strain JN48 tRNA modification GTPase (trmE) gene, partial cds; Salmonella genomic island 1 variant SGI1-PmJN48, 5S ribosomal RNA, 23S ribosomal RNA, tRNA-Glu, and 16S ribosomal RNA genes, complete sequence; and universal stress protein B (uspA) and NADP-specific glutamate dehydrogenase (gdhA) genes, complete cds	False	False
AST0047_000000009267	2356	0.7842104695367634	3	2	2	2	1	False	115382	fragment	False	AST0047_000000009267	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2134.0	99.95299999999999	100.0	0.00042571944190636086	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0120_01_000000006075	2125	0.7842104695367634	2	2	2	2	1	False	101101	maximal	True	USA0120_01_000000006075	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	93.304	89.0	0.0003205055276982192	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
FIJ0033_000000018753	1952	0.7842104695367634	3	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.8442695418453324		0	0	False	False	0.9959016442298889	0					non-mobilizable	other	1952.0	100.0	100.0	0.00037786724444911855	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0111_01_000000013468	1884	0.7842104695367634	2	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.7362272889649394		0	0	False	False	1.0	0					non-mobilizable	chromosome	1805.0	100.0	100.0	0.00036005526169670654	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0159_000000008169	1866	0.7842104695367634	2	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.6811499652161865		0	0	False	False	1.0	0					non-mobilizable	chromosome	1801.0	100.0	100.0	0.00035925691300114844	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0012_000000003311	1864	0.7842104695367634	2	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.6821331491940282		0	0	False	False	1.0	0					non-mobilizable	chromosome	1805.0	100.0	100.0	0.00036005526169670654	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0803_000000008242	1809	0.7842104695367634	2	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.6759639701640845		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	100.0	99.0	0.0003486217529515189	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0104_000000025223	1805	0.7842104695367634	2	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.6743767688194163		0	0	False	False	0.9994459748268127	0					non-mobilizable	other	1805.0	98.726	100.0	0.00034939646795807786	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0370_000000014870	1801	0.7842104695367634	2	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.6745185709220648		0	0	False	False	0.9822320938110352	0					non-mobilizable	other	1801.0	99.77799999999999	100.0	0.0003486217529515189	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0203_000000010154	1796	0.7842104695367634	3	2	2	2	1	False	87357	fragment	False	MON0040_000000012622	0.5712959528496172		0	0	False	False	0.9983296394348145	0					non-mobilizable	chromosome	1796.0	99.833	100.0	0.00032566806858152234	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0134_000000009346	1608	0.7842104695367634	2	2	2	2	1	False	40629	fragment	False	FIJ0134_000000009346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	98.464	97.0	0.0003023325313096228	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0084_000000003548	1494	0.7842104695367634	2	2	2	2	1	False	87352	fragment	False	ENG0002_000000015195	0.9599077447230846		0	0	False	False	0.9993306398391724	0					non-mobilizable	other	1494.0	100.0	100.0	0.000289162376198121	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0101_000000018736	1259	0.7842104695367634	2	2	2	2	1	False	33117	fragment	False	ISR0101_000000018736	1.0		0	0	False	False	0.9880858063697815	0					non-mobilizable	other	1259.0	100.0	100.0	0.00024364786956278378	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0116_000000002537	7637	0.7842104343716021	8	7	7	7	5	False	90191	maximal	True	ENG0116_000000002537	1.0		56	8	False	False	1.0	0					non-mobilizable	chromosome	7636.0	99.60700000000001	99.0	0.0014713911265961028	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
AST0084_000000020118	1750	0.7842059580082769	2	2	1	1	2	False	127766	fragment	False	CHI0079_000000003445	0.47211485367200445		0	0	False	False	1.0	0					non-mobilizable	other	1063.0	98.024	95.0	0.02030903388663658	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0303_000000002245	4820	0.7842021531262804	7	5	4	4	4	False	25518	maximal	True	ISR0303_000000002245	1.0		3	1	False	False	0.9968879818916321	0					non-mobilizable	no_good_hit	555.0	74.414	11.0	0.001192614911379371	NZ_JHWJ01000002.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
SPA0081_000000002310	5557	0.7841983931707849	8	5	5	5	4	False	38095	fragment	False	SPA0081_000000002310	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	1.0	8.593066219063396e-06	NZ_CP013236.1	b-proteobacteria	Collimonas pratensis strain Ter291, complete genome	True	False
DEN0039_000000017740	1226	0.7841943478462969	2	1	1	1	1	False	73207	fragment	False	DEN0039_000000017740	1.0		0	0	False	False	0.9910277128219604	0					non-mobilizable	chromosome	1203.0	99.584	98.0	0.00047137199446432024	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ENG0060_000000001101	18558	0.7841930660946275	16	10	10	4	3	True	111068	maximal	True	ENG0060_000000001101	0.9906846628597796		2	2	False	False	0.9982756972312927	0					non-mobilizable	no_good_hit	1699.0	71.866	9.0	0.0009246894297896526	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	True
CHI0175_000000006618	1761	0.7841916082550104	2	1	1	1	1	False	86393	fragment	False	ENG0144_000000009725	0.9728108317346065		0	0	False	False	0.9829642176628113	0					non-mobilizable	other	1763.0	96.54	100.0	0.000879763637835132	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0139_000000010998	2491	0.7841892480186177	3	2	2	2	2	False	72723	fragment	False	ISR0097_000000010504	0.9335164219252273		0	0	False	False	0.9995985627174377	0					non-mobilizable	no_good_hit								True	False
MON0106_000000020171	2070	0.7841663845355384	3	3	3	2	2	False	88194	fragment	False	ISR0373_000000007354	0.29668488330669257		0	0	False	False	1.0	0					non-mobilizable	chromosome	2070.0	99.565	100.0	0.0005997649060711341	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0115_000000006196	4823	0.7841591366031989	6	6	6	5	4	False	32492	maximal	True	ISR0115_000000006196	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	77.778	2.0	0.00022494415516843426	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	True	False
SPA0108_000000013550	2147	0.7841490301886429	3	2	2	1	2	True	29624	fragment	False	SPA0108_000000013550	1.0		0	0	False	False	0.9860270023345947	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	2.0	0.00417219798975915	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0150_000000022921	1114	0.7841453972004674	3	3	3	3	2	False	39773	fragment	False	FIJ0150_000000022921	1.0		0	0	False	False	0.9838420152664185	0					non-mobilizable	no_good_hit	308.0	78.571	27.0	0.025654051308102617	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
ISR0808_000000000133	41957	0.7841443582777541	41	24	16	19	16	True	24276	maximal	True	ISR0808_000000000133	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	75.733	3.0	0.0003013689006831513	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
ISR0204_000000003745	2698	0.7841408093132972	5	3	2	3	1	False	28672	maximal	True	ISR0204_000000003745	1.0		8	2	False	False	0.9970348477363586	0					non-mobilizable	no_good_hit	988.0	92.206	37.0	0.0004245241343047825	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
MON0026_000000046181	1173	0.7841274480695708	2	2	2	2	2	False	12689	maximal	True	MON0026_000000046181	1.0		32	4	False	False	0.990622341632843	0					non-mobilizable	no_good_hit	165.0	79.39399999999999	14.0	4.3354152138179196e-05	NC_023035.1	spirochetes	Salinispira pacifica, complete sequence	True	False
FIJ0043_000000004940	4984	0.784122606269702	8	4	2	3	3	False	47249	maximal	True	FIJ0043_000000004940	1.0		2	1	False	False	0.9995987415313721	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	0.00031855700754626154	LN591795.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001009	True	False
AST0002_000000011407	3140	0.7841217381737182	8	1	1	1	1	False	132088	fragment	False	ENG0127_000000007931	0.9697347893915758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	90.402	14.0	0.003484511541955085	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	True	False
ISR0791_000000012396	1488	0.7841217381737182	2	1	1	1	1	False	28159	fragment	False	ISR0215_000000019704	0.9904163912756113		0	0	False	False	0.9993279576301575	0					non-mobilizable	no_good_hit								True	False
MAD0011_000000009339	1497	0.7841172244537264	3	3	1	3	1	False	113626	fragment	False	ISR0331_000000014703	0.7093341581418364		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	93.921	100.0	0.0004650919699927016	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0065_000000023285	1487	0.7841172244537264	3	3	1	3	1	False	113626	fragment	False	ISR0331_000000014703	0.6748467357280379		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	95.758	99.0	0.0004616698886081399	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0811_000000006439	2283	0.7841063840483607	5	3	1	3	1	True	85741	fragment	False	ISR0811_000000006439	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2284.0	98.292	100.0	0.011284292976244635	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0070_000000015784	1340	0.7841032948677049	2	1	1	1	1	False	34888	maximal	True	ISR0070_000000015784	1.0		85	10	False	False	0.9843283295631409	0					non-mobilizable	no_good_hit	452.0	73.009	33.0	0.0011252708397365392	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
ISR0366_000000002504	5434	0.7841016124272547	4	4	3	3	4	False	68627	fragment	False	ISR0366_000000002504	1.0		0	0	False	True	0.9998160004615784	0					non-mobilizable	plasmid	5467.0	94.677	100.0	0.029375652941873363	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0043_000000023282	1490	0.7841007510764924	3	1	1	1	1	False	64580	maximal	True	ENG0043_000000023282	1.0		2	2	False	False	0.9664429426193237	0					non-mobilizable	no_good_hit	509.0	72.888	34.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
MON0099_000000006671	4285	0.7840863339783614	5	4	2	3	2	False	22388	fragment	False	MON0099_000000006671	1.0		0	0	False	False	0.996732771396637	0					non-mobilizable	no_good_hit	746.0	82.976	18.0	0.025963119773260088	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0001_000000026637	1253	0.7840825410927384	3	2	2	2	1	False	8428	maximal	True	SPA0001_000000026637	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0335_000000009781	1904	0.7840795472030521	2	2	2	1	2	False	129374	fragment	False	ISR0335_000000009781	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1923.0	78.263	99.0	0.0005319259951613349	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0116_000000003872	5096	0.7840784333847528	4	4	3	3	3	False	41682	maximal	True	FIJ0116_000000003872	1.0		33	6	False	False	1.0	0					non-mobilizable	chromosome	4576.0	90.275	94.0	0.0018358638483675696	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0168_000000001163	20112	0.7840771138665199	20	10	7	10	6	True	109433	fragment	False	SPA0143_000000000475	0.34815238022663936		0	0	False	False	0.9999005794525146	0					non-mobilizable	no_good_hit	513.0	91.618	4.0	0.00023946766526568655	NZ_CP008813.1	firmicutes	Streptococcus agalactiae strain C001 chromosome, complete genome	True	True
DEN0010_000000014124	3116	0.7840758359921604	4	2	2	2	2	False	76010	maximal	True	DEN0010_000000014124	1.0		0	0	False	False	0.9983953833580017	0					non-mobilizable	no_good_hit	768.0	71.875	24.0	0.0002686432906516779	NC_004557.1	firmicutes	Clostridium tetani E88, complete sequence	True	False
ISR0186_000000001956	9687	0.7840754981760796	13	4	1	3	2	False	109593	maximal	True	ISR0186_000000001956	0.9810133060388946	PS689	3	1	True	True	1.0	52					non-mobilizable	no_good_hit	690.0	74.348	7.0	0.0003307553253312303	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	True
ISR0797_000000008925	1225	0.7840746853210182	2	2	2	2	2	False	47011	fragment	False	ISR0797_000000008925	0.9555818228318789		0	0	False	False	0.995102047920227	0					non-mobilizable	other	1226.0	93.23	100.0	0.005429840165734337	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	False	False
FIJ0049_000000009693	1766	0.7840741587776484	3	2	1	1	2	False	116482	fragment	False	FIJ0049_000000009693	1.0		0	0	False	False	0.9949037432670593	0					non-mobilizable	other	1751.0	99.943	99.0	0.05287807825955582	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0082_000000022554	1827	0.7840725039632879	2	2	2	2	1	False	69227	fragment	False	DEN0082_000000022554	1.0		0	0	False	False	0.9994526505470276	0					non-mobilizable	no_good_hit	683.0	71.742	36.0	0.0003224020455318955	NZ_LR027603.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
CHI0102_000000003988	2038	0.7840716504414004	3	3	3	3	3	False	86593	fragment	False	CHI0102_000000003988	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1868.0	98.448	92.0	0.026034694332887104	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0816_000000025121	1499	0.7840679074349596	3	2	2	2	1	False	21406	maximal	True	ISR0816_000000025121	1.0		7	3	False	False	0.9953302145004272	0					non-mobilizable	no_good_hit	588.0	96.76899999999999	58.0	0.007898041015809583	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
AUS0008_000000011333	2150	0.7840632354946302	3	3	3	3	3	False	101825	fragment	False	MON0058_000000021850	0.9646691284648746		0	0	False	False	0.9879069924354553	0					non-mobilizable	no_good_hit	84.0	85.714	4.0	1.6913839047495093e-05	NZ_LT907988.1	b-proteobacteria	Orrella dioscoreae isolate Orrdi1 chromosome I	True	False
MAD0107_000000024856	1593	0.7840629651721475	3	3	3	3	1	False	14667	maximal	True	MAD0107_000000024856	1.0		0	0	False	False	0.993094801902771	0					non-mobilizable	no_good_hit	859.0	78.929	54.0	0.0001915381317513835	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
FIJ0085_000000009521	3232	0.7840616947502801	4	3	2	3	1	True	43962	fragment	False	FIJ0085_000000009521	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0149_000000001707	10927	0.7840534881523152	14	6	4	6	2	False	52890	fragment	False	FIJ0149_000000001707	0.999032975534281		0	0	False	False	0.9992678761482239	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.046762589928057555	NZ_KB904338.1	CFB group bacteria	Prevotella nanceiensis DSM 19126 = JCM 15639 strain DSM 19126 A3GMDRAFT_scaffold_9.10, whole genome shotgun sequence	True	False
ENG0108_000000014841	1140	0.784052125140432	2	1	1	1	1	False	60643	fragment	False	ENG0099_000000013337	0.9746706036179721		0	0	False	False	0.9938596487045288	0					non-mobilizable	other	1140.0	99.38600000000001	100.0	0.0025825966092932664	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ISR0011_000000001792	13241	0.7840487553640823	7	6	5	5	6	False	107535	maximal	False	ENG0060_000000001633	0.9429603431409437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3248.0	73.06	24.0	0.16016622440294398	NZ_GL638141.1	firmicutes	Selenomonas artemidis F0399 Scfld51, whole genome shotgun sequence	True	False
ISR0177_000000006777	3785	0.7840482042593084	4	4	4	4	4	False	91322	fragment	False	ISR0177_000000006777	0.9837519411455022		0	0	False	False	0.9994716048240662	0					non-mobilizable	no_good_hit	3355.0	76.334	87.0	0.010814672880502736	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	True	False
ISR0066_000000022112	1459	0.7840438352916832	1	1	1	1	1	False	35118	fragment	False	ISR0066_000000022112	0.953671928620453		0	0	False	False	0.9910897612571716	0					non-mobilizable	no_good_hit	1196.0	73.411	81.0	0.0008691458404529323	NZ_CP029352.1	a-proteobacteria	Azospirillum thermophilum strain CFH 70021 chromosome 1, complete sequence	True	False
ISR0046_000000009773	3064	0.7840408068827758	4	4	4	3	3	False	36191	maximal	True	ISR0046_000000009773	1.0		2	2	False	False	0.997715413570404	0					non-mobilizable	no_good_hit	1543.0	78.095	50.0	0.00039436982729241046	CP033249.1	firmicutes	Clostridium butyricum strain CFSA3989 chromosome, complete genome	True	False
ISR0824_000000008625	2440	0.7840390623455887	2	2	2	2	2	False	21161	maximal	True	ISR0824_000000008625	1.0		19	5	False	False	0.9954918026924133	0					non-mobilizable	no_good_hit	1260.0	85.31700000000001	52.0	0.0006154308236614012	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0083_000000024944	1585	0.7840365714723804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.5182733860662063		0	0	False	False	0.9867507815361023	0					non-mobilizable	other	1585.0	99.74799999999999	100.0	0.0038622559573591336	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0047_000000025121	1583	0.7840365714723804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.517852939270592		0	0	False	False	1.0	0					non-mobilizable	other	1583.0	99.81	100.0	0.0038573793715543873	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0056_000000008841	1583	0.7840365714723804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.517110170212726		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	99.74700000000001	100.0	0.001924817599167699	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0005_000000019553	1581	0.7840365714723804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.5171652178036501		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	99.557	100.0	0.003852502785749641	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0035_000000018820	1542	0.7840365714723804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.3681121252237565		0	0	False	False	0.9993515014648438	0					non-mobilizable	other	1542.0	99.87	100.0	0.0037574093625570865	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0012_000000016253	1533	0.7840325448246706	2	1	1	1	1	False	50760	fragment	False	FIJ0012_000000016253	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0068_000000025093	1687	0.7840291194690154	1	1	1	1	1	False	74753	fragment	False	DEN0021_000000020920	0.9715025906735751		0	0	False	False	0.9905157089233398	0					non-mobilizable	other	1667.0	96.941	99.0	0.03194202120520735	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0120_000000021321	1912	0.7840270080260633	5	3	0	2	1	True	4176	maximal	True	SPA0120_000000021321	1.0		1	1	False	False	0.9884937405586243	0					non-mobilizable	no_good_hit	541.0	98.152	28.0	0.0001510020242660253	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0001_000000006822	4301	0.7840256141229138	6	4	3	4	1	True	98507	fragment	False	USA0013_01_000000002694	0.7338851929380354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0047_01_000000008192	4210	0.7840256141229138	6	4	3	4	1	True	98507	fragment	False	USA0013_01_000000002694	0.7259597157561075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0054_000000006132	4079	0.7840196833190024	5	5	5	5	5	False	104533	fragment	False	ENG0054_000000006132	0.9938574938574938		0	0	False	False	0.9928904175758362	0					non-mobilizable	other	4079.0	98.652	100.0	0.01630547780887645	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0132_000000006080	4220	0.7840133915085947	6	5	3	5	4	False	76020	maximal	True	ISR0132_000000006080	0.9998695198329854		4	2	False	False	0.9992890954017639	0					non-mobilizable	no_good_hit	863.0	78.331	20.0	0.00037931577681416694	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0072_000000003190	7782	0.7840113917111421	16	7	4	6	3	False	48251	fragment	False	FIJ0072_000000003190	1.0		0	0	False	False	0.9992290139198303	0					non-mobilizable	no_good_hit	656.0	78.20100000000001	8.0	0.4541637508747376	NZ_LNAM01000094.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf183, whole genome shotgun sequence	True	False
FIJ0052_000000017243	1749	0.7840096542199758	2	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.8205152071574877		0	0	False	False	0.9994282722473145	0					non-mobilizable	other	1749.0	95.59700000000001	100.0	0.009203504391025134	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ISR0838_000000019207	1292	0.7840096542199758	1	1	1	1	1	False	73222	maximal	False	DEN0039_000000015587	0.9574235807860263		0	0	False	False	0.9698142409324646	0					non-mobilizable	other	1228.0	75.733	94.0	0.020761245674740483	NZ_FRAC01000038.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	False	False
AST0007_000000009389	1940	0.7840084101008219	3	2	2	2	1	False	127046	maximal	True	AST0007_000000009389	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	78.024	30.0	0.003373306826019672	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	False
ENG0195_000000001967	9447	0.7840074211739859	9	6	4	5	4	False	122858	fragment	False	ISR0076_000000002357	0.9920636087652077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.663	21.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0209_000000003563	7703	0.7840074211739859	7	6	4	5	4	False	122856	fragment	False	ISR0209_000000003563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.663	25.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0073_000000001203	2770	0.7840031070150357	4	2	1	2	1	False	16301	fragment	False	MAD0073_000000001203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0157_000000017812	1385	0.7840029767940216	2	2	2	2	2	False	56593	fragment	False	ENG0157_000000017812	1.0		0	0	False	False	0.9927797913551331	0					non-mobilizable	other	1372.0	99.052	99.0	0.01789186579143122	NZ_QRHR01000011.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf11, whole genome shotgun sequence	False	False
ENG0148_000000016695	2229	0.7840010389463806	3	2	2	1	1	False	57303	maximal	True	ENG0148_000000016695	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000042909	1440	0.7839989998519651	2	2	1	2	1	False	42069	maximal	True	MON0090_000000042909	1.0		14	4	False	False	0.9895833134651184	0					non-mobilizable	no_good_hit	852.0	75.939	59.0	0.006654786873354044	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
DEN0016_000000000733	6397	0.783998705298201	6	5	3	4	4	False	75386	maximal	True	DEN0016_000000000733	1.0		22	4	False	False	1.0	0					non-mobilizable	no_good_hit	3437.0	79.168	53.0	0.0008984296747837658	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
DEN0016_000000000049	17907	0.7839986407827811	24	16	11	13	11	False	115960	fragment	False	DEN0016_000000000049	1.0		0	0	False	False	0.9998883008956909	0					non-mobilizable	no_good_hit	1467.0	94.819	8.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
FIJ0123_000000012661	2548	0.7839965861318408	3	3	3	3	2	False	99231	fragment	False	CHI0111_000000008113	0.24010965166876994		0	0	False	False	0.9972527623176575	0					non-mobilizable	no_good_hit	487.0	75.975	19.0	0.00022919154278299388	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0179_000000024283	1329	0.7839935896362119	1	1	1	1	1	False	55372	fragment	False	ISR0810_000000012899	0.9478691160835291		0	0	False	False	0.9962377548217773	0					non-mobilizable	no_good_hit	830.0	74.94	62.0	0.0008722221159832312	NZ_SNYN01000001.1	high GC Gram+	Actinorugispora endophytica strain DSM 46770 Ga0310471_101, whole genome shotgun sequence	True	False
ISR0084_000000016089	1663	0.7839930211603799	5	1	1	1	1	False	34041	fragment	False	ISR0084_000000016089	1.0		0	0	False	False	0.9831629395484924	0					non-mobilizable	no_good_hit	1035.0	94.87899999999999	62.0	0.00036041286443875284	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0020_000000030863	1150	0.7839930211603799	2	1	1	1	1	False	7700	fragment	False	SPA0020_000000030863	1.0		0	0	False	False	0.9904347658157349	0					non-mobilizable	no_good_hit	871.0	95.867	76.0	0.00030324873506935683	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0029_000000019105	2337	0.7839926706514707	4	3	2	3	2	False	126972	fragment	False	ISR0009_000000013645	0.9796126584797248		0	0	False	False	0.9995720982551575	0					non-mobilizable	no_good_hit	2090.0	95.359	89.0	0.029783586886650955	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0207_000000013315	2200	0.7839926706514707	3	3	2	3	2	False	126972	fragment	False	ISR0009_000000013645	0.9392293595805813		0	0	False	False	0.9954545497894287	0					non-mobilizable	other	2145.0	95.478	97.0	0.03055496035997429	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
DEN0045_000000033596	1287	0.7839915969340363	2	1	1	1	1	False	72810	fragment	False	DEN0045_000000033596	0.9645982498011137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0203_000000006882	2471	0.7839855020839934	4	3	3	1	2	False	28693	fragment	False	ISR0203_000000006882	1.0		0	0	False	False	0.9906920194625854	0					non-mobilizable	no_good_hit	77.0	87.01299999999999	3.0	1.771684839646204e-05	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
DEN0010_000000009914	4308	0.7839796869013566	4	4	4	4	3	False	76025	maximal	True	DEN0010_000000009914	0.9951680093644564		42	6	False	False	1.0	0					non-mobilizable	no_good_hit	2195.0	98.178	51.0	0.015710519528899333	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0120_000000020422	1712	0.7839723835556491	2	2	2	2	1	False	115613	fragment	False	USA0080_01_000000022560	0.9623129419615835		0	0	False	False	1.0	0					non-mobilizable	chromosome	1712.0	97.839	100.0	0.0006034114980590263	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0107_000000004088	5027	0.7839678588362604	7	4	4	4	1	True	119671	fragment	False	ISR0107_000000004088	1.0		0	0	False	False	0.9978117942810059	0					non-mobilizable	no_good_hit	132.0	75.0	3.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
ISR0393_000000012612	1432	0.7839664626089452	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.39092226615839726		0	0	False	False	1.0	0					non-mobilizable	virus	1432.0	99.23200000000001	100.0	0.19869480699805608	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ISR0858_000000000975	7431	0.7839662093387899	10	9	7	8	5	False	20466	maximal	True	ISR0858_000000000975	1.0		1	1	False	False	0.9994617104530334	0					non-mobilizable	no_good_hit	2818.0	98.616	38.0	0.0006548783890598214	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0045_000000008617	3137	0.7839646838140986	2	2	2	2	2	False	89240	fragment	False	SPA0045_000000008617	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3137.0	99.49	100.0	0.0007866227462693758	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0160_000000012115	1572	0.7839639162467564	2	1	1	1	1	False	98639	fragment	False	FIJ0160_000000012115	1.0		0	0	False	False	0.9980915784835815	0					non-mobilizable	chromosome	1572.0	98.41	100.0	0.00029396645107877063	NC_016845.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 chromosome, complete genome	False	False
ISR0371_000000017506	1235	0.7839639162467564	1	1	1	1	1	False	44427	fragment	False	FIJ0104_000000021089	0.4675398633257403		0	0	False	False	0.9627530574798584	0					non-mobilizable	other	1229.0	85.84200000000001	99.0	0.0039042504824674355	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
SPA0126_000000038345	1197	0.7839635099466025	2	2	2	2	2	False	12609	fragment	False	SPA0126_000000038345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	74.763	84.0	0.00020273419924605248	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0774_000000008823	2787	0.7839579997801933	3	3	2	3	2	False	95667	fragment	False	ENG0093_000000004584	0.974379311152742		0	0	False	False	1.0	0					non-mobilizable	other	2804.0	98.71600000000001	100.0	0.01522269229307077	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0031_000000023548	1359	0.7839537783328882	2	2	2	2	1	False	61007	fragment	False	ISR0028_000000013139	0.7438898524660839		0	0	False	False	0.979396641254425	0					non-mobilizable	other	1340.0	95.37299999999999	99.0	0.01219501088352353	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ISR0095_000000013047	2425	0.7839450090681923	7	2	1	2	1	False	33415	fragment	False	ISR0095_000000013047	1.0		0	0	False	False	0.9962886571884155	0					non-mobilizable	no_good_hit	699.0	76.967	28.0	0.00042293765028280847	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0041_000000011296	3186	0.7839432986692971	5	5	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.5967195408248714		0	0	False	False	1.0	0					non-mobilizable	other	3186.0	98.368	100.0	0.0009515834462149071	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0059_000000002830	4354	0.7839332014153083	4	2	2	2	2	False	63390	maximal	True	ENG0059_000000002830	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	95.76700000000001	20.0	0.00037852033668798606	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
SPA0108_000000014866	1929	0.7839319885355552	4	4	3	1	2	False	101910	fragment	False	CAN0022_000000016563	0.9778173319894469		0	0	False	False	1.0	0					non-mobilizable	chromosome	1929.0	99.896	100.0	0.0003521756435836356	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
CAN0022_000000016563	1913	0.7839319885355552	4	4	3	1	2	False	101910	fragment	False	CAN0022_000000016563	0.9851171669094919		0	0	False	False	1.0	0					non-mobilizable	chromosome	1913.0	99.84299999999999	100.0	0.00034925302413480873	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
CHI0124_000000007887	1886	0.7839319885355552	4	4	3	1	2	False	101910	fragment	False	CAN0022_000000016563	0.9783261275810706		0	0	False	False	0.9957582354545593	0					non-mobilizable	chromosome	1886.0	100.0	100.0	0.00034432110381491345	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0041_000000013093	1882	0.7839319885355552	4	4	3	1	2	False	101910	fragment	False	CAN0022_000000016563	0.8605861609828869		0	0	False	False	1.0	0					non-mobilizable	chromosome	1884.0	97.29299999999999	100.0	0.0002901797848314579	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
MON0028_000000016606	1569	0.7839257897492518	1	1	1	1	1	False	12587	fragment	False	MON0028_000000016606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	72.336	31.0	0.0089157952669235	NZ_VPFE01000018.1	firmicutes	Alkalicoccus halolimnae strain BZ-SZ-XJ29 Scaffold18, whole genome shotgun sequence	True	False
AUS0022_000000005791	6129	0.7839171491594358	10	3	2	3	2	False	99415	maximal	True	AUS0022_000000005791	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	1.9997728463151493e-05	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
FIJ0108_000000006265	3515	0.783900215747496	5	2	2	1	2	False	42235	maximal	True	FIJ0108_000000006265	1.0		3	1	False	False	0.9997155070304871	0					non-mobilizable	no_good_hit	65.0	84.615	2.0	1.8908864002722875e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
CHI0048_000000000994	13152	0.7838978224061297	15	7	3	3	6	False	86943	maximal	True	CHI0048_000000000994	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2687.0	88.09100000000001	24.0	0.01002230916693759	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
FIJ0113_000000002626	8596	0.7838972714948438	10	5	3	4	3	False	115430	maximal	True	FIJ0113_000000002626	0.9918912612297281		13	1	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	73.0	12.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0355_000000019758	1114	0.7838922556549935	2	2	2	2	2	False	23931	fragment	False	ISR0355_000000019758	1.0		0	0	False	False	0.9560143351554871	0					non-mobilizable	other	1114.0	95.06299999999999	100.0	0.010139012881010075	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
USA0117_01_000000011076	1948	0.7838879348974717	3	3	3	3	3	False	81201	fragment	False	DEN0010_000000020867	0.38977910360581597		0	0	False	False	0.9989733099937439	0					non-mobilizable	no_good_hit	1225.0	73.878	61.0	0.00036471031297694793	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0362_000000009295	2328	0.783884311278183	5	2	1	2	0	True	119818	maximal	True	ISR0362_000000009295	1.0		0	0	False	False	0.9991409182548523	0					non-mobilizable	no_good_hit	547.0	99.634	23.0	0.009219235445089829	NZ_CABIYV010000015.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0006_000000018721	1982	0.7838842371022035	2	2	2	2	2	False	87025	fragment	False	FIJ0006_000000018721	1.0		0	0	False	False	0.9914228320121765	0					non-mobilizable	plasmid	1820.0	90.76899999999999	92.0	0.0074321828702753725	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
CAN0011_000000024643	1226	0.7838840052976428	2	2	1	2	1	False	94361	fragment	False	CAN0011_000000024643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000007797	3616	0.7838831036845725	5	5	4	3	3	False	115933	fragment	False	DEN0078_000000007797	1.0		0	0	False	False	0.9980641603469849	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0016210374639769453	XM_005406892.2	rodents	PREDICTED: Chinchilla lanigera dystonin (Dst), transcript variant X7, mRNA	True	False
FIJ0021_000000009257	5361	0.783882693154213	11	4	1	2	4	False	119869	maximal	True	FIJ0021_000000009257	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000007855	3918	0.783882693154213	8	4	1	2	4	False	119868	fragment	False	FIJ0066_000000007855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	92.818	5.0	3.775947509688786e-05	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
ISR0183_000000012306	2688	0.7838775740437258	4	2	2	2	1	False	29476	maximal	True	ISR0183_000000012306	1.0		5	3	False	False	0.999627947807312	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.02192326856003986	NZ_AFCE01000126.1	firmicutes	Caldalkalibacillus thermarum TA2.A1 ctg211, whole genome shotgun sequence	True	False
MAD0033_000000008105	2432	0.7838775740437258	2	2	2	2	1	False	18880	maximal	True	MAD0033_000000008105	1.0		2	1	False	False	0.9962993264198303	0					non-mobilizable	no_good_hit								True	False
MON0004_000000025479	1736	0.7838775740437258	2	2	2	2	1	False	14217	fragment	False	MON0004_000000025479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	95.238	5.0	3.292158991770212e-06	LN590690.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG31, chromosome: 31	True	False
MON0025_000000029145	1449	0.7838750490789885	1	1	1	1	1	False	12794	fragment	False	MON0025_000000029145	1.0		0	0	False	False	0.9993098974227905	0					non-mobilizable	no_good_hit	1156.0	79.671	79.0	0.0003910487200094592	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0109_000000024378	1394	0.7838750490789885	1	1	1	1	1	False	13788	maximal	True	SPA0109_000000024378	0.9786328001632739		328	13	False	False	1.0	0					non-mobilizable	chromosome	1257.0	78.998	90.0	0.00044159991614205283	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0099_000000026272	1378	0.7838750490789885	1	1	1	1	1	False	13788	maximal	False	SPA0109_000000024378	0.9681515585235363		0	0	False	False	0.9992743134498596	0					non-mobilizable	other	1246.0	83.54700000000001	90.0	0.00037344200897345006	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0088_000000023692	1366	0.7838750490789885	2	1	1	1	1	False	13788	maximal	False	SPA0109_000000024378	0.9676787787023596		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	83.26799999999999	94.0	0.000385187362481486	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0012_000000042316	1349	0.7838750490789885	1	1	1	1	1	False	13788	maximal	False	SPA0109_000000024378	0.9641000868220088		0	0	False	False	0.9985173940658569	0					non-mobilizable	other	1238.0	83.845	91.0	0.00037073154277928794	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0010_000000020884	1313	0.7838750490789885	2	1	1	1	1	False	13788	maximal	False	SPA0109_000000024378	0.9452144389829531		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	83.509	94.0	0.0003689245653165132	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MAD0068_000000022414	1294	0.7838750490789885	1	1	1	1	1	False	16425	fragment	False	MAD0068_000000022414	1.0		0	0	False	False	0.9621329307556152	0					non-mobilizable	no_good_hit	1076.0	75.279	81.0	0.005688134085967281	NZ_FXLO01000006.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	False
SPA0016_000000001043	22267	0.7838581726093993	22	15	3	6	11	True	117786	maximal	True	SPA0016_000000001043	0.9953028862991791	PS794	108	11	False	True	1.0	0					non-mobilizable	chromosome	15471.0	99.884	99.0	0.0027721335294536497	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0007_000000000626	21965	0.7838581726093993	22	15	3	6	11	True	117786	maximal	False	SPA0016_000000001043	0.9852307631171808	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	15438.0	99.87700000000001	99.0	0.002766214766094956	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0799_000000000363	20888	0.7838581726093993	21	15	3	6	11	True	117786	maximal	False	SPA0016_000000001043	0.9629644568896918	PS794	0	0	False	True	1.0	0					non-mobilizable	chromosome	14153.0	99.979	100.0	0.0025382526985525396	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0394_000000006467	2882	0.783854851023033	4	3	3	2	1	False	114536	maximal	True	ISR0394_000000006467	1.0		1	1	False	False	0.9934073686599731	0					non-mobilizable	no_good_hit	183.0	83.60700000000001	6.0	0.2148962148962149	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
SPA0136_000000012520	3175	0.78383673022111	3	3	3	3	3	False	124947	fragment	False	FIJ0005_000000008183	0.5607923253808565		0	0	False	False	0.992440938949585	0					non-mobilizable	no_good_hit	1993.0	80.08	82.0	0.004731509821393979	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0072_000000014520	1992	0.7838300618364133	3	2	1	1	2	False	34848	maximal	True	ISR0072_000000014520	1.0		3	2	False	False	0.9954819083213806	0					non-mobilizable	no_good_hit	374.0	86.898	24.0	0.0005016334008133333	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
SPA0097_000000018899	1740	0.7838300618364133	2	2	1	1	2	False	69995	fragment	False	SPA0097_000000018899	0.9514803348239881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	94.366	16.0	9.41595634209285e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0090_000000021139	1710	0.7838300618364133	3	2	1	1	2	False	69995	fragment	False	SPA0097_000000018899	0.64272030651341		0	0	False	False	0.9994152188301086	0					non-mobilizable	no_good_hit	141.0	91.48899999999999	8.0	6.202928585549318e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0039_000000018975	1209	0.7838258450219956	1	1	1	1	1	False	47538	fragment	False	FIJ0039_000000018975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0216_000000005164	3730	0.7838209495245899	6	3	3	3	2	False	51084	maximal	True	ISR0216_000000005164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	99.62299999999999	36.0	0.005052524167970728	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	True	False
ISR0201_000000022754	1287	0.783818811646817	2	2	2	2	2	False	66950	fragment	False	ENG0207_000000013569	0.7978816844701428		0	0	False	False	0.998445987701416	0					non-mobilizable	chromosome	1287.0	94.87200000000001	100.0	0.0005678070197902382	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
USA0057_01_000000029277	1119	0.7838149953073225	2	2	2	2	2	False	951	maximal	True	USA0057_01_000000029277	1.0		1	1	False	False	0.9865951538085938	0					non-mobilizable	no_good_hit	360.0	98.333	32.0	0.001198548387635254	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
ENG0119_000000025184	1192	0.7838102364037404	3	3	3	3	1	False	59231	fragment	False	ENG0119_000000025184	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1192.0	99.916	100.0	0.0006635703763463625	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
SPA0001_000000018062	1864	0.7837975071601478	2	2	2	2	1	False	8439	fragment	False	SPA0001_000000018062	1.0		0	0	False	False	0.9994634985923767	0					non-mobilizable	no_good_hit	1650.0	85.333	88.0	0.0004611734658605171	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0111_000000011721	1519	0.783795813145583	3	3	3	3	2	False	59232	maximal	True	ISR0111_000000011721	1.0		34	4	False	False	1.0	0					non-mobilizable	chromosome	1519.0	99.605	100.0	0.0008457597240082102	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
ISR0038_000000010307	2968	0.7837886373577222	5	5	3	4	2	False	36643	maximal	True	ISR0038_000000010307	1.0		6	1	False	False	0.9878706336021423	0					non-mobilizable	no_good_hit	1212.0	73.597	40.0	0.0286399099958422	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
CHI0011_000000002013	2966	0.7837869725667972	3	2	1	2	1	True	90207	maximal	True	CHI0011_000000002013	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	82.52600000000001	44.0	0.35268817204301073	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
ENG0188_000000021247	1182	0.7837837857734289	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.07691422029021223	PS1128	0	0	False	True	0.9974619150161743	0					non-mobilizable	other	1131.0	83.024	95.0	0.01331647603743265	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0012_000000005592	4308	0.7837788020720919	4	4	3	3	2	False	67093	maximal	True	ENG0012_000000005592	1.0		2	2	False	False	0.9962859749794006	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.643261901382937e-07	CP039335.1	eudicots	Cicer arietinum chromosome Ca5	True	False
FIJ0082_000000010945	2689	0.7837729972170375	2	2	2	1	2	False	47406	maximal	True	FIJ0082_000000010945	1.0		62	3	False	False	0.9996281266212463	0					non-mobilizable	no_good_hit	813.0	80.689	33.0	0.00021500620610345533	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0244_000000009499	2513	0.7837689345063996	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8825514037975146	PS871	0	0	False	True	0.9996020793914795	0					non-mobilizable	other	2322.0	92.463	92.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0160_000000007100	2488	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8824841560812039	PS871	0	0	False	True	0.9995980858802795	0					non-mobilizable	other	2321.0	92.546	93.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0138_000000007325	2465	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8843950408752992	PS871	0	0	False	True	0.9959431886672974	0					non-mobilizable	other	2321.0	92.546	94.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
CHI0092_000000003971	2458	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8743400987008912	PS871	0	0	False	True	0.9979658126831055	0					non-mobilizable	other	2322.0	92.55	94.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0052_000000014592	2415	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8805592751992943	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2320.0	93.23299999999999	96.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0053_000000008646	2364	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8451557808889287	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2310.0	92.51100000000001	98.0	0.9948029449978346	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
SPA0034_000000015456	2344	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8711111292201674	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2322.0	92.765	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0078_000000008077	2343	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8704575364739696	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2320.0	93.23299999999999	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0140_000000013107	2342	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8713571676441143	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2321.0	92.50299999999999	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0047_000000013079	2340	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8713469257976921	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2320.0	92.54299999999999	99.0	0.9991338241663058	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MON0105_000000023267	2340	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8713239228887325	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2322.0	92.506	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0074_000000013562	2339	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8710997159954763	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2320.0	92.54299999999999	99.0	0.9991338241663058	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0065_000000007596	2339	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8712609182612269	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2321.0	92.546	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0056_000000009721	2216	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.6620032209624801	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2215.0	93.228	99.0	0.9588566478995236	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MON0013_000000025208	2124	0.7837689345063996	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.6085040052089059	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2104.0	93.774	99.0	0.9103508012126462	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
SPA0042_000000001236	17057	0.7837617840578809	13	7	6	6	4	True	102852	maximal	True	SPA0042_000000001236	1.0		1	1	False	False	0.9992964863777161	0					non-mobilizable	no_good_hit	1726.0	99.537	11.0	0.0003839008240625921	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0029_000000024182	1794	0.7837600925765311	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.04386172471632942		0	0	False	False	1.0	0					non-mobilizable	other	1799.0	92.99600000000001	100.0	0.043055555555555555	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	False	False
DEN0028_000000007248	3631	0.7837577310969954	3	3	3	2	2	False	102636	fragment	False	DEN0028_000000007248	1.0		0	0	False	False	0.9892591834068298	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000009506	1690	0.7837516128979809	2	2	1	1	1	False	122489	fragment	False	ISR0395_000000012012	0.07255828827550542		0	0	False	False	0.9988165497779846	0					non-mobilizable	plasmid	1688.0	100.0	99.0	0.2101133391455972	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0011_000000006465	6562	0.7837501788662966	5	3	3	3	3	False	13706	maximal	True	MON0011_000000006465	1.0		5	1	False	False	0.9951234459877014	0					non-mobilizable	no_good_hit	136.0	75.0	2.0	0.0005155908517253055	NZ_CABJCG010000008.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ENG0029_000000009436	2565	0.7837404404825351	4	2	2	2	1	False	65810	fragment	False	ENG0029_000000009436	0.9629483642096965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1784.0	98.262	74.0	0.0676583311197966	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	True	False
FIJ0142_000000012543	2692	0.7837334037110827	4	2	2	2	1	False	40204	maximal	True	FIJ0142_000000012543	1.0		1	1	False	False	0.9970282316207886	0					non-mobilizable	no_good_hit	452.0	77.434	17.0	0.005545332471278659	NZ_LGSS01000013.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_13c, whole genome shotgun sequence	True	False
CHI0157_000000002474	3838	0.7837324943649236	5	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.6088705773118893		0	0	False	False	0.9994788765907288	0					non-mobilizable	other	3838.0	98.749	100.0	0.0007429516912900148	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0124_000000019293	1487	0.783724874599583	3	2	2	1	1	False	62477	fragment	False	FIJ0124_000000019293	0.9620642515379358		0	0	False	False	0.9959650039672852	0					non-mobilizable	no_good_hit	905.0	75.691	60.0	0.005303677335738304	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0179_000000010056	3307	0.783723050461379	3	3	3	3	3	False	126367	maximal	False	SPA0066_000000003952	0.9124663441895954		0	0	False	False	1.0	0					non-mobilizable	other	3184.0	98.838	99.0	0.07277091906721536	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0826_000000011738	1150	0.7837189841044896	3	3	3	3	1	False	21098	fragment	False	ISR0826_000000011738	1.0		0	0	False	False	0.9965217113494873	0					non-mobilizable	no_good_hit	626.0	84.02600000000001	54.0	0.00909525374115117	KT020842.1	firmicutes	Clostridium perfringens strain JP838 plasmid pJP838B, complete sequence	True	False
SPA0108_000000009512	3129	0.7837159464891706	4	4	4	3	3	False	4691	maximal	True	SPA0108_000000009512	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	94.816	15.0	0.00020106160527585653	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
SPA0122_000000001958	15564	0.7837152082857602	17	13	8	13	10	True	95641	maximal	True	SPA0122_000000001958	1.0		2	2	False	False	0.999485969543457	0					non-mobilizable	no_good_hit	3417.0	77.436	24.0	0.0010615088192954788	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
SPA0102_000000015388	2237	0.7837142580751839	2	2	2	2	1	True	56662	fragment	False	SPA0102_000000015388	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	97.90700000000001	100.0	0.0003991089854530007	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
FIJ0131_000000007198	2570	0.7837135135381984	3	1	1	1	1	False	40831	maximal	True	FIJ0131_000000007198	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	92.074	35.0	0.00021138716958172182	CP032739.1	firmicutes	Enterococcus casseliflavus strain EC-369 chromosome, complete genome	True	False
FIJ0071_000000016212	2202	0.7837052943395034	3	2	1	2	1	False	110619	fragment	False	FIJ0071_000000016212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1255.0	89.56200000000001	57.0	0.050327875447560046	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
FIJ0064_000000017204	1531	0.7837044703272266	2	1	1	1	1	False	64017	fragment	False	FIJ0064_000000017204	1.0		0	0	False	False	0.9915088415145874	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000006011	5574	0.7836934300484326	4	4	4	4	2	True	129417	fragment	False	SPA0009_000000006011	0.9723802532574783		0	0	False	False	0.9994617700576782	0					non-mobilizable	no_good_hit	1214.0	81.796	23.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0003_01_000000016175	2419	0.7836929061126424	2	2	2	1	1	False	67836	fragment	False	ENG0018_000000008337	0.9452877861820288		0	0	False	False	0.995866060256958	0					non-mobilizable	no_good_hit	179.0	96.648	7.0	0.04395061728395062	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
MON0046_000000005055	5491	0.7836780261837273	4	4	1	4	0	False	92666	fragment	False	ENG0083_000000004125	0.930969221854703		0	0	False	False	0.9918047785758972	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000021019	1187	0.7836777242160623	2	2	2	2	2	False	126840	fragment	False	ENG0053_000000016561	0.3528836148855429		0	0	False	False	0.9856781959533691	0					non-mobilizable	other	1188.0	99.411	100.0	0.006211375136707814	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0157_000000020917	1519	0.7836696171414796	3	2	2	2	1	True	57386	fragment	False	ISR0157_000000020917	1.0		0	0	False	False	0.9677419066429138	0					non-mobilizable	no_good_hit	750.0	78.0	49.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0029_000000015778	2890	0.7836680083783469	4	4	3	4	2	False	81641	fragment	False	ISR0159_000000008297	0.9207207319498749		0	0	False	False	0.9923875331878662	0					non-mobilizable	no_good_hit	46.0	95.652	2.0	8.102195197718422e-06	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	False
ISR0249_000000003520	4357	0.7836656515590015	4	3	2	2	3	False	52575	fragment	False	ISR0249_000000003520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2540.0	95.906	58.0	0.011518101170424313	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ENG0138_000000006554	3017	0.7836589245133817	3	3	3	2	2	False	64605	maximal	False	ENG0137_000000005559	0.9814755669115298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2096.0	92.796	81.0	0.0009184471535591032	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0239_000000004585	3018	0.7836552610497409	4	4	3	3	3	False	98915	fragment	False	ISR0239_000000004585	0.9811656848624626		0	0	False	False	0.9980119466781616	0					non-mobilizable	other	3018.0	99.63600000000001	100.0	0.012039298312822232	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ISR0312_000000000844	13310	0.7836549355213767	10	7	5	6	1	True	25272	maximal	True	ISR0312_000000000844	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0097_000000009303	3616	0.7836538344783177	5	4	3	3	4	False	112096	fragment	False	ENG0138_000000005143	0.8111480867664753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	77.882	9.0	0.00010837758751490192	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0115_000000002701	9331	0.7836507920929259	16	7	4	5	6	False	127076	fragment	False	SPA0115_000000002701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0117_01_000000009133	2465	0.7836497350222775	4	2	2	2	2	False	3171	maximal	True	USA0117_01_000000009133	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	94.34299999999999	84.0	0.0002510699509532818	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0190_000000019933	1124	0.783645152297157	2	1	0	1	0	True	29164	fragment	False	ISR0190_000000019933	1.0		0	0	False	False	0.9626334309577942	0					non-mobilizable	plasmid	1124.0	100.0	100.0	0.3705047838997031	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	False	True
ISR0271_000000000849	13545	0.7836398608664676	22	4	1	4	1	True	61768	fragment	False	ISR0271_000000000849	1.0		0	0	False	False	0.9999261498451233	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.565245422352328e-07	LR584435.1	bony fishes	Salmo trutta genome assembly, chromosome: 18	True	True
ISR0177_000000018894	1647	0.7836324704677812	2	2	2	2	2	False	29751	fragment	False	ISR0177_000000018894	1.0		0	0	False	False	0.9993928074836731	0					non-mobilizable	no_good_hit	1010.0	95.743	74.0	0.000286143825879211	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MAD0107_000000014765	2627	0.7836322965286356	5	5	2	5	1	True	131261	maximal	True	MAD0107_000000014765	1.0	PS1133	39	5	False	True	1.0	0					non-mobilizable	no_good_hit	1114.0	85.81700000000001	82.0	0.00037429268947810067	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0098_000000026593	1338	0.7836295019215984	2	2	2	2	2	False	39077	fragment	False	MON0098_000000026593	0.9762282091917591		0	0	False	False	0.9753363132476807	0					non-mobilizable	no_good_hit	585.0	74.53	43.0	0.00016187441580478844	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0096_000000015310	1290	0.7836132212938106	1	1	1	1	1	False	114343	fragment	False	MAD0037_000000010620	0.9676613392453371		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	99.92200000000001	100.0	0.0005465799319086071	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
FIJ0058_000000011554	3379	0.7836104435179571	3	3	3	3	3	False	90164	fragment	False	MAD0047_000000011838	0.9671939074399531		0	0	False	False	1.0	0					non-mobilizable	other	3379.0	99.822	100.0	0.0006238721405629365	CP010133.1	enterobacteria	Escherichia coli strain C11, complete genome	False	False
USA0121_01_000000030785	1362	0.783609332698697	2	1	1	1	1	False	31122	fragment	False	ISR0143_000000020222	0.9656726768377254		0	0	False	False	0.9875183701515198	0					non-mobilizable	no_good_hit								True	False
MON0087_000000031826	1608	0.7836089346122069	2	1	1	1	1	False	9688	maximal	True	MON0087_000000031826	1.0		0	0	False	False	0.9993780851364136	0					non-mobilizable	no_good_hit	1073.0	85.648	67.0	0.014920794288264167	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0057_000000002012	11942	0.7836087776815974	12	7	3	6	4	False	110800	maximal	True	SPA0057_000000002012	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	2488.0	91.238	55.0	0.0005406052284467303	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
FIJ0002_000000003305	9942	0.7836074161134493	11	5	2	3	0	False	59093	fragment	False	FIJ0002_000000003305	1.0		0	0	False	False	0.9996982216835022	0					non-mobilizable	no_good_hit	7549.0	97.086	76.0	0.04198445679445029	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
FIJ0144_000000018123	1737	0.7835796215754941	4	1	1	1	1	True	40069	maximal	True	FIJ0144_000000018123	1.0		0	0	False	False	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	952.0	98.95	55.0	0.00021652132871694378	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0081_000000008048	1171	0.7835796215754941	2	1	1	1	1	True	84302	fragment	False	CHI0081_000000008048	0.9910873440285205		0	0	False	False	1.0	0	rep_cluster_1702				non-mobilizable	other	1172.0	98.464	100.0	0.002896778138980978	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
ENG0011_000000013094	2108	0.7835710313301422	2	2	2	2	1	False	67182	maximal	True	ENG0011_000000013094	1.0		0	0	False	False	0.9900379776954651	0					non-mobilizable	no_good_hit	1262.0	99.921	60.0	0.0007010696733159873	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	False
ISR0212_000000018004	1971	0.7835695987015928	4	1	1	1	1	False	54262	fragment	False	ISR0212_000000018004	1.0		0	0	False	False	0.9974632263183594	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000015904	1606	0.7835695987015928	2	1	1	1	1	False	54261	fragment	False	ISR0224_000000018755	0.980885922330097		0	0	False	False	0.9887920022010803	0					non-mobilizable	no_good_hit								True	False
ISR0020_000000021430	1265	0.7835685917209868	2	2	2	1	2	False	37674	maximal	True	ISR0020_000000021430	1.0		1	1	False	False	0.991304337978363	0					non-mobilizable	no_good_hit								True	False
CHI0114_000000003228	2253	0.7835683635443434	2	2	2	2	1	False	82303	fragment	False	CHI0114_000000003228	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1193.0	81.308	96.0	0.0019241038919006392	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
CHI0036_000000003239	3518	0.7835673412717388	3	3	2	3	1	True	88073	fragment	False	CHI0036_000000003239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0110_000000013020	1280	0.7835669868759962	2	2	2	2	2	False	9366	fragment	False	SPA0132_000000031857	0.9843898890707402		0	0	False	False	1.0	0					non-mobilizable	chromosome	1280.0	99.68799999999999	100.0	0.0005406038278470569	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
CHI0125_000000005158	2994	0.7835661098280485	4	4	3	4	3	False	81641	fragment	False	ISR0159_000000008297	0.9343183241747617		0	0	False	False	0.9996659755706787	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000046026	1122	0.7835550571255876	2	2	2	2	2	False	71370	maximal	True	DEN0063_000000046026	1.0		0	0	False	False	0.9901960492134094	0					non-mobilizable	other	1112.0	77.788	99.0	0.00280477430331778	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
FIJ0033_000000031171	1259	0.7835534166996335	2	2	2	2	2	False	65647	fragment	False	FIJ0033_000000031171	1.0		0	0	False	False	0.9992057085037231	0					non-mobilizable	other	1247.0	99.35799999999999	99.0	0.011422180664796583	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0147_000000001883	11510	0.7835517729855949	11	6	3	6	3	True	90373	fragment	False	ISR0147_000000001883	0.9741417350631012		0	0	False	False	0.9993918538093567	0					non-mobilizable	plasmid	6323.0	95.84100000000001	97.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0249_000000018115	1256	0.7835515207278296	2	2	2	2	1	False	27046	maximal	True	ISR0249_000000018115	1.0		0	0	False	False	0.9896496534347534	0					non-mobilizable	no_good_hit	999.0	80.38	79.0	0.00024346165699562432	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0051_000000013667	2126	0.7835431544482641	2	1	1	1	1	True	34291	maximal	True	MAD0051_000000013667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	76.768	42.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0051_000000010127	2733	0.7835327655862792	3	3	3	3	3	False	83327	maximal	True	ENG0051_000000010127	1.0		118	11	False	False	0.9981704950332642	0					non-mobilizable	no_good_hit	886.0	75.508	32.0	0.0025834529102966098	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
MON0071_000000007143	1692	0.7835227484526912	3	3	3	3	2	False	108450	fragment	False	FIJ0081_000000019628	0.949945295404814		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	99.941	100.0	0.0003384350770044873	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
FIJ0033_000000031666	1241	0.7834963389618658	1	1	1	1	1	False	48227	fragment	False	FIJ0033_000000031666	1.0		0	0	False	False	0.9903303980827332	0					non-mobilizable	chromosome	1249.0	78.703	100.0	0.000226503007284081	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
AST0012_000000021772	1122	0.7834957579497583	2	2	2	2	2	False	124565	maximal	True	AST0012_000000021772	1.0		95	12	False	False	1.0	0					non-mobilizable	other	1110.0	85.045	98.0	0.003557115034846851	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0139_000000018097	1251	0.7834943389072722	2	2	2	2	2	False	57825	maximal	True	ENG0139_000000018097	1.0		180	13	False	False	0.9856114983558655	0					non-mobilizable	no_good_hit	139.0	77.69800000000001	11.0	0.008980029486663986	NZ_MLCF01000101.1	high GC Gram+	Streptomyces gilvigriseus strain MUSC 26, whole genome shotgun sequence	True	False
CHI0048_000000011180	1733	0.7834938040804134	3	2	0	2	1	True	86904	maximal	True	CHI0048_000000011180	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	98.72200000000001	54.0	0.003638507668794948	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
SPA0056_000000003585	8082	0.7834890397452895	12	6	6	5	5	False	116175	fragment	False	ISR0379_000000001939	0.9625380128819376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2020.0	93.26700000000001	46.0	0.0004563501221307863	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0074_000000018018	1299	0.7834885921593356	3	2	1	2	1	False	62144	maximal	True	ENG0074_000000018018	1.0		1	1	False	False	0.9976905584335327	0					non-mobilizable	no_good_hit								True	False
ISR0348_000000001547	6731	0.7834868286012647	9	3	3	3	1	False	53625	maximal	True	ISR0348_000000001547	1.0		1	1	False	False	0.9982172250747681	0					non-mobilizable	no_good_hit	724.0	94.475	11.0	0.0042025598995570745	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
ISR0064_000000010793	1986	0.7834818859812122	3	3	3	3	2	False	128006	fragment	False	ISR0064_000000010793	1.0		0	0	False	False	0.9823766350746155	0					non-mobilizable	other	1986.0	97.835	100.0	0.0005634875936212637	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0202_000000000643	13669	0.7834710497887291	17	11	5	8	6	True	122910	fragment	False	ISR0231_000000000600	0.956341451353838		0	0	False	False	1.0	0					non-mobilizable	chromosome	13670.0	98.625	100.0	0.004307805584860176	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0279_000000001596	9554	0.7834694288909619	14	6	6	5	3	False	48945	maximal	True	ISR0279_000000001596	1.0		0	0	False	False	0.9992673397064209	0					non-mobilizable	no_good_hit	1173.0	94.288	24.0	0.00027342980832850396	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0276_000000002072	5293	0.7834559397687093	7	7	5	6	5	False	130510	maximal	True	ISR0276_000000002072	1.0		1	1	False	False	0.9956546425819397	0					non-mobilizable	no_good_hit	2093.0	89.01100000000001	85.0	0.011788571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0076_000000003472	7011	0.7834551882619419	9	8	7	6	7	True	129451	fragment	False	ISR0357_000000002775	0.9733592912899134		0	0	False	False	0.9985736608505249	0					non-mobilizable	other	7011.0	98.959	100.0	0.0022446315362085324	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
CHI0168_000000007937	2070	0.7834526468402527	3	3	3	2	2	False	78103	fragment	False	CHI0168_000000007937	1.0		0	0	False	False	0.9908212423324585	0					non-mobilizable	no_good_hit	1384.0	90.751	72.0	0.00038810515317085564	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0025_000000010675	3612	0.7834414872704176	4	3	3	3	3	False	68824	fragment	False	ISR0025_000000010675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000014240	1556	0.7834383767673341	4	4	3	3	2	False	67751	fragment	False	FIJ0044_000000014240	0.9841901110447493		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	93.238	99.0	0.042327454520205525	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
ENG0138_000000002778	7622	0.783435094044532	5	5	4	4	4	True	75661	maximal	True	ENG0138_000000002778	1.0		1	1	False	False	0.9998688101768494	0					non-mobilizable	no_good_hit	2729.0	74.60600000000001	35.0	0.015540824129386129	NZ_NHOC01000003.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c3, whole genome shotgun sequence	True	True
ENG0160_000000004617	4745	0.7834247642179395	3	3	3	3	2	False	130369	maximal	True	ENG0160_000000004617	1.0	PS1101	97	12	False	True	1.0	0					non-mobilizable	no_good_hit	3371.0	99.525	71.0	0.0006726087760077057	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0277_000000003514	2504	0.7834240277238564	2	2	2	2	2	True	131094	maximal	True	ISR0277_000000003514	1.0		1	1	False	False	0.9864217042922974	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.002398778803518209	NZ_CACWQI010000043.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	True
ISR0779_000000020378	1687	0.7834228941973951	3	1	1	1	1	False	22336	maximal	True	ISR0779_000000020378	1.0		1	1	False	False	0.9786603450775146	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	4.8056737301639496e-05	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0079_000000018593	1533	0.7834228941973951	4	1	1	1	1	False	34348	fragment	False	ISR0079_000000018593	1.0		0	0	False	False	0.9654272794723511	0					non-mobilizable	no_good_hit	42.0	100.0	3.0	0.0001684968437664387	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
FIJ0034_000000007279	3976	0.7834193555650828	4	4	4	3	3	False	100469	fragment	False	MAD0111_000000004200	0.9838869608329202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	95.65799999999999	57.0	0.00366528042771416	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ENG0051_000000003447	7814	0.7834171673339935	15	7	4	5	6	False	119871	maximal	False	SPA0008_000000003034	0.9534359744648893		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	60.0	96.667	1.0	1.6498369317954616e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0139_000000002692	6415	0.7834168625335589	6	5	4	4	4	False	89342	maximal	True	ENG0139_000000002692	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1769.0	77.78399999999999	29.0	0.0005191805062972479	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0154_000000010204	2961	0.7834144047067012	4	4	4	4	3	False	107393	fragment	False	ENG0154_000000010204	0.9945943813548584		0	0	False	False	0.9989868402481079	0					non-mobilizable	chromosome	2962.0	99.39200000000001	100.0	0.0009329848928942799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0096_000000007670	2371	0.7834082874636689	2	2	2	2	1	True	131933	fragment	False	MAD0096_000000007670	0.9542000844238074		0	0	False	True	0.9776465892791748	0					non-mobilizable	no_good_hit								True	True
ENG0041_000000000303	46534	0.7833943418919506	48	40	12	18	34	True	125597	maximal	False	MON0095_000000000107	0.9580826077444637	PS105|PS854|PS855|PS93	0	0	True	True	0.9999784827232361	7					non-mobilizable	other	15859.0	98.77	99.0	0.006778120923833411	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
FIJ0024_000000003818	5376	0.7833927974364762	7	7	2	6	7	True	125599	backbone	False	MAD0046_000000003898	0.7021487956965042	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5377.0	99.721	100.0	0.08258698824794532	CP056941.1	enterobacteria	Escherichia coli strain RHB42-C04 plasmid pRHB42-C04_2, complete sequence	False	True
CHI0018_000000007372	2345	0.783390412191942	3	3	3	3	3	False	89562	fragment	False	CHI0018_000000007372	1.0		0	0	False	False	0.9931769967079163	0					non-mobilizable	other	1438.0	76.217	93.0	0.02955067920585162	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
ISR0308_000000007768	2172	0.7833888000103228	3	2	1	1	2	False	99074	fragment	False	ISR0308_000000007768	1.0		0	0	False	False	0.9981583952903748	0					non-mobilizable	no_good_hit	172.0	76.163	8.0	4.869139734059547e-05	CP060496.1	high GC Gram+	Brachybacterium sp. Z12 chromosome, complete genome	True	False
MON0051_000000024135	1495	0.7833886420370494	1	1	1	1	1	False	45862	fragment	False	MON0051_000000024135	1.0		0	0	False	False	0.9986622333526611	0					non-mobilizable	no_good_hit	657.0	71.53699999999999	43.0	0.00028152209904965626	CP034099.1	firmicutes	Limosilactobacillus fermentum strain LMT2-75 chromosome, complete genome	True	False
USA0037_01_000000024582	1372	0.7833869590043914	2	2	2	1	1	False	124691	fragment	False	ISR0115_000000023766	0.9634862465749799		0	0	False	False	0.9825072884559631	0					non-mobilizable	other	990.0	98.99	92.0	0.0038154097804114005	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0128_000000000663	27203	0.7833824659669665	37	7	5	3	6	True	97282	fragment	False	ISR0128_000000000663	0.9867505667161729		0	0	False	False	0.9995220899581909	0	rep_cluster_329				non-mobilizable	plasmid	27068.0	97.846	99.0	0.16343120308477077	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0295_000000013808	2530	0.7833761099088484	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9519544943078551		0	0	False	False	0.9968379735946655	0					non-mobilizable	chromosome	2518.0	96.26700000000001	99.0	0.00045579859576321246	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
USA0014_01_000000002500	2465	0.7833761099088484	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9942907955999963		0	0	False	False	1.0	0					non-mobilizable	chromosome	2465.0	99.919	100.0	0.00044193433078246587	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
MON0108_000000008858	2444	0.7833761099088484	4	4	4	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9862448435981298		0	0	False	False	0.9995908141136169	0					non-mobilizable	chromosome	2444.0	100.0	100.0	0.0004342734354779532	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0130_000000007670	2120	0.7833714887090101	3	3	3	3	3	False	81098	maximal	True	CHI0130_000000007670	0.9763313609467456		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	78.271	39.0	0.00015476728253414635	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
AST0031_000000003279	8306	0.7833704619684575	3	3	3	2	1	False	117612	fragment	False	AST0031_000000003279	1.0		0	0	False	False	0.9997591972351074	0					non-mobilizable	no_good_hit	6890.0	99.245	83.0	0.03469200709048425	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
CAN0005_000000001732	11107	0.783367819930882	15	11	7	6	10	True	124093	fragment	False	CAN0005_000000001732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7002.0	99.272	67.0	0.001967223803183193	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0049_000000003543	5409	0.7833671628661998	5	5	5	5	4	False	114952	maximal	False	MON0021_000000003831	0.9708867521367521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	75.542	15.0	0.0002161500933626407	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MAD0095_000000009918	3157	0.7833665364235028	4	4	3	3	3	False	125473	fragment	False	MAD0095_000000009918	0.817387703473543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	85.24	85.0	0.00042584435539391805	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0045_000000001076	16805	0.7833630457804451	19	8	6	6	3	True	100672	maximal	False	ISR0321_000000000337	0.9724192048360847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	99.09899999999999	1.0	0.0005411654736427816	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	True
ISR0284_000000009848	1447	0.7833556252151743	2	2	2	2	1	False	102653	fragment	False	AUS0022_000000023272	0.9920486198461145		0	0	False	False	0.9882515668869019	0					non-mobilizable	no_good_hit	1110.0	81.171	86.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0255_000000001304	16502	0.7833498790910629	15	9	5	8	5	False	131823	maximal	True	ISR0255_000000001304	1.0		78	6	False	False	0.9972730875015259	0					non-mobilizable	other	14688.0	98.775	99.0	0.31810501689628284	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
ISR0153_000000010317	2670	0.7833379503220694	4	2	2	2	2	False	102660	fragment	False	ISR0153_000000010317	1.0		0	0	False	False	0.9992509484291077	0					non-mobilizable	chromosome	1110.0	81.171	92.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0043_000000009062	2432	0.7833379503220694	4	2	2	2	2	False	102657	fragment	False	ISR0119_000000014302	0.4178506559027776		0	0	False	False	0.9888980388641357	0					non-mobilizable	chromosome	1110.0	81.26100000000001	92.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0387_000000011142	2180	0.7833379503220694	4	2	2	2	2	False	102657	fragment	False	ISR0119_000000014302	0.2050094344897511		0	0	False	False	0.9972476959228516	0					non-mobilizable	chromosome	1110.0	81.171	92.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0371_000000009008	2080	0.7833379503220694	3	2	2	2	2	False	102657	fragment	False	ISR0119_000000014302	0.20315934195073782		0	0	False	False	0.9975961446762085	0					non-mobilizable	no_good_hit	961.0	81.374	66.0	0.0002668054737788245	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0267_000000010256	1719	0.7833379503220694	2	2	2	2	2	False	102655	fragment	False	ISR0267_000000010256	0.969825190635218		0	0	False	False	0.9947643876075745	0					non-mobilizable	no_good_hit	1110.0	81.171	88.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0177_000000018991	1641	0.7833379503220694	2	2	2	2	2	False	102655	fragment	False	ISR0267_000000010256	0.6465439700654739		0	0	False	False	0.9987812042236328	0					non-mobilizable	no_good_hit	1110.0	81.171	87.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0137_000000025203	1466	0.7833379503220694	2	2	2	2	2	False	102655	fragment	False	ISR0267_000000010256	0.7466566622019473		0	0	False	False	0.9959072470664978	0					non-mobilizable	chromosome	961.0	81.374	92.0	0.0002668054737788245	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0134_000000027570	1402	0.7833379503220694	2	2	2	2	2	False	102655	fragment	False	ISR0267_000000010256	0.43428627226578426		0	0	False	False	0.9971469044685364	0					non-mobilizable	chromosome	961.0	81.374	92.0	0.0002668054737788245	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0202_000000015082	1400	0.7833379503220694	2	2	2	2	2	False	102655	fragment	False	ISR0267_000000010256	0.5341021186232645		0	0	False	False	0.9985714554786682	0					non-mobilizable	chromosome	914.0	81.83800000000001	93.0	0.0002579878088671576	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0145_000000025563	1356	0.7833379503220694	2	2	2	2	2	False	102655	fragment	False	ISR0267_000000010256	0.4264525602923487		0	0	False	False	0.994837760925293	0					non-mobilizable	chromosome	914.0	81.83800000000001	92.0	0.0002579878088671576	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0014_000000004089	6443	0.7833364664265906	9	2	2	1	2	False	66935	maximal	True	ENG0014_000000004089	1.0		0	0	False	False	0.9998447895050049	0					non-mobilizable	no_good_hit	197.0	73.604	3.0	6.0069892720773976e-05	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
SPA0107_000000014127	2289	0.7833364664265906	2	2	2	1	2	False	47933	fragment	False	SPA0107_000000014127	1.0		0	0	False	False	0.9978156685829163	0					non-mobilizable	no_good_hit	358.0	70.95	15.0	0.00010893503861280254	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
USA0035_01_000000013906	1825	0.7833364664265906	3	2	2	1	2	False	47931	fragment	False	ISR0058_000000013868	0.9693463161730209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	70.95	19.0	0.00010893503861280254	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
MON0008_000000019889	1796	0.7833364664265906	3	2	2	1	2	False	47931	fragment	False	ISR0058_000000013868	0.9466521499649042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000004897	6594	0.7833353473265654	7	6	5	6	4	True	125297	fragment	False	SPA0027_000000004897	1.0		0	0	False	False	0.9993934035301208	0					non-mobilizable	no_good_hit	866.0	85.219	30.0	0.0018003625817324884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0096_000000020216	1831	0.7833291394519921	3	3	3	2	2	False	102683	fragment	False	CAN0020_000000020591	0.9279725290611847		0	0	False	False	0.9978154301643372	0					non-mobilizable	chromosome	1830.0	88.579	99.0	0.0005069422695479695	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0209_000000007489	2507	0.7833278985923382	3	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9510225149878351		0	0	False	False	1.0	0					non-mobilizable	other	2507.0	100.0	100.0	0.0008042098750297647	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0831_000000007027	2504	0.7833278985923382	3	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9520350165720621		0	0	False	False	1.0	0					non-mobilizable	other	2502.0	99.72	100.0	0.008935557516622424	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0217_000000011148	2146	0.7833278985923382	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.2774862596142724		0	0	False	False	1.0	0					non-mobilizable	other	2146.0	99.95299999999999	100.0	0.007663642892105197	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
FIJ0003_000000010516	2294	0.7833168237372501	3	3	3	3	2	False	53001	maximal	True	FIJ0003_000000010516	1.0		8	2	False	False	0.9921534657478333	0					non-mobilizable	no_good_hit	1163.0	73.861	63.0	0.0019839661035078245	CP003502.1	CFB group bacteria	Prevotella intermedia 17 chromosome I, complete sequence	True	False
DEN0041_000000003358	9075	0.7833144978415857	14	8	6	6	6	True	73159	fragment	False	DEN0041_000000003358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4885.0	74.862	76.0	0.0013418420336460226	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0364_000000007013	2351	0.7833078590268631	4	3	2	3	2	False	121332	fragment	False	SPA0114_000000018546	0.787785663972871		0	0	False	False	1.0	0					non-mobilizable	chromosome	2254.0	99.42299999999999	100.0	0.0007101401904360854	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0133_000000011672	2107	0.7833078590268631	3	3	2	3	2	False	121332	fragment	False	SPA0114_000000018546	0.7079882103962544		0	0	False	False	1.0	0					non-mobilizable	chromosome	2107.0	99.336	100.0	0.0006638061433903222	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0777_000000006161	2772	0.7832996013145045	3	3	3	3	2	False	99231	fragment	False	CHI0111_000000008113	0.35146697375952274		0	0	False	False	0.9978355169296265	0					non-mobilizable	no_good_hit	971.0	75.283	35.0	0.00046476314992611393	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0040_000000003104	2528	0.7832891680332177	2	2	2	2	2	False	87819	fragment	False	DEN0040_000000003104	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2528.0	99.64399999999999	100.0	0.0008112911697361105	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0014_000000016100	2028	0.7832703373532826	2	1	1	1	1	False	105812	fragment	False	MAD0014_000000016100	0.9611953392395991		0	0	False	False	0.9990137815475464	0					non-mobilizable	chromosome	2046.0	83.969	100.0	0.000682612926494234	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0072_000000013541	1855	0.7832703373532826	2	1	1	1	1	False	105806	fragment	False	FIJ0072_000000013541	1.0		0	0	False	False	0.987601101398468	0					non-mobilizable	other	1874.0	86.39299999999999	100.0	0.0005761540658371126	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0084_000000010639	3147	0.7832692997814703	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3089652604037869		0	0	False	False	0.997775673866272	0					non-mobilizable	chromosome	3163.0	93.709	100.0	0.001016914298459673	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0060_000000003771	3498	0.7832642288578784	5	1	1	1	1	False	45881	maximal	True	FIJ0060_000000003771	1.0		2	1	False	False	0.9982847571372986	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.02654867256637168	XM_004027091.1	ciliates	Ichthyophthirius multifiliis zinc mynd domain protein 12 (IMG5_188650) mRNA, complete cds	True	False
SPA0126_000000001827	15840	0.7832504084153601	20	8	2	8	2	False	3997	maximal	True	SPA0126_000000001827	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0005_000000000982	12418	0.7832504084153601	15	8	2	8	2	False	20007	maximal	True	MAD0005_000000000982	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0172_000000006104	2626	0.7832476317563897	4	4	2	3	3	False	122174	fragment	False	SPA0130_000000011511	0.6716517680180967		0	0	False	False	0.9954302906990051	0					non-mobilizable	other	2624.0	97.637	99.0	0.0453835744769439	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0332_000000005008	2696	0.7832461810410787	3	2	2	2	0	True	24577	maximal	True	ISR0332_000000005008	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	98.15100000000001	48.0	0.008743678556719129	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0108_000000021233	1308	0.7832439733354678	2	1	1	1	1	False	67293	fragment	False	SPA0108_000000021233	1.0		0	0	False	False	0.9954128265380859	0					non-mobilizable	no_good_hit	474.0	74.684	36.0	0.0002047326113184254	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0324_000000003748	8371	0.7832407775166117	9	4	3	4	2	False	24954	maximal	True	ISR0324_000000003748	1.0		3	2	False	False	0.999163806438446	0					non-mobilizable	no_good_hit	1610.0	80.062	19.0	0.0006889586751089509	CP029458.1	firmicutes	Clostridium novyi strain 150557 chromosome, complete genome	True	False
FIJ0090_000000000320	44516	0.7832407634555233	65	15	10	13	10	True	49833	maximal	True	FIJ0090_000000000320	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	True
CHI0113_000000005222	1529	0.7832350790017116	2	2	2	2	1	False	82344	maximal	True	CHI0113_000000005222	1.0		1	1	False	False	0.9921517372131348	0					non-mobilizable	chromosome	1413.0	100.0	92.0	0.0003951915377512874	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0820_000000011163	2139	0.7832312201454613	3	2	2	2	1	False	42505	fragment	False	FIJ0104_000000011544	0.9560195468680587		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	96.53200000000001	98.0	0.0353280131708321	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0223_000000001767	11354	0.7832302451714543	13	11	9	8	6	True	130471	fragment	False	ISR0223_000000001767	1.0		0	0	False	False	0.9972696900367737	0					non-mobilizable	no_good_hit	4209.0	99.19200000000001	58.0	0.006713026494673619	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
CHI0108_000000002790	2759	0.78321590045801	3	3	3	2	1	False	86689	fragment	False	CHI0108_000000002790	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2767.0	98.844	100.0	0.05005793323195018	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	False	False
ENG0062_000000003874	5885	0.7832036163972848	7	4	4	3	3	False	102634	fragment	False	ENG0062_000000003874	1.0		0	0	False	False	0.9993203282356262	0					non-mobilizable	no_good_hit	4046.0	95.947	69.0	0.16774487849382103	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
DEN0016_000000000732	6402	0.7831955210463597	10	8	4	6	5	False	130036	maximal	True	DEN0016_000000000732	1.0	PS1072|PS1075|PS1077|PS974|PS975	64	8	False	True	0.9996876120567322	0					non-mobilizable	no_good_hit	2534.0	97.119	43.0	0.5041816009557945	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0001_000000017570	1383	0.7831898615076093	2	2	1	2	0	True	80989	fragment	False	CHI0131_000000012650	0.9387254901960784		0	0	False	False	0.9761388301849365	0					non-mobilizable	other	1344.0	99.926	97.0	0.0004068036471173736	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
CHI0044_000000006162	2386	0.7831886253652701	2	2	2	1	2	False	130354	maximal	True	CHI0044_000000006162	1.0	PS1101	4	2	False	True	0.9991617798805237	0					non-mobilizable	no_good_hit	1251.0	99.361	52.0	0.0002267883485943749	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
USA0005_01_000000007520	4833	0.7831842936187667	7	3	2	2	3	False	123395	fragment	False	USA0005_01_000000007520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	77.851	16.0	0.0006183627493031118	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
ENG0152_000000000594	29098	0.7831699685961006	31	11	6	8	4	False	75401	fragment	False	ENG0152_000000000594	1.0		0	0	False	True	0.999931275844574	0					non-mobilizable	no_good_hit	1955.0	91.91799999999999	7.0	0.0008908066292798515	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	True
ENG0116_000000007237	3206	0.7831680169626404	5	4	4	2	2	False	62398	maximal	True	ENG0116_000000007237	1.0		30	7	False	False	0.9993761777877808	0					non-mobilizable	no_good_hit	857.0	73.979	38.0	0.0002559884738930908	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0125_000000009009	1708	0.7831638394042101	3	3	3	3	2	False	99062	fragment	False	ISR0258_000000013776	0.9424802110817943		0	0	False	False	0.9982435703277588	0					non-mobilizable	chromosome	1708.0	98.712	100.0	0.0005800367458545382	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0032_000000015813	1120	0.7831574262131972	2	2	2	2	1	False	18905	maximal	True	MAD0032_000000015813	1.0		7	5	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit	62.0	82.258	6.0	2.4872913682426716e-05	NZ_CP019937.1	a-proteobacteria	Ketogulonicigenium robustum strain SPU_B003, complete genome	True	False
ENG0067_000000003330	7970	0.783154328915198	6	6	5	4	4	False	100734	fragment	False	ENG0067_000000003330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2993.0	85.499	37.0	0.00047553168259785656	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
SPA0043_000000001924	8462	0.7831518766812346	12	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9541972673242928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3345.0	95.516	39.0	0.5384490853164967	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0143_000000004209	8442	0.7831518766812346	12	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9504701458620136		0	0	False	False	0.9998815655708313	0					non-mobilizable	no_good_hit	3390.0	95.48700000000001	40.0	0.5457341751659381	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0171_000000002561	8392	0.7831518766812346	12	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9519656361103676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3308.0	95.435	39.0	0.5324591225514004	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0262_000000001703	8352	0.7831518766812346	11	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9514118631680794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3267.0	95.40899999999999	39.0	0.5258215962441315	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0008_000000002543	8177	0.7831518766812346	11	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9467132084656448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3108.0	95.495	38.0	0.5002428363283147	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0152_000000006338	3568	0.7831491023342895	4	2	2	1	2	False	125514	fragment	False	ISR0196_000000004778	0.9446979865771812		0	0	False	False	1.0	0					non-mobilizable	other	3468.0	83.478	97.0	0.0015151090036755422	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0017_000000027177	1118	0.7831380713970233	2	1	1	1	1	False	50072	maximal	True	FIJ0017_000000027177	1.0		0	0	False	False	0.9794275760650635	0					non-mobilizable	no_good_hit	581.0	75.043	52.0	0.002626535749564141	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
CHI0133_000000014269	1406	0.7831375690836829	2	2	2	1	1	False	80781	maximal	True	CHI0133_000000014269	1.0		1	1	False	False	0.9992887377738953	0					non-mobilizable	no_good_hit								True	False
DEN0041_000000023121	1472	0.7831355710891069	2	2	2	2	2	False	104392	fragment	False	ISR0145_000000016568	0.6445338753633053		0	0	False	False	0.973505437374115	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000027708	1380	0.7831285748384175	2	2	2	1	1	False	52311	fragment	False	FIJ0002_000000027708	1.0		0	0	False	False	0.997826099395752	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000015800	2029	0.783127149885478	4	4	4	3	3	False	29469	maximal	True	ISR0183_000000015800	1.0		4	3	False	False	0.9847215414047241	0					non-mobilizable	other	2010.0	99.70100000000001	99.0	0.0010463007617319533	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
MAD0025_000000000414	17436	0.7831266836116552	20	18	10	12	16	False	48588	maximal	True	MAD0025_000000000414	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	13033.0	99.38600000000001	87.0	0.0026542442035046862	CP032426.1	enterobacteria	Escherichia coli strain SCEC020001 chromosome, complete genome	True	False
MON0060_000000027188	1542	0.783124026493361	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.43427013173539925		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	97.64200000000001	99.0	0.013988962836660982	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
AST0094_000000010347	2158	0.7831230550013575	3	2	1	2	1	False	109241	maximal	True	AST0094_000000010347	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	84.272	39.0	0.00025478382225124096	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0011_000000011142	2432	0.7831228070947376	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.5545852003543447		0	0	False	False	0.9736841917037964	0					non-mobilizable	chromosome	2374.0	96.083	98.0	0.000663597121818911	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0093_000000013839	2332	0.7831174989973353	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.8655600169362045		0	0	False	False	0.9807032346725464	0					non-mobilizable	no_good_hit	753.0	77.955	32.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0268_000000008585	2271	0.7831174989973353	3	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.8204618817161794		0	0	False	False	0.9995596408843994	0					non-mobilizable	no_good_hit	754.0	78.117	33.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0131_000000014968	2162	0.7831174989973353	3	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.7374494421980625		0	0	False	False	0.999537467956543	0					non-mobilizable	no_good_hit	753.0	78.08800000000001	35.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0088_000000014321	1945	0.7831174989973353	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.4429962126248544		0	0	False	False	0.9969151616096497	0					non-mobilizable	no_good_hit	753.0	77.955	38.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
CHI0056_000000003579	4652	0.7831172678438352	5	3	1	2	2	False	99264	maximal	True	CHI0056_000000003579	1.0	PS556	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1664.0	98.31700000000001	36.0	0.0032209206836176577	NZ_LT635837.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
ENG0072_000000002466	4861	0.7831119267533675	7	5	1	1	5	True	100022	fragment	False	ENG0072_000000002466	0.9464225982600776		0	0	False	False	1.0	0					non-mobilizable	other	4864.0	99.198	100.0	0.001560603600267257	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0014_000000005443	4715	0.7831119267533675	7	5	1	1	5	True	100022	fragment	False	ENG0072_000000002466	0.927396250582221		0	0	False	False	0.9997879266738892	0					non-mobilizable	other	4715.0	100.0	100.0	0.0015127874504749844	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0392_000000003661	7245	0.783110961548742	8	7	7	6	4	True	126423	maximal	True	ISR0392_000000003661	1.0	PS317|PS959	4	3	False	True	0.9998619556427002	0					non-mobilizable	no_good_hit	3014.0	85.833	41.0	0.0008882044143670544	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ENG0042_000000012614	2054	0.7831098523232475	3	2	2	2	2	False	64700	maximal	True	ENG0042_000000012614	1.0		14	8	False	False	0.9980525970458984	0					non-mobilizable	no_good_hit	262.0	83.969	13.0	0.283205268935236	GQ878135.1		Uncultured organism clone VC1BV59TR genomic sequence	True	False
FIJ0067_000000013857	2195	0.7831073790444816	3	2	1	1	2	False	104849	fragment	False	DEN0064_000000009405	0.5467473549016485		0	0	False	False	1.0	0					non-mobilizable	plasmid	2195.0	98.542	100.0	0.17700685760387252	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0058_000000014200	1840	0.7831066141422239	3	3	3	3	2	False	41940	fragment	False	ISR0058_000000014200	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	99.647	99.0	0.006987209853150165	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
FIJ0022_000000002277	9209	0.7831021795982726	13	9	5	8	7	False	49501	maximal	True	FIJ0022_000000002277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.6556887839474008e-06	LN590689.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG29, chromosome: 29	True	False
SPA0047_000000003192	11841	0.7831015024521458	15	15	6	9	14	True	131135	maximal	True	SPA0047_000000003192	1.0		56	7	False	False	1.0	0					non-mobilizable	chromosome	10714.0	99.90700000000001	92.0	0.003374505494366946	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ENG0001_000000006399	3889	0.7830925815296889	4	4	4	4	4	False	68078	fragment	False	ENG0001_000000006399	1.0		0	0	False	False	0.9925430417060852	0					non-mobilizable	chromosome	3889.0	100.0	100.0	0.0019998549487922944	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ENG0043_000000010550	3192	0.7830907688466565	3	3	3	3	3	False	128189	maximal	True	ENG0043_000000010550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1703.0	98.76700000000001	53.0	0.011003886010362694	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
MON0053_000000014246	2629	0.7830855472018962	4	4	4	3	3	False	127054	fragment	False	ENG0049_000000005054	0.34852203151556654		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	98.935	97.0	0.0006451514536386332	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0054_000000017413	2581	0.7830855472018962	4	4	4	3	3	False	127054	fragment	False	ENG0049_000000005054	0.27390361841919825		0	0	False	False	1.0	0					non-mobilizable	other	2112.0	98.911	97.0	0.0006308014676448176	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0115_000000007636	3166	0.7830837446045267	5	3	3	2	1	False	41746	maximal	True	FIJ0115_000000007636	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	2124.0	89.64200000000001	79.0	0.0005652582515300519	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0090_000000015364	1911	0.7830660757364424	3	3	3	3	3	False	97308	fragment	False	ISR0090_000000015364	1.0		0	0	False	False	0.9863945841789246	0					non-mobilizable	chromosome	1911.0	99.163	100.0	0.0007442932000827685	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
MAD0032_000000008752	1898	0.7830597833712255	4	3	3	2	1	True	71863	fragment	False	MAD0032_000000008752	0.9690831556503199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0007_000000002852	7335	0.7830534304112514	9	7	0	4	6	False	8217	maximal	True	SPA0007_000000002852	1.0		1	1	False	False	0.9964553713798523	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.348459140222213e-06	NZ_CP053840.1	e-proteobacteria	Arcobacter venerupis strain LMG 26156 chromosome, complete genome	True	False
USA0045_01_000000003997	3478	0.7830516712486524	5	2	2	1	1	True	41004	maximal	True	USA0045_01_000000003997	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	2.0	0.0003378585908225321	NZ_SLUI01000011.1	firmicutes	Anaerospora hongkongensis strain DSM 15969 Ga0310510_111, whole genome shotgun sequence	True	True
ISR0204_000000002349	4048	0.7830469215693424	3	3	2	3	3	False	127851	fragment	False	AST0084_000000005459	0.24460391436055487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.551	29.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0138_000000013853	1913	0.7830199971594434	2	2	2	2	2	False	109768	fragment	False	SPA0138_000000013853	1.0		0	0	False	False	0.9947726130485535	0					non-mobilizable	no_good_hit	159.0	100.0	8.0	6.939405811181403e-05	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MAD0042_000000002539	8098	0.7830190062650931	6	6	4	5	6	False	113264	fragment	False	SPA0073_000000001616	0.38099041533546324		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	8098.0	100.0	100.0	0.13209455601416056	MK092064.1	enterobacteria	Escherichia coli strain 39R861 plasmid 39R861-3, complete sequence	False	True
SPA0104_000000004906	6525	0.7830189229931948	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.1913990549868308		0	0	False	False	1.0	0					non-mobilizable	chromosome	5944.0	96.736	92.0	0.0016864495245571967	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0131_000000015865	2063	0.7830144696074434	3	3	3	3	3	False	48686	fragment	False	FIJ0110_000000007930	0.9777009247308861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.143	45.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0248_000000002091	2034	0.7830144696074434	3	3	3	3	3	False	27083	fragment	False	ISR0248_000000002091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	77.908	47.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0131_000000000416	42366	0.7830142991245529	42	26	16	23	11	True	119539	fragment	False	ISR0046_000000000133	0.8498134221870715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	15199.0	97.34200000000001	72.0	0.08441395884443999	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ENG0137_000000005346	3255	0.7830102416667015	4	3	3	3	3	False	57997	maximal	True	ENG0137_000000005346	1.0		4	2	False	False	0.9956989288330078	0					non-mobilizable	no_good_hit	1479.0	87.221	68.0	0.00026508885588331357	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ENG0152_000000002907	7698	0.7830079188714891	3	3	2	3	3	True	103506	fragment	False	MON0033_000000008819	0.8869944592325704		0	0	False	False	0.9998701214790344	0		MOBF	MPF_T		conjugative	plasmid	7698.0	99.87	100.0	0.06882706941724566	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
MAD0040_000000009160	3202	0.7830070281145117	7	1	1	1	1	False	18885	fragment	False	MAD0040_000000009160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.86835713948499e-05	NZ_RJUL01000004.1	g-proteobacteria	Gallaecimonas pentaromativorans strain DSM 21945 Ga0244683_104, whole genome shotgun sequence	True	False
USA0003_01_000000013567	2909	0.7830070281145117	6	1	1	1	1	False	18884	fragment	False	USA0003_01_000000013567	1.0		0	0	False	False	0.9969061613082886	0					non-mobilizable	no_good_hit								True	False
MAD0033_000000007613	2569	0.7830070281145117	5	1	1	1	1	False	18883	fragment	False	MAD0033_000000007613	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000022168	1899	0.7830034117489421	3	3	3	2	2	False	80610	fragment	False	SPA0040_000000022168	0.9932697700504767		0	0	False	False	1.0	0					non-mobilizable	chromosome	1595.0	82.508	97.0	0.0003531887581375847	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0169_000000015769	1527	0.7830028485227463	2	2	2	2	2	False	55888	fragment	False	ENG0169_000000015769	1.0		0	0	False	False	0.9947609901428223	0					non-mobilizable	other	794.0	99.874	100.0	0.00015350691681260793	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0208_000000015421	1996	0.7829861619717423	2	2	2	2	2	False	91047	fragment	False	ENG0208_000000015421	0.996384872080089		0	0	False	False	0.9984970092773438	0					non-mobilizable	other	1996.0	97.796	100.0	0.021682425823280078	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0043_000000005334	1773	0.7829838021483152	2	2	2	2	2	False	90828	fragment	False	CHI0043_000000005334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	80.266	63.0	0.00016743321846351478	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
DEN0026_000000008431	3499	0.7829787961480187	4	4	4	4	3	False	74208	maximal	True	DEN0026_000000008431	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	84.0	2.0	7.892431701935704e-06	NC_022657.1	high GC Gram+	Actinoplanes friuliensis DSM 7358, complete sequence	True	False
ISR0194_000000003797	5512	0.7829578541285582	5	5	2	5	2	True	29057	fragment	False	ISR0194_000000003797	1.0		0	0	False	False	0.9996371269226074	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	1.0	0.010520163646990065	LN853428.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0822	True	True
ISR0280_000000001744	4585	0.7829578541285582	5	5	2	5	2	True	26201	fragment	False	ISR0280_000000001744	1.0		0	0	False	False	0.9997819066047668	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	1.0	0.010520163646990065	LN853428.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0822	True	True
MON0055_000000012614	1851	0.7829504555935461	2	2	2	1	1	False	94967	fragment	False	MON0055_000000012614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	75.19	49.0	0.0052658221955860195	NZ_FRDE01000002.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
FIJ0093_000000001296	14569	0.782939950919673	14	12	8	11	5	True	97815	fragment	False	FIJ0093_000000001296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8960.0	99.743	62.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ENG0023_000000008994	1916	0.7829357476459412	3	3	2	2	2	False	66270	fragment	False	ISR0070_000000009974	0.9547630445189086		0	0	False	False	0.9984342455863953	0					non-mobilizable	chromosome	1925.0	83.792	100.0	0.0005064884113307621	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0019_01_000000000225	55812	0.7829346864008654	74	18	13	14	14	True	49010	maximal	True	USA0019_01_000000000225	1.0	PS104	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	14088.0	97.899	87.0	0.0037970278651499466	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0028_000000017037	1782	0.7829340267183313	3	1	1	1	1	False	95970	maximal	True	DEN0028_000000017037	1.0		2	2	False	False	0.996632993221283	0					non-mobilizable	no_good_hit	198.0	76.263	11.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0060_000000015774	1738	0.7829340267183313	2	1	1	1	1	False	95968	fragment	False	ISR0060_000000015774	0.9731717622648485		0	0	False	False	0.9838895201683044	0					non-mobilizable	no_good_hit	198.0	76.263	11.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
USA0019_01_000000019028	1602	0.7829340267183313	1	1	1	1	1	False	95969	maximal	True	USA0019_01_000000019028	1.0		0	0	False	False	0.9937577843666077	0					non-mobilizable	no_good_hit	198.0	76.263	12.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0117_000000017223	1585	0.7829340267183313	2	1	1	1	1	False	95968	fragment	False	ISR0060_000000015774	0.6292225782662539		0	0	False	False	0.9873816967010498	0					non-mobilizable	no_good_hit	198.0	76.263	12.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0010_000000016544	1538	0.7829340267183313	1	1	1	1	1	False	95968	fragment	False	ISR0060_000000015774	0.5278141543070942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	75.635	13.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
CHI0182_000000020000	1442	0.7829340267183313	1	1	1	1	1	False	95968	fragment	False	ISR0060_000000015774	0.41347494806810137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	14.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0019_000000023555	1236	0.7829340267183313	1	1	1	1	1	False	95966	fragment	False	SPA0019_000000023555	0.9964221824686941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	16.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
CAN0004_000000026264	1118	0.7829340267183313	2	1	1	1	1	False	95966	fragment	False	SPA0019_000000023555	0.9490291262135921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	17.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
AST0149_000000002624	9988	0.7829182641799489	8	7	5	7	7	False	104564	maximal	True	AST0149_000000002624	1.0		1	1	False	False	0.9994993805885315	0					non-mobilizable	no_good_hit	2395.0	99.24799999999999	25.0	0.0006664578766050737	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0118_000000014007	1919	0.7829140978072942	3	3	2	3	1	False	4250	maximal	True	SPA0118_000000014007	1.0		5	3	False	False	0.9947889447212219	0					non-mobilizable	no_good_hit								True	False
DEN0039_000000006635	2722	0.7829064614105442	5	1	1	1	1	True	73291	fragment	False	DEN0039_000000006635	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	75.12100000000001	30.0	0.00021771504180637607	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0039_000000016938	2147	0.7829064614105442	2	1	1	1	1	True	36544	maximal	True	ISR0039_000000016938	1.0		3	3	False	False	0.9934792518615723	0					non-mobilizable	no_good_hit	505.0	97.228	24.0	0.0001403069213905418	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0120_000000018296	1879	0.7829064614105442	3	1	1	1	1	True	32265	maximal	True	ISR0120_000000018296	1.0		0	0	False	False	0.9882916212081909	0					non-mobilizable	no_good_hit								True	True
ISR0122_000000011103	1609	0.7829064614105442	2	1	1	1	1	True	76073	fragment	False	ISR0122_000000011103	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1607.0	99.93799999999999	99.0	0.00043007424002587945	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0035_000000010115	3130	0.7829004923292047	4	3	2	3	3	False	73474	fragment	False	DEN0035_000000010115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0128_000000007663	4824	0.7828895533885841	8	6	3	4	6	True	33552	maximal	True	SPA0128_000000007663	1.0		3	2	False	False	0.9979270100593567	0					non-mobilizable	no_good_hit	3759.0	97.34	78.0	0.0010650909074392853	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0272_000000007370	1405	0.7828890353678452	2	2	2	2	1	False	26393	fragment	False	ISR0272_000000007370	1.0		0	0	False	False	0.962989330291748	0					non-mobilizable	other	1405.0	100.0	100.0	0.044531844709464606	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
BAN0016_000000000141	4825	0.782876920210042	4	3	2	3	3	False	98351	fragment	False	BAN0016_000000000141	1.0		0	0	False	False	0.9981347322463989	0					non-mobilizable	plasmid	4783.0	98.85	100.0	0.024060619477931852	CP022731.1	enterobacteria	Escherichia coli strain SA186 plasmid pSA186_2, complete sequence	False	True
SPA0156_000000001833	6540	0.782873031771874	8	6	3	3	5	True	132410	maximal	False	ISR0048_000000002906	0.9256094471954259	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	no_good_hit	4712.0	99.682	77.0	0.040058173653458526	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0013_000000003395	6537	0.782873031771874	8	6	3	3	5	True	132410	maximal	False	ISR0048_000000002906	0.9249349298624364	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	no_good_hit	2982.0	99.49700000000001	78.0	0.5668378018634721	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ENG0143_000000012642	1476	0.7828705893509134	3	2	2	2	2	False	121031	fragment	False	DEN0096_000000023538	0.3148030250644794		0	0	False	False	0.9871273636817932	0					non-mobilizable	no_good_hit	989.0	72.396	66.0	0.0054587055390963625	NZ_SLXA01000005.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_105, whole genome shotgun sequence	True	False
ISR0047_000000017781	1684	0.7828575998972325	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5280106787267512		0	0	False	False	1.0	0					non-mobilizable	other	1684.0	99.46600000000001	100.0	0.017522671192228806	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0028_000000003973	3881	0.7828406821701106	5	4	3	4	4	False	131145	maximal	True	ENG0028_000000003973	1.0		36	7	False	False	1.0	0					non-mobilizable	no_good_hit	2836.0	99.01299999999999	75.0	0.017583481206646233	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ISR0821_000000002796	8480	0.7828396462354398	13	11	5	8	9	False	132521	backbone	False	USA0060_01_000000001071	0.098953960971309	PS1166	0	0	False	True	0.9978773593902588	0					non-mobilizable	other	8480.0	99.764	100.0	0.3168653537127695	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0171_000000020032	1482	0.7828396046335308	2	2	2	2	2	False	29969	maximal	True	ISR0171_000000020032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	87.402	79.0	0.0002984055100429704	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
FIJ0064_000000006680	4039	0.7828359741928395	5	2	1	1	2	False	47562	maximal	True	FIJ0064_000000006680	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1850.0	87.73	47.0	0.002059385263458518	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0139_000000007160	3353	0.7828282808789877	7	3	2	3	2	True	117096	maximal	False	ISR0062_000000007440	0.37175360710321864		0	0	False	True	0.9967193603515625	0					non-mobilizable	no_good_hit	386.0	84.456	30.0	0.1012925349512002	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
FIJ0104_000000006926	3592	0.7828266392472841	3	2	2	2	2	False	90694	fragment	False	FIJ0104_000000006926	1.0		0	0	False	False	0.9955456852912903	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	9.70404932853687e-06	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0012_000000009722	2391	0.782821084947712	3	3	3	3	2	True	38178	fragment	False	ISR0012_000000009722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	2.0	3.935003784301512e-05	NZ_WTYL01000001.1	a-proteobacteria	Altererythrobacter sediminis strain KCTC 42453 NODE_1_length_1194408, whole genome shotgun sequence	True	True
AST0033_000000005779	2265	0.7828204451303258	3	3	2	1	2	True	130194	fragment	False	ISR0206_000000009912	0.6803836449591328		0	0	False	False	1.0	0					non-mobilizable	other	2262.0	100.0	100.0	0.15235849056603773	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0093_000000004973	8016	0.7828049114915073	9	9	6	8	7	False	72274	fragment	False	SPA0093_000000004973	1.0		0	0	False	True	0.998877227306366	0					non-mobilizable	no_good_hit	2262.0	94.65100000000001	59.0	0.0009282527351333364	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
MON0018_000000012430	1626	0.7827948338327926	2	2	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.07620113197400263		0	0	False	False	0.9151291251182556	0					non-mobilizable	other	1493.0	99.93299999999999	92.0	0.011374205254089987	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
AUS0012_000000000901	11529	0.7827924396411293	11	7	4	7	2	False	101355	maximal	True	AUS0012_000000000901	1.0		2	2	False	False	0.9902853965759277	0					non-mobilizable	no_good_hit	864.0	77.315	7.0	0.0002787835676808951	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
FIJ0057_000000026903	1318	0.7827785430855503	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.564193370531759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	95.833	4.0	0.0004175402437724317	NZ_BJCC01000024.1	firmicutes	Enterococcus florum strain Gos25-1 sequence24, whole genome shotgun sequence	True	False
ISR0830_000000004556	4941	0.7827780522433325	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.6586821876623332	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	4943.0	99.87899999999999	100.0	0.485128104446844	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
CHI0159_000000002765	4733	0.7827780522433325	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7312289814737171	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4734.0	99.958	100.0	0.04025378681567287	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0062_000000016470	2313	0.7827753357593031	3	3	3	3	1	True	32517	fragment	False	MON0062_000000016470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	69.896	41.0	0.00039570840817489974	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0040_000000014166	1939	0.7827753357593031	3	3	3	3	1	True	32509	fragment	False	MON0040_000000014166	0.9986346258874932		0	0	False	False	0.9742135405540466	0					non-mobilizable	no_good_hit	913.0	69.88	46.0	0.000376426006929089	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
AST0101_000000002674	4001	0.7827745759154724	4	3	3	3	3	False	108526	fragment	False	AST0101_000000002674	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4001.0	99.925	100.0	0.008507181124266521	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	False	False
ISR0063_000000010589	1881	0.7827726104116791	7	2	0	2	1	True	35275	maximal	True	ISR0063_000000010589	1.0		1	1	False	False	0.9941520690917969	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0005966399748783169	NZ_JAAIQH010000016.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_16_length_63690_cov_227.922, whole genome shotgun sequence	True	True
ISR0021_000000000949	19192	0.7827662567518879	23	8	7	7	7	False	92703	maximal	True	ISR0021_000000000949	1.0		1	1	False	False	0.9999479055404663	0					non-mobilizable	no_good_hit	5398.0	98.296	54.0	0.335030423444679	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ENG0002_000000011019	2031	0.7827551397562575	2	2	2	2	1	True	67990	maximal	True	ENG0002_000000011019	1.0		3	3	False	False	0.9886755347251892	0					non-mobilizable	no_good_hit	1330.0	89.023	76.0	0.000418734305352289	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
SPA0009_000000005846	5713	0.7827512604167508	7	6	6	6	4	False	55404	maximal	True	SPA0009_000000005846	1.0		50	5	False	False	1.0	0					non-mobilizable	no_good_hit	1591.0	77.12100000000001	28.0	0.0004527949653374149	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0127_000000021522	1211	0.7827471141854858	4	1	1	1	0	True	31888	maximal	True	ISR0127_000000021522	1.0		7	4	False	False	0.9876135587692261	0					non-mobilizable	no_good_hit								True	True
USA0009_01_000000013401	1867	0.7827439277010476	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.3014010730521446		0	0	False	False	0.9994643926620483	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000017981	1601	0.7827438639731296	2	2	2	2	2	False	47198	fragment	False	FIJ0103_000000013845	0.9810064641587237		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	76.884	99.0	0.0004880289729853554	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	False	False
DEN0011_000000020048	2221	0.7827346081550799	3	3	3	3	3	False	88338	maximal	True	DEN0011_000000020048	0.9860027535566773		910	15	False	False	1.0	0					non-mobilizable	other	2221.0	99.955	100.0	0.010123072854204952	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0233_000000010384	1646	0.7827345881306772	3	2	2	2	1	False	45028	maximal	True	ISR0233_000000010384	1.0		1	1	False	False	0.9690157771110535	0					non-mobilizable	no_good_hit	1165.0	97.682	71.0	0.0003304279894081365	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0054_000000010765	2438	0.7827337122397142	3	3	3	3	2	False	101966	maximal	True	ENG0054_000000010765	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.822	31.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0025_000000008759	4335	0.7827311985498807	5	5	5	3	3	False	37383	maximal	True	ISR0025_000000008759	1.0		1	1	False	False	0.9983852505683899	0					non-mobilizable	no_good_hit	557.0	77.738	13.0	0.00010433593041422891	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
SPA0063_000000009388	1916	0.7827263155860437	2	2	2	2	2	False	72679	fragment	False	SPA0063_000000009388	1.0		0	0	False	False	0.9989561438560486	0					non-mobilizable	other	1894.0	98.469	99.0	0.008143357562335463	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	False	False
FIJ0136_000000005346	4870	0.7827261588825488	5	5	4	5	4	False	125490	fragment	False	FIJ0136_000000005346	1.0		0	0	False	False	0.9995893239974976	0					non-mobilizable	no_good_hit	1491.0	85.781	87.0	0.00041637410024465124	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0382_000000000700	13766	0.7827002379789052	12	9	4	8	5	False	82796	maximal	True	ISR0382_000000000700	1.0		2	2	False	False	0.9999273419380188	0					non-mobilizable	no_good_hit	3221.0	81.559	24.0	0.13744157125091128	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0138_000000000191	57951	0.7826958799408473	47	24	14	23	10	True	104246	fragment	False	ISR0138_000000000191	1.0		0	0	False	False	0.9998791813850403	0					non-mobilizable	no_good_hit	133.0	78.947	0.0	3.613235696991685e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0165_000000004059	4429	0.7826897202258873	8	5	4	5	3	True	82605	maximal	True	ISR0165_000000004059	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	97.309	68.0	0.004205536785840351	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	True
MON0065_000000009945	2597	0.7826871689654008	3	3	3	2	2	False	10678	maximal	True	MON0065_000000009945	1.0		15	8	False	False	0.9638043642044067	0					non-mobilizable	no_good_hit	892.0	70.516	33.0	0.0004132270749426338	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
MON0068_000000016993	2495	0.7826853056012681	2	1	1	1	1	False	10565	maximal	True	MON0068_000000016993	1.0		39	8	False	False	0.9907815456390381	0					non-mobilizable	no_good_hit	1324.0	75.378	52.0	0.04074388213489147	NZ_FQVG01000032.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
AST0002_000000025081	1493	0.7826853056012681	1	1	1	1	1	False	131363	maximal	True	AST0002_000000025081	1.0		28	8	False	False	0.997990608215332	0					non-mobilizable	other	1503.0	83.3	100.0	0.007467352215948023	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0168_000000015791	1466	0.7826853056012681	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.5807819032455085		0	0	False	False	0.9993178844451904	0					non-mobilizable	other	1466.0	94.816	100.0	0.009784278367728579	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0208_000000020947	1450	0.7826853056012681	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.5251240851115871		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	94.69	100.0	0.00967741935483871	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MON0052_000000000966	15006	0.7826849218201257	12	11	6	10	8	True	64249	maximal	True	MON0052_000000000966	1.0		1	1	False	False	0.9997334480285645	0					non-mobilizable	no_good_hit	95.0	98.947	1.0	0.01978114478114478	NZ_JXQL01000082.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig82, whole genome shotgun sequence	True	True
ENG0013_000000024796	1106	0.7826847932214208	2	1	1	1	1	False	69398	fragment	False	ENG0013_000000024796	0.9256520379077332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	90.0	19.0	3.8565587358379836e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0200_000000013835	1782	0.7826822498198864	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.25810122087575127		0	0	False	False	1.0	0					non-mobilizable	chromosome	1654.0	92.684	95.0	0.000460403739094099	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0849_000000005314	4818	0.7826767766987072	5	5	5	5	5	False	130822	maximal	True	ISR0849_000000005314	1.0		151	11	False	False	1.0	0					non-mobilizable	chromosome	1899.0	78.357	94.0	0.0006320259796657534	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0096_000000001583	8917	0.7826698930905491	12	4	2	4	2	False	49470	maximal	True	MAD0096_000000001583	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	1336.0	94.162	51.0	0.005050887502271764	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
AST0016_000000003805	6633	0.7826698426038273	5	4	4	4	4	True	123857	maximal	True	AST0016_000000003805	1.0		2	2	False	False	0.9996984601020813	0					non-mobilizable	no_good_hit	1579.0	81.634	24.0	0.025561857094105984	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	True
MAD0094_000000002523	5044	0.7826691716749647	8	5	2	4	4	False	15632	fragment	False	MAD0094_000000002523	1.0		0	0	False	False	0.9992069602012634	0	rep_cluster_2350			MOBP	mobilizable	no_good_hit	2586.0	93.465	75.0	0.3713378553903882	AP009244.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-4 DNA, complete sequence	True	True
FIJ0016_000000009688	1899	0.7826634035684068	3	2	2	2	2	False	50217	maximal	True	FIJ0016_000000009688	1.0		47	11	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	94.485	63.0	0.0003369194672254822	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0185_000000018722	1759	0.7826564209990001	2	2	0	2	2	False	29388	fragment	False	ISR0185_000000018722	1.0		0	0	False	False	0.994314968585968	0		MOBP			mobilizable	plasmid	1759.0	92.723	100.0	0.4025646897183421	CP047408.1	enterobacteria	Escherichia coli strain MS6193 plasmid pMS6193C, complete sequence	False	True
FIJ0127_000000002449	7200	0.7826562609458009	8	6	5	6	1	False	41063	maximal	True	FIJ0127_000000002449	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	3539.0	97.20299999999999	49.0	0.006325302829040672	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
CHI0074_000000005185	2862	0.7826489237127134	4	1	1	1	1	False	84753	maximal	True	CHI0074_000000005185	1.0		66	9	False	False	1.0	0					non-mobilizable	chromosome	2862.0	99.126	100.0	0.001005448964064249	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0144_000000009234	1927	0.7826419289046246	2	2	2	2	1	False	63027	fragment	False	SPA0144_000000009234	1.0		0	0	False	False	0.9875454306602478	0					non-mobilizable	no_good_hit								True	False
ENG0067_000000009843	2914	0.7826354528166057	5	4	4	4	4	True	95037	maximal	False	CAN0008_000000009046	0.9569993722536095		0	0	False	False	0.9986273050308228	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	3.0	0.0015876000083557896	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	True
FIJ0123_000000024234	1413	0.7826308835944423	2	2	2	2	2	False	41303	fragment	False	FIJ0123_000000024234	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	79.104	90.0	0.0962238398544131	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	False	False
FIJ0112_000000013051	2088	0.7826210715896581	3	3	3	3	3	False	42016	maximal	True	FIJ0112_000000013051	1.0		55	9	False	False	1.0	0					non-mobilizable	chromosome	2088.0	99.425	100.0	0.00041241091943910535	CP043562.1	enterobacteria	Klebsiella pneumoniae strain P094-1 chromosome, complete genome	False	False
ENG0132_000000002426	7808	0.7826166231892703	13	3	3	2	2	False	75725	maximal	True	ENG0132_000000002426	1.0		1	1	False	False	0.9996157884597778	0					non-mobilizable	no_good_hit	1213.0	95.54799999999999	63.0	0.020840139622057535	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
TAN0007_000000021014	1910	0.782616212590425	3	2	2	2	1	False	70032	fragment	False	TAN0007_000000021014	1.0		0	0	False	False	0.99109947681427	0					non-mobilizable	no_good_hit								True	False
AST0151_000000010885	1496	0.7826141568934479	3	3	3	2	2	False	103647	fragment	False	AST0151_000000010885	1.0		0	0	False	False	0.9491978883743286	0					non-mobilizable	no_good_hit	45.0	91.111	3.0	3.977517983579178e-06	AP018290.1	cyanobacteria	Calothrix sp. NIES-4105 DNA, nearly complete genome	True	False
ENG0075_000000018733	1309	0.7826023647704891	2	2	2	2	2	False	62070	fragment	False	ISR0231_000000014388	0.9373419095695598		0	0	False	False	0.9740259647369385	0					non-mobilizable	other	1309.0	99.92399999999999	100.0	0.004285208822026236	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
CHI0005_000000006402	2740	0.7826012754664613	4	3	3	3	1	False	90789	maximal	True	CHI0005_000000006402	1.0		2	2	False	False	0.9992700815200806	0					non-mobilizable	no_good_hit	276.0	87.681	10.0	0.008025388300631656	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
AUS0006_000000023318	1145	0.7825969845855089	1	1	1	1	1	False	101921	fragment	False	ENG0169_000000020165	0.9701739850869926		0	0	False	False	0.9991266131401062	0					non-mobilizable	other	1145.0	99.65100000000001	100.0	0.000219782753201643	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
MAD0065_000000006749	1721	0.7825953552997195	3	3	1	3	1	False	20139	maximal	True	MAD0065_000000006749	1.0		1	1	False	False	0.9697850346565247	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.389049320023804e-05	CP055231.1	firmicutes	Enterococcus hirae strain 13144 chromosome, complete genome	True	False
ISR0063_000000011213	1778	0.782584979001734	3	3	3	3	2	False	72276	fragment	False	ISR0346_000000010486	0.4863896470409376		0	0	False	False	0.9966254234313965	0					non-mobilizable	chromosome	1778.0	99.1	100.0	0.0005054513080010353	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0027_000000017521	2307	0.7825732565884115	3	2	2	2	2	False	87386	fragment	False	MON0027_000000017521	1.0		0	0	False	False	0.9757260680198669	0					non-mobilizable	plasmid	2269.0	99.956	98.0	0.01659180359050141	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
SPA0157_000000004764	1620	0.7825728649385664	2	2	2	2	2	False	3157	fragment	False	SPA0157_000000004764	0.9655620532813515		0	0	False	False	0.9944444298744202	0					non-mobilizable	other	1550.0	96.258	98.0	0.016394830706702935	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
AST0003_000000014661	2303	0.7825693714765835	2	2	2	2	0	True	130206	fragment	False	AST0003_000000014661	1.0		0	0	False	False	0.9995657801628113	0					non-mobilizable	no_good_hit	708.0	78.814	31.0	0.0009911137640923988	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
SPA0036_000000016450	1527	0.7825693714765835	2	2	2	2	0	True	15775	maximal	True	SPA0036_000000016450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	78.34899999999999	42.0	0.0008981968487087364	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ISR0352_000000001685	4484	0.7825508952910487	8	5	2	4	3	True	55629	fragment	False	ISR0352_000000001685	1.0		0	0	False	False	0.9991079568862915	0					non-mobilizable	no_good_hit	648.0	86.728	14.0	0.00018403319993059644	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0288_000000010479	2867	0.7825508952910487	7	5	2	4	3	True	25978	fragment	False	ISR0288_000000010479	1.0		0	0	False	False	0.9947680234909058	0					non-mobilizable	no_good_hit	239.0	84.93700000000001	8.0	0.001080109644743769	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0847_000000006327	3887	0.7825439223051273	4	3	3	3	3	False	112851	fragment	False	CHI0038_000000002709	0.9591210410017186		0	0	False	True	0.9997427463531494	0					non-mobilizable	no_good_hit	2286.0	74.322	58.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0058_000000005127	3016	0.7825380500848478	8	2	2	2	1	False	113110	fragment	False	ISR0279_000000006054	0.6514413804115701		0	0	False	False	0.9993368983268738	0					non-mobilizable	no_good_hit	433.0	86.836	17.0	0.0001215589098168268	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0373_000000009950	1660	0.7825380500848478	3	2	2	2	1	False	23435	fragment	False	ISR0373_000000009950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	87.368	29.0	0.00013340455764120434	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0156_000000002328	3194	0.7825345932274388	6	3	2	3	2	False	39509	maximal	True	FIJ0156_000000002328	1.0		1	1	False	False	0.9974952936172485	0					non-mobilizable	no_good_hit								True	False
ISR0093_000000002123	8808	0.7825330800308915	13	9	4	6	6	True	104868	fragment	False	ISR0093_000000002123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2246.0	87.62200000000001	45.0	0.1808793868495361	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0055_01_000000009318	2942	0.7825188219232447	3	3	3	3	3	False	93882	fragment	False	USA0055_01_000000009318	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2886.0	100.0	100.0	0.05764581293584031	NZ_VJZV01000035.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold35_1, whole genome shotgun sequence	False	True
ISR0171_000000007610	3358	0.7825160906550133	3	3	3	3	3	False	79275	fragment	False	FIJ0171_000000005938	0.8293240894588442		0	0	False	False	1.0	0					non-mobilizable	other	1558.0	97.818	95.0	0.009485433519668863	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0032_000000001308	22871	0.7825156381982897	14	5	3	5	2	False	48494	maximal	True	FIJ0032_000000001308	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	85.566	6.0	0.000458311490776184	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
USA0034_01_000000021483	2506	0.7825138480541445	3	3	3	3	2	False	99231	fragment	False	CHI0111_000000008113	0.31153728045987933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	74.819	27.0	0.0001765101173818469	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MON0025_000000018441	2128	0.7825138480541445	3	3	3	3	2	False	75586	fragment	False	MON0025_000000018441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	76.421	22.0	0.00017637707471807897	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
ENG0181_000000016705	1204	0.7825124524641229	2	2	2	1	1	False	102230	fragment	False	CHI0122_000000011492	0.07960692185579109		0	0	False	False	0.9925249218940735	0					non-mobilizable	other	1204.0	97.01	100.0	0.007728978207236842	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ISR0012_000000001887	11753	0.7825119572011797	9	8	6	7	4	True	93655	maximal	True	ISR0012_000000001887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1592.0	80.08800000000001	14.0	0.025789362497359313	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	True
ISR0288_000000017077	1751	0.7825001450054151	3	3	3	3	3	False	73687	fragment	False	ISR0288_000000017077	0.996319018404908		0	0	False	False	0.994860053062439	0					non-mobilizable	chromosome	1786.0	78.667	100.0	0.0006274068090929525	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0096_000000002395	2713	0.7824850459611156	4	2	2	2	2	False	89193	fragment	False	CHI0096_000000002395	0.9160303422403218		0	0	False	False	0.9900479316711426	0					non-mobilizable	other	2687.0	96.01799999999999	99.0	0.0005199490271862104	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0028_000000020099	1606	0.782481887036183	2	2	2	1	1	False	130349	backbone	False	ISR0335_000000002496	0.03969598797112724	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	1607.0	96.329	100.0	0.00030167417870523023	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MON0029_000000011899	2398	0.7824802176228752	3	2	2	2	2	False	124917	fragment	False	MON0029_000000011899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	5.3963797108619755e-06	LT629796.1	g-proteobacteria	Pseudomonas mandelii strain LMG 21607 genome assembly, chromosome: I	True	False
ISR0055_000000010869	1482	0.7824777496428977	2	2	2	2	1	False	101410	fragment	False	ISR0055_000000010869	0.9413141103466796		0	0	False	False	0.9979757070541382	0					non-mobilizable	other	1473.0	85.87899999999999	99.0	0.02310930970559588	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MON0109_000000001534	14366	0.7824769056397733	13	8	6	8	2	True	106297	fragment	False	AST0116_000000001063	0.8840115697827496		0	0	False	False	0.9995127320289612	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0015795939858421577	NZ_AVBF01000071.1	firmicutes	Pontibacillus yanchengensis Y32 contig79, whole genome shotgun sequence	True	True
ISR0316_000000012322	1710	0.7824694140141609	3	3	0	3	2	False	25205	fragment	False	ISR0316_000000012322	1.0		0	0	False	False	0.9918128848075867	0		MOBP			mobilizable	plasmid	1690.0	99.941	99.0	0.3675157848900501	CP050733.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain ST101 plasmid pST101-2, complete sequence	False	True
CAN0016_000000032057	1436	0.7824579265820214	3	1	1	1	1	False	92729	fragment	False	CAN0016_000000032057	1.0		0	0	False	False	0.9993036389350891	0					non-mobilizable	no_good_hit								True	False
ISR0006_000000004182	4482	0.7824577506887368	5	3	2	3	1	True	38501	maximal	True	ISR0006_000000004182	1.0		1	1	False	False	0.9995537996292114	0					non-mobilizable	no_good_hit	1447.0	73.877	32.0	0.0003435499876080917	CP016450.1	a-proteobacteria	Sinorhizobium sp. RAC02, complete genome	True	True
ENG0105_000000015669	1441	0.7824575805906229	3	1	1	1	1	False	60135	maximal	True	ENG0105_000000015669	1.0		1	1	False	False	0.9930603504180908	0					non-mobilizable	no_good_hit								True	False
MON0015_000000025818	1475	0.7824530301755767	2	2	2	2	2	False	113712	fragment	False	AST0055_000000021784	0.6288997954707843		0	0	False	False	0.9945762753486633	0					non-mobilizable	no_good_hit	590.0	86.61	40.0	0.00018984549026711487	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0153_000000024760	1195	0.7824486618046865	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.21835631877801406		0	0	False	False	0.9991631507873535	0					non-mobilizable	chromosome	1204.0	96.927	100.0	0.00033669647302747785	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0101_000000023691	1429	0.7824434330953716	2	2	2	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.7737993205263008		0	0	False	False	0.9972008466720581	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	5.0	0.0026530696845334326	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
SPA0029_000000009345	2766	0.7824188747475179	7	3	1	3	2	False	33399	maximal	True	SPA0029_000000009345	1.0		1	1	False	False	0.9945769906044006	0					non-mobilizable	no_good_hit								True	False
ISR0035_000000000374	24545	0.7824128544831217	21	8	5	7	2	False	75400	fragment	False	ISR0035_000000000374	1.0		0	0	False	True	0.9988592267036438	0					non-mobilizable	no_good_hit	1956.0	92.382	8.0	0.0008908066292798515	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	True
FIJ0063_000000002738	8126	0.7823997224931188	14	10	5	6	10	False	45650	maximal	True	FIJ0063_000000002738	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4803.0	97.16799999999999	84.0	0.05555812715532205	CP056778.1	enterobacteria	Enterobacter cloacae strain DSM 30054 plasmid p2, complete sequence	True	False
MON0021_000000011702	2469	0.7823898568163299	3	1	1	1	1	False	45211	fragment	False	ISR0107_000000009722	0.9473787167449139		0	0	False	False	0.9906845092773438	0					non-mobilizable	no_good_hit	190.0	79.47399999999999	8.0	2.348413107445612e-05	NZ_JAAIVH010000001.1	firmicutes	Paenibacillus elgii strain SWL-W8 Contig00001, whole genome shotgun sequence	True	False
ISR0080_000000020995	1559	0.7823894202253184	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.17047460195840114		0	0	False	False	0.9987171292304993	0					non-mobilizable	chromosome	1563.0	95.266	100.0	0.0004185898933855293	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0853_000000012863	1411	0.7823859000632856	2	1	1	1	1	False	31948	fragment	False	ISR0126_000000034112	0.931473829201102		0	0	False	False	0.9936215281486511	0					non-mobilizable	no_good_hit	70.0	84.286	5.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
SPA0023_000000001398	11824	0.7823807735955571	11	4	2	4	1	False	7659	fragment	False	SPA0023_000000001398	0.9835564740767364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	0.0	1.6787215833132226e-06	AP019304.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd08	True	False
SPA0158_000000000891	11129	0.7823807735955571	10	4	2	4	1	False	7659	fragment	False	SPA0023_000000001398	0.955049052774019		0	0	False	False	0.9988318681716919	0					non-mobilizable	no_good_hit	34.0	94.118	0.0	1.6787215833132226e-06	AP019304.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd08	True	False
ENG0080_000000005784	4192	0.7823801094412048	6	4	3	3	4	False	66806	fragment	False	FIJ0135_000000006858	0.966356659010893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	77.862	31.0	0.0002968229737807129	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0126_000000009012	4176	0.7823801094412048	6	4	3	3	4	False	66806	fragment	False	FIJ0135_000000006858	0.9774493713455616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	76.888	33.0	0.0031842044089729184	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0175_000000012381	1680	0.7823684082477529	1	1	1	1	1	False	111639	fragment	False	ISR0175_000000012381	0.9952651515151515		0	0	False	False	0.9982143044471741	0					non-mobilizable	no_good_hit	353.0	86.119	21.0	0.0011688620508337772	NZ_JH378832.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.4, whole genome shotgun sequence	True	False
ENG0049_000000011867	1579	0.7823684082477529	1	1	1	1	1	False	111639	fragment	False	ISR0175_000000012381	0.9654761904761905		0	0	False	False	0.9993667006492615	0					non-mobilizable	no_good_hit	345.0	85.79700000000001	22.0	0.0011454178263184864	NZ_JH378832.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.4, whole genome shotgun sequence	True	False
ENG0043_000000029713	1174	0.7823684082477529	2	1	1	1	1	False	111635	fragment	False	ENG0043_000000029713	1.0		0	0	False	False	0.9991481900215149	0					non-mobilizable	no_good_hit	126.0	87.302	10.0	3.470520586484394e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0212_000000008899	3800	0.7823601450787119	3	2	2	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.4873438845559712		0	0	False	False	0.9965789318084717	0					non-mobilizable	other	2869.0	98.22200000000001	96.0	0.005994935565420492	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0132_000000010169	2701	0.7823601450787119	2	2	2	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.25081957768863533		0	0	False	False	0.9903739094734192	0					non-mobilizable	other	2323.0	98.149	100.0	0.004855333234358696	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0395_000000019080	2032	0.7823601450787119	2	2	2	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.1294840654447068		0	0	False	False	0.9921259880065918	0					non-mobilizable	other	1625.0	98.09200000000001	100.0	0.0033958058452190024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0035_000000018655	1554	0.7823575846396668	3	3	3	2	2	False	12202	maximal	True	MON0035_000000018655	1.0		13	2	False	False	0.9954954981803894	0					non-mobilizable	no_good_hit	456.0	77.41199999999999	29.0	0.00604093654971159	NZ_PPTT01000021.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_21, whole genome shotgun sequence	True	False
ISR0077_000000017979	1925	0.7823537879408513	2	2	2	2	1	False	113082	fragment	False	FIJ0048_000000017606	0.8611956538887737		0	0	False	False	0.9625974297523499	0					non-mobilizable	other	1761.0	98.694	91.0	0.0005266810326898349	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0048_000000017606	1876	0.7823537879408513	2	2	2	2	1	False	113082	fragment	False	FIJ0048_000000017606	0.9574976536250166		0	0	False	False	0.9760127663612366	0					non-mobilizable	other	1832.0	99.01700000000001	98.0	0.002036299346023928	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
AST0058_000000007960	1816	0.7823537879408513	2	2	2	2	1	False	113082	fragment	False	FIJ0048_000000017606	0.8604155296643171		0	0	False	False	0.9977973699569702	0					non-mobilizable	other	1816.0	98.789	100.0	0.002019599242037947	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
SPA0059_000000014086	1736	0.7823537879408513	2	2	2	2	1	False	113082	fragment	False	FIJ0048_000000017606	0.567858952164468		0	0	False	False	0.9775345325469971	0					non-mobilizable	other	1736.0	98.56	100.0	0.0019305320207793828	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
FIJ0142_000000021339	1681	0.7823537879408513	2	2	2	2	1	False	113082	fragment	False	FIJ0048_000000017606	0.563379348444077		0	0	False	False	0.9934563040733337	0					non-mobilizable	other	1681.0	98.632	100.0	0.0005027409857493878	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0292_000000012443	1607	0.7823537879408513	2	2	2	2	1	False	113082	fragment	False	FIJ0048_000000017606	0.4637355009253897		0	0	False	False	0.9962663054466248	0					non-mobilizable	other	1607.0	98.631	100.0	0.0017869111264999476	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0170_000000017163	2680	0.7823366324374842	3	3	2	2	3	False	55755	maximal	True	ISR0170_000000017163	1.0		0	0	False	False	0.9947761297225952	0					non-mobilizable	no_good_hit	1493.0	97.455	56.0	0.0004494847377442205	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
MAD0101_000000011057	2538	0.7823320990231404	3	2	0	2	2	False	15107	fragment	False	MAD0101_000000011057	1.0		0	0	False	False	1.0	0				MOBF,MOB_unknown	mobilizable	plasmid	2538.0	99.015	100.0	0.7723105134474327	CP033763.1	enterobacteria	Escherichia coli strain FDAARGOS_536 plasmid unnamed2, complete sequence	False	True
TAN0012_000000000099	20197	0.7823293912117107	31	9	2	9	2	False	19846	fragment	False	TAN0012_000000000099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0062_000000002920	5721	0.7823232087680941	5	4	2	3	2	False	123472	maximal	True	AST0062_000000002920	1.0		6	3	False	False	0.9998251795768738	0					non-mobilizable	no_good_hit	448.0	85.491	19.0	0.002885006357340631	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
MON0105_000000007100	7075	0.7823220317084226	7	5	5	5	3	False	8760	maximal	True	MON0105_000000007100	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	73.237	9.0	0.001328494234815726	NZ_VTVE01000003.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_3_length_457661_cov_55.5208, whole genome shotgun sequence	True	False
MAD0052_000000001206	10531	0.7823215504621659	8	5	4	5	5	False	68574	fragment	False	MAD0052_000000001206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	71.831	9.0	0.00504123471471782	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0145_01_000000001868	12003	0.7823147863884613	11	7	3	3	6	True	132596	backbone	False	ISR0120_000000000296	0.025401386529875985	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	12003.0	99.96700000000001	100.0	0.38679944567984786	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
FIJ0142_000000002323	11154	0.7823147863884613	11	7	3	3	6	True	132596	backbone	False	ISR0120_000000000296	0.01957454657214884	PS1169|PS902	0	0	False	True	0.9999103546142578	0		MOBB	MPF_T		conjugative	plasmid	11154.0	99.973	100.0	0.35909076274187834	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0078_01_000000000832	10747	0.7823147863884613	11	7	3	3	6	True	132596	backbone	False	ISR0120_000000000296	0.01567719734946688	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	9215.0	99.729	100.0	0.29694801637178125	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
DEN0083_000000002666	8986	0.7823147863884613	10	7	3	3	6	True	116374	fragment	False	DEN0018_000000002773	0.22736240931256732		0	0	False	False	0.9971066117286682	0			MPF_T		non-mobilizable	plasmid	8967.0	100.0	99.0	0.28895549324825165	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0001_000000000856	8570	0.7823147863884613	9	7	3	3	6	True	116374	fragment	False	DEN0018_000000002773	0.2734651252744167		0	0	False	False	0.9998832941055298	0			MPF_T		non-mobilizable	plasmid	8524.0	99.87100000000001	99.0	0.27467852653968866	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
MON0053_000000017284	2230	0.7823072011120437	4	4	2	3	3	True	70805	maximal	True	MON0053_000000017284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	88.94200000000001	55.0	0.0001876244932181124	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0149_000000019455	2033	0.7823006670060725	2	2	2	2	2	False	3301	maximal	True	SPA0149_000000019455	1.0		8	6	False	False	0.9990162253379822	0					non-mobilizable	no_good_hit	75.0	93.333	4.0	4.372987465481469e-05	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0051_000000026959	1356	0.7823004428051162	2	2	2	2	2	False	107115	fragment	False	ISR0051_000000026959	0.9942484662576687		0	0	False	False	0.9992625117301941	0					non-mobilizable	other	1356.0	99.484	100.0	0.05746151562698783	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
ISR0018_000000004425	4907	0.7823001980660146	6	5	3	3	4	True	130637	backbone	False	AST0039_000000003129	0.01666490876489822	PS1110	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2475.0	92.727	86.0	0.48638516179952646	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ENG0095_000000006631	4084	0.7822870878863373	5	5	5	5	4	False	63647	fragment	False	ENG0095_000000006631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	76.53699999999999	56.0	0.0005843405942752227	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0062_000000008900	3238	0.7822865986839685	3	3	2	3	3	False	45727	fragment	False	FIJ0062_000000008900	1.0		0	0	False	False	0.9962940216064453	0					non-mobilizable	no_good_hit	60.0	88.333	2.0	1.1736241693376563e-05	CP025003.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 chromosome, complete genome	True	False
ISR0389_000000007665	2759	0.7822797384489925	4	3	2	2	2	True	117454	fragment	False	AST0116_000000009237	0.9337698268843398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2175.0	77.747	78.0	0.004466404732381643	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0021_000000004547	4812	0.7822777654833775	6	3	2	3	3	False	127844	maximal	True	ISR0021_000000004547	1.0		5	4	False	False	0.9995843768119812	0					non-mobilizable	no_good_hit	1803.0	97.39299999999999	58.0	0.06305329087791735	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0091_000000003119	4041	0.782274981111573	4	3	3	3	3	False	123082	maximal	True	MON0091_000000003119	0.9643107416590597		16	5	False	False	1.0	0					non-mobilizable	chromosome	3829.0	87.38600000000001	100.0	0.0016545631211928463	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0089_000000005232	3934	0.7822717265537057	4	3	2	2	3	False	15847	maximal	True	MAD0089_000000005232	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3166.0	99.93700000000001	80.0	0.02701872102850411	LC501661.1	enterobacteria	Escherichia coli 24-Ec-C-171 plasmid p24C171-1, sequence_id: contig2	True	False
ENG0015_000000000139	65515	0.7822708923394476	68	28	16	25	15	False	66881	maximal	True	ENG0015_000000000139	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2481.0	77.348	4.0	0.0021241890056173	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0374_000000002029	7275	0.7822697209910251	10	4	3	3	2	False	23425	fragment	False	ISR0374_000000002029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	1.0	0.00030200567296930793	NZ_FQXK01000008.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ENG0038_000000015205	1670	0.7822520079185528	2	2	2	2	2	False	65049	maximal	True	ENG0038_000000015205	1.0		9	3	False	False	0.9994012117385864	0					non-mobilizable	no_good_hit	1268.0	96.45100000000001	76.0	0.000575436186988148	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	True	False
ISR0320_000000000161	41970	0.7822454171950083	51	20	15	18	13	False	75272	maximal	True	ISR0320_000000000161	1.0		1	1	False	False	0.9998570680618286	0					non-mobilizable	no_good_hit	1788.0	84.787	10.0	0.03062400055023471	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
USA0003_01_000000001623	19288	0.7822356693291549	22	15	9	13	12	False	105158	maximal	True	USA0003_01_000000001623	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	73.498	3.0	0.0002614506577451069	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MAD0001_000000021399	1202	0.7822326315969582	2	1	1	1	1	False	125944	fragment	False	FIJ0078_000000014715	0.3154797626266441		0	0	False	False	0.9500831961631775	0					non-mobilizable	other	1202.0	99.085	100.0	0.0032870338693123504	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0086_000000014402	1753	0.7822278161571949	3	2	1	1	1	True	61424	fragment	False	ENG0086_000000014402	1.0		0	0	False	False	0.9851682782173157	0					non-mobilizable	no_good_hit	760.0	83.684	43.0	0.011526062891551609	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	True
ISR0200_000000003024	6391	0.7822262215616779	8	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9876389708280304	PS336|PS768	0	0	True	True	0.9985917806625366	19					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
FIJ0063_000000003669	6371	0.7822262215616779	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9874265719377481	PS336|PS768	0	0	True	True	0.9981164932250977	2					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0007_000000004038	6351	0.7822262215616779	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9874888675905695	PS336|PS768	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0169_000000003825	6333	0.7822262215616779	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9911939360468911	PS336|PS768	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0219_000000004805	6331	0.7822262215616779	8	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9875649049890184	PS336|PS768	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0121_000000002911	6331	0.7822262215616779	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9873276431739332	PS336|PS768	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
SPA0020_000000004288	5943	0.7822262215616779	8	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9016556068150173	PS336|PS768	0	0	False	True	0.9996634721755981	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0129_000000004748	5468	0.7822262215616779	7	2	1	1	1	False	69121	fragment	False	ENG0129_000000004748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.003911852914330421	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	False
ISR0145_000000006653	4868	0.7822262215616779	5	2	1	1	1	False	71922	fragment	False	ISR0145_000000006653	1.0		0	0	False	True	0.9993837475776672	0					non-mobilizable	no_good_hit	260.0	98.846	6.0	5.8740802112483174e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0346_000000005050	3867	0.7822262215616779	4	2	1	1	1	False	71920	backbone	True	ISR0346_000000005050	1.0	PS336	1	1	True	True	0.9997413754463196	12					non-mobilizable	no_good_hit								True	True
ISR0213_000000011265	2282	0.7822223406846363	3	3	1	2	2	False	28281	maximal	True	ISR0213_000000011265	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	96.709	73.0	0.019860146513176673	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0154_000000029990	1146	0.7822170502149273	2	2	2	2	1	False	56795	maximal	True	ENG0154_000000029990	1.0		1	1	False	False	0.9808027744293213	0					non-mobilizable	no_good_hit	562.0	79.359	49.0	0.00024331177576386747	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0098_000000013839	1706	0.7822157297268673	1	1	1	1	1	False	59111	fragment	False	FIJ0098_000000013839	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1706.0	97.89	100.0	0.0004771965806416041	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0141_000000021690	1276	0.7822140957575533	3	2	2	2	2	False	80056	maximal	True	CHI0141_000000021690	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0831_000000006693	2617	0.7822118251241881	3	3	3	3	3	False	99081	maximal	True	ISR0831_000000006693	0.9923045767517213		96	9	False	False	0.999617874622345	0					non-mobilizable	other	2617.0	98.89200000000001	100.0	0.005765950037249448	NZ_WBKJ01000002.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000002, whole genome shotgun sequence	False	False
MON0090_000000054483	1147	0.7822087821114275	2	2	2	2	1	False	87320	fragment	False	SPA0032_000000022606	0.40283710357567626		0	0	False	False	0.925021767616272	0					non-mobilizable	chromosome	1147.0	99.39	100.0	0.00023550508339572026	CP049204.1	enterobacteria	Escherichia coli strain PapM-32-1 chromosome, complete genome	False	False
ENG0077_000000003267	6297	0.7821960752748656	9	6	6	6	6	False	113590	fragment	False	ENG0077_000000003267	1.0		0	0	False	False	0.9985707402229309	0					non-mobilizable	no_good_hit	2272.0	97.667	80.0	0.0005567990161501137	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0090_000000020614	1437	0.7821945326952996	2	1	1	1	1	False	68703	maximal	True	DEN0090_000000020614	1.0		1	1	False	False	0.9965205192565918	0					non-mobilizable	no_good_hit	240.0	91.667	19.0	0.00032846680217640177	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0066_000000024179	1333	0.7821908295660591	2	2	2	2	1	False	35106	maximal	True	ISR0066_000000024179	1.0		1	1	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit	556.0	98.381	42.0	0.0001575494279394465	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0208_000000014298	2156	0.7821884852449009	6	2	1	2	1	True	53837	maximal	True	ENG0208_000000014298	1.0		2	1	False	False	0.9948979616165161	0					non-mobilizable	no_good_hit	568.0	86.97200000000001	26.0	0.057874859650913546	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MAD0088_000000014652	1737	0.7821868158991597	4	1	1	1	1	True	15891	fragment	False	MAD0088_000000014652	1.0		0	0	False	False	0.9867587685585022	0					non-mobilizable	no_good_hit								True	True
FIJ0101_000000022396	1253	0.7821815810511998	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.41198678440263464		0	0	False	False	0.9992018938064575	0					non-mobilizable	chromosome	1253.0	96.488	100.0	0.0004417960208011117	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0038_000000019201	1345	0.7821773396437214	2	2	2	1	1	False	7032	fragment	False	SPA0038_000000019201	1.0		0	0	False	False	0.9962825179100037	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	1.9727981818691956e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0026_000000019939	1637	0.7821668822883192	2	2	1	2	1	False	49074	maximal	True	FIJ0026_000000019939	1.0		3	1	False	False	0.9920586347579956	0					non-mobilizable	no_good_hit	588.0	89.286	36.0	0.003337142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0011_000000006905	5446	0.7821614881368302	7	7	5	4	4	False	109943	fragment	False	DEN0011_000000006905	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5383.0	99.963	99.0	0.0010198447152829284	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0800_000000007096	1692	0.7821567913075813	3	3	2	3	2	False	32705	fragment	False	ISR0800_000000007096	0.989589905362776		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	97.63600000000001	100.0	0.0005745999632337575	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0012_000000000480	13706	0.7821542508664909	12	12	8	9	12	False	75504	maximal	True	DEN0012_000000000480	1.0		2	2	False	False	1.0	0					non-mobilizable	other	13706.0	100.0	100.0	0.0028048323751946806	CP010229.1	enterobacteria	Escherichia coli strain S10, complete genome	False	False
SPA0133_000000017036	1128	0.782153421253314	2	2	2	2	2	False	3677	fragment	False	USA0121_01_000000033562	0.9478827361563518		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	99.37899999999999	100.0	0.0053849498535503875	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0093_000000008375	3804	0.7821509224972732	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3344472335098505		0	0	False	False	0.9994742274284363	0					non-mobilizable	chromosome	3814.0	91.63600000000001	99.0	0.0012777113752327968	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0058_000000025684	1611	0.7821503468330151	3	3	3	3	2	False	56135	fragment	False	FIJ0058_000000025684	0.973586078309509		0	0	False	False	0.9956548810005188	0					non-mobilizable	no_good_hit	75.0	89.333	5.0	0.0013390514449088903	NZ_QGDS01000020.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_120, whole genome shotgun sequence	True	False
SPA0019_000000000222	42069	0.7821466768107471	43	11	5	5	4	False	7775	fragment	False	SPA0019_000000000222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	99.40100000000001	1.0	0.001160950236025018	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
MON0087_000000017125	2892	0.7821422893702162	5	4	4	4	4	False	9701	fragment	False	MON0087_000000017125	0.9990399385560675		0	0	False	False	0.9865145087242126	0					non-mobilizable	other	2892.0	99.79299999999999	100.0	0.0009122538634313999	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0105_000000031975	1705	0.7821313435019778	2	2	2	2	1	False	8724	fragment	False	MON0105_000000031975	1.0		0	0	False	False	0.9994134902954102	0					non-mobilizable	other	1705.0	99.12	100.0	0.0009484101606787144	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
AST0118_000000006590	4323	0.7821094868789764	7	3	2	2	2	False	109684	maximal	True	AST0118_000000006590	1.0		6	3	False	False	0.9965301752090454	0					non-mobilizable	no_good_hit	1994.0	79.33800000000001	63.0	0.000636640439092484	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0162_000000019317	1199	0.7821071941975605	2	2	2	2	2	False	39198	maximal	True	FIJ0162_000000019317	1.0		49	6	False	False	0.9574645757675171	0					non-mobilizable	other	1151.0	98.436	95.0	0.002203461926093971	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0160_000000016995	1724	0.7821059342070186	3	3	3	2	2	False	86604	fragment	False	ISR0160_000000016995	0.9775240553066659		0	0	False	False	0.9918793439865112	0					non-mobilizable	no_good_hit	460.0	75.0	26.0	0.0019104331580345733	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
CHI0109_000000015377	1298	0.7821040008929799	2	1	1	1	1	False	82731	maximal	True	CHI0109_000000015377	1.0		5	1	False	False	0.9884437322616577	0					non-mobilizable	no_good_hit								True	False
ISR0356_000000004173	3993	0.7821038188799163	6	5	3	3	3	False	115228	fragment	False	ISR0254_000000002007	0.53269677486043		0	0	False	False	1.0	0					non-mobilizable	other	3875.0	99.458	97.0	0.02996889363480199	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0845_000000002862	3557	0.7821038188799163	6	5	3	3	3	False	115228	fragment	False	ISR0254_000000002007	0.3336287611056786		0	0	False	False	0.9983131885528564	0					non-mobilizable	other	3554.0	99.775	99.0	0.027485027160035286	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0079_000000023139	2438	0.7820959039639968	3	2	2	2	1	False	69571	fragment	False	DEN0079_000000023139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	91.023	23.0	0.006901869100767289	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0160_000000002973	7314	0.7820948380346417	9	7	5	4	6	False	129386	maximal	True	ENG0160_000000002973	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	2155.0	94.292	29.0	0.007391371578784599	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0116_01_000000008517	3065	0.7820932122473205	3	2	2	1	1	False	51704	fragment	False	USA0116_01_000000008517	1.0		0	0	False	False	0.9990212321281433	0					non-mobilizable	chromosome	1684.0	100.0	100.0	0.0007510452380920506	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0081_000000024693	1469	0.7820906423658697	2	2	2	2	2	False	44237	fragment	False	FIJ0081_000000024693	1.0		0	0	False	False	0.9891082644462585	0					non-mobilizable	other	1463.0	92.755	99.0	0.0006266715713017042	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
ISR0290_000000005610	2381	0.7820905010383674	4	3	3	3	3	False	63421	fragment	False	USA0017_01_000000011344	0.9862366474938373		0	0	False	False	0.9995800256729126	0					non-mobilizable	chromosome	2381.0	99.03399999999999	100.0	0.003270924640919817	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
DEN0046_000000003149	6297	0.7820869552073985	6	4	4	4	4	False	72766	fragment	False	DEN0046_000000003149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1568.0	76.084	25.0	0.002828350395532806	NZ_JH376763.1	CFB group bacteria	Prevotella histicola F0411 supercont1.2, whole genome shotgun sequence	True	False
DEN0067_000000022941	1459	0.7820842025373101	2	2	2	1	1	False	70809	maximal	True	DEN0067_000000022941	1.0		0	0	False	False	0.9938313961029053	0					non-mobilizable	no_good_hit	339.0	100.0	27.0	0.006207301843825755	NZ_CYZO01000020.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0013_000000019157	1321	0.7820782432042224	3	2	2	2	2	False	19547	maximal	True	MAD0013_000000019157	1.0		0	0	False	False	0.9606359004974365	0					non-mobilizable	other	868.0	77.304	94.0	0.018401772022491054	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	False	False
ISR0101_000000011006	2185	0.7820723313036817	3	2	2	1	2	False	108481	maximal	True	ISR0101_000000011006	1.0		11	4	False	False	0.9990846514701843	0					non-mobilizable	no_good_hit	1896.0	96.51899999999999	87.0	0.013424914142990947	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0301_000000011136	1703	0.7820723313036817	3	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.3666639287320269		0	0	False	False	1.0	0					non-mobilizable	other	1719.0	77.312	100.0	0.005772898304211124	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
BAN0041_000000004878	1263	0.7820623225221633	1	1	1	1	1	False	97517	fragment	False	BAN0041_000000004878	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	97.86200000000001	100.0	0.0016483868144728884	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ENG0186_000000000540	31578	0.7820622886100829	39	23	12	22	10	True	100678	maximal	True	ENG0186_000000000540	1.0	PS581	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	18419.0	97.34	89.0	0.29678355501813786	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
FIJ0011_000000033979	1354	0.7820519212286761	2	2	2	2	1	False	64804	fragment	False	ENG0083_000000015407	0.937712729748128		0	0	False	False	0.9992614388465881	0					non-mobilizable	no_good_hit	854.0	72.482	62.0	0.00030677831757416495	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0010_000000019440	1133	0.7820519212286761	2	2	2	2	1	False	67231	fragment	False	ENG0010_000000019440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	73.92399999999999	69.0	0.00028434877077039344	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
CHI0113_000000001437	5173	0.7820393544572936	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.3947971135023218	PS1159|PS463	0	0	True	True	1.0	8		MOBV			mobilizable	other	2555.0	99.648	92.0	0.021721565925888125	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0816_000000008646	4980	0.7820393544572936	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7372814083780316	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	2531.0	95.73299999999999	96.0	0.0008581874171242704	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0820_000000021549	1227	0.7820368675606835	2	1	1	1	1	False	21262	maximal	False	SPA0051_000000019064	0.9683544303797469		0	0	False	False	0.9690301418304443	0					non-mobilizable	no_good_hit	78.0	87.179	6.0	6.238722698498736e-05	NZ_ASXP01000002.1	firmicutes	Sporomusa ovata DSM 2662 SOV_2c, whole genome shotgun sequence	True	False
FIJ0040_000000007005	3533	0.7820323141506783	4	4	0	3	4	False	97709	fragment	False	FIJ0040_000000007005	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	3533.0	98.5	100.0	0.07502923354948443	MG692623.1	enterobacteria	Escherichia coli 634-1 plasmid p634-1 contig COV47-1_c4 genomic sequence	False	True
ENG0116_000000013400	1789	0.7820128600427696	2	2	2	2	2	False	59442	fragment	False	ENG0116_000000013400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	94.251	27.0	0.0001370710676820831	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0082_000000004456	1793	0.7820112984589921	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7676419788959244		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	99.65	100.0	0.0041816723275700214	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
AST0060_000000012423	2347	0.7820084142201378	4	4	3	2	1	False	131775	fragment	False	AST0060_000000012423	1.0		0	0	False	False	0.9987217783927917	0					non-mobilizable	no_good_hit	1321.0	91.06700000000001	67.0	0.00035346995478585994	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0281_000000010353	1722	0.7820041531052069	2	2	2	2	2	False	111258	fragment	False	ISR0281_000000010353	1.0		0	0	False	False	0.9994192719459534	0					non-mobilizable	no_good_hit	1098.0	95.446	81.0	0.0003120315615515677	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0115_000000009043	2666	0.7820017793415571	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8848768985862853	PS871	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2321.0	92.676	87.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0211_000000009721	2304	0.7820017793415571	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.6974378797402149	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2227.0	93.13	97.0	0.964053702901689	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MAD0014_000000022292	1522	0.7820013335069804	2	2	2	2	1	False	19494	maximal	True	MAD0014_000000022292	1.0		1	1	False	False	0.9855453372001648	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000044850	1387	0.7819941291063022	2	2	2	2	2	False	69465	maximal	True	DEN0079_000000044850	1.0		1	1	False	False	0.9963951110839844	0					non-mobilizable	no_good_hit	196.0	73.469	14.0	5.352255672287455e-05	NZ_LIUT01000001.1	firmicutes	Paenibacillus solani strain FJAT-22460 super7, whole genome shotgun sequence	True	False
ISR0044_000000000100	2754	0.7819936043565802	4	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.27195055915392263	PS902	0	0	False	True	0.9967319965362549	0	rep_cluster_1702				non-mobilizable	plasmid	2767.0	97.073	100.0	0.08870214752567694	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0083_000000008885	2502	0.7819864896598738	3	3	3	3	2	False	121379	maximal	True	ENG0083_000000008885	1.0		1	1	False	False	0.9976019263267517	0					non-mobilizable	no_good_hit	1828.0	99.344	73.0	0.0005755508156841065	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0003_000000003913	6441	0.7819835167443792	8	3	2	2	2	True	81546	maximal	True	FIJ0003_000000003913	0.9659108801763502		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	909.0	86.249	31.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0153_000000010296	2576	0.7819834460405454	4	4	4	4	4	False	92597	maximal	True	FIJ0153_000000010296	0.9996056782334385		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	2032.0	82.579	78.0	0.00037568484410008425	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ENG0150_000000000592	21308	0.7819824123596449	15	13	11	13	9	True	122953	fragment	False	ENG0150_000000000592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	75.76899999999999	11.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0366_000000017388	1218	0.7819803107584048	2	2	2	2	2	False	126593	fragment	False	SPA0042_000000023410	0.5775392210736502		0	0	False	False	0.9975369572639465	0					non-mobilizable	no_good_hit	451.0	75.831	37.0	0.000109616675891508	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
USA0066_01_000000005554	3646	0.7819801501072309	10	8	4	6	5	True	126939	backbone	False	USA0145_01_000000006426	0.9726365996669882	PS981	0	0	False	True	1.0	0					non-mobilizable	chromosome	3578.0	99.273	100.0	0.0008458336367961514	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
ISR0217_000000006875	3791	0.7819788756001623	4	4	3	1	0	False	28102	maximal	True	ISR0217_000000006875	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0290_000000000892	8373	0.7819776274518007	7	7	7	7	6	False	98956	fragment	False	ISR0346_000000001832	0.9587284768702544		0	0	False	False	1.0	0					non-mobilizable	other	4969.0	99.27600000000001	93.0	0.000935528913737568	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
AST0019_000000021890	1395	0.781975680539473	2	2	2	2	2	False	121973	maximal	True	AST0019_000000021890	1.0		18	5	False	False	0.9971325993537903	0					non-mobilizable	no_good_hit	456.0	72.368	32.0	0.0393574297188755	NZ_CABKPS010000059.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0316_000000005914	3141	0.7819740099077497	3	3	3	3	3	False	39157	maximal	True	ISR0316_000000005914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1561.0	74.119	53.0	0.000318276079894688	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0045_000000016693	1560	0.7819680708225193	2	2	2	1	1	False	101387	fragment	False	ISR0045_000000016693	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1437.0	99.374	92.0	0.004906402256603128	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ENG0096_000000026453	1214	0.7819680708225193	2	2	2	1	1	False	101382	fragment	False	ISR0038_000000029838	0.9604216481760106		0	0	False	False	0.9942339658737183	0					non-mobilizable	other	1214.0	100.0	100.0	0.004147363022480554	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0038_000000029838	1205	0.7819680708225193	2	2	2	1	1	False	101382	fragment	False	ISR0038_000000029838	0.9708086992279424		0	0	False	False	0.9867219924926758	0					non-mobilizable	other	1205.0	99.00399999999999	100.0	0.004082400205145739	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0130_000000014113	2100	0.7819646863914621	3	3	3	3	2	False	48686	fragment	False	FIJ0110_000000007930	0.97989411455042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.143	45.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
USA0069_01_000000013047	4709	0.7819598837832901	9	5	4	4	5	False	803	maximal	True	USA0069_01_000000013047	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0099_000000012113	1829	0.7819555386560739	3	2	1	1	2	False	42778	fragment	False	FIJ0099_000000012113	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1768.0	99.943	100.0	0.024589137362407983	MN542378.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain 607 plasmid pKPC2_sg2, complete sequence	False	True
ISR0232_000000019589	1492	0.7819516275813442	2	1	1	1	1	False	27429	maximal	True	ISR0232_000000019589	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	84.524	6.0	5.014609637101262e-05	CP012548.1	e-proteobacteria	Campylobacter pinnipediorum subsp. pinnipediorum strain RM17262, complete genome	True	False
ISR0168_000000018116	1349	0.7819489158754821	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8796142982643655		0	0	False	False	0.9955522418022156	0					non-mobilizable	chromosome	1261.0	95.4	100.0	0.0003583954125387195	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0046_000000007386	1562	0.7819483705447919	3	2	2	1	1	False	87042	maximal	True	CHI0046_000000007386	1.0		7	2	False	False	1.0	0					non-mobilizable	chromosome	1559.0	93.008	99.0	0.0007250018613654978	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
SPA0091_000000005402	1998	0.7819483058231379	1	1	1	1	1	False	5341	fragment	False	SPA0091_000000005402	1.0		0	0	False	False	0.9984984993934631	0					non-mobilizable	plasmid	1993.0	100.0	100.0	0.010194264191111748	CP041262.3	firmicutes	Enterococcus faecium strain VVEswe-R plasmid pVVEswe-R1, complete sequence	False	True
MAD0096_000000008724	2105	0.7819445739942473	2	2	2	2	2	True	64651	fragment	False	MAD0096_000000008724	1.0		0	0	False	False	0.9985747933387756	0					non-mobilizable	no_good_hit								True	True
MON0041_000000053688	1300	0.7819434950869089	1	1	1	1	1	False	11766	maximal	False	MON0060_000000029220	0.9380193905817173		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	97.92299999999999	100.0	0.0003607311261809154	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0169_000000007335	3038	0.7819430955332015	5	3	2	3	0	True	38874	maximal	True	FIJ0169_000000007335	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	94.0	35.0	0.00024032626549246104	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
ISR0312_000000004215	3729	0.7819351813363897	3	3	3	3	3	False	79275	fragment	False	FIJ0171_000000005938	0.9261863613973913		0	0	False	False	0.999463677406311	0					non-mobilizable	no_good_hit	1625.0	95.93799999999999	86.0	0.009899964033381899	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MAD0061_000000004436	3619	0.7819351813363897	3	3	3	3	3	False	79275	fragment	False	FIJ0171_000000005938	0.8498429409203487		0	0	False	False	0.9975131154060364	0					non-mobilizable	other	1868.0	95.34299999999999	99.0	0.011381301016209362	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
MAD0080_000000001725	3200	0.7819351813363897	3	3	3	3	3	False	79275	fragment	False	FIJ0171_000000005938	0.18895175699821323		0	0	False	False	0.995312511920929	0					non-mobilizable	other	1643.0	96.166	96.0	0.010009692698776525	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0008_000000010189	2815	0.7819347607709857	3	3	3	3	3	False	122107	fragment	False	FIJ0008_000000010189	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2815.0	96.661	100.0	0.06412894375857339	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0052_000000021604	1110	0.7819293921915039	2	2	2	1	2	False	17242	fragment	False	MAD0095_000000033521	0.9747386759581882		0	0	False	False	0.9864864945411682	0					non-mobilizable	chromosome	1075.0	79.628	96.0	0.0003687783467854937	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0264_000000007794	1464	0.7819275786636757	2	1	1	1	1	False	61365	fragment	False	ENG0087_000000016387	0.9279870039005852		0	0	False	False	0.9897540807723999	0					non-mobilizable	no_good_hit	754.0	77.719	67.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0249_000000012893	1622	0.7819166032985388	2	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.23075843730427123		0	0	False	False	0.9993834495544434	0					non-mobilizable	other	1623.0	95.37899999999999	100.0	0.03685413808870599	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0012_000000011794	3622	0.7819154448515653	6	4	3	3	3	False	95927	maximal	True	MON0012_000000011794	1.0		0	0	False	False	0.9972391128540039	0					non-mobilizable	no_good_hit	849.0	75.736	32.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0087_000000020956	1764	0.7819102572306541	2	2	2	2	2	False	110903	fragment	False	AST0087_000000020956	1.0		0	0	False	False	0.9948979616165161	0					non-mobilizable	no_good_hit	227.0	76.211	12.0	9.410641755353564e-05	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	False
ISR0337_000000008042	1339	0.7819092835303667	1	1	1	1	1	False	24434	fragment	False	ISR0337_000000008042	1.0		0	0	False	False	0.9977595210075378	0					non-mobilizable	other	1365.0	93.993	100.0	0.00038493157528989095	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0034_000000017942	1540	0.7819080525591734	2	2	2	2	1	False	48114	fragment	False	FIJ0034_000000017942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	73.737	13.0	3.159444458920708e-05	CP038438.1	g-proteobacteria	Pseudomonas fluorescens strain LBUM677 chromosome, complete genome	True	False
TAN0009_000000014102	2675	0.7819016671450867	4	4	4	4	3	False	2704	maximal	True	TAN0009_000000014102	1.0		1	1	False	False	0.9988784790039062	0					non-mobilizable	no_good_hit	837.0	74.313	31.0	0.002319738177021177	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
DEN0010_000000002031	15291	0.7818934540589807	13	12	10	11	12	False	95065	fragment	False	ISR0214_000000001181	0.7138010864586323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	88.889	1.0	2.45733982071046e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
CAN0007_000000019172	2122	0.7818923998291851	3	3	3	3	3	False	95315	maximal	True	CAN0007_000000019172	1.0		17	6	False	False	0.9995287656784058	0					non-mobilizable	no_good_hit	125.0	80.0	6.0	0.001157580283793876	NZ_QGHH01000016.1	firmicutes	Bacillus aciditolerans strain YN-1 YN_scaffold16, whole genome shotgun sequence	True	False
ISR0107_000000004692	4527	0.7818836519803342	5	2	1	1	2	False	32863	maximal	True	ISR0107_000000004692	1.0		193	9	False	False	0.9991164207458496	0					non-mobilizable	no_good_hit	3515.0	97.24	89.0	0.0012376049980907034	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0162_000000001258	20188	0.7818786301063149	30	30	11	18	29	False	82930	maximal	True	FIJ0162_000000001258	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	7766.0	93.24	98.0	0.0013800610856646936	CP038402.1	enterobacteria	Escherichia coli O157:H7 strain BB24-1 chromosome, complete genome	False	False
CAN0022_000000021457	1518	0.7818728578976154	2	2	2	2	2	False	91274	fragment	False	CAN0022_000000021457	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	84.705	71.0	0.00015845405564542667	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0068_000000018950	1383	0.7818728578976154	2	2	2	2	2	False	62562	fragment	False	ENG0068_000000018950	1.0		0	0	False	False	0.9862617254257202	0					non-mobilizable	no_good_hit	931.0	85.39200000000001	72.0	0.00014288609881644992	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
AST0040_000000010293	1941	0.7818592946042388	3	2	1	2	1	False	116107	maximal	False	ENG0103_000000008770	0.5653514253407129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	94.338	62.0	0.02398512921988367	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0040_000000014199	1867	0.7818592946042388	3	2	1	2	1	False	116107	maximal	False	ENG0103_000000008770	0.7310292772717137		0	0	False	False	0.9994643926620483	0					non-mobilizable	no_good_hit	1307.0	94.64399999999999	70.0	0.02610381563430673	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ENG0105_000000002131	8241	0.7818579453419048	5	5	5	5	4	False	60190	maximal	True	ENG0105_000000002131	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	868.0	81.221	12.0	0.00035588569711072007	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
SPA0018_000000002725	8915	0.7818547905741887	10	5	3	4	3	False	106623	fragment	False	SPA0018_000000002725	0.996987571762034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	91.667	1.0	0.006500117472002506	NZ_FQZY01000091.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0047_000000004372	8908	0.7818547905741887	10	5	3	4	3	False	106623	fragment	False	SPA0018_000000002725	0.9965612986199345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	1.0	2.256656708811873e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
SPA0101_000000004647	8906	0.7818547905741887	10	5	3	4	3	False	106623	fragment	False	SPA0018_000000002725	0.9967856648635482		0	0	False	False	0.9996631741523743	0					non-mobilizable	no_good_hit	84.0	91.667	1.0	0.006500117472002506	NZ_FQZY01000091.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0812_000000004018	8868	0.7818547905741887	10	5	3	4	3	False	106623	fragment	False	SPA0018_000000002725	0.9944960668343589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	91.667	1.0	0.006500117472002506	NZ_FQZY01000091.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0040_01_000000009538	1500	0.7818546637419227	2	2	2	2	2	False	86638	fragment	False	CHI0134_000000008218	0.41220710441268577		0	0	False	False	0.9900000095367432	0					non-mobilizable	other	1512.0	83.135	100.0	0.00040168826901545404	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0038_000000002578	7759	0.7818523863682613	9	6	5	6	5	False	65115	maximal	True	ENG0038_000000002578	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	71.362	14.0	0.00036190857421730416	NZ_HG917868.1	firmicutes	Clostridium bornimense strain M2/40 chromosome M2/40_rep1	True	False
ENG0141_000000011000	2472	0.7818424579601662	3	3	3	2	3	False	121236	maximal	True	ENG0141_000000011000	1.0		1	1	False	False	0.9955501556396484	0					non-mobilizable	no_good_hit	1740.0	83.62100000000001	77.0	0.0005120725016474282	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0007_000000000280	18260	0.7818416865538548	30	9	5	7	6	False	20237	maximal	True	MAD0007_000000000280	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	81.609	0.0	1.5901793588205237e-05	CP050834.1	enterobacteria	Klebsiella pneumoniae strain Bckp021 chromosome, complete genome	True	False
CHI0180_000000009121	1430	0.7818375306016629	2	1	1	1	1	False	77471	maximal	True	CHI0180_000000009121	1.0		6	4	False	False	0.9993007183074951	0					non-mobilizable	no_good_hit								True	False
MON0009_000000010874	3120	0.7818239987319151	3	3	3	3	3	False	99231	fragment	False	CHI0111_000000008113	0.6057023621794754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	77.19800000000001	33.0	0.0002554328407343619	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0126_000000028207	1430	0.7818235935586018	2	2	2	2	1	False	41117	fragment	False	FIJ0126_000000028207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0099_000000000919	6898	0.781817077958785	8	4	2	2	4	True	83369	maximal	False	CHI0185_000000002608	0.9699168662815274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2883.0	77.523	60.0	0.03941418080736838	NZ_FQVD01000024.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
ISR0371_000000014435	1437	0.7818169697955305	2	1	1	1	1	False	23480	maximal	True	ISR0371_000000014435	1.0		74	9	False	False	0.9895615577697754	0					non-mobilizable	no_good_hit	464.0	74.569	32.0	0.000649349720593683	NZ_HG917869.1	firmicutes	Clostridium bornimense strain M2/40 chromosome M2/40_rep2	True	False
ENG0110_000000025877	1144	0.781814024542965	2	2	2	2	2	False	59770	maximal	True	ENG0110_000000025877	1.0		0	0	False	False	0.9973776340484619	0					non-mobilizable	no_good_hit	375.0	79.733	32.0	0.005812674772991485	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
FIJ0015_000000024363	1340	0.7817954651674854	2	2	1	2	1	False	50306	fragment	False	FIJ0015_000000024363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0833_000000001896	4202	0.7817903138052356	5	5	5	4	3	False	121542	maximal	False	CHI0077_000000003286	0.9965656087162482		0	0	False	False	1.0	0					non-mobilizable	chromosome	1814.0	100.0	100.0	0.0003618515462617123	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0088_000000012898	2157	0.7817892619214208	2	1	1	1	1	False	47031	maximal	True	FIJ0088_000000012898	1.0		1	1	False	False	0.999536395072937	0					non-mobilizable	no_good_hit	77.0	100.0	8.0	1.863352057569733e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0102_000000004094	5904	0.7817785971829564	10	4	3	3	3	False	100067	backbone	False	ENG0060_000000003853	0.9703176985056778	PS336|PS567	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	464.0	74.138	8.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
SPA0136_000000013989	2878	0.7817647689851912	4	4	4	4	4	False	77199	fragment	False	SPA0136_000000013989	0.9951329090228379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	71.03699999999999	24.0	0.005936342934622004	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
CHI0136_000000000820	15727	0.781761399686306	14	13	6	11	4	True	132288	fragment	False	CHI0140_000000001647	0.5862142099181468		0	0	False	False	0.9996820688247681	0					non-mobilizable	other	14254.0	91.027	95.0	0.003307754114745332	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
MAD0042_000000022508	1133	0.7817580416547776	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.10709898970963076		0	0	False	False	0.999117374420166	0					non-mobilizable	chromosome	1134.0	94.885	100.0	0.0003281459031766669	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0035_000000017282	1948	0.7817560138335036	3	3	3	3	3	False	73435	maximal	True	DEN0035_000000017282	0.9699392330101366		100	10	False	False	0.9958932399749756	0					non-mobilizable	no_good_hit	107.0	82.243	5.0	0.00020820034372698258	NZ_QVHZ01000005.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf5, whole genome shotgun sequence	True	False
DEN0063_000000015633	2943	0.7817503541637845	4	4	4	4	3	False	71553	maximal	True	DEN0063_000000015633	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	82.08200000000001	37.0	0.00024224311361751986	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0207_000000009960	2850	0.7817489138631714	4	4	2	4	3	False	101147	fragment	False	ISR0207_000000009960	0.9723510524438101		0	0	False	False	0.9908772110939026	0					non-mobilizable	no_good_hit	1342.0	90.462	81.0	0.0003275576774885741	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0034_000000004242	3511	0.7817381757295561	4	4	3	3	2	False	91327	fragment	False	FIJ0091_000000006847	0.9780997486242733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
MAD0068_000000015130	1867	0.78173808213883	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.2984202827195027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0026_000000005900	1910	0.7817355701201997	3	3	3	3	3	False	81753	fragment	False	ENG0026_000000005900	1.0		0	0	False	False	0.9848167300224304	0					non-mobilizable	other	1891.0	99.20700000000001	99.0	0.007717120574905067	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0046_000000005059	5055	0.7817246628476031	6	6	4	5	5	False	100926	fragment	False	SPA0046_000000005059	0.98628306676659		0	0	False	False	1.0	0					non-mobilizable	chromosome	2890.0	97.09299999999999	100.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0071_000000005721	6190	0.7817176758017139	7	5	1	3	4	False	52588	fragment	False	FIJ0071_000000005721	0.9914815433439118		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	73.706	15.0	0.13804267844002943	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
SPA0151_000000008473	2172	0.7817167430793415	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5243616867078962		0	0	False	False	1.0	0					non-mobilizable	other	2172.0	99.90799999999999	100.0	0.0037824383305676795	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
AST0026_000000010666	2766	0.7817090069107085	6	4	4	2	3	False	119462	maximal	True	AST0026_000000010666	1.0		1	1	False	False	0.9880694150924683	0					non-mobilizable	no_good_hit	385.0	76.623	14.0	0.00022396787154290227	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
USA0009_01_000000003029	8072	0.7817001291741262	11	7	3	5	6	False	52590	maximal	False	FIJ0102_000000003484	0.9706194185083405		0	0	True	True	0.9976462125778198	1					non-mobilizable	no_good_hit	1564.0	71.547	19.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
MAD0041_000000017364	1993	0.7816897856463513	4	2	2	1	2	False	18250	maximal	True	MAD0041_000000017364	1.0		189	15	False	False	1.0	0					non-mobilizable	chromosome	1771.0	96.556	95.0	0.0004953888256514013	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0145_000000015381	1198	0.7816807581293874	2	2	2	2	2	False	79729	fragment	False	FIJ0122_000000012185	0.9557251908396946		0	0	False	False	0.9941569566726685	0					non-mobilizable	chromosome	1198.0	100.0	100.0	0.00022501916046610736	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	False	False
ISR0843_000000008062	2048	0.7816789954758974	3	3	3	2	1	False	104115	fragment	False	ISR0042_000000012734	0.7614076293865233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	81.311	50.0	0.004001627512868018	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0315_000000000297	23708	0.7816741001839183	22	16	13	15	14	True	116929	maximal	False	AST0060_000000000939	0.9816915977667727	PS762|PS763|PS764	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	4642.0	94.959	44.0	0.161797123762203	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0007_000000003134	5477	0.7816681238161549	9	9	3	4	9	False	51618	fragment	False	FIJ0007_000000003134	1.0		0	0	False	False	0.9967135190963745	0					non-mobilizable	plasmid	5343.0	98.40899999999999	100.0	0.04880210522468522	CP031136.1	enterobacteria	Escherichia coli strain CFSAN064035 plasmid pGMI17-003_2, complete sequence	False	True
MON0071_000000006722	1800	0.7816642304013103	3	3	2	3	2	False	10416	maximal	True	MON0071_000000006722	1.0		18	7	False	False	0.9961110949516296	0					non-mobilizable	chromosome	1102.0	99.728	100.0	0.0002762588974936468	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
AST0118_000000017590	1762	0.781663520599345	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.22018771978279808		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	80.45100000000001	99.0	0.018143934314625517	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0343_000000003838	3907	0.7816629047320407	4	4	4	2	1	False	131598	fragment	False	ISR0343_000000003838	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3290.0	99.939	84.0	0.0014265805484506052	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	True	False
FIJ0037_000000019992	1617	0.7816606276731733	1	1	1	1	1	False	47770	fragment	False	FIJ0037_000000019992	0.9644913627639156		0	0	False	False	0.9808287024497986	0					non-mobilizable	other	1493.0	79.102	92.0	0.008540309564450017	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	False	False
CAN0001_000000021367	2113	0.781654086915758	3	3	1	2	2	True	118248	fragment	False	SPA0130_000000014816	0.4244023955484403		0	0	False	False	1.0	0					non-mobilizable	other	2113.0	99.195	100.0	0.1102345749960817	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0045_01_000000004600	3026	0.7816501319248799	4	3	3	3	3	False	89435	maximal	True	USA0045_01_000000004600	1.0		1	1	False	False	0.9897554516792297	0					non-mobilizable	no_good_hit	890.0	96.854	29.0	0.0002865409861586844	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0073_000000001830	3041	0.7816498506815537	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.9235740204951197	PS897	0	0	True	True	1.0	12	rep_cluster_1868	MOBP			mobilizable	plasmid	2498.0	99.72	100.0	0.8968738771110313	CP054004.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed3, complete sequence	False	True
AST0093_000000006385	2909	0.7816498506815537	6	2	0	1	1	True	123440	backbone	False	ISR0075_000000008378	0.9938233523574739	PS897|PS898	0	0	True	True	1.0	100		MOBP			mobilizable	chromosome	1818.0	99.725	100.0	0.637065637065637	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
ISR0226_000000002387	2884	0.7816498506815537	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.9152636156480373	PS897	0	0	True	True	1.0	45	rep_cluster_1868	MOBP			mobilizable	plasmid	2535.0	99.84200000000001	100.0	0.9098095580309019	CP054004.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed3, complete sequence	False	True
ISR0812_000000013905	2849	0.7816498506815537	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.9608302908741361	PS897	0	0	True	True	1.0	3382	rep_cluster_1868	MOBP			mobilizable	other	2718.0	99.816	100.0	0.9607496463932107	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
USA0039_01_000000008078	2830	0.7816498506815537	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.9615166962450258	PS897	0	0	True	True	1.0	720	rep_cluster_1868	MOBP			mobilizable	other	2695.0	99.889	100.0	0.9526166902404526	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
CAN0007_000000014587	2829	0.7816498506815537	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.9480288967048567	PS897	0	0	True	True	1.0	1023	rep_cluster_1868	MOBP			mobilizable	other	2760.0	98.26100000000001	100.0	0.9756011315417256	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ISR0387_000000008587	2816	0.7816498506815537	3	2	0	1	1	True	123439	backbone	False	CHI0186_000000006823	0.9564463582188988	PS897	0	0	True	True	1.0	144	rep_cluster_1868	MOBP			mobilizable	other	2770.0	99.314	100.0	0.9791371994342292	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
AUS0016_000000018916	1501	0.7816498506815537	2	2	0	1	1	True	100170	fragment	False	AUS0016_000000018916	1.0		0	0	False	False	0.9993337988853455	0					non-mobilizable	no_good_hit	900.0	85.889	60.0	0.3223259152907394	NZ_CP050955.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 plasmid unnamed1, complete sequence	True	True
CAN0004_000000014824	1883	0.7816494185038695	3	3	3	2	2	False	96168	fragment	False	CAN0004_000000014824	1.0		0	0	False	False	0.972384512424469	0					non-mobilizable	other	1858.0	96.87799999999999	97.0	0.0008960612411510331	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
FIJ0102_000000029630	1120	0.7816492601347156	2	2	2	2	2	False	42591	maximal	True	FIJ0102_000000029630	1.0		0	0	False	False	0.9598214030265808	0					non-mobilizable	no_good_hit								True	False
TAN0010_000000005068	2756	0.7816487404016969	3	3	3	3	3	False	2626	fragment	False	TAN0010_000000005068	1.0		0	0	False	False	0.9996371269226074	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	0.00043423980893448407	NZ_QGTQ01000025.1	firmicutes	Paenibacillus cellulosilyticus strain CECT 5696 Ga0244610_125, whole genome shotgun sequence	True	False
FIJ0142_000000021552	1665	0.7816483735472969	2	2	2	2	2	False	102239	fragment	False	SPA0054_000000012699	0.3148636063318723		0	0	False	False	0.9981982111930847	0					non-mobilizable	other	1665.0	98.01799999999999	100.0	0.01069078947368421	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ISR0015_000000018666	1427	0.7816473682547038	2	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.7035656249961941		0	0	False	False	0.9978976845741272	0					non-mobilizable	other	1427.0	99.509	100.0	0.007010552726736034	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
TAN0021_000000008376	2249	0.7816464790532206	4	3	3	1	1	False	2382	fragment	False	TAN0021_000000008376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000026316	1280	0.7816462217557218	1	1	1	1	1	False	104675	fragment	False	MON0044_000000041950	0.7554244305932326		0	0	False	False	1.0	0					non-mobilizable	chromosome	1280.0	96.32799999999999	100.0	0.0004305039117288586	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0069_000000018910	1349	0.7816438681456698	2	2	2	2	2	False	54231	fragment	False	ISR0069_000000018910	1.0		0	0	False	False	0.9948109984397888	0					non-mobilizable	no_good_hit								True	False
ISR0124_000000008471	1715	0.7816340215030656	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2203281984780671		0	0	False	False	0.9976676106452942	0					non-mobilizable	chromosome	1715.0	100.0	100.0	0.0005769223648970005	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0028_000000009919	3077	0.7816334701994463	3	3	2	2	3	False	122452	fragment	False	FIJ0028_000000009919	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2057.0	93.09700000000001	67.0	0.8904287570376787	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
DEN0046_000000009942	2447	0.7816293767615433	5	2	2	2	2	False	72723	fragment	False	ISR0097_000000010504	0.6330790847049378		0	0	False	False	0.9979566931724548	0					non-mobilizable	no_good_hit								True	False
ISR0854_000000002170	3430	0.7816137367872159	4	3	3	3	2	False	20509	maximal	True	ISR0854_000000002170	1.0		83	7	False	False	0.9991253614425659	0					non-mobilizable	no_good_hit								True	False
CHI0175_000000002279	5548	0.7816024835909859	6	6	6	5	5	False	116637	maximal	True	CHI0175_000000002279	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	3320.0	98.25299999999999	68.0	0.000617756622131359	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	False
ISR0804_000000014808	1364	0.7815974585352439	2	2	2	1	1	False	21814	maximal	True	ISR0804_000000014808	1.0		1	1	False	False	0.9802052974700928	0					non-mobilizable	no_good_hit	208.0	88.462	15.0	6.202265512964993e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0193_000000017004	1564	0.7815961875966918	3	1	1	1	1	False	29086	fragment	False	ISR0193_000000017004	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1564.0	99.87200000000001	100.0	0.000334463762359966	CP053190.1	enterobacteria	Enterobacter hormaechei strain EGYMCRVIM chromosome, complete genome	False	False
ISR0092_000000016253	1808	0.7815709627245095	3	3	3	3	2	False	33575	maximal	True	ISR0092_000000016253	1.0		24	6	False	False	0.9994469285011292	0					non-mobilizable	other	1393.0	88.29899999999999	97.0	0.0004719011569222532	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0135_000000018918	1504	0.7815692506491246	3	1	1	1	1	False	40576	maximal	True	FIJ0135_000000018918	1.0		2	2	False	False	0.9993351101875305	0					non-mobilizable	no_good_hit	899.0	99.333	60.0	0.0024120203490714527	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0189_000000011346	1563	0.7815689541819997	2	2	2	2	2	False	66684	fragment	False	ENG0189_000000011346	0.985991693243471		0	0	False	False	0.9833652973175049	0					non-mobilizable	virus	1538.0	82.64	98.0	0.1444234404536862	MK233948.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_5_c1 sequence	False	False
CHI0144_000000013989	1240	0.7815679955364631	2	2	2	2	1	False	79805	maximal	True	CHI0144_000000013989	1.0		361	11	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	459.0	77.342	37.0	0.6647230320699709	EU060237.1	bacteria	Uncultured bacterium clone LM0ABA27ZD02RM1 genomic sequence	True	False
CHI0072_000000001482	7774	0.7815655817206619	9	9	9	9	9	False	98062	fragment	False	CHI0072_000000001482	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7774.0	100.0	100.0	0.0016591663014850105	CP047658.1	enterobacteria	Escherichia coli strain LD39-1 chromosome, complete genome	False	False
SPA0137_000000016511	2221	0.7815596755863944	2	2	2	2	2	False	18971	maximal	True	SPA0137_000000016511	1.0		21	5	False	False	0.9945970177650452	0					non-mobilizable	other	1385.0	99.495	99.0	0.00047767078887813976	CP000312.1	firmicutes	Clostridium perfringens SM101, complete genome	False	False
ISR0290_000000013836	1256	0.7815560296132541	2	2	1	2	1	False	77778	fragment	False	ISR0265_000000013444	0.9835938767066114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	83.027	39.0	0.00016514227210621298	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0096_000000027392	1392	0.7815538787082731	3	1	1	1	1	False	9265	maximal	True	MON0096_000000027392	1.0		25	4	False	False	0.9985632300376892	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000027221	1147	0.781551743260867	2	2	2	2	2	False	46564	maximal	True	MAD0012_000000027221	0.9932795698924731		298	14	False	False	0.9851787090301514	0					non-mobilizable	other	1147.0	98.344	100.0	0.0004040727429663664	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
CAN0015_000000013391	2908	0.7815495824492328	5	4	3	4	2	True	108183	fragment	False	ISR0279_000000006459	0.9352180936995154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2216.0	83.213	76.0	0.0006813052938354626	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0146_000000015588	1475	0.7815411635779506	1	1	1	1	1	False	110103	fragment	False	ISR0351_000000008711	0.8600424182146268		0	0	False	False	0.9857627153396606	0					non-mobilizable	chromosome	1476.0	88.95700000000001	100.0	0.00041926574450958136	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0152_000000017851	1415	0.7815411635779506	1	1	1	1	1	False	57020	maximal	True	ENG0152_000000017851	1.0		37	10	False	False	1.0	0					non-mobilizable	chromosome	1326.0	72.398	92.0	0.00039634735588225115	NZ_CP017253.2	firmicutes	Clostridium taeniosporum strain 1/k chromosome, complete genome	False	False
SPA0039_000000021320	1320	0.7815411635779506	1	1	1	1	1	False	104356	fragment	False	DEN0045_000000030938	0.9535077467394547		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	88.04799999999999	100.0	0.028867829550677376	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
MON0097_000000028558	1302	0.7815411635779506	1	1	1	1	1	False	57840	maximal	False	ENG0139_000000015523	0.9452683615819208		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	71.703	90.0	0.01677334552520288	NZ_JHXL01000007.1	mycoplasmas	Acholeplasma equifetale ATCC 29724 T434DRAFT_scaffold00007.7_C, whole genome shotgun sequence	False	False
ENG0057_000000023994	1155	0.7815392221548159	3	2	2	1	1	False	63494	fragment	False	ENG0057_000000023994	1.0		0	0	False	False	0.9203463196754456	0					non-mobilizable	no_good_hit								True	False
SPA0023_000000001054	14268	0.7815366120529049	18	7	1	7	3	False	7661	fragment	False	SPA0023_000000001054	1.0		0	0	False	False	0.9983879923820496	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0002696335821530951	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0055_000000007252	2656	0.7815350530381877	3	3	3	3	2	False	99231	fragment	False	CHI0111_000000008113	0.28431327466953005		0	0	False	False	0.9984939694404602	0					non-mobilizable	no_good_hit	851.0	74.971	32.0	0.0004053794739587858	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0010_000000019428	1401	0.7815349492952887	4	1	1	1	1	False	13726	fragment	False	MON0010_000000019428	1.0		0	0	False	False	0.9771591424942017	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	0.0002371040224973119	NZ_JAAIUD010000004.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_4_length_181355_cov_306.037, whole genome shotgun sequence	True	False
SPA0055_000000020036	1541	0.7815289356797647	1	1	1	1	1	False	20999	maximal	True	SPA0055_000000020036	1.0		53	7	False	False	0.9987021684646606	0					non-mobilizable	other	1545.0	99.223	99.0	0.04052706178802037	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
FIJ0086_000000005931	5078	0.7815268644684908	3	3	3	3	2	False	43861	maximal	True	FIJ0086_000000005931	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	72.046	7.0	3.933125062746928e-05	NZ_JPMW01000001.1	high GC Gram+	Planobispora rosea strain ATCC 53733 scaffold00001, whole genome shotgun sequence	True	False
SPA0030_000000016751	1811	0.7815210049909475	3	2	2	2	2	True	7325	maximal	True	SPA0030_000000016751	1.0		191	11	False	False	0.9795693159103394	0					non-mobilizable	other	1661.0	99.21700000000001	92.0	0.006769833816504022	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0023_000000021484	1580	0.7815145462205174	3	3	3	2	1	False	49330	fragment	False	FIJ0023_000000021484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000038641	1153	0.7815101025528446	1	1	1	1	1	False	47869	fragment	False	FIJ0036_000000038641	1.0		0	0	False	False	0.9991326928138733	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	5.502063273727648e-05	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ENG0052_000000013455	2289	0.7814939216687425	3	1	1	1	1	False	63986	fragment	False	ENG0052_000000013455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0153_000000012660	1490	0.7814923224526733	2	2	2	2	2	False	81413	fragment	False	SPA0153_000000012660	0.9929420505200595		0	0	False	False	0.9939597249031067	0					non-mobilizable	chromosome	1495.0	81.538	100.0	0.0005254267371987662	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0044_000000003525	9023	0.7814913433906139	11	6	5	5	3	True	71161	fragment	False	MON0024_000000003367	0.9827483271950253		0	0	False	False	0.9987809062004089	0					non-mobilizable	no_good_hit	56.0	96.429	1.0	0.025510204081632654	LN853390.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0781	True	True
DEN0065_000000012958	2629	0.7814880243800255	3	3	3	3	3	False	96635	fragment	False	ISR0207_000000007572	0.11083458123299517		0	0	False	False	1.0	0					non-mobilizable	other	2629.0	99.01100000000001	100.0	0.0007105738965758071	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0106_000000010994	1887	0.7814842834686121	3	1	1	1	1	False	60065	fragment	False	ENG0106_000000010994	1.0		0	0	False	False	0.999470055103302	0					non-mobilizable	no_good_hit	728.0	96.978	39.0	0.01704731979552596	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0064_000000005554	4834	0.7814835251795382	9	8	2	2	8	False	98175	fragment	False	FIJ0064_000000005554	1.0		0	0	False	True	0.9937939643859863	0					non-mobilizable	plasmid	4836.0	98.697	100.0	0.05168616213673203	CP056600.1	enterobacteria	Escherichia coli strain RHBSTW-00322 plasmid pRHBSTW-00322_3, complete sequence	False	True
ISR0178_000000011250	1544	0.7814830545029269	3	3	2	3	2	False	29701	fragment	False	ISR0178_000000011250	1.0		0	0	False	False	0.9922279715538025	0					non-mobilizable	no_good_hit	1070.0	94.29899999999999	69.0	0.05387680976643293	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0370_000000017820	1513	0.7814779329599689	2	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.2065465460250153		0	0	False	False	1.0	0					non-mobilizable	chromosome	1515.0	92.211	99.0	0.0005331899260626836	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0072_01_000000005820	3478	0.7814760882876979	4	4	4	4	3	False	111540	fragment	False	ISR0175_000000006008	0.4025961937335695		0	0	False	False	1.0	0					non-mobilizable	chromosome	3479.0	98.074	100.0	0.0005291116402734764	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
MON0071_000000009231	1299	0.7814727638366429	1	1	1	1	1	False	10411	maximal	True	MON0071_000000009231	1.0		1	1	False	False	0.9984603524208069	0					non-mobilizable	other	1308.0	77.294	100.0	0.00020380027197389102	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	False	False
DEN0061_000000021825	1958	0.7814635197647232	3	2	2	2	2	False	75392	backbone	True	DEN0061_000000021825	1.0	PS359	2	1	True	True	0.9989785552024841	1					non-mobilizable	chromosome	1955.0	91.969	99.0	0.0008903505070938403	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	True
SPA0026_000000025120	1362	0.7814593910872575	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8248239255214214		0	0	False	False	0.997063159942627	0					non-mobilizable	chromosome	1304.0	95.552	100.0	0.00037062636709361233	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0096_000000031987	1205	0.7814547515106072	2	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.17441178294281479		0	0	False	False	0.9767634868621826	0					non-mobilizable	other	967.0	98.656	100.0	0.015435008388591515	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0042_000000004389	6323	0.7814546195406554	7	6	4	6	4	False	116997	fragment	False	SPA0042_000000004389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	0.00529567519858782	LN599493.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000017782	True	False
AST0106_000000000681	22982	0.7814533586716378	19	7	4	6	5	True	128700	maximal	True	AST0106_000000000681	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	93.902	0.0	3.2036310983194386e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0357_000000005460	4173	0.7814522624551207	7	4	4	4	4	False	121397	fragment	False	ISR0357_000000005460	1.0		0	0	False	False	0.9940090775489807	0					non-mobilizable	chromosome	2199.0	99.363	99.0	0.0006928043224937929	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0260_000000007851	1835	0.7814515025390719	3	3	3	3	1	False	101953	fragment	False	ISR0260_000000007851	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.158	41.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0021_000000008250	5992	0.781447124273654	7	5	2	5	5	False	80580	maximal	True	FIJ0021_000000008250	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1197.0	76.19	20.0	0.6708286038592508	NZ_FQXK01000077.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ISR0176_000000003083	9292	0.7814469232965595	8	4	2	4	3	False	62491	maximal	True	ISR0176_000000003083	1.0		4	2	False	False	0.998600959777832	0					non-mobilizable	no_good_hit	2574.0	91.686	51.0	0.007893062526702094	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ISR0383_000000005578	2451	0.7814467257432884	4	2	1	2	1	False	23108	fragment	False	ISR0383_000000005578	1.0		0	0	False	False	0.9971440434455872	0					non-mobilizable	no_good_hit	687.0	83.552	31.0	0.0001783107081259756	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
DEN0079_000000006307	6064	0.7814453437025121	5	5	4	5	4	False	104497	maximal	True	DEN0079_000000006307	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	4785.0	99.791	79.0	0.03383296432790318	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
ENG0033_000000004559	5711	0.7814453437025121	5	5	4	5	4	False	104496	fragment	False	ENG0033_000000004559	0.9948654390934843		0	0	False	False	0.9985991716384888	0					non-mobilizable	other	5695.0	99.43799999999999	99.0	0.040269928061625083	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0135_000000012595	1538	0.78143401575856	3	3	2	2	1	False	102233	fragment	False	USA0062_01_000000012449	0.9597034171502257		0	0	False	False	0.99934983253479	0					non-mobilizable	other	1538.0	99.675	100.0	0.0053386036269160095	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ENG0117_000000002677	7499	0.7814291928582483	9	9	7	9	6	False	62331	maximal	True	ENG0117_000000002677	1.0		24	7	False	False	0.999466598033905	0					non-mobilizable	no_good_hit	1068.0	82.022	23.0	0.0003195338480006698	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0143_000000012098	2537	0.7814274992123948	3	2	2	2	2	False	96946	fragment	False	ISR0143_000000012098	0.973435655253837		0	0	False	False	0.9992116689682007	0					non-mobilizable	no_good_hit	604.0	77.815	24.0	0.0004440632530232316	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
MON0048_000000032904	1251	0.7814235690164625	2	1	1	1	1	False	11387	maximal	True	MON0048_000000032904	1.0		3	1	False	False	0.9584332704544067	0					non-mobilizable	no_good_hit								True	False
SPA0137_000000010415	3510	0.7814095272568969	4	4	4	3	3	False	39921	fragment	False	SPA0137_000000010415	0.9936584150680411		0	0	False	False	0.9994301795959473	0					non-mobilizable	other	3511.0	99.744	100.0	0.0014993662934768169	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
SPA0086_000000007628	1830	0.7814011773631143	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.9771352387100075		0	0	False	False	0.9967213273048401	0					non-mobilizable	chromosome	1830.0	99.508	100.0	0.0003440943883454158	CP042981.1	enterobacteria	Escherichia coli strain NCCP 14539 chromosome, complete genome	False	False
FIJ0123_000000000404	44608	0.781393144074619	69	30	15	22	16	True	93767	backbone	False	SPA0009_000000000269	0.9491342932962108	PS495	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1874.0	75.347	9.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
MON0029_000000015810	1909	0.7813926871374288	2	2	2	2	2	False	88194	fragment	False	ISR0373_000000007354	0.2955872975505239		0	0	False	False	1.0	0					non-mobilizable	chromosome	1909.0	99.005	100.0	0.0005530939781458307	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0019_000000042612	1578	0.7813917359133492	1	1	1	1	1	False	76833	fragment	False	ENG0035_000000012715	0.7480248971671324		0	0	False	False	0.9930291771888733	0					non-mobilizable	other	1560.0	99.551	99.0	0.0003009675750391895	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
SPA0128_000000009192	4000	0.7813862232092431	6	5	4	5	4	False	131986	maximal	True	SPA0128_000000009192	1.0		188	9	False	False	1.0	0					non-mobilizable	other	4014.0	96.089	100.0	0.015559252752537299	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0017_000000001210	2560	0.7813846759300153	4	3	2	3	2	False	19380	fragment	False	MAD0017_000000001210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0089_000000018840	1333	0.7813800354751381	2	1	1	1	1	False	43561	fragment	False	FIJ0089_000000018840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	91.566	6.0	0.0003022584604723341	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
ISR0392_000000006061	4805	0.7813786970049578	4	2	0	0	2	False	128631	backbone	True	ISR0392_000000006061	0.983424961458258	PS1037	5	2	True	True	1.0	68					non-mobilizable	no_good_hit								True	True
ISR0111_000000003432	4691	0.7813786970049578	4	2	0	0	2	False	128631	backbone	False	ISR0392_000000006061	0.9821741574167113	PS1037	0	0	True	True	1.0	108					non-mobilizable	no_good_hit								True	True
ISR0297_000000002478	4678	0.7813786970049578	4	2	0	0	2	False	128631	backbone	False	ISR0392_000000006061	0.9828451346730965	PS1037	0	0	True	True	1.0	44					non-mobilizable	no_good_hit								True	True
AUS0018_000000005731	4677	0.7813786970049578	4	2	0	0	2	False	128631	backbone	False	ISR0392_000000006061	0.9821896988628251	PS1037	0	0	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
MON0063_000000005916	4671	0.7813786970049578	4	2	0	0	2	False	128631	backbone	False	ISR0392_000000006061	0.9818667919216576	PS1037	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	96.0	92.708	2.0	0.01624764836668377	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	True
ISR0060_000000006347	4657	0.7813786970049578	4	2	0	0	2	False	128631	backbone	False	ISR0392_000000006061	0.9740851192401425	PS1037	0	0	True	True	1.0	16					non-mobilizable	no_good_hit								True	True
ENG0041_000000006175	4185	0.7813786970049578	3	2	0	0	2	False	117224	fragment	False	ENG0041_000000006175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.0010504767548348867	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0348_000000006210	2394	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.9629185905615287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0346_000000009392	2356	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.9539419885762919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0060_000000012543	2330	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.9415149838649413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000017383	2219	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5382599804954534		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.0009699924141618893	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0848_000000007869	2207	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5886098004105373		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0134_000000006947	2160	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5523716498108522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	92.708	4.0	0.01624764836668377	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
ISR0007_000000007062	2143	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5354241259483906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0245_000000002897	2142	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5371403605017279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000012143	2142	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5355679164163568		0	0	False	False	0.9995331168174744	0					non-mobilizable	no_good_hit								True	False
ENG0149_000000009731	2142	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5355679164163568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0342_000000007541	2132	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5392168953201193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0149_000000007745	2132	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5392168953201193		0	0	False	False	0.9985928535461426	0					non-mobilizable	no_good_hit								True	False
ISR0233_000000007032	2130	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5390383352924415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0108_01_000000005090	2125	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5387156079874776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0020_000000015233	2112	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5363928498697046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0040_000000009421	2111	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.53617210281505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0013_000000013041	2080	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.4921278699526662		0	0	False	False	0.9990384578704834	0					non-mobilizable	no_good_hit								True	False
USA0082_01_000000014426	2073	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.4907999010978489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0020_000000011455	2070	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5020448284491478		0	0	False	False	0.9995169043540955	0					non-mobilizable	no_good_hit								True	False
MON0079_000000011198	2043	0.7813786970049578	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.4895971206745795		0	0	False	False	0.988252580165863	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000015257	2187	0.7813756526827187	2	2	2	2	1	False	105751	maximal	True	ISR0046_000000015257	1.0		39	8	False	False	0.9954275488853455	0					non-mobilizable	other	1732.0	99.596	100.0	0.0005786263257261744	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
ENG0088_000000005686	4167	0.7813753342929176	5	4	4	4	3	False	66384	maximal	True	ENG0088_000000005686	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0227_000000002138	11191	0.781371593094388	12	8	4	5	7	True	94717	maximal	True	ISR0227_000000002138	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	78.001	26.0	0.0004044450517573507	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0143_000000023271	1247	0.7813526390564491	3	2	2	2	1	False	31110	maximal	True	ISR0143_000000023271	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	93.288	59.0	0.000546258503911106	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	True	False
DEN0051_000000020484	2231	0.7813494109615108	2	2	2	2	0	True	72551	maximal	True	DEN0051_000000020484	1.0		1	1	False	False	0.9896907210350037	0					non-mobilizable	no_good_hit	761.0	99.47399999999999	34.0	0.00021157392908097576	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
SPA0064_000000013721	1513	0.7813446024952779	3	3	3	1	1	False	129876	fragment	False	SPA0064_000000013721	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	92.762	75.0	0.01461401160196341	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0210_000000004047	4942	0.7813424965460697	5	5	4	5	4	False	125485	maximal	True	ENG0210_000000004047	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1654.0	85.49	71.0	0.0004608358073896476	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0147_000000001125	17335	0.7813376885599531	21	9	5	7	6	True	112484	fragment	False	ISR0147_000000001125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	82.176	2.0	0.010649415277432198	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	True
FIJ0020_000000016637	1277	0.781337018649486	1	1	1	1	1	False	62936	fragment	False	ENG0064_000000015415	0.6202488563554245		0	0	False	False	0.9992169141769409	0					non-mobilizable	other	1277.0	97.416	100.0	0.0055069311374661215	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
SPA0013_000000018636	1525	0.7813364723502141	4	3	2	3	3	False	69362	fragment	False	DEN0081_000000005754	0.9389027431421446		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	97.945	96.0	0.026688403275145166	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0033_000000003422	7337	0.7813351079104616	11	5	3	4	3	False	102985	fragment	False	ISR0033_000000003422	1.0		0	0	False	False	0.9983644485473633	0					non-mobilizable	no_good_hit	124.0	98.387	2.0	3.4425325172385515e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0799_000000000765	13090	0.7813312495141976	17	12	8	7	8	True	91942	fragment	False	ISR0799_000000000765	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8651.0	99.54899999999999	100.0	0.0016247470748244235	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0011_000000011428	3610	0.7813292560489741	6	4	2	3	2	False	75757	maximal	True	DEN0011_000000011428	1.0		5	3	True	True	1.0	26					non-mobilizable	no_good_hit	58.0	87.931	2.0	1.8343893629001957e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	True
MAD0097_000000004284	8122	0.7813255932809824	12	1	1	1	1	True	15446	fragment	False	MAD0097_000000004284	1.0		0	0	False	False	0.999876856803894	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.8188339114762166e-05	NZ_PSYR01000002.1	g-proteobacteria	Acidiferrobacter thiooxydans strain m-1 Contig2, whole genome shotgun sequence	True	True
DEN0026_000000017944	1593	0.7813248479451395	2	2	2	2	2	False	74160	fragment	False	DEN0026_000000017944	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1551.0	99.87100000000001	100.0	0.00023876005077311862	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0053_000000021540	1836	0.781320890433257	2	2	2	2	2	False	52348	fragment	False	USA0034_01_000000027858	0.6540453438334245		0	0	False	False	0.9994553327560425	0					non-mobilizable	other	1703.0	99.178	93.0	0.029766172895643504	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0043_000000003846	2308	0.7813129189100214	3	3	3	3	2	False	87402	fragment	False	ISR0813_000000012543	0.9443988510463684		0	0	False	False	1.0	0					non-mobilizable	other	2308.0	96.92399999999999	100.0	0.000640651815318993	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0165_000000011500	1388	0.7813116222469264	3	3	3	2	2	False	39048	maximal	True	FIJ0165_000000011500	1.0		0	0	False	False	0.9935158491134644	0					non-mobilizable	no_good_hit	453.0	97.13	64.0	0.00012551999155794747	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0070_000000014684	2297	0.7813093947139137	2	2	2	2	2	True	70614	fragment	False	DEN0070_000000014684	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2297.0	96.34299999999999	100.0	0.001804126546590625	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
CHI0116_000000004895	3651	0.7813093018988673	4	4	3	4	4	True	95851	fragment	False	SPA0102_000000009400	0.9719095991723246		0	0	False	False	0.9997261166572571	0					non-mobilizable	no_good_hit	1441.0	82.99799999999999	39.0	0.010311493018259935	NZ_KB894652.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00010.10, whole genome shotgun sequence	True	True
CHI0092_000000002631	3625	0.7813093018988673	4	4	3	4	4	True	95851	fragment	False	SPA0102_000000009400	0.9692694935887605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	82.99799999999999	40.0	0.010311493018259935	NZ_KB894652.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00010.10, whole genome shotgun sequence	True	True
DEN0079_000000014614	3445	0.7813093018988673	4	4	3	4	4	True	95851	fragment	False	SPA0102_000000009400	0.7227957385317202		0	0	False	False	0.9997097253799438	0					non-mobilizable	no_good_hit	1427.0	82.90100000000001	41.0	0.01021124239169352	NZ_KB894652.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00010.10, whole genome shotgun sequence	True	True
ISR0847_000000026375	1154	0.7813079129341373	1	1	1	1	1	False	118946	fragment	False	MAD0095_000000022835	0.40937742409923084		0	0	False	False	0.998266875743866	0					non-mobilizable	no_good_hit								True	False
ENG0159_000000005028	4381	0.7813058816857675	6	3	2	1	2	False	90766	fragment	False	ENG0159_000000005028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	98.025	57.0	0.0004207563776653028	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
DEN0018_000000029624	1365	0.7812927659225215	2	1	1	1	1	False	74998	fragment	False	DEN0018_000000029624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0052_000000000609	20139	0.7812898671504399	18	12	5	12	6	True	11234	fragment	False	MON0052_000000000609	1.0		0	0	False	False	0.9995034337043762	0					non-mobilizable	no_good_hit	345.0	74.493	2.0	6.59306919551795e-05	NZ_CP014476.1	g-proteobacteria	Methylomonas denitrificans strain FJG1 chromosome, complete genome	True	True
DEN0087_000000006182	2020	0.7812800373428234	3	3	2	3	2	False	91545	fragment	False	CAN0021_000000023184	0.6286829960951367		0	0	False	False	0.996039628982544	0					non-mobilizable	other	2020.0	99.851	100.0	0.14795544481899459	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
MAD0102_000000003493	4543	0.7812772410390955	4	4	4	3	3	False	15031	maximal	True	MAD0102_000000003493	1.0		1	1	False	False	0.9949372410774231	0					non-mobilizable	no_good_hit	1279.0	78.89	29.0	0.0006055585706532606	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
AST0099_000000007819	2715	0.7812735430514217	5	2	1	2	1	False	125886	fragment	False	SPA0097_000000009153	0.6226637019500567		0	0	False	False	1.0	0					non-mobilizable	other	1690.0	97.16	98.0	0.03341928004637125	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0182_000000014878	1923	0.7812735430514217	2	2	1	2	1	False	125886	fragment	False	SPA0097_000000009153	0.1788122378487542		0	0	False	False	1.0	0					non-mobilizable	other	873.0	97.93799999999999	94.0	0.017429193899782137	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
FIJ0128_000000002107	10866	0.7812726164598969	10	7	5	6	5	False	126278	maximal	True	FIJ0128_000000002107	1.0		10	2	False	False	0.9999079704284668	0					non-mobilizable	no_good_hit	1490.0	86.242	14.0	0.0025676007908833724	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
USA0069_01_000000013940	4414	0.7812701157126762	7	2	2	2	1	True	26168	fragment	False	USA0069_01_000000013940	1.0		0	0	False	False	0.9993203282356262	0					non-mobilizable	no_good_hit	341.0	82.111	8.0	0.06465187452180567	HG796773.1	bacteria	Uncultured bacterium plasmid pRGF00006	True	True
USA0091_01_000000000462	18630	0.7812485467584117	21	8	2	5	5	False	391	maximal	True	USA0091_01_000000000462	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0386_000000015857	1954	0.7812408057378724	3	3	3	2	2	False	130050	fragment	False	ISR0386_000000015857	0.9751867662753468		0	0	False	False	1.0	0					non-mobilizable	chromosome	1769.0	83.211	94.0	0.0006210551091133838	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AUS0016_000000002772	7628	0.7812363876266267	9	8	2	6	5	True	100648	fragment	False	AUS0016_000000002772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0093_01_000000006484	2913	0.781235684991073	3	2	1	1	2	False	49444	fragment	False	USA0093_01_000000006484	1.0		0	0	False	False	0.994507372379303	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0003510262900216158	NZ_CABJDM010000012.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
SPA0053_000000015919	2097	0.781235684991073	2	2	1	1	2	False	49445	maximal	True	SPA0053_000000015919	1.0		1	1	False	False	0.9723414182662964	0					non-mobilizable	no_good_hit	271.0	99.631	13.0	0.014368580703528285	NZ_CYZO01000043.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0045_000000008949	2476	0.7812352022290349	3	2	2	2	2	False	11573	maximal	True	MON0045_000000008949	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	72.998	35.0	0.00013165552947135662	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
CAN0021_000000029552	1481	0.7812322446380869	2	2	2	2	2	False	91467	maximal	True	CAN0021_000000029552	1.0		39	7	False	False	0.9669142365455627	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.7815244042450427e-05	AP012210.1	firmicutes	Candidatus Arthromitus sp. SFB-rat-Yit DNA, complete genome	True	False
FIJ0073_000000007358	2501	0.7812304338294449	4	4	4	3	3	False	106609	fragment	False	ENG0027_000000009711	0.9433078596837574		0	0	False	False	1.0	0					non-mobilizable	other	2503.0	95.24600000000001	100.0	0.009775405441524445	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0058_000000019431	2064	0.7812275488240981	3	2	2	2	1	False	46019	maximal	True	FIJ0058_000000019431	1.0		2	2	False	False	0.9995155334472656	0					non-mobilizable	no_good_hit	550.0	73.455	27.0	0.005016924004265777	NZ_JJMW01000022.1	firmicutes	Exiguobacterium alkaliphilum 12/1 HybridContig1, whole genome shotgun sequence	True	False
USA0007_01_000000007228	2376	0.7812259497747537	3	3	3	2	3	False	122159	fragment	False	USA0111_01_000000009483	0.9199009188663342		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	96.29	100.0	0.00033127920150870574	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MAD0040_000000001247	12029	0.7812251316399971	14	11	6	9	9	True	18425	maximal	True	MAD0040_000000001247	1.0		1	1	False	False	0.9997506141662598	0					non-mobilizable	no_good_hit	8617.0	87.931	86.0	0.2169799387791242	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	True	True
ENG0058_000000016954	1985	0.7812240721348545	3	1	1	1	1	True	63448	maximal	True	ENG0058_000000016954	1.0		1	1	False	False	0.9939546585083008	0					non-mobilizable	no_good_hit	52.0	88.462	3.0	1.0082004255001168e-05	CP001715.1	b-proteobacteria	Candidatus Accumulibacter phosphatis clade IIA str. UW-1 chromosome, complete genome	True	True
CHI0127_000000000475	31709	0.7812177892355611	39	21	9	20	9	True	100675	backbone	False	SPA0056_000000000367	0.9174981337461696	PS581	0	0	False	True	1.0	0					non-mobilizable	plasmid	22011.0	98.096	100.0	0.3547440548166062	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ISR0222_000000007978	7874	0.7812138925607585	10	7	6	6	7	False	116361	maximal	False	FIJ0052_000000003133	0.8148047813559328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2500.0	97.32	82.0	0.032148007003810895	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0170_000000012165	1328	0.7812135899806596	2	1	1	1	1	False	69401	fragment	False	FIJ0170_000000012165	1.0		0	0	False	False	0.9977409839630127	0					non-mobilizable	no_good_hit	368.0	99.185	32.0	0.00010971760124438295	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MAD0001_000000014552	1775	0.7812030853616689	2	2	1	2	1	False	94465	fragment	False	CAN0011_000000015663	0.6537324464153732		0	0	False	False	0.998309850692749	0					non-mobilizable	no_good_hit	984.0	81.911	55.0	0.00024051952216788263	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0026_000000009067	1356	0.7812030853616689	2	2	1	2	1	False	66060	fragment	False	ENG0026_000000009067	1.0		0	0	False	False	0.9579645991325378	0					non-mobilizable	no_good_hit	994.0	82.294	73.0	0.0002429713011910007	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0249_000000009290	2077	0.7812029833658397	3	2	2	2	2	False	110221	fragment	False	ISR0375_000000009302	0.395351823043527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1187.0	94.44	81.0	0.005691747689990441	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0198_000000004777	7369	0.7812024252917361	5	3	2	3	2	True	100361	maximal	True	ISR0198_000000004777	1.0		1	1	False	False	0.9940290451049805	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.146075833015217e-06	CP013243.1	firmicutes	Clostridium botulinum strain CDC_1632, complete genome	True	True
DEN0031_000000023479	1474	0.7812007371396235	2	2	2	2	2	False	104392	fragment	False	ISR0145_000000016568	0.6457241176466982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000007931	3205	0.7811962274276141	8	1	1	1	1	False	132088	fragment	False	ENG0127_000000007931	0.9794585987261146		0	0	False	False	0.9865834712982178	0					non-mobilizable	no_good_hit	448.0	90.402	14.0	0.003484511541955085	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	True	False
ENG0194_000000001237	17729	0.7811922342380386	15	11	9	7	4	False	121828	maximal	True	ENG0194_000000001237	0.983687017703132		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2722.0	79.97800000000001	15.0	0.0008617437989858407	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
USA0010_01_000000016213	1636	0.7811906054868786	3	2	2	2	2	True	2053	maximal	True	USA0010_01_000000016213	1.0		1	1	False	False	0.9993887543678284	0					non-mobilizable	no_good_hit								True	True
MAD0091_000000012760	1329	0.7811898194230783	2	2	2	2	1	False	15739	fragment	False	MAD0091_000000012760	1.0		0	0	False	False	0.9894657731056213	0					non-mobilizable	other	804.0	93.781	90.0	0.0010264984896538412	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
SPA0069_000000004442	5333	0.7811733979498181	6	5	5	4	4	False	5964	fragment	False	SPA0069_000000004442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	78.788	3.0	5.169240622792632e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0127_000000014705	1997	0.7811707525871939	3	3	3	3	3	False	126619	maximal	True	SPA0127_000000014705	1.0		73	9	False	False	1.0	0					non-mobilizable	other	1199.0	80.067	93.0	0.0030342089659972675	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
CHI0111_000000005398	5707	0.7811586998933604	5	4	2	4	3	True	132346	fragment	False	CHI0111_000000005398	0.9629586340737637		0	0	False	False	1.0	0					non-mobilizable	other	3418.0	96.95700000000001	98.0	0.03707205738506684	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0054_000000003729	7532	0.7811569237659067	8	7	6	6	5	False	44129	maximal	True	MON0054_000000003729	1.0		1	1	False	False	0.998274028301239	0					non-mobilizable	no_good_hit	799.0	76.721	11.0	0.00309009258572861	NZ_SLWB01000004.1	CFB group bacteria	Acetobacteroides hydrogenigenes strain RL-C Ga0181008_104, whole genome shotgun sequence	True	False
FIJ0088_000000025033	1211	0.7811541811129209	2	2	2	2	2	False	45025	fragment	False	FIJ0068_000000025014	0.9366744366744366		0	0	False	False	0.9950454235076904	0					non-mobilizable	other	1210.0	95.124	99.0	0.03742802303262956	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	False	False
ENG0169_000000008513	2727	0.7811526423428383	4	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.27262864015092697	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2728.0	98.71700000000001	100.0	0.022835219514646874	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0048_000000016141	1169	0.7811467166151848	2	2	2	2	1	False	36019	maximal	True	ISR0048_000000016141	1.0		114	9	False	False	0.9982891082763672	0					non-mobilizable	other	1169.0	99.914	100.0	0.0070488409846651496	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
FIJ0142_000000004791	6050	0.7811438602111438	7	6	6	5	5	False	83318	maximal	True	FIJ0142_000000004791	1.0	PS71	2	1	False	True	0.9998347163200378	0					non-mobilizable	no_good_hit	1565.0	76.166	28.0	0.0016910972686812718	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
CHI0111_000000006427	4785	0.7811376611863545	7	4	4	4	4	False	91597	maximal	True	CHI0111_000000006427	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000001563	13665	0.7811360426405626	19	4	1	3	2	False	14869	maximal	True	MAD0105_000000001563	1.0		1	1	False	False	0.9994145631790161	0					non-mobilizable	no_good_hit	2983.0	91.686	54.0	0.05274164392301421	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0009_000000015300	2364	0.7811332361881339	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.15300336277712076	PS902	0	0	False	True	0.9860405921936035	0	rep_cluster_1702				non-mobilizable	other	2353.0	98.258	99.0	0.001956345849883229	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	True
ISR0216_000000006693	2796	0.7811328597495855	5	3	3	3	3	True	28134	maximal	True	ISR0216_000000006693	1.0		8	3	False	False	1.0	0					non-mobilizable	other	1814.0	98.015	100.0	0.0008629273465626648	CP013216.1	firmicutes	Streptococcus salivarius strain HSISS4, complete genome	False	True
ENG0027_000000014225	1608	0.7811316239601725	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.9760606053931573		0	0	False	False	0.9993780851364136	0					non-mobilizable	other	1608.0	99.37799999999999	100.0	0.009783627795974527	NZ_LT969515.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
CHI0073_000000005300	1528	0.7811314186686421	2	2	2	2	2	False	87352	fragment	False	ENG0002_000000015195	0.9655036624703446		0	0	False	False	0.9934554696083069	0					non-mobilizable	chromosome	1514.0	99.934	100.0	0.0002745046171386314	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0102_000000021130	1519	0.7811314186686421	2	2	2	2	2	False	87352	fragment	False	ENG0002_000000015195	0.9676311843907099		0	0	False	False	1.0	0					non-mobilizable	chromosome	1518.0	98.419	99.0	0.0003027737427904123	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0024_000000006348	1517	0.7811314186686421	2	2	2	2	2	False	87352	fragment	False	ENG0002_000000015195	0.9644789931031846		0	0	False	False	1.0	0					non-mobilizable	chromosome	1518.0	99.539	100.0	0.0002750489091752579	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0106_000000013101	1955	0.7811104011720359	2	2	2	2	2	False	33607	fragment	False	ISR0106_000000013101	1.0		0	0	False	False	1.0	0					non-mobilizable	other	908.0	93.28200000000001	100.0	0.0009922837030313552	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ISR0389_000000007860	2695	0.7811059222897403	3	2	1	1	1	False	40591	maximal	True	ISR0389_000000007860	1.0		2	1	False	False	0.9962894320487976	0					non-mobilizable	no_good_hit	1383.0	94.794	70.0	0.21124596712244584	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	False
ISR0036_000000003040	3188	0.7810985313184351	3	2	2	2	2	False	127064	maximal	True	ISR0036_000000003040	1.0		2	2	False	False	0.9962359070777893	0					non-mobilizable	no_good_hit	2708.0	97.637	85.0	0.0008080835862767496	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0023_000000004872	3521	0.7810890739695037	4	1	1	1	1	True	117056	fragment	False	ENG0023_000000004872	1.0		0	0	False	False	0.9997159838676453	0					non-mobilizable	other	2960.0	98.95299999999999	98.0	0.0008192854699888193	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
MON0007_000000030612	2042	0.7810852975063837	3	2	2	2	2	False	13955	maximal	True	MON0007_000000030612	1.0		4	2	False	False	0.9990205764770508	0					non-mobilizable	no_good_hit	388.0	72.68	19.0	0.00011946175015197152	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0022_000000009247	2734	0.7810828954573812	5	3	2	2	2	False	37592	maximal	True	ISR0022_000000009247	1.0		9	4	False	False	0.9996342062950134	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000017555	1777	0.7810807536534973	2	2	2	2	2	False	64553	fragment	False	ENG0063_000000017555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	92.279	38.0	0.00023235178586459416	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ETH0003_000000015309	2497	0.7810789891527229	5	2	1	2	0	True	53204	maximal	True	ETH0003_000000015309	1.0		1	1	True	True	1.0	68					non-mobilizable	no_good_hit	230.0	80.435	9.0	0.0923202614379085	LN853897.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1331	True	True
FIJ0142_000000005152	5696	0.7810743192825668	4	4	3	4	2	False	107523	fragment	False	ISR0155_000000003978	0.4865384615384616		0	0	False	False	0.9984199404716492	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0223_000000003001	7579	0.7810723718756668	9	8	7	7	6	False	120525	maximal	True	ISR0223_000000003001	1.0		80	10	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	90.227	54.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MAD0101_000000004310	5738	0.7810700268749222	8	3	1	3	2	False	113331	maximal	True	MAD0101_000000004310	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	90.36200000000001	21.0	0.19345960822405697	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0830_000000020560	1474	0.7810698069659341	2	1	1	1	1	False	33779	maximal	True	ISR0830_000000020560	0.9822263953747962		211	12	False	False	1.0	0					non-mobilizable	chromosome	1511.0	73.527	100.0	0.00048598329587347996	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0219_000000003921	7562	0.7810627616479024	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.7706938742330852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2476.0	97.738	33.0	0.4003561599481949	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0107_000000001758	17320	0.7810619165532718	10	4	1	3	0	True	8625	maximal	True	MON0107_000000001758	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0815_000000010063	3064	0.7810510046043929	5	5	5	5	3	False	129517	fragment	False	ISR0815_000000010063	1.0		0	0	False	True	0.9993472695350647	0					non-mobilizable	no_good_hit	2079.0	98.846	68.0	0.417185304155792	NZ_JAAIUL010000048.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_49_length_4981_cov_271.371, whole genome shotgun sequence	True	True
USA0145_01_000000001412	14715	0.7810430189582395	18	11	8	11	9	False	99803	maximal	True	USA0145_01_000000001412	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	72.197	4.0	0.00013367085744553952	CP040914.1	a-proteobacteria	Mesorhizobium sp. 8 chromosome, complete genome	True	False
ENG0113_000000005166	5358	0.7810368910857829	8	7	6	6	5	False	129776	maximal	False	ISR0102_000000003681	0.9807799442896936	PS1061	0	0	False	True	0.99944007396698	0					non-mobilizable	chromosome	1797.0	98.553	99.0	0.0004807620158345964	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0086_000000011162	2771	0.7810286644531066	4	3	2	3	3	False	9749	maximal	True	MON0086_000000011162	1.0		1	1	False	False	0.999639093875885	0					non-mobilizable	no_good_hit	99.0	100.0	4.0	0.0001757737182419041	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MON0043_000000005196	4477	0.7810206291196644	4	2	2	2	1	True	100496	backbone	True	MON0043_000000005196	0.8288688059805197	PS574	13	1	False	True	1.0	0					non-mobilizable	no_good_hit	1009.0	77.205	31.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0051_000000007372	4359	0.7810206291196644	4	2	2	2	1	True	100496	backbone	False	MON0043_000000005196	0.8272214975150294	PS574	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1009.0	77.205	32.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0038_000000005820	4280	0.7810206291196644	5	2	2	2	1	True	100496	backbone	False	MON0043_000000005196	0.8155983945844739	PS574	0	0	True	True	1.0	766					non-mobilizable	no_good_hit	1200.0	78.583	33.0	0.40524680704176735	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0002_000000004693	4280	0.7810206291196644	4	2	2	2	1	True	100496	backbone	False	MON0043_000000005196	0.8156279480728552	PS574	0	0	True	True	1.0	906					non-mobilizable	no_good_hit	1200.0	78.583	33.0	0.40524680704176735	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0012_000000009230	4280	0.7810206291196644	5	2	2	2	1	True	100496	backbone	False	MON0043_000000005196	0.8156262736654067	PS574	0	0	True	True	1.0	866					non-mobilizable	no_good_hit	1200.0	78.583	33.0	0.40524680704176735	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0097_000000007582	4257	0.7810206291196644	5	2	2	2	1	True	100496	backbone	False	MON0043_000000005196	0.8230735941534966	PS574	0	0	True	True	1.0	1496					non-mobilizable	no_good_hit	1008.0	76.786	32.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0074_000000003778	4257	0.7810206291196644	5	2	2	2	1	True	100496	backbone	False	MON0043_000000005196	0.8215636273876137	PS574	0	0	True	True	1.0	331					non-mobilizable	no_good_hit	1008.0	76.786	32.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0090_000000013033	4246	0.7810206291196644	6	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.8677442060938749	PS190	0	0	True	True	1.0	254					non-mobilizable	no_good_hit	900.0	91.444	42.0	0.309975837072834	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0003_000000002862	4236	0.7810206291196644	5	2	2	2	1	True	100496	backbone	False	MON0043_000000005196	0.8165917115114647	PS574	0	0	True	True	1.0	801					non-mobilizable	no_good_hit	1009.0	77.10600000000001	33.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0076_000000010484	4236	0.7810206291196644	5	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.829510556856376	PS190	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	1286.0	86.236	36.0	0.44045564376941665	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0001_000000007742	4235	0.7810206291196644	6	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.8674356471275446	PS190	0	0	True	True	1.0	1141					non-mobilizable	no_good_hit	1452.0	89.738	40.0	0.49810148429409734	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0371_000000003554	4235	0.7810206291196644	6	2	2	2	1	True	49895	backbone	True	ISR0371_000000003554	0.8702263654452937	PS190	4	2	True	True	1.0	138					non-mobilizable	no_good_hit	900.0	91.556	42.0	0.309975837072834	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0048_000000008728	4226	0.7810206291196644	5	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.8128158374787104	PS190	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	1442.0	89.459	41.0	0.49188816016568865	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0054_000000008916	4216	0.7810206291196644	6	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.8304112907382001	PS190	0	0	True	True	1.0	422					non-mobilizable	no_good_hit	1453.0	86.648	40.0	0.49810148429409734	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0103_000000010372	4197	0.7810206291196644	5	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.8297932393103553	PS190	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	1453.0	86.648	40.0	0.49810148429409734	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0080_000000010469	4141	0.7810206291196644	5	2	2	2	1	True	100496	backbone	False	MON0043_000000005196	0.8102680139644318	PS574	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	1009.0	76.908	33.0	0.34311356575768037	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0036_000000004407	4121	0.7810206291196644	5	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.817654721969071	PS190	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1136.0	87.06	39.0	0.3893683120469451	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0056_000000003896	3878	0.7810206291196644	5	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.5564139146665317	PS190	0	0	False	True	0.9974213242530823	0					non-mobilizable	no_good_hit	1042.0	86.46799999999999	33.0	0.3569209527096997	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0077_000000010028	3742	0.7810206291196644	6	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.12425648959944989	PS190	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1123.0	87.89	31.0	0.38280980324473596	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0057_000000007439	3220	0.7810206291196644	5	2	2	2	1	True	14055	fragment	False	MON0057_000000007439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	86.648	53.0	0.49810148429409734	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0026_000000007732	2919	0.7810206291196644	4	2	2	2	1	True	37308	maximal	True	ISR0026_000000007732	1.0		1	1	True	True	1.0	2812					non-mobilizable	no_good_hit	602.0	79.07	51.0	0.2022782188470832	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0022_000000021923	1215	0.7810064786161026	2	2	2	2	2	False	37571	fragment	False	ISR0022_000000021923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	74.493	28.0	0.0006703552685178228	NZ_SSTM01000002.1	actinobacteria	Parvibacter caecicola strain NM48_B13, whole genome shotgun sequence	True	False
FIJ0109_000000007465	3609	0.7810058614841133	4	4	4	4	3	False	43890	maximal	True	FIJ0109_000000007465	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1905.0	86.87700000000001	53.0	0.000868000519979292	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	False
ISR0387_000000002369	8514	0.7809974105933639	10	7	6	7	5	False	129716	fragment	False	AST0097_000000002268	0.9469667998068495		0	0	False	True	1.0	0					non-mobilizable	other	3247.0	99.353	99.0	0.015150312947776693	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0002_000000016600	2217	0.7809958520337654	5	4	4	3	2	True	131885	maximal	True	AST0002_000000016600	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	99.555	61.0	0.0003755998892791981	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0015_000000011599	3188	0.7809828125936569	4	4	3	3	3	False	125473	fragment	False	MAD0095_000000009918	0.5721345345712859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	84.29299999999999	86.0	0.000317911237005775	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0059_000000011912	3188	0.7809828125936569	4	4	3	3	3	False	125473	fragment	False	MAD0095_000000009918	0.5721345345712859		0	0	False	False	0.9996863007545471	0					non-mobilizable	no_good_hit	1407.0	84.29299999999999	86.0	0.000317911237005775	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0018_000000004313	3775	0.7809797302629863	3	3	3	3	3	False	89584	maximal	True	CHI0018_000000004313	1.0		2	1	False	False	1.0	0					non-mobilizable	other	3656.0	82.27600000000001	99.0	0.0018895186707998807	NZ_UGGU01000003.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	False	False
ENG0164_000000006354	2964	0.7809752163675902	3	2	2	2	2	False	75128	fragment	False	DEN0018_000000012473	0.9600499035729093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	72.92	44.0	0.000334585025156077	NZ_CP028842.1	firmicutes	Clostridium botulinum strain DFPST0029 chromosome, complete genome	True	False
ISR0085_000000009834	2415	0.7809578071399411	3	1	0	0	1	False	120150	fragment	False	ISR0085_000000009834	0.974006116207951		0	0	False	True	0.9987577795982361	0	rep_cluster_475				non-mobilizable	no_good_hit	1640.0	92.68299999999999	67.0	0.3110857577486214	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0040_000000013500	1751	0.7809578071399411	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.2687788040148967	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1770.0	96.045	100.0	0.3508562325766627	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
USA0106_01_000000005348	1671	0.7809578071399411	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3569192281610317	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1598.0	100.0	100.0	0.3119140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0121_000000009189	1241	0.7809578071399411	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.044607509583333815	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1241.0	99.11399999999999	100.0	0.21497919556171982	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0110_000000002476	9123	0.7809519597122507	5	5	4	5	4	False	97429	fragment	False	MON0081_000000005464	0.9502756573367261		0	0	False	False	1.0	0					non-mobilizable	other	9123.0	99.36399999999999	100.0	0.011898921790683354	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0210_000000000822	18251	0.7809508855238975	20	10	5	10	2	True	28453	maximal	True	ISR0210_000000000822	1.0		1	1	False	False	1.0	0					non-mobilizable	other	9819.0	87.34100000000001	93.0	0.15763150700352185	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0069_000000000116	65371	0.7809397109853878	66	27	14	24	12	True	129578	maximal	True	ISR0069_000000000116	1.0	PS1061	10	1	False	True	1.0	0					non-mobilizable	no_good_hit	2592.0	99.19	4.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	True
CHI0117_000000009280	1570	0.7809338816371713	1	1	1	1	1	False	84359	fragment	False	CHI0080_000000002680	0.9586180114538347		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	99.234	99.0	0.016755472812479938	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0005_000000036721	1486	0.7809338816371713	1	1	1	1	1	False	14109	maximal	True	MON0005_000000036721	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	77.28	86.0	0.0003845850366605611	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0111_000000013870	1477	0.7809338816371713	1	1	1	1	1	False	59723	maximal	False	ISR0177_000000020042	0.9520153550863724		0	0	False	False	0.9763033390045166	0					non-mobilizable	other	1477.0	99.323	100.0	0.0006400180384487801	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
MAD0107_000000030367	1308	0.7809338816371713	1	1	1	1	1	False	110555	fragment	False	MON0041_000000048660	0.9327396619195256		0	0	False	False	0.9870030283927917	0					non-mobilizable	no_good_hit	1024.0	73.828	77.0	0.027580750763858578	NZ_LSKV01000027.1	firmicutes	Staphylococcus lentus strain MF1767 contig27, whole genome shotgun sequence	True	False
ISR0153_000000024561	1202	0.7809299007571119	1	1	1	1	1	False	90693	fragment	False	ISR0134_000000024323	0.9224523386623108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	78.142	15.0	0.003274767730659553	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
ISR0802_000000011998	1474	0.7809277989591424	3	2	2	2	1	True	21853	fragment	False	ISR0802_000000011998	1.0		0	0	False	False	0.9932157397270203	0					non-mobilizable	no_good_hit	54.0	87.037	4.0	0.0003921800772520756	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
MON0092_000000017507	3070	0.7809259802212863	5	5	4	5	2	True	9465	maximal	True	MON0092_000000017507	1.0		1	1	False	False	0.99869704246521	0					non-mobilizable	no_good_hit	105.0	79.048	3.0	2.922732507586458e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0001_000000002456	7710	0.7809251340107554	8	4	3	4	2	True	101294	fragment	False	CAN0003_000000004189	0.6400563123834098		0	0	False	False	1.0	0					non-mobilizable	plasmid	6275.0	98.62899999999999	98.0	0.05436837632039963	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0047_000000019185	1147	0.7809177238484601	1	1	1	1	1	False	64289	fragment	False	ENG0047_000000019185	1.0		0	0	False	False	0.9991281628608704	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000016012	2032	0.7809122074534386	2	2	1	2	1	True	474	maximal	True	USA0084_01_000000016012	1.0		2	2	False	False	0.9940944910049438	0					non-mobilizable	no_good_hit								True	True
MAD0002_000000031744	1399	0.7809108938530723	1	1	1	1	1	False	20137	fragment	False	MAD0002_000000031744	1.0		0	0	False	False	0.9907076358795166	0					non-mobilizable	no_good_hit	789.0	71.61	55.0	0.00012994865344916046	NZ_CP043998.1	firmicutes	Clostridium diolis strain DSM 15410 chromosome, complete genome	True	False
USA0034_01_000000005925	9542	0.7808981225750832	12	10	6	6	8	True	121784	fragment	False	USA0034_01_000000005925	1.0		0	0	False	False	0.9958080053329468	0					non-mobilizable	no_good_hit	3069.0	76.279	32.0	0.006951878997501991	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
USA0078_01_000000013943	1266	0.7808969057723499	2	2	2	2	2	False	92669	fragment	False	CHI0067_000000007058	0.2705210563882941		0	0	False	False	0.9810426831245422	0					non-mobilizable	chromosome	1266.0	98.815	100.0	0.00036670014798452613	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0100_000000010214	2931	0.7808887252059273	3	3	3	2	1	True	130081	fragment	False	ENG0100_000000010214	1.0		0	0	False	False	0.9996588230133057	0					non-mobilizable	chromosome	1776.0	95.946	100.0	0.0006263481924296911	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0060_000000021328	1277	0.7808849178801578	1	1	1	1	1	False	35392	maximal	True	ISR0060_000000021328	1.0		1	1	False	False	0.980422854423523	0					non-mobilizable	no_good_hit								True	False
FIJ0031_000000002612	7834	0.7808808605141272	6	4	4	4	4	False	79278	maximal	False	FIJ0132_000000002910	0.9293476074365086	PS388	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2652.0	94.60799999999999	82.0	0.0160081930736828	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0055_000000003903	3654	0.7808793955176269	6	6	6	6	5	False	85425	maximal	False	FIJ0159_000000005601	0.9565600604381768		0	0	False	False	0.9994526505470276	0					non-mobilizable	chromosome	3654.0	99.535	100.0	0.0006733340190170319	LR130544.1	enterobacteria	Klebsiella variicola strain 03-311-0071 genome assembly, chromosome: 1	False	False
MON0033_000000047135	1256	0.7808755318719196	1	1	1	1	1	False	12269	maximal	True	MON0033_000000047135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	71.211	77.0	0.0019605440509741453	NZ_SLXO01000002.1	a-proteobacteria	Rhodothalassium salexigens DSM 2132 Ga0310481_102, whole genome shotgun sequence	True	False
MAD0085_000000009626	1206	0.7808711667969475	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.044793628359994564		0	0	False	False	0.9991708397865295	0					non-mobilizable	chromosome	1133.0	92.41	93.0	0.0003568036820122719	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0810_000000001615	6935	0.780864034355293	5	3	1	3	0	True	53500	maximal	True	ISR0810_000000001615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.702030662499228e-07	LR812530.1	bony fishes	Danio kyathit genome assembly, chromosome: 12	True	True
FIJ0152_000000018886	1445	0.7808636602861124	2	2	1	2	1	False	39695	fragment	False	MON0074_000000014592	0.9473147518694766		0	0	False	False	0.9910034537315369	0					non-mobilizable	chromosome	1345.0	87.435	92.0	0.0004747944012016252	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
MON0092_000000001994	15802	0.7808567973119325	25	11	3	10	8	True	11374	maximal	True	MON0092_000000001994	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	1.0	0.0004866494187518932	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
ISR0032_000000010430	3121	0.7808533218335479	5	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.6286958124785694		0	0	False	False	1.0	0					non-mobilizable	other	2765.0	99.78299999999999	100.0	0.0008263200268105572	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0368_000000004088	3011	0.7808533218335479	5	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.457228152786181		0	0	False	False	1.0	0					non-mobilizable	other	2684.0	98.54700000000001	98.0	0.0008015065093629174	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0148_000000006547	2633	0.7808533218335479	4	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.353099083610131		0	0	False	False	0.9969616532325745	0					non-mobilizable	other	2633.0	98.595	100.0	0.0007862596492444882	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0057_000000020902	1571	0.7808508057184016	2	2	2	2	2	False	77136	fragment	False	MON0076_000000026698	0.8030120874859176		0	0	False	False	1.0	0					non-mobilizable	other	1596.0	81.454	100.0	0.004533756369799305	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
ENG0189_000000004402	3189	0.7808488199092998	4	3	2	1	2	False	54857	maximal	True	ENG0189_000000004402	1.0		17	5	False	False	0.9855754375457764	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	7.70096692434706e-05	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0116_000000003149	10539	0.7808478641509063	9	8	6	7	8	False	115417	maximal	True	SPA0116_000000003149	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	10549.0	93.971	100.0	0.004340219864937991	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0105_000000009168	3593	0.7808442723350436	4	2	2	2	1	False	14851	maximal	True	MAD0105_000000009168	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0140_000000014189	2032	0.7808406958861313	3	2	1	2	2	False	121039	fragment	False	ISR0177_000000013530	0.7292163790140361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	3.0	1.9227053535996983e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0343_000000008807	2025	0.7808406958861313	3	2	1	2	2	False	121039	fragment	False	ISR0177_000000013530	0.7268777717182318		0	0	False	False	0.990123450756073	0					non-mobilizable	no_good_hit	675.0	76.148	33.0	0.005816687274690444	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
ISR0828_000000000335	17514	0.7808377275751939	24	11	5	9	6	True	130534	fragment	False	ITA0003_000000000288	0.9802334470309394		0	0	False	False	1.0	0					non-mobilizable	chromosome	17514.0	99.846	100.0	0.0031124410895552526	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0024_000000007921	3469	0.7808375764808612	3	3	3	3	2	False	67853	maximal	True	ENG0024_000000007921	1.0		1	1	False	False	0.9925050735473633	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	9.899059589339013e-05	NZ_PDOA01000004.1	a-proteobacteria	Roseomonas aestuarii strain JR1/69-1-13 NODE_4_length_333365_cov_21.1969, whole genome shotgun sequence	True	False
USA0066_01_000000008844	2350	0.7808294485111311	2	2	2	2	2	False	830	maximal	True	USA0066_01_000000008844	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	83.35799999999999	29.0	0.00018151797137264765	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ENG0091_000000016594	1473	0.7808274508126274	3	3	3	2	1	True	71995	maximal	True	ENG0091_000000016594	1.0		33	4	False	False	0.9993211030960083	0					non-mobilizable	other	1103.0	89.03	93.0	0.00037868260144524737	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0184_000000003639	6496	0.780817544334379	5	4	3	4	4	False	71898	fragment	False	ENG0184_000000003639	0.9900209205527759		0	0	False	False	0.9998460412025452	0					non-mobilizable	no_good_hit	1771.0	73.518	27.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0334_000000010554	1979	0.7808104270670766	4	2	1	1	2	False	24507	maximal	True	ISR0334_000000010554	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	83.74799999999999	38.0	0.00017751821608986013	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
SPA0069_000000006294	3874	0.7808098105724283	5	5	4	5	5	False	120880	fragment	False	SPA0069_000000006294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	97.66	62.0	0.0014261888804027619	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0006_000000007670	2541	0.7808053976903253	3	3	3	3	3	False	38496	fragment	False	ISR0006_000000007670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000001436	15397	0.7807986292044207	15	7	3	6	5	True	52266	fragment	False	FIJ0172_000000001436	0.9521702705540557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.00011383157066870874	NZ_GG665867.1	firmicutes	Shuttleworthia satelles DSM 14600 Scfld1, whole genome shotgun sequence	True	True
ISR0112_000000008282	3626	0.7807967098279988	4	4	2	3	3	False	32654	maximal	True	ISR0112_000000008282	1.0		0	0	False	False	0.9958631992340088	0					non-mobilizable	no_good_hit	1000.0	83.1	28.0	0.0003145672037528687	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0001_000000028375	1175	0.7807937136054132	2	2	2	2	1	True	8425	fragment	False	SPA0001_000000028375	1.0		0	0	False	False	0.999148964881897	0					non-mobilizable	chromosome	1175.0	99.915	100.0	0.00032672790078158655	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
ISR0269_000000004036	3747	0.7807907174593169	7	2	1	1	2	False	88263	fragment	False	ISR0269_000000004036	0.9967769058295964		0	0	False	False	0.9986655712127686	0					non-mobilizable	no_good_hit	1449.0	99.655	42.0	0.0003915186462107187	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0034_000000004166	3568	0.7807907174593169	6	2	1	1	2	False	88263	fragment	False	ISR0269_000000004036	0.9726447824926607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1547.0	99.677	43.0	0.0004469973345392405	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0088_000000023926	1260	0.7807762175322187	2	2	2	2	2	False	72633	fragment	False	FIJ0088_000000023926	0.9837454225398566		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	89.44200000000001	93.0	0.0003111285955317539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0100_000000001144	13850	0.7807665185501518	13	11	10	11	10	False	125098	maximal	False	ENG0143_000000001372	0.9575547554802452		0	0	False	False	0.9998555779457092	0					non-mobilizable	no_good_hit	1331.0	84.523	11.0	0.0003756037916574859	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0009_000000019934	1888	0.7807647261645118	2	2	2	2	2	False	13807	fragment	False	MON0009_000000019934	1.0		0	0	False	False	0.9904661178588867	0					non-mobilizable	no_good_hit	639.0	74.491	33.0	0.004148938981527972	NZ_SLUM01000006.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_106, whole genome shotgun sequence	True	False
MON0025_000000016662	2320	0.7807580410966783	2	2	2	2	2	False	12822	fragment	False	MON0025_000000016662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000007948	3795	0.7807532983183016	6	3	2	3	3	False	99645	maximal	True	FIJ0097_000000007948	1.0		1	1	False	False	0.9976284503936768	0					non-mobilizable	no_good_hit	2499.0	99.32	66.0	0.00045749742680590606	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	False
ISR0014_000000017099	2101	0.7807452398218041	4	2	2	2	1	False	38027	fragment	False	ISR0014_000000017099	1.0		0	0	False	False	0.9904807209968567	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00013248080771456662	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
ISR0368_000000001336	8403	0.7807441033136526	6	4	2	3	3	False	107909	maximal	True	ISR0368_000000001336	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	1522.0	99.40899999999999	20.0	0.00044061994066124877	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0136_000000006829	1661	0.7807371766472649	4	3	3	2	2	False	58027	fragment	False	ENG0136_000000006829	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1176.0	98.214	99.0	0.0004657935119522615	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CAN0020_000000017499	2087	0.7807367280974411	3	3	3	3	3	False	91869	maximal	True	CAN0020_000000017499	1.0		7	4	False	False	0.9985625147819519	0					non-mobilizable	no_good_hit	818.0	80.685	39.0	0.00021160263330049302	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0005_000000019484	1225	0.7807336399891466	1	1	1	1	1	False	67638	fragment	False	ENG0005_000000019484	1.0		0	0	False	False	0.9599999785423279	0					non-mobilizable	other	1193.0	97.402	97.0	0.0007417155906501523	NZ_HE978574.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	False	False
ISR0153_000000004214	6032	0.7807280655661856	11	4	4	4	4	False	121403	maximal	True	ISR0153_000000004214	1.0		8	3	False	False	0.9948607683181763	0					non-mobilizable	no_good_hit	2088.0	98.898	86.0	0.0006571869938123559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0062_000000022970	1580	0.7807242909443254	2	2	2	2	1	False	71825	fragment	False	MON0062_000000022970	0.9833575956475294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	580.0	84.82799999999999	37.0	0.005075605371682352	NZ_MIEH01000015.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_15, whole genome shotgun sequence	True	False
ISR0196_000000002945	5756	0.7807222849424983	9	7	5	6	6	False	80041	maximal	True	ISR0196_000000002945	1.0		1	1	False	False	0.9982627034187317	0					non-mobilizable	no_good_hit	2522.0	89.215	51.0	0.005593329915063424	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
SPA0135_000000004920	5020	0.7807193863142249	5	5	2	4	5	True	3652	maximal	True	SPA0135_000000004920	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4093.0	77.767	81.0	0.03345715721239776	NZ_RQSP01000004.1	high GC Gram+	Bifidobacterium jacchi strain MRM 9.3 sequence004, whole genome shotgun sequence	True	True
ISR0141_000000008017	4472	0.7807190620634633	6	4	2	2	4	False	124497	fragment	False	AST0040_000000004345	0.980017044066398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ISR0056_000000004491	4374	0.7807190620634633	6	4	2	2	4	False	124497	fragment	False	AST0040_000000004345	0.9921586497959991		0	0	False	False	0.9997713565826416	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ENG0132_000000004380	4373	0.7807190620634633	6	4	2	2	4	False	124497	fragment	False	AST0040_000000004345	0.9923198474513709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
AST0040_000000004345	4373	0.7807190620634633	6	4	2	2	4	False	124497	fragment	False	AST0040_000000004345	0.9923198474513709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ENG0206_000000005612	4373	0.7807190620634633	6	4	2	2	4	False	124497	fragment	False	AST0040_000000004345	0.9923196131856902		0	0	False	False	0.9997712969779968	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
AST0039_000000004010	4350	0.7807190620634633	6	4	2	2	4	False	124497	fragment	False	AST0040_000000004345	0.9902161488084431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ENG0114_000000004188	4348	0.7807190620634633	6	4	2	2	4	False	124497	fragment	False	AST0040_000000004345	0.9899872414801724		0	0	False	False	0.9986200332641602	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
AST0111_000000004604	4346	0.7807190620634633	6	4	2	2	4	False	124497	fragment	False	AST0040_000000004345	0.989028186714437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.0	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
DEN0022_000000008449	4316	0.7807190620634633	6	4	2	2	4	False	124497	fragment	False	AST0040_000000004345	0.9733349037450717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
SPA0012_000000005851	4245	0.7807190620634633	6	4	2	2	4	False	124497	fragment	False	AST0040_000000004345	0.9709558922640976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	88.12899999999999	7.0	7.85056617941957e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0260_000000015675	1108	0.7807115383485091	2	2	2	1	1	False	26695	fragment	False	ISR0260_000000015675	1.0		0	0	False	False	0.9711191058158875	0					non-mobilizable	other	1108.0	99.458	100.0	0.00048619760968214007	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0032_000000032934	1155	0.7807054865999358	2	2	2	2	2	False	48327	fragment	False	FIJ0032_000000032934	1.0		0	0	False	False	0.9922077655792236	0					non-mobilizable	no_good_hit	378.0	76.72	32.0	9.16965354646158e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0068_000000005048	2693	0.7807001629007908	3	2	2	2	1	False	85159	maximal	True	CHI0068_000000005048	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	2.0	1.6571918777852723e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
SPA0154_000000007554	1297	0.7806954009792904	2	1	1	1	1	True	59112	fragment	False	ENG0121_000000011782	0.6502423866159001		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	93.71600000000001	99.0	0.0016718978783877157	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MAD0104_000000009362	1231	0.7806946990094006	2	2	2	2	2	False	14873	fragment	False	MAD0104_000000009362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0107_000000008778	1672	0.7806937897631978	2	1	1	1	1	False	83014	maximal	True	CHI0107_000000008778	1.0		605	15	False	False	0.9994019269943237	0					non-mobilizable	other	1672.0	92.464	100.0	0.015000136613266058	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
FIJ0001_000000005150	3777	0.7806777361890258	5	3	3	2	0	True	52641	maximal	True	FIJ0001_000000005150	1.0		0	0	False	False	0.9907333850860596	0					non-mobilizable	no_good_hit	2255.0	92.86	71.0	0.00151675713280321	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
MAD0088_000000006323	3422	0.7806667485408672	5	5	5	5	2	False	47209	maximal	True	MAD0088_000000006323	1.0		1	1	False	False	0.964056134223938	0					non-mobilizable	no_good_hit	727.0	77.717	28.0	0.0002484336138693553	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
USA0036_01_000000012095	2962	0.7806656118859766	4	4	3	3	2	False	99313	fragment	False	ENG0175_000000008342	0.9680702882245794		0	0	False	False	1.0	0					non-mobilizable	other	2960.0	99.79700000000001	99.0	0.000895482883921252	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0033_000000041134	1453	0.7806648262125494	1	1	1	1	1	False	12285	maximal	True	MON0033_000000041134	1.0		12	2	False	False	1.0	0					non-mobilizable	other	1361.0	81.999	93.0	0.04290754219241649	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	False	False
ENG0122_000000003118	8315	0.7806593744703088	12	8	2	2	8	False	61951	fragment	False	ENG0122_000000003118	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8316.0	99.94	100.0	0.05018074724956397	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
MON0031_000000008906	3906	0.7806557694976719	4	4	4	4	3	True	103034	fragment	False	MON0031_000000008906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3446.0	81.747	88.0	0.9985456660849331	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	True	True
ISR0215_000000007157	4010	0.7806556216520075	4	3	3	3	3	False	120421	maximal	True	ISR0215_000000007157	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2005.0	81.596	49.0	0.34789446094705573	MK232231.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_5-CL19_c13 sequence	True	False
FIJ0081_000000021752	1662	0.780653307955203	3	2	2	2	0	True	131009	maximal	True	FIJ0081_000000021752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	97.194	77.0	0.002680679244809582	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0151_000000019548	1139	0.7806434642701162	2	2	2	2	2	False	95158	fragment	False	CAN0007_000000033979	0.9671781756180733		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	79.667	99.0	0.008306522374963439	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	False	False
AST0048_000000007734	2039	0.7806413309924631	3	2	0	1	1	False	114917	maximal	True	AST0048_000000007734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	87.42	75.0	0.18463363205060623	HG796259.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00099	True	False
DEN0007_000000007815	3527	0.7806362653765995	8	5	3	3	5	True	76321	maximal	True	DEN0007_000000007815	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1046.0	97.801	38.0	0.1317448310640444	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
FIJ0094_000000006771	2905	0.7806339522294371	5	4	3	3	3	True	118536	maximal	True	FIJ0094_000000006771	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	2579.0	95.89	89.0	0.0007467348468048532	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0056_000000018055	1251	0.7806339419014664	2	2	2	1	1	False	35620	fragment	False	MAD0075_000000002923	0.933255523808676		0	0	False	False	0.9888089299201965	0					non-mobilizable	chromosome	1251.0	99.84	100.0	0.0002605935445350198	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
ISR0046_000000002439	8134	0.7806289966258573	13	5	4	5	3	True	110433	fragment	False	ISR0046_000000002439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2872.0	99.721	56.0	0.016536684829564437	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0119_000000023002	1373	0.7806249434327838	3	2	2	2	2	False	12610	fragment	False	SPA0119_000000023002	1.0		0	0	False	False	0.9985433220863342	0					non-mobilizable	no_good_hit	405.0	73.58	29.0	0.002365153406477892	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0032_000000029457	1153	0.7806230948638877	3	1	1	1	1	True	95144	fragment	False	MON0070_000000024732	0.30173189052725213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	85.075	6.0	1.954998308630251e-05	CP059255.1	a-proteobacteria	Rhodoblastus sp. isolate SSC7 chromosome, complete genome	True	True
SPA0114_000000015356	2969	0.7806207096812263	5	3	3	3	1	True	51196	fragment	False	SPA0114_000000015356	1.0		0	0	False	False	0.9996631741523743	0					non-mobilizable	no_good_hit	87.0	79.31	3.0	0.001615079138877805	NZ_FOWX01000035.1	g-proteobacteria	Pseudomonas borbori strain DSM 17834, whole genome shotgun sequence	True	True
MON0052_000000011970	2205	0.7806183614099991	3	3	3	3	3	False	44244	maximal	True	MON0052_000000011970	0.9851318944844125		39	7	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	79.163	55.0	0.09197755535335153	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
ISR0094_000000010340	1790	0.7806163400457841	2	2	2	2	1	False	33444	fragment	False	ISR0094_000000010340	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1723.0	76.669	99.0	0.0005348903254194571	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0008_000000030906	1219	0.7806157907151865	2	1	1	1	1	False	13837	fragment	False	MON0008_000000030906	1.0		0	0	False	False	0.9688268899917603	0					non-mobilizable	chromosome	1215.0	93.416	99.0	0.0004730743167018225	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
DEN0031_000000010924	3044	0.7806117109659919	4	3	3	3	3	False	95505	fragment	False	DEN0031_000000010924	1.0		0	0	False	False	0.9986859560012817	0					non-mobilizable	other	1137.0	81.442	90.0	0.0002748444284915356	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0150_000000002546	8418	0.7806069620298395	8	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9716348960927641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.234	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0134_000000002120	8275	0.7806069620298395	9	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9767730400899279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.234	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0114_000000004008	8192	0.7806069620298395	9	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9340194409801915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.234	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0085_000000003325	8192	0.7806069620298395	9	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9339291152837087		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.234	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0162_000000019658	1641	0.780599400857403	3	3	3	2	2	False	84262	fragment	False	CHI0162_000000019658	0.991106719367589		0	0	False	False	0.9963436722755432	0					non-mobilizable	other	1666.0	97.419	100.0	0.0008038480423041327	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0160_000000010958	2580	0.7805777768466048	4	2	2	2	2	True	76843	fragment	False	ISR0160_000000010958	1.0		0	0	False	False	0.9945736527442932	0					non-mobilizable	no_good_hit	977.0	83.521	45.0	0.3974569319114028	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
SPA0146_000000004621	5053	0.7805651171400113	6	6	6	5	4	False	131569	maximal	True	SPA0146_000000004621	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	90.588	83.0	0.000551212016421958	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ETH0003_000000000255	42651	0.7805588727041219	56	17	9	12	9	False	53298	maximal	True	ETH0003_000000000255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	77.03	1.0	0.00021374596442050642	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CHI0049_000000009853	1673	0.78055659264026	2	2	2	2	2	False	86768	fragment	False	CHI0049_000000009853	1.0		0	0	False	False	0.9832636117935181	0					non-mobilizable	no_good_hit	473.0	73.15	27.0	0.0007361911911026955	NZ_FCOU01000003.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
USA0055_01_000000012655	2149	0.7805549049610091	2	2	2	2	2	False	23759	fragment	False	USA0055_01_000000012655	1.0		0	0	False	False	0.9855746626853943	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	1.5411935800252808e-05	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ENG0165_000000003837	4637	0.7805519769926339	3	2	1	2	0	True	129144	fragment	False	ISR0812_000000005528	0.22222464835847325		0	0	False	False	0.9989216923713684	0					non-mobilizable	no_good_hit	866.0	85.219	29.0	0.0018003625817324884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0050_000000013906	1833	0.7805487272268439	2	2	2	2	1	False	46598	fragment	False	FIJ0050_000000013906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	80.899	5.0	0.0001944738142126828	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	True	False
USA0019_01_000000002867	9248	0.7805471581517843	11	6	5	4	6	False	129206	fragment	False	USA0019_01_000000002867	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5668.0	99.89399999999999	94.0	0.00138942317240101	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0022_000000003475	8787	0.7805471581517843	10	6	5	4	6	False	129204	fragment	False	DEN0022_000000003475	0.9839772992203358		0	0	False	False	1.0	0					non-mobilizable	other	5668.0	99.929	91.0	0.00138942317240101	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0051_000000003538	7712	0.7805471581517843	7	6	5	4	6	False	129204	fragment	False	DEN0022_000000003475	0.48252588757396453		0	0	False	False	1.0	0					non-mobilizable	other	6578.0	99.726	99.0	0.0016125350635047544	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0015_000000017593	1504	0.7805455845730935	3	2	2	2	2	False	80183	fragment	False	ENG0028_000000010875	0.6145590196404161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	71.429	28.0	0.00274293904941851	NZ_PZZW01000007.1	a-proteobacteria	Rhodobacter johrii strain JA192 Ga0191650_107, whole genome shotgun sequence	True	False
ENG0049_000000003185	6178	0.7805408904671843	5	1	0	0	1	False	76762	maximal	True	ENG0049_000000003185	1.0	PS366	1	1	False	True	0.9995144009590149	0					non-mobilizable	no_good_hit	1392.0	92.96	22.0	0.12518129079042783	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
MON0053_000000006417	4964	0.7805408904671843	5	1	0	0	1	False	12836	backbone	False	MON0084_000000005171	0.954800177217423	PS28	0	0	True	True	0.9959709644317627	6					non-mobilizable	no_good_hit	174.0	88.506	4.0	0.06469708302169035	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
MON0084_000000005171	4934	0.7805408904671843	6	1	0	0	1	False	12836	backbone	True	MON0084_000000005171	0.9703445041127478	PS28	1	1	True	True	1.0	4					non-mobilizable	no_good_hit	174.0	88.506	4.0	0.06469708302169035	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
MON0078_000000008145	4660	0.7805408904671843	6	1	0	0	1	False	10171	maximal	True	MON0078_000000008145	1.0		1	1	False	False	0.9701716899871826	0					non-mobilizable	no_good_hit	86.0	94.186	2.0	1.663407692223393e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
CHI0069_000000002073	4524	0.7805408904671843	5	1	0	0	1	False	85077	maximal	True	CHI0069_000000002073	1.0		1	1	False	False	0.9953581094741821	0					non-mobilizable	no_good_hit	328.0	82.31700000000001	15.0	0.02918781725888325	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0211_000000004437	4451	0.7805408904671843	7	1	0	0	1	False	49743	fragment	False	ISR0211_000000004437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	92.435	28.0	0.26309067688378035	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
USA0087_01_000000003092	4386	0.7805408904671843	4	1	0	0	1	False	76759	backbone	True	USA0087_01_000000003092	1.0	PS366	1	1	True	True	0.9995440244674683	17					non-mobilizable	no_good_hit	1257.0	94.272	30.0	0.11375997099347353	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
MAD0007_000000001430	4303	0.7805408904671843	4	1	0	0	1	False	19872	maximal	False	MAD0013_000000004659	0.9807098765432098		0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
AST0031_000000006788	4289	0.7805408904671843	2	1	0	0	1	False	117584	maximal	True	AST0031_000000006788	0.9987977879297908	PS353	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1417.0	97.742	41.0	0.12835387962291517	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0075_000000004291	4224	0.7805408904671843	3	1	0	0	1	False	49752	maximal	True	FIJ0075_000000004291	0.9694015686050544	PS186	2	1	True	True	1.0	18					non-mobilizable	no_good_hit	211.0	88.626	8.0	0.0032655390517255046	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0029_000000008322	4204	0.7805408904671843	4	1	0	0	1	False	49752	maximal	False	FIJ0075_000000004291	0.9547256791425935	PS186	0	0	True	True	0.9997621178627014	7					non-mobilizable	no_good_hit	342.0	85.965	8.0	0.08454661558109834	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0127_000000004445	4198	0.7805408904671843	3	1	0	0	1	False	49752	maximal	False	FIJ0075_000000004291	0.9692151934865254	PS186	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	211.0	88.626	8.0	0.0032655390517255046	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0071_000000008562	4186	0.7805408904671843	3	1	0	0	1	False	49752	maximal	False	FIJ0075_000000004291	0.9657209959498572	PS186	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	211.0	88.626	8.0	0.0032655390517255046	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0074_000000006704	4115	0.7805408904671843	5	1	0	0	1	False	34739	fragment	False	ISR0074_000000006704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	93.902	19.0	0.01477519941986947	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0141_000000006941	4102	0.7805408904671843	5	1	0	0	1	False	48112	fragment	False	FIJ0141_000000006941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1588.0	77.456	38.0	0.13778100072516317	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0154_000000008321	4091	0.7805408904671843	2	1	0	0	1	False	49752	maximal	False	FIJ0075_000000004291	0.9415622805915878	PS186	0	0	True	True	0.9995111227035522	6					non-mobilizable	no_good_hit	316.0	96.835	8.0	0.08045977011494253	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0015_000000007043	4088	0.7805408904671843	5	1	0	0	1	False	50375	fragment	False	FIJ0015_000000007043	1.0		0	0	False	False	0.9997553825378418	0					non-mobilizable	no_good_hit	1450.0	75.44800000000001	35.0	0.12563451776649745	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
AST0104_000000007888	4082	0.7805408904671843	2	1	0	0	1	False	117584	maximal	False	AST0031_000000006788	0.979542600416967	PS353	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	1417.0	97.742	43.0	0.12835387962291517	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0109_000000006688	4065	0.7805408904671843	4	1	0	0	1	False	49751	backbone	True	FIJ0109_000000006688	0.9999394086282114	PS187	1	1	True	True	1.0	16					non-mobilizable	no_good_hit	297.0	81.48100000000001	11.0	0.04303682376117594	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0147_000000004561	4047	0.7805408904671843	2	1	0	0	1	False	49751	backbone	False	FIJ0109_000000006688	0.9998160221206613	PS187	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	162.0	90.12299999999999	13.0	0.024397636005455373	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0137_000000002887	4045	0.7805408904671843	2	1	0	0	1	False	49751	backbone	False	FIJ0109_000000006688	0.99993911349245	PS187	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	162.0	90.12299999999999	13.0	0.024397636005455373	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0078_000000006278	4000	0.7805408904671843	2	1	0	0	1	False	49751	backbone	False	FIJ0109_000000006688	0.9942536292506192	PS187	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	162.0	90.12299999999999	12.0	0.024397636005455373	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0818_000000004261	3924	0.7805408904671843	5	1	0	0	1	False	49741	maximal	True	ISR0818_000000004261	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit	385.0	91.429	18.0	0.006023809901241222	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0358_000000004589	3892	0.7805408904671843	5	1	0	0	1	False	49742	fragment	False	ISR0358_000000004589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	82.52	17.0	0.021482958665699783	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
CHI0145_000000004776	3792	0.7805408904671843	2	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.0238808084260138	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2003.0	93.859	59.0	0.24312094900330194	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0374_000000004245	3713	0.7805408904671843	4	1	0	0	1	False	48107	backbone	True	ISR0374_000000004245	1.0	PS178	2	1	True	True	1.0	61					non-mobilizable	no_good_hit	1601.0	77.264	42.0	0.13895939086294415	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
MON0101_000000016358	3643	0.7805408904671843	4	1	0	0	1	False	126143	fragment	False	FIJ0129_000000003927	0.09575918799895711		0	0	False	False	0.9920395016670227	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
MON0014_000000004299	3641	0.7805408904671843	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.04764054922080273	PS879|PS961	0	0	False	True	0.9989014267921448	0					non-mobilizable	no_good_hit	1334.0	95.57700000000001	59.0	0.2280431432973806	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0118_000000003877	3629	0.7805408904671843	6	1	0	0	1	False	130021	maximal	True	ISR0118_000000003877	1.0	PS1072	0	0	False	True	0.9906310439109802	0					non-mobilizable	no_good_hit	895.0	98.54700000000001	25.0	0.00041694066290767144	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
DEN0061_000000010858	3629	0.7805408904671843	4	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.04694796654231268	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1297.0	95.914	56.0	0.22170861153912003	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0169_000000007970	3588	0.7805408904671843	5	1	0	0	1	False	130011	fragment	False	ISR0169_000000007970	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	720.0	97.22200000000001	41.0	0.12309536038349597	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0310_000000004561	3474	0.7805408904671843	2	1	0	0	1	False	25344	maximal	True	ISR0310_000000004561	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	1472.0	81.861	42.0	0.4647842639593909	HG796797.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00048	True	True
ISR0294_000000005520	3453	0.7805408904671843	6	1	0	0	1	False	130008	maximal	True	ISR0294_000000005520	1.0	PS1072	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	94.124	25.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0357_000000007006	3377	0.7805408904671843	5	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.6031253819276948		0	0	False	False	0.9994077682495117	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0177_000000007947	3348	0.7805408904671843	2	1	0	0	1	False	29774	fragment	False	ISR0177_000000007947	1.0		0	0	False	False	0.9988052845001221	0					non-mobilizable	no_good_hit	1412.0	81.445	42.0	0.15426537648759872	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MON0027_000000011634	3334	0.7805408904671843	3	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.5545439529782111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000009408	3330	0.7805408904671843	3	1	0	0	1	False	130004	fragment	False	USA0057_01_000000009408	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	815.0	95.337	41.0	0.13884608799863038	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0128_000000010681	3286	0.7805408904671843	3	1	0	0	1	False	31860	fragment	False	ISR0128_000000010681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	96.075	40.0	0.1104967367657723	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0047_000000009327	3256	0.7805408904671843	2	1	0	0	1	False	49747	backbone	True	FIJ0047_000000009327	1.0	PS186	1	1	True	True	1.0	114					non-mobilizable	no_good_hit	229.0	98.25299999999999	12.0	0.05823754789272031	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0149_000000006922	3254	0.7805408904671843	2	1	0	0	1	False	49749	maximal	True	FIJ0149_000000006922	1.0		0	0	False	False	0.9996926784515381	0					non-mobilizable	no_good_hit	297.0	81.48100000000001	20.0	0.04303682376117594	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ENG0076_000000003575	3249	0.7805408904671843	3	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.45864505801746647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000006271	3224	0.7805408904671843	5	1	0	0	1	False	23395	fragment	False	ISR0375_000000006271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000006761	3210	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.8071856098265213	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	760.0	96.97399999999999	47.0	0.148046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
FIJ0120_000000007188	3172	0.7805408904671843	3	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.593737338309658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0073_000000008376	3148	0.7805408904671843	3	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.554103944689451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0125_000000004825	3124	0.7805408904671843	4	1	0	0	1	False	130022	fragment	False	ISR0125_000000004825	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	29.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
FIJ0090_000000013442	3111	0.7805408904671843	2	1	0	0	1	False	49746	maximal	True	FIJ0090_000000013442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	84.228	20.0	0.0756066411238825	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ISR0798_000000004165	3092	0.7805408904671843	3	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.27606089468694306		0	0	False	False	0.9983829259872437	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
DEN0051_000000014220	3077	0.7805408904671843	3	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.44942345355210145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0275_000000004690	2963	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6579768274645418	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	97.581	43.0	0.144921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CHI0095_000000002680	2953	0.7805408904671843	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21596216638216106	PS1004	0	0	False	True	0.996613621711731	0					non-mobilizable	plasmid	2953.0	100.0	100.0	0.5269546590503391	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
DEN0022_000000013249	2930	0.7805408904671843	3	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.4100806892282198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
AST0016_000000009011	2924	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6428127816396084	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	726.0	97.10700000000001	42.0	0.14140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MON0090_000000019930	2905	0.7805408904671843	3	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.501129733747273		0	0	False	False	0.9996557831764221	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0222_000000018458	2876	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7782731319504321	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	737.0	90.50200000000001	41.0	0.14575866188769415	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0138_000000008860	2872	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.8045191490942586	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	934.0	92.398	41.0	0.18498606133014736	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
MON0009_000000012404	2811	0.7805408904671843	2	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.31690223827379566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	89.744	3.0	0.00959023539668701	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0029_000000016259	2796	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7674959641720625	PS1072	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	675.0	89.926	39.0	0.13341298287534847	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0845_000000003668	2769	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.30308194905752445	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	615.0	96.74799999999999	35.0	0.1197265625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0116_000000008494	2765	0.7805408904671843	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9625082443811335		0	0	True	True	0.9996383190155029	15					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	0.006756756756756757	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0193_000000007465	2765	0.7805408904671843	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9622383026854376		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	0.006756756756756757	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0347_000000007958	2751	0.7805408904671843	2	1	0	0	1	False	27333	fragment	False	ISR0236_000000003513	0.9803990199509975		0	0	False	False	0.9996364712715149	0					non-mobilizable	no_good_hit	1295.0	82.23899999999999	47.0	0.14258703147592036	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0095_000000011241	2721	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7281031944300085	PS1072	0	0	False	True	0.9996324777603149	0					non-mobilizable	no_good_hit	610.0	88.852	38.0	0.12046993229788928	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
MON0026_000000015067	2670	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7562729170753661	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	778.0	90.74600000000001	40.0	0.15392273994424532	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0219_000000012487	2668	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7234404944883439	PS1072	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	606.0	87.954	37.0	0.11947431302270012	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0077_000000012195	2641	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6306758364269818	PS1072	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	440.0	95.455	36.0	0.085546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0781_000000010499	2641	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7725806804217918	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	838.0	91.05	40.0	0.16587017124651532	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0143_000000011759	2617	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7590311257682376	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0025_000000015028	2614	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7585180199818354	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
CHI0118_000000003492	2609	0.7805408904671843	4	1	0	0	1	False	89300	fragment	False	CHI0118_000000003492	1.0		0	0	False	False	0.9996166825294495	0					non-mobilizable	no_good_hit	314.0	88.21700000000001	12.0	0.00013967745663862855	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0835_000000005162	2608	0.7805408904671843	4	1	0	0	1	False	20954	fragment	False	ISR0835_000000005162	1.0		0	0	False	False	0.9992331266403198	0					non-mobilizable	no_good_hit								True	False
ISR0307_000000003467	2607	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7398756867031135	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	869.0	95.052	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0069_000000009354	2607	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7538682464063915	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0285_000000006288	2606	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7538061084289267	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0338_000000010188	2606	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7537838775122049	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0038_000000008816	2606	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7529998456607819	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0297_000000005231	2606	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7540919291275291	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0117_000000010283	2606	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7538650786706542	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0036_000000009083	2606	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7538061084289267	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0118_000000005259	2606	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7538061084289267	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0067_000000010922	2596	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5992821544589351	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	41.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0112_000000010762	2594	0.7805408904671843	3	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.2291033599416195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
MON0039_000000018206	2584	0.7805408904671843	2	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.27378790411163484		0	0	False	False	0.9992260336875916	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ENG0072_000000004405	2580	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7069621615981561	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.286	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0259_000000005800	2574	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.529700194942342	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	42.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0224_000000011602	2572	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7236490110839661	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0340_000000009208	2571	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.722938304252828	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0119_000000012693	2571	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7252083950195558	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
USA0066_01_000000008106	2566	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7131627467207658	PS1072	0	0	False	True	0.9992205500602722	0					non-mobilizable	no_good_hit	868.0	96.198	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0017_000000004733	2554	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5531309076448457	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	74.931	42.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0271_000000006399	2553	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6224532206475182	PS1072	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	867.0	100.0	37.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0055_000000005252	2551	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.09767172025573963	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	754.0	88.196	34.0	0.14242251378589085	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0073_000000010442	2541	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3084558815466965	PS1072	0	0	True	True	0.999212920665741	21					non-mobilizable	no_good_hit	748.0	100.0	32.0	0.0004620631894607531	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0019_000000006730	2540	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7039308826165377	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	34.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MON0037_000000027094	2540	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7062787962895459	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.885	34.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0111_000000006958	2540	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7038141462393558	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	34.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0804_000000007292	2531	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7132456798982452	PS1072	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	867.0	99.885	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0138_000000011631	2521	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6535450204032918	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	34.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0020_000000009007	2501	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6443569753195794	PS1072	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0273_000000004418	2500	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6440977791193762	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0375_000000008562	2500	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6440977791193762	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0114_000000011171	2492	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6994914637878604	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
USA0135_01_000000006055	2492	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6842987764779471	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	869.0	95.052	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0205_000000007099	2488	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6148986480541733	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	96.774	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
AUS0006_000000009829	2486	0.7805408904671843	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.07434205162312664	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2486.0	99.397	100.0	0.4435915744377008	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0843_000000006616	2485	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.7179184091807689	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0252_000000004012	2484	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4298576505646816	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0137_000000014808	2481	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6357754746535519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	96.31299999999999	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0139_000000011053	2481	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6208814731310268	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0106_000000015821	2477	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5247226826392839	PS1072	0	0	False	True	0.9967702627182007	0					non-mobilizable	no_good_hit	1089.0	75.298	43.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
CHI0153_000000006378	2462	0.7805408904671843	3	1	0	0	1	False	126127	fragment	False	CAN0021_000000018297	0.4837962962962963		0	0	False	False	0.9955320954322815	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
SPA0155_000000007699	2448	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6021338861182443	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0153_000000007407	2448	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6021338861182443	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
AUS0004_000000008595	2443	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5734337877176783	PS1072	0	0	False	True	0.9995906949043274	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MON0092_000000022445	2443	0.7805408904671843	5	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6852055644213274	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0023_000000007117	2420	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5574494870533014	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	96.544	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0028_000000012523	2414	0.7805408904671843	4	1	0	0	1	False	126125	fragment	False	SPA0027_000000014469	0.7151358440927856		0	0	False	False	0.999585747718811	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000006451	2413	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5993937678787826	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	99.539	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0847_000000011348	2410	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5653864396147075	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
TAN0006_000000005029	2408	0.7805408904671843	3	1	0	0	1	False	75603	fragment	False	TAN0006_000000005029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1404.0	95.15700000000001	58.0	0.12708484408992024	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MON0079_000000009593	2404	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6050998696821447	PS1072	0	0	False	True	0.9987520575523376	0					non-mobilizable	no_good_hit	867.0	100.0	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0256_000000007415	2399	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.29639218062380623	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	748.0	100.0	31.0	0.0004620631894607531	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0834_000000007062	2396	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.18309515172195315	PS1072	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	459.0	95.425	29.0	0.0892578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0024_000000009805	2391	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5567721051205128	PS1072	0	0	True	True	0.9995817542076111	1					non-mobilizable	no_good_hit	867.0	100.0	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0815_000000013023	2389	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5530593851693877	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.885	38.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0824_000000008871	2388	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.47763820000295787	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	45.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0074_000000008085	2387	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.14050516183069517	PS1072	0	0	False	True	0.9979053139686584	0					non-mobilizable	no_good_hit	627.0	96.65100000000001	33.0	0.1220703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0135_000000009609	2384	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.49512664041540083	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	45.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
FIJ0001_000000008286	2376	0.7805408904671843	2	1	0	0	1	False	126127	fragment	False	CAN0021_000000018297	0.6940855432960751		0	0	False	False	0.9962121248245239	0					non-mobilizable	no_good_hit								True	False
ISR0028_000000007945	2375	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5535080560543706	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	99.539	38.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
CAN0021_000000018297	2370	0.7805408904671843	2	1	0	0	1	False	126127	fragment	False	CAN0021_000000018297	0.7062369223252504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0030_000000012930	2369	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.6038057451915909	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	37.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
USA0069_01_000000026066	2359	0.7805408904671843	4	1	0	0	1	False	778	maximal	True	USA0069_01_000000026066	1.0		2	1	True	True	0.9991521835327148	30					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.0038927816705594484	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0040_000000017457	2358	0.7805408904671843	2	1	0	0	1	False	6960	fragment	False	SPA0040_000000017457	1.0		0	0	False	False	0.9995759129524231	0					non-mobilizable	no_good_hit								True	False
ISR0311_000000008698	2356	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.42407352785081803	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	37.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MAD0099_000000013256	2347	0.7805408904671843	2	1	0	0	1	False	48087	fragment	False	MAD0099_000000013256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	76.971	61.0	0.12690355329949238	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0199_000000012846	2344	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.544293950373624	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	37.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0262_000000006897	2344	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5417283601026724	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	37.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0016_000000014279	2332	0.7805408904671843	3	1	0	0	1	False	7878	fragment	False	SPA0016_000000014279	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	81.375	19.0	0.08560386473429951	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	False
FIJ0114_000000016740	2331	0.7805408904671843	2	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.18161426308680106		0	0	False	False	0.994422972202301	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
CHI0021_000000003564	2330	0.7805408904671843	3	1	0	0	1	False	89299	fragment	False	CHI0021_000000003564	1.0		0	0	False	False	0.9995707869529724	0					non-mobilizable	no_good_hit	314.0	88.21700000000001	13.0	0.00013967745663862855	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0151_000000010053	2329	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5358192533420789	PS1072	0	0	False	True	0.998711884021759	0					non-mobilizable	no_good_hit	867.0	100.0	37.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0838_000000010043	2328	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4880158224271197	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	39.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0158_000000007927	2318	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.47806123080215074	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	46.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AUS0010_000000010393	2308	0.7805408904671843	4	1	0	0	1	False	130006	fragment	False	AUS0010_000000010393	1.0		0	0	False	True	0.9900346398353577	0					non-mobilizable	no_good_hit	1559.0	86.01700000000001	74.0	0.1894337776690718	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
FIJ0086_000000013661	2306	0.7805408904671843	2	1	0	0	1	False	49745	fragment	False	FIJ0086_000000013661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	90.0	10.0	0.019760696156635244	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0168_000000009244	2290	0.7805408904671843	3	1	0	0	1	False	126125	fragment	False	SPA0027_000000014469	0.40321832910049293		0	0	False	False	0.9982532858848572	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000012834	2278	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5209948676842309	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.76899999999999	40.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0119_000000014092	2277	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5381467676489696	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	38.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
FIJ0042_000000010620	2273	0.7805408904671843	2	1	0	0	1	False	49748	fragment	False	FIJ0042_000000010620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	85.477	18.0	0.021482958665699783	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ENG0120_000000009483	2270	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5097088032217842	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	869.0	89.413	38.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0122_000000011929	2267	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.47961245744244296	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	38.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0018_000000013126	2266	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4215578440217799	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	38.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0094_000000007522	2265	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.512815650967904	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	40.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0104_000000011085	2252	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4944367033690597	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	48.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0032_000000014753	2250	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5183525379930508	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	40.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MON0048_000000017713	2249	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.10736655178474887	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2181.0	97.845	96.0	0.388254194930382	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0103_000000008121	2249	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.49461847606204296	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	48.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0042_000000011638	2249	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.49461847606204296	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	48.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0142_000000000948	2243	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.49454705251284053	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	48.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0265_000000007360	2240	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4945290831738581	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	48.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0076_000000011324	2239	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5028578153801935	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.86200000000001	40.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0062_000000016621	2237	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.49467261861752815	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	48.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0093_000000005462	2234	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4944576786884796	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	48.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0153_000000012664	2227	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.47281070522329227	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	40.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MAD0087_000000013080	2222	0.7805408904671843	2	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.1371912425113507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0841_000000006388	2219	0.7805408904671843	2	1	0	0	1	False	126127	fragment	False	CAN0021_000000018297	0.4714135021097047		0	0	False	False	0.9918882250785828	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	2.0	0.009507510933637574	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
ISR0131_000000014446	2218	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5028057239308534	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	41.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
FIJ0130_000000009329	2212	0.7805408904671843	2	1	0	0	1	False	48105	fragment	False	FIJ0130_000000009329	0.9749359029318746		0	0	False	False	0.9927667379379272	0					non-mobilizable	no_good_hit	1647.0	76.26	73.0	0.14267585206671501	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
USA0025_01_000000007198	2209	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4989358705138984	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1088.0	75.092	49.0	0.4042873260624295	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0107_000000013087	2196	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4893471877896233	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	49.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0069_000000008844	2190	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.48951109410330484	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	49.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AUS0006_000000011394	2182	0.7805408904671843	2	1	0	0	1	False	123158	fragment	False	AUS0006_000000011394	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1636.0	92.054	75.0	0.1983612571847866	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
USA0075_01_000000011384	2180	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.16250674517398214	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	652.0	100.0	30.0	0.00040268157475093744	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0196_000000009114	2178	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43705013336476084	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	40.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0360_000000011338	2169	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.49833325782566945	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1091.0	75.344	50.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0040_000000010597	2167	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4083880907948184	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.885	40.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
FIJ0029_000000015032	2166	0.7805408904671843	3	1	0	0	1	False	48872	fragment	False	FIJ0029_000000015032	1.0		0	0	False	False	0.9944598078727722	0					non-mobilizable	no_good_hit	1470.0	76.59899999999999	67.0	0.12826323422770122	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0033_000000014449	2159	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5185262620309307	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.115	50.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0175_000000011923	2157	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.42820478214261753	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.023	50.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AUS0016_000000013121	2154	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.38376430207732926	PS1072	0	0	False	True	0.9958217144012451	0					non-mobilizable	no_good_hit	1089.0	75.298	50.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MAD0057_000000007500	2153	0.7805408904671843	3	1	0	0	1	False	126125	fragment	False	SPA0027_000000014469	0.3881853461591857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000019220	2144	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.5007200732567584	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	50.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0101_000000011240	2138	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4732933772319909	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	41.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MON0017_000000009152	2130	0.7805408904671843	2	1	0	0	1	False	126124	fragment	False	MON0017_000000009152	0.9912363808621507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
FIJ0157_000000008652	2123	0.7805408904671843	2	1	0	0	1	False	48092	fragment	False	FIJ0157_000000008652	1.0		0	0	False	False	0.9995289444923401	0					non-mobilizable	no_good_hit	1358.0	75.184	63.0	0.11856417693981146	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MON0054_000000022119	2122	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.18956536223249792	PS1072	0	0	False	True	0.9976437091827393	0					non-mobilizable	no_good_hit	671.0	100.0	32.0	0.00041443418599558843	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
MAD0066_000000013015	2121	0.7805408904671843	2	1	0	0	1	False	48088	fragment	False	MAD0066_000000013015	1.0		0	0	False	False	0.99858558177948	0					non-mobilizable	no_good_hit	1463.0	76.487	68.0	0.12717548948513416	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0223_000000014112	2119	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.48491188956714665	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	43.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0850_000000007054	2117	0.7805408904671843	2	1	0	0	1	False	126120	fragment	False	ISR0850_000000007054	1.0		0	0	False	False	0.9730750918388367	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0001576312176181923	NZ_AGDG01000008.1	CFB group bacteria	Bacteroides faecis MAJ27 contig008, whole genome shotgun sequence	True	False
USA0034_01_000000025042	2116	0.7805408904671843	2	1	0	0	1	False	34139	maximal	True	USA0034_01_000000025042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.121837022792705e-06	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
DEN0063_000000022929	2111	0.7805408904671843	2	1	0	0	1	False	126124	fragment	False	MON0017_000000009152	0.9868544600938967		0	0	False	False	0.9981051683425903	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.0064794816414686825	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0389_000000010393	2110	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.46489208278953653	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	41.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MON0097_000000017056	2103	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.45948749538832934	PS1072	0	0	False	True	0.9995244741439819	0					non-mobilizable	no_good_hit	867.0	100.0	48.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
FIJ0002_000000017170	2097	0.7805408904671843	2	1	0	0	1	False	126125	fragment	False	SPA0027_000000014469	0.1561774099883856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000014147	2094	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.47753501895151906	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1309.0	74.02600000000001	62.0	0.3968107942348973	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
ENG0057_000000011638	2092	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4405902125236446	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1088.0	75.092	51.0	0.4042873260624295	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0816_000000018845	2090	0.7805408904671843	4	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.21508601707335914	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	51.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0097_000000010534	2088	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.48076881737632676	PS1072	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1089.0	75.298	52.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0290_000000006848	2080	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43325038312114694	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.86200000000001	41.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0232_000000013296	2079	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4507921674254288	PS1072	0	0	False	True	0.9985569715499878	0					non-mobilizable	no_good_hit	1089.0	75.298	52.0	0.4042873260624295	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
FIJ0055_000000006654	2079	0.7805408904671843	2	1	0	0	1	False	48105	fragment	False	FIJ0130_000000009329	0.95754761935113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	77.25	74.0	0.13687454677302394	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0144_000000003296	2078	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4754565210492768	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	52.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
FIJ0116_000000008570	2076	0.7805408904671843	2	1	0	0	1	False	48099	fragment	False	FIJ0116_000000008570	1.0		0	0	False	False	0.9995182752609253	0					non-mobilizable	no_good_hit	1539.0	76.998	73.0	0.13424583031182016	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
SPA0027_000000018015	2075	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.10448359555570787	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	547.0	99.81700000000001	26.0	0.0003370788597844547	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ISR0182_000000018897	2074	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4759317724803743	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	52.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0054_000000012837	2074	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4675951908720989	PS1072	0	0	False	True	0.9995178580284119	0					non-mobilizable	no_good_hit	868.0	89.86200000000001	42.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0112_000000016904	2073	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4485954141301154	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1088.0	75.092	52.0	0.4042873260624295	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0024_000000016691	2073	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4755236568071248	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	52.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0353_000000017914	2073	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4760164483322309	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	52.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
TAN0002_000000018918	2072	0.7805408904671843	1	1	0	0	1	False	3038	maximal	True	TAN0002_000000018918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	85.56200000000001	82.0	0.40323804705287125	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	False
SPA0145_000000016719	2068	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.11527232439578804	PS1072	0	0	False	True	0.9995164275169373	0					non-mobilizable	no_good_hit	552.0	99.819	27.0	0.0003401656625297336	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ENG0165_000000009447	2067	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3794607690903349	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	52.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0174_000000011915	2065	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.47578121989457217	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	52.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0108_000000014022	2058	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.10431605149639343	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	550.0	99.63600000000001	27.0	0.0003389309414316221	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
SPA0140_000000010592	2056	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.09051452292791386	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	528.0	100.0	26.0	0.00032534900935239495	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
SPA0041_000000016449	2055	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.10204136246199055	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	544.0	99.816	26.0	0.0003352267781372874	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
AST0047_000000010797	2051	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.38702623907200384	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	42.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
AST0111_000000009548	2051	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.38702623907200384	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	42.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0842_000000010827	2049	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.37942030104124475	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	42.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0771_000000005649	2044	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.47575252650354777	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	44.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0188_000000012694	2036	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.09035792520906098	PS1072	0	0	False	True	0.9995088577270508	0					non-mobilizable	no_good_hit	528.0	100.0	26.0	0.00032534900935239495	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ENG0196_000000005447	2036	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.47960791210909387	PS1072	0	0	False	True	0.9985265135765076	0					non-mobilizable	no_good_hit	867.0	100.0	44.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0057_000000015799	2034	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4549360330064914	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	870.0	94.13799999999999	45.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0090_000000014290	2033	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.15970845139651565	PS1072	0	0	False	True	0.9995081424713135	0					non-mobilizable	no_good_hit	706.0	99.43299999999999	35.0	0.0004360837330252087	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
SPA0143_000000009757	2027	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.08806359807371918	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	528.0	100.0	26.0	0.00032534900935239495	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
SPA0144_000000008718	2027	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.08806359807371918	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	528.0	100.0	26.0	0.00032534900935239495	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
USA0132_01_000000007915	2027	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.13285925527417713	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	579.0	100.0	29.0	0.0003575268052320151	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0377_000000007266	2024	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.41762081190477507	PS1072	0	0	False	True	0.9995059370994568	0					non-mobilizable	no_good_hit	1089.0	75.298	53.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0009_000000016528	2011	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4501619979625341	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0140_000000008573	2011	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4475612113274074	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0137_000000012613	2010	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.44392694431229957	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0300_000000004727	2008	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.44465700447078316	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	45.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MON0044_000000026989	2004	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3593589351382189	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	50.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0150_000000011673	2003	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.44303295113880464	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0128_000000017841	1993	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43821885591525006	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0016_000000010801	1992	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43844442547334345	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0122_000000014381	1992	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4307713472279948	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.631	43.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
AST0003_000000016692	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43841933049000237	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0187_000000014914	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43841933049000237	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
CAN0004_000000013972	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4374448054515673	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0010_000000010707	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43841933049000237	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0039_01_000000011258	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43841933049000237	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0090_000000011493	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4383477600793349	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0168_000000015272	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43816739878066846	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0029_000000014950	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43841933049000237	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0004_01_000000011813	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3808058855183222	PS1072	0	0	False	True	0.9578101634979248	0					non-mobilizable	no_good_hit	868.0	89.631	43.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
AST0094_000000011276	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43841933049000237	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0159_000000013106	1991	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43841933049000237	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0083_01_000000014552	1990	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.11898467855573584	PS1072	0	0	False	True	0.9994974732398987	0					non-mobilizable	no_good_hit	579.0	100.0	29.0	0.0003575268052320151	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ENG0116_000000011992	1990	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4218150052984314	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	45.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0205_000000004323	1988	0.7805408904671843	2	1	0	0	1	False	123152	fragment	False	ENG0205_000000004323	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1409.0	86.941	71.0	0.24012314007183172	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	True
FIJ0138_000000009226	1986	0.7805408904671843	2	1	0	0	1	False	48105	fragment	False	FIJ0130_000000009329	0.642295975629309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	77.66	79.0	0.13895939086294415	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ENG0061_000000010762	1984	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4369547235444862	PS1072	0	0	False	True	0.9994959831237793	0					non-mobilizable	no_good_hit	1089.0	75.207	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0035_01_000000012755	1983	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4350937714054655	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0070_000000012655	1983	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4358728097724168	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ETH0003_000000020332	1981	0.7805408904671843	2	1	0	0	1	False	123131	maximal	True	ETH0003_000000020332	1.0	PS879	1	1	False	True	0.9914184808731079	0					non-mobilizable	no_good_hit	1560.0	87.885	77.0	0.39236023273463194	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
ENG0190_000000015216	1980	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4346169452051019	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	54.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0049_000000010931	1978	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4533437804391702	PS1072	0	0	False	True	0.97826087474823	0					non-mobilizable	no_good_hit	867.0	100.0	44.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0309_000000009576	1974	0.7805408904671843	2	1	0	0	1	False	126119	fragment	False	ISR0309_000000009576	1.0		0	0	False	False	0.9989868402481079	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0071_000000003896	1973	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4328968811844302	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	55.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0088_000000005948	1971	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.43303855279694525	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	55.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0134_01_000000002045	1971	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.435456407323485	PS1072	0	0	False	True	0.9994926452636719	0					non-mobilizable	no_good_hit	867.0	100.0	46.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0221_000000011580	1970	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4270046523805043	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	55.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0117_000000011650	1970	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4077880162426121	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	96.544	46.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0824_000000011381	1966	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.4788514026357968		0	0	False	False	0.9994913339614868	0					non-mobilizable	no_good_hit								True	False
USA0072_01_000000009570	1963	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.42382620407708177	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	55.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0052_000000013883	1958	0.7805408904671843	2	1	0	0	1	False	39563	fragment	False	MON0052_000000013883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0041_000000012674	1954	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.40470706186970623	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1088.0	74.72399999999999	55.0	0.4042873260624295	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0011_000000014244	1954	0.7805408904671843	2	1	0	0	1	False	123170	fragment	False	ENG0011_000000014244	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1264.0	93.117	86.0	0.47423843550206846	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0115_000000013932	1954	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.1257877055853008	PS1072	0	0	False	True	0.9984647035598755	0					non-mobilizable	no_good_hit	577.0	99.82700000000001	30.0	0.0003562896882588939	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ENG0015_000000009039	1953	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.13837012762596534	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	55.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0053_000000012900	1952	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.46461068168680497		0	0	False	False	0.9943647384643555	0					non-mobilizable	no_good_hit								True	False
ISR0188_000000010857	1951	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4177324459845533	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	55.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0025_000000013360	1950	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.41834030915549364	PS1072	0	0	False	True	0.9994871616363525	0					non-mobilizable	no_good_hit	868.0	89.516	44.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MON0001_000000017835	1945	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.07611834126770657	PS1004	0	0	False	True	0.9994858503341675	0					non-mobilizable	plasmid	1944.0	99.949	99.0	0.3468404141378079	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
AST0113_000000019451	1943	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.37900239441016614	PS1072	0	0	False	True	0.9994853138923645	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	44.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
USA0010_01_000000013787	1938	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.17329236698014003	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	624.0	98.87799999999999	34.0	0.0003847433786406806	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ENG0086_000000013159	1927	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4067214667365417	PS1072	0	0	False	True	0.9927348494529724	0					non-mobilizable	no_good_hit	1089.0	75.298	56.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0802_000000008677	1923	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.08286554492173043	PS1072	0	0	False	True	0.9963598251342773	0					non-mobilizable	no_good_hit	527.0	100.0	27.0	0.00032473164880333916	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
SPA0048_000000010357	1919	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.37781516394604425	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	45.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0078_000000013547	1918	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.38242090787071026	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	45.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0017_000000010850	1911	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.40107140994660817	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.758	56.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0799_000000008299	1910	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3496750157285184	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	45.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
CHI0164_000000011397	1910	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.0628824490824825	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1910.0	100.0	100.0	0.34077115315958584	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0306_000000005218	1909	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.08172787507687018	PS1072	0	0	False	True	0.9963331818580627	0					non-mobilizable	no_good_hit	528.0	100.0	28.0	0.00032534900935239495	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
SPA0020_000000017250	1903	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.4007847077136412	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0237_000000005864	1900	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3728127559043492	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0241_000000007940	1900	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.35891280240635015	PS1072	0	0	False	True	0.9973683953285217	0					non-mobilizable	no_good_hit	867.0	100.0	46.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
FIJ0162_000000011813	1897	0.7805408904671843	3	1	0	0	1	False	39229	fragment	False	FIJ0162_000000011813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1408.0	92.116	74.0	0.126178390137781	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0816_000000020475	1897	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.17255364859380923	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	746.0	100.0	39.0	0.0004608260724876319	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
AUS0008_000000013049	1895	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.40078332415570295	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0024_000000014061	1895	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.40078332415570295	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
CHI0058_000000011092	1893	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.06451003152111122	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1893.0	99.947	100.0	0.3377365226704748	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0269_000000009890	1890	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.36629741399412624	PS1072	0	0	False	True	0.9952380657196045	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	46.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
DEN0059_000000000387	1890	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3588727604856735	PS1072	0	0	False	True	0.9978836178779602	0					non-mobilizable	no_good_hit	867.0	99.885	46.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0813_000000016277	1889	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.36253014413261	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0052_000000012455	1886	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3701625046188044	PS1072	0	0	False	True	0.998939573764801	0					non-mobilizable	no_good_hit	1089.0	75.298	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0296_000000013901	1886	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3817353455573949	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	46.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0146_000000021958	1884	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.17239500435886798	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	742.0	100.0	39.0	0.0004583518385413896	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
AST0046_000000009243	1883	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.36285661088637644	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0156_000000009987	1883	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.37733948318935084	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0063_01_000000010885	1879	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.39083792078216634	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.39	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0206_000000013849	1878	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.393065469826708	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0094_000000009943	1877	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3763756900649073	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	74.931	57.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0003_000000012027	1876	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.33688876146834723	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	96.544	46.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
CAN0003_000000026389	1875	0.7805408904671843	1	1	0	0	1	False	96585	fragment	False	CAN0003_000000026389	1.0		0	0	False	False	0.9973333477973938	0					non-mobilizable	no_good_hit	1566.0	99.936	84.0	0.1418600435097897	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MON0019_000000035919	1872	0.7805408904671843	3	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.45822511096095536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0051_01_000000010885	1871	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.35605788695888607	PS1072	0	0	False	True	0.9946552515029907	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	46.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
USA0108_01_000000005651	1870	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.10729937110091563	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	58.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0197_000000005430	1866	0.7805408904671843	1	1	0	0	1	False	126118	fragment	False	ENG0197_000000005430	0.9673410650492108		0	0	False	False	0.9951768517494202	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
AUS0018_000000015028	1865	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3535942759628421	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.115	58.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0103_000000015760	1864	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.1611212287996608	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	731.0	100.0	39.0	0.00045154769518922325	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
FIJ0154_000000020862	1862	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.46112931975375265		0	0	False	False	0.9914070963859558	0					non-mobilizable	no_good_hit								True	False
ISR0034_000000011294	1860	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.36792500226340147	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	58.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0151_000000010778	1860	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.16098059926247596	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	726.0	100.0	39.0	0.00044845490275642033	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0097_000000016151	1860	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.16101905374517006	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	727.0	100.0	39.0	0.0004490734612429809	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0141_000000017232	1858	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.16100580469705514	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	727.0	100.0	39.0	0.0004490734612429809	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0345_000000006521	1858	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3194416059472928	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	58.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0087_000000019177	1858	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.16116340611599955	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	727.0	100.0	39.0	0.0004490734612429809	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0358_000000010512	1858	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.44786586874285916		0	0	False	False	0.9962325096130371	0					non-mobilizable	no_good_hit								True	False
ENG0015_000000009479	1856	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.1610313657495277	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	726.0	100.0	39.0	0.00044845490275642033	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
SPA0047_000000021022	1853	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3517990475465555	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	47.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
USA0034_01_000000028416	1846	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.151625702913787	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	748.0	100.0	41.0	0.0004620631894607531	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ENG0060_000000016597	1846	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.44512466113368965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0096_000000017762	1846	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.44451589717709833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0064_000000011447	1843	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.14755571059629324	PS1072	0	0	False	True	0.9967444539070129	0					non-mobilizable	no_good_hit	1089.0	75.298	58.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0092_000000015845	1841	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.36047544950390875	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	58.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0136_000000022830	1839	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3640074473344484	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0011_01_000000019766	1839	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.36035951979989117	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0145_000000016387	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0126_000000009970	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0050_000000007291	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0029_000000013347	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0176_000000004768	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3598984566202712	PS1072	0	0	False	True	0.9994559288024902	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0208_000000014939	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0100_000000007473	1838	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3601494750152645	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AUS0014_000000015461	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0116_01_000000013518	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0053_000000013667	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0384_000000009900	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0031_000000014667	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	0.9994559288024902	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0048_000000010393	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	0.9994559288024902	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0028_000000008959	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0194_000000014582	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0099_000000011518	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0007_000000009866	1838	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3603129295051519	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0820_000000013405	1837	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3562998894340477	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0065_01_000000006261	1836	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.35990866303199626	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.39	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0060_000000016703	1836	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.46390830373906156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0096_000000017843	1836	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.46390830373906156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0033_000000014080	1835	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.14690168508850945	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	704.0	100.0	38.0	0.00043484661605208756	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
FIJ0015_000000016780	1834	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.4319188730571453		0	0	False	False	0.9950926899909973	0					non-mobilizable	no_good_hit								True	False
ENG0075_000000013410	1830	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3478436525477698	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0098_000000020307	1829	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3592824705047083	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0082_01_000000016296	1829	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.35895419089513564	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0119_01_000000013449	1829	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.08063081606812443	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	47.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0186_000000008317	1825	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.35461932221599646	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0055_000000010554	1825	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3547333360915106	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
DEN0069_000000015028	1825	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.35459454161531123	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0094_000000009505	1822	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.14628910567133865	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1686.0	99.881	93.0	0.20606579430108843	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CAN0003_000000027114	1822	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.4513675150874593		0	0	False	False	0.9956092238426208	0					non-mobilizable	no_good_hit								True	False
ISR0136_000000004685	1820	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.46221582406980655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000011395	1819	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.35109887180825206	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0001_000000014198	1818	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3509472379348704	PS1072	0	0	False	True	0.9884488582611084	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0084_000000015932	1816	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3481879315560878	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.115	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0093_000000020891	1816	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.2779602775131905	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	96.31299999999999	48.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0117_000000020784	1814	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.35087193732955496	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0129_000000006096	1814	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3506228319508877	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	59.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0129_000000014163	1813	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.350823515403103	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	47.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0143_000000010209	1805	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.33713976962818115	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	60.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0325_000000011401	1804	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.45172092779189515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0003_000000014218	1802	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3346449948125499	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	60.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
DEN0093_000000017869	1802	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3346449948125499	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	60.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0062_000000009112	1802	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3346449948125499	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	60.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0128_000000020628	1800	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3338278888781912	PS1072	0	0	False	True	0.9905555844306946	0					non-mobilizable	no_good_hit	1089.0	75.298	60.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0066_000000017949	1799	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.33412806582913473	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	60.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0385_000000012805	1797	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.3340612495406718	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	60.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0065_000000014370	1794	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.40980893027790133		0	0	False	False	0.9983277320861816	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000021717	1791	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.07391505627470432	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1791.0	99.49700000000001	100.0	0.31952873973580864	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
USA0005_01_000000017931	1791	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.11409568481004494	PS1072	0	0	False	True	0.9994416236877441	0					non-mobilizable	no_good_hit	1089.0	75.298	60.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0131_000000015040	1789	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.29930768237941446	PS1072	0	0	False	True	0.9994410276412964	0					non-mobilizable	no_good_hit	1089.0	75.298	60.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0277_000000005162	1786	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.29696764688264543	PS1072	0	0	False	True	0.9955207109451294	0					non-mobilizable	no_good_hit	1089.0	75.39	60.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
CHI0111_000000016852	1783	0.7805408904671843	1	1	0	0	1	False	126118	fragment	False	ENG0197_000000005430	0.9529205155987007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.006283133712939329	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
MON0069_000000028830	1777	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.40928249498692026		0	0	False	False	0.9988744854927063	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000023408	1775	0.7805408904671843	1	1	0	0	1	False	17843	maximal	True	MAD0045_000000023408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0022_01_000000004076	1774	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.1135924635731289	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	643.0	100.0	36.0	0.0003971145483718922	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0126_000000027915	1770	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.14741863987019027	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	61.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0121_01_000000024719	1769	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.052589262412944184	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1769.0	99.943	100.0	0.3156015708675473	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0157_000000014173	1763	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.3967133384921555		0	0	False	False	0.9994328022003174	0					non-mobilizable	no_good_hit								True	False
AST0010_000000016996	1756	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.3965156485505355		0	0	False	False	0.9960136413574219	0					non-mobilizable	no_good_hit								True	False
MON0070_000000019437	1755	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.06491070609559689	PS1072	0	0	False	True	0.9960113763809204	0					non-mobilizable	no_good_hit	867.0	100.0	49.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MAD0102_000000011564	1753	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.18391035848902082	PS1072	0	0	False	True	0.9834569096565247	0					non-mobilizable	no_good_hit	867.0	100.0	49.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0068_000000005956	1752	0.7805408904671843	1	1	0	0	1	False	5982	fragment	False	SPA0068_000000005956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	85.561	48.0	0.0004864185737061529	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
ISR0297_000000008459	1752	0.7805408904671843	1	1	0	0	1	False	84381	fragment	False	ISR0297_000000008459	1.0		0	0	False	False	0.9994292259216309	0					non-mobilizable	other	1757.0	97.553	100.0	0.27132022906670794	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
ENG0159_000000013104	1751	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.14097761729211133	PS879	0	0	False	True	0.9851513504981995	0					non-mobilizable	plasmid	1654.0	93.954	94.0	0.20215237862296687	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
MAD0013_000000014050	1750	0.7805408904671843	2	1	0	0	1	False	19563	fragment	False	MAD0013_000000014050	1.0		0	0	False	False	0.9811428785324097	0					non-mobilizable	no_good_hit	37.0	91.89200000000001	2.0	0.026726057906458798	NZ_JHXW01000025.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	False
SPA0078_000000004325	1741	0.7805408904671843	1	1	0	0	1	False	5982	fragment	False	SPA0068_000000005956	0.9968607305936072		0	0	False	False	0.9994255900382996	0					non-mobilizable	no_good_hit	838.0	85.561	48.0	0.0004864185737061529	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
CAN0007_000000023240	1740	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.35350625925660756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0018_000000012210	1740	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.08777476477660613	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	50.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0146_000000013286	1739	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.06649838523693263	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1045.0	74.258	59.0	0.38773975178638587	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0035_000000009331	1737	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.25563396454974396	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	62.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0011_000000026964	1736	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.06484557130070605	PS1072	0	0	False	True	0.9959677457809448	0					non-mobilizable	no_good_hit	867.0	100.0	50.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0090_000000020830	1734	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.08188325563109847	PS1072	0	0	False	True	0.9994233250617981	0					non-mobilizable	no_good_hit	1089.0	75.023	62.0	0.4042873260624295	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0813_000000017900	1731	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.15424106417372555	PS1072	0	0	False	True	0.9959561228752136	0					non-mobilizable	no_good_hit	727.0	100.0	42.0	0.0004490734612429809	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
FIJ0107_000000014974	1728	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.22129711821208015		0	0	False	False	0.9982638955116272	0					non-mobilizable	no_good_hit								True	False
USA0052_01_000000008996	1726	0.7805408904671843	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.105682217240384	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	632.0	99.84200000000001	37.0	0.0003903104050197258	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
CHI0135_000000011321	1725	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.031892974126998444	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1151.0	99.652	95.0	0.20495455355551595	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0020_000000014345	1724	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.023738605995320454	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1736.0	80.3	100.0	0.3298550724637681	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
MON0078_000000026894	1714	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.379817748796441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0108_01_000000006100	1710	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.09223930191412345	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	579.0	100.0	34.0	0.0003575268052320151	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
SPA0134_000000015565	1707	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.06692253635735658	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	51.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MON0022_000000018039	1706	0.7805408904671843	3	1	0	0	1	False	13016	fragment	False	MON0022_000000018039	1.0		0	0	False	False	0.9279015064239502	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000021058	1699	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.09847811111933359	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	748.0	100.0	44.0	0.0004620631894607531	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
CHI0126_000000008950	1693	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.031633661530654174	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1657.0	83.404	97.0	0.9408045977011494	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
USA0125_01_000000014010	1684	0.7805408904671843	2	1	0	0	1	False	111890	fragment	False	USA0125_01_000000014010	1.0		0	0	False	False	0.9910926222801208	0					non-mobilizable	no_good_hit	84.0	86.905	5.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	False
DEN0061_000000025766	1679	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.36414895636782874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0026_000000013559	1675	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.06073718741707572	PS1072	0	0	False	True	0.9988059997558594	0					non-mobilizable	no_good_hit	544.0	99.816	32.0	0.0003352267781372874	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ISR0178_000000010252	1675	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.11528798582509284	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1090.0	75.505	64.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0838_000000014503	1674	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.162972646735157	PS879	0	0	False	True	0.9904420375823975	0					non-mobilizable	plasmid	1688.0	94.194	100.0	0.20606579430108843	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0358_000000011760	1671	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.15781937673875945	PS1072	0	0	False	True	0.995810866355896	0					non-mobilizable	no_good_hit	1032.0	74.612	61.0	0.3839789394509214	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0052_000000019428	1667	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.1146550048663378	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	765.0	100.0	46.0	0.00047257868373228295	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ENG0028_000000010821	1666	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.1048524545772976	PS1072	0	0	False	True	0.9975990653038025	0					non-mobilizable	no_good_hit	1089.0	75.298	65.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0079_01_000000007809	1664	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.19684984164511193	PS1072	0	0	False	True	0.987379789352417	0					non-mobilizable	no_good_hit	1089.0	75.207	65.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0095_000000016747	1663	0.7805408904671843	2	1	0	0	1	False	60939	fragment	False	ENG0095_000000016747	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	83.35700000000001	84.0	0.17426929191635074	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
ISR0821_000000019159	1651	0.7805408904671843	1	1	0	0	1	False	48086	fragment	False	ISR0821_000000019159	1.0		0	0	False	False	0.9660811424255371	0					non-mobilizable	no_good_hit	1465.0	76.109	87.0	0.12708484408992024	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0146_000000025557	1646	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.12679663139253283	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	65.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0062_000000019557	1645	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.14420514136130086	PS1072	0	0	False	True	0.9963526129722595	0					non-mobilizable	no_good_hit	1089.0	75.298	65.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0078_01_000000010351	1642	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.1055712763648806	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0211_000000014848	1641	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.1290717101805182	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0087_000000022380	1638	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.12232916977240153	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0046_01_000000006891	1637	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.1045997265134205	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1090.0	74.862	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0103_000000018220	1635	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.12222367329481651	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0320_000000015868	1632	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.040721448601290476	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1629.0	99.448	99.0	0.29061049625133883	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0040_000000016143	1632	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.1221870491234492	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0396_000000014113	1632	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.12219420563868137	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0169_000000014732	1631	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.12216678254037416	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0138_000000012056	1631	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.12216678254037416	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0033_000000015689	1631	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.12179325634987223	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	74.931	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0400_000000011610	1631	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.12216678254037416	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	66.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0069_01_000000037191	1630	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.08177521883286583	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	614.0	100.0	38.0	0.0003791763522616354	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
CHI0163_000000006024	1629	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.040857750905415324	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1630.0	99.693	100.0	0.29061049625133883	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0317_000000013181	1627	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.03566646767561482	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1560.0	99.48700000000001	96.0	0.2782934666190646	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
DEN0052_000000028238	1622	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.2719640560518404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000019985	1619	0.7805408904671843	1	1	0	0	1	False	123141	fragment	False	USA0026_01_000000019985	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1408.0	86.861	87.0	0.24012314007183172	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	True
SPA0098_000000023402	1615	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.14230458288106929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000011179	1613	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.24954544236273454		0	0	False	False	0.9975201487541199	0					non-mobilizable	no_good_hit								True	False
MON0069_000000032258	1611	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.2673604188665631		0	0	False	False	0.9993792772293091	0					non-mobilizable	no_good_hit								True	False
SPA0154_000000005650	1609	0.7805408904671843	2	1	0	0	1	False	97206	fragment	False	SPA0154_000000005650	1.0		0	0	False	False	0.9850838780403137	0					non-mobilizable	plasmid	1386.0	99.928	99.0	0.16731094467262625	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0206_000000016358	1593	0.7805408904671843	3	1	0	0	1	False	28629	fragment	False	ISR0206_000000016358	1.0		0	0	False	False	0.9993722438812256	0					non-mobilizable	no_good_hit								True	False
USA0039_01_000000014176	1578	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.10702595594253689	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1272.0	98.035	88.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0141_000000016913	1576	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.09659100966247887	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	68.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
FIJ0145_000000010134	1572	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.2586945450186481		0	0	False	False	0.9980915784835815	0					non-mobilizable	no_good_hit								True	False
USA0030_01_000000010588	1565	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.0644849365648749	PS1072	0	0	False	True	0.9993610382080078	0					non-mobilizable	no_good_hit	579.0	100.0	37.0	0.0003575268052320151	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0078_000000012912	1562	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.07513716972157088	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	650.0	100.0	42.0	0.0004014444577778163	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
CHI0141_000000017744	1560	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.03569685521632169	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1560.0	100.0	100.0	0.2782934666190646	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
FIJ0135_000000018245	1559	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.253757861357229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0013_000000035949	1553	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.47131897077801527	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1556.0	94.537	99.0	0.19004524886877827	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0336_000000009775	1551	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.07244846843455918	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1088.0	75.092	69.0	0.4042873260624295	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0051_000000023179	1550	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.040882261752177254	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	761.0	93.43	49.0	0.0004676302158397983	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
USA0125_01_000000015152	1548	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.09147932937198312	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	70.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0053_000000026077	1545	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.11359443863492294	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1558.0	94.73700000000001	100.0	0.19028983734866087	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0014_000000015466	1543	0.7805408904671843	1	1	0	0	1	False	75602	fragment	False	SPA0014_000000015466	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1535.0	99.805	99.0	0.1390500362581581	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	False	False
USA0145_01_000000015319	1543	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.09131706857526603	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	70.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
DEN0022_000000027148	1532	0.7805408904671843	1	1	0	0	1	False	74535	fragment	False	DEN0022_000000027148	1.0		0	0	False	False	0.9908615946769714	0					non-mobilizable	chromosome	1548.0	94.444	100.0	0.30178676614961714	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
MAD0048_000000015563	1532	0.7805408904671843	1	1	0	0	1	False	17539	maximal	True	MAD0048_000000015563	1.0		2	2	False	False	0.9980417490005493	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000023298	1526	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.21888832374391326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000024831	1524	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.25827089760232463		0	0	False	False	0.9901574850082397	0					non-mobilizable	no_good_hit								True	False
TAN0012_000000006325	1523	0.7805408904671843	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.20998784104121646		0	0	False	False	0.9901509881019592	0					non-mobilizable	no_good_hit								True	False
ISR0081_000000015749	1523	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.09050507221759437	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	71.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
DEN0062_000000013993	1522	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.06147441874812208	PS1072	0	0	False	True	0.9993429780006409	0					non-mobilizable	no_good_hit	650.0	100.0	43.0	0.0004014444577778163	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0809_000000004241	1517	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.10549413075884932	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1517.0	100.0	100.0	0.2701835679914454	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0125_000000021618	1514	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.03988587306524384	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	528.0	100.0	35.0	0.00032534900935239495	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ISR0135_000000013484	1514	0.7805408904671843	2	1	0	0	1	False	130002	fragment	False	ISR0135_000000013484	1.0		0	0	False	True	0.9933949708938599	0					non-mobilizable	no_good_hit	1036.0	80.695	68.0	0.31524072370438516	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	True	True
ENG0182_000000018805	1512	0.7805408904671843	1	1	0	0	1	False	123132	fragment	False	ENG0182_000000018805	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1191.0	86.566	79.0	0.291421568627451	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
ISR0126_000000032920	1505	0.7805408904671843	2	1	0	0	1	False	31952	fragment	False	ISR0126_000000032920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	73.273	66.0	0.1079688698892908	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	False
MON0011_000000031043	1505	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.2515785668331335		0	0	False	False	0.9727574586868286	0					non-mobilizable	no_good_hit								True	False
MON0109_000000024189	1494	0.7805408904671843	1	1	0	0	1	False	125114	fragment	False	ENG0034_000000007776	0.06533554749092861		0	0	False	False	0.9946452379226685	0	rep_cluster_233				non-mobilizable	other	1478.0	91.40700000000001	99.0	0.15055629274267632	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
CHI0007_000000005293	1491	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.09989675194440949	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1491.0	99.93299999999999	100.0	0.18221841751253515	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0188_000000016998	1486	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.23896705376611546		0	0	False	False	0.9993270635604858	0					non-mobilizable	no_good_hit								True	False
FIJ0154_000000027149	1475	0.7805408904671843	1	1	0	0	1	False	39569	fragment	False	FIJ0154_000000027149	1.0		0	0	False	False	0.9891525506973267	0					non-mobilizable	no_good_hit	1315.0	75.361	87.0	0.11412255257432923	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ENG0182_000000019366	1469	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.042860033991045564	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	73.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0130_01_000000022952	1462	0.7805408904671843	1	1	0	0	1	False	109	fragment	False	USA0130_01_000000022952	1.0		0	0	False	False	0.99589604139328	0					non-mobilizable	no_good_hit	1307.0	82.249	89.0	0.14381047714381048	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MON0079_000000015624	1458	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.1420768330124686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	4.73569200863249e-05	LN591136.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000028846	True	False
DEN0052_000000031988	1455	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.040619118044359276	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	74.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0025_000000029041	1453	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.23412567705634757		0	0	False	False	0.9827942252159119	0					non-mobilizable	no_good_hit								True	False
DEN0041_000000023454	1452	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.040581982901516725	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	74.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0013_000000038919	1449	0.7805408904671843	1	1	0	0	1	False	13497	fragment	False	MON0013_000000038919	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1471.0	85.928	100.0	0.179283355753944	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0077_000000019565	1449	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.03503618303496933	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	528.0	100.0	36.0	0.00032534900935239495	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
MON0003_000000010871	1448	0.7805408904671843	1	1	0	0	1	False	84378	fragment	False	CHI0096_000000005607	0.9458107061722762		0	0	False	False	0.9993094205856323	0					non-mobilizable	other	1448.0	99.86200000000001	100.0	0.2239591394520972	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
SPA0096_000000029491	1438	0.7805408904671843	1	1	0	0	1	False	117215	fragment	False	ENG0071_000000010589	0.2724711186249648		0	0	False	False	0.9930459260940552	0					non-mobilizable	no_good_hit								True	False
AST0040_000000014099	1436	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.20466379574038426		0	0	False	False	0.9965181350708008	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000030886	1428	0.7805408904671843	1	1	0	0	1	False	76758	fragment	False	DEN0001_000000030886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	96.68799999999999	87.0	0.11194706308919507	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
SPA0149_000000028306	1426	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.03058046000087828	PS1072	0	0	False	True	0.9971949458122253	0					non-mobilizable	no_good_hit	544.0	99.816	38.0	0.0003352267781372874	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
AST0061_000000029727	1416	0.7805408904671843	1	1	0	0	1	False	111889	fragment	False	AST0061_000000029727	1.0		0	0	False	False	0.9978813529014587	0					non-mobilizable	no_good_hit								True	False
ISR0049_000000020840	1416	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.116955984726822		0	0	False	False	0.9696327447891235	0					non-mobilizable	no_good_hit								True	False
TAN0007_000000029687	1414	0.7805408904671843	1	1	0	0	1	False	2910	fragment	False	TAN0007_000000029687	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	79.444	22.0	0.015772298767222626	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0089_000000022095	1413	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.01869561569134171	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1427.0	82.76100000000001	100.0	0.8097701149425287	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
SPA0128_000000026526	1413	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.12922698060498045		0	0	False	False	0.973106861114502	0					non-mobilizable	no_good_hit								True	False
CHI0062_000000009783	1412	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.01862338996556826	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1426.0	82.819	100.0	0.8091954022988506	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0016_000000015791	1412	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.01869018860008289	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1426.0	82.749	100.0	0.8091954022988506	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0332_000000010731	1411	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.018683968045460655	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1425.0	82.73700000000001	100.0	0.8086206896551724	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0286_000000014612	1409	0.7805408904671843	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.022940656158007864	PS1072	0	0	False	True	0.9985805749893188	0					non-mobilizable	no_good_hit	672.0	95.536	48.0	0.00041443418599558843	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
CHI0058_000000015345	1407	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.028116621331641403	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	528.0	100.0	38.0	0.00032534900935239495	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ENG0010_000000015442	1407	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.0265837346295667	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1349.0	85.619	94.0	0.16375198728139906	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0803_000000010892	1405	0.7805408904671843	1	1	0	0	1	False	84378	fragment	False	CHI0096_000000005607	0.8405078541711608		0	0	False	False	0.9964413046836853	0					non-mobilizable	other	1405.0	100.0	100.0	0.21730382293762576	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
FIJ0154_000000028647	1404	0.7805408904671843	1	1	0	0	1	False	39561	fragment	False	FIJ0154_000000028647	1.0		0	0	False	False	0.9579772353172302	0					non-mobilizable	no_good_hit								True	False
ENG0096_000000023152	1398	0.7805408904671843	1	1	0	0	1	False	117214	fragment	False	ENG0096_000000023152	0.9398848092152627		0	0	False	False	0.9971387982368469	0					non-mobilizable	no_good_hit								True	False
ISR0790_000000012451	1387	0.7805408904671843	1	1	0	0	1	False	126110	maximal	True	ISR0790_000000012451	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	82.88799999999999	80.0	0.2250252270433905	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	False
ISR0842_000000016861	1384	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.020347769103291242	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1384.0	100.0	100.0	0.24648012831937266	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0006_000000022790	1384	0.7805408904671843	2	1	0	0	1	False	8239	fragment	False	SPA0006_000000022790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	98.932	20.0	0.07730535615681944	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	False
ISR0028_000000014084	1380	0.7805408904671843	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.05384529934556499		0	0	False	False	0.9985507130622864	0					non-mobilizable	plasmid	1380.0	99.20299999999999	100.0	0.11125453812020976	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
AST0099_000000015246	1374	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.026406408761538765	PS879	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1163.0	85.29700000000001	84.0	0.2840686274509804	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
MON0042_000000018983	1371	0.7805408904671843	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.025345251447150535	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1371.0	100.0	100.0	0.24416325075744075	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0322_000000009274	1370	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.10786869245614018	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1382.0	93.705	100.0	0.1688883453589336	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0075_000000016468	1367	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.027457909359533208	PS1072	0	0	False	True	0.9948793053627014	0					non-mobilizable	no_good_hit	1064.0	74.53	77.0	0.39601353892440766	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0078_000000015086	1366	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.09162363358686659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0086_000000005017	1361	0.7805408904671843	2	1	0	0	1	False	84040	fragment	False	CHI0086_000000005017	1.0		0	0	False	False	0.9977957606315613	0					non-mobilizable	no_good_hit								True	False
USA0017_01_000000020049	1353	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.025106749262203982	PS1072	0	0	False	True	0.9955654144287109	0					non-mobilizable	no_good_hit	590.0	99.661	44.0	0.0003643309485841815	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
MON0025_000000031832	1341	0.7805408904671843	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.048583043719587264		0	0	False	False	0.9246830940246582	0					non-mobilizable	plasmid	1341.0	99.18	100.0	0.10810810810810811	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0300_000000008256	1339	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.02725850160860846	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1143.0	95.45100000000001	93.0	0.13966002201296318	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0015_01_000000025059	1335	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.013982203619530183	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1040.0	74.23100000000001	77.0	0.38585934561865365	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0168_000000018297	1335	0.7805408904671843	1	1	0	0	1	False	97205	fragment	False	ISR0391_000000009504	0.31286187379780134		0	0	False	False	1.0	0					non-mobilizable	plasmid	1335.0	99.32600000000001	100.0	0.16115003624063784	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ENG0032_000000018753	1328	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.07615291215047343		0	0	False	False	0.9849397540092468	0					non-mobilizable	no_good_hit								True	False
AST0099_000000015740	1328	0.7805408904671843	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.06724619903107171	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1310.0	86.71799999999999	98.0	0.2237044638276039	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	False	True
MON0084_000000027733	1327	0.7805408904671843	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.0483437803515093		0	0	False	False	0.9939713478088379	0					non-mobilizable	plasmid	1327.0	98.417	100.0	0.10697862041145623	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0096_000000032510	1320	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.013903317603748461	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1024.0	74.512	77.0	0.3809702895825498	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0844_000000009702	1314	0.7805408904671843	2	1	0	0	1	False	20705	fragment	False	ISR0844_000000009702	1.0		0	0	False	False	0.9931507110595703	0					non-mobilizable	no_good_hit	284.0	88.02799999999999	21.0	0.05429951690821256	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	False
ISR0125_000000011703	1304	0.7805408904671843	1	1	0	0	1	False	32028	fragment	False	ISR0125_000000011703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	84.425	80.0	0.6005747126436781	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	False
ENG0024_000000019380	1301	0.7805408904671843	1	1	0	0	1	False	66213	fragment	False	ENG0024_000000019380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0095_000000029329	1294	0.7805408904671843	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.037576827217237145		0	0	False	False	0.9976816177368164	0					non-mobilizable	plasmid	1283.0	98.75299999999999	99.0	0.10342880193626462	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0369_000000013159	1286	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.06335822288427859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0020_000000016686	1273	0.7805408904671843	1	1	0	0	1	False	49739	fragment	False	FIJ0020_000000016686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	77.778	14.0	0.01559100797679478	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MON0099_000000028958	1267	0.7805408904671843	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.037139752155758564		0	0	False	False	0.9992107152938843	0					non-mobilizable	plasmid	1266.0	98.89399999999999	99.0	0.10205728116175877	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0054_000000014033	1246	0.7805408904671843	1	1	0	0	1	False	86306	fragment	False	MON0055_000000016794	0.6345177664974619		0	0	False	False	0.9895666241645813	0					non-mobilizable	chromosome	1133.0	87.02600000000001	91.0	0.1713159490600364	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0828_000000005726	1245	0.7805408904671843	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.009313590138527096	PS1072	0	0	False	True	0.9847389459609985	0					non-mobilizable	no_good_hit	463.0	100.0	37.0	0.0002852205736637694	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ISR0369_000000013808	1242	0.7805408904671843	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.03869832297047183		0	0	False	False	0.999194860458374	0					non-mobilizable	no_good_hit								True	False
ENG0062_000000021065	1117	0.7805408904671843	1	1	0	0	1	False	63126	fragment	False	ENG0062_000000021065	1.0		0	0	False	False	0.9740375876426697	0					non-mobilizable	no_good_hit								True	False
CHI0061_000000004458	1709	0.7805335976460192	3	3	3	2	1	False	85662	maximal	True	CHI0061_000000004458	1.0		0	0	False	False	0.9648917317390442	0					non-mobilizable	no_good_hit	1294.0	90.958	88.0	0.00031554396027529553	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
TAN0017_000000002974	9684	0.7805309501702629	17	3	3	2	1	False	44092	maximal	True	TAN0017_000000002974	1.0		1	1	False	False	0.9966955780982971	0					non-mobilizable	no_good_hit								True	False
ENG0106_000000004600	4491	0.7805124215460354	7	6	6	6	6	False	60103	fragment	False	ENG0106_000000004600	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4492.0	99.955	100.0	0.15726441853135834	CP017265.1	firmicutes	Lactobacillus paracasei strain FAM18149 plasmid pFAM18149.24, complete sequence	False	True
FIJ0147_000000007491	2643	0.7805063532836044	3	3	3	3	1	True	61244	fragment	False	FIJ0147_000000007491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	71.925	30.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
MON0094_000000014981	2395	0.7805020943365535	7	3	1	3	0	True	9343	maximal	True	MON0094_000000014981	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	100.0	7.0	0.00025769219144939135	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
SPA0149_000000005440	6075	0.7804990980083236	6	6	6	5	5	False	116636	fragment	False	SPA0149_000000005440	1.0		0	0	False	False	0.9995061755180359	0					non-mobilizable	chromosome	5752.0	98.209	97.0	0.0011254420750560863	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ETH0005_000000019184	2487	0.7804989434257958	3	3	2	3	2	False	101146	fragment	False	ETH0005_000000019184	1.0		0	0	False	False	0.9983916282653809	0					non-mobilizable	no_good_hit	916.0	83.84299999999999	77.0	0.00022311189110374433	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0100_000000004635	7349	0.7804977170910717	8	5	4	5	2	False	52446	maximal	True	MON0100_000000004635	1.0		2	1	False	False	0.9945570826530457	0					non-mobilizable	no_good_hit	1111.0	97.93	15.0	0.0049241197581414336	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
ISR0112_000000012139	2686	0.7804976920626644	4	3	2	3	2	False	41876	maximal	True	ISR0112_000000012139	1.0		4	2	False	False	0.9996277093887329	0					non-mobilizable	no_good_hit	559.0	76.744	21.0	0.007516662385593965	NZ_PYLQ01000014.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_13, whole genome shotgun sequence	True	False
SPA0018_000000018525	1613	0.7804895565075077	2	2	2	2	1	False	76426	fragment	False	SPA0018_000000018525	1.0		0	0	False	True	0.9733415842056274	0					non-mobilizable	no_good_hit	178.0	79.775	14.0	3.052566947153961e-05	NZ_CP011803.1	firmicutes	Clostridium carboxidivorans P7 chromosome, complete genome	True	True
CHI0178_000000007713	1345	0.7804806451882702	2	2	2	2	2	False	77612	fragment	False	CHI0178_000000007713	1.0		0	0	False	False	0.9940520524978638	0					non-mobilizable	chromosome	1345.0	98.21600000000001	100.0	0.00043319582159423155	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0090_000000010010	4014	0.780479248675922	4	3	2	3	2	False	125846	maximal	True	FIJ0090_000000010010	1.0		2	2	False	False	0.9935226440429688	0					non-mobilizable	no_good_hit	1340.0	95.22399999999999	33.0	0.00043640647642866857	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
SPA0132_000000003176	10305	0.7804781821879827	16	16	5	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.6867194326775949	PS1166	0	0	True	True	1.0	8					non-mobilizable	other	10319.0	97.75200000000001	100.0	0.27467135962456335	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0070_000000010137	2442	0.7804752237544107	3	2	2	2	0	True	62428	maximal	True	ENG0070_000000010137	1.0		1	1	False	False	0.9926289916038513	0					non-mobilizable	no_good_hit	1937.0	98.348	79.0	0.0005841188499228118	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ENG0062_000000018255	1318	0.7804672185281265	2	1	1	1	1	False	63183	maximal	True	ENG0062_000000018255	1.0		4	4	False	False	0.974962055683136	0					non-mobilizable	no_good_hit	308.0	71.429	23.0	0.00022007090523717575	NZ_HE578907.1	firmicutes	Anaerococcus senegalensis JC48 strain type strain: JC17, whole genome shotgun sequence	True	False
DEN0064_000000022025	1875	0.7804545016607278	2	2	2	1	2	False	71262	maximal	True	DEN0064_000000022025	1.0		18	6	False	False	0.9994666576385498	0					non-mobilizable	no_good_hit								True	False
ENG0016_000000004355	5152	0.7804470154518863	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.2312240741857454		0	0	False	False	1.0	0					non-mobilizable	chromosome	5159.0	98.507	100.0	0.0011454425512917048	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0113_000000006912	4866	0.7804409554456225	6	6	6	6	5	False	130930	fragment	False	SPA0113_000000006912	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1160.0	82.586	24.0	0.013682767747424142	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0370_000000020751	1301	0.780424890753915	2	1	1	1	1	True	55300	fragment	False	ISR0370_000000020751	0.9411008187330595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	81.928	6.0	0.00022608153823672943	NZ_FPBO01000003.1	b-proteobacteria	Massilia namucuonensis strain CGMCC 1.11014, whole genome shotgun sequence	True	True
FIJ0029_000000015212	2141	0.7804232238291604	2	1	1	1	1	False	48868	fragment	False	FIJ0029_000000015212	1.0		0	0	False	False	0.993928074836731	0					non-mobilizable	no_good_hit								True	False
AST0102_000000017862	1760	0.7804117632415482	2	2	2	2	2	False	108226	maximal	True	AST0102_000000017862	1.0		0	0	False	False	0.9988636374473572	0					non-mobilizable	no_good_hit	1538.0	86.281	87.0	0.020669915889238413	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
FIJ0172_000000022005	1304	0.7804111738561096	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.1437986240161388		0	0	False	False	0.9754601120948792	0					non-mobilizable	chromosome	1265.0	98.419	100.0	0.0003980945674748228	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0074_000000016908	1236	0.7804111738561096	2	2	2	1	1	False	121332	fragment	False	SPA0114_000000018546	0.14191740938612568		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	98.31299999999999	100.0	0.00039210581309475815	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0165_000000005039	3645	0.7804048680613369	3	3	3	3	2	True	56236	fragment	False	ENG0165_000000005039	1.0		0	0	False	False	0.9997256398200989	0					non-mobilizable	no_good_hit	147.0	95.238	6.0	5.778141495620702e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
FIJ0039_000000007529	3254	0.7804048680613369	3	3	3	3	2	True	47578	fragment	False	FIJ0039_000000007529	1.0		0	0	False	False	0.9972341656684875	0					non-mobilizable	no_good_hit	61.0	86.885	2.0	1.8599560293784783e-05	AP018045.1	g-proteobacteria	Photobacterium damselae subsp. piscicida DNA, chromosome: 1, complete genome	True	True
ISR0007_000000012257	1375	0.7803994077971702	2	2	2	2	2	False	38433	fragment	False	ISR0007_000000012257	1.0		0	0	False	False	0.9992727041244507	0					non-mobilizable	other	1375.0	96.945	100.0	0.07378765909457065	NZ_CABKPS010000030.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0315_000000001076	7026	0.7803926355417714	10	4	4	3	2	True	92996	fragment	False	ENG0007_000000003390	0.9617350648775268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000011129	2853	0.7803882072804359	4	4	3	4	2	True	45356	maximal	True	FIJ0066_000000011129	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	8.284754545317608e-05	NZ_VLKB01000001.1	cyanobacteria	Calothrix desertica PCC 7102 Cal7102DRAFT_CDB.10, whole genome shotgun sequence	True	True
MAD0025_000000011774	1177	0.7803872196667939	1	1	1	1	1	False	100094	fragment	False	MAD0025_000000011774	0.9932740180711783		0	0	False	False	0.99745112657547	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	9.691964179275751e-06	CP018728.1	g-proteobacteria	Xanthomonas hortorum pv. gardneri strain JS749-3 chromosome, complete genome	True	False
ISR0039_000000021681	1716	0.7803795031599602	3	2	2	2	2	False	36537	maximal	True	ISR0039_000000021681	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.899002522369783e-06	NZ_AP022618.1	high GC Gram+	Mycolicibacterium insubricum strain JCM 16366	True	False
ISR0400_000000004585	3808	0.7803791300233892	4	2	2	1	1	False	29882	fragment	False	ISR0400_000000004585	1.0		0	0	False	False	0.9952731132507324	0					non-mobilizable	no_good_hit	258.0	91.473	7.0	0.00112472647702407	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0271_000000007860	2164	0.7803791300233892	3	2	2	1	1	False	29881	fragment	False	ISR0271_000000007860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	97.26	17.0	0.0015929978118161925	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0010_000000011698	1621	0.7803791300233892	3	2	2	1	1	False	51064	fragment	False	FIJ0010_000000011698	1.0		0	0	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	48.0	97.917	3.0	0.00010340215076473591	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0291_000000013639	1140	0.7803791300233892	2	2	2	1	1	False	25893	fragment	False	ISR0291_000000013639	1.0		0	0	False	False	0.9736841917037964	0					non-mobilizable	no_good_hit								True	False
FIJ0121_000000015322	1686	0.7803783059750159	2	2	2	2	1	False	41469	maximal	True	FIJ0121_000000015322	1.0		15	5	False	False	0.9691577553749084	0					non-mobilizable	no_good_hit	781.0	90.26899999999999	46.0	0.005329848520094692	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0203_000000004210	4141	0.7803769818941424	4	3	2	3	2	False	110057	fragment	False	ISR0203_000000004210	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2887.0	98.06	100.0	0.04606535112247344	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0109_000000000604	23928	0.7803723444303584	34	12	4	9	7	False	59903	maximal	True	ENG0109_000000000604	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	282.0	87.234	1.0	0.0013380675437380828	LR756489.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0066_000000007949	4046	0.7803709280776477	3	3	3	3	2	False	93986	maximal	True	ISR0066_000000007949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3017.0	97.81200000000001	81.0	0.0008068578363623753	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MAD0035_000000006547	3483	0.7803689882516697	3	3	3	3	1	True	131943	fragment	False	ISR0344_000000008372	0.9536433377483893		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0072_000000004246	5825	0.780367977991706	11	8	5	8	5	False	99151	fragment	False	ISR0072_000000004246	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5679.0	99.56	100.0	0.21545934049254353	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
CHI0011_000000003449	1840	0.7803500990559691	2	2	2	1	2	False	90153	fragment	False	CHI0011_000000003449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	89.697	72.0	0.1027723545490043	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
USA0075_01_000000020055	1228	0.7803467741829547	2	1	1	1	1	False	660	maximal	True	USA0075_01_000000020055	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0093_000000006610	4271	0.7803442088066568	5	3	2	3	1	True	15684	maximal	True	MAD0093_000000006610	1.0		3	2	False	False	0.9967221021652222	0					non-mobilizable	no_good_hit								True	True
MON0056_000000007991	2320	0.7803440706636773	2	2	2	2	2	False	110570	fragment	False	MON0056_000000007991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	83.824	3.0	0.00011719904771400633	NZ_FJNE01000003.1	firmicutes	Trichococcus palustris isolate Trichococcus palustris, whole genome shotgun sequence	True	False
ISR0060_000000003885	8028	0.7803427582947828	17	6	4	5	5	True	112131	maximal	True	ISR0060_000000003885	1.0		1	1	False	False	0.9998754262924194	0					non-mobilizable	no_good_hit	2325.0	97.677	64.0	0.013368737544207265	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0112_000000019555	1703	0.7803419222779701	4	4	4	0	0	False	4526	fragment	False	SPA0112_000000019555	1.0		0	0	False	False	0.9994127750396729	0					non-mobilizable	no_good_hit	865.0	75.26	50.0	0.0003053521668521744	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
ISR0813_000000027743	1138	0.7803401528295375	2	2	1	1	2	False	21564	fragment	False	ISR0813_000000027743	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	94.727	96.0	0.0019826021698579528	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	False	False
SPA0098_000000022361	1678	0.7803291257792074	4	2	0	2	0	True	5055	maximal	True	SPA0098_000000022361	1.0		1	1	False	False	0.9994040727615356	0					non-mobilizable	no_good_hit								True	True
DEN0010_000000036291	1296	0.7803291257792074	2	2	0	2	0	True	75855	maximal	True	DEN0010_000000036291	1.0		2	2	False	False	0.9907407164573669	0					non-mobilizable	plasmid	1156.0	96.367	99.0	0.2814327485380117	LN854288.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1789	False	True
DEN0082_000000010616	3633	0.780328846979887	5	4	2	4	2	True	69307	maximal	True	DEN0082_000000010616	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	81.679	4.0	6.532732254963494e-05	CP046051.1	firmicutes	Ruminococcaceae bacterium LBM 19010 chromosome, complete genome	True	True
MON0101_000000005004	9284	0.7803282759376278	12	9	4	7	5	False	113640	maximal	True	MON0101_000000005004	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	5462.0	95.11200000000001	77.0	0.0019003587397679693	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0016_000000015157	1468	0.7803282180716922	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.18494960169176686		0	0	False	False	0.9993187785148621	0					non-mobilizable	other	1468.0	98.84200000000001	100.0	0.02045682730923695	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0024_000000012745	3549	0.7803230193323861	5	3	3	3	1	True	124803	maximal	True	MON0024_000000012745	1.0		2	2	False	False	0.9997182488441467	0					non-mobilizable	no_good_hit								True	True
CAN0001_000000024924	1771	0.780321410993398	3	1	1	1	1	True	97257	fragment	False	CAN0001_000000024924	0.9842012873025161		0	0	False	False	1.0	0					non-mobilizable	plasmid	1771.0	99.492	100.0	0.010691535011906344	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0128_000000022056	1350	0.780321410993398	3	1	1	1	1	True	58585	fragment	False	ENG0128_000000022056	0.9919786096256684		0	0	False	False	1.0	0					non-mobilizable	plasmid	1281.0	99.454	95.0	0.007730058383396391	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0013_000000020542	1309	0.780321410993398	3	1	1	1	1	True	58585	fragment	False	ENG0128_000000022056	0.9770370370370369		0	0	False	False	0.9809014797210693	0					non-mobilizable	plasmid	1281.0	99.92200000000001	98.0	0.007730058383396391	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
CHI0162_000000010489	2865	0.7803178663765662	4	4	4	4	3	False	120052	fragment	False	ISR0812_000000012806	0.951794314205106		0	0	False	False	0.9989528656005859	0					non-mobilizable	no_good_hit	1723.0	99.76799999999999	60.0	0.0021777289903532424	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ENG0058_000000023632	1458	0.780317432453253	2	2	2	2	1	False	63427	fragment	False	ENG0058_000000023632	1.0		0	0	False	False	0.9636488556861877	0					non-mobilizable	no_good_hit	289.0	82.353	20.0	7.67893269890335e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MON0080_000000044947	1289	0.7803142891444155	1	1	1	1	1	False	111840	fragment	False	AST0061_000000033189	0.9375339903883506		0	0	False	False	0.9860357046127319	0					non-mobilizable	other	1288.0	92.935	99.0	0.03357245337159254	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	False	False
ENG0142_000000013249	2477	0.7803036668017905	3	3	3	3	2	False	99231	fragment	False	CHI0111_000000008113	0.277847068001235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	75.527	25.0	0.00029250141220270743	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0026_000000007973	1495	0.7803031373657149	3	3	3	1	1	False	66065	fragment	False	ENG0026_000000007973	1.0		0	0	False	False	0.9678930044174194	0					non-mobilizable	other	1495.0	98.194	100.0	0.00042108457623323063	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
TAN0015_000000003360	1735	0.7803016192903203	3	3	3	2	2	False	50425	fragment	False	TAN0015_000000003360	0.9731812577065351		0	0	False	False	1.0	0					non-mobilizable	other	1643.0	90.68799999999999	95.0	0.02254033424725479	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0135_000000006894	4213	0.7802960346577773	7	2	1	0	2	False	99360	backbone	False	MON0063_000000006572	0.9505658141075687	PS558|PS559	0	0	True	True	0.9971516728401184	2					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002459016393442623	NZ_KB905559.1	firmicutes	Paenibacillus ginsengihumi DSM 21568 F591DRAFT_scaffold00012.12, whole genome shotgun sequence	True	True
ISR0107_000000006638	3440	0.7802960346577773	3	2	1	0	2	False	32859	maximal	True	ISR0107_000000006638	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	109.0	91.743	3.0	0.04038893044128646	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0132_000000022167	1321	0.7802954059814511	2	2	2	2	1	False	117111	fragment	False	ISR0132_000000022167	0.98330550918197		0	0	False	False	0.9969719648361206	0					non-mobilizable	chromosome	1277.0	85.904	100.0	0.00036785967414416096	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0079_01_000000001172	14326	0.7802889677681345	17	10	3	10	7	False	79679	maximal	True	USA0079_01_000000001172	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	0.012953367875647668	XM_013391335.1	apicomplexans	Eimeria acervulina hypothetical protein, conserved partial mRNA	True	False
ISR0854_000000000674	8878	0.7802861330683601	10	4	3	4	2	True	107515	fragment	False	ISR0854_000000000674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5763.0	97.345	65.0	0.04995403534941807	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0770_000000001944	4665	0.7802835803212973	5	4	3	4	3	True	113487	maximal	True	ISR0770_000000001944	1.0	PS730	1	1	False	True	0.9997856616973877	0					non-mobilizable	no_good_hit	1925.0	87.01299999999999	47.0	0.0006757503033818921	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0129_000000004938	2256	0.780281498837505	3	3	2	2	3	True	31808	fragment	False	MON0013_000000023128	0.9890494962768288		0	0	False	False	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2256.0	99.69	100.0	0.022940213023530248	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0400_000000005669	3139	0.7802811236530586	3	3	2	2	3	False	22558	fragment	False	ISR0400_000000005669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	2.0494781283420467e-05	CP035054.1	firmicutes	Limosilactobacillus fermentum strain SRCM103285 chromosome, complete genome	True	False
AST0148_000000005800	5796	0.7802791043727734	5	4	4	4	3	True	105185	maximal	True	AST0148_000000005800	1.0		1	1	False	False	0.9958592057228088	0					non-mobilizable	no_good_hit	125.0	99.2	2.0	0.01194489933532415	NZ_JAANPV010000028.1	b-proteobacteria	Paenalcaligenes suwonensis strain 191B plasmid p191B, whole genome shotgun sequence	True	True
SPA0084_000000005347	3121	0.7802783434069461	4	4	4	3	3	False	5568	maximal	True	SPA0084_000000005347	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	69.717	19.0	0.01776075747067515	NZ_VDCQ01000090.1	firmicutes	Paenibacillus hemerocallicola strain KCTC 33185 RDPYD18112709_A.Scaf90, whole genome shotgun sequence	True	False
FIJ0033_000000024722	1539	0.7802782411718122	2	2	1	2	2	False	66061	fragment	False	FIJ0033_000000024722	1.0		0	0	False	False	0.9987004399299622	0					non-mobilizable	no_good_hit	1020.0	82.745	66.0	0.00024934592665110767	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0148_000000025504	1148	0.780278226553058	2	2	2	2	2	False	123984	fragment	False	MON0104_000000038015	0.9661287140854006		0	0	False	False	0.9895470142364502	0					non-mobilizable	other	1148.0	99.303	100.0	0.0003256021510748561	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0146_000000025425	1654	0.7802747975157887	3	2	1	2	1	False	30995	fragment	False	ISR0146_000000025425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	86.023	42.0	0.009607875948237393	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0130_000000009169	3291	0.7802740450150191	4	3	3	3	2	False	118788	maximal	True	ENG0130_000000009169	1.0		1	1	False	False	0.9984806776046753	0					non-mobilizable	no_good_hit	1835.0	87.902	56.0	0.0007273796288292494	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
ISR0782_000000005140	2698	0.7802700494595921	5	3	1	2	2	False	73213	fragment	False	ISR0782_000000005140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	86.446	25.0	0.0027970255196890317	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
ISR0157_000000004871	5672	0.7802653024288465	9	6	3	6	5	False	111545	fragment	False	ISR0157_000000004871	0.976442542396109		0	0	False	False	0.999118447303772	0					non-mobilizable	no_good_hit								True	False
MON0058_000000027934	1827	0.7802641984823201	3	3	3	3	1	False	12853	fragment	False	MON0058_000000027934	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	89.024	4.0	0.00013463155830211322	NZ_QBKF01000002.1	a-proteobacteria	Pararhodobacter aggregans strain DSM 18938 Ga0183438_102, whole genome shotgun sequence	True	False
TAN0002_000000016269	2340	0.7802574470253435	3	3	3	3	3	False	3043	fragment	False	TAN0002_000000016269	1.0		0	0	False	False	0.9914529919624329	0					non-mobilizable	no_good_hit	251.0	76.494	11.0	4.659855195946911e-05	NC_011830.1	firmicutes	Desulfitobacterium hafniense DCB-2, complete sequence	True	False
AUS0018_000000007201	3788	0.7802569456247067	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.25898482818446045	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3223.0	95.625	100.0	0.49148642429820527	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0018_000000007842	3663	0.7802569456247067	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.313442066136815	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3150.0	99.111	100.0	0.48304954747660683	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0139_000000003143	5579	0.7802545984056827	7	2	2	2	2	False	86154	fragment	False	ENG0139_000000003143	1.0		0	0	False	False	0.9998207688331604	0					non-mobilizable	no_good_hit	687.0	71.325	12.0	0.00024042145559651494	NC_004557.1	firmicutes	Clostridium tetani E88, complete sequence	True	False
ISR0234_000000001653	5988	0.7802482020986871	6	5	3	4	4	False	27367	maximal	True	ISR0234_000000001653	1.0		8	4	False	False	0.9998329877853394	0					non-mobilizable	no_good_hit	873.0	97.022	29.0	0.00492090395480226	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0275_000000000241	26732	0.7802469025283563	46	29	14	25	24	True	118808	fragment	False	ISR0275_000000000241	1.0		0	0	False	False	0.999962568283081	0					non-mobilizable	no_good_hit	13400.0	96.78399999999999	88.0	0.2161703365990882	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	True	True
ISR0256_000000012251	1457	0.7802388930814227	3	3	2	3	2	False	130857	backbone	False	ENG0116_000000013937	0.22890135504394052	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1363.0	84.15299999999999	93.0	0.01603412420833727	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
USA0041_01_000000011447	1501	0.7802375630606749	2	2	2	2	1	False	92157	fragment	False	ISR0014_000000021946	0.882482610415318		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	91.406	100.0	0.00026164736602790845	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0082_000000015210	1374	0.7802375630606749	2	2	2	2	1	False	61595	maximal	True	ENG0082_000000015210	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	89.266	64.0	0.00015714192262075754	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
CAN0016_000000039484	1125	0.7802375630606749	2	2	2	2	1	False	92582	fragment	False	ISR0400_000000017086	0.9734996837404243		0	0	False	False	0.9937777519226074	0					non-mobilizable	chromosome	1125.0	88.089	100.0	0.0002089410018646683	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0400_000000017086	1124	0.7802375630606749	2	2	2	2	1	False	92582	fragment	False	ISR0400_000000017086	0.9848859631624443		0	0	False	False	1.0	0					non-mobilizable	chromosome	1087.0	89.88	97.0	0.00019304991851373606	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
DEN0007_000000022748	1114	0.7802375630606749	2	2	2	2	1	False	92582	fragment	False	ISR0400_000000017086	0.9816267299327798		0	0	False	False	1.0	0					non-mobilizable	chromosome	1077.0	90.065	97.0	0.00019127229495467771	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0087_000000006551	4082	0.7802306886139488	6	6	6	6	5	False	116340	fragment	False	ISR0127_000000004840	0.7409443215741222		0	0	False	False	0.9958353638648987	0					non-mobilizable	other	4085.0	96.03399999999999	100.0	0.014644974127451438	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0185_000000002976	8879	0.7802291345552077	14	9	3	3	9	False	103784	fragment	False	ISR0185_000000002976	0.9998806397708284		0	0	False	False	0.9996621012687683	0					non-mobilizable	chromosome	8879.0	99.887	100.0	0.00177193492979122	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0033_000000020448	1545	0.7802276552269136	2	1	1	1	1	True	36862	fragment	False	ISR0033_000000020448	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	99.676	100.0	0.0007713543763869642	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
MAD0089_000000022904	1252	0.7802211200585644	2	2	2	2	1	False	15808	maximal	True	MAD0089_000000022904	1.0		21	8	False	False	0.995207667350769	0					non-mobilizable	no_good_hit	442.0	90.045	41.0	0.0028804138390495287	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
ENG0078_000000002630	9435	0.7802138386854467	10	5	5	4	3	False	131611	maximal	True	ENG0078_000000002630	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2363.0	97.165	25.0	0.007138949589102372	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0001_000000028127	1560	0.7802002117231422	4	3	3	3	2	False	76805	fragment	False	DEN0001_000000028127	1.0		0	0	False	False	0.9980769157409668	0					non-mobilizable	chromosome	1560.0	100.0	100.0	0.0002894458643403066	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	False	False
CHI0032_000000002412	2552	0.7801997011320853	4	4	4	4	4	False	88459	maximal	True	CHI0032_000000002412	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1506.0	98.34	81.0	0.0034365045839089385	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
ENG0099_000000008889	1868	0.7801991538662099	3	1	1	1	1	False	68249	fragment	False	ENG0099_000000008889	1.0		0	0	False	False	0.9994646906852722	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000035911	1110	0.7801991538662099	2	1	1	1	1	False	68246	fragment	False	DEN0094_000000035911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0049_000000003298	5994	0.7801936109210185	6	4	3	4	2	True	128987	maximal	True	ENG0049_000000003298	1.0	PS1059	6	3	False	True	0.9993326663970947	0					non-mobilizable	no_good_hit	2820.0	98.404	80.0	0.0008002375447951347	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ENG0042_000000008540	3119	0.7801931449807769	4	2	1	2	1	False	101689	fragment	False	ENG0042_000000008540	1.0		0	0	False	False	0.9570375084877014	0					non-mobilizable	no_good_hit	339.0	87.316	31.0	0.00011281323938119899	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
DEN0083_000000017829	1679	0.7801929946919578	4	3	3	3	2	False	129888	fragment	False	ENG0173_000000010002	0.968104406045556		0	0	False	False	0.9904705286026001	0					non-mobilizable	no_good_hit	1148.0	100.0	68.0	0.015994533690316823	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0025_000000024818	1659	0.7801921105687613	1	1	1	1	1	False	62568	fragment	False	SPA0046_000000017999	0.9636261891438165		0	0	False	False	0.9807112812995911	0					non-mobilizable	other	1659.0	99.87899999999999	100.0	0.00032111937021867687	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0056_01_000000010048	1791	0.7801890151268347	3	3	3	2	2	False	1015	maximal	True	USA0056_01_000000010048	1.0		24	5	False	False	1.0	0					non-mobilizable	chromosome	1791.0	100.0	100.0	0.0006588716142649017	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ISR0182_000000009723	3584	0.7801847571262508	6	4	4	4	4	False	29565	maximal	True	ISR0182_000000009723	1.0		1	1	False	False	0.9944196343421936	0					non-mobilizable	no_good_hit	599.0	83.973	47.0	0.00013308561900836525	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AUS0002_000000007802	4204	0.7801845225632468	7	6	5	4	5	False	103097	fragment	False	AUS0002_000000007802	1.0		0	0	False	True	0.9995242357254028	0					non-mobilizable	no_good_hit	1131.0	86.914	27.0	0.0005878866970539469	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
FIJ0171_000000009588	2144	0.7801779178760727	3	3	3	3	2	False	127824	maximal	False	FIJ0107_000000011422	0.9252256123764504		0	0	False	False	0.9986007213592529	0					non-mobilizable	chromosome	2145.0	92.914	100.0	0.0007565580420108494	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0167_000000017999	1569	0.7801770168919215	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.9464936281049992		0	0	False	False	0.9993626475334167	0					non-mobilizable	no_good_hit	779.0	84.72399999999999	52.0	0.0002239031349910265	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0225_000000009244	2064	0.7801637178546438	3	3	3	2	1	True	122723	maximal	True	ISR0225_000000009244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1555.0	99.55	75.0	0.028457890014100755	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0159_000000003642	5714	0.7801624825272193	10	2	1	2	1	True	47137	maximal	True	FIJ0159_000000003642	1.0		6	1	False	False	0.9994750022888184	0					non-mobilizable	no_good_hit								True	True
FIJ0044_000000005612	3877	0.7801624825272193	9	2	1	2	1	True	47136	fragment	False	FIJ0044_000000005612	1.0		0	0	False	False	0.9997420907020569	0					non-mobilizable	no_good_hit								True	True
MON0018_000000001370	6591	0.7801591053097938	7	3	2	3	1	True	66014	fragment	False	TAN0007_000000003543	0.5401797516425747		0	0	False	False	0.9978758692741394	0					non-mobilizable	no_good_hit	90.0	94.444	1.0	2.3741380078421246e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0077_000000007381	3920	0.7801586270514901	5	5	5	4	4	False	103274	fragment	False	ENG0001_000000004788	0.61514067103313		0	0	False	False	1.0	0					non-mobilizable	chromosome	3920.0	99.92299999999999	100.0	0.0007197545157754616	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
USA0145_01_000000006259	3897	0.7801586270514901	5	5	5	4	4	False	103274	fragment	False	ENG0001_000000004788	0.6136624543404671		0	0	False	False	1.0	0					non-mobilizable	chromosome	3897.0	99.92299999999999	100.0	0.0007068539248989476	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0225_000000006579	2630	0.7801491781574499	2	2	2	2	2	False	27692	maximal	True	ISR0225_000000006579	1.0		10	5	False	False	0.9783269762992859	0					non-mobilizable	other	2629.0	96.84299999999999	99.0	0.0006714621903204329	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
DEN0051_000000020556	2223	0.780145831845581	2	2	2	2	2	False	72548	fragment	False	DEN0051_000000020556	1.0		0	0	False	False	0.9995501637458801	0					non-mobilizable	no_good_hit	1615.0	84.087	72.0	0.00035179814137690905	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
SPA0021_000000007726	4113	0.7801457997974266	5	5	5	4	4	False	103274	fragment	False	ENG0001_000000004788	0.6151059244345225		0	0	False	False	1.0	0					non-mobilizable	other	4113.0	99.976	100.0	0.0007743347208713525	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0230_000000011558	2749	0.7801436983559021	4	3	3	3	2	False	121367	fragment	False	ISR0230_000000011558	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2089.0	99.09	100.0	0.0006581325866092082	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0151_000000016997	1283	0.7801432053355806	2	2	2	1	1	False	37764	fragment	False	ISR0151_000000016997	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	91.831	90.0	0.001847797642222974	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
AUS0004_000000014799	1349	0.7801431300405322	3	1	1	1	1	False	102324	maximal	True	AUS0004_000000014799	0.970617276095508		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	75.263	14.0	0.001273659762568025	NZ_KB894590.1	firmicutes	Anaeromusa acidaminophila DSM 3853 C508DRAFT_scaffold00009.9, whole genome shotgun sequence	True	False
USA0007_01_000000010184	1609	0.7801411135414029	3	3	3	3	3	False	2113	fragment	False	USA0007_01_000000010184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1385.0	81.227	86.0	0.004408032272294286	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0132_000000025965	1599	0.7801372271151397	4	2	2	2	1	True	75858	fragment	False	SPA0132_000000025965	0.9924899627597424		0	0	False	False	1.0	0					non-mobilizable	other	1599.0	99.875	100.0	0.010963227222832052	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ISR0261_000000012241	1514	0.7801372271151397	4	2	2	2	1	True	75858	fragment	False	SPA0132_000000025965	0.9559271138239335		0	0	False	False	1.0	0					non-mobilizable	other	1514.0	99.736	100.0	0.1528746084672123	NZ_JAAIUL010000044.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_44_length_9897_cov_230.071, whole genome shotgun sequence	False	True
ISR0781_000000020522	1472	0.7801372271151397	2	2	2	2	1	True	56789	fragment	False	ISR0781_000000020522	0.9647147147147147		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	99.932	100.0	0.14863089825199555	NZ_JAAIUL010000044.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_44_length_9897_cov_230.071, whole genome shotgun sequence	False	True
SPA0156_000000013969	1456	0.7801372271151397	4	2	2	2	1	True	75858	fragment	False	SPA0132_000000025965	0.8629263400741677		0	0	False	False	0.9993131756782532	0					non-mobilizable	other	1456.0	99.863	100.0	0.1470142467414368	NZ_JAAIUL010000044.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_44_length_9897_cov_230.071, whole genome shotgun sequence	False	True
DEN0010_000000035664	1318	0.7801372271151397	3	2	2	2	1	True	75858	fragment	False	SPA0132_000000025965	0.6496474800454914		0	0	False	False	0.9855841994285583	0					non-mobilizable	other	1318.0	100.0	100.0	0.009035400658616905	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ENG0032_000000021075	1207	0.7801372271151397	3	2	2	2	1	True	75858	fragment	False	SPA0132_000000025965	0.4126697422542221		0	0	False	False	0.9569180011749268	0					non-mobilizable	other	1189.0	99.83200000000001	99.0	0.008150384193194292	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
AST0019_000000003436	6951	0.7801297237268463	9	5	1	3	3	False	122900	maximal	True	AST0019_000000003436	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	74.589	10.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
MON0101_000000043403	1515	0.7801240492391486	2	2	2	2	2	False	122094	fragment	False	ISR0183_000000020096	0.6572413024385941		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	98.416	100.0	0.0004710028378387627	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0102_000000004822	7644	0.7801149062945772	17	6	3	5	2	False	14453	maximal	True	SPA0102_000000004822	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0136_000000014880	2726	0.7801128175762272	3	3	3	3	3	False	99231	fragment	False	CHI0111_000000008113	0.35184506883179045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	75.24	23.0	0.0002969183798366409	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0021_000000010471	2708	0.7801128175762272	3	3	3	3	3	False	99231	fragment	False	CHI0111_000000008113	0.35321442147688104		0	0	False	False	0.9981536269187927	0					non-mobilizable	no_good_hit	617.0	75.365	22.0	0.00029250141220270743	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0028_000000010285	2817	0.7801107159651149	4	2	0	0	2	False	7477	fragment	False	SPA0028_000000010285	1.0		0	0	False	False	0.997515082359314	0					non-mobilizable	no_good_hit	2334.0	97.17200000000001	83.0	0.4388257575757576	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	False
ENG0124_000000017494	1781	0.7801044283593523	3	3	3	3	2	False	58924	fragment	False	ENG0124_000000017494	0.9960249858035207		0	0	False	False	0.9859629273414612	0					non-mobilizable	chromosome	1782.0	99.27	100.0	0.0024476961283521823	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
MON0090_000000047864	1299	0.780103931883375	2	2	2	2	1	False	9520	fragment	False	MON0090_000000047864	1.0		0	0	False	False	0.9776751399040222	0					non-mobilizable	no_good_hit								True	False
DEN0005_000000030138	1298	0.7800892152344929	2	2	2	1	1	True	76439	maximal	True	DEN0005_000000030138	1.0		27	4	False	False	0.9776579141616821	0					non-mobilizable	chromosome	797.0	100.0	100.0	0.00021331469598904055	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0145_000000005627	3278	0.7800820665755122	7	7	7	6	4	False	85426	fragment	False	CHI0145_000000005627	1.0		0	0	False	False	0.9993898868560791	0					non-mobilizable	chromosome	3278.0	99.87799999999999	100.0	0.0006160298987864944	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	False	False
DEN0001_000000033394	1325	0.7800766696384029	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.09400282058985542	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1325.0	99.245	100.0	0.00617961008713997	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0047_01_000000025967	1401	0.7800747360178015	1	1	1	1	1	False	1156	fragment	False	USA0047_01_000000025967	1.0		0	0	False	False	0.997144877910614	0					non-mobilizable	no_good_hit	482.0	75.51899999999999	34.0	0.018223408311094168	NZ_FMJR01000053.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
MON0033_000000046194	1283	0.7800747360178015	1	1	1	1	1	False	13493	fragment	False	MON0046_000000023675	0.6387686387686388		0	0	False	False	0.9922057390213013	0					non-mobilizable	other	1294.0	74.42	100.0	0.004917756091573068	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0011_000000036703	1272	0.7800747360178015	1	1	1	1	1	False	13639	fragment	False	MON0011_000000036703	0.9742351046698873		0	0	False	False	0.9732704162597656	0					non-mobilizable	other	1285.0	78.521	100.0	0.049069569917380894	NZ_JH379381.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld127, whole genome shotgun sequence	False	False
ENG0070_000000008683	2804	0.7800727697325022	4	2	1	1	2	False	62433	fragment	False	ENG0070_000000008683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.003911852914330421	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	False
ENG0194_000000010692	2556	0.7800727697325022	3	2	1	1	2	False	54524	fragment	False	ENG0194_000000010692	1.0		0	0	False	False	0.9996087551116943	0					non-mobilizable	no_good_hit								True	False
CHI0037_000000009612	1517	0.7800714601120513	3	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.09365235295798674	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1439.0	84.64200000000001	100.0	0.0004816662218014047	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0081_01_000000016055	1914	0.7800668103975419	3	3	3	3	3	False	561	maximal	True	USA0081_01_000000016055	1.0		4	4	False	False	0.9979101419448853	0					non-mobilizable	other	1907.0	99.213	100.0	0.0006291126672792758	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
AST0140_000000015176	1902	0.7800663549846755	3	2	2	2	2	False	131699	fragment	False	AST0140_000000015176	0.9379742368254598		0	0	False	False	0.9984227418899536	0					non-mobilizable	other	1902.0	99.211	100.0	0.0005358745444361275	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0030_000000007111	2885	0.780064585538495	3	3	3	3	2	False	37057	maximal	True	ISR0030_000000007111	1.0		207	13	False	False	0.9902946352958679	0					non-mobilizable	chromosome	2885.0	97.296	100.0	0.0008028673835125448	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0020_000000003583	5195	0.780050315581003	8	3	3	3	2	False	112441	maximal	True	ISR0020_000000003583	1.0	PS720	1	1	False	True	0.9990375638008118	0					non-mobilizable	no_good_hit	744.0	92.339	14.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
SPA0018_000000023163	1296	0.7800372631114454	2	2	2	1	1	False	87665	fragment	False	FIJ0086_000000021690	0.4886194029850746		0	0	False	False	0.9953703880310059	0					non-mobilizable	other	1296.0	96.914	100.0	0.004103815439219166	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0165_000000008774	1870	0.780032262331698	3	3	3	3	3	False	78319	fragment	False	CHI0165_000000008774	0.9548089261191053		0	0	False	False	1.0	0					non-mobilizable	chromosome	1871.0	98.18299999999999	100.0	0.00035391821932741907	CP052268.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 chromosome, complete genome	False	False
FIJ0163_000000013520	1818	0.780032262331698	3	3	3	3	3	False	78319	fragment	False	CHI0165_000000008774	0.9398523597064953		0	0	False	False	0.9988998770713806	0					non-mobilizable	chromosome	1818.0	99.89	100.0	0.0003149951927260901	LR134235.1	enterobacteria	Klebsiella variicola strain NCTC9668 genome assembly, chromosome: 1	False	False
DEN0020_000000010139	1161	0.7800116096471383	2	2	1	1	2	False	74904	fragment	False	DEN0020_000000010139	1.0		0	0	False	False	0.9879414439201355	0					non-mobilizable	other	707.0	98.161	99.0	0.00017309559903213573	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0179_000000000517	27744	0.7799972201857485	35	8	5	4	8	True	97284	fragment	False	ENG0179_000000000517	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	plasmid	21907.0	97.229	94.0	0.13227526018687522	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
USA0040_01_000000000893	22182	0.7799934398120856	19	10	6	8	6	False	132483	maximal	True	USA0040_01_000000000893	1.0		1	1	False	False	0.9999098181724548	0					non-mobilizable	no_good_hit	1948.0	82.75200000000001	9.0	0.023245735472920102	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
USA0047_01_000000005299	6193	0.7799808219806739	7	6	3	5	1	True	97806	fragment	False	USA0047_01_000000005299	0.9982217911412867		0	0	False	False	0.9975779056549072	0					non-mobilizable	no_good_hit	3472.0	99.626	58.0	0.17262822745137058	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
USA0013_01_000000002029	6186	0.7799808219806739	7	6	3	5	1	True	97806	fragment	False	USA0047_01_000000005299	0.9976586468593573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3463.0	99.65299999999999	57.0	0.17218048853290882	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
MON0038_000000021529	1577	0.7799774672717807	2	2	2	2	2	False	11997	maximal	True	MON0038_000000021529	1.0		149	7	False	False	0.9816106557846069	0					non-mobilizable	no_good_hit	322.0	73.292	20.0	0.0002072744014121233	NZ_QQAV01000001.1	b-proteobacteria	Pseudacidovorax intermedius strain DSM 21352 Ga0244541_101, whole genome shotgun sequence	True	False
MAD0096_000000008237	2222	0.7799737893777953	2	2	2	2	2	False	15499	maximal	True	MAD0096_000000008237	1.0		4	1	False	False	0.9896489381790161	0					non-mobilizable	chromosome	2177.0	88.74600000000001	97.0	0.0010612639629401744	NZ_CP058954.1	firmicutes	Lactobacillus mucosae strain A1 chromosome, complete genome	False	False
ISR0112_000000032869	1212	0.7799677384272613	1	1	1	1	1	False	32603	fragment	False	ISR0387_000000020329	0.9240572031731046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0129_000000005173	5427	0.7799626212042772	8	7	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6382768828408484	PS1110	0	0	True	True	1.0	284		MOBV			mobilizable	other	3722.0	92.961	94.0	0.7255327545382794	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0393_000000003022	5427	0.7799626212042772	8	7	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6381583207632163	PS1110	0	0	True	True	1.0	185		MOBV			mobilizable	other	3722.0	92.988	94.0	0.7255327545382794	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0090_000000004973	9611	0.7799590247124448	8	6	5	5	6	False	18296	maximal	True	MON0090_000000004973	1.0		10	3	False	False	1.0	0					non-mobilizable	other	7734.0	95.88799999999999	97.0	0.009881486083467238	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
DEN0087_000000002465	4803	0.7799496034241118	8	8	7	6	4	False	120944	maximal	True	DEN0087_000000002465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3713.0	96.337	85.0	0.04775208569368627	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0115_000000002854	8430	0.7799477061082322	8	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9650973911974859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.36200000000001	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0065_000000001465	8373	0.7799477061082322	7	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9241287728265238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	92.303	27.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0089_000000002606	8264	0.7799477061082322	10	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9736782171340225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.234	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0009_000000004008	8252	0.7799477061082322	10	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.962923538805202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.36200000000001	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0120_000000002669	8252	0.7799477061082322	10	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.962923538805202		0	0	False	False	0.9998788237571716	0					non-mobilizable	no_good_hit	1558.0	92.36200000000001	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0079_000000003575	8246	0.7799477061082322	10	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9737161204968712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.234	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0100_000000002432	8243	0.7799477061082322	9	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9307235818941374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.29799999999999	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0021_000000001511	8231	0.7799477061082322	9	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9114840850090336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.29799999999999	29.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0018_000000003862	6762	0.7799477061082322	7	5	4	5	3	True	50039	fragment	False	FIJ0018_000000003862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.36200000000001	31.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0094_000000002409	9032	0.7799470422906759	8	5	4	5	4	True	127677	fragment	False	AST0006_000000001804	0.9507871371013342		0	0	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit	1235.0	70.202	13.0	0.005536874107513013	NZ_ATUF01000004.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
USA0059_01_000000003112	7862	0.7799417040104444	8	6	4	6	5	False	121327	maximal	True	USA0059_01_000000003112	1.0	PS849	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3418.0	96.54799999999999	62.0	0.001899170502813174	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
MAD0037_000000003451	3708	0.7799376832429352	4	4	3	3	4	False	22559	maximal	True	MAD0037_000000003451	1.0		2	2	False	False	0.994875967502594	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	2.0494781283420467e-05	CP035054.1	firmicutes	Limosilactobacillus fermentum strain SRCM103285 chromosome, complete genome	True	False
MON0091_000000002560	4933	0.7799349756893666	6	5	4	5	5	True	89279	fragment	False	MON0091_000000002560	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4596.0	99.587	100.0	0.03629095964862388	AP022262.1	enterobacteria	Escherichia coli plasmid pWP8-S18-ESBL-07_1 DNA, complete genome, strain: WP8-S18-ESBL-07	False	True
ENG0163_000000000961	16341	0.7799247002341587	15	13	4	6	12	True	105602	fragment	False	CHI0094_000000000381	0.665612143680107		0	0	False	False	1.0	0					non-mobilizable	other	11335.0	95.95100000000001	97.0	0.0021905066810453773	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0051_01_000000003642	6146	0.7799223137147325	9	5	1	5	1	True	1100	maximal	True	USA0051_01_000000003642	1.0		1	1	False	False	0.9998372793197632	0					non-mobilizable	no_good_hit	1525.0	95.60700000000001	40.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0126_000000025414	1735	0.7799216378866326	2	2	2	2	2	False	83644	fragment	False	SPA0022_000000007548	0.9946464317338162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0854_000000006133	1520	0.7799202011275128	3	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9300753998317337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	83.711	55.0	0.0034290212284456252	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0801_000000004932	1508	0.7799202011275128	3	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9225769233627278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	83.71799999999999	55.0	0.0033699849949573217	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
MON0012_000000037315	1501	0.7799202011275128	3	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9221770743344258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	83.573	54.0	0.0033699849949573217	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
DEN0045_000000025990	1609	0.7799192448123581	3	3	3	3	3	False	72878	maximal	True	DEN0045_000000025990	1.0		3	2	False	False	0.9968924522399902	0					non-mobilizable	chromosome	1634.0	75.82600000000001	100.0	0.0002989120382547924	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0036_01_000000014378	2413	0.7799130128969167	5	3	1	1	3	True	95007	fragment	False	USA0036_01_000000014378	0.9824086659671345		0	0	False	False	1.0	0					non-mobilizable	other	2408.0	98.54700000000001	99.0	0.004192024699144694	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
SPA0131_000000026261	1102	0.7799120372728038	2	2	2	2	1	False	3750	maximal	True	SPA0131_000000026261	1.0		70	10	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	82.96	87.0	0.0001728204079826168	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0057_000000009927	1599	0.7798928727227441	2	2	2	2	2	False	16987	fragment	False	MAD0057_000000009927	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1599.0	100.0	100.0	0.03141711229946524	CP033359.1	enterobacteria	Salmonella enterica subsp. enterica strain EQAS2016S1 plasmid pEQAS2016S1-1, complete sequence	False	True
CHI0071_000000008011	1400	0.7798914527255381	2	1	1	1	1	False	84878	maximal	True	CHI0071_000000008011	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0066_000000024881	1481	0.7798839340620273	2	2	2	2	2	False	70918	maximal	True	DEN0066_000000024881	1.0		39	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0315_000000005717	1687	0.7798753002309973	2	2	2	2	2	False	34564	fragment	False	ISR0076_000000014689	0.9769755542922115		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	76.027	98.0	0.8648790746582544	NZ_JAAWUO010000037.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_37_length_1902_cov_261.886, whole genome shotgun sequence	False	False
ISR0358_000000008180	2376	0.7798628789961309	3	3	2	2	2	False	120370	fragment	False	ISR0011_000000010546	0.8628893001375109		0	0	False	False	0.999579131603241	0					non-mobilizable	other	2076.0	86.368	100.0	0.011742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0843_000000006951	2372	0.7798628789961309	3	3	2	2	2	False	120370	fragment	False	ISR0011_000000010546	0.8644424118064546		0	0	False	False	0.982293426990509	0					non-mobilizable	other	2087.0	86.39200000000001	100.0	0.0118	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0043_000000014592	2346	0.7798628789961309	3	3	2	2	2	False	120370	fragment	False	ISR0011_000000010546	0.8608191296999237		0	0	False	False	0.9914748668670654	0					non-mobilizable	other	2077.0	85.98899999999999	100.0	0.011742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0067_000000014297	2345	0.7798628789961309	3	3	2	2	2	False	120370	fragment	False	ISR0011_000000010546	0.8610637966750027		0	0	False	False	0.9995735883712769	0					non-mobilizable	other	2077.0	85.98899999999999	100.0	0.011742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0038_000000005009	2341	0.7798628789961309	3	3	2	2	2	False	120370	fragment	False	ISR0011_000000010546	0.8123802693416465		0	0	False	False	0.9991456866264343	0					non-mobilizable	other	2089.0	86.54899999999999	96.0	0.011868571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0017_01_000000012804	2155	0.7798628789961309	3	3	2	2	2	False	120370	fragment	False	ISR0011_000000010546	0.6537586496212788		0	0	False	False	0.968909502029419	0					non-mobilizable	other	2076.0	86.561	96.0	0.011742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0391_000000006670	2155	0.7798628789961309	3	3	2	2	2	False	120370	fragment	False	ISR0011_000000010546	0.6713834421734576		0	0	False	False	0.9930394291877747	0					non-mobilizable	other	2077.0	86.086	96.0	0.011742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0177_000000013600	1983	0.7798628789961309	3	3	2	2	2	False	120370	fragment	False	ISR0011_000000010546	0.36142222114087447		0	0	False	False	0.9994956851005554	0					non-mobilizable	other	1982.0	86.428	99.0	0.0112	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0203_000000007434	2290	0.7798621478503058	3	3	3	2	1	False	106727	fragment	False	ISR0203_000000007434	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2290.0	99.825	100.0	0.0009479548361019634	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
CAN0008_000000006667	4250	0.7798616021070746	3	3	2	3	0	True	95054	fragment	False	CAN0008_000000006667	1.0		0	0	False	False	0.9988235235214233	0					non-mobilizable	no_good_hit								True	True
CHI0174_000000011560	1323	0.7798563112611626	2	1	1	1	1	False	102324	maximal	False	AUS0004_000000014799	0.964047442550037		0	0	False	False	0.9606953859329224	0					non-mobilizable	no_good_hit	190.0	75.263	14.0	0.001273659762568025	NZ_KB894590.1	firmicutes	Anaeromusa acidaminophila DSM 3853 C508DRAFT_scaffold00009.9, whole genome shotgun sequence	True	False
ISR0776_000000012746	1905	0.7798493901414371	2	2	2	1	1	False	102235	fragment	False	ISR0776_000000012746	0.9565803254746633		0	0	False	False	1.0	0					non-mobilizable	chromosome	1905.0	99.42299999999999	100.0	0.0002929485859845642	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0024_000000009494	1351	0.7798493901414371	2	2	2	1	1	False	102232	fragment	False	ISR0852_000000009092	0.9518115942028986		0	0	False	False	0.9992598295211792	0					non-mobilizable	other	1352.0	98.15100000000001	100.0	0.008660567434210526	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
SPA0105_000000003183	8785	0.7798487686382579	7	5	5	5	4	True	125296	fragment	False	SPA0105_000000003183	1.0		0	0	False	False	0.9987478852272034	0					non-mobilizable	no_good_hit	861.0	87.456	23.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AUS0002_000000027788	1352	0.7798367904265743	2	2	2	2	2	False	102758	maximal	True	AUS0002_000000027788	1.0		74	8	False	False	0.9977810382843018	0					non-mobilizable	no_good_hit	212.0	74.057	15.0	0.0033951977539461013	NZ_AJLS01000060.1	firmicutes	Bacillus bataviensis LMG 21833 contig60, whole genome shotgun sequence	True	False
TAN0007_000000022008	1837	0.7798348268808432	3	2	2	2	1	True	2815	maximal	True	TAN0007_000000022008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	73.181	38.0	0.0005793199520470421	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0175_000000016563	1203	0.779825534653163	2	2	2	2	2	False	97668	fragment	False	ISR0175_000000016563	0.9704429545562996		0	0	False	False	1.0	0					non-mobilizable	plasmid	1186.0	100.0	99.0	0.023162174312464572	CP054382.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-3, complete sequence	False	True
FIJ0098_000000015144	1568	0.7798224844935124	3	2	1	2	1	False	42851	maximal	True	FIJ0098_000000015144	1.0		24	9	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	76.398	10.0	5.023612589301959e-05	NC_018664.1	firmicutes	Gottschalkia acidurici 9a, complete sequence	True	False
FIJ0057_000000017417	1935	0.7798164522751008	4	2	2	2	1	False	46132	maximal	True	FIJ0057_000000017417	1.0		1	1	False	False	0.9958656430244446	0					non-mobilizable	no_good_hit								True	False
ISR0301_000000012954	1508	0.7798100791246967	3	2	2	2	2	False	25556	fragment	False	ISR0301_000000012954	1.0		0	0	False	False	0.9993368983268738	0					non-mobilizable	no_good_hit	1226.0	77.977	80.0	0.013140917912632413	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
MON0050_000000029305	1379	0.7798091391245929	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.26017654282853725		0	0	False	False	0.9992748498916626	0					non-mobilizable	other	1379.0	99.71	100.0	0.00042869346799327283	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0026_01_000000012424	2644	0.7798087164175637	3	2	1	2	1	False	117018	fragment	False	ISR0246_000000007287	0.7133424327220057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0010_000000002002	6822	0.7797923320766443	8	3	3	3	2	False	94643	fragment	False	USA0121_01_000000006728	0.9919460165433174		0	0	False	False	1.0	0					non-mobilizable	plasmid	5063.0	99.921	99.0	0.10015036403925293	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0219_000000028310	1140	0.7797715516339125	2	2	2	2	2	False	28020	fragment	False	ISR0219_000000028310	1.0		0	0	False	False	0.9403508901596069	0					non-mobilizable	plasmid	1072.0	99.25399999999999	94.0	0.045779012609531954	HM021330.1	firmicutes	Lactococcus lactis subsp. lactis strain IL594 plasmid pIL5, complete sequence	False	True
ENG0080_000000010454	2479	0.7797642426000378	3	3	3	3	1	False	115898	fragment	False	ENG0080_000000010454	0.9680088843141924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	84.395	50.0	0.0001756449824270708	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0032_000000015044	2357	0.7797642426000378	3	3	3	3	1	False	115898	fragment	False	ENG0080_000000010454	0.9449824065058623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	86.891	44.0	0.000162229002093425	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0296_000000011237	2324	0.7797642426000378	3	3	3	3	1	False	115898	fragment	False	ENG0080_000000010454	0.47836232498939324		0	0	False	False	0.9810671210289001	0					non-mobilizable	no_good_hit	653.0	85.29899999999999	45.0	0.00022311368687656262	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0011_000000021038	2108	0.7797642426000378	3	3	3	3	1	False	115897	fragment	False	FIJ0015_000000013913	0.7255637261194138		0	0	False	False	0.9976280927658081	0					non-mobilizable	no_good_hit	609.0	83.58	38.0	0.0001847946903545405	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ENG0096_000000016338	2025	0.7797642426000378	3	3	3	3	1	False	115897	fragment	False	FIJ0015_000000013913	0.6901985701698536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	84.219	32.0	0.00017929839806155387	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0035_000000002592	4598	0.7797611809271207	6	3	1	3	2	False	101192	fragment	False	MON0038_000000004872	0.7863950059363884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	86.36399999999999	7.0	5.228438758843331e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0026_000000006436	4597	0.7797611809271207	6	3	1	3	2	False	101192	fragment	False	MON0038_000000004872	0.7861911702726863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	86.36399999999999	7.0	5.228438758843331e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0104_000000012857	3407	0.779751946350855	4	4	3	2	2	False	99134	maximal	True	MON0104_000000012857	1.0		0	0	False	False	0.9991194605827332	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000030585	1412	0.7797514380068887	2	1	1	1	1	False	2664	maximal	True	TAN0009_000000030585	1.0		3	2	False	False	0.9815863966941833	0					non-mobilizable	no_good_hit								True	False
FIJ0119_000000006281	2712	0.7797436551349355	4	4	4	3	2	False	90785	maximal	True	FIJ0119_000000006281	1.0		10	4	False	False	0.997787594795227	0					non-mobilizable	no_good_hit	124.0	83.065	5.0	0.004732225300092336	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ENG0035_000000017740	1268	0.7797331914731768	2	2	2	2	1	False	65362	fragment	False	ENG0035_000000017740	1.0		0	0	False	False	0.9794952869415283	0					non-mobilizable	no_good_hit	168.0	82.14299999999999	13.0	0.004330575940668517	NZ_JAAIPV010000040.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_40_length_38563_cov_89.0609, whole genome shotgun sequence	True	False
ISR0234_000000000909	10021	0.7797331442540832	8	4	3	4	3	True	35536	fragment	False	ISR0234_000000000909	1.0		0	0	False	False	0.999900221824646	0					non-mobilizable	no_good_hit	98.0	78.571	1.0	1.7509992429184718e-05	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	True
SPA0101_000000028090	1434	0.7797327961109088	2	2	2	2	1	True	4933	fragment	False	SPA0101_000000028090	1.0		0	0	False	False	0.9804741740226746	0					non-mobilizable	no_good_hit								True	True
MAD0059_000000013040	1485	0.7797291823300166	3	3	3	3	2	False	87109	fragment	False	FIJ0123_000000020607	0.9678041936832745		0	0	False	False	0.9973064064979553	0					non-mobilizable	chromosome	1466.0	99.932	99.0	0.0002846783397092861	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
AST0118_000000003128	8223	0.7797234085655974	13	6	5	6	3	False	106021	maximal	True	AST0118_000000003128	0.990835970464135		3	3	True	True	1.0	11					non-mobilizable	no_good_hit	251.0	90.837	4.0	0.0047175194978124405	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
DEN0012_000000001456	4347	0.7797211069030933	3	3	3	3	2	False	75479	maximal	True	DEN0012_000000001456	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3542.0	99.54799999999999	83.0	0.0009031370814669945	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
MON0059_000000017637	2220	0.7797208313507819	3	2	2	2	1	False	87514	fragment	False	MON0059_000000017637	1.0		0	0	False	False	0.9630630612373352	0					non-mobilizable	no_good_hit	729.0	76.955	33.0	0.0002505242193156612	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
USA0047_01_000000013602	2632	0.7797199915532897	3	2	1	2	2	False	69569	maximal	True	USA0047_01_000000013602	0.9889491242702252		29	7	False	False	0.9939209818840027	0					non-mobilizable	no_good_hit	112.0	80.357	4.0	0.00017784101013693757	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0224_000000017003	1806	0.7797188147581511	3	2	1	2	2	True	113486	fragment	False	MON0024_000000027488	0.9396645021645023		0	0	False	True	1.0	0					non-mobilizable	other	1810.0	92.044	100.0	0.0005434509345097967	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
AST0104_000000016702	2051	0.7797032138561135	3	3	2	3	1	True	107861	maximal	True	AST0104_000000016702	1.0		4	4	False	False	1.0	0					non-mobilizable	other	2054.0	96.98100000000001	99.0	0.03254663113818043	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
DEN0045_000000021141	1922	0.7796996095002013	3	3	3	3	3	False	100788	fragment	False	ISR0175_000000010194	0.5113766078880314		0	0	False	False	1.0	0					non-mobilizable	other	1922.0	96.25399999999999	100.0	0.0005331822650249096	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0005_000000020033	1191	0.7796957837045001	2	2	2	2	2	False	67632	maximal	True	ENG0005_000000020033	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	70.774	76.0	0.004429542739433746	NZ_BBAB01000002.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
AST0094_000000011105	2017	0.7796912936937862	3	2	2	2	2	False	109236	maximal	True	AST0094_000000011105	1.0		12	5	False	False	1.0	0					non-mobilizable	other	2017.0	99.70299999999999	100.0	0.006197051482251104	NZ_NFHU01000001.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_1, whole genome shotgun sequence	False	False
ISR0366_000000014985	1381	0.7796886393739442	1	1	1	1	1	False	23619	maximal	True	ISR0366_000000014985	1.0		77	5	False	False	0.9971035718917847	0					non-mobilizable	other	1381.0	99.928	100.0	0.0006825013575842222	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
MON0092_000000040604	1374	0.7796886393739442	1	1	1	1	1	False	9952	fragment	False	MON0092_000000040604	0.973254086181278		0	0	False	False	0.9919942021369934	0					non-mobilizable	other	1261.0	75.575	91.0	0.01679426353245633	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0156_000000012814	1364	0.7796886393739442	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.5743976852103849		0	0	False	False	0.9919354915618896	0					non-mobilizable	chromosome	1364.0	99.413	100.0	0.00048096483734178533	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CAN0021_000000032605	1341	0.7796886393739442	1	1	1	1	1	False	91431	maximal	True	CAN0021_000000032605	1.0		7	3	False	False	0.9835943579673767	0					non-mobilizable	no_good_hit	1114.0	74.057	82.0	0.0003552327440738208	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ISR0387_000000014241	1695	0.7796841882458693	2	2	2	1	1	False	38213	fragment	False	ISR0387_000000014241	0.9695828610892896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	73.013	59.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0143_000000011132	1738	0.7796750372399002	3	3	3	3	3	False	79920	fragment	False	CHI0143_000000011132	1.0		0	0	False	False	0.9976984858512878	0					non-mobilizable	other	1738.0	97.411	100.0	0.0007703917643922887	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	False	False
CHI0108_000000002562	2993	0.7796727272894665	4	4	4	4	4	False	82935	maximal	True	CHI0108_000000002562	1.0		22	6	False	False	1.0	0					non-mobilizable	other	2993.0	99.9	100.0	0.0010391189549749861	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0060_000000006068	4899	0.7796715546055379	5	5	5	5	5	False	103309	fragment	False	ISR0169_000000004098	0.3224676341649441		0	0	False	False	0.9987752437591553	0					non-mobilizable	other	4899.0	99.163	100.0	0.018336259597710403	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
CHI0160_000000014173	2198	0.7796631061667987	2	1	1	1	1	True	107426	fragment	False	ISR0147_000000010355	0.9541964793296108		0	0	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit	274.0	87.59100000000001	12.0	0.11197703035274816	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0778_000000000142	49307	0.7796624973620546	49	16	5	14	7	False	51279	maximal	True	ISR0778_000000000142	1.0		1	1	False	False	0.999858021736145	0					non-mobilizable	no_good_hit	10019.0	90.039	65.0	0.0031032056191820727	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0048_000000015120	1352	0.7796446298497937	3	3	3	3	2	False	128272	fragment	False	AST0099_000000008733	0.010318005033173186		0	0	False	False	1.0	0					non-mobilizable	chromosome	1088.0	98.805	100.0	0.00038200734845782544	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0119_000000001484	18209	0.7796391860709008	19	8	5	7	3	False	56868	fragment	False	ISR0119_000000001484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.015835777126099706	XM_028275211.1	beetles	PREDICTED: Diabrotica virgifera virgifera uncharacterized LOC114326779 (LOC114326779), mRNA	True	False
FIJ0153_000000003068	9176	0.7796182220790306	9	8	5	6	8	True	50906	fragment	False	FIJ0153_000000003068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3486.0	77.653	48.0	0.0011707497384838622	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0299_000000002473	3547	0.7796072274845174	5	4	4	4	3	False	126804	maximal	True	ISR0299_000000002473	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	96.417	86.0	0.0005562904833570287	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
MON0109_000000024878	1455	0.7796003303022787	3	3	3	2	2	False	108264	fragment	False	ISR0819_000000009159	0.07752831113990229		0	0	False	False	1.0	0					non-mobilizable	other	1462.0	80.711	100.0	0.013017476006302821	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0014_000000013376	3430	0.7795965503410892	3	3	1	3	1	True	93705	fragment	False	CAN0014_000000013376	1.0		0	0	False	False	0.9930028915405273	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	1.6304657969037454e-05	NZ_OAOI01000014.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	True
MAD0046_000000000419	29369	0.7795943953031717	42	17	3	13	9	True	88270	maximal	True	MAD0046_000000000419	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	77.778	1.0	0.05316172355903749	LN852754.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0063	True	True
ENG0175_000000009088	2857	0.779592395610641	3	3	3	3	3	False	128192	maximal	True	ENG0175_000000009088	0.9967165268150311		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	1864.0	94.796	65.0	0.0005284910130928102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0186_000000006534	3868	0.7795831486622795	5	3	3	2	3	False	124193	maximal	True	ISR0186_000000006534	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1984.0	80.847	52.0	0.0005260511912393048	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
TAN0009_000000008668	3825	0.7795739851535979	4	2	1	1	1	True	2717	maximal	True	TAN0009_000000008668	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	348.0	81.03399999999999	9.0	0.00019720594513229043	CP049075.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 chromosome, complete genome	True	True
DEN0096_000000041520	1108	0.7795701364016963	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.020556507393594926	PS1128	0	0	False	True	0.9666064977645874	0					non-mobilizable	other	1018.0	97.348	92.0	0.0356216254119627	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ISR0179_000000018970	1178	0.7795585916914446	2	2	2	2	2	False	29662	fragment	False	ISR0179_000000018970	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	72.866	99.0	0.020918155004252394	NZ_QGDS01000020.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_120, whole genome shotgun sequence	False	False
MAD0099_000000005452	4998	0.7795572462461667	6	3	1	3	1	True	127486	maximal	True	MAD0099_000000005452	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0054_000000003819	4276	0.779553872447923	4	4	4	4	4	False	105877	maximal	True	CHI0054_000000003819	0.9998830682881197		33	9	False	False	1.0	0					non-mobilizable	chromosome	4276.0	100.0	100.0	0.0014526403564898364	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CAN0004_000000021344	1344	0.7795336438080985	2	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.7360664173067356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	74.524	31.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0122_000000010753	1327	0.7795327105918334	2	2	2	2	1	False	81743	fragment	False	CHI0122_000000010753	1.0		0	0	False	False	0.9917106032371521	0					non-mobilizable	other	1327.0	98.191	100.0	0.0006401816841413092	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
AST0055_000000005688	5429	0.7795309465541157	7	4	2	3	2	True	113950	fragment	False	ISR0336_000000001572	0.8562131273551483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	80.507	43.0	0.11344042109084308	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
CHI0153_000000007940	1915	0.7795211908394596	2	2	2	2	2	False	79254	maximal	True	CHI0153_000000007940	0.9942339373970346		135	10	False	False	1.0	0					non-mobilizable	other	1915.0	99.478	100.0	0.0007949997258621635	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MAD0086_000000007875	1378	0.7795185388964108	3	3	3	3	3	False	16018	fragment	False	MAD0086_000000007875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1241.0	69.38	88.0	0.0004398658009429123	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
SPA0090_000000010892	3128	0.7795130903209743	3	2	2	2	2	False	103268	fragment	False	SPA0090_000000010892	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3073.0	91.70200000000001	98.0	0.0005918822650110232	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0387_000000001059	15404	0.7795126989264484	21	7	5	7	3	False	100670	fragment	False	AUS0016_000000000897	0.9764848171010382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	1.0	0.021510883482714467	NZ_VZBY01000059.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_59_length_3905_cov_75.6901_ID_117, whole genome shotgun sequence	True	False
ISR0391_000000000636	13663	0.7795126989264484	16	7	5	7	3	False	53589	fragment	False	ISR0391_000000000636	0.9832674050632912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	98.462	0.0	0.00031485991193761837	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0094_000000008030	2477	0.7795124630450911	4	4	4	3	3	False	101104	fragment	False	ISR0094_000000008030	0.988579734219269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1973.0	93.61399999999999	83.0	0.0003566252338370083	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
ISR0293_000000004062	8739	0.7795115163475561	15	14	3	12	14	True	77103	fragment	False	ISR0293_000000004062	1.0		0	0	False	False	0.9997711181640625	0			MPF_F	MOBF	mobilizable	plasmid	8739.0	99.84	100.0	0.10117290168698692	LS992194.1	enterobacteria	Escherichia coli isolate Escherichia coli str. TO217 genome assembly, plasmid: 3	False	True
CHI0139_000000005918	1907	0.7795028240755802	4	2	2	2	1	False	117015	fragment	False	AST0094_000000009639	0.5818937861433174		0	0	False	False	0.9979024529457092	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
MON0066_000000031949	1165	0.7794917094225136	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.10845882397338355	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1169.0	82.37799999999999	99.0	0.013741847055487286	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
DEN0078_000000010987	2726	0.7794914606870469	5	4	3	4	4	False	69800	fragment	False	DEN0078_000000010987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	89.189	3.0	2.1324013949459126e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0108_000000007726	2199	0.7794893826025595	4	3	2	3	2	False	131683	fragment	False	MAD0108_000000007726	1.0		0	0	False	False	0.9995452761650085	0					non-mobilizable	other	2199.0	99.09	100.0	0.002583979328165375	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0068_000000030531	1384	0.7794869303460987	2	2	2	2	2	False	10541	fragment	False	MON0068_000000030531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	4.0	0.0044023027429732475	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0031_000000017249	1874	0.7794609883325371	3	2	2	2	2	False	130050	fragment	False	ISR0386_000000015857	0.9554759467758445		0	0	False	False	0.9994663596153259	0					non-mobilizable	chromosome	1686.0	86.35799999999999	94.0	0.0005921195869842376	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0011_01_000000026238	1377	0.7794584104484996	2	1	1	1	1	False	1997	maximal	True	USA0011_01_000000026238	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	92.675	71.0	0.0002885784701046237	NZ_CP023671.1	firmicutes	Clostridium septicum strain DSM 7534 chromosome, complete genome	True	False
ENG0086_000000004037	5829	0.7794580640618534	8	2	0	2	0	True	69769	maximal	True	ENG0086_000000004037	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3286.0	98.661	56.0	0.010574771845675932	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0062_000000005052	5801	0.7794580640618534	8	2	0	2	0	True	119826	fragment	False	ISR0062_000000005052	1.0		0	0	False	False	0.9987933039665222	0					non-mobilizable	no_good_hit	3259.0	98.46600000000001	56.0	0.010487855912697774	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0140_000000010567	2799	0.7794507654779413	3	2	2	1	1	False	109817	fragment	False	FIJ0142_000000012664	0.6316972648932184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1370.0	88.029	72.0	0.00041157752214675465	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0159_000000000191	57355	0.779447802719116	105	34	13	25	21	True	75519	maximal	True	FIJ0159_000000000191	1.0		1	1	False	False	0.9999651312828064	0					non-mobilizable	no_good_hit	3205.0	91.38799999999999	47.0	0.056569666465813635	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0025_000000000938	11117	0.7794465138388765	12	9	6	7	6	True	105465	fragment	False	MON0108_000000000954	0.2878055517177769		0	0	False	True	1.0	0					non-mobilizable	chromosome	11117.0	100.0	100.0	0.0020963127073965367	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0027_000000013253	1953	0.7794398819222068	2	2	2	2	2	False	79709	fragment	False	ISR0027_000000013253	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	98.087	51.0	0.027359479287329694	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CAN0017_000000026853	1253	0.7794344074054078	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.5642758567495343		0	0	False	False	1.0	0					non-mobilizable	chromosome	1253.0	99.84	100.0	0.00034854020948602845	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0011_000000005674	3609	0.7794341911634144	4	3	3	2	2	False	8050	maximal	True	SPA0011_000000005674	1.0		1	1	False	False	0.9994458556175232	0					non-mobilizable	no_good_hit	120.0	76.667	3.0	0.0002171041589129467	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
MON0102_000000002360	14188	0.7794339695232327	22	13	7	11	6	False	113968	maximal	True	MON0102_000000002360	1.0		1	1	False	False	0.9999295473098755	0					non-mobilizable	no_good_hit	905.0	92.044	10.0	0.09217107277738083	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
MON0047_000000003264	9136	0.7794327642298242	16	12	9	9	8	True	124998	maximal	True	MON0047_000000003264	1.0	PS730	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	2043.0	90.30799999999999	57.0	0.0006318406629131619	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0058_000000003698	6966	0.7794306915224656	9	3	2	1	3	False	103741	maximal	True	SPA0058_000000003698	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2560.0	85.0	43.0	0.0005699765947209161	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0201_000000017191	1746	0.7794267006944622	4	1	1	1	1	False	28729	maximal	True	ISR0201_000000017191	1.0		1	1	False	False	0.9736540913581848	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000002651	13902	0.7794198699317701	14	7	5	6	3	False	49675	fragment	False	USA0130_01_000000002651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	9.109713097623973e-05	NZ_JHVJ01000003.1	g-proteobacteria	Marinobacterium jannaschii DSM 6295 Q354DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0138_000000014625	1346	0.7794176588254894	1	1	1	1	1	False	57900	maximal	True	ENG0138_000000014625	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0007_000000012489	1435	0.7794174809802561	3	2	2	2	1	True	126779	fragment	False	ISR0052_000000025739	0.9642251603035916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0148_000000029537	1221	0.7794174809802561	2	2	2	2	1	True	57254	fragment	False	ENG0148_000000029537	0.985897435897436		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0107_000000028375	1170	0.7794174809802561	2	2	2	2	1	True	57254	fragment	False	ENG0148_000000029537	0.9656019656019657		0	0	False	False	0.9940170645713806	0					non-mobilizable	no_good_hit	42.0	97.619	4.0	0.00015407104554114636	NZ_AGDG01000020.1	CFB group bacteria	Bacteroides faecis MAJ27 contig020, whole genome shotgun sequence	True	True
AST0090_000000001562	15406	0.7794143384581567	19	10	8	8	8	True	124507	fragment	False	AST0090_000000001562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	94.12100000000001	13.0	0.00025634124776685444	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
MON0068_000000003983	8630	0.7794116127029076	12	12	8	9	8	False	92296	maximal	True	MON0068_000000003983	1.0		2	2	False	False	0.9971031546592712	0					non-mobilizable	no_good_hit	514.0	98.63799999999999	6.0	0.0001548594160260478	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
ISR0047_000000008494	3384	0.7794105440402582	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.12726817836815021	PS1101	0	0	False	True	0.9994089603424072	0					non-mobilizable	other	3395.0	99.146	100.0	0.0005924157173440436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0169_000000020742	1551	0.7794101731592465	3	2	1	2	1	False	30087	maximal	True	ISR0169_000000020742	1.0		1	1	False	False	0.9871050715446472	0					non-mobilizable	no_good_hit	1029.0	94.55799999999999	66.0	0.004060881622140495	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
MAD0098_000000018764	2373	0.7794053992712713	4	3	3	3	3	False	40076	fragment	False	MAD0098_000000018764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	75.803	37.0	0.0002791276648069974	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0353_000000010639	3387	0.7794052532709946	6	2	2	1	2	False	24038	maximal	True	ISR0353_000000010639	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1948.0	98.20299999999999	58.0	0.0003810182090304642	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
MON0003_000000007682	1946	0.7794051876885079	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.6864610727788497		0	0	False	False	1.0	0					non-mobilizable	other	1946.0	97.79	100.0	0.0006047751101443559	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0129_000000005847	1896	0.7793973432451148	4	1	1	1	1	False	89829	fragment	False	MON0042_000000013151	0.920824730382421		0	0	False	False	1.0	0					non-mobilizable	other	1896.0	95.939	100.0	0.026094983535636048	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0173_000000005328	3137	0.7793936348024769	2	2	2	2	2	False	77909	fragment	False	CHI0173_000000005328	1.0		0	0	False	False	0.98342365026474	0					non-mobilizable	chromosome	3137.0	99.426	100.0	0.0005759505387782208	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ENG0165_000000008070	2390	0.7793932840023626	3	2	2	2	2	False	112749	fragment	False	ENG0165_000000008070	1.0		0	0	False	True	0.9974895119667053	0					non-mobilizable	no_good_hit	2085.0	74.34100000000001	86.0	0.251066422912858	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0065_01_000000006166	1862	0.7793932840023626	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.14622179518513062	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1047.0	97.61200000000001	56.0	0.010102863765876274	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0049_01_000000000827	4602	0.7793877960419902	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.09816377736905382		0	0	False	False	1.0	0					non-mobilizable	chromosome	4602.0	99.95700000000001	100.0	0.0010219470968573072	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0812_000000021131	1872	0.7793871528635375	3	3	3	3	2	False	31523	fragment	False	ISR0804_000000009797	0.9567774936061381		0	0	False	False	0.999465823173523	0					non-mobilizable	chromosome	1896.0	83.492	100.0	0.0006274114866791184	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AUS0022_000000006199	5718	0.7793855899421976	5	5	5	5	5	False	99411	fragment	False	AUS0022_000000006199	0.9931596701649175		0	0	False	False	0.999650239944458	0					non-mobilizable	other	5722.0	98.56700000000001	100.0	0.02213445782011829	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ENG0152_000000000914	21686	0.7793837331332333	21	12	9	11	6	False	57068	maximal	True	ENG0152_000000000914	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	0.0	2.1183378275324107e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0010_000000015773	1379	0.7793800111859054	2	2	2	2	1	False	67259	maximal	True	ENG0010_000000015773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	80.60600000000001	24.0	4.977035622790014e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ISR0034_000000004420	4435	0.7793796292440953	4	3	3	3	3	False	36852	maximal	True	ISR0034_000000004420	1.0		45	7	False	False	0.9898534417152405	0					non-mobilizable	other	3377.0	98.904	94.0	0.0014022565697547878	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
SPA0105_000000012286	2072	0.7793785733422053	3	2	1	2	1	True	112651	fragment	False	SPA0105_000000012286	1.0		0	0	False	False	0.9980695247650146	0					non-mobilizable	no_good_hit	115.0	86.087	6.0	0.0046843261617543425	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0277_000000006464	1487	0.7793785733422053	3	2	1	2	1	True	112649	fragment	False	ISR0277_000000006464	1.0		0	0	False	False	0.9932750463485718	0					non-mobilizable	no_good_hit								True	True
FIJ0144_000000025088	1271	0.7793784689245764	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.35035500908925854		0	0	False	False	1.0	0					non-mobilizable	chromosome	1272.0	91.588	100.0	0.0004423248790839239	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0008_000000016811	1812	0.7793736827069223	3	3	3	3	1	False	88573	fragment	False	SPA0008_000000016811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	5.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
ENG0042_000000006185	4354	0.7793726004634829	4	3	3	1	1	False	64709	maximal	True	ENG0042_000000006185	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0096_000000001986	12603	0.7793680557353978	17	10	4	8	7	True	120551	fragment	False	ENG0080_000000001609	0.9699736940999624		0	0	False	False	1.0	0					non-mobilizable	chromosome	12528.0	99.84	99.0	0.0022268290324323863	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0312_000000009186	1910	0.779363695943629	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.4548346273562124		0	0	False	False	0.9989528656005859	0					non-mobilizable	chromosome	1912.0	97.751	100.0	0.0005337324805182047	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0055_000000019663	1811	0.779363695943629	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.40848881821595523		0	0	False	False	1.0	0					non-mobilizable	chromosome	1800.0	95.72200000000001	99.0	0.0005026657236553203	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0188_000000014485	1761	0.779363695943629	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.15842657063883445		0	0	False	False	1.0	0					non-mobilizable	chromosome	1763.0	95.916	100.0	0.0004925900187268171	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0112_000000021072	1575	0.779363695943629	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.11380009885015481		0	0	False	False	1.0	0					non-mobilizable	chromosome	1582.0	92.09899999999999	100.0	0.0004405322099295512	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0143_000000006499	5184	0.7793609654766069	6	4	3	3	3	True	105453	fragment	False	ISR0143_000000006499	1.0		0	0	False	True	0.9849537014961243	0					non-mobilizable	chromosome	5184.0	100.0	100.0	0.000977436916376057	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ENG0129_000000003227	7642	0.7793557981352186	11	5	3	4	4	False	114773	maximal	True	ENG0129_000000003227	1.0		1	1	False	False	0.9997382760047913	0					non-mobilizable	no_good_hit	1435.0	95.889	51.0	0.00045136296169750296	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0085_000000014277	2073	0.7793345191754466	3	3	3	3	3	False	84482	fragment	False	DEN0085_000000014277	0.9695382438815833		0	0	False	False	0.9995176196098328	0					non-mobilizable	chromosome	2073.0	100.0	100.0	0.00041468804231419146	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
MON0057_000000009317	2684	0.7793341764113566	3	3	2	3	1	True	52604	fragment	False	MON0057_000000009317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	91.88600000000001	18.0	0.008683940027646829	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0058_000000004048	4306	0.7793321501620374	5	5	3	5	3	False	131403	fragment	False	CHI0186_000000004475	0.9516689847009736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	76.077	5.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
AST0025_000000013221	2677	0.7793212415675673	4	2	0	0	2	False	130024	maximal	True	AST0025_000000013221	1.0	PS1072	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.171	32.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
CHI0116_000000002824	6809	0.7793196447421228	11	10	3	7	9	False	132521	backbone	False	USA0060_01_000000001071	0.023073463069546093	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	6523.0	99.87700000000001	96.0	0.2437310811315819	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
FIJ0139_000000020409	1312	0.7793183914126729	1	1	1	1	1	False	43803	fragment	False	FIJ0139_000000020409	0.9343675417661097		0	0	False	False	0.9946646094322205	0					non-mobilizable	other	1321.0	76.76	99.0	0.0016365380636180658	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
MON0011_000000016653	2832	0.7793170163952587	4	3	2	3	1	False	13693	fragment	False	MON0011_000000016653	1.0		0	0	False	False	0.9600988626480103	0					non-mobilizable	no_good_hit	53.0	96.226	2.0	0.0009040805327120677	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
CHI0128_000000006858	1171	0.7793165020077748	2	1	1	1	1	False	81305	fragment	False	CHI0128_000000006858	1.0		0	0	False	False	1.0	0					non-mobilizable	other	629.0	100.0	100.0	0.003284810887997364	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0146_000000008362	4581	0.7793071706199229	5	3	3	3	2	True	31035	maximal	True	ISR0146_000000008362	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0026_000000012382	1821	0.7793068227705254	3	3	3	2	2	False	129912	fragment	False	ISR0026_000000012382	1.0		0	0	False	False	0.9994508624076843	0					non-mobilizable	no_good_hit	1552.0	99.485	85.0	0.021614234716644355	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0055_01_000000010764	2542	0.7793058480452023	4	4	4	4	4	False	92591	fragment	False	USA0055_01_000000010764	0.9830304614848371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1928.0	83.506	76.0	0.00035728167756574064	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
SPA0129_000000010727	2522	0.7793058480452023	4	4	4	4	4	False	92591	fragment	False	USA0055_01_000000010764	0.9804688118555898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1938.0	77.967	77.0	0.02033213026957801	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
SPA0098_000000014244	2519	0.7793058480452023	4	4	4	4	4	False	92591	fragment	False	USA0055_01_000000010764	0.9788909099618757		0	0	False	False	0.9988090395927429	0					non-mobilizable	no_good_hit	1938.0	77.967	77.0	0.02033213026957801	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
ISR0077_000000000973	18475	0.7793004186992932	26	8	4	7	5	False	34541	maximal	True	ISR0077_000000000973	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	95.745	0.0	8.909222575427705e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
AST0084_000000011258	2986	0.7792981813466411	4	2	2	2	2	False	111521	fragment	False	AST0084_000000011258	0.9717577081202281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.945	9.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0011_000000027406	1708	0.7792916350059225	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9699320294374391		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.40799999999999	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0006_000000008068	2956	0.7792802900643689	3	3	3	2	2	False	67613	maximal	True	ENG0006_000000008068	1.0		14	5	False	False	0.9979702234268188	0					non-mobilizable	chromosome	2242.0	99.955	99.0	0.0003165419214645509	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MON0062_000000022319	1634	0.7792742423617829	3	2	2	2	2	True	114350	fragment	False	CHI0109_000000010540	0.7739739816516471		0	0	False	False	0.9975520372390747	0					non-mobilizable	no_good_hit	881.0	82.406	53.0	0.3576702214930271	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
MON0077_000000018218	2291	0.7792741715332736	3	3	3	3	2	False	123076	fragment	False	MON0077_000000018218	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2291.0	94.369	100.0	0.0009426665974801274	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0812_000000007398	5169	0.7792702457688835	13	3	2	3	1	True	88416	fragment	False	ENG0046_000000003507	0.48482020043230495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0066_000000018649	1171	0.7792700700544253	1	1	1	1	1	False	62701	fragment	False	ENG0066_000000018649	1.0		0	0	False	False	0.9846284985542297	0					non-mobilizable	no_good_hit								True	False
ISR0824_000000010351	2120	0.7792609548055703	4	1	1	1	1	False	22666	fragment	False	ISR0824_000000010351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	97.26799999999999	9.0	4.805028065852118e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ISR0396_000000018356	1268	0.7792609548055703	2	1	1	1	1	False	22665	fragment	False	ISR0396_000000018356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0333_000000008654	2507	0.7792608206707572	3	3	3	3	3	False	24546	maximal	True	ISR0333_000000008654	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2528.0	79.786	100.0	0.0237603697109739	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
MAD0047_000000044080	1106	0.7792563265880696	2	2	2	1	1	False	17590	fragment	False	MAD0047_000000044080	1.0		0	0	False	False	0.9927667379379272	0					non-mobilizable	other	1053.0	95.726	94.0	0.0002579271532320209	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0398_000000016779	1360	0.7792445391893283	2	2	2	2	1	False	55761	maximal	True	ISR0398_000000016779	0.9980988593155893		273	13	False	False	1.0	0					non-mobilizable	chromosome	1365.0	82.125	99.0	0.00046811844965304164	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0069_000000007143	3418	0.7792435528460909	5	3	3	3	2	False	114768	fragment	False	ISR0069_000000007143	0.9891070880638233		0	0	False	False	0.99765944480896	0					non-mobilizable	no_good_hit	978.0	97.751	50.0	0.0003079480541749025	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0808_000000007903	2037	0.7792338313288936	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.21658648023849156		0	0	False	False	0.9798723459243774	0					non-mobilizable	no_good_hit	577.0	78.51	28.0	0.00012902389005441225	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0293_000000018491	1916	0.7792338313288936	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.18133085066887622		0	0	False	False	0.9994781017303467	0					non-mobilizable	no_good_hit	549.0	86.885	29.0	0.01237164698964129	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0218_000000001773	7611	0.7792324831921567	3	1	1	1	1	False	89078	fragment	False	ISR0218_000000001773	1.0		0	0	False	False	0.999868631362915	0					non-mobilizable	no_good_hit	3512.0	97.95	76.0	0.02823096158948917	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0089_000000014887	1380	0.7792188855526285	1	1	1	1	1	False	61280	fragment	False	ENG0089_000000014887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	87.721	86.0	0.00026420061573917153	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	False
ISR0152_000000005033	4903	0.7792172045918144	4	4	4	4	4	False	94089	fragment	False	ISR0152_000000005033	1.0		0	0	False	False	0.9997960329055786	0					non-mobilizable	other	2987.0	84.33200000000001	96.0	0.08151845959734488	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
BAN0020_000000000830	2093	0.779200458857542	5	5	5	3	3	False	97739	maximal	True	BAN0020_000000000830	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	73.27	15.0	0.00010733960991763475	CP010554.1	b-proteobacteria	Rugosibacter aromaticivorans strain Ca6, complete genome	True	False
DEN0041_000000013709	2483	0.7791989781072606	5	4	3	2	2	False	73125	maximal	True	DEN0041_000000013709	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	588.0	99.66	24.0	0.00018837637535613403	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
DEN0053_000000002677	3242	0.7791930536628692	4	4	3	4	3	False	77526	maximal	True	DEN0053_000000002677	1.0		81	11	False	False	0.9941394329071045	0					non-mobilizable	no_good_hit	2370.0	97.553	73.0	0.022434561915224062	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	True	False
MAD0053_000000002398	5468	0.779192314134011	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.7157783283518248	PS931	0	0	True	True	0.9987198114395142	6					non-mobilizable	plasmid	5469.0	99.90899999999999	100.0	0.04506680073517897	CP057445.1	enterobacteria	Escherichia coli strain RHB26-C21 plasmid pRHB26-C21_2, complete sequence	False	True
ENG0123_000000002114	5024	0.779192314134011	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6704241349451486	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5024.0	99.98	100.0	0.04139914778580907	CP057445.1	enterobacteria	Escherichia coli strain RHB26-C21 plasmid pRHB26-C21_2, complete sequence	False	True
MAD0103_000000021643	1154	0.7791907872294889	2	2	2	2	1	False	24893	maximal	False	ISR0324_000000026783	0.9961005199306758		0	0	False	False	0.998266875743866	0					non-mobilizable	no_good_hit	842.0	73.99	71.0	0.02009473581404434	NZ_CBYM010000030.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0324_000000026783	1154	0.7791907872294889	2	2	2	2	1	False	24893	maximal	True	ISR0324_000000026783	0.9961005199306758		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	73.872	71.0	0.02009473581404434	NZ_CBYM010000030.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MON0018_000000020393	1099	0.7791803804652291	1	1	1	1	1	False	13248	fragment	False	MON0018_000000020393	1.0		0	0	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit	164.0	74.39	15.0	3.011427251074401e-05	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0214_000000008574	3180	0.7791722868028129	2	2	2	2	2	False	28230	maximal	True	ISR0214_000000008574	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0004110840438489647	NZ_QRHR01000012.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf12, whole genome shotgun sequence	True	False
ISR0379_000000001939	8521	0.7791665957533941	10	7	6	5	6	False	116175	fragment	False	ISR0379_000000001939	0.9808635635224388		0	0	False	False	0.9977701902389526	0					non-mobilizable	no_good_hit	2262.0	93.72200000000001	49.0	0.0005104243309504481	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0082_000000003192	7939	0.7791590866836178	8	8	5	5	6	True	132386	maximal	True	ISR0082_000000003192	1.0	PS1159|PS463	6	5	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4880.0	99.91799999999999	63.0	0.47894375184058113	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	True	True
DEN0079_000000019366	2803	0.7791520242443467	4	3	3	2	2	True	69596	maximal	True	DEN0079_000000019366	1.0		1	1	False	False	0.9921512603759766	0					non-mobilizable	no_good_hit	522.0	95.211	19.0	0.004278849318675532	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0066_000000024781	1352	0.7791488829020278	1	1	1	1	1	False	45299	maximal	True	FIJ0066_000000024781	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	72.296	61.0	0.00024021795442503817	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
FIJ0075_000000009022	2145	0.7791459316810401	3	3	3	3	3	False	52035	fragment	False	FIJ0115_000000011264	0.9941854373590491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	38.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0127_000000008937	2140	0.7791459316810401	3	3	3	3	3	False	52035	fragment	False	FIJ0115_000000011264	0.9939983515255755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	38.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0055_000000006465	2139	0.7791459316810401	3	3	3	3	3	False	52035	fragment	False	FIJ0115_000000011264	0.9939670429325757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	38.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0101_000000013023	2139	0.7791459316810401	3	3	3	3	3	False	52035	fragment	False	FIJ0115_000000011264	0.9943728527690726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	38.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0146_000000008693	2138	0.7791459316810401	3	3	3	3	3	False	52035	fragment	False	FIJ0115_000000011264	0.9941815236452517		0	0	False	False	0.9995322823524475	0					non-mobilizable	no_good_hit	827.0	79.081	38.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0115_000000011264	2138	0.7791459316810401	3	3	3	3	3	False	52035	fragment	False	FIJ0115_000000011264	0.9945294798693229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	38.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0398_000000000458	30252	0.7791456041478269	35	20	9	19	9	True	100675	backbone	False	SPA0056_000000000367	0.912158418414878	PS581	0	0	False	True	1.0	0					non-mobilizable	plasmid	13242.0	96.405	99.0	0.2132365981459089	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ISR0153_000000010619	2602	0.7791283565931375	3	3	3	2	2	False	129880	fragment	False	ISR0058_000000009569	0.9567546880979717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1461.0	79.808	56.0	0.00032336689702199787	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0035_000000016391	1354	0.7791264463335734	2	1	1	1	1	False	18758	maximal	True	MAD0035_000000016391	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	239.0	99.58200000000001	18.0	0.001982127539080393	NZ_QRML01000010.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf10, whole genome shotgun sequence	True	False
AUS0006_000000005926	3743	0.7791241140384922	4	4	4	3	3	False	111487	fragment	False	DEN0083_000000007165	0.9905458792665582		0	0	False	False	1.0	0					non-mobilizable	other	3684.0	99.973	100.0	0.00070243108289011	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
FIJ0064_000000001547	14809	0.779111778227688	15	7	5	6	3	True	53596	fragment	False	FIJ0064_000000001547	0.9709822419854154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	99.09899999999999	1.0	0.0005411654736427816	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	True
ISR0782_000000002232	6097	0.7791106685391491	9	4	2	4	1	True	103667	maximal	True	ISR0782_000000002232	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	96.277	3.0	0.0004474864972152386	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	True	True
ENG0119_000000012961	2519	0.7791054905262852	3	2	2	2	2	False	106928	fragment	False	ENG0119_000000012961	1.0		0	0	False	False	0.9932512640953064	0					non-mobilizable	other	2449.0	89.833	97.0	0.02757486388384755	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0118_000000012567	2419	0.7791054905262852	3	2	2	2	2	False	106935	fragment	False	AST0118_000000012567	1.0		0	0	False	False	0.9991732239723206	0					non-mobilizable	no_good_hit	2138.0	91.86200000000001	88.0	0.024183303085299455	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CAN0005_000000008816	1926	0.7791023119606544	3	3	2	3	3	True	95850	fragment	False	SPA0106_000000018188	0.6411648568608095		0	0	False	False	0.9948078989982605	0					non-mobilizable	no_good_hit	786.0	78.626	41.0	0.023671146627921056	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0065_000000014195	2328	0.7791020807255704	4	3	3	3	3	False	67880	maximal	True	ISR0065_000000014195	1.0		0	0	False	False	0.9965635538101196	0					non-mobilizable	other	2328.0	99.012	100.0	0.0006605721059731388	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0185_000000008439	2518	0.7790961303698072	3	3	3	2	2	False	113043	fragment	False	ENG0185_000000008439	1.0		0	0	False	False	0.9825258255004883	0					non-mobilizable	chromosome	2512.0	99.92	99.0	0.0010865332190980606	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
MAD0041_000000028437	1321	0.7790893233269163	2	2	2	2	2	False	61966	maximal	True	MAD0041_000000028437	1.0		55	11	False	False	0.9992430210113525	0					non-mobilizable	other	1321.0	96.44200000000001	100.0	0.0006325247079964062	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
SPA0102_000000011357	3199	0.7790844815881882	5	5	5	4	3	False	114384	fragment	False	SPA0102_000000011357	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2006.0	79.76100000000001	65.0	0.0006291344075057374	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0004_000000004918	5363	0.7790827282349199	4	3	2	3	3	False	69546	maximal	True	FIJ0004_000000004918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	0.04855562384757222	NZ_WNAJ01000070.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold70_size1627, whole genome shotgun sequence	True	False
ENG0157_000000011426	2200	0.779051337942356	3	3	3	2	2	False	128390	fragment	False	USA0132_01_000000007136	0.9558484939575328		0	0	False	False	0.975454568862915	0					non-mobilizable	no_good_hit	121.0	81.818	6.0	0.00014107257478609872	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0249_000000013435	1574	0.77904970217325	2	2	2	2	1	False	43911	fragment	False	ISR0346_000000015734	0.9620991693290286		0	0	False	False	0.981575608253479	0					non-mobilizable	chromosome	1575.0	96.12700000000001	100.0	0.000548287655475975	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CAN0008_000000007459	3822	0.7790439451659587	5	4	4	4	3	False	95048	fragment	False	CAN0008_000000007459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	77.736	7.0	0.025826550095467794	NZ_ADFP01000017.1	bacteria	Pyramidobacter piscolens W5455 contig00259, whole genome shotgun sequence	True	False
MON0033_000000010072	6818	0.7790374712672017	6	3	3	3	1	True	103592	maximal	True	MON0033_000000010072	1.0		1	1	False	False	0.993106484413147	0					non-mobilizable	no_good_hit								True	True
FIJ0140_000000013816	2246	0.7790332740062132	3	3	3	3	3	False	40392	maximal	True	FIJ0140_000000013816	1.0		8	4	False	False	0.9977738261222839	0					non-mobilizable	other	2210.0	95.882	98.0	0.12338025022341376	NZ_CABIWU010000046.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0103_000000004304	5706	0.7790320685207555	9	6	3	6	3	True	102955	maximal	True	ISR0103_000000004304	0.9691690421078984		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	86.12899999999999	5.0	0.00016494085692130394	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
ISR0222_000000034720	1282	0.7790304060683688	2	1	1	1	1	False	27848	maximal	True	ISR0222_000000034720	1.0		3	3	False	False	0.9906396269798279	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0002685658583165894	NZ_LWMW01000098.1	euryarchaeotes	Methanobrevibacter cuticularis strain DSM 11139 MBCUT_contig000098, whole genome shotgun sequence	True	False
ENG0149_000000001066	18998	0.7790283883416217	22	16	4	8	13	True	121604	fragment	False	ENG0149_000000001066	1.0		0	0	False	True	0.9998947381973267	0					non-mobilizable	other	12376.0	98.19	99.0	0.005289792048927047	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
ENG0079_000000027481	1188	0.7790216342918548	1	1	1	1	1	False	61786	maximal	True	ENG0079_000000027481	0.9712793733681462		9	5	False	False	0.996632993221283	0					non-mobilizable	no_good_hit	75.0	82.667	6.0	0.00020548249511284877	NZ_HG326224.1	firmicutes	Fenollaria massiliensis strain 9401234, whole genome shotgun sequence	True	False
FIJ0015_000000029520	1149	0.7790216342918548	1	1	1	1	1	False	61786	maximal	False	ENG0079_000000027481	0.9558080808080808		0	0	False	False	0.9991296529769897	0					non-mobilizable	no_good_hit	75.0	82.667	7.0	0.00020548249511284877	NZ_HG326224.1	firmicutes	Fenollaria massiliensis strain 9401234, whole genome shotgun sequence	True	False
ENG0131_000000020182	1302	0.7790164636580579	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8526334751714582		0	0	False	False	0.9992319345474243	0					non-mobilizable	other	995.0	92.36200000000001	95.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0804_000000002431	7490	0.7790033566540967	8	5	2	4	3	False	111826	maximal	False	ENG0171_000000002670	0.8887133386495357		0	0	False	True	0.9997329711914062	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.020964360587002098	XM_003667618.1	budding yeasts	Naumovozyma dairenensis CBS 421 hypothetical protein (NDAI0A02650), partial mRNA	True	True
CHI0163_000000001500	6082	0.7789907711463879	6	5	3	5	5	False	117788	fragment	False	CHI0163_000000001500	1.0		0	0	False	True	0.9998355507850647	0					non-mobilizable	no_good_hit	4026.0	99.404	68.0	0.0008170875022558721	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	True
ENG0055_000000001164	15726	0.7789893063474675	18	8	7	7	4	False	114548	fragment	False	ENG0055_000000001164	1.0		0	0	False	False	0.9999364018440247	0					non-mobilizable	no_good_hit	96.0	95.833	1.0	0.11477411477411477	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
FIJ0012_000000005533	4154	0.7789838291121792	4	4	4	3	3	False	90168	fragment	False	FIJ0012_000000005533	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4081.0	100.0	100.0	0.0007928243180982165	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
USA0086_01_000000007505	2345	0.7789837495214162	6	4	3	3	2	True	445	maximal	True	USA0086_01_000000007505	1.0		1	1	False	False	0.9927505254745483	0					non-mobilizable	no_good_hit	1000.0	100.0	43.0	0.02656985558126546	NZ_WNAJ01000033.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold33_size37599, whole genome shotgun sequence	True	True
ENG0141_000000017360	1534	0.7789834532046954	1	1	1	1	1	False	117884	maximal	True	ENG0141_000000017360	0.9535958039973993		226	11	False	False	0.9810951948165894	0					non-mobilizable	other	1569.0	73.741	99.0	0.0011368923026787749	NZ_NQOF01000001.1	firmicutes	Blautia hominis strain KB1 KB1_contig1, whole genome shotgun sequence	False	False
DEN0096_000000018758	2368	0.7789818943008632	3	3	3	3	3	False	68181	fragment	False	DEN0096_000000018758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.005488605178379668	NZ_MDEJ01000158.1	g-proteobacteria	Xanthomonas populi strain CFBP1817 Xpo-CFBP1817-G1158, whole genome shotgun sequence	True	False
MON0001_000000015002	2314	0.7789804772076265	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.16362102615710825		0	0	False	False	0.9961106181144714	0					non-mobilizable	other	2316.0	97.45299999999999	100.0	0.0006423180098971958	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MAD0042_000000004484	4690	0.7789767048103738	7	7	3	7	6	False	97712	maximal	True	MAD0042_000000004484	1.0		2	1	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	2662.0	100.0	100.0	0.01714882291149764	CP026940.2	enterobacteria	Escherichia coli strain CFS3313 plasmid pCFS3313-1, complete sequence	False	True
ENG0005_000000015285	1558	0.7789690659453746	3	2	2	1	2	False	67661	maximal	True	ENG0005_000000015285	1.0		1	1	False	False	0.9839537739753723	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	8.54494641815952e-06	CP027780.1	firmicutes	Clostridium botulinum strain Mfbjulcb3 chromosome, complete genome	True	False
CHI0153_000000000232	40816	0.7789671476007285	53	20	11	17	12	False	105654	fragment	False	CHI0153_000000000232	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	2.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
ISR0171_000000027270	1124	0.7789645059705894	2	1	1	1	1	False	29952	maximal	True	ISR0171_000000027270	1.0		0	0	False	False	0.958185076713562	0					non-mobilizable	no_good_hit								True	False
FIJ0004_000000011506	2293	0.7789594369729923	2	2	2	2	2	False	100823	fragment	False	FIJ0004_000000011506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	83.241	50.0	0.0035512962823971844	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0074_000000002071	10233	0.7789486314135529	17	7	1	5	3	False	62193	fragment	False	ENG0074_000000002071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0080_01_000000002519	13796	0.7789446735257505	18	8	3	8	1	True	118907	fragment	False	USA0080_01_000000002519	1.0		0	0	False	False	0.9992026686668396	0					non-mobilizable	other	12383.0	97.99700000000001	99.0	0.003315802764632901	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0058_01_000000009125	2085	0.7789437596873299	4	4	4	4	3	False	71707	fragment	False	USA0058_01_000000009125	0.9885451469776851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	78.32	73.0	0.016087890687016437	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
FIJ0030_000000003070	7925	0.7789434383974808	6	6	6	5	4	False	116272	maximal	True	FIJ0030_000000003070	1.0	PS761	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	132.0	79.545	2.0	0.00020751226064807187	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	True
ISR0025_000000022633	1739	0.7789390531163907	4	3	2	3	1	False	124353	fragment	False	FIJ0039_000000009941	0.1532198346085481		0	0	False	False	0.9976998567581177	0					non-mobilizable	other	1743.0	96.67200000000001	100.0	0.010027993134194247	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0021_000000016162	3061	0.7789383335544658	3	3	3	3	3	False	52138	fragment	False	MON0011_000000015764	0.9561081449027586		0	0	False	False	0.9996733069419861	0					non-mobilizable	other	3063.0	95.103	100.0	0.13653399964304835	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0208_000000009046	3375	0.7789331041501956	4	3	1	1	2	True	113129	backbone	False	AST0058_000000004592	0.9605911960055167	PS729	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	219.0	84.475	9.0	0.07989497374343586	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0065_000000005744	4823	0.7789291246142942	9	6	3	4	4	True	94017	fragment	False	ENG0065_000000005744	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	3917.0	99.18299999999999	96.0	0.11408750400792841	JQ680350.1	viruses	Unidentified phage clone 1013_scaffold47 genomic sequence	False	True
SPA0093_000000001623	19381	0.7789240417142236	19	12	8	8	8	True	95128	maximal	True	SPA0093_000000001623	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6427.0	97.215	75.0	0.0028533471493526865	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CHI0064_000000001335	10695	0.7789189311958374	11	10	10	10	10	False	125932	maximal	True	CHI0064_000000001335	1.0		2	1	False	False	0.9968209266662598	0					non-mobilizable	other	8193.0	97.14399999999999	93.0	0.04772423922736625	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0141_000000012594	2704	0.7788922022438259	5	3	3	3	1	True	69757	fragment	False	ISR0141_000000012594	1.0		0	0	False	False	0.9907544255256653	0					non-mobilizable	plasmid	1371.0	99.635	92.0	0.1694495980210266	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	False	True
ENG0068_000000008824	2680	0.7788922022438259	4	3	3	3	1	True	68185	fragment	False	ENG0068_000000008824	1.0		0	0	False	False	0.999626874923706	0					non-mobilizable	no_good_hit	1371.0	99.56200000000001	64.0	0.1694495980210266	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0151_000000009008	2154	0.7788922022438259	3	3	3	3	1	True	30770	fragment	False	ISR0151_000000009008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1371.0	99.635	79.0	0.1694495980210266	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0107_000000018016	1662	0.7788905881486373	2	2	2	2	2	False	72276	fragment	False	ISR0346_000000010486	0.34632895283471465		0	0	False	False	0.9975932836532593	0					non-mobilizable	chromosome	1660.0	99.337	99.0	0.00047188729317598066	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0034_000000001474	8483	0.7788903946764301	11	11	5	9	9	True	109402	maximal	True	MAD0034_000000001474	1.0		1	1	False	False	0.9994105696678162	0					non-mobilizable	plasmid	6807.0	99.515	97.0	0.052658051536021044	CP026930.2	enterobacteria	Escherichia coli strain CFS3246 plasmid pCFS3246-1, complete sequence	False	True
SPA0107_000000022855	1445	0.7788880537772142	3	2	2	1	1	False	31174	fragment	False	ISR0142_000000002115	0.9771152220385356		0	0	False	False	0.9986159205436707	0					non-mobilizable	no_good_hit	514.0	91.829	35.0	0.001017324258721622	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
ISR0344_000000008374	3736	0.7788843247878954	6	2	2	2	2	False	62470	fragment	False	ISR0344_000000008374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2040.0	97.696	55.0	0.6724934036939314	MK231496.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_8_c1 sequence	True	False
MAD0066_000000025054	1338	0.7788831972396881	3	2	2	2	1	True	42957	fragment	False	MAD0066_000000025054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0096_000000031092	1230	0.7788831972396881	2	2	2	2	1	True	42956	fragment	False	FIJ0096_000000031092	1.0		0	0	False	False	0.9991869926452637	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	2.436104897733888e-06	LN590717.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG12, chromosome: 12	True	True
USA0036_01_000000015526	2192	0.778877153975173	2	1	1	1	1	False	1385	fragment	False	USA0036_01_000000015526	1.0		0	0	False	False	0.9972627758979797	0					non-mobilizable	no_good_hit	58.0	100.0	3.0	0.011368169126445952	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ENG0203_000000003738	3978	0.7788769766208442	6	5	3	4	3	False	64019	fragment	False	ENG0203_000000003738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0109_000000003143	4318	0.7788710839933868	5	5	4	5	4	False	100434	fragment	False	MAD0109_000000003143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2089.0	72.666	48.0	0.004951861609391345	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0005_000000000807	22814	0.7788710433661892	19	6	4	6	4	True	128793	maximal	True	AST0005_000000000807	1.0		2	2	False	False	0.9999561905860901	0					non-mobilizable	no_good_hit	78.0	96.154	0.0	2.081970701534899e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0284_000000011314	1304	0.7788700108393499	2	1	1	1	1	False	111654	maximal	True	ISR0284_000000011314	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	87.89200000000001	90.0	0.006645714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0051_000000015407	1230	0.7788700108393499	2	1	1	1	1	False	86562	maximal	True	CHI0051_000000015407	1.0		0	0	False	False	0.9463414549827576	0					non-mobilizable	no_good_hit	946.0	90.59200000000001	76.0	0.005365714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0107_000000007919	3369	0.7788647999671628	3	3	3	3	2	False	121381	maximal	True	ENG0107_000000007919	1.0		1	1	False	False	0.9866428971290588	0					non-mobilizable	no_good_hit	2078.0	99.182	89.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0096_000000024409	1695	0.7788633511629705	3	2	1	2	2	False	41834	fragment	False	SPA0096_000000024409	1.0		0	0	False	False	0.9952802062034607	0					non-mobilizable	no_good_hit	80.0	81.25	5.0	0.001771051360489454	NZ_LDAQ01000016.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_16, whole genome shotgun sequence	True	False
FIJ0114_000000027203	1491	0.7788633511629705	3	2	1	2	2	False	41833	fragment	False	FIJ0114_000000027203	0.9880281690140845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	4.0	3.120443443380972e-05	NZ_LT574838.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
SPA0041_000000023719	1420	0.7788633511629705	2	2	1	2	2	False	41833	fragment	False	FIJ0114_000000027203	0.9644533869885983		0	0	False	False	0.9943661689758301	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	4.0	2.780031431375775e-05	NZ_LT574838.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
ISR0105_000000008294	2233	0.7788627167677804	3	3	3	3	3	False	118754	fragment	False	ENG0086_000000010920	0.3040559840045701		0	0	False	False	0.9973130226135254	0					non-mobilizable	other	1495.0	86.95700000000001	99.0	0.006743877865921179	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0079_000000013343	2102	0.7788608866280935	3	3	3	3	3	False	52595	maximal	False	FIJ0116_000000008137	0.9572272069729677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	77.752	45.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
USA0016_01_000000001797	11938	0.7788554868256048	17	8	5	5	7	True	1924	maximal	True	USA0016_01_000000001797	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	75.131	5.0	0.00015817358294208778	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	True
ISR0774_000000003268	6933	0.7788382472175523	6	6	5	5	5	False	54778	maximal	True	ISR0774_000000003268	1.0		1	1	False	False	0.9982691407203674	0					non-mobilizable	no_good_hit	2156.0	99.304	31.0	0.000528358379481944	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0008_000000004608	4876	0.7788360456398941	8	6	5	6	5	False	99592	fragment	False	ENG0008_000000004608	0.9831968073934048		0	0	False	False	1.0	0					non-mobilizable	chromosome	4876.0	100.0	100.0	0.0008898235940695949	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0227_000000007554	3528	0.7788335004914344	4	4	4	4	4	False	56157	fragment	False	ISR0227_000000007554	1.0		0	0	False	False	0.9994331002235413	0					non-mobilizable	other	3529.0	98.92299999999999	100.0	0.02446551042627407	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
MAD0024_000000000012	86892	0.7788168468827827	114	23	13	19	11	True	20049	fragment	False	MAD0024_000000000012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	97.25200000000001	1.0	0.0001663199444295715	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
USA0083_01_000000008548	3601	0.778803614276286	4	4	4	4	4	False	131408	fragment	False	SPA0109_000000006156	0.42824406594725184		0	0	False	False	0.9994446039199829	0					non-mobilizable	no_good_hit	808.0	74.876	22.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
CHI0077_000000000412	23683	0.7788016666089127	30	24	4	10	22	True	102006	maximal	True	CHI0077_000000000412	1.0		4	3	False	False	0.9999155402183533	0					non-mobilizable	no_good_hit	16155.0	99.542	75.0	0.003915594227971418	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	True
ISR0780_000000006480	1833	0.7787959649983006	2	2	2	2	2	False	22306	fragment	False	ISR0780_000000006480	1.0		0	0	False	False	0.9994544386863708	0					non-mobilizable	no_good_hit	111.0	78.378	6.0	3.595618140026688e-05	NC_013959.1	b-proteobacteria	Sideroxydans lithotrophicus ES-1, complete sequence	True	False
ISR0775_000000013903	1415	0.7787910619845959	3	2	1	2	1	False	52844	fragment	False	ISR0775_000000013903	1.0		0	0	False	False	0.9957597255706787	0					non-mobilizable	other	1034.0	99.516	100.0	0.00030882365690857653	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0016_000000007408	2793	0.7787799984347714	7	5	3	3	4	False	86731	maximal	True	ISR0016_000000007408	1.0		4	2	False	False	0.9931972622871399	0					non-mobilizable	no_good_hit	1185.0	81.688	42.0	0.0003665748075797458	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0069_000000009330	1146	0.7787652672661575	2	2	2	2	2	False	85024	maximal	True	CHI0069_000000009330	1.0		0	0	False	False	0.9642233848571777	0					non-mobilizable	no_good_hit	898.0	88.419	77.0	0.0002468547707483254	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0122_000000009957	1435	0.778760000433055	2	2	2	2	1	True	81750	fragment	False	CHI0122_000000009957	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	84.588	100.0	0.0004308711561470848	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0097_000000006420	4851	0.7787580183876825	6	4	3	2	2	False	13941	maximal	True	MON0097_000000006420	1.0		16	4	False	False	0.9997938275337219	0					non-mobilizable	no_good_hit	445.0	73.708	9.0	0.00012472557519325328	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0160_000000007385	2892	0.7787578594498441	3	3	3	1	1	True	79359	maximal	True	ENG0160_000000007385	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2079.0	87.01299999999999	72.0	0.0006743897016954969	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
SPA0136_000000013189	3033	0.7787564308691484	5	4	4	3	3	False	12520	maximal	False	MON0054_000000013576	0.9816352603002236		0	0	False	False	0.9996702671051025	0					non-mobilizable	no_good_hit	1188.0	76.347	39.0	0.00040235863040412366	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0153_000000016506	1741	0.7787523244848206	3	3	3	3	3	False	108449	fragment	False	ISR0153_000000016506	1.0		0	0	False	False	0.993681788444519	0					non-mobilizable	chromosome	1731.0	100.0	99.0	0.0003361730564485085	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
ENG0123_000000001739	6361	0.77875231215051	7	2	1	1	2	False	126486	backbone	True	ENG0123_000000001739	1.0	PS879|PS961|PS962	1	1	True	True	1.0	48					non-mobilizable	no_good_hit	1037.0	93.925	32.0	0.17719568567026195	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0118_000000019069	1293	0.7787519781844404	2	2	2	1	1	False	4240	maximal	True	SPA0118_000000019069	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	4.0	0.0006115730439421738	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0094_000000014929	1366	0.7787511313906863	3	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.05462248476686408		0	0	False	False	0.9985358715057373	0					non-mobilizable	other	1310.0	93.51100000000001	100.0	0.00039112051688955347	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
MAD0107_000000011275	3443	0.7787421886374628	5	4	2	3	4	False	122185	fragment	False	MAD0021_000000003876	0.7938467762691405		0	0	False	False	0.9997095465660095	0					non-mobilizable	other	3365.0	96.90899999999999	100.0	0.00100518272091202	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CAN0021_000000023184	1878	0.7787319938640851	4	3	2	3	2	False	91545	fragment	False	CAN0021_000000023184	0.9099194150560992		0	0	False	False	1.0	0					non-mobilizable	other	1885.0	91.194	100.0	0.1378425912355269	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
SPA0156_000000000120	30744	0.7787209569451109	31	26	5	17	19	True	115133	fragment	False	ENG0072_000000000397	0.9632510555375121		0	0	False	False	0.9999024271965027	0					non-mobilizable	chromosome	30744.0	99.906	100.0	0.005577723360669494	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
DEN0033_000000003021	9108	0.7787203758354074	9	5	2	4	5	False	90449	maximal	True	DEN0033_000000003021	1.0		9	5	False	False	0.9997804164886475	0					non-mobilizable	no_good_hit	5709.0	94.833	74.0	0.03435102986704969	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
FIJ0017_000000023872	1258	0.7787189885339713	2	2	2	2	1	False	50083	fragment	False	FIJ0017_000000023872	1.0		0	0	False	False	0.9936407208442688	0					non-mobilizable	no_good_hit	89.0	79.775	7.0	0.0002603220728901804	NZ_FNAF01000001.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
SPA0132_000000011611	3429	0.7787182073040909	4	4	4	4	4	False	46940	maximal	True	SPA0132_000000011611	1.0		2	2	False	False	0.9947506785392761	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00014904276084887064	NZ_KB905842.1	firmicutes	Propionispira raffinosivorans DSM 20765 F606DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
DEN0001_000000018401	2327	0.7787122585444883	3	2	2	2	2	False	126229	fragment	False	ENG0070_000000010541	0.9262399321746502		0	0	False	False	0.9978513121604919	0					non-mobilizable	no_good_hit	169.0	79.29	7.0	0.013206635529070703	NZ_BCFK01000060.1	high GC Gram+	Bifidobacterium aesculapii strain DSM 26737, whole genome shotgun sequence	True	False
CHI0092_000000004154	2359	0.7787112727564454	4	2	2	2	2	False	112455	fragment	False	CHI0092_000000004154	1.0		0	0	False	False	0.9953370094299316	0					non-mobilizable	other	2340.0	97.30799999999999	99.0	0.007412219546203575	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0101_000000022876	1268	0.7787097997412611	1	1	1	1	1	False	15070	maximal	True	MAD0101_000000022876	1.0		5	1	False	False	1.0	0					non-mobilizable	plasmid	1268.0	99.921	100.0	0.020923127735116835	AP009243.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-3 DNA, complete sequence	False	True
SPA0011_000000010026	1749	0.778707732511567	3	2	2	2	1	True	8038	maximal	True	SPA0011_000000010026	1.0		0	0	False	False	0.9971412420272827	0					non-mobilizable	no_good_hit	93.0	98.925	5.0	2.4404639534189707e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
CHI0010_000000004030	1907	0.7787067851145847	2	1	1	1	1	False	90304	maximal	True	CHI0010_000000004030	1.0		57	10	False	False	0.9994755983352661	0					non-mobilizable	no_good_hit	794.0	96.096	69.0	0.0003698366282838741	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0310_000000013650	1329	0.7787033079871125	2	2	2	2	2	False	36770	fragment	False	ISR0310_000000013650	0.9815950920245399		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	99.774	100.0	0.006552976472445919	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
MAD0039_000000011063	1358	0.7787027822009063	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.16179210572700795		0	0	False	False	1.0	0					non-mobilizable	chromosome	1358.0	100.0	100.0	0.0002268375766057409	CP050215.1	enterobacteria	Escherichia coli strain RM-069-MS chromosome	False	False
FIJ0153_000000006335	4357	0.778696617705688	5	2	2	2	2	False	89344	maximal	True	FIJ0153_000000006335	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	84.163	5.0	6.5156709290014e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0074_000000010426	3093	0.7786945417260079	4	4	4	3	2	False	121535	fragment	False	ISR0157_000000009724	0.982756234556926		0	0	False	False	0.9996767044067383	0					non-mobilizable	no_good_hit	1917.0	92.227	85.0	0.000342750205407992	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0213_000000012692	2055	0.7786932326544539	3	3	3	3	2	False	90231	maximal	True	ISR0213_000000012692	1.0		328	13	False	False	0.9523114562034607	0					non-mobilizable	other	1989.0	99.899	97.0	0.004633892213056481	NZ_NQCD01000079.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_1_length_429013_cov_62.7344_ID_1.ctg_1, whole genome shotgun sequence	False	False
CHI0087_000000002619	3143	0.7786860720808549	7	5	4	3	4	True	123556	backbone	False	ISR0826_000000002301	0.18054079800730582	PS902	0	0	False	True	0.9993636608123779	0					non-mobilizable	plasmid	3143.0	99.809	100.0	0.03196370258090113	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0095_000000000272	39562	0.7786847938684524	61	48	15	16	45	False	61006	maximal	True	ENG0095_000000000272	1.0		1	1	False	False	0.9999747276306152	0					non-mobilizable	plasmid	26920.0	99.98899999999999	97.0	0.09049101409909031	CP055544.1	enterobacteria	Citrobacter freundii strain RHBSTW-00269 plasmid pRHBSTW-00269_2, complete sequence	False	True
AST0028_000000006412	2679	0.7786762619703156	2	2	2	2	2	False	118826	maximal	True	AST0028_000000006412	1.0	PS451	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1831.0	75.532	68.0	0.010055635229320938	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0198_000000015615	2123	0.7786762619703156	2	2	2	2	2	False	106615	fragment	False	ISR0143_000000012781	0.319393662400975		0	0	False	False	0.99764484167099	0					non-mobilizable	no_good_hit	1545.0	99.87100000000001	77.0	0.008615927188718939	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0063_000000000225	27827	0.7786740284890158	38	18	6	9	12	False	91526	maximal	True	MAD0063_000000000225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1874.0	75.4	16.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
SPA0114_000000027127	1731	0.7786633201921489	4	4	2	4	4	False	97976	fragment	False	SPA0114_000000027127	1.0		0	0	False	False	0.9896013736724854	0					non-mobilizable	plasmid	1731.0	100.0	100.0	0.02545315442561205	LT985217.1	enterobacteria	Escherichia coli strain 715 genome assembly, plasmid: RCS103_p	False	True
FIJ0148_000000006385	2687	0.778637311558925	5	5	2	1	4	False	82715	maximal	True	FIJ0148_000000006385	1.0		1	1	False	False	0.9929289221763611	0					non-mobilizable	no_good_hit	1442.0	88.141	54.0	0.012625598400757537	CP042573.1	enterobacteria	Enterobacter hormaechei strain E5 plasmid pE5_002, complete sequence	True	False
ISR0376_000000007733	2947	0.778634736642201	6	2	1	2	1	True	100415	maximal	True	ISR0376_000000007733	1.0		7	3	False	False	0.9921954274177551	0					non-mobilizable	no_good_hit	713.0	98.177	24.0	0.0014888015774605478	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0021_000000000177	58053	0.7786338453525502	100	33	14	25	15	True	53046	maximal	True	ISR0021_000000000177	1.0		1	1	True	True	1.0	31					non-mobilizable	no_good_hit	5243.0	85.352	52.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0058_000000010071	3859	0.7786318943278975	7	5	3	3	3	False	66806	fragment	False	FIJ0135_000000006858	0.3803429123400145		0	0	False	False	0.9987043142318726	0					non-mobilizable	no_good_hit	1324.0	77.568	38.0	0.0031842044089729184	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0007_000000012078	1490	0.7786278711381169	2	2	2	2	2	False	126910	maximal	True	AST0007_000000012078	1.0		16	5	False	False	0.9926174283027649	0					non-mobilizable	no_good_hit	144.0	77.778	10.0	0.00012615101618669634	NZ_CABFVD010000001.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	False
SPA0046_000000015760	2005	0.7786254392227052	3	3	3	3	3	False	73380	fragment	False	SPA0046_000000015760	1.0		0	0	False	False	0.9910224676132202	0					non-mobilizable	no_good_hit	1102.0	79.673	68.0	0.0009200471492770221	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0169_000000013278	2313	0.7786250957399979	3	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.09300589007733273		0	0	False	False	1.0	0					non-mobilizable	other	2322.0	89.87899999999999	100.0	0.016464391216144073	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
SPA0063_000000015604	1144	0.7786141941340601	2	2	2	2	1	True	6114	fragment	False	SPA0063_000000015604	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	100.0	100.0	0.000306086460989776	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0112_000000010538	3005	0.7786051809570064	3	3	3	2	2	False	44446	maximal	True	ISR0112_000000010538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1105.0	92.21700000000001	37.0	0.004361102442454384	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
CHI0101_000000004261	3161	0.7786035421822783	4	3	3	2	3	False	83317	fragment	False	CHI0101_000000004261	0.9838043823436011		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1144.0	86.976	36.0	0.0005947164799509097	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
FIJ0114_000000019614	2008	0.7786034979556181	3	3	3	3	3	False	41863	maximal	True	FIJ0114_000000019614	0.9725841476655809		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	73.38	21.0	0.03146800121322414	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
DEN0061_000000040044	1103	0.7785981624408952	2	2	2	2	1	False	71757	fragment	False	DEN0061_000000040044	1.0		0	0	False	False	0.9918404221534729	0					non-mobilizable	chromosome	1095.0	87.306	99.0	0.0003792351997189198	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0047_000000025404	1527	0.7785873951924557	3	3	3	3	1	False	6656	maximal	True	SPA0047_000000025404	1.0		2	2	False	False	0.9967256188392639	0					non-mobilizable	no_good_hit	795.0	99.62299999999999	52.0	0.0002505463741143312	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
CHI0028_000000000778	9477	0.7785821789709747	9	7	5	7	4	False	88731	maximal	True	CHI0028_000000000778	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4749.0	87.387	84.0	0.002031229184933951	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0009_000000009686	1357	0.7785818520259002	2	2	2	1	2	False	67306	maximal	True	ENG0009_000000009686	1.0		157	13	False	False	0.9690493941307068	0					non-mobilizable	no_good_hit	458.0	84.49799999999999	38.0	0.00011915742345510437	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0083_000000001253	18006	0.7785808527966365	13	8	6	6	6	False	122671	maximal	True	ENG0083_000000001253	1.0		2	2	False	False	0.9997223019599915	0					non-mobilizable	no_good_hit	12271.0	95.29	68.0	0.005465270963109533	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0163_000000005078	1861	0.7785800557213508	1	1	1	1	0	True	131006	maximal	True	CHI0163_000000005078	1.0		0	0	False	False	0.9994626641273499	0					non-mobilizable	no_good_hit	1138.0	97.715	61.0	0.00237539128089211	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0143_000000018786	1556	0.7785800557213508	1	1	1	1	0	True	131005	fragment	False	ISR0143_000000018786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	97.109	76.0	0.002454849792048712	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0791_000000008303	2199	0.7785783700899368	3	2	2	2	1	False	22049	fragment	False	ISR0791_000000008303	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.531261429386558e-07	LK064800.1	birds	Apteryx australis mantelli genome assembly AptMant0, scaffold scaffold39	True	False
MAD0013_000000006755	3356	0.7785781481342178	3	3	3	3	3	False	119312	maximal	True	MAD0013_000000006755	1.0	PS818	12	4	False	True	0.9994040727615356	0					non-mobilizable	no_good_hit	1416.0	95.551	42.0	0.02471186974238794	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ISR0335_000000014270	1371	0.7785763189085152	2	2	2	2	1	False	33640	maximal	True	ISR0335_000000014270	1.0		230	14	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000002316	13088	0.7785583789160739	30	9	4	7	4	False	50740	maximal	True	FIJ0071_000000002316	1.0		1	1	False	False	0.9996943473815918	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	8.055341989544167e-06	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
DEN0012_000000001026	6199	0.7785533842611713	14	2	0	2	2	True	75493	maximal	True	DEN0012_000000001026	1.0		1	1	True	True	1.0	90					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.001124353496739375	NZ_JNJW01000011.1	mycoplasmas	Mycoplasma iners ATCC 19705 T395DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	True
ISR0244_000000009775	2459	0.7785522812662212	6	2	2	1	1	False	27195	maximal	True	ISR0244_000000009775	1.0		1	1	False	False	0.9983733296394348	0					non-mobilizable	no_good_hit	687.0	85.59	28.0	0.005810688945228089	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
AST0116_000000015756	1714	0.778550661185355	3	3	3	3	1	True	116013	fragment	False	FIJ0081_000000020765	0.7266815980401006		0	0	False	False	0.9871645569801331	0					non-mobilizable	chromosome	1714.0	99.708	100.0	0.0007875899379864932	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
ISR0058_000000016299	1621	0.7785475492056142	2	2	2	2	2	False	35485	fragment	False	ISR0058_000000016299	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1621.0	99.445	100.0	0.01330671989354624	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
SPA0042_000000023299	1455	0.7785431256399427	2	2	2	2	2	False	35302	fragment	False	SPA0042_000000023299	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1455.0	99.51899999999999	100.0	0.0012472659723867503	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MAD0035_000000005319	4275	0.7785423719398067	7	6	6	5	4	False	97676	maximal	True	MAD0035_000000005319	1.0		0	0	False	False	0.9981286525726318	0		MOBP			mobilizable	chromosome	3089.0	99.87100000000001	91.0	0.0005717101947702587	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	True
FIJ0015_000000010388	2842	0.7785417774031236	3	3	3	3	3	False	50365	fragment	False	FIJ0015_000000010388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	92.163	34.0	0.0007761189183045536	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
TAN0007_000000009989	3538	0.7785401799296734	6	3	1	3	2	True	46764	fragment	False	FIJ0051_000000006157	0.9568638090403789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	87.708	8.0	8.755905843849694e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0043_000000015520	1430	0.7785399229618273	2	2	2	2	1	False	87352	fragment	False	ENG0002_000000015195	0.9423105849221111		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	100.0	100.0	0.00027662217418060117	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0126_000000000282	35888	0.7785372189113091	43	12	6	11	6	True	81500	fragment	False	CHI0126_000000000282	1.0		0	0	False	False	0.9999721646308899	0					non-mobilizable	no_good_hit	257.0	74.319	1.0	0.00011100924207223738	NZ_AP019846.1	fusobacteria	Leptotrichia hongkongensis strain JMUB5056	True	True
MAD0041_000000006667	4261	0.7785352180138647	5	3	1	3	1	False	98556	maximal	True	MAD0041_000000006667	1.0	PS550	1	1	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0146_000000013086	3006	0.7785320530972821	4	3	3	2	2	False	59026	fragment	False	ISR0146_000000013086	1.0		0	0	False	False	0.9886893033981323	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000005015	6980	0.7785293632640018	11	6	6	6	4	True	69495	maximal	True	ISR0198_000000005015	1.0		7	1	False	False	0.99985671043396	0					non-mobilizable	no_good_hit	1529.0	99.935	38.0	0.01854278918499102	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0134_000000011386	2860	0.7785254953475524	3	2	2	2	2	False	49526	fragment	False	ISR0134_000000011386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
ENG0156_000000000995	15431	0.7785250375694409	23	15	7	11	7	True	101273	maximal	True	ENG0156_000000000995	1.0		3	3	False	False	0.9998055696487427	0					non-mobilizable	no_good_hit	4881.0	88.95700000000001	64.0	0.010332816266950947	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0207_000000014347	2059	0.778524892008799	2	2	2	2	1	False	63428	maximal	True	ISR0207_000000014347	1.0		6	3	False	False	0.9985429644584656	0					non-mobilizable	no_good_hit	289.0	82.353	14.0	7.67893269890335e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
CHI0164_000000004663	5087	0.7785241483492668	6	5	4	5	4	False	78422	maximal	True	CHI0164_000000004663	1.0		10	4	False	False	0.9976410269737244	0					non-mobilizable	no_good_hit	138.0	80.435	3.0	0.0007739585704529934	NZ_OFSM01000012.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0066_000000014803	2178	0.7785061419270715	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.7373339299778767		0	0	False	False	0.994490385055542	0					non-mobilizable	no_good_hit	753.0	77.689	34.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0069_000000014010	1771	0.7785061419270715	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.27991828571380123		0	0	False	False	0.9994353652000427	0					non-mobilizable	no_good_hit	753.0	77.556	42.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0107_000000011605	2284	0.7785027294616529	3	2	2	1	1	True	55770	maximal	True	FIJ0107_000000011605	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0053254437869822485	HG796297.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00289	True	True
AUS0022_000000010301	3437	0.7784960919880717	5	3	1	1	2	True	99353	maximal	True	AUS0022_000000010301	1.0	PS85	1	1	True	True	1.0	220	rep_cluster_1868				non-mobilizable	no_good_hit	1147.0	80.035	38.0	0.284	LN852747.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0056	True	True
FIJ0052_000000001507	14849	0.7784801174555049	16	7	5	5	4	True	53596	fragment	False	FIJ0064_000000001547	0.9578192103086818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	0.0003886552037979977	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	True
FIJ0122_000000014137	1135	0.7784789161268053	2	2	2	1	1	False	41393	fragment	False	FIJ0122_000000014137	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	99.912	100.0	0.00022111819118299987	CP023165.1	enterobacteria	Escherichia coli O22:H8 strain RM10809-3 chromosome, complete genome	False	False
ISR0068_000000014036	1470	0.7784780806677877	3	2	2	2	1	False	35015	fragment	False	ISR0068_000000014036	1.0		0	0	False	False	0.9394558072090149	0					non-mobilizable	no_good_hit	819.0	71.306	55.0	0.00032757883791814684	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
MON0058_000000027339	1861	0.7784759790128475	3	3	3	3	2	False	68321	fragment	False	MON0064_000000014250	0.9270975029766851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1202.0	76.123	64.0	0.0003333039186536095	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0251_000000005617	2585	0.7784732246587738	3	3	2	2	1	False	102621	fragment	False	ISR0251_000000005617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	96.984	50.0	0.053578833872439245	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
CHI0160_000000006232	4342	0.7784719809540706	5	2	1	2	1	True	78750	maximal	True	CHI0160_000000006232	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0017_000000005897	5388	0.7784711936946698	5	4	2	4	4	False	34646	fragment	False	MON0052_000000003849	0.9556855169324917		0	0	False	False	0.9994432330131531	0					non-mobilizable	no_good_hit	57.0	87.719	1.0	0.00048079399694352386	NZ_LFNG01000008.1	CFB group bacteria	Chryseobacterium koreense CCUG 49689 contig08, whole genome shotgun sequence	True	False
ENG0118_000000002277	6202	0.7784705983552619	6	3	3	3	3	False	123744	maximal	True	ENG0118_000000002277	1.0	PS903	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	3650.0	98.904	59.0	0.0006777570220627942	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
ENG0083_000000005655	3897	0.7784705983552619	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9427321376035147	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3537.0	99.71700000000001	91.0	0.0006573090592468569	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
MON0050_000000012899	2652	0.7784651178940913	4	4	4	3	2	False	99132	maximal	True	MON0050_000000012899	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	84.77	13.0	0.0003617386808109618	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0098_000000016587	2671	0.7784604965665376	4	4	4	4	2	False	129508	maximal	False	ISR0014_000000013527	0.9488638570886412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	78.843	80.0	0.010268944277324166	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0079_000000027673	2110	0.7784599175093427	3	3	3	3	3	False	69533	maximal	True	DEN0079_000000027673	1.0		110	12	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	74.30199999999999	25.0	0.0016829083196001663	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ISR0026_000000003577	6151	0.7784581901189649	5	5	5	5	2	True	37316	fragment	False	ISR0026_000000003577	1.0		0	0	False	False	0.9931718707084656	0					non-mobilizable	no_good_hit	974.0	77.926	16.0	0.005522036430500489	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
SPA0023_000000015974	1741	0.7784570446106729	3	3	3	3	3	False	31806	maximal	True	SPA0023_000000015974	1.0		28	6	False	False	0.9959793090820312	0					non-mobilizable	no_good_hit	1350.0	99.852	78.0	0.004283477968189857	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
FIJ0080_000000004834	5226	0.7784468701097086	3	3	2	3	2	False	44339	fragment	False	FIJ0080_000000004834	1.0		0	0	False	False	0.9986605644226074	0					non-mobilizable	no_good_hit	995.0	71.256	19.0	0.0002647077034808657	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0354_000000002841	6037	0.7784356640211191	9	6	1	4	4	False	54483	fragment	False	ISR0354_000000002841	1.0		0	0	False	False	0.9998343586921692	0					non-mobilizable	no_good_hit	447.0	97.539	9.0	0.00012059206920578767	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0212_000000024856	1445	0.7784316970049977	3	3	3	2	2	False	28328	maximal	True	ISR0212_000000024856	1.0		2	2	False	False	0.9972318410873413	0					non-mobilizable	no_good_hit	808.0	77.59899999999999	55.0	0.025469424004059882	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	True	False
ISR0327_000000013730	2038	0.7784301202570787	2	2	2	2	1	False	93979	fragment	False	ISR0327_000000013730	1.0		0	0	False	False	0.9759567975997925	0					non-mobilizable	other	1217.0	96.46700000000001	91.0	0.00032483191354383046	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0014_000000019896	1787	0.7784301202570787	2	2	2	2	1	False	61217	fragment	False	ISR0014_000000019896	1.0		0	0	False	False	1.0	0					non-mobilizable	other	932.0	98.069	90.0	0.0002493145189689251	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0020_000000005674	4723	0.7784292904328882	5	3	1	3	1	False	7734	fragment	False	SPA0020_000000005674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	85.361	30.0	0.02305127229595148	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
SPA0110_000000005822	3591	0.7784267534329822	3	3	2	2	3	False	72597	maximal	False	DEN0051_000000011654	0.9735833561456337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1423.0	86.788	76.0	0.00039878436810242155	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0134_000000018015	2181	0.7784248450193095	3	3	3	3	2	False	63621	fragment	False	ENG0134_000000018015	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0140_000000009032	2423	0.778421841397339	3	2	2	2	2	False	3488	fragment	False	SPA0140_000000009032	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2423.0	100.0	100.0	0.005151098170743378	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	False	False
ISR0325_000000013063	1601	0.7784205245278456	2	1	1	1	1	False	125881	fragment	False	SPA0045_000000013264	0.3206214689265537		0	0	False	False	1.0	0					non-mobilizable	other	1012.0	93.97200000000001	91.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0376_000000017273	1442	0.7784205245278456	2	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9525959205086434		0	0	False	False	0.9993064999580383	0					non-mobilizable	other	955.0	93.927	96.0	0.01906817772980752	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0108_000000017069	1335	0.7784205245278456	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8646234736365748		0	0	False	False	1.0	0					non-mobilizable	other	946.0	94.08	96.0	0.018888289260658393	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0086_000000022851	1265	0.7784205245278456	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8218371536559707		0	0	False	False	0.9905138611793518	0					non-mobilizable	other	955.0	93.927	95.0	0.01906817772980752	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0127_000000020722	1256	0.7784205245278456	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.8036258744599178		0	0	False	False	0.993630588054657	0					non-mobilizable	other	946.0	93.869	95.0	0.018888289260658393	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0821_000000030610	1106	0.7784205245278456	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.20517248132709476		0	0	False	False	1.0	0					non-mobilizable	other	860.0	93.256	95.0	0.017169354999900063	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
MON0033_000000023849	2696	0.7784170333743005	3	3	3	3	3	False	70329	fragment	False	MON0107_000000021638	0.9940872135994088		0	0	False	False	0.9996290802955627	0					non-mobilizable	no_good_hit	845.0	72.899	30.0	0.00028617500544075234	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0010_000000001061	13447	0.7784127439711014	11	7	6	7	0	True	8096	maximal	True	SPA0010_000000001061	1.0		6	3	False	False	0.9988844990730286	0					non-mobilizable	no_good_hit	5024.0	88.15700000000001	54.0	0.0016953108517221334	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MAD0048_000000002651	7309	0.7784076549418218	13	3	3	3	2	True	91873	maximal	True	MAD0048_000000002651	1.0		1	1	False	False	0.9998632073402405	0					non-mobilizable	no_good_hit	88.0	79.545	1.0	1.6931778478155814e-05	NZ_FNSC01000001.1	g-proteobacteria	Pseudomonas anguilliseptica strain DSM 12111, whole genome shotgun sequence	True	True
ENG0179_000000013594	2459	0.7784015834381923	4	4	4	4	2	False	55396	maximal	True	ENG0179_000000013594	1.0		1	1	False	False	0.9971533417701721	0					non-mobilizable	no_good_hit	724.0	73.066	29.0	0.007546490828843895	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
FIJ0031_000000016243	1538	0.778397513852125	4	2	1	2	2	True	48543	fragment	False	FIJ0031_000000016243	1.0		0	0	False	False	1.0	0	Inc11				non-mobilizable	plasmid	1545.0	87.443	99.0	0.10791265884996139	CP021476.1	firmicutes	Pediococcus pentosaceus strain SRCM100892 plasmid pPC892-5	False	True
MAD0104_000000001785	5501	0.7783856207410311	9	3	2	3	2	False	14895	maximal	True	MAD0104_000000001785	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1989.0	93.06200000000001	36.0	0.005568638237795448	LR756496.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0110_000000001907	12656	0.7783800727085844	13	10	6	9	8	True	69606	maximal	True	MAD0110_000000001907	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2048.0	93.213	39.0	0.000688335026962874	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
DEN0011_000000024899	1830	0.7783746768648628	2	2	1	2	1	False	75652	fragment	False	DEN0011_000000024899	1.0		0	0	False	False	0.9978141784667969	0					non-mobilizable	no_good_hit	55.0	85.455	3.0	2.8981058195038228e-05	NC_014147.1	g-proteobacteria	Moraxella catarrhalis BBH18, complete sequence	True	False
ISR0133_000000008830	2336	0.7783730974024176	4	4	4	3	3	False	31537	maximal	True	ISR0133_000000008830	1.0		14	5	False	False	0.9935787916183472	0					non-mobilizable	other	1337.0	98.728	100.0	0.0005857018602171656	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0172_000000019956	1216	0.7783364546561682	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.03609913355367689		0	0	False	False	1.0	0					non-mobilizable	chromosome	1216.0	95.88799999999999	100.0	0.000339495279952062	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0110_000000009238	1150	0.7783230675575031	2	1	1	1	1	False	82681	fragment	False	CHI0110_000000009238	1.0		0	0	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit	61.0	90.164	5.0	0.0008297722275235448	NZ_FQVD01000024.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0393_000000006568	2645	0.7783217106260408	3	3	3	3	3	False	131451	maximal	True	ISR0393_000000006568	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	76.432	58.0	0.00042637676459963535	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0057_000000019728	1350	0.7783208461866468	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.1998786458320107		0	0	False	False	0.9925925731658936	0					non-mobilizable	chromosome	1350.0	98.148	100.0	0.0005956233823460586	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0047_000000005365	5079	0.7783194788514749	5	4	2	3	4	False	52577	fragment	False	ISR0352_000000001374	0.9425182481751825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3243.0	98.551	64.0	0.014696134603336027	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0364_000000016619	1132	0.7783167776221215	2	1	1	1	1	False	59510	fragment	False	ENG0115_000000016313	0.46961683503268753		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.735	100.0	0.010367966558495133	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0182_000000033975	1184	0.7783116946393024	2	1	1	1	1	False	29510	maximal	True	ISR0182_000000033975	1.0		39	7	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.136355130404996e-06	CP002876.1	b-proteobacteria	Nitrosomonas sp. Is79A3, complete genome	True	False
DEN0064_000000032188	1347	0.7783093487870929	2	2	1	2	1	False	71204	maximal	True	DEN0064_000000032188	1.0		0	0	False	False	0.9680771827697754	0					non-mobilizable	no_good_hit	546.0	75.092	40.0	0.00016283888555994162	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MAD0023_000000000656	7650	0.7783076667247523	8	7	6	5	7	False	19256	maximal	True	MAD0023_000000000656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5204.0	99.80799999999999	68.0	0.0028609250544329216	CP013689.1	firmicutes	Streptococcus infantarius strain ICDDRB-NRC-S5, complete genome	True	False
ISR0102_000000003681	5385	0.7783076056181798	8	7	6	6	5	False	129776	maximal	True	ISR0102_000000003681	0.9836692795819335	PS1061	5	2	False	True	0.9992572069168091	0					non-mobilizable	chromosome	1745.0	99.31200000000001	100.0	0.0004670948682272584	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0098_000000002827	8696	0.7783023206010291	11	8	7	8	5	True	97865	fragment	False	ENG0098_000000002827	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7661.0	95.62700000000001	99.0	0.18402426693629928	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	True
USA0080_01_000000021933	1949	0.7782918501498158	3	2	2	1	1	False	606	maximal	True	USA0080_01_000000021933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000014197	1821	0.7782843113474263	3	3	3	3	3	False	125784	fragment	False	USA0059_01_000000014197	0.9634524685798892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1162.0	70.138	63.0	0.0005780102923451001	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
MAD0044_000000015810	1573	0.7782839422807355	2	2	1	2	1	False	17956	maximal	True	MAD0044_000000015810	1.0		1	1	False	False	0.9936427474021912	0					non-mobilizable	no_good_hit								True	False
ISR0105_000000010217	1872	0.7782752900380041	3	3	3	3	3	False	114517	fragment	False	AST0052_000000010910	0.8129060177738747		0	0	False	False	1.0	0					non-mobilizable	other	1872.0	98.13	100.0	0.029619427558257347	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
ISR0388_000000009227	3552	0.7782731774735293	4	4	3	4	4	False	90145	fragment	False	FIJ0058_000000010289	0.9651070578905631		0	0	False	False	0.9946509003639221	0					non-mobilizable	other	3542.0	99.944	99.0	0.023489688020325444	NZ_NQCD01000028.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_7_length_150747_cov_87.5262_ID_13.ctg_1, whole genome shotgun sequence	False	False
ISR0280_000000002174	4047	0.7782727525157874	4	3	3	3	2	False	78953	fragment	False	SPA0104_000000008043	0.9687862613135299		0	0	False	False	0.9997528791427612	0					non-mobilizable	no_good_hit	76.0	96.053	2.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0120_000000019799	1756	0.7782720057523	2	2	1	2	1	True	32260	fragment	False	ISR0120_000000019799	1.0		0	0	False	False	0.9994305372238159	0					non-mobilizable	no_good_hit								True	True
CAN0014_000000021072	2285	0.7782663033045093	2	2	2	2	1	False	93639	fragment	False	CAN0014_000000021072	1.0		0	0	False	False	0.9982494711875916	0					non-mobilizable	chromosome	2285.0	99.825	100.0	0.0006384030025913625	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0780_000000003775	2989	0.7782632934395391	5	4	4	4	4	False	96700	fragment	False	CHI0152_000000002023	0.4062149520393324		0	0	False	False	0.9996654391288757	0					non-mobilizable	no_good_hit	1593.0	77.087	79.0	0.03278996865203762	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
MON0079_000000007860	2968	0.7782628978707564	5	3	2	2	2	True	85720	fragment	False	MON0079_000000007860	0.9899830220713073		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	no_good_hit	1099.0	93.81299999999999	75.0	0.1342717258261934	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
MON0044_000000011154	4037	0.7782554548390682	3	2	2	2	2	False	88578	fragment	False	ETH0001_000000004280	0.535323970386997		0	0	False	False	0.9992568492889404	0					non-mobilizable	no_good_hit	84.0	80.952	2.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
MON0092_000000010459	4766	0.778235359647074	8	2	0	2	0	True	79149	fragment	False	MON0092_000000010459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0834_000000003626	4601	0.778235359647074	8	2	0	2	0	True	79152	fragment	False	ISR0834_000000003626	1.0		0	0	False	False	0.9997826814651489	0					non-mobilizable	no_good_hit								True	True
USA0019_01_000000006647	4382	0.778235359647074	8	2	0	2	0	True	11773	maximal	True	USA0019_01_000000006647	1.0		1	1	False	False	0.999771773815155	0					non-mobilizable	no_good_hit								True	True
CHI0098_000000002327	3726	0.7782273774585861	6	3	1	3	0	True	88752	fragment	False	CHI0098_000000002327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	86.036	76.0	0.06426646130150174	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0104_000000021089	1317	0.7782233823207011	1	1	1	1	1	False	44427	fragment	False	FIJ0104_000000021089	0.9264896480351746		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	86.712	100.0	0.004184033904663799	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0104_000000004852	5162	0.7782173782597827	5	5	5	5	4	False	103274	fragment	False	ENG0001_000000004788	0.724251051252172		0	0	False	False	0.99980628490448	0					non-mobilizable	other	5163.0	99.4	100.0	0.0009720612424946308	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0066_000000024804	1485	0.7782126388616168	2	2	2	2	2	False	70919	fragment	False	ISR0167_000000017863	0.6399072903497682		0	0	False	False	0.9993265867233276	0					non-mobilizable	chromosome	1485.0	97.508	100.0	0.00033026598429500677	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0070_000000002232	4312	0.7782058486034605	6	6	6	6	4	False	120094	maximal	False	ISR0079_000000004336	0.1670092681199711		0	0	False	False	1.0	0					non-mobilizable	chromosome	4312.0	98.794	100.0	0.0009630099059158336	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0163_000000013244	1911	0.7782043234237803	4	3	1	3	1	False	56311	maximal	True	ENG0163_000000013244	1.0		28	6	False	False	0.9984301328659058	0					non-mobilizable	no_good_hit	251.0	99.20299999999999	13.0	0.0007381294029418885	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
ISR0201_000000015721	1917	0.7781974994570154	3	2	2	1	1	False	47605	maximal	True	ISR0201_000000015721	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1412.0	96.81299999999999	74.0	0.057042367399741264	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0038_000000021436	1582	0.7781974994570154	3	2	2	1	1	False	47939	fragment	False	FIJ0036_000000024410	0.60522076959632		0	0	False	False	0.999367892742157	0					non-mobilizable	other	1583.0	95.57799999999999	100.0	0.06363195342820181	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AST0005_000000003566	8020	0.7781970741683195	6	3	2	3	2	False	128761	maximal	True	AST0005_000000003566	1.0		6	2	False	False	0.9992518424987793	0					non-mobilizable	no_good_hit	255.0	97.255	9.0	0.0015027185005945796	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
DEN0061_000000023972	1797	0.7781866465017542	2	2	2	2	2	False	71858	fragment	False	DEN0061_000000023972	1.0		0	0	False	False	0.9816360473632812	0					non-mobilizable	no_good_hit	888.0	73.19800000000001	49.0	0.00031944015851177786	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
USA0034_01_000000014535	3855	0.7781829623930265	7	5	2	4	2	False	113690	fragment	False	ENG0049_000000004957	0.958536695921924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	92.725	49.0	0.0005267698372600967	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0057_000000007736	3124	0.7781824007273155	2	2	2	2	1	True	44681	fragment	False	MON0057_000000007736	1.0		0	0	False	False	0.9996799230575562	0					non-mobilizable	no_good_hit	905.0	83.867	30.0	0.0006060287388400381	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ENG0085_000000012514	1242	0.7781724928615682	2	2	2	1	2	False	61466	maximal	True	ENG0085_000000012514	1.0		95	10	False	False	0.9943639039993286	0					non-mobilizable	other	1226.0	99.34700000000001	99.0	0.017446414583778394	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	False
ISR0073_000000005031	5085	0.7781518744922291	5	5	5	5	5	False	129964	maximal	True	ISR0073_000000005031	1.0		116	5	False	False	1.0	0					non-mobilizable	other	3453.0	98.928	100.0	0.12750240082736206	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ISR0353_000000029574	1224	0.7781432993104052	2	1	1	1	1	True	24006	maximal	True	ISR0353_000000029574	1.0		2	2	False	False	0.9991829991340637	0					non-mobilizable	no_good_hit	448.0	74.777	36.0	0.0015557482274958397	NZ_SSTM01000004.1	actinobacteria	Parvibacter caecicola strain NM48_B13, whole genome shotgun sequence	True	True
ISR0082_000000016510	1912	0.7781402192688606	2	1	1	1	1	False	118074	fragment	False	ISR0082_000000016510	0.9455153317315106		0	0	False	False	0.9958158731460571	0					non-mobilizable	no_good_hit	183.0	79.235	9.0	0.003274767730659553	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
ISR0032_000000020484	1637	0.7781402192688606	1	1	1	1	1	False	118055	fragment	False	AST0029_000000018355	0.9156222676182445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	79.235	11.0	0.003274767730659553	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
SPA0054_000000003093	7617	0.7781321762849641	7	7	7	5	6	False	6449	maximal	True	SPA0054_000000003093	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2519.0	86.741	68.0	0.003087827298015899	NZ_DS995474.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld1, whole genome shotgun sequence	True	False
ISR0283_000000004015	3333	0.7781197377285457	3	3	2	1	2	False	26117	maximal	True	ISR0283_000000004015	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	71.903	10.0	0.00017187973495616008	AP012333.1	high GC Gram+	Parascardovia denticolens DSM 10105 = JCM 12538 DNA, complete genome	True	False
CHI0185_000000002572	7157	0.778118439610778	7	5	3	5	2	True	132039	fragment	False	ISR0084_000000002614	0.9391239782640654		0	0	False	False	0.9993013739585876	0					non-mobilizable	no_good_hit	840.0	75.595	12.0	0.0002668795686607319	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
CHI0054_000000005014	3336	0.7781024969968152	6	5	1	4	2	False	110829	fragment	False	CHI0054_000000005014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1573.0	94.34200000000001	85.0	0.0002976441304996951	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
CHI0087_000000006262	1659	0.7781004543442389	2	2	2	1	1	False	83992	fragment	False	CHI0087_000000006262	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1659.0	99.096	100.0	0.06218121812181218	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ISR0834_000000002661	6110	0.7780935767942745	7	3	3	3	2	True	47884	maximal	True	ISR0834_000000002661	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	93.333	1.0	1.7855503865090077e-05	NZ_CP021023.1	bacteria	Sedimentisphaera salicampi strain ST-PulAB-D4 chromosome, complete genome	True	True
ISR0110_000000002944	7501	0.7780808275729749	6	5	4	5	3	True	132046	fragment	False	ISR0378_000000001574	0.39132811600017653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	15.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
DEN0005_000000003659	7218	0.7780808275729749	8	5	4	5	3	True	132046	fragment	False	ISR0378_000000001574	0.35810273488217503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	15.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0101_000000007122	7097	0.7780808275729749	8	5	4	5	3	True	132046	fragment	False	ISR0378_000000001574	0.3542180246690614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	15.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0154_000000003582	7012	0.7780808275729749	6	5	4	5	3	True	132046	fragment	False	ISR0378_000000001574	0.353057456287127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.319	16.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
DEN0017_000000004224	7007	0.7780808275729749	7	5	4	5	3	True	132046	fragment	False	ISR0378_000000001574	0.3505692497885755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	16.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MAD0002_000000014295	2588	0.7780778412003191	3	2	2	2	2	False	41806	fragment	False	MAD0002_000000014295	1.0		0	0	False	False	0.9976816177368164	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.00029166773897453056	NZ_QZDQ02000015.1	enterobacteria	Enterobacter mori strain CCUG 72520 contig_15, whole genome shotgun sequence	True	False
CHI0154_000000019916	1664	0.7780741798089733	2	2	1	2	1	False	79143	maximal	True	CHI0154_000000019916	1.0		1	1	False	False	0.995192289352417	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000000631	22923	0.7780658037332534	19	17	5	14	9	True	115129	fragment	False	USA0015_01_000000000631	1.0		0	0	False	False	0.9999127388000488	0					non-mobilizable	chromosome	22923.0	99.895	100.0	0.004158754021184209	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0162_000000005291	6498	0.7780648869787294	6	6	5	5	6	False	78419	maximal	True	ISR0162_000000005291	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1696.0	95.28299999999999	26.0	0.017483779797208783	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0118_000000023718	1318	0.7780579695551386	2	2	2	2	2	False	105742	fragment	False	AST0118_000000023718	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	100.0	100.0	0.0004562649121889249	CP015516.1	firmicutes	Enterococcus hirae strain R17, complete genome	False	False
CHI0007_000000001447	5822	0.7780547684109442	6	6	3	4	5	False	130173	backbone	False	ISR0041_000000001951	0.9945896200398487	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	62	rep_cluster_475				non-mobilizable	other	4187.0	100.0	100.0	0.7257281553398058	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0072_000000021694	1222	0.7780547060654279	2	2	2	2	2	False	44725	fragment	False	ISR0027_000000019636	0.9624233128834356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	5.0	0.0002796928285777374	NZ_MTJL01000016.1	firmicutes	Bacillus swezeyi strain NRRL B-41282 Bacillus_sp_NRRL_B_41282_contig_16, whole genome shotgun sequence	True	False
ISR0349_000000000039	61081	0.7780505208263978	67	40	20	33	24	True	87207	maximal	True	ISR0349_000000000039	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2206.0	82.094	17.0	0.01753863250203329	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
DEN0063_000000024215	2015	0.7780402854063425	3	3	3	3	3	False	71521	fragment	False	DEN0063_000000024215	0.9974696356275303		0	0	False	False	0.9970223307609558	0					non-mobilizable	other	2008.0	77.689	99.0	0.007792116349753367	NZ_MCGI01000008.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000008, whole genome shotgun sequence	False	False
TAN0009_000000001876	10986	0.7780381748707041	10	8	4	8	3	True	87639	maximal	True	TAN0009_000000001876	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3380.0	77.781	31.0	0.007009077089392916	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0146_000000008863	4319	0.7780350381387302	5	5	5	5	4	False	121030	maximal	False	SPA0039_000000005245	0.9516846789574063		0	0	False	False	0.9997684359550476	0					non-mobilizable	no_good_hit	2252.0	84.54700000000001	60.0	0.008702455045061444	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0154_000000016746	2254	0.7780283715900571	3	3	3	2	2	False	115897	fragment	False	FIJ0015_000000013913	0.7786060442611695		0	0	False	False	0.9995563626289368	0					non-mobilizable	no_good_hit	917.0	84.73299999999999	40.0	0.00031325024547646424	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0800_000000005922	1968	0.7780258729338534	3	3	3	3	2	False	33502	fragment	False	ISR0800_000000005922	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1997.0	79.369	99.0	0.0005865556774972189	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CAN0014_000000002736	14129	0.7780251568861876	13	11	7	10	9	True	93759	fragment	False	CAN0014_000000002736	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5359.0	84.046	61.0	0.006099959523633068	CP030095.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 2, complete sequence	True	True
ENG0037_000000003784	7592	0.7780244074274368	5	4	4	4	4	False	65248	maximal	True	ENG0037_000000003784	1.0		2	2	False	False	0.9996048212051392	0					non-mobilizable	no_good_hit	948.0	72.679	12.0	0.007290764506731754	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0298_000000001669	7319	0.7780238644950872	8	4	3	4	2	False	37002	maximal	True	ISR0298_000000001669	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	74.47800000000001	6.0	0.00022706143939815867	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0106_000000014363	1855	0.7780095828770177	3	3	2	3	2	False	124358	fragment	False	ISR0279_000000010909	0.9534708249496981		0	0	False	False	0.974124014377594	0					non-mobilizable	other	1851.0	97.677	99.0	0.010655822687110487	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0041_000000003448	3595	0.7780074624491331	5	2	1	2	2	False	36430	maximal	True	ISR0041_000000003448	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	92.03200000000001	76.0	0.0002841528758826371	CP013970.1	enterobacteria	Erwinia tracheiphila strain MDcuke chromosome, complete genome	True	False
ISR0359_000000021894	1277	0.7780023286634994	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.11912206762306374	PS1128	0	0	False	True	0.9960845708847046	0					non-mobilizable	other	1283.0	83.71	99.0	0.015124302864164855	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MON0037_000000007181	6702	0.7780009569962053	7	4	4	3	3	False	29831	maximal	True	MON0037_000000007181	1.0		1	1	False	False	0.9998508095741272	0					non-mobilizable	no_good_hit	1834.0	72.955	27.0	0.00858225697129383	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
TAN0027_000000006549	1693	0.7779955621839613	2	2	2	2	1	False	113551	fragment	False	TAN0027_000000006549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	95.273	62.0	0.0002658866578354979	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0015_000000017423	1230	0.7779937715732911	2	1	1	1	1	False	46361	fragment	False	MAD0015_000000017423	0.9643587496348233		0	0	False	False	1.0	0					non-mobilizable	other	280.0	92.5	97.0	0.00022650332448427872	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
AST0092_000000005024	3299	0.7779920006531341	5	4	3	4	2	False	110066	fragment	False	AST0092_000000005024	1.0		0	0	False	False	0.9984843730926514	0					non-mobilizable	other	1640.0	98.72	100.0	0.026156427258927858	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
TAN0009_000000028112	1520	0.7779879425265456	2	1	1	1	1	False	13907	fragment	False	TAN0009_000000028112	1.0		0	0	False	False	0.99210524559021	0					non-mobilizable	no_good_hit	137.0	75.91199999999999	9.0	0.0008436933918955805	NZ_KB893977.1	firmicutes	Bacillus acidiproducens DSM 23148 C232DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ISR0299_000000012588	1100	0.7779877181011562	2	2	2	2	1	False	36908	fragment	False	ISR0032_000000029996	0.9682259488084731		0	0	False	False	0.9990909099578857	0					non-mobilizable	other	1100.0	96.455	100.0	0.0003308878543081809	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0225_000000000356	17637	0.7779874040837402	20	10	7	9	6	True	109385	maximal	True	ISR0225_000000000356	1.0		1	1	False	False	0.9998865723609924	0					non-mobilizable	no_good_hit	3479.0	92.929	50.0	0.1375534508252408	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
MAD0032_000000009329	1800	0.7779836373087019	3	3	3	3	2	False	50096	maximal	True	MAD0032_000000009329	0.9320636725412166		13	5	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit	212.0	75.943	12.0	5.573860654011978e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
ENG0131_000000018751	1400	0.7779739055587962	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.8420268180167154		0	0	False	False	0.9599999785423279	0					non-mobilizable	no_good_hit	753.0	77.42399999999999	53.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ENG0114_000000006784	2334	0.7779732957808033	4	3	3	3	3	False	106779	fragment	False	ENG0114_000000006784	1.0		0	0	False	False	0.9987146258354187	0					non-mobilizable	other	2334.0	97.64399999999999	100.0	0.0012305111922192452	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
FIJ0112_000000005732	4481	0.7779707628163292	6	6	1	2	6	False	42046	maximal	True	FIJ0112_000000005732	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4483.0	99.13	100.0	0.07465298028694739	CP030068.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.3, complete sequence	False	True
MAD0001_000000002749	8512	0.7779629051431631	15	7	4	6	6	False	86585	fragment	False	MAD0001_000000002749	1.0		0	0	False	False	0.9996475577354431	0					non-mobilizable	no_good_hit	1616.0	84.777	19.0	0.0008175924748951316	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
MAD0042_000000001217	16260	0.7779561117877589	13	5	5	4	4	False	18184	maximal	True	MAD0042_000000001217	1.0		1	1	False	False	0.9993849992752075	0					non-mobilizable	no_good_hit	5168.0	90.712	38.0	0.1815623790932433	NZ_QEKH01000048.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_148, whole genome shotgun sequence	True	False
SPA0007_000000015100	1713	0.7779553398891931	1	1	1	1	1	False	68432	fragment	False	MON0011_000000026535	0.9595130237825595		0	0	False	False	0.9994162321090698	0					non-mobilizable	no_good_hit	1180.0	70.847	67.0	0.00031768776624400866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0052_000000022377	1197	0.7779553398891931	1	1	1	1	1	False	6508	fragment	False	SPA0052_000000022377	1.0		0	0	False	False	0.9866332411766052	0					non-mobilizable	other	1181.0	70.872	96.0	0.00031768776624400866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0197_000000008858	2828	0.7779550817786642	5	2	2	1	1	False	51065	fragment	False	ISR0197_000000008858	1.0		0	0	False	False	0.9982319474220276	0					non-mobilizable	no_good_hit	358.0	70.95	12.0	0.00010893503861280254	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
SPA0128_000000016737	2220	0.7779550817786642	3	2	2	1	1	False	25894	fragment	False	SPA0128_000000016737	1.0		0	0	False	False	0.99909907579422	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	1.0582260893815105e-05	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0805_000000005852	1990	0.7779550817786642	3	2	2	1	1	False	21793	maximal	True	ISR0805_000000005852	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	70.95	18.0	0.00010893503861280254	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0058_000000013868	1877	0.7779550817786642	3	2	2	1	1	False	47931	fragment	False	ISR0058_000000013868	0.9855585991485742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	70.95	19.0	0.00010893503861280254	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0252_000000005977	1876	0.7779550817786642	3	2	2	1	1	False	47931	fragment	False	ISR0058_000000013868	0.9853508584662677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	70.95	19.0	0.00010893503861280254	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0174_000000020867	1186	0.7779550817786642	3	2	2	1	1	False	29880	fragment	False	ISR0174_000000020867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	71.788	30.0	0.00010893503861280254	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0203_000000004256	4081	0.7779535912995089	7	4	2	4	1	True	55628	fragment	False	ISR0203_000000004256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	86.65700000000001	17.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0126_000000008101	2303	0.7779408694277219	3	3	3	3	3	False	58775	maximal	True	ENG0126_000000008101	1.0		2	1	False	False	0.9895787835121155	0					non-mobilizable	no_good_hit	1052.0	94.48700000000001	73.0	0.009574216116748958	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	True	False
ENG0184_000000011554	1937	0.7779382376559058	2	2	2	2	1	False	55105	maximal	True	ENG0184_000000011554	1.0		4	1	False	False	0.9989674687385559	0					non-mobilizable	no_good_hit	620.0	75.806	32.0	9.422261922454475e-05	NZ_CP011507.1	g-proteobacteria	Pseudomonas trivialis strain IHBB745 chromosome, complete genome	True	False
FIJ0071_000000010216	3514	0.7779373122188327	4	3	3	3	3	False	58156	maximal	True	FIJ0071_000000010216	1.0		40	10	False	False	0.9951621890068054	0					non-mobilizable	no_good_hit	1825.0	84.493	52.0	0.0002867106919169301	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
FIJ0026_000000025031	1307	0.7779311229387792	1	1	1	1	1	False	49046	maximal	True	FIJ0026_000000025031	1.0		2	1	False	False	0.9938791394233704	0					non-mobilizable	no_good_hit	691.0	70.333	52.0	0.00020736037861565602	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0100_000000031685	1457	0.7779296130178104	3	2	2	2	2	False	13932	maximal	False	MON0007_000000040579	0.9587531486146096		0	0	False	False	0.9794097542762756	0					non-mobilizable	plasmid	1457.0	99.931	100.0	0.009853416888864827	CP024272.1	enterobacteria	Escherichia coli strain F8111-1SC3 plasmid unnamed3, complete sequence	False	True
MAD0065_000000001064	9088	0.7779234157379602	8	5	3	2	3	False	86740	maximal	True	MAD0065_000000001064	1.0	PS442	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2440.0	77.418	27.0	0.0014307849615064843	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	True
ISR0298_000000010319	1438	0.7779155666104537	3	3	2	2	3	False	25632	fragment	False	ISR0298_000000010319	1.0		0	0	False	False	1.0	0					non-mobilizable	other	864.0	99.074	100.0	0.00026108673192322293	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
FIJ0088_000000020389	1436	0.7779127981848507	2	1	1	1	1	True	43644	maximal	True	FIJ0088_000000020389	1.0		8	2	False	False	0.9860724210739136	0					non-mobilizable	no_good_hit	737.0	72.32	50.0	0.006873314070134682	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
ENG0188_000000008914	2961	0.7779109074846081	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.915146668143944		0	0	False	False	1.0	0					non-mobilizable	other	2961.0	99.426	100.0	0.03680996853742554	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0162_000000004956	4841	0.7779095106136494	3	2	2	2	2	True	60565	fragment	False	ENG0162_000000004956	1.0		0	0	False	False	0.9997934103012085	0		MOBF			mobilizable	other	4842.0	97.604	100.0	0.0020264261398489805	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
DEN0078_000000001888	10930	0.7779028119394213	12	8	7	8	8	False	119435	maximal	True	DEN0078_000000001888	0.9957272896154561		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	3062.0	73.645	28.0	0.0010111288122232145	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AUS0010_000000020657	1213	0.7779009015318129	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.03606088998790511	PS1128	0	0	False	True	0.9975267648696899	0					non-mobilizable	other	1213.0	84.007	99.0	0.014297192551280839	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0188_000000002348	10233	0.7778923792573601	9	6	4	6	3	True	54934	fragment	False	ENG0188_000000002348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	70.87100000000001	10.0	0.0003003676072594429	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0169_000000011756	2568	0.777890549292263	4	2	1	2	1	True	62842	fragment	False	ISR0169_000000011756	0.9561537648508368		0	0	False	False	0.9996106028556824	0					non-mobilizable	no_good_hit								True	True
DEN0077_000000004523	2535	0.777890549292263	2	2	1	2	1	True	101934	fragment	False	DEN0077_000000004523	0.9832557119384391		0	0	False	False	0.9960552453994751	0					non-mobilizable	no_good_hit	189.0	79.89399999999999	7.0	0.02839356210142727	NZ_QQXK01000048.1	high GC Gram+	Galactobacter valiniphilus strain JZ R-35 NODE_48_length_6586_cov_136.496, whole genome shotgun sequence	True	True
SPA0140_000000008711	2521	0.777890549292263	3	2	1	2	1	True	62842	fragment	False	ISR0169_000000011756	0.9533590789134273		0	0	False	False	0.9992066621780396	0					non-mobilizable	no_good_hit	486.0	75.72	19.0	0.054090450005611045	NZ_QOHO01000001.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_1, whole genome shotgun sequence	True	True
SPA0124_000000011618	2512	0.777890549292263	5	2	1	2	1	True	62842	fragment	False	ISR0169_000000011756	0.9496411864121237		0	0	False	False	0.9940286874771118	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	6.063584663598706e-05	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
CHI0070_000000004499	2475	0.777890549292263	2	2	1	2	1	True	101934	fragment	False	DEN0077_000000004523	0.9721851027154408		0	0	False	False	0.9947474598884583	0					non-mobilizable	no_good_hit	740.0	70.135	29.0	0.012660649380010783	NZ_JRNT01000018.1	firmicutes	Veillonella montpellierensis DNF00314 contig18, whole genome shotgun sequence	True	True
CHI0140_000000011865	2468	0.777890549292263	2	2	1	2	1	True	101934	fragment	False	DEN0077_000000004523	0.9732731610510095		0	0	False	False	0.9991896152496338	0					non-mobilizable	no_good_hit	1035.0	70.242	41.0	0.02124850694662727	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
USA0057_01_000000024346	1336	0.7778835871559918	1	1	1	1	1	False	91949	fragment	False	USA0057_01_000000024346	0.9728619833685856		0	0	False	False	0.9865269660949707	0					non-mobilizable	other	1336.0	98.802	100.0	0.005170350460684036	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0200_000000000401	34898	0.7778679411949971	27	11	7	11	4	True	104242	fragment	False	ENG0200_000000000401	1.0		0	0	False	False	0.9999140501022339	0					non-mobilizable	no_good_hit								True	True
CHI0123_000000012205	1160	0.7778632904990588	1	1	1	1	1	False	102215	fragment	False	ENG0174_000000012784	0.32989930902155057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	94.89200000000001	88.0	0.00024934592665110767	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0052_000000006231	2760	0.7778585234493386	5	4	4	2	2	False	17283	maximal	True	MAD0052_000000006231	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	70.874	15.0	0.05669379736177379	NZ_BCQX01000114.1	firmicutes	Globicatella sanguinis NBRC 15551, whole genome shotgun sequence	True	False
AST0140_000000008533	3294	0.7778519036818343	5	4	3	3	3	False	105613	maximal	True	AST0140_000000008533	1.0		0	0	False	False	0.9996964335441589	0					non-mobilizable	no_good_hit	1181.0	92.295	44.0	0.00027482961963394	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
CHI0139_000000004541	2376	0.7778318035479235	4	2	2	2	2	False	80336	maximal	True	CHI0139_000000004541	1.0		2	2	False	False	0.9991582632064819	0					non-mobilizable	no_good_hit	60.0	88.333	3.0	0.00020853361986088333	NZ_QBKP01000006.1	a-proteobacteria	Gemmobacter caeni strain DSM 21823 Ga0196851_106, whole genome shotgun sequence	True	False
ISR0002_000000002368	9289	0.7778177009165237	6	4	4	4	3	False	119751	fragment	False	SPA0103_000000001197	0.5158944195549183		0	0	False	False	0.9978469014167786	0					non-mobilizable	other	8139.0	99.57	100.0	0.00129992503627187	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
CHI0167_000000001800	9101	0.7778177009165237	6	4	4	4	3	False	119751	fragment	False	SPA0103_000000001197	0.513855509534853		0	0	False	False	0.999890148639679	0					non-mobilizable	other	7931.0	99.521	100.0	0.0012667001152169978	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0221_000000002296	9040	0.7778177009165237	6	4	4	4	3	False	119751	fragment	False	SPA0103_000000001197	0.4803226132184983		0	0	False	False	0.9988937973976135	0					non-mobilizable	other	7890.0	99.544	100.0	0.001260150972124451	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
FIJ0015_000000003193	8970	0.7778177009165237	6	4	4	4	3	False	119751	fragment	False	SPA0103_000000001197	0.47901947037537285		0	0	False	False	0.9988851547241211	0					non-mobilizable	other	7808.0	99.552	100.0	0.0012470526859393572	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
CAN0006_000000004941	8955	0.7778177009165237	6	4	4	4	3	False	119751	fragment	False	SPA0103_000000001197	0.4759988661347712		0	0	False	False	1.0	0					non-mobilizable	other	7808.0	99.68	100.0	0.0012470526859393572	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
CHI0185_000000013453	1460	0.7778143213071889	3	2	2	2	1	True	77212	fragment	False	CHI0185_000000013453	1.0		0	0	False	False	0.9684931635856628	0					non-mobilizable	no_good_hit	691.0	72.938	46.0	0.0014495173984909603	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ENG0076_000000010878	1183	0.7778143213071889	2	2	2	2	1	True	62030	fragment	False	ENG0076_000000010878	1.0		0	0	False	False	0.9797126054763794	0					non-mobilizable	no_good_hit	691.0	72.938	57.0	0.0014495173984909603	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
FIJ0164_000000019853	1147	0.7778132403149969	2	2	2	2	2	False	39071	maximal	True	FIJ0164_000000019853	1.0		245	13	False	False	0.9973844885826111	0					non-mobilizable	chromosome	1139.0	79.456	99.0	0.00031598571744557145	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0101_000000001175	22124	0.7778126001461456	23	16	6	12	11	True	116746	fragment	False	AUS0014_000000000962	0.8729453262371157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
ISR0369_000000003050	3564	0.777810381757396	5	4	4	4	4	False	121656	maximal	True	ISR0369_000000003050	1.0		19	3	False	False	0.996632993221283	0					non-mobilizable	no_good_hit	3098.0	98.806	87.0	0.05121971388406516	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0229_000000006803	2355	0.7777974630645973	4	3	2	3	2	False	27575	maximal	True	ISR0229_000000006803	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	95.30799999999999	32.0	0.5928286852589641	NZ_LNAM01000097.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf186, whole genome shotgun sequence	True	False
MON0107_000000053067	1171	0.7777942035867143	2	2	2	2	1	False	8546	fragment	False	MON0107_000000053067	1.0		0	0	False	False	0.9957301616668701	0					non-mobilizable	no_good_hit	66.0	84.848	6.0	1.787746127948165e-05	CP061473.1	firmicutes	Geobacillus sp. 47C-IIb chromosome, complete genome	True	False
ISR0216_000000006757	2767	0.7777913164363928	2	2	2	2	2	False	38568	maximal	True	ISR0216_000000006757	1.0		98	10	False	False	0.9992771744728088	0					non-mobilizable	chromosome	2767.0	100.0	100.0	0.0011921154878040898	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
MON0082_000000023866	1492	0.7777835801578779	3	2	2	2	2	False	107557	fragment	False	MAD0016_000000002666	0.22954746594444642		0	0	False	False	1.0	0					non-mobilizable	chromosome	1506.0	86.38799999999999	99.0	0.0004808989329007392	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0106_000000018630	1127	0.777779766380346	2	2	2	2	2	False	60033	fragment	False	ENG0106_000000018630	0.9745989304812834		0	0	False	False	0.9680567979812622	0					non-mobilizable	other	1125.0	99.2	99.0	0.005881706532147922	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0279_000000010909	1988	0.7777783746648615	4	3	2	3	2	False	124358	fragment	False	ISR0279_000000010909	0.9835579514824797		0	0	False	False	1.0	0					non-mobilizable	other	1989.0	97.084	100.0	0.011404610227285818	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0135_01_000000001315	9551	0.7777759592926059	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9802357680543208	PS624|PS966	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	3741.0	93.37100000000001	79.0	0.46307136629717277	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0123_000000001863	7320	0.7777728231143864	7	6	4	4	5	True	132411	maximal	True	SPA0123_000000001863	0.9966480524449429	PS1159|PS463	143	14	True	True	1.0	375		MOBV			mobilizable	other	6232.0	99.88799999999999	100.0	0.8582644628099173	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ENG0042_000000019905	1243	0.7777724348602297	2	2	2	2	1	False	64665	fragment	False	ENG0042_000000019905	0.9668241075694493		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	75.461	99.0	0.00036792079887588454	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0039_000000004931	7829	0.7777703317402346	8	8	5	6	5	False	118082	fragment	False	MON0039_000000004931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	78.367	3.0	0.0008343106849895882	NZ_FQXV01000004.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0031_000000001369	9584	0.7777612944820563	13	8	4	8	4	False	37029	maximal	True	ISR0031_000000001369	1.0		3	2	False	False	0.9977045059204102	0					non-mobilizable	no_good_hit	54.0	96.296	2.0	2.7847157662038325e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ENG0164_000000005966	3120	0.7777537677829847	3	2	2	1	2	False	108490	maximal	False	AST0153_000000009339	0.9482602118003025		0	0	False	False	0.9910256266593933	0					non-mobilizable	other	1995.0	94.787	99.0	0.006026700034153315	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0378_000000014596	1986	0.777750426142372	3	3	3	3	3	False	63322	maximal	True	ISR0378_000000014596	0.9959384866181052		587	13	False	False	0.9929506778717041	0					non-mobilizable	other	1986.0	99.345	100.0	0.014651500948472479	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
ENG0184_000000019660	1157	0.7777421416299471	2	2	2	1	1	False	70879	fragment	False	DEN0071_000000036227	0.8127722216929038		0	0	False	False	0.9939498901367188	0					non-mobilizable	other	1157.0	99.654	100.0	0.05291102160380813	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	False	False
ISR0212_000000016125	2189	0.7777372892536717	6	4	4	0	0	False	28358	maximal	True	ISR0212_000000016125	1.0		2	1	False	False	0.9913202524185181	0					non-mobilizable	no_good_hit	338.0	83.432	15.0	0.007018863194836122	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
ENG0182_000000002774	8722	0.7777369698903354	13	13	5	8	11	False	132521	backbone	False	USA0060_01_000000001071	0.10833093651868012	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8730.0	97.721	99.0	0.1709822216124037	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0138_000000020063	1355	0.7777216972020619	2	2	2	2	2	False	3526	fragment	False	SPA0138_000000020063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	74.737	14.0	0.0020850094618635904	NZ_PGUY01000048.1	firmicutes	Peribacillus deserti strain V1-29 V1-29_contig_48, whole genome shotgun sequence	True	False
ISR0255_000000016862	1903	0.7777209618410704	3	3	3	3	3	False	54971	fragment	False	ISR0255_000000016862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	80.22	5.0	0.08452041785375118	NZ_QXMN01000255.1	b-proteobacteria	Acidovorax cavernicola strain 1011MAR4D40.2 NODE_1465_length_1053_cov_2.21706, whole genome shotgun sequence	True	False
DEN0005_000000004538	6121	0.7777190165901104	5	4	4	3	0	True	76553	fragment	False	DEN0005_000000004538	1.0		0	0	False	False	0.9957523345947266	0					non-mobilizable	no_good_hit								True	True
ENG0185_000000012177	1625	0.7777133496698354	2	1	1	1	1	False	68248	fragment	False	ISR0249_000000011860	0.6344961240310077		0	0	False	False	0.9575384855270386	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	1.7912385715702478e-05	NZ_CP006712.1	high GC Gram+	Bifidobacterium breve JCM 7017, complete genome	True	False
MAD0052_000000004222	3673	0.7777125124887481	5	3	3	1	3	True	53079	maximal	True	MAD0052_000000004222	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0059_000000002759	4449	0.7777091036877675	5	5	3	4	4	True	63391	fragment	False	ENG0059_000000002759	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	4449.0	100.0	100.0	0.13856266159932712	CP033849.1	enterobacteria	Escherichia coli strain FDAARGOS_497 plasmid unnamed3, complete sequence	False	True
USA0116_01_000000003661	7431	0.7777089951914063	8	7	6	7	5	False	97862	fragment	False	USA0116_01_000000003661	0.9649816051233138		0	0	False	False	1.0	0					non-mobilizable	other	7385.0	95.572	99.0	0.17725937695604024	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
USA0016_01_000000008538	1757	0.7777053794824039	4	3	1	3	2	False	94937	fragment	False	MON0011_000000021768	0.3126267595019267		0	0	False	False	0.9891861081123352	0					non-mobilizable	other	1757.0	98.57700000000001	100.0	0.0005462886282991198	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0105_000000019293	2798	0.7776933456415958	3	3	3	3	2	True	11747	maximal	True	MON0105_000000019293	0.9901266766020864		1	1	False	False	0.9946390390396118	0					non-mobilizable	no_good_hit	131.0	74.046	5.0	0.00011968351994756021	NZ_JTDN01000002.1	a-proteobacteria	Croceibacterium mercuriale strain Coronado scaffold_1, whole genome shotgun sequence	True	True
MON0098_000000009489	3083	0.7776924515660937	4	4	4	4	3	False	115076	maximal	True	MON0098_000000009489	1.0		16	5	False	False	0.9996756315231323	0					non-mobilizable	no_good_hit	986.0	74.74600000000001	31.0	0.013976633491994808	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	True	False
MAD0073_000000000339	12117	0.7776921335342728	14	10	9	10	6	True	51333	maximal	False	FIJ0026_000000001883	0.9604504148557882		0	0	False	False	0.9994223117828369	0					non-mobilizable	no_good_hit	300.0	81.333	2.0	0.007804619060260154	NZ_FOXF01000021.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
ISR0066_000000023603	1368	0.7776920278986679	2	2	2	2	2	False	35114	maximal	True	ISR0066_000000023603	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	77.2	58.0	0.46296296296296297	HG796465.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01356	True	False
ISR0207_000000027482	1114	0.777686367070775	4	2	1	2	1	False	28538	fragment	False	ISR0207_000000027482	1.0		0	0	False	False	0.9919210076332092	0					non-mobilizable	no_good_hit	587.0	94.037	53.0	0.00023799798535722482	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	False
MON0101_000000017761	3389	0.7776837629439054	4	4	0	3	4	False	98454	maximal	False	DEN0026_000000008823	0.9901024969250697		0	0	True	True	1.0	31	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	3391.0	96.786	100.0	0.16933326603745016	LT985247.1	enterobacteria	Escherichia coli strain 720 genome assembly, plasmid: RCS48_pII	False	True
SPA0132_000000011858	3358	0.7776837629439054	4	4	0	3	4	False	98454	maximal	False	DEN0026_000000008823	0.9808582050791834		0	0	True	True	0.9988088011741638	15	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	2774.0	100.0	100.0	0.8354926182585116	CP057376.1	enterobacteria	Escherichia coli strain RHB28-C15 plasmid pRHB28-C15_6, complete sequence	False	True
MON0008_000000026900	1382	0.7776817215474693	2	2	2	2	2	True	13842	fragment	False	MON0008_000000026900	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	100.0	100.0	0.0006353164160977495	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
ISR0210_000000001506	11301	0.7776784790834457	11	9	5	5	7	False	54564	maximal	True	ISR0210_000000001506	1.0		1	1	False	False	0.9999114871025085	0					non-mobilizable	no_good_hit	4858.0	91.29299999999999	63.0	0.07932955417966772	NZ_MIEH01000012.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_12, whole genome shotgun sequence	True	False
FIJ0067_000000009350	3183	0.7776775076599508	4	3	1	2	2	False	122235	fragment	False	FIJ0067_000000009350	0.9800762304945958		0	0	False	False	0.9996858239173889	0					non-mobilizable	no_good_hit	1208.0	81.457	58.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
USA0034_01_000000017367	3171	0.7776775076599508	4	3	1	2	2	False	122235	fragment	False	FIJ0067_000000009350	0.9672389794471862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	81.457	58.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
AST0003_000000007813	4522	0.7776717416714028	6	4	3	4	3	False	130574	fragment	False	AST0003_000000007813	1.0		0	0	False	False	0.9957982897758484	0					non-mobilizable	no_good_hit	1274.0	73.94	28.0	0.0002940889071500807	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	False
ISR0271_000000004094	3646	0.7776696239175674	4	3	3	3	2	True	122973	fragment	False	ISR0271_000000004094	1.0		0	0	False	False	0.9994514584541321	0					non-mobilizable	chromosome	3646.0	98.848	99.0	0.0006611333938223217	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
USA0023_01_000000009421	3391	0.7776696239175674	3	3	3	3	2	True	79423	maximal	True	USA0023_01_000000009421	1.0		57	7	False	False	1.0	0					non-mobilizable	chromosome	3391.0	97.906	100.0	0.0007529668894471357	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ISR0248_000000003315	1344	0.7776655114501897	2	1	1	1	1	False	67829	fragment	False	ISR0248_000000003315	0.7917261934634899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	98.27600000000001	13.0	0.04271604938271605	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0288_000000022204	1323	0.7776655114501897	2	1	1	1	1	False	67829	fragment	False	ISR0248_000000003315	0.7873125742939785		0	0	False	False	0.9947090148925781	0					non-mobilizable	no_good_hit	159.0	96.226	12.0	0.03901234567901234	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
SPA0132_000000000839	26128	0.7776618163953216	46	9	5	6	6	False	34319	fragment	False	SPA0132_000000000839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	84.397	1.0	0.0007627474161931276	NZ_SPFR01000005.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_5_length_183547_cov_48.9653, whole genome shotgun sequence	True	False
SPA0044_000000014247	1907	0.7776593333625887	3	2	2	2	1	False	44485	maximal	True	SPA0044_000000014247	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	88.04299999999999	5.0	0.0009362224464532774	NZ_JWSY01000008.1	a-proteobacteria	Brevundimonas nasdae strain TPW30 Contig_8, whole genome shotgun sequence	True	False
MON0065_000000005918	4492	0.7776556886839266	5	5	5	5	5	False	124954	fragment	False	ENG0184_000000004383	0.773663112372975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3266.0	78.812	72.0	0.007758320096083065	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0081_000000012497	4487	0.7776556886839266	5	5	5	5	5	False	124954	fragment	False	ENG0184_000000004383	0.807084262092974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3267.0	79.002	87.0	0.007758320096083065	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0162_000000027561	1431	0.7776512018314667	2	2	2	2	2	False	109623	fragment	False	ISR0162_000000027561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	97.904	100.0	0.008550432604055178	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
ISR0812_000000026780	1478	0.7776474757119439	2	2	2	2	1	False	32411	fragment	False	ISR0841_000000009458	0.917769619093287		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	83.175	99.0	0.00032626006265261447	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0112_000000023019	1222	0.7776270740001411	2	2	2	2	2	False	41980	fragment	False	FIJ0112_000000023054	0.9692874692874693		0	0	False	False	0.9991816878318787	0					non-mobilizable	chromosome	1222.0	100.0	100.0	0.00022230593338359644	CP054303.1	enterobacteria	Klebsiella pneumoniae strain MS14393 chromosome, complete genome	False	False
FIJ0112_000000023054	1221	0.7776270740001411	2	2	2	2	2	False	41980	fragment	False	FIJ0112_000000023054	0.9701309328968903		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	100.0	100.0	0.00022214521997202061	AP022112.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP5-W18-ESBL-06	False	False
MON0023_000000015112	1516	0.7776253029177134	1	1	1	1	1	False	13289	maximal	True	MON0023_000000015112	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	1116.0	75.0	72.0	0.001819645866365606	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0010_000000016035	1856	0.777622739801787	3	3	3	2	2	False	126226	fragment	False	USA0059_01_000000013440	0.397678065019148		0	0	False	False	0.9929956793785095	0					non-mobilizable	no_good_hit								True	False
ENG0077_000000004259	4832	0.7776209239998398	8	8	7	7	4	False	106097	maximal	True	ENG0077_000000004259	1.0		17	4	False	False	0.997102677822113	0					non-mobilizable	other	4813.0	99.917	99.0	0.03487057595872344	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	False	False
DEN0058_000000000033	8934	0.7776206411765533	10	8	3	8	1	True	85171	fragment	False	DEN0058_000000000033	0.9801898956745985		0	0	False	False	0.9985448718070984	0					non-mobilizable	other	8925.0	99.07	99.0	0.1434797291864336	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0210_000000009688	1978	0.777619968260611	2	2	2	2	1	False	113055	fragment	False	ISR0395_000000021207	0.11249346174743619		0	0	False	False	0.9989888668060303	0					non-mobilizable	other	1977.0	99.949	100.0	0.0006605231771432239	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
ISR0347_000000017303	1305	0.7776059209173393	2	2	2	2	1	False	38512	fragment	False	ISR0347_000000017303	1.0		0	0	False	False	0.9961685538291931	0					non-mobilizable	no_good_hit	574.0	86.934	83.0	0.0025958937680396464	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0162_000000020355	1593	0.7776015084863431	2	2	2	2	1	False	124849	fragment	False	CHI0162_000000020355	0.9845209863953727		0	0	False	False	0.9968612790107727	0					non-mobilizable	no_good_hit	533.0	87.054	33.0	0.011964536119781065	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0130_000000013484	2419	0.7775894535158893	2	2	1	2	1	True	101934	fragment	False	DEN0077_000000004523	0.9489913910425692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	70.22800000000001	44.0	0.022505815049977996	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
AST0088_000000002635	4608	0.7775887791589615	4	4	4	4	3	True	131602	fragment	False	MON0072_000000003974	0.9669622125676139		0	0	False	False	1.0	0					non-mobilizable	chromosome	4608.0	99.978	100.0	0.002031206599327193	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	True
ENG0108_000000001379	17481	0.7775885258959258	19	13	9	10	10	True	92550	fragment	False	ENG0108_000000001379	1.0		0	0	False	False	0.9987415075302124	0					non-mobilizable	no_good_hit	4880.0	96.311	82.0	0.10714835080317314	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
ISR0306_000000000747	8420	0.7775834749283647	11	5	4	5	2	False	66486	maximal	True	ISR0306_000000000747	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	89.90799999999999	1.0	0.005850511236262234	GU942944.1		Uncultured organism clone 1 genomic sequence	True	False
ISR0326_000000005271	3311	0.7775759664879929	3	3	3	3	3	False	123576	fragment	False	ENG0127_000000007497	0.789937321506456		0	0	False	True	1.0	0					non-mobilizable	plasmid	2238.0	99.374	93.0	0.07221720041322315	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0173_000000003210	2719	0.7775711455085593	4	4	4	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9839344453437773		0	0	False	False	0.9856564998626709	0					non-mobilizable	chromosome	2646.0	99.395	100.0	0.0004795494374676599	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
SPA0064_000000001613	11425	0.7775678041414167	14	8	7	6	6	True	33451	maximal	True	SPA0064_000000001613	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4023.0	96.37100000000001	55.0	0.08836003252246907	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
DEN0064_000000026398	1600	0.7775618450885642	3	3	3	3	3	False	71236	maximal	True	DEN0064_000000026398	1.0		5	3	False	False	0.9737499952316284	0					non-mobilizable	chromosome	1133.0	98.323	99.0	0.0002317695191850918	CP056697.1	enterobacteria	Escherichia marmotae strain RHBSTW-00605 chromosome, complete genome	False	False
ENG0085_000000003349	6471	0.7775615339779274	5	2	2	2	1	True	112588	fragment	False	ENG0085_000000003349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	71.331	18.0	0.003294700904266055	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	True
AST0062_000000006438	2644	0.7775573350970564	3	3	3	3	2	False	128049	fragment	False	AST0062_000000006438	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	90.46700000000001	98.0	0.003084244840947062	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0018_000000005057	5278	0.7775528669203696	8	2	2	2	2	False	50033	maximal	True	FIJ0018_000000005057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0022_01_000000003614	2034	0.7775514220090992	3	3	3	3	2	False	120936	fragment	False	AUS0006_000000012986	0.9704820581322846		0	0	False	False	0.9941002726554871	0					non-mobilizable	other	2036.0	97.446	100.0	0.021177132029110746	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0032_000000002831	11701	0.7775513979197994	8	6	2	5	3	True	50056	fragment	False	FIJ0032_000000002831	0.9815480386113631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0090_000000002560	11657	0.7775513979197994	8	6	2	5	3	True	50056	fragment	False	FIJ0032_000000002831	0.9783221705284696		0	0	False	False	0.9999142289161682	0					non-mobilizable	no_good_hit								True	True
USA0063_01_000000011200	1835	0.7775488444682351	3	2	1	2	1	False	106970	fragment	False	USA0063_01_000000011200	1.0		0	0	False	False	0.9885558485984802	0					non-mobilizable	no_good_hit	220.0	76.36399999999999	12.0	2.815251468427346e-05	CP048405.1	high GC Gram+	Streptacidiphilus sp. PB12-B1b chromosome, complete genome	True	False
MAD0106_000000019192	1183	0.7775465265942609	2	2	2	2	2	False	110501	fragment	False	AST0087_000000031231	0.9245738487770423		0	0	False	False	0.9873203635215759	0					non-mobilizable	chromosome	1183.0	98.14	100.0	0.0003308189784858511	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0112_000000007346	3698	0.7775316547422728	4	3	3	3	0	True	14467	maximal	True	MAD0112_000000007346	1.0		1	1	False	False	0.9991887211799622	0					non-mobilizable	no_good_hit	1439.0	96.38600000000001	61.0	0.0118117674116787	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	True	True
AST0016_000000005537	4802	0.7775267821722888	6	5	5	3	5	False	123812	maximal	True	AST0016_000000005537	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	2009.0	99.751	42.0	0.007280400567059088	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0182_000000018516	1537	0.7775162364976302	2	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.16221709514392443		0	0	False	False	0.9973975419998169	0					non-mobilizable	chromosome	806.0	94.789	100.0	0.00023248499500679048	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0295_000000000617	26559	0.7775101000340263	13	9	6	8	4	True	124899	maximal	True	ISR0295_000000000617	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	99.007	2.0	0.9975124378109452	GQ883039.1		Uncultured organism clone VC1D785TR genomic sequence	True	True
AST0024_000000027439	1319	0.7775090709050271	2	1	1	1	1	False	120705	maximal	True	AST0024_000000027439	1.0		0	0	False	False	0.967399537563324	0					non-mobilizable	no_good_hit	118.0	100.0	9.0	0.0026261447297539955	MK232081.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.I13_11_c1 sequence	True	False
ISR0076_000000002051	10948	0.777498492804213	32	4	2	4	3	False	63911	fragment	False	ISR0076_000000002051	1.0		0	0	False	False	0.9934234619140625	0					non-mobilizable	no_good_hit	826.0	95.64200000000001	7.0	0.00402742953220233	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0122_000000001027	12689	0.7774966122655498	21	7	2	6	2	False	127404	fragment	False	ISR0255_000000001739	0.9353013680709122		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0020578360229611178	NC_049971.1	viruses	Bacillus phage vB_Bpu_PumA1, complete genome	True	False
AST0058_000000005642	2700	0.7774949719587736	6	1	1	1	1	False	113102	maximal	True	AST0058_000000005642	1.0		0	0	False	False	0.9988889098167419	0					non-mobilizable	no_good_hit	619.0	95.477	24.0	0.002123601876191949	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0192_000000015537	1463	0.777491334171875	3	2	2	1	1	False	62477	fragment	False	FIJ0124_000000019293	0.9535978480161399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	71.485	51.0	0.004909929989249285	NZ_FTMS01000009.1	spirochetes	Alkalispirochaeta americana strain ASpG1, whole genome shotgun sequence	True	False
FIJ0074_000000003012	9538	0.7774875285124419	11	7	4	4	6	True	94715	fragment	False	FIJ0074_000000003012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2628.0	78.34899999999999	30.0	0.0004772771394140077	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	True
USA0079_01_000000003449	3742	0.7774848359242073	5	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.35325202529629984	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3742.0	100.0	100.0	0.03733234871467348	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0217_000000007675	3328	0.7774848359242073	4	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.22088867809899224	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3328.0	100.0	100.0	0.033200942040555646	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0131_000000008676	2137	0.7774839672451332	3	3	3	3	3	False	73115	maximal	False	DEN0041_000000015782	0.9794267221451688		0	0	False	False	0.9967243671417236	0					non-mobilizable	other	2137.0	98.69	100.0	0.0003974076222633108	CP009208.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain ATCC 43816 KPPR1, complete genome	False	False
SPA0116_000000005836	6248	0.7774814871658497	7	5	4	3	4	True	105457	fragment	False	AUS0022_000000005427	0.982635864766968		0	0	False	True	1.0	0					non-mobilizable	chromosome	6191.0	100.0	99.0	0.0011673421787319685	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0259_000000009111	1819	0.7774786960287866	3	1	1	1	1	False	30807	fragment	False	ISR0259_000000009111	1.0		0	0	False	False	0.9890049695968628	0					non-mobilizable	no_good_hit	1308.0	98.39399999999999	72.0	0.02366210442465059	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
ISR0397_000000005462	3692	0.7774778315982747	4	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9762688388522904		0	0	False	True	1.0	0					non-mobilizable	chromosome	3696.0	89.39399999999999	100.0	0.0007628214227198055	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
DEN0077_000000002690	3573	0.7774778315982747	4	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9758445452740613		0	0	False	True	0.9997200965881348	0					non-mobilizable	chromosome	3575.0	89.119	100.0	0.0007380276603345464	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0333_000000005612	3542	0.7774778315982747	4	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9709527928126881		0	0	False	True	1.0	0					non-mobilizable	chromosome	3543.0	89.04899999999999	100.0	0.000731415990365144	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0069_000000013049	1898	0.7774765976427933	3	3	3	3	3	False	127016	fragment	False	ISR0359_000000014952	0.9623734759252389		0	0	False	False	0.9989462494850159	0					non-mobilizable	other	1898.0	98.156	100.0	0.007276898054379181	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0017_000000002380	4684	0.7774699163819473	7	6	2	2	6	False	94159	fragment	False	ENG0081_000000004595	0.5523726808894666		0	0	False	False	1.0	0					non-mobilizable	other	4694.0	97.806	100.0	0.010459905923267272	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0208_000000008235	3679	0.7774620294880306	3	2	1	2	1	False	60207	fragment	False	ENG0208_000000008235	1.0		0	0	False	False	0.99809730052948	0					non-mobilizable	no_good_hit	66.0	100.0	2.0	0.00047377474561940584	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	True	False
ISR0354_000000010671	1795	0.7774575028694757	3	2	2	2	2	True	83177	fragment	False	ISR0354_000000010671	1.0		0	0	False	False	0.9988858103752136	0					non-mobilizable	other	1776.0	98.76100000000001	99.0	0.0004926381969553071	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
USA0060_01_000000001353	13197	0.7774473238107992	6	5	5	4	3	False	91376	maximal	True	USA0060_01_000000001353	1.0		15	6	False	False	0.9996211528778076	0					non-mobilizable	no_good_hit	4150.0	99.205	51.0	0.0014002273850449774	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
MON0062_000000022628	1609	0.7774340266556692	4	3	1	3	2	True	10770	fragment	False	MON0062_000000022628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0020152261531571876	NZ_VJZD01000254.1	high GC Gram+	Streptomyces adustus strain NBRC 109810 NODE_254_length_13398_cov_64.8424, whole genome shotgun sequence	True	True
ENG0139_000000005159	3580	0.7774331574559283	4	4	3	3	4	False	112096	fragment	False	ENG0138_000000005143	0.6529984481159355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	72.028	20.0	0.007494405961264628	NZ_FWXF01000013.1	d-proteobacteria	Desulfacinum hydrothermale DSM 13146, whole genome shotgun sequence	True	False
FIJ0145_000000008709	1769	0.7774308992664564	3	2	2	2	2	False	79731	maximal	True	FIJ0145_000000008709	1.0		77	10	False	False	0.9994347095489502	0					non-mobilizable	chromosome	1769.0	99.37799999999999	100.0	0.0003473276106787524	CP034359.1	enterobacteria	Klebsiella pneumoniae strain 39 chromosome	False	False
ISR0310_000000007417	2237	0.7774272906402824	4	4	4	4	3	False	39136	maximal	True	ISR0310_000000007417	1.0		71	9	False	False	1.0	0					non-mobilizable	chromosome	2237.0	99.821	100.0	0.00042341419925955536	CP052268.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 chromosome, complete genome	False	False
ISR0283_000000008512	1568	0.7774264356318474	3	1	1	1	1	False	26104	fragment	False	ISR0283_000000008512	1.0		0	0	False	False	0.9917091727256775	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	2.3232246730177434e-05	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ENG0016_000000016354	1371	0.7774201316987058	3	2	2	2	1	False	66730	maximal	True	ENG0016_000000016354	1.0		390	14	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	94.515	57.0	0.00024358997491925443	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0153_000000003967	7110	0.7774198049711871	7	6	5	6	2	True	39670	fragment	False	FIJ0153_000000003967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.21763536082667e-05	CP028109.1	fusobacteria	Fusobacterium nucleatum subsp. nucleatum ATCC 23726 chromosome, complete genome	True	True
FIJ0047_000000011858	2577	0.7774153981083407	4	3	2	3	2	False	122280	maximal	True	FIJ0047_000000011858	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	76.025	68.0	0.0007413501039626031	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
ENG0095_000000012995	2134	0.7774112671810945	3	2	2	2	2	True	75894	fragment	False	SPA0029_000000011249	0.636285836542576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.046153846153846156	XM_011497745.1	wasps, ants, and bees	PREDICTED: Ceratosolen solmsi marchali N-alpha-acetyltransferase 11 (LOC105360747), mRNA	True	True
USA0081_01_000000018098	1690	0.7774094265457719	3	2	2	2	2	False	5578	fragment	False	USA0081_01_000000018098	0.9845034788108792		0	0	False	False	0.9905325174331665	0					non-mobilizable	no_good_hit	190.0	79.47399999999999	11.0	2.348413107445612e-05	NZ_JAAIVH010000001.1	firmicutes	Paenibacillus elgii strain SWL-W8 Contig00001, whole genome shotgun sequence	True	False
DEN0052_000000021612	2046	0.7774068627996631	2	2	2	2	2	False	72286	fragment	False	DEN0052_000000021612	1.0		0	0	False	False	0.9995112419128418	0					non-mobilizable	no_good_hit	801.0	75.156	39.0	0.00027014013647003974	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0085_000000005666	3742	0.7774025376979441	5	4	4	4	4	False	46732	fragment	False	MON0085_000000005666	1.0		0	0	False	False	0.9997327923774719	0					non-mobilizable	no_good_hit	958.0	80.376	41.0	0.0002158712536587003	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0181_000000000689	24221	0.7773959825100323	30	16	5	16	6	True	108400	backbone	False	ISR0280_000000000088	0.2666486247065975	PS672	0	0	False	True	1.0	0					non-mobilizable	other	24221.0	99.959	100.0	0.24169726967906754	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0026_000000002082	11650	0.7773879857890128	11	7	6	7	2	True	50048	fragment	False	FIJ0119_000000001267	0.9720392019723588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	76.923	2.0	0.0005612765697567898	NZ_KB899638.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
FIJ0114_000000002570	11602	0.7773879857890128	11	7	6	7	2	True	50048	fragment	False	FIJ0119_000000001267	0.9691673444483593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	76.923	2.0	0.0005612765697567898	NZ_KB899638.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
ENG0088_000000009006	2229	0.7773862779752825	2	2	2	1	1	False	61322	fragment	False	ENG0088_000000009006	1.0		0	0	False	False	0.9919246435165405	0					non-mobilizable	no_good_hit	1669.0	70.222	72.0	0.0007080101553686495	CP003723.1	fusobacteria	Fusobacterium nucleatum subsp. animalis 4_8, complete genome	True	False
MON0041_000000010559	4606	0.7773861401073733	4	4	4	4	3	False	116546	maximal	True	MON0041_000000010559	1.0	PS777	5	2	False	True	1.0	0					non-mobilizable	no_good_hit	2463.0	98.417	53.0	0.0006988949397962475	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0303_000000001775	5931	0.7773856739914642	8	4	4	4	2	False	25520	maximal	True	ISR0303_000000001775	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1587.0	88.469	27.0	0.1930789924186843	MK233996.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_7_c1 sequence	True	False
ISR0183_000000014810	2175	0.7773714875600231	3	2	0	1	2	False	29473	maximal	True	ISR0183_000000014810	1.0		2	1	True	True	1.0	14					non-mobilizable	plasmid	1293.0	100.0	100.0	0.610586011342155	LN853294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0674	False	True
SPA0132_000000021400	1932	0.7773689141995566	4	3	1	1	2	True	101657	fragment	False	SPA0132_000000021400	1.0		0	0	False	False	0.9953415989875793	0					non-mobilizable	no_good_hit	104.0	85.57700000000001	5.0	0.03825956489122281	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
MON0105_000000028582	1903	0.7773594247657049	4	2	1	2	1	False	8731	fragment	False	MON0105_000000028582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0149_000000001299	10890	0.7773578134816953	10	7	5	5	6	False	125016	maximal	True	ISR0149_000000001299	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2025.0	72.84	18.0	0.0007712139249421784	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
AUS0020_000000004845	5612	0.7773568489449301	6	6	6	6	5	False	99703	fragment	False	AUS0020_000000004845	0.9627071823204421		0	0	False	False	0.9991090297698975	0					non-mobilizable	no_good_hit	442.0	72.851	8.0	6.679308103709032e-05	NZ_CP034346.1	firmicutes	Paenibacillus lutimineralis strain MBLB1234 chromosome, complete genome	True	False
ISR0182_000000001365	15260	0.7773549531180577	13	6	4	6	2	True	29575	fragment	False	ISR0182_000000001365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0001_000000021032	2153	0.7773528620518709	3	3	3	2	1	True	131058	fragment	False	ENG0173_000000008216	0.9676375404530745		0	0	False	False	0.9995355606079102	0					non-mobilizable	no_good_hit	666.0	93.844	79.0	0.0005708409302389463	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
CHI0130_000000010176	1616	0.7773528620518709	3	3	3	2	1	True	131026	fragment	False	CHI0117_000000007167	0.14321709120095472		0	0	False	False	1.0	0					non-mobilizable	other	1547.0	99.806	97.0	0.0004674507906751731	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0811_000000010220	1519	0.7773528620518709	3	3	3	2	1	True	131026	fragment	False	CHI0117_000000007167	0.09827709604003784		0	0	False	False	0.996708333492279	0					non-mobilizable	other	1519.0	100.0	100.0	0.00045898467027484654	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0032_000000004855	1513	0.7773528620518709	3	3	3	2	1	True	131026	fragment	False	CHI0117_000000007167	0.09808050782190074		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	99.868	100.0	0.00045717050161763373	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0063_000000002506	7587	0.777351667757513	6	6	6	4	2	True	42173	maximal	True	ISR0063_000000002506	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	1.0	1.054715827400128e-05	AP021846.1	g-proteobacteria	Pseudoalteromonas sp. A25 DNA, chromosome 1, nearly complete genome	True	True
ISR0189_000000009525	1664	0.7773451708836507	4	2	2	2	1	False	29218	maximal	True	ISR0189_000000009525	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	99.311	57.0	0.0002742219110871701	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0822_000000004273	1758	0.7773448341919176	2	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.5181852196760646		0	0	False	False	0.9943116903305054	0					non-mobilizable	chromosome	1758.0	98.35	100.0	0.00031232845932655087	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0004_000000002288	10731	0.7773361653292421	15	5	3	4	1	True	132445	fragment	False	ENG0004_000000002288	0.9997182834068927		0	0	False	False	0.9998136162757874	0					non-mobilizable	no_good_hit	148.0	95.27	1.0	0.0005470602026727799	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	True
SPA0128_000000003202	10649	0.7773361653292421	15	5	3	4	1	True	132445	fragment	False	ENG0004_000000002288	0.9958997297549157		0	0	False	False	0.9996243715286255	0					non-mobilizable	no_good_hit	74.0	97.29700000000001	1.0	1.973816379377242e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0037_01_000000025278	1332	0.7773316025190664	2	2	2	2	1	True	56789	fragment	False	ISR0781_000000020522	0.920516304347826		0	0	False	False	0.9654654860496521	0					non-mobilizable	other	1334.0	93.553	100.0	0.0030147020518546874	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0796_000000009470	2414	0.7773309218707994	4	4	2	3	2	True	120003	fragment	False	CHI0015_000000003571	0.9279516844552684		0	0	False	True	0.999585747718811	0					non-mobilizable	chromosome	2419.0	92.311	100.0	0.0008514806694832928	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0001_000000015181	2287	0.7773282516952524	3	3	3	3	3	False	99064	fragment	False	MON0001_000000015181	0.9882304286478859		0	0	False	False	0.9943156838417053	0					non-mobilizable	chromosome	2224.0	98.876	97.0	0.0007553729853747149	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0127_000000008087	3634	0.7773278706354656	5	3	3	3	2	False	112437	fragment	False	SPA0127_000000008087	1.0		0	0	False	True	0.9980737566947937	0					non-mobilizable	no_good_hit	807.0	98.265	22.0	0.17381927970670694	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	True
ISR0064_000000007125	2786	0.7773278706354656	4	3	3	3	2	False	101944	maximal	True	ISR0064_000000007125	1.0		0	0	False	False	0.9852835536003113	0					non-mobilizable	no_good_hit	938.0	97.335	34.0	0.20207030407591114	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	False
MAD0060_000000006220	2634	0.7773176151100729	4	3	3	2	3	False	50130	maximal	True	MAD0060_000000006220	1.0		50	3	False	False	1.0	0					non-mobilizable	no_good_hit	1833.0	79.92399999999999	68.0	0.000517397821752326	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0831_000000012806	1457	0.7773167375614227	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.14644379614974448		0	0	False	False	0.9938229322433472	0					non-mobilizable	chromosome	1457.0	100.0	100.0	0.00031854359069948977	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
ENG0066_000000005594	3293	0.7773154377820269	5	4	2	4	3	True	114357	maximal	True	ENG0066_000000005594	1.0		0	0	False	False	0.9845126271247864	0					non-mobilizable	no_good_hit	796.0	83.166	24.0	0.32362592288761277	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0231_000000002727	4935	0.7773093340371672	6	5	3	3	5	True	27748	fragment	False	MON0017_000000003778	0.9827689243027888		0	0	False	False	0.9975683689117432	0					non-mobilizable	no_good_hit	3294.0	98.846	77.0	0.001147813890325738	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0096_000000023488	1376	0.7773007838748559	3	2	1	1	2	False	80027	fragment	False	ENG0096_000000023488	1.0		0	0	False	False	0.9978197813034058	0					non-mobilizable	no_good_hit	313.0	92.971	34.0	4.9802716979192104e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
FIJ0122_000000002035	8571	0.7772996741492273	10	5	3	4	3	False	115430	maximal	False	FIJ0113_000000002626	0.9894718473708701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	73.207	12.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0061_000000008642	2834	0.777295337870579	5	2	2	2	1	True	112963	fragment	False	FIJ0061_000000008642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	92.891	28.0	0.01621101270696958	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
AST0084_000000004272	6474	0.7772941936872926	12	10	3	6	8	True	125618	fragment	False	ISR0056_000000002323	0.8198241499938058		0	0	False	False	0.9973741173744202	0					non-mobilizable	no_good_hit	2173.0	93.603	58.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
AST0089_000000007309	2919	0.7772903453327795	3	1	1	1	1	False	110277	maximal	True	AST0089_000000007309	1.0		1	1	False	False	0.9900650978088379	0					non-mobilizable	no_good_hit	1646.0	91.495	56.0	0.010417002820464828	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
FIJ0142_000000002059	12403	0.7772898866360447	17	4	3	4	3	False	40228	maximal	True	FIJ0142_000000002059	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	73.289	4.0	0.013970242756460454	NZ_CP014878.1	firmicutes	Lactobacillus backii strain TMW 1.1989 plasmid pL11989-5, complete sequence	True	False
MAD0102_000000010511	1887	0.7772731026338531	2	2	2	2	2	False	79033	fragment	False	MAD0102_000000010511	1.0		0	0	False	False	0.9931107759475708	0					non-mobilizable	chromosome	1884.0	90.977	99.0	0.0006633997756438419	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0081_000000028974	1257	0.7772678148008545	2	2	2	2	1	True	44224	fragment	False	FIJ0081_000000028974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	89.55799999999999	40.0	0.01909896033885252	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
DEN0018_000000015070	2509	0.7772606031297508	4	4	4	4	2	False	131568	fragment	False	DEN0087_000000005028	0.935837222468906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1993.0	76.518	79.0	0.011381748922531605	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
AST0031_000000004501	6303	0.7772520325101338	8	8	5	5	4	False	128533	fragment	False	AST0031_000000004501	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4149.0	94.57700000000001	100.0	0.0014451370753994866	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0130_000000028566	1186	0.7772517012136766	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.013399509686102967		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	90.236	100.0	0.07442064937511775	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	False
ISR0048_000000012067	1574	0.7772483031891523	2	2	2	2	1	False	102207	fragment	False	ISR0048_000000012067	1.0		0	0	False	False	0.9993646740913391	0					non-mobilizable	no_good_hit	731.0	75.513	46.0	0.0002882748278182433	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
ENG0194_000000015306	1746	0.777235491717476	2	2	2	2	2	False	54517	maximal	True	ENG0194_000000015306	1.0		14	6	False	False	0.9770904779434204	0					non-mobilizable	no_good_hit	749.0	74.09899999999999	42.0	0.00022593432556922304	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
SPA0112_000000013223	2568	0.7772313532642553	4	2	1	2	1	False	4538	maximal	True	SPA0112_000000013223	1.0		1	1	False	False	0.9914330244064331	0					non-mobilizable	no_good_hit	2310.0	85.887	87.0	0.1930015943609969	MK233938.1	viruses	Uncultured human fecal virus clone S.salivarius_B01.V07.N19_1-proph_c1 sequence	True	False
AST0142_000000000655	11011	0.7772295060720072	14	13	12	13	12	False	105270	maximal	True	AST0142_000000000655	1.0		1	1	False	False	0.9983652830123901	0					non-mobilizable	no_good_hit	4680.0	95.94	69.0	0.0018528671275445704	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ISR0097_000000026575	1178	0.7772252867808476	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.361510075512778		0	0	False	False	0.988964319229126	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000016089	2428	0.7772233543630798	4	3	1	2	3	True	35850	fragment	False	ISR0051_000000016089	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2428.0	99.91799999999999	100.0	0.2440913205270039	AF178424.1	firmicutes	Lactococcus lactis plasmid pCI2000 putative resolvase, putative replication protein, putative transposase, ParA (parA), RepA (repA), and putative transposase genes, complete cds and unknown genes	False	True
CAN0006_000000007462	5997	0.7772132847252962	6	5	5	5	3	False	95764	maximal	True	CAN0006_000000007462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2628.0	97.603	71.0	0.0008923119476356282	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MAD0036_000000014827	2005	0.7772110300022963	3	3	3	3	2	True	63901	maximal	True	MAD0036_000000014827	1.0		37	9	False	False	0.9990025162696838	0					non-mobilizable	no_good_hit	428.0	85.514	21.0	0.0001871966274795881	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ISR0049_000000022610	1299	0.7772085165016959	2	2	2	2	2	False	35958	maximal	True	ISR0049_000000022610	1.0		13	3	False	False	0.9976905584335327	0					non-mobilizable	no_good_hit	420.0	83.095	35.0	0.00015470302755305333	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
MON0107_000000021966	2666	0.7771974405325129	3	3	3	3	3	False	87356	fragment	False	MON0107_000000021966	1.0		0	0	False	False	0.9951238036155701	0					non-mobilizable	no_good_hit	1604.0	97.506	80.0	0.0002906305286429712	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
CHI0147_000000004893	3911	0.7771905581699267	3	3	3	3	2	False	118958	fragment	False	ISR0018_000000004470	0.7851400399955101		0	0	False	False	0.9997442960739136	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	1.5031656668944797e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0137_000000003915	4564	0.7771871316553682	8	5	5	5	5	False	114963	fragment	False	ENG0137_000000003915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	77.003	13.0	0.0007605231226999503	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0031_000000001874	10264	0.7771871312133766	11	10	8	9	4	True	50043	fragment	False	FIJ0031_000000001874	1.0		0	0	False	False	0.9997076988220215	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	1.03977679458143e-05	AP022839.1	g-proteobacteria	Legionella sp. TUM19329 DNA, complete genome	True	True
AST0003_000000025520	1235	0.7771790769677934	2	2	2	2	2	False	129086	fragment	False	AST0003_000000025520	1.0		0	0	False	False	0.9724696278572083	0					non-mobilizable	no_good_hit	312.0	74.038	25.0	6.412449149803853e-05	NZ_NSDJ01000001.1	enterobacteria	Rahnella variigena strain CIP 105588 Rvar_contig000001, whole genome shotgun sequence	True	False
DEN0096_000000012652	3424	0.7771789779438771	5	3	3	1	2	False	113633	fragment	False	DEN0090_000000006691	0.9732921000843407		0	0	False	False	1.0	0					non-mobilizable	chromosome	2287.0	94.185	100.0	0.000796463631762621	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0818_000000006474	2692	0.7771624713378854	4	4	2	2	2	False	115345	fragment	False	ISR0818_000000006474	0.978608556577369		0	0	False	False	0.9925705790519714	0					non-mobilizable	other	2688.0	91.815	99.0	0.0006259489554141435	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0053_000000010211	2501	0.7771624713378854	4	4	2	2	2	False	115345	fragment	False	ISR0818_000000006474	0.9435364041604755		0	0	False	False	0.9960016012191772	0					non-mobilizable	other	2504.0	93.53	100.0	0.11064357532001595	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
ISR0168_000000016497	1494	0.7771624713378854	4	4	2	2	2	False	63701	fragment	False	USA0032_01_000000014269	0.9616402116402116		0	0	False	False	0.9979919791221619	0					non-mobilizable	other	1494.0	99.398	100.0	0.00034831971316933146	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0127_000000005443	4064	0.7771616889370097	7	7	7	7	5	False	99183	maximal	True	ISR0127_000000005443	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1785.0	99.04799999999999	77.0	0.0008045474578924839	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
MON0046_000000011233	2801	0.7771604928822317	4	4	4	4	3	False	11532	maximal	True	MON0046_000000011233	1.0		23	5	False	False	1.0	0					non-mobilizable	chromosome	1120.0	96.875	99.0	0.0002998732975021814	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0019_000000006503	4087	0.7771480412436195	5	4	3	3	4	False	128576	fragment	False	AST0019_000000006503	0.9640005583248726		0	0	False	False	1.0	0					non-mobilizable	other	4087.0	98.581	100.0	0.037456685550849786	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0081_000000007549	3101	0.7771441142542679	4	4	3	4	4	False	104690	fragment	False	ISR0181_000000005943	0.9915551306564692		0	0	False	False	0.9996775388717651	0					non-mobilizable	no_good_hit	843.0	74.733	27.0	0.004680797948392075	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0004_000000003232	4547	0.7771391540028597	11	7	6	5	3	False	8361	maximal	True	SPA0004_000000003232	1.0		16	4	False	False	0.9995601773262024	0					non-mobilizable	chromosome	3305.0	99.455	97.0	0.0005964925013273944	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0194_000000020228	1356	0.7771352231026898	1	1	1	1	1	False	87659	maximal	True	ISR0194_000000020228	1.0		7	1	False	False	1.0	0					non-mobilizable	other	1356.0	97.419	100.0	0.017224503286003025	NZ_JAAIQH010000014.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_14_length_78667_cov_335.352, whole genome shotgun sequence	False	False
MON0029_000000002374	6860	0.7771269675267962	10	10	8	10	7	False	74001	maximal	True	MON0029_000000002374	1.0		11	1	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	80.218	38.0	0.0002813111785400397	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0785_000000009857	3357	0.7771244942118257	3	3	3	3	3	False	81102	fragment	False	ISR0244_000000005855	0.9527920151065552		0	0	False	False	0.9991063475608826	0					non-mobilizable	no_good_hit	647.0	74.03399999999999	19.0	0.00031924490232674386	NZ_HF952018.1	firmicutes	Thermobrachium celere DSM 8682, whole genome shotgun sequence	True	False
MON0039_000000007939	5339	0.7771237616716283	6	6	5	6	5	False	125491	fragment	False	ISR0350_000000002586	0.9409075486696259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1499.0	86.124	80.0	0.0004186111672708146	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0849_000000021889	1234	0.7771212851465521	2	2	2	2	2	False	28080	fragment	False	ISR0849_000000021889	0.9772914946325351		0	0	False	False	0.9991896152496338	0					non-mobilizable	other	1234.0	97.164	100.0	0.004778810452146008	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
SPA0104_000000032031	1192	0.7771204903717349	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.07163404595263279		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	99.161	100.0	0.005038369446583131	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
CHI0154_000000021897	1527	0.7771179352594705	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.17006041763967716		0	0	False	False	1.0	0					non-mobilizable	chromosome	1482.0	89.609	97.0	0.00027511804515988357	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0141_000000015037	1499	0.7771179352594705	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.1694864886867108		0	0	False	False	0.9986657500267029	0					non-mobilizable	chromosome	1487.0	89.64399999999999	99.0	0.00026415486087606976	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
MON0077_000000029923	1492	0.7771179352594705	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.523914622156098		0	0	False	False	1.0	0					non-mobilizable	chromosome	1492.0	99.73200000000001	100.0	0.00026504367265559894	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0027_000000025424	1479	0.7771179352594705	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.6046790220301503		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	100.0	100.0	0.0002627327620288231	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0037_000000016765	1479	0.7771179352594705	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.5261196929895677		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	99.729	99.0	0.0002623772373170114	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0268_000000006684	2803	0.7771142794709048	4	3	2	3	3	True	124296	fragment	False	MON0018_000000005210	0.8964631932724052		0	0	False	False	1.0	0		MOBV			mobilizable	other	2808.0	93.198	100.0	0.0008438523758269121	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
FIJ0038_000000016893	2063	0.7771137745602592	3	3	3	3	3	False	47647	maximal	True	FIJ0038_000000016893	1.0		3	1	False	False	0.9970915913581848	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00035965869629923605	NZ_FQVG01000006.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
ISR0181_000000004005	4478	0.7771080788602249	6	2	2	2	1	False	111805	maximal	True	ISR0181_000000004005	1.0		2	1	False	False	0.9915140867233276	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.01077752117013087	XM_028333832.1	eudicots	PREDICTED: Glycine soja PH, RCC1 and FYVE domains-containing protein 1-like (LOC114375955), mRNA	True	False
FIJ0167_000000019296	1126	0.7771057249486926	2	2	2	2	1	False	38934	fragment	False	FIJ0167_000000019296	1.0		0	0	False	False	0.9671403169631958	0					non-mobilizable	other	1112.0	98.741	99.0	0.02294980375955381	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0097_000000019068	1905	0.7771029503915431	2	2	2	2	1	False	118702	fragment	False	MON0097_000000019068	1.0		0	0	False	False	0.9994750618934631	0					non-mobilizable	other	1905.0	99.633	100.0	0.01106732233576303	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0155_000000004057	6459	0.7770942120870757	7	7	4	6	6	True	30610	maximal	True	ISR0155_000000004057	1.0		2	1	False	False	0.9998452067375183	0					non-mobilizable	no_good_hit	1970.0	77.107	55.0	0.0012299089751934156	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
CHI0057_000000003731	4435	0.7770914899559671	4	4	3	2	3	False	117816	maximal	True	CHI0057_000000003731	1.0	PS794	6	2	False	True	1.0	0					non-mobilizable	no_good_hit	1983.0	100.0	65.0	0.013350397413444699	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	True	True
ISR0785_000000008198	3915	0.7770911943992245	6	4	4	4	3	False	116380	fragment	False	MON0060_000000006725	0.5045913449455912		0	0	False	False	0.9992337226867676	0					non-mobilizable	other	2393.0	91.43299999999999	99.0	0.0005793553831627998	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0378_000000007684	3185	0.7770880246661337	3	3	3	3	1	True	121150	fragment	False	ISR0062_000000009928	0.9431838154888713		0	0	False	False	0.9996860027313232	0					non-mobilizable	virus	2942.0	98.98	92.0	0.22041519898073897	MK232331.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_1-CL12_c1 sequence	False	True
MON0041_000000049056	1408	0.7770809926906577	2	2	2	2	2	False	11778	fragment	False	MON0041_000000049056	1.0		0	0	False	False	0.9751420617103577	0					non-mobilizable	no_good_hit	476.0	73.109	33.0	0.0069687471470740395	NZ_BIMD01000032.1	firmicutes	Paenibacillus humicus NBRC 102415 PHU01S_CON000032, whole genome shotgun sequence	True	False
ITA0005_000000002217	7259	0.7770784159962344	7	7	5	5	7	False	131456	maximal	True	ITA0005_000000002217	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit	5769.0	98.492	79.0	0.059277024106058424	NZ_JAAIQH010000011.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_11_length_97154_cov_219.4, whole genome shotgun sequence	True	False
DEN0034_000000000261	15614	0.7770774206520555	16	7	4	5	5	False	73572	maximal	True	DEN0034_000000000261	1.0		1	1	False	False	0.9991674423217773	0					non-mobilizable	no_good_hit	2418.0	77.378	23.0	0.002819100286142206	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0150_000000013327	1553	0.7770753602267532	2	1	1	1	1	False	3259	maximal	True	SPA0150_000000013327	1.0		4	3	False	False	0.9909852147102356	0					non-mobilizable	no_good_hit	122.0	89.344	8.0	3.276849337132257e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0130_000000006937	3045	0.7770750093250532	4	4	2	3	2	False	40887	maximal	True	FIJ0130_000000006937	1.0		2	1	False	False	0.9891625642776489	0					non-mobilizable	no_good_hit	754.0	79.708	43.0	0.0003349639754868098	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	False
ENG0049_000000002597	7520	0.7770748906905732	13	10	5	10	9	False	116998	maximal	True	ENG0049_000000002597	1.0		4	4	False	False	0.9998670220375061	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	0.00529567519858782	LN599493.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000017782	True	False
FIJ0050_000000014698	1738	0.7770747091514485	3	2	1	1	1	True	46597	maximal	True	FIJ0050_000000014698	1.0		1	1	False	False	0.9637514352798462	0					non-mobilizable	no_good_hit								True	True
USA0066_01_000000008342	2493	0.7770627478016973	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.8974973666156089		0	0	False	False	0.9799438714981079	0					non-mobilizable	other	2197.0	86.573	94.0	0.012491428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0005_000000002236	11106	0.7770602201861341	7	5	3	5	2	False	87892	fragment	False	ISR0179_000000002263	0.929996151406422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	87.869	45.0	0.009777513327490411	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0779_000000031860	1110	0.7770522976975871	2	2	2	2	2	False	22311	maximal	True	ISR0779_000000031860	1.0		27	8	False	False	0.9972972869873047	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	4.0	8.182105857221843e-06	CP056199.1	enterobacteria	Enterobacter sp. RHBSTW-00994 chromosome, complete genome	True	False
MON0046_000000009089	3365	0.7770389338149583	5	4	4	4	4	False	104532	fragment	False	MON0046_000000009089	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3365.0	98.96	100.0	0.013450619752099161	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
AST0084_000000015251	2278	0.7770365415574899	3	3	3	3	3	False	111460	fragment	False	MAD0086_000000003690	0.8527161945717799		0	0	False	False	0.9995610117912292	0					non-mobilizable	chromosome	2278.0	100.0	100.0	0.0004557165407091766	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
FIJ0108_000000003955	5328	0.7770326580549363	13	4	3	4	3	False	104365	fragment	False	FIJ0108_000000003955	1.0		0	0	False	False	0.9996246099472046	0					non-mobilizable	no_good_hit	1352.0	75.962	33.0	0.003982431164952178	NZ_FRFD01000007.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
ISR0841_000000000521	15995	0.777032013763883	20	9	2	9	2	False	20773	maximal	True	ISR0841_000000000521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.723936695549722e-07	AP022681.1	bony fishes	Epinephelus fuscoguttatus DNA, LG7, complete sequence	True	False
SPA0010_000000002054	8051	0.7770273544413513	15	6	3	4	6	False	119852	maximal	True	SPA0010_000000002054	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	1.0	1.503708829477505e-05	NZ_KI783301.1	firmicutes	Thermicanus aegyptius DSM 12793 TheaeDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
FIJ0069_000000003754	6404	0.7770267812840796	6	5	5	4	4	False	71501	maximal	True	FIJ0069_000000003754	1.0		1	1	False	False	0.9995315670967102	0					non-mobilizable	no_good_hit	2397.0	89.111	66.0	0.202167287504233	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
AST0029_000000009348	3279	0.7770210176995256	1	1	1	1	1	False	118386	maximal	True	AST0029_000000009348	1.0		22	8	False	False	0.9902409315109253	0					non-mobilizable	no_good_hit	57.0	85.965	2.0	0.008322187546440778	XM_025644130.1	ascomycetes	Aspergillus aculeatinus CBS 121060 putative nonribosomal peptide synthase (BO66DRAFT_332323), partial mRNA	True	False
FIJ0158_000000002033	8579	0.7770165582782332	9	7	4	6	4	False	45700	maximal	True	FIJ0158_000000002033	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	98.667	1.0	0.0010631572898109304	NZ_QEKJ01000014.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_114, whole genome shotgun sequence	True	False
MAD0046_000000000310	35288	0.7770135834266144	35	18	10	17	10	True	20200	maximal	True	MAD0046_000000000310	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2865.0	70.71600000000001	8.0	0.0157294049060496	NZ_QFFM01000003.1	high GC Gram+	Bifidobacterium callitrichidarum strain TRI 5 DS8229454_c3, whole genome shotgun sequence	True	True
ISR0034_000000007341	2775	0.7770126233814766	4	4	4	4	3	False	89537	maximal	True	ISR0034_000000007341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1944.0	99.383	70.0	0.007753515618764865	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	True	False
MON0106_000000016141	2538	0.7770105812207241	3	3	2	3	3	False	81893	fragment	False	MON0106_000000016141	0.9592769169646405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	82.26	59.0	0.0004593809317271324	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0134_000000008534	3457	0.7770078463698412	4	3	3	3	3	False	3673	maximal	True	SPA0134_000000008534	1.0		27	7	False	False	0.9988429546356201	0					non-mobilizable	chromosome	3447.0	99.913	99.0	0.0006634155134085037	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
CHI0029_000000004079	2911	0.7770039166523459	2	2	2	2	2	False	88610	maximal	True	CHI0029_000000004079	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	666.0	85.736	24.0	0.049042884700994216	CP034682.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_13kb, complete sequence	True	False
FIJ0101_000000009217	3025	0.7769897277645834	3	2	1	1	2	False	42703	fragment	False	FIJ0101_000000009217	1.0		0	0	False	False	0.9996694326400757	0					non-mobilizable	no_good_hit								True	False
AST0108_000000012112	2280	0.7769888819332462	3	2	2	2	2	False	129170	fragment	False	AST0108_000000012112	0.9827032498340831		0	0	False	False	1.0	0					non-mobilizable	chromosome	2061.0	75.837	95.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0217_000000010995	2178	0.7769888819332462	3	2	2	2	2	False	129170	fragment	False	AST0108_000000012112	0.967752634130163		0	0	False	False	1.0	0					non-mobilizable	chromosome	2061.0	75.788	97.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0014_000000007593	3136	0.7769868985622403	4	4	4	4	3	False	116798	maximal	True	FIJ0014_000000007593	1.0		1	1	False	False	0.9850127696990967	0					non-mobilizable	no_good_hit	1588.0	94.01799999999999	51.0	0.04377169837522566	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	True	False
CHI0188_000000008018	1895	0.7769812176566077	2	2	2	2	1	False	81307	fragment	False	CHI0188_000000008018	1.0		0	0	False	False	0.9968338012695312	0					non-mobilizable	no_good_hit	1455.0	100.0	77.0	0.007605278712019374	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CHI0140_000000007656	3908	0.7769802524429449	3	3	2	3	2	False	110760	maximal	True	CHI0140_000000007656	1.0		4	2	False	False	0.9997441172599792	0					non-mobilizable	chromosome	1727.0	99.479	100.0	0.000329105553646684	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
CHI0147_000000015534	1179	0.7769757843428441	2	2	2	2	2	False	79621	fragment	False	CHI0147_000000015534	1.0		0	0	False	False	0.9983036518096924	0					non-mobilizable	no_good_hit	70.0	82.85700000000001	6.0	2.566416726193277e-05	NZ_CP012543.1	e-proteobacteria	Campylobacter rectus strain ATCC 33238 chromosome, complete genome	True	False
ISR0353_000000028028	1302	0.7769724902736056	1	1	0	1	1	False	90401	fragment	False	ISR0353_000000028028	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1302.0	100.0	100.0	0.03322776727792818	CP054346.1	enterobacteria	Escherichia coli strain SCU-176 plasmid pSCU-176-1, complete sequence	False	True
MON0038_000000028532	1231	0.7769694540763615	2	1	1	1	1	True	11977	fragment	False	MON0038_000000028532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00020121923954032582	NZ_JACAOZ010000013.1	g-proteobacteria	Pseudomonas edaphica strain B7002 run0228_B7002_S27_L005_contig_13, whole genome shotgun sequence	True	True
ENG0018_000000005833	3652	0.7769680443700038	5	5	5	5	5	False	128579	fragment	False	AST0005_000000007624	0.9533807540025061		0	0	False	False	0.9983570575714111	0					non-mobilizable	other	3653.0	99.535	100.0	0.11577846114827378	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0023_000000004716	5683	0.7769649842641885	4	3	3	3	2	False	108253	maximal	True	ISR0023_000000004716	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2480.0	89.15299999999999	58.0	0.03433113244187982	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0077_000000016306	2089	0.7769638977365851	2	2	2	2	2	False	34513	maximal	True	ISR0077_000000016306	1.0		2	2	False	False	0.99569171667099	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	0.06169871794871795	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
MON0103_000000046802	1259	0.7769618981589068	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.3462431911133298		0	0	False	False	0.9992057085037231	0					non-mobilizable	other	1269.0	80.457	100.0	0.039888122556653846	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	False	False
CHI0173_000000000193	52729	0.7769585888597383	56	22	9	18	11	False	77924	maximal	True	CHI0173_000000000193	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	81.74600000000001	0.0	0.0002372403736825203	NZ_ATXD01000008.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0381_000000003210	4699	0.7769569317005894	5	2	2	2	2	True	85085	fragment	False	ISR0381_000000003210	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3719.0	98.898	80.0	0.0016591718331706738	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0382_000000005379	2550	0.7769569317005894	2	2	2	2	2	True	85084	fragment	False	ISR0382_000000005379	0.9893571732652193		0	0	False	True	0.9992156624794006	0					non-mobilizable	no_good_hit	1493.0	99.33	63.0	0.0006658107517726319	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
SPA0014_000000009753	2349	0.7769569317005894	2	2	2	2	2	True	85084	fragment	False	ISR0382_000000005379	0.9507843137254902		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1537.0	99.34899999999999	65.0	0.0006854459213959535	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
SPA0149_000000016263	2406	0.7769447789587745	3	2	0	1	2	False	90424	fragment	False	MAD0049_000000006600	0.9513758009800226		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	2406.0	100.0	100.0	0.016560851661593972	MN823989.1	enterobacteria	Klebsiella pneumoniae strain 283149 plasmid p283149-FII, complete sequence	False	True
MAD0054_000000006122	2478	0.7769390486333186	3	3	3	3	2	False	17162	maximal	True	MAD0054_000000006122	1.0		64	9	False	False	0.9878934621810913	0					non-mobilizable	no_good_hit	1683.0	99.70299999999999	68.0	0.0003592055279210756	LR134082.1	enterobacteria	Escherichia coli strain NCTC9038 genome assembly, chromosome: 1	True	False
ISR0375_000000004418	4229	0.7769339725937945	4	3	3	2	2	False	122592	maximal	True	ISR0375_000000004418	1.0		14	4	False	False	1.0	0					non-mobilizable	other	4229.0	99.432	100.0	0.02292232541244463	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
MAD0109_000000002581	5052	0.7769317871048564	7	7	4	4	7	False	75455	fragment	False	MAD0109_000000002581	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5061.0	98.20200000000001	99.0	0.02531404453266765	CP010149.1	enterobacteria	Escherichia coli strain D6 plasmid A, complete genome	False	True
MON0076_000000033927	1421	0.7769232619868529	1	1	1	1	1	False	10277	maximal	True	MON0076_000000033927	1.0		1	1	False	False	0.9964813590049744	0					non-mobilizable	other	1422.0	87.48200000000001	99.0	0.05526459782693661	NZ_WEHX01000028.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_28_length_25586_cov_391.010554, whole genome shotgun sequence	False	False
ENG0091_000000012002	1993	0.7769220421339692	3	2	1	2	1	True	61183	maximal	True	ENG0091_000000012002	1.0		3	2	False	False	0.974912166595459	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0003621392902069912	NZ_PYLQ01000007.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_6, whole genome shotgun sequence	True	True
MAD0090_000000000549	17768	0.7769208767899374	24	11	5	10	7	True	121934	maximal	True	MAD0090_000000000549	1.0		1	1	False	False	0.996679425239563	0					non-mobilizable	no_good_hit	4753.0	97.286	27.0	0.13749782898164767	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	True	True
ISR0022_000000008319	3024	0.7769195010455361	5	4	4	3	2	False	80264	fragment	False	ISR0022_000000008319	1.0		0	0	False	False	0.9917327761650085	0					non-mobilizable	no_good_hit	70.0	87.14299999999999	2.0	0.0001116595193785905	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
AST0052_000000004243	4628	0.7769147478163514	6	5	2	3	4	True	114623	maximal	True	AST0052_000000004243	1.0		3	3	False	False	0.9997839331626892	0					non-mobilizable	plasmid	4417.0	98.008	100.0	0.09142502071251035	CP016748.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM1 plasmid pJM1B, complete sequence	False	True
MON0041_000000012187	4183	0.776913482974303	4	4	4	3	3	False	12514	fragment	False	MON0080_000000009237	0.945874587458746		0	0	False	False	1.0	0					non-mobilizable	chromosome	2995.0	86.711	94.0	0.0012925190420010155	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0171_000000017623	1652	0.7769134792809291	2	2	1	2	2	False	29974	maximal	True	ISR0171_000000017623	1.0		39	5	False	False	0.991525411605835	0					non-mobilizable	no_good_hit	450.0	80.0	27.0	0.0001145965555992032	CP006903.1	firmicutes	Clostridium botulinum 202F, complete genome	True	False
CHI0063_000000000598	16097	0.7769120987058524	16	14	8	11	10	True	118407	maximal	True	CHI0063_000000000598	1.0		10	3	False	False	0.9993787407875061	0					non-mobilizable	no_good_hit	7251.0	97.559	45.0	0.12759513286023702	NZ_PYLP01000016.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_15, whole genome shotgun sequence	True	True
FIJ0123_000000013277	2432	0.7769038545095318	4	4	4	3	3	False	117362	maximal	True	FIJ0123_000000013277	1.0	PS787	0	0	False	True	0.9995887875556946	0					non-mobilizable	no_good_hit	1441.0	99.02799999999999	84.0	0.0006243634419595647	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	True
SPA0053_000000012792	2624	0.7768977404148061	3	3	3	2	2	False	116959	fragment	False	ISR0388_000000008760	0.4767629362554485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2238.0	94.325	85.0	0.08118594436310396	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
USA0063_01_000000007773	2610	0.776888815791927	2	2	2	2	2	False	101112	fragment	False	CHI0024_000000004419	0.9790768678160919		0	0	False	False	1.0	0					non-mobilizable	chromosome	1877.0	99.574	100.0	0.0003744255382167525	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0066_000000004528	3940	0.7768862985057338	4	3	2	3	3	True	62789	maximal	True	ENG0066_000000004528	1.0		1	1	False	False	0.9979695677757263	0					non-mobilizable	chromosome	2663.0	100.0	99.0	0.000525572082842954	CP041550.1	enterobacteria	Escherichia coli strain 144 chromosome	False	True
FIJ0163_000000012572	1949	0.7768829215630135	3	3	3	3	3	False	39161	maximal	True	FIJ0163_000000012572	1.0		11	4	False	False	0.9861467480659485	0					non-mobilizable	other	1909.0	99.529	98.0	0.0007376926535786793	NC_014330.1	bacteria	Brachyspira pilosicoli 95/1000, complete sequence	False	False
SPA0069_000000004900	4889	0.7768605465903182	4	3	3	3	2	True	96528	maximal	True	SPA0069_000000004900	1.0		6	1	False	False	0.9995909333229065	0					non-mobilizable	no_good_hit	3484.0	98.794	86.0	0.001019960536927374	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
SPA0070_000000004605	4565	0.7768605465903182	4	3	3	3	2	True	96528	maximal	False	SPA0069_000000004900	0.9668643894456944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3219.0	98.726	87.0	0.0009423580269400774	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0045_000000013422	1520	0.7768537255525946	2	1	1	1	1	False	11564	maximal	True	MON0045_000000013422	1.0		24	6	False	False	0.9743421077728271	0					non-mobilizable	no_good_hit	1328.0	74.247	86.0	0.00039418127790538134	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0052_000000010976	3069	0.7768524288589643	4	2	2	2	1	False	119069	fragment	False	ISR0023_000000008534	0.9456996650440616		0	0	False	False	0.9938090443611145	0					non-mobilizable	no_good_hit	447.0	79.418	14.0	0.00014085310568205295	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0168_000000008940	2893	0.7768483570773399	4	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.5550217560323297		0	0	False	False	1.0	0					non-mobilizable	other	2804.0	98.431	100.0	0.0008373814743474568	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0022_000000006291	2736	0.7768483570773399	3	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.5074938382402817		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	98.721	100.0	0.0008167533694813467	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0033_000000023535	2734	0.7768483570773399	5	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.41953469643032104		0	0	False	False	1.0	0					non-mobilizable	other	2395.0	98.789	97.0	0.0007151076353584851	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0163_000000003368	2720	0.7768483570773399	4	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.5058389909099141		0	0	False	False	1.0	0					non-mobilizable	other	2463.0	98.863	100.0	0.0007354367821830574	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0129_000000009830	2716	0.7768483570773399	3	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.5042888239186963		0	0	False	False	1.0	0					non-mobilizable	other	2717.0	97.64399999999999	100.0	0.0008110731666921279	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0037_000000025528	2666	0.7768483570773399	3	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.392746621760564		0	0	False	False	1.0	0					non-mobilizable	other	2376.0	98.86399999999999	97.0	0.0007097263906108042	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0397_000000007331	2651	0.7768483570773399	5	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.3908221749852258		0	0	False	False	1.0	0					non-mobilizable	other	2628.0	98.82	100.0	0.0007853627751198747	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0087_000000012793	2270	0.7768437552749706	4	4	4	4	4	False	108454	fragment	False	ISR0821_000000011922	0.9570737605804112		0	0	False	False	0.9982379078865051	0					non-mobilizable	chromosome	2270.0	99.956	100.0	0.0004824103081451653	CP029981.1	enterobacteria	Escherichia coli strain 99-3165 chromosome, complete genome	False	False
ISR0215_000000006550	4384	0.7768385778151522	4	2	2	2	2	False	72812	maximal	True	ISR0215_000000006550	1.0		23	7	False	False	0.997947096824646	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00012918974233445865	NZ_PYLQ01000001.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_0, whole genome shotgun sequence	True	False
ISR0050_000000008536	2968	0.7768350637523528	3	3	3	2	2	False	38092	maximal	True	ISR0050_000000008536	1.0		1	1	False	False	0.9993261694908142	0					non-mobilizable	no_good_hit	1796.0	99.833	61.0	0.04976434710285556	NZ_SPFU01000040.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_40_length_36070_cov_19.8322, whole genome shotgun sequence	True	False
MON0001_000000024297	1434	0.7768349863739722	1	1	1	1	1	False	62567	fragment	False	ENG0068_000000018038	0.9849045324632208		0	0	False	False	0.9986053109169006	0					non-mobilizable	other	1434.0	99.861	100.0	0.000277541651099737	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0052_000000024349	1366	0.7768325340171924	1	1	1	1	1	False	63930	maximal	True	ENG0052_000000024349	1.0		0	0	False	False	0.9970717430114746	0					non-mobilizable	no_good_hit	396.0	95.20200000000001	29.0	0.0025799625088992377	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
AST0118_000000014245	2148	0.776830733453038	2	2	2	2	2	False	123248	maximal	True	AST0118_000000014245	1.0		3	2	False	False	0.9953445196151733	0					non-mobilizable	no_good_hit	1445.0	96.955	67.0	0.005542526609117533	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
FIJ0005_000000017856	1942	0.7768236757496013	3	3	3	3	2	False	51898	fragment	False	MON0095_000000015059	0.9524359737763245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	77.938	53.0	0.00034534559298968643	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0292_000000001966	7189	0.7768233401357072	5	4	3	4	3	True	48554	maximal	True	ISR0292_000000001966	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.131	20.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0069_000000003342	6966	0.7768204288517365	18	8	3	5	7	True	114434	maximal	True	ISR0069_000000003342	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	3867.0	96.61200000000001	81.0	0.05997362091706106	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
AST0012_000000011916	1905	0.7768117463717984	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.33436870688081377		0	0	False	False	1.0	0					non-mobilizable	chromosome	1906.0	98.374	100.0	0.0006640101612725572	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0055_000000007903	2604	0.7768101743819829	3	3	3	3	3	False	131397	fragment	False	MON0055_000000007903	0.9731671999432544		0	0	False	False	0.9996159672737122	0					non-mobilizable	no_good_hit	209.0	76.077	8.0	8.566738655130682e-05	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	True	False
FIJ0006_000000004961	6409	0.7768024081786091	9	2	1	1	2	True	97630	fragment	False	MAD0060_000000001872	0.9266134880348078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.89	18.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0064_000000004357	5089	0.7768024081786091	5	2	1	1	2	True	97628	fragment	False	MON0064_000000004357	1.0		0	0	False	False	0.9834938049316406	0					non-mobilizable	no_good_hit	1185.0	98.397	23.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
BAN0041_000000000599	4960	0.7768024081786091	4	2	1	1	2	True	97627	fragment	False	BAN0041_000000000599	0.9499281775641152		0	0	False	False	0.9973790049552917	0					non-mobilizable	no_good_hit	1185.0	98.228	24.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0028_000000003451	4924	0.7768024081786091	5	2	1	1	2	True	97627	fragment	False	BAN0041_000000000599	0.942724777528678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.975	24.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0001_000000004047	4849	0.7768024081786091	5	2	1	1	2	True	97627	fragment	False	BAN0041_000000000599	0.9332784671086536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.31200000000001	24.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0107_000000012758	4262	0.7768024081786091	4	2	1	1	2	True	85052	fragment	False	MON0107_000000012758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	98.223	28.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0035_000000006050	4187	0.7768024081786091	5	2	1	1	2	True	85051	fragment	False	MON0011_000000010244	0.7110622292647969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.397	28.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
CHI0130_000000003900	4168	0.7768024081786091	6	2	1	1	2	True	85051	fragment	False	MON0011_000000010244	0.7121532658972759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.72200000000001	28.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0106_000000013319	3026	0.7768024081786091	4	2	1	1	2	True	67465	fragment	False	MON0078_000000012882	0.8523006250974653		0	0	False	False	0.9996695518493652	0					non-mobilizable	no_good_hit	1185.0	98.397	39.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0032_000000008240	3013	0.7768024081786091	4	2	1	1	2	True	67465	fragment	False	MON0078_000000012882	0.8478553142862172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	96.87799999999999	39.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0154_000000032181	1263	0.7767928675056507	2	2	2	2	1	False	39549	maximal	True	FIJ0154_000000032181	1.0		11	1	False	False	1.0	0					non-mobilizable	other	1156.0	81.488	91.0	0.002806475130631542	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0052_000000001593	13571	0.7767900686991085	19	9	5	7	3	True	95418	maximal	True	ENG0052_000000001593	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	91.833	6.0	0.0001528343250861259	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0049_000000013751	2159	0.776787527801332	4	2	1	1	0	True	119839	maximal	True	ISR0049_000000013751	1.0		0	0	False	False	0.9856414794921875	0					non-mobilizable	no_good_hit	286.0	82.867	13.0	0.0025091989182958727	NZ_QEKJ01000007.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_107, whole genome shotgun sequence	True	True
ISR0824_000000014095	1647	0.7767838374876771	3	2	2	2	2	False	21156	maximal	True	ISR0824_000000014095	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	100.0	72.0	0.0005314883413949092	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0052_000000015587	1755	0.7767827212266151	4	1	1	1	1	False	10084	fragment	False	SPA0052_000000015587	1.0		0	0	False	False	0.9988604187965393	0					non-mobilizable	chromosome	1755.0	99.88600000000001	100.0	0.0004401072717564546	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0853_000000014406	1265	0.7767818698680284	2	2	2	2	2	False	36767	fragment	False	ISR0853_000000014406	0.9931330472103004		0	0	False	False	0.9628458619117737	0					non-mobilizable	no_good_hit	252.0	77.778	32.0	6.962871118933388e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0015_000000007385	4792	0.7767730934524946	6	6	2	4	6	True	13435	fragment	False	MON0015_000000007385	1.0		0	0	False	False	0.9993739724159241	0					non-mobilizable	plasmid	4782.0	99.875	99.0	0.03361173211850227	MT108213.1	enterobacteria	Klebsiella pneumoniae strain ZZ100 plasmid pZZ100-KPC, complete sequence	False	True
CHI0055_000000008707	1904	0.7767701915515978	3	3	3	3	3	False	93557	fragment	False	ISR0186_000000013436	0.6440113276694985		0	0	False	False	1.0	0					non-mobilizable	chromosome	1905.0	97.63799999999999	100.0	0.0005328928384408294	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0059_000000012965	1494	0.7767655611368485	3	3	3	2	1	True	131026	fragment	False	CHI0117_000000007167	0.12524955788565745		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	83.694	100.0	0.0006161984745943884	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
FIJ0047_000000013413	2279	0.7767571801325355	3	2	2	2	2	False	91055	fragment	False	SPA0154_000000002982	0.470532319391635		0	0	False	False	0.9991224408149719	0					non-mobilizable	other	2279.0	98.069	100.0	0.024747310074991848	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0386_000000010140	3370	0.7767557922861679	3	3	3	3	3	False	23003	maximal	True	ISR0386_000000010140	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	2152.0	98.32700000000001	64.0	0.0003452452864138188	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
SPA0119_000000015363	2077	0.7767438969924446	2	2	2	2	2	False	4216	maximal	True	SPA0119_000000015363	1.0		102	10	False	False	1.0	0					non-mobilizable	other	2077.0	99.182	100.0	0.021707079895856206	NZ_CABMGA010000007.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0057_000000018866	1726	0.7767359773465585	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.279602080857873		0	0	False	False	0.997682511806488	0					non-mobilizable	chromosome	1726.0	99.94200000000001	100.0	0.0005559991013765249	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0005_01_000000006584	5516	0.7767308130726569	9	5	2	3	3	False	76548	fragment	False	DEN0005_000000005108	0.9520450080371494		0	0	False	False	0.997824490070343	0					non-mobilizable	no_good_hit	1598.0	78.285	41.0	0.006701030927835051	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
ENG0154_000000005969	4613	0.7767308130726569	8	5	2	3	3	False	73216	fragment	False	ENG0154_000000005969	1.0		0	0	False	False	0.9976154565811157	0					non-mobilizable	no_good_hit	1598.0	78.223	49.0	0.006701030927835051	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
ISR0146_000000009930	3888	0.7767308130726569	7	5	2	3	3	False	73215	fragment	False	ISR0146_000000009930	1.0		0	0	False	False	0.9948559403419495	0					non-mobilizable	no_good_hit	1599.0	78.17399999999999	58.0	0.006701030927835051	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
MON0081_000000035232	1501	0.7767264604473736	2	1	1	1	1	False	9966	maximal	True	MON0081_000000035232	1.0		2	2	False	False	0.9880080223083496	0					non-mobilizable	no_good_hit								True	False
SPA0003_000000007831	2309	0.7767259121322316	3	2	2	2	1	True	91782	maximal	True	SPA0003_000000007831	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	74.128	15.0	0.005857999347202419	NZ_JH605018.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld930, whole genome shotgun sequence	True	True
ENG0150_000000002985	5181	0.7767244257268854	5	5	4	4	5	False	88837	maximal	True	ENG0150_000000002985	0.9936757502489054		240	13	False	False	1.0	0					non-mobilizable	chromosome	5181.0	99.67200000000001	100.0	0.0014420433587361242	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0164_000000008425	2756	0.7767038323345198	2	2	2	2	2	False	116541	maximal	True	CHI0164_000000008425	1.0	PS777	6	3	False	True	1.0	0					non-mobilizable	chromosome	2484.0	87.52	90.0	0.0007131085881754421	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
CHI0126_000000006159	2437	0.7767038323345198	2	2	2	2	2	False	116540	fragment	False	CHI0126_000000006159	0.9727584727584727		0	0	False	True	1.0	0					non-mobilizable	chromosome	2450.0	87.34700000000001	100.0	0.0007032526158185457	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
FIJ0037_000000009407	3043	0.7766981088155516	4	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.6155828443494578		0	0	False	False	1.0	0					non-mobilizable	other	2767.0	98.735	100.0	0.0008263200268105572	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0068_000000033230	1274	0.7766965181869889	2	1	1	1	1	False	10536	fragment	False	MON0068_000000033230	1.0		0	0	False	False	0.9583987593650818	0					non-mobilizable	no_good_hit								True	False
FIJ0074_000000007227	4422	0.7766958803855142	8	3	1	3	1	False	44666	maximal	True	FIJ0074_000000007227	1.0		0	0	False	False	0.9995477199554443	0					non-mobilizable	no_good_hit								True	False
ISR0086_000000003148	7457	0.7766948077543441	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9509173448918508		0	0	False	False	0.9997317790985107	0					non-mobilizable	no_good_hit	1320.0	83.788	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0134_000000004354	7322	0.7766948077543441	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.948463440961329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.788	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0124_000000000795	23427	0.7766932354521667	22	11	10	9	7	True	132166	maximal	True	FIJ0124_000000000795	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1796.0	95.824	15.0	0.0005044523895305473	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0836_000000006552	3062	0.7766912173068593	5	4	2	4	2	True	70528	maximal	True	ISR0836_000000006552	1.0		1	1	False	False	0.9964075684547424	0					non-mobilizable	no_good_hit	477.0	96.01700000000001	16.0	0.00012870364336761196	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0044_000000001635	12084	0.7766862263767227	15	4	2	4	4	True	101329	fragment	False	FIJ0068_000000001978	0.6616079025451753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	92.029	2.0	0.11639762107051826	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
AST0113_000000023163	1620	0.7766776439475764	2	2	2	2	2	True	106515	maximal	True	AST0113_000000023163	1.0		2	2	False	False	0.9913580417633057	0					non-mobilizable	other	1592.0	98.681	98.0	0.00045380701271687126	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0114_000000008799	1702	0.776669741498936	3	3	3	2	1	False	92375	fragment	False	ENG0171_000000013063	0.6987587302303624		0	0	False	False	0.9988248944282532	0					non-mobilizable	other	1705.0	95.836	100.0	0.0033285706935379817	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ENG0202_000000008633	2574	0.7766688791758901	3	3	3	3	3	False	117893	fragment	False	ISR0134_000000011779	0.6601142193488105		0	0	False	False	1.0	0					non-mobilizable	chromosome	2575.0	93.28200000000001	100.0	0.0008110034221003318	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0258_000000026598	1135	0.7766685003308008	2	2	2	1	1	False	85695	fragment	False	ISR0252_000000009219	0.36260807391591066		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	96.228	100.0	0.0034364884347203206	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0034_000000000611	24923	0.7766633266391149	21	10	7	9	4	True	59633	fragment	False	ISR0182_000000000707	0.9311750708552395		0	0	False	False	0.9993178844451904	0					non-mobilizable	no_good_hit								True	True
CHI0120_000000008153	1833	0.7766624663673586	2	2	1	1	1	True	81838	maximal	True	CHI0120_000000008153	1.0		0	0	False	False	0.9896344542503357	0					non-mobilizable	no_good_hit	1380.0	99.565	75.0	0.0002215417635945352	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
CAN0002_000000002127	6857	0.7766578536903205	12	5	3	4	3	True	96987	maximal	True	CAN0002_000000002127	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.0006488931736438133	NZ_JNWQ01000047.1	high GC Gram+	Streptomyces novaecaesareae strain NRRL B-1267 contig47.1, whole genome shotgun sequence	True	True
ISR0106_000000018284	1468	0.7766552610022971	3	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.9323327337567148		0	0	False	False	0.9700272679328918	0					non-mobilizable	other	1473.0	97.82799999999999	100.0	0.005262573394807642	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0181_000000003161	6129	0.7766522706729367	4	2	0	2	1	True	81802	fragment	False	CHI0181_000000003161	1.0		0	0	False	False	0.9996736645698547	0					non-mobilizable	no_good_hit	79.0	92.405	1.0	0.006001846722068329	NZ_WNCH01000059.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold59_size12996, whole genome shotgun sequence	True	True
CHI0154_000000002421	10046	0.7766519563961882	8	7	7	7	5	False	79229	maximal	True	CHI0154_000000002421	1.0		1	1	False	False	0.997212827205658	0					non-mobilizable	no_good_hit	2244.0	99.777	32.0	0.0005106806943344952	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0184_000000003308	7172	0.776648109085736	9	2	1	2	1	True	55123	maximal	True	ENG0184_000000003308	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.006937307297019527	XR_002786282.1	placentals	PREDICTED: Loxodonta africana family with sequence similarity 228 member A (FAM228A), transcript variant X11, misc_RNA	True	True
ISR0080_000000013587	2307	0.7766409648373173	3	3	3	3	2	False	68322	fragment	False	ISR0080_000000013587	0.9697303792708342		0	0	False	False	0.9973992109298706	0					non-mobilizable	no_good_hit	1255.0	77.53	54.0	0.00034763654921965854	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0182_000000006432	3996	0.7766378018303232	8	1	1	1	1	False	77379	maximal	True	CHI0182_000000006432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0029_000000006160	3818	0.7766370530576142	4	3	3	3	3	False	123628	fragment	False	USA0108_01_000000001009	0.032904651241033235		0	0	False	True	0.9887375831604004	0					non-mobilizable	chromosome	3510.0	98.54700000000001	92.0	0.0007989204442352847	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0088_000000008185	3635	0.7766370530576142	5	3	3	3	3	False	123628	fragment	False	USA0108_01_000000001009	0.02231979996455814		0	0	False	True	1.0	0					non-mobilizable	plasmid	3513.0	99.915	97.0	0.11337809917355372	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MAD0007_000000001955	3458	0.7766370530576142	4	3	3	3	3	False	123628	fragment	False	USA0108_01_000000001009	0.01489713323038074		0	0	False	True	0.9973973631858826	0					non-mobilizable	plasmid	3316.0	99.005	99.0	0.1070183367768595	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
USA0031_01_000000014969	1861	0.7766249808292369	3	3	3	3	3	False	73610	fragment	False	FIJ0006_000000016351	0.7651967122362359		0	0	False	False	1.0	0					non-mobilizable	other	1859.0	99.301	99.0	0.06696460751099258	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ENG0102_000000005036	4955	0.7766218545703487	5	5	4	4	3	True	128685	backbone	False	FIJ0105_000000005116	0.07580027599089664	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	2360.0	86.822	84.0	0.47285570131180626	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
AST0061_000000033785	1247	0.7766172138765232	2	1	1	1	1	False	111830	maximal	True	AST0061_000000033785	1.0		2	2	False	False	0.9863672852516174	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000005013	6290	0.7766104670036081	8	4	3	4	2	False	105343	fragment	False	SPA0111_000000005013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	1.0	0.0005421595726716024	NZ_AUAN01000007.1	firmicutes	Veillonella magna DSM 19857 G344DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ENG0196_000000003213	3134	0.7766061778724249	4	2	1	2	2	False	81222	fragment	False	ENG0196_000000003213	1.0		0	0	False	False	0.9687300324440002	0					non-mobilizable	no_good_hit								True	False
ENG0141_000000010770	2530	0.7766060295301862	4	4	4	4	3	False	114322	maximal	False	FIJ0105_000000011878	0.771662968119881		0	0	False	False	1.0	0					non-mobilizable	other	2549.0	97.568	100.0	0.004596448756270959	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0070_000000010690	2330	0.7766017050997532	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8706210351757577	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2310.0	93.37700000000001	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
SPA0075_000000007360	2496	0.7766009027345241	4	2	2	2	2	False	123031	maximal	True	SPA0075_000000007360	1.0		3	3	False	False	0.9975961446762085	0					non-mobilizable	chromosome	1567.0	98.46799999999999	94.0	0.0004193938432447845	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0222_000000006853	9202	0.7765991440459743	12	7	5	6	4	True	89567	maximal	True	ISR0222_000000006853	1.0		7	5	False	False	0.9998913407325745	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0851671318148496e-05	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	True
FIJ0001_000000007223	2719	0.7765949866767367	4	2	2	2	1	True	112960	fragment	False	FIJ0001_000000007223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	91.304	18.0	0.01855987678090104	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
MAD0104_000000005188	2111	0.7765949866767367	3	2	2	2	1	True	14889	maximal	True	MAD0104_000000005188	1.0		1	1	False	False	0.9985788464546204	0					non-mobilizable	no_good_hit	1310.0	90.458	86.0	0.050365806700038505	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0039_000000009598	3516	0.7765927948316141	5	4	2	3	3	False	130509	fragment	False	ISR0203_000000002513	0.12266162791962447		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	99.419	100.0	0.006868571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0132_000000013177	3060	0.7765889409480484	5	3	2	1	3	True	38690	fragment	False	SPA0132_000000013177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	80.535	29.0	0.00023778580418749	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MAD0079_000000000974	4919	0.7765830528515525	8	2	1	1	2	True	19821	maximal	True	MAD0079_000000000974	1.0		1	1	False	False	0.9987802505493164	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.018907563025210083	XM_021818103.1	eudicots	PREDICTED: Hevea brasiliensis cinnamoyl-CoA reductase 1-like (LOC110659973), transcript variant X2, mRNA	True	True
SPA0077_000000012608	2298	0.776577583830721	4	4	2	3	3	False	122489	fragment	False	ISR0395_000000012012	0.9048504690105511		0	0	False	False	1.0	0					non-mobilizable	plasmid	2298.0	100.0	100.0	0.28608793124922155	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0112_000000015172	2252	0.776577583830721	4	4	2	3	3	False	122489	fragment	False	ISR0395_000000012012	0.859845065196965		0	0	False	False	1.0	0					non-mobilizable	plasmid	2253.0	99.29	100.0	0.2804832482251837	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0121_000000007616	2252	0.776577583830721	4	4	2	3	3	False	122489	fragment	False	ISR0395_000000012012	0.8547610810473015		0	0	False	False	0.9982237815856934	0					non-mobilizable	plasmid	2252.0	98.979	100.0	0.28023415120189316	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
FIJ0012_000000011453	2110	0.776577583830721	4	4	2	3	3	False	122489	fragment	False	ISR0395_000000012012	0.527806518889844		0	0	False	False	1.0	0					non-mobilizable	plasmid	2110.0	99.95299999999999	100.0	0.2626728110599078	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0364_000000003233	4487	0.7765772625999209	5	4	3	4	4	True	120008	maximal	True	ISR0364_000000003233	1.0	PS730	18	5	False	True	0.9997771382331848	0					non-mobilizable	other	2968.0	85.647	97.0	0.0008872852653741667	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0336_000000006976	2034	0.7765763410470901	3	3	2	2	2	False	105749	fragment	False	ISR0336_000000006976	0.9551506438783344		0	0	False	False	0.9675516486167908	0					non-mobilizable	other	1237.0	95.715	96.0	0.00802177245446751	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ENG0169_000000003934	5325	0.7765726953981087	4	2	2	2	2	False	55923	fragment	False	ENG0169_000000003934	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1743.0	76.649	32.0	0.01787149642465682	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
MON0040_000000006370	4114	0.7765667830228485	5	1	0	1	1	True	122853	backbone	False	SPA0049_000000004896	0.7694264163683563	PS608|PS877	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1552.0	86.92	86.0	0.34269162210338683	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
ISR0332_000000004902	2742	0.7765667830228485	4	1	0	1	1	True	132096	backbone	False	ISR0100_000000003479	0.5887238089933807	PS1138|PS888	0	0	True	True	0.9945295453071594	13					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0208_000000015784	1945	0.7765667830228485	2	1	0	1	1	True	62558	fragment	False	ENG0208_000000015784	0.9846994535519126		0	0	False	False	0.9933161735534668	0					non-mobilizable	no_good_hit								True	True
SPA0020_000000018058	1830	0.7765667830228485	1	1	0	1	1	True	62558	fragment	False	ENG0208_000000015784	0.9560411311053985		0	0	False	False	0.9972677826881409	0					non-mobilizable	no_good_hit								True	True
SPA0088_000000009508	1601	0.7765667830228485	2	1	0	1	1	False	31167	fragment	False	SPA0088_000000009508	1.0		0	0	False	False	0.9987508058547974	0					non-mobilizable	no_good_hit								True	False
CHI0003_000000008938	1442	0.7765667830228485	2	1	0	1	1	False	90935	fragment	False	CHI0003_000000008938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000019808	1332	0.7765667830228485	1	1	0	1	1	True	62556	fragment	False	ENG0068_000000019808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0052_000000028325	1196	0.7765667830228485	1	1	0	1	1	False	63912	fragment	False	ENG0052_000000028325	1.0		0	0	False	False	0.9882943034172058	0					non-mobilizable	no_good_hit								True	False
ISR0142_000000003570	1147	0.7765667830228485	2	1	0	1	1	False	31166	fragment	False	SPA0079_000000021514	0.9632471728594507		0	0	False	False	0.9982563257217407	0					non-mobilizable	no_good_hit								True	False
SPA0036_000000021729	1143	0.7765667830228485	1	1	0	1	1	True	55196	fragment	False	SPA0036_000000021729	0.9867374005305041		0	0	False	False	0.9973753094673157	0					non-mobilizable	no_good_hit								True	True
ENG0182_000000024768	1131	0.7765667830228485	2	1	0	1	1	True	55196	fragment	False	SPA0036_000000021729	0.9820647419072617		0	0	False	False	0.9902740716934204	0					non-mobilizable	no_good_hit								True	True
SPA0136_000000038936	1101	0.7765667830228485	2	1	0	1	1	False	3584	fragment	False	SPA0136_000000038936	1.0		0	0	False	False	0.9909173250198364	0					non-mobilizable	no_good_hit								True	False
ISR0332_000000000334	21974	0.7765569969692966	15	15	7	10	13	True	123526	maximal	True	ISR0332_000000000334	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	9117.0	99.484	85.0	0.002032827372790416	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	True
AST0039_000000012058	1323	0.7765564925820349	2	2	2	2	1	True	116506	fragment	False	AST0039_000000012058	0.9946401225114855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	77.232	16.0	0.002576776218698025	NZ_BILX01000026.1	firmicutes	Paenibacillus ehimensis NBRC 15659 PEH01S_CON0026, whole genome shotgun sequence	True	True
ISR0323_000000006423	3003	0.7765549530212653	4	3	1	2	1	True	93175	fragment	False	ISR0323_000000006423	1.0		0	0	False	False	0.9990010261535645	0					non-mobilizable	no_good_hit	1460.0	97.397	82.0	0.005651711805366993	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0384_000000006434	2539	0.7765549530212653	3	3	1	2	1	True	93165	fragment	False	ISR0384_000000006434	1.0		0	0	False	False	0.9952737092971802	0					non-mobilizable	no_good_hit	1707.0	97.012	83.0	0.006605947292065881	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
DEN0087_000000005037	2505	0.7765549530212653	3	3	1	2	1	True	93174	fragment	False	DEN0087_000000005037	0.9813177983125754		0	0	False	False	0.9968063831329346	0					non-mobilizable	no_good_hit	1582.0	97.28200000000001	89.0	0.006128829548716437	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ENG0202_000000008865	2489	0.7765549530212653	4	3	1	2	1	True	93174	fragment	False	DEN0087_000000005037	0.9686626746506986		0	0	False	False	0.9959823489189148	0					non-mobilizable	no_good_hit	1548.0	95.478	88.0	0.005915484216324409	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0844_000000005568	2293	0.7765549530212653	3	3	1	2	1	True	93164	fragment	False	ISR0844_000000005568	1.0		0	0	False	False	0.9969472289085388	0					non-mobilizable	other	2124.0	97.976	95.0	0.008235129830332276	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
SPA0106_000000021307	1813	0.7765431194701933	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.3719943438634258		0	0	False	False	0.9983452558517456	0					non-mobilizable	chromosome	1826.0	90.25200000000001	100.0	0.000612264750144483	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0154_000000014566	2171	0.7765398838953408	3	3	2	2	3	True	131621	fragment	False	SPA0022_000000005646	0.7299155818511405		0	0	False	False	0.9976969361305237	0					non-mobilizable	other	2095.0	99.76100000000001	96.0	0.04831341424022888	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ETH0001_000000009964	2826	0.776535730994428	3	3	3	3	3	False	53550	maximal	True	ETH0001_000000009964	1.0		2	2	False	False	0.9879688620567322	0					non-mobilizable	no_good_hit	592.0	74.831	21.0	0.0001991221634860922	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AUS0024_000000008128	3943	0.7765266220174405	4	4	3	4	4	True	118312	fragment	False	AUS0024_000000008128	0.9718345519340177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	87.844	31.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0089_000000005230	3670	0.7765266220174405	4	4	3	4	4	True	118312	fragment	False	AUS0024_000000008128	0.7319286238099354		0	0	False	False	0.9997275471687317	0					non-mobilizable	no_good_hit	436.0	87.844	33.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0069_01_000000017415	3541	0.7765266220174405	5	4	3	4	4	True	118312	fragment	False	AUS0024_000000008128	0.4905994550408719		0	0	False	False	0.9988703727722168	0					non-mobilizable	no_good_hit	750.0	78.133	23.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0018_000000007306	2964	0.7765192218859067	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.02639839756464266	PS1101	0	0	False	True	0.9942644834518433	0					non-mobilizable	other	2964.0	99.39299999999999	100.0	0.0005579654129235938	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0293_000000019642	1800	0.7765184845174343	2	2	2	1	1	False	71216	fragment	False	DEN0090_000000014222	0.9607148364378807		0	0	False	False	0.9988889098167419	0					non-mobilizable	no_good_hit	200.0	77.0	11.0	2.2110849056603772e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
MAD0022_000000012716	1150	0.7765154691150754	1	1	1	1	1	False	19261	maximal	True	MAD0022_000000012716	1.0		0	0	False	False	0.97826087474823	0					non-mobilizable	no_good_hit	804.0	84.70100000000001	70.0	0.007189156281335052	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0830_000000022825	1341	0.7765104479121491	2	2	2	2	2	False	38780	fragment	False	ISR0830_000000022825	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1257.0	79.714	93.0	0.0005122465864911969	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
ISR0213_000000009867	2574	0.7765072971042061	4	2	0	2	0	True	28285	maximal	True	ISR0213_000000009867	1.0		1	1	False	False	0.999222993850708	0					non-mobilizable	no_good_hit	459.0	86.71	34.0	0.2763241863433312	HG796521.1	bacteria	Uncultured bacterium plasmid pRGI01527	True	True
USA0013_01_000000002521	4846	0.776481625033188	7	3	2	3	3	True	118233	fragment	False	USA0013_01_000000002521	0.9777879351976724		0	0	False	False	1.0	0					non-mobilizable	chromosome	4855.0	97.899	100.0	0.000967798206190316	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0015_01_000000004444	6541	0.7764812057156957	4	3	3	3	2	True	104228	fragment	False	USA0015_01_000000004444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	1.0	3.1806671490832164e-06	LR699099.1	starfish	Asterias rubens genome assembly, chromosome: 8	True	True
MAD0046_000000007443	3297	0.7764776853935084	4	3	1	2	3	True	97732	maximal	True	MAD0046_000000007443	1.0		2	1	False	False	0.999696671962738	0	IncFIC,IncI1				non-mobilizable	plasmid	2146.0	94.68799999999999	90.0	0.02489771247907755	CP010124.1	enterobacteria	Escherichia coli strain C5 plasmid B, complete genome	False	True
CHI0026_000000008441	1379	0.7764754991732249	2	2	2	1	1	False	88868	fragment	False	ISR0812_000000028560	0.9902244750181028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0117_000000010849	1865	0.7764668673676411	2	2	2	2	2	False	41614	maximal	True	FIJ0117_000000010849	1.0		102	9	False	False	0.9983914494514465	0					non-mobilizable	chromosome	1865.0	98.713	100.0	0.0008311940343099418	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
MON0030_000000031877	1148	0.7764666496911771	2	2	1	2	1	False	12488	fragment	False	MON0030_000000031877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	80.09899999999999	70.0	0.0001976133892633164	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0084_000000023890	1499	0.7764643693108945	1	1	1	1	1	False	105802	maximal	True	MON0084_000000023890	1.0		223	12	False	False	1.0	0					non-mobilizable	chromosome	1346.0	89.822	90.0	0.0004688155731819367	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0067_000000016133	1132	0.7764478219449781	2	2	2	2	2	False	10577	maximal	True	MON0067_000000016133	1.0		27	8	False	False	0.9761484265327454	0					non-mobilizable	other	1132.0	98.94	100.0	0.0002985981726636673	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
FIJ0017_000000022699	1316	0.7764472082803944	2	2	2	2	2	False	50094	fragment	False	FIJ0017_000000022699	1.0		0	0	False	False	0.9984802603721619	0					non-mobilizable	no_good_hit	540.0	74.444	41.0	0.0016924342157488466	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
FIJ0106_000000009143	2767	0.7764235526151094	2	2	2	2	1	False	52531	fragment	False	FIJ0112_000000008666	0.9524043179587831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	2.0334574928587515e-05	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
ISR0109_000000004468	6042	0.7764230916906726	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.4158338327068129	PS1107|PS1110|PS1114	0	0	True	True	1.0	42		MOBV			mobilizable	other	5204.0	99.82700000000001	100.0	0.8544917063557235	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0081_01_000000005109	6042	0.7764230916906726	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.4160133885043215	PS1107|PS1110|PS1114	0	0	True	True	1.0	72		MOBV			mobilizable	other	5203.0	99.92299999999999	100.0	0.8543274757759894	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0031_01_000000005026	6041	0.7764230916906726	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.4160198843185539	PS1107|PS1110|PS1114	0	0	True	True	1.0	79		MOBV			mobilizable	other	5203.0	99.98100000000001	100.0	0.8543274757759894	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0027_01_000000004376	6041	0.7764230916906726	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.4160198843185539	PS1107|PS1110|PS1114	0	0	True	True	1.0	67		MOBV			mobilizable	other	5203.0	99.98100000000001	100.0	0.8543274757759894	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0056_000000005097	6041	0.7764230916906726	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.4160396672579542	PS1107|PS1110|PS1114	0	0	True	True	1.0	318		MOBV			mobilizable	other	5203.0	99.94200000000001	100.0	0.8543274757759894	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0048_000000002622	6041	0.7764230916906726	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.4160793611101383	PS1107|PS1110|PS1114	0	0	True	True	1.0	118		MOBV			mobilizable	other	5203.0	99.92299999999999	100.0	0.8543274757759894	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0082_000000002863	6041	0.7764230916906726	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.4160960715756808	PS1107|PS1110|PS1114	0	0	True	True	1.0	946		MOBV			mobilizable	other	5203.0	99.962	100.0	0.8543274757759894	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0084_000000004675	6041	0.7764230916906726	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.41600980546037025	PS1107|PS1110|PS1114	0	0	True	True	1.0	129		MOBV			mobilizable	other	5203.0	99.904	100.0	0.8543274757759894	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0155_000000003985	6041	0.7764230916906726	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.4160396672579542	PS1107|PS1110|PS1114	0	0	True	True	1.0	78		MOBV			mobilizable	other	5203.0	99.94200000000001	100.0	0.8543274757759894	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0154_000000016103	2327	0.7764221048540368	3	3	2	3	2	False	39602	maximal	True	FIJ0154_000000016103	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	98.59700000000001	31.0	0.011185471455053886	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
ISR0123_000000006203	3247	0.7764211695145662	2	2	2	2	2	False	32120	fragment	False	ISR0123_000000006203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2693.0	98.663	83.0	0.09419503831484656	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0029_000000002659	7848	0.7764181773500008	7	7	7	6	3	False	7403	maximal	True	SPA0029_000000002659	1.0		0	0	False	False	0.9989806413650513	0					non-mobilizable	no_good_hit	3048.0	98.62200000000001	39.0	0.02154614454166696	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
MAD0065_000000005736	2038	0.7764143800694584	3	2	2	2	2	True	124651	maximal	True	MAD0065_000000005736	1.0		1	1	False	False	0.9941118955612183	0					non-mobilizable	other	2053.0	84.316	99.0	0.0006349516459900361	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0106_000000013500	1640	0.7764143800694584	2	2	2	2	2	True	124648	fragment	False	MAD0106_000000013500	1.0		0	0	False	False	0.997560977935791	0					non-mobilizable	other	1598.0	82.916	96.0	0.0004921575227615077	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0097_000000018835	1617	0.7764096945193607	2	2	2	2	1	False	33283	maximal	True	ISR0097_000000018835	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	99.051	33.0	0.001097782062032005	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0203_000000004115	4250	0.7764057489590154	7	6	2	3	6	True	92191	maximal	True	ISR0203_000000004115	1.0		7	3	False	False	0.999294102191925	0					non-mobilizable	no_good_hit	1571.0	97.772	64.0	0.00309336277515452	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
ISR0837_000000008502	1599	0.7763989057685393	2	2	1	2	0	True	128819	backbone	True	ISR0837_000000008502	0.9516806722689075	PS1056	2	1	False	True	0.998123824596405	0					non-mobilizable	no_good_hit	1284.0	98.75399999999999	80.0	0.46925329428989754	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ENG0043_000000004282	7051	0.7763969783955109	10	5	4	5	3	False	66485	fragment	False	ENG0043_000000004282	1.0		0	0	False	False	0.9977307915687561	0					non-mobilizable	no_good_hit	109.0	89.90799999999999	2.0	0.005850511236262234	GU942944.1		Uncultured organism clone 1 genomic sequence	True	False
CHI0164_000000001139	15470	0.7763956696350772	14	12	6	12	9	True	122698	maximal	False	ISR0854_000000000205	0.6844527862003339		0	0	False	False	0.9999353289604187	0					non-mobilizable	other	12833.0	99.992	100.0	0.0027100986444649213	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CAN0007_000000034984	1139	0.7763835427249061	2	2	1	2	1	True	95144	fragment	False	MON0070_000000024732	0.4052231388036268		0	0	False	False	0.9956101775169373	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.0013483578927092363	NZ_AWQS01000059.1	high GC Gram+	Intrasporangium chromatireducens Q5-1 contig86, whole genome shotgun sequence	True	True
ISR0122_000000000563	21459	0.7763775472947421	27	12	10	11	8	False	62474	maximal	True	ISR0122_000000000563	1.0		8	2	False	False	0.9988815784454346	0					non-mobilizable	no_good_hit	5586.0	97.834	51.0	0.5042441755463247	MK231469.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_5_c1 sequence	True	False
SPA0149_000000030964	1305	0.7763774681995446	2	1	1	1	1	False	3281	maximal	True	SPA0149_000000030964	1.0		1	1	False	False	0.977011501789093	0					non-mobilizable	no_good_hit	631.0	100.0	48.0	0.00028113992869755903	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0127_000000007497	3375	0.7763767906143206	3	3	3	3	3	False	123576	fragment	False	ENG0127_000000007497	0.7972312516315118		0	0	False	True	0.9949629902839661	0					non-mobilizable	no_good_hit	2238.0	98.213	87.0	0.07221720041322315	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
USA0078_01_000000004979	3072	0.7763767906143206	3	3	3	3	3	False	123576	fragment	False	ENG0127_000000007497	0.7436260745497466		0	0	False	True	1.0	0					non-mobilizable	plasmid	2755.0	98.54799999999999	93.0	0.08335855681336643	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
FIJ0032_000000015935	2230	0.7763608995073614	3	2	1	2	1	True	48432	fragment	False	FIJ0032_000000015935	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0063_000000013877	2095	0.7763577103564512	3	3	3	3	2	False	88325	fragment	False	MON0063_000000013877	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2095.0	99.666	100.0	0.003341354285677813	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0010_000000010200	1847	0.7763536905312026	3	3	3	3	3	False	78319	fragment	False	CHI0165_000000008774	0.9367650490539251		0	0	False	False	0.9945858120918274	0					non-mobilizable	chromosome	1847.0	98.70100000000001	100.0	0.0003520883646430041	CP042520.1	enterobacteria	Klebsiella pneumoniae strain C2 chromosome, complete genome	False	False
ISR0285_000000010422	1767	0.7763536375366087	2	2	2	2	1	False	26063	maximal	True	ISR0285_000000010422	1.0		90	11	False	False	1.0	0					non-mobilizable	no_good_hit	741.0	80.972	42.0	0.0029881729977821836	NZ_FNBY01000004.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0326_000000004249	3989	0.776352581754554	5	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.4668978361692379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2726.0	78.357	82.0	0.006460423850296385	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0120_000000031935	1237	0.7763480647554585	1	1	1	1	1	False	4157	fragment	False	SPA0120_000000031935	1.0		0	0	False	False	0.9983831644058228	0					non-mobilizable	no_good_hit	95.0	82.105	8.0	1.9944793668964894e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
CHI0158_000000005124	3109	0.7763348865722026	3	2	1	1	2	False	122235	fragment	False	FIJ0067_000000009350	0.9695410696993895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	81.457	59.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0132_000000013330	2113	0.7763348865722026	3	2	1	1	2	False	104849	fragment	False	DEN0064_000000009405	0.427989568470438		0	0	False	False	1.0	0					non-mobilizable	plasmid	2127.0	96.145	100.0	0.17152077450584913	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0042_000000016715	1978	0.7763348865722026	3	2	1	1	2	False	122220	fragment	False	MON0006_000000008527	0.6216451512065668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	81.457	77.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0114_000000014417	1942	0.7763348865722026	2	2	1	1	2	False	54957	fragment	False	ISR0114_000000014417	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1772.0	78.499	90.0	0.14191206131504638	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0130_000000015727	1911	0.7763348865722026	2	2	1	1	2	False	122220	fragment	False	MON0006_000000008527	0.6146680061598883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	81.54	78.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MON0103_000000010721	4100	0.7763292851216919	6	6	6	6	5	False	8919	fragment	False	MON0103_000000010721	1.0		0	0	False	False	0.9990243911743164	0					non-mobilizable	no_good_hit	1981.0	74.91199999999999	48.0	0.009824953670131335	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
SPA0128_000000010440	3527	0.7763241839276862	5	2	1	1	2	False	69115	fragment	False	SPA0128_000000010440	1.0		0	0	False	False	0.9968811869621277	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.003911852914330421	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	False
CAN0012_000000003763	14253	0.7763204783975014	12	11	6	6	8	True	105601	fragment	False	CAN0012_000000003763	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7466.0	98.366	94.0	0.0014454245234873254	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0017_000000002391	4699	0.7763198510088309	4	3	2	2	2	True	132360	fragment	False	SPA0017_000000002391	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3450.0	99.072	98.0	0.4954747881051573	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0045_000000011907	2223	0.7763107664980345	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.6018379734811904		0	0	False	False	1.0	0					non-mobilizable	other	2223.0	99.685	100.0	0.012758383096003675	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0279_000000011182	1947	0.7763107664980345	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.4836868101623653		0	0	False	False	1.0	0					non-mobilizable	other	1946.0	99.281	99.0	0.01116789159393661	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ENG0148_000000012526	3006	0.7763029235816934	3	3	3	2	2	False	57316	maximal	True	ENG0148_000000012526	1.0		6	3	False	False	0.9876912832260132	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	0.004485981308411215	NZ_JPRO01000042.1	CFB group bacteria	Chryseobacterium luteum strain DSM 18605 Contig42, whole genome shotgun sequence	True	False
ISR0159_000000006414	3884	0.7762973295296751	5	2	2	2	1	False	30486	maximal	True	ISR0159_000000006414	1.0		7	1	False	False	0.9997425079345703	0					non-mobilizable	no_good_hit	113.0	78.76100000000001	3.0	1.91323979330053e-05	NZ_CP009933.1	firmicutes	Clostridium scatologenes strain ATCC 25775 chromosome, complete genome	True	False
SPA0102_000000011302	3218	0.7762958636550265	3	3	3	2	2	False	125445	fragment	False	SPA0102_000000011302	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3220.0	99.689	100.0	0.0009694434087786579	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0251_000000001293	7761	0.7762925327940509	9	9	8	9	7	False	109036	fragment	False	DEN0061_000000003600	0.6318581936573013		0	0	False	False	0.9998711347579956	0					non-mobilizable	no_good_hit	460.0	75.652	6.0	0.0002003486153587161	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
CHI0058_000000000579	17547	0.7762887721761639	19	8	6	7	3	False	121681	maximal	True	CHI0058_000000000579	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2605.0	96.545	15.0	0.01869326668964725	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0166_000000007208	3690	0.7762864812733197	5	4	3	3	3	True	56171	fragment	False	ENG0166_000000007208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	75.925	85.0	0.00026540772627278004	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
ISR0288_000000007768	3769	0.7762787179111023	3	3	3	3	2	True	122975	maximal	True	ISR0288_000000007768	1.0		40	7	False	False	0.9981427192687988	0					non-mobilizable	chromosome	3800.0	80.97399999999999	100.0	0.0006834493673240082	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0166_000000001642	13678	0.7762782786110103	12	11	6	6	9	True	56191	maximal	True	ENG0166_000000001642	1.0		1	1	False	False	1.0	0	rep_cluster_180				non-mobilizable	no_good_hit	10405.0	97.434	89.0	0.11365698481585536	MF443384.1	firmicutes	Enterococcus faecalis strain 956343 plasmid, partial sequence	True	True
MAD0003_000000020320	1305	0.7762760140071007	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.3027627432879218		0	0	False	False	0.992337167263031	0					non-mobilizable	other	1235.0	82.834	94.0	0.0015223991519304643	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0082_000000016615	1902	0.7762755161300383	2	2	2	2	1	False	113055	fragment	False	ISR0395_000000021207	0.10885464054549088		0	0	False	False	0.9905362725257874	0					non-mobilizable	other	1332.0	94.369	100.0	0.0004442486348296278	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
USA0011_01_000000015852	2327	0.776272647351259	3	3	1	2	2	False	26778	fragment	False	USA0011_01_000000015852	1.0		0	0	False	False	0.9952728748321533	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.2167760110688193e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
AST0024_000000024388	1471	0.7762711206094937	2	2	1	2	1	False	121036	fragment	False	AST0024_000000024388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	99.038	7.0	3.499928812127559e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0134_000000008185	3611	0.7762692613748362	6	6	5	4	2	True	118555	maximal	True	SPA0134_000000008185	1.0		0	0	False	False	0.9994461536407471	0					non-mobilizable	no_good_hit	1163.0	94.755	62.0	0.00032772958980777897	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
SPA0024_000000000714	19302	0.776263745990394	21	7	5	7	3	True	111598	fragment	False	SPA0126_000000001302	0.9560726198326446		0	0	False	False	1.0	0					non-mobilizable	other	11687.0	98.195	99.0	0.25293353539727215	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0009_000000017831	2213	0.7762538134263341	3	3	3	1	1	False	51263	maximal	True	FIJ0009_000000017831	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	91.667	3.0	1.985905456763304e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0120_000000008037	2856	0.7762535488456297	4	3	3	3	3	False	72233	fragment	False	ETH0003_000000010538	0.6629262837772696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1379.0	74.619	48.0	0.0003797421276912266	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0009_000000012391	2814	0.7762535488456297	4	3	3	3	3	False	72233	fragment	False	ETH0003_000000010538	0.6594454564396459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1377.0	74.873	48.0	0.0003789032275564153	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0081_000000019628	1828	0.7762532183083819	4	3	3	3	3	False	108450	fragment	False	FIJ0081_000000019628	0.9861111111111112		0	0	False	False	1.0	0					non-mobilizable	chromosome	1828.0	99.726	100.0	0.00032788479847468065	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	False
ISR0335_000000012741	1510	0.7762465103843953	3	1	1	1	1	True	75854	fragment	False	ISR0335_000000012741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0360_000000001914	11380	0.776243830880058	15	14	3	4	13	True	132544	fragment	False	CHI0126_000000000854	0.35859103322452923		0	0	False	False	1.0	0					non-mobilizable	other	11319.0	99.973	100.0	0.3017891901981175	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0383_000000000654	11258	0.776243830880058	14	14	3	4	13	True	132544	fragment	False	CHI0126_000000000854	0.3620051537580644		0	0	False	False	1.0	0					non-mobilizable	other	11258.0	99.956	100.0	0.770605147864184	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0269_000000008484	2139	0.7762430600526548	2	1	1	1	1	False	48384	fragment	False	ISR0269_000000008484	1.0		0	0	False	False	0.9859747290611267	0					non-mobilizable	no_good_hit	669.0	79.671	33.0	0.0003311592735400725	CP046051.1	firmicutes	Ruminococcaceae bacterium LBM 19010 chromosome, complete genome	True	False
SPA0076_000000008856	1806	0.7762430600526548	2	1	1	1	1	False	48381	fragment	False	SPA0076_000000008856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	79.167	13.0	7.875023051887098e-05	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	True	False
ISR0232_000000020992	1402	0.7762430600526548	2	1	1	1	1	False	48380	fragment	False	FIJ0032_000000024782	0.9204517055196183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	5.0	0.00019120923146029222	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ENG0207_000000007870	2270	0.7762375602475282	2	2	1	2	0	True	107802	fragment	False	ENG0207_000000007870	1.0		0	0	False	False	0.991629958152771	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000027885	1196	0.7762375602475282	2	2	1	2	0	True	87645	fragment	False	USA0009_01_000000018276	0.6298359629620932		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	100.0	99.0	0.00031626256380483413	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0040_000000011458	1176	0.7762375602475282	2	2	1	2	0	True	87645	fragment	False	USA0009_01_000000018276	0.6250678574362462		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	98.98	100.0	0.0003146558107287723	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0098_000000003610	4824	0.7762350987906553	5	5	5	4	4	False	103274	fragment	False	ENG0001_000000004788	0.6860091217571076		0	0	False	False	1.0	0					non-mobilizable	chromosome	4824.0	99.088	100.0	0.0008750401642165361	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0814_000000033253	1272	0.7762343625884581	2	2	2	1	1	False	127756	fragment	False	ISR0814_000000033253	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	95.455	99.0	0.024286697774038093	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0174_000000005329	2849	0.7762325624625024	4	4	4	4	4	False	90562	maximal	False	SPA0149_000000012478	0.9644603847407891		0	0	False	False	1.0	0					non-mobilizable	other	2856.0	90.021	100.0	0.024383350462487154	NZ_WNCH01000003.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold3_size116760, whole genome shotgun sequence	False	False
FIJ0121_000000012663	2041	0.7762268237078366	2	2	2	2	2	False	41481	fragment	False	FIJ0121_000000012663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0263_000000008381	1787	0.7762204930253548	2	2	2	2	2	False	129783	maximal	False	FIJ0063_000000014314	0.8371834678271193		0	0	False	False	0.9960828423500061	0					non-mobilizable	other	1787.0	98.993	100.0	0.4984649734859057	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
USA0013_01_000000002157	5751	0.7762177496075346	6	4	4	4	2	False	127940	maximal	True	USA0013_01_000000002157	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3752.0	98.53399999999999	65.0	0.000834789560034077	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0014_000000011660	2096	0.7762157972927183	3	2	1	2	2	False	50493	maximal	True	FIJ0014_000000011660	1.0		28	5	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit	77.0	100.0	4.0	0.00010122549443992334	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0005_000000030840	1205	0.776204671255829	2	2	2	2	2	False	92320	fragment	False	FIJ0005_000000030840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	95.815	75.0	0.6923664122137405	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
ENG0041_000000007721	3336	0.7761989015591062	5	4	4	4	3	False	111431	fragment	False	ISR0843_000000003216	0.2039202078148852		0	0	False	False	0.9904076457023621	0					non-mobilizable	other	3322.0	98.916	99.0	0.0045999969527271015	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0815_000000003256	8140	0.7761973772697289	11	7	7	7	7	False	103974	fragment	False	ISR0815_000000003256	1.0		0	0	False	False	0.9997543096542358	0					non-mobilizable	no_good_hit	3712.0	98.27600000000001	87.0	0.001821262987725247	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0830_000000004426	5066	0.7761864022354962	7	4	2	1	4	False	92088	fragment	False	ISR0164_000000004225	0.9408125577100646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1814.0	97.354	75.0	0.0003612527847400437	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ENG0004_000000004845	5456	0.7761861271398475	7	6	5	6	5	False	116384	fragment	False	USA0004_01_000000004290	0.5744700342176541		0	0	False	False	0.9978005886077881	0					non-mobilizable	other	3420.0	91.287	95.0	0.0008309079109347138	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0195_000000012968	1555	0.7761821369385463	1	1	1	1	1	False	101386	fragment	False	ISR0195_000000012968	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	99.083	93.0	0.0044345670570134195	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
AUS0010_000000021695	1159	0.7761821369385463	2	1	1	1	1	False	101382	fragment	False	ISR0038_000000029838	0.9586143499594012		0	0	False	False	0.9991371631622314	0					non-mobilizable	other	1160.0	98.62100000000001	100.0	0.00395931276177451	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
DEN0081_000000008924	1104	0.7761821369385463	1	1	1	1	1	False	101382	fragment	False	ISR0038_000000029838	0.7470536344492673		0	0	False	False	0.9981883764266968	0					non-mobilizable	other	1104.0	98.913	100.0	0.0037370715445764597	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0126_000000003376	13847	0.7761771627894268	10	6	6	5	3	False	93685	fragment	False	ISR0126_000000003376	1.0		0	0	False	False	0.9983389973640442	0					non-mobilizable	no_good_hit	1321.0	93.49	18.0	0.00046638900525989056	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0070_000000000596	25562	0.7761586280771853	20	13	8	10	7	True	129565	fragment	False	ISR0070_000000000596	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1733.0	98.26899999999999	7.0	0.007063819362214691	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0065_000000003777	7095	0.776158377955875	10	6	5	6	6	False	35213	maximal	True	ISR0065_000000003777	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3597.0	97.19200000000001	52.0	0.11816358075443155	NZ_JAAITI010000041.1	firmicutes	Blautia luti strain MSK.16.34 NODE_41_length_30407_cov_178.882, whole genome shotgun sequence	True	False
MAD0015_000000004815	3622	0.7761523345953217	4	4	4	4	4	False	19438	maximal	True	MAD0015_000000004815	1.0		0	0	False	False	0.9955825805664062	0					non-mobilizable	plasmid	2046.0	99.902	100.0	0.03132851277651817	CP023250.1	enterobacteria	Klebsiella pneumoniae strain CCUG 70742 plasmid pKpn70742_1	False	True
CAN0006_000000020143	2252	0.7761513321734527	4	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.070349049855793		0	0	False	False	1.0	0		MOBV			mobilizable	other	2252.0	100.0	100.0	0.004463931591388638	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
CAN0009_000000013395	1976	0.7761513321734527	3	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.050003762968927466		0	0	False	False	1.0	0		MOBV			mobilizable	other	1982.0	91.524	100.0	0.009776094309393357	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0005_000000008021	5597	0.7761423292534095	6	4	4	4	4	False	103060	maximal	True	MON0005_000000008021	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	79.844	23.0	0.005268990405411529	NZ_FNHC01000006.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	False
ISR0033_000000000051	90910	0.7761391924240141	90	15	3	13	5	True	88739	maximal	True	ISR0033_000000000051	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1463.0	77.785	7.0	0.014599573336568696	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	True	True
MAD0004_000000003609	2696	0.7761384119914274	2	2	2	2	2	False	68532	fragment	False	MAD0004_000000003609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1646.0	93.31700000000001	62.0	0.0004028272934982988	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0067_000000012783	1433	0.7761384019403724	2	2	2	2	1	False	10588	fragment	False	MON0067_000000012783	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	99.1	100.0	0.05401055507729161	NZ_JAAISM010000064.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_64_length_26717_cov_180.198, whole genome shotgun sequence	False	False
MON0034_000000009890	2660	0.7761338236176735	4	4	3	4	4	False	12248	maximal	True	MON0034_000000009890	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	99.348	54.0	0.0002451497560906643	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0153_000000012468	2258	0.7761314479343782	4	3	3	3	3	False	73731	fragment	False	ISR0153_000000012468	0.9893522626441881		0	0	False	False	1.0	0					non-mobilizable	other	2258.0	99.646	100.0	0.007166649202523728	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ISR0263_000000001910	5253	0.776115760303217	8	8	6	5	7	False	128465	fragment	False	ISR0075_000000003547	0.8576519667141179		0	0	False	False	0.9988577961921692	0					non-mobilizable	other	5253.0	99.486	100.0	0.02014668876204505	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0067_000000015526	1913	0.7761155807890096	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.3368808177193638		0	0	False	False	0.9994772672653198	0					non-mobilizable	chromosome	1914.0	98.537	100.0	0.0006667986553881374	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0015_000000023052	1181	0.7761141803669485	2	2	2	1	1	False	102653	fragment	False	AUS0022_000000023272	0.614113115018941		0	0	False	False	0.992379367351532	0					non-mobilizable	chromosome	961.0	81.374	92.0	0.0002668054737788245	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0048_000000022131	1823	0.7761076889310358	3	3	2	3	2	False	94762	fragment	False	FIJ0028_000000015259	0.8972783315442939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	72.399	25.0	0.0010523305690591936	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
DEN0062_000000007211	2623	0.7761063963346627	4	2	2	2	2	False	105793	maximal	True	DEN0062_000000007211	1.0		7	4	False	False	0.9950438141822815	0					non-mobilizable	chromosome	2494.0	98.557	95.0	0.0008471186921003888	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0080_000000007714	3801	0.7761021627120948	3	3	3	3	3	False	34313	maximal	True	ISR0080_000000007714	1.0		1	1	False	False	0.9989476203918457	0					non-mobilizable	no_good_hit	1185.0	82.025	34.0	0.009979294660737924	NZ_LT985084.1	euryarchaeotes	Methanobrevibacter oralis strain M2 CSUR P5920, whole genome shotgun sequence	True	False
FIJ0149_000000004702	4570	0.7760965294687893	4	4	4	4	3	False	78524	maximal	True	FIJ0149_000000004702	1.0		3	2	False	False	0.9879649877548218	0					non-mobilizable	no_good_hit	857.0	97.55	19.0	0.020374160993954397	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0063_000000009415	2138	0.7760957798979163	4	4	4	4	3	False	35278	maximal	True	ISR0063_000000009415	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	96.0	49.0	0.0003612412670800483	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0102_000000017966	1252	0.7760903503317215	3	3	3	3	2	False	14966	maximal	True	MAD0102_000000017966	1.0		0	0	False	False	0.969648540019989	0					non-mobilizable	no_good_hit	774.0	82.041	61.0	0.010723449352967426	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0026_000000009568	3072	0.7760879307934117	4	4	4	4	3	False	101551	maximal	True	SPA0026_000000009568	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	77.023	52.0	0.0002449444059282701	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
FIJ0115_000000005566	4387	0.7760871209596801	5	4	4	4	3	True	41750	fragment	False	FIJ0115_000000005566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	74.444	4.0	0.002699367576739164	NZ_BIMK01000039.1	firmicutes	Paenibacillus chibensis strain NBRC 15958 PCH05_CON02310, whole genome shotgun sequence	True	True
FIJ0172_000000009147	2865	0.7760822959922857	7	3	2	3	2	False	96338	fragment	False	FIJ0172_000000009147	1.0		0	0	False	False	0.991623044013977	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000008101	4017	0.7760727647502691	3	2	1	2	0	True	130385	maximal	True	ENG0119_000000008101	1.0		1	1	False	False	0.9992531538009644	0					non-mobilizable	no_good_hit	69.0	89.855	2.0	0.0002867758382921655	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	True
ENG0118_000000004976	2759	0.7760691214237917	6	2	2	2	1	False	96610	fragment	False	ENG0118_000000004976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	93.333	5.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0266_000000008220	2175	0.7760640526395826	3	3	3	3	3	False	99890	fragment	False	SPA0129_000000011720	0.6377928949357521		0	0	False	False	0.9981608986854553	0					non-mobilizable	other	2028.0	99.556	93.0	0.006420332107998479	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0012_000000004423	12331	0.7760629241182051	11	9	5	7	7	False	94344	fragment	False	CAN0012_000000004423	0.9555630541061426		0	0	False	False	0.9998378157615662	0					non-mobilizable	no_good_hit	3158.0	72.35600000000001	25.0	0.0012741325703823135	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
FIJ0017_000000010794	2625	0.7760497835906537	4	4	4	4	2	False	50150	maximal	True	FIJ0017_000000010794	1.0		2	1	False	False	0.9988571405410767	0					non-mobilizable	no_good_hit								True	False
USA0101_01_000000014844	2176	0.7760450248110394	3	3	3	3	3	False	98916	fragment	False	ISR0025_000000016246	0.8727824209541376		0	0	False	False	1.0	0					non-mobilizable	other	2176.0	100.0	100.0	0.008679308528468132	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ISR0277_000000000340	23000	0.7760401715537479	20	17	15	16	15	True	116929	maximal	False	AST0060_000000000939	0.9713668654325617	PS762|PS763|PS764	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3726.0	96.86	45.0	0.13034045977815878	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0037_000000025642	1401	0.7760321108508352	3	2	2	1	1	False	106466	fragment	False	ENG0043_000000020193	0.5036934594444342		0	0	False	False	0.9992862343788147	0					non-mobilizable	chromosome	1401.0	99.714	100.0	0.00030629191413412477	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0227_000000013208	2002	0.7760294478049853	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.3200359909312703		0	0	False	False	1.0	0					non-mobilizable	other	2002.0	95.604	100.0	0.0005988004240979316	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0302_000000012640	1322	0.7760290786919859	2	2	2	2	2	True	77968	fragment	False	ISR0302_000000012640	0.9930725346373268		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	99.01700000000001	100.0	0.0023693579775260747	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0109_000000012465	2803	0.7760287089511311	4	4	2	4	3	False	101147	fragment	False	ISR0207_000000009960	0.9487719298245614		0	0	False	False	0.9835889935493469	0					non-mobilizable	no_good_hit	916.0	83.84299999999999	76.0	0.00022311189110374433	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0003_000000004402	2546	0.7760246252648695	4	4	4	4	4	False	92486	maximal	True	CHI0003_000000004402	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2040.0	83.57799999999999	80.0	0.0003779155309527319	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0383_000000007006	2017	0.7760187446574998	2	2	2	2	2	False	90732	fragment	False	ISR0383_000000007006	1.0		0	0	False	False	0.9985126256942749	0					non-mobilizable	no_good_hit	1313.0	81.569	64.0	0.000349450205489584	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0130_000000014739	2013	0.7760179700862846	3	2	2	2	2	False	58446	fragment	False	ENG0130_000000014739	1.0		0	0	False	False	0.9880775213241577	0					non-mobilizable	other	2013.0	99.90100000000001	100.0	0.0004932979394513556	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0053_000000018274	2122	0.7760092086744566	2	2	2	2	2	False	75870	maximal	True	MON0053_000000018274	1.0		0	0	False	False	0.9703110456466675	0					non-mobilizable	other	2136.0	85.01899999999999	99.0	0.014586041138000041	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0039_000000008618	4985	0.7760089574971557	8	6	4	5	4	False	11960	maximal	True	MON0039_000000008618	1.0		2	1	False	False	0.9919759035110474	0					non-mobilizable	no_good_hit	289.0	74.74	6.0	5.018099983052751e-05	CP013232.1	b-proteobacteria	Collimonas fungivorans strain Ter6 chromosome, complete genome	True	False
ISR0135_000000007035	2682	0.7760054060646819	3	3	3	3	1	True	31429	fragment	False	ISR0135_000000007035	1.0		0	0	False	False	0.9869500398635864	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	1.347837779379494e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MON0012_000000031549	1727	0.7760054060646819	3	3	3	3	1	True	14311	fragment	False	MON0012_000000031549	1.0		0	0	False	False	0.9438332319259644	0					non-mobilizable	no_good_hit								True	True
CHI0029_000000002980	3962	0.7759978975667763	5	4	4	4	4	False	88621	maximal	True	CHI0029_000000002980	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	76.19	12.0	0.00014395483070851677	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
SPA0098_000000034213	1142	0.7759929856167936	1	1	1	1	1	False	5029	fragment	False	SPA0098_000000034213	1.0		0	0	False	False	0.9614710807800293	0					non-mobilizable	other	1141.0	81.332	99.0	0.002822942917992007	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
CHI0011_000000000879	6114	0.7759756922618367	5	5	2	4	5	False	90220	maximal	True	CHI0011_000000000879	1.0		2	2	False	False	0.999509334564209	0					non-mobilizable	plasmid	5585.0	99.964	100.0	0.016357474082601728	CP016838.1	enterobacteria	Salmonella enterica subsp. enterica serovar Senftenberg strain 775W plasmid pSSE-ATCC-43845, complete sequence	False	True
ISR0210_000000013367	1427	0.7759722982321644	2	2	2	2	2	False	28423	fragment	False	ISR0210_000000013367	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	90.135	99.0	0.10980085903943772	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	False	False
SPA0098_000000025505	1502	0.7759722076947725	2	2	1	2	0	True	20623	fragment	False	SPA0098_000000025505	1.0		0	0	False	False	0.9886817336082458	0					non-mobilizable	no_good_hit	415.0	88.675	28.0	0.0016059085020054462	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0847_000000025601	1184	0.7759722076947725	2	2	1	2	0	True	20622	fragment	False	ISR0847_000000025601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	89.25399999999999	39.0	0.0017649477497885943	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
FIJ0120_000000022646	1147	0.7759377592174427	2	1	1	1	1	False	41503	fragment	False	FIJ0120_000000022646	1.0		0	0	False	False	0.9930253028869629	0					non-mobilizable	chromosome	1128.0	99.025	98.0	0.0003632527462326629	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0025_000000033205	1292	0.7759306391008256	1	1	1	1	1	False	12784	maximal	True	MON0025_000000033205	1.0		27	7	False	False	0.9295665621757507	0					non-mobilizable	other	1220.0	97.705	94.0	0.00038465494967930694	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0020_000000017521	1257	0.7759306391008256	1	1	1	1	1	False	13094	fragment	False	MON0020_000000017521	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	96.738	100.0	0.000529739204665754	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	False	False
ENG0068_000000004679	4852	0.7759274353422401	6	3	2	3	0	True	62626	maximal	False	FIJ0036_000000006806	0.955495912109343		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	300.0	81.667	6.0	0.07462686567164178	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
MAD0093_000000023241	1393	0.7759254247682974	2	2	2	2	1	False	15657	maximal	True	MAD0093_000000023241	1.0		10	3	False	False	0.9720028638839722	0					non-mobilizable	no_good_hit	109.0	84.404	8.0	0.00034108477709950434	NZ_QNUH01000003.1	CFB group bacteria	Chryseobacterium elymi strain KCTC 22547 CONTIG_03, whole genome shotgun sequence	True	False
SPA0151_000000004311	3954	0.7759250679811482	6	2	2	2	2	False	123394	fragment	False	SPA0151_000000004311	1.0		0	0	False	False	0.9984825253486633	0					non-mobilizable	no_good_hit	929.0	77.28699999999999	23.0	0.0007545009673194467	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
FIJ0159_000000011644	2098	0.7759248110122894	2	2	1	2	1	False	47638	maximal	True	FIJ0159_000000011644	1.0		5	3	False	False	0.9990466833114624	0					non-mobilizable	no_good_hit	93.0	89.24700000000001	8.0	2.72063602424389e-05	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
FIJ0038_000000020050	1753	0.7759248110122894	2	2	1	2	1	False	47637	fragment	False	FIJ0038_000000020050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0194_000000006824	3991	0.775923276764805	3	2	2	2	2	False	84114	fragment	False	ENG0194_000000006824	1.0		0	0	False	False	0.9854673147201538	0					non-mobilizable	no_good_hit	1087.0	99.17200000000001	28.0	0.0002933685988526449	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0033_000000022506	2879	0.775923276764805	3	2	2	2	2	False	84113	fragment	False	MON0033_000000022506	1.0		0	0	False	False	0.9993053078651428	0					non-mobilizable	no_good_hit	1082.0	99.26100000000001	39.0	0.0002920166698256742	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0006_000000006451	5068	0.775918366846862	7	4	3	3	4	False	51799	maximal	True	FIJ0006_000000006451	0.9881576970867244		40	3	False	False	1.0	0					non-mobilizable	no_good_hit	1584.0	73.10600000000001	31.0	0.0006595628185149307	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
FIJ0072_000000005000	5041	0.775918366846862	6	4	3	3	4	False	51799	maximal	False	FIJ0006_000000006451	0.9861126806875659		0	0	False	False	0.9998016357421875	0					non-mobilizable	no_good_hit	1584.0	73.10600000000001	31.0	0.0006595628185149307	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
FIJ0052_000000005345	5041	0.775918366846862	6	4	3	3	4	False	51799	maximal	False	FIJ0006_000000006451	0.9861126806875659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1584.0	73.10600000000001	31.0	0.0006595628185149307	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
FIJ0027_000000003388	5041	0.775918366846862	6	4	3	3	4	False	51799	maximal	False	FIJ0006_000000006451	0.9861126806875659		0	0	False	False	0.9992064833641052	0					non-mobilizable	no_good_hit	1584.0	73.10600000000001	31.0	0.0006595628185149307	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
FIJ0089_000000004477	5040	0.775918366846862	6	4	3	3	4	False	51799	maximal	False	FIJ0006_000000006451	0.9859605406087193		0	0	False	False	0.9960317611694336	0					non-mobilizable	no_good_hit	1584.0	73.10600000000001	31.0	0.0006595628185149307	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
ENG0037_000000011584	2903	0.7759177911948217	6	6	5	5	2	False	65220	maximal	True	ENG0037_000000011584	1.0		3	3	False	False	0.9982776641845703	0					non-mobilizable	no_good_hit	177.0	100.0	6.0	3.331924837833704e-05	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	True	False
SPA0144_000000011109	1647	0.7759161385609988	2	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.1213711075058036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.822	45.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
CHI0051_000000004508	3785	0.7759158535741733	6	2	2	2	2	False	86655	fragment	False	CHI0051_000000004508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1119.0	97.14	30.0	0.007528340996711837	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0042_000000015584	1979	0.7759152298000913	2	2	1	2	1	False	36361	maximal	True	ISR0042_000000015584	1.0		9	5	False	False	0.9994946718215942	0					non-mobilizable	no_good_hit	294.0	74.49	15.0	0.3658227848101266	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
FIJ0047_000000011664	2623	0.7759142063195328	3	3	3	2	1	False	131763	fragment	False	FIJ0047_000000011664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	91.402	44.0	0.03047918722167409	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
ISR0343_000000001316	8885	0.7759056029273255	12	4	3	2	2	True	72582	fragment	False	ISR0343_000000001316	1.0		0	0	False	False	0.9998874664306641	0					non-mobilizable	no_good_hit	107.0	77.57	1.0	0.00013448434858343152	NZ_QFYS01000002.1	a-proteobacteria	Phenylobacterium kunshanense strain BUT-10 contig_2_length_780760_cov_44.634181, whole genome shotgun sequence	True	True
ISR0079_000000022874	1270	0.7758927667602203	2	2	1	2	1	False	67346	fragment	False	ISR0150_000000015766	0.5884048386013174		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	99.134	100.0	0.00037915049341933	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0002_000000019015	1921	0.7758906166600891	2	2	2	2	2	False	52372	fragment	False	FIJ0002_000000019015	1.0		0	0	False	False	0.9875065088272095	0					non-mobilizable	other	1891.0	81.914	98.0	0.0007172453512369149	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	False	False
CHI0125_000000003045	5256	0.7758897128509081	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.5981172692936851		0	0	False	False	1.0	0					non-mobilizable	chromosome	5262.0	98.119	100.0	0.0011685424204664842	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0130_000000019271	1720	0.7758813791780307	2	2	2	2	1	False	48258	fragment	False	SPA0130_000000019271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	73.77199999999999	62.0	0.010132568563397401	NZ_QENY01000010.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_110, whole genome shotgun sequence	True	False
ENG0195_000000004310	5036	0.7758734292729993	3	3	3	3	2	False	70123	maximal	True	ENG0195_000000004310	1.0		64	8	False	False	1.0	0					non-mobilizable	no_good_hit	4197.0	99.381	85.0	0.05443200539650006	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	True	False
FIJ0171_000000009273	2213	0.775866197508994	3	3	3	3	2	False	38802	fragment	False	FIJ0171_000000009273	1.0		0	0	False	False	0.9755987524986267	0					non-mobilizable	no_good_hit	192.0	81.771	9.0	0.0005581400872242328	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
FIJ0164_000000014973	1502	0.7758606199064224	3	3	2	3	2	False	70154	fragment	False	FIJ0114_000000020799	0.5890724651081398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	76.718	30.0	0.00012590232340372435	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0060_000000008664	3226	0.7758562197981229	6	3	1	3	2	True	87648	fragment	False	ENG0060_000000008664	0.9875029813439725		0	0	False	False	0.996900200843811	0					non-mobilizable	other	1906.0	98.321	98.0	0.0005101441016496266	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0166_000000000929	21317	0.7758517693453514	36	15	11	13	8	True	56195	maximal	True	ENG0166_000000000929	1.0		1	1	False	False	0.9992493987083435	0					non-mobilizable	no_good_hit	252.0	75.794	1.0	0.0040214258966802885	NZ_JHVC01000023.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	True
CHI0012_000000004115	1573	0.7758468826652808	1	1	1	1	1	False	90100	fragment	False	USA0145_01_000000014416	0.9675772500602089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	91.74600000000001	67.0	0.08215540804373292	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
MAD0093_000000019188	1662	0.7758462950486149	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.18512011092593506	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1671.0	93.896	100.0	0.05363984674329502	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0170_000000008632	5178	0.7758441272757386	5	3	2	3	1	True	122826	maximal	True	ISR0170_000000008632	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	3875.0	96.774	78.0	0.042060645582001954	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0102_000000010797	4197	0.7758422454235061	4	2	0	1	1	False	11145	maximal	False	MON0054_000000008915	1.0		0	0	True	True	1.0	120					non-mobilizable	no_good_hit								True	True
ENG0063_000000014184	2229	0.7758422454235061	3	2	0	1	1	False	63091	fragment	False	ENG0063_000000014184	1.0		0	0	False	False	0.9735307097434998	0					non-mobilizable	no_good_hit								True	False
ISR0363_000000000502	19871	0.7758342991995629	20	17	11	14	15	True	57296	maximal	True	ISR0363_000000000502	1.0		1	1	False	False	0.997785747051239	0	rep_cluster_656	MOBP		MOBQ	mobilizable	no_good_hit	5004.0	98.461	62.0	0.10623659567239292	CP034582.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10B, complete sequence	True	True
ENG0095_000000003558	7088	0.775827942206744	8	5	5	5	5	False	66003	maximal	True	ENG0095_000000003558	1.0		0	0	False	False	0.99957674741745	0					non-mobilizable	no_good_hit	2858.0	71.204	40.0	0.010994455585702488	NZ_QICS01000006.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_106, whole genome shotgun sequence	True	False
SPA0149_000000021956	1811	0.7758275732890741	3	2	2	2	1	True	8236	maximal	True	SPA0149_000000021956	1.0		4	3	False	False	0.9950303435325623	0					non-mobilizable	other	1811.0	99.669	100.0	0.0005165979201368156	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
TAN0017_000000016421	2214	0.7758270002857287	2	2	2	1	2	False	10198	fragment	False	TAN0017_000000016421	0.9880349746893695		0	0	False	False	0.9864498376846313	0					non-mobilizable	no_good_hit	78.0	83.333	4.0	2.6389166870011764e-05	NZ_HG917868.1	firmicutes	Clostridium bornimense strain M2/40 chromosome M2/40_rep1	True	False
SPA0075_000000008924	2173	0.7758270002857287	2	2	2	1	2	False	10198	fragment	False	TAN0017_000000016421	0.9789972899728998		0	0	False	False	0.9981592297554016	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000007205	3939	0.7758184669750605	4	3	3	2	3	False	93631	fragment	False	FIJ0142_000000007714	0.9426662956259753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	76.99	37.0	0.07918552036199095	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
SPA0131_000000006584	3580	0.7758177007097817	3	3	3	3	3	False	59308	maximal	True	SPA0131_000000006584	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	79.762	2.0	2.924593754547655e-05	AP022830.1	high GC Gram+	Kocuria sp. TGY1120_3 DNA, complete genome	True	False
CHI0168_000000012730	1224	0.7758162420943181	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.11962220489523873		0	0	False	False	0.9975489974021912	0					non-mobilizable	other	1196.0	90.97	97.0	0.0003588883733715666	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0088_000000023087	1105	0.7758124615764395	2	2	1	2	1	False	33767	fragment	False	ISR0088_000000023087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0098_000000001772	13051	0.7758094437131877	7	6	5	4	4	False	115480	fragment	False	ENG0098_000000001772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2737.0	80.015	21.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0054_000000019594	1339	0.7758089390559358	1	1	1	1	1	False	35691	fragment	False	ISR0054_000000019594	1.0		0	0	False	False	0.9970126748085022	0					non-mobilizable	no_good_hit	1007.0	73.78399999999999	74.0	0.0030016814272099844	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0371_000000017248	1249	0.7758089390559358	1	1	1	1	1	False	23467	maximal	True	ISR0371_000000017248	1.0		8	3	False	False	1.0	0					non-mobilizable	other	1250.0	85.92	100.0	0.0003734647322709738	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CAN0015_000000024792	1410	0.7758031249375307	3	3	3	2	3	False	108264	fragment	False	ISR0819_000000009159	0.0754384401317967		0	0	False	False	0.9936169981956482	0					non-mobilizable	chromosome	1415.0	84.24	100.0	0.0004918206496354741	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0139_000000008079	3037	0.7758005131582527	3	3	2	3	2	False	119235	fragment	False	ISR0139_000000008079	0.9908970539556439		0	0	False	False	0.9838656783103943	0					non-mobilizable	other	2980.0	99.83200000000001	98.0	0.0012631975307647327	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
FIJ0129_000000002391	8355	0.7757992192587024	9	5	4	5	3	True	105922	fragment	False	FIJ0129_000000002391	0.9770719659301605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.36200000000001	29.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0034_000000000899	13808	0.7757978715107278	16	12	7	10	4	True	124300	maximal	True	ENG0034_000000000899	1.0		6	4	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2166.0	85.319	36.0	0.0005732548660795196	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MAD0012_000000025032	1237	0.7757970850508122	2	1	1	1	1	False	19639	maximal	True	MAD0012_000000025032	1.0		1	1	False	False	0.9846402406692505	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000004071	8196	0.7757955562365435	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9498636956612304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3103.0	95.90700000000001	38.0	0.49959527278614213	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0056_000000001039	12961	0.7757950296900116	12	6	5	6	4	True	127499	maximal	True	ISR0056_000000001039	1.0		1	1	False	False	0.9999228715896606	0					non-mobilizable	no_good_hit	6515.0	94.62799999999999	73.0	0.03497614406186389	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0066_000000004870	6537	0.7757887351448671	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.13657553336591577		0	0	False	False	0.9998469948768616	0					non-mobilizable	other	6170.0	99.48100000000001	96.0	0.10460620039346041	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0222_000000002664	22463	0.7757873979592705	28	6	2	5	2	True	97274	fragment	False	ISR0222_000000002664	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	12945.0	98.09200000000001	92.0	0.06960225742872836	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0849_000000023240	1152	0.7757809945327322	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17268066241928448		0	0	False	False	1.0	0					non-mobilizable	chromosome	1152.0	100.0	100.0	0.00038741986114145134	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0244_000000012491	1991	0.7757699811112844	2	1	1	1	1	False	27188	maximal	True	ISR0244_000000012491	1.0		0	0	False	False	0.988950252532959	0					non-mobilizable	no_good_hit	70.0	84.286	4.0	0.00012588116817724068	NZ_OEQH01000003.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
CAN0012_000000004049	13396	0.7757697085551283	12	8	6	7	6	False	94347	maximal	True	CAN0012_000000004049	1.0		1	1	False	False	0.9995521306991577	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0005134211497424872	NZ_BDGP01000211.1	g-proteobacteria	Thaumasiovibrio occultus strain C4II189, whole genome shotgun sequence	True	False
MAD0063_000000006859	1880	0.7757682084515005	3	2	1	2	0	True	16711	maximal	True	MAD0063_000000006859	1.0		1	1	False	False	0.9978723526000977	0					non-mobilizable	no_good_hit								True	True
ISR0128_000000031008	1123	0.7757670531514003	1	1	1	1	1	False	31816	maximal	True	ISR0128_000000031008	1.0		2	2	False	False	0.9991095066070557	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000012589	2513	0.7757641936852064	2	2	2	2	1	False	36638	maximal	True	ISR0038_000000012589	1.0		1	1	False	False	0.9972144961357117	0					non-mobilizable	no_good_hit	187.0	80.214	7.0	8.946265345262977e-05	CP017948.1	bacteria	Tenericutes bacterium MO-XQ chromosome, complete genome	True	False
ITA0008_000000000710	2149	0.7757638416824396	2	1	1	1	1	False	66430	maximal	True	ITA0008_000000000710	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	99.471	87.0	0.0004229897659531343	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0019_000000014055	2077	0.7757550707396045	3	3	3	3	2	False	69748	maximal	True	SPA0019_000000014055	1.0		3	3	False	False	0.9956668019294739	0					non-mobilizable	no_good_hit	422.0	72.749	20.0	0.18209741114523914	NZ_LT985763.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
DEN0065_000000023959	1445	0.7757516264931391	3	1	1	1	1	False	71062	fragment	False	DEN0065_000000023959	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000006872	4886	0.7757485246565887	6	5	1	4	5	True	42773	maximal	True	MAD0045_000000006872	1.0		5	1	False	False	1.0	0					non-mobilizable	plasmid	2582.0	98.141	100.0	0.02396712654791566	CP057305.1	enterobacteria	Escherichia coli strain RHB30-C09 plasmid pRHB30-C09_4, complete sequence	False	True
ISR0276_000000003305	3123	0.7757470511868803	3	3	1	3	1	False	111208	maximal	True	ISR0276_000000003305	1.0		23	7	False	False	0.9993596076965332	0					non-mobilizable	no_good_hit	2218.0	94.139	87.0	0.0003089700977920706	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MON0061_000000011061	3820	0.7757454162693975	7	4	4	4	4	False	106527	fragment	False	FIJ0012_000000005201	0.6376562883059573		0	0	False	False	0.999476432800293	0					non-mobilizable	no_good_hit	3191.0	93.2	84.0	0.07948769062095086	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0145_000000001586	13249	0.7757424701289048	13	10	5	9	4	False	132288	fragment	False	CHI0140_000000001647	0.25941103190691767		0	0	False	False	1.0	0					non-mobilizable	other	13235.0	96.84899999999999	99.0	0.5859503034061213	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
CAN0009_000000017327	1601	0.7757316254290015	2	2	2	2	2	False	94761	maximal	True	CAN0009_000000017327	1.0		34	9	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	72.973	46.0	0.016982878297084683	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0092_000000004594	9030	0.7757233631472571	10	9	1	4	7	True	80358	fragment	False	MON0092_000000004594	1.0		0	0	False	False	0.9970099925994873	0			MPF_I		non-mobilizable	plasmid	8840.0	99.83	98.0	0.08477030785460823	MF344576.1	enterobacteria	Escherichia coli strain 15061806 plasmid p61806-CTXM, complete sequence	False	True
AST0029_000000011175	2722	0.7757223864014675	3	3	3	2	1	False	118327	fragment	False	AST0029_000000011175	0.9842518380406817		0	0	False	False	0.996326208114624	0					non-mobilizable	no_good_hit	637.0	77.237	23.0	0.0008741921650871917	NZ_FUHN01000008.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
FIJ0141_000000016393	1803	0.7757186749724241	2	1	1	1	1	False	47453	fragment	False	FIJ0141_000000016393	1.0		0	0	False	False	0.9983360767364502	0					non-mobilizable	chromosome	1523.0	91.79299999999999	99.0	0.0005989580525717462	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0073_000000003096	1421	0.7757186749724241	1	1	1	1	1	False	47445	fragment	False	MON0073_000000003096	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1402.0	92.439	100.0	0.0005506421029976254	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ENG0111_000000009309	2187	0.7757160219225039	3	2	1	2	1	False	59745	fragment	False	ENG0111_000000009309	1.0		0	0	False	False	0.9785093665122986	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	5.0	7.370424256361044e-05	NZ_JABJVN010000001.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_1_length_1357150_cov_180.545800, whole genome shotgun sequence	True	False
ISR0231_000000001534	7242	0.7757090159882308	10	8	6	7	8	False	115568	fragment	False	ISR0231_000000001534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6168.0	99.449	85.0	0.03590392203719786	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
CHI0059_000000006972	2451	0.7757076768906321	4	4	4	4	4	False	85826	fragment	False	SPA0082_000000005879	0.9301575931232091		0	0	False	False	0.9906160831451416	0					non-mobilizable	other	1979.0	98.585	100.0	0.007666250668568372	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0176_000000004000	7555	0.7757043380972889	10	5	5	4	3	False	130476	fragment	False	ISR0176_000000004000	0.9914730227394545		0	0	False	False	0.9990734457969666	0					non-mobilizable	other	6915.0	99.971	92.0	0.011032532727400382	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0234_000000002109	4838	0.7757006048988001	5	5	5	4	4	False	129172	maximal	False	ISR0230_000000005784	0.9847170590665014		0	0	False	False	0.9944191575050354	0					non-mobilizable	chromosome	2342.0	90.307	95.0	0.0007356711959510977	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0133_01_000000008682	2756	0.7756973544813512	4	4	1	2	4	True	123556	backbone	False	ISR0826_000000002301	0.294509278136426	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2756.0	99.855	100.0	0.027492814944914578	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0055_000000011713	1959	0.7756972690784876	2	2	2	2	2	False	11091	maximal	True	MON0055_000000011713	1.0		27	5	False	False	0.9959163069725037	0					non-mobilizable	other	1959.0	97.19200000000001	100.0	0.0009321412589143744	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CHI0113_000000000249	28268	0.7756939813978346	36	18	7	16	7	True	108400	backbone	False	ISR0280_000000000088	0.9427110799112031	PS672	0	0	False	True	1.0	0					non-mobilizable	other	28268.0	99.986	100.0	0.28208326680504553	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0183_000000005065	1502	0.7756933572663157	2	2	2	2	1	False	125946	fragment	False	CHI0183_000000005065	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	97.204	100.0	0.004075265138556278	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0103_000000009615	2231	0.7756925108769269	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.7194401805089372	PS871	0	0	False	True	0.9995517730712891	0					non-mobilizable	other	2230.0	93.274	99.0	0.9649198787353833	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AST0102_000000017901	1756	0.775691990138509	4	1	1	1	1	False	108223	fragment	False	AST0102_000000017901	1.0		0	0	False	False	0.9812073111534119	0					non-mobilizable	no_good_hit	104.0	94.23100000000001	6.0	0.0007308489200465473	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0093_000000011511	1487	0.7756876799896127	1	1	1	1	1	False	117305	fragment	False	ISR0350_000000012775	0.9730909005285856		0	0	False	False	0.9993274807929993	0					non-mobilizable	other	1487.0	98.72200000000001	100.0	0.009705884273985487	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ENG0071_000000013675	1478	0.7756876799896127	1	1	1	1	1	False	117305	fragment	False	ISR0350_000000012775	0.9729126109098744		0	0	False	False	0.9959404468536377	0					non-mobilizable	other	1488.0	81.51899999999999	100.0	0.0004160078700227831	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0029_000000029812	1414	0.7756876799896127	1	1	1	1	1	False	117305	fragment	False	ISR0350_000000012775	0.9476807213193268		0	0	False	False	0.99929279088974	0					non-mobilizable	other	1414.0	99.36399999999999	100.0	0.009229081076138287	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0239_000000012391	1281	0.7756876799896127	1	1	1	1	1	False	27264	fragment	False	MON0083_000000030816	0.6202564102564102		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	99.219	100.0	0.00021418489678546955	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0005_000000028905	1277	0.7756876799896127	1	1	1	1	1	False	117883	fragment	False	FIJ0005_000000028905	0.9671677215189873		0	0	False	False	0.9992169141769409	0					non-mobilizable	other	1291.0	75.445	99.0	0.07087578642614553	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	False	False
ISR0288_000000018817	1589	0.7756798496968291	2	2	2	1	1	False	76451	fragment	False	ISR0288_000000018817	0.9953909315322359		0	0	False	False	1.0	0					non-mobilizable	chromosome	1525.0	99.541	98.0	0.00021510755095254254	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0115_000000018476	1526	0.7756768453906658	3	3	2	2	2	False	21619	fragment	False	SPA0115_000000018476	1.0		0	0	False	False	0.9993447065353394	0					non-mobilizable	no_good_hit	754.0	91.91	67.0	0.0001670298232637894	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
DEN0092_000000012553	1327	0.7756690170337579	2	1	1	1	1	True	68538	maximal	True	DEN0092_000000012553	1.0		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	98.103	83.0	0.024062309633626315	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0331_000000008622	2645	0.775660551159793	4	4	3	3	3	False	109514	fragment	False	ISR0331_000000008622	1.0		0	0	False	False	0.9984877109527588	0					non-mobilizable	other	2646.0	99.471	100.0	0.018147637376585774	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
FIJ0015_000000007608	3813	0.7756597559193313	5	4	1	3	1	True	54288	maximal	True	FIJ0015_000000007608	0.9998653742595585		6	2	True	True	1.0	15					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.012151215121512151	XM_012822292.2	bony fishes	PREDICTED: Clupea harengus BTB/POZ domain-containing protein 10-like (LOC105895626), transcript variant X3, mRNA	True	True
FIJ0152_000000005851	3811	0.7756597559193313	5	4	1	3	1	True	54288	maximal	False	FIJ0015_000000007608	0.999734243915997		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.012151215121512151	XM_012822292.2	bony fishes	PREDICTED: Clupea harengus BTB/POZ domain-containing protein 10-like (LOC105895626), transcript variant X3, mRNA	True	True
FIJ0022_000000021271	1199	0.7756574831360777	2	1	1	1	1	False	49438	fragment	False	FIJ0022_000000021271	1.0		0	0	False	False	0.9983319640159607	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	1.0299937616711167e-06	LN590686.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG35, chromosome: 35	True	False
ISR0296_000000002161	9483	0.7756538614857851	10	5	4	5	3	False	71949	maximal	True	ISR0296_000000002161	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	91.139	1.0	1.986435995871309e-05	NC_017059.1	a-proteobacteria	Pararhodospirillum photometricum DSM 122, complete genome	True	False
ISR0816_000000003145	13294	0.7756526719846827	15	4	1	3	2	False	111078	maximal	True	ISR0816_000000003145	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	2.0	2.402743442655708e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0099_000000004001	5395	0.7756524144326441	7	2	0	0	2	False	33220	maximal	True	ISR0099_000000004001	1.0		1	1	True	True	1.0	135					non-mobilizable	no_good_hit								True	True
ISR0265_000000002815	5370	0.7756524144326441	8	2	0	0	2	False	60104	maximal	True	ISR0265_000000002815	0.9389846755798615		1	1	True	True	1.0	31					non-mobilizable	no_good_hit								True	True
ISR0075_000000004075	5362	0.7756524144326441	7	2	0	0	2	False	34649	maximal	True	ISR0075_000000004075	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ISR0090_000000004278	5246	0.7756524144326441	9	2	0	0	2	False	60104	maximal	False	ISR0265_000000002815	0.8829800097473035		0	0	True	True	1.0	74					non-mobilizable	no_good_hit								True	True
ISR0357_000000004229	5206	0.7756524144326441	8	2	0	0	2	False	60104	maximal	False	ISR0265_000000002815	0.8827766285763461		0	0	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
ISR0138_000000005538	5206	0.7756524144326441	8	2	0	0	2	False	60104	maximal	False	ISR0265_000000002815	0.8832970661181264		0	0	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
ISR0100_000000002025	5205	0.7756524144326441	8	2	0	0	2	False	60104	maximal	False	ISR0265_000000002815	0.8823209594665432		0	0	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
ENG0106_000000003938	5149	0.7756524144326441	8	2	0	0	2	False	60104	maximal	False	ISR0265_000000002815	0.18541899441340784		0	0	False	True	0.9996115565299988	0					non-mobilizable	no_good_hit								True	True
CHI0148_000000001000	10109	0.7756514251949269	7	5	3	3	5	True	87887	maximal	True	CHI0148_000000001000	1.0		2	1	False	False	0.9999010562896729	0					non-mobilizable	no_good_hit	2951.0	97.594	32.0	0.05416544009420077	NZ_JAAITU010000026.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_26_length_54352_cov_156.831, whole genome shotgun sequence	True	True
ENG0179_000000015993	2081	0.7756496560604915	4	3	3	3	3	False	76082	fragment	False	FIJ0073_000000008526	0.8396790653623413		0	0	False	False	1.0	0					non-mobilizable	other	2081.0	95.963	100.0	0.005692781388983921	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0237_000000003944	2604	0.7756496291762007	3	3	3	3	3	False	117891	fragment	False	ISR0128_000000013152	0.7172737943051941		0	0	False	False	1.0	0					non-mobilizable	chromosome	1638.0	95.055	99.0	0.0005153480742845093	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0311_000000009465	2202	0.7756495856022473	3	3	3	3	3	False	48392	maximal	True	ISR0311_000000009465	0.9993716619541314		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.49600000000001	38.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0110_000000007930	2149	0.7756495856022473	3	3	3	3	3	False	48686	fragment	False	FIJ0110_000000007930	0.9917572901607818		0	0	False	False	0.9986039996147156	0					non-mobilizable	no_good_hit	873.0	77.663	49.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0013_000000002843	8189	0.7756432006414732	8	5	4	5	4	True	52107	fragment	False	FIJ0154_000000003332	0.9529698998049658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	528.0	74.62100000000001	6.0	0.0024431979783002987	NZ_KB894649.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00007.7, whole genome shotgun sequence	True	True
ENG0136_000000009168	1258	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6301768856298675		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	100.0	100.0	0.004366053844524024	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
CAN0016_000000036077	1254	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6297052413283715		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	100.0	100.0	0.0043521602762041384	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
USA0093_01_000000012982	1252	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6294170191753199		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	100.0	100.0	0.004345213492044196	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
USA0117_01_000000016026	1252	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6294170191753199		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	100.0	100.0	0.004345213492044196	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
USA0089_01_000000005822	1252	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6294170191753199		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	100.0	100.0	0.004345213492044196	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
CHI0128_000000006468	1248	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6367267617929723		0	0	False	False	1.0	0					non-mobilizable	chromosome	1248.0	99.439	100.0	0.00019186286067371405	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0008_01_000000005504	1235	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6249174589464533		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	99.676	100.0	0.00020648762705724176	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0033_01_000000008926	1155	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.4899166651765406		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	100.0	100.0	0.004008294460286972	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
CHI0083_000000009474	1155	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6519130948723109		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	99.307	100.0	0.0001931010710081499	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0060_01_000000009862	1137	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5416458132330741		0	0	False	False	1.0	0					non-mobilizable	other	1137.0	99.296	100.0	0.00019008909589710422	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0190_000000026095	1133	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.3975622786315462		0	0	False	False	0.999117374420166	0					non-mobilizable	other	1133.0	100.0	100.0	0.00018941976809464965	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0162_000000034401	1133	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.40516874359112454		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	99.47	100.0	0.007272820723684211	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ISR0102_000000013782	1133	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.396829425246073		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	99.47	100.0	0.00018941976809464965	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0145_000000016181	1133	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5222651921848205		0	0	False	False	0.999117374420166	0					non-mobilizable	other	1133.0	99.294	100.0	0.00018941976809464965	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0149_000000010630	1133	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5222651921848205		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	99.294	100.0	0.00018941976809464965	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0040_01_000000011856	1133	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5222651921848205		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	99.294	100.0	0.00018941976809464965	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0166_000000006946	1133	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5222651921848205		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	99.294	100.0	0.00018941976809464965	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0056_01_000000014805	1126	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.3071392629146183		0	0	False	False	0.9955595135688782	0					non-mobilizable	other	1126.0	100.0	100.0	0.003907566089967802	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ENG0134_000000033390	1120	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5096926447805377		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	99.286	100.0	0.007189298930921052	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
SPA0067_000000018201	1117	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.2856622282270539		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	99.64200000000001	100.0	0.0001867424568848313	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0111_01_000000022475	1115	0.7756379759079343	2	2	1	2	1	False	102230	fragment	False	CHI0122_000000011492	0.28527877147792485		0	0	False	False	1.0	0					non-mobilizable	chromosome	1115.0	99.821	100.0	0.00017139954032920404	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0039_01_000000015012	1491	0.7756378055769706	3	3	3	3	2	True	1315	fragment	False	USA0039_01_000000015012	1.0		0	0	False	False	0.9986585974693298	0					non-mobilizable	no_good_hit	600.0	83.333	40.0	0.0025170695388051748	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
MON0018_000000009900	1937	0.7756313277226516	3	2	2	2	2	False	13274	fragment	False	MON0018_000000009900	1.0		0	0	False	False	0.9638616442680359	0					non-mobilizable	no_good_hit	131.0	95.42	7.0	0.00012085693142391777	NZ_GG704780.1	CFB group bacteria	Prevotella bergensis DSM 17361 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0364_000000004972	3146	0.7756243842797659	3	2	2	2	2	False	123073	maximal	True	ISR0364_000000004972	1.0		62	8	False	False	0.9955499172210693	0					non-mobilizable	no_good_hit	1618.0	90.48200000000001	51.0	0.0006605667201215048	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MON0040_000000007984	3347	0.7756203623287323	5	4	1	3	1	False	11877	maximal	True	MON0040_000000007984	1.0		1	1	False	False	0.9964147210121155	0					non-mobilizable	other	3352.0	79.624	99.0	0.0014174875087389625	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ISR0246_000000003201	5140	0.7756188259108604	7	7	7	7	4	False	120094	maximal	False	ISR0079_000000004336	0.44201822917513883		0	0	False	False	0.9966925978660583	0					non-mobilizable	other	5140.0	98.774	100.0	0.012567509392611146	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0036_000000004296	5015	0.7756188259108604	7	7	7	7	4	False	120094	maximal	False	ISR0079_000000004336	0.5116538712852381		0	0	False	False	1.0	0					non-mobilizable	chromosome	5015.0	99.821	100.0	0.001113680231176383	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MAD0096_000000017372	1161	0.7756173654024267	2	2	2	2	2	False	15457	fragment	False	MAD0096_000000017372	1.0		0	0	False	False	0.9991386532783508	0					non-mobilizable	chromosome	1161.0	99.914	100.0	0.00022184398248197517	CP024515.1	enterobacteria	Klebsiella pneumoniae strain KSB1_10J chromosome, complete genome	False	False
MAD0098_000000026348	1709	0.7756140663687243	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.1363034255811567		0	0	False	False	1.0	0					non-mobilizable	other	1709.0	98.771	100.0	0.000549397705074434	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
SPA0070_000000003715	5497	0.7756101531752385	7	7	6	7	5	False	104536	fragment	False	ENG0135_000000003373	0.9712284734376952		0	0	False	False	1.0	0					non-mobilizable	other	5497.0	99.054	100.0	0.02197520991603359	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0044_000000000645	25183	0.7756087172098998	27	10	2	4	9	False	87728	fragment	False	ISR0182_000000000685	0.9376055441051279		0	0	False	False	0.9999206066131592	0					non-mobilizable	no_good_hit								True	False
USA0033_01_000000001713	5441	0.7756064348337839	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.8307309804475044		0	0	False	False	1.0	0					non-mobilizable	other	5441.0	98.787	100.0	0.013291523168440827	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0282_000000003612	5315	0.7756064348337839	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.6808361497873039		0	0	False	False	1.0	0					non-mobilizable	other	5315.0	98.946	100.0	0.0011223086188190924	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0148_000000002191	5049	0.7756064348337839	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.49652194594077753		0	0	False	False	1.0	0					non-mobilizable	chromosome	5049.0	99.544	100.0	0.0011212321114835225	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0138_000000007036	4152	0.7756004272976094	3	3	2	1	2	False	31360	maximal	True	ISR0138_000000007036	1.0		0	0	False	False	0.9963873028755188	0					non-mobilizable	no_good_hit	1443.0	100.0	35.0	0.00048558859264168276	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
USA0034_01_000000007984	7152	0.7755954118434544	9	2	0	2	1	True	57185	maximal	True	USA0034_01_000000007984	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2545.0	98.625	36.0	0.10545951996020396	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0025_000000006167	5925	0.7755905236310671	4	3	2	3	2	False	37391	fragment	False	ISR0025_000000006167	1.0		0	0	False	False	0.99831223487854	0					non-mobilizable	other	5497.0	91.25	97.0	0.09278907886733798	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	False
DEN0073_000000003260	10466	0.7755772716098576	13	7	4	6	5	False	70236	maximal	True	DEN0073_000000003260	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	6048.0	94.742	77.0	0.04860568676872035	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
DEN0079_000000014442	3469	0.7755441599195637	3	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.7141911744007342	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3453.0	99.16	99.0	0.0010393310946968522	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0009_000000003942	2083	0.7755389981655098	4	4	3	3	3	False	90462	fragment	False	CHI0009_000000003942	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2083.0	100.0	100.0	0.000816469627682791	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0140_000000006234	4615	0.7755299163254882	5	4	3	4	3	False	31265	maximal	True	ISR0140_000000006234	1.0		2	2	False	False	0.9904658794403076	0					non-mobilizable	no_good_hit	2978.0	99.161	65.0	0.01395032802249297	NZ_CYYA01000004.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0080_01_000000005624	7252	0.7755276824140918	6	6	6	6	4	False	116641	fragment	False	USA0080_01_000000005624	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7251.0	99.641	100.0	0.001399624707526699	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
AST0093_000000013695	1232	0.7755138650126174	2	2	2	2	2	False	109444	maximal	True	AST0093_000000013695	1.0		6	4	False	False	0.986201286315918	0					non-mobilizable	other	1232.0	99.10700000000001	100.0	0.036744074980598174	NZ_JAAITU010000044.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_44_length_33502_cov_185.887, whole genome shotgun sequence	False	False
USA0133_01_000000008953	2642	0.7755064600907655	3	3	2	3	2	True	62	maximal	True	USA0133_01_000000008953	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0074_000000000934	3686	0.7755042715199678	4	4	3	4	3	False	103053	fragment	False	ENG0084_000000007128	0.9752683043947031		0	0	False	False	0.9997286796569824	0					non-mobilizable	no_good_hit	71.0	90.141	2.0	0.0004175116306811404	NZ_AWET01000045.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00004, whole genome shotgun sequence	True	False
ISR0815_000000003542	7571	0.7755038610945078	12	11	7	10	10	False	132185	maximal	True	ISR0815_000000003542	1.0		23	7	False	False	0.9966979026794434	0					non-mobilizable	other	7287.0	96.693	96.0	0.1509202963208898	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
MAD0045_000000008504	4134	0.7755006864711113	7	3	1	3	1	True	17893	maximal	True	MAD0045_000000008504	1.0		1	1	False	False	0.9992743134498596	0					non-mobilizable	no_good_hit	1278.0	84.585	42.0	0.02259596639846879	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0157_000000004129	6558	0.7754998029053953	4	4	3	4	3	False	120288	fragment	False	ISR0157_000000004129	1.0		0	0	False	False	0.999237596988678	0					non-mobilizable	no_good_hit	268.0	77.612	4.0	0.001144395531157374	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
MAD0009_000000002653	3499	0.7754997106046253	4	4	4	3	4	True	19780	fragment	False	MAD0009_000000002653	1.0		0	0	False	False	0.9977136254310608	0					non-mobilizable	plasmid	3504.0	98.288	99.0	0.029931472905309568	CP051699.1	enterobacteria	Escherichia coli strain SCU-152 plasmid pSCU-152-1, complete sequence	False	True
SPA0097_000000016883	1955	0.7754962728751984	3	2	2	2	2	False	38403	fragment	False	SPA0097_000000016883	1.0		0	0	False	False	0.9969309568405151	0					non-mobilizable	no_good_hit								True	False
CHI0126_000000002448	5841	0.7754960538134803	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.9456788935525575		0	0	False	False	0.9989727735519409	0					non-mobilizable	other	5841.0	99.09299999999999	100.0	0.0012333990090145838	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0046_000000010989	1716	0.7754945652180792	2	1	1	1	1	True	64432	fragment	False	ENG0046_000000010989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0223_000000003431	6822	0.77549175159312	10	10	3	6	10	False	132521	backbone	False	USA0060_01_000000001071	0.027367233473867783	PS1166	0	0	False	True	0.9966285824775696	0					non-mobilizable	other	6822.0	99.765	100.0	0.2549048918121006	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
FIJ0122_000000007704	2114	0.7754912038176192	3	3	3	3	3	False	41429	fragment	False	FIJ0122_000000007704	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2114.0	99.29	100.0	0.0004332629477545989	CP022148.1	enterobacteria	Enterobacter roggenkampii strain 704SK10 chromosome, complete genome	False	False
ISR0281_000000002161	6230	0.7754882835778644	8	3	2	2	3	False	63526	fragment	False	USA0036_01_000000006301	0.9905463867969877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.668365778907753e-07	LR597474.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 17	True	False
ISR0167_000000021510	1289	0.775480858665009	2	1	1	1	1	False	30168	maximal	True	ISR0167_000000021510	1.0		10	3	False	False	0.9992241859436035	0					non-mobilizable	no_good_hit	827.0	96.25200000000001	64.0	0.0002833168982025881	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
SPA0099_000000001730	3833	0.775474667584156	5	3	2	2	2	True	5005	maximal	True	SPA0099_000000001730	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3837.0	95.413	100.0	0.0018494199568436503	CP051129.1	firmicutes	Lactobacillus reuteri strain CNI-KCA2 chromosome	False	True
DEN0051_000000018096	2487	0.7754713654515475	3	3	3	3	3	False	118277	maximal	True	DEN0051_000000018096	1.0		10	5	False	False	0.9995979070663452	0					non-mobilizable	chromosome	1776.0	99.662	99.0	0.0007032490980453718	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0216_000000006489	2891	0.7754693074156689	4	4	4	4	4	False	122108	fragment	False	ISR0032_000000010267	0.6956244865232649		0	0	False	False	0.9996541142463684	0					non-mobilizable	other	2892.0	96.43799999999999	100.0	0.06586648376771834	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0052_000000008876	4223	0.7754691330901121	4	4	4	4	4	False	73469	maximal	False	FIJ0083_000000008030	0.9950427639531694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	71.512	16.0	0.03396759703225155	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
MON0107_000000055229	1129	0.7754685444836966	2	1	1	1	1	False	8540	fragment	False	MON0107_000000055229	1.0		0	0	False	False	0.9406554698944092	0					non-mobilizable	other	1051.0	97.62100000000001	92.0	0.0009013277845878099	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0133_000000002379	7045	0.7754657965159987	15	2	0	2	0	True	31550	maximal	True	ISR0133_000000002379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	674.0	99.11	10.0	0.002160021889938676	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0199_000000021679	1193	0.7754628354351107	2	2	2	2	2	False	54229	fragment	False	ENG0199_000000021679	1.0		0	0	False	False	0.9958088994026184	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000000567	35101	0.7754497451614962	39	12	9	11	7	True	68525	maximal	False	ISR0076_000000000367	0.9540941868631573		0	0	False	False	0.9999715089797974	0					non-mobilizable	no_good_hit	123.0	82.11399999999999	0.0	0.0014381874123236158	MF616023.1	firmicutes	Streptococcus suis strain BSB6 putative hydrolase (hdy) gene, complete cds; ICESsuBSB6 mobile element, complete sequence; and LSU ribosomal protein L7/L12 (rplL) gene, complete cds	True	True
ISR0027_000000011824	2197	0.7754496326566909	3	3	3	3	1	False	55380	fragment	False	ISR0027_000000011824	0.9880118996578439		0	0	False	False	0.9972689747810364	0					non-mobilizable	no_good_hit	697.0	74.462	31.0	0.0001510376623039531	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
FIJ0045_000000002328	8624	0.7754478649760295	11	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.9039550495194475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	90.698	7.0	8.755905843849694e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0042_000000002753	7902	0.7754478649760295	10	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8768341756207362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	87.619	5.0	6.091064934851961e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0007_000000005350	7796	0.7754478649760295	10	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8534467368686304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	97.54899999999999	3.0	0.005338452637668963	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	True	True
MON0100_000000004680	7292	0.7754478649760295	8	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.5959957078707839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	380.0	92.105	5.0	0.00011069339160452121	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ENG0070_000000014488	1752	0.7754440251974166	3	3	3	3	3	False	73379	fragment	False	ENG0070_000000014488	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1138.0	77.241	73.0	0.0009468365112213939	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0070_000000016665	1201	0.7754410737147935	2	2	2	2	2	False	5915	maximal	True	SPA0070_000000016665	0.9991503823279524		28	5	False	False	1.0	0					non-mobilizable	chromosome	1201.0	99.5	100.0	0.0003695031783431724	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
FIJ0140_000000004040	6142	0.7754386251074828	9	4	3	4	2	False	46389	fragment	False	FIJ0140_000000004040	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.011796427367711493	XM_028562441.1	soft corals	PREDICTED: Dendronephthya gigantea uncharacterized LOC114543478 (LOC114543478), mRNA	True	False
SPA0034_000000002947	10029	0.775438196425174	11	7	5	6	4	False	7173	maximal	True	SPA0034_000000002947	1.0		1	1	False	False	0.9977066516876221	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0001774772081901061	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0109_000000012400	2057	0.7754349958867044	3	1	1	1	1	False	42152	maximal	True	FIJ0109_000000012400	1.0		1	1	False	False	0.9917355179786682	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000000915	17014	0.7754290663195736	19	9	1	9	2	False	17920	maximal	True	MAD0045_000000000915	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0155_000000006393	2887	0.7754287487831811	4	3	2	3	3	True	124296	fragment	False	MON0018_000000005210	0.9178858426717993		0	0	False	False	1.0	0		MOBV			mobilizable	other	2894.0	91.292	100.0	0.0008697521989250971	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0039_000000009212	3637	0.7754279213045585	4	3	3	3	3	False	124232	maximal	True	ISR0039_000000009212	1.0		106	5	False	False	1.0	0					non-mobilizable	no_good_hit	2998.0	99.96700000000001	82.0	0.012419863493392235	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
ENG0204_000000006460	3638	0.7754268260334711	5	4	4	3	1	True	54057	maximal	True	ENG0204_000000006460	1.0		1	1	False	False	0.9953271150588989	0					non-mobilizable	no_good_hit	1051.0	89.914	29.0	0.00034605318887185666	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	True
DEN0073_000000000039	99450	0.7754268242208787	118	37	26	33	17	True	70246	maximal	True	DEN0073_000000000039	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2353.0	72.631	2.0	0.035231916865438084	CP017043.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 plasmid unnamed1, complete sequence	True	True
FIJ0159_000000001736	10515	0.7754203533093984	13	12	7	9	9	False	116228	maximal	True	FIJ0159_000000001736	1.0		1	1	False	False	0.9999048709869385	0					non-mobilizable	no_good_hit	4312.0	95.84899999999999	76.0	0.0009737882625934081	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0110_000000011113	2746	0.7754180787630277	3	3	3	3	3	False	131832	fragment	False	ENG0110_000000011113	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1845.0	96.85600000000001	100.0	0.0004938931968690977	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0105_000000004630	3520	0.7754080842111611	5	5	4	4	4	False	32955	maximal	True	ISR0105_000000004630	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	83.366	61.0	0.00019445346664629165	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0083_000000003994	5702	0.7754072089066543	3	3	2	2	2	True	132367	fragment	False	ENG0092_000000002984	0.9523175589682076		0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	5702.0	99.98200000000001	100.0	0.7873221930672559	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
DEN0021_000000022378	1637	0.775405465634059	3	2	2	2	2	False	74739	maximal	True	DEN0021_000000022378	1.0		29	8	False	False	0.9951130151748657	0					non-mobilizable	no_good_hit	131.0	79.389	8.0	0.0002806141316406573	NZ_QRDZ01000002.1	firmicutes	Cohnella phaseoli strain CECT 7287 Ga0244611_102, whole genome shotgun sequence	True	False
ISR0324_000000001943	14556	0.7754048037082175	15	8	6	7	4	True	61671	fragment	False	ISR0324_000000001943	1.0		0	0	False	False	0.9996564984321594	0					non-mobilizable	no_good_hit	445.0	75.955	3.0	0.002460896301959231	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0026_000000012538	1800	0.7754029523531446	2	2	2	1	1	True	113051	fragment	False	ISR0026_000000012538	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	98.976	91.0	0.0049175305309614396	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
FIJ0021_000000014819	3354	0.7754005872105941	3	3	3	3	1	True	52144	fragment	False	FIJ0021_000000014819	1.0		0	0	False	False	0.9952296018600464	0					non-mobilizable	other	2255.0	92.816	97.0	0.00151675713280321	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
AST0140_000000005790	4750	0.7753939142185605	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.4506161375164717		0	0	False	False	1.0	0					non-mobilizable	chromosome	4750.0	98.98899999999999	100.0	0.0016740258168374393	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0843_000000004466	3616	0.7753924878599608	4	4	4	4	4	False	87236	fragment	False	ISR0843_000000004466	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3616.0	98.507	100.0	0.015820568927789935	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0096_000000007527	2405	0.775385581078102	3	2	2	2	2	False	52246	fragment	False	MAD0096_000000007527	0.9877686427347795		0	0	False	False	0.9970893859863281	0					non-mobilizable	no_good_hit	993.0	88.52	41.0	0.0837284117846258	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0029_000000000429	14479	0.7753846005991751	12	10	6	4	7	True	30561	maximal	True	MON0029_000000000429	1.0		276	13	False	False	0.9992402791976929	0					non-mobilizable	chromosome	14389.0	97.38	99.0	0.0032546338655683495	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0324_000000015740	1953	0.7753793980125183	2	2	2	2	2	False	24927	fragment	False	ISR0324_000000015740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	82.162	9.0	7.907850637554253e-05	NZ_FLKP01000002.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	False
MON0058_000000029136	1759	0.7753773681117817	3	2	2	2	2	False	87118	fragment	False	MON0105_000000028657	0.9619825125844359		0	0	False	False	0.9977259635925293	0					non-mobilizable	chromosome	1759.0	99.147	100.0	0.00046869218873917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0801_000000004774	1542	0.7753773681117817	3	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.9137305641853891		0	0	False	False	1.0	0					non-mobilizable	chromosome	1542.0	99.22200000000001	100.0	0.0004108059024805474	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0064_000000022701	1824	0.7753757540323705	3	2	2	2	1	True	71254	maximal	True	DEN0064_000000022701	1.0		8	4	False	False	0.9950658082962036	0					non-mobilizable	no_good_hit	155.0	81.935	8.0	0.023595156783607574	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	True	True
MAD0023_000000000261	15381	0.7753666651024297	16	4	2	3	1	True	39621	maximal	True	MAD0023_000000000261	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0046_000000020019	1631	0.7753579410912206	3	2	2	2	1	False	6720	maximal	True	SPA0046_000000020019	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	100.0	28.0	0.00023249342511679966	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	True	False
SPA0006_000000019429	1629	0.7753578505252591	3	1	1	1	1	True	40364	fragment	False	SPA0006_000000019429	0.9687408821322638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	94.786	59.0	0.0003221205969699122	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0037_000000002383	9169	0.7753576960976988	11	5	3	3	4	False	114538	fragment	False	SPA0037_000000002383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	95.181	1.0	0.0989010989010989	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
MON0037_000000066453	1166	0.7753575899795331	2	2	2	2	2	False	87622	fragment	False	MON0037_000000066453	0.9982238010657194		0	0	False	False	0.9819896817207336	0					non-mobilizable	chromosome	1179.0	77.184	99.0	0.00018250934464974323	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
CHI0040_000000011841	1126	0.7753575899795331	2	2	2	2	2	False	87622	fragment	False	MON0037_000000066453	0.9811320754716981		0	0	False	False	0.9857904314994812	0					non-mobilizable	chromosome	1141.0	77.038	100.0	0.0001765918061713386	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
FIJ0078_000000014523	1691	0.7753560010873882	2	2	2	2	1	False	44445	fragment	False	FIJ0078_000000014523	1.0		0	0	False	False	0.9905381202697754	0					non-mobilizable	no_good_hit	1155.0	92.294	68.0	0.004558616140029311	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
USA0083_01_000000016760	1678	0.7753560010873882	2	2	2	2	1	False	23841	fragment	False	USA0083_01_000000016760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	83.61	61.0	0.03333115268873479	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
USA0024_01_000000002129	10776	0.7753503316963343	13	9	8	6	5	False	127956	maximal	True	USA0024_01_000000002129	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4745.0	98.124	52.0	0.001054002494353876	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
TAN0009_000000021769	1881	0.7753494760263404	2	2	2	2	1	True	2688	maximal	True	TAN0009_000000021769	1.0		1	1	False	False	0.9968101978302002	0					non-mobilizable	other	1556.0	75.578	90.0	0.003529959903511369	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	True
DEN0051_000000026981	1744	0.7753437154162789	3	2	2	2	2	False	72518	fragment	False	DEN0051_000000026981	0.9521613832853025		0	0	False	False	0.9982798099517822	0					non-mobilizable	chromosome	1744.0	99.82799999999999	100.0	0.0008018512043869495	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
CHI0119_000000009672	1341	0.7753408790169688	2	2	2	1	1	False	81912	fragment	False	SPA0101_000000028320	0.9486638537271449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0007_000000003272	4117	0.7753359855792625	5	5	4	5	4	False	128454	fragment	False	ISR0239_000000002920	0.9668724457692072		0	0	False	False	0.9992713332176208	0					non-mobilizable	other	2828.0	96.25200000000001	97.0	0.010836709016141902	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0176_000000004929	6294	0.7753317851589651	9	8	8	6	4	True	131060	maximal	True	ISR0176_000000004929	1.0		2	1	False	False	0.9998410940170288	0					non-mobilizable	no_good_hit	2604.0	99.962	41.0	0.0012517281590747886	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	True	True
ENG0032_000000004154	4488	0.7753256219453487	6	5	5	5	5	False	124954	fragment	False	ENG0184_000000004383	0.7558385371084781		0	0	False	False	0.9975489974021912	0					non-mobilizable	no_good_hit	3240.0	78.704	86.0	0.007692940994149781	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0292_000000017087	1216	0.7753218077317358	2	2	2	2	2	False	101428	fragment	False	ISR0208_000000019089	0.4636504253673627		0	0	False	False	0.9991776347160339	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	7.0	6.119745865579516e-06	NZ_CP023693.1	high GC Gram+	Streptomyces cinereoruber strain ATCC 19740 chromosome, complete genome	True	False
FIJ0109_000000018037	1338	0.7753199968976416	2	2	2	1	1	False	45165	fragment	False	FIJ0109_000000018037	0.9583017437452616		0	0	False	False	0.9887892603874207	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.967240037344406e-06	NZ_CP047156.1	high GC Gram+	Epidermidibacterium keratini strain EPI-7 chromosome, complete genome	True	False
USA0064_01_000000003157	2722	0.7753074453960438	3	3	3	3	2	False	118104	maximal	True	USA0064_01_000000003157	1.0		37	7	False	False	0.9937545657157898	0					non-mobilizable	no_good_hit	134.0	91.045	22.0	4.603687979027014e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0182_000000004131	6299	0.7753009385787455	9	4	3	3	1	False	77165	maximal	True	ENG0182_000000004131	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5131.0	96.68700000000001	83.0	0.0013721671269567909	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MON0042_000000023262	1103	0.7752957290450366	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.03872491145218418		0	0	False	False	1.0	0					non-mobilizable	chromosome	1103.0	98.912	100.0	0.0003551947882416988	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0174_000000001503	16712	0.775288692719717	26	18	5	11	13	True	116734	fragment	False	ISR0174_000000001503	0.990123869738456		0	0	False	False	0.9992819428443909	0					non-mobilizable	other	16726.0	99.916	100.0	0.2532556026650515	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
ISR0190_000000000982	23095	0.7752872134839746	28	20	14	19	12	False	123884	maximal	True	ISR0190_000000000982	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	11964.0	98.25299999999999	73.0	0.07078305231198992	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
ISR0362_000000010727	1981	0.7752817989039704	5	3	3	2	3	False	93842	fragment	False	ISR0062_000000015555	0.6378176497689868		0	0	False	False	0.9843513369560242	0					non-mobilizable	other	1978.0	98.53399999999999	99.0	0.016478888508977493	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ENG0074_000000014759	1561	0.7752780905199033	3	3	3	3	2	False	62154	fragment	False	ENG0074_000000014759	1.0		0	0	False	False	0.9916719794273376	0					non-mobilizable	no_good_hit	1297.0	82.884	83.0	0.23517606276226966	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	True	False
ISR0814_000000031305	1344	0.7752780637553344	2	2	2	2	1	True	21503	fragment	False	ISR0814_000000031305	0.9591685041595381		0	0	False	False	0.988095223903656	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	0.0049515608180839615	NZ_JABJWD010000130.1	a-proteobacteria	Gluconacetobacter entanii strain AV429 NODE_189_length_9200_cov_83.612610, whole genome shotgun sequence	True	True
MON0069_000000041905	1268	0.7752780637553344	2	2	2	2	1	True	21503	fragment	False	ISR0814_000000031305	0.9379443165301188		0	0	False	False	0.9992113709449768	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	4.0	0.0049515608180839615	NZ_JABJWD010000130.1	a-proteobacteria	Gluconacetobacter entanii strain AV429 NODE_189_length_9200_cov_83.612610, whole genome shotgun sequence	True	True
ENG0099_000000009140	1810	0.7752754078800957	2	2	2	2	2	True	106722	fragment	False	ISR0207_000000014643	0.6361962163067135		0	0	False	False	1.0	0					non-mobilizable	chromosome	1810.0	100.0	100.0	0.0007491700736166237	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
USA0034_01_000000002600	18554	0.775274267501625	15	10	9	10	9	False	113817	maximal	True	USA0034_01_000000002600	1.0		4	3	False	False	0.9998922348022461	0					non-mobilizable	no_good_hit	692.0	74.711	4.0	0.00024082171330368958	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0030_000000017995	1968	0.7752701816957905	3	3	3	3	3	False	12516	maximal	True	MON0030_000000017995	1.0		14	8	False	False	0.9994918704032898	0					non-mobilizable	chromosome	1968.0	99.695	100.0	0.0003751897168643295	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
FIJ0047_000000006906	4291	0.7752608218711279	7	4	2	3	2	True	46905	fragment	False	FIJ0047_000000006906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0122_000000001458	9526	0.7752603936576385	6	6	5	4	3	False	119751	fragment	False	SPA0103_000000001197	0.6205009729927492		0	0	False	False	0.9998950362205505	0					non-mobilizable	chromosome	9526.0	99.78	100.0	0.0014655122276801334	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
FIJ0088_000000003104	9439	0.7752603936576385	7	6	5	4	3	False	119751	fragment	False	SPA0103_000000001197	0.5902040245807914		0	0	False	False	1.0	0					non-mobilizable	chromosome	9439.0	100.0	100.0	0.0014521264467028975	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CAN0023_000000001071	9438	0.7752603936576385	7	6	5	4	3	False	119751	fragment	False	SPA0103_000000001197	0.5901322701369777		0	0	False	False	1.0	0					non-mobilizable	chromosome	9438.0	99.98899999999999	100.0	0.001451972587151435	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CAN0022_000000002793	9438	0.7752603936576385	7	6	5	4	3	False	119751	fragment	False	SPA0103_000000001197	0.5901322701369777		0	0	False	False	1.0	0					non-mobilizable	chromosome	9438.0	99.98899999999999	100.0	0.001451972587151435	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0215_000000002555	10681	0.7752594659403209	11	6	4	6	2	True	108336	fragment	False	ISR0215_000000002555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	78.373	4.0	0.0019187176501303319	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	True
CHI0077_000000003286	4222	0.7752589278028501	5	5	5	4	3	False	121542	maximal	True	CHI0077_000000003286	0.9989290813898144		116	12	False	False	1.0	0					non-mobilizable	chromosome	1805.0	100.0	100.0	0.00036005526169670654	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MAD0045_000000033090	1296	0.7752425010231702	1	1	1	1	1	False	18198	fragment	False	MAD0045_000000033090	0.994413407821229		0	0	False	False	0.9992284178733826	0					non-mobilizable	other	1296.0	99.15100000000001	100.0	0.009901898564798178	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0366_000000016833	1251	0.7752425010231702	1	1	1	1	1	False	23609	fragment	False	ISR0366_000000016833	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	93.484	99.0	0.01406568516421291	NZ_CABIXZ010000006.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MON0006_000000017655	1284	0.7752411813856589	2	2	2	2	2	False	14034	maximal	True	MON0006_000000017655	1.0		89	9	False	False	0.9852024912834167	0					non-mobilizable	no_good_hit	1108.0	98.46600000000001	86.0	0.0005008955886315723	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	True	False
ENG0025_000000009840	2532	0.7752361410287937	3	3	3	3	3	False	115882	maximal	False	FIJ0122_000000006376	0.9676148381334047		0	0	False	False	1.0	0					non-mobilizable	other	2533.0	99.21	100.0	0.019826479155573652	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	False	False
ENG0093_000000009444	1277	0.7752254256180835	2	1	1	1	1	False	61045	maximal	True	ENG0093_000000009444	1.0		10	5	False	False	0.9757243394851685	0					non-mobilizable	other	1263.0	99.921	99.0	0.0015683818201928537	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0008_000000004802	2537	0.7752122841194318	5	4	2	2	3	False	122181	fragment	False	FIJ0045_000000007084	0.3859250851305335		0	0	False	False	0.981868326663971	0					non-mobilizable	other	2517.0	97.45700000000001	99.0	0.0007499219704095035	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0293_000000029131	1197	0.7752120875588562	2	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.1524753758424054		0	0	False	False	0.9991645812988281	0					non-mobilizable	no_good_hit	253.0	94.071	21.0	0.004275696938600992	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0024_000000016892	1534	0.7752087699358565	2	2	2	2	2	False	66228	fragment	False	ENG0024_000000016892	0.9853891914920224		0	0	False	False	0.9973924160003662	0					non-mobilizable	other	1534.0	98.435	100.0	0.002765445817646539	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0030_000000029190	1312	0.7752073262975768	1	1	1	1	1	False	48663	maximal	True	FIJ0030_000000029190	1.0		3	3	False	False	0.9870426654815674	0					non-mobilizable	other	1324.0	77.64399999999999	99.0	0.006874970366507041	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
MON0005_000000042870	1278	0.7752073262975768	1	1	1	1	1	False	50300	fragment	False	MON0005_000000042870	0.9312602244294332		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	98.666	99.0	0.00035628812149956715	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0351_000000012040	1277	0.7752037117820031	3	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.6550390834077173		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	90.51700000000001	99.0	0.004556836867389598	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0052_000000010747	2654	0.775197389342414	4	4	4	4	3	False	46478	maximal	True	FIJ0052_000000010747	1.0		1	1	False	False	0.9996232390403748	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	0.01075806855141356	XM_017387897.1	eudicots	PREDICTED: Daucus carota subsp. sativus ABC transporter B family member 11-like (LOC108215394), mRNA	True	False
ISR0400_000000001455	10076	0.775193190148656	12	9	2	4	8	True	117636	fragment	False	CHI0149_000000001585	0.8973690709404857		0	0	False	False	1.0	0					non-mobilizable	other	9659.0	99.027	96.0	0.0030984223237878607	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0021_000000000842	20884	0.7751908541870028	25	6	5	5	3	False	128792	fragment	False	AST0005_000000000917	0.9822628390500212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1839.0	74.66	9.0	0.009878069276602204	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
AST0033_000000011138	1178	0.7751848730505281	2	1	1	1	1	False	116990	fragment	False	AST0033_000000011138	1.0		0	0	False	False	0.9881154298782349	0					non-mobilizable	no_good_hit								True	False
FIJ0152_000000002187	9612	0.7751789853724602	14	5	2	5	2	False	108295	fragment	False	FIJ0152_000000002187	0.9689243472439188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	5.639744406783484e-06	LM524968.1	nematodes	Strongyloides venezuelensis genome assembly S_venezuelensis_HH1, scaffold SVE_scaffold0000001	True	False
SPA0072_000000013306	1530	0.7751764532036115	3	3	3	2	2	False	44962	fragment	False	MAD0101_000000017142	0.958305875057587		0	0	False	False	0.9973856210708618	0					non-mobilizable	other	1530.0	97.32	100.0	0.07197665113213765	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0026_000000022882	1430	0.7751719477885537	2	2	2	2	2	False	49059	fragment	False	FIJ0026_000000022882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	4.0	4.637012818158178e-05	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0110_000000006561	2215	0.7751689325092991	3	3	2	3	1	False	8473	maximal	True	MON0110_000000006561	1.0		15	1	False	False	0.9990970492362976	0					non-mobilizable	no_good_hit	1290.0	86.04700000000001	58.0	0.0004550568502345933	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0794_000000015242	1371	0.7751474329346035	3	2	2	1	1	False	106466	fragment	False	ENG0043_000000020193	0.402319728487591		0	0	False	False	0.9817651510238647	0					non-mobilizable	chromosome	1371.0	99.708	100.0	0.0002997285159741078	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0041_000000027088	1247	0.7751474329346035	2	2	2	1	1	False	106466	fragment	False	ENG0043_000000020193	0.24556740196416524		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	99.759	100.0	0.0016077253396093976	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
MAD0099_000000021630	1457	0.7751454182515397	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.19453396481838964		0	0	False	False	1.0	0					non-mobilizable	chromosome	1457.0	99.65700000000001	100.0	0.0006243243811105856	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0091_000000012092	2529	0.7751452369291499	4	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.15903877420407597	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2529.0	99.446	100.0	0.07651794902839155	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
CHI0156_000000007083	1962	0.7751345783658331	4	2	2	2	2	False	79007	maximal	True	CHI0156_000000007083	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.603857759930101e-05	NZ_ATXD01000008.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0359_000000009588	2660	0.7751323353853019	6	2	2	1	1	False	113733	maximal	True	ISR0359_000000009588	1.0		0	0	False	False	0.9996240735054016	0					non-mobilizable	no_good_hit	1382.0	90.15899999999999	82.0	0.002905212950634554	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
CHI0056_000000008885	2193	0.7751323353853019	5	2	2	1	1	False	113732	fragment	False	ISR0144_000000003088	0.9539653600729261		0	0	False	False	1.0	0					non-mobilizable	other	2090.0	97.273	99.0	0.0009170556540346057	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0077_000000013636	2112	0.7751323353853019	3	2	2	1	1	False	86774	fragment	False	SPA0077_000000013636	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2112.0	98.24799999999999	100.0	0.0009267181178223266	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0169_000000017261	1832	0.7751323353853019	4	2	2	1	1	False	86773	fragment	False	ISR0169_000000017261	0.9977502812148482		0	0	False	False	0.9923580884933472	0					non-mobilizable	other	1832.0	99.4	100.0	0.0008041805088780474	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0057_000000013335	2383	0.7751176134610753	3	2	1	2	1	False	82050	fragment	False	SPA0057_000000013335	1.0		0	0	False	False	0.9920268654823303	0					non-mobilizable	no_good_hit	505.0	72.87100000000001	21.0	0.003434190831899506	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
CHI0123_000000004461	3067	0.7751140387049087	6	4	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.15884676851709995	PS1101	0	0	False	True	0.997065544128418	0					non-mobilizable	other	3069.0	99.57600000000001	100.0	0.000577549754112947	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0199_000000007995	3063	0.7751140387049087	6	4	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.1587495693370342	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3065.0	99.54299999999999	100.0	0.0005767965102210489	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
FIJ0102_000000007400	4211	0.7751076111327548	5	5	3	5	4	False	112295	fragment	False	FIJ0102_000000007400	1.0		0	0	False	False	0.9997625350952148	0					non-mobilizable	other	2980.0	99.564	98.0	0.000730384970986873	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0020_000000012157	2544	0.7751044741738708	3	3	3	3	2	False	93627	maximal	True	SPA0020_000000012157	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1194.0	77.973	46.0	0.06324068088773971	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ISR0003_000000013676	1902	0.7751044741738708	3	3	3	3	2	False	93624	fragment	False	ISR0112_000000012858	0.07939377085650723		0	0	False	False	0.9994742274284363	0					non-mobilizable	no_good_hit	443.0	79.233	23.0	0.00018671379007961734	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
USA0019_01_000000003758	7346	0.7750678792616273	4	4	4	4	3	False	38479	fragment	False	USA0019_01_000000003758	1.0		0	0	False	False	0.9933297038078308	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0002119423962876616	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
ENG0184_000000012371	1804	0.7750599745443895	2	1	1	1	1	False	55104	maximal	True	ENG0184_000000012371	1.0		38	6	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	3.0	1.7368097613142992e-05	NZ_CP034118.1	firmicutes	Staphylospora marina strain SCSIO 07575 chromosome, complete genome	True	False
ISR0260_000000003390	3405	0.7750563734014376	3	2	2	2	2	False	112429	maximal	True	ISR0260_000000003390	1.0	PS720	1	1	False	True	0.9985315799713135	0					non-mobilizable	no_good_hit	744.0	92.07	22.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ISR0032_000000012017	2727	0.7750563734014376	3	2	2	2	2	False	112436	fragment	False	ISR0032_000000012017	1.0		0	0	False	True	0.994866132736206	0					non-mobilizable	no_good_hit	744.0	92.07	27.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ISR0349_000000003809	2612	0.7750563734014376	3	2	2	2	2	False	112432	fragment	False	ISR0349_000000003809	1.0		0	0	False	True	0.9743491411209106	0					non-mobilizable	no_good_hit	744.0	92.07	28.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ISR0310_000000006501	2516	0.7750563734014376	2	2	2	2	2	False	112427	backbone	True	ISR0310_000000006501	0.9716949893580507	PS720	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	92.60799999999999	30.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ISR0207_000000012779	2282	0.7750563734014376	2	2	2	2	2	False	112427	backbone	False	ISR0310_000000006501	0.9637232473740919	PS720	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	92.204	33.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ISR0222_000000022051	2281	0.7750563734014376	2	2	2	2	2	False	112427	backbone	False	ISR0310_000000006501	0.9579706676246939	PS720	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	92.60799999999999	33.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
AST0060_000000013074	2241	0.7750563734014376	2	2	2	2	2	False	112427	backbone	False	ISR0310_000000006501	0.8299358657847089	PS720	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	91.935	33.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
SPA0017_000000005926	2094	0.7750563734014376	2	2	2	2	2	False	112427	backbone	False	ISR0310_000000006501	0.6634044309621424	PS720	0	0	False	True	0.9990448951721191	0					non-mobilizable	no_good_hit	744.0	92.204	36.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
CHI0127_000000006407	3089	0.7750417621744535	4	3	3	3	3	False	81399	fragment	False	CHI0127_000000006407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	1.981432372106573e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0149_000000012478	3067	0.7750348515696704	4	4	4	4	3	False	90562	maximal	True	SPA0149_000000012478	1.0		88	9	False	False	1.0	0					non-mobilizable	other	3071.0	89.80799999999999	99.0	0.026147653305926687	NZ_WNCH01000003.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold3_size116760, whole genome shotgun sequence	False	False
FIJ0161_000000010340	1656	0.7750329643149843	4	3	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.49107855277518647		0	0	False	False	0.9776570200920105	0					non-mobilizable	other	1656.0	98.068	100.0	0.002561447659022564	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	True
CAN0014_000000004293	9668	0.7750130575206199	7	7	7	6	6	False	130245	maximal	False	CHI0031_000000000646	0.9872981601359919		0	0	False	False	1.0	0					non-mobilizable	other	9668.0	99.60700000000001	100.0	0.0018722924921012964	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0073_000000005829	1369	0.7750111467963788	2	2	2	2	1	False	84777	maximal	True	CHI0073_000000005829	1.0		14	7	False	False	0.9970781803131104	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000013440	1936	0.7750084245180184	3	3	3	2	2	False	126226	fragment	False	USA0059_01_000000013440	0.7893052319587783		0	0	False	False	0.9974173307418823	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	7.528812636151437e-06	NC_014972.1	d-proteobacteria	Desulfobulbus propionicus DSM 2032, complete sequence	True	False
SPA0054_000000014185	2101	0.7750049170023194	2	2	2	2	2	False	6436	maximal	True	SPA0054_000000014185	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	1447.0	90.463	99.0	0.0005040203113911379	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0099_000000014070	1155	0.7750036027963275	2	1	1	1	1	False	60624	maximal	True	ENG0099_000000014070	1.0		15	8	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	90.323	5.0	0.00201377848436672	NZ_JDUW01000028.1	high GC Gram+	Bifidobacterium reuteri DSM 23975 contig28, whole genome shotgun sequence	True	False
CHI0078_000000000152	47952	0.7749935039720302	85	18	9	17	10	True	89493	maximal	True	CHI0078_000000000152	1.0		1	1	False	False	0.9999791383743286	0					non-mobilizable	no_good_hit	633.0	97.47200000000001	1.0	0.9984202211690363	EU061676.1	bacteria	Uncultured bacterium clone HA0AAA10ZC08RM1 genomic sequence	True	True
ISR0800_000000009135	1393	0.7749932024598656	2	2	2	2	1	False	87035	maximal	True	ISR0800_000000009135	1.0		183	10	False	False	0.9992821216583252	0					non-mobilizable	other	1393.0	99.641	100.0	0.0005781816188088462	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
FIJ0023_000000016522	1994	0.7749915593340891	3	2	2	2	2	False	105472	maximal	True	FIJ0023_000000016522	1.0		29	9	False	False	0.9989969730377197	0					non-mobilizable	no_good_hit	292.0	73.973	14.0	0.0010813223687501684	NZ_BDCD01000022.1	high GC Gram+	Nocardia yamanashiensis NBRC 100130, whole genome shotgun sequence	True	False
USA0012_01_000000002616	1861	0.7749909829833409	3	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.12831541218637993		0	0	False	False	1.0	0					non-mobilizable	chromosome	1733.0	99.885	93.0	0.000686599457618142	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0824_000000003549	4546	0.7749896731611795	4	3	1	3	1	False	28240	maximal	False	ISR0214_000000005224	0.9523180154534363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0129_000000013203	1644	0.7749853657951745	2	2	2	2	2	False	40938	maximal	True	FIJ0129_000000013203	0.950033760972316		4	2	False	False	0.9957420825958252	0					non-mobilizable	chromosome	1551.0	99.291	94.0	0.0003289900282061193	NZ_CP027986.1	enterobacteria	Enterobacter sichuanensis strain SGAir0282 chromosome, complete genome	False	False
AUS0024_000000013575	2412	0.7749836300027912	4	4	3	3	3	False	98912	maximal	False	ENG0157_000000010153	0.970140030247771		0	0	False	False	0.9776119589805603	0					non-mobilizable	chromosome	2397.0	99.33200000000001	99.0	0.0010127339886798657	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
AST0055_000000015215	2300	0.7749829130440632	3	3	3	3	2	False	113821	maximal	False	ISR0095_000000013678	0.9618680377035133		0	0	False	False	0.9952173829078674	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	7.500336412147898e-05	NZ_JH378830.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.2, whole genome shotgun sequence	True	False
SPA0151_000000008785	2109	0.7749811011762396	2	2	2	2	1	False	3244	maximal	True	SPA0151_000000008785	1.0		2	2	False	False	0.9938359260559082	0					non-mobilizable	no_good_hit	1369.0	98.904	65.0	0.007515162169288916	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0154_000000005441	4980	0.7749799917955162	7	5	5	4	3	True	56853	maximal	True	ENG0154_000000005441	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	100.0	31.0	0.0024430979033527034	NZ_KB905475.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.4, whole genome shotgun sequence	True	True
ISR0168_000000002890	8181	0.7749753815534541	7	6	5	6	4	False	30146	maximal	True	ISR0168_000000002890	1.0		2	2	False	False	0.9998777508735657	0					non-mobilizable	no_good_hit	4528.0	82.376	55.0	0.021973951021681485	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
ENG0057_000000018777	1415	0.7749719501493799	3	3	3	3	3	False	63513	maximal	True	ENG0057_000000018777	1.0		5	4	False	False	0.9915194511413574	0					non-mobilizable	no_good_hit	761.0	75.164	53.0	0.000209930882996835	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0036_000000017538	1742	0.7749646167176442	3	2	2	2	2	False	54190	fragment	False	MAD0036_000000017538	0.9611078373600471		0	0	False	False	0.9867967963218689	0					non-mobilizable	no_good_hit								True	False
ENG0184_000000019863	1146	0.7749621186619187	3	2	2	2	1	False	55083	maximal	True	ENG0184_000000019863	1.0		0	0	False	False	0.9895287752151489	0					non-mobilizable	no_good_hit	594.0	97.306	53.0	0.00018659697857885597	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0125_000000006608	2992	0.7749531228212199	4	4	4	4	3	False	93629	maximal	True	FIJ0125_000000006608	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	78.058	42.0	0.06711915535444947	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ISR0338_000000023233	1267	0.774951519649629	2	2	2	2	2	False	39883	fragment	False	ISR0083_000000018688	0.6001805449349636		0	0	False	False	0.9936859011650085	0					non-mobilizable	other	1267.0	99.84200000000001	100.0	0.04015478304998731	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
SPA0158_000000011361	1770	0.7749468083561366	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.4499946712819227		0	0	False	False	0.9920904040336609	0					non-mobilizable	other	1648.0	97.33	93.0	0.01693962330942143	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0047_000000026008	1492	0.7749468083561366	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.40821759286553244		0	0	False	False	0.9993297457695007	0					non-mobilizable	other	1492.0	99.531	100.0	0.015523649879746373	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0167_000000003076	7855	0.7749451335129208	5	5	5	4	4	False	116642	fragment	False	USA0120_01_000000001232	0.7825369177804835		0	0	False	False	0.9954169392585754	0					non-mobilizable	chromosome	7855.0	99.86	100.0	0.0015943863957062407	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
SPA0048_000000011090	1802	0.7749405770700877	3	3	3	3	1	False	92450	fragment	False	CAN0017_000000018193	0.9501403990128608		0	0	False	False	1.0	0					non-mobilizable	other	1802.0	99.334	100.0	0.0005492000615982301	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0107_000000038667	1574	0.7749359047845338	4	1	0	1	0	True	20149	fragment	False	MON0107_000000038667	0.9805699481865284		0	0	False	False	0.9936467409133911	0					non-mobilizable	no_good_hit								True	True
MAD0002_000000028058	1544	0.7749359047845338	4	1	0	1	0	True	20149	fragment	False	MON0107_000000038667	0.9723634053367217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0002_000000026826	1065	0.7749359047845338	2	1	0	1	0	True	14294	fragment	False	MON0002_000000026826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0059_000000001909	7565	0.7749337020814345	6	6	4	6	5	False	85844	maximal	True	CHI0059_000000001909	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	748.0	80.214	22.0	0.0008935932877443135	NZ_JH724315.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.2, whole genome shotgun sequence	True	False
ETH0005_000000012506	3850	0.7749322793796797	6	5	5	5	5	False	113599	fragment	False	ETH0005_000000012506	0.9635078859970448		0	0	False	False	0.9937662482261658	0					non-mobilizable	other	2781.0	91.87299999999999	98.0	0.0006803686789152643	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0053_000000019501	2003	0.7749279987562159	4	2	1	1	2	False	69997	maximal	True	MON0053_000000019501	1.0		0	0	False	False	0.9810284376144409	0					non-mobilizable	no_good_hit	342.0	95.322	17.0	0.00015172631072566677	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0082_000000017124	2353	0.7749254740403433	4	3	2	2	3	False	69274	fragment	False	DEN0082_000000017124	1.0		0	0	False	False	0.9970250725746155	0					non-mobilizable	chromosome	2323.0	99.87100000000001	99.0	0.0003277426071599762	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MAD0103_000000004636	3959	0.7749226751802404	4	4	4	4	3	False	32471	maximal	True	MAD0103_000000004636	1.0		8	4	False	False	0.993685245513916	0					non-mobilizable	no_good_hit	3496.0	89.531	88.0	0.03126288428789101	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0360_000000018556	1347	0.7749183786719906	2	2	2	2	2	False	122094	fragment	False	ISR0183_000000020096	0.46399572015830887		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	98.29299999999999	100.0	0.0004187383221472752	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0096_000000003179	4946	0.7749176433982681	5	5	3	3	5	False	34971	fragment	False	MAD0096_000000003179	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	4868.0	99.281	98.0	0.04067929829255648	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ENG0195_000000018759	1421	0.7749152068200819	3	2	1	1	2	True	54446	fragment	False	ENG0195_000000018759	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	99.085	100.0	0.0007059091540380702	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
MAD0077_000000006820	1758	0.7749130903103622	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.22540847720361576		0	0	False	False	0.9852104783058167	0					non-mobilizable	other	1758.0	99.431	100.0	0.0005252692789819641	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0170_000000007540	1702	0.7749130903103622	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2363033922108624		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	99.589	100.0	0.0005085276286558457	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
TAN0020_000000004737	1526	0.7749130903103622	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.09778138636617484		0	0	False	False	0.9213630557060242	0					non-mobilizable	chromosome	1462.0	97.60600000000001	96.0	0.00040644465323450604	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
CHI0023_000000008953	1502	0.7749130903103622	3	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.15130979899654406		0	0	False	False	1.0	0					non-mobilizable	other	1503.0	97.605	100.0	0.0004448495658082884	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0140_000000019223	1105	0.7749073438796029	2	2	2	2	1	False	3472	fragment	False	SPA0140_000000019223	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1029.0	99.611	100.0	0.0005584149931435121	CP019935.1	firmicutes	Streptococcus thermophilus strain APC151, complete genome	False	False
USA0037_01_000000002149	16169	0.7749008969187221	10	10	8	10	10	False	1377	maximal	True	USA0037_01_000000002149	1.0		2	2	False	False	0.9997526407241821	0					non-mobilizable	no_good_hit	1191.0	72.208	16.0	0.00038957335693085807	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ISR0182_000000003109	8374	0.7748974456415062	16	10	3	4	8	True	101526	fragment	False	ISR0182_000000003109	0.9475099936172962		0	0	False	False	1.0	0					non-mobilizable	other	5145.0	97.318	98.0	0.001536943291545975	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0064_000000016774	1211	0.7748885485674974	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.18477729193738995		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	89.35600000000001	100.0	0.00034320226734917266	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0101_000000007769	1500	0.774888337538127	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.26020480100801147		0	0	False	False	1.0	0					non-mobilizable	chromosome	1500.0	96.53299999999999	100.0	0.00041954115799516984	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0175_000000004177	2871	0.7748837400757927	5	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.2966982800111267	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2873.0	99.025	100.0	0.02404148202752624	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0050_000000009210	2789	0.7748837400757927	5	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.28157595627862614	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2790.0	99.068	100.0	0.027812150726488905	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0793_000000005559	2770	0.7748837400757927	5	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.2805126016879657	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2771.0	99.02600000000001	100.0	0.02760258661983075	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0104_000000009392	2681	0.7748837400757927	5	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.22551853801398258	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2672.0	98.95200000000001	99.0	0.02663460003193358	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0293_000000013610	2663	0.7748837400757927	5	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.1706479758939888	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2588.0	99.459	97.0	0.02580632284847517	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0244_000000018069	1466	0.7748774344657346	2	2	2	2	1	True	70052	fragment	False	ISR0244_000000018069	1.0		0	0	False	False	0.9945429563522339	0					non-mobilizable	no_good_hit	93.0	81.72	6.0	0.0007387854035926553	NZ_LNAM01000153.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf3, whole genome shotgun sequence	True	True
USA0132_01_000000005130	3306	0.7748768709479575	3	3	3	3	3	False	87216	maximal	False	ENG0144_000000005615	0.9897156684815487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1162.0	95.181	70.0	0.0004537249564020121	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
USA0023_01_000000003595	9030	0.7748729455044185	7	7	6	6	4	False	111882	fragment	False	USA0023_01_000000003595	0.9930525769137826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6301.0	97.65100000000001	70.0	0.01002565853720807	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0188_000000002788	8836	0.7748729455044185	7	7	6	6	4	False	111882	fragment	False	USA0023_01_000000003595	0.9869096294416825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6094.0	97.965	69.0	0.009714500903154979	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0171_000000006130	4017	0.7748576938209887	5	5	5	5	4	False	30008	maximal	True	ISR0171_000000006130	1.0		1	1	False	False	0.997510552406311	0					non-mobilizable	no_good_hit	1215.0	97.119	30.0	0.0004405166355859725	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0032_000000011367	2882	0.7748565975727808	2	2	2	1	1	False	36954	maximal	True	ISR0032_000000011367	1.0		0	0	False	False	0.9951422810554504	0					non-mobilizable	no_good_hit	103.0	100.0	4.0	0.0007242466414837115	NZ_CBVI010000057.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0202_000000016863	1246	0.7748487938251897	1	1	1	1	1	True	54107	maximal	True	ENG0202_000000016863	1.0		103	14	False	False	1.0	0					non-mobilizable	chromosome	1246.0	100.0	100.0	0.00041905971079157854	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0081_000000002950	2466	0.7748422074821363	6	4	3	3	1	True	16142	fragment	False	MAD0081_000000002950	1.0		0	0	False	False	0.9866179823875427	0					non-mobilizable	no_good_hit	155.0	79.355	6.0	4.2360000199341175e-05	CP010521.1	firmicutes	Clostridium botulinum strain NCTC 8550, complete genome	True	True
ENG0025_000000010390	2419	0.7748344696633997	4	3	3	3	3	False	66157	maximal	True	ENG0025_000000010390	1.0		1	1	False	False	0.9966928362846375	0					non-mobilizable	chromosome	2197.0	99.59	91.0	0.00044997630247751297	CP017181.1	enterobacteria	Enterobacter kobei strain DSM 13645 chromosome, complete genome	False	False
DEN0078_000000030422	1176	0.7748310728437141	2	2	2	2	2	False	69665	maximal	True	DEN0078_000000030422	1.0		0	0	False	False	0.9600340127944946	0					non-mobilizable	no_good_hit	845.0	93.609	72.0	0.00023382263914113223	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0090_000000050208	1241	0.7748295901159912	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.548745100771493		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	97.34299999999999	100.0	0.008372325413383567	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0064_000000010353	2054	0.7748284484436055	2	2	2	2	1	False	67378	maximal	True	SPA0064_000000010353	1.0		48	9	False	False	1.0	0					non-mobilizable	chromosome	2054.0	99.90299999999999	100.0	0.00037472981305125715	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ENG0070_000000014690	1730	0.7748268506881594	3	3	3	2	1	False	68102	maximal	True	ENG0070_000000014690	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	99.089	70.0	0.004626219849014915	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0117_000000009857	1478	0.7748217298942561	2	2	2	2	2	False	96494	fragment	False	DEN0083_000000017426	0.30504332269038154		0	0	False	False	0.9966170787811279	0					non-mobilizable	no_good_hit	345.0	94.493	29.0	0.001027160021976447	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
DEN0011_000000013456	3140	0.7748180007877595	4	4	4	4	2	False	75743	maximal	True	DEN0011_000000013456	1.0		7	2	False	False	0.9980891942977905	0					non-mobilizable	no_good_hit	135.0	83.704	4.0	4.689500420115771e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0291_000000002024	5509	0.7748171516398903	3	3	3	3	2	False	118077	fragment	False	MAD0097_000000006574	0.9449413365659018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	79.545	2.0	6.0837042833021974e-05	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	False
ISR0008_000000002528	4395	0.7748171516398903	3	3	3	3	2	False	118076	fragment	False	ISR0008_000000002528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	79.545	3.0	6.0837042833021974e-05	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	False
USA0119_01_000000006296	3611	0.7748171516398903	3	3	3	3	2	False	118060	fragment	False	USA0119_01_000000006296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	79.545	4.0	6.0837042833021974e-05	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	False
ISR0222_000000017310	3113	0.7748082076644602	3	2	1	1	2	True	27893	maximal	True	ISR0222_000000017310	0.9946126007648707		3	2	True	True	1.0	161					non-mobilizable	no_good_hit								True	True
ISR0391_000000009244	1642	0.7748068692285108	2	2	2	2	1	False	117160	fragment	False	ISR0391_000000009244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	71.741	71.0	0.0017702680429992003	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0393_000000008143	2170	0.7748065417205298	3	3	3	3	3	False	22778	maximal	True	ISR0393_000000008143	1.0		375	13	False	False	1.0	0					non-mobilizable	virus	2170.0	96.82	100.0	0.22253000923361035	MK232392.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V06.J07_3-CL28_c1 sequence	False	False
DEN0073_000000036118	1480	0.7748038695739862	2	1	1	1	1	False	70122	fragment	False	DEN0073_000000036118	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	99.50200000000001	45.0	0.007809358257553154	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	True	False
ISR0255_000000018844	1727	0.7747972187678277	2	2	2	2	1	False	26886	maximal	True	ISR0255_000000018844	1.0		1	1	False	False	0.9988419413566589	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000009146	3407	0.7747957379309499	5	4	4	4	3	False	76217	maximal	True	ENG0101_000000009146	1.0		11	6	False	False	0.9911946058273315	0					non-mobilizable	no_good_hit	172.0	75.581	5.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0109_000000016573	1467	0.7747940209122733	2	2	2	2	2	False	77136	fragment	False	MON0076_000000026698	0.6305505923097509		0	0	False	False	0.9993183612823486	0					non-mobilizable	other	1485.0	81.145	100.0	0.008634520579913072	NZ_FOZC01000007.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	False
MAD0050_000000008491	2797	0.7747917426707113	5	5	5	4	4	False	17408	maximal	True	MAD0050_000000008491	1.0		1	1	False	False	0.9996424913406372	0					non-mobilizable	no_good_hit	375.0	71.467	13.0	0.016528551374360368	NZ_CYZK01000035.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0037_01_000000006686	5338	0.7747822299726125	4	4	4	4	4	False	81217	fragment	False	USA0037_01_000000006686	1.0		0	0	False	False	0.9985013008117676	0					non-mobilizable	no_good_hit	2696.0	90.059	84.0	0.0006731841158556865	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ISR0338_000000012917	2124	0.774781415480323	3	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.4133971960527684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	98.181	88.0	0.010720027560863574	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
USA0084_01_000000018671	1737	0.7747803074343091	4	2	0	2	0	True	70795	fragment	False	USA0084_01_000000018671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0067_000000025128	1327	0.7747803074343091	4	2	0	2	0	True	70794	fragment	False	DEN0067_000000025128	1.0		0	0	False	False	0.9871891736984253	0					non-mobilizable	no_good_hit								True	True
AST0149_000000001122	21398	0.7747766126260717	21	15	3	7	12	True	117786	maximal	False	SPA0016_000000001043	0.9731717607845914	PS794	0	0	False	True	0.9995794296264648	0					non-mobilizable	chromosome	14368.0	99.79799999999999	100.0	0.0025768143386167564	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0087_000000001825	12011	0.7747741009589847	10	9	9	8	7	False	51819	maximal	False	FIJ0067_000000002509	0.8587971694742353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.165	33.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
MAD0039_000000006812	2092	0.7747727375217488	3	3	3	3	2	False	18482	maximal	True	MAD0039_000000006812	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	72.529	32.0	0.00030395726198545426	NZ_CP023392.1	firmicutes	Lactococcus raffinolactis strain WiKim0068 chromosome, complete genome	True	False
FIJ0063_000000003591	6524	0.7747672213238797	8	8	2	3	8	False	45645	maximal	True	FIJ0063_000000003591	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	6524.0	99.939	100.0	0.059333442485764706	CP040026.1	enterobacteria	Klebsiella pneumoniae strain KPC160132 plasmid pIncFI-L132, complete sequence	False	True
MAD0099_000000024674	1263	0.7747640212698018	2	2	2	1	1	False	85695	fragment	False	ISR0252_000000009219	0.7435292082443418		0	0	False	False	0.9984164834022522	0					non-mobilizable	chromosome	1269.0	94.32600000000001	100.0	0.0003392668406056851	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CAN0021_000000027076	1612	0.7747599393015708	3	2	2	1	1	False	131668	fragment	False	DEN0028_000000005326	0.030876456902009037		0	0	False	False	0.9950371980667114	0					non-mobilizable	no_good_hit	139.0	82.014	8.0	0.0006994420007149851	NZ_JAAVNF010000010.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_12_length_192901_cov_31.671904, whole genome shotgun sequence	True	False
SPA0112_000000023284	1425	0.7747599393015708	3	2	2	1	1	False	124847	fragment	False	AST0012_000000016916	0.6951061981424448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	89.744	5.0	1.0979460566269243e-05	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
CAN0022_000000023088	1422	0.7747599393015708	3	2	2	1	1	False	124847	fragment	False	AST0012_000000016916	0.6943243629960396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0050_000000020211	1396	0.7747599393015708	3	2	2	1	1	False	124847	fragment	False	AST0012_000000016916	0.6889215963136389		0	0	False	False	0.9971346855163574	0					non-mobilizable	no_good_hit	78.0	89.744	6.0	1.0979460566269243e-05	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
ISR0258_000000001295	8414	0.7747537337998615	15	1	1	1	1	False	68899	fragment	False	ISR0258_000000001295	1.0		0	0	False	False	0.9972664713859558	0					non-mobilizable	no_good_hit	821.0	77.954	10.0	0.00440230090702579	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
DEN0087_000000003048	3985	0.7747537337998615	9	1	1	1	1	False	68898	fragment	False	DEN0087_000000003048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	77.941	15.0	0.0032691963632223544	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
FIJ0007_000000004573	3669	0.7747537337998615	6	1	1	1	1	False	51603	fragment	False	FIJ0007_000000004573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	77.6	24.0	0.004689643207607523	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
ISR0103_000000007720	3465	0.7747537337998615	8	1	1	1	1	False	33065	fragment	False	ISR0103_000000007720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	78.365	18.0	0.0033342549973163316	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
SPA0076_000000004135	3261	0.7747537337998615	8	1	1	1	1	False	5749	fragment	False	SPA0076_000000004135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	77.563	27.0	0.004705907866131017	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
ISR0042_000000009471	2957	0.7747537337998615	7	1	1	1	1	False	36371	fragment	False	ISR0042_000000009471	1.0		0	0	False	False	0.9776800870895386	0					non-mobilizable	no_good_hit	642.0	78.03699999999999	22.0	0.7395348837209302	MK231435.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_10-CL08_c1 sequence	True	False
SPA0099_000000000612	15642	0.7747523458891542	20	16	4	5	16	False	80040	maximal	True	SPA0099_000000000612	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	11097.0	99.93700000000001	71.0	0.0019366094236688755	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0122_000000004437	3696	0.7747453342994276	4	4	4	4	3	False	127735	fragment	False	ENG0068_000000006063	0.9618271344867845		0	0	False	False	1.0	0					non-mobilizable	other	3696.0	99.62100000000001	100.0	0.03648337760048974	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
FIJ0033_000000020375	1818	0.7747438617657301	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.3550793534077914		0	0	False	False	1.0	0					non-mobilizable	other	1779.0	92.805	100.0	0.0004349455987011455	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0102_000000004079	3984	0.7747406143404202	5	5	3	2	2	False	15024	fragment	False	MAD0102_000000004079	1.0		0	0	False	False	0.9997490048408508	0	rep_cluster_488				non-mobilizable	plasmid	3997.0	98.22399999999999	99.0	0.03603181186993923	CP041423.1	enterobacteria	Escherichia coli strain STEC409 plasmid pSTEC409_1, complete sequence	False	True
ISR0092_000000004769	4537	0.7747400357957565	5	5	4	4	5	False	128306	maximal	True	ISR0092_000000004769	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4540.0	99.009	100.0	0.001648033381936639	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0143_000000013241	1413	0.7747348517734229	3	3	3	3	0	True	57597	maximal	True	ENG0143_000000013241	1.0		3	2	False	False	0.9780608415603638	0					non-mobilizable	no_good_hit	371.0	76.01100000000001	26.0	0.00010247096655947482	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
SPA0145_000000011526	2953	0.7747302777143013	3	3	3	3	2	False	99288	fragment	False	SPA0145_000000011526	0.981785352071025		0	0	False	False	0.9993227124214172	0					non-mobilizable	no_good_hit	814.0	73.587	27.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0036_000000008560	2824	0.7747302777143013	3	3	3	3	2	False	99288	fragment	False	SPA0145_000000011526	0.9684933770877563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.587	29.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0362_000000017820	1156	0.7747292223911382	3	2	2	1	1	False	23727	fragment	False	ISR0362_000000017820	1.0		0	0	False	False	0.9948096871376038	0					non-mobilizable	chromosome	1156.0	99.135	100.0	0.0006305424958345981	LS974444.1	firmicutes	Streptococcus thermophilus strain N4L genome assembly, chromosome: 1	False	False
ISR0274_000000002307	2695	0.7747269571054172	5	4	4	3	2	False	95482	fragment	False	CHI0104_000000002884	0.9673249551166967		0	0	False	False	0.9992578625679016	0					non-mobilizable	no_good_hit	1563.0	77.095	81.0	0.032163009404388716	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
MAD0087_000000007967	3420	0.7747266173699486	6	5	1	5	4	False	80577	fragment	False	MAD0087_000000007967	1.0		0	0	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000026866	1445	0.7747196434235588	2	2	2	2	2	False	6654	fragment	False	SPA0047_000000026866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	82.854	70.0	0.0001788289300412693	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0003_000000014249	1826	0.7747147284607415	4	3	2	2	1	False	67352	maximal	True	ISR0003_000000014249	1.0		2	1	False	False	0.9972617626190186	0					non-mobilizable	no_good_hit	1308.0	95.948	71.0	0.00038872651219550876	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0180_000000010834	2123	0.7747115898859652	3	3	2	3	2	False	104685	fragment	False	ISR0180_000000010834	1.0		0	0	False	False	0.9943476319313049	0					non-mobilizable	no_good_hit	844.0	75.237	39.0	0.004680797948392075	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0159_000000001493	8102	0.7746980461212756	6	6	5	6	4	False	78827	maximal	True	CHI0159_000000001493	1.0		1	1	False	False	0.9998765587806702	0					non-mobilizable	no_good_hit	671.0	78.092	8.0	0.00019927613473243928	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
MON0006_000000010217	2115	0.7746911196440255	2	2	2	2	1	False	14053	maximal	True	MON0006_000000010217	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	90.53	50.0	0.014697679607318161	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0034_000000011959	1412	0.7746903490425245	3	2	1	2	2	False	88201	fragment	False	CHI0034_000000011959	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0098_000000000400	19154	0.7746887218547834	33	10	5	9	5	False	9207	maximal	True	MON0098_000000000400	1.0		1	1	False	False	0.9989558458328247	0					non-mobilizable	no_good_hit	5207.0	91.684	62.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0093_01_000000002287	8481	0.774684810052443	10	7	5	4	7	False	129205	fragment	False	USA0093_01_000000002287	1.0		0	0	False	False	0.9998821020126343	0					non-mobilizable	no_good_hit	5963.0	97.18299999999999	84.0	0.001461750653582993	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0012_000000013375	1748	0.7746780278886772	2	2	1	2	1	True	67059	maximal	True	ENG0012_000000013375	1.0		1	1	False	False	0.9982837438583374	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.0001994778374255625	NZ_KB850117.1	g-proteobacteria	Acinetobacter variabilis strain NIPH 2171 acLsq-supercont1.7, whole genome shotgun sequence	True	True
SPA0027_000000025276	1489	0.7746775559638222	2	2	2	2	1	False	7474	maximal	True	SPA0027_000000025276	1.0		1	1	False	False	0.9858965873718262	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000018359	1441	0.7746772420310847	1	1	1	1	1	False	15883	maximal	True	MAD0088_000000018359	1.0		24	5	False	False	1.0	0					non-mobilizable	other	1443.0	88.773	100.0	0.006565449322938038	NZ_CABIXZ010000004.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
DEN0065_000000007585	4137	0.7746763696766736	4	4	4	4	3	False	71142	maximal	False	ENG0006_000000005943	0.988407854270168		0	0	False	False	0.9997583031654358	0					non-mobilizable	no_good_hit	1547.0	90.23899999999999	42.0	0.001136085856577812	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	False
ENG0016_000000004460	5059	0.7746732450495257	10	4	2	4	0	True	122769	maximal	True	ENG0016_000000004460	1.0	PS389	33	7	False	True	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
ENG0006_000000010997	2086	0.7746728760637543	4	4	3	3	4	True	131617	fragment	False	ENG0006_000000010997	0.7892069530151776		0	0	False	False	1.0	0					non-mobilizable	other	2086.0	99.76	100.0	0.048105763462692075	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ENG0134_000000006965	5126	0.7746694435153768	7	3	2	3	1	True	124829	fragment	False	ENG0134_000000006965	1.0		0	0	False	False	0.9996098279953003	0					non-mobilizable	no_good_hit	53.0	96.226	1.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
USA0087_01_000000003956	3616	0.7746694435153768	5	3	2	3	1	True	124788	fragment	False	USA0087_01_000000003956	0.993514915693904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	1.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
ISR0228_000000007151	3492	0.7746694435153768	5	3	2	3	1	True	124788	fragment	False	USA0087_01_000000003956	0.9723566107686833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	2.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
ENG0095_000000013989	1989	0.7746694435153768	4	3	2	3	1	True	110910	fragment	False	ENG0095_000000013989	0.9926426193861128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	3.0	0.00010777000612809839	NZ_FNQN01000002.1	d-proteobacteria	Desulfuromusa kysingii strain DSM 7343, whole genome shotgun sequence	True	True
AST0087_000000018966	1954	0.7746694435153768	4	3	2	3	1	True	110910	fragment	False	ENG0095_000000013989	0.9874021104635036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	3.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
DEN0078_000000016956	1923	0.7746694435153768	3	3	2	3	1	True	110910	fragment	False	ENG0095_000000013989	0.9814572094661203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	96.0	3.0	2.233939004347063e-05	AP019005.1	e-proteobacteria	Hydrogenimonas sp. MAG DNA, complete genome	True	True
SPA0144_000000001664	8439	0.7746656876906374	6	5	5	5	3	False	75542	maximal	True	SPA0144_000000001664	1.0		2	1	False	False	0.9998815059661865	0					non-mobilizable	no_good_hit	2415.0	87.12200000000001	29.0	0.001046242351005854	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ISR0774_000000015476	1609	0.7746632253569379	2	2	2	2	2	False	65765	fragment	False	ISR0774_000000015476	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	97.444	97.0	0.0003834582392156661	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0097_000000002186	10438	0.7746629293419012	19	13	7	8	8	False	9243	maximal	True	MON0097_000000002186	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	84.756	2.0	0.004235746582817941	NZ_JAAITU010000039.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_39_length_38482_cov_167.292, whole genome shotgun sequence	True	False
ISR0147_000000005581	4276	0.7746564133710747	4	4	4	4	4	False	105877	maximal	False	CHI0054_000000003819	0.9998830682881197		0	0	False	False	1.0	0					non-mobilizable	chromosome	4276.0	99.977	100.0	0.0014526403564898364	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0202_000000002280	5101	0.7746461974531402	7	4	3	4	1	True	100604	fragment	False	ISR0202_000000002280	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4126.0	96.55799999999999	92.0	0.04192311213745816	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AUS0016_000000005827	4342	0.7746461974531402	6	4	3	4	1	True	100602	fragment	False	SPA0116_000000008636	0.9695746055713886		0	0	False	False	1.0	0					non-mobilizable	plasmid	4126.0	96.53399999999999	98.0	0.04192311213745816	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0007_01_000000003673	5175	0.7746449514229355	7	4	2	3	3	False	2118	maximal	True	USA0007_01_000000003673	1.0		3	1	False	False	1.0	0					non-mobilizable	other	5175.0	99.98100000000001	100.0	0.014756389776357827	NZ_JAATLI010000004.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_04, whole genome shotgun sequence	False	False
ISR0216_000000001124	19067	0.7746394643898277	24	19	8	14	17	True	111501	maximal	False	ISR0344_000000000885	0.971647942771053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8458.0	91.48700000000001	61.0	0.011000565571704174	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0088_000000022968	1173	0.7746337615298344	2	2	2	2	2	False	93811	fragment	False	CAN0013_000000017599	0.6012337851538213		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	99.744	100.0	0.009829081333132055	NZ_NQCD01000014.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_14_length_119238_cov_74.4289_ID_27.ctg_1, whole genome shotgun sequence	False	False
ISR0279_000000020797	1117	0.7746337615298344	2	2	2	2	2	False	93811	fragment	False	CAN0013_000000017599	0.34503068828213196		0	0	False	False	0.9964189529418945	0					non-mobilizable	chromosome	1117.0	100.0	100.0	0.00022840035635367427	CP055251.1	enterobacteria	Escherichia coli strain AH01 chromosome, complete genome	False	False
ISR0243_000000000923	8528	0.7746322748119014	12	4	2	2	2	False	37239	maximal	True	ISR0243_000000000923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1937.0	92.256	30.0	0.0005495396325593699	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0081_000000012547	4468	0.7746303135527673	4	4	4	4	4	False	92540	fragment	False	MON0081_000000012547	0.9842894548916925		0	0	False	False	0.9995523691177368	0					non-mobilizable	other	3797.0	97.34	99.0	0.020526907769510296	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ISR0153_000000009151	2967	0.7746286484977332	3	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.11064468874063184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	85.619	61.0	0.0006179323770175766	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0017_000000023662	1393	0.7746229950854921	3	1	1	1	1	False	37841	maximal	True	ISR0017_000000023662	1.0		2	2	False	False	0.9906676411628723	0					non-mobilizable	no_good_hit	342.0	98.83	25.0	0.00011318611614621521	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	False
MAD0042_000000001226	16213	0.7746136343809549	23	7	1	7	1	False	18182	fragment	False	MAD0042_000000001226	1.0		0	0	False	False	0.9998766183853149	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000035900	1206	0.774603245604804	2	2	1	2	1	False	5154	fragment	False	SPA0096_000000035900	1.0		0	0	False	False	0.971807599067688	0					non-mobilizable	no_good_hit	133.0	78.947	11.0	0.015520534861509073	HG796256.1	bacteria	Uncultured bacterium plasmid pRGI00069	True	False
ISR0359_000000024117	1156	0.7746017371510169	1	1	1	1	1	False	23800	fragment	False	ISR0359_000000024117	0.9916739702015775		0	0	False	False	0.9783737063407898	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000031080	1541	0.7745957573647867	2	1	1	1	1	False	72463	fragment	False	DEN0051_000000031080	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1541.0	99.156	100.0	0.000831012972436271	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
USA0019_01_000000004406	6379	0.7745921709033304	6	3	3	3	2	True	108075	maximal	True	USA0019_01_000000004406	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2370.0	99.74700000000001	90.0	0.2930117501546073	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	False	True
ISR0016_000000003345	5677	0.7745921709033304	6	3	3	3	2	True	108077	maximal	True	ISR0016_000000003345	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	68.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
AST0108_000000005279	4471	0.7745921709033304	5	3	3	3	2	True	111949	fragment	False	AST0108_000000005279	0.9870191172999765		0	0	False	False	1.0	0					non-mobilizable	plasmid	2655.0	98.493	91.0	0.325417439703154	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	False	True
ISR0010_000000003848	4237	0.7745921709033304	5	3	3	3	2	True	111949	fragment	False	AST0108_000000005279	0.9614180272869604		0	0	False	False	1.0	0					non-mobilizable	plasmid	2499.0	98.359	92.0	0.3059987631416203	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	False	True
ENG0031_000000005064	3980	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9961561855958075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	78.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CAN0003_000000012354	3977	0.7745921709033304	5	3	3	3	2	True	96753	fragment	False	CAN0003_000000012354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	68.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0215_000000007296	3940	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.995979667788849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	78.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0004_000000006786	3925	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.995390950842862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	79.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0390_000000003074	3911	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9947260904420511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	79.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0303_000000002820	3911	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9945980078847193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.663	79.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0074_000000007116	3906	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9513830707640161		0	0	False	False	0.9997439980506897	0					non-mobilizable	no_good_hit	2373.0	99.74700000000001	79.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0006_01_000000006292	3888	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9926483383403923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	79.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0008_000000002946	3882	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9923427140531803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.663	80.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0075_000000005964	3881	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9921674413726099		0	0	False	False	0.999742329120636	0					non-mobilizable	no_good_hit	2373.0	99.663	80.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0176_000000008395	3880	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9922627079306034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	80.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0206_000000006603	3880	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9922313360872306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	80.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0152_000000006206	3872	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9905651138978722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.663	80.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0065_000000007852	3871	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9903554870146914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	80.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0186_000000006530	3871	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9876472521912739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	80.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0196_000000002468	3864	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9885749172821866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2373.0	99.705	80.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0207_000000004359	3863	0.7745921709033304	5	3	3	3	2	True	108074	fragment	False	ENG0031_000000005064	0.9889133870242328		0	0	False	False	0.9997411370277405	0					non-mobilizable	no_good_hit	2373.0	99.705	80.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0072_000000007322	3661	0.7745921709033304	4	3	3	3	2	True	68186	fragment	False	ISR0072_000000007322	0.9992428831011508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2195.0	99.727	70.0	0.27136672850958565	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0304_000000002709	3428	0.7745921709033304	5	3	3	3	2	True	108073	maximal	True	ISR0304_000000002709	1.0		7	2	False	False	0.9970828294754028	0					non-mobilizable	no_good_hit	1402.0	98.93	62.0	0.17328385899814472	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MAD0098_000000010909	3926	0.7745888056361598	3	3	3	3	2	False	118330	fragment	False	FIJ0083_000000008657	0.9580837100678586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	80.045	34.0	0.0018421462658619687	NZ_FUHN01000008.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
SPA0081_000000006189	2054	0.7745859972281399	3	2	2	2	2	False	87357	fragment	False	MON0040_000000012622	0.792633550909693		0	0	False	False	0.9970788955688477	0					non-mobilizable	chromosome	2054.0	100.0	100.0	0.00040975246799519874	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0061_000000002901	1964	0.7745859972281399	2	2	2	2	2	False	87357	fragment	False	MON0040_000000012622	0.9634677046095472		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	99.949	100.0	0.0003917896223451413	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0043_000000006602	1486	0.7745859972281399	2	2	2	2	2	False	87352	fragment	False	ENG0002_000000015195	0.9663665934137674		0	0	False	False	0.9959623217582703	0					non-mobilizable	chromosome	1486.0	99.93299999999999	100.0	0.00029638695322594744	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0088_000000009795	2822	0.7745791000318549	5	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.28757121614817804	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2822.0	99.32700000000001	100.0	0.08538652460802712	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
DEN0026_000000011662	2528	0.7745791000318549	4	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.15881981920607718	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2528.0	99.24799999999999	100.0	0.07648768085235183	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
FIJ0145_000000012916	1303	0.7745780985566281	1	1	1	1	1	False	40013	maximal	True	FIJ0145_000000012916	1.0		1	1	False	False	0.9976975917816162	0					non-mobilizable	no_good_hit	203.0	84.236	15.0	0.0008895020603772215	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0010_01_000000017631	1500	0.7745645038783864	4	4	4	3	0	True	2050	maximal	True	USA0010_01_000000017631	1.0		218	14	False	False	0.9893333315849304	0					non-mobilizable	chromosome	1505.0	96.87700000000001	100.0	0.0003344944571397541	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0275_000000010062	1430	0.7745645038783864	4	4	4	3	0	True	26327	fragment	False	ISR0275_000000010062	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1434.0	98.745	100.0	0.004686759006394008	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
FIJ0121_000000016703	1541	0.7745618029683746	2	2	2	1	1	False	57720	fragment	False	FIJ0121_000000016703	0.9874302503827738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	85.277	60.0	0.000315942923340422	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0325_000000013808	1522	0.7745618029683746	2	2	2	1	1	False	57720	fragment	False	FIJ0121_000000016703	0.981142172551538		0	0	False	False	0.9835742712020874	0					non-mobilizable	no_good_hit	709.0	85.61399999999999	61.0	0.00032656673509017306	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0210_000000007745	2474	0.7745615854114124	6	2	1	2	1	True	53823	fragment	False	ISR0210_000000007745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	75.882	7.0	2.538312557841992e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
ISR0222_000000036278	1193	0.7745608782056581	2	2	2	2	2	False	74946	fragment	False	DEN0018_000000033809	0.9545829892650702		0	0	False	False	0.9865884184837341	0					non-mobilizable	no_good_hit	580.0	72.759	47.0	0.004663191497959349	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
MON0107_000000031406	1914	0.7745596254243363	3	3	0	2	1	False	126111	fragment	False	MON0107_000000031406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0298_000000006169	2349	0.7745588620205228	2	1	1	1	1	False	84138	fragment	False	ISR0298_000000006169	0.9531851218469432		0	0	False	False	0.9957428574562073	0					non-mobilizable	other	974.0	99.795	96.0	0.00029088617441630683	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0016_000000014241	2339	0.7745588620205228	2	1	1	1	1	False	84138	fragment	False	ISR0298_000000006169	0.9512558535547042		0	0	False	False	1.0	0					non-mobilizable	other	913.0	98.46700000000001	97.0	0.00027264973388249934	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0009_000000015051	2189	0.7745588620205228	4	1	1	1	1	False	84124	fragment	False	ISR0009_000000015051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	99.516	57.0	0.0003347376270779487	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0167_000000011730	1813	0.7745588620205228	2	1	1	1	1	False	84137	fragment	False	CHI0167_000000011730	1.0		0	0	False	False	1.0	0					non-mobilizable	other	921.0	100.0	99.0	0.00027504139821480197	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0161_000000013357	1581	0.7745588620205228	1	1	1	1	1	False	84115	fragment	False	ENG0161_000000013357	0.9849599815381973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1251.0	99.281	81.0	0.0003379822567426784	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0020_000000021449	1579	0.7745588620205228	1	1	1	1	1	False	84112	fragment	False	SPA0020_000000021449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	98.425	83.0	0.00032500373808375956	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0345_000000008886	1519	0.7745588620205228	1	1	1	1	1	False	84115	fragment	False	ENG0161_000000013357	0.9672238261527282		0	0	False	False	0.996708333492279	0					non-mobilizable	no_good_hit	1239.0	99.516	87.0	0.0003347376270779487	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0055_000000020911	1472	0.7745588620205228	1	1	1	1	1	False	84115	fragment	False	ENG0161_000000013357	0.9633997674070809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1254.0	99.36200000000001	85.0	0.00033879341415886085	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0064_000000015128	1470	0.7745588620205228	2	1	1	1	1	False	84132	fragment	False	ENG0064_000000015128	1.0		0	0	False	False	1.0	0					non-mobilizable	other	860.0	100.0	100.0	0.0002568049576809944	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0025_000000015002	1414	0.7745588620205228	1	1	1	1	1	False	84111	fragment	False	SPA0025_000000015002	1.0		0	0	False	False	0.99929279088974	0					non-mobilizable	no_good_hit	1081.0	99.167	80.0	0.00029147589821488585	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0395_000000028200	1366	0.7745588620205228	1	1	1	1	1	False	84115	fragment	False	ENG0161_000000013357	0.4787703804347826		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	99.281	92.0	0.0003379822567426784	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0180_000000013609	1322	0.7745588620205228	1	1	1	1	1	False	84110	fragment	False	ENG0180_000000013609	0.9610340011432936		0	0	False	False	0.9939485788345337	0					non-mobilizable	other	1268.0	99.685	96.0	0.00034257881543437883	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0090_000000010782	1266	0.7745588620205228	1	1	1	1	1	False	84110	fragment	False	ENG0180_000000013609	0.9589486695193349		0	0	False	False	0.9818325638771057	0					non-mobilizable	other	1202.0	99.334	100.0	0.00032473335227836545	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0059_000000009922	1248	0.7745588620205228	1	1	1	1	1	False	84110	fragment	False	ENG0180_000000013609	0.9571090314663592		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	99.419	100.0	0.00032554450969454784	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0045_000000036179	1189	0.7745588620205228	1	1	1	1	1	False	84110	fragment	False	ENG0180_000000013609	0.4794357494529012		0	0	False	False	0.9966358542442322	0					non-mobilizable	other	1112.0	99.281	94.0	0.0003003986297928926	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0101_000000056946	1178	0.7745588620205228	1	1	1	1	1	False	84110	fragment	False	ENG0180_000000013609	0.7849532932033322		0	0	False	False	0.9804753661155701	0					non-mobilizable	other	1123.0	99.46600000000001	98.0	0.00030337287365222814	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0051_000000042020	1172	0.7745588620205228	1	1	1	1	1	False	84110	fragment	False	ENG0180_000000013609	0.4794547785943874		0	0	False	False	0.9889078736305237	0					non-mobilizable	other	1161.0	99.914	99.0	0.0003136475342572056	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0011_000000036709	1272	0.7745569215465671	1	1	1	1	1	False	13638	fragment	False	MON0011_000000036709	1.0		0	0	False	False	0.9889937043190002	0					non-mobilizable	other	1272.0	99.686	100.0	0.0004078813851407945	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
FIJ0110_000000011120	1513	0.7745563218209767	2	1	1	1	1	False	42106	maximal	True	FIJ0110_000000011120	1.0		5	3	False	False	0.9907468557357788	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	1.7436244372452128e-05	NZ_RRUE01000002.1	b-proteobacteria	Lautropia dentalis strain KCOM 2505 KCOM2505_2, whole genome shotgun sequence	True	False
USA0041_01_000000009869	1826	0.7745459331810859	2	2	2	1	1	False	40485	fragment	False	USA0041_01_000000009869	1.0		0	0	False	False	0.9934282302856445	0					non-mobilizable	no_good_hit	800.0	73.625	43.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0009_000000005559	5331	0.774545470291013	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.6507801795566507		0	0	False	False	0.99549800157547	0					non-mobilizable	other	5331.0	98.96799999999999	100.0	0.013034693957420162	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0045_000000018027	2221	0.7745454402583757	2	2	1	2	2	False	100265	fragment	False	MAD0045_000000018027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	4.0	0.00019018684638510885	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0398_000000011635	1989	0.7745363934273208	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.7672318401085257		0	0	False	False	1.0	0					non-mobilizable	chromosome	1989.0	98.34100000000001	100.0	0.000668812566540455	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0127_000000007236	3503	0.7745362104498634	3	3	3	3	3	False	58740	fragment	False	ENG0127_000000007236	1.0		0	0	False	False	0.9920068383216858	0					non-mobilizable	no_good_hit	1330.0	88.72200000000001	71.0	0.0006358675213797894	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
CAN0006_000000001689	22840	0.7745357517172545	20	16	14	15	15	True	116929	maximal	False	AST0060_000000000939	0.956145040824159	PS762|PS763|PS764	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	8258.0	95.568	46.0	0.2883585849749816	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0049_000000006494	2617	0.7745315975777133	3	3	3	3	2	False	109858	maximal	True	FIJ0049_000000006494	1.0	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	524.0	85.115	20.0	0.0001621575860493432	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	True
ENG0181_000000008318	2472	0.7745312249735485	4	2	0	1	2	False	55275	fragment	False	ENG0181_000000008318	1.0		0	0	False	False	0.9995954632759094	0					non-mobilizable	no_good_hit	235.0	100.0	10.0	3.6068335623569885e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
AUS0008_000000009976	2416	0.7745312249735485	5	2	0	1	2	False	101845	fragment	False	AUS0008_000000009976	1.0		0	0	False	False	0.9896523356437683	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.016698473282442748	XM_013920680.2	horseshoe crabs	PREDICTED: Limulus polyphemus fringe glycosyltransferase-like (LOC106460922), mRNA	True	False
CHI0128_000000003146	2706	0.7745253265927031	3	2	0	0	2	False	120168	fragment	False	CHI0128_000000003146	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1617.0	93.816	97.0	0.2766990291262136	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0196_000000007185	2646	0.7745253265927031	3	2	0	0	2	False	120118	backbone	False	CAN0002_000000007416	0.7581015839095921	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2666.0	96.587	100.0	0.529165837149114	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
MON0106_000000015587	2623	0.7745253265927031	3	2	0	0	2	False	120118	backbone	False	CAN0002_000000007416	0.6547629578719044	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2641.0	96.40299999999999	100.0	0.5239896476209437	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ENG0002_000000014938	1569	0.7745225519098824	2	2	2	2	1	True	67975	maximal	True	ENG0002_000000014938	1.0		2	1	False	False	0.9993626475334167	0					non-mobilizable	no_good_hit	1234.0	99.757	79.0	0.0002293069963182558	CP052036.1	enterobacteria	Klebsiella pneumoniae strain KPN41053 chromosome, complete genome	True	True
ISR0295_000000022923	1562	0.7745208840238667	3	3	3	3	3	False	127443	fragment	False	ISR0295_000000022923	1.0		0	0	False	True	0.9577465057373047	0					non-mobilizable	plasmid	1224.0	89.29700000000001	96.0	0.03252508583748104	CP009055.1	firmicutes	Lactococcus lactis subsp. lactis NCDO 2118 plasmid pNCDO2118, complete sequence	False	True
FIJ0072_000000019803	1325	0.7745176123772282	1	1	1	1	1	False	44733	maximal	True	FIJ0072_000000019803	1.0		10	5	False	False	0.9864150881767273	0					non-mobilizable	no_good_hit	571.0	74.081	43.0	0.00873928819578476	NZ_QJJR01000012.1	firmicutes	Streptohalobacillus salinus strain DSM 22440 Ga0244547_112, whole genome shotgun sequence	True	False
ISR0219_000000003973	7472	0.7745098165747341	11	6	4	4	2	False	126510	fragment	False	ISR0219_000000003973	0.9844493782511285		0	0	False	False	0.999598503112793	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000010991	2406	0.774507435432836	3	3	3	3	2	False	120955	fragment	False	DEN0090_000000010991	1.0		0	0	False	False	0.9842061400413513	0					non-mobilizable	other	2291.0	97.905	95.0	0.14375431765370847	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	False
FIJ0122_000000007559	2154	0.7744908916904092	3	3	3	3	3	False	41430	fragment	False	FIJ0122_000000007559	0.9911894273127753		0	0	False	False	0.9995357394218445	0					non-mobilizable	chromosome	2154.0	99.861	100.0	0.0004010898914542331	CP052336.1	enterobacteria	Klebsiella pneumoniae strain D17KP0018 chromosome, complete genome	False	False
FIJ0151_000000014330	1185	0.7744852551879949	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.08066098278974775	PS1128	0	0	False	True	0.99915611743927	0					non-mobilizable	other	1192.0	82.71799999999999	100.0	0.014060875319028264	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0400_000000016264	1179	0.7744852551879949	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.08039198872606572	PS1128	0	0	False	True	0.9983036518096924	0					non-mobilizable	other	1186.0	82.631	100.0	0.013989980149352491	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0016_000000012111	1859	0.7744814771814534	3	3	3	3	2	False	66793	maximal	True	ENG0016_000000012111	1.0		22	7	False	False	0.9892415404319763	0					non-mobilizable	no_good_hit	115.0	80.0	6.0	5.693680980004504e-05	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
ISR0156_000000006355	4103	0.7744794002615842	5	5	5	3	2	False	131842	maximal	True	ISR0156_000000006355	1.0		4	1	False	False	0.9980502128601074	0					non-mobilizable	chromosome	2018.0	92.319	90.0	0.0005402543054194796	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0354_000000015071	1224	0.7744636484505304	2	2	2	2	1	False	23987	fragment	False	ISR0354_000000015071	1.0		0	0	False	False	0.983660101890564	0					non-mobilizable	chromosome	1224.0	99.51	100.0	0.0005291298302025403	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
ISR0130_000000001490	15161	0.7744594809352049	20	12	8	10	7	True	31798	maximal	True	ISR0130_000000001490	1.0		1	1	False	False	0.9994063973426819	0					non-mobilizable	no_good_hit	1840.0	91.848	12.0	0.0004073573083321672	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
MAD0057_000000002576	5763	0.7744584186585393	6	6	2	4	5	True	47978	fragment	False	MAD0057_000000002576	0.984941438929169		0	0	False	False	1.0	0			MPF_Unknown		non-mobilizable	chromosome	5686.0	98.575	100.0	0.0009991466576131842	CP050204.1	enterobacteria	Escherichia coli strain RH-045-WU chromosome	False	True
MON0109_000000027517	1326	0.774453632688429	2	2	2	2	2	False	70317	fragment	False	MON0107_000000041547	0.7559554656190401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	76.75399999999999	17.0	0.0006394943692950936	NZ_FWXW01000004.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ISR0330_000000010846	2628	0.7744521227708495	2	2	2	2	2	False	107389	maximal	True	ISR0330_000000010846	1.0		99	7	False	False	0.9980974197387695	0					non-mobilizable	no_good_hit	1362.0	99.853	57.0	0.0004289839321719983	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0037_000000002807	11721	0.7744505682866861	15	5	3	5	2	True	12147	maximal	True	MON0037_000000002807	1.0		2	1	False	False	0.9983789920806885	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	2.414829688647959e-05	NZ_AGBX01000001.1	high GC Gram+	Brachybacterium squillarum M-6-3 50.WUPEI.1.00001, whole genome shotgun sequence	True	True
ISR0286_000000011610	1674	0.7744445062680165	3	2	2	2	2	False	103294	fragment	False	ISR0286_000000011610	1.0		0	0	False	False	0.9940263032913208	0					non-mobilizable	no_good_hit	326.0	73.006	19.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
MON0082_000000025297	1419	0.7744418274922681	2	1	1	1	1	False	9909	maximal	True	MON0082_000000025297	1.0		4	4	False	False	0.9929527640342712	0					non-mobilizable	no_good_hit	784.0	72.959	54.0	0.00031493554086586335	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
ISR0134_000000000356	41653	0.7744323592950179	37	25	15	22	11	True	119539	fragment	False	ISR0046_000000000133	0.5935259339825698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	14212.0	97.375	70.0	0.0789788436611648	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
FIJ0096_000000012591	2799	0.7744277288405134	3	3	3	3	3	False	80985	maximal	True	FIJ0096_000000012591	1.0		39	8	False	False	1.0	0					non-mobilizable	chromosome	2774.0	97.585	99.0	0.0005201632749329562	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
SPA0086_000000005965	2392	0.7744146438887081	4	3	3	3	2	False	5517	maximal	True	SPA0086_000000005965	1.0		43	7	False	False	0.9991638660430908	0					non-mobilizable	other	1705.0	99.941	99.0	0.005855368279985567	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0036_000000006510	5379	0.7744121748309408	6	6	2	4	5	True	47978	fragment	False	MAD0057_000000002576	0.9495054659031754		0	0	False	False	1.0	0			MPF_Unknown		non-mobilizable	plasmid	5382.0	97.82600000000001	100.0	0.06721460959066665	KU932028.1	enterobacteria	Escherichia coli plasmid pEC14III, complete sequence	False	True
USA0111_01_000000007555	3224	0.7744048293789094	7	7	5	6	6	False	118675	fragment	False	USA0111_01_000000007555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2012.0	94.53299999999999	78.0	0.00038910061204422305	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
AST0047_000000014307	1592	0.7744020398862198	3	1	1	1	1	False	115206	fragment	False	ENG0165_000000011253	0.9411457220574126		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	98.116	100.0	0.012311001748765805	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0098_000000007881	1184	0.7743912529030693	3	2	2	1	1	False	83374	fragment	False	CHI0098_000000007881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000008861	2796	0.7743843755796407	4	3	3	3	3	False	131835	maximal	True	ISR0058_000000008861	1.0		4	2	False	False	1.0	0					non-mobilizable	other	2005.0	91.17200000000001	100.0	0.0005649245855292438	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0070_000000006481	3127	0.7743804391771079	3	3	1	3	2	False	85573	fragment	False	ISR0070_000000006481	0.9972844534962662		0	0	False	False	0.9993603825569153	0					non-mobilizable	no_good_hit	519.0	84.971	17.0	0.005371577574967405	NZ_CACZYW010000009.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0114_000000010445	2666	0.7743804391771079	3	3	1	3	2	False	85572	fragment	False	ISR0114_000000010445	1.0		0	0	False	False	0.9969992637634277	0					non-mobilizable	no_good_hit	525.0	84.571	20.0	9.453797745087434e-05	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
SPA0093_000000022720	1660	0.7743766913564349	4	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.1480068049105706		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	100.0	94.0	0.043007177099786624	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CAN0021_000000038203	1141	0.7743743858626146	2	2	2	2	1	False	91383	fragment	False	CAN0021_000000038203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	86.55	70.0	0.0002794734440840013	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	False
ISR0015_000000016391	1598	0.7743730824525207	2	1	1	1	1	False	58591	fragment	False	ISR0015_000000016391	1.0		0	0	False	False	0.9906132817268372	0					non-mobilizable	no_good_hit	315.0	72.063	20.0	0.000552288980325371	NZ_KI912403.1	bacteria	Brachyspira alvinipulli ATCC 51933 T324DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
MON0063_000000007024	3978	0.7743730041967285	7	7	5	7	5	False	92148	fragment	False	ENG0042_000000006271	0.9297857475547275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0009_000000009769	1149	0.7743710213763395	3	2	2	1	1	False	84571	fragment	False	MAD0062_000000012232	0.9527459565213279		0	0	False	False	0.9869451522827148	0					non-mobilizable	chromosome	1149.0	99.391	100.0	0.0003062371273036808	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0108_000000002142	8819	0.7743626293267141	16	5	5	5	2	False	42243	maximal	True	FIJ0108_000000002142	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	80.0	97.5	1.0	2.0773549118793936e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
DEN0064_000000014138	2739	0.7743605815718003	3	3	2	2	3	True	126929	maximal	True	DEN0064_000000014138	1.0		4	3	False	False	0.9967141151428223	0					non-mobilizable	chromosome	2739.0	99.963	100.0	0.0006646549001549	CP028528.1	firmicutes	Clostridioides difficile strain 020696 chromosome	False	True
ISR0007_000000001695	7591	0.7743602932750913	9	9	7	8	8	False	100932	maximal	False	ISR0397_000000002793	0.9736085053158223		0	0	False	False	0.9998682737350464	0					non-mobilizable	chromosome	2890.0	97.09299999999999	100.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
DEN0093_000000005882	5324	0.7743544032507322	6	4	2	2	3	False	86734	fragment	False	DEN0093_000000005882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2384.0	82.508	45.0	0.1269400424767195	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0007_000000008740	5587	0.7743521378766116	8	7	6	6	7	False	77896	maximal	True	MON0007_000000008740	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1531.0	74.984	27.0	0.0005181995308100809	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0086_000000006741	2084	0.7743430505924234	3	3	3	3	3	False	78398	fragment	False	SPA0086_000000006741	0.992631747557264		0	0	False	False	1.0	0					non-mobilizable	chromosome	1199.0	83.15299999999999	92.0	0.00029783770329242393	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0136_000000003851	3839	0.7743385327117995	5	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.611552784370799		0	0	False	False	1.0	0					non-mobilizable	chromosome	3839.0	99.844	100.0	0.0007048782422929884	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0256_000000004927	3637	0.7743385327117995	4	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.4956252692059411		0	0	False	False	1.0	0					non-mobilizable	chromosome	3637.0	99.698	100.0	0.0006596819483913177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0187_000000014671	2023	0.774337545320339	3	3	3	2	1	True	131026	fragment	False	CHI0117_000000007167	0.22134780613504604		0	0	False	False	1.0	0					non-mobilizable	other	1956.0	90.74600000000001	97.0	0.018853527792533926	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0108_000000015647	1820	0.774337288825668	4	2	0	1	1	False	75018	fragment	False	SPA0108_000000015647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000027279	1469	0.774337288825668	2	2	0	1	1	False	75017	fragment	False	DEN0082_000000025849	0.9517923362175525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0056_000000022451	1593	0.7743369884864215	2	2	2	2	2	False	20625	fragment	False	SPA0056_000000022451	1.0		0	0	False	False	0.993094801902771	0					non-mobilizable	no_good_hit								True	False
USA0111_01_000000019983	1261	0.7743361431606985	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.7957288305427098		0	0	False	False	0.9928628206253052	0					non-mobilizable	no_good_hit	1102.0	75.681	86.0	0.0003721988693516851	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0148_000000008002	3635	0.7743335020295502	4	4	3	4	3	False	65048	maximal	True	ISR0148_000000008002	1.0		103	10	False	False	0.9994497895240784	0					non-mobilizable	other	1918.0	98.64399999999999	99.0	0.017573290798085915	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0078_000000019343	2300	0.7743318084843677	4	3	3	3	2	False	11605	fragment	False	MON0078_000000019343	1.0		0	0	False	False	0.9743478298187256	0					non-mobilizable	no_good_hit	64.0	87.5	3.0	1.5165157122034753e-05	CP034753.1	high GC Gram+	Agromyces sp. LHK192 chromosome, complete genome	True	False
ISR0132_000000005016	4980	0.7743307008764637	4	4	4	4	4	False	121291	fragment	False	ISR0132_000000005016	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4547.0	84.84700000000001	92.0	0.0009343116125511811	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0817_000000011248	1191	0.7743275822868868	2	2	2	2	2	False	21367	fragment	False	ISR0817_000000011248	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	90.764	100.0	0.00035828621167127874	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0016_000000002174	3131	0.7743275383939581	3	2	2	2	2	False	75361	fragment	False	DEN0016_000000002174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0093_01_000000005368	3637	0.7743254641004194	4	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.4958638135316622		0	0	False	False	1.0	0					non-mobilizable	other	3637.0	99.75299999999999	100.0	0.0006846986977354664	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
FIJ0113_000000020771	1254	0.774322578782869	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.21144320391630597		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	98.329	100.0	0.0013972420334937286	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
SPA0008_000000005466	5027	0.7743205982995531	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.44069675157999527		0	0	False	False	0.9992042779922485	0					non-mobilizable	other	5027.0	98.428	100.0	0.012291112241703194	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0047_000000001295	9591	0.7743177995892206	14	4	2	2	3	True	104157	maximal	True	ENG0047_000000001295	1.0	PS367|PS613	1	1	False	True	0.9998957514762878	0					non-mobilizable	no_good_hit	1477.0	96.344	36.0	0.22351871495681164	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
USA0132_01_000000003397	5398	0.7743173989063569	6	4	4	4	3	False	86	maximal	True	USA0132_01_000000003397	1.0		13	5	False	False	0.9985179901123047	0					non-mobilizable	chromosome	5398.0	99.87	100.0	0.0019556629432854124	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	False	False
ISR0365_000000005649	2738	0.7743171364753703	5	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.2636125610834015	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2738.0	99.12299999999999	100.0	0.022918987744707943	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0353_000000014324	2579	0.7743171364753703	4	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.19086879251710454	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2580.0	99.302	100.0	0.02571650965990739	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0069_000000007838	2522	0.7743171364753703	4	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.16375111570013492	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2523.0	99.20700000000001	100.0	0.025157672042152322	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0107_000000015596	1645	0.7743138455607206	2	2	2	2	2	False	53311	fragment	False	FIJ0107_000000015596	0.9763153505541383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	82.04	54.0	0.04122469776274955	NZ_JXQL01000058.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig58, whole genome shotgun sequence	True	False
DEN0022_000000024313	1693	0.7743076888699103	3	3	3	3	3	False	74547	maximal	True	DEN0022_000000024313	1.0		1	1	False	False	0.9840520024299622	0					non-mobilizable	other	1709.0	92.62700000000001	100.0	0.035569487983281085	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
FIJ0045_000000009148	2509	0.7743070774230705	4	4	4	3	3	False	117341	fragment	False	ENG0119_000000012154	0.9399301049543154		0	0	False	False	1.0	0					non-mobilizable	other	1870.0	99.73299999999999	99.0	0.015131520357521636	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0071_000000024949	1704	0.7743052691489746	3	1	1	1	1	False	70426	maximal	True	DEN0071_000000024949	1.0		4	3	False	False	0.9812206625938416	0					non-mobilizable	no_good_hit								True	False
FIJ0068_000000009958	3165	0.7743025154267066	2	2	2	1	1	False	45101	maximal	True	FIJ0068_000000009958	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	3165.0	99.96799999999999	100.0	0.022194630919562	CP049048.1	enterobacteria	Enterobacter hormaechei strain Y233 plasmid p233-142, complete sequence	False	True
ISR0141_000000013338	2521	0.7742989381643272	4	4	4	3	1	False	113808	maximal	True	ISR0141_000000013338	0.994951534733441		145	11	False	False	0.9996033310890198	0					non-mobilizable	no_good_hit	133.0	85.714	5.0	0.003340503606225484	NZ_FOAT01000022.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0360_000000009853	2476	0.7742989381643272	4	4	4	3	1	False	113808	maximal	False	ISR0141_000000013338	0.989289964299881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	78.986	11.0	9.414260241886548e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
SPA0067_000000017394	1175	0.7742976722449537	2	1	1	1	1	False	6184	maximal	False	SPA0061_000000011867	0.9437007874015748		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	94.81700000000001	100.0	0.03013832719404446	NZ_QSGP01000019.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf19, whole genome shotgun sequence	False	False
ISR0185_000000004333	6655	0.7742934189769332	12	11	7	6	9	True	98660	maximal	True	ISR0185_000000004333	1.0		1	1	False	False	0.9998497366905212	0					non-mobilizable	no_good_hit	3616.0	99.945	74.0	0.02917887497881202	CP059926.1	enterobacteria	Escherichia coli strain 34.1 plasmid p1, complete sequence	True	True
FIJ0123_000000019716	1688	0.774286842034516	3	3	3	1	2	False	106163	fragment	False	FIJ0123_000000019716	1.0		0	0	False	False	1.0	0					non-mobilizable	other	736.0	97.01100000000001	100.0	0.0002212944248557898	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0005_01_000000017648	1826	0.7742827071435774	3	3	3	3	2	False	2168	fragment	False	USA0005_01_000000017648	1.0		0	0	False	False	0.9972617626190186	0					non-mobilizable	chromosome	1837.0	85.35700000000001	100.0	0.00040259512506042263	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0309_000000012707	1557	0.7742816776592234	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.36041799992402684		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	99.807	100.0	0.014263975212217884	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
USA0132_01_000000005871	2843	0.7742796280275897	3	3	3	3	2	False	123400	fragment	False	USA0132_01_000000005871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.734	15.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
SPA0008_000000006936	4117	0.7742752778257386	4	4	3	4	2	False	113789	maximal	True	SPA0008_000000006936	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1967.0	96.54299999999999	48.0	0.0006116192729134792	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0093_000000003406	7400	0.7742722217996291	8	7	3	4	4	True	31005	maximal	True	MAD0093_000000003406	1.0		1	1	False	False	0.9948648810386658	0					non-mobilizable	no_good_hit	3474.0	83.823	47.0	0.014511326372922241	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0082_000000018946	1704	0.7742693292130997	3	3	2	2	3	False	122170	fragment	False	DEN0093_000000016414	0.3505159626913431		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	98.885	100.0	0.0005096237492447663	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0839_000000008287	2317	0.7742572681021754	3	2	2	2	2	False	42590	fragment	False	ISR0839_000000008287	1.0		0	0	False	False	0.9982736110687256	0					non-mobilizable	no_good_hit	404.0	76.485	17.0	0.00013004742440085766	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0042_000000002763	7482	0.7742415363939765	13	8	6	7	4	False	120970	maximal	True	ISR0042_000000002763	1.0		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	2430.0	93.45700000000001	50.0	0.0006889593902865526	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MAD0094_000000013086	1239	0.7742409396589748	2	2	2	1	2	False	15611	fragment	False	MAD0094_000000013086	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1239.0	95.72200000000001	100.0	0.0005767576900248873	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	False	False
USA0053_01_000000002916	7452	0.7742381940260666	10	5	3	5	3	True	125251	fragment	False	USA0053_01_000000002916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0102_000000028018	1587	0.7742281485112247	3	3	3	1	1	False	130049	fragment	False	ENG0005_000000004373	0.02010638641979019		0	0	False	False	0.9729048609733582	0					non-mobilizable	chromosome	1375.0	83.78200000000001	93.0	0.0004823763262261339	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0070_000000002160	13210	0.7742277927813399	16	10	4	8	7	False	88735	maximal	True	DEN0070_000000002160	1.0		12	3	True	True	1.0	15					non-mobilizable	no_good_hit	1904.0	88.76100000000001	25.0	0.00046289587956469154	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0182_000000001685	13210	0.7742277927813399	16	10	4	8	7	False	88735	maximal	False	DEN0070_000000002160	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1904.0	88.76100000000001	25.0	0.00046289587956469154	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0325_000000016792	1271	0.7742186348664674	2	1	1	1	1	False	113521	fragment	False	AST0087_000000017412	0.059298889684813755		0	0	False	False	0.9929189682006836	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0247_000000001566	6689	0.7742171286914282	5	4	2	4	1	False	101836	fragment	False	ISR0247_000000001566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000006567	4337	0.7742019113158826	10	4	1	3	2	True	65699	fragment	False	ISR0120_000000006567	1.0		0	0	False	False	0.9997694492340088	0					non-mobilizable	no_good_hit	170.0	75.882	4.0	2.538312557841992e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
USA0072_01_000000006919	2898	0.7742010634218182	3	3	3	3	3	False	78147	fragment	False	USA0072_01_000000006919	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	99.62899999999999	47.0	0.0034637608846110513	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0008_000000006797	1355	0.7742009715065381	1	1	1	1	1	False	76111	fragment	False	MON0005_000000036525	0.9079651941097724		0	0	False	False	0.9992619752883911	0					non-mobilizable	other	1356.0	89.454	100.0	0.0003573659752224498	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	False
FIJ0123_000000010703	2998	0.7741951287051807	5	4	4	4	2	False	60122	maximal	True	FIJ0123_000000010703	1.0		58	9	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	72.795	17.0	0.0014335810855517083	NZ_AMQH01000005.1	firmicutes	Clostridium tunisiense TJ C661contig5, whole genome shotgun sequence	True	False
MON0048_000000032136	1280	0.7741869679659789	1	1	1	1	1	False	53031	fragment	False	MAD0002_000000026286	0.5263800090265188		0	0	False	False	0.992968738079071	0					non-mobilizable	other	923.0	78.007	91.0	0.012192673688718765	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MAD0058_000000009507	1630	0.7741852341181715	2	2	2	2	1	False	16945	fragment	False	MAD0058_000000009507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	83.03399999999999	30.0	0.009364751379120776	NZ_WAJR01000015.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_015, whole genome shotgun sequence	True	False
ENG0053_000000008534	3018	0.7741821792474763	4	4	4	4	3	True	63872	maximal	True	ENG0053_000000008534	1.0		3	2	False	False	0.9950298070907593	0					non-mobilizable	no_good_hit	1008.0	71.429	33.0	0.006921860963907439	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
CHI0121_000000005558	1413	0.7741800112910655	2	2	2	2	2	False	81784	maximal	True	CHI0121_000000005558	1.0		11	4	False	False	0.9985845685005188	0					non-mobilizable	chromosome	1413.0	97.735	100.0	0.0002866769331659021	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
ISR0323_000000011434	1852	0.7741730145299575	3	3	3	2	2	False	64420	fragment	False	ISR0323_000000011434	1.0		0	0	False	False	0.9946004152297974	0					non-mobilizable	no_good_hit								True	False
ENG0204_000000015718	1698	0.7741728598142164	2	1	0	1	0	True	102353	fragment	False	ENG0204_000000015718	0.9531548757170172		0	0	False	False	0.9946996569633484	0					non-mobilizable	no_good_hit								True	True
MAD0047_000000013102	3157	0.7741710954375219	6	5	1	4	3	True	17676	fragment	False	MAD0047_000000013102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	91.209	12.0	0.00012652792049445578	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
CHI0017_000000005093	2414	0.7741710004117907	3	3	3	2	3	False	99014	maximal	True	CHI0017_000000005093	1.0		167	11	False	False	0.9983429908752441	0					non-mobilizable	other	2414.0	96.396	100.0	0.02241294433453154	NZ_CBVI010000073.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
SPA0023_000000017803	1578	0.7741707509506678	1	1	1	1	1	False	55720	fragment	False	SPA0023_000000017803	0.9786745406824147		0	0	False	False	0.9923954606056213	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	3.0	9.919838259399047e-05	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
AUS0004_000000008825	2374	0.7741698154595563	3	3	3	3	2	False	102458	fragment	False	AUS0004_000000008825	1.0		0	0	False	False	0.9978938698768616	0					non-mobilizable	other	2375.0	97.053	100.0	0.0362664222425909	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0214_000000013441	2147	0.7741685295115138	4	2	1	2	2	True	68801	maximal	False	SPA0090_000000016188	0.9705344906349931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1097.0	98.633	51.0	0.00017975048467848526	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
CHI0002_000000003030	3056	0.7741683119057777	4	2	1	2	1	False	91026	fragment	False	CHI0002_000000003030	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3059.0	93.92	100.0	0.000860759536469015	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0070_000000017996	1103	0.7741683119057777	2	2	1	2	1	False	5911	fragment	False	SPA0070_000000017996	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1106.0	89.512	100.0	0.00031049329269684274	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0158_000000004596	3862	0.7741651926230285	5	5	5	4	2	False	121536	fragment	False	FIJ0158_000000004596	0.9946993962945311		0	0	False	False	0.9994821548461914	0					non-mobilizable	no_good_hit	2514.0	98.449	87.0	0.00048671470287064836	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0167_000000008580	3550	0.7741651926230285	5	5	5	4	2	False	121536	fragment	False	FIJ0158_000000004596	0.9696997049305061		0	0	False	False	0.999436616897583	0					non-mobilizable	no_good_hit	2552.0	94.788	87.0	0.00048557956476736903	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
SPA0091_000000003273	4937	0.7741625278926991	5	5	3	4	5	False	10254	maximal	True	SPA0091_000000003273	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	2451.0	100.0	100.0	0.03112850354483775	CP041444.1	enterobacteria	Escherichia coli strain YPE10 plasmid pYPE10-78k, complete sequence	False	True
ISR0219_000000002958	9605	0.7741612969264767	19	13	5	8	8	False	105136	fragment	False	ISR0219_000000002958	1.0		0	0	False	False	0.999687671661377	0					non-mobilizable	no_good_hit	1426.0	77.34899999999999	23.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0051_000000015153	1924	0.7741538352240313	2	2	2	1	1	False	114053	fragment	False	ISR0836_000000009571	0.874060685808171		0	0	False	False	0.9994802474975586	0					non-mobilizable	other	1924.0	97.869	100.0	0.003075481233647012	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0336_000000011820	1325	0.7741538352240313	2	2	2	1	1	False	114046	fragment	False	ENG0200_000000015508	0.7779139646484832		0	0	False	False	0.993207573890686	0					non-mobilizable	virus	1325.0	94.491	100.0	0.48874123292727945	MK233615.1	viruses	Uncultured human fecal virus clone RuminococcusA.sp_S01.I14_2_c1 sequence	False	False
SPA0071_000000013206	1607	0.7741534058439457	3	3	3	3	1	False	5889	fragment	False	SPA0071_000000013206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000014636	1877	0.7741453262471091	3	3	3	3	3	False	84187	fragment	False	ISR0060_000000014636	1.0		0	0	False	False	0.9914757609367371	0					non-mobilizable	other	1226.0	99.184	99.0	0.000340181393049747	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0092_000000010573	2110	0.7741420460985652	2	2	2	2	2	False	61111	maximal	True	ENG0092_000000010573	0.9698560849413332		107	8	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	87.5	25.0	0.0001544133027658834	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0858_000000002223	3806	0.7741399334973672	6	2	2	2	2	False	20464	maximal	True	ISR0858_000000002223	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2203.0	99.001	91.0	0.0004888731928239367	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0135_000000007553	2870	0.7741264702228942	7	4	3	4	4	False	58098	fragment	False	ENG0135_000000007553	1.0		0	0	False	False	0.998954713344574	0					non-mobilizable	no_good_hit	1479.0	96.68700000000001	65.0	0.008896517545238066	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
CHI0187_000000006665	2518	0.7741210075347522	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.9715670442045896		0	0	False	False	0.9936457276344299	0					non-mobilizable	no_good_hit	90.0	96.667	4.0	2.4715219576675496e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0232_000000003519	5878	0.7741199643726178	9	6	5	5	5	False	113608	fragment	False	ISR0232_000000003519	1.0		0	0	False	False	0.999829888343811	0					non-mobilizable	other	3298.0	97.39200000000001	91.0	0.0008083515439220275	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0005_01_000000013796	2429	0.7740997080941976	3	2	0	0	2	False	2174	maximal	True	USA0005_01_000000013796	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	84.273	31.0	0.19068228105906312	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0043_000000018278	1217	0.7740959536786083	2	1	1	1	1	False	36293	fragment	False	ISR0043_000000018278	1.0		0	0	False	False	0.9860312342643738	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0025128951196931623	NZ_PYLP01000029.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_28, whole genome shotgun sequence	True	False
SPA0153_000000011991	1569	0.7740932529730807	2	2	2	2	1	False	3221	fragment	False	SPA0153_000000011991	1.0		0	0	False	False	0.9980879426002502	0					non-mobilizable	chromosome	1569.0	99.809	100.0	0.0002213180051795188	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0125_000000007113	5097	0.7740921982626907	6	4	4	4	4	False	43557	maximal	True	SPA0125_000000007113	1.0		2	2	False	False	0.9974494576454163	0					non-mobilizable	no_good_hit								True	False
ISR0393_000000007464	2351	0.7740917966005065	3	3	3	3	3	False	46401	maximal	True	ISR0393_000000007464	1.0		536	14	False	False	0.9995746612548828	0					non-mobilizable	other	2354.0	98.98	100.0	0.03609853426444632	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0046_000000027759	1215	0.7740870700920057	2	1	1	1	1	False	6701	fragment	False	SPA0046_000000027759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	7.527490394922256e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
TAN0008_000000003426	4126	0.7740745125336219	8	6	3	5	5	False	2772	maximal	True	TAN0008_000000003426	1.0		1	1	False	False	0.9837614893913269	0					non-mobilizable	no_good_hit	3460.0	83.46799999999999	84.0	0.0012000981549928685	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0336_000000002236	4930	0.7740720318675467	8	4	4	4	2	False	77232	fragment	False	ISR0336_000000002236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	99.046	21.0	0.0014389319743878355	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0049_000000005433	5069	0.7740672005382435	4	4	4	3	3	False	91098	fragment	False	CHI0001_000000001553	0.977620594752717		0	0	False	False	0.9996054172515869	0					non-mobilizable	other	5069.0	99.961	100.0	0.008086907125031116	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0005_01_000000008545	4212	0.7740672005382435	4	4	4	3	3	False	88328	fragment	False	USA0005_01_000000008545	0.9975222993062438		0	0	False	False	1.0	0					non-mobilizable	other	4195.0	99.95200000000001	99.0	0.006692282652403413	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0317_000000006862	2703	0.7740634487282695	4	3	3	3	3	False	65891	fragment	False	ISR0317_000000006862	1.0		0	0	False	False	0.9959304332733154	0					non-mobilizable	no_good_hit	198.0	75.758	7.0	0.00020910635950277176	NZ_KB894570.1	a-proteobacteria	Amorphus coralli DSM 19760 C507DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ISR0182_000000008202	4095	0.7740622001460393	5	4	3	3	1	True	120246	maximal	True	ISR0182_000000008202	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	78.704	3.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
ENG0200_000000007026	2851	0.7740606799766897	4	3	3	2	2	True	124733	fragment	False	ENG0200_000000007026	1.0		0	0	False	False	0.9996492266654968	0					non-mobilizable	no_good_hit	2259.0	78.84	78.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0102_000000026845	1660	0.7740594469711662	3	2	2	2	1	False	8943	maximal	True	MON0102_000000026845	1.0		3	3	False	False	0.9638554453849792	0					non-mobilizable	no_good_hit	358.0	78.492	21.0	0.0009350569989674864	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
FIJ0051_000000001604	11182	0.7740533259724406	8	5	2	4	3	True	46561	fragment	False	FIJ0051_000000001604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	98.45	1.0	0.0008497022722897485	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	True
USA0082_01_000000011199	2674	0.7740508673845021	3	2	1	1	2	False	536	fragment	False	USA0082_01_000000011199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0086_000000003021	2679	0.7740453963208621	4	3	3	3	2	False	87233	maximal	True	MAD0086_000000003021	1.0		1	1	False	False	0.9891750812530518	0					non-mobilizable	no_good_hit	1870.0	85.40100000000001	69.0	0.008065645514223195	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CAN0001_000000014055	3336	0.7740439217345275	4	4	4	4	4	False	108438	fragment	False	ENG0150_000000004490	0.9655956781347739		0	0	False	False	1.0	0					non-mobilizable	chromosome	3336.0	100.0	100.0	0.0006504276244705889	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
CHI0160_000000020580	1559	0.7740413726604427	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9016560123137906		0	0	False	False	0.9980756640434265	0					non-mobilizable	other	1559.0	90.89200000000001	100.0	0.0002717711467014366	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CHI0024_000000010700	1200	0.7740357750790362	1	1	1	1	1	False	88986	maximal	True	CHI0024_000000010700	1.0		4	2	False	False	0.9975000023841858	0					non-mobilizable	chromosome	955.0	78.22	92.0	0.00021164619343972467	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0126_000000014423	3387	0.7740329210088537	5	5	5	4	4	False	40955	fragment	False	ISR0126_000000014423	0.9870330348873109		0	0	False	False	0.9991142749786377	0					non-mobilizable	other	3400.0	85.412	99.0	0.030259030205252307	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0182_000000011091	3239	0.7740329210088537	5	5	5	4	4	False	40955	fragment	False	ISR0126_000000014423	0.9657514024210216		0	0	False	False	0.999382495880127	0					non-mobilizable	other	3171.0	85.367	97.0	0.028215470108452094	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
MAD0009_000000000598	11572	0.7740320574407333	17	14	5	9	14	False	19798	maximal	False	MAD0014_000000001629	0.957186916646376		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	5666.0	94.176	61.0	0.048532953892836635	CP056160.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_2, complete sequence	True	True
DEN0033_000000005880	4617	0.7740304140867977	6	5	3	5	4	False	117065	fragment	False	DEN0033_000000005880	1.0		0	0	False	False	0.9976174831390381	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
FIJ0142_000000032418	1136	0.7740252787444013	1	1	1	1	1	False	40153	maximal	True	FIJ0142_000000032418	1.0		3	2	False	False	0.9894366264343262	0					non-mobilizable	no_good_hit								True	False
ENG0202_000000016855	1247	0.7740234803761143	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.6749674067384552		0	0	False	False	0.9991980791091919	0					non-mobilizable	other	1247.0	99.679	100.0	0.00020849561046460552	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0786_000000011790	1229	0.7740234803761143	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.8277398056450913		0	0	False	False	0.9991863369941711	0					non-mobilizable	other	1229.0	100.0	100.0	0.007889597039473685	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ENG0148_000000029337	1229	0.7740234803761143	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.6545523385320613		0	0	False	False	0.9894223213195801	0					non-mobilizable	other	1229.0	100.0	100.0	0.007889597039473685	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ISR0827_000000009727	1226	0.7740234803761143	1	1	1	1	1	False	102231	maximal	True	ISR0827_000000009727	1.0		5	1	False	False	0.9926590323448181	0					non-mobilizable	other	1208.0	86.175	99.0	0.0032012094047129654	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
DEN0096_000000037807	1209	0.7740234803761143	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.5890063320983452		0	0	False	False	0.9859387874603271	0					non-mobilizable	other	1209.0	100.0	100.0	0.0002021369963412869	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
SPA0137_000000030792	1200	0.7740234803761143	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.5931973615264667		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	99.917	100.0	0.004164597103885684	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
DEN0020_000000009757	1194	0.7740234803761143	2	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.749214771665079		0	0	False	False	0.9958124160766602	0					non-mobilizable	other	1194.0	99.414	100.0	0.0001996270170820822	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
AUS0004_000000016995	1154	0.7740234803761143	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.5802727180943533		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	99.65299999999999	100.0	0.00019293373905753626	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0193_000000017092	1154	0.7740234803761143	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.5716009058398953		0	0	False	False	0.993934154510498	0					non-mobilizable	other	1154.0	100.0	100.0	0.004004821068207	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0128_000000030245	1153	0.7740234803761143	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.5710867407895033		0	0	False	False	0.9947961568832397	0					non-mobilizable	other	1153.0	100.0	100.0	0.004001347676127029	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
CHI0132_000000027094	1124	0.7740234803761143	1	1	1	1	1	False	102230	fragment	False	CHI0122_000000011492	0.5102101178014988		0	0	False	False	0.9919928908348083	0					non-mobilizable	other	1124.0	99.46600000000001	100.0	0.007214997944078948	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ISR0015_000000009534	2620	0.7740183814978587	4	3	3	3	3	True	118307	fragment	False	ISR0015_000000009534	0.9949266692120348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	78.133	34.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0030_01_000000006713	2520	0.7740183814978587	4	3	3	3	3	True	118307	fragment	False	ISR0015_000000009534	0.9861148648258667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	2.0	9.4095605317029e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0029_000000012091	2514	0.7740183814978587	4	3	3	3	3	True	118307	fragment	False	ISR0015_000000009534	0.9779761028546594		0	0	False	False	0.9952267408370972	0					non-mobilizable	no_good_hit	750.0	78.133	30.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0078_01_000000000144	23013	0.7740154858162746	27	13	5	13	4	True	84073	fragment	False	USA0078_01_000000000144	1.0		0	0	False	False	1.0	0					non-mobilizable	other	22726.0	86.086	99.0	0.18932213456921287	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
FIJ0020_000000015417	1385	0.7740135200562434	2	2	2	2	1	False	49761	fragment	False	FIJ0020_000000015417	1.0		0	0	False	False	0.9862815737724304	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0010_000000026867	1714	0.7740112826726582	2	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.7826845482953637		0	0	False	True	0.9824970960617065	0					non-mobilizable	no_good_hit	99.0	83.838	6.0	0.0007009964163346472	NZ_FOZH01000013.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	True
ENG0087_000000008513	3208	0.7739936415397385	4	4	3	3	2	False	61391	maximal	True	ENG0087_000000008513	1.0		361	12	False	False	1.0	0					non-mobilizable	chromosome	3211.0	99.066	100.0	0.0004938891601945646	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
FIJ0153_000000020019	1270	0.7739915561689671	2	2	2	2	2	False	89414	fragment	False	DEN0010_000000030767	0.5658372005291081		0	0	False	False	0.9944881796836853	0					non-mobilizable	chromosome	1220.0	78.77	95.0	0.00035104654482945546	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0190_000000002534	9433	0.773989055354944	12	4	4	4	3	True	70503	maximal	True	ISR0190_000000002534	0.9939900010637166		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	92.941	4.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0289_000000000714	7684	0.773989055354944	10	4	4	4	3	True	70500	fragment	False	ISR0184_000000001878	0.9666193575420882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	1.0	2.2758946608850016e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
FIJ0026_000000008447	3649	0.7739863202927616	4	4	4	3	2	False	49130	maximal	True	FIJ0026_000000008447	1.0		3	1	False	False	0.9950671195983887	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.6544136729568624e-06	NZ_CP018820.1	a-proteobacteria	Sphingomonas koreensis strain ABOJV chromosome, complete genome	True	False
FIJ0035_000000001448	7966	0.773985365960296	12	8	5	6	6	False	48055	maximal	True	FIJ0035_000000001448	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0332_000000005346	2548	0.7739846560059576	2	2	0	2	0	True	24576	fragment	False	ISR0332_000000005346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0086_000000002540	9890	0.7739845267057269	13	5	3	5	1	True	118905	fragment	False	CAN0001_000000004595	0.9711705577678522		0	0	False	False	1.0	0					non-mobilizable	other	9798.0	98.102	99.0	0.002623559981029602	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0001_000000004595	9690	0.7739845267057269	13	5	3	5	1	True	118905	fragment	False	CAN0001_000000004595	0.9746214025605295		0	0	False	False	1.0	0					non-mobilizable	other	9673.0	98.056	99.0	0.0025900859586116473	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0118_000000021212	1118	0.7739836134891259	2	2	2	2	1	False	4234	maximal	True	SPA0118_000000021212	1.0		25	3	False	False	0.9928443431854248	0					non-mobilizable	other	1118.0	92.21799999999999	100.0	0.0001545948224713055	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
ISR0084_000000020836	1340	0.7739711914516682	2	2	2	2	2	False	62553	fragment	False	ISR0263_000000010323	0.8476944768020999		0	0	False	False	0.9910447597503662	0					non-mobilizable	other	1274.0	98.352	95.0	0.004936921424222329	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0083_000000029855	1358	0.7739665397872431	1	1	1	1	1	False	82270	fragment	False	MON0090_000000042102	0.9416835595485284		0	0	False	False	0.9963181018829346	0					non-mobilizable	other	1323.0	84.051	97.0	0.0033256013312490543	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0390_000000007716	1807	0.7739656539959261	4	2	0	1	1	False	124369	fragment	False	ENG0025_000000004712	0.04864151115888339		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	99.723	100.0	0.1624685138539043	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0060_000000008409	1995	0.7739628131894244	4	3	3	3	3	False	93963	fragment	False	MAD0060_000000008409	0.98361536590375		0	0	False	False	0.9934837222099304	0					non-mobilizable	other	1832.0	99.78200000000001	92.0	0.013501257217015566	NZ_NQCD01000011.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_9_length_135617_cov_79.9926_ID_17.ctg_1, whole genome shotgun sequence	False	False
ISR0015_000000013860	1856	0.7739628131894244	3	3	3	3	3	False	93963	fragment	False	MAD0060_000000008409	0.9616146399977682		0	0	False	False	1.0	0					non-mobilizable	other	1856.0	99.946	100.0	0.013678226181083492	NZ_NQCD01000011.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_9_length_135617_cov_79.9926_ID_17.ctg_1, whole genome shotgun sequence	False	False
FIJ0091_000000012916	1707	0.7739628131894244	3	3	3	3	3	False	93963	fragment	False	MAD0060_000000008409	0.6339798850574713		0	0	False	False	0.9988283514976501	0					non-mobilizable	other	1707.0	99.414	100.0	0.0003148204978777297	AP019708.1	enterobacteria	Escherichia coli O145:H28 122715 DNA, complete genome	False	False
MON0025_000000016338	2356	0.7739563789438879	3	3	3	3	3	False	72897	fragment	False	MON0025_000000016338	0.9256047187738169		0	0	False	False	0.9957554936408997	0					non-mobilizable	no_good_hit	260.0	76.154	11.0	0.00011576961295737611	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
AST0050_000000009016	1509	0.7739530985847872	4	3	3	3	2	False	117212	fragment	False	AST0050_000000009016	0.9985496736765772		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	99.934	100.0	0.0008401881843243617	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
SPA0120_000000019280	2139	0.7739500285952505	4	3	3	3	3	False	76082	fragment	False	FIJ0073_000000008526	0.846441673876396		0	0	False	False	0.9985975027084351	0					non-mobilizable	other	2139.0	95.93299999999999	100.0	0.005851522408484433	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0779_000000017614	1939	0.7739427313349425	2	2	2	2	2	False	64419	fragment	False	ISR0779_000000017614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	92.85700000000001	4.0	1.4138599668009287e-05	CP017181.1	enterobacteria	Enterobacter kobei strain DSM 13645 chromosome, complete genome	True	False
MON0017_000000006047	3221	0.7739406796429206	3	3	3	3	2	False	13309	maximal	True	MON0017_000000006047	1.0		2	1	False	False	0.9838559627532959	0					non-mobilizable	no_good_hit	699.0	72.675	21.0	0.00139869605432355	NZ_FPKO01000007.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
FIJ0135_000000024546	1155	0.7739376926898804	1	1	1	1	1	False	40563	fragment	False	MON0044_000000048480	0.9432773109243697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	75.248	44.0	8.88373800849907e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
FIJ0046_000000004173	5971	0.7739369352508736	8	3	2	3	1	False	46988	maximal	True	FIJ0046_000000004173	1.0	PS114|PS154	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	568.0	93.134	10.0	0.9982363315696648	EU059355.1	bacteria	Uncultured bacterium clone LM0ABA5ZE04FM1 genomic sequence	True	True
MON0069_000000002447	12076	0.7739281698859283	14	12	7	7	12	False	66696	maximal	True	MON0069_000000002447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1649.0	98.727	56.0	0.008874624390138827	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0348_000000004379	3060	0.7739222777914508	6	2	0	1	2	False	125143	backbone	True	ISR0348_000000004379	1.0	PS919	1	1	True	True	1.0	15	rep_cluster_233				non-mobilizable	no_good_hit	1875.0	90.027	69.0	0.3201308765283279	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0131_000000006868	3896	0.7739131931854459	3	2	1	2	2	False	31694	fragment	False	ISR0131_000000006868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	79.798	2.0	0.00013712902710489523	NZ_LAYZ01000001.1	firmicutes	Salinicoccus sediminis strain SV-16 scf7180000000794, whole genome shotgun sequence	True	False
DEN0003_000000004245	6301	0.7738873578184848	6	6	6	5	4	False	128402	fragment	False	DEN0003_000000004245	1.0		0	0	False	False	0.9992064833641052	0					non-mobilizable	no_good_hit	885.0	72.542	14.0	0.0002423766796689907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0021_000000003456	8193	0.7738709786562876	12	3	3	3	2	False	74879	maximal	False	ISR0333_000000001824	0.8162177203429963		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	95.0	85.26299999999999	1.0	0.0008347245409015025	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
MAD0024_000000003089	3552	0.7738706359909718	7	4	4	4	4	True	19203	maximal	True	MAD0024_000000003089	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0081_000000017779	2009	0.7738679842450833	3	3	2	3	2	False	121961	fragment	False	FIJ0081_000000017779	0.9644657328600689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	76.653	60.0	0.00041366854079878814	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0005_000000024205	1112	0.7738656654548186	2	2	2	2	2	False	127737	fragment	False	ISR0103_000000024557	0.7476576022934063		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	90.395	100.0	0.03528516628094981	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0089_000000012543	1649	0.7738608188274729	2	1	1	1	1	False	61288	fragment	False	ENG0089_000000012543	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	98.484	100.0	0.034963252474616596	NZ_PYLQ01000020.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_19, whole genome shotgun sequence	False	False
DEN0073_000000010012	4596	0.7738517037830498	7	3	1	3	0	True	70218	maximal	True	DEN0073_000000010012	1.0		1	1	False	False	0.9989120960235596	0					non-mobilizable	no_good_hit	277.0	100.0	6.0	8.00073050148057e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
CHI0140_000000003869	7798	0.7738419201516265	9	9	7	8	9	False	98945	maximal	True	CHI0140_000000003869	1.0		23	8	False	False	1.0	0					non-mobilizable	chromosome	2252.0	99.911	100.0	0.00034633785034204515	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0106_000000011138	3543	0.7738384837963945	3	2	2	2	2	False	96247	fragment	False	CAN0004_000000008153	0.7328250607127307		0	0	False	False	0.96782386302948	0					non-mobilizable	plasmid	2041.0	80.304	90.0	0.003268872886155838	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
FIJ0088_000000008298	3320	0.7738384837963945	3	2	2	2	2	False	96247	fragment	False	CAN0004_000000008153	0.7124138077174806		0	0	False	False	0.9960843324661255	0					non-mobilizable	plasmid	2004.0	80.09	92.0	0.003210615745610486	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
CAN0004_000000008153	3230	0.7738384837963945	2	2	2	2	2	False	96247	fragment	False	CAN0004_000000008153	0.9206779162089058		0	0	False	False	0.9941176176071167	0					non-mobilizable	no_good_hit	1859.0	81.119	59.0	0.0029889149607573427	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0290_000000000920	8203	0.7738328191509551	11	4	3	4	3	True	95891	fragment	False	ISR0290_000000000920	1.0		0	0	False	False	0.9997561573982239	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0025513541802956955	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	True
SPA0060_000000005915	2622	0.7738091991036083	3	2	1	2	2	False	6239	maximal	False	SPA0061_000000006519	0.9935776350585568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	99.68	72.0	0.0002919838065002292	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
SPA0115_000000019653	1448	0.7738006661601682	1	1	1	1	1	False	6097	fragment	False	SPA0115_000000019653	1.0		0	0	False	False	0.9765193462371826	0					non-mobilizable	other	1448.0	100.0	100.0	0.002004274492802203	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
DEN0010_000000000037	97103	0.7737984316770236	90	14	5	12	5	True	127415	maximal	False	SPA0046_000000000019	0.9185797589046496		0	0	True	True	1.0	49					non-mobilizable	virus	22477.0	97.135	98.0	0.22720333242338764	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0151_000000009017	2153	0.7737914899023578	3	3	2	1	2	False	104853	fragment	False	ISR0151_000000009017	1.0		0	0	False	False	0.9995355606079102	0					non-mobilizable	no_good_hit	1630.0	76.074	75.0	0.23566029346376166	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
CHI0052_000000010173	1571	0.7737805415551496	2	2	2	2	1	False	86478	fragment	False	CHI0052_000000010173	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1393.0	96.411	100.0	0.0006528645840661644	LT906445.1	firmicutes	Veillonella parvula strain NCTC11810 genome assembly, chromosome: 1	False	False
ISR0781_000000002899	7788	0.7737783511551064	9	6	6	6	4	False	129703	maximal	True	ISR0781_000000002899	1.0	PS1061	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	5172.0	99.865	87.0	0.0241350179460731	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0837_000000008185	1650	0.7737757962766592	3	2	2	1	2	False	20904	maximal	True	ISR0837_000000008185	1.0		1	1	False	False	0.9981818199157715	0					non-mobilizable	no_good_hit								True	False
SPA0119_000000004474	7790	0.7737718936521736	7	6	5	2	2	False	4231	maximal	True	SPA0119_000000004474	1.0		28	6	False	False	1.0	0					non-mobilizable	other	7588.0	97.654	97.0	0.012065402914466871	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
FIJ0007_000000001045	14626	0.7737706463279777	15	5	4	4	3	True	109395	maximal	True	FIJ0007_000000001045	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0008_000000001235	12715	0.7737668782481975	24	7	4	7	4	True	53147	maximal	True	MON0008_000000001235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2107.0	94.637	55.0	0.0373054974657073	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0041_000000015732	3487	0.7737637328837043	5	4	4	4	3	False	80350	fragment	False	ISR0251_000000003295	0.6988944994122352		0	0	False	False	0.998279333114624	0					non-mobilizable	no_good_hit	574.0	76.48100000000001	16.0	0.0007605231226999503	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0345_000000000957	6113	0.7737617862011976	8	8	5	4	5	False	34973	maximal	True	ISR0345_000000000957	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	chromosome	4017.0	94.15	99.0	0.0006366607177157046	CP050222.1	enterobacteria	Escherichia coli strain RM-103-WU chromosome	False	True
MAD0057_000000001963	7300	0.7737612992085168	10	6	4	6	3	True	98519	maximal	True	MAD0057_000000001963	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	6.039927427349415e-06	NZ_JWJG01000028.1	b-proteobacteria	Noviherbaspirillum autotrophicum strain TSA66 contig01, whole genome shotgun sequence	True	True
ISR0120_000000005289	5116	0.773760749910644	6	6	2	5	4	False	112161	maximal	False	SPA0040_000000006858	0.9073315964423009		0	0	True	True	1.0	64					non-mobilizable	chromosome	4132.0	96.975	95.0	0.8109169448262321	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
MON0110_000000014371	1187	0.7737598464498341	2	2	1	2	1	False	8466	maximal	True	MON0110_000000014371	1.0		2	2	False	False	0.978096067905426	0					non-mobilizable	no_good_hit	863.0	93.279	73.0	0.0003843826489137177	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	True	False
MON0085_000000019547	1542	0.7737546716578888	3	2	2	2	1	False	9776	maximal	True	MON0085_000000019547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.0008541793776693106	NZ_VAUP01000012.1	a-proteobacteria	Xanthobacter autotrophicus strain DSM 432 NODE_17, whole genome shotgun sequence	True	False
DEN0024_000000001658	3533	0.7737490964035495	4	2	1	1	1	False	123162	fragment	False	ISR0193_000000007706	0.9607899110456656		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1546.0	89.198	44.0	0.187477069830011	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0065_000000010045	1352	0.7737448420594587	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.01331050913588867		0	0	False	False	1.0	0					non-mobilizable	chromosome	1352.0	97.337	100.0	0.0003781188155113238	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ENG0177_000000010122	2664	0.7737403284648321	4	4	4	4	4	False	98807	fragment	False	USA0042_01_000000007829	0.9451844980527152		0	0	False	False	1.0	0					non-mobilizable	chromosome	2665.0	98.72399999999999	100.0	0.0011883740160660314	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0037_01_000000009483	3725	0.773737723175856	4	4	4	4	2	False	55474	maximal	True	USA0037_01_000000009483	1.0		1	1	False	False	0.9943624138832092	0					non-mobilizable	no_good_hit	1663.0	93.506	61.0	0.06902426861702128	NZ_NFJN01000035.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_35, whole genome shotgun sequence	True	False
MAD0073_000000001772	1890	0.7737375682787124	2	2	0	2	0	True	83489	fragment	False	MAD0073_000000001772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0350_000000008165	2264	0.7737333677851632	3	2	2	2	1	True	71660	fragment	False	ISR0068_000000008924	0.9527910118820402		0	0	False	False	0.9337455630302429	0					non-mobilizable	other	2158.0	98.285	95.0	0.027770625193119784	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ISR0265_000000012004	1447	0.7737333677851632	2	2	2	2	1	True	71649	fragment	False	FIJ0064_000000018123	0.8479205149511635		0	0	False	False	0.9993089437484741	0					non-mobilizable	other	1439.0	97.15100000000001	99.0	0.018513750128746523	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
DEN0013_000000003438	1343	0.7737322880111918	2	2	2	2	1	False	75427	maximal	True	DEN0013_000000003438	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0068_000000001665	1479	0.7737288952188062	3	3	2	2	2	False	70773	maximal	True	DEN0068_000000001665	1.0		268	14	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	88.956	33.0	0.00022111827540303628	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
ENG0156_000000007323	2202	0.7737288224627578	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.8703319483676514		0	0	False	False	0.9682106971740723	0					non-mobilizable	other	1665.0	97.417	97.0	0.015254019764222724	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
CHI0052_000000014043	1122	0.7737272031482554	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.015191606183319196		0	0	False	False	0.9991087317466736	0					non-mobilizable	chromosome	1122.0	99.376	100.0	0.00039290176225929054	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0079_000000020408	1392	0.7737234083101145	2	1	1	1	1	False	44371	fragment	False	FIJ0079_000000020408	1.0		0	0	False	False	0.9992815852165222	0					non-mobilizable	no_good_hit	733.0	81.855	77.0	0.00020403302480218733	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0025_000000005248	5241	0.7737222530166461	6	5	5	5	4	False	54994	maximal	True	MON0025_000000005248	1.0		3	2	False	False	0.9828277230262756	0					non-mobilizable	no_good_hit	1750.0	76.4	33.0	0.0017940987598722344	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0062_000000002126	7008	0.7737127262277529	7	6	5	6	4	False	71752	maximal	True	DEN0062_000000002126	1.0		1	1	False	False	0.998002290725708	0					non-mobilizable	no_good_hit	208.0	77.885	3.0	0.002753550452369003	NZ_SLWV01000018.1	firmicutes	Marinisporobacter balticus strain DSM 102940 Ga0310545_118, whole genome shotgun sequence	True	False
ISR0083_000000013203	2007	0.7737116149679354	3	3	3	3	2	False	75345	maximal	True	ISR0083_000000013203	0.9893840118230524		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	74.665	33.0	0.004285028977427427	NZ_CABFKI010000007.1	g-proteobacteria	Actinobacillus porcinus strain NM319, whole genome shotgun sequence	True	False
ISR0251_000000007814	2005	0.7737116149679354	3	3	3	3	2	False	75345	maximal	False	ISR0083_000000013203	0.9888771952130775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	74.665	33.0	0.004285028977427427	NZ_CABFKI010000007.1	g-proteobacteria	Actinobacillus porcinus strain NM319, whole genome shotgun sequence	True	False
USA0082_01_000000014919	2003	0.7736967127257156	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.6299017404000702		0	0	False	False	1.0	0					non-mobilizable	chromosome	1861.0	93.337	97.0	0.0005388897826903036	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0082_01_000000009030	3299	0.7736952685503887	4	4	3	4	2	False	76527	maximal	False	DEN0079_000000014911	0.9791416198370471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	80.815	18.0	0.00017556227685170447	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ENG0187_000000003880	6056	0.7736914059718167	7	5	2	4	3	False	123166	maximal	True	ENG0187_000000003880	1.0	PS879|PS881	11	4	True	True	1.0	169					non-mobilizable	no_good_hit	3585.0	99.219	65.0	0.9058942575259297	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
ENG0145_000000007521	4358	0.7736907797105533	5	2	1	2	1	True	57517	maximal	True	ENG0145_000000007521	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	70.865	12.0	9.883815933052106e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	True
FIJ0117_000000000401	30563	0.7736656017036991	32	7	3	6	4	False	43328	maximal	True	FIJ0117_000000000401	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	7104.0	93.412	62.0	0.0022047537065807868	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0062_000000006926	3602	0.7736650472417281	4	2	2	2	1	False	63215	fragment	False	ENG0062_000000006926	1.0		0	0	False	False	0.9997223615646362	0					non-mobilizable	no_good_hit								True	False
SPA0119_000000018675	1697	0.7736450236345467	2	2	2	2	2	False	4213	fragment	False	SPA0119_000000018675	1.0		0	0	False	False	0.9988214373588562	0					non-mobilizable	other	1697.0	99.352	100.0	0.016280922713615115	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	False	False
DEN0078_000000021441	1578	0.7736434429494113	2	1	1	1	1	True	69742	fragment	False	DEN0078_000000021441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	90.916	88.0	0.00023861222202015072	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
AST0040_000000003058	5998	0.7736410380225306	7	7	4	4	6	True	116398	fragment	False	AST0040_000000003058	1.0		0	0	False	False	0.9996665716171265	0					non-mobilizable	plasmid	5992.0	99.96700000000001	99.0	0.08336928236456492	MN542378.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain 607 plasmid pKPC2_sg2, complete sequence	False	True
FIJ0135_000000004002	7484	0.773638980372208	4	4	2	3	2	False	40617	maximal	True	FIJ0135_000000004002	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	77.959	6.0	0.00014948026147261007	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0382_000000002342	5176	0.7736379580608648	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.4211179320829968		0	0	False	False	0.9967156052589417	0					non-mobilizable	other	5177.0	98.242	100.0	0.012655565122103946	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0378_000000011778	2329	0.7736312093218124	3	3	3	3	2	True	23275	fragment	False	ISR0378_000000011778	1.0		0	0	False	False	0.998711884021759	0					non-mobilizable	no_good_hit								True	True
MON0026_000000027656	1735	0.7736293013352166	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9782887670547805		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.40799999999999	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0119_000000005558	5717	0.7736254895205988	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.9436501843072244		0	0	False	False	1.0	0					non-mobilizable	other	5717.0	98.77600000000001	100.0	0.01397884705698184	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0092_000000016094	3313	0.7736251820634342	4	1	1	1	1	False	29347	fragment	False	MON0092_000000016094	1.0		0	0	False	False	0.9939631819725037	0					non-mobilizable	no_good_hit	67.0	94.03	2.0	0.00043423052377412116	KY965816.2	eudicots	Lasthenia californica chloroplast, partial genome	True	False
ISR0344_000000020336	1692	0.7736219871966047	2	2	2	2	1	False	24256	fragment	False	ISR0344_000000020336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	72.9	64.0	0.00017437582623416742	CP016087.1	firmicutes	Clostridium saccharoperbutylacetonicum strain N1-504, complete genome	True	False
DEN0061_000000006283	5530	0.7736216624091894	9	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6400231737999942	PS1110	0	0	True	True	1.0	78		MOBV			mobilizable	other	3617.0	92.508	94.0	0.7044198895027625	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0013_000000006628	3932	0.7736189731653893	6	4	1	4	1	True	99095	maximal	True	FIJ0013_000000006628	0.9833738848337388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0013_000000008928	2650	0.7736159380085914	3	3	1	3	3	True	124587	maximal	True	MAD0013_000000008928	0.9980322707595435		244	13	False	False	0.998490571975708	0					non-mobilizable	other	2678.0	88.2	100.0	0.13896870591923097	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0121_000000003506	3792	0.7736156394195641	5	3	2	1	2	False	80036	maximal	True	SPA0121_000000003506	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1969.0	94.007	75.0	0.004371669973471253	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MON0062_000000009253	4402	0.7736027050882138	5	5	5	5	5	False	125070	fragment	False	CHI0111_000000006932	0.7322071035765787		0	0	False	False	0.9995456337928772	0					non-mobilizable	other	4402.0	99.59100000000001	100.0	0.04167771506496458	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
USA0078_01_000000000547	13315	0.7735953633186334	14	11	2	8	8	False	111573	fragment	False	USA0078_01_000000000547	0.9858724704085529		0	0	False	False	1.0	0					non-mobilizable	chromosome	13315.0	99.865	100.0	0.0024155680585484056	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MON0097_000000032571	1149	0.7735910233052553	2	2	1	2	2	False	9212	fragment	False	MON0097_000000032571	1.0		0	0	False	False	0.9277632832527161	0					non-mobilizable	other	1150.0	98.87	100.0	0.00034594189681537755	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0096_000000007923	4056	0.7735868598073153	6	3	3	1	0	True	121665	backbone	False	MON0048_000000009199	0.9426397816297956	PS858	0	0	True	True	0.9992603659629822	10		MOBV			mobilizable	no_good_hit	2305.0	96.74600000000001	56.0	0.6063492063492063	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MAD0045_000000006054	5376	0.7735851537341086	6	3	3	3	2	True	76925	maximal	True	MAD0045_000000006054	1.0		1	1	False	False	0.9908854365348816	0					non-mobilizable	no_good_hit								True	True
MON0098_000000027884	1283	0.7735806138155137	1	1	1	1	1	False	64916	fragment	False	ENG0039_000000019772	0.9265938002780109		0	0	False	False	1.0	0					non-mobilizable	chromosome	1283.0	94.38799999999999	100.0	0.0005279591865310281	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0003_000000009896	1828	0.773577882875645	2	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.7720362251709606		0	0	False	False	0.9945295453071594	0					non-mobilizable	no_good_hit	470.0	83.617	29.0	0.0062234832768981625	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
ISR0209_000000024325	1135	0.7735743568181813	2	2	2	2	2	False	39876	fragment	False	FIJ0148_000000017443	0.9621399176954732		0	0	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit	222.0	73.874	19.0	5.854970777042447e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0843_000000006248	2638	0.7735692013296457	4	3	3	3	3	False	75236	maximal	True	ISR0843_000000006248	0.983960396039604		185	10	False	False	0.9958301782608032	0					non-mobilizable	chromosome	2544.0	99.961	96.0	0.0010960049477533622	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
FIJ0119_000000001953	8155	0.7735598932553771	9	5	4	5	4	True	105922	fragment	False	FIJ0129_000000002391	0.9299407348029145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.36200000000001	27.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0324_000000001224	21000	0.7735569072626982	25	15	11	14	8	True	57142	maximal	True	ISR0324_000000001224	1.0		1	1	False	False	0.9994285702705383	0					non-mobilizable	no_good_hit	286.0	71.678	1.0	0.0018889433847214306	NZ_QFFZ01000005.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_5, whole genome shotgun sequence	True	True
ISR0356_000000008610	2223	0.7735368160977153	3	3	3	3	2	False	124463	fragment	False	FIJ0007_000000005689	0.24743100615874358		0	0	False	False	0.9991003274917603	0					non-mobilizable	other	2223.0	99.505	100.0	0.004888501680834961	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0045_000000006585	1948	0.7735368160977153	3	3	3	3	2	False	124463	fragment	False	FIJ0007_000000005689	0.10023527251838647		0	0	False	False	0.9994866251945496	0					non-mobilizable	other	1948.0	99.846	100.0	0.004283489096573208	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0053_000000005039	5206	0.7735363951180849	6	5	5	3	3	False	63887	maximal	True	ENG0053_000000005039	1.0		6	4	False	False	1.0	0					non-mobilizable	other	5210.0	99.00200000000001	100.0	0.08246263931104357	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
DEN0046_000000000649	15820	0.7735278410733152	13	12	5	11	7	False	100728	maximal	True	DEN0046_000000000649	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3716.0	86.06	23.0	0.006659538281580779	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ENG0101_000000010457	3036	0.7735277086522548	5	3	3	3	3	False	128365	fragment	False	SPA0038_000000009384	0.975171512577589		0	0	False	False	0.9996706247329712	0					non-mobilizable	chromosome	1764.0	98.52600000000001	100.0	0.0006195758558704197	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0340_000000003564	6995	0.7735244671739537	8	6	5	6	5	False	40424	maximal	True	ISR0340_000000003564	1.0		6	4	False	False	0.9997140765190125	0					non-mobilizable	no_good_hit	2672.0	99.663	38.0	0.012158538972419098	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
CAN0014_000000015650	2997	0.7735211081403919	4	3	2	3	2	False	93677	fragment	False	CAN0014_000000015650	0.986128711777472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	92.25399999999999	63.0	0.00029782319925859374	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0088_000000003527	7655	0.7735188847396358	6	4	4	3	3	False	121552	fragment	False	ENG0088_000000003527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3069.0	95.89399999999999	88.0	0.0005495482100314429	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
SPA0022_000000007749	1697	0.773513204615619	3	3	3	2	1	False	131743	maximal	True	SPA0022_000000007749	1.0		4	4	False	False	0.9970536231994629	0					non-mobilizable	chromosome	1124.0	91.37	95.0	0.0002998732975021814	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0200_000000002865	6671	0.7734986837030922	5	4	3	4	2	True	127368	fragment	False	ENG0200_000000002865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5126.0	97.913	77.0	0.055689598956635146	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0020_000000016502	1224	0.7734958083400781	3	2	1	2	1	False	66447	fragment	False	ISR0040_000000019713	0.940998487140696		0	0	False	False	0.9885621070861816	0					non-mobilizable	other	1224.0	99.837	100.0	0.0035708967534913327	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
ISR0058_000000003451	6259	0.7734932747587508	6	5	4	5	3	True	132046	fragment	False	ISR0378_000000001574	0.17246861042858375		0	0	False	False	0.9990413784980774	0					non-mobilizable	no_good_hit	550.0	77.455	9.0	0.00018209743256083856	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
AST0040_000000007774	2549	0.7734919197200766	3	3	3	2	2	False	122443	maximal	True	AST0040_000000007774	1.0	PS871	2	1	False	True	0.984307587146759	0					non-mobilizable	no_good_hit	1648.0	92.84	65.0	0.7132957990472066	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0073_000000014291	1898	0.7734873128542945	3	3	3	3	2	False	34792	maximal	True	ISR0073_000000014291	1.0		1	1	False	False	0.9989462494850159	0					non-mobilizable	no_good_hit	250.0	91.6	13.0	0.00030334150771693484	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0119_000000005853	5452	0.7734856232552917	7	6	5	6	6	False	117825	maximal	True	ENG0119_000000005853	1.0	PS794|PS796	1	1	False	True	0.9987160563468933	0					non-mobilizable	no_good_hit	1997.0	84.677	60.0	0.0015337007711859355	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	True
FIJ0115_000000007024	3458	0.7734840947303198	4	4	4	3	2	False	131408	fragment	False	SPA0109_000000006156	0.26447695279666555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.845	23.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
FIJ0166_000000012249	1956	0.7734667370068117	5	2	1	1	0	True	39012	maximal	True	FIJ0166_000000012249	1.0		1	1	False	False	0.9948875308036804	0					non-mobilizable	no_good_hit	565.0	99.823	29.0	0.00024771043528520957	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	True
ISR0057_000000007373	2866	0.7734619179883739	2	2	2	2	0	True	44455	fragment	False	ISR0057_000000007373	0.9852941176470589		0	0	False	False	0.9951151609420776	0					non-mobilizable	no_good_hit	599.0	88.648	21.0	0.0004017721116225391	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
FIJ0078_000000009012	2788	0.7734619179883739	2	2	2	2	0	True	44455	fragment	False	ISR0057_000000007373	0.9720865317515701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	88.325	23.0	0.00039637919737257215	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ENG0040_000000003517	6225	0.7734602848111582	7	5	4	5	3	True	132046	fragment	False	ISR0378_000000001574	0.10729175676023443		0	0	False	False	0.999518096446991	0					non-mobilizable	no_good_hit	135.0	83.704	2.0	0.001344045273103936	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0208_000000004729	6034	0.7734602848111582	6	5	4	5	3	True	132046	fragment	False	ISR0378_000000001574	0.10647882304575863		0	0	False	False	0.9976798295974731	0					non-mobilizable	no_good_hit	264.0	79.545	4.0	8.717788361045691e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0320_000000002415	6621	0.7734597796017793	6	3	2	3	2	False	44974	fragment	False	ISR0320_000000002415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	91.37299999999999	18.0	0.0015027185005945796	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
CAN0011_000000022281	1356	0.7734583761253792	2	2	2	2	1	False	94402	maximal	True	CAN0011_000000022281	1.0		1	1	False	False	0.9808259606361389	0					non-mobilizable	no_good_hit	814.0	72.604	59.0	0.000324726783359158	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ENG0039_000000000658	23543	0.7734525159975532	45	15	9	10	12	True	64981	fragment	False	ENG0039_000000000658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2118.0	75.968	15.0	0.0005778918195400193	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0053_000000008919	2296	0.7734499057072015	5	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.8059089981345354		0	0	False	False	0.9817073345184326	0					non-mobilizable	other	2250.0	98.978	98.0	0.0019305582738456996	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0057_000000011717	1885	0.7734499057072015	4	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.5443373626885647		0	0	False	False	0.9962864518165588	0					non-mobilizable	other	1732.0	97.691	92.0	0.0014859032334490466	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0026_000000005291	4222	0.7734493627951573	8	8	3	2	7	False	73660	fragment	False	ISR0026_000000005291	1.0		0	0	False	False	0.9992894530296326	0					non-mobilizable	plasmid	2986.0	99.833	100.0	0.07727355095912397	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0255_000000029976	1151	0.7734442735385848	2	1	1	1	1	False	26860	fragment	False	ISR0255_000000029976	0.948155505687787		0	0	False	False	0.9904431104660034	0					non-mobilizable	no_good_hit	800.0	78.0	69.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0038_000000011854	2352	0.7734430739070236	2	1	1	1	1	False	78067	fragment	False	SPA0038_000000011854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	100.0	3.0	0.0029921456177533974	NZ_CABIYV010000019.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0132_000000017737	2327	0.7734430739070236	2	1	1	1	1	False	78067	fragment	False	SPA0038_000000011854	0.9946853741496599		0	0	False	False	0.9969918131828308	0					non-mobilizable	no_good_hit	57.0	100.0	2.0	0.0023272243693637537	NZ_CABIYV010000019.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0101_000000029622	2155	0.7734430739070236	2	1	1	1	1	False	36167	fragment	False	MON0101_000000029622	0.9982151963284038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000017425	1961	0.7734430739070236	2	1	1	1	1	False	36167	fragment	False	MON0101_000000029622	0.9533642691415314		0	0	False	False	0.9994900822639465	0					non-mobilizable	no_good_hit								True	False
MAD0111_000000010020	1704	0.7734430739070236	3	1	1	1	1	False	14509	fragment	False	MAD0111_000000010020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0105_000000016419	1239	0.7734430739070236	1	1	1	1	1	False	32924	fragment	False	ISR0105_000000016419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0057_000000008034	3747	0.7734369346899151	5	4	3	4	3	True	105437	fragment	False	SPA0057_000000008034	0.9984445701357466		0	0	False	True	1.0	0					non-mobilizable	chromosome	3747.0	100.0	100.0	0.0006879817341400559	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ENG0042_000000003057	8728	0.7734287087798345	6	3	1	3	1	False	90699	maximal	True	ENG0042_000000003057	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000005557	3206	0.7734260741077158	3	2	2	2	1	True	71728	maximal	True	DEN0062_000000005557	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	2.0	1.7908464951506046e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
SPA0097_000000010008	3251	0.7734202590530738	3	3	2	2	3	True	97331	fragment	False	SPA0097_000000010008	1.0		0	0	False	False	0.9895416498184204	0					non-mobilizable	other	3212.0	99.969	100.0	0.0006100027147115519	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
ISR0380_000000003558	3094	0.7734139010389327	2	2	1	1	1	True	27893	maximal	False	ISR0222_000000017310	0.9943667667360275		0	0	True	True	1.0	69					non-mobilizable	no_good_hit								True	True
DEN0064_000000012242	3093	0.7734139010389327	3	2	1	1	1	True	71304	maximal	True	DEN0064_000000012242	1.0		1	1	True	True	1.0	57					non-mobilizable	no_good_hit								True	True
SPA0124_000000009567	3055	0.7734139010389327	3	2	1	1	1	True	27893	maximal	False	ISR0222_000000017310	0.9893919957463884		0	0	True	True	0.9996726512908936	47					non-mobilizable	no_good_hit								True	True
DEN0087_000000004289	2915	0.7734139010389327	2	2	1	1	1	True	68894	maximal	True	DEN0087_000000004289	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
ISR0307_000000003259	2718	0.7734139010389327	2	2	1	1	1	True	25439	maximal	True	ISR0307_000000003259	1.0		1	1	False	False	0.9841795563697815	0					non-mobilizable	no_good_hit								True	True
CAN0016_000000023741	2021	0.7734101739928037	3	3	3	3	2	False	124463	fragment	False	FIJ0007_000000005689	0.20229091434433147		0	0	False	False	0.9980207681655884	0					non-mobilizable	other	2016.0	99.603	99.0	0.004433092208317933	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0046_000000017437	1960	0.7734101739928037	3	3	3	3	2	False	124463	fragment	False	FIJ0007_000000005689	0.12467610263262513		0	0	False	False	0.9989795684814453	0					non-mobilizable	other	1960.0	99.694	100.0	0.00430988964570463	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0067_000000017161	1960	0.7734101739928037	3	3	3	3	2	False	124463	fragment	False	FIJ0007_000000005689	0.12467610263262513		0	0	False	False	0.9959183931350708	0					non-mobilizable	other	1960.0	99.694	100.0	0.00430988964570463	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0308_000000004886	3196	0.7734099359322489	4	3	3	3	1	False	25423	fragment	False	ISR0308_000000004886	1.0		0	0	False	False	0.9990613460540771	0					non-mobilizable	no_good_hit	1847.0	78.885	76.0	0.0004904094141456585	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0148_000000017443	1215	0.7734083721075377	2	2	2	2	2	False	39876	fragment	False	FIJ0148_000000017443	0.9947136563876653		0	0	False	False	0.9572016596794128	0					non-mobilizable	no_good_hit	219.0	73.059	18.0	5.775130266446413e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0024_000000000045	95420	0.7734060654437549	91	11	4	9	3	True	127415	maximal	False	SPA0046_000000000019	0.9016986833986818		0	0	True	True	1.0	315					non-mobilizable	virus	29776.0	97.89399999999999	98.0	0.30672229949003244	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
USA0116_01_000000014643	1689	0.7734059123850856	3	2	2	2	1	False	109649	fragment	False	AST0092_000000008351	0.977803738317757		0	0	False	False	0.999407947063446	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
FIJ0077_000000000632	29437	0.7734035316405957	44	6	3	6	2	True	44528	maximal	True	FIJ0077_000000000632	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00025428278128855446	GQ452266.1	high GC Gram+	Streptomyces sp. CS naphthomycin biosynthetic gene cluster, partial sequence	True	True
MAD0095_000000025148	1488	0.7733937783851922	1	1	1	1	1	False	15575	maximal	True	MAD0095_000000025148	1.0		23	7	False	False	0.9583333134651184	0					non-mobilizable	no_good_hit	524.0	72.328	35.0	0.00040368909728907246	NZ_SNXS01000001.1	b-proteobacteria	Paucibacter toxinivorans strain DSM 16998 Ga0244532_101, whole genome shotgun sequence	True	False
ISR0232_000000006065	3942	0.7733926167627425	9	3	3	3	3	True	110419	fragment	False	ENG0191_000000006905	0.9724301397205588		0	0	False	False	0.9992389678955078	0					non-mobilizable	other	3687.0	99.59299999999999	94.0	0.021231006716048245	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0088_000000004187	6747	0.773378984409578	9	5	3	3	3	False	70380	maximal	True	FIJ0088_000000004187	1.0		6	4	False	False	0.9995553493499756	0					non-mobilizable	no_good_hit	2145.0	89.604	32.0	0.0005955861135515152	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0063_000000004837	5658	0.7733751831137172	5	4	4	4	4	False	101959	maximal	True	MON0063_000000004837	1.0		1	1	False	False	0.9957582354545593	0					non-mobilizable	no_good_hit	752.0	77.39399999999999	13.0	0.8607888631090487	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0069_000000014388	1727	0.7733732805388482	3	3	3	3	2	False	72276	fragment	False	ISR0346_000000010486	0.4811264194559042		0	0	False	False	0.9988419413566589	0					non-mobilizable	chromosome	1727.0	99.074	100.0	0.0004909448270173253	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0097_000000004121	6713	0.7733685315292885	6	4	4	3	2	False	53773	maximal	True	MON0097_000000004121	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	93.617	1.0	8.75930366582571e-06	NZ_CP027793.1	high GC Gram+	Rhodococcus hoagii strain DSSKP-R-001 chromosome, complete genome	True	False
CHI0055_000000012100	1422	0.7733684759152825	2	2	2	2	2	False	86200	backbone	True	CHI0055_000000012100	1.0	PS436	20	7	True	True	1.0	2					non-mobilizable	plasmid	1422.0	99.29700000000001	100.0	0.01920477889501568	CP019074.1	enterobacteria	Escherichia coli strain CRE1493 plasmid p1493-3, complete sequence	False	True
MAD0040_000000000293	26494	0.7733673476325432	26	17	10	8	11	True	18432	maximal	True	MAD0040_000000000293	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	17881.0	98.199	80.0	0.6013188439928675	NZ_JXLB01000024.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold24, whole genome shotgun sequence	True	True
SPA0129_000000004409	6328	0.7733516292196757	4	2	2	1	0	True	130380	fragment	False	SPA0129_000000004409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	99.09899999999999	4.0	7.703214994290559e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0003_000000005401	3324	0.7733505294612524	3	3	3	3	2	False	26020	maximal	True	SPA0003_000000005401	1.0		54	5	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	95.715	39.0	0.02985142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
SPA0058_000000015198	2043	0.7733489416974133	4	4	3	3	3	False	33698	maximal	True	SPA0058_000000015198	1.0		11	4	False	False	0.999021053314209	0					non-mobilizable	no_good_hit	937.0	81.64399999999999	46.0	0.02961037314142599	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0010_000000002612	1649	0.7733433257337758	2	1	1	1	1	False	19737	maximal	True	MAD0010_000000002612	1.0		1	1	False	False	0.9975742697715759	0					non-mobilizable	no_good_hit								True	False
ISR0801_000000006712	1204	0.7733360129662852	2	2	2	2	1	False	21865	fragment	False	ISR0801_000000006712	1.0		0	0	False	False	0.9908638000488281	0					non-mobilizable	chromosome	1204.0	99.834	100.0	0.0005184797295113232	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
DEN0064_000000015605	2520	0.7733242941455056	4	2	2	1	0	True	71291	fragment	False	DEN0064_000000015605	1.0		0	0	False	False	0.9980158805847168	0					non-mobilizable	other	1710.0	98.24600000000001	90.0	0.0004712320940765657	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
ENG0188_000000011649	2225	0.7733242941455056	5	2	2	1	0	True	76075	fragment	False	ENG0188_000000011649	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2225.0	99.146	100.0	0.0006132359141171926	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
MON0026_000000011055	3266	0.7733176015912652	4	4	4	4	4	False	12772	maximal	True	MON0026_000000011055	1.0		2	1	False	False	0.9984690546989441	0					non-mobilizable	chromosome	1739.0	79.183	92.0	0.0007828230971403527	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	False	False
MON0047_000000007530	4732	0.7733157253384009	4	1	1	1	1	True	84919	fragment	False	MON0047_000000007530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	97.46600000000001	25.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
CHI0071_000000002474	4172	0.7733157253384009	3	1	1	1	1	True	84918	fragment	False	CHI0071_000000002474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	98.055	23.0	0.021212253067618137	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0131_000000006874	3459	0.7733157253384009	2	1	1	1	1	True	73760	fragment	False	USA0037_01_000000010030	0.9379112423509777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	98.36200000000001	28.0	0.021212253067618137	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0183_000000008245	3344	0.7733157253384009	2	1	1	1	1	True	73760	fragment	False	USA0037_01_000000010030	0.9403075179654604		0	0	False	False	0.9997009634971619	0					non-mobilizable	no_good_hit	899.0	97.887	27.0	0.019515272822208687	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0114_000000010393	2676	0.7733157253384009	1	1	1	1	1	True	32552	fragment	False	ISR0114_000000010393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	97.96799999999999	33.0	0.019232442781307108	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0005_000000020143	2636	0.7733157253384009	2	1	1	1	1	True	73758	fragment	False	MON0005_000000020143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.553	45.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0066_000000014497	2227	0.7733157253384009	2	1	1	1	1	True	45331	fragment	False	FIJ0066_000000014497	0.9499912051528255		0	0	False	False	0.9928154349327087	0					non-mobilizable	no_good_hit	1185.0	98.14299999999999	53.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0090_000000031104	1934	0.7733157253384009	2	1	1	1	1	True	45331	fragment	False	FIJ0066_000000014497	0.6128984212094132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.14299999999999	61.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0081_000000012455	1908	0.7733157253384009	3	1	1	1	1	True	34235	fragment	False	ISR0081_000000012455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.397	62.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0043_000000003923	5543	0.7733088583151647	7	7	4	4	6	True	132358	backbone	False	ISR0371_000000002559	0.7364557146817479	PS1159|PS463	0	0	True	True	0.9998195767402649	4		MOBV			mobilizable	other	3485.0	99.311	93.0	0.35744374807356416	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
USA0038_01_000000003145	6537	0.7733050751535736	2	2	2	2	1	False	95347	fragment	False	USA0038_01_000000003145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	95.34100000000001	15.0	0.0004313905055808386	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
TAN0008_000000000935	9751	0.7733009863714095	25	6	2	4	5	False	14964	maximal	True	TAN0008_000000000935	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0105_000000010126	2581	0.7732985256094638	4	4	4	4	3	True	5478	fragment	False	SPA0105_000000010126	1.0		0	0	False	False	0.9907012581825256	0					non-mobilizable	no_good_hit	1256.0	76.752	48.0	0.0003449022776879884	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
MON0004_000000020273	2083	0.7732831597571567	2	2	2	2	1	False	14226	fragment	False	MON0004_000000020273	1.0		0	0	False	False	0.9980797171592712	0					non-mobilizable	no_good_hit								True	False
FIJ0056_000000007276	3072	0.7732786012112142	2	1	1	1	1	False	89092	fragment	False	FIJ0056_000000007276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2163.0	96.764	77.0	0.017384032741804497	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0067_000000021767	1483	0.7732786012112142	2	1	1	1	1	False	89067	fragment	False	CHI0023_000000008326	0.6560933514116435		0	0	False	False	1.0	0					non-mobilizable	other	1483.0	97.977	99.0	0.01191634436787894	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0095_000000006419	4111	0.7732760323752751	6	3	2	2	2	False	115425	fragment	False	FIJ0095_000000006419	0.9549535198239352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	73.207	29.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0347_000000005627	3625	0.7732760323752751	5	3	2	2	2	False	115421	fragment	False	MAD0112_000000007920	0.832818742375782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	73.327	33.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0112_000000007920	3461	0.7732760323752751	5	3	2	2	2	False	115421	fragment	False	MAD0112_000000007920	0.9349962877137104		0	0	False	False	0.9988442659378052	0					non-mobilizable	no_good_hit	947.0	73.28399999999999	30.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0845_000000003015	3373	0.7732760323752751	5	3	2	2	2	False	115421	fragment	False	MAD0112_000000007920	0.7159652900523568		0	0	False	False	0.9976282119750977	0					non-mobilizable	no_good_hit	1001.0	73.127	32.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0166_000000007361	3308	0.7732760323752751	5	3	2	2	2	False	115421	fragment	False	MAD0112_000000007920	0.8290903599542111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	73.207	31.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0009_000000025680	1513	0.7732719979628981	2	2	2	1	1	False	106182	fragment	False	AST0116_000000017643	0.9729967023241392		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	96.51799999999999	100.0	0.006803573105980972	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0040_000000023356	1201	0.7732719979628981	2	2	2	1	1	False	106182	fragment	False	AST0116_000000017643	0.2732634338138925		0	0	False	False	0.9983347058296204	0					non-mobilizable	other	1225.0	95.184	100.0	0.005475064748008356	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0332_000000006996	2016	0.7732715270041098	3	3	3	3	2	False	52165	maximal	True	ISR0332_000000006996	1.0		88	10	False	False	0.9995039701461792	0					non-mobilizable	no_good_hit	1455.0	94.914	72.0	0.0004870517281248307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0027_000000001716	9611	0.7732496668027267	11	6	4	4	4	False	108811	maximal	True	ENG0027_000000001716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2988.0	98.527	34.0	0.07427220701667081	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ENG0110_000000010696	2857	0.773237575200582	3	3	3	3	2	False	75881	maximal	True	ENG0110_000000010696	1.0		27	5	False	False	0.9968498349189758	0					non-mobilizable	no_good_hit	2369.0	99.325	83.0	0.01628465130352857	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0153_000000006474	4244	0.7732367906757409	4	4	3	3	3	True	130087	fragment	False	FIJ0153_000000006474	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2701.0	96.22399999999999	100.0	0.0009513435080509561	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0078_000000002883	2604	0.7732309028981168	3	2	2	1	2	False	10102	fragment	False	SPA0078_000000002883	0.9814597970335674		0	0	False	False	1.0	0					non-mobilizable	other	2352.0	99.277	100.0	0.0003252442549754413	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
MON0079_000000009025	2562	0.7732309028981168	2	2	2	1	2	False	10102	fragment	False	SPA0078_000000002883	0.9738863287250383		0	0	False	False	0.9914129376411438	0					non-mobilizable	other	2437.0	99.22	100.0	0.0003371468106894362	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
CHI0159_000000000794	14184	0.7732298939017642	22	12	3	7	9	False	88511	fragment	False	CHI0159_000000000794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7415.0	99.191	74.0	0.0023776500255768265	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
SPA0128_000000000589	32989	0.7732271599555708	30	29	11	16	27	True	123804	fragment	False	ISR0105_000000000229	0.9095334043359357		0	0	False	False	1.0	0					non-mobilizable	other	27491.0	97.98100000000001	99.0	0.017597060530374197	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
USA0132_01_000000002649	7264	0.7732263246216303	8	7	7	7	6	False	91	maximal	True	USA0132_01_000000002649	1.0		1	1	False	False	0.9997246861457825	0					non-mobilizable	no_good_hit	1680.0	88.214	23.0	0.03836710342137268	NZ_KB822486.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.23, whole genome shotgun sequence	True	False
FIJ0021_000000015308	3236	0.7732231190695042	4	2	2	2	2	False	49660	fragment	False	FIJ0021_000000015308	1.0		0	0	False	False	0.9981458783149719	0					non-mobilizable	no_good_hit	170.0	75.882	5.0	7.682457201540009e-05	LR594036.1	firmicutes	Streptococcus porcinus strain NCTC10710 genome assembly, chromosome: 1	True	False
ENG0036_000000001405	13766	0.7732213351936351	19	11	6	10	7	False	89881	maximal	True	ENG0036_000000001405	1.0		3	2	False	False	0.9998547434806824	0					non-mobilizable	no_good_hit	248.0	73.79	2.0	6.384019330489996e-05	CP035282.1	firmicutes	Tissierellia sp. JN-28 chromosome, complete genome	True	False
MON0046_000000032245	1110	0.7732199686634417	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.08507705750802334		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.369	100.0	0.00033389866280962024	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0094_000000002173	8261	0.7732199669819347	13	10	5	5	10	True	123853	maximal	True	AST0094_000000002173	1.0	PS486|PS905|PS908	1	1	False	True	1.0	0	rep_cluster_1079	MOBB			mobilizable	no_good_hit	3403.0	96.79700000000001	62.0	0.3078319266721118	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
DEN0049_000000001996	1822	0.7732155731587969	3	3	3	3	2	False	88337	fragment	False	DEN0049_000000001996	0.9854914592601551		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	98.244	100.0	0.17791890571568147	NZ_JAAITU010000068.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_68_length_10235_cov_140.332, whole genome shotgun sequence	False	False
ISR0139_000000015242	1757	0.7732109772097321	3	1	1	1	1	False	31302	maximal	True	ISR0139_000000015242	1.0		7	5	False	False	0.9783722162246704	0					non-mobilizable	no_good_hit								True	False
AST0104_000000023769	1468	0.7732086284704058	2	2	1	2	1	False	107718	maximal	True	AST0104_000000023769	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0042_01_000000002398	11436	0.7732079923905062	15	10	7	9	7	True	125395	fragment	False	SPA0132_000000002723	0.9842647540092784		0	0	False	False	1.0	0					non-mobilizable	other	7033.0	97.93799999999999	96.0	0.00200645490528277	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0088_000000012889	1939	0.773207175043353	2	2	1	1	0	True	15894	maximal	True	MAD0088_000000012889	1.0		0	0	False	False	0.9736977815628052	0					non-mobilizable	no_good_hit	901.0	91.34299999999999	46.0	0.28750804893754023	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
FIJ0069_000000011619	1933	0.7732029990309388	3	2	2	2	2	False	102220	fragment	False	ISR0855_000000007730	0.34401646116754353		0	0	False	False	0.9994826912879944	0					non-mobilizable	other	1933.0	96.37899999999999	100.0	0.00047343852936409923	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0835_000000002378	4790	0.7731967524962374	6	5	5	5	5	False	99322	fragment	False	ISR0835_000000002378	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4790.0	97.34899999999999	100.0	0.07616374567432663	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0282_000000019115	1318	0.7731927938054519	2	2	2	2	2	False	58300	fragment	False	ISR0282_000000019115	0.9830329993193837		0	0	False	False	0.97420334815979	0					non-mobilizable	no_good_hit	503.0	73.956	37.0	0.006064622617916271	NZ_CZBD01000020.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0083_000000002957	7112	0.773183680199386	7	5	5	5	5	True	94990	fragment	False	ISR0083_000000002957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5428.0	93.331	78.0	0.0016058167171384358	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ENG0044_000000008389	1954	0.7731817938004816	3	2	2	2	1	True	76820	fragment	False	ENG0044_000000008389	1.0		0	0	False	False	0.9396110773086548	0					non-mobilizable	other	1819.0	95.76700000000001	93.0	0.0006173105846851936	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0184_000000014780	1522	0.7731817938004816	4	2	2	2	1	True	76818	fragment	False	ISR0089_000000020422	0.9198233490425184		0	0	False	False	0.9993429780006409	0					non-mobilizable	other	1513.0	95.175	99.0	0.0005133496386677643	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0089_000000020422	1510	0.7731817938004816	4	2	2	2	1	True	76818	fragment	False	ISR0089_000000020422	0.9274848529612253		0	0	False	False	0.9973509907722473	0					non-mobilizable	other	1510.0	95.62899999999999	100.0	0.0005123304137068091	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0115_000000023724	1507	0.7731817938004816	4	2	2	2	1	True	76818	fragment	False	ISR0089_000000020422	0.7832354629957886		0	0	False	False	0.9966821670532227	0					non-mobilizable	other	1504.0	95.745	99.0	0.0005102919637848986	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
AST0028_000000012507	1272	0.7731781809377696	1	1	1	1	1	False	118564	fragment	False	AST0028_000000012507	1.0		0	0	False	False	0.9913522005081177	0					non-mobilizable	other	1165.0	98.712	92.0	0.032266112266112264	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	False	False
ISR0193_000000019924	1324	0.7731774620037855	2	2	2	2	1	False	29069	fragment	False	ISR0193_000000019924	0.9704301075268817		0	0	False	False	0.9796072244644165	0					non-mobilizable	no_good_hit	523.0	75.143	39.0	0.00018450703673506607	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
AUS0010_000000012851	1893	0.7731654143149409	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.12250777960704466		0	0	False	False	1.0	0					non-mobilizable	other	1893.0	99.89399999999999	100.0	0.004162486579720858	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0070_000000003702	5911	0.7731494114145346	8	6	4	5	5	True	128691	maximal	True	ENG0070_000000003702	1.0	PS1045|PS1046|PS656|PS658	3	2	False	True	0.9998308420181274	0					non-mobilizable	no_good_hit	3962.0	96.59299999999999	84.0	0.7170802390871219	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
ISR0073_000000025005	1127	0.7731479355469644	2	2	2	2	2	False	34755	maximal	True	ISR0073_000000025005	1.0		117	11	False	False	0.9991126656532288	0					non-mobilizable	other	1127.0	99.645	100.0	0.004763395463352313	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	False
MON0105_000000040069	1365	0.7731401129698796	2	2	2	1	1	True	61604	fragment	False	ENG0082_000000013861	0.6194926568758344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	85.366	6.0	0.0015146576681941061	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
CHI0087_000000003982	2341	0.773138181952122	4	3	1	2	3	False	84010	fragment	False	CHI0087_000000003982	1.0		0	0	False	False	0.9867578148841858	0					non-mobilizable	no_good_hit	863.0	78.679	36.0	0.00020246049604471383	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
AUS0022_000000016886	2039	0.7731331430077775	3	3	3	2	1	False	99226	fragment	False	AUS0022_000000016886	1.0		0	0	False	False	0.9818538427352905	0					non-mobilizable	other	1890.0	97.831	91.0	0.0005720551801580132	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0204_000000019086	1428	0.7731291616799619	2	2	2	2	1	False	54023	maximal	True	ENG0204_000000019086	1.0		28	6	False	False	0.9866946935653687	0					non-mobilizable	no_good_hit								True	False
CHI0124_000000005297	2918	0.7731290817272465	2	2	2	2	0	True	81686	maximal	True	CHI0124_000000005297	1.0		1	1	False	False	0.9958875775337219	0					non-mobilizable	no_good_hit	1296.0	99.92299999999999	44.0	0.00025188392644055725	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
CHI0040_000000004427	4020	0.7731281658767977	6	4	3	3	3	True	113494	maximal	True	CHI0040_000000004427	1.0	PS730	6	2	False	True	1.0	0					non-mobilizable	no_good_hit	1723.0	97.969	83.0	0.0006076459647120721	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0098_000000014823	2195	0.7731274943137769	2	1	1	1	1	False	109803	fragment	False	MON0098_000000014823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	88.412	70.0	0.0003706305265271799	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0051_000000019126	1850	0.7731274943137769	1	1	1	1	1	False	66196	fragment	False	MON0051_000000019126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	81.729	68.0	0.00039259894715315926	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
FIJ0041_000000025669	1478	0.7731274943137769	1	1	1	1	1	False	64808	maximal	True	FIJ0041_000000025669	1.0		127	13	False	False	0.9539918899536133	0					non-mobilizable	chromosome	1416.0	97.03399999999999	96.0	0.00039391724953892195	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0004_000000031457	1463	0.7731274943137769	1	1	1	1	1	False	66198	fragment	False	MON0004_000000031457	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	83.036	84.0	0.00036822187972602847	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0096_000000026854	1418	0.7731274943137769	2	1	1	1	1	False	9672	fragment	False	MON0096_000000026854	1.0		0	0	False	False	0.9901269674301147	0					non-mobilizable	no_good_hit	1259.0	78.237	88.0	0.00040128630795001357	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0821_000000023159	1407	0.7731274943137769	2	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.6451485393904156		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	99.36	100.0	0.0073573660001779164	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0016_000000028617	1348	0.7731274943137769	1	1	1	1	1	False	66195	fragment	False	MON0016_000000028617	0.9623032311516155		0	0	False	False	0.997032642364502	0					non-mobilizable	chromosome	1255.0	82.55	93.0	0.00043605076732386824	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0036_000000018198	1343	0.7731274943137769	1	1	1	1	1	False	13005	fragment	False	MON0036_000000018198	0.9440102399884213		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	84.23100000000001	95.0	0.00035681219067305235	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0062_000000016971	1292	0.7731274943137769	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.6046334600246538		0	0	False	False	1.0	0					non-mobilizable	plasmid	1292.0	99.458	100.0	0.0020598521884533398	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
SPA0115_000000022562	1279	0.7731274943137769	1	1	1	1	1	False	4376	maximal	True	SPA0115_000000022562	1.0		8	4	False	False	0.9953088164329529	0					non-mobilizable	other	1298.0	79.584	100.0	0.000635676171373532	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	False
USA0019_01_000000024135	1266	0.7731274943137769	1	1	1	1	1	False	52721	fragment	False	MON0066_000000024692	0.5331112127956941		0	0	False	False	0.9936808943748474	0					non-mobilizable	chromosome	1266.0	93.99700000000001	100.0	0.0003540490759598998	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0052_000000009016	1771	0.7731247244453866	2	2	1	1	2	False	86484	fragment	False	CHI0074_000000007705	0.9891906873614191		0	0	False	False	1.0	0					non-mobilizable	chromosome	1774.0	99.493	100.0	0.0008087046357978375	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0150_000000020552	1201	0.7731172155157148	2	2	2	2	1	False	30797	fragment	False	SPA0139_000000023285	0.9671322925225965		0	0	False	False	1.0	0					non-mobilizable	chromosome	1201.0	99.334	100.0	0.0004234466653045799	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0370_000000017024	1580	0.7730997447215564	4	3	1	3	2	False	23509	maximal	True	ISR0370_000000017024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	99.096	56.0	0.000358228600096122	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	True	False
SPA0117_000000004206	8399	0.7730974707887127	11	10	8	9	9	False	111446	fragment	False	ISR0179_000000003041	0.9789182903153353		0	0	False	False	1.0	0					non-mobilizable	other	8405.0	98.156	100.0	0.011635041976184177	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MON0081_000000037426	1403	0.7730880089205638	1	1	1	1	1	False	9960	maximal	True	MON0081_000000037426	1.0		17	4	False	False	0.9957234263420105	0					non-mobilizable	other	1265.0	81.89699999999999	90.0	0.00019773016434026649	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
ISR0363_000000011720	1594	0.7730791744830666	4	2	0	1	2	True	114020	fragment	False	ISR0363_000000011720	1.0		0	0	False	False	0.9930990934371948	0					non-mobilizable	chromosome	1575.0	99.93700000000001	99.0	0.0008096120600306254	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0143_000000016902	1132	0.7730791744830666	2	2	0	1	2	True	57584	fragment	False	ENG0143_000000016902	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1132.0	100.0	100.0	0.0005817479287767708	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
FIJ0011_000000040650	1148	0.7730776775359104	2	2	2	2	2	False	50862	fragment	False	FIJ0011_000000040650	0.9628647214854111		0	0	False	False	0.9991289377212524	0					non-mobilizable	no_good_hit	501.0	74.85	43.0	0.0018209730664526932	NZ_CABJCG010000005.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0312_000000006793	2466	0.7730743528363904	2	2	2	1	0	True	82744	maximal	True	ISR0312_000000006793	1.0		28	7	False	False	0.9987834692001343	0					non-mobilizable	no_good_hit								True	True
CHI0034_000000004535	3323	0.7730673647361969	4	3	2	2	3	False	113360	fragment	False	CHI0034_000000004535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	90.116	39.0	0.2067346608385948	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0053_000000009408	1248	0.7730587134714431	1	1	1	1	1	False	86418	maximal	True	CHI0053_000000009408	1.0		2	1	False	False	0.9935897588729858	0					non-mobilizable	no_good_hit	73.0	95.89	11.0	9.746270674276668e-06	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0119_000000001745	15956	0.7730551675361107	19	9	7	8	4	False	58467	fragment	False	ISR0119_000000001745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5103.0	97.68799999999999	33.0	0.8322422258592471	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	False
FIJ0011_000000020781	2132	0.7730532420425151	3	3	3	2	2	False	56911	maximal	True	FIJ0011_000000020781	1.0		11	5	False	False	0.9957786202430725	0					non-mobilizable	no_good_hit	454.0	70.264	21.0	0.018142618882967906	NZ_PVXN01000022.1	firmicutes	Clostridium thermopalmarium DSM 5974 CPAL_contig000022, whole genome shotgun sequence	True	False
SPA0122_000000012673	2077	0.7730462304798041	3	2	2	1	2	False	91726	fragment	False	SPA0122_000000012673	1.0		0	0	False	False	0.9942224621772766	0					non-mobilizable	other	2057.0	97.083	99.0	0.0026772574029037544	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0079_000000019600	1461	0.7730433558331717	1	1	1	1	1	False	67721	fragment	False	ISR0079_000000019600	0.948646773074254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	78.13600000000001	18.0	0.00011120798938492256	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
USA0020_01_000000024435	1414	0.7730413548947558	3	3	3	2	3	False	1772	maximal	True	USA0020_01_000000024435	1.0		1	1	False	False	0.9922206401824951	0					non-mobilizable	no_good_hit	807.0	72.73899999999999	57.0	0.027936485681236637	NZ_FQZY01000055.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0128_000000011906	3100	0.7730403212353711	4	4	4	3	2	False	105426	maximal	True	SPA0128_000000011906	1.0		2	2	False	False	0.9970967769622803	0					non-mobilizable	no_good_hit	2038.0	99.55799999999999	66.0	0.0009291069079577528	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
ISR0386_000000004132	8369	0.7730346885468625	7	5	5	5	5	False	131555	maximal	False	AST0014_000000002057	0.6997974208187077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4994.0	99.82	60.0	0.04338304307018458	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
ISR0388_000000007247	4319	0.7730309333465226	6	5	4	4	4	False	85478	maximal	True	ISR0388_000000007247	1.0		146	9	False	False	1.0	0					non-mobilizable	other	4196.0	98.236	97.0	0.004898745159447278	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0053_01_000000016204	1128	0.7730195900578986	2	1	1	1	1	False	1052	fragment	False	USA0053_01_000000016204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	95.461	64.0	0.00016403264181696583	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0146_000000005583	4234	0.7730163441799638	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.24122472613415405	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4234.0	99.929	100.0	0.0007679960636799911	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
USA0038_01_000000004629	4182	0.7730163441799638	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.23324013143398814	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4182.0	99.59299999999999	100.0	0.0007296104002646146	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0108_000000005565	4181	0.7730163441799638	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.233972299825546	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4182.0	99.354	100.0	0.0007871398670336219	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0016_000000007911	4081	0.7730163441799638	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.2236300645712098	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4081.0	99.53399999999999	100.0	0.0007400557391331642	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0395_000000010762	3589	0.7730163441799638	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.09786096766134805	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3589.0	98.802	100.0	0.0007161187799156225	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0271_000000004196	3574	0.7730163441799638	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.09721516162564443	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3574.0	98.90899999999999	100.0	0.0006728351064380697	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0078_000000005081	3499	0.7730163441799638	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.05435676529024974	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3499.0	99.257	100.0	0.0006587117834649784	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0083_000000025136	1241	0.773011905937261	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.20533175160765782		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	95.24600000000001	100.0	0.15159672091031445	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
MAD0001_000000003852	6353	0.7730050748781256	9	5	2	5	3	False	96712	maximal	True	MAD0001_000000003852	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	99.156	13.0	0.00020300730311417615	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0105_000000012552	2022	0.7730022493774958	2	2	1	2	0	True	131934	maximal	True	SPA0105_000000012552	1.0	PS1136	5	4	False	True	0.9915924668312073	0					non-mobilizable	no_good_hit	261.0	99.617	13.0	8.684957186501439e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0001_000000028056	1245	0.7730022493774958	2	2	1	2	0	True	100212	fragment	False	MON0001_000000028056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	94.444	19.0	6.515457713700722e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0199_000000007228	3938	0.7729975458318451	5	2	2	2	1	True	120249	maximal	False	ENG0062_000000005945	0.9784958430155558		0	0	False	False	0.997460663318634	0					non-mobilizable	no_good_hit	108.0	78.704	3.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
DEN0071_000000010511	3600	0.7729975458318451	4	2	2	2	1	True	120249	maximal	False	ENG0062_000000005945	0.715301636844658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	76.852	3.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
ISR0133_000000005306	3556	0.7729975458318451	4	2	2	2	1	True	120249	maximal	False	ENG0062_000000005945	0.7161657778906382		0	0	False	False	0.9969066381454468	0					non-mobilizable	no_good_hit	108.0	78.704	3.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
ISR0002_000000007994	2594	0.7729975458318451	4	2	2	2	1	True	120241	fragment	False	ISR0002_000000007994	0.96909252849287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	78.704	4.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
CHI0068_000000006016	2350	0.7729975458318451	4	2	2	2	1	True	120241	fragment	False	ISR0002_000000007994	0.8076717759495341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	78.704	5.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
ISR0805_000000005150	2263	0.7729975458318451	4	2	2	2	1	True	120241	fragment	False	ISR0002_000000007994	0.5453320438426822		0	0	False	False	0.9995580911636353	0					non-mobilizable	no_good_hit	108.0	78.704	5.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
ENG0037_000000015386	2256	0.7729975458318451	4	2	2	2	1	True	120241	fragment	False	ISR0002_000000007994	0.5398344098150418		0	0	False	False	0.9946808218955994	0					non-mobilizable	no_good_hit	108.0	78.704	5.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
MON0090_000000032784	1842	0.7729975458318451	3	2	2	2	1	True	21854	fragment	False	MON0090_000000032784	1.0		0	0	False	False	0.9929424524307251	0					non-mobilizable	no_good_hit	108.0	78.704	6.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
SPA0071_000000016591	1173	0.7729943769212677	2	2	2	1	1	False	48059	fragment	False	FIJ0098_000000020259	0.9856281352126166		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	99.23299999999999	100.0	0.0028576792815813794	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0062_000000011078	3147	0.7729928607460167	5	3	1	3	1	True	35358	maximal	True	ISR0062_000000011078	1.0		1	1	True	True	0.9996822476387024	1					non-mobilizable	no_good_hit	1302.0	83.41	65.0	0.33658665259825904	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
FIJ0021_000000027318	1760	0.7729854772242989	2	2	2	2	2	False	71837	fragment	False	FIJ0002_000000018986	0.9638072472523946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.806	14.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
ENG0177_000000007976	3341	0.7729781206621524	6	2	2	2	2	False	55536	fragment	False	ENG0177_000000007976	1.0		0	0	False	False	0.9916192889213562	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.360173891616945e-05	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0143_000000004056	4620	0.7729738713909884	5	2	1	1	1	False	79952	maximal	True	CHI0143_000000004056	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit	1440.0	83.056	36.0	0.32686601232595297	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	True	True
CHI0143_000000004301	4354	0.7729738713909884	4	2	1	1	1	False	79951	maximal	True	CHI0143_000000004301	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit	1372.0	90.37899999999999	38.0	0.31248573385071904	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	True	True
ENG0179_000000010179	3276	0.7729735979943159	5	5	4	4	3	False	119881	maximal	True	ENG0179_000000010179	1.0		7	4	False	False	0.9847374558448792	0					non-mobilizable	no_good_hit	2626.0	99.27600000000001	80.0	0.006878299946283753	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
ISR0843_000000009993	1633	0.7729662966952621	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.4473879584496085		0	0	False	False	0.9877526164054871	0					non-mobilizable	other	1634.0	97.06200000000001	100.0	0.016793861338719584	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0113_000000016549	1557	0.7729632647706851	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.28894284255063724	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1566.0	90.23	100.0	0.00048313567183857234	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0231_000000005560	2954	0.7729594596653119	8	2	2	2	1	False	113110	fragment	False	ISR0279_000000006054	0.6411917132490431		0	0	False	False	0.9989844560623169	0					non-mobilizable	no_good_hit	433.0	86.605	15.0	0.0001215589098168268	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0036_000000022841	1820	0.7729562978480375	2	2	2	2	2	False	85804	fragment	False	MAD0057_000000009168	0.6098968834326348		0	0	False	False	0.997802197933197	0					non-mobilizable	no_good_hit	206.0	74.27199999999999	11.0	0.005214444009907443	NZ_LUTP01000030.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00030, whole genome shotgun sequence	True	False
AST0019_000000005779	4538	0.7729539929791818	4	1	0	1	1	True	122853	backbone	False	SPA0049_000000004896	0.9777223649482848	PS608|PS877	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	3024.0	98.77600000000001	86.0	0.6649802023757149	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
SPA0049_000000004896	4484	0.7729539929791818	4	1	0	1	1	True	122853	backbone	True	SPA0049_000000004896	0.9885713214069799	PS608|PS877	4	2	True	True	1.0	473					non-mobilizable	no_good_hit	2970.0	97.17200000000001	85.0	0.6531016278046634	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
SPA0050_000000005750	4484	0.7729539929791818	5	1	0	1	1	True	122853	backbone	False	SPA0049_000000004896	0.988314774113554	PS608|PS877	0	0	True	True	1.0	205					non-mobilizable	no_good_hit	2970.0	97.17200000000001	88.0	0.6531016278046634	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
DEN0041_000000007377	4476	0.7729539929791818	5	1	0	1	1	True	122853	backbone	False	SPA0049_000000004896	0.9857994940593763	PS608|PS877	0	0	True	True	1.0	383					non-mobilizable	no_good_hit	2970.0	97.13799999999999	88.0	0.6531016278046634	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
USA0101_01_000000007092	4451	0.7729539929791818	5	1	0	1	1	True	72710	fragment	False	ISR0152_000000005072	0.9457013574660633		0	0	False	False	0.9986519813537598	0					non-mobilizable	no_good_hit	320.0	85.31200000000001	7.0	0.00014235497976908149	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0184_000000004424	2829	0.7729539929791818	3	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.9875672051249548		0	0	False	False	0.9996465444564819	0					non-mobilizable	no_good_hit								True	True
AST0153_000000011344	2787	0.7729539929791818	4	1	0	1	1	True	103432	backbone	True	AST0153_000000011344	1.0	PS608	5	3	True	True	1.0	45					non-mobilizable	no_good_hit	1185.0	96.456	81.0	0.26044874615046193	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	True
ISR0117_000000010083	2662	0.7729539929791818	2	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.9802725800784517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0150_000000008715	2641	0.7729539929791818	2	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.9818165786260019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0289_000000003324	2624	0.7729539929791818	2	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.9742211608280553		0	0	False	False	0.995807945728302	0					non-mobilizable	no_good_hit								True	True
ISR0186_000000010930	2594	0.7729539929791818	2	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.9754223170956515		0	0	False	False	0.993446409702301	0					non-mobilizable	no_good_hit								True	True
ISR0370_000000010193	2594	0.7729539929791818	2	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.9756893720416744		0	0	False	False	0.9926754236221313	0					non-mobilizable	no_good_hit								True	True
ENG0054_000000010238	2547	0.7729539929791818	2	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.9644407048982874		0	0	False	False	0.9964664578437805	0					non-mobilizable	no_good_hit								True	True
ISR0389_000000008414	2543	0.7729539929791818	2	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.9632119225023822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0855_000000006294	2529	0.7729539929791818	2	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.8858014649368036		0	0	False	False	0.9996045827865601	0					non-mobilizable	no_good_hit								True	True
ISR0076_000000010013	2521	0.7729539929791818	3	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.8830675330087133		0	0	False	False	0.9948433041572571	0					non-mobilizable	no_good_hit								True	True
USA0035_01_000000010561	2381	0.7729539929791818	2	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.6825406389113796		0	0	False	False	0.9991599917411804	0					non-mobilizable	no_good_hit								True	True
ENG0136_000000004932	2348	0.7729539929791818	2	1	0	1	1	True	72709	fragment	False	ISR0184_000000004424	0.5335977985900288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0110_000000009467	1898	0.7729539929791818	4	1	0	1	1	True	106994	maximal	True	AST0110_000000009467	1.0		1	1	False	False	0.9968387484550476	0					non-mobilizable	no_good_hit	806.0	86.228	50.0	0.17803030303030304	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
ETH0003_000000021591	1883	0.7729539929791818	4	1	0	1	1	True	55450	maximal	True	ETH0003_000000021591	1.0		1	1	False	False	0.9989378452301025	0					non-mobilizable	no_good_hit	896.0	85.93799999999999	64.0	0.19696969696969696	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
SPA0054_000000016604	1782	0.7729539929791818	2	1	0	1	1	True	72708	fragment	False	SPA0054_000000016604	0.996425884123401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0046_000000013774	1772	0.7729539929791818	2	1	0	1	1	True	72708	fragment	False	SPA0054_000000016604	0.9908673428709859		0	0	False	False	0.9994356632232666	0					non-mobilizable	no_good_hit								True	True
SPA0055_000000018185	1708	0.7729539929791818	2	1	0	1	1	True	72708	fragment	False	SPA0054_000000016604	0.9705446320068843		0	0	False	False	0.9976580739021301	0					non-mobilizable	no_good_hit								True	True
FIJ0052_000000019817	1552	0.7729539929791818	2	1	0	1	1	False	46454	fragment	False	FIJ0052_000000019817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0096_000000031690	1215	0.7729539929791818	1	1	0	1	1	False	9257	fragment	False	MON0096_000000031690	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1215.0	100.0	100.0	0.4660268714011516	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	False	True
AUS0002_000000008842	3793	0.7729309133343272	7	4	2	4	4	False	122699	fragment	False	AUS0002_000000008842	1.0		0	0	False	False	0.9994727373123169	0					non-mobilizable	other	3774.0	100.0	99.0	0.006768975737177877	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
SPA0118_000000012754	2163	0.7729218128203296	3	3	3	3	3	False	4253	maximal	True	SPA0118_000000012754	1.0		1	1	False	False	0.9986130595207214	0					non-mobilizable	chromosome	2169.0	86.353	100.0	0.000609434657081008	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0123_000000000078	97728	0.7729161027213639	92	15	6	12	4	True	127415	maximal	False	SPA0046_000000000019	0.9097892272451465		0	0	True	True	0.9999590516090393	3					non-mobilizable	virus	22592.0	96.618	96.0	0.23100136051638245	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ISR0183_000000027296	1111	0.7729148705511687	2	2	2	2	2	False	29432	maximal	True	ISR0183_000000027296	1.0		19	7	False	False	0.9909991025924683	0					non-mobilizable	no_good_hit	102.0	83.333	9.0	0.0017012878749213154	NZ_LSZO01000112.1	g-proteobacteria	Ventosimonas gracilis strain CV58 contig_2, whole genome shotgun sequence	True	False
ISR0385_000000006715	3115	0.7729096089831413	4	4	4	4	4	False	127092	maximal	False	AST0025_000000009875	0.9498597737794392		0	0	False	False	0.9980738162994385	0					non-mobilizable	other	3115.0	97.881	100.0	0.011215188961343084	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
ISR0011_000000004778	5222	0.7729076340977264	5	2	1	2	1	True	109543	maximal	True	ISR0011_000000004778	1.0		23	5	False	False	0.9944465756416321	0					non-mobilizable	no_good_hit	234.0	97.863	7.0	0.0010856188261278504	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	True
MAD0046_000000002317	9005	0.7729057510002328	12	11	3	6	11	True	82409	maximal	True	MAD0046_000000002317	1.0		2	1	False	False	0.9996668696403503	0					non-mobilizable	plasmid	4090.0	95.819	96.0	0.03418044054044993	CP057991.1	enterobacteria	Escherichia coli strain RHB06-C11 plasmid pRHB06-C11_2, complete sequence	False	True
ISR0782_000000003045	4479	0.7729042554761512	3	2	2	2	2	False	22270	maximal	True	ISR0782_000000003045	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	95.238	3.0	0.0007397894263376872	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
FIJ0153_000000003051	9224	0.7728989283737329	13	8	4	6	8	True	89477	fragment	False	FIJ0153_000000003051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2016.0	95.635	61.0	0.04605714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
DEN0071_000000004532	7456	0.7728980338258347	10	9	8	8	8	False	111446	fragment	False	ISR0179_000000003041	0.14950950028683319		0	0	False	False	1.0	0					non-mobilizable	other	7087.0	98.772	99.0	0.009809448485159088	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0103_000000000573	27062	0.7728971337523358	26	3	1	3	1	True	114288	fragment	False	ISR0772_000000000082	0.46521115145861996		0	0	False	False	1.0	0					non-mobilizable	virus	22783.0	95.641	97.0	0.2340802554988925	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
SPA0003_000000007276	2492	0.7728880123469447	4	4	4	4	3	False	87373	maximal	True	SPA0003_000000007276	0.9691573640797384		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1872.0	73.665	74.0	0.0006834257560559838	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0163_000000001828	2473	0.7728880123469447	4	4	4	4	3	False	87373	maximal	False	SPA0003_000000007276	0.9657808449359744		0	0	False	False	0.9987869262695312	0					non-mobilizable	no_good_hit	1437.0	74.94800000000001	57.0	0.0002476229617768272	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
MAD0068_000000004782	5073	0.7728866529954934	5	5	4	3	4	False	30100	fragment	False	MAD0068_000000004782	1.0		0	0	False	False	0.9990143775939941	0					non-mobilizable	other	5073.0	100.0	100.0	0.12314266291152763	LM997258.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.0_1_41188_[organism:Escherichia	False	False
ISR0371_000000009700	1964	0.7728859879641721	4	4	3	3	2	True	79693	fragment	False	ISR0371_000000009700	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1962.0	99.134	99.0	0.0004075754580963171	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
CHI0076_000000000719	8512	0.7728843996741933	12	4	1	3	3	False	126171	maximal	False	FIJ0159_000000002297	0.960882987463462		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	73.15899999999999	18.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0139_000000014281	1824	0.7728834929257115	2	2	2	2	2	False	125951	fragment	False	ISR0333_000000007883	0.1878105353445432		0	0	False	False	0.999451756477356	0					non-mobilizable	other	1824.0	98.575	100.0	0.004989394457748888	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0084_000000004600	1388	0.7728767843178989	5	2	2	2	1	False	84146	maximal	True	CHI0084_000000004600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	973.0	82.631	70.0	0.013527499599131208	NZ_CABIWU010000003.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0108_000000020004	1215	0.7728662497209724	2	2	2	2	2	False	42192	fragment	False	FIJ0108_000000020004	1.0		0	0	False	False	0.9925925731658936	0					non-mobilizable	other	1215.0	98.93	100.0	0.0018118835081288498	NZ_SAXT01000001.1	bacteria	Brachyspira aalborgi strain W1 W1_contig1, whole genome shotgun sequence	False	False
SPA0126_000000020068	2143	0.7728661331697085	2	2	1	2	1	False	3973	fragment	False	SPA0126_000000020068	1.0		0	0	False	False	0.9995333552360535	0					non-mobilizable	no_good_hit	188.0	82.979	9.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0141_000000008343	2802	0.7728631650995925	4	3	3	3	3	False	9951	maximal	True	SPA0141_000000008343	1.0		96	8	False	False	0.9989293217658997	0					non-mobilizable	chromosome	2802.0	99.5	100.0	0.0015068132057303014	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
ENG0151_000000006459	3645	0.7728244872625538	5	4	3	2	2	False	80038	maximal	True	ENG0151_000000006459	1.0		3	2	False	False	0.9931412935256958	0					non-mobilizable	no_good_hit	1439.0	93.885	74.0	0.0032035133869853087	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MAD0053_000000003994	2999	0.7728230023353224	6	2	1	2	2	False	17224	fragment	False	MAD0053_000000003994	1.0		0	0	False	False	0.9996665716171265	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000025115	1340	0.7728162524058573	2	2	2	2	1	False	26616	fragment	False	ISR0264_000000007765	0.9553814713896458		0	0	False	False	0.9746268391609192	0					non-mobilizable	chromosome	876.0	98.402	100.0	0.0002973240495739431	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0146_000000015681	1315	0.7728154435717352	2	2	2	2	2	False	47270	fragment	False	FIJ0146_000000015681	1.0		0	0	False	False	0.9946768283843994	0					non-mobilizable	chromosome	1315.0	99.848	100.0	0.00025479663389214077	CP024784.1	enterobacteria	Enterobacteriaceae bacterium S05 chromosome, complete genome	False	False
MAD0074_000000002970	1617	0.7728123278899645	2	2	2	1	1	False	124924	fragment	False	MAD0074_000000002970	0.9920960566105296		0	0	False	False	0.9962894320487976	0					non-mobilizable	no_good_hit	1078.0	85.15799999999999	67.0	0.0025909495951338575	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0097_000000019795	1601	0.7728123278899645	2	2	2	1	1	False	124924	fragment	False	MAD0074_000000002970	0.9832473462610448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	85.62200000000001	67.0	0.0025909495951338575	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0100_000000000827	11065	0.7728064829549304	15	7	4	5	5	True	70746	fragment	False	ISR0100_000000000827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	89.865	1.0	0.08457997698504027	KU545982.1	bacteria	Uncultured bacterium clone CH_03C_000_Contig_13 genomic sequence	True	True
CHI0159_000000005214	2742	0.7728055289134358	3	2	2	2	2	False	78813	maximal	True	CHI0159_000000005214	1.0		1	1	False	False	0.9985412359237671	0					non-mobilizable	no_good_hit	687.0	98.98100000000001	25.0	0.01890848952590959	NZ_CABKPS010000031.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0024_000000000585	26322	0.7728013840514457	27	5	3	5	3	False	37481	maximal	True	ISR0024_000000000585	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	92.421	5.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	False
ENG0050_000000010711	2454	0.7727994693463579	4	3	2	2	3	False	64146	fragment	False	ENG0050_000000010711	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2454.0	98.411	100.0	0.00039408407983857494	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
USA0082_01_000000020937	1423	0.7727955537709847	3	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.21798583181555412	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1356.0	81.637	95.0	0.0006198763203550385	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
DEN0096_000000019138	2323	0.7727916128670879	5	5	4	3	2	True	76823	fragment	False	DEN0096_000000019138	1.0		0	0	False	False	0.9965561628341675	0					non-mobilizable	other	2321.0	96.855	99.0	0.000788200636472014	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0132_000000026891	1307	0.7727898198484808	1	1	1	1	1	False	40746	fragment	False	ISR0080_000000023928	0.9621757925072045		0	0	False	False	0.9992349147796631	0					non-mobilizable	no_good_hit	631.0	72.9	48.0	0.0011240542207786369	NZ_RBXI01000006.1	a-proteobacteria	Roseovarius halotolerans strain DSM 29507 Ga0170393_104, whole genome shotgun sequence	True	False
MAD0038_000000007335	1927	0.7727590655038311	1	1	1	1	1	False	18544	maximal	True	MAD0038_000000007335	1.0		2	1	False	False	0.9766476154327393	0					non-mobilizable	no_good_hit	1136.0	97.18299999999999	59.0	0.00041437075860231134	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
ISR0004_000000000500	29801	0.7727551088496808	35	17	7	13	9	True	130555	maximal	True	ISR0004_000000000500	0.9999147426934488		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	9729.0	97.90299999999999	88.0	0.0017287389111842386	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
ISR0380_000000000362	29323	0.7727551088496808	35	17	7	13	9	True	130555	maximal	False	ISR0004_000000000500	0.9918962450924466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9729.0	97.90299999999999	88.0	0.0017287389111842386	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
USA0073_01_000000004161	4609	0.7727494412236351	7	3	3	3	3	False	131807	maximal	True	USA0073_01_000000004161	1.0		0	0	False	False	0.9965285062789917	0					non-mobilizable	other	4133.0	96.226	90.0	0.009352144832537945	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0137_000000001284	9091	0.7727453326028995	6	6	6	6	6	False	40500	maximal	True	FIJ0137_000000001284	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3771.0	76.346	45.0	0.0007013753905684445	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
SPA0013_000000003960	6086	0.7727445667280303	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.48900372749228005	PS1107|PS1110|PS1114	0	0	True	True	1.0	396		MOBV			mobilizable	other	3886.0	99.92299999999999	100.0	0.6332952877873798	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0093_000000006633	6086	0.7727445667280303	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.4890489007847835	PS1107|PS1110|PS1114	0	0	True	True	1.0	352		MOBV			mobilizable	other	3886.0	99.92299999999999	100.0	0.6332952877873798	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0029_000000003721	6086	0.7727445667280303	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.4890489007847835	PS1107|PS1110|PS1114	0	0	True	True	1.0	1071		MOBV			mobilizable	other	3886.0	99.92299999999999	100.0	0.6332952877873798	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0037_01_000000005937	6086	0.7727445667280303	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.48889365072121554	PS1107|PS1110|PS1114	0	0	True	True	1.0	84		MOBV			mobilizable	other	3886.0	99.87100000000001	100.0	0.6332952877873798	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0097_000000005074	6086	0.7727445667280303	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.48881773935891065	PS1107|PS1110|PS1114	0	0	True	True	1.0	47		MOBV			mobilizable	other	3886.0	99.87100000000001	100.0	0.6332952877873798	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0016_000000003692	6086	0.7727445667280303	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.4890489007847835	PS1107|PS1110|PS1114	0	0	True	True	1.0	294		MOBV			mobilizable	other	3886.0	99.92299999999999	100.0	0.6332952877873798	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0040_000000005607	6085	0.7727445667280303	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.4889751564564799	PS1107|PS1110|PS1114	0	0	True	True	1.0	369		MOBV			mobilizable	other	3886.0	99.897	100.0	0.6332952877873798	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0107_000000004031	6009	0.7727445667280303	9	6	4	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.48943754389646427	PS1107|PS1110|PS1114	0	0	True	True	1.0	260		MOBV			mobilizable	other	3871.0	99.87100000000001	100.0	0.6308495026903637	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0263_000000013162	1247	0.7727437763850831	2	2	2	2	2	False	111226	fragment	False	ISR0370_000000023591	0.664919941775837		0	0	False	False	0.9943865537643433	0					non-mobilizable	other	1241.0	89.766	99.0	0.00038545080322472064	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0357_000000000441	27293	0.7727384277594387	28	23	13	13	20	True	132604	fragment	False	ISR0357_000000000441	1.0		0	0	False	True	0.9997801780700684	0		MOBB	MPF_T		conjugative	no_good_hit	17168.0	99.895	64.0	0.5194333454413367	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0368_000000007269	1780	0.7727376431949983	4	4	1	3	2	False	113673	fragment	False	ISR0368_000000007269	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1628.0	92.07600000000001	91.0	0.000547302080118158	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0061_000000010774	3758	0.7727268744756642	4	2	2	1	2	False	112116	maximal	True	AST0061_000000010774	1.0		1	1	False	False	0.9992017149925232	0					non-mobilizable	no_good_hit	441.0	73.016	11.0	0.012990909363655457	NZ_FOGF01000024.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	False
MON0011_000000016462	2859	0.7727268744756642	4	2	2	1	2	False	13695	maximal	True	MON0011_000000016462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	73.016	15.0	0.012990909363655457	NZ_FOGF01000024.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	False
MON0068_000000017518	2416	0.7727268744756642	2	2	2	1	2	False	10564	fragment	False	MON0068_000000017518	1.0		0	0	False	False	0.992135763168335	0					non-mobilizable	no_good_hit	290.0	74.483	12.0	0.008460592241456903	NZ_FOGF01000024.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	False
ISR0262_000000009791	1704	0.7727257828314518	2	2	2	2	2	False	26663	maximal	True	ISR0262_000000009791	1.0		113	10	False	False	0.9964788556098938	0					non-mobilizable	no_good_hit	1444.0	99.03	87.0	0.003017332410499397	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0055_000000020550	1741	0.7727237873463954	2	2	2	2	2	False	113754	maximal	False	ENG0037_000000018895	0.9604200323101777		0	0	False	False	0.9787478446960449	0					non-mobilizable	no_good_hit	642.0	74.143	37.0	0.0013091487852748595	NZ_SMCZ01000001.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_101, whole genome shotgun sequence	True	False
DEN0021_000000028594	1310	0.7727220281070964	1	1	1	1	1	False	130944	fragment	False	DEN0021_000000028594	0.9934264585045194		0	0	False	False	0.9732824563980103	0					non-mobilizable	no_good_hit								True	False
MON0078_000000020753	2160	0.7727204925516892	4	2	2	1	2	False	95170	fragment	False	MON0078_000000020753	0.9488337408078629		0	0	False	False	0.9643518328666687	0		MOBP			mobilizable	plasmid	2037.0	96.073	99.0	0.3767605633802817	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ENG0143_000000006288	3001	0.7727191610064778	4	4	3	4	3	False	60089	maximal	True	ENG0143_000000006288	1.0		15	6	False	False	0.9996667504310608	0					non-mobilizable	no_good_hit	1255.0	96.81299999999999	78.0	0.008983580250451328	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
TAN0002_000000029907	1407	0.7727180654924508	3	2	2	2	2	False	14027	fragment	False	TAN0002_000000029907	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	92.066	99.0	0.002669063011346871	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MON0033_000000022393	2893	0.7727173533025286	4	4	4	4	3	False	68323	fragment	False	MON0033_000000022393	0.978169014084507		0	0	False	False	0.9996543526649475	0					non-mobilizable	no_good_hit	1252.0	77.875	43.0	0.00042223665473414	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0061_000000004276	8231	0.7727166196871396	10	9	7	7	7	True	37724	maximal	True	MON0061_000000004276	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	77.959	3.0	7.277192822868578e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
ISR0038_000000004868	5637	0.77270783744325	5	4	4	4	4	False	36650	maximal	True	ISR0038_000000004868	1.0		10	3	False	False	0.999290406703949	0					non-mobilizable	no_good_hit	540.0	88.333	10.0	0.00018006053782543098	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
USA0046_01_000000003151	3450	0.7727046441041052	5	4	1	3	3	True	123556	backbone	False	ISR0826_000000002301	0.3196688610130271	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3451.0	99.971	100.0	0.03442838895098196	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0069_000000028353	1806	0.7727002186541905	3	3	2	2	1	False	107670	fragment	False	MON0069_000000028353	0.9815950920245399		0	0	False	False	0.9872646927833557	0					non-mobilizable	other	1807.0	97.288	100.0	0.017042880869696513	NZ_WAJR01000007.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_007, whole genome shotgun sequence	False	False
ISR0370_000000014705	1819	0.772697564597935	2	2	2	2	1	False	85804	fragment	False	MAD0057_000000009168	0.803159656340025		0	0	False	False	0.9818581342697144	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	2.995940853236893e-07	LR778253.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 1	True	False
MON0051_000000010654	3156	0.7726949630616491	6	4	3	3	3	True	87092	maximal	True	MON0051_000000010654	1.0		7	3	False	False	0.9984157085418701	0					non-mobilizable	chromosome	2655.0	85.838	100.0	0.0009255838359115942	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0065_000000005202	5277	0.7726902030448697	6	3	3	3	1	True	130329	backbone	True	ENG0065_000000005202	1.0	PS1094|PS1097	2	1	True	True	1.0	7					non-mobilizable	no_good_hit	1691.0	97.28	50.0	0.4167901234567901	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0049_000000007124	3992	0.7726802065930053	6	6	4	4	3	False	82566	fragment	False	ISR0198_000000007709	0.6335585022099908		0	0	False	False	0.9992485046386719	0					non-mobilizable	no_good_hit	76.0	84.211	2.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
SPA0143_000000005267	3475	0.7726802065930053	6	6	4	4	3	False	82564	fragment	False	SPA0143_000000005267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	81.319	3.0	5.0067396278434804e-05	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
CHI0112_000000006603	2621	0.7726780417166524	5	3	3	3	2	False	82431	maximal	True	CHI0112_000000006603	1.0		90	10	False	False	0.9996184706687927	0					non-mobilizable	no_good_hit	1664.0	99.82	63.0	0.013512195914652973	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0022_000000012472	2059	0.7726629149679107	3	3	3	3	3	False	76082	fragment	False	FIJ0073_000000008526	0.8339900113668346		0	0	False	False	1.0	0					non-mobilizable	other	2047.0	95.75	99.0	0.005599726308587068	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0068_000000010590	2984	0.7726606966778071	3	3	3	2	1	False	45094	fragment	False	FIJ0068_000000010590	1.0		0	0	False	False	0.9996649026870728	0					non-mobilizable	no_good_hit	166.0	80.723	6.0	0.22821576763485477	EU066949.1	bacteria	Uncultured bacterium clone LM0ACA9ZA03RM1 genomic sequence	True	False
ISR0013_000000008869	2788	0.7726428082642715	3	3	3	3	2	False	106236	fragment	False	ISR0814_000000011953	0.595003209713919		0	0	False	False	1.0	0					non-mobilizable	other	2788.0	99.103	100.0	0.010690940894862824	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0079_000000007439	3905	0.7726372110799524	4	4	2	3	3	True	83870	fragment	False	FIJ0079_000000007439	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	3893.0	99.33200000000001	99.0	0.025463371868600627	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
MON0087_000000022636	2232	0.7726369598973564	3	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.22509963410908282		0	0	False	False	0.9829748868942261	0					non-mobilizable	other	2022.0	97.08200000000001	91.0	0.0006485192571693483	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0070_000000010005	1971	0.7726369598973564	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.3834745112542132		0	0	False	False	0.9984779357910156	0					non-mobilizable	other	1977.0	91.351	100.0	0.0005558993300440037	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0200_000000004220	4648	0.7726369590835763	5	5	2	4	5	True	123489	fragment	False	CAN0012_000000009399	0.19519507858238472		0	0	False	False	1.0	0					non-mobilizable	other	4534.0	100.0	98.0	0.03489150765488735	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0228_000000003925	5669	0.7726334666840085	7	6	6	5	5	False	102131	maximal	True	ISR0228_000000003925	1.0		14	6	False	False	0.9998236298561096	0					non-mobilizable	no_good_hit	938.0	94.67	36.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
TAN0001_000000000537	14117	0.7726327894949274	18	8	2	8	2	False	3119	maximal	False	TAN0013_000000000331	0.9574660330633826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000009054	4254	0.7726299987262915	5	4	3	4	4	False	113078	maximal	True	ISR0814_000000009054	1.0		2	2	False	False	0.9945933222770691	0					non-mobilizable	no_good_hit	1912.0	97.594	66.0	0.012762973352033661	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0189_000000001780	5513	0.7726192992824323	6	3	1	2	2	True	49351	fragment	False	ISR0189_000000001780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0139_000000004791	5438	0.7726168813612228	5	5	4	5	4	True	42480	fragment	False	FIJ0139_000000004791	1.0		0	0	False	False	0.9981610774993896	0					non-mobilizable	no_good_hit	1268.0	94.479	68.0	0.02009580002537749	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
USA0106_01_000000006653	1254	0.7726093699511684	4	2	1	2	2	False	84031	fragment	False	USA0106_01_000000006653	0.9754166666666666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	74.141	53.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
ISR0081_000000016181	1480	0.7726041175561009	2	1	1	1	1	False	34229	fragment	False	ISR0081_000000016181	1.0		0	0	False	False	0.9891892075538635	0					non-mobilizable	no_good_hit	98.0	100.0	7.0	0.0003575496422660538	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
ISR0358_000000013951	1400	0.7726041175561009	1	1	1	1	1	False	23847	fragment	False	ISR0358_000000013951	1.0		0	0	False	False	0.9985714554786682	0					non-mobilizable	no_good_hit								True	False
ENG0192_000000001001	10809	0.7726005874662505	16	15	7	11	13	True	118551	maximal	True	ENG0192_000000001001	1.0		1	1	False	False	0.9990748167037964	0					non-mobilizable	no_good_hit	7838.0	96.198	73.0	0.0022271714922048997	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0275_000000006351	2209	0.7725967869324173	3	3	3	2	2	False	131772	fragment	False	ISR0275_000000006351	1.0		0	0	False	False	0.9927569031715393	0					non-mobilizable	no_good_hit	1129.0	96.988	51.0	0.030079197888056318	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
MAD0006_000000003240	2652	0.7725927643520549	3	3	3	3	2	True	19896	maximal	True	MAD0006_000000003240	1.0		6	2	False	False	0.999245822429657	0					non-mobilizable	no_good_hit	905.0	80.0	34.0	0.00048036346967016114	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
AST0087_000000022139	1667	0.7725923631900715	3	2	2	1	1	False	125905	fragment	False	AST0087_000000022139	1.0		0	0	False	False	0.9898020625114441	0					non-mobilizable	other	1647.0	99.696	99.0	0.00478377121599628	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
ISR0203_000000010213	1706	0.7725911906722998	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.14279621085428498		0	0	False	False	0.9970691800117493	0					non-mobilizable	other	1706.0	93.14200000000001	100.0	0.0004805948545890322	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0105_000000008733	3055	0.7725886196708033	4	3	3	3	3	False	84699	fragment	False	ISR0776_000000008009	0.9556618819776714		0	0	False	False	0.9944353699684143	0					non-mobilizable	other	3055.0	98.56	100.0	0.0007997951016085466	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ENG0127_000000002257	11068	0.7725881551109612	8	5	3	5	4	False	99258	maximal	True	ENG0127_000000002257	1.0	PS556	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	7036.0	97.271	67.0	0.013193017999005787	NZ_KB894643.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
ISR0013_000000014904	1746	0.7725873228707439	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.22886546893552376		0	0	False	False	1.0	0					non-mobilizable	chromosome	1746.0	97.709	100.0	0.0005873567833986382	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0147_000000008318	1779	0.7725837076877127	3	3	3	2	2	False	114379	fragment	False	ENG0123_000000005832	0.9488972565895644		0	0	False	False	0.9971894025802612	0					non-mobilizable	no_good_hit	1498.0	81.041	84.0	0.00043018420522453497	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0058_000000010770	3621	0.7725816018352966	2	1	1	1	1	False	46920	maximal	True	FIJ0058_000000010770	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	389.0	78.92	11.0	0.008906389162330662	NZ_LR130823.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0016_000000012212	1783	0.7725772364080286	3	3	2	3	1	False	111352	maximal	True	ISR0016_000000012212	1.0		1	1	False	False	0.9826135635375977	0					non-mobilizable	no_good_hit	1491.0	98.726	84.0	0.010586446506472653	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
FIJ0072_000000006348	3974	0.7725737924836366	6	6	6	4	3	False	44784	maximal	True	FIJ0072_000000006348	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.452882201344838e-07	CP027096.1	even-toed ungulates	Bos mutus isolate yakQH1 chromosome 28	True	False
ITA0005_000000010696	1723	0.7725735384267438	3	3	3	3	2	False	109459	maximal	True	ITA0005_000000010696	1.0		6	4	False	False	0.9930353760719299	0					non-mobilizable	chromosome	1669.0	95.446	97.0	0.0004694027455834301	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CHI0133_000000015396	1319	0.7725716817075663	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.1395363313566273	PS1128	0	0	False	True	0.9977255463600159	0					non-mobilizable	other	1336.0	80.539	100.0	0.0006087906037466027	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
ISR0381_000000001883	7497	0.7725684937905647	9	3	1	1	3	False	130583	maximal	True	ISR0381_000000001883	1.0	PS1004|PS1005|PS1006|PS1103	1	1	True	True	1.0	21					non-mobilizable	no_good_hit	1272.0	97.87700000000001	50.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0073_01_000000000344	48726	0.7725637391288462	54	39	14	28	31	True	111582	maximal	False	USA0036_01_000000000209	0.6472253372000615	PS636	0	0	False	True	1.0	0					non-mobilizable	chromosome	42377.0	99.932	99.0	0.007688306448028184	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
MAD0002_000000041842	1123	0.7725545624713083	1	1	1	1	1	False	20114	maximal	False	MAD0023_000000011755	0.9413503419599433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	100.0	7.0	2.4989710561946333e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0026_000000008796	2557	0.7725321708830041	4	2	2	2	2	False	37306	maximal	True	ISR0026_000000008796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	91.13600000000001	34.0	0.030616886525070858	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0088_000000000584	17476	0.7725295734409638	20	7	5	6	6	False	112444	maximal	True	AST0088_000000000584	1.0	PS720	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	91.935	4.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
MAD0077_000000008192	1505	0.7725276887844287	2	2	1	2	1	False	16218	maximal	True	MAD0077_000000008192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	96.395	50.0	0.9468354430379747	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
MAD0052_000000004772	3320	0.7725235106153301	5	4	4	4	4	False	17292	fragment	False	MAD0052_000000004772	1.0		0	0	False	False	0.9927710890769958	0					non-mobilizable	no_good_hit	849.0	79.623	43.0	0.00019138165765540235	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
TAN0027_000000002081	3663	0.7725218110845681	5	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.9504755765917896		0	0	False	False	1.0	0					non-mobilizable	chromosome	3666.0	95.69	100.0	0.0006568033763495901	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
MAD0036_000000005031	4859	0.7725186646279419	7	7	5	6	5	False	68384	maximal	True	MAD0036_000000005031	1.0		20	8	False	False	0.9997941851615906	0					non-mobilizable	no_good_hit								True	False
ENG0061_000000014127	1485	0.7725137495420219	3	3	3	3	2	False	73378	fragment	False	ENG0061_000000014127	0.9671940877092997		0	0	False	False	0.9986531734466553	0					non-mobilizable	no_good_hit	1148.0	77.439	77.0	0.0009518595165859637	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0062_000000025657	1392	0.7725136756714325	1	1	1	1	1	False	54952	maximal	True	MON0062_000000025657	0.940959409594096		404	12	False	False	0.9992815852165222	0					non-mobilizable	other	1392.0	99.78399999999999	100.0	0.00022346961070340715	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
MON0004_000000023003	1885	0.7725083788672553	3	3	3	3	3	False	73435	maximal	False	DEN0035_000000017282	0.9263050337404545		0	0	False	False	0.999469518661499	0					non-mobilizable	no_good_hit	151.0	80.795	8.0	0.0002946231279155414	NZ_QVHZ01000005.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf5, whole genome shotgun sequence	True	False
MAD0013_000000005144	4181	0.7725081968224661	5	5	5	5	3	False	47211	maximal	True	MAD0013_000000005144	1.0		3	1	False	False	0.9803874492645264	0					non-mobilizable	no_good_hit	733.0	77.626	24.0	0.00025017578507461024	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
SPA0099_000000000645	14834	0.7724968166763131	17	13	1	4	12	False	5021	maximal	True	SPA0099_000000000645	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4703.0	97.81	91.0	0.0022362150813145147	CP059275.1	firmicutes	Lactobacillus reuteri strain CNEI-KCA3 chromosome, complete genome	False	False
MAD0092_000000002219	7285	0.7724930203243853	12	3	1	1	3	False	15727	maximal	True	MAD0092_000000002219	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0047_000000008181	4420	0.7724882366044229	4	4	4	4	3	False	11480	maximal	True	MON0047_000000008181	1.0		13	4	False	False	0.9893665313720703	0					non-mobilizable	other	4420.0	99.932	100.0	0.16833644432593045	NZ_WEHX01000027.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_27_length_26251_cov_159.095366, whole genome shotgun sequence	False	False
ISR0101_000000005405	4401	0.7724857311229064	6	6	4	5	4	False	128521	fragment	False	ISR0101_000000005405	1.0		0	0	False	False	0.9963644742965698	0					non-mobilizable	chromosome	4405.0	94.461	100.0	0.001533671763569161	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0148_000000009451	4020	0.7724820102132262	5	4	2	3	3	True	57323	fragment	False	ENG0148_000000009451	1.0		0	0	False	False	0.9997512698173523	0					non-mobilizable	plasmid	4021.0	99.229	100.0	0.08324357912178956	CP016748.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM1 plasmid pJM1B, complete sequence	False	True
ENG0170_000000003824	3085	0.7724693447117206	4	4	4	4	3	False	55865	maximal	True	ENG0170_000000003824	1.0		2	1	False	False	0.9970826506614685	0					non-mobilizable	no_good_hit	1329.0	97.743	43.0	0.0005863512614941184	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
SPA0057_000000003992	6796	0.7724618603792992	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.22748210030417187		0	0	False	False	1.0	0					non-mobilizable	chromosome	5906.0	96.986	93.0	0.0016776318596455298	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0018_000000004093	6344	0.7724618603792992	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.15640403373534578		0	0	False	False	1.0	0					non-mobilizable	chromosome	5904.0	96.9	93.0	0.0016770629780383255	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0001_01_000000007476	2172	0.7724601448247782	3	3	2	2	3	False	2282	fragment	False	USA0001_01_000000007476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	79.124	53.0	0.0003492537861669608	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0223_000000013462	2201	0.7724592428384736	4	4	3	4	2	False	113393	fragment	False	MAD0039_000000005904	0.6116913456079733		0	0	False	False	0.9995456337928772	0					non-mobilizable	chromosome	1680.0	98.81	97.0	0.0004699196826376852	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0814_000000017126	2335	0.7724552273136179	2	2	2	2	2	False	28915	maximal	True	ISR0814_000000017126	1.0		9	3	False	False	0.9914346933364868	0					non-mobilizable	no_good_hit	848.0	87.854	36.0	0.08615603702573492	NZ_JAAITU010000069.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_69_length_9831_cov_171.896, whole genome shotgun sequence	True	False
MON0093_000000000809	23005	0.7724499926361605	30	15	5	14	6	True	90501	maximal	True	MON0093_000000000809	1.0		21	4	False	False	0.9998261332511902	0					non-mobilizable	other	18398.0	98.538	91.0	0.29582040107424856	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
DEN0001_000000001743	14606	0.7724450782062376	12	8	6	8	2	True	106297	fragment	False	AST0116_000000001063	0.9053433563640327		0	0	False	False	0.9995207190513611	0					non-mobilizable	no_good_hit								True	True
ISR0103_000000002622	8605	0.7724336603727103	10	3	2	3	1	False	33073	fragment	False	ISR0103_000000002622	0.9981822525033038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1040.0	90.096	12.0	0.018489681218564858	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
FIJ0098_000000013969	1690	0.7724228995482056	2	1	0	1	1	False	42856	maximal	True	FIJ0098_000000013969	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.0006416492455446775	NZ_JAABLG010000013.1	firmicutes	Streptococcus vestibularis strain AS012761 AS012761_13, whole genome shotgun sequence	True	False
ISR0292_000000017167	1210	0.7724228995482056	1	1	0	1	1	False	25861	fragment	False	ISR0292_000000017167	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0031_000000020888	1176	0.7724171220055773	2	2	2	2	2	False	127737	fragment	False	ISR0103_000000024557	0.9308668965280209		0	0	False	False	0.9948979616165161	0					non-mobilizable	other	1176.0	94.64299999999999	100.0	0.03725073708905304	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0045_000000012742	1654	0.7724148605329646	3	2	2	2	2	False	87132	fragment	False	MON0096_000000022634	0.9496340812922593		0	0	False	False	0.993954062461853	0					non-mobilizable	chromosome	1654.0	96.554	100.0	0.00025417386941566984	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0053_000000023377	1407	0.7724052272612438	2	2	2	2	1	True	98791	fragment	False	ENG0035_000000014760	0.9639550264550265		0	0	False	False	0.9950248599052429	0					non-mobilizable	chromosome	1407.0	99.929	100.0	0.0003914117687998051	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0280_000000011167	1341	0.7724025427931256	3	3	3	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9712439704597239		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	71.943	97.0	0.001993077641514617	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0020_000000019888	1341	0.7724025427931256	3	3	3	2	1	False	117152	fragment	False	CHI0101_000000008344	0.9560496091886199		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	70.192	98.0	0.0020052863866387494	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0062_000000005807	2565	0.7723977794505558	3	2	2	2	2	False	85597	maximal	True	CHI0062_000000005807	1.0		2	2	False	False	0.9961013793945312	0					non-mobilizable	no_good_hit	188.0	80.851	7.0	0.0003009952261509831	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0074_000000008595	3767	0.7723874633257793	4	1	0	1	1	True	44662	maximal	True	FIJ0074_000000008595	1.0		2	1	False	False	0.9994691014289856	0					non-mobilizable	no_good_hit								True	True
ISR0101_000000008724	2748	0.7723874633257793	4	1	0	1	1	True	132096	backbone	False	ISR0100_000000003479	0.5888224823955062	PS1138|PS888	0	0	True	True	1.0	89					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0103_000000012737	2248	0.7723874633257793	2	1	0	1	1	True	33047	fragment	False	ISR0103_000000012737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0019_000000002043	10211	0.7723753239371645	10	6	3	6	3	True	90371	fragment	False	SPA0019_000000002043	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5498.0	97.726	97.0	0.0442572654872245	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
FIJ0076_000000001815	9530	0.7723713923608383	10	5	4	5	4	True	101294	fragment	False	CAN0003_000000004189	0.8492902487224196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6918.0	98.323	87.0	0.05993616984372019	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0363_000000013259	1400	0.7723640176510337	4	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.5842792448988529		0	0	False	False	0.9971428513526917	0					non-mobilizable	no_good_hit	454.0	93.39200000000001	49.0	0.010354285714285713	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
USA0058_01_000000007933	2455	0.7723594670556587	3	2	2	2	2	False	41127	fragment	False	USA0058_01_000000007933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	91.361	79.0	0.00025986878242013076	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0128_000000007666	4817	0.7723578701824203	5	4	1	3	2	True	57188	maximal	True	SPA0128_000000007666	1.0		1	1	False	False	0.9993771910667419	0					non-mobilizable	no_good_hit	147.0	99.32	4.0	0.001826895403981631	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0067_000000006721	3280	0.7723557206441706	4	3	3	3	2	False	120968	fragment	False	AST0149_000000008152	0.7496787601317315		0	0	False	False	0.9996951222419739	0					non-mobilizable	other	1757.0	96.35700000000001	94.0	0.0004984807125435461	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0791_000000001373	9208	0.7723498533029864	8	3	3	3	2	True	63576	backbone	True	ISR0791_000000001373	1.0	PS282	1	1	True	True	0.9998914003372192	38					non-mobilizable	no_good_hit	79.0	86.07600000000001	1.0	0.0007680258703451064	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0020_000000005075	3935	0.7723480785191065	5	5	5	3	3	False	116705	maximal	True	ISR0020_000000005075	1.0	PS782	11	5	False	True	1.0	0					non-mobilizable	chromosome	3497.0	98.084	90.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
FIJ0167_000000002327	7466	0.7723391702570597	11	3	2	3	3	True	97824	fragment	False	FIJ0032_000000004371	0.959340186397308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	True
ENG0202_000000007520	2994	0.7723284850052393	3	3	3	3	2	False	54139	maximal	True	ENG0202_000000007520	1.0		1	1	False	False	0.9866399168968201	0					non-mobilizable	no_good_hit	1565.0	92.84299999999999	52.0	0.006041757841698199	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0141_000000017624	1569	0.7723194050663066	3	2	1	2	1	True	80086	maximal	True	CHI0141_000000017624	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	90.0	3.0	0.0002138556529177588	NZ_AUGX01000015.1	b-proteobacteria	Ottowia thiooxydans DSM 14619 G518DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	True
ISR0048_000000006062	3167	0.7723184137039696	4	3	0	2	2	False	99248	fragment	False	ISR0048_000000006062	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	629.0	98.728	34.0	8.864011942138892e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
AUS0012_000000000510	16341	0.7723180772221333	26	19	5	11	14	True	116734	fragment	False	ISR0174_000000001503	0.9822858889032321		0	0	False	False	1.0	0					non-mobilizable	other	16341.0	100.0	100.0	0.24742580254391278	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
SPA0039_000000016957	1628	0.7723050641516342	1	1	1	1	0	True	68816	fragment	False	SPA0039_000000016957	1.0		0	0	False	False	0.9852579832077026	0					non-mobilizable	no_good_hit								True	True
ENG0163_000000013898	1832	0.7723038005735308	3	3	3	3	2	False	77887	fragment	False	ENG0163_000000013898	1.0		0	0	False	False	0.9885371327400208	0					non-mobilizable	other	1832.0	99.072	100.0	0.21823599523241954	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
FIJ0028_000000024266	1242	0.7722930934174487	3	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.11093166087547973		0	0	False	False	0.999194860458374	0					non-mobilizable	other	1244.0	92.12200000000001	100.0	0.0003860729998400955	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0111_000000007246	2449	0.7722927205513056	4	4	4	4	4	False	64147	maximal	False	ENG0078_000000010012	0.9282645523016813		0	0	False	False	0.985708475112915	0					non-mobilizable	chromosome	2449.0	99.87799999999999	100.0	0.0013633557606377406	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
MAD0102_000000004888	3428	0.7722873925609977	3	3	3	3	2	False	118329	fragment	False	MAD0102_000000004888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	80.547	39.0	0.0018517982298298084	NZ_FUHN01000008.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
USA0003_01_000000009841	3977	0.7722815134766015	5	4	1	3	3	False	95282	fragment	False	USA0003_01_000000009841	0.9695989300418901		0	0	False	False	0.99949711561203	0					non-mobilizable	chromosome	3963.0	95.206	99.0	0.7761633614765364	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
FIJ0130_000000008055	2598	0.7722806052354849	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7698249906743143		0	0	False	False	1.0	0					non-mobilizable	other	2340.0	85.0	90.0	0.3823287896206274	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0278_000000007634	1547	0.772279012915397	3	1	1	1	1	False	26269	fragment	False	ISR0278_000000007634	1.0		0	0	False	False	0.9967679381370544	0					non-mobilizable	no_good_hit	755.0	84.238	53.0	0.018911102728530114	NZ_NOJZ02000023.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_23_length_39765_cov_670.101, whole genome shotgun sequence	True	False
SPA0086_000000001569	9371	0.7722763320997665	10	9	4	5	9	True	119604	maximal	False	SPA0100_000000002707	0.22320915441814704		0	0	False	False	1.0	0					non-mobilizable	chromosome	9371.0	100.0	100.0	0.004819609277310647	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
SPA0016_000000017086	1965	0.7722731047186459	3	3	3	3	2	False	60369	fragment	False	SPA0016_000000017086	1.0		0	0	False	False	0.9974554777145386	0					non-mobilizable	other	1987.0	78.108	100.0	0.019247249337575476	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
ISR0308_000000009468	1836	0.77226814663645	5	3	2	3	1	False	78253	fragment	False	MON0054_000000026309	0.9247400109469075		0	0	False	False	0.998910665512085	0					non-mobilizable	no_good_hit	710.0	88.31	71.0	0.00023763546652116822	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0079_000000003528	6084	0.772261418230255	8	4	1	3	3	True	110943	fragment	False	SPA0079_000000003528	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6110.0	97.93799999999999	100.0	0.03288673006709819	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
DEN0096_000000007425	5441	0.772261418230255	7	4	1	3	3	True	110945	fragment	False	DEN0096_000000007425	0.9873894221720309		0	0	False	False	0.9948539137840271	0					non-mobilizable	plasmid	5417.0	98.615	99.0	0.032697119510691534	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0001_000000005600	5313	0.772261418230255	7	4	1	3	3	True	110945	fragment	False	DEN0096_000000007425	0.9759235434662745		0	0	False	False	0.9962356686592102	0					non-mobilizable	plasmid	5317.0	98.42	100.0	0.03212295567455185	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
MON0069_000000011376	3942	0.772261418230255	6	4	1	3	3	True	110942	fragment	False	MON0069_000000011376	1.0		0	0	False	False	0.9797057509422302	0					non-mobilizable	plasmid	3888.0	98.971	99.0	0.023480278983186064	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0338_000000005992	3955	0.7722559961322629	4	3	3	3	2	True	37726	fragment	False	ISR0338_000000005992	1.0		0	0	False	False	0.9994943141937256	0					non-mobilizable	no_good_hit								True	True
ENG0186_000000004016	4263	0.7722537938155478	5	5	5	5	5	False	98808	maximal	False	ISR0221_000000004935	0.9745216363988451		0	0	False	False	0.999296247959137	0					non-mobilizable	chromosome	4263.0	98.522	100.0	0.0019019339303317406	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0040_000000010553	2583	0.7722526031087916	5	5	4	5	3	False	128301	fragment	False	ISR0040_000000010553	1.0		0	0	False	False	0.9976771473884583	0					non-mobilizable	other	1724.0	98.60799999999999	100.0	0.0005989584603666504	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
USA0084_01_000000022063	1458	0.7722477098307896	2	2	2	2	1	False	61609	fragment	False	ENG0082_000000013773	0.9598540145985401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0113_000000018361	1519	0.7722468206802255	2	2	2	2	1	False	125862	fragment	False	FIJ0065_000000011444	0.9677148370074673		0	0	False	False	0.9993416666984558	0					non-mobilizable	chromosome	1520.0	97.434	100.0	0.000510613318289819	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0004_000000019316	1395	0.7722468206802255	2	2	2	2	1	False	125862	fragment	False	FIJ0065_000000011444	0.9201667044395861		0	0	False	False	0.9978494644165039	0					non-mobilizable	chromosome	1396.0	97.27799999999999	100.0	0.0004695488325736964	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0034_000000020143	1750	0.7722465797834059	3	3	3	3	3	False	23064	fragment	False	SPA0034_000000020143	1.0		0	0	False	False	0.991428554058075	0					non-mobilizable	no_good_hit	348.0	72.126	19.0	0.008485394608395284	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0067_000000014232	2077	0.7722440683897107	3	3	3	1	1	False	77805	maximal	True	ISR0067_000000014232	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	75.48100000000001	55.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0027_000000003788	8036	0.7722414745033211	9	8	5	8	6	False	105211	maximal	False	AST0148_000000003825	0.9722862340812614		0	0	False	False	0.999751091003418	0					non-mobilizable	no_good_hit	102.0	82.353	1.0	0.000822855638206833	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0095_000000028435	1141	0.7722336883927963	1	1	1	1	1	False	9293	maximal	True	MON0095_000000028435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	93.98299999999999	84.0	0.008603710070190517	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0812_000000001362	21035	0.7722297918215699	28	14	8	9	10	True	121842	maximal	True	ISR0812_000000001362	0.9993692081964068		16	8	False	False	0.9998573660850525	0					non-mobilizable	no_good_hit	286.0	78.322	1.0	0.004047862639562297	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0024_000000001041	20721	0.7722297918215699	28	14	8	9	10	True	121842	maximal	False	ISR0812_000000001362	0.9944262122857506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	88.811	1.0	3.9530918328287575e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0135_000000000657	20603	0.7722297918215699	28	14	8	9	10	True	121842	maximal	False	ISR0812_000000001362	0.990170537833318		0	0	False	False	0.9997087717056274	0					non-mobilizable	no_good_hit	286.0	78.322	1.0	0.004047862639562297	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0071_000000003142	3278	0.7722272202153736	6	6	6	6	6	False	86686	fragment	False	CHI0071_000000003142	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3278.0	100.0	100.0	0.10715103161887322	MK773538.1	enterobacteria	Klebsiella pneumoniae strain QDE2 plasmid pQDE2-D, complete sequence	False	True
MON0062_000000021762	1686	0.7722269737657622	4	2	2	1	2	False	10771	maximal	True	MON0062_000000021762	1.0		0	0	False	False	0.927639365196228	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000002472	11446	0.7722259852746575	10	6	3	5	4	False	31383	maximal	True	ISR0137_000000002472	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	92.26	10.0	0.00013195472068013234	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
FIJ0092_000000024536	1489	0.7722081900998142	2	2	2	2	2	False	43287	maximal	True	FIJ0092_000000024536	1.0		29	3	False	False	0.9993284344673157	0					non-mobilizable	no_good_hit	644.0	80.90100000000001	43.0	0.00026701933899090166	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0060_000000004207	6755	0.7722056142647338	8	5	4	5	4	True	67086	fragment	False	FIJ0010_000000002534	0.9501102535832415		0	0	False	False	0.9948186278343201	0					non-mobilizable	no_good_hit								True	True
ENG0119_000000010866	3025	0.7722053180224935	4	4	3	2	3	False	77807	backbone	True	ENG0119_000000010866	1.0	PS375	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1002.0	75.649	39.0	0.00026320754993159	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
FIJ0032_000000000429	46144	0.7722030762986327	59	32	13	25	14	True	48496	maximal	True	FIJ0032_000000000429	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	361.0	71.745	1.0	0.0007476993865030675	NZ_HG529491.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	True
MON0102_000000007447	5829	0.7722010317091741	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.7582095617637917		0	0	False	False	1.0	0					non-mobilizable	chromosome	5835.0	98.37200000000001	100.0	0.0012958138150544513	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0028_000000002251	6265	0.7721983307395759	9	5	4	4	3	False	65919	maximal	True	ENG0028_000000002251	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	785.0	92.484	38.0	0.1683125805066552	NZ_FQVD01000065.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
ISR0820_000000011467	2090	0.7721903949694724	2	2	2	2	1	True	42479	fragment	False	ISR0820_000000011467	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	95.985	90.0	0.020920568455779723	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0273_000000006063	1989	0.7721897881176083	2	2	2	2	2	False	114408	fragment	False	SPA0034_000000016335	0.9519406789479782		0	0	False	False	0.9984917044639587	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000008454	3458	0.7721894845307323	4	4	4	4	4	False	30926	maximal	True	ISR0148_000000008454	1.0		1	1	False	False	0.996529757976532	0					non-mobilizable	other	3457.0	95.285	99.0	0.01019186067092237	NZ_ATUF01000003.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
ENG0130_000000015351	1925	0.7721866613860541	4	3	2	2	2	True	131617	fragment	False	ENG0006_000000010997	0.6746267830501043		0	0	False	False	0.9880519509315491	0					non-mobilizable	other	1925.0	98.75299999999999	100.0	0.04439112177564487	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
SPA0040_000000001972	13383	0.7721847742275265	18	11	8	8	7	True	126185	backbone	True	SPA0040_000000001972	1.0	PS944	1	1	True	True	1.0	7					non-mobilizable	no_good_hit	1607.0	73.553	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0005_000000026029	1402	0.772179699733619	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.9165657454780621		0	0	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit	1257.0	76.21300000000001	88.0	0.0004232648284063822	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0003_000000029702	1654	0.77216957735269	2	2	2	2	2	False	96515	fragment	False	CAN0003_000000029702	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1668.0	77.398	99.0	0.0004564123426380522	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	False	False
TAN0013_000000008549	1406	0.7721689271031869	2	2	2	2	2	False	2563	maximal	True	TAN0013_000000008549	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	91.228	4.0	1.5851076868382e-05	CP000958.1	b-proteobacteria	Burkholderia cenocepacia MC0-3 chromosome 1, complete sequence	True	False
ISR0297_000000003451	3600	0.7721674328363138	3	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.12103468629902644	PS1101	0	0	False	True	0.9933333396911621	0					non-mobilizable	other	3600.0	98.361	100.0	0.0006970498271513981	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0098_000000000851	19175	0.7721566546281878	21	7	6	7	4	True	98431	fragment	False	FIJ0121_000000000941	0.9281387618224164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.547223211484987e-06	NZ_CP019706.1	enterobacteria	Pantoea alhagi strain LTYR-11Z chromosome, complete genome	True	True
ISR0210_000000009368	2047	0.7721500650522874	4	3	3	2	2	False	28440	maximal	True	ISR0210_000000009368	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0067_000000004500	2432	0.7721447601760281	3	3	3	3	3	False	85186	maximal	True	CHI0067_000000004500	1.0		52	8	False	False	0.9925987124443054	0					non-mobilizable	no_good_hit	1188.0	99.15799999999999	49.0	0.0005014930623974074	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
MON0015_000000020012	1886	0.7721396614614288	2	2	2	2	1	False	118951	fragment	False	MON0024_000000023063	0.8588970965938971		0	0	False	False	0.989925742149353	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000021743	1349	0.7721371546370621	3	3	3	2	1	False	3908	fragment	False	SPA0127_000000021743	1.0		0	0	False	False	0.9933283925056458	0					non-mobilizable	no_good_hit	785.0	85.98700000000001	89.0	0.5711159737417943	HG796598.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01774	True	False
USA0089_01_000000003224	2459	0.7721367162353328	4	2	2	2	2	True	407	fragment	False	USA0089_01_000000003224	1.0		0	0	False	False	0.973566472530365	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00018007259768938424	NZ_AGDG01000015.1	CFB group bacteria	Bacteroides faecis MAJ27 contig015, whole genome shotgun sequence	True	True
CHI0141_000000004430	6233	0.7721346270022891	6	6	3	6	4	False	131415	fragment	False	ETH0001_000000003330	0.9724415666456097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.969	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ENG0158_000000016599	1140	0.7721292469138282	2	2	2	2	2	True	56561	fragment	False	ISR0193_000000021775	0.9623628309674821		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	100.0	100.0	0.008683123179898455	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
ISR0114_000000004108	6111	0.7721249192047014	8	7	5	4	4	True	132395	backbone	False	SPA0082_000000002281	0.8772023394727915	PS1159|PS1161|PS463	0	0	True	True	0.9993454217910767	3		MOBV			mobilizable	plasmid	3450.0	99.82600000000001	93.0	0.4954747881051573	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0098_000000016624	2188	0.7721209747938179	2	2	2	2	2	False	118754	fragment	False	ENG0086_000000010920	0.796037350449553		0	0	False	False	1.0	0					non-mobilizable	other	2188.0	98.81200000000001	100.0	0.00992520921451522	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ETH0003_000000031503	1346	0.7721179184075057	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.10859234295470414	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1350.0	91.63	100.0	0.00040495374344358816	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0088_000000029827	1008	0.7721179184075057	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.019938515590689505	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1008.0	93.75	100.0	0.00030318841609493924	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0029_000000016553	1620	0.7721177165477304	2	2	2	2	1	True	7376	fragment	False	SPA0029_000000016553	1.0		0	0	False	False	0.999382734298706	0					non-mobilizable	virus	1195.0	91.632	99.0	0.04582210242587601	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	False	True
ISR0041_000000000136	62301	0.7721035295447568	69	27	15	25	15	True	100491	maximal	True	ISR0041_000000000136	1.0		1	1	False	False	0.9999197721481323	0					non-mobilizable	no_good_hit	793.0	93.443	1.0	0.012092195316576128	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
AST0016_000000015156	1605	0.7721007734677992	3	1	1	1	1	False	123288	fragment	False	AST0016_000000015156	1.0		0	0	False	False	0.9981308579444885	0					non-mobilizable	no_good_hit								True	False
MON0107_000000013366	4102	0.7720942209844913	4	3	3	3	3	False	8612	maximal	True	MON0107_000000013366	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0376_000000001219	10482	0.7720897706605293	14	12	2	3	11	True	132544	fragment	False	CHI0126_000000000854	0.03298444142051043		0	0	False	False	0.9999045729637146	0					non-mobilizable	other	10428.0	99.971	99.0	0.7137869660460022	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0039_000000000929	18478	0.7720833999192822	18	13	2	6	10	True	117785	fragment	False	ENG0039_000000000929	1.0		0	0	False	True	0.99924236536026	0					non-mobilizable	chromosome	14105.0	99.979	100.0	0.0025296435882126212	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0190_000000007372	4153	0.7720679700475884	4	4	4	4	3	False	122281	maximal	True	ENG0190_000000007372	1.0		7	4	False	False	0.981940746307373	0					non-mobilizable	no_good_hit	1781.0	76.249	42.0	0.0007413501039626031	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
ENG0145_000000004002	7925	0.7720639895571467	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.3136446732936499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.905	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0027_000000003913	7840	0.7720639895571467	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.25764968028079627		0	0	False	False	0.9997448921203613	0					non-mobilizable	no_good_hit	630.0	71.905	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
FIJ0048_000000003457	7723	0.7720639895571467	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.31173281968377153		0	0	False	False	0.9983167052268982	0					non-mobilizable	no_good_hit	631.0	71.632	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0107_000000005919	7682	0.7720639895571467	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.18894759025640814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.905	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ENG0106_000000002446	7639	0.7720639895571467	10	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.30879542374240815		0	0	False	False	0.9998691082000732	0					non-mobilizable	no_good_hit	630.0	71.74600000000001	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0128_000000015834	2238	0.7720623499324557	3	3	2	3	1	False	106334	maximal	True	ISR0128_000000015834	1.0		1	1	False	False	0.9991063475608826	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	5.502063273727648e-05	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
CHI0181_000000000726	23546	0.7720592131911074	28	10	5	10	5	True	93017	fragment	False	CHI0181_000000000726	0.960456372358356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	87.84299999999999	1.0	6.759645134853569e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0041_000000000387	20909	0.7720592131911074	24	10	5	10	5	True	93016	fragment	False	CHI0041_000000000387	1.0		0	0	False	False	0.9980869293212891	0					non-mobilizable	no_good_hit	255.0	87.84299999999999	1.0	6.759645134853569e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0225_000000003936	3753	0.7720554405569361	4	4	4	3	2	False	82182	maximal	True	ISR0225_000000003936	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1497.0	91.182	69.0	0.026009701479562563	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
MON0048_000000034300	1205	0.772053863958404	2	2	2	1	1	False	11386	fragment	False	MON0048_000000034300	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	96.85	53.0	0.9491017964071856	EU062595.1	bacteria	Uncultured bacterium clone LM0ACA15ZG09FM1 genomic sequence	True	False
TAN0001_000000008361	1678	0.772052940797272	2	2	2	2	2	False	3099	maximal	True	TAN0001_000000008361	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1558.0	75.096	92.0	0.0004315760277708818	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0016_000000000866	9231	0.7720447088696732	8	5	4	5	3	True	127677	fragment	False	AST0006_000000001804	0.9610055582929441		0	0	False	False	0.9992417097091675	0					non-mobilizable	no_good_hit	1194.0	71.524	13.0	0.0004351276812537684	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	True
CAN0008_000000003576	7599	0.7720446484326885	10	6	5	5	4	True	95082	maximal	True	CAN0008_000000003576	1.0		5	3	False	False	0.9998683929443359	0					non-mobilizable	no_good_hit	811.0	78.175	11.0	0.00023813350603429123	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
MAD0037_000000009979	1363	0.7720388208376742	3	3	3	2	3	False	18609	fragment	False	MAD0037_000000009979	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1363.0	98.973	100.0	0.00028065877744871693	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
ISR0177_000000005821	4263	0.7720328638690171	6	2	2	2	2	False	86151	fragment	False	ISR0177_000000005821	1.0		0	0	False	False	0.9988270998001099	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	2.0	2.943504184760909e-05	NZ_GL397071.1	firmicutes	Peptoniphilus duerdenii ATCC BAA-1640 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0143_000000006571	5119	0.7720300026344551	4	3	3	2	1	False	126284	maximal	True	ISR0143_000000006571	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.6937675896801822e-05	AP012978.1	g-proteobacteria	Endosymbiont of unidentified scaly snail isolate Monju DNA, complete genome	True	False
MAD0057_000000002138	6766	0.7720283265444083	9	9	3	5	8	True	17012	fragment	False	MAD0057_000000002138	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	4746.0	94.522	95.0	0.0009407746796987853	CP026536.1	enterobacteria	Enterobacter cloacae strain 339389L chromosome	False	True
ISR0082_000000026771	1268	0.7720187637409699	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.003958396065442136		0	0	False	False	0.9984227418899536	0					non-mobilizable	other	1271.0	95.594	100.0	0.006265205609510058	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0150_000000017148	1437	0.7720102612328348	2	2	2	2	2	False	102682	fragment	False	MON0026_000000035737	0.9531483978681051		0	0	False	False	0.9958246350288391	0					non-mobilizable	other	1437.0	99.374	100.0	0.0031592657127268247	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0095_000000025212	1111	0.7720014717858082	2	2	2	2	1	False	60891	maximal	True	ENG0095_000000025212	1.0		6	3	False	False	0.973897397518158	0					non-mobilizable	no_good_hit	350.0	73.429	31.0	0.0018812788358841738	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
ENG0141_000000002896	8666	0.7720009757502373	9	6	3	5	5	False	57758	fragment	False	ENG0141_000000002896	1.0		0	0	False	False	0.9982690811157227	0					non-mobilizable	other	8666.0	99.988	100.0	0.07371833046910892	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
MON0098_000000007539	3633	0.7719942207253183	3	3	3	3	2	False	94094	fragment	False	MON0098_000000007539	0.9786636720943291		0	0	False	False	1.0	0					non-mobilizable	chromosome	3633.0	97.46799999999999	100.0	0.0014957470869584198	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0097_000000011195	1952	0.7719874352662858	3	3	3	3	2	False	108991	fragment	False	AST0097_000000011195	1.0		0	0	False	False	0.9994876980781555	0					non-mobilizable	other	1952.0	99.334	100.0	0.01751739618406285	NZ_QICA01000009.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_009, whole genome shotgun sequence	False	False
ISR0215_000000003305	8555	0.7719738195362437	15	3	2	3	0	True	112188	maximal	True	ISR0215_000000003305	1.0		4	2	False	False	0.997311532497406	0					non-mobilizable	no_good_hit	754.0	82.759	9.0	0.0012950929399132653	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
ISR0143_000000002517	13922	0.7719718741689554	12	11	10	9	6	True	114132	maximal	True	ISR0143_000000002517	1.0		78	4	False	False	0.999784529209137	0					non-mobilizable	no_good_hit	2039.0	97.94	24.0	0.13486732725942674	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
ISR0159_000000000914	19451	0.7719688957644855	22	7	5	7	3	False	111150	maximal	True	ISR0159_000000000914	1.0		2	2	False	False	0.9999485611915588	0					non-mobilizable	no_good_hit	5323.0	99.098	52.0	0.3304358624115237	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
TAN0012_000000008674	1164	0.7719651821302594	2	1	1	1	1	False	4272	maximal	True	TAN0012_000000008674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	73.259	68.0	0.00028941350714543863	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0255_000000016731	1917	0.7719620706451361	3	3	3	3	2	False	66757	maximal	False	MON0080_000000024216	0.6415311319204863		0	0	False	False	0.9958268404006958	0					non-mobilizable	no_good_hit	1354.0	77.696	69.0	0.0004032571371092336	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0854_000000003329	2429	0.7719604515484976	4	3	2	3	3	False	79323	maximal	True	ISR0854_000000003329	1.0		13	5	False	False	0.9868258833885193	0					non-mobilizable	no_good_hit	462.0	71.861	19.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
MAD0097_000000001445	18311	0.7719560750488813	22	15	10	10	12	False	115949	fragment	False	MAD0097_000000001445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	96.387	8.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
CHI0110_000000001185	4961	0.7719555818561784	7	6	6	6	4	False	84166	maximal	True	CHI0110_000000001185	1.0		3	2	False	False	0.9981858730316162	0					non-mobilizable	no_good_hit	2598.0	99.42299999999999	53.0	0.02332937920126532	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	True	False
CHI0015_000000008086	1299	0.7719510229904175	2	2	2	2	1	False	89740	fragment	False	CHI0015_000000008086	0.9314443460576326		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	97.30799999999999	100.0	0.011673676264423595	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	False	False
ISR0194_000000015197	1721	0.7719442268789979	2	2	1	2	2	True	29038	maximal	True	ISR0194_000000015197	1.0		0	0	False	False	0.9721092581748962	0					non-mobilizable	no_good_hit	93.0	80.645	5.0	0.0003521317514491576	NZ_FRCJ01000006.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	True
ISR0326_000000001810	7662	0.7719423094053431	8	4	2	4	2	False	122860	fragment	False	ISR0326_000000001810	1.0		0	0	False	False	0.9988253712654114	0					non-mobilizable	no_good_hit	1693.0	95.68799999999999	22.0	0.006937976703825119	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0023_000000021113	1350	0.771940666498947	1	1	1	1	1	False	7604	fragment	False	SPA0023_000000021113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	81.809	71.0	0.0005023405095018674	NZ_KB903359.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_0.1, whole genome shotgun sequence	True	False
ENG0203_000000006479	2620	0.7719216490848938	3	3	2	2	1	True	54094	maximal	True	ENG0203_000000006479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	83.281	12.0	9.396468424125462e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
FIJ0154_000000024993	1586	0.7719080632511041	2	1	1	1	1	False	116065	maximal	False	AST0040_000000011842	0.9478183962264151		0	0	False	False	0.9703657031059265	0					non-mobilizable	no_good_hit	839.0	70.79899999999999	52.0	0.0018959396060403164	NZ_BAZX01000001.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	False
MON0056_000000015248	1310	0.7719080632511041	1	1	1	1	1	False	11060	fragment	False	MON0056_000000015248	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	81.417	99.0	0.0006979377702438026	NZ_GL982488.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0028_000000014914	1305	0.7719080632511041	1	1	1	1	1	False	37176	fragment	False	ISR0028_000000014914	1.0		0	0	False	False	0.9854406118392944	0					non-mobilizable	no_good_hit	865.0	70.173	65.0	0.006313384226183852	NZ_BAKF01000004.1	CFB group bacteria	Prevotella aurantiaca JCM 15754, whole genome shotgun sequence	True	False
ENG0201_000000005745	1283	0.7719080632511041	1	1	1	1	1	False	58340	fragment	False	ENG0201_000000005745	0.9745323227312795		0	0	False	False	0.9922057390213013	0					non-mobilizable	other	1283.0	98.59700000000001	100.0	0.004917756091573068	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0131_000000020885	1261	0.7719080632511041	1	1	1	1	1	False	58340	fragment	False	ENG0201_000000005745	0.9670661081317752		0	0	False	False	0.9825535416603088	0					non-mobilizable	other	1261.0	99.524	100.0	0.004833364021358866	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0172_000000004971	3986	0.7719006812809274	2	2	2	2	1	False	55746	fragment	False	ENG0172_000000004971	1.0		0	0	False	False	0.9987456202507019	0					non-mobilizable	chromosome	3766.0	99.947	94.0	0.0010709196255621262	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0008_000000024980	1474	0.7718886232842134	1	1	1	1	1	False	28917	fragment	False	MON0008_000000024980	0.9665401314090486		0	0	False	False	0.972862958908081	0					non-mobilizable	other	1405.0	98.861	95.0	0.01148945572386026	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0180_000000005322	3109	0.7718880652894172	4	4	4	4	3	False	88395	maximal	False	ENG0191_000000008717	0.9567714631197097		0	0	False	False	0.9864908456802368	0					non-mobilizable	no_good_hit	126.0	81.74600000000001	4.0	3.299370383563878e-05	CP046522.1	firmicutes	Clostridium bovifaecis strain BXX chromosome, complete genome	True	False
DEN0018_000000010448	3473	0.7718836664306772	7	3	2	3	2	True	110672	fragment	False	AST0110_000000005366	0.9547148179994267		0	0	False	False	1.0	0					non-mobilizable	other	3473.0	100.0	100.0	0.0009297744466811043	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0168_000000018078	1309	0.7718834293574317	2	2	2	2	1	False	38897	fragment	False	FIJ0168_000000018078	1.0		0	0	False	False	0.9885408878326416	0					non-mobilizable	chromosome	1309.0	99.84700000000001	100.0	0.00023963070490083264	CP060807.1	enterobacteria	Klebsiella variicola strain KP2757 chromosome, complete genome	False	False
ISR0814_000000023546	1742	0.7718825663791519	3	3	2	3	2	False	92669	fragment	False	CHI0067_000000007058	0.9693672811721624		0	0	False	False	0.9982778429985046	0					non-mobilizable	chromosome	1742.0	99.024	100.0	0.000504683760981075	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0090_000000003480	5943	0.7718809231599915	4	3	2	3	2	False	68784	maximal	True	DEN0090_000000003480	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	3947.0	70.94	66.0	0.0006085573099163951	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
CHI0109_000000001860	7656	0.7718798905799049	9	2	1	1	2	True	82852	maximal	True	CHI0109_000000001860	0.9998050682261208		2	2	True	True	0.9988244771957397	9					non-mobilizable	no_good_hit	1005.0	83.28399999999999	19.0	0.5758620689655173	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
CHI0056_000000012447	1632	0.771854114605518	3	2	2	1	2	False	87546	fragment	False	FIJ0142_000000019743	0.9561305467438368		0	0	False	False	0.9895833134651184	0					non-mobilizable	no_good_hit	261.0	83.90799999999999	16.0	0.0018989717583153618	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ENG0009_000000009823	1344	0.7718499996992396	4	2	1	2	0	True	67305	maximal	True	ENG0009_000000009823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	99.552	17.0	3.1334564508834936e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
CHI0102_000000003049	2472	0.7718490872415144	3	3	3	3	2	False	83294	fragment	False	CHI0102_000000003049	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2472.0	93.89200000000001	100.0	0.019260899049816434	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	False	False
USA0005_01_000000024584	1240	0.7718425839225891	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.09783965314012982	PS1128	0	0	False	True	0.999193549156189	0					non-mobilizable	other	1233.0	83.455	99.0	0.014533509783533415	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0052_000000021897	1222	0.7718425839225891	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.09751080067273736	PS1128	0	0	False	True	0.9991816878318787	0					non-mobilizable	other	1227.0	82.96700000000001	99.0	0.01447443047547027	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0146_000000035326	1222	0.7718425839225891	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.09758822400671747	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1227.0	83.04799999999999	99.0	0.01447443047547027	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0203_000000011635	1522	0.7718315990471853	1	1	1	1	1	True	28686	maximal	True	ISR0203_000000011635	1.0		0	0	False	False	0.9835742712020874	0					non-mobilizable	no_good_hit	869.0	97.699	64.0	0.00016791947767164826	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0365_000000012670	1355	0.7718315990471853	2	1	1	1	1	True	83861	fragment	False	CHI0089_000000006746	0.9537570234533264		0	0	False	False	1.0	0					non-mobilizable	other	1041.0	98.84700000000001	96.0	0.00020142590170532204	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0089_000000006746	1332	0.7718315990471853	2	1	1	1	1	True	83861	fragment	False	CHI0089_000000006746	0.9624384195276059		0	0	False	False	0.9932432174682617	0					non-mobilizable	other	1104.0	98.913	96.0	0.0002136276630586252	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0070_000000016336	1227	0.7718315990471853	1	1	1	1	1	True	83861	fragment	False	CHI0089_000000006746	0.7290293312146091		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	96.664	96.0	0.00021401502056190468	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0116_01_000000006349	4197	0.7718231473214242	7	4	4	4	4	True	76295	maximal	True	USA0116_01_000000006349	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2712.0	99.705	65.0	0.01083333999344645	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	True	True
ENG0194_000000008207	3360	0.7718153381821512	4	4	4	4	2	False	54539	maximal	True	ENG0194_000000008207	1.0		1	1	False	False	0.9997023940086365	0					non-mobilizable	no_good_hit	1283.0	92.829	69.0	0.00035943989203875767	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0163_000000001509	6037	0.7718139466031304	8	3	1	2	2	True	113134	fragment	False	ISR0042_000000002093	0.11736086663839539		0	0	False	False	1.0	0					non-mobilizable	other	5965.0	95.23899999999999	99.0	0.13611428571428572	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
USA0035_01_000000012748	1984	0.7718041488745697	3	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.715340143348929		0	0	False	False	1.0	0					non-mobilizable	other	1982.0	99.344	99.0	0.007823113133036363	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CAN0014_000000008608	5160	0.7717986528609184	8	5	3	2	3	False	93742	maximal	True	CAN0014_000000008608	1.0		2	2	False	False	0.9998062252998352	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000021482	1267	0.7717897676526528	1	1	1	1	1	False	37417	fragment	False	ISR0024_000000021482	0.9757281553398058		0	0	False	False	0.9826361536979675	0					non-mobilizable	other	978.0	98.46600000000001	92.0	0.009517778860204579	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	False	False
ENG0157_000000003574	6474	0.7717828165087713	6	1	1	1	1	False	131111	maximal	True	ENG0157_000000003574	1.0		5	3	False	False	0.9989187717437744	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000008105	5169	0.7717828165087713	4	1	1	1	1	False	131119	maximal	True	CAN0015_000000008105	1.0		1	1	False	False	0.9998065233230591	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000013445	2945	0.7717828165087713	3	1	1	1	1	False	131108	fragment	False	ISR0812_000000013445	1.0		0	0	False	False	0.9989812970161438	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000021733	1594	0.7717828165087713	1	1	1	1	1	False	131109	fragment	False	ISR0230_000000021733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	94.366	4.0	0.005550709697882801	NZ_JAEB01000039.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00028.28_C, whole genome shotgun sequence	True	False
ENG0143_000000011846	1570	0.7717828165087713	2	1	1	1	1	False	131112	fragment	False	ENG0143_000000011846	1.0		0	0	False	False	0.9891719818115234	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000024011	1350	0.7717828165087713	1	1	1	1	1	False	131107	fragment	False	ENG0054_000000021114	0.976403948289831		0	0	False	False	0.9948148131370544	0					non-mobilizable	no_good_hit								True	False
ENG0171_000000018113	1338	0.7717828165087713	1	1	1	1	1	False	131107	fragment	False	ENG0054_000000021114	0.9799650122574102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000021114	1326	0.7717828165087713	1	1	1	1	1	False	131107	fragment	False	ENG0054_000000021114	0.9914935223088714		0	0	False	False	0.9871794581413269	0					non-mobilizable	no_good_hit								True	False
ISR0049_000000022383	1313	0.7717828165087713	1	1	1	1	1	False	131107	fragment	False	ENG0054_000000021114	0.9837574856919327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000018303	1309	0.7717828165087713	1	1	1	1	1	False	131107	fragment	False	ENG0054_000000021114	0.9824226285292874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0161_000000023766	1306	0.7717828165087713	1	1	1	1	1	False	131107	fragment	False	ENG0054_000000021114	0.9819531444515763		0	0	False	False	0.9892802238464355	0					non-mobilizable	no_good_hit								True	False
AST0002_000000028784	1305	0.7717828165087713	1	1	1	1	1	False	131107	fragment	False	ENG0054_000000021114	0.9748928000415584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0022_000000022536	1185	0.7717828165087713	1	1	1	1	1	False	131107	fragment	False	ENG0054_000000021114	0.5770377722622693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0011_000000006166	5079	0.7717767549048112	6	5	2	4	4	True	123489	fragment	False	CAN0012_000000009399	0.9098107927734321		0	0	False	False	1.0	0					non-mobilizable	other	5079.0	99.98	100.0	0.03908649368442929	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0175_000000006143	3861	0.7717692274738838	6	4	3	3	4	False	128576	fragment	False	AST0019_000000006503	0.9530678548092529		0	0	False	False	1.0	0					non-mobilizable	other	3861.0	98.99	100.0	0.035384925654987805	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0095_000000000566	22906	0.7717676798264327	20	17	14	16	14	True	116929	maximal	False	AST0060_000000000939	0.9621923177570385	PS762|PS763|PS764	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4027.0	96.62299999999999	44.0	0.14087266874278317	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0821_000000010066	2876	0.7717643797617566	4	4	4	4	3	False	109676	fragment	False	ISR0821_000000010066	0.9998073959938367		0	0	False	False	0.9968706369400024	0					non-mobilizable	other	2857.0	100.0	99.0	0.0006152981740121836	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
DEN0011_000000006374	5824	0.7717474554610635	9	2	1	1	2	False	109027	backbone	False	ISR0194_000000003648	0.9145231623652638	PS681	0	0	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
FIJ0008_000000012305	2326	0.7717461086438603	2	2	2	2	1	False	77869	fragment	False	CHI0178_000000004205	0.9591431971439904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	1.2070422870500792e-05	NZ_UGVO01000001.1	a-proteobacteria	Roseomonas gilardii subsp. rosea strain NCTC13290, whole genome shotgun sequence	True	False
CAN0014_000000024950	1948	0.7717437696035565	3	2	1	2	1	True	93609	maximal	True	CAN0014_000000024950	1.0		39	9	False	False	1.0	0					non-mobilizable	no_good_hit	836.0	88.876	43.0	0.003238970046315332	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0193_000000003452	7454	0.7717437400090352	9	3	1	2	2	False	93490	maximal	True	ISR0193_000000003452	1.0		8	5	False	False	0.9997316598892212	0					non-mobilizable	no_good_hit	2719.0	93.23299999999999	65.0	0.004854579107450183	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MON0098_000000018665	1814	0.7717395245561552	3	3	3	2	1	True	56300	maximal	True	MON0098_000000018665	1.0		4	3	False	False	0.9994487166404724	0					non-mobilizable	no_good_hit	1082.0	98.152	59.0	0.00034614075472773516	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
MAD0072_000000002336	2444	0.7717330398941644	2	2	1	2	0	True	16316	fragment	False	MAD0072_000000002336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0130_000000015906	1890	0.7717327440075266	4	2	2	2	1	True	65002	fragment	False	ISR0130_000000015906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	6.061651078755672e-07	LR778265.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 13	True	True
MAD0105_000000018367	1996	0.7717326226765944	2	2	2	1	1	False	55440	fragment	False	FIJ0006_000000017887	0.9641507519575873		0	0	False	False	1.0	0					non-mobilizable	other	2010.0	93.234	100.0	0.03371261433377855	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
CHI0162_000000005448	4992	0.7717272477324199	7	4	2	4	2	False	78588	maximal	True	CHI0162_000000005448	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	90.667	1.0	2.262400553737822e-05	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
MAD0060_000000004169	3683	0.7717271591567487	5	4	4	3	3	False	33891	maximal	True	MAD0060_000000004169	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	91.139	48.0	0.0008313240296483922	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0077_000000028257	1306	0.7717217945165372	2	2	2	2	1	False	102239	fragment	False	SPA0054_000000012699	0.08759121122578972		0	0	False	False	0.9992343187332153	0					non-mobilizable	chromosome	1319.0	93.25200000000001	100.0	0.00018588539430939267	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0370_000000023591	1145	0.7717153515100329	2	2	2	2	2	False	111226	fragment	False	ISR0370_000000023591	0.936799727797418		0	0	False	False	1.0	0					non-mobilizable	chromosome	1139.0	89.37700000000001	99.0	0.00038270754310845364	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0148_000000006599	2611	0.7717139191456864	3	3	0	1	3	False	45495	fragment	False	FIJ0148_000000006599	1.0		0	0	False	False	0.992340087890625	0	IncFIB				non-mobilizable	plasmid	2373.0	98.609	91.0	0.02125771846965936	CP040597.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KpvST15_NDM plasmid unnamed3, complete sequence	False	True
MON0019_000000055811	1193	0.7717055698152572	2	2	2	2	2	False	13132	maximal	True	MON0019_000000055811	1.0		13	2	False	False	0.9832355380058289	0					non-mobilizable	no_good_hit	594.0	74.074	49.0	0.002617951796021245	NZ_MRAE01000001.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_0, whole genome shotgun sequence	True	False
ISR0053_000000000053	97850	0.7716700217281443	93	13	5	12	2	True	127415	maximal	False	SPA0046_000000000019	0.8762822689188503		0	0	True	True	1.0	261					non-mobilizable	virus	22465.0	95.598	98.0	0.22803632005525198	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
MON0075_000000010125	2350	0.7716695208921989	2	1	1	1	1	False	105760	maximal	True	MON0075_000000010125	1.0		2	1	False	False	0.9910638332366943	0					non-mobilizable	no_good_hit								True	False
MON0034_000000019438	1499	0.7716695208921989	2	1	1	1	1	False	105761	maximal	True	MON0034_000000019438	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0142_000000024853	1391	0.7716695208921989	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.9167709411442128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000005384	5614	0.7716689728088746	6	5	3	4	1	False	85100	maximal	True	CHI0140_000000005384	1.0		1	1	False	False	0.999287486076355	0					non-mobilizable	no_good_hit	97.0	82.47399999999999	2.0	0.0016325697668486301	NZ_FONN01000036.1	firmicutes	Paenibacillus algorifonticola strain CGMCC 1.10223, whole genome shotgun sequence	True	False
SPA0034_000000023409	1488	0.7716652882711391	3	2	2	2	2	False	7144	fragment	False	SPA0034_000000023409	1.0		0	0	False	False	0.9993279576301575	0					non-mobilizable	plasmid	1142.0	93.78299999999999	100.0	0.00688996603367622	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
DEN0045_000000028074	1507	0.7716638256120704	2	2	2	2	1	False	72871	maximal	True	DEN0045_000000028074	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	85.39200000000001	51.0	0.0001789954031709225	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0185_000000023914	1385	0.7716559510593108	1	1	1	1	1	False	30045	fragment	False	ISR0170_000000031190	0.6388336646785951		0	0	False	False	0.9935017824172974	0					non-mobilizable	no_good_hit	1079.0	70.436	76.0	0.0003479113666253878	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
ETH0001_000000029644	1245	0.7716555945672917	2	2	2	2	2	False	53428	maximal	True	ETH0001_000000029644	1.0		1	1	False	False	0.9927710890769958	0					non-mobilizable	no_good_hit	100.0	83.0	7.0	1.799727433116711e-05	NZ_CP018845.1	b-proteobacteria	Herbaspirillum robiniae strain AA6 chromosome, complete genome	True	False
ISR0366_000000003573	4155	0.7716535752352681	6	4	1	2	3	False	73214	fragment	False	SPA0027_000000008004	0.9653704555913484		0	0	False	False	0.9862815737724304	0					non-mobilizable	no_good_hit	664.0	86.446	37.0	0.0027970255196890317	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
SPA0122_000000009419	3059	0.7716524203393015	3	1	1	1	1	False	88567	fragment	False	SPA0122_000000009419	1.0		0	0	False	False	0.9879045486450195	0					non-mobilizable	chromosome	3040.0	99.47399999999999	99.0	0.0009205648920928752	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
SPA0095_000000009907	2007	0.7716524203393015	3	1	1	1	1	False	88570	fragment	False	SPA0095_000000009907	0.9756423982869379		0	0	False	False	1.0	0					non-mobilizable	chromosome	2007.0	98.057	100.0	0.0006000651915190381	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
SPA0078_000000004312	1745	0.7716524203393015	2	1	1	1	1	False	88566	fragment	False	SPA0078_000000004312	0.9831760513384689		0	0	False	False	1.0	0					non-mobilizable	chromosome	1745.0	99.885	100.0	0.0005285061287608305	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
SPA0073_000000006595	1702	0.7716524203393015	2	1	1	1	1	False	88566	fragment	False	SPA0078_000000004312	0.9636753672571555		0	0	False	False	0.999412477016449	0					non-mobilizable	chromosome	1474.0	99.59299999999999	100.0	0.000446637709503559	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
SPA0068_000000006570	1528	0.7716524203393015	1	1	1	1	1	False	88566	fragment	False	SPA0078_000000004312	0.7072294626642452		0	0	False	False	1.0	0					non-mobilizable	chromosome	1503.0	99.93299999999999	100.0	0.0004554309841645252	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
MON0021_000000025914	1174	0.7716515784583331	2	2	2	2	2	False	117010	fragment	False	CAN0009_000000021746	0.6407500421905129		0	0	False	False	0.9982964396476746	0					non-mobilizable	no_good_hit	45.0	93.333	4.0	1.6937675896801822e-05	AP012978.1	g-proteobacteria	Endosymbiont of unidentified scaly snail isolate Monju DNA, complete genome	True	False
USA0064_01_000000006925	1200	0.7716493701387044	2	2	2	2	2	False	851	fragment	False	USA0064_01_000000006925	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	98.08	96.0	0.00039910322029242936	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0043_000000021003	1287	0.7716383972290005	1	1	1	1	1	False	108935	fragment	False	MAD0043_000000021003	1.0		0	0	False	False	0.99611496925354	0					non-mobilizable	no_good_hit	58.0	89.655	4.0	1.3975140431772997e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0046_000000028323	1243	0.7716383972290005	1	1	1	1	1	False	108934	fragment	False	MON0046_000000028323	1.0		0	0	False	False	0.9734513163566589	0					non-mobilizable	no_good_hit	100.0	93.0	8.0	4.6131113273507045e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	False
ISR0033_000000026123	1214	0.7716383972290005	1	1	1	1	1	False	108933	fragment	False	ISR0033_000000026123	1.0		0	0	False	False	0.9859967231750488	0					non-mobilizable	no_good_hit	76.0	98.684	6.0	0.011931275851097677	NZ_LNAM01000008.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf105, whole genome shotgun sequence	True	False
AST0097_000000018444	1111	0.7716383972290005	1	1	1	1	1	False	108932	fragment	False	AST0097_000000018444	0.996383363471971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	100.0	7.0	0.00031363939310777436	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0110_000000001665	6780	0.7716273653186192	5	3	3	3	2	False	40609	fragment	False	MON0110_000000001665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	100.0	3.0	3.98841916843863e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	False
ISR0250_000000004705	2466	0.7716262579458741	3	3	2	3	2	False	79564	maximal	True	ISR0250_000000004705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	78.42699999999999	53.0	0.000607688684305029	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MAD0007_000000008645	1128	0.7716193705694321	2	2	2	2	2	False	19853	maximal	True	MAD0007_000000008645	1.0		36	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0007_000000009939	1627	0.7716146911658617	4	3	2	3	2	False	38442	fragment	False	ISR0007_000000009939	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1074.0	96.648	99.0	0.0005191972330126213	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0038_000000000687	27859	0.7716142429090391	22	8	3	7	4	False	128744	fragment	False	ISR0038_000000000687	1.0		0	0	False	False	0.9999641180038452	0					non-mobilizable	no_good_hit	1928.0	90.82	20.0	0.06662234507855418	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0328_000000006563	4095	0.7716115917971371	5	5	3	4	4	True	131253	maximal	True	ISR0328_000000006563	1.0		3	2	False	False	0.9938949942588806	0					non-mobilizable	no_good_hit	1854.0	91.262	45.0	0.0005812299427835111	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
FIJ0121_000000007102	3658	0.7716108474615159	5	2	2	2	1	False	54724	fragment	False	FIJ0121_000000007102	1.0		0	0	False	False	0.998359739780426	0					non-mobilizable	no_good_hit	1234.0	95.948	34.0	0.01796179090482888	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0329_000000005610	2499	0.7716108474615159	4	2	2	2	1	False	40151	fragment	False	ISR0329_000000005610	1.0		0	0	False	False	0.9847939014434814	0					non-mobilizable	no_good_hit	350.0	96.0	14.0	0.005025199249882794	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0039_000000006618	2146	0.7716070093210263	3	2	0	2	2	False	97733	fragment	False	MAD0039_000000006618	1.0		0	0	False	False	0.998136043548584	0	IncFIC,IncI1				non-mobilizable	plasmid	2149.0	98.27799999999999	100.0	0.025516995483717615	CP041414.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_3, complete sequence	False	True
MAD0041_000000026597	1398	0.7716029972936229	2	2	2	2	1	False	102681	fragment	False	MAD0041_000000026597	1.0		0	0	False	False	0.9928469061851501	0					non-mobilizable	other	1434.0	77.545	100.0	0.2224525594004146	AB190765.1	firmicutes	Butyrivibrio fibrisolvens thl, hbd, bcd, etfB, etfA genes for thiolase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, electron transfer flavoprotein alpha-subunit, complete cds, strain:ATCC 51255	False	False
ISR0826_000000005458	2206	0.771599505967865	2	2	2	2	2	False	87354	maximal	True	ISR0826_000000005458	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	97.15899999999999	79.0	0.00029335009067019797	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
ISR0161_000000014774	2076	0.7715914203855323	3	3	3	2	1	False	102239	fragment	False	SPA0054_000000012699	0.17956822719903665		0	0	False	False	0.9744701385498047	0					non-mobilizable	other	2076.0	99.95200000000001	100.0	0.007207288565940612	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
CHI0002_000000000505	13859	0.7715901531430153	15	7	1	7	2	False	91043	maximal	True	CHI0002_000000000505	1.0		1	1	False	False	0.9998556971549988	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	0.0	2.173298850324908e-05	CP025500.1	firmicutes	Lactococcus lactis subsp. lactis strain G50 chromosome, complete genome	True	False
ENG0150_000000002055	7372	0.7715899881389608	9	6	4	5	5	False	126473	fragment	False	ENG0174_000000001931	0.7809899103373845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2497.0	93.11200000000001	77.0	0.0005635935320911198	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0115_000000004081	6873	0.7715899881389608	9	6	4	5	5	False	126473	fragment	False	ENG0174_000000001931	0.48369034138967565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2155.0	93.55	76.0	0.00048689413129670406	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0127_000000004193	6057	0.7715899881389608	7	6	4	5	5	False	126473	fragment	False	ENG0174_000000001931	0.19548356208107245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	94.13600000000001	73.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0182_000000009545	2830	0.7715816508462839	4	2	1	2	1	True	77369	maximal	True	CHI0182_000000009545	1.0		1	1	False	False	0.9992932677268982	0					non-mobilizable	no_good_hit	759.0	83.13600000000001	27.0	0.005405011655011655	NZ_CBYM010000005.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
DEN0033_000000008083	3165	0.7715687254958374	4	2	2	2	2	False	108256	fragment	False	DEN0033_000000008083	1.0		0	0	False	False	0.9996840357780457	0					non-mobilizable	no_good_hit	1999.0	76.238	63.0	0.0006212544675319681	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0131_000000013098	2390	0.7715687254958374	3	2	2	2	2	False	108252	fragment	False	ISR0131_000000013098	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1977.0	77.238	99.0	0.0006184176891414112	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0102_000000014765	2115	0.7715687254958374	2	2	2	2	2	False	108245	fragment	False	ENG0085_000000007912	0.9356272888714773		0	0	False	False	1.0	0					non-mobilizable	chromosome	2069.0	76.462	97.0	0.0006426879042606205	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0209_000000006508	4507	0.7715489906467357	4	4	4	2	1	False	118365	fragment	False	ISR0209_000000006508	1.0		0	0	False	False	0.9991124868392944	0					non-mobilizable	no_good_hit	3624.0	86.645	80.0	0.0015157644109750398	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0122_000000011427	1399	0.7715456349319217	3	3	3	2	2	False	41417	fragment	False	ISR0080_000000022193	0.9505383580080754		0	0	False	False	0.9921372532844543	0					non-mobilizable	no_good_hit	34.0	94.118	2.0	3.6406275232720493e-07	AP023162.1	carnivores	Felis catus Senzu DNA, chromosome: D2, American Shorthair breed	True	False
USA0056_01_000000013406	1269	0.7715453809731543	1	1	1	1	1	False	79734	fragment	False	ISR0153_000000020183	0.8014595149130597		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	97.794	100.0	0.018769335524075965	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0139_000000004208	4271	0.7715367238031509	5	5	5	5	5	False	124954	fragment	False	ENG0184_000000004383	0.6949218551037958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3289.0	79.112	89.0	0.0078115919569175934	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0018_000000015423	2457	0.7715244425873211	4	3	2	2	3	False	75124	fragment	False	DEN0018_000000015423	1.0		0	0	False	False	0.9881969690322876	0					non-mobilizable	no_good_hit	601.0	75.541	24.0	0.19425901201602136	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	False
FIJ0152_000000001951	10618	0.7715200863833762	14	9	5	9	4	True	125266	maximal	True	FIJ0152_000000001951	1.0		1	1	False	False	0.9999058246612549	0					non-mobilizable	no_good_hit	1141.0	79.316	11.0	0.0003186902561156773	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0065_000000012191	1670	0.7715151911654481	2	2	2	2	1	False	114361	fragment	False	ISR0196_000000008430	0.42660586275218493		0	0	False	False	1.0	0					non-mobilizable	chromosome	1684.0	80.938	100.0	0.00048439205318746495	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0215_000000020273	1473	0.7715151911654481	2	2	2	2	1	False	114361	fragment	False	ISR0196_000000008430	0.19157814238422188		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	81.722	90.0	0.003303443840203412	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
ENG0032_000000015217	1572	0.7715122251310026	2	2	1	2	0	True	65591	fragment	False	ENG0032_000000015217	0.9927605224554276		0	0	False	False	0.9783715009689331	0					non-mobilizable	no_good_hit								True	True
ENG0027_000000017482	1310	0.7715122251310026	2	2	1	2	0	True	77771	fragment	False	ENG0027_000000017482	1.0		0	0	False	False	0.989313006401062	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000017926	3439	0.7715078697465593	5	2	2	2	2	False	793	maximal	True	USA0069_01_000000017926	1.0		2	1	False	False	0.9848793148994446	0					non-mobilizable	no_good_hit	237.0	75.105	7.0	0.0005399905907218956	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AUS0022_000000021184	1606	0.7715061289336874	2	2	2	1	1	False	124924	fragment	False	MAD0074_000000002970	0.9881798005292249		0	0	False	False	0.9869240522384644	0					non-mobilizable	no_good_hit	1072.0	85.354	67.0	0.00257642090581535	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0215_000000013199	2202	0.7715036033999295	3	3	3	3	1	False	66064	maximal	True	ISR0215_000000013199	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	86.84200000000001	7.0	2.6767388184589338e-05	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ISR0020_000000006331	3307	0.7714987720851728	5	3	3	3	1	False	70011	maximal	True	ISR0020_000000006331	1.0		22	8	False	False	1.0	0					non-mobilizable	chromosome	2335.0	99.272	100.0	0.0007927508658925821	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0076_000000002962	2273	0.7714987720851728	3	3	3	3	1	False	70010	fragment	False	DEN0076_000000002962	0.9999094612947035		0	0	False	False	1.0	0					non-mobilizable	chromosome	2273.0	100.0	100.0	0.0007720231321508557	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0171_000000012161	2268	0.7714987720851728	3	3	3	3	1	False	70010	fragment	False	DEN0076_000000002962	0.9994695140883681		0	0	False	False	0.9885361790657043	0					non-mobilizable	chromosome	2268.0	100.0	100.0	0.0007703241375818618	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0214_000000013010	2209	0.7714987720851728	3	3	3	3	1	False	70010	fragment	False	DEN0076_000000002962	0.9888050088198037		0	0	False	False	1.0	0					non-mobilizable	chromosome	2209.0	99.955	100.0	0.000750276001667733	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0338_000000012368	2206	0.7714987720851728	3	3	3	3	1	False	105872	fragment	False	FIJ0047_000000013905	0.9993171452331882		0	0	False	False	0.9922937154769897	0					non-mobilizable	chromosome	1669.0	98.98100000000001	100.0	0.0005667845882163853	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0047_000000013905	2205	0.7714987720851728	3	3	3	3	1	False	105872	fragment	False	FIJ0047_000000013905	0.9994316597723747		0	0	False	False	1.0	0					non-mobilizable	chromosome	1668.0	98.98100000000001	100.0	0.0005664447893025865	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0003_000000011981	2195	0.7714987720851728	3	3	3	3	1	False	105872	fragment	False	FIJ0047_000000013905	0.9967111880841528		0	0	False	False	0.9854214191436768	0					non-mobilizable	chromosome	1658.0	99.21600000000001	100.0	0.0005630468001645986	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0014_000000010729	2166	0.7714987720851728	3	3	3	3	1	False	70010	fragment	False	DEN0076_000000002962	0.9775161790513737		0	0	False	False	1.0	0					non-mobilizable	chromosome	2166.0	100.0	100.0	0.000735664648374385	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0032_000000015338	2164	0.7714987720851728	3	3	3	3	1	False	70010	fragment	False	DEN0076_000000002962	0.9769791611189733		0	0	False	False	1.0	0					non-mobilizable	chromosome	2164.0	100.0	100.0	0.0007349850505467874	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0013_000000003604	6613	0.7714929443824696	5	5	5	4	3	False	117167	maximal	True	SPA0013_000000003604	0.9965483356832467		85	8	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	70.723	17.0	0.0016237631015096113	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
AST0050_000000005405	2469	0.7714913484042829	2	2	2	2	2	False	130214	maximal	False	ISR0143_000000012315	0.9924555383456072		0	0	False	False	1.0	0					non-mobilizable	other	2469.0	98.947	100.0	0.03407145618200894	NZ_CABJDZ010000010.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0112_000000016173	1171	0.7714855586283262	3	2	2	2	2	False	82376	fragment	False	CHI0112_000000016173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	81.612	60.0	0.00018814319427136412	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
ISR0205_000000004899	3807	0.771483466633128	6	5	5	5	4	False	129879	maximal	True	ISR0205_000000004899	1.0		39	4	False	False	0.9992119669914246	0					non-mobilizable	no_good_hit	2263.0	87.406	71.0	0.000942322565230058	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0059_000000000436	22722	0.7714832020886808	55	16	8	11	7	True	52608	maximal	True	MAD0059_000000000436	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3703.0	91.412	59.0	0.06541310743274377	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0159_000000003909	3542	0.7714808782655539	3	3	2	3	3	False	117840	fragment	False	CHI0159_000000003909	0.9634575873202231		0	0	False	True	1.0	0					non-mobilizable	other	1439.0	86.31	92.0	0.0006146802784437409	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CAN0014_000000012600	3609	0.7714786402950491	6	4	3	3	4	False	93715	maximal	True	CAN0014_000000012600	1.0		41	8	False	False	1.0	0					non-mobilizable	no_good_hit	1945.0	94.65299999999999	58.0	0.000539847043337721	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0130_000000001540	14804	0.7714782060129473	24	9	4	6	6	False	31797	maximal	True	ISR0130_000000001540	1.0		1	1	False	False	0.9984463453292847	0					non-mobilizable	no_good_hit	708.0	81.497	5.0	0.0004071649480070575	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MAD0090_000000012767	1105	0.7714764305769122	2	1	1	1	1	False	15769	maximal	True	MAD0090_000000012767	1.0		1	1	False	False	0.9837104082107544	0					non-mobilizable	other	1088.0	91.544	98.0	0.03720978085668233	NZ_JVKM01000035.1	high GC Gram+	Xylanimonas cellulosilytica strain 352_XCEL 463_29007_715921_290_,...,229+, whole genome shotgun sequence	False	False
ISR0824_000000000172	25472	0.7714671755597049	23	11	9	10	5	True	21176	maximal	True	ISR0824_000000000172	1.0		1	1	False	False	0.999960720539093	0					non-mobilizable	no_good_hit	1497.0	97.52799999999999	6.0	0.02537614710023239	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	True
MAD0065_000000007142	1618	0.7714658609858109	2	2	1	2	1	False	120371	fragment	False	MAD0064_000000011408	0.36754232340922355		0	0	False	False	1.0	0					non-mobilizable	other	1629.0	88.82799999999999	99.0	0.009251428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0144_000000011054	1508	0.7714658609858109	2	2	1	2	1	False	90917	fragment	False	CHI0144_000000011054	0.9774647887323944		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	95.93	94.0	0.5823095823095823	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
SPA0106_000000027412	1389	0.7714658609858109	3	2	1	2	1	False	120370	fragment	False	ISR0011_000000010546	0.03718586387434555		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	96.765	100.0	0.007931428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0042_000000027501	1245	0.7714658609858109	3	2	1	2	1	False	104733	fragment	False	AST0148_000000023838	0.6326476793248945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	92.59299999999999	6.0	0.0002364632196240826	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0061_000000020453	2195	0.7714599243530056	3	3	2	3	1	False	110053	maximal	True	MON0061_000000020453	1.0		0	0	False	False	0.9453303217887878	0					non-mobilizable	no_good_hit	1173.0	98.721	84.0	0.018726531916593434	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0297_000000006708	2135	0.7714558588725036	4	1	1	1	1	False	127933	fragment	False	ENG0029_000000011030	0.9711735915654667		0	0	False	False	0.9807962775230408	0					non-mobilizable	chromosome	2135.0	97.00200000000001	100.0	0.00047314385620699753	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CAN0012_000000029024	1593	0.7714558588725036	2	1	1	1	1	False	127926	fragment	False	CAN0012_000000029024	0.9647329794514675		0	0	False	False	0.9767733812332153	0					non-mobilizable	chromosome	1550.0	95.742	97.0	0.00034295140282924894	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0014_000000019918	1222	0.7714558588725036	1	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.4241171726088736		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	98.527	100.0	0.00027173501807560866	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0198_000000024491	1356	0.7714441599498468	2	2	2	2	2	False	28858	maximal	True	ISR0198_000000024491	1.0		1	1	False	False	0.9845132827758789	0					non-mobilizable	no_good_hit	497.0	77.062	36.0	0.004296219502552253	NZ_FNBY01000013.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MON0037_000000044398	1669	0.7714315898202494	2	1	0	1	1	False	12078	fragment	False	MON0037_000000044398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000006064	6208	0.7714285976507039	11	7	6	7	4	False	70467	maximal	True	DEN0079_000000006064	1.0		1	1	False	False	0.9964562058448792	0					non-mobilizable	no_good_hit	460.0	75.435	7.0	0.0002003486153587161	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0065_000000003048	8360	0.7714270184296009	11	4	0	4	1	False	71160	fragment	False	DEN0065_000000003048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0119_01_000000005178	4231	0.7714202258690362	6	6	6	5	4	False	114385	maximal	True	USA0119_01_000000005178	1.0		47	6	False	False	0.9985818862915039	0					non-mobilizable	no_good_hit	2340.0	98.76100000000001	55.0	0.01649022223483666	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0023_01_000000012556	2488	0.7714063675437686	2	2	2	2	2	True	1708	fragment	False	USA0023_01_000000012556	1.0		0	0	False	False	0.9979903697967529	0					non-mobilizable	other	2489.0	94.255	100.0	0.22621429870838639	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0114_000000005643	6878	0.7714012653157893	6	5	3	5	3	False	116682	maximal	True	SPA0114_000000005643	1.0	PS782	8	4	False	True	0.9994184374809265	0					non-mobilizable	no_good_hit	3495.0	99.8	51.0	0.0004931665242967084	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ENG0130_000000023198	1226	0.7713976142490416	1	1	1	1	1	False	58398	fragment	False	ENG0130_000000023198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0022_000000017795	1475	0.7713959215026673	2	2	2	2	2	False	46369	maximal	True	ISR0022_000000017795	1.0		59	6	False	False	0.9776270985603333	0					non-mobilizable	no_good_hit	128.0	77.344	9.0	3.2097617516128416e-05	CP021250.1	b-proteobacteria	Bordetella sp. J329 chromosome, complete genome	True	False
ENG0208_000000008571	3554	0.7713851334202265	8	5	3	4	4	False	122691	fragment	False	ENG0079_000000009014	0.821636624920276		0	0	False	False	0.9957793951034546	0					non-mobilizable	chromosome	3587.0	96.98899999999999	100.0	0.0006757006504679552	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
CHI0048_000000009592	2001	0.7713796562443918	3	3	3	3	2	False	93624	fragment	False	ISR0112_000000012858	0.3444698196592539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	80.307	19.0	0.0006438766338990289	NZ_JH376798.1	firmicutes	Selenomonas infelix ATCC 43532 supercont1.2, whole genome shotgun sequence	True	False
MAD0042_000000003248	6407	0.7713650740395932	8	4	3	4	4	False	18161	fragment	False	MAD0042_000000003248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	79.538	5.0	0.0029591437542004794	NZ_NFJN01000011.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_11, whole genome shotgun sequence	True	False
MON0027_000000014138	2812	0.7713642671457235	5	5	4	4	4	False	97679	maximal	True	MON0027_000000014138	1.0		0	0	False	False	0.971194863319397	0					non-mobilizable	chromosome	1311.0	100.0	95.0	0.00023510075862169218	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	False
ISR0008_000000005163	2375	0.7713636732868059	3	3	3	2	2	False	125918	fragment	False	ENG0203_000000007074	0.975514137125726		0	0	False	False	0.9983158111572266	0					non-mobilizable	other	2375.0	100.0	100.0	0.01383699852537463	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
AST0028_000000002507	7024	0.7713605470164882	9	9	7	6	9	False	118903	maximal	True	AST0028_000000002507	1.0		13	3	False	False	0.9998576045036316	0					non-mobilizable	chromosome	7026.0	98.961	100.0	0.001275678872592685	CP047360.1	enterobacteria	Klebsiella variicola strain AHKv-S01 chromosome, complete genome	False	False
SPA0026_000000017935	1808	0.7713581641161581	3	3	3	3	2	False	72896	fragment	False	DEN0045_000000021827	0.9392834985334806		0	0	False	False	0.9883849620819092	0					non-mobilizable	no_good_hit	231.0	79.654	13.0	0.0007371758759999356	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0398_000000018067	1257	0.7713553182084436	2	2	2	2	2	False	57276	fragment	False	ENG0148_000000024146	0.6311495080393569		0	0	False	False	0.9936356544494629	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000014812	2743	0.771346372500078	4	2	2	2	2	False	15427	maximal	True	MAD0097_000000014812	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	0.0006018512945821347	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	True	False
ISR0223_000000017604	1757	0.7713401266794678	2	1	1	1	1	True	101664	fragment	False	ISR0223_000000017604	1.0		0	0	False	False	0.9926010370254517	0					non-mobilizable	no_good_hit								True	True
SPA0145_000000030039	1150	0.7713401266794678	2	1	1	1	1	True	3348	fragment	False	SPA0145_000000030039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0121_01_000000016885	2739	0.7713308589500215	3	3	3	2	2	False	184	maximal	True	USA0121_01_000000016885	1.0		1	1	False	False	0.9989047050476074	0					non-mobilizable	no_good_hit	1558.0	99.743	60.0	0.0004559513511329088	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
MON0024_000000044651	1182	0.7713296561788417	2	2	2	2	0	False	12870	fragment	False	MON0024_000000044651	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	other	1184.0	97.29700000000001	100.0	0.0002852626371106901	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
ISR0858_000000000660	10290	0.7713270390484513	12	9	8	8	6	True	97881	fragment	False	ISR0858_000000000660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0023_000000001538	15570	0.7713201220881875	18	8	5	6	4	True	37562	fragment	False	ISR0023_000000001538	1.0		0	0	False	False	0.9999357461929321	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	8.995909559923103e-06	NZ_CP048649.1	firmicutes	Aminipila butyrica strain DSM 103574 chromosome, complete genome	True	True
ENG0112_000000025123	1097	0.7713173623650488	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.05598689229584081	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1107.0	82.385	100.0	0.01302107949711693	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0107_000000004127	5884	0.7713161811356632	8	4	4	2	3	False	113343	maximal	True	ENG0107_000000004127	1.0		0	0	False	False	0.9971107840538025	0					non-mobilizable	no_good_hit	2370.0	95.992	40.0	0.38287194430953536	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0164_000000004225	5415	0.7713134423376758	7	5	2	1	5	False	92088	fragment	False	ISR0164_000000004225	0.9711804184761152		0	0	False	False	0.9998153448104858	0					non-mobilizable	no_good_hit	1906.0	96.852	69.0	0.0003792156303901011	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0255_000000009521	3114	0.7713114911590463	3	2	2	2	1	True	76069	maximal	True	ISR0255_000000009521	1.0		2	2	False	False	0.9955042004585266	0					non-mobilizable	no_good_hit	1290.0	98.915	41.0	0.0003554231534609088	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	True
ISR0853_000000014181	1286	0.7713094237296765	2	2	2	2	1	False	20514	fragment	False	ISR0853_000000014181	1.0		0	0	False	False	0.9976671934127808	0					non-mobilizable	other	1286.0	100.0	100.0	0.0027512996411534476	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
FIJ0016_000000010271	1808	0.7713004958414824	2	2	2	2	2	False	100788	fragment	False	ISR0175_000000010194	0.35905352980662053		0	0	False	False	1.0	0					non-mobilizable	other	1808.0	96.73700000000001	100.0	0.0005018022671354227	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0034_000000009248	3877	0.7712874846371788	4	4	3	3	4	False	7166	maximal	True	SPA0034_000000009248	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	1325.0	98.038	95.0	0.007129856002757165	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
FIJ0142_000000012664	2669	0.7712818395174957	2	1	1	1	1	False	109817	fragment	False	FIJ0142_000000012664	0.9088360418353689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1280.0	88.516	80.0	0.00038357700308336897	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0038_000000002905	1517	0.7712818395174957	2	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7507429331826155		0	0	False	False	0.999340832233429	0					non-mobilizable	other	1517.0	99.34100000000001	100.0	0.024223056642965566	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0008_000000019539	1469	0.7712818395174957	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.42745272185661926		0	0	False	False	1.0	0					non-mobilizable	other	1470.0	96.59899999999999	100.0	0.00045700341399282856	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0019_000000047500	1411	0.7712818395174957	2	1	1	1	1	False	13157	maximal	True	MON0019_000000047500	1.0		1	1	False	False	0.9794471859931946	0					non-mobilizable	no_good_hit	1247.0	79.15	88.0	0.0006138418610375168	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
AST0016_000000016989	1401	0.7712818395174957	1	1	1	1	1	False	123205	fragment	False	MAD0098_000000029526	0.9493892039656299		0	0	False	False	0.9992862343788147	0					non-mobilizable	chromosome	1226.0	89.88600000000001	92.0	0.0003948399415572423	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0101_000000025499	1332	0.7712818395174957	1	1	1	1	1	False	131361	maximal	False	AST0002_000000025929	0.7990297318909767		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	90.541	100.0	0.008586487410570862	NZ_SMUS01000006.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00006, whole genome shotgun sequence	False	False
MON0070_000000026387	1323	0.7712818395174957	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.32739583524439686		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	89.486	97.0	0.00039851693214759253	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0026_000000026220	1312	0.7712818395174957	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.63691204269712		0	0	False	False	1.0	0					non-mobilizable	chromosome	1312.0	99.46600000000001	100.0	0.00029176462628757	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0013_000000019323	1312	0.7712818395174957	1	1	1	1	1	False	131361	maximal	False	AST0002_000000025929	0.7977949080813791		0	0	False	False	0.9908536672592163	0					non-mobilizable	other	1312.0	93.064	100.0	0.01348460225051943	NZ_CBYM010000011.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
MON0016_000000029601	1309	0.7712818395174957	1	1	1	1	1	False	40051	fragment	False	FIJ0144_000000021471	0.4632049518569463		0	0	False	False	0.9786096215248108	0					non-mobilizable	other	1309.0	94.958	100.0	0.012581641192370216	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0055_000000007564	1301	0.7712818395174957	1	1	1	1	1	False	131361	maximal	False	AST0002_000000025929	0.7941120065163266		0	0	False	False	0.9723289608955383	0					non-mobilizable	other	1301.0	93.08200000000001	100.0	0.013371459134763737	NZ_CBYM010000011.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
MON0004_000000036309	1297	0.7712818395174957	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.42642140334504847		0	0	False	False	0.9976869821548462	0					non-mobilizable	chromosome	1299.0	88.992	100.0	0.0004517360467240074	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0116_000000018502	1296	0.7712818395174957	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.581002450816227		0	0	False	False	1.0	0					non-mobilizable	chromosome	1296.0	99.46	100.0	0.00036051083968403105	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0017_000000015285	1292	0.7712818395174957	1	1	1	1	1	False	13288	fragment	False	MON0017_000000015285	0.9962840627580513		0	0	False	False	0.99071204662323	0					non-mobilizable	no_good_hit	1053.0	74.834	80.0	0.0016616874684135443	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
FIJ0129_000000017720	1271	0.7712818395174957	1	1	1	1	1	False	40915	maximal	True	FIJ0129_000000017720	1.0		5	4	False	False	0.9968528747558594	0					non-mobilizable	chromosome	1274.0	85.4	100.0	0.000408377310982062	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0038_000000028219	1243	0.7712818395174957	1	1	1	1	1	False	11982	fragment	False	MON0038_000000028219	1.0		0	0	False	False	0.9420756101608276	0					non-mobilizable	other	1144.0	73.77600000000001	91.0	0.0003375546618603032	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0063_000000043644	1179	0.7712802516023725	2	2	2	2	2	False	71375	fragment	False	DEN0063_000000043644	0.9910873440285205		0	0	False	False	1.0	0					non-mobilizable	chromosome	1182.0	76.311	99.0	0.00039858866027256884	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
FIJ0038_000000014039	2457	0.7712668792134314	3	2	2	2	1	False	47661	maximal	True	FIJ0038_000000014039	1.0		1	1	False	False	0.9881969690322876	0					non-mobilizable	no_good_hit	590.0	75.42399999999999	24.0	0.003229970550268512	NZ_FQVM01000002.1	firmicutes	Clostridium fallax strain DSM 2631, whole genome shotgun sequence	True	False
FIJ0167_000000010543	1916	0.7712594682929689	3	3	2	3	3	False	39533	maximal	True	FIJ0167_000000010543	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	1917.0	99.896	100.0	0.02322142770573264	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	False	True
FIJ0168_000000000079	57939	0.7712551561189012	95	27	14	21	16	True	112999	maximal	True	FIJ0168_000000000079	0.9744978544950377		2	1	True	True	1.0	10					non-mobilizable	no_good_hit	3551.0	90.031	45.0	0.06273703611810158	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0139_000000012709	2061	0.7712541555127047	3	3	3	3	3	False	57907	fragment	False	ISR0139_000000012709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	72.727	21.0	0.00013070470314070754	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0088_000000000632	16981	0.7712527504134702	17	7	5	7	4	True	15936	maximal	True	MAD0088_000000000632	1.0		1	1	False	False	0.9998233318328857	0					non-mobilizable	no_good_hit	408.0	99.755	2.0	0.0024395799367027907	NZ_SMUS01000003.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00003, whole genome shotgun sequence	True	True
ISR0041_000000011037	1389	0.7712472387468848	1	1	1	1	1	False	36406	maximal	True	ISR0041_000000011037	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	96.37299999999999	69.0	0.00028757981387212	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0011_000000002909	13053	0.7712461393842802	20	17	6	7	17	False	87444	fragment	False	ISR0293_000000002471	0.9624210294901867		0	0	False	False	1.0	0					non-mobilizable	plasmid	13053.0	98.897	100.0	0.27090814737934615	CP020518.1	enterobacteria	Escherichia coli strain 222 plasmid unnamed2, complete sequence	False	True
SPA0042_000000007562	3932	0.7712335736262834	4	4	4	4	2	False	124234	fragment	False	SPA0042_000000007562	0.9929900586286006		0	0	False	False	0.9956765174865723	0					non-mobilizable	chromosome	1754.0	79.07600000000001	94.0	0.0004657549517951664	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CAN0016_000000003606	10426	0.7712303542518716	12	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.8221490241129256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	79.093	12.0	0.0003324608227379596	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0013_000000003240	9865	0.7712303542518716	13	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.8073278293726677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	81.627	12.0	0.00030604381738092817	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0139_000000002006	9619	0.7712303542518716	12	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.8469265423340759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	79.295	12.0	0.000308573105127878	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
AST0104_000000002990	9499	0.7712303542518716	11	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7961544806064837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.905	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0103_000000003461	9475	0.7712303542518716	12	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7994851412824114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1230.0	79.593	14.0	0.0003434210696414088	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0002_000000001838	9465	0.7712303542518716	11	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.4105192235595642		0	0	False	False	0.9998943209648132	0					non-mobilizable	no_good_hit	630.0	71.905	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0062_000000003043	9424	0.7712303542518716	12	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7755393572579729		0	0	False	False	0.9985144138336182	0					non-mobilizable	no_good_hit	1335.0	80.0	14.0	0.0003729294266891567	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
USA0083_01_000000003073	9412	0.7712303542518716	11	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.8095332461172795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1211.0	79.521	13.0	0.00033808146217562585	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
USA0116_01_000000002878	9399	0.7712303542518716	11	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.8094249261002673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	79.399	13.0	0.0003347090785130261	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
DEN0021_000000002944	9396	0.7712303542518716	11	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.8092792861619931		0	0	False	False	0.9998935461044312	0					non-mobilizable	no_good_hit	1195.0	79.331	13.0	0.00033358495062549287	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
AST0148_000000003299	9379	0.7712303542518716	12	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7786375898096651		0	0	False	False	0.9998933672904968	0					non-mobilizable	no_good_hit	1229.0	79.414	14.0	0.0003431400376695255	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0343_000000001240	9362	0.7712303542518716	11	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.4204569144615713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.178	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
MON0050_000000001688	9331	0.7712303542518716	12	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7534783635013883		0	0	False	False	0.9997856616973877	0					non-mobilizable	no_good_hit	1230.0	79.593	13.0	0.0003434210696414088	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0319_000000001155	9286	0.7712303542518716	11	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7940647370744982		0	0	False	False	0.9998922944068909	0					non-mobilizable	no_good_hit	1087.0	79.393	12.0	0.00030323349766209505	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0036_000000001182	8875	0.7712303542518716	10	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.5241283840578747		0	0	False	False	0.9980844855308533	0					non-mobilizable	no_good_hit	1217.0	79.54	14.0	0.00033976765400692575	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0028_000000002156	8682	0.7712303542518716	10	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.510567986597251		0	0	False	False	0.9987329840660095	0					non-mobilizable	no_good_hit	1124.0	79.359	13.0	0.0003136316806217776	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0066_000000004705	3812	0.7712253831731261	4	2	2	2	2	False	62788	maximal	True	ENG0066_000000004705	1.0		56	8	False	False	0.9952780604362488	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	2.0	1.213679359489975e-05	CP034697.1	enterobacteria	Salmonella enterica subsp. salamae serovar 42:r:- strain RSE42 chromosome, complete genome	True	False
SPA0132_000000036265	1142	0.7712243479773011	1	1	1	1	1	False	67292	fragment	False	ENG0009_000000011708	0.982713915298185		0	0	False	False	0.9938703775405884	0					non-mobilizable	no_good_hit	504.0	74.80199999999999	44.0	0.0022623713475448492	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ENG0058_000000016633	2018	0.7712123260201558	3	2	2	2	2	False	97692	maximal	True	ENG0058_000000016633	1.0		12	5	False	False	0.9846382737159729	0					non-mobilizable	chromosome	1528.0	100.0	100.0	0.0002842205126801994	CP050998.1	enterobacteria	Escherichia coli O39:NM str. F8704-2 chromosome, complete genome	False	False
ISR0822_000000002949	2240	0.7712072081437066	4	4	3	4	2	False	110043	fragment	False	ISR0822_000000002949	0.9827826896230805		0	0	False	False	0.9986607432365417	0					non-mobilizable	other	2240.0	99.375	100.0	0.03577534553007909	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0008_000000019374	1479	0.7712064335506441	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.4375014459860225		0	0	False	False	0.9986477494239807	0					non-mobilizable	other	1481.0	96.759	100.0	0.020582329317269075	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ITA0005_000000012595	1471	0.7712031224356778	3	3	3	1	1	False	20377	fragment	False	ITA0005_000000012595	1.0		0	0	False	False	0.9802855253219604	0					non-mobilizable	no_good_hit								True	False
MON0085_000000012079	2231	0.7712009111958477	3	3	3	3	3	False	9789	maximal	True	MON0085_000000012079	1.0		28	7	False	False	0.9991035461425781	0					non-mobilizable	no_good_hit	191.0	73.822	8.0	0.0004355069508291914	NZ_WBOS01000004.1	firmicutes	Cytobacillus depressus strain BZ1 NODE_4_length_433977_cov_39.716542, whole genome shotgun sequence	True	False
TAN0004_000000004756	1338	0.7711969991972031	2	2	2	2	2	False	2952	fragment	False	TAN0004_000000004756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0268_000000008152	2375	0.7711939959136839	3	1	1	1	1	False	82678	fragment	False	SPA0025_000000008543	0.9722692274869847		0	0	False	False	0.9970526099205017	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00022381115050710895	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	True	False
ENG0159_000000018254	1266	0.7711939959136839	2	1	1	1	1	False	82674	fragment	False	ENG0159_000000018254	0.9876749161667903		0	0	False	False	0.9944707751274109	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00022381115050710895	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	True	False
CHI0110_000000009239	1150	0.7711939959136839	2	1	1	1	1	False	82674	fragment	False	ENG0159_000000018254	0.9347016466934317		0	0	False	False	0.9921739101409912	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	4.0	6.131884573404791e-06	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
ENG0067_000000000349	40718	0.771186783155613	38	17	10	15	6	True	99722	fragment	False	FIJ0104_000000000284	0.9630193522801674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	94.699	6.0	0.00037344091755190116	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0381_000000010176	1717	0.7711811424405446	4	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5264587291516566		0	0	False	False	0.9988352060317993	0					non-mobilizable	other	1717.0	96.273	100.0	0.20995962314939434	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
ENG0068_000000022500	1188	0.7711787571424471	2	1	1	1	1	False	62536	maximal	True	ENG0068_000000022500	1.0		79	10	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	80.694	38.0	0.00015051173991571343	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
TAN0009_000000000785	18714	0.7711766831519989	23	8	4	2	5	False	2730	maximal	True	TAN0009_000000000785	1.0		1	1	False	False	0.9989312887191772	0					non-mobilizable	no_good_hit	332.0	73.795	2.0	0.0011589344934564776	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	True	False
MON0055_000000017367	1439	0.7711740882796192	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.1771377050554893		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	99.931	100.0	0.0035062651936126478	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0228_000000015193	1771	0.77117089790699	3	2	2	2	1	False	28262	fragment	False	ISR0228_000000015193	1.0		0	0	False	False	0.9960474371910095	0					non-mobilizable	no_good_hit	818.0	98.655	46.0	0.9987760097919217	MK231299.1	viruses	Uncultured human fecal virus clone A.hadrus_S03.O11_4-CL08_c1 sequence	True	False
ENG0193_000000006382	3218	0.7711689478762803	4	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.7215567610042375		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	93.79	100.0	0.02426969502178416	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0122_000000009619	2884	0.7711689478762803	4	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.48962447594250097		0	0	False	False	1.0	0					non-mobilizable	other	1612.0	93.859	97.0	0.02292693379044354	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
USA0084_01_000000008426	3813	0.7711676676689401	5	4	2	3	3	False	126722	maximal	True	USA0084_01_000000008426	1.0	PS974|PS975	0	0	False	True	0.9994754791259766	0					non-mobilizable	no_good_hit	2591.0	97.491	68.0	0.5142345212024686	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0083_000000008142	2726	0.7711653661682573	3	1	1	1	1	False	83979	maximal	True	ENG0083_000000008142	0.955991124260355		26	10	False	False	0.9908290505409241	0					non-mobilizable	no_good_hit	455.0	75.824	17.0	0.0008511926154311764	NZ_RZUH01000002.1	high GC Gram+	Bifidobacterium myosotis strain RST17 NODE_2_length_528670_cov_211.098151, whole genome shotgun sequence	True	False
ISR0169_000000014583	2130	0.7711653661682573	4	1	1	1	1	False	83978	fragment	False	ISR0169_000000014583	1.0		0	0	False	False	0.997183084487915	0					non-mobilizable	no_good_hit	454.0	74.89	22.0	0.00014057986662010223	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	True	False
FIJ0047_000000027968	1128	0.7711653661682573	2	1	1	1	1	False	46830	fragment	False	FIJ0047_000000027968	1.0		0	0	False	False	0.9973404407501221	0					non-mobilizable	no_good_hit	455.0	75.604	40.0	0.0008511926154311764	NZ_RZUH01000002.1	high GC Gram+	Bifidobacterium myosotis strain RST17 NODE_2_length_528670_cov_211.098151, whole genome shotgun sequence	True	False
SPA0105_000000017942	1347	0.7711588541246349	1	1	1	1	1	False	127889	fragment	False	ISR0068_000000014413	0.7117922436308086		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	98.515	100.0	0.004302546365850696	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0086_000000024435	1244	0.7711588541246349	1	1	1	1	1	False	9724	fragment	False	MON0086_000000024435	1.0		0	0	False	False	0.9983922839164734	0					non-mobilizable	other	1140.0	74.298	91.0	0.00031296688160576726	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0072_000000016179	1803	0.7711526598873963	3	2	2	2	2	False	34840	fragment	False	ISR0072_000000016179	1.0		0	0	False	False	0.9911258816719055	0					non-mobilizable	no_good_hit	155.0	76.774	8.0	2.6355241579184412e-05	CP029551.1	a-proteobacteria	Methylobacterium sp. 17Sr1-43 chromosome, complete genome	True	False
MON0082_000000013352	2467	0.7711518145340609	3	2	2	2	2	False	9925	fragment	False	MON0082_000000013352	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2467.0	100.0	100.0	0.048408943679943466	NZ_WEHX01000008.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_8_length_50941_cov_151.896090, whole genome shotgun sequence	False	False
CHI0062_000000002137	7384	0.7711518016820886	10	8	3	5	7	False	109919	fragment	False	ISR0025_000000004431	0.6242239589822723		0	0	False	False	0.9937703013420105	0					non-mobilizable	other	4787.0	99.37299999999999	100.0	0.0013495577342773	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0015_000000004952	4741	0.7711461086183182	5	3	1	2	3	False	130010	maximal	True	ISR0015_000000004952	1.0	PS1072	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1607.0	77.16199999999999	34.0	0.0005008489847327739	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
AST0061_000000016085	2603	0.7711456999605089	3	1	1	1	1	False	112082	fragment	False	ENG0199_000000009149	0.9694965086365307		0	0	False	False	0.998847484588623	0					non-mobilizable	no_good_hit	122.0	94.262	5.0	0.14218566392479437	GQ878134.1		Uncultured organism clone VC1BV59TF genomic sequence	True	False
CHI0024_000000000461	15518	0.7711382545200849	17	12	5	10	4	True	132288	fragment	False	CHI0140_000000001647	0.7628480539225978		0	0	False	False	1.0	0					non-mobilizable	other	12876.0	93.119	99.0	0.0029941963823276623	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
DEN0003_000000001403	15430	0.7711382545200849	17	12	5	10	4	True	132288	fragment	False	CHI0140_000000001647	0.7635638701361527		0	0	False	False	1.0	0					non-mobilizable	other	12869.0	94.76299999999999	99.0	0.0029941963823276623	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
FIJ0011_000000022493	1984	0.7711356126047212	2	2	2	2	1	False	91381	maximal	True	FIJ0011_000000022493	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00012464609412560766	NZ_CZBD01000005.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0082_000000023299	1772	0.7711279969748995	3	2	1	2	1	False	69225	maximal	True	DEN0082_000000023299	1.0		0	0	False	False	0.9988713264465332	0					non-mobilizable	no_good_hit	40.0	97.5	2.0	8.638958646634029e-06	CP031773.1	firmicutes	Lysinibacillus fusiformis strain Cu1-5 chromosome	True	False
ENG0103_000000009439	1893	0.7711272764631397	3	3	2	2	2	False	60301	maximal	True	ENG0103_000000009439	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	97.74600000000001	74.0	0.0036964609367547458	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	False
DEN0073_000000006743	6220	0.7711261061733906	7	4	2	2	4	False	70228	maximal	True	DEN0073_000000006743	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	2.5601300215711602e-05	LM993659.2	apicomplexans	Plasmodium yoelii strain 17X genome assembly, chromosome: 5	True	False
ENG0119_000000016947	1870	0.7711250786912351	2	2	2	2	2	False	95500	fragment	False	ENG0119_000000016947	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	81.166	99.0	0.0018705824327294198	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
USA0084_01_000000020975	1538	0.7711233073685198	3	2	2	2	1	False	466	maximal	True	USA0084_01_000000020975	1.0		3	2	False	False	0.995448648929596	0					non-mobilizable	no_good_hit								True	False
ISR0372_000000000636	15446	0.77111841641252	23	15	6	11	11	True	93173	maximal	True	ISR0372_000000000636	1.0		35	5	False	False	0.999805748462677	0					non-mobilizable	other	11552.0	97.87899999999999	91.0	0.04479864079628236	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
ETH0002_000000005070	5610	0.7711009653873457	7	5	5	4	4	False	53387	maximal	False	ISR0133_000000002754	0.928411955795394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1434.0	74.407	25.0	0.0004445444256909396	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
ISR0206_000000011360	2291	0.7710987090765323	3	3	3	2	2	False	37227	maximal	True	ISR0206_000000011360	1.0		74	10	False	False	0.9995635151863098	0					non-mobilizable	no_good_hit	198.0	77.778	9.0	0.0033732036829876946	NZ_QOHO01000034.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_34, whole genome shotgun sequence	True	False
FIJ0156_000000004719	1691	0.771092017286571	3	3	3	1	2	False	39495	fragment	False	FIJ0156_000000004719	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1691.0	99.29	100.0	0.0003267216345206733	LR134224.1	enterobacteria	Klebsiella aerogenes strain NCTC9652 genome assembly, chromosome: 2	False	False
CHI0152_000000004907	2098	0.7710783597151266	3	3	2	3	2	False	112285	fragment	False	CHI0152_000000004907	1.0		0	0	False	False	0.9885605573654175	0					non-mobilizable	other	1310.0	99.46600000000001	91.0	0.0003209378741261553	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0046_000000010291	2843	0.7710745043944274	3	2	1	2	1	False	81223	maximal	True	FIJ0046_000000010291	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0157_000000014148	1354	0.7710735761761036	2	1	1	1	1	False	39451	fragment	False	SPA0008_000000022160	0.9680563777616991		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	98.671	100.0	0.005331284354867309	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MON0026_000000046987	1157	0.7710725216076004	2	2	2	2	1	False	12688	fragment	False	MON0026_000000046987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	263.0	76.046	23.0	6.448550104983399e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0031_000000009703	2481	0.7710670125966914	4	4	2	2	3	False	115344	fragment	False	ENG0211_000000010290	0.9631767515923567		0	0	False	False	1.0	0					non-mobilizable	other	2497.0	93.19200000000001	100.0	0.11051069672675731	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
ISR0116_000000000030	2006	0.7710626679941669	3	3	2	2	2	True	32430	maximal	True	ISR0116_000000000030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1301.0	98.23200000000001	78.0	0.31972454500737824	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0004_000000014920	1771	0.7710626679941669	4	3	2	2	2	True	69036	fragment	False	ISR0219_000000017057	0.9375		0	0	False	False	1.0	0					non-mobilizable	plasmid	1776.0	96.171	100.0	0.4353172651254304	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0306_000000005805	1738	0.7710626679941669	4	3	2	2	2	True	109159	fragment	False	ISR0306_000000005805	1.0		0	0	False	False	0.9994246363639832	0					non-mobilizable	other	1751.0	87.09299999999999	100.0	0.5807743658210948	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0094_000000015941	1437	0.7710626679941669	4	3	2	2	2	True	109158	fragment	False	AST0094_000000015941	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	86.473	99.0	0.4796395193591455	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0831_000000013991	1344	0.7710626679941669	4	3	2	2	2	True	21016	fragment	False	ISR0831_000000013991	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1344.0	98.884	100.0	0.33030004918839156	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0045_000000022091	1200	0.7710626679941669	3	3	2	2	2	True	36216	maximal	True	ISR0045_000000022091	1.0		0	0	False	False	0.9916666746139526	0					non-mobilizable	no_good_hit	950.0	97.789	79.0	0.23290703393999015	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0361_000000013695	1148	0.7710626679941669	4	3	2	2	2	True	23742	fragment	False	ISR0361_000000013695	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	86.97200000000001	100.0	0.38384512683578104	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0006_000000004037	7315	0.7710612713363157	6	4	3	3	3	False	104423	fragment	False	SPA0006_000000004037	1.0		0	0	False	False	0.9984962344169617	0					non-mobilizable	no_good_hit	2143.0	94.074	60.0	0.00033016399532344743	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0057_01_000000010646	2946	0.7710581570337145	3	2	1	2	0	True	980	maximal	True	USA0057_01_000000010646	1.0		3	1	False	False	0.997284471988678	0					non-mobilizable	no_good_hit	1988.0	88.984	66.0	0.006377054193693766	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0019_000000034269	1961	0.7710553667335323	2	2	2	2	2	False	96643	fragment	False	CAN0003_000000020607	0.5645472904820492		0	0	False	False	0.9857215881347656	0					non-mobilizable	no_good_hit	200.0	74.5	10.0	0.0010268111808328579	NZ_VCQZ01000005.1	firmicutes	Paenibacillus thermoaerophilus strain DSM 26310 Scaffold5, whole genome shotgun sequence	True	False
MON0004_000000032481	1425	0.7710534974445835	2	1	1	1	1	False	55782	fragment	False	ENG0171_000000015510	0.9572622107969151		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	100.0	100.0	0.05064551694704272	NZ_SPFY01000028.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_28_length_28117_cov_17.6304, whole genome shotgun sequence	False	False
ISR0039_000000017576	2077	0.7710492278974491	3	3	3	3	2	False	103888	fragment	False	ISR0039_000000017576	1.0		0	0	False	False	0.993740975856781	0					non-mobilizable	no_good_hit	482.0	75.726	23.0	0.00016591539987702742	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0104_000000035817	1285	0.7710453271716582	1	1	1	1	1	False	8782	fragment	False	MON0104_000000035817	1.0		0	0	False	False	0.9743190407752991	0					non-mobilizable	other	1221.0	80.098	95.0	0.000406188766876375	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
CAN0019_000000005114	1280	0.7710453271716582	1	1	1	1	1	False	91949	fragment	False	USA0057_01_000000024346	0.9497524182819475		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	98.43799999999999	100.0	0.004953466845853844	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0101_000000016865	1654	0.7710448419334963	3	3	3	3	2	False	42672	maximal	True	FIJ0101_000000016865	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	0.0003977141900236535	NZ_RJVG01000013.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_113, whole genome shotgun sequence	True	False
MAD0058_000000010540	1489	0.7710447176935344	2	2	2	2	2	True	18865	maximal	False	MAD0033_000000013676	0.9397350993377483		0	0	False	False	0.9798522591590881	0					non-mobilizable	no_good_hit	152.0	75.658	10.0	3.3984389077006804e-05	NZ_LS483476.1	firmicutes	Bacillus lentus strain NCTC4824 chromosome 1	True	True
FIJ0141_000000013066	2235	0.7710442327726981	2	2	1	2	0	True	122802	fragment	False	FIJ0141_000000013066	1.0		0	0	False	False	0.9973154067993164	0					non-mobilizable	other	1150.0	98.87	94.0	0.012487773068144766	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0150_000000014842	1879	0.7710442327726981	2	2	1	2	0	True	122801	fragment	False	AST0150_000000014842	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	99.135	100.0	0.012552983371372678	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0102_000000016628	1722	0.7710442327726981	3	2	1	2	0	True	122799	fragment	False	ENG0102_000000016628	0.9774503908598917		0	0	False	False	0.9941927790641785	0					non-mobilizable	other	1723.0	97.098	100.0	0.018704488642538854	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0024_000000020867	1691	0.7710442327726981	2	2	1	2	0	True	121178	fragment	False	AST0024_000000020867	1.0		0	0	False	False	1.0	0					non-mobilizable	other	919.0	91.404	92.0	0.009977176393870232	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0059_000000019282	1208	0.7710397705368841	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.0918417418383016	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1216.0	83.141	100.0	0.014332640136118726	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
CAN0002_000000015781	1241	0.7710322702337039	3	2	0	2	2	True	96860	fragment	False	CAN0002_000000015781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0074_000000011808	1916	0.7710221789409396	4	4	4	3	3	False	62169	maximal	True	ENG0074_000000011808	1.0		38	8	False	False	0.9968684911727905	0					non-mobilizable	no_good_hit	520.0	81.538	27.0	0.004303191533720843	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
MAD0037_000000012134	1149	0.7710161470776509	2	1	1	1	1	False	18596	fragment	False	MAD0037_000000012134	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	99.82600000000001	100.0	0.0002365611428128686	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
ISR0157_000000019035	1667	0.7710156226611026	3	2	2	2	2	False	41939	fragment	False	FIJ0113_000000014719	0.9763029743356579		0	0	False	False	0.9838032126426697	0					non-mobilizable	other	1423.0	97.611	100.0	0.007016816674561819	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
MON0047_000000018828	2093	0.7709988163111624	3	3	2	3	1	True	11461	maximal	True	MON0047_000000018828	1.0		1	1	False	False	0.9870998859405518	0					non-mobilizable	no_good_hit	1396.0	99.57	67.0	0.0006406658883762541	CP031018.1	firmicutes	Lactobacillus helveticus isolate NWC_2_4 chromosome, complete genome	True	True
AST0024_000000005590	5431	0.7709955774798273	9	6	5	5	3	True	121759	fragment	False	AST0024_000000005590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	100.0	3.0	4.75718479318309e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0159_000000002202	9874	0.7709920293976815	11	8	3	6	7	False	99257	maximal	True	ISR0159_000000002202	1.0	PS556	1	1	False	True	0.9998987317085266	0					non-mobilizable	no_good_hit	1339.0	94.399	55.0	0.00031488617312658637	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ISR0104_000000002544	9296	0.7709907908465728	13	8	4	6	5	False	38015	fragment	False	ISR0104_000000002544	0.9706980427650187		0	0	False	False	1.0	0					non-mobilizable	virus	4896.0	98.509	95.0	0.11055401224111841	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0258_000000013776	1895	0.7709844774792843	3	3	3	3	2	False	99062	fragment	False	ISR0258_000000013776	0.9909250585480094		0	0	False	False	0.9926121234893799	0					non-mobilizable	chromosome	1895.0	98.47	100.0	0.0006435791427349123	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0038_000000000408	16834	0.7709826549057444	23	9	1	9	2	False	18589	maximal	True	MAD0038_000000000408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0121_000000008752	1925	0.7709670808335574	2	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.6009002661418236		0	0	False	False	0.9974026083946228	0					non-mobilizable	no_good_hit	651.0	83.564	34.0	0.00014603055394559137	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0016_000000004308	1925	0.7709649902130801	3	3	3	3	2	False	75345	maximal	False	ISR0083_000000013203	0.9653564189039905		0	0	False	False	0.9901298880577087	0					non-mobilizable	no_good_hit	658.0	75.07600000000001	34.0	0.0002794721254588324	NZ_CP030753.1	g-proteobacteria	Actinobacillus pleuropneumoniae strain S4074 chromosome, complete genome	True	False
ENG0124_000000027476	1124	0.7709570784894931	1	1	1	1	1	False	58895	fragment	False	ENG0124_000000027476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0192_000000018591	1242	0.7709569813197753	2	2	1	2	1	False	54620	fragment	False	ENG0192_000000018591	0.9772350993377483		0	0	False	False	0.999194860458374	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000017835	1110	0.7709509096723949	2	2	2	2	2	False	93811	fragment	False	CAN0013_000000017599	0.3418276242459471		0	0	False	False	1.0	0					non-mobilizable	chromosome	1110.0	99.009	100.0	0.00022172221984527828	CP027457.1	enterobacteria	Escherichia coli strain 88-3493 chromosome, complete genome	False	False
SPA0120_000000016856	2469	0.7709461191471191	3	3	3	3	2	False	93955	maximal	True	SPA0120_000000016856	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	502.0	99.00399999999999	20.0	0.007445606943288551	NZ_NFIG01000025.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_25, whole genome shotgun sequence	True	False
MAD0066_000000007638	3009	0.7709412754366134	3	3	3	3	2	False	16594	maximal	True	MAD0066_000000007638	1.0		2	1	False	False	0.9960119724273682	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000016176	2722	0.770935846190542	3	3	2	2	3	False	95913	fragment	False	SPA0101_000000016176	0.9740467329777547		0	0	False	False	0.9985305070877075	0					non-mobilizable	no_good_hit	849.0	75.14699999999999	31.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0279_000000005636	3459	0.7709349434147155	5	4	4	4	4	False	112459	fragment	False	FIJ0077_000000008518	0.963957495692131		0	0	False	False	0.9930616021156311	0					non-mobilizable	other	3440.0	98.92399999999999	99.0	0.010898085942451514	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0099_000000031601	1176	0.7709316573946086	2	2	2	2	2	False	9141	fragment	False	MON0099_000000031601	1.0		0	0	False	False	0.9821428656578064	0					non-mobilizable	no_good_hit	968.0	96.59100000000001	82.0	0.9989506820566632	GQ883207.1		Uncultured organism clone VC1D939TF genomic sequence	True	False
MON0101_000000031508	2037	0.7709283172188879	2	1	0	0	1	False	120132	fragment	False	MON0101_000000031508	1.0		0	0	False	True	0.9941089749336243	0	rep_cluster_475				non-mobilizable	no_good_hit	1790.0	83.40799999999999	86.0	0.31242202815897346	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0398_000000013716	1676	0.7709283172188879	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.16665929038448446	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1465.0	95.7	99.0	0.2857421875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0028_000000012071	1605	0.7709283172188879	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.07713606407419878	PS832	0	0	False	True	0.9906542301177979	0	rep_cluster_475				non-mobilizable	other	1438.0	94.43700000000001	100.0	0.2196655928823439	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0088_000000003282	1539	0.7709283172188879	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.23932894413530661	PS832	0	0	False	True	0.9993502497673035	0	rep_cluster_475				non-mobilizable	plasmid	1539.0	99.61	100.0	0.2924510363186918	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
USA0055_01_000000017292	1531	0.7709283172188879	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.0904141168843547	PS832	0	0	False	True	0.9986936450004578	0	rep_cluster_475				non-mobilizable	other	1547.0	93.665	100.0	0.301171875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
TAN0017_000000024944	1516	0.7709283172188879	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.16576162360293026	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1379.0	99.855	91.0	0.23890429958391124	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0076_000000031987	1505	0.7709283172188879	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.0820033862437949	PS832	0	0	False	True	0.9774086475372314	0	rep_cluster_475				non-mobilizable	other	1517.0	96.902	100.0	0.2617891816920943	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0111_000000020798	1444	0.7709283172188879	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.19955731724457107	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1444.0	99.931	100.0	0.2501733703190014	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0112_000000026679	1437	0.7709283172188879	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.20133753950289665	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1437.0	100.0	100.0	0.27305571401407114	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ENG0007_000000017384	1430	0.7709283172188879	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.189110219245679	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1431.0	98.67200000000001	100.0	0.279296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0033_000000022866	1386	0.7709283172188879	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.12694018390994427	PS832	0	0	False	True	0.9963924884796143	0	rep_cluster_475				non-mobilizable	other	1374.0	99.854	99.0	0.2681640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
DEN0096_000000033694	1350	0.7709283172188879	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.10877950697901675	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1350.0	100.0	100.0	0.2634765625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0223_000000014646	2048	0.7709245947874853	2	2	2	1	1	False	27806	maximal	True	ISR0223_000000014646	1.0		0	0	False	False	0.99462890625	0					non-mobilizable	no_good_hit	1647.0	90.89299999999999	80.0	0.007190837820299209	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
USA0084_01_000000007614	4168	0.7709225600862014	5	5	5	5	4	False	124954	fragment	False	ENG0184_000000004383	0.7169848657043285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3072.0	78.711	89.0	0.0072909805896710705	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0071_000000003606	8938	0.770919727387245	8	5	5	3	3	False	70513	maximal	True	DEN0071_000000003606	1.0		1	1	False	False	0.9989930391311646	0					non-mobilizable	no_good_hit	75.0	94.667	1.0	0.00012556014245985894	NZ_NTLB01000004.1	g-proteobacteria	Mangrovitalea sediminis strain M11-4 Scaffold3_1, whole genome shotgun sequence	True	False
ISR0056_000000003206	5776	0.7709036369478361	3	2	2	2	2	False	35653	fragment	False	ISR0056_000000003206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4229.0	97.541	76.0	0.02547474283503971	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
FIJ0067_000000017143	1821	0.7709017866174959	2	2	2	2	2	False	72276	fragment	False	ISR0346_000000010486	0.48397142401172777		0	0	False	False	0.9983525276184082	0					non-mobilizable	other	1821.0	99.561	100.0	0.030866291296384234	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0164_000000011419	2310	0.770901654876734	3	3	2	3	3	False	112286	fragment	False	ISR0164_000000011419	1.0		0	0	False	False	0.9926406741142273	0					non-mobilizable	other	2313.0	98.054	100.0	0.0005658705985356505	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0109_000000008016	3546	0.7708969913128213	2	2	2	2	2	False	125508	maximal	False	ENG0039_000000005571	0.8675140022443912		0	0	False	False	0.9991539716720581	0					non-mobilizable	no_good_hit	754.0	74.005	21.0	0.0003484699781179948	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
AST0148_000000003549	8783	0.7708930015556443	18	3	1	3	3	True	105222	maximal	True	AST0148_000000003549	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	58.0	91.37899999999999	1.0	0.006546456873779718	MH552519.1	viruses	Inoviridae sp. isolate ctbe117, complete genome	True	True
USA0116_01_000000010550	2431	0.7708853165362852	3	3	3	3	2	False	263	maximal	True	USA0116_01_000000010550	1.0		1	1	False	False	0.9979432225227356	0					non-mobilizable	no_good_hit	960.0	93.854	71.0	0.00017200285033294838	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
CHI0061_000000000974	5065	0.7708715370496936	4	4	4	4	3	False	99190	maximal	True	CHI0061_000000000974	1.0		23	5	False	False	1.0	0					non-mobilizable	chromosome	3274.0	97.404	99.0	0.0012970862732832337	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0070_000000011737	1668	0.7708694493350596	3	2	2	2	1	False	44931	maximal	True	FIJ0070_000000011737	1.0		4	1	False	False	1.0	0					non-mobilizable	other	1668.0	94.844	100.0	0.003997879948485626	NZ_FNWH01000005.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
MON0075_000000005153	4026	0.7708645594892068	3	3	2	3	1	False	74427	maximal	True	MON0075_000000005153	1.0		1	1	False	False	0.996770977973938	0					non-mobilizable	no_good_hit	2310.0	98.615	57.0	0.0050783415003211076	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0177_000000002720	8426	0.7708470655702243	11	8	4	8	6	False	118439	maximal	False	AST0055_000000003030	0.9545556805399326		0	0	False	False	0.9964395761489868	0					non-mobilizable	no_good_hit	4429.0	99.955	53.0	0.060691621321564165	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
FIJ0068_000000023280	1384	0.7708355544436153	2	2	2	1	1	False	45038	maximal	True	FIJ0068_000000023280	1.0		1	1	False	False	0.9913294911384583	0					non-mobilizable	chromosome	1384.0	99.639	100.0	0.0002533630138730448	CP052309.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 chromosome, complete genome	False	False
ISR0816_000000030206	1218	0.7708268930950122	3	1	1	1	1	False	21394	fragment	False	ISR0816_000000030206	0.9373423044575273		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	98.76799999999999	100.0	0.004946712082659274	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ENG0081_000000003211	7382	0.7708170663805167	10	9	4	8	5	False	119723	fragment	False	DEN0094_000000003259	0.41281009448386774		0	0	False	False	1.0	0					non-mobilizable	chromosome	6491.0	92.79	98.0	0.0012175951894098512	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ENG0026_000000004976	2203	0.7708143232273688	3	3	3	3	3	False	72068	fragment	False	ENG0026_000000004976	0.9720279720279721		0	0	False	False	0.9945529103279114	0					non-mobilizable	other	2213.0	96.611	99.0	0.0011666912804067597	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0105_000000004564	4381	0.7708082238219068	5	4	4	4	4	False	60184	maximal	True	ENG0105_000000004564	1.0		3	2	False	False	0.9913261532783508	0					non-mobilizable	other	4355.0	99.449	99.0	0.0012481137830288632	NZ_KK073872.1	bacteria	Cloacibacillus evryensis DSM 19522 CloevDRAFT_Scaffold1.1, whole genome shotgun sequence	False	False
ITA0014_000000000457	1251	0.7708019466889009	2	2	2	2	2	False	64169	fragment	False	ENG0148_000000027269	0.9781490687517733		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	99.52	100.0	0.16960651289009498	NZ_BBAB01000041.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
ENG0169_000000009788	2396	0.7707995562128621	3	3	3	3	3	False	68732	maximal	False	ISR0325_000000007499	0.9376650918198862		0	0	False	False	0.9916527271270752	0					non-mobilizable	no_good_hit	241.0	76.763	10.0	0.00015758555000349082	NZ_KE159653.1	firmicutes	Paenibacillus barengoltzii G22 acPFB-supercont1.2, whole genome shotgun sequence	True	False
SPA0019_000000024228	1201	0.7707986958208641	2	2	2	2	2	False	66578	fragment	False	SPA0019_000000024228	0.9765810850014506		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	99.084	100.0	0.02352433788790653	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	False	False
ENG0159_000000014908	1548	0.7707929190712666	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.4904805095970144		0	0	False	False	1.0	0					non-mobilizable	chromosome	1548.0	99.806	100.0	0.0006903547138017839	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0084_01_000000020944	1540	0.7707929190712666	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.4325583102661588		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	100.0	99.0	0.000685892175251029	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0104_000000005768	4933	0.7707926635504393	6	6	6	6	5	False	116669	fragment	False	ENG0104_000000005768	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4933.0	99.39200000000001	100.0	0.0020094761549904233	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0084_000000004486	4830	0.7707849500968971	6	5	4	4	2	False	124451	maximal	True	ISR0084_000000004486	1.0		3	1	False	False	0.9993788599967957	0					non-mobilizable	no_good_hit	2136.0	97.47200000000001	63.0	0.012194285714285715	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0055_000000003236	8482	0.7707848333815844	12	12	3	9	9	False	132521	backbone	False	USA0060_01_000000001071	0.10827714915447882	PS1166	0	0	False	True	0.9997642040252686	0					non-mobilizable	other	8482.0	99.859	100.0	0.2261419086473082	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0093_000000004202	8124	0.7707848333815844	12	12	3	9	9	False	132521	backbone	False	USA0060_01_000000001071	0.10172019587084105	PS1166	0	0	False	True	0.9998769164085388	0					non-mobilizable	other	8124.0	99.988	100.0	0.2165960056528811	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
FIJ0088_000000002185	13557	0.7707815944512633	12	7	3	7	3	True	56858	fragment	False	FIJ0088_000000002185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	85.43700000000001	13.0	0.025158333041743936	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0135_000000002842	10367	0.7707746099973917	11	6	3	6	2	False	118091	maximal	False	ENG0127_000000002188	0.9737189648806422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	79.866	1.0	0.0027228405850427745	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
AST0052_000000019114	1315	0.7707562081145496	2	2	2	1	1	False	114407	fragment	False	AST0052_000000019114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0025_000000002312	5173	0.7707506588193884	3	3	2	3	3	True	96620	fragment	False	ENG0109_000000004446	0.7054575433245377		0	0	False	False	1.0	0					non-mobilizable	other	5172.0	98.685	99.0	0.47016554484264145	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
USA0060_01_000000003018	4964	0.7707506588193884	3	3	2	3	3	True	96620	fragment	False	ENG0109_000000004446	0.4855982988594626		0	0	False	False	1.0	0					non-mobilizable	other	4903.0	98.59299999999999	99.0	0.44578861197016556	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
MON0068_000000024171	1750	0.7707501050629487	3	3	3	2	2	False	61810	fragment	False	MON0068_000000024171	0.9678871548619448		0	0	False	False	0.9845714569091797	0					non-mobilizable	no_good_hit	483.0	72.878	27.0	0.0001669085605742219	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0019_000000008668	6458	0.7707493454252653	5	4	2	3	4	False	13228	fragment	False	MON0019_000000008668	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6495.0	98.70700000000001	100.0	0.10398499615285971	CP009581.1	enterobacteria	Escherichia coli FAP1 plasmid unnamed 3, complete sequence	False	True
AST0055_000000015201	2303	0.7707481013115932	4	4	4	3	3	False	131700	fragment	False	ISR0264_000000003339	0.189756175253922		0	0	False	False	1.0	0					non-mobilizable	other	2303.0	92.96600000000001	100.0	0.02096558256450423	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ISR0785_000000003392	7650	0.7707473785917721	9	8	7	7	6	False	94819	maximal	False	MON0007_000000005488	0.4843935349940688		0	0	False	False	0.9993463754653931	0					non-mobilizable	no_good_hit	4014.0	91.579	74.0	0.0014211775399808587	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0319_000000018400	1141	0.7707466707099189	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.0560124861321093	PS1128	0	0	False	True	0.9991235733032227	0					non-mobilizable	other	1089.0	98.714	95.0	0.03811093191220812	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MON0046_000000021956	1555	0.7707458664347596	3	3	3	3	3	False	106481	maximal	True	MON0046_000000021956	0.9941419710544452		76	10	False	False	0.9974276423454285	0					non-mobilizable	other	1546.0	99.288	99.0	0.02428672482904975	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0062_000000002417	11358	0.7707451901073229	18	9	6	7	7	True	124309	maximal	True	SPA0062_000000002417	1.0		11	2	False	False	1.0	0		MOBV			mobilizable	no_good_hit	6258.0	99.96799999999999	60.0	0.0014597698896855371	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ENG0198_000000007764	2464	0.7707258323720856	3	2	2	2	2	False	54350	maximal	True	ENG0198_000000007764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	96.721	2.0	1.7612150505219216e-05	NC_015172.1	firmicutes	Syntrophobotulus glycolicus DSM 8271, complete sequence	True	False
ISR0026_000000005752	3875	0.7707253530502947	4	4	3	4	1	False	115895	maximal	True	ISR0026_000000005752	1.0		21	5	False	False	0.9896774291992188	0					non-mobilizable	no_good_hit	1300.0	77.538	33.0	0.027993072093526736	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0250_000000006525	1910	0.7707238505579159	3	2	2	2	2	False	109509	fragment	False	ISR0250_000000006525	0.9852853949056257		0	0	False	False	0.972251296043396	0					non-mobilizable	other	1908.0	99.738	99.0	0.0005378488190735237	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0036_000000003526	6054	0.7707215569321252	7	5	3	5	3	False	65348	fragment	False	ENG0036_000000003526	1.0		0	0	False	False	0.9986785650253296	0					non-mobilizable	no_good_hit	55.0	92.727	1.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	False
FIJ0006_000000026265	1487	0.7707124547032991	3	1	1	1	1	False	116013	fragment	False	FIJ0081_000000020765	0.3482092422265713		0	0	False	False	0.9899125695228577	0					non-mobilizable	chromosome	1436.0	99.861	97.0	0.0006601586220856412	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
ISR0193_000000018798	1407	0.7707124547032991	2	1	1	1	1	False	116013	fragment	False	FIJ0081_000000020765	0.3197496630742245		0	0	False	False	1.0	0					non-mobilizable	chromosome	1407.0	100.0	100.0	0.0006468174373884401	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
FIJ0078_000000017428	1392	0.7707124547032991	2	1	1	1	1	False	116013	fragment	False	FIJ0081_000000020765	0.31901738941585367		0	0	False	False	0.9992815852165222	0					non-mobilizable	chromosome	1392.0	99.928	100.0	0.0006399168246140257	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
MAD0004_000000008229	1353	0.7707124547032991	2	1	1	1	1	False	116013	fragment	False	FIJ0081_000000020765	0.2910765144308858		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	99.77799999999999	100.0	0.000613646741000226	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
ENG0154_000000030705	1122	0.7707079123376906	2	2	2	2	1	True	56788	fragment	False	MON0054_000000043966	0.9760888129803587		0	0	False	False	0.9901960492134094	0					non-mobilizable	chromosome	1119.0	99.64299999999999	100.0	0.000299605314215763	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0086_000000003194	8973	0.7707060725956812	8	8	8	8	8	False	50814	fragment	False	FIJ0086_000000003194	1.0		0	0	False	False	0.99988853931427	0					non-mobilizable	other	8986.0	98.10799999999999	100.0	0.021898308556213622	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
DEN0096_000000011582	3712	0.7706986913925774	5	4	2	3	3	False	68223	fragment	False	DEN0096_000000011582	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2877.0	97.88	99.0	0.01781925124399717	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0142_000000022314	1182	0.7706978739941298	2	2	2	2	2	False	63707	fragment	False	SPA0142_000000022314	0.9664986927580195		0	0	False	False	0.970389187335968	0					non-mobilizable	chromosome	1178.0	82.00299999999999	99.0	0.00041321337089305255	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0186_000000001880	10535	0.7706968663706384	12	6	2	2	4	False	55033	maximal	True	ENG0186_000000001880	1.0		1	1	True	True	0.9999050498008728	64		MOBB			mobilizable	no_good_hit	1971.0	95.738	26.0	0.22014758497316636	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
FIJ0032_000000001516	20512	0.7706965004110405	33	11	5	9	6	True	48492	maximal	True	FIJ0032_000000001516	1.0		2	1	True	True	1.0	2					non-mobilizable	no_good_hit	55.0	89.09100000000001	0.0	1.851818193976584e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
MAD0049_000000002529	5767	0.7706853396348011	5	2	1	1	2	False	75612	backbone	False	ENG0174_000000002654	0.9800224359737549	PS361	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1428.0	93.697	26.0	0.12844452501812909	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ENG0174_000000002654	5766	0.7706853396348011	5	2	1	1	2	False	75612	backbone	True	ENG0174_000000002654	0.9806732667858525	PS361	3	3	True	True	1.0	45					non-mobilizable	no_good_hit	1428.0	93.838	26.0	0.12844452501812909	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
CHI0116_000000008938	1808	0.7706809236720624	2	1	1	1	1	False	82158	fragment	False	CHI0116_000000008938	1.0		0	0	False	False	0.9905973672866821	0					non-mobilizable	chromosome	1808.0	99.50200000000001	100.0	0.0004534058381208172	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0085_000000009493	1405	0.7706809236720624	2	1	1	1	1	False	81306	fragment	False	SPA0085_000000009493	0.9593338439804594		0	0	False	False	0.9914590716362	0					non-mobilizable	other	1405.0	99.359	100.0	0.007343749182720221	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
USA0063_01_000000005190	3944	0.7706806752139945	4	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.6141825071884683		0	0	False	False	1.0	0					non-mobilizable	chromosome	2890.0	97.09299999999999	100.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0187_000000003676	6912	0.7706679097879132	10	3	2	3	3	False	62472	fragment	False	ISR0187_000000003676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2508.0	99.04299999999999	37.0	0.22611522485100236	MK231469.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_5_c1 sequence	True	False
FIJ0063_000000014314	1921	0.7706673280562466	3	3	3	2	1	False	129783	maximal	True	FIJ0063_000000014314	0.9554926063764239		34	6	False	False	0.9963560700416565	0					non-mobilizable	other	1920.0	98.542	99.0	0.5355847055540051	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
ISR0029_000000025341	1706	0.770665319783873	3	2	2	2	1	False	37105	maximal	True	ISR0029_000000025341	1.0		237	10	False	False	0.9847596883773804	0					non-mobilizable	no_good_hit								True	False
FIJ0080_000000000738	21515	0.7706628856884652	25	4	2	4	2	True	46422	maximal	True	FIJ0080_000000000738	1.0		2	1	False	False	0.9999070167541504	0					non-mobilizable	no_good_hit								True	True
FIJ0166_000000005918	4195	0.7706625261845967	6	6	6	5	4	True	103032	maximal	True	FIJ0166_000000005918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2884.0	82.178	69.0	0.8368237347294939	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	True	True
AST0097_000000005399	4243	0.7706490466279631	6	6	4	5	5	False	121035	maximal	True	AST0097_000000005399	0.9934147509578544		8	2	False	False	0.9995286464691162	0					non-mobilizable	no_good_hit	2080.0	76.298	49.0	0.04325694326120293	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ISR0183_000000015765	2034	0.7706357962564095	3	2	1	2	1	False	29470	fragment	False	ISR0183_000000015765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	89.461	40.0	0.014480302135352343	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
DEN0001_000000020439	2116	0.7706347822609453	3	3	3	3	2	False	76886	fragment	False	DEN0001_000000020439	0.9888836329233681		0	0	False	False	0.9933837652206421	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000010155	3621	0.7706320780441623	10	1	1	1	1	True	71313	maximal	True	DEN0064_000000010155	1.0		1	1	False	False	0.9983429908752441	0					non-mobilizable	no_good_hit								True	True
USA0005_01_000000015921	2060	0.7706296205627936	3	2	2	2	1	False	59972	fragment	False	USA0005_01_000000015921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	3.240400053518866e-05	NZ_FOOT01000002.1	CFB group bacteria	Pontibacter chinhatensis strain LP51, whole genome shotgun sequence	True	False
ENG0125_000000005389	4498	0.7706243579394316	6	6	5	5	3	False	120947	maximal	False	ISR0316_000000003686	0.9450046614103103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	94.78	56.0	0.0003659834676020841	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0028_000000018764	1609	0.7706242472541202	2	2	1	2	1	False	75920	fragment	False	USA0117_01_000000011400	0.6812610286919795		0	0	False	True	0.9919204711914062	0					non-mobilizable	no_good_hit	101.0	84.15799999999999	6.0	0.0007153024656475991	NZ_FOZH01000013.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	True
ISR0797_000000006211	1826	0.7706186117773627	3	3	3	3	3	False	89423	maximal	True	ISR0797_000000006211	1.0		314	13	False	False	1.0	0					non-mobilizable	no_good_hit	282.0	73.404	15.0	0.005014845390687233	NZ_GL830946.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld29, whole genome shotgun sequence	True	False
USA0048_01_000000009436	1687	0.7706184993522832	2	2	2	2	1	False	1118	maximal	True	USA0048_01_000000009436	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0115_000000022471	1284	0.7706153829367083	2	2	2	2	2	False	33121	fragment	False	ISR0279_000000018265	0.47573587907716786		0	0	False	False	0.985981285572052	0					non-mobilizable	other	1284.0	99.53299999999999	100.0	0.01102536779870755	NZ_MCGI01000009.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000009, whole genome shotgun sequence	False	False
SPA0026_000000007416	3790	0.7706147403380916	4	4	4	4	4	False	130065	fragment	False	ENG0102_000000006735	0.9812827893418082		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	86.93299999999999	92.0	0.0031302471368798318	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0808_000000004128	3536	0.77061010548858	4	3	3	3	3	False	85205	maximal	True	ISR0808_000000004128	1.0		10	5	False	False	1.0	0					non-mobilizable	other	3536.0	99.943	100.0	0.0018410518629778272	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
AUS0022_000000008898	3997	0.7706043886277865	10	3	1	1	3	False	99363	maximal	True	AUS0022_000000008898	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	91.301	43.0	0.02740748874492149	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
ISR0326_000000001970	7205	0.7706024624289247	6	5	3	5	2	True	132039	fragment	False	ISR0084_000000002614	0.9248624061422619		0	0	False	False	0.9998611807823181	0					non-mobilizable	no_good_hit	842.0	75.77199999999999	12.0	0.0002668795686607319	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0129_000000003564	7009	0.7706024624289247	6	5	3	5	2	True	132039	fragment	False	ISR0084_000000002614	0.9417639969782331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	75.3	12.0	0.00026462334042326197	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0086_000000003401	6851	0.7706024624289247	7	5	3	5	2	True	132039	fragment	False	ISR0084_000000002614	0.8991939171412874		0	0	False	False	0.9997080564498901	0					non-mobilizable	no_good_hit	810.0	75.185	12.0	0.0002568877007519364	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0188_000000003421	6281	0.7706024624289247	6	5	3	5	2	True	132039	fragment	False	ISR0084_000000002614	0.6301197768567363		0	0	False	False	0.9952237010002136	0					non-mobilizable	no_good_hit	841.0	75.505	13.0	0.0002668795686607319	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MAD0014_000000017603	1877	0.7706008989040937	2	2	1	2	1	False	74773	fragment	False	DEN0021_000000018584	0.9667182662538699		0	0	False	False	0.9978689551353455	0					non-mobilizable	no_good_hit	320.0	72.812	17.0	0.0011054665140240413	NZ_CAPH01000018.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ISR0388_000000004190	6627	0.7705994444964058	9	3	2	2	3	False	22956	fragment	False	ISR0388_000000004190	1.0		0	0	False	False	0.9998490810394287	0					non-mobilizable	no_good_hit	78.0	84.615	1.0	1.211675262217542e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
CAN0021_000000039511	1102	0.7705917760015848	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.15019489495804372		0	0	False	False	0.9981850981712341	0					non-mobilizable	chromosome	1102.0	93.103	100.0	0.0003548724699220602	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0052_000000019127	1412	0.7705870110587686	1	1	1	1	1	False	6515	fragment	False	SPA0052_000000019127	0.9820381231671554		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	74.314	92.0	0.03316059530799275	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
TAN0009_000000021935	1869	0.7705846561771778	3	3	3	1	1	False	125999	fragment	False	TAN0009_000000021935	0.9828766761753364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1377.0	90.414	83.0	0.002695931540630557	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
AST0153_000000024256	1421	0.7705811378399527	2	2	2	2	2	False	103293	fragment	False	AST0153_000000024256	0.9830866807610994		0	0	False	False	0.999296247959137	0					non-mobilizable	no_good_hit	326.0	73.006	23.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0837_000000009857	1419	0.7705811378399527	2	2	2	2	2	False	103293	fragment	False	AST0153_000000024256	0.9824067558057705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	23.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
MON0035_000000005365	4582	0.7705799190058465	7	2	1	2	2	True	12212	fragment	False	MON0035_000000005365	1.0		0	0	False	False	0.9893059730529785	0					non-mobilizable	no_good_hit	237.0	95.781	5.0	0.0004093895931777653	NZ_LLVT01000002.1	high GC Gram+	Schaalia odontolytica strain XH001 contig_2, whole genome shotgun sequence	True	True
FIJ0016_000000016262	1196	0.7705798083086809	3	3	2	3	2	False	113382	fragment	False	AST0060_000000021408	0.12459909128293883		0	0	False	False	0.9866220951080322	0					non-mobilizable	chromosome	1196.0	97.742	100.0	0.0003344574274878105	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0376_000000005723	3734	0.7705753899145299	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9768123242473608		0	0	False	True	1.0	0					non-mobilizable	chromosome	3700.0	89.405	100.0	0.0007638544961525246	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0079_000000007369	3721	0.7705753899145299	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9867725486920369		0	0	False	True	1.0	0					non-mobilizable	chromosome	3725.0	88.913	100.0	0.0007684000192564888	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0091_000000008366	3704	0.7705753899145299	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9842352284634784		0	0	False	True	0.9994600415229797	0					non-mobilizable	chromosome	3629.0	89.226	100.0	0.0007489782387213691	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0117_000000010298	3656	0.7705753899145299	4	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9823445937976075		0	0	False	True	0.9994529485702515	0					non-mobilizable	chromosome	3583.0	89.03200000000001	100.0	0.0007396805778268969	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0053_000000009059	3655	0.7705753899145299	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9752558798113826		0	0	False	True	1.0	0					non-mobilizable	other	3568.0	88.45299999999999	99.0	0.0019814530655814263	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0170_000000002838	3605	0.7705753899145299	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9723733768454877		0	0	False	True	1.0	0					non-mobilizable	other	3608.0	88.69200000000001	100.0	0.00200424755932128	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ENG0136_000000001862	6946	0.7705705142807879	10	6	2	2	5	False	85249	fragment	False	ENG0136_000000001862	0.9998547778100494		0	0	False	False	0.9998560547828674	0					non-mobilizable	no_good_hit	2638.0	84.193	76.0	0.000586530075101351	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
USA0010_01_000000003870	6886	0.7705705142807879	10	6	2	2	5	False	85249	fragment	False	ENG0136_000000001862	0.9955369997120644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2612.0	86.33200000000001	76.0	0.0005757198163560401	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0847_000000023726	1270	0.7705699180775348	2	2	2	2	2	False	99431	fragment	False	ISR0152_000000018054	0.961201949566244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	79.477	39.0	0.0008594333375600546	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
USA0040_01_000000007622	2028	0.7705614622627446	3	3	3	3	3	False	120333	maximal	False	ISR0029_000000020154	0.9465933338525877		0	0	False	False	0.9921104311943054	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	3.0	3.068549477483559e-05	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
FIJ0033_000000023521	1607	0.7705607849865695	4	3	3	2	2	False	48264	maximal	True	FIJ0033_000000023521	1.0		6	1	False	False	0.9962663054466248	0					non-mobilizable	no_good_hit	1098.0	78.78	67.0	0.06404692082111436	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0038_000000020580	1238	0.7705547548135545	2	2	2	2	1	False	104343	fragment	False	SPA0115_000000021588	0.8383485375165715		0	0	False	False	0.9878836870193481	0					non-mobilizable	other	1238.0	99.677	100.0	0.001454223125086701	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0125_01_000000020442	1125	0.7705524414361901	2	2	2	2	2	False	22156	fragment	False	ISR0785_000000031853	0.7205588204969584		0	0	False	False	1.0	0					non-mobilizable	chromosome	1125.0	98.844	100.0	0.0003258268508573971	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0040_000000003987	4730	0.7705443421426774	8	7	6	5	6	False	119461	maximal	True	AST0040_000000003987	1.0		3	3	False	False	0.9746299982070923	0					non-mobilizable	no_good_hit	1553.0	91.887	33.0	0.09844296155068319	NZ_CABIWU010000053.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0031_000000001974	9856	0.7705342203652602	12	5	4	5	2	True	98423	fragment	False	FIJ0031_000000001974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.006355932203389831	XM_029304757.1	ants	PREDICTED: Nylanderia fulva pre-mRNA-splicing factor ATP-dependent RNA helicase DHX15-like (LOC114932519), mRNA	True	True
DEN0053_000000000751	9349	0.7705323866604677	11	6	2	6	3	False	72158	fragment	False	DEN0053_000000000751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.2248423839214185e-05	NZ_LSLK01000059.1	firmicutes	Sporomusa silvacetica DSM 10669 SPSIL_contig000059, whole genome shotgun sequence	True	False
MON0088_000000013349	2361	0.7705256209935948	3	2	2	2	2	False	45210	maximal	True	MON0088_000000013349	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	76.866	6.0	4.4135211275256374e-05	CP017039.1	GNS bacteria	Anaerolineaceae bacterium oral taxon 439 strain W11661, complete genome	True	False
ISR0397_000000002683	8359	0.7705241152244231	14	9	1	3	8	False	132319	maximal	True	ISR0397_000000002683	1.0	PS1156	9	5	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	4225.0	99.71600000000001	51.0	0.09609739447036068	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	True	True
MON0057_000000013276	1958	0.7705181489686674	3	2	2	2	1	False	61916	fragment	False	MON0058_000000022063	0.5655638308668285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	75.736	43.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0127_000000017260	1701	0.7705181489686674	3	2	2	2	1	False	51841	fragment	False	SPA0127_000000017260	1.0		0	0	False	False	0.9952968955039978	0					non-mobilizable	no_good_hit	843.0	75.682	49.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0851_000000010321	1345	0.7705181489686674	2	2	2	2	1	False	43072	fragment	False	ISR0851_000000010321	0.9932432432432432		0	0	False	False	0.9985129833221436	0					non-mobilizable	no_good_hit	845.0	75.62100000000001	62.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0025_000000017114	1232	0.7705181489686674	2	2	2	2	1	False	7550	fragment	False	SPA0025_000000017114	1.0		0	0	False	False	0.9910714030265808	0					non-mobilizable	no_good_hit	847.0	75.443	68.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0045_000000001057	19323	0.7705154316377321	15	6	4	6	2	True	72987	fragment	False	DEN0045_000000001057	0.974779449579187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0188_000000004694	5591	0.7705085086939609	7	7	5	7	5	False	70462	fragment	False	ENG0188_000000004694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	75.652	8.0	0.0002003486153587161	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0040_000000014188	1936	0.7705014812983056	2	2	2	2	1	False	11869	maximal	True	MON0040_000000014188	1.0		1	1	False	False	0.9814049601554871	0					non-mobilizable	no_good_hit	685.0	99.27	35.0	0.011521203738065517	NZ_QEKH01000033.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_133, whole genome shotgun sequence	True	False
USA0018_01_000000015692	1390	0.7704979207472662	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.05848793879184825	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1402.0	93.866	100.0	0.26956521739130435	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
SPA0010_000000020479	1285	0.7704979207472662	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.06388732456758779	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1285.0	98.444	100.0	0.25078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0030_000000025113	1202	0.7704979207472662	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.04076641833461488	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1202.0	99.917	100.0	0.20821775312066573	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0010_01_000000022169	1177	0.7704979207472662	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.0429378730232823	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1177.0	95.58200000000001	100.0	0.2296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
FIJ0090_000000036322	1297	0.7704970266245154	2	1	1	1	1	False	43422	fragment	False	FIJ0090_000000036322	1.0		0	0	False	False	0.9938319325447083	0					non-mobilizable	no_good_hit	333.0	74.17399999999999	25.0	0.09121153313002495	NZ_MLHQ01000054.1	g-proteobacteria	Rodentibacter myodis strain Ac151 contig_54, whole genome shotgun sequence	True	False
SPA0100_000000011862	2527	0.7704944597201033	3	3	3	3	3	False	115318	fragment	False	SPA0100_000000011862	0.9695245835026411		0	0	False	False	0.9908983111381531	0					non-mobilizable	other	2527.0	99.604	100.0	0.0009173495642952733	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0072_000000020513	1282	0.7704933017326254	2	2	2	2	2	False	52146	fragment	False	FIJ0003_000000017216	0.9180189769484851		0	0	False	False	0.9797191619873047	0					non-mobilizable	other	1284.0	91.12100000000001	100.0	0.020108712728186758	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0778_000000001269	9101	0.7704880353722191	15	12	8	8	9	True	125397	fragment	False	SPA0032_000000002311	0.8650208794021271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7235.0	86.704	79.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0392_000000018475	1846	0.7704872456622804	3	2	1	2	1	False	60952	fragment	False	ISR0392_000000018475	0.9862258953168044		0	0	False	False	0.9972914457321167	0					non-mobilizable	no_good_hit	126.0	75.39699999999999	7.0	0.015553289138194799	NZ_LDJP01000094.1	g-proteobacteria	Stenotrophomonas daejeonensis strain JCM 16244 contig_94, whole genome shotgun sequence	True	False
SPA0041_000000027352	1234	0.7704869592072427	3	2	2	2	2	False	74124	fragment	False	ISR0087_000000030748	0.9853910185833917		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	98.70299999999999	100.0	0.00043474842240622143	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
CHI0140_000000010828	2700	0.7704836868738295	4	3	1	3	2	False	80265	maximal	True	CHI0140_000000010828	1.0		0	0	False	False	0.9607407450675964	0					non-mobilizable	no_good_hit	51.0	100.0	2.0	1.9366498591280893e-05	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	False
MON0039_000000013847	3302	0.7704799192946287	3	3	3	3	2	False	12823	maximal	True	MON0039_000000013847	1.0		8	5	False	False	0.9963658452033997	0					non-mobilizable	no_good_hit	486.0	79.012	15.0	0.585956416464891	GQ876148.1		Uncultured organism clone VC1A959TF genomic sequence	True	False
SPA0009_000000026439	1413	0.7704591284630091	3	3	3	2	2	False	8110	fragment	False	SPA0009_000000026439	1.0		0	0	False	False	0.9851379990577698	0					non-mobilizable	no_good_hit	1034.0	75.919	73.0	0.0033779771722636407	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	True	False
ISR0049_000000000647	24741	0.7704538185946235	18	8	6	7	3	True	101265	maximal	True	ISR0049_000000000647	0.9718991912710685		2	1	False	False	0.9995958209037781	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	0.0	0.006441538161233652	NZ_CACWHD010000047.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
FIJ0055_000000000439	24644	0.7704538185946235	18	8	6	7	3	True	101265	maximal	False	ISR0049_000000000647	0.9682894726520752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	100.0	0.0	0.013576779026217229	NZ_WNAJ01000048.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold48_size8544, whole genome shotgun sequence	True	True
ISR0814_000000001449	24562	0.7704538185946235	18	8	6	7	3	True	101265	maximal	False	ISR0049_000000000647	0.9687769050824993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0211_000000009479	2784	0.7704530161266544	3	3	3	3	3	False	81404	maximal	False	CHI0127_000000006143	0.6941082651707976		0	0	False	False	0.9946120977401733	0					non-mobilizable	chromosome	2785.0	98.743	100.0	0.0006195825473566703	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0111_000000003422	4927	0.7704518348507374	6	6	6	5	4	False	78423	maximal	False	CHI0164_000000004463	0.9505574607796532		0	0	False	False	0.99391108751297	0					non-mobilizable	other	1098.0	88.70700000000001	91.0	0.012922242527854743	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	False	False
ENG0195_000000003516	5964	0.7704514351050019	10	6	1	1	5	False	125166	maximal	True	ENG0195_000000003516	1.0	PS922|PS923	1	1	True	True	0.9981555938720703	16	rep_cluster_233				non-mobilizable	other	2420.0	91.65299999999999	94.0	0.24640195978360724	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
USA0130_01_000000006543	6093	0.7704497105545038	7	5	2	5	4	False	119918	maximal	True	USA0130_01_000000006543	1.0		2	1	False	False	0.9962251782417297	0					non-mobilizable	no_good_hit								True	False
USA0021_01_000000005985	3075	0.7704468042065009	5	2	2	2	0	True	108643	fragment	False	ISR0095_000000008851	0.9262771489752217		0	0	False	False	0.9996747970581055	0					non-mobilizable	other	3079.0	95.323	100.0	0.03501339623073576	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
CHI0127_000000003111	6854	0.7704464218555562	8	5	2	3	4	False	111221	fragment	False	CHI0127_000000003111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2973.0	98.62100000000001	46.0	0.00041934680700787656	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
CHI0062_000000012319	1100	0.7704430727065111	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.05604724929792789	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1089.0	95.041	99.0	0.03811093191220812	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MAD0073_000000000592	6369	0.7704390337229923	8	8	2	4	8	False	16310	maximal	True	MAD0073_000000000592	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3397.0	95.46700000000001	93.0	0.0007046576727228368	CP010344.1	enterobacteria	Escherichia coli ECC-1470, complete genome	False	False
ISR0362_000000014020	1492	0.7704234613000847	2	1	1	1	1	False	23734	maximal	True	ISR0362_000000014020	1.0		2	2	False	False	0.9926273226737976	0					non-mobilizable	no_good_hit	155.0	75.484	10.0	4.003636988127109e-05	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
FIJ0066_000000018702	1758	0.7704199042934149	3	2	2	2	1	False	66456	fragment	False	FIJ0066_000000018702	1.0		0	0	False	False	0.9960182309150696	0					non-mobilizable	no_good_hit								True	False
USA0063_01_000000003689	5608	0.7704120190692471	6	5	3	3	4	False	94143	fragment	False	USA0063_01_000000003689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4254.0	93.01799999999999	75.0	0.0006520045285799172	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
DEN0072_000000004978	3781	0.7704105557262955	6	4	4	4	4	False	70294	fragment	False	DEN0072_000000004978	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3781.0	98.863	100.0	0.06419400855920114	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
MON0093_000000015735	2715	0.7704069236736704	5	4	2	4	3	False	9395	maximal	True	MON0093_000000015735	1.0		3	1	False	False	0.9760589599609375	0					non-mobilizable	no_good_hit	70.0	84.286	3.0	1.6492129010164243e-05	CP001964.1	high GC Gram+	Cellulomonas flavigena DSM 20109, complete genome	True	False
CHI0160_000000009875	3007	0.7704041949854028	5	3	2	2	2	False	95914	fragment	False	SPA0077_000000008270	0.3740724965555968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	845.0	75.62100000000001	28.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0169_000000005344	2741	0.7704041949854028	5	3	2	2	2	False	95914	fragment	False	SPA0077_000000008270	0.31631411829827105		0	0	False	False	0.9956220388412476	0					non-mobilizable	no_good_hit	606.0	76.568	22.0	0.00013650682216653106	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0008_000000012774	2379	0.7704041949854028	3	3	2	2	2	False	95913	fragment	False	SPA0101_000000016176	0.4822289156626506		0	0	False	False	0.9974779486656189	0					non-mobilizable	no_good_hit	849.0	75.736	35.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0023_01_000000015619	1971	0.7704036841844178	2	2	2	2	2	False	68428	fragment	False	USA0023_01_000000015619	1.0		0	0	False	False	0.9994926452636719	0					non-mobilizable	no_good_hit								True	False
ENG0074_000000011383	1982	0.7704029297670286	4	4	3	4	2	False	74305	fragment	False	ENG0074_000000011383	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1789.0	76.747	90.0	0.007153648278959618	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0101_000000009652	2496	0.7703972726586803	4	4	4	4	2	False	87483	fragment	False	CHI0042_000000004756	0.9904527461718773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	96.603	80.0	0.00023456596605698118	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0849_000000005024	5051	0.7703920857767943	8	6	2	3	5	True	113918	fragment	False	ISR0849_000000005024	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4997.0	99.74	100.0	0.003203662794612255	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
AST0055_000000008429	3922	0.7703920857767943	7	6	2	3	5	True	113915	fragment	False	USA0040_01_000000004176	0.47423312883435587		0	0	False	False	0.9997450113296509	0					non-mobilizable	other	3897.0	100.0	99.0	0.0067880832202276515	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
AST0031_000000016934	1543	0.7703888004800521	3	3	3	2	2	False	117308	maximal	True	AST0031_000000016934	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1432.0	99.23200000000001	97.0	0.00039661620688565647	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	False
USA0057_01_000000012498	2545	0.7703864967017859	3	2	2	1	1	False	94021	maximal	True	USA0057_01_000000012498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	71.508	42.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0137_000000009573	2766	0.7703847945675659	6	3	2	3	3	False	31376	fragment	False	ISR0137_000000009573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	83.48100000000001	36.0	0.00017619739602966773	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
USA0013_01_000000000451	20664	0.7703842481961396	34	23	11	20	18	True	106135	maximal	True	USA0013_01_000000000451	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	15796.0	98.61399999999999	92.0	0.004970666135453647	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0088_000000018129	1586	0.7703801611623324	4	3	2	3	1	False	43654	maximal	True	FIJ0088_000000018129	1.0		1	1	False	False	0.9583858847618103	0					non-mobilizable	other	1555.0	90.03200000000001	98.0	0.0002935080019400024	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	False
SPA0064_000000007189	2989	0.7703764337316586	6	6	4	5	5	False	118688	fragment	False	ISR0119_000000010317	0.9468223086900129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1699.0	91.64200000000001	78.0	0.0003277044477744278	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0074_000000024786	1227	0.7703734342483026	2	2	2	2	2	False	34666	fragment	False	SPA0026_000000025014	0.4752679307502061		0	0	False	False	0.9380602836608887	0					non-mobilizable	other	1151.0	86.012	92.0	0.0035315922286529235	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ISR0145_000000022667	1200	0.7703721002649663	2	2	2	2	2	False	31053	maximal	True	ISR0145_000000022667	1.0		14	6	False	False	0.9608333110809326	0					non-mobilizable	no_good_hit	922.0	98.807	77.0	0.0035695737440604	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
CAN0019_000000005913	1121	0.770355608116263	3	2	2	1	1	True	91948	maximal	True	CAN0019_000000005913	1.0		0	0	False	False	0.9982158541679382	0					non-mobilizable	no_good_hit	966.0	98.24	86.0	0.0002791559229320938	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
AUS0006_000000005951	3726	0.7703417098380475	4	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.5347718179824603		0	0	False	False	1.0	0					non-mobilizable	chromosome	3726.0	98.87299999999999	100.0	0.0006758292788112372	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0015_000000009853	2975	0.7703390894050354	5	4	3	2	3	False	63722	fragment	False	FIJ0015_000000009853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	84.03399999999999	8.0	0.000995280850543398	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
USA0023_01_000000002097	14663	0.7703356072759541	14	6	5	5	3	True	77176	fragment	False	USA0023_01_000000002097	0.9438495332235035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.18509615384615385	NZ_CYXX01000089.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0061_000000001394	13543	0.7703336272016538	24	9	5	6	7	False	6257	maximal	True	SPA0061_000000001394	0.9997043825290075		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	2.7098387993329628e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0060_000000001178	13531	0.7703336272016538	24	9	5	6	7	False	6257	maximal	False	SPA0061_000000001394	0.9992616111644392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	1.0	2.9877709838799335e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0179_000000005016	3404	0.7703236250234017	4	3	1	3	2	False	95814	fragment	False	CAN0014_000000012172	0.730682213836834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	74.962	22.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0107_000000001914	8931	0.7703203233248089	16	7	5	6	5	False	32866	maximal	True	ISR0107_000000001914	1.0		1	1	False	False	0.999888002872467	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00012151525604440403	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
FIJ0026_000000008674	3570	0.7703183431380584	5	4	2	4	2	False	55807	fragment	False	FIJ0026_000000008674	0.9586963051967559		0	0	False	False	0.9997198581695557	0					non-mobilizable	no_good_hit	156.0	78.205	4.0	0.0026253107776831198	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
MON0077_000000035460	1281	0.7703137886171862	2	2	2	1	1	False	10197	fragment	False	MON0077_000000035460	1.0		0	0	False	False	0.9781420826911926	0					non-mobilizable	no_good_hit								True	False
MON0027_000000032951	1260	0.7703124306083897	2	1	1	1	1	False	12624	fragment	False	MON0027_000000032951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	77.181	12.0	0.0015036034634728055	NZ_SMMX01000012.1	firmicutes	Extibacter muris strain DSM 28560 NODE_12_length_96435_cov_78.216898, whole genome shotgun sequence	True	False
CHI0086_000000000405	10958	0.7703106927193589	8	8	6	6	3	False	100736	fragment	False	CHI0086_000000000405	1.0		0	0	False	False	0.9999087452888489	0					non-mobilizable	no_good_hit	3497.0	85.67299999999999	32.0	0.006268433932069839	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0806_000000011416	1178	0.7703082985330307	2	2	2	2	1	False	21772	fragment	False	ISR0806_000000011416	1.0		0	0	False	False	0.9991511106491089	0					non-mobilizable	no_good_hit	347.0	81.268	29.0	0.00016882631845256937	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0133_000000011464	3258	0.7703053651265563	5	5	3	5	1	False	54689	maximal	True	FIJ0133_000000011464	1.0		23	1	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	85.39299999999999	41.0	0.0002460151286709501	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0139_000000005489	3376	0.7703050077754556	2	2	2	2	1	False	57871	maximal	True	ENG0139_000000005489	1.0		1	1	False	False	0.9946682453155518	0					non-mobilizable	no_good_hit	750.0	70.8	22.0	0.0001930701258090244	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
DEN0070_000000017863	1900	0.770302391265928	2	2	2	2	2	False	70607	maximal	True	DEN0070_000000017863	1.0		4	2	False	False	0.9952631592750549	0					non-mobilizable	no_good_hit	1590.0	95.535	84.0	0.01095240394231366	NZ_QVHZ01000012.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf12, whole genome shotgun sequence	True	False
ENG0029_000000004917	4911	0.7702938554724266	5	5	5	5	5	False	129674	maximal	True	ENG0029_000000004917	1.0	PS1061	16	4	False	True	0.9997963905334473	0					non-mobilizable	no_good_hit	1799.0	99.055	52.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0143_000000006810	2780	0.7702926366801052	5	4	3	3	2	False	128302	fragment	False	SPA0143_000000006810	1.0		0	0	False	False	0.9866906404495239	0					non-mobilizable	other	1865.0	98.338	92.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0092_000000001123	8161	0.7702909702350497	11	10	5	6	4	True	88365	fragment	False	CHI0092_000000001123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3939.0	75.679	48.0	0.1259216330210245	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0386_000000009429	3664	0.7702876916225502	6	3	1	3	1	True	124511	maximal	False	ENG0053_000000006728	0.6994954125080245		0	0	True	True	0.9934498071670532	6					non-mobilizable	plasmid	1670.0	100.0	100.0	0.440253231337378	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0237_000000000957	6903	0.7702811438324679	12	5	4	4	1	True	48069	fragment	False	ISR0237_000000000957	1.0		0	0	False	False	0.9973924160003662	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	4.876909905126781e-07	CP040771.1	eudicots	Cicer arietinum chromosome Ca6	True	True
ISR0388_000000010424	3213	0.7702769588343141	3	3	3	2	1	False	131596	fragment	False	ISR0334_000000005504	0.9476958640393897		0	0	False	False	1.0	0					non-mobilizable	other	3213.0	99.72	100.0	0.0013546415239801494	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ETH0004_000000013476	2080	0.7702629194939721	3	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.22891700552905336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	75.204	18.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0039_000000017510	1240	0.7702620253698031	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.10283672570507975	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1249.0	83.587	100.0	0.014710747707722847	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
USA0042_01_000000004095	6565	0.7702613398348387	7	3	2	2	3	True	85086	fragment	False	USA0042_01_000000004095	1.0		0	0	False	True	0.9964965581893921	0					non-mobilizable	no_good_hit	4295.0	98.81299999999999	84.0	0.0019162140536941564	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MON0100_000000034138	1348	0.7702477268962362	5	4	4	3	2	True	117225	fragment	False	DEN0058_000000001076	0.16554682255828782		0	0	False	False	1.0	0					non-mobilizable	chromosome	1348.0	99.48100000000001	100.0	0.0003758797699716565	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
SPA0050_000000019598	1309	0.7702477268962362	5	4	4	3	2	True	117225	fragment	False	DEN0058_000000001076	0.16352267070627846		0	0	False	False	0.9977082014083862	0					non-mobilizable	chromosome	1309.0	99.16	100.0	0.0003646845422733197	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0109_000000003987	6591	0.7702457586520565	11	8	4	4	7	True	96745	fragment	False	ISR0109_000000003987	1.0		0	0	False	False	0.9924138784408569	0					non-mobilizable	no_good_hit	3536.0	98.78399999999999	75.0	0.001477576188046308	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
SPA0037_000000015586	1594	0.7702351604060711	3	2	0	1	1	False	7065	fragment	False	SPA0037_000000015586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0092_000000021758	1438	0.7702314328049241	2	2	2	2	2	False	79371	fragment	False	FIJ0085_000000021020	0.9261648354891957		0	0	False	False	0.9972183704376221	0					non-mobilizable	chromosome	1438.0	96.384	100.0	0.00048334919252747535	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0173_000000004910	1920	0.7702303413190744	3	3	3	3	3	False	111662	fragment	False	ISR0173_000000004910	0.9785002621919245		0	0	False	False	1.0	0					non-mobilizable	other	1920.0	99.427	100.0	0.00959802337736387	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0138_000000006249	2388	0.7702288537911857	3	2	2	2	1	True	80428	fragment	False	CHI0138_000000006249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0004_000000037621	1260	0.7702280006628418	2	1	1	1	1	False	14185	fragment	False	MON0004_000000037621	1.0		0	0	False	False	0.9968253970146179	0					non-mobilizable	no_good_hit								True	False
ISR0818_000000004806	3536	0.7702252484985098	6	4	4	4	3	False	52000	maximal	True	ISR0818_000000004806	1.0	PS211	1	1	False	True	0.9997171759605408	0					non-mobilizable	other	3459.0	94.102	100.0	0.0023297389559857303	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
MON0085_000000006214	3522	0.7702210341892828	3	3	3	3	3	False	111069	fragment	False	FIJ0095_000000004547	0.325449922042731		0	0	False	False	0.9858035445213318	0					non-mobilizable	no_good_hit	515.0	72.039	14.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0036_000000033226	1315	0.770220989547264	1	1	1	1	1	False	47892	maximal	True	FIJ0036_000000033226	1.0		1	1	False	False	0.9855513572692871	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000006237	4268	0.7702142998329123	4	4	4	3	1	False	82279	fragment	False	SPA0028_000000006237	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4268.0	97.329	100.0	0.027715710982358595	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0264_000000001478	5675	0.770200706343332	7	5	4	3	3	False	128692	fragment	False	ISR0264_000000001478	0.9975715056664868		0	0	False	False	1.0	0					non-mobilizable	other	5501.0	99.58200000000001	99.0	0.04255072194623706	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0153_000000007633	2000	0.7701964878893253	3	3	3	3	3	False	79256	maximal	True	CHI0153_000000007633	1.0		769	14	False	False	0.984000027179718	0					non-mobilizable	other	1951.0	98.77	98.0	0.007146757754232163	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0091_000000015706	1917	0.7701953633231751	3	2	2	2	2	False	73444	fragment	False	DEN0035_000000015521	0.6454363089267804		0	0	False	False	1.0	0					non-mobilizable	chromosome	1917.0	99.583	100.0	0.0005333890106830915	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0123_000000001665	7759	0.7701914166969814	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.4856389180600123		0	0	False	False	0.999613344669342	0					non-mobilizable	no_good_hit	2272.0	97.095	29.0	0.3674923101829367	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0111_000000012053	2864	0.7701882095495399	3	3	3	2	3	False	58971	fragment	False	SPA0111_000000012053	0.9942466738583244		0	0	False	False	0.9989525079727173	0					non-mobilizable	chromosome	2864.0	99.86	100.0	0.0008000310952316637	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0021_000000020376	1182	0.7701870056109766	2	1	1	1	1	False	37607	fragment	False	ISR0021_000000020376	1.0		0	0	False	False	0.9517766237258911	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.402256846188886e-06	CP048021.1	firmicutes	Virgibacillus sp. MSP4-1 chromosome, complete genome	True	False
FIJ0120_000000012573	1918	0.7701847174432025	3	3	3	3	2	False	81201	fragment	False	DEN0010_000000020867	0.21758923949092732		0	0	False	False	0.9994786381721497	0					non-mobilizable	no_good_hit	1164.0	73.883	63.0	0.00031598571744557145	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0003_000000016310	3045	0.7701837054769501	3	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.0954685539977076	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3045.0	99.573	100.0	0.0005311493894749336	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0184_000000007534	3006	0.7701837054769501	3	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.11840242568706331	PS1101	0	0	False	True	0.9996673464775085	0					non-mobilizable	other	3006.0	99.867	100.0	0.0005658744737885249	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0026_000000009812	3004	0.7701837054769501	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.093190165292384	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3004.0	99.76700000000001	100.0	0.0005448363286631263	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0267_000000005711	2860	0.7701837054769501	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.07538594156589667	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2860.0	99.58	100.0	0.0004988580200852318	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0299_000000004624	2326	0.7701837054769501	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.023485605314221322	PS1101	0	0	False	True	0.9987102150917053	0					non-mobilizable	other	2326.0	98.45200000000001	100.0	0.0004378230121658304	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0840_000000006869	2276	0.7701837054769501	3	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.1054466635895147	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	2281.0	98.115	100.0	0.0004550587564681213	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0081_000000004217	2043	0.7701837054769501	3	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.09175813961454087	PS1101	0	0	False	True	0.9995105266571045	0					non-mobilizable	other	2044.0	99.56	100.0	0.0003847193177870071	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0083_000000009676	1797	0.7701837054769501	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.05853074424389193	PS1101	0	0	False	True	0.999443531036377	0					non-mobilizable	chromosome	1797.0	99.889	100.0	0.00032584949926039785	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0390_000000008922	1615	0.7701837054769501	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.030635967443713028	PS1101	0	0	False	True	0.9993808269500732	0					non-mobilizable	other	1615.0	99.93799999999999	100.0	0.0003039339103809248	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0030_000000003993	1584	0.7701837054769501	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.023596711446595756	PS1101	0	0	False	True	0.9993686676025391	0					non-mobilizable	chromosome	1584.0	98.10600000000001	100.0	0.00031574690909323157	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0849_000000017703	1538	0.7701837054769501	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.025594844627629326	PS1101	0	0	False	True	0.995448648929596	0					non-mobilizable	other	1538.0	99.74	100.0	0.0002682801878484959	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0022_000000018275	1437	0.7701837054769501	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.015596804935299332	PS1101	0	0	False	True	0.9965205192565918	0					non-mobilizable	other	1437.0	99.02600000000001	100.0	0.00025065084564114516	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0369_000000011518	1416	0.7701837054769501	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.009912061733520794	PS1101	0	0	False	True	0.9823446273803711	0					non-mobilizable	other	1416.0	99.223	100.0	0.0002664600267589893	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
USA0069_01_000000034576	1756	0.7701817669781624	2	2	2	2	1	False	74106	fragment	False	ENG0095_000000014523	0.9486642221058146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0840_000000000861	11384	0.7701812413245845	10	8	2	8	4	False	79139	maximal	True	ISR0840_000000000861	1.0		38	8	False	False	0.9994729161262512	0					non-mobilizable	other	11213.0	99.964	98.0	0.05206915928648719	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	False
ENG0128_000000013374	2096	0.770180296113558	3	1	1	1	1	False	85096	fragment	False	ENG0128_000000013374	1.0		0	0	False	False	0.989980936050415	0					non-mobilizable	no_good_hit	1606.0	97.26	77.0	0.005083026999619724	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0041_000000021477	1742	0.770180296113558	4	1	1	1	1	False	85095	fragment	False	SPA0100_000000016054	0.9522879464285714		0	0	False	False	0.9977037906646729	0					non-mobilizable	other	1732.0	97.171	99.0	0.00548231715046267	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0068_000000013919	1206	0.770180296113558	2	1	1	1	1	False	85091	fragment	False	CHI0068_000000013919	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	97.098	100.0	0.003815439219165927	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0145_000000002526	6462	0.7701755133758822	10	9	6	4	8	False	79779	fragment	False	CHI0145_000000002526	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6462.0	99.969	100.0	0.061109639830508475	CP044030.1	enterobacteria	Klebsiella pneumoniae strain RJY9645 plasmid pY9645-105, complete sequence	False	True
FIJ0008_000000013488	2116	0.7701612790366649	2	2	1	2	2	False	99517	fragment	False	FIJ0122_000000007371	0.7890697188750992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1606.0	95.51700000000001	76.0	0.6564291564291564	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	True	False
FIJ0001_000000010442	1910	0.7701612790366649	2	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.794974601210539		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	96.618	90.0	0.7006552006552007	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
CHI0106_000000012402	1630	0.7701612790366649	3	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.7062047655464451		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	96.921	99.0	0.6638001638001638	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
CHI0153_000000009329	1608	0.7701612790366649	3	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.6978332638516554		0	0	False	False	0.9894278645515442	0					non-mobilizable	other	1610.0	95.963	100.0	0.6576576576576577	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
CHI0155_000000008351	1523	0.7701612790366649	2	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.6171591055970045		0	0	False	False	1.0	0					non-mobilizable	other	1523.0	97.899	100.0	0.6232596232596233	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
CHI0067_000000009191	1298	0.7701612790366649	2	2	1	2	2	False	85174	fragment	False	CHI0067_000000009191	0.9457215327099823		0	0	False	False	0.9992296099662781	0					non-mobilizable	other	1299.0	96.15100000000001	100.0	0.5315315315315315	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
DEN0051_000000020481	2231	0.7701316256991022	2	2	2	2	2	False	92616	fragment	False	USA0054_01_000000003567	0.6771881816539678		0	0	False	False	0.9995517730712891	0					non-mobilizable	chromosome	1616.0	97.339	100.0	0.0003002132722521702	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
AST0029_000000026095	1117	0.7701310469382002	2	2	2	2	1	False	117650	fragment	False	AST0029_000000026095	1.0		0	0	False	False	0.9982094764709473	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	4.230693009781808e-05	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
CHI0182_000000017038	1670	0.7701295694005043	2	2	1	2	1	True	77341	fragment	False	CHI0182_000000017038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0068_000000008545	4667	0.7701096120111158	5	4	3	4	2	True	120257	maximal	True	MON0068_000000008545	1.0		2	2	False	False	0.9794300198554993	0					non-mobilizable	no_good_hit	108.0	77.778	2.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
USA0004_01_000000005532	4822	0.7701027521318369	6	5	4	4	3	True	91790	fragment	False	USA0004_01_000000005532	0.9657861896838602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	76.101	16.0	0.0002743181086202113	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0295_000000006226	4951	0.770094404389915	8	4	0	2	2	False	132312	backbone	False	ISR0021_000000004354	0.929452488065984	PS1155	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	311.0	99.035	6.0	0.0038550980562844315	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0033_000000029698	2100	0.7700751995580404	3	3	3	3	2	False	70669	fragment	False	MON0033_000000029698	1.0		0	0	False	False	0.9938095211982727	0					non-mobilizable	no_good_hit	1705.0	77.654	88.0	0.000527117642987771	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
ISR0384_000000014216	1385	0.7700734626139281	2	2	2	1	1	False	24248	fragment	False	ISR0344_000000023669	0.9511533242876526		0	0	False	False	0.9870036244392395	0					non-mobilizable	other	1385.0	97.473	100.0	0.0006078568128275356	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0069_000000008262	2948	0.7700699744997482	5	3	1	2	2	False	34963	fragment	False	ISR0069_000000008262	1.0		0	0	False	False	0.9969471096992493	0					non-mobilizable	no_good_hit	967.0	98.035	79.0	0.0004229523921625121	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0128_000000002940	11436	0.7700666319674889	15	10	6	8	9	True	125403	fragment	False	MON0037_000000003223	0.47311848813114415		0	0	False	False	0.9989506602287292	0					non-mobilizable	no_good_hit	8233.0	91.656	72.0	0.002343813326057199	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
AST0087_000000031231	1164	0.7700641451038721	2	2	2	2	2	False	110501	fragment	False	AST0087_000000031231	0.9322401324064259		0	0	False	False	0.9991409182548523	0					non-mobilizable	chromosome	1164.0	94.50200000000001	100.0	0.00032522136463668266	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0347_000000017112	1323	0.7700608307782412	3	3	2	3	1	True	24162	maximal	True	ISR0347_000000017112	1.0		27	6	False	False	0.9894179701805115	0					non-mobilizable	no_good_hit	519.0	75.145	39.0	0.006334952949135863	NZ_FMJR01000091.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	True
FIJ0036_000000025753	1643	0.7700598236066412	3	3	3	3	2	False	110901	fragment	False	CHI0152_000000006122	0.9384827242441068		0	0	False	False	0.9762629270553589	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	3.0	0.0007155586758114165	NZ_BCUH01000007.1	g-proteobacteria	Psychrobacter phenylpyruvicus DSM 7000 = NBRC 102152, whole genome shotgun sequence	True	False
SPA0071_000000014840	1374	0.7700501503770684	3	3	2	3	2	False	5886	maximal	True	SPA0071_000000014840	1.0		35	7	False	False	0.9861717820167542	0					non-mobilizable	chromosome	1374.0	99.927	100.0	0.0004227732198876464	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
SPA0068_000000003279	3876	0.7700488751718988	6	6	4	6	6	False	5995	fragment	False	SPA0068_000000003279	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2833.0	99.89399999999999	100.0	0.008159008473038108	MT062913.1	enterobacteria	Raoultella ornithinolytica strain 193104922 plasmid p104922-NR, complete sequence	False	True
AST0084_000000001713	12882	0.7700484039422804	11	8	7	7	5	False	111621	maximal	True	AST0084_000000001713	1.0		24	7	False	False	0.9999223947525024	0					non-mobilizable	no_good_hit	970.0	71.85600000000001	7.0	0.0065396505658371455	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
MON0042_000000008070	3256	0.7700461138845502	3	3	2	3	2	False	40057	fragment	False	MON0011_000000013303	0.9481239340534395		0	0	False	False	0.9996928572654724	0					non-mobilizable	no_good_hit	1310.0	76.641	39.0	0.0007203263401187258	NC_014370.1	CFB group bacteria	Prevotella melaninogenica ATCC 25845 chromosome I, complete sequence	True	False
FIJ0163_000000005042	4900	0.7700239244059489	6	6	6	6	5	False	130049	fragment	False	ENG0005_000000004373	0.6496014090484756		0	0	False	False	1.0	0					non-mobilizable	chromosome	4899.0	98.59200000000001	99.0	0.0016486381232587565	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0032_01_000000005955	4344	0.7700213367318309	4	1	1	1	1	False	27963	maximal	True	USA0032_01_000000005955	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	84.70100000000001	7.0	0.0006416837782340862	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0088_000000005161	3175	0.7700213367318309	4	1	1	1	1	False	6533	fragment	False	SPA0088_000000005161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.200661394136507e-06	CP004371.1	CFB group bacteria	Flammeovirgaceae bacterium 311, complete genome	True	False
SPA0052_000000009880	2898	0.7700213367318309	5	1	1	1	1	False	6532	fragment	False	SPA0052_000000009880	0.9780732044198894		0	0	False	False	0.9920634627342224	0					non-mobilizable	no_good_hit	73.0	89.041	3.0	0.0007597661608593799	NC_029072.1	viruses	Salmonella phage 19, complete genome	True	False
SPA0087_000000005318	2896	0.7700213367318309	4	1	1	1	1	False	6532	fragment	False	SPA0052_000000009880	0.977743271221532		0	0	False	False	0.9930939078330994	0					non-mobilizable	no_good_hit	82.0	86.585	3.0	0.0005122425980944575	NC_018860.1	viruses	Bacillus phage BCP78, complete genome	True	False
SPA0128_000000016043	2321	0.7700213367318309	4	1	1	1	1	False	3883	fragment	False	SPA0128_000000016043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000016378	1804	0.7700138785343884	3	3	2	2	1	False	94465	fragment	False	CAN0011_000000015663	0.9556856162884041		0	0	False	False	0.978935718536377	0					non-mobilizable	no_good_hit	974.0	81.93	54.0	0.00023806774314476457	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0206_000000010154	2523	0.7700130201335277	4	3	3	3	3	False	119951	maximal	False	AST0033_000000005215	0.9608257138293866		0	0	False	False	0.9877130389213562	0					non-mobilizable	other	2523.0	96.235	100.0	0.02297447483010549	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
ENG0134_000000015918	2462	0.7700130201335277	3	3	3	3	3	False	119951	maximal	False	AST0033_000000005215	0.972845285878613		0	0	False	False	1.0	0					non-mobilizable	other	2372.0	96.079	99.0	0.021598921420372764	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
ENG0031_000000001803	10813	0.7700104325545999	8	8	3	8	6	False	115125	fragment	False	DEN0011_000000001484	0.2930044777098644		0	0	False	False	0.999815046787262	0					non-mobilizable	other	10316.0	99.49600000000001	95.0	0.00452906029904447	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0044_000000010234	1555	0.7699934124531488	2	1	1	1	1	False	87243	fragment	False	CHI0044_000000010234	1.0		0	0	False	False	0.9672025442123413	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	3.496159687093708e-05	NZ_OAML01000002.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
CAN0001_000000014920	3129	0.7699832646575657	3	3	3	2	1	True	124834	fragment	False	CAN0001_000000014920	1.0		0	0	False	False	0.9996803998947144	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	2.0	9.74662793158969e-06	NC_008576.1	a-proteobacteria	Magnetococcus marinus MC-1, complete sequence	True	True
AST0150_000000010778	2576	0.7699749024059321	3	2	1	2	1	True	104139	fragment	False	AST0150_000000010778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	91.943	67.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0006_01_000000012524	1919	0.7699606517691404	3	2	2	2	2	False	2129	maximal	True	USA0006_01_000000012524	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0064_000000004733	4806	0.7699553327310052	5	3	3	3	2	False	88578	fragment	False	ETH0001_000000004280	0.9728081610210073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	80.952	2.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
MON0024_000000009454	4477	0.7699553327310052	4	3	3	3	2	False	88578	fragment	False	ETH0001_000000004280	0.7575801862463831		0	0	False	False	0.9995532631874084	0					non-mobilizable	no_good_hit	84.0	80.952	2.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
MAD0057_000000007247	2226	0.7699528423039969	3	3	1	2	2	True	123556	backbone	False	ISR0826_000000002301	0.21431775029354883	PS902	0	0	False	True	0.9991015195846558	0	rep_cluster_1702				non-mobilizable	plasmid	2134.0	98.17200000000001	100.0	0.06456592807845986	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0038_000000028519	1259	0.7699528379924564	2	1	1	1	1	False	47607	fragment	False	FIJ0038_000000028519	1.0		0	0	False	False	0.9745830297470093	0					non-mobilizable	no_good_hit								True	False
ISR0085_000000011292	2144	0.7699485751034602	4	2	1	2	0	True	33989	maximal	True	ISR0085_000000011292	1.0		0	0	False	False	0.9986007213592529	0					non-mobilizable	no_good_hit	1262.0	99.84200000000001	87.0	0.4157599736234751	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0156_000000003269	8017	0.7699479484849117	10	3	3	2	2	False	30586	fragment	False	ISR0156_000000003269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	100.0	1.0	0.0014781347612672915	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0040_000000008530	3378	0.7699456355417679	5	2	1	2	2	True	18396	maximal	True	MAD0040_000000008530	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	85.89	32.0	0.11696583671105965	NZ_SMUS01000073.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00073, whole genome shotgun sequence	True	True
ISR0089_000000000743	21003	0.7699400945167658	31	9	2	9	2	False	33765	maximal	True	ISR0089_000000000743	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0270_000000002636	2625	0.7699344509915642	3	3	3	3	3	False	114562	maximal	True	ISR0270_000000002636	1.0		2	2	False	False	0.9996190667152405	0					non-mobilizable	no_good_hit	2092.0	97.992	80.0	0.010453292787227977	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
TAN0007_000000003003	8842	0.7699343732574824	10	8	6	8	3	True	125257	fragment	False	SPA0139_000000002006	0.039988926609821444		0	0	False	False	0.9998869299888611	0					non-mobilizable	no_good_hit	678.0	77.434	8.0	0.00023493062923763964	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
DEN0078_000000001047	16004	0.769930618004811	23	14	4	14	5	True	70282	maximal	True	DEN0078_000000001047	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	6.141719025918099e-07	LR584423.1	bony fishes	Salmo trutta genome assembly, chromosome: 31	True	True
ISR0246_000000018671	1277	0.7699251135854729	2	2	2	2	2	False	58300	fragment	False	ISR0282_000000019115	0.9744384312730655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	75.05199999999999	37.0	0.00013819611021606464	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0047_000000008483	2562	0.7699198033798443	4	4	4	4	4	False	115388	maximal	True	AST0047_000000008483	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.32	34.0	0.0001615207639538182	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ENG0084_000000010516	2624	0.7699188667910891	4	3	2	3	3	False	61571	maximal	True	ENG0084_000000010516	1.0		387	14	False	False	1.0	0					non-mobilizable	chromosome	2624.0	98.78	100.0	0.0009142775081458884	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0821_000000006758	4045	0.7699172121966822	4	4	4	3	4	False	35199	maximal	False	ISR0357_000000005555	0.987864077669903		0	0	False	False	0.9982694387435913	0					non-mobilizable	other	4048.0	99.234	100.0	0.0020015094160459037	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
FIJ0009_000000040703	1113	0.7699167825600286	3	3	3	2	2	False	51115	fragment	False	FIJ0009_000000040703	1.0		0	0	False	False	0.9937106966972351	0					non-mobilizable	other	1097.0	99.088	99.0	0.0002125959203308427	AP023148.1	enterobacteria	Klebsiella pneumoniae SMKP03 DNA, complete genome	False	False
AST0061_000000004566	7447	0.7699144964406878	13	4	3	4	2	False	112195	maximal	True	AST0061_000000004566	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	88.77600000000001	2.0	3.934053784252393e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MAD0005_000000011480	2487	0.7699058402639728	5	4	3	2	3	False	19968	maximal	True	MAD0005_000000011480	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	90.315	29.0	0.002828194074521541	NZ_VZBY01000014.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_7_length_145674_cov_20.4108_ID_13, whole genome shotgun sequence	True	False
MAD0021_000000002377	5610	0.7699042165524671	7	7	2	6	7	True	125599	backbone	False	MAD0046_000000003898	0.1179176138679851	PS931	0	0	True	True	1.0	11					non-mobilizable	plasmid	5206.0	94.391	100.0	0.061457095317328264	CP041414.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_3, complete sequence	False	True
ISR0363_000000002341	7174	0.7698999158982136	8	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.5075448514390135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	1.0	0.0023142060695313734	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	True	True
ISR0279_000000011165	1949	0.7698991573915096	3	3	3	3	1	True	26238	maximal	True	ISR0279_000000011165	1.0		0	0	False	False	0.9687018990516663	0					non-mobilizable	no_good_hit	712.0	99.86	37.0	0.0002582088441068643	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
USA0024_01_000000012759	1769	0.7698867296053884	3	1	1	1	1	False	1673	maximal	True	USA0024_01_000000012759	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.0004622536848222304	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
ISR0146_000000007319	5215	0.7698831194164784	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9482179987406769		0	0	True	True	1.0	158					non-mobilizable	chromosome	4226.0	96.68700000000001	97.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ENG0110_000000005755	5152	0.7698831194164784	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9508415243355552		0	0	True	True	1.0	167					non-mobilizable	chromosome	4872.0	98.235	100.0	0.9564107598664834	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ENG0063_000000005826	5147	0.7698831194164784	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9466059745013233		0	0	True	True	1.0	15					non-mobilizable	chromosome	4445.0	96.603	99.0	0.8704103671706264	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
USA0062_01_000000004957	5146	0.7698831194164784	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.94622820663668		0	0	True	True	1.0	23					non-mobilizable	chromosome	3037.0	96.60799999999999	100.0	0.5959159630865895	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
USA0069_01_000000011983	5131	0.7698831194164784	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9462099479349764		0	0	True	True	1.0	18					non-mobilizable	chromosome	4485.0	95.51799999999999	99.0	0.8784606322403299	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
USA0034_01_000000011086	5131	0.7698831194164784	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9462099479349764		0	0	True	True	1.0	5					non-mobilizable	chromosome	4485.0	95.51799999999999	99.0	0.8784606322403299	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
CHI0173_000000002662	6199	0.7698772643907673	8	8	7	7	6	False	116563	maximal	True	CHI0173_000000002662	1.0		108	10	False	False	0.9958057999610901	0					non-mobilizable	no_good_hit	5118.0	98.456	82.0	0.000722354032293491	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
SPA0032_000000011034	2503	0.7698754880406087	4	4	3	3	3	False	90463	fragment	False	SPA0032_000000011034	0.9961397805770011		0	0	False	False	0.9928086400032043	0					non-mobilizable	chromosome	2503.0	99.521	100.0	0.0010579558533881227	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MAD0039_000000002590	4585	0.7698600170449122	8	6	3	2	4	False	18842	fragment	False	MAD0091_000000002946	0.9742141894049015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1422.0	98.734	72.0	0.00664493773585788	CP012498.1	enterobacteria	Escherichia coli strain 06-00048 plasmid pCFSAN004178P_02, complete sequence	True	False
ISR0285_000000008959	1991	0.7698593299576222	4	2	1	2	2	True	113499	fragment	False	FIJ0108_000000009955	0.8256112869451346		0	0	False	True	0.9989954829216003	0					non-mobilizable	other	1987.0	90.488	99.0	0.000595236840734553	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0129_000000006970	3833	0.7698576394601729	5	3	2	1	2	True	99636	fragment	False	ENG0129_000000006970	1.0		0	0	False	True	0.9989564418792725	0					non-mobilizable	no_good_hit	1813.0	96.525	55.0	0.0008072732238315624	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0091_000000002946	4543	0.769856175933865	7	5	3	2	3	False	18842	fragment	False	MAD0091_000000002946	0.9771679923410864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2860.0	98.986	68.0	0.03220755227108868	CP024864.1	enterobacteria	Escherichia coli strain AR_0015 plasmid unitig_2_pilon, complete sequence	True	False
MAD0079_000000001104	4349	0.769856175933865	7	5	3	2	3	False	18842	fragment	False	MAD0091_000000002946	0.9629369121412076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2860.0	98.986	71.0	0.03220755227108868	CP024864.1	enterobacteria	Escherichia coli strain AR_0015 plasmid unitig_2_pilon, complete sequence	True	False
SPA0098_000000008287	4141	0.7698518837586726	6	4	2	3	4	True	59809	fragment	False	SPA0098_000000008287	1.0		0	0	False	False	0.99903404712677	0					non-mobilizable	other	4141.0	99.976	100.0	0.06981332523903476	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ISR0058_000000011512	2216	0.7698513872783183	4	4	2	3	4	False	63374	fragment	False	ISR0058_000000011512	1.0		0	0	False	False	0.9986461997032166	0					non-mobilizable	plasmid	2216.0	99.865	100.0	0.04809884693057697	LS992170.1	enterobacteria	Escherichia coli isolate Escherichia coli str. TO60 genome assembly, plasmid: 3	False	True
MON0011_000000013303	3518	0.7698453175152368	3	3	2	3	3	False	40057	fragment	False	MON0011_000000013303	0.9841830466830467		0	0	False	False	0.9997157454490662	0					non-mobilizable	no_good_hit	2389.0	78.275	67.0	0.0006322142784927905	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0027_000000017373	2153	0.7698420226217088	4	3	3	3	2	False	93549	fragment	False	SPA0027_000000017373	0.9852458926956248		0	0	False	False	0.9990710616111755	0					non-mobilizable	no_good_hit	1344.0	73.735	61.0	0.0004395919536496398	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AUS0022_000000001876	16048	0.7698395130505289	14	12	10	9	11	True	110077	maximal	True	AUS0022_000000001876	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit	5845.0	91.37700000000001	70.0	0.0021672132340330437	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
MAD0016_000000002291	2245	0.7698387638711653	2	2	2	2	2	False	130353	maximal	True	MAD0016_000000002291	1.0	PS1101	306	10	False	True	1.0	0					non-mobilizable	chromosome	1442.0	99.861	100.0	0.00026144160825959537	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
AUS0022_000000012938	2711	0.7698351200978418	3	3	3	2	2	False	99311	fragment	False	AUS0022_000000012938	1.0		0	0	False	False	0.9996311068534851	0					non-mobilizable	other	2711.0	99.484	100.0	0.000820574147461627	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
DEN0057_000000001278	3490	0.7698336333772736	3	3	3	3	3	False	125916	fragment	False	ISR0224_000000007751	0.9618877270225646		0	0	False	False	0.998853862285614	0					non-mobilizable	other	3490.0	99.943	100.0	0.020330012997686064	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0071_000000011171	2015	0.769815648724588	5	3	2	2	3	True	5919	fragment	False	SPA0071_000000011171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	83.368	56.0	0.2294638465322184	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0079_000000013950	1994	0.769815648724588	4	3	2	2	3	True	34369	fragment	False	ISR0079_000000013950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	84.29299999999999	52.0	0.2294638465322184	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
SPA0016_000000019313	1747	0.769815648724588	4	3	2	2	3	True	7869	fragment	False	SPA0016_000000019313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	84.256	65.0	0.3431241655540721	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0070_000000014898	1361	0.769815648724588	3	3	2	2	3	True	5918	fragment	False	SPA0070_000000014898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	86.81700000000001	53.0	0.205607476635514	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0809_000000003242	2067	0.7698136064994586	3	2	2	2	1	True	21737	fragment	False	MON0104_000000021565	0.9618121442125237		0	0	False	False	0.9869375824928284	0					non-mobilizable	other	2081.0	89.18799999999999	100.0	0.012201516499443243	NZ_FUXE01000003.1	CFB group bacteria	Porphyromonas circumdentaria strain ATCC 51356, whole genome shotgun sequence	False	True
MAD0091_000000001078	9669	0.7698086467035171	12	6	3	5	4	False	100610	maximal	True	MAD0091_000000001078	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2633.0	96.506	27.0	0.0006523174991852227	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
AST0047_000000002332	8268	0.7698051100587061	14	13	8	12	11	False	132199	fragment	False	ISR0250_000000000765	0.7914321963015154		0	0	False	False	1.0	0					non-mobilizable	other	8192.0	99.95100000000001	99.0	0.010358756190466554	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
AST0108_000000000661	17456	0.7697887406306541	9	5	4	5	1	False	108039	fragment	False	AST0108_000000000661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	81.679	1.0	0.14930555555555555	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
ISR0137_000000005663	4914	0.769783221510002	8	2	2	1	2	False	113737	fragment	False	ISR0137_000000005663	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4920.0	98.171	100.0	0.0021599998594550723	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0817_000000003042	3802	0.769783221510002	6	2	2	1	2	False	113735	fragment	False	ISR0817_000000003042	0.9554440496811883		0	0	False	False	1.0	0					non-mobilizable	other	3696.0	98.70100000000001	99.0	0.0016224155105382344	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0095_000000005628	3654	0.769783221510002	6	2	2	1	2	False	113735	fragment	False	ISR0817_000000003042	0.9383345309496945		0	0	False	False	0.9885057210922241	0					non-mobilizable	other	3645.0	94.76	99.0	0.0015978201481694901	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0106_000000006421	3272	0.769783221510002	6	2	2	1	2	False	113735	fragment	False	ISR0817_000000003042	0.48011749761829153		0	0	False	False	1.0	0					non-mobilizable	other	3272.0	98.47200000000001	100.0	0.001436632684074327	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0153_000000011922	2353	0.769783221510002	5	2	2	1	2	False	113729	fragment	False	ENG0047_000000007351	0.9421909816728614		0	0	False	False	0.9983000159263611	0					non-mobilizable	other	2353.0	98.34299999999999	100.0	0.001032566016587815	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0018_000000005814	4647	0.7697790390293419	5	3	3	3	3	False	116707	maximal	True	FIJ0018_000000005814	1.0	PS782	1	1	False	True	0.9997848272323608	0					non-mobilizable	no_good_hit	3538.0	99.54799999999999	77.0	0.0004992358318367079	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0777_000000004015	4126	0.7697790390293419	3	3	3	3	3	False	116679	backbone	True	ISR0777_000000004015	0.967860647991743	PS782	17	8	False	True	0.9990305304527283	0					non-mobilizable	no_good_hit	3497.0	99.65700000000001	88.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
SPA0158_000000003963	3920	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9563418948930358	PS782	0	0	False	True	0.9987244606018066	0					non-mobilizable	other	3440.0	96.105	96.0	0.031348048157606716	NZ_BAJY01000005.1	CFB group bacteria	Prevotella falsenii DSM 22864 = JCM 15124, whole genome shotgun sequence	False	True
SPA0058_000000007653	3914	0.7697790390293419	5	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9476369933164229	PS782	0	0	False	True	0.9984670281410217	0					non-mobilizable	chromosome	3497.0	99.771	97.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
AST0084_000000008376	3856	0.7697790390293419	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9572407924486751	PS782	0	0	False	True	0.9891079068183899	0					non-mobilizable	chromosome	3496.0	99.771	91.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
FIJ0099_000000005953	3821	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9513513710732416	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3536.0	99.463	93.0	0.0004989535384627545	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
USA0064_01_000000002447	3775	0.7697790390293419	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9413655523148448	PS782	0	0	False	True	0.996556282043457	0					non-mobilizable	chromosome	3557.0	99.663	94.0	0.000501917618889266	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
CHI0023_000000003381	3710	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9546470733878495	PS782	0	0	False	True	0.9986522793769836	0					non-mobilizable	chromosome	3524.0	99.943	99.0	0.0004972597782190337	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0005_000000007942	3702	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9201868472077225	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3496.0	99.914	94.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
FIJ0162_000000006163	3702	0.7697790390293419	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9565968539220238	PS782	0	0	False	True	0.9994597434997559	0					non-mobilizable	chromosome	3536.0	99.491	97.0	0.0004989535384627545	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0014_000000005719	3680	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9542867673332439	PS782	0	0	False	True	0.9970108866691589	0					non-mobilizable	chromosome	3530.0	99.66	97.0	0.0004981066583408941	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
USA0036_01_000000010119	3678	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9427890349093669	PS782	0	0	False	True	0.9994562268257141	0					non-mobilizable	chromosome	3496.0	99.8	96.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
CAN0012_000000014026	3677	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9419596715009577	PS782	0	0	False	True	0.9994561076164246	0					non-mobilizable	chromosome	3496.0	99.771	98.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0129_000000007655	3674	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9194474746326159	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3498.0	99.743	96.0	0.0004935899643576386	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
USA0049_01_000000001095	3664	0.7697790390293419	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9306988559454465	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3523.0	99.97200000000001	96.0	0.000497118631532057	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0141_000000006410	3660	0.7697790390293419	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9451048648075838	PS782	0	0	False	True	0.9997267723083496	0					non-mobilizable	chromosome	3493.0	99.714	97.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
FIJ0134_000000004354	3657	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9438537204616634	PS782	0	0	False	True	1.0	0					non-mobilizable	other	3410.0	96.12899999999999	98.0	0.031074425392192632	NZ_BAJY01000005.1	CFB group bacteria	Prevotella falsenii DSM 22864 = JCM 15124, whole genome shotgun sequence	False	True
FIJ0068_000000008519	3651	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9315617268632477	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3502.0	99.772	97.0	0.0004941545511055455	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0122_000000008196	3647	0.7697790390293419	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9312532380482416	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3496.0	99.8	96.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0807_000000003686	3626	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9210031360585315	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3494.0	99.714	97.0	0.0004930253776097317	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0140_000000006075	3623	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9442006468519557	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.714	98.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
DEN0040_000000002056	3621	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9424410072899979	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3573.0	99.44	99.0	0.0005041759658808936	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0156_000000004224	3584	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9193647496608455	PS782	0	0	False	True	0.9997209906578064	0					non-mobilizable	chromosome	3493.0	99.82799999999999	97.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0090_000000009348	3582	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9316589497985999	PS782	0	0	False	True	0.998045802116394	0					non-mobilizable	chromosome	3497.0	99.82799999999999	99.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0124_000000008122	3581	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9411685652453785	PS782	0	0	True	True	0.9997207522392273	2					non-mobilizable	chromosome	3532.0	99.66	99.0	0.0004983889517148476	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0050_000000007254	3576	0.7697790390293419	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9200999958657629	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3497.0	99.971	98.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0072_000000005714	3573	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9201440952525682	PS782	0	0	False	True	0.9997200965881348	0					non-mobilizable	chromosome	3500.0	99.829	98.0	0.000493872257731592	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0089_000000006938	3564	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9431550482610709	PS782	0	0	False	True	0.9977553486824036	0					non-mobilizable	chromosome	3504.0	99.772	99.0	0.000494436844479499	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0049_000000006033	3564	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9422733234395516	PS782	0	0	False	True	0.9988776445388794	0					non-mobilizable	chromosome	3539.0	99.83	99.0	0.0004992358318367079	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
CHI0133_000000005006	3560	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9316490692521329	PS782	0	0	False	True	0.9941011071205139	0					non-mobilizable	chromosome	3524.0	99.631	99.0	0.0004972597782190337	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0326_000000004849	3560	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9212032144736575	PS782	0	0	False	True	0.9921348094940186	0					non-mobilizable	chromosome	3497.0	99.8	100.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
FIJ0009_000000010248	3557	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9193769476956754	PS782	0	0	False	True	0.9960641264915466	0					non-mobilizable	chromosome	3494.0	99.8	98.0	0.0004930253776097317	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0035_000000004941	3552	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9195881549624254	PS782	0	0	False	True	0.9994369149208069	0					non-mobilizable	chromosome	3496.0	99.82799999999999	99.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0041_000000009634	3552	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9423440734232432	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3497.0	99.771	99.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0036_000000006605	3551	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9303363893849871	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3496.0	99.82799999999999	99.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ENG0153_000000008270	3550	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9426957655324072	PS782	0	0	False	True	0.9935211539268494	0					non-mobilizable	chromosome	3522.0	99.602	99.0	0.0004968363381581035	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0110_000000006652	3526	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.930625032698684	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3522.0	99.83	100.0	0.0004969774848450802	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0161_000000008446	3513	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9194593794103265	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3504.0	99.85700000000001	100.0	0.000494436844479499	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
DEN0022_000000010776	3510	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.918948296273484	PS782	0	0	False	True	0.9997150897979736	0					non-mobilizable	chromosome	3510.0	99.63	100.0	0.0004952837246013594	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
USA0080_01_000000012454	3505	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9188939702426653	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3505.0	99.88600000000001	100.0	0.0004945779911664758	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0175_000000006649	3503	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9193183260982107	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.914	99.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
FIJ0021_000000014224	3502	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9195289385058439	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3497.0	99.8	99.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0835_000000003586	3499	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9187459712735352	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.8	99.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0011_000000007395	3497	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9183512808902129	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.742	99.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
CHI0188_000000004273	3497	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9189544944188918	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3497.0	99.8	100.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0055_000000009054	3497	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9189368154871173	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3494.0	99.914	99.0	0.0004930253776097317	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
AST0039_000000004979	3497	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9185838069421001	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3496.0	99.771	99.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0054_000000008139	3497	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9189368154871173	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3494.0	99.914	99.0	0.0004930253776097317	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ENG0038_000000006237	3496	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9181725433497342	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3496.0	99.743	100.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0047_000000011301	3495	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9188745730840515	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.8	99.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
AUS0006_000000006478	3494	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9182735349378299	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.714	100.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0038_000000008491	3493	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9187089142080022	PS782	0	0	False	True	0.9991411566734314	0					non-mobilizable	chromosome	3493.0	99.8	100.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0048_000000005799	3493	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9187536049971786	PS782	0	0	True	True	1.0	3					non-mobilizable	chromosome	3493.0	99.8	100.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ENG0130_000000008643	3493	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9163150851818542	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.51299999999999	100.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
DEN0085_000000009326	3493	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9179843296394264	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.714	100.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
AUS0020_000000008122	3493	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9186216529818605	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.8	100.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ENG0054_000000007285	3493	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9186216529818605	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.8	100.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0037_000000006996	3493	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.91876495653411	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3492.0	99.82799999999999	100.0	0.0004927430842357782	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0113_000000009423	3493	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9187536049971786	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	99.8	100.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
CAN0011_000000008834	3492	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.918441438043261	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3492.0	99.8	100.0	0.0004927430842357782	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0133_000000006535	3417	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.8604395751912509	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3417.0	99.824	100.0	0.0004821570827125232	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ENG0076_000000003447	3359	0.7697790390293419	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.8260890659136101	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3359.0	99.911	100.0	0.0004739705748678726	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
FIJ0092_000000013444	2472	0.7697774457204729	3	2	2	2	2	False	43314	fragment	False	FIJ0092_000000013444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1873.0	94.074	76.0	0.0671865410303621	NZ_FOXF01000033.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0842_000000000903	16586	0.7697434670914057	20	14	8	11	13	True	20752	maximal	True	ISR0842_000000000903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5430.0	96.575	71.0	0.0014272781570439201	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	True
MON0064_000000008458	2997	0.7697424090334769	3	2	2	2	1	True	49989	fragment	False	MON0064_000000008458	1.0		0	0	False	False	0.988988995552063	0					non-mobilizable	no_good_hit	86.0	96.512	3.0	0.24629080118694363	NZ_ATDK01000607.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig608, whole genome shotgun sequence	True	True
ISR0243_000000005913	1962	0.7697335179503995	3	3	3	2	2	False	72276	fragment	False	ISR0346_000000010486	0.6580119444597909		0	0	False	False	0.9576961994171143	0					non-mobilizable	chromosome	1963.0	98.26799999999999	100.0	0.0005577884158638324	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0258_000000009691	2412	0.7697261178335343	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.5870740133012845		0	0	False	False	1.0	0					non-mobilizable	chromosome	2416.0	95.613	100.0	0.0006747923495172478	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0034_01_000000014325	3916	0.7697140300693445	4	4	4	3	3	False	125458	fragment	False	USA0034_01_000000014325	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1496.0	88.70299999999999	94.0	0.0004158148334881104	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0105_000000009576	1972	0.7697086391102534	2	1	1	1	1	False	32941	maximal	True	ISR0105_000000009576	1.0		3	3	False	False	0.9913793206214905	0					non-mobilizable	no_good_hit	634.0	99.369	32.0	0.00022336811594816588	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0005_000000032050	1228	0.7697064799507379	2	2	2	2	2	False	76433	maximal	False	ISR0063_000000015432	0.710165084336128		0	0	False	False	0.992671012878418	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000009871	1863	0.7697039848105162	2	2	2	2	1	True	51230	fragment	False	FIJ0160_000000009871	0.9689500079743159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	82.728	51.0	0.0014629015292499394	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
FIJ0011_000000032273	1420	0.7697030910716273	2	2	2	2	2	False	50904	maximal	True	FIJ0011_000000032273	1.0		1	1	False	False	0.997183084487915	0					non-mobilizable	no_good_hit	353.0	72.521	24.0	0.0026685425475788138	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
ENG0110_000000010948	2793	0.7697025035253524	3	3	3	1	2	False	101708	maximal	True	ENG0110_000000010948	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	87.44200000000001	54.0	0.025878226180855272	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0280_000000008003	1718	0.7696870568276363	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.5515465823858751		0	0	False	False	0.9889406561851501	0					non-mobilizable	other	1718.0	99.243	100.0	0.9027339642481599	NZ_JAAWUO010000037.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_37_length_1902_cov_261.886, whole genome shotgun sequence	False	False
ISR0786_000000003397	5403	0.7696819215599704	7	5	1	3	4	False	111206	maximal	True	ISR0786_000000003397	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4057.0	94.15799999999999	93.0	0.0005689622952032145	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0217_000000004109	6601	0.7696712494115077	8	4	4	3	2	False	92446	maximal	True	ISR0217_000000004109	1.0		1	1	False	False	0.9981821179389954	0					non-mobilizable	no_good_hit	76.0	97.368	1.0	0.00022001877493546117	NZ_FOFS01000003.1	g-proteobacteria	Solimonas aquatica strain DSM 25927, whole genome shotgun sequence	True	False
ENG0202_000000012169	1756	0.7696601650374859	2	2	2	2	2	False	54131	maximal	True	ENG0202_000000012169	1.0		69	10	False	False	0.998291552066803	0					non-mobilizable	chromosome	1352.0	100.0	99.0	0.0002624619906080959	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
FIJ0141_000000002913	10228	0.7696540452571428	11	4	3	4	2	True	130523	fragment	False	FIJ0141_000000002913	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	10237.0	98.32	99.0	0.0020413776145420813	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0009_000000004103	7798	0.7696452241755386	7	5	4	5	4	False	44340	maximal	True	SPA0009_000000004103	1.0		1	1	False	False	0.9997435212135315	0					non-mobilizable	no_good_hit	999.0	71.171	13.0	0.0002647077034808657	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0155_000000007230	2591	0.769641120286035	3	3	3	3	3	False	128278	fragment	False	SPA0155_000000007230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1571.0	98.91799999999999	61.0	0.0005701658020362545	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MAD0103_000000003617	4714	0.7696401740740835	5	1	1	0	1	False	14935	maximal	True	MAD0103_000000003617	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1304.0	76.304	27.0	0.16507731958762886	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
CHI0182_000000008804	3047	0.7696401740740835	4	1	1	0	1	False	77371	maximal	True	CHI0182_000000008804	1.0		1	1	False	False	0.9993436336517334	0					non-mobilizable	no_good_hit	1191.0	79.84899999999999	41.0	0.19935527655242619	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
ENG0039_000000008945	2771	0.7696401740740835	4	1	1	0	1	False	66139	fragment	False	ENG0039_000000008945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	78.542	53.0	0.24397692568713947	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
MAD0041_000000013352	2481	0.7696401740740835	4	1	1	0	1	False	36943	fragment	False	MAD0041_000000013352	1.0		0	0	False	False	0.9991938471794128	0					non-mobilizable	no_good_hit	1136.0	86.18	72.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0123_000000009462	2286	0.7696401740740835	3	1	1	0	1	False	66137	fragment	False	ISR0123_000000009462	0.9998395893487327		0	0	False	False	0.9995625615119934	0					non-mobilizable	no_good_hit	1467.0	78.459	64.0	0.24397692568713947	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
ENG0116_000000010825	2206	0.7696401740740835	3	1	1	0	1	False	66137	fragment	False	ISR0123_000000009462	0.9881743808331306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	78.459	67.0	0.24397692568713947	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
ENG0110_000000014626	2078	0.7696401740740835	2	1	1	0	1	False	66137	fragment	False	ISR0123_000000009462	0.9500323490086555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	78.391	70.0	0.24397692568713947	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
ENG0049_000000009480	2012	0.7696401740740835	2	1	1	0	1	False	64184	fragment	False	ENG0049_000000009480	1.0		0	0	False	False	1.0	0	rep_cluster_450				non-mobilizable	no_good_hit	1133.0	78.288	72.0	0.14252577319587628	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
ISR0214_000000015114	1941	0.7696401740740835	3	1	1	0	1	False	102211	fragment	False	ISR0214_000000015114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	95.63799999999999	83.0	0.14347665620963276	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0010_000000002216	1851	0.7696401740740835	2	1	1	0	1	False	19742	fragment	False	MAD0010_000000002216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	74.439	84.0	0.12004059789629083	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0112_000000020254	1789	0.7696401740740835	2	1	1	0	1	False	66135	fragment	False	MAD0005_000000017230	0.9255379388448471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1480.0	78.649	86.0	0.24618255853410248	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
AUS0012_000000010089	1699	0.7696401740740835	2	1	1	0	1	False	101097	fragment	False	AUS0012_000000010089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	79.366	75.0	0.2161520190023753	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
ENG0134_000000023449	1671	0.7696401740740835	2	1	1	0	1	False	102210	fragment	False	ENG0134_000000023449	1.0		0	0	False	False	0.9868342280387878	0					non-mobilizable	other	1671.0	100.0	100.0	0.1540874700129175	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0101_000000021219	1590	0.7696401740740835	1	1	1	0	1	False	60455	maximal	True	ENG0101_000000021219	1.0		3	1	False	False	1.0	0	rep_cluster_450				non-mobilizable	no_good_hit	1189.0	80.15100000000001	82.0	0.1990159484221242	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	True
ENG0025_000000017340	1559	0.7696401740740835	1	1	1	0	1	False	66134	fragment	False	ENG0025_000000017340	0.9307345360824741		0	0	False	False	1.0	0					non-mobilizable	plasmid	1467.0	78.459	94.0	0.24397692568713947	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	False	True
ENG0052_000000021677	1512	0.7696401740740835	2	1	1	0	1	False	64831	fragment	False	ENG0052_000000021677	1.0		0	0	False	False	0.9986772537231445	0					non-mobilizable	no_good_hit	1299.0	78.984	85.0	0.2158126908720733	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
FIJ0121_000000017601	1462	0.7696401740740835	1	1	1	0	1	False	41457	fragment	False	FIJ0121_000000017601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	88.06	5.0	0.005905148551393246	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0040_000000017374	1403	0.7696401740740835	2	1	1	0	1	False	64827	fragment	False	ENG0040_000000017374	1.0		0	0	False	False	0.9700641632080078	0					non-mobilizable	plasmid	1324.0	78.92699999999999	93.0	0.21971496437054633	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	False	True
ENG0206_000000020098	1274	0.7696401740740835	1	1	1	0	1	False	53935	fragment	False	ENG0206_000000020098	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1201.0	79.351	93.0	0.1995249406175772	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	False	True
ISR0334_000000013093	1626	0.7696380365837442	2	2	1	2	1	False	64430	maximal	True	ISR0334_000000013093	0.9874921826141339		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	96.36399999999999	3.0	1.2598301748924245e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0356_000000006629	2756	0.7696311469978273	2	2	2	2	2	False	77800	maximal	True	ISR0356_000000006629	1.0		3	3	True	True	0.9996371269226074	1					non-mobilizable	no_good_hit	986.0	75.051	37.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
SPA0077_000000011035	2622	0.7696311469978273	2	2	2	2	2	False	77800	maximal	False	ISR0356_000000006629	0.975689404934688		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	986.0	75.051	39.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
AST0024_000000014645	2340	0.7696277290173376	5	3	3	3	1	False	121475	fragment	False	AST0024_000000014645	1.0		0	0	False	False	0.9927350282669067	0					non-mobilizable	no_good_hit	624.0	81.73100000000001	31.0	0.00017458228579261205	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0038_000000002287	12321	0.7696214441960216	14	2	1	2	0	True	47953	maximal	True	FIJ0038_000000002287	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0149_000000016989	1569	0.769619017217989	2	2	2	2	2	False	104392	fragment	False	ISR0145_000000016568	0.8661975500080189		0	0	False	False	0.9827916026115417	0					non-mobilizable	no_good_hit	103.0	92.23299999999999	7.0	0.0011309207025013304	NZ_FNBY01000020.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0171_000000013407	1559	0.769619017217989	2	2	2	2	2	False	104392	fragment	False	ISR0145_000000016568	0.8652024340770517		0	0	False	False	0.9987171292304993	0					non-mobilizable	no_good_hit	94.0	93.617	6.0	2.5826015962144058e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0093_000000020880	1520	0.769619017217989	2	2	2	2	2	False	104392	fragment	False	ISR0145_000000016568	0.7564305595558023		0	0	False	False	0.991447389125824	0					non-mobilizable	no_good_hit								True	False
ENG0053_000000002510	10610	0.7696116443840643	11	5	2	4	4	False	132140	fragment	False	ENG0053_000000002510	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	3818.0	96.124	99.0	0.21647259301334848	MK231927.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_1-CL21_c1 sequence	False	False
ISR0815_000000002179	11028	0.7696037216757582	16	8	6	8	6	True	76557	fragment	False	ISR0815_000000002179	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1602.0	73.221	14.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0015_000000006185	3266	0.7695897966840085	5	3	3	2	1	True	84660	fragment	False	CHI0111_000000009342	0.9515586797066015		0	0	False	False	0.9996938109397888	0					non-mobilizable	other	2262.0	99.116	98.0	0.000725586004565961	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
DEN0051_000000031948	1503	0.7695822748099889	2	2	2	2	2	True	72450	maximal	True	DEN0051_000000031948	1.0		5	3	False	False	0.9953426718711853	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	1.5633518263156207e-05	NZ_AP018689.1	g-proteobacteria	Vibrio aphrogenes strain CA-1004 chromosome 1	True	True
SPA0013_000000018836	1509	0.7695820810393732	3	3	3	3	1	True	7974	maximal	True	SPA0013_000000018836	1.0		11	4	False	False	0.9920477271080017	0					non-mobilizable	no_good_hit								True	True
ISR0135_000000007473	2541	0.7695741927305595	3	2	2	2	1	True	124772	maximal	True	ISR0135_000000007473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	71.366	17.0	0.0005847104218306098	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	True
CHI0171_000000002044	2689	0.7695565060802346	4	3	3	2	2	False	100794	fragment	False	ISR0815_000000011009	0.9417286574566064		0	0	False	False	0.9910747408866882	0					non-mobilizable	other	2628.0	98.021	98.0	0.0007295155261564779	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0148_000000005414	3119	0.7695486018053463	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.3385206969513904		0	0	False	False	1.0	0					non-mobilizable	chromosome	3046.0	99.96700000000001	100.0	0.0012339435376614155	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
SPA0009_000000004252	7572	0.7695392447228271	11	7	3	4	6	False	102157	maximal	False	ISR0256_000000002091	0.8661973473200673		0	0	False	False	0.999603807926178	0					non-mobilizable	no_good_hit	2791.0	92.54700000000001	39.0	0.14526779163609685	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
USA0145_01_000000003220	7454	0.7695392447228271	11	7	3	4	6	False	102157	maximal	False	ISR0256_000000002091	0.8637078205103388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2786.0	92.53399999999999	39.0	0.1450057645949062	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
ENG0185_000000008802	2390	0.7695323981293343	3	3	2	2	3	False	55057	maximal	True	ENG0185_000000008802	1.0		7	4	False	False	0.9991631507873535	0					non-mobilizable	no_good_hit	429.0	75.291	18.0	0.00034030872807811244	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
CAN0021_000000015523	2774	0.7695210884306358	6	5	4	2	3	False	123556	backbone	False	ISR0826_000000002301	0.16188658903519837	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2785.0	99.605	100.0	0.02778221299696631	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0119_01_000000008781	2734	0.7695210884306358	5	5	4	2	3	False	123556	backbone	False	ISR0826_000000002301	0.16160864475283607	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2745.0	99.59899999999999	100.0	0.027383043269998405	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0136_000000005292	2727	0.7695210884306358	5	5	4	2	3	False	123556	backbone	False	ISR0826_000000002301	0.16149979032168613	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2727.0	100.0	100.0	0.027731716497624594	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0027_01_000000010451	2616	0.7695210884306358	5	5	4	2	3	False	123556	backbone	False	ISR0826_000000002301	0.14560168547687546	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2617.0	99.694	100.0	0.026612681715988972	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0079_000000010525	2605	0.7695210884306358	5	5	4	2	3	False	123556	backbone	False	ISR0826_000000002301	0.14260673414613315	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2606.0	99.693	100.0	0.02650077823782541	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0188_000000010043	2599	0.7695210884306358	5	5	4	2	3	False	123556	backbone	False	ISR0826_000000002301	0.14251036639774847	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2600.0	99.69200000000001	100.0	0.026439739977008922	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0104_000000003183	2589	0.7695210884306358	5	5	4	2	3	False	123556	backbone	False	ISR0826_000000002301	0.14108756315563567	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2589.0	98.88	100.0	0.026297317368437115	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0055_01_000000010590	2587	0.7695210884306358	5	5	4	2	3	False	123556	backbone	False	ISR0826_000000002301	0.1421939036203398	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2588.0	99.691	100.0	0.026317663455375943	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0277_000000003389	2586	0.7695210884306358	5	5	4	2	3	False	123556	backbone	False	ISR0826_000000002301	0.14226144150550477	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2587.0	99.729	100.0	0.02630749041190653	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0039_000000005078	2586	0.7695210884306358	5	5	4	2	3	False	123556	backbone	False	ISR0826_000000002301	0.14172171834895977	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2586.0	99.575	100.0	0.026297317368437115	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0104_000000036685	1255	0.769518709489508	1	1	1	1	1	False	58340	fragment	False	ENG0201_000000005745	0.9515502857782149		0	0	False	False	0.9832669496536255	0					non-mobilizable	other	1255.0	99.681	100.0	0.004810348002209538	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0151_000000002160	10322	0.7695145048275007	13	3	2	3	1	False	79537	maximal	True	CHI0151_000000002160	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit	503.0	100.0	7.0	0.00023412104337768575	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
SPA0057_000000007221	4119	0.7695136273618575	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9916785245615112		0	0	False	False	0.9997572302818298	0					non-mobilizable	other	4037.0	98.984	99.0	0.013222555661848536	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
SPA0113_000000008116	4112	0.7695136273618575	4	3	3	3	2	False	127196	maximal	True	SPA0113_000000008116	0.9929857286219229		271	11	False	False	0.9992704391479492	0					non-mobilizable	other	4064.0	88.853	100.0	0.0011323875241637115	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0105_000000026125	1472	0.7695026730033472	2	2	2	2	2	True	14791	fragment	False	MAD0105_000000026125	1.0		0	0	False	False	0.9972826242446899	0					non-mobilizable	no_good_hit								True	True
ENG0198_000000010136	1931	0.7695007343740051	2	2	2	2	0	True	54343	maximal	True	ENG0198_000000010136	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00016524310679832933	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	True
CHI0127_000000007106	2733	0.7694999987691669	4	4	3	4	4	False	85908	maximal	False	SPA0020_000000011052	0.986707679104844		0	0	False	False	0.9996340870857239	0					non-mobilizable	no_good_hit	576.0	91.319	35.0	0.00026816653374934124	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0050_000000011481	2890	0.7694922554232787	3	3	3	2	2	False	13653	maximal	True	MON0050_000000011481	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1512.0	76.389	72.0	0.001165157775562171	NZ_FPKO01000009.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
FIJ0039_000000017298	1326	0.7694820394748765	2	2	2	2	1	False	47545	fragment	False	FIJ0039_000000017298	1.0		0	0	False	False	0.9984917044639587	0					non-mobilizable	no_good_hit	751.0	80.16	81.0	0.00039383103907343836	CP047880.1	euryarchaeotes	Methanomassiliicoccaceae archaeon DOK chromosome, complete genome	True	False
MON0012_000000005464	5990	0.7694791573381735	6	6	1	4	6	False	117858	maximal	True	MON0012_000000005464	1.0	PS794	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4421.0	99.073	74.0	0.0012726774859609564	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
MON0109_000000009047	3735	0.7694785234708765	6	4	4	3	2	False	95884	maximal	True	MON0109_000000009047	1.0		0	0	False	False	0.9900937080383301	0					non-mobilizable	no_good_hit	681.0	71.65899999999999	18.0	0.00018596234819222605	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0079_000000021229	1359	0.7694726900831568	2	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.2471553796372302		0	0	False	False	0.9985283017158508	0					non-mobilizable	other	1361.0	88.31700000000001	100.0	0.004916445801261018	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0049_000000015833	1875	0.7694719811219172	4	3	1	3	2	False	35985	maximal	True	ISR0049_000000015833	1.0		90	9	False	False	0.9936000108718872	0					non-mobilizable	no_good_hit	454.0	75.551	24.0	0.00014841715113946935	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
FIJ0105_000000021035	1572	0.7694657817640794	3	3	3	2	1	True	51527	maximal	True	FIJ0105_000000021035	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0098_000000020170	1240	0.7694612898602179	3	2	2	2	2	False	93443	fragment	False	CAN0014_000000038731	0.9797665369649806		0	0	False	False	0.9975806474685669	0					non-mobilizable	other	1240.0	99.435	100.0	0.019749740973937994	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0152_000000001076	21295	0.7694606120325402	13	5	4	4	4	False	58482	fragment	False	ISR0152_000000001076	1.0		0	0	False	False	0.999953031539917	0					non-mobilizable	no_good_hit	4234.0	85.215	69.0	0.001727318415855998	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
ISR0159_000000008297	3061	0.7694595046975078	4	4	3	4	2	False	81641	fragment	False	ISR0159_000000008297	0.956244088634935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	89.024	3.0	1.454712319590353e-05	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	False
ISR0050_000000000960	16057	0.7694328839971807	16	12	5	10	6	True	132288	fragment	False	CHI0140_000000001647	0.7894442126725618		0	0	False	False	1.0	0					non-mobilizable	other	12192.0	95.26700000000001	97.0	0.5383797670195332	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
SPA0052_000000002009	15079	0.7694328839971807	17	12	5	10	6	True	132288	fragment	False	CHI0140_000000001647	0.5781702082599348		0	0	False	False	0.9992042183876038	0					non-mobilizable	other	11450.0	93.86	99.0	0.5059130974000089	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
AST0005_000000001576	14939	0.7694328839971807	17	12	5	10	6	True	132288	fragment	False	CHI0140_000000001647	0.5550337019034237		0	0	False	False	1.0	0					non-mobilizable	other	11317.0	96.404	99.0	0.5003764893475661	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ENG0029_000000001551	14938	0.7694328839971807	15	12	5	10	6	True	132288	fragment	False	CHI0140_000000001647	0.633976697580684		0	0	False	False	0.9995983242988586	0					non-mobilizable	other	14461.0	93.617	99.0	0.0033630466613100555	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0090_000000001245	13640	0.7694328839971807	13	12	5	10	6	True	132288	fragment	False	CHI0140_000000001647	0.29836525803503205		0	0	False	False	0.9999266862869263	0					non-mobilizable	other	13602.0	97.17	99.0	0.0031712725124653195	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
FIJ0125_000000014760	1270	0.7694327805247877	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.01930094882815668	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1268.0	90.06299999999999	100.0	0.00037906079033121	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0120_000000009295	3293	0.7694298649618501	3	3	2	3	2	False	32291	fragment	False	ISR0120_000000009295	1.0		0	0	False	False	0.9996963143348694	0					non-mobilizable	no_good_hit	2310.0	100.0	73.0	0.0006243208246550756	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0016_000000034128	1158	0.7694187105955657	2	2	2	2	1	True	69437	fragment	False	MON0078_000000031173	0.16705240342653097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	78.344	13.0	2.6942789435977198e-05	CP014343.1	g-proteobacteria	Pseudomonas putida strain 1A00316, complete genome	True	True
FIJ0168_000000017699	1334	0.7694110041092826	3	3	3	3	2	False	42899	fragment	False	MAD0100_000000023377	0.7332689145644353		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	93.184	100.0	0.0036483065343824836	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0100_000000034442	1336	0.7694093596646291	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.24564647234220577		0	0	False	False	0.996257483959198	0					non-mobilizable	chromosome	1336.0	98.428	100.0	0.0004493531838608493	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0019_000000000672	14370	0.7694045344043599	19	12	8	11	9	True	125410	maximal	True	ISR0019_000000000672	1.0		21	5	False	False	0.9978427290916443	0					non-mobilizable	no_good_hit	10883.0	98.649	89.0	0.0031052957851317982	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0183_000000020096	1553	0.7693981402694243	2	2	2	2	1	False	122094	fragment	False	ISR0183_000000020096	0.8506296577447889		0	0	False	False	0.9916291236877441	0					non-mobilizable	other	1553.0	98.583	100.0	0.0004828245735308849	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0018_000000023032	1715	0.76939575514837	3	3	2	3	1	False	75065	fragment	False	DEN0018_000000023032	1.0		0	0	False	False	0.9982507228851318	0					non-mobilizable	no_good_hit								True	False
ENG0080_000000012404	2131	0.7693944414284689	2	2	1	2	1	False	95974	maximal	True	ENG0080_000000012404	1.0		1	1	False	False	0.9995307326316833	0					non-mobilizable	no_good_hit	198.0	76.263	9.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0353_000000008649	4057	0.7693885644034779	2	2	2	2	1	True	129412	fragment	False	AST0047_000000004798	0.9683275144574384		0	0	False	False	0.9995070099830627	0					non-mobilizable	no_good_hit	1214.0	81.631	31.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0001_000000009908	4004	0.7693885644034779	3	2	2	2	1	True	129412	fragment	False	AST0047_000000004798	0.9608239047538634		0	0	False	False	0.9967532753944397	0					non-mobilizable	no_good_hit	1214.0	81.878	30.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0141_000000005193	4494	0.7693833378210629	7	2	2	1	1	True	15892	maximal	True	SPA0141_000000005193	1.0		3	2	False	False	0.9997774958610535	0					non-mobilizable	no_good_hit	79.0	88.60799999999999	2.0	0.07230046948356808	AF318175.1	g-proteobacteria	Haemophilus somnus isolate 57/98 small plasmid, complete sequence	True	True
CHI0019_000000006152	1389	0.7693770048447952	2	1	1	1	1	False	89417	fragment	False	CHI0019_000000006152	1.0		0	0	False	False	0.9762418866157532	0					non-mobilizable	no_good_hit	105.0	100.0	8.0	0.00026221572285815137	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
SPA0036_000000012343	2015	0.7693753573694498	3	3	3	3	3	False	72836	fragment	False	SPA0036_000000012343	1.0		0	0	False	False	0.9990074634552002	0					non-mobilizable	no_good_hit	233.0	71.67399999999999	11.0	4.715468426496175e-05	CP035738.1	enterobacteria	Enterobacter cloacae strain CZ-1 chromosome, complete genome	True	False
ENG0125_000000024349	1105	0.7693749834660983	1	1	1	1	1	False	62914	fragment	False	ENG0069_000000013366	0.701399793671903		0	0	False	False	0.9846153855323792	0					non-mobilizable	chromosome	1051.0	94.76700000000001	99.0	0.00023733826381516847	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0054_000000014073	2119	0.7693742602144767	2	1	1	1	1	False	70044	fragment	False	SPA0054_000000014073	1.0		0	0	False	False	0.9924492835998535	0					non-mobilizable	other	2119.0	99.67	100.0	0.0006045051905247379	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0049_000000014916	1117	0.7693742602144767	1	1	1	1	1	False	6602	fragment	False	SPA0049_000000014916	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	99.73100000000001	100.0	0.00031852114854844546	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
DEN0003_000000012550	2077	0.7693739096367088	3	2	2	2	2	True	126780	fragment	False	DEN0003_000000012550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.607367425421737e-06	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
AST0108_000000007249	3476	0.7693630621159133	4	2	2	2	2	False	107294	fragment	False	AST0108_000000007249	0.9932905484247374		0	0	False	False	0.9991369247436523	0					non-mobilizable	other	3476.0	98.677	100.0	0.005548319082019954	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ISR0788_000000002125	3428	0.7693630621159133	5	2	2	2	2	False	107294	fragment	False	AST0108_000000007249	0.9882048331415421		0	0	False	False	1.0	0					non-mobilizable	other	3428.0	100.0	100.0	0.0054906409165701355	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
MAD0108_000000006183	2708	0.7693592103447052	4	3	2	3	2	False	14615	maximal	True	MAD0108_000000006183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	72.919	29.0	0.012113410056767068	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0130_000000013521	1524	0.7693506701641722	3	1	1	1	1	False	40873	fragment	False	FIJ0130_000000013521	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	98.319	14.0	2.893099247279322e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0069_000000008377	3382	0.769346803744218	4	4	4	4	4	False	70750	fragment	False	DEN0069_000000008377	0.9819699499165275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	73.895	14.0	0.0019421611868484362	NZ_FOJI01000006.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
MAD0001_000000019074	1354	0.7693467953824928	2	2	2	2	2	False	20268	fragment	False	MAD0001_000000019074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	79.705	84.0	0.001500430193272197	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
SPA0052_000000015265	1795	0.7693384062410104	2	1	1	1	1	False	129782	maximal	True	SPA0052_000000015265	0.9824409902130109		93	7	False	False	0.9972144961357117	0					non-mobilizable	other	1795.0	99.777	100.0	0.015906370527995744	NZ_QEKJ01000007.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_107, whole genome shotgun sequence	False	False
AST0003_000000018859	1737	0.7693384062410104	2	1	1	1	1	False	129782	maximal	False	SPA0052_000000015265	0.9668523676880223		0	0	False	False	1.0	0					non-mobilizable	other	1737.0	97.81200000000001	100.0	0.015392117746154187	NZ_QEKJ01000007.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_107, whole genome shotgun sequence	False	False
ENG0082_000000012231	1685	0.7693195317387188	2	1	1	1	1	False	61616	fragment	False	ENG0082_000000012231	1.0		0	0	False	False	0.9964391589164734	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	0.001842205564731292	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0224_000000004968	5235	0.7693175454869378	7	7	7	6	5	False	99962	fragment	False	ISR0224_000000004968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	79.487	2.0	0.0005508202948787958	NZ_LIPT01000006.1	a-proteobacteria	Pannonibacter indicus strain DSM 23407 DSM_23407_06, whole genome shotgun sequence	True	False
SPA0036_000000019069	1314	0.7693131898977456	2	2	2	2	2	False	33161	fragment	False	ISR0100_000000012275	0.975317875841436		0	0	False	False	0.9916285872459412	0					non-mobilizable	other	1295.0	98.68700000000001	99.0	0.004742515145628933	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0248_000000002466	1726	0.7692983599802921	2	2	2	2	2	False	27081	fragment	False	ISR0248_000000002466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0080_000000021167	1343	0.7692937986344751	2	2	2	1	1	False	61723	maximal	True	ENG0080_000000021167	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	78.857	13.0	0.0011960216542867934	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ISR0279_000000010650	2030	0.769286687255197	3	3	3	3	3	False	34475	maximal	True	ISR0279_000000010650	1.0		48	11	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	72.705	60.0	0.00019316221513890743	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
DEN0040_000000007675	1100	0.7692862786934892	3	3	2	2	2	False	73165	fragment	False	MAD0045_000000035561	0.9404958677685951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	90.964	15.0	7.648575919111646e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0041_000000049470	1397	0.7692708652766426	1	1	1	1	1	False	11777	maximal	True	MON0041_000000049470	1.0		50	8	False	False	0.9971367120742798	0					non-mobilizable	other	1290.0	76.434	91.0	0.00042116881607993494	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
MON0007_000000053017	1243	0.7692708652766426	1	1	1	1	1	False	16546	fragment	False	MON0007_000000053017	0.967453213995118		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	74.52	91.0	0.04761300152361605	NZ_ADFP01000072.1	bacteria	Pyramidobacter piscolens W5455 contig00027, whole genome shotgun sequence	False	False
ENG0045_000000001145	8757	0.7692535513830823	9	7	3	7	4	True	78054	fragment	False	MON0011_000000003390	0.35403927721319123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	9.646547391775852e-06	CP012069.2	actinobacteria	Olsenella sp. oral taxon 807 strain F0089, complete genome	True	True
ISR0139_000000010119	2503	0.7692524265758864	3	3	3	3	3	False	38408	maximal	True	ISR0139_000000010119	1.0		1	1	False	False	0.9892129302024841	0					non-mobilizable	no_good_hit	632.0	75.633	25.0	0.006247322948987161	NZ_PEIK01000017.1	firmicutes	Clostridium combesii strain DSM 20696 scaffold_16, whole genome shotgun sequence	True	False
USA0057_01_000000005323	5604	0.7692389669348592	6	5	3	5	3	False	130349	backbone	False	ISR0335_000000002496	0.9748639885465761	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5604.0	98.60799999999999	100.0	0.0010824705429144663	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0101_000000002413	5568	0.7692389669348592	5	5	3	5	3	False	130349	backbone	False	ISR0335_000000002496	0.973237681219799	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5568.0	99.012	100.0	0.001077628574123473	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0063_000000002554	10134	0.7692381426605619	12	7	6	6	5	False	66781	maximal	True	ENG0063_000000002554	1.0	PS306	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3122.0	93.69	31.0	0.10810155519379308	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
DEN0053_000000006023	1846	0.7692351794037064	3	3	2	3	1	True	72129	fragment	False	DEN0053_000000006023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0005_000000013491	2179	0.7692314916818292	4	4	4	3	2	False	41418	maximal	True	MAD0005_000000013491	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000004672	5254	0.7692245524017942	8	6	4	5	4	False	95215	maximal	True	CAN0013_000000004672	1.0		7	3	False	False	0.9996193647384644	0					non-mobilizable	no_good_hit	1677.0	77.51899999999999	49.0	0.0005696082144221921	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0230_000000020186	1698	0.7692199826255418	3	3	3	2	2	False	119950	fragment	False	ISR0230_000000020186	0.9820663592331587		0	0	False	False	0.9994110465049744	0					non-mobilizable	other	1698.0	97.70299999999999	100.0	0.015459034015340609	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
FIJ0121_000000005319	4915	0.7692076985207055	5	4	4	4	4	False	76896	maximal	True	FIJ0121_000000005319	1.0		42	10	False	False	0.9890131950378418	0					non-mobilizable	no_good_hit	2284.0	77.627	46.0	0.01219861994317413	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	True	False
ISR0826_000000000848	13717	0.7691997521330317	25	11	7	11	7	True	68773	maximal	True	ISR0826_000000000848	1.0		1	1	False	False	0.9999271035194397	0					non-mobilizable	no_good_hit	3621.0	95.25	75.0	0.05006018845211905	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
FIJ0036_000000005929	5841	0.7691902906660417	6	6	2	6	6	False	47983	fragment	False	FIJ0036_000000005929	1.0		0	0	False	False	1.0	0	IncFIC				non-mobilizable	plasmid	3168.0	97.12799999999999	94.0	0.014566344247742837	MG764548.1	enterobacteria	Escherichia coli strain 11011 plasmid p11011-fosA, complete sequence	False	True
ISR0279_000000003699	4869	0.7691826870504003	6	6	6	6	5	False	75875	maximal	True	ISR0279_000000003699	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3172.0	99.71600000000001	65.0	0.021806853582554516	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0023_000000000773	6862	0.7691820534373901	9	8	2	6	8	True	98651	fragment	False	MAD0023_000000000773	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6879.0	94.854	100.0	0.07201779979429483	CP058211.1	enterobacteria	Escherichia marmotae strain RHB24-C12 plasmid pRHB24-C12_3, complete sequence	False	True
FIJ0050_000000001733	12888	0.7691768110872592	12	2	2	1	1	True	46633	maximal	True	FIJ0050_000000001733	1.0		4	1	False	False	0.9999223947525024	0					non-mobilizable	no_good_hit								True	True
ISR0035_000000007403	2488	0.7691752025996906	4	2	1	2	1	False	36804	fragment	False	ISR0035_000000007403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	91.713	41.0	0.00031227326150316316	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0114_000000022160	1797	0.7691716906906222	4	3	2	3	2	False	41854	fragment	False	FIJ0132_000000016976	0.9530601659751037		0	0	False	False	0.999443531036377	0					non-mobilizable	chromosome	1797.0	99.889	100.0	0.0003396909379876792	LR607330.1	enterobacteria	Klebsiella quasipneumoniae strain 4928STDY7071295 genome assembly, chromosome: 1	False	False
MAD0063_000000010556	1364	0.7691702339734691	2	2	2	1	1	False	120670	fragment	False	MAD0063_000000010556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	83.249	14.0	0.0009527904545054773	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0052_000000030629	1229	0.7691658375593822	2	2	2	2	2	False	35768	maximal	True	ISR0052_000000030629	1.0		129	9	False	False	0.9991863369941711	0					non-mobilizable	no_good_hit	507.0	78.895	41.0	0.00011149815237991805	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0132_000000016976	1928	0.7691656864536714	4	3	2	3	3	False	41854	fragment	False	FIJ0132_000000016976	0.9860879243183083		0	0	False	False	0.9823651313781738	0					non-mobilizable	chromosome	1929.0	99.015	100.0	0.00037713907037469855	CP035207.1	enterobacteria	Klebsiella quasipneumoniae strain TH114 chromosome, complete genome	False	False
CHI0077_000000003112	4477	0.7691635167553349	5	4	3	2	4	False	86759	maximal	True	CHI0077_000000003112	1.0		835	15	False	False	0.9997766613960266	0					non-mobilizable	other	4477.0	99.978	100.0	0.23384358184002926	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0021_000000027634	1353	0.7691634230001082	3	3	3	3	1	True	74707	fragment	False	DEN0021_000000027634	1.0		0	0	False	False	0.9844789505004883	0					non-mobilizable	no_good_hit								True	True
USA0063_01_000000008398	2420	0.7691494397720875	4	3	3	3	3	True	118307	fragment	False	ISR0015_000000009534	0.9575748346518674		0	0	False	False	0.9971074461936951	0					non-mobilizable	no_good_hit	690.0	78.696	30.0	0.0014260711739158619	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0848_000000011478	1553	0.7691489324747692	2	2	2	2	2	False	101682	fragment	False	FIJ0092_000000020164	0.7150351997809341		0	0	False	False	0.9942047595977783	0					non-mobilizable	no_good_hit	1199.0	72.477	76.0	0.02120767964098945	NZ_QGDS01000020.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_120, whole genome shotgun sequence	True	False
AST0104_000000031842	1122	0.7691464550787753	2	2	2	2	2	False	107572	fragment	False	ISR0792_000000008726	0.28246302164194154		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	95.455	100.0	0.12914746543778802	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	False	False
AST0059_000000004626	3059	0.7691387379743876	3	3	1	2	1	True	132035	fragment	False	AST0002_000000011762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0002_000000011762	3059	0.7691387379743876	3	3	1	2	1	True	132035	fragment	False	AST0002_000000011762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0103_000000015134	3162	0.7691286395346933	4	2	2	2	1	False	85320	fragment	False	MON0103_000000015134	1.0		0	0	False	False	0.9993674755096436	0					non-mobilizable	no_good_hit	1085.0	77.419	40.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
SPA0109_000000015423	2068	0.7691286395346933	2	2	2	2	1	False	53457	fragment	False	SPA0109_000000015423	1.0		0	0	False	False	0.9970986247062683	0					non-mobilizable	no_good_hit	1086.0	76.796	52.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0138_000000001222	16378	0.7691228088815314	23	6	2	6	1	False	57954	maximal	True	ENG0138_000000001222	1.0		1	1	False	False	0.99993896484375	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.232312450889999e-06	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0002_000000014380	1620	0.7691141447001263	2	2	2	2	2	False	75322	fragment	False	ENG0139_000000012865	0.9924842111502269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	80.123	70.0	0.003082545223824916	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
FIJ0071_000000004040	8359	0.7691083051023021	10	9	5	5	9	True	118179	maximal	True	FIJ0071_000000004040	1.0	PS799	2	1	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	5349.0	98.822	64.0	0.5983212087297146	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0181_000000005065	4238	0.76910818594429	4	4	3	2	3	True	55284	fragment	False	ENG0181_000000005065	1.0		0	0	False	False	1.0	0		MOBC			mobilizable	plasmid	4238.0	100.0	100.0	0.036903486538980776	CP047466.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-tetX-114kb, complete sequence	False	True
SPA0137_000000026324	1405	0.7691014083703689	2	2	2	2	2	False	3554	fragment	False	SPA0137_000000026324	1.0		0	0	False	False	0.9807829260826111	0					non-mobilizable	other	1417.0	78.193	99.0	0.000391555725877668	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0069_000000012805	1429	0.7690987951718009	3	2	1	2	1	False	62468	fragment	False	ENG0069_000000012805	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1429.0	98.181	100.0	0.470976253298153	MK231496.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_8_c1 sequence	False	False
SPA0151_000000011515	1651	0.769098020698058	2	2	2	2	1	False	94395	maximal	True	SPA0151_000000011515	1.0		0	0	False	False	0.9975772500038147	0					non-mobilizable	no_good_hit	776.0	81.186	47.0	0.0002143837023954324	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0020_01_000000006385	5364	0.7690975826401234	8	6	1	5	5	False	83093	maximal	True	USA0020_01_000000006385	1.0	PS412	10	5	False	True	0.9986950159072876	0					non-mobilizable	no_good_hit	1194.0	97.73899999999999	64.0	0.0048749392164955194	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
FIJ0113_000000020349	1276	0.7690898058861565	2	1	1	1	1	False	41913	fragment	False	FIJ0113_000000020349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	72.445	60.0	0.00033143009455402484	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0059_000000006401	2280	0.7690870795128508	4	4	4	3	3	False	112715	maximal	True	AST0059_000000006401	1.0		4	4	False	False	0.9929824471473694	0					non-mobilizable	chromosome	2280.0	100.0	100.0	0.00045809174136369427	CP033744.1	enterobacteria	Citrobacter freundii strain FDAARGOS_549 chromosome, complete genome	False	False
ISR0268_000000007264	2620	0.769083911079865	3	3	3	3	3	False	55580	maximal	True	ISR0268_000000007264	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	81.127	46.0	0.018923261727586155	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	True	False
ISR0238_000000010953	1381	0.7690788585745547	3	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.920498064652486		0	0	False	False	0.9971035718917847	0					non-mobilizable	other	1354.0	92.319	98.0	0.004836265543220093	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0100_000000015479	1186	0.7690758132200491	2	1	1	1	0	True	42717	fragment	False	FIJ0100_000000015479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	80.87	10.0	0.0001594955383971268	NZ_NCQY01000030.1	CFB group bacteria	Salinibacter altiplanensis strain AN15 NODE_88_length_702164_cov_82.032196, whole genome shotgun sequence	True	True
SPA0086_000000000190	38212	0.7690664828274714	36	19	15	16	17	True	107309	maximal	True	SPA0086_000000000190	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	8137.0	90.62299999999999	36.0	0.06232257668523378	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	True
SPA0054_000000011169	2651	0.7690648574025863	4	3	2	3	2	False	110045	maximal	True	SPA0054_000000011169	1.0		1	1	False	False	0.9901923537254333	0					non-mobilizable	no_good_hit	1118.0	97.764	60.0	0.017847727091156028	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0040_000000005298	4113	0.7690632864960859	5	2	1	2	1	False	72814	fragment	False	ENG0040_000000005298	0.9714551609769877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0254_000000002406	3778	0.7690632864960859	5	2	1	2	1	False	72814	fragment	False	ENG0040_000000005298	0.9402366210906123		0	0	False	False	0.9955002665519714	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000005982	4494	0.7690632594807014	3	3	3	3	3	False	69839	maximal	True	DEN0078_000000005982	1.0		2	2	False	False	0.9995549917221069	0					non-mobilizable	no_good_hit	954.0	70.335	21.0	0.0002022217516478472	CP003259.1	firmicutes	Clostridium sp. BNL1100, complete genome	True	False
DEN0079_000000000743	23248	0.7690402669574689	33	18	11	12	9	False	69807	fragment	False	DEN0079_000000000743	1.0		0	0	False	False	0.9999139904975891	0					non-mobilizable	no_good_hit	379.0	75.98899999999999	2.0	0.11144760751059964	NZ_FOKI01000085.1	firmicutes	Clostridium frigidicarnis strain DSM 12271, whole genome shotgun sequence	True	False
ISR0243_000000002544	3836	0.7690235113430196	6	2	1	2	1	False	88880	fragment	False	ISR0243_000000002544	1.0		0	0	False	False	0.9984358549118042	0					non-mobilizable	no_good_hit	1679.0	94.818	44.0	0.0005049125856913735	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0142_000000025267	1443	0.7690229777672647	2	1	1	1	1	False	120874	fragment	False	FIJ0142_000000025267	0.9484536082474226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1251.0	90.32799999999999	87.0	0.01291034597644903	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0034_000000024521	1145	0.7690229777672647	2	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.012808434007942661		0	0	False	False	0.9912663698196411	0					non-mobilizable	other	1146.0	90.14	100.0	0.011817131196185202	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0106_000000010416	2461	0.7690203440364355	2	2	1	2	1	False	42354	maximal	True	FIJ0106_000000010416	1.0		5	4	False	False	0.9959366321563721	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000008168	2946	0.7690191164436057	7	5	4	5	3	True	48010	fragment	False	ISR0054_000000008168	1.0		0	0	False	False	0.9993211030960083	0					non-mobilizable	no_good_hit	1414.0	93.42299999999999	65.0	0.11367486889874949	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0037_000000004639	5137	0.7690144042455911	7	4	4	3	3	False	80681	maximal	True	SPA0037_000000004639	1.0		3	3	False	False	0.9998053312301636	0					non-mobilizable	no_good_hit	1188.0	95.286	23.0	0.00029102617004411486	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0019_000000004532	5522	0.7690061989496514	9	5	2	3	4	False	124442	maximal	True	AST0019_000000004532	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	4203.0	98.73899999999999	80.0	0.0012568524643734695	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MAD0041_000000029339	1286	0.7690031365787832	2	2	2	1	1	False	18208	fragment	False	MAD0041_000000029339	1.0		0	0	False	False	0.996889591217041	0					non-mobilizable	no_good_hit	877.0	73.66	67.0	0.025266112995672007	NZ_PPEL01000021.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_021, whole genome shotgun sequence	True	False
ISR0787_000000001565	7145	0.7689932132784083	8	3	3	3	1	False	84616	maximal	True	ISR0787_000000001565	1.0	PS419	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	170.0	80.0	3.0	4.5081946441047086e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0093_000000004691	5689	0.7689932132784083	7	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.5044310070947727	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.3352204448954523e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	True
FIJ0103_000000003512	5267	0.7689932132784083	7	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.340489431268259	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	194.0	97.42299999999999	4.0	0.04965268844867507	KU547634.1	bacteria	Uncultured bacterium clone TE_08H_000_Contig_3 genomic sequence	True	True
FIJ0059_000000003595	5255	0.7689932132784083	6	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.5152619374794016	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	9.275128642274081e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	True
MAD0030_000000001755	5225	0.7689932132784083	6	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.4428246425608538	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	9.275128642274081e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	True
FIJ0161_000000003089	4987	0.7689932132784083	6	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.34346346882234263	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	85.0	91.765	2.0	0.09879518072289156	GQ879668.1		Uncultured organism clone VC1CA44TF genomic sequence	True	True
FIJ0036_000000007263	4917	0.7689932132784083	5	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.32101839245972763	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	2.0	2.1023252999723366e-05	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
MAD0003_000000005602	4819	0.7689932132784083	5	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.3030569023848621	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	9.275128642274081e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	True
MAD0041_000000006445	4366	0.7689932132784083	5	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.23470331852876306	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.3352204448954523e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	True
FIJ0067_000000007432	4011	0.7689932132784083	6	3	3	3	1	False	48715	fragment	False	FIJ0067_000000007432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	1.4671639374305264e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0058_000000007957	3786	0.7689874572907113	6	3	1	3	3	False	107728	fragment	False	SPA0058_000000007957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	93.18299999999999	40.0	0.00020635645635998503	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0254_000000011443	1201	0.7689726921378962	2	1	1	1	1	False	26916	fragment	False	ISR0254_000000011443	1.0		0	0	False	False	0.9950041770935059	0					non-mobilizable	no_good_hit								True	False
ISR0187_000000024963	1155	0.768971267367916	2	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.33665371236432656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	98.249	40.0	0.0038250861902644844	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0143_000000006254	3017	0.7689673903345283	3	2	2	2	1	False	57622	fragment	False	ENG0143_000000006254	1.0		0	0	False	False	0.9857474565505981	0					non-mobilizable	no_good_hit	1859.0	79.666	61.0	0.39587805925289826	NZ_GG663512.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld8, whole genome shotgun sequence	True	False
ISR0140_000000004266	7365	0.7689648327854124	9	6	3	4	4	False	115044	maximal	True	ISR0140_000000004266	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	99.281	2.0	0.0007581084644458117	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0114_000000000354	39971	0.7689551995792261	36	15	9	15	7	True	116430	fragment	False	ISR0126_000000000715	0.9290411517260603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
DEN0018_000000006955	4901	0.7689489676600381	5	4	4	4	3	False	96631	maximal	True	DEN0018_000000006955	1.0		11	6	False	False	0.9975515007972717	0					non-mobilizable	no_good_hit	928.0	69.50399999999999	19.0	0.0002990068443355927	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
SPA0106_000000018317	2123	0.7689487150998521	3	3	2	3	1	False	81913	maximal	True	SPA0106_000000018317	1.0		4	2	False	False	0.99764484167099	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	0.000469155520063885	NZ_VDCQ01000030.1	firmicutes	Paenibacillus hemerocallicola strain KCTC 33185 RDPYD18112709_A.Scaf30, whole genome shotgun sequence	True	False
FIJ0037_000000004022	6096	0.76894861354413	8	7	6	5	6	False	121729	maximal	True	FIJ0037_000000004022	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3059.0	76.79	50.0	0.01014259053380474	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
ENG0167_000000004720	5181	0.7689438414445386	7	6	5	6	3	False	56093	maximal	True	ENG0167_000000004720	1.0		4	3	False	False	0.9976838231086731	0					non-mobilizable	no_good_hit	481.0	73.389	9.0	0.00029649498765760756	NZ_QXQB01000001.1	firmicutes	Paenibacillus pinisoli strain JCM 19203 NODE_1_length_1585187_cov_22.3358, whole genome shotgun sequence	True	False
FIJ0126_000000004691	7071	0.7689366156936321	5	5	5	4	3	False	116271	backbone	False	MAD0078_000000000904	0.9081107102630017	PS761	0	0	True	True	0.9997171759605408	4					non-mobilizable	no_good_hit	132.0	79.545	2.0	0.00020751226064807187	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	True
ISR0029_000000007579	6020	0.7689364632421362	8	7	6	7	6	False	121740	maximal	False	ENG0024_000000004009	0.9550548553826589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	83.87700000000001	46.0	0.0002807519117834989	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0822_000000002998	2216	0.7689357930230581	2	2	2	2	2	False	94026	fragment	False	ISR0822_000000002998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	71.59899999999999	50.0	0.0003118637040108397	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0254_000000010011	1334	0.7689291060362479	2	2	1	2	0	True	31584	maximal	False	ISR0132_000000019686	0.9543596730245232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	85.52600000000001	6.0	2.0350528353984146e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ENG0047_000000005033	3351	0.7689255888411118	4	2	1	2	1	True	93474	fragment	False	USA0020_01_000000010032	0.9346142816174362		0	0	False	False	0.9967173933982849	0					non-mobilizable	no_good_hit								True	True
ISR0317_000000009698	2071	0.7689181697893456	3	2	1	2	0	True	25167	maximal	True	ISR0317_000000009698	1.0		1	1	False	False	0.9932399988174438	0					non-mobilizable	no_good_hit								True	True
MON0104_000000007241	5378	0.7689142731448873	5	5	4	4	5	False	69293	maximal	True	MON0104_000000007241	1.0		2	2	False	False	1.0	0					non-mobilizable	other	5378.0	99.926	100.0	0.006831640775379158	LM996496.1	enterobacteria	Escherichia coli genome assembly FHI34, scaffold scaffold-25_contig-0.0_1_787073_[organism:Escherichia	False	False
ISR0130_000000003428	7541	0.7689081065307332	8	7	7	7	7	False	125053	fragment	False	DEN0063_000000004503	0.3998833099719863		0	0	False	False	0.9990717172622681	0					non-mobilizable	other	7537.0	99.124	99.0	0.00159138039947344	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0003_000000012238	1943	0.7689037742471411	3	3	3	2	2	False	52186	maximal	True	FIJ0003_000000012238	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	93.49700000000001	50.0	0.02029348604151754	NZ_QRYH01000031.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf31, whole genome shotgun sequence	True	False
ISR0176_000000015435	2211	0.7688984711536271	3	3	3	3	2	False	130051	fragment	False	ISR0176_000000015435	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1780.0	85.618	95.0	0.0006252895757664297	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0207_000000019728	1530	0.7688982452055726	4	1	1	1	1	False	28563	maximal	True	ISR0207_000000019728	1.0		15	3	False	False	0.998039186000824	0					non-mobilizable	no_good_hit	586.0	78.498	38.0	0.002353448065620148	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
AST0047_000000005366	3892	0.7688760514740463	4	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.4467900852537788		0	0	False	False	0.9984583854675293	0					non-mobilizable	no_good_hit	2695.0	78.182	85.0	0.006385358955484096	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0287_000000008466	1587	0.7688666390398865	3	3	3	3	1	False	25997	fragment	False	ISR0287_000000008466	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1597.0	96.243	100.0	0.0025387271578383003	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0052_000000004902	5455	0.7688628163808171	3	3	3	3	3	False	46497	fragment	False	FIJ0052_000000004902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	72.51899999999999	7.0	0.0004401092291817503	CP030095.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 2, complete sequence	True	False
TAN0007_000000011343	3198	0.768862282406228	4	2	1	2	1	False	81060	fragment	False	TAN0007_000000011343	0.9346089850249584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	74.291	16.0	0.002076226607581216	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
FIJ0105_000000018337	1772	0.7688590570147141	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.398592761872385		0	0	False	False	1.0	0					non-mobilizable	chromosome	785.0	90.70100000000001	100.0	0.00021942646288740036	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0004_000000038790	1229	0.7688565598261979	2	1	1	1	1	False	14184	fragment	False	MON0038_000000027282	0.971875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	77.061	53.0	0.005712046671600853	NZ_AWEY01000023.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00011, whole genome shotgun sequence	True	False
ENG0009_000000000862	17538	0.7688551762151289	23	11	5	9	7	True	130534	fragment	False	ITA0003_000000000288	0.9812179206616591		0	0	False	False	1.0	0					non-mobilizable	chromosome	9329.0	99.914	100.0	0.0016581672558896223	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0021_000000000942	17538	0.7688551762151289	23	11	5	9	7	True	130534	fragment	False	ITA0003_000000000288	0.9810720186545784		0	0	False	False	1.0	0					non-mobilizable	chromosome	17538.0	99.869	100.0	0.0031174184355206164	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0157_000000001124	17410	0.7688551762151289	23	11	5	9	7	True	130534	fragment	False	ITA0003_000000000288	0.977311987787596		0	0	False	False	1.0	0					non-mobilizable	chromosome	9201.0	99.902	100.0	0.0016354136743336755	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0225_000000002983	4541	0.7688550891654159	5	5	5	5	5	False	57164	fragment	False	ISR0225_000000002983	0.9739431894430777		0	0	False	False	0.9997797608375549	0					non-mobilizable	chromosome	4540.0	99.978	99.0	0.0009194490517054879	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
ISR0226_000000003732	1987	0.7688519756833606	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7400884721100413		0	0	False	False	0.982385516166687	0					non-mobilizable	other	1987.0	98.84200000000001	100.0	0.0007212415814293004	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0236_000000005525	1973	0.7688519756833606	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.7067825441606495		0	0	False	False	0.9949315786361694	0					non-mobilizable	other	1868.0	99.14299999999999	100.0	0.0006780251926125397	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0154_000000011746	1807	0.7688519756833606	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5845865455273848		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	98.78299999999999	100.0	0.0006558722538073094	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0036_000000014086	1775	0.7688519756833606	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5707123374197968		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	98.927	99.0	0.01353386908084384	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
AST0046_000000009665	1773	0.7688519756833606	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5697993312473111		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	98.87100000000001	99.0	0.0006424352253516779	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0365_000000009345	1768	0.7688519756833606	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5704159343045635		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	98.927	100.0	0.0006424352253516779	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
DEN0063_000000028351	1747	0.7688519756833606	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.5076515866022597		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	98.914	100.0	0.0006351719667270123	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0171_000000017348	1676	0.7688519756833606	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.4202987211915651		0	0	False	False	0.9982100129127502	0					non-mobilizable	other	1676.0	99.045	100.0	0.000607934746884516	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0102_000000018241	1581	0.7688519756833606	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.258548092347132		0	0	False	False	1.0	0					non-mobilizable	other	1584.0	98.927	100.0	0.0005745237572110539	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CAN0012_000000013373	3878	0.7688514640070391	3	2	2	2	1	True	96976	fragment	False	CAN0002_000000003451	0.7402073570792669		0	0	False	False	0.9976792335510254	0					non-mobilizable	other	3864.0	99.948	99.0	0.0013124220080566336	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0074_000000010524	1312	0.7688512703804387	1	1	1	1	1	False	84694	maximal	True	CHI0074_000000010524	1.0		15	5	False	False	0.9939024448394775	0					non-mobilizable	other	1312.0	99.46600000000001	100.0	0.00803771780314642	NZ_PKIB01000004.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.4, whole genome shotgun sequence	False	False
SPA0083_000000014458	1272	0.7688512703804387	1	1	1	1	1	False	29799	fragment	False	SPA0083_000000014458	0.9960159362549801		0	0	False	False	0.9960691928863525	0					non-mobilizable	other	1272.0	98.821	100.0	0.07076443405155615	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	False	False
ISR0176_000000027168	1255	0.7688512703804387	1	1	1	1	1	False	29799	fragment	False	SPA0083_000000014458	0.9893867924528302		0	0	False	False	0.991235077381134	0					non-mobilizable	other	1255.0	98.964	100.0	0.06981793886754635	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	False	False
CHI0049_000000009277	1778	0.7688512024425728	4	2	2	1	1	False	86773	fragment	False	ISR0169_000000017261	0.9830786026200873		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	99.60600000000001	100.0	0.0007804635523081869	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0773_000000012379	1401	0.7688510500019967	2	1	1	1	1	False	68544	fragment	False	DEN0092_000000011211	0.6318097447459438		0	0	False	False	0.9978586435317993	0					non-mobilizable	chromosome	1401.0	98.929	100.0	0.00047571847931830903	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0084_01_000000000785	25709	0.7688450136044511	24	20	5	15	13	True	115131	fragment	False	ENG0091_000000000469	0.32719141282255615		0	0	False	False	1.0	0					non-mobilizable	other	25709.0	99.949	100.0	0.011287953718555269	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
FIJ0017_000000022292	1337	0.7688366722668353	2	2	2	2	2	False	58798	fragment	False	FIJ0025_000000014075	0.6533901524058435		0	0	False	False	0.9775617122650146	0					non-mobilizable	no_good_hit	1079.0	70.62100000000001	78.0	0.0003263421247641097	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0082_000000022069	1865	0.7688310520385336	3	2	2	2	1	False	113521	fragment	False	AST0087_000000017412	0.505687481245645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	80.73100000000001	16.0	0.00010623895336216186	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0081_01_000000006143	5086	0.7688298952344524	5	4	1	4	3	False	584	maximal	True	USA0081_01_000000006143	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	75.122	4.0	0.011890676762896357	NZ_QRAP01000021.1	enterobacteria	Enterobacillus tribolii strain DSM 103736 Ga0215724_121, whole genome shotgun sequence	True	False
ISR0228_000000006488	3795	0.7688291042913166	5	5	5	5	5	False	128579	fragment	False	AST0005_000000007624	0.9816253796490637		0	0	False	False	1.0	0					non-mobilizable	other	3723.0	99.382	99.0	0.11799765399613227	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0125_000000004416	8032	0.7688143205575241	8	5	3	3	2	True	56216	fragment	False	SPA0125_000000004416	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8015.0	98.52799999999999	99.0	0.0908008166969147	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0137_000000007622	2179	0.7688111134254584	3	2	2	2	2	False	89541	fragment	False	ENG0137_000000007622	0.9606968018773903		0	0	False	False	0.9935750365257263	0					non-mobilizable	other	2191.0	98.494	100.0	0.016589743006767767	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0052_000000013797	2014	0.7688111134254584	3	2	2	2	2	False	89541	fragment	False	ENG0137_000000007622	0.9457113651194842		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	99.70200000000001	100.0	0.01525589432280654	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0165_000000009744	1632	0.7688091560062985	3	3	2	2	2	False	39056	maximal	True	FIJ0165_000000009744	1.0		1	1	False	False	0.967524528503418	0					non-mobilizable	chromosome	1632.0	98.836	100.0	0.0003065848981545658	CP056776.1	enterobacteria	Enterobacter cloacae strain DSM 30054 chromosome, complete genome	False	False
FIJ0035_000000007722	1573	0.7688066757354937	1	1	1	1	1	False	48028	maximal	True	FIJ0035_000000007722	1.0		0	0	False	False	0.9974570870399475	0					non-mobilizable	no_good_hit	467.0	90.36399999999999	29.0	0.00015696064398709934	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
FIJ0119_000000001790	8776	0.7687983161035078	9	7	6	7	4	True	50042	fragment	False	FIJ0119_000000001790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	100.0	1.0	0.08585247883917775	NZ_AXCY01000286.1	high GC Gram+	Cellulomonas carbonis T26 contig243, whole genome shotgun sequence	True	True
MON0078_000000031173	1500	0.7687919842748324	2	2	2	2	2	True	69437	fragment	False	MON0078_000000031173	0.6646663965128086		0	0	False	False	0.9786666631698608	0					non-mobilizable	no_good_hit	380.0	72.105	25.0	0.0004099585864891718	NZ_RKQN01000002.1	g-proteobacteria	Vulcaniibacterium tengchongense strain DSM 25623 Ga0244695_102, whole genome shotgun sequence	True	True
MAD0050_000000001723	10368	0.7687807863424964	8	7	7	6	6	False	46669	maximal	True	MAD0050_000000001723	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4094.0	73.058	49.0	0.0008477506202370787	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0804_000000004149	4301	0.7687800135302758	2	2	1	2	1	False	21824	maximal	True	ISR0804_000000004149	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0189_000000000718	14238	0.7687773143176895	19	12	9	11	8	True	116352	maximal	False	ISR0126_000000003247	0.7770988521061787		0	0	True	True	0.999367892742157	5					non-mobilizable	no_good_hit	177.0	79.661	1.0	0.00042457394498311577	NZ_SRMQ01000002.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000002, whole genome shotgun sequence	True	True
SPA0115_000000004920	5045	0.7687769623575762	6	4	4	4	3	True	16897	maximal	True	SPA0115_000000004920	1.0		7	5	False	False	0.999801754951477	0					non-mobilizable	no_good_hit	467.0	72.163	9.0	0.000561056755320196	NZ_JABXYR010000002.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig2, whole genome shotgun sequence	True	True
ENG0206_000000015355	1663	0.7687621264567132	2	2	1	2	1	True	122799	fragment	False	ENG0102_000000016628	0.9637049941927991		0	0	False	False	0.9993986487388611	0					non-mobilizable	other	1672.0	97.428	100.0	0.018161069448972937	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0015_000000004098	5635	0.7687556388118462	8	7	5	6	5	False	120059	maximal	True	ISR0015_000000004098	1.0		6	4	False	False	0.9998225569725037	0					non-mobilizable	no_good_hit	1828.0	94.365	32.0	0.09211521969429451	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0042_000000010460	2548	0.7687484038644822	3	1	1	1	1	False	11728	maximal	True	MON0042_000000010460	1.0		7	1	False	False	0.9909732937812805	0					non-mobilizable	no_good_hit	990.0	81.01	39.0	0.0005632419958699384	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	True	False
AUS0006_000000022244	1198	0.7687474581753417	2	1	1	1	1	False	117111	fragment	False	ISR0132_000000022167	0.9383043149129447		0	0	False	False	0.9933221936225891	0					non-mobilizable	chromosome	1153.0	87.51100000000001	100.0	0.00033220424473538886	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0082_000000028546	1273	0.7687447247608931	1	1	1	1	1	False	57389	fragment	False	MON0082_000000028546	1.0		0	0	False	False	0.9277297854423523	0					non-mobilizable	no_good_hit	750.0	77.067	59.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0098_000000000784	27359	0.7687329287416581	44	17	4	13	8	False	15373	maximal	True	MAD0098_000000000784	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	0.0	9.376057623807686e-06	CP012096.1	enterobacteria	Serratia plymuthica strain 3Rp8, complete genome	True	False
ISR0297_000000010355	1465	0.7687268713324011	2	1	1	1	1	False	88815	fragment	False	ISR0297_000000010355	0.7742202290266713		0	0	False	False	0.9993174076080322	0					non-mobilizable	chromosome	1465.0	99.65899999999999	100.0	0.00046144928486392765	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0330_000000023517	1369	0.7687268713324011	1	1	1	1	1	False	88815	fragment	False	ISR0297_000000010355	0.18489767113620323		0	0	False	False	0.9919649362564087	0					non-mobilizable	other	1369.0	88.897	99.0	0.026627161263912985	NZ_JAAIQH010000021.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_21_length_51301_cov_301.036, whole genome shotgun sequence	False	False
MON0037_000000058257	1312	0.7687268713324011	1	1	1	1	1	False	38221	fragment	False	MON0037_000000058257	0.9877350776778413		0	0	False	False	0.9733231663703918	0					non-mobilizable	other	1247.0	74.65899999999999	94.0	0.006485125303578672	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
SPA0022_000000004980	2721	0.7687208354975259	6	4	4	3	2	True	61386	maximal	True	SPA0022_000000004980	1.0		3	3	False	False	1.0	0					non-mobilizable	other	2217.0	95.399	100.0	0.015093255244324635	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ETH0003_000000010538	3361	0.7687206695739074	4	3	3	3	3	False	72233	fragment	False	ETH0003_000000010538	0.8744410719191661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	75.289	43.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0037_01_000000008194	4343	0.7687172555762497	7	4	1	3	2	False	9675	maximal	True	USA0037_01_000000008194	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0052_000000001336	12803	0.7687130321404059	4	3	3	3	1	True	130452	maximal	True	AST0052_000000001336	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0026_01_000000002567	12607	0.7687130321404059	4	3	3	3	1	True	130438	maximal	True	USA0026_01_000000002567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.031	3.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
DEN0051_000000002374	12485	0.7687130321404059	4	3	3	3	1	True	130446	maximal	True	DEN0051_000000002374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	92.54700000000001	2.0	5.385506323425909e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
DEN0078_000000001568	12253	0.7687130321404059	5	3	3	3	1	True	130415	fragment	False	DEN0078_000000001568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	88.48899999999999	2.0	0.005720681507275215	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0326_000000000903	12176	0.7687130321404059	5	3	3	3	1	True	130437	fragment	False	ISR0326_000000000903	1.0		0	0	False	False	0.9999178647994995	0					non-mobilizable	no_good_hit	84.0	97.619	1.0	0.00017355411647363128	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0303_000000000743	12165	0.7687130321404059	5	3	3	3	1	True	130439	fragment	False	ISR0024_000000001452	0.6329186918197545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	1.0	0.00017146310302214174	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0024_000000001452	12139	0.7687130321404059	5	3	3	3	1	True	130439	fragment	False	ISR0024_000000001452	0.9237489502208985		0	0	False	False	0.999588131904602	0					non-mobilizable	no_good_hit	83.0	97.59	1.0	0.00017146310302214174	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0035_000000001262	12137	0.7687130321404059	4	3	3	3	1	True	130441	maximal	False	ISR0285_000000000750	0.9290026737101982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0060_000000002663	11996	0.7687130321404059	5	3	3	3	1	True	130401	fragment	False	ISR0060_000000002663	1.0		0	0	False	False	0.9999166131019592	0					non-mobilizable	no_good_hit	99.0	98.99	2.0	0.0027514178224493234	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0238_000000000835	11788	0.7687130321404059	7	3	3	3	1	True	130404	maximal	True	ISR0238_000000000835	1.0		0	0	False	False	0.9999151825904846	0					non-mobilizable	no_good_hit	103.0	98.05799999999999	1.0	0.11577752553916004	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
USA0101_01_000000009265	3500	0.7687093687395528	6	4	4	4	3	False	112457	fragment	False	USA0101_01_000000009265	0.9887063655030801		0	0	False	False	0.9997143149375916	0					non-mobilizable	other	3500.0	99.6	100.0	0.011088224109519585	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0166_000000004579	5604	0.7687013303867842	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.31730968796842846	PS879|PS961	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	1526.0	94.102	62.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0047_000000002748	5297	0.7687013303867842	5	2	0	1	2	False	130015	backbone	False	ENG0059_000000002209	0.6320928518791451	PS1072|PS1073|PS1074	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1526.0	96.134	66.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0107_000000034537	1150	0.7686985277651279	2	2	2	2	2	False	14631	maximal	True	MAD0107_000000034537	1.0		27	8	False	False	0.9921739101409912	0					non-mobilizable	no_good_hit	218.0	72.936	18.0	4.0520342652308e-05	NZ_CP053688.1	high GC Gram+	Arthrobacter citreus strain NEB 577 chromosome, complete genome	True	False
ENG0032_000000018845	1322	0.7686823690100719	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.24141663098239433		0	0	False	False	1.0	0					non-mobilizable	chromosome	1322.0	99.84899999999999	100.0	0.00044464086582785163	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0137_000000000714	14799	0.7686744920883615	23	3	0	2	1	True	40501	maximal	True	FIJ0137_000000000714	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	79.775	1.0	3.552080128080306e-05	NZ_CP054051.1	e-proteobacteria	Arcobacter cibarius strain LMG 21996 chromosome, complete genome	True	True
SPA0107_000000022826	1447	0.7686738790148847	2	2	2	2	2	False	92050	fragment	False	SPA0107_000000022826	0.9966342557965595		0	0	False	False	0.9958534836769104	0					non-mobilizable	no_good_hit	198.0	74.242	13.0	9.953194334067167e-05	NZ_JDTH01000002.1	euryarchaeotes	Haladaptatus cibarius D43 HAPD43_2, whole genome shotgun sequence	True	False
SPA0117_000000001991	15695	0.7686559455273446	14	4	3	2	4	True	24488	maximal	True	SPA0117_000000001991	1.0		17	4	False	False	1.0	0					non-mobilizable	chromosome	15695.0	99.898	100.0	0.006789994730334152	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	True
FIJ0047_000000013347	2291	0.7686533192067802	4	3	3	3	3	False	102867	fragment	False	MAD0047_000000018435	0.8427189805214912		0	0	False	False	1.0	0					non-mobilizable	chromosome	2076.0	98.266	99.0	0.0005807524368512191	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0232_000000021700	1361	0.7686466574865036	2	2	2	2	1	False	59832	fragment	False	ISR0232_000000021700	1.0		0	0	False	False	0.9919177293777466	0					non-mobilizable	no_good_hit	96.0	78.125	7.0	0.0003383327394513971	NZ_CZJT01000079.1	high GC Gram+	Paeniglutamicibacter antarcticus strain W2, whole genome shotgun sequence	True	False
SPA0109_000000024643	1378	0.7686454051524411	2	1	1	1	1	False	68544	fragment	False	DEN0092_000000011211	0.6195117101127963		0	0	False	False	0.9622641801834106	0					non-mobilizable	chromosome	1380.0	96.594	100.0	0.0004685827021285344	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0053_000000015968	1310	0.7686454051524411	2	1	1	1	1	False	68544	fragment	False	DEN0092_000000011211	0.5584191952911606		0	0	False	False	0.9977099299430847	0					non-mobilizable	chromosome	1312.0	98.552	100.0	0.0004454763759902165	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0153_000000021141	1198	0.7686454051524411	1	1	1	1	1	False	39633	fragment	False	FIJ0153_000000021141	0.9675792349213211		0	0	False	False	0.9991652965545654	0					non-mobilizable	chromosome	1126.0	98.046	94.0	0.00038227377802364115	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0026_000000008871	1576	0.7686395712773465	1	1	1	1	1	False	19085	maximal	True	MAD0026_000000008871	1.0		14	3	False	False	0.9949238300323486	0					non-mobilizable	no_good_hit	1288.0	85.792	82.0	0.010515634334159854	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0108_000000005164	3993	0.7686346715958177	6	6	2	2	5	False	67164	fragment	False	MON0108_000000005164	1.0		0	0	False	False	0.9977460503578186	0					non-mobilizable	other	3993.0	99.524	100.0	0.0017952352513689119	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	False
SPA0046_000000003275	7095	0.7686301550589291	12	9	3	6	7	True	125618	fragment	False	ISR0056_000000002323	0.9885139155539946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2174.0	93.238	53.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
DEN0017_000000007168	4242	0.7686287745397171	4	2	2	2	1	True	103591	fragment	False	DEN0017_000000007168	1.0		0	0	False	False	0.99787837266922	0					non-mobilizable	no_good_hit								True	True
AST0047_000000000039	90199	0.7686209456153719	82	11	4	11	4	False	115487	maximal	False	AUS0014_000000000041	0.8879246600090722	PS49	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	246.0	99.59299999999999	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
FIJ0114_000000018438	2128	0.7686136930740846	3	3	3	2	2	False	90158	fragment	False	FIJ0114_000000018438	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2120.0	99.198	99.0	0.00041431905421850703	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
ENG0179_000000005929	5363	0.7686114450378668	9	6	4	5	6	False	95923	maximal	True	ENG0179_000000005929	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	76.715	31.0	0.0002485240483297642	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0038_000000006059	4913	0.7686079024839392	6	6	4	6	3	False	101878	maximal	True	SPA0038_000000006059	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	84.715	12.0	0.0002821578311623504	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0033_000000007437	4018	0.7686079024839392	6	6	4	6	3	False	101877	fragment	False	ISR0776_000000006444	0.9881994061116887		0	0	False	False	0.9955201745033264	0					non-mobilizable	no_good_hit	381.0	90.02600000000001	9.0	0.00017722310056478204	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MAD0089_000000003405	5504	0.7686043524830619	8	7	5	6	7	False	19327	maximal	True	MAD0089_000000003405	1.0		1	1	False	False	0.9950944781303406	0					non-mobilizable	no_good_hit	2908.0	99.931	53.0	0.0006099906266662218	CP010137.1	enterobacteria	Escherichia coli strain D2, complete genome	True	False
ENG0163_000000015387	1667	0.7686037542355796	2	2	2	2	2	False	56309	fragment	False	ENG0163_000000015387	0.9952009598080385		0	0	False	False	0.9982003569602966	0					non-mobilizable	other	1667.0	99.1	100.0	0.0006919903569939208	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0228_000000018856	1445	0.7686029242689261	1	1	1	1	1	False	121019	maximal	True	ISR0228_000000018856	0.7718168925173832		862	15	False	False	0.9993079304695129	0					non-mobilizable	other	1445.0	99.585	100.0	0.019463014880310544	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0135_000000011624	2480	0.7686009999763281	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.884633151062083	PS871	0	0	True	True	0.9987903237342834	1					non-mobilizable	other	2322.0	92.59299999999999	94.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ENG0069_000000007955	2477	0.7686009999763281	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8832546763831306	PS871	0	0	False	True	0.9995962977409363	0					non-mobilizable	other	2310.0	93.29	93.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AUS0022_000000014893	2331	0.7686009999763281	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8699657798359653	PS871	0	0	True	True	1.0	12					non-mobilizable	other	2310.0	93.333	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AUS0002_000000015510	2326	0.7686009999763281	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8627634884831376	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2307.0	93.368	99.0	0.9982676483326115	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ENG0127_000000011107	2316	0.7686009999763281	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8605200230977278	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2294.0	93.33	99.0	0.992637505413599	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AST0093_000000007830	2295	0.7686009999763281	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8340995740146209	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2295.0	93.37700000000001	99.0	0.9935036812472932	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ENG0076_000000002245	5040	0.7685993971716589	7	7	7	7	6	False	105150	maximal	False	ISR0091_000000005998	0.957667894314809		0	0	False	False	0.999404788017273	0					non-mobilizable	other	5040.0	99.12700000000001	100.0	0.034228151448871744	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
DEN0067_000000001502	13524	0.7685972372174307	9	7	6	7	4	True	132341	maximal	True	DEN0067_000000001502	1.0		1	1	False	False	0.9999260306358337	0					non-mobilizable	no_good_hit	132.0	75.0	1.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
AST0153_000000023158	1480	0.7685939656750483	1	1	1	1	1	False	103319	maximal	False	ISR0206_000000017591	0.9380053908355794		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	76.59	99.0	0.08780898538521682	NZ_QICA01000029.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_029, whole genome shotgun sequence	False	False
ISR0391_000000001256	7976	0.7685870770413762	11	7	3	4	5	False	102157	maximal	False	ISR0256_000000002091	0.6647591811756163		0	0	False	False	0.9952356815338135	0					non-mobilizable	no_good_hit	2941.0	92.07799999999999	39.0	0.15307619746357823	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
TAN0007_000000017700	2208	0.7685775108622175	2	2	1	2	0	False	80892	fragment	False	FIJ0115_000000009773	0.6504650465046504		0	0	False	False	0.9995471239089966	0					non-mobilizable	no_good_hit								True	False
USA0017_01_000000004132	6351	0.768570787809158	8	4	3	4	3	False	102288	maximal	True	USA0017_01_000000004132	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3217.0	90.426	69.0	0.0008908587011457865	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0027_000000007544	1600	0.7685702382222649	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.3696207828014887		0	0	False	False	1.0	0					non-mobilizable	other	1600.0	100.0	100.0	0.0003444894188534599	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0284_000000008819	1569	0.7685702382222649	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.31636015898320186		0	0	False	False	0.9891650676727295	0					non-mobilizable	other	1569.0	100.0	100.0	0.00033781076220276745	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0199_000000004097	6339	0.7685673152330817	13	2	0	2	0	True	100416	maximal	True	ISR0199_000000004097	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	99.445	11.0	0.0023177582127508894	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0356_000000001762	7871	0.7685669944179572	7	4	3	4	4	False	71899	fragment	False	DEN0064_000000003308	0.9578015375569705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	73.518	22.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ENG0211_000000006535	4420	0.7685513326897897	7	5	2	2	5	False	65383	maximal	True	ENG0211_000000006535	1.0		143	11	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	80.925	20.0	0.9379760609357998	GQ883759.1		Uncultured organism clone VC1DE83TF genomic sequence	True	False
CHI0083_000000004391	2349	0.7685375475805457	3	3	3	2	2	False	100789	fragment	False	CHI0083_000000004391	1.0		0	0	False	False	0.997871458530426	0					non-mobilizable	other	2353.0	96.515	100.0	0.0006520374782700457	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0090_000000007036	3121	0.7685345684332926	4	4	3	4	4	False	61259	maximal	True	ENG0090_000000007036	1.0		3	2	False	False	0.9932714104652405	0					non-mobilizable	other	3121.0	100.0	100.0	0.005597456745294189	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0305_000000006368	2672	0.7685345513937696	5	2	1	1	1	True	100171	maximal	False	SPA0012_000000009147	0.9817183454392016		0	0	True	True	1.0	40					non-mobilizable	no_good_hit	1025.0	75.61	50.0	0.33905723905723906	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ISR0154_000000004925	4977	0.7685310423391296	7	5	5	5	4	False	77274	maximal	True	ISR0154_000000004925	1.0		3	3	False	False	0.9925658106803894	0					non-mobilizable	no_good_hit	3571.0	99.32799999999999	72.0	0.018673208391959534	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0019_000000006959	2465	0.7685310123906072	4	4	4	3	3	False	99125	fragment	False	ISR0019_000000006959	0.9764653641207816		0	0	False	False	1.0	0					non-mobilizable	chromosome	2465.0	99.27	100.0	0.0008372645236002238	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0006_000000015445	1215	0.7685308915298494	2	2	0	1	2	False	38469	fragment	False	ISR0006_000000015445	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	plasmid	1215.0	99.91799999999999	100.0	0.3599169878446487	CP037958.1	enterobacteria	Salmonella enterica subsp. enterica serovar Goldcoast strain R18.0877 plasmid pR18.0877_3.3k, complete sequence	False	True
CHI0160_000000016503	1914	0.7685236533904476	2	2	0	2	2	False	78712	fragment	False	CHI0160_000000016503	1.0		0	0	False	False	1.0	0		MOBP,MOBP			mobilizable	plasmid	1914.0	97.85799999999999	100.0	0.31936560934891484	CP033785.1	high GC Gram+	Corynebacterium jeikeium strain FDAARGOS_574 plasmid unnamed1	False	True
USA0025_01_000000001391	13632	0.7685225909187834	14	6	4	5	4	True	1661	maximal	True	USA0025_01_000000001391	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0013179732500244068	NZ_AJWM01000097.1	g-proteobacteria	Catenovulum agarivorans YM01 Scaffold35_1, whole genome shotgun sequence	True	True
ISR0776_000000006444	3941	0.7685171599946419	6	6	4	6	4	False	101877	fragment	False	ISR0776_000000006444	0.9882097670408556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	90.429	8.0	0.00014084572729095834	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0003_000000007132	3885	0.7685171599946419	6	6	4	6	4	False	101877	fragment	False	ISR0776_000000006444	0.9869148958616507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	7.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
USA0025_01_000000008767	1768	0.7685149135678923	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9479881014691474		0	0	False	False	1.0	0					non-mobilizable	other	1768.0	99.54799999999999	100.0	0.0008827611289350814	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0327_000000016651	1721	0.7685149135678923	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.9105859037441515		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	99.82600000000001	100.0	0.0008592807819854781	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0049_000000001882	1901	0.7685062138455178	3	3	3	3	2	False	72620	fragment	False	DEN0049_000000001882	1.0		0	0	False	False	0.9936875104904175	0					non-mobilizable	other	1889.0	99.84100000000001	99.0	0.00035534280600297717	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0157_000000008472	2927	0.7685027209080127	4	3	3	3	3	False	120674	fragment	False	ENG0157_000000008472	0.9973620193794153		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	81.212	6.0	5.751817203720544e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0047_01_000000013940	2570	0.7685027209080127	3	3	3	3	3	False	120674	fragment	False	ENG0157_000000008472	0.652048975512244		0	0	False	False	0.9988327026367188	0					non-mobilizable	no_good_hit	165.0	81.212	6.0	5.751817203720544e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0108_000000015692	1442	0.7684944907740187	3	2	2	1	1	False	32783	fragment	False	USA0046_01_000000007149	0.9538850284270373		0	0	False	False	0.9882107973098755	0					non-mobilizable	no_good_hit	106.0	87.736	7.0	7.422687408718618e-05	NZ_FOZH01000001.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
CHI0044_000000008221	1886	0.7684907550964971	3	3	0	2	3	False	87253	maximal	True	CHI0044_000000008221	1.0		9	5	False	False	0.9904559850692749	0	rep_cluster_1097				non-mobilizable	no_good_hit	1303.0	99.693	69.0	0.3220380905268365	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
SPA0070_000000004316	4819	0.7684891466934559	6	5	1	2	2	True	5959	maximal	True	SPA0070_000000004316	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	90.227	9.0	0.4703982777179763	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0328_000000002002	10513	0.7684784638288599	14	10	8	10	6	True	125262	maximal	True	ISR0328_000000002002	1.0		8	4	False	False	0.9999048709869385	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	6.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
AUS0020_000000016209	1630	0.7684667005330673	3	3	1	3	1	False	99535	maximal	True	AUS0020_000000016209	1.0		0	0	False	False	0.987730085849762	0					non-mobilizable	no_good_hit	631.0	98.574	62.0	0.00014848674331568068	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
MAD0052_000000002821	5064	0.7684644916921695	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6435125169355896	PS931	0	0	False	True	0.9998025298118591	0					non-mobilizable	plasmid	4941.0	99.98	100.0	0.04154542243452811	CP056605.1	enterobacteria	Escherichia coli strain RHBSTW-00321 plasmid pRHBSTW-00321_2, complete sequence	False	True
MON0058_000000039514	1349	0.7684626591124473	1	1	1	1	1	False	91949	fragment	False	USA0057_01_000000024346	0.9621946734064286		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	95.478	100.0	0.005220698442698187	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0094_000000018823	1227	0.7684553899294438	1	1	1	1	1	False	109063	fragment	False	AST0094_000000018823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0162_000000006814	3618	0.7684534414818813	5	3	2	2	3	False	89195	fragment	False	ENG0162_000000006814	0.9565156988052237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2925.0	93.538	81.0	0.005364932947518397	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
AUS0020_000000018191	1430	0.7684534327306453	2	2	2	2	2	False	99505	maximal	True	AUS0020_000000018191	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	75.236	80.0	0.0003441381747689262	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0112_000000015987	2107	0.7684520298158372	3	3	3	3	2	False	102867	fragment	False	MAD0047_000000018435	0.5859012338216073		0	0	False	False	1.0	0					non-mobilizable	other	2019.0	84.49700000000001	99.0	0.0004937882952559792	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0001_000000009802	2021	0.7684503698697037	2	1	0	1	1	False	52593	maximal	True	FIJ0001_000000009802	0.9778783308195074		2	1	False	False	0.9980207681655884	0					non-mobilizable	no_good_hit	524.0	79.19800000000001	29.0	0.009856928151777175	MH339998.1	bacteria	Uncultured bacterium plasmid pHTP1 clone AA-110, complete sequence	True	False
FIJ0064_000000013384	1989	0.7684503698697037	2	1	0	1	1	False	52593	maximal	False	FIJ0001_000000009802	0.9703117268678871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	78.788	29.0	0.2632773490694508	AP022156.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP5-S18-ESBL-05_14 DNA, complete genome, strain: WP5-S18-ESBL-05	True	False
ETH0003_000000015689	2447	0.7684454250938489	3	1	1	1	1	False	77709	fragment	False	ETH0003_000000015689	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2447.0	99.346	100.0	0.0007312513696015278	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0143_000000019370	1102	0.7684420497324933	1	1	1	1	1	True	81733	fragment	False	CHI0122_000000012060	0.6303490990990991		0	0	False	False	0.9990925788879395	0					non-mobilizable	other	905.0	98.23200000000001	97.0	0.00025103998311589495	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
USA0005_01_000000014617	2275	0.7684383929055615	7	3	3	2	0	False	56364	fragment	False	MON0083_000000014594	0.7160754029541276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	4.0	2.8582649908059144e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0115_000000005824	4184	0.7684359719617136	5	5	5	5	5	False	42013	maximal	True	FIJ0115_000000005824	1.0		32	9	False	False	0.989722728729248	0					non-mobilizable	chromosome	4184.0	99.665	100.0	0.0008063931574369382	CP050822.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 chromosome, complete genome	False	False
CHI0188_000000011469	1339	0.7684307012129399	2	2	2	2	2	True	77020	maximal	False	DEN0005_000000027144	0.9633544749823819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	72.52600000000001	49.0	0.0014152599710524738	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
CHI0162_000000013609	2277	0.7684301719357158	4	4	3	3	1	False	113756	fragment	False	ISR0059_000000003816	0.5519039319334618		0	0	False	False	1.0	0					non-mobilizable	chromosome	2282.0	95.53	100.0	0.0006367285753429028	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0141_000000023656	1103	0.7684289673388149	2	2	2	2	2	False	57708	fragment	False	ENG0141_000000023656	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	98.912	100.0	0.00037439530232420665	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
SPA0062_000000021243	1507	0.7684202167305191	2	2	1	2	1	False	6153	maximal	True	SPA0062_000000021243	1.0		207	12	False	False	0.9641672372817993	0					non-mobilizable	no_good_hit	651.0	88.32600000000001	43.0	0.00022936694370664744	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0097_000000013182	2383	0.7684175440850952	3	2	2	2	2	False	42921	fragment	False	FIJ0097_000000013182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.0005206861155328107	LN599928.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000857	True	False
MAD0037_000000002200	5933	0.7684135589583193	7	5	2	5	4	True	18673	maximal	True	MAD0037_000000002200	1.0		1	1	False	False	0.9961233735084534	0					non-mobilizable	no_good_hit	4854.0	93.449	82.0	0.04984311506609742	NZ_WMJZ01000020.1	enterobacteria	Escherichia alba strain B35 Scaffold20, whole genome shotgun sequence	True	True
SPA0139_000000014543	1924	0.7684131641215519	2	2	2	2	1	False	87707	maximal	True	SPA0139_000000014543	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	323.0	70.279	17.0	0.012196060326254232	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	True
FIJ0092_000000002001	10892	0.7684128345648694	14	7	6	7	3	True	43349	fragment	False	FIJ0092_000000002001	1.0		0	0	False	False	0.999816358089447	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.00010275978530055524	NZ_AUGW01000007.1	g-proteobacteria	Oceanospirillum maris DSM 6286 G517DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	True
ISR0261_000000004244	4004	0.7684047636993782	4	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.754006514605896		0	0	False	False	1.0	0					non-mobilizable	other	4004.0	99.95	100.0	0.000845427437172154	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0016_000000008127	3972	0.7684047636993782	4	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7495119826579726		0	0	False	False	1.0	0					non-mobilizable	other	3972.0	99.95	100.0	0.0008386690864378275	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0847_000000006181	3970	0.7684047636993782	4	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7499146560835012		0	0	False	False	1.0	0					non-mobilizable	other	3970.0	99.95	100.0	0.0008382466895169321	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0054_000000009265	2786	0.7684003743761728	4	4	2	3	4	False	63779	fragment	False	ENG0054_000000009265	1.0		0	0	False	False	0.9992821216583252	0					non-mobilizable	other	2018.0	99.75200000000001	100.0	0.03172804532577904	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	False
MAD0047_000000028778	1618	0.7684002548862582	1	1	1	1	1	False	17636	maximal	True	MAD0047_000000028778	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	78.878	60.0	0.06990444715856024	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0111_000000002217	8451	0.7683790778413109	14	8	3	3	5	True	106871	fragment	False	SPA0038_000000002739	0.7096391953592167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	96.323	20.0	0.00027818310592291084	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0006_000000003896	7963	0.7683735420026456	10	4	4	4	4	True	51808	maximal	True	FIJ0006_000000003896	1.0		1	1	False	False	0.999372124671936	0					non-mobilizable	no_good_hit	512.0	76.758	6.0	0.00016978333964837703	NC_020134.1	firmicutes	Thermoclostridium stercorarium subsp. stercorarium DSM 8532, complete sequence	True	True
SPA0020_000000025588	1359	0.768365764606735	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.13165945165945167		0	0	False	False	0.9830757975578308	0					non-mobilizable	chromosome	1338.0	98.35600000000001	99.0	0.0005418004958467366	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
ISR0123_000000020137	1168	0.7683653210512502	2	2	2	2	1	True	32097	maximal	True	ISR0123_000000020137	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	86.774	43.0	0.0010413246988417875	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0352_000000004940	1897	0.7683540978445625	2	1	1	1	1	True	73232	maximal	True	ISR0352_000000004940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	99.845	68.0	0.00043894621651803533	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0217_000000005407	4985	0.7683533135423408	3	3	2	3	2	False	28105	maximal	True	ISR0217_000000005407	1.0		2	1	False	False	0.9991976022720337	0					non-mobilizable	no_good_hit	63.0	95.238	1.0	1.1193261223455948e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0122_000000012687	2074	0.7683495705900297	2	2	1	2	2	False	102932	fragment	False	ISR0097_000000012653	0.7897055048156686		0	0	False	False	0.9937319159507751	0					non-mobilizable	no_good_hit	1465.0	79.38600000000001	70.0	0.0013915766544353395	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
ENG0093_000000001154	11303	0.7683398718477866	8	7	2	7	6	False	115125	fragment	False	DEN0011_000000001484	0.43973294749895186		0	0	False	False	1.0	0					non-mobilizable	other	11259.0	99.50299999999999	99.0	0.004940154212922052	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
AST0090_000000002388	10497	0.7683398718477866	8	7	2	7	6	False	115125	fragment	False	DEN0011_000000001484	0.36126574416058055		0	0	False	False	0.999714195728302	0					non-mobilizable	other	10497.0	99.876	100.0	0.004606799212245679	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0095_000000018256	1510	0.7683218666125078	2	2	2	2	1	True	43102	maximal	True	FIJ0095_000000018256	1.0		16	3	False	False	0.9980132579803467	0					non-mobilizable	no_good_hit	738.0	73.171	55.0	0.00023679454550613855	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0119_000000002039	14136	0.768301528358201	16	6	3	5	4	True	32364	fragment	False	ISR0119_000000002039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4438.0	77.107	31.0	0.021408516612073	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	True
ISR0186_000000006474	3894	0.7682989033122357	6	3	1	2	3	False	132470	backbone	False	CAN0001_000000008257	0.013904416005145465	PS1164|PS386|PS459|PS744|PS745	0	0	False	True	0.9997432231903076	0	rep_cluster_870				non-mobilizable	plasmid	2485.0	99.92	100.0	0.44396782841823057	CP040632.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed2, complete sequence	False	True
ENG0101_000000027204	1251	0.7682970253367117	2	2	2	2	1	False	129083	maximal	False	ISR0060_000000021392	0.983019617268105		0	0	False	False	0.9984012842178345	0					non-mobilizable	no_good_hit	521.0	73.896	41.0	0.013399245479380774	MH106323.1	bacteria	Uncultured bacterium clone B2Rectum_12_D23_0 genomic sequence	True	False
ISR0020_000000003480	5329	0.7682945598576709	7	7	5	6	5	False	94814	fragment	False	ISR0020_000000003480	1.0		0	0	False	False	0.977669358253479	0					non-mobilizable	other	5073.0	99.78299999999999	95.0	0.0015304819478597705	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0358_000000004146	4243	0.7682940864758036	7	5	4	5	3	False	99149	fragment	False	ISR0358_000000004146	1.0		0	0	False	False	0.985152006149292	0					non-mobilizable	other	4242.0	99.976	99.0	0.1609304443516867	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
MAD0005_000000025460	1253	0.7682860416422256	2	2	2	2	2	False	19918	maximal	True	MAD0005_000000025460	1.0		52	9	False	False	0.9968076348304749	0					non-mobilizable	other	1237.0	89.086	99.0	0.009710655647034655	NZ_CBYM010000007.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0145_000000011342	2812	0.7682785644759486	3	3	3	3	2	False	125471	fragment	False	ENG0145_000000011342	1.0		0	0	False	False	0.9992887377738953	0					non-mobilizable	other	2842.0	81.738	100.0	0.0006408110954196293	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
TAN0003_000000008178	1298	0.7682771169323325	2	2	2	2	2	False	2971	fragment	False	TAN0003_000000008178	1.0		0	0	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	1123.0	78.094	86.0	0.007869641048722854	NZ_JHYA01000010.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
ITA0006_000000019394	1101	0.7682642722002135	2	2	2	2	2	False	60281	fragment	False	ISR0175_000000015730	0.4695221468679973		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	79.855	100.0	0.0027815730452940115	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
FIJ0008_000000006493	4384	0.7682566621008726	6	5	3	3	5	True	74252	fragment	False	ISR0372_000000003232	0.947660746756354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1893.0	93.714	47.0	0.04265142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0375_000000018918	1268	0.7682545929889246	2	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.58529327357429		0	0	False	False	0.9976340532302856	0					non-mobilizable	other	1268.0	99.60600000000001	100.0	0.00453892477278508	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0009_000000000155	44987	0.7682501127554918	42	25	16	23	10	True	119539	fragment	False	ISR0046_000000000133	0.9562313458420654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	16950.0	98.18299999999999	74.0	0.09418270220353032	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ENG0208_000000006956	4285	0.7682465625656072	4	3	3	3	3	False	125459	fragment	False	USA0044_01_000000006360	0.9483390792734493		0	0	False	False	0.9885647892951965	0					non-mobilizable	other	1485.0	88.485	94.0	0.00044692575912629024	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0062_000000027996	1260	0.7682441211498177	2	2	2	2	2	False	10767	fragment	False	MON0062_000000027996	1.0		0	0	False	False	0.9912698268890381	0					non-mobilizable	no_good_hit	425.0	72.941	33.0	0.003032811504171947	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	True	False
ISR0060_000000023525	1158	0.7682403014557254	2	2	2	2	2	False	91382	fragment	False	MON0070_000000030840	0.8200712345500809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	71.831	30.0	7.569037188193513e-05	CP021913.1	a-proteobacteria	Sagittula sp. P11 chromosome, complete genome	True	False
ENG0153_000000019739	1515	0.7682375940864767	1	1	1	1	0	True	56915	maximal	True	ENG0153_000000019739	1.0		0	0	False	False	0.9894389510154724	0					non-mobilizable	no_good_hit	1005.0	100.0	66.0	0.0023107976855197684	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	True	True
MON0037_000000056334	1352	0.7682357918608468	1	1	1	1	1	False	12056	fragment	False	MON0077_000000032585	0.9608979000724113		0	0	False	False	0.9992603659629822	0					non-mobilizable	no_good_hit	1094.0	71.024	79.0	0.00034478663085837143	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
AUS0002_000000006684	4770	0.7682346888541238	5	5	5	5	4	False	103106	fragment	False	AUS0002_000000006684	1.0		0	0	False	False	0.999790370464325	0					non-mobilizable	no_good_hit	1966.0	78.077	41.0	0.11401759530791788	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0051_000000011743	3447	0.7682240967584405	3	3	2	2	1	False	35860	maximal	True	ISR0051_000000011743	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000001200	13968	0.7682204438843043	13	12	2	3	12	False	18310	maximal	True	MAD0041_000000001200	1.0		1	1	False	False	0.9992840886116028	0					non-mobilizable	no_good_hit	3498.0	99.314	55.0	0.04619249074563723	LC501518.1	enterobacteria	Escherichia coli 23-Ec-C-141 plasmid p23C141-2, sequence_id: contig1	True	False
DEN0058_000000000428	3418	0.7682162716256744	4	1	1	1	1	True	73238	fragment	False	DEN0058_000000000428	1.0		0	0	False	False	0.9932709336280823	0					non-mobilizable	other	1777.0	99.381	93.0	0.0006262069733929029	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0043_000000022579	1304	0.7682095260424419	2	2	2	1	1	False	11665	fragment	False	MON0043_000000022579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0115_000000001342	11857	0.7682088074467438	5	5	5	5	3	False	91373	fragment	False	ENG0115_000000001342	1.0		0	0	False	False	0.9980602264404297	0					non-mobilizable	no_good_hit	3950.0	99.19	45.0	0.0013327140106455088	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
FIJ0062_000000022502	1317	0.7682012134931794	2	1	1	1	1	False	68659	fragment	False	FIJ0062_000000022502	0.9942053885201093		0	0	False	False	0.9810174703598022	0					non-mobilizable	no_good_hit	530.0	98.491	40.0	0.0001693880289093172	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0054_000000004258	5607	0.7681957798476823	7	2	2	2	0	True	49821	maximal	False	FIJ0130_000000004010	0.9960031453698245	PS182	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1499.0	93.396	34.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0042_000000004290	5361	0.7681957798476823	7	2	2	2	0	True	49821	maximal	False	FIJ0130_000000004010	0.959827526075257	PS182	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1499.0	93.396	28.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0037_000000006276	4274	0.7681957798476823	6	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.6793814642146558	PS577	0	0	True	True	1.0	93					non-mobilizable	no_good_hit	265.0	94.34	6.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
TAN0025_000000000529	4261	0.7681957798476823	5	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.17944232883478856	PS577	0	0	True	True	1.0	168					non-mobilizable	no_good_hit	292.0	83.56200000000001	7.0	0.09954751131221719	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0069_000000001618	4257	0.7681957798476823	5	2	2	2	0	True	98561	backbone	False	FIJ0078_000000005858	0.9819152562975424	PS551	0	0	True	True	1.0	281					non-mobilizable	no_good_hit	604.0	72.351	14.0	0.1546174142480211	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ENG0152_000000005242	4240	0.7681957798476823	4	2	2	2	0	True	57060	maximal	False	MAD0107_000000009050	0.5527476405912677		0	0	True	True	1.0	1297					non-mobilizable	no_good_hit	216.0	90.741	11.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0838_000000004889	4234	0.7681957798476823	4	2	2	2	0	True	57060	maximal	False	MAD0107_000000009050	0.5537022444867151		0	0	True	True	1.0	311					non-mobilizable	no_good_hit	198.0	91.414	12.0	0.0680013807386952	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ETH0005_000000011444	4217	0.7681957798476823	4	2	2	2	0	True	100511	maximal	True	ETH0005_000000011444	0.9659823346860825	PS577	1	1	True	True	1.0	152					non-mobilizable	no_good_hit	187.0	83.42200000000001	6.0	0.15717926932880205	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0043_000000004182	4189	0.7681957798476823	4	2	2	2	0	True	100511	maximal	False	ETH0005_000000011444	0.9530471899454589	PS577	0	0	True	True	1.0	294					non-mobilizable	no_good_hit	188.0	80.319	5.0	0.06316879530548844	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0065_000000003686	4130	0.7681957798476823	5	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.6725620097245029	PS577	0	0	True	True	1.0	450					non-mobilizable	no_good_hit	255.0	82.745	7.0	0.08733172247152227	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0128_000000006138	4116	0.7681957798476823	5	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.6709772452029693	PS577	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	255.0	82.745	7.0	0.08733172247152227	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0008_000000006966	4114	0.7681957798476823	4	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.6743766813389669	PS577	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	200.0	88.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0092_000000007323	4113	0.7681957798476823	4	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.6746279644726048	PS577	0	0	True	True	1.0	78					non-mobilizable	no_good_hit	200.0	88.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0167_000000004470	4089	0.7681957798476823	4	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.6705026268237758	PS577	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	200.0	88.0	6.0	0.16822429906542055	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0107_000000014016	3943	0.7681957798476823	4	2	2	2	0	True	51301	backbone	False	MON0011_000000010660	0.43697212478225284	PS203	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	261.0	93.48700000000001	7.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0026_000000008254	3943	0.7681957798476823	4	2	2	2	0	True	51301	backbone	False	MON0011_000000010660	0.4370259648802206	PS203	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	261.0	93.48700000000001	7.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0037_000000015603	3943	0.7681957798476823	4	2	2	2	0	True	51301	backbone	False	MON0011_000000010660	0.4370259648802206	PS203	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	261.0	93.48700000000001	7.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0012_000000005862	3921	0.7681957798476823	4	2	2	2	0	True	98561	backbone	False	FIJ0078_000000005858	0.9323247093793399	PS551	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	618.0	77.023	26.0	0.20466411416637662	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0025_000000003105	3378	0.7681957798476823	3	2	2	2	0	True	19145	fragment	False	MAD0025_000000003105	1.0		0	0	False	False	0.9964476227760315	0					non-mobilizable	no_good_hit	1016.0	74.508	34.0	0.34876435781413156	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
TAN0018_000000002904	3083	0.7681957798476823	4	2	2	2	0	True	61933	backbone	False	FIJ0024_000000006648	0.6995994752752415	PS225|PS272	0	0	True	True	1.0	144					non-mobilizable	no_good_hit	535.0	89.346	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
TAN0009_000000011727	3083	0.7681957798476823	4	2	2	2	0	True	61933	backbone	False	FIJ0024_000000006648	0.513381664937494	PS225|PS272	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	535.0	87.29	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0012_000000014946	3066	0.7681957798476823	3	2	2	2	0	True	101215	backbone	False	AUS0012_000000005306	0.9423903006572661	PS199|PS586	0	0	True	True	1.0	54					non-mobilizable	plasmid	2609.0	99.00299999999999	100.0	0.8786653185035389	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0078_000000008268	3060	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9894318772290635	PS246	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	346.0	80.63600000000001	15.0	0.2897196261682243	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0022_000000008831	3060	0.7681957798476823	4	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.9611575414856078	PS224	0	0	True	True	1.0	96					non-mobilizable	no_good_hit	468.0	87.179	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0003_000000008087	3046	0.7681957798476823	3	2	2	2	0	True	101215	backbone	False	AUS0012_000000005306	0.9584171253232108	PS199|PS586	0	0	True	True	1.0	407					non-mobilizable	plasmid	2635.0	99.051	100.0	0.8874283788338388	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0138_000000005888	3040	0.7681957798476823	4	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.9791368317659789	PS224	0	0	True	True	1.0	1368					non-mobilizable	no_good_hit	467.0	91.649	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0801_000000002120	3026	0.7681957798476823	3	2	2	2	0	True	101215	backbone	False	AUS0012_000000005306	0.9439715510240787	PS199|PS586	0	0	True	True	1.0	9094					non-mobilizable	plasmid	2549.0	99.765	100.0	0.8587799123693967	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0169_000000007384	3019	0.7681957798476823	4	2	2	2	0	True	51597	backbone	False	FIJ0063_000000008578	0.8826040609220797	PS202|PS207	0	0	True	True	1.0	3023					non-mobilizable	no_good_hit	1336.0	91.243	78.0	0.4552732335537765	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0157_000000006054	3015	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9883713497721665	PS246	0	0	True	True	1.0	134					non-mobilizable	no_good_hit	457.0	84.902	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0006_000000006839	3015	0.7681957798476823	4	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9893359619950317	PS246	0	0	True	True	1.0	158					non-mobilizable	no_good_hit	457.0	84.902	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0070_000000006448	3015	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9890377001577875	PS246	0	0	True	True	1.0	479					non-mobilizable	no_good_hit	202.0	95.545	18.0	0.16992353440951571	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0051_000000009422	3015	0.7681957798476823	4	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9893561035168921	PS246	0	0	True	True	0.9883913993835449	22					non-mobilizable	no_good_hit	394.0	86.54799999999999	13.0	0.33050127442650806	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0184_000000004203	3015	0.7681957798476823	4	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9887734225380532	PS246	0	0	True	True	1.0	1734					non-mobilizable	no_good_hit	457.0	84.902	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0107_000000019075	3015	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9890081930730344	PS246	0	0	True	True	1.0	537					non-mobilizable	no_good_hit	402.0	86.816	13.0	0.3372982158028887	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0064_000000006456	3015	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9864981761989214	PS246	0	0	True	True	1.0	453					non-mobilizable	no_good_hit	457.0	84.464	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0023_000000006197	3014	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9884535281698341	PS246	0	0	True	True	1.0	989					non-mobilizable	no_good_hit	457.0	84.902	18.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0100_000000014052	3013	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9501700184956781	PS246	0	0	True	True	1.0	709					non-mobilizable	no_good_hit	201.0	96.51700000000001	18.0	0.16992353440951571	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0098_000000009799	3010	0.7681957798476823	4	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.950365180440117	PS246	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	457.0	84.902	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0011_000000004493	3007	0.7681957798476823	4	2	2	2	0	True	101215	backbone	False	AUS0012_000000005306	0.9592612199944113	PS199|PS586	0	0	True	True	1.0	19					non-mobilizable	plasmid	2832.0	99.329	100.0	0.9534883720930233	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0027_000000005796	3004	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9891281306031757	PS246	0	0	True	True	1.0	152					non-mobilizable	no_good_hit	457.0	85.12	17.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0133_000000012487	3002	0.7681957798476823	4	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9889303422252178	PS246	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	457.0	85.12	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0069_000000002558	2999	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9871527322554736	PS246	0	0	True	True	1.0	173					non-mobilizable	no_good_hit	454.0	84.802	15.0	0.3806287170773152	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0158_000000005969	2999	0.7681957798476823	3	2	2	2	0	True	51597	backbone	False	FIJ0063_000000008578	0.9072503976142783	PS202|PS207	0	0	True	True	1.0	426					non-mobilizable	no_good_hit	1418.0	89.986	68.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0083_000000003219	2997	0.7681957798476823	4	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9858861868088686	PS246	0	0	True	True	1.0	74					non-mobilizable	no_good_hit	454.0	84.581	15.0	0.3806287170773152	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0047_000000013966	2996	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9873759698289698	PS246	0	0	True	True	1.0	365					non-mobilizable	no_good_hit	454.0	84.802	15.0	0.3806287170773152	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0152_000000007781	2995	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9888490034029278	PS246	0	0	True	True	0.994991660118103	3					non-mobilizable	no_good_hit	432.0	84.259	18.0	0.3619371282922685	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
USA0121_01_000000015503	2995	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9872689596680294	PS246	0	0	True	True	1.0	427					non-mobilizable	no_good_hit	457.0	84.464	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0055_000000002623	2995	0.7681957798476823	4	2	2	2	0	True	57054	backbone	True	MAD0055_000000002623	0.9895675523523617	PS246	54	7	True	True	1.0	9					non-mobilizable	no_good_hit	392.0	86.48	13.0	0.3288020390824129	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0172_000000008721	2995	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9892217450426639	PS246	0	0	True	True	1.0	241					non-mobilizable	no_good_hit	197.0	95.431	18.0	0.16567544604927784	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0147_000000000104	2994	0.7681957798476823	4	2	2	2	0	True	100579	backbone	True	SPA0147_000000000104	0.9936001468623751	PS578	10	4	True	True	1.0	114					non-mobilizable	plasmid	749.0	97.06299999999999	94.0	0.259658893143056	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
SPA0148_000000000077	2994	0.7681957798476823	4	2	2	2	0	True	100579	backbone	False	SPA0147_000000000104	0.9936001468623751	PS578	0	0	True	True	1.0	91					non-mobilizable	plasmid	749.0	97.06299999999999	94.0	0.259658893143056	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
MON0007_000000019543	2993	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9506396994001878	PS246	0	0	True	True	1.0	166					non-mobilizable	no_good_hit	282.0	89.007	17.0	0.23619371282922685	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0018_000000005302	2993	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.950268631598631	PS246	0	0	True	True	1.0	208					non-mobilizable	no_good_hit	458.0	84.71600000000001	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0066_000000007782	2976	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9866740995193996	PS246	0	0	True	True	0.9996639490127563	11					non-mobilizable	no_good_hit	454.0	84.802	15.0	0.3806287170773152	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0079_000000009532	2976	0.7681957798476823	5	2	2	2	0	True	51597	backbone	False	FIJ0063_000000008578	0.9482224900889722	PS202|PS207	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1412.0	89.802	68.0	0.4810302819352593	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0087_000000009335	2976	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9869546475257558	PS246	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	454.0	84.802	15.0	0.3806287170773152	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0154_000000012058	2976	0.7681957798476823	5	2	2	2	0	True	51597	backbone	False	FIJ0063_000000008578	0.9479568059785248	PS202|PS207	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1416.0	89.619	68.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
ENG0152_000000007698	2975	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9887148471028624	PS246	0	0	True	True	1.0	678					non-mobilizable	no_good_hit	457.0	84.902	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0008_000000010042	2975	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9885373250127653	PS246	0	0	True	True	1.0	334					non-mobilizable	no_good_hit	457.0	84.68299999999999	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0082_000000005487	2975	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9888185610345804	PS246	0	0	True	True	1.0	4514					non-mobilizable	no_good_hit	457.0	84.902	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0102_000000005830	2975	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.98672726224189	PS246	0	0	True	True	1.0	151					non-mobilizable	no_good_hit	457.0	84.464	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0036_000000009196	2975	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9867144566427462	PS246	0	0	True	True	0.9996638894081116	34					non-mobilizable	no_good_hit	457.0	84.464	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0081_000000004371	2975	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9890528802048357	PS246	0	0	True	True	1.0	1401					non-mobilizable	no_good_hit	457.0	84.902	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0080_000000004228	2975	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9890528802048357	PS246	0	0	True	True	1.0	1447					non-mobilizable	no_good_hit	457.0	84.902	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0031_000000008005	2973	0.7681957798476823	4	2	2	2	0	True	51597	backbone	False	FIJ0063_000000008578	0.9475791138458792	PS202|PS207	0	0	True	True	1.0	68					non-mobilizable	no_good_hit	1417.0	89.979	68.0	0.48277062304211626	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0068_000000009057	2970	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9887813011720488	PS246	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	452.0	84.735	17.0	0.37892948173322005	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0090_000000019462	2970	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9884191211812112	PS246	0	0	True	True	1.0	390					non-mobilizable	no_good_hit	452.0	84.735	17.0	0.37892948173322005	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0048_000000013075	2970	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9884191211812112	PS246	0	0	True	True	1.0	127					non-mobilizable	no_good_hit	452.0	84.735	17.0	0.37892948173322005	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0108_000000005598	2966	0.7681957798476823	5	2	2	2	0	True	61933	backbone	False	FIJ0024_000000006648	0.5369172242844786	PS225|PS272	0	0	True	True	1.0	642					non-mobilizable	no_good_hit	200.0	96.0	14.0	0.16907391673746813	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0037_000000004313	2964	0.7681957798476823	5	2	2	2	0	True	61933	backbone	False	FIJ0024_000000006648	0.537709201868154	PS225|PS272	0	0	True	True	1.0	97					non-mobilizable	no_good_hit	201.0	96.02	14.0	0.16992353440951571	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0080_000000016755	2916	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9855930755253727	PS246	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	353.0	80.453	15.0	0.29481733220050976	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0008_000000009865	2907	0.7681957798476823	3	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.9618318929867417	PS224	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0065_000000005831	2907	0.7681957798476823	3	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.962286302717459	PS224	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	467.0	91.435	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0154_000000012537	2881	0.7681957798476823	4	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.9452900746652197	PS224	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	467.0	91.006	18.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0069_000000008173	2864	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9689749395945149	PS246	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	342.0	80.40899999999999	14.0	0.2854715378079864	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0059_000000006414	2858	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9311056457269187	PS246	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	181.0	88.95	10.0	0.06144287193648602	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0092_000000011286	2857	0.7681957798476823	3	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.9436890006862104	PS224	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	445.0	91.01100000000001	16.0	0.37553101104502973	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0026_000000013819	2822	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9560940484220487	PS246	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	304.0	79.27600000000001	13.0	0.254035683942226	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0104_000000009013	2815	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9548960300946456	PS246	0	0	False	True	0.9996447563171387	0					non-mobilizable	no_good_hit	296.0	78.71600000000001	12.0	0.24723874256584538	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0026_000000011350	2809	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9548265881336901	PS246	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	274.0	97.08	10.0	0.09167509268621503	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
FIJ0149_000000008277	2806	0.7681957798476823	3	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.9114658854100826	PS224	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	467.0	91.006	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0153_000000009536	2802	0.7681957798476823	3	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.9126169731620403	PS224	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	467.0	91.221	18.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
USA0078_01_000000005600	2799	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9455242561419052	PS246	0	0	True	True	0.9992854595184326	6					non-mobilizable	no_good_hit	220.0	81.818	11.0	0.1826677994902294	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0014_000000008575	2797	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.8476680100600498	PS246	0	0	True	True	1.0	106					non-mobilizable	no_good_hit	132.0	96.97	8.0	0.11045029736618521	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0269_000000006055	2792	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9475483762186245	PS246	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	294.0	78.571	12.0	0.24553950722175022	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0363_000000006744	2792	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9462499390585085	PS246	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	294.0	78.571	12.0	0.24553950722175022	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0021_000000010079	2791	0.7681957798476823	3	2	2	2	0	True	101215	backbone	False	AUS0012_000000005306	0.09182227477771787	PS199|PS586	0	0	False	True	1.0	0					non-mobilizable	plasmid	2176.0	98.98899999999999	95.0	0.7327266599258511	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0042_000000008602	2791	0.7681957798476823	4	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.9083690141959815	PS224	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	467.0	91.006	18.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0102_000000011428	2773	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.9354093688655906	PS246	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	202.0	95.545	11.0	0.16992353440951571	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0125_000000007160	2762	0.7681957798476823	3	2	2	2	0	True	57054	backbone	False	MAD0055_000000002623	0.7738356813267511	PS246	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	117.0	98.291	7.0	0.04004142216085606	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0037_000000010685	2742	0.7681957798476823	3	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.8487767446045632	PS224	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	467.0	91.435	19.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0085_000000011309	2734	0.7681957798476823	3	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.7508172722187006	PS224	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	414.0	91.546	15.0	0.3491928632115548	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0078_000000002887	2706	0.7681957798476823	3	2	2	2	0	True	101215	backbone	False	AUS0012_000000005306	0.7525323578342152	PS199|PS586	0	0	False	True	1.0	0					non-mobilizable	plasmid	2327.0	99.398	100.0	0.7836198179979778	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0021_000000018220	2701	0.7681957798476823	3	2	2	2	0	True	53481	backbone	False	FIJ0161_000000004666	0.6980070843294245	PS224	0	0	False	True	0.9985190629959106	0					non-mobilizable	no_good_hit	384.0	90.885	14.0	0.32370433305012747	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0172_000000010540	2537	0.7681957798476823	2	2	2	2	0	True	51258	fragment	False	FIJ0172_000000010540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1028.0	84.63	81.0	0.3480682213713888	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0131_000000008566	2163	0.7681957798476823	4	2	2	2	0	True	40825	fragment	False	FIJ0131_000000008566	1.0		0	0	False	False	0.9963014125823975	0					non-mobilizable	plasmid	1640.0	88.11	99.0	0.5593456317438218	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
FIJ0083_000000016602	2141	0.7681957798476823	2	2	2	2	0	True	49326	fragment	False	FIJ0083_000000016602	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1965.0	83.919	91.0	0.6525109538254129	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0105_000000016430	1944	0.7681957798476823	2	2	2	2	0	True	45312	fragment	False	FIJ0105_000000016430	1.0		0	0	False	False	0.9963991641998291	0					non-mobilizable	no_good_hit	969.0	84.62299999999999	81.0	0.3154701718907988	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0303_000000002984	3725	0.7681926278547636	4	2	1	2	0	True	25516	maximal	True	ISR0303_000000002984	1.0		1	1	False	False	0.9978523254394531	0					non-mobilizable	no_good_hit								True	True
ENG0139_000000020793	1119	0.7681851880878924	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.01709351185372883		0	0	False	False	0.9991063475608826	0					non-mobilizable	no_good_hit	895.0	97.20700000000001	80.0	0.03134422551013253	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0045_000000009028	2536	0.7681827659045429	3	2	2	2	1	True	53481	backbone	False	FIJ0161_000000004666	0.08220657499875467	PS224	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	467.0	91.006	18.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0228_000000018142	1499	0.768180089779679	2	2	2	2	1	False	92009	fragment	False	ISR0228_000000018142	1.0		0	0	False	False	0.9746497869491577	0					non-mobilizable	no_good_hit	172.0	98.256	11.0	0.00035099026463844926	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
MAD0045_000000033697	1274	0.7681798281040062	2	1	1	1	1	False	17806	fragment	False	MAD0045_000000033697	1.0		0	0	False	False	0.9968602657318115	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000006569	3758	0.7681732630704152	3	3	3	3	3	False	103698	maximal	True	ISR0090_000000006569	1.0		4	2	False	False	0.9984034299850464	0					non-mobilizable	no_good_hit	754.0	77.984	20.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
CHI0140_000000001368	19328	0.7681608924045092	24	8	5	7	5	True	82774	maximal	True	CHI0140_000000001368	1.0		5	3	False	False	0.9994826316833496	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	0.0006174025190022775	NZ_CACZYW010000014.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
CHI0003_000000005532	2113	0.768160462899052	2	2	1	2	1	False	90971	fragment	False	DEN0066_000000015953	0.9401805869074492		0	0	False	False	0.9966871738433838	0					non-mobilizable	no_good_hit	1358.0	74.521	66.0	0.0002488522457938014	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	False
ISR0131_000000014385	2225	0.768160305595127	4	4	3	2	2	False	121336	fragment	False	ISR0131_000000014385	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1185.0	98.90299999999999	100.0	0.00037319395715771194	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0069_000000008086	2900	0.7681587008674252	3	2	1	2	2	False	83406	maximal	False	ISR0231_000000005249	0.9648780487804878		0	0	False	False	0.9986206889152527	0					non-mobilizable	chromosome	2880.0	98.368	99.0	0.0008057765135877878	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0176_000000020431	1673	0.7681418771944065	2	2	2	2	1	False	29811	fragment	False	ISR0176_000000020431	1.0		0	0	False	False	0.9844590425491333	0					non-mobilizable	other	1673.0	99.58200000000001	100.0	0.0007343472478667915	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
TAN0013_000000009877	1257	0.7681383351163418	2	1	1	1	1	False	2560	maximal	True	TAN0013_000000009877	1.0		0	0	False	False	0.9880668520927429	0					non-mobilizable	no_good_hit	990.0	83.73700000000001	78.0	0.0031316667143570227	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0096_000000012627	2768	0.7681372878357385	3	1	1	1	1	False	105764	maximal	True	MON0096_000000012627	1.0		2	2	False	False	0.9989162087440491	0					non-mobilizable	no_good_hit								True	False
MON0078_000000018916	2345	0.7681372878357385	2	1	1	1	1	False	105768	maximal	True	MON0078_000000018916	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0080_000000023194	2254	0.7681372878357385	2	1	1	1	1	False	105767	maximal	True	MON0080_000000023194	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	2.0	0.00035508841701583694	NZ_OFSM01000016.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
DEN0090_000000013418	2045	0.7681372878357385	2	1	1	1	1	False	105763	fragment	False	ENG0096_000000017381	0.643361581920904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.1441072305469405e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0096_000000017381	1888	0.7681372878357385	2	1	1	1	1	False	105763	fragment	False	ENG0096_000000017381	0.9075145082002107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	1.1441072305469405e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0152_000000017899	1412	0.7681372878357385	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.7594003265326174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	79.592	7.0	2.9627749978040608e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0058_000000037546	1411	0.7681372878357385	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.9166707870644146		0	0	False	False	0.9992913007736206	0					non-mobilizable	no_good_hit								True	False
MON0105_000000039088	1398	0.7681372878357385	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.689247026079344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	80.0	7.0	3.206768232917336e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AST0118_000000022464	1388	0.7681372878357385	3	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.8665772114596294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0098_000000025712	1379	0.7681372878357385	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.9141973563570549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0054_000000018436	1371	0.7681372878357385	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.8062080466608808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000024813	1357	0.7681372878357385	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.8698646412085743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000025387	1351	0.7681372878357385	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.9089568228226989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000028025	1290	0.7681372878357385	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.7716832965564141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000028581	1286	0.7681372878357385	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.740707367995654		0	0	False	False	0.9992223978042603	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	0.00036266127436973864	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0024_000000043902	1199	0.7681372878357385	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.3500357381505679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000052189	1197	0.7681372878357385	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.3508813825805332		0	0	False	False	0.890559732913971	0					non-mobilizable	no_good_hit								True	False
ENG0100_000000026904	1188	0.7681372878357385	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.3481923308434519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0041_000000062023	1144	0.7681372878357385	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.3405044433344041		0	0	False	False	0.993881106376648	0					non-mobilizable	no_good_hit								True	False
AST0104_000000008880	3653	0.7681299858974046	4	4	4	4	4	False	130071	fragment	False	ISR0146_000000009658	0.9230179594018193		0	0	False	False	0.9986312389373779	0					non-mobilizable	other	2082.0	93.804	98.0	0.004345125952195251	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0098_000000002208	7676	0.7681229534423231	11	3	0	3	0	True	59754	fragment	False	FIJ0054_000000002868	0.9403023266298205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	95.81200000000001	2.0	5.680202789218736e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ENG0021_000000007821	2376	0.7681190588574054	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.10111573548154706		0	0	False	False	1.0	0					non-mobilizable	other	2376.0	96.675	99.0	0.21293630802446922	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0856_000000003578	1707	0.7681190588574054	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.01386460621542906		0	0	False	False	0.9953134059906006	0					non-mobilizable	other	1690.0	99.40799999999999	99.0	0.15194314501619288	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0095_000000025162	1272	0.7681119344162488	1	1	1	1	1	False	9300	maximal	True	MON0095_000000025162	1.0		0	0	False	False	0.9882075190544128	0					non-mobilizable	no_good_hit	1080.0	71.574	83.0	0.000584964248165099	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
CAN0001_000000007695	6081	0.76811105341774	6	3	2	3	1	False	97446	maximal	True	CAN0001_000000007695	1.0		4	4	False	False	0.9973688721656799	0					non-mobilizable	no_good_hit	875.0	75.543	14.0	0.0004252728172264769	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
MAD0061_000000016182	1173	0.7680971845417999	2	2	2	2	2	False	16800	maximal	True	MAD0061_000000016182	1.0		34	4	False	False	1.0	0					non-mobilizable	other	790.0	87.848	99.0	0.00023574630566269852	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0053_000000016517	2317	0.7680955456803444	4	4	4	3	3	False	11184	maximal	True	MON0053_000000016517	1.0		1	1	False	False	0.9991368055343628	0					non-mobilizable	no_good_hit	773.0	81.889	33.0	0.0008037479046260853	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0021_000000012510	2750	0.768092081668655	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9372931073535157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	73.97	19.0	0.0002458384092202292	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ENG0102_000000024735	1177	0.7680897420536081	2	2	2	2	2	False	60349	fragment	False	FIJ0070_000000016828	0.7835007155333726		0	0	False	False	0.9991503953933716	0					non-mobilizable	other	1170.0	88.803	99.0	0.01044800171895144	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0049_000000001949	7071	0.7680869734054377	16	2	2	2	0	True	17496	fragment	False	MAD0049_000000001949	1.0		0	0	False	False	0.9949088096618652	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00019632039488445144	NZ_ANAZ01000024.1	high GC Gram+	Nocardiopsis valliformis DSM 45023 contig_24, whole genome shotgun sequence	True	True
CHI0160_000000025079	1289	0.7680791568953977	1	1	1	1	1	False	78653	fragment	False	MON0092_000000042753	0.9312239344315089		0	0	False	False	0.9534522891044617	0					non-mobilizable	other	1289.0	97.13	100.0	0.0004124230269096419	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
FIJ0088_000000004694	5921	0.7680753081196868	7	6	4	5	3	False	43688	maximal	True	FIJ0088_000000004694	1.0		4	1	False	False	0.9981421828269958	0					non-mobilizable	no_good_hit	94.0	93.617	2.0	3.160129898328767e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0068_000000003678	5140	0.7680714338050789	9	3	3	3	3	False	93807	maximal	True	ISR0068_000000003678	1.0	PS496	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1465.0	98.43	47.0	0.0005845830593100243	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
CHI0125_000000007344	2115	0.7680661954809664	3	3	3	3	3	False	125820	fragment	False	CHI0125_000000007344	1.0		0	0	False	False	0.9914893507957458	0					non-mobilizable	no_good_hit	320.0	70.938	15.0	0.00017705322535717952	NZ_CP053831.1	e-proteobacteria	Campylobacter mucosalis strain ATCC 43264 chromosome, complete genome	True	False
ISR0034_000000008352	2467	0.7680604109551169	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.7838559084199624		0	0	False	False	1.0	0					non-mobilizable	other	2467.0	99.838	100.0	0.0054514344833074685	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0144_000000011853	1446	0.7680413984280212	3	2	1	1	2	True	88661	fragment	False	CHI0028_000000009248	0.9860646979357668		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	100.0	100.0	0.0025924118579968283	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0134_000000011615	1431	0.7680413984280212	3	2	1	1	2	True	88661	fragment	False	CHI0028_000000009248	0.9802987333376386		0	0	False	False	0.9986023902893066	0					non-mobilizable	other	1431.0	100.0	100.0	0.002565501008259837	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0794_000000015324	1364	0.7680413984280212	3	2	1	1	2	True	88661	fragment	False	CHI0028_000000009248	0.7774616170069912		0	0	False	False	1.0	0					non-mobilizable	other	1364.0	100.0	100.0	0.0024452992127679423	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0011_000000002685	8899	0.7680410028651069	8	6	5	6	3	True	131968	fragment	False	ISR0011_000000002685	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1577.0	87.064	18.0	0.019645382083912057	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0047_000000007417	4026	0.7680344992281768	5	5	3	2	5	True	113705	maximal	True	FIJ0047_000000007417	1.0		0	0	False	False	0.995777428150177	0					non-mobilizable	no_good_hit	1216.0	79.77	36.0	0.00042318516422594477	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0119_000000023851	1271	0.7680224425714286	1	1	1	1	1	False	106324	fragment	False	ENG0119_000000023851	0.9748149064830857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000027283	1173	0.7680224425714286	1	1	1	1	1	False	106324	fragment	False	ENG0119_000000023851	0.950578430515488		0	0	False	False	0.971867024898529	0					non-mobilizable	no_good_hit								True	False
AST0113_000000032738	1116	0.7680224425714286	1	1	1	1	1	False	106324	fragment	False	ENG0119_000000023851	0.6308610400682012		0	0	False	False	0.9946236610412598	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000018983	1745	0.7680211189076508	2	2	2	2	2	False	51671	fragment	False	FIJ0061_000000013207	0.7261314430187287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	83.458	76.0	0.00042047359700032747	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0005_000000037039	1474	0.7680199885855454	2	2	2	1	1	False	52855	fragment	False	MAD0047_000000032221	0.9781634834962681		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	98.1	100.0	0.01967423745600064	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
SPA0130_000000003860	8444	0.7680135218537517	15	3	1	2	0	True	119812	maximal	True	SPA0130_000000003860	1.0		1	1	False	False	0.9989341497421265	0					non-mobilizable	no_good_hit	343.0	99.417	4.0	0.0037169872839908705	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0369_000000005389	2387	0.768011515500544	4	3	3	3	1	False	42686	maximal	True	ISR0369_000000005389	1.0		44	7	False	False	0.9987431764602661	0					non-mobilizable	no_good_hit	547.0	80.987	23.0	0.0002897175441377449	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MAD0057_000000003338	4659	0.7680112308153882	5	4	3	4	3	False	127584	fragment	False	MAD0057_000000003338	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4711.0	86.139	100.0	0.002025712500579921	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
DEN0024_000000001278	4071	0.7680036451000073	3	3	3	3	1	False	130355	maximal	True	DEN0024_000000001278	1.0	PS1101	374	11	False	True	1.0	0					non-mobilizable	chromosome	3001.0	98.20100000000001	100.0	0.0005435663139109978	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0011_000000012996	2120	0.7679989931663311	4	4	4	3	2	False	38255	fragment	False	ISR0011_000000012996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	99.59200000000001	79.0	0.00041431563461930064	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0083_000000018595	2038	0.7679943055711517	5	3	2	2	2	True	41334	fragment	False	MON0083_000000018595	0.9917780061664954		0	0	False	False	0.9975466132164001	0					non-mobilizable	no_good_hit	766.0	73.238	37.0	0.00022792884025332145	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	True
ISR0073_000000019603	1415	0.7679864509474631	2	2	2	2	1	False	71665	fragment	False	FIJ0085_000000013712	0.11938897809115968		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	99.48200000000001	100.0	0.003289257125301434	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0110_000000007251	1399	0.7679864509474631	2	2	2	2	1	False	83377	fragment	False	CHI0110_000000007251	0.9717909022734837		0	0	False	False	0.9871336817741394	0					non-mobilizable	no_good_hit								True	False
AST0046_000000005144	3775	0.7679849326135323	3	3	3	2	3	False	115715	fragment	False	AST0046_000000005144	1.0		0	0	False	False	0.9880794882774353	0					non-mobilizable	no_good_hit	268.0	76.866	7.0	0.001144395531157374	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
CAN0013_000000003854	6602	0.7679846473672721	8	7	6	7	7	False	93916	maximal	True	CAN0013_000000003854	1.0		2	1	False	False	0.9945471286773682	0					non-mobilizable	no_good_hit	1044.0	73.755	16.0	0.0003021368761550259	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ENG0061_000000006977	3046	0.7679844996217801	4	1	1	1	1	False	63269	fragment	False	ENG0061_000000006977	1.0		0	0	False	False	0.9865397214889526	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	3.261212967398062e-05	NZ_VTRS01000001.1	a-proteobacteria	Rhabdaerophilum calidifontis strain SYSU G02060 Scaffold1_1, whole genome shotgun sequence	True	False
ISR0826_000000006333	1911	0.7679816468762679	3	3	2	3	2	False	60683	maximal	True	ISR0826_000000006333	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	93.954	32.0	0.002628308042881558	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
AUS0002_000000015307	2352	0.7679790355114472	4	4	3	3	2	False	121048	maximal	True	AUS0002_000000015307	1.0		5	3	False	False	0.9978741407394409	0					non-mobilizable	no_good_hit	1195.0	73.975	50.0	0.0030975409317908842	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
ENG0188_000000009074	2907	0.7679682791508452	2	2	2	2	2	False	77671	maximal	True	ENG0188_000000009074	1.0		47	8	False	False	1.0	0					non-mobilizable	other	2907.0	99.17399999999999	100.0	0.0020199366215343595	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
SPA0026_000000023561	1438	0.7679657829536712	2	2	2	2	1	True	98868	fragment	False	SPA0002_000000009502	0.21045669729880256		0	0	False	False	0.9930459260940552	0					non-mobilizable	other	1438.0	99.166	100.0	0.00046102656103721984	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0328_000000005758	4581	0.7679625958733346	4	3	2	3	2	False	33813	maximal	True	ISR0328_000000005758	1.0		2	2	False	False	0.9997817277908325	0					non-mobilizable	no_good_hit								True	False
FIJ0137_000000005297	2111	0.7679606186831167	3	3	3	3	1	False	40495	fragment	False	FIJ0137_000000005297	1.0		0	0	False	False	0.9971577525138855	0					non-mobilizable	chromosome	904.0	83.96	91.0	0.00030226154240227914	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0104_000000003198	7468	0.7679603575483985	7	5	4	4	3	True	102718	maximal	True	FIJ0104_000000003198	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	74.444	2.0	0.002699367576739164	NZ_BIMK01000039.1	firmicutes	Paenibacillus chibensis strain NBRC 15958 PCH05_CON02310, whole genome shotgun sequence	True	True
ISR0194_000000003198	6439	0.7679441349624294	9	4	2	3	3	False	130739	backbone	False	ISR0014_000000005210	0.8830625537362174	PS1125|PS140|PS493|PS494	0	0	True	True	0.9996894001960754	15					non-mobilizable	plasmid	4559.0	94.25299999999999	99.0	0.6994930096789062	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0367_000000002264	4333	0.7679333447187379	3	3	3	3	2	False	61395	maximal	True	ISR0367_000000002264	1.0		16	4	False	False	0.9861527681350708	0					non-mobilizable	no_good_hit	3611.0	96.62100000000001	87.0	0.007409794475700595	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ENG0168_000000004077	6852	0.7679317875566275	5	2	2	2	2	False	86395	fragment	False	ENG0168_000000004077	0.999771897810219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	89.963	20.0	0.0003059985970510751	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0162_000000005216	6576	0.7679317875566275	5	2	2	2	2	False	86395	fragment	False	ENG0168_000000004077	0.9796409807355517		0	0	False	False	0.999847948551178	0					non-mobilizable	no_good_hit	1383.0	88.72	21.0	0.0003931584163271078	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0380_000000009276	1325	0.7679295169374745	1	1	1	1	1	False	108777	fragment	False	FIJ0121_000000012940	0.30158900233269664		0	0	False	False	0.997735857963562	0					non-mobilizable	other	1325.0	97.434	100.0	0.008082943339972384	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
DEN0065_000000026103	1320	0.7679295169374745	1	1	1	1	1	False	108777	fragment	False	FIJ0121_000000012940	0.29927453796681774		0	0	False	False	0.9992424249649048	0					non-mobilizable	other	1321.0	98.03200000000001	100.0	0.008058505113698848	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
DEN0082_000000032429	1324	0.7679266214253659	2	2	2	2	2	False	69174	maximal	True	DEN0082_000000032429	1.0		1	1	False	False	0.9939576983451843	0					non-mobilizable	no_good_hit	205.0	82.927	15.0	5.364308886372105e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ENG0034_000000003741	3883	0.7679225913945487	4	3	1	3	2	False	117822	maximal	True	ENG0034_000000003741	1.0	PS794|PS796	3	2	False	True	0.9997424483299255	0					non-mobilizable	no_good_hit	1468.0	89.986	59.0	0.0006266740399743505	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
USA0010_01_000000006265	4328	0.7679220016065712	5	5	4	5	5	False	89564	fragment	False	USA0010_01_000000006265	1.0		0	0	False	True	1.0	0					non-mobilizable	other	4328.0	99.977	100.0	0.08648637844536387	NZ_VJYL01000037.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold36_1, whole genome shotgun sequence	False	True
ISR0134_000000000930	23607	0.7679195532004872	28	10	5	10	4	True	106968	fragment	False	ISR0134_000000000930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	99.15100000000001	11.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	True
ENG0210_000000018513	1435	0.7679147253212709	2	1	1	1	1	False	53697	maximal	True	ENG0210_000000018513	1.0		73	9	False	False	0.9818815588951111	0					non-mobilizable	no_good_hit	155.0	100.0	11.0	0.002279556522640141	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0007_000000009697	2595	0.7679066754084265	3	2	1	1	2	False	40776	fragment	False	SPA0007_000000009697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1561.0	90.135	60.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
USA0046_01_000000003095	3491	0.7679034130242245	4	4	3	4	3	False	75014	maximal	True	USA0046_01_000000003095	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	99.743	86.0	0.0012815448760149222	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
MAD0110_000000011021	2485	0.7678970018724727	5	4	3	4	4	False	14555	maximal	True	MAD0110_000000011021	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	2.0	7.4050767630739385e-06	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
SPA0130_000000004027	8088	0.7678956348535262	16	5	3	4	4	False	74195	backbone	True	SPA0130_000000004027	0.9229679633005706	PS352	1	1	False	True	1.0	0					non-mobilizable	other	8010.0	95.094	98.0	0.004777900594785222	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MAD0050_000000007971	2958	0.7678866174650143	4	4	4	4	4	False	112694	maximal	True	MAD0050_000000007971	1.0		3	2	False	False	0.9962812662124634	0					non-mobilizable	no_good_hit	1157.0	95.678	88.0	0.012563851755243995	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0069_01_000000017508	3519	0.7678823392670939	4	4	4	4	3	False	42145	fragment	False	USA0069_01_000000017508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	84.65299999999999	28.0	0.00022410906077161173	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CAN0020_000000006946	5202	0.7678803069113229	7	5	3	3	2	False	91935	maximal	True	CAN0020_000000006946	1.0	PS458	18	5	False	True	1.0	0					non-mobilizable	no_good_hit	2020.0	84.307	62.0	0.0006249965001440385	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0100_000000009506	3917	0.7678803069113229	7	5	3	3	2	False	88485	backbone	False	ISR0182_000000007885	0.5378179413443172	PS458	0	0	False	True	0.9989787936210632	0					non-mobilizable	no_good_hit	1120.0	94.196	50.0	0.0003481190063022295	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0064_000000013623	1632	0.7678772711115623	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.32373981560693005		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	99.561	98.0	0.0028152735215837637	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0145_000000010061	1581	0.7678772711115623	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.32361476685511914		0	0	False	False	0.997469961643219	0					non-mobilizable	other	1524.0	99.60600000000001	100.0	0.003711081797411996	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
DEN0062_000000014397	1487	0.7678772711115623	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.3008045802093139		0	0	False	False	0.9724277257919312	0					non-mobilizable	other	1487.0	99.59700000000001	100.0	0.0036233032529265612	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0040_000000010651	2553	0.7678749212078794	4	3	3	2	2	False	36496	maximal	True	ISR0040_000000010651	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	90.82600000000001	17.0	0.00012348468676334998	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0015_000000008457	3436	0.7678745731621327	5	4	3	3	4	False	73734	fragment	False	FIJ0015_000000008457	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3436.0	99.65100000000001	100.0	0.010907151090238815	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ENG0080_000000008343	3015	0.7678737869608381	4	4	4	4	2	False	61755	fragment	False	ISR0121_000000007332	0.9591553637484587		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	97.279	99.0	0.023161499639509732	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
FIJ0060_000000006574	2122	0.767868905951837	2	2	2	2	2	False	75301	maximal	True	FIJ0060_000000006574	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	5.061274721996167e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0149_000000014427	1273	0.7678682421638459	2	2	2	2	1	False	30853	fragment	False	ISR0149_000000014427	1.0		0	0	False	False	0.9992144703865051	0					non-mobilizable	other	1227.0	90.139	96.0	0.0014987689996237758	NZ_JH992943.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.4, whole genome shotgun sequence	False	False
TAN0008_000000009331	2074	0.7678632512215515	2	2	2	2	1	False	2754	maximal	True	TAN0008_000000009331	1.0		7	3	False	False	0.9807136058807373	0					non-mobilizable	no_good_hit	1332.0	76.27600000000001	64.0	0.04192284412729763	MH106260.1	bacteria	Uncultured bacterium clone B2PC_23_M21_0 genomic sequence	True	False
ISR0053_000000001608	12943	0.767854950124083	15	8	2	8	4	True	106826	maximal	False	ISR0782_000000000859	0.981535763497432		0	0	False	True	0.9999227523803711	0					non-mobilizable	virus	11501.0	99.92200000000001	100.0	0.8694994707394526	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	False	True
DEN0010_000000006399	6267	0.767852871486731	8	5	4	5	2	False	76045	maximal	True	DEN0010_000000006399	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000005936	4993	0.7678505461712704	8	3	1	2	2	False	102485	fragment	False	FIJ0085_000000005936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0092_000000015778	2159	0.7678386060426742	3	3	3	3	3	False	43915	fragment	False	FIJ0092_000000015778	0.9995251661918328		0	0	False	False	0.9995368123054504	0					non-mobilizable	no_good_hit	852.0	77.582	39.0	0.0001575812331256763	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
AST0110_000000003585	5276	0.7678344766162204	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6645344209037591	PS931	0	0	True	True	1.0	26					non-mobilizable	plasmid	4074.0	98.822	100.0	0.034634648253811684	CP038455.1	enterobacteria	Escherichia coli strain EC-129 plasmid pEC129_2, complete sequence	False	True
SPA0066_000000003137	5175	0.7678344766162204	7	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6488723082395813	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5175.0	100.0	100.0	0.06462895187179135	KU932028.1	enterobacteria	Escherichia coli plasmid pEC14III, complete sequence	False	True
ENG0167_000000004936	4968	0.7678344766162204	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.5843943751232117	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4968.0	99.537	100.0	0.07785266457680251	CP013026.1	enterobacteria	Escherichia coli strain 2009C-3133 plasmid unnamed2, complete sequence	False	True
ENG0084_000000004624	5506	0.7678331207174951	9	7	6	7	6	False	63568	fragment	False	ENG0084_000000004624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2500.0	97.32	89.0	0.032148007003810895	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MAD0058_000000012575	1258	0.7678114191281756	3	2	2	1	1	False	16935	maximal	True	MAD0058_000000012575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	86.139	40.0	0.00012066947424310073	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ENG0148_000000020851	1759	0.7678099971855921	2	2	2	2	2	True	57297	maximal	True	ENG0148_000000020851	1.0		15	6	False	False	1.0	0					non-mobilizable	other	1759.0	99.88600000000001	100.0	0.02281487249367335	NZ_PPTS01000011.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_11, whole genome shotgun sequence	False	True
ISR0139_000000015072	1774	0.7678053659388886	2	2	2	2	2	False	68665	fragment	False	ENG0162_000000013673	0.959853747486187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0010_000000034006	1379	0.7678005691236848	2	2	2	1	1	False	75868	fragment	False	ISR0812_000000027865	0.47052893410926755		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	99.492	100.0	0.009476456712948635	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0055_000000009833	3217	0.7677981100997401	3	3	3	3	3	False	92455	fragment	False	SPA0034_000000010427	0.9643998837547225		0	0	False	False	0.9993783235549927	0					non-mobilizable	other	3217.0	99.37799999999999	100.0	0.0009178889011933698	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0050_000000011607	2179	0.7677967731988442	3	2	1	2	1	False	46607	maximal	True	FIJ0050_000000011607	1.0		47	9	False	False	0.9990821480751038	0					non-mobilizable	no_good_hit	293.0	73.37899999999999	13.0	7.463542274639761e-05	NZ_LR026978.1	enterobacteria	Erwinia mediterraneensis strain Marseille-P5165, whole genome shotgun sequence	True	False
ENG0210_000000016367	1594	0.7677911349928811	3	2	2	2	1	False	53709	maximal	True	ENG0210_000000016367	1.0		6	2	False	False	0.999372661113739	0					non-mobilizable	no_good_hit								True	False
SPA0099_000000002200	2375	0.767788635933981	3	1	1	1	1	True	4995	maximal	True	SPA0099_000000002200	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2375.0	99.83200000000001	100.0	0.03953813855843247	MK941846.1	enterobacteria	Proteus mirabilis strain PM1157 plasmid pOXA-23, complete sequence	False	True
MON0067_000000003545	4468	0.7677799351780573	5	5	2	3	4	False	109876	fragment	False	MON0103_000000009754	0.9651192980023668		0	0	False	False	0.9997761845588684	0	rep_cluster_1097				non-mobilizable	no_good_hit	1609.0	99.814	56.0	0.39747712094978976	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0115_000000016324	1443	0.7677737065869754	2	2	2	2	2	False	41714	maximal	True	FIJ0115_000000016324	1.0		71	10	False	False	0.9909909963607788	0					non-mobilizable	chromosome	1451.0	92.764	100.0	0.00048536875739876005	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0061_000000015858	2640	0.7677679350040953	2	2	2	2	1	False	131614	fragment	False	AST0061_000000015858	1.0		0	0	False	False	0.9757575988769531	0					non-mobilizable	other	2562.0	99.844	97.0	0.0040958437022204875	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0151_000000005968	3005	0.7677640576152123	6	5	4	4	2	False	73985	fragment	False	ISR0151_000000005968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000016705	1948	0.7677638413147139	3	2	2	2	2	False	98891	fragment	False	AUS0024_000000016705	0.949868073878628		0	0	False	False	1.0	0					non-mobilizable	chromosome	1850.0	75.514	94.0	0.000525265350314594	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0058_000000000236	27848	0.7677478798703113	37	13	10	11	10	False	16977	maximal	True	MAD0058_000000000236	1.0		1	1	False	False	0.9999641180038452	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.489023498736976e-07	AP015042.1	eudicots	Vigna angularis var. angularis DNA, chromosome 9, almost complete sequence, cultivar: Shumari	True	False
MAD0106_000000007277	2779	0.7677478132863601	3	3	3	2	3	False	89228	fragment	False	MAD0106_000000007277	1.0		0	0	False	False	0.999640166759491	0					non-mobilizable	other	2779.0	99.964	100.0	0.0005566603265900888	CP010121.1	enterobacteria	Escherichia coli strain C4, complete genome	False	False
ISR0090_000000000357	32147	0.7677452694329193	41	23	15	22	13	False	33694	maximal	True	ISR0090_000000000357	1.0		1	1	False	False	0.9995334148406982	0					non-mobilizable	no_good_hit	551.0	73.684	2.0	0.003600045672221215	NZ_MUXE01000005.1	e-proteobacteria	Pseudoarcobacter caeni strain RW17-10 NODE_5_length_148887_cov_37.7581_ID_2057, whole genome shotgun sequence	True	False
AST0087_000000024337	1510	0.7677381719091154	2	2	1	2	1	False	110703	fragment	False	AST0087_000000024337	1.0		0	0	False	False	0.9993377327919006	0					non-mobilizable	no_good_hit	1031.0	76.625	68.0	0.00240588367233706	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
ISR0839_000000014781	1433	0.7677374976275155	2	2	2	2	2	False	20830	maximal	True	ISR0839_000000014781	1.0		201	12	False	False	0.9860432744026184	0					non-mobilizable	no_good_hit	85.0	84.706	6.0	0.0005102323093852008	NZ_FNNG01000007.1	firmicutes	Tepidimicrobium xylanilyticum strain DSM 23310, whole genome shotgun sequence	True	False
MAD0035_000000010700	2090	0.7677315062611525	3	2	2	2	1	False	18775	maximal	True	MAD0035_000000010700	1.0		1	1	False	False	0.9990430474281311	0					non-mobilizable	no_good_hit	859.0	82.771	41.0	0.00023063932134515365	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0367_000000005595	1710	0.7677164000224194	2	2	1	2	0	False	23582	fragment	False	ISR0367_000000005595	1.0		0	0	False	False	0.9964912533760071	0					non-mobilizable	other	1712.0	97.78	100.0	0.15563034382390395	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	False
CHI0164_000000010455	2126	0.7677138724576309	3	2	2	2	2	False	96350	maximal	True	CHI0164_000000010455	1.0		18	8	False	False	1.0	0					non-mobilizable	other	2126.0	100.0	100.0	0.000639971184732727	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0380_000000006935	1680	0.767710212386062	2	2	2	2	1	True	23187	fragment	False	ISR0380_000000006935	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1680.0	99.583	100.0	0.0006020927567308445	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	True
MAD0045_000000032901	1303	0.7677007276663073	1	1	1	1	1	False	17807	maximal	True	MAD0045_000000032901	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	741.0	91.228	57.0	0.0005975141463097818	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0381_000000000778	15637	0.7676992682641275	18	8	1	8	2	False	82634	fragment	False	ISR0126_000000002944	0.9847307490390234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	5.674474235741742e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0126_000000002944	15601	0.7676992682641275	17	8	1	8	2	False	82634	fragment	False	ISR0126_000000002944	0.9860556689561285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	5.674474235741742e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0025_000000001943	15592	0.7676992682641275	17	8	1	8	2	False	82634	fragment	False	ISR0126_000000002944	0.9857512989331254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	5.674474235741742e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
SPA0031_000000001214	15504	0.7676992682641275	17	8	1	8	2	False	82634	fragment	False	ISR0126_000000002944	0.9798730825854977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	5.674474235741742e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0027_000000001552	15260	0.7676992682641275	17	8	1	8	2	False	82634	fragment	False	ISR0126_000000002944	0.9728731648147182		0	0	False	False	0.9983617067337036	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	5.674474235741742e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0026_000000001332	14994	0.7676992682641275	17	8	1	8	2	False	82634	fragment	False	ISR0126_000000002944	0.9565718138225766		0	0	False	False	0.9999333024024963	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	5.674474235741742e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
DEN0061_000000018808	2238	0.7676985423873358	4	1	1	1	1	False	71870	maximal	True	DEN0061_000000018808	1.0		69	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0015_000000012229	1425	0.7676985423873358	2	1	1	1	1	False	66848	fragment	False	ENG0015_000000012229	1.0		0	0	False	False	0.9803508520126343	0					non-mobilizable	no_good_hit	44.0	95.455	3.0	1.3537369424819736e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0136_000000006136	1860	0.7676916131120531	4	4	2	3	3	False	97977	fragment	False	ENG0136_000000006136	1.0		0	0	False	False	1.0	0	IncFIC				non-mobilizable	plasmid	1864.0	98.766	100.0	0.026746811233660718	CP035722.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_B, complete sequence	False	True
AST0094_000000011499	1953	0.7676913655369958	2	2	2	2	2	False	109230	fragment	False	ENG0002_000000011228	0.9767383691845923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	75.68	32.0	0.0020371298225257775	NZ_KQ959775.1	firmicutes	Lachnoanaerobaculum saburreum strain DNF00896 Scaffold10, whole genome shotgun sequence	True	False
ISR0360_000000020661	1207	0.7676899156383793	2	1	1	1	1	True	23777	fragment	False	ISR0360_000000020661	1.0		0	0	False	False	0.9892295002937317	0					non-mobilizable	no_good_hit								True	True
ENG0084_000000010316	2669	0.7676851486554495	4	2	0	2	0	True	101801	fragment	False	ENG0084_000000010316	1.0		0	0	False	False	0.9992506504058838	0					non-mobilizable	no_good_hit	1747.0	89.697	81.0	0.0014019877608079962	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0309_000000009685	1954	0.7676851486554495	2	2	0	2	0	True	84665	fragment	False	ISR0309_000000009685	1.0		0	0	False	False	0.9984647035598755	0					non-mobilizable	no_good_hit	1014.0	90.82799999999999	52.0	0.004452100172253876	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	True	True
SPA0004_000000007439	1577	0.7676842948600817	2	2	2	2	0	False	8356	fragment	False	SPA0004_000000007439	1.0		0	0	False	False	0.9980976581573486	0					non-mobilizable	other	1577.0	99.176	100.0	0.0019930899470364167	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
USA0040_01_000000011971	1120	0.7676842948600817	3	2	2	2	0	False	1294	maximal	True	USA0040_01_000000011971	1.0		5	4	False	False	0.9901785850524902	0					non-mobilizable	no_good_hit	990.0	75.657	87.0	0.0012330347070815396	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
USA0020_01_000000010032	3487	0.7676790126883353	4	2	1	2	1	True	93474	fragment	False	USA0020_01_000000010032	0.9467323187108325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	2.0	0.060897435897435896	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	True
USA0087_01_000000005130	2898	0.7676790126883353	3	2	1	2	1	True	93473	fragment	False	USA0087_01_000000005130	1.0		0	0	False	False	0.9982746839523315	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.00017431964069645824	KT713392.1	green algae	Chaetopeltidales sp. KF-2015 minicircle 3 chloroplast, complete sequence	True	True
ISR0063_000000015993	1239	0.7676780452134779	2	2	2	2	2	False	78505	maximal	True	ISR0063_000000015993	1.0		9	5	False	False	0.9822437167167664	0					non-mobilizable	chromosome	1244.0	87.05799999999999	99.0	0.00018165245344344932	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
CHI0004_000000001250	3785	0.7676753730081959	4	3	3	3	2	False	90869	fragment	False	CHI0004_000000001250	0.9932510723568333		0	0	False	False	0.9992073774337769	0					non-mobilizable	chromosome	3786.0	99.97399999999999	100.0	0.0006951443843353207	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
USA0009_01_000000010962	2258	0.7676642085327382	4	3	3	3	3	False	121976	maximal	True	USA0009_01_000000010962	1.0		6	4	False	False	0.9946855902671814	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	59.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0106_000000007015	2869	0.7676639692830021	4	3	2	2	3	False	131369	maximal	True	AST0106_000000007015	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	80.505	9.0	8.18684192572715e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0132_000000019686	1468	0.7676594499338368	2	2	1	2	1	True	31584	maximal	True	ISR0132_000000019686	1.0		56	7	False	False	0.9911444187164307	0					non-mobilizable	no_good_hit	76.0	85.52600000000001	5.0	2.0350528353984146e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ENG0141_000000001796	12960	0.7676559569751666	21	11	7	8	7	True	99761	fragment	False	ENG0141_000000001796	1.0		0	0	False	False	0.9952160716056824	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.647625749615518e-05	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	True
ISR0166_000000002857	5522	0.7676510656748936	9	8	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.20777248970419648	PS1110	0	0	True	True	1.0	59		MOBV			mobilizable	other	2333.0	96.14200000000001	91.0	0.3450829383886256	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0824_000000011992	1886	0.7676503533752231	3	2	2	2	2	True	69441	fragment	False	ISR0824_000000011992	1.0		0	0	False	False	0.9941675662994385	0					non-mobilizable	no_good_hit	280.0	72.5	18.0	0.01551497108833801	NZ_PTQZ01000011.1	g-proteobacteria	Amnimonas aquatica strain HR-E HR-E_11, whole genome shotgun sequence	True	True
CAN0008_000000001518	15740	0.7676496438379619	25	20	9	11	16	True	116928	maximal	True	CAN0008_000000001518	1.0		2	1	False	False	0.9995552897453308	0					non-mobilizable	chromosome	10431.0	98.993	91.0	0.0015874764998684966	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
MAD0081_000000003036	2404	0.7676468602035497	2	2	2	2	2	False	16141	fragment	False	MAD0081_000000003036	1.0		0	0	False	False	0.9937604069709778	0					non-mobilizable	no_good_hit	65.0	84.615	3.0	0.0001000605127863041	NZ_FORI01000001.1	spirochetes	Treponema bryantii strain XBD1002, whole genome shotgun sequence	True	False
SPA0053_000000011547	2903	0.7676443095053341	6	4	3	4	1	False	6484	maximal	True	SPA0053_000000011547	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	83.929	17.0	0.0001511807214344027	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MAD0067_000000006026	1682	0.7676419303986873	3	2	2	2	1	True	119982	fragment	False	MAD0067_000000006026	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1661.0	89.645	100.0	0.0004994931303887827	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CAN0011_000000006221	5035	0.7676417143986687	7	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6561008903292547	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5038.0	96.52600000000001	100.0	0.02884510534260019	DQ381420.1	enterobacteria	Escherichia coli APEC O1 plasmid pAPEC-O1-ColBM, complete sequence	False	True
ENG0185_000000004712	5031	0.7676417143986687	7	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6544983353301888	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5036.0	96.426	100.0	0.06403570290086069	CP042621.1	enterobacteria	Escherichia coli strain NCYU-26-73 plasmid pNCYU-26-73-6, complete sequence	False	True
CAN0021_000000011357	3709	0.7676397113851823	6	4	2	4	1	True	112985	fragment	False	CAN0021_000000011357	1.0		0	0	False	False	0.9983823299407959	0					non-mobilizable	no_good_hit	1279.0	90.07	54.0	0.02259596639846879	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0067_000000004016	2693	0.7676396729157867	3	3	2	2	3	False	85190	maximal	True	CHI0067_000000004016	1.0		6	2	False	False	0.9992573261260986	0					non-mobilizable	no_good_hit	1243.0	86.565	84.0	0.0002491165701094631	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ENG0151_000000015412	1544	0.7676372878390878	1	1	1	1	1	False	75626	fragment	False	DEN0011_000000029791	0.9897567221510883		0	0	False	False	0.9974093437194824	0					non-mobilizable	no_good_hit								True	False
ISR0373_000000003421	4155	0.7676252243208272	5	2	2	2	1	True	100510	backbone	False	FIJ0072_000000005906	0.2609047125875941	PS577	0	0	True	True	1.0	419					non-mobilizable	no_good_hit	113.0	89.381	4.0	0.0951571792693288	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
CHI0170_000000003187	3129	0.7676185891224286	4	3	1	3	1	True	116591	fragment	False	CHI0170_000000003187	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1330.0	98.79700000000001	43.0	0.3145562130177515	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	True	True
MAD0043_000000001091	13610	0.7676179275831315	16	11	4	6	11	True	18083	fragment	False	MAD0043_000000001091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2312.0	99.09200000000001	36.0	0.015202747151540668	CP024244.1	enterobacteria	Escherichia coli O128:H27 strain 90-9281 plasmid unnamed, complete sequence	True	True
FIJ0007_000000008443	2067	0.7676171249200641	3	3	3	2	3	False	51585	fragment	False	FIJ0007_000000008443	1.0		0	0	False	False	0.9961296319961548	0					non-mobilizable	chromosome	2067.0	99.565	100.0	0.00044268209640184735	CP058637.1	enterobacteria	Enterobacter roggenkampii strain KQ-01 chromosome, complete genome	False	False
USA0083_01_000000014463	2003	0.7676128026283559	2	2	2	1	1	False	59787	maximal	True	USA0083_01_000000014463	1.0		46	9	False	False	1.0	0					non-mobilizable	no_good_hit	1363.0	100.0	68.0	0.0036653991167518427	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0050_000000021460	1353	0.7676001919460465	1	1	1	1	1	False	75868	fragment	False	ISR0812_000000027865	0.6523745125580515		0	0	False	False	0.9608277678489685	0					non-mobilizable	other	1338.0	99.178	99.0	0.009194501179399366	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0303_000000010888	1325	0.7676001919460465	1	1	1	1	1	False	75868	fragment	False	ISR0812_000000027865	0.6476358664544057		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	99.171	100.0	0.009118854572837367	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0139_000000022521	1257	0.7676001919460465	1	1	1	1	1	False	75868	fragment	False	ISR0812_000000027865	0.4728987993138936		0	0	False	False	0.9809069037437439	0					non-mobilizable	other	1259.0	99.206	100.0	0.008644344040766644	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0066_01_000000002190	8422	0.7675991076186417	4	3	3	3	0	True	104226	fragment	False	USA0066_01_000000002190	1.0		0	0	False	False	0.9990500807762146	0					non-mobilizable	no_good_hit								True	True
ISR0845_000000000336	28027	0.7675943345384595	33	17	7	17	9	True	108400	backbone	False	ISR0280_000000000088	0.9684537786331511	PS672	0	0	True	True	1.0	2					non-mobilizable	other	27723.0	95.56	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0141_000000001345	19285	0.7675772666955194	23	9	5	9	6	True	82078	maximal	True	CHI0141_000000001345	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1861.0	99.73100000000001	10.0	0.026833037274525944	NZ_CABJDM010000021.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	True
FIJ0134_000000003832	4228	0.7675754470619895	5	3	2	3	2	False	44522	fragment	False	FIJ0077_000000006776	0.9643841911764706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	91.529	39.0	0.0008329477093937991	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0097_000000015880	1995	0.7675725150322379	3	3	3	3	2	False	121961	fragment	False	FIJ0081_000000017779	0.9508253468528677		0	0	False	False	0.995989978313446	0					non-mobilizable	no_good_hit	1083.0	75.993	54.0	0.000298736986111962	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0052_000000003849	5499	0.7675716564512883	4	4	2	4	4	False	34646	fragment	False	MON0052_000000003849	0.9664826305692067		0	0	False	False	0.9918166995048523	0					non-mobilizable	no_good_hit	602.0	72.259	11.0	0.6770114942528735	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
CHI0095_000000003954	2085	0.7675690417994009	2	1	1	1	1	False	83499	fragment	False	SPA0135_000000009889	0.9537723506323593		0	0	False	False	1.0	0					non-mobilizable	other	2085.0	99.664	100.0	0.00034871978507884264	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MON0082_000000029176	1250	0.7675644314112992	2	2	2	2	2	False	42454	fragment	False	SPA0139_000000022255	0.715689605826437		0	0	False	False	0.9968000054359436	0					non-mobilizable	other	1158.0	78.584	92.0	0.0392591581963299	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0008_000000023979	1204	0.7675625197465383	2	2	2	2	2	False	51392	maximal	True	FIJ0008_000000023979	1.0		23	5	False	False	0.9784052968025208	0					non-mobilizable	other	1205.0	89.461	100.0	0.03482313437156256	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
MON0044_000000039937	1419	0.7675609129874046	2	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.8850619677141948		0	0	False	False	0.9830867052078247	0					non-mobilizable	no_good_hit	54.0	94.444	4.0	1.5696843601685188e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0059_000000011012	1761	0.767560296468516	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.170861675007929		0	0	False	True	1.0	0					non-mobilizable	chromosome	1763.0	92.399	100.0	0.00059240569557685	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0171_000000001799	3219	0.7675594183609589	4	4	4	3	2	False	77949	maximal	True	CHI0171_000000001799	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	95.08200000000001	26.0	0.007168740107007836	NZ_CYZO01000012.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0033_000000023958	1328	0.7675534346414914	3	2	2	2	2	False	7184	fragment	False	SPA0033_000000023958	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	99.17200000000001	100.0	0.0004508371743958459	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ENG0186_000000003102	5882	0.7675455486866736	9	3	1	2	2	False	55028	maximal	True	ENG0186_000000003102	1.0		1	1	True	True	1.0	294					non-mobilizable	no_good_hit	2499.0	98.119	89.0	0.4866549775959478	LN853428.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0822	True	True
ENG0195_000000004799	4611	0.7675384997652849	5	5	3	4	5	False	126999	fragment	False	ENG0195_000000004799	0.957196436101771		0	0	False	False	0.9993493556976318	0					non-mobilizable	other	3066.0	97.391	97.0	0.08406934006253772	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ENG0028_000000016773	1122	0.7675351614624649	2	1	1	1	1	False	65836	fragment	False	ENG0028_000000016773	1.0		0	0	False	False	0.9304812550544739	0					non-mobilizable	no_good_hit	124.0	86.29	11.0	0.0007101411622066337	NZ_QCZK02000053.1	CFB group bacteria	Botryobacter ruber strain SYSU D60016 SYSU_D60016_Contig53, whole genome shotgun sequence	True	False
FIJ0057_000000005606	4988	0.7675294224318903	10	3	3	2	2	False	46168	fragment	False	FIJ0057_000000005606	1.0		0	0	False	False	0.9987971186637878	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	6.947667106208783e-06	NZ_CP045769.1	enterobacteria	Enterobacter cancerogenus strain MiY-F chromosome, complete genome	True	False
DEN0079_000000011537	4044	0.7675291885018918	5	3	2	2	1	True	93476	maximal	True	DEN0079_000000011537	1.0		1	1	False	False	0.9995054602622986	0					non-mobilizable	no_good_hit								True	True
FIJ0021_000000028058	1709	0.7675290187564943	2	2	2	2	2	False	64416	fragment	False	SPA0032_000000016841	0.9289044289044288		0	0	False	False	0.9970743060112	0					non-mobilizable	no_good_hit								True	False
USA0066_01_000000004382	4561	0.7675265612954058	6	5	5	5	5	False	124954	fragment	False	ENG0184_000000004383	0.7728921823354497		0	0	False	False	0.996711254119873	0					non-mobilizable	no_good_hit	3293.0	78.986	86.0	0.007821277749796598	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0041_000000031315	1227	0.7675260906449147	2	2	2	1	1	False	89945	fragment	False	CHI0013_000000007185	0.624963047934128		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	84.325	100.0	0.0027236566520583627	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0208_000000009517	2823	0.7675250948943954	5	1	1	1	1	True	67714	fragment	False	ISR0208_000000009517	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2827.0	98.479	100.0	0.0170677755079839	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
USA0024_01_000000007777	3089	0.7675074420191191	8	4	2	3	2	False	78092	fragment	False	USA0024_01_000000007777	1.0		0	0	False	False	0.9996762871742249	0					non-mobilizable	no_good_hit	675.0	86.22200000000001	22.0	0.00010354747813424985	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0157_000000000626	7148	0.7675052756267225	7	5	4	4	4	False	111520	maximal	True	SPA0157_000000000626	1.0		51	6	False	False	1.0	0					non-mobilizable	no_good_hit	6274.0	98.852	88.0	0.11354913462234774	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
FIJ0094_000000012208	1669	0.7675042484882946	2	1	1	1	1	False	43163	fragment	False	FIJ0094_000000012208	1.0		0	0	False	False	0.989215075969696	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	6.4579357462790545e-06	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
ENG0053_000000018020	1384	0.7675042484882946	2	1	1	1	1	False	63836	maximal	True	ENG0053_000000018020	1.0		2	2	False	False	0.9992774724960327	0					non-mobilizable	no_good_hit								True	False
FIJ0134_000000004818	3287	0.7675005419117041	2	2	2	2	2	False	46158	maximal	True	FIJ0134_000000004818	0.9858909321496512		42	5	False	False	0.9996957778930664	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	9.698044458606668e-06	NZ_CP027234.1	CFB group bacteria	Bacteroides heparinolyticus strain F0111 chromosome, complete genome	True	False
AST0026_000000005187	5927	0.7674938727603163	12	4	3	4	2	False	119557	maximal	True	AST0026_000000005187	1.0		1	1	False	False	0.9905517101287842	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	1.0	3.1684907177367017e-05	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	True	False
USA0057_01_000000000980	22749	0.7674918313711356	24	11	8	10	5	True	998	maximal	True	USA0057_01_000000000980	1.0		6	4	False	False	1.0	0					non-mobilizable	other	11216.0	99.955	100.0	0.025991392596335018	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0080_01_000000022079	1935	0.7674915959479194	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.1545268138801195		0	0	False	False	0.9984496235847473	0					non-mobilizable	other	1936.0	95.55799999999999	100.0	0.0024954581114001403	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0086_000000001056	20056	0.7674895582040306	19	10	7	8	4	False	33931	maximal	True	ISR0086_000000001056	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	75.969	1.0	2.0606135144120445e-05	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	False
ISR0331_000000001228	12176	0.7674875722657258	12	8	6	4	3	False	56084	maximal	True	ISR0331_000000001228	1.0		3	2	False	False	0.9999178647994995	0					non-mobilizable	no_good_hit	986.0	77.181	10.0	0.0002279359409018331	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0096_000000019430	1248	0.7674863418937402	3	2	2	2	2	True	33330	maximal	True	ISR0096_000000019430	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0016_000000002449	3884	0.7674752750480912	6	3	2	2	1	True	62758	fragment	False	TAN0016_000000002449	0.9470582436344145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	95.0	6.0	5.308465882703178e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0084_000000010704	2584	0.7674717756729845	4	3	1	2	3	False	61535	fragment	False	ENG0084_000000010704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	1.0387233167127985e-06	AP022709.1	bony fishes	Plectropomus leopardus DNA, chromosome 10, nearly complete sequence	True	False
ISR0007_000000004369	3171	0.7674655407994456	4	3	2	3	2	False	69600	fragment	False	ISR0007_000000004369	0.9803878068156422		0	0	False	False	0.9993692636489868	0					non-mobilizable	no_good_hit	521.0	97.697	16.0	0.00017502895551134204	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0079_000000018610	2890	0.7674655407994456	4	3	2	3	2	False	69600	fragment	False	ISR0007_000000004369	0.9404578195407685		0	0	False	False	0.9934256076812744	0					non-mobilizable	no_good_hit	430.0	95.581	15.0	0.00013827455912494445	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0073_000000033018	1608	0.7674593364982922	2	2	2	2	1	False	72452	fragment	False	DEN0073_000000033018	1.0		0	0	False	False	0.9931591749191284	0					non-mobilizable	chromosome	1613.0	81.277	100.0	0.0002901221094531243	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0029_000000002936	13810	0.7674532323414499	12	9	6	8	6	False	38051	maximal	True	ISR0029_000000002936	1.0		8	3	False	False	0.9998551607131958	0					non-mobilizable	no_good_hit	717.0	95.119	10.0	0.000640745699128729	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0160_000000013524	2134	0.7674498955106509	3	3	2	2	3	False	64220	fragment	False	ISR0160_000000013524	1.0		0	0	False	False	0.9995313882827759	0					non-mobilizable	other	2136.0	97.285	100.0	0.0024769992922859165	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0083_000000005890	4856	0.7674490747775977	7	5	1	1	5	True	100022	fragment	False	ENG0072_000000002466	0.9135992903894764		0	0	False	False	0.999588131904602	0					non-mobilizable	other	3678.0	90.946	98.0	0.08575428771438572	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
MON0077_000000022649	1904	0.767446490981697	2	2	2	2	1	False	10228	maximal	True	MON0077_000000022649	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	97.307	81.0	0.0004931819420723686	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0101_000000009643	2499	0.7674399443683307	4	4	3	3	2	True	119981	maximal	True	ISR0101_000000009643	0.9098706495250345	PS730	43	8	False	True	1.0	0					non-mobilizable	chromosome	2269.0	91.45	100.0	0.000728285516217777	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	True
CAN0022_000000009584	3116	0.7674396633510472	4	2	1	2	1	False	91333	fragment	False	CAN0022_000000009584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0107_000000012772	2050	0.7674366958020166	2	2	2	2	1	False	46969	maximal	True	FIJ0107_000000012772	1.0		4	1	False	False	0.9990243911743164	0					non-mobilizable	no_good_hit	187.0	88.77	9.0	0.20350109409190373	GQ880848.1		Uncultured organism clone VC1CL63TR genomic sequence	True	False
FIJ0046_000000016686	1913	0.7674366958020166	2	2	2	2	1	False	46969	maximal	False	FIJ0107_000000012772	0.9665853658536585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.009171195652173914	XM_030341926.1	bony fishes	PREDICTED: Gadus morhua putative Dol-P-Glc:Glc(2)Man(9)GlcNAc(2)-PP-Dol alpha-1,2-glucosyltransferase (LOC115532263), mRNA	True	False
CHI0144_000000001537	8010	0.7674362803366149	10	9	5	7	7	False	79885	maximal	True	CHI0144_000000001537	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2360.0	74.492	43.0	0.0007170090550304449	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
AST0057_000000001478	4449	0.7674241063999531	5	5	4	5	5	False	113224	fragment	False	MON0025_000000006106	0.9570287875604118		0	0	False	False	1.0	0					non-mobilizable	chromosome	4449.0	99.978	100.0	0.0009209706550341668	CP014111.1	enterobacteria	Escherichia coli strain FDAARGOS_144 chromosome, complete genome	False	False
MAD0025_000000002741	3736	0.7674238084799391	5	4	4	3	3	False	19148	maximal	True	MAD0025_000000002741	1.0		1	1	False	False	0.9978586435317993	0					non-mobilizable	no_good_hit	1024.0	79.688	27.0	0.007631191467416083	NZ_WUJG01000010.1	spirochetes	Sphaerochaeta halotolerans strain 585 NODE_10_length_133793, whole genome shotgun sequence	True	False
USA0113_01_000000001575	11038	0.7674214911186702	14	4	1	4	1	False	287	maximal	True	USA0113_01_000000001575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000022420	1547	0.7674204839068317	2	2	2	2	1	False	64581	fragment	False	MON0109_000000021154	0.9473838918283363		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	99.677	100.0	0.0007051542855683288	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ISR0840_000000011585	1503	0.7674183811290134	3	1	1	1	1	False	20789	maximal	True	ISR0840_000000011585	1.0		1	1	False	False	0.976047933101654	0					non-mobilizable	no_good_hit								True	False
ISR0143_000000012315	2481	0.7674180727054669	3	3	3	2	2	False	130214	maximal	True	ISR0143_000000012315	0.9955928428906399		819	11	False	False	1.0	0					non-mobilizable	other	2481.0	99.355	100.0	0.03423711966425534	NZ_CABJDZ010000010.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0129_000000001754	7132	0.7674141802060378	9	5	3	4	4	True	120106	backbone	False	SPA0122_000000004505	0.9999306614893912	PS831	0	0	True	True	0.9992989301681519	28					non-mobilizable	no_good_hit	1374.0	88.792	58.0	0.22351781901790113	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0130_01_000000009917	3899	0.7674096433234276	7	4	2	2	4	False	104856	fragment	False	USA0130_01_000000009917	1.0		0	0	False	False	0.9997435212135315	0					non-mobilizable	no_good_hit	1613.0	82.82700000000001	47.0	0.20002490970232906	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0041_000000005549	2447	0.7674096433234276	4	4	2	2	4	False	104854	fragment	False	ISR0041_000000005549	0.9842584921292461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	82.95100000000001	53.0	0.1626603562087433	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0785_000000019140	1930	0.7674093593373325	3	3	3	3	2	False	65028	fragment	False	ISR0785_000000019140	1.0		0	0	False	False	0.9854922294616699	0					non-mobilizable	no_good_hit	214.0	76.168	11.0	0.0006324899120899838	NZ_DS562844.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_1, whole genome shotgun sequence	True	False
CHI0186_000000006871	2812	0.7674073918683341	2	2	2	2	2	False	125456	fragment	False	CHI0186_000000006871	0.9931895573212259		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	88.75399999999999	92.0	0.00044692575912629024	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0012_000000008728	2669	0.7674065569512499	4	3	3	1	2	False	38188	maximal	True	ISR0012_000000008728	1.0		7	1	False	False	0.9996253252029419	0					non-mobilizable	no_good_hit	1949.0	73.679	72.0	0.046396165040232834	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ISR0027_000000019816	1292	0.7674048707575035	2	2	2	1	1	False	37219	maximal	True	ISR0027_000000019816	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	92.787	71.0	0.00016393180938927508	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
SPA0119_000000027234	1164	0.7674033305716853	1	1	1	0	1	False	4197	fragment	False	SPA0119_000000027234	1.0		0	0	False	False	0.9742268323898315	0					non-mobilizable	chromosome	634.0	86.27799999999999	100.0	0.00020181686515200275	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	False	False
MAD0098_000000006009	6566	0.7673990904761753	7	6	5	6	4	False	110240	maximal	True	MAD0098_000000006009	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1725.0	99.18799999999999	34.0	0.000515104705569678	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
DEN0078_000000007179	3875	0.7673970874538572	6	3	2	3	1	True	124626	fragment	False	DEN0078_000000007179	1.0		0	0	False	False	0.9994838833808899	0					non-mobilizable	no_good_hit	1094.0	92.68700000000001	46.0	0.01937050295962854	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0056_000000004709	2375	0.7673960790436317	2	2	2	2	2	False	63600	maximal	True	ENG0056_000000004709	1.0		4	3	True	True	1.0	1					non-mobilizable	no_good_hit	1131.0	79.929	47.0	0.0002970999595466573	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
ENG0100_000000011300	2648	0.7673955471922349	4	3	1	3	2	True	96861	maximal	True	ENG0100_000000011300	1.0		1	1	False	False	0.9977341294288635	0					non-mobilizable	no_good_hit	844.0	81.635	32.0	0.008012027556807369	NZ_WAJR01000008.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_008, whole genome shotgun sequence	True	True
SPA0109_000000009435	3118	0.7673865761306483	3	3	3	2	2	True	4665	maximal	True	SPA0109_000000009435	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	76.168	47.0	0.012651830681560741	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
ISR0362_000000012197	1723	0.7673807751614471	2	2	1	2	0	True	107793	fragment	False	ISR0362_000000012197	0.9320930478088978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0070_000000014885	1420	0.7673807751614471	2	2	1	2	0	True	61018	fragment	False	MAD0070_000000014885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0122_000000019662	1497	0.7673780663943465	3	2	2	1	1	False	101908	fragment	False	ENG0098_000000015225	0.6900455037365731		0	0	False	False	1.0	0					non-mobilizable	chromosome	1497.0	100.0	100.0	0.0002732649184653106	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0078_000000014781	1390	0.7673780663943465	3	2	2	1	1	False	101908	fragment	False	ENG0098_000000015225	0.5089407847415744		0	0	False	False	1.0	0					non-mobilizable	chromosome	1390.0	100.0	100.0	0.00025371990090128105	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
USA0086_01_000000012373	1373	0.7673780663943465	3	2	2	1	1	False	101908	fragment	False	ENG0098_000000015225	0.3250005486894529		0	0	False	False	0.9992716908454895	0					non-mobilizable	chromosome	1375.0	96.509	100.0	0.0002115733396589129	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ENG0190_000000021963	1364	0.7673780663943465	3	2	2	1	1	False	101908	fragment	False	ENG0098_000000015225	0.3244511881722114		0	0	False	False	1.0	0					non-mobilizable	chromosome	1366.0	96.413	100.0	0.000210183441807139	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
CHI0117_000000010663	1359	0.7673780663943465	3	2	2	1	1	False	101908	fragment	False	ENG0098_000000015225	0.505634658480089		0	0	False	False	0.9985283017158508	0					non-mobilizable	chromosome	1359.0	99.926	100.0	0.000248057325719179	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
DEN0069_000000020030	1344	0.7673780663943465	3	2	2	1	1	False	101908	fragment	False	ENG0098_000000015225	0.46138639679019		0	0	False	False	1.0	0					non-mobilizable	chromosome	1344.0	100.0	100.0	0.00024531736998590384	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
SPA0021_000000023872	1339	0.7673780663943465	3	2	2	1	1	False	101908	fragment	False	ENG0098_000000015225	0.46078951869996004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1339.0	99.925	100.0	0.00024440405140814547	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
CHI0109_000000015183	1315	0.7673780663943465	2	2	2	1	1	False	82733	fragment	False	CHI0109_000000015183	1.0		0	0	False	False	0.9429658055305481	0					non-mobilizable	chromosome	1319.0	95.75399999999999	100.0	0.00020292508635898652	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0855_000000014741	1277	0.7673780663943465	3	2	2	1	1	False	101908	fragment	False	ENG0098_000000015225	0.4058223464987666		0	0	False	False	0.9929522275924683	0					non-mobilizable	chromosome	1277.0	100.0	100.0	0.0002330789010439414	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
AUS0024_000000025644	1249	0.7673780663943465	3	2	2	1	1	False	101908	fragment	False	ENG0098_000000015225	0.31321371743594917		0	0	False	False	0.9983987212181091	0					non-mobilizable	chromosome	1096.0	99.90899999999999	100.0	0.00020001676852908764	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0151_000000019272	1152	0.7673780663943465	2	2	2	1	1	False	30747	fragment	False	ISR0151_000000019272	1.0		0	0	False	False	0.9991319179534912	0					non-mobilizable	chromosome	1152.0	99.913	100.0	0.00021024593659998162	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0051_000000031703	1129	0.7673780663943465	3	2	2	1	1	False	35817	fragment	False	ISR0051_000000031703	1.0		0	0	False	False	0.9991142749786377	0					non-mobilizable	chromosome	955.0	99.895	100.0	0.000174261184636301	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0041_000000000616	22955	0.7673648254151537	17	11	2	11	3	True	22455	maximal	False	MON0100_000000000721	0.9573421376217102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	93.617	0.0	0.001580999894600007	NZ_BJYR01000034.1	a-proteobacteria	Novosphingobium sediminis strain NBRC 106119 sequence34, whole genome shotgun sequence	True	True
SPA0101_000000016662	2635	0.7673573456354581	3	3	2	2	2	False	80615	fragment	False	SPA0101_000000016662	0.9977462915159389		0	0	False	False	0.9905123114585876	0					non-mobilizable	other	2635.0	99.65799999999999	100.0	0.0011568604371298618	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0400_000000007185	2538	0.7673573456354581	3	3	2	2	2	False	80615	fragment	False	SPA0101_000000016662	0.9886759683786803		0	0	False	False	0.9940898418426514	0					non-mobilizable	other	2538.0	99.60600000000001	100.0	0.0011142577558840012	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0051_000000011442	2433	0.7673573456354581	3	3	2	2	2	False	80615	fragment	False	SPA0101_000000016662	0.9680611789442384		0	0	False	False	0.9958898425102234	0					non-mobilizable	other	2433.0	99.63	100.0	0.0010681414514426058	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ITA0006_000000010339	2380	0.7673573456354581	3	3	2	2	2	False	80615	fragment	False	SPA0101_000000016662	0.9517244762438839		0	0	False	False	0.9932773113250732	0					non-mobilizable	other	2378.0	99.537	99.0	0.0010439852919733035	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0003_01_000000013701	2884	0.7673521489407064	5	3	3	3	3	False	71066	fragment	False	USA0003_01_000000013701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000031384	1145	0.7673450893305298	2	1	1	1	1	True	69657	fragment	False	DEN0078_000000031384	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	96.51899999999999	100.0	0.0004033675549332663	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
CHI0054_000000003165	4992	0.7673434310149434	6	4	4	4	4	False	89680	maximal	True	CHI0054_000000003165	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	89.806	4.0	6.1721574279506e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0069_000000016272	1545	0.7673385808865544	3	3	3	3	2	False	81752	fragment	False	CHI0122_000000009177	0.9688472045021252		0	0	False	False	0.9974110126495361	0					non-mobilizable	other	1545.0	99.223	100.0	0.006304356702462129	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0166_000000012966	1634	0.7673363779966967	2	1	1	1	1	False	47748	fragment	False	ISR0166_000000012966	1.0		0	0	False	False	0.9804161787033081	0					non-mobilizable	other	1550.0	94.645	94.0	0.004864368107491444	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0115_000000033726	1102	0.7673308343119973	2	1	1	1	1	False	32431	fragment	False	ISR0115_000000033726	1.0		0	0	False	False	0.9936479330062866	0					non-mobilizable	no_good_hit								True	False
ENG0017_000000010724	1937	0.7673059629093572	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.23225619686409482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	74.51	18.0	0.007906106632221282	NZ_PPTT01000032.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_32, whole genome shotgun sequence	True	False
SPA0157_000000007592	1148	0.7673041536373421	2	2	2	2	0	True	3151	maximal	True	SPA0157_000000007592	1.0		0	0	False	False	0.950348436832428	0					non-mobilizable	no_good_hit	984.0	94.61399999999999	85.0	0.08941240676732763	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
AST0052_000000004125	4739	0.7672983905739663	6	5	4	3	2	True	114627	maximal	True	AST0052_000000004125	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	3066.0	99.478	100.0	0.001008007824640184	CP058259.1	high GC Gram+	Actinomyces sp. oral taxon 169 strain F0496 chromosome, complete genome	False	True
ENG0180_000000003905	4047	0.7672966806106625	5	5	3	4	5	False	126999	fragment	False	ENG0195_000000004799	0.6160932328793018		0	0	False	False	1.0	0					non-mobilizable	other	2497.0	96.115	97.0	0.06835262493828514	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ISR0022_000000010066	2527	0.7672923005779662	3	2	2	2	2	False	37589	fragment	False	ISR0022_000000010066	1.0		0	0	False	False	0.9873367547988892	0					non-mobilizable	no_good_hit	249.0	78.313	10.0	0.003849150693470469	NZ_FNQE01000024.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
AST0007_000000006186	3027	0.7672862793637246	4	4	4	3	2	False	127149	maximal	True	AST0007_000000006186	1.0		3	2	False	False	0.9937231540679932	0					non-mobilizable	no_good_hit	1082.0	90.758	36.0	0.0003043203333929376	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
DEN0093_000000009727	3303	0.7672745788603064	4	3	2	2	1	False	68498	fragment	False	DEN0093_000000009727	1.0		0	0	False	False	0.9996972680091858	0					non-mobilizable	no_good_hit								True	False
ISR0789_000000004270	3247	0.7672745788603064	4	3	2	2	1	False	68498	fragment	False	DEN0093_000000009727	0.9915228580078717		0	0	False	False	0.9978441596031189	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000009053	6021	0.7672745336540837	6	6	6	5	5	True	120271	fragment	False	CAN0012_000000009053	1.0		0	0	False	False	0.9996678233146667	0					non-mobilizable	other	2769.0	99.603	100.0	0.0005845973385192411	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0144_000000008403	1889	0.7672595678618681	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.18106694716104196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	86.71600000000001	29.0	0.012168091554711177	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0830_000000020107	1504	0.7672462434858038	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.17335046830714845		0	0	False	False	1.0	0					non-mobilizable	other	1504.0	96.809	100.0	0.00041738174183981205	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0105_000000003632	4262	0.7672443395811938	4	4	4	4	4	False	35344	fragment	False	ISR0105_000000003632	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2559.0	94.84200000000001	90.0	0.00046924541663850584	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
CHI0112_000000001841	7769	0.7672418703586384	10	8	5	6	6	False	82461	maximal	True	CHI0112_000000001841	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	95.164	28.0	0.00035798800073304844	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0354_000000007645	2545	0.7672412785934024	5	3	1	1	2	False	67160	fragment	False	ISR0354_000000007645	1.0		0	0	False	False	0.9956778287887573	0					non-mobilizable	other	2545.0	100.0	100.0	0.001150938530653239	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	False	False
DEN0026_000000012924	2263	0.7672412507367156	4	2	1	2	1	False	74178	fragment	False	DEN0026_000000012924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	80.142	19.0	0.0678322810425773	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0227_000000007253	3676	0.7672402234521357	4	4	4	4	3	False	127735	fragment	False	ENG0068_000000006063	0.955009490711313		0	0	False	False	1.0	0					non-mobilizable	other	3603.0	99.11200000000001	100.0	0.0011557768939651752	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0353_000000023824	1548	0.7672368241401266	2	2	2	2	1	False	24013	fragment	False	ISR0353_000000023824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	59.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0130_000000003564	9087	0.7672320901788494	9	9	5	6	8	True	109452	maximal	True	SPA0130_000000003564	1.0		1	1	False	False	0.9995598196983337	0	rep_cluster_667				non-mobilizable	no_good_hit	6996.0	99.87100000000001	78.0	0.14381477216647476	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	True	True
ISR0188_000000003208	6614	0.7672264558034805	6	5	5	5	4	False	29275	maximal	True	ISR0188_000000003208	1.0		1	1	False	False	0.9998487830162048	0					non-mobilizable	no_good_hit	1966.0	83.978	30.0	0.0015205392804690445	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
ISR0814_000000011735	3319	0.7672240516914617	4	3	3	3	1	False	21543	maximal	True	ISR0814_000000011735	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	99.42299999999999	31.0	0.012969487967613763	NZ_CYYV01000017.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0084_000000012246	2291	0.7672215246447034	3	1	1	1	1	True	61524	fragment	False	ISR0331_000000009444	0.9319951257706371		0	0	False	False	0.9973810315132141	0					non-mobilizable	no_good_hit	680.0	99.559	60.0	0.00021741866092519165	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
USA0111_01_000000014461	1755	0.7672215246447034	2	1	1	1	1	True	56299	fragment	False	SPA0109_000000017630	0.9547425474254743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	82.613	61.0	0.00623468128378809	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	True	True
MON0061_000000018446	2423	0.7672213620339254	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9562246866584966		0	0	False	False	1.0	0					non-mobilizable	other	2423.0	99.009	100.0	0.0004685089002165135	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0121_000000018944	1357	0.7672125245666855	1	1	1	1	1	False	62567	fragment	False	ENG0068_000000018038	0.9575579807692858		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	99.926	100.0	0.00026262838722347756	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0063_000000000182	44982	0.7671928903080705	53	15	11	13	6	True	74403	maximal	False	FIJ0112_000000000192	0.9222403914659981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	0.0	2.2776120822996387e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
MAD0092_000000005479	3256	0.7671894556391788	1	1	1	1	1	False	15720	maximal	True	MAD0092_000000005479	1.0		4	2	False	False	0.9809582233428955	0					non-mobilizable	no_good_hit	122.0	75.41	4.0	0.00042280268013902323	NZ_FNHB01000003.1	firmicutes	Dendrosporobacter quercicolus strain DSM 1736, whole genome shotgun sequence	True	False
CHI0160_000000004530	5530	0.7671841143910636	4	4	3	4	2	True	78757	maximal	True	CHI0160_000000004530	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0076_000000034111	1413	0.767181260905916	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.2667081211145381		0	0	False	False	0.9992923140525818	0					non-mobilizable	other	1370.0	87.73700000000001	97.0	0.00040886779449545926	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0042_000000004756	2511	0.7671796397247025	4	4	4	4	3	False	87483	fragment	False	CHI0042_000000004756	0.9996052112120015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1938.0	93.137	79.0	0.0003085555025970487	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0384_000000014705	1350	0.7671760024757031	2	2	0	2	1	True	23072	fragment	False	ISR0384_000000014705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0260_000000004219	2897	0.76717092074838	6	3	2	3	1	False	113728	maximal	True	ISR0260_000000004219	1.0		5	2	False	False	0.9955126047134399	0					non-mobilizable	no_good_hit	1706.0	97.714	59.0	0.000748840943548373	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0118_000000001236	8466	0.7671650240394589	14	8	4	6	6	True	72502	fragment	False	ISR0118_000000001236	1.0		0	0	False	False	0.9991731643676758	0					non-mobilizable	no_good_hit								True	True
CHI0068_000000005813	2418	0.7671646601010182	3	3	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.10936360220760731	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2418.0	99.29700000000001	100.0	0.00042188237737788843	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0364_000000008311	2053	0.7671601525187906	3	3	3	3	2	False	86961	fragment	False	ISR0364_000000008311	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	78.99600000000001	94.0	0.00042991343057668696	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0082_000000020366	1541	0.7671592317153112	3	2	2	2	1	False	44169	fragment	False	FIJ0082_000000020366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	3.0	0.0003574210695138157	LC566215.1	firmicutes	Enterococcus faecium EV0426-12 plasmid pIHVA-EV0426-12 DNA, complete sequence	True	False
FIJ0168_000000004842	3966	0.7671559014406208	3	3	3	3	2	False	131600	maximal	True	FIJ0168_000000004842	1.0		1	1	False	False	0.9994956851005554	0					non-mobilizable	no_good_hit	3326.0	99.639	84.0	0.0013554145652645362	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	True	False
ENG0116_000000021764	1102	0.7671523257662382	2	1	1	1	1	False	59411	fragment	False	ENG0116_000000021764	1.0		0	0	False	False	0.996370255947113	0					non-mobilizable	plasmid	1103.0	99.275	100.0	0.0017582936573784511	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
MON0084_000000010984	2822	0.7671474122619275	4	3	2	2	3	False	70891	maximal	True	MON0084_000000010984	1.0		73	9	False	False	0.9996456503868103	0					non-mobilizable	no_good_hit	1031.0	76.237	36.0	0.003691067109981472	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
TAN0004_000000004570	1374	0.7671467065680883	2	2	2	2	2	False	82313	fragment	False	TAN0004_000000004570	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	100.0	100.0	0.0010279146583774671	LM996841.1	enterobacteria	Escherichia coli genome assembly FHI71, scaffold scaffold-27_contig-0.0_1_1335714_[organism:Escherichia	False	False
ISR0830_000000003970	5458	0.7671443789589574	6	3	2	2	2	False	21049	fragment	False	ISR0830_000000003970	1.0		0	0	False	False	0.9998167753219604	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000003377	7859	0.7671419489927926	12	8	5	5	6	False	42442	maximal	True	FIJ0105_000000003377	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0019_000000004066	1800	0.7671417433165225	2	2	1	1	1	False	2414	maximal	True	TAN0019_000000004066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1436.0	79.944	79.0	0.21150140803319994	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0372_000000008271	2079	0.7671407191068648	2	2	2	2	1	False	66457	maximal	True	ISR0372_000000008271	1.0		4	3	False	False	0.9923039674758911	0					non-mobilizable	no_good_hit	80.0	87.5	4.0	3.1661956115727254e-05	NZ_CP013213.1	firmicutes	Erysipelothrix larvae strain LV19 chromosome, complete genome	True	False
ISR0119_000000016580	1876	0.7671369640574279	3	3	2	3	2	False	36691	fragment	False	ISR0119_000000016580	1.0		0	0	False	False	0.9994669556617737	0					non-mobilizable	no_good_hit	1138.0	99.03299999999999	66.0	0.0014379081661043186	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0319_000000006335	2821	0.7671331495422099	3	2	2	2	2	False	74361	fragment	False	ISR0319_000000006335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	73.558	25.0	0.003414478370876219	NZ_NHOC01000010.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c10, whole genome shotgun sequence	True	False
MON0024_000000009645	4408	0.7671279854018769	8	1	1	1	1	False	94020	maximal	True	MON0024_000000009645	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	71.508	24.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0032_000000026159	1225	0.7671277055906761	2	2	2	2	1	False	12368	fragment	False	MON0032_000000026159	1.0		0	0	False	False	0.9959183931350708	0					non-mobilizable	chromosome	1223.0	94.113	99.0	0.00039355066827868803	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0038_000000022561	1574	0.7671205764754477	3	2	1	2	2	False	51178	fragment	False	MON0063_000000019290	0.9593628088426528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	85.725	84.0	0.00029978379366548926	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0086_000000008953	2844	0.7671083199546972	5	3	2	2	2	True	130268	backbone	False	FIJ0135_000000009121	0.19571601401000185	PS1090	0	0	False	True	0.9866385459899902	0					non-mobilizable	other	2344.0	97.09899999999999	95.0	0.7817089452603472	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0060_000000011844	2373	0.7671083199546972	4	3	2	2	2	True	126568	fragment	False	ISR0060_000000011844	0.9728788277379898		0	0	False	False	1.0	0					non-mobilizable	other	2189.0	96.939	99.0	0.7299732977303071	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0819_000000011196	2320	0.7671083199546972	4	3	2	2	2	True	69035	fragment	False	ISR0819_000000011196	1.0		0	0	False	False	0.998275876045227	0					non-mobilizable	plasmid	1814.0	86.604	99.0	0.4399901623216921	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0399_000000006781	2308	0.7671083199546972	5	3	2	2	2	True	69034	fragment	False	ISR0399_000000006781	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1813.0	86.652	99.0	0.4399901623216921	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0124_000000013720	2275	0.7671083199546972	4	3	2	2	2	True	126568	fragment	False	ISR0060_000000011844	0.8805582103293569		0	0	False	False	0.9995604157447815	0					non-mobilizable	other	2111.0	97.726	100.0	0.7036048064085447	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0031_000000015297	2245	0.7671083199546972	4	3	2	2	2	True	126568	fragment	False	ISR0060_000000011844	0.6639277218913158		0	0	False	False	1.0	0					non-mobilizable	other	2245.0	98.53	100.0	0.7486648865153538	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MAD0087_000000013061	2226	0.7671083199546972	4	3	2	2	2	True	128506	backbone	False	ISR0018_000000007251	0.06440952052657947	PS1035	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1383.0	94.36	68.0	0.4612817089452603	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0005_000000013437	2186	0.7671083199546972	4	3	2	2	2	True	128506	backbone	False	ISR0018_000000007251	0.06385483424707199	PS1035	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1347.0	95.991	68.0	0.4142813173284087	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
ENG0047_000000008950	2123	0.7671083199546972	4	3	2	2	2	True	126568	fragment	False	ISR0060_000000011844	0.7732064066757653		0	0	False	False	1.0	0					non-mobilizable	other	2053.0	98.539	100.0	0.6842456608811749	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0065_000000016077	2081	0.7671083199546972	4	3	2	2	2	True	128506	backbone	False	ISR0018_000000007251	0.06275043592656876	PS1035	0	0	False	True	0.9918308258056641	0					non-mobilizable	no_good_hit	1326.0	96.456	68.0	0.441588785046729	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0033_000000012712	2051	0.7671083199546972	4	3	2	2	2	True	126568	fragment	False	ISR0060_000000011844	0.764413479591559		0	0	False	False	1.0	0					non-mobilizable	other	2013.0	98.212	100.0	0.670894526034713	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0052_000000022109	2007	0.7671083199546972	4	3	2	2	2	True	126568	fragment	False	ISR0060_000000011844	0.5789300197438553		0	0	False	False	0.9995017647743225	0					non-mobilizable	other	1999.0	98.499	99.0	0.6665554072096128	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
USA0015_01_000000016842	1997	0.7671083199546972	4	3	2	2	2	True	69023	fragment	False	USA0015_01_000000016842	1.0		0	0	False	False	0.9989985227584839	0					non-mobilizable	no_good_hit	1291.0	88.691	78.0	0.31652729955730446	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
SPA0154_000000004375	1933	0.7671083199546972	4	3	2	2	2	True	128506	backbone	False	ISR0018_000000007251	0.0328105559437166	PS1035	0	0	False	True	0.9979307055473328	0					non-mobilizable	no_good_hit	1094.0	98.17200000000001	64.0	0.33641120344721454	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
SPA0153_000000009642	1922	0.7671083199546972	4	3	2	2	2	True	128506	backbone	False	ISR0018_000000007251	0.03267516628357396	PS1035	0	0	False	True	0.9958376884460449	0					non-mobilizable	no_good_hit	1104.0	98.18799999999999	63.0	0.3394890735610957	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
SPA0012_000000012840	1883	0.7671083199546972	4	3	2	2	2	True	128506	backbone	False	ISR0018_000000007251	0.032193004640953767	PS1035	0	0	False	True	0.9946893453598022	0					non-mobilizable	no_good_hit	1044.0	98.37200000000001	63.0	0.32102185287780854	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
MAD0013_000000013101	1874	0.7671083199546972	4	3	2	2	2	True	128506	backbone	False	ISR0018_000000007251	0.038754047594832426	PS1035	0	0	False	True	0.9802561402320862	0					non-mobilizable	no_good_hit	1133.0	94.086	65.0	0.37783711615487314	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0113_000000020317	1858	0.7671083199546972	4	3	2	2	2	True	126568	fragment	False	ISR0060_000000011844	0.1902508551881414		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	99.459	100.0	0.5544058744993324	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0288_000000016154	1856	0.7671083199546972	4	3	2	2	2	True	126568	fragment	False	ISR0060_000000011844	0.3791538860610613		0	0	False	False	0.9973060488700867	0					non-mobilizable	other	1856.0	98.16799999999999	100.0	0.6188251001335113	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0040_000000013470	1754	0.7671083199546972	4	3	2	2	2	True	126568	fragment	False	ISR0060_000000011844	0.19197198275862068		0	0	False	False	0.9937286376953125	0					non-mobilizable	other	1752.0	98.288	99.0	0.5841121495327103	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0034_000000008733	1673	0.7671083199546972	3	3	2	2	2	True	69028	fragment	False	ENG0168_000000017333	0.4814993564993565		0	0	False	False	0.9994022846221924	0					non-mobilizable	plasmid	1680.0	86.31	100.0	0.4075258239055583	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0103_000000018396	1624	0.7671083199546972	4	3	2	2	2	True	60532	fragment	False	ISR0103_000000018396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	99.071	59.0	0.26469682979378273	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
SPA0042_000000021316	1583	0.7671083199546972	4	3	2	2	2	True	55839	fragment	False	SPA0042_000000021316	0.9869129329195693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	96.391	79.0	0.41555407209612816	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0174_000000012852	1561	0.7671083199546972	4	3	2	2	2	True	55645	fragment	False	ENG0174_000000012852	1.0		0	0	False	False	0.9980781674385071	0					non-mobilizable	other	1561.0	97.822	100.0	0.5203604806408545	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0029_000000018268	1477	0.7671083199546972	4	3	2	2	2	True	55839	fragment	False	SPA0042_000000021316	0.9586966424700476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	96.44	82.0	0.40253671562082777	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0170_000000009528	1413	0.7671083199546972	4	3	2	2	2	True	55839	fragment	False	SPA0042_000000021316	0.4775960170697013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	96.39399999999999	73.0	0.3417890520694259	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ITA0006_000000016256	1406	0.7671083199546972	4	3	2	2	2	True	55839	fragment	False	SPA0042_000000021316	0.7129275453150238		0	0	False	False	0.9971550703048706	0					non-mobilizable	no_good_hit	1143.0	97.025	81.0	0.38050734312416556	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0080_000000009110	1350	0.7671083199546972	4	3	2	2	2	True	5626	fragment	False	SPA0080_000000009110	1.0		0	0	False	False	0.9992592334747314	0					non-mobilizable	no_good_hit	1003.0	86.14200000000001	74.0	0.2412690605017216	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0387_000000018187	1316	0.7671083199546972	3	3	2	2	2	True	60531	fragment	False	ISR0387_000000018187	0.9933938893476466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	92.74	50.0	0.18429003021148035	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ITA0007_000000000905	1241	0.7671083199546972	4	3	2	2	2	True	20336	fragment	False	ITA0007_000000000905	1.0		0	0	False	False	0.9911361932754517	0					non-mobilizable	plasmid	1219.0	86.95700000000001	98.0	0.2951303492375799	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0778_000000012306	1172	0.7671083199546972	4	3	2	2	2	True	33810	fragment	False	ISR0087_000000031242	0.9581657280772324		0	0	False	False	0.9965870380401611	0					non-mobilizable	no_good_hit	909.0	96.92	78.0	0.3027369826435247	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0151_000000007182	2464	0.7671070031090305	3	3	3	3	3	False	43822	fragment	False	FIJ0151_000000007182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	81.4	44.0	0.00028703061757731754	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0021_000000013432	3714	0.7671051284396496	5	4	0	3	1	True	54288	maximal	False	FIJ0015_000000007608	0.9920659260468905		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.012151215121512151	XM_012822292.2	bony fishes	PREDICTED: Clupea harengus BTB/POZ domain-containing protein 10-like (LOC105895626), transcript variant X3, mRNA	True	True
FIJ0123_000000008787	3674	0.7671051284396496	5	4	0	3	1	True	54288	maximal	False	FIJ0015_000000007608	0.9792067838313563		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.012151215121512151	XM_012822292.2	bony fishes	PREDICTED: Clupea harengus BTB/POZ domain-containing protein 10-like (LOC105895626), transcript variant X3, mRNA	True	True
SPA0053_000000003566	8188	0.7671031467344321	11	9	7	9	6	True	131641	fragment	False	SPA0053_000000003566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5332.0	95.611	84.0	0.21378283783240135	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
FIJ0091_000000016192	1314	0.7671027933047411	2	2	2	1	2	False	101769	fragment	False	USA0066_01_000000013774	0.5665169890268433		0	0	False	False	0.9992389678955078	0					non-mobilizable	other	1307.0	98.699	99.0	0.0003531238618447504	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ETH0004_000000019376	1471	0.7671023510755272	2	2	2	1	2	False	128174	fragment	False	ETH0004_000000019376	1.0		0	0	False	False	0.9993202090263367	0					non-mobilizable	chromosome	1200.0	98.667	100.0	0.00034104452351898785	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0384_000000016477	1235	0.7671023510755272	3	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.027341873204501932		0	0	False	False	1.0	0					non-mobilizable	chromosome	1197.0	92.648	97.0	0.0003401912011081814	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0050_000000024787	1187	0.7671023510755272	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.05872616776812871		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	84.8	95.0	0.000359896082815267	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0015_000000023950	1140	0.7671023510755272	3	2	2	1	2	False	37939	fragment	False	ISR0015_000000023950	1.0		0	0	False	False	0.9982455968856812	0					non-mobilizable	chromosome	1028.0	97.86	90.0	0.0002921207052994166	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0272_000000008962	1138	0.7671023510755272	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.023974171927909294		0	0	False	False	0.9789103865623474	0					non-mobilizable	chromosome	1139.0	98.42	100.0	0.0003236936344992562	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0086_000000012367	1138	0.7671023510755272	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.023917878080903565		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	100.0	100.0	0.000323409193695654	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0083_000000001142	20624	0.7671018391280185	31	11	7	10	6	False	44147	maximal	True	FIJ0083_000000001142	1.0		1	1	False	False	0.9998060464859009	0					non-mobilizable	no_good_hit	57.0	91.228	0.0	0.0002106688736739147	NZ_QPKS01000003.1	firmicutes	Exiguobacterium flavidum strain HF60 HF60_scaffold3, whole genome shotgun sequence	True	False
MON0027_000000006449	5462	0.7670950318857747	6	6	6	6	5	False	100347	fragment	False	MON0027_000000006449	1.0		0	0	False	False	0.9996338486671448	0					non-mobilizable	chromosome	5462.0	99.90799999999999	100.0	0.001855641868255204	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0053_000000021148	1559	0.7670945511537481	2	1	1	1	1	False	6471	maximal	True	SPA0053_000000021148	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0049_000000006620	2435	0.7670944550970558	3	3	2	3	2	True	86789	fragment	False	CHI0049_000000006620	1.0		0	0	False	False	0.9995893239974976	0					non-mobilizable	no_good_hit								True	True
AST0055_000000001899	12651	0.7670937055986251	21	3	2	3	1	False	114008	fragment	False	AST0055_000000001899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.03430749682337993	DQ874309.1	roaches	Paratropes sp. 1 DJGI-2006 cytochrome oxidase subunit II (COII) gene, complete cds; mitochondrial	True	False
MAD0046_000000001470	12617	0.7670937055986251	18	3	2	3	1	False	44100	fragment	False	MAD0046_000000001470	1.0		0	0	False	False	0.9977015256881714	0					non-mobilizable	no_good_hit	122.0	86.885	1.0	0.0001918679694660362	NZ_KE136493.1	firmicutes	Enterococcus columbae DSM 7374 = ATCC 51263 acyDG-supercont2.3, whole genome shotgun sequence	True	False
MAD0088_000000001529	9349	0.7670937055986251	15	3	2	3	1	False	44095	fragment	False	MAD0088_000000001529	1.0		0	0	False	False	0.994117021560669	0					non-mobilizable	no_good_hit	182.0	80.22	2.0	0.0032630567590595143	NZ_FOGF01000012.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	False
FIJ0166_000000003038	8606	0.7670937055986251	14	3	2	3	1	False	44102	fragment	False	FIJ0166_000000003038	1.0		0	0	False	False	0.9998838305473328	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.03430749682337993	DQ874309.1	roaches	Paratropes sp. 1 DJGI-2006 cytochrome oxidase subunit II (COII) gene, complete cds; mitochondrial	True	False
ENG0149_000000002177	11033	0.7670910939232087	14	6	5	6	4	False	104189	maximal	True	ENG0149_000000002177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3211.0	95.079	30.0	0.0010983409091220536	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ISR0376_000000008285	2781	0.7670905084150601	3	3	3	3	2	False	109895	fragment	False	ISR0376_000000008285	1.0		0	0	False	False	0.9446242451667786	0					non-mobilizable	no_good_hit	548.0	70.985	19.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
ENG0064_000000008571	2599	0.7670871865975162	6	3	2	1	3	False	95172	fragment	False	ENG0064_000000008571	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2282.0	98.335	100.0	0.45835010060362175	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
USA0120_01_000000005157	2468	0.7670871865975162	6	3	2	1	3	False	95171	fragment	False	USA0120_01_000000005157	1.0		0	0	False	False	0.997163712978363	0		MOBP			mobilizable	other	1721.0	95.00299999999999	98.0	0.2899527983816588	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	False	True
USA0035_01_000000000042	98065	0.7670847241841889	93	13	4	10	5	True	127415	maximal	False	SPA0046_000000000019	0.9219972430740984		0	0	True	True	1.0	1117					non-mobilizable	virus	31105.0	97.463	97.0	0.31442668365231985	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
CHI0140_000000000038	97701	0.7670847241841889	94	13	4	10	5	True	127415	maximal	False	SPA0046_000000000019	0.9087056900568994		0	0	False	True	1.0	0					non-mobilizable	virus	29049.0	97.11200000000001	97.0	0.29706312591425676	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
SPA0083_000000001096	9683	0.767075633866376	7	7	3	7	2	True	54243	fragment	False	SPA0083_000000001096	1.0		0	0	False	False	0.9996901750564575	0					non-mobilizable	no_good_hit	863.0	84.589	9.0	0.0018003625817324884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0093_000000005360	1309	0.7670739462304327	2	2	2	2	2	False	83586	maximal	True	CHI0093_000000005360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	78.363	13.0	5.1741689565170804e-05	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
MAD0045_000000020027	2032	0.7670725644540544	3	3	3	3	1	False	53530	fragment	False	ETH0001_000000014355	0.9529302140822692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	72.447	20.0	0.00013253738163898358	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
CAN0007_000000004843	8886	0.7670706547247866	10	4	3	4	1	True	132439	fragment	False	ISR0167_000000003019	0.7978853828354733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0384_000000001258	8395	0.7670706547247866	10	4	3	4	1	True	132439	fragment	False	ISR0167_000000003019	0.6539138701062167		0	0	False	False	0.9991661906242371	0					non-mobilizable	no_good_hit								True	True
ISR0030_000000009494	2235	0.7670601099581406	4	2	2	2	1	False	117015	fragment	False	AST0094_000000009639	0.70691295407738		0	0	False	False	0.9995525479316711	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000001069	22503	0.7670583095772829	26	8	6	6	7	False	84279	maximal	True	CHI0140_000000001069	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3224.0	89.85700000000001	19.0	0.0013754274383852628	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0052_000000001494	15756	0.7670575613611622	18	17	6	9	16	True	123792	fragment	False	CHI0111_000000001519	0.4043440542601494		0	0	False	False	0.9998096227645874	0					non-mobilizable	other	15684.0	99.834	99.0	0.027319595711799174	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
ISR0852_000000007600	1582	0.7670555063996141	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.08595136301726869		0	0	False	False	1.0	0					non-mobilizable	chromosome	1586.0	95.334	100.0	0.00044193161339184335	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0109_000000023874	1512	0.7670555063996141	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.0785819283789267		0	0	False	False	1.0	0					non-mobilizable	chromosome	1516.0	93.66799999999999	100.0	0.000422339964919754	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0046_000000022630	1466	0.7670555063996141	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.08720859167803566		0	0	False	False	1.0	0					non-mobilizable	chromosome	812.0	98.89200000000001	100.0	0.00022698324158377766	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0095_000000019272	1437	0.7670555063996141	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.06386208737575597		0	0	False	False	0.9986082315444946	0					non-mobilizable	chromosome	1295.0	95.676	100.0	0.00036048633188644343	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0327_000000020447	1434	0.7670555063996141	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.07091063026122131		0	0	False	False	0.9721059799194336	0					non-mobilizable	chromosome	1413.0	92.569	98.0	0.00039043356597949426	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0164_000000016280	1388	0.7670555063996141	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.07250935606013807		0	0	False	False	0.9877521395683289	0					non-mobilizable	other	871.0	92.99700000000001	100.0	0.00021256924130433664	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0149_000000031039	1302	0.7670555063996141	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.05590440152555388		0	0	False	False	0.9685099720954895	0					non-mobilizable	chromosome	1283.0	93.531	99.0	0.0003582472863467761	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0038_000000021846	1255	0.7670555063996141	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.03619858631319055		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	98.395	94.0	0.0003302592171009342	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0347_000000003541	5088	0.7670550553713686	7	4	4	3	2	False	24176	maximal	True	ISR0347_000000003541	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	75.596	11.0	0.004649424688010568	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
CHI0109_000000011960	1621	0.7670528863694636	2	2	2	2	2	False	92157	fragment	False	ISR0014_000000021946	0.9030821816674521		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	90.667	99.0	0.0003041222213538994	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0004_000000004238	3187	0.7670479837079294	3	3	3	3	3	False	8359	maximal	True	SPA0004_000000004238	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	74.86	6.0	3.383269233837537e-05	NC_017770.1	CFB group bacteria	Solitalea canadensis DSM 3403, complete sequence	True	False
AST0005_000000005263	5559	0.7670427272876316	7	6	4	3	4	False	128692	fragment	False	ISR0264_000000001478	0.9874008810572688		0	0	False	False	1.0	0					non-mobilizable	other	5490.0	99.56299999999999	100.0	0.042465605026541	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0006_000000024213	1300	0.7670332187144042	2	2	2	1	1	True	8234	fragment	False	SPA0006_000000024213	1.0		0	0	False	False	0.9923076629638672	0					non-mobilizable	other	1300.0	99.462	100.0	0.0003707517669932174	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0102_000000001003	24718	0.7670300437399672	16	8	5	8	3	True	75909	maximal	True	MON0102_000000001003	1.0		2	1	False	False	0.9991503953933716	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.272091061994371e-06	NZ_CP026746.1	high GC Gram+	Nocardia cyriacigeorgica strain MDA3349 isolate MDA3349 ancestor chromosome, complete genome	True	True
ISR0257_000000007199	2340	0.7670260302840061	4	1	1	1	1	False	57685	maximal	True	ISR0257_000000007199	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	524.0	91.603	38.0	0.00011483300349385522	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0142_000000017776	1904	0.7670260302840061	2	1	1	1	1	False	57684	fragment	False	ENG0142_000000017776	1.0		0	0	False	False	0.9994747638702393	0					non-mobilizable	no_good_hit	239.0	98.745	23.0	5.28631621499759e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0378_000000008980	2848	0.7670235785345592	5	2	2	2	2	False	23279	fragment	False	ISR0378_000000008980	1.0		0	0	False	False	0.9901685118675232	0					non-mobilizable	no_good_hit								True	False
AST0012_000000006760	3040	0.7670191053014652	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.9077977765467636		0	0	False	False	0.9930921196937561	0					non-mobilizable	other	2849.0	99.26299999999999	94.0	0.03541715891709052	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0065_000000006461	4307	0.7670138777916823	5	5	5	5	4	False	124954	fragment	False	ENG0184_000000004383	0.7119498375739344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3072.0	78.874	86.0	0.0072909805896710705	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0010_000000002205	10141	0.7670031365621485	7	7	5	5	7	False	126543	maximal	True	AST0010_000000002205	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	5521.0	85.564	54.0	0.002289156373986364	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0009_000000001923	15398	0.7670003557810919	22	9	4	7	4	False	53267	fragment	False	FIJ0009_000000001923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	99.69	6.0	0.0002579540959082398	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0012_000000010671	2286	0.7669863395780373	2	2	2	2	1	True	131053	maximal	True	SPA0012_000000010671	1.0		393	12	False	False	1.0	0					non-mobilizable	chromosome	2304.0	86.32799999999999	100.0	0.0006330514667501827	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0183_000000015085	1925	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.24945897669859599		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	94.914	100.0	0.0007292057187729664	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	True
CAN0014_000000026741	1828	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2405036931100589		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	95.24600000000001	100.0	0.0006922114955925388	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	True
USA0111_01_000000013937	1822	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2570311179693991		0	0	False	False	1.0	0					non-mobilizable	other	1815.0	95.48200000000001	99.0	0.0006903045768718981	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	True
SPA0098_000000023154	1631	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2113362442092388		0	0	False	False	1.0	0					non-mobilizable	chromosome	1631.0	96.137	100.0	0.0004589778346671115	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
CHI0062_000000008945	1567	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2069672868483163		0	0	False	False	1.0	0					non-mobilizable	chromosome	1568.0	96.811	100.0	0.00044094555632537107	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
DEN0041_000000022192	1534	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.20389332095802318		0	0	False	False	1.0	0					non-mobilizable	chromosome	1540.0	94.805	100.0	0.0004297965024016313	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0278_000000007800	1522	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.06322203668609808		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	97.175	100.0	0.0005800846748188713	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	True
SPA0013_000000018976	1498	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.18219777649598762		0	0	False	False	1.0	0					non-mobilizable	chromosome	1503.0	92.881	100.0	0.00027080470701909554	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	True
MON0084_000000025330	1431	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.04633732980190659		0	0	False	False	0.9993011951446533	0					non-mobilizable	other	1431.0	97.554	100.0	0.0005453787541032124	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	True
FIJ0008_000000020689	1387	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.06156410411657136		0	0	False	False	0.9971160888671875	0					non-mobilizable	chromosome	1387.0	96.82799999999999	100.0	0.00039022977348922614	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
MON0079_000000019108	1195	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.027594086280815427		0	0	False	False	1.0	0					non-mobilizable	chromosome	1195.0	97.992	100.0	0.00033388225365487816	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0354_000000016149	1132	0.7669863395780373	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.01367811997947365		0	0	False	False	1.0	0					non-mobilizable	chromosome	1133.0	93.027	100.0	0.0003666326075455649	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
FIJ0048_000000019368	1722	0.7669774957497175	2	2	1	2	2	False	122168	fragment	False	USA0116_01_000000012198	0.42053628870764326		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	96.98200000000001	100.0	0.02983935324936678	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0181_000000005748	3250	0.7669696336023055	5	4	2	4	2	True	112870	fragment	False	ISR0181_000000005748	0.966465486202285		0	0	False	False	0.9929230809211731	0					non-mobilizable	no_good_hit	239.0	89.958	7.0	6.408143587841183e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0101_000000027475	2300	0.7669682039332533	2	2	2	2	2	False	68757	fragment	False	FIJ0120_000000008830	0.7904783483163087		0	0	False	False	0.9986956715583801	0					non-mobilizable	no_good_hit	86.0	86.04700000000001	4.0	0.0025127131319174394	NZ_CZBD01000031.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0774_000000010586	2347	0.7669632449641515	3	3	3	3	1	False	102831	maximal	True	ISR0774_000000010586	1.0		0	0	False	False	0.9919045567512512	0					non-mobilizable	no_good_hit	1355.0	99.336	58.0	0.0004917226088898654	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MAD0067_000000002560	3616	0.7669611620486542	5	5	5	5	3	False	18341	maximal	True	MAD0067_000000002560	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	76.311	15.0	0.00017079297092039678	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0171_000000003634	6174	0.766956968649861	9	8	5	5	5	True	120105	maximal	True	ISR0171_000000003634	1.0		1	1	True	True	1.0	107					non-mobilizable	no_good_hit	2286.0	90.945	85.0	0.3699431356620634	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
SPA0141_000000008412	2777	0.7669500064941954	3	3	2	3	3	False	76524	fragment	False	SPA0141_000000008412	0.9912179127624016		0	0	False	False	0.9974793195724487	0					non-mobilizable	no_good_hit	488.0	72.541	17.0	0.0033222823730188708	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
FIJ0050_000000017837	1436	0.7669493287453955	2	2	1	1	2	False	46582	maximal	True	FIJ0050_000000017837	1.0		3	1	False	False	0.9874652028083801	0					non-mobilizable	no_good_hit	556.0	73.741	38.0	0.000899412140235144	NZ_PNHP01000001.1	firmicutes	Anaerococcus hydrogenalis strain UMB0204 ERR1203615.17957_1_27.1, whole genome shotgun sequence	True	False
DEN0093_000000025300	1228	0.7669454417502429	2	2	2	1	1	True	118491	fragment	False	ISR0832_000000007637	0.07962260621700046		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	96.417	100.0	0.001366068506053231	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
CHI0173_000000003296	5091	0.7669363641379119	9	6	4	6	4	True	77915	fragment	False	CHI0173_000000003296	1.0		0	0	False	False	0.9960715174674988	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.0001493796351622087	NZ_LZDS01000029.1	g-proteobacteria	Acinetobacter gandensis strain ANC 4275 Contig8, whole genome shotgun sequence	True	True
DEN0064_000000022256	1857	0.7669330598532911	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.07951159500014114	PS721	0	0	False	True	0.9994614720344543	0					non-mobilizable	no_good_hit	1022.0	97.652	55.0	0.009861399526730092	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
BAN0019_000000000041	14968	0.7669260736521962	18	10	8	8	5	False	97903	maximal	True	BAN0019_000000000041	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	79.051	3.0	0.0020823308832069553	CP014152.1	firmicutes	Clostridium botulinum strain BrDura plasmid pRSJ20_1, complete sequence	True	False
MAD0098_000000011928	3620	0.7669231758929681	4	4	4	4	4	False	27436	maximal	True	MAD0098_000000011928	1.0		2	1	False	False	1.0	0					non-mobilizable	other	3620.0	96.271	100.0	0.0017228903043979167	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0151_000000004622	3821	0.7669150361022143	6	4	3	2	1	True	63075	maximal	True	FIJ0151_000000004622	1.0		7	1	False	False	1.0	0					non-mobilizable	chromosome	3438.0	90.721	90.0	0.0009545881616035076	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0005_000000017672	1959	0.7669068773131361	3	2	1	2	0	True	107794	fragment	False	FIJ0005_000000017672	1.0		0	0	False	False	0.9994895458221436	0					non-mobilizable	no_good_hit								True	True
ISR0196_000000010876	1880	0.7669068773131361	2	2	1	2	0	True	107798	fragment	False	ISR0196_000000010876	1.0		0	0	False	False	0.9840425252914429	0					non-mobilizable	no_good_hit								True	True
ISR0364_000000009810	1786	0.7669068773131361	2	2	1	2	0	True	131082	fragment	False	ISR0356_000000011485	0.9533462345341374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	97.727	7.0	0.00014584757481089916	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ENG0062_000000019544	1219	0.7669068773131361	2	2	1	2	0	True	63136	fragment	False	ENG0062_000000019544	0.9623837700760778		0	0	False	False	0.9753896594047546	0					non-mobilizable	no_good_hit								True	True
ISR0397_000000006662	2962	0.7669036632784897	4	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.9264481025478168		0	0	False	False	0.9945982694625854	0					non-mobilizable	no_good_hit	2445.0	78.241	82.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0067_000000009839	2914	0.7669036632784897	3	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.9257452169715081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2445.0	78.241	83.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0132_000000006648	2881	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.8183290190898691		0	0	False	False	1.0	0					non-mobilizable	other	2632.0	78.533	91.0	0.3168799512492383	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ENG0130_000000010553	2853	0.7669036632784897	3	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.8975616836960478		0	0	False	False	0.9996494650840759	0					non-mobilizable	other	2632.0	78.571	91.0	0.3168799512492383	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ISR0246_000000007092	2836	0.7669036632784897	3	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.9244643041473762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2445.0	78.241	86.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0072_01_000000007030	2835	0.7669036632784897	3	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.9244043818597689		0	0	False	False	0.9943562746047974	0					non-mobilizable	no_good_hit	2445.0	78.241	86.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0125_01_000000008849	2743	0.7669036632784897	2	2	2	2	2	False	114113	maximal	True	USA0125_01_000000008849	1.0		3	3	False	False	0.9996354579925537	0					non-mobilizable	other	2432.0	78.289	92.0	0.2934795856185253	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
AST0053_000000003567	2673	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7235396256482387		0	0	False	False	1.0	0					non-mobilizable	other	2553.0	78.418	95.0	0.3078610603290676	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
USA0034_01_000000020278	2669	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.8073786161707398		0	0	False	False	1.0	0					non-mobilizable	other	2617.0	78.601	97.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ISR0230_000000012399	2596	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.8054825405805578		0	0	False	False	1.0	0					non-mobilizable	other	2616.0	78.517	99.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
USA0069_01_000000023724	2596	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.8061894393091893		0	0	False	False	1.0	0					non-mobilizable	other	2617.0	78.601	99.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ENG0071_000000008022	2596	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.8058957146534101		0	0	False	False	1.0	0					non-mobilizable	other	2618.0	78.61	99.0	0.3155393053016453	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ISR0265_000000006198	2595	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.8058486356121027		0	0	False	False	1.0	0					non-mobilizable	other	2618.0	78.61	99.0	0.3155393053016453	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
USA0087_01_000000005843	2594	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.8065167969063427		0	0	False	False	1.0	0					non-mobilizable	other	2617.0	78.601	99.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ENG0162_000000009859	2507	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7178967427599546		0	0	False	False	1.0	0					non-mobilizable	other	2529.0	78.292	99.0	0.3049360146252285	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
USA0051_01_000000008324	2503	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7141702715761037		0	0	False	False	1.0	0					non-mobilizable	other	2445.0	78.241	97.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
USA0006_01_000000009757	2502	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7141529011163077		0	0	False	False	1.0	0					non-mobilizable	other	2445.0	78.241	97.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ISR0069_000000009773	2501	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7141181532540857		0	0	False	False	1.0	0					non-mobilizable	other	2445.0	78.241	97.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ENG0051_000000011126	2499	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7140138888284266		0	0	False	False	1.0	0					non-mobilizable	other	2445.0	78.241	97.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
SPA0102_000000014152	2481	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7127623402517357		0	0	False	False	0.9995969533920288	0					non-mobilizable	other	2445.0	78.241	98.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ISR0782_000000005548	2477	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7116670786516542		0	0	False	False	1.0	0					non-mobilizable	other	2445.0	78.241	98.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
FIJ0086_000000012917	2429	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7072035299226203		0	0	False	False	0.9995883107185364	0					non-mobilizable	other	2431.0	78.281	99.0	0.29335770871419864	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
USA0079_01_000000005249	2427	0.7669036632784897	2	2	2	2	2	False	114112	fragment	False	ISR0397_000000006662	0.7069787612559321		0	0	False	False	1.0	0					non-mobilizable	other	2431.0	78.281	99.0	0.29335770871419864	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ENG0168_000000016624	1846	0.7669013441961549	2	2	2	2	2	False	55980	maximal	True	ENG0168_000000016624	1.0		30	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0211_000000004033	7965	0.7669007355584457	16	7	2	7	5	True	53674	maximal	True	ENG0211_000000004033	1.0		3	3	False	False	0.9977400898933411	0					non-mobilizable	no_good_hit	265.0	78.491	3.0	0.0019594300385880094	NZ_PTJA01000016.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_116, whole genome shotgun sequence	True	True
ENG0167_000000016200	1551	0.7668954631537681	2	1	1	1	1	False	56052	maximal	True	ENG0167_000000016200	1.0		4	3	False	False	0.9916183352470398	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000016161	2909	0.7668926110841962	3	1	1	1	1	False	93670	fragment	False	CAN0014_000000016161	1.0		0	0	False	False	0.9969061613082886	0					non-mobilizable	no_good_hit	78.0	93.59	5.0	2.1531770126822127e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0085_000000006777	5151	0.7668913327971538	7	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7358621192708352	PS1159|PS463	0	0	False	True	0.9998058676719666	0		MOBV			mobilizable	other	4746.0	99.874	92.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CAN0018_000000006761	5031	0.7668913327971538	7	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7360229496748781	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	4746.0	99.895	94.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0188_000000005428	4895	0.7668913327971538	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7357663698163182	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.874	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0057_000000005895	4895	0.7668913327971538	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7357652367420865	PS1159|PS463	0	0	True	True	0.9979571104049683	1		MOBV			mobilizable	other	4746.0	99.874	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0069_000000004895	4895	0.7668913327971538	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7358495275661007	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.895	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
AST0061_000000029212	1441	0.7668888023258927	3	1	1	1	1	False	111903	maximal	True	AST0061_000000029212	1.0		0	0	False	False	0.9847328066825867	0					non-mobilizable	no_good_hit	1071.0	94.024	74.0	0.007146196487009951	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ENG0165_000000014151	1418	0.7668851706862656	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.12896939685490277		0	0	False	False	1.0	0					non-mobilizable	other	1410.0	87.87200000000001	100.0	0.0005906283338119002	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ISR0037_000000019383	1260	0.7668795700971243	2	2	2	1	1	False	36675	fragment	False	ISR0037_000000019383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	0.0007528131438533467	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
ISR0309_000000005688	3080	0.7668781987699573	5	2	2	2	1	False	25391	maximal	True	ISR0309_000000005688	1.0		73	6	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	5.891454495752093e-06	NZ_CP043998.1	firmicutes	Clostridium diolis strain DSM 15410 chromosome, complete genome	True	False
SPA0042_000000005278	5357	0.7668763715876815	7	5	3	4	2	False	119920	fragment	False	SPA0042_000000005278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0175_000000002172	10509	0.7668726171464505	13	8	5	6	3	True	131981	fragment	False	ENG0175_000000002172	0.9465856326191086		0	0	False	False	0.9979065656661987	0					non-mobilizable	no_good_hit	103.0	78.641	1.0	2.885092754303787e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
AST0150_000000003337	7120	0.7668683186098665	9	3	1	3	2	False	104256	maximal	True	AST0150_000000003337	0.9996732026143791		6	3	True	True	0.998314619064331	14					non-mobilizable	no_good_hit	1206.0	87.065	17.0	0.00034132913972318465	CP034358.1	firmicutes	Clostridium septicum strain VAT12 chromosome, complete genome	True	True
ISR0262_000000002062	7120	0.7668683186098665	9	3	1	3	2	False	104256	maximal	False	AST0150_000000003337	0.9996732026143791		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1206.0	87.065	17.0	0.00034132913972318465	CP034358.1	firmicutes	Clostridium septicum strain VAT12 chromosome, complete genome	True	True
ISR0377_000000001418	7077	0.7668683186098665	9	3	1	3	2	False	104256	maximal	False	AST0150_000000003337	0.9993464967558232		0	0	True	True	0.9998586773872375	13					non-mobilizable	no_good_hit	1206.0	87.065	17.0	0.00034132913972318465	CP034358.1	firmicutes	Clostridium septicum strain VAT12 chromosome, complete genome	True	True
SPA0078_000000003798	1973	0.7668640822086744	2	2	2	2	2	True	5666	fragment	False	SPA0078_000000003798	1.0		0	0	False	False	0.9863152503967285	0					non-mobilizable	plasmid	1973.0	100.0	100.0	0.013020455055660464	CP061759.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 plasmid unnamed1, complete sequence	False	True
CHI0045_000000014555	1454	0.7668634436205489	4	1	1	1	1	True	87112	maximal	True	CHI0045_000000014555	1.0		2	1	False	False	0.9917469024658203	0					non-mobilizable	no_good_hit	1168.0	97.432	80.0	0.0003125134732940232	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
FIJ0006_000000026879	1459	0.7668560601564116	3	3	3	3	2	False	87338	fragment	False	FIJ0006_000000026879	0.9789073191566146		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	99.04	100.0	0.006809520251083545	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0079_000000001622	15873	0.7668553359773723	14	7	4	7	6	False	61872	maximal	True	ENG0079_000000001622	1.0		1	1	False	False	0.9998739957809448	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	9.954389771937858e-07	CP032244.1	eudicots	Gossypioides kirkii chromosome KI_01	True	False
ISR0128_000000014070	2516	0.7668422810703684	3	2	0	2	0	True	129131	fragment	False	ISR0128_000000014070	0.9201078375896116		0	0	False	False	0.9992051124572754	0					non-mobilizable	no_good_hit	307.0	75.244	12.0	0.0006356680892528182	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0191_000000016049	1957	0.7668410189773616	3	3	1	3	2	True	54711	maximal	True	ENG0191_000000016049	1.0		3	3	False	False	0.9979560375213623	0					non-mobilizable	no_good_hit	1367.0	97.87899999999999	70.0	0.005298722255409274	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
FIJ0025_000000016296	1296	0.7668403225143091	2	2	2	2	2	False	125823	fragment	False	ISR0158_000000013331	0.868328773751007		0	0	False	False	0.977623462677002	0					non-mobilizable	other	1296.0	99.383	100.0	0.0035443037974683543	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0001_000000016160	1539	0.7668400842289655	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.39422860251005415		0	0	False	False	1.0	0					non-mobilizable	chromosome	1562.0	76.633	100.0	0.0004377543967437217	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0064_000000003308	8678	0.7668325486563118	7	5	4	5	4	False	71899	fragment	False	DEN0064_000000003308	0.9990433617696821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	73.518	20.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0039_000000019572	1888	0.7668311342111137	3	3	3	3	3	False	68022	fragment	False	ISR0039_000000019572	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1888.0	99.788	100.0	0.0010451138022037668	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ISR0076_000000023407	1142	0.7668281725980045	1	1	1	1	1	False	62196	fragment	False	ISR0076_000000023407	0.9580731489741303		0	0	False	False	1.0	0					non-mobilizable	other	1043.0	94.34299999999999	91.0	0.006959193214452681	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
SPA0029_000000000950	17150	0.7668236575784084	22	8	1	8	3	False	7412	maximal	True	SPA0029_000000000950	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.4141263893791775e-05	NZ_LLKQ01000001.1	e-proteobacteria	Arcobacter thereius LMG 24486 AA347_contig000001, whole genome shotgun sequence	True	False
ISR0114_000000005883	4502	0.7668157983881533	5	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.02912437918376161	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3103.0	94.74700000000001	100.0	0.4727718975302961	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0150_000000008236	2050	0.7668134218001251	2	2	2	2	2	False	126886	fragment	False	CHI0184_000000003896	0.4763607011070111		0	0	False	True	0.9956097602844238	0					non-mobilizable	no_good_hit	1468.0	80.995	75.0	0.00023879261468236728	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
DEN0065_000000026528	1297	0.7668007022028958	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.05797713847227714	PS1061	0	0	False	True	0.9660755395889282	0					non-mobilizable	other	1298.0	96.61	100.0	0.006048923468982932	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0068_000000021754	1949	0.7667963847089304	2	2	2	2	1	False	10561	fragment	False	MON0068_000000021754	1.0		0	0	False	False	0.9958953261375427	0					non-mobilizable	other	1302.0	95.545	99.0	0.0003612865243736497	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0347_000000011862	1911	0.7667956692791694	2	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.27593980096469967		0	0	False	False	1.0	0					non-mobilizable	chromosome	1874.0	82.764	100.0	0.0006486734436368655	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MAD0011_000000000332	20086	0.7667857026954924	20	7	6	7	5	True	92393	fragment	False	MAD0011_000000000332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	87.37299999999999	13.0	0.0002384802803576339	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0006_000000000405	12447	0.7667850081025946	12	9	6	7	7	True	105465	fragment	False	MON0108_000000000954	0.8738392746609505		0	0	False	True	0.9986342191696167	0					non-mobilizable	other	12429.0	99.984	99.0	0.0026247744664440495	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
FIJ0134_000000003246	5107	0.7667806741062977	5	4	4	3	4	False	52538	fragment	False	FIJ0023_000000004898	0.6875669353008301		0	0	False	False	0.9990209341049194	0					non-mobilizable	no_good_hit	1128.0	91.667	22.0	0.0003506077927637289	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0127_000000002314	8353	0.7667792796033442	12	12	4	7	11	True	132521	backbone	False	USA0060_01_000000001071	0.016306240443024866	PS1166	0	0	False	True	0.9988028407096863	0			MPF_T		non-mobilizable	other	8356.0	99.677	100.0	0.312156657573153	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
SPA0075_000000006405	2772	0.7667781926608644	2	2	1	2	1	False	101472	maximal	True	SPA0075_000000006405	1.0		11	2	False	False	1.0	0					non-mobilizable	other	2687.0	94.12	97.0	0.013233768306795962	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0375_000000014839	1559	0.7667736145674587	2	2	2	2	2	False	101682	fragment	False	FIJ0092_000000020164	0.955585630904494		0	0	False	False	0.9967927932739258	0					non-mobilizable	no_good_hit	1200.0	72.667	76.0	0.02120767964098945	NZ_QGDS01000020.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_120, whole genome shotgun sequence	True	False
DEN0096_000000029945	1514	0.766771824780923	1	1	1	1	1	False	129510	fragment	False	AST0003_000000019860	0.9447415107603163		0	0	False	False	0.9980185031890869	0					non-mobilizable	chromosome	1514.0	99.406	100.0	0.00042119915092041617	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0093_000000036323	1287	0.766771824780923	1	1	1	1	1	False	9368	fragment	False	MON0093_000000036323	1.0		0	0	False	False	0.9906759858131409	0					non-mobilizable	no_good_hit	471.0	72.399	39.0	0.006168925523764234	NZ_MDET01000020.1	a-proteobacteria	Pseudaminobacter manganicus strain JH-7 JH-7_scaffold27, whole genome shotgun sequence	True	False
ISR0378_000000011511	2368	0.766770123176105	4	2	1	1	2	False	59162	maximal	True	ISR0378_000000011511	1.0		17	7	False	False	0.9983108043670654	0					non-mobilizable	no_good_hit	2057.0	97.375	87.0	0.0006972673711151215	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0103_000000044238	1320	0.7667668859566688	2	2	2	2	2	False	13901	fragment	False	MON0103_000000044238	1.0		0	0	False	False	0.9651514887809753	0					non-mobilizable	no_good_hit	440.0	73.40899999999999	33.0	7.709770453715499e-05	CP022655.2	firmicutes	Paenibacillus sp. RUD330 chromosome, complete genome	True	False
ISR0214_000000010028	2777	0.7667639765280951	4	3	3	2	2	False	94753	fragment	False	ISR0214_000000010028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
CHI0093_000000006550	1139	0.7667551109976403	2	2	2	2	2	False	83552	fragment	False	CHI0093_000000006550	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1139.0	98.507	100.0	0.0004511259715758924	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0052_000000024598	1507	0.7667506773737407	2	2	2	1	1	False	108777	fragment	False	FIJ0121_000000012940	0.4592060500641066		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	98.806	100.0	0.009200992191986706	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
MON0004_000000032430	1426	0.7667506773737407	2	2	2	1	1	False	108777	fragment	False	FIJ0121_000000012940	0.40588326549031545		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	98.036	100.0	0.00870611810994758	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
FIJ0168_000000016453	1418	0.7667506773737407	2	2	2	1	1	False	108777	fragment	False	FIJ0121_000000012940	0.4049522906097355		0	0	False	False	0.9985895752906799	0					non-mobilizable	other	1418.0	98.51899999999999	100.0	0.008657241657400505	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
CHI0107_000000001915	6099	0.7667505297580267	7	6	4	2	4	False	99618	fragment	False	ISR0812_000000005784	0.9721357409713574		0	0	False	False	0.9950811862945557	0					non-mobilizable	plasmid	6101.0	99.62299999999999	100.0	0.009871348814629016	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0076_000000012303	2071	0.7667451554426657	4	2	1	2	1	False	51524	maximal	True	ISR0076_000000012303	1.0		3	2	False	False	0.9985514283180237	0					non-mobilizable	no_good_hit	1662.0	98.014	80.0	0.011794296107882284	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
ISR0776_000000014922	1600	0.7667451554426657	3	2	1	2	1	False	111351	fragment	False	CHI0105_000000003254	0.24745562326487078		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	99.06299999999999	100.0	0.011367996248561238	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0241_000000009980	1574	0.7667451554426657	4	2	1	2	1	False	111351	fragment	False	CHI0105_000000003254	0.4957777747283186		0	0	False	False	0.9860228896141052	0					non-mobilizable	other	1574.0	99.555	100.0	0.011176161311866767	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
FIJ0153_000000016849	1518	0.7667451554426657	4	2	1	2	1	False	111351	fragment	False	CHI0105_000000003254	0.42681329953854763		0	0	False	False	0.9888010621070862	0					non-mobilizable	other	1520.0	96.711	100.0	0.010792491438477825	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
FIJ0101_000000019455	1440	0.7667451554426657	3	2	1	2	1	False	51522	fragment	False	FIJ0101_000000019455	1.0		0	0	False	False	0.9993055462837219	0					non-mobilizable	other	1440.0	98.958	100.0	0.010224091626049764	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
FIJ0133_000000027006	1434	0.7667451554426657	2	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.6140747892296708		0	0	False	False	1.0	0					non-mobilizable	chromosome	1300.0	98.07700000000001	96.0	0.00036356501950348606	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0045_000000030178	1411	0.7667451554426657	2	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.3646647347669821		0	0	False	False	1.0	0					non-mobilizable	chromosome	1331.0	97.22	94.0	0.0003716815595847802	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0120_000000018787	1351	0.7667451554426657	2	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.7439012210288566		0	0	False	False	1.0	0					non-mobilizable	chromosome	1343.0	97.766	99.0	0.0003755998892791981	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0160_000000014951	1337	0.7667451554426657	2	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.6806833996952041		0	0	False	False	0.9962602853775024	0					non-mobilizable	chromosome	830.0	97.229	100.0	0.00023202109404802922	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0091_000000018551	1331	0.7667451554426657	3	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.8092258773797846		0	0	False	False	1.0	0					non-mobilizable	chromosome	787.0	96.95	100.0	0.0002199862242723172	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0043_000000026310	1320	0.7667451554426657	3	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.6118722603880187		0	0	False	False	1.0	0					non-mobilizable	chromosome	1321.0	98.335	100.0	0.00036944251404511284	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0056_000000017099	1316	0.7667451554426657	3	2	1	2	1	False	51521	fragment	False	ISR0056_000000017099	0.9955772992783544		0	0	False	False	0.9825227856636047	0					non-mobilizable	other	1317.0	99.31700000000001	100.0	0.009350176914441618	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0858_000000008723	1246	0.7667451554426657	2	2	1	2	1	False	111351	fragment	False	CHI0105_000000003254	0.30015592961514187		0	0	False	False	0.995184600353241	0					non-mobilizable	other	1247.0	99.27799999999999	100.0	0.008852827078567065	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
CHI0112_000000015165	1245	0.7667451554426657	3	2	1	2	1	False	111351	fragment	False	CHI0105_000000003254	0.2931871464126479		0	0	False	False	0.9919678568840027	0					non-mobilizable	other	1246.0	96.95	100.0	0.008845722080911713	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
SPA0137_000000030392	1217	0.7667451554426657	3	2	1	2	1	False	51521	fragment	False	ISR0056_000000017099	0.9704128566765441		0	0	False	False	0.9958915114402771	0					non-mobilizable	other	1217.0	99.91799999999999	100.0	0.00863967714890654	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0387_000000019650	1215	0.7667451554426657	3	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.3002163314789742		0	0	False	False	0.9810699820518494	0					non-mobilizable	chromosome	1215.0	98.354	100.0	0.0003397751606445205	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0007_000000015841	1195	0.7667451554426657	3	2	1	2	1	False	51521	fragment	False	ISR0056_000000017099	0.9588550082876907		0	0	False	False	0.9958158731460571	0					non-mobilizable	other	1195.0	99.916	100.0	0.008483367200488824	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0262_000000015060	1154	0.7667451554426657	2	2	1	2	1	False	26652	fragment	False	ISR0262_000000015060	1.0		0	0	False	False	0.9904679656028748	0					non-mobilizable	no_good_hit	898.0	98.10700000000001	78.0	0.006366077899194293	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
ISR0189_000000015682	1117	0.7667451554426657	3	2	1	2	1	False	29202	fragment	False	ISR0189_000000015682	0.9981801637852593		0	0	False	False	1.0	0					non-mobilizable	chromosome	1117.0	99.194	100.0	0.00024836714182832045	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0060_000000039554	1099	0.7667451554426657	2	2	1	2	1	False	29202	fragment	False	ISR0189_000000015682	0.9901521933751118		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	99.181	100.0	0.00024436122018592815	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0023_000000009102	2830	0.7667417323894012	4	4	1	3	2	True	57585	fragment	False	SPA0023_000000009102	1.0		0	0	False	False	0.9996466636657715	0					non-mobilizable	chromosome	2830.0	100.0	100.0	0.0014551413709190846	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
SPA0013_000000018275	1554	0.7667417209015079	2	1	1	1	1	True	29247	fragment	False	SPA0013_000000018275	1.0		0	0	False	False	0.9974259734153748	0					non-mobilizable	plasmid	1542.0	99.87	99.0	0.06597311413648428	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0166_000000004902	3607	0.7667414657278692	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.4312595624040947		0	0	False	False	1.0	0					non-mobilizable	chromosome	3621.0	96.824	100.0	0.001166469998771967	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0073_000000006847	3810	0.7667367827722632	6	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.3967729535594214		0	0	False	False	0.9976378083229065	0					non-mobilizable	other	3814.0	97.85	99.0	0.004089172275154524	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	True
DEN0073_000000037660	1423	0.7667356935419007	4	1	1	1	1	True	70111	fragment	False	DEN0073_000000037660	1.0		0	0	False	False	0.9978917837142944	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	4.0	1.257634806787739e-05	NZ_CP045302.1	g-proteobacteria	Azotobacter salinestris strain KACC 13899 chromosome, complete genome	True	True
FIJ0118_000000005432	1808	0.7667356654468603	3	3	3	3	3	False	93556	fragment	False	FIJ0118_000000005432	0.9798798798798799		0	0	False	False	0.9961283206939697	0					non-mobilizable	other	1808.0	93.916	100.0	0.0004430364694774352	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0145_000000007275	2030	0.7667356116196704	4	4	2	3	3	False	118663	fragment	False	FIJ0145_000000007275	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2030.0	99.064	100.0	0.0003925750659469973	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0208_000000012220	2537	0.7667337798620039	3	3	3	3	3	False	53842	maximal	True	ENG0208_000000012220	1.0		57	8	False	False	0.9996058344841003	0					non-mobilizable	other	2537.0	96.84700000000001	100.0	0.0015270843708093246	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MON0017_000000006506	2992	0.7667139668718471	4	2	1	2	2	True	76528	fragment	False	MON0017_000000006506	0.9865138233310856		0	0	False	False	1.0	0					non-mobilizable	chromosome	2990.0	98.76299999999999	99.0	0.0005311539194466329	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0114_000000005769	2836	0.7667101078529345	4	4	2	3	3	False	119228	maximal	True	ENG0114_000000005769	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	81.13600000000001	68.0	0.00021484775084745956	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0262_000000005302	2962	0.7667062735312521	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.9187372139277649		0	0	False	False	0.9976367354393005	0					non-mobilizable	other	2962.0	99.561	100.0	0.036822404337607105	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0086_000000009985	3080	0.7667062552131176	3	3	1	3	2	False	105883	fragment	False	CHI0106_000000005843	0.46235048366910353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	82.051	24.0	7.606027888955349e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0097_000000003412	7820	0.7667038846075017	5	4	4	4	1	True	5137	fragment	False	SPA0097_000000003412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0328_000000009085	3042	0.7667013194936086	4	4	4	2	1	False	131758	fragment	False	ISR0328_000000009085	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3043.0	99.08	100.0	0.020309891137380617	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
USA0027_01_000000008324	3286	0.7667003983197669	4	2	2	2	1	True	1590	maximal	True	USA0027_01_000000008324	1.0		3	1	False	False	1.0	0					non-mobilizable	other	2907.0	86.137	99.0	0.0067232304879151035	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0072_01_000000007436	2660	0.7667003983197669	3	2	2	2	1	True	725	fragment	False	USA0072_01_000000007436	1.0		0	0	False	False	0.9947368502616882	0					non-mobilizable	other	2221.0	86.583	98.0	0.005135704502316397	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0217_000000013550	1707	0.7666969225337248	3	3	2	2	0	True	28086	fragment	False	ISR0217_000000013550	1.0		0	0	False	False	0.9941417574882507	0					non-mobilizable	no_good_hit	177.0	99.435	10.0	0.0035294589499859624	NZ_CZAI01000015.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
SPA0010_000000000858	15577	0.766695393405558	21	9	2	9	3	False	8097	maximal	True	SPA0010_000000000858	1.0		1	1	False	False	0.9999358057975769	0					non-mobilizable	no_good_hit								True	False
USA0145_01_000000008316	2911	0.7666735829928506	5	2	2	2	2	False	61988	fragment	False	USA0145_01_000000008316	1.0		0	0	False	False	0.9996564984321594	0					non-mobilizable	no_good_hit	537.0	92.92399999999999	18.0	0.002199145779568459	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0057_000000015177	1732	0.7666670621685839	3	3	3	2	2	False	11039	fragment	False	MON0057_000000015177	1.0		0	0	False	False	0.9740184545516968	0					non-mobilizable	other	1737.0	92.689	100.0	0.000743421343489419	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
SPA0147_000000000002	8454	0.7666668445867968	8	5	2	3	4	True	96581	fragment	False	SPA0147_000000000002	0.939464010435195		0	0	False	False	0.9998816847801208	0					non-mobilizable	no_good_hit	157.0	93.631	2.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
DEN0003_000000009455	2889	0.7666567920304472	4	2	2	2	2	False	121474	maximal	True	DEN0003_000000009455	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	741.0	76.653	25.0	0.8480278422273781	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ENG0067_000000005821	4871	0.7666543147005088	6	3	2	2	3	False	80039	maximal	True	ENG0067_000000005821	1.0		0	0	False	False	0.9940463900566101	0					non-mobilizable	no_good_hit	1007.0	97.41799999999999	63.0	0.00015321335730695927	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0176_000000003555	2326	0.7666543147005088	4	3	2	2	3	False	80037	fragment	False	ENG0176_000000003555	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	86.775	93.0	0.006632428289509417	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
FIJ0090_000000013178	3162	0.7666445986834654	3	2	2	2	2	False	43515	maximal	True	FIJ0090_000000013178	1.0		1	1	False	False	0.9952561855316162	0					non-mobilizable	no_good_hit	1112.0	77.69800000000001	35.0	0.006938443391763437	NZ_WNCH01000001.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold1_size158588, whole genome shotgun sequence	True	False
ISR0234_000000001634	6040	0.7666314913179455	4	4	3	4	4	False	127867	fragment	False	ISR0009_000000004651	0.9806295399515739		0	0	False	False	0.996854305267334	0					non-mobilizable	no_good_hit	935.0	91.765	20.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0080_01_000000017066	2551	0.7666313000103769	6	5	2	2	4	False	613	maximal	True	USA0080_01_000000017066	1.0		1	1	False	False	0.998039960861206	0					non-mobilizable	no_good_hit	1154.0	83.449	45.0	0.0010022100911226844	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
DEN0066_000000016700	2123	0.7666277168851156	2	2	2	1	2	False	70969	maximal	True	DEN0066_000000016700	1.0		43	10	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	75.12100000000001	19.0	0.00021353207167978564	CP046629.1	firmicutes	Streptococcus equinus strain CNU G6 chromosome, complete genome	True	False
ISR0365_000000014042	1234	0.7666234353334039	4	2	2	1	1	True	75858	fragment	False	SPA0132_000000025965	0.5346211093711889		0	0	False	False	0.990275502204895	0					non-mobilizable	other	1234.0	99.919	100.0	0.008459110867178925	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
FIJ0036_000000002470	11981	0.7666231459380285	17	4	1	4	1	False	47990	maximal	True	FIJ0036_000000002470	0.9894361945265259		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0565215553875555e-05	CP002873.1	bacteria	Brachyspira pilosicoli P43/6/78, complete genome	True	False
FIJ0057_000000001782	11749	0.7666231459380285	15	4	1	4	1	False	47990	maximal	False	FIJ0036_000000002470	0.9820263494177818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0565215553875555e-05	CP002873.1	bacteria	Brachyspira pilosicoli P43/6/78, complete genome	True	False
FIJ0063_000000001774	11551	0.7666231459380285	14	4	1	4	1	False	47990	maximal	False	FIJ0036_000000002470	0.968059124225892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0565215553875555e-05	CP002873.1	bacteria	Brachyspira pilosicoli P43/6/78, complete genome	True	False
ISR0372_000000000221	32320	0.7666218787853464	25	10	5	9	6	True	128748	maximal	False	ENG0127_000000000383	0.11350940892241117	PS1050|PS1051	0	0	False	True	0.9998453259468079	0					non-mobilizable	no_good_hit	2004.0	94.411	29.0	0.06977151054970433	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0060_000000018686	1460	0.7666065284301815	2	2	2	2	1	False	35399	fragment	False	ISR0060_000000018686	1.0		0	0	False	False	0.9965753555297852	0					non-mobilizable	other	1123.0	98.041	100.0	0.0003348330065223676	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0369_000000008621	1728	0.7665998730747409	3	3	2	2	2	False	94721	fragment	False	ISR0369_000000008621	1.0		0	0	False	False	0.9959490895271301	0					non-mobilizable	no_good_hit								True	False
MON0101_000000045107	1461	0.7665976610771214	2	2	2	2	1	False	11251	fragment	False	MON0101_000000045107	0.9944649446494465		0	0	False	False	0.9958932399749756	0					non-mobilizable	chromosome	1483.0	71.949	99.0	0.0005239270113996953	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	False	False
ISR0045_000000012838	2003	0.7665974828834958	2	2	2	2	2	False	126000	fragment	False	ISR0045_000000012838	1.0		0	0	False	False	0.998502254486084	0					non-mobilizable	no_good_hit	1699.0	90.23	85.0	0.003328650167513239	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
MON0028_000000000534	19427	0.7665961925006806	19	8	5	7	3	True	65543	fragment	False	FIJ0086_000000001014	0.3765803305080733		0	0	False	False	0.9994337558746338	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001196156350925692	NZ_AZFS01000060.1	firmicutes	Lactobacillus hammesii DSM 16381 NODE_159, whole genome shotgun sequence	True	True
DEN0011_000000011682	3548	0.7665858927554517	5	3	3	3	1	False	94911	maximal	True	DEN0011_000000011682	1.0		57	13	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	75.779	36.0	0.007170242363239502	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
FIJ0004_000000005500	4806	0.766580058526128	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.4992124859809135	PS1159|PS463	0	0	False	True	0.9997919201850891	0		MOBV			mobilizable	other	4807.0	99.917	100.0	0.47177775596348287	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MON0101_000000027234	2319	0.7665788698660598	3	3	3	3	2	False	9055	maximal	True	MON0101_000000027234	1.0		4	1	False	False	0.99956876039505	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	1.1366067798026112e-05	CP047673.1	firmicutes	Planomicrobium sp. Y50 chromosome, complete genome	True	False
ISR0789_000000009614	1460	0.7665760148856742	3	3	1	2	2	True	22095	maximal	True	ISR0789_000000009614	1.0		2	2	False	False	0.9678082466125488	0					non-mobilizable	no_good_hit	1081.0	97.87200000000001	74.0	0.00029991502407651166	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
MAD0005_000000006709	3745	0.7665758715258445	4	3	2	3	1	False	46487	maximal	True	MAD0005_000000006709	1.0		3	1	False	False	0.998664915561676	0					non-mobilizable	no_good_hit	939.0	87.11399999999999	25.0	0.00029056581938005573	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0067_000000020918	1605	0.7665618732403929	3	2	2	2	1	False	71665	fragment	False	FIJ0085_000000013712	0.3028366004038601		0	0	False	False	0.986292839050293	0					non-mobilizable	other	1478.0	99.52600000000001	99.0	0.0026102692977898424	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0286_000000013967	1456	0.7665618732403929	2	2	2	2	1	False	71665	fragment	False	FIJ0085_000000013712	0.28325433873464456		0	0	False	False	1.0	0					non-mobilizable	other	1455.0	99.656	100.0	0.003545277880050619	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0016_000000004485	1435	0.7665618732403929	2	2	2	2	1	False	71665	fragment	False	FIJ0085_000000013712	0.24862022643656684		0	0	False	False	0.998606264591217	0					non-mobilizable	other	1434.0	99.303	100.0	0.0017457364681058942	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0121_000000019023	1365	0.7665618732403929	2	2	2	2	1	False	71665	fragment	False	FIJ0085_000000013712	0.13524078499073963		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	99.48700000000001	100.0	0.003325831518837032	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0054_000000013683	1361	0.7665618732403929	2	2	2	2	1	False	71665	fragment	False	FIJ0085_000000013712	0.11934555469181522		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	99.485	100.0	0.0016555867830815843	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0098_000000026158	1357	0.7665618732403929	2	2	2	2	1	False	71665	fragment	False	FIJ0085_000000013712	0.11916604519376447		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	99.55799999999999	100.0	0.0033063251756180463	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0011_000000035431	1305	0.7665618732403929	2	2	2	2	1	False	71665	fragment	False	FIJ0085_000000013712	0.09965170251156774		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	99.31	100.0	0.0031795339446946402	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0005_000000011003	2667	0.7665618206906178	5	5	2	3	4	False	123407	fragment	False	SPA0005_000000011003	0.9744204636290967		0	0	False	False	0.9992501139640808	0					non-mobilizable	other	1548.0	89.27600000000001	100.0	0.25373624568894726	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
AST0053_000000000806	18004	0.7665595831651677	25	12	4	11	6	True	115486	fragment	False	AST0053_000000000806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	75.028	5.0	0.005447211681033399	NZ_FOIN01000003.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	True
ENG0054_000000024911	1143	0.7665550023565977	2	2	2	2	2	False	63707	fragment	False	SPA0142_000000022314	0.9573793708145225		0	0	False	False	0.9912511110305786	0					non-mobilizable	chromosome	1143.0	82.59	99.0	0.0004019214598182637	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0202_000000003324	7409	0.7665506186192923	10	4	3	4	3	True	118236	fragment	False	ENG0202_000000003324	0.991280276816609		0	0	False	False	1.0	0					non-mobilizable	other	7409.0	99.865	100.0	0.0014347721921471402	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0039_000000001599	13173	0.7665496256810037	20	4	0	4	2	False	72349	fragment	False	SPA0039_000000001599	0.967861076035973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.892791452628185e-05	NZ_AUAX01000018.1	high GC Gram+	Hamadaea tsunoensis DSM 44101 G401DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
MON0008_000000001168	13104	0.7665496256810037	18	4	0	4	2	False	94845	fragment	False	MON0008_000000001168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	4.894848457531275e-06	NZ_CP039690.1	a-proteobacteria	Phreatobacter stygius strain KCTC 52518 chromosome, complete genome	True	False
SPA0149_000000002037	12934	0.7665496256810037	17	4	0	4	2	False	72349	fragment	False	SPA0039_000000001599	0.9648059989198181		0	0	False	False	0.9996134042739868	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.892791452628185e-05	NZ_AUAX01000018.1	high GC Gram+	Hamadaea tsunoensis DSM 44101 G401DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
ENG0173_000000001509	12494	0.7665496256810037	17	4	0	4	2	False	72349	fragment	False	SPA0039_000000001599	0.9465123506798289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.892791452628185e-05	NZ_AUAX01000018.1	high GC Gram+	Hamadaea tsunoensis DSM 44101 G401DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
DEN0096_000000002658	12090	0.7665496256810037	19	4	0	4	2	False	94844	fragment	False	DEN0096_000000002658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.892791452628185e-05	NZ_AUAX01000018.1	high GC Gram+	Hamadaea tsunoensis DSM 44101 G401DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
USA0037_01_000000003017	12081	0.7665496256810037	17	4	0	4	2	False	94843	fragment	False	USA0037_01_000000003017	1.0		0	0	False	False	0.9998344779014587	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.892791452628185e-05	NZ_AUAX01000018.1	high GC Gram+	Hamadaea tsunoensis DSM 44101 G401DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
CAN0009_000000001390	11352	0.7665496256810037	15	4	0	4	2	False	94842	fragment	False	CAN0009_000000001390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	4.894848457531275e-06	NZ_CP039690.1	a-proteobacteria	Phreatobacter stygius strain KCTC 52518 chromosome, complete genome	True	False
ENG0169_000000002539	7980	0.7665471616062317	16	4	2	2	2	False	64095	backbone	True	ENG0169_000000002539	0.9856173847506595	PS286	2	1	True	True	1.0	5					non-mobilizable	no_good_hit	33.0	100.0	1.0	9.702614854703343e-05	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0051_000000003388	7961	0.7665471616062317	16	4	2	2	2	False	64095	backbone	False	ENG0169_000000002539	0.9800502300982405	PS286	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	33.0	100.0	1.0	9.702614854703343e-05	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
FIJ0091_000000005843	4364	0.7665451392907995	6	5	4	5	0	True	43390	maximal	True	FIJ0091_000000005843	1.0		157	11	False	False	1.0	0					non-mobilizable	chromosome	1347.0	91.166	96.0	0.00043287350327459297	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0148_000000005527	3064	0.7665448314112016	5	5	5	4	3	False	39920	maximal	True	FIJ0148_000000005527	1.0		3	3	False	False	0.9934725761413574	0					non-mobilizable	no_good_hit	1078.0	86.64200000000001	59.0	0.008155974460322287	NZ_JAAIQH010000006.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_6_length_131560_cov_258.508, whole genome shotgun sequence	True	False
FIJ0029_000000008903	3911	0.7665436457713415	4	4	4	4	4	False	78282	fragment	False	FIJ0029_000000008903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2599.0	74.259	65.0	0.0006810395553841646	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0130_000000020601	1399	0.7665416878620559	2	1	1	1	1	False	113514	fragment	False	AST0055_000000024414	0.9617706237424548		0	0	False	False	0.9764117002487183	0					non-mobilizable	no_good_hit	1011.0	80.317	71.0	0.008961824953445064	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0096_000000035203	1229	0.7665416878620559	1	1	1	1	1	False	17519	fragment	False	MAD0048_000000018291	0.9534915952932425		0	0	False	False	0.9934906363487244	0					non-mobilizable	no_good_hit	1011.0	80.317	81.0	0.008961824953445064	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0041_000000028747	1174	0.7665416878620559	1	1	1	1	1	False	17519	fragment	False	MAD0048_000000018291	0.6484947111472742		0	0	False	False	0.9974446296691895	0					non-mobilizable	no_good_hit	1011.0	80.415	85.0	0.008961824953445064	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0062_000000003122	6981	0.7665318150361906	12	5	4	3	2	True	108901	fragment	False	SPA0128_000000004938	0.8291548427394282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3988.0	99.875	77.0	0.0015768984183950124	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0050_000000009803	2642	0.7665301738868331	3	2	2	2	2	False	50796	fragment	False	ISR0050_000000009803	0.9915880180549856		0	0	False	False	0.9905374646186829	0					non-mobilizable	no_good_hit	1352.0	95.932	53.0	0.0005394615526829528	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
MON0070_000000002784	7265	0.7665173677558561	10	5	2	3	3	False	11415	maximal	True	MON0070_000000002784	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	4790.0	79.645	76.0	0.002022903996775676	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
CHI0077_000000003417	4040	0.7665172952839708	8	6	2	3	6	True	131067	fragment	False	ISR0019_000000003903	0.9489596083231334		0	0	False	False	0.9997524619102478	0					non-mobilizable	other	4047.0	95.79899999999999	100.0	0.0012562149664418255	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
TAN0016_000000007170	1650	0.7665133012961279	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9583056064928291		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.022	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0182_000000011972	2302	0.766510159848635	4	4	4	3	3	False	83812	fragment	False	CHI0182_000000011972	0.997589833479404		0	0	False	False	0.9947871565818787	0					non-mobilizable	no_good_hit	521.0	80.61399999999999	40.0	9.770208853361851e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
MON0097_000000011148	3089	0.7665089672683155	3	3	3	3	2	False	115900	fragment	False	FIJ0126_000000010686	0.5514798340941741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	85.46799999999999	54.0	0.000573720909111161	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0273_000000011460	1232	0.7664917397832026	2	1	1	1	1	False	26366	fragment	False	MON0095_000000025818	0.9445783132530121		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	97.646	100.0	0.0027997825676576212	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	False
ENG0193_000000014750	1347	0.7664850526236294	2	2	2	2	1	False	54574	maximal	True	ENG0193_000000014750	1.0		6	3	False	False	0.9851521849632263	0					non-mobilizable	other	1240.0	98.87100000000001	100.0	0.02412242275568016	NZ_MIEH01000037.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_37, whole genome shotgun sequence	False	False
MAD0015_000000017333	1235	0.7664836678751848	2	2	2	2	2	False	19409	fragment	False	MAD0015_000000017333	1.0		0	0	False	False	0.9935222864151001	0					non-mobilizable	other	1137.0	79.156	92.0	0.0028614884895981027	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
AST0050_000000004544	2917	0.7664773740231546	2	2	2	2	1	True	114756	maximal	True	AST0050_000000004544	1.0		8	5	False	False	1.0	0					non-mobilizable	other	2917.0	98.45700000000001	100.0	0.05523239289842166	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
USA0011_01_000000021199	1706	0.7664768282943938	4	1	1	1	1	False	58594	fragment	False	USA0011_01_000000021199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	75.042	34.0	0.003801362481466725	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
SPA0058_000000001030	16913	0.7664761209002818	22	8	2	6	2	False	106860	maximal	False	SPA0057_000000001179	0.2145456158568334		0	0	False	False	0.9966298341751099	0					non-mobilizable	no_good_hit	281.0	91.459	2.0	9.024912949879824e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0296_000000018848	1376	0.7664687372213297	2	2	2	1	1	False	100803	fragment	False	AUS0014_000000018081	0.8736502068586972		0	0	False	False	1.0	0					non-mobilizable	chromosome	1376.0	100.0	100.0	0.0002466151399455725	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0812_000000028676	1376	0.7664687372213297	2	2	2	1	1	False	100803	fragment	False	AUS0014_000000018081	0.8720089136550175		0	0	False	False	1.0	0					non-mobilizable	other	1376.0	100.0	100.0	0.002098378068210259	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0202_000000015357	1375	0.7664687372213297	2	2	2	1	1	False	100803	fragment	False	AUS0014_000000018081	0.8683867367384537		0	0	False	False	1.0	0					non-mobilizable	chromosome	1375.0	100.0	100.0	0.0002466238646821164	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
AST0104_000000030531	1165	0.7664653152513845	2	2	2	2	2	False	107630	maximal	True	AST0104_000000030531	1.0		1	1	False	False	0.9965665340423584	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	8.151645856741923e-06	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0298_000000006425	2268	0.7664604582745017	2	2	1	2	1	False	92185	fragment	False	ISR0298_000000006425	0.9842352941176471		0	0	False	False	0.9902998208999634	0					non-mobilizable	no_good_hit								True	False
CHI0052_000000003936	3959	0.7664542692605206	3	3	3	3	2	False	86515	maximal	True	CHI0052_000000003936	1.0		15	3	False	False	0.9974741339683533	0					non-mobilizable	chromosome	3291.0	99.24	99.0	0.0008816650123165119	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0028_000000009788	2936	0.7664520212276784	4	4	4	4	3	False	72898	maximal	True	SPA0028_000000009788	1.0		76	8	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	79.654	8.0	0.0007371758759999356	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0002_000000020796	1360	0.766447563567809	3	2	2	1	1	False	80563	fragment	False	MON0058_000000039766	0.9581452068151135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	77.215	23.0	7.052096626875608e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0075_000000004096	1704	0.7664450511102968	4	4	2	3	4	False	87915	fragment	False	CHI0075_000000004096	0.982434887946699		0	0	False	False	0.9941314458847046	0					non-mobilizable	chromosome	1705.0	96.07	100.0	0.00047954590215065914	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0035_000000010292	1855	0.7664388284624996	2	2	2	2	2	False	49093	fragment	False	MON0090_000000029846	0.947799708018907		0	0	False	False	1.0	0					non-mobilizable	other	1855.0	98.491	100.0	0.0016756891419344162	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0087_000000009035	3450	0.7664372709098191	4	3	2	3	2	False	43748	maximal	True	FIJ0087_000000009035	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0076_000000013944	3317	0.7664332813711682	4	4	4	1	2	False	128164	fragment	False	MON0076_000000013944	1.0		0	0	False	False	0.9993970394134521	0					non-mobilizable	no_good_hit	2180.0	92.706	65.0	0.1256203115983843	NZ_CABIWU010000048.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0167_000000006456	2956	0.7664266774438027	4	4	4	3	3	False	113188	fragment	False	FIJ0167_000000006456	0.9965729952021933		0	0	False	False	0.9986467957496643	0					non-mobilizable	chromosome	2956.0	99.831	100.0	0.0004890492683624347	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	False
CHI0019_000000003923	2178	0.7664231436138783	2	2	1	1	1	False	127337	fragment	False	CHI0019_000000003923	0.9977443609022556		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1902.0	78.339	89.0	0.2853198343304188	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0205_000000002237	5364	0.7664141742915099	9	9	8	6	5	False	130917	maximal	True	ENG0205_000000002237	1.0	PS1128	243	12	False	True	1.0	0					non-mobilizable	no_good_hit	2227.0	99.865	81.0	0.0006319009488165909	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0053_000000009482	1871	0.7664110901719257	4	1	1	1	1	False	35747	fragment	False	ISR0090_000000014925	0.9782719836400817		0	0	False	False	0.9909139275550842	0					non-mobilizable	no_good_hit	597.0	86.09700000000001	32.0	0.0032095592819695417	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
MON0093_000000023114	1930	0.7664104624095284	2	2	2	2	2	False	61610	fragment	False	MON0093_000000023114	1.0		0	0	False	False	0.9974093437194824	0					non-mobilizable	no_good_hit								True	False
ISR0031_000000001724	8249	0.7664062800729191	7	6	5	5	5	False	108735	maximal	True	ISR0031_000000001724	1.0		1	1	False	False	0.9984240531921387	0					non-mobilizable	no_good_hit	1420.0	97.042	21.0	0.039108610513541836	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AUS0002_000000031807	1185	0.7664012420397129	2	2	2	2	2	False	102686	maximal	True	AUS0002_000000031807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	77.91199999999999	42.0	0.015358838313320302	NZ_CZAI01000020.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0191_000000006405	4268	0.7663987562028696	7	5	1	5	1	False	54749	maximal	True	ENG0191_000000006405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	98.12899999999999	16.0	0.43429286608260326	HG796511.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01496	True	False
MON0078_000000034411	1375	0.7663946148863169	1	1	1	1	1	False	52855	fragment	False	MAD0047_000000032221	0.9399413367729859		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	97.964	100.0	0.018389389295608762	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MON0054_000000018585	2445	0.7663932080962521	2	2	2	2	2	False	88105	maximal	True	MON0054_000000018585	1.0		522	14	False	False	1.0	0					non-mobilizable	other	2471.0	77.904	100.0	0.0007358415977517691	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0061_000000022181	1928	0.7663877458903556	4	4	3	3	1	False	113756	fragment	False	ISR0059_000000003816	0.502235134870784		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	95.04	100.0	0.0003694830987838931	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0027_000000017299	2162	0.7663842828230801	2	2	1	2	2	False	79045	fragment	False	SPA0027_000000017299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	77.719	35.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0066_000000004194	7566	0.7663836853983846	11	6	3	6	0	True	94267	fragment	False	CHI0117_000000001951	0.9427414330218069		0	0	False	False	1.0	0					non-mobilizable	other	7227.0	98.32600000000001	100.0	0.0019350662879371139	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0145_000000005159	6349	0.7663836853983846	11	6	3	6	0	True	94263	fragment	False	ISR0145_000000005159	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6349.0	99.874	100.0	0.0016999447544734014	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0038_000000007726	1845	0.7663835416136494	3	3	3	3	3	False	127434	fragment	False	MAD0038_000000007726	1.0		0	0	False	True	0.9897019267082214	0					non-mobilizable	plasmid	1225.0	98.449	92.0	0.01886065611661556	CP043526.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_02, complete sequence	False	True
ISR0004_000000004571	3698	0.7663805517240679	6	5	3	4	4	True	55150	maximal	True	ISR0004_000000004571	1.0		1	1	False	False	0.9962141513824463	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	7.845952567293754e-05	NZ_SPQQ01000004.1	firmicutes	Desulfosporosinus fructosivorans strain 63.6F NODE_4_length_509817_cov_35.399634, whole genome shotgun sequence	True	True
DEN0079_000000035586	1700	0.7663799780817269	1	1	1	1	1	False	71451	fragment	False	DEN0079_000000035586	0.941897715315895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0106_000000012869	1522	0.7663770712083736	1	1	1	1	1	False	107401	fragment	False	AST0106_000000012869	1.0		0	0	False	False	0.9960578083992004	0					non-mobilizable	no_good_hit	741.0	75.439	48.0	0.0002501889269122745	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0831_000000010326	1777	0.7663769672127054	3	2	1	1	2	True	94671	fragment	False	ISR0119_000000016443	0.6865875780144484		0	0	False	False	1.0	0					non-mobilizable	other	862.0	99.884	97.0	0.00016675740516180988	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0087_000000007182	1702	0.7663769672127054	3	2	1	1	2	True	94671	fragment	False	ISR0119_000000016443	0.4144962773344358		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	97.93	96.0	0.00021440237806518412	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0043_000000005712	1677	0.7663769672127054	3	2	1	1	2	True	94671	fragment	False	ISR0119_000000016443	0.543715106896743		0	0	False	False	1.0	0					non-mobilizable	other	1043.0	97.603	97.0	0.0002018132592086015	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0013_000000015899	1648	0.7663769672127054	3	2	1	1	2	True	94671	fragment	False	ISR0119_000000016443	0.532752254769987		0	0	False	False	0.9975728392601013	0					non-mobilizable	other	855.0	99.064	97.0	0.00016540165390033175	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0135_000000012512	1617	0.7663769672127054	3	2	1	1	2	True	94671	fragment	False	ISR0119_000000016443	0.5349577714702093		0	0	False	False	1.0	0					non-mobilizable	other	959.0	98.64399999999999	97.0	0.00018554424407086397	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0822_000000005784	1452	0.7663769672127054	3	2	1	1	2	True	94669	fragment	False	ISR0822_000000005784	1.0		0	0	False	False	0.9986225962638855	0					non-mobilizable	other	674.0	99.40700000000001	96.0	0.00013034579985354012	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0079_000000042750	1448	0.7663769672127054	3	2	1	1	2	True	94670	fragment	False	DEN0079_000000042750	1.0		0	0	False	False	0.9924033284187317	0					non-mobilizable	other	804.0	99.25399999999999	95.0	0.00015552403756670537	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CAN0009_000000026067	1120	0.7663769672127054	2	2	1	1	2	True	94666	fragment	False	CAN0009_000000026067	1.0		0	0	False	False	1.0	0					non-mobilizable	other	690.0	99.275	92.0	0.00013344465987977585	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0016_000000025286	1492	0.7663729871294667	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.21719503474670507		0	0	False	False	0.9711796045303345	0					non-mobilizable	chromosome	1494.0	92.102	100.0	0.000614030535973294	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0395_000000023381	1654	0.7663538970666072	2	2	2	2	2	False	26308	fragment	False	ISR0395_000000023381	0.9631052272561708		0	0	False	False	1.0	0					non-mobilizable	chromosome	1654.0	99.94	100.0	0.0009209755097401656	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
MAD0001_000000017030	1517	0.7663509438158251	2	2	2	1	1	False	47998	fragment	False	MAD0001_000000017030	0.977337039623032		0	0	False	False	1.0	0					non-mobilizable	other	1517.0	96.902	100.0	0.0004564385688182005	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0056_01_000000010323	1734	0.7663508641205001	2	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.5558597415295752		0	0	False	False	1.0	0					non-mobilizable	other	1734.0	100.0	100.0	0.00033564527659165683	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0123_000000005889	5593	0.766344576713759	8	6	1	5	4	True	41379	fragment	False	FIJ0123_000000005889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.779700444403077e-06	CP031828.1	fungi	Lichtheimia ramosa strain KPH11 chromosome 06, complete sequence	True	True
AST0151_000000007487	2125	0.766342882804942	3	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.6149189666428245		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	89.9	100.0	0.0003673314590155744	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0794_000000005035	3811	0.7663298585379721	4	4	4	3	3	False	97191	fragment	False	ISR0794_000000005035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2681.0	81.27600000000001	70.0	0.00041018956419897485	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0083_000000011239	1581	0.7663260589481591	3	2	2	2	1	False	5578	fragment	False	USA0081_01_000000018098	0.9532544378698224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	78.947	12.0	2.348413107445612e-05	NZ_JAAIVH010000001.1	firmicutes	Paenibacillus elgii strain SWL-W8 Contig00001, whole genome shotgun sequence	True	False
TAN0006_000000010573	1390	0.7663260589481591	2	2	2	2	1	False	2865	fragment	False	TAN0006_000000010573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	74.306	10.0	5.412011784947677e-05	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
ISR0046_000000026034	1412	0.766323462405805	2	1	1	1	1	False	36151	maximal	True	ISR0046_000000026034	1.0		1	1	False	False	0.9950425028800964	0					non-mobilizable	no_good_hit								True	False
ISR0298_000000007270	2026	0.7663226504530904	3	3	3	3	3	False	73250	fragment	False	ISR0298_000000007270	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	96.682	98.0	0.00046718707192882676	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
TAN0015_000000002896	1967	0.7663225582160257	3	1	1	1	1	True	46763	fragment	False	TAN0015_000000002896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.009277481023334271	XM_032780131.1	turtles	PREDICTED: Chelonoidis abingdonii PNN interacting serine and arginine rich protein (PNISR), mRNA	True	True
MON0011_000000013302	3518	0.7663154374863763	4	4	4	2	2	False	100570	fragment	False	ISR0824_000000004846	0.9437720712336847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	86.538	4.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0119_000000007701	4210	0.7663121436156295	6	3	3	2	2	False	32358	maximal	True	ISR0119_000000007701	1.0		0	0	False	False	0.997387170791626	0					non-mobilizable	no_good_hit	542.0	82.47200000000001	13.0	0.03229888520638747	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
CHI0094_000000001718	2680	0.7663097896634004	7	6	6	4	2	True	117240	maximal	True	CHI0094_000000001718	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	1792.0	98.382	100.0	0.0004995870360382776	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0085_000000008019	2866	0.7663074384639645	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.977219849264939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	90.351	4.0	3.938747938257163e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0043_000000000491	11132	0.7663052517538402	13	7	3	3	7	True	89892	fragment	False	CHI0043_000000000491	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	5100.0	75.49	45.0	0.1629157410090473	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
FIJ0111_000000017841	1174	0.7663038236208264	2	2	2	2	1	False	42066	fragment	False	FIJ0111_000000017841	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	92.89399999999999	99.0	0.00028489672248631966	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0079_000000008004	4004	0.7662995981569922	5	5	5	5	3	False	61854	maximal	True	ENG0079_000000008004	1.0		2	2	False	False	0.9977522492408752	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	3.0	0.00016665984433385768	NZ_FQWZ01000001.1	g-proteobacteria	Hydrocarboniphaga daqingensis strain CGMCC 1.7049, whole genome shotgun sequence	True	False
MON0034_000000018975	1532	0.7662947061132589	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.30723867426612816		0	0	False	False	1.0	0					non-mobilizable	chromosome	1532.0	98.499	100.0	0.0005153256363228167	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0149_000000010724	3515	0.7662943202617069	5	3	3	2	3	True	75659	maximal	True	SPA0149_000000010724	1.0		1	1	False	False	0.9997155070304871	0					non-mobilizable	no_good_hit	1500.0	76.467	42.0	0.0005018618705142519	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0095_000000017651	1581	0.7662938613045798	2	1	1	1	1	False	62209	fragment	False	ENG0095_000000017651	0.9305828421741977		0	0	False	False	0.9993674755096436	0					non-mobilizable	chromosome	1442.0	94.521	95.0	0.0002221131266391633	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0158_000000002059	6308	0.7662935540910033	5	5	3	4	5	True	123503	fragment	False	ENG0155_000000003603	0.956172120715479		0	0	False	False	1.0	0					non-mobilizable	other	6275.0	98.62899999999999	99.0	0.0013993260652874532	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ENG0041_000000001924	12108	0.7662888668585223	14	6	5	5	4	True	64767	fragment	False	FIJ0061_000000001633	0.9466871262197041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	84.444	4.0	0.03970944309927361	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0198_000000024715	1344	0.7662868605813108	2	2	1	2	1	True	81735	fragment	False	SPA0150_000000015310	0.9648093841642229		0	0	False	False	1.0	0					non-mobilizable	other	1089.0	97.521	98.0	0.00030213661684744877	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0077_000000018085	1917	0.7662850934560029	3	3	3	3	2	False	34508	fragment	False	ISR0077_000000018085	0.9810565635005336		0	0	False	False	0.9645279049873352	0					non-mobilizable	no_good_hit								True	False
MON0082_000000004343	5601	0.766282837792283	6	5	3	4	2	False	22389	fragment	False	MON0082_000000004343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	82.976	14.0	0.025963119773260088	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0043_000000019018	1522	0.7662781310833486	2	1	1	1	1	False	97231	fragment	False	ISR0213_000000014573	0.4773137019230769		0	0	False	False	0.9724047183990479	0					non-mobilizable	other	1522.0	99.671	100.0	0.01560112008041603	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
SPA0103_000000009606	1751	0.7662741962588909	3	2	2	2	1	False	4869	maximal	True	SPA0103_000000009606	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	82.14299999999999	29.0	0.047719030349303304	NZ_CABIWU010000073.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0102_000000005643	7333	0.7662638208064045	9	7	2	3	5	True	8978	maximal	True	MON0102_000000005643	1.0		1	1	False	False	0.9998636245727539	0	IncW				non-mobilizable	no_good_hit	2412.0	99.79299999999999	59.0	0.0010038446709629497	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ISR0139_000000012403	2102	0.7662476484734536	4	2	2	2	2	False	82470	fragment	False	ISR0139_000000012403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	80.469	6.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
AST0006_000000005137	2741	0.7662448944333772	6	6	3	3	6	False	127565	fragment	False	AST0006_000000005137	0.9891710469003949		0	0	False	False	1.0	0					non-mobilizable	chromosome	2544.0	97.366	100.0	0.0005925819555764013	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
FIJ0077_000000018250	1636	0.7662437521780855	2	2	2	2	2	False	44502	maximal	True	FIJ0077_000000018250	1.0		59	5	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	74.566	11.0	4.080255524212618e-05	CP054594.1	high GC Gram+	Curtobacterium sp. Csp1 chromosome	True	False
CHI0044_000000002979	4248	0.7662434321020185	5	2	2	2	1	False	87274	maximal	True	CHI0044_000000002979	1.0		3	2	False	False	1.0	0					non-mobilizable	other	4251.0	97.95299999999999	100.0	0.001986155820656862	CP002888.1	firmicutes	Streptococcus salivarius 57.I, complete genome	False	False
ISR0008_000000007282	1761	0.7662434321020185	3	2	2	2	1	False	51381	fragment	False	ISR0008_000000007282	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1633.0	99.694	93.0	0.0008750407494466654	CP017064.1	firmicutes	Streptococcus thermophilus strain ST3, complete genome	False	False
DEN0066_000000004087	6695	0.7662333883367136	7	6	2	1	6	False	103045	fragment	False	CAN0019_000000000847	0.9712134009009009		0	0	False	False	0.9998506307601929	0					non-mobilizable	no_good_hit	3666.0	87.398	82.0	0.0007280940103489941	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
MAD0038_000000000543	14281	0.7662278390378983	32	11	2	7	6	False	18581	maximal	True	MAD0038_000000000543	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	78.905	4.0	0.004215056039081858	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0167_000000002194	7867	0.7662258579323675	9	3	2	3	1	False	101324	fragment	False	FIJ0035_000000001207	0.4677750458337483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	88.387	3.0	0.0006855472119566698	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0021_000000006878	7131	0.7662258579323675	8	3	2	3	1	False	101324	fragment	False	FIJ0035_000000001207	0.10626011455331381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	87.719	2.0	0.0007581879761375089	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0186_000000002998	7072	0.7662258579323675	8	3	2	3	1	False	101324	fragment	False	FIJ0035_000000001207	0.07775171858912135		0	0	False	False	0.9998586177825928	0					non-mobilizable	no_good_hit	54.0	100.0	1.0	0.000519144684644092	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	False
FIJ0126_000000004847	6861	0.7662258579323675	9	3	2	3	1	False	96279	fragment	False	FIJ0126_000000004847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0147_000000003310	5356	0.7662258579323675	6	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.29918785407019866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0070_000000003604	5292	0.7662258579323675	6	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.3591712622698294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	80.87	9.0	0.0020702617791539166	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
TAN0012_000000001177	5141	0.7662258579323675	6	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.31111783968756673		0	0	False	False	0.998249351978302	0					non-mobilizable	no_good_hit	337.0	80.119	6.0	0.0015163759522750179	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0049_000000002989	5090	0.7662258579323675	6	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.16464876234292958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	94.949	2.0	0.0508298755186722	NZ_VZBY01000063.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_67_length_1928_cov_60.7112_ID_133, whole genome shotgun sequence	True	False
FIJ0039_000000004924	5007	0.7662258579323675	6	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.30014678094543595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0086_000000006020	5006	0.7662258579323675	6	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.3001475127573567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0081_000000006277	4978	0.7662258579323675	7	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.31240800080341413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	77.206	5.0	0.0012212728477903588	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0138_000000003526	4944	0.7662258579323675	7	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.3000222254515319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0051_000000006687	4716	0.7662258579323675	7	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.09620917993279404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.9572179086326045e-06	NZ_LT906469.1	high GC Gram+	Mycolicibacter terrae strain NCTC10856 chromosome 1	True	False
MON0044_000000009075	4703	0.7662258579323675	6	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.1210271957253504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0004650521891901202	NZ_LQOT01000007.1	high GC Gram+	Mycolicibacter engbaekii strain ATCC 27353 contig_15, whole genome shotgun sequence	True	False
MAD0036_000000005235	4700	0.7662258579323675	6	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.08239945908382287		0	0	False	False	0.995319128036499	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.2907130967322704e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	False
FIJ0069_000000005472	4385	0.7662258579323675	6	3	2	3	1	False	96272	fragment	False	MAD0089_000000002262	0.02826472843383365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.2907130967322704e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	False
ISR0372_000000004099	3729	0.7662258579323675	5	3	2	3	1	False	78564	fragment	False	ISR0372_000000004099	0.9634349926176795		0	0	False	False	0.9916867613792419	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.2907130967322704e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	False
MON0043_000000007066	3560	0.7662258579323675	5	3	2	3	1	False	78561	fragment	False	MON0043_000000007066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.9572179086326045e-06	NZ_LT906469.1	high GC Gram+	Mycolicibacter terrae strain NCTC10856 chromosome 1	True	False
MON0077_000000035304	1286	0.7662235092215283	1	1	1	1	1	False	71619	fragment	False	FIJ0111_000000013908	0.5301522127732982		0	0	False	False	0.9992223978042603	0					non-mobilizable	other	1286.0	95.179	100.0	0.044686326331895954	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	False	False
ISR0120_000000003674	6715	0.7662208885320121	8	4	2	3	2	False	32301	maximal	True	ISR0120_000000003674	1.0		3	1	True	True	0.9998511075973511	13					non-mobilizable	no_good_hit	949.0	81.876	14.0	0.0962087240114146	BK010451.1	firmicutes	TPA_exp: Paeniclostridium sordellii strain SSCC37615 plasmid pCSTC2, complete sequence	True	True
ISR0176_000000004575	6710	0.7662208885320121	8	4	2	3	2	False	32301	maximal	False	ISR0120_000000003674	1.0		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	949.0	81.876	14.0	0.0962087240114146	BK010451.1	firmicutes	TPA_exp: Paeniclostridium sordellii strain SSCC37615 plasmid pCSTC2, complete sequence	True	True
ISR0199_000000013990	2171	0.7662130420332304	4	1	1	1	1	False	62631	fragment	False	ISR0199_000000013990	1.0		0	0	False	False	0.9981575608253479	0					non-mobilizable	no_good_hit	431.0	72.854	19.0	0.0244574780058651	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0067_000000022109	1163	0.7662130420332304	3	1	1	1	1	False	62630	fragment	False	ENG0067_000000022109	1.0		0	0	False	False	0.9905416965484619	0					non-mobilizable	no_good_hit	431.0	73.086	36.0	0.0244574780058651	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0097_000000014012	2251	0.7662059108294212	3	2	2	1	1	False	42916	fragment	False	FIJ0097_000000014012	1.0		0	0	False	False	0.999555766582489	0					non-mobilizable	no_good_hit	657.0	74.125	29.0	0.03238503313238005	NZ_LR214973.1	mycoplasmas	Mycoplasma bovirhinis strain NCTC10118 plasmid 2	True	False
MAD0032_000000002623	5500	0.7661993690539606	11	9	3	5	9	True	118544	fragment	False	FIJ0004_000000003832	0.4122148156421706		0	0	False	False	0.9943636655807495	0					non-mobilizable	chromosome	5512.0	94.73899999999999	100.0	0.0015635710974010644	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0347_000000005626	3625	0.7661920627421039	5	5	4	4	3	False	121041	maximal	True	ISR0347_000000005626	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1957.0	71.845	53.0	0.0006544527079764737	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0206_000000009912	2618	0.7661766099013521	4	4	3	2	2	True	130194	fragment	False	ISR0206_000000009912	0.992572842343465		0	0	False	False	1.0	0					non-mobilizable	other	2614.0	99.962	100.0	0.17607816711590296	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0223_000000011128	2588	0.7661766099013521	4	4	3	2	2	True	130194	fragment	False	ISR0206_000000009912	0.9917233769822213		0	0	False	False	1.0	0					non-mobilizable	other	2585.0	100.0	100.0	0.17412398921832883	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
USA0057_01_000000012449	2554	0.7661766099013521	4	4	3	2	2	True	130194	fragment	False	ISR0206_000000009912	0.9893515932011895		0	0	False	False	0.9996084570884705	0					non-mobilizable	other	2551.0	99.961	100.0	0.17183288409703504	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0016_000000017161	1304	0.7661758318775272	1	1	1	1	1	False	84767	fragment	False	ISR0016_000000017161	0.9870164754756172		0	0	False	False	0.9869632124900818	0					non-mobilizable	no_good_hit								True	False
MON0008_000000030685	1228	0.7661758318775272	1	1	1	1	1	False	84767	fragment	False	ISR0016_000000017161	0.9597737174357607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0153_000000007512	2034	0.7661756602194734	3	2	2	2	1	True	79258	fragment	False	MAD0107_000000018382	0.9455143259746359		0	0	False	False	0.9896755218505859	0					non-mobilizable	no_good_hit	66.0	93.939	3.0	1.9575589180059885e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0317_000000013643	1586	0.7661744768350114	2	2	2	2	2	False	33209	maximal	False	MON0076_000000029060	0.9817387452074563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	80.12	42.0	0.0027084118894416536	NZ_FNBY01000004.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ENG0081_000000001125	17171	0.7661610054834022	21	8	4	8	2	False	61692	maximal	True	ENG0081_000000001125	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	75.89699999999999	5.0	0.009228039041703637	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
CHI0163_000000002073	4340	0.7661576943255295	6	3	3	3	2	False	102114	maximal	True	CHI0163_000000002073	1.0		6	4	False	False	0.9997695684432983	0					non-mobilizable	no_good_hit	1924.0	96.51799999999999	44.0	0.0009601963156837727	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0222_000000016103	3398	0.7661566678096805	3	3	3	3	3	False	48461	fragment	False	FIJ0032_000000010090	0.9894921190893169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.739698533111626e-07	CP023757.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 1	True	False
MON0099_000000016450	2063	0.7661559296325029	4	2	2	2	2	False	9164	maximal	True	MON0099_000000016450	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	90.618	42.0	0.00024321632174636597	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0156_000000007588	1854	0.7661513476471342	3	2	2	2	2	False	79004	fragment	False	CHI0156_000000007588	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1850.0	94.541	99.0	0.0015846200860467593	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
SPA0057_000000025456	1299	0.7661461808406105	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.5512697132457973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	73.333	34.0	0.0018809121158574387	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
MON0061_000000017941	2488	0.7661359040385505	4	3	3	2	2	False	62394	fragment	False	MON0061_000000017941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	73.782	24.0	0.0006108901064992036	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0028_000000020401	1484	0.7661349237858058	2	2	2	2	2	True	64474	maximal	False	USA0003_01_000000024649	0.9784876140808344		0	0	False	False	0.9743935465812683	0					non-mobilizable	other	1484.0	98.787	99.0	0.020932499046596702	NZ_JAANXY010000016.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_16, whole genome shotgun sequence	False	True
ENG0055_000000004507	4303	0.7661278465458747	2	2	2	2	1	False	67526	maximal	True	ENG0055_000000004507	1.0		43	7	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	94.068	6.0	4.0098773217446736e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0035_000000018954	1531	0.7661274299882457	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.2522183755243552		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	97.779	100.0	0.00045884721561935193	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0076_000000014580	1771	0.7661219867314171	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.3836958977377083		0	0	False	False	0.9994353652000427	0					non-mobilizable	chromosome	1771.0	99.887	100.0	0.0005578997501428633	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0187_000000016239	1754	0.7661219867314171	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.38648726819927065		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	100.0	100.0	0.0005627991375335978	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0265_000000010075	1686	0.7661219867314171	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.3433135662132227		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	99.822	99.0	0.0005406467470659319	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0002_000000027358	1574	0.7661186542857191	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.8992505327578769		0	0	False	False	0.9980940222740173	0					non-mobilizable	chromosome	1469.0	82.301	96.0	0.00038679776532259336	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0105_000000021239	1558	0.7661186542857191	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.7934186174567247		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.464	94.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0244_000000005366	3980	0.7661081075448982	6	2	2	2	1	True	128431	maximal	False	CHI0024_000000002616	0.714760656219478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2228.0	88.285	58.0	0.0004659038037476322	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0190_000000005916	3918	0.7661081075448982	5	2	2	2	1	True	128431	maximal	False	CHI0024_000000002616	0.7130199582297129		0	0	False	False	0.997447669506073	0					non-mobilizable	no_good_hit	2152.0	87.87200000000001	57.0	0.0004496415222931591	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0062_000000015431	2386	0.7661081075448982	2	2	2	2	1	True	99587	maximal	True	ISR0062_000000015431	0.9969578444154715		3	3	False	False	1.0	0					non-mobilizable	other	1612.0	83.87100000000001	90.0	0.0004852564725852811	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0084_000000011791	2149	0.7661081075448982	2	2	2	2	1	True	100752	fragment	False	SPA0135_000000009899	0.6774001596842469		0	0	False	False	0.9986039996147156	0					non-mobilizable	other	2150.0	94.419	100.0	0.0006506435100581672	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
CHI0183_000000003571	1916	0.7661081075448982	3	2	2	2	1	True	77293	fragment	False	CHI0183_000000003571	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1764.0	93.027	92.0	0.0008231177977192699	NZ_LS483447.1	CFB group bacteria	Porphyromonas crevioricanis strain NCTC12858 chromosome 1	False	True
SPA0050_000000013983	1853	0.7661081075448982	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.4165557717747273		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	99.244	100.0	0.00039113954874914544	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0276_000000005643	1801	0.7661081075448982	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.2525067607243475		0	0	False	False	0.9911160469055176	0					non-mobilizable	other	1807.0	97.73100000000001	100.0	0.0003814244195685511	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0076_000000005029	2397	0.7661054643236109	3	3	3	2	2	False	121383	maximal	True	ENG0076_000000005029	1.0		6	3	False	False	1.0	0					non-mobilizable	chromosome	2154.0	98.7	100.0	0.0006779900353431068	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0005_01_000000021253	1461	0.7661002049060419	2	2	2	2	2	False	131681	fragment	False	ENG0124_000000017310	0.42996384559237133		0	0	False	False	0.992470920085907	0					non-mobilizable	other	1461.0	98.015	100.0	0.0017163829932308676	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0066_000000012393	2572	0.7660908747359474	5	4	1	3	2	False	113639	fragment	False	MON0066_000000012393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1573.0	94.914	61.0	0.0005479390937115275	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0039_01_000000009940	2277	0.7660863566647641	2	2	2	2	2	False	87928	fragment	False	USA0039_01_000000009940	1.0		0	0	False	False	0.9991216659545898	0					non-mobilizable	no_good_hit	692.0	73.555	30.0	0.0012040684094468171	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MAD0098_000000029649	1530	0.7660857837598811	2	2	2	2	2	True	15289	fragment	False	MAD0098_000000029649	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1530.0	98.62700000000001	100.0	0.022746206486164832	CP046273.1	enterobacteria	Enterobacter hormaechei strain E70 plasmid pE70-sul2, complete sequence	False	True
DEN0063_000000024782	1970	0.7660843991413473	3	3	3	3	3	False	71518	fragment	False	DEN0063_000000024782	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1970.0	99.74600000000001	100.0	0.0008936911486904179	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
SPA0013_000000004881	5154	0.7660832406231312	4	3	0	0	3	False	126710	backbone	True	SPA0013_000000004881	0.9702371268830557	PS832|PS833|PS837|PS974|PS975|PS976	70	8	True	True	1.0	530	rep_cluster_475				non-mobilizable	other	3311.0	99.90899999999999	100.0	0.5075931891394385	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0160_000000004769	3578	0.7660790246193647	6	3	3	2	1	False	99614	fragment	False	FIJ0160_000000004769	1.0		0	0	False	False	0.9921743869781494	0					non-mobilizable	plasmid	3549.0	99.352	99.0	0.005736710089813092	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MON0008_000000012016	2755	0.7660788276209007	4	3	3	3	1	False	13867	maximal	True	MON0008_000000012016	1.0		0	0	False	False	0.980762243270874	0					non-mobilizable	no_good_hit	729.0	77.229	26.0	0.00021554874794877413	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
CHI0146_000000001009	5937	0.7660747101116595	8	3	2	1	2	False	79719	maximal	True	CHI0146_000000001009	1.0		1	1	True	True	0.9998315572738647	12					non-mobilizable	no_good_hit	1588.0	77.393	26.0	0.13778100072516317	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ENG0170_000000003729	3144	0.7660717390383179	3	3	3	3	3	False	125351	fragment	False	ISR0212_000000010113	0.9778926938806284		0	0	False	False	1.0	0					non-mobilizable	other	3145.0	98.98299999999999	100.0	0.012388241240956624	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0060_000000006816	4817	0.7660692056556601	7	4	3	4	1	True	98507	fragment	False	USA0013_01_000000002694	0.9615686875020364		0	0	False	False	0.9931492805480957	0					non-mobilizable	no_good_hit								True	True
USA0013_01_000000002694	4548	0.7660692056556601	7	4	3	4	1	True	98507	fragment	False	USA0013_01_000000002694	0.9714333115579674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0190_000000017639	1709	0.766064183396364	3	2	2	2	1	True	98793	fragment	False	ISR0170_000000026667	0.9744318181818182		0	0	False	False	0.9830310344696045	0					non-mobilizable	chromosome	1671.0	99.94	98.0	0.0004649058704805651	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0255_000000002507	9745	0.7660462923497567	10	7	5	7	3	False	96802	maximal	False	MON0046_000000002062	0.8978312731912161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	92.494	14.0	0.008487211095979708	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0260_000000008200	1783	0.7660430527757867	2	2	1	1	2	False	26713	maximal	True	ISR0260_000000008200	1.0		0	0	False	False	0.9770050644874573	0					non-mobilizable	no_good_hit	1278.0	85.915	71.0	0.004626390001776592	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0015_000000008438	2937	0.7660417532640476	4	3	2	2	2	True	98794	maximal	True	ISR0015_000000008438	1.0		8	5	False	False	0.9965951442718506	0					non-mobilizable	no_good_hit	1641.0	99.87799999999999	56.0	0.0004565542680168424	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0264_000000005207	2038	0.7660376984160918	3	3	3	3	3	False	66674	fragment	False	ISR0300_000000004506	0.9286058851905451		0	0	False	False	1.0	0					non-mobilizable	other	2038.0	99.853	100.0	0.025733018355461792	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
ISR0148_000000009207	3174	0.7660334741790125	3	3	1	3	2	False	95813	fragment	False	ISR0148_000000009207	1.0		0	0	False	False	0.9987397789955139	0					non-mobilizable	no_good_hit	260.0	79.615	8.0	7.242504497203806e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0043_000000001656	3484	0.7660317622825559	4	3	3	3	2	False	101396	fragment	False	DEN0043_000000001656	0.9889272361230946		0	0	False	False	1.0	0					non-mobilizable	other	3484.0	99.885	100.0	0.011908710146166339	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
SPA0057_000000010100	3055	0.7660317622825559	4	3	3	3	2	False	101395	fragment	False	ISR0825_000000007391	0.820489886088494		0	0	False	False	1.0	0					non-mobilizable	other	3055.0	99.37799999999999	100.0	0.010441918112659201	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0030_000000015908	1367	0.7660185363716523	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.05214511442653178		0	0	False	False	0.9890270829200745	0					non-mobilizable	other	1373.0	88.492	100.0	0.0005629622798505195	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0187_000000021176	1356	0.7660185363716523	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.050413696175517095		0	0	False	False	1.0	0					non-mobilizable	other	1356.0	98.45100000000001	100.0	0.002831232213316828	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0068_000000016412	1946	0.7660111041345783	3	3	2	3	2	False	45067	fragment	False	FIJ0068_000000016412	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1946.0	99.538	100.0	0.0003678724244911114	LR607330.1	enterobacteria	Klebsiella quasipneumoniae strain 4928STDY7071295 genome assembly, chromosome: 1	False	False
ISR0266_000000001592	7466	0.7660035559110066	11	8	3	4	7	True	123827	maximal	True	ISR0266_000000001592	1.0	PS486|PS905	3	2	True	True	1.0	40	rep_cluster_1079	MOBB			mobilizable	no_good_hit	2162.0	93.895	57.0	0.34347618288991555	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
ISR0078_000000005152	3461	0.7660006731942534	4	4	4	2	2	False	90978	maximal	True	ISR0078_000000005152	1.0		44	8	False	False	0.9988442659378052	0					non-mobilizable	no_good_hit	207.0	87.92299999999999	6.0	0.005517426995020859	NZ_LNAM01000154.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf30, whole genome shotgun sequence	True	False
MAD0050_000000018534	1308	0.7660000070820283	3	2	2	2	2	False	18223	fragment	False	MAD0041_000000026192	0.951271186440678		0	0	False	False	0.9847095012664795	0					non-mobilizable	no_good_hit	333.0	71.471	25.0	0.00010314186228434085	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0123_000000000352	23973	0.7659989077646858	27	17	6	12	12	True	116746	fragment	False	AUS0014_000000000962	0.9854780024538417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
SPA0138_000000008414	3004	0.7659959487701186	5	4	4	3	2	False	121368	fragment	False	SPA0138_000000008414	1.0		0	0	False	False	0.9943408966064453	0					non-mobilizable	chromosome	2324.0	99.225	100.0	0.0007322040223626393	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0020_000000009320	2122	0.7659955262309711	2	2	2	1	1	False	66474	maximal	True	ENG0020_000000009320	1.0		3	3	False	False	0.9995287656784058	0					non-mobilizable	no_good_hit								True	False
ISR0196_000000016833	1313	0.7659898715542339	2	2	2	2	2	False	28962	maximal	True	ISR0196_000000016833	1.0		40	5	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	80.0	11.0	3.9654120262696574e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0097_000000020170	1804	0.7659862716503663	2	1	1	1	1	False	32977	fragment	False	ISR0137_000000013867	0.9918670461790278		0	0	False	False	0.9988913536071777	0					non-mobilizable	no_good_hit	1224.0	88.154	89.0	0.0004312098541684972	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0113_000000023010	1267	0.7659862716503663	1	1	1	1	1	False	4481	fragment	False	SPA0113_000000023010	1.0		0	0	False	False	0.9794790744781494	0					non-mobilizable	chromosome	1256.0	87.102	99.0	0.0003569732085207087	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0011_000000037274	1253	0.7659862716503663	1	1	1	1	1	False	13635	fragment	False	MON0011_000000037274	0.9962962962962962		0	0	False	False	0.9888268113136292	0					non-mobilizable	other	1255.0	87.012	100.0	0.00038949508122465716	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0090_000000006691	3557	0.7659860042035688	5	4	3	2	2	False	113633	fragment	False	DEN0090_000000006691	0.9916764018691588		0	0	False	False	1.0	0					non-mobilizable	chromosome	2342.0	93.126	99.0	0.0008152859670427881	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0293_000000024433	1435	0.7659823287131916	2	1	1	1	1	False	36154	fragment	False	ISR0046_000000024824	0.9503063308373043		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	95.961	100.0	0.0004048026743092806	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0064_000000016370	1609	0.7659821936814037	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.2773390060945497		0	0	False	False	0.9950279593467712	0					non-mobilizable	chromosome	1594.0	98.62	99.0	0.0006907020576677684	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0097_000000024985	1255	0.7659819557080151	2	2	2	2	2	False	109786	fragment	False	ISR0213_000000019947	0.8009348141004095		0	0	False	False	0.9936255216598511	0					non-mobilizable	no_good_hit	1063.0	71.308	83.0	0.004319986056529155	NZ_FOHN01000002.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
ISR0354_000000006773	2843	0.7659780466653534	4	3	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.2318859469561259		0	0	False	False	0.9996482729911804	0					non-mobilizable	other	2301.0	99.0	100.0	0.024051387741010805	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0017_000000008269	3386	0.7659737269412107	4	3	3	3	3	False	100036	fragment	False	ISR0051_000000011811	0.9241810002751916		0	0	False	False	0.9997046589851379	0					non-mobilizable	no_good_hit								True	False
ISR0027_000000011268	2304	0.7659696546261472	4	2	2	2	2	True	122130	fragment	False	ISR0027_000000011268	0.9971640488656196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	81.604	37.0	0.0027010785134798203	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
AST0061_000000018346	2292	0.7659696546261472	3	2	2	2	2	True	122130	fragment	False	ISR0027_000000011268	0.9945746527777779		0	0	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit	848.0	81.604	37.0	0.0027010785134798203	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
AST0097_000000011119	1966	0.7659568796889376	3	3	3	3	3	False	109867	maximal	False	ISR0255_000000015196	0.9148357371873882		0	0	False	False	1.0	0					non-mobilizable	other	1967.0	97.40700000000001	100.0	0.0005542070946405213	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0041_000000002563	8662	0.7659537121196508	15	13	8	13	12	False	132199	fragment	False	ISR0250_000000000765	0.9692804393688554		0	0	False	False	1.0	0					non-mobilizable	other	8662.0	99.988	100.0	0.010953142151828939	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
DEN0011_000000009435	4248	0.7659531402176908	4	4	4	3	3	False	75769	maximal	True	DEN0011_000000009435	1.0		1	1	False	False	0.9995291829109192	0					non-mobilizable	no_good_hit	2431.0	97.655	84.0	0.002083354793518681	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
DEN0010_000000014134	3115	0.7659491500769968	4	4	4	3	2	False	76009	maximal	True	DEN0010_000000014134	1.0		1	1	False	False	0.9980738162994385	0					non-mobilizable	no_good_hit	505.0	89.307	16.0	0.0019692312529970835	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0167_000000014037	2082	0.7659481654810679	2	2	2	2	2	False	32683	fragment	False	ISR0167_000000014037	0.9881413359148112		0	0	False	False	1.0	0					non-mobilizable	other	2082.0	99.712	100.0	0.008218020408808011	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0066_01_000000004778	4183	0.7659466238299418	6	4	2	2	3	False	113348	fragment	False	USA0066_01_000000004778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3187.0	96.015	83.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0089_000000016666	1618	0.7659456826238845	3	1	1	1	1	False	81623	maximal	True	MAD0089_000000016666	1.0		0	0	False	False	0.94437575340271	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000017616	1634	0.7659373499357313	2	2	2	2	1	False	68722	fragment	False	SPA0145_000000017856	0.6283397825686383		0	0	False	False	0.996940016746521	0					non-mobilizable	chromosome	1646.0	97.75200000000001	100.0	0.0005302136358054396	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0043_000000005266	1787	0.7659208140299011	3	3	3	2	2	False	87382	fragment	False	ISR0400_000000010408	0.9925083240843507		0	0	False	False	1.0	0					non-mobilizable	other	1622.0	77.559	90.0	0.002331746430193432	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
TAN0017_000000001881	13740	0.7659163602327844	21	6	1	6	1	False	2505	maximal	True	TAN0017_000000001881	1.0		1	1	False	False	0.9993450045585632	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.711210001064824e-07	LR812085.1	bony fishes	Danio rerio genome assembly, chromosome: 23	True	False
ISR0086_000000014533	1898	0.7659124480358787	3	3	3	2	2	False	33912	maximal	True	ISR0086_000000014533	1.0		2	1	False	False	0.9963119029998779	0					non-mobilizable	no_good_hit	703.0	98.009	37.0	0.0039651832061499874	NZ_CABMOJ010000033.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ISR0285_000000003118	4228	0.7659087571144331	4	3	2	2	1	False	61142	maximal	True	ISR0285_000000003118	1.0	PS269|PS270	0	0	False	True	0.9895932078361511	0					non-mobilizable	no_good_hit	1795.0	100.0	42.0	0.00032176549895444146	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
AST0059_000000010628	1447	0.765905907317797	2	2	2	2	2	False	112602	fragment	False	MAD0088_000000017435	0.9504973971034921		0	0	False	False	0.9993089437484741	0					non-mobilizable	no_good_hit	1049.0	75.596	72.0	0.0058147061969119574	NZ_CM003349.1	firmicutes	Clostridium haemolyticum NCTC 9693 plasmid p1Ch9693, whole genome shotgun sequence	True	False
FIJ0001_000000007825	2511	0.7659014536987797	3	2	2	1	2	False	52629	maximal	True	FIJ0001_000000007825	1.0		1	1	False	False	0.9992035031318665	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00014266598449368334	NZ_UGQE01000002.1	g-proteobacteria	Moraxella caviae strain NCTC10293, whole genome shotgun sequence	True	False
FIJ0161_000000007930	2090	0.7659014536987797	2	2	2	1	2	False	42913	fragment	False	FIJ0097_000000015108	0.9952290076335878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00014266598449368334	NZ_UGQE01000002.1	g-proteobacteria	Moraxella caviae strain NCTC10293, whole genome shotgun sequence	True	False
ISR0387_000000013852	1746	0.7659014536987797	2	2	2	1	2	False	39329	fragment	False	ISR0387_000000013852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00014266598449368334	NZ_UGQE01000002.1	g-proteobacteria	Moraxella caviae strain NCTC10293, whole genome shotgun sequence	True	False
ISR0356_000000019282	1143	0.7659004208100476	1	1	1	1	1	False	23897	fragment	False	ISR0356_000000019282	1.0		0	0	False	False	0.9763779640197754	0					non-mobilizable	no_good_hit	778.0	86.118	79.0	0.0002239031349910265	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MON0100_000000038762	1183	0.7658874372697375	2	1	1	1	1	False	9088	fragment	False	MON0100_000000038762	1.0		0	0	False	False	0.9983093738555908	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000002295	15826	0.7658824563631331	18	16	7	12	12	True	123624	fragment	False	FIJ0123_000000001869	0.9799433644451624		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4943.0	99.838	97.0	0.005421329822251481	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0142_000000021272	1243	0.7658733469624436	2	2	0	1	1	True	3425	maximal	True	SPA0142_000000021272	1.0		1	1	False	False	0.9855189323425293	0					non-mobilizable	no_good_hit								True	True
FIJ0038_000000027104	1321	0.7658651338290834	2	2	2	2	2	False	47612	fragment	False	FIJ0038_000000027104	0.9658873947177515		0	0	False	False	0.9962149858474731	0					non-mobilizable	chromosome	1311.0	98.47399999999999	99.0	0.0003666437071205287	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0205_000000003282	6051	0.7658478718816664	9	5	3	4	4	False	132421	maximal	True	ISR0205_000000003282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4550.0	99.978	75.0	0.0012817005340090178	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
USA0020_01_000000019778	1752	0.7658451776688568	3	3	3	3	3	False	1784	fragment	False	USA0020_01_000000019778	1.0		0	0	False	False	0.9994292259216309	0					non-mobilizable	no_good_hit	763.0	70.118	43.0	0.00011786998987454184	NZ_CP028324.1	b-proteobacteria	Massilia armeniaca strain ZMN-3 chromosome, complete genome	True	False
SPA0101_000000030873	1281	0.7658439040162277	2	2	2	2	2	False	4929	fragment	False	SPA0101_000000030873	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	95.62799999999999	100.0	0.000520747728644868	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	False
FIJ0058_000000002159	15177	0.7658405509738638	20	14	9	11	11	False	95608	maximal	True	FIJ0058_000000002159	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1384.0	89.95700000000001	24.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
DEN0087_000000007129	1716	0.7658385018041091	2	1	1	1	1	False	93956	fragment	False	DEN0087_000000007129	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	79.355	9.0	4.999524555017807e-05	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
CAN0012_000000037622	1182	0.7658385018041091	1	1	1	1	1	False	93954	fragment	False	CAN0012_000000037622	1.0		0	0	False	False	0.9974619150161743	0					non-mobilizable	no_good_hit	156.0	79.487	13.0	4.999524555017807e-05	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
AST0024_000000013247	2561	0.765835762298374	4	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.9726596153136805		0	0	False	False	1.0	0					non-mobilizable	other	2561.0	100.0	100.0	0.0008218857912641246	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0386_000000014291	2228	0.765835762298374	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.8395553216451553		0	0	False	False	0.9995511770248413	0					non-mobilizable	chromosome	2228.0	99.91	100.0	0.0007019450528633653	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0185_000000015596	2098	0.765835762298374	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.7894738065440627		0	0	False	False	1.0	0					non-mobilizable	chromosome	2098.0	99.905	100.0	0.0006609693649997652	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0182_000000014256	2008	0.765835762298374	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.6718511683689402		0	0	False	False	0.9840637445449829	0					non-mobilizable	chromosome	2008.0	99.9	100.0	0.0006326015810941959	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0150_000000010040	1983	0.765835762298374	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.6842307662366213		0	0	False	False	0.9994956851005554	0					non-mobilizable	other	1983.0	100.0	100.0	0.0006363193899552714	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0035_000000009239	1755	0.765835762298374	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.2814075587502335		0	0	False	False	1.0	0					non-mobilizable	other	1755.0	99.772	100.0	0.0005631201866708104	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0381_000000009906	1754	0.765835762298374	3	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.28200725599853094		0	0	False	False	1.0	0					non-mobilizable	chromosome	1754.0	100.0	100.0	0.0005525413909607003	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0113_000000029734	1242	0.7658225690096122	2	1	1	1	1	False	106381	fragment	False	AST0113_000000029734	0.9927350427350428		0	0	False	False	0.999194860458374	0					non-mobilizable	no_good_hit								True	False
MON0080_000000005207	6749	0.7658128012059602	7	4	3	3	2	True	66014	fragment	False	TAN0007_000000003543	0.6170258931877384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	True
MAD0002_000000021352	1905	0.7658026639136429	3	1	1	1	1	False	91380	fragment	False	MAD0002_000000021352	1.0		0	0	False	False	0.9958004951477051	0					non-mobilizable	no_good_hit	55.0	87.273	3.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ENG0101_000000012274	2626	0.7657946310041831	2	2	2	1	2	False	102212	maximal	True	ENG0101_000000012274	1.0		8	3	False	False	0.9893373847007751	0					non-mobilizable	no_good_hit	1536.0	94.40100000000001	58.0	0.14163129728732238	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0347_000000003440	5181	0.7657880698412637	6	3	2	3	3	False	118635	maximal	True	ISR0347_000000003440	1.0		2	2	False	False	0.9994209408760071	0					non-mobilizable	no_good_hit	3547.0	90.189	86.0	0.0006556360441073711	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
SPA0053_000000008919	3708	0.7657880698412637	5	3	2	3	3	False	118623	maximal	True	SPA0053_000000008919	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1685.0	93.531	70.0	0.00031285383108384056	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
SPA0115_000000007469	3423	0.7657880698412637	4	3	2	3	3	False	118629	maximal	True	SPA0115_000000007469	0.9674376141205112		32	7	False	False	0.9997078776359558	0					non-mobilizable	no_good_hit	1975.0	91.544	85.0	0.00036341606641052186	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0218_000000005505	2969	0.7657821022769001	4	3	3	3	2	False	28074	maximal	True	ISR0218_000000005505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	87.10700000000001	33.0	0.04202581585831296	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0096_000000005152	6032	0.7657753613441901	11	9	3	5	6	True	125618	fragment	False	ISR0056_000000002323	0.5403164304027035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2174.0	93.238	59.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0812_000000028457	1386	0.7657738074589159	2	1	1	1	1	False	21623	maximal	True	ISR0812_000000028457	1.0		6	3	False	False	0.9956709742546082	0					non-mobilizable	no_good_hit								True	False
MON0080_000000024623	2149	0.7657530985410879	2	2	1	1	2	False	32978	maximal	False	MON0070_000000014849	0.9575280898876405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	88.08200000000001	83.0	0.00036822187972602847	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0062_000000005440	2745	0.7657495872231451	3	3	3	2	2	False	90690	fragment	False	CHI0062_000000005440	1.0		0	0	False	False	0.9934425950050354	0					non-mobilizable	other	2592.0	99.961	94.0	0.0010556676231914409	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0047_000000006596	2350	0.7657495872231451	3	3	3	2	2	False	90685	fragment	False	ENG0023_000000007169	0.9929203877205104		0	0	False	False	0.9910638332366943	0					non-mobilizable	other	2350.0	100.0	100.0	0.000957068022723541	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0050_000000007982	3126	0.7657478610884922	4	4	2	3	4	False	89977	fragment	False	ISR0050_000000007982	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	3127.0	96.194	100.0	0.3939737771053959	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
SPA0074_000000011809	1900	0.7657372394302214	4	3	3	3	2	False	5815	maximal	True	SPA0074_000000011809	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	96.515	39.0	0.0002068858267935196	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0344_000000018589	1836	0.7657329426706512	2	2	2	1	1	False	24260	maximal	True	ISR0344_000000018589	1.0		96	9	False	False	0.9994553327560425	0					non-mobilizable	no_good_hit	1524.0	84.383	83.0	0.0004039929836159288	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
AUS0010_000000016549	1495	0.7657276716295388	2	1	1	1	1	False	127926	fragment	False	CAN0012_000000029024	0.6902525260703076		0	0	False	False	0.9906354546546936	0					non-mobilizable	chromosome	1421.0	100.0	100.0	0.0003160227073442787	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0043_000000027799	1115	0.7657224843586918	3	1	1	1	1	False	47144	fragment	False	FIJ0043_000000027799	1.0		0	0	False	False	0.9910314083099365	0					non-mobilizable	no_good_hit	64.0	90.625	6.0	1.454197470634593e-05	NZ_CP018622.1	firmicutes	Virgibacillus dokdonensis strain 21D chromosome, complete genome	True	False
ISR0174_000000001074	21709	0.7657090334805632	39	6	4	4	5	False	29911	fragment	False	ISR0174_000000001074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	84.397	1.0	0.0007627474161931276	NZ_SPFR01000005.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_5_length_183547_cov_48.9653, whole genome shotgun sequence	True	False
ISR0286_000000012105	1622	0.7657047572096755	2	2	2	2	2	False	26025	maximal	True	ISR0286_000000012105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	98.76	41.0	0.0005039342418089775	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0086_000000002396	11461	0.7656981919033748	18	7	3	6	7	True	101332	fragment	False	FIJ0086_000000002396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	98.12799999999999	8.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
ISR0847_000000003075	6905	0.765674310815086	6	5	3	5	4	False	130367	fragment	False	ISR0847_000000003075	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5131.0	99.47399999999999	74.0	0.0009935719959118289	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0136_000000005096	2269	0.7656726791398445	3	3	3	3	3	False	58043	maximal	True	ENG0136_000000005096	1.0		6	4	False	False	0.9986778497695923	0					non-mobilizable	no_good_hit	385.0	74.545	17.0	0.0028361518849849897	NZ_FQXV01000014.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0153_000000012888	1462	0.7656725902830575	2	2	2	2	1	False	101410	fragment	False	ISR0055_000000010869	0.77833780743883		0	0	False	False	0.9712722301483154	0					non-mobilizable	other	1455.0	86.04799999999999	99.0	0.022810821001036857	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
CHI0169_000000000754	15733	0.7656662121177422	29	7	2	6	3	False	114997	maximal	True	CHI0169_000000000754	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0174_000000002906	5447	0.7656628085965093	4	4	2	4	3	True	132346	fragment	False	CHI0111_000000005398	0.9527607356027701		0	0	False	False	0.9998164176940918	0					non-mobilizable	other	3787.0	96.382	100.0	0.0410172807303554	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0129_000000010240	2324	0.7656563401271486	6	4	3	4	3	True	101649	fragment	False	CHI0129_000000010240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	96.881	44.0	0.04130697862041146	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0047_01_000000029041	1248	0.7656498003045884	2	2	1	2	1	False	1147	fragment	False	USA0047_01_000000029041	1.0		0	0	False	False	0.9831730723381042	0					non-mobilizable	no_good_hit								True	False
ENG0092_000000002595	6823	0.7656445950606047	5	4	3	3	4	False	104412	fragment	False	ENG0092_000000002595	1.0		0	0	False	False	0.9995602965354919	0					non-mobilizable	no_good_hit	3470.0	97.03200000000001	59.0	0.0005347053687101023	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0060_01_000000002880	5241	0.7656445950606047	5	4	3	3	4	False	94133	fragment	False	USA0060_01_000000002880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2387.0	96.06200000000001	47.0	0.0003676195746248469	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0068_000000004837	4697	0.7656445950606047	5	4	3	3	4	False	94141	fragment	False	ENG0068_000000004837	1.0		0	0	False	False	0.9965935945510864	0					non-mobilizable	no_good_hit	3167.0	94.25299999999999	67.0	0.0004875390836638955	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MAD0065_000000004560	2632	0.7656441199181099	2	2	0	2	1	False	16633	maximal	True	MAD0065_000000004560	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	95.4	74.0	0.12353998203054807	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	True	False
MAD0075_000000001660	2065	0.7656441199181099	3	2	0	2	1	False	16264	fragment	False	MAD0075_000000001660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	93.141	79.0	0.1500449236298293	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	True	False
SPA0092_000000007781	4935	0.7656375300958954	9	5	3	5	2	True	71428	fragment	False	SPA0092_000000007781	1.0		0	0	False	False	0.9965552091598511	0					non-mobilizable	chromosome	4916.0	99.898	99.0	0.0013848226257758458	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0329_000000001458	6206	0.7656374379356792	6	6	6	5	4	False	103068	maximal	True	ISR0329_000000001458	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	72.289	16.0	0.00028593096120458126	NZ_CP023671.1	firmicutes	Clostridium septicum strain DSM 7534 chromosome, complete genome	True	False
ISR0244_000000002424	7296	0.7656330652540723	7	5	2	4	3	False	122861	fragment	False	ENG0001_000000002807	0.944187111830211		0	0	False	False	0.9979440569877625	0					non-mobilizable	no_good_hit	2501.0	85.086	34.0	0.010228489605343597	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0053_000000032087	1281	0.7656126586815291	2	2	2	2	1	False	102239	fragment	False	SPA0054_000000012699	0.06598705858317983		0	0	False	False	0.9672130942344666	0					non-mobilizable	other	1281.0	87.588	100.0	0.0007688175309647577	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
CAN0012_000000035342	1272	0.7656126586815291	2	2	2	2	1	False	102230	fragment	False	CHI0122_000000011492	0.680064961636171		0	0	False	False	0.9960691928863525	0					non-mobilizable	other	1272.0	99.84299999999999	100.0	0.004414681333643623	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0002_000000016598	1232	0.7656126586815291	2	2	2	2	1	False	102230	fragment	False	CHI0122_000000011492	0.6519705622896367		0	0	False	False	0.9991883039474487	0					non-mobilizable	other	1232.0	99.838	100.0	0.0042757456504447676	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0813_000000026854	1173	0.7656126586815291	2	2	2	2	1	False	102230	fragment	False	CHI0122_000000011492	0.5744992163010091		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	99.915	100.0	0.00019611304611919558	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0005_000000021298	1121	0.7656126586815291	2	2	2	2	1	False	102230	fragment	False	CHI0122_000000011492	0.2423034993683235		0	0	False	False	0.9910793900489807	0					non-mobilizable	other	1121.0	99.64299999999999	100.0	0.00018741178468728586	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0126_000000003588	9038	0.7656097444267975	18	2	1	2	1	False	88698	maximal	True	FIJ0126_000000003588	1.0		1	1	False	False	0.9980084300041199	0					non-mobilizable	no_good_hit								True	False
SPA0004_000000000735	26212	0.7655976141645504	28	15	8	12	8	True	130554	fragment	False	SPA0004_000000000735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5347.0	97.195	80.0	0.0009471178322662852	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
ENG0007_000000020473	1199	0.7655972596019612	2	2	2	2	0	True	67490	maximal	True	ENG0007_000000020473	0.9826989619377162		22	6	False	False	0.9949958324432373	0					non-mobilizable	no_good_hit	161.0	85.714	13.0	0.001919756589353199	NZ_FRAC01000030.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	True
ENG0042_000000021287	1156	0.7655972596019612	2	2	2	2	0	True	67490	maximal	False	ENG0007_000000020473	0.9630316930775646		0	0	False	False	0.8840830326080322	0					non-mobilizable	no_good_hit	80.0	100.0	7.0	0.0002712139053772448	NZ_KE150240.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.3, whole genome shotgun sequence	True	True
ENG0016_000000020133	1120	0.7655972596019612	2	2	2	2	0	True	67490	maximal	False	ENG0007_000000020473	0.9595828126668419		0	0	False	False	0.9660714268684387	0					non-mobilizable	no_good_hit								True	True
ISR0099_000000001628	12472	0.7655839399337074	14	5	3	4	3	False	67789	maximal	True	ISR0099_000000001628	1.0		2	1	False	False	0.9983963966369629	0					non-mobilizable	no_good_hit	3884.0	94.13	54.0	0.0012055059422887752	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0025_000000024137	1632	0.7655745540698163	3	3	3	3	1	True	37344	maximal	True	ISR0025_000000024137	1.0		26	6	False	False	0.9656862616539001	0					non-mobilizable	other	1634.0	88.311	100.0	0.009333058494800971	NZ_FUWW01000002.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	True
DEN0039_000000014103	1495	0.7655735158829995	2	1	1	1	1	True	73231	fragment	False	SPA0016_000000022475	0.9707479198624088		0	0	False	False	1.0	0					non-mobilizable	other	1495.0	99.93299999999999	100.0	0.0005075740305556848	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MAD0064_000000001791	8632	0.7655722645433185	9	3	1	2	3	False	100621	fragment	False	MAD0064_000000001791	1.0		0	0	False	False	0.9945551156997681	0					non-mobilizable	no_good_hit	138.0	92.029	3.0	0.11639762107051826	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
SPA0042_000000009786	3169	0.7655718171117327	5	4	4	4	3	False	54734	maximal	True	SPA0042_000000009786	1.0		32	6	False	False	1.0	0					non-mobilizable	chromosome	1904.0	78.15100000000001	98.0	0.0005935170788243004	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0033_000000006648	2886	0.7655691175351379	5	2	2	2	2	False	20205	maximal	True	MAD0033_000000006648	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0002_000000015623	2421	0.7655691175351379	5	2	2	2	2	False	20203	fragment	False	MAD0002_000000015623	1.0		0	0	False	False	0.9892606139183044	0					non-mobilizable	no_good_hit								True	False
CHI0110_000000000216	17859	0.7655608367974525	21	20	16	16	16	True	84679	maximal	True	CHI0110_000000000216	1.0		3	1	False	False	0.9999440312385559	0	rep_cluster_1118	MOBV,MOBV			mobilizable	no_good_hit	3899.0	99.92299999999999	45.0	0.0014581409189579641	CP030715.1	firmicutes	Staphylococcus pseudintermedius strain VB88 chromosome, complete genome	True	True
ISR0170_000000000229	55404	0.7655577922097755	55	17	6	13	3	False	30079	fragment	False	ISR0170_000000000229	1.0		0	0	False	False	0.999945878982544	0					non-mobilizable	no_good_hit	296.0	94.257	1.0	0.03603824466781074	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	False
MON0041_000000007831	5573	0.7655547381005597	6	6	6	5	5	False	110588	fragment	False	MON0041_000000007831	0.9554144028069871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	73.568	4.0	0.0012778913026835717	NZ_JABJVN010000010.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_10_length_169811_cov_175.645640, whole genome shotgun sequence	True	False
CAN0016_000000015281	3158	0.7655533111306462	5	2	1	2	1	False	92972	maximal	True	CAN0016_000000015281	1.0		1	1	False	False	0.9958834648132324	0					non-mobilizable	no_good_hit	130.0	95.385	4.0	6.908237189236432e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0021_000000004686	4677	0.7655484597385023	8	6	3	4	5	True	37645	fragment	False	ISR0021_000000004686	1.0		0	0	False	False	0.9974342584609985	0					non-mobilizable	no_good_hit	1150.0	85.652	47.0	0.18619008935824533	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0044_000000000033	4668	0.7655450541804694	6	6	2	5	4	False	112161	maximal	False	SPA0040_000000006858	0.3440459048266525		0	0	True	True	1.0	1					non-mobilizable	chromosome	2715.0	98.01100000000001	97.0	0.5326919301001375	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ENG0103_000000009758	1826	0.7655354714669219	2	2	2	2	2	False	60300	maximal	True	ENG0103_000000009758	1.0		4	3	False	False	0.996166467666626	0					non-mobilizable	no_good_hit	733.0	75.443	40.0	0.00017824433498068366	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0088_000000000103	89034	0.7655268161596583	82	8	4	8	4	False	115487	maximal	False	AUS0014_000000000041	0.8844637963546677	PS49	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	247.0	100.0	0.0	0.9959514170040485	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
DEN0069_000000023074	1157	0.7655261889622711	2	1	1	1	1	False	107673	fragment	False	MAD0111_000000012828	0.5372196455936674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	85.73200000000001	70.0	0.013728506940335098	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
ISR0201_000000006962	4208	0.7655218693122413	3	3	3	3	3	False	128587	maximal	False	AST0005_000000006629	0.971984698469847		0	0	False	False	0.9957224130630493	0					non-mobilizable	other	4208.0	99.572	100.0	0.0015278264516984223	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0053_000000027029	1495	0.7655160938709863	1	1	1	1	1	False	89252	maximal	False	ISR0089_000000018950	0.9172855293654044		0	0	False	False	0.961872935295105	0					non-mobilizable	other	1306.0	77.718	94.0	0.001816304198769167	NZ_PTJA01000001.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_101, whole genome shotgun sequence	False	False
AST0052_000000004976	4038	0.7655158836241122	6	4	3	3	2	False	114612	fragment	False	ISR0222_000000013136	0.9351368605932402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.0004949864939399511	NZ_AXUN02000068.1	firmicutes	Youngiibacter fragilis 232.1 contig_16, whole genome shotgun sequence	True	False
CHI0178_000000002997	3876	0.7655139676303557	6	4	2	3	4	False	118636	maximal	True	CHI0178_000000002997	1.0		22	4	False	False	1.0	0					non-mobilizable	no_good_hit	1954.0	90.635	75.0	0.0003600700361315503	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CHI0006_000000002956	3833	0.7655139676303557	4	4	2	3	4	False	118636	maximal	False	CHI0178_000000002997	0.994453044375645		0	0	False	False	0.9997391104698181	0					non-mobilizable	no_good_hit	1931.0	90.523	75.0	0.00035579455299730885	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ENG0179_000000009661	3443	0.7655093240345335	5	3	0	2	3	False	83072	maximal	True	ENG0179_000000009661	1.0	PS412	1	1	False	True	0.9997095465660095	0					non-mobilizable	no_good_hit	1602.0	96.75399999999999	64.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
DEN0071_000000003233	9776	0.7655003000301521	10	9	6	6	8	True	107005	maximal	True	DEN0071_000000003233	1.0		4	3	False	False	1.0	0					non-mobilizable	other	8043.0	98.719	90.0	0.021703090489845072	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ISR0397_000000000228	46704	0.7654949374967429	38	13	8	12	3	True	108258	maximal	True	ISR0397_000000000228	1.0		3	1	False	False	1.0	0					non-mobilizable	virus	13703.0	99.226	90.0	0.19002108417022692	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	True
DEN0082_000000001772	15108	0.7654864790997825	15	8	1	8	2	False	86677	fragment	False	DEN0082_000000001772	0.9197152876317944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000001721	12414	0.7654864790997825	18	8	1	8	2	False	80816	fragment	False	ISR0360_000000001721	1.0		0	0	False	False	0.9998388886451721	0					non-mobilizable	no_good_hit								True	False
ISR0221_000000002105	9706	0.7654835729224871	13	10	7	8	5	True	27975	maximal	True	ISR0221_000000002105	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	77.348	2.0	0.0004393846639941547	NZ_SRMQ01000002.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000002, whole genome shotgun sequence	True	True
ISR0387_000000005216	4450	0.7654829873627524	4	2	1	2	2	True	22977	maximal	True	ISR0387_000000005216	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	87.12100000000001	6.0	7.111146681865954e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0053_000000002837	6350	0.7654770017210789	12	3	3	2	2	True	46424	fragment	False	FIJ0053_000000002837	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6351.0	99.165	100.0	0.001693907455033426	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0016_000000017437	1925	0.7654766522935212	2	2	2	2	1	False	88869	fragment	False	SPA0016_000000017437	1.0		0	0	False	False	0.9994805455207825	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000022485	1456	0.7654738382453304	3	3	3	1	2	False	99130	fragment	False	SPA0098_000000016756	0.15349054343858723		0	0	False	False	0.9979395866394043	0					non-mobilizable	no_good_hit								True	False
ISR0338_000000000862	14929	0.7654733804084242	20	10	4	8	7	True	120552	fragment	False	SPA0022_000000000531	0.985752350521031		0	0	False	False	1.0	0					non-mobilizable	chromosome	9459.0	98.90100000000001	99.0	0.0016784321644628874	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0168_000000001746	14613	0.7654733804084242	19	10	4	8	7	True	120552	fragment	False	SPA0022_000000000531	0.9705548724956002		0	0	False	False	1.0	0					non-mobilizable	chromosome	7519.0	99.521	99.0	0.0013353508175646272	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
MAD0101_000000020050	1441	0.7654692830172022	2	2	2	2	2	False	15084	maximal	True	MAD0101_000000020050	1.0		25	7	False	False	0.9972241520881653	0					non-mobilizable	chromosome	1441.0	93.199	99.0	0.0006708651644877525	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	False	False
CHI0050_000000005048	1881	0.7654632482392415	3	3	3	3	3	False	86697	maximal	True	CHI0050_000000005048	1.0		390	14	False	False	0.9994683861732483	0					non-mobilizable	chromosome	1881.0	100.0	100.0	0.0003981421164048953	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ISR0398_000000004515	4968	0.7654621524837678	5	5	4	5	2	False	91588	fragment	False	ISR0398_000000004515	1.0		0	0	False	False	0.9979870915412903	0					non-mobilizable	no_good_hit	1855.0	97.35799999999999	55.0	0.024753141227432936	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0016_000000003199	6951	0.7654563202496713	9	5	3	5	3	False	66828	fragment	False	ENG0016_000000003199	1.0		0	0	False	False	0.9994245171546936	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001278651259708278	CP041074.1	firmicutes	Bacillus tropicus strain LM1212-W3 plasmid p1, complete sequence	True	False
ISR0268_000000007343	2596	0.7654501968361713	5	4	3	4	2	False	70471	fragment	False	ISR0268_000000007343	0.9929769801014436		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0085_000000001712	7610	0.7654483413800363	7	4	3	4	2	True	66014	fragment	False	TAN0007_000000003543	0.7044395515436822		0	0	False	False	0.9998685717582703	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	True
ISR0295_000000013712	2546	0.7654429348492893	4	3	3	3	3	False	62152	fragment	False	ISR0295_000000013712	1.0		0	0	False	False	0.9972506165504456	0					non-mobilizable	other	2572.0	79.705	100.0	0.000681837960490125	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0157_000000003335	5809	0.7654401658242882	5	3	1	2	1	False	39481	maximal	True	FIJ0157_000000003335	1.0		3	1	True	True	0.9950077533721924	1					non-mobilizable	no_good_hit	74.0	85.135	1.0	8.903770307807102e-05	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
ISR0352_000000001724	4388	0.7654401658242882	4	3	1	2	1	False	24064	maximal	True	ISR0352_000000001724	1.0		1	1	True	True	0.9997721314430237	22					non-mobilizable	no_good_hit	76.0	84.211	2.0	8.903770307807102e-05	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
USA0058_01_000000010867	1691	0.7654373689067158	2	2	2	2	2	True	42487	fragment	False	USA0058_01_000000010867	0.9764525993883792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0154_000000004368	5975	0.7654303851496852	6	5	4	5	4	False	56854	maximal	True	ENG0154_000000004368	1.0		1	1	False	False	0.9993305206298828	0					non-mobilizable	other	4715.0	95.12200000000001	99.0	0.0015542977703138037	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
CAN0009_000000012300	2123	0.7654302641774172	2	2	2	2	2	False	94793	maximal	True	CAN0009_000000012300	1.0		3	3	False	False	0.97597736120224	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.857777760985459e-06	NZ_KQ033901.1	actinobacteria	Nitriliruptor alkaliphilus DSM 45188 NitalDRAFT_Scaffold1.1, whole genome shotgun sequence	True	False
AST0148_000000025512	1321	0.7654218194932443	2	2	1	2	2	False	104677	fragment	False	AST0148_000000025512	1.0		0	0	False	False	0.9856169819831848	0					non-mobilizable	no_good_hit	77.0	94.805	11.0	0.006949524506217996	NZ_QOHO01000094.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_94, whole genome shotgun sequence	True	False
SPA0102_000000016694	2022	0.7654172100648499	2	2	2	2	2	False	4906	fragment	False	SPA0102_000000016694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	92.771	6.0	0.001108557523320265	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	True	False
CAN0004_000000016540	1704	0.7654152123619418	2	2	2	2	1	False	96162	fragment	False	SPA0079_000000013984	0.948507166592273		0	0	False	False	0.9982394576072693	0					non-mobilizable	no_good_hit	982.0	78.921	89.0	0.00031490499828687815	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0130_01_000000002504	14514	0.7654011335283218	15	8	5	7	7	False	55224	maximal	True	USA0130_01_000000002504	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	3741.0	96.605	74.0	0.04268411018642191	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0244_000000007544	3033	0.765399486774057	4	1	1	1	1	False	27198	maximal	True	ISR0244_000000007544	1.0		3	1	False	False	0.9986811876296997	0					non-mobilizable	no_good_hit								True	False
FIJ0131_000000014711	1262	0.7653945861701531	2	2	2	1	1	False	121854	fragment	False	FIJ0048_000000015861	0.14773736509782653		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	98.415	100.0	0.0003919838676861566	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0109_000000007066	2002	0.7653874264499378	2	2	2	2	1	False	63594	fragment	False	MAD0109_000000007066	1.0		0	0	False	False	0.9825174808502197	0					non-mobilizable	no_good_hit	124.0	95.161	6.0	3.463248686236482e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0146_000000005142	3364	0.7653866339013443	6	3	2	3	3	False	39986	maximal	True	FIJ0146_000000005142	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	89.932	31.0	0.01696590347553945	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0128_000000002729	8764	0.7653863333744872	10	4	1	2	4	False	52591	maximal	False	FIJ0136_000000002729	0.9398069699488312		0	0	False	True	0.9982884526252747	0					non-mobilizable	no_good_hit	1566.0	71.648	17.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
MAD0064_000000016512	1386	0.7653860081825253	2	1	1	1	1	False	68544	fragment	False	DEN0092_000000011211	0.6101001013508806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1386.0	96.104	100.0	0.0004706214956113271	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0123_000000001869	15919	0.7653758261815444	18	16	7	12	13	True	123624	fragment	False	FIJ0123_000000001869	0.981719161168256		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4943.0	99.838	97.0	0.005421329822251481	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0194_000000006608	4102	0.7653739091975895	8	3	0	1	2	True	128030	fragment	False	ENG0194_000000006608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1525.0	99.213	49.0	0.38887471293697373	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ENG0075_000000007511	3236	0.7653739091975895	5	3	0	1	2	True	128023	fragment	False	ENG0075_000000007511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1525.0	99.148	57.0	0.38887471293697373	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
ISR0297_000000012120	1273	0.7653736553413317	2	2	1	2	1	False	77778	fragment	False	ISR0265_000000013444	0.9909627635790802		0	0	False	False	0.9921445250511169	0					non-mobilizable	no_good_hit	513.0	82.456	40.0	0.0026485845483562582	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
DEN0069_000000012558	2217	0.765372057796498	3	3	3	3	3	False	70729	fragment	False	SPA0096_000000017470	0.9725756910925845		0	0	False	False	0.9963915348052979	0					non-mobilizable	chromosome	2078.0	76.468	92.0	0.0008642932711132384	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0821_000000004101	6265	0.765371415711639	10	9	2	6	9	True	84499	maximal	True	ISR0821_000000004101	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	5791.0	95.51	94.0	0.06708585641395182	CP049178.1	enterobacteria	Shigella sonnei strain 1205.3131 plasmid p1205-3131, complete sequence	False	True
ISR0344_000000030308	1173	0.7653650730541666	2	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.33533351173941045		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	97.954	100.0	0.0041985949752992215	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0092_000000021061	2596	0.7653573295881173	4	4	4	2	2	False	99136	fragment	False	MON0092_000000021061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0134_000000001937	14664	0.7653409912766079	16	15	13	13	14	False	113986	fragment	False	SPA0078_000000000619	0.9631105065422982		0	0	False	False	1.0	0					non-mobilizable	chromosome	14586.0	99.904	100.0	0.0029561488707247822	CP027255.1	enterobacteria	Escherichia coli strain EC11 chromosome, complete genome	False	False
ISR0839_000000000799	13734	0.7653371042115128	21	8	1	4	7	False	88503	maximal	True	ISR0839_000000000799	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7991.0	99.65	61.0	0.0025637800046339945	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0292_000000012535	1597	0.7653280550586156	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.16107054427862366	PS871	0	0	False	True	0.9993738532066345	0					non-mobilizable	other	1576.0	93.147	99.0	0.6816803811173668	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AST0040_000000003870	4846	0.765326175320338	6	5	4	5	4	False	116380	fragment	False	MON0060_000000006725	0.9592716998922		0	0	False	False	1.0	0					non-mobilizable	other	2739.0	91.931	92.0	0.0006639417594603732	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0092_000000009618	1666	0.7653253959330063	2	2	2	2	1	False	68552	maximal	True	DEN0092_000000009618	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	78.154	69.0	0.00012297307521757326	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
ENG0100_000000005664	5099	0.7653232626899737	5	5	4	4	3	False	99337	fragment	False	MON0019_000000010285	0.5714408018884243		0	0	False	False	0.9976465702056885	0					non-mobilizable	other	4996.0	99.9	98.0	0.02052784718569174	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
FIJ0154_000000022295	1756	0.7653155207123259	3	3	3	3	1	False	39584	maximal	True	FIJ0154_000000022295	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	927.0	91.478	61.0	0.0002596735420201815	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0046_000000028678	1304	0.7653052747456802	2	2	2	1	1	False	36141	fragment	False	ISR0046_000000028678	0.9972910216718267		0	0	False	False	0.9892638325691223	0					non-mobilizable	chromosome	1304.0	99.77	100.0	0.00026006208757805357	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0056_000000006338	3612	0.7653027431543985	5	2	2	1	2	False	46209	fragment	False	FIJ0056_000000006338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1116.0	92.742	64.0	0.019760394144543295	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0052_000000022465	1385	0.7652988226256031	1	1	1	1	1	False	46440	fragment	False	FIJ0052_000000022465	1.0		0	0	False	False	0.9963898658752441	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000009360	3356	0.7652985389563324	4	3	2	3	2	False	74040	fragment	False	DEN0028_000000007037	0.946857297005665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	86.23100000000001	30.0	0.0002333363109246411	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
MAD0088_000000000354	24351	0.7652946475324706	37	7	4	6	3	False	15938	maximal	True	MAD0088_000000000354	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0001_000000010508	1902	0.7652907809294965	3	3	2	3	2	True	52572	maximal	True	FIJ0001_000000010508	1.0		0	0	False	False	0.9821240901947021	0					non-mobilizable	no_good_hit								True	True
ENG0056_000000002696	4465	0.7652867708592005	7	5	2	3	5	False	104391	fragment	False	ENG0056_000000002696	1.0		0	0	False	False	0.9997760653495789	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ENG0089_000000001556	12828	0.7652855623095945	15	11	7	10	9	True	126948	maximal	True	ENG0089_000000001556	1.0	PS981	76	10	False	True	1.0	0					non-mobilizable	other	12828.0	99.774	100.0	0.01931447635537671	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0184_000000003969	5968	0.7652831042892743	6	6	6	5	5	True	112065	fragment	False	ENG0184_000000003969	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3590.0	99.164	100.0	0.012822757267955969	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
MON0026_000000040140	1310	0.7652623931178064	2	2	2	2	1	False	12705	fragment	False	MON0026_000000040140	1.0		0	0	False	False	0.9977099299430847	0					non-mobilizable	no_good_hit	583.0	90.223	87.0	0.00019589779251461743	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0133_000000010150	1880	0.765253077937565	3	3	1	3	1	True	80794	maximal	True	CHI0133_000000010150	1.0		9	3	False	False	0.992553174495697	0					non-mobilizable	other	1886.0	97.561	99.0	0.0005231850975556926	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0142_000000018700	1817	0.7652525915873268	2	2	1	2	2	False	79043	fragment	False	MON0103_000000028099	0.9240145228215768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	76.786	70.0	0.0015118027254269327	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0130_000000007002	4675	0.7652503920379599	5	3	3	3	2	False	130349	backbone	False	ISR0335_000000002496	0.24808032481463185	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4677.0	98.24700000000001	100.0	0.000902930340144434	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0009_000000022337	1830	0.7652497910160836	2	2	2	2	1	False	51237	fragment	False	FIJ0009_000000022337	1.0		0	0	False	False	0.9967213273048401	0					non-mobilizable	no_good_hit	112.0	91.964	6.0	2.745534240151138e-05	NC_011916.1	a-proteobacteria	Caulobacter crescentus NA1000, complete genome	True	False
TAN0010_000000010551	1530	0.7652467906190847	2	2	2	1	1	False	34477	fragment	False	TAN0010_000000010551	0.96875		0	0	False	False	0.9993463754653931	0					non-mobilizable	other	1495.0	97.258	98.0	0.0030665465226306617	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
SPA0122_000000005445	5775	0.7652447852218572	11	10	2	3	10	False	4119	fragment	False	SPA0122_000000005445	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5775.0	99.948	100.0	0.0012703888274440956	CP029794.1	enterobacteria	Shigella sonnei strain 4303 chromosome	False	False
ISR0395_000000031007	1240	0.7652306172688224	2	2	1	2	1	False	22705	maximal	True	ISR0395_000000031007	1.0		7	1	False	False	0.9540322422981262	0					non-mobilizable	no_good_hit	940.0	72.872	74.0	0.0004758890649712989	NZ_JH815225.1	firmicutes	Peptoanaerobacter stomatis strain CM2 supercont2.1, whole genome shotgun sequence	True	False
FIJ0029_000000010472	3272	0.7652292684763932	6	2	1	2	1	True	48887	maximal	True	FIJ0029_000000010472	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0077_000000001410	5331	0.7652111504819453	6	4	4	4	4	False	69927	maximal	False	ENG0027_000000003494	0.9709313090168488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3152.0	99.14299999999999	59.0	0.009200241758177586	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ISR0088_000000006109	3716	0.7652088012396535	3	3	3	3	3	False	72117	fragment	False	ISR0088_000000006109	1.0		0	0	False	False	0.9973089098930359	0					non-mobilizable	no_good_hit	1043.0	74.497	27.0	0.0008119596885895783	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
FIJ0138_000000003331	5190	0.7652023509029972	4	3	3	3	2	False	89103	fragment	False	FIJ0138_000000003331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1867.0	95.876	50.0	0.014859247227962401	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0173_000000000865	18533	0.7651992396507951	23	15	8	13	6	True	132294	maximal	True	CHI0173_000000000865	1.0		1	1	False	False	0.99983811378479	0					non-mobilizable	other	11969.0	90.70100000000001	91.0	0.5280595296097799	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ISR0039_000000011020	3118	0.7651990707497984	5	3	3	3	3	False	98785	maximal	False	USA0010_01_000000008226	0.9192168663549781		0	0	False	False	1.0	0					non-mobilizable	other	2364.0	96.954	100.0	0.09919402233229788	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
MON0058_000000008131	4939	0.7651938890851061	7	6	4	5	5	False	115935	fragment	False	MON0058_000000008131	1.0		0	0	False	False	0.999797523021698	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0016210374639769453	XM_005406892.2	rodents	PREDICTED: Chinchilla lanigera dystonin (Dst), transcript variant X7, mRNA	True	False
ISR0093_000000003496	6043	0.7651926650950764	12	2	1	1	2	False	33540	maximal	True	ISR0093_000000003496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.0002724994849095102	NZ_NHMK01000012.1	bacteria	Deinococcus indicus strain DR1 Masurca_162_len:150459, whole genome shotgun sequence	True	False
CHI0038_000000001826	5879	0.7651903397646864	8	4	1	3	3	False	87896	maximal	True	CHI0038_000000001826	1.0		1	1	True	True	1.0	878					non-mobilizable	no_good_hit	2091.0	98.32600000000001	89.0	0.4071692967075784	LN853428.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0822	True	True
ISR0065_000000006640	4470	0.765183807555217	6	6	5	5	5	False	56446	fragment	False	ISR0014_000000007024	0.8350989225986957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	94.45100000000001	54.0	0.0002252771164529094	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0034_000000005381	2837	0.765177332867449	5	3	3	3	2	False	18817	maximal	True	MAD0034_000000005381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	85.294	2.0	0.10323574730354391	HG417134.1	viruses	Uncultured phage proviral partial gene for viral integrase family 1, clone F02	True	False
ENG0063_000000011254	2834	0.7651753195914605	4	1	0	1	1	False	125158	fragment	False	ENG0063_000000011254	1.0		0	0	False	False	0.9922370910644531	0	rep_cluster_233				non-mobilizable	plasmid	2846.0	94.20200000000001	100.0	0.4873428620630274	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
AST0052_000000009027	2458	0.7651753195914605	3	1	0	1	1	False	125152	fragment	False	ENG0112_000000010832	0.9515316013958899		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1528.0	95.288	100.0	0.34630261660978384	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0019_000000008665	2246	0.7651753195914605	3	1	0	1	1	False	125142	fragment	False	ENG0019_000000008665	0.9965652600588812		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	plasmid	2265.0	92.98	100.0	0.38677458240055107	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
MAD0112_000000013461	2109	0.7651753195914605	2	1	0	1	1	False	125118	fragment	False	MAD0112_000000013461	1.0		0	0	False	False	0.9990516901016235	0	rep_cluster_233				non-mobilizable	no_good_hit	1633.0	90.75299999999999	86.0	0.2805235061133115	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0821_000000014970	2038	0.7651753195914605	2	1	0	1	1	False	125142	fragment	False	ENG0019_000000008665	0.9505788067675869		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	2038.0	99.36200000000001	100.0	0.3584374450114376	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
ISR0211_000000011326	1989	0.7651753195914605	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.621308044408561		0	0	False	False	0.9884364008903503	0	rep_cluster_233				non-mobilizable	plasmid	1809.0	91.211	99.0	0.31031513690373685	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ISR0803_000000007752	1908	0.7651753195914605	1	1	0	1	1	False	40586	backbone	False	ISR0006_000000010751	0.4850891861761427	PS140	0	0	True	True	0.99842768907547	6					non-mobilizable	plasmid	1841.0	87.887	96.0	0.259734702610184	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
ENG0146_000000012388	1843	0.7651753195914605	1	1	0	1	1	False	125116	maximal	True	ENG0146_000000012388	1.0		0	0	False	False	0.9555073380470276	0	rep_cluster_233				non-mobilizable	no_good_hit	1377.0	87.727	88.0	0.1397366540777789	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0079_000000015322	1832	0.7651753195914605	2	1	0	1	1	False	34365	fragment	False	ISR0079_000000015322	1.0		0	0	False	False	0.9967249035835266	0	rep_cluster_233				non-mobilizable	no_good_hit	1663.0	86.41	89.0	0.28448424315481313	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
MAD0070_000000010945	1831	0.7651753195914605	2	1	0	1	1	False	125117	fragment	False	MAD0070_000000010945	1.0		0	0	False	False	0.9923539161682129	0	rep_cluster_233				non-mobilizable	no_good_hit	1627.0	90.719	89.0	0.27949027036335455	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
ISR0176_000000018791	1823	0.7651753195914605	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.37058272331678027		0	0	False	False	0.9978058338165283	0	rep_cluster_233				non-mobilizable	no_good_hit	1545.0	92.16799999999999	85.0	0.1572930488925181	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
SPA0136_000000023751	1775	0.7651753195914605	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.46810510544077283		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1775.0	99.775	100.0	0.31215907091325007	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
ETH0004_000000016638	1702	0.7651753195914605	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.5831272208438505		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1703.0	91.72	100.0	0.17362457895274064	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ENG0194_000000015816	1684	0.7651753195914605	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.3134663945304197		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	plasmid	1702.0	91.12799999999999	100.0	0.28999483382125024	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ISR0319_000000012144	1661	0.7651753195914605	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.3466312324098085		0	0	False	False	0.9981938600540161	0	rep_cluster_233				non-mobilizable	other	1544.0	92.098	93.0	0.15719097682964173	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
USA0022_01_000000004342	1660	0.7651753195914605	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.48028577842448783		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1662.0	91.095	100.0	0.1694396243748086	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0819_000000016422	1616	0.7651753195914605	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.26768846946625374		0	0	False	False	0.9993811845779419	0	rep_cluster_233				non-mobilizable	other	1616.0	99.62899999999999	100.0	0.28418089037480204	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
DEN0079_000000038386	1592	0.7651753195914605	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.3927191295096367		0	0	False	False	0.9993718862533569	0	rep_cluster_233				non-mobilizable	other	1594.0	92.848	100.0	0.2799577687840929	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
ISR0085_000000016384	1590	0.7651753195914605	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.20724877582719423		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1605.0	94.39299999999999	100.0	0.1631111564764724	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0231_000000013453	1464	0.7651753195914605	1	1	0	1	1	False	125115	fragment	False	ISR0231_000000013453	1.0		0	0	False	False	0.9870218634605408	0	rep_cluster_233				non-mobilizable	no_good_hit	1210.0	92.727	81.0	0.12289476370317444	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0381_000000012838	1424	0.7651753195914605	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.08852017832992615		0	0	False	False	0.9992977380752563	0	rep_cluster_233				non-mobilizable	other	1424.0	96.98	100.0	0.3237770193401593	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0089_000000022092	1413	0.7651753195914605	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.06644251288248745		0	0	False	False	0.9971691370010376	0	rep_cluster_233				non-mobilizable	other	1427.0	88.57700000000001	100.0	0.2500439908499032	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
FIJ0088_000000010528	2629	0.7651679972173097	3	3	2	3	3	True	118257	maximal	False	CHI0041_000000005349	0.956559920702642		0	0	False	False	1.0	0					non-mobilizable	other	2629.0	94.751	100.0	0.137244658063842	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0211_000000010517	2446	0.7651578285450771	3	3	3	3	3	False	109998	maximal	True	ENG0211_000000010517	1.0		101	11	False	False	0.9873262643814087	0					non-mobilizable	no_good_hit	427.0	73.536	17.0	0.0027981741071127562	NZ_VJMG01000004.1	a-proteobacteria	Rhizobium straminoryzae strain SM12 SM12_contig_4_1, whole genome shotgun sequence	True	False
SPA0074_000000015499	1366	0.7651486109230121	2	2	2	2	1	True	5810	maximal	True	SPA0074_000000015499	1.0		36	6	False	False	0.9992679357528687	0					non-mobilizable	other	1360.0	99.853	99.0	0.002888187991688484	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	False	True
ISR0130_000000025601	1256	0.7651483796404905	2	2	2	2	2	False	31715	fragment	False	ISR0130_000000025601	1.0		0	0	False	False	0.9856687784194946	0					non-mobilizable	no_good_hit	417.0	71.942	32.0	0.0007818164005094543	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ISR0840_000000010524	1621	0.7651474265138503	3	2	1	2	2	True	76580	fragment	False	ISR0840_000000010524	1.0		0	0	False	False	0.9938309788703918	0					non-mobilizable	other	1622.0	99.69200000000001	100.0	0.0028225602712445576	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
DEN0004_000000002169	1112	0.7651474265138503	2	2	1	2	2	True	76573	fragment	False	DEN0004_000000002169	1.0		0	0	False	False	0.9928057789802551	0					non-mobilizable	other	1084.0	100.0	97.0	0.0018869338109616393	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
ISR0330_000000013646	2170	0.7651458029833638	4	2	2	2	2	False	113570	fragment	False	ISR0330_000000013646	1.0		0	0	False	False	0.9995391964912415	0					non-mobilizable	no_good_hit	1688.0	90.818	86.0	0.0004136151212000183	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0002_000000006850	3015	0.7651328620942778	5	5	5	4	4	False	62229	maximal	True	ISR0002_000000006850	1.0		3	1	True	True	0.999668300151825	4					non-mobilizable	no_good_hit								True	True
CHI0160_000000003451	6674	0.7651201420556772	9	6	1	2	6	True	100026	fragment	False	CHI0160_000000003451	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6684.0	99.072	100.0	0.002144024810484381	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0001_000000005169	6311	0.7651201420556772	9	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.9660483032931203		0	0	False	False	1.0	0					non-mobilizable	other	6311.0	99.87299999999999	100.0	0.002024965806639192	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0068_000000001640	6291	0.7651201420556772	8	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.9669011508413391		0	0	False	False	0.999841034412384	0					non-mobilizable	other	6178.0	99.854	100.0	0.0019819633632018464	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0033_000000000997	6283	0.7651201420556772	8	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.9664599921598152		0	0	False	False	1.0	0					non-mobilizable	other	6170.0	99.854	100.0	0.0019793960531458853	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0091_000000002875	5994	0.7651201420556772	8	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.9565072272479441		0	0	False	False	1.0	0					non-mobilizable	other	5994.0	99.917	100.0	0.00192323614567174	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0024_000000004431	5975	0.7651201420556772	8	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.8846703790678322		0	0	False	False	0.9983263611793518	0					non-mobilizable	other	5975.0	99.916	100.0	0.0019171387842888328	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0049_000000003717	5908	0.7651201420556772	8	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.8787642558177873		0	0	False	False	1.0	0					non-mobilizable	other	5907.0	99.898	100.0	0.0018953166488131646	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0105_000000003208	5843	0.7651201420556772	7	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.9150602854211743		0	0	False	False	1.0	0					non-mobilizable	other	3487.0	95.555	99.0	0.08127406370318516	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0266_000000002253	5707	0.7651201420556772	8	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.6223204984816155		0	0	False	False	0.9998247623443604	0					non-mobilizable	other	5628.0	99.929	99.0	0.0018057817106115269	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0101_000000010998	5072	0.7651201420556772	8	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.1542741527567021		0	0	False	False	1.0	0					non-mobilizable	other	5072.0	99.84200000000001	100.0	0.0016270327479652464	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
TAN0017_000000017832	2062	0.7651194177725641	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.08815017706184523		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	96.848	100.0	0.047119341563786006	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0062_01_000000001429	16808	0.7651194043336248	23	7	2	7	2	False	109421	maximal	True	USA0062_01_000000001429	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0063_000000001511	16198	0.7651194043336248	22	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.30257350708639674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000001444	16096	0.7651194043336248	21	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.5217415740014075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0077_000000001251	15910	0.7651194043336248	22	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.6049499839445399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000003358	15820	0.7651194043336248	21	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.46494644236772414		0	0	False	False	0.9999367594718933	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	1.1635778238493756e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ISR0815_000000001285	15811	0.7651194043336248	20	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.640244945317708		0	0	False	False	0.9997470378875732	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	0.0	0.00024572612068662897	NZ_SPFU01000013.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_13_length_170922_cov_30.4897, whole genome shotgun sequence	True	False
ENG0129_000000001318	15771	0.7651194043336248	21	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.6777543289087604		0	0	False	False	0.999873161315918	0					non-mobilizable	no_good_hit								True	False
ENG0071_000000001200	15756	0.7651194043336248	21	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.4860186158730581		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000001121	15703	0.7651194043336248	19	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.6601213999644544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0066_000000001430	15700	0.7651194043336248	19	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.6163866187374945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0105_000000002668	15689	0.7651194043336248	19	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.36111890322554036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	1.0	9.856822610987823e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ISR0146_000000002277	15596	0.7651194043336248	21	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.30419447856777754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	1.1635778238493756e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
USA0066_01_000000001033	15567	0.7651194043336248	17	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.4269095126843667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0110_000000001380	15507	0.7651194043336248	18	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.39065881104103606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0848_000000000581	15473	0.7651194043336248	19	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.6874395233225493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000001116	15464	0.7651194043336248	18	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.43850842102752924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0018_000000001783	15447	0.7651194043336248	19	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.3413535127176731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0006_01_000000001346	15423	0.7651194043336248	20	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.5541329348158355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000002078	15346	0.7651194043336248	19	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.6280399849551478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0014_000000000879	15306	0.7651194043336248	18	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.5211814983844317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0337_000000000407	15213	0.7651194043336248	17	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.655701810849379		0	0	False	False	0.9999342560768127	0					non-mobilizable	no_good_hit								True	False
DEN0080_000000000011	15181	0.7651194043336248	17	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.4655828423505774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0149_000000001602	15160	0.7651194043336248	19	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.5044213240918078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0034_000000001577	15137	0.7651194043336248	17	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.4333013454655719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000002298	15131	0.7651194043336248	19	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.53360284152813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0032085561497326204	MN856085.1	viruses	Myoviridae sp. isolate 322, complete genome	True	False
ISR0087_000000001014	15071	0.7651194043336248	20	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.3612423113632312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0016_01_000000001414	14975	0.7651194043336248	19	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.6110697326726232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0772_000000000223	14921	0.7651194043336248	20	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.18253883579627142		0	0	False	False	0.9999330043792725	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000001713	14801	0.7651194043336248	18	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.43582381083060384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0104_000000001668	14722	0.7651194043336248	19	7	2	7	2	False	109420	fragment	False	ISR0848_000000000581	0.2792506304552785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0014_000000002116	14681	0.7651194043336248	18	7	2	7	2	False	38059	maximal	True	ISR0014_000000002116	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.8308439844942433e-06	LR828286.1	monocots	Ananas comosus genome assembly, chromosome: 6	True	False
ISR0219_000000002015	13316	0.7651194043336248	19	7	2	7	2	False	109418	fragment	False	ISR0821_000000001646	0.8219978961901206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000004407	12839	0.7651194043336248	17	7	2	7	2	False	109418	fragment	False	ISR0821_000000001646	0.9217060482472148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0176_000000000623	12828	0.7651194043336248	17	7	2	7	2	False	109418	fragment	False	ISR0821_000000001646	0.925737683139444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000001828	12755	0.7651194043336248	17	7	2	7	2	False	109418	fragment	False	ISR0821_000000001646	0.9239712746266461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0089_000000001269	11906	0.7651194043336248	15	7	2	7	2	False	109418	fragment	False	ISR0821_000000001646	0.5104038742423896		0	0	False	False	0.9990760684013367	0					non-mobilizable	no_good_hit								True	False
ISR0289_000000000416	11726	0.7651194043336248	16	7	2	7	2	False	109417	fragment	False	ISR0289_000000000416	1.0		0	0	False	False	0.9999147057533264	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.018214505658019e-07	CP039349.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu04	True	False
ISR0042_000000001527	11607	0.7651194043336248	13	7	2	7	2	False	109418	fragment	False	ISR0821_000000001646	0.21111671052877168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0049_000000014668	1123	0.7651184209683715	3	2	2	2	2	False	86723	fragment	False	CHI0049_000000014668	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	78.667	25.0	0.011147936125338957	NZ_CABJCG010000035.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0065_000000004202	6509	0.7651131979034026	11	7	5	6	5	False	35211	maximal	True	ISR0065_000000004202	1.0	PS77	1	1	False	True	0.9981564283370972	0					non-mobilizable	no_good_hit	208.0	88.462	3.0	0.00018434862293368462	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
SPA0141_000000003215	6630	0.7651129649000256	5	2	2	2	2	True	94224	maximal	True	SPA0141_000000003215	0.9997679096394863		5	4	False	False	0.9998491406440735	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	0.003503826016915022	NZ_WNCH01000033.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold33_size24830, whole genome shotgun sequence	True	True
SPA0140_000000003156	6463	0.7651129649000256	5	2	2	2	2	True	94224	maximal	False	SPA0141_000000003215	0.9871794871794872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	1.0	0.00044695298398418474	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	True	True
USA0059_01_000000015683	1638	0.7651107282120853	2	2	2	2	2	False	42620	maximal	True	USA0059_01_000000015683	0.9755025125628141		15	7	False	False	0.9951159954071045	0					non-mobilizable	no_good_hit	426.0	73.005	25.0	0.0001371650775049273	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
MON0069_000000037543	1402	0.7651076503617543	3	2	2	2	1	False	11108	fragment	False	SPA0044_000000019755	0.9806201550387597		0	0	False	False	0.960770308971405	0					non-mobilizable	no_good_hit	1173.0	77.067	83.0	0.0003901126143031643	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0052_000000002514	12520	0.7650984117923841	14	9	6	9	6	True	117407	fragment	False	SPA0052_000000002514	0.9680535738546312		0	0	False	False	1.0	0					non-mobilizable	plasmid	11271.0	99.37899999999999	100.0	0.4824899392071239	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
USA0001_01_000000003163	4831	0.7650969283683698	5	5	5	5	5	False	92267	fragment	False	ISR0794_000000003473	0.8071346128963848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	8.77776581592044e-06	NZ_CM001773.1	enterobacteria	Providencia sneebia DSM 19967 chromosome, whole genome shotgun sequence	True	False
ENG0207_000000003417	4808	0.7650969283683698	6	5	5	5	5	False	92267	fragment	False	ISR0794_000000003473	0.8075203489678547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	1.0	0.0008687602364167201	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0046_000000006651	4074	0.765093264959493	5	5	3	3	3	False	122178	maximal	True	ISR0046_000000006651	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2578.0	96.54799999999999	63.0	0.0007708695114823946	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
DEN0077_000000000190	14653	0.765093120583548	14	11	6	5	11	True	124569	maximal	True	DEN0077_000000000190	0.9727654127853231		3	2	False	False	0.9999317526817322	0					non-mobilizable	no_good_hit	11208.0	97.234	80.0	0.0017261935497793126	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
ENG0139_000000004275	4222	0.7650903652778209	7	2	0	2	1	True	109113	fragment	False	ENG0139_000000004275	0.9545106056733963		0	0	False	False	0.994789183139801	0					non-mobilizable	other	4143.0	98.866	98.0	0.009290386908571544	NZ_FQZN01000001.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
ISR0015_000000003874	5918	0.7650813037577937	3	3	3	3	2	False	120295	maximal	True	ISR0015_000000003874	1.0		14	5	False	False	0.9996620416641235	0					non-mobilizable	no_good_hit								True	False
ISR0227_000000004404	5873	0.7650813037577937	3	3	3	3	2	False	120295	maximal	False	ISR0015_000000003874	0.998225751943224		0	0	False	False	0.9998297095298767	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000010994	3274	0.7650807827403656	4	3	2	3	2	False	47410	maximal	True	FIJ0041_000000010994	1.0		1	1	False	False	0.9996945858001709	0					non-mobilizable	no_good_hit	865.0	95.723	50.0	0.0010476855286608996	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0096_000000025218	1276	0.7650758133661659	1	1	1	1	1	True	60809	fragment	False	ENG0096_000000025218	1.0		0	0	False	False	0.9835423231124878	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	4.0	0.0049515608180839615	NZ_JABJWD010000130.1	a-proteobacteria	Gluconacetobacter entanii strain AV429 NODE_189_length_9200_cov_83.612610, whole genome shotgun sequence	True	True
ENG0174_000000012034	1650	0.7650742763465622	3	3	3	3	2	False	68730	fragment	False	DEN0090_000000017202	0.6847089458189914		0	0	False	False	0.9993939399719238	0					non-mobilizable	no_good_hit	254.0	73.622	15.0	0.0007314850345356868	NZ_CADIKW010000005.1	b-proteobacteria	Achromobacter dolens strain LMG 26841 isolate LMG 26841, whole genome shotgun sequence	True	False
ISR0331_000000000282	35080	0.7650693646612954	53	16	9	14	10	False	72944	maximal	True	ISR0331_000000000282	1.0		1	1	False	False	0.99994295835495	0					non-mobilizable	no_good_hit	5258.0	94.161	63.0	0.0016329550170512983	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0028_000000005999	4201	0.7650663983253173	5	5	5	5	5	False	96751	fragment	False	DEN0028_000000005999	1.0		0	0	False	False	0.997143566608429	0					non-mobilizable	no_good_hit	963.0	78.816	37.0	0.0004195484133441823	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0138_000000012385	2121	0.7650607920352724	3	1	1	1	1	False	37628	maximal	True	SPA0138_000000012385	1.0		18	3	False	False	0.9995285272598267	0					non-mobilizable	other	2123.0	98.116	100.0	0.0019284518014340188	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0021_000000013954	1699	0.7650607920352724	2	1	1	1	1	False	37627	fragment	False	ISR0021_000000013954	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1640.0	97.866	100.0	0.0014892994110084503	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0223_000000019323	1623	0.7650607920352724	2	1	1	1	1	False	27797	fragment	False	ISR0223_000000019323	1.0		0	0	False	False	0.985828697681427	0					non-mobilizable	other	1623.0	97.59700000000001	100.0	0.0014738427016145897	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0814_000000026226	1579	0.7650607920352724	2	1	1	1	1	False	21518	fragment	False	ISR0814_000000026226	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1579.0	98.92299999999999	100.0	0.00143383710083048	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0095_000000025818	1245	0.7650607920352724	2	1	1	1	1	False	26366	fragment	False	MON0095_000000025818	0.9492694805194806		0	0	False	False	0.908433735370636	0					non-mobilizable	other	1234.0	96.677	99.0	0.0005966171372829098	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0095_000000025379	1113	0.7650456239475	2	2	2	2	2	False	91382	fragment	False	MON0070_000000030840	0.8142169840120158		0	0	False	False	0.9991015195846558	0					non-mobilizable	no_good_hit	349.0	72.779	30.0	0.0005779080418922952	NZ_WJIE01000007.1	d-proteobacteria	Polyangium spumosum strain DSM 14734 Scaffold7, whole genome shotgun sequence	True	False
ENG0089_000000016932	1209	0.7650451729448414	2	2	2	2	2	False	61275	maximal	True	ENG0089_000000016932	1.0		2	1	False	False	0.9917287230491638	0					non-mobilizable	other	1200.0	79.667	98.0	0.005010142586633716	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	False	False
CAN0002_000000011135	1723	0.7650394025510089	3	3	3	3	1	False	96914	fragment	False	SPA0024_000000007534	0.4770981897970379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	86.26299999999999	89.0	0.004342591060311229	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ISR0012_000000017870	1270	0.7650262107711745	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9110353816836464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	5.0	2.0532242858061277e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0104_000000015881	2149	0.7650201766746176	3	2	1	2	2	False	107874	fragment	False	AST0104_000000015881	1.0		0	0	False	False	0.9920893311500549	0					non-mobilizable	no_good_hit	519.0	81.888	24.0	0.0001265117975928924	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0001_000000002807	8055	0.7650094261846375	8	4	2	4	2	False	122861	fragment	False	ENG0001_000000002807	0.99275956284153		0	0	False	False	0.9941651225090027	0					non-mobilizable	no_good_hit	2680.0	86.381	33.0	0.010958802942588346	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0085_000000022923	1220	0.7650027715947876	2	1	1	1	1	False	68927	maximal	True	DEN0085_000000022923	1.0		1	1	False	False	0.9877049326896667	0					non-mobilizable	no_good_hit	826.0	88.015	68.0	0.0002827477598666116	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0050_000000019105	1264	0.7650007448857711	3	2	2	2	1	False	101087	fragment	False	TAN0024_000000004209	0.2285551939472597		0	0	False	False	0.9984177350997925	0					non-mobilizable	chromosome	1130.0	79.558	95.0	0.0002971673865995648	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0010_000000002871	11846	0.7650005480532734	15	6	1	4	4	False	76053	fragment	False	DEN0010_000000002871	1.0		0	0	False	False	0.9994090795516968	0					non-mobilizable	no_good_hit	2496.0	73.678	21.0	0.004082581373533782	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0066_000000020625	1692	0.7649993491953023	3	1	1	1	1	False	10637	fragment	False	MON0066_000000020625	1.0		0	0	False	False	0.9988179802894592	0					non-mobilizable	no_good_hit	274.0	78.467	16.0	4.218034433586969e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
USA0066_01_000000015555	1313	0.7649993491953023	2	1	1	1	1	False	104788	fragment	False	AST0148_000000022141	0.3535294486630401		0	0	False	False	0.9801980257034302	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	8.65174604757504e-06	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
USA0016_01_000000011710	1169	0.7649993491953023	3	1	1	1	1	False	1916	fragment	False	USA0016_01_000000011710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000002560	7955	0.7649975664346588	7	4	3	3	3	False	33866	maximal	True	ISR0087_000000002560	1.0		2	1	False	False	0.9961031079292297	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000006466	4059	0.764994340059143	6	5	1	1	4	False	67165	fragment	False	ENG0165_000000003959	0.6336296296296297		0	0	False	False	1.0	0					non-mobilizable	other	4059.0	99.926	100.0	0.001855609950605474	CP002220.1	high GC Gram+	Bifidobacterium bifidum S17, complete genome	False	False
FIJ0097_000000003702	7363	0.7649935838152634	9	3	2	2	2	False	101688	maximal	True	FIJ0097_000000003702	1.0		1	1	False	False	0.999320924282074	0					non-mobilizable	no_good_hit	343.0	87.755	5.0	0.00011281323938119899	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0119_000000010317	3084	0.7649919692713633	6	6	4	5	5	False	118688	fragment	False	ISR0119_000000010317	0.9685513549682168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1958.0	92.288	80.0	0.00046746155907779184	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
SPA0015_000000001223	9847	0.7649786048443245	8	7	4	5	6	False	57259	maximal	True	SPA0015_000000001223	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	83.105	16.0	0.00025304565602891807	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
MON0106_000000028034	1543	0.7649751616433792	3	3	3	3	2	False	8642	fragment	False	MON0106_000000028034	1.0		0	0	False	False	0.9928710460662842	0					non-mobilizable	no_good_hit	398.0	72.362	26.0	0.0034623415295972934	NZ_FQZY01000009.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0002_000000017403	1173	0.7649750880485894	1	1	0	1	1	False	38627	fragment	False	ISR0002_000000017403	1.0		0	0	False	False	0.9752770662307739	0	IncFIB				non-mobilizable	plasmid	1155.0	97.662	98.0	0.007992962868046849	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
CAN0014_000000008240	5371	0.7649743784249144	4	3	2	3	2	False	95401	maximal	True	CAN0014_000000008240	1.0		7	3	False	False	1.0	0					non-mobilizable	chromosome	5369.0	99.385	99.0	0.0015005127077990588	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0231_000000013470	1462	0.7649723697728573	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.8781284014627732		0	0	False	False	0.9740082025527954	0					non-mobilizable	chromosome	1416.0	94.915	97.0	0.00039463177636637055	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0207_000000024198	1259	0.7649723697728573	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.30551008561057097		0	0	False	False	0.9896743297576904	0					non-mobilizable	chromosome	1262.0	94.295	100.0	0.00035153014972777403	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0116_000000001866	10716	0.7649682246236438	20	11	7	10	11	False	106289	maximal	True	AST0116_000000001866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	75.732	10.0	0.0002277731711157413	CP029758.2	firmicutes	Clostridium sp. AWRP chromosome, complete genome	True	False
ISR0384_000000018804	1109	0.7649651120067379	2	1	1	1	1	False	23061	fragment	False	ISR0384_000000018804	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	97.656	100.0	0.031365888181174806	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	False	False
ISR0206_000000008307	3114	0.7649442590732874	3	2	2	2	0	True	42256	maximal	True	ISR0206_000000008307	1.0		0	0	False	False	0.994540810585022	0					non-mobilizable	no_good_hit	1854.0	99.083	60.0	0.0008910688739014919	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	True	True
ISR0778_000000002858	4302	0.7649430971105902	5	4	4	4	4	False	124967	maximal	False	ENG0124_000000006998	0.9783260457599408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2703.0	78.431	76.0	0.006404730541242106	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0781_000000004784	5033	0.7649413344059659	6	3	1	3	2	False	91334	fragment	False	ISR0781_000000004784	1.0		0	0	False	False	0.9962249398231506	0					non-mobilizable	no_good_hit	250.0	96.4	5.0	0.004281513833244493	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0802_000000011462	1527	0.7649246428908646	2	2	2	2	1	False	21855	fragment	False	MAD0099_000000020248	0.9466580976863753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	82.464	65.0	0.0003201379626876885	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ISR0089_000000027637	1161	0.7649242570003919	2	2	2	1	0	True	33696	maximal	True	ISR0089_000000027637	1.0		1	1	False	False	0.9629629850387573	0					non-mobilizable	no_good_hit	636.0	98.428	55.0	0.001106373933481663	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	True	True
ISR0010_000000006816	2780	0.7649154144264069	4	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.27746849744315893	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2782.0	98.56200000000001	100.0	0.0840598135367478	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0020_000000009361	2431	0.7649154144264069	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.25822558415146635	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2432.0	99.34200000000001	100.0	0.07355612059571377	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0047_01_000000008103	4257	0.7649142228842102	5	5	5	5	4	False	116631	fragment	False	SPA0101_000000007479	0.08208166383563041		0	0	False	False	0.9992952942848206	0					non-mobilizable	other	4248.0	99.67	99.0	0.0007904827882470267	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
ISR0196_000000008430	2330	0.7649059009553267	3	3	3	2	1	False	114361	fragment	False	ISR0196_000000008430	0.7104677532513939		0	0	False	False	0.9991416335105896	0					non-mobilizable	chromosome	2006.0	79.76100000000001	93.0	0.0006291344075057374	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0077_000000003516	5792	0.7649029568983424	9	4	2	2	3	False	62023	maximal	True	ENG0077_000000003516	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.00010005821568912822	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0044_000000003138	5656	0.7649029568983424	9	4	2	2	3	False	64537	maximal	False	SPA0040_000000006183	0.9504074800977352		0	0	True	True	0.99929279088974	21					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	0.00013644302139426576	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
SPA0040_000000006183	5615	0.7649029568983424	9	4	2	2	3	False	64537	maximal	True	SPA0040_000000006183	0.9542963224893919		1	1	True	True	0.9994657039642334	27					non-mobilizable	no_good_hit								True	True
ISR0255_000000002879	8691	0.7648980332536145	12	11	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.00908098114598461		0	0	False	False	0.9997698664665222	0					non-mobilizable	other	8616.0	99.524	99.0	0.5887185104052574	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
SPA0094_000000001969	8061	0.7648980332536145	11	11	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.008911590814368495		0	0	False	False	1.0	0					non-mobilizable	plasmid	7984.0	99.975	99.0	0.20665821015299388	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AST0153_000000003407	8028	0.7648980332536145	11	11	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.008927796178949898		0	0	False	False	0.9998754262924194	0					non-mobilizable	other	8028.0	100.0	100.0	0.5494934282584885	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0092_000000002211	8028	0.7648980332536145	11	11	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.008927796178949898		0	0	False	False	1.0	0					non-mobilizable	other	8028.0	100.0	100.0	0.5494934282584885	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0053_000000011419	2222	0.7648979527742431	2	2	2	2	2	False	64438	fragment	False	ENG0046_000000008032	0.5670080796989092		0	0	False	False	0.9977497458457947	0					non-mobilizable	no_good_hit	801.0	74.906	36.0	0.0001443522194153735	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
ISR0097_000000008970	3080	0.764894908702293	2	1	1	1	1	True	105314	maximal	True	ISR0097_000000008970	1.0		115	8	False	False	0.9990260004997253	0					non-mobilizable	chromosome	1885.0	93.846	100.0	0.0008506651438822468	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0824_000000013360	1724	0.764894908702293	3	1	1	1	1	True	105309	fragment	False	ISR0824_000000013360	0.9912115505335845		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	100.0	100.0	0.0007820364901948147	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
FIJ0079_000000020658	1376	0.764894908702293	2	1	1	1	1	True	105308	fragment	False	FIJ0079_000000020658	0.9907951721026801		0	0	False	False	1.0	0					non-mobilizable	chromosome	1376.0	99.927	100.0	0.0006244867854054486	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
ISR0189_000000012485	1344	0.764894908702293	2	1	1	1	1	True	105308	fragment	False	FIJ0079_000000020658	0.9849991050375181		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	99.926	100.0	0.0006095618144698991	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
FIJ0137_000000008979	1299	0.764894908702293	2	1	1	1	1	True	105308	fragment	False	FIJ0079_000000020658	0.961538654752974		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	99.846	100.0	0.0005891371818182643	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0233_000000017531	1136	0.764894908702293	2	1	1	1	1	True	105305	fragment	False	AST0140_000000025695	0.96685229319491		0	0	False	False	0.9973591566085815	0					non-mobilizable	chromosome	1118.0	99.195	99.0	0.00046507444938432803	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
AST0140_000000025695	1131	0.764894908702293	2	1	1	1	1	True	105305	fragment	False	AST0140_000000025695	0.9675225962483122		0	0	False	False	0.9964632987976074	0					non-mobilizable	chromosome	1131.0	99.912	100.0	0.0005132145945513869	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
MON0021_000000004536	5000	0.7648937835981794	6	5	3	5	3	False	13084	maximal	True	MON0021_000000004536	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	75.541	15.0	0.00020431024355916876	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0034_000000009570	1739	0.7648927985658652	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.2400895540423745		0	0	False	False	0.999424934387207	0					non-mobilizable	chromosome	1748.0	99.085	100.0	0.0005506502053669956	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0113_000000005011	4917	0.7648841206103605	4	4	4	4	3	False	41964	maximal	True	FIJ0113_000000005011	1.0		4	1	False	False	0.9995932579040527	0					non-mobilizable	no_good_hit	1394.0	80.99	28.0	0.029269834580128544	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
AST0024_000000024570	1460	0.7648826940854992	3	3	3	3	2	False	121031	fragment	False	DEN0096_000000023538	0.4119879488761924		0	0	False	False	0.9965753555297852	0					non-mobilizable	no_good_hit	519.0	74.952	35.0	0.010713068665871529	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
SPA0117_000000032484	1138	0.7648757704604968	2	2	2	2	1	False	4271	fragment	False	SPA0117_000000032484	1.0		0	0	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit								True	False
USA0117_01_000000005288	4753	0.7648707828776106	8	6	3	5	4	False	57609	maximal	True	USA0117_01_000000005288	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0269_000000002428	5334	0.7648678321598651	6	5	3	5	3	False	130349	backbone	False	ISR0335_000000002496	0.9201560554131019	PS1101	0	0	False	True	0.9977502822875977	0					non-mobilizable	other	5334.0	99.4	100.0	0.0010326951037430549	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0184_000000015510	1454	0.7648676689856244	2	2	2	2	2	False	77616	maximal	True	ENG0184_000000015510	1.0		1	1	False	False	0.9642366170883179	0					non-mobilizable	no_good_hit	1289.0	98.759	89.0	0.00041514599569447187	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0083_000000007199	4225	0.7648571563258623	5	4	4	4	4	False	94369	fragment	False	SPA0110_000000004781	0.9516641303654193		0	0	False	False	0.9997633099555969	0					non-mobilizable	other	4221.0	99.787	99.0	0.0013316192679628182	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0386_000000012197	2709	0.7648479224923611	2	2	2	2	1	False	23002	maximal	True	ISR0386_000000012197	1.0		1	1	False	False	0.9937246441841125	0					non-mobilizable	other	2222.0	98.29	100.0	0.0006167696930314189	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0103_000000016729	2924	0.7648444511215472	5	2	1	2	1	True	8913	fragment	False	MON0103_000000016729	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	2.0	0.00012939994218300456	NZ_KB898627.1	firmicutes	Salsuginibacillus kocurii DSM 18087 D469DRAFT_scaffold00005.5, whole genome shotgun sequence	True	True
MON0093_000000015384	2773	0.7648423083608138	6	1	1	1	1	False	9397	maximal	True	MON0093_000000015384	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0178_000000006165	1657	0.7648381074434677	3	3	2	1	2	False	101908	fragment	False	ENG0098_000000015225	0.7393527612603136		0	0	False	False	0.9987930059432983	0					non-mobilizable	chromosome	1661.0	96.749	100.0	0.0003024911129535791	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0098_000000015225	1645	0.7648381074434677	3	3	2	1	2	False	101908	fragment	False	ENG0098_000000015225	0.7901370351725251		0	0	False	False	1.0	0					non-mobilizable	chromosome	1645.0	100.0	100.0	0.000300299148366959	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0147_000000009491	1584	0.7648381074434677	3	3	2	1	2	False	101908	fragment	False	ENG0098_000000015225	0.6466684587158594		0	0	False	False	0.995580792427063	0					non-mobilizable	chromosome	1431.0	99.86	100.0	0.00026120911323889985	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ETH0002_000000000247	44170	0.7648361255336458	43	23	18	22	12	True	53399	maximal	False	MAD0094_000000000101	0.6249681318516519	PS221|PS222	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	925.0	72.757	2.0	0.0002637993740891354	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
ENG0203_000000004182	3678	0.7648228452835109	5	3	3	3	3	False	122032	maximal	True	ENG0203_000000004182	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	98.463	34.0	0.3215216258467952	NZ_CABMGA010000048.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0054_000000020122	2294	0.7648184980815679	2	2	2	2	2	False	124158	maximal	False	MON0070_000000013243	0.9249674978690864		0	0	False	False	0.991717517375946	0					non-mobilizable	other	2296.0	88.15299999999999	100.0	0.0006509204293065782	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0090_000000006963	3435	0.7648074014649214	5	5	5	3	3	False	132072	backbone	False	SPA0051_000000006600	0.9274626909165349	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	206.0	97.087	8.0	0.000537162471995493	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0082_000000004554	3546	0.7648013720735031	4	3	2	3	2	False	40152	fragment	False	SPA0082_000000004554	0.9839170138761958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	99.029	3.0	0.019093972295020592	NZ_CABKPS010000027.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0081_000000003734	3481	0.7648013720735031	4	3	2	3	2	False	40152	fragment	False	SPA0082_000000004554	0.979334385562603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	100.0	1.0	0.00786222388618495	NZ_CABKPS010000027.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0080_000000003615	3477	0.7648013720735031	4	3	2	3	2	False	40152	fragment	False	SPA0082_000000004554	0.9787651038944774		0	0	False	False	0.9887834191322327	0					non-mobilizable	no_good_hit	43.0	100.0	1.0	0.00786222388618495	NZ_CABKPS010000027.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0070_000000019117	1167	0.7647995190586281	1	1	1	1	1	True	16340	maximal	True	MAD0070_000000019117	1.0		41	9	False	False	0.9982861876487732	0					non-mobilizable	no_good_hit	885.0	98.079	82.0	0.001039234634257594	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
AST0092_000000009283	1490	0.7647954115999192	2	2	2	2	1	False	114361	fragment	False	ISR0196_000000008430	0.21031385480287423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1311.0	78.947	89.0	0.00041038727383390283	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0161_000000011828	1482	0.7647949008818294	3	1	1	1	1	True	39275	fragment	False	FIJ0161_000000011828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	71.285	40.0	0.00011211012417340234	CP014771.1	CFB group bacteria	Hymenobacter sp. PAMC 26554, complete genome	True	True
ENG0011_000000015102	1851	0.7647933059050275	2	2	2	2	2	False	67168	maximal	True	ENG0011_000000015102	1.0		1	1	False	False	0.9994597434997559	0					non-mobilizable	no_good_hit	470.0	82.979	25.0	0.00013011780298197406	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0050_000000011160	2945	0.7647816889709336	4	4	4	4	3	False	121959	maximal	False	SPA0109_000000009850	0.9753825681969395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	73.441	14.0	0.0007619532537196765	NZ_FMYF01000001.1	high GC Gram+	Raineyella antarctica strain LZ-22, whole genome shotgun sequence	True	False
ENG0153_000000012879	2328	0.7647766509837811	3	3	3	3	2	False	114440	maximal	True	ENG0153_000000012879	1.0		28	5	False	False	0.9909793734550476	0					non-mobilizable	no_good_hit	1170.0	76.581	50.0	0.0004795449353305989	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0154_000000006270	4442	0.7647760843049526	7	6	4	6	4	False	125191	maximal	True	ENG0154_000000006270	1.0		45	10	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	79.265	15.0	0.00020177915000984802	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0176_000000001559	6843	0.7647705891135439	6	5	3	5	5	False	77725	fragment	False	CHI0176_000000001559	0.9965836855672388		0	0	False	False	1.0	0					non-mobilizable	other	3566.0	99.916	97.0	0.2561247216035635	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0034_000000019786	1402	0.7647622716067527	2	2	2	1	1	False	48080	fragment	False	FIJ0034_000000019786	1.0		0	0	False	False	0.9907275438308716	0					non-mobilizable	no_good_hit	60.0	91.667	4.0	1.985905456763304e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0050_000000004020	5517	0.7647619708058457	5	5	4	5	3	False	102148	maximal	True	ISR0050_000000004020	1.0		3	1	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	1214.0	86.491	23.0	0.05184613405377589	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0089_000000033506	1106	0.7647606964906709	1	1	1	1	1	False	89945	fragment	False	CHI0013_000000007185	0.31698872501051256		0	0	False	False	0.9909583926200867	0					non-mobilizable	other	1110.0	88.288	100.0	0.00025779858208446835	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CAN0017_000000012022	3026	0.7647548752603378	3	3	2	2	3	False	92523	maximal	True	CAN0017_000000012022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1703.0	92.366	56.0	0.00047663022431409933	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0371_000000004114	3797	0.7647530738708794	5	2	1	1	2	False	104909	fragment	False	ISR0856_000000000942	0.704434687489698		0	0	False	False	0.9994732737541199	0					non-mobilizable	plasmid	3798.0	99.579	100.0	0.3063331988705123	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CAN0016_000000013623	3516	0.764741497068218	5	3	3	3	1	True	98510	fragment	False	CAN0016_000000013623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.039927427349415e-06	NZ_JWJG01000028.1	b-proteobacteria	Noviherbaspirillum autotrophicum strain TSA66 contig01, whole genome shotgun sequence	True	True
ISR0341_000000009473	1453	0.7647359555835206	3	2	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.17499077607289532		0	0	False	False	0.9931176900863647	0					non-mobilizable	other	1453.0	98.899	100.0	0.033196159122085046	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0026_000000016046	1427	0.7647359555835206	3	2	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.17296875397303121		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	98.73899999999999	100.0	0.03260173754000915	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0834_000000005583	3016	0.7647356449737978	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.5213009928581415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1229.0	84.459	60.0	0.0004194948582748274	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
TAN0002_000000003511	7278	0.7647314630904771	9	8	6	5	6	False	103055	maximal	True	TAN0002_000000003511	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	89.61	4.0	0.0005315262594748451	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0312_000000003064	4832	0.7647310025662741	4	3	3	2	2	False	96008	maximal	True	ISR0312_000000003064	1.0		14	3	False	False	0.9989652037620544	0					non-mobilizable	no_good_hit	587.0	78.535	12.0	0.002353448065620148	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
ISR0259_000000000030	98666	0.764729125491855	91	16	5	13	5	True	127415	maximal	False	SPA0046_000000000019	0.9180562858322744		0	0	True	True	0.9999898672103882	18					non-mobilizable	virus	34943.0	96.955	98.0	0.3531600392287705	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
SPA0045_000000020587	1190	0.7647223320483507	2	2	2	1	1	False	89621	fragment	False	MAD0007_000000007192	0.7764230116470935		0	0	False	False	0.9991596341133118	0					non-mobilizable	other	1190.0	98.90799999999999	100.0	0.0004844418386625331	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
AST0005_000000007963	3671	0.764721690075696	3	3	3	3	2	False	128569	fragment	False	ISR0208_000000006126	0.7063004835435388		0	0	False	False	0.9950966835021973	0					non-mobilizable	chromosome	3609.0	99.806	98.0	0.0007201105233934131	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0034_01_000000028827	1817	0.7647075652821469	3	2	2	2	2	False	95251	fragment	False	CAN0007_000000022451	0.9769700332963374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	95.652	34.0	0.00013823377590226903	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0069_01_000000035171	1726	0.7647075652821469	2	2	2	2	2	False	95251	fragment	False	CAN0007_000000022451	0.963894455924653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	92.59299999999999	31.0	0.00020078701495468703	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0006_000000012188	1814	0.7647064628722156	2	2	2	1	1	False	14046	fragment	False	MON0006_000000012188	1.0		0	0	False	False	0.9972436428070068	0					non-mobilizable	no_good_hit	1618.0	96.786	89.0	0.00044903943882566605	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
TAN0009_000000039585	1107	0.7647053115414959	2	1	1	1	1	False	2646	maximal	True	TAN0009_000000039585	1.0		1	1	False	False	0.9990966320037842	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	6.0	0.0003038717941525717	NZ_RYYR01000003.1	firmicutes	Lysinibacillus antri strain SYSU K30002 SYSU_K30002_Contig3, whole genome shotgun sequence	True	False
ENG0175_000000000109	68411	0.7646889014086679	74	30	22	26	19	True	117634	fragment	False	ENG0175_000000000109	0.9636442032787014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10092.0	95.491	15.0	0.9894902268932325	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
ENG0106_000000004070	4996	0.764688124988808	5	4	3	3	2	False	111426	fragment	False	ENG0106_000000004070	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2483.0	97.02	99.0	0.00341710101848171	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0119_01_000000012880	1907	0.7646819705362214	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.8670606127960294		0	0	False	False	0.9984268546104431	0					non-mobilizable	other	1907.0	99.58	100.0	0.052816803835176104	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0223_000000027496	1179	0.7646811056599186	2	2	2	2	2	False	84571	fragment	False	MAD0062_000000012232	0.9301376745026132		0	0	False	False	1.0	0					non-mobilizable	chromosome	1179.0	99.06700000000001	100.0	0.00031423983968966547	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0811_000000003010	4489	0.7646795458711044	6	3	2	1	3	False	113741	fragment	False	ISR0811_000000003010	1.0		0	0	False	False	0.999554455280304	0					non-mobilizable	other	4361.0	95.82700000000001	99.0	0.001914485438667072	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0005_000000004076	4001	0.7646795458711044	6	3	2	1	3	False	113739	fragment	False	CHI0005_000000004076	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4008.0	96.53200000000001	99.0	0.0017585684093652113	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0379_000000007816	2963	0.7646778826485484	5	4	2	3	3	True	131042	maximal	True	ISR0379_000000007816	0.9724921800029526		218	11	False	False	1.0	0					non-mobilizable	other	2963.0	97.435	100.0	0.0008863802379700516	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0814_000000013822	2837	0.7646740796598774	3	3	2	3	3	False	129647	backbone	False	ISR0398_000000007698	0.5653010910825367	PS1061|PS1063	0	0	False	True	0.9996474981307983	0					non-mobilizable	no_good_hit	1466.0	79.4	51.0	0.0013915766544353395	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	True
CHI0018_000000004846	3433	0.7646722907329327	4	4	1	3	3	True	123556	backbone	False	ISR0826_000000002301	0.30713549270759305	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3452.0	95.742	100.0	0.0011544787022309119	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
ENG0090_000000014663	1647	0.764668489469075	3	3	3	2	2	False	67636	fragment	False	ENG0090_000000014663	1.0		0	0	False	False	0.9975713491439819	0					non-mobilizable	no_good_hit								True	False
ENG0027_000000008996	2468	0.7646650152194416	2	2	2	2	2	False	65982	fragment	False	ENG0027_000000008996	1.0		0	0	False	False	0.9963533282279968	0					non-mobilizable	other	2236.0	99.59700000000001	91.0	0.025619569453678444	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0205_000000003550	2629	0.7646641817362342	5	1	1	1	1	False	72017	fragment	False	ENG0205_000000003550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0130_000000019361	1500	0.7646641817362342	2	1	1	1	1	False	58418	fragment	False	ENG0130_000000019361	1.0		0	0	False	False	0.9986666440963745	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000026108	1445	0.7646599871686538	2	1	1	1	1	True	95146	fragment	False	ISR0087_000000026108	1.0		0	0	False	False	0.9993079304695129	0					non-mobilizable	no_good_hit	48.0	89.583	3.0	7.732705064757291e-05	NZ_FXAZ01000003.1	firmicutes	Paenibacillus aquistagni strain 11, whole genome shotgun sequence	True	True
ITA0004_000000000973	1404	0.7646530370151159	3	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.021193722208498023	PS871	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1240.0	92.339	88.0	0.5365959289735817	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0377_000000006067	2347	0.7646472552681454	3	3	3	1	1	True	120771	fragment	False	ISR0377_000000006067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2094.0	93.887	89.0	0.0007747471770172939	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
MON0049_000000011814	1834	0.7646442951042401	3	3	2	2	2	False	70066	fragment	False	MON0049_000000011814	1.0		0	0	False	False	0.9994547367095947	0					non-mobilizable	other	1834.0	99.564	100.0	0.0005473921740557635	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0094_000000004238	6195	0.7646389894226407	8	3	1	2	2	False	91522	fragment	False	MON0094_000000004238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	71.388	17.0	0.0002863077683545218	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0144_000000002288	5545	0.7646389894226407	9	3	1	2	2	False	91531	fragment	False	CHI0144_000000002288	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000006338	5002	0.7646389894226407	9	3	1	2	2	False	91520	fragment	False	SPA0090_000000006338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0111_01_000000004732	4952	0.7646389894226407	5	3	1	2	2	False	91513	fragment	False	USA0111_01_000000004732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1058.0	71.078	21.0	0.00028491927287268605	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0103_000000002899	7933	0.7646340425721886	16	5	4	5	4	False	125900	fragment	False	ISR0103_000000002899	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6483.0	94.046	94.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0338_000000003137	6325	0.7646340425721886	9	5	4	5	4	False	125899	fragment	False	ISR0338_000000003137	0.958834600162555		0	0	False	False	0.9979446530342102	0					non-mobilizable	other	5260.0	94.18299999999999	99.0	0.10471507665247547	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0773_000000002932	3842	0.7646338241838773	5	4	4	3	3	False	22510	maximal	True	ISR0773_000000002932	1.0		1	1	False	False	0.9955752491950989	0					non-mobilizable	no_good_hit	2653.0	98.64299999999999	69.0	0.007225453301402668	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0826_000000005686	2128	0.7646308516273186	4	4	3	4	2	False	21103	maximal	True	ISR0826_000000005686	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	79.41199999999999	6.0	7.079231504177013e-05	CP009415.1	bacteria	Candidatus Izimaplasma sp. HR1 chromosome, complete genome	True	False
AUS0004_000000010364	1998	0.7646043267744015	3	3	3	3	2	False	102438	fragment	False	AUS0004_000000010364	1.0		0	0	False	False	0.9909909963607788	0					non-mobilizable	no_good_hit	143.0	83.21700000000001	7.0	0.00033316831334714495	NZ_RJVG01000003.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_103, whole genome shotgun sequence	True	False
ENG0130_000000008957	3377	0.7646024629513011	5	5	4	4	2	False	113756	fragment	False	ISR0059_000000003816	0.8084396783820795		0	0	False	False	0.9979271292686462	0					non-mobilizable	other	1736.0	98.272	100.0	0.0004253836605109851	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0177_000000026669	1204	0.7645992659643817	1	1	1	1	1	False	60214	fragment	False	ENG0104_000000025714	0.9904618537721468		0	0	False	False	0.9975082874298096	0					non-mobilizable	other	1193.0	99.749	99.0	0.000382690571557358	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0158_000000019383	1189	0.7645992659643817	1	1	1	1	1	False	60214	fragment	False	ENG0104_000000025714	0.9874505178962949		0	0	False	False	0.9957947731018066	0					non-mobilizable	other	1186.0	99.831	99.0	0.00038044322759687017	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0027_01_000000017664	1533	0.7645946127678971	2	2	2	2	1	False	1575	fragment	False	USA0027_01_000000017664	1.0		0	0	False	False	0.9941291809082031	0					non-mobilizable	no_good_hit	972.0	73.663	62.0	0.11675807434491164	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0092_000000007697	2794	0.7645922283126528	5	2	2	2	1	True	61117	maximal	True	ENG0092_000000007697	1.0		5	3	False	False	0.992483913898468	0					non-mobilizable	no_good_hit	207.0	79.71	7.0	7.212195715309877e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
ENG0084_000000019542	1510	0.7645900835236189	3	2	1	1	2	True	61506	maximal	True	ENG0084_000000019542	1.0		1	1	False	False	0.9920529723167419	0					non-mobilizable	other	1427.0	86.545	94.0	0.03112151167876826	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0318_000000001977	2175	0.7645825206999287	4	4	4	3	3	False	120910	fragment	False	ISR0318_000000001977	1.0		0	0	False	False	0.9908046126365662	0					non-mobilizable	other	2178.0	97.337	100.0	0.002421515077967219	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0050_000000011710	2265	0.7645823812240833	4	2	2	2	1	False	36455	maximal	True	ISR0050_000000011710	1.0		1	1	False	False	0.9991170167922974	0					non-mobilizable	no_good_hit	884.0	80.882	67.0	0.004341048560547761	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0013_000000004925	5112	0.7645822983302198	10	7	4	7	4	True	112150	backbone	False	ISR0003_000000003180	0.10367659218813943	PS715|PS716	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	13.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0030_000000005833	5083	0.7645822983302198	10	7	4	7	4	True	112150	backbone	False	ISR0003_000000003180	0.13598610389201327	PS715|PS716	0	0	False	True	0.9992130398750305	0					non-mobilizable	no_good_hit	651.0	78.648	13.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0112_000000005953	5732	0.7645751840606783	7	4	3	4	4	False	4575	maximal	True	SPA0112_000000005953	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	79.873	36.0	0.48719789423307014	NZ_FNVV01000001.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0144_000000004914	3888	0.7645660556768986	3	3	3	2	3	False	87947	fragment	False	ISR0349_000000002372	0.9821068548387097		0	0	False	False	1.0	0					non-mobilizable	other	3888.0	98.405	100.0	0.18616026471011365	NZ_QRST01000031.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf31, whole genome shotgun sequence	False	False
ISR0172_000000007380	2187	0.7645584390673973	3	3	3	2	1	False	130138	fragment	False	ISR0172_000000007380	0.998112317130722		0	0	False	False	0.9890260696411133	0					non-mobilizable	no_good_hit	704.0	87.64200000000001	49.0	0.0026105006739770586	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0026_000000005143	5563	0.7645583054708684	8	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8629146882591208	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9998202323913574	29					non-mobilizable	no_good_hit	1622.0	92.29299999999999	65.0	0.27598014038692004	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0096_000000006574	5988	0.7645547347216356	5	5	5	4	4	True	130114	maximal	True	DEN0096_000000006574	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2650.0	93.66	80.0	0.0009287596859013786	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
TAN0019_000000001216	4547	0.7645484667938631	5	5	5	5	3	False	48390	maximal	True	TAN0019_000000001216	1.0		2	1	False	False	0.9969210624694824	0					non-mobilizable	no_good_hit	854.0	77.04899999999999	23.0	0.00028350009281853574	CP017038.2	CFB group bacteria	Tannerella sp. oral taxon BU063, complete genome	True	False
MAD0056_000000002000	5461	0.7645440856983979	6	6	2	4	6	True	17075	fragment	False	MAD0056_000000002000	1.0		0	0	False	False	1.0	0		MOBF	MPF_Unknown		conjugative	plasmid	4783.0	99.895	100.0	0.06466356555603635	CP040265.1	enterobacteria	Escherichia coli strain 631 plasmid pEc631_2, complete sequence	False	True
ENG0096_000000000902	23007	0.7645422316230037	27	13	6	13	5	True	108400	backbone	False	ISR0280_000000000088	0.16921664340871623	PS672	0	0	False	True	1.0	0					non-mobilizable	other	22883.0	97.79700000000001	100.0	0.22825522912342328	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0112_000000000527	22991	0.7645422316230037	27	13	6	13	5	True	108400	backbone	False	ISR0280_000000000088	0.16905177453739265	PS672	0	0	False	True	1.0	0					non-mobilizable	other	22804.0	97.85600000000001	99.0	0.22749680664218425	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0136_000000001098	22937	0.7645422316230037	27	13	6	13	5	True	108400	backbone	False	ISR0280_000000000088	0.16911741933829266	PS672	0	0	False	True	1.0	0					non-mobilizable	other	22807.0	97.882	99.0	0.22752674437170686	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0355_000000000587	22239	0.7645422316230037	26	13	6	13	5	True	108400	backbone	False	ISR0280_000000000088	0.16013228712438057	PS672	0	0	False	True	0.9998651146888733	0					non-mobilizable	plasmid	22116.0	98.399	100.0	0.22493616415222942	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0057_000000023683	1169	0.7645321959083279	1	1	1	1	1	False	63497	fragment	False	ENG0057_000000023683	1.0		0	0	False	False	0.9957228302955627	0					non-mobilizable	no_good_hit								True	False
ENG0009_000000001941	6830	0.7645290817786493	6	4	4	4	4	False	100185	fragment	False	ENG0009_000000001941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	70.833	14.0	0.0004048895546707665	CP049366.1	firmicutes	Lactobacillus sp. NFFJ11 chromosome, complete genome	True	False
CHI0014_000000002023	3134	0.7645286912335404	4	4	2	1	3	False	127763	fragment	False	CHI0014_000000002023	1.0		0	0	False	False	0.996809184551239	0					non-mobilizable	no_good_hit	1252.0	97.36399999999999	40.0	0.023923353476631225	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0312_000000000130	38832	0.7645268862163475	83	12	5	8	9	False	34162	fragment	False	ISR0312_000000000130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	80.0	1.0	0.00016003007276535187	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	False
MON0107_000000027716	2154	0.7645249381429444	3	2	2	2	1	False	20168	maximal	True	MON0107_000000027716	1.0		1	1	False	False	0.9995357394218445	0					non-mobilizable	no_good_hit	610.0	81.96700000000001	28.0	0.00023511507814370233	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0077_000000003758	7168	0.7645246042774559	10	5	3	5	1	True	48068	fragment	False	SPA0077_000000003758	1.0		0	0	False	False	0.9998604655265808	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	4.876909905126781e-07	CP040771.1	eudicots	Cicer arietinum chromosome Ca6	True	True
MON0050_000000003739	5990	0.7645206306734188	6	6	5	5	5	False	94818	fragment	False	MON0050_000000003739	1.0		0	0	False	False	0.9818029999732971	0					non-mobilizable	chromosome	3668.0	92.148	95.0	0.0013018556161980045	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
SPA0081_000000006594	1928	0.7645185319297796	4	4	3	2	2	True	5627	maximal	True	SPA0081_000000006594	1.0		0	0	False	False	0.9953319430351257	0					non-mobilizable	no_good_hit	1003.0	86.14200000000001	74.0	0.2412690605017216	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0111_000000012070	1679	0.7645157768790206	3	2	2	2	1	True	59734	fragment	False	ENG0111_000000012070	0.9967006598680264		0	0	False	False	0.9880881309509277	0					non-mobilizable	other	1649.0	98.848	98.0	0.017680696070121984	NZ_LT962686.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	True
USA0081_01_000000018352	1667	0.7645157768790206	3	2	2	2	1	True	59734	fragment	False	ENG0111_000000012070	0.9931506849315068		0	0	False	False	0.9976004958152771	0					non-mobilizable	other	1649.0	98.666	99.0	0.017680696070121984	NZ_LT962686.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	True
DEN0065_000000024209	1430	0.7645155461701791	2	2	1	2	1	False	71058	maximal	True	DEN0065_000000024209	1.0		13	8	False	False	0.9986013770103455	0					non-mobilizable	no_good_hit	104.0	76.923	7.0	3.462907719560957e-05	NC_020134.1	firmicutes	Thermoclostridium stercorarium subsp. stercorarium DSM 8532, complete sequence	True	False
DEN0012_000000001691	3714	0.7645139874372242	3	2	1	2	1	False	75468	maximal	True	DEN0012_000000001691	0.9965470157157141		8	3	False	False	1.0	0	IncU				non-mobilizable	plasmid	3618.0	99.66799999999999	100.0	0.01782782540958147	CP035203.1	enterobacteria	Klebsiella pneumoniae strain LH94 plasmid pLH94-1, complete sequence	False	True
FIJ0113_000000006306	3974	0.7645132620272573	6	5	4	5	3	False	41960	fragment	False	FIJ0113_000000006306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.5107465916905708e-06	CP025657.1	eudicots	Ipomoea trifida cultivar NCNSP0306 chromosome 14	True	False
USA0015_01_000000018614	1797	0.7645078620611805	3	3	3	2	2	False	62518	fragment	False	USA0015_01_000000018614	1.0		0	0	False	False	0.9849749803543091	0					non-mobilizable	no_good_hit	158.0	83.544	9.0	5.27795818417675e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0019_000000014611	4263	0.7645066174881415	7	4	4	4	3	False	82475	fragment	False	MON0019_000000014611	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	80.469	3.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
ISR0153_000000003675	6836	0.7645061515019479	9	9	2	7	9	True	106002	backbone	False	ISR0144_000000000662	0.9413093435338165	PS645	0	0	False	True	0.9998537302017212	0					non-mobilizable	plasmid	5490.0	98.725	100.0	0.03866164713844592	CP053733.1	enterobacteria	Escherichia coli strain CP55_Sichuan plasmid pCP55-141k, complete sequence	False	True
SPA0130_000000014149	2309	0.7645016900190831	3	2	2	2	1	True	68183	fragment	False	DEN0096_000000018725	0.9877573934227554		0	0	False	False	0.9952360391616821	0					non-mobilizable	no_good_hit	1002.0	98.204	58.0	0.12368583797155226	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
DEN0003_000000021428	1109	0.7644934182918979	2	2	2	2	2	False	76601	maximal	True	DEN0003_000000021428	1.0		26	8	False	False	0.9783588647842407	0					non-mobilizable	no_good_hit	352.0	72.727	31.0	8.723791845164568e-05	CP006903.1	firmicutes	Clostridium botulinum 202F, complete genome	True	False
SPA0052_000000023501	1137	0.7644797205998686	2	2	2	1	1	False	127425	backbone	False	ISR0200_000000018185	0.12065829853411823	PS1007	0	0	False	True	0.9947229623794556	0					non-mobilizable	chromosome	1081.0	100.0	100.0	0.0004890821467807979	CP033606.1	firmicutes	Lactococcus lactis strain IL6288 chromosome, complete genome	False	True
ISR0049_000000006343	4422	0.76447764492103	5	2	2	2	2	False	36006	maximal	True	ISR0049_000000006343	1.0		47	7	False	False	0.9979647397994995	0					non-mobilizable	no_good_hit	505.0	71.683	11.0	0.0002485181146647209	NZ_LR130785.1	firmicutes	Senegalia massiliensis strain SIT17, whole genome shotgun sequence	True	False
FIJ0044_000000000025	101501	0.7644662233603764	115	42	26	40	23	True	98444	maximal	True	FIJ0044_000000000025	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	78.767	1.0	0.00025082563437983364	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
SPA0031_000000006951	3978	0.7644632280840595	9	8	1	3	6	False	131126	maximal	True	SPA0031_000000006951	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	81.562	51.0	0.0004468444451176564	CP026615.2	firmicutes	Clostridioides difficile strain R3 chromosome, complete genome	True	False
ISR0304_000000004498	2112	0.7644589270455918	3	3	3	3	2	False	131559	fragment	False	ISR0304_000000004498	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1960.0	80.561	92.0	0.0003114257863421375	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
DEN0083_000000000907	21587	0.7644523564070819	19	10	5	8	7	True	69149	maximal	True	DEN0083_000000000907	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.405979673589237e-06	CP012309.1	firmicutes	Clostridioides difficile strain DSM 28668 chromosome, complete genome	True	True
MON0103_000000044414	1316	0.7644470304944129	2	2	2	2	1	False	37566	fragment	False	MON0103_000000044414	1.0		0	0	False	False	0.9977203607559204	0					non-mobilizable	no_good_hit	118.0	78.814	9.0	0.00012044856280157181	NZ_CABJAT010000001.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ENG0198_000000001536	12600	0.7644461201707895	12	11	5	9	5	False	132288	fragment	False	CHI0140_000000001647	0.22971437313180582		0	0	False	False	1.0	0					non-mobilizable	other	12620.0	92.781	99.0	0.5573814058555167	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
ENG0116_000000017382	1380	0.7644419259848204	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.8007692322024936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	389.0	72.237	28.0	0.00012814292500595915	NC_013665.1	euryarchaeotes	Methanocella paludicola SANAE, complete genome	True	False
ISR0272_000000002825	3868	0.7644397411891449	3	2	1	1	2	True	105307	maximal	True	ISR0272_000000002825	1.0		269	11	False	False	1.0	0					non-mobilizable	chromosome	2885.0	98.37100000000001	100.0	0.0013084701300022526	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
SPA0068_000000003574	3503	0.7644389244205639	4	4	1	4	3	True	5990	fragment	False	SPA0068_000000003574	1.0		0	0	False	False	0.9948615431785583	0					non-mobilizable	plasmid	3503.0	100.0	100.0	0.04118643270452086	CP060664.1	enterobacteria	Citrobacter freundii strain MGH281 plasmid unnamed2, complete sequence	False	True
MON0093_000000003212	9906	0.764438484245068	12	11	3	3	9	True	132544	fragment	False	CHI0126_000000000854	0.02121857362717241		0	0	False	False	0.9995961785316467	0					non-mobilizable	other	9600.0	99.99	97.0	0.65710569550931	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
USA0042_01_000000002816	9792	0.764438484245068	11	11	3	3	9	True	132544	fragment	False	CHI0126_000000000854	0.02267767344863064		0	0	False	False	1.0	0					non-mobilizable	other	9722.0	99.928	99.0	0.6654572836801752	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
MON0068_000000003330	9783	0.764438484245068	11	11	3	3	9	True	132544	fragment	False	CHI0126_000000000854	0.0227152976025732		0	0	False	False	0.9996933341026306	0					non-mobilizable	other	9781.0	99.88799999999999	99.0	0.6694961664841182	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
USA0049_01_000000000272	9717	0.764438484245068	11	11	3	3	9	True	132544	fragment	False	CHI0126_000000000854	0.02264779187361214		0	0	False	False	1.0	0					non-mobilizable	other	9717.0	99.835	100.0	0.6651150054764513	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
SPA0149_000000003056	9534	0.764438484245068	11	11	3	3	9	True	132544	fragment	False	CHI0126_000000000854	0.021048462436456212		0	0	False	False	1.0	0					non-mobilizable	other	9534.0	99.601	100.0	0.6525876232201533	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
CHI0129_000000001916	9394	0.764438484245068	11	11	3	3	9	True	132544	fragment	False	CHI0126_000000000854	0.021004470832122153		0	0	False	False	1.0	0					non-mobilizable	other	9394.0	99.98899999999999	100.0	0.6430038335158818	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
MAD0096_000000000739	15963	0.7644300375505331	25	7	4	5	5	False	16424	maximal	True	MAD0096_000000000739	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	76.709	2.0	0.004021632147657399	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	True	False
SPA0094_000000002260	6886	0.7644228388385709	7	7	7	6	6	True	120788	maximal	True	SPA0094_000000002260	1.0		80	10	False	False	1.0	0					non-mobilizable	other	3750.0	95.28	91.0	0.0013894962547080648	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
CHI0023_000000009674	1378	0.7644088160292059	2	2	2	2	2	False	90684	fragment	False	CHI0023_000000009674	1.0		0	0	False	False	0.9992743134498596	0					non-mobilizable	chromosome	1378.0	99.78200000000001	100.0	0.0005822562790229595	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0149_000000013846	1341	0.7644086042420049	2	2	2	2	2	False	114317	fragment	False	ENG0149_000000013846	1.0		0	0	False	False	0.991051435470581	0					non-mobilizable	other	1223.0	98.20100000000001	91.0	0.0022044193014768886	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0046_000000005596	3415	0.76440741138585	3	3	3	3	2	False	122428	fragment	False	AST0046_000000005596	0.9556584054941774		0	0	False	True	0.9941434860229492	0					non-mobilizable	no_good_hit	1558.0	93.068	46.0	0.6738847986141187	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0212_000000008935	3785	0.7644026764297116	4	3	1	3	1	True	28367	maximal	True	ISR0212_000000008935	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	74.08800000000001	22.0	0.023071254464032652	NZ_FOJY01000023.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
ISR0152_000000004174	6035	0.7644014803802522	7	4	2	2	4	False	30737	maximal	True	ISR0152_000000004174	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	5093.0	79.658	86.0	0.0021422758696818547	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
MAD0040_000000024660	1388	0.7643936993310742	2	2	2	2	1	False	18335	fragment	False	MAD0040_000000024660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000021036	1770	0.7643917929470692	2	1	1	1	1	False	69444	fragment	False	SPA0098_000000021036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	4.0	0.0002128514194099896	NZ_KE150240.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.3, whole genome shotgun sequence	True	False
CHI0105_000000002555	2848	0.7643850563934588	3	3	2	3	1	False	83203	maximal	True	CHI0105_000000002555	1.0		5	3	False	False	0.9824438095092773	0					non-mobilizable	no_good_hit	875.0	98.514	31.0	0.040524875967913945	NZ_QSFT01000043.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf43, whole genome shotgun sequence	True	False
ENG0204_000000013920	1899	0.764382005142407	3	3	3	2	2	False	89229	maximal	True	ENG0204_000000013920	1.0		5	3	False	False	0.9626119136810303	0					non-mobilizable	chromosome	1703.0	99.941	90.0	0.0003242751583318234	CP047609.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 chromosome, complete genome	False	False
ISR0380_000000002228	5237	0.764377096715371	7	3	3	3	2	True	110269	fragment	False	ISR0380_000000002228	0.9958680050526352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	99.556	4.0	0.0030167537574745463	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0029_000000008826	5185	0.764377096715371	6	3	3	3	2	True	110269	fragment	False	ISR0380_000000002228	0.9901040629921823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	2.0	0.001183845884790271	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0317_000000002995	5139	0.764377096715371	6	3	3	3	2	True	110269	fragment	False	ISR0380_000000002228	0.9924006094009397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	98.49600000000001	3.0	0.000472879297559298	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0344_000000005686	5139	0.764377096715371	6	3	3	3	2	True	110269	fragment	False	ISR0380_000000002228	0.9924006094009397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	98.49600000000001	3.0	0.000472879297559298	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0398_000000004365	5098	0.764377096715371	6	3	3	3	2	True	110269	fragment	False	ISR0380_000000002228	0.9876053230330282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	97.82600000000001	2.0	0.0003260001218022433	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0202_000000011073	1260	0.7643697088980314	2	2	2	2	2	False	28704	maximal	True	ISR0202_000000011073	1.0		1	1	False	False	0.9992063641548157	0					non-mobilizable	chromosome	1260.0	100.0	100.0	0.00022235837281710396	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	False	False
ISR0230_000000026406	1343	0.7643668290941219	1	1	1	1	1	False	27518	maximal	True	ISR0230_000000026406	1.0		3	3	False	False	0.9918093681335449	0					non-mobilizable	no_good_hit	1031.0	97.478	77.0	0.0052788839516802735	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	False
AST0003_000000002777	12149	0.7643656121292396	12	9	8	8	5	True	130765	fragment	False	AST0003_000000002777	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9848.0	97.88799999999999	92.0	0.0031591235101714786	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
AST0010_000000012376	2358	0.7643654648287423	3	3	3	3	3	False	126294	maximal	True	AST0010_000000012376	1.0		173	11	False	False	0.9987277388572693	0					non-mobilizable	other	2358.0	98.516	100.0	0.00748565276353023	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
MON0082_000000009980	3102	0.7643621778405357	7	4	1	1	3	False	67163	fragment	False	MON0082_000000009980	1.0		0	0	False	False	0.9990328550338745	0					non-mobilizable	other	3102.0	99.936	100.0	0.0014029325407058546	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	False	False
ISR0228_000000006719	3688	0.7643620250970673	4	3	3	3	3	False	46885	maximal	True	ISR0228_000000006719	1.0		18	5	False	False	1.0	0					non-mobilizable	other	2587.0	96.057	97.0	0.05881142386755996	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0064_000000003162	8143	0.7643594603526801	7	4	3	3	3	False	100637	fragment	False	MAD0006_000000000696	0.9781221237478851		0	0	False	False	0.9985263347625732	0					non-mobilizable	no_good_hit	1240.0	95.96799999999999	16.0	0.01804969526488514	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0020_000000002920	7474	0.7643594603526801	7	4	3	3	3	False	100637	fragment	False	MAD0006_000000000696	0.9368533331378468		0	0	False	False	0.9997324347496033	0					non-mobilizable	no_good_hit	1240.0	95.96799999999999	17.0	0.01804969526488514	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0089_000000019147	1483	0.7643474949782207	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.038104887587604885		0	0	False	False	0.9844908714294434	0					non-mobilizable	other	1489.0	94.694	100.0	0.0030863358543985514	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0098_000000014707	2984	0.7643418094333971	4	3	2	2	3	False	15332	fragment	False	MAD0098_000000014707	1.0		0	0	False	False	0.9993297457695007	0					non-mobilizable	no_good_hit	1948.0	73.357	64.0	0.04637170738865654	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
SPA0088_000000011506	1280	0.7643388091421441	1	1	1	1	1	False	5448	fragment	False	SPA0088_000000011506	1.0		0	0	False	False	0.9945312738418579	0					non-mobilizable	other	1280.0	97.656	100.0	0.050834658187599364	NZ_JAAIPV010000053.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_53_length_25160_cov_79.8066, whole genome shotgun sequence	False	False
ISR0228_000000018788	1449	0.7643375034048236	2	2	2	2	2	False	66228	fragment	False	ENG0024_000000016892	0.9487225032829599		0	0	False	False	0.9896480441093445	0					non-mobilizable	other	1430.0	98.671	99.0	0.002577835664329357	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0822_000000001984	2943	0.7643313517934835	4	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.28079460189000993	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2943.0	99.83	100.0	0.000611467107455056	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
ENG0139_000000004677	3893	0.7643312293947292	5	3	1	3	1	True	57874	maximal	True	ENG0139_000000004677	1.0		1	1	False	False	0.9997431039810181	0					non-mobilizable	no_good_hit	44.0	93.182	1.0	1.10983150692922e-05	CP006903.1	firmicutes	Clostridium botulinum 202F, complete genome	True	True
ENG0065_000000014193	1927	0.7643291863428588	3	2	1	1	0	True	62841	fragment	False	ENG0065_000000014193	1.0		0	0	False	False	0.9948105812072754	0					non-mobilizable	no_good_hit								True	True
ENG0136_000000005550	2063	0.7643275088715074	3	3	3	3	2	False	63451	fragment	False	ISR0196_000000009151	0.930095539715857		0	0	False	False	0.9912748336791992	0					non-mobilizable	other	2075.0	90.506	100.0	0.0005822982457422252	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0148_000000017808	1631	0.7643265210741944	2	2	2	2	1	True	110593	maximal	True	ISR0148_000000017808	1.0		8	5	False	False	0.9987737536430359	0					non-mobilizable	other	1635.0	88.257	100.0	0.011441583069558904	NZ_CYYA01000008.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MAD0008_000000008701	1608	0.7643256839589754	2	2	0	2	1	False	19816	maximal	True	MAD0008_000000008701	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0119_01_000000017773	1385	0.7643228477879026	2	2	2	2	1	True	110325	fragment	False	USA0119_01_000000017773	0.9644670050761421		0	0	False	False	0.9884476661682129	0					non-mobilizable	other	1385.0	94.946	100.0	0.012102980271442564	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ENG0060_000000013489	2219	0.7643177414596657	3	3	3	3	3	False	110216	fragment	False	MON0082_000000011921	0.633099463475031		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	79.493	93.0	0.0004022440157922928	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0119_000000006736	2542	0.7643126978186531	3	3	1	3	1	False	54688	fragment	False	FIJ0119_000000006736	0.9535892961732745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	83.56700000000001	28.0	0.00019619636541335159	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0088_000000012585	2206	0.7643126978186531	3	3	1	3	1	False	43668	fragment	False	FIJ0088_000000012585	1.0		0	0	False	False	0.9981867671012878	0					non-mobilizable	no_good_hit	671.0	83.01	30.0	0.00018528101840747325	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CAN0005_000000008513	2001	0.7643075521595991	4	2	1	1	2	False	96177	fragment	False	CAN0005_000000008513	0.9717484926787252		0	0	False	False	0.9910045266151428	0					non-mobilizable	no_good_hit	953.0	79.748	47.0	0.0019508536564812162	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
SPA0155_000000012269	1590	0.7643075521595991	3	2	1	1	2	False	93405	fragment	False	SPA0155_000000012269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	79.6	59.0	0.0019508536564812162	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
CAN0014_000000041669	1198	0.7643075521595991	2	2	1	1	2	False	93403	fragment	False	CAN0014_000000041669	1.0		0	0	False	False	0.9874791502952576	0					non-mobilizable	no_good_hit	915.0	79.891	76.0	0.0018750105337670437	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
SPA0127_000000014528	2020	0.7642943081885051	3	2	1	1	2	False	3917	maximal	True	SPA0127_000000014528	1.0		0	0	False	False	0.9995049238204956	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	2.0670110734772545e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	False
MON0034_000000017334	1661	0.7642875629987207	2	2	2	2	2	False	12234	fragment	False	MON0034_000000017334	1.0		0	0	False	False	0.9500300884246826	0					non-mobilizable	no_good_hit	1056.0	76.32600000000001	62.0	0.10274240940254652	NZ_CABJCG010000041.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
SPA0090_000000004312	6757	0.7642871032048968	6	5	3	5	5	False	77725	fragment	False	CHI0176_000000001559	0.994154610550928		0	0	False	False	0.9998520016670227	0					non-mobilizable	other	3566.0	99.97200000000001	98.0	0.2561247216035635	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0835_000000013269	1167	0.7642854597806669	2	2	1	2	1	True	20939	fragment	False	ISR0835_000000013269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	78.899	9.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
USA0039_01_000000007561	3026	0.7642851293084959	5	2	2	1	2	False	49487	fragment	False	USA0039_01_000000007561	0.9932849364791289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2415.0	80.373	82.0	0.0007526918662944393	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0387_000000002536	8019	0.7642833500123206	4	4	4	4	2	True	72854	fragment	False	ISR0387_000000002536	1.0		0	0	False	False	0.9998753070831299	0					non-mobilizable	no_good_hit	704.0	78.125	9.0	0.00019514911090232106	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MON0107_000000014735	3775	0.764261122306432	4	2	2	2	2	False	104983	fragment	False	MON0106_000000010046	0.9640252708919154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	76.101	33.0	0.000351219523107644	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0066_000000006134	4928	0.7642598086835616	7	7	4	6	7	False	48589	maximal	True	FIJ0066_000000006134	1.0		1	1	False	False	0.9943181872367859	0					non-mobilizable	chromosome	2394.0	100.0	90.0	0.0004762080071799352	CP021726.1	enterobacteria	Escherichia coli strain Combat11I9 chromosome, complete genome	False	False
ISR0319_000000006120	2896	0.7642581115604881	5	2	1	2	1	True	129261	maximal	True	ISR0319_000000006120	1.0		27	6	False	False	0.9962016344070435	0					non-mobilizable	no_good_hit	1383.0	82.35700000000001	71.0	0.0004844935595526568	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0055_000000003125	6159	0.7642571409938961	8	5	4	4	4	True	95950	fragment	False	CHI0119_000000001379	0.9770177625428482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	78.947	16.0	0.0035287907383705374	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
CAN0020_000000020591	1752	0.7642560136604968	2	2	2	2	2	False	102683	fragment	False	CAN0020_000000020591	0.9617685966886551		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	99.88600000000001	100.0	0.0038522801274266504	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0060_000000010210	2789	0.7642489494260715	3	3	2	3	3	False	35417	maximal	True	ISR0060_000000010210	1.0		11	4	False	False	0.9949802756309509	0					non-mobilizable	no_good_hit	763.0	85.976	63.0	0.0002039352809643968	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0007_000000014944	1722	0.7642470802684718	2	2	2	2	2	False	76290	fragment	False	DEN0007_000000014944	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1630.0	88.65	94.0	0.00045496350644596884	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0160_000000005499	4755	0.7642420842579485	6	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.5241794614052171	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4778.0	95.689	99.0	0.04759101069774868	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0172_000000003356	4693	0.7642420842579485	6	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.5137279148469214	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4719.0	96.228	100.0	0.04696231837777423	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0076_000000015236	1702	0.764241674693152	3	3	2	1	1	True	106366	fragment	False	ISR0076_000000015236	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	97.944	100.0	0.5677570093457944	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MAD0005_000000001298	10746	0.7642375728740708	15	6	5	5	2	True	51464	fragment	False	MAD0005_000000001298	0.9081141089074238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	1.0	0.00515033407572383	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ENG0172_000000006084	3344	0.7642354080257772	5	3	3	3	2	False	119273	maximal	True	ENG0172_000000006084	1.0		0	0	False	False	0.9979066848754883	0					non-mobilizable	no_good_hit	326.0	73.006	10.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0161_000000012294	1728	0.7642275394385156	3	3	3	2	1	False	131711	fragment	False	ISR0072_000000012984	0.37105489584724		0	0	False	False	1.0	0					non-mobilizable	chromosome	1545.0	95.728	100.0	0.0004137661942299983	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0030_000000023900	1506	0.7642237692451131	3	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.2271091547750806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1511.0	92.654	100.0	0.000532131309399422	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0114_000000003246	7461	0.7642219648458272	14	4	2	4	2	False	32564	maximal	True	ISR0114_000000003246	1.0		1	1	False	False	0.9974534511566162	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	1.0	0.0002160393808928599	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0031_000000003312	6439	0.7642058119751212	7	7	6	7	7	False	87105	maximal	True	FIJ0031_000000003312	1.0		11	3	False	False	0.9984469413757324	0					non-mobilizable	chromosome	3140.0	99.682	99.0	0.0006178563435777287	CP048650.1	enterobacteria	Enterobacter roggenkampii strain Ecl_20_981 chromosome, complete genome	False	False
ISR0209_000000015044	1910	0.7642006693879854	2	2	2	2	1	False	28466	maximal	True	ISR0209_000000015044	1.0		56	10	False	False	0.9926701784133911	0					non-mobilizable	no_good_hit	889.0	72.10300000000001	46.0	0.0004110654685252721	CP044985.1	a-proteobacteria	Brucella melitensis strain VB12455 chromosome I, complete sequence	True	False
MON0078_000000002792	10797	0.7641974709912112	9	8	8	8	5	True	78890	maximal	True	MON0078_000000002792	1.0		1	1	False	False	0.999907374382019	0					non-mobilizable	no_good_hit	56.0	87.5	1.0	0.00016420949548871732	NZ_FRCY01000006.1	CFB group bacteria	Cyclobacterium lianum strain CGMCC 1.6102, whole genome shotgun sequence	True	True
ENG0120_000000015208	1372	0.7641959288802653	2	2	2	2	2	False	59157	fragment	False	ENG0120_000000015208	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	92.93	100.0	0.00041278184554733037	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0123_000000007473	4335	0.7641945577184932	6	1	1	1	1	False	41375	maximal	True	FIJ0123_000000007473	1.0		1	1	False	False	0.9942330121994019	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.595354772566878e-05	NZ_VUKC01000001.1	high GC Gram+	Georgenia satyanarayanai strain NBRC 107612 Scaffold1_1, whole genome shotgun sequence	True	False
MON0060_000000026336	1586	0.7641902054186911	2	2	2	2	2	False	12618	fragment	False	MON0060_000000026336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0204_000000005861	3949	0.7641865097001002	5	3	2	3	3	True	54059	fragment	False	ENG0204_000000005861	1.0		0	0	False	False	0.995948314666748	0		MOBQ			mobilizable	other	3327.0	99.309	100.0	0.5710115060965139	LM995842.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-4_contig-18.0_1_5823_[organism:Escherichia	False	True
ISR0218_000000004422	3596	0.7641825984275352	7	5	3	4	4	False	122691	fragment	False	ENG0079_000000009014	0.8419479353436146		0	0	False	False	0.9969410300254822	0					non-mobilizable	other	3596.0	99.63799999999999	100.0	0.006428104973842654	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
DEN0039_000000012705	1633	0.7641768708548881	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.48722575684328456		0	0	False	False	1.0	0					non-mobilizable	other	1630.0	96.74799999999999	99.0	0.004630774610051254	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
USA0042_01_000000000368	44581	0.7641731027831601	41	26	16	23	11	True	119539	fragment	False	ISR0046_000000000133	0.9625322077196237		0	0	False	False	0.999910295009613	0					non-mobilizable	no_good_hit	15196.0	97.52600000000001	73.0	0.08441395884443999	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ENG0117_000000000291	44577	0.7641731027831601	41	26	16	23	11	True	119539	fragment	False	ISR0046_000000000133	0.9625287422478906		0	0	False	False	0.9999551177024841	0					non-mobilizable	no_good_hit	15196.0	97.51299999999999	73.0	0.08441395884443999	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0216_000000003942	5083	0.7641685958896942	7	6	5	5	4	False	130260	maximal	True	ISR0216_000000003942	1.0		190	10	False	False	1.0	0					non-mobilizable	no_good_hit	1996.0	92.88600000000001	58.0	0.008972171292682483	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0170_000000005843	2113	0.7641623888932428	3	3	3	3	1	False	55851	fragment	False	ENG0170_000000005843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	73.212	31.0	0.00027977017778239784	LN908249.1	g-proteobacteria	Actinobacillus pleuropneumoniae serovar 8 genome assembly MIDG2331, chromosome : I	True	False
ISR0127_000000006252	3612	0.7641584726209754	4	3	3	3	3	False	122781	fragment	False	ISR0127_000000006252	0.9690105614230128		0	0	False	False	0.9997231364250183	0					non-mobilizable	chromosome	2220.0	99.369	100.0	0.0006994234720717592	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0057_000000004591	4684	0.7641539622739786	4	3	3	2	1	False	12396	maximal	True	MON0057_000000004591	1.0		4	2	False	False	0.9876174330711365	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000016093	2032	0.7641491644672511	4	3	2	3	2	False	36631	fragment	False	ISR0038_000000016093	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1950.0	98.30799999999999	96.0	0.07364165344215219	NZ_WEHX01000026.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_26_length_26466_cov_164.433421, whole genome shotgun sequence	False	False
ISR0793_000000001054	9553	0.764145732552758	10	7	6	7	5	False	23714	maximal	True	ISR0793_000000001054	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2021.0	72.637	21.0	0.0026543463089536575	NZ_KB904328.1	CFB group bacteria	Prevotella nanceiensis DSM 19126 = JCM 15639 strain DSM 19126 A3GMDRAFT_scaffold_1.2, whole genome shotgun sequence	True	False
ENG0005_000000011775	2032	0.7641367408031509	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.054959493536006016		0	0	False	False	1.0	0					non-mobilizable	other	2057.0	95.333	100.0	0.004297032642810991	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0161_000000016453	1873	0.764123438923648	4	2	1	1	2	False	30394	maximal	True	ISR0161_000000016453	1.0		0	0	False	False	0.9983983039855957	0					non-mobilizable	no_good_hit	692.0	76.156	36.0	0.00019331740617434788	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
USA0063_01_000000015846	1329	0.7641221341418327	3	2	2	1	1	True	124282	fragment	False	ISR0356_000000015364	0.9732272069464545		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1332.0	89.94	100.0	0.0004270717735210988	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0151_000000012717	1628	0.764114655438813	3	2	2	2	1	False	30760	fragment	False	ISR0151_000000012717	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1626.0	99.75399999999999	100.0	0.0003616457038270795	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0205_000000001731	11813	0.7641098913887507	16	5	2	5	4	True	117616	maximal	True	ISR0205_000000001731	0.9890773755842172		14	5	True	True	1.0	31					non-mobilizable	no_good_hit	2239.0	93.837	55.0	0.16913654922123092	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
ISR0234_000000000753	11786	0.7641098913887507	16	5	2	5	4	True	117616	maximal	False	ISR0205_000000001731	0.9890241796097873		0	0	True	True	0.9995757937431335	10					non-mobilizable	no_good_hit	2487.0	93.084	54.0	0.18766066838046272	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
ENG0143_000000001718	11753	0.7641098913887507	17	5	2	5	4	True	117616	maximal	False	ISR0205_000000001731	0.9889500075568627		0	0	True	True	1.0	31					non-mobilizable	no_good_hit	2487.0	93.084	54.0	0.18766066838046272	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
DEN0003_000000002003	11753	0.7641098913887507	16	5	2	5	4	True	117616	maximal	False	ISR0205_000000001731	0.9888883324612663		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1926.0	93.25	54.0	0.1454710418871919	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
ISR0131_000000001539	11753	0.7641098913887507	15	5	2	5	4	True	117616	maximal	False	ISR0205_000000001731	0.9889500075568627		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	2487.0	93.084	54.0	0.18766066838046272	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
AST0088_000000000962	11753	0.7641098913887507	17	5	2	5	4	True	117616	maximal	False	ISR0205_000000001731	0.9889578795538757		0	0	True	True	1.0	34					non-mobilizable	no_good_hit	2487.0	93.084	54.0	0.18766066838046272	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
AST0101_000000001235	11753	0.7641098913887507	16	5	2	5	4	True	117616	maximal	False	ISR0205_000000001731	0.9890274266464852		0	0	True	True	1.0	59					non-mobilizable	no_good_hit	1142.0	96.235	54.0	0.08604264327839105	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
AST0059_000000001105	11434	0.7641098913887507	15	5	2	5	4	True	117616	maximal	False	ISR0205_000000001731	0.9617266247715491		0	0	True	True	1.0	933					non-mobilizable	no_good_hit	2487.0	93.044	50.0	0.18766066838046272	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
DEN0026_000000024019	1169	0.7641094105598091	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.21479166566406044		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	97.26299999999999	100.0	0.0003633628233789134	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0171_000000023887	1272	0.7641076119927004	2	1	1	1	1	False	29964	maximal	True	ISR0171_000000023887	1.0		123	8	False	False	1.0	0					non-mobilizable	other	1272.0	99.45	100.0	0.0015483817522418642	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
DEN0051_000000003309	9908	0.7641040561599785	8	8	5	8	6	True	132349	fragment	False	AST0149_000000002282	0.6477240947487403		0	0	False	False	1.0	0					non-mobilizable	other	6463.0	96.936	99.0	0.07019889142484513	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0146_000000019993	2055	0.7641039460424939	3	3	2	2	2	False	61916	fragment	False	MON0058_000000022063	0.5742308727426516		0	0	False	False	0.9990267753601074	0					non-mobilizable	no_good_hit	606.0	76.568	29.0	0.00013650682216653106	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0015_000000012552	1660	0.7641002478072064	1	1	1	1	1	False	90702	fragment	False	MAD0015_000000012552	0.9603257096393694		0	0	False	False	0.9861446022987366	0					non-mobilizable	no_good_hit	1053.0	75.594	62.0	0.005391229085524498	NZ_BBAB01000003.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MAD0097_000000025303	1640	0.7641002478072064	1	1	1	1	1	False	90702	fragment	False	MAD0015_000000012552	0.9527178241352248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	75.524	63.0	0.005391229085524498	NZ_BBAB01000003.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
SPA0082_000000012867	1329	0.7641002478072064	1	1	1	1	1	False	5593	maximal	True	SPA0082_000000012867	1.0		40	8	False	False	1.0	0					non-mobilizable	chromosome	1329.0	97.21600000000001	100.0	0.0002068023973505623	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
AST0047_000000017959	1300	0.7641002478072064	1	1	1	1	1	False	115063	maximal	True	AST0047_000000017959	1.0		98	10	False	False	1.0	0					non-mobilizable	chromosome	1213.0	81.533	93.0	0.0003665885884520046	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
SPA0074_000000001297	16481	0.7640951596096209	24	13	5	10	10	True	80582	maximal	True	SPA0074_000000001297	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	95.166	18.0	0.00035292955319006616	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
USA0009_01_000000008207	2965	0.764080329625109	2	1	1	1	1	False	41178	maximal	True	USA0009_01_000000008207	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	93.85799999999999	17.0	0.10331072995612285	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
CHI0182_000000009815	2761	0.7640788414122183	4	3	2	1	2	False	122498	fragment	False	ISR0812_000000013975	0.9873405241351342		0	0	False	False	1.0	0					non-mobilizable	plasmid	2761.0	99.964	100.0	0.3437538921409889	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
DEN0079_000000027573	2116	0.7640788414122183	3	3	2	1	2	False	122489	fragment	False	ISR0395_000000012012	0.6803849355811481		0	0	False	False	1.0	0					non-mobilizable	plasmid	2104.0	100.0	99.0	0.2619255199900361	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0120_000000016608	2036	0.7640788414122183	3	3	2	1	2	False	122489	fragment	False	ISR0395_000000012012	0.6596613763590041		0	0	False	False	0.9990176558494568	0					non-mobilizable	plasmid	2036.0	100.0	100.0	0.2534562211981567	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
DEN0011_000000022647	1990	0.7640788414122183	3	3	2	1	2	False	122489	fragment	False	ISR0395_000000012012	0.6530322705447779		0	0	False	False	0.9849246144294739	0					non-mobilizable	plasmid	1989.0	99.95	99.0	0.24760244115082825	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0844_000000006339	1987	0.7640788414122183	3	3	2	1	2	False	122489	fragment	False	ISR0395_000000012012	0.652767335252014		0	0	False	False	1.0	0					non-mobilizable	plasmid	1987.0	100.0	100.0	0.24735334412753768	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0030_000000015462	1971	0.7640788414122183	3	3	2	1	2	False	122489	fragment	False	ISR0395_000000012012	0.6488386961862828		0	0	False	False	1.0	0					non-mobilizable	plasmid	1971.0	99.949	100.0	0.2453605679412131	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0821_000000015503	1983	0.7640619360923593	3	1	1	1	1	False	44162	maximal	True	ISR0821_000000015503	1.0		2	2	False	False	0.9818456768989563	0					non-mobilizable	no_good_hit	506.0	75.889	25.0	0.0024722002582298246	NZ_FCOU01000005.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
ENG0006_000000008894	2659	0.7640614511501456	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5857344472725406		0	0	False	False	0.9988717436790466	0					non-mobilizable	other	2659.0	98.947	100.0	0.018920169413104603	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ENG0085_000000005787	3386	0.7640521933780734	4	2	1	2	2	False	61485	fragment	False	ENG0085_000000005787	1.0		0	0	False	False	0.9979326725006104	0					non-mobilizable	no_good_hit	968.0	85.95	56.0	0.00027597363150056755	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MON0048_000000012298	3140	0.7640509057933244	3	2	2	2	2	False	14115	fragment	False	MON0048_000000012298	1.0		0	0	False	False	0.9980891942977905	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	1.719155935695316e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
DEN0033_000000017831	1192	0.7640503083686709	2	2	2	2	2	False	73588	fragment	False	DEN0033_000000017831	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	82.5	7.0	2.8176116623114095e-05	AP018685.1	g-proteobacteria	Vibrio rumoiensis FERM P-14531 DNA, chromosome 1, complete geome	True	False
AST0108_000000014278	1972	0.7640493371820578	3	3	3	3	3	False	123090	fragment	False	AST0108_000000014278	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1922.0	99.01100000000001	97.0	0.023123126737845612	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
MON0090_000000035057	1736	0.7640407672581278	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9785929911043283		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	82.396	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0048_000000023304	1736	0.7640407672581278	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9785929911043283		0	0	False	False	0.9976958632469177	0					non-mobilizable	chromosome	1494.0	82.396	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0017_000000006486	2999	0.7640366825414303	4	3	3	2	2	False	13307	fragment	False	MON0017_000000006486	1.0		0	0	False	False	0.9829943180084229	0					non-mobilizable	no_good_hit	94.0	78.723	3.0	1.9681796218220255e-05	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
AST0019_000000010230	2762	0.7640324839965175	3	3	2	2	3	False	122637	fragment	False	MON0061_000000013382	0.6277198632434825		0	0	False	False	1.0	0					non-mobilizable	other	2762.0	100.0	100.0	0.0010729797202558052	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
SPA0054_000000011094	2667	0.7640324839965175	3	3	2	2	3	False	122637	fragment	False	MON0061_000000013382	0.47125536058510975		0	0	False	False	1.0	0					non-mobilizable	other	2667.0	100.0	100.0	0.0010360608236877858	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0824_000000004846	3691	0.7640215616139951	4	4	4	2	3	False	100570	fragment	False	ISR0824_000000004846	0.9762833792722176		0	0	False	False	0.9997290968894958	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	3.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0071_000000004002	2561	0.764020965517633	3	2	2	1	0	True	84909	maximal	False	FIJ0074_000000011479	0.9565062388591801		0	0	False	False	0.9996095299720764	0					non-mobilizable	no_good_hit	1963.0	97.402	77.0	0.0755952839639362	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	True	True
ENG0162_000000000712	23149	0.7640157034316033	32	13	7	13	5	True	118916	fragment	False	ENG0151_000000000740	0.7928385233251243		0	0	False	False	1.0	0					non-mobilizable	other	16253.0	97.57	99.0	0.00434974836907868	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0167_000000016946	1488	0.7640152937118919	2	2	2	2	2	False	56049	maximal	True	ENG0167_000000016946	1.0		96	11	False	False	0.9993279576301575	0					non-mobilizable	other	1488.0	99.93299999999999	100.0	0.004049685584263145	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	False	False
MON0090_000000045465	1365	0.764015169650528	1	1	1	1	1	False	9531	maximal	True	MON0090_000000045465	1.0		59	5	False	False	0.9985347986221313	0					non-mobilizable	chromosome	1246.0	73.03399999999999	91.0	0.00019880215248512372	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
MON0098_000000028016	1278	0.764015169650528	1	1	1	1	1	False	13005	fragment	False	MON0036_000000018198	0.6311739885827748		0	0	False	False	1.0	0					non-mobilizable	chromosome	1283.0	81.76100000000001	100.0	0.0004516764429915519	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0830_000000010805	2536	0.7640122080247169	3	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9380774210930741		0	0	False	False	0.9988170266151428	0					non-mobilizable	other	2536.0	93.494	100.0	0.009057032508851598	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
SPA0136_000000016829	2448	0.7640122080247169	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9364250251189116		0	0	False	False	0.998774528503418	0					non-mobilizable	other	2393.0	94.693	98.0	0.00854612298271125	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0075_01_000000010528	2355	0.7640122080247169	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9323256396899255		0	0	False	False	0.9859872460365295	0					non-mobilizable	other	2355.0	94.69200000000001	100.0	0.008410356814925704	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0069_01_000000026125	2355	0.7640122080247169	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9323256396899255		0	0	False	False	1.0	0					non-mobilizable	other	2355.0	94.69200000000001	100.0	0.008410356814925704	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0048_01_000000006679	2355	0.7640122080247169	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9323256396899255		0	0	False	False	0.9987261295318604	0					non-mobilizable	other	2355.0	94.69200000000001	100.0	0.008410356814925704	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0031_000000008933	2348	0.7640122080247169	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9303281347785298		0	0	False	False	0.9978705048561096	0					non-mobilizable	other	2348.0	94.676	100.0	0.00838534725770205	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0193_000000008699	2348	0.7640122080247169	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9303281347785298		0	0	False	False	0.9953151345252991	0					non-mobilizable	other	2348.0	94.676	100.0	0.00838534725770205	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0157_000000010879	2313	0.7640122080247169	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.9208620150913344		0	0	False	False	0.9995676875114441	0					non-mobilizable	other	2313.0	94.639	100.0	0.008260299471583785	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0356_000000008953	2154	0.7640105078015076	3	3	3	3	3	False	125064	fragment	False	ISR0356_000000008953	0.9864116758933066		0	0	False	False	1.0	0					non-mobilizable	other	2154.0	97.679	100.0	0.02038902988749574	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0266_000000000782	13842	0.7640087125461081	16	9	4	8	6	True	118227	fragment	False	ISR0266_000000000782	1.0		0	0	False	False	0.9990608096122742	0					non-mobilizable	chromosome	7533.0	99.416	99.0	0.001337839490547309	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0184_000000001894	12108	0.7640087125461081	16	9	4	8	6	True	118226	fragment	False	ENG0184_000000001894	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5347.0	97.195	99.0	0.0009471178322662852	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0069_000000016068	1560	0.7640078232638607	1	1	0	1	1	True	34943	fragment	False	ISR0069_000000016068	1.0		0	0	False	False	0.9961538314819336	0					non-mobilizable	chromosome	1524.0	98.885	100.0	0.0003109107327532672	CP033800.1	enterobacteria	Enterobacter roggenkampii strain FDAARGOS_523 chromosome, complete genome	False	True
SPA0060_000000009616	1484	0.7640078232638607	2	1	0	1	1	True	6227	fragment	False	SPA0060_000000009616	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	99.13	100.0	0.00031932406815868503	CP053245.1	enterobacteria	Escherichia coli strain SCU-485 chromosome, complete genome	False	True
MON0083_000000000459	21531	0.7640064900013609	22	15	8	13	13	False	95348	maximal	True	MON0083_000000000459	1.0		2	1	False	False	0.9998606443405151	0					non-mobilizable	no_good_hit	530.0	83.208	3.0	0.0002556933485865949	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0005_000000014092	2093	0.7639965841106724	3	3	3	3	2	False	19957	maximal	True	MAD0005_000000014092	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	79.005	39.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0021_000000020290	1187	0.7639922342484895	2	2	2	2	2	False	37945	fragment	False	SPA0087_000000011187	0.9687239038878303		0	0	False	False	0.9991575479507446	0					non-mobilizable	other	1187.0	100.0	100.0	0.0002555124770232667	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0037_000000020101	1610	0.7639914881230627	2	2	2	2	2	False	47769	maximal	True	FIJ0037_000000020101	1.0		7	1	False	False	0.9944099187850952	0					non-mobilizable	no_good_hit	199.0	76.884	12.0	0.002436203459901075	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	False
AST0007_000000002185	8131	0.7639910639780308	14	3	3	2	3	False	127393	maximal	True	AST0007_000000002185	1.0		1	1	False	False	0.9996310472488403	0					non-mobilizable	no_good_hit	336.0	86.60700000000001	4.0	0.0019819318807054493	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ENG0163_000000010961	2247	0.763989325406936	4	3	3	3	2	False	72232	fragment	False	ENG0163_000000010961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	78.024	43.0	0.00027459997746154973	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0005_000000021456	1457	0.7639792178035021	2	1	1	1	1	False	19930	fragment	False	MAD0005_000000021456	1.0		0	0	False	False	0.9855868220329285	0					non-mobilizable	other	1457.0	99.794	100.0	0.0003936817326538718	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0042_000000004786	5672	0.7639680222032825	6	5	4	4	4	False	126471	fragment	False	ENG0042_000000004786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2405.0	93.389	85.0	0.0005430046073940937	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0101_000000014390	2275	0.7639659529679563	3	3	3	3	1	True	60496	fragment	False	ENG0101_000000014390	1.0		0	0	False	False	0.9986813068389893	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006087662337662338	NZ_AVCH01000073.1	g-proteobacteria	Arenimonas malthae CC-JY-1 contig17, whole genome shotgun sequence	True	True
CHI0112_000000000873	15048	0.7639611504870918	9	8	5	8	4	False	97480	maximal	True	CHI0112_000000000873	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	4227.0	93.21	88.0	0.03388358648194457	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0060_000000003539	4726	0.7639529906726531	4	4	0	1	4	False	6250	fragment	False	SPA0060_000000003539	1.0		0	0	False	False	0.9995768070220947	0	rep_cluster_2373	MOBP			mobilizable	plasmid	3721.0	99.167	100.0	0.6848406704733837	CP044373.1	enterobacteria	Klebsiella pneumoniae strain 2018C01-046 plasmid p2018C01-046-5, complete sequence	False	True
MAD0045_000000008075	4311	0.7639525297554854	4	4	3	3	3	False	122175	fragment	False	MAD0045_000000008075	1.0		0	0	False	False	0.9997680187225342	0					non-mobilizable	other	2638.0	97.119	99.0	0.00078882454668773	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0091_000000003472	6293	0.7639448043499587	8	6	3	4	5	True	132394	fragment	False	ENG0091_000000003472	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4603.0	99.804	73.0	0.039131137362964474	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
CHI0107_000000006147	2283	0.7639434124272019	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.30382547059897064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0090_000000011113	2096	0.7639419086028544	2	2	2	2	2	True	61246	fragment	False	ENG0090_000000011113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	74.306	7.0	2.5946846772379064e-05	NZ_CP039546.1	a-proteobacteria	Methylorubrum populi strain YC-XJ1 chromosome, complete genome	True	True
FIJ0060_000000008007	1774	0.7639396908727268	3	3	3	3	2	False	45876	fragment	False	FIJ0060_000000008007	0.9649884259259259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	77.778	9.0	0.0003418624208873381	MN577573.1	firmicutes	Uncultured Firmicutes bacterium isolate LL40 clone UCI_5 genomic sequence	True	False
ENG0135_000000006197	3420	0.7639373797967205	4	4	4	4	3	False	61719	maximal	True	ENG0135_000000006197	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	72.414	9.0	0.0002709870747906843	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
CHI0061_000000002056	3015	0.7638991593524783	6	5	5	3	1	True	85674	maximal	True	CHI0061_000000002056	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	93.765	27.0	0.00023999897057798157	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
SPA0069_000000019537	1106	0.7638921581816701	2	2	2	1	1	False	108081	fragment	False	CHI0160_000000028264	0.9383015930838304		0	0	False	False	0.9990958571434021	0					non-mobilizable	chromosome	1107.0	97.01899999999999	100.0	0.00024543610998203094	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0128_000000013530	2741	0.7638822922518707	3	3	3	3	3	False	128192	maximal	False	ENG0175_000000009088	0.9765488274413721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1749.0	94.74	64.0	0.000495780320678562	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0333_000000007438	2822	0.7638808347733921	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9273766673642302		0	0	False	False	0.997873842716217	0					non-mobilizable	no_good_hit	606.0	76.733	21.0	0.00584912463442971	NZ_WAJS01000004.1	actinobacteria	Adlercreutzia muris strain DSM 29508 DSM29508T_contig_004, whole genome shotgun sequence	True	False
DEN0022_000000032479	1292	0.7638802968281521	2	2	2	2	1	False	74498	fragment	False	DEN0022_000000032479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0856_000000002145	2472	0.7638774239735292	5	3	2	3	2	True	122276	maximal	True	ISR0856_000000002145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	89.734	31.0	0.30134357005758156	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
AST0019_000000015325	1920	0.7638774239735292	4	3	2	3	2	True	122275	fragment	False	AST0019_000000015325	1.0		0	0	False	False	0.9911458492279053	0					non-mobilizable	no_good_hit	927.0	86.839	47.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0125_000000010490	1839	0.7638774239735292	4	3	2	3	2	True	122275	fragment	False	AST0019_000000015325	0.9859375		0	0	False	False	0.9940184950828552	0					non-mobilizable	no_good_hit	899.0	87.43	48.0	0.33896353166986565	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0147_000000010570	1801	0.7638774239735292	4	3	2	3	2	True	122275	fragment	False	AST0019_000000015325	0.972452476436469		0	0	False	False	0.9950027465820312	0					non-mobilizable	no_good_hit	789.0	89.734	43.0	0.30134357005758156	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
CHI0139_000000006539	1743	0.7638774239735292	3	3	2	3	2	True	80324	fragment	False	CHI0139_000000006539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	927.0	86.839	52.0	0.3493282149712092	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
USA0014_01_000000002395	2635	0.7638728984308976	3	3	3	3	2	False	131573	fragment	False	USA0014_01_000000002395	0.9979408461250467		0	0	False	False	1.0	0					non-mobilizable	chromosome	2549.0	99.765	99.0	0.00039274409901220544	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0061_000000000475	6582	0.7638714619287444	6	6	6	5	5	False	122783	maximal	True	ISR0061_000000000475	1.0		5	2	False	False	0.9986326098442078	0					non-mobilizable	chromosome	2086.0	99.185	100.0	0.0006571869938123559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0061_000000001475	3782	0.7638707141663841	5	5	5	4	4	False	130237	fragment	False	CHI0061_000000001475	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3782.0	99.551	100.0	0.0007322993599498294	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
AST0150_000000023987	1162	0.7638700627015554	1	1	1	1	1	False	103808	maximal	True	AST0150_000000023987	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000007738	2722	0.7638671351734941	4	4	4	3	2	True	23389	maximal	True	ISR0375_000000007738	1.0		6	1	False	False	0.9996325969696045	0					non-mobilizable	no_good_hit	783.0	99.745	29.0	0.00024648452237950233	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0181_000000013524	1394	0.7638582356396362	2	1	1	1	1	False	119081	fragment	False	CHI0145_000000013275	0.9912325829645766		0	0	False	False	0.9820659756660461	0					non-mobilizable	no_good_hit	889.0	86.164	69.0	0.0043805126383709226	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0145_000000013275	1393	0.7638582356396362	2	1	1	1	1	False	119081	fragment	False	CHI0145_000000013275	0.991759770849414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	86.195	69.0	0.004390378657826714	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0062_000000009950	1383	0.7638582356396362	1	1	1	1	1	False	119081	fragment	False	CHI0145_000000013275	0.9877673451071989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	86.195	69.0	0.004390378657826714	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0008_000000021008	1366	0.7638582356396362	1	1	1	1	1	False	119081	fragment	False	CHI0145_000000013275	0.9871264125194884		0	0	False	False	0.9992679357528687	0					non-mobilizable	no_good_hit	889.0	86.164	70.0	0.0043805126383709226	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0136_000000031320	1363	0.7638582356396362	2	1	1	1	1	False	119081	fragment	False	CHI0145_000000013275	0.9715726224669847		0	0	False	False	0.9992663264274597	0					non-mobilizable	no_good_hit	889.0	86.052	70.0	0.0043805126383709226	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0026_000000019688	1320	0.7638582356396362	1	1	1	1	1	False	119081	fragment	False	CHI0145_000000013275	0.9726391872439478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	85.939	73.0	0.0043805126383709226	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0386_000000022103	1299	0.7638582356396362	1	1	1	1	1	False	119081	fragment	False	CHI0145_000000013275	0.9658184620043272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	86.164	74.0	0.0043805126383709226	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0046_000000008923	1297	0.7638582356396362	1	1	1	1	1	False	119081	fragment	False	CHI0145_000000013275	0.9652304932023782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	86.195	74.0	0.004390378657826714	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0038_000000009764	1290	0.7638582356396362	1	1	1	1	1	False	119081	fragment	False	CHI0145_000000013275	0.9607695067143425		0	0	False	False	0.9961240291595459	0					non-mobilizable	no_good_hit	889.0	86.164	69.0	0.0043805126383709226	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0073_000000006244	1269	0.7638582356396362	1	1	1	1	1	False	119081	fragment	False	CHI0145_000000013275	0.9480020306145656		0	0	False	False	0.9960598945617676	0					non-mobilizable	no_good_hit	891.0	86.195	70.0	0.004390378657826714	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0091_000000001356	2573	0.763856141820211	4	3	1	2	3	False	126731	fragment	False	CHI0091_000000001356	0.9913502109704642		0	0	False	True	0.9933929443359375	0					non-mobilizable	other	2117.0	97.49600000000001	99.0	0.3668515950069348	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0154_000000012267	2558	0.763856141820211	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5665111546564976	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2558.0	99.883	100.0	0.5090583316742983	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
FIJ0091_000000002916	8743	0.7638488851171641	10	7	6	6	5	True	107754	maximal	True	FIJ0091_000000002916	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2410.0	89.419	27.0	0.0006659794434159597	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
ISR0398_000000004691	4795	0.7638325295989626	7	5	3	2	3	True	84662	maximal	False	SPA0044_000000004392	0.6364163482856716		0	0	False	False	1.0	0					non-mobilizable	other	2929.0	99.65899999999999	100.0	0.0009396354804817044	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0046_000000004017	4684	0.7638325295989626	6	5	3	2	3	True	84662	maximal	False	SPA0044_000000004392	0.6287048338227839		0	0	False	False	0.9987190365791321	0					non-mobilizable	other	2756.0	99.601	100.0	0.000884117400521549	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0085_000000006952	1506	0.7638312136015566	2	2	2	2	2	False	127467	fragment	False	AST0048_000000009981	0.9644444444444444		0	0	False	True	0.9946879148483276	0					non-mobilizable	chromosome	1465.0	99.795	100.0	0.0007708484492993388	CP029252.1	firmicutes	Streptococcus thermophilus isolate NWC_1_1 chromosome, complete genome	False	True
ISR0394_000000013705	1401	0.7638312136015566	2	2	2	2	2	False	127450	fragment	False	ISR0279_000000015631	0.9766667814390156		0	0	False	True	1.0	0					non-mobilizable	chromosome	1401.0	99.286	100.0	0.0007800155557387973	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	True
MON0037_000000058042	1316	0.7638312136015566	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8643058812031916	PS1007	0	0	False	True	1.0	0					non-mobilizable	chromosome	1278.0	99.45200000000001	97.0	0.0005558285329960029	CP048686.1	firmicutes	Lactococcus raffinolactis strain KACC 13441 chromosome, complete genome	False	True
ISR0122_000000015835	1135	0.7638291048959048	2	2	2	2	2	False	32672	fragment	False	ISR0111_000000014213	0.956345998383185		0	0	False	False	1.0	0					non-mobilizable	chromosome	1139.0	89.289	100.0	0.0003225558712848476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0002_000000005832	5646	0.7638225537170703	8	3	3	3	3	False	132469	maximal	True	AST0002_000000005832	1.0		1	1	False	False	0.9998228549957275	0					non-mobilizable	no_good_hit	186.0	75.806	3.0	0.0016999779098915665	NZ_LTDM01000001.1	firmicutes	Tissierella creatinophila DSM 6911 TICR_contig000001, whole genome shotgun sequence	True	False
MAD0012_000000022974	1337	0.7638182030956604	2	2	2	2	2	True	19642	fragment	False	MAD0012_000000022974	1.0		0	0	False	False	0.997008204460144	0					non-mobilizable	no_good_hit	278.0	75.899	20.0	0.0035635210732486997	NZ_PYLP01000010.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_9, whole genome shotgun sequence	True	True
MON0043_000000016862	1695	0.7638025839659865	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.21389407071802982		0	0	False	False	0.9976401329040527	0					non-mobilizable	chromosome	1695.0	98.525	100.0	0.000590463628974127	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0146_000000018692	1177	0.7637968324907023	1	1	1	1	1	False	57381	fragment	False	SPA0106_000000030808	0.6198212835093421		0	0	False	False	0.9490229487419128	0					non-mobilizable	no_good_hit	752.0	76.995	63.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0798_000000008147	1497	0.7637961858893861	2	1	1	1	1	False	21911	fragment	False	ISR0798_000000008147	0.9618294360385145		0	0	False	False	0.9979959726333618	0					non-mobilizable	no_good_hit	75.0	92.0	5.0	0.005114735969035112	MK233969.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c4 sequence	True	False
SPA0022_000000009069	1454	0.7637961858893861	2	1	1	1	1	False	21911	fragment	False	ISR0798_000000008147	0.9488977955911824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	77.465	48.0	0.012087968774180237	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0077_000000006776	4352	0.7637947078081432	5	3	2	3	2	False	44522	fragment	False	FIJ0077_000000006776	0.9800141911069064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	91.529	25.0	0.0008329477093937991	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0044_000000000230	22505	0.7637931557986672	22	11	9	10	7	True	98636	maximal	True	CHI0044_000000000230	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1931.0	87.51899999999999	9.0	0.0025143776686690255	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0790_000000008865	1865	0.7637906273474516	3	1	1	1	1	False	74359	fragment	False	ENG0111_000000009832	0.9245742092457421		0	0	False	False	0.9989275932312012	0					non-mobilizable	no_good_hit								True	False
ISR0064_000000015580	1480	0.7637881006662207	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.9482151224506677		0	0	False	False	0.9918919205665588	0					non-mobilizable	other	1466.0	97.544	100.0	0.0024090384599420567	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0172_000000006663	3836	0.7637872124104094	5	3	2	2	1	True	62758	fragment	False	TAN0016_000000002449	0.7275078708425424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	93.23299999999999	5.0	3.521193449833264e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0269_000000004090	3717	0.7637872124104094	5	3	2	2	1	True	62758	fragment	False	TAN0016_000000002449	0.7085292298341153		0	0	False	False	0.9965025782585144	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	0.015574302401038288	NZ_VZBY01000070.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_61_length_3082_cov_121.624_ID_121, whole genome shotgun sequence	True	True
FIJ0060_000000010903	1342	0.7637743596352333	1	1	1	1	1	False	45859	maximal	True	FIJ0060_000000010903	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0144_000000003211	6326	0.7637647067769349	7	2	2	2	2	True	57576	maximal	True	ENG0144_000000003211	1.0		1	1	False	False	0.9998419284820557	0					non-mobilizable	no_good_hit	56.0	89.286	1.0	1.7823758674229223e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	True
SPA0085_000000002310	6032	0.7637647067769349	8	2	2	2	2	True	5552	maximal	True	SPA0085_000000002310	1.0		2	1	False	False	0.9990053176879883	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0009208923744170157	NZ_OEQH01000007.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	True
ISR0030_000000003087	5657	0.7637637539717986	4	4	3	3	3	False	55747	fragment	False	ISR0030_000000003087	1.0		0	0	False	False	0.9992929100990295	0					non-mobilizable	chromosome	5670.0	92.822	100.0	0.0016096505075846141	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0154_000000002510	2862	0.7637629050441527	2	2	2	2	2	False	67236	fragment	False	SPA0154_000000002510	1.0		0	0	False	False	0.9923130869865417	0					non-mobilizable	no_good_hit	867.0	73.241	30.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0032_000000008229	4175	0.7637575085139474	5	3	3	3	2	False	92182	maximal	True	FIJ0032_000000008229	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	83.40799999999999	11.0	0.0001247781955161911	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0094_000000029204	1323	0.763757416234852	2	2	2	1	1	False	125442	fragment	False	MON0070_000000010284	0.09338613454495745		0	0	False	False	1.0	0					non-mobilizable	chromosome	1301.0	85.396	98.0	0.00036296412499500156	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0135_000000002788	7044	0.763751445832208	10	3	0	2	2	False	80701	maximal	True	CHI0135_000000002788	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	0.00016743946419371457	NZ_JH725068.1	a-proteobacteria	Bartonella rattimassiliensis 15908 supercont1.5, whole genome shotgun sequence	True	False
BAN0020_000000001220	1500	0.7637470779972008	1	1	1	1	1	False	97697	maximal	True	BAN0020_000000001220	1.0		1	1	False	False	0.981333315372467	0					non-mobilizable	no_good_hit	1356.0	73.304	89.0	0.0018850355109509224	NZ_LT841147.1	b-proteobacteria	Kingella negevensis strain SW7208426, whole genome shotgun sequence	True	False
FIJ0097_000000008421	3606	0.7637434369036366	5	4	4	4	3	False	42933	fragment	False	FIJ0097_000000008421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.32	26.0	0.0001617083606599202	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CAN0006_000000005242	8439	0.7637327174436309	11	8	6	6	6	False	124532	maximal	True	CAN0006_000000005242	1.0		50	10	False	False	1.0	0					non-mobilizable	other	4461.0	99.91	99.0	0.000850622489733883	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
MAD0077_000000011030	1175	0.7637309790958677	2	2	2	2	1	False	16215	maximal	True	MAD0077_000000011030	1.0		20	2	False	False	0.9948936104774475	0					non-mobilizable	no_good_hit	739.0	92.42200000000001	63.0	0.00020544942060757908	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0012_000000006418	3699	0.7637219646658974	6	4	1	4	1	True	99095	maximal	False	FIJ0013_000000006628	0.9548575788402849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0006_000000006061	4150	0.7637013637238043	5	5	3	4	5	False	67620	maximal	True	ENG0006_000000006061	1.0		31	3	False	False	0.9997590184211731	0					non-mobilizable	no_good_hit	1968.0	96.13799999999999	74.0	0.011727320423542879	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	False
ENG0206_000000007265	3472	0.7636962608073278	3	3	2	3	1	False	53967	maximal	True	ENG0206_000000007265	1.0		4	1	False	False	0.9994239807128906	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000014424	1563	0.7636953398324521	2	2	2	2	2	False	39148	fragment	False	FIJ0164_000000014424	0.9983530961791831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	79.056	53.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0081_000000009575	2470	0.763689239469062	3	3	2	3	2	False	113075	fragment	False	ISR0081_000000009575	1.0		0	0	False	False	0.9971659779548645	0					non-mobilizable	other	2470.0	100.0	100.0	0.016489681426567822	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0091_000000018414	1339	0.7636874910329127	2	2	2	2	2	False	61156	fragment	False	ENG0091_000000018414	1.0		0	0	False	False	0.9992531538009644	0					non-mobilizable	chromosome	1254.0	98.325	100.0	0.00034815724350746575	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
SPA0009_000000010275	3426	0.7636842186388535	5	3	3	2	2	False	69095	maximal	True	SPA0009_000000010275	1.0		1	1	False	False	0.9985405802726746	0					non-mobilizable	no_good_hit	1256.0	73.885	36.0	0.016993589655598412	NZ_FNHZ01000010.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ENG0094_000000007209	2361	0.7636730056312262	3	3	2	3	1	True	101003	fragment	False	ENG0094_000000007209	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0782_000000008570	1507	0.7636680783852645	1	1	1	1	1	False	22260	maximal	True	ISR0782_000000008570	1.0		9	5	False	False	0.991373598575592	0					non-mobilizable	chromosome	1506.0	85.59100000000001	99.0	0.0004557342005321447	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
ISR0227_000000005198	5080	0.7636594195470867	6	5	3	5	4	False	99510	maximal	True	ISR0227_000000005198	1.0		1	1	False	False	0.9996063113212585	0					non-mobilizable	no_good_hit	727.0	96.699	49.0	0.00019575932310535936	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0105_000000013632	1840	0.7636543973031649	3	3	3	2	2	False	4785	fragment	False	SPA0105_000000013632	1.0		0	0	False	False	0.970108687877655	0					non-mobilizable	other	1794.0	99.944	98.0	0.0028318455483324805	NZ_QVMD01000001.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf1, whole genome shotgun sequence	False	False
ENG0064_000000005297	4285	0.7636502093426673	7	4	2	2	3	True	124844	fragment	False	ENG0116_000000005367	0.9557359378865444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	1.0	0.0002637577012272198	NZ_JPIN01000012.1	g-proteobacteria	Idiomarina atlantica strain MCCC 1A10513 contig12, whole genome shotgun sequence	True	True
ISR0115_000000024580	1460	0.7636466553824343	3	2	0	2	0	False	32452	maximal	True	ISR0115_000000024580	1.0		1	1	False	False	0.999315083026886	0					non-mobilizable	no_good_hit								True	False
ENG0030_000000014503	1328	0.7636376384859169	1	1	1	1	1	False	65729	fragment	False	ENG0030_000000014503	1.0		0	0	False	False	0.9864457845687866	0					non-mobilizable	other	1307.0	95.945	98.0	0.0003626750198554854	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0849_000000001019	16749	0.7636320141285479	16	6	4	6	2	True	110124	fragment	False	ISR0849_000000001019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	85.10600000000001	1.0	0.002416254805052169	NZ_FNID01000031.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
MON0069_000000042830	1244	0.7636259162777923	1	1	1	1	1	False	62554	fragment	False	ENG0068_000000019895	0.9498869630746043		0	0	False	False	0.9991961121559143	0					non-mobilizable	other	1255.0	77.689	100.0	0.0496422893481717	NZ_JAAIPV010000053.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_53_length_25160_cov_79.8066, whole genome shotgun sequence	False	False
CHI0034_000000008895	1856	0.7636224611838662	3	3	3	3	2	False	88225	fragment	False	CHI0034_000000008895	0.9601236131319119		0	0	False	False	1.0	0					non-mobilizable	other	1856.0	97.95299999999999	100.0	0.0005545671670526713	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0132_000000006201	4160	0.7636219570872959	4	4	4	3	4	False	93727	maximal	False	CAN0014_000000010363	0.9748442187860604		0	0	False	False	0.9913461804389954	0					non-mobilizable	no_good_hit	486.0	78.395	12.0	0.00021043180606604753	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0129_000000011151	1919	0.7636051899468114	4	2	1	1	2	False	40942	maximal	True	FIJ0129_000000011151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	96.184	44.0	0.024837200170162638	NZ_CBYM010000040.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0111_000000001168	18983	0.7635950056633609	17	8	5	7	5	True	51350	fragment	False	FIJ0111_000000001168	0.9903410714063352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	85.257	5.0	0.008924080273359582	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0134_000000010405	3155	0.7635870428018428	4	4	4	2	2	False	113044	fragment	False	ISR0134_000000010405	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3078.0	99.935	100.0	0.0013590653234725643	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
CHI0142_000000014736	1269	0.7635834929438171	3	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8334819643991309		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	92.587	100.0	0.0003778829645038149	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0001_000000007513	1249	0.7635834929438171	3	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8314269772197231		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	92.805	100.0	0.00036891422325768	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0082_000000006242	1248	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.840236618294688		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	93.845	100.0	0.0003730996358392096	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0031_000000027350	1232	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8368613019798663		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	94.318	100.0	0.0003677183910915287	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0014_000000020976	1223	0.7635834929438171	3	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8337713427929592		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	94.363	100.0	0.00036532672675922606	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0094_000000014684	1220	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8387395256920337		0	0	False	False	0.9983606338500977	0					non-mobilizable	other	1220.0	95.656	100.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0129_000000021918	1220	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8333007682709297		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	94.92200000000001	100.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0346_000000020832	1220	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8394974100775165		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	95.738	100.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0168_000000019614	1220	0.7635834929438171	3	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8333485040922685		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	94.34899999999999	100.0	0.0003644298526346126	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0052_000000030916	1219	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8337755436520639		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	94.42200000000001	100.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0064_000000019341	1218	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8369985357276091		0	0	False	False	0.9991790056228638	0					non-mobilizable	other	1219.0	94.42200000000001	100.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0154_000000008265	1217	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8319815221345338		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	92.88600000000001	100.0	0.0003632340204684613	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0052_000000021459	1190	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8367726589174324		0	0	False	False	0.9932773113250732	0					non-mobilizable	other	1178.0	98.896	100.0	0.0003518736148900238	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0090_000000041102	1160	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.7685562655472356		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	93.546	100.0	0.0003467913281838807	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0108_000000021342	1152	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.7776391310786682		0	0	False	False	0.9947916865348816	0					non-mobilizable	other	1153.0	95.92399999999999	100.0	0.00034410070581004026	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ETH0004_000000025457	1151	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.781940996677092		0	0	False	False	0.9991312026977539	0					non-mobilizable	other	1156.0	92.647	100.0	0.00034499757993465373	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0005_000000017975	1147	0.7635834929438171	3	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.7248860194642083		0	0	False	False	0.9973844885826111	0					non-mobilizable	other	1154.0	91.76799999999999	100.0	0.0003443996638515781	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0084_000000026519	1134	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6979430820038023		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	92.68700000000001	100.0	0.0003366267547715946	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0167_000000019290	1126	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.7683063588215706		0	0	False	False	0.9991118907928467	0					non-mobilizable	other	1132.0	94.258	100.0	0.0003381215449792837	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0109_000000021191	1116	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6615082264005924		0	0	False	False	0.9991039633750916	0					non-mobilizable	other	1122.0	92.42399999999999	100.0	0.00033513196456390543	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0045_000000038664	1115	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.5931197771992176		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	94.165	100.0	0.00033244134219006496	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0032_000000030566	1113	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6353976704359439		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	92.639	100.0	0.0003303486358993002	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0212_000000032790	1113	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.635373422873172		0	0	False	False	0.9991015195846558	0					non-mobilizable	other	1114.0	92.639	100.0	0.0003303486358993002	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0026_000000022722	1112	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6349662933185112		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	92.633	100.0	0.00033004967785776234	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0141_000000023472	1112	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6349662933185112		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	92.633	100.0	0.00033004967785776234	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0081_000000032748	1112	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6649559857644123		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	94.902	100.0	0.0003339361323977541	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0386_000000025176	1112	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6349662933185112		0	0	False	False	0.9982014298439026	0					non-mobilizable	other	1113.0	92.633	100.0	0.00033004967785776234	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0239_000000014400	1112	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6341789948495102		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	92.09299999999999	100.0	0.00033004967785776234	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0005_000000033615	1112	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6649559857644123		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	94.902	100.0	0.0003339361323977541	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0045_000000021801	1112	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6341789948495102		0	0	False	False	0.9991007447242737	0					non-mobilizable	other	1113.0	92.09299999999999	100.0	0.00033004967785776234	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0088_000000022886	1112	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6349662933185112		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	92.633	100.0	0.00033004967785776234	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0022_000000024148	1112	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6341789948495102		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	92.09299999999999	100.0	0.00033004967785776234	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0054_000000022934	1111	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6652821090515064		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	95.434	100.0	0.0003336371743562163	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0128_000000024023	1111	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6600368456196223		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	92.67200000000001	100.0	0.0003336371743562163	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
TAN0027_000000011463	1109	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.5925664362902449		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	94.86	100.0	0.00033124551002391365	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0101_000000026303	1107	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6501239719568597		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	93.531	100.0	0.00033244134219006496	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0087_000000029279	1106	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6446042063260583		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	92.09299999999999	100.0	0.00033184342610698933	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0034_000000014462	1106	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6446042063260583		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	92.09299999999999	100.0	0.00033184342610698933	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0030_000000035408	1106	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6424814289266204		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	93.58	100.0	0.0003282559296085354	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0160_000000027351	1104	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.5682804941020954		0	0	False	False	0.9927536249160767	0					non-mobilizable	other	1111.0	92.079	100.0	0.00033124551002391365	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0229_000000014788	1104	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6482036539522559		0	0	False	False	0.9990941882133484	0					non-mobilizable	other	1111.0	93.51899999999999	100.0	0.00033184342610698933	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0087_000000012736	1100	0.7635834929438171	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.5706100259328317		0	0	False	False	1.0	0					non-mobilizable	other	1088.0	94.485	100.0	0.00032466843311008145	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0064_000000027388	1083	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.4808405207060258		0	0	False	False	1.0	0					non-mobilizable	other	1089.0	97.796	100.0	0.0003252663491931571	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0092_000000050944	1083	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.4808405207060258		0	0	False	False	1.0	0					non-mobilizable	other	1089.0	97.796	100.0	0.0003252663491931571	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0049_000000020459	1083	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.4808405207060258		0	0	False	False	0.9990766644477844	0					non-mobilizable	other	1089.0	97.796	100.0	0.0003252663491931571	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0062_000000031938	1017	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.299830213597347		0	0	False	False	1.0	0					non-mobilizable	other	1018.0	91.945	100.0	0.00030374137020243344	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0046_000000032885	1017	0.7635834929438171	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.30008580478050806		0	0	False	False	1.0	0					non-mobilizable	other	1017.0	92.035	100.0	0.0003031434541193578	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0013_000000003774	6393	0.7635683652024541	5	5	5	5	5	False	87238	fragment	False	FIJ0013_000000003774	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6384.0	98.684	99.0	0.027934354485776806	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0824_000000001739	6991	0.7635683546209949	12	4	2	2	3	False	129800	backbone	False	ISR0815_000000003685	0.8929094616887895	PS1064|PS1067|PS292	0	0	False	True	0.9997138977050781	0					non-mobilizable	no_good_hit	134.0	82.836	2.0	0.004488673927415707	MK233338.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_3_c1 sequence	True	True
ISR0241_000000009307	1670	0.7635674364403507	3	3	1	3	2	False	99145	fragment	False	ISR0241_000000009307	0.984629294755877		0	0	False	False	0.9988024234771729	0					non-mobilizable	other	1670.0	97.186	100.0	0.06333244791864304	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
MON0094_000000003397	7222	0.76356410518563	4	4	4	4	4	False	15490	maximal	True	MON0094_000000003397	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4804.0	90.945	89.0	0.006129589362254257	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
AUS0024_000000018383	1759	0.7635606858033442	2	2	2	2	2	False	98874	maximal	True	AUS0024_000000018383	1.0		21	7	False	False	0.998294472694397	0					non-mobilizable	no_good_hit	851.0	80.729	48.0	0.000295580376251511	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0793_000000006604	2424	0.7635580409919749	4	4	3	4	3	False	87370	fragment	False	ISR0363_000000007200	0.9424447478876412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	74.204	60.0	0.00025739346575993807	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
FIJ0005_000000007180	4064	0.7635577165460349	2	2	0	2	0	True	114426	maximal	True	FIJ0005_000000007180	1.0		0	0	False	False	0.9926180839538574	0					non-mobilizable	no_good_hit	796.0	86.181	36.0	0.0016519006266767313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0045_000000010226	3524	0.7635577165460349	2	2	0	2	0	True	114425	fragment	False	DEN0045_000000010226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	84.404	43.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ITA0001_000000001756	1747	0.7635577165460349	2	2	0	2	0	True	20449	fragment	False	ITA0001_000000001756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0162_000000010372	2382	0.7635538744774862	3	2	2	2	1	False	111794	fragment	False	ENG0162_000000010372	0.9533217542336083		0	0	False	False	0.9995802044868469	0					non-mobilizable	no_good_hit	918.0	76.797	38.0	0.0005324407711349734	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
DEN0011_000000019165	2303	0.7635538744774862	3	2	2	2	1	False	111794	fragment	False	ENG0162_000000010372	0.938497061293031		0	0	False	False	0.9991315603256226	0					non-mobilizable	no_good_hit	918.0	77.342	39.0	0.0005330317153870656	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0115_000000025914	1393	0.7635509300488751	2	2	2	1	1	False	32450	fragment	False	ISR0115_000000025914	0.9992193598750976		0	0	False	False	0.9662598967552185	0					non-mobilizable	no_good_hit	744.0	92.60799999999999	53.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0140_000000017828	1281	0.7635509300488751	2	2	2	1	1	False	32450	fragment	False	ISR0115_000000025914	0.95908111988514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	92.339	58.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0192_000000013987	1232	0.7635363990001295	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.10117340935692756		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	99.02600000000001	100.0	0.005207584205494403	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
ENG0041_000000014535	1680	0.7635324380598135	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.21181252349970295		0	0	False	False	1.0	0					non-mobilizable	chromosome	1680.0	94.04799999999999	100.0	0.0005398637446930011	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ISR0088_000000022880	1113	0.7635311226468541	2	2	2	2	2	False	33769	maximal	False	ISR0325_000000018477	0.956763698630137		0	0	False	False	0.9838274717330933	0					non-mobilizable	other	1113.0	100.0	100.0	0.0004750129112097494	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
FIJ0028_000000008916	3410	0.7635254576471722	4	4	3	4	3	False	82101	fragment	False	FIJ0028_000000008916	0.977341092327556		0	0	False	False	0.9991202354431152	0					non-mobilizable	no_good_hit	219.0	90.868	9.0	0.00010167009453453285	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0348_000000004243	3127	0.7635254576471722	4	4	3	4	3	False	82101	fragment	False	FIJ0028_000000008916	0.9285647117354043		0	0	False	False	0.9993603825569153	0					non-mobilizable	no_good_hit	231.0	93.074	7.0	0.0001072666134997365	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0013_000000008205	5180	0.7635248259475242	5	4	4	4	3	False	95229	fragment	False	MON0013_000000008205	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4703.0	95.641	90.0	0.0010691466497643142	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
ISR0045_000000004244	5665	0.7635246850433922	7	3	1	1	3	False	112085	fragment	False	ISR0045_000000004244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	82.70700000000001	5.0	0.287596048298573	GQ878135.1		Uncultured organism clone VC1BV59TR genomic sequence	True	False
USA0017_01_000000013392	2057	0.7635228803581681	3	3	3	3	2	False	1890	maximal	True	USA0017_01_000000013392	1.0		1	1	False	False	0.9985415935516357	0					non-mobilizable	no_good_hit	178.0	78.09	9.0	3.333104221649547e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MON0025_000000006106	4759	0.7635129708175785	6	6	5	5	5	False	113224	fragment	False	MON0025_000000006106	0.9888739042481456		0	0	False	False	1.0	0					non-mobilizable	other	4759.0	99.93700000000001	100.0	0.0010250660756127344	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0269_000000002735	4929	0.763510073552265	4	1	1	1	1	True	85053	fragment	False	ISR0269_000000002735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	95.7	24.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0101_000000009473	2544	0.7635019779478175	4	4	4	4	3	False	131684	fragment	False	ISR0101_000000009473	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2543.0	97.759	99.0	0.0029883873758855244	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0053_01_000000007753	2653	0.7634913272763227	4	3	3	3	3	False	1069	fragment	False	USA0053_01_000000007753	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2653.0	100.0	100.0	0.0004909894548350797	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
SPA0095_000000016401	1144	0.763483793959673	2	2	2	2	2	False	5463	fragment	False	SPA0095_000000016401	0.966866835019654		0	0	False	False	0.9991258978843689	0					non-mobilizable	chromosome	1144.0	100.0	100.0	0.0002404535420826306	CP051706.1	enterobacteria	Escherichia coli strain SCU-124 chromosome, complete genome	False	False
ISR0834_000000009599	1796	0.7634834661320556	5	2	1	1	0	True	20973	maximal	True	ISR0834_000000009599	1.0		1	1	False	False	0.9910913109779358	0					non-mobilizable	no_good_hit								True	True
ISR0841_000000001627	7026	0.7634750354648182	11	10	4	5	8	True	116365	fragment	False	ISR0366_000000001687	0.9775935893389321		0	0	False	False	1.0	0					non-mobilizable	plasmid	7026.0	99.545	100.0	0.21264680954110668	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0350_000000004831	3494	0.7634637597172673	5	5	5	5	5	False	51043	fragment	False	ISR0350_000000004831	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2850.0	99.93	100.0	0.02168122735989772	MK104259.1	enterobacteria	Klebsiella pneumoniae strain LC3 plasmid pHNLC3, complete sequence	False	True
ISR0147_000000012777	1922	0.7634626918607866	2	2	1	2	2	False	112281	fragment	False	ENG0175_000000012415	0.38134917082002767		0	0	False	False	0.9953173995018005	0					non-mobilizable	other	1140.0	97.01799999999999	96.0	0.0002780317412215891	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0069_01_000000046680	1288	0.7634596917717594	2	2	2	2	2	False	99060	fragment	False	CHI0129_000000018995	0.9591116316943961		0	0	False	False	0.9627329111099243	0					non-mobilizable	chromosome	1288.0	98.835	100.0	0.0004373212020590455	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0378_000000028661	1172	0.7634491885260158	3	2	1	2	1	True	23247	maximal	True	ISR0378_000000028661	1.0		1	1	False	False	0.9923208355903625	0					non-mobilizable	no_good_hit	880.0	98.40899999999999	75.0	0.00029863291355987083	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
USA0125_01_000000017501	1326	0.7634473489344411	2	2	2	2	1	False	133	fragment	False	USA0125_01_000000017501	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1302.0	84.485	97.0	0.0002884263582522431	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0131_000000012496	1442	0.7634392932348264	1	1	1	1	1	False	80990	fragment	False	CHI0131_000000012496	1.0		0	0	False	False	0.9895977973937988	0					non-mobilizable	other	1442.0	99.931	100.0	0.0004049670714838544	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
USA0130_01_000000011224	3424	0.7634289446208126	5	4	3	3	2	True	118520	maximal	True	USA0130_01_000000011224	1.0		5	4	False	False	0.9997079372406006	0					non-mobilizable	no_good_hit	1836.0	99.40100000000001	54.0	0.18567236669027623	MK233295.1	viruses	Uncultured human fecal virus clone E.hallii_S01.N20_2-CL25_c7 sequence	True	True
ISR0037_000000008728	2526	0.7634234390299585	4	3	2	2	2	False	109513	maximal	True	ISR0037_000000008728	1.0		0	0	False	False	0.9928740859031677	0					non-mobilizable	no_good_hit	2117.0	97.63799999999999	85.0	0.014504387680189915	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	True	False
SPA0023_000000003769	5705	0.7634218629640558	6	6	4	5	4	True	7643	maximal	True	SPA0023_000000003769	1.0		1	1	False	False	0.9959684610366821	0					non-mobilizable	no_good_hit	1567.0	72.623	27.0	0.00029676040407912766	CP018937.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 chromosome, complete genome	True	True
MON0053_000000030989	1325	0.7634143423741436	1	1	1	1	1	False	71619	fragment	False	FIJ0111_000000013908	0.5407773114884193		0	0	False	False	0.995471715927124	0					non-mobilizable	other	1325.0	96.302	100.0	0.0460425650299068	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	False	False
ISR0807_000000004489	2983	0.7634100781006258	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.5641394314016783		0	0	False	False	0.9989942908287048	0					non-mobilizable	no_good_hit	1011.0	83.086	59.0	0.0003451236293159732	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0031_000000015655	2085	0.7634094321880226	3	2	2	2	2	False	12460	maximal	True	MON0031_000000015655	1.0		1	1	False	False	0.9995203614234924	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	4.464742531571763e-06	NZ_CP023865.1	high GC Gram+	Actinoplanes teichomyceticus ATCC 31121 chromosome, complete genome	True	False
MAD0069_000000000992	6026	0.7634068124662609	8	4	3	4	2	True	105917	fragment	False	FIJ0024_000000002955	0.8264948959146291		0	0	False	False	0.9980086088180542	0					non-mobilizable	no_good_hit	1447.0	85.073	24.0	0.19816236972024137	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
SPA0026_000000012955	2392	0.7634003704621641	3	3	3	3	3	False	88256	fragment	False	FIJ0055_000000005371	0.9498954431935727		0	0	False	False	0.9995819330215454	0					non-mobilizable	no_good_hit	436.0	72.018	18.0	0.004263112071812423	NZ_RLIH01000007.1	firmicutes	Anaerosphaera multitolerans strain GS7-6-2, whole genome shotgun sequence	True	False
ISR0263_000000002570	4260	0.7633990307350783	5	4	3	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.07299788193800115		0	0	False	True	1.0	0					non-mobilizable	plasmid	2765.0	99.277	91.0	0.08366630342656496	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0117_000000004062	3702	0.7633990307350783	5	4	3	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.06472455894114712		0	0	False	True	1.0	0					non-mobilizable	chromosome	2888.0	97.853	92.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0198_000000005025	3695	0.7633990307350783	4	4	3	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.06088428953854603		0	0	False	True	0.9994587302207947	0					non-mobilizable	chromosome	2887.0	97.714	90.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0179_000000004610	3627	0.7633990307350783	4	4	3	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.06111153744613603		0	0	False	True	1.0	0					non-mobilizable	chromosome	2884.0	98.57799999999999	94.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0037_000000008977	3616	0.7633990307350783	4	4	3	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.06467023840205181		0	0	False	True	1.0	0					non-mobilizable	chromosome	2881.0	98.889	94.0	0.000655711279395161	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0092_000000014933	3534	0.7633990307350783	4	4	3	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.04466515373164652		0	0	False	True	0.986983597278595	0					non-mobilizable	chromosome	3536.0	99.12299999999999	100.0	0.0008048400599520466	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0802_000000003995	3511	0.7633990307350783	4	4	3	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.06021029781012696		0	0	False	True	1.0	0					non-mobilizable	plasmid	2796.0	99.14200000000001	94.0	0.09023114669421488	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0153_000000008062	3346	0.7633990307350783	4	4	3	2	3	False	123628	fragment	False	USA0108_01_000000001009	0.03713480771810873		0	0	False	True	1.0	0					non-mobilizable	chromosome	3346.0	99.223	100.0	0.0007615813297141713	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0145_000000008716	3632	0.7633801558331413	4	4	3	2	4	False	123628	fragment	False	USA0108_01_000000001009	0.04949712653750371		0	0	False	True	0.9991739988327026	0					non-mobilizable	chromosome	2887.0	97.194	91.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0185_000000005835	3519	0.7633801558331413	4	4	3	2	4	False	123628	fragment	False	USA0108_01_000000001009	0.049099045311036316		0	0	False	True	0.9997158050537109	0					non-mobilizable	chromosome	2887.0	96.95200000000001	91.0	0.0006563943119778643	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0019_000000002447	3447	0.7633801558331413	4	4	3	2	4	False	123628	fragment	False	USA0108_01_000000001009	0.0445973314187324		0	0	False	True	0.9959384799003601	0					non-mobilizable	plasmid	2887.0	99.515	93.0	0.09291992659132618	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0005_01_000000010508	3340	0.7633801558331413	4	4	3	2	4	False	123628	fragment	False	USA0108_01_000000001009	0.04448282840759408		0	0	False	True	1.0	0					non-mobilizable	chromosome	2766.0	98.771	93.0	0.0006295283637248681	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
AUS0002_000000005815	5319	0.7633767266529498	8	8	7	5	4	False	129777	maximal	True	AUS0002_000000005815	1.0	PS1061	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2130.0	96.948	75.0	0.0005700004502119212	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0134_000000004148	7156	0.7633765257590316	7	7	4	6	4	True	126569	maximal	True	SPA0134_000000004148	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4388.0	98.861	61.0	0.0035347817854394707	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
CHI0067_000000003154	3338	0.7633760223550068	3	3	2	2	2	False	117814	fragment	False	CHI0067_000000003154	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1604.0	99.439	70.0	0.0003070495943516666	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	True
ISR0815_000000007164	4191	0.7633749973366991	5	5	4	4	4	False	95225	fragment	False	ISR0815_000000007164	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4095.0	99.65799999999999	100.0	0.0009320882419367765	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
DEN0003_000000004759	5720	0.7633683837784947	8	5	2	3	4	False	110814	maximal	True	DEN0003_000000004759	1.0		1	1	False	False	0.9996503591537476	0					non-mobilizable	chromosome	2748.0	99.891	90.0	0.00041802406552523424	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
SPA0040_000000002542	11051	0.7633651066081915	15	11	7	7	10	True	124128	fragment	False	ISR0379_000000001379	0.4713409647196863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9040.0	96.305	82.0	0.002536875610190669	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0145_000000004796	6758	0.7633636685006993	12	8	6	7	7	True	108653	maximal	True	ENG0145_000000004796	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3752.0	94.21600000000001	55.0	0.03376515738455163	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	True	True
ISR0344_000000000783	22650	0.7633475478421253	21	11	8	9	7	True	24292	maximal	True	ISR0344_000000000783	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2938.0	93.771	49.0	0.009021081976585145	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	True
ENG0168_000000008096	3616	0.7633445502848649	5	3	3	2	0	True	55998	maximal	True	ENG0168_000000008096	1.0		0	0	False	False	0.9939159154891968	0					non-mobilizable	no_good_hit	530.0	75.094	15.0	0.004392080894448109	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
SPA0102_000000013181	2695	0.7633442848347223	3	3	2	2	3	False	5718	maximal	True	SPA0102_000000013181	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	98.649	3.0	2.6787408156802477e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
MON0084_000000029575	1259	0.7633437616440097	1	1	1	1	1	False	9811	fragment	False	MON0084_000000029575	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	85.311	13.0	4.921547457559343e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0042_01_000000006876	3502	0.7633381539488695	4	3	3	3	3	False	97406	fragment	False	ENG0037_000000009338	0.9893987826605656		0	0	False	False	1.0	0					non-mobilizable	other	3520.0	97.955	100.0	0.0009423606791102552	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
AST0140_000000012445	2303	0.7633321877765954	5	2	1	2	1	True	105560	maximal	True	AST0140_000000012445	1.0		2	2	False	False	0.9973946809768677	0					non-mobilizable	no_good_hit	302.0	83.775	13.0	0.00407495741056218	NZ_CABIYV010000013.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0114_000000005940	1319	0.7633303891451266	1	1	1	1	1	False	82274	fragment	False	CHI0114_000000005940	0.9889795918367347		0	0	False	False	0.9954510927200317	0					non-mobilizable	no_good_hit								True	False
FIJ0091_000000013413	1626	0.7633297839270288	2	2	2	2	2	False	83394	fragment	False	SPA0128_000000021831	0.9319648093841642		0	0	False	False	0.9876998662948608	0					non-mobilizable	other	1614.0	85.068	99.0	0.005837372964624069	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0135_000000015603	1824	0.7633293408946878	2	2	2	2	2	False	86102	fragment	False	CHI0056_000000011579	0.9723097459509471		0	0	False	False	0.9923245906829834	0					non-mobilizable	no_good_hit	325.0	91.385	39.0	9.755019544663387e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0068_000000021013	1265	0.7633274186495445	1	1	1	1	1	False	71186	fragment	False	ISR0814_000000034607	0.8178485884321539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	81.145	68.0	0.002757520245698152	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0012_000000002045	11616	0.7633273282904486	9	7	4	6	2	True	67107	maximal	True	ENG0012_000000002045	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	73.14	2.0	5.760678097440047e-05	NC_019776.1	cyanobacteria	Cyanobacterium aponinum PCC 10605, complete sequence	True	True
ISR0777_000000002166	7349	0.7633242592779673	9	3	1	2	2	False	130582	maximal	True	ISR0777_000000002166	1.0	PS1004|PS1005|PS1006|PS1103	4	2	False	True	0.9998639225959778	0					non-mobilizable	no_good_hit	1414.0	98.79799999999999	45.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0011_000000017700	2671	0.7633233285090972	3	3	3	3	1	False	13686	maximal	True	MON0011_000000017700	1.0		4	1	False	False	1.0	0					non-mobilizable	other	2393.0	97.994	90.0	0.03793934779850273	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0227_000000018178	1445	0.7633226900448677	2	2	2	2	1	False	35165	fragment	False	ISR0227_000000018178	0.9992313604919293		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	96.88799999999999	100.0	0.0004099123854856951	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0035_000000014564	1958	0.7633226323022944	2	1	1	1	1	False	44724	maximal	True	MON0035_000000014564	1.0		2	1	False	False	0.9816138744354248	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0024503369213266825	NZ_LSYZ01000333.1	cyanobacteria	Leptolyngbya valderiana BDU 20041 contig00333, whole genome shotgun sequence	True	False
MON0084_000000018848	1831	0.7633194199449665	3	3	3	3	2	False	68321	fragment	False	MON0064_000000014250	0.9393059157328016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	77.194	66.0	0.00033555217442867607	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0154_000000012553	2505	0.763309094652131	5	4	3	2	3	False	79184	maximal	True	CHI0154_000000012553	1.0		2	1	False	False	0.9972056150436401	0					non-mobilizable	no_good_hit	1346.0	98.73700000000001	54.0	0.0019338132640898784	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
ISR0038_000000020878	1636	0.7633076978456278	2	2	2	2	1	True	91776	fragment	False	ISR0038_000000020878	0.9608414239482201		0	0	False	False	0.9859412908554077	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	6.479012133849241e-06	CP041203.1	high GC Gram+	Cellulomonas sp. Y8 chromosome, complete genome	True	True
MON0070_000000026564	1315	0.7633067255919957	2	2	2	2	2	False	65567	fragment	False	MON0070_000000026564	0.9742382396776105		0	0	False	False	0.9992395639419556	0					non-mobilizable	other	1316.0	96.353	100.0	0.000409094274608965	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0321_000000000291	18769	0.7633028556653431	21	9	3	8	5	True	48108	maximal	True	ISR0321_000000000291	1.0		1	1	False	False	0.9995737671852112	0					non-mobilizable	no_good_hit	1845.0	94.959	17.0	0.029371432216092102	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	True
MAD0100_000000017646	2061	0.76330080907363	2	2	2	2	2	False	93601	fragment	False	MAD0100_000000017646	1.0		0	0	False	False	0.9941775798797607	0					non-mobilizable	no_good_hit								True	False
CHI0160_000000007904	3588	0.7632981367362474	2	2	2	1	0	True	78746	maximal	True	CHI0160_000000007904	1.0		1	1	False	False	0.9908027052879333	0					non-mobilizable	no_good_hit	1383.0	87.057	38.0	0.0028897805899585354	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0066_000000017981	1210	0.7632961567524534	2	1	1	1	1	False	62712	maximal	True	ENG0066_000000017981	1.0		11	5	False	False	0.9942148923873901	0					non-mobilizable	no_good_hit								True	False
ISR0042_000000001139	14268	0.7632938269559504	17	5	3	5	3	False	36392	maximal	True	ISR0042_000000001139	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	85.01799999999999	9.0	0.3235223737736301	NZ_FNVV01000001.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0830_000000015323	1902	0.7632854540778309	2	2	2	2	1	True	98792	fragment	False	ISR0830_000000015323	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1902.0	99.84200000000001	100.0	0.0005292132094512301	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0035_000000014760	1512	0.7632854540778309	2	2	2	2	1	True	98791	fragment	False	ENG0035_000000014760	0.9985785358919688		0	0	False	False	0.9993386268615723	0					non-mobilizable	chromosome	1512.0	99.669	100.0	0.0004206423774228347	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0009_000000013146	2482	0.7632812595026609	3	3	3	2	2	False	130139	maximal	True	ISR0009_000000013146	1.0		22	9	False	False	0.9846897721290588	0					non-mobilizable	no_good_hit	843.0	87.189	55.0	0.003126659413212921	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0029_000000013194	2286	0.7632809104321314	3	2	1	1	2	False	118281	maximal	True	AST0029_000000013194	1.0		5	2	False	False	0.9938757419586182	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000001936	8016	0.7632795404243541	3	3	3	3	1	False	118359	maximal	True	ISR0820_000000001936	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	3832.0	98.33	65.0	0.0017082597572289778	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0082_000000002192	10189	0.7632744847066247	16	5	2	4	2	False	53167	maximal	True	FIJ0082_000000002192	1.0		0	0	False	False	0.998724102973938	0					non-mobilizable	no_good_hit	6342.0	94.213	62.0	0.24779800352319437	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ENG0153_000000020962	1423	0.7632631291953149	2	2	2	1	1	False	56908	fragment	False	ENG0153_000000020962	1.0		0	0	False	False	0.9985945224761963	0					non-mobilizable	no_good_hit	454.0	70.264	31.0	0.018142618882967906	NZ_PVXN01000022.1	firmicutes	Clostridium thermopalmarium DSM 5974 CPAL_contig000022, whole genome shotgun sequence	True	False
ISR0833_000000002231	3555	0.7632608512153735	6	4	3	4	2	False	92965	fragment	False	CHI0130_000000004170	0.9405468145473304		0	0	False	False	1.0	0					non-mobilizable	other	3559.0	97.19	99.0	0.08563243295295873	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
FIJ0141_000000011710	2486	0.7632604617039936	3	2	2	2	1	False	46223	maximal	True	FIJ0141_000000011710	1.0		4	2	False	False	0.991150438785553	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.0006359589352230399	NZ_QEKH01000030.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_130, whole genome shotgun sequence	True	False
AST0014_000000011522	1419	0.7632581056523752	2	2	2	2	2	False	124156	fragment	False	AST0014_000000011522	1.0		0	0	False	False	0.9788583517074585	0					non-mobilizable	other	1420.0	87.81700000000001	100.0	0.0004025316915642075	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0385_000000007428	2865	0.7632499704018271	2	2	2	2	2	False	23048	fragment	False	ISR0385_000000007428	1.0		0	0	False	False	0.9989528656005859	0					non-mobilizable	no_good_hit	797.0	73.65100000000001	28.0	0.00028688113895791604	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0082_000000000598	21728	0.7632446908870757	22	19	8	14	11	True	83910	fragment	False	SPA0022_000000000297	0.8653770906526393		0	0	False	False	0.9998158812522888	0					non-mobilizable	no_good_hit	746.0	93.7	3.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0282_000000023023	1136	0.7632414282192801	2	2	2	2	2	False	26122	fragment	False	ISR0282_000000023023	1.0		0	0	False	False	0.9779929518699646	0					non-mobilizable	other	1144.0	81.993	100.0	0.015556895748238713	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ENG0150_000000003266	4774	0.7632384721666767	8	4	4	4	3	True	115499	maximal	True	ENG0150_000000003266	1.0		0	0	False	False	0.9981147646903992	0					non-mobilizable	no_good_hit	4071.0	99.042	85.0	0.023437050007487876	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0157_000000000959	22335	0.7632377783720156	22	7	3	6	0	True	108413	fragment	False	ISR0327_000000000447	0.9719928343601171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	69.423	6.0	0.017898048740098805	NZ_SLXA01000012.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_112, whole genome shotgun sequence	True	True
MAD0018_000000000932	2517	0.763224856757994	3	3	2	3	2	False	19362	fragment	False	MAD0018_000000000932	1.0		0	0	False	False	0.9952324032783508	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.00018079720934189816	KP308709.1	archaea	Uncultured archaeon clone gwa2_scaffold_226 genomic sequence	True	False
FIJ0101_000000019410	1443	0.7632248032619312	2	2	2	2	2	False	42660	fragment	False	FIJ0101_000000019410	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	99.228	99.0	0.0484551517626242	NZ_CABIWU010000026.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
USA0032_01_000000007993	3091	0.7632167221786932	4	4	3	4	3	True	25756	fragment	False	USA0032_01_000000007993	1.0		0	0	False	False	0.9977353811264038	0					non-mobilizable	no_good_hit	1441.0	82.99799999999999	47.0	0.010311493018259935	NZ_KB894652.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00010.10, whole genome shotgun sequence	True	True
ISR0137_000000016862	1439	0.7632121837596857	2	2	2	2	1	False	77136	fragment	False	MON0076_000000026698	0.6159859076493187		0	0	False	False	0.9965253472328186	0					non-mobilizable	other	1108.0	96.39	100.0	0.0003063021032929559	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0120_000000012299	3417	0.7632087505383441	2	2	2	2	2	False	4185	fragment	False	SPA0120_000000012299	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3142.0	92.29799999999999	92.0	0.017169945744505945	NZ_HF954535.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
ENG0035_000000019516	1154	0.7632006010801382	1	1	1	1	1	False	115831	fragment	False	AST0140_000000022527	0.766070991511849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.56417997744957e-05	NZ_PDOC01000002.1	b-proteobacteria	Massilia eurypsychrophila strain JCM 30074 ZB100001, whole genome shotgun sequence	True	False
CHI0145_000000012472	1488	0.763197227699783	2	1	1	1	1	False	79744	maximal	True	CHI0145_000000012472	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1487.0	86.48299999999999	99.0	0.0004123831581052035	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CAN0014_000000030515	1618	0.7631943900869308	2	2	1	2	2	False	93548	maximal	True	CAN0014_000000030515	0.9990729295426453		192	12	False	False	1.0	0					non-mobilizable	chromosome	1618.0	99.876	100.0	0.00030334387376692684	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
USA0082_01_000000018491	1618	0.7631943900869308	2	2	1	2	2	False	93548	maximal	False	CAN0014_000000030515	0.9990729295426453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1618.0	99.93799999999999	100.0	0.00030334387376692684	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
MAD0101_000000008140	3375	0.7631870270835807	5	5	5	5	4	False	129574	maximal	True	MAD0101_000000008140	1.0	PS1061	11	4	False	True	0.9985185265541077	0					non-mobilizable	chromosome	1800.0	99.22200000000001	99.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0033_000000028627	1357	0.7631761864214095	2	1	1	1	1	True	48237	fragment	False	FIJ0033_000000028627	0.9725609756097561		0	0	False	False	0.9609432816505432	0					non-mobilizable	no_good_hit								True	True
ISR0326_000000015851	1312	0.7631761864214095	2	1	1	1	1	True	48237	fragment	False	FIJ0033_000000028627	0.9568901989683125		0	0	False	False	0.9961889982223511	0					non-mobilizable	no_good_hit								True	True
CHI0136_000000008701	1594	0.7631753496965473	3	3	3	2	1	False	80596	fragment	False	CHI0136_000000008701	1.0		0	0	False	False	0.9849435091018677	0					non-mobilizable	no_good_hit								True	False
CHI0091_000000002628	1710	0.7631698439677173	1	1	1	1	1	False	83725	maximal	True	CHI0091_000000002628	1.0		8	3	False	False	1.0	0					non-mobilizable	chromosome	1583.0	89.70299999999999	99.0	0.0004571431884360456	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0075_000000002940	7002	0.7631664637371637	12	9	4	9	5	True	108201	maximal	False	ISR0070_000000002644	0.9889003659807754		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	651.0	78.648	9.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0079_000000004357	5108	0.7631661920353855	5	5	5	5	5	False	103711	maximal	True	SPA0079_000000004357	1.0		355	14	False	False	0.9954972863197327	0					non-mobilizable	other	5089.0	99.01700000000001	99.0	0.1823852027099688	LR131275.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 9D11-Mucin	False	False
CHI0028_000000005758	2360	0.7631629439888518	2	2	2	2	2	False	88712	fragment	False	CHI0028_000000005758	1.0		0	0	False	False	0.9991525411605835	0					non-mobilizable	no_good_hit								True	False
SPA0063_000000004493	3921	0.7631607747985071	5	4	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.01687435923155095	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2984.0	99.93299999999999	76.0	0.5938682062512443	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
CAN0022_000000005128	5407	0.7631572578211763	3	3	3	3	3	False	91655	maximal	True	CAN0022_000000005128	1.0		5	3	False	False	0.9977806806564331	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.0025462342535513267	NZ_OBMN01000017.1	a-proteobacteria	Rhodobacter vinaykumarii strain JA123, whole genome shotgun sequence	True	False
ISR0356_000000015083	1406	0.7631458041305713	3	3	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.06016285407653226		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	98.57799999999999	100.0	0.032121627800640144	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0024_000000014988	1766	0.7631443537982214	3	3	3	2	2	False	129887	fragment	False	ENG0024_000000014988	1.0		0	0	False	False	0.9937712550163269	0					non-mobilizable	no_good_hit	1053.0	92.023	60.0	0.5893258426966292	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
USA0041_01_000000011840	1440	0.7631442222437671	2	2	1	1	2	False	85404	fragment	False	USA0041_01_000000011840	1.0		0	0	False	False	0.9854166507720947	0					non-mobilizable	chromosome	1441.0	92.29700000000001	100.0	0.0003251240086772136	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0082_000000004600	5766	0.7631357896756235	8	3	0	2	3	False	130581	backbone	True	ISR0082_000000004600	0.9151817397617946	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1919.0	98.176	70.0	0.32819722650231126	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0049_000000003610	4370	0.7631324646312251	8	3	1	3	1	True	39964	maximal	True	MAD0049_000000003610	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	89.844	39.0	0.041971505583365425	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ENG0199_000000011171	2256	0.7631230769669259	3	3	3	3	3	False	87599	fragment	False	ENG0199_000000011171	1.0		0	0	False	False	0.9734042286872864	0					non-mobilizable	no_good_hit	1264.0	75.554	56.0	0.00042304964767949624	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0002_000000012778	2836	0.7631213625110901	3	3	3	3	3	False	131987	maximal	True	AST0002_000000012778	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	70.73899999999999	23.0	0.0003315282890475761	NZ_LR130785.1	firmicutes	Senegalia massiliensis strain SIT17, whole genome shotgun sequence	True	False
USA0078_01_000000007928	2072	0.7631174786737442	3	3	3	3	3	False	649	maximal	True	USA0078_01_000000007928	1.0		14	9	False	False	0.998552143573761	0					non-mobilizable	no_good_hit	415.0	74.217	19.0	0.001454910412898521	NZ_FMKA01000002.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
CHI0089_000000002469	3116	0.7631171571742508	3	3	3	3	2	False	86691	fragment	False	CHI0089_000000002469	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3117.0	98.71700000000001	100.0	0.0563762763415164	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	False	False
FIJ0128_000000014818	1757	0.7631159647095794	3	3	3	3	2	False	41137	fragment	False	MAD0028_000000006339	0.6382070437566703		0	0	False	False	0.9982925653457642	0					non-mobilizable	no_good_hit	1155.0	71.775	65.0	0.0003688906762636952	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0063_000000018862	1513	0.7631140651246622	2	2	2	1	1	False	74301	fragment	False	FIJ0063_000000018862	1.0		0	0	False	False	0.9715796709060669	0					non-mobilizable	no_good_hit	554.0	88.62799999999999	37.0	0.010276136321403352	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	True	False
SPA0016_000000009176	3551	0.7630945574479517	4	3	2	3	3	False	89846	fragment	False	SPA0016_000000009176	1.0		0	0	False	False	0.9957758188247681	0					non-mobilizable	plasmid	3551.0	99.97200000000001	100.0	0.028586843609833875	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ENG0101_000000011531	2782	0.7630932966931779	4	4	3	4	3	False	83931	fragment	False	ENG0101_000000011531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2249.0	82.926	84.0	0.00041602309801879687	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
FIJ0123_000000012371	2604	0.7630928087003184	7	2	1	1	2	False	50970	fragment	False	FIJ0123_000000012371	0.9750494336689675		0	0	False	False	0.9996159672737122	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000018820	2334	0.7630928087003184	6	2	1	1	2	False	50970	fragment	False	FIJ0123_000000012371	0.7189640855647524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000006954	5964	0.7630871365496794	5	3	1	1	3	False	75613	maximal	True	ISR0051_000000006954	0.9567380671276775	PS361	3	1	True	True	1.0	78					non-mobilizable	no_good_hit	1479.0	90.196	27.0	0.13333937635968093	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0322_000000001420	5929	0.7630871365496794	4	3	1	1	3	False	75613	maximal	False	ISR0051_000000006954	0.9542273899065984	PS361	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1477.0	91.06299999999999	26.0	0.13333937635968093	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0792_000000001864	5707	0.7630871365496794	4	3	1	1	3	False	75612	backbone	False	ENG0174_000000002654	0.9806331737102646	PS361	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1428.0	93.838	26.0	0.12844452501812909	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0128_000000004380	5691	0.7630871365496794	5	3	1	1	3	False	75610	fragment	False	FIJ0128_000000004380	1.0		0	0	False	False	0.9989457130432129	0					non-mobilizable	no_good_hit	1428.0	93.697	26.0	0.12844452501812909	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0176_000000005552	5650	0.7630871365496794	4	3	1	1	3	False	75612	backbone	False	ENG0174_000000002654	0.9786980174244232	PS361	0	0	True	True	1.0	135					non-mobilizable	no_good_hit	1428.0	93.76799999999999	27.0	0.12844452501812909	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0391_000000002073	5278	0.7630871365496794	5	3	1	1	3	False	75606	fragment	False	ISR0391_000000002073	1.0		0	0	False	False	0.9994316101074219	0					non-mobilizable	no_good_hit	1479.0	90.12799999999999	29.0	0.13333937635968093	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0304_000000001980	4636	0.7630871365496794	4	3	1	1	3	False	75607	maximal	True	ISR0304_000000001980	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	91.537	34.0	0.13333937635968093	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0088_000000007007	3304	0.7630854770474798	4	3	2	3	2	True	111495	fragment	False	ISR0088_000000007007	0.9731315626930204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	87.024	76.0	0.00024887719585705653	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0103_000000005898	3238	0.7630854770474798	5	3	2	3	2	True	111495	fragment	False	ISR0088_000000007007	0.9632263922518159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	86.791	81.0	0.00024887719585705653	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
FIJ0133_000000008665	4265	0.76305044985479	3	2	2	2	2	False	52787	fragment	False	FIJ0130_000000005116	0.9928291969249001		0	0	False	False	0.999531090259552	0					non-mobilizable	no_good_hit	169.0	92.30799999999999	6.0	5.4932615991050975e-05	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ISR0031_000000000143	33911	0.7630470813048063	49	7	1	6	1	False	37031	maximal	True	ISR0031_000000000143	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	7.721899306433044e-05	NZ_FNNC01000002.1	firmicutes	Marinococcus luteus strain DSM 23126, whole genome shotgun sequence	True	False
AST0100_000000009526	1378	0.7630344498640854	2	2	2	2	1	False	111255	fragment	False	ISR0194_000000017981	0.7594358421106094		0	0	False	False	0.9891146421432495	0					non-mobilizable	no_good_hit	698.0	95.272	74.0	0.00019825524011070437	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0182_000000027232	1473	0.7630324876812402	2	2	1	2	2	False	29526	maximal	True	ISR0182_000000027232	1.0		10	4	False	False	0.9938900470733643	0				MOBP	mobilizable	plasmid	1473.0	99.117	100.0	0.019376368480755534	CP016737.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3 plasmid pJM3A, complete sequence	False	True
ISR0393_000000014491	1254	0.7630324876812402	2	2	1	2	2	False	22769	fragment	False	ISR0393_000000014491	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	99.12299999999999	100.0	0.00048727807555882396	CP015902.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06, complete genome	False	False
CHI0051_000000006775	2646	0.763026363180023	3	2	2	2	2	False	122476	maximal	True	CHI0051_000000006775	1.0	PS871	1	1	False	True	0.9943310618400574	0					non-mobilizable	no_good_hit	2322.0	92.851	88.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0150_000000002405	8839	0.7630229389409696	9	9	4	7	6	False	47581	fragment	False	FIJ0150_000000002405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	90.741	1.0	2.2439494865801237e-05	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
MAD0097_000000026318	1578	0.7630215163953774	4	2	0	1	1	True	15404	fragment	False	MAD0097_000000026318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0143_000000013658	1508	0.7630144716250384	1	1	1	1	1	False	85300	maximal	False	SPA0076_000000010509	0.9451266216693991		0	0	False	False	1.0	0					non-mobilizable	chromosome	1508.0	99.536	100.0	0.0007024702604597402	CP054153.1	firmicutes	Streptococcus salivarius strain DB-B5 chromosome, complete genome	False	False
ISR0267_000000015557	1215	0.7630119721005426	2	2	2	2	1	True	85219	fragment	False	ISR0267_000000015557	1.0		0	0	False	False	0.9991769790649414	0					non-mobilizable	no_good_hit	750.0	80.8	62.0	0.004961396619882731	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	True
ISR0364_000000005459	2885	0.7630082993644952	3	2	2	2	1	False	70954	maximal	True	ISR0364_000000005459	1.0		7	2	False	False	1.0	0					non-mobilizable	other	1820.0	89.396	99.0	0.2602819357651504	NZ_LNAM01000004.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf101, whole genome shotgun sequence	False	False
USA0080_01_000000012231	3570	0.7630056043651885	8	3	3	2	1	False	623	maximal	True	USA0080_01_000000012231	1.0		1	1	False	False	0.998039186000824	0					non-mobilizable	no_good_hit								True	False
ISR0386_000000015880	1951	0.7630044776026869	3	3	3	3	2	True	115511	fragment	False	SPA0049_000000009648	0.9277777777777778		0	0	False	False	0.9779600501060486	0					non-mobilizable	chromosome	1951.0	99.949	100.0	0.0008894382627218179	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	True
CHI0120_000000001804	6399	0.7630022291703001	8	3	1	1	2	True	101813	fragment	False	CHI0167_000000002108	0.4059486770812599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	89.4	44.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
CHI0119_000000001745	5270	0.7630022291703001	7	3	1	1	2	True	101803	fragment	False	CHI0119_000000001745	0.9861083148781961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	89.4	53.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0066_000000015969	1342	0.7629950200598009	1	1	1	1	1	False	62718	fragment	False	ENG0066_000000015969	0.9743895342752485		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	97.685	99.0	0.0005574275344205253	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	False	False
ISR0065_000000016313	2050	0.7629938374956315	3	3	3	3	3	False	35192	fragment	False	ISR0065_000000016313	1.0		0	0	False	False	0.9936585426330566	0					non-mobilizable	no_good_hit	1355.0	74.391	65.0	0.0002933838977527581	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
CHI0101_000000000788	12579	0.7629931480132324	12	9	6	7	8	True	105465	fragment	False	MON0108_000000000954	0.8748713778049402		0	0	False	True	1.0	0					non-mobilizable	chromosome	12579.0	99.762	100.0	0.0023720242203700646	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
SPA0105_000000007763	3476	0.762985532537407	5	4	1	3	3	False	4799	maximal	True	SPA0105_000000007763	1.0		9	4	False	False	0.9997122883796692	0					non-mobilizable	no_good_hit	2084.0	98.12899999999999	60.0	0.000522658749754102	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0107_000000039507	1542	0.7629831970143589	2	1	1	1	1	False	96075	fragment	False	SPA0108_000000017834	0.9390600088165441		0	0	False	False	0.9961089491844177	0					non-mobilizable	no_good_hit	420.0	75.714	27.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0268_000000009765	2028	0.7629758139651966	3	3	3	3	3	False	26493	fragment	False	ISR0268_000000009765	1.0		0	0	False	False	0.9990137815475464	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	3.0	2.1307196505619774e-05	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ENG0007_000000008626	3036	0.7629747224200626	7	5	3	3	2	True	119992	maximal	True	ENG0007_000000008626	1.0	PS730	38	12	False	True	1.0	0					non-mobilizable	other	2306.0	89.939	98.0	0.00071303732121958	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0112_000000007292	3588	0.7629718765057656	4	4	3	4	4	False	42040	fragment	False	FIJ0112_000000007292	1.0		0	0	False	False	0.9969342350959778	0					non-mobilizable	no_good_hit	966.0	77.847	32.0	0.01586229616208203	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0230_000000031328	1150	0.7629718649017092	1	1	1	1	1	False	27507	fragment	False	ISR0230_000000031328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0016_000000006179	3690	0.7629696833128233	4	2	1	1	2	False	112084	fragment	False	ENG0016_000000006179	1.0		0	0	False	False	0.9991869926452637	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.0790846236766794e-05	NZ_CP020477.1	crenarchaeotes	Acidianus manzaensis strain YN-25 chromosome, complete genome	True	False
ENG0148_000000017566	2110	0.7629632396188848	2	2	2	2	1	False	116646	maximal	True	ENG0148_000000017566	0.9974058251160164		257	10	False	False	0.9985781908035278	0					non-mobilizable	chromosome	2110.0	99.52600000000001	100.0	0.00042813355087146187	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
SPA0072_000000010035	2072	0.7629632396188848	2	2	2	2	1	False	116646	maximal	False	ENG0148_000000017566	0.9897829235346816		0	0	False	False	1.0	0					non-mobilizable	chromosome	2072.0	100.0	100.0	0.0004181875859066543	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
USA0027_01_000000014141	1928	0.762957509931225	2	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.899886465755427		0	0	False	False	1.0	0					non-mobilizable	chromosome	1928.0	98.65100000000001	100.0	0.0006796318978138507	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0133_000000004826	5003	0.7629470639554985	8	6	6	6	5	False	111437	fragment	False	ENG0133_000000004826	1.0		0	0	False	False	0.9988006949424744	0					non-mobilizable	other	2964.0	98.887	96.0	0.004101352296604923	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MON0046_000000029920	1184	0.7629456380807148	2	2	2	2	1	True	105374	fragment	False	AST0140_000000024610	0.7206893898151805		0	0	False	False	0.9974662065505981	0					non-mobilizable	other	1085.0	99.90799999999999	92.0	0.0015011500970069781	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
USA0108_01_000000003894	2989	0.7629415685320192	4	3	3	3	3	False	86884	fragment	False	USA0108_01_000000003894	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2989.0	99.331	100.0	0.0007325915721076791	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0006_000000035677	1253	0.7629389798080237	1	1	1	1	1	False	95496	fragment	False	CAN0006_000000035677	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	81.851	93.0	0.0011201213701130149	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
SPA0138_000000004506	4976	0.7629322875101138	6	4	2	4	3	True	122780	maximal	True	SPA0138_000000004506	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2077.0	99.95200000000001	42.0	0.001120248656349155	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	True
ENG0042_000000006870	3892	0.7629253828307996	5	4	3	3	4	False	112096	fragment	False	ENG0138_000000005143	0.39880400575604075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	88.333	2.0	2.0044757565452078e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
CHI0125_000000001540	10147	0.7629196039967556	9	6	2	5	3	False	93111	maximal	True	CHI0125_000000001540	1.0		2	1	False	False	0.9999014735221863	0					non-mobilizable	no_good_hit	1728.0	92.824	24.0	0.0031119096842629375	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0024_000000001209	14183	0.7629133747037881	21	12	9	10	8	True	126208	backbone	False	ISR0395_000000002325	0.7460710646619857	PS943|PS946|PS949	0	0	True	True	0.9999294877052307	52					non-mobilizable	no_good_hit	950.0	73.579	7.0	0.08892295898811806	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
ENG0055_000000002060	9241	0.7629031461273162	8	7	5	5	6	False	120193	fragment	False	ENG0055_000000002060	1.0		0	0	False	False	0.9940482378005981	0					non-mobilizable	no_good_hit	1127.0	76.575	23.0	0.009767568852993245	NZ_JAAITI010000009.1	firmicutes	Blautia luti strain MSK.16.34 NODE_9_length_113539_cov_214.703, whole genome shotgun sequence	True	False
MON0037_000000017428	3630	0.7629025271802173	6	5	5	4	4	False	49234	fragment	False	MON0037_000000017428	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3261.0	93.223	97.0	0.0012688055808740808	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ENG0100_000000023497	1345	0.7628953330308452	2	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.015917461081867354		0	0	False	False	0.994795560836792	0					non-mobilizable	chromosome	1157.0	83.319	92.0	0.00040545018202913527	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0024_000000015701	1674	0.7628913827437623	2	2	2	2	1	False	115613	fragment	False	USA0080_01_000000022560	0.8674546370518875		0	0	False	False	0.9940263032913208	0					non-mobilizable	chromosome	1674.0	97.31200000000001	100.0	0.0005903552258788018	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CAN0020_000000029058	1192	0.7628839187755846	2	2	2	2	1	False	91703	fragment	False	CAN0020_000000029058	1.0		0	0	False	False	0.9991610646247864	0					non-mobilizable	other	1192.0	99.916	100.0	0.0012775981583706816	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
USA0017_01_000000011344	2434	0.7628816185413027	5	3	3	2	2	False	63421	fragment	False	USA0017_01_000000011344	0.99685006299874		0	0	False	False	0.9995891451835632	0					non-mobilizable	chromosome	2434.0	99.137	100.0	0.0033423902213096618	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ENG0207_000000003178	5123	0.7628811116183668	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9461717102957226		0	0	True	True	0.9966816306114197	7					non-mobilizable	chromosome	4226.0	96.78200000000001	97.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
MON0105_000000011495	4549	0.7628743538692027	4	4	3	4	3	False	76408	fragment	False	MON0105_000000011495	1.0		0	0	False	False	0.9997801780700684	0					non-mobilizable	no_good_hit	495.0	89.495	13.0	0.00013757962210904527	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0854_000000008751	1168	0.7628670000508749	1	1	1	1	1	False	20496	maximal	True	ISR0854_000000008751	1.0		76	9	False	False	0.9957191944122314	0					non-mobilizable	chromosome	1168.0	97.945	100.0	0.0002329182319290779	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0094_000000012404	1418	0.7628665686221964	3	2	2	1	1	False	124847	fragment	False	AST0012_000000016916	0.694285699813839		0	0	False	False	0.9851903915405273	0					non-mobilizable	no_good_hit								True	False
ISR0301_000000002916	5249	0.7628628554409377	5	3	2	2	1	True	25572	maximal	True	ISR0301_000000002916	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	74.702	18.0	0.09165120593692022	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0084_000000014642	1955	0.7628596947756942	4	3	2	3	3	False	88882	fragment	False	DEN0051_000000022983	0.946100347739692		0	0	False	False	1.0	0					non-mobilizable	chromosome	1200.0	86.0	91.0	0.00040323978596651497	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0080_000000002683	10168	0.7628556851343155	9	5	4	5	4	True	13370	fragment	False	MON0080_000000002683	1.0		0	0	False	False	0.9991148710250854	0					non-mobilizable	no_good_hit	872.0	76.491	8.0	0.002394540559811581	NZ_FQLR01000003.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	True
MON0029_000000025137	1292	0.7628349257469252	2	2	2	1	1	False	36141	fragment	False	ISR0046_000000028678	0.9927147239263805		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.76799999999999	100.0	0.00024990848626113094	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0047_000000012077	2461	0.7628312668852407	5	2	2	1	1	False	81324	maximal	True	ISR0047_000000012077	1.0		0	0	False	False	0.9902478456497192	0					non-mobilizable	no_good_hit	1277.0	99.60799999999999	72.0	0.005186528034078253	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
USA0046_01_000000005803	1923	0.7628296400573259	5	5	5	4	3	False	1191	maximal	True	USA0046_01_000000005803	1.0		5	2	False	False	0.9994799494743347	0					non-mobilizable	no_good_hit	1554.0	82.23899999999999	84.0	0.0004600964259267176	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0031_000000000920	18979	0.7628290468205505	23	13	8	8	8	True	44290	maximal	True	SPA0031_000000000920	1.0		1	1	False	False	0.9982612133026123	0					non-mobilizable	no_good_hit	1073.0	76.048	6.0	0.00031275220459206715	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0328_000000003169	7403	0.7628203705529677	7	7	7	7	7	False	125056	fragment	False	CHI0172_000000000825	0.4080871132296336		0	0	False	False	0.9995947480201721	0					non-mobilizable	other	7403.0	99.12200000000001	100.0	0.026758791244549537	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0120_01_000000001411	7263	0.7628203705529677	7	7	7	7	7	False	125056	fragment	False	CHI0172_000000000825	0.36945567306966753		0	0	False	False	1.0	0					non-mobilizable	other	7259.0	99.366	99.0	0.02623814998806864	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0090_01_000000001286	6994	0.7628203705529677	7	7	7	7	7	False	125056	fragment	False	CHI0172_000000000825	0.35942895866149077		0	0	False	False	0.9998570084571838	0					non-mobilizable	other	6994.0	99.37100000000001	100.0	0.0014766996354503375	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0100_000000020103	1549	0.7628186831921416	3	2	2	2	1	False	60555	maximal	True	ENG0100_000000020103	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0097_000000008228	2744	0.7628185705060991	4	3	3	3	3	False	109010	maximal	True	AST0097_000000008228	1.0		21	5	False	False	0.9992711544036865	0					non-mobilizable	chromosome	2744.0	99.235	100.0	0.0009939565413066306	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	False	False
ENG0013_000000007852	3324	0.7628140206225449	6	3	1	2	2	True	120393	fragment	False	ENG0013_000000007852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	79.817	3.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
FIJ0037_000000012952	2321	0.7628127895618625	3	3	2	2	3	False	47795	fragment	False	FIJ0037_000000012952	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2323.0	98.795	100.0	0.0011811215873623042	CP026502.1	firmicutes	Lactococcus garvieae strain JJJN1 chromosome, complete genome	False	False
MON0105_000000012755	4136	0.7628127169356056	6	6	4	6	5	False	80602	fragment	False	MON0105_000000012755	1.0		0	0	False	False	0.9973404407501221	0					non-mobilizable	no_good_hit	2172.0	98.25	55.0	0.0006073411026347688	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0109_000000017630	1845	0.7628034467020519	3	2	2	2	1	True	56299	fragment	False	SPA0109_000000017630	0.9737891737891738		0	0	False	False	0.9902439117431641	0					non-mobilizable	no_good_hit	875.0	97.6	51.0	0.00027985848254582845	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0395_000000005759	6582	0.7628026185816325	5	3	3	3	3	True	117389	fragment	False	ISR0395_000000005759	1.0		0	0	False	False	0.9987845420837402	0					non-mobilizable	plasmid	6482.0	95.52600000000001	100.0	0.09839632402166636	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ENG0179_000000014172	2354	0.7628024939306973	4	2	1	2	1	False	55395	maximal	True	ENG0179_000000014172	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	99.94	71.0	0.03677019724992312	NZ_WKRD01000013.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold13_size45526, whole genome shotgun sequence	True	False
ENG0021_000000003549	5210	0.7627969098119088	9	6	3	6	3	True	102955	maximal	False	ISR0103_000000004304	0.6373992288818787		0	0	False	False	0.9998080730438232	0					non-mobilizable	no_good_hit	310.0	86.12899999999999	6.0	0.00016494085692130394	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
FIJ0021_000000011430	4379	0.7627967862682328	7	4	3	4	3	False	49677	fragment	False	FIJ0021_000000011430	1.0		0	0	False	False	0.9926924109458923	0					non-mobilizable	plasmid	4345.0	99.954	99.0	0.0204057666019983	CP052325.1	enterobacteria	Klebsiella pneumoniae strain E16KP0032 plasmid pE16KP0032-1, complete sequence	False	True
ISR0064_000000011164	1932	0.7627926254975725	3	3	3	3	3	False	62072	fragment	False	ISR0064_000000011164	0.9744252873563218		0	0	False	False	0.9994823932647705	0					non-mobilizable	other	1932.0	99.586	100.0	0.016043002891229934	NZ_JAAWUO010000014.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_14_length_120364_cov_136.787, whole genome shotgun sequence	False	False
ENG0162_000000000579	26575	0.762788876472718	32	21	13	15	18	True	124148	maximal	True	ENG0162_000000000579	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9361.0	96.977	79.0	0.0026298971928840455	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0821_000000002951	8109	0.7627880573474829	8	5	4	4	4	False	71899	fragment	False	DEN0064_000000003308	0.9765011806389788		0	0	False	False	0.9997533559799194	0					non-mobilizable	no_good_hit	1771.0	73.405	21.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
MAD0036_000000026556	1188	0.7627865077708786	2	1	1	1	1	False	18696	maximal	True	MAD0036_000000026556	1.0		23	7	False	False	0.9957912564277649	0					non-mobilizable	no_good_hit	60.0	86.667	5.0	8.127652626978531e-06	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
MON0025_000000007636	4127	0.7627833912788621	5	4	2	4	2	False	12916	maximal	True	MON0025_000000007636	1.0		1	1	False	False	0.9636539816856384	0					non-mobilizable	no_good_hit	71.0	100.0	2.0	0.0002685202234088259	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AUS0014_000000004155	7803	0.7627780610754584	5	4	3	2	3	False	105094	fragment	False	AUS0014_000000004155	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	98.71799999999999	2.0	0.0014940767087899907	NZ_WHZW01000012.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence12, whole genome shotgun sequence	True	False
USA0111_01_000000019104	1321	0.7627617894675508	1	1	1	1	1	False	53619	maximal	True	USA0111_01_000000019104	0.9909641557946037		199	11	False	False	0.9992430210113525	0					non-mobilizable	other	1294.0	77.666	98.0	0.0005589317422496461	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
SPA0145_000000027143	1276	0.7627617894675508	1	1	1	1	1	False	53619	maximal	False	USA0111_01_000000019104	0.9792694456921546		0	0	False	False	0.996081531047821	0					non-mobilizable	other	1289.0	72.925	100.0	0.02567829457364341	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0008_000000020879	1262	0.7627617894675508	1	1	1	1	1	False	67376	fragment	False	ENG0008_000000020879	1.0		0	0	False	False	0.9675118923187256	0					non-mobilizable	chromosome	1262.0	100.0	100.0	0.00023016770299933524	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
CAN0012_000000022631	2114	0.7627613500172792	3	3	3	3	3	False	94212	fragment	False	USA0083_01_000000013413	0.9655722754217966		0	0	False	False	0.9995269775390625	0					non-mobilizable	no_good_hit	472.0	75.42399999999999	22.0	7.194480992165646e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
SPA0062_000000012665	2604	0.7627560750479551	5	4	4	3	3	False	9701	fragment	False	MON0087_000000017125	0.9493430152143845		0	0	False	False	0.9846389889717102	0					non-mobilizable	other	2604.0	99.846	100.0	0.000821375581636781	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
USA0009_01_000000000012	107373	0.7627497443584441	140	32	16	28	14	False	91031	maximal	True	USA0009_01_000000000012	1.0		1	1	True	True	1.0	133					non-mobilizable	no_good_hit	295.0	92.20299999999999	1.0	0.002743587334398196	NZ_KB894130.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00016.16, whole genome shotgun sequence	True	True
DEN0041_000000002718	10879	0.7627360324658262	12	12	10	10	10	False	82332	maximal	True	DEN0041_000000002718	1.0		1	1	False	False	0.9999080896377563	0					non-mobilizable	plasmid	7461.0	99.87899999999999	95.0	0.045320065367815465	CP023917.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_439 plasmid unnamed1, complete sequence	False	True
USA0025_01_000000005210	3191	0.762734825881073	5	4	4	3	3	False	131808	maximal	True	USA0025_01_000000005210	1.0		8	3	False	False	0.9943591356277466	0					non-mobilizable	no_good_hit	2022.0	90.15799999999999	63.0	0.0005399863221330612	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0100_000000009349	1408	0.7627179187072402	2	2	2	2	1	False	108580	fragment	False	AST0100_000000009349	1.0		0	0	False	False	0.9928977489471436	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000011121	2781	0.7627161499733188	3	2	2	2	1	False	103869	maximal	True	ISR0038_000000011121	0.9952602701145757		954	13	False	False	1.0	0					non-mobilizable	other	2784.0	99.066	100.0	0.0011007043637806168	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0027_000000014353	2587	0.7627161499733188	2	2	2	2	1	False	103869	maximal	False	ISR0038_000000011121	0.9785365658366496		0	0	False	False	1.0	0					non-mobilizable	other	2590.0	99.344	100.0	0.0010239754214258056	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0371_000000006888	2580	0.7627161499733188	3	2	2	2	1	False	103869	maximal	False	ISR0038_000000011121	0.9777450543412404		0	0	False	False	1.0	0					non-mobilizable	other	2582.0	99.76799999999999	100.0	0.0010208113413287	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0100_000000005413	2414	0.7627161499733188	3	2	2	2	1	False	103869	maximal	False	ISR0038_000000011121	0.7152619462847931		0	0	False	False	1.0	0					non-mobilizable	other	2416.0	99.545	100.0	0.0009551566793137585	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
DEN0090_000000014222	1945	0.762700015439654	3	3	2	2	1	False	71216	fragment	False	DEN0090_000000014222	0.9846709693748418		0	0	False	False	0.9974293112754822	0					non-mobilizable	no_good_hit	200.0	76.5	10.0	2.2110849056603772e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0089_000000023018	1363	0.7626965334150452	3	2	2	2	1	False	33711	maximal	True	ISR0089_000000023018	1.0		0	0	False	False	0.9493764042854309	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	6.0	2.1105131323902672e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0059_000000005953	2105	0.7626961279573921	4	3	2	3	2	False	85683	maximal	True	ENG0059_000000005953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	99.473	27.0	0.0009900575906739363	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0008_000000011436	2515	0.7626884281287156	6	5	4	5	4	True	71101	fragment	False	ENG0100_000000012066	0.9498981368391696		0	0	False	False	0.9948310256004333	0					non-mobilizable	plasmid	1212.0	91.99700000000001	90.0	0.09681323114158935	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0031_000000011218	2974	0.7626818568432874	4	4	4	4	4	False	129309	maximal	False	FIJ0076_000000004945	0.6494687260379012		0	0	False	False	0.9993274807929993	0					non-mobilizable	chromosome	1886.0	87.116	94.0	0.0006539018701035786	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0006_000000011369	2007	0.7626771126083066	2	2	2	2	1	False	106559	fragment	False	ENG0006_000000011369	0.9977878969996764		0	0	False	False	0.997508704662323	0					non-mobilizable	other	1978.0	100.0	100.0	0.0005953990739842829	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
AST0113_000000019473	1940	0.7626771126083066	2	2	2	2	1	False	106559	fragment	False	ENG0006_000000011369	0.9849900348779274		0	0	False	False	1.0	0					non-mobilizable	other	1921.0	99.896	100.0	0.0005782327880879227	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0138_000000014032	2084	0.7626696897885044	3	3	3	3	3	False	47894	fragment	False	ISR0138_000000014032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	94.678	48.0	0.00030615882133271175	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CAN0022_000000018869	1702	0.7626612350119439	2	2	2	2	1	False	91294	fragment	False	CAN0022_000000018869	1.0		0	0	False	False	0.9929494857788086	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000009835	4680	0.7626571683246705	6	5	3	3	5	False	73735	maximal	True	ISR0029_000000009835	1.0		347	11	False	False	0.9950854778289795	0					non-mobilizable	other	4662.0	99.743	99.0	0.014800067316332785	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ISR0045_000000002710	8643	0.7626543981411319	13	6	3	4	4	False	59043	maximal	True	ISR0045_000000002710	1.0		1	1	False	False	0.9980331063270569	0					non-mobilizable	no_good_hit	1533.0	70.515	17.0	0.14460760478459594	LN852940.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0268	True	False
ISR0084_000000004983	4420	0.7626523996714772	7	4	4	4	3	True	34062	fragment	False	ISR0084_000000004983	1.0		0	0	False	False	0.9997737407684326	0					non-mobilizable	no_good_hit								True	True
ISR0131_000000003971	5878	0.7626510577992499	6	4	1	3	1	True	31703	maximal	True	ISR0131_000000003971	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2628.0	98.135	45.0	0.013142222266708038	NZ_QIBZ01000003.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_003, whole genome shotgun sequence	True	True
ISR0284_000000001711	4753	0.7626476637303409	7	7	7	7	7	True	114140	fragment	False	ISR0284_000000001711	1.0		0	0	False	False	0.998737633228302	0					non-mobilizable	chromosome	2379.0	92.93799999999999	93.0	0.0003132971171908282	CP050205.1	enterobacteria	Escherichia coli strain RH-048-CS chromosome	False	True
FIJ0045_000000018675	1271	0.7626439006374516	2	2	1	2	2	False	110608	fragment	False	FIJ0108_000000016384	0.6647748657027149		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	96.355	99.0	0.05068994649394537	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
MAD0012_000000022711	1353	0.7626427035066828	2	2	1	0	1	False	116480	fragment	False	MAD0012_000000022711	0.9785765389348368		0	0	False	False	0.9519585967063904	0					non-mobilizable	other	1292.0	99.845	95.0	0.039008913733192326	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0102_000000013441	2350	0.7626400424083559	4	4	4	3	3	False	80202	maximal	True	FIJ0102_000000013441	1.0		39	8	False	False	0.9995744824409485	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000017825	2262	0.7626399589902332	4	4	4	3	3	False	67350	maximal	True	FIJ0036_000000017825	1.0		0	0	False	False	0.9960212111473083	0					non-mobilizable	no_good_hit	1054.0	98.861	47.0	0.000314512366680123	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0065_000000010431	2695	0.7626266372590494	4	3	3	3	3	False	62861	maximal	True	ENG0065_000000010431	1.0		5	4	False	False	0.9855287671089172	0					non-mobilizable	no_good_hit	193.0	76.166	7.0	3.449005098174115e-05	CP027224.1	firmicutes	Lysinibacillus sp. B2A1 chromosome, complete genome	True	False
CHI0181_000000002773	6976	0.7626260787215208	12	11	4	5	9	True	116365	fragment	False	ISR0366_000000001687	0.9608657332140162		0	0	False	False	0.9958428740501404	0					non-mobilizable	plasmid	6828.0	98.77	98.0	0.2065019978205594	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0110_000000005788	3615	0.7626255247993409	3	3	3	3	3	False	83165	maximal	False	SPA0123_000000002890	0.6379834854411125		0	0	False	False	1.0	0					non-mobilizable	other	3549.0	99.944	98.0	0.110032262067254	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
ISR0397_000000002767	8066	0.7626223487580522	14	6	3	5	3	True	110685	fragment	False	ISR0397_000000002767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4464.0	98.34200000000001	76.0	0.0011951564964106476	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0009_000000007418	4146	0.7626211988326679	3	3	1	3	0	False	101835	fragment	False	USA0086_01_000000004281	0.9572316218657683		0	0	False	False	0.9898697733879089	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000008091	3996	0.7626211988326679	4	3	1	3	0	False	101835	fragment	False	USA0086_01_000000004281	0.9334795981019788		0	0	False	False	0.999499499797821	0					non-mobilizable	no_good_hit								True	False
ENG0118_000000002951	4639	0.7626152836546821	8	7	6	6	3	False	59324	maximal	True	ENG0118_000000002951	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3000.0	99.96700000000001	65.0	0.016340296620789608	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0145_000000007635	4180	0.7626135688660683	6	3	1	2	3	False	83070	maximal	True	ISR0145_000000007635	0.990632603406326	PS412	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1346.0	99.777	40.0	0.00018998165299858143	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0052_000000007732	4110	0.7626135688660683	6	3	1	2	3	False	83070	maximal	False	ISR0145_000000007635	0.9824162679425837	PS412	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	97.87799999999999	39.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
MAD0042_000000005237	4036	0.7626007760664327	5	3	3	3	2	False	18156	maximal	True	MAD0042_000000005237	1.0		1	1	False	False	0.993062436580658	0					non-mobilizable	no_good_hit	676.0	76.331	17.0	0.00018540557469464452	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0072_000000007096	3769	0.7625985558567946	5	5	5	5	5	False	34861	maximal	True	ISR0072_000000007096	1.0		61	4	False	False	1.0	0					non-mobilizable	other	3769.0	99.204	100.0	0.0018635254459256152	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ENG0180_000000003837	4106	0.7625952171508478	6	4	3	3	1	True	55352	maximal	True	ENG0180_000000003837	1.0		1	1	False	False	0.9936677813529968	0					non-mobilizable	no_good_hit	526.0	98.289	13.0	0.0001829949263349567	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0191_000000009319	1254	0.7625946023043264	2	1	1	1	1	False	124639	fragment	False	ISR0191_000000009319	0.9468425259792166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0051_000000017441	2016	0.7625933083451064	3	3	3	3	3	False	12969	maximal	True	MON0051_000000017441	1.0		13	1	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	78.242	55.0	0.01081138838431426	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0389_000000014703	1511	0.7625929403201207	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8837963878909068		0	0	False	False	0.9907346367835999	0					non-mobilizable	no_good_hit	1125.0	98.4	83.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0044_01_000000003502	8441	0.7625906288593062	8	4	3	4	1	True	132062	fragment	False	USA0044_01_000000003502	0.9873486780343862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	85.075	3.0	0.007892992709525818	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0010_000000010859	1936	0.7625899213282462	3	2	2	2	1	False	63593	fragment	False	ENG0056_000000005398	0.9577603143418467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0047_000000003194	6236	0.762589467831698	7	7	7	6	7	False	131917	maximal	True	AST0047_000000003194	1.0		88	11	False	False	0.9996792674064636	0					non-mobilizable	no_good_hit	716.0	72.346	11.0	0.0014553453622367153	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0084_000000024770	1431	0.7625832519814911	2	2	2	2	2	False	111255	fragment	False	ISR0194_000000017981	0.9275925576579672		0	0	False	False	0.9986023902893066	0					non-mobilizable	no_good_hit	795.0	95.59700000000001	77.0	0.0002258459980601137	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CAN0012_000000009399	5768	0.7625828895936	8	5	2	4	5	True	123489	fragment	False	CAN0012_000000009399	0.9584436580695191		0	0	False	False	1.0	0					non-mobilizable	chromosome	5795.0	98.18799999999999	100.0	0.001058764060994773	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
ETH0001_000000004072	5456	0.7625828895936	6	5	2	4	5	True	123489	fragment	False	CAN0012_000000009399	0.911268787173999		0	0	False	False	1.0	0					non-mobilizable	other	5456.0	99.98200000000001	100.0	0.041988346405782154	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0113_000000006282	5363	0.7625828895936	6	5	2	4	5	True	123489	fragment	False	CAN0012_000000009399	0.9534319855368136		0	0	False	False	1.0	0					non-mobilizable	chromosome	5389.0	98.014	100.0	0.0009844069932272799	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
FIJ0106_000000012408	2106	0.7625745309305428	3	3	3	3	3	False	43915	fragment	False	FIJ0092_000000015778	0.9872626215840667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	77.582	40.0	0.0001575812331256763	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
SPA0106_000000025810	1483	0.762568257881698	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.44681673240165853		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	79.498	99.0	0.0006321679849840593	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0154_000000015690	2383	0.7625667339407121	5	2	2	1	2	False	39939	fragment	False	MAD0058_000000005517	0.6422764227642276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	73.39	39.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0147_000000011340	1845	0.7625667339407121	3	2	2	1	2	False	39938	fragment	False	FIJ0147_000000011340	1.0		0	0	False	False	0.995121955871582	0					non-mobilizable	no_good_hit	918.0	73.42	49.0	0.0002400813715795407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0013_000000005552	6855	0.7625632990214081	18	3	3	3	3	True	110405	fragment	False	MON0013_000000005552	1.0		0	0	False	False	0.9998541474342346	0					non-mobilizable	no_good_hit	3642.0	97.77600000000001	88.0	0.020960291220754088	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0105_000000003909	4032	0.7625632990214081	9	3	3	3	3	True	54120	fragment	False	ISR0105_000000003909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2140.0	97.43	87.0	0.01230891517965141	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0126_000000025326	1740	0.7625600983105747	2	1	1	1	1	False	117254	fragment	False	SPA0126_000000025326	1.0		0	0	False	False	0.9994252920150757	0					non-mobilizable	no_good_hit	800.0	78.0	46.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0179_000000020062	1642	0.7625600983105747	2	1	1	1	1	False	117259	maximal	True	ENG0179_000000020062	1.0		1	1	False	False	0.9738124012947083	0					non-mobilizable	no_good_hit	800.0	78.0	48.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0132_000000019251	1585	0.7625600983105747	1	1	1	1	1	False	117258	fragment	False	CHI0132_000000019251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.0	50.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0214_000000020170	1512	0.7625600983105747	2	1	1	1	1	False	28207	maximal	True	ISR0214_000000020170	1.0		2	2	False	False	0.9814814925193787	0					non-mobilizable	no_good_hit	800.0	78.0	52.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
AST0031_000000017471	1479	0.7625600983105747	2	1	1	1	1	False	117253	fragment	False	AST0031_000000017471	0.9632902787219579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.0	54.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0777_000000011766	1471	0.7625600983105747	1	1	1	1	1	False	117253	fragment	False	AST0031_000000017471	0.9543610547667343		0	0	False	False	0.9986403584480286	0					non-mobilizable	no_good_hit	786.0	78.372	53.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0040_000000021037	1323	0.7625600983105747	1	1	1	1	1	False	26861	fragment	False	MON0040_000000021037	1.0		0	0	False	False	0.9992441534996033	0					non-mobilizable	no_good_hit	800.0	77.875	60.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0056_000000018546	1220	0.7625600983105747	1	1	1	1	1	False	35614	fragment	False	ISR0056_000000018546	1.0		0	0	False	False	0.9991803169250488	0					non-mobilizable	no_good_hit	800.0	77.875	65.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0112_000000026431	1107	0.7625600983105747	1	1	1	1	1	False	26860	fragment	False	ISR0255_000000029976	0.9347679832475663		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	77.875	72.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0048_000000021625	1105	0.7625600983105747	1	1	1	1	1	False	26860	fragment	False	ISR0255_000000029976	0.635350797952424		0	0	False	False	0.9990950226783752	0					non-mobilizable	no_good_hit	800.0	77.875	72.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0063_000000014038	1105	0.7625600983105747	1	1	1	1	1	False	16694	fragment	False	MAD0063_000000014038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.375	72.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0056_000000004453	6768	0.7625589952250925	9	5	4	4	3	True	105459	fragment	False	SPA0056_000000004453	0.9903064415259537		0	0	False	True	1.0	0					non-mobilizable	chromosome	6768.0	99.985	100.0	0.001242811637727111	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
AST0111_000000006194	3251	0.7625517846151136	4	2	2	2	2	False	106841	fragment	False	AST0111_000000006194	1.0		0	0	False	False	0.9972316026687622	0					non-mobilizable	no_good_hit	870.0	98.161	27.0	0.14068317953699205	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0083_000000003695	3905	0.7625467218623173	7	5	3	3	3	False	108498	maximal	True	SPA0083_000000003695	1.0		54	5	False	False	0.9951344132423401	0					non-mobilizable	no_good_hit	2333.0	97.042	60.0	0.0007907120724097894	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0196_000000020780	1100	0.7625458262914782	1	1	1	1	1	True	28947	fragment	False	ISR0196_000000020780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0006_000000013059	1728	0.7625452109869734	3	2	2	2	2	True	67592	fragment	False	ENG0006_000000013059	1.0		0	0	False	False	0.9936342835426331	0					non-mobilizable	other	1707.0	97.95	99.0	0.00047375465840234155	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MAD0111_000000011520	1488	0.7625407063574281	2	1	1	1	1	False	42384	fragment	False	MAD0111_000000011520	1.0		0	0	False	False	0.9926075339317322	0					non-mobilizable	other	1441.0	93.616	100.0	0.0030089683566934386	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0057_000000000885	8100	0.7625392764012401	9	8	0	3	8	True	113287	fragment	False	AST0057_000000000885	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	8101.0	99.963	100.0	0.07580365916428805	CP045519.1	enterobacteria	Salmonella enterica subsp. enterica serovar Anatum strain Sal-5091 plasmid pSal-5091_CMY, complete sequence	False	True
FIJ0166_000000015192	1600	0.7625346806858424	2	2	2	2	2	False	39006	maximal	True	FIJ0166_000000015192	1.0		7	5	False	False	0.9943749904632568	0					non-mobilizable	no_good_hit	381.0	74.016	23.0	0.0017690049465741535	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	False
FIJ0114_000000013716	2795	0.7625288571854141	3	3	3	3	2	False	47718	fragment	False	FIJ0114_000000013716	1.0		0	0	False	False	0.9935599565505981	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.3389491168488334e-06	CP048817.1	a-proteobacteria	Sphingomonas alpina strain So64.6b chromosome, complete genome	True	False
ISR0114_000000000515	29318	0.7625259822489642	39	16	7	12	10	False	114642	maximal	True	ISR0114_000000000515	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	96.37700000000001	1.0	0.0003953893290890086	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
SPA0030_000000008494	3612	0.7625238462409542	4	2	2	2	1	False	44803	fragment	False	SPA0030_000000008494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	98.551	2.0	2.115468492274496e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0121_000000000989	8466	0.7625236946346053	10	7	4	6	7	True	81798	maximal	True	CHI0121_000000000989	1.0		6	2	False	False	0.9987006783485413	0					non-mobilizable	chromosome	8466.0	99.988	100.0	0.001254811345451268	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
USA0059_01_000000002620	9181	0.7625230027098463	6	5	5	5	4	False	119700	fragment	False	USA0059_01_000000002620	1.0		0	0	False	False	0.9998911023139954	0					non-mobilizable	no_good_hit	4658.0	89.223	87.0	0.0007435673438001419	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
SPA0145_000000003087	8694	0.7625145450708257	13	12	5	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.10581687819575052	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8694.0	100.0	100.0	0.17039418233137973	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0072_01_000000002320	8572	0.7625145450708257	13	12	5	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.10388958791979358	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8572.0	100.0	100.0	0.16800282258854893	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0109_000000003524	7263	0.7625088824160979	10	10	9	8	8	False	111446	fragment	False	ISR0179_000000003041	0.1487308751430798		0	0	False	False	1.0	0					non-mobilizable	other	7106.0	98.846	100.0	0.00983853609009955	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0019_000000009907	1778	0.7625072783990764	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04233423762519458		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	97.244	100.0	0.0005351626237845905	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
CHI0057_000000002460	6202	0.7624994744034148	7	7	7	5	6	False	93292	maximal	True	CHI0057_000000002460	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3110.0	99.839	50.0	0.0013146222015122595	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
USA0026_01_000000006030	5756	0.7624932802933894	7	6	5	4	3	False	73989	fragment	False	USA0026_01_000000006030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.952	23.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
SPA0078_000000006156	1232	0.7624897873249741	2	2	1	2	2	False	5659	fragment	False	SPA0078_000000006156	1.0		0	0	False	False	0.9902597665786743	0					non-mobilizable	plasmid	1215.0	96.955	99.0	0.02645225955462588	NZ_MRUL01000025.1	enterobacteria	Izhakiella australiensis strain D4N98 plasmid unnamed NODE_25_length_45894_cov_192.909_ID_4826, whole genome shotgun sequence	False	True
ENG0178_000000008379	2618	0.7624886207897612	4	2	0	2	0	True	84666	fragment	False	ENG0178_000000008379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1557.0	85.742	59.0	0.0012456741828788288	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0393_000000001277	10827	0.7624835902915993	19	7	4	5	5	False	22784	maximal	True	ISR0393_000000001277	1.0		1	1	False	False	0.9999076128005981	0					non-mobilizable	no_good_hit	1389.0	77.75399999999999	18.0	0.0003666011358203612	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0002_000000002099	8352	0.7624823395269213	12	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.9413121616143091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	99.884	40.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0358_000000001708	7864	0.7624823395269213	9	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.8956593433375156		0	0	False	False	0.9963123202323914	0					non-mobilizable	no_good_hit	2916.0	96.056	37.0	0.46932167718957424	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0180_000000001665	7722	0.7624823395269213	9	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.8715356931362883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	97.565	36.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0012_000000006439	3689	0.7624802571378121	6	5	3	5	2	True	124249	maximal	True	ISR0012_000000006439	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	3047.0	99.934	83.0	0.8034819308889475	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
USA0066_01_000000002333	7974	0.7624774391653778	9	9	4	5	8	True	123518	fragment	False	ISR0779_000000002876	0.23652614727854857		0	0	False	False	1.0	0					non-mobilizable	other	7910.0	98.963	99.0	0.0017628250543407558	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
FIJ0113_000000015205	1690	0.7624767197848227	3	3	1	3	3	False	41936	maximal	True	FIJ0113_000000015205	1.0		1	1	False	False	0.9816567897796631	0	IncFIA,IncFIC				non-mobilizable	plasmid	1690.0	99.941	100.0	0.017935076932878852	AP022179.1	enterobacteria	Escherichia coli plasmid pWP7-S17-ESBL-04_2 DNA, complete genome, strain: WP7-S17-ESBL-04	False	True
FIJ0068_000000003217	8506	0.7624714871757853	6	6	2	3	6	True	83871	fragment	False	FIJ0068_000000003217	1.0		0	0	False	False	1.0	0		MOBF,MOBF	MPF_T		conjugative	plasmid	8506.0	99.012	100.0	0.05085435069944917	KC757417.2	enterobacteria	Klebsiella pneumoniae plasmid pKPoxa-48N2, complete sequence	False	True
ISR0246_000000003144	5202	0.7624531971780253	9	7	3	4	3	False	115728	fragment	False	ISR0053_000000003122	0.18810271522161295		0	0	False	False	1.0	0					non-mobilizable	other	5203.0	98.42399999999999	100.0	0.040237089310862464	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0232_000000022280	1327	0.7624360982606695	2	2	2	2	2	False	56983	fragment	False	ISR0232_000000022280	1.0		0	0	False	False	0.9713639616966248	0					non-mobilizable	no_good_hit	392.0	72.959	29.0	9.627034300279606e-05	CP012479.1	high GC Gram+	Arthrobacter sp. ERGS1:01 chromosome, complete genome	True	False
MON0037_000000024294	2777	0.7624357812631487	4	3	3	3	3	False	12121	fragment	False	MON0077_000000013668	0.9693209238193726		0	0	False	False	0.9996399283409119	0					non-mobilizable	no_good_hit	943.0	88.229	52.0	0.014174248358137014	NZ_FRCJ01000012.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	False
ISR0090_000000000788	19283	0.7624349791766313	31	10	6	7	6	False	76059	maximal	True	ISR0090_000000000788	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	82.9	2.0	5.897606862410835e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0013_000000006121	3849	0.7624296092767578	7	3	1	2	2	False	112119	maximal	False	ISR0017_000000008679	0.9475683263005349	PS416	0	0	True	True	1.0	216					non-mobilizable	plasmid	2942.0	99.59200000000001	100.0	0.7759894459102903	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
ISR0017_000000008679	3829	0.7624296092767578	7	3	1	2	2	False	112119	maximal	True	ISR0017_000000008679	0.9484550042398688	PS416	11	6	True	True	0.9997388124465942	8					non-mobilizable	plasmid	2626.0	99.65700000000001	100.0	0.6926121372031663	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
FIJ0150_000000003872	5782	0.7624285169176928	12	4	2	4	2	False	50344	maximal	True	FIJ0150_000000003872	1.0		7	3	False	False	0.9996541142463684	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	7.1049802481549106e-06	CP059400.1	g-proteobacteria	Legionella sp. PC1000 chromosome, complete genome	True	False
ISR0099_000000002043	10182	0.7624215536984841	18	6	2	6	3	False	33223	maximal	True	ISR0099_000000002043	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	88.889	23.0	0.011567355301348814	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	False
SPA0028_000000001146	14029	0.7624208074310432	21	13	10	12	8	True	116352	maximal	False	ISR0126_000000003247	0.6338824758389981		0	0	True	True	1.0	34					non-mobilizable	no_good_hit	177.0	79.661	1.0	0.00042457394498311577	NZ_SRMQ01000002.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000002, whole genome shotgun sequence	True	True
DEN0012_000000000777	8157	0.7624180961668808	20	7	3	4	6	False	75500	maximal	True	DEN0012_000000000777	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	76.479	24.0	0.011647185950788164	NZ_KB291681.1	firmicutes	Clostridium celatum DSM 1785 Scfld153, whole genome shotgun sequence	True	False
MON0004_000000030246	1508	0.7624149751447349	2	2	2	2	2	False	19638	fragment	False	MON0004_000000030246	1.0		0	0	False	False	0.9767904281616211	0					non-mobilizable	other	1515.0	76.964	99.0	0.014637365668186877	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
CHI0113_000000001834	4033	0.7624140393552645	9	8	6	4	8	False	88039	maximal	True	CHI0113_000000001834	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1836.0	99.837	99.0	0.009431731737905796	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
ISR0007_000000002309	5612	0.7624111068954641	13	2	1	2	1	False	71904	fragment	False	ISR0007_000000002309	1.0		0	0	False	False	0.9969707727432251	0					non-mobilizable	no_good_hit	89.0	94.382	2.0	2.434962024388244e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0051_000000024503	1508	0.7624099458456045	2	1	1	1	1	False	54794	fragment	False	ISR0331_000000015064	0.9615945254733596		0	0	False	False	0.9933686852455139	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	9.016169788713178e-05	NZ_LROS01000011.1	firmicutes	Clostridium ragsdalei P11 CLRAG_contig000011, whole genome shotgun sequence	True	False
MAD0088_000000020571	1296	0.7624095420429468	3	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.2352004474767		0	0	False	False	0.9938271641731262	0					non-mobilizable	chromosome	1081.0	78.908	96.0	0.0002840962897024565	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0179_000000018121	1253	0.7624095420429468	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.2195376573021259		0	0	False	False	0.9992018938064575	0					non-mobilizable	chromosome	1039.0	78.53699999999999	95.0	0.0002726257352825451	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0073_000000011301	4184	0.7624032718241552	9	3	3	3	1	True	70208	maximal	True	DEN0073_000000011301	1.0		1	1	False	False	0.9863767027854919	0					non-mobilizable	no_good_hit	93.0	82.796	2.0	1.8978487059766142e-05	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	True
CHI0110_000000008252	1264	0.7624007696091709	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.11928262619769493		0	0	False	False	0.9992088675498962	0					non-mobilizable	chromosome	1264.0	98.97200000000001	100.0	0.00040708803770350774	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0058_01_000000005561	3689	0.7623999995287211	7	5	2	2	5	False	948	fragment	False	USA0058_01_000000005561	1.0		0	0	False	False	0.9997289180755615	0					non-mobilizable	no_good_hit	2072.0	91.74700000000001	56.0	0.0003983823894077517	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
SPA0009_000000004201	7661	0.7623893490474134	8	3	3	2	2	False	51068	fragment	False	SPA0009_000000004201	1.0		0	0	False	False	0.9998694658279419	0					non-mobilizable	no_good_hit								True	False
ENG0142_000000002454	8850	0.7623891149837956	5	4	3	4	2	True	127372	maximal	True	ENG0142_000000002454	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	3053.0	91.87700000000001	75.0	0.03298554504945115	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0010_000000003003	7861	0.7623891149837956	6	4	3	4	2	True	127371	fragment	False	AST0010_000000003003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3079.0	91.296	77.0	0.03332246494946201	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0310_000000001414	9337	0.7623775924556847	9	9	9	9	8	True	76728	fragment	False	ISR0310_000000001414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	0.0	2.6519618329653e-05	NZ_FUZA01000001.1	CFB group bacteria	Dyadobacter psychrophilus strain DSM 22270, whole genome shotgun sequence	True	True
ENG0176_000000003387	2428	0.7623550835499808	3	3	2	2	3	False	109510	fragment	False	ENG0182_000000011915	0.43399660133600104		0	0	False	False	0.999588131904602	0					non-mobilizable	other	2426.0	97.774	99.0	0.0006830990245391056	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0121_01_000000036547	1110	0.762346450941727	2	2	2	2	1	False	159	fragment	False	USA0121_01_000000036547	1.0		0	0	False	False	0.99909907579422	0					non-mobilizable	no_good_hit	534.0	76.96600000000001	48.0	0.000819400671379905	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	True	False
ETH0003_000000016958	2300	0.7623440501551332	3	3	3	3	3	False	53189	maximal	True	ETH0003_000000016958	1.0		3	3	False	False	1.0	0					non-mobilizable	other	2302.0	98.65299999999999	100.0	0.014240183185320419	NZ_FUXC01000006.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	False	False
MAD0097_000000001276	19714	0.7623419673247264	30	24	6	6	24	False	15454	maximal	True	MAD0097_000000001276	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6140.0	95.765	78.0	0.002158956527878285	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
CHI0094_000000000860	5953	0.7623396719707072	6	6	5	5	4	True	112067	fragment	False	CHI0094_000000000860	1.0		0	0	False	False	0.9994960427284241	0					non-mobilizable	other	4396.0	88.694	100.0	0.01567741958534154	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
MON0086_000000020967	1459	0.7623390340309426	3	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.05362450339487966		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	99.45200000000001	100.0	0.0030486976122717398	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0069_01_000000041340	1457	0.7623222700823377	2	2	2	2	2	False	760	maximal	True	USA0069_01_000000041340	1.0		2	2	False	False	0.9993136525154114	0					non-mobilizable	no_good_hit	119.0	77.311	8.0	3.193539608222115e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0068_000000016520	1554	0.7623216616581291	3	2	2	2	2	True	62589	fragment	False	ENG0068_000000016520	1.0		0	0	False	False	0.9897040128707886	0					non-mobilizable	no_good_hit	342.0	92.105	22.0	0.00037252207275214065	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
MON0065_000000014060	1837	0.7623196113998731	3	2	2	2	1	False	87678	fragment	False	MON0065_000000014060	0.9821528165086447		0	0	False	False	1.0	0					non-mobilizable	other	1738.0	99.48200000000001	95.0	0.0007077169669948023	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0108_000000010635	1793	0.7623196113998731	2	2	2	2	1	False	87678	fragment	False	MON0065_000000014060	0.9706042460533479		0	0	False	False	0.9994422793388367	0					non-mobilizable	chromosome	1793.0	99.777	100.0	0.0007027442712812495	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0232_000000011737	2314	0.7623186282116794	3	3	3	3	3	False	27453	fragment	False	ISR0232_000000011737	1.0		0	0	False	False	0.9995678663253784	0					non-mobilizable	chromosome	2170.0	77.558	95.0	0.0007481276827744035	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	False	False
ISR0292_000000016284	1269	0.7623138293495164	2	1	1	1	1	False	89729	fragment	False	ISR0129_000000007966	0.4730749098863531		0	0	False	False	0.9842395782470703	0					non-mobilizable	other	1251.0	98.161	99.0	0.057056782910352384	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0019_000000047468	1412	0.7623056363356755	4	3	3	3	2	False	13158	maximal	True	MON0019_000000047468	1.0		3	1	False	False	0.9978753328323364	0					non-mobilizable	no_good_hit	82.0	80.488	6.0	0.017179215270413575	NZ_BCRE01000240.1	high GC Gram+	Kribbia dieselivorans NBRC 106261, whole genome shotgun sequence	True	False
ENG0020_000000002832	7168	0.7623046368442399	9	7	7	5	4	True	97103	maximal	True	ENG0020_000000002832	1.0		26	7	False	False	0.9979073405265808	0					non-mobilizable	other	7168.0	99.079	100.0	0.013848659866324782	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
DEN0016_000000005863	1583	0.7623001540202097	3	3	3	3	2	False	92708	fragment	False	DEN0016_000000005863	1.0		0	0	False	False	0.9993683099746704	0					non-mobilizable	no_good_hit	357.0	93.838	62.0	6.703870637894006e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0072_000000005851	1857	0.7622812236087675	2	2	2	2	1	False	89236	fragment	False	ENG0072_000000005851	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1664.0	99.82	90.0	0.000417022967878693	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MON0001_000000006866	4685	0.7622809492617476	5	5	5	4	5	False	130049	fragment	False	ENG0005_000000004373	0.5598807979367597		0	0	False	False	0.9997865557670593	0					non-mobilizable	chromosome	4698.0	98.169	100.0	0.0015123175557441475	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0838_000000004078	4860	0.7622800903555541	3	2	2	2	2	True	92835	fragment	False	ENG0137_000000003413	0.6969109241790237		0	0	False	False	0.9979423880577087	0					non-mobilizable	no_good_hit	67.0	88.06	1.0	2.996280647687088e-06	LR699099.1	starfish	Asterias rubens genome assembly, chromosome: 8	True	True
ISR0095_000000029989	1203	0.7622788405910792	2	2	2	2	2	False	33376	maximal	True	ISR0095_000000029989	1.0		7	3	False	False	1.0	0					non-mobilizable	other	678.0	87.316	100.0	0.04128976678358255	NZ_JWHR01000010.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig010, whole genome shotgun sequence	False	False
USA0133_01_000000007617	3278	0.7622757448161368	5	4	2	3	3	True	81112	fragment	False	ISR0089_000000007467	0.9688080245982705		0	0	False	False	0.9996949434280396	0					non-mobilizable	no_good_hit	166.0	96.988	5.0	4.827519824669219e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
USA0121_01_000000014679	3190	0.7622757448161368	5	4	2	3	3	True	81112	fragment	False	ISR0089_000000007467	0.9652569731433387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	77.66	3.0	4.814888472528968e-05	CP059430.1	firmicutes	Carnobacteriaceae bacterium zg84 chromosome, complete genome	True	True
DEN0035_000000010585	3005	0.7622757448161368	5	4	2	3	3	True	81112	fragment	False	ISR0089_000000007467	0.7484719149127769		0	0	False	False	0.9953411221504211	0					non-mobilizable	no_good_hit	94.0	77.66	3.0	4.814888472528968e-05	CP059430.1	firmicutes	Carnobacteriaceae bacterium zg84 chromosome, complete genome	True	True
ENG0168_000000009946	3000	0.7622757448161368	6	4	2	3	3	True	81112	fragment	False	ISR0089_000000007467	0.8456188826096376		0	0	False	False	0.9973333477973938	0					non-mobilizable	no_good_hit	94.0	77.66	3.0	4.814888472528968e-05	CP059430.1	firmicutes	Carnobacteriaceae bacterium zg84 chromosome, complete genome	True	True
USA0069_01_000000021073	2938	0.7622757448161368	5	4	2	3	3	True	81112	fragment	False	ISR0089_000000007467	0.7448653577629661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	77.66	3.0	4.814888472528968e-05	CP059430.1	firmicutes	Carnobacteriaceae bacterium zg84 chromosome, complete genome	True	True
TAN0009_000000027703	1540	0.7622706091535493	2	2	2	1	1	False	2672	maximal	True	TAN0009_000000027703	1.0		6	1	False	False	0.9980519413948059	0					non-mobilizable	no_good_hit	694.0	84.726	45.0	0.00019035468132996312	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	False
ISR0068_000000007548	2693	0.7622654141959181	2	2	2	1	2	False	35029	maximal	True	ISR0068_000000007548	1.0		1	1	False	False	0.9806906580924988	0					non-mobilizable	no_good_hit								True	False
ISR0244_000000003843	5190	0.7622614871109932	8	8	6	5	7	False	128465	fragment	False	ISR0075_000000003547	0.7481978182908356		0	0	False	False	1.0	0					non-mobilizable	other	5080.0	99.213	98.0	0.019483060209906096	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0048_01_000000009169	1736	0.7622543985210829	2	2	2	1	2	False	28764	fragment	False	SPA0085_000000007521	0.974972191323693		0	0	False	False	0.9994239807128906	0					non-mobilizable	chromosome	1736.0	100.0	100.0	0.0007583519242469806	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0107_000000001098	13533	0.7622513585533953	16	7	5	6	6	False	66179	maximal	True	ISR0107_000000001098	1.0	PS303	3	2	False	True	0.9995566606521606	0					non-mobilizable	no_good_hit	557.0	96.948	19.0	0.00017297065907420878	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0246_000000012235	1825	0.7622469624289209	2	2	1	1	0	True	129269	fragment	False	ENG0110_000000016527	0.9586527929901424		0	0	False	False	1.0	0					non-mobilizable	other	1828.0	91.46600000000001	99.0	0.035707986281234685	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0043_000000002078	7924	0.7622453373520425	17	7	4	6	5	False	6820	fragment	False	SPA0043_000000002078	1.0		0	0	False	False	0.9996213912963867	0					non-mobilizable	no_good_hit	71.0	94.366	1.0	2.1075659510075218e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0114_000000030372	1550	0.7622193880242633	2	2	2	2	1	False	4425	fragment	False	SPA0114_000000030372	1.0		0	0	False	False	0.9916129112243652	0					non-mobilizable	no_good_hit	48.0	89.583	3.0	0.00022103164115993561	NZ_SAVB01000004.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold4_1, whole genome shotgun sequence	True	False
ISR0182_000000007885	4219	0.7622192792838096	7	5	3	2	3	False	88485	backbone	True	ISR0182_000000007885	0.9680733522182102	PS458	23	5	False	True	1.0	0					non-mobilizable	no_good_hit	1372.0	87.755	53.0	0.00042527138660871115	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0055_000000011574	2724	0.7622171878210717	3	3	3	3	2	False	76291	maximal	True	SPA0055_000000011574	1.0		3	1	False	False	1.0	0					non-mobilizable	other	1704.0	89.14299999999999	95.0	0.000512278110696644	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0057_000000001906	7474	0.7622155587699724	12	4	2	3	4	False	89028	maximal	True	CHI0057_000000001906	1.0		3	1	True	True	0.9997324347496033	15					non-mobilizable	no_good_hit	118.0	78.814	2.0	0.0003857319771809083	NZ_FUXZ01000004.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	True
SPA0023_000000000997	14887	0.7622110203773582	18	8	2	6	4	False	53265	fragment	False	SPA0023_000000000997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000001891	15561	0.7622029484772178	16	6	1	6	3	False	51372	maximal	True	FIJ0009_000000001891	0.9975107865914371		2	1	False	False	0.9989075064659119	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.7653979277029727e-07	AP022631.1	eudicots	Lotus japonicus B-129 DNA, chromosome 3, complete sequence	True	False
FIJ0021_000000003002	15065	0.7622029484772178	16	6	1	6	3	False	51372	maximal	False	FIJ0009_000000001891	0.9816528500739027		0	0	False	False	0.9982741475105286	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00696594427244582	XM_023452566.1	flies	PREDICTED: Lucilia cuprina cilia- and flagella-associated protein 61-like (LOC111690107), mRNA	True	False
ENG0010_000000011120	1916	0.7621906955380288	3	3	3	2	2	False	96914	fragment	False	SPA0024_000000007534	0.9572852180573055		0	0	False	False	0.9926931262016296	0					non-mobilizable	other	1352.0	79.36399999999999	93.0	0.00133685371478226	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
ISR0056_000000013591	1628	0.7621774863752891	2	2	2	2	2	True	72454	fragment	False	ISR0056_000000013591	0.991036369976198		0	0	False	False	0.9975429773330688	0					non-mobilizable	no_good_hit	1381.0	73.932	83.0	0.0495570723206506	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
DEN0051_000000031743	1512	0.7621774863752891	3	2	2	2	2	True	72454	fragment	False	ISR0056_000000013591	0.9688122610758714		0	0	False	False	0.9993386268615723	0					non-mobilizable	no_good_hit	1385.0	73.935	89.0	0.04970229451060122	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0149_000000013460	1396	0.7621774863752891	2	2	2	2	2	True	72454	fragment	False	ISR0056_000000013591	0.6353615520282186		0	0	False	False	0.9978510141372681	0					non-mobilizable	other	1385.0	74.152	97.0	0.04970229451060122	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
CAN0020_000000003341	9891	0.7621762222102757	11	9	7	7	8	False	91940	maximal	True	CAN0020_000000003341	1.0		7	2	False	False	0.9985845685005188	0					non-mobilizable	no_good_hit	86.0	88.37200000000001	1.0	2.37898588589656e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0036_000000000197	58642	0.7621657636343611	46	9	2	8	3	True	89051	fragment	False	ENG0036_000000000197	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	23833.0	97.382	96.0	0.24079185497487537	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
TAN0013_000000001255	5571	0.7621573695423539	6	4	1	1	3	False	2581	maximal	True	TAN0013_000000001255	1.0		6	2	False	False	0.9965894818305969	0					non-mobilizable	no_good_hit	4200.0	99.929	75.0	0.2523589158002284	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	False
ISR0138_000000001101	20416	0.762149771284571	22	10	6	8	5	True	112485	maximal	True	ISR0138_000000001101	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	9.89113928469608e-05	NZ_JAADZV010000007.1	CFB group bacteria	Flavobacterium limi strain THG-AG6.4 NODE_7_length_343742_cov_195.955937, whole genome shotgun sequence	True	True
ENG0183_000000005161	5401	0.7621481674822584	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9084249780462421	PS879|PS961	0	0	True	True	0.9992594122886658	21					non-mobilizable	no_good_hit	3090.0	94.66	72.0	0.5279917822290704	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0237_000000001379	5395	0.7621481674822584	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9054649434764599	PS879|PS961	0	0	True	True	0.9998146295547485	27					non-mobilizable	no_good_hit	2647.0	94.10700000000001	74.0	0.45180619756890944	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CAN0015_000000007772	5393	0.7621481674822584	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.868516074132891	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	3100.0	96.742	72.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0393_000000003060	5375	0.7621481674822584	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9108155201241618	PS879|PS961	0	0	True	True	1.0	707					non-mobilizable	no_good_hit	1983.0	95.461	74.0	0.3391542544084917	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0034_000000006474	5355	0.7621481674822584	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8863968035992518	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	3103.0	95.102	73.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0840_000000001375	8248	0.7621481013486956	5	5	4	2	3	True	79660	fragment	False	ISR0840_000000001375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3523.0	90.434	75.0	0.0007140529560513298	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0044_000000013399	1647	0.7621458713035736	1	1	1	1	1	False	83750	maximal	True	FIJ0044_000000013399	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	96.038	83.0	0.010131304928156183	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0026_000000022789	1236	0.7621361356085166	3	2	2	2	2	False	74124	fragment	False	ISR0087_000000030748	0.9873936983795742		0	0	False	False	0.9967637658119202	0					non-mobilizable	other	1236.0	99.029	100.0	0.0004354536104393216	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ENG0025_000000022701	1236	0.7621361356085166	3	2	2	2	2	False	74124	fragment	False	ISR0087_000000030748	0.9837990749876276		0	0	False	False	0.9991909265518188	0					non-mobilizable	other	1234.0	98.541	99.0	0.00043474842240622143	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
SPA0067_000000007091	3103	0.7621333006787525	3	2	2	2	2	False	91724	fragment	False	SPA0067_000000007091	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3106.0	97.74600000000001	100.0	0.00404589435009968	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
AUS0002_000000031832	1184	0.7621242297543542	1	1	1	1	1	False	102679	fragment	False	ENG0027_000000017593	0.7807577742225779		0	0	False	False	0.9805743098258972	0					non-mobilizable	other	1184.0	94.17200000000001	100.0	0.0026026541352060124	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0092_000000016332	3268	0.7621209894190227	6	2	0	2	0	True	20151	maximal	True	MON0092_000000016332	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.001299638989169675	NZ_JH379462.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1219, whole genome shotgun sequence	True	True
FIJ0023_000000009764	3215	0.7621209894190227	7	2	0	2	0	True	49377	maximal	True	FIJ0023_000000009764	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0002_000000021313	1879	0.7621190015148744	3	2	1	2	2	False	76857	fragment	False	ENG0028_000000008936	0.9815867299615821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	845.0	72.899	44.0	0.00035801992847412777	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
MON0012_000000033706	1634	0.7621181932939306	1	1	1	1	1	False	53049	fragment	False	ISR0350_000000012287	0.7784194117980647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	80.533	76.0	0.0005121393218328358	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0034_000000020436	1360	0.7621181932939306	1	1	1	1	1	False	48079	maximal	True	FIJ0034_000000020436	1.0		9	2	False	False	0.9970588088035583	0					non-mobilizable	no_good_hit	633.0	75.039	46.0	0.0003357724587326544	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
AST0035_000000008682	1869	0.7621164610146374	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.8090626854450115		0	0	False	False	1.0	0					non-mobilizable	other	1718.0	97.264	92.0	0.006586417479899343	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0101_000000007095	1692	0.7621138982251285	5	4	4	4	2	True	117225	fragment	False	DEN0058_000000001076	0.4833540968157057		0	0	False	False	0.9994089603424072	0					non-mobilizable	chromosome	1685.0	99.70299999999999	99.0	0.00047019956333014363	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0790_000000010227	1646	0.7621138982251285	5	4	4	4	2	True	117225	fragment	False	DEN0058_000000001076	0.4585444439985363		0	0	False	False	0.9993924498558044	0					non-mobilizable	chromosome	1647.0	99.696	100.0	0.00045956409701672374	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
USA0015_01_000000023442	1424	0.7621138982251285	5	4	4	4	2	False	117225	fragment	False	DEN0058_000000001076	0.14373543434917715		0	0	False	False	1.0	0					non-mobilizable	chromosome	1424.0	99.649	100.0	0.0003971507025984963	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0062_000000002036	12230	0.7621130007233149	21	12	7	11	10	False	45737	fragment	False	FIJ0062_000000002036	1.0		0	0	False	False	0.9999182224273682	0					non-mobilizable	no_good_hit								True	False
MON0026_000000012937	2947	0.762106147605508	3	2	2	2	0	False	12768	maximal	True	MON0026_000000012937	1.0		2	1	False	False	0.9884628653526306	0					non-mobilizable	no_good_hit								True	False
FIJ0062_000000000349	37794	0.7621039532706244	58	12	7	9	6	True	45742	fragment	False	FIJ0062_000000000349	1.0		0	0	False	False	0.9994443655014038	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.4832860851778683e-06	LR862148.1	monocots	Ananas comosus var. bracteatus genome assembly, chromosome: 20	True	True
SPA0029_000000005160	4668	0.7621030053406375	3	3	2	2	2	False	7393	maximal	True	SPA0029_000000005160	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000007412	3070	0.7621013929970519	2	2	2	2	2	False	30828	fragment	False	ISR0150_000000007412	1.0		0	0	False	False	0.9912052154541016	0					non-mobilizable	no_good_hit	262.0	87.786	10.0	9.03451916030399e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
MAD0025_000000000869	9615	0.7620965497970462	20	9	3	8	4	True	19163	maximal	True	MAD0025_000000000869	1.0		1	1	False	False	0.9998959898948669	0					non-mobilizable	no_good_hit	2049.0	86.14	55.0	0.036082656931201926	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0091_000000003555	3499	0.7620963355107004	7	2	2	2	1	True	9494	maximal	True	MON0091_000000003555	1.0		1	1	False	False	1.0	0	rep_cluster_1320				non-mobilizable	no_good_hit	832.0	81.49	30.0	0.0003433980981866987	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0370_000000007274	3561	0.7620943686991098	5	4	0	2	3	False	99249	fragment	False	ISR0370_000000007274	1.0		0	0	False	True	0.9997192025184631	0					non-mobilizable	no_good_hit	613.0	97.064	34.0	8.616268277259083e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0077_000000028251	1307	0.7620912897920369	2	2	2	2	1	True	53431	fragment	False	MON0074_000000015154	0.9198806142434582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	77.02	42.0	0.053552440792653457	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	True
ENG0117_000000008467	2673	0.7620907579794461	4	4	4	4	4	False	59375	maximal	True	ENG0117_000000008467	1.0		27	5	False	False	0.9977553486824036	0					non-mobilizable	no_good_hit	1802.0	72.253	66.0	0.04427924207153763	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0083_000000015477	1900	0.7620886686368916	6	4	1	4	1	True	69098	fragment	False	DEN0083_000000015477	1.0		0	0	False	False	0.9947368502616882	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.7722310056478204e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0086_000000026941	1257	0.7620864267551135	1	1	1	1	1	False	43803	fragment	False	FIJ0139_000000020409	0.9161585365853658		0	0	False	False	0.9769291877746582	0					non-mobilizable	other	1203.0	75.561	95.0	0.02824257893741728	NZ_CACVNJ010000016.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	False	False
SPA0040_000000035100	1237	0.7620853430757081	2	1	1	1	1	False	83744	fragment	False	SPA0040_000000035100	1.0		0	0	False	False	0.9991915822029114	0					non-mobilizable	other	993.0	98.18700000000001	95.0	0.007976392451373757	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0354_000000006121	3129	0.7620829724042559	4	4	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.6894285394688545		0	0	False	False	0.9993607997894287	0					non-mobilizable	other	2901.0	96.415	93.0	0.0413684736804514	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0216_000000006090	3096	0.7620829724042559	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.6622193695626809		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	99.221	96.0	0.0183272623384044	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0816_000000014072	2942	0.7620829724042559	5	4	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.5158737456787136		0	0	False	False	1.0	0					non-mobilizable	other	2677.0	96.339	91.0	0.0381687022355546	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0158_000000006267	2905	0.7620829724042559	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.5156178319830862		0	0	False	False	0.9996557831764221	0					non-mobilizable	other	1471.0	94.154	92.0	0.020941361331333477	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
AST0016_000000009507	2762	0.7620829724042559	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.45778823940604324		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	94.154	98.0	0.020941361331333477	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0006_000000007135	2741	0.7620829724042559	4	4	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.4836046644749303		0	0	False	False	0.998175859451294	0					non-mobilizable	other	2724.0	96.145	99.0	0.038840082851224915	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0009_000000013645	2397	0.7620829724042559	4	3	3	3	2	False	126972	fragment	False	ISR0009_000000013645	0.9958934530851531		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	94.154	90.0	0.020941361331333477	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
DEN0021_000000029122	1289	0.7620795328519677	2	2	2	2	1	True	74695	fragment	False	DEN0021_000000029122	1.0		0	0	False	False	0.991466224193573	0					non-mobilizable	other	1290.0	94.65100000000001	100.0	0.08930180960965126	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
ENG0011_000000000190	42862	0.7620667893398199	40	35	28	30	32	True	114149	maximal	True	ENG0011_000000000190	1.0		1	1	False	False	1.0	0	IncFIB	MOBP	MPF_I	MOBP	conjugative	other	22082.0	99.896	97.0	0.2487828517333093	NZ_JAAJTM010000003.1	enterobacteria	Escherichia marmotae strain UMB2500_14 scaffold00003, whole genome shotgun sequence	False	True
FIJ0133_000000026888	1441	0.7620647399964274	2	1	1	1	1	False	79128	maximal	True	FIJ0133_000000026888	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	78.363	12.0	0.00012349587636041934	NZ_CP031376.1	mycoplasmas	Spiroplasma alleghenense strain PLHS-1 chromosome, complete genome	True	False
ENG0012_000000020595	1105	0.7620603800761567	3	1	1	1	1	True	67023	fragment	False	ENG0012_000000020595	1.0		0	0	False	False	0.9656108617782593	0					non-mobilizable	no_good_hit	215.0	73.953	19.0	0.0006663554861658807	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0180_000000003780	4146	0.7620546436465306	7	5	3	3	5	True	89381	fragment	False	ENG0180_000000003780	0.9802899571008181		0	0	False	True	0.9992763996124268	0					non-mobilizable	no_good_hit	2563.0	99.766	89.0	0.32562277580071175	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
DEN0065_000000008057	3945	0.7620546436465306	6	5	3	3	5	True	89381	fragment	False	ENG0180_000000003780	0.9684814012847093		0	0	False	True	1.0	0					non-mobilizable	other	2565.0	99.844	95.0	0.32587697000508387	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0158_000000004515	3855	0.7620546436465306	6	5	3	3	5	True	89381	fragment	False	ENG0180_000000003780	0.7146356312915149		0	0	False	True	1.0	0					non-mobilizable	other	2531.0	99.96	100.0	0.3215556685307575	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0244_000000005667	3820	0.7620546436465306	6	5	3	3	5	True	89381	fragment	False	ENG0180_000000003780	0.9506749209832304		0	0	False	True	0.9979057312011719	0					non-mobilizable	other	2489.0	99.719	95.0	0.3162175902389425	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0152_000000012745	1897	0.7620544071051769	3	2	1	2	1	False	82049	fragment	False	ENG0152_000000012745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	72.709	25.0	0.00334326520905899	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
SPA0115_000000001779	13966	0.7620528961599009	19	8	1	8	2	False	86677	fragment	False	DEN0082_000000001772	0.9003751484501404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000014909	1681	0.7620518401589127	2	2	2	2	2	False	102050	fragment	False	ISR0361_000000005758	0.14499147880579283		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	93.516	100.0	0.004644170102143849	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
MON0034_000000016716	1714	0.7620443899172515	3	2	2	2	2	False	91198	fragment	False	CHI0170_000000004810	0.32326869806094183		0	0	False	False	1.0	0					non-mobilizable	plasmid	1714.0	99.708	100.0	0.055300878099173556	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0255_000000021401	1548	0.7620443899172515	2	2	2	2	2	False	78775	fragment	False	ISR0255_000000021401	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1548.0	99.87100000000001	100.0	0.049941890495867766	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0137_000000011021	1401	0.7620341568051844	1	1	1	1	1	False	57967	maximal	True	ENG0137_000000011021	1.0		3	3	False	False	0.9892933368682861	0					non-mobilizable	chromosome	1391.0	99.641	100.0	0.0004982416371574992	LR607382.1	firmicutes	Enterococcus faecium strain 4928STDY7387800 genome assembly, chromosome: 1	False	False
ISR0128_000000006975	4914	0.7620322024804175	5	4	4	3	2	False	37310	maximal	True	ISR0128_000000006975	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	93.82600000000001	42.0	0.0005792060203905015	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0324_000000010703	2911	0.7620162884456788	2	2	1	2	1	False	49562	maximal	True	ISR0324_000000010703	1.0		1	1	False	False	0.9989694356918335	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.3391804265388857e-06	AP019303.1	eudicots	Prunus dulcis DNA, pseudomolecule Pd07	True	False
MON0019_000000038133	1764	0.7620109365622267	3	3	2	2	2	False	125442	fragment	False	MON0070_000000010284	0.18576336968893573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	85.04799999999999	76.0	0.0004056664403929333	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0058_000000000147	48713	0.7620041913418684	21	3	2	2	0	True	35546	maximal	True	ISR0058_000000000147	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	84.615	0.0	2.6379280602308397e-05	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
MAD0078_000000002032	3461	0.7619889829230203	4	3	3	3	2	False	16209	maximal	True	MAD0078_000000002032	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	91.90899999999999	34.0	0.03369607054130656	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0118_000000011604	2602	0.7619554816725588	3	3	3	2	2	False	131340	fragment	False	AST0118_000000011604	0.9876220255380052		0	0	False	False	0.9865487813949585	0					non-mobilizable	other	1215.0	97.28399999999999	99.0	0.018938862108235442	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ISR0785_000000002298	10446	0.7619528326702786	8	6	6	5	4	True	22220	maximal	True	ISR0785_000000002298	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3911.0	88.13600000000001	59.0	0.0034766718451328385	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
ENG0135_000000002666	6774	0.7619526744727384	10	7	4	6	7	False	118694	maximal	True	ENG0135_000000002666	1.0		6	4	False	False	0.9986714124679565	0					non-mobilizable	no_good_hit	1694.0	94.805	61.0	0.0003775983092185661	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
DEN0090_000000027141	1142	0.7619374161155585	2	2	2	2	2	False	68616	fragment	False	ISR0134_000000026153	0.6946534943694362		0	0	False	False	0.9868651628494263	0					non-mobilizable	other	1123.0	99.288	98.0	0.012774387466982421	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
USA0120_01_000000000291	18283	0.7619335742141846	12	9	7	8	8	False	37188	fragment	False	USA0120_01_000000000291	1.0		0	0	False	False	1.0	0					non-mobilizable	other	18276.0	99.98899999999999	99.0	0.2316986586200776	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	False	False
MAD0101_000000003230	7224	0.7619259123327441	8	8	7	8	6	False	127581	fragment	False	MAD0101_000000003230	1.0		0	0	False	False	0.9991694092750549	0					non-mobilizable	chromosome	7236.0	91.65299999999999	99.0	0.0031244187241393213	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
CAN0014_000000024460	1982	0.7619209214280386	2	2	2	2	2	False	93611	fragment	False	CAN0014_000000024460	0.9748331853663034		0	0	False	False	0.9949545860290527	0					non-mobilizable	other	1983.0	98.03299999999999	100.0	0.0005503996089996723	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0073_000000036973	1448	0.7619173296126659	3	3	3	2	3	False	102016	fragment	False	AUS0006_000000017390	0.9803574533439158		0	0	False	False	0.9951657652854919	0					non-mobilizable	no_good_hit	620.0	95.161	43.0	0.0007828189576240749	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0114_000000007128	3784	0.7619157123913338	5	3	2	2	1	True	131977	fragment	False	ISR0114_000000007128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0089_000000009605	1999	0.7619157123913338	3	3	2	2	1	True	105521	fragment	False	DEN0089_000000009605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0016_000000019583	1184	0.7619042932239295	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.03022139082974927		0	0	False	False	0.9991554021835327	0					non-mobilizable	other	1184.0	97.551	100.0	0.002473668913112118	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0031_000000005194	3895	0.7618953555642372	4	4	3	4	3	False	65716	fragment	False	ENG0031_000000005194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	91.064	45.0	0.0002835206356678047	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
SPA0036_000000018455	1362	0.7618868302184673	2	2	2	2	2	False	125823	fragment	False	ISR0158_000000013331	0.9793645647971029		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	99.119	100.0	0.003722203215874102	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0053_000000004798	4080	0.7618836349856707	5	3	1	1	3	False	83208	fragment	False	FIJ0053_000000004798	0.9738759105752324		0	0	False	False	0.9997549057006836	0					non-mobilizable	other	4079.0	97.867	99.0	0.0012686588987493226	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0153_000000003064	5389	0.7618736093058022	7	4	2	4	1	False	83340	fragment	False	CHI0153_000000003064	0.9907578548393259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000006235	5246	0.7618714570448197	7	3	1	1	2	False	41378	maximal	True	FIJ0123_000000006235	1.0		4	1	True	True	1.0	5					non-mobilizable	no_good_hit	657.0	84.932	12.0	0.06634684086965398	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
USA0084_01_000000024157	1320	0.7618573869940816	2	2	2	1	1	False	125944	fragment	False	FIJ0078_000000014715	0.4376483239094986		0	0	False	False	0.9696969985961914	0					non-mobilizable	other	1313.0	97.10600000000001	99.0	0.003590831337666781	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0084_000000011750	2879	0.7618507822961554	4	2	2	2	1	False	111518	fragment	False	AST0084_000000011750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2151.0	99.117	75.0	0.03892389021652545	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
ENG0067_000000001837	12853	0.7618472245213309	12	11	5	9	6	False	132288	fragment	False	CHI0140_000000001647	0.20903754610197747		0	0	False	False	1.0	0					non-mobilizable	other	12866.0	96.3	100.0	0.5691633077911149	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
ISR0233_000000001233	6231	0.7618444149316098	6	2	1	1	2	True	121798	maximal	False	SPA0132_000000005938	0.9418675797262439		0	0	True	True	1.0	17					non-mobilizable	plasmid	5454.0	89.311	100.0	0.8634480560866794	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
SPA0132_000000005938	6150	0.7618444149316098	7	2	1	1	2	True	121798	maximal	True	SPA0132_000000005938	0.9420752196502654		3	3	True	True	1.0	39					non-mobilizable	plasmid	4436.0	88.007	99.0	0.7021988527724665	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
CHI0029_000000002542	4592	0.7618287728273327	5	4	3	4	2	False	88623	maximal	True	CHI0029_000000002542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	79.31	4.0	0.18566775244299674	NZ_JH604972.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld538, whole genome shotgun sequence	True	False
ISR0161_000000021375	1448	0.7618191396945773	3	3	3	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.253975084311188		0	0	False	False	1.0	0					non-mobilizable	chromosome	1448.0	99.655	100.0	0.0004870517281248307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0021_000000009419	2452	0.7618148745785877	3	2	2	2	1	False	37636	maximal	True	ISR0021_000000009419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	99.682	51.0	0.004102969830911873	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ISR0775_000000001117	12574	0.7618103361522084	18	11	8	10	9	True	126208	backbone	False	ISR0395_000000002325	0.4895930314742832	PS943|PS946|PS949	0	0	True	True	0.9996818900108337	18					non-mobilizable	no_good_hit	1601.0	73.392	13.0	0.19579026030638935	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0100_000000012530	3311	0.7618011578575736	3	3	3	3	3	False	16723	maximal	True	MON0100_000000012530	1.0		38	7	False	False	0.9963757395744324	0					non-mobilizable	other	3311.0	98.24799999999999	100.0	0.020397347728561218	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
FIJ0139_000000023288	1157	0.7618006103152298	2	2	2	2	2	False	40415	fragment	False	FIJ0139_000000023288	1.0		0	0	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000008817	3514	0.7618001160183099	6	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.2832565057163394		0	0	False	False	1.0	0					non-mobilizable	other	3512.0	99.345	99.0	0.0010506688100988693	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0297_000000005151	2638	0.7618001160183099	5	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.12650305776192983		0	0	False	False	1.0	0					non-mobilizable	other	2638.0	99.166	100.0	0.23722562072688017	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0104_000000012633	2485	0.7618001160183099	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.11219365553944409		0	0	False	False	0.9995976090431213	0					non-mobilizable	other	2485.0	99.396	100.0	0.22346167686218063	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0047_000000012347	2480	0.7617929374809445	3	2	1	2	1	False	46893	fragment	False	FIJ0047_000000012347	1.0		0	0	False	False	0.9987903237342834	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000025679	1502	0.7617873191201823	2	1	1	1	1	False	40669	fragment	False	FIJ0133_000000025679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000018814	1213	0.7617817675081544	2	2	2	2	2	False	114316	fragment	False	ISR0108_000000018814	0.9932710227858058		0	0	False	False	0.970321536064148	0					non-mobilizable	other	1213.0	99.588	100.0	0.002186379863657929	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0028_000000000284	31975	0.7617810045666181	34	16	3	9	12	False	74072	fragment	False	DEN0028_000000000284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	77.57	1.0	0.01662071681764474	NZ_LNAM01000203.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf75, whole genome shotgun sequence	True	False
ENG0097_000000012386	2541	0.761779575184815	4	2	2	2	2	False	60774	maximal	True	ENG0097_000000012386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	71.07600000000001	27.0	0.03396759703225155	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ENG0023_000000010180	1695	0.7617748698390275	2	2	2	2	1	False	109972	maximal	True	ENG0023_000000010180	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	1478.0	97.15799999999999	87.0	0.0005078386634043963	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
CHI0160_000000006781	4062	0.7617723397637642	4	2	2	2	2	False	123575	maximal	True	CHI0160_000000006781	1.0	PS902	0	0	False	True	0.9997538328170776	0					non-mobilizable	no_good_hit	1745.0	79.37	49.0	0.00024379801715654388	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
SPA0030_000000008291	3698	0.7617627001458258	6	2	2	2	2	False	8860	maximal	True	SPA0030_000000008291	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	74.98	34.0	0.00038053654136250274	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
SPA0137_000000006783	5346	0.7617526771122388	9	5	2	2	4	False	3581	maximal	True	SPA0137_000000006783	1.0		1	1	False	False	0.9996258616447449	0					non-mobilizable	no_good_hit	1040.0	80.096	19.0	0.0037738614296706115	NZ_HG726024.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
ISR0188_000000003250	6553	0.7617512363649407	5	3	3	3	3	False	80198	maximal	True	ISR0188_000000003250	1.0		12	4	False	False	0.9977109432220459	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	9.753290516387966e-06	NC_011837.1	firmicutes	Clostridium kluyveri NBRC 12016, complete genome	True	False
FIJ0157_000000004933	3745	0.7617483166582157	4	4	4	3	3	False	48685	fragment	False	FIJ0157_000000004933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.663	26.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0038_000000008391	3983	0.7617464907144695	6	6	2	2	6	False	80340	fragment	False	FIJ0038_000000008391	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	3931.0	96.617	100.0	0.035048418046320674	CP023350.1	enterobacteria	Escherichia coli strain ETEC-2264 plasmid unnamed1, complete sequence	False	True
ISR0015_000000019488	1374	0.7617408617084616	3	2	2	1	2	False	113068	fragment	False	AST0058_000000008935	0.511564779417138		0	0	False	False	0.9941775798797607	0					non-mobilizable	other	1374.0	100.0	100.0	0.009169839043611835	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0331_000000018307	1370	0.7617408617084616	3	2	2	1	2	False	113068	fragment	False	AST0058_000000008935	0.5111933953544803		0	0	False	False	0.9715328216552734	0					non-mobilizable	other	1370.0	100.0	100.0	0.009143124290389368	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0272_000000007583	1364	0.7617408617084616	3	2	2	1	2	False	113068	fragment	False	AST0058_000000008935	0.5107074856727652		0	0	False	False	0.9978005886077881	0					non-mobilizable	other	1364.0	100.0	100.0	0.009103052160555666	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MAD0100_000000004034	8575	0.7617355356724282	18	3	2	2	1	False	117270	maximal	True	MAD0100_000000004034	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1471.0	92.38600000000001	17.0	0.007253671245855045	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	True	False
MON0040_000000010966	2461	0.7617337660152735	3	3	3	3	2	False	125453	fragment	False	MON0054_000000018337	0.9734174225207519		0	0	False	False	0.9995936751365662	0					non-mobilizable	chromosome	1633.0	88.48700000000001	93.0	0.00045440423968942797	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0133_000000015942	1280	0.7617303930891577	2	2	1	2	1	False	80770	maximal	True	CHI0133_000000015942	0.9521674375624307		121	12	False	False	0.9984375238418579	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000014305	2732	0.7617280209014264	4	4	4	4	3	False	58200	fragment	False	ENG0134_000000014305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	79.137	25.0	0.0001205598888920064	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0041_000000007120	3611	0.7617269642633739	4	2	2	1	2	False	101722	maximal	True	ENG0041_000000007120	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	87.404	50.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MON0097_000000016349	2190	0.7617243867078405	3	3	3	3	3	False	101821	fragment	False	MON0097_000000016349	0.980355472404116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1439.0	92.286	77.0	0.00040299984768067123	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
BAN0016_000000000434	1649	0.7617240479861984	2	2	2	2	2	False	98256	fragment	False	BAN0016_000000000434	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	779.0	100.0	99.0	0.006907021546711175	CP012683.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 33676 plasmid p33673_IncF, complete sequence	False	True
AST0019_000000023608	1300	0.7617234913566654	3	2	1	2	1	False	121943	fragment	False	AST0019_000000023608	1.0		0	0	False	False	0.9930769205093384	0					non-mobilizable	no_good_hit	894.0	74.497	68.0	0.0153533881544707	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	True	False
ISR0812_000000031596	1247	0.7617205134837297	3	3	3	2	1	False	21616	maximal	True	ISR0812_000000031596	1.0		3	2	False	False	0.9863672852516174	0					non-mobilizable	no_good_hit	900.0	78.111	72.0	0.004364056223917181	NZ_PTJA01000011.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_111, whole genome shotgun sequence	True	False
FIJ0012_000000001757	11286	0.7617164475164955	20	5	2	5	2	False	50844	maximal	True	FIJ0012_000000001757	1.0		1	1	False	False	0.9985823035240173	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.414302302727994e-05	LT969435.1	apicomplexans	Plasmodium gaboni genome assembly, chromosome: 12	True	False
SPA0117_000000011836	3203	0.7617095667856575	6	5	4	3	4	True	123556	backbone	False	ISR0826_000000002301	0.17756530566883033	PS902	0	0	False	True	1.0	0					non-mobilizable	other	3057.0	98.561	94.0	0.03048658789717388	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0030_000000004644	4096	0.7617033583597125	3	3	3	3	3	True	130091	fragment	False	ISR0047_000000005869	0.5079166929073927		0	0	False	False	1.0	0					non-mobilizable	chromosome	2639.0	93.634	100.0	0.000925230963690507	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0814_000000009626	4005	0.7617033583597125	3	3	3	3	3	True	130091	fragment	False	ISR0047_000000005869	0.5064069804461032		0	0	False	False	0.9980024695396423	0					non-mobilizable	chromosome	2701.0	96.52	99.0	0.0009084675979329081	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0172_000000010084	2638	0.7617031325957075	3	1	1	1	1	False	38744	maximal	True	FIJ0172_000000010084	1.0		1	1	False	False	0.9852160811424255	0					non-mobilizable	no_good_hit								True	False
FIJ0089_000000015301	1622	0.7617027274568777	3	3	3	2	2	False	50425	fragment	False	TAN0015_000000003360	0.9423631123919308		0	0	False	False	0.9753391146659851	0					non-mobilizable	other	1611.0	90.006	99.0	0.022113225224232237	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
USA0015_01_000000024064	1388	0.7617022847890244	2	2	2	2	2	False	91012	fragment	False	ISR0276_000000005364	0.3563005360266697		0	0	False	False	0.9992795586585999	0					non-mobilizable	chromosome	1380.0	100.0	99.0	0.0002125565590807815	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0022_000000003894	5371	0.7616996290480686	2	2	2	2	2	False	94538	fragment	False	CAN0011_000000005611	0.9432043204320433		0	0	False	False	1.0	0					non-mobilizable	other	5373.0	97.69200000000001	100.0	0.007003663615393447	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
SPA0034_000000010969	3282	0.7616986719343116	4	2	2	2	1	True	78543	fragment	False	SPA0034_000000010969	0.9624147980386777		0	0	False	False	0.9954296350479126	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
MON0041_000000018887	3061	0.7616986719343116	4	2	2	2	1	True	78541	fragment	False	MON0041_000000018887	0.9627551020408163		0	0	False	False	0.9823586940765381	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
MON0044_000000038121	1479	0.7616935480104906	2	2	2	2	2	False	72228	fragment	False	MON0070_000000021945	0.959860453843373		0	0	False	False	0.9986477494239807	0					non-mobilizable	no_good_hit	571.0	79.15899999999999	38.0	0.0022559837858705445	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
MON0094_000000020424	1828	0.7616928365052826	3	3	2	3	1	False	11109	fragment	False	MON0094_000000020424	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	81.63	79.0	0.0005005346937466625	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0102_000000012290	2924	0.7616923669784189	4	2	0	2	1	True	119781	maximal	True	SPA0102_000000012290	1.0		1	1	False	False	1.0	0	IncW				non-mobilizable	no_good_hit	939.0	84.23899999999999	78.0	0.00038993923237317437	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
AST0090_000000011755	1947	0.7616890668544604	3	3	3	3	2	False	109887	fragment	False	AST0090_000000011755	0.9724727877671957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	77.391	12.0	0.001387021614420158	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	True	False
MON0010_000000019926	1373	0.7616881919949503	2	2	2	1	1	False	13724	maximal	True	MON0010_000000019926	1.0		0	0	False	False	0.9322651028633118	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000032445	1270	0.7616881598559201	1	1	1	1	1	True	41803	maximal	True	FIJ0114_000000032445	1.0		2	1	False	False	0.9708661437034607	0					non-mobilizable	no_good_hit								True	True
DEN0061_000000030940	1417	0.7616806439787214	1	1	1	1	1	False	71812	maximal	True	DEN0061_000000030940	1.0		11	6	False	False	0.990119993686676	0					non-mobilizable	other	1333.0	80.42	93.0	0.0023381085179254987	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0185_000000008777	2402	0.7616798907035651	5	4	2	3	4	True	55058	fragment	False	ENG0185_000000008777	0.979138925876609		0	0	False	False	0.9995836615562439	0					non-mobilizable	plasmid	2402.0	100.0	100.0	0.024534047249243848	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
ISR0084_000000008642	2786	0.7616721954154883	5	1	1	1	0	True	34057	maximal	True	ISR0084_000000008642	1.0		5	5	False	False	0.9971284866333008	0					non-mobilizable	no_good_hit								True	True
ISR0024_000000006896	3170	0.7616710894621975	4	4	3	3	1	False	102248	maximal	True	ISR0024_000000006896	1.0		110	8	False	False	0.9996845722198486	0					non-mobilizable	no_good_hit	1788.0	100.0	56.0	0.006206951646908855	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	True	False
ISR0018_000000002146	9794	0.7616681155499986	13	9	5	9	6	True	64369	maximal	True	ISR0018_000000002146	1.0		4	3	False	False	0.9996936917304993	0					non-mobilizable	no_good_hit	4087.0	99.339	42.0	0.001794583047119444	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	True
MAD0097_000000010071	3893	0.7616599783429352	5	5	4	4	5	False	112761	maximal	True	MAD0097_000000010071	1.0	PS721	1	1	False	True	0.9971744418144226	0					non-mobilizable	no_good_hit	2286.0	73.972	58.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0224_000000003565	6763	0.7616550133224229	8	3	1	2	2	False	126491	fragment	False	ISR0224_000000003565	0.9841150906638694		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1526.0	93.775	48.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AUS0004_000000003150	6673	0.7616550133224229	9	3	1	2	2	False	126491	fragment	False	ISR0224_000000003565	0.982330326778057		0	0	False	True	0.9997003078460693	0					non-mobilizable	no_good_hit	1050.0	90.85700000000001	47.0	0.1790789248416367	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0214_000000004730	5392	0.7616482439305278	10	8	3	4	7	True	92237	maximal	True	ISR0214_000000004730	1.0		0	0	False	False	0.999814510345459	0	rep_cluster_1079				non-mobilizable	no_good_hit	3957.0	98.23100000000001	73.0	0.6292815039031384	NC_015166.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA03, complete sequence	True	True
ISR0024_000000023696	1164	0.7616481632083443	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.011199641447827077		0	0	False	False	0.9948453903198242	0					non-mobilizable	other	1161.0	97.50200000000001	99.0	0.0024255756037278586	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0074_000000018887	1178	0.7616473696203457	2	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.1721953204031134		0	0	False	False	1.0	0					non-mobilizable	other	979.0	97.95700000000001	100.0	0.015626747623232403	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0077_000000026247	1154	0.7616473696203457	2	2	1	2	1	False	81906	fragment	False	CHI0119_000000010921	0.6108843537414966		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	97.4	100.0	0.47174447174447176	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
ENG0048_000000021741	1163	0.7616472317731998	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.21419051828761523		0	0	False	False	0.9982802867889404	0					non-mobilizable	other	1163.0	97.42	100.0	0.0003614962335327888	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0086_000000014885	1695	0.7616415118751196	3	3	3	2	2	False	75208	fragment	False	ISR0811_000000007637	0.907321503079959		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.705	100.0	0.0008462916538856976	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0385_000000002403	7515	0.7616228323481606	7	6	5	3	2	False	99669	fragment	False	ENG0183_000000003478	0.3166950274153904		0	0	False	False	0.9998669624328613	0					non-mobilizable	no_good_hit	1332.0	76.727	17.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0084_000000007170	3285	0.7616179062595472	5	5	5	4	4	False	61107	maximal	True	ISR0084_000000007170	1.0		62	9	False	False	0.9996955990791321	0					non-mobilizable	no_good_hit	2288.0	99.38799999999999	70.0	0.007544368938444283	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	True	False
MON0076_000000039602	1221	0.7616178443794024	2	2	1	2	1	False	55830	fragment	False	MON0076_000000039602	0.9483043837882548		0	0	False	False	0.9713349938392639	0					non-mobilizable	other	1169.0	92.387	96.0	0.505413598960589	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	False
SPA0029_000000001224	14188	0.7616170892680756	21	8	1	8	4	False	7410	maximal	True	SPA0029_000000001224	1.0		1	1	False	False	0.9998590350151062	0					non-mobilizable	no_good_hit								True	False
SPA0025_000000015503	1368	0.7616102199134641	3	1	1	1	1	False	40364	fragment	False	SPA0006_000000019429	0.7546665668323584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	94.29799999999999	69.0	0.00031808146722734276	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0080_000000053310	1109	0.7616052642125704	1	1	1	1	1	False	44721	fragment	False	FIJ0072_000000022132	0.9276899036443701		0	0	False	False	0.9855725765228271	0					non-mobilizable	no_good_hit	74.0	90.541	7.0	0.0004736585788908384	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	True	False
DEN0018_000000001968	13199	0.7616049264830008	6	6	6	5	4	True	75152	fragment	False	MON0093_000000001999	0.9316754452853919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1641.0	74.528	12.0	0.00046332875717631117	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
MAD0059_000000003950	4710	0.7615977625561264	4	4	3	3	4	False	47796	fragment	False	MAD0059_000000003950	0.9951912323864907		0	0	False	False	0.9995753765106201	0					non-mobilizable	chromosome	4697.0	99.83	99.0	0.0023506797749434354	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	False	False
ISR0016_000000000415	28506	0.7615975054093416	60	42	15	22	32	False	86017	maximal	True	ISR0016_000000000415	1.0		1	1	False	False	0.9999648928642273	0	rep_cluster_1817				non-mobilizable	no_good_hit	7114.0	98.735	85.0	0.002124993759250883	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0355_000000002768	5994	0.7615968389127099	5	5	5	5	4	False	23968	maximal	True	ISR0355_000000002768	1.0		1	1	False	False	0.992158830165863	0					non-mobilizable	no_good_hit	811.0	84.95700000000001	13.0	0.0022912495817335233	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
ISR0069_000000009481	2577	0.7615931606740048	4	3	3	3	3	False	45224	fragment	False	ISR0069_000000009481	1.0		0	0	False	False	0.9980597496032715	0					non-mobilizable	no_good_hit	1699.0	76.339	65.0	0.14274828549657098	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
AST0040_000000005664	3410	0.7615904413575432	5	4	2	3	2	False	126055	maximal	False	ISR0004_000000004875	0.9685084454623533	PS940	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	68.0	88.235	2.0	0.00028615032430370085	NZ_CZBD01000003.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
ENG0110_000000009142	3323	0.7615884568435087	5	4	4	2	2	False	101970	maximal	True	ENG0110_000000009142	1.0		1	1	False	False	0.9912729263305664	0					non-mobilizable	no_good_hit	753.0	77.955	22.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
MAD0013_000000001362	10756	0.7615819762166759	16	7	4	5	5	False	87938	maximal	True	MAD0013_000000001362	1.0		1	1	False	False	0.9999070167541504	0					non-mobilizable	no_good_hit	1968.0	92.32700000000001	35.0	0.03480664941693545	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0027_000000008004	4346	0.7615814857520897	7	5	1	3	3	False	73214	fragment	False	SPA0027_000000008004	0.9867629362214201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	86.446	39.0	0.0027970255196890317	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
SPA0055_000000018082	1717	0.7615675915005121	2	2	2	2	2	False	70042	fragment	False	SPA0055_000000018082	0.9865960099750624		0	0	False	False	1.0	0					non-mobilizable	other	1717.0	99.59200000000001	100.0	0.0004897690778755667	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CAN0011_000000010588	2893	0.7615663042329072	4	3	3	3	2	False	96481	fragment	False	CAN0011_000000010588	1.0		0	0	False	False	0.9910128116607666	0					non-mobilizable	no_good_hit	146.0	99.315	5.0	4.969506082504083e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0057_000000006014	3808	0.761554379871899	6	3	3	3	1	False	89701	fragment	False	MON0057_000000006014	0.9645748987854251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	1.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
CHI0154_000000008557	3455	0.761554379871899	5	3	3	3	1	False	79202	fragment	False	CHI0154_000000008557	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	87.719	2.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
TAN0019_000000001905	3229	0.761554379871899	5	3	3	3	1	False	78560	fragment	False	TAN0019_000000001905	1.0		0	0	False	False	0.9950448870658875	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	0.0002670785932898308	NZ_APNK01000008.1	g-proteobacteria	Salinisphaera hydrothermalis C41B8 contig8, whole genome shotgun sequence	True	False
SPA0118_000000008843	3292	0.7615532333838544	5	4	3	3	4	True	4261	maximal	True	SPA0118_000000008843	1.0		1	1	False	False	0.996051013469696	0					non-mobilizable	no_good_hit	1091.0	82.676	33.0	0.0002886179994726089	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0033_000000046332	1279	0.761545024331246	1	1	1	1	1	False	12271	maximal	True	MON0033_000000046332	1.0		16	6	False	False	0.9937450885772705	0					non-mobilizable	other	1279.0	100.0	100.0	0.0005541619601202852	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
ENG0016_000000006082	3749	0.7615412474893052	7	7	7	5	4	False	120903	fragment	False	ISR0038_000000007809	0.9770849986677325		0	0	False	False	0.998399555683136	0					non-mobilizable	other	1397.0	99.571	98.0	0.003968423177183272	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
SPA0102_000000002423	13987	0.7615389809826639	14	12	11	11	8	True	126407	maximal	True	SPA0102_000000002423	1.0	PS958	8	6	False	True	1.0	0					non-mobilizable	no_good_hit	3508.0	99.48700000000001	44.0	0.0010558905414547685	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0132_000000012343	2265	0.7615374795843864	3	2	2	2	2	False	48195	maximal	True	ISR0132_000000012343	1.0		3	3	False	False	0.9827814698219299	0					non-mobilizable	no_good_hit	704.0	76.98899999999999	31.0	0.007030553529459437	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	True	False
USA0016_01_000000004361	4212	0.7615336000324512	4	4	4	4	4	False	95747	fragment	False	USA0016_01_000000004361	0.9939111747851004		0	0	False	True	1.0	0					non-mobilizable	other	2381.0	99.79	100.0	0.04757050628610262	NZ_VJYL01000037.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold36_1, whole genome shotgun sequence	False	True
ENG0132_000000003837	4938	0.7615323143774809	7	5	4	3	3	True	124843	maximal	True	ENG0132_000000003837	1.0		1	1	False	False	0.9963548183441162	0					non-mobilizable	no_good_hit	794.0	100.0	16.0	0.0004182577691512479	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	True
AST0016_000000013074	1925	0.7615255051833189	4	3	3	2	2	False	123378	fragment	False	ISR0216_000000008155	0.46898148148148144		0	0	False	False	0.9994805455207825	0					non-mobilizable	chromosome	1517.0	98.616	98.0	0.0006009727354209604	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0185_000000015039	2177	0.7615229883974459	4	3	3	2	3	False	29395	maximal	True	ISR0185_000000015039	1.0		18	5	False	False	0.9779512882232666	0					non-mobilizable	no_good_hit	1458.0	72.291	66.0	0.0004887026860167377	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
SPA0050_000000023140	1110	0.7615201602258008	2	2	2	2	2	False	86060	fragment	False	CHI0056_000000015785	0.6967644627031496		0	0	False	False	0.9945945739746094	0					non-mobilizable	other	1110.0	96.21600000000001	100.0	0.004644462033930957	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0066_000000007096	2688	0.7615188244880438	2	1	1	1	1	False	105766	maximal	True	ENG0066_000000007096	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	39.0	97.436	1.0	1.1441072305469405e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0035_000000013378	1663	0.761517218776132	2	1	1	1	1	False	82048	fragment	False	ISR0080_000000018342	0.6296296296296297		0	0	False	False	0.9993986487388611	0					non-mobilizable	no_good_hit	505.0	72.87100000000001	29.0	0.003434190831899506	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
USA0113_01_000000005980	3184	0.7615137789871759	3	3	3	3	3	False	81074	fragment	False	USA0113_01_000000005980	0.9850917431192661		0	0	False	False	0.9990577697753906	0					non-mobilizable	other	3177.0	97.073	99.0	0.050632305803179865	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0272_000000000724	14771	0.7615126484633077	14	12	12	10	11	False	81795	fragment	False	ISR0272_000000000724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	77.426	16.0	0.0013218550080312487	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ENG0203_000000000623	16003	0.7615095425889443	12	10	10	10	6	True	54100	maximal	True	ENG0203_000000000623	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	11477.0	97.822	72.0	0.015638860911172798	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
CHI0018_000000012189	1452	0.7615079323595251	3	2	2	1	1	False	89516	fragment	False	CHI0018_000000012189	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1452.0	98.62299999999999	100.0	0.00040294138882872077	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0834_000000009068	1889	0.7615062509647192	2	2	1	2	1	True	20975	fragment	False	ISR0834_000000009068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0007_000000020913	1918	0.761504297043522	2	2	2	2	2	False	53312	maximal	True	TAN0007_000000020913	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	80.317	52.0	0.046227245356431516	NZ_JXQL01000058.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig58, whole genome shotgun sequence	True	False
TAN0005_000000011033	1630	0.761504297043522	2	2	2	2	2	False	53311	fragment	False	FIJ0107_000000015596	0.9284989412995168		0	0	False	False	0.9993864893913269	0					non-mobilizable	no_good_hit	1011.0	80.317	61.0	0.046227245356431516	NZ_JXQL01000058.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig58, whole genome shotgun sequence	True	False
DEN0001_000000011684	3505	0.7615028660021129	7	2	1	2	1	True	76945	maximal	True	DEN0001_000000011684	1.0		4	4	False	False	0.9897289872169495	0					non-mobilizable	no_good_hit	1508.0	76.061	42.0	0.0074819582211456655	NZ_QIBZ01000003.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_003, whole genome shotgun sequence	True	True
SPA0009_000000018025	2022	0.7615022830000632	3	3	3	3	2	False	115353	fragment	False	CAN0019_000000002949	0.958993773091627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.241	42.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0122_000000006319	2698	0.761490996775652	5	2	2	2	1	False	32160	maximal	True	ISR0122_000000006319	1.0		0	0	False	False	0.9822090268135071	0					non-mobilizable	no_good_hit	615.0	98.86200000000001	23.0	0.00020760735565709756	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	True	False
SPA0106_000000006768	5680	0.7614821531122205	9	6	3	5	3	True	110675	fragment	False	SPA0106_000000006768	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4472.0	97.965	93.0	0.0011972988338453967	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0101_000000004294	5757	0.7614808087826268	5	5	5	4	4	False	83117	maximal	True	MAD0101_000000004294	0.9929615110477548		26	4	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	91.927	44.0	0.016290561686707297	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0076_000000019670	1345	0.7614782932595314	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.0508274751524548		0	0	False	False	0.9955390095710754	0					non-mobilizable	other	1345.0	99.257	100.0	0.002810322078801933	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0010_000000016299	1360	0.7614619274514997	2	2	2	2	2	False	106475	fragment	False	AST0113_000000025859	0.9622576177285319		0	0	False	False	1.0	0					non-mobilizable	other	801.0	96.255	99.0	0.01828989483310471	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0019_000000002595	8752	0.7614408298586559	12	8	4	8	3	True	122929	maximal	True	AST0019_000000002595	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0193_000000017493	1520	0.7614337889246383	3	2	2	1	1	False	29892	maximal	False	ISR0174_000000015799	0.9225306649451259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000020773	1166	0.7614300833794839	1	1	1	1	1	False	23018	fragment	False	ISR0385_000000020773	1.0		0	0	False	False	0.9991423487663269	0					non-mobilizable	other	987.0	97.366	94.0	0.005447905098156221	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
MAD0101_000000018407	1561	0.7614300832842548	2	2	2	2	2	True	15091	fragment	False	MAD0101_000000018407	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1542.0	80.545	97.0	0.011618125184730464	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CHI0180_000000000484	28588	0.761428245039707	35	20	9	19	8	True	100675	backbone	False	SPA0056_000000000367	0.745355164537339	PS581	0	0	False	True	1.0	0					non-mobilizable	other	22935.0	96.464	99.0	0.36830001768972226	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
USA0020_01_000000000813	28578	0.761428245039707	35	20	9	19	8	True	100675	backbone	False	SPA0056_000000000367	0.7789613109282422	PS581	0	0	False	True	1.0	0					non-mobilizable	other	22928.0	96.764	99.0	0.3681874467298136	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0042_000000017788	1868	0.7614262543020198	3	3	3	3	3	False	24902	fragment	False	SPA0042_000000017788	1.0		0	0	False	False	0.9941113591194153	0					non-mobilizable	no_good_hit	670.0	71.791	35.0	0.0007122212006750423	NZ_QGDL01000001.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_101, whole genome shotgun sequence	True	False
USA0006_01_000000001934	11311	0.7614194998072266	12	10	8	10	6	False	107290	maximal	True	USA0006_01_000000001934	1.0		7	3	False	False	0.9992927312850952	0					non-mobilizable	no_good_hit	1690.0	71.361	15.0	0.01613998331684417	NZ_VWXL01000108.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_108, whole genome shotgun sequence	True	False
ISR0107_000000004919	4362	0.7614187736727943	5	5	5	5	3	False	78522	maximal	True	ISR0107_000000004919	1.0		1	1	False	False	0.9910591244697571	0					non-mobilizable	no_good_hit	596.0	73.322	14.0	0.00020164242556633914	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
USA0135_01_000000006347	2390	0.7614162860757874	2	2	2	2	2	False	39	maximal	True	USA0135_01_000000006347	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.714858015899169e-05	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
ISR0019_000000014692	1244	0.7614130648371902	2	2	2	2	2	False	37713	fragment	False	ISR0019_000000014692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	73.288	23.0	9.761785043438231e-05	NZ_CP009577.1	firmicutes	Listeria ivanovii subsp. ivanovii strain WSLC 3010 chromosome, complete genome	True	False
MON0094_000000013376	2633	0.7614080438986033	5	4	2	4	2	False	113658	fragment	False	MON0094_000000013376	1.0		0	0	False	False	0.9882263541221619	0					non-mobilizable	no_good_hit	1330.0	93.53399999999999	86.0	0.00041158306107046437	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0078_000000009311	1186	0.7613995957335921	2	1	1	1	1	False	16189	maximal	True	MAD0078_000000009311	1.0		2	2	False	False	0.9915682673454285	0					non-mobilizable	chromosome	1162.0	85.02600000000001	97.0	0.00039110854978240974	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0097_000000004704	6192	0.7613969287148349	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.13783237552572072		0	0	False	False	0.9991925358772278	0					non-mobilizable	chromosome	5969.0	97.47	96.0	0.001695551630272466	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0053_000000002982	6838	0.7613952558552451	7	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.23740994529146647		0	0	False	False	0.9998537302017212	0					non-mobilizable	chromosome	5953.0	97.094	93.0	0.0016910005774148312	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0055_000000004503	6598	0.7613952558552451	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.19274790591314309		0	0	False	False	0.9998484253883362	0					non-mobilizable	chromosome	5900.0	97.068	92.0	0.0016759252148239169	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0026_000000003632	6504	0.7613952558552451	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.19251075542475393		0	0	False	False	1.0	0					non-mobilizable	chromosome	5901.0	97.068	92.0	0.001676209655627519	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0389_000000002721	6494	0.7613952558552451	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.18378103987327582		0	0	False	False	0.9993840456008911	0					non-mobilizable	chromosome	5891.0	97.012	92.0	0.0016733652475914974	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0028_000000003632	6474	0.7613952558552451	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.1586582148703702		0	0	False	False	0.9996910691261292	0					non-mobilizable	chromosome	5888.0	97.06200000000001	92.0	0.001672511925180691	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0177_000000013087	2064	0.7613906703788632	3	3	1	2	2	False	111353	fragment	False	ENG0177_000000013087	0.9887728459530026		0	0	False	False	1.0	0					non-mobilizable	other	2065.0	97.72399999999999	100.0	0.014664715160643996	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0297_000000007646	1915	0.7613906703788632	3	3	1	2	2	False	111353	fragment	False	ENG0177_000000013087	0.9532461240310077		0	0	False	False	0.9994778037071228	0					non-mobilizable	chromosome	1915.0	99.11200000000001	100.0	0.00042596300130771084	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0124_000000002867	5885	0.7613899347293108	12	12	3	6	9	True	81953	fragment	False	ISR0124_000000002867	1.0		0	0	False	False	0.9998300671577454	0					non-mobilizable	plasmid	5885.0	99.881	100.0	0.17810872987044438	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0170_000000007947	5601	0.7613851337867811	9	5	2	2	5	False	102157	maximal	False	ISR0256_000000002091	0.20396643677844775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2791.0	91.93799999999999	51.0	0.14526779163609685	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	False
SPA0142_000000016400	1649	0.7613848433933427	2	2	2	2	2	False	3433	maximal	True	SPA0142_000000016400	1.0		1	1	False	False	0.9969678521156311	0					non-mobilizable	no_good_hit	330.0	98.788	20.0	0.0068523108324828694	NZ_QSFS01000022.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf22, whole genome shotgun sequence	True	False
ENG0207_000000008420	2129	0.7613757313545311	3	3	3	3	1	False	67242	fragment	False	ENG0060_000000013955	0.9799206811742412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1532.0	72.389	71.0	0.0005414150383469603	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
AST0106_000000009596	2077	0.7613757313545311	3	3	3	3	1	False	107421	fragment	False	AST0106_000000009596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	73.392	43.0	0.00032414312800289126	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0092_000000013834	2038	0.7613757313545311	3	3	3	3	1	False	93617	fragment	False	FIJ0058_000000017616	0.8907615373912945		0	0	False	False	0.999018669128418	0					non-mobilizable	no_good_hit	814.0	73.833	40.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0193_000000013170	2038	0.7613757313545311	3	3	3	3	1	False	93617	fragment	False	FIJ0058_000000017616	0.8907615373912945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.833	40.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0395_000000019025	2038	0.7613757313545311	3	3	3	3	1	False	93617	fragment	False	FIJ0058_000000017616	0.8901755803758734		0	0	False	False	0.999509334564209	0					non-mobilizable	no_good_hit	814.0	73.71	40.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
USA0051_01_000000010059	2035	0.7613757313545311	3	3	3	3	1	False	93617	fragment	False	FIJ0058_000000017616	0.8895120785887916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.833	40.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
DEN0021_000000017643	2027	0.7613757313545311	3	3	3	3	1	False	93617	fragment	False	FIJ0058_000000017616	0.8879318478160517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.833	40.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0052_000000017796	2025	0.7613757313545311	3	3	3	3	1	False	93617	fragment	False	FIJ0058_000000017616	0.8871013170566107		0	0	False	False	0.9995061755180359	0					non-mobilizable	no_good_hit	814.0	73.833	40.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
DEN0077_000000006288	1998	0.7613757313545311	3	3	3	3	1	False	93617	fragment	False	FIJ0058_000000017616	0.8776431531660014		0	0	False	False	0.9979979991912842	0					non-mobilizable	no_good_hit	814.0	73.833	40.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0396_000000010345	2216	0.7613727211174804	3	2	2	2	2	False	81761	fragment	False	ISR0069_000000009332	0.32124827902707664		0	0	False	False	1.0	0					non-mobilizable	other	2216.0	98.87200000000001	100.0	0.008496747069293561	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0035_01_000000006466	3871	0.7613720102226721	6	2	1	1	1	False	64829	maximal	True	USA0035_01_000000006466	1.0		2	2	False	False	1.0	0	rep_cluster_450				non-mobilizable	no_good_hit	1319.0	80.667	36.0	0.2203936206311503	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	True
FIJ0121_000000005693	4574	0.7613693574394608	12	3	3	3	3	True	110417	fragment	False	FIJ0121_000000005693	1.0		0	0	False	False	0.9943156838417053	0					non-mobilizable	other	2797.0	99.07	95.0	0.016093172209614433	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0107_000000004922	5063	0.7613661814447552	5	5	3	4	5	False	117826	maximal	True	ENG0107_000000004922	1.0	PS794|PS796	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2361.0	98.602	69.0	0.03674397595053037	NZ_VJZV01000031.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold31_1, whole genome shotgun sequence	True	True
CAN0022_000000026561	1255	0.7613651387274291	2	1	1	1	1	False	91212	fragment	False	CAN0022_000000026561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	7.0	0.00025724984040982125	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
DEN0096_000000019334	2301	0.7613610568274083	2	2	2	2	2	True	99587	maximal	False	ISR0062_000000015431	0.9792539815590947		0	0	False	False	0.9995654225349426	0					non-mobilizable	other	1612.0	83.87100000000001	90.0	0.0004852564725852811	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
FIJ0043_000000013338	2064	0.7613610568274083	3	2	2	2	2	True	77294	fragment	False	FIJ0043_000000013338	1.0		0	0	False	False	0.9970930218696594	0					non-mobilizable	other	2064.0	92.006	99.0	0.00044479147243458266	CP009928.1	CFB group bacteria	Chryseobacterium gallinarum strain DSM 27622, complete genome	False	True
USA0037_01_000000008168	4355	0.7613473900907815	8	4	2	3	3	True	1375	maximal	True	USA0037_01_000000008168	1.0		1	1	True	True	1.0	300					non-mobilizable	no_good_hit	1866.0	94.802	50.0	0.49076517150395776	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
CAN0020_000000026103	1349	0.7613447049858117	3	1	1	1	1	False	91728	fragment	False	CAN0020_000000026103	1.0		0	0	False	False	0.9992586970329285	0					non-mobilizable	other	1223.0	98.446	96.0	0.026831036983321246	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
DEN0041_000000025384	1341	0.7613447049858117	2	1	1	1	1	False	73073	fragment	False	DEN0041_000000025384	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	97.09200000000001	100.0	0.02944601929373503	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
FIJ0053_000000009612	2143	0.7613381116488092	3	2	1	2	1	False	46408	maximal	True	FIJ0053_000000009612	1.0		0	0	False	False	0.9944003820419312	0					non-mobilizable	no_good_hit								True	False
DEN0066_000000011335	2949	0.7613369579545161	3	3	3	2	1	True	121127	maximal	True	DEN0066_000000011335	1.0		3	1	False	False	0.9976263046264648	0					non-mobilizable	no_good_hit	1510.0	99.139	52.0	0.0004756331768167123	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0117_000000007733	3489	0.7613338028584828	5	4	3	4	2	False	126977	fragment	False	ISR0219_000000008631	0.8686106784667372		0	0	False	False	1.0	0					non-mobilizable	other	3244.0	96.671	93.0	0.04626812370544961	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0079_000000008670	3146	0.7613338028584828	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.7708829560478166		0	0	False	False	0.9996821284294128	0					non-mobilizable	other	1370.0	99.197	98.0	0.01955574601814156	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
DEN0045_000000020714	1956	0.7613274703236773	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.9228015243201148		0	0	False	False	0.9943763017654419	0					non-mobilizable	other	1958.0	97.14	100.0	0.054146922714550946	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0396_000000006223	3571	0.7613268668232149	5	5	4	4	5	False	87841	fragment	False	ENG0188_000000007377	0.9290942431585097		0	0	False	False	0.9997199773788452	0					non-mobilizable	no_good_hit	542.0	86.34700000000001	20.0	0.00013190571144375214	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0182_000000016157	1751	0.7613235508434304	2	2	2	2	1	False	115613	fragment	False	USA0080_01_000000022560	0.9687090934990316		0	0	False	False	1.0	0					non-mobilizable	chromosome	1753.0	97.09100000000001	100.0	0.0006175263869025124	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0180_000000002533	7994	0.7613231604157336	6	5	2	5	1	False	91338	fragment	False	ISR0180_000000002533	1.0		0	0	False	False	0.9959970116615295	0					non-mobilizable	no_good_hit								True	False
ISR0308_000000003769	4000	0.7613168943728078	7	5	3	4	3	False	130509	fragment	False	ISR0203_000000002513	0.14121907498826416		0	0	False	False	1.0	0					non-mobilizable	other	2673.0	88.29	100.0	0.015142857142857144	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0839_000000009628	2052	0.7613165507361427	3	3	3	3	1	False	71859	fragment	False	ISR0839_000000009628	1.0		0	0	False	False	0.9995126724243164	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000016127	2064	0.7613163731487131	3	3	2	3	3	False	55388	maximal	True	ENG0179_000000016127	1.0		1	1	False	False	0.9995155334472656	0					non-mobilizable	no_good_hit	207.0	74.396	10.0	6.414134560807446e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0051_000000026432	1387	0.7613031655548359	1	1	1	1	1	False	35835	fragment	False	ISR0051_000000026432	1.0		0	0	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000010006	2973	0.761300955107412	3	3	3	3	3	False	78577	maximal	True	CHI0162_000000010006	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	79.167	5.0	3.0258705493950833e-05	CP041284.1	enterobacteria	Escherichia coli strain 54 chromosome, complete genome	True	False
MAD0016_000000000063	20802	0.7612973176204125	32	9	2	9	2	False	19847	maximal	True	MAD0016_000000000063	0.9610748002904865		1	1	False	False	0.9999518990516663	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000000493	20718	0.7612973176204125	32	9	2	9	2	False	17020	maximal	True	MAD0057_000000000493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0092_000000000497	20716	0.7612973176204125	29	9	2	9	2	False	15728	maximal	True	MAD0092_000000000497	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000009964	4319	0.7612967177556901	6	4	2	4	1	True	124705	maximal	True	MON0103_000000009964	1.0		0	0	False	False	0.9974530935287476	0					non-mobilizable	no_good_hit	2258.0	78.122	52.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0007_000000009382	2891	0.7612967177556901	5	4	2	4	1	True	124704	fragment	False	DEN0007_000000009382	0.9893617021276595		0	0	False	False	0.999308168888092	0					non-mobilizable	no_good_hit	1700.0	75.824	58.0	0.0034857194236330522	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0258_000000012939	1979	0.7612891851936958	2	2	2	2	1	True	72456	fragment	False	ISR0258_000000012939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	73.223	62.0	0.00026550358440966513	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ENG0012_000000011982	1967	0.7612891851936958	2	2	2	2	1	True	72457	fragment	False	ENG0012_000000011982	1.0		0	0	False	False	0.997966468334198	0					non-mobilizable	no_good_hit	1167.0	75.664	58.0	0.04636323250272606	NZ_FOGW01000027.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
USA0026_01_000000020987	1541	0.7612891851936958	2	2	2	2	1	True	58067	fragment	False	USA0026_01_000000020987	0.9788892402860434		0	0	False	False	0.9831278324127197	0					non-mobilizable	no_good_hit	1167.0	75.664	74.0	0.04636323250272606	NZ_FOGW01000027.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
ISR0117_000000018769	1463	0.7612891851936958	2	2	2	2	1	True	58067	fragment	False	USA0026_01_000000020987	0.9684312745387544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	72.305	80.0	0.0003321883775767492	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
ENG0135_000000016419	1377	0.7612891851936958	2	2	2	2	1	True	58067	fragment	False	USA0026_01_000000020987	0.723987205699471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	72.271	80.0	0.00031246557314047063	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
ISR0147_000000018617	1362	0.7612891851936958	2	2	2	2	1	True	58067	fragment	False	USA0026_01_000000020987	0.7131755413489159		0	0	False	False	0.9992657899856567	0					non-mobilizable	no_good_hit	1099.0	75.523	80.0	0.04381890876782036	NZ_FOGW01000027.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
FIJ0003_000000004678	5375	0.7612860968443731	11	5	3	5	2	False	52215	maximal	True	FIJ0003_000000004678	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	90.833	6.0	0.0003867626830649729	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
DEN0090_000000001364	11670	0.7612833436848884	17	9	6	9	6	False	68789	maximal	True	DEN0090_000000001364	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	87.719	0.0	1.565879095912657e-05	CP047591.1	firmicutes	Aminipila sp. CBA3637 chromosome, complete genome	True	False
MON0094_000000001388	12360	0.7612820696026302	13	4	1	2	4	False	103244	maximal	True	MON0094_000000001388	0.931412645647901		1	1	False	False	1.0	0					non-mobilizable	other	2434.0	93.262	97.0	0.005271992296949141	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0015_000000008424	2574	0.7612817532187732	4	3	2	2	3	False	122174	fragment	False	SPA0130_000000011511	0.39849036006838073		0	0	False	False	1.0	0					non-mobilizable	other	2486.0	97.506	100.0	0.0007436377080876362	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0052_000000003357	4429	0.7612711990309802	5	5	5	5	4	False	76882	maximal	True	MAD0052_000000003357	1.0		7	5	False	False	0.9997742176055908	0					non-mobilizable	no_good_hit	1467.0	74.301	33.0	0.0003278884798219334	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0083_000000007203	2309	0.7612705416005552	3	3	3	3	2	False	129468	fragment	False	SPA0083_000000007203	0.9912510936132982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	84.479	63.0	0.02044288264167782	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0096_000000005395	5774	0.7612632615810024	5	5	0	3	5	True	98691	fragment	False	ENG0096_000000005395	0.9866582668907572		0	0	False	False	1.0	0	IncI1/B/O				non-mobilizable	plasmid	5648.0	99.522	98.0	0.06538408080059303	CP054943.1	enterobacteria	Escherichia coli strain MS6192 plasmid pMS6192C, complete sequence	False	True
DEN0061_000000009394	4067	0.7612626222036125	3	3	3	2	1	False	71942	maximal	True	DEN0061_000000009394	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	766.0	99.869	19.0	0.00021243980872086242	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0047_000000002761	8770	0.7612529779053215	8	6	4	4	4	False	132285	fragment	False	USA0021_01_000000001590	0.30730734594755293		0	0	False	False	0.9985176920890808	0					non-mobilizable	other	8674.0	94.38600000000001	99.0	0.3838419630597511	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
SPA0110_000000000272	52964	0.7612510321959944	54	43	14	28	38	True	77204	maximal	True	SPA0110_000000000272	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5704.0	86.74600000000001	60.0	0.0016542512412009002	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
SPA0106_000000030808	1231	0.7612494579004011	1	1	1	1	1	False	57381	fragment	False	SPA0106_000000030808	0.9384550958451059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	77.85300000000001	82.0	0.0015243488061358699	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0089_000000000691	8067	0.761245781321701	11	10	2	4	10	False	83902	maximal	True	CHI0089_000000000691	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	8073.0	94.711	100.0	0.24109260093051177	CP019901.1	enterobacteria	Raoultella planticola strain GODA plasmid unnamed2 sequence	False	True
ISR0250_000000000765	9527	0.7612435278960765	15	14	9	14	13	False	132199	fragment	False	ISR0250_000000000765	0.9871528533386337		0	0	False	False	1.0	0					non-mobilizable	other	9527.0	99.958	100.0	0.003309477487493052	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0360_000000018763	1332	0.7612401165185458	2	1	1	1	1	False	36452	fragment	False	ISR0360_000000018763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	80.76899999999999	78.0	0.004341048560547761	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0176_000000028607	1189	0.7612401165185458	1	1	1	1	1	False	29796	fragment	False	ISR0176_000000028607	1.0		0	0	False	False	0.9823380708694458	0					non-mobilizable	no_good_hit	884.0	80.882	74.0	0.004341048560547761	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0287_000000002064	4689	0.7612377569584776	8	7	6	6	6	False	129770	maximal	True	ISR0287_000000002064	1.0	PS1061	3	2	False	True	0.9948816299438477	0					non-mobilizable	chromosome	1742.0	99.311	99.0	0.0004665589016544216	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0108_000000014399	1191	0.7612324940272106	2	1	1	1	1	False	59906	fragment	False	ENG0108_000000014399	1.0		0	0	False	False	0.9983207583427429	0					non-mobilizable	chromosome	1150.0	92.0	96.0	0.0003794994779398543	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
CHI0024_000000009068	1403	0.7612299695654883	3	2	2	2	2	False	89012	maximal	True	CHI0024_000000009068	1.0		2	2	False	False	0.9935851693153381	0					non-mobilizable	no_good_hit	1240.0	81.694	88.0	0.017165885765283356	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0130_000000029277	1158	0.7612287797932931	1	1	1	1	1	False	3783	fragment	False	SPA0130_000000029277	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	95.596	100.0	0.11809737674798408	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	False
ISR0155_000000008445	2589	0.7612267667603057	3	3	3	3	3	False	30598	maximal	True	ISR0155_000000008445	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	2271.0	94.1	88.0	0.0006368184482875879	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0054_000000022489	1253	0.7612264118448354	2	2	2	2	2	False	63714	maximal	True	ENG0054_000000022489	1.0		1	1	False	False	0.9880287051200867	0					non-mobilizable	no_good_hit	1035.0	78.84100000000001	82.0	0.00737627645564519	NZ_SMUS01000008.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00008, whole genome shotgun sequence	True	False
MON0015_000000028624	1338	0.7612253441206681	3	3	3	3	2	False	51116	fragment	False	MON0015_000000028624	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	100.0	95.0	0.00023762160374236294	CP052136.1	enterobacteria	Klebsiella pneumoniae strain F17KP0054 chromosome, complete genome	False	False
SPA0098_000000030582	1267	0.7612248430551407	1	1	1	1	1	False	123072	fragment	False	ISR0226_000000002328	0.0453989320872149		0	0	False	False	0.9865824580192566	0					non-mobilizable	chromosome	1270.0	89.60600000000001	100.0	0.000521781816953832	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0114_000000004033	1845	0.7612141449554909	3	3	3	3	1	False	120927	maximal	True	CHI0114_000000004033	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	93.889	100.0	0.0013460283812700541	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
AUS0024_000000001842	13919	0.7612092085169547	24	11	8	9	6	True	99006	maximal	True	AUS0024_000000001842	1.0		1	1	False	False	0.9999281764030457	0					non-mobilizable	no_good_hit	3621.0	95.25	64.0	0.05006018845211905	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0159_000000007482	3377	0.7612080941428193	4	3	3	3	3	False	111983	fragment	False	ISR0159_000000007482	0.9800909616680874		0	0	False	False	0.995262086391449	0					non-mobilizable	no_good_hit	85.0	92.941	3.0	6.164375323253828e-05	NZ_CP011280.1	fusobacteria	Sneathia amnii strain SN35 chromosome, complete genome	True	False
MON0081_000000014140	3996	0.7612048331345234	3	3	2	2	2	True	106899	fragment	False	MON0032_000000006405	0.8956710940370988		0	0	False	False	1.0	0					non-mobilizable	plasmid	3034.0	99.70299999999999	98.0	0.5493570005433798	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MAD0066_000000002443	6173	0.7611995540773536	9	7	4	4	7	False	18404	fragment	False	MAD0066_000000002443	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	6175.0	98.12100000000001	100.0	0.08341555053993054	CP057202.1	enterobacteria	Escherichia coli strain RHB33-C11 plasmid pRHB33-C11_3, complete sequence	False	True
FIJ0081_000000003561	7838	0.7611957350678683	10	6	4	3	4	True	44289	fragment	False	FIJ0081_000000003561	1.0		0	0	False	False	0.9978311061859131	0					non-mobilizable	no_good_hit	495.0	93.939	6.0	0.0016119716632349726	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
MAD0104_000000009445	1221	0.7611848989533421	2	2	2	2	2	False	50588	fragment	False	MAD0104_000000009445	0.955701394585726		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	95.663	100.0	0.019166116819053006	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0094_000000007909	2520	0.7611791088493641	3	3	3	3	2	False	33460	maximal	True	ISR0094_000000007909	1.0		1	1	False	False	0.9908730387687683	0					non-mobilizable	no_good_hit	1458.0	97.73700000000001	58.0	0.0004046075834069236	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0014_000000012714	1848	0.7611740252527708	3	3	2	2	3	True	120623	fragment	False	CHI0102_000000004286	0.9819984901707219		0	0	False	False	0.9924242496490479	0					non-mobilizable	other	1848.0	99.459	100.0	0.66847629388346	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
ISR0216_000000009683	1836	0.7611740252527708	3	3	2	2	3	True	120623	fragment	False	CHI0102_000000004286	0.9832804440817302		0	0	False	False	0.9950980544090271	0					non-mobilizable	other	1836.0	100.0	100.0	0.664133188563156	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
ENG0195_000000001415	12061	0.7611598635469211	12	11	5	9	5	False	132288	fragment	False	CHI0140_000000001647	0.17141413198160402		0	0	False	False	0.9943619966506958	0					non-mobilizable	other	11957.0	93.978	99.0	0.002778392139406275	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0155_000000014044	1423	0.7611578375486012	4	4	3	2	2	True	124864	maximal	True	ENG0155_000000014044	1.0	PS916	0	0	False	True	0.9936753511428833	0					non-mobilizable	plasmid	813.0	98.89299999999999	100.0	0.010063033551717292	CP003158.1	firmicutes	Lactococcus lactis subsp. cremoris UC509.9 plasmid pCIS8, complete sequence	False	True
ISR0039_000000004555	6281	0.7611535726788261	7	6	5	6	5	False	131999	maximal	True	ISR0039_000000004555	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	97.105	44.0	0.000383593125903414	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ENG0080_000000004236	5491	0.7611459263821653	13	5	4	5	2	True	61775	maximal	True	ENG0080_000000004236	1.0		10	6	False	False	0.9994536638259888	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.171812354758803e-05	NZ_SISK01000002.1	a-proteobacteria	Paracoccus subflavus strain GY0581 NODE_2_length_391590_cov_89.027923, whole genome shotgun sequence	True	True
ENG0191_000000027535	1187	0.7611393359218427	2	2	2	1	1	True	70051	fragment	False	ENG0191_000000027535	0.9931153184165232		0	0	False	False	0.9966301321983337	0					non-mobilizable	no_good_hit	93.0	82.796	8.0	0.0007387854035926553	NZ_LNAM01000153.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf3, whole genome shotgun sequence	True	True
DEN0094_000000008465	3826	0.7611302326231126	4	2	2	2	1	True	130337	backbone	True	DEN0094_000000008465	1.0	PS1094|PS1099	1	1	True	True	1.0	40					non-mobilizable	no_good_hit	1653.0	98.609	68.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0136_000000008405	3172	0.7611253013194287	3	2	2	2	1	False	74382	maximal	True	FIJ0136_000000008405	0.9780134384947138		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00010052291626835283	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0140_000000010035	2909	0.7611253013194287	3	2	2	2	1	False	74382	maximal	False	FIJ0136_000000008405	0.9762408230082554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00010052291626835283	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0124_000000010138	2675	0.7611253013194287	3	2	2	2	1	False	74382	maximal	False	FIJ0136_000000008405	0.8013990902699101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00010052291626835283	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0009_000000014285	2675	0.7611253013194287	3	2	2	2	1	False	74382	maximal	False	FIJ0136_000000008405	0.8013990902699101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00010052291626835283	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
DEN0084_000000003726	1448	0.7611240310508661	3	3	3	3	3	False	69046	fragment	False	ENG0007_000000016138	0.9642627173213136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1448.0	99.931	100.0	0.0002822840702436695	CP050845.1	enterobacteria	Klebsiella pneumoniae strain Bckp206 chromosome, complete genome	False	False
CHI0136_000000008987	1543	0.7611238145047503	4	3	1	3	1	True	80595	fragment	False	CHI0136_000000008987	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1543.0	99.935	100.0	0.3705839942321557	CP056659.1	enterobacteria	Escherichia coli strain RHBSTW-00204 plasmid pRHBSTW-00204_5, complete sequence	False	True
ISR0172_000000006086	2632	0.7611232045098509	2	2	2	1	1	False	64783	fragment	False	ISR0100_000000004527	0.967071742459494		0	0	False	False	0.996960461139679	0					non-mobilizable	no_good_hit	288.0	85.764	11.0	0.07061728395061728	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0847_000000021002	1414	0.7611119676417237	2	2	2	2	1	False	53869	fragment	False	ISR0847_000000021002	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1418.0	89.56299999999999	100.0	0.00039783714091464785	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0141_000000023031	1136	0.7611093502333754	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.1693618334715992		0	0	False	False	0.9964788556098938	0					non-mobilizable	other	1136.0	98.50399999999999	100.0	0.0018843960386176668	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0179_000000016344	1386	0.7611089857026672	2	2	2	1	1	False	128841	backbone	False	ENG0186_000000008765	0.027251234871729944	PS1059	0	0	True	True	1.0	8					non-mobilizable	other	1186.0	79.258	100.0	0.004594060647872307	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
ENG0141_000000006763	4026	0.7611079626343475	6	4	4	3	3	False	106588	maximal	True	ENG0141_000000006763	1.0		0	0	False	False	0.999006450176239	0					non-mobilizable	no_good_hit	2760.0	97.971	69.0	0.0008351136672394632	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
MAD0110_000000000227	45863	0.7611044805950992	86	19	9	17	8	False	14569	maximal	True	MAD0110_000000000227	1.0		1	1	False	False	0.9993458986282349	0					non-mobilizable	no_good_hit	1527.0	83.301	4.0	0.006643773276290391	LR756490.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
USA0101_01_000000016545	1924	0.7611019298267621	3	3	3	3	1	False	131571	fragment	False	USA0047_01_000000018471	0.932960162079282		0	0	False	False	1.0	0					non-mobilizable	chromosome	1925.0	93.195	100.0	0.0002964077324962602	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0134_000000016571	1587	0.7611019298267621	3	3	3	3	1	False	100821	fragment	False	AUS0014_000000017604	0.9966918714555765		0	0	False	False	0.9993698596954346	0					non-mobilizable	chromosome	1587.0	99.559	100.0	0.00024446316367086256	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0080_01_000000026638	1587	0.7611019298267621	3	3	3	3	1	False	100821	fragment	False	AUS0014_000000017604	0.9988972904851922		0	0	False	False	1.0	0					non-mobilizable	chromosome	1587.0	100.0	100.0	0.00024446316367086256	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AUS0014_000000017604	1587	0.7611019298267621	3	3	3	3	1	False	100821	fragment	False	AUS0014_000000017604	0.9988972904851922		0	0	False	False	1.0	0					non-mobilizable	chromosome	1587.0	100.0	100.0	0.00024446316367086256	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0073_01_000000009403	1587	0.7611019298267621	3	3	3	3	1	False	100821	fragment	False	AUS0014_000000017604	0.9988972904851922		0	0	False	False	1.0	0					non-mobilizable	chromosome	1587.0	100.0	100.0	0.00024446316367086256	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0251_000000010658	1582	0.7610970959501987	2	2	2	2	2	False	26986	fragment	False	ISR0251_000000010658	0.991875432294187		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	98.86200000000001	100.0	0.0007819091640149675	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ISR0076_000000008744	2860	0.7610908745096857	3	2	2	2	1	True	34577	maximal	True	ISR0076_000000008744	1.0		4	1	False	False	0.9996503591537476	0					non-mobilizable	no_good_hit	1760.0	77.443	61.0	0.006188079015909651	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
USA0132_01_000000012655	1235	0.7610776853698552	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.08026663327094764	PS1128	0	0	False	True	0.99676114320755	0					non-mobilizable	other	1188.0	83.081	96.0	0.01400179601096512	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
AST0048_000000007330	2144	0.7610724009951949	2	2	1	2	2	False	114927	maximal	True	AST0048_000000007330	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	93.464	62.0	0.002843630268199234	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ITA0013_000000000571	2081	0.7610715878230928	3	3	3	2	2	True	131055	maximal	True	ITA0013_000000000571	1.0		176	9	False	False	0.992311418056488	0					non-mobilizable	other	1610.0	92.919	100.0	0.0004805964423294743	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0344_000000004140	6598	0.7610666361722411	10	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8707850194052044	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	48					non-mobilizable	plasmid	2924.0	94.152	98.0	0.4484559840221232	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0222_000000010218	5974	0.7610666361722411	8	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.33257927523150654	PS1125|PS140|PS493|PS494	0	0	True	True	0.9998326301574707	48					non-mobilizable	plasmid	2821.0	92.59100000000001	99.0	0.43201720694423107	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
MAD0107_000000011586	3352	0.7610610834302082	4	4	4	4	4	False	62441	fragment	False	MAD0107_000000011586	0.978940650925335		0	0	False	False	0.9970167279243469	0					non-mobilizable	no_good_hit	786.0	78.753	39.0	0.0003419516848573272	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0100_000000004716	3327	0.7610550995803601	8	7	4	4	7	False	127567	maximal	True	AST0100_000000004716	1.0		53	6	False	False	1.0	0					non-mobilizable	chromosome	3328.0	97.35600000000001	100.0	0.0007751121173452142	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
SPA0024_000000007534	2060	0.7610533090693864	3	3	3	2	2	False	96914	fragment	False	SPA0024_000000007534	0.975543796660386		0	0	False	False	0.9927184581756592	0					non-mobilizable	other	1355.0	79.41	92.0	0.0013398920186794923	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
FIJ0054_000000019974	1269	0.7610352620591113	2	1	1	1	1	False	46301	maximal	True	FIJ0054_000000019974	1.0		13	4	False	False	0.9889677166938782	0					non-mobilizable	no_good_hit	147.0	76.19	11.0	0.00020847729930050763	NZ_ATYB01000009.1	a-proteobacteria	Sinorhizobium arboris LMG 14919 SinarDRAFT_Scaffold4.4_C, whole genome shotgun sequence	True	False
ENG0163_000000005556	4036	0.7610313461084401	5	3	3	2	2	True	75895	maximal	True	ENG0163_000000005556	1.0		3	3	False	False	0.993062436580658	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.046153846153846156	XM_011497745.1	wasps, ants, and bees	PREDICTED: Ceratosolen solmsi marchali N-alpha-acetyltransferase 11 (LOC105360747), mRNA	True	True
ENG0165_000000013812	1451	0.7610224865157369	2	1	1	1	1	False	86464	fragment	False	ENG0165_000000013812	1.0		0	0	False	False	0.9937973618507385	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000004104	7923	0.7610054398294772	11	6	4	6	5	False	114514	maximal	True	ISR0017_000000004104	1.0		31	5	False	False	1.0	0					non-mobilizable	no_good_hit	5887.0	97.792	74.0	0.00207135993778157	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0009_01_000000007539	3227	0.7610035041914609	7	4	1	4	1	True	74189	fragment	False	USA0009_01_000000007539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	2.0	0.00012058798702473259	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
ISR0389_000000003983	4745	0.7610032250493124	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.3540450073257041		0	0	False	False	0.9997892379760742	0					non-mobilizable	chromosome	4751.0	99.053	100.0	0.0010550421017327123	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0112_000000023988	1563	0.7609966240781973	2	1	1	1	1	False	32617	maximal	True	ISR0112_000000023988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	98.71	60.0	0.0003351084340913133	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	True	False
MON0037_000000056883	1340	0.7609787102693105	3	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.1495772728094005		0	0	False	False	0.9992537498474121	0					non-mobilizable	chromosome	1342.0	91.20700000000001	100.0	0.0004724959040356937	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0785_000000019224	1922	0.7609776738526353	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.0837417454586504		0	0	False	False	0.9916753172874451	0					non-mobilizable	other	1904.0	98.58200000000001	99.0	0.03484901203142454	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0284_000000007481	1763	0.7609776738526353	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.050501600385782885		0	0	False	False	0.9994328022003174	0					non-mobilizable	other	1763.0	99.26299999999999	100.0	0.032266925485743586	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0012_000000002145	10512	0.7609763488080287	8	7	6	5	3	False	99677	maximal	False	SPA0111_000000002646	0.9758528549475242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2252.0	71.314	23.0	0.003608819667084748	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
CHI0162_000000005248	5168	0.7609738475135461	6	6	6	5	5	False	78589	maximal	True	CHI0162_000000005248	1.0		11	4	False	False	1.0	0					non-mobilizable	other	1764.0	99.71700000000001	100.0	0.01865983636921709	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
ISR0204_000000007995	1532	0.7609728828943875	3	3	3	3	2	False	76606	fragment	False	ISR0204_000000007995	0.9986639946559785		0	0	False	False	0.9895561337471008	0					non-mobilizable	other	1532.0	100.0	100.0	0.02406097752632406	NZ_JAAIUL010000023.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_23_length_63630_cov_356.789, whole genome shotgun sequence	False	False
CHI0110_000000007823	1318	0.7609619690679355	2	1	1	1	1	False	82685	fragment	False	CHI0110_000000007823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0012_000000012593	1822	0.7609597776430456	3	2	2	2	1	False	38163	fragment	False	ISR0180_000000010660	0.5791545539725632		0	0	False	False	0.9994511604309082	0					non-mobilizable	no_good_hit	584.0	83.56200000000001	32.0	0.002895935721192667	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
MAD0031_000000003105	4145	0.7609581263618296	6	5	4	5	4	False	88195	maximal	True	MAD0031_000000003105	1.0		1	1	False	False	0.9874547719955444	0					non-mobilizable	no_good_hit	1779.0	99.044	43.0	0.0005154093779576976	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0046_000000016102	2095	0.7609392604805788	3	2	2	2	2	True	122721	fragment	False	ISR0293_000000010219	0.08589692562941662		0	0	False	False	0.9966586828231812	0					non-mobilizable	other	2095.0	99.76100000000001	100.0	0.03834673210394272	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0140_000000015178	1902	0.7609392604805788	3	2	2	2	2	True	122721	fragment	False	ISR0293_000000010219	0.03297231000736109		0	0	False	False	0.9963196516036987	0					non-mobilizable	other	1903.0	99.42200000000001	100.0	0.0348306993608878	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0001_000000003702	8489	0.7609373476088549	7	5	4	5	2	False	76979	maximal	True	DEN0001_000000003702	1.0		2	2	False	False	0.9991754293441772	0					non-mobilizable	no_good_hit								True	False
FIJ0142_000000009876	3303	0.7609352070858955	5	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.3114311736933453	PS902	0	0	False	True	0.9996972680091858	0	rep_cluster_1702				non-mobilizable	other	3312.0	98.18799999999999	100.0	0.19262581547064306	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
USA0049_01_000000001488	2673	0.7609352070858955	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.27015661971882377	PS902	0	0	False	True	0.9988776445388794	0	rep_cluster_1702				non-mobilizable	other	2700.0	96.889	100.0	0.0009110929875208279	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
SPA0045_000000010816	2474	0.7609222436299279	4	4	4	3	3	False	131568	fragment	False	DEN0087_000000005028	0.9313846166847216		0	0	False	False	1.0	0					non-mobilizable	other	2383.0	78.64	95.0	0.0007650666784535903	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	False
ISR0338_000000016466	1729	0.7609161554986359	4	2	2	1	1	True	24415	maximal	True	ISR0338_000000016466	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	98.98	11.0	0.002710554482145091	NZ_JAAIPV010000018.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_18_length_71941_cov_90.979, whole genome shotgun sequence	True	True
CHI0038_000000002709	4073	0.7609080177540358	5	4	3	4	3	False	112851	fragment	False	CHI0038_000000002709	0.981090815538976		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	74.377	55.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0069_01_000000005523	10535	0.760907721626461	17	3	2	3	2	False	73147	maximal	True	USA0069_01_000000005523	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	100.0	7.0	0.11866773035500598	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
USA0034_01_000000005362	10392	0.760907721626461	17	3	2	3	2	False	73147	maximal	False	USA0069_01_000000005523	0.9932130991931656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	100.0	6.0	0.09014758675708018	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
MON0032_000000012062	2257	0.7609074567794788	5	4	3	3	1	False	118949	maximal	True	MON0032_000000012062	1.0		24	7	False	False	0.9982277154922485	0					non-mobilizable	no_good_hit	225.0	76.0	10.0	4.9549170424711056e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0013_000000003187	7370	0.7609018230822348	3	3	2	3	2	False	50663	maximal	True	FIJ0013_000000003187	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000001972	7880	0.7608987493043137	13	5	3	5	1	True	88765	maximal	True	MAD0088_000000001972	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	87.48200000000001	61.0	0.024244142771062984	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0192_000000001973	9357	0.7608976066559965	10	7	5	6	5	False	122858	fragment	False	ISR0076_000000002357	0.9904966918054396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.663	21.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0197_000000010310	2458	0.7608960865646243	3	3	3	3	1	False	121534	fragment	False	ISR0818_000000006945	0.9827580332476691		0	0	False	False	0.9971521496772766	0					non-mobilizable	other	2458.0	100.0	100.0	0.0004756197914357852	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0166_000000003027	2457	0.7608960865646243	3	3	3	3	1	False	121534	fragment	False	ISR0818_000000006945	0.982732405196591		0	0	False	False	1.0	0					non-mobilizable	other	2457.0	100.0	100.0	0.00047542621398709344	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
AST0153_000000013332	2409	0.7608960865646243	3	3	3	3	1	False	121534	fragment	False	ISR0818_000000006945	0.9569450639774109		0	0	False	False	1.0	0					non-mobilizable	other	2409.0	99.917	100.0	0.0004663784339484764	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0154_000000015420	2072	0.7608960865646243	3	3	3	3	1	False	101100	fragment	False	USA0058_01_000000009404	0.8450722002568538		0	0	False	False	0.9995173811912537	0					non-mobilizable	other	2072.0	99.759	100.0	0.0004011086946458865	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0124_000000018604	1574	0.7608944686378011	1	1	1	1	1	False	16172	fragment	False	SPA0124_000000018604	1.0		0	0	False	False	0.9961880445480347	0					non-mobilizable	chromosome	1574.0	95.044	100.0	0.000731981981981982	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
FIJ0117_000000015140	1353	0.7608935585754457	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.08216704641516136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1350.0	99.111	99.0	0.00047408271671536936	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0121_000000019041	1350	0.7608935585754457	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.08219189245070632		0	0	False	False	1.0	0					non-mobilizable	chromosome	1350.0	98.963	100.0	0.00047408271671536936	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0104_000000002956	8266	0.7608918322808045	6	3	2	2	3	False	86396	fragment	False	ENG0104_000000002956	0.9942088184104264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	88.72	17.0	0.0003931584163271078	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0362_000000002991	7855	0.7608918322808045	5	3	2	2	3	False	86396	fragment	False	ENG0104_000000002956	0.9837267123837199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	88.72	18.0	0.0003931584163271078	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ENG0148_000000004802	7669	0.7608918322808045	6	3	2	2	3	False	86396	fragment	False	ENG0104_000000002956	0.9620802579806427		0	0	False	False	0.9993480443954468	0					non-mobilizable	no_good_hit	1345.0	89.963	18.0	0.0003059985970510751	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0136_000000001683	7666	0.7608918322808045	4	3	2	2	3	False	86396	fragment	False	ENG0104_000000002956	0.9675580097098351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	89.963	18.0	0.0003059985970510751	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0224_000000008308	3430	0.7608909701489833	6	4	3	3	3	False	76858	maximal	True	ISR0224_000000008308	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	72.867	24.0	0.00035801992847412777	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
SPA0039_000000005245	4719	0.7608881119641105	5	5	5	5	5	False	121030	maximal	True	SPA0039_000000005245	0.992590877517944		100	9	False	False	0.9993642568588257	0					non-mobilizable	no_good_hit	2285.0	80.569	64.0	0.0009540596790318557	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
AST0019_000000000362	35574	0.7608858982403146	64	14	7	11	9	False	122957	fragment	False	AST0019_000000000362	1.0		0	0	False	False	0.9996626973152161	0					non-mobilizable	no_good_hit	254.0	92.126	1.0	0.00029742801184069143	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0316_000000001179	12137	0.7608804010002318	12	5	3	3	3	False	75289	fragment	False	ISR0316_000000001179	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4660.0	96.845	55.0	0.684256945465236	MK233957.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c1 sequence	True	False
FIJ0036_000000021662	1905	0.7608751117840361	4	4	1	3	3	False	97986	fragment	False	FIJ0012_000000012403	0.9616956077630234		0	0	False	False	1.0	0					non-mobilizable	plasmid	1828.0	98.961	100.0	0.03434339636828452	CP018958.1	enterobacteria	Escherichia coli strain Ecol_422 plasmid pEC422_4, complete sequence	False	True
ENG0098_000000010760	2372	0.7608620606715236	3	2	2	2	2	False	60716	maximal	True	ENG0098_000000010760	1.0		14	4	False	False	0.9932546615600586	0					non-mobilizable	no_good_hit	445.0	80.0	25.0	0.00011751364471354392	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ENG0074_000000006039	3622	0.7608606076929815	5	3	2	2	3	False	62184	maximal	True	ENG0074_000000006039	1.0	PS71	4	3	False	True	0.9988956451416016	0					non-mobilizable	no_good_hit	996.0	93.976	34.0	0.0002806290377441825	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
USA0101_01_000000007423	4275	0.7608585116824752	6	3	3	3	1	True	2277	fragment	False	USA0101_01_000000007423	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0080_000000003429	3646	0.7608582716309974	5	5	5	5	5	False	124636	fragment	False	ISR0351_000000003147	0.9539401895039693		0	0	False	False	0.9991771578788757	0					non-mobilizable	no_good_hit	72.0	83.333	2.0	0.001421418873048201	NZ_MQNM01000023.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_23_length_47136_cov_32.8072, whole genome shotgun sequence	True	False
USA0009_01_000000004498	5400	0.7608519818034989	10	7	4	4	6	False	62212	maximal	True	USA0009_01_000000004498	1.0		7	3	False	False	0.9992592334747314	0					non-mobilizable	no_good_hit	1904.0	96.429	47.0	0.00029332496876774997	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0100_000000015874	1925	0.7608503919061971	3	3	3	3	3	False	76484	fragment	False	USA0044_01_000000014657	0.9324367415231328		0	0	False	False	0.9989610314369202	0					non-mobilizable	other	1925.0	99.117	100.0	0.007380470140551157	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0110_000000000181	22055	0.7608486557301589	15	10	2	10	2	True	22455	maximal	False	MON0100_000000000721	0.7664369233037921		0	0	False	False	0.9997733235359192	0					non-mobilizable	no_good_hit	78.0	93.59	1.0	0.00023066510461876522	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
MON0023_000000000065	21401	0.7608486557301589	15	10	2	10	2	True	22455	maximal	False	MON0100_000000000721	0.9380378104706176		0	0	False	False	0.9992991089820862	0					non-mobilizable	no_good_hit	307.0	98.046	1.0	0.0010514921911241688	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0098_000000032526	1402	0.7608418656022402	2	2	2	2	1	False	112602	fragment	False	MAD0088_000000017435	0.4898971344599559		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	74.244	67.0	0.006234032361081541	AP014513.1	firmicutes	Clostridium botulinum B str. Osaka05 DNA, contig: Osaka05p1_contig003, extrachromosome 1, complete sequence	True	False
SPA0041_000000028372	1189	0.7608369215172255	2	2	2	1	1	False	6890	fragment	False	SPA0041_000000028372	1.0		0	0	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit	243.0	77.778	20.0	6.739164416317055e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0046_000000020617	1591	0.7608345824341378	2	2	2	2	1	True	85083	backbone	True	SPA0046_000000020617	1.0	PS425|PS426	9	4	True	True	1.0	7					non-mobilizable	no_good_hit	626.0	98.56200000000001	39.0	0.0002789086594221816	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0362_000000003470	6794	0.7608313347380771	2	1	1	1	1	False	89075	fragment	False	ISR0362_000000003470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2848.0	97.331	66.0	0.022867802552123957	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0056_000000009664	2222	0.7608309690180088	3	3	3	3	3	False	112006	fragment	False	ISR0056_000000009664	1.0		0	0	False	False	0.994599461555481	0					non-mobilizable	other	1079.0	95.088	93.0	0.00030544717921233234	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0165_000000002017	8859	0.7608249908308977	6	6	6	6	6	False	48694	fragment	False	FIJ0044_000000002387	0.9815922838234727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.19	44.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
MAD0079_000000001090	4425	0.760814513855602	5	5	5	4	3	False	112704	maximal	True	MAD0079_000000001090	1.0		17	3	False	False	0.9916384220123291	0					non-mobilizable	no_good_hit	3384.0	92.87799999999999	84.0	0.036659058797956744	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0001_000000011411	2377	0.7608009199160959	3	2	1	2	2	True	38697	fragment	False	ISR0001_000000011411	1.0		0	0	False	False	0.9995793104171753	0					non-mobilizable	no_good_hit								True	True
MON0022_000000009442	2905	0.7607965551729953	3	3	3	3	2	False	13027	maximal	True	MON0022_000000009442	1.0		11	6	False	False	0.9989672899246216	0					non-mobilizable	no_good_hit	2125.0	100.0	73.0	0.029322436357612235	NZ_CABJDZ010000010.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0810_000000006664	2317	0.7607790164780805	3	3	3	3	2	False	21715	maximal	True	ISR0810_000000006664	1.0		142	11	False	False	0.9913681745529175	0					non-mobilizable	no_good_hit	129.0	84.49600000000001	6.0	3.695075445934984e-05	LR738849.1	d-proteobacteria	Desulfovibrio sp. 86 genome assembly, chromosome: DESU86	True	False
ENG0155_000000010160	2084	0.7607789245905671	2	2	2	2	2	False	106802	fragment	False	ENG0155_000000010160	0.986083744610758		0	0	False	False	0.9980806112289429	0					non-mobilizable	other	2084.0	99.088	100.0	0.020749204829848544	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
FIJ0023_000000003438	8092	0.7607759524861485	7	5	5	4	5	False	49418	maximal	True	FIJ0023_000000003438	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000001926	11772	0.7607732858342275	8	3	3	3	3	False	127662	maximal	True	ISR0002_000000001926	1.0		3	2	False	False	1.0	0					non-mobilizable	virus	11772.0	98.479	100.0	0.6121164846593864	MK233076.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_3_c2 sequence	False	False
FIJ0114_000000001517	16423	0.7607662411317193	11	3	3	3	1	True	65018	fragment	False	FIJ0114_000000001517	1.0		0	0	False	False	0.9998173117637634	0					non-mobilizable	no_good_hit								True	True
ENG0053_000000008744	2948	0.7607651601440186	3	2	2	2	2	False	76407	fragment	False	ENG0053_000000008744	1.0		0	0	False	False	0.9979647397994995	0					non-mobilizable	no_good_hit	151.0	85.43	9.0	4.110610660575133e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0114_000000009384	4574	0.7607605570238035	6	4	2	4	2	False	4466	maximal	True	SPA0114_000000009384	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	0.0002659647017103576	NZ_OLMR01000005.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
SPA0074_000000002183	11220	0.7607587602959883	11	10	6	6	10	False	128544	maximal	True	SPA0074_000000002183	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	3572.0	94.037	58.0	0.30181171689806974	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
CAN0005_000000015312	1113	0.7607584742961502	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.08125274150232917	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1119.0	81.41199999999999	100.0	0.00030824599696752586	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
FIJ0152_000000012306	2041	0.7607527411270962	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.7868703423944933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	84.712	27.0	0.0001895266802499833	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0057_000000014007	1792	0.7607527411270962	3	3	3	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.7006791094465088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	83.559	24.0	0.00015114152981960692	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0212_000000001933	13381	0.7607526124796291	9	7	6	7	3	True	86038	maximal	True	ISR0212_000000001933	1.0		1	1	False	False	0.9999252557754517	0					non-mobilizable	no_good_hit	631.0	73.851	5.0	0.0002590548689111102	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
DEN0046_000000017467	1380	0.7607509340840435	2	2	2	2	2	False	72700	fragment	False	DEN0046_000000017467	0.9920697858842189		0	0	False	False	0.9992753863334656	0					non-mobilizable	chromosome	1380.0	95.58	100.0	0.00038287678728311694	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0012_000000007797	7111	0.7607421963972868	7	5	3	5	3	False	94316	fragment	False	CAN0012_000000007797	1.0		0	0	False	False	0.9974687099456787	0					non-mobilizable	other	3506.0	100.0	100.0	0.25181406710252174	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0045_000000019675	2063	0.7607417557775703	2	2	2	2	2	False	129170	fragment	False	AST0108_000000012112	0.9229910750245679		0	0	False	False	0.9985458254814148	0					non-mobilizable	chromosome	2055.0	74.939	98.0	0.0006398511258700636	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CAN0017_000000006628	5597	0.7607413216089087	6	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9746877265543872	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5599.0	99.125	100.0	0.0010820831854111868	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0006_000000005563	5567	0.7607413216089087	4	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9738635296931409	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5567.0	99.443	100.0	0.0010774348953718333	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0132_000000019485	2113	0.7607401365948998	2	2	2	1	1	False	3735	maximal	True	SPA0132_000000019485	1.0		4	3	False	False	0.990534782409668	0					non-mobilizable	no_good_hit	221.0	72.398	10.0	0.0008471737888370077	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0176_000000027317	1247	0.7607397526375574	2	2	2	1	1	False	119877	fragment	False	MON0030_000000022630	0.2542131180455139		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	99.92	100.0	0.0032648997078360215	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
FIJ0132_000000002910	8453	0.7607386663246619	6	4	4	4	3	False	79278	maximal	True	FIJ0132_000000002910	0.9487077929159473	PS388	2	1	False	True	0.9997633695602417	0					non-mobilizable	no_good_hit	2677.0	96.787	80.0	0.016312994922001205	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0073_000000002621	7288	0.7607386663246619	6	4	4	4	3	False	79280	maximal	False	ISR0197_000000002685	0.9227029509182726	PS388	0	0	False	True	0.999862790107727	0					non-mobilizable	no_good_hit	2642.0	96.064	66.0	0.016020385147615536	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0101_000000017752	1328	0.7607340738196233	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.05086422358318568		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	99.473	100.0	0.002774774850126611	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0333_000000014566	1617	0.7607297543084051	3	3	2	3	2	False	24536	maximal	True	ISR0333_000000014566	1.0		1	1	False	False	0.9975262880325317	0					non-mobilizable	no_good_hit	819.0	75.214	50.0	0.00021672380977644554	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0104_000000038015	1214	0.7607223820071485	2	2	2	2	2	False	123984	fragment	False	MON0104_000000038015	0.9903758330232401		0	0	False	False	0.9950576424598694	0					non-mobilizable	other	1214.0	99.094	100.0	0.0003443377587217092	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0007_000000010456	1715	0.7607211336279792	2	2	2	2	2	False	119437	maximal	True	FIJ0007_000000010456	1.0		2	2	False	False	0.9970845580101013	0					non-mobilizable	no_good_hit	1435.0	99.791	89.0	0.014973686408821319	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	False
ISR0786_000000004460	4050	0.7607128465833013	4	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.7148831223430143		0	0	False	False	1.0	0					non-mobilizable	chromosome	1683.0	96.97	100.0	0.0003124820499417326	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0183_000000006820	4038	0.7607128465833013	4	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.6666661973571847		0	0	False	False	0.9985141158103943	0					non-mobilizable	chromosome	1683.0	96.97	100.0	0.0003124820499417326	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0115_000000003527	4694	0.7607117054123512	5	4	2	1	4	True	112112	fragment	False	ENG0115_000000003527	1.0		0	0	False	False	0.9980826377868652	0					non-mobilizable	no_good_hit	816.0	80.637	17.0	0.0010527731952972648	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
SPA0035_000000007792	2443	0.7606997839416164	3	3	3	3	3	False	64145	maximal	True	SPA0035_000000007792	0.9868859031606759		753	15	False	False	1.0	0					non-mobilizable	other	2443.0	99.09899999999999	100.0	0.11664119220481467	NZ_WHZW01000030.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence30, whole genome shotgun sequence	False	False
DEN0082_000000011565	3350	0.7606895174870365	6	3	2	1	3	False	113735	fragment	False	ISR0817_000000003042	0.7711504060401123		0	0	False	False	1.0	0					non-mobilizable	other	3342.0	97.15700000000001	99.0	0.0014673768870352574	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0107_000000010771	2359	0.7606893206768633	2	2	2	2	2	False	78896	fragment	False	ISR0107_000000010771	0.9940787355245959		0	0	False	False	0.9978804588317871	0					non-mobilizable	chromosome	1780.0	98.315	100.0	0.0006041624687342525	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0158_000000007327	2359	0.7606893206768633	2	2	2	2	2	False	78896	fragment	False	ISR0107_000000010771	0.9919375567830918		0	0	False	False	1.0	0					non-mobilizable	chromosome	1793.0	99.052	100.0	0.0006085798546136367	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0165_000000008872	2351	0.7606893206768633	2	2	2	2	2	False	78896	fragment	False	ISR0107_000000010771	0.9935135242768919		0	0	False	False	1.0	0					non-mobilizable	chromosome	1780.0	98.315	100.0	0.0006041624687342525	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0102_01_000000003376	4190	0.7606876055279582	6	6	5	5	3	False	27736	maximal	True	USA0102_01_000000003376	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	71.45	15.0	0.00022511283246440491	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
ENG0149_000000008706	2483	0.760684432717366	3	2	1	1	2	False	117255	maximal	True	ENG0149_000000008706	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	78.372	31.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0213_000000003110	6796	0.7606844172479581	9	9	7	6	8	False	128469	fragment	False	ISR0213_000000003110	0.9778784591415622		0	0	False	False	0.9985285401344299	0					non-mobilizable	other	6779.0	99.02600000000001	99.0	0.025992757625974344	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0322_000000000081	33280	0.7606722021127978	38	14	8	12	9	True	122322	fragment	False	ISR0322_000000000081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	96.296	1.0	0.03831759044733559	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0085_000000024246	1297	0.760670366678252	2	2	2	2	2	True	9769	maximal	True	MON0085_000000024246	1.0		1	1	False	False	0.98149573802948	0					non-mobilizable	no_good_hit	492.0	85.366	38.0	0.14181712288875947	LN854222.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1719	True	True
ENG0068_000000005188	4385	0.7606631554981091	6	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.45077044582144904	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4397.0	96.429	100.0	0.13221139294146134	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
MON0015_000000022265	1701	0.7606469011355982	2	2	2	2	1	False	83781	fragment	False	ISR0187_000000015797	0.9452934757979566		0	0	False	False	0.9905937910079956	0					non-mobilizable	no_good_hit	315.0	74.60300000000001	18.0	0.0001516003524102761	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
USA0082_01_000000009488	3137	0.7606310320844811	3	3	3	3	3	False	112729	maximal	True	USA0082_01_000000009488	1.0	PS721	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	2643.0	73.855	83.0	0.31602681291895185	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0154_000000007792	3744	0.7606299657148535	4	3	2	3	2	True	129118	maximal	True	CHI0154_000000007792	1.0		0	0	False	False	0.995726466178894	0					non-mobilizable	no_good_hit	120.0	81.667	3.0	3.2531082218893177e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0004_000000001235	12453	0.7606292020737278	12	6	5	5	4	True	132159	fragment	False	ISR0004_000000001235	1.0		0	0	False	False	0.9998394250869751	0					non-mobilizable	no_good_hit	1675.0	96.119	13.0	0.00047044752093266645	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0029_000000002921	11181	0.7606263441011877	12	3	0	3	3	False	48903	maximal	False	FIJ0123_000000002729	0.952087407533373		0	0	False	False	0.9995527863502502	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000007689	7420	0.7606259427131898	8	7	3	3	6	False	118430	fragment	False	USA0034_01_000000007689	1.0		0	0	False	False	0.9998652338981628	0					non-mobilizable	no_good_hit	3109.0	93.696	56.0	0.018732536315411493	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
USA0069_01_000000008159	7418	0.7606259427131898	8	7	3	3	6	False	118430	fragment	False	USA0034_01_000000007689	0.9998652291105121		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3109.0	93.696	56.0	0.018732536315411493	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
ISR0227_000000012633	2100	0.7606230177897612	3	3	1	3	1	False	60953	fragment	False	ISR0227_000000012633	1.0		0	0	False	False	0.9985714554786682	0					non-mobilizable	no_good_hit	117.0	78.632	6.0	2.9411697006324026e-05	CP029761.1	a-proteobacteria	Sphingomonas sp. IC081 chromosome C1, complete sequence	True	False
USA0135_01_000000007954	1911	0.7606143680949413	4	3	3	2	1	True	110598	fragment	False	USA0135_01_000000007954	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1911.0	98.116	100.0	0.02170323726671297	NZ_MIEH01000003.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_3, whole genome shotgun sequence	False	True
MON0041_000000061635	1150	0.7606106618852471	2	2	2	2	1	True	11746	fragment	False	MON0041_000000061635	1.0		0	0	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit	131.0	74.809	11.0	0.00011968351994756021	NZ_JTDN01000002.1	a-proteobacteria	Croceibacterium mercuriale strain Coronado scaffold_1, whole genome shotgun sequence	True	True
USA0023_01_000000002762	11549	0.7606036559065413	8	7	6	7	3	True	7222	fragment	False	USA0023_01_000000002762	1.0		0	0	False	False	0.9997402429580688	0					non-mobilizable	no_good_hit	570.0	76.14	5.0	0.0016634812769873292	NZ_NHMP01000003.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_3_length_339048_cov_189.134_ID_5525, whole genome shotgun sequence	True	True
ENG0157_000000012581	1998	0.7605960439521964	3	2	2	2	1	True	56632	maximal	True	ENG0157_000000012581	0.992875		38	8	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	0.00017061067732438898	NZ_SRMQ01000003.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000003, whole genome shotgun sequence	True	True
ISR0810_000000008159	1984	0.7605960439521964	3	2	2	2	1	True	56632	maximal	False	ENG0157_000000012581	0.9894982482482482		0	0	False	False	0.9879032373428345	0					non-mobilizable	no_good_hit	45.0	100.0	2.0	0.00015972063409091733	NZ_SRMQ01000003.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000003, whole genome shotgun sequence	True	True
SPA0007_000000013090	1969	0.7605960439521964	3	2	2	2	1	True	56632	maximal	False	ENG0157_000000012581	0.9838562504036295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00013794054762397408	NZ_SRMQ01000003.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000003, whole genome shotgun sequence	True	True
SPA0040_000000022355	1886	0.7605960439521964	3	2	2	2	1	True	6954	fragment	False	SPA0040_000000022355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	97.959	3.0	0.0011728772144166157	NZ_VWXL01000011.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_11, whole genome shotgun sequence	True	True
ENG0189_000000015777	1188	0.760595728391889	2	1	1	1	1	False	65763	fragment	False	ISR0030_000000018556	0.45690376569037655		0	0	False	False	0.9873737096786499	0					non-mobilizable	no_good_hit	1061.0	90.669	89.0	0.00025866268693895635	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0150_000000013273	1343	0.7605874699908208	2	2	1	2	2	False	57138	fragment	False	ENG0150_000000013273	1.0		0	0	False	False	1.0	0	rep_cluster_1304				non-mobilizable	chromosome	1343.0	99.926	100.0	0.00026239555014687896	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	True
AST0012_000000009129	2378	0.7605789557399739	4	4	4	4	2	False	125281	fragment	False	AST0012_000000009129	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2378.0	99.874	100.0	0.0008939077759446672	CP040849.1	firmicutes	Enterococcus faecium strain F17E0263 chromosome, complete genome	False	False
DEN0065_000000017982	1934	0.7605754083469706	3	3	3	3	2	False	71085	maximal	True	DEN0065_000000017982	1.0		1	1	False	False	0.9974147081375122	0					non-mobilizable	no_good_hit	776.0	75.12899999999999	40.0	0.0030298601207993776	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0145_000000002429	13411	0.7605740424914286	21	4	1	4	1	False	31080	maximal	True	ISR0145_000000002429	1.0		1	1	False	False	0.9993289113044739	0					non-mobilizable	no_good_hit	47.0	93.617	0.0	0.00039976361803455347	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
FIJ0009_000000029341	1465	0.7605739115864807	2	2	2	2	1	False	51193	fragment	False	FIJ0009_000000029341	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	92.605	99.0	0.03895819054146676	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
DEN0071_000000019508	2119	0.7605684855078197	3	3	3	3	3	False	95503	fragment	False	DEN0071_000000019508	0.987781036168133		0	0	False	False	0.9905616044998169	0					non-mobilizable	other	2111.0	81.241	99.0	0.002101493528919083	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
FIJ0068_000000000360	35563	0.7605638099780446	37	13	5	6	8	True	50557	fragment	False	FIJ0068_000000000360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0062717770034843206	XR_004690012.1	wasps, ants, and bees	PREDICTED: Chelonus insularis mitogen-activated protein kinase kinase kinase 15 (LOC118064029), transcript variant X4, misc_RNA	True	True
SPA0058_000000002109	10381	0.7605606856123335	14	13	9	13	12	False	132200	fragment	False	ENG0181_000000001954	0.4989498538202074		0	0	False	False	1.0	0					non-mobilizable	other	10381.0	99.94200000000001	100.0	0.08494549739762348	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
MON0077_000000011126	3439	0.7605558863955432	4	4	4	4	4	False	14505	maximal	True	MON0077_000000011126	1.0		15	3	False	False	0.9991276264190674	0					non-mobilizable	no_good_hit	1165.0	80.515	54.0	0.08788292387018502	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
ISR0183_000000020492	1520	0.7605519171943407	2	2	2	2	1	False	58619	fragment	False	ISR0054_000000014578	0.3862745098039216		0	0	False	False	0.9986842274665833	0					non-mobilizable	no_good_hit	747.0	86.345	49.0	0.010388777331548416	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0203_000000013319	1350	0.7605519171943407	2	2	2	2	1	False	28685	fragment	False	ISR0203_000000013319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	85.93799999999999	42.0	0.32247191011235954	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ENG0043_000000006754	4776	0.7605272888572076	6	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.5105763275725798	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4785.0	98.307	100.0	0.27842497670083877	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
MON0090_000000011098	4906	0.760526758084489	5	3	2	3	2	False	91214	fragment	False	MON0090_000000011098	1.0		0	0	False	False	0.9985731840133667	0					non-mobilizable	no_good_hit								True	False
ISR0301_000000008956	2045	0.7605219625631414	3	3	1	2	2	False	39908	fragment	False	ISR0301_000000008956	1.0		0	0	False	False	0.993643045425415	0					non-mobilizable	no_good_hit	1019.0	73.405	49.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0117_000000021218	1777	0.7605195604722524	3	3	3	3	2	False	4298	maximal	True	SPA0117_000000021218	1.0		2	2	False	False	0.9994372725486755	0					non-mobilizable	no_good_hit	585.0	79.487	33.0	0.0072334079045488445	NZ_JAAVNF010000031.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_1_length_80350_cov_33.190540, whole genome shotgun sequence	True	False
MON0053_000000027364	1479	0.7605098341913556	2	2	2	1	1	False	11174	fragment	False	MON0053_000000027364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0186_000000006409	2455	0.7605011919450455	3	3	3	2	2	False	131340	fragment	False	AST0118_000000011604	0.9743901023444669		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	97.414	100.0	0.019890485327842	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ISR0162_000000016578	2389	0.7605011919450455	3	3	3	2	2	False	131340	fragment	False	AST0118_000000011604	0.9666478336661724		0	0	False	False	0.9916282892227173	0					non-mobilizable	other	1215.0	97.28399999999999	100.0	0.018938862108235442	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
USA0145_01_000000007390	3289	0.7605010605078577	3	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.1994667048351177	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3223.0	95.749	98.0	0.49163982205859796	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0117_01_000000003452	7652	0.7604833575627509	14	11	3	4	9	True	101525	fragment	False	USA0117_01_000000003452	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6264.0	97.845	97.0	0.0009530947116180754	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ENG0175_000000005111	5021	0.7604825883822415	9	2	0	1	1	False	55615	maximal	True	ENG0175_000000005111	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.004701686121919585	LM526694.1	nematodes	Strongyloides papillosus genome assembly S_papillosus_LIN ,scaffold SPAL_contig0001036	True	False
ISR0785_000000009365	3498	0.7604617552485387	4	4	4	4	4	False	102869	maximal	False	CHI0068_000000003310	0.9231147027541446		0	0	False	False	1.0	0					non-mobilizable	chromosome	3498.0	97.227	100.0	0.0009781830201421738	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0812_000000023743	1669	0.7604575508138185	3	3	3	3	2	False	71395	fragment	False	ISR0213_000000014530	0.5899469369172547		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	96.10799999999999	100.0	0.006398453323513165	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0043_000000004108	5925	0.7604554159136137	8	8	2	4	8	False	98015	fragment	False	FIJ0043_000000004108	1.0		0	0	False	False	0.9954430460929871	0	IncHI1B				non-mobilizable	plasmid	5912.0	99.662	99.0	0.04061185783788241	CP029181.1	enterobacteria	Escherichia coli strain H9Ecoli plasmid p1-H9, complete sequence	False	True
MON0081_000000037676	1392	0.7604479231181392	2	2	2	2	1	False	11431	maximal	True	MON0081_000000037676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	98.95200000000001	82.0	0.0003174100671476415	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0086_000000011146	2403	0.7604355376889051	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.23445599264257752	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	96.69200000000001	67.0	0.015434394166223983	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0215_000000005953	4807	0.7604333494346351	5	3	0	2	1	True	118864	fragment	False	ISR0215_000000005953	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4807.0	97.566	100.0	0.0007714601514002596	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
DEN0022_000000030360	1379	0.7604300767250086	2	2	2	1	1	False	80775	fragment	False	DEN0022_000000030360	0.9985074626865671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0001_000000018534	2467	0.7604245890212886	3	3	3	3	2	False	97349	fragment	False	CAN0001_000000018534	0.956530612244898		0	0	False	False	0.9995946288108826	0					non-mobilizable	other	2469.0	95.788	100.0	0.003217405826296617	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0038_000000017144	1933	0.7604234144454469	3	3	3	3	3	False	36630	maximal	True	ISR0038_000000017144	1.0		5	3	False	False	0.9979307055473328	0					non-mobilizable	no_good_hit	130.0	80.76899999999999	7.0	2.4147201339364768e-05	NZ_CP023478.1	enterobacteria	Klebsiella quasipneumoniae strain KPC142 chromosome, complete genome	True	False
ISR0096_000000010436	2245	0.7604197369380775	4	3	3	2	2	False	92586	fragment	False	ISR0096_000000010436	1.0		0	0	False	False	0.9888641238212585	0					non-mobilizable	chromosome	1861.0	97.689	95.0	0.00034575646216039417	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0049_000000003774	4428	0.7604106629117704	4	3	2	2	3	False	66556	fragment	False	FIJ0049_000000003774	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4427.0	98.554	99.0	0.012769431838180774	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
ISR0192_000000001491	12038	0.7604106093508993	22	20	3	13	19	True	29137	maximal	True	ISR0192_000000001491	1.0		3	2	False	False	0.9992523789405823	0			MPF_F		non-mobilizable	plasmid	12038.0	99.84200000000001	100.0	0.05512511346860931	CP052717.1	enterobacteria	Klebsiella pneumoniae strain B16KP0048 plasmid pB16KP0048-1, complete sequence	False	True
MAD0087_000000007470	3619	0.7604032168561125	5	4	3	4	3	False	105116	fragment	False	ISR0227_000000006955	0.7859883932492495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000017684	2022	0.7603986784674333	3	3	3	3	2	False	81201	fragment	False	DEN0010_000000020867	0.6125333282606704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	71.50399999999999	55.0	0.0003098337831236223	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0167_000000006073	5128	0.7603905424913493	7	5	1	4	4	False	117862	maximal	True	ISR0167_000000006073	1.0	PS794	2	1	False	True	0.9974648952484131	0					non-mobilizable	chromosome	2681.0	99.25399999999999	100.0	0.0006496462579163517	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
CAN0016_000000033820	1351	0.7603739506709355	2	2	2	1	1	False	92701	fragment	False	CAN0016_000000033820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0070_000000006969	3086	0.7603738445279224	5	4	4	4	3	False	87989	maximal	False	SPA0072_000000006185	0.9753661120494497		0	0	False	False	1.0	0					non-mobilizable	chromosome	3086.0	99.352	100.0	0.0008692121669417059	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0038_000000009631	1528	0.7603728180780054	3	3	3	1	1	False	130049	fragment	False	ENG0005_000000004373	0.052485583990440995		0	0	False	False	1.0	0					non-mobilizable	other	1552.0	91.495	99.0	0.0032368888229057976	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0127_000000001394	14616	0.7603725493652338	24	6	3	4	4	False	81408	maximal	True	CHI0127_000000001394	1.0		2	1	False	False	0.9999315738677979	0					non-mobilizable	no_good_hit	838.0	81.265	13.0	0.0002772759136598144	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0126_000000012777	1220	0.7603724716734651	1	1	1	1	1	False	81427	fragment	False	CHI0126_000000012777	0.9683069224353628		0	0	False	False	1.0	0					non-mobilizable	chromosome	1103.0	94.10700000000001	99.0	0.00038376650265673775	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0210_000000003900	4841	0.76036986084728	4	3	3	3	1	False	102673	fragment	False	ISR0210_000000003900	1.0		0	0	False	False	0.9993802905082703	0					non-mobilizable	no_good_hit	1110.0	81.171	85.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0169_000000002111	9555	0.7603507026057195	10	8	8	7	6	False	38883	maximal	True	FIJ0169_000000002111	1.0		1	1	False	False	0.9998953342437744	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00019584537669845215	NZ_VBSP01000002.1	firmicutes	Facklamia tabacinasalis strain FAM 24227 scaffold_0002, whole genome shotgun sequence	True	False
USA0081_01_000000007055	4436	0.7603494953390358	7	4	2	3	3	False	65422	maximal	True	USA0081_01_000000007055	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	73.298	4.0	0.0005492908625900953	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
FIJ0136_000000001747	13523	0.7603404834341947	19	6	4	6	4	False	63987	maximal	True	FIJ0136_000000001747	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	77.218	8.0	0.02338425124372658	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
FIJ0029_000000004030	8550	0.7603402958989286	10	5	2	5	5	True	98550	fragment	False	FIJ0029_000000004030	1.0		0	0	False	False	0.9992982745170593	0					non-mobilizable	no_good_hit	680.0	77.206	8.0	0.00017685670015310962	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0063_000000007391	2438	0.7603383786337206	2	2	2	2	1	False	111860	maximal	True	SPA0063_000000007391	1.0		0	0	False	False	0.9840033054351807	0					non-mobilizable	no_good_hit	1757.0	99.089	72.0	0.0028020143866524547	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0064_000000010322	2060	0.7603383786337206	2	2	2	2	1	False	111859	fragment	False	SPA0064_000000010322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	99.089	85.0	0.0028020143866524547	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
CHI0059_000000015056	1248	0.7603270235652952	2	2	2	2	2	False	85787	fragment	False	CHI0059_000000015056	1.0		0	0	False	False	0.9871794581413269	0					non-mobilizable	other	1244.0	98.633	99.0	0.004817568038943623	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
CHI0157_000000006845	1620	0.7603232809375148	3	2	2	1	2	False	83379	maximal	True	CHI0157_000000006845	1.0		2	1	False	False	0.999382734298706	0					non-mobilizable	no_good_hit								True	False
ISR0139_000000017559	1547	0.7603232809375148	3	2	2	1	2	False	83378	maximal	True	ISR0139_000000017559	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.03851444291609354	NZ_JH604919.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld324, whole genome shotgun sequence	True	False
ENG0024_000000004272	6165	0.7603117932446003	7	6	4	4	4	True	122268	maximal	True	ENG0024_000000004272	1.0		28	6	False	False	0.9978913068771362	0					non-mobilizable	no_good_hit	2063.0	99.41799999999999	33.0	0.0005525815365947257	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
AUS0022_000000005376	6589	0.7603113100168882	7	3	3	3	2	False	99417	maximal	True	AUS0022_000000005376	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.0036568491796797786	NZ_BANT01000066.1	high GC Gram+	Gordonia hirsuta DSM 44140 = NBRC 16056, whole genome shotgun sequence	True	False
ISR0385_000000021457	1132	0.7603096969131058	3	1	1	1	1	False	23015	maximal	True	ISR0385_000000021457	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	100.0	8.0	1.7164496954499314e-05	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0188_000000009326	2299	0.7603066457198346	5	4	4	3	2	False	105002	fragment	False	ISR0188_000000009326	0.9971014492753623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	99.94200000000001	74.0	0.009259910702205386	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	True	False
AST0148_000000016717	2070	0.7603066457198346	5	4	4	3	2	False	105002	fragment	False	ISR0188_000000009326	0.9475859069160505		0	0	False	False	0.9975845217704773	0					non-mobilizable	no_good_hit	1483.0	99.865	72.0	0.008020565552699229	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	True	False
FIJ0165_000000009746	1632	0.7603064876184247	3	3	3	2	2	False	47283	fragment	False	FIJ0165_000000009746	0.948899705455		0	0	False	False	1.0	0					non-mobilizable	chromosome	1638.0	98.71799999999999	100.0	0.0005776518259196644	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0085_000000007191	1432	0.7603049874615279	2	2	2	2	2	False	111101	maximal	True	AST0085_000000007191	1.0		4	2	False	False	0.9881284832954407	0					non-mobilizable	chromosome	1432.0	100.0	100.0	0.0004649574471334285	CP038153.1	firmicutes	Lactobacillus paracasei strain TCS chromosome, complete genome	False	False
ISR0774_000000012782	1947	0.7603005624931319	2	1	1	1	1	False	22473	maximal	True	ISR0774_000000012782	1.0		0	0	False	False	0.9974319338798523	0					non-mobilizable	no_good_hit	737.0	95.115	44.0	0.00020581016640702708	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ETH0005_000000005525	8675	0.7602936976255291	10	8	7	7	7	True	52810	maximal	True	ETH0005_000000005525	1.0		1	1	False	False	0.9990777969360352	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	0.0022273132238767976	NZ_JWIF01000055.1	a-proteobacteria	Halocynthiibacter namhaensis strain RA2-3 ctg7180000007332, whole genome shotgun sequence	True	True
ISR0032_000000022572	1486	0.7602872508814594	2	2	2	2	2	False	117699	fragment	False	ISR0032_000000022572	1.0		0	0	False	False	0.9710632562637329	0					non-mobilizable	other	1467.0	98.228	99.0	0.0004161575880346461	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0290_000000004399	2783	0.7602838808569901	2	2	2	2	2	False	90983	maximal	False	CHI0003_000000003515	0.919230234623979		0	0	False	False	1.0	0					non-mobilizable	chromosome	2783.0	99.641	100.0	0.000494534874130031	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0097_000000023937	1298	0.7602811622320224	2	2	2	2	1	False	70317	fragment	False	MON0107_000000041547	0.3811463046757164		0	0	False	False	1.0	0					non-mobilizable	chromosome	1324.0	73.64	100.0	0.0004355528239070704	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0092_000000003538	7350	0.7602724500813041	8	7	6	5	5	False	49007	fragment	False	FIJ0057_000000003416	0.9688242280975486		0	0	False	False	1.0	0					non-mobilizable	other	4235.0	95.561	100.0	0.0015447390470863548	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
MAD0054_000000006762	2293	0.760268645450782	3	2	2	2	1	True	17159	fragment	False	MAD0054_000000006762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	89.01100000000001	28.0	0.00799276929075249	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0094_000000024337	1584	0.7602634499852557	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.5269954539044507		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	99.279	96.0	0.01895215947670153	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0810_000000011129	1572	0.7602634499852557	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.5583019079534838		0	0	False	False	0.9809160232543945	0					non-mobilizable	other	1318.0	99.09	100.0	0.016377948839118053	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0098_000000017446	1433	0.7602634499852557	3	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.4347581556630404		0	0	False	False	0.997906506061554	0					non-mobilizable	other	1431.0	99.51100000000001	99.0	0.017783194259634635	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0819_000000020022	1337	0.7602634499852557	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.413183501606667		0	0	False	False	0.9925205707550049	0					non-mobilizable	other	1337.0	99.70100000000001	100.0	0.016614229042567746	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0279_000000021082	1103	0.7602634499852557	1	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.12036013650673098		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	99.728	100.0	0.013704251800082076	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0199_000000013592	2227	0.7602631143160199	4	3	1	1	3	True	54447	fragment	False	ISR0199_000000013592	1.0		0	0	False	False	0.9986528754234314	0					non-mobilizable	other	2227.0	99.37100000000001	100.0	0.001108572125131265	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
TAN0009_000000029465	1461	0.760257410642646	2	2	2	2	1	False	2668	maximal	True	TAN0009_000000029465	1.0		0	0	False	False	0.9808350205421448	0					non-mobilizable	no_good_hit	1045.0	96.36399999999999	72.0	0.00023620700421643078	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0010_01_000000008499	3205	0.7602541385029681	5	3	1	3	3	True	85123	fragment	False	USA0010_01_000000008499	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3220.0	92.70200000000001	100.0	0.00418366320662176	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0044_000000010306	2573	0.7602487672340852	4	2	2	2	1	False	117018	fragment	False	ISR0246_000000007287	0.7018639239679308		0	0	False	False	0.9918383359909058	0					non-mobilizable	no_good_hit								True	False
ENG0087_000000000498	33173	0.7602475324865121	31	13	8	12	4	True	117623	backbone	True	ENG0087_000000000498	1.0	PS193|PS740|PS741|PS742|PS743|PS793	4	4	True	True	1.0	70					non-mobilizable	no_good_hit	5164.0	92.912	29.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0094_000000012954	1363	0.7602397145486071	2	1	1	1	1	False	91848	fragment	False	ISR0143_000000015255	0.26151312078341116		0	0	False	False	0.988994836807251	0					non-mobilizable	other	1365.0	99.34100000000001	100.0	0.010967539620638915	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0186_000000025077	1303	0.7602371247312882	2	1	1	1	1	False	29312	fragment	False	ISR0792_000000011496	0.9706744868035191		0	0	False	False	0.9992325305938721	0					non-mobilizable	chromosome	1303.0	99.92299999999999	100.0	0.00026290692267043163	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0215_000000026869	1138	0.7602371247312882	1	1	1	1	1	False	28148	fragment	False	ISR0215_000000026869	1.0		0	0	False	False	0.9991212487220764	0					non-mobilizable	other	1138.0	99.209	100.0	0.00021949976447694576	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
MAD0002_000000027531	1566	0.7602269788540821	3	2	2	2	1	True	20153	fragment	False	MAD0002_000000027531	1.0		0	0	False	False	0.9948914647102356	0					non-mobilizable	no_good_hit	987.0	87.538	89.0	0.0378898729303042	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
SPA0114_000000022617	2066	0.7602207853952703	2	2	2	2	2	False	32683	fragment	False	ISR0167_000000014037	0.984390009606148		0	0	False	False	1.0	0					non-mobilizable	other	2066.0	99.12899999999999	100.0	0.008154835244684548	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0057_000000010690	2956	0.7602195815095679	6	2	2	1	1	False	46153	maximal	True	FIJ0057_000000010690	1.0		1	1	False	False	0.9996616840362549	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.018790100824931256	NZ_CAACVB010000527.1	high GC Gram+	Actinomadura roseirufa isolate LMG 30035, whole genome shotgun sequence	True	False
FIJ0007_000000010142	1759	0.7602195815095679	2	2	2	1	1	False	51568	maximal	True	FIJ0007_000000010142	1.0		0	0	False	False	0.9994314908981323	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00014266598449368334	NZ_UGQE01000002.1	g-proteobacteria	Moraxella caviae strain NCTC10293, whole genome shotgun sequence	True	False
FIJ0160_000000011461	1645	0.7602195815095679	3	2	2	1	1	False	39328	fragment	False	FIJ0160_000000011461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00014266598449368334	NZ_UGQE01000002.1	g-proteobacteria	Moraxella caviae strain NCTC10293, whole genome shotgun sequence	True	False
FIJ0168_000000015038	1527	0.7602195815095679	3	2	2	1	1	False	38904	fragment	False	FIJ0168_000000015038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	2.363906923528793e-05	NZ_UHIA01000004.1	g-proteobacteria	Suttonella indologenes strain NCTC10717, whole genome shotgun sequence	True	False
ISR0100_000000014022	1213	0.7602195815095679	3	2	2	1	1	False	33157	fragment	False	ISR0100_000000014022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	2.363906923528793e-05	NZ_UHIA01000004.1	g-proteobacteria	Suttonella indologenes strain NCTC10717, whole genome shotgun sequence	True	False
ISR0822_000000000946	5501	0.7602172726697718	7	6	2	5	5	False	84024	fragment	False	ISR0822_000000000946	0.9793660368659532		0	0	False	False	1.0	0					non-mobilizable	other	5501.0	99.491	100.0	0.20553832355469187	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
ISR0098_000000011902	1469	0.7602149718734035	2	1	1	1	1	False	108142	fragment	False	ISR0098_000000011902	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1405.0	98.719	96.0	0.004859953840897523	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
CHI0141_000000007128	3867	0.7602138765909889	4	3	2	2	2	False	106566	fragment	False	CHI0141_000000007128	1.0		0	0	False	False	0.9948280453681946	0					non-mobilizable	other	2372.0	99.41	100.0	0.000714057260706492	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0776_000000019400	1212	0.7602088764144583	2	2	2	2	2	False	22403	fragment	False	ISR0776_000000019400	0.9635678391959799		0	0	False	False	0.9892739057540894	0					non-mobilizable	other	1212.0	96.04	100.0	0.003566390524179892	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
DEN0053_000000002521	3388	0.760205865543189	5	3	3	3	3	False	111428	maximal	True	DEN0053_000000002521	1.0		50	9	False	False	0.9940968155860901	0					non-mobilizable	no_good_hit	1789.0	99.05	53.0	0.0024752166680287054	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ENG0067_000000014965	1819	0.7602016275343519	3	2	2	2	2	False	109509	fragment	False	ISR0250_000000006525	0.9632255962769052		0	0	False	False	0.9972512125968933	0					non-mobilizable	other	1819.0	98.571	100.0	0.0005124652880212861	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0015_000000006019	3060	0.7602005007114745	4	1	1	1	1	False	19437	maximal	True	MAD0015_000000006019	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000008953	3808	0.7601987423419102	5	5	5	5	4	False	53234	maximal	True	ETH0003_000000008953	1.0		1	1	False	False	0.9997373819351196	0					non-mobilizable	no_good_hit	790.0	84.93700000000001	21.0	0.00025200071597662125	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0042_000000000232	44610	0.7601963587968291	68	24	11	20	15	True	99748	fragment	False	MAD0042_000000000232	1.0		0	0	False	False	0.9984308481216431	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	6.529935619188085e-06	CP043652.1	high GC Gram+	Geodermatophilaceae bacterium NBWT11 chromosome, complete genome	True	True
SPA0069_000000018718	1159	0.7601904897951958	2	2	2	2	2	False	66950	fragment	False	ENG0207_000000013569	0.5218675164759382		0	0	False	False	1.0	0					non-mobilizable	chromosome	1159.0	92.40700000000001	100.0	0.0004768929313595402	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0105_000000008514	5990	0.760187149522951	7	6	5	6	5	False	24904	maximal	True	MON0105_000000008514	1.0		1	1	False	False	0.9996660947799683	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000010047	3399	0.7601864101938646	4	4	4	4	3	False	119483	fragment	False	ISR0231_000000004927	0.9670705087411466		0	0	False	False	0.999117374420166	0					non-mobilizable	other	3399.0	99.706	100.0	0.009659528621825758	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0833_000000003530	2076	0.7601859281079251	4	3	2	3	2	False	118616	fragment	False	ISR0833_000000003530	0.9391227089112977		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	91.81200000000001	98.0	0.0002663642088758081	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
DEN0096_000000013109	3306	0.7601855028432859	4	4	4	3	3	False	68218	fragment	False	DEN0096_000000013109	1.0		0	0	False	False	0.9987900853157043	0					non-mobilizable	no_good_hit	653.0	82.695	38.0	0.08739563695125235	NZ_JH604978.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld563, whole genome shotgun sequence	True	False
FIJ0005_000000006948	4182	0.7601846258605224	6	4	3	4	3	True	51918	maximal	True	FIJ0005_000000006948	1.0		0	0	False	False	0.996891438961029	0					non-mobilizable	no_good_hit	688.0	89.39	16.0	0.23447098976109215	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	True
SPA0106_000000030746	1233	0.7601841807222555	2	2	2	2	1	True	72691	maximal	True	SPA0106_000000030746	0.9918454935622317		8	3	False	False	0.9959448575973511	0					non-mobilizable	other	1252.0	73.482	99.0	0.008717090159012722	NZ_RCXZ01000014.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0014, whole genome shotgun sequence	False	True
FIJ0142_000000001784	13969	0.7601802120213281	11	9	4	8	4	True	50057	fragment	False	FIJ0142_000000001784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0007_000000009097	5429	0.7601774028528322	5	3	3	3	2	False	82757	fragment	False	MON0007_000000009097	0.9478913900345084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	74.315	27.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
DEN0083_000000015722	1874	0.7601697283872756	3	2	2	2	2	False	102727	fragment	False	DEN0061_000000022311	0.9676452481054977		0	0	False	False	1.0	0					non-mobilizable	other	1870.0	95.508	99.0	0.0004579923215184554	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0222_000000021967	2293	0.7601637692155558	3	3	3	3	3	False	27884	maximal	True	ISR0222_000000021967	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	94.149	8.0	4.58482677323079e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0036_01_000000005057	7791	0.7601611344007417	8	4	3	4	0	True	103119	fragment	False	ISR0362_000000002645	0.7185051686431374		0	0	False	False	0.9998716711997986	0					non-mobilizable	no_good_hit	163.0	85.27600000000001	2.0	0.0047900222931855155	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0170_000000005549	7756	0.7601611344007417	8	4	3	4	0	True	103119	fragment	False	ISR0362_000000002645	0.7077595073924645		0	0	False	False	0.9996132254600525	0					non-mobilizable	no_good_hit	126.0	84.921	2.0	0.00027848870394579366	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
CHI0048_000000001975	7611	0.7601611344007417	9	4	3	4	0	True	132438	fragment	False	CHI0048_000000001975	0.9619301810496856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0327_000000002687	7399	0.7601611344007417	9	4	3	4	0	True	132438	fragment	False	CHI0048_000000001975	0.9606145406044583		0	0	False	False	0.9998648762702942	0					non-mobilizable	no_good_hit	152.0	99.34200000000001	2.0	0.0012225037849041022	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0077_000000003949	6911	0.7601611344007417	10	4	3	4	0	True	132438	fragment	False	CHI0048_000000001975	0.9321520374144208		0	0	False	False	0.9985530376434326	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0004159915925909708	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	True
USA0015_01_000000010024	3282	0.7601513129382402	4	2	2	2	2	False	99278	fragment	False	USA0015_01_000000010024	0.9772657118549629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	93.675	10.0	0.0013580545765618653	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0092_000000007533	3212	0.7601513129382402	4	2	2	2	2	False	99278	fragment	False	USA0015_01_000000010024	0.9717523999958699		0	0	False	False	0.9984433650970459	0					non-mobilizable	no_good_hit	325.0	93.846	10.0	0.001329334389142128	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0206_000000019062	1341	0.760150356189801	2	2	2	2	2	False	53937	fragment	False	ENG0206_000000019062	1.0		0	0	False	False	0.9686800837516785	0					non-mobilizable	other	1341.0	99.62700000000001	100.0	0.32794909446891823	KX125233.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_TR_112 genomic sequence	False	False
MAD0012_000000028343	1105	0.7601489456525331	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.4629773274852003		0	0	False	False	0.9990950226783752	0					non-mobilizable	other	1105.0	98.462	100.0	0.013288876584373534	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
ENG0144_000000009617	1813	0.7601479300469337	4	4	2	2	4	True	111684	fragment	False	FIJ0053_000000008919	0.5818214697329344		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	99.117	100.0	0.001555434233974392	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0077_000000016565	1260	0.7601394390324552	2	2	2	2	1	False	61969	maximal	True	ENG0077_000000016565	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	81.699	12.0	0.0005603665977268286	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0818_000000011451	1615	0.7601377928278723	3	3	3	2	1	False	103245	fragment	False	ENG0086_000000013755	0.6220283111835093		0	0	False	False	0.9969040155410767	0					non-mobilizable	other	1623.0	84.535	100.0	0.0004196542840499964	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	False
ENG0016_000000002706	8212	0.7601350754218607	6	4	2	3	1	True	66830	fragment	False	ENG0016_000000002706	1.0		0	0	False	False	0.9998782277107239	0					non-mobilizable	plasmid	8216.0	93.975	99.0	0.1622744539411206	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ENG0129_000000005058	5162	0.7601193816238591	7	3	2	2	2	False	58646	maximal	True	ENG0129_000000005058	1.0		3	3	False	False	0.99980628490448	0					non-mobilizable	no_good_hit								True	False
ENG0128_000000009328	2866	0.7601193816238591	3	3	2	2	2	False	58645	fragment	False	ENG0128_000000009328	0.9783985102420857		0	0	False	False	0.9993021488189697	0					non-mobilizable	no_good_hit								True	False
SPA0037_000000009212	2685	0.7601193816238591	3	3	2	2	2	False	58645	fragment	False	ENG0128_000000009328	0.948185624563852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0052_000000018107	1377	0.760112997633822	1	1	1	1	1	False	114435	fragment	False	ISR0176_000000023648	0.6320338996007182		0	0	False	False	0.9680464863777161	0					non-mobilizable	other	1377.0	99.564	100.0	0.013833594723931315	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
SPA0133_000000006063	3747	0.7601020502630028	5	5	5	4	3	False	125357	fragment	False	ISR0114_000000007140	0.9711487559555321		0	0	False	False	0.9973312020301819	0					non-mobilizable	other	3748.0	99.146	100.0	0.014769532113859665	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0062_000000008362	3000	0.7601007253285053	5	5	4	4	4	False	127054	fragment	False	ENG0049_000000005054	0.3358337983804227		0	0	False	False	1.0	0					non-mobilizable	other	2191.0	98.72200000000001	99.0	0.0006538212368432303	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0363_000000009594	1958	0.7600984364846515	3	1	1	1	1	False	23705	maximal	True	ISR0363_000000009594	1.0		3	2	False	False	0.9989785552024841	0					non-mobilizable	other	1960.0	97.296	100.0	0.004448720310591639	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	False
ENG0130_000000003202	8433	0.7600968214734907	9	8	7	8	7	False	58477	maximal	True	ENG0130_000000003202	1.0		5	4	False	False	0.9949010014533997	0					non-mobilizable	no_good_hit	1478.0	70.365	23.0	0.005325287880980744	NZ_CABFVD010000004.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	False
SPA0109_000000005501	4757	0.7600962166756715	12	5	3	4	4	True	110425	fragment	False	SPA0109_000000005501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2156.0	98.56200000000001	72.0	0.012406833550289723	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0219_000000017313	1916	0.7600939518647415	3	2	2	1	1	False	80997	fragment	False	ISR0219_000000017313	0.957631874298541		0	0	False	False	0.9973903894424438	0					non-mobilizable	other	1823.0	90.071	96.0	0.0003178518035602544	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
USA0019_01_000000015079	2003	0.7600908770810089	5	5	2	3	5	False	106033	fragment	False	CHI0185_000000009425	0.9360841205578048		0	0	False	False	1.0	0					non-mobilizable	other	2004.0	96.35700000000001	100.0	0.0008046313325530848	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	False	False
AST0140_000000007489	3715	0.7600891690942783	5	4	2	4	2	False	105618	maximal	True	AST0140_000000007489	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	98.00200000000001	43.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ENG0028_000000009266	1901	0.7600781741757449	2	2	2	2	1	False	65872	maximal	True	ENG0028_000000009266	1.0		22	7	False	False	0.9658074975013733	0					non-mobilizable	no_good_hit	443.0	71.332	23.0	0.0008228195282501371	NZ_RZUH01000002.1	high GC Gram+	Bifidobacterium myosotis strain RST17 NODE_2_length_528670_cov_211.098151, whole genome shotgun sequence	True	False
FIJ0157_000000015293	1259	0.7600752174239976	1	1	1	1	1	False	106326	fragment	False	FIJ0157_000000015293	1.0		0	0	False	False	0.9912629127502441	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	5.3402378833238936e-05	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ENG0139_000000004538	3999	0.760075024678063	4	2	2	2	2	False	64049	maximal	True	ENG0139_000000004538	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0146_000000014630	2717	0.7600730096283658	5	4	2	3	1	True	31018	fragment	False	ISR0146_000000014630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	1.0	1.0255296400417259e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ENG0206_000000018384	1390	0.7600653115829512	2	2	2	2	2	False	53939	maximal	True	ENG0206_000000018384	1.0		23	8	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	70.425	38.0	0.0006565486726753804	NZ_FUHT01000002.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
CHI0111_000000027322	1106	0.7600646788509191	2	2	2	2	1	False	119632	fragment	False	ENG0065_000000020600	0.23721340388007056		0	0	False	False	0.9990958571434021	0					non-mobilizable	other	1105.0	97.104	99.0	0.0035538959262180303	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0073_000000004623	4088	0.7600560586818458	4	4	4	3	3	False	50122	fragment	False	FIJ0073_000000004623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	74.561	45.0	0.004508686315243704	AP012299.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC1 DNA, complete genome	True	False
SPA0115_000000011004	2422	0.7600493460344835	5	2	1	1	2	True	28613	fragment	False	SPA0115_000000011004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	79.817	4.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0342_000000002796	6433	0.7600455274136846	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9909293916119588	PS336|PS768	0	0	False	True	0.9996891021728516	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0396_000000003123	6392	0.7600455274136846	8	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9914900093670748	PS336|PS768	0	0	True	True	0.9998435378074646	33					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0343_000000002004	6392	0.7600455274136846	8	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9916336694720419	PS336|PS768	0	0	True	True	0.9989048838615417	26					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
FIJ0150_000000003460	6373	0.7600455274136846	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9854279088811698	PS336|PS768	0	0	True	True	0.9998430609703064	5					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0031_000000003092	6372	0.7600455274136846	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9917323956739872	PS336|PS768	0	0	True	True	0.9998430609703064	14					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
AST0055_000000004694	6372	0.7600455274136846	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9915881652655362	PS336|PS768	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0079_000000004443	6333	0.7600455274136846	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9912905038473064	PS336|PS768	0	0	True	True	0.9995262622833252	6					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
USA0069_01_000000009679	6332	0.7600455274136846	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9914477474400386	PS336|PS768	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0015_000000003294	6332	0.7600455274136846	8	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9914671855492037	PS336|PS768	0	0	True	True	0.9984207153320312	11					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
AUS0006_000000003074	6074	0.7600455274136846	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9125104307942613	PS336|PS768	0	0	False	True	0.9980243444442749	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	1.0	1.2201761353303162e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0203_000000002107	6059	0.7600455274136846	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9062272410270027	PS336|PS768	0	0	False	True	0.9980194568634033	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0356_000000002538	5958	0.7600455274136846	7	2	1	1	1	False	116322	backbone	False	ISR0208_000000003484	0.9044086318160982	PS336|PS768	0	0	False	True	0.9994964599609375	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0812_000000007879	4886	0.7600455274136846	5	2	1	1	1	False	71921	fragment	False	ISR0812_000000007879	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	72.0	93.056	1.0	0.01728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0128_000000013653	2713	0.7600455274136846	5	2	1	1	1	False	3905	fragment	False	SPA0128_000000013653	1.0		0	0	False	False	0.999631404876709	0					non-mobilizable	no_good_hit								True	False
ISR0107_000000015205	1799	0.7600409195027432	2	2	2	2	2	False	54330	maximal	True	ISR0107_000000015205	0.9959770114942529		421	8	False	False	0.9961089491844177	0					non-mobilizable	no_good_hit	1161.0	86.04700000000001	77.0	0.0003296668913749015	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0198_000000013620	1489	0.7600409195027432	2	2	2	2	2	False	54329	fragment	False	ENG0198_000000013620	0.9890335846470185		0	0	False	False	0.9993284344673157	0					non-mobilizable	other	1162.0	86.145	99.0	0.0035654020759246226	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
SPA0026_000000025014	1366	0.7600409195027432	2	2	2	2	2	False	34666	fragment	False	SPA0026_000000025014	0.9764244011184164		0	0	False	False	0.9992679357528687	0					non-mobilizable	other	1164.0	86.16799999999999	95.0	0.0035715493208831133	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ISR0075_000000020501	1345	0.7600409195027432	2	2	2	2	2	False	34666	fragment	False	SPA0026_000000025014	0.9719921700604297		0	0	False	False	0.9977695345878601	0					non-mobilizable	chromosome	1163.0	86.071	97.0	0.00033023577298210585	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0179_000000003832	7631	0.7600348679418106	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.765439966320403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2477.0	98.506	32.0	0.40084183260482437	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0083_000000001654	5034	0.7600276264168857	6	6	5	5	5	False	88597	maximal	True	MAD0083_000000001654	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2448.0	96.569	71.0	0.016468497098151166	CP025848.1	enterobacteria	Escherichia coli strain 602354 plasmid p602354_148, complete sequence	True	False
USA0026_01_000000019786	1635	0.7600259133095862	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8389109255960548		0	0	False	False	0.9938837885856628	0					non-mobilizable	other	1636.0	94.071	100.0	0.007361083377203333	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0122_000000004148	6391	0.7600253997604941	4	4	4	4	4	False	112812	maximal	True	ENG0122_000000004148	1.0	PS721	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	74.464	35.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0011_000000000953	10867	0.7600155006465782	15	6	5	5	2	True	51464	fragment	False	MAD0005_000000001298	0.5812269857128296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	88.17200000000001	2.0	0.010230802021801351	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
MAD0009_000000000655	10824	0.7600155006465782	14	6	5	5	2	True	51464	fragment	False	MAD0005_000000001298	0.5786437290248331		0	0	False	False	0.9978750944137573	0					non-mobilizable	no_good_hit	120.0	96.667	1.0	0.0023411831828287002	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0155_000000000397	17632	0.7600135882938058	21	11	4	10	3	True	90497	fragment	False	CHI0120_000000000475	0.9604341619687002		0	0	False	False	0.9991492629051208	0					non-mobilizable	plasmid	9716.0	94.319	100.0	0.15632406287787182	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
SPA0016_000000001612	16389	0.7600135882938058	18	11	4	10	3	True	90497	fragment	False	CHI0120_000000000475	0.4710737392269267		0	0	False	False	0.9990847706794739	0					non-mobilizable	other	16372.0	98.803	99.0	0.2632552305292443	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
MON0047_000000019533	2021	0.7600077452479556	3	3	2	3	3	False	11459	maximal	True	MON0047_000000019533	1.0		27	8	False	False	0.982187032699585	0					non-mobilizable	no_good_hit	130.0	89.23100000000001	6.0	3.790935813237178e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0021_01_000000006608	2785	0.7600057607186899	3	3	2	3	1	False	1753	maximal	True	USA0021_01_000000006608	1.0		3	2	False	False	0.9960502982139587	0					non-mobilizable	no_good_hit	2022.0	90.603	73.0	0.0167251771875207	NZ_NFHM01000006.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_6, whole genome shotgun sequence	True	False
FIJ0148_000000014210	1427	0.7599924893271666	3	2	1	1	2	False	80638	maximal	True	FIJ0148_000000014210	1.0		112	9	False	False	0.9936930537223816	0					non-mobilizable	chromosome	1427.0	99.229	100.0	0.0006504302372519551	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
CHI0098_000000005814	1567	0.7599916981632855	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.4540276195182912		0	0	False	False	0.9993618130683899	0					non-mobilizable	chromosome	1576.0	94.54299999999999	100.0	0.00044081209062200963	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0096_000000002414	10358	0.7599860867096093	15	9	5	8	6	True	126172	backbone	False	MON0102_000000003826	0.9346402507148523	PS941	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	1603.0	73.55	15.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0021_000000034487	1104	0.759985081931017	3	2	1	2	1	False	74668	fragment	False	DEN0021_000000034487	1.0		0	0	False	False	0.97826087474823	0					non-mobilizable	no_good_hit	431.0	73.086	38.0	0.0244574780058651	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0040_000000003122	9399	0.7599814617194262	17	4	3	4	2	False	79653	backbone	False	SPA0018_000000002555	0.9921926520328505	PS392	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	109.0	96.33	1.0	0.0002312376352097839	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
SPA0018_000000002555	9399	0.7599814617194262	17	4	3	4	2	False	79653	backbone	True	SPA0018_000000002555	0.9924885106356275	PS392	6	3	True	True	1.0	63					non-mobilizable	no_good_hit	109.0	96.33	1.0	0.0002312376352097839	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
SPA0101_000000004358	9344	0.7599814617194262	16	4	3	4	2	False	79653	backbone	False	SPA0018_000000002555	0.990771927898032	PS392	0	0	False	True	0.9997859597206116	0					non-mobilizable	no_good_hit	74.0	94.595	1.0	0.00015629951268809469	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
MON0034_000000022259	1320	0.7599605793280857	2	2	2	1	1	False	12226	fragment	False	MON0034_000000022259	1.0		0	0	False	False	0.9984848499298096	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	9.363267599167575e-05	NZ_LACF01000011.1	g-proteobacteria	Pseudomonas marginalis strain H21 FCC4LTTACXX-wHAIPI007915-133_L5_1_(paired)_contig_11, whole genome shotgun sequence	True	False
ISR0293_000000006690	5441	0.7599568984420995	6	3	1	1	1	False	92886	fragment	False	ISR0293_000000006690	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	3564.0	96.26799999999999	97.0	0.5133381398702235	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	False	True
CHI0063_000000008076	1683	0.7599565402885706	3	3	2	3	1	False	90547	fragment	False	MON0046_000000019056	0.668452698628614		0	0	False	False	0.998811662197113	0					non-mobilizable	other	900.0	95.667	100.0	0.013733577757409104	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0223_000000020607	1532	0.7599565402885706	3	3	2	3	1	False	90547	fragment	False	MON0046_000000019056	0.5951185799906906		0	0	False	False	1.0	0					non-mobilizable	other	1457.0	96.568	95.0	0.02224259089520318	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0057_000000010417	1515	0.7599565402885706	4	3	2	3	1	False	90547	fragment	False	MON0046_000000019056	0.6319430708043361		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	97.384	100.0	0.022761992056217536	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0089_000000024937	1514	0.7599565402885706	3	3	2	3	1	False	90547	fragment	False	MON0046_000000019056	0.5986466841447781		0	0	False	False	0.998678982257843	0					non-mobilizable	other	1458.0	97.119	96.0	0.022257867399938895	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0040_000000009561	1511	0.7599565402885706	3	3	2	3	1	False	90547	fragment	False	MON0046_000000019056	0.6334438799334203		0	0	False	False	0.9980145692825317	0					non-mobilizable	other	1499.0	97.665	100.0	0.02288420409410327	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0155_000000014714	1486	0.7599565402885706	4	3	2	3	1	False	90547	fragment	False	MON0046_000000019056	0.6031726002011676		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	97.649	100.0	0.022731439046746106	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0002_000000029948	1468	0.7599565402885706	4	3	2	3	1	False	90547	fragment	False	MON0046_000000019056	0.5973873128048451		0	0	False	False	0.9993187785148621	0					non-mobilizable	other	1471.0	97.213	100.0	0.022456461961503207	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0102_000000016314	1950	0.7599525968060525	2	2	2	2	2	False	52028	fragment	False	FIJ0102_000000016314	0.9899172699069286		0	0	False	False	0.9994871616363525	0					non-mobilizable	no_good_hit	418.0	80.622	21.0	0.0021295697016514605	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
SPA0030_000000015852	1919	0.7599450870921337	3	3	0	2	2	False	27871	maximal	True	SPA0030_000000015852	0.9997330485851574		0	0	False	False	0.9807191491127014	0		MOBP			mobilizable	plasmid	1877.0	94.459	98.0	0.19198767334360556	CP016691.1	firmicutes	Lactococcus lactis subsp. lactis strain 184 plasmid p184A, complete sequence	False	True
ISR0222_000000025748	1873	0.7599450870921337	3	3	0	2	2	False	27871	maximal	False	SPA0030_000000015852	0.9877540385617509		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1874.0	94.50399999999999	100.0	0.19167950693374422	CP016691.1	firmicutes	Lactococcus lactis subsp. lactis strain 184 plasmid p184A, complete sequence	False	True
SPA0120_000000033241	1182	0.7599337941531982	2	1	1	1	1	False	4153	fragment	False	SPA0120_000000033241	1.0		0	0	False	False	0.9974619150161743	0					non-mobilizable	other	1182.0	99.40799999999999	100.0	0.005534208059981256	NZ_CYYA01000004.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MAD0058_000000000886	11843	0.759926235881626	15	5	2	3	3	False	16975	maximal	True	MAD0058_000000000886	1.0		1	1	False	False	0.9998311400413513	0					non-mobilizable	no_good_hit	573.0	100.0	5.0	0.0002090884765930568	CP055231.1	firmicutes	Enterococcus hirae strain 13144 chromosome, complete genome	True	False
SPA0001_000000016514	2050	0.759922817874241	3	2	1	2	2	True	113499	fragment	False	FIJ0108_000000009955	0.9431779124073955		0	0	False	True	1.0	0					non-mobilizable	other	2045.0	90.22	100.0	0.000612699530042901	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0179_000000017649	1883	0.7599192467717488	2	2	2	2	1	False	113088	maximal	True	ENG0179_000000017649	1.0		0	0	False	False	0.9984068274497986	0					non-mobilizable	no_good_hit	1643.0	98.41799999999999	87.0	0.0018281047163320337	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
FIJ0086_000000007735	3949	0.7599054606320246	6	3	1	3	3	True	52712	fragment	False	FIJ0086_000000007735	1.0		0	0	False	False	0.9997467994689941	0					non-mobilizable	no_good_hit								True	True
CHI0059_000000009568	1859	0.7599019697567084	2	2	2	2	1	False	85804	fragment	False	MAD0057_000000009168	0.8056078613920956		0	0	False	False	0.9913932085037231	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.3389491168488334e-06	CP048817.1	a-proteobacteria	Sphingomonas alpina strain So64.6b chromosome, complete genome	True	False
ENG0103_000000014657	1153	0.7598993785384771	1	1	1	1	1	False	60278	maximal	True	ENG0103_000000014657	1.0		70	9	False	False	1.0	0					non-mobilizable	chromosome	638.0	98.74600000000001	98.0	0.00017947752037013505	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MON0051_000000033696	1112	0.7598980512217812	2	2	2	2	2	False	11240	maximal	True	MON0051_000000033696	1.0		247	14	False	False	0.9991007447242737	0					non-mobilizable	other	1129.0	73.16199999999999	99.0	0.0052607185348349395	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0055_000000008903	3734	0.7598935085025134	7	5	1	5	3	False	113899	fragment	False	AST0055_000000008903	1.0		0	0	False	False	0.9989287853240967	0					non-mobilizable	no_good_hit	711.0	83.26299999999999	49.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0045_000000013139	2912	0.7598925995974004	6	5	3	4	2	False	94942	fragment	False	MAD0045_000000013139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2150.0	91.395	87.0	0.0006679280666049033	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0108_01_000000001381	10792	0.7598902352647411	7	6	3	6	6	False	117866	fragment	False	ISR0018_000000001720	0.9526755995562004		0	0	False	True	1.0	0					non-mobilizable	other	10720.0	98.79700000000001	99.0	0.0032357467453863666	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MON0033_000000017820	3754	0.7598896115090115	2	2	2	2	1	False	95349	fragment	False	MON0033_000000017820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	95.921	19.0	0.0003484496688991984	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0022_000000017012	1536	0.7598873477845313	2	1	1	1	1	False	125500	fragment	False	CHI0133_000000005744	0.13885332982298063		0	0	False	False	0.986328125	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0008661395322846526	FP312980.1	bacteria	uncultured bacterial clone mtbn96 complete sequence	True	False
ISR0051_000000007762	5319	0.7598870160955907	8	4	4	4	4	False	113596	fragment	False	ISR0120_000000005488	0.9687178527425324		0	0	False	False	0.9984959363937378	0					non-mobilizable	no_good_hit	3324.0	91.486	88.0	0.0009199678361108227	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0176_000000019446	1763	0.7598836329153921	2	2	2	2	2	False	101100	fragment	False	USA0058_01_000000009404	0.5545102386220059		0	0	False	False	0.9965966939926147	0					non-mobilizable	chromosome	1762.0	97.616	100.0	0.0003190952778612784	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
AUS0002_000000011280	3076	0.7598809527318043	5	3	2	3	3	True	119674	fragment	False	ISR0052_000000010391	0.9475190516747155		0	0	False	False	0.9915474653244019	0					non-mobilizable	no_good_hit								True	True
CAN0018_000000007248	4686	0.7598750514731907	9	7	4	3	5	False	94429	backbone	False	CAN0015_000000007549	0.7535497895581643	PS499	0	0	True	True	1.0	2					non-mobilizable	chromosome	4293.0	95.038	100.0	0.0008263687165480142	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
USA0010_01_000000008226	3307	0.7598743877520133	5	3	3	3	3	False	98785	maximal	True	USA0010_01_000000008226	0.9606006599953344		29	9	False	False	0.9924402832984924	0					non-mobilizable	other	2712.0	96.976	100.0	0.11376038955587273	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
ETH0001_000000005520	4376	0.7598719015712887	6	6	6	6	6	False	53576	fragment	False	ETH0001_000000005520	1.0		0	0	False	False	0.9860603213310242	0					non-mobilizable	no_good_hit	3248.0	85.25200000000001	75.0	0.0007857951769093413	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0090_000000010335	3267	0.7598686630412885	4	4	4	4	3	False	63643	fragment	False	SPA0090_000000010335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1956.0	76.483	66.0	0.0006570029765627811	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0023_000000014942	1182	0.7598663487221404	1	1	1	1	1	False	66253	fragment	False	ENG0023_000000014942	1.0		0	0	False	False	0.9830795526504517	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	4.0	0.00040625964866665583	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0054_000000011922	1503	0.7598634650757041	4	3	2	3	2	False	90547	fragment	False	MON0046_000000019056	0.5540352676477034		0	0	False	False	0.9960079789161682	0					non-mobilizable	other	1505.0	97.94	100.0	0.022975863122517568	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0053_000000001015	12630	0.7598555381899	14	13	7	8	13	False	98306	maximal	True	MAD0053_000000001015	1.0		1	1	False	False	0.9999208450317383	0	IncFIC,rep_cluster_2244				non-mobilizable	no_good_hit	4717.0	97.286	80.0	0.0007348832272425021	CP050211.1	enterobacteria	Escherichia coli strain RM-065-CS chromosome	True	True
MON0058_000000022453	2195	0.7598525866272414	2	2	2	2	2	False	12635	fragment	False	MON0058_000000022453	1.0		0	0	False	False	0.9876993298530579	0					non-mobilizable	no_good_hit	523.0	69.98100000000001	24.0	0.012483367606144914	NZ_FNID01000027.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0339_000000001989	6591	0.7598454708570059	7	5	3	3	4	True	132382	maximal	True	ISR0339_000000001989	1.0	PS1159|PS463	3	1	False	True	0.9998483061790466	0		MOBV			mobilizable	no_good_hit	4647.0	98.171	70.0	0.039386284965852746	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
CHI0148_000000001739	6173	0.7598454708570059	6	5	3	3	4	True	132406	maximal	True	CHI0148_000000001739	1.0	PS1159|PS463	0	0	True	True	0.9961121082305908	13		MOBV			mobilizable	no_good_hit	4711.0	98.917	79.0	0.04004116381326597	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ENG0094_000000003015	5600	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7828377788215494	PS1159|PS463	0	0	True	True	1.0	88		MOBV			mobilizable	other	5521.0	99.928	100.0	0.046947158931441836	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0119_000000001661	5481	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7834919577538759	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	5481.0	99.945	100.0	0.046606962127590815	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0105_000000009409	5457	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7856362271919293	PS1159|PS463	0	0	True	True	1.0	10		MOBV			mobilizable	other	5284.0	99.565	100.0	0.5184058113281633	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0143_000000006283	5416	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7453041820994046	PS1159|PS463	0	0	True	True	1.0	26		MOBV			mobilizable	no_good_hit	4745.0	99.852	88.0	0.04033033109653935	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0307_000000001199	5400	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7859131524306491	PS1159|PS463	0	0	True	True	1.0	12		MOBV			mobilizable	other	5246.0	99.92399999999999	100.0	0.5148718955531559	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0143_000000003611	5389	0.7598454708570059	7	5	3	3	4	True	132378	fragment	False	ENG0143_000000003611	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4148.0	99.204	78.0	0.03526139871915903	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ENG0024_000000004972	5380	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7826880719926441	PS1159|PS463	0	0	True	True	0.9998141527175903	11		MOBV			mobilizable	other	5246.0	99.46600000000001	100.0	0.5148718955531559	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MON0040_000000004680	5377	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.845623829846207	PS1159|PS463	0	0	True	True	0.9998140335083008	8		MOBV			mobilizable	other	2750.0	96.4	100.0	0.0009332703225813027	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0039_000000007879	5377	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8466653187587289	PS1159|PS463	0	0	True	True	1.0	75		MOBV			mobilizable	other	2629.0	97.83200000000001	100.0	0.0008921615824894433	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0042_000000004474	5377	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8467846189785683	PS1159|PS463	0	0	True	True	1.0	8		MOBV			mobilizable	other	2629.0	97.83200000000001	100.0	0.0008921615824894433	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0085_000000003184	5377	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8459827791052649	PS1159|PS463	0	0	True	True	0.9988841414451599	3		MOBV			mobilizable	other	2750.0	96.436	100.0	0.0009332703225813027	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0017_000000003497	5377	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8425776449461067	PS1159|PS463	0	0	True	True	1.0	34		MOBV			mobilizable	other	2821.0	96.13600000000001	99.0	0.0009573919799905756	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0108_000000004540	5357	0.7598454708570059	8	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8495789974060457	PS1159|PS463	0	0	True	True	1.0	408		MOBV			mobilizable	other	2607.0	99.463	100.0	0.0008853667494164088	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0150_000000001705	5357	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7833420466822205	PS1159|PS463	0	0	False	True	0.9998133182525635	0		MOBV			mobilizable	other	5357.0	100.0	100.0	0.045552352035652624	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0182_000000004630	5356	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7833338288383042	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5356.0	100.0	100.0	0.04554384711555635	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0134_000000002309	5356	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7833338288383042	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5356.0	100.0	100.0	0.04554384711555635	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0120_000000002245	5356	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7831674383735004	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5356.0	99.98100000000001	100.0	0.04554384711555635	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0137_000000002249	5356	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7833338288383042	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5356.0	100.0	100.0	0.04554384711555635	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0791_000000002964	5336	0.7598454708570059	8	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.841367458385009	PS1159|PS463	0	0	True	True	1.0	43		MOBV			mobilizable	other	2749.0	96.435	100.0	0.0009332703225813027	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0151_000000004562	5281	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7761119880716983	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5281.0	100.0	100.0	0.04490597810833567	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0113_000000002716	5238	0.7598454708570059	8	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7382515483101482	PS1159|PS463	0	0	True	True	1.0	41		MOBV			mobilizable	plasmid	3449.0	99.71	91.0	0.476177323574092	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
MON0060_000000006085	5238	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7367295476972516	PS1159|PS463	0	0	True	True	1.0	51		MOBV			mobilizable	plasmid	3448.0	99.73899999999999	93.0	0.4759011186300235	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
MON0100_000000007160	5231	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.782288795494426	PS1159|PS463	0	0	True	True	0.9998088479042053	1		MOBV			mobilizable	other	5057.0	99.921	100.0	0.49631883773436736	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0036_000000004151	5230	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7803108110390496	PS1159|PS463	0	0	True	True	1.0	28		MOBV			mobilizable	other	5033.0	99.881	100.0	0.4938647295572789	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0007_000000006123	5229	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7822777892905824	PS1159|PS463	0	0	True	True	1.0	62		MOBV			mobilizable	other	5055.0	99.921	100.0	0.4961225090802003	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0002_000000005673	5223	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7821867366519164	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	5035.0	99.921	100.0	0.4941592225385295	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0058_000000005524	5218	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7375721208706844	PS1159|PS463	0	0	True	True	0.9998083710670471	40		MOBV			mobilizable	plasmid	3448.0	99.884	93.0	0.4759011186300235	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0327_000000004296	5217	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7806744042610033	PS1159|PS463	0	0	True	True	1.0	6		MOBV			mobilizable	other	5034.0	99.921	100.0	0.49406105821144597	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0057_000000004080	5217	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7365406287950136	PS1159|PS463	0	0	True	True	1.0	78		MOBV			mobilizable	other	4734.0	99.662	91.0	0.04025378681567287	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
TAN0005_000000002205	5209	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7821490736500006	PS1159|PS463	0	0	True	True	1.0	30		MOBV			mobilizable	other	5035.0	99.921	100.0	0.4941592225385295	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0006_000000001629	5209	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7821490736500006	PS1159|PS463	0	0	True	True	1.0	138		MOBV			mobilizable	other	5035.0	99.921	100.0	0.4941592225385295	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0017_000000006143	5209	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7821490736500006	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	5035.0	99.921	100.0	0.4941592225385295	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0014_000000000736	5209	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7820029138923115	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	5035.0	99.90100000000001	100.0	0.4941592225385295	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MON0095_000000005449	5203	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7822454068183954	PS1159|PS463	0	0	False	True	0.998462438583374	0		MOBV			mobilizable	other	5204.0	99.92299999999999	100.0	0.044251099260922445	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0027_000000006867	5201	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7805439037878621	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	5027.0	99.92	100.0	0.4933739079218612	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0096_000000006098	5199	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7820628821273944	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	5036.0	99.921	100.0	0.49425738686561305	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0067_000000005848	5195	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7820168978390245	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	5040.0	99.921	100.0	0.4946500441739472	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0079_000000005670	5194	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7820049251017106	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5040.0	99.921	100.0	0.4946500441739472	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0068_000000005781	5193	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.782005026436506	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5038.0	99.921	100.0	0.4944537155197801	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0135_000000005602	5193	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7818412297898705	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	5037.0	99.90100000000001	100.0	0.49425738686561305	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0117_000000004092	5192	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7819930536991928	PS1159|PS463	0	0	True	True	1.0	73		MOBV			mobilizable	other	5038.0	99.921	100.0	0.4944537155197801	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0181_000000004259	5191	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7819192430612031	PS1159|PS463	0	0	True	True	1.0	7		MOBV			mobilizable	other	5038.0	99.90100000000001	100.0	0.4944537155197801	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0074_000000006061	5191	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7819846705249265	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5037.0	99.921	100.0	0.4943555511926966	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0043_000000004710	5190	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7819755457680245	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	5036.0	99.921	100.0	0.49425738686561305	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0308_000000002698	5189	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7801503419945167	PS1159|PS463	0	0	True	True	1.0	28		MOBV			mobilizable	other	5035.0	99.881	100.0	0.49406105821144597	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0003_000000001094	5189	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7803521994409321	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	5015.0	99.92	100.0	0.49219593599685874	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MON0007_000000009670	5188	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7800834037970236	PS1159|PS463	0	0	True	True	1.0	5		MOBV			mobilizable	other	5014.0	99.821	100.0	0.49199960734269166	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0018_000000005148	5188	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7804656776051874	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5034.0	99.921	100.0	0.49406105821144597	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0076_000000002190	5188	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7804656776051874	PS1159|PS463	0	0	True	True	1.0	96		MOBV			mobilizable	other	5034.0	99.921	100.0	0.49406105821144597	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0178_000000003706	5188	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7804656776051874	PS1159|PS463	0	0	True	True	1.0	32		MOBV			mobilizable	other	5034.0	99.921	100.0	0.49406105821144597	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
SPA0114_000000008037	5184	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7824208019934442	PS1159|PS463	0	0	True	True	1.0	64		MOBV			mobilizable	other	5184.0	100.0	100.0	0.04408100085899693	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
AUS0014_000000006232	5182	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7803757146036496	PS1159|PS463	0	0	True	True	1.0	8		MOBV			mobilizable	other	5028.0	99.92	100.0	0.49347207224894474	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MON0009_000000005366	5181	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7730684940946654	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	4896.0	99.91799999999999	100.0	0.48051438107391775	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
SPA0136_000000007106	5178	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.780267489733511	PS1159|PS463	0	0	True	True	1.0	148		MOBV			mobilizable	other	5024.0	99.9	100.0	0.4930794149406106	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
CHI0158_000000002712	5174	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7808568627070445	PS1159|PS463	0	0	True	True	1.0	7		MOBV			mobilizable	other	5174.0	100.0	100.0	0.043995951658034174	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0177_000000002947	5174	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7808568627070445	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5174.0	100.0	100.0	0.043995951658034174	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0029_000000004642	5172	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.845166277864119	PS1159|PS463	0	0	True	True	1.0	8		MOBV			mobilizable	other	2607.0	99.348	100.0	0.0008853667494164088	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0028_000000005818	5170	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7800250803857974	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5015.0	99.9	100.0	0.49219593599685874	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0027_000000001206	5169	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7801685921082488	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	5015.0	99.92	100.0	0.49219593599685874	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0021_000000002535	5169	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7801685921082488	PS1159|PS463	0	0	True	True	1.0	13		MOBV			mobilizable	other	5015.0	99.92	100.0	0.49219593599685874	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0044_000000004477	5169	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7795772590908142	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5034.0	99.881	100.0	0.49406105821144597	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0001_000000004867	5169	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7798202548901597	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	5015.0	99.781	100.0	0.4920977716697752	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0121_000000005014	5168	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7801360511470684	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5012.0	99.92	100.0	0.4919014430156081	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0194_000000005129	5166	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7340199568000806	PS1159|PS463	0	0	True	True	1.0	115		MOBV			mobilizable	other	3656.0	99.699	93.0	0.4645399084900864	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0160_000000003197	5166	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.779969274385964	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5012.0	99.9	100.0	0.4919014430156081	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MON0034_000000003573	5157	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7722446166847788	PS1159|PS463	0	0	True	True	0.9998061060905457	9		MOBV			mobilizable	other	3758.0	99.654	100.0	0.5174931129476584	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0166_000000004898	5157	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7798581794671086	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5012.0	99.92	100.0	0.4919014430156081	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0152_000000004824	5148	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7767315045040931	PS1159|PS463	0	0	True	True	1.0	18		MOBV			mobilizable	other	4989.0	99.92	100.0	0.48964366349268673	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0070_000000003734	5143	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7764278288124952	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
AST0148_000000006638	5142	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.789720575145406	PS1159|PS463	0	0	True	True	1.0	14		MOBV			mobilizable	other	2244.0	99.421	96.0	0.0007620405291408307	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0199_000000004577	5142	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7487665753236153	PS1159|PS463	0	0	True	True	1.0	139		MOBV			mobilizable	other	4728.0	99.74600000000001	94.0	0.04020275729509521	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0163_000000004111	5142	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7485539911791447	PS1159|PS463	0	0	True	True	1.0	90		MOBV			mobilizable	other	4732.0	99.704	94.0	0.040236776975480316	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0149_000000006734	5141	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7492957889730911	PS1159|PS463	0	0	True	True	1.0	145		MOBV			mobilizable	other	4727.0	99.81	94.0	0.040194252374998934	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0096_000000005926	5140	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7727429346041768	PS1159|PS463	0	0	True	True	0.9976653456687927	10		MOBV			mobilizable	other	3758.0	99.84	100.0	0.5174931129476584	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ENG0109_000000004603	5129	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7764744081171291	PS1159|PS463	0	0	True	True	1.0	13		MOBV			mobilizable	other	3561.0	99.944	97.0	0.45246568378240976	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0089_000000004350	5127	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7761454980464464	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	4971.0	99.899	100.0	0.4878767056051831	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0117_000000005325	5126	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762443493819187	PS1159|PS463	0	0	True	True	1.0	26		MOBV			mobilizable	other	4970.0	99.899	100.0	0.48777854127809955	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0073_000000004997	5124	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7761037012202788	PS1159|PS463	0	0	True	True	0.9998048543930054	16		MOBV			mobilizable	other	4970.0	99.899	100.0	0.48777854127809955	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0045_000000006415	5124	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762680095782757	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4970.0	99.92	100.0	0.48777854127809955	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0090_000000007459	5124	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.77625619421739	PS1159|PS463	0	0	True	True	1.0	10		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0047_000000006961	5124	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762680095782757	PS1159|PS463	0	0	False	True	0.9998048543930054	0		MOBV			mobilizable	other	4970.0	99.92	100.0	0.48777854127809955	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0015_000000002958	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	False	True	0.9998047947883606	0		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0185_000000004651	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	1.0	61		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0053_000000005118	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	1.0	48		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0132_000000003667	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7760953845569866	PS1159|PS463	0	0	True	True	1.0	8		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0089_000000003717	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	False	True	0.9998047947883606	0		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0098_000000008054	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7760772786510209	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4969.0	99.899	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0186_000000003496	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	1.0	27		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0025_000000004058	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7760777184707103	PS1159|PS463	0	0	True	True	1.0	9		MOBV			mobilizable	other	4969.0	99.899	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0003_000000005207	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	False	True	0.9994143843650818	0		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
AST0025_000000006215	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	1.0	46		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0176_000000001460	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0124_000000004947	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
AST0090_000000004930	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	1.0	75		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0101_000000005002	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	0.9998047947883606	1		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0168_000000005609	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	1.0	13		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0075_000000004306	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	False	True	0.9998047947883606	0		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0001_000000004706	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7761245609170806	PS1159|PS463	0	0	True	True	1.0	64		MOBV			mobilizable	other	4969.0	99.899	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0179_000000006277	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	0.9996095895767212	7		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0052_000000005885	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	1.0	10		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0123_000000006397	5123	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762442214800976	PS1159|PS463	0	0	True	True	0.9998047947883606	2		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
USA0042_01_000000005066	5122	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7760223382148995	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	4969.0	99.87899999999999	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0054_000000004731	5121	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7761443063824534	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4967.0	99.919	100.0	0.48748404829684894	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
DEN0045_000000006482	5120	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7760265552266062	PS1159|PS463	0	0	True	True	0.999804675579071	46		MOBV			mobilizable	other	4966.0	99.899	100.0	0.4873858839697654	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0221_000000004382	5116	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7488293997353372	PS1159|PS463	0	0	True	True	0.9990226626396179	47		MOBV			mobilizable	other	2946.0	99.762	94.0	0.025046989683531924	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
AST0058_000000003187	5113	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7757114541731265	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4963.0	99.899	100.0	0.4870913909885148	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0164_000000004742	5109	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7758404679824324	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0323_000000003257	5108	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7755348020269124	PS1159|PS463	0	0	True	True	1.0	31		MOBV			mobilizable	other	4969.0	99.87899999999999	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0097_000000005661	5107	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7757801989715714	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0181_000000003451	5103	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.4128683377791133	PS1159|PS463	0	0	True	True	0.9998040199279785	2		MOBV			mobilizable	other	2834.0	99.647	90.0	0.5385054192812322	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0150_000000004340	5103	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7723679074489276	PS1159|PS463	0	0	True	True	0.9990201592445374	24		MOBV			mobilizable	other	4969.0	99.899	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0801_000000001277	5098	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.747336576858007	PS1159|PS463	0	0	True	True	0.9974499940872192	5		MOBV			mobilizable	other	2937.0	99.762	94.0	0.024970445402665443	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0270_000000001127	5097	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7750771719494669	PS1159|PS463	0	0	True	True	1.0	6		MOBV			mobilizable	other	3721.0	99.89299999999999	100.0	0.512396694214876	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
MON0078_000000007315	5096	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7646027279312447	PS1159|PS463	0	0	True	True	1.0	19		MOBV			mobilizable	other	3276.0	99.725	100.0	0.4511019283746556	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
MAD0008_000000001842	5093	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7724927472269144	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4953.0	99.71700000000001	100.0	0.4861097477176794	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0310_000000002895	5093	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7750755105580331	PS1159|PS463	0	0	True	True	0.9996073246002197	10		MOBV			mobilizable	other	3718.0	99.919	100.0	0.5119834710743801	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0041_000000002314	5085	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7741840270347857	PS1159|PS463	0	0	True	True	1.0	48		MOBV			mobilizable	other	4106.0	99.73200000000001	96.0	0.521733604473818	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AUS0002_000000006179	5084	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.6474456780159961	PS1159|PS463	0	0	True	True	1.0	6		MOBV			mobilizable	other	3409.0	99.912	100.0	0.46942148760330576	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0838_000000003839	5083	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7747616027163974	PS1159|PS463	0	0	True	True	1.0	32		MOBV			mobilizable	other	4949.0	99.919	100.0	0.48571709040934524	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0821_000000005243	5083	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7747616027163974	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	4949.0	99.919	100.0	0.48571709040934524	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0779_000000006305	5083	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7745953035976089	PS1159|PS463	0	0	True	True	1.0	17		MOBV			mobilizable	other	4949.0	99.899	100.0	0.48571709040934524	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
USA0084_01_000000006192	5082	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.6150337607628485	PS1159|PS463	0	0	False	True	0.9988193511962891	0		MOBV			mobilizable	other	2824.0	99.71700000000001	92.0	0.02400938943178629	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
TAN0022_000000000856	5077	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7591762875363639	PS1159|PS463	0	0	True	True	1.0	8		MOBV			mobilizable	other	3348.0	99.64200000000001	99.0	0.4610192837465565	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
SPA0027_000000006705	5075	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7647968816081737	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3600.0	99.917	98.0	0.5170234161758368	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
MON0077_000000006784	5071	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7695446842503105	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	4900.0	99.531	100.0	0.4809070383822519	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0829_000000002620	5070	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7743342755153392	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	4949.0	99.919	100.0	0.48571709040934524	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
AUS0018_000000005270	5069	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7769850172251102	PS1159|PS463	0	0	True	True	1.0	103		MOBV			mobilizable	other	2244.0	99.465	96.0	0.0007620405291408307	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0046_000000004925	5066	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7763972587763147	PS1159|PS463	0	0	True	True	1.0	36		MOBV			mobilizable	other	3666.0	99.645	96.0	0.46568378240976105	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0131_000000004838	5066	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7760888302681822	PS1159|PS463	0	0	True	True	1.0	78		MOBV			mobilizable	other	3738.0	99.625	96.0	0.4748347737671581	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0012_000000007131	5066	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7660798386118447	PS1159|PS463	0	0	True	True	1.0	14		MOBV			mobilizable	other	3661.0	99.945	100.0	0.5041322314049587	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
MON0044_000000008169	5066	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7648212543153335	PS1159|PS463	0	0	True	True	1.0	34		MOBV			mobilizable	other	4897.0	99.65299999999999	100.0	0.48051438107391775	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
AST0026_000000006103	5066	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7756608260298781	PS1159|PS463	0	0	True	True	1.0	157		MOBV			mobilizable	other	4352.0	99.70100000000001	96.0	0.5528723945094052	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0111_000000003949	5065	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7757652036680929	PS1159|PS463	0	0	True	True	1.0	69		MOBV			mobilizable	other	4370.0	99.611	96.0	0.5551601423487544	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0026_000000005539	5065	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7658733714721999	PS1159|PS463	0	0	True	True	1.0	71		MOBV			mobilizable	other	3421.0	99.883	100.0	0.3357219986256994	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
SPA0098_000000006749	5065	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7730102602037282	PS1159|PS463	0	0	True	True	1.0	1600		MOBV			mobilizable	other	4303.0	99.62799999999999	96.0	0.5466446365022878	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0009_000000006675	5065	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7760333193865805	PS1159|PS463	0	0	True	True	1.0	453		MOBV			mobilizable	other	4741.0	99.684	94.0	0.04030481633625052	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0022_000000005065	5065	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7749993120319555	PS1159|PS463	0	0	True	True	1.0	53		MOBV			mobilizable	other	4182.0	99.641	96.0	0.5313929842399593	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0149_000000002992	5065	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7748323584499449	PS1159|PS463	0	0	True	True	1.0	31		MOBV			mobilizable	other	2787.0	99.749	96.0	0.3540925266903915	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0316_000000003241	5065	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7746059312675542	PS1159|PS463	0	0	True	True	1.0	182		MOBV			mobilizable	other	4741.0	99.45200000000001	94.0	0.04030481633625052	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0085_000000004127	5065	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7762398718762157	PS1159|PS463	0	0	True	True	1.0	37		MOBV			mobilizable	other	4370.0	99.65700000000001	96.0	0.5551601423487544	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0136_000000002938	5064	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.832713542996155	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2756.0	96.40799999999999	99.0	0.0009353087725032131	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0124_000000003167	5061	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7596557944192217	PS1159|PS463	0	0	True	True	0.9996048212051392	13		MOBV			mobilizable	other	4465.0	99.955	100.0	0.5673614641586172	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0341_000000002654	5061	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7620859561837064	PS1159|PS463	0	0	True	True	1.0	36		MOBV			mobilizable	other	2811.0	99.89299999999999	100.0	0.35714285714285715	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0110_000000003737	5060	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7606859106670105	PS1159|PS463	0	0	True	True	1.0	34		MOBV			mobilizable	other	4465.0	99.91	100.0	0.5673614641586172	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0177_000000004685	5048	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7567138027989343	PS1159|PS463	0	0	True	True	1.0	7		MOBV			mobilizable	plasmid	3442.0	100.0	99.0	0.47521060626985223	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0107_000000004066	5048	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7725952115346308	PS1159|PS463	0	0	True	True	1.0	63		MOBV			mobilizable	other	4370.0	99.49700000000001	96.0	0.5551601423487544	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0129_000000004171	5047	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7661784528608139	PS1159|PS463	0	0	True	True	1.0	13		MOBV			mobilizable	other	3766.0	99.89399999999999	100.0	0.36958869146952	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0249_000000002918	5046	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7661591714986598	PS1159|PS463	0	0	True	True	1.0	16		MOBV			mobilizable	other	3761.0	99.89399999999999	100.0	0.3690978698341023	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0166_000000005120	5046	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7661340711527691	PS1159|PS463	0	0	True	True	1.0	11		MOBV			mobilizable	other	3809.0	99.84200000000001	100.0	0.3738097575341121	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
AST0118_000000005556	5046	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7661591714986598	PS1159|PS463	0	0	True	True	1.0	51		MOBV			mobilizable	other	3761.0	99.89399999999999	100.0	0.3690978698341023	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0061_000000004044	5046	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7661189630668853	PS1159|PS463	0	0	True	True	1.0	39		MOBV			mobilizable	other	3661.0	99.945	100.0	0.5041322314049587	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0101_000000005469	5046	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7644437581485581	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	3661.0	99.836	100.0	0.5041322314049587	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0106_000000004811	5046	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7661716645942818	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	3766.0	99.89399999999999	100.0	0.36958869146952	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0081_000000006189	5046	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7661343199405437	PS1159|PS463	0	0	True	True	1.0	9		MOBV			mobilizable	other	3766.0	99.89399999999999	100.0	0.36958869146952	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
SPA0040_000000007104	5046	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7660014808063177	PS1159|PS463	0	0	True	True	1.0	513		MOBV			mobilizable	other	4880.0	99.91799999999999	100.0	0.47894375184058113	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
SPA0031_000000005146	5046	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7661716645942818	PS1159|PS463	0	0	True	True	1.0	125		MOBV			mobilizable	other	3766.0	99.89399999999999	100.0	0.36958869146952	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0834_000000003276	5045	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7743369333689786	PS1159|PS463	0	0	True	True	1.0	327		MOBV			mobilizable	other	4371.0	99.382	95.0	0.5551601423487544	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0061_000000007610	5045	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7660891583781703	PS1159|PS463	0	0	True	True	1.0	25		MOBV			mobilizable	other	3654.0	99.945	100.0	0.503168044077135	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
AST0050_000000002708	5045	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7731837855007967	PS1159|PS463	0	0	True	True	1.0	37		MOBV			mobilizable	other	2526.0	99.565	96.0	0.32092018301982717	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0089_000000003708	5044	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7655838066308494	PS1159|PS463	0	0	True	True	1.0	421		MOBV			mobilizable	other	4847.0	99.85600000000001	100.0	0.47570432904682436	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
SPA0103_000000003055	5043	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7770703644174727	PS1159|PS463	0	0	True	True	1.0	63		MOBV			mobilizable	other	2562.0	99.961	96.0	0.3254956786985257	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0848_000000002890	5043	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7764337964090403	PS1159|PS463	0	0	True	True	1.0	47		MOBV			mobilizable	other	4172.0	99.88	96.0	0.5301220132180986	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0259_000000002504	5041	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.77301532544388	PS1159|PS463	0	0	True	True	1.0	13		MOBV			mobilizable	other	2553.0	99.765	96.0	0.32435180477885106	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0206_000000005007	5037	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7394485366350142	PS1159|PS463	0	0	False	True	0.9998014569282532	0		MOBV			mobilizable	plasmid	3457.0	99.82600000000001	96.0	0.4963367332279845	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0067_000000004439	5018	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7693532792891425	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3642.0	99.91799999999999	99.0	0.523057032035627	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0074_000000005161	5015	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7645925812680582	PS1159|PS463	0	0	False	True	0.9994018077850342	0		MOBV			mobilizable	other	4955.0	100.0	99.0	0.042133374156949795	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0209_000000003839	4997	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.6310191723716387	PS1159|PS463	0	0	True	True	1.0	12		MOBV			mobilizable	other	3298.0	99.90899999999999	100.0	0.4541322314049587	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0086_000000006039	4989	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7643695437940797	PS1159|PS463	0	0	True	True	0.9933854341506958	1		MOBV			mobilizable	other	3350.0	99.91	100.0	0.4612947658402204	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
MON0092_000000009901	4988	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.5794746813440571	PS1159|PS463	0	0	False	True	0.9975942373275757	0		MOBV			mobilizable	other	4466.0	99.79799999999999	99.0	0.5673614641586172	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0119_000000006919	4986	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7645771393175707	PS1159|PS463	0	0	True	True	0.9993982911109924	19		MOBV			mobilizable	other	3347.0	99.94	100.0	0.46088154269972453	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
DEN0079_000000008525	4980	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7361472112528707	PS1159|PS463	0	0	True	True	1.0	61		MOBV			mobilizable	other	2549.0	99.882	96.0	0.3238434163701068	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0102_000000005009	4979	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7380689165078512	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3485.0	99.25399999999999	96.0	0.35744374807356416	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
CAN0017_000000007428	4977	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7372685149182819	PS1159|PS463	0	0	True	True	1.0	22		MOBV			mobilizable	plasmid	3449.0	99.652	96.0	0.476177323574092	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
SPA0016_000000006435	4967	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7696013721139803	PS1159|PS463	0	0	False	True	0.9997986555099487	0		MOBV			mobilizable	other	4968.0	99.71799999999999	100.0	0.042235433198105105	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0144_000000002621	4961	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7697129686920386	PS1159|PS463	0	0	False	True	0.9993953108787537	0		MOBV			mobilizable	other	4961.0	100.0	100.0	0.04218440367752745	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0121_000000003684	4960	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.4063347037903327	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	4187.0	99.785	94.0	0.5320284697508897	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0138_000000003137	4958	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7694185316905019	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4958.0	99.96	100.0	0.042158888917238624	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
USA0025_01_000000003583	4946	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.6025763128596084	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2996.0	99.833	100.0	0.41253443526170797	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0811_000000002675	4946	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7694113363813891	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	4947.0	99.77799999999999	100.0	0.042056829876083314	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0044_000000000026	4944	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.6836148615630591	PS1159|PS463	0	0	True	True	1.0	10		MOBV			mobilizable	other	2485.0	99.71799999999999	96.0	0.3157092018301983	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0146_000000005017	4941	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7457088954222806	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2908.0	99.691	98.0	0.5527666856816885	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0015_000000003374	4938	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7336114966443551	PS1159|PS463	0	0	True	True	1.0	12		MOBV			mobilizable	other	4746.0	99.853	96.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0361_000000002258	4927	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7131395663487649	PS1159|PS463	0	0	True	True	0.9997970461845398	10		MOBV			mobilizable	other	3337.0	99.76	100.0	0.45950413223140496	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
SPA0145_000000006562	4922	0.7598454708570059	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7352752515606168	PS1159|PS463	0	0	True	True	1.0	81		MOBV			mobilizable	other	2941.0	99.286	97.0	0.024910910961991512	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0101_000000011399	4921	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.829344655676479	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2587.0	96.212	100.0	0.0008778924330360707	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0082_000000005268	4911	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7306421055533798	PS1159|PS463	0	0	False	True	0.9997963905334473	0		MOBV			mobilizable	other	4725.0	99.958	96.0	0.04017724253480639	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0148_000000007665	4909	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7335619647042089	PS1159|PS463	0	0	False	True	0.9985740184783936	0		MOBV			mobilizable	other	2985.0	99.73200000000001	100.0	0.5674082525194905	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MON0106_000000007657	4903	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8291682987900242	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2576.0	96.196	100.0	0.0008741552748459017	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
DEN0096_000000008445	4899	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.5452838709080381	PS1159|PS463	0	0	True	True	1.0	17		MOBV			mobilizable	other	2864.0	99.476	95.0	0.024349586235637315	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0045_000000002372	4890	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7415388671711692	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2962.0	99.764	100.0	0.5630347974900171	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0139_000000002030	4879	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7340797557637146	PS1159|PS463	0	0	True	True	0.9991801381111145	1		MOBV			mobilizable	other	4746.0	99.895	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0137_000000007426	4879	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7356925829018965	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0001_000000006868	4877	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7343278324221867	PS1159|PS463	0	0	False	True	0.9997949600219727	0		MOBV			mobilizable	other	4746.0	99.93700000000001	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
FIJ0105_000000005826	4876	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7409818440228518	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2982.0	99.79899999999999	100.0	0.5668378018634721	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0077_000000002852	4875	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7378644529247076	PS1159|PS463	0	0	False	True	0.9993846416473389	0		MOBV			mobilizable	other	4735.0	99.958	97.0	0.040262291735769146	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0088_000000005038	4875	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7360600466627889	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2982.0	99.79899999999999	100.0	0.5668378018634721	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0021_000000006291	4874	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7340018043942907	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.895	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0086_000000004945	4873	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7405555622803525	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2973.0	99.462	99.0	0.5651264498954174	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0337_000000001701	4873	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7356441066476536	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	2982.0	99.631	100.0	0.5668378018634721	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0176_000000006537	4870	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7395007853116103	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2975.0	99.697	100.0	0.5655067503327629	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0205_000000002377	4870	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7394816877060718	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2973.0	99.294	99.0	0.5651264498954174	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0032_000000007041	4869	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7406590136014697	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2971.0	99.73100000000001	100.0	0.5647461494580719	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AST0053_000000002395	4868	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.747882994815738	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4351.0	99.70100000000001	98.0	0.5528723945094052	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0026_000000006029	4864	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7405889153537873	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2971.0	99.79799999999999	100.0	0.5647461494580719	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
USA0059_01_000000005414	4864	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8255224582296604	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2555.0	96.086	100.0	0.0008666809584655636	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0020_000000005488	4864	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7341310558976035	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.93700000000001	98.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
FIJ0002_000000007191	4863	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7374809848897665	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2973.0	99.495	100.0	0.5651264498954174	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0128_000000005185	4860	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7375170992371722	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2968.0	99.663	100.0	0.5641756988020536	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0157_000000001084	4860	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7339406491694862	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	98.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0133_000000004989	4858	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.5354155654339643	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4859.0	99.91799999999999	100.0	0.4768823009718268	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MON0008_000000005758	4857	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.4890865559410222	PS1159|PS463	0	0	False	True	0.9940292239189148	0		MOBV			mobilizable	other	3060.0	99.935	98.0	0.42134986225895316	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0775_000000003591	4856	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7339983494216427	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	4746.0	99.93700000000001	98.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0850_000000002903	4856	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7339983494216427	PS1159|PS463	0	0	False	True	0.999794065952301	0		MOBV			mobilizable	other	4746.0	99.93700000000001	98.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0075_000000003994	4856	0.7598454708570059	6	5	3	3	4	True	115648	fragment	False	MON0075_000000003994	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	other	2692.0	95.134	92.0	0.36983471074380164	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0845_000000002166	4855	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7337730002550055	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.895	98.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0153_000000005824	4855	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.826104055798382	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2308.0	99.39299999999999	100.0	0.0007837839949745415	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0787_000000002607	4855	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7338573004964555	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	98.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0271_000000002915	4816	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.5898431950183374	PS1159|PS463	0	0	True	True	1.0	7		MOBV			mobilizable	other	2899.0	99.931	100.0	0.39917355371900826	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ETH0001_000000004835	4811	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7279101965379653	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4741.0	99.93700000000001	99.0	0.040296311416154244	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0092_000000001984	4801	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7365733348880062	PS1159|PS463	0	0	False	True	0.9995834231376648	0		MOBV			mobilizable	other	4749.0	99.958	99.0	0.040381360617117	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0164_000000003662	4797	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7283105813385481	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3449.0	99.79700000000001	99.0	0.4760392211020577	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
MON0098_000000005032	4794	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.5427129743335951	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3155.0	99.93700000000001	100.0	0.43443526170798896	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0783_000000002973	4782	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.36335952601021254	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2467.0	99.757	96.0	0.31342145399084903	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0131_000000004612	4735	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7346735876360915	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4734.0	99.958	99.0	0.04025378681567287	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0080_000000006085	4724	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7257432801742434	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	4724.0	100.0	100.0	0.04016873761471011	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0064_000000004857	4723	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7257025683294203	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4723.0	100.0	100.0	0.040160232694613836	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0079_000000004769	4719	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.31663119937585976	PS1159|PS463	0	0	False	True	0.9993642568588257	0		MOBV			mobilizable	other	2927.0	99.45299999999999	97.0	0.5563795398364708	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0021_000000003952	4702	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.697466514719957	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4703.0	99.596	100.0	0.03999013429268832	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0104_000000001434	4700	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.5420944524844667	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4700.0	100.0	100.0	0.03996461953239949	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0162_000000005102	4699	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.6878142382516736	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4700.0	99.787	100.0	0.03996461953239949	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0215_000000006103	4692	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.6738127889854051	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4693.0	99.787	100.0	0.039905085091725565	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
AST0149_000000005808	4690	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.656441507916242	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3407.0	99.765	100.0	0.48929751472489585	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0141_000000004944	4672	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.4739057158052048	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4613.0	99.95700000000001	99.0	0.03922469148402351	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0049_000000004284	4617	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.32076400467188715	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2587.0	96.212	100.0	0.0008778924330360707	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0795_000000001767	4611	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.36770935125028553	PS1159|PS463	0	0	False	True	0.9997830986976624	0		MOBV			mobilizable	other	4552.0	99.978	99.0	0.03870589135815069	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0113_000000007352	4569	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.3133546909067203	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	1639.0	99.939	100.0	0.23531101853182015	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
MON0053_000000007277	4493	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.30294396562130893	PS1159|PS463	0	0	False	True	0.9995548725128174	0		MOBV			mobilizable	other	4493.0	99.53299999999999	100.0	0.03820410107247042	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0065_000000005965	4454	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.23021487861516837	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4454.0	100.0	100.0	0.03787240918871567	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0046_000000006562	4423	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.07990427995147371	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2586.0	96.21	100.0	0.000877552691382419	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0067_000000002278	4367	0.7598454708570059	6	5	3	3	4	True	115647	backbone	True	CHI0067_000000002278	1.0	PS463|PS753	0	0	True	True	0.999770998954773	5		MOBV			mobilizable	other	2855.0	99.895	95.0	0.024273041954770834	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0005_000000011380	4330	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.02675054835725483	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	other	3705.0	99.73	95.0	0.47076766649720386	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0017_000000007100	4276	0.7598454708570059	6	5	3	3	4	True	89382	fragment	False	DEN0017_000000007100	1.0		0	0	False	True	0.9969597458839417	0					non-mobilizable	other	2931.0	99.625	96.0	0.02491941588208779	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0047_000000009402	4200	0.7598454708570059	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.026823882665712947	PS1159|PS463	0	0	False	True	0.9997618794441223	0					non-mobilizable	other	4145.0	99.95200000000001	99.0	0.035244388878966484	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0129_000000006825	4141	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.026706407195494643	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	other	3695.0	99.919	99.0	0.4694966954753432	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0033_000000016562	4078	0.7598454708570059	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.02662091370885821	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	other	4080.0	99.60799999999999	100.0	0.03469156907270856	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0346_000000010486	2159	0.7598411568989304	3	3	3	3	3	False	72276	fragment	False	ISR0346_000000010486	0.9339117962568321		0	0	False	False	0.9819360971450806	0					non-mobilizable	chromosome	2159.0	98.98100000000001	100.0	0.0006138232541734577	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0293_000000002471	13284	0.7598356812051469	20	16	6	7	16	False	87444	fragment	False	ISR0293_000000002471	0.9789994162717983		0	0	False	False	1.0	0					non-mobilizable	plasmid	13286.0	98.50200000000001	100.0	0.2764275012485434	CP057727.1	enterobacteria	Escherichia coli strain RHB16-C19 plasmid pRHB16-C19_3, complete sequence	False	True
ENG0204_000000001217	13234	0.7598356812051469	20	16	6	7	16	False	87444	fragment	False	ISR0293_000000002471	0.9780155711838362		0	0	False	False	1.0	0					non-mobilizable	plasmid	13247.0	98.4	99.0	0.27561594806059597	CP057727.1	enterobacteria	Escherichia coli strain RHB16-C19 plasmid pRHB16-C19_3, complete sequence	False	True
MAD0087_000000018966	1619	0.7598232477153543	2	2	2	2	2	False	15977	maximal	True	MAD0087_000000018966	1.0		16	5	False	False	0.9962940216064453	0					non-mobilizable	other	1112.0	82.104	99.0	0.0003519044305696401	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MON0047_000000021787	1815	0.7598172325162713	3	3	3	1	2	False	11457	fragment	False	MON0047_000000021787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	92.53200000000001	57.0	0.016473469387755103	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0138_000000011904	1652	0.7598064762678314	3	3	3	3	2	False	73249	fragment	False	ENG0138_000000011904	0.9654126873204442		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	97.87799999999999	99.0	0.0005810749392744955	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
USA0040_01_000000007262	2157	0.7598002954020601	3	3	3	3	2	False	91600	fragment	False	CHI0117_000000004307	0.3125206131833489		0	0	False	False	0.9972183704376221	0					non-mobilizable	no_good_hit								True	False
USA0020_01_000000012632	2768	0.7597981798929858	3	2	2	2	2	False	111521	fragment	False	AST0084_000000011258	0.6489644392681875		0	0	False	False	0.9996387362480164	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	10.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0043_000000018518	1200	0.759797267163507	2	1	1	1	1	False	36288	fragment	False	ISR0284_000000011457	0.9373065015479876		0	0	False	False	0.9866666793823242	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	4.508445571638345e-07	HG975442.1	eudicots	Solanum pennellii chromosome ch03, complete genome	True	False
FIJ0072_000000001394	15785	0.7597955129857781	22	12	8	10	10	True	126189	backbone	True	FIJ0072_000000001394	0.9876937720968181	PS945	1	1	True	True	0.9998099207878113	1					non-mobilizable	no_good_hit	1606.0	73.225	10.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0039_000000004188	3788	0.7597837114513665	5	2	2	2	2	False	73308	maximal	True	DEN0039_000000004188	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	94.21	22.0	0.00020563908792940456	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0025_000000016958	2159	0.7597805222954456	3	2	1	2	1	True	120331	fragment	False	AST0025_000000016958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	74.757	33.0	0.0020340072237379258	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
AST0016_000000003592	7002	0.7597764337077743	7	7	3	7	5	False	123860	maximal	True	AST0016_000000003592	1.0		37	8	False	False	0.9998571872711182	0					non-mobilizable	other	7026.0	99.31700000000001	100.0	0.032513038188074994	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	False
DEN0031_000000000913	16966	0.7597747413871925	23	9	1	9	2	False	99009	maximal	True	DEN0031_000000000913	1.0		1	1	False	False	0.9995874166488647	0					non-mobilizable	no_good_hit								True	False
ISR0180_000000001152	16886	0.7597747413871925	22	9	1	9	2	False	29656	maximal	True	ISR0180_000000001152	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0042_000000019447	1335	0.7597730404351377	2	2	2	2	1	False	21301	fragment	False	MON0098_000000024831	0.9665492957746479		0	0	False	False	0.9842696785926819	0					non-mobilizable	chromosome	1329.0	92.70100000000001	99.0	0.0005171084170208554	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
SPA0131_000000009364	2673	0.7597729882944291	4	2	2	2	1	True	35576	fragment	False	SPA0131_000000009364	1.0		0	0	False	False	0.9962589144706726	0					non-mobilizable	no_good_hit	1794.0	90.97	82.0	0.06877165960723912	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
SPA0125_000000025181	1272	0.7597724744028459	1	1	1	1	1	False	85365	fragment	False	SPA0125_000000025181	0.9387639344954906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0010_000000001425	10344	0.7597663333715706	13	7	3	5	6	True	101817	maximal	True	CAN0010_000000001425	1.0		10	7	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	89.65899999999999	47.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0286_000000011916	1642	0.7597609559781601	1	1	1	1	1	False	26026	maximal	True	ISR0286_000000011916	1.0		0	0	False	False	0.9902557730674744	0					non-mobilizable	no_good_hit	855.0	98.947	52.0	0.008512294427590612	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
CAN0016_000000015255	3163	0.7597543818165504	4	3	3	2	3	False	119706	fragment	False	CAN0016_000000015255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	99.05	66.0	0.00018449546072598724	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0239_000000002474	4994	0.7597485158057519	3	3	3	3	3	True	105059	fragment	False	ISR0239_000000002474	1.0		0	0	False	False	0.9997997879981995	0					non-mobilizable	other	4997.0	98.939	100.0	0.45442968892122976	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
SPA0089_000000017935	2164	0.7597469111396896	4	2	1	2	1	False	5419	maximal	True	SPA0089_000000017935	1.0		16	3	False	False	0.9995378851890564	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	1.3115709705625183e-05	CP001905.1	g-proteobacteria	Thioalkalivibrio sp. K90mix, complete genome	True	False
SPA0146_000000009903	2364	0.7597443349755347	7	2	2	1	1	False	101548	maximal	True	SPA0146_000000009903	0.9797441364605544		8	3	False	False	0.9961928725242615	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00045806422060372864	NZ_LOQF01000009.1	fusobacteria	Sneathia sanguinegens strain CCUG41628 contig_9, whole genome shotgun sequence	True	False
USA0058_01_000000006689	2985	0.7597333410908096	4	3	2	2	2	False	92915	fragment	False	USA0058_01_000000006689	0.9998228206945429		0	0	False	False	0.997654914855957	0					non-mobilizable	no_good_hit	1897.0	98.62899999999999	69.0	0.0004211283841863626	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0124_000000010345	2822	0.7597333410908096	4	3	2	2	2	False	92915	fragment	False	USA0058_01_000000006689	0.9725293132328308		0	0	False	False	0.9989369511604309	0					non-mobilizable	no_good_hit	1791.0	98.66	67.0	0.00039758428675822213	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0794_000000007359	2672	0.7597333410908096	4	3	2	2	2	False	92913	fragment	False	ISR0794_000000007359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1889.0	98.677	74.0	0.00041935147117291805	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0323_000000000862	13713	0.7597326357518839	13	5	4	5	3	True	77034	fragment	False	ISR0323_000000000862	1.0		0	0	False	False	0.9992707371711731	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007792207792207792	XM_031616378.1	birds	PREDICTED: Phasianus colchicus acyl-CoA synthetase bubblegum family member 1 (ACSBG1), mRNA	True	True
SPA0156_000000002128	5862	0.7597316596784559	9	5	3	3	3	False	3190	fragment	False	SPA0156_000000002128	1.0		0	0	False	False	0.996758759021759	0					non-mobilizable	no_good_hit	655.0	84.12200000000001	11.0	0.0002873874826686159	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CAN0015_000000020451	1763	0.7597311416674403	2	2	0	1	1	False	93203	fragment	False	CAN0015_000000020451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	95.512	63.0	0.13837339643791258	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0054_000000002747	8339	0.7597187225074247	8	6	6	4	3	False	87880	maximal	True	SPA0054_000000002747	1.0		1	1	False	False	0.9986808896064758	0					non-mobilizable	no_good_hit	210.0	100.0	3.0	0.010948140387637506	NZ_CYXX01000047.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0783_000000001315	10284	0.7597137817474712	8	2	1	2	0	True	22675	fragment	False	ISR0783_000000001315	1.0		0	0	False	False	0.9997082948684692	0					non-mobilizable	virus	5783.0	98.236	91.0	0.05871539133437608	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
ISR0849_000000007567	3541	0.7597079329186862	7	6	3	6	4	True	31171	maximal	True	ISR0849_000000007567	1.0		1	1	False	False	0.9946342706680298	0					non-mobilizable	no_good_hit	651.0	78.648	18.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
FIJ0164_000000013758	1639	0.7597066135950242	3	1	1	1	1	False	39097	maximal	True	FIJ0164_000000013758	1.0		1	1	False	False	0.9993898868560791	0					non-mobilizable	no_good_hit								True	False
MON0110_000000015751	1084	0.7597047586200409	1	1	1	1	1	False	8462	maximal	True	MON0110_000000015751	1.0		58	11	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	98.76100000000001	74.0	0.0002844150101962428	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0197_000000010083	2506	0.7597023716818434	4	4	4	3	4	False	87717	maximal	False	CHI0040_000000006421	0.975805535614727		0	0	False	False	0.998802900314331	0					non-mobilizable	other	2510.0	84.064	99.0	0.03443019199604472	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0144_000000001918	14198	0.7596980459735627	12	9	3	9	3	True	40126	fragment	False	FIJ0144_000000001918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0208_000000013960	2209	0.7596885950100946	3	3	3	3	2	False	116782	fragment	False	ISR0079_000000011824	0.7102052283345929		0	0	False	False	1.0	0					non-mobilizable	other	2211.0	96.156	100.0	0.020195075445061696	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0032_000000001622	19475	0.7596835057949384	24	14	5	12	8	False	103455	fragment	False	FIJ0032_000000001622	1.0		0	0	False	False	0.9982541799545288	0					non-mobilizable	no_good_hit	3755.0	84.84700000000001	57.0	0.1483435239579587	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
FIJ0033_000000014138	2511	0.7596803323785725	3	2	2	1	2	False	48286	maximal	True	FIJ0033_000000014138	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	407.0	76.904	16.0	0.009758602978941962	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
MON0015_000000030084	1276	0.7596769334646205	2	1	1	1	1	False	13392	fragment	False	MON0015_000000030084	1.0		0	0	False	False	0.9945141077041626	0					non-mobilizable	chromosome	1276.0	100.0	100.0	0.00025087298881027766	CP039828.1	enterobacteria	Klebsiella pneumoniae strain C2315 chromosome	False	False
AST0149_000000007254	3777	0.7596721851760363	6	6	5	5	3	False	104551	maximal	True	AST0149_000000007254	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	2.898386622747736e-06	NC_020126.1	d-proteobacteria	Myxococcus stipitatus DSM 14675, complete sequence	True	False
ISR0300_000000003398	2520	0.7596716372291605	3	2	1	2	0	True	25594	fragment	False	ISR0300_000000003398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0035_000000009479	3320	0.7596678452690138	4	4	4	4	3	False	101562	fragment	False	ISR0153_000000007943	0.9760332954247003		0	0	False	False	1.0	0					non-mobilizable	other	3193.0	99.71799999999999	96.0	0.0006739342872886194	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0058_000000002101	6976	0.7596619410713882	6	6	6	6	6	False	85938	maximal	True	CHI0058_000000002101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	84.632	13.0	0.03173658980370202	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0018_000000010725	3396	0.7596562881691036	4	3	3	3	2	False	75133	maximal	True	DEN0018_000000010725	1.0		7	2	False	False	0.9991165995597839	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.8322113872984336e-07	LR812520.1	bony fishes	Danio kyathit genome assembly, chromosome: 2	True	False
FIJ0122_000000011249	1425	0.759655691524233	3	3	3	2	1	False	41419	fragment	False	FIJ0122_000000011249	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	99.86	100.0	0.00029350434083438913	CP038471.1	enterobacteria	Enterobacter roggenkampii strain BP10374 chromosome, complete genome	False	False
AST0007_000000013393	1336	0.7596513282568738	2	2	2	1	1	False	126680	fragment	False	AST0007_000000013393	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	99.476	100.0	0.01114841166449544	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	False	False
ISR0095_000000005416	4724	0.7596426712631096	7	4	2	4	2	False	121361	maximal	True	ISR0095_000000005416	1.0		6	3	False	False	0.9983065128326416	0					non-mobilizable	no_good_hit	2079.0	99.51899999999999	44.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CAN0017_000000016739	2118	0.7596369968332611	2	2	2	2	2	False	92487	fragment	False	CAN0017_000000016739	1.0		0	0	False	False	0.9971671104431152	0					non-mobilizable	other	2118.0	98.867	100.0	0.03501199040767386	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0164_000000013891	1478	0.7596357835372008	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.018835995642071602		0	0	False	False	0.9986467957496643	0					non-mobilizable	chromosome	1197.0	83.96	93.0	0.00041956507087262125	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0096_000000005677	5544	0.7596336377984557	7	4	2	1	4	False	92100	fragment	False	ENG0096_000000005677	1.0		0	0	False	False	0.9998196363449097	0					non-mobilizable	no_good_hit	4472.0	89.37799999999999	85.0	0.009396120202922489	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
AST0031_000000009764	2941	0.7596301923612354	3	2	0	1	2	True	117486	maximal	True	AST0031_000000009764	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	1305.0	92.79700000000001	44.0	0.9566495224099927	NZ_PGEM01000236.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_263, whole genome shotgun sequence	True	True
USA0058_01_000000007910	2462	0.7596280825404339	2	1	1	1	1	False	15650	fragment	False	USA0058_01_000000007910	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2462.0	99.35	100.0	0.013690704673531489	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	False
ISR0185_000000015456	2116	0.7596220108485389	2	2	2	1	1	False	108786	fragment	False	ISR0108_000000009291	0.7408826466982107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0187_000000022512	1355	0.7596214079566399	1	1	1	1	1	False	54952	maximal	False	MON0062_000000025657	0.9292385057471264		0	0	False	False	0.9963099360466003	0					non-mobilizable	other	1355.0	99.926	100.0	0.05267662620603797	NZ_AGDG01000017.1	CFB group bacteria	Bacteroides faecis MAJ27 contig017, whole genome shotgun sequence	False	False
ISR0082_000000017062	1860	0.759612423833062	2	2	2	2	2	False	70328	fragment	False	ISR0082_000000017062	0.9956396179989209		0	0	False	False	0.9983870983123779	0					non-mobilizable	no_good_hit	655.0	73.893	34.0	0.00022345641143397667	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0038_000000011672	2672	0.7596097817366043	3	3	3	3	3	False	115204	maximal	False	ISR0014_000000013321	0.9660707770886537		0	0	False	False	1.0	0					non-mobilizable	other	1834.0	81.57	96.0	0.0035475449421024986	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	False	False
ISR0153_000000007943	3362	0.7596095099330621	2	2	2	2	2	False	101562	fragment	False	ISR0153_000000007943	0.9888912725386209		0	0	False	False	0.9946460723876953	0					non-mobilizable	other	3362.0	99.941	100.0	0.0006368818446796585	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
AUS0010_000000006902	3337	0.7596095099330621	2	2	2	2	2	False	101562	fragment	False	ISR0153_000000007943	0.9865044517718187		0	0	False	False	1.0	0					non-mobilizable	other	3337.0	99.91	100.0	0.0007045580640535362	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0145_000000010536	3226	0.7596095099330621	2	2	2	2	2	False	101562	fragment	False	ISR0153_000000007943	0.9663067189167759		0	0	False	False	0.9996899962425232	0					non-mobilizable	other	3159.0	99.96799999999999	98.0	0.0006669647380938452	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0033_000000021316	3048	0.7596095099330621	2	2	2	2	2	False	101562	fragment	False	ISR0153_000000007943	0.9378467364547117		0	0	False	False	1.0	0					non-mobilizable	other	3048.0	100.0	100.0	0.0006435217089841502	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
DEN0031_000000002334	9807	0.7596069119588185	16	10	7	7	7	False	121824	fragment	False	CHI0054_000000001402	0.9755609880503885		0	0	False	False	0.9998980164527893	0					non-mobilizable	no_good_hit	7323.0	96.42200000000001	75.0	0.0020568730022139698	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0127_000000000294	35061	0.7596065639469471	37	11	7	11	3	True	45350	fragment	False	FIJ0127_000000000294	0.9883724281021267		0	0	False	False	0.9999144077301025	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	0.0	0.0003258410016593755	NZ_FNHZ01000006.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
DEN0012_000000002210	2837	0.7596055253252328	4	4	2	1	4	False	75462	fragment	False	DEN0012_000000002210	1.0		0	0	False	False	0.9996474981307983	0					non-mobilizable	plasmid	2828.0	99.859	99.0	0.09750965783664459	MT230372.1	enterobacteria	Escherichia coli strain DH5alpha plasmid pESBL87, complete sequence	False	True
ENG0128_000000025726	1173	0.7596032116580965	2	2	2	2	2	False	58576	maximal	True	ENG0128_000000025726	1.0		12	6	False	False	0.9889172911643982	0					non-mobilizable	no_good_hit	464.0	75.21600000000001	39.0	0.00027514199719594416	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
FIJ0015_000000006567	4389	0.7596025144896082	3	3	2	3	0	False	100450	fragment	False	ENG0208_000000005591	0.3870826969234126		0	0	False	False	0.9995443224906921	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000014582	2194	0.7596012431111129	4	2	2	1	1	True	972	maximal	True	USA0057_01_000000014582	1.0		1	1	False	False	0.9995442032814026	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	7.297740277528502e-06	NZ_AZUN01000001.1	g-proteobacteria	Methylosarcina lacus LW14 MetlaDRAFT_chromosome1.1_C, whole genome shotgun sequence	True	True
FIJ0040_000000004182	5815	0.7595989990208306	8	5	3	4	3	False	97840	fragment	False	MAD0082_000000001030	0.5264072478723836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	89.928	2.0	3.6812476975529575e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0082_000000008423	3388	0.7595971021793972	4	3	3	3	3	False	50133	maximal	True	FIJ0082_000000008423	1.0		41	3	False	False	1.0	0					non-mobilizable	no_good_hit	1843.0	80.521	53.0	0.073522905522262	NZ_CACWHD010000054.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ENG0161_000000002450	8128	0.7595960454829093	10	3	1	2	1	False	109592	backbone	True	ENG0161_000000002450	1.0	PS689	1	1	True	True	1.0	76					non-mobilizable	no_good_hit	690.0	74.493	8.0	0.0003307553253312303	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	True
AST0110_000000014782	1196	0.759594949391979	2	2	2	2	1	False	106940	fragment	False	AST0110_000000014782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	83.178	9.0	3.214093496766956e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0224_000000018755	1648	0.7595895210660512	2	1	1	1	1	False	54261	fragment	False	ISR0224_000000018755	0.9934620174346201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000012925	3350	0.7595892980959641	3	3	3	3	3	False	50993	maximal	True	FIJ0011_000000012925	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.381858948155208e-07	CP032578.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_08	True	False
CHI0075_000000004659	1525	0.7595821665914493	2	1	1	1	1	False	84656	maximal	True	CHI0075_000000004659	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	85.52600000000001	15.0	0.004892939877460001	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	False
CAN0013_000000020746	1141	0.7595795211847117	2	2	2	2	2	False	93778	fragment	False	CAN0013_000000020746	0.9959165154264973		0	0	False	False	0.997370719909668	0					non-mobilizable	other	1141.0	99.387	100.0	0.0003253710657215303	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0171_000000015527	1846	0.7595788093952587	2	1	1	1	1	False	65182	fragment	False	ISR0171_000000015527	1.0		0	0	False	False	0.9907909035682678	0					non-mobilizable	no_good_hit	285.0	74.737	15.0	8.177246765943834e-05	CP009557.1	firmicutes	Clostridium perfringens strain FORC_003, complete genome	True	False
ENG0037_000000021707	1634	0.7595788093952587	2	1	1	1	1	False	65179	fragment	False	ENG0037_000000021707	0.9832419172569664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	285.0	75.08800000000001	17.0	8.177246765943834e-05	CP009557.1	firmicutes	Clostridium perfringens strain FORC_003, complete genome	True	False
FIJ0108_000000015303	1533	0.7595788093952587	1	1	1	1	1	False	65179	fragment	False	ENG0037_000000021707	0.9602424830500752		0	0	False	False	0.9889106154441833	0					non-mobilizable	no_good_hit	404.0	74.752	26.0	0.026104284290933245	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
MON0066_000000013790	2364	0.75957675883006	2	2	2	2	2	False	12799	maximal	True	MON0066_000000013790	1.0		71	8	False	False	0.9983079433441162	0					non-mobilizable	no_good_hit	2089.0	74.67699999999999	85.0	0.0006164804777166551	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0037_000000006619	4689	0.7595747832165021	6	3	2	1	2	True	101454	fragment	False	ENG0037_000000006619	1.0		0	0	False	False	0.9980806112289429	0					non-mobilizable	no_good_hit	3349.0	99.70100000000001	78.0	0.0007622643622968746	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0149_000000004981	2917	0.7595747832165021	4	3	2	1	2	True	84255	fragment	False	CHI0149_000000004981	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2650.0	99.84899999999999	99.0	0.0006031177705270075	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MAD0070_000000008600	2226	0.7595735075383734	2	2	2	2	2	False	19507	maximal	True	MAD0070_000000008600	0.9898795180722891		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	7.0	1.942785757836812e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MAD0043_000000006243	3719	0.7595716157532197	6	3	2	3	1	True	18060	maximal	True	MAD0043_000000006243	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	83.824	9.0	0.0038634752989049675	NZ_CBYM010000014.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
USA0044_01_000000001036	26899	0.7595632334168152	36	15	7	14	7	True	118917	fragment	False	USA0044_01_000000001036	1.0		0	0	False	False	0.9999256730079651	0					non-mobilizable	other	15673.0	99.719	100.0	0.004196839034673464	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0053_000000008654	1266	0.7595546806888137	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.22410661622919292		0	0	False	False	1.0	0					non-mobilizable	chromosome	1045.0	78.373	95.0	0.00027422627775974205	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0050_000000016865	1441	0.7595464302806116	3	3	3	3	3	False	127738	fragment	False	USA0017_01_000000017710	0.955223880597015		0	0	False	False	0.9965301752090454	0					non-mobilizable	virus	1441.0	97.71	100.0	0.10792175672637339	MK232331.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_1-CL12_c1 sequence	False	False
SPA0046_000000011952	2529	0.7595384703561853	3	3	3	3	2	False	95288	maximal	False	MON0087_000000019792	0.9843592760371002		0	0	False	False	1.0	0					non-mobilizable	chromosome	2529.0	98.339	100.0	0.0008144983937266541	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0073_000000004827	3891	0.7595372148127991	2	2	2	2	0	True	44706	fragment	False	FIJ0073_000000004827	1.0		0	0	False	False	0.9976869821548462	0					non-mobilizable	other	3904.0	94.749	100.0	0.06187349321152138	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ENG0071_000000002840	7297	0.7595352559965743	11	4	4	4	2	False	62305	maximal	True	ENG0071_000000002840	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.0005465476407360175	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
ENG0192_000000002293	6414	0.7595189494887858	5	4	4	4	3	False	80199	maximal	True	ENG0192_000000002293	1.0		9	4	False	False	0.9987527132034302	0					non-mobilizable	no_good_hit	261.0	75.862	4.0	0.003037324273383195	NZ_CACZYW010000015.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0133_000000008669	2373	0.7595076234769398	3	2	1	2	1	False	31538	maximal	True	ISR0133_000000008669	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0051_000000009522	2896	0.7595044995146123	3	2	2	2	1	False	64075	maximal	True	ENG0051_000000009522	1.0		10	6	False	False	0.9913673996925354	0					non-mobilizable	no_good_hit	1082.0	76.155	37.0	0.0009575389637817599	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0065_000000014392	2298	0.7595044995146123	3	2	2	2	1	False	48702	fragment	False	ISR0065_000000014392	1.0		0	0	False	False	0.9995648264884949	0					non-mobilizable	no_good_hit	1082.0	76.155	47.0	0.0009575389637817599	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0030_000000023055	1617	0.7595044995146123	2	2	2	2	1	False	48701	fragment	False	FIJ0030_000000023055	1.0		0	0	False	False	0.9981446862220764	0					non-mobilizable	no_good_hit	1055.0	76.58800000000001	65.0	0.000934271661858091	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0057_000000004535	4318	0.7595022951567832	4	2	0	2	1	False	35600	maximal	True	ISR0057_000000004535	1.0	PS78	1	1	True	True	1.0	32					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00860023724792408	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
AST0055_000000007870	4161	0.7595022951567832	4	2	0	2	1	False	113930	maximal	True	AST0055_000000007870	0.9544266042853414		2	1	True	True	1.0	148					non-mobilizable	no_good_hit								True	True
AST0058_000000003887	4129	0.7595022951567832	4	2	0	2	1	False	113930	maximal	False	AST0055_000000007870	0.9508252785419775		0	0	True	True	0.9997578263282776	15					non-mobilizable	no_good_hit								True	True
ISR0260_000000002648	4107	0.7595022951567832	4	2	0	2	1	False	113930	maximal	False	AST0055_000000007870	0.9129360051036314		0	0	True	True	1.0	27					non-mobilizable	no_good_hit								True	True
ENG0070_000000005842	4005	0.7595022951567832	5	2	0	2	1	False	62444	backbone	True	ENG0070_000000005842	1.0	PS278	1	1	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
MAD0036_000000006652	3863	0.7595022951567832	4	2	0	2	1	False	18741	maximal	True	MAD0036_000000006652	1.0		2	1	True	True	0.9930106401443481	4					non-mobilizable	no_good_hit								True	True
USA0036_01_000000010774	3422	0.7595022951567832	5	2	0	2	1	False	1387	fragment	False	USA0036_01_000000010774	1.0		0	0	False	False	0.9953243732452393	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000012170	2642	0.7595022951567832	3	2	0	2	1	False	33851	fragment	False	ISR0087_000000012170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0029_000000014347	1719	0.7595005009958404	2	2	2	2	2	False	109845	fragment	False	SPA0014_000000012351	0.4852457697191799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	3.0	0.001654140745801719	NZ_CP015806.1	spirochetes	Borrelia mayonii strain MN14-1539 plasmid lp28-3	True	False
ENG0187_000000003127	7234	0.7594968001789246	6	3	2	3	2	True	54998	fragment	False	ENG0187_000000003127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.937	11.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ISR0344_000000027153	1300	0.7594961183815373	2	1	1	1	1	False	24238	maximal	True	ISR0344_000000027153	1.0		1	1	False	False	0.9984615445137024	0					non-mobilizable	no_good_hit	146.0	76.712	11.0	2.234518016037545e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
FIJ0089_000000001538	12674	0.7594937007682887	12	9	8	8	8	False	45336	maximal	True	FIJ0089_000000001538	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2129.0	74.87100000000001	24.0	0.0004441503623215188	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0841_000000008390	1749	0.7594927801039648	1	1	1	1	1	False	94582	maximal	True	ISR0841_000000008390	1.0		413	15	False	False	1.0	0					non-mobilizable	other	1552.0	98.389	100.0	0.0004193683841663154	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0106_000000027133	1588	0.7594927801039648	1	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.9771525321440204		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	99.055	100.0	0.0004291022731605045	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0052_000000022049	1338	0.7594927801039648	1	1	1	1	1	False	51865	fragment	False	FIJ0005_000000026868	0.9206106153282717		0	0	False	False	0.9417040348052979	0					non-mobilizable	other	1284.0	98.988	96.0	0.011752195515464862	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0102_000000033492	1314	0.7594927801039648	1	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.1733615221987315		0	0	False	False	0.9984779357910156	0					non-mobilizable	chromosome	1314.0	99.087	100.0	0.00038061446190014453	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0070_000000026919	1298	0.7594927801039648	1	1	1	1	1	False	51865	fragment	False	FIJ0005_000000026868	0.9160730721612523		0	0	False	False	0.9776579141616821	0					non-mobilizable	other	1304.0	82.132	100.0	0.07221201492121819	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	False	False
SPA0008_000000015136	2013	0.7594842430647124	2	2	2	2	1	False	62569	fragment	False	SPA0008_000000015136	1.0		0	0	False	False	0.999006450176239	0					non-mobilizable	other	2013.0	99.851	100.0	0.00038968164829914225	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0161_000000006507	2495	0.7594799031143754	3	2	1	1	2	False	48089	fragment	False	FIJ0161_000000006507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	74.602	57.0	0.11421319796954314	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0165_000000018021	1349	0.7594768635186543	3	2	2	2	2	False	30231	fragment	False	ISR0165_000000018021	1.0		0	0	False	False	0.9985173940658569	0					non-mobilizable	no_good_hit	396.0	73.737	29.0	6.376544182393177e-05	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	False
ISR0172_000000004555	3493	0.7594594713311945	5	2	2	1	1	False	31954	maximal	True	ISR0172_000000004555	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	87.65799999999999	50.0	0.0002268434398449379	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
FIJ0008_000000009171	3130	0.7594564034803872	4	3	3	3	2	False	51436	maximal	True	FIJ0008_000000009171	0.9998400000000001		2	1	False	False	0.9977635741233826	0					non-mobilizable	no_good_hit	182.0	98.90100000000001	10.0	4.028176762627778e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0055_000000004513	3125	0.7594564034803872	4	3	3	3	2	False	51436	maximal	False	FIJ0008_000000009171	0.9990415335463259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	98.86399999999999	10.0	3.894646041214702e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0217_000000012973	1789	0.7594463540032885	3	3	2	1	3	False	75199	maximal	True	ISR0217_000000012973	1.0		111	11	False	False	0.9977641105651855	0					non-mobilizable	no_good_hit	238.0	74.37	13.0	8.263634557464788e-05	NC_014720.1	firmicutes	Caldicellulosiruptor kronotskyensis 2002, complete sequence	True	False
ISR0141_000000001922	16304	0.7594444088221447	19	12	5	10	7	True	132288	fragment	False	CHI0140_000000001647	0.7740879974041942		0	0	False	False	1.0	0					non-mobilizable	other	11304.0	92.852	96.0	0.49856048190636487	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ISR0147_000000004155	5632	0.7594430372298616	6	4	2	4	4	True	105439	fragment	False	ISR0253_000000001523	0.6626383835294484		0	0	False	True	0.9998224377632141	0					non-mobilizable	other	5632.0	99.59200000000001	100.0	0.001189258530781014	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0111_000000008288	4059	0.7594389214217533	2	2	2	2	1	False	4581	fragment	False	SPA0111_000000008288	1.0		0	0	False	False	0.9997536540031433	0					non-mobilizable	no_good_hit								True	False
ENG0081_000000006642	3921	0.7594292080871132	7	4	1	4	2	False	61674	fragment	False	ENG0081_000000006642	1.0		0	0	False	False	0.9966844916343689	0					non-mobilizable	no_good_hit								True	False
MON0083_000000010766	3147	0.759416631638484	4	3	1	2	3	True	105580	fragment	False	SPA0136_000000012011	0.9448870428511706		0	0	False	False	1.0	0					non-mobilizable	other	2382.0	99.07600000000001	98.0	0.00046114910765420364	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0140_000000005130	3021	0.7594118714689949	6	4	4	4	3	False	106105	maximal	True	ENG0140_000000005130	1.0		5	3	False	False	0.9890764355659485	0					non-mobilizable	other	1041.0	95.29299999999999	100.0	0.0003773262855513812	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CAN0014_000000012380	3672	0.7594009653874746	4	3	3	3	3	False	97406	fragment	False	ENG0037_000000009338	0.9905484803397697		0	0	False	False	1.0	0					non-mobilizable	other	2077.0	98.604	100.0	0.0005556687721380447	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CHI0143_000000002018	8977	0.7593866126850042	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.963434022303461		0	0	False	False	1.0	0					non-mobilizable	other	8977.0	99.009	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0034_01_000000014797	3785	0.7593857419270102	4	4	4	4	3	False	1476	fragment	False	USA0034_01_000000014797	1.0		0	0	False	False	0.9952443838119507	0					non-mobilizable	no_good_hit	86.0	86.04700000000001	2.0	0.0018237603793421588	NZ_JH376837.1	CFB group bacteria	Alloprevotella rava F0323 supercont1.11, whole genome shotgun sequence	True	False
ISR0005_000000005799	2450	0.759383534972626	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8965202583740121	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2450.0	98.939	100.0	0.0007099198912364462	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0134_000000001843	14941	0.7593820933922923	15	14	3	6	13	True	117336	maximal	True	ISR0134_000000001843	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6446.0	94.089	86.0	0.0026642895269564145	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
CHI0142_000000001819	8332	0.7593762131761639	9	5	4	4	4	False	89302	maximal	True	CHI0142_000000001819	1.0		10	3	True	True	1.0	8					non-mobilizable	no_good_hit	2466.0	99.838	30.0	0.7830368487928844	KU546620.1	bacteria	Uncultured bacterium clone TE_03G_000_Contig_7 genomic sequence	True	True
FIJ0066_000000005871	5102	0.7593739204524237	5	4	4	4	4	False	124964	maximal	False	ISR0014_000000006808	0.9812624981550173		0	0	False	False	0.9988240003585815	0					non-mobilizable	no_good_hit	2688.0	78.385	65.0	0.006365987369726086	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0035_000000002213	11009	0.7593695517245026	11	9	4	7	5	False	111572	fragment	False	DEN0035_000000002213	1.0		0	0	False	False	0.9997274875640869	0					non-mobilizable	chromosome	9927.0	99.929	90.0	0.0018008809185182122	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0088_000000005266	4227	0.7593693023982211	7	4	2	3	3	False	124396	fragment	False	CAN0012_000000012251	0.9639786195677434		0	0	False	False	1.0	0					non-mobilizable	other	4229.0	94.443	100.0	0.3802626844188557	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0147_000000019481	1308	0.7593642087654169	3	3	2	3	2	False	71393	fragment	False	ISR0200_000000017230	0.8297870779586906		0	0	False	False	0.9892966151237488	0					non-mobilizable	other	1308.0	99.006	100.0	0.005013656171361934	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0110_000000001039	17196	0.759358429166554	16	9	5	8	4	True	123970	maximal	False	ENG0114_000000001340	0.9704083648252452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2526.0	90.024	15.0	0.001482060706195744	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
SPA0138_000000007913	3164	0.7593550571886009	4	2	2	2	2	False	99278	fragment	False	USA0015_01_000000010024	0.9675366426499996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	92.78	9.0	0.001132395961121072	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0156_000000015883	1317	0.7593455765953644	3	2	2	2	2	False	59208	maximal	True	SPA0156_000000015883	1.0		49	9	False	False	0.9992406964302063	0					non-mobilizable	no_good_hit	914.0	99.015	69.0	0.0028235134031841065	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0031_01_000000022677	1152	0.7593426418654731	2	2	2	2	2	False	1510	fragment	False	USA0031_01_000000022677	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	99.65299999999999	100.0	0.00030142899867434094	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ISR0104_000000003145	7764	0.7593409787953072	9	7	4	6	5	False	86256	maximal	True	ISR0104_000000003145	1.0		1	1	False	False	0.9998711943626404	0					non-mobilizable	no_good_hit								True	False
ISR0213_000000002267	8875	0.7593376846986148	8	8	4	5	8	False	128552	maximal	True	ISR0213_000000002267	1.0		1	1	False	False	0.998309850692749	0					non-mobilizable	no_good_hit	2678.0	90.03	72.0	0.22654927192685403	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0093_000000022379	1687	0.7593305278033415	3	3	3	2	2	False	9962	fragment	False	SPA0093_000000022379	1.0		0	0	False	False	0.9857735633850098	0					non-mobilizable	no_good_hit	525.0	71.429	30.0	0.0026833773506015103	NZ_AUIK01000025.1	actinobacteria	Solirubrobacter soli DSM 22325 G569DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	False
FIJ0091_000000006743	3715	0.7593283618441817	5	1	1	1	1	False	45770	fragment	False	FIJ0091_000000006743	1.0		0	0	False	False	0.9997308254241943	0					non-mobilizable	no_good_hit	732.0	94.945	37.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0202_000000006194	3714	0.7593248400566375	5	4	2	3	2	False	54142	maximal	True	ENG0202_000000006194	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2505.0	92.495	67.0	0.039608662613981764	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
ISR0360_000000002002	10968	0.7593166649137886	10	5	4	4	2	True	62422	fragment	False	ISR0360_000000002002	1.0		0	0	False	False	0.9999088048934937	0					non-mobilizable	no_good_hit	90.0	91.111	1.0	0.0014108396873959703	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
CHI0176_000000005097	1487	0.7593006835420757	2	2	2	2	2	False	77715	fragment	False	CHI0176_000000005097	1.0		0	0	False	False	1.0	0					non-mobilizable	other	928.0	91.81	100.0	0.00032230167297216496	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0131_000000007416	2284	0.7592992581866179	3	2	2	2	2	False	81026	fragment	False	CHI0131_000000007416	1.0		0	0	False	False	0.9969351887702942	0					non-mobilizable	chromosome	2266.0	100.0	99.0	0.000976190014416581	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0004_000000010312	1848	0.7592992581866179	2	2	2	2	2	False	38566	fragment	False	ISR0004_000000010312	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1848.0	100.0	100.0	0.0007960366254425718	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0854_000000000389	13388	0.7592891822710326	12	8	5	7	4	True	55422	backbone	True	ISR0854_000000000389	1.0	PS235	2	1	True	True	1.0	28					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.220692600281613e-07	CP050572.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 04a	True	True
CAN0014_000000014517	3198	0.7592873551319405	8	3	2	2	3	False	93695	fragment	False	CAN0014_000000014517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0111_01_000000009483	2618	0.7592862536910483	3	3	3	3	3	False	122159	fragment	False	USA0111_01_000000009483	0.9764668221535894		0	0	False	False	0.9973261952400208	0					non-mobilizable	other	1117.0	94.181	100.0	0.00033489315643425526	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0368_000000005638	2266	0.7592818919593529	4	3	2	3	1	True	124250	fragment	False	ISR0071_000000003227	0.1286146742754585		0	0	False	False	1.0	0		MOBV			mobilizable	other	2270.0	92.73100000000001	100.0	0.0057939061438478205	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ENG0043_000000016397	2092	0.7592818919593529	4	3	2	3	1	True	124277	fragment	False	ENG0208_000000012463	0.14701737905119774		0	0	False	False	1.0	0		MOBV			mobilizable	other	1943.0	99.846	93.0	0.004932902868551602	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
MAD0047_000000021622	2084	0.7592818919593529	4	3	2	3	1	True	124250	fragment	False	ISR0071_000000003227	0.1671482945799685		0	0	False	False	1.0	0		MOBV			mobilizable	other	2087.0	93.531	100.0	0.000630783124055527	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0022_000000000135	26887	0.7592746761578629	23	14	3	13	7	True	13035	maximal	True	MON0022_000000000135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	93.103	1.0	0.014947062487025119	NZ_LT635842.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ITA0003_000000004164	1542	0.7592723978196477	1	1	1	1	1	False	111299	fragment	False	ISR0832_000000008004	0.9510701942175643		0	0	False	False	0.993514895439148	0					non-mobilizable	no_good_hit	76.0	94.73700000000001	5.0	2.6142132333565243e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0095_000000001082	17194	0.7592715671997363	23	21	1	4	20	True	61004	fragment	False	ENG0095_000000001082	1.0		0	0	False	False	1.0	0					non-mobilizable	other	17021.0	100.0	100.0	0.003453676298405749	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	True
FIJ0113_000000015001	1711	0.7592669144338904	2	2	2	2	2	False	41937	fragment	False	FIJ0113_000000015001	1.0		0	0	False	False	0.9964932799339294	0					non-mobilizable	other	1612.0	85.484	94.0	0.012279883471093338	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
MON0080_000000050253	1170	0.7592644480920944	2	2	2	2	2	False	10007	fragment	False	MON0080_000000050253	1.0		0	0	False	False	0.9991452693939209	0					non-mobilizable	other	1156.0	76.557	98.0	0.08296371700719843	NZ_JH379383.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld151, whole genome shotgun sequence	False	False
SPA0030_000000011353	2712	0.7592561787896329	5	3	1	1	3	False	96178	fragment	False	SPA0030_000000011353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	76.937	48.0	0.00016292406305176653	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0064_000000010930	1935	0.7592561787896329	3	3	1	1	3	False	96177	fragment	False	CAN0005_000000008513	0.947476649272263		0	0	False	False	0.99896639585495	0					non-mobilizable	no_good_hit	1045.0	77.608	53.0	0.0001635456964026373	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ISR0783_000000006319	2184	0.7592539510619509	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.1465200795100129		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	92.522	100.0	0.01222279673675744	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0116_000000013627	1986	0.7592527450802125	3	2	2	1	1	True	106208	fragment	False	AST0116_000000013627	0.9933190948192089		0	0	False	False	0.9989929795265198	0					non-mobilizable	chromosome	1986.0	99.094	100.0	0.0009010513930663074	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0003_000000013372	1948	0.7592527450802125	3	2	2	1	1	True	106208	fragment	False	AST0116_000000013627	0.9876859207870733		0	0	False	False	1.0	0					non-mobilizable	chromosome	1948.0	100.0	100.0	0.0008838020464987912	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0848_000000011367	1568	0.7592527450802125	3	2	2	1	1	True	20611	fragment	False	ISR0848_000000011367	1.0		0	0	False	False	0.9923469424247742	0					non-mobilizable	chromosome	1574.0	98.602	100.0	0.0007174693992231444	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
AUS0002_000000017648	2070	0.7592522739664045	3	3	3	3	2	False	102935	fragment	False	AUS0002_000000017648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	79.557	22.0	0.00013027287503228677	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
SPA0107_000000007166	4275	0.7592487247003312	10	3	1	2	3	False	119855	maximal	True	SPA0107_000000007166	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	883.0	96.149	21.0	0.06298705941231143	MK233908.1	viruses	Uncultured human fecal virus clone R.torques_S04.r1.O04_1-CL01_c44 sequence	True	False
ISR0386_000000011821	2818	0.7592407885705316	3	3	3	3	2	False	108246	fragment	False	ISR0386_000000011821	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2104.0	76.473	94.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0155_000000011616	1918	0.7592386300158236	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.977006476096985		0	0	False	False	0.9994786381721497	0					non-mobilizable	other	1919.0	98.854	100.0	0.02567019553782941	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0027_000000008310	3142	0.7592378864762656	5	4	2	4	4	True	124291	fragment	False	AUS0022_000000012105	0.9356399093416524		0	0	False	False	1.0	0		MOBV			mobilizable	other	3162.0	88.14	100.0	0.11710673112681294	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
ISR0190_000000001630	14586	0.7592369849361114	12	7	5	7	1	False	115742	fragment	False	ISR0190_000000001630	1.0		0	0	False	False	0.9986974000930786	0					non-mobilizable	virus	9696.0	96.81299999999999	97.0	0.27578456198253054	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ISR0778_000000003034	4070	0.7592353248608086	4	3	3	3	3	False	116688	fragment	False	ISR0778_000000003034	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3532.0	99.54700000000001	87.0	0.0004983889517148476	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ENG0057_000000005627	3893	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9328259778421808	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3881.0	96.90799999999999	99.0	0.0005472257054087975	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0209_000000007984	3693	0.7592353248608086	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9561919455886276	PS782	0	0	False	True	0.9853777289390564	0					non-mobilizable	chromosome	3538.0	99.57600000000001	97.0	0.0004992358318367079	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0138_000000007984	3677	0.7592353248608086	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9423719358306476	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3500.0	99.686	96.0	0.000493872257731592	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0396_000000006031	3674	0.7592353248608086	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9561238109918875	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3535.0	99.54700000000001	97.0	0.0004988123917757778	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0015_000000006642	3639	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.939632944887658	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3496.0	99.113	97.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
CHI0030_000000001586	3616	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.954161095155701	PS782	0	0	False	True	0.9991703629493713	0					non-mobilizable	chromosome	3537.0	99.57600000000001	99.0	0.0004990946851497313	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0836_000000005572	3614	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9417169072911378	PS782	0	0	False	True	0.9966796040534973	0					non-mobilizable	chromosome	3535.0	99.51899999999999	98.0	0.0004988123917757778	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0086_000000007020	3600	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9326901418193332	PS782	0	0	False	True	0.9758333563804626	0					non-mobilizable	chromosome	3520.0	99.68799999999999	100.0	0.0004966951914711267	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0027_000000007332	3560	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9524092372050423	PS782	0	0	False	True	0.998314619064331	0					non-mobilizable	chromosome	3521.0	99.631	99.0	0.0004968363381581035	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0344_000000009081	3501	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9191079621291383	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3501.0	99.686	100.0	0.0004940134044185688	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
USA0027_01_000000007816	3497	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9186857757309365	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3497.0	99.743	100.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0333_000000005689	3497	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.919051693830861	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3497.0	99.714	100.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
CHI0003_000000002992	3497	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.919051693830861	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3497.0	99.714	100.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
USA0117_01_000000006826	3497	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.919051693830861	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3497.0	99.714	100.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0112_000000008659	3497	0.7592353248608086	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9188714656549283	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3496.0	99.714	100.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
MON0034_000000008640	2930	0.75922646214956	3	3	2	3	3	False	125473	fragment	False	MAD0095_000000009918	0.5405694741912163		0	0	False	False	0.9993174076080322	0					non-mobilizable	no_good_hit	1390.0	85.68299999999999	83.0	0.0003881311290393391	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0073_000000020284	1372	0.7592231896361162	3	2	2	2	2	False	49557	maximal	True	ISR0073_000000020284	0.9747740963855422		68	13	False	False	0.9985422492027283	0					non-mobilizable	no_good_hit	1015.0	71.133	72.0	0.0032974156463529986	NC_014388.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 2, complete sequence	True	False
FIJ0114_000000002507	11808	0.7592231386956791	17	17	5	7	15	False	75474	maximal	True	FIJ0114_000000002507	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	11806.0	99.79700000000001	99.0	0.029258668041523314	LR134223.1	enterobacteria	Klebsiella aerogenes strain NCTC9652 genome assembly, chromosome: 1	False	False
FIJ0015_000000019634	1601	0.7592220269602188	2	2	2	2	1	False	50328	maximal	True	FIJ0015_000000019634	1.0		4	2	False	False	0.9912554621696472	0					non-mobilizable	no_good_hit	1336.0	99.626	83.0	0.0006878018471214849	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ENG0060_000000015680	1945	0.7592218874649266	2	2	2	2	2	False	108777	fragment	False	FIJ0121_000000012940	0.8112615767236881		0	0	False	False	0.9938303232192993	0					non-mobilizable	other	1836.0	96.296	94.0	0.01119881718984836	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
CAN0018_000000010610	3251	0.7592197649815172	5	4	3	3	4	False	92281	fragment	False	CAN0018_000000010610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	94.885	69.0	0.0020439383607361787	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MAD0002_000000021091	1921	0.7592108401786636	3	3	3	3	3	False	20176	maximal	True	MAD0002_000000021091	1.0		23	6	False	False	0.9713690876960754	0					non-mobilizable	no_good_hit	126.0	77.778	6.0	2.137245122570132e-05	NZ_JQMO01000003.1	high GC Gram+	Kitasatospora azatica KCTC 9699 BR98DRAFT_unitig_0_quiver.3_C, whole genome shotgun sequence	True	False
ISR0133_000000005248	3589	0.759209698425629	5	5	1	3	3	False	84012	maximal	True	ISR0133_000000005248	1.0		1	1	False	False	0.999721348285675	0					non-mobilizable	no_good_hit	1435.0	77.422	39.0	0.0003323274731350949	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
FIJ0015_000000006865	4205	0.7592080274118358	6	5	4	5	4	False	125489	maximal	True	FIJ0015_000000006865	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	85.75299999999999	67.0	0.0004174926337577329	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0081_000000001810	10783	0.759207621649132	10	10	9	9	7	False	105634	maximal	False	ISR0257_000000000971	0.956185128466905		0	0	False	False	1.0	0					non-mobilizable	other	5275.0	98.806	95.0	0.03065601785652007	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0338_000000005346	4318	0.7592037624695118	6	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.4542005627812841	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4318.0	99.838	100.0	0.13066771596343604	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
MON0043_000000015085	1879	0.7591951064305101	4	3	3	1	1	False	11679	fragment	False	MON0043_000000015085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0131_000000015925	1705	0.7591917195020043	2	2	2	2	1	False	72215	maximal	True	SPA0131_000000015925	1.0		260	9	False	False	0.9988269805908203	0					non-mobilizable	no_good_hit	1352.0	97.411	79.0	0.0003839950848629138	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0018_000000013023	2056	0.7591854782625508	3	3	2	3	1	False	49975	fragment	False	FIJ0018_000000013023	0.943661971830986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	80.819	32.0	0.0001427150375500603	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0092_000000009742	1882	0.7591854782625508	3	3	2	3	1	False	15709	fragment	False	MAD0092_000000009742	1.0		0	0	False	False	0.9994686245918274	0					non-mobilizable	no_good_hit	515.0	82.71799999999999	27.0	0.0016341895341923957	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0112_000000014740	1855	0.7591854782625508	3	3	2	3	1	False	49975	fragment	False	FIJ0018_000000013023	0.6340791180285343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	80.531	24.0	8.989713580256135e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0272_000000006058	1729	0.7591850421898823	3	3	3	2	3	False	126805	maximal	True	ISR0272_000000006058	1.0		0	0	False	False	0.9994216561317444	0					non-mobilizable	chromosome	1467.0	79.277	100.0	0.0006300000563661441	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0177_000000011297	2389	0.7591805829502195	3	2	2	2	2	True	122735	maximal	True	ENG0177_000000011297	1.0		2	1	False	False	0.9870238304138184	0					non-mobilizable	no_good_hit	2055.0	95.766	86.0	0.03748603658871573	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0040_000000030627	1404	0.7591761158794883	2	2	2	2	2	False	51874	fragment	False	SPA0040_000000030627	0.952054794520548		0	0	False	False	0.9985755085945129	0					non-mobilizable	no_good_hit	369.0	70.732	25.0	0.3380816714150047	NZ_QXMN01000255.1	b-proteobacteria	Acidovorax cavernicola strain 1011MAR4D40.2 NODE_1465_length_1053_cov_2.21706, whole genome shotgun sequence	True	False
AST0108_000000012933	2152	0.759176038389121	2	2	2	2	2	False	107206	fragment	False	AST0108_000000012933	1.0		0	0	False	False	0.9962825179100037	0					non-mobilizable	chromosome	2071.0	99.324	96.0	0.00029217364204183925	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0028_000000007710	2438	0.7591751315085219	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.698893946404394		0	0	False	False	0.9995898008346558	0					non-mobilizable	other	2432.0	96.012	99.0	0.05534979423868313	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0061_000000005396	6578	0.7591720073993133	5	3	3	3	3	False	130670	maximal	True	AST0061_000000005396	1.0		2	1	False	False	0.9995439052581787	0					non-mobilizable	other	4361.0	98.876	98.0	0.012671471750755638	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
AST0003_000000006623	5310	0.7591720073993133	4	3	3	3	3	False	130669	fragment	False	AST0003_000000006623	1.0		0	0	False	False	0.9996233582496643	0					non-mobilizable	other	3207.0	99.40799999999999	98.0	0.009317600558009766	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
MON0081_000000017413	3230	0.7591720073993133	3	3	3	3	3	False	9989	fragment	False	MON0081_000000017413	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3154.0	99.524	98.0	0.009163566612415717	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
CHI0041_000000001632	7475	0.7591662850284089	8	8	4	7	8	True	109946	fragment	False	CHI0148_000000001294	0.988828470206653		0	0	False	False	1.0	0					non-mobilizable	other	7475.0	99.98700000000001	100.0	0.0014162615016768128	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	True
CHI0165_000000002342	7475	0.7591662850284089	8	8	4	7	8	True	109946	fragment	False	CHI0148_000000001294	0.9888246364248495		0	0	False	False	1.0	0					non-mobilizable	other	7475.0	99.96	100.0	0.0014162615016768128	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	True
CHI0043_000000000799	7475	0.7591662850284089	8	8	4	7	8	True	109946	fragment	False	CHI0148_000000001294	0.988781514357052		0	0	False	False	1.0	0					non-mobilizable	other	7475.0	99.973	100.0	0.0014162615016768128	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	True
ENG0183_000000003767	7401	0.7591662850284089	8	8	4	7	8	True	109946	fragment	False	CHI0148_000000001294	0.9823598452163868		0	0	False	False	1.0	0					non-mobilizable	other	7401.0	100.0	100.0	0.0014022391105711018	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	True
ENG0090_000000002636	7401	0.7591662850284089	8	8	4	7	8	True	109946	fragment	False	CHI0148_000000001294	0.9822721300605178		0	0	False	False	1.0	0					non-mobilizable	other	7401.0	99.986	100.0	0.0014022391105711018	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	True
ISR0347_000000018358	1227	0.7591659287330538	2	2	2	1	1	False	24160	fragment	False	ISR0347_000000018358	1.0		0	0	False	False	0.9959250092506409	0					non-mobilizable	chromosome	921.0	99.67399999999999	100.0	0.00020434499654612532	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0114_000000023171	1214	0.7591659164350608	2	1	1	1	1	False	32521	fragment	False	ISR0114_000000023171	1.0		0	0	False	False	0.9975288510322571	0					non-mobilizable	no_good_hit								True	False
ISR0204_000000007061	1671	0.7591633839701717	3	2	2	2	2	True	112642	fragment	False	ISR0204_000000007061	0.9853195433295889		0	0	False	False	0.9832435846328735	0					non-mobilizable	other	1671.0	99.88	100.0	0.0004710055206359646	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
DEN0007_000000001428	19181	0.7591624711156786	18	9	8	8	7	True	76342	maximal	True	DEN0007_000000001428	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0062_01_000000004946	5155	0.7591616719391249	9	6	6	5	3	True	120933	fragment	False	USA0062_01_000000004946	0.9635379810941376		0	0	False	False	0.9998059868812561	0					non-mobilizable	no_good_hit	2754.0	99.056	63.0	0.07470952329243132	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
ISR0255_000000014395	2184	0.7591566496703025	3	2	2	2	2	False	61381	fragment	False	ISR0255_000000014395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	4.928083281943636e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0063_000000023089	1329	0.7591520463894008	2	2	2	2	2	False	63047	fragment	False	ENG0063_000000023089	0.9453846153846154		0	0	False	False	0.9804364442825317	0					non-mobilizable	no_good_hit	466.0	79.61399999999999	35.0	0.0001146687703493157	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0050_000000023820	1637	0.7591492678731958	2	2	2	2	2	False	11327	maximal	True	MON0050_000000023820	0.996719160104987		38	8	False	False	0.9725106954574585	0					non-mobilizable	no_good_hit	1026.0	80.40899999999999	62.0	0.00989829718204513	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0068_000000010752	1920	0.7591462740231624	6	2	2	2	2	True	110399	fragment	False	ISR0068_000000010752	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1920.0	98.854	100.0	0.011047496169663737	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0287_000000002726	3797	0.7591397446878928	6	3	3	3	3	False	88332	fragment	False	ISR0287_000000002726	0.9928019194881365		0	0	False	False	1.0	0					non-mobilizable	other	3798.0	99.684	99.0	0.006058797623074812	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0369_000000002832	3751	0.7591397446878928	6	3	3	3	3	False	88332	fragment	False	ISR0287_000000002726	0.9868317092441401		0	0	False	False	0.9994668364524841	0					non-mobilizable	other	3751.0	99.973	100.0	0.005983800654867144	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0026_000000002725	9439	0.7591308905680955	17	3	2	3	2	True	49146	maximal	True	FIJ0026_000000002725	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0008_000000008001	3576	0.7591246347945905	3	3	3	3	2	False	95046	maximal	True	CAN0008_000000008001	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	71.545	24.0	0.0001907013910997552	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0089_000000004910	3894	0.7591193408649848	4	4	4	4	2	True	68854	fragment	False	DEN0089_000000004910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	81.89699999999999	3.0	0.0011313689564372892	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0094_000000009067	1896	0.7591130951179732	2	2	2	1	1	False	61024	maximal	True	ENG0094_000000009067	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	98.81	9.0	5.263799902477863e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0398_000000002865	7497	0.7591126270060408	8	7	5	3	4	False	99620	maximal	False	FIJ0042_000000002781	0.9520642474110264		0	0	False	False	0.9993330836296082	0					non-mobilizable	plasmid	7314.0	99.521	100.0	0.011834290800226556	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
SPA0096_000000029837	1424	0.7591096170741896	3	2	2	2	1	False	5157	fragment	False	SPA0096_000000029837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	76.95	61.0	0.0003052344712403847	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0050_000000002494	8273	0.7591041444139122	11	10	9	10	9	False	121739	maximal	True	ENG0050_000000002494	1.0		6	2	False	False	0.9972198605537415	0					non-mobilizable	no_good_hit	600.0	86.0	40.0	0.00016805711918622135	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0052_000000002868	6580	0.7590909357166608	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8547973128083495	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	58					non-mobilizable	plasmid	4644.0	94.811	99.0	0.7128591181441082	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0162_000000005504	6267	0.7590909357166608	9	4	2	2	3	False	130739	backbone	False	ISR0014_000000005210	0.8071832805893343	PS1125|PS140|PS493|PS494	0	0	True	True	1.0	1					non-mobilizable	plasmid	3503.0	95.83200000000001	99.0	0.5375633737901367	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
SPA0043_000000007069	2460	0.7590801583424427	5	2	2	1	2	False	39939	fragment	False	MAD0058_000000005517	0.949026646031974		0	0	False	False	0.9987804889678955	0					non-mobilizable	no_good_hit	996.0	73.092	42.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0001_000000003706	3058	0.7590714823264745	7	3	3	3	2	True	3111	maximal	True	TAN0001_000000003706	1.0		1	1	False	False	0.9950948357582092	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.479788437273221e-05	NZ_QRHA01000007.1	g-proteobacteria	Alteromonas aestuariivivens strain KCTC 52655 Contig7, whole genome shotgun sequence	True	True
AST0055_000000003930	7307	0.7590677979033068	6	6	4	6	4	False	113978	maximal	False	SPA0092_000000004685	0.9736702831436888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0068_000000018418	1109	0.7590667386540395	2	2	1	1	2	False	34986	fragment	False	MON0012_000000052374	0.956366874443455		0	0	False	False	1.0	0					non-mobilizable	chromosome	1110.0	94.414	100.0	0.0002502346232407782	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0222_000000022575	2215	0.7590623616449416	3	2	0	1	2	False	27879	maximal	True	ISR0222_000000022575	1.0		6	2	False	False	0.985101580619812	0					non-mobilizable	plasmid	1998.0	94.645	100.0	0.23318910068997778	CP016719.1	firmicutes	Lactococcus lactis subsp. lactis strain UC063 plasmid pUC063E, complete sequence	False	True
SPA0007_000000017030	1526	0.7590623616449416	2	2	0	1	2	False	8196	fragment	False	SPA0007_000000017030	1.0		0	0	False	False	0.9888597726821899	0					non-mobilizable	plasmid	1454.0	96.836	99.0	0.16992164659104197	CP016719.1	firmicutes	Lactococcus lactis subsp. lactis strain UC063 plasmid pUC063E, complete sequence	False	True
ENG0116_000000002852	6940	0.7590611399030985	10	4	3	4	3	False	59490	fragment	False	ENG0116_000000002852	1.0		0	0	False	False	0.9998559355735779	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0151_000000003754	4476	0.7590602711715129	5	2	1	1	1	True	82707	maximal	True	SPA0151_000000003754	1.0		17	5	False	False	0.9941912293434143	0					non-mobilizable	no_good_hit	87.0	95.402	2.0	0.0067957329118925325	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
CHI0110_000000003990	2205	0.7590602711715129	3	2	1	1	1	True	82706	fragment	False	CHI0110_000000003990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0068_000000014028	1995	0.7590602711715129	3	2	1	1	1	True	16455	fragment	False	MAD0068_000000014028	1.0		0	0	False	False	0.9989975094795227	0					non-mobilizable	no_good_hit								True	True
MON0101_000000031547	2035	0.7590538717251385	3	2	2	2	2	False	95285	fragment	False	MON0101_000000031547	0.9834352701325179		0	0	False	False	1.0	0					non-mobilizable	chromosome	2051.0	86.104	100.0	0.0006526945972680944	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0118_000000001186	5790	0.7590470179658924	8	4	2	3	2	True	81405	maximal	False	ISR0822_000000000884	0.9927611064735911		0	0	True	True	0.9963730573654175	5					non-mobilizable	plasmid	5160.0	99.884	100.0	0.9001919385796545	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	False	True
ENG0048_000000022270	1134	0.7590464969009874	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.0943316925564636		0	0	False	False	0.9902998208999634	0					non-mobilizable	chromosome	544.0	90.074	100.0	0.00017501884756374085	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0062_000000007422	1943	0.7590452241149364	4	2	2	2	2	False	85580	maximal	True	CHI0062_000000007422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	91.14399999999999	74.0	0.00044162508900180664	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0093_000000005079	5306	0.7590450954209165	4	3	2	2	0	True	45113	fragment	False	MAD0093_000000005079	1.0		0	0	False	False	0.9898228645324707	0					non-mobilizable	no_good_hit								True	True
ENG0192_000000008051	2571	0.7590417806042951	4	3	2	2	2	False	109615	fragment	False	ISR0339_000000004178	0.7166501270195945		0	0	False	False	1.0	0					non-mobilizable	other	2494.0	99.439	97.0	0.012288127232186901	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0119_01_000000009627	2515	0.7590417806042951	4	3	2	2	2	False	109615	fragment	False	ISR0339_000000004178	0.8332610599551651		0	0	False	False	1.0	0					non-mobilizable	other	2515.0	99.324	100.0	0.0123917204364727	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0350_000000007774	2360	0.7590417806042951	4	3	2	2	2	False	109615	fragment	False	ISR0339_000000004178	0.7580303759302179		0	0	False	False	1.0	0					non-mobilizable	other	2360.0	99.025	100.0	0.011607371889737367	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0144_000000015158	2077	0.7590324708134051	3	3	3	2	2	False	40087	maximal	True	FIJ0144_000000015158	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2059.0	99.95100000000001	99.0	0.020170933469243736	CP043218.1	enterobacteria	Escherichia coli O80:H26 strain EC-107 plasmid pET6.1-IncY, complete sequence	False	True
MON0065_000000017652	1484	0.7590281792090721	2	1	1	1	1	False	10668	fragment	False	MON0065_000000017652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0142_000000020961	1632	0.7590274553540727	3	2	2	2	1	True	57677	maximal	True	ENG0142_000000020961	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	98.12799999999999	23.0	0.00011259758709106398	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
FIJ0096_000000012665	2785	0.7590256765112051	4	3	3	3	2	False	43020	maximal	True	FIJ0096_000000012665	1.0		3	1	False	False	0.999640941619873	0					non-mobilizable	no_good_hit	151.0	83.444	5.0	5.9830401302171806e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
CHI0116_000000008540	1903	0.7590248390826991	3	3	3	3	2	False	131557	fragment	False	ENG0080_000000013234	0.6198096090779911		0	0	False	False	1.0	0					non-mobilizable	other	1910.0	80.0	99.0	0.010927169466070535	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	False
ENG0205_000000004477	1901	0.7590248390826991	3	3	3	3	2	False	131571	fragment	False	USA0047_01_000000018471	0.9582930588752374		0	0	False	False	1.0	0					non-mobilizable	chromosome	1856.0	99.569	100.0	0.0002957986859522095	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
CHI0115_000000004196	1896	0.7590248390826991	3	3	3	3	2	False	131571	fragment	False	USA0047_01_000000018471	0.9586636289741384		0	0	False	False	1.0	0					non-mobilizable	chromosome	1856.0	99.946	100.0	0.0002859263358193254	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0009_000000006554	1889	0.7590248390826991	3	3	3	3	2	False	131571	fragment	False	USA0047_01_000000018471	0.9583386488376197		0	0	False	False	0.9973530769348145	0					non-mobilizable	chromosome	1856.0	99.946	100.0	0.0002859263358193254	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0031_000000005177	1884	0.7590248390826991	3	3	3	3	2	False	131571	fragment	False	USA0047_01_000000018471	0.961133748996318		0	0	False	False	1.0	0					non-mobilizable	other	1884.0	99.62799999999999	100.0	0.0003007813766650198	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ENG0136_000000006062	1883	0.7590248390826991	3	3	3	3	2	False	131571	fragment	False	USA0047_01_000000018471	0.9575657206018875		0	0	False	False	1.0	0					non-mobilizable	chromosome	1856.0	99.569	100.0	0.0002957986859522095	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0117_01_000000011523	1852	0.7590248390826991	3	3	3	3	2	False	131571	fragment	False	USA0047_01_000000018471	0.9531865623446014		0	0	False	False	0.9989200830459595	0					non-mobilizable	chromosome	1852.0	100.0	100.0	0.0002951608451199675	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
AST0002_000000022992	1630	0.7590248390826991	3	3	3	3	2	False	131556	fragment	False	AST0002_000000022992	1.0		0	0	False	False	0.9981595277786255	0					non-mobilizable	chromosome	1611.0	99.565	99.0	0.00025673093497738934	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
MAD0043_000000004401	4987	0.7590162008613234	5	3	2	3	1	True	79194	maximal	False	ENG0112_000000005326	0.9584398089147008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	75.497	21.0	0.00033811191730085484	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0095_000000024636	1138	0.7590151317620111	2	2	1	2	1	False	60897	fragment	False	ENG0095_000000024636	1.0		0	0	False	False	0.994727611541748	0					non-mobilizable	chromosome	1138.0	98.77	100.0	0.00016034263640556977	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0030_000000009465	2240	0.7590065833633756	3	2	2	2	1	False	37049	fragment	False	ISR0030_000000009465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	79.388	22.0	0.0008488665342293982	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
CAN0003_000000023846	2081	0.7590059082956733	4	2	2	1	0	True	96613	maximal	True	CAN0003_000000023846	1.0		2	2	False	False	0.9937530159950256	0					non-mobilizable	no_good_hit	1104.0	89.31200000000001	67.0	0.0003474200981106784	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ISR0292_000000007353	2528	0.7590002481643789	3	3	3	2	1	False	41073	maximal	True	ISR0292_000000007353	1.0		1	1	False	False	0.9786392450332642	0					non-mobilizable	no_good_hit	1749.0	95.82600000000001	77.0	0.02477812768393931	NZ_JH379471.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1440, whole genome shotgun sequence	True	False
AUS0006_000000021162	1258	0.7589988193327888	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.11352416685547995	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1265.0	83.478	100.0	0.014923433216750166	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0003_000000017207	1250	0.7589988193327888	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.10797620681119081	PS1128	0	0	False	True	0.9976000189781189	0					non-mobilizable	other	1259.0	83.79700000000001	100.0	0.014828906323849134	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0157_000000007606	3856	0.7589966555978475	6	1	1	1	1	False	33056	fragment	False	ISR0157_000000007606	0.9973979731580389		0	0	False	False	0.9942945837974548	0					non-mobilizable	no_good_hit								True	False
ISR0251_000000003481	3651	0.7589966555978475	5	1	1	1	1	False	33056	fragment	False	ISR0157_000000007606	0.970954356846473		0	0	False	False	0.9950698614120483	0					non-mobilizable	no_good_hit								True	False
ISR0103_000000010514	2662	0.7589966555978475	3	1	1	1	1	False	33055	fragment	False	ISR0103_000000010514	1.0		0	0	False	False	0.9996243715286255	0					non-mobilizable	no_good_hit								True	False
USA0116_01_000000007056	3741	0.7589928400049566	3	2	2	2	2	False	81681	fragment	False	USA0116_01_000000007056	1.0		0	0	False	False	0.9991980791091919	0					non-mobilizable	no_good_hit	1159.0	81.881	31.0	0.00028048352024470717	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0282_000000011664	1979	0.7589850340579385	4	4	4	3	3	False	130865	maximal	True	ISR0282_000000011664	1.0	PS1128	36	4	False	True	0.990399181842804	0					non-mobilizable	no_good_hit	514.0	99.22200000000001	77.0	0.00014562676852781272	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MAD0030_000000008967	1360	0.7589846952437798	2	2	2	2	1	True	18973	fragment	False	MAD0030_000000008967	1.0		0	0	False	False	0.9970588088035583	0					non-mobilizable	other	1368.0	87.354	100.0	0.005770753330990597	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	True
FIJ0170_000000005585	2876	0.7589821259926656	3	3	3	3	2	False	51099	maximal	False	FIJ0010_000000005921	0.9595375722543353		0	0	False	False	0.9993045926094055	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.65699516219519e-07	CP032246.1	eudicots	Gossypioides kirkii chromosome KI_03	True	False
FIJ0007_000000005264	3210	0.7589807788455041	2	2	2	2	1	False	77584	fragment	False	FIJ0007_000000005264	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2846.0	99.93	99.0	0.0005167803765140121	CP052272.1	enterobacteria	Klebsiella pneumoniae strain E16KP0258 chromosome, complete genome	False	False
MON0011_000000037621	1242	0.7589766230064942	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.19624738702910652	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1245.0	91.406	100.0	0.0004325651496793929	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0165_000000006741	2902	0.7589738955388133	5	3	1	1	3	True	30251	fragment	False	ISR0165_000000006741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	97.11	24.0	0.00018308512962745895	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0045_000000006640	3346	0.7589714536044742	5	5	4	5	4	False	127054	fragment	False	ENG0049_000000005054	0.7860909976856054		0	0	False	False	1.0	0					non-mobilizable	other	2767.0	98.554	100.0	0.0008263200268105572	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0112_000000016986	1116	0.7589628698059564	2	1	1	1	1	False	82367	maximal	True	CHI0112_000000016986	1.0		1	1	False	False	0.9865591526031494	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	2.2580996151445555e-06	NZ_LK022848.1	high GC Gram+	Streptomyces iranensis genome assembly Siranensis, scaffold SCAF00001	True	False
CHI0154_000000005042	5445	0.7589593467531325	8	7	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6113838782014764	PS1110	0	0	True	True	1.0	129		MOBV			mobilizable	other	4697.0	93.421	94.0	0.9236385161799526	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0338_000000003935	5396	0.7589593467531325	7	7	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6347686730103704	PS1110	0	0	True	True	0.9998146891593933	6		MOBV			mobilizable	other	3954.0	92.994	94.0	0.7709155485398579	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0210_000000009750	1969	0.7589592625713978	3	3	2	2	3	True	120623	fragment	False	CHI0102_000000004286	0.9775466690169253		0	0	False	False	0.9994921088218689	0					non-mobilizable	other	1969.0	99.492	100.0	0.9057301293900185	KU545084.1	bacteria	Uncultured bacterium clone CH_01C_014_Contig_12 genomic sequence	False	True
CHI0102_000000004286	1935	0.7589592625713978	3	3	2	2	3	True	120623	fragment	False	CHI0102_000000004286	0.994074006761742		0	0	False	False	1.0	0					non-mobilizable	other	1935.0	100.0	100.0	0.6999638074556641	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
MAD0063_000000001814	5565	0.7589588324780423	5	4	4	3	3	False	16731	maximal	True	MAD0063_000000001814	1.0		1	1	False	False	0.998921811580658	0					non-mobilizable	no_good_hit	165.0	86.667	5.0	8.901996756576833e-05	CP051151.1	bacteria	Tenericutes bacterium zrk29 chromosome, complete genome	True	False
ISR0032_000000003957	7484	0.7589534481432667	13	7	4	5	3	True	110686	fragment	False	USA0019_01_000000003636	0.944334127614509		0	0	False	False	0.9975948929786682	0					non-mobilizable	no_good_hit	4244.0	98.822	76.0	0.0011362422169550477	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0057_000000005359	4084	0.7589525917934189	6	2	2	2	2	False	63573	fragment	False	ENG0057_000000005359	1.0		0	0	False	False	0.997551441192627	0					non-mobilizable	no_good_hit								True	False
FIJ0143_000000001601	2890	0.7589525917934189	5	2	2	2	2	False	40134	fragment	False	FIJ0143_000000001601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	93.258	3.0	0.005852231163130944	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	False
DEN0045_000000018158	2190	0.7589511482793213	3	3	3	3	3	False	110436	fragment	False	DEN0045_000000018158	0.9976547842401501		0	0	False	False	0.9936072826385498	0					non-mobilizable	other	2190.0	99.772	100.0	0.018012309920347573	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0025_01_000000010200	1517	0.7589275325140208	2	2	2	2	1	False	1649	maximal	True	USA0025_01_000000010200	1.0		485	11	False	False	1.0	0					non-mobilizable	other	1520.0	98.02600000000001	100.0	0.002181111317192822	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0353_000000014121	2614	0.7589246487235953	4	3	3	2	1	False	119263	fragment	False	ISR0293_000000011332	0.2414233640166033		0	0	False	False	1.0	0					non-mobilizable	other	2616.0	99.044	100.0	0.018648334486225906	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
USA0009_01_000000010446	2367	0.7589228231953774	4	3	3	3	2	False	95871	fragment	False	USA0009_01_000000010446	0.9801468707080021		0	0	False	False	0.9983100891113281	0					non-mobilizable	other	2392.0	97.868	100.0	0.0011543547562457544	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0395_000000016607	2325	0.7589228231953774	3	3	3	3	2	False	95871	fragment	False	USA0009_01_000000010446	0.950207364150387		0	0	False	False	1.0	0					non-mobilizable	other	2326.0	98.022	100.0	0.0011104207190988018	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0187_000000012245	2293	0.7589228231953774	3	3	3	3	2	False	95871	fragment	False	USA0009_01_000000010446	0.9586142403518086		0	0	False	False	1.0	0					non-mobilizable	other	2293.0	98.604	100.0	0.001106558386162806	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ENG0185_000000005954	3804	0.7589209846433368	3	3	3	3	3	False	99556	maximal	True	ENG0185_000000005954	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	1296.0	88.65700000000001	34.0	0.0003894125666152079	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
ISR0383_000000006950	2029	0.7589208753292475	4	4	4	3	3	False	116013	fragment	False	FIJ0081_000000020765	0.5895717374628336		0	0	False	False	0.9886643886566162	0					non-mobilizable	chromosome	2038.0	95.584	100.0	0.0009250018700728142	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
DEN0014_000000003477	1146	0.7589188973214422	2	1	1	1	1	False	75390	fragment	False	DEN0014_000000003477	0.9546690843155032		0	0	False	False	1.0	0					non-mobilizable	chromosome	1113.0	91.64399999999999	97.0	0.0005067517486584307	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
SPA0109_000000002898	7817	0.7589110926600916	12	7	3	4	6	True	101744	maximal	False	ISR0311_000000001595	0.8586231800621699	PS589	0	0	False	True	0.9996162056922913	0					non-mobilizable	no_good_hit	1111.0	82.538	51.0	0.11914020306761719	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0326_000000007439	2499	0.7589088950002593	3	3	3	3	3	False	24831	maximal	True	ISR0326_000000007439	1.0		66	9	False	False	0.9903961420059204	0					non-mobilizable	no_good_hit	71.0	85.915	3.0	0.00048147027264973727	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
CHI0010_000000002891	2799	0.7589062813861062	4	4	3	4	2	False	101148	fragment	False	CHI0010_000000002891	1.0		0	0	False	False	0.9957127571105957	0					non-mobilizable	no_good_hit	1269.0	84.24	78.0	0.0003103952243267476	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0126_000000013558	2995	0.7588956243820862	3	3	3	3	2	False	35012	maximal	True	SPA0126_000000013558	1.0		41	8	False	False	0.9996660947799683	0					non-mobilizable	no_good_hit	2116.0	98.58200000000001	81.0	0.0006128095753670262	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0083_000000019027	1879	0.7588937692915527	4	2	1	2	2	False	44085	fragment	False	FIJ0083_000000019027	1.0		0	0	False	False	0.9952102303504944	0					non-mobilizable	other	1386.0	98.91799999999999	90.0	0.00039062433897054554	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0017_000000010930	1200	0.7588929610878334	2	2	2	1	1	False	7816	fragment	False	SPA0017_000000010930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0085_000000004907	2549	0.7588929060086784	3	3	3	3	3	False	129893	fragment	False	AST0085_000000004907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	92.791	51.0	0.7219101123595506	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ISR0399_000000000958	10878	0.7588926806790527	11	7	6	6	7	False	88839	maximal	True	ISR0399_000000000958	1.0		22	3	False	False	0.9992645978927612	0					non-mobilizable	no_good_hit	4121.0	98.374	74.0	0.09619336758524054	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0090_000000002507	7741	0.7588797130432052	8	7	7	7	7	False	125056	fragment	False	CHI0172_000000000825	0.44929279722823684		0	0	False	False	0.9996124505996704	0					non-mobilizable	other	7742.0	99.277	100.0	0.0016348872823256668	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0096_000000020795	1172	0.7588789603465881	2	1	1	1	1	False	33325	fragment	False	ISR0096_000000020795	1.0		0	0	False	False	0.9718430042266846	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	5.0	1.1713194933294315e-05	NZ_CP041305.1	firmicutes	Bacillus ciccensis strain 5L6 chromosome, complete genome	True	False
ISR0813_000000028380	1110	0.7588789603465881	3	1	1	1	1	False	21562	fragment	False	ISR0813_000000028380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	6.336646439323154e-06	NZ_CP041305.1	firmicutes	Bacillus ciccensis strain 5L6 chromosome, complete genome	True	False
USA0020_01_000000026730	1289	0.7588719508906051	2	1	1	1	1	False	1763	fragment	False	USA0020_01_000000026730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	76.331	13.0	2.5649467187058904e-05	NZ_CP054614.1	firmicutes	Paenibacillus barcinonensis strain KACC11450 chromosome, complete genome	True	False
ISR0288_000000000658	21720	0.7588647506746304	18	8	7	6	3	True	56872	fragment	False	ISR0288_000000000658	1.0		0	0	False	False	0.9996317028999329	0					non-mobilizable	no_good_hit	473.0	80.76100000000001	2.0	0.0026351643052978015	NZ_OEPZ01000005.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	True
AST0099_000000006771	3125	0.7588631087196455	4	3	2	3	2	False	108868	maximal	True	AST0099_000000006771	1.0		1	1	False	False	0.9939200282096863	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000021658	1452	0.7588534130375969	1	1	1	1	1	False	43912	maximal	True	FIJ0085_000000021658	1.0		4	3	False	False	0.9910468459129333	0					non-mobilizable	no_good_hit	34.0	94.118	2.0	0.000499024633670553	NZ_AVPG01000018.1	firmicutes	Pontibacillus litoralis JSM 072002 contig19, whole genome shotgun sequence	True	False
ISR0311_000000017352	1351	0.7588534130375969	1	1	1	1	1	False	25289	maximal	True	ISR0311_000000017352	1.0		1	1	False	False	0.9718726873397827	0					non-mobilizable	no_good_hit	34.0	94.118	3.0	0.000499024633670553	NZ_AVPG01000018.1	firmicutes	Pontibacillus litoralis JSM 072002 contig19, whole genome shotgun sequence	True	False
FIJ0098_000000018762	1285	0.7588534130375969	1	1	1	1	1	False	42840	maximal	True	FIJ0098_000000018762	1.0		4	2	False	False	0.9883268475532532	0					non-mobilizable	no_good_hit	176.0	89.773	14.0	5.515957981638479e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0003_000000010860	1226	0.7588534130375969	2	1	1	1	1	False	90912	fragment	False	CHI0003_000000010860	0.9780316344463972		0	0	False	False	0.9975529909133911	0					non-mobilizable	other	1225.0	96.98	99.0	0.5008190008190008	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
ISR0207_000000026526	1154	0.7588534130375969	1	1	1	1	1	False	28541	fragment	False	ISR0207_000000026526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	3.0	0.000499024633670553	NZ_AVPG01000018.1	firmicutes	Pontibacillus litoralis JSM 072002 contig19, whole genome shotgun sequence	True	False
CHI0152_000000012157	1103	0.7588534130375969	2	1	1	1	1	False	90912	fragment	False	CHI0003_000000010860	0.9390581876148478		0	0	False	False	1.0	0					non-mobilizable	other	864.0	97.685	100.0	0.35298935298935297	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
ISR0330_000000011584	2486	0.7588522191479617	5	4	3	4	3	True	127702	maximal	True	ISR0330_000000011584	1.0	PS1022	4	2	False	True	0.9939662218093872	0					non-mobilizable	other	1331.0	93.98899999999999	99.0	0.002435852823208366	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0047_000000031909	1478	0.758851774898226	1	1	1	1	1	False	114435	fragment	False	ISR0176_000000023648	0.6408330846127553		0	0	False	False	0.9952638745307922	0					non-mobilizable	other	1469.0	99.319	99.0	0.014758515301403466	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
MON0070_000000028217	1243	0.7588475591363779	2	2	2	2	2	True	10437	fragment	False	MON0070_000000028217	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1243.0	100.0	100.0	0.0005637812746540825	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
MON0107_000000049833	1243	0.7588475591363779	2	2	2	2	2	True	10437	fragment	False	MON0070_000000028217	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1243.0	100.0	100.0	0.0005637812746540825	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0344_000000010555	3068	0.7588408386671119	6	4	3	4	3	False	112369	maximal	True	ISR0344_000000010555	1.0		0	0	False	False	0.9990221858024597	0					non-mobilizable	no_good_hit	1481.0	98.37899999999999	49.0	0.0004107169635270007	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0019_000000019636	1537	0.758840027982153	2	2	2	2	1	True	122120	maximal	True	AST0019_000000019636	1.0		0	0	False	False	0.962914764881134	0					non-mobilizable	no_good_hit	41.0	97.561	3.0	0.00016364670313260703	NZ_QKLW01000006.1	g-proteobacteria	Marinomonas alcarazii strain CECT 7730 Ga0244607_106, whole genome shotgun sequence	True	True
ISR0284_000000000550	11179	0.7588386281869092	16	13	10	13	11	False	132204	maximal	True	ISR0284_000000000550	1.0		42	7	False	False	0.9993738532066345	0					non-mobilizable	no_good_hit	9436.0	99.26899999999999	84.0	0.028504417262838474	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0133_000000000034	90359	0.7588374470238453	80	11	4	10	5	False	115487	maximal	False	AUS0014_000000000041	0.8946212033976298	PS49	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	246.0	99.59299999999999	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ISR0051_000000006327	6552	0.7588260392294196	6	4	3	3	4	False	54726	fragment	False	ISR0051_000000006327	0.983403048254164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1519.0	73.535	23.0	0.0006579125798659503	NZ_CP028107.1	fusobacteria	Fusobacterium necrophorum subsp. funduliforme strain 1_1_36S chromosome, complete genome	True	False
ISR0371_000000002097	6167	0.7588260392294196	8	4	3	3	4	False	54726	fragment	False	ISR0051_000000006327	0.9580280830280831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	95.25299999999999	15.0	0.013874238162212846	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0044_000000028141	1931	0.7588200069927398	2	2	2	2	2	False	27787	fragment	False	MON0044_000000028141	1.0		0	0	False	False	0.9559813737869263	0					non-mobilizable	no_good_hit	1383.0	74.331	70.0	0.0003669135379198517	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0030_000000001702	13379	0.7588166454571291	20	9	3	9	2	False	65761	maximal	True	ENG0030_000000001702	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	8.347278157101284e-07	LN713260.1	eudicots	Cucumis melo genomic chromosome, chr_6	True	False
FIJ0088_000000004104	6907	0.7588163480749569	9	9	7	6	8	False	128469	fragment	False	ISR0213_000000003110	0.9766791585175164		0	0	False	False	0.9991313219070435	0					non-mobilizable	other	6898.0	99.348	99.0	0.026453078008960903	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0076_000000003318	7273	0.758815534658883	16	7	3	6	3	True	58685	maximal	True	ISR0076_000000003318	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	87.79899999999999	82.0	0.0005355099608705311	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
MAD0109_000000004422	3161	0.7588128898567459	6	5	5	5	4	True	65133	fragment	False	MAD0109_000000004422	1.0		0	0	False	False	0.994938313961029	0					non-mobilizable	no_good_hit	415.0	73.735	13.0	0.0007191984952154562	NZ_JH378829.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.1, whole genome shotgun sequence	True	True
AST0061_000000018662	2251	0.7588106472638203	2	2	2	1	1	False	112019	fragment	False	FIJ0069_000000009554	0.31681471092410785		0	0	False	False	0.9875611066818237	0					non-mobilizable	no_good_hit	1252.0	95.60700000000001	56.0	0.00035013074626548196	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0122_000000003498	3797	0.7588065613818237	5	5	5	4	4	False	81775	maximal	True	CHI0122_000000003498	1.0		23	8	False	False	0.9994732737541199	0					non-mobilizable	no_good_hit	3000.0	98.53299999999999	89.0	0.03035857138517311	NZ_JAANXY010000008.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_8, whole genome shotgun sequence	True	False
AST0104_000000009452	3448	0.758792573008603	4	2	1	2	2	False	107993	fragment	False	USA0011_01_000000010629	0.9657746478873239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	86.20700000000001	15.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0032_000000012323	1400	0.7587923134866885	2	2	2	2	2	True	114491	fragment	False	MON0014_000000008615	0.13591230252810965		0	0	False	False	1.0	0					non-mobilizable	other	1404.0	90.385	100.0	0.00042211535190179224	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0182_000000014971	2535	0.7587754277715899	2	2	2	2	2	False	63029	fragment	False	ISR0182_000000014971	1.0		0	0	False	False	0.9968441724777222	0					non-mobilizable	no_good_hit	152.0	78.289	6.0	4.8190162341434564e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MAD0093_000000011117	2744	0.7587751956850333	2	2	2	2	2	False	115149	maximal	True	MAD0093_000000011117	1.0	PS748	7	4	False	True	0.9908891916275024	0					non-mobilizable	chromosome	1373.0	98.90799999999999	96.0	0.00039025278254216123	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
CHI0131_000000009000	1932	0.7587741850228183	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.3402783883337907		0	0	False	False	0.9968944191932678	0					non-mobilizable	no_good_hit	276.0	74.638	14.0	6.871907641561298e-05	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
FIJ0104_000000012770	2059	0.7587727844530012	2	2	2	1	1	False	71265	fragment	False	FIJ0104_000000012770	0.9751381215469613		0	0	False	False	0.9951432943344116	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	4.511995365278361e-06	CP026124.1	b-proteobacteria	Achromobacter sp. AONIH1 chromosome, complete genome	True	False
MAD0063_000000002768	3885	0.7587630626155567	5	4	3	4	3	False	95259	fragment	False	MAD0063_000000002768	1.0		0	0	False	False	0.992277979850769	0					non-mobilizable	no_good_hit	1762.0	88.649	45.0	0.00042403253249025596	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
USA0120_01_000000002610	4478	0.7587629227756877	5	4	1	3	4	False	83047	fragment	False	USA0120_01_000000002610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3102.0	98.162	69.0	0.013843008410263737	NZ_VJZV01000009.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold9_1, whole genome shotgun sequence	True	False
ISR0376_000000000883	12896	0.7587628143068068	17	10	5	7	7	True	122910	fragment	False	ISR0231_000000000600	0.5630277036273906		0	0	False	False	0.9999224543571472	0					non-mobilizable	other	11327.0	98.676	100.0	0.06601425665475698	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
FIJ0008_000000005206	5393	0.7587598607905923	4	3	3	2	2	True	51472	maximal	True	FIJ0008_000000005206	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00012034928035587728	LN594742.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001987	True	True
ENG0112_000000006244	4310	0.7587546658348708	5	5	2	5	5	True	82450	fragment	False	MAD0022_000000002054	0.929188772562428		0	0	False	False	1.0	0					non-mobilizable	plasmid	4310.0	99.42	100.0	0.06112230134188204	CP031852.1	enterobacteria	Klebsiella pneumoniae strain 121 plasmid pKP121-3, complete sequence	False	True
CHI0127_000000001990	10803	0.7587524811948178	16	3	2	3	2	False	89322	maximal	True	CHI0127_000000001990	0.9249417249417249		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	100.0	6.0	0.09932189868368568	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
SPA0057_000000011283	2775	0.7587387932981882	4	3	3	2	2	False	75843	maximal	True	SPA0057_000000011283	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0132_000000001387	19121	0.7587201313277661	17	6	5	4	2	True	132160	fragment	False	SPA0132_000000001387	0.8008118514556539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	96.06	12.0	0.00047044752093266645	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CHI0024_000000000181	25660	0.7587154104225224	21	6	0	5	4	True	89044	fragment	False	CHI0024_000000000181	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	18732.0	97.32	100.0	0.19154638542508465	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
SPA0005_000000024326	1161	0.7587130979932908	3	2	2	1	1	False	8272	maximal	True	SPA0005_000000024326	1.0		2	2	False	False	0.9991386532783508	0					non-mobilizable	no_good_hit	56.0	91.071	5.0	1.8522934086644225e-05	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
MAD0049_000000008756	2064	0.7587113412913233	3	3	3	3	1	True	17464	fragment	False	MAD0049_000000008756	1.0		0	0	False	False	0.9709302186965942	0					non-mobilizable	no_good_hit								True	True
DEN0082_000000023637	1750	0.7587057373184203	3	3	3	2	2	False	70130	fragment	False	DEN0082_000000023637	0.9906331018010276		0	0	False	False	0.9988571405410767	0					non-mobilizable	no_good_hit	595.0	78.992	34.0	0.00016442442642300531	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0044_000000010700	2057	0.758700305173035	2	2	2	2	2	False	47126	maximal	True	FIJ0044_000000010700	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000021015	1204	0.7586961025790254	2	2	2	2	2	False	18091	fragment	False	MAD0042_000000021015	1.0		0	0	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit	557.0	75.943	45.0	0.0005712760722893576	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0126_000000011653	3381	0.7586877769783988	4	1	0	0	1	False	120142	fragment	False	SPA0126_000000011653	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2014.0	96.971	70.0	0.3923828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0217_000000007761	3291	0.7586877769783988	3	1	0	0	1	False	126710	backbone	False	SPA0013_000000004881	0.07258805412033109	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2717.0	100.0	100.0	0.4166283172265685	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0147_000000005942	3233	0.7586877769783988	3	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.6202259816023312		0	0	False	True	0.9996907114982605	0	rep_cluster_475				non-mobilizable	no_good_hit	1581.0	94.118	61.0	0.2721914008321775	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0244_000000007896	2922	0.7586877769783988	3	1	0	0	1	False	120141	fragment	False	ISR0346_000000007129	0.9827548189506867		0	0	False	True	0.9996577501296997	0	rep_cluster_475				non-mobilizable	no_good_hit	1494.0	95.315	66.0	0.2904296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0346_000000007129	2916	0.7586877769783988	3	1	0	0	1	False	120141	fragment	False	ISR0346_000000007129	0.9868704078894416		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1510.0	94.43700000000001	66.0	0.2939453125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MAD0086_000000002825	2803	0.7586877769783988	2	1	0	0	1	False	120135	fragment	False	MAD0086_000000002825	1.0		0	0	False	True	0.9989297389984131	0	rep_cluster_475				non-mobilizable	plasmid	1347.0	92.65	96.0	0.23723670117815066	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0066_000000007151	2670	0.7586877769783988	2	1	0	0	1	False	126710	backbone	False	SPA0013_000000004881	0.059208411383248755	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9928839206695557	0	rep_cluster_475				non-mobilizable	other	2665.0	94.40899999999999	99.0	0.40558367847829424	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0389_000000008046	2640	0.7586877769783988	3	1	0	0	1	False	120148	fragment	False	ISR0389_000000008046	1.0		0	0	False	True	0.9969696998596191	0	rep_cluster_475				non-mobilizable	other	1547.0	98.96600000000001	92.0	0.3017578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0296_000000009764	2640	0.7586877769783988	3	1	0	0	1	False	120175	backbone	False	ISR0138_000000008922	0.23169042638343987	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2516.0	99.96	95.0	0.4912109375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0047_000000011626	2553	0.7586877769783988	1	1	0	0	1	False	120162	backbone	False	CHI0183_000000002394	0.9793085340491163	PS832|PS837|PS838	0	0	True	True	1.0	258	rep_cluster_475				non-mobilizable	plasmid	2411.0	98.54799999999999	99.0	0.4576915763453128	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CHI0183_000000002394	2508	0.7586877769783988	2	1	0	0	1	False	120162	backbone	True	CHI0183_000000002394	0.9900117508813161	PS832|PS837|PS838	97	8	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2411.0	99.834	100.0	0.45826202700133106	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CAN0011_000000012184	2497	0.7586877769783988	3	1	0	0	1	False	120140	fragment	False	CAN0011_000000012184	1.0		0	0	False	True	0.9987985491752625	0	rep_cluster_475				non-mobilizable	no_good_hit	1448.0	95.44200000000001	57.0	0.2818359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CAN0002_000000007416	2492	0.7586877769783988	1	1	0	0	1	False	120118	backbone	True	CAN0002_000000007416	0.8392845610637077	PS832	29	7	True	True	1.0	43	rep_cluster_475				non-mobilizable	plasmid	2284.0	100.0	100.0	0.45450925741588694	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
MON0040_000000011406	2372	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7470037838905957	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1642.0	100.0	99.0	0.284500693481276	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0036_000000000179	2365	0.7586877769783988	1	1	0	0	1	False	120161	fragment	False	DEN0036_000000000179	1.0		0	0	False	True	0.9953488111495972	0	rep_cluster_475				non-mobilizable	other	1630.0	92.27	100.0	0.2471237919926369	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0023_000000004462	2325	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7095934267750152	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2341.0	95.686	99.0	0.46336121067303865	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0001_000000011672	2320	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7846540163035447	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2102.0	98.906	99.0	0.4180768465060721	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0808_000000006929	2290	0.7586877769783988	2	1	0	0	1	False	120137	fragment	False	ISR0808_000000006929	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2290.0	99.913	100.0	0.35112747353888635	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0775_000000008585	2289	0.7586877769783988	3	1	0	0	1	False	120150	fragment	False	ISR0085_000000009834	0.9492753623188406		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1755.0	92.65	76.0	0.3329530328959878	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
SPA0021_000000014683	2251	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7096928886417747	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2270.0	96.696	100.0	0.45041816009557945	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
MON0051_000000015632	2232	0.7586877769783988	2	1	0	0	1	False	120160	backbone	False	CHI0166_000000003493	0.967071248396515	PS832|PS837	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2125.0	97.6	96.0	0.4036889142422514	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CHI0029_000000005280	2220	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6376944144742269	PS832	0	0	False	True	0.9995495676994324	0	rep_cluster_475				non-mobilizable	plasmid	2220.0	99.82	100.0	0.4418558343289526	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0118_000000004285	2220	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6312503203175868	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2221.0	98.514	100.0	0.4418558343289526	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0129_000000012071	2219	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7281025917344102	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2071.0	99.95200000000001	97.0	0.404296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0090_000000005826	2208	0.7586877769783988	2	1	0	0	1	False	120160	backbone	False	CHI0166_000000003493	0.9722786059165923	PS832|PS837	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2098.0	99.23700000000001	100.0	0.3987450085567598	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ENG0208_000000013989	2205	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.8084898280644421	PS832	0	0	False	True	0.9968253970146179	0	rep_cluster_475				non-mobilizable	plasmid	2205.0	99.90899999999999	100.0	0.4387816046187537	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
USA0011_01_000000016775	2191	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7696505945124965	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2191.0	100.0	100.0	0.427734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MAD0111_000000007821	2183	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7384159514110464	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2203.0	96.096	100.0	0.43667861409796893	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0261_000000008400	2172	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7634169420013143	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	chromosome	1733.0	99.76899999999999	97.0	0.0010130941838333097	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	False	True
AUS0014_000000013583	2161	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7639176003841079	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2096.0	99.95200000000001	97.0	0.4091796875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0041_000000029569	2157	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7605579334411433	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1681.0	99.881	100.0	0.2912621359223301	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0028_000000011816	2157	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.760800611633897	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1681.0	100.0	100.0	0.2912621359223301	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0013_000000024892	2148	0.7586877769783988	2	1	0	0	1	False	120134	fragment	False	MON0013_000000024892	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1835.0	89.101	96.0	0.35053140096618357	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
CHI0067_000000005190	2148	0.7586877769783988	1	1	0	0	1	False	120160	backbone	False	CHI0166_000000003493	0.9678053333841299	PS832|PS837	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2143.0	99.48700000000001	99.0	0.40692146795968814	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0367_000000004454	2143	0.7586877769783988	2	1	0	0	1	False	120157	fragment	False	SPA0019_000000012524	0.9712251821994907		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2066.0	100.0	96.0	0.31676637521092194	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0070_000000005405	2135	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6541392464391806	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2154.0	96.51799999999999	100.0	0.4269215452011151	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0166_000000003493	2131	0.7586877769783988	1	1	0	0	1	False	120160	backbone	True	CHI0166_000000003493	0.9784530275853057	PS832|PS837	85	7	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2131.0	100.0	100.0	0.4050199657729606	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
SPA0055_000000014859	2117	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6225148715980802	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2138.0	94.80799999999999	100.0	0.42353643966547194	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
MON0100_000000021067	2115	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7129075482665453	PS832	0	0	False	True	0.9711583852767944	0	rep_cluster_475				non-mobilizable	plasmid	1938.0	95.92399999999999	100.0	0.3843090402230187	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0141_000000010925	2113	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5905964249383656	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2113.0	98.912	100.0	0.42054958183990443	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
MON0042_000000012641	2103	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6328087015483492	PS832	0	0	False	True	0.9995244741439819	0	rep_cluster_475				non-mobilizable	plasmid	2120.0	95.66	99.0	0.4199522102747909	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0156_000000006581	2094	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7271518587264976	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2094.0	99.95200000000001	100.0	0.4087890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0083_000000004990	2094	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7272970424938712	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2094.0	100.0	100.0	0.4087890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0024_000000006075	2080	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6948248579371407	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2080.0	99.95200000000001	100.0	0.41397849462365593	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
MON0074_000000009623	2072	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7235368564654556	PS832	0	0	False	True	0.9927605986595154	0	rep_cluster_475				non-mobilizable	plasmid	2011.0	95.823	96.0	0.3988450816407806	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
AST0060_000000014196	2070	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7523211467026373	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2070.0	100.0	100.0	0.4041015625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0206_000000012680	2049	0.7586877769783988	1	1	0	0	1	False	120160	backbone	False	CHI0166_000000003493	0.9644693370759497	PS832|PS837	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2049.0	100.0	100.0	0.389427647841795	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ENG0160_000000010122	2041	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7179306335536444	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2061.0	95.876	100.0	0.40820390282755875	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
MON0062_000000018416	2033	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.709185339064542	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2033.0	100.0	100.0	0.396875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
DEN0011_000000022341	2014	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7622603749019785	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2012.0	95.825	99.0	0.3756326148078725	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
CHI0138_000000007231	2014	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7261650450419854	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2014.0	100.0	100.0	0.3931640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0137_000000018228	2011	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7341735844084892	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2011.0	100.0	100.0	0.40015926737009755	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0096_000000011676	2011	0.7586877769783988	1	1	0	0	1	False	120160	backbone	False	CHI0166_000000003493	0.9567946351968207	PS832|PS837	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2011.0	99.851	100.0	0.3822019395322305	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0351_000000007137	2002	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7426144768457957	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2002.0	100.0	100.0	0.3983675094565001	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ITA0002_000000004772	1996	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3153766133940454	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1996.0	99.95	100.0	0.30602853198343305	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0177_000000008241	1994	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6682193109719735	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1765.0	94.958	100.0	0.30201109570041607	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0855_000000008588	1991	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7110886697973453	PS832	0	0	False	True	0.9989954829216003	0	rep_cluster_475				non-mobilizable	plasmid	1992.0	99.79899999999999	100.0	0.39617758311765877	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0140_000000011967	1989	0.7586877769783988	1	1	0	0	1	False	120160	backbone	False	CHI0166_000000003493	0.693985690271576	PS832|PS837	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1988.0	99.044	99.0	0.3778284845027572	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CHI0082_000000004512	1989	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.707356594883703	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1990.0	99.24600000000001	100.0	0.3957794146924149	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ENG0078_000000013097	1986	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.750050984886345	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1986.0	99.84899999999999	100.0	0.3876953125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0103_000000008278	1982	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7071614438487012	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1976.0	99.291	100.0	0.3853515625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MAD0030_000000005803	1976	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.712436053796812	PS832	0	0	False	True	0.9853239059448242	0	rep_cluster_475				non-mobilizable	plasmid	1996.0	95.792	100.0	0.3957794146924149	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ENG0104_000000016146	1972	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7238676318743203	PS832	0	0	False	True	0.9949290156364441	0	rep_cluster_475				non-mobilizable	other	1972.0	100.0	100.0	0.3849609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0082_000000010352	1972	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7238676318743203	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1972.0	100.0	100.0	0.3849609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0175_000000012978	1970	0.7586877769783988	2	1	0	0	1	False	120160	backbone	False	CHI0166_000000003493	0.7839300115574411	PS832|PS837	0	0	False	True	0.9888324737548828	0	rep_cluster_475				non-mobilizable	plasmid	1970.0	99.594	100.0	0.37402548012930215	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
USA0089_01_000000003911	1969	0.7586877769783988	1	1	0	0	1	False	120160	backbone	False	CHI0166_000000003493	0.7848680929436366	PS832|PS837	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1969.0	99.949	100.0	0.3742156303479749	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
USA0065_01_000000005815	1969	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7405043391024948	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1969.0	100.0	100.0	0.384375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0089_000000013300	1966	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.7079813727798748	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1721.0	99.884	100.0	0.29819694868238555	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0116_000000008315	1964	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6048952847681608	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1964.0	100.0	100.0	0.3908801274392672	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0234_000000006477	1962	0.7586877769783988	1	1	0	0	1	False	120160	backbone	False	CHI0166_000000003493	0.7837789651323465	PS832|PS837	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1962.0	99.898	100.0	0.37288457881726567	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CHI0122_000000007184	1957	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6041157473759377	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1957.0	100.0	100.0	0.36663542642924085	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
AST0090_000000011735	1950	0.7586877769783988	1	1	0	0	1	False	120160	backbone	False	CHI0166_000000003493	0.42415162966263315	PS832|PS837	0	0	True	True	0.9979487061500549	23	rep_cluster_475				non-mobilizable	plasmid	1893.0	100.0	100.0	0.35976421372884576	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0141_000000016612	1938	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6946250150455385	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1938.0	99.948	100.0	0.36307403936269916	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
ISR0181_000000009874	1931	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.698693305092455	PS832	0	0	False	True	0.9839461445808411	0	rep_cluster_475				non-mobilizable	other	1931.0	99.845	100.0	0.376953125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0053_000000009246	1917	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6874434964697757	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1681.0	100.0	100.0	0.2912621359223301	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0248_000000002204	1916	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6686379859007192	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1936.0	95.816	100.0	0.3839107925129431	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0138_000000010229	1915	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5690670284652904	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1863.0	98.712	97.0	0.3630859375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0294_000000010058	1903	0.7586877769783988	1	1	0	0	1	False	120156	fragment	False	ISR0294_000000010058	0.9843234323432344		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1826.0	98.795	96.0	0.2799509127166743	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0352_000000004941	1897	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6679193363725948	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1661.0	100.0	100.0	0.28779472954230234	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0084_000000002786	1890	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6783740831845884	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1890.0	99.788	100.0	0.36875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CAN0022_000000016789	1889	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6556963550296493	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1890.0	99.63	100.0	0.3689453125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0115_000000010855	1877	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6627997568236835	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1661.0	100.0	100.0	0.28779472954230234	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0126_000000009775	1877	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6627997568236835	PS832	0	0	False	True	0.9994672536849976	0	rep_cluster_475				non-mobilizable	other	1661.0	100.0	100.0	0.28779472954230234	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0116_01_000000013251	1877	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6627997568236835	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1661.0	100.0	100.0	0.28779472954230234	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0048_000000010199	1877	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6629929864557942	PS832	0	0	False	True	0.9994672536849976	0	rep_cluster_475				non-mobilizable	other	1661.0	99.88	100.0	0.28779472954230234	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0117_000000020218	1870	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6265121562616456	PS832	0	0	False	True	0.9983957409858704	0	rep_cluster_475				non-mobilizable	other	1870.0	100.0	100.0	0.3650390625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0205_000000004527	1869	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6622030188411235	PS832	0	0	False	True	0.9989299178123474	0	rep_cluster_475				non-mobilizable	other	1661.0	100.0	100.0	0.28779472954230234	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0070_000000018149	1866	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6795539932843064	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1744.0	99.656	100.0	0.30201109570041607	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0085_000000015495	1855	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5700526572270099	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1856.0	99.13799999999999	100.0	0.3689765033851055	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0105_000000003783	1847	0.7586877769783988	1	1	0	0	1	False	120151	maximal	True	CHI0105_000000003783	1.0	PS832	8	3	False	True	0.997834324836731	0	rep_cluster_475				non-mobilizable	plasmid	1495.0	92.10700000000001	90.0	0.2877294685990338	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
MON0015_000000020504	1841	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5742877646628893	PS832	0	0	True	True	1.0	8	rep_cluster_475				non-mobilizable	other	1699.0	99.882	100.0	0.29438280166435504	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0116_000000022281	1831	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.6194589360208334	PS832	0	0	True	True	1.0	2	rep_cluster_475				non-mobilizable	other	1831.0	99.945	100.0	0.357421875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0078_01_000000009185	1825	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.48017854933897564	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1824.0	99.89	99.0	0.3560546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0006_000000012105	1824	0.7586877769783988	3	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5583056922217318	PS832	0	0	False	True	0.9978070259094238	0	rep_cluster_475				non-mobilizable	other	1824.0	99.945	100.0	0.31605409153952846	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0092_000000007992	1818	0.7586877769783988	1	1	0	0	1	False	120156	fragment	False	ISR0294_000000010058	0.9626904887020494		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1703.0	100.0	94.0	0.26108298818837244	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AUS0016_000000015665	1811	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5596774714831255	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1811.0	99.448	100.0	0.353515625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0040_000000014659	1805	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5256461843688436	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1748.0	94.39399999999999	100.0	0.33984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0129_000000013899	1804	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.300919862526572	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1776.0	96.90299999999999	97.0	0.3455078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0035_000000012399	1794	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4478355965005724	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1777.0	93.47200000000001	99.0	0.271974229176254	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0086_000000015463	1790	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4675541386128919	PS832	0	0	False	True	0.9938547611236572	0	rep_cluster_475				non-mobilizable	other	1604.0	95.387	99.0	0.2775658807212205	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0187_000000008933	1782	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5485015999456205	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1782.0	100.0	100.0	0.30877253814147015	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0058_000000028750	1781	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.2939321951363372	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1792.0	89.06200000000001	100.0	0.3422222222222222	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
DEN0066_000000020295	1780	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.47649923249332676	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1721.0	100.0	100.0	0.29819694868238555	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0042_000000018781	1777	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5684535373114806	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1777.0	99.944	100.0	0.346875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0038_000000018674	1776	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5448859508127673	PS832	0	0	False	True	0.9893018007278442	0	rep_cluster_475				non-mobilizable	other	1818.0	77.998	100.0	0.3158082338264124	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0056_000000012406	1769	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5224854528001851	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1768.0	96.38	99.0	0.34375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0079_000000014670	1760	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.543759950151366	PS832	0	0	False	True	0.9994317889213562	0	rep_cluster_475				non-mobilizable	plasmid	1768.0	94.514	100.0	0.33816425120772947	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
CHI0131_000000010017	1760	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4963761889555834	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1760.0	100.0	100.0	0.3435546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
FIJ0093_000000010834	1756	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3056119907244678	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1756.0	100.0	100.0	0.26921306948918544	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0328_000000016558	1754	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.36978460743570274	PS832	0	0	False	True	0.9994298815727234	0	rep_cluster_475				non-mobilizable	other	1694.0	99.882	97.0	0.3306640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0059_000000010210	1753	0.7586877769783988	1	1	0	0	1	False	120151	maximal	False	CHI0105_000000003783	0.9745533297238765	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1486.0	92.665	89.0	0.2896484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CHI0120_000000008735	1736	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.5135222634818837	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1736.0	99.94200000000001	100.0	0.3388671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0184_000000004976	1735	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.37519134187069414	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1735.0	99.94200000000001	100.0	0.338671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0066_000000006382	1717	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4783674421231118	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1717.0	99.825	100.0	0.33515625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
AST0025_000000022215	1697	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.461284703882056	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1621.0	99.13600000000001	96.0	0.3036551077788191	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
ISR0055_000000009088	1693	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.49068353582218777	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1693.0	100.0	100.0	0.33046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0850_000000009090	1673	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.19773116186991263	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1679.0	95.89	100.0	0.3134020618556701	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
ISR0785_000000022558	1670	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4457635124197559	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1612.0	99.194	100.0	0.314453125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0282_000000014374	1667	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.21742865124158167	PS832	0	0	False	True	0.962207555770874	0	rep_cluster_475				non-mobilizable	other	1601.0	97.689	96.0	0.24528301886792453	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0226_000000004706	1663	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.2684394034695375	PS832	0	0	False	True	0.9933854341506958	0	rep_cluster_475				non-mobilizable	plasmid	1566.0	99.681	100.0	0.29758509222285606	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0067_000000018255	1661	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4947638198749052	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1661.0	100.0	100.0	0.28779472954230234	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0103_000000033734	1653	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4903620968784051	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1653.0	100.0	100.0	0.28640776699029125	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0082_000000021277	1653	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4903620968784051	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1653.0	100.0	100.0	0.28640776699029125	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0067_000000010981	1653	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4903620968784051	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1653.0	100.0	100.0	0.28640776699029125	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0008_000000021865	1653	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4903620968784051	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1653.0	100.0	100.0	0.28640776699029125	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0058_000000031407	1653	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4903620968784051	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1653.0	100.0	100.0	0.28640776699029125	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0043_000000017341	1653	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4903620968784051	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1653.0	100.0	100.0	0.28640776699029125	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0107_000000036706	1653	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4903620968784051	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1653.0	100.0	100.0	0.28640776699029125	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0079_000000013752	1653	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4903620968784051	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1653.0	100.0	100.0	0.28640776699029125	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0013_000000033552	1653	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4903620968784051	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1653.0	100.0	100.0	0.28640776699029125	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0033_000000036605	1653	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4903620968784051	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1653.0	100.0	100.0	0.28640776699029125	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0106_000000012233	1650	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.2850764371414052	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1563.0	96.289	99.0	0.3037109375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0794_000000012473	1641	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.36015605318577126	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1479.0	93.64399999999999	99.0	0.25606796116504854	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0084_01_000000019730	1640	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.45001708224993353	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1640.0	99.939	100.0	0.3201171875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0085_000000001346	1631	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.48029778588333866	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1631.0	99.87700000000001	100.0	0.28259361997226073	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0112_000000020477	1624	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.44812538753242964	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1624.0	98.461	100.0	0.3169921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0113_000000017392	1604	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4346095011653912	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1604.0	100.0	100.0	0.3130859375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0094_000000010941	1589	0.7586877769783988	3	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.38107561356074765	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1589.0	99.30799999999999	100.0	0.2753120665742025	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0014_01_000000003396	1581	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.41595797659703765	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1581.0	99.81	100.0	0.30859375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0354_000000011968	1581	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4128427124145385	PS832	0	0	False	True	0.9993674755096436	0	rep_cluster_475				non-mobilizable	other	1581.0	99.684	100.0	0.3083984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
AST0099_000000013372	1579	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.26151882663843484	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1579.0	99.87299999999999	100.0	0.24206166589967787	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0148_000000018432	1577	0.7586877769783988	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.433818167256242	PS832	0	0	False	True	0.9974635243415833	0	rep_cluster_475				non-mobilizable	other	1578.0	99.303	100.0	0.27323162274618584	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0022_000000008406	1567	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.35485497634328544	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1567.0	100.0	100.0	0.305859375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0151_000000013340	1566	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3548333928580404	PS832	0	0	False	True	0.9993614554405212	0	rep_cluster_475				non-mobilizable	other	1566.0	100.0	100.0	0.3056640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0353_000000023689	1559	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.40915029921410984	PS832	0	0	False	True	0.9993585348129272	0	rep_cluster_475				non-mobilizable	other	1559.0	100.0	100.0	0.304296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0006_000000009833	1555	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4100846963752884	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1555.0	99.936	100.0	0.2912839737582006	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
USA0022_01_000000004626	1553	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.42317913385196254	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1552.0	99.613	99.0	0.2687239944521498	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0083_000000025587	1550	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4011946804939977	PS832	0	0	False	True	0.9870967864990234	0	rep_cluster_475				non-mobilizable	other	1550.0	100.0	100.0	0.2685506241331484	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0048_000000016747	1549	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.31181176822050966	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1473.0	99.389	95.0	0.27572633552014997	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
ISR0838_000000015823	1549	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.24965737097611684	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1549.0	99.935	100.0	0.29435253850541926	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ENG0108_000000011862	1546	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.34571360996797246	PS832	0	0	False	True	0.9974126815795898	0	rep_cluster_475				non-mobilizable	other	1547.0	99.741	100.0	0.3017578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0124_000000019107	1535	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4116155458286661	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1535.0	99.28299999999999	100.0	0.2659500693481276	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0123_000000005451	1533	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3408187747819186	PS832	0	0	False	True	0.994781494140625	0	rep_cluster_475				non-mobilizable	other	1533.0	99.935	100.0	0.29921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0005_000000035633	1529	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4172334679523612	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1529.0	100.0	100.0	0.26490984743411927	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0009_000000025360	1529	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4177596794719447	PS832	0	0	False	True	0.998691976070404	0	rep_cluster_475				non-mobilizable	other	1529.0	99.346	100.0	0.26490984743411927	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0373_000000010890	1529	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3958112665981235	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1517.0	94.661	99.0	0.26265603328710124	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0060_000000027446	1529	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4172334679523612	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1529.0	100.0	100.0	0.26490984743411927	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0101_000000007662	1525	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.23958657881278356	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1526.0	96.789	100.0	0.2978515625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0025_000000006791	1511	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3929898764873535	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1511.0	99.868	100.0	0.294921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0005_000000013087	1503	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.36179056273868976	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1503.0	99.93299999999999	100.0	0.293359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0223_000000021072	1501	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4066942663674716	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1501.0	100.0	100.0	0.26005547850208044	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0090_000000020624	1496	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.401463589777553	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1496.0	99.93299999999999	100.0	0.2591886269070735	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0052_000000018151	1491	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3291645700085263	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1491.0	99.93299999999999	100.0	0.291015625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0024_01_000000014762	1485	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3387446981869612	PS832	0	0	False	True	0.9858585596084595	0	rep_cluster_475				non-mobilizable	other	1486.0	93.60700000000001	100.0	0.25728155339805825	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0049_000000019883	1485	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.32170357007844114	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1485.0	99.93299999999999	100.0	0.2781630740393627	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
ISR0325_000000014161	1485	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3222173463537821	PS832	0	0	False	True	0.9838383793830872	0	rep_cluster_475				non-mobilizable	other	1485.0	100.0	100.0	0.28984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0169_000000016243	1485	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.32192817251630707	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1485.0	100.0	100.0	0.2781630740393627	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
USA0081_01_000000020524	1485	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3040770240022526	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1466.0	99.795	99.0	0.2861328125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0001_000000006188	1484	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.35263848138288795	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1484.0	100.0	100.0	0.25710818307905686	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0007_01_000000010978	1484	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.32216393474224064	PS832	0	0	False	True	0.9993261694908142	0	rep_cluster_475				non-mobilizable	other	1484.0	100.0	100.0	0.2896484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0021_000000020385	1482	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.34827800341889986	PS832	0	0	False	True	0.9993252158164978	0	rep_cluster_475				non-mobilizable	other	1482.0	99.93299999999999	100.0	0.2567614424410541	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0289_000000007612	1477	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.33356389474532633	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1477.0	99.865	100.0	0.25589459084604715	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0347_000000015378	1476	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3173386351835854	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1476.0	100.0	100.0	0.2880859375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0095_000000019061	1465	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3118745708183682	PS832	0	0	False	True	0.9843003153800964	0	rep_cluster_475				non-mobilizable	plasmid	1465.0	100.0	100.0	0.27441424554826616	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
AST0084_000000024246	1465	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3116282855961569	PS832	0	0	False	True	0.9897611141204834	0	rep_cluster_475				non-mobilizable	plasmid	1465.0	99.727	100.0	0.27441424554826616	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
ENG0029_000000016987	1457	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.17614793051654815	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1457.0	98.902	100.0	0.22334713913176868	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0010_000000005299	1445	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.32238280333343733	PS832	0	0	False	True	0.9993079304695129	0	rep_cluster_475				non-mobilizable	other	1445.0	99.30799999999999	100.0	0.2503467406380028	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0198_000000022995	1444	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.19789993937352163	PS832	0	0	False	True	0.9813019633293152	0	rep_cluster_475				non-mobilizable	plasmid	1461.0	95.346	100.0	0.2766685681688534	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CHI0002_000000006283	1443	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.29514335054265	PS832	0	0	False	True	0.9937629699707031	0	rep_cluster_475				non-mobilizable	plasmid	1443.0	99.931	100.0	0.27029053420806	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
CHI0098_000000006373	1443	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.29524056263104514	PS832	0	0	False	True	0.9979209899902344	0	rep_cluster_475				non-mobilizable	other	1443.0	99.861	100.0	0.281640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0094_000000026632	1439	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.3003357826283064	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1439.0	100.0	100.0	0.24930651872399445	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0148_000000008193	1431	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.28708464353818336	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1431.0	99.86	100.0	0.24791955617198336	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0033_000000005100	1426	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.28202632407301453	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1426.0	100.0	100.0	0.24705270457697642	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0171_000000021320	1405	0.7586877769783988	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.24770270047353932	PS832	0	0	False	True	0.9971530437469482	0	rep_cluster_475				non-mobilizable	plasmid	1405.0	99.431	100.0	0.26316776007497655	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
FIJ0077_000000023305	1291	0.7586848954777791	2	1	1	1	1	False	44484	fragment	False	FIJ0077_000000023305	1.0		0	0	False	False	0.9961270093917847	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000002917	7612	0.7586835503572078	14	5	3	4	4	False	74195	backbone	False	SPA0130_000000004027	0.5233593669139875	PS352	0	0	False	True	1.0	0					non-mobilizable	other	7576.0	94.04700000000001	99.0	0.004510534349683946	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0052_000000008406	1915	0.7586762384033997	3	1	1	1	1	False	86487	maximal	True	CHI0052_000000008406	1.0		2	1	False	False	0.9994778037071228	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000019993	1566	0.7586716781835081	3	2	2	2	2	True	63314	fragment	False	ENG0060_000000019993	1.0		0	0	False	False	0.9936143159866333	0					non-mobilizable	other	1566.0	100.0	100.0	0.03422710174088006	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0110_000000015888	1901	0.7586712967478625	3	3	3	2	2	False	93570	fragment	False	ENG0110_000000015888	0.867145320761102		0	0	False	False	1.0	0					non-mobilizable	other	1909.0	98.11399999999999	100.0	0.000466083192294745	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0298_000000007759	1898	0.7586712967478625	3	3	3	2	2	False	93570	fragment	False	ENG0110_000000015888	0.8618680938851039		0	0	False	False	0.9989462494850159	0					non-mobilizable	other	1901.0	99.579	100.0	0.0004658380143924332	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0046_000000011403	2767	0.7586693740925659	3	3	2	2	3	False	83956	fragment	False	MON0046_000000011403	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2225.0	99.416	100.0	0.476027397260274	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	False	False
SPA0008_000000016188	1881	0.7586667661113037	3	2	2	2	2	False	12192	maximal	True	SPA0008_000000016188	1.0		25	6	False	False	0.9994683861732483	0					non-mobilizable	other	1795.0	85.404	95.0	0.0022690346440044436	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
DEN0045_000000004625	6716	0.7586621084168923	10	7	5	7	5	True	72977	fragment	False	DEN0045_000000004625	1.0		0	0	False	False	1.0	0	rep_cluster_988				non-mobilizable	plasmid	3551.0	95.88799999999999	100.0	0.18402489626556018	NC_015168.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA02, complete sequence	False	True
USA0054_01_000000004057	2254	0.7586572007692332	3	2	1	1	1	True	26618	maximal	True	USA0054_01_000000004057	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0264_000000007446	1518	0.7586572007692332	3	2	1	1	1	True	26617	fragment	False	MON0069_000000033579	0.912105602060528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0815_000000003685	7355	0.7586532521311629	10	4	2	2	3	False	129800	backbone	True	ISR0815_000000003685	0.9466722203005197	PS1064|PS1067|PS292	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.648684505246473e-05	NZ_VEVQ02000006.1	CFB group bacteria	Flavobacterium jejuense strain EC11 R6_NDMS06846.contig00006, whole genome shotgun sequence	True	True
ISR0128_000000004548	7126	0.7586532521311629	10	4	2	2	3	False	129804	backbone	True	ISR0128_000000004548	1.0	PS1064|PS1067|PS1068|PS292	1	1	True	True	1.0	88					non-mobilizable	no_good_hit	134.0	82.836	2.0	0.004488673927415707	MK233338.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_3_c1 sequence	True	True
ENG0090_000000009462	2409	0.7586511021187465	4	3	3	3	3	True	61249	fragment	False	ENG0090_000000009462	1.0		0	0	False	False	0.9975093603134155	0					non-mobilizable	no_good_hit	737.0	71.913	30.0	0.006873314070134682	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
CHI0168_000000007598	2179	0.7586506473301802	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.23152938440631432		0	0	False	False	1.0	0					non-mobilizable	chromosome	2184.0	86.31	100.0	0.000697496843697855	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0160_000000001601	9470	0.7586489450509369	8	6	3	3	6	False	86889	maximal	False	USA0069_01_000000005848	0.96447787963332		0	0	False	False	1.0	0					non-mobilizable	other	9513.0	82.792	100.0	0.002310311373484157	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0084_000000015765	1689	0.7586479581442989	3	2	1	2	1	False	40074	fragment	False	FIJ0144_000000016957	0.9415724286483576		0	0	False	False	0.9988158941268921	0					non-mobilizable	no_good_hit	864.0	78.58800000000001	51.0	0.009335941745462449	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0012_000000048292	1206	0.7586418628379675	2	2	2	2	2	False	112566	fragment	False	MON0037_000000057251	0.3178963893249607		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	88.02	99.0	0.00250921614178744	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0023_000000012415	2598	0.7586401751576252	4	3	1	3	3	True	49370	maximal	True	FIJ0023_000000012415	1.0		2	1	False	False	0.9965357780456543	0					non-mobilizable	no_good_hit	1225.0	72.735	46.0	0.0035147798385006712	NZ_FOZH01000007.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	True
MAD0034_000000012047	1318	0.7586371702600606	2	1	1	1	1	False	18802	maximal	True	MAD0034_000000012047	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0132_01_000000010983	1426	0.7586364991260217	2	2	2	2	2	False	92359	fragment	False	ETH0004_000000018317	0.730544780637008		0	0	False	False	0.9901823401451111	0					non-mobilizable	no_good_hit	730.0	78.35600000000001	50.0	0.00016235695128112332	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CAN0007_000000013676	3038	0.7586363893464145	6	5	2	3	4	True	95379	fragment	False	CAN0007_000000013676	0.9930382006426277		0	0	False	False	0.9976958632469177	0					non-mobilizable	other	3038.0	98.78200000000001	100.0	0.008246644454762933	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0032_000000000347	22045	0.7586352377610976	26	7	3	6	4	True	46421	maximal	True	MAD0032_000000000347	1.0		1	1	False	False	0.9999546408653259	0					non-mobilizable	no_good_hit								True	True
USA0044_01_000000011656	2482	0.7586247818417281	3	3	2	2	1	False	28042	maximal	True	USA0044_01_000000011656	0.9705284552845528		37	8	False	False	0.9995970726013184	0					non-mobilizable	no_good_hit	1976.0	74.646	78.0	0.005556350385849555	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ISR0219_000000013578	2460	0.7586247818417281	3	3	2	2	1	False	28042	maximal	False	USA0044_01_000000011656	0.9663577759871071		0	0	False	False	0.9906504154205322	0					non-mobilizable	no_good_hit	1856.0	73.976	74.0	0.005208896000186866	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
MAD0075_000000000724	3415	0.7586182751861081	7	7	5	7	7	False	97793	fragment	False	MAD0008_000000002827	0.9412298383418533		0	0	False	False	1.0	0					non-mobilizable	chromosome	3415.0	99.444	100.0	0.0006997250904323969	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
ISR0820_000000024206	1105	0.7586140606959091	3	1	1	1	1	False	21257	fragment	False	SPA0033_000000028039	0.9565789473684211		0	0	False	False	0.9692307710647583	0					non-mobilizable	no_good_hit								True	False
USA0101_01_000000003860	7258	0.7586093066485761	7	7	7	7	7	False	125056	fragment	False	CHI0172_000000000825	0.37990963073988104		0	0	False	False	1.0	0					non-mobilizable	other	7258.0	99.38	100.0	0.001532456029008531	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0073_01_000000009216	1627	0.7585976608322782	3	2	2	2	2	False	709	maximal	True	USA0073_01_000000009216	1.0		574	15	False	False	0.9920098185539246	0					non-mobilizable	no_good_hit	97.0	78.351	6.0	0.039026437263953	XM_032970067.1	lampreys	PREDICTED: Petromyzon marinus retinol dehydrogenase 10-like (LOC116951450), transcript variant X2, mRNA	True	False
CHI0005_000000007414	2440	0.7585940645463153	5	4	3	4	3	False	112930	fragment	False	FIJ0172_000000008063	0.14562781737606684		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	98.405	100.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0046_000000003549	5737	0.7585901873581786	6	6	6	6	6	False	103309	fragment	False	ISR0169_000000004098	0.8741309607710571		0	0	False	False	0.9928534030914307	0					non-mobilizable	other	5737.0	99.181	100.0	0.021473414669756403	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0127_000000010609	2307	0.7585879345687442	6	2	1	2	1	False	31900	fragment	False	ISR0127_000000010609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	90.385	5.0	0.004432967505917797	NZ_JAAITI010000046.1	firmicutes	Blautia luti strain MSK.16.34 NODE_46_length_23235_cov_276.093, whole genome shotgun sequence	True	False
ISR0818_000000017874	1053	0.7585836273120566	2	2	2	2	2	False	92318	fragment	False	DEN0035_000000029631	0.6961463479015045		0	0	False	False	1.0	0					non-mobilizable	other	1005.0	97.11399999999999	95.0	0.766412213740458	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	False	False
SPA0077_000000018403	1543	0.7585823022623742	3	1	1	1	1	False	5685	fragment	False	SPA0077_000000018403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	96.55799999999999	80.0	0.0002449918817286698	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0104_000000025217	1805	0.7585802795204944	3	2	2	2	2	False	36213	maximal	True	MON0104_000000025217	1.0		50	5	False	False	1.0	0					non-mobilizable	other	1734.0	99.76899999999999	96.0	0.000491951637151461	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0110_000000013620	2244	0.7585788071585805	3	2	2	2	2	True	59804	fragment	False	ENG0110_000000013620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1568.0	82.71700000000001	69.0	0.009015951744957498	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	True	True
ENG0139_000000005144	3591	0.7585787576633728	4	4	4	4	3	False	119354	fragment	False	ENG0139_000000005144	1.0		0	0	False	False	0.9952659606933594	0					non-mobilizable	chromosome	3607.0	90.823	100.0	0.001993303960853925	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
SPA0087_000000011187	1271	0.7585756696026494	2	2	2	2	2	False	37945	fragment	False	SPA0087_000000011187	0.99177913232128		0	0	False	False	0.9984264373779297	0					non-mobilizable	chromosome	1224.0	99.18299999999999	96.0	0.0002590041533846739	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
USA0031_01_000000002641	11434	0.7585696165273277	13	6	4	6	3	False	84402	maximal	True	USA0031_01_000000002641	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	99.88799999999999	8.0	0.9988789237668162	GQ881807.1		Uncultured organism clone VC1CV33TF genomic sequence	True	False
CHI0049_000000009557	1725	0.7585613117449196	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.4798677547070424		0	0	False	False	0.9976811408996582	0					non-mobilizable	chromosome	1725.0	97.62299999999999	100.0	0.0005792785239134993	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0138_000000003615	4827	0.7585563972495668	5	4	4	3	3	False	52538	fragment	False	FIJ0023_000000004898	0.26458943245193295		0	0	False	False	0.9985498189926147	0					non-mobilizable	no_good_hit	778.0	93.316	16.0	0.00024172338507312988	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0245_000000000710	4925	0.758556376019198	7	4	2	3	3	False	99245	maximal	True	ISR0245_000000000710	1.0	PS556	0	0	False	True	0.9896446466445923	0					non-mobilizable	no_good_hit	745.0	85.50299999999999	31.0	0.00018010715284770497	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ENG0004_000000015105	1749	0.7585483773138735	2	2	2	2	1	False	67779	maximal	True	ENG0004_000000015105	1.0		0	0	False	False	0.9668381810188293	0					non-mobilizable	no_good_hit	570.0	90.351	70.0	0.0017167330087257187	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0172_000000004439	3582	0.7585442056695056	4	3	2	3	2	True	76229	maximal	True	ISR0172_000000004439	1.0		1	1	False	False	0.9885538816452026	0					non-mobilizable	no_good_hit	2668.0	98.38799999999999	85.0	0.0006992924420000551	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
CAN0013_000000001637	17847	0.7585390113970853	15	8	8	6	5	False	94349	maximal	True	CAN0013_000000001637	0.9967383425948297		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	2265.0	71.038	12.0	0.009624182160305212	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
AST0110_000000001689	10875	0.7585318228785405	16	7	2	6	2	True	107061	maximal	True	AST0110_000000001689	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	380.0	82.895	3.0	5.813773033136773e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	True
ISR0015_000000012098	2108	0.7585100056060077	3	3	3	2	3	False	113185	fragment	False	ISR0015_000000012098	0.9910261098548314		0	0	False	False	0.9985768795013428	0					non-mobilizable	other	2108.0	100.0	100.0	0.010996925871220623	NZ_NQCD01000001.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_4_length_191599_cov_71.773_ID_7.ctg_1, whole genome shotgun sequence	False	False
ISR0376_000000020058	1242	0.758508877440413	2	2	2	2	2	False	23325	fragment	False	ISR0376_000000020058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	97.02799999999999	46.0	0.007682026218795987	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
CHI0015_000000000711	9302	0.7585016139272909	12	8	4	4	6	True	89891	fragment	False	CHI0015_000000000711	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	61.0	98.361	1.0	1.1670297750141649e-05	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
ISR0848_000000007072	2441	0.758494086666017	3	3	3	3	3	False	76887	fragment	False	ISR0848_000000007072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0087_000000020998	1760	0.7584841309351694	3	3	3	3	2	False	110901	fragment	False	CHI0152_000000006122	0.9806232397884497		0	0	False	False	0.9909090995788574	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	0.0006750553545390722	NZ_BCUH01000007.1	g-proteobacteria	Psychrobacter phenylpyruvicus DSM 7000 = NBRC 102152, whole genome shotgun sequence	True	False
TAN0007_000000017719	2205	0.7584840747693765	2	2	2	2	2	False	57012	fragment	False	MON0001_000000014398	0.5681776536873255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1197.0	79.031	64.0	0.0003158403821668624	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0112_000000001360	10311	0.7584821719301913	16	4	4	4	3	False	82463	maximal	True	CHI0112_000000001360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1551.0	81.947	15.0	0.0006367696042035053	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	True	False
ENG0046_000000004652	4043	0.7584746415130308	4	3	3	3	3	False	104776	maximal	True	ENG0046_000000004652	1.0		0	0	False	False	0.999505341053009	0					non-mobilizable	no_good_hit	2188.0	99.68	69.0	0.010115540096761362	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0312_000000005621	2917	0.7584671336889386	3	3	3	3	2	False	119353	fragment	False	SPA0023_000000008054	0.9481118812934607		0	0	False	False	0.9958862066268921	0					non-mobilizable	chromosome	2893.0	99.758	99.0	0.0016011785915056118	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
MAD0056_000000001871	5761	0.7584658147292002	9	9	5	7	8	True	125604	fragment	False	MAD0056_000000001871	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	5759.0	99.531	99.0	0.040348971654812375	CP042247.1	enterobacteria	Escherichia coli strain BCE049 plasmid pBCE049-1, complete sequence	False	True
TAN0007_000000027395	1518	0.7584632917986008	2	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.1536596119929453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1470.0	86.735	97.0	0.00043388445049941137	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
FIJ0082_000000019124	1631	0.7584589849394962	3	3	3	3	2	False	44171	maximal	True	FIJ0082_000000019124	1.0		34	7	False	False	1.0	0					non-mobilizable	other	1639.0	86.455	100.0	0.00936741331134625	NZ_FUWW01000002.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ISR0037_000000001583	10777	0.7584579190936732	14	9	4	5	6	True	76964	backbone	False	ENG0033_000000002799	0.9496312862511593	PS328|PS329|PS369	0	0	False	True	0.9999071955680847	0					non-mobilizable	no_good_hit	1610.0	77.329	25.0	0.15115057767592857	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
AST0118_000000017555	1765	0.7584514722258636	2	2	2	2	1	False	114361	fragment	False	ISR0196_000000008430	0.39093717266344574		0	0	False	False	0.998866856098175	0					non-mobilizable	other	1644.0	80.596	98.0	0.005931641099456508	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0029_000000021595	1257	0.7584443250064347	2	2	2	2	2	False	7363	maximal	True	SPA0029_000000021595	1.0		4	3	False	False	0.9960222840309143	0					non-mobilizable	no_good_hit	231.0	74.02600000000001	18.0	0.00018509790619205497	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
FIJ0032_000000007955	4312	0.7584398543745167	8	3	1	0	3	False	99360	backbone	False	MON0063_000000006572	0.9519057456241347	PS558|PS559	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	328.0	87.5	8.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
USA0011_01_000000032450	1107	0.7584391670777275	2	1	1	1	1	False	1987	maximal	True	USA0011_01_000000032450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	71.07300000000001	57.0	0.0010609648000352524	NZ_NIBG01000001.1	firmicutes	Anaeromicrobium sediminis strain DY2726D Seq1, whole genome shotgun sequence	True	False
SPA0040_000000011312	3439	0.7584199104175071	2	2	1	1	2	False	80355	maximal	False	FIJ0032_000000009352	0.931832291097256		0	0	False	False	0.9970921874046326	0					non-mobilizable	no_good_hit	700.0	82.0	20.0	0.00024399546288843174	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0023_000000012800	1370	0.7584164400897232	2	2	2	2	2	False	66257	maximal	True	ENG0023_000000012800	1.0		91	6	False	False	0.9788321256637573	0					non-mobilizable	chromosome	1370.0	99.635	100.0	0.0007364610062994582	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
SPA0132_000000019139	2152	0.7584144550738114	3	3	1	2	2	True	3736	fragment	False	SPA0132_000000019139	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2152.0	100.0	100.0	0.006944646229841638	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0028_000000008046	3339	0.7584131608096734	4	3	3	3	2	False	128392	fragment	False	DEN0028_000000008046	1.0		0	0	False	False	0.9961066246032715	0					non-mobilizable	no_good_hit	1446.0	70.678	42.0	0.00039771046398341317	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0397_000000005566	3619	0.7584130024683888	6	6	0	1	6	False	22650	fragment	False	ISR0397_000000005566	1.0		0	0	False	False	1.0	0	rep_cluster_2350			MOBP	mobilizable	plasmid	3619.0	99.55799999999999	100.0	0.6930446445679249	CP052221.1	enterobacteria	Klebsiella pneumoniae strain E17KP0053 plasmid pE17KP0053-4, complete sequence	False	True
MAD0036_000000007458	3537	0.7584106711065435	5	2	0	1	1	False	48090	maximal	True	MAD0036_000000007458	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1473.0	76.85	41.0	0.1280819434372734	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0278_000000008235	1454	0.7584102787338528	2	1	1	1	1	False	34822	fragment	False	ISR0278_000000008235	1.0		0	0	False	False	0.9704263806343079	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000022861	1294	0.7584102787338528	2	1	1	1	1	False	34821	fragment	False	ISR0072_000000022861	1.0		0	0	False	False	0.9868624210357666	0					non-mobilizable	no_good_hit								True	False
MON0100_000000026415	1724	0.7583972369963979	3	1	1	1	1	False	9108	fragment	False	MON0100_000000026415	1.0		0	0	False	False	0.9994199275970459	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000028488	1515	0.7583957464882726	1	1	1	1	1	False	91474	fragment	False	CAN0021_000000028888	0.9950930674129106		0	0	False	False	0.9894389510154724	0					non-mobilizable	no_good_hit	912.0	75.11	60.0	0.0005014975812556018	CP051151.1	bacteria	Tenericutes bacterium zrk29 chromosome, complete genome	True	False
CAN0021_000000028888	1515	0.7583957464882726	1	1	1	1	1	False	91474	fragment	False	CAN0021_000000028888	0.9950930674129106		0	0	False	False	0.998019814491272	0					non-mobilizable	no_good_hit	912.0	75.219	60.0	0.0005014975812556018	CP051151.1	bacteria	Tenericutes bacterium zrk29 chromosome, complete genome	True	False
FIJ0154_000000013758	2655	0.7583932885269032	2	2	2	2	1	True	39607	fragment	False	FIJ0154_000000013758	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2082.0	93.564	96.0	0.00140080947642892	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
FIJ0131_000000004753	3939	0.7583924418416654	5	2	2	2	1	True	45606	maximal	True	FIJ0131_000000004753	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	97.429	20.0	0.00030731127943138314	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
CAN0017_000000015503	2302	0.7583877023063638	4	1	1	1	1	False	92492	maximal	True	CAN0017_000000015503	0.9953764861294584		198	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0179_000000005033	5106	0.7583841579777604	4	4	3	4	3	False	127864	fragment	False	CHI0061_000000000946	0.9508959752779654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	94.652	23.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0050_000000033039	1246	0.7583728881181014	2	1	1	1	1	False	75506	maximal	True	MON0050_000000033039	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	4.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
USA0046_01_000000000343	26515	0.7583628079862362	24	21	5	15	14	True	115131	fragment	False	ENG0091_000000000469	0.3303710276354648		0	0	False	False	1.0	0					non-mobilizable	other	26437.0	99.95100000000001	99.0	0.011607693429348942	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
SPA0046_000000001012	15995	0.7583605612596854	16	7	5	7	3	True	6741	fragment	False	SPA0046_000000001012	1.0		0	0	False	False	0.9986245632171631	0					non-mobilizable	no_good_hit	108.0	87.963	1.0	0.022795057520238603	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
ENG0182_000000024701	1134	0.7583594760048208	2	2	1	2	1	False	55201	fragment	False	ISR0208_000000025007	0.47459893048128343		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	95.855	100.0	0.025903063557384545	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0396_000000001086	15240	0.7583566182452848	14	10	4	10	5	True	96794	maximal	True	ISR0396_000000001086	1.0		2	1	False	False	0.9996063113212585	0					non-mobilizable	other	7834.0	86.61	99.0	0.18492680965781447	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
MON0025_000000017561	2221	0.7583535034529041	3	3	3	2	1	False	12821	fragment	False	MON0025_000000017561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	71.532	31.0	0.00020736037861565602	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
CHI0017_000000002014	5349	0.7583529345201322	8	7	6	5	4	False	131583	maximal	True	CHI0017_000000002014	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	3247.0	98.245	61.0	0.00051712945474017	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
SPA0092_000000005725	6395	0.7583495155320082	7	2	2	2	2	False	99280	fragment	False	SPA0053_000000004154	0.38118028101252965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	89.82600000000001	12.0	0.0030607514021605787	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0100_000000005690	5620	0.7583495155320082	7	2	2	2	2	False	99277	fragment	False	SPA0100_000000005690	0.9923135822980977		0	0	False	False	0.9982206225395203	0					non-mobilizable	no_good_hit	393.0	93.639	7.0	0.0016083304955052907	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0141_000000010895	3188	0.7583495155320082	5	2	2	2	2	False	99278	fragment	False	USA0015_01_000000010024	0.962253251762093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	94.059	10.0	0.0012390709429658106	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0091_000000008499	2828	0.7583495155320082	5	2	2	2	2	False	61996	fragment	False	FIJ0091_000000008499	0.9721701042904707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	93.915	17.0	0.002018618887215824	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0119_000000014442	2219	0.7583495155320082	3	2	2	2	2	False	61989	fragment	False	SPA0119_000000014442	1.0		0	0	False	False	0.995493471622467	0					non-mobilizable	no_good_hit	747.0	90.495	34.0	0.0030607514021605787	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0189_000000008209	1864	0.7583485410957413	3	3	3	3	3	False	74175	fragment	False	FIJ0153_000000010755	0.27596207198012646		0	0	False	False	0.9994634985923767	0					non-mobilizable	other	1864.0	95.064	100.0	0.05392809587217044	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
ISR0813_000000019476	1596	0.7583479952324711	3	3	3	3	3	False	21571	maximal	True	ISR0813_000000019476	1.0		13	5	False	False	0.9937343597412109	0					non-mobilizable	other	1596.0	100.0	100.0	0.007324409340343949	NZ_HF954532.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
ISR0842_000000002870	6531	0.758344629602	7	5	4	5	5	True	72130	maximal	True	ISR0842_000000002870	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	83.92399999999999	12.0	0.0002328153880335254	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
MON0081_000000007680	7027	0.75833904491688	6	4	4	4	3	False	116213	fragment	False	SPA0013_000000002713	0.7587790294130117		0	0	False	False	0.9995730519294739	0					non-mobilizable	no_good_hit	1871.0	95.083	28.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0131_000000025791	1410	0.7583355313742615	2	2	2	2	1	False	31642	fragment	False	ISR0131_000000025791	1.0		0	0	False	False	0.9773049354553223	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000015462	1772	0.7583346924442238	2	1	1	1	1	False	70709	maximal	True	DEN0069_000000015462	1.0		2	2	False	False	0.9994356632232666	0					non-mobilizable	no_good_hit	326.0	80.675	18.0	0.0035260548328650007	NZ_FNBY01000018.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
USA0082_01_000000007262	4027	0.7583268893294677	6	4	3	4	3	False	39527	fragment	False	USA0082_01_000000007262	1.0		0	0	False	False	0.9995033740997314	0					non-mobilizable	no_good_hit	848.0	93.042	21.0	0.9976442873969376	GQ875367.1		Uncultured organism clone VC1A183TR genomic sequence	True	False
FIJ0112_000000005554	4608	0.7583256629934101	5	4	4	2	4	False	42047	maximal	True	FIJ0112_000000005554	1.0		8	4	False	False	0.9976128339767456	0					non-mobilizable	no_good_hit	483.0	75.569	10.0	0.004485690740185796	NZ_AQWR01000003.1	CFB group bacteria	Porphyromonas bennonis DSM 23058 = JCM 16335 strain DSM 23058 B088DRAFT_scaffold_2.3_C, whole genome shotgun sequence	True	False
AST0104_000000018874	1823	0.7583224008819148	2	2	2	2	2	False	107841	maximal	True	AST0104_000000018874	1.0		2	2	False	False	0.9797037839889526	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000002391	8592	0.7583134468349311	12	5	4	4	4	False	49452	fragment	False	ISR0021_000000002391	1.0		0	0	False	False	0.9996508359909058	0					non-mobilizable	no_good_hit	880.0	86.932	10.0	0.0002615882863455997	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
DEN0082_000000036651	1190	0.7583063650667763	4	3	2	3	1	False	69157	maximal	True	DEN0082_000000036651	1.0		1	1	False	False	0.9680672287940979	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0001900598688586905	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0132_000000006015	5505	0.75830584218777	10	6	3	4	4	False	80951	maximal	True	CHI0132_000000006015	1.0		1	1	False	False	0.9987284541130066	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000002078	9727	0.7583051300605018	16	13	10	12	10	False	132200	fragment	False	ENG0181_000000001954	0.45244386382793317		0	0	False	False	0.9986634850502014	0					non-mobilizable	other	9709.0	99.979	99.0	0.20144840322881866	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CHI0142_000000004150	4217	0.7583002184315346	5	4	3	4	3	False	101233	maximal	True	CHI0142_000000004150	1.0		82	6	False	False	0.9954944252967834	0					non-mobilizable	no_good_hit	1689.0	99.34899999999999	40.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
MON0038_000000020259	1659	0.7582946838376379	3	3	3	3	2	False	34833	fragment	False	MON0038_000000020259	0.9977018429464876		0	0	False	False	0.9758890867233276	0					non-mobilizable	other	1640.0	99.26799999999999	99.0	0.010298331155122147	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0095_000000000251	31227	0.7582922483621133	38	12	4	9	10	False	59218	maximal	True	MAD0095_000000000251	1.0		1	1	False	False	0.9998078346252441	0					non-mobilizable	no_good_hit	74.0	93.243	0.0	2.8013623063270493e-05	NZ_UGNZ01000001.1	g-proteobacteria	Legionella geestiana strain NCTC12373, whole genome shotgun sequence	True	False
SPA0044_000000025658	1119	0.7582903055750372	3	2	0	2	2	True	8628	maximal	True	SPA0044_000000025658	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0176_000000006950	1357	0.7582900141338107	2	2	2	1	1	False	55563	fragment	False	ENG0176_000000006950	0.9973664409330323		0	0	False	False	0.9830508232116699	0					non-mobilizable	chromosome	1355.0	88.708	99.0	0.0002797562855803404	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
FIJ0073_000000005098	3698	0.7582626267776138	4	3	3	3	3	False	44704	maximal	True	FIJ0073_000000005098	1.0		1	1	False	False	0.9991887211799622	0					non-mobilizable	no_good_hit	738.0	72.087	20.0	0.00035998920032399026	NZ_LT635494.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
ISR0093_000000000176	45004	0.7582589893508882	69	27	13	20	17	True	91529	maximal	True	ISR0093_000000000176	1.0		1	1	True	True	0.9999777674674988	13					non-mobilizable	no_good_hit	1873.0	75.387	10.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
ISR0388_000000005945	5089	0.7582580119363118	6	5	5	4	3	False	66990	fragment	False	ISR0388_000000005945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	77.154	15.0	0.0013486779859283344	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
ENG0165_000000003959	4500	0.7582548177592792	7	6	1	1	5	False	67165	fragment	False	ENG0165_000000003959	0.9993461400157297		0	0	False	False	1.0	0					non-mobilizable	other	4500.0	99.93299999999999	100.0	0.002035405837031809	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	False	False
SPA0021_000000007729	4111	0.7582548177592792	7	6	1	1	5	False	67165	fragment	False	ENG0165_000000003959	0.9403233965672989		0	0	False	False	0.9992702603340149	0					non-mobilizable	other	4111.0	99.976	100.0	0.0018172444560779532	AP018131.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: JCM 7004	False	False
ISR0212_000000005189	5988	0.7582415942549608	8	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9985962302627848	PS713	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	84.0	86.905	1.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0176_000000001257	5966	0.7582415942549608	7	1	0	0	1	False	111900	backbone	True	ENG0176_000000001257	0.9990349549584273	PS713	13	4	True	True	1.0	10					non-mobilizable	no_good_hit	84.0	86.905	1.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0071_000000003477	5966	0.7582415942549608	7	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9987554648366027	PS713	0	0	True	True	0.9969829320907593	6					non-mobilizable	no_good_hit	84.0	86.905	1.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0128_000000004000	5966	0.7582415942549608	7	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9986995926721152	PS713	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	84.0	86.905	1.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0175_000000004249	5966	0.7582415942549608	7	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9983081075171287	PS713	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	84.0	86.905	1.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0174_000000004611	5966	0.7582415942549608	7	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9989790827939397	PS713	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	84.0	86.905	1.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0227_000000004328	5966	0.7582415942549608	7	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9989790827939399	PS713	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	84.0	86.905	1.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ISR0255_000000004529	5966	0.7582415942549608	7	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9988393377330275	PS713	0	0	True	True	0.9989942908287048	7					non-mobilizable	no_good_hit	84.0	86.905	1.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
ENG0042_000000004511	5966	0.7582415942549608	7	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9984759747147787	PS713	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	84.0	86.905	1.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
USA0031_01_000000005104	5963	0.7582415942549608	8	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9969798158960609	PS713	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	35.0	100.0	1.0	1.0174519949689992e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0319_000000002254	5862	0.7582415942549608	7	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9930594135330431	PS713	0	0	True	True	0.9998294115066528	8					non-mobilizable	no_good_hit	35.0	100.0	1.0	1.0174519949689992e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
SPA0028_000000004095	5862	0.7582415942549608	7	1	0	0	1	False	111900	backbone	False	ENG0176_000000001257	0.9931154703108381	PS713	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	35.0	100.0	1.0	1.0174519949689992e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
MON0046_000000004795	5703	0.7582415942549608	7	1	0	0	1	False	104910	maximal	True	MON0046_000000004795	1.0		0	0	False	False	0.9961423873901367	0					non-mobilizable	no_good_hit	3421.0	98.831	60.0	0.27591770875352967	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0161_000000005184	5476	0.7582415942549608	6	1	0	0	1	False	111891	maximal	True	ISR0161_000000005184	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0044_000000003375	5241	0.7582415942549608	6	1	0	0	1	False	111899	maximal	True	ENG0044_000000003375	0.9992700115165071		11	2	True	True	1.0	14					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.005136358077534548	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0128_000000006520	5239	0.7582415942549608	6	1	0	0	1	False	111899	maximal	False	ENG0044_000000003375	0.9991328457109759		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.005136358077534548	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0162_000000004940	4856	0.7582415942549608	6	1	0	0	1	False	111899	maximal	False	ENG0044_000000003375	0.9503816533023639		0	0	False	True	0.9975288510322571	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.005136358077534548	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0206_000000005039	4819	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9544528128453404		0	0	True	True	1.0	54					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0063_000000004145	4819	0.7582415942549608	5	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9502082913394336		0	0	True	True	0.9993774890899658	20					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
AST0102_000000005917	4818	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9506308539973386		0	0	True	True	0.9995849132537842	11					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0084_000000004505	4815	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9433992971042695		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
CAN0014_000000009283	4813	0.7582415942549608	4	1	0	0	1	False	108356	maximal	True	CAN0014_000000009283	0.959118858438629		5	4	True	True	1.0	50					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0039835347231443365	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
SPA0130_000000006832	4804	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.939362911170344		0	0	True	True	0.9972939491271973	16					non-mobilizable	no_good_hit								True	True
ENG0184_000000004888	4786	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9528565931086327		0	0	True	True	1.0	66					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ENG0073_000000005455	4785	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9478823303489828		0	0	True	True	1.0	32					non-mobilizable	no_good_hit	124.0	91.935	4.0	4.1108740091859345e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0107_000000005272	4779	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.951252292826176		0	0	True	True	1.0	52					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0378_000000004366	4767	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.8823571261081666		0	0	True	True	0.9976924657821655	16					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0182_000000006763	4745	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9391373705946107		0	0	True	True	1.0	86					non-mobilizable	no_good_hit								True	True
ISR0138_000000006153	4738	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9102981533455818		0	0	True	True	0.9995778799057007	5					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0096_000000005269	4736	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9532595916564528		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.005255378551486287	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ENG0038_000000004367	4736	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9589179048321815		0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
ENG0110_000000006306	4726	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.917940974816262		0	0	True	True	1.0	105					non-mobilizable	no_good_hit								True	True
ISR0141_000000007598	4726	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9561774987710749		0	0	True	True	0.9997884035110474	16					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
USA0009_01_000000005104	4725	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9393917701656918		0	0	True	True	1.0	41					non-mobilizable	no_good_hit								True	True
DEN0026_000000006177	4717	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9135170306273886		0	0	True	True	0.9997879862785339	6					non-mobilizable	no_good_hit								True	True
FIJ0011_000000008996	4716	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9395058450321009		0	0	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
ISR0032_000000006653	4709	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9381068423486507		0	0	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
ISR0243_000000001982	4705	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9538673175150749		0	0	True	True	1.0	14					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ENG0030_000000004552	4704	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9514528242221771		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0222_000000012510	4670	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.928312655419928		0	0	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
SPA0043_000000003756	4654	0.7582415942549608	4	1	0	0	1	False	130581	backbone	False	ISR0082_000000004600	0.556894297366437	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1272.0	98.035	70.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0212_000000006986	4650	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9515971835711917		0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ISR0138_000000006290	4648	0.7582415942549608	4	1	0	0	1	False	128631	backbone	False	ISR0392_000000006061	0.9770140507423166	PS1037	0	0	True	True	1.0	69					non-mobilizable	no_good_hit								True	True
ISR0121_000000004959	4638	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9261719357236058		0	0	True	True	1.0	43					non-mobilizable	no_good_hit								True	True
ISR0012_000000005114	4636	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9257886171005523		0	0	True	True	1.0	21					non-mobilizable	no_good_hit								True	True
ISR0161_000000006216	4636	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9259101852322258		0	0	True	True	1.0	78					non-mobilizable	no_good_hit								True	True
ISR0255_000000006076	4633	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9207263268896382		0	0	True	True	0.9997841715812683	11					non-mobilizable	no_good_hit								True	True
AST0148_000000007403	4633	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9078449398305197		0	0	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
ISR0284_000000001770	4629	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9193287527443982		0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
ISR0014_000000007707	4629	0.7582415942549608	3	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9018700243542468		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.00035459814057600035	NZ_FZOT01000019.1	b-proteobacteria	Noviherbaspirillum humi strain U15, whole genome shotgun sequence	True	True
SPA0040_000000007920	4624	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9197641111712888		0	0	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
CAN0014_000000009696	4624	0.7582415942549608	5	1	0	0	1	False	132312	backbone	False	ISR0021_000000004354	0.9150936862430812	PS1155	0	0	True	True	0.9982699155807495	1					non-mobilizable	no_good_hit								True	True
MON0003_000000002544	4624	0.7582415942549608	4	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.19519830403679908	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1333.0	98.125	70.0	0.2280431432973806	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0069_01_000000013281	4624	0.7582415942549608	5	1	0	0	1	False	126337	maximal	False	ISR0018_000000004705	0.992299430006829		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	228.0	82.01799999999999	5.0	0.03865230032495297	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	True
ISR0122_000000003403	4609	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9237263432611563		0	0	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
ISR0366_000000003110	4609	0.7582415942549608	5	1	0	0	1	False	132312	backbone	False	ISR0021_000000004354	0.8870407552521612	PS1155	0	0	True	True	1.0	55					non-mobilizable	no_good_hit								True	True
ISR0018_000000004705	4606	0.7582415942549608	5	1	0	0	1	False	126337	maximal	True	ISR0018_000000004705	0.9961563100576553		10	1	True	True	0.9984802603721619	9					non-mobilizable	no_good_hit	228.0	81.579	5.0	0.03865230032495297	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	True
ISR0073_000000005619	4586	0.7582415942549608	5	1	0	0	1	False	126337	maximal	False	ISR0018_000000004705	0.9961398241475444		0	0	True	True	0.9997819662094116	10					non-mobilizable	no_good_hit	228.0	81.579	5.0	0.03865230032495297	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	True
SPA0023_000000005061	4586	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.9108787769725184		0	0	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
CHI0130_000000003575	4584	0.7582415942549608	4	1	0	0	1	False	130581	backbone	False	ISR0082_000000004600	0.41127408651168645	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1214.0	96.046	67.0	0.2049306625577812	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0838_000000004423	4581	0.7582415942549608	5	1	0	0	1	False	132312	backbone	False	ISR0021_000000004354	0.9140416853718702	PS1155	0	0	True	True	0.9997817277908325	24					non-mobilizable	no_good_hit								True	True
ENG0100_000000006662	4373	0.7582415942549608	4	1	0	0	1	False	108356	maximal	False	CAN0014_000000009283	0.7352587399574949		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0261_000000004037	4216	0.7582415942549608	3	1	0	0	1	False	130581	backbone	False	ISR0082_000000004600	0.04862311717489879	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1272.0	98.035	64.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0219_000000007540	4206	0.7582415942549608	6	1	0	0	1	False	111894	maximal	True	ISR0219_000000007540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	85.714	2.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	False
CHI0107_000000002973	4205	0.7582415942549608	4	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.12157537116726284	PS879|PS961	0	0	False	True	0.9966706037521362	0					non-mobilizable	no_good_hit	1362.0	97.21	67.0	0.2330080465673686	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0129_000000004878	4176	0.7582415942549608	3	1	0	0	1	False	90976	maximal	False	CHI0062_000000003761	0.9980368098159509		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1425.0	80.0	34.0	0.8051724137931034	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
CHI0110_000000001553	4176	0.7582415942549608	3	1	0	0	1	False	90976	maximal	False	CHI0062_000000003761	0.9980368098159509		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1425.0	80.0	34.0	0.8051724137931034	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
CHI0062_000000003761	4176	0.7582415942549608	3	1	0	0	1	False	90976	maximal	True	CHI0062_000000003761	0.9980368098159509		5	1	True	True	1.0	67					non-mobilizable	no_good_hit	1425.0	80.0	34.0	0.8051724137931034	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0847_000000005821	4174	0.7582415942549608	4	1	0	0	1	False	130581	backbone	False	ISR0082_000000004600	0.02619157837923086	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1063.0	96.04899999999999	55.0	0.18164697825714776	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0361_000000002783	4160	0.7582415942549608	4	1	0	0	1	False	127336	fragment	False	ISR0361_000000002783	0.9758448060075093		0	0	False	True	0.9987980723381042	0					non-mobilizable	no_good_hit	1209.0	95.53299999999999	62.0	0.20578668036295156	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0127_000000006181	4111	0.7582415942549608	4	1	0	0	1	False	130581	backbone	False	ISR0082_000000004600	0.0374127030477821	PS1004|PS1005|PS1006|PS1103	0	0	False	True	0.9997567534446716	0					non-mobilizable	no_good_hit	1244.0	95.257	64.0	0.21263482280431434	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0121_000000002014	4083	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.36671983302382377	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3507.0	99.943	100.0	0.6248440563179469	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0110_000000004637	4059	0.7582415942549608	4	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.08889385302889076	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1403.0	94.512	56.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CAN0004_000000006284	4056	0.7582415942549608	4	1	0	0	1	False	96260	fragment	False	CAN0004_000000006284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	92.537	2.0	0.0008752038827226797	NZ_JNWQ01000031.1	high GC Gram+	Streptomyces novaecaesareae strain NRRL B-1267 contig31.1, whole genome shotgun sequence	True	False
CHI0085_000000000207	3995	0.7582415942549608	4	1	0	0	1	False	127336	fragment	False	ISR0361_000000002783	0.9555288461538461		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1043.0	95.781	63.0	0.17565485362095531	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0109_000000004213	3986	0.7582415942549608	3	1	0	0	1	False	90976	maximal	False	CHI0062_000000003761	0.9761135057471263		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1425.0	79.93	36.0	0.8051724137931034	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0029_000000011778	3924	0.7582415942549608	4	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.10567234596244343	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1403.0	95.795	63.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0142_000000007535	3907	0.7582415942549608	5	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.6683671316013294		0	0	False	False	1.0	0					non-mobilizable	plasmid	3908.0	98.38799999999999	100.0	0.3152077450584913	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0056_000000005107	3905	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.34517101241846254	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3453.0	99.971	100.0	0.6152201033683835	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0006_000000006385	3901	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.10182889909820969	PS879|PS961	0	0	False	True	0.999743640422821	0					non-mobilizable	no_good_hit	1303.0	95.70200000000001	64.0	0.22273583290532442	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0256_000000004606	3898	0.7582415942549608	5	1	0	0	1	False	126336	fragment	False	ISR0256_000000004606	1.0		0	0	False	False	0.994356095790863	0					non-mobilizable	no_good_hit	228.0	81.579	6.0	0.03865230032495297	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
ENG0045_000000003114	3896	0.7582415942549608	4	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.02016319899356158	PS879|PS961	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1112.0	99.01100000000001	64.0	0.1902071563088512	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0049_000000007341	3882	0.7582415942549608	4	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.3682322171743253	PS1004	0	0	False	True	0.9994847774505615	0					non-mobilizable	other	3628.0	99.531	100.0	0.6462306184280877	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0056_000000004515	3878	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.09322265739120224	PS879|PS961	0	0	False	True	0.9994842410087585	0					non-mobilizable	no_good_hit	1274.0	94.898	64.0	0.21777092963533642	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0149_000000004004	3828	0.7582415942549608	3	1	0	0	1	False	130581	backbone	False	ISR0082_000000004600	0.027800532543892153	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1631.0	99.32600000000001	66.0	0.2903225806451613	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0814_000000010169	3811	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.3416771365170889	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3811.0	99.97399999999999	100.0	0.6801142449125313	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0159_000000006532	3810	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.33957122204713946	PS1004	0	0	False	True	0.9986876845359802	0					non-mobilizable	other	3432.0	99.76700000000001	100.0	0.6114774549991089	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0028_000000006363	3778	0.7582415942549608	4	1	0	0	1	False	91633	fragment	False	MON0028_000000006363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	91.56299999999999	65.0	0.05824929407018959	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CHI0105_000000002019	3715	0.7582415942549608	4	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.9900007150872092		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1393.0	89.447	62.0	0.2629777524244153	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0112_000000008094	3696	0.7582415942549608	3	1	0	0	1	False	123176	fragment	False	ISR0112_000000008094	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1301.0	94.696	54.0	0.15886021768374708	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0150_000000006142	3665	0.7582415942549608	4	1	0	0	1	False	88007	maximal	True	ISR0150_000000006142	0.9790601765001966		5	2	True	True	1.0	303					non-mobilizable	no_good_hit	330.0	86.061	9.0	0.007122753842823122	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0362_000000006085	3663	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.039506971369246816	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1314.0	95.51	58.0	0.2246190720766992	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0820_000000005432	3658	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.07752405417912939	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1294.0	96.986	59.0	0.22119500085601781	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0248_000000001351	3652	0.7582415942549608	3	1	0	0	1	False	130581	backbone	False	ISR0082_000000004600	0.021921228549001227	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1314.0	95.586	60.0	0.2246190720766992	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0222_000000015199	3649	0.7582415942549608	4	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.6451449102322439		0	0	False	False	0.9997259378433228	0					non-mobilizable	plasmid	3650.0	98.959	100.0	0.2943929003630496	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0065_01_000000003081	3642	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.08801364975947047	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1385.0	95.37899999999999	61.0	0.23677452491011813	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0183_000000001271	3641	0.7582415942549608	4	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.9761343072893583		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1387.0	89.618	61.0	0.2629777524244153	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0011_01_000000010465	3617	0.7582415942549608	3	1	0	0	1	False	130581	backbone	False	ISR0082_000000004600	0.032463640127658955	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1470.0	97.551	64.0	0.2618071644983069	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0037_000000017591	3603	0.7582415942549608	4	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.9862391812988063		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1387.0	89.834	60.0	0.2629777524244153	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0265_000000004329	3590	0.7582415942549608	2	1	0	0	1	False	127332	fragment	False	ISR0265_000000004329	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	877.0	95.211	59.0	0.14980311590481082	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0226_000000001814	3571	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.08444790499563934	PS879|PS961	0	0	False	True	0.9997199773788452	0					non-mobilizable	no_good_hit	1314.0	95.586	60.0	0.2246190720766992	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0194_000000006462	3567	0.7582415942549608	5	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.6464232468841385		0	0	False	False	1.0	0					non-mobilizable	plasmid	3568.0	98.823	100.0	0.2877773295683743	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0037_000000003436	3563	0.7582415942549608	3	1	0	0	1	False	88007	maximal	False	ISR0150_000000006142	0.9763546349971501		0	0	True	True	1.0	170					non-mobilizable	no_good_hit	306.0	81.046	8.0	0.11094396389620158	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0207_000000007632	3562	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.07581161455741448	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2240.0	95.0	62.0	0.2735722147486853	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MON0101_000000016810	3560	0.7582415942549608	3	1	0	0	1	False	65062	fragment	False	MON0101_000000016810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	90.476	57.0	0.05921742638160549	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
TAN0005_000000003901	3558	0.7582415942549608	4	1	0	0	1	False	2942	maximal	True	TAN0005_000000003901	1.0		2	1	False	False	0.9988757967948914	0					non-mobilizable	no_good_hit	1258.0	75.04	35.0	0.10959028281363306	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
CHI0165_000000004630	3548	0.7582415942549608	4	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.9748523023404331		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1387.0	89.834	60.0	0.2629777524244153	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0121_000000005056	3541	0.7582415942549608	4	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.6304768602022398		0	0	False	False	0.9997175931930542	0					non-mobilizable	plasmid	3542.0	98.899	100.0	0.2856797095603066	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0156_000000003615	3538	0.7582415942549608	4	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.9813667106252721		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1387.0	89.834	60.0	0.2629777524244153	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CHI0108_000000002144	3537	0.7582415942549608	3	1	0	0	1	False	130581	backbone	False	ISR0082_000000004600	0.02727603486208679	PS1004|PS1005|PS1006|PS1103	0	0	False	True	0.9985863566398621	0					non-mobilizable	no_good_hit	1479.0	98.91799999999999	63.0	0.2632329353056496	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0069_000000002709	3532	0.7582415942549608	3	1	0	0	1	False	88007	maximal	False	ISR0150_000000006142	0.9764603952216072		0	0	True	True	0.9991506338119507	10					non-mobilizable	no_good_hit	306.0	81.046	8.0	0.11094396389620158	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0084_000000006605	3525	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.03648310901789606	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2428.0	99.794	69.0	0.2968081203375321	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0160_000000008085	3525	0.7582415942549608	5	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.6425931304887846		0	0	False	False	1.0	0					non-mobilizable	plasmid	3527.0	98.696	100.0	0.2844695441710367	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0210_000000005411	3525	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.32996318178302964	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3525.0	99.943	100.0	0.6290610496251339	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
SPA0104_000000010070	3524	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.0763639427584561	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1261.0	96.193	60.0	0.21554528334189352	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0133_000000005075	3518	0.7582415942549608	4	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.9782576477050318		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1387.0	89.762	60.0	0.2629777524244153	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0117_000000007665	3514	0.7582415942549608	3	1	0	0	1	False	111897	fragment	False	ISR0117_000000007665	0.9936611662772585		0	0	False	False	0.9997154474258423	0					non-mobilizable	no_good_hit	84.0	86.905	2.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	False
MAD0077_000000002968	3512	0.7582415942549608	3	1	0	0	1	False	127327	maximal	True	MAD0077_000000002968	1.0	PS1004	0	0	False	True	0.9968678951263428	0					non-mobilizable	no_good_hit	1554.0	83.398	44.0	0.8816091954022989	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
CAN0003_000000014096	3507	0.7582415942549608	4	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.6160980004592733		0	0	False	False	1.0	0					non-mobilizable	plasmid	3507.0	99.00200000000001	100.0	0.28285599031867686	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0112_000000008660	3496	0.7582415942549608	3	1	0	0	1	False	95940	fragment	False	ISR0112_000000008660	0.9612676056338028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0144_000000005366	3495	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.309375155959199	PS1004	0	0	False	True	0.9971387982368469	0					non-mobilizable	plasmid	3495.0	100.0	100.0	0.6237058193502321	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
FIJ0096_000000009736	3494	0.7582415942549608	4	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.6210345474343419		0	0	False	False	0.9988551735877991	0					non-mobilizable	plasmid	3496.0	98.913	100.0	0.281968535699879	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0037_000000003527	3489	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.3147991220230134	PS1004	0	0	False	True	0.9994267821311951	0					non-mobilizable	plasmid	3489.0	99.914	100.0	0.6226347732952517	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
SPA0130_000000009410	3488	0.7582415942549608	2	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.041363696089985934	PS879|PS961	0	0	False	True	0.9954128265380859	0					non-mobilizable	no_good_hit	2397.0	95.661	68.0	0.29301699889935184	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0158_000000005075	3481	0.7582415942549608	3	1	0	0	1	False	92888	fragment	False	ISR0158_000000005075	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	1296.0	98.611	99.0	0.19895529267168535	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
CHI0013_000000002410	3477	0.7582415942549608	4	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.968392059750545		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1387.0	89.834	59.0	0.2629777524244153	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CHI0171_000000001693	3470	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.3261125021348926	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3470.0	99.94200000000001	100.0	0.6192431274544805	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CAN0012_000000014740	3461	0.7582415942549608	4	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.969938887430281		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1479.0	87.62700000000001	61.0	0.22549470777726646	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0011_000000013544	3455	0.7582415942549608	5	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.6214975816443387		0	0	False	False	1.0	0					non-mobilizable	plasmid	3456.0	98.958	100.0	0.27874142799515933	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0107_000000016370	3454	0.7582415942549608	5	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.6181891110218765		0	0	False	False	1.0	0					non-mobilizable	plasmid	3455.0	98.524	100.0	0.27866075030254134	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0051_000000007884	3440	0.7582415942549608	4	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5116960575543069		0	0	False	False	0.9997093081474304	0					non-mobilizable	plasmid	3462.0	94.772	100.0	0.27761194029850744	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0193_000000007913	3424	0.7582415942549608	3	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.957554823936052		0	0	False	True	0.9988317489624023	0	rep_cluster_475				non-mobilizable	no_good_hit	1580.0	87.089	58.0	0.24068108605614358	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0119_000000009656	3424	0.7582415942549608	3	1	0	0	1	False	111897	fragment	False	ISR0117_000000007665	0.9911781445645987		0	0	False	False	0.9997079372406006	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	1.0174519949689992e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ITA0006_000000007526	3421	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.3155521636139882	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3421.0	99.883	100.0	0.6104962513388076	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0372_000000004635	3413	0.7582415942549608	3	1	0	0	1	False	130581	backbone	False	ISR0082_000000004600	0.021565451297554057	PS1004|PS1005|PS1006|PS1103	0	0	False	True	0.9970700144767761	0					non-mobilizable	no_good_hit	1363.0	97.432	62.0	0.2330080465673686	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0375_000000005883	3398	0.7582415942549608	3	1	0	0	1	False	104852	fragment	False	ISR0375_000000005883	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1408.0	89.27600000000001	99.0	0.11335215812827754	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0011_000000013802	3397	0.7582415942549608	4	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.9403450225589498		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1387.0	89.834	58.0	0.2629777524244153	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
MON0037_000000018952	3395	0.7582415942549608	4	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5804802415356103		0	0	False	False	1.0	0					non-mobilizable	plasmid	3396.0	98.94	100.0	0.27390076643807987	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0157_000000001806	3390	0.7582415942549608	3	1	0	0	1	False	120136	fragment	False	SPA0157_000000001806	1.0		0	0	False	True	0.9955752491950989	0	rep_cluster_475				non-mobilizable	other	1637.0	99.32799999999999	96.0	0.29157013010158617	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0029_000000010139	3389	0.7582415942549608	4	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5769159407041731		0	0	False	False	1.0	0					non-mobilizable	plasmid	3390.0	98.99700000000001	100.0	0.2734167002823719	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0151_000000005152	3372	0.7582415942549608	3	1	0	0	1	False	127329	maximal	True	ISR0151_000000005152	1.0	PS1004	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1273.0	97.87899999999999	44.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0054_000000007443	3363	0.7582415942549608	4	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5733517983923752		0	0	False	False	0.9994052648544312	0					non-mobilizable	plasmid	3364.0	99.01899999999999	100.0	0.2713190802743042	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0080_000000008847	3355	0.7582415942549608	6	1	0	0	1	False	48096	fragment	False	ISR0080_000000008847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	76.507	43.0	0.12690355329949238	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ENG0185_000000006636	3353	0.7582415942549608	3	1	0	0	1	False	127331	fragment	False	ENG0185_000000006636	1.0		0	0	False	True	0.999701738357544	0					non-mobilizable	no_good_hit	1272.0	98.664	64.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0105_000000002207	3350	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.30690636591236037	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3350.0	100.0	100.0	0.5978222063548733	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0092_000000015909	3346	0.7582415942549608	4	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5535093305604715		0	0	False	False	0.9997011423110962	0					non-mobilizable	plasmid	3348.0	98.865	100.0	0.2700282371924163	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0180_000000004199	3345	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.046787549742126754	PS879|PS961	0	0	False	True	0.9997010231018066	0					non-mobilizable	no_good_hit	1271.0	94.88600000000001	62.0	0.2172573189522342	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0004_000000005156	3330	0.7582415942549608	4	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5536717374535008		0	0	False	False	0.9996997117996216	0					non-mobilizable	plasmid	3331.0	98.979	100.0	0.26865671641791045	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0052_000000004746	3329	0.7582415942549608	2	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.03600731821276666	PS879|PS961	0	0	False	True	0.999699592590332	0					non-mobilizable	no_good_hit	2177.0	99.90799999999999	65.0	0.2661122661122661	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0375_000000006058	3323	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.046969450265781504	PS879|PS961	0	0	False	True	0.9969906806945801	0					non-mobilizable	no_good_hit	1272.0	95.126	62.0	0.21742852251326827	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0032_000000010482	3309	0.7582415942549608	3	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5545494884730817		0	0	False	False	1.0	0					non-mobilizable	plasmid	3310.0	99.06299999999999	100.0	0.2669624848729326	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0137_000000005259	3309	0.7582415942549608	3	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5543090090725142		0	0	False	False	1.0	0					non-mobilizable	plasmid	3310.0	99.00299999999999	100.0	0.2669624848729326	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0103_000000014250	3308	0.7582415942549608	3	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5524087914582012		0	0	False	False	1.0	0					non-mobilizable	plasmid	3309.0	99.184	100.0	0.2668818071803146	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0120_000000006838	3306	0.7582415942549608	3	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5531952656505694		0	0	False	False	0.9996975064277649	0					non-mobilizable	plasmid	3301.0	99.0	99.0	0.2662363856393707	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0153_000000004870	3304	0.7582415942549608	5	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.9382294554457782		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1284.0	89.95299999999999	57.0	0.24377258033846738	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CHI0024_000000003661	3295	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.23396261225301182	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3295.0	99.90899999999999	100.0	0.5870611299233648	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0366_000000004905	3289	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2347766593051422	PS1004	0	0	False	True	0.9939191341400146	0					non-mobilizable	other	3289.0	99.97	100.0	0.5859918018178578	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0044_000000007903	3286	0.7582415942549608	3	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5335245651229726		0	0	False	False	1.0	0					non-mobilizable	plasmid	3281.0	99.055	99.0	0.2646228317870109	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CAN0005_000000005468	3266	0.7582415942549608	3	1	0	0	1	False	95940	fragment	False	ISR0112_000000008660	0.9319221967963387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
CHI0060_000000003867	3252	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22040319275232903	PS1004	0	0	False	True	0.9996924996376038	0					non-mobilizable	other	3205.0	99.906	99.0	0.5710212083407592	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0052_000000010242	3246	0.7582415942549608	3	1	0	0	1	False	88007	maximal	False	ISR0150_000000006142	0.47544338335607095		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	330.0	86.061	10.0	0.007122753842823122	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MON0087_000000015117	3243	0.7582415942549608	3	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.5104168881617975		0	0	False	False	1.0	0					non-mobilizable	plasmid	3244.0	99.26	100.0	0.2616377571601452	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0062_000000010667	3241	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.28937797126678955	PS1004	0	0	False	True	0.9996914267539978	0					non-mobilizable	plasmid	3241.0	99.969	100.0	0.5783648696893966	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0165_000000005040	3239	0.7582415942549608	4	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.3023072906070783	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3240.0	99.66	100.0	0.5781863620135665	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0221_000000007067	3238	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2347939536324557	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3238.0	100.0	100.0	0.576902512921048	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0210_000000005948	3224	0.7582415942549608	4	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.01602531376848503	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1306.0	93.03200000000001	72.0	0.1595939831233949	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0189_000000004348	3215	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2853996444559287	PS1004	0	0	False	True	0.9981337189674377	0					non-mobilizable	plasmid	3215.0	99.78200000000001	100.0	0.5737236701178151	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0154_000000009259	3209	0.7582415942549608	2	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.02465599617117072	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2428.0	99.876	76.0	0.2968081203375321	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0018_000000005277	3205	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22351268129340582	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3205.0	99.969	100.0	0.5710212083407592	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0021_000000010534	3205	0.7582415942549608	3	1	0	0	1	False	74821	backbone	True	DEN0021_000000010534	1.0	PS353	1	1	True	True	0.9996879696846008	58					non-mobilizable	no_good_hit	1231.0	97.48200000000001	46.0	0.11149383611312545	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
AST0104_000000010287	3198	0.7582415942549608	3	1	0	0	1	False	107987	fragment	False	AST0104_000000010287	1.0		0	0	False	False	0.98968106508255	0					non-mobilizable	no_good_hit	226.0	89.823	11.0	0.038310244569864885	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
ISR0053_000000005828	3188	0.7582415942549608	3	1	0	0	1	False	126335	fragment	False	ISR0053_000000005828	0.987246566383257		0	0	False	False	0.998745322227478	0					non-mobilizable	no_good_hit	228.0	81.579	7.0	0.03865230032495297	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
MON0080_000000014914	3186	0.7582415942549608	3	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.41376811517389617		0	0	False	False	1.0	0					non-mobilizable	plasmid	3187.0	98.902	100.0	0.2570391286809197	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0013_000000015478	3184	0.7582415942549608	3	1	0	0	1	False	104909	fragment	False	ISR0856_000000000942	0.4143740254801865		0	0	False	False	0.9984296560287476	0					non-mobilizable	plasmid	3185.0	99.27799999999999	100.0	0.25687777329568373	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0046_000000009000	3166	0.7582415942549608	3	1	0	0	1	False	65061	fragment	False	FIJ0046_000000009000	0.9867385180377856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1885.0	83.024	59.0	0.27612272120942644	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
CHI0129_000000006995	3154	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2344772147397215	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3154.0	100.0	100.0	0.5628347018921813	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
USA0011_01_000000011883	3151	0.7582415942549608	3	1	0	0	1	False	111896	fragment	False	USA0011_01_000000011883	0.9951717594108707		0	0	False	False	0.9936528205871582	0					non-mobilizable	no_good_hit	84.0	86.905	3.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	False
SPA0116_000000012392	3148	0.7582415942549608	2	1	0	0	1	False	127328	fragment	False	SPA0116_000000012392	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1729.0	83.806	54.0	0.982183908045977	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
CHI0155_000000003769	3140	0.7582415942549608	4	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2700300685164487	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1832.0	99.618	100.0	0.32666904676901104	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0056_000000005767	3132	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2241749915403239	PS1004	0	0	False	True	0.9996806979179382	0					non-mobilizable	plasmid	3132.0	99.936	100.0	0.55890753302392	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0054_000000005381	3121	0.7582415942549608	3	1	0	0	1	False	120145	fragment	False	CHI0105_000000002019	0.28721843024967714		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1580.0	86.835	60.0	0.24068108605614358	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0167_000000006061	3117	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2585109719812259	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3117.0	100.0	100.0	0.5562299178864691	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0162_000000007903	3111	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.016374812584018173	PS879|PS961	0	0	True	True	0.9996785521507263	10					non-mobilizable	no_good_hit	1576.0	94.09899999999999	72.0	0.19261342790754554	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0364_000000005036	3104	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.28925379007378377	PS1004	0	0	False	True	0.999677836894989	0					non-mobilizable	plasmid	3104.0	99.96799999999999	100.0	0.5539093181006783	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0308_000000005091	3103	0.7582415942549608	2	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.0203740337554393	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2089.0	95.5	67.0	0.2553503729974318	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CAN0004_000000008565	3099	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.27490681585836924	PS1004	0	0	False	True	0.998386561870575	0					non-mobilizable	plasmid	3099.0	99.96799999999999	100.0	0.5530167797215281	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
AST0010_000000009130	3096	0.7582415942549608	4	1	0	0	1	False	126334	fragment	False	AST0010_000000009130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	81.579	7.0	0.03865230032495297	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
MON0099_000000010155	3094	0.7582415942549608	4	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2419673748901892	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3094.0	100.0	100.0	0.5521242413423777	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0045_000000007447	3094	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2419673748901892	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3094.0	100.0	100.0	0.5521242413423777	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0031_000000010976	3094	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2419673748901892	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3094.0	100.0	100.0	0.5521242413423777	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0087_000000015905	3094	0.7582415942549608	4	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.24196434542147563	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3094.0	100.0	100.0	0.551238638388879	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0173_000000002710	3090	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2744640510269132	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3090.0	99.838	100.0	0.5514102106390575	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
DEN0051_000000014282	3065	0.7582415942549608	4	1	0	0	1	False	127333	fragment	False	SPA0146_000000007284	0.6273729332516841		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1274.0	97.881	83.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0014_000000005246	3059	0.7582415942549608	4	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.24005042773154553	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3059.0	100.0	100.0	0.5458764726883256	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0011_000000015382	3059	0.7582415942549608	4	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.24004685012900828	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	3059.0	100.0	100.0	0.5450008911067545	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0782_000000004549	3058	0.7582415942549608	4	1	0	0	1	False	126335	fragment	False	ISR0053_000000005828	0.9673776662484317		0	0	False	False	0.9957488775253296	0					non-mobilizable	no_good_hit	228.0	81.579	7.0	0.03865230032495297	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
CHI0086_000000001628	3057	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.27419142049886713	PS1004	0	0	False	True	0.9993457794189453	0					non-mobilizable	plasmid	3057.0	99.96700000000001	100.0	0.5455194573366655	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0204_000000003254	3047	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.29220295274489594	PS1004	0	0	False	True	0.9993436336517334	0					non-mobilizable	plasmid	2042.0	99.559	100.0	0.36415565869332384	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0065_000000004227	3047	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2301377129588266	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3047.0	99.96700000000001	100.0	0.5437343805783649	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0138_000000006511	3037	0.7582415942549608	2	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.020524410820076538	PS879|PS961	0	0	False	True	0.9980243444442749	0					non-mobilizable	no_good_hit	2410.0	95.436	79.0	0.29460682401858873	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MON0037_000000021772	3030	0.7582415942549608	4	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.9816531309526889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	82.465	61.0	0.27597450718838	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MON0011_000000015537	3030	0.7582415942549608	4	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.9816531309526889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	82.465	61.0	0.27597450718838	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
CHI0006_000000004080	3026	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22981002566323655	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3026.0	100.0	100.0	0.5399857193859336	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0111_000000010113	3019	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.23119767493380294	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	3019.0	100.0	100.0	0.5387361656551232	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0005_000000017338	3015	0.7582415942549608	4	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.981252229890248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	82.572	62.0	0.27582629316733365	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
SPA0040_000000013180	3013	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2273037915416863	PS1004	0	0	False	True	0.993694007396698	0					non-mobilizable	other	3013.0	100.0	100.0	0.536802708964534	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0096_000000011156	2996	0.7582415942549608	3	1	0	0	1	False	111896	fragment	False	USA0011_01_000000011883	0.9782171810294479		0	0	False	False	0.9996662139892578	0					non-mobilizable	no_good_hit	84.0	86.905	3.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	False
MON0103_000000016207	2995	0.7582415942549608	4	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.9787447674523101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1883.0	82.581	62.0	0.27582629316733365	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
CHI0073_000000003031	2992	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2626213743742364	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2992.0	100.0	100.0	0.5339164584077115	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0115_000000010964	2969	0.7582415942549608	4	1	0	0	1	False	92887	fragment	False	ISR0115_000000010964	1.0		0	0	False	True	0.9878746867179871	0					non-mobilizable	plasmid	2375.0	95.32600000000001	100.0	0.3644184974650484	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0812_000000013315	2968	0.7582415942549608	3	1	0	0	1	False	65061	fragment	False	FIJ0046_000000009000	0.9785466773856468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1885.0	83.07700000000001	63.0	0.27612272120942644	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0202_000000004376	2953	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.04434007821817728	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	2872.0	99.13	97.0	0.5116734984851186	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0062_000000013340	2943	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.24889259949440407	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2943.0	100.0	100.0	0.5251695822920386	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0101_000000020927	2939	0.7582415942549608	3	1	0	0	1	False	99900	fragment	False	MON0101_000000020927	0.9989901780229848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1613.0	82.331	68.0	0.1997758126790385	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MON0107_000000019727	2932	0.7582415942549608	4	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.9724913841626218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1883.0	82.581	63.0	0.27582629316733365	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
AST0025_000000011903	2928	0.7582415942549608	3	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.008074430173877687	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2059.0	97.329	70.0	0.2516815457991929	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0174_000000005204	2923	0.7582415942549608	4	1	0	0	1	False	120143	fragment	False	CHI0174_000000005204	1.0		0	0	False	True	0.9996578693389893	0	rep_cluster_475				non-mobilizable	no_good_hit	1387.0	89.834	64.0	0.2629777524244153	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0051_000000009437	2918	0.7582415942549608	3	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.9711552217650613		0	0	False	False	0.9996572732925415	0					non-mobilizable	no_good_hit	1881.0	82.456	64.0	0.27582629316733365	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
FIJ0080_000000008777	2913	0.7582415942549608	3	1	0	0	1	False	65061	fragment	False	FIJ0046_000000009000	0.9695113522763242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1885.0	83.236	64.0	0.27612272120942644	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ENG0016_000000007829	2902	0.7582415942549608	3	1	0	0	1	False	122235	fragment	False	FIJ0067_000000009350	0.7838069044848148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	84.089	56.0	0.1465836668148807	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
CHI0097_000000001917	2897	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21444522831335938	PS1004	0	0	False	True	0.9986192584037781	0					non-mobilizable	plasmid	2897.0	100.0	100.0	0.5169582292038558	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0151_000000008100	2896	0.7582415942549608	3	1	0	0	1	False	111896	fragment	False	USA0011_01_000000011883	0.9683989245083929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	2.0	0.007348138471587198	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	False
CHI0145_000000006461	2895	0.7582415942549608	4	1	0	0	1	False	120144	fragment	False	CHI0145_000000006461	1.0		0	0	False	True	0.9851468205451965	0	rep_cluster_475				non-mobilizable	no_good_hit	1580.0	88.038	61.0	0.30376811594202896	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0846_000000003420	2888	0.7582415942549608	3	1	0	0	1	False	65061	fragment	False	FIJ0046_000000009000	0.9654733617709012		0	0	False	False	0.9996537566184998	0					non-mobilizable	no_good_hit	1885.0	83.236	64.0	0.27612272120942644	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MON0019_000000022831	2876	0.7582415942549608	3	1	0	0	1	False	65061	fragment	False	FIJ0046_000000009000	0.9613233856748522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1885.0	83.236	65.0	0.27612272120942644	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
FIJ0059_000000006376	2874	0.7582415942549608	3	1	0	0	1	False	122235	fragment	False	FIJ0067_000000009350	0.7797915472510256		0	0	False	False	0.9986082315444946	0					non-mobilizable	no_good_hit	1208.0	81.126	64.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
CHI0009_000000002955	2871	0.7582415942549608	2	1	0	0	1	False	127317	maximal	True	CHI0009_000000002955	1.0	PS1004	6	3	True	True	1.0	182					non-mobilizable	no_good_hit	1618.0	90.729	56.0	0.28693637497772234	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0148_000000012177	2862	0.7582415942549608	2	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.016163476005348145	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2240.0	95.804	78.0	0.2735722147486853	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0236_000000003513	2857	0.7582415942549608	2	1	0	0	1	False	27333	fragment	False	ISR0236_000000003513	0.9989094874591058		0	0	False	False	0.999299943447113	0					non-mobilizable	no_good_hit	1295.0	82.23899999999999	45.0	0.14258703147592036	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ENG0128_000000009406	2845	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9656420948740655		0	0	True	True	1.0	29					non-mobilizable	no_good_hit								True	True
AST0149_000000009616	2836	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9642902720897134		0	0	True	True	1.0	575					non-mobilizable	no_good_hit								True	True
ENG0143_000000006662	2835	0.7582415942549608	2	1	0	0	1	False	104538	maximal	True	ENG0143_000000006662	0.969610099169738		17	6	True	True	1.0	91					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.006756756756756757	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
DEN0061_000000014467	2831	0.7582415942549608	4	1	0	0	1	False	71901	maximal	True	DEN0061_000000014467	1.0		0	0	False	False	0.9992935061454773	0					non-mobilizable	no_good_hit	1370.0	75.255	47.0	0.11892675852066716	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
CHI0185_000000007347	2821	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21258038771428162	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2821.0	100.0	100.0	0.5033916458407711	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0176_000000002887	2821	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21258038771428162	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2821.0	100.0	100.0	0.5033916458407711	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0013_000000017998	2820	0.7582415942549608	3	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.8927343701616208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	82.51899999999999	66.0	0.27597450718838	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MAD0066_000000008566	2810	0.7582415942549608	3	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.9474807809876689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	82.495	66.0	0.27360308285163776	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MON0102_000000016238	2809	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.20120200518886372	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2645.0	99.92399999999999	94.0	0.47197429489468046	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
FIJ0153_000000009511	2807	0.7582415942549608	3	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.43844221894141944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	84.06	59.0	0.24588706091596266	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
CHI0161_000000003608	2801	0.7582415942549608	4	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21076581396268257	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2796.0	100.0	99.0	0.4989289539450196	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0179_000000006536	2800	0.7582415942549608	2	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.8906713523930379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	82.51899999999999	66.0	0.27597450718838	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
CHI0152_000000003169	2796	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2107594121175136	PS1004	0	0	False	True	0.9935622215270996	0					non-mobilizable	plasmid	2796.0	100.0	100.0	0.4989289539450196	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0042_000000010167	2796	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2107558807662197	PS1004	0	0	False	True	0.9953504800796509	0					non-mobilizable	other	2796.0	100.0	100.0	0.4981286758153627	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0175_000000004281	2796	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2107594121175136	PS1004	0	0	False	True	0.995708167552948	0					non-mobilizable	plasmid	2796.0	100.0	100.0	0.4989289539450196	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0048_000000006523	2796	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2107594121175136	PS1004	0	0	False	True	0.9996423721313477	0					non-mobilizable	plasmid	2796.0	100.0	100.0	0.4989289539450196	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
FIJ0032_000000012570	2786	0.7582415942549608	3	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.9495831895338935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1884.0	82.484	67.0	0.27582629316733365	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
CAN0003_000000017879	2785	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9595637603277449		0	0	True	True	1.0	104					non-mobilizable	no_good_hit	112.0	76.786	5.0	0.0009572431397574984	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
FIJ0038_000000012267	2784	0.7582415942549608	3	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.8991084153359232		0	0	False	False	0.9996408224105835	0					non-mobilizable	no_good_hit	1882.0	82.891	67.0	0.27582629316733365	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
AUS0018_000000009992	2784	0.7582415942549608	4	1	0	0	1	False	100005	fragment	False	AUS0018_000000009992	1.0		0	0	False	False	0.9967672228813171	0	rep_cluster_269				non-mobilizable	plasmid	1767.0	94.28399999999999	98.0	0.4632275132275132	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
FIJ0120_000000008254	2784	0.7582415942549608	3	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.9492602084719136		0	0	False	False	0.9996408224105835	0					non-mobilizable	no_good_hit	1883.0	82.52799999999999	67.0	0.27582629316733365	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ENG0102_000000009908	2781	0.7582415942549608	3	1	0	0	1	False	99900	fragment	False	MON0101_000000020927	0.985559898012037		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1613.0	82.331	66.0	0.1997758126790385	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
CHI0049_000000005781	2775	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14443164588770732	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2514.0	99.244	95.0	0.4485897893609425	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0101_000000011569	2773	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.957039841347261		0	0	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
ISR0322_000000003623	2770	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.24397087394113576	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1414.0	99.081	93.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0219_000000011975	2768	0.7582415942549608	4	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.20483677295960395	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	2769.0	99.85600000000001	100.0	0.49313847798966315	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0183_000000010086	2765	0.7582415942549608	3	1	0	0	1	False	59041	fragment	False	ENG0183_000000010086	1.0		0	0	False	False	0.9848101139068604	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0200445434298441	NZ_JHXW01000025.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	False
USA0059_01_000000009550	2764	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9667012567471333		0	0	True	True	0.9996381998062134	8					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.006756756756756757	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
USA0024_01_000000008606	2762	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9519504997566044		0	0	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
ENG0113_000000010209	2758	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9529734838923856		0	0	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
SPA0100_000000010998	2750	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9673080495685631		0	0	True	True	1.0	507					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.005523964256701868	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
CAN0002_000000006621	2745	0.7582415942549608	3	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9671361118571364		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	112.0	76.786	4.0	0.0009572431397574984	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
DEN0070_000000012238	2745	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9643644064990209		0	0	True	True	1.0	121					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	0.006756756756756757	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0051_000000010093	2745	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9632942036645245		0	0	True	True	1.0	60					non-mobilizable	no_good_hit	35.0	97.14299999999999	4.0	0.006756756756756757	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
FIJ0067_000000010909	2740	0.7582415942549608	3	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.914982445923225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1854.0	82.74	67.0	0.2718245145990811	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
CHI0072_000000004188	2733	0.7582415942549608	2	1	0	0	1	False	127342	fragment	False	CHI0072_000000004188	1.0		0	0	False	True	0.9996340870857239	0					non-mobilizable	plasmid	1200.0	96.333	96.0	0.22399250234301782	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
ISR0023_000000010686	2725	0.7582415942549608	2	1	0	0	1	False	99900	fragment	False	MON0101_000000020927	0.9753498296847788		0	0	False	False	0.9930275082588196	0					non-mobilizable	no_good_hit	1613.0	82.331	65.0	0.1997758126790385	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0134_000000010461	2725	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9308189319574177		0	0	True	True	0.9875229597091675	7					non-mobilizable	no_good_hit								True	True
SPA0105_000000009644	2722	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9616995413846934		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	0.005523964256701868	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ITA0007_000000000184	2715	0.7582415942549608	2	1	0	0	1	False	126479	backbone	False	ISR0127_000000003850	0.00821784784048935	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2300.0	95.304	84.0	0.28103216338510456	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0216_000000006927	2695	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.08740967476980661	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1199.0	98.249	97.0	0.21350917839957226	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0094_000000008108	2692	0.7582415942549608	2	1	0	0	1	False	109294	maximal	True	AST0094_000000008108	1.0		2	1	False	False	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1924.0	83.88799999999999	71.0	0.35767256132344555	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AUS0012_000000006125	2689	0.7582415942549608	2	1	0	0	1	False	123180	fragment	False	AUS0012_000000006125	0.972537763251963		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1907.0	94.546	70.0	0.23297052708817415	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0163_000000008969	2682	0.7582415942549608	2	1	0	0	1	False	123167	fragment	False	ENG0163_000000008969	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1536.0	88.21600000000001	70.0	0.1861318331906567	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
AST0151_000000006005	2681	0.7582415942549608	2	1	0	0	1	False	103685	maximal	True	AST0151_000000006005	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	1472.0	77.85300000000001	55.0	0.24519966015293118	NZ_UHIO01000002.1	firmicutes	Veillonella criceti strain NCTC12020, whole genome shotgun sequence	True	True
ISR0354_000000007275	2669	0.7582415942549608	4	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.20308568176005062	PS1004	0	0	False	True	0.9992506504058838	0					non-mobilizable	other	1709.0	99.59	100.0	0.3042238460167528	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0079_000000020659	2665	0.7582415942549608	2	1	0	0	1	False	127313	fragment	False	DEN0079_000000020659	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	749.0	96.796	50.0	0.128060263653484	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0058_000000012305	2662	0.7582415942549608	2	1	0	0	1	False	99900	fragment	False	MON0101_000000020927	0.9594267529151499		0	0	False	False	0.9996243715286255	0					non-mobilizable	no_good_hit	1613.0	82.39299999999999	60.0	0.1997758126790385	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0125_000000013094	2660	0.7582415942549608	2	1	0	0	1	False	123180	fragment	False	AUS0012_000000006125	0.9676066910631083		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1972.0	94.726	74.0	0.24104194692429987	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MON0108_000000008099	2656	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18913781876229685	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2577.0	99.961	97.0	0.45983577293823635	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0007_000000022710	2655	0.7582415942549608	3	1	0	0	1	False	80873	fragment	False	MON0099_000000011009	0.9555135692201993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	79.938	66.0	0.1979075850043592	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
AUS0008_000000008879	2652	0.7582415942549608	4	1	0	0	1	False	123177	fragment	False	AUS0008_000000008879	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1876.0	90.03200000000001	77.0	0.2277118747706983	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MON0054_000000016900	2642	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.20109603056819894	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2642.0	99.962	100.0	0.4714387718671903	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0399_000000005835	2619	0.7582415942549608	3	1	0	0	1	False	59033	fragment	False	ISR0399_000000005835	0.9846698113207547		0	0	False	False	0.9935089945793152	0					non-mobilizable	no_good_hit	121.0	99.17399999999999	5.0	0.040997608472839085	KU547024.1	bacteria	Uncultured bacterium clone TE_05X_000_Contig_2 genomic sequence	True	False
USA0065_01_000000004324	2616	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2217573042666116	PS1004	0	0	False	True	0.9946483373641968	0					non-mobilizable	other	1273.0	98.036	92.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0095_000000007727	2616	0.7582415942549608	1	1	0	0	1	False	123126	maximal	True	SPA0095_000000007727	0.999805900621118	PS879	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1349.0	91.179	56.0	0.34024791297748547	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
CHI0182_000000010434	2610	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18519426224463484	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2610.0	100.0	100.0	0.4657265262406283	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0026_000000015618	2607	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18099453455755135	PS1004	0	0	False	True	0.9881089329719543	0					non-mobilizable	other	2560.0	99.92200000000001	98.0	0.4558902156478346	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0199_000000009596	2606	0.7582415942549608	2	1	0	0	1	False	127316	fragment	False	ENG0199_000000009596	1.0		0	0	False	True	0.9946277737617493	0					non-mobilizable	no_good_hit	1574.0	99.111	60.0	0.2801639636428444	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0079_000000012711	2605	0.7582415942549608	3	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.13723327688108905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	80.667	6.0	0.019102564102564102	NZ_JNJN01000070.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00068.68_C, whole genome shotgun sequence	True	False
SPA0026_000000011709	2597	0.7582415942549608	4	1	0	0	1	False	60943	fragment	False	ETH0003_000000014973	0.9132231404958677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	95.185	47.0	0.21216931216931217	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	False
ISR0812_000000015299	2596	0.7582415942549608	3	1	0	0	1	False	104878	fragment	False	ISR0812_000000015299	0.997104607145545		0	0	False	False	1.0	0					non-mobilizable	plasmid	2597.0	99.23	100.0	0.20943929003630496	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0285_000000006333	2594	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.20372259107923726	PS1004	0	0	False	True	0.997301459312439	0					non-mobilizable	plasmid	2363.0	99.915	91.0	0.42163513031060335	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0083_000000013844	2591	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.20949176722801616	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2536.0	100.0	98.0	0.45251695822920385	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0161_000000008402	2579	0.7582415942549608	2	1	0	0	1	False	127326	fragment	False	ENG0161_000000008402	0.9796370967741935		0	0	False	True	0.9945715665817261	0					non-mobilizable	no_good_hit	1650.0	83.939	64.0	0.9425287356321839	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
MON0087_000000019404	2578	0.7582415942549608	3	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.48708622003357727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	86.196	65.0	0.10218189673795636	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0122_000000010822	2576	0.7582415942549608	1	1	0	0	1	False	123126	maximal	False	SPA0095_000000007727	0.9921636085626911	PS879	0	0	False	True	0.9988353848457336	0					non-mobilizable	no_good_hit	1349.0	91.179	57.0	0.34024791297748547	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
ETH0004_000000010968	2573	0.7582415942549608	3	1	0	0	1	False	59032	fragment	False	ETH0004_000000010968	1.0		0	0	False	False	0.9906723499298096	0					non-mobilizable	no_good_hit	268.0	75.74600000000001	10.0	0.020330778539733762	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0037_000000026735	2569	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18742872805534114	PS1004	0	0	False	True	0.9992215037345886	0					non-mobilizable	plasmid	2568.0	100.0	99.0	0.4582292038557658	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0320_000000009115	2568	0.7582415942549608	2	1	0	0	1	False	123180	fragment	False	AUS0012_000000006125	0.9358731973324784		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1940.0	95.103	75.0	0.23700623700623702	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0156_000000006651	2562	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22424678764637784	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1272.0	98.113	91.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0799_000000005965	2552	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.23125955852176447	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1273.0	97.64299999999999	83.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0107_000000023082	2550	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18091073560274648	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2550.0	100.0	100.0	0.4550160656908247	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0166_000000011006	2544	0.7582415942549608	3	1	0	0	1	False	59033	fragment	False	ISR0399_000000005835	0.9707903780068727		0	0	False	False	0.9972484111785889	0					non-mobilizable	no_good_hit	114.0	78.947	4.0	0.019513068385248838	HM560030.1	bacteria	Uncultured bacterium plasmid pTRACA73, complete sequence	True	False
MAD0008_000000004702	2543	0.7582415942549608	1	1	0	0	1	False	19837	maximal	True	MAD0008_000000004702	1.0		4	1	True	True	1.0	13					non-mobilizable	no_good_hit	1280.0	85.07799999999999	55.0	0.15604745016509722	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ETH0003_000000014973	2541	0.7582415942549608	3	1	0	0	1	False	60943	fragment	False	ETH0003_000000014973	0.917789757412399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	95.09299999999999	49.0	0.2664021164021164	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	False
CHI0096_000000002628	2541	0.7582415942549608	4	1	0	0	1	False	94003	fragment	False	CHI0096_000000002628	0.9472907225612683		0	0	False	False	1.0	0	rep_cluster_269				non-mobilizable	other	2414.0	97.514	100.0	0.6662065157371618	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0041_000000014350	2533	0.7582415942549608	3	1	0	0	1	False	104878	fragment	False	ISR0812_000000015299	0.9884705996533557		0	0	False	False	0.9992104172706604	0					non-mobilizable	plasmid	2534.0	99.053	100.0	0.20435659540137152	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0065_000000010203	2530	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1791637359963644	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2530.0	100.0	100.0	0.4514459121742235	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
USA0120_01_000000005047	2524	0.7582415942549608	2	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.7024987760529302		0	0	True	True	0.9940570592880249	2					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.005523964256701868	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0008_000000013328	2523	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17750592724789704	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2523.0	100.0	100.0	0.45019635844341305	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
SPA0040_000000016160	2523	0.7582415942549608	2	1	0	0	1	False	123180	fragment	False	AUS0012_000000006125	0.9442041673383696		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1838.0	95.103	72.0	0.22465451877216583	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0146_000000009335	2518	0.7582415942549608	4	1	0	0	1	False	3337	fragment	False	SPA0146_000000009335	1.0		0	0	False	False	0.9904686212539673	0					non-mobilizable	no_good_hit	359.0	77.15899999999999	16.0	0.04280298397945457	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
USA0069_01_000000024472	2515	0.7582415942549608	2	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.37473873407079317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1677.0	83.9	66.0	0.24618348895805542	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0774_000000009874	2506	0.7582415942549608	3	1	0	0	1	False	120128	fragment	False	ISR0774_000000009874	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1475.0	91.119	58.0	0.28444444444444444	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
USA0027_01_000000010936	2500	0.7582415942549608	2	1	0	0	1	False	123187	fragment	False	USA0027_01_000000010936	0.9770968680524694		0	0	False	True	0.9983999729156494	0					non-mobilizable	no_good_hit	1856.0	99.89200000000001	74.0	0.22685581509110922	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0102_000000014066	2499	0.7582415942549608	4	1	0	0	1	False	94001	fragment	False	SPA0102_000000014066	1.0		0	0	False	False	0.9983993768692017	0	rep_cluster_269				non-mobilizable	other	2071.0	94.59200000000001	97.0	0.5695748205411375	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0146_000000016093	2497	0.7582415942549608	3	1	0	0	1	False	31016	maximal	True	ISR0146_000000016093	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0131_000000010177	2494	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17115577591151665	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	2494.0	100.0	100.0	0.444305827838175	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0050_000000014017	2492	0.7582415942549608	2	1	0	0	1	False	77577	fragment	False	MON0011_000000015537	0.11121506256578179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1881.0	82.40299999999999	75.0	0.27582629316733365	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ENG0135_000000008809	2491	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.20846949404497683	PS1004	0	0	False	True	0.9967884421348572	0					non-mobilizable	plasmid	2102.0	98.906	100.0	0.3746876115672974	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0089_000000008580	2480	0.7582415942549608	2	1	0	0	1	False	127326	fragment	False	ENG0161_000000008402	0.9610314075222954		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1653.0	83.666	66.0	0.9402298850574713	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
MON0082_000000013275	2477	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17396231931006254	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	2477.0	100.0	100.0	0.44127606487257176	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0010_000000010129	2467	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17171581086504112	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2398.0	99.958	97.0	0.4278828989646555	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0043_000000011007	2465	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1733925962259317	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2404.0	100.0	98.0	0.42895394501963585	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0063_000000011724	2465	0.7582415942549608	4	1	0	0	1	False	99533	fragment	False	MON0063_000000011724	1.0		0	0	False	False	0.9995943307876587	0					non-mobilizable	no_good_hit	1965.0	87.277	78.0	0.23920753332518038	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
ISR0232_000000010881	2464	0.7582415942549608	2	1	0	0	1	False	92880	fragment	False	ISR0232_000000010881	0.6960319652344428		0	0	False	True	0.9947240352630615	0					non-mobilizable	plasmid	1869.0	96.041	99.0	0.2859118144108158	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
DEN0096_000000017961	2464	0.7582415942549608	3	1	0	0	1	False	127320	fragment	False	DEN0096_000000017961	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1414.0	98.868	87.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0003_000000004624	2446	0.7582415942549608	2	1	0	0	1	False	90975	fragment	False	CHI0003_000000004624	1.0		0	0	False	False	0.995911717414856	0					non-mobilizable	no_good_hit	1425.0	80.0	58.0	0.8051724137931034	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	False
MON0072_000000008828	2444	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16357246019678723	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2440.0	99.87700000000001	99.0	0.43538022134951804	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
TAN0020_000000002566	2443	0.7582415942549608	1	1	0	0	1	False	2401	fragment	False	TAN0020_000000002566	1.0		0	0	False	False	0.99754399061203	0					non-mobilizable	plasmid	2359.0	99.57600000000001	100.0	0.26264201381153934	LN852800.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0110	False	True
ISR0350_000000007559	2424	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9668284895709104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000011790	2415	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22596299890064347	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1272.0	98.035	90.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0080_000000005181	2411	0.7582415942549608	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4151134560534443	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1661.0	90.789	100.0	0.28623439667128986	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0136_000000003320	2411	0.7582415942549608	2	1	0	0	1	False	31396	fragment	False	ISR0136_000000003320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	72.615	37.0	0.14958495680162628	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	False
TAN0009_000000016083	2406	0.7582415942549608	3	1	0	0	1	False	60941	fragment	False	TAN0009_000000016083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	80.801	59.0	0.17634829399535282	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
SPA0133_000000008879	2402	0.7582415942549608	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4228385474484504	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1669.0	91.072	100.0	0.28779472954230234	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0170_000000019430	2393	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22423028711270235	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1272.0	98.035	90.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0024_000000020613	2392	0.7582415942549608	2	1	0	0	1	False	104878	fragment	False	ISR0812_000000015299	0.9503044152066883		0	0	False	False	1.0	0					non-mobilizable	plasmid	2392.0	99.916	100.0	0.19290036304961677	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0171_000000008593	2392	0.7582415942549608	2	1	0	0	1	False	123136	fragment	False	FIJ0161_000000006392	0.9710287741426882		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1345.0	94.34899999999999	56.0	0.16301822184175124	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0099_000000008728	2391	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9564586068617054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0114_000000003021	2391	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.943422003240737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0077_000000008484	2389	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.20425084521415057	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2389.0	100.0	100.0	0.42627632988218495	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0219_000000013960	2388	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9558201660233056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0163_000000001886	2372	0.7582415942549608	2	1	0	0	1	False	123156	maximal	True	ISR0163_000000001886	1.0	PS879	1	1	False	True	0.996205747127533	0					non-mobilizable	no_good_hit	1858.0	91.066	78.0	0.22551057845175493	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0071_000000003264	2369	0.7582415942549608	3	1	0	0	1	False	127314	maximal	True	ISR0071_000000003264	1.0	PS1004	5	3	False	True	1.0	0					non-mobilizable	no_good_hit	1729.0	83.74799999999999	72.0	0.982183908045977	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0385_000000009285	2369	0.7582415942549608	2	1	0	0	1	False	92880	fragment	False	ISR0232_000000010881	0.4689186800424536		0	0	False	True	1.0	0					non-mobilizable	plasmid	1627.0	94.837	94.0	0.24934705791980336	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
MAD0110_000000011620	2364	0.7582415942549608	2	1	0	0	1	False	54954	maximal	True	MAD0110_000000011620	1.0		0	0	False	False	0.990270733833313	0					non-mobilizable	no_good_hit	1292.0	85.139	54.0	0.12351475661172863	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	False
USA0078_01_000000006823	2363	0.7582415942549608	2	1	0	0	1	False	127305	fragment	False	USA0078_01_000000006823	1.0		0	0	False	True	0.9995768070220947	0					non-mobilizable	no_good_hit	1495.0	97.525	66.0	0.2662626982712529	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0092_000000011456	2354	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9520594854363476		0	0	False	False	0.9978759288787842	0					non-mobilizable	no_good_hit								True	False
MON0074_000000008252	2346	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.15502866952730704	PS1004	0	0	False	True	0.9995737671852112	0					non-mobilizable	plasmid	2346.0	100.0	100.0	0.41860049982149233	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0306_000000004114	2339	0.7582415942549608	2	1	0	0	1	False	123187	fragment	False	USA0027_01_000000010936	0.9539765394178733		0	0	False	True	0.9987174272537231	0					non-mobilizable	no_good_hit	1855.0	95.84899999999999	79.0	0.22538828421181362	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0085_000000007786	2331	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9526338348137641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0103_000000012258	2331	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9533937912810371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000018579	2331	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9529669430447107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0208_000000011677	2331	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9533937912810371		0	0	False	False	0.9995710253715515	0					non-mobilizable	no_good_hit								True	False
MON0022_000000012618	2329	0.7582415942549608	2	1	0	0	1	False	127338	maximal	True	MON0022_000000012618	1.0	PS1004	0	0	False	True	0.9781022071838379	0					non-mobilizable	no_good_hit	1960.0	99.337	84.0	0.3496965369510889	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
MAD0009_000000004234	2328	0.7582415942549608	2	1	0	0	1	False	19773	fragment	False	MAD0009_000000004234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000015139	2327	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9514910698974764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0782_000000005893	2327	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.022725840654911983	PS1004	0	0	False	True	0.9957026243209839	0					non-mobilizable	other	1373.0	99.49	100.0	0.24434147210835858	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0057_000000008357	2325	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9309264210643639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0059_000000007769	2321	0.7582415942549608	1	1	0	0	1	False	45906	fragment	False	FIJ0059_000000007769	1.0		0	0	False	False	0.9987074732780457	0					non-mobilizable	no_good_hit	703.0	92.176	30.0	0.1793103448275862	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
AST0149_000000011701	2317	0.7582415942549608	2	1	0	0	1	False	104513	fragment	False	AST0149_000000011701	1.0		0	0	False	False	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1988.0	86.368	85.0	0.3702224757558471	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CHI0122_000000006058	2316	0.7582415942549608	4	1	0	0	1	False	94003	fragment	False	CHI0096_000000002628	0.902491318258247		0	0	False	False	0.9987046718597412	0	rep_cluster_269				non-mobilizable	other	2331.0	95.324	100.0	0.6402540033130867	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MON0092_000000023780	2314	0.7582415942549608	2	1	0	0	1	False	65055	fragment	False	MON0092_000000023780	1.0		0	0	False	False	0.9995678663253784	0					non-mobilizable	no_good_hit	1885.0	83.18299999999999	80.0	0.27612272120942644	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
AST0102_000000013478	2311	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9460751175565599		0	0	False	False	0.9987018704414368	0					non-mobilizable	no_good_hit								True	False
MON0105_000000023596	2306	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14654297501445854	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2245.0	99.955	97.0	0.4005712245626562	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0085_000000010430	2296	0.7582415942549608	3	1	0	0	1	False	123133	fragment	False	ISR0085_000000010430	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1240.0	95.323	54.0	0.15140026904732787	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CAN0014_000000020981	2293	0.7582415942549608	3	1	0	0	1	False	123123	backbone	True	CAN0014_000000020981	0.781067108895033	PS879	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	1994.0	94.885	86.0	0.24361012596306714	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0038_000000013995	2291	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.9391024987512506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0368_000000005596	2279	0.7582415942549608	2	1	0	0	1	False	123187	fragment	False	USA0027_01_000000010936	0.9443286304688613		0	0	False	True	0.9995611906051636	0					non-mobilizable	no_good_hit	1787.0	96.978	78.0	0.2184175125351596	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MON0063_000000012757	2276	0.7582415942549608	3	1	0	0	1	False	104872	fragment	False	MON0063_000000012757	1.0		0	0	False	False	0.9745166897773743	0					non-mobilizable	no_good_hit	1940.0	98.29899999999999	85.0	0.1564340459862848	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0288_000000013335	2271	0.7582415942549608	3	1	0	0	1	False	34142	fragment	False	ISR0288_000000013335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	81.579	9.0	0.03865230032495297	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
AST0055_000000015494	2263	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22443146038007186	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1272.0	98.035	82.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0341_000000005937	2257	0.7582415942549608	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4498300175321208	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1922.0	91.779	100.0	0.36927536231884056	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ENG0017_000000009317	2255	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2509254943727009	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1414.0	99.29299999999999	92.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0057_000000014535	2255	0.7582415942549608	2	1	0	0	1	False	46138	fragment	False	FIJ0057_000000014535	1.0		0	0	False	False	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2272.0	87.896	100.0	0.4467449731236313	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0143_000000013491	2236	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2004541612630461	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2236.0	99.866	100.0	0.39896465548018567	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0356_000000008569	2232	0.7582415942549608	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.09649164833230203	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	623.0	89.56700000000001	46.0	0.11961352657004831	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
AST0113_000000016977	2229	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6734497897492122	PS879	0	0	False	True	0.9995513558387756	0					non-mobilizable	no_good_hit	1909.0	94.866	85.0	0.23333740980799805	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0055_000000006306	2226	0.7582415942549608	3	1	0	0	1	False	47120	fragment	False	ISR0055_000000006306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	75.382	58.0	0.11412255257432923	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
SPA0131_000000011706	2218	0.7582415942549608	2	1	0	0	1	False	126137	fragment	False	ISR0357_000000007006	0.1370688034054371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000014815	2217	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1437142018341465	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1983.0	99.84899999999999	89.0	0.3532347175191588	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0177_000000012241	2210	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.19919727907475773	PS1004	0	0	False	True	0.9986425042152405	0					non-mobilizable	plasmid	2210.0	99.955	100.0	0.39432345590860407	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0092_000000025065	2201	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14972962030209752	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2201.0	100.0	100.0	0.39271688682613354	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0068_000000006590	2192	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5661417338560426	PS879	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1275.0	94.588	80.0	0.15568056744527334	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0223_000000013590	2184	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.20364468260773028	PS1004	0	0	False	True	0.9954212307929993	0					non-mobilizable	plasmid	2083.0	99.616	95.0	0.3714744734023563	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
FIJ0131_000000008513	2176	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2153288593725983	PS1004	0	0	False	True	0.9949448704719543	0					non-mobilizable	no_good_hit	1274.0	98.195	81.0	0.22687577971841028	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0110_000000008360	2173	0.7582415942549608	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.40972078690048946	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1897.0	91.77600000000001	100.0	0.3646376811594203	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ENG0049_000000008890	2172	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21088209262841093	PS1004	0	0	False	True	0.9935543537139893	0					non-mobilizable	other	1272.0	98.035	91.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0067_000000005124	2172	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.19890254727800374	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2172.0	99.954	100.0	0.3875401642270618	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0177_000000007610	2165	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.7515130300473022	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	2008.0	94.47200000000001	92.0	0.24519995108230402	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0069_000000008925	2164	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1826717676013602	PS1004	0	0	False	True	0.9949167966842651	0					non-mobilizable	plasmid	2077.0	99.51899999999999	99.0	0.370581935023206	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
USA0082_01_000000013872	2161	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.25249068648948564	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1413.0	97.311	87.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0302_000000006952	2155	0.7582415942549608	2	1	0	0	1	False	120157	fragment	False	SPA0019_000000012524	0.9746548169151682		0	0	False	True	0.998607873916626	0	rep_cluster_475				non-mobilizable	other	2066.0	99.95200000000001	96.0	0.31676637521092194	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0062_000000009115	2153	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.19869268948327967	PS1004	0	0	False	True	0.9986066222190857	0					non-mobilizable	plasmid	2153.0	100.0	100.0	0.3841485183862906	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
DEN0005_000000016900	2137	0.7582415942549608	2	1	0	0	1	False	127322	fragment	False	DEN0005_000000016900	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1498.0	83.111	69.0	0.8522988505747127	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
USA0111_01_000000011823	2131	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.23464415376165906	PS1004	0	0	True	True	1.0	6					non-mobilizable	other	1414.0	99.36399999999999	90.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0279_000000010162	2119	0.7582415942549608	2	1	0	0	1	False	117217	fragment	False	ISR0279_000000010162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	96.296	8.0	2.143866291347141e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0077_000000013620	2114	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.21634742424343978	PS879	0	0	False	True	0.9995269775390625	0					non-mobilizable	plasmid	2101.0	89.291	98.0	0.25571725571725573	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
MON0101_000000030242	2113	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.48994420531822397		0	0	False	False	1.0	0					non-mobilizable	plasmid	2113.0	99.385	100.0	0.17039128680919727	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0147_000000011552	2113	0.7582415942549608	2	1	0	0	1	False	111893	fragment	False	ISR0147_000000011552	0.9927911376341356		0	0	False	False	0.9900615215301514	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	1.0174519949689992e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
USA0101_01_000000015207	2110	0.7582415942549608	2	1	0	0	1	False	360	fragment	False	USA0101_01_000000015207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	86.77600000000001	89.0	0.15592515592515593	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
ISR0249_000000009135	2109	0.7582415942549608	3	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.3498818527823087		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0096_000000017397	2100	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.48891942621511997		0	0	False	False	0.9833333492279053	0					non-mobilizable	plasmid	2100.0	99.381	100.0	0.16926179911254538	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0071_000000005710	2098	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14804068847919885	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2098.0	100.0	100.0	0.37433059621563725	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0369_000000006510	2095	0.7582415942549608	2	1	0	0	1	False	34140	fragment	False	ISR0369_000000006510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	1.0174519949689992e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MON0086_000000014749	2095	0.7582415942549608	3	1	0	0	1	False	117216	fragment	False	MON0086_000000014749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	92.708	5.0	0.01624764836668377	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
ENG0026_000000005277	2093	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18949690484891393	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2093.0	99.57	100.0	0.373438057836487	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0092_000000004792	2092	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.19528269177623633	PS1004	0	0	False	True	0.9980879426002502	0					non-mobilizable	plasmid	2092.0	100.0	100.0	0.3732595501606569	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0017_000000009333	2090	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.5266142629380748		0	0	False	False	0.9889951944351196	0					non-mobilizable	plasmid	2090.0	99.28200000000001	100.0	0.16853569987898345	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0066_000000017030	2087	0.7582415942549608	2	1	0	0	1	False	127321	fragment	False	DEN0066_000000017030	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1500.0	83.8	71.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ENG0112_000000013373	2083	0.7582415942549608	2	1	0	0	1	False	111893	fragment	False	ISR0147_000000011552	0.9667441471923283		0	0	False	False	0.9980797171592712	0					non-mobilizable	no_good_hit	84.0	86.905	4.0	0.012736773350751143	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	False
SPA0132_000000019839	2079	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.028643657734817925	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	875.0	83.54299999999999	41.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0811_000000007200	2069	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13338216871647635	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2069.0	99.565	100.0	0.3691538736165655	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0053_000000012208	2069	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2101191575184462	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1273.0	98.665	84.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0100_000000014143	2061	0.7582415942549608	2	1	0	0	1	False	97211	fragment	False	SPA0100_000000014143	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1513.0	99.934	99.0	0.18265281468953853	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
FIJ0092_000000016713	2060	0.7582415942549608	3	1	0	0	1	False	123189	fragment	False	FIJ0092_000000016713	1.0		0	0	False	True	0.9975728392601013	0					non-mobilizable	plasmid	1668.0	91.60700000000001	94.0	0.20349761526232116	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0126_000000023909	2060	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.7411014518571409	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1980.0	94.848	95.0	0.24202030084383025	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0365_000000007818	2058	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13843436434390535	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1374.0	99.78200000000001	97.0	0.24469791481019426	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0059_000000008717	2053	0.7582415942549608	3	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.5270162652679827		0	0	False	False	0.9839259386062622	0					non-mobilizable	plasmid	2053.0	98.928	100.0	0.16555062525211778	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0007_000000012763	2047	0.7582415942549608	3	1	0	0	1	False	84889	fragment	False	DEN0007_000000012763	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2049.0	95.022	100.0	0.361228813559322	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0192_000000009055	2042	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18840829277253587	PS1004	0	0	False	True	0.9980411529541016	0					non-mobilizable	no_good_hit	1498.0	82.977	73.0	0.85	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
SPA0141_000000011282	2040	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.20970110091513147	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1992.0	88.956	96.0	0.24238718356365416	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0205_000000004245	2037	0.7582415942549608	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.04357917162885096	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	328.0	95.12200000000001	29.0	0.00020226862510530958	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0247_000000006715	2037	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6309917000952312	PS879	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1262.0	97.70200000000001	86.0	0.15421303656597773	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0210_000000012165	2036	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1909949395016819	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	2037.0	99.705	100.0	0.36344162799000357	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
SPA0026_000000015620	2034	0.7582415942549608	1	1	0	0	1	False	111893	fragment	False	ISR0147_000000011552	0.980340858323418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	1.0174519949689992e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0131_000000016159	2033	0.7582415942549608	2	1	0	0	1	False	80872	fragment	False	ISR0131_000000016159	1.0		0	0	False	False	0.9945892691612244	0					non-mobilizable	chromosome	1918.0	86.757	93.0	0.28896300788356577	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
MON0054_000000023333	2031	0.7582415942549608	3	1	0	0	1	False	120124	fragment	False	MON0054_000000023333	1.0		0	0	False	True	0.9945839643478394	0	rep_cluster_475				non-mobilizable	no_good_hit	1580.0	87.911	89.0	0.30376811594202896	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0197_000000012587	2030	0.7582415942549608	2	1	0	0	1	False	123188	fragment	False	ISR0197_000000012587	0.9972691161866931		0	0	False	True	1.0	0					non-mobilizable	plasmid	2043.0	95.007	100.0	0.2497248379601321	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0103_000000008049	2028	0.7582415942549608	2	1	0	0	1	False	117221	fragment	False	ISR0350_000000007559	0.45747959725736237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	100.0	2.0	0.00044951516578547427	NZ_QRML01000015.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf15, whole genome shotgun sequence	True	False
SPA0090_000000017613	2028	0.7582415942549608	2	1	0	0	1	False	127307	fragment	False	SPA0090_000000017613	1.0		0	0	False	True	0.9906311631202698	0					non-mobilizable	no_good_hit	1521.0	91.979	75.0	0.2703617893423632	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0028_000000012675	2025	0.7582415942549608	3	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.5181589406755525		0	0	False	False	1.0	0					non-mobilizable	plasmid	2025.0	98.765	100.0	0.16329164985881403	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0124_000000007386	2023	0.7582415942549608	2	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.9927459075813835		0	0	False	False	1.0	0					non-mobilizable	plasmid	1956.0	87.065	95.0	0.2379845909257674	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0307_000000004993	2021	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13679910870042364	PS1004	0	0	False	True	0.9995052218437195	0					non-mobilizable	other	1374.0	99.854	97.0	0.24469791481019426	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0051_000000022861	2021	0.7582415942549608	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.41201837557851767	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1922.0	91.727	100.0	0.36927536231884056	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ENG0098_000000012583	2014	0.7582415942549608	2	1	0	0	1	False	123188	fragment	False	ISR0197_000000012587	0.9933497536945813		0	0	False	True	1.0	0					non-mobilizable	plasmid	2027.0	95.264	100.0	0.2477681301210713	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0014_000000012178	2010	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.7471772768686296	PS879	0	0	False	True	0.9965174198150635	0					non-mobilizable	plasmid	1983.0	95.008	98.0	0.24238718356365416	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0186_000000009609	2003	0.7582415942549608	2	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.990820608803665		0	0	False	False	1.0	0					non-mobilizable	plasmid	1956.0	87.065	96.0	0.2379845909257674	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0001_000000009898	2003	0.7582415942549608	1	1	0	0	1	False	52584	fragment	False	FIJ0001_000000009898	1.0		0	0	False	False	0.9920119643211365	0					non-mobilizable	no_good_hit	257.0	74.319	13.0	0.048737174427782165	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MON0054_000000023744	1999	0.7582415942549608	3	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.3080722342002484		0	0	False	False	0.9729865193367004	0					non-mobilizable	plasmid	1899.0	99.26299999999999	95.0	0.15312626058894716	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0029_000000021937	1998	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18412536340861974	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1907.0	98.479	95.0	0.3400571224562656	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
USA0072_01_000000009438	1996	0.7582415942549608	1	1	0	0	1	False	123155	fragment	False	USA0072_01_000000009438	1.0		0	0	False	True	0.9969939589500427	0					non-mobilizable	plasmid	1836.0	89.76	91.0	0.22257551669316375	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0051_000000009137	1995	0.7582415942549608	2	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.990290706672186		0	0	False	False	1.0	0					non-mobilizable	plasmid	1949.0	87.07	96.0	0.2371285312461783	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0333_000000011459	1995	0.7582415942549608	2	1	0	0	1	False	127337	fragment	False	CHI0019_000000003923	0.9561524334251608		0	0	False	True	0.9989975094795227	0					non-mobilizable	other	1901.0	78.169	93.0	0.2853198343304188	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0045_000000010570	1989	0.7582415942549608	2	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.9896247516095596		0	0	False	False	1.0	0					non-mobilizable	plasmid	1943.0	87.03	96.0	0.23639476580653052	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0211_000000012522	1989	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22313705608510329	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1459.0	96.025	94.0	0.259490286936375	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0070_000000010621	1987	0.7582415942549608	2	1	0	0	1	False	97208	fragment	False	SPA0070_000000010621	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1919.0	99.27	97.0	0.2316984778932109	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0097_000000016629	1987	0.7582415942549608	3	1	0	0	1	False	60940	fragment	False	SPA0097_000000016629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	82.704	63.0	0.4764949229033471	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	False
ENG0073_000000012412	1986	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18750880807829926	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	82.88600000000001	74.0	0.8448275862068966	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ENG0160_000000010399	1982	0.7582415942549608	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.04671181748612405	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	623.0	89.56700000000001	39.0	0.11961352657004831	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
CHI0057_000000010011	1978	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18060321652092587	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1978.0	100.0	100.0	0.35290967511603	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0144_000000003547	1975	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.186023847944176	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1976.0	99.646	100.0	0.3525526597643699	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
FIJ0169_000000011555	1975	0.7582415942549608	1	1	0	0	1	False	39752	fragment	False	FIJ0169_000000011555	0.991218441273326		0	0	False	False	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1991.0	87.14200000000001	100.0	0.39107925129430504	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0362_000000010766	1972	0.7582415942549608	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.06578513283607774	PS1072	0	0	False	True	0.9918864369392395	0					non-mobilizable	no_good_hit	467.0	100.0	24.0	0.0002876900158599925	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ENG0070_000000012745	1971	0.7582415942549608	3	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4970892473178563		0	0	False	False	0.9979705810546875	0					non-mobilizable	plasmid	1969.0	99.137	99.0	0.15877369907220654	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0296_000000013286	1967	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.19476045233274517	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1559.0	83.45100000000001	78.0	0.8844827586206897	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
USA0106_01_000000004739	1966	0.7582415942549608	3	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.08639636872404141	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	869.0	90.219	45.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
CHI0175_000000005943	1960	0.7582415942549608	2	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.9802810033082686		0	0	False	False	1.0	0					non-mobilizable	plasmid	1945.0	87.044	98.0	0.2366393542864131	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
DEN0035_000000017166	1959	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21935196784329833	PS1004	0	0	False	True	0.9994895458221436	0					non-mobilizable	no_good_hit	1467.0	83.23100000000001	74.0	0.8379310344827586	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
MON0026_000000023473	1958	0.7582415942549608	1	1	0	0	1	False	54956	fragment	False	MON0026_000000023473	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1837.0	83.397	93.0	0.2972573493184431	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0055_000000009855	1956	0.7582415942549608	1	1	0	0	1	False	127319	fragment	False	ENG0055_000000009855	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1413.0	97.169	72.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0036_000000006293	1955	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4385142717505945		0	0	False	False	0.9994884729385376	0					non-mobilizable	plasmid	1815.0	98.072	93.0	0.1463493344090359	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0383_000000007287	1954	0.7582415942549608	3	1	0	0	1	False	84888	fragment	False	ISR0383_000000007287	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	96.28299999999999	100.0	0.3038488700564972	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
FIJ0089_000000012558	1952	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.49211068507089384		0	0	False	False	1.0	0					non-mobilizable	plasmid	1952.0	99.28299999999999	100.0	0.15740217829770067	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0142_000000001276	1952	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.4993336704338676	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1855.0	96.01100000000001	95.0	0.2267335208511679	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0086_000000016413	1951	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4834633564956001		0	0	False	False	0.9994874596595764	0					non-mobilizable	plasmid	1952.0	98.975	100.0	0.15740217829770067	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0022_000000013220	1944	0.7582415942549608	3	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.5036265050775149		0	0	False	False	1.0	0					non-mobilizable	plasmid	1944.0	98.868	100.0	0.15675675675675677	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0186_000000015830	1944	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1935094199141156	PS1004	0	0	False	True	0.9994856119155884	0					non-mobilizable	no_good_hit	1601.0	83.323	81.0	0.9086206896551724	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
USA0037_01_000000017487	1943	0.7582415942549608	3	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4999135890146892		0	0	False	False	0.9984560012817383	0					non-mobilizable	plasmid	1943.0	98.868	100.0	0.15667607906413877	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0071_000000010589	1943	0.7582415942549608	1	1	0	0	1	False	117215	fragment	False	ENG0071_000000010589	0.9585965439040863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	5.0	0.0032503508901529144	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	True	False
ISR0814_000000020920	1942	0.7582415942549608	3	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4938631382549074		0	0	False	False	0.9922760128974915	0					non-mobilizable	plasmid	1942.0	99.125	100.0	0.15659540137152078	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0065_000000010727	1942	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16406586283670374	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1881.0	99.415	97.0	0.335415922884684	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0126_000000025425	1939	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1795704369498347	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1939.0	99.845	100.0	0.3459478757586576	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0004_000000003249	1939	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17641996075730076	PS1004	0	0	False	True	0.9979370832443237	0					non-mobilizable	no_good_hit	1482.0	96.221	76.0	0.2623418285510604	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0797_000000005845	1938	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17943385127429373	PS1004	0	0	False	True	0.9989680051803589	0					non-mobilizable	plasmid	1938.0	99.794	100.0	0.34576936808282754	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0339_000000007642	1936	0.7582415942549608	3	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5613323635596115	PS879	0	0	False	True	0.9876033067703247	0					non-mobilizable	no_good_hit	1300.0	95.615	89.0	0.15886021768374708	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
USA0052_01_000000008154	1935	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.19199175058942133	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1450.0	97.241	99.0	0.2578862947781144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0097_000000017028	1935	0.7582415942549608	3	1	0	0	1	False	94000	fragment	False	CHI0141_000000015838	0.8162934639679816		0	0	False	False	1.0	0	rep_cluster_269				non-mobilizable	plasmid	1676.0	94.03299999999999	100.0	0.43915343915343913	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ENG0198_000000010114	1934	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.06279005383474671	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1714.0	82.61399999999999	87.0	0.9758620689655172	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0072_000000014977	1934	0.7582415942549608	3	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.5034678595722355		0	0	False	False	0.9906928539276123	0					non-mobilizable	plasmid	1934.0	98.914	100.0	0.15594997983057685	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0035_000000005446	1934	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18018116419819483	PS1004	0	0	False	True	0.9994829297065735	0					non-mobilizable	plasmid	1935.0	99.79299999999999	100.0	0.34505533737950733	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0292_000000010075	1933	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17843775321131303	PS1004	0	0	False	True	0.9881014227867126	0					non-mobilizable	plasmid	1934.0	99.741	100.0	0.34505533737950733	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0346_000000012035	1932	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.1822882611713127	PS879	0	0	False	True	0.9741200804710388	0					non-mobilizable	plasmid	1957.0	88.809	100.0	0.2381068851657087	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0135_000000011302	1928	0.7582415942549608	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.39903605776643414	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1726.0	91.13600000000001	100.0	0.2976768377253814	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0392_000000017594	1928	0.7582415942549608	1	1	0	0	1	False	127310	fragment	False	ISR0392_000000017594	1.0		0	0	False	True	0.9994813203811646	0					non-mobilizable	no_good_hit	1277.0	98.59	76.0	0.22723222242024593	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0117_000000007610	1927	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5124003559524887	PS879	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1275.0	94.588	86.0	0.15568056744527334	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0104_000000019375	1927	0.7582415942549608	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.04677158160326669	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	413.0	95.884	38.0	0.00023970146060038784	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
FIJ0126_000000019896	1924	0.7582415942549608	2	1	0	0	1	False	47119	fragment	False	FIJ0126_000000019896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	75.437	67.0	0.11412255257432923	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MON0078_000000023578	1923	0.7582415942549608	3	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.49261082922073796		0	0	False	False	0.9786791205406189	0					non-mobilizable	plasmid	1923.0	99.064	100.0	0.15506252521177893	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0811_000000007771	1922	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5444982076971459	PS879	0	0	False	True	0.9989594221115112	0					non-mobilizable	plasmid	1895.0	99.789	99.0	0.23162529044881985	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0267_000000008993	1921	0.7582415942549608	1	1	0	0	1	False	59030	fragment	False	ISR0267_000000008993	1.0		0	0	False	False	0.9828214645385742	0					non-mobilizable	no_good_hit	114.0	78.947	6.0	0.019513068385248838	HM560030.1	bacteria	Uncultured bacterium plasmid pTRACA73, complete sequence	True	False
SPA0096_000000021207	1920	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.33064500074114156		0	0	False	False	1.0	0					non-mobilizable	plasmid	1729.0	99.19	90.0	0.13941105284388866	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0008_000000018400	1917	0.7582415942549608	3	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.48622371194797614		0	0	False	False	0.9973917603492737	0					non-mobilizable	plasmid	1918.0	98.64399999999999	100.0	0.15465913674868897	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0001_000000010406	1916	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4662598454096068		0	0	False	False	1.0	0					non-mobilizable	plasmid	1916.0	99.21700000000001	100.0	0.15449778136345302	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ITA0011_000000000875	1915	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16848380109475308	PS1004	0	0	False	True	0.9942559003829956	0					non-mobilizable	plasmid	1904.0	77.73100000000001	99.0	0.35942028985507246	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ENG0004_000000013755	1914	0.7582415942549608	1	1	0	0	1	False	123172	fragment	False	ENG0004_000000013755	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1598.0	91.23899999999999	87.0	0.40298507462686567	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
MAD0034_000000008156	1912	0.7582415942549608	2	1	0	0	1	False	97210	fragment	False	MAD0034_000000008156	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1659.0	95.238	100.0	0.20028992510268182	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
AST0099_000000011148	1908	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16102809724805114	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1843.0	98.589	97.0	0.32863263120314173	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
USA0025_01_000000008177	1907	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5033743475246776	PS879	0	0	False	True	0.9931830167770386	0					non-mobilizable	plasmid	1880.0	93.29799999999999	98.0	0.22905711141005258	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0159_000000013012	1905	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4878099669186907		0	0	False	False	1.0	0					non-mobilizable	plasmid	1905.0	99.318	100.0	0.1536103267446551	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0087_000000018593	1905	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.460114897035555		0	0	False	False	0.9942257404327393	0					non-mobilizable	plasmid	1906.0	98.79299999999999	100.0	0.1536910044372731	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0083_000000018822	1900	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4776560914695069		0	0	False	False	0.9994736909866333	0					non-mobilizable	plasmid	1900.0	99.316	100.0	0.15320693828156515	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0830_000000015371	1898	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17654214522811448	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1729.0	83.459	90.0	0.982183908045977	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
AST0148_000000018126	1896	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.48232068341296513		0	0	False	False	0.9963080286979675	0					non-mobilizable	plasmid	1896.0	99.314	100.0	0.15288422751109318	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
AST0087_000000019533	1895	0.7582415942549608	1	1	0	0	1	False	123154	fragment	False	AST0087_000000019533	1.0		0	0	False	True	0.991556704044342	0					non-mobilizable	plasmid	1754.0	91.448	92.0	0.21279197749785986	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0327_000000014975	1893	0.7582415942549608	1	1	0	0	1	False	123138	fragment	False	ISR0327_000000014975	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1534.0	88.266	85.0	0.1858872447107741	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0062_000000007610	1882	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.4856803581046312	PS879	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1275.0	94.588	81.0	0.15568056744527334	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0846_000000005518	1880	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.41777054308191774		0	0	False	False	1.0	0					non-mobilizable	plasmid	1880.0	99.149	100.0	0.15159338442920534	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0011_000000023746	1878	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4502220577249951		0	0	False	False	1.0	0					non-mobilizable	plasmid	1878.0	99.255	100.0	0.15143202904396935	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0109_000000017314	1873	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16963896216392116	PS1004	0	0	False	True	0.9962626695632935	0					non-mobilizable	plasmid	1873.0	99.947	100.0	0.3341663691538736	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0130_000000008674	1872	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4660697108521539		0	0	False	False	0.9716880321502686	0					non-mobilizable	plasmid	1872.0	99.25200000000001	100.0	0.1509479628882614	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0785_000000019836	1872	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.41791218484056875		0	0	False	False	1.0	0					non-mobilizable	plasmid	1872.0	99.306	100.0	0.1509479628882614	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0244_000000013450	1871	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4283952593761938		0	0	False	False	1.0	0					non-mobilizable	plasmid	1871.0	99.305	100.0	0.1508672851956434	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0255_000000017232	1869	0.7582415942549608	1	1	0	0	1	False	123134	fragment	False	ISR0255_000000017232	1.0		0	0	False	True	0.9994649291038513	0					non-mobilizable	chromosome	1878.0	94.35600000000001	100.0	0.4728054642044017	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	False	True
ENG0100_000000016381	1868	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4121023390665258		0	0	False	False	1.0	0					non-mobilizable	plasmid	1868.0	99.197	100.0	0.15062525211778943	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0052_000000023979	1866	0.7582415942549608	1	1	0	0	1	False	117215	fragment	False	ENG0071_000000010589	0.9547886228604504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	94.39299999999999	6.0	0.0013661378252632394	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	True	False
ISR0247_000000007422	1866	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.23329311760591392	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1718.0	83.993	92.0	0.982183908045977	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0263_000000007935	1865	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.4761059493685138	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1240.0	95.565	93.0	0.15140026904732787	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0389_000000011893	1863	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.46534671819661944		0	0	False	False	0.9962426424026489	0					non-mobilizable	plasmid	1861.0	99.194	99.0	0.1500605082694635	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0091_000000016125	1863	0.7582415942549608	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.43580776616080424	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1880.0	92.12799999999999	100.0	0.3611594202898551	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
FIJ0172_000000014836	1860	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4488882404493023		0	0	False	False	1.0	0					non-mobilizable	plasmid	1860.0	99.194	100.0	0.1499798305768455	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0097_000000017053	1858	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4482750109965979		0	0	False	False	0.9843918085098267	0					non-mobilizable	plasmid	1858.0	99.085	100.0	0.1498184751916095	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0012_000000028822	1857	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.40528798561407064		0	0	False	False	0.9854604005813599	0					non-mobilizable	plasmid	1857.0	98.92299999999999	100.0	0.14973779749899152	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0051_000000019053	1857	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4059723962331824		0	0	False	False	0.9929994344711304	0					non-mobilizable	plasmid	1857.0	99.24600000000001	100.0	0.14973779749899152	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0022_000000008341	1857	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.029044890215833254	PS1072	0	0	False	True	0.9973074793815613	0					non-mobilizable	no_good_hit	413.0	95.64200000000001	40.0	0.00023970146060038784	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
FIJ0139_000000014012	1855	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.40588007024940564		0	0	False	False	0.9735848903656006	0					non-mobilizable	plasmid	1855.0	99.191	100.0	0.14957644211375554	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0329_000000008508	1852	0.7582415942549608	2	1	0	0	1	False	39562	fragment	False	ISR0329_000000008508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000015611	1852	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14454142822958874	PS1004	0	0	False	True	0.9994600415229797	0					non-mobilizable	other	1852.0	100.0	100.0	0.32988772054892174	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0138_000000010620	1850	0.7582415942549608	2	1	0	0	1	False	62663	fragment	False	ENG0138_000000010620	1.0		0	0	False	False	0.999459445476532	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.004514672686230248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
DEN0021_000000019510	1850	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18867312082232915	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1506.0	83.134	81.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
DEN0063_000000026613	1849	0.7582415942549608	3	1	0	0	1	False	71468	fragment	False	DEN0063_000000026613	1.0		0	0	False	False	0.9886425137519836	0					non-mobilizable	plasmid	1855.0	94.87899999999999	100.0	0.2670511896178803	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	False	True
FIJ0147_000000011329	1847	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.07432965384921139	PS1004	0	0	False	True	0.9815917611122131	0					non-mobilizable	other	1204.0	98.17299999999999	94.0	0.21440028515416146	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0126_000000020911	1843	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.42207533298544087		0	0	False	False	1.0	0					non-mobilizable	plasmid	1843.0	99.24	100.0	0.14860830980233966	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0821_000000016872	1838	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.454108220364905		0	0	False	False	1.0	0					non-mobilizable	plasmid	1838.0	99.78200000000001	100.0	0.1482049213392497	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0005_000000029579	1836	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.45173348082164266		0	0	False	False	1.0	0					non-mobilizable	plasmid	1836.0	99.292	100.0	0.14804356595401372	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0068_000000023032	1835	0.7582415942549608	3	1	0	0	1	False	126118	fragment	False	ENG0197_000000005430	0.948801621122198		0	0	False	False	0.986920952796936	0					non-mobilizable	no_good_hit								True	False
AST0055_000000019388	1835	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5097391965817599	PS879	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1301.0	94.696	88.0	0.15886021768374708	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
AST0094_000000012384	1830	0.7582415942549608	2	1	0	0	1	False	123143	fragment	False	AST0094_000000012384	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1586.0	89.47	86.0	0.19236883942766295	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
FIJ0060_000000007747	1825	0.7582415942549608	1	1	0	0	1	False	72818	maximal	True	FIJ0060_000000007747	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	89.565	85.0	0.1965881397238018	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ETH0005_000000025662	1825	0.7582415942549608	2	1	0	0	1	False	52732	fragment	False	ETH0005_000000025662	1.0		0	0	False	False	0.9797260165214539	0					non-mobilizable	no_good_hit	114.0	78.947	6.0	0.019513068385248838	HM560030.1	bacteria	Uncultured bacterium plasmid pTRACA73, complete sequence	True	False
USA0025_01_000000008525	1824	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.043860091065624024	PS1004	0	0	False	True	0.9989035129547119	0					non-mobilizable	other	1390.0	98.777	98.0	0.24719301372304403	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0332_000000007856	1824	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.1556028611298265	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1536.0	88.346	97.0	0.1861318331906567	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0151_000000009660	1822	0.7582415942549608	1	1	0	0	1	False	39752	fragment	False	FIJ0169_000000011555	0.9531645569620253		0	0	False	False	1.0	0	rep_cluster_475				non-mobilizable	other	1826.0	87.13	99.0	0.3513671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0207_000000016385	1822	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1894445481644718	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1656.0	83.575	90.0	0.9402298850574713	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
MON0029_000000016713	1822	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.30219431377107414		0	0	False	False	0.9967069029808044	0					non-mobilizable	plasmid	1822.0	99.23200000000001	100.0	0.14691407825736183	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0284_000000007117	1821	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18990251036732414	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1656.0	83.454	90.0	0.9402298850574713	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
MON0064_000000015307	1818	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.44059122350563446		0	0	False	False	0.9906490445137024	0					non-mobilizable	plasmid	1819.0	98.791	100.0	0.14667204517950785	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0107_000000018032	1816	0.7582415942549608	3	1	0	0	1	False	127306	fragment	False	SPA0107_000000018032	1.0		0	0	False	True	0.9988986849784851	0					non-mobilizable	no_good_hit	1521.0	92.63600000000001	84.0	0.2703617893423632	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0069_01_000000033431	1816	0.7582415942549608	2	1	0	0	1	False	123125	maximal	True	USA0069_01_000000033431	1.0	PS879	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1080.0	90.926	64.0	0.27295724766000506	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
ENG0148_000000020219	1816	0.7582415942549608	2	1	0	0	1	False	111892	fragment	False	ENG0148_000000020219	1.0		0	0	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.003913415678121561	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
AST0029_000000016354	1816	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.19011706902306766	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1643.0	83.384	90.0	0.9327586206896552	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
DEN0010_000000025242	1815	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.08371710875662622	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1639.0	83.405	89.0	0.9327586206896552	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
FIJ0169_000000012552	1813	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22624180223038437	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1634.0	83.84299999999999	90.0	0.9333333333333333	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
FIJ0016_000000010258	1809	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5216998257057291	PS879	0	0	False	True	0.9950248599052429	0					non-mobilizable	plasmid	1799.0	92.273	99.0	0.2195181606946313	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0023_000000015338	1809	0.7582415942549608	2	1	0	0	1	False	96440	fragment	False	SPA0023_000000015338	0.941151537561957		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	93.414	99.0	0.3049729364005413	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ENG0038_000000013683	1808	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4147505399267706		0	0	False	False	0.9928097128868103	0					non-mobilizable	plasmid	1808.0	99.17	100.0	0.14578459056070997	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0060_000000015204	1807	0.7582415942549608	1	1	0	0	1	False	97209	fragment	False	ISR0060_000000015204	0.9977839335180055		0	0	False	False	1.0	0					non-mobilizable	plasmid	1630.0	98.65	100.0	0.1965450591930418	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
CHI0008_000000005366	1807	0.7582415942549608	1	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.8973402974877875		0	0	False	False	0.9966796040534973	0					non-mobilizable	plasmid	1780.0	86.573	97.0	0.2165830989360401	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0114_000000025973	1807	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.43423425019142714		0	0	False	False	1.0	0					non-mobilizable	plasmid	1806.0	98.671	99.0	0.145623235175474	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0036_000000007080	1806	0.7582415942549608	3	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.4443369255563756	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1564.0	93.095	93.0	0.19065672006848478	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0055_000000017218	1806	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.1375483831064969	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1537.0	91.087	97.0	0.1861318331906567	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0129_000000011893	1805	0.7582415942549608	1	1	0	0	1	False	97209	fragment	False	ISR0060_000000015204	0.9975096845600443		0	0	False	False	1.0	0					non-mobilizable	plasmid	1629.0	98.834	100.0	0.1965450591930418	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0052_000000015202	1805	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.011060112275667552	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	875.0	83.54299999999999	47.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0106_000000014417	1804	0.7582415942549608	2	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.8954605247094203		0	0	False	False	1.0	0					non-mobilizable	plasmid	1668.0	95.624	100.0	0.2815517533457564	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
MON0050_000000021116	1804	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.1074320174683074		0	0	False	False	1.0	0					non-mobilizable	plasmid	1821.0	94.728	100.0	0.1464300121016539	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0038_000000019479	1803	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.43460437470080665		0	0	False	False	1.0	0					non-mobilizable	plasmid	1803.0	99.16799999999999	100.0	0.14538120209762	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0124_000000015683	1802	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4227296513792953		0	0	False	False	1.0	0					non-mobilizable	plasmid	1803.0	99.113	100.0	0.14538120209762	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0097_000000020238	1799	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.43429286748027446		0	0	False	False	1.0	0					non-mobilizable	plasmid	1799.0	99.166	100.0	0.14505849132714804	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0006_000000010751	1794	0.7582415942549608	1	1	0	0	1	False	40586	backbone	True	ISR0006_000000010751	0.6968439246126057	PS140	1	1	False	True	0.9955406785011292	0					non-mobilizable	plasmid	1734.0	90.13799999999999	97.0	0.24704036514049352	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
FIJ0170_000000008980	1793	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2241322261924947	PS1004	0	0	False	True	0.9994422793388367	0					non-mobilizable	other	1634.0	83.84299999999999	91.0	0.9333333333333333	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ETH0003_000000022933	1791	0.7582415942549608	2	1	0	0	1	False	94000	fragment	False	CHI0141_000000015838	0.6866046982206526		0	0	False	False	1.0	0	rep_cluster_269				non-mobilizable	plasmid	1529.0	97.384	100.0	0.4042328042328042	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
DEN0028_000000016970	1790	0.7582415942549608	2	1	0	0	1	False	84887	fragment	False	DEN0028_000000016970	1.0		0	0	False	False	0.9972066879272461	0					non-mobilizable	no_good_hit	1509.0	91.186	83.0	0.2514256960751426	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	True	False
FIJ0103_000000012261	1790	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.222821978386442	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1496.0	83.556	83.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
FIJ0106_000000014975	1786	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.29753249326366266		0	0	False	False	0.9977603554725647	0					non-mobilizable	plasmid	1786.0	98.88	100.0	0.14400968132311415	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0136_000000015449	1781	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.4115508493741656		0	0	False	False	1.0	0					non-mobilizable	plasmid	1781.0	99.495	100.0	0.14360629286002422	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0047_000000016785	1781	0.7582415942549608	1	1	0	0	1	False	117215	fragment	False	ENG0071_000000010589	0.8175842887362572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.0009699924141618893	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0170_000000026357	1779	0.7582415942549608	3	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5273244809537891	PS879	0	0	False	True	0.9994378685951233	0					non-mobilizable	no_good_hit	1300.0	95.615	88.0	0.15886021768374708	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0396_000000012913	1779	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.207727417590072		0	0	False	False	0.9629005193710327	0					non-mobilizable	plasmid	1723.0	96.344	97.0	0.13860427591770874	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0116_000000013491	1777	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5172023961474497	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1546.0	95.537	98.0	0.1889446007093066	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
MON0038_000000018712	1773	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1444614293320467	PS1004	0	0	False	True	0.9943598508834839	0					non-mobilizable	plasmid	1773.0	100.0	100.0	0.3163156015708675	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0002_000000015070	1773	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1444614293320467	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1773.0	100.0	100.0	0.3163156015708675	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0131_000000019294	1771	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.39132927836600084		0	0	False	False	1.0	0					non-mobilizable	plasmid	1771.0	99.209	100.0	0.1427995159338443	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0049_000000012277	1770	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14444633845884908	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1770.0	100.0	100.0	0.31578007854337736	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0103_000000031110	1770	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14444633845884908	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1770.0	100.0	100.0	0.31578007854337736	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0012_000000030624	1770	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14444633845884908	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1770.0	100.0	100.0	0.31578007854337736	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
DEN0035_000000019284	1770	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.3910796974875459		0	0	False	False	1.0	0					non-mobilizable	plasmid	1770.0	99.322	100.0	0.1427188382412263	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0067_000000015323	1770	0.7582415942549608	3	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5624025293418622	PS879	0	0	False	True	0.9994350075721741	0					non-mobilizable	no_good_hit	1300.0	95.462	88.0	0.15886021768374708	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
MON0066_000000019495	1770	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14444633845884908	PS1004	0	0	False	True	0.9988700747489929	0					non-mobilizable	plasmid	1770.0	100.0	100.0	0.31578007854337736	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0395_000000021841	1770	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14443506433664297	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1768.0	100.0	100.0	0.3149171270718232	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0141_000000016712	1770	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.16833677906678274	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1536.0	88.281	97.0	0.1861318331906567	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0026_01_000000018238	1769	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.39085207006915457		0	0	False	False	0.9994347095489502	0					non-mobilizable	plasmid	1769.0	99.209	100.0	0.1426381605486083	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0134_000000022196	1769	0.7582415942549608	3	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.519889105756451	PS879	0	0	False	True	0.9886941909790039	0					non-mobilizable	no_good_hit	1300.0	95.615	88.0	0.15886021768374708	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0199_000000014377	1768	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.40993509962722		0	0	False	False	0.9892534017562866	0					non-mobilizable	plasmid	1768.0	99.208	100.0	0.14255748285599032	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0079_000000018855	1768	0.7582415942549608	3	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.563553557708535	PS879	0	0	False	True	0.9717194437980652	0					non-mobilizable	no_good_hit	1300.0	95.538	88.0	0.15886021768374708	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
USA0073_01_000000008658	1767	0.7582415942549608	2	1	0	0	1	False	97207	fragment	False	USA0073_01_000000008658	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1315.0	99.92399999999999	100.0	0.15873399371828945	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0223_000000017505	1765	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.18511406586349394	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1770.0	93.559	99.0	0.21499327381680322	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
MON0064_000000015848	1764	0.7582415942549608	2	1	0	0	1	False	101735	fragment	False	MON0064_000000015848	0.9974300399771558		0	0	False	False	0.9994331002235413	0					non-mobilizable	plasmid	1207.0	82.104	93.0	0.09721661960467931	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0044_01_000000015724	1764	0.7582415942549608	1	1	0	0	1	False	123129	fragment	False	USA0044_01_000000015724	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1263.0	95.012	71.0	0.15421303656597773	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0054_000000009889	1763	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18119044254455421	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1645.0	83.404	92.0	0.9339080459770115	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0115_000000019927	1762	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1810308247067354	PS1004	0	0	False	True	0.9994324445724487	0					non-mobilizable	other	1644.0	83.333	92.0	0.9333333333333333	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0336_000000008364	1761	0.7582415942549608	3	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.17662890771028525	PS879	0	0	False	True	0.9920499920845032	0					non-mobilizable	no_good_hit	1300.0	95.615	88.0	0.15886021768374708	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
FIJ0139_000000014833	1761	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.17861187654068078	PS879	0	0	False	True	0.9994321465492249	0					non-mobilizable	plasmid	1148.0	96.69	93.0	0.14027149321266968	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0109_000000010852	1760	0.7582415942549608	1	1	0	0	1	False	94000	fragment	False	CHI0141_000000015838	0.8122939104242386		0	0	False	False	1.0	0	rep_cluster_269				non-mobilizable	plasmid	1563.0	97.249	100.0	0.4132275132275132	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0043_000000012552	1760	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13939622623088166	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1760.0	100.0	100.0	0.3134913562644805	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0062_000000020984	1759	0.7582415942549608	1	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.6516906933785725		0	0	False	False	1.0	0					non-mobilizable	plasmid	1674.0	85.185	93.0	0.20325302678243853	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0006_000000021607	1756	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.3732974396641422		0	0	False	False	0.9988610744476318	0					non-mobilizable	plasmid	1755.0	98.97399999999999	99.0	0.14150867285195642	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0096_000000023475	1755	0.7582415942549608	1	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.6527617980222045		0	0	False	False	1.0	0					non-mobilizable	plasmid	1719.0	86.50399999999999	96.0	0.20924544453956218	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0010_000000004337	1755	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1096929954509433	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1755.0	100.0	100.0	0.31310246340592646	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0282_000000013468	1754	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5899548757014822	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1524.0	92.979	97.0	0.18625412743059802	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0005_000000016476	1754	0.7582415942549608	1	1	0	0	1	False	130001	fragment	False	SPA0005_000000016476	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	221.0	94.118	29.0	0.0560081466395112	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ISR0826_000000006957	1753	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.3621287406594858		0	0	False	False	0.993725061416626	0					non-mobilizable	plasmid	1753.0	99.772	100.0	0.14134731746672044	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0134_000000022391	1752	0.7582415942549608	2	1	0	0	1	False	73935	fragment	False	ENG0134_000000022391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0076_000000027409	1751	0.7582415942549608	2	1	0	0	1	False	101735	fragment	False	MON0064_000000015848	0.9937641723356009		0	0	False	False	0.976584792137146	0					non-mobilizable	plasmid	1207.0	82.18700000000001	93.0	0.09721661960467931	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0141_000000015838	1749	0.7582415942549608	1	1	0	0	1	False	94000	fragment	False	CHI0141_000000015838	0.9389855564171466		0	0	False	False	0.9942824244499207	0	rep_cluster_269				non-mobilizable	plasmid	1576.0	97.398	100.0	0.4166666666666667	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ENG0004_000000015127	1747	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2203204968486278	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1620.0	83.45700000000001	92.0	0.9258620689655173	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0304_000000005609	1747	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13921460798853597	PS1004	0	0	False	True	0.9919862747192383	0					non-mobilizable	other	1741.0	100.0	99.0	0.3101051505970415	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0032_000000013346	1746	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6283748872216137	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1546.0	93.984	98.0	0.1889446007093066	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0168_000000012794	1745	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.30360608099126435		0	0	False	False	1.0	0					non-mobilizable	plasmid	1727.0	99.189	99.0	0.13924969745865268	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0010_000000010886	1742	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.2957808198965041		0	0	False	False	0.9931113719940186	0					non-mobilizable	plasmid	1742.0	99.139	100.0	0.14045986284792256	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0088_000000018410	1741	0.7582415942549608	1	1	0	0	1	False	120123	fragment	False	MON0088_000000018410	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1580.0	88.038	90.0	0.30376811594202896	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
CAN0007_000000023238	1740	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6156985067379668	PS879	0	0	False	True	0.998275876045227	0					non-mobilizable	plasmid	1753.0	94.124	100.0	0.21425950837715543	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0054_000000010023	1740	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5963122200435975	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1754.0	93.67200000000001	100.0	0.21413721413721415	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
MON0090_000000034981	1739	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.09306197672197518		0	0	False	False	1.0	0					non-mobilizable	plasmid	1662.0	99.338	96.0	0.13400564743848326	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0043_000000016443	1738	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.11490796506183455		0	0	False	False	0.9988492727279663	0					non-mobilizable	plasmid	1662.0	99.15799999999999	96.0	0.13400564743848326	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0022_000000008753	1736	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1841174556623321	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1559.0	83.45100000000001	89.0	0.8844827586206897	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
FIJ0057_000000019772	1733	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.3310277459016118		0	0	False	False	0.9976918697357178	0					non-mobilizable	plasmid	1733.0	99.30799999999999	100.0	0.13973376361436063	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
AST0148_000000019764	1732	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21001621193570238	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1645.0	83.76899999999999	94.0	0.9402298850574713	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ENG0013_000000015724	1729	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17269864369562457	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1568.0	82.90799999999999	90.0	0.8896551724137931	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ENG0054_000000015676	1727	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6138149501424336	PS879	0	0	False	True	0.9988419413566589	0					non-mobilizable	plasmid	1690.0	93.787	97.0	0.2064326770209123	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0030_000000021304	1724	0.7582415942549608	2	1	0	0	1	False	122220	fragment	False	MON0006_000000008527	0.4074295760323662		0	0	False	False	0.9918793439865112	0					non-mobilizable	no_good_hit	1429.0	80.82600000000001	83.0	0.24841101694915255	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
DEN0001_000000025339	1723	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.30298910773746557		0	0	False	False	1.0	0					non-mobilizable	plasmid	1722.0	98.955	99.0	0.13884630899556272	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0076_000000015020	1723	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18228022606842856	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1568.0	83.355	90.0	0.8896551724137931	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
CAN0017_000000020147	1722	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1305967752193617	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1619.0	100.0	94.0	0.2888254194930382	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0084_000000016910	1720	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.10151868062114637	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1466.0	97.135	85.0	0.26073783639279985	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0067_000000015712	1719	0.7582415942549608	1	1	0	0	1	False	62662	fragment	False	ENG0067_000000015712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000030861	1717	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6362990967015936	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1730.0	94.277	100.0	0.21144674085850557	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0084_000000003300	1716	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.155748779053695	PS879	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1275.0	94.745	79.0	0.15568056744527334	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0022_000000006941	1715	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.3278150301178793	PS879	0	0	False	True	0.9959183931350708	0					non-mobilizable	no_good_hit	1275.0	94.588	87.0	0.15568056744527334	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0153_000000008825	1713	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.29656763902977695		0	0	False	False	0.9883245825767517	0					non-mobilizable	plasmid	1713.0	98.774	100.0	0.13812020976200082	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0055_000000018126	1713	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1802358585111693	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1505.0	83.12299999999999	87.0	0.8540229885057471	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ENG0129_000000015704	1712	0.7582415942549608	2	1	0	0	1	False	117215	fragment	False	ENG0071_000000010589	0.8016355750281662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000012107	1711	0.7582415942549608	1	1	0	0	1	False	40586	backbone	False	ISR0006_000000010751	0.4824068598462448	PS140	0	0	False	True	0.9912331700325012	0					non-mobilizable	plasmid	1710.0	99.766	100.0	0.24375980601911282	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
ENG0202_000000012499	1711	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22123495623994566	PS1004	0	0	False	True	0.9994155168533325	0					non-mobilizable	no_good_hit	1495.0	83.411	87.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0244_000000015032	1711	0.7582415942549608	1	1	0	0	1	False	123159	fragment	False	ISR0244_000000015032	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1513.0	93.721	88.0	0.18490889079124373	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
FIJ0064_000000015439	1710	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.30778713900104226		0	0	False	False	1.0	0					non-mobilizable	plasmid	1710.0	99.12299999999999	100.0	0.13787817668414684	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0355_000000012058	1708	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17492210360294397	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1520.0	83.02600000000001	88.0	0.8626436781609196	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ENG0202_000000012530	1707	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5119308827133382	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1707.0	99.883	100.0	0.2086339733398557	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0089_000000014515	1707	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13622760821683735	PS1004	0	0	False	True	0.9982425570487976	0					non-mobilizable	other	1700.0	99.941	99.0	0.3027980752094101	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0005_000000031839	1706	0.7582415942549608	2	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9907627053132241		0	0	False	False	1.0	0					non-mobilizable	chromosome	1557.0	85.228	90.0	0.2343844754396604	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ENG0111_000000011858	1705	0.7582415942549608	2	1	0	0	1	False	59738	maximal	True	ENG0111_000000011858	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0775_000000011607	1705	0.7582415942549608	1	1	0	0	1	False	75204	fragment	False	ISR0775_000000011607	0.9920500742210869		0	0	False	False	0.9988269805908203	0					non-mobilizable	other	1651.0	88.613	97.0	0.26917392018393826	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0066_000000020452	1705	0.7582415942549608	1	1	0	0	1	False	94000	fragment	False	CHI0141_000000015838	0.8028960642105586		0	0	False	False	1.0	0	rep_cluster_269				non-mobilizable	plasmid	1577.0	96.766	100.0	0.41693121693121693	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ENG0208_000000017958	1705	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22006466037417774	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1526.0	83.617	89.0	0.871264367816092	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
CHI0151_000000014549	1705	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13855500460108444	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1705.0	100.0	100.0	0.3041770796144234	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
DEN0045_000000024241	1705	0.7582415942549608	1	1	0	0	1	False	84885	fragment	False	DEN0045_000000024241	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1705.0	89.853	100.0	0.25077812361049356	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
USA0020_01_000000020357	1703	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22123700459002613	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1536.0	83.529	90.0	0.8770114942528736	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
SPA0018_000000017618	1701	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.20299102077270043	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1533.0	83.56200000000001	90.0	0.8758620689655172	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0818_000000010761	1700	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1820201568785222	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1527.0	83.104	89.0	0.8660919540229886	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
FIJ0060_000000008377	1700	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.08293802038260442		0	0	False	False	0.9935294389724731	0					non-mobilizable	plasmid	1669.0	98.44200000000001	98.0	0.13440903590157322	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0396_000000013504	1700	0.7582415942549608	2	1	0	0	1	False	123151	fragment	False	ISR0396_000000013504	0.9416666666666667		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1268.0	89.117	74.0	0.15494680200562552	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0149_000000010119	1699	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.07404650227558658	PS1004	0	0	False	True	0.999411404132843	0					non-mobilizable	no_good_hit	1491.0	82.964	87.0	0.8482758620689655	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
MON0087_000000030109	1699	0.7582415942549608	1	1	0	0	1	False	39639	fragment	False	MON0087_000000030109	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	84.785	98.0	0.2732796846772869	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0135_000000016746	1698	0.7582415942549608	1	1	0	0	1	False	40585	fragment	False	FIJ0135_000000016746	1.0		0	0	False	False	0.9864546656608582	0					non-mobilizable	plasmid	1702.0	89.89399999999999	100.0	0.24383561643835616	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	False	True
ISR0356_000000011996	1696	0.7582415942549608	3	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5161977447824916	PS879	0	0	True	True	1.0	3					non-mobilizable	plasmid	1587.0	93.699	98.0	0.19395866454689983	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0103_000000010026	1695	0.7582415942549608	2	1	0	0	1	False	4868	fragment	False	SPA0103_000000010026	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1369.0	80.57	79.0	0.2401129943502825	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MON0051_000000021034	1695	0.7582415942549608	2	1	0	0	1	False	122220	fragment	False	MON0006_000000008527	0.40568139828175886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1429.0	80.96600000000001	84.0	0.24841101694915255	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
SPA0041_000000019850	1694	0.7582415942549608	1	1	0	0	1	False	122220	fragment	False	MON0006_000000008527	0.39874160639979433		0	0	False	False	1.0	0					non-mobilizable	plasmid	1208.0	81.457	90.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
FIJ0047_000000018263	1692	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.22986739117582072	PS879	0	0	False	True	0.9940898418426514	0					non-mobilizable	no_good_hit	1379.0	94.416	89.0	0.1685214626391097	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0038_000000014941	1692	0.7582415942549608	1	1	0	0	1	False	65053	fragment	False	ENG0038_000000014941	0.9988824746280306		0	0	False	False	1.0	0					non-mobilizable	plasmid	1546.0	83.24700000000001	91.0	0.227063880243071	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
SPA0100_000000016876	1692	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1816284936263002	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1518.0	83.07	89.0	0.8614942528735632	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0184_000000006805	1691	0.7582415942549608	1	1	0	0	1	False	40586	backbone	False	ISR0006_000000010751	0.691786114765303	PS140	0	0	False	True	1.0	0					non-mobilizable	plasmid	1691.0	99.941	100.0	0.24104977891884183	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
ENG0081_000000015278	1690	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18066763829417348	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1559.0	83.387	91.0	0.8844827586206897	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0775_000000011714	1690	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1636469491622121	PS1004	0	0	False	True	0.9988165497779846	0					non-mobilizable	other	1672.0	83.553	98.0	0.9494252873563218	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
SPA0046_000000019163	1690	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1806676382941735	PS1004	0	0	False	True	0.9988165497779846	0					non-mobilizable	other	1559.0	83.387	91.0	0.8844827586206897	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
MON0095_000000018434	1689	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5197636815803577	PS879	0	0	False	True	0.9526346921920776	0					non-mobilizable	plasmid	1703.0	90.37	100.0	0.2080225021401492	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0015_000000014227	1687	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1425190616433557	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1687.0	100.0	100.0	0.30096394144948235	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0127_000000015075	1686	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13626046589265364	PS1004	0	0	False	True	0.9988137483596802	0					non-mobilizable	other	1686.0	100.0	100.0	0.30030297629656033	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0199_000000015125	1685	0.7582415942549608	1	1	0	0	1	False	65053	fragment	False	ENG0038_000000014941	0.9976734996113099		0	0	False	False	0.9881305694580078	0					non-mobilizable	plasmid	1536.0	83.20299999999999	90.0	0.2255817400326071	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
MON0094_000000022388	1684	0.7582415942549608	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.26885216374075876		0	0	False	False	0.9982185363769531	0					non-mobilizable	plasmid	1684.0	98.575	100.0	0.13578055667607905	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
DEN0028_000000018174	1684	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2188180644671864	PS1004	0	0	False	True	0.9875296950340271	0					non-mobilizable	other	1544.0	83.80799999999999	91.0	0.8816091954022989	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
SPA0015_000000014253	1684	0.7582415942549608	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.2315856154512844	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1696.0	90.979	100.0	0.2924757281553398	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0041_000000014511	1683	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.2675611155482784		0	0	False	False	0.998811662197113	0					non-mobilizable	plasmid	1682.0	98.87	99.0	0.1356192012908431	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MAD0066_000000018272	1683	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.25864724224900537		0	0	False	False	1.0	0					non-mobilizable	plasmid	1683.0	98.87100000000001	100.0	0.1356998789834611	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0101_000000024480	1683	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.177562992294116	PS1004	0	0	False	True	0.9994058012962341	0					non-mobilizable	no_good_hit	1491.0	82.964	88.0	0.8459770114942529	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
AST0035_000000009651	1681	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.08791149023508084	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1565.0	90.60700000000001	93.0	0.19102360278830868	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0120_000000009096	1680	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13798503062728676	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1680.0	100.0	100.0	0.2997143877186719	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0093_000000026999	1680	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14065486173547248	PS1004	0	0	False	True	0.9690476059913635	0					non-mobilizable	other	1680.0	99.881	100.0	0.2992336481910533	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0818_000000010904	1680	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6225699150520076	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1693.0	94.09299999999999	100.0	0.2069218539806775	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0387_000000014349	1680	0.7582415942549608	2	1	0	0	1	False	123151	fragment	False	ISR0396_000000013504	0.9364705882352942		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1503.0	88.689	88.0	0.18356365415188944	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0245_000000004318	1680	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.18013751324733185	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1506.0	83.134	89.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
USA0117_01_000000012494	1676	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21935418409272492	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1496.0	83.556	89.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ENG0095_000000016615	1676	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21935418409272492	PS1004	0	0	False	True	0.9994033575057983	0					non-mobilizable	no_good_hit	1496.0	83.556	89.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0338_000000017093	1676	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2192056517672371	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1497.0	83.634	89.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
FIJ0141_000000017698	1676	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21925509205083496	PS1004	0	0	False	True	0.9940333962440491	0					non-mobilizable	no_good_hit	1495.0	83.545	89.0	0.8540229885057471	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0282_000000014268	1676	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21935418409272492	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1496.0	83.556	89.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ENG0116_000000014299	1676	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21935418409272492	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1496.0	83.556	89.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
MON0085_000000017614	1674	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.09742485640842963		0	0	False	False	0.9982078671455383	0					non-mobilizable	plasmid	1674.0	98.32700000000001	99.0	0.13497377974989916	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CAN0014_000000029395	1673	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21755227208830458	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1493.0	83.523	89.0	0.8528735632183908	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0084_000000015991	1672	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17983523598546966	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1506.0	83.068	89.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0375_000000013670	1672	0.7582415942549608	2	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.895144370290411		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	98.684	100.0	0.2948446327683616	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0012_000000013696	1671	0.7582415942549608	3	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1355809610386637	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1539.0	97.596	92.0	0.27392621636072	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0067_000000010863	1671	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1404516601631976	PS1004	0	0	False	True	0.9850388765335083	0					non-mobilizable	plasmid	1671.0	100.0	100.0	0.29810781863620134	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0235_000000002797	1671	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.11090804693928989	PS1004	0	0	False	True	0.9910233616828918	0					non-mobilizable	no_good_hit	1446.0	99.723	87.0	0.25752985207627876	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0104_000000005689	1670	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6080722053673747	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1684.0	94.181	100.0	0.20569891158126452	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0073_01_000000009071	1669	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.22081686422867614	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1495.0	83.344	89.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0032_000000020095	1668	0.7582415942549608	1	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.6459948693899864		0	0	False	False	1.0	0					non-mobilizable	plasmid	1619.0	85.73200000000001	95.0	0.1970160205454323	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0067_000000016137	1668	0.7582415942549608	1	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.5724911068667901		0	0	False	False	1.0	0					non-mobilizable	plasmid	1618.0	85.723	95.0	0.196893726305491	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0069_000000014943	1668	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.8953091273823919		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	95.03	100.0	0.2937853107344633	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
DEN0022_000000024726	1667	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13403030972787564	PS1004	0	0	False	True	0.9994001388549805	0					non-mobilizable	other	1667.0	100.0	100.0	0.29691677062912136	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0067_000000016161	1666	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17798499845092453	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1500.0	83.06700000000001	89.0	0.8511494252873564	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ENG0142_000000020517	1666	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21913184439159838	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1492.0	83.37799999999999	89.0	0.8528735632183908	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
AST0047_000000013593	1666	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1715088210525259	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1482.0	82.861	88.0	0.8408045977011495	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0153_000000017338	1665	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17948219198645382	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1510.0	83.179	90.0	0.8568965517241379	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
MON0056_000000011798	1663	0.7582415942549608	1	1	0	0	1	False	84380	maximal	True	MON0056_000000011798	1.0		1	1	False	False	0.9909801483154297	0					non-mobilizable	no_good_hit	1445.0	96.40100000000001	87.0	0.1835282155566853	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
USA0087_01_000000009457	1663	0.7582415942549608	1	1	0	0	1	False	421	fragment	False	USA0087_01_000000009457	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	77.714	63.0	0.15097332372025957	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	False
MAD0002_000000025477	1663	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.20123031142958486		0	0	False	False	0.9987973570823669	0					non-mobilizable	plasmid	1663.0	98.677	100.0	0.13408632513110125	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0047_01_000000021839	1662	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2172286173502447	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	83.266	89.0	0.8505747126436781	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
USA0083_01_000000016913	1662	0.7582415942549608	2	1	0	0	1	False	122220	fragment	False	MON0006_000000008527	0.35346430396159656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1429.0	81.036	86.0	0.24841101694915255	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0040_000000014329	1660	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1780208860920463	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	83.134	90.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0343_000000011164	1660	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1780208860920463	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	83.134	90.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ENG0149_000000011728	1660	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1780208860920463	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	83.134	90.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ENG0032_000000014249	1660	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17792525996513806	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	83.134	90.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0271_000000011024	1660	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17763051937104313	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	83.20100000000001	90.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0214_000000018152	1660	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6212735341938068	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1673.0	94.14200000000001	100.0	0.20447596918185154	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0245_000000004400	1660	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6218047113362561	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1673.0	94.14200000000001	100.0	0.20447596918185154	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0338_000000017297	1659	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6209849844256298	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1672.0	93.959	100.0	0.20435367494191023	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0044_000000016673	1659	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.45542963331497405	PS879	0	0	True	True	1.0	31					non-mobilizable	plasmid	1308.0	94.266	95.0	0.15971627736333618	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0095_000000016807	1659	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6215206411407814	PS879	0	0	False	True	0.9981916546821594	0					non-mobilizable	plasmid	1672.0	94.199	100.0	0.20435367494191023	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0117_01_000000012607	1659	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6207560549583072	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1672.0	94.079	100.0	0.20435367494191023	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0355_000000012474	1658	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.4973505331432555	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1658.0	99.94	100.0	0.20264155558273206	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0034_01_000000031461	1657	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.19548930419458604	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1499.0	83.389	90.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
MON0101_000000039338	1657	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9909884094345863		0	0	False	False	1.0	0					non-mobilizable	chromosome	1567.0	85.258	93.0	0.23590054578532443	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0079_000000017057	1657	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2212829302080395	PS1004	0	0	False	True	0.9993965029716492	0					non-mobilizable	other	1495.0	83.61200000000001	90.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
MAD0033_000000012301	1657	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.20080205758283273		0	0	False	False	1.0	0					non-mobilizable	plasmid	1655.0	98.792	99.0	0.1334409035901573	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0067_000000018337	1655	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1337624278238453	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1699.0	76.574	100.0	0.2872746185852982	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0118_000000006162	1655	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13189034850909784	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1655.0	99.94	100.0	0.2952516958229204	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0187_000000018279	1655	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17599834652949836	PS1004	0	0	False	True	0.9975830912590027	0					non-mobilizable	other	1501.0	83.07799999999999	90.0	0.8517241379310345	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0325_000000012599	1653	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1773829529145934	PS1004	0	0	False	True	0.9848759770393372	0					non-mobilizable	other	1506.0	83.068	90.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
USA0073_01_000000009129	1652	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5649818620210345	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1669.0	91.552	100.0	0.20349761526232116	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0059_01_000000015569	1652	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17535651460730853	PS1004	0	0	False	True	0.9993946552276611	0					non-mobilizable	no_good_hit	1486.0	82.90700000000001	89.0	0.843103448275862	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
ISR0076_000000015737	1652	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5280838517875391	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1594.0	94.04	96.0	0.19481472422648893	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0060_000000018834	1651	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1775590976574462	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	83.134	90.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
SPA0044_000000016775	1650	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9812222669719498		0	0	False	False	1.0	0					non-mobilizable	chromosome	1534.0	84.941	91.0	0.23089751364463312	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ENG0009_000000007714	1649	0.7582415942549608	1	1	0	0	1	False	75204	fragment	False	ISR0775_000000011607	0.9802555121103508		0	0	False	False	0.9939357042312622	0					non-mobilizable	other	1574.0	88.43700000000001	95.0	0.25685662670389225	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0106_000000025970	1649	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1788445502786632	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1510.0	83.179	91.0	0.8568965517241379	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
MAD0105_000000022914	1648	0.7582415942549608	2	1	0	0	1	False	14803	fragment	False	MAD0105_000000022914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	78.846	12.0	0.038636363636363635	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	False
MON0040_000000016836	1648	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13153024999081211	PS1004	0	0	False	True	0.9993932247161865	0					non-mobilizable	other	1646.0	100.0	100.0	0.29317412225984674	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0028_000000015761	1648	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13153024999081211	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1646.0	100.0	100.0	0.29317412225984674	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0169_000000009328	1647	0.7582415942549608	1	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.5745095084377001		0	0	False	False	0.996964156627655	0					non-mobilizable	plasmid	1576.0	85.723	94.0	0.19187966246789775	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0096_000000005018	1646	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13151617470090207	PS1004	0	0	False	True	0.9884568452835083	0					non-mobilizable	plasmid	1646.0	100.0	100.0	0.29364512674044985	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0142_000000020769	1646	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.15560809450560323	PS879	0	0	False	True	0.9987849593162537	0					non-mobilizable	plasmid	1399.0	89.921	95.0	0.17096734743793568	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CAN0022_000000019625	1646	0.7582415942549608	1	1	0	0	1	False	122489	fragment	False	ISR0395_000000012012	0.0549838959810786		0	0	False	False	1.0	0					non-mobilizable	plasmid	1646.0	99.939	100.0	0.2048823016564952	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0122_000000017727	1645	0.7582415942549608	2	1	0	0	1	False	59029	fragment	False	ENG0122_000000017727	0.9581234256926952		0	0	False	False	0.9993920922279358	0					non-mobilizable	no_good_hit	106.0	79.245	6.0	0.009866845483283839	NZ_CABWIB010000002.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	False
CHI0140_000000017991	1644	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13554923198802055	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1644.0	100.0	100.0	0.292817679558011	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0079_000000017221	1642	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6101262171403335	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1655.0	93.535	100.0	0.20227467286290815	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0177_000000016208	1642	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.35163882993257195	PS879	0	0	True	True	1.0	83					non-mobilizable	plasmid	1504.0	91.024	95.0	0.18295218295218296	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0104_000000022884	1642	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17484587204417856	PS1004	0	0	False	True	0.9914737939834595	0					non-mobilizable	other	1491.0	82.83	90.0	0.8459770114942529	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
DEN0083_000000018304	1641	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.21312783779437755	PS1004	0	0	False	True	0.9993906021118164	0					non-mobilizable	other	1481.0	83.39	90.0	0.8459770114942529	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0858_000000006284	1641	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13143995355160176	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1641.0	100.0	100.0	0.29228301550525754	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0089_000000018433	1641	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6139044349424462	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1654.0	93.954	100.0	0.20215237862296687	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0149_000000011851	1640	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6138309305863712	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1653.0	94.132	100.0	0.20203008438302555	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0249_000000012694	1640	0.7582415942549608	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.04007811515101753		0	0	False	False	0.9963414669036865	0					non-mobilizable	plasmid	1529.0	89.666	93.0	0.12319483662767244	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0271_000000011188	1640	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6138288660924909	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1653.0	93.95	100.0	0.20203008438302555	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0190_000000013842	1640	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17489656670318213	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	82.90700000000001	90.0	0.843103448275862	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0824_000000014184	1640	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.41207797367563803	PS879	0	0	False	True	0.9969512224197388	0					non-mobilizable	no_good_hit	1396.0	94.699	85.0	0.17035587623822918	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0832_000000008175	1639	0.7582415942549608	1	1	0	0	1	False	101734	fragment	False	FIJ0086_000000020259	0.9833193321089349		0	0	False	False	0.9975594878196716	0					non-mobilizable	chromosome	1578.0	86.185	96.0	0.23726500909642206	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
SPA0027_000000022909	1637	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17114427164082968	PS1004	0	0	False	True	0.9877825379371643	0					non-mobilizable	other	1486.0	82.97399999999999	90.0	0.843103448275862	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
AST0024_000000021660	1637	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17085198187375847	PS1004	0	0	False	True	0.9975565075874329	0					non-mobilizable	other	1485.0	83.098	90.0	0.8425287356321839	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
CHI0081_000000005973	1637	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13114593627488402	PS1004	0	0	False	True	0.998778223991394	0					non-mobilizable	plasmid	1637.0	100.0	100.0	0.2920385576579793	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
SPA0057_000000020015	1636	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1716123397931973	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	82.90700000000001	90.0	0.843103448275862	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0112_000000022684	1635	0.7582415942549608	1	1	0	0	1	False	32623	maximal	True	ISR0112_000000022684	1.0		1	1	False	False	0.9993883967399597	0					non-mobilizable	no_good_hit	109.0	79.817	7.0	0.010154229332311525	NZ_CABWIB010000002.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	False
AUS0020_000000016168	1635	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5884894558328084	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1649.0	94.118	100.0	0.20141861318331908	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0005_000000014541	1634	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1702880616214602	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	83.134	91.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0285_000000011548	1634	0.7582415942549608	2	1	0	0	1	False	94000	fragment	False	CHI0141_000000015838	0.2639296187683285		0	0	False	False	0.996940016746521	0	rep_cluster_269				non-mobilizable	plasmid	1647.0	94.05	100.0	0.43227513227513226	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
DEN0089_000000011727	1634	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.588036855637045	PS879	0	0	False	True	0.9987760186195374	0					non-mobilizable	plasmid	1647.0	94.111	100.0	0.20129631894337777	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
AST0052_000000014816	1634	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.2130796945034408	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1492.0	83.37799999999999	91.0	0.8528735632183908	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
SPA0054_000000018070	1633	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.17023475054581597	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1505.0	83.12299999999999	91.0	0.8540229885057471	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
SPA0041_000000020624	1632	0.7582415942549608	1	1	0	0	1	False	96440	fragment	False	SPA0023_000000015338	0.8382046636778343		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	92.90100000000001	100.0	0.27604871447902574	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0344_000000021202	1631	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.587309904138571	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1644.0	93.917	100.0	0.20092943622355386	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0027_000000014029	1631	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.4889948609744137	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1631.0	99.939	100.0	0.199339611104317	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0047_000000009492	1630	0.7582415942549608	1	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.5768085881998728		0	0	False	False	1.0	0					non-mobilizable	plasmid	1585.0	85.426	96.0	0.19285801638742814	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0072_000000018020	1630	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.45064647985005457	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1274.0	94.976	94.0	0.15568056744527334	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0094_000000010648	1630	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13350279608705465	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1630.0	100.0	100.0	0.2903225806451613	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0066_000000006654	1629	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13512015123568424	PS1004	0	0	False	True	0.9993861317634583	0					non-mobilizable	plasmid	1629.0	99.87700000000001	100.0	0.29061049625133883	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0018_000000012410	1628	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1311032230906015	PS1004	0	0	False	True	0.998157262802124	0					non-mobilizable	plasmid	1628.0	99.939	100.0	0.2904319885755087	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0280_000000008662	1628	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.133323160713957	PS1004	0	0	False	True	0.9907862544059753	0					non-mobilizable	other	1622.0	100.0	100.0	0.28889680983781857	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AUS0020_000000016230	1628	0.7582415942549608	2	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.5715229099355628		0	0	False	False	1.0	0					non-mobilizable	plasmid	1655.0	86.042	100.0	0.20141861318331908	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0061_000000004775	1627	0.7582415942549608	1	1	0	0	1	False	117215	fragment	False	ENG0071_000000010589	0.6647526805768792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0021_000000011156	1624	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16809950696817888	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	83.134	92.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
CHI0046_000000007095	1623	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13335754674228073	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1623.0	100.0	100.0	0.28953945019635846	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0136_000000008551	1622	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1679867726596029	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1503.0	83.1	92.0	0.8528735632183908	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
SPA0083_000000010917	1622	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1333165911886709	PS1004	0	0	False	True	0.9969173669815063	0					non-mobilizable	other	1622.0	100.0	100.0	0.28889680983781857	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0064_000000025951	1622	0.7582415942549608	1	1	0	0	1	False	71237	fragment	False	DEN0064_000000025951	1.0		0	0	False	False	0.9932182431221008	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.018867924528301886	XM_003667618.1	budding yeasts	Naumovozyma dairenensis CBS 421 hypothetical protein (NDAI0A02650), partial mRNA	True	False
ISR0075_000000016541	1620	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.6031581865516705	PS879	0	0	False	True	0.9919753074645996	0					non-mobilizable	plasmid	1633.0	93.876	100.0	0.1995841995841996	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
AST0055_000000022264	1620	0.7582415942549608	2	1	0	0	1	False	113700	maximal	True	AST0055_000000022264	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0260_000000009354	1619	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16224694224426253	PS1004	0	0	False	True	0.9913526773452759	0					non-mobilizable	no_good_hit	1465.0	82.662	89.0	0.8310344827586207	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
FIJ0086_000000020259	1618	0.7582415942549608	1	1	0	0	1	False	101734	fragment	False	FIJ0086_000000020259	0.9848392545756012		0	0	False	False	0.988875150680542	0					non-mobilizable	chromosome	1624.0	86.39200000000001	100.0	0.24423893268647665	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
MON0037_000000045957	1617	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9756588500592397		0	0	False	False	1.0	0					non-mobilizable	chromosome	1527.0	84.87200000000001	93.0	0.22983626440266827	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
MAD0048_000000014719	1617	0.7582415942549608	1	1	0	0	1	False	17541	maximal	True	MAD0048_000000014719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	87.87899999999999	6.0	0.00870195794053662	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0356_000000012714	1617	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16058479733766906	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1463.0	82.63799999999999	89.0	0.8298850574712644	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	True
MAD0087_000000019025	1615	0.7582415942549608	1	1	0	0	1	False	15976	fragment	False	MAD0087_000000019025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	80.732	88.0	0.17634829399535282	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
ENG0139_000000013190	1614	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5847227892940094	PS879	0	0	False	True	0.9993804097175598	0					non-mobilizable	plasmid	1627.0	93.854	100.0	0.19885043414455178	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0003_000000011219	1614	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.44832998228471166	PS879	0	0	False	True	0.9956629276275635	0					non-mobilizable	plasmid	1634.0	91.738	100.0	0.1989727283844931	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0229_000000010079	1614	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5843097408771332	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1627.0	93.977	100.0	0.19885043414455178	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0127_000000018212	1612	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.15887260623600744	PS1004	0	0	False	True	0.9950371980667114	0					non-mobilizable	other	1463.0	82.63799999999999	90.0	0.8298850574712644	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
CHI0028_000000008871	1612	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.13310240209005417	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1612.0	100.0	100.0	0.28757586576222777	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MON0026_000000030542	1611	0.7582415942549608	1	1	0	0	1	False	41921	fragment	False	MON0026_000000030542	1.0		0	0	False	False	0.9925512075424194	0					non-mobilizable	no_good_hit	1354.0	78.508	83.0	0.20436628259551243	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
SPA0106_000000023847	1611	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.14703606469330954	PS1004	0	0	False	True	0.9875853657722473	0					non-mobilizable	other	1596.0	83.02	98.0	0.9057471264367816	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ENG0175_000000015644	1610	0.7582415942549608	1	1	0	0	1	False	55598	fragment	False	ENG0175_000000015644	0.9882044560943644		0	0	False	False	1.0	0					non-mobilizable	chromosome	1566.0	78.161	96.0	0.2345360824742268	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
SPA0056_000000022220	1609	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.576722932109758	PS879	0	0	False	True	0.9869484305381775	0					non-mobilizable	plasmid	1622.0	93.958	100.0	0.1982389629448453	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0845_000000006457	1609	0.7582415942549608	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.015927380489680492		0	0	False	False	1.0	0					non-mobilizable	plasmid	1502.0	82.024	93.0	0.12069382815651472	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0370_000000016731	1608	0.7582415942549608	1	1	0	0	1	False	23510	fragment	False	ISR0370_000000016731	1.0		0	0	False	False	0.9975124597549438	0					non-mobilizable	no_good_hit	1374.0	82.678	85.0	0.1707560094656869	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0074_000000013504	1607	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1621307567599042	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1472.0	82.745	91.0	0.8350574712643678	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0391_000000009504	1607	0.7582415942549608	1	1	0	0	1	False	97205	fragment	False	ISR0391_000000009504	0.9926833828794904		0	0	False	False	1.0	0					non-mobilizable	plasmid	1609.0	98.633	100.0	0.19400821454457598	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0074_000000013523	1604	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5583435820248562	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1617.0	93.321	100.0	0.1976274917451388	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0334_000000013308	1603	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5717367522381739	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1616.0	93.99799999999999	100.0	0.19750519750519752	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0098_000000015577	1603	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.0703119650784816	PS1004	0	0	False	True	0.9950093626976013	0					non-mobilizable	other	1502.0	83.22200000000001	93.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
CHI0136_000000008654	1602	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5592225804093156	PS879	0	0	False	True	0.9975031018257141	0					non-mobilizable	plasmid	1616.0	94.369	100.0	0.1973829032652562	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0028_000000020158	1602	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.575739899358119	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1615.0	93.80799999999999	100.0	0.1973829032652562	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0387_000000015011	1602	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.1275942324238034	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1541.0	91.88799999999999	96.0	0.187477069830011	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0040_000000016419	1602	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5777251879055343	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1616.0	94.369	100.0	0.1973829032652562	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0057_000000020481	1602	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5761127588070463	PS879	0	0	False	True	0.9925093650817871	0					non-mobilizable	plasmid	1615.0	93.932	100.0	0.1973829032652562	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0785_000000023713	1600	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.575416667512155	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1613.0	93.8	100.0	0.1971383147853736	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0005_01_000000019691	1600	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.026553630247688743	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1320.0	99.242	83.0	0.2350739618606309	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0131_000000022104	1597	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.3638423364649018	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1527.0	92.6	97.0	0.1858872447107741	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0030_000000003950	1597	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1291884363241132	PS1004	0	0	False	True	0.9968691468238831	0					non-mobilizable	plasmid	1594.0	99.81200000000001	100.0	0.2843627275972867	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0007_000000005010	1597	0.7582415942549608	1	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.5711054661966786		0	0	False	False	1.0	0					non-mobilizable	plasmid	1586.0	85.435	98.0	0.19298031062736945	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0142_000000011650	1595	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.12913408138843047	PS1004	0	0	False	True	0.9905956387519836	0					non-mobilizable	plasmid	1595.0	100.0	100.0	0.28454123527311675	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0141_000000016742	1594	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.15954934587934327	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1502.0	83.755	93.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0387_000000015086	1594	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16308716479095753	PS1004	0	0	True	True	1.0	3					non-mobilizable	other	1506.0	83.134	93.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
AST0102_000000019761	1594	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16308716479095753	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	83.134	93.0	0.8545977011494252	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
MON0098_000000021871	1590	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.979325661681949		0	0	False	False	0.9993710517883301	0					non-mobilizable	chromosome	1600.0	85.5	99.0	0.24090357792601577	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
MON0050_000000024689	1590	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9798449581241028		0	0	False	False	1.0	0					non-mobilizable	chromosome	1600.0	85.56200000000001	99.0	0.24090357792601577	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0324_000000019351	1588	0.7582415942549608	1	1	0	0	1	False	59029	fragment	False	ENG0122_000000017727	0.9419452887537993		0	0	False	False	0.989294707775116	0					non-mobilizable	no_good_hit	114.0	78.947	7.0	0.019513068385248838	HM560030.1	bacteria	Uncultured bacterium plasmid pTRACA73, complete sequence	True	False
ISR0146_000000026666	1585	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.428780389412453	PS879	0	0	False	True	0.9981072545051575	0					non-mobilizable	plasmid	1598.0	88.92399999999999	100.0	0.19530390118625413	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
DEN0017_000000018318	1584	0.7582415942549608	1	1	0	0	1	False	75204	fragment	False	ISR0775_000000011607	0.9590129270561204		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	88.436	96.0	0.248480867137461	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0805_000000007403	1582	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1574989652490514	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	82.87299999999999	93.0	0.8413793103448276	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
FIJ0011_000000028635	1581	0.7582415942549608	1	1	0	0	1	False	65053	fragment	False	ENG0038_000000014941	0.9830269072064983		0	0	False	False	1.0	0					non-mobilizable	plasmid	1546.0	83.24700000000001	97.0	0.227063880243071	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
CHI0020_000000006626	1580	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.12782294680050096	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1488.0	99.93299999999999	94.0	0.18185153479271127	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0011_000000028689	1578	0.7582415942549608	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.015402186692728163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1327.0	83.195	84.0	0.16502677793000373	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MON0073_000000002836	1578	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.11767726523018547	PS1004	0	0	False	True	0.9955639839172363	0					non-mobilizable	plasmid	1578.0	99.87299999999999	100.0	0.2815066047840057	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0145_000000018633	1578	0.7582415942549608	1	1	0	0	1	False	113549	fragment	False	ENG0182_000000018053	0.9623193670558847		0	0	False	False	0.9987325668334961	0					non-mobilizable	other	1589.0	90.245	100.0	0.2800141242937853	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
TAN0007_000000026189	1578	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.15813431705300807	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1510.0	83.179	95.0	0.8568965517241379	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ENG0195_000000016764	1577	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.1831958935762144	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1589.0	94.273	100.0	0.19408095878684115	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0182_000000018053	1577	0.7582415942549608	1	1	0	0	1	False	113549	fragment	False	ENG0182_000000018053	0.9889308608713409		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	99.914	100.0	0.19034324191164395	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
ENG0129_000000017106	1576	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.47562429908409615	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1511.0	93.647	95.0	0.18466430231136113	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0135_000000018054	1576	0.7582415942549608	1	1	0	0	1	False	65053	fragment	False	ENG0038_000000014941	0.9816938076113763		0	0	False	False	1.0	0					non-mobilizable	plasmid	1543.0	83.279	97.0	0.22661923817993182	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
SPA0043_000000010788	1575	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.42837154476334105	PS879	0	0	False	True	0.9707936644554138	0					non-mobilizable	plasmid	1595.0	91.661	100.0	0.19420325302678243	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
DEN0011_000000029527	1574	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.15439040960629652	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1488.0	82.863	93.0	0.843103448275862	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0025_000000025054	1572	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.05140136388009355		0	0	False	False	0.9993638396263123	0					non-mobilizable	plasmid	1570.0	97.70700000000001	99.0	0.1264219443323921	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0139_000000017944	1572	0.7582415942549608	1	1	0	0	1	False	113549	fragment	False	ENG0182_000000018053	0.9621152712292115		0	0	False	False	1.0	0					non-mobilizable	plasmid	1509.0	100.0	100.0	0.25293525662529354	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
FIJ0066_000000021070	1572	0.7582415942549608	2	1	0	0	1	False	96440	fragment	False	SPA0023_000000015338	0.7454691320580011		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	94.52600000000001	99.0	0.2655615696887686	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0004_000000028807	1570	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.08603631397658827	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1570.0	100.0	100.0	0.2796292995900909	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0267_000000011374	1570	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1057160535662667	PS1004	0	0	False	True	0.9993630647659302	0					non-mobilizable	other	1561.0	83.40799999999999	99.0	0.8919540229885058	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ENG0082_000000013174	1568	0.7582415942549608	2	1	0	0	1	False	99531	fragment	False	CHI0124_000000007386	0.43764791511459133		0	0	False	False	0.9955357313156128	0					non-mobilizable	plasmid	1583.0	85.59700000000001	99.0	0.19261342790754554	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0144_000000011004	1565	0.7582415942549608	1	1	0	0	1	False	113549	fragment	False	ENG0182_000000018053	0.9865332293526432		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	99.82600000000001	100.0	0.18837247495483658	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
SPA0032_000000018696	1565	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.1532746313219806	PS1004	0	0	False	True	0.9929712414741516	0					non-mobilizable	other	1486.0	82.90700000000001	94.0	0.843103448275862	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
USA0034_01_000000033269	1563	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5084003512696035	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1547.0	93.859	98.0	0.1889446007093066	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
DEN0028_000000019809	1563	0.7582415942549608	2	1	0	0	1	False	73934	fragment	False	DEN0028_000000019809	0.9969824786602652		0	0	False	False	0.985924482345581	0					non-mobilizable	no_good_hit								True	False
SPA0084_000000012091	1563	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.7756604094107349		0	0	False	False	0.9942418336868286	0					non-mobilizable	plasmid	1565.0	96.93299999999999	100.0	0.2641029984753515	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
CHI0139_000000007441	1563	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.11550488923259888	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1563.0	100.0	100.0	0.2788289896465548	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0805_000000007514	1562	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.4525659407397717	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1576.0	89.53	100.0	0.19249113366760426	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
DEN0052_000000029578	1559	0.7582415942549608	1	1	0	0	1	False	99899	fragment	False	DEN0052_000000029578	0.9955394201106531		0	0	False	False	0.9987171292304993	0					non-mobilizable	no_good_hit	1320.0	82.42399999999999	85.0	0.16427948686013202	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0124_000000018796	1559	0.7582415942549608	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.06522460524475855		0	0	False	False	0.9993585348129272	0					non-mobilizable	no_good_hit								True	False
ISR0278_000000007554	1559	0.7582415942549608	1	1	0	0	1	False	99899	fragment	False	DEN0052_000000029578	0.9954662134213448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	82.348	85.0	0.16427948686013202	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0017_000000008267	1558	0.7582415942549608	1	1	0	0	1	False	7824	fragment	False	SPA0017_000000008267	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	88.626	100.0	0.3556265692764209	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	False
MON0075_000000016599	1557	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9758999308786717		0	0	False	False	0.9967886805534363	0					non-mobilizable	chromosome	1567.0	85.258	99.0	0.23590054578532443	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
MON0011_000000030039	1557	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9758999308786717		0	0	False	False	0.9987154603004456	0					non-mobilizable	chromosome	1567.0	85.258	99.0	0.23590054578532443	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0269_000000012403	1556	0.7582415942549608	1	1	0	0	1	False	99899	fragment	False	DEN0052_000000029578	0.9701986883750199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	82.916	85.0	0.16390584132519617	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0249_000000013625	1556	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.11297664507608651	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1463.0	83.459	93.0	0.8327586206896552	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
CHI0041_000000009523	1555	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.11537909007304918	PS1004	0	0	False	True	0.9974276423454285	0					non-mobilizable	plasmid	1555.0	99.87100000000001	100.0	0.2774009282399143	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ENG0013_000000017597	1555	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5119708064416157	PS879	0	0	False	True	0.9942122101783752	0					non-mobilizable	plasmid	1569.0	94.264	100.0	0.19163507398801516	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
TAN0019_000000004927	1554	0.7582415942549608	1	1	0	0	1	False	75601	fragment	False	TAN0019_000000004927	1.0		0	0	False	False	0.9993565082550049	0					non-mobilizable	no_good_hit	1315.0	95.665	85.0	0.11901740391588107	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
TAN0027_000000007417	1554	0.7582415942549608	1	1	0	0	1	False	75601	fragment	False	TAN0019_000000004927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	95.665	85.0	0.11901740391588107	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MON0087_000000033000	1554	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9725790716117767		0	0	False	False	1.0	0					non-mobilizable	chromosome	1567.0	85.195	99.0	0.23590054578532443	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ENG0060_000000020191	1553	0.7582415942549608	2	1	0	0	1	False	73934	fragment	False	DEN0028_000000019809	0.9944278764562983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0087_000000007805	1552	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.11523267769585933	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1552.0	100.0	100.0	0.2764213152735698	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0069_000000005804	1552	0.7582415942549608	1	1	0	0	1	False	16397	fragment	False	MAD0069_000000005804	1.0		0	0	False	False	0.9980670213699341	0					non-mobilizable	no_good_hit	1304.0	84.04899999999999	84.0	0.21032005225342912	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	False
SPA0111_000000022128	1548	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.11515838303569896	PS1004	0	0	False	True	0.9987080097198486	0					non-mobilizable	other	1548.0	99.935	100.0	0.2757084298698984	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0019_000000043437	1547	0.7582415942549608	1	1	0	0	1	False	122489	fragment	False	ISR0395_000000012012	0.05386096743303465		0	0	False	False	0.9909502267837524	0					non-mobilizable	plasmid	1547.0	100.0	100.0	0.19255199900361192	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
FIJ0087_000000020880	1546	0.7582415942549608	1	1	0	0	1	False	54953	fragment	False	MON0043_000000018902	0.9848211254954721		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	83.15899999999999	98.0	0.24667433076038758	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
CAN0015_000000022975	1546	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5106070159146133	PS879	0	0	False	True	0.9993531703948975	0					non-mobilizable	plasmid	1560.0	94.23100000000001	100.0	0.19053442582854346	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0211_000000015688	1544	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.5280039674682838	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1557.0	93.57700000000001	100.0	0.19028983734866087	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0084_01_000000020893	1543	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.07703203524296463	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1092.0	74.267	70.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0027_000000024376	1542	0.7582415942549608	1	1	0	0	1	False	7476	fragment	False	SPA0027_000000024376	1.0		0	0	False	False	0.9974059462547302	0					non-mobilizable	plasmid	1542.0	98.70299999999999	100.0	0.29147727272727275	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	False	True
MON0042_000000016994	1542	0.7582415942549608	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.08068013810426945		0	0	False	False	0.9928663969039917	0					non-mobilizable	plasmid	1524.0	98.491	99.0	0.12287212585720049	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0099_000000010609	1542	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.724962101662072		0	0	False	False	0.9948119521141052	0					non-mobilizable	plasmid	1542.0	98.833	100.0	0.26105370150770796	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ISR0852_000000007877	1542	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16746830416452854	PS1004	0	0	False	True	0.9993515014648438	0					non-mobilizable	other	1467.0	83.095	95.0	0.8385057471264368	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
CHI0137_000000010859	1539	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.11333041603498702	PS1004	0	0	False	True	0.9993502497673035	0					non-mobilizable	plasmid	1539.0	100.0	100.0	0.27454480542663334	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0121_000000005112	1538	0.7582415942549608	1	1	0	0	1	False	94000	fragment	False	CHI0141_000000015838	0.2644323418516967		0	0	False	False	0.9986996054649353	0	rep_cluster_269				non-mobilizable	other	1493.0	97.12	100.0	0.41192711209276645	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0282_000000015846	1538	0.7582415942549608	1	1	0	0	1	False	34141	fragment	False	ISR0282_000000015846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	82.01799999999999	14.0	0.03865230032495297	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
CHI0132_000000019819	1537	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9699494429387215		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	85.133	99.0	0.23286840509399637	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
MON0015_000000024703	1537	0.7582415942549608	1	1	0	0	1	False	99899	fragment	False	DEN0052_000000029578	0.991046751563098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	78.582	85.0	0.19784718010915706	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
CHI0061_000000005160	1537	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.11326452377480888	PS1004	0	0	False	True	0.9986987709999084	0					non-mobilizable	plasmid	1537.0	100.0	100.0	0.27418779007497324	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0057_000000014543	1535	0.7582415942549608	2	1	0	0	1	False	73934	fragment	False	DEN0028_000000019809	0.9871683902962599		0	0	False	False	0.9915309548377991	0					non-mobilizable	no_good_hit								True	False
ISR0080_000000021381	1534	0.7582415942549608	1	1	0	0	1	False	99899	fragment	False	DEN0052_000000029578	0.9901148231251296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	78.533	85.0	0.19739235900545785	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
CHI0033_000000004678	1534	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.10986728014378493	PS1004	0	0	False	True	0.9986962080001831	0					non-mobilizable	plasmid	1534.0	100.0	100.0	0.273652267047483	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0181_000000012457	1534	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.021100998385530964		0	0	False	False	0.9980443120002747	0					non-mobilizable	plasmid	1422.0	97.75	93.0	0.1145623235175474	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0026_000000032662	1532	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9119852750529975		0	0	False	False	1.0	0					non-mobilizable	chromosome	1542.0	85.01899999999999	99.0	0.23211036992116435	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
FIJ0034_000000018035	1532	0.7582415942549608	1	1	0	0	1	False	48084	fragment	False	FIJ0034_000000018035	1.0		0	0	False	False	0.997389018535614	0					non-mobilizable	chromosome	1518.0	76.943	97.0	0.132070340826686	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	False	False
CHI0160_000000020965	1532	0.7582415942549608	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.14744947592190516		0	0	False	False	0.9928198456764221	0					non-mobilizable	no_good_hit								True	False
USA0145_01_000000015424	1532	0.7582415942549608	1	1	0	0	1	False	113549	fragment	False	ENG0182_000000018053	0.9777862971701173		0	0	False	False	1.0	0					non-mobilizable	plasmid	1532.0	99.935	100.0	0.2567930224756793	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
AST0055_000000023673	1532	0.7582415942549608	1	1	0	0	1	False	113549	fragment	False	ENG0182_000000018053	0.9777862971701173		0	0	False	False	1.0	0					non-mobilizable	plasmid	1532.0	99.935	100.0	0.2567930224756793	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
DEN0031_000000022633	1532	0.7582415942549608	1	1	0	0	1	False	113549	fragment	False	ENG0182_000000018053	0.977423416466294		0	0	False	False	0.9980417490005493	0					non-mobilizable	plasmid	1532.0	99.869	100.0	0.2567930224756793	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
SPA0033_000000020624	1532	0.7582415942549608	1	1	0	0	1	False	113549	fragment	False	ENG0182_000000018053	0.9776463941356597		0	0	False	False	0.9980417490005493	0					non-mobilizable	plasmid	1532.0	100.0	100.0	0.2567930224756793	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
MON0043_000000018902	1531	0.7582415942549608	1	1	0	0	1	False	54953	fragment	False	MON0043_000000018902	0.9868887661850568		0	0	False	False	0.9934683442115784	0					non-mobilizable	other	1538.0	83.355	99.0	0.24864509771719495	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
CHI0096_000000005607	1531	0.7582415942549608	1	1	0	0	1	False	84378	fragment	False	CHI0096_000000005607	0.9630874846848826		0	0	False	False	0.9986936450004578	0					non-mobilizable	other	1531.0	99.935	100.0	0.2368054480730537	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
MON0027_000000026958	1529	0.7582415942549608	1	1	0	0	1	False	41920	fragment	False	MON0027_000000026958	1.0		0	0	False	False	0.9117069840431213	0					non-mobilizable	no_good_hit	1166.0	72.727	76.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	False
ISR0054_000000017004	1527	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.7240863640855764		0	0	False	False	1.0	0					non-mobilizable	plasmid	1527.0	99.738	100.0	0.2585126207013383	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
FIJ0126_000000026161	1527	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.7181925092551489		0	0	False	False	0.9993451237678528	0					non-mobilizable	chromosome	1425.0	88.0	92.0	0.21588841722255914	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
SPA0030_000000019919	1526	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.10959180252062428	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1526.0	99.934	100.0	0.27178756014970595	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0076_000000004237	1526	0.7582415942549608	1	1	0	0	1	False	55598	fragment	False	ENG0175_000000015644	0.9627329192546583		0	0	False	False	0.9941022396087646	0					non-mobilizable	chromosome	1442.0	77.115	94.0	0.21588841722255914	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
SPA0075_000000014283	1524	0.7582415942549608	1	1	0	0	1	False	97205	fragment	False	ISR0391_000000009504	0.9875253271938883		0	0	False	False	1.0	0					non-mobilizable	plasmid	1524.0	99.738	100.0	0.18398163807683016	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ENG0163_000000017001	1522	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.16053454748574897	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1495.0	83.478	98.0	0.8540229885057471	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0388_000000023162	1521	0.7582415942549608	1	1	0	0	1	False	117215	fragment	False	ENG0071_000000010589	0.4013090126370625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0333_000000015636	1521	0.7582415942549608	1	1	0	0	1	False	101734	fragment	False	FIJ0086_000000020259	0.9726805368007245		0	0	False	False	0.9934253692626953	0					non-mobilizable	plasmid	1418.0	76.657	93.0	0.20483177708611236	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
MON0086_000000020169	1520	0.7582415942549608	1	1	0	0	1	False	57466	fragment	False	MON0086_000000020169	1.0		0	0	False	False	0.9993420839309692	0					non-mobilizable	plasmid	1421.0	99.93	93.0	0.17685888653630588	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CHI0071_000000007270	1518	0.7582415942549608	2	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.4781058776551743		0	0	False	False	1.0	0					non-mobilizable	plasmid	1513.0	97.22399999999999	99.0	0.01303058003759982	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ISR0833_000000004674	1517	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.10732366673319708	PS1004	0	0	False	True	0.9947264194488525	0					non-mobilizable	other	1517.0	100.0	100.0	0.2701835679914454	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0102_000000021159	1517	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.157420255892831	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1484.0	83.42299999999999	97.0	0.8477011494252874	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
AUS0018_000000018689	1516	0.7582415942549608	1	1	0	0	1	False	99899	fragment	False	DEN0052_000000029578	0.9835158953301816		0	0	False	False	0.9828495979309082	0					non-mobilizable	no_good_hit	1286.0	78.383	84.0	0.19390539721043057	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
CAN0001_000000028830	1516	0.7582415942549608	1	1	0	0	1	False	97205	fragment	False	ISR0391_000000009504	0.9877578232451801		0	0	False	False	1.0	0					non-mobilizable	plasmid	1517.0	99.275	100.0	0.1831360231940082	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0016_000000022471	1515	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.9040276872252287		0	0	False	False	1.0	0					non-mobilizable	chromosome	1525.0	84.852	99.0	0.22953305033353547	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
MAD0110_000000017798	1514	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.8938077928330327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	86.662	88.0	0.20557913887204365	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
SPA0058_000000020263	1513	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.10592955347043038	PS1004	0	0	False	True	0.9993390440940857	0					non-mobilizable	other	1513.0	99.934	100.0	0.269470682587774	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0083_000000020114	1513	0.7582415942549608	1	1	0	0	1	False	99899	fragment	False	DEN0052_000000029578	0.9799977383463978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1286.0	78.538	84.0	0.19390539721043057	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
CHI0036_000000006712	1513	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.10584354777907351	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1513.0	100.0	100.0	0.26990360585505174	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
MAD0042_000000016160	1510	0.7582415942549608	1	1	0	0	1	False	42969	fragment	False	MAD0042_000000016160	1.0		0	0	False	False	0.9807947278022766	0					non-mobilizable	no_good_hit	410.0	74.634	27.0	0.044502904746245756	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	False
ISR0836_000000013445	1504	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.45730320563787236	PS879	0	0	False	True	0.9946808218955994	0					non-mobilizable	plasmid	1518.0	94.137	100.0	0.18539806775100892	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0141_000000017672	1502	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.41625128481847	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1523.0	91.98899999999999	100.0	0.18503118503118504	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0044_01_000000018252	1502	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.004596189307734678	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	328.0	95.12200000000001	32.0	0.00020226862510530958	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
MON0062_000000024070	1500	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.5383597631299052		0	0	False	False	1.0	0					non-mobilizable	plasmid	1500.0	96.2	100.0	0.012927094292761171	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
AST0102_000000020939	1500	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.013564527872443267	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1505.0	88.837	100.0	0.18258530023235905	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0015_01_000000022317	1499	0.7582415942549608	1	1	0	0	1	False	93417	fragment	False	USA0015_01_000000022317	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1261.0	87.55	92.0	0.19087325651910247	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
DEN0034_000000005392	1498	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.06500616482828005		0	0	False	False	0.9993324279785156	0					non-mobilizable	plasmid	1496.0	98.86399999999999	99.0	0.12061315046389673	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CAN0018_000000022814	1497	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.06393410069811435		0	0	False	False	1.0	0					non-mobilizable	plasmid	1497.0	98.86399999999999	100.0	0.12069382815651472	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0026_000000007661	1494	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.09669620232531785	PS1004	0	0	False	True	0.9979919791221619	0					non-mobilizable	plasmid	1494.0	100.0	100.0	0.2665119600142806	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
SPA0010_000000017101	1494	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.030922562143918274	PS1004	0	0	False	True	0.9993306398391724	0					non-mobilizable	other	1439.0	83.322	96.0	0.8178160919540229	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0841_000000010084	1489	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.07114096739684586	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1348.0	83.531	90.0	0.7666666666666667	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
FIJ0029_000000021395	1488	0.7582415942549608	1	1	0	0	1	False	65053	fragment	False	ENG0038_000000014941	0.7353360325422129		0	0	False	False	0.9993279576301575	0					non-mobilizable	other	1435.0	83.275	95.0	0.23271473148300215	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0172_000000018994	1488	0.7582415942549608	1	1	0	0	1	False	65053	fragment	False	ENG0038_000000014941	0.7350887070687125		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	83.275	95.0	0.23271473148300215	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0001_000000013985	1488	0.7582415942549608	1	1	0	0	1	False	65053	fragment	False	ENG0038_000000014941	0.7346832538279763		0	0	False	False	1.0	0					non-mobilizable	other	1137.0	84.169	97.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0258_000000018993	1488	0.7582415942549608	1	1	0	0	1	False	65053	fragment	False	ENG0038_000000014941	0.7353360325422129		0	0	False	False	0.9993279576301575	0					non-mobilizable	other	1435.0	83.275	95.0	0.23271473148300215	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0021_000000020365	1483	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.08710768664878385	PS1004	0	0	False	True	0.9804450273513794	0					non-mobilizable	plasmid	1483.0	100.0	100.0	0.26454837558014993	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0005_000000010390	1483	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.6887445084745125		0	0	False	False	1.0	0					non-mobilizable	plasmid	1484.0	96.15899999999999	100.0	0.251228189056412	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
MON0055_000000016794	1480	0.7582415942549608	2	1	0	0	1	False	86306	fragment	False	MON0055_000000016794	0.9941470913352508		0	0	False	False	0.9986486434936523	0					non-mobilizable	chromosome	1435.0	84.87799999999999	97.0	0.21558520315342633	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
SPA0030_000000020568	1478	0.7582415942549608	1	1	0	0	1	False	7310	maximal	True	SPA0030_000000020568	1.0		2	1	False	False	0.9939106702804565	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000019944	1475	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.02489146860689482	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1277.0	97.494	86.0	0.2270540010693281	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0132_000000019585	1474	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.09943627021993108	PS879	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1302.0	94.854	88.0	0.1586156292038645	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0142_000000012651	1474	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.6879866003068211		0	0	False	False	0.998643159866333	0					non-mobilizable	plasmid	1474.0	96.404	100.0	0.2495341351854989	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ISR0094_000000012155	1473	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.49845741786232933		0	0	False	False	0.9986422061920166	0					non-mobilizable	plasmid	1475.0	94.37299999999999	100.0	0.24885651363713365	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ENG0153_000000020278	1473	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.02413691963145873	PS1004	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1272.0	98.035	86.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0154_000000014192	1472	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.08525955805500954	PS1004	0	0	False	True	0.9993206262588501	0					non-mobilizable	other	1472.0	100.0	100.0	0.2621636072001426	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
TAN0024_000000005863	1471	0.7582415942549608	1	1	0	0	1	False	2337	fragment	False	TAN0024_000000005863	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	95.82	90.0	0.47157816005983544	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	False
CHI0118_000000007097	1468	0.7582415942549608	2	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.45164367652302545		0	0	False	False	0.9918256402015686	0					non-mobilizable	other	1468.0	96.79799999999999	100.0	0.2588276836158192	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0019_000000045732	1468	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.08508155445733698	PS1004	0	0	False	True	0.972752034664154	0					non-mobilizable	plasmid	1468.0	100.0	100.0	0.261870760442699	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0176_000000023314	1466	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.12614216466082498	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1265.0	94.78299999999999	91.0	0.15335697688638866	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
MON0028_000000017817	1465	0.7582415942549608	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.042919946603697946	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1477.0	88.084	99.0	0.28444444444444444	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
DEN0041_000000023282	1462	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.4979536771043287		0	0	False	False	0.9863201379776001	0					non-mobilizable	plasmid	1344.0	91.071	100.0	0.22509225092250923	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
MON0100_000000031565	1462	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.7637648927938525		0	0	False	False	0.9931600689888	0					non-mobilizable	chromosome	1455.0	85.49799999999999	99.0	0.2189205579138872	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
DEN0005_000000026224	1461	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.3041235684903242	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1473.0	93.89	100.0	0.18001712119359178	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0125_01_000000016028	1460	0.7582415942549608	1	1	0	0	1	False	113549	fragment	False	ENG0182_000000018053	0.8234762877608809		0	0	False	False	0.999315083026886	0					non-mobilizable	other	1010.0	100.0	100.0	0.165708654951552	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
CHI0093_000000004562	1459	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.05368609456524043	PS1004	0	0	False	True	0.9856065511703491	0					non-mobilizable	other	1459.0	99.794	100.0	0.25984672963821065	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0017_000000013494	1458	0.7582415942549608	1	1	0	0	1	False	54953	fragment	False	MON0043_000000018902	0.963816886922636		0	0	False	False	1.0	0					non-mobilizable	plasmid	1359.0	85.21	93.0	0.1298390187811422	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
ISR0087_000000025929	1454	0.7582415942549608	2	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.44491686470059694		0	0	False	False	1.0	0					non-mobilizable	plasmid	1454.0	96.42399999999999	100.0	0.012521775125476465	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ISR0836_000000013876	1454	0.7582415942549608	1	1	0	0	1	False	80867	fragment	False	MON0101_000000039338	0.7074217341780351		0	0	False	False	1.0	0					non-mobilizable	chromosome	1352.0	87.426	91.0	0.20482110369921164	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
MON0058_000000036284	1454	0.7582415942549608	1	1	0	0	1	False	69424	fragment	False	MON0058_000000036284	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	89.262	93.0	0.1546771733604474	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0031_000000014928	1452	0.7582415942549608	1	1	0	0	1	False	97205	fragment	False	ISR0391_000000009504	0.9586627058904499		0	0	False	False	0.9951790571212769	0					non-mobilizable	plasmid	1452.0	99.931	100.0	0.17528388499637593	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ENG0188_000000017373	1451	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.6229028377068756		0	0	False	False	0.9993107914924622	0					non-mobilizable	other	1451.0	100.0	100.0	0.2560028248587571	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
CHI0074_000000009483	1450	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.029190200932122965	PS1072	0	0	False	True	0.9993103742599487	0					non-mobilizable	no_good_hit	468.0	85.897	32.0	0.0002876900158599925	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ISR0264_000000007892	1450	0.7582415942549608	1	1	0	0	1	False	84382	fragment	False	ISR0264_000000007892	1.0		0	0	False	False	0.9986206889152527	0					non-mobilizable	other	1206.0	99.171	93.0	0.18634886240520043	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
MON0003_000000010891	1446	0.7582415942549608	1	1	0	0	1	False	14268	fragment	False	MON0003_000000010891	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	73.646	46.0	0.06746963356129428	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
MON0052_000000020068	1446	0.7582415942549608	1	1	0	0	1	False	99899	fragment	False	DEN0052_000000029578	0.9482147242347388		0	0	False	False	0.9993084073066711	0					non-mobilizable	no_good_hit	1217.0	77.979	84.0	0.18359611885991511	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
ISR0183_000000021453	1444	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.6560922451146736		0	0	False	False	1.0	0					non-mobilizable	plasmid	1444.0	96.399	100.0	0.2444519735727596	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
FIJ0057_000000024392	1442	0.7582415942549608	1	1	0	0	1	False	46105	fragment	False	FIJ0057_000000024392	1.0		0	0	False	False	0.9916782379150391	0					non-mobilizable	no_good_hit	60.0	95.0	4.0	0.022064323111443532	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	False
ENG0198_000000014173	1439	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.3762037567180122		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	97.70700000000001	100.0	0.2538841807909605	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
USA0005_01_000000021543	1437	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.1149042704930416	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1392.0	95.833	97.0	0.17011128775834658	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
AST0102_000000021900	1434	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.16124442494183827	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1446.0	93.914	100.0	0.17671517671517672	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0845_000000007320	1432	0.7582415942549608	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.06451232350050856		0	0	False	False	0.9993016719818115	0					non-mobilizable	plasmid	1432.0	99.022	100.0	0.1154497781363453	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0047_000000010864	1430	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.04689428624253331	PS1004	0	0	False	True	0.9846153855323792	0					non-mobilizable	other	1430.0	99.441	100.0	0.2546783104615933	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0015_000000012190	1429	0.7582415942549608	1	1	0	0	1	False	66849	fragment	False	ENG0015_000000012190	1.0		0	0	False	False	0.9958012700080872	0					non-mobilizable	chromosome	1377.0	88.45299999999999	96.0	0.18041644702161308	HG796259.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00099	False	False
CHI0098_000000006451	1425	0.7582415942549608	1	1	0	0	1	False	101734	fragment	False	FIJ0086_000000020259	0.7242356824859041		0	0	False	False	0.9845613837242126	0					non-mobilizable	plasmid	1313.0	84.006	92.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0007_000000011730	1425	0.7582415942549608	1	1	0	0	1	False	84378	fragment	False	CHI0096_000000005607	0.9459625476164415		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	99.86	100.0	0.2203993189908683	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
USA0121_01_000000029703	1422	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.043314522513218316	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	74.839	76.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0057_000000018677	1420	0.7582415942549608	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.11160961783804406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000023232	1417	0.7582415942549608	1	1	0	0	1	False	101734	fragment	False	FIJ0086_000000020259	0.6672306488533443		0	0	False	False	0.9985885620117188	0					non-mobilizable	chromosome	1422.0	88.889	99.0	0.21497877501516072	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ENG0183_000000021611	1416	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.21604602843558465		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	100.0	100.0	0.2498234463276836	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0111_000000012548	1415	0.7582415942549608	1	1	0	0	1	False	32674	fragment	False	ISR0111_000000012548	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1415.0	91.449	100.0	0.20389329488103822	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	False	True
SPA0126_000000031914	1413	0.7582415942549608	1	1	0	0	1	False	99899	fragment	False	DEN0052_000000029578	0.9301597118300798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	77.78699999999999	83.0	0.17859308671922378	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
CHI0041_000000010588	1413	0.7582415942549608	1	1	0	0	1	False	101748	fragment	False	CHI0041_000000010588	1.0		0	0	False	False	0.9985845685005188	0					non-mobilizable	plasmid	1290.0	76.977	91.0	0.18838002074996293	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ENG0147_000000010836	1412	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.03906152622654251	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1412.0	99.929	100.0	0.2514703261450722	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0217_000000016100	1410	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.10913019997251913	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1410.0	95.816	99.0	0.17231258407728997	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
MON0058_000000037609	1409	0.7582415942549608	1	1	0	0	1	False	10987	fragment	False	MON0058_000000037609	1.0		0	0	False	False	0.9765791296958923	0					non-mobilizable	other	1414.0	80.905	99.0	0.2457627118644068	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
AST0059_000000010944	1409	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.0325124133373311	PS1072	0	0	False	True	0.9929027557373047	0					non-mobilizable	no_good_hit	1089.0	75.298	76.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0084_000000025818	1408	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.04508047227621612	PS1004	0	0	False	True	0.9992897510528564	0					non-mobilizable	other	1408.0	99.645	100.0	0.2507574407414008	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0082_01_000000021148	1408	0.7582415942549608	1	1	0	0	1	False	27564	fragment	False	USA0082_01_000000021148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0300_000000007798	1402	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.10028418902806058	PS879	0	0	False	True	0.9978601932525635	0					non-mobilizable	plasmid	1415.0	88.057	100.0	0.17280176103705516	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0153_000000020744	1402	0.7582415942549608	2	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.10909977980806941	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1401.0	95.789	99.0	0.17121193591781828	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0012_000000016506	1400	0.7582415942549608	2	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.4463050801251013		0	0	False	False	1.0	0					non-mobilizable	plasmid	1400.0	99.714	100.0	0.236998136540742	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
CHI0172_000000005756	1400	0.7582415942549608	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.04837260103887324		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	77.723	100.0	0.24858757062146894	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0807_000000010505	1399	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.07947876189770627	PS879	0	0	False	True	1.0	0					non-mobilizable	chromosome	1308.0	86.315	93.0	0.3188725490196078	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	False	True
AST0016_000000016998	1399	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.024037559184342874	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1273.0	97.87899999999999	91.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0061_000000014882	1398	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.44521572883043964		0	0	False	False	1.0	0					non-mobilizable	plasmid	1398.0	96.56700000000001	100.0	0.23665932576655938	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
DEN0011_000000033655	1396	0.7582415942549608	1	1	0	0	1	False	75600	fragment	False	DEN0011_000000033655	1.0		0	0	False	False	0.9992836713790894	0					non-mobilizable	chromosome	1279.0	96.63799999999999	92.0	0.11584481508339377	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	False	False
DEN0046_000000017289	1396	0.7582415942549608	1	1	0	0	1	False	123140	fragment	False	DEN0046_000000017289	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1236.0	94.579	89.0	0.151033386327504	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
AUS0008_000000017815	1393	0.7582415942549608	1	1	0	0	1	False	101734	fragment	False	FIJ0086_000000020259	0.6107340193207925		0	0	False	False	0.9971284866333008	0					non-mobilizable	chromosome	1275.0	87.60799999999999	91.0	0.19284414796846575	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0298_000000010653	1393	0.7582415942549608	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.02400369271057891	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1272.0	97.72	91.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0016_000000027504	1392	0.7582415942549608	1	1	0	0	1	False	84378	fragment	False	CHI0096_000000005607	0.8382016858623693		0	0	False	False	0.9353448152542114	0					non-mobilizable	other	1348.0	99.48100000000001	97.0	0.2081721095805603	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
ENG0057_000000019148	1392	0.7582415942549608	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.10838190244509445		0	0	False	False	0.9985632300376892	0					non-mobilizable	no_good_hit								True	False
CHI0041_000000010794	1391	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.09231758136084313	PS879	0	0	False	True	0.9956865310668945	0					non-mobilizable	plasmid	1318.0	94.613	95.0	0.16081692552280788	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
AST0031_000000018366	1389	0.7582415942549608	1	1	0	0	1	False	117214	fragment	False	ENG0096_000000023152	0.9306151645207439		0	0	False	False	0.9992800354957581	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000013502	1388	0.7582415942549608	1	1	0	0	1	False	101734	fragment	False	FIJ0086_000000020259	0.6100236536081739		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	87.529	91.0	0.19284414796846575	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0372_000000012760	1385	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.10883807799256681	PS879	0	0	False	True	0.9935017824172974	0					non-mobilizable	plasmid	1386.0	95.671	100.0	0.16925522807875748	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0280_000000010742	1384	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.49404395326164247		0	0	False	False	0.9992774724960327	0					non-mobilizable	plasmid	1384.0	97.977	100.0	0.23428765034728105	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
AUS0012_000000012466	1382	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.02187468394807345	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1281.0	97.814	93.0	0.2279451078239173	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0052_000000026997	1380	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.023946766996647287	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1273.0	97.8	92.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0042_000000018884	1379	0.7582415942549608	1	1	0	0	1	False	86306	fragment	False	MON0055_000000016794	0.9722972972972973		0	0	False	False	0.992023229598999	0					non-mobilizable	chromosome	1365.0	84.835	99.0	0.20497271073377804	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0378_000000023427	1379	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.02395457460632951	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1273.0	97.87899999999999	92.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0350_000000014485	1379	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.02185921007237991	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1281.0	97.814	93.0	0.2279451078239173	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0137_000000026817	1379	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.02397376252629283	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1272.0	98.035	92.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0229_000000011776	1379	0.7582415942549608	1	1	0	0	1	False	27563	fragment	False	ISR0229_000000011776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0259_000000013128	1379	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.02397376252629283	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1272.0	98.035	92.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0790_000000012563	1378	0.7582415942549608	1	1	0	0	1	False	97205	fragment	False	ISR0391_000000009504	0.7441685268387382		0	0	False	False	0.9818577766418457	0					non-mobilizable	plasmid	1378.0	99.927	100.0	0.16634452766368688	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
AST0016_000000017238	1376	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.07467101631458857	PS879	0	0	True	True	1.0	1					non-mobilizable	plasmid	1319.0	89.38600000000001	96.0	0.16118380824263176	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
DEN0046_000000017535	1374	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.0843106401349852		0	0	False	False	1.0	0					non-mobilizable	plasmid	1367.0	100.0	99.0	0.22911774572291177	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
FIJ0113_000000018875	1372	0.7582415942549608	1	1	0	0	1	False	41917	fragment	False	FIJ0113_000000018875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	72.782	84.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	False
ISR0298_000000010820	1372	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.1327587266429648	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1319.0	98.863	96.0	0.16118380824263176	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0152_000000009114	1371	0.7582415942549608	1	1	0	0	1	False	79329	fragment	False	CHI0152_000000009114	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1371.0	99.854	100.0	0.1706314609540416	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
USA0042_01_000000013030	1370	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.011245290863979759	PS1072	0	0	False	True	0.985401451587677	0					non-mobilizable	no_good_hit	384.0	100.0	28.0	0.00023644909028836293	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ISR0233_000000013532	1368	0.7582415942549608	1	1	0	0	1	False	72815	fragment	False	MON0032_000000023978	0.7271542415182648		0	0	False	False	0.9970760345458984	0					non-mobilizable	plasmid	1368.0	99.488	100.0	0.20260856677041647	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
CHI0113_000000005975	1368	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.03151516425684181	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1368.0	99.854	100.0	0.24362858670468723	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0026_01_000000023781	1367	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.029483549612455084	PS1072	0	0	False	True	0.9970738887786865	0					non-mobilizable	no_good_hit	463.0	87.905	33.0	0.0002852205736637694	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
DEN0081_000000007020	1367	0.7582415942549608	1	1	0	0	1	False	69357	fragment	False	DEN0081_000000007020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	81.86399999999999	85.0	0.14308426073131955	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
USA0026_01_000000023803	1366	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.05807432143162942		0	0	False	False	1.0	0					non-mobilizable	plasmid	1366.0	99.927	100.0	0.228950016772895	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0077_000000026867	1365	0.7582415942549608	1	1	0	0	1	False	34461	maximal	True	ISR0077_000000026867	1.0		1	1	False	False	0.9765567779541016	0					non-mobilizable	no_good_hit	1182.0	80.541	86.0	0.1419424981879681	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ENG0061_000000015192	1364	0.7582415942549608	2	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.4122227271733743		0	0	False	False	1.0	0					non-mobilizable	other	1364.0	96.848	100.0	0.26894238358326755	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
USA0069_01_000000044121	1363	0.7582415942549608	1	1	0	0	1	False	39638	fragment	False	USA0069_01_000000044121	0.9811486425014202		0	0	False	False	1.0	0					non-mobilizable	plasmid	1343.0	86.67200000000001	98.0	0.12830586431582983	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
ENG0052_000000024421	1362	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.34225738246741005		0	0	False	False	0.9977973699569702	0					non-mobilizable	plasmid	1372.0	94.60600000000001	100.0	0.2315771641538201	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ENG0096_000000023742	1362	0.7582415942549608	1	1	0	0	1	False	60826	fragment	False	ENG0096_000000023742	0.9703422053231939		0	0	False	False	0.9992657899856567	0					non-mobilizable	no_good_hit								True	False
ENG0187_000000022445	1359	0.7582415942549608	1	1	0	0	1	False	54953	fragment	False	MON0043_000000018902	0.48199588477366256		0	0	False	False	0.9970566630363464	0					non-mobilizable	other	1348.0	85.682	99.0	0.22006897684348825	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
DEN0046_000000017724	1359	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.03006884628028252	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	79.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0350_000000014702	1358	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.10795163474364607	PS879	0	0	False	True	0.9955817461013794	0					non-mobilizable	plasmid	1358.0	95.434	99.0	0.16595328360034242	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0039_000000027623	1357	0.7582415942549608	1	1	0	0	1	False	101734	fragment	False	FIJ0086_000000020259	0.48792280543509003		0	0	False	False	1.0	0					non-mobilizable	chromosome	1272.0	87.579	93.0	0.19238932686476654	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0378_000000023884	1356	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.07424296404875179	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1319.0	89.38600000000001	97.0	0.16118380824263176	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
SPA0137_000000027303	1356	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.13009894273342498	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1319.0	90.14399999999999	97.0	0.16118380824263176	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0259_000000013428	1356	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.13660453377497525	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1319.0	91.35700000000001	97.0	0.16118380824263176	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0163_000000019280	1355	0.7582415942549608	1	1	0	0	1	False	97205	fragment	False	ISR0391_000000009504	0.6373306554988306		0	0	False	False	1.0	0					non-mobilizable	plasmid	1351.0	98.816	99.0	0.16308287025851656	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
MON0088_000000023930	1352	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.12946713472955185	PS879	0	0	False	True	0.985946774482727	0					non-mobilizable	plasmid	1321.0	95.155	98.0	0.16142839672251438	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0135_000000016766	1349	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.05217538295411627	PS879	0	0	False	True	1.0	0					non-mobilizable	chromosome	1289.0	85.337	95.0	0.31519607843137254	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	False	True
ENG0129_000000020148	1347	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.01658847647507342	PS1004	0	0	False	True	0.9806978702545166	0					non-mobilizable	other	1348.0	83.309	99.0	0.7666666666666667	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ENG0195_000000019931	1347	0.7582415942549608	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.020931113296597328	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	80.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
FIJ0096_000000028215	1344	0.7582415942549608	1	1	0	0	1	False	42971	fragment	False	FIJ0096_000000028215	1.0		0	0	False	False	0.9992559552192688	0					non-mobilizable	no_good_hit								True	False
DEN0087_000000008804	1344	0.7582415942549608	1	1	0	0	1	False	84378	fragment	False	CHI0096_000000005607	0.4458820106256587		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	94.48899999999999	93.0	0.19362327813032038	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
FIJ0025_000000015744	1343	0.7582415942549608	1	1	0	0	1	False	84378	fragment	False	CHI0096_000000005607	0.547275795927866		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	96.03299999999999	99.0	0.2060052623432905	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
SPA0002_000000013870	1343	0.7582415942549608	1	1	0	0	1	False	8393	maximal	True	SPA0002_000000013870	1.0		1	1	False	False	0.9888309836387634	0					non-mobilizable	no_good_hit								True	False
ENG0171_000000018057	1342	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.07376936120379825	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1310.0	89.31299999999999	97.0	0.1600831600831601	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
FIJ0096_000000028297	1340	0.7582415942549608	1	1	0	0	1	False	42968	fragment	False	FIJ0096_000000028297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	73.96600000000001	30.0	0.0443932916803683	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	False
FIJ0153_000000019033	1339	0.7582415942549608	1	1	0	0	1	False	39638	fragment	False	USA0069_01_000000044121	0.9747422059514645		0	0	False	False	1.0	0					non-mobilizable	plasmid	1342.0	86.885	99.0	0.12830586431582983	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
USA0119_01_000000018447	1335	0.7582415942549608	1	1	0	0	1	False	84378	fragment	False	CHI0096_000000005607	0.7336509384751759		0	0	False	False	0.9917603135108948	0					non-mobilizable	other	1316.0	99.24	99.0	0.2035288655006965	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
MAD0091_000000012764	1328	0.7582415942549608	1	1	0	0	1	False	38431	fragment	False	MAD0091_000000012764	0.9807157396015658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	75.211	88.0	0.10324510514865845	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
USA0111_01_000000019012	1328	0.7582415942549608	1	1	0	0	1	False	84378	fragment	False	CHI0096_000000005607	0.6437416493331908		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	99.76899999999999	98.0	0.24624453318121317	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	False
ISR0244_000000020226	1328	0.7582415942549608	1	1	0	0	1	False	27176	fragment	False	ISR0244_000000020226	1.0		0	0	False	False	0.9962349534034729	0					non-mobilizable	no_good_hit	78.0	97.436	6.0	0.0009575566139803266	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0110_000000019844	1326	0.7582415942549608	1	1	0	0	1	False	39638	fragment	False	USA0069_01_000000044121	0.9645946473159768		0	0	False	False	0.999245822429657	0					non-mobilizable	plasmid	1325.0	86.34	99.0	0.12648524338827136	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
ISR0255_000000025648	1324	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.4136941223537704		0	0	False	False	1.0	0					non-mobilizable	plasmid	1324.0	99.396	100.0	0.22412332712180247	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ISR0204_000000009817	1322	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.07246440747219532	PS879	0	0	False	True	0.9992435574531555	0					non-mobilizable	plasmid	1259.0	94.837	95.0	0.15372385960621254	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
AST0035_000000012442	1320	0.7582415942549608	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.016862097183091243	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1263.0	98.021	96.0	0.22491534485831402	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0002_000000034297	1317	0.7582415942549608	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.05054565323475559		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0774_000000018846	1315	0.7582415942549608	1	1	0	0	1	False	60826	fragment	False	ENG0096_000000023742	0.9541116005873715		0	0	False	False	0.9885931611061096	0					non-mobilizable	no_good_hit								True	False
ISR0166_000000016542	1314	0.7582415942549608	2	1	0	0	1	False	84378	fragment	False	CHI0096_000000005607	0.284859804071087		0	0	False	False	0.978691041469574	0					non-mobilizable	other	1314.0	98.554	99.0	0.16687849517031011	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0032_000000023978	1314	0.7582415942549608	1	1	0	0	1	False	72815	fragment	False	MON0032_000000023978	0.7774563690140134		0	0	False	False	0.978691041469574	0					non-mobilizable	plasmid	1277.0	87.86200000000001	97.0	0.1221732464545803	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
ISR0009_000000025892	1313	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.09917037942074226	PS879	0	0	False	True	1.0	0					non-mobilizable	chromosome	1287.0	86.48	98.0	0.3139705882352941	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	False	True
ENG0081_000000019165	1311	0.7582415942549608	1	1	0	0	1	False	72815	fragment	False	MON0032_000000023978	0.7224056443895054		0	0	False	False	1.0	0					non-mobilizable	plasmid	1311.0	99.46600000000001	100.0	0.1941603675707722	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ENG0145_000000021843	1307	0.7582415942549608	1	1	0	0	1	False	57465	fragment	False	ENG0145_000000021843	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1307.0	100.0	100.0	0.1626603562087433	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0034_000000022512	1306	0.7582415942549608	1	1	0	0	1	False	39638	fragment	False	USA0069_01_000000044121	0.9290973608807083		0	0	False	False	0.9977028965950012	0					non-mobilizable	other	900.0	86.556	100.0	0.09688917692806222	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0134_000000029336	1304	0.7582415942549608	1	1	0	0	1	False	72815	fragment	False	MON0032_000000023978	0.7228724633786827		0	0	False	False	0.9907975196838379	0					non-mobilizable	plasmid	1304.0	99.463	100.0	0.19312286942344745	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
DEN0045_000000033111	1304	0.7582415942549608	1	1	0	0	1	False	72815	fragment	False	MON0032_000000023978	0.7221787481868913		0	0	False	False	1.0	0					non-mobilizable	plasmid	1304.0	99.463	100.0	0.19312286942344745	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0126_000000038275	1302	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.3324711913359429		0	0	False	False	0.9992319345474243	0					non-mobilizable	plasmid	1302.0	96.31299999999999	100.0	0.22039640860579365	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
USA0093_01_000000012595	1299	0.7582415942549608	1	1	0	0	1	False	72815	fragment	False	MON0032_000000023978	0.3486931573186507		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	89.69200000000001	100.0	0.21235013959599278	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0212_000000027864	1298	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.33439424619123725		0	0	False	False	0.9984591603279114	0					non-mobilizable	plasmid	1298.0	99.69200000000001	100.0	0.21971878705742842	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
DEN0089_000000015090	1294	0.7582415942549608	1	1	0	0	1	False	72815	fragment	False	MON0032_000000023978	0.7197215333418935		0	0	False	False	0.9992272257804871	0					non-mobilizable	plasmid	1294.0	99.459	100.0	0.19164072921298356	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
FIJ0035_000000009349	1292	0.7582415942549608	2	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.016014804411541787		0	0	False	False	1.0	0					non-mobilizable	plasmid	1292.0	99.149	100.0	0.10415490116982655	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0204_000000010220	1286	0.7582415942549608	1	1	0	0	1	False	28668	fragment	False	ISR0204_000000010220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	75.779	89.0	0.1397823162529045	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
SPA0143_000000016387	1283	0.7582415942549608	1	1	0	0	1	False	12997	fragment	False	SPA0143_000000016387	0.9877049180327869		0	0	False	False	0.9961028695106506	0					non-mobilizable	chromosome	1263.0	87.17299999999999	100.0	0.19117647058823528	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0165_000000019230	1281	0.7582415942549608	1	1	0	0	1	False	38431	fragment	False	MAD0091_000000012764	0.9627783054987448		0	0	False	False	1.0	0					non-mobilizable	chromosome	1186.0	75.211	91.0	0.10324510514865845	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	False	False
USA0009_01_000000020235	1280	0.7582415942549608	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.09065631053164389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000017817	1277	0.7582415942549608	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.09403534553580556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0041_000000026589	1268	0.7582415942549608	1	1	0	0	1	False	6895	fragment	False	SPA0041_000000026589	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1268.0	99.448	100.0	0.18269646719538574	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	False	True
ISR0381_000000014916	1266	0.7582415942549608	1	1	0	0	1	False	34138	fragment	False	ISR0381_000000014916	0.9976133651551313		0	0	False	False	0.9992101192474365	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000025335	1263	0.7582415942549608	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.09341120378500954		0	0	False	False	0.9928740859031677	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000015156	1262	0.7582415942549608	1	1	0	0	1	False	2909	fragment	False	TAN0005_000000015156	1.0		0	0	False	False	0.999207615852356	0					non-mobilizable	no_good_hit	180.0	79.444	24.0	0.015772298767222626	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0344_000000028127	1258	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.2741399358250932		0	0	False	False	1.0	0					non-mobilizable	other	794.0	96.348	100.0	0.11744668246445497	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	False
ISR0344_000000028139	1258	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.274112370854992		0	0	False	False	1.0	0					non-mobilizable	other	794.0	100.0	100.0	0.11744668246445497	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	False
ISR0082_000000027044	1257	0.7582415942549608	1	1	0	0	1	False	34138	fragment	False	ISR0381_000000014916	0.9940758293838863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000021300	1249	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.2753897598420513		0	0	False	False	1.0	0					non-mobilizable	plasmid	1249.0	98.959	100.0	0.21141792308995427	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
CHI0131_000000014734	1246	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.2474159656009861		0	0	False	False	1.0	0					non-mobilizable	plasmid	1246.0	98.71600000000001	100.0	0.21090970692868033	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ISR0007_000000013895	1243	0.7582415942549608	1	1	0	0	1	False	38431	fragment	False	MAD0091_000000012764	0.9275176427803329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	75.84	85.0	0.09418056562726614	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MAD0107_000000031949	1242	0.7582415942549608	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.09054654367804199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000028061	1239	0.7582415942549608	1	1	0	0	1	False	72815	fragment	False	MON0032_000000023978	0.3397116151869545		0	0	False	False	0.980629563331604	0					non-mobilizable	plasmid	1239.0	88.29700000000001	100.0	0.11862782675354543	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
DEN0072_000000013435	1238	0.7582415942549608	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.08001782343111907		0	0	False	False	0.9959612488746643	0					non-mobilizable	no_good_hit								True	False
ENG0147_000000012727	1227	0.7582415942549608	1	1	0	0	1	False	57338	fragment	False	ENG0147_000000012727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	95.137	27.0	0.00020288718359187015	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	False
ISR0835_000000012598	1226	0.7582415942549608	1	1	0	0	1	False	20943	fragment	False	ISR0835_000000012598	1.0		0	0	False	False	0.9991843104362488	0					non-mobilizable	no_good_hit								True	False
MON0013_000000046676	1226	0.7582415942549608	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.08995532050854901		0	0	False	False	0.9942903518676758	0					non-mobilizable	no_good_hit								True	False
SPA0151_000000016133	1224	0.7582415942549608	1	1	0	0	1	False	3236	fragment	False	SPA0151_000000016133	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1224.0	99.755	100.0	0.14774100024160425	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
MON0022_000000026143	1220	0.7582415942549608	1	1	0	0	1	False	12997	fragment	False	SPA0143_000000016387	0.9637568199532346		0	0	False	False	0.9885246157646179	0					non-mobilizable	plasmid	1229.0	80.472	100.0	0.15232282974218458	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0097_000000030643	1219	0.7582415942549608	1	1	0	0	1	False	9216	fragment	False	MON0097_000000030643	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	96.794	95.0	0.10451414068165338	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	False	False
ISR0298_000000012361	1216	0.7582415942549608	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.18724744074223926		0	0	False	False	0.9753289222717285	0					non-mobilizable	other	827.0	96.85600000000001	100.0	0.12233412322274881	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	False
ENG0033_000000020470	1204	0.7582415942549608	1	1	0	0	1	False	65476	maximal	True	ENG0033_000000020470	1.0		1	1	False	False	0.9692690968513489	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000034606	1203	0.7582415942549608	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.01584150292318171		0	0	False	False	0.9850373864173889	0					non-mobilizable	plasmid	1170.0	99.316	97.0	0.09431222267043163	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0107_000000051593	1202	0.7582415942549608	1	1	0	0	1	False	8549	fragment	False	MON0107_000000051593	1.0		0	0	False	False	0.9991680383682251	0					non-mobilizable	no_good_hit	114.0	78.947	9.0	0.019513068385248838	HM560030.1	bacteria	Uncultured bacterium plasmid pTRACA73, complete sequence	True	False
ISR0052_000000031607	1193	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.027368385437667158	PS879	0	0	False	True	1.0	0					non-mobilizable	chromosome	1185.0	86.329	99.0	0.2894607843137255	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	False	True
MAD0087_000000027087	1187	0.7582415942549608	1	1	0	0	1	False	15955	fragment	False	MAD0087_000000027087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	75.21	70.0	0.0906500054806533	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	False
ISR0001_000000020220	1161	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.021212547647163196	PS879	0	0	False	True	0.9991386532783508	0					non-mobilizable	plasmid	1155.0	94.89200000000001	99.0	0.14100525865231747	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
CHI0122_000000012311	1161	0.7582415942549608	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.021212547647163196	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1155.0	94.89200000000001	99.0	0.14100525865231747	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0085_000000008052	2856	0.7582369956618985	4	4	4	4	4	False	33996	maximal	True	ISR0085_000000008052	1.0		1	1	False	False	0.9992997050285339	0					non-mobilizable	chromosome	2851.0	100.0	99.0	0.0005382374254045421	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	False	False
FIJ0092_000000004227	6431	0.7582352086436451	11	2	1	2	1	False	48160	maximal	True	FIJ0092_000000004227	1.0		2	1	False	False	0.9990670084953308	0					non-mobilizable	no_good_hit								True	False
MON0043_000000003563	5742	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8461725920535703	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3050.0	96.689	92.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0051_000000005414	5632	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.846771621231335	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	3050.0	96.787	98.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0074_000000003862	5584	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8484246495647874	PS1159|PS463	0	0	True	True	1.0	12		MOBV			mobilizable	other	3049.0	96.884	99.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0032_000000003581	5510	0.7582252273443115	8	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8426726210990153	PS1159|PS463	0	0	True	True	0.9998185038566589	2		MOBV			mobilizable	other	2807.0	96.509	98.0	0.0009526355968394513	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0371_000000002559	5435	0.7582252273443115	6	6	3	3	5	True	132358	backbone	True	ISR0371_000000002559	0.8645318886158928	PS1159|PS463	69	12	True	True	0.9996320009231567	25		MOBV			mobilizable	other	4080.0	96.59299999999999	100.0	0.0013841074969771485	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0084_000000004592	5377	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8462753167225517	PS1159|PS463	0	0	True	True	0.9977682828903198	20		MOBV			mobilizable	other	3045.0	95.402	100.0	0.0010328146271012598	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0097_000000005612	5377	0.7582252273443115	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8460528464819446	PS1159|PS463	0	0	True	True	1.0	37		MOBV			mobilizable	other	4172.0	96.477	100.0	0.0014157034707667595	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0330_000000004262	5376	0.7582252273443115	8	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8466878470190673	PS1159|PS463	0	0	True	True	1.0	188		MOBV			mobilizable	other	4022.0	96.345	100.0	0.0013644024810653484	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0204_000000003994	5358	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8505106429110425	PS1159|PS463	0	0	True	True	1.0	69		MOBV			mobilizable	other	2791.0	99.53399999999999	100.0	0.0009478792136883271	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0206_000000004448	5358	0.7582252273443115	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8474154976525351	PS1159|PS463	0	0	True	True	1.0	439		MOBV			mobilizable	other	2864.0	99.476	100.0	0.0009726803544049034	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
AST0097_000000004247	5358	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8435865080127917	PS1159|PS463	0	0	True	True	1.0	93		MOBV			mobilizable	other	3050.0	96.721	100.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
AST0113_000000006419	5358	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8485211402892153	PS1159|PS463	0	0	True	True	1.0	41		MOBV			mobilizable	other	4078.0	97.45	100.0	0.0013841074969771485	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0128_000000004518	5358	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8499984679102508	PS1159|PS463	0	0	True	True	1.0	60		MOBV			mobilizable	other	3241.0	98.95100000000001	100.0	0.0011007629578316056	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0187_000000004578	5358	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8490685877457729	PS1159|PS463	0	0	True	True	1.0	73		MOBV			mobilizable	other	3984.0	97.54	100.0	0.0013525115231875378	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0106_000000003771	5357	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8495398673286323	PS1159|PS463	0	0	True	True	1.0	273		MOBV			mobilizable	other	2885.0	99.48	100.0	0.0009798149291315897	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0078_000000003151	5357	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.847193672555484	PS1159|PS463	0	0	True	True	1.0	40		MOBV			mobilizable	other	3051.0	95.37899999999999	100.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0129_000000003581	5357	0.7582252273443115	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.845806014251252	PS1159|PS463	0	0	True	True	1.0	70		MOBV			mobilizable	other	2792.0	97.851	100.0	0.0009475394720346754	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0030_000000005896	5357	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8474223137295805	PS1159|PS463	0	0	True	True	1.0	15		MOBV			mobilizable	other	4614.0	96.749	100.0	0.0015658692816808242	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0087_000000005133	5357	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8475757725958682	PS1159|PS463	0	0	True	True	1.0	50		MOBV			mobilizable	other	3049.0	96.819	100.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0293_000000006790	5356	0.7582252273443115	8	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8495929256155	PS1159|PS463	0	0	True	True	0.9998133182525635	34		MOBV			mobilizable	other	3118.0	96.95299999999999	100.0	0.0010586349927787912	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0064_000000004258	5356	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8493107803482227	PS1159|PS463	0	0	True	True	1.0	163		MOBV			mobilizable	other	4069.0	97.616	100.0	0.0013817293054015866	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0019_000000003982	5356	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8466433714122581	PS1159|PS463	0	0	True	True	1.0	86		MOBV			mobilizable	other	4764.0	98.51	100.0	0.001617849754689539	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0198_000000003455	5356	0.7582252273443115	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.849432132024375	PS1159|PS463	0	0	True	True	1.0	117		MOBV			mobilizable	other	2791.0	99.463	100.0	0.0009478792136883271	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0084_000000004771	5355	0.7582252273443115	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.843191087011051	PS1159|PS463	0	0	True	True	1.0	12		MOBV			mobilizable	other	2791.0	99.24799999999999	100.0	0.0009478792136883271	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0362_000000004358	5350	0.7582252273443115	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8492011674994078	PS1159|PS463	0	0	True	True	0.9951401948928833	17		MOBV			mobilizable	other	4084.0	97.57600000000001	100.0	0.0013868254302063625	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0837_000000001574	5338	0.7582252273443115	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8381221779290878	PS1159|PS463	0	0	True	True	1.0	57		MOBV			mobilizable	other	2851.0	99.47399999999999	100.0	0.0009682637129074309	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0066_000000004736	5305	0.7582252273443115	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.6967502492377512	PS1159|PS463	0	0	True	True	0.9998114705085754	11		MOBV			mobilizable	other	2803.0	99.429	98.0	0.0009519561135321479	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0138_000000003990	5213	0.7582252273443115	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.6394960526606112	PS1159|PS463	0	0	True	True	1.0	20		MOBV			mobilizable	other	4844.0	97.647	99.0	0.0016446893453280257	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CAN0022_000000005542	5043	0.7582252273443115	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.4147785153683103	PS1159|PS463	0	0	True	True	1.0	14		MOBV			mobilizable	other	4681.0	97.992	99.0	0.0015893114557827936	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MAD0095_000000006454	4318	0.7582087485189125	4	4	4	3	3	False	15599	maximal	True	MAD0095_000000006454	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	71.03399999999999	17.0	0.00018880263629486132	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0087_000000010483	2950	0.7582078161557526	4	3	2	3	1	False	91495	fragment	False	ISR0087_000000010483	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2950.0	99.39	100.0	0.0008932717463508077	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
FIJ0068_000000011344	2791	0.7582029607759018	5	4	4	2	1	True	102942	fragment	False	FIJ0068_000000011344	1.0		0	0	False	False	0.9992834329605103	0					non-mobilizable	no_good_hit								True	True
ISR0781_000000009186	2960	0.7582026854526694	4	3	2	3	3	False	95181	maximal	True	ISR0781_000000009186	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	96.75299999999999	30.0	0.0002465967975740207	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0016_000000008282	2752	0.7582026854526694	3	3	2	3	3	False	95184	fragment	False	ENG0016_000000008282	1.0		0	0	False	False	0.9967296719551086	0					non-mobilizable	no_good_hit	117.0	82.906	4.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
MAD0058_000000000569	16039	0.7581992272013652	18	8	2	8	3	False	48321	maximal	True	MAD0058_000000000569	0.9708453893571518		4	1	False	False	0.9995012283325195	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.248006883257272e-06	NZ_CP009577.1	firmicutes	Listeria ivanovii subsp. ivanovii strain WSLC 3010 chromosome, complete genome	True	False
ENG0101_000000015677	2101	0.7581966160632149	3	3	3	2	2	False	101965	fragment	False	ENG0101_000000015677	1.0		0	0	False	False	0.9995240569114685	0					non-mobilizable	no_good_hit	753.0	78.22	36.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
MON0100_000000031051	1487	0.7581916830455456	2	2	2	2	2	False	9102	maximal	True	MON0100_000000031051	1.0		3	3	False	False	0.9509078860282898	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000007584	3813	0.7581818405371527	8	2	0	2	0	True	30928	maximal	True	ISR0148_000000007584	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	0.000238139678575796	NZ_PYLQ01000005.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_4, whole genome shotgun sequence	True	True
USA0041_01_000000001143	21626	0.7581736122334412	21	15	4	5	13	False	103774	maximal	False	ISR0265_000000000550	0.9724067115266974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3078.0	95.419	53.0	0.0006874168271496764	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
FIJ0106_000000014799	1802	0.7581497618346175	2	2	2	2	2	False	42342	maximal	True	FIJ0106_000000014799	1.0		33	10	False	False	0.9961154460906982	0					non-mobilizable	no_good_hit	407.0	91.646	23.0	0.00013665722295693245	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0375_000000010334	2129	0.7581425437113508	2	2	2	2	2	False	23382	maximal	True	ISR0375_000000010334	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1119.0	97.945	58.0	0.004288629367888311	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
FIJ0139_000000008371	3079	0.7581181605375484	2	2	2	2	2	False	105571	fragment	False	FIJ0139_000000008371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	80.46	28.0	0.00027003333107268563	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0029_000000030588	1021	0.7580961862293297	2	1	1	1	1	False	12528	fragment	False	MON0029_000000030588	0.9787789748612471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0105_000000050385	1021	0.7580961862293297	2	1	1	1	1	False	12528	fragment	False	MON0029_000000030588	0.9787789748612471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0089_000000015568	1738	0.7580873101288891	2	2	2	2	1	False	63530	fragment	False	MON0089_000000015568	0.9486803519061584		0	0	False	False	0.994246244430542	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010408876072692507	NZ_BCTW01000003.1	a-proteobacteria	Novosphingobium lentum NBRC 107847, whole genome shotgun sequence	True	False
SPA0016_000000019783	1710	0.7580811266899834	3	2	2	2	2	False	102863	fragment	False	SPA0016_000000019783	0.9604476011834151		0	0	False	False	1.0	0					non-mobilizable	chromosome	1558.0	98.01	99.0	0.0004357742381577581	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0177_000000019798	1581	0.7580800300273118	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.2729088386538368		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	98.925	100.0	0.000476008824077556	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0127_000000003430	8161	0.7580751301158903	6	5	3	5	3	False	82795	fragment	False	SPA0127_000000003430	1.0		0	0	False	False	0.9996324181556702	0					non-mobilizable	no_good_hit	3221.0	81.559	39.0	0.13744157125091128	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0081_000000003702	2832	0.7580718232447725	5	4	1	1	3	True	84321	fragment	False	CHI0081_000000003702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	83.444	11.0	0.06269592476489028	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
MAD0036_000000007531	3508	0.7580610452569362	2	2	2	2	2	False	18738	maximal	True	MAD0036_000000007531	1.0		6	2	False	False	0.9908779859542847	0					non-mobilizable	no_good_hit	1728.0	83.97	49.0	0.0013731671204088457	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
FIJ0154_000000001806	14007	0.7580510425405458	23	10	6	8	3	False	46217	fragment	False	FIJ0154_000000001806	1.0		0	0	False	False	0.999785840511322	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000027676	1455	0.7580403945821477	2	2	2	2	1	False	41121	fragment	False	FIJ0126_000000027676	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	85.72399999999999	100.0	0.0004119928707809373	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
SPA0025_000000008791	2428	0.7580347222194224	5	4	4	2	2	False	126966	maximal	True	SPA0025_000000008791	1.0		0	0	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit	1646.0	94.10700000000001	68.0	0.02341261338475823	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ENG0070_000000007699	3134	0.7580298875749585	4	4	4	4	3	False	62441	fragment	False	MAD0107_000000011586	0.9477923627684964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	77.339	36.0	0.00029460452849246655	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0024_000000021046	2348	0.7580206501735324	3	3	3	3	2	False	113533	fragment	False	MON0024_000000021046	1.0		0	0	False	False	0.9931856989860535	0					non-mobilizable	no_good_hit	569.0	77.85600000000001	24.0	0.00015799285872278572	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0189_000000003763	3324	0.7580180875476823	4	3	3	3	3	False	118976	fragment	False	AST0093_000000004458	0.37110898725667674		0	0	False	False	0.9978941082954407	0					non-mobilizable	other	3325.0	95.24799999999999	100.0	0.052204103434191095	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ENG0028_000000003832	4002	0.7580170636898252	4	4	3	4	2	False	65913	maximal	True	ENG0028_000000003832	1.0		1	1	False	False	0.9972513914108276	0					non-mobilizable	no_good_hit	229.0	73.79899999999999	6.0	0.00011812620478275232	LS483414.1	firmicutes	Streptococcus pyogenes strain NCTC13736 genome assembly, chromosome: 1	True	False
ISR0016_000000010319	2073	0.7580166233346858	3	3	3	3	3	False	64909	fragment	False	ISR0016_000000010319	0.9879429133858268		0	0	False	False	0.9990352392196655	0					non-mobilizable	no_good_hit	1574.0	81.95700000000001	75.0	0.0003478475292810617	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0158_000000009984	1857	0.7580027353762244	1	1	1	1	1	False	81063	maximal	True	CHI0158_000000009984	1.0		5	3	False	False	0.9946149587631226	0					non-mobilizable	no_good_hit	181.0	100.0	10.0	6.0586946138541475e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0805_000000009095	1313	0.7580027353762244	1	1	1	1	1	False	81054	fragment	False	ISR0805_000000009095	1.0		0	0	False	False	0.9916222095489502	0					non-mobilizable	no_good_hit	201.0	90.54700000000001	15.0	0.36380255941499084	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	False
MON0036_000000020550	1211	0.7579986846263919	3	2	1	1	2	False	12161	fragment	False	MON0036_000000020550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	88.425	87.0	0.16755706653715396	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0233_000000017295	1147	0.757993076579513	2	2	2	2	1	False	101407	fragment	False	ISR0023_000000025846	0.4822013093289689		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	85.25299999999999	99.0	0.017972162000816916	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MAD0047_000000041461	1169	0.7579921789626303	2	2	2	2	1	False	17593	fragment	False	MAD0047_000000041461	0.9911268855368234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1169.0	98.46	100.0	0.0003269006487914332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0099_000000012516	1299	0.7579917349348433	3	3	3	3	3	False	60645	fragment	False	ENG0099_000000012516	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	100.0	100.0	0.00024521685444584956	CP041934.1	enterobacteria	Klebsiella pneumoniae strain KP14003 chromosome, complete genome	False	False
MAD0056_000000012377	1163	0.7579917349348433	3	3	3	3	3	False	17029	fragment	False	MAD0056_000000012377	1.0		0	0	False	False	0.9578675627708435	0					non-mobilizable	chromosome	1163.0	99.742	100.0	0.00021642989757389907	LR130543.1	enterobacteria	Klebsiella variicola strain 04153260899A genome assembly, chromosome: 1	False	False
AUS0016_000000021822	1299	0.7579877508544159	2	2	2	2	1	True	100119	fragment	False	AUS0016_000000021822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0258_000000012830	1990	0.7579861290223354	3	3	3	2	1	False	26786	maximal	True	ISR0258_000000012830	1.0		0	0	False	False	0.9894472360610962	0					non-mobilizable	no_good_hit	1155.0	99.82700000000001	58.0	0.0004574686917386466	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
MON0092_000000045115	1238	0.7579731547072874	2	2	2	2	2	False	45748	fragment	False	ISR0377_000000012444	0.7548032125785413		0	0	False	False	0.9991922378540039	0					non-mobilizable	other	1238.0	99.515	100.0	0.04458300295538096	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
AST0047_000000004798	4341	0.7579714792164023	2	2	2	2	1	True	129412	fragment	False	AST0047_000000004798	0.9906590821059641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	81.631	30.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0132_000000001313	19811	0.7579707954699653	26	9	7	9	4	False	75274	maximal	True	SPA0132_000000001313	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	92.64399999999999	9.0	0.00746255824750245	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
DEN0066_000000009850	3311	0.7579671500008397	3	2	2	2	2	False	71894	fragment	False	TAN0017_000000009244	0.9457650273224043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000011577	2008	0.757966918063074	2	2	1	1	1	True	18124	fragment	False	MAD0042_000000011577	1.0		0	0	False	False	0.9980079531669617	0					non-mobilizable	no_good_hit	294.0	77.551	14.0	0.09971202303815695	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0229_000000005393	2932	0.757965936102708	4	4	4	3	3	False	93624	fragment	False	ISR0112_000000012858	0.7162730207665379		0	0	False	False	0.9952251315116882	0					non-mobilizable	no_good_hit	1497.0	77.822	50.0	0.079293255763844	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
FIJ0171_000000005938	3480	0.7579550574944031	3	3	3	3	3	False	79275	fragment	False	FIJ0171_000000005938	0.9501646914998572		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	97.845	96.0	0.009808523478886376	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0170_000000004670	3479	0.7579550574944031	3	3	3	3	3	False	79275	fragment	False	FIJ0171_000000005938	0.9501359558676732		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	97.845	96.0	0.009808523478886376	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0169_000000006425	3479	0.7579550574944031	3	3	3	3	3	False	79275	fragment	False	FIJ0171_000000005938	0.9441532083043356		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	97.845	96.0	0.009808523478886376	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
TAN0001_000000009667	1511	0.7579522608956797	1	1	1	1	1	False	40335	maximal	True	TAN0001_000000009667	1.0		14	8	False	False	0.955658495426178	0					non-mobilizable	no_good_hit	561.0	71.123	37.0	9.005043311013266e-05	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	False
SPA0012_000000004794	5154	0.7579377452299333	5	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.969892587432994	PS832|PS833|PS837|PS974|PS975|PS976	0	0	True	True	1.0	883	rep_cluster_475				non-mobilizable	other	4458.0	99.91	100.0	0.6835404203098635	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0069_000000006194	4631	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8858442253875661	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4195.0	99.928	100.0	0.6431968093265839	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0204_000000002085	4463	0.7579377452299333	5	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8335700933090582	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3888.0	99.743	100.0	0.5962570946464182	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0299_000000001723	4423	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8274108854407103	PS832|PS833|PS837|PS974|PS975|PS976	0	0	True	True	0.999321699142456	11	rep_cluster_475				non-mobilizable	other	3888.0	99.61399999999999	99.0	0.5962570946464182	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0205_000000004349	4354	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8287184549946275	PS832|PS833|PS837|PS974|PS975|PS976	0	0	True	True	1.0	7	rep_cluster_475				non-mobilizable	other	3898.0	99.897	100.0	0.5977910722503451	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0056_000000007562	4341	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.813275934844686	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3680.0	99.891	100.0	0.5641969627243443	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0017_000000007648	4326	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8256492307523102	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3909.0	99.92299999999999	100.0	0.5993250498542722	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0077_000000006643	4326	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.827450212371347	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3889.0	99.897	100.0	0.5964104924068109	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0047_000000004816	4325	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8274341364512939	PS832|PS833|PS837|PS974|PS975|PS976	0	0	True	True	1.0	5	rep_cluster_475				non-mobilizable	other	3889.0	99.949	100.0	0.5962570946464182	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CAN0018_000000007910	4325	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8274591993382681	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3889.0	99.92299999999999	100.0	0.5962570946464182	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0029_000000007287	4276	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8126070714600404	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3674.0	99.91799999999999	100.0	0.563276576161988	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0332_000000002874	4267	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.7449502142846117	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3470.0	99.04899999999999	99.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0100_000000007423	4265	0.7579377452299333	5	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.7442082579998228	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3471.0	98.76100000000001	97.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0034_000000008435	4218	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8233679220965231	PS832|PS833|PS837|PS974|PS975|PS976	0	0	True	True	1.0	1	rep_cluster_475				non-mobilizable	other	3736.0	99.384	100.0	0.5727872373063353	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0055_000000004708	4109	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.7920995068016462	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3673.0	99.891	100.0	0.563276576161988	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0185_000000005606	4109	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.7920657650021624	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9997566342353821	0	rep_cluster_475				non-mobilizable	other	3673.0	99.91799999999999	100.0	0.563276576161988	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0017_000000002756	4094	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.7898467325409998	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9997557401657104	0	rep_cluster_475				non-mobilizable	other	3686.0	99.78299999999999	100.0	0.5652707470470931	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0357_000000005596	4091	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.7902536077470989	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.996088981628418	0	rep_cluster_475				non-mobilizable	other	3674.0	99.91799999999999	100.0	0.563276576161988	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0108_000000005953	4065	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.7866110025702848	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3629.0	99.86200000000001	100.0	0.5563736769443166	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0045_01_000000003424	4027	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.7411142668416267	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9997516870498657	0	rep_cluster_475				non-mobilizable	other	3501.0	95.40100000000001	100.0	0.5336708084061973	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0311_000000004548	3905	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.6976741248747583	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3469.0	99.914	100.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0199_000000007614	3762	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.420371740642189	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3326.0	99.85	100.0	0.509894155545329	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0392_000000008290	3707	0.7579377452299333	4	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.387654364575011	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9994604587554932	0	rep_cluster_475				non-mobilizable	other	3697.0	99.89200000000001	99.0	0.5669581224114127	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0845_000000002753	3700	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.41567520634312	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9991891980171204	0	rep_cluster_475				non-mobilizable	other	3673.0	99.91799999999999	99.0	0.563276576161988	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0011_000000007405	3499	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.33654181105986364	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3470.0	99.135	99.0	0.5316766375210922	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0111_000000006038	3490	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.33756693530187615	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3488.0	95.413	99.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0111_000000005829	3469	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.3045203147525895	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3382.0	99.586	97.0	0.5184844301273202	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0091_000000006722	3457	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.3042778693361197	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9991322159767151	0	rep_cluster_475				non-mobilizable	other	3384.0	99.586	98.0	0.5186378278877128	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0107_000000006600	3457	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.30421618719841237	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9991322159767151	0	rep_cluster_475				non-mobilizable	other	3384.0	99.586	98.0	0.5186378278877128	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0799_000000004376	3301	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.2578054592572277	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3096.0	99.935	100.0	0.47476606841540114	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0014_000000011367	3216	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.14780178841230146	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9990671873092651	0	rep_cluster_475				non-mobilizable	other	3071.0	100.0	100.0	0.47093112440558366	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0215_000000009020	3213	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.14894775101291935	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9996887445449829	0	rep_cluster_475				non-mobilizable	other	3116.0	94.73700000000001	97.0	0.47476606841540114	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0036_000000003267	3031	0.7579377452299333	3	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.132236286584877	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9930716156959534	0	rep_cluster_475				non-mobilizable	other	3031.0	100.0	100.0	0.4647952139898757	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0057_000000009024	2413	0.7579377452299333	2	2	0	0	2	False	126710	backbone	False	SPA0013_000000004881	0.04258178937397179	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9995855689048767	0	rep_cluster_475				non-mobilizable	other	2413.0	100.0	100.0	0.36999539806718823	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0153_000000003280	7621	0.7579366133207559	7	7	5	5	7	False	89154	maximal	True	ISR0153_000000003280	1.0		192	12	False	False	0.9996063709259033	0					non-mobilizable	chromosome	7621.0	99.934	100.0	0.001576976637774054	CP057677.1	enterobacteria	Escherichia coli strain RHB18-C09 chromosome, complete genome	False	False
FIJ0074_000000024507	1169	0.7579227957754276	1	1	1	1	1	False	85613	fragment	False	SPA0112_000000025384	0.8658427838097222		0	0	False	False	1.0	0					non-mobilizable	chromosome	1179.0	94.31700000000001	100.0	0.00032941957502355895	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0102_000000028326	1166	0.7579227957754276	1	1	1	1	1	False	85613	fragment	False	SPA0112_000000025384	0.866343784153153		0	0	False	False	1.0	0					non-mobilizable	chromosome	1176.0	94.55799999999999	100.0	0.0003285799329461837	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0002_000000018174	2004	0.7579019086586225	2	2	2	2	1	False	52375	maximal	True	FIJ0002_000000018174	1.0		47	4	False	False	0.9995009899139404	0					non-mobilizable	no_good_hit	57.0	87.719	4.0	1.0727001452550929e-05	CP053389.1	bacteria	Bacterium BFN5 strain BFN5 chromosome	True	False
CHI0102_000000000857	8565	0.7579013326852091	14	13	8	8	10	True	123626	fragment	False	ISR0317_000000001658	0.9561551463238982		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5119.0	96.171	100.0	0.05197407908523993	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AUS0004_000000002506	8423	0.7578985624481279	8	5	3	4	3	True	106938	fragment	False	AUS0004_000000002506	1.0		0	0	False	False	0.9989314675331116	0					non-mobilizable	other	8194.0	95.802	97.0	0.09267241379310345	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0381_000000002208	6588	0.7578973567727421	8	4	3	3	3	True	83364	fragment	False	ISR0381_000000002208	1.0		0	0	False	False	0.9984821081161499	0					non-mobilizable	no_good_hit								True	True
SPA0104_000000015927	2330	0.7578845759527256	3	3	3	3	2	False	75351	fragment	False	FIJ0037_000000011520	0.9475931677018633		0	0	False	False	0.9982832670211792	0					non-mobilizable	no_good_hit	1057.0	69.347	45.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0232_000000026121	1151	0.7578788532029829	2	1	1	1	1	True	27409	fragment	False	MON0022_000000026485	0.9592324568000045		0	0	False	False	0.9991312026977539	0					non-mobilizable	no_good_hit	842.0	75.53399999999999	73.0	0.018231659559655382	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0037_000000017065	1838	0.7578740745653072	2	1	1	1	1	False	47781	maximal	True	FIJ0037_000000017065	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0047_000000009696	3831	0.7578650755899486	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.40169900961141286		0	0	False	False	1.0	0					non-mobilizable	chromosome	3870.0	89.07	99.0	0.0013603224122909628	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0012_000000001857	11229	0.7578586589512266	8	7	7	6	4	False	111874	maximal	False	MON0013_000000002693	0.9780419698056266		0	0	False	False	1.0	0					non-mobilizable	other	10890.0	100.0	97.0	0.017375361421559554	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0065_000000008371	2560	0.7578572090214739	4	4	4	4	2	False	6091	maximal	True	SPA0065_000000008371	1.0		4	3	False	False	0.999218761920929	0					non-mobilizable	other	2560.0	99.609	100.0	0.11300008831581736	NZ_SMBP01000030.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_130, whole genome shotgun sequence	False	False
ENG0078_000000012128	2145	0.7578556644425102	3	3	3	3	3	False	115659	maximal	True	ENG0078_000000012128	1.0		26	7	False	False	0.9916083812713623	0					non-mobilizable	no_good_hit	369.0	74.52600000000001	17.0	0.00012898015142772765	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
SPA0106_000000017188	2268	0.7578445908002203	2	2	2	2	1	False	27357	fragment	False	SPA0106_000000017188	1.0		0	0	False	False	0.9977954030036926	0					non-mobilizable	other	2072.0	76.207	96.0	0.0007104574175029669	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
FIJ0047_000000026732	1177	0.7578424838374631	1	1	1	1	1	False	85613	fragment	False	SPA0112_000000025384	0.8930538339682964		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	99.915	100.0	0.000288329213118685	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0069_000000021872	1176	0.7578424838374631	1	1	1	1	1	False	85613	fragment	False	SPA0112_000000025384	0.8936269345601054		0	0	False	False	0.9957482814788818	0					non-mobilizable	other	1176.0	99.83	100.0	0.0002880840352163732	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0102_000000028065	1175	0.7578424838374631	1	1	1	1	1	False	85613	fragment	False	SPA0112_000000025384	0.892847909919666		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	99.745	100.0	0.0002878388573140614	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0074_000000024405	1175	0.7578424838374631	1	1	1	1	1	False	85613	fragment	False	SPA0112_000000025384	0.8933445409655562		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	99.83	100.0	0.0002878388573140614	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0033_000000033716	1175	0.7578424838374631	1	1	1	1	1	False	85613	fragment	False	SPA0112_000000025384	0.8933445409655562		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	99.83	100.0	0.0002878388573140614	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0133_000000033713	1173	0.7578424838374631	1	1	1	1	1	False	85613	fragment	False	SPA0112_000000025384	0.8915687605892728		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	99.744	100.0	0.00028734850150943775	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0009_01_000000019876	1303	0.7578396370364134	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.032662310940383965		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	95.47200000000001	100.0	0.00038962426395577557	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0052_000000017171	2094	0.7578364934381937	3	3	3	3	3	False	64559	fragment	False	ISR0052_000000017171	1.0		0	0	False	False	0.9995224475860596	0					non-mobilizable	other	2046.0	74.682	97.0	0.007406973036565745	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0136_000000009742	2754	0.7578323566158425	4	3	3	3	2	False	104644	fragment	False	FIJ0136_000000009742	1.0		0	0	False	False	0.9992737770080566	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0344_000000026292	1339	0.7578308058930506	2	1	1	1	1	True	30971	maximal	True	ISR0344_000000026292	1.0		22	3	False	False	0.986557126045227	0					non-mobilizable	no_good_hit	556.0	72.842	41.0	0.00022524271844660194	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	True
ISR0077_000000004969	5502	0.7578258201701896	6	5	3	5	2	True	131950	fragment	False	ISR0190_000000002622	0.06516961976371788		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	685.0	83.212	13.0	0.008508827908955541	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0795_000000003837	2442	0.7578222837292256	3	1	1	1	1	False	21974	fragment	False	ISR0795_000000003837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0160_000000019232	1536	0.7578154540243611	4	3	2	1	2	True	30421	fragment	False	ISR0275_000000009024	0.9293856871437619		0	0	False	False	0.9954426884651184	0					non-mobilizable	other	1538.0	95.839	100.0	0.023849794398324152	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
ISR0287_000000011829	1225	0.7578154140671257	1	1	1	1	1	False	25989	fragment	False	ISR0287_000000011829	1.0		0	0	False	False	0.9991836547851562	0					non-mobilizable	chromosome	1225.0	99.755	100.0	0.0006584574665526201	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
ISR0113_000000003329	4358	0.7578034922011183	4	4	3	4	2	False	130349	backbone	False	ISR0335_000000002496	0.2162211034357231	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4367.0	97.939	100.0	0.0008448267146525142	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0039_000000001984	6200	0.7578010545768985	11	4	2	4	1	True	73319	fragment	False	DEN0039_000000001984	1.0		0	0	False	False	0.9988709688186646	0					non-mobilizable	no_good_hit								True	True
ISR0295_000000021159	1691	0.7577997336113458	2	2	2	2	2	False	131181	fragment	False	ISR0130_000000018841	0.9724218158193452		0	0	False	False	0.9988172650337219	0					non-mobilizable	other	1083.0	86.427	95.0	0.00030516645109467886	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0151_000000006240	3948	0.7577994850546527	5	3	2	3	2	False	79516	maximal	True	CHI0151_000000006240	1.0		1	1	False	False	0.9941742420196533	0					non-mobilizable	no_good_hit	140.0	90.0	4.0	0.00046406191053286996	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
FIJ0048_000000003096	8505	0.7577990529928074	9	3	2	3	2	False	70933	fragment	False	FIJ0056_000000002488	0.6795585151784687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	87.31299999999999	5.0	0.0001349001687781205	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0043_000000002912	8151	0.7577990529928074	9	3	2	3	2	False	70933	fragment	False	FIJ0056_000000002488	0.5805946817762183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	95.0	3.0	0.0022899087173374323	NZ_CABMGA010000007.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0034_000000003732	7744	0.7577990529928074	8	3	2	3	2	False	70933	fragment	False	FIJ0056_000000002488	0.38312048414935546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	89.24700000000001	1.0	0.00036342520353786534	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
FIJ0047_000000003625	7428	0.7577990529928074	9	3	2	3	2	False	70933	fragment	False	FIJ0056_000000002488	0.28378355346806305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	85.149	3.0	6.694038601836206e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0034_000000001866	6609	0.7577860175021979	7	5	3	4	4	True	88294	maximal	True	CHI0034_000000001866	1.0		61	10	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	87.726	30.0	0.003030041707171752	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
FIJ0071_000000006279	5667	0.7577780683824098	6	4	3	4	3	False	82792	fragment	False	FIJ0071_000000006279	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	84.515	22.0	0.5980392156862745	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0096_000000022717	1970	0.7577753759956684	3	2	1	1	2	False	68166	fragment	False	DEN0096_000000022717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0045_000000007811	2923	0.7577739579160684	3	2	2	2	2	False	11574	fragment	False	MON0045_000000007811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	80.579	49.0	0.0011101728547876423	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0141_000000007035	5122	0.7577686148162021	5	4	4	3	4	True	112058	fragment	False	ISR0387_000000004046	0.9754024235847351		0	0	False	False	1.0	0					non-mobilizable	other	5128.0	88.436	99.0	0.001639869298245051	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0020_01_000000006689	5122	0.7577686148162021	5	4	4	3	4	True	112058	fragment	False	ISR0387_000000004046	0.9754024235847351		0	0	False	False	1.0	0					non-mobilizable	other	5128.0	88.436	99.0	0.001639869298245051	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0109_000000025720	1411	0.7577649338174158	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.9079517278488439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	95.825	70.0	0.0007761189183045536	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0066_000000023878	1399	0.7577649338174158	3	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.9158277857433221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	92.15100000000001	70.0	0.01612584417723604	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MON0082_000000026092	1382	0.7577649338174158	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.9628678482865776		0	0	False	False	0.9920405149459839	0					non-mobilizable	no_good_hit	934.0	96.36	68.0	0.0007566347613596694	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0028_000000019298	1356	0.7577649338174158	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.9517449000799365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	96.145	67.0	0.0007355269246693782	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0085_000000024401	1291	0.7577649338174158	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.7088240197310979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	93.75	66.0	0.01395157305221545	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ITA0001_000000000043	10158	0.7577620977191156	16	15	3	8	14	True	123591	maximal	True	ITA0001_000000000043	1.0	PS902	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3783.0	99.20700000000001	84.0	0.11448117205472817	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0353_000000027248	1343	0.7577499721477596	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.05086688884870802		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	98.883	100.0	0.002806140051898954	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0044_01_000000011468	2525	0.7577474752733707	5	2	1	2	0	True	1235	maximal	True	USA0044_01_000000011468	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	562.0	96.619	22.0	0.005930004765182401	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	True	True
USA0075_01_000000012018	2064	0.7577472456497963	1	1	1	1	0	True	675	fragment	False	USA0075_01_000000012018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0114_000000012519	1157	0.7577472166796557	3	2	2	2	0	False	59558	maximal	True	ENG0114_000000012519	1.0		7	4	False	False	0.9904926419258118	0					non-mobilizable	chromosome	447.0	98.434	99.0	0.00020745720264894008	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	False
FIJ0005_000000019094	1833	0.7577413189684565	3	2	2	2	2	True	87136	fragment	False	FIJ0163_000000013292	0.9618759544132739		0	0	False	False	1.0	0					non-mobilizable	plasmid	1833.0	98.8	100.0	0.015263741116286046	CP034362.1	enterobacteria	Klebsiella pneumoniae strain 39 plasmid pK039_3, complete sequence	False	True
ISR0053_000000008275	2158	0.7577354443858493	3	3	3	2	1	False	93831	maximal	True	ISR0053_000000008275	1.0		1	1	False	False	0.9874883890151978	0					non-mobilizable	no_good_hit	148.0	99.324	7.0	4.091056338576936e-05	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
ISR0012_000000003939	5999	0.7577303187528104	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41952949540404844	PS1107|PS1110|PS1114	0	0	True	True	1.0	234		MOBV			mobilizable	other	4746.0	99.93700000000001	100.0	0.779274100837576	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0082_000000000437	18108	0.7577157220367865	28	20	7	12	14	True	111298	fragment	False	CHI0082_000000000437	1.0		0	0	False	False	0.9997791051864624	0					non-mobilizable	other	18067.0	97.29299999999999	100.0	0.004323899559531349	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
ISR0381_000000000151	44380	0.7577112167430813	40	25	16	22	11	True	119539	fragment	False	ISR0046_000000000133	0.9156435688483299		0	0	False	False	0.9999324083328247	0					non-mobilizable	no_good_hit	14215.0	97.861	68.0	0.07897328059547055	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ENG0199_000000002598	8329	0.7577078862430976	16	11	3	4	9	True	101526	fragment	False	ISR0182_000000003109	0.9401588179234392		0	0	False	False	1.0	0					non-mobilizable	other	5056.0	98.00200000000001	98.0	0.0015106349838906459	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0050_000000018228	1562	0.7577069025979923	3	3	3	2	1	False	106466	fragment	False	ENG0043_000000020193	0.6887298932477965		0	0	False	False	0.9980793595314026	0					non-mobilizable	other	1563.0	95.266	100.0	0.002012882447665056	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0001_000000003814	7767	0.7577066160324146	8	4	3	3	2	False	93321	maximal	True	ISR0001_000000003814	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1705.0	91.20200000000001	24.0	0.0002600311204998393	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0064_000000013455	2026	0.7576954730806676	3	3	3	3	3	False	74685	fragment	False	MON0064_000000013455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	82.895	4.0	2.4969570416851995e-05	NC_013959.1	b-proteobacteria	Sideroxydans lithotrophicus ES-1, complete sequence	True	False
SPA0055_000000002026	12620	0.7576924152060712	11	5	3	5	2	True	108335	fragment	False	SPA0055_000000002026	1.0		0	0	False	False	0.9995245933532715	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001097645753127274	NZ_WFLN01000008.1	proteobacteria	Fluviispira multicolorata strain 33A1-SZDP NODE_5_length_245981_cov_96.820857, whole genome shotgun sequence	True	True
DEN0051_000000007297	5481	0.7576854218940337	5	4	2	3	3	False	96048	maximal	True	DEN0051_000000007297	1.0		2	2	False	False	0.992702066898346	0					non-mobilizable	no_good_hit	761.0	98.81700000000001	14.0	0.006326193292892681	NZ_NFIG01000011.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_11, whole genome shotgun sequence	True	False
MAD0007_000000000263	19196	0.75768539177524	34	3	0	3	0	True	19878	maximal	True	MAD0007_000000000263	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	0.0	0.0025894312841661074	NZ_LEKH01000024.1	actinobacteria	Rubrobacter aplysinae strain RV113 contig24_size31281, whole genome shotgun sequence	True	True
MON0107_000000007158	6685	0.7576822198257321	5	5	3	3	4	True	131889	maximal	True	MON0107_000000007158	1.0		1	1	False	False	0.9827973246574402	0					non-mobilizable	no_good_hit	793.0	72.131	12.0	0.005270691023545133	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ETH0003_000000013578	2756	0.7576816097548639	3	2	2	2	2	False	77253	fragment	False	MON0008_000000010142	0.5722966075893471		0	0	False	False	1.0	0					non-mobilizable	other	2729.0	97.948	99.0	0.0008213485591926457	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0844_000000007823	1609	0.7576733220080151	2	2	2	2	1	False	20710	maximal	True	ISR0844_000000007823	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	78.571	15.0	8.760916807670405e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0114_000000003460	7085	0.7576693443727284	12	1	1	1	1	False	32563	maximal	True	ISR0114_000000003460	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0111_01_000000011695	2152	0.7576693443727284	3	1	1	1	1	False	27100	maximal	True	USA0111_01_000000011695	1.0		0	0	False	False	0.9990706443786621	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000016467	1869	0.7576693443727284	3	1	1	1	1	False	80902	maximal	True	CHI0132_000000016467	1.0		1	1	False	False	0.995184600353241	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0845702190717676e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0247_000000008202	1706	0.7576693443727284	2	1	1	1	1	False	27099	fragment	False	ISR0247_000000008202	1.0		0	0	False	False	0.9970691800117493	0					non-mobilizable	no_good_hit								True	False
ISR0379_000000016476	1521	0.7576693443727284	2	1	1	1	1	False	23211	fragment	False	ISR0379_000000016476	1.0		0	0	False	False	0.9993425607681274	0					non-mobilizable	no_good_hit								True	False
ISR0802_000000001229	8107	0.7576554491570503	13	11	4	6	10	True	113923	fragment	False	ISR0802_000000001229	0.9711792818099602		0	0	False	False	1.0	0					non-mobilizable	other	8107.0	100.0	100.0	0.022010964751500932	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0185_000000002254	8077	0.7576554491570503	13	11	4	6	10	True	113923	fragment	False	ISR0802_000000001229	0.9684796980733567		0	0	False	False	1.0	0					non-mobilizable	other	8077.0	100.0	100.0	0.014070985648500645	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
SPA0145_000000005696	5564	0.7576344172887586	9	7	4	3	6	False	94429	backbone	False	CAN0015_000000007549	0.9929736804743314	PS499	0	0	True	True	1.0	107					non-mobilizable	chromosome	4749.0	94.988	100.0	0.0009140547627302313	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
DEN0018_000000006215	5379	0.7576344172887586	9	7	4	3	6	False	94429	backbone	False	CAN0015_000000007549	0.9862855708354616	PS499	0	0	True	True	1.0	31					non-mobilizable	chromosome	4579.0	94.868	100.0	0.0008816783764475666	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ISR0216_000000002408	8860	0.7576320487264715	12	7	6	5	6	False	67484	maximal	True	ISR0216_000000002408	1.0	PS314	1	1	True	True	1.0	19					non-mobilizable	no_good_hit	2265.0	98.675	27.0	0.0009323709815181339	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
SPA0077_000000018695	1519	0.7576290560219175	2	2	2	2	1	False	5684	maximal	True	SPA0077_000000018695	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	72.888	33.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
SPA0052_000000007094	4183	0.7576190983033119	4	4	4	4	4	False	132077	maximal	True	SPA0052_000000007094	1.0	PS1137	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	590.0	99.15299999999999	14.0	0.009227346785311442	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0112_000000001025	17957	0.7576163609257663	14	7	5	6	5	True	51350	fragment	False	FIJ0111_000000001168	0.9638887425591318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	85.45100000000001	6.0	0.008924080273359582	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0085_000000002148	10572	0.7576087954050008	7	7	6	6	6	False	130764	maximal	False	AST0113_000000002437	0.2863186065179367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2113.0	72.125	20.0	0.000807382807957621	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
ISR0139_000000011402	2265	0.7576070874351712	3	3	3	3	3	False	53931	fragment	False	ISR0139_000000011402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	92.523	5.0	2.9641138096664227e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0071_000000003036	7437	0.7575991777663691	13	10	7	7	7	True	120949	maximal	True	SPA0071_000000003036	1.0		20	3	False	False	1.0	0					non-mobilizable	other	4860.0	96.17299999999999	94.0	0.0013787703991025076	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
AST0031_000000002689	9830	0.7575984149296638	8	5	2	4	2	False	117619	fragment	False	AST0031_000000002689	1.0		0	0	False	False	0.99969482421875	0					non-mobilizable	no_good_hit	749.0	80.374	8.0	0.025963119773260088	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0051_000000018473	2074	0.757597328093967	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.44142624764388916		0	0	False	False	1.0	0					non-mobilizable	chromosome	2088.0	94.25299999999999	100.0	0.0006723560147660468	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AUS0018_000000012828	2186	0.757596053909419	3	3	2	3	1	False	99977	fragment	False	AUS0018_000000012828	1.0		0	0	False	False	0.9958828687667847	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000021269	1174	0.7575923389609467	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.19792405174124486		0	0	False	False	0.9855195879936218	0					non-mobilizable	chromosome	1174.0	100.0	100.0	0.0003283000522537253	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0096_000000039657	1101	0.7575923389609467	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.06802001152432796		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	98.094	100.0	0.0003081486423967191	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0177_000000020932	1246	0.7575887901679428	3	3	3	1	2	True	131026	fragment	False	CHI0117_000000007167	0.036369689141904374		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	97.75299999999999	100.0	0.0003764399963716627	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0103_000000011374	2491	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9886824114186957		0	0	False	False	1.0	0					non-mobilizable	other	2491.0	99.92	100.0	0.00048200784724261505	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0187_000000011805	2460	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9760660191282249		0	0	False	False	0.9995934963226318	0					non-mobilizable	chromosome	2461.0	98.74	100.0	0.0004461380393548543	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0139_000000011171	2456	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.983724529181274		0	0	False	False	1.0	0					non-mobilizable	other	2456.0	99.959	100.0	0.00047548133527554386	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0013_000000011399	2452	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9831853754235238		0	0	False	False	1.0	0					non-mobilizable	chromosome	2452.0	99.959	100.0	0.0004891881632032304	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0039_000000010857	2451	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9772943544792777		0	0	False	False	1.0	0					non-mobilizable	other	2451.0	98.939	100.0	0.00047451294151734517	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0137_000000006893	2451	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9824461428029636		0	0	False	False	0.9967360496520996	0					non-mobilizable	other	2451.0	99.959	100.0	0.00047451294151734517	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0015_000000007415	2450	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9822881118051809		0	0	False	False	1.0	0					non-mobilizable	other	2450.0	99.959	100.0	0.00047431926276570547	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0164_000000009407	2450	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.98225810710687		0	0	False	False	0.9967346787452698	0					non-mobilizable	other	2450.0	99.959	100.0	0.00047431926276570547	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0062_000000013454	2449	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9820477977109929		0	0	False	False	0.9991833567619324	0					non-mobilizable	other	2449.0	99.959	100.0	0.0004741255840140657	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0035_000000004388	2447	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9750790701531256		0	0	False	False	1.0	0					non-mobilizable	other	2447.0	99.91799999999999	100.0	0.0004737382265107863	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0152_000000003929	2443	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9728847982712686		0	0	False	False	0.9987720251083374	0					non-mobilizable	chromosome	2443.0	99.75399999999999	100.0	0.0004873918786382247	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0151_000000007451	2443	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9741437284406277		0	0	False	False	1.0	0					non-mobilizable	other	2443.0	100.0	100.0	0.00047296351150422734	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0138_000000010627	2441	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.973954450411016		0	0	False	False	1.0	0					non-mobilizable	other	2441.0	99.959	100.0	0.00047257615400094784	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0842_000000008916	2438	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9734601875173187		0	0	False	False	1.0	0					non-mobilizable	chromosome	2438.0	100.0	100.0	0.00048639394276877706	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0850_000000006111	2438	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9730660766584888		0	0	False	False	1.0	0					non-mobilizable	chromosome	2438.0	100.0	100.0	0.00048639394276877706	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0116_000000016412	2438	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9731159233235519		0	0	False	False	1.0	0					non-mobilizable	other	2438.0	100.0	100.0	0.00047199511774602865	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0821_000000012177	2438	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.972307283643263		0	0	False	False	1.0	0					non-mobilizable	chromosome	2438.0	99.836	100.0	0.00048639394276877706	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0087_000000005186	2438	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9734045068724679		0	0	False	False	1.0	0					non-mobilizable	other	2438.0	100.0	100.0	0.00047199511774602865	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0046_000000013223	2437	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9677057603142093		0	0	False	False	0.9991793036460876	0					non-mobilizable	other	2437.0	99.015	100.0	0.00047180143899438895	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0012_000000010038	2434	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9723528922343407		0	0	False	False	1.0	0					non-mobilizable	chromosome	2434.0	100.0	100.0	0.00048559559407321896	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0017_01_000000011347	2433	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9715067843600486		0	0	False	False	1.0	0					non-mobilizable	chromosome	2433.0	99.959	100.0	0.00048539600689932944	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0114_000000011492	2429	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.970395941550361		0	0	False	False	1.0	0					non-mobilizable	other	2429.0	99.876	100.0	0.00047025200898127107	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0140_000000009014	2429	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9710003808436589		0	0	False	False	1.0	0					non-mobilizable	other	2429.0	100.0	100.0	0.00047025200898127107	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0395_000000015909	2429	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9710003808436589		0	0	False	False	0.9995883107185364	0					non-mobilizable	other	2429.0	100.0	100.0	0.00047025200898127107	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0179_000000013762	2429	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9710003808436589		0	0	False	False	1.0	0					non-mobilizable	other	2429.0	100.0	100.0	0.00047025200898127107	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0008_000000003815	2429	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9710003808436589		0	0	False	False	1.0	0					non-mobilizable	other	2429.0	100.0	100.0	0.00047025200898127107	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0017_000000012267	2429	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9710003808436589		0	0	False	False	1.0	0					non-mobilizable	other	2429.0	100.0	100.0	0.00047025200898127107	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0079_000000009500	2429	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9710003808436589		0	0	False	False	1.0	0					non-mobilizable	other	2429.0	100.0	100.0	0.00047025200898127107	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0153_000000006458	2429	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.970207107154954		0	0	False	False	0.9979415535926819	0					non-mobilizable	other	2429.0	99.91799999999999	100.0	0.00047025200898127107	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0772_000000001971	2420	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9566557925833759		0	0	False	False	0.9991735816001892	0					non-mobilizable	other	2420.0	99.008	100.0	0.0004685089002165135	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0082_000000006930	2420	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9574021567395032		0	0	False	False	1.0	0					non-mobilizable	other	2420.0	99.132	100.0	0.0004685089002165135	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0112_000000007383	2393	0.7575872013567102	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9514424330980221		0	0	False	False	1.0	0					non-mobilizable	other	2393.0	99.958	100.0	0.0004632795739222407	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0224_000000015150	2012	0.7575870794668146	3	3	3	3	3	False	27740	fragment	False	ISR0224_000000015150	1.0		0	0	False	False	0.9945328235626221	0					non-mobilizable	no_good_hit	144.0	75.694	7.0	2.0743223781454136e-05	CP034446.1	a-proteobacteria	Mesorhizobium sp. M2A.F.Ca.ET.043.05.1.1 chromosome, complete genome	True	False
DEN0005_000000006562	4588	0.7575864894222554	5	5	5	5	5	False	96752	maximal	True	DEN0005_000000006562	1.0		88	13	False	False	0.9995640516281128	0					non-mobilizable	no_good_hit	1772.0	73.42	38.0	0.0005457852673736155	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
DEN0001_000000028269	1554	0.757585135242859	2	2	1	2	2	False	76803	maximal	True	DEN0001_000000028269	1.0		5	5	False	False	0.9980695247650146	0					non-mobilizable	no_good_hit	384.0	78.385	25.0	0.00013456934092540503	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0157_000000020022	1235	0.7575845635494135	2	2	2	1	1	False	91183	fragment	False	USA0008_01_000000005125	0.9370554782727187		0	0	False	False	0.99676114320755	0					non-mobilizable	other	1235.0	94.251	100.0	0.00702901605167523	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
ISR0033_000000010006	3006	0.7575800067686569	5	5	4	4	3	False	82571	maximal	True	ISR0033_000000010006	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	95.115	12.0	0.00040675925729991794	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0005_000000015375	1316	0.7575772681595117	2	2	2	2	2	True	90710	maximal	True	CHI0005_000000015375	1.0		18	5	False	False	0.9954407215118408	0					non-mobilizable	other	1324.0	76.133	99.0	0.0003444715160721378	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
MON0006_000000011095	1964	0.7575763212230258	4	3	2	3	1	True	124656	fragment	False	ISR0812_000000015709	0.16327155351218184		0	0	False	False	1.0	0					non-mobilizable	chromosome	1653.0	92.98200000000001	100.0	0.0005829449092359716	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0135_000000002490	7109	0.7575748442961182	10	6	3	3	3	False	58115	maximal	False	SPA0097_000000003917	0.9989526602429828		0	0	True	True	1.0	37					non-mobilizable	no_good_hit	254.0	85.039	4.0	0.03656716417910448	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
SPA0097_000000003917	7082	0.7575748442961182	11	6	3	3	3	False	58115	maximal	True	SPA0097_000000003917	0.9989536830357143		2	2	True	True	0.9998587965965271	21					non-mobilizable	no_good_hit	234.0	85.897	3.0	0.03373134328358209	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
ISR0289_000000002315	3293	0.7575729287626886	2	2	2	2	2	False	118075	fragment	False	ISR0289_000000002315	0.9993700787401575		0	0	False	False	0.9996963143348694	0					non-mobilizable	no_good_hit	132.0	79.545	4.0	6.0837042833021974e-05	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	False
SPA0130_000000013371	2442	0.7575672119769978	3	3	3	3	2	False	125351	fragment	False	ISR0212_000000010113	0.33193795567788936		0	0	False	False	0.9946764707565308	0					non-mobilizable	other	2424.0	98.845	99.0	0.009540959782643035	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0811_000000013543	1197	0.7575641977754072	3	3	3	2	1	False	40744	fragment	False	FIJ0132_000000026902	0.9391736801836266		0	0	False	False	0.9991645812988281	0					non-mobilizable	chromosome	1197.0	98.329	100.0	0.00022611687746960845	CP052262.1	enterobacteria	Klebsiella pneumoniae strain E16KP0288 chromosome, complete genome	False	False
FIJ0095_000000013380	2025	0.7575533903039525	3	3	3	3	2	False	48686	fragment	False	FIJ0110_000000007930	0.9728188066236458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.663	45.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0053_000000010194	2024	0.7575533903039525	3	3	3	3	2	False	48686	fragment	False	FIJ0110_000000007930	0.9727704498305642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.663	45.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
SPA0131_000000020459	1368	0.7575415973437414	2	2	2	2	2	False	3759	fragment	False	SPA0131_000000020459	1.0		0	0	False	False	0.9992690086364746	0					non-mobilizable	no_good_hit	894.0	93.177	65.0	0.00024750403406631114	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
USA0132_01_000000006771	2427	0.7575396711460721	3	1	1	1	1	False	21528	maximal	True	USA0132_01_000000006771	1.0		5	4	False	False	0.9967037439346313	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.426941857882513e-07	LR877221.1	rodents	Acomys russatus genome assembly, chromosome: 10	True	False
MON0078_000000038536	1237	0.7575381326363498	1	1	1	1	1	False	10132	maximal	True	MON0078_000000038536	1.0		1	1	False	False	0.9393694400787354	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.1254340695547872e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0099_000000009352	2389	0.7575375547129698	2	2	2	2	2	False	82283	fragment	False	FIJ0099_000000009352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	87.62899999999999	40.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0088_000000011906	2328	0.7575375547129698	2	2	2	2	2	False	82283	fragment	False	FIJ0099_000000009352	0.987233151946421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	88.65899999999999	39.0	0.00020318924775022989	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0179_000000009687	2069	0.757529474657643	3	2	0	2	1	True	77563	fragment	False	CHI0179_000000009687	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1098.0	95.62799999999999	96.0	0.00017607670261030498	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
AUS0024_000000005458	5687	0.7575212774368965	5	5	2	5	3	True	98984	fragment	False	AUS0024_000000005458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	74.566	3.0	0.0007093404792818653	NZ_AGDG01000008.1	CFB group bacteria	Bacteroides faecis MAJ27 contig008, whole genome shotgun sequence	True	True
AST0150_000000020744	1342	0.7574953522497013	1	1	1	1	1	False	103863	fragment	False	AST0150_000000020744	0.9761614009610704		0	0	False	False	0.9962742328643799	0					non-mobilizable	other	1315.0	78.783	97.0	0.010404494741728427	NZ_FUWW01000005.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
CHI0109_000000011658	1655	0.7574919879200226	2	2	2	2	2	False	82761	fragment	False	CHI0109_000000011658	1.0		0	0	False	False	0.9933534860610962	0					non-mobilizable	other	1598.0	96.18299999999999	96.0	0.0005630926444304426	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
AST0101_000000003073	3192	0.7574907949952876	3	3	2	3	2	False	108518	maximal	True	AST0101_000000003073	1.0		3	2	False	False	0.9902881979942322	0					non-mobilizable	other	1458.0	99.45100000000001	99.0	0.00023895662059904472	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0256_000000003129	5585	0.7574906189893138	5	2	0	0	2	False	127347	fragment	False	ISR0256_000000003129	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3508.0	88.084	83.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0015_000000004750	4934	0.7574906189893138	4	2	0	0	2	False	123182	fragment	False	ISR0015_000000004750	1.0		0	0	False	True	0.9997973442077637	0					non-mobilizable	no_good_hit	2001.0	97.351	58.0	0.3067955207853965	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0169_000000005408	4075	0.7574906189893138	3	2	0	0	2	False	123137	fragment	False	FIJ0169_000000005408	0.9753119080059102		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2002.0	96.853	63.0	0.3067955207853965	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0115_000000007688	4022	0.7574906189893138	3	2	0	0	2	False	123137	fragment	False	FIJ0169_000000005408	0.9719965974677499		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2002.0	96.853	64.0	0.3067955207853965	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0310_000000003888	3992	0.7574906189893138	3	2	0	0	2	False	123137	fragment	False	FIJ0169_000000005408	0.9669664481550838		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2012.0	97.81299999999999	65.0	0.3081761006289308	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0147_000000003586	3823	0.7574906189893138	4	2	0	0	2	False	123137	fragment	False	FIJ0169_000000005408	0.6879990089577465		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2120.0	99.85799999999999	70.0	0.3250498542721276	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
TAN0009_000000022255	1849	0.7574880713026008	3	1	1	1	1	False	2686	maximal	True	TAN0009_000000022255	1.0		39	5	False	False	0.9859383702278137	0					non-mobilizable	no_good_hit	116.0	93.103	12.0	3.870832669962372e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0068_000000025930	1242	0.7574847022030898	3	1	1	1	1	False	45023	fragment	False	FIJ0068_000000025930	1.0		0	0	False	False	0.9927536249160767	0					non-mobilizable	no_good_hit	893.0	80.627	71.0	0.0035972392712846817	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
ISR0169_000000025947	1254	0.7574792999930393	2	1	1	1	0	True	30081	maximal	True	ISR0169_000000025947	1.0		39	9	False	False	1.0	0					non-mobilizable	other	1184.0	99.40899999999999	100.0	0.0005195770300397215	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
MAD0036_000000020346	1531	0.757477608279874	2	2	2	2	2	False	18719	fragment	False	MAD0036_000000020346	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1519.0	74.194	98.0	0.00044069628828882193	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0041_000000000665	29222	0.7574688508337134	48	5	2	4	3	False	115260	fragment	False	ENG0041_000000000665	1.0		0	0	False	False	0.9999657869338989	0					non-mobilizable	no_good_hit	103.0	89.32	0.0	0.00026460598009515017	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
USA0012_01_000000000010	97320	0.7574538691671999	90	16	4	13	6	True	127415	maximal	False	SPA0046_000000000019	0.9146492473478968		0	0	True	True	1.0	356					non-mobilizable	virus	24403.0	97.71700000000001	97.0	0.25137794261577295	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
USA0042_01_000000001565	16767	0.7574491211323497	14	13	9	11	10	True	120810	maximal	True	USA0042_01_000000001565	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	8883.0	79.309	58.0	0.014061133698850472	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
MAD0002_000000033190	1351	0.7574487343926709	2	1	1	1	1	True	21504	fragment	False	MON0092_000000039664	0.9403832505322924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	7.897230704432978e-05	NZ_FXAZ01000003.1	firmicutes	Paenibacillus aquistagni strain 11, whole genome shotgun sequence	True	True
CAN0003_000000004189	10376	0.7574411926157913	10	5	4	5	4	True	101294	fragment	False	CAN0003_000000004189	0.9542329187305426		0	0	False	False	1.0	0					non-mobilizable	plasmid	7987.0	95.53	90.0	0.06906839193103569	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0026_000000013648	2368	0.7574401570935358	4	3	3	3	1	True	61388	maximal	True	FIJ0026_000000013648	1.0		6	5	False	False	0.9991554021835327	0					non-mobilizable	other	2210.0	91.176	93.0	0.0007924510687497083	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	True
ISR0091_000000004706	6645	0.7574360658046069	8	6	4	5	5	False	124412	maximal	True	ISR0091_000000004706	1.0	PS777	6	1	False	True	0.9998494982719421	0					non-mobilizable	no_good_hit	4193.0	99.38	63.0	0.04455687591675347	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	True
FIJ0009_000000003726	8803	0.7574175304973287	13	10	5	7	8	True	125397	fragment	False	SPA0032_000000002311	0.6569062031646968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7095.0	90.06299999999999	80.0	0.002019013086766759	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0097_000000010480	3114	0.7574133235769447	5	5	5	5	4	False	98888	fragment	False	SPA0097_000000010480	0.9912997159090908		0	0	False	False	1.0	0					non-mobilizable	other	3114.0	99.87200000000001	100.0	0.001374965990240524	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
ENG0109_000000003253	6925	0.7574091505299492	7	7	6	6	6	False	65696	maximal	True	ENG0109_000000003253	1.0		11	5	False	False	0.9979783296585083	0					non-mobilizable	no_good_hit	845.0	76.331	18.0	0.00023321423747752797	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0002_000000012439	1833	0.7574081577493696	2	2	2	2	1	False	67980	fragment	False	SPA0030_000000014884	0.6268187830687831		0	0	False	False	0.9989088773727417	0					non-mobilizable	other	1833.0	99.291	100.0	0.00044916591703523037	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0120_000000011562	3651	0.7574044123294897	5	3	0	1	2	False	130025	fragment	False	SPA0120_000000011562	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	933.0	97.535	50.0	0.1818359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0161_000000008822	3353	0.7574044123294897	5	3	0	1	2	False	130000	backbone	False	AST0087_000000010321	0.7108747715975878	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	943.0	97.87899999999999	43.0	0.1837890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0045_000000007950	3132	0.7574044123294897	5	3	0	1	2	False	130000	backbone	False	AST0087_000000010321	0.265584870664735	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	933.0	97.964	38.0	0.1818359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0028_000000013139	1480	0.757403389046489	2	2	2	2	1	False	61007	fragment	False	ISR0028_000000013139	0.9393515916483399		0	0	False	False	0.9972972869873047	0					non-mobilizable	other	1480.0	92.838	100.0	0.0003936137172384445	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
SPA0081_000000011303	1104	0.7573971811300372	2	2	2	2	1	False	5607	maximal	True	SPA0081_000000011303	1.0		105	9	False	False	0.9981883764266968	0					non-mobilizable	no_good_hit	708.0	92.93799999999999	87.0	0.0010165100206033786	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
DEN0018_000000006359	5287	0.7573925095154851	9	6	3	4	3	False	115728	fragment	False	ISR0053_000000003122	0.31038364718401895		0	0	False	False	0.9967845678329468	0					non-mobilizable	other	3338.0	99.76	99.0	0.02581364037327638	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0089_000000007134	3109	0.7573898738822713	4	3	3	3	2	False	15841	maximal	True	MAD0089_000000007134	1.0		1	1	False	False	0.9977484941482544	0					non-mobilizable	no_good_hit	921.0	98.046	30.0	0.998914223669924	NZ_JH604972.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld538, whole genome shotgun sequence	True	False
AST0102_000000001460	14453	0.7573876267565118	17	12	8	10	7	False	120541	maximal	True	AST0102_000000001460	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	3429.0	85.914	41.0	0.2963895157090783	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
ENG0182_000000008612	3265	0.7573860852169754	4	4	3	2	4	True	79822	fragment	False	ENG0182_000000008612	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3244.0	99.969	100.0	0.07090368296736943	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0012_000000013948	1675	0.7573778820913165	3	3	3	2	1	True	118554	fragment	False	AST0055_000000019849	0.9624164810690423		0	0	False	False	0.997611939907074	0					non-mobilizable	other	1675.0	99.28399999999999	100.0	0.11280323450134772	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0166_000000008966	2671	0.7573773564738404	4	4	3	4	3	False	77199	fragment	False	SPA0136_000000013989	0.9595205003474635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	71.182	26.0	0.005936342934622004	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
FIJ0021_000000018148	2712	0.7573742364259165	3	2	2	2	0	True	52323	fragment	False	FIJ0021_000000018148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1654.0	84.522	63.0	0.026107093008501458	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0002_000000026543	1431	0.7573742364259165	2	2	2	2	0	True	52321	fragment	False	FIJ0002_000000026543	1.0		0	0	False	False	0.9916142821311951	0					non-mobilizable	no_good_hit	617.0	84.117	43.0	0.009659307194518463	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
USA0084_01_000000005381	5804	0.7573735860502231	5	4	4	4	3	False	556	maximal	True	USA0084_01_000000005381	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1097.0	73.017	19.0	0.0005231113080672819	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
CHI0072_000000008588	1153	0.7573708363756885	2	2	2	2	1	False	84823	maximal	True	CHI0072_000000008588	1.0		10	7	False	False	0.9852558374404907	0					non-mobilizable	no_good_hit	767.0	78.227	65.0	0.0029279288002075888	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0109_000000008565	2888	0.7573692708846489	3	2	2	2	1	True	124819	fragment	False	ISR0088_000000008227	0.8902752544218285		0	0	False	False	0.9993074536323547	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	3.1116781280144385e-05	NC_018406.1	mycoplasmas	Mycoplasma gallisepticum VA94_7994-1-7P, complete sequence	True	True
MAD0002_000000014856	2513	0.7573686361440302	4	4	3	4	2	False	125442	fragment	False	MON0070_000000010284	0.5701014892389312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1607.0	85.00299999999999	81.0	0.0004479726719892084	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0153_000000010182	2927	0.7573658229250824	5	4	2	2	3	True	85188	fragment	False	ENG0153_000000010182	0.9916636462486408		0	0	False	False	0.9986333847045898	0					non-mobilizable	no_good_hit	472.0	98.09299999999999	24.0	0.0001662028161320476	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0190_000000014467	1569	0.7573618275596504	4	1	1	1	1	False	29176	fragment	False	ISR0190_000000014467	1.0		0	0	False	False	0.9420012831687927	0					non-mobilizable	no_good_hit								True	False
USA0021_01_000000009820	1839	0.7573572252307942	4	3	1	1	3	False	62210	fragment	False	USA0021_01_000000009820	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1845.0	94.959	100.0	0.0002834601248365172	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0096_000000005792	5827	0.7573557591179833	9	6	3	4	4	False	115728	fragment	False	ISR0053_000000003122	0.5040369444795041		0	0	False	False	0.9984554648399353	0					non-mobilizable	other	3349.0	99.522	100.0	0.025898757292972436	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0109_000000010861	2921	0.7573499634201446	3	2	2	1	1	False	125805	maximal	True	ISR0109_000000010861	1.0		22	5	False	False	1.0	0					non-mobilizable	chromosome	1570.0	98.917	90.0	0.0004204657763904581	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0814_000000027235	1527	0.7573499634201446	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.469591979677308		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	99.149	100.0	0.8023133543638276	NZ_JAAWUO010000037.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_37_length_1902_cov_261.886, whole genome shotgun sequence	False	False
DEN0093_000000023868	1313	0.7573499634201446	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.23080407892591084		0	0	False	False	0.9862909317016602	0					non-mobilizable	virus	1313.0	99.01	100.0	0.1821716189947237	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
SPA0119_000000007093	4873	0.7573481320749029	4	4	3	3	3	True	107450	fragment	False	ISR0338_000000003984	0.9312955692652832		0	0	False	False	1.0	0					non-mobilizable	other	4817.0	100.0	99.0	0.11841361166433086	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0012_000000011628	2033	0.7573379709173939	2	2	2	1	1	False	67067	maximal	True	ENG0012_000000011628	1.0		46	10	False	False	0.9995081424713135	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00010685113657949725	NZ_SACT01000010.1	b-proteobacteria	Rubrivivax albus strain ICH-3 NODE_10_length_252688_cov_62, whole genome shotgun sequence	True	False
AUS0022_000000021812	1560	0.7573328583745204	2	1	1	1	1	False	99118	fragment	False	AUS0022_000000021812	1.0		0	0	False	False	0.9846153855323792	0					non-mobilizable	no_good_hit								True	False
MON0050_000000012833	2663	0.7573296906085721	3	3	3	3	3	False	90144	fragment	False	MON0050_000000012833	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2576.0	99.728	97.0	0.0005236256859242299	CP024978.1	enterobacteria	Escherichia coli strain CV839-15 chromosome, complete genome	False	False
DEN0067_000000008930	3594	0.7573280673882442	4	3	3	3	3	False	70852	maximal	True	DEN0067_000000008930	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	2.0	1.9358389234523197e-05	CP019704.1	CFB group bacteria	Polaribacter sp. BM10, complete genome	True	False
AUS0016_000000010712	2595	0.7573275350124875	2	2	1	2	0	False	100446	fragment	False	ISR0316_000000006572	0.9497504252943971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0082_000000011461	2593	0.7573275350124875	2	2	1	2	0	False	100446	fragment	False	ISR0316_000000006572	0.7712532446781843		0	0	False	False	0.9973004460334778	0					non-mobilizable	no_good_hit								True	False
CHI0158_000000006546	2575	0.7573275350124875	2	2	1	2	0	False	100446	fragment	False	ISR0316_000000006572	0.7678949705057256		0	0	False	False	0.9922330379486084	0					non-mobilizable	no_good_hit								True	False
ISR0803_000000004443	3065	0.7573219989354255	5	1	0	1	0	True	29120	fragment	False	ISR0803_000000004443	1.0		0	0	False	False	0.9996737241744995	0					non-mobilizable	no_good_hit								True	True
MAD0005_000000018445	1661	0.7573219989354255	3	1	0	1	0	True	19947	fragment	False	MAD0005_000000018445	1.0		0	0	False	False	0.9981938600540161	0					non-mobilizable	no_good_hit								True	True
ISR0192_000000011463	1549	0.7573219989354255	4	1	0	1	0	True	29119	fragment	False	ISR0192_000000011463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000026727	1260	0.7573219989354255	2	1	0	1	0	True	45295	maximal	True	FIJ0066_000000026727	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	98.553	49.0	0.006665521756864092	NZ_QEKH01000021.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_121, whole genome shotgun sequence	True	True
MAD0056_000000012887	1121	0.7573219989354255	2	1	0	1	0	True	17025	maximal	True	MAD0056_000000012887	1.0		2	2	False	False	0.9991079568862915	0					non-mobilizable	no_good_hit								True	True
FIJ0033_000000003518	8377	0.75730903693047	13	12	5	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.0864749592393973	PS1166	0	0	False	True	1.0	0					non-mobilizable	chromosome	7861.0	99.44	95.0	0.0014817136507749718	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
FIJ0158_000000002095	8295	0.75730903693047	13	12	5	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.08646183325565429	PS1166	0	0	False	True	1.0	0					non-mobilizable	chromosome	7862.0	99.44	96.0	0.0014819022359411644	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
FIJ0141_000000003555	8278	0.75730903693047	13	12	5	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.08645599887912463	PS1166	0	0	False	True	1.0	0					non-mobilizable	chromosome	7863.0	99.44	96.0	0.001482090821107357	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
FIJ0119_000000001920	8246	0.75730903693047	14	12	5	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.08642509430709878	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7862.0	99.44	95.0	0.2936582084532307	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
DEN0069_000000011255	2480	0.7573086954789587	2	2	2	2	2	False	70735	fragment	False	DEN0069_000000011255	1.0		0	0	False	False	0.9995967745780945	0					non-mobilizable	other	2354.0	99.958	95.0	0.019124173019717486	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
DEN0031_000000009547	3420	0.7572920387155807	6	3	2	2	2	True	73807	maximal	True	DEN0031_000000009547	1.0		1	1	False	False	0.9994152188301086	0					non-mobilizable	no_good_hit	2417.0	95.366	71.0	0.2907724020856069	JQ680362.1	viruses	Unidentified phage clone 2019_scaffold260 genomic sequence	True	True
USA0027_01_000000014521	1875	0.7572858176764157	3	2	1	2	2	True	76227	fragment	False	ISR0841_000000007224	0.9467905890271302		0	0	False	False	0.9983999729156494	0					non-mobilizable	other	1825.0	100.0	97.0	0.0006142257926341397	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
ENG0206_000000014288	1785	0.7572858176764157	2	2	1	2	2	True	76227	fragment	False	ISR0841_000000007224	0.9244763923944136		0	0	False	False	0.967507004737854	0					non-mobilizable	other	1785.0	100.0	100.0	0.000600755928760584	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
DEN0007_000000020276	1253	0.7572858176764157	2	2	1	2	2	True	76226	fragment	False	DEN0007_000000020276	0.9525237366603893		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	99.92	100.0	0.00042160673924229324	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
FIJ0071_000000024961	1473	0.7572846829900434	2	1	1	1	1	False	44846	fragment	False	FIJ0071_000000024961	0.9789135096497499		0	0	False	False	0.9993211030960083	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.033630069238377844	CR715693.2	bony fishes	Tetraodon nigroviridis full-length cDNA	True	False
CAN0011_000000011103	2756	0.7572797088163443	4	3	3	3	2	False	94499	maximal	True	CAN0011_000000011103	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2730.0	84.139	99.0	0.0010992878931300987	NZ_CP018787.1	b-proteobacteria	Oxalobacter formigenes strain HC-1, complete genome	False	False
ENG0179_000000025647	1251	0.7572768413701094	2	2	2	2	1	False	124601	fragment	False	ENG0179_000000025647	0.9917844960581692		0	0	False	False	1.0	0					non-mobilizable	chromosome	1251.0	99.76	100.0	0.0005283461960975928	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0108_000000018154	1554	0.7572664083425232	2	2	2	2	2	False	4678	maximal	True	SPA0108_000000018154	1.0		21	8	False	False	0.9961389899253845	0					non-mobilizable	other	1554.0	99.421	100.0	0.0004067065464302793	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ISR0816_000000009770	4401	0.7572659425267436	5	5	3	4	4	False	21430	maximal	True	ISR0816_000000009770	1.0		38	7	False	False	0.9890933632850647	0					non-mobilizable	no_good_hit	1664.0	77.043	38.0	0.0004716126868668864	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0270_000000002971	2374	0.7572610099746483	2	2	2	2	2	False	78896	fragment	False	ISR0107_000000010771	0.9940526538520899		0	0	False	False	1.0	0					non-mobilizable	chromosome	1793.0	99.052	100.0	0.0006085798546136367	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0279_000000008961	2354	0.7572610099746483	2	2	2	2	2	False	78896	fragment	False	ISR0107_000000010771	0.989211099542506		0	0	False	False	0.9978759288787842	0					non-mobilizable	chromosome	1773.0	98.36399999999999	100.0	0.0006017838763376609	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0087_000000030748	1261	0.7572602845865347	3	2	2	2	2	False	74124	fragment	False	ISR0087_000000030748	0.9910963897761903		0	0	False	False	0.9928628206253052	0					non-mobilizable	other	1261.0	99.04799999999999	100.0	0.00044426846085307304	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
USA0035_01_000000022384	1175	0.7572600033056183	1	1	1	1	1	False	111801	maximal	False	CHI0013_000000008438	0.6522366522366522		0	0	False	False	0.9940425753593445	0					non-mobilizable	other	1176.0	99.32	100.0	0.0018791942015263855	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
CHI0013_000000008438	1155	0.7572600033056183	1	1	1	1	1	False	111801	maximal	True	CHI0013_000000008438	0.947202654782442		3	3	False	False	0.9913420081138611	0					non-mobilizable	other	1116.0	99.104	100.0	0.001783235348682485	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
FIJ0083_000000003336	8892	0.7572585861196715	11	5	4	5	4	False	65176	maximal	True	FIJ0083_000000003336	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	77.633	17.0	0.00036282503703525274	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0341_000000009463	1455	0.7572578627608646	2	2	2	2	1	False	24353	maximal	True	ISR0341_000000009463	1.0		1	1	False	False	0.9958763122558594	0					non-mobilizable	other	1467.0	79.686	100.0	0.03337905807041609	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0038_000000003818	2972	0.7572574307227281	4	3	3	2	1	False	127779	maximal	True	CHI0038_000000003818	1.0		8	3	False	False	0.9989905953407288	0					non-mobilizable	no_good_hit	1981.0	98.788	77.0	0.03786430046661057	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0016_000000005045	8193	0.757251878145136	8	8	8	8	8	False	95742	fragment	False	CAN0016_000000005045	1.0		0	0	False	False	0.9982911944389343	0					non-mobilizable	chromosome	8188.0	99.927	99.0	0.002279152312349932	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0037_000000002778	4623	0.7572517827291646	5	5	5	3	4	False	63880	fragment	False	MAD0037_000000002778	1.0		0	0	False	False	0.9991347789764404	0					non-mobilizable	chromosome	4623.0	99.82700000000001	100.0	0.0008598682626754293	CP028391.2	enterobacteria	Klebsiella pneumoniae strain WCHKP13F2 chromosome, complete genome	False	False
FIJ0018_000000002072	11607	0.7572486586313792	12	9	7	9	5	False	50055	maximal	True	FIJ0018_000000002072	1.0		6	2	False	False	0.999483048915863	0					non-mobilizable	no_good_hit	962.0	71.414	8.0	0.003297464327271577	NZ_FUWM01000003.1	firmicutes	Selenihalanaerobacter shriftii strain ATCC BAA-73, whole genome shotgun sequence	True	False
ENG0158_000000004523	3784	0.7572391547108996	4	4	3	4	0	True	114128	fragment	False	MAD0047_000000009284	0.9237695078031213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2418.0	93.67200000000001	64.0	0.1600053202101483	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
USA0005_01_000000010186	3464	0.7572344076344736	5	5	3	4	2	True	40772	fragment	False	USA0005_01_000000010186	1.0		0	0	False	False	0.9976905584335327	0					non-mobilizable	no_good_hit	162.0	88.889	5.0	0.19121140142517815	NZ_QSFS01000039.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf39, whole genome shotgun sequence	True	True
ISR0118_000000001139	8990	0.7572315803917783	9	8	6	5	6	False	125108	maximal	True	ISR0118_000000001139	1.0		91	6	False	False	1.0	0					non-mobilizable	no_good_hit	2524.0	100.0	28.0	0.01599132931490179	NZ_CYZN01000008.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0796_000000009387	2437	0.7572293093744594	3	1	1	1	1	False	47480	fragment	False	ISR0796_000000009387	1.0		0	0	False	False	0.9983586668968201	0					non-mobilizable	no_good_hit								True	False
ENG0007_000000016138	1553	0.7572276666903961	3	3	3	3	3	False	69046	fragment	False	ENG0007_000000016138	0.9979281767955801		0	0	False	False	0.9851899743080139	0					non-mobilizable	chromosome	1553.0	100.0	100.0	0.0002934225700943414	CP052262.1	enterobacteria	Klebsiella pneumoniae strain E16KP0288 chromosome, complete genome	False	False
MON0060_000000019931	2037	0.7572262924153803	3	3	3	3	3	False	10894	maximal	True	MON0060_000000019931	1.0		2	1	False	False	0.976926863193512	0					non-mobilizable	no_good_hit	194.0	80.41199999999999	10.0	0.00012003965662438534	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0149_000000003147	7919	0.7572255802047898	12	7	2	5	4	True	93896	fragment	False	ENG0149_000000003147	1.0		0	0	False	False	0.9987372159957886	0					non-mobilizable	other	4723.0	99.428	99.0	0.12402489953510362	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0012_000000007086	3348	0.7572232787875682	6	3	3	3	2	True	38195	fragment	False	ISR0012_000000007086	1.0		0	0	False	False	0.9988052845001221	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.0355850422195417e-05	NZ_UFXU01000002.1	firmicutes	Enterococcus malodoratus strain NCTC12365, whole genome shotgun sequence	True	True
ENG0143_000000002453	8181	0.7572180182726181	9	5	5	4	3	False	110455	maximal	True	ENG0143_000000002453	1.0		27	6	False	False	0.9993888139724731	0					non-mobilizable	other	8181.0	99.939	100.0	0.002840466926070039	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MON0007_000000023499	2576	0.7572133248436992	2	2	2	2	2	False	13975	fragment	False	MON0007_000000023499	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	89.869	94.0	0.00038910248031749796	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0022_000000018818	1643	0.7572112222679597	3	3	3	3	2	False	73610	fragment	False	FIJ0006_000000016351	0.31746171666659617		0	0	False	False	0.9573950171470642	0					non-mobilizable	other	1624.0	99.631	99.0	0.058494918186405245	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
DEN0053_000000000260	19002	0.7572073754554643	24	10	2	10	7	False	72165	maximal	True	DEN0053_000000000260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1197.0	99.749	6.0	0.000272302322971046	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
FIJ0125_000000014532	1292	0.7572000310873971	2	2	2	2	2	False	125698	fragment	False	FIJ0125_000000014532	0.925612348706699		0	0	False	False	0.9992260336875916	0					non-mobilizable	other	1292.0	97.91	100.0	0.00040162791522446674	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0190_000000010203	2991	0.7571951276634304	3	3	3	2	2	False	54815	maximal	True	ENG0190_000000010203	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	81.89699999999999	35.0	0.007121295279912184	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	True	False
ISR0353_000000005982	5526	0.7571948753023374	7	7	5	6	5	False	127000	fragment	False	ENG0051_000000004628	0.6976807819244141		0	0	False	False	0.9998190402984619	0					non-mobilizable	chromosome	2265.0	95.93799999999999	96.0	0.0009996229337520212	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0130_000000029376	1155	0.7571945477038385	2	1	1	1	1	False	3782	fragment	False	SPA0130_000000029376	1.0		0	0	False	False	0.9991341829299927	0					non-mobilizable	plasmid	1155.0	99.48100000000001	100.0	0.004731809414371896	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MAD0106_000000000946	11569	0.7571915979744294	9	7	7	7	7	False	101158	maximal	True	MAD0106_000000000946	1.0		1	1	False	False	0.9973204135894775	0					non-mobilizable	no_good_hit	3950.0	73.013	34.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ENG0028_000000004029	3839	0.7571914010697787	3	3	3	3	3	False	65906	fragment	False	ENG0028_000000004029	0.9840648588202404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	7.426868553710185e-05	NZ_NMZM01000002.1	a-proteobacteria	Oceaniglobus indicus strain 1-19b NODE_2_length_538585_cov_323.247, whole genome shotgun sequence	True	False
USA0079_01_000000007108	1809	0.7571896038463033	2	2	2	1	1	True	116461	maximal	True	USA0079_01_000000007108	1.0		0	0	False	False	0.9922609329223633	0					non-mobilizable	no_good_hit	1278.0	97.26100000000001	71.0	0.00516024668890911	NZ_MCGI01000007.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000007, whole genome shotgun sequence	True	True
DEN0073_000000030164	1757	0.7571792694639704	3	3	3	3	3	False	70144	maximal	True	DEN0073_000000030164	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	84.18299999999999	97.0	0.04277740231783935	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0017_01_000000011180	2467	0.7571780790919403	3	3	3	3	3	False	109905	fragment	False	ISR0264_000000003881	0.9171112804878049		0	0	False	False	0.9862180948257446	0					non-mobilizable	chromosome	1952.0	93.03299999999999	97.0	0.0006502998885536786	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0080_000000009319	3206	0.7571615178703986	4	3	3	3	3	False	93630	fragment	False	ISR0080_000000009319	1.0		0	0	False	False	0.9990642666816711	0					non-mobilizable	no_good_hit	1503.0	77.911	46.0	0.07956259426847662	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
SPA0131_000000009550	2632	0.7571615178703986	3	3	3	3	3	False	93624	fragment	False	ISR0112_000000012858	0.6721002755076885		0	0	False	False	0.9920212626457214	0					non-mobilizable	no_good_hit	1495.0	77.793	56.0	0.07918552036199095	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ISR0141_000000004395	8043	0.7571541834755017	8	4	2	4	3	True	31220	fragment	False	ISR0141_000000004395	1.0		0	0	False	False	0.9951510429382324	0					non-mobilizable	no_good_hit	85.0	84.706	1.0	0.0021308439664138403	NZ_WNAJ01000030.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold30_size39421, whole genome shotgun sequence	True	True
MON0107_000000056320	1109	0.7571491318715713	2	2	2	2	2	False	10460	fragment	False	MON0069_000000047270	0.9828646748681897		0	0	False	False	0.9792606234550476	0					non-mobilizable	no_good_hit								True	False
CAN0005_000000006900	2491	0.7571466882626084	3	2	2	2	2	False	95931	fragment	False	CAN0005_000000006900	1.0		0	0	False	False	0.9967884421348572	0					non-mobilizable	no_good_hit	72.0	86.111	3.0	0.1440329218106996	XM_022977788.1	moths	PREDICTED: Spodoptera litura NADH-dependent butanol dehydrogenase A-like (LOC111361409), mRNA	True	False
ISR0809_000000004731	1363	0.757145889833918	2	1	1	1	1	False	21733	fragment	False	ISR0809_000000004731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	88.75	6.0	0.00011930194048582931	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
SPA0126_000000028541	1564	0.7571439160103967	3	2	2	1	2	False	3957	fragment	False	SPA0126_000000028541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	75.641	15.0	0.0005318514850577242	NZ_QKWJ01000001.1	b-proteobacteria	Cupriavidus lacunae strain S23 Cupriavidus_S23_1, whole genome shotgun sequence	True	False
USA0020_01_000000005893	5824	0.7571368874182489	6	3	3	3	3	False	1805	maximal	True	USA0020_01_000000005893	1.0		1	1	False	False	0.9972527623176575	0					non-mobilizable	no_good_hit	277.0	74.007	5.0	0.00010687049006531924	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
USA0020_01_000000015203	2298	0.7571367797982577	3	3	3	3	2	False	1795	maximal	True	USA0020_01_000000015203	1.0		1	1	False	False	0.9908615946769714	0					non-mobilizable	no_good_hit	421.0	94.774	18.0	0.000878225649625604	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0124_000000026205	1180	0.7571362107771458	2	1	1	1	1	False	58898	maximal	True	ENG0124_000000026205	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0131_000000006731	2472	0.7571316405861546	3	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.9580035448998593		0	0	False	False	0.9983818531036377	0					non-mobilizable	other	2472.0	99.23100000000001	100.0	0.0007797230358142474	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
AST0046_000000000393	31288	0.7571297673757946	31	13	6	11	6	True	117577	fragment	False	AST0046_000000000393	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	11650.0	99.837	93.0	0.2630711204462814	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	True
SPA0084_000000002242	6144	0.7571293507346711	4	4	4	3	4	False	86165	maximal	True	SPA0084_000000002242	0.9781573328953852		154	11	False	False	1.0	0					non-mobilizable	chromosome	6144.0	99.88600000000001	100.0	0.00109199415232954	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0097_000000009153	3526	0.7571251655922049	6	3	2	3	2	False	125886	fragment	False	SPA0097_000000009153	0.8956720266250936		0	0	False	False	0.9994328022003174	0					non-mobilizable	other	2526.0	94.854	98.0	0.050228858107973055	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0120_000000012738	3295	0.7571251655922049	6	3	2	3	2	False	125886	fragment	False	SPA0097_000000009153	0.8817670764170042		0	0	False	False	1.0	0					non-mobilizable	other	2290.0	94.236	98.0	0.04545181987167956	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
AST0087_000000028504	1285	0.7571163317765485	1	1	1	1	1	False	110552	fragment	False	ISR0261_000000013796	0.9569866575996272		0	0	False	False	0.991439700126648	0					non-mobilizable	other	1285.0	99.76700000000001	100.0	0.0056411292802727424	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
ISR0850_000000012957	1221	0.7571134466869621	2	2	2	2	2	False	82044	fragment	False	MON0052_000000019897	0.5787426289000748		0	0	False	False	0.9721539616584778	0					non-mobilizable	other	1227.0	80.11399999999999	100.0	0.004721091544250067	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0084_000000010899	2296	0.7571076913338887	3	2	2	2	2	False	95502	fragment	False	ISR0084_000000010899	1.0		0	0	False	False	0.9982578158378601	0					non-mobilizable	chromosome	1200.0	81.75	93.0	0.00033277814333306	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0157_000000011518	2676	0.7571054848659029	3	3	2	3	2	False	83818	maximal	False	CHI0090_000000004735	0.964644585039077		0	0	False	False	0.9955157041549683	0					non-mobilizable	no_good_hit	514.0	88.132	19.0	0.00023831843260158848	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0073_000000002029	2594	0.757105477067386	3	2	2	2	2	True	77295	fragment	False	MAD0007_000000002577	0.9574166075230661		0	0	False	False	1.0	0					non-mobilizable	other	2592.0	89.005	99.0	0.06977757207808119	NZ_KB904241.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_21.22, whole genome shotgun sequence	False	True
ISR0106_000000005883	3840	0.7571022010856677	4	4	4	4	2	True	121151	fragment	False	ISR0085_000000005487	0.980124023874818		0	0	False	False	0.9976562261581421	0					non-mobilizable	no_good_hit	3194.0	99.969	83.0	0.10122689661731604	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0151_000000004439	3819	0.7571022010856677	4	4	4	4	2	True	121151	fragment	False	ISR0085_000000005487	0.9763533625453471		0	0	False	False	0.9994763135910034	0					non-mobilizable	no_good_hit	3186.0	99.46600000000001	83.0	0.2387019410927078	MK232331.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_1-CL12_c1 sequence	True	True
SPA0041_000000026935	1253	0.757096662816682	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.5009745328497955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	73.161	39.0	0.0021184425556199254	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
ENG0070_000000004207	5323	0.7570957114410717	6	4	2	3	4	False	126143	fragment	False	FIJ0129_000000003927	0.3893177431543788		0	0	False	False	0.999812126159668	0					non-mobilizable	no_good_hit	1599.0	74.171	29.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
DEN0016_000000006010	1558	0.7570937873560353	2	2	2	2	2	False	75322	fragment	False	ENG0139_000000012865	0.9671876953232429		0	0	False	False	0.9987162947654724	0					non-mobilizable	no_good_hit	1080.0	80.37	69.0	0.00291371324160129	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
ISR0175_000000010194	2112	0.7570937246294038	4	4	4	4	3	False	100788	fragment	False	ISR0175_000000010194	0.8023653648569355		0	0	False	False	0.9938446879386902	0					non-mobilizable	other	2112.0	97.064	100.0	0.0005862227924310334	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0034_000000025629	1100	0.7570895399686582	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.08577891462736499	PS1128	0	0	False	True	0.9981818199157715	0					non-mobilizable	other	1105.0	80.814	99.0	0.0003043582096183859	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0275_000000001501	8425	0.7570892462772165	8	6	0	2	5	True	118878	fragment	False	ISR0275_000000001501	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8353.0	99.53299999999999	99.0	0.004289493565502857	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
MON0041_000000030642	2097	0.7570860187291599	3	1	1	1	1	False	11809	maximal	True	MON0041_000000030642	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	0.20920502092050208	NZ_QFFN01000092.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c92, whole genome shotgun sequence	True	False
MON0005_000000046008	1194	0.7570787745039346	2	2	2	2	2	False	124601	fragment	False	ENG0179_000000025647	0.98637147184357		0	0	False	False	0.9941373467445374	0					non-mobilizable	chromosome	1194.0	99.916	100.0	0.0005042536095555425	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MON0040_000000023772	1181	0.7570787745039346	2	2	2	2	2	False	124601	fragment	False	ENG0179_000000025647	0.9835972762992405		0	0	False	False	0.9991532564163208	0					non-mobilizable	chromosome	1181.0	100.0	100.0	0.0004987588091161276	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0236_000000010082	1153	0.7570762727667262	1	1	1	1	1	False	48825	fragment	False	MON0102_000000036036	0.47627416520210897		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	96.01	100.0	0.01585814469351483	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0074_000000005742	2547	0.7570738797697487	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9834692674375622		0	0	False	False	1.0	0					non-mobilizable	other	2532.0	98.381	99.0	0.0004896198841452444	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0107_000000000160	53365	0.7570661128053043	51	19	15	19	9	True	130572	maximal	True	ISR0107_000000000160	1.0		1	1	False	False	0.9999812841415405	0					non-mobilizable	no_good_hit	1947.0	71.238	4.0	0.0008544225449143694	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	True
ISR0394_000000011807	1613	0.7570577621255824	3	2	1	2	1	False	22754	maximal	True	ISR0394_000000011807	1.0		98	10	False	False	0.9962802529335022	0					non-mobilizable	other	1091.0	99.45	91.0	0.0003958475950442786	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0039_000000008836	4876	0.7570565627936499	5	4	4	4	3	True	76924	fragment	False	MON0039_000000008836	1.0		0	0	False	False	0.9946677684783936	0					non-mobilizable	no_good_hit								True	True
ENG0120_000000011579	1844	0.7570558805976036	3	3	3	3	3	False	127016	fragment	False	ISR0359_000000014952	0.9659722143965505		0	0	False	False	1.0	0					non-mobilizable	other	1842.0	97.50299999999999	99.0	0.007062081875652121	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0071_000000025724	1431	0.7570486267757166	1	1	1	1	1	False	44840	fragment	False	FIJ0071_000000025724	0.9882308276385725		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	75.058	90.0	0.006984095998785375	NZ_FXLO01000006.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	False	False
MON0020_000000015396	1411	0.7570471865416865	1	1	1	1	0	True	13101	maximal	True	MON0020_000000015396	1.0		0	0	False	False	0.90007084608078	0	IncW				non-mobilizable	no_good_hit	911.0	100.0	65.0	0.0804811178915716	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	True	True
ISR0395_000000018960	2046	0.7570422294036363	2	1	1	1	1	False	95810	fragment	False	MON0088_000000014694	0.9445855402248822		0	0	False	False	0.9965786933898926	0					non-mobilizable	no_good_hit	483.0	76.19	32.0	0.00013366475481325942	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0007_000000001001	16270	0.7570369442421502	22	2	0	2	0	True	8220	maximal	True	SPA0007_000000001001	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	96.169	2.0	0.0017847826683873801	NZ_VZBY01000014.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_7_length_145674_cov_20.4108_ID_13, whole genome shotgun sequence	True	True
FIJ0018_000000010466	2583	0.7570369112844079	4	3	3	3	2	False	50005	fragment	False	FIJ0018_000000010466	1.0		0	0	False	False	0.9969028234481812	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	0.00021504783435802706	NZ_JAAIUD010000004.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_4_length_181355_cov_306.037, whole genome shotgun sequence	True	False
ISR0810_000000006748	2297	0.7570357284505379	3	2	2	2	2	False	68605	maximal	True	ISR0810_000000006748	1.0	PS8	1	1	False	True	0.9917283654212952	0					non-mobilizable	no_good_hit	1334.0	74.363	56.0	0.0005512251660487216	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0131_000000013324	2357	0.7570309606471297	2	2	2	2	2	False	35946	fragment	False	ISR0131_000000013324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0087_000000015675	2057	0.7570225046864687	4	2	2	2	2	False	58509	maximal	True	FIJ0087_000000015675	0.9803054978301284		16	7	False	False	0.9922216534614563	0					non-mobilizable	no_good_hit	200.0	77.0	10.0	0.017187227359972083	NZ_VZPB01000088.1	b-proteobacteria	Ideonella dechloratans strain CCUG 30977 contig_0000088, whole genome shotgun sequence	True	False
MAD0093_000000010901	2786	0.7570148098836899	3	3	3	3	2	False	15678	maximal	True	MAD0093_000000010901	1.0		1	1	False	False	0.9992821216583252	0					non-mobilizable	other	2792.0	88.682	99.0	0.006788207440206962	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
TAN0019_000000000402	9917	0.7570113409963524	17	13	11	13	10	False	2527	maximal	True	TAN0019_000000000402	1.0		3	1	False	False	0.99989914894104	0					non-mobilizable	no_good_hit	264.0	87.87899999999999	3.0	9.31361491141619e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0154_000000003873	7673	0.7570065126377054	9	7	5	4	6	True	118271	maximal	True	FIJ0154_000000003873	1.0		542	15	False	False	1.0	0					non-mobilizable	other	7675.0	93.681	99.0	0.03210081288555526	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0064_000000021628	1348	0.7569978321157741	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.052382334677997994		0	0	False	False	0.9992581605911255	0					non-mobilizable	other	1348.0	99.48100000000001	100.0	0.0028165951191564016	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0842_000000017894	1309	0.7569978321157741	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.0491569255574713		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	99.236	100.0	0.0027350455945483096	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0113_000000028478	1303	0.7569978321157741	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04902740301944823		0	0	False	False	0.9984650611877441	0					non-mobilizable	other	1303.0	99.54	100.0	0.0027224995138393727	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0088_000000004252	2865	0.7569964687887037	2	2	2	2	2	False	110442	fragment	False	AST0088_000000004252	1.0		0	0	False	False	0.9958115220069885	0					non-mobilizable	no_good_hit	1191.0	76.994	41.0	0.01390265779162536	NZ_QIBX01000012.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_012, whole genome shotgun sequence	True	False
ENG0065_000000010928	2570	0.7569916846057001	3	3	2	2	1	True	95189	fragment	False	ENG0065_000000010928	1.0		0	0	False	False	0.9844357967376709	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.00652215614809131	NZ_WHJC01000240.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig240, whole genome shotgun sequence	True	True
MON0062_000000012985	3031	0.7569854180750101	4	4	4	4	4	True	76294	fragment	False	MON0062_000000012985	0.9998248686514886		0	0	False	False	0.9990102052688599	0					non-mobilizable	other	2936.0	99.59100000000001	97.0	0.011728459196150988	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	False	True
USA0130_01_000000013132	2855	0.7569854180750101	4	4	4	4	4	True	76294	fragment	False	MON0062_000000012985	0.9708017156054107		0	0	False	False	0.9996497631072998	0					non-mobilizable	other	2812.0	99.538	98.0	0.011232946780368118	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	False	True
ENG0209_000000005406	3481	0.7569824687764332	6	2	2	2	2	False	113574	fragment	False	ENG0209_000000005406	1.0		0	0	False	False	0.9933927059173584	0					non-mobilizable	no_good_hit	1746.0	89.691	81.0	0.0004883918083399409	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0317_000000009438	2115	0.7569821494624219	3	3	3	3	1	False	54942	fragment	False	ISR0317_000000009438	0.9733802109492717		0	0	False	False	0.99858158826828	0					non-mobilizable	no_good_hit	969.0	89.164	55.0	0.000270914820895514	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0041_000000030387	2111	0.7569821494624219	3	3	3	3	1	False	70403	maximal	True	MON0041_000000030387	0.9992693619094009		4	1	False	False	0.9990525841712952	0					non-mobilizable	no_good_hit	950.0	91.368	57.0	0.00026613727737349765	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0051_000000017101	2053	0.7569821494624219	3	3	3	3	1	False	70403	maximal	False	MON0041_000000030387	0.9855518711511132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	91.368	55.0	0.00026613727737349765	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0031_000000000176	55430	0.756974147331865	52	26	12	21	10	True	132147	fragment	False	ISR0104_000000000158	0.8490441113263167		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	99.25200000000001	8.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0312_000000008771	1983	0.7569733932773167	5	2	1	2	1	False	25254	maximal	True	ISR0312_000000008771	1.0		1	1	False	False	0.9934442639350891	0					non-mobilizable	no_good_hit								True	False
MON0022_000000017819	1726	0.7569732003501797	2	2	2	2	2	False	13018	fragment	False	MON0035_000000016024	0.9406354515050167		0	0	False	False	0.9855156540870667	0					non-mobilizable	no_good_hit	638.0	73.51100000000001	36.0	0.0072575861547587205	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	True	False
CHI0049_000000013320	1241	0.7569612263328989	2	2	2	2	0	True	86744	fragment	False	CHI0049_000000013320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0031_000000009868	1473	0.7569584699309299	2	2	2	2	2	False	18944	fragment	False	MAD0031_000000009868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	86.667	7.0	2.7285995803728685e-05	AP014583.1	CFB group bacteria	Winogradskyella sp. PG-2 DNA, complete genome	True	False
CHI0132_000000015060	2044	0.7569555188090848	4	4	4	3	4	False	120650	fragment	False	AUS0022_000000016804	0.9978736129764156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	80.398	51.0	0.013014591741695126	NZ_FOJY01000015.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
MAD0043_000000014635	1778	0.7569429834869498	3	3	2	2	3	False	18030	maximal	True	MAD0043_000000014635	1.0		1	1	False	False	0.9910011291503906	0					non-mobilizable	no_good_hit								True	False
AST0031_000000005972	4853	0.7569408691949353	5	5	5	5	5	False	131689	maximal	True	AST0031_000000005972	1.0		76	8	False	False	0.9977333545684814	0					non-mobilizable	other	4853.0	98.949	100.0	0.005704034440517924	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0079_000000011864	2778	0.756937985186111	5	3	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.13147951855860834		0	0	False	False	0.9985601305961609	0					non-mobilizable	other	2778.0	99.244	100.0	0.24982007916516732	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0062_000000006242	2728	0.756937985186111	5	3	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.12241387516640792		0	0	False	False	1.0	0					non-mobilizable	other	2728.0	99.743	100.0	0.2453220582943505	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0177_000000010352	2726	0.756937985186111	5	3	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.12309218401427482		0	0	False	False	1.0	0					non-mobilizable	other	2726.0	99.743	100.0	0.24514213745951782	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0089_01_000000002969	2707	0.756937985186111	6	3	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.09014244810648255		0	0	False	False	1.0	0					non-mobilizable	other	2707.0	100.0	100.0	0.24343288952860742	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0843_000000006429	2567	0.756937985186111	5	3	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.09741322853141791		0	0	False	False	1.0	0					non-mobilizable	other	2567.0	98.90899999999999	100.0	0.0007678770056148387	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0366_000000007714	2380	0.756937985186111	5	3	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.01404724327493184		0	0	False	False	0.99873948097229	0					non-mobilizable	other	2380.0	99.286	100.0	0.21401583303346527	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0023_000000030453	1156	0.756935777136164	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1619916752141766		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	96.54	100.0	0.0003887662377223078	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AUS0008_000000016726	1484	0.7569349772568328	2	2	2	2	1	False	101943	fragment	False	SPA0124_000000018742	0.7099930517910066		0	0	False	False	0.9973045587539673	0					non-mobilizable	no_good_hit	753.0	77.822	50.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
CHI0102_000000004444	1890	0.7569334503815297	3	3	3	3	2	False	83288	maximal	True	CHI0102_000000004444	1.0		31	9	False	False	1.0	0					non-mobilizable	other	1890.0	95.344	100.0	0.020694873988287163	NZ_NFHM01000012.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_12, whole genome shotgun sequence	False	False
FIJ0118_000000005741	1721	0.7569326279388702	3	2	2	2	1	False	68092	fragment	False	FIJ0118_000000005741	0.9949717159019484		0	0	False	False	0.9982568025588989	0					non-mobilizable	other	1721.0	98.954	100.0	0.02313880592999166	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0037_000000009324	5664	0.7569324648269491	3	3	3	3	2	False	12141	maximal	True	MON0037_000000009324	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	75.382	10.0	0.0001605095591272195	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0125_000000018754	1776	0.7569295290566357	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.5701330152793317		0	0	False	False	0.9988738894462585	0					non-mobilizable	other	1776.0	98.59200000000001	100.0	0.0005521994961451809	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0028_000000023734	1335	0.7569289226273922	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.8775845618635082		0	0	False	False	1.0	0					non-mobilizable	chromosome	1336.0	97.829	100.0	0.0004493531838608493	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0160_000000028390	1139	0.7569289226273922	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.2547833236347994		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	97.546	100.0	0.000354340972455978	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0031_000000010237	2078	0.7569145887929492	5	2	1	2	1	True	65697	fragment	False	ENG0031_000000010237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	75.294	8.0	2.538312557841992e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
MAD0005_000000004335	5165	0.7569084928951436	7	5	5	5	3	True	19999	fragment	False	MAD0005_000000004335	1.0		0	0	False	False	0.9990319609642029	0			MPF_T		non-mobilizable	plasmid	5117.0	97.557	100.0	0.106998470851924	CP048291.1	enterobacteria	Escherichia coli strain CVM N18EC0432 plasmid pN18EC0432-4, complete sequence	False	True
CHI0140_000000001647	16687	0.7569042247056584	19	12	5	10	6	True	132288	fragment	False	CHI0140_000000001647	0.8536471158407353		0	0	False	False	1.0	0					non-mobilizable	other	12155.0	96.00200000000001	97.0	0.5374939097311423	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
USA0073_01_000000001666	14858	0.7569042247056584	16	12	5	10	6	True	132288	fragment	False	CHI0140_000000001647	0.7090384385637685		0	0	False	False	1.0	0					non-mobilizable	other	13253.0	96.024	99.0	0.5866146963724144	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ENG0026_000000004304	2491	0.756899828434961	4	3	3	3	3	False	106781	maximal	True	ENG0026_000000004304	1.0		0	0	False	False	0.9967884421348572	0					non-mobilizable	no_good_hit	2162.0	97.086	87.0	0.0011397919787337286	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0052_000000002027	12318	0.7568944541773732	11	8	5	6	5	True	110318	maximal	True	ISR0052_000000002027	1.0		11	5	False	False	0.9995129108428955	0					non-mobilizable	no_good_hit	186.0	76.882	1.0	0.003443028343161499	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0016_000000008960	2352	0.7568907457495129	3	3	3	3	3	False	117891	fragment	False	ISR0128_000000013152	0.4736943164362519		0	0	False	False	0.9995748400688171	0					non-mobilizable	chromosome	1496.0	96.725	100.0	0.0004712204104314015	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0027_000000007412	4881	0.7568854445073239	6	5	2	4	3	False	120305	maximal	True	MON0027_000000007412	1.0		44	7	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	75.827	16.0	0.00021643623478130293	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0158_000000010871	1828	0.7568819433328003	3	3	2	2	3	True	120623	fragment	False	CHI0102_000000004286	0.9764715292095811		0	0	False	False	0.9770240783691406	0					non-mobilizable	other	1828.0	99.891	100.0	0.6612377850162866	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
ISR0164_000000015029	1825	0.7568819433328003	3	3	2	2	3	True	120623	fragment	False	CHI0102_000000004286	0.9741996176113752		0	0	False	False	1.0	0					non-mobilizable	other	1825.0	99.34200000000001	100.0	0.6601520086862106	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
ENG0152_000000013492	1807	0.7568819433328003	3	3	2	2	3	True	120623	fragment	False	CHI0102_000000004286	0.9772683475660567		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	100.0	100.0	0.6536373507057546	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
AST0031_000000014964	1796	0.7568819433328003	3	3	2	2	3	True	120623	fragment	False	CHI0102_000000004286	0.9729156740492059		0	0	False	False	0.9977728128433228	0					non-mobilizable	other	1796.0	99.889	100.0	0.6496561708288092	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
ENG0031_000000012189	1759	0.7568819433328003	3	3	2	2	3	True	120623	fragment	False	CHI0102_000000004286	0.957027104652995		0	0	False	False	0.9812393188476562	0					non-mobilizable	other	1759.0	100.0	100.0	0.6362649294245385	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
FIJ0121_000000012940	1994	0.7568788084844386	2	2	2	2	2	False	108777	fragment	False	FIJ0121_000000012940	0.9138685382550144		0	0	False	False	1.0	0					non-mobilizable	other	1995.0	96.441	100.0	0.01217023668422146	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
DEN0021_000000024604	1500	0.7568722532649141	3	2	2	2	2	False	75196	fragment	False	DEN0017_000000019088	0.9857091232487349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	76.048	22.0	0.0026313078075341	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
SPA0026_000000019987	1648	0.7568661773056947	3	2	2	2	2	False	45172	fragment	False	SPA0026_000000019987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	74.406	65.0	0.0003656236312475004	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MAD0005_000000016561	1827	0.7568495766509634	3	3	3	3	3	False	19953	fragment	False	MAD0005_000000016561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	85.124	98.0	0.008759959794713404	NZ_KB291607.1	firmicutes	Clostridium celatum DSM 1785 Scfld11, whole genome shotgun sequence	False	False
FIJ0149_000000002695	7488	0.7568443881495315	10	5	4	4	1	False	39863	maximal	True	FIJ0149_000000002695	1.0		3	1	False	False	0.9983974099159241	0					non-mobilizable	no_good_hit	1368.0	99.05	37.0	0.0005458504385770514	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0326_000000005665	3130	0.7568410007813512	4	4	4	4	3	False	107982	maximal	True	ISR0326_000000005665	1.0		3	3	False	False	0.9996805191040039	0					non-mobilizable	no_good_hit	98.0	85.714	3.0	0.0005418843049076841	NZ_QGGI01000004.1	thermotogales	Oceanotoga teriensis strain DSM 24906 Ga0215701_104, whole genome shotgun sequence	True	False
USA0017_01_000000003271	7942	0.7568381719572987	12	11	4	6	9	True	113923	fragment	False	ISR0802_000000001229	0.9311659659641743		0	0	False	False	0.9996222853660583	0					non-mobilizable	other	7942.0	99.219	100.0	0.02156292512850591	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0087_000000002282	5145	0.7568206748283051	6	4	3	3	4	True	92241	fragment	False	DEN0087_000000002282	1.0		0	0	False	False	1.0	0	rep_cluster_1079				non-mobilizable	plasmid	4677.0	99.979	100.0	0.5723378212974296	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
SPA0114_000000031068	1514	0.7568187940457886	3	2	2	2	1	False	54800	fragment	False	SPA0114_000000031068	0.9592214631769326		0	0	False	False	0.9920739531517029	0					non-mobilizable	no_good_hit	179.0	81.006	11.0	0.0006998124502633294	NZ_KB822503.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.8, whole genome shotgun sequence	True	False
FIJ0062_000000014104	2068	0.7568186986422997	2	1	1	1	1	False	45715	maximal	True	FIJ0062_000000014104	1.0		5	1	False	False	0.990812361240387	0					non-mobilizable	no_good_hit	100.0	79.0	5.0	0.001016437877065664	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0003_000000003740	6208	0.756817465380513	9	6	3	6	6	False	122695	fragment	False	ISR0327_000000002508	0.4741348238136083		0	0	False	False	0.9998388886451721	0					non-mobilizable	chromosome	6208.0	100.0	100.0	0.0011239617342365588	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
CHI0153_000000002877	5767	0.7568164490236599	9	2	2	2	0	False	79288	maximal	True	CHI0153_000000002877	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	98.63	1.0	2.4658480051289637e-05	NZ_CAEUHO010000001.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
FIJ0058_000000010797	3611	0.7568154602096552	5	5	5	4	4	False	68549	maximal	False	FIJ0100_000000005415	0.9894795127353266		0	0	False	False	0.9991692304611206	0					non-mobilizable	other	3611.0	99.446	100.0	0.009034418381162361	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
ISR0267_000000016898	1132	0.7568122567964118	3	2	1	2	0	True	26514	maximal	True	ISR0267_000000016898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	100.0	20.0	0.0009597841782604561	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	True
USA0043_01_000000004359	2379	0.7568120947250404	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9381420072668697		0	0	False	False	1.0	0					non-mobilizable	other	2373.0	100.0	99.0	0.00045940599888944606	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0133_000000002709	8429	0.7568091554498194	13	7	2	5	5	False	110854	maximal	True	ENG0133_000000002709	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	2834.0	96.68299999999999	77.0	0.0004735494202366241	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
CAN0015_000000030272	1113	0.7568073080624013	1	1	1	1	1	False	93032	fragment	False	ISR0834_000000011067	0.11141375517259441		0	0	False	False	0.9973045587539673	0					non-mobilizable	other	1047.0	95.89299999999999	94.0	0.09880523421202352	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0185_000000003109	6126	0.7567984569891761	7	5	4	4	2	False	78087	maximal	True	CHI0185_000000003109	1.0		4	1	False	False	0.9982043504714966	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000026345	1093	0.7567928092887948	1	1	1	1	1	False	51379	fragment	False	FIJ0091_000000017407	0.6181286549707602		0	0	False	False	0.9862763285636902	0					non-mobilizable	chromosome	1095.0	89.863	100.0	0.000602238033342939	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	False
ISR0115_000000027421	1328	0.7567917654880416	2	2	2	2	2	False	57133	fragment	False	USA0117_01_000000014499	0.9669354122371839		0	0	False	False	0.9992470145225525	0					non-mobilizable	no_good_hit	918.0	81.48100000000001	69.0	0.527262180974478	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
ISR0043_000000007455	2949	0.7567901040366015	5	3	3	3	2	False	128314	fragment	False	ISR0043_000000007455	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1869.0	98.76899999999999	99.0	0.0006564762897140919	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0030_000000016454	1847	0.7567891643470154	3	2	2	2	2	False	7327	maximal	True	SPA0030_000000016454	1.0		0	0	False	False	0.9962100982666016	0					non-mobilizable	no_good_hit	803.0	72.229	43.0	0.0012308489113461182	NZ_OEQH01000002.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
USA0130_01_000000019716	1745	0.7567784699664823	2	2	2	2	2	False	120672	fragment	False	USA0130_01_000000019716	1.0		0	0	False	False	0.9873925447463989	0					non-mobilizable	no_good_hit	203.0	80.788	12.0	4.4671043102027996e-05	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
FIJ0131_000000011652	1594	0.7567674601422784	2	2	2	2	2	False	53413	maximal	True	FIJ0131_000000011652	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1028.0	72.27600000000001	63.0	0.00994747176732086	NZ_BAJY01000008.1	CFB group bacteria	Prevotella falsenii DSM 22864 = JCM 15124, whole genome shotgun sequence	True	False
CHI0165_000000014297	1210	0.7567671812968009	2	2	1	2	1	False	78242	fragment	False	ISR0022_000000017797	0.2172993643642472		0	0	False	False	0.9991735816001892	0					non-mobilizable	no_good_hit	1062.0	84.463	87.0	0.0003164359735012722	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0081_01_000000018653	1636	0.7567587667539143	3	2	1	2	2	False	560	maximal	True	USA0081_01_000000018653	1.0		8	4	False	False	0.9981662631034851	0					non-mobilizable	no_good_hit	70.0	95.714	4.0	0.0012560527178068228	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
MON0098_000000011313	2694	0.7567442637985746	4	4	3	4	3	False	125466	fragment	False	MON0098_000000011313	1.0		0	0	False	False	0.9877505302429199	0					non-mobilizable	no_good_hit	1736.0	83.295	82.0	0.00048460464454263305	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0107_000000041547	1473	0.7567385755755581	2	2	2	2	2	False	70317	fragment	False	MON0107_000000041547	0.9769828109452053		0	0	False	False	0.9993211030960083	0					non-mobilizable	chromosome	1405.0	73.95	94.0	0.0004631535438146282	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0223_000000017181	1793	0.7567353107948179	3	3	3	2	2	False	94868	fragment	False	ISR0223_000000017181	0.9739575570916218		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	95.824	100.0	0.0039636747885524294	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
DEN0085_000000006353	5570	0.7567321647326614	5	4	4	3	2	False	78393	maximal	True	DEN0085_000000006353	1.0		1	1	False	False	0.9994614124298096	0					non-mobilizable	other	3065.0	98.98899999999999	98.0	0.0008497592348834497	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0206_000000008350	3057	0.7567276098282445	4	3	3	2	2	False	53964	fragment	False	ENG0206_000000008350	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3057.0	99.477	100.0	0.0005427084725805121	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0010_000000000699	21171	0.7567264359098037	20	7	3	6	2	True	111619	fragment	False	ENG0010_000000000699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	71.908	3.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0039_000000019041	1934	0.7567229599390508	3	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.12307800204332588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1492.0	99.79899999999999	82.0	0.011299820385148807	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MAD0017_000000002152	1821	0.7567215040188146	3	3	3	3	3	False	111364	fragment	False	FIJ0122_000000007856	0.7219535874014833		0	0	False	False	1.0	0					non-mobilizable	chromosome	1821.0	95.22200000000001	100.0	0.0003621807660123201	CP021726.1	enterobacteria	Escherichia coli strain Combat11I9 chromosome, complete genome	False	False
ENG0160_000000008342	2543	0.7567204105928309	2	2	2	2	2	False	108634	fragment	False	ENG0160_000000008342	1.0		0	0	False	False	0.9964608550071716	0					non-mobilizable	no_good_hit								True	False
AST0028_000000001593	11399	0.7567108654618662	10	6	4	5	4	True	118929	maximal	True	AST0028_000000001593	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	1.0	3.581964850135769e-05	CP012890.1	firmicutes	Lactobacillus gallinarum strain HFD4, complete genome	True	True
MAD0043_000000001376	11826	0.7567095249188898	12	10	9	9	9	False	118748	maximal	True	MAD0043_000000001376	1.0		4	3	False	False	1.0	0					non-mobilizable	plasmid	4477.0	96.962	95.0	0.016894664583987324	CP020859.1	firmicutes	Lactobacillus salivarius strain ZLS006 plasmid unnamed1, complete sequence	False	True
CHI0120_000000005443	2546	0.7567069333496074	3	3	3	3	3	False	95549	fragment	False	CHI0018_000000006944	0.924616887775972		0	0	False	False	0.995679497718811	0					non-mobilizable	chromosome	2550.0	92.471	100.0	0.00039228168445292887	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0013_000000003277	9794	0.7567065044342751	6	5	5	5	4	False	126270	maximal	True	MON0013_000000003277	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	72.788	6.0	0.0003934755797151766	NZ_JH114215.1	CFB group bacteria	Prevotella oulorum F0390 supercont1.1, whole genome shotgun sequence	True	False
ISR0056_000000003477	5368	0.7567032956268154	4	4	0	2	4	False	98691	fragment	False	ENG0096_000000005395	0.9728076649436195		0	0	False	False	0.9994411468505859	0	IncI1/B/O				non-mobilizable	plasmid	5368.0	99.98100000000001	100.0	0.06216410303928836	CP054943.1	enterobacteria	Escherichia coli strain MS6192 plasmid pMS6192C, complete sequence	False	True
FIJ0144_000000006105	5182	0.7567032956268154	4	4	0	2	4	False	98691	fragment	False	ENG0096_000000005395	0.7807053980610864		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	5189.0	99.36399999999999	100.0	0.06099654337244574	CP024292.1	enterobacteria	Escherichia coli O178:H19 strain 2012C-4431 plasmid unnamed3, complete sequence	False	True
SPA0073_000000002750	5166	0.7567032956268154	4	4	0	2	4	False	98691	fragment	False	ENG0096_000000005395	0.7769262802321422		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	5169.0	98.704	100.0	0.057691877752688414	KY964068.1	enterobacteria	Escherichia coli strain LV23529 plasmid pLV23529-CTX-M-8, complete sequence	False	True
SPA0102_000000007688	4915	0.7567032956268154	5	4	0	2	4	False	98691	fragment	False	ENG0096_000000005395	0.7526370830822844		0	0	False	False	0.9961342811584473	0	IncI1/B/O				non-mobilizable	plasmid	4915.0	99.53200000000001	100.0	0.0402787456445993	CP019248.1	enterobacteria	Escherichia coli strain Combat13F7 plasmid pCombat13F7-3, complete sequence	False	True
AST0104_000000004753	6358	0.75670041065097	9	8	7	8	7	False	132492	fragment	False	ISR0054_000000002543	0.7918804719099544		0	0	False	False	0.9998427033424377	0					non-mobilizable	chromosome	3235.0	96.198	90.0	0.000904854278718068	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0268_000000008657	2256	0.7566961391288404	4	4	2	3	3	False	26495	maximal	True	ISR0268_000000008657	1.0		1	1	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit	1510.0	98.146	83.0	0.00045433100286719296	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0100_000000011943	2516	0.7566934197047651	5	5	4	4	2	False	93626	maximal	True	ENG0100_000000011943	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	82.21600000000001	14.0	0.0005644265608215137	NZ_JH376798.1	firmicutes	Selenomonas infelix ATCC 43532 supercont1.2, whole genome shotgun sequence	True	False
MON0060_000000022430	1831	0.7566930538062356	4	1	1	1	0	True	10888	maximal	True	MON0060_000000022430	1.0		0	0	False	False	0.9929000735282898	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.686419503616787e-05	NZ_LODL01000035.1	b-proteobacteria	Dechloromonas denitrificans strain ATCC BAA-841 contig035, whole genome shotgun sequence	True	True
MAD0064_000000010893	1946	0.7566879495042929	3	2	2	2	2	False	113756	fragment	False	ISR0059_000000003816	0.105561794844252		0	0	False	False	1.0	0					non-mobilizable	chromosome	1947.0	94.915	100.0	0.0005438081854467078	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0149_000000005251	2978	0.7566779948197458	3	3	3	3	2	False	30877	maximal	True	ISR0149_000000005251	1.0		43	7	False	False	0.9996641874313354	0					non-mobilizable	no_good_hit	2244.0	99.73299999999999	75.0	0.00043442143992792053	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
FIJ0159_000000016105	1573	0.7566760357436842	3	2	2	2	2	False	39391	fragment	False	FIJ0159_000000016105	1.0		0	0	False	False	0.9993642568588257	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	5.0	2.6861633284982393e-05	NZ_LR796240.1	spirochetes	Treponema socranskii subsp. buccale strain Marseille-CSURQ0203 chromosome contig00001	True	False
USA0061_01_000000009274	1186	0.7566702520266457	2	2	2	2	2	False	884	fragment	False	USA0061_01_000000009274	1.0		0	0	False	False	0.9907251000404358	0					non-mobilizable	no_good_hit	216.0	73.611	18.0	0.0012431813824874084	NZ_FNAR01000005.1	firmicutes	Bhargavaea beijingensis strain CGMCC 1.6762, whole genome shotgun sequence	True	False
ISR0805_000000007027	1662	0.7566324302934533	3	3	3	3	2	False	21790	maximal	True	ISR0805_000000007027	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	75.493	48.0	0.0031562688872473306	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0808_000000008251	1954	0.7566271497960986	3	3	3	3	1	False	101100	fragment	False	USA0058_01_000000009404	0.8194973800660927		0	0	False	False	1.0	0					non-mobilizable	chromosome	1954.0	99.949	100.0	0.0003471698810840944	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0060_000000016480	1660	0.7566260871003132	2	2	2	2	2	False	35404	maximal	True	ISR0060_000000016480	1.0		120	8	False	False	0.9789156913757324	0					non-mobilizable	no_good_hit	546.0	80.952	33.0	0.0012312115529817768	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ISR0183_000000023168	1328	0.756625554162754	2	2	2	2	1	False	70665	fragment	False	ISR0183_000000023168	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	79.167	100.0	0.00039791315328684937	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0151_000000002384	6874	0.7566115330494227	14	8	2	7	6	True	39765	maximal	True	FIJ0151_000000002384	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0017690997248067095	KR559501.1	whiteflies	Bemisia tabaci clone AII5 mitochondrion, complete genome	True	True
AST0102_000000012540	2467	0.7566114777164853	2	2	2	2	1	False	114534	fragment	False	AST0102_000000012540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	92.708	4.0	0.11477411477411477	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
MON0104_000000032299	1418	0.7566097825665231	3	1	1	1	1	False	8787	fragment	False	MON0104_000000032299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	86.14299999999999	49.0	0.002421626081019572	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
ENG0010_000000017764	1236	0.7566093111273179	1	1	1	1	1	False	108138	fragment	False	AST0102_000000023335	0.7442203458536951		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	99.48200000000001	94.0	0.0040336919612040415	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ENG0188_000000020930	1201	0.7566093111273179	2	1	1	1	1	False	108138	fragment	False	AST0102_000000023335	0.7430144589295682		0	0	False	False	0.9733555316925049	0					non-mobilizable	other	1168.0	99.486	97.0	0.004068555331655243	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0299_000000008080	1545	0.7566077726035744	2	2	2	2	1	False	119648	fragment	False	ISR0366_000000011586	0.7024021871847959		0	0	False	False	1.0	0					non-mobilizable	chromosome	1545.0	100.0	100.0	0.0002835674846535628	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
MON0055_000000015421	1582	0.7566074635308979	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.31139825009234856		0	0	False	False	1.0	0					non-mobilizable	chromosome	1582.0	98.736	100.0	0.0005321553435835226	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0097_000000025167	1473	0.7566074635308979	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2724640209301504		0	0	False	False	0.9945688843727112	0					non-mobilizable	chromosome	1473.0	98.506	100.0	0.0004954665817551836	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0111_000000000536	23372	0.7566045302087316	16	12	8	11	5	True	106875	fragment	False	AST0111_000000000536	1.0		0	0	False	False	0.9999144077301025	0					non-mobilizable	no_good_hit	136.0	77.206	1.0	0.00024860582980670896	NZ_FORW01000002.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	True
ISR0219_000000021045	1568	0.7566034620241916	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.8695430176589012		0	0	False	False	1.0	0					non-mobilizable	other	1568.0	96.046	100.0	0.008997473587505743	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
FIJ0058_000000009603	4040	0.7566029950796282	5	3	3	3	3	False	95406	maximal	False	CAN0007_000000010336	0.9589024390243902		0	0	False	False	0.9992574453353882	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	1.0	7.100628251238751e-05	CP013128.1	mycoplasmas	Mycoplasma sp. (ex Biomphalaria glabrata), complete genome	True	False
ISR0222_000000034979	1267	0.7565995135771417	2	2	2	1	1	False	131711	fragment	False	ISR0072_000000012984	0.05089129624205397		0	0	False	False	1.0	0					non-mobilizable	virus	1175.0	97.277	100.0	0.03130583184448415	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
SPA0022_000000001931	6495	0.7565885839166776	13	10	4	7	5	True	107926	fragment	False	SPA0022_000000001931	1.0		0	0	False	False	0.9979984760284424	0					non-mobilizable	other	6266.0	99.96799999999999	99.0	0.0010064968447568985	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
SPA0136_000000011754	3354	0.7565879787484383	4	4	4	4	4	False	119880	fragment	False	AST0148_000000010354	0.9887842935096813		0	0	False	False	0.9985092282295227	0					non-mobilizable	other	3355.0	99.046	100.0	0.008788502102794554	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
AST0099_000000003874	5211	0.7565864325069459	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7522052675450108	PS1159|PS463	0	0	True	True	1.0	397		MOBV			mobilizable	other	3716.0	99.785	100.0	0.7064080623692717	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0186_000000010498	1836	0.75658542698312	2	2	2	2	2	False	77144	maximal	True	CHI0186_000000010498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	91.535	79.0	0.0005317117043726957	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
AUS0010_000000008998	2621	0.7565847337280093	4	4	4	4	2	False	101550	fragment	False	AUS0010_000000008998	1.0		0	0	False	False	0.9973292350769043	0					non-mobilizable	no_good_hit	1517.0	78.642	57.0	0.00026147281808526143	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
AUS0004_000000001185	15794	0.7565835525556448	18	8	7	8	5	False	102558	maximal	True	AUS0004_000000001185	1.0		12	7	False	False	1.0	0					non-mobilizable	plasmid	8559.0	99.86	100.0	0.03512127057085403	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MON0033_000000045057	1317	0.7565739153821347	2	2	2	2	2	False	12274	maximal	True	MON0033_000000045057	1.0		575	15	False	False	0.9916476607322693	0					non-mobilizable	other	1317.0	97.874	100.0	0.0074665819394957225	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0094_000000001525	11053	0.7565731802966428	12	11	8	10	9	False	111454	maximal	False	SPA0110_000000002041	0.9629610938328624		0	0	False	False	1.0	0					non-mobilizable	other	11062.0	98.056	100.0	0.015295924826547841	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0033_000000002153	10713	0.7565731802966428	12	11	8	10	9	False	111454	maximal	False	SPA0110_000000002041	0.644154220100082		0	0	False	False	0.9992532730102539	0					non-mobilizable	other	10730.0	98.052	100.0	0.01483606364367961	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0086_000000010578	2410	0.7565627952915495	3	3	3	2	2	False	116075	fragment	False	ENG0086_000000010578	1.0		0	0	False	False	0.9995850324630737	0					non-mobilizable	no_good_hit	101.0	97.03	4.0	3.028349286172648e-05	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
USA0017_01_000000011246	2452	0.7565529040496979	3	2	0	2	2	False	69057	maximal	True	USA0017_01_000000011246	1.0		0	0	False	False	0.9832789301872253	0					non-mobilizable	no_good_hit	1060.0	97.736	43.0	0.18813288328299876	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	False
MON0077_000000010697	3558	0.7565508760105633	4	4	4	4	2	False	63453	maximal	True	MON0077_000000010697	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2082.0	94.28399999999999	85.0	0.0005837034056016417	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0847_000000021788	1368	0.7565478343267111	3	3	3	2	2	False	20631	maximal	True	ISR0847_000000021788	1.0		137	7	False	False	0.9970760345458984	0					non-mobilizable	other	1368.0	99.196	100.0	0.006085400381060917	NZ_CZBD01000005.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0060_000000006904	2030	0.7565460214587407	3	3	3	3	3	False	70414	fragment	False	ISR0815_000000014693	0.9440634914269859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	89.355	59.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0101_000000015461	1848	0.7565451614335985	3	3	3	3	2	False	88225	fragment	False	CHI0034_000000008895	0.9571603591357848		0	0	False	False	0.9994588494300842	0					non-mobilizable	other	1848.0	97.07799999999999	100.0	0.0005521755027203687	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0095_000000022300	1256	0.7565449084919906	3	3	3	2	2	False	47612	fragment	False	FIJ0038_000000027104	0.7495229891792203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1256.0	97.85	100.0	0.0003512502690353156	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0022_000000021169	1536	0.7565416422053386	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.09338815499964082		0	0	False	False	0.9986979365348816	0					non-mobilizable	no_good_hit								True	False
USA0054_01_000000001013	11746	0.7565406668963113	14	13	7	8	13	True	90087	maximal	True	USA0054_01_000000001013	1.0	PS472	1	1	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2930.0	95.427	41.0	0.2655413376894455	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0119_000000014387	1233	0.7565395162582956	3	2	1	2	1	False	41563	maximal	True	FIJ0119_000000014387	1.0		4	2	False	False	0.9959448575973511	0					non-mobilizable	no_good_hit	223.0	100.0	18.0	9.220999955141081e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0077_000000001266	15628	0.7565389695718233	15	8	6	8	4	True	107518	fragment	False	ISR0077_000000001266	0.9772053683219545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5790.0	97.58200000000001	61.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0086_000000001422	15528	0.7565389695718233	15	8	6	8	4	True	107518	fragment	False	ISR0077_000000001266	0.9755465145650628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5774.0	98.04299999999999	61.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0045_000000015798	2484	0.7565368860021885	3	3	2	3	2	False	17868	maximal	True	MAD0045_000000015798	1.0		2	1	False	False	0.9955716729164124	0					non-mobilizable	no_good_hit	425.0	86.353	17.0	0.0001561834392999725	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
DEN0010_000000035780	1314	0.7565313677342853	2	2	2	1	1	False	75857	maximal	True	DEN0010_000000035780	1.0		14	6	False	False	0.9634703397750854	0					non-mobilizable	no_good_hit								True	False
ENG0151_000000010999	2141	0.7565100141587002	3	3	3	2	3	False	120908	fragment	False	SPA0136_000000019064	0.9745062011943041		0	0	False	False	0.99953293800354	0					non-mobilizable	no_good_hit	1736.0	90.78299999999999	81.0	0.04147509578544061	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	False
AST0116_000000019892	1361	0.7564976322189967	2	1	1	1	1	False	106153	fragment	False	FIJ0094_000000015564	0.9566724126315155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	89.815	8.0	0.00048105723673461977	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0219_000000020724	1592	0.7564954779886474	3	2	2	2	1	True	113481	fragment	False	ISR0219_000000020724	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1489.0	93.62	100.0	0.0005243681205355047	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0048_000000022484	1502	0.7564857977577151	3	3	2	3	1	True	46744	maximal	True	FIJ0048_000000022484	1.0		11	2	False	False	0.9993342161178589	0					non-mobilizable	no_good_hit	835.0	72.335	54.0	0.0001870015735273856	CP017757.2	b-proteobacteria	Cupriavidus necator strain NH9 chromosome 1, complete sequence	True	True
MON0007_000000052909	1245	0.7564831384825481	2	1	1	1	1	False	13906	fragment	False	MON0007_000000052909	1.0		0	0	False	False	0.9775100350379944	0					non-mobilizable	no_good_hit	175.0	73.143	14.0	6.982163598954208e-05	NZ_LSLJ01000001.1	firmicutes	Sporomusa sphaeroides DSM 2875 SPSPH_contig000001, whole genome shotgun sequence	True	False
ISR0333_000000000208	41269	0.7564760663848261	24	2	0	1	1	True	114301	fragment	False	ISR0333_000000000208	1.0		0	0	False	False	0.9999757409095764	0					non-mobilizable	virus	26053.0	96.699	97.0	0.2644782546872778	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
SPA0133_000000005000	4586	0.7564730486030697	6	5	4	4	5	False	97802	maximal	True	SPA0133_000000005000	1.0		17	9	False	False	1.0	0					non-mobilizable	chromosome	4480.0	99.93299999999999	100.0	0.0008423676115577576	CP048606.1	enterobacteria	Escherichia coli strain US32 chromosome, complete genome	False	False
SPA0120_000000010849	3893	0.7564657967070108	6	2	2	1	1	False	75021	fragment	False	SPA0120_000000010849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	98.839	35.0	0.005271324159895472	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0090_000000043178	1432	0.7564572248540041	2	1	1	1	1	False	95968	fragment	False	ISR0060_000000015774	0.21165034766567334		0	0	False	False	0.9581005573272705	0					non-mobilizable	no_good_hit	198.0	76.263	14.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
FIJ0046_000000018258	1775	0.7564452239089395	2	2	2	2	2	True	46964	fragment	False	FIJ0046_000000018258	1.0		0	0	False	False	0.999436616897583	0					non-mobilizable	no_good_hit	170.0	75.294	9.0	3.622012815418757e-05	NZ_CP041046.1	g-proteobacteria	Luteibacter pinisoli strain MAH-14 chromosome, complete genome	True	True
ISR0182_000000027774	1446	0.7564450958130555	1	1	1	1	1	False	29522	maximal	True	ISR0182_000000027774	1.0		27	10	False	False	0.9882434010505676	0					non-mobilizable	other	1433.0	99.65100000000001	99.0	0.015661741384401694	NZ_JAANXY010000009.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_9, whole genome shotgun sequence	False	False
SPA0119_000000004197	8326	0.7564263155187878	11	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9592898677830014		0	0	False	False	0.9998798966407776	0					non-mobilizable	other	8102.0	98.963	98.0	0.011213964266569893	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0028_000000015940	1955	0.7564256320752731	2	2	2	2	2	False	7441	maximal	True	SPA0028_000000015940	1.0		16	4	False	False	1.0	0					non-mobilizable	other	1913.0	98.17	100.0	0.05280017673699326	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MAD0024_000000001061	7181	0.7564111669661916	9	3	2	3	3	True	97823	fragment	False	MAD0024_000000001061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	94.009	10.0	0.0001867299556729761	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0040_000000022880	1485	0.7564073848882118	3	2	2	2	2	False	46933	maximal	True	MAD0040_000000022880	1.0		295	14	False	False	1.0	0					non-mobilizable	other	1485.0	97.98	100.0	0.03227209464161448	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
MAD0084_000000000591	7822	0.7564040338508927	8	8	3	7	7	True	125605	fragment	False	MAD0084_000000000591	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	7622.0	98.675	99.0	0.052352460311463136	CP057943.1	enterobacteria	Escherichia coli strain RHB09-C15 plasmid pRHB09-C15_2, complete sequence	False	True
SPA0085_000000005484	2505	0.7563999018633112	4	4	4	3	3	False	5547	maximal	True	SPA0085_000000005484	1.0		3	2	False	False	1.0	0					non-mobilizable	other	2505.0	98.443	100.0	0.02516835862900794	NZ_NFHM01000010.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_10, whole genome shotgun sequence	False	False
SPA0144_000000007251	2396	0.7563986941535261	2	2	2	2	2	False	124158	maximal	False	MON0070_000000013243	0.9477731151752175		0	0	False	False	1.0	0					non-mobilizable	other	2394.0	88.262	99.0	0.000679307713619992	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0292_000000003620	4442	0.7563969025036535	7	5	2	4	4	False	131147	fragment	False	ISR0848_000000003105	0.9553985448860924		0	0	False	False	1.0	0					non-mobilizable	other	3160.0	99.93700000000001	99.0	0.019599935473463462	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
FIJ0061_000000011831	2175	0.7563949385577522	3	2	0	1	2	False	125126	fragment	False	FIJ0061_000000011831	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	1432.0	90.78200000000001	72.0	0.24539349061477528	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
FIJ0129_000000012324	1750	0.7563949385577522	2	2	0	1	2	False	125114	fragment	False	ENG0034_000000007776	0.08711735775097716		0	0	False	False	0.9919999837875366	0	rep_cluster_233				non-mobilizable	no_good_hit	1382.0	95.514	79.0	0.14085944676941922	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
FIJ0116_000000013892	1227	0.756390649206098	3	1	1	1	1	False	41643	fragment	False	FIJ0116_000000013892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000018621	2356	0.7563905591254527	4	4	4	3	4	False	101772	fragment	False	FIJ0075_000000008051	0.9851880114860967		0	0	False	False	1.0	0					non-mobilizable	other	2356.0	99.109	100.0	0.0007040461878215854	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0047_000000008330	4511	0.7563889687019052	8	2	1	2	1	False	101687	maximal	True	MAD0047_000000008330	1.0		1	1	False	False	0.9924628734588623	0					non-mobilizable	no_good_hit	342.0	83.333	13.0	0.0001124734404674002	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
USA0026_01_000000017407	1856	0.7563888310663011	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.6002456811125456		0	0	False	False	1.0	0					non-mobilizable	other	1857.0	96.069	100.0	0.005276069782845382	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
SPA0092_000000033904	1347	0.7563862492422939	2	2	2	2	2	False	78451	fragment	False	ENG0039_000000017438	0.401164707235203		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	99.48	100.0	0.00036393929406051614	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0076_000000009160	4741	0.7563842345615728	7	6	2	3	6	False	45883	maximal	True	MON0076_000000009160	1.0		1	1	False	False	0.9938831329345703	0					non-mobilizable	no_good_hit	3613.0	98.118	76.0	0.001215778052513399	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0029_000000015737	1888	0.7563811766277185	2	2	2	2	1	False	118200	maximal	True	AST0029_000000015737	1.0		33	6	False	False	0.9984109997749329	0					non-mobilizable	no_good_hit	1424.0	83.427	88.0	0.008248177728176332	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
ISR0804_000000006203	2919	0.7563742371984793	4	3	2	3	2	True	37295	fragment	False	ISR0804_000000006203	1.0		0	0	False	False	0.9993148446083069	0					non-mobilizable	no_good_hit	620.0	87.90299999999999	54.0	0.0012880642861175526	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0012_000000006693	3701	0.7563635056052281	5	3	3	2	2	False	67674	maximal	True	SPA0012_000000006693	1.0		3	1	False	False	0.9927046895027161	0					non-mobilizable	no_good_hit	1935.0	72.661	52.0	0.04637170738865654	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ENG0094_000000003220	5263	0.75636159064438	7	5	2	1	5	True	100021	fragment	False	ENG0094_000000003220	1.0		0	0	False	False	0.999809980392456	0					non-mobilizable	other	4212.0	99.85799999999999	99.0	0.0013513678307064403	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0020_000000001373	13460	0.7563611847949301	13	4	3	4	3	True	69375	maximal	True	FIJ0020_000000001373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0091_000000004769	5389	0.7563588448732973	7	4	3	2	2	False	43393	maximal	True	FIJ0091_000000004769	1.0		2	1	False	False	0.9998144507408142	0					non-mobilizable	no_good_hit								True	False
SPA0095_000000000329	44581	0.7563562297184425	62	26	16	23	9	False	5228	maximal	True	SPA0095_000000000329	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1716.0	98.135	5.0	0.00045198462459784334	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
ISR0141_000000014309	2320	0.7563517819931483	4	2	2	2	2	False	84264	maximal	True	ISR0141_000000014309	1.0		65	12	False	False	0.9948275685310364	0					non-mobilizable	no_good_hit	172.0	89.535	7.0	5.2886712306862394e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0121_000000000941	19815	0.7563494949294636	21	7	6	7	4	True	98431	fragment	False	FIJ0121_000000000941	0.9735767057800956		0	0	False	False	0.9999495148658752	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.547223211484987e-06	NZ_CP019706.1	enterobacteria	Pantoea alhagi strain LTYR-11Z chromosome, complete genome	True	True
FIJ0117_000000000876	19732	0.7563494949294636	20	7	6	7	4	True	98431	fragment	False	FIJ0121_000000000941	0.9721804571469054		0	0	False	False	0.9999493360519409	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.547223211484987e-06	NZ_CP019706.1	enterobacteria	Pantoea alhagi strain LTYR-11Z chromosome, complete genome	True	True
CHI0002_000000001411	6486	0.7563413622399281	5	5	4	4	4	True	91039	fragment	False	CHI0002_000000001411	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	5670.0	99.41799999999999	99.0	0.002680944861632695	CP016400.1	firmicutes	Lactobacillus johnsonii strain BS15, complete genome	False	True
MAD0069_000000007772	1188	0.7563355873213259	2	2	2	2	2	False	110501	fragment	False	AST0087_000000031231	0.9303185159417439		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	92.23	99.0	0.00028980028053255584	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0102_000000006735	3910	0.7563197053509112	4	4	4	4	4	False	130065	fragment	False	ENG0102_000000006735	0.9865413029494432		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	88.24600000000001	92.0	0.003429262060442835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0389_000000005438	3672	0.7563189776476796	5	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9174224181894002	PS903	0	0	False	True	0.998910665512085	0					non-mobilizable	chromosome	3594.0	96.16	98.0	0.0006679048217969335	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0227_000000007357	3622	0.7563189776476796	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.8966944776924117	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3560.0	96.264	99.0	0.0006615845423810984	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
FIJ0148_000000004639	3587	0.7563165382268181	3	3	3	3	1	False	39922	fragment	False	FIJ0148_000000004639	1.0		0	0	False	False	0.9980484843254089	0					non-mobilizable	other	3588.0	98.244	100.0	0.0017071800584611576	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0106_000000015049	1779	0.7563117464952254	3	1	1	1	1	False	57540	fragment	False	ISR0140_000000011997	0.697985698777835		0	0	False	False	0.9904440641403198	0					non-mobilizable	other	1763.0	98.12799999999999	99.0	0.0004890281087025342	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0296_000000002605	8188	0.7563110695246971	15	5	3	5	4	True	25701	maximal	True	ISR0296_000000002605	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	9.103229977716594e-06	CP003259.1	firmicutes	Clostridium sp. BNL1100, complete genome	True	True
FIJ0057_000000018598	1827	0.7563036404119025	2	2	1	2	1	False	46129	maximal	False	FIJ0121_000000013673	0.9673913043478262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	94.463	65.0	0.0002817797078264634	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0305_000000015045	1265	0.7562987822351271	1	1	1	1	1	False	25469	fragment	False	ISR0305_000000015045	0.974890870553566		0	0	False	False	0.9517786502838135	0					non-mobilizable	other	975.0	98.462	95.0	0.00651470155443187	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0107_000000009253	2657	0.7562977186230289	4	3	2	3	2	False	56473	maximal	True	ISR0107_000000009253	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	78.846	29.0	0.003118809284610512	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	True	False
ISR0252_000000004799	2178	0.7562977186230289	5	3	2	3	2	False	56472	fragment	False	ISR0252_000000004799	0.9882657283179578		0	0	False	False	0.9995408654212952	0					non-mobilizable	no_good_hit	119.0	80.672	5.0	0.00013164001142367557	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0047_000000014125	2110	0.7562977186230289	4	3	2	3	2	False	56472	fragment	False	ISR0252_000000004799	0.957266364501986		0	0	False	False	0.9867298603057861	0					non-mobilizable	no_good_hit	119.0	80.672	6.0	0.00013164001142367557	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ENG0160_000000010043	2058	0.7562977186230289	5	3	2	3	2	False	56472	fragment	False	ISR0252_000000004799	0.9493033160848757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	6.103213343620479e-07	CP032253.1	eudicots	Gossypioides kirkii chromosome KI_11	True	False
MAD0050_000000015519	1562	0.7562950109999826	2	2	1	2	0	True	40626	maximal	True	MAD0050_000000015519	0.9544527532290958		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.0001793795517561258	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
FIJ0134_000000010212	1471	0.7562950109999826	2	2	1	2	0	True	40626	maximal	False	MAD0050_000000015519	0.939820742637644		0	0	False	False	0.9823249578475952	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.0001793795517561258	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
USA0065_01_000000000339	32920	0.7562943009112846	25	21	13	19	15	True	125346	maximal	True	USA0065_01_000000000339	1.0	PS770|PS925|PS926|PS927|PS928	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3387.0	78.388	25.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0163_000000002955	6732	0.7562885717064859	7	7	7	7	5	False	130234	maximal	True	ENG0163_000000002955	1.0		15	6	False	False	0.9939096570014954	0					non-mobilizable	other	4141.0	96.667	92.0	0.0007792308061686908	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0799_000000009688	1661	0.7562811453360486	2	2	2	2	2	False	113756	fragment	False	ISR0059_000000003816	0.08585731056490335		0	0	False	False	0.9993979334831238	0					non-mobilizable	chromosome	1664.0	93.209	100.0	0.00046404218809605844	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0076_000000001750	14790	0.7562785023765018	14	11	2	10	4	True	14260	fragment	False	MON0076_000000001750	0.9801969896649789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0011_000000012284	2234	0.7562774610654016	3	2	2	2	2	False	74478	maximal	True	ENG0011_000000012284	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1989.0	91.805	89.0	0.23714660622688774	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0812_000000017248	2306	0.7562745526852385	4	2	2	1	1	False	32316	fragment	False	ISR0812_000000017248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1403.0	99.43	61.0	0.0003890564340103637	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0228_000000000477	25205	0.7562682960723363	26	8	4	6	4	False	70870	fragment	False	ISR0228_000000000477	1.0		0	0	False	False	0.9998809695243835	0					non-mobilizable	no_good_hit	67.0	100.0	0.0	0.0003625736134306056	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0003_01_000000001619	19328	0.7562677595720494	31	15	9	9	11	False	2261	maximal	True	USA0003_01_000000001619	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.235228869333728e-05	NZ_CP034841.1	mycoplasmas	Mycoplasma phocirhinis strain 852 chromosome, complete genome	True	False
ENG0113_000000004886	5656	0.7562602252213375	4	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.97243291147159	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4310.0	98.654	100.0	0.0008333509166182562	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
USA0058_01_000000003835	5617	0.7562602252213375	4	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9749160036240295	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5620.0	99.395	100.0	0.001088280905463658	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0046_000000003507	5359	0.7562594446415749	12	3	2	3	1	True	88416	fragment	False	ENG0046_000000003507	0.9442661049646931		0	0	False	False	0.9998133778572083	0					non-mobilizable	no_good_hit								True	True
FIJ0028_000000005802	5186	0.7562594446415749	12	3	2	3	1	True	88416	fragment	False	ENG0046_000000003507	0.7081276290060803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0047_000000019523	2022	0.7562582004399622	2	2	2	2	1	False	65291	maximal	True	MON0047_000000019523	1.0		121	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0031_000000009199	2285	0.7562558100177111	3	1	0	1	1	False	65706	maximal	True	ENG0031_000000009199	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1196.0	76.003	51.0	0.28077753779697623	HG796814.1	bacteria	Uncultured bacterium plasmid pRGF00102	True	False
MAD0001_000000012701	2037	0.7562558100177111	3	1	0	1	1	False	20287	maximal	True	MAD0001_000000012701	1.0		3	1	False	False	0.9955817461013794	0					non-mobilizable	no_good_hit	297.0	91.58200000000001	17.0	0.06242011077971879	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	False
MAD0058_000000008819	1749	0.7562558100177111	3	1	0	1	1	False	16951	fragment	False	MAD0058_000000008819	1.0		0	0	False	False	0.9902801513671875	0					non-mobilizable	no_good_hit	297.0	91.58200000000001	17.0	0.06242011077971879	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	False
MAD0071_000000004217	1467	0.7562558100177111	2	1	0	1	1	True	16333	fragment	False	MAD0071_000000004217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1029.0	75.219	68.0	0.24238060955123591	HG796814.1	bacteria	Uncultured bacterium plasmid pRGF00102	True	True
ENG0086_000000014971	1685	0.7562551666046622	2	2	2	2	2	False	102239	fragment	False	SPA0054_000000012699	0.33519104363314395		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	99.288	100.0	0.010819284539473685	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ENG0037_000000032065	1122	0.7562540903541558	2	2	2	2	2	False	65122	fragment	False	ENG0037_000000032065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	78.295	34.0	0.0013362935948385659	NZ_FRDH01000005.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
MON0035_000000022872	1283	0.7562419572954092	2	2	2	2	2	False	15279	fragment	False	MAD0098_000000032810	0.6316798466331176		0	0	False	False	0.9625877141952515	0					non-mobilizable	other	1273.0	100.0	99.0	0.0034231921266581087	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
MAD0080_000000005606	1381	0.7562410907709093	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.6546652524150821		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	98.986	100.0	0.012796261266273506	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	False	False
CHI0048_000000005068	3501	0.7562339447073215	4	4	2	1	3	False	99617	fragment	False	CHI0048_000000005068	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3501.0	99.486	100.0	0.005663888664131402	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
SPA0149_000000021622	1838	0.7562226488069773	3	3	3	3	3	False	122212	fragment	False	SPA0149_000000021622	0.9709719811483172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	75.824	37.0	0.00013387706999332108	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
ISR0790_000000007616	2146	0.7562178207962702	3	3	3	3	3	False	73443	maximal	False	ENG0080_000000012056	0.9917434882111692		0	0	False	False	0.999068021774292	0					non-mobilizable	no_good_hit	1511.0	87.359	73.0	0.003438787975659044	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
ENG0101_000000003989	6924	0.756202979936479	8	6	6	6	6	False	116387	fragment	False	MON0090_000000007472	0.9407615264112639		0	0	False	False	0.9987002015113831	0					non-mobilizable	other	4872.0	92.59	91.0	0.0011864158692868338	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0041_000000013161	3963	0.7562015119694677	4	4	4	3	3	False	94088	fragment	False	MON0041_000000013161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2976.0	91.7	89.0	0.001223119176284831	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0128_000000011123	2461	0.7561952760490493	3	3	3	3	3	False	131322	maximal	True	ENG0128_000000011123	1.0		2	2	False	False	0.9971556067466736	0					non-mobilizable	other	2458.0	91.131	99.0	0.0006538937817815132	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
AST0116_000000017643	1531	0.7561935374385093	2	2	2	1	1	False	106182	fragment	False	AST0116_000000017643	0.9794959646307264		0	0	False	False	1.0	0					non-mobilizable	other	1537.0	96.617	99.0	0.00687066948769676	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0130_000000010576	2719	0.756188475598394	4	2	2	2	2	False	31782	maximal	True	ISR0130_000000010576	1.0		12	4	False	False	0.9992644190788269	0					non-mobilizable	no_good_hit	142.0	77.465	5.0	0.0004936145185683078	NZ_LILB01000007.1	firmicutes	Viridibacillus arvi strain DSM 16317 super13, whole genome shotgun sequence	True	False
MAD0002_000000023044	1795	0.7561870372240359	2	2	2	2	1	True	20173	maximal	True	MAD0002_000000023044	1.0		0	0	False	False	0.9877437353134155	0					non-mobilizable	no_good_hit								True	True
ENG0051_000000024084	1241	0.7561851421562035	2	2	1	1	2	False	64022	fragment	False	MON0029_000000024636	0.8188794088210364		0	0	False	False	0.9991942048072815	0					non-mobilizable	other	1246.0	93.9	100.0	0.012178765480444467	NZ_SPFY01000005.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_5_length_102145_cov_21.3237, whole genome shotgun sequence	False	False
USA0036_01_000000010616	3484	0.7561831895220664	3	3	3	3	3	False	31108	fragment	False	SPA0045_000000007418	0.9653344208809136		0	0	False	False	0.9997129440307617	0					non-mobilizable	other	3501.0	96.601	100.0	0.002986399392934277	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
USA0069_01_000000006671	8944	0.7561820238178044	11	8	7	8	5	True	97866	maximal	True	USA0069_01_000000006671	1.0		2	1	False	False	0.9964221715927124	0					non-mobilizable	other	8095.0	96.887	90.0	0.19435215946843853	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	True
MON0004_000000008681	3996	0.7561782047881767	5	4	4	4	3	False	14256	maximal	False	MON0107_000000011890	0.644854586129754		0	0	False	False	0.9939939975738525	0					non-mobilizable	no_good_hit	2003.0	84.024	50.0	0.0011801156714279044	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AST0026_000000003133	9326	0.756171835406492	10	6	3	6	4	False	121610	maximal	False	ISR0011_000000002282	0.9209109629487064		0	0	False	True	1.0	0					non-mobilizable	other	4676.0	99.038	98.0	0.47791862604784296	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	True
ISR0136_000000002971	2642	0.7561629925681261	3	2	2	2	1	True	31399	maximal	True	ISR0136_000000002971	1.0		1	1	True	True	0.9996215105056763	9					non-mobilizable	no_good_hit	177.0	76.836	6.0	5.4976239956293886e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0127_000000009865	2596	0.7561629925681261	3	2	2	2	1	True	58732	maximal	True	ENG0127_000000009865	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit	177.0	76.836	7.0	5.4976239956293886e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0156_000000009184	1807	0.7561616547330527	2	1	1	1	1	False	56680	fragment	False	ENG0156_000000009184	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1808.0	98.78299999999999	100.0	0.007029268520391492	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ENG0046_000000006712	2807	0.7561603900619677	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.6201379902831615		0	0	False	False	1.0	0					non-mobilizable	other	2811.0	96.585	100.0	0.011747264206651339	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0272_000000005419	1938	0.7561477934699247	3	1	1	1	1	False	26395	fragment	False	ISR0272_000000005419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	84.219	34.0	0.0002214789475508905	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0046_000000000555	20161	0.7561454211451929	25	17	12	17	12	False	36206	maximal	True	ISR0046_000000000555	1.0		1	1	False	False	0.9995536208152771	0					non-mobilizable	no_good_hit	529.0	73.913	3.0	0.00010353285335742826	NZ_CP009122.1	a-proteobacteria	Sphingopyxis fribergensis strain Kp5.2 chromosome, complete genome	True	False
ENG0152_000000021629	1201	0.7561434021391913	1	1	1	1	1	False	56994	fragment	False	ENG0152_000000021629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0225_000000016161	1372	0.7561403038389671	2	2	2	2	2	False	45258	maximal	False	ISR0275_000000010500	0.9278406841797221		0	0	False	False	0.9956268072128296	0					non-mobilizable	no_good_hit	468.0	71.368	34.0	0.0012032026114727984	NZ_SOHK01000005.1	high GC Gram+	Cryobacterium ruanii strain Sr36 scaffold3, whole genome shotgun sequence	True	False
USA0084_01_000000006064	5185	0.7561366653922269	10	6	3	3	6	False	94620	maximal	True	USA0084_01_000000006064	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	3413.0	96.396	99.0	0.0007578534002341083	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
USA0007_01_000000006699	2584	0.7561274426607317	3	2	2	2	2	False	67591	maximal	True	USA0007_01_000000006699	1.0		1	1	False	False	0.9957430362701416	0					non-mobilizable	no_good_hit	1628.0	83.17	62.0	0.9975262832405689	NZ_ADFR01000012.1	firmicutes	Bulleidia extructa W1219 contig00026, whole genome shotgun sequence	True	False
SPA0149_000000032300	1253	0.7561259213532637	2	2	2	2	2	False	33881	maximal	True	SPA0149_000000032300	0.9888245033112583		82	13	False	False	0.9920191764831543	0					non-mobilizable	no_good_hit	507.0	74.95100000000001	39.0	0.00013291971006352277	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0387_000000004425	5128	0.7561249434698395	4	4	4	4	3	False	22978	maximal	True	ISR0387_000000004425	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	71.697	24.0	0.0002182524176775043	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0372_000000003492	4249	0.7561210486780211	2	2	1	2	1	False	23461	fragment	False	ISR0372_000000003492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.004497949464214843	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	False
AST0097_000000013698	1556	0.7560788731991015	4	3	1	2	2	True	108950	fragment	False	ENG0148_000000024068	0.679546217326068		0	0	False	False	0.9974293112754822	0					non-mobilizable	other	1165.0	91.15899999999999	94.0	0.017968810613701605	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
ISR0844_000000001081	11743	0.7560735125740844	12	8	3	3	6	True	20723	maximal	True	ISR0844_000000001081	1.0		1	1	False	False	0.9996593594551086	0					non-mobilizable	no_good_hit	401.0	74.314	3.0	0.009324560988308798	CP035500.1	firmicutes	Clostridioides difficile strain TW11-RT078 plasmid p1, complete sequence	True	True
MON0094_000000022528	1675	0.7560717389256265	2	2	2	2	2	False	62598	fragment	False	MON0061_000000025096	0.7287154251670838		0	0	False	False	0.9940298795700073	0					non-mobilizable	other	1691.0	80.189	99.0	0.000525396737270578	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
ISR0039_000000000790	20579	0.7560686643106093	14	11	9	10	10	False	37192	maximal	True	ISR0039_000000000790	1.0		7	3	False	False	0.9998542070388794	0					non-mobilizable	other	20579.0	99.995	100.0	0.2608971270634176	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	False	False
ENG0024_000000002781	8900	0.7560602537683451	10	8	4	5	5	False	92877	maximal	False	ENG0209_000000002270	0.9968535790538262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	71.687	22.0	0.0003234373377249596	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
MON0060_000000022051	1861	0.7560580692081779	2	2	2	2	2	False	39696	fragment	False	MON0060_000000022051	1.0		0	0	False	False	0.9634605050086975	0					non-mobilizable	chromosome	1788.0	88.479	95.0	0.000632584288472683	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ENG0093_000000003938	3142	0.7560578521807331	3	2	0	1	1	False	127304	backbone	False	ISR0832_000000002251	0.25231601047377267	PS1004	0	0	False	True	0.9961807727813721	0					non-mobilizable	plasmid	2843.0	99.824	90.0	0.5073188147090325	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
CHI0012_000000001569	3542	0.7560489847999436	4	3	3	3	2	False	121284	fragment	False	ISR0079_000000007369	0.9673325070680946		0	0	False	True	1.0	0					non-mobilizable	chromosome	3522.0	89.069	100.0	0.0007270770819477236	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0126_000000009552	1592	0.7560488378601312	2	2	2	2	0	True	81464	fragment	False	CHI0126_000000009552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	98.43799999999999	52.0	0.08102574102964119	NZ_WNCH01000069.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold69_size10256, whole genome shotgun sequence	True	True
DEN0090_000000019213	1519	0.7560392072592932	2	2	2	2	2	False	68713	maximal	True	DEN0090_000000019213	1.0		8	5	False	False	0.9828834533691406	0					non-mobilizable	no_good_hit	350.0	72.286	23.0	7.313130493302356e-05	NZ_CP021850.1	firmicutes	Pseudoclostridium thermosuccinogenes strain DSM 5807 chromosome, complete genome	True	False
ISR0038_000000026656	1327	0.7560320421830218	2	2	2	2	2	False	106150	fragment	False	ISR0779_000000021481	0.8104101788159934		0	0	False	False	0.9871891736984253	0					non-mobilizable	no_good_hit	452.0	75.221	34.0	0.00011008487813800132	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0139_000000011709	2209	0.7560292725057368	3	3	3	3	2	False	40441	fragment	False	FIJ0139_000000011709	0.9852941176470589		0	0	False	False	0.9972838163375854	0					non-mobilizable	no_good_hit	692.0	78.179	31.0	0.003606697705493037	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
MON0050_000000008401	3606	0.7560233262146265	5	4	3	4	3	False	103053	fragment	False	ENG0084_000000007128	0.9509161951615219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000006480	3599	0.7560233262146265	4	4	3	4	3	False	103053	fragment	False	ENG0084_000000007128	0.9487622177614431		0	0	False	False	0.9991664290428162	0					non-mobilizable	no_good_hit								True	False
FIJ0079_000000008016	3588	0.7560233262146265	4	4	3	4	3	False	103053	fragment	False	ENG0084_000000007128	0.9495121254075835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000007203	4009	0.7560219275282829	6	4	2	3	4	True	126126	fragment	False	CHI0154_000000007203	1.0		0	0	False	False	0.9970067143440247	0					non-mobilizable	no_good_hit	1026.0	77.388	25.0	0.1098322920092075	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MON0068_000000016035	2638	0.7560139757902636	3	2	2	2	1	True	78135	fragment	False	MON0068_000000016035	1.0		0	0	False	False	0.9548900723457336	0					non-mobilizable	no_good_hit								True	True
FIJ0024_000000005112	3964	0.7560115096002077	7	4	2	2	4	False	49254	maximal	True	FIJ0024_000000005112	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	91.014	46.0	0.010981638844903238	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
MAD0070_000000001326	10950	0.7560112606867108	7	5	4	5	3	True	131966	fragment	False	MAD0070_000000001326	0.9999541158116914		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2817.0	83.245	26.0	0.10022152351007575	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
MAD0057_000000001176	10897	0.7560112606867108	7	5	4	5	3	True	131966	fragment	False	MAD0070_000000001326	0.9975342465753425		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2817.0	83.245	26.0	0.10022152351007575	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
FIJ0087_000000017337	1862	0.7560112087140206	2	2	1	2	2	False	74682	maximal	False	ENG0048_000000014177	0.9658119658119658		0	0	False	False	1.0	0					non-mobilizable	other	1862.0	94.522	100.0	0.000577087360760175	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0002_000000012249	1859	0.7560093029509969	2	2	2	2	2	False	67982	fragment	False	ENG0002_000000012249	1.0		0	0	False	False	0.9774072170257568	0					non-mobilizable	no_good_hit	220.0	75.0	11.0	0.00014371838788643807	NZ_LT821240.1	high GC Gram+	Corynebacterium pacaense strain Marseille-P2417, whole genome shotgun sequence	True	False
MON0062_000000010958	3670	0.7560086485500049	3	3	3	3	3	False	10777	maximal	True	MON0062_000000010958	1.0		16	8	False	False	0.9942779541015625	0					non-mobilizable	no_good_hit	128.0	79.688	3.0	5.750258077058935e-05	CP050959.1	firmicutes	Streptococcus gallolyticus strain FDAARGOS_666 chromosome	True	False
ISR0840_000000008418	1942	0.7560077625977553	2	2	2	2	2	False	115798	fragment	False	ISR0840_000000008418	0.9713527851458885		0	0	False	False	0.9912461638450623	0					non-mobilizable	other	1942.0	98.249	100.0	0.02413788815241317	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0245_000000000805	4600	0.7560036324474804	5	3	2	3	2	False	110157	maximal	False	ENG0177_000000005508	0.975221425558836		0	0	False	False	1.0	0					non-mobilizable	other	2301.0	99.73899999999999	99.0	0.0006218873524065283	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0041_000000002763	8731	0.7560001809637806	6	6	5	6	4	False	77427	maximal	False	ISR0156_000000002816	0.9408110280166636		0	0	False	False	0.9989691972732544	0					non-mobilizable	other	6917.0	85.76	99.0	0.0018477660374710886	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MAD0028_000000004197	2931	0.7559990634473882	4	3	3	1	2	False	19021	maximal	True	MAD0028_000000004197	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	94.44	44.0	0.007059311307991097	NZ_FUWW01000001.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ENG0048_000000012248	2196	0.7559970504621452	3	3	3	3	3	False	64231	maximal	True	ENG0048_000000012248	1.0		6	5	False	False	0.9585610032081604	0					non-mobilizable	no_good_hit	80.0	88.75	4.0	0.00016296959482458076	NZ_LXEY01000022.1	high GC Gram+	Enteractinococcus helveticum strain UASWS1574 118, whole genome shotgun sequence	True	False
CHI0125_000000004742	3275	0.7559962088334792	4	2	1	2	2	False	81648	fragment	False	CHI0125_000000004742	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	93.89399999999999	94.0	0.0030758807871411036	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0089_000000026545	1110	0.7559915984969184	1	1	1	1	1	False	15803	maximal	True	MAD0089_000000026545	1.0		7	4	False	False	0.99909907579422	0					non-mobilizable	no_good_hit	990.0	98.182	89.0	0.0003479320099919298	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0117_000000026257	1426	0.7559887191026312	2	2	2	2	2	False	30577	fragment	False	ISR0156_000000017144	0.9863731656184487		0	0	False	False	0.9796633720397949	0					non-mobilizable	chromosome	1320.0	73.939	91.0	0.00043252347660014334	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0026_000000013866	2817	0.7559816066532756	4	4	3	4	3	False	12765	fragment	False	MON0026_000000013866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	78.846	5.0	2.3670153913618577e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ENG0186_000000002563	7363	0.7559690290222464	8	8	6	7	8	False	127582	fragment	False	ISR0779_000000003099	0.3177208825368536		0	0	False	False	1.0	0					non-mobilizable	chromosome	7373.0	97.884	100.0	0.0031963939542541046	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0046_000000024986	1387	0.7559612509680929	2	2	2	2	2	True	11505	maximal	True	MON0046_000000024986	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	7.0	0.001897753679318358	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	True	True
SPA0045_000000004389	6242	0.7559577777840197	6	5	4	5	5	False	90763	maximal	True	SPA0045_000000004389	1.0		2	2	False	False	0.999519407749176	0					non-mobilizable	no_good_hit	1529.0	82.08	62.0	0.0007084260256786945	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0153_000000019631	1297	0.7559559854920609	2	2	2	2	2	False	39637	maximal	True	FIJ0153_000000019631	1.0		64	9	False	False	0.9969159364700317	0					non-mobilizable	chromosome	1307.0	77.35300000000001	99.0	0.00045824401883545816	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0208_000000014341	1917	0.7559360352150948	3	2	2	2	1	True	68802	maximal	True	ISR0208_000000014341	1.0		8	4	False	False	0.9937402009963989	0					non-mobilizable	other	1125.0	97.867	96.0	0.0003904947192884936	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0130_01_000000001255	23554	0.7559346199567425	20	9	6	9	3	True	98937	fragment	False	USA0130_01_000000001255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
SPA0040_000000037669	1159	0.7559260718109637	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.005907914685156957		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	91.37200000000001	100.0	0.01898629136654828	NZ_SMMX01000018.1	firmicutes	Extibacter muris strain DSM 28560 NODE_18_length_60254_cov_97.191262, whole genome shotgun sequence	False	True
SPA0132_000000035404	1170	0.7559220035525254	2	2	2	1	1	False	3712	fragment	False	SPA0132_000000035404	1.0		0	0	False	False	0.9974358677864075	0					non-mobilizable	no_good_hit	932.0	92.59700000000001	79.0	0.03257636726267539	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0110_000000011356	2415	0.7559203747289344	3	3	2	2	2	True	89605	fragment	False	MAD0110_000000011356	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2232.0	97.715	100.0	0.00039268541531149113	CP050204.1	enterobacteria	Escherichia coli strain RH-045-WU chromosome	False	True
MAD0015_000000010078	2000	0.7559203747289344	3	3	2	2	2	True	89604	fragment	False	MAD0015_000000010078	1.0		0	0	False	False	0.9965000152587891	0					non-mobilizable	plasmid	2000.0	100.0	100.0	0.016714885362141912	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
AST0111_000000013694	1391	0.7559051855309176	3	3	3	2	2	False	106776	fragment	False	AST0111_000000013694	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	96.334	100.0	0.0007331378299120235	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
USA0015_01_000000014185	2370	0.7559038434454399	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.25614335860001003	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2370.0	99.916	100.0	0.07170965007870202	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0114_000000002195	3159	0.7558992338600738	7	2	2	2	1	True	88411	fragment	False	CHI0114_000000002195	1.0		0	0	False	False	0.9962013363838196	0					non-mobilizable	no_good_hit								True	True
DEN0011_000000000366	35262	0.7558904633108122	28	13	9	9	5	True	126552	fragment	False	DEN0011_000000000366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	88.0	0.0	3.321152698298186e-05	CP014326.1	firmicutes	Streptococcus mitis strain SVGS_061, complete genome	True	True
ISR0241_000000001962	6017	0.7558871566103269	11	7	3	6	6	False	113902	fragment	False	ISR0241_000000001962	1.0		0	0	False	False	0.9996675848960876	0					non-mobilizable	no_good_hit	1117.0	80.66199999999999	41.0	0.00038585787324342297	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0173_000000003288	5622	0.7558806982080614	6	4	4	4	4	False	130457	fragment	False	SPA0136_000000006398	0.6796561648709489		0	0	False	False	1.0	0					non-mobilizable	other	5545.0	99.946	99.0	0.008846450888155586	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0016_000000022978	2096	0.7558730967036343	3	3	2	2	3	True	92849	fragment	False	CAN0016_000000022978	0.9961649089165867		0	0	False	False	0.9890267252922058	0					non-mobilizable	chromosome	2099.0	96.189	100.0	0.0007458510698546161	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ENG0211_000000012002	2086	0.7558730967036343	3	3	2	2	3	True	92849	fragment	False	CAN0016_000000022978	0.9940362595419847		0	0	False	False	1.0	0					non-mobilizable	chromosome	2090.0	96.17200000000001	100.0	0.0007426454062305991	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
SPA0111_000000007451	4447	0.7558557117091114	5	4	3	4	3	False	91538	fragment	False	SPA0111_000000007451	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4447.0	99.48299999999999	100.0	0.001243249999790275	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0003_000000004311	5549	0.7558549823430541	4	4	3	4	3	True	101005	fragment	False	ISR0003_000000004311	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	76.017	17.0	0.0028189379165375664	NZ_JDUI01000001.1	high GC Gram+	Bifidobacterium pullorum DSM 20433 contig1, whole genome shotgun sequence	True	True
CHI0151_000000010889	2291	0.7558536969974655	4	3	2	2	1	False	79470	maximal	True	CHI0151_000000010889	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	99.78200000000001	54.0	0.0001644446612332381	LR596811.1	enterobacteria	Klebsiella pneumoniae isolate 91915c0c-b809-11e8-aae5-3c4a9275d6c8 genome assembly, chromosome: 1	True	False
MAD0030_000000002859	3518	0.7558526648207994	5	4	2	3	3	False	30093	fragment	False	MAD0030_000000002859	1.0		0	0	False	False	0.9934622049331665	0					non-mobilizable	plasmid	2032.0	97.146	99.0	0.0711104877450121	CP037908.1	enterobacteria	Escherichia coli strain LHM10-1 plasmid unnamed4, complete sequence	False	True
ENG0090_000000002992	6682	0.7558495436080591	9	6	6	6	3	False	126012	fragment	False	DEN0001_000000005147	0.9862707058647964		0	0	False	False	0.9956600069999695	0					non-mobilizable	no_good_hit	3060.0	90.425	76.0	0.0010776171169368618	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0008_000000008698	3578	0.7558484363995402	7	5	4	3	3	False	13873	maximal	True	MON0008_000000008698	1.0		2	1	False	False	0.9815539121627808	0					non-mobilizable	no_good_hit	1565.0	99.87200000000001	44.0	0.000302913567564542	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0005_000000015660	1523	0.7558279609540908	4	2	1	2	1	False	67658	maximal	True	ENG0005_000000015660	1.0		0	0	False	False	0.992777407169342	0					non-mobilizable	no_good_hit	81.0	92.59299999999999	5.0	0.0002364632196240826	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0011_000000021301	1363	0.7558279609540908	2	2	1	2	1	False	38231	fragment	False	ISR0011_000000021301	1.0		0	0	False	False	0.9860601425170898	0					non-mobilizable	no_good_hit								True	False
ISR0267_000000016917	1131	0.7558279609540908	2	2	1	2	1	False	26513	fragment	False	ISR0267_000000016917	1.0		0	0	False	False	0.9867374300956726	0					non-mobilizable	chromosome	1131.0	98.32	100.0	0.0005265391593095761	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MAD0040_000000017271	1907	0.7558196418019288	3	3	3	3	2	False	18359	maximal	True	MAD0040_000000017271	1.0		107	9	False	False	0.9921342134475708	0					non-mobilizable	other	1913.0	82.697	100.0	0.009412965084001461	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0083_000000021250	1328	0.7558193924455828	2	2	2	2	1	False	81173	fragment	False	SPA0106_000000028323	0.9809864150523921		0	0	False	False	1.0	0					non-mobilizable	chromosome	1328.0	98.946	100.0	0.0004277164101603759	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0159_000000007328	3170	0.7558176011362736	5	3	3	3	1	False	97382	fragment	False	FIJ0159_000000007328	1.0		0	0	False	False	0.9917981028556824	0					non-mobilizable	no_good_hit	53.0	90.566	2.0	0.0006927698804971956	NZ_FQZF01000027.1	a-proteobacteria	Roseomonas rosea strain DSM 14916, whole genome shotgun sequence	True	False
SPA0135_000000012131	1759	0.7558117156776313	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.3631648827220315		0	0	False	False	1.0	0					non-mobilizable	chromosome	1759.0	98.351	100.0	0.0007762089741767019	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0346_000000005038	3876	0.7558061780840138	5	2	1	2	1	False	24198	maximal	True	ISR0346_000000005038	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2252.0	94.62700000000001	83.0	0.03834448131781213	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0206_000000017591	1484	0.7558059075554131	1	1	1	1	1	False	103319	maximal	True	ISR0206_000000017591	0.9391891891891891		8	2	False	False	0.9831536412239075	0					non-mobilizable	other	1489.0	79.65100000000001	99.0	0.012979619719913469	NZ_PPTQ01000011.1	actinobacteria	Paraeggerthella hongkongensis strain RC2/2 A NODE_11, whole genome shotgun sequence	False	False
SPA0047_000000005657	6950	0.7557951906717679	7	6	5	5	5	False	84687	fragment	False	FIJ0105_000000003339	0.7590051187164459		0	0	False	False	0.9998561143875122	0					non-mobilizable	no_good_hit	1246.0	85.554	32.0	0.0005769078299964089	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0168_000000017314	1416	0.7557857337936772	3	3	3	2	1	False	117885	fragment	False	ISR0122_000000008533	0.24681505213433794		0	0	False	False	1.0	0					non-mobilizable	chromosome	1418.0	90.40899999999999	100.0	0.0004460046025153399	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0098_000000008627	2680	0.7557786346906078	4	2	2	2	1	False	42873	maximal	True	FIJ0098_000000008627	1.0		1	1	False	False	0.9940298795700073	0					non-mobilizable	no_good_hit	677.0	94.23899999999999	30.0	0.013141499883186667	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	True	False
ENG0142_000000001677	11437	0.7557783547555269	11	4	3	3	4	False	57706	maximal	True	ENG0142_000000001677	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5004.0	92.266	71.0	0.05412496882826815	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ENG0192_000000012324	1792	0.7557677861439019	2	1	1	1	1	False	54648	maximal	True	ENG0192_000000012324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000014094	1102	0.7557635348346151	2	2	2	1	1	False	42949	fragment	False	MAD0061_000000015842	0.6162207357859532		0	0	False	False	1.0	0					non-mobilizable	other	879.0	95.56299999999999	100.0	0.00026248516047021315	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0057_01_000000019679	1631	0.7557598107565018	3	3	3	3	3	False	119925	fragment	False	ISR0341_000000008703	0.992545617307325		0	0	False	False	0.9938687682151794	0					non-mobilizable	chromosome	1286.0	95.49	99.0	0.00036550643262877344	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0054_000000004649	3592	0.7557561019639006	6	5	3	3	3	True	107682	fragment	False	CHI0054_000000004649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0074_000000020489	1082	0.7557512182988572	1	1	1	1	1	False	10354	fragment	False	MON0074_000000020489	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0115_000000015628	1369	0.7557509406951705	3	2	2	2	2	False	116613	fragment	False	ENG0115_000000015628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	99.583	88.0	0.0002314689688723465	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
SPA0150_000000014247	1460	0.7557429027401923	2	2	1	2	1	False	3257	fragment	False	SPA0150_000000014247	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	90.588	6.0	0.000277101716361354	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
ISR0370_000000002824	8214	0.7557354791243031	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9522148982317673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3074.0	95.836	37.0	0.4947385462198478	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0169_000000002747	8134	0.7557354791243031	10	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9191883108133041		0	0	False	False	0.9998770356178284	0					non-mobilizable	no_good_hit	3020.0	97.053	37.0	0.48858669256920834	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0069_01_000000007392	8129	0.7557354791243031	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9482196600570058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2987.0	95.61399999999999	37.0	0.48081593006313744	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0021_01_000000002265	8129	0.7557354791243031	10	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.948128642872088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2987.0	95.581	37.0	0.48081593006313744	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0034_01_000000007001	8129	0.7557354791243031	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9482196600570058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2987.0	95.61399999999999	37.0	0.48081593006313744	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0192_000000002337	8117	0.7557354791243031	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9488487112978382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3024.0	96.03200000000001	37.0	0.48664400194269064	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0027_01_000000003216	8112	0.7557354791243031	10	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9478129484034264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2987.0	95.581	37.0	0.48081593006313744	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0022_000000003899	8070	0.7557354791243031	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9352880010980862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	99.884	35.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0253_000000001235	8067	0.7557354791243031	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9452583060993355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2926.0	96.001	36.0	0.47094058604500566	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0143_000000002258	8063	0.7557354791243031	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.885136724833461		0	0	False	False	0.9998759627342224	0					non-mobilizable	no_good_hit	2772.0	97.40299999999999	34.0	0.4485996438400518	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0181_000000002418	8054	0.7557354791243031	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9440942479846586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2939.0	96.053	36.0	0.47304516755706655	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0183_000000003488	8023	0.7557354791243031	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.925498396046498		0	0	False	False	0.9997507333755493	0					non-mobilizable	no_good_hit	2896.0	96.133	36.0	0.46608385947871134	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0209_000000003427	8022	0.7557354791243031	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.935011250710227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2933.0	96.079	37.0	0.4720738222438077	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0161_000000003377	8017	0.7557354791243031	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.93494781963753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2923.0	96.066	36.0	0.47045491338837625	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0180_000000001980	7998	0.7557354791243031	10	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.924319399056051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2794.0	97.495	36.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0075_000000002511	7989	0.7557354791243031	10	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9317924102971996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	97.17200000000001	35.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0085_000000002780	7946	0.7557354791243031	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9213807402885422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	97.02799999999999	35.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0279_000000001990	7907	0.7557354791243031	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9023287144904326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	97.565	35.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0196_000000002079	7834	0.7557354791243031	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.8845456808948671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2740.0	97.19	35.0	0.44325724461712807	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0353_000000003921	7700	0.7557354791243031	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.8240653818907215		0	0	False	False	0.9998701214790344	0					non-mobilizable	no_good_hit	2612.0	97.51100000000001	34.0	0.4225352112676056	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0010_000000005077	7588	0.7557354791243031	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.7716767564659018		0	0	False	False	0.9998682141304016	0					non-mobilizable	no_good_hit	2467.0	97.568	33.0	0.3992229237493929	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0051_000000003102	5379	0.7557228618052287	6	5	5	3	3	False	109938	maximal	True	CHI0051_000000003102	1.0		150	8	False	False	1.0	0					non-mobilizable	other	5378.0	99.182	99.0	0.0010183287811093378	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
MAD0048_000000011505	2070	0.7557180693907691	3	2	2	2	2	False	17551	maximal	True	MAD0048_000000011505	1.0		1	1	False	False	0.9995169043540955	0					non-mobilizable	no_good_hit	724.0	70.994	34.0	0.0002132233406074215	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0106_000000015422	1707	0.755709280851338	3	2	2	2	2	False	41939	fragment	False	FIJ0113_000000014719	0.9917633006119786		0	0	False	False	0.9994142055511475	0					non-mobilizable	other	1463.0	97.744	100.0	0.007214195483972841	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
FIJ0083_000000032199	1131	0.7557079606212457	2	2	2	2	1	False	77251	fragment	False	ISR0246_000000012330	0.3819503743632324		0	0	False	False	1.0	0					non-mobilizable	chromosome	1129.0	99.02600000000001	99.0	0.0003980398653863051	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0129_000000002092	5808	0.7557046446261866	9	4	2	3	3	True	90081	maximal	True	ISR0129_000000002092	1.0		1	1	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1915.0	96.13600000000001	54.0	0.2062533692722372	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	True	True
DEN0018_000000019155	2022	0.7556983725887857	3	3	3	3	3	False	131571	fragment	False	USA0047_01_000000018471	0.9437260363029074		0	0	False	False	0.9826903939247131	0					non-mobilizable	chromosome	920.0	99.67399999999999	100.0	0.00014165299332504584	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0116_01_000000012967	1924	0.7556983725887857	3	3	3	3	3	False	131571	fragment	False	USA0047_01_000000018471	0.9392069110345466		0	0	False	False	0.9968814849853516	0					non-mobilizable	chromosome	1925.0	92.727	100.0	0.0003066419801003228	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0061_01_000000002907	3898	0.7556895303783812	5	4	3	2	3	False	898	maximal	True	USA0061_01_000000002907	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1197.0	83.709	50.0	0.010632404710423331	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
USA0007_01_000000006770	2562	0.7556835669988422	3	3	3	3	3	False	94617	maximal	True	USA0007_01_000000006770	1.0		163	10	False	False	0.9996097087860107	0					non-mobilizable	other	2017.0	88.399	97.0	0.0009610757159272587	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	False	False
MON0095_000000016413	1886	0.7556817789865021	3	3	2	1	2	False	21883	fragment	False	MON0095_000000016413	1.0		0	0	False	False	0.9909862279891968	0					non-mobilizable	no_good_hit								True	False
MON0042_000000017909	1455	0.7556809541733692	3	3	3	3	2	False	14502	fragment	False	MAD0111_000000011485	0.9745385446899767		0	0	False	False	0.9986254572868347	0					non-mobilizable	no_good_hit	1144.0	80.42	88.0	0.0862147406733394	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
ISR0086_000000017385	1618	0.7556664563335432	2	2	2	2	1	False	34484	fragment	False	ISR0333_000000013641	0.9672444923084251		0	0	False	False	0.998763918876648	0					non-mobilizable	no_good_hit	269.0	88.104	17.0	0.004432316215992723	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0183_000000019972	1563	0.7556664563335432	2	2	2	2	1	False	34484	fragment	False	ISR0333_000000013641	0.9507271993571547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	89.06200000000001	9.0	3.4033877375135866e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0055_000000004134	4678	0.7556503300269872	7	2	0	2	0	False	82581	fragment	False	ENG0055_000000004134	1.0		0	0	False	False	0.9997862577438354	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.006662225183211193	XM_012365825.1	ants	PREDICTED: Linepithema humile probable isoleucine--tRNA ligase, cytoplasmic (LOC105671557), mRNA	True	False
FIJ0016_000000015044	1282	0.7556480611893621	2	2	2	2	2	False	50596	fragment	False	FIJ0016_000000015044	0.9840417254612351		0	0	False	False	0.9992199540138245	0					non-mobilizable	chromosome	1282.0	99.14200000000001	100.0	0.0004465076202572944	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0029_000000000948	9822	0.7556469711624119	10	7	5	5	6	False	126735	maximal	True	DEN0029_000000000948	1.0	PS832|PS833|PS837|PS974|PS975|PS976	6	4	False	True	0.9983710050582886	0	rep_cluster_475				non-mobilizable	no_good_hit	3388.0	95.691	52.0	0.5166436570026077	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0046_000000009244	1253	0.7556445875978409	1	1	1	1	1	False	87034	fragment	False	CHI0046_000000009244	0.9786302293642114		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	99.76100000000001	100.0	0.0005200311686412899	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MON0012_000000021918	2304	0.7556424839648346	4	2	2	2	2	False	39389	maximal	True	MON0012_000000021918	1.0		1	1	False	False	0.9991319179534912	0					non-mobilizable	no_good_hit	332.0	80.422	14.0	0.0001282445880783831	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CAN0011_000000003329	9541	0.7556390726640536	6	5	4	4	3	False	119751	fragment	False	SPA0103_000000001197	0.5902749056801213		0	0	False	False	0.9985326528549194	0					non-mobilizable	chromosome	9541.0	100.0	100.0	0.0014678201209520705	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0227_000000002687	9266	0.7556390726640536	6	5	4	4	3	False	119751	fragment	False	SPA0103_000000001197	0.585034607850236		0	0	False	False	1.0	0					non-mobilizable	chromosome	9270.0	99.64399999999999	100.0	0.0014261241825057381	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0023_01_000000016002	1921	0.7556374567772983	3	3	2	3	1	False	3242	fragment	False	USA0023_01_000000016002	0.9947310038824182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	77.96600000000001	6.0	0.0003588230603620126	NZ_JAAIPW010000002.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_2_length_326066_cov_251.654, whole genome shotgun sequence	True	False
SPA0006_000000008096	3919	0.7556372426648141	4	4	4	4	3	False	95224	fragment	False	SPA0006_000000008096	0.9768710856445365		0	0	False	False	1.0	0					non-mobilizable	other	3937.0	95.40299999999999	100.0	0.0008949777428073933	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
MON0037_000000030758	2290	0.7556347177205507	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.15131023117513834		0	0	False	False	1.0	0					non-mobilizable	chromosome	2295.0	89.67299999999999	99.0	0.0009422547728416477	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0151_000000019011	1166	0.755634506108779	2	1	1	1	1	False	30749	maximal	True	ISR0151_000000019011	1.0		69	9	False	False	0.9888507723808289	0					non-mobilizable	no_good_hit	142.0	95.07	12.0	4.010615330790433e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0027_000000015678	2560	0.7556246572530918	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.5322326887154906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	84.012	81.0	0.0003978362047209093	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0015_000000031103	1237	0.7556201753638853	2	2	2	1	1	True	13388	maximal	True	MON0015_000000031103	1.0		2	1	False	False	0.9927243590354919	0					non-mobilizable	chromosome	1240.0	92.90299999999999	100.0	0.0005145131540627123	CP023510.1	high GC Gram+	Rothia mucilaginosa strain FDAARGOS_369 chromosome, complete genome	False	True
CHI0101_000000006954	1732	0.7556159211697954	3	3	3	3	3	False	99887	fragment	False	ISR0346_000000011693	0.3857207910144827		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	99.885	100.0	0.005485486119913804	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0052_000000013806	2533	0.7556125989378144	5	4	2	4	2	False	49276	maximal	True	ISR0052_000000013806	1.0		1	1	False	False	0.9996052384376526	0					non-mobilizable	no_good_hit	2191.0	98.12899999999999	86.0	0.013379928884761545	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
MON0031_000000018051	1787	0.7556113508535808	2	1	1	1	1	False	83755	fragment	False	MON0031_000000018051	0.9665085951393005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	98.22399999999999	86.0	0.00857140559794801	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0187_000000007899	3465	0.7556021043890786	3	2	2	2	1	False	106338	fragment	False	ISR0187_000000007899	0.995176848874598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	82.0	7.0	0.00908756438557763	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ENG0171_000000009134	2602	0.7555999945178082	4	4	3	3	3	False	55800	fragment	False	ENG0171_000000009134	1.0		0	0	False	False	0.9992313385009766	0					non-mobilizable	no_good_hit	962.0	78.586	37.0	0.0033140791223404257	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
ENG0040_000000017242	1413	0.7555952776621947	2	2	2	1	1	False	74105	fragment	False	ENG0040_000000017242	1.0		0	0	False	False	0.9624911546707153	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000011654	3653	0.7555881868116673	3	3	2	2	3	False	72597	maximal	True	DEN0051_000000011654	0.9821776663881927		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1423.0	87.14	81.0	0.00039878436810242155	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0170_000000022762	2045	0.7555871535156432	3	3	3	3	3	False	30053	maximal	True	ISR0170_000000022762	1.0		101	11	False	False	0.9995110034942627	0					non-mobilizable	no_good_hit	303.0	72.937	14.0	0.000999520638061338	NZ_PYLQ01000001.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_0, whole genome shotgun sequence	True	False
MON0098_000000015154	2155	0.7555703734280729	3	3	3	3	2	False	58507	maximal	True	MON0098_000000015154	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	71.535	18.0	0.00014045395150403075	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
MAD0021_000000002605	5194	0.7555598013772272	7	5	4	5	1	False	122580	fragment	False	MAD0021_000000002605	1.0		0	0	False	False	0.9951867461204529	0					non-mobilizable	other	2059.0	98.397	100.0	0.03288327874091236	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0006_000000004845	2955	0.7555479206147468	5	3	3	3	3	False	128270	maximal	True	AST0006_000000004845	1.0		1	1	False	False	0.9945854544639587	0					non-mobilizable	no_good_hit	335.0	75.22399999999999	11.0	0.00010050352571866894	LS483461.1	firmicutes	Clostridium perfringens strain NCTC2837 genome assembly, chromosome: 1	True	False
TAN0019_000000000971	5323	0.7555470501840114	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7823684451621312	PS1159|PS463	0	0	True	True	1.0	19		MOBV			mobilizable	other	5035.0	99.921	100.0	0.4941592225385295	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0155_000000004831	5319	0.7555470501840114	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7823289803934763	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	5038.0	99.921	100.0	0.4944537155197801	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0111_000000003159	5317	0.7555470501840114	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7823179887320608	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5035.0	99.90100000000001	100.0	0.4941592225385295	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0093_000000005145	5257	0.7555470501840114	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.649106659164761	PS1159|PS463	0	0	False	True	0.9994293451309204	0		MOBV			mobilizable	other	3556.0	99.916	100.0	0.4896694214876033	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0395_000000007300	5250	0.7555470501840114	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7766425149032057	PS1159|PS463	0	0	True	True	1.0	77		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0040_000000005174	5250	0.7555470501840114	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7766425149032057	PS1159|PS463	0	0	True	True	0.9998095035552979	3		MOBV			mobilizable	other	4969.0	99.92	100.0	0.487680376951016	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
AUS0006_000000011283	2200	0.7555444816651713	5	5	3	5	3	True	102083	maximal	True	AUS0006_000000011283	1.0		154	10	False	False	0.9977272748947144	0					non-mobilizable	other	2038.0	98.33200000000001	93.0	0.033003942948936375	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	True
CHI0151_000000001991	11001	0.7555345653519092	9	5	4	5	1	True	79538	fragment	False	CHI0151_000000001991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	83.178	3.0	0.0007203881350002762	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ISR0127_000000019571	1328	0.7555248953827259	2	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9414779066116815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	6.0	2.6927531617129544e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0130_01_000000011350	3379	0.7555233606650232	5	4	3	4	0	True	42268	maximal	True	USA0130_01_000000011350	1.0		0	0	False	False	0.9949689507484436	0					non-mobilizable	no_good_hit	464.0	73.27600000000001	14.0	0.00011991025663950454	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	True
SPA0009_000000002555	11785	0.7555219963499604	10	8	6	7	7	True	64451	fragment	False	SPA0009_000000002555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5977.0	95.499	75.0	0.20906959655691243	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0105_000000013200	1909	0.7555189794361999	2	2	2	1	2	False	26683	maximal	True	SPA0105_000000013200	0.975658532981088		442	11	False	False	0.9994761943817139	0					non-mobilizable	other	1909.0	99.738	100.0	0.0072646692633671055	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
ENG0177_000000017095	1553	0.7555150695700379	3	2	2	2	2	False	55511	fragment	False	ISR0162_000000024947	0.9269389733348852		0	0	False	False	0.9993560910224915	0					non-mobilizable	other	1555.0	93.955	100.0	0.010351966873706004	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
FIJ0041_000000015557	2352	0.755507443859684	4	4	2	4	2	True	47397	fragment	False	FIJ0041_000000015557	1.0		0	0	False	False	0.9783163070678711	0					non-mobilizable	no_good_hit	348.0	71.55199999999999	15.0	0.018508525793222534	NZ_JAAITI010000054.1	firmicutes	Blautia luti strain MSK.16.34 NODE_54_length_18532_cov_211.497, whole genome shotgun sequence	True	True
DEN0046_000000000115	36467	0.7555046813409545	41	14	4	12	7	False	86860	maximal	True	DEN0046_000000000115	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7151.0	94.169	76.0	0.0022240418016574075	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0021_000000024697	1951	0.7554938740618771	3	2	2	1	2	False	49628	maximal	True	FIJ0021_000000024697	1.0		1	1	False	False	0.9994874596595764	0					non-mobilizable	no_good_hit								True	False
USA0071_01_000000006779	1766	0.7554929423757876	4	1	1	1	1	False	81624	maximal	True	USA0071_01_000000006779	0.9933008526187577		131	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000016809	1933	0.7554897212485342	2	2	1	1	2	False	101701	fragment	False	ISR0100_000000006592	0.5481800804013114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	87.146	67.0	0.02235328507316402	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0255_000000003439	7542	0.7554894896208639	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.7619955691574207		0	0	False	False	0.9986740946769714	0					non-mobilizable	no_good_hit	2476.0	97.98100000000001	33.0	0.4003561599481949	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0023_000000008934	1507	0.7554888909593042	2	2	2	1	1	False	89066	maximal	True	CHI0023_000000008934	1.0		213	11	False	False	0.9893828630447388	0					non-mobilizable	other	1510.0	97.219	100.0	0.005178427228837002	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0142_000000020212	1309	0.7554764603553068	3	2	1	2	2	False	3426	maximal	True	SPA0142_000000020212	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1314.0	84.551	100.0	0.0004482837210976097	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ENG0022_000000008486	1814	0.7554755009114013	3	3	3	3	3	False	66311	maximal	True	ENG0022_000000008486	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0109_000000009761	3027	0.7554670505177666	4	3	2	3	2	False	4664	maximal	True	SPA0109_000000009761	1.0		17	6	False	False	0.9950445890426636	0					non-mobilizable	no_good_hit	925.0	83.459	30.0	0.0002490904670527659	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0221_000000006221	3686	0.7554655102689264	5	3	0	3	1	True	27968	maximal	True	ISR0221_000000006221	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.38483384585399e-07	LR031571.1	eudicots	Brassica rapa genome, scaffold: A01	True	True
ENG0192_000000016082	1418	0.7554570730248377	2	1	1	1	1	False	54638	fragment	False	ISR0309_000000012688	0.9425914047466324		0	0	False	False	0.968265175819397	0					non-mobilizable	no_good_hit	957.0	96.134	67.0	0.006534024822452415	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0005_000000010328	2326	0.7554502557515284	3	2	2	2	2	False	67688	maximal	True	ENG0005_000000010328	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	96.25200000000001	41.0	0.005379880808936074	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
SPA0106_000000003862	9316	0.7554495580133231	11	8	7	6	8	True	61865	fragment	False	SPA0106_000000003862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	74.306	9.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
MAD0025_000000001121	7825	0.75544710872347	8	8	6	8	7	True	98719	fragment	False	MAD0025_000000001121	0.9562082003312176		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	7825.0	99.898	100.0	0.08621810767619992	CP027138.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed2	False	True
FIJ0087_000000006787	4395	0.7554452860926003	2	2	1	2	1	False	43755	fragment	False	FIJ0105_000000006284	0.975764192139738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0107_000000015149	3691	0.7554452860926003	2	2	1	2	1	False	41977	fragment	False	MON0107_000000015149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0038_000000013446	2325	0.7554448416962501	3	3	3	3	2	False	69548	fragment	False	MON0038_000000013446	0.9756177765099947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	74.52600000000001	20.0	0.0019568233671700707	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ENG0177_000000021892	1182	0.7554404738283038	2	2	1	2	1	False	55492	fragment	False	ENG0177_000000021892	1.0		0	0	False	False	0.9754652976989746	0					non-mobilizable	other	995.0	97.48700000000001	99.0	0.0003790954416633518	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
MON0030_000000014254	2447	0.7554403881813121	3	2	2	2	1	False	13739	fragment	False	MON0030_000000014254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005162425192634941	NZ_LJGU01000161.1	high GC Gram+	Streptomyces oceani strain SCSIO 02100 scaffold15, whole genome shotgun sequence	True	False
SPA0054_000000017510	1688	0.7554392210926993	2	2	2	2	2	False	67250	fragment	False	ISR0231_000000011014	0.9657894736842105		0	0	False	False	1.0	0					non-mobilizable	chromosome	1688.0	94.609	100.0	0.0006947481651153232	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0037_000000002208	9603	0.7554324697710753	7	3	2	3	2	False	47844	fragment	False	FIJ0037_000000002208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2057.0	71.949	21.0	0.021708857343336753	NZ_FQVD01000017.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
SPA0156_000000009196	2004	0.7554314773803524	2	2	2	1	2	False	43709	maximal	True	SPA0156_000000009196	1.0		24	9	False	False	1.0	0					non-mobilizable	chromosome	1326.0	96.38	95.0	0.000443097783593625	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0111_000000004417	3827	0.7554312426892792	2	2	2	2	1	True	86029	fragment	False	MAD0111_000000004417	1.0		0	0	False	False	0.997648298740387	0					non-mobilizable	no_good_hit	97.0	82.47399999999999	2.0	3.130325550491309e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0045_000000006906	4865	0.7554292111318882	4	4	4	3	2	False	65500	maximal	True	MAD0045_000000006906	1.0		1	1	False	False	0.9987667202949524	0					non-mobilizable	no_good_hit	1493.0	91.829	31.0	0.0004690140272387461	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0193_000000000805	23860	0.7554123508006408	28	12	6	12	5	True	93018	fragment	False	CHI0126_000000000501	0.9657304908159254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	76.712	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
ENG0087_000000006469	4282	0.7554049845239343	4	3	3	3	3	True	130091	fragment	False	ISR0047_000000005869	0.6812517831359832		0	0	False	False	1.0	0					non-mobilizable	chromosome	2570.0	96.381	99.0	0.0008593248527316466	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0036_000000002114	9713	0.7554035245113171	13	10	9	10	10	False	99054	maximal	True	ENG0036_000000002114	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	1218.0	99.179	13.0	0.000325903082261205	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0182_000000008603	3957	0.7554011296887336	3	3	3	3	3	False	127031	fragment	False	ISR0182_000000008603	1.0		0	0	False	False	0.9949456453323364	0					non-mobilizable	no_good_hit	1807.0	97.288	46.0	0.006927821763947708	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0124_000000005203	5705	0.7553959151000409	7	7	7	7	6	False	116673	fragment	False	ENG0124_000000005203	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5705.0	98.98299999999999	100.0	0.0023240170292103354	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
FIJ0114_000000002058	13414	0.7553917809953852	20	11	9	8	6	True	41900	maximal	True	FIJ0114_000000002058	1.0		1	1	True	True	0.9987326860427856	2					non-mobilizable	no_good_hit	990.0	70.90899999999999	7.0	0.000493472544182627	CP046051.1	firmicutes	Ruminococcaceae bacterium LBM 19010 chromosome, complete genome	True	True
ISR0255_000000026889	1271	0.7553872467313703	2	2	2	2	2	False	26874	maximal	True	ISR0255_000000026889	1.0		17	3	False	False	0.9779701232910156	0					non-mobilizable	no_good_hit	652.0	71.472	50.0	0.0001752281298076656	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0006_000000008344	1787	0.7553825893249795	3	3	2	2	1	False	113392	fragment	False	CHI0006_000000008344	0.9433667981865319		0	0	False	False	0.9681029915809631	0					non-mobilizable	chromosome	1415.0	97.95100000000001	96.0	0.0003957512991362042	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0836_000000012360	1629	0.7553825893249795	4	3	2	2	1	False	113386	maximal	True	ISR0836_000000012360	1.0		1	1	False	False	0.9963167309761047	0					non-mobilizable	no_good_hit	1425.0	96.84200000000001	87.0	0.0003985501060607884	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0018_000000020773	1444	0.7553825893249795	3	3	2	2	1	False	111351	fragment	False	CHI0105_000000003254	0.42892167031195133		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	99.37700000000001	100.0	0.0003368879208416039	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0093_000000022104	1425	0.7553825893249795	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.9187694103989946		0	0	False	False	1.0	0					non-mobilizable	chromosome	1424.0	97.331	100.0	0.00039827022536833	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0060_000000021408	1419	0.7553825893249795	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.9201986446116607		0	0	False	False	1.0	0					non-mobilizable	chromosome	1418.0	97.179	100.0	0.00039659094121357946	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0148_000000023838	1416	0.7553825893249795	3	3	2	2	1	False	104733	fragment	False	AST0148_000000023838	0.9511214985037594		0	0	False	False	0.9978813529014587	0					non-mobilizable	no_good_hit	135.0	82.22200000000001	10.0	0.00039607589287033834	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
FIJ0057_000000025165	1401	0.7553825893249795	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.8804227620922052		0	0	False	False	0.9992862343788147	0					non-mobilizable	chromosome	1400.0	96.786	100.0	0.0003915530887493279	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0053_000000008965	1397	0.7553825893249795	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.8541357373223774		0	0	False	False	1.0	0					non-mobilizable	chromosome	1396.0	97.35	100.0	0.00039043356597949426	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0037_000000023888	1394	0.7553825893249795	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.8818502542255023		0	0	False	False	1.0	0					non-mobilizable	chromosome	1396.0	97.135	100.0	0.00039043356597949426	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0015_01_000000024358	1372	0.7553825893249795	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.8150856668318099		0	0	False	False	1.0	0					non-mobilizable	chromosome	1359.0	97.277	99.0	0.0003800779803585328	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0124_000000010792	1353	0.7553825893249795	4	3	2	2	1	False	111351	fragment	False	CHI0105_000000003254	0.4009873161406255		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	99.335	100.0	0.009605956830034247	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ENG0161_000000015718	1330	0.7553825893249795	4	3	2	2	1	False	111351	fragment	False	CHI0105_000000003254	0.3707310387709949		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	99.774	100.0	0.009442541883961179	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0795_000000009635	1310	0.7553825893249795	3	3	2	2	1	False	111351	fragment	False	CHI0105_000000003254	0.367670329811954		0	0	False	False	0.9984732866287231	0					non-mobilizable	other	1311.0	99.161	100.0	0.009307546928509514	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
SPA0096_000000035088	1233	0.7553825893249795	3	3	2	2	1	False	111351	fragment	False	CHI0105_000000003254	0.27396853183345343		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	99.351	100.0	0.008753357111392154	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
CHI0125_000000012642	1229	0.7553825893249795	3	3	2	2	1	False	111351	fragment	False	CHI0105_000000003254	0.2736583254155035		0	0	False	False	0.9991863369941711	0					non-mobilizable	other	1229.0	99.512	100.0	0.00872493712077075	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0818_000000012661	1482	0.7553662355252417	2	2	1	2	2	False	21344	maximal	True	ISR0818_000000012661	1.0		36	8	False	False	0.9682860970497131	0					non-mobilizable	other	1426.0	82.398	95.0	0.005382246211081633	NZ_CBYM010000001.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
CAN0012_000000012790	4096	0.7553640124598159	6	3	1	3	1	True	94286	maximal	True	CAN0012_000000012790	1.0		2	1	False	False	0.996826171875	0					non-mobilizable	no_good_hit	1549.0	99.161	38.0	0.0006375045403666392	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
CHI0145_000000009580	1959	0.7553634838764736	2	2	2	2	1	True	79753	fragment	False	CHI0145_000000009580	1.0		0	0	False	False	0.9811128377914429	0					non-mobilizable	no_good_hit								True	True
SPA0090_000000017212	2069	0.7553552597361032	4	3	2	2	2	False	68425	fragment	False	SPA0090_000000017212	1.0		0	0	False	False	0.9845336079597473	0					non-mobilizable	no_good_hit	688.0	98.256	72.0	0.00019077927920422547	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0039_000000006728	1916	0.7553526666067042	4	3	3	1	1	False	87791	fragment	False	CHI0039_000000006728	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1916.0	98.852	100.0	0.013588113416399398	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0063_000000024874	1204	0.7553446213863049	1	1	1	1	1	False	10725	fragment	False	MON0063_000000024874	1.0		0	0	False	False	0.9966777563095093	0					non-mobilizable	no_good_hit	57.0	96.491	5.0	1.5737790425465544e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0055_000000003039	9308	0.7553345703409244	14	9	4	9	4	True	69321	fragment	False	SPA0055_000000003039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	1.7485771658384427e-05	NZ_SGXE01000001.1	CFB group bacteria	Aquimarina brevivitae strain DSM 17196 Ga0310459_101, whole genome shotgun sequence	True	True
ISR0362_000000003765	6258	0.7553318180546273	10	5	2	3	4	True	120399	fragment	False	ISR0186_000000003458	0.9961493388089154		0	0	False	False	0.9958453178405762	0					non-mobilizable	no_good_hit	109.0	79.817	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0254_000000001067	6258	0.7553318180546273	10	5	2	3	4	True	120399	fragment	False	ISR0186_000000003458	0.9956412073797735		0	0	False	False	0.9964845180511475	0					non-mobilizable	no_good_hit	109.0	79.817	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0333_000000002596	6257	0.7553318180546273	10	5	2	3	4	True	120399	fragment	False	ISR0186_000000003458	0.992207237647116		0	0	False	False	0.9977625012397766	0					non-mobilizable	no_good_hit	109.0	79.817	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0090_000000003405	6235	0.7553318180546273	10	5	2	3	4	True	120399	fragment	False	ISR0186_000000003458	0.9937805020990369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	79.817	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0293_000000022651	1553	0.7553245004674309	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.39151215752795604	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1465.0	84.369	94.0	0.01723934209282541	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0263_000000009522	1618	0.7553223649295925	4	3	1	2	3	False	26644	fragment	False	ISR0263_000000009522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	90.76299999999999	65.0	0.04220117491907445	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
CHI0075_000000004438	1588	0.755316844709859	2	2	2	2	1	False	99912	fragment	False	SPA0126_000000025445	0.9628893563060981		0	0	False	False	1.0	0					non-mobilizable	chromosome	1588.0	98.552	100.0	0.00044417065893151067	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0208_000000015006	1831	0.7553156799438803	3	3	3	3	1	False	121332	fragment	False	SPA0114_000000018546	0.20158262636152538		0	0	False	False	0.9972692728042603	0					non-mobilizable	chromosome	1485.0	98.92299999999999	100.0	0.00046743803924399226	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0049_000000008967	2185	0.7553097196235047	3	3	3	2	2	False	6608	maximal	True	SPA0049_000000008967	1.0		7	4	False	False	0.9967963099479675	0					non-mobilizable	no_good_hit	762.0	89.23899999999999	35.0	0.00024431839341874955	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0849_000000018247	1492	0.7553038427635211	2	2	2	2	2	False	53698	fragment	False	FIJ0056_000000013659	0.9744662522880202		0	0	False	False	0.9906166195869446	0					non-mobilizable	other	1492.0	98.59200000000001	100.0	0.007854851200354021	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ENG0202_000000001209	19436	0.7552965400008093	16	13	11	11	9	True	110986	maximal	True	ENG0202_000000001209	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4711.0	78.943	35.0	0.026673562029535136	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ISR0208_000000014447	1900	0.7552963115578125	2	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.6029842568882514		0	0	False	False	0.9952631592750549	0					non-mobilizable	other	1871.0	79.476	98.0	0.008302058964300252	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0293_000000011532	3175	0.7552937997743863	8	2	2	2	2	False	113110	fragment	False	ISR0279_000000006054	0.8156509316229142		0	0	False	False	0.9984251856803894	0					non-mobilizable	no_good_hit	580.0	87.586	21.0	0.00016301867720214824	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0145_000000021502	1333	0.7552937098460084	2	1	1	1	1	False	57467	maximal	True	ENG0145_000000021502	1.0		1	1	False	False	0.9947487115859985	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000009602	3001	0.7552918051703312	3	2	2	2	2	False	34728	maximal	True	ISR0074_000000009602	1.0		1	1	False	False	0.9826724529266357	0					non-mobilizable	no_good_hit	2583.0	95.97399999999999	85.0	0.032164398584317834	NZ_CP030934.1	firmicutes	Enterococcus gilvus strain CR1 plasmid pCR1B, complete sequence	True	False
ISR0197_000000008860	2828	0.7552896535640249	3	2	2	2	2	False	114411	maximal	True	ISR0197_000000008860	1.0		1	1	False	False	0.9911598563194275	0					non-mobilizable	no_good_hit	96.0	79.167	3.0	1.09409546937394e-05	CP060293.1	firmicutes	Paenibacillus sp. PAMC21692 chromosome, complete genome	True	False
SPA0034_000000016335	2205	0.7552896535640249	2	2	2	2	2	False	114408	fragment	False	SPA0034_000000016335	0.994079847922699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0086_000000006843	2055	0.7552896535640249	2	2	2	2	2	False	114408	fragment	False	SPA0034_000000016335	0.9716358338207077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0026_000000001436	9671	0.7552889483949042	14	10	5	6	8	True	90059	maximal	True	ENG0026_000000001436	1.0		4	3	False	False	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2303.0	96.353	53.0	0.2087303748071513	KJ830768.1	CFB group bacteria	Bacteroides fragilis strain 69566 plasmid pBF69566b, complete sequence	True	True
FIJ0097_000000003708	7351	0.7552810246157454	11	3	1	3	1	False	50781	maximal	True	FIJ0097_000000003708	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.06509539842873176	NZ_CABIWU010000150.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0066_000000006091	4406	0.7552806362689415	3	2	1	2	1	False	10653	maximal	True	MON0066_000000006091	1.0		2	2	False	False	0.998411238193512	0					non-mobilizable	no_good_hit	691.0	83.068	16.0	0.00018616526883248952	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
MAD0097_000000006574	5668	0.7552797638138057	4	3	3	3	2	False	118077	fragment	False	MAD0097_000000006574	0.9583276458457651		0	0	False	False	0.9961185455322266	0					non-mobilizable	no_good_hit	132.0	79.545	2.0	6.0837042833021974e-05	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	False
ISR0149_000000002057	7166	0.7552756920251398	14	3	1	3	1	True	30888	maximal	True	ISR0149_000000002057	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
ISR0833_000000004729	1500	0.7552727122094735	4	2	2	2	1	True	35623	fragment	False	ISR0833_000000004729	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1039.0	95.958	100.0	0.0027153278555456053	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
SPA0109_000000016978	1903	0.7552696832981507	2	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.20482058817822998		0	0	False	False	0.9784550666809082	0					non-mobilizable	other	1843.0	99.24	97.0	0.03522527346439226	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0396_000000015406	1500	0.7552659401688435	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.054965778600433904		0	0	False	False	1.0	0					non-mobilizable	chromosome	1508.0	93.037	100.0	0.0004240402953799894	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
FIJ0117_000000009260	2186	0.7552657817219415	4	3	2	2	2	False	41617	fragment	False	FIJ0117_000000009260	1.0		0	0	False	False	0.9963403344154358	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.747977906899264e-06	NZ_CP038613.1	enterobacteria	Arsenophonus nasoniae strain FIN chromosome, complete genome	True	False
ENG0018_000000008590	2443	0.7552644702901414	3	3	3	3	2	False	66619	fragment	False	ENG0018_000000008590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.2095361389889682e-05	NZ_JMQM01000001.1	a-proteobacteria	Nitratireductor basaltis strain UMTGB225 contig000001, whole genome shotgun sequence	True	False
AST0031_000000017676	1457	0.7552570089888011	3	3	3	3	1	False	117885	fragment	False	ISR0122_000000008533	0.3233206822588936		0	0	False	False	1.0	0					non-mobilizable	chromosome	1458.0	90.741	100.0	0.0004589277040723215	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0142_000000024350	1493	0.7552567781834723	2	2	2	2	1	False	47156	fragment	False	FIJ0142_000000024350	1.0		0	0	False	False	0.9792364239692688	0					non-mobilizable	no_good_hit	149.0	76.51	10.0	0.0010400269844839218	NZ_MRBL01000020.1	firmicutes	Bacillus haynesii strain NRRL B-41327 Bacillus_sp_NRRL_B-41327_contig_20, whole genome shotgun sequence	True	False
ISR0387_000000019647	1215	0.7552558436009672	1	1	1	1	1	False	109833	fragment	False	USA0052_01_000000010759	0.3453141479706767		0	0	False	False	0.978600800037384	0					non-mobilizable	other	1201.0	91.67399999999999	99.0	0.08311382226535421	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
SPA0069_000000007761	3108	0.7552499579308021	5	4	4	4	3	False	87989	maximal	False	SPA0072_000000006185	0.9782600485060657		0	0	False	False	0.9971042275428772	0					non-mobilizable	chromosome	3108.0	99.35600000000001	100.0	0.0008754107626216791	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CAN0001_000000002902	13762	0.7552489474128297	9	7	6	7	3	False	97479	fragment	False	CAN0001_000000002902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7536.0	93.604	88.0	0.06016065354957505	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ETH0002_000000013103	2000	0.7552404948115835	2	1	1	1	1	False	53340	maximal	True	ETH0002_000000013103	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	3.6245917156331746e-05	NZ_AJVF01000039.1	firmicutes	Bacillus siamensis KCTC 13613 strain KCTC 13613(T) contig39, whole genome shotgun sequence	True	False
SPA0023_000000020119	1411	0.7552392653989314	1	1	1	1	1	True	7607	maximal	True	SPA0023_000000020119	1.0		0	0	False	False	0.9922041296958923	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	1.418590358263078e-05	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	True	True
FIJ0029_000000022606	1404	0.7552392653989314	2	1	1	1	1	True	92681	fragment	False	FIJ0029_000000022606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0016_000000034406	1324	0.7552392653989314	1	1	1	1	1	True	92672	fragment	False	ISR0130_000000022562	0.692388615251138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0102_000000027268	1206	0.7552392653989314	1	1	1	1	1	True	92672	fragment	False	ISR0130_000000022562	0.45827039274924475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0120_000000023764	1003	0.7552392653989314	1	1	1	1	1	True	41501	fragment	False	FIJ0120_000000023764	1.0		0	0	False	False	0.9840478301048279	0					non-mobilizable	no_good_hit								True	True
CAN0017_000000011668	3129	0.7552241687997377	6	4	2	2	3	False	92524	maximal	True	CAN0017_000000011668	1.0		1	1	False	False	0.997123658657074	0					non-mobilizable	no_good_hit	563.0	94.494	18.0	0.0001519568226315082	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CAN0016_000000016629	2909	0.7552152162923038	5	4	4	4	4	False	92957	fragment	False	CAN0016_000000016629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1990.0	98.492	68.0	0.05444188848723847	NZ_WNCH01000021.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold21_size36516, whole genome shotgun sequence	True	False
ISR0161_000000002684	9769	0.7552115816537471	14	6	4	6	4	False	35971	maximal	True	ISR0161_000000002684	0.9855648535564854		7	3	False	True	1.0	0					non-mobilizable	no_good_hit	539.0	99.814	6.0	0.29872293170460856	MK232561.1	viruses	Uncultured human fecal virus clone B.wexlerae_S04.r1.M11_4_c1 sequence	True	True
FIJ0164_000000013224	1709	0.7552076039650433	3	1	1	1	1	True	97257	fragment	False	CAN0001_000000024924	0.9669678147939018		0	0	False	False	0.9877120852470398	0					non-mobilizable	plasmid	1691.0	98.64	99.0	0.010189897134015883	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
USA0119_01_000000018000	1367	0.7552054501453296	2	2	2	2	1	True	77602	fragment	False	USA0119_01_000000018000	1.0		0	0	False	False	0.9992684721946716	0					non-mobilizable	other	1366.0	97.804	99.0	0.0003790592665411467	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0060_000000013955	2155	0.7551987473253529	3	3	3	3	2	False	67242	fragment	False	ENG0060_000000013955	0.983530749333458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1583.0	72.205	72.0	0.000559616862312481	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ENG0178_000000008603	2559	0.7551929539068691	4	2	1	2	0	True	110257	maximal	True	ENG0178_000000008603	0.9997849462365591		16	6	False	False	1.0	0					non-mobilizable	other	2559.0	99.961	100.0	0.01265328129560103	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
AST0089_000000009513	2325	0.7551929539068691	4	2	1	2	0	True	110257	maximal	False	ENG0178_000000008603	0.954083626416569		0	0	False	False	1.0	0					non-mobilizable	other	2325.0	99.914	100.0	0.01149578801054605	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
MAD0035_000000003888	5879	0.7551877493129595	5	4	4	4	3	False	45621	maximal	True	MAD0035_000000003888	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	84.428	16.0	0.06996067957563618	NZ_JAAIPV010000061.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_61_length_13479_cov_118.698, whole genome shotgun sequence	True	False
FIJ0095_000000013039	2079	0.7551846747906258	3	3	3	3	1	False	44452	maximal	False	FIJ0078_000000011401	0.9727937814357568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	75.926	10.0	7.772662811621451e-05	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
USA0102_01_000000001477	9662	0.7551797104352038	22	13	4	9	12	False	343	maximal	True	USA0102_01_000000001477	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3669.0	87.10799999999999	46.0	0.0005136327939083348	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0013_000000005010	5037	0.7551632323983204	7	4	1	2	2	False	110297	fragment	False	ISR0384_000000002486	0.9909295291975915		0	0	False	False	0.9992058873176575	0					non-mobilizable	no_good_hit	987.0	94.32600000000001	19.0	0.09060712308544012	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
SPA0138_000000004509	4974	0.7551632323983204	7	4	1	2	2	False	110297	fragment	False	ISR0384_000000002486	0.9882845054637696		0	0	False	False	0.9997989535331726	0					non-mobilizable	no_good_hit	928.0	94.50399999999999	19.0	0.08525558221073999	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
DEN0012_000000001291	4882	0.7551632323983204	7	4	1	2	2	False	110297	fragment	False	ISR0384_000000002486	0.9826423717805467		0	0	False	False	0.9969274997711182	0					non-mobilizable	no_good_hit	835.0	93.89200000000001	17.0	0.07667466322199668	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
CHI0081_000000008024	1177	0.7551599394435882	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.10443179657762763	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1188.0	84.428	100.0	0.013966348426127232	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0187_000000005810	4607	0.7551579348625552	6	5	5	5	4	False	102463	maximal	True	ISR0187_000000005810	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	3067.0	99.315	76.0	0.030200648141763774	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	True	False
FIJ0133_000000015166	2482	0.7551572004659897	4	3	2	3	1	False	40695	maximal	True	FIJ0133_000000015166	1.0		3	2	False	False	0.9842868447303772	0					non-mobilizable	no_good_hit	570.0	85.26299999999999	23.0	0.00017106053314267715	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0095_000000020009	1711	0.7551374484030419	2	2	2	2	2	False	72276	fragment	False	ISR0346_000000010486	0.3476993715544974		0	0	False	False	0.9894798398017883	0					non-mobilizable	other	1711.0	99.649	100.0	0.02900074621803134	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0309_000000005727	3063	0.7551317168399698	3	2	2	2	2	False	25390	maximal	True	ISR0309_000000005727	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	84.67299999999999	26.0	0.007085291542324118	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0093_000000001813	9839	0.7551312564771101	22	5	3	4	4	False	33545	maximal	True	ISR0093_000000001813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	79.781	2.0	5.7320707749727484e-05	NC_018664.1	firmicutes	Gottschalkia acidurici 9a, complete sequence	True	False
FIJ0105_000000005001	5575	0.7551301120291254	6	5	5	5	5	False	115984	maximal	True	FIJ0105_000000005001	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	89.802	19.0	0.00023914827917314877	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0043_01_000000001754	8755	0.7551144593235212	11	6	3	5	5	False	86967	maximal	True	USA0043_01_000000001754	0.9999185103391165		3	2	True	True	0.9998857975006104	3					non-mobilizable	no_good_hit	82.0	100.0	2.0	0.00015266657619758447	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ISR0047_000000015388	1942	0.7551130661339369	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2843501018214961		0	0	False	False	0.9989701509475708	0					non-mobilizable	other	1947.0	97.329	100.0	0.0005846990109795154	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0187_000000003397	5226	0.7551056558289948	11	3	2	2	3	False	77105	maximal	True	CHI0187_000000003397	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	83.051	43.0	0.0013800642947600853	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MON0025_000000005066	5365	0.7551042115271885	9	4	2	4	3	True	12840	maximal	True	MON0025_000000005066	1.0		1	1	False	False	0.99571293592453	0					non-mobilizable	no_good_hit	42.0	95.238	1.0	0.00034221135307030355	NC_043783.1	liverworts	Frullania nodulosa voucher 16-8547 chloroplast, complete genome	True	True
ENG0186_000000005567	2845	0.7550967931478284	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.7055993476849428		0	0	False	False	0.9971880316734314	0					non-mobilizable	chromosome	2845.0	94.79799999999999	99.0	0.0011704056225594242	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0183_000000008810	3134	0.7550942104900921	4	4	4	4	3	False	110365	maximal	False	ETH0001_000000007441	0.6486017554602981		0	0	False	False	0.9974473714828491	0					non-mobilizable	chromosome	3178.0	79.358	100.0	0.0009272164503259672	NZ_CP023671.1	firmicutes	Clostridium septicum strain DSM 7534 chromosome, complete genome	False	False
FIJ0156_000000005955	1420	0.7550775899219156	2	1	1	1	1	False	39490	maximal	True	FIJ0156_000000005955	1.0		1	1	False	False	0.9985915422439575	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000017561	1989	0.7550761758513012	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.27097519675377996		0	0	False	False	0.9859225749969482	0					non-mobilizable	no_good_hit	462.0	75.108	23.0	0.010244532537526168	NZ_PPTT01000032.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_32, whole genome shotgun sequence	True	False
USA0101_01_000000011647	2792	0.7550694241449923	3	2	2	2	2	False	2935	fragment	False	USA0101_01_000000011647	1.0		0	0	False	False	0.9881805181503296	0					non-mobilizable	other	2757.0	98.62200000000001	99.0	0.011330699370562382	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
ISR0090_000000018206	1665	0.7550692238745003	2	2	2	2	1	False	108777	fragment	False	FIJ0121_000000012940	0.5090683158830638		0	0	False	False	1.0	0					non-mobilizable	other	1647.0	97.632	99.0	0.010050220554992119	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
SPA0011_000000005553	3705	0.7550632737899073	5	3	2	2	3	False	124374	fragment	False	SPA0011_000000005553	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3523.0	79.62	93.0	0.02800576707771862	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	False	False
CAN0021_000000016631	2605	0.7550529342160142	3	3	3	3	3	False	91600	fragment	False	CHI0117_000000004307	0.5693404670408213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0027_000000003566	2537	0.7550501762739891	3	3	1	3	2	False	54688	fragment	False	FIJ0119_000000006736	0.9405412507579105		0	0	False	False	0.9881750345230103	0					non-mobilizable	no_good_hit	751.0	82.42299999999999	29.0	0.00020711171241922992	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0145_000000006268	5201	0.7550436824194994	3	3	2	2	1	False	95333	fragment	False	ISR0145_000000006268	1.0		0	0	False	False	0.9998077154159546	0					non-mobilizable	no_good_hit	173.0	75.723	3.0	0.0002833780727199658	NZ_DF977003.1	firmicutes	Tepidanaerobacter syntrophicus strain JL, whole genome shotgun sequence	True	False
CHI0034_000000007257	2233	0.7550346757174577	4	3	3	3	2	True	88237	fragment	False	CHI0034_000000007257	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	96.5	99.0	0.0003171323680512744	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0093_000000001911	9481	0.7550342054526988	8	7	6	6	7	False	131489	maximal	True	ISR0093_000000001911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1802.0	74.972	20.0	0.0005332645455984578	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0024_000000002714	7344	0.7550328804096326	9	5	4	4	5	False	53361	maximal	True	FIJ0024_000000002714	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5180.0	98.28200000000001	70.0	0.001895416773889371	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
SPA0096_000000011603	3209	0.7550324392648736	5	1	1	1	1	False	5171	fragment	False	SPA0096_000000011603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0001_000000001110	14460	0.755028122422848	15	5	0	5	1	False	53609	maximal	True	ETH0001_000000001110	1.0		1	1	False	False	0.9986860156059265	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	4.655023803252626e-07	CP050224.1	eudicots	Morus alba cultivar Heyebai chromosome 1	True	False
MAD0106_000000003707	4554	0.7550261149787423	3	3	2	2	0	False	14747	fragment	False	MAD0106_000000003707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	95.794	5.0	7.304393987352082e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0337_000000004694	2123	0.7550237668807233	2	2	2	2	2	False	24443	fragment	False	ISR0337_000000004694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	82.667	4.0	0.0017857142857142857	NZ_LITU01000069.1	firmicutes	Paenibacillus xylanivorans strain A59 contig_531, whole genome shotgun sequence	True	False
ISR0252_000000011844	1154	0.7550223836267916	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.04595922920475795		0	0	False	False	1.0	0					non-mobilizable	chromosome	1147.0	95.728	99.0	0.00033191436319548014	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0837_000000008784	1556	0.7550209961659136	4	2	2	1	1	False	20903	maximal	True	ISR0837_000000008784	1.0		31	8	False	False	0.9942159652709961	0					non-mobilizable	other	1495.0	87.492	95.0	0.0027403731705471705	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
USA0031_01_000000014082	1994	0.7550158195929054	4	3	3	2	2	False	1533	maximal	True	USA0031_01_000000014082	1.0		0	0	False	False	0.9984954595565796	0					non-mobilizable	no_good_hit	999.0	99.6	50.0	0.0002698450337833545	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AUS0008_000000000006	114727	0.755010745630818	112	32	17	25	15	True	112192	maximal	True	AUS0008_000000000006	1.0		5	3	True	True	1.0	23					non-mobilizable	plasmid	23105.0	97.50299999999999	94.0	0.19587803884286295	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
FIJ0031_000000020950	1221	0.755010618065057	2	2	2	2	2	False	48519	maximal	True	FIJ0031_000000020950	0.9744127516778524		485	14	False	False	0.9918099641799927	0					non-mobilizable	chromosome	1221.0	100.0	100.0	0.0005537948108518363	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
DEN0028_000000012904	2276	0.7550097067279078	4	1	1	1	1	False	74024	fragment	False	ENG0200_000000009151	0.9425163533630485		0	0	False	False	0.9982425570487976	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	4.0	1.5662927456655824e-05	NZ_CP013747.1	high GC Gram+	Pseudarthrobacter sulfonivorans strain Ar51 chromosome, complete genome	True	False
FIJ0046_000000001203	17822	0.7550081497077729	21	10	3	6	7	False	52967	fragment	False	FIJ0046_000000001203	0.9934396076026977		0	0	False	False	0.9999439120292664	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.544794249589664e-06	NZ_CP011390.1	CFB group bacteria	Flavisolibacter tropicus strain LCS9 chromosome, complete genome	True	False
SPA0030_000000024548	1233	0.7550069764768514	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.24588988562709488		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	96.756	100.0	0.011293841556203362	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
AUS0012_000000006409	2585	0.7550069329685216	4	4	4	4	4	False	101204	maximal	True	AUS0012_000000006409	0.9665993265993267		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1392.0	74.569	53.0	0.00023980141811697048	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
DEN0053_000000002903	3050	0.7550021838079106	4	2	0	1	1	False	72147	maximal	True	DEN0053_000000002903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1409.0	92.69	46.0	0.8051724137931034	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	True	False
ITA0004_000000000664	2031	0.7550021838079106	2	2	0	1	1	False	123130	maximal	True	ITA0004_000000000664	1.0	PS879	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1381.0	84.57600000000001	67.0	0.2353343595005986	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	True
ISR0201_000000009378	3186	0.7549972707846565	7	2	0	2	1	False	28741	maximal	True	ISR0201_000000009378	1.0		1	1	False	False	0.9802259802818298	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	1.1270665686696735e-05	CP003259.1	firmicutes	Clostridium sp. BNL1100, complete genome	True	False
ISR0354_000000007904	2461	0.7549961972708913	3	3	3	3	2	False	115318	fragment	False	SPA0100_000000011862	0.9572615749901068		0	0	False	False	1.0	0					non-mobilizable	other	2321.0	99.569	94.0	0.0008425380004612169	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0066_000000006844	2010	0.7549861897764975	2	2	2	1	0	True	114885	fragment	False	SPA0066_000000006844	1.0		0	0	False	False	0.9860696792602539	0					non-mobilizable	no_good_hit	587.0	78.876	29.0	0.0008207660858890178	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
SPA0012_000000017224	1389	0.7549861897764975	2	2	2	1	0	True	15774	fragment	False	SPA0012_000000017224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	78.938	42.0	0.0008165425897352149	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
FIJ0124_000000002660	8917	0.7549858689084448	12	5	2	5	2	False	96800	maximal	True	FIJ0124_000000002660	0.9908617768094892		88	11	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	79.31	1.0	1.7992482489757884e-05	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	False
TAN0016_000000000466	10967	0.7549833071843353	11	8	4	6	4	False	52888	fragment	False	TAN0016_000000000466	1.0		0	0	False	False	0.9974468946456909	0					non-mobilizable	no_good_hit	166.0	95.181	2.0	0.00021551808588591648	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0145_000000010352	3093	0.7549634384563092	4	4	4	3	3	False	131843	maximal	True	ENG0145_000000010352	1.0		7	5	False	False	0.979954719543457	0					non-mobilizable	no_good_hit	2031.0	92.024	88.0	0.0005702833309736051	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0011_000000003108	4181	0.75495652294344	8	2	2	2	1	True	19723	maximal	True	MAD0011_000000003108	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	90.73200000000001	69.0	0.051482479784366576	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
CHI0090_000000007235	1809	0.7549514463121828	3	3	2	3	2	False	83804	fragment	False	CHI0090_000000007235	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1808.0	95.962	99.0	0.00034997750421299705	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0043_000000005398	4047	0.7549481143063693	6	4	3	2	4	False	112014	maximal	True	ISR0043_000000005398	1.0		0	0	False	False	0.9962935447692871	0					non-mobilizable	other	3840.0	97.917	95.0	0.013911801282771773	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0039_000000012107	1908	0.7549420664592706	4	2	2	2	2	False	102727	fragment	False	DEN0061_000000022311	0.9552492370280968		0	0	False	False	1.0	0					non-mobilizable	other	1909.0	94.919	100.0	0.00046779943761092766	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0051_000000009078	3018	0.7549375255362171	4	3	1	2	3	True	64077	fragment	False	ENG0051_000000009078	1.0		0	0	False	False	0.9973492622375488	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0008630609896432681	NZ_PSZO01000020.1	mycoplasmas	Mycoplasma marinum strain PE scaffold_19, whole genome shotgun sequence	True	True
CAN0015_000000004750	8774	0.7549370944281248	10	8	7	8	6	False	93337	maximal	True	CAN0015_000000004750	1.0		4	2	False	False	0.9957829713821411	0					non-mobilizable	no_good_hit	1008.0	84.12700000000001	22.0	0.00034451884951334133	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
AUS0022_000000017731	1934	0.7549358262206542	3	3	3	3	3	False	99211	maximal	True	AUS0022_000000017731	1.0		252	11	False	False	0.9746639132499695	0					non-mobilizable	no_good_hit	1387.0	89.978	71.0	0.01544440349760461	NZ_QRYH01000008.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf8, whole genome shotgun sequence	True	False
ISR0204_000000007096	1667	0.7549353251933916	2	2	2	2	2	False	56309	fragment	False	ENG0163_000000015387	0.9952009598080385		0	0	False	False	0.9988002181053162	0					non-mobilizable	other	1667.0	99.34	100.0	0.0006919903569939208	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
USA0135_01_000000003623	4041	0.7549298172642271	5	5	3	2	4	False	104814	fragment	False	USA0135_01_000000003623	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2557.0	99.844	100.0	0.00044177421086007525	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ENG0033_000000002917	8752	0.7549248243106583	10	8	4	7	6	False	65541	maximal	True	ENG0033_000000002917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	80.916	22.0	0.00036617992278673814	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
FIJ0156_000000006526	1326	0.7549237143042684	3	2	2	2	2	False	39487	maximal	True	FIJ0156_000000006526	1.0		34	2	False	False	0.9954751133918762	0					non-mobilizable	no_good_hit	1138.0	96.046	86.0	0.0635053619302949	NZ_CABIWU010000046.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0097_000000004166	5447	0.7549229767506169	6	2	2	1	1	False	109024	fragment	False	AST0097_000000004166	1.0		0	0	False	False	0.9972462058067322	0					non-mobilizable	no_good_hit	1176.0	81.803	22.0	0.005708783608752817	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0130_000000009111	3313	0.7549224900263191	5	2	1	2	1	True	58459	maximal	True	ENG0130_000000009111	1.0		48	10	False	False	1.0	0					non-mobilizable	other	2803.0	91.866	99.0	0.0009349690448083664	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0070_000000000808	17692	0.7549174683326446	18	9	6	5	3	True	44956	fragment	False	FIJ0070_000000000808	1.0		0	0	False	False	0.9975129961967468	0					non-mobilizable	no_good_hit	83.0	96.38600000000001	0.0	2.8582064684698e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0338_000000001857	8977	0.7549006232746959	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.964221542201382		0	0	False	False	0.9998885989189148	0					non-mobilizable	other	8977.0	99.29799999999999	100.0	0.0018952949840576841	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0128_000000001163	8977	0.7549006232746959	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9638557281688928		0	0	False	False	1.0	0					non-mobilizable	other	8977.0	99.25399999999999	100.0	0.0018952949840576841	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0137_000000003902	8976	0.7549006232746959	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9599721988663322		0	0	False	False	1.0	0					non-mobilizable	other	8976.0	98.697	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0102_000000002389	8975	0.7549006232746959	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9659632179227617		0	0	False	False	1.0	0					non-mobilizable	other	8976.0	99.27600000000001	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0011_01_000000004145	8975	0.7549006232746959	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9659117237137643		0	0	False	False	1.0	0					non-mobilizable	other	8976.0	99.242	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0005_000000002825	8975	0.7549006232746959	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.966016589724662		0	0	False	False	1.0	0					non-mobilizable	other	8976.0	99.25399999999999	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0170_000000004691	8953	0.7549006232746959	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9649287368902922		0	0	False	False	1.0	0					non-mobilizable	other	8954.0	99.241	100.0	0.03236291588028144	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0141_000000002473	8283	0.7549006232746959	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.8216645662899451		0	0	False	False	0.9997585415840149	0					non-mobilizable	other	8284.0	99.215	100.0	0.029940487811932807	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0149_000000002023	8266	0.7549006232746959	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.8175850453290932		0	0	False	False	1.0	0					non-mobilizable	other	8228.0	99.24600000000001	100.0	0.0017371073371823548	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0169_000000001365	13308	0.7548926828994532	22	6	3	6	3	True	74829	maximal	True	ISR0169_000000001365	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	0.0	0.010577346848832084	LN853914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1352	True	True
ISR0192_000000003152	6252	0.7548842757224435	8	8	8	7	5	False	76665	maximal	True	ISR0192_000000003152	1.0		49	9	False	False	0.9998400807380676	0					non-mobilizable	no_good_hit	1063.0	77.14	29.0	0.005292360221937686	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
ISR0141_000000018833	1675	0.7548813049725518	4	3	1	3	3	False	38726	fragment	False	ISR0087_000000020654	0.9630952467112008		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	99.881	100.0	0.00047213367757161965	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0072_000000006185	3316	0.7548804165737573	5	4	4	4	3	False	87989	maximal	True	SPA0072_000000006185	0.9870104524627012		78	10	False	False	1.0	0					non-mobilizable	chromosome	3316.0	99.397	100.0	0.0009340156672323355	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0003_000000014714	1596	0.7548800432422302	2	2	2	2	1	False	125949	fragment	False	DEN0045_000000024973	0.9711365003006613		0	0	False	False	0.9962406158447266	0					non-mobilizable	other	1596.0	99.185	100.0	0.004365378036264112	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0177_000000011801	1418	0.7548739026357242	2	2	2	2	1	False	77684	fragment	False	CHI0177_000000011801	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1418.0	99.57700000000001	100.0	0.0005057251874341746	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	False	False
CHI0050_000000007677	1202	0.7548699446884478	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.08155945122401591		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	91.015	100.0	0.0003609959393225741	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0105_000000008073	2658	0.7548691636783313	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.8068349420004749		0	0	False	False	0.9947328567504883	0					non-mobilizable	chromosome	2658.0	98.307	100.0	0.0011722609934238586	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0161_000000002236	4651	0.7548598200969091	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.49796627730103854		0	0	False	False	0.9997850060462952	0					non-mobilizable	other	4639.0	94.891	99.0	0.0014382074764389696	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0201_000000016001	1881	0.7548597203626012	2	2	2	2	2	False	28732	maximal	True	ISR0201_000000016001	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	73.32300000000001	33.0	0.004825508965038715	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
AST0059_000000002934	4621	0.7548554123532484	5	5	5	2	3	False	112902	maximal	True	AST0059_000000002934	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	93.10600000000001	29.0	0.006169673135561825	NZ_AUDP01000004.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0230_000000015358	2155	0.754851320405235	2	2	2	1	1	False	27535	maximal	True	ISR0230_000000015358	1.0		3	2	False	False	0.9995359778404236	0					non-mobilizable	no_good_hit								True	False
SPA0099_000000000511	18505	0.7548492997154721	22	22	2	5	21	True	61005	fragment	False	SPA0099_000000000511	1.0		0	0	False	False	1.0	0					non-mobilizable	other	17657.0	99.762	96.0	0.00358232675511487	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	True
AST0100_000000004986	3086	0.7548453117994992	2	2	2	2	2	False	108649	maximal	True	AST0100_000000004986	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	74.112	19.0	0.06862745098039216	NZ_ASSC01000423.1	firmicutes	Paenibacillus forsythiae T98 S9_contig00451, whole genome shotgun sequence	True	False
DEN0018_000000004557	6946	0.7548287902620976	6	3	2	3	1	True	121202	fragment	False	DEN0018_000000004557	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1187.0	97.725	17.0	0.9991575400168492	KX125180.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CZ_3 genomic sequence	True	True
SPA0029_000000011249	2337	0.7548219415331754	3	2	2	2	2	True	75894	fragment	False	SPA0029_000000011249	0.958426835194094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.046153846153846156	XM_011497745.1	wasps, ants, and bees	PREDICTED: Ceratosolen solmsi marchali N-alpha-acetyltransferase 11 (LOC105360747), mRNA	True	True
FIJ0058_000000008399	4591	0.7548215055636953	5	4	4	4	3	False	46061	maximal	True	FIJ0058_000000008399	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.273040354468601e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0029_000000004934	4857	0.7548207624282787	8	2	0	2	1	True	109111	fragment	False	SPA0047_000000008163	0.9739409680171826		0	0	False	False	1.0	0					non-mobilizable	other	4865.0	99.589	100.0	0.0009410850542174614	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0047_000000008163	4851	0.7548207624282787	7	2	0	2	1	True	109111	fragment	False	SPA0047_000000008163	0.9888645850742735		0	0	False	False	1.0	0					non-mobilizable	other	4861.0	98.93	100.0	0.0009399229817076229	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0051_000000005709	4695	0.7548207624282787	7	2	0	2	1	True	109111	fragment	False	SPA0047_000000008163	0.9834922275293062		0	0	False	False	1.0	0					non-mobilizable	other	4703.0	99.617	100.0	0.0009097090964518247	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0037_000000010608	2337	0.7548207624282787	4	2	0	2	1	True	109093	fragment	False	SPA0037_000000010608	1.0		0	0	False	False	0.9995720982551575	0					non-mobilizable	other	2345.0	99.275	100.0	0.00045301460008533484	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0225_000000009650	1995	0.7548207624282787	4	2	0	2	1	True	109089	fragment	False	ISR0225_000000009650	0.9419113414170986		0	0	False	False	1.0	0					non-mobilizable	other	2003.0	99.20100000000001	100.0	0.0003867764670245463	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MAD0073_000000000773	4539	0.7548177696715358	8	7	2	2	6	False	16308	fragment	False	MAD0073_000000000773	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4542.0	99.251	100.0	0.08736052327818392	CP018662.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain 95-0621 plasmid pSE95-0621-1, complete sequence	False	True
FIJ0146_000000004632	3704	0.7548097601911059	4	3	3	2	1	True	44456	fragment	False	FIJ0146_000000004632	1.0		0	0	False	False	0.9997300505638123	0					non-mobilizable	no_good_hit	794.0	87.90899999999999	35.0	0.000533224396465484	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
FIJ0139_000000007286	3538	0.7548097601911059	4	3	3	2	1	True	44456	fragment	False	FIJ0146_000000004632	0.9775917926565875		0	0	False	False	0.9991520643234253	0					non-mobilizable	no_good_hit	794.0	87.90899999999999	32.0	0.000533224396465484	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
AST0151_000000004031	4109	0.7548069841730725	4	4	2	4	4	False	115040	maximal	True	AST0151_000000004031	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2706.0	93.57	65.0	0.04832733716372228	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
CHI0097_000000000298	13424	0.7547998147776137	15	11	5	6	11	True	123731	maximal	True	CHI0097_000000000298	1.0		1	1	False	False	1.0	0	rep_cluster_663	MOBP			mobilizable	no_good_hit	7046.0	99.801	80.0	0.09524131404623495	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	True	True
FIJ0120_000000001698	12562	0.7547990334775104	13	7	3	6	3	True	41556	maximal	True	FIJ0120_000000001698	1.0		1	1	False	False	0.9984874725341797	0					non-mobilizable	no_good_hit	192.0	98.43799999999999	2.0	0.006319690302087814	NZ_JAAIPV010000046.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_46_length_30223_cov_93.1365, whole genome shotgun sequence	True	True
SPA0007_000000009265	2701	0.7547918293114158	3	3	3	3	3	False	8209	fragment	False	SPA0007_000000009265	1.0		0	0	False	False	0.9959274530410767	0					non-mobilizable	no_good_hit								True	False
ISR0260_000000003374	3421	0.7547792658559941	4	4	4	4	2	False	109897	maximal	True	ISR0260_000000003374	1.0		0	0	False	False	0.9988307356834412	0					non-mobilizable	no_good_hit	815.0	71.53399999999999	23.0	0.00027898790276489866	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
MAD0088_000000003611	5108	0.7547738426541684	5	5	5	5	5	False	25427	maximal	True	MAD0088_000000003611	1.0		13	4	False	False	0.9998042583465576	0					non-mobilizable	no_good_hit	897.0	92.64200000000001	53.0	0.0007274085259423431	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0848_000000006196	2738	0.7547718315227195	4	2	2	2	2	False	92026	maximal	True	ISR0848_000000006196	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	83.492	36.0	0.025578221771230623	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0019_01_000000023525	1298	0.7547606279003759	2	1	1	1	1	True	1822	fragment	False	USA0019_01_000000023525	1.0		0	0	False	False	0.9969183206558228	0					non-mobilizable	other	1311.0	92.677	100.0	0.0017006336231725045	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
AST0059_000000000043	76015	0.7547564068953972	79	22	9	15	13	False	112920	maximal	True	AST0059_000000000043	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7022.0	98.96	41.0	0.17865322950068713	MK231431.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_4-CL05_c1 sequence	True	False
FIJ0024_000000012152	1717	0.7547552490915773	2	2	2	2	1	False	49215	fragment	False	FIJ0024_000000012152	1.0		0	0	False	False	0.9976703524589539	0					non-mobilizable	other	1701.0	99.353	99.0	0.032509752925877766	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0153_000000007255	3754	0.7547533416604582	5	2	2	2	2	False	39666	maximal	True	FIJ0153_000000007255	1.0		2	1	False	False	0.9965370297431946	0					non-mobilizable	no_good_hit	1003.0	72.881	27.0	0.00498768133031597	NZ_FQUG01000007.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	False
ISR0089_000000005189	4459	0.7547520150484401	6	6	5	5	4	False	124950	maximal	False	MON0102_000000008514	0.5778188856942996		0	0	False	False	0.9964117407798767	0					non-mobilizable	no_good_hit	2833.0	78.609	63.0	0.006709833016930766	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ETH0005_000000015320	3126	0.7547420587119097	1	1	1	1	1	False	52774	maximal	True	ETH0005_000000015320	1.0		3	2	True	True	1.0	10					non-mobilizable	no_good_hit	48.0	87.5	2.0	0.0004445002753969098	MN161662.1	bacteria	Uncultured bacterium AHBA-containing biosynthetic gene cluster	True	True
ENG0034_000000000771	15400	0.7547420533961752	21	8	5	7	4	False	100670	fragment	False	AUS0016_000000000897	0.9756693320682667		0	0	False	False	0.9999350905418396	0					non-mobilizable	no_good_hit	98.0	97.959	1.0	0.00047720955403045284	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0162_000000013891	1626	0.7547403652833937	1	1	1	1	1	False	39220	fragment	False	ISR0166_000000012205	0.9542540792540792		0	0	False	False	0.9913899302482605	0					non-mobilizable	other	1475.0	98.37299999999999	96.0	0.003237470198558974	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0077_000000024933	1456	0.7547403652833937	2	1	1	1	1	False	34477	fragment	False	TAN0010_000000010551	0.946078431372549		0	0	False	False	1.0	0					non-mobilizable	other	1457.0	97.735	100.0	0.0029864961113973314	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0784_000000002620	4764	0.7547326245904085	5	4	3	2	2	False	93322	fragment	False	USA0133_01_000000005056	0.7529684241042164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	89.463	23.0	0.00014828093534134285	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
DEN0051_000000012836	3361	0.7547314012108198	4	4	4	4	4	False	98959	fragment	False	USA0134_01_000000001273	0.9965931115945765		0	0	False	False	1.0	0					non-mobilizable	other	3361.0	99.881	100.0	0.0006325365582215158	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
MON0037_000000012261	4686	0.7547268438479168	4	4	4	4	4	False	48463	fragment	False	FIJ0142_000000006156	0.9631397238017871		0	0	False	False	0.9963721632957458	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.739698533111626e-07	CP023757.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 1	True	False
ISR0853_000000010864	1655	0.7547256935413947	2	2	2	2	2	False	94868	fragment	False	ISR0223_000000017181	0.9439981594414352		0	0	False	False	1.0	0					non-mobilizable	other	1655.0	99.637	100.0	0.0036563960403043607	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
MON0029_000000030593	1021	0.7547236905287031	2	1	1	1	1	False	12528	fragment	False	MON0029_000000030588	0.9575579497224943		0	0	False	False	0.9980411529541016	0					non-mobilizable	no_good_hit	553.0	79.747	54.0	0.00019884842406262234	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
ISR0176_000000011007	3034	0.7547233366549142	4	4	4	4	2	False	71687	maximal	True	ISR0176_000000011007	0.9818306479259513		31	5	False	False	0.9996703863143921	0					non-mobilizable	other	3007.0	98.869	100.0	0.005312437040728684	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0038_000000013560	2546	0.75471653650102	2	2	2	2	1	True	47664	fragment	False	FIJ0038_000000013560	1.0		0	0	False	False	0.9996072053909302	0					non-mobilizable	other	1589.0	93.64399999999999	96.0	0.0010684711357747056	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ISR0284_000000001216	6019	0.7547154511967342	7	7	7	6	6	False	111367	maximal	True	ISR0284_000000001216	1.0		218	13	False	False	0.9963449239730835	0					non-mobilizable	other	6019.0	99.98299999999999	100.0	0.0504704875962361	NZ_NQCD01000014.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_14_length_119238_cov_74.4289_ID_27.ctg_1, whole genome shotgun sequence	False	False
USA0017_01_000000002802	9198	0.7547146659329118	11	11	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.020781607162472952		0	0	False	False	1.0	0					non-mobilizable	other	9198.0	99.978	100.0	0.6295865279299014	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
AST0108_000000006160	3963	0.7547136952157114	5	5	4	4	2	False	116266	maximal	True	AST0108_000000006160	1.0		4	3	False	False	0.9873833060264587	0					non-mobilizable	no_good_hit	66.0	83.333	2.0	0.0006795353676923403	NZ_KB902184.1	high GC Gram+	Corynebacterium lubricantis DSM 45231 A37ODRAFT_scaffold_11.12, whole genome shotgun sequence	True	False
ISR0209_000000008070	3654	0.7547101310199984	3	3	3	3	3	False	123403	maximal	True	ISR0209_000000008070	0.9936678032148076		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	72.292	11.0	0.0013898168228573063	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
FIJ0159_000000007773	3011	0.7547086077888538	4	3	3	3	2	False	112456	fragment	False	ISR0046_000000009818	0.9706845725515886		0	0	False	False	1.0	0					non-mobilizable	other	3011.0	99.13600000000001	100.0	0.009538598047914819	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0096_000000019530	1242	0.7547079306171112	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.3674643815196883		0	0	False	False	0.9951691031455994	0					non-mobilizable	other	1243.0	92.92	100.0	0.00037364133502861924	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0209_000000014661	1962	0.7547077118129342	2	1	1	1	1	False	79604	maximal	True	ISR0209_000000014661	1.0		7	5	False	False	0.9740061163902283	0					non-mobilizable	no_good_hit	1443.0	96.881	74.0	0.03681106884844153	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0036_000000015931	1504	0.7547077118129342	1	1	1	1	1	False	56731	fragment	False	MON0036_000000015931	1.0		0	0	False	False	0.9940159320831299	0					non-mobilizable	no_good_hit	1321.0	77.896	87.0	0.03537029542695265	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	True	False
ISR0836_000000014131	1428	0.7547077118129342	1	1	1	1	1	False	20916	fragment	False	ISR0836_000000014131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	76.758	36.0	7.76237754734591e-05	CP060122.1	a-proteobacteria	Sphingobium yanoikuyae strain A3 chromosome, complete genome	True	False
USA0065_01_000000005031	2271	0.7547063916120222	5	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.18715452675878472	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2271.0	99.69200000000001	100.0	0.002490673688830371	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0114_000000033359	1236	0.7546995233328586	3	3	3	3	1	False	41795	fragment	False	FIJ0114_000000033359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	73.75399999999999	48.0	0.05020743374820083	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
AST0100_000000005304	2830	0.7546931646591261	4	4	4	4	1	False	108645	maximal	True	AST0100_000000005304	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	70.669	20.0	0.0287185181446525	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0334_000000017812	1227	0.7546903361981268	2	2	2	2	2	False	71393	fragment	False	ISR0200_000000017230	0.27090379008746357		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	98.824	90.0	0.00423494752347634	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0100_000000014803	2490	0.7546893366174362	3	3	2	3	2	False	15168	maximal	True	MAD0100_000000014803	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	76.439	52.0	0.0008102488507583944	CP049223.1	firmicutes	Lactobacillus iners strain C0094A1 chromosome, complete genome	True	False
DEN0096_000000005140	7395	0.7546831155338407	11	7	3	4	6	True	130657	maximal	True	DEN0096_000000005140	1.0	PS1107|PS1110|PS1114	2	2	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3426.0	99.912	87.0	0.5624897355887666	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ENG0105_000000010811	2042	0.754678720220235	3	3	3	3	3	False	60158	fragment	False	SPA0086_000000006488	0.9674908424908425		0	0	False	False	0.989226222038269	0					non-mobilizable	chromosome	2042.0	100.0	100.0	0.0010498209749190003	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
FIJ0164_000000013317	1697	0.7546729282772546	2	1	1	1	1	False	39098	maximal	True	FIJ0164_000000013317	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	99.315	77.0	0.006853930823359784	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
MON0025_000000029815	1421	0.7546694088677085	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.9631017152910488		0	0	False	False	0.9971850514411926	0					non-mobilizable	no_good_hit	946.0	95.455	67.0	0.0007663768398321116	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
USA0121_01_000000004184	10249	0.7546630204484277	12	9	6	9	4	True	125257	fragment	False	SPA0139_000000002006	0.7918153445939691		0	0	False	False	0.9997072815895081	0					non-mobilizable	no_good_hit	593.0	73.187	6.0	0.0001811130139004238	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
FIJ0129_000000014835	1481	0.7546624956891225	3	2	2	1	2	False	40936	maximal	True	FIJ0129_000000014835	1.0		4	1	False	False	0.9979743361473083	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	1.2257279703050956e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0062_000000006471	6275	0.7546622565382625	6	5	2	5	5	False	83104	maximal	True	MON0062_000000006471	1.0	PS412	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	3514.0	99.63	75.0	0.0008515698895746805	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0301_000000017005	1195	0.7546593161115819	2	2	2	2	2	False	25550	maximal	True	ISR0301_000000017005	1.0		94	8	False	False	0.9991631507873535	0					non-mobilizable	other	1195.0	99.414	100.0	0.013522083805209513	NZ_CABIXZ010000006.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0227_000000006955	3828	0.7546583346785708	4	4	3	4	3	False	105116	fragment	False	ISR0227_000000006955	0.8820764395806323		0	0	False	False	0.9994775056838989	0					non-mobilizable	no_good_hit	270.0	93.704	7.0	0.05985758789497107	KU546418.1	bacteria	Uncultured bacterium clone CH_03F_000_Contig_3 genomic sequence	True	False
ENG0032_000000017828	1384	0.7546567981567834	2	2	2	2	1	False	65584	fragment	False	ENG0032_000000017828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	82.955	6.0	2.394126039600515e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MON0029_000000003406	5514	0.754640672181867	10	2	1	1	2	True	12575	maximal	True	MON0029_000000003406	1.0		2	1	False	False	0.9998186230659485	0					non-mobilizable	no_good_hit	59.0	98.305	1.0	0.00017793157610563	NZ_FOFM01000007.1	a-proteobacteria	Pseudovibrio axinellae strain DSM 24994, whole genome shotgun sequence	True	True
SPA0061_000000005027	3639	0.7546402080395824	4	3	2	2	2	True	120632	fragment	False	ISR0112_000000007835	0.9681890179514255		0	0	False	False	0.9983512163162231	0					non-mobilizable	plasmid	3639.0	99.725	100.0	0.658938598080058	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
AST0006_000000004428	3333	0.7546402080395824	4	3	2	2	2	True	127602	fragment	False	AST0006_000000004428	1.0		0	0	False	False	0.9927992820739746	0					non-mobilizable	no_good_hit	2900.0	99.414	87.0	0.5250860351385619	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
FIJ0147_000000006267	3071	0.7546402080395824	3	3	2	2	2	True	120630	fragment	False	FIJ0147_000000006267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2529.0	99.684	86.0	0.5101917255297679	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
CHI0132_000000010560	2991	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.9935629797408795		0	0	False	False	1.0	0					non-mobilizable	plasmid	2991.0	99.632	100.0	0.5415685564209383	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
AST0149_000000009384	2904	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.9897586992533071		0	0	False	False	0.9993112683296204	0					non-mobilizable	plasmid	2904.0	99.656	100.0	0.5258105415685564	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0778_000000004421	2893	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.9886767724136888		0	0	False	False	1.0	0					non-mobilizable	plasmid	2893.0	99.654	100.0	0.5238181488860714	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0012_000000008203	2859	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.9844931701916227		0	0	False	False	1.0	0					non-mobilizable	plasmid	2859.0	99.65	100.0	0.5176598442311175	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0076_000000004929	2848	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.9828648304595481		0	0	False	False	0.995084285736084	0					non-mobilizable	plasmid	2848.0	99.649	100.0	0.5156674515486325	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0844_000000004603	2844	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.9197105296424442		0	0	False	False	0.9992967844009399	0					non-mobilizable	plasmid	2844.0	99.648	100.0	0.5149429451186379	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0347_000000007674	2832	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.9176134864830144		0	0	False	False	1.0	0					non-mobilizable	plasmid	2832.0	99.647	100.0	0.5127694258286543	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0082_000000005823	2813	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.9138139510366778		0	0	False	False	0.9992890357971191	0					non-mobilizable	plasmid	2813.0	99.645	100.0	0.5093280202861801	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0388_000000012348	2774	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.9050246044570784		0	0	False	False	0.9992790222167969	0					non-mobilizable	plasmid	2774.0	99.64	100.0	0.502264082593733	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0115_000000009485	2756	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.9005044954729643		0	0	False	False	1.0	0					non-mobilizable	plasmid	2756.0	99.637	100.0	0.49900380365875746	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CHI0096_000000002443	2680	0.7546402080395824	3	3	2	2	2	True	120629	fragment	False	CHI0132_000000010560	0.8149899679373497		0	0	False	False	0.9981343150138855	0					non-mobilizable	other	2680.0	99.925	100.0	0.842983008181246	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
SPA0089_000000016824	2319	0.7546402080395824	3	3	2	2	2	True	120624	fragment	False	SPA0089_000000016824	1.0		0	0	False	False	0.9991375803947449	0					non-mobilizable	other	2319.0	100.0	100.0	0.7293895531780994	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
MAD0103_000000020119	1230	0.7546352745408185	2	2	2	1	1	False	14906	maximal	True	MAD0103_000000020119	1.0		1	1	False	False	0.9910569190979004	0					non-mobilizable	chromosome	999.0	78.47800000000001	97.0	0.00031973977308145663	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0221_000000016168	1378	0.754633816305543	2	2	2	2	2	False	27938	maximal	True	ISR0221_000000016168	1.0		30	8	False	False	0.9782293438911438	0					non-mobilizable	no_good_hit	312.0	78.205	34.0	8.640671388555892e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0191_000000006504	4223	0.7546248485895876	5	5	5	5	5	False	94809	fragment	False	ISR0293_000000008297	0.6689907803680457		0	0	False	False	0.9988160133361816	0					non-mobilizable	other	4223.0	99.124	100.0	0.001035141103560449	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0119_000000021596	1464	0.7546139610894754	2	2	2	2	1	False	4205	fragment	False	SPA0119_000000021596	1.0		0	0	False	False	0.9972677826881409	0					non-mobilizable	no_good_hit	876.0	92.352	79.0	0.011966630196936542	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	True	False
MON0059_000000031498	1237	0.7546123334391677	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.4868439889908405		0	0	False	False	0.9983831644058228	0					non-mobilizable	no_good_hit	87.0	79.31	7.0	1.5172271895993706e-05	CP025262.1	g-proteobacteria	Pseudomonas sp. 02C 26 chromosome	True	False
SPA0116_000000037383	1101	0.7546079055935065	2	1	1	1	1	False	4332	fragment	False	SPA0116_000000037383	1.0		0	0	False	False	0.992733895778656	0					non-mobilizable	no_good_hit								True	False
CAN0009_000000014533	1851	0.7546053448346545	4	3	2	1	2	False	94775	maximal	True	CAN0009_000000014533	1.0		13	6	False	False	0.9837925434112549	0					non-mobilizable	no_good_hit	1217.0	98.11	66.0	0.0030659069134183854	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
ISR0360_000000021330	1170	0.7546035612065136	2	2	2	2	2	False	23775	maximal	True	ISR0360_000000021330	1.0		29	3	False	False	0.9598290324211121	0					non-mobilizable	chromosome	850.0	94.941	98.0	0.0003496391180693002	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0011_000000016915	2790	0.7546019883761564	3	3	3	3	2	False	13692	maximal	True	MON0011_000000016915	1.0		10	4	False	False	0.9996415972709656	0					non-mobilizable	no_good_hit	943.0	75.186	33.0	0.005524663891394067	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0209_000000005342	3516	0.7546006462171643	5	4	4	4	3	False	124954	fragment	False	ENG0184_000000004383	0.09165587247541593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2831.0	78.382	80.0	0.006702568672271512	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0003_000000001294	14603	0.7545948766829511	19	18	13	15	15	True	123634	fragment	False	SPA0040_000000001750	0.9848463953095227		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14620.0	99.822	100.0	0.14588655596359573	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0124_000000010073	2693	0.7545886641026714	4	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.5175228260209341		0	0	False	False	1.0	0					non-mobilizable	chromosome	2519.0	97.539	94.0	0.0004516195799148738	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
FIJ0058_000000008287	4644	0.7545884382257579	6	4	4	3	3	False	82187	fragment	False	FIJ0058_000000008287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3781.0	93.46700000000001	81.0	0.06571970026253107	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
USA0071_01_000000003750	3630	0.7545879229110303	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.22528522473164106	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1654.0	93.34899999999999	59.0	0.3137478608100399	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0020_000000006348	3302	0.7545879229110303	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.12926548211436223	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1593.0	94.476	55.0	0.3021486974710021	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
MON0011_000000009212	4891	0.7545871321392016	4	4	4	4	4	False	81791	fragment	False	MON0011_000000009212	1.0		0	0	False	False	0.9969331622123718	0					non-mobilizable	no_good_hit	112.0	80.357	2.0	0.00038145834994989024	NZ_OEQH01000005.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
MON0103_000000032517	1704	0.7545849446576226	2	2	2	2	2	False	70328	fragment	False	ISR0082_000000017062	0.9637325823074487		0	0	False	False	0.9994131326675415	0					non-mobilizable	no_good_hit	382.0	74.607	22.0	0.001807005992916152	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0106_000000006767	3432	0.7545825726408342	5	4	1	3	3	True	110941	fragment	False	ISR0106_000000006767	1.0		0	0	False	False	0.9985431432723999	0					non-mobilizable	plasmid	3434.0	98.89299999999999	100.0	0.02073638022942378	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0207_000000021529	1409	0.7545786500949994	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.3763032004853716		0	0	False	False	0.9517388343811035	0					non-mobilizable	other	1392.0	97.917	99.0	0.000415850635779119	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0051_000000018031	1345	0.7545743298722635	2	2	2	1	0	True	6548	maximal	True	SPA0051_000000018031	1.0		1	1	False	False	0.994795560836792	0					non-mobilizable	other	792.0	90.65700000000001	99.0	0.00021155582168147245	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0110_000000024140	1232	0.7545743298722635	2	2	2	1	0	True	59773	fragment	False	ENG0110_000000024140	1.0		0	0	False	False	0.9967532753944397	0					non-mobilizable	other	1232.0	99.594	100.0	0.0003263078821156974	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0825_000000020612	1173	0.7545743298722635	2	2	2	1	0	True	21110	fragment	False	ISR0825_000000020612	1.0		0	0	False	False	0.9931798577308655	0					non-mobilizable	other	1171.0	89.92299999999999	99.0	0.004173023262461012	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0024_000000008611	3181	0.7545735753327739	5	5	4	5	3	False	127054	fragment	False	ENG0049_000000005054	0.6819206090154758		0	0	False	False	0.9918264746665955	0					non-mobilizable	other	2767.0	98.41	100.0	0.0008263200268105572	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0065_000000015840	1715	0.7545709753236699	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.08638421361236917		0	0	False	False	0.9994168877601624	0					non-mobilizable	chromosome	1715.0	98.542	100.0	0.0005974348642630776	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0055_000000023473	1544	0.7545673242562776	3	3	2	3	2	False	113613	fragment	False	AST0055_000000023473	0.9890073284477015		0	0	False	False	0.996761679649353	0					non-mobilizable	other	1572.0	77.735	100.0	0.005416729118230395	NZ_FORW01000003.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	False	False
ISR0086_000000014130	1949	0.7545653745341514	3	3	3	3	2	False	55380	fragment	False	ISR0027_000000011824	0.645955642530985		0	0	False	False	0.9958953261375427	0					non-mobilizable	no_good_hit	463.0	83.585	24.0	0.0022928234625621802	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
MAD0001_000000002896	8123	0.7545601535144788	8	4	3	4	3	True	105921	fragment	False	MAD0001_000000002896	0.9792133432910132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	85.00299999999999	20.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0110_000000004512	2023	0.7545600317784924	3	3	3	3	2	False	119436	fragment	False	CHI0024_000000003275	0.19314253347311988		0	0	False	False	1.0	0					non-mobilizable	other	1486.0	94.48200000000001	94.0	0.00034552009055845937	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0112_000000003343	7096	0.7545545050223481	8	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.2531196739245629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	89.617	3.0	5.300397851962523e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MAD0095_000000002857	7361	0.7545527699124617	9	6	5	6	3	True	62984	maximal	True	MAD0095_000000002857	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	93.846	26.0	0.00030819761481550446	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0143_000000005750	6034	0.754552468701857	7	4	3	4	3	False	119419	fragment	False	ISR0143_000000005750	0.9983612213213732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	84.906	7.0	6.202265512964993e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0043_000000009013	3711	0.7545457257490356	2	2	2	1	2	False	64623	maximal	True	ENG0043_000000009013	1.0		140	9	False	False	1.0	0					non-mobilizable	other	3757.0	78.839	99.0	0.017475327984412252	NZ_FQZN01000008.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
ISR0838_000000008420	2709	0.7545457125049578	2	2	2	2	2	False	20885	maximal	True	ISR0838_000000008420	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	99.839	46.0	0.0015706965191746383	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
CHI0003_000000001043	8987	0.7545427539643271	8	4	3	4	2	True	120449	fragment	False	CHI0003_000000001043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	81.188	1.0	2.9815128135783513e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0088_000000010714	2877	0.7545425917635056	4	2	1	1	2	False	9646	maximal	True	MON0088_000000010714	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	98.665	49.0	0.00023128931285996683	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0010_000000012221	1972	0.7545390587863471	2	2	2	2	1	False	8082	maximal	True	SPA0010_000000012221	1.0		6	3	False	False	0.9797160029411316	0					non-mobilizable	no_good_hit	1082.0	76.063	54.0	0.0009575389637817599	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0813_000000002237	11384	0.7545350173704923	14	6	4	5	6	False	21599	maximal	True	ISR0813_000000002237	1.0		1	1	False	False	0.9999121427536011	0					non-mobilizable	no_good_hit	138.0	88.406	1.0	0.0009445214309844396	MN990728.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-1 genomic sequence	True	False
ISR0126_000000023468	2099	0.7545248264510127	3	3	3	2	1	False	31975	maximal	True	ISR0126_000000023468	1.0		1	1	False	False	0.9880895614624023	0					non-mobilizable	no_good_hit	224.0	81.696	11.0	6.601705489924998e-05	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
CAN0018_000000018907	1812	0.7545237014318991	3	3	3	3	2	False	92620	fragment	False	ISR0362_000000010729	0.9575757575757575		0	0	False	False	0.998344361782074	0					non-mobilizable	chromosome	1752.0	88.29899999999999	97.0	0.00032549438991551086	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0339_000000002682	5022	0.7545233434423446	5	3	2	3	2	True	79194	maximal	False	ENG0112_000000005326	0.9584816406543198		0	0	False	False	0.9998008608818054	0					non-mobilizable	no_good_hit	1071.0	75.817	21.0	0.0003429466920954333	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0820_000000011498	2087	0.7545057331719647	4	3	3	3	2	False	21281	fragment	False	ISR0820_000000011498	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1991.0	75.23899999999999	94.0	0.07041647236072748	NZ_FUWW01000020.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
AST0092_000000007556	1946	0.7545038870582642	3	3	3	3	3	False	109867	maximal	False	ISR0255_000000015196	0.9001556910795784		0	0	False	False	1.0	0					non-mobilizable	virus	1946.0	98.35600000000001	100.0	0.15628766572920852	MK232044.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.O21_2-CL08_c1 sequence	False	False
ENG0202_000000015913	1329	0.7545030239600581	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.062378319892452065		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	99.17200000000001	100.0	0.00048228037267780005	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AST0053_000000006072	1326	0.7545030239600581	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.06245023404660801		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	99.321	100.0	0.010131286176337902	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
AST0085_000000007635	1323	0.7545030239600581	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.06233178854167782		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	99.32	100.0	0.01010834741518393	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0165_000000014354	1610	0.7545011321362297	2	2	2	2	1	False	70107	fragment	False	ISR0165_000000014354	0.9801774200623536		0	0	False	False	1.0	0					non-mobilizable	other	1626.0	81.611	100.0	0.00048162140491744127	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0061_000000029827	1465	0.7544749030451282	2	2	2	2	1	False	71819	fragment	False	DEN0061_000000029827	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1463.0	99.316	99.0	0.005995814010752247	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
CAN0021_000000025092	1736	0.7544718238406709	2	2	2	1	1	False	91506	fragment	False	CAN0021_000000025092	1.0		0	0	False	False	0.9804147481918335	0					non-mobilizable	other	1737.0	97.81200000000001	100.0	0.03812600259300767	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
ISR0177_000000026632	1205	0.7544668025163638	2	2	2	2	2	False	29732	fragment	False	ISR0177_000000026632	1.0		0	0	False	False	0.9941908717155457	0					non-mobilizable	other	1232.0	90.666	100.0	0.0035997773937494508	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	False	False
ISR0392_000000020888	1653	0.7544637248182559	2	1	1	1	1	False	107636	fragment	False	ISR0392_000000020888	0.9526871316370875		0	0	False	False	0.9915305376052856	0					non-mobilizable	no_good_hit	155.0	100.0	9.0	2.982652775251884e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
CAN0014_000000039401	1265	0.7544637248182559	1	1	1	1	1	False	107631	fragment	False	CAN0014_000000039401	0.938704410602706		0	0	False	False	0.9833992123603821	0					non-mobilizable	no_good_hit	140.0	77.143	11.0	0.0018089085345120708	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
ISR0032_000000022521	1489	0.7544625222754249	3	2	1	2	2	False	80504	fragment	False	ISR0378_000000014294	0.39694041607920066		0	0	False	False	1.0	0					non-mobilizable	chromosome	1490.0	98.926	100.0	0.0006939683516852518	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0120_000000014230	1477	0.7544625222754249	3	2	1	2	2	False	80504	fragment	False	ISR0378_000000014294	0.3937309948348874		0	0	False	False	0.9803656339645386	0					non-mobilizable	chromosome	1477.0	99.052	100.0	0.0006879054561396145	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0849_000000019088	1424	0.7544625222754249	2	2	1	2	2	False	80504	fragment	False	ISR0378_000000014294	0.33351486028091815		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	98.105	100.0	0.0006636538739570654	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0118_000000011922	1405	0.7544625222754249	2	2	1	2	2	False	80504	fragment	False	ISR0378_000000014294	0.22662796405933047		0	0	False	False	0.9978647828102112	0					non-mobilizable	chromosome	1406.0	98.72	100.0	0.0006547927189288263	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0007_000000014332	1304	0.7544625222754249	3	2	1	2	2	False	51540	fragment	False	FIJ0144_000000022788	0.6042173032413345		0	0	False	False	0.9969325065612793	0					non-mobilizable	chromosome	1304.0	99.00299999999999	100.0	0.0006072223077245953	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
USA0047_01_000000028498	1274	0.7544625222754249	3	2	1	2	2	False	51540	fragment	False	FIJ0144_000000022788	0.5923722105445505		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	96.389	100.0	0.0005932310103115862	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0179_000000017666	1268	0.7544625222754249	2	2	1	2	2	False	51540	fragment	False	FIJ0144_000000022788	0.5934288565088311		0	0	False	False	0.9929022192955017	0					non-mobilizable	chromosome	1262.0	98.97	100.0	0.0005876344913463826	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0328_000000023186	1262	0.7544625222754249	2	2	1	2	2	False	51540	fragment	False	FIJ0144_000000022788	0.5930848121267147		0	0	False	False	0.9619651436805725	0					non-mobilizable	chromosome	1262.0	98.177	100.0	0.0005876344913463826	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0007_000000039943	1610	0.7544613802229563	2	2	2	2	2	False	13933	maximal	True	MON0007_000000039943	1.0		7	5	False	False	0.9956521987915039	0					non-mobilizable	no_good_hit	338.0	72.781	20.0	8.35265148447435e-05	CP047176.1	high GC Gram+	Rathayibacter sp. VKM Ac-2759 chromosome, complete genome	True	False
MON0002_000000023856	1210	0.7544602541815486	2	2	2	2	2	False	30160	fragment	False	ISR0284_000000011474	0.9472395627484949		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	98.09899999999999	100.0	0.0003605433980946208	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0020_000000014046	1754	0.7544586306867412	2	2	2	1	1	False	93035	maximal	True	ISR0020_000000014046	1.0		6	3	False	False	1.0	0					non-mobilizable	other	1761.0	90.68700000000001	99.0	0.16556040204816994	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0057_000000020229	1696	0.7544540502473596	2	2	2	2	1	False	73258	fragment	False	FIJ0057_000000020229	1.0		0	0	False	False	0.9994103908538818	0					non-mobilizable	no_good_hit	951.0	94.637	56.0	0.00032144977245365737	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0151_000000005182	3118	0.7544516608842671	4	3	3	2	2	False	103696	maximal	True	AST0151_000000005182	1.0		0	0	False	False	0.9942270517349243	0					non-mobilizable	no_good_hit	920.0	77.5	29.0	0.031673891763389736	NZ_NFLJ01000038.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_38, whole genome shotgun sequence	True	False
MAD0098_000000031442	1448	0.7544490230190237	1	1	1	1	1	False	102321	fragment	False	MON0043_000000020503	0.9783336763999896		0	0	False	False	0.9958563446998596	0					non-mobilizable	other	1431.0	97.414	99.0	0.00042792833906049084	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0308_000000012843	1439	0.7544490230190237	1	1	1	1	1	False	25408	maximal	True	ISR0308_000000012843	1.0		82	13	False	False	0.9659485816955566	0					non-mobilizable	other	1410.0	74.539	97.0	0.012167160088200929	NZ_CYZO01000006.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0043_000000020503	1420	0.7544490230190237	1	1	1	1	1	False	102321	fragment	False	MON0043_000000020503	0.9829170267270287		0	0	False	False	0.9964788556098938	0					non-mobilizable	other	1420.0	98.944	100.0	0.00042463658260617933	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0015_000000012770	2911	0.7544449936349026	4	3	3	2	3	False	82327	fragment	False	MON0015_000000012770	1.0		0	0	False	False	0.9893507361412048	0					non-mobilizable	chromosome	2897.0	98.13600000000001	100.0	0.0005409840820439505	CP033901.1	enterobacteria	Klebsiella pneumoniae strain KPN1344 chromosome	False	False
ENG0070_000000008578	2837	0.7544449296694192	2	2	2	2	2	False	62435	maximal	True	ENG0070_000000008578	1.0		78	10	False	False	0.993655264377594	0					non-mobilizable	no_good_hit	1047.0	78.51	59.0	0.00029597350452037453	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0012_000000016395	1787	0.7544429410602456	3	2	2	1	1	False	19657	maximal	True	MAD0012_000000016395	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000007078	3505	0.7544376975615569	4	4	4	3	3	False	33755	maximal	True	ISR0089_000000007078	1.0		2	2	False	False	0.9954351186752319	0					non-mobilizable	no_good_hit	463.0	81.641	13.0	8.664512385834003e-05	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
FIJ0081_000000020818	1731	0.7544289568394953	5	3	2	2	2	False	97638	fragment	False	FIJ0014_000000014242	0.5218928645547743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	96.678	59.0	0.013051428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0112_000000017960	1538	0.7544289568394953	4	3	2	2	2	False	97638	fragment	False	FIJ0014_000000014242	0.6520250094922939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	95.661	54.0	0.01104	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ENG0007_000000011748	2188	0.7544267075270558	2	1	1	1	1	False	67524	fragment	False	FIJ0026_000000014503	0.9205461056401074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	86.914	33.0	0.00013534255508288194	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0105_000000033595	1621	0.7544267075270558	2	1	1	1	1	False	63026	fragment	False	FIJ0011_000000028415	0.9518798692154409		0	0	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	129.0	81.395	8.0	0.00010428701088984522	NZ_LN868538.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
MON0039_000000030017	1623	0.7544246180501647	3	2	2	1	1	False	127755	maximal	True	MON0039_000000030017	1.0		0	0	False	False	0.9993838667869568	0					non-mobilizable	no_good_hit	1008.0	99.802	62.0	0.019257247762564062	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0093_000000004740	4093	0.7544246043660295	4	4	2	3	3	True	109574	fragment	False	AST0093_000000004740	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4093.0	97.70299999999999	100.0	0.024434248572179608	CP021584.1	other sequences	Unidentified plasmid plasmid GF1-2_000048F, complete sequence	False	True
ISR0858_000000000167	36849	0.7544244792941994	36	25	12	17	22	True	130550	maximal	True	ISR0858_000000000167	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	13691.0	96.969	72.0	0.002648556928673345	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0254_000000000672	8174	0.7544240475546206	13	10	5	5	10	True	123836	maximal	False	ISR0179_000000003111	0.9985332212439622	PS486|PS905|PS906	0	0	True	True	1.0	92	rep_cluster_1079	MOBB			mobilizable	plasmid	4244.0	100.0	100.0	0.5193390452876377	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	False	True
FIJ0149_000000024727	1122	0.7543980937435717	1	1	1	1	1	False	88634	fragment	False	FIJ0149_000000024727	0.7825579213329961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000030741	1120	0.7543980937435717	1	1	1	1	1	False	88634	fragment	False	FIJ0149_000000024727	0.7823062297472708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000003446	9170	0.7543974568772107	10	4	3	4	2	True	66026	fragment	False	FIJ0036_000000003446	1.0		0	0	False	False	0.9994547367095947	0					non-mobilizable	no_good_hit	94.0	81.915	1.0	2.4289152860351365e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	True
MON0001_000000003656	7650	0.7543974568772107	7	4	3	4	2	True	66018	fragment	False	MON0001_000000003656	1.0		0	0	False	False	0.9998692870140076	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	True
FIJ0041_000000028499	1343	0.7543959713149563	2	2	1	2	2	False	47347	fragment	False	FIJ0041_000000028499	1.0		0	0	False	False	0.9970216155052185	0					non-mobilizable	no_good_hit	100.0	86.0	7.0	0.0009876694056673897	NZ_AWET01000021.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00010, whole genome shotgun sequence	True	False
FIJ0114_000000008514	4300	0.7543929644661332	5	4	3	4	3	False	41890	fragment	False	FIJ0114_000000008514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	80.423	4.0	0.0013050183888954799	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	False
AST0048_000000010628	1491	0.7543814105045787	2	2	2	1	1	True	114884	fragment	False	AST0048_000000010628	1.0		0	0	False	False	0.9818913340568542	0					non-mobilizable	no_good_hit	197.0	79.188	13.0	5.330723556877453e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0170_000000034855	1353	0.7543814105045787	2	2	2	1	1	True	30038	maximal	True	ISR0170_000000034855	1.0		0	0	False	False	0.9866962432861328	0					non-mobilizable	no_good_hit	275.0	93.09100000000001	20.0	0.0001344721257441977	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0016_000000008677	2417	0.7543753596442608	2	2	2	2	2	False	37924	maximal	True	ISR0016_000000008677	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	72.961	19.0	8.77413674415819e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ISR0187_000000019708	1459	0.7543704524469941	2	2	2	2	1	False	29286	fragment	False	ISR0187_000000019708	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	96.84700000000001	100.0	0.0004282275896472464	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0030_000000007806	3911	0.7543687358906083	6	3	2	2	1	False	7343	maximal	True	SPA0030_000000007806	1.0		2	2	False	False	0.9959089756011963	0					non-mobilizable	no_good_hit	1119.0	86.685	42.0	0.0022618972753773716	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0008_000000018861	1387	0.7543574079344402	3	2	1	2	1	False	67391	fragment	False	ENG0008_000000018861	1.0		0	0	False	False	0.9963951110839844	0					non-mobilizable	no_good_hit	93.0	87.09700000000001	8.0	0.05442176870748299	KU545009.1	bacteria	Uncultured bacterium clone CH_01B_000_Contig_2 genomic sequence	True	False
ISR0847_000000018223	1604	0.7543537360618779	2	2	2	2	1	False	24348	fragment	False	ISR0847_000000018223	1.0		0	0	False	False	0.9993765354156494	0					non-mobilizable	no_good_hit								True	False
MON0015_000000028083	1363	0.7543492340550039	2	2	2	2	2	False	79730	fragment	False	MON0015_000000028083	1.0		0	0	False	False	0.9992663264274597	0					non-mobilizable	chromosome	1264.0	99.684	93.0	0.00022830905779581433	CP026392.1	enterobacteria	Klebsiella pneumoniae strain KPNIH48 chromosome, complete genome	False	False
MON0100_000000011298	3614	0.7543412939231011	6	6	6	6	5	False	39654	maximal	True	MON0100_000000011298	1.0		78	12	False	False	1.0	0					non-mobilizable	chromosome	2738.0	99.963	100.0	0.0005613662304472984	CP024273.1	enterobacteria	Escherichia coli strain F9792 chromosome, complete genome	False	False
ENG0058_000000029262	1188	0.754338720574899	2	2	2	2	1	False	63404	fragment	False	ENG0058_000000029262	1.0		0	0	False	False	0.9562289714813232	0					non-mobilizable	no_good_hit								True	False
AST0050_000000011302	1222	0.7543335106632512	2	2	2	2	1	False	114677	fragment	False	AST0050_000000011302	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	99.1	100.0	0.0005884399738214092	CP020438.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 chromosome, complete genome	False	False
ISR0165_000000020784	1204	0.7543277139261062	3	3	2	2	1	False	55202	fragment	False	ISR0165_000000020784	1.0		0	0	False	False	0.9975082874298096	0					non-mobilizable	other	1199.0	94.829	99.0	0.027389117512574303	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0045_01_000000005617	2489	0.7543262731356104	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9887400146833163		0	0	False	False	1.0	0					non-mobilizable	other	2489.0	100.0	100.0	0.0004816206923452314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0083_000000004110	2489	0.7543262731356104	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9887400146833163		0	0	False	False	0.9995982050895691	0					non-mobilizable	other	2489.0	100.0	100.0	0.0004816206923452314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0005_01_000000013524	2489	0.7543262731356104	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9887400146833163		0	0	False	False	1.0	0					non-mobilizable	other	2489.0	100.0	100.0	0.0004816206923452314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0055_000000006559	2459	0.7543262731356104	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9766130328340995		0	0	False	False	1.0	0					non-mobilizable	other	2473.0	98.42299999999999	100.0	0.0004787738740534193	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0061_000000021520	2086	0.7543243454695421	4	3	2	2	2	True	115000	fragment	False	MON0061_000000021520	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2020.0	79.80199999999999	96.0	0.000600307747407959	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0012_000000013490	3292	0.7543161658160499	6	4	3	4	4	False	127054	fragment	False	ENG0049_000000005054	0.7992088244156684		0	0	False	False	1.0	0					non-mobilizable	other	3279.0	97.255	100.0	0.0009775927958286983	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0154_000000031070	1109	0.7543129830929005	3	3	3	2	1	False	56784	fragment	False	ENG0154_000000031070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0089_000000025292	1153	0.7543129188381171	2	2	2	2	2	False	15805	fragment	False	MAD0089_000000025292	1.0		0	0	False	False	0.9982653856277466	0					non-mobilizable	chromosome	1153.0	98.786	100.0	0.00020573757814724023	CP031061.1	enterobacteria	Klebsiella variicola strain GN02 chromosome, complete genome	False	False
TAN0006_000000006576	1978	0.7542980414986394	3	3	3	2	2	False	2884	maximal	True	TAN0006_000000006576	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	76.13600000000001	13.0	0.0039021255107193685	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	True	False
MON0088_000000012526	2498	0.754296831490131	2	2	2	2	2	False	9642	fragment	False	MON0088_000000012526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	88.156	34.0	0.0006007615058005959	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0014_000000021684	1630	0.7542935364231459	3	3	3	2	1	False	130049	fragment	False	ENG0005_000000004373	0.021426148309527576		0	0	False	False	0.9975460171699524	0					non-mobilizable	other	1634.0	90.575	100.0	0.0006832676963189477	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0113_000000005649	4417	0.7542930371115156	4	4	4	4	3	False	48448	fragment	False	FIJ0113_000000005649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	78.03399999999999	19.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0801_000000002020	3180	0.7542925144242093	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.780040346008523		0	0	False	False	1.0	0					non-mobilizable	chromosome	3181.0	97.014	100.0	0.0005806879517387851	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
DEN0035_000000005426	5330	0.7542916948055106	10	2	2	2	2	False	73507	maximal	True	DEN0035_000000005426	1.0		1	1	False	False	0.9906191229820251	0					non-mobilizable	no_good_hit	451.0	90.244	9.0	0.001686056314280897	NZ_NFIG01000003.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_3, whole genome shotgun sequence	True	False
ISR0206_000000021896	1187	0.7542913041752358	1	1	1	1	1	False	44721	fragment	False	FIJ0072_000000022132	0.9664679293655447		0	0	False	False	0.9941027760505676	0					non-mobilizable	no_good_hit	83.0	89.15700000000001	7.0	2.160732344215866e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0042_000000005033	5585	0.7542858727113371	6	4	4	4	4	False	86122	fragment	False	SPA0042_000000005033	1.0		0	0	False	False	0.9994628429412842	0					non-mobilizable	no_good_hit	1452.0	84.435	26.0	0.0005036717496266904	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0001_000000017558	1472	0.7542847217634561	3	1	1	1	1	False	20272	maximal	True	MAD0001_000000017558	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	87.291	41.0	0.008473972797835221	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0019_000000002833	3012	0.7542730510784347	4	2	2	2	2	False	89470	maximal	True	CHI0019_000000002833	1.0		1	1	False	False	0.9691234827041626	0					non-mobilizable	no_good_hit	1747.0	89.525	58.0	0.0005608338761711033	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0001_000000006517	3906	0.7542711144403794	4	4	3	3	4	False	20298	maximal	True	MAD0001_000000006517	1.0		2	2	False	False	0.9961597323417664	0					non-mobilizable	plasmid	3906.0	99.97399999999999	100.0	0.05686285930628768	CP049607.1	enterobacteria	Shigella boydii strain 600080 plasmid p600080_68, complete sequence	False	True
ISR0365_000000001337	10388	0.754269904284941	15	10	5	7	8	False	119589	fragment	False	ISR0365_000000001337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3470.0	94.236	53.0	0.13767334052671543	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ISR0093_000000019109	1359	0.7542664099767284	2	2	2	2	2	False	72276	fragment	False	ISR0346_000000010486	0.12986952331214627		0	0	False	False	0.9757174253463745	0					non-mobilizable	chromosome	1359.0	99.632	100.0	0.000386270611291731	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0120_000000007098	3205	0.7542626867880055	6	4	2	4	3	False	41546	maximal	True	FIJ0120_000000007098	1.0		1	1	False	False	0.990951657295227	0					non-mobilizable	no_good_hit	1447.0	80.65	44.0	0.0017744838007812745	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0223_000000011360	2541	0.7542578423449637	4	2	2	1	1	False	27817	maximal	True	ISR0223_000000011360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.0469075456171546e-06	CP026250.1	bony fishes	Scophthalmus maximus chromosome 8	True	False
USA0075_01_000000020024	1230	0.7542570544320862	2	2	2	2	2	False	85106	fragment	False	CHI0068_000000012500	0.9687261632341724		0	0	False	False	0.9991869926452637	0					non-mobilizable	chromosome	1230.0	99.919	100.0	0.0005196753572398093	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0032_000000003588	5057	0.7542530829647461	3	1	1	1	1	False	65637	fragment	False	ENG0032_000000003588	1.0		0	0	False	False	0.996440589427948	0					non-mobilizable	no_good_hit								True	False
ISR0179_000000012421	1881	0.7542530829647461	3	1	1	1	1	False	77656	fragment	False	ISR0179_000000012421	1.0		0	0	False	False	0.9994683861732483	0					non-mobilizable	no_good_hit								True	False
CHI0177_000000013513	1251	0.7542530829647461	2	1	1	1	1	False	77653	fragment	False	CHI0177_000000013513	1.0		0	0	False	False	0.9784172773361206	0					non-mobilizable	no_good_hit								True	False
CHI0039_000000003786	3497	0.7542490290477926	6	4	4	3	1	True	87801	maximal	True	CHI0039_000000003786	1.0		4	2	False	False	0.9994280934333801	0					non-mobilizable	no_good_hit	265.0	99.245	8.0	5.146779094761792e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
SPA0098_000000014554	2470	0.7542473148771796	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.986194483791436		0	0	False	False	1.0	0					non-mobilizable	chromosome	2470.0	99.919	100.0	0.000492780732333242	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
AUS0022_000000014150	2461	0.7542473148771796	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9779397789876363		0	0	False	False	1.0	0					non-mobilizable	other	2461.0	98.74	100.0	0.0004764497290337425	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0106_000000008025	2455	0.7542473148771796	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9832641937336977		0	0	False	False	0.99918532371521	0					non-mobilizable	chromosome	2455.0	99.959	100.0	0.0004897869247248991	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0138_000000008046	2445	0.7542473148771796	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9750030294492833		0	0	False	False	0.9975460171699524	0					non-mobilizable	chromosome	2445.0	100.0	100.0	0.0004877910529860038	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0178_000000002830	5227	0.7542448717727541	5	2	0	1	2	False	127304	backbone	False	ISR0832_000000002251	0.7238196869218184	PS1004	0	0	True	True	0.9957910776138306	1					non-mobilizable	other	3599.0	99.944	100.0	0.6412404206023882	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0391_000000000842	10678	0.7542413237024641	14	9	7	7	1	True	71651	maximal	True	ISR0391_000000000842	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1522.0	98.42299999999999	14.0	0.01958234627665053	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
ENG0053_000000004480	5827	0.7542352183852125	6	5	4	5	4	False	124969	maximal	False	ENG0063_000000004874	0.9714578286799517		0	0	False	False	0.9993135333061218	0					non-mobilizable	no_good_hit	2838.0	78.541	59.0	0.006729204602688776	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0050_000000014157	1705	0.7542291333899416	2	2	2	2	1	False	78655	fragment	False	MAD0050_000000014157	1.0		0	0	False	False	0.9917888641357422	0					non-mobilizable	other	1571.0	95.09899999999999	92.0	0.0005024004108860467	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MON0041_000000031802	2035	0.7542255861943242	2	1	1	1	1	False	20779	fragment	False	MON0041_000000031802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	76.271	9.0	2.7283940202384114e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
MAD0047_000000032573	1451	0.7542209826149542	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.9296240256788417		0	0	False	False	1.0	0					non-mobilizable	chromosome	1229.0	95.525	100.0	0.0003492933068234504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0097_000000028342	1151	0.7541996670596673	2	2	2	2	2	False	60281	fragment	False	ISR0175_000000015730	0.6282384548366615		0	0	False	False	0.9965247511863708	0					non-mobilizable	no_good_hit	999.0	81.582	87.0	0.0025701838055218994	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ISR0038_000000009871	3074	0.754194011988274	4	3	2	2	3	False	122492	fragment	False	ISR0038_000000009871	1.0		0	0	False	False	0.9983734488487244	0					non-mobilizable	plasmid	2336.0	98.587	91.0	0.2904471291568066	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CAN0003_000000023416	2122	0.754194011988274	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7013391507853339		0	0	False	False	0.9985862374305725	0					non-mobilizable	plasmid	2122.0	99.906	100.0	0.26416739319965127	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0016_000000015836	2112	0.754194011988274	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7014766948682574		0	0	False	False	1.0	0					non-mobilizable	plasmid	2112.0	100.0	100.0	0.26292190808319843	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0210_000000011805	2091	0.754194011988274	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.6546354384054642		0	0	False	False	0.9813486337661743	0					non-mobilizable	plasmid	2015.0	99.305	96.0	0.2508407024536057	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
USA0047_01_000000017971	2013	0.754194011988274	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.6578919712376516		0	0	False	False	0.998012900352478	0					non-mobilizable	plasmid	2013.0	100.0	100.0	0.2505916054303151	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0098_000000018293	2009	0.754194011988274	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.6574889472424996		0	0	False	False	1.0	0					non-mobilizable	plasmid	2009.0	100.0	100.0	0.250093411383734	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
DEN0083_000000014564	2005	0.754194011988274	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.6567859354202551		0	0	False	False	1.0	0					non-mobilizable	plasmid	2005.0	100.0	100.0	0.2495952173371528	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0104_000000012406	2003	0.754194011988274	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.5721369504933238		0	0	False	False	0.9940089583396912	0					non-mobilizable	plasmid	2005.0	92.07	100.0	0.24934612031386225	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0008_000000018755	1884	0.754194011988274	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.26349988148699865		0	0	False	False	0.9946921467781067	0					non-mobilizable	plasmid	1828.0	99.945	97.0	0.22755013077593722	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CHI0024_000000004650	2661	0.7541909944339913	3	3	3	3	2	False	121404	fragment	False	CHI0024_000000004650	1.0		0	0	False	False	0.9992483854293823	0					non-mobilizable	chromosome	2166.0	98.70700000000001	100.0	0.0006824028017284175	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0356_000000008306	2289	0.7541867981750623	4	4	4	3	3	False	23916	maximal	True	ISR0356_000000008306	1.0		216	8	False	False	0.9895150661468506	0					non-mobilizable	other	2267.0	81.209	98.0	0.02717752358405102	NZ_SLUM01000019.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_119, whole genome shotgun sequence	False	False
ISR0168_000000002630	8791	0.7541857151121901	11	11	3	3	10	True	132544	fragment	False	CHI0126_000000000854	0.014785559763676652		0	0	False	False	0.9998862743377686	0					non-mobilizable	other	8791.0	99.98899999999999	100.0	0.6017250821467689	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
FIJ0042_000000003799	5946	0.7541758168599959	5	5	2	4	3	True	51548	fragment	False	FIJ0042_000000003799	1.0		0	0	False	False	0.9996636509895325	0					non-mobilizable	no_good_hit	1873.0	91.618	54.0	0.3206066945606695	LT599050.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-1	True	True
ENG0037_000000022221	1601	0.7541727418761762	3	2	2	2	1	False	77406	fragment	False	ENG0037_000000022221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	71.767	28.0	0.0047347986658389535	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0131_000000011306	2284	0.7541723340082704	5	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.17944132983649186	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1292.0	98.684	98.0	0.016939574736510105	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ISR0797_000000005249	2175	0.7541723340082704	4	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.15311565131650143	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2175.0	100.0	100.0	0.021694874660705733	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0061_000000017892	2351	0.7541697061616554	2	2	2	2	2	False	112025	maximal	True	AST0061_000000017892	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	73.045	30.0	0.00020934538990284845	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
FIJ0113_000000017985	1437	0.7541671407309338	2	2	1	2	1	False	41927	fragment	False	FIJ0113_000000017985	1.0		0	0	False	False	0.9958246350288391	0					non-mobilizable	no_good_hit	60.0	86.667	4.0	8.127652626978531e-06	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
MON0083_000000024232	1625	0.754162234192848	2	2	2	2	2	False	9868	fragment	False	MON0083_000000024232	1.0		0	0	False	False	0.9815384745597839	0					non-mobilizable	no_good_hit								True	False
ISR0322_000000007989	1531	0.7541521826165088	3	2	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.21895083865099746		0	0	False	False	0.9706074595451355	0					non-mobilizable	other	1529.0	97.384	99.0	0.034910836762688614	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0032_000000001891	13832	0.7541517369490853	13	8	4	4	4	True	105661	fragment	False	ISR0217_000000001699	0.9840025705605585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	91.02600000000001	1.0	0.010725727817244742	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ENG0005_000000001684	13535	0.7541517369490853	13	8	4	4	4	True	105661	fragment	False	ISR0217_000000001699	0.8919505089893012		0	0	False	False	0.998744010925293	0					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.011004318150160189	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0106_000000001386	13464	0.7541517369490853	13	8	4	4	4	True	105661	fragment	False	ISR0217_000000001699	0.8906755713192883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.011004318150160189	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
AST0111_000000000387	28008	0.7541423918065169	25	25	22	19	22	False	106877	maximal	True	AST0111_000000000387	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	10762.0	91.59100000000001	55.0	0.0029485774696745275	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
ISR0022_000000024044	1116	0.7541360719138932	2	2	2	1	1	False	72178	maximal	False	ISR0115_000000026651	0.4754464285714286		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	98.656	100.0	0.00031651822009456373	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0090_000000026993	2204	0.7541297708551489	3	2	2	2	2	False	116782	fragment	False	ISR0079_000000011824	0.6318797111063449		0	0	False	False	1.0	0					non-mobilizable	other	2202.0	98.91	99.0	0.020176741286691235	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0113_000000004672	5889	0.7541287909296742	7	5	3	3	4	True	130120	fragment	False	MAD0081_000000000857	0.9264776166958739		0	0	False	False	1.0	0					non-mobilizable	chromosome	5889.0	97.045	100.0	0.0019818663270207344	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0055_000000000857	15122	0.7541254917663968	13	7	5	6	4	False	46283	fragment	False	FIJ0055_000000000857	0.9790172922817377		0	0	False	False	0.9998016357421875	0					non-mobilizable	no_good_hit	538.0	90.149	4.0	0.00017514968448594545	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0271_000000007868	2163	0.7541249506938259	3	2	2	2	1	False	26414	fragment	False	ISR0271_000000007868	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2163.0	98.428	100.0	0.0014567609617723274	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
MON0062_000000005725	6967	0.7541235053560283	8	7	5	7	4	False	55241	fragment	False	MON0062_000000005725	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6982.0	94.62899999999999	99.0	0.028332856967865746	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0282_000000010549	2154	0.7541184870980046	3	3	3	3	3	False	61170	fragment	False	ISR0282_000000010549	1.0		0	0	False	False	0.9981430172920227	0					non-mobilizable	other	2154.0	99.257	100.0	0.011266293739959498	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0072_000000025166	1181	0.7541076098515945	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.11370823647071625	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1178.0	84.38	99.0	0.013871821533226202	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
CHI0034_000000000620	12849	0.7541065574070007	8	6	5	5	6	True	88296	maximal	True	CHI0034_000000000620	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8416.0	77.76899999999999	65.0	0.003028614207889471	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	True
MON0099_000000015477	2174	0.7541051185947498	4	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.1580500192190011	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2176.0	99.77	100.0	0.0005824479900724083	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0029_000000023024	1377	0.7541019965757422	3	1	1	1	1	False	48837	fragment	False	FIJ0029_000000023024	1.0		0	0	False	False	0.9941902756690979	0					non-mobilizable	no_good_hit	307.0	74.267	22.0	0.0025336420685257897	NZ_AVCZ01000007.1	firmicutes	Lysinibacillus massiliensis 4400831 = CIP 108448 = CCUG 49529 strain 4400831 contig7, whole genome shotgun sequence	True	False
FIJ0013_000000017944	1629	0.7541002003016096	3	2	2	2	1	False	51655	fragment	False	FIJ0013_000000017944	1.0		0	0	False	False	0.988950252532959	0					non-mobilizable	no_good_hit	57.0	87.719	5.0	1.0727001452550929e-05	CP053389.1	bacteria	Bacterium BFN5 strain BFN5 chromosome	True	False
SPA0095_000000017009	1099	0.754096777257039	3	2	1	1	2	False	111231	maximal	False	ISR0378_000000025429	0.5321171466836013		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	98.90799999999999	99.0	0.0003056686501722518	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0294_000000003042	6195	0.7540967302499669	9	3	1	2	2	False	25788	maximal	True	ISR0294_000000003042	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	312.0	84.615	5.0	0.00017539131263443015	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MON0054_000000017227	2604	0.7540948056167365	3	3	3	3	2	False	12172	maximal	True	MON0054_000000017227	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	80.42699999999999	11.0	0.0016291894489471803	NZ_RXYA01000009.1	firmicutes	Acetobacterium paludosum strain DSM 8237 NODE_9_length_170637_cov_37.1807, whole genome shotgun sequence	True	False
SPA0041_000000012344	2768	0.7540863273500561	4	2	1	2	1	False	70834	maximal	True	SPA0041_000000012344	0.9780869758970782		42	10	False	False	0.998193621635437	0					non-mobilizable	no_good_hit	1257.0	77.327	45.0	0.000347863922568399	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0012_000000019367	2530	0.7540863273500561	3	2	1	2	1	False	70834	maximal	False	SPA0041_000000012344	0.9306429219086478		0	0	False	False	0.9758893251419067	0					non-mobilizable	no_good_hit	1243.0	77.635	49.0	0.0003442286886508836	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0067_000000017676	1903	0.7540863273500561	2	2	1	2	1	False	70833	fragment	False	DEN0067_000000017676	0.9871090542736977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	78.589	64.0	0.00042559391439044215	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0041_000000036300	1824	0.7540863273500561	2	2	1	2	1	False	70833	fragment	False	DEN0067_000000017676	0.9752559799763206		0	0	False	False	0.999451756477356	0					non-mobilizable	no_good_hit	1247.0	77.46600000000001	68.0	0.0020504221213152587	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0062_01_000000011359	1745	0.7540863273500561	2	2	1	2	1	False	70833	fragment	False	DEN0067_000000017676	0.9484367749598203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	78.027	71.0	0.0015362138911357323	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
MON0026_000000035904	1427	0.7540863273500561	2	2	1	2	1	False	43804	fragment	False	FIJ0096_000000026008	0.9681881051175657		0	0	False	False	0.9985984563827515	0					non-mobilizable	no_good_hit	1255.0	76.494	87.0	0.029329740971828323	NZ_CACVNJ010000016.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
ENG0085_000000007458	2468	0.7540845605329932	3	1	1	1	1	False	93067	maximal	True	ENG0085_000000007458	1.0		2	2	False	False	0.9959481358528137	0					non-mobilizable	no_good_hit	1630.0	99.509	67.0	0.00038004876942588137	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MON0053_000000025622	1570	0.7540845605329932	3	1	1	1	1	False	93065	fragment	False	CHI0034_000000010775	0.9806643723701957		0	0	False	False	0.9968152642250061	0					non-mobilizable	chromosome	1492.0	99.665	100.0	0.0003318238427114926	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0034_000000010775	1558	0.7540845605329932	2	1	1	1	1	False	93065	fragment	False	CHI0034_000000010775	0.9827950065699215		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	99.605	100.0	0.0003661111848535676	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
DEN0073_000000036708	1458	0.7540845605329932	2	1	1	1	1	False	93065	fragment	False	CHI0034_000000010775	0.9435917908587635		0	0	False	False	0.9924554228782654	0					non-mobilizable	chromosome	1458.0	99.726	100.0	0.00032425710183141835	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0146_000000014000	1446	0.7540845605329932	3	1	1	1	1	False	93065	fragment	False	CHI0034_000000010775	0.9274158476426544		0	0	False	False	0.9993084073066711	0					non-mobilizable	chromosome	1401.0	99.929	100.0	0.0003115716832971762	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0149_000000019601	1376	0.7540845605329932	1	1	1	1	1	False	93063	fragment	False	FIJ0149_000000019601	1.0		0	0	False	False	0.9963662624359131	0					non-mobilizable	other	1341.0	99.851	97.0	0.005673374514693617	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
MON0103_000000048389	1224	0.7540845605329932	1	1	1	1	1	False	93061	fragment	False	DEN0089_000000015389	0.9728771958112744		0	0	False	False	0.9926470518112183	0					non-mobilizable	chromosome	1224.0	100.0	100.0	0.00027218012048031893	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CAN0015_000000029591	1145	0.7540845605329932	2	1	1	1	1	False	93060	fragment	False	CAN0015_000000029591	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1067.0	100.0	100.0	0.00025726731908629074	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0785_000000004795	5870	0.7540778891535576	7	4	3	3	2	False	84126	fragment	False	ISR0785_000000004795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3750.0	98.053	64.0	0.0010131356128118528	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AUS0022_000000016804	2049	0.7540659638767317	4	4	4	3	4	False	120650	fragment	False	AUS0022_000000016804	0.998692237057507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	80.398	51.0	0.013014591741695126	NZ_FOJY01000015.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
CHI0030_000000002938	2031	0.7540659638767317	4	4	4	3	4	False	120650	fragment	False	AUS0022_000000016804	0.9923436471802866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	80.398	52.0	0.013014591741695126	NZ_FOJY01000015.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ISR0311_000000019437	1232	0.75406414092136	2	1	1	1	1	False	30974	fragment	False	ISR0311_000000019437	0.9928669410150892		0	0	False	False	0.9967532753944397	0					non-mobilizable	other	1015.0	93.20200000000001	100.0	0.001109863278030641	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
SPA0130_000000027871	1215	0.75406414092136	2	1	1	1	1	False	30974	fragment	False	ISR0311_000000019437	0.9882673739155221		0	0	False	False	0.998353898525238	0					non-mobilizable	other	999.0	93.09299999999999	100.0	0.0010922812855073834	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
SPA0137_000000004624	7784	0.7540624979688755	9	7	1	2	6	False	119513	fragment	False	USA0035_01_000000003284	0.9947953812960577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3718.0	80.07	47.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
USA0035_01_000000003284	7781	0.7540624979688755	9	7	1	2	6	False	119513	fragment	False	USA0035_01_000000003284	0.9995430682197102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3718.0	80.07	47.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
ISR0197_000000002615	7780	0.7540624979688755	9	7	1	2	6	False	119513	fragment	False	USA0035_01_000000003284	0.9994286677685182		0	0	False	False	0.9998714923858643	0					non-mobilizable	no_good_hit	3718.0	80.043	47.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
FIJ0122_000000002293	7780	0.7540624979688755	9	7	1	2	6	False	119513	fragment	False	USA0035_01_000000003284	0.9995287884213409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3718.0	80.07	47.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
ISR0365_000000001787	7780	0.7540624979688755	9	7	1	2	6	False	119513	fragment	False	USA0035_01_000000003284	0.9995287884213409		0	0	False	False	0.9998714923858643	0					non-mobilizable	no_good_hit	3718.0	80.07	47.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
AST0055_000000003632	7768	0.7540624979688755	9	7	1	2	6	False	119513	fragment	False	USA0035_01_000000003284	0.9980439409158315		0	0	False	False	0.9997425079345703	0					non-mobilizable	no_good_hit	3718.0	80.07	47.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
AST0151_000000002128	7763	0.7540624979688755	9	7	1	2	6	False	119513	fragment	False	USA0035_01_000000003284	0.997972422435456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3718.0	80.07	47.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
ISR0324_000000004056	7760	0.7540624979688755	9	7	1	2	6	False	119513	fragment	False	USA0035_01_000000003284	0.9977151985213154		0	0	False	False	0.9988402128219604	0					non-mobilizable	no_good_hit	3718.0	80.07	47.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
AST0116_000000002978	7743	0.7540624979688755	9	7	1	2	6	False	119513	fragment	False	USA0035_01_000000003284	0.9959570856451774		0	0	False	False	0.9997416734695435	0					non-mobilizable	no_good_hit	3718.0	80.07	48.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
SPA0107_000000005553	5366	0.7540622772707581	6	6	5	4	4	False	99337	fragment	False	MON0019_000000010285	0.5766071913863386		0	0	False	False	1.0	0					non-mobilizable	other	5331.0	99.60600000000001	99.0	0.0012132628825796488	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
ISR0298_000000002347	5609	0.7540595195890236	9	4	1	2	3	True	88020	fragment	False	ISR0298_000000002347	1.0		0	0	False	False	0.9976822733879089	0					non-mobilizable	no_good_hit								True	True
CHI0055_000000015963	1116	0.7540547935998245	2	2	2	2	2	False	86187	fragment	False	MAD0023_000000013239	0.9335635568108741		0	0	False	False	0.9991039633750916	0					non-mobilizable	chromosome	1081.0	97.78	100.0	0.0003811019987741219	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AUS0010_000000010208	2345	0.7540541122360154	7	1	1	1	1	False	101548	maximal	False	SPA0146_000000009903	0.9758883248730964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00045806422060372864	NZ_LOQF01000009.1	fusobacteria	Sneathia sanguinegens strain CCUG41628 contig_9, whole genome shotgun sequence	True	False
FIJ0045_000000013330	1750	0.7540527223110162	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.23519011185316047		0	0	False	False	1.0	0					non-mobilizable	chromosome	1750.0	98.743	100.0	0.0006171735146814252	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0004_000000001916	8181	0.7540521991394691	4	3	3	3	3	False	38583	fragment	False	ISR0004_000000001916	1.0		0	0	False	False	0.9998777508735657	0					non-mobilizable	no_good_hit	272.0	87.132	3.0	7.122414023526374e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0007_000000003734	4528	0.7540515544923901	4	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.6481113551136718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.742	63.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MON0011_000000034419	1355	0.7540510734014669	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.17227889555128612		0	0	False	False	0.9992619752883911	0					non-mobilizable	other	1355.0	99.11399999999999	100.0	0.00040766347109488354	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0135_01_000000001139	10936	0.7540454681313216	10	9	5	7	3	False	132285	fragment	False	USA0021_01_000000001590	0.6157042415122367		0	0	False	False	1.0	0					non-mobilizable	other	10951.0	96.88600000000001	100.0	0.002552089311694117	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0328_000000001471	13377	0.7540350954108336	12	9	7	6	6	False	122675	fragment	False	ISR0328_000000001471	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8647.0	96.38	92.0	0.003346406508918051	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
MON0025_000000034619	1245	0.7540340149416277	2	2	1	1	2	False	78842	fragment	False	ENG0043_000000026049	0.9639813165812047		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	98.715	100.0	0.025698762575660544	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	False	False
ISR0343_000000008346	2111	0.754023105666024	3	2	2	1	2	False	24310	fragment	False	ISR0343_000000008346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1568.0	75.702	73.0	0.003665267431412911	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
DEN0035_000000015112	2189	0.7540207057299968	3	2	2	2	2	True	73452	maximal	True	DEN0035_000000015112	1.0		1	1	False	False	0.988579273223877	0					non-mobilizable	no_good_hit								True	True
CHI0161_000000000381	26674	0.7540174674329648	62	6	5	5	3	False	127986	maximal	True	CHI0161_000000000381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2046.0	92.18	8.0	0.0006395359282711127	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0035_000000016392	1354	0.7540154706331146	3	3	2	2	2	False	83347	fragment	False	FIJ0024_000000013917	0.7146337279197682		0	0	False	False	0.9844903945922852	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000035561	1210	0.7540154706331146	3	3	2	2	2	False	73165	fragment	False	MAD0045_000000035561	0.9840909090909091		0	0	False	False	0.9991735816001892	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	0.0005280897131230294	NZ_FRAC01000035.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
ENG0026_000000002028	5761	0.7540140263651502	5	5	5	5	4	False	113610	maximal	True	ENG0026_000000002028	1.0		0	0	False	False	0.9946190118789673	0					non-mobilizable	no_good_hit	2237.0	95.977	58.0	0.0006258132283370245	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0102_000000003820	6274	0.7540068086367019	5	4	4	4	4	True	120235	maximal	True	ENG0102_000000003820	1.0		2	2	False	False	0.9998406171798706	0					non-mobilizable	no_good_hit	89.0	79.775	1.0	2.9587499819280897e-05	NC_017934.1	bacteria	Mesotoga prima MesG1.Ag.4.2, complete sequence	True	True
FIJ0038_000000004556	6906	0.7540025895623325	9	7	2	7	4	False	47688	fragment	False	FIJ0038_000000004556	1.0		0	0	False	False	0.9981175661087036	0					non-mobilizable	chromosome	6896.0	98.78200000000001	99.0	0.0012608115274196792	LR134079.1	enterobacteria	Escherichia coli strain NCTC9112 genome assembly, chromosome: 1	False	False
MON0005_000000029034	1867	0.7539995288214871	2	2	2	2	2	False	14121	fragment	False	MON0005_000000029034	1.0		0	0	False	False	0.9807177186012268	0					non-mobilizable	other	1711.0	88.311	91.0	0.029275172864563624	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0032_000000006172	5526	0.7539946598401422	6	3	2	2	0	True	48471	maximal	True	FIJ0032_000000006172	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	93.333	4.0	0.0010602383983745968	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	True
ISR0065_000000023194	1486	0.7539936788805798	2	1	1	1	1	False	35177	fragment	False	ISR0065_000000023194	1.0		0	0	False	False	0.9973081946372986	0					non-mobilizable	no_good_hit								True	False
MON0095_000000027539	1175	0.7539814059133102	2	1	1	1	1	False	9297	fragment	False	MON0095_000000027539	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	99.745	100.0	0.00028759367941174957	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0224_000000012540	2393	0.7539657082182467	4	3	2	3	3	True	124250	fragment	False	ISR0071_000000003227	0.08544272475321037		0	0	False	False	1.0	0		MOBV			mobilizable	other	2399.0	91.12100000000001	100.0	0.0010031040474179397	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ISR0035_000000013848	1432	0.7539640222924459	2	2	2	2	2	False	36773	fragment	False	ISR0035_000000013848	1.0		0	0	False	False	0.9979050159454346	0					non-mobilizable	no_good_hit	509.0	72.888	35.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
MAD0045_000000001300	14101	0.7539624197644436	20	6	1	6	2	False	17916	maximal	True	MAD0045_000000001300	1.0		1	1	False	False	0.998227059841156	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.285352370215387e-07	LR877228.1	rodents	Acomys russatus genome assembly, chromosome: 17	True	False
ISR0776_000000008971	2779	0.7539623391097191	4	2	2	2	1	False	32200	maximal	True	ISR0776_000000008971	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	80.014	51.0	0.00043027278562748623	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
USA0075_01_000000019745	1247	0.7539576374069472	1	1	1	1	1	False	663	fragment	False	USA0075_01_000000019745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	90.385	4.0	1.3511043071826635e-05	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0017_000000007286	4542	0.7539558413897863	7	6	6	4	4	False	117480	maximal	True	ISR0017_000000007286	1.0		41	5	False	False	0.9997798204421997	0					non-mobilizable	chromosome	3077.0	99.805	100.0	0.001330581301762858	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
ENG0179_000000003493	8244	0.7539513061002455	9	6	1	6	1	True	72265	fragment	False	ENG0179_000000003493	1.0		0	0	False	False	0.9983018040657043	0					non-mobilizable	no_good_hit	55.0	92.727	1.0	2.3229292400690392e-05	CP026082.1	firmicutes	Streptococcus agalactiae strain YZ1605 chromosome, complete genome	True	True
MAD0041_000000028272	1327	0.7539512091263456	2	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.07657400927656018		0	0	False	False	0.996985673904419	0					non-mobilizable	other	1327.0	99.925	100.0	0.013993098426567891	NZ_QSFS01000014.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf14, whole genome shotgun sequence	False	True
ISR0161_000000003280	8194	0.7539493377388047	12	3	2	3	3	False	74879	maximal	False	ISR0333_000000001824	0.7897821354421308		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	62.0	91.935	1.0	0.0005385319618719371	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
ISR0108_000000002338	9107	0.7539467328521756	13	8	7	8	6	False	129716	fragment	False	AST0097_000000002268	0.9679095254101608		0	0	False	True	0.9998902082443237	0					non-mobilizable	other	5895.0	98.88	99.0	0.02750486574283674	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0012_000000002965	8007	0.753943743421672	10	10	5	8	7	False	119725	fragment	False	ENG0005_000000002953	0.5314652574778879		0	0	False	False	1.0	0					non-mobilizable	chromosome	7951.0	99.912	99.0	0.0016053072467203775	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0146_000000004676	7978	0.753943743421672	11	10	5	8	7	False	119725	fragment	False	ENG0005_000000002953	0.5939375496003753		0	0	False	False	1.0	0					non-mobilizable	chromosome	7979.0	97.09200000000001	100.0	0.0015921068861167562	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0115_000000001999	7825	0.753943743421672	10	10	5	8	7	False	119725	fragment	False	ENG0005_000000002953	0.5282102520601041		0	0	False	False	1.0	0					non-mobilizable	chromosome	7825.0	100.0	100.0	0.0015798646413006582	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0836_000000006295	3185	0.7539423841195733	4	2	1	2	1	False	99244	fragment	False	ISR0836_000000006295	1.0		0	0	False	True	0.9996860027313232	0					non-mobilizable	no_good_hit	969.0	98.96799999999999	35.0	0.012545522881322983	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	True	True
MAD0105_000000020582	1809	0.7539394987971141	3	3	2	2	2	False	14811	maximal	True	MAD0105_000000020582	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1046.0	87.76299999999999	94.0	0.0002800425343072203	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0021_01_000000012654	1408	0.7539376153746608	1	1	1	1	1	False	1740	maximal	True	USA0021_01_000000012654	1.0		3	3	False	False	0.9971590638160706	0					non-mobilizable	other	1365.0	75.238	96.0	0.0035400317056873713	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0316_000000003135	5206	0.753934874354386	8	6	4	4	5	True	128685	backbone	False	FIJ0105_000000005116	0.12188939678227217	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	68					non-mobilizable	no_good_hit	1998.0	96.59700000000001	83.0	0.40302724520686173	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
MAD0047_000000002483	10559	0.7539249066729259	12	6	5	6	4	True	45365	fragment	False	MAD0047_000000002483	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1030.0	85.146	10.0	0.008915407697778086	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0039_000000005306	4336	0.7539191492496651	5	5	4	4	5	False	100926	fragment	False	SPA0046_000000005059	0.8645631528524642		0	0	False	False	1.0	0					non-mobilizable	chromosome	4313.0	99.861	100.0	0.0008015601423847418	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0165_000000003389	5126	0.7539189816726325	5	4	3	4	3	False	30258	maximal	True	ISR0165_000000003389	1.0		1	1	False	False	0.9998049139976501	0					non-mobilizable	no_good_hit	362.0	73.48100000000001	7.0	0.005538074260541221	NZ_AJJM01000013.1	high GC Gram+	Streptomyces somaliensis DSM 40738 contig013, whole genome shotgun sequence	True	False
ISR0355_000000019274	1140	0.7539189440766557	2	2	2	2	2	False	23933	maximal	True	ISR0355_000000019274	1.0		0	0	False	False	0.9903509020805359	0					non-mobilizable	no_good_hit	979.0	97.65100000000001	86.0	0.00027818310592291084	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0393_000000002941	5522	0.7539164017075879	6	6	5	4	5	False	102128	maximal	True	ISR0393_000000002941	1.0	PS71	7	4	False	True	0.9994567036628723	0					non-mobilizable	no_good_hit	2372.0	97.723	45.0	0.0006687150236095043	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ENG0169_000000013813	1737	0.753914285767891	3	3	3	3	3	False	66672	fragment	False	ENG0139_000000011896	0.9777524244152881		0	0	False	False	0.9959700703620911	0					non-mobilizable	other	1737.0	100.0	100.0	0.02193054485276469	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
ISR0106_000000023301	1188	0.7539097849605205	2	2	2	2	2	False	32873	fragment	False	ISR0106_000000023301	1.0		0	0	False	False	0.9840067625045776	0					non-mobilizable	other	1188.0	97.559	100.0	0.000551156825708146	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
ISR0776_000000020489	1145	0.7539090122333021	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.0341668346053151		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	98.34100000000001	100.0	0.00031768776624400866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0054_000000003040	6905	0.7539078892755257	8	5	3	5	4	False	128483	fragment	False	ISR0128_000000004316	0.9527353177795655		0	0	False	False	0.9998551607131958	0					non-mobilizable	no_good_hit	2153.0	85.323	48.0	0.0006112632869410382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0001_000000012137	1678	0.7539062002650312	4	3	2	3	2	True	52562	maximal	True	FIJ0001_000000012137	1.0		1	1	False	False	0.9994040727615356	0					non-mobilizable	no_good_hit	502.0	91.633	33.0	0.008878885620104207	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0090_000000043511	1422	0.7539056693435352	2	2	2	2	2	False	96119	fragment	False	MON0090_000000043511	0.9615641309875037		0	0	False	False	0.8938115239143372	0					non-mobilizable	other	1422.0	99.789	100.0	0.0028179683657766565	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
FIJ0099_000000008115	2764	0.7539025486619688	2	1	1	1	1	False	73741	fragment	False	MAD0068_000000009481	0.929183865118212		0	0	False	False	0.9996381998062134	0					non-mobilizable	no_good_hit								True	False
FIJ0051_000000011384	1951	0.7539025486619688	2	1	1	1	1	False	73737	fragment	False	ENG0210_000000011694	0.9514622888431159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	97.69200000000001	7.0	3.16279493982231e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0079_000000054614	1158	0.7539025486619688	2	1	1	1	1	False	69410	fragment	False	ENG0084_000000024033	0.9579737718356522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	100.0	4.0	1.0787827701719506e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0025_000000001971	15435	0.7538852053755736	15	11	7	9	10	True	125325	maximal	True	ISR0025_000000001971	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2255.0	77.384	24.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0037_000000006004	2256	0.7538844928326225	4	4	3	3	1	False	87974	fragment	False	CHI0037_000000006004	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1339.0	98.28200000000001	100.0	0.0006235454880397726	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0196_000000001523	10421	0.7538820418031364	20	9	8	8	6	True	114630	fragment	False	ISR0196_000000001523	0.984863322872969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5785.0	99.62	85.0	0.07998837740234943	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
SPA0095_000000005729	3580	0.7538811698543494	4	4	4	3	3	False	113041	maximal	True	SPA0095_000000005729	1.0		11	3	False	False	0.9997206926345825	0					non-mobilizable	chromosome	1834.0	98.637	95.0	0.00077476686195751	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0013_000000019970	1371	0.7538759455321181	2	2	2	2	1	False	125944	fragment	False	FIJ0078_000000014715	0.6243743279234447		0	0	False	False	0.9956236481666565	0					non-mobilizable	other	1371.0	97.885	100.0	0.003749572357167294	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0157_000000011012	2285	0.7538738002767422	4	4	4	3	3	False	93835	fragment	False	FIJ0079_000000012110	0.9608265174343522		0	0	False	False	0.9982494711875916	0					non-mobilizable	chromosome	2285.0	99.956	100.0	0.00046122042883403114	CP054328.1	enterobacteria	Escherichia coli strain SCU-121 chromosome, complete genome	False	False
MON0030_000000009921	3411	0.7538729288662008	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.25459450758150076		0	0	False	False	0.9920844435691833	0					non-mobilizable	other	2158.0	98.471	100.0	0.004510316014862924	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0088_000000008902	3378	0.7538729288662008	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.14690073561619785		0	0	False	False	1.0	0					non-mobilizable	other	3193.0	98.027	94.0	0.006672423923703101	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0092_000000005381	5312	0.7538699550554571	6	6	5	6	4	False	43340	fragment	False	FIJ0092_000000005381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	98.579	52.0	0.008670921198668146	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
MON0098_000000002149	8238	0.7538661455732474	8	7	7	6	7	False	71138	maximal	True	MON0098_000000002149	1.0		1	1	False	False	0.990167498588562	0					non-mobilizable	no_good_hit	3385.0	86.588	86.0	0.0011275538140034889	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
MON0041_000000005278	7091	0.7538657361602551	10	6	5	5	4	False	126268	maximal	True	MON0041_000000005278	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1403.0	70.848	19.0	0.00868594197105532	NZ_AWEY01000004.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00007, whole genome shotgun sequence	True	False
FIJ0022_000000013182	1957	0.7538639480014452	2	2	1	1	2	False	93066	maximal	True	FIJ0022_000000013182	1.0		9	4	False	False	1.0	0					non-mobilizable	chromosome	1585.0	99.55799999999999	100.0	0.00035252110453051934	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0232_000000008922	2909	0.7538622119064655	4	2	2	1	1	False	27459	maximal	True	ISR0232_000000008922	1.0		66	4	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	94.785	29.0	0.017938376401069267	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0002_000000005757	4371	0.7538495277154952	8	1	1	1	1	False	8416	fragment	False	SPA0002_000000005757	1.0		0	0	False	False	0.9956531524658203	0					non-mobilizable	no_good_hit	1032.0	75.194	23.0	0.007045623183983689	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
SPA0132_000000029259	1417	0.7538495277154952	3	1	1	1	1	False	3723	fragment	False	SPA0132_000000029259	1.0		0	0	False	False	0.9936485290527344	0					non-mobilizable	no_good_hit								True	False
ENG0145_000000009791	3284	0.7538334871049568	5	2	0	0	2	False	57511	fragment	False	ENG0145_000000009791	1.0		0	0	False	False	0.9945188760757446	0					non-mobilizable	no_good_hit	987.0	93.31299999999999	38.0	0.09060712308544012	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0112_000000013201	2149	0.7538334871049568	3	2	0	0	2	False	102419	fragment	False	MAD0040_000000012901	0.37186379928315416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	96.324	87.0	0.08516331426462447	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
CHI0130_000000008008	2034	0.7538334871049568	2	2	0	0	2	False	81097	fragment	False	CHI0130_000000008008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	93.78399999999999	82.0	0.1018638125115335	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0222_000000028026	1681	0.7538334871049568	3	2	0	0	2	False	58616	maximal	True	ISR0222_000000028026	1.0		3	3	False	False	0.9964306950569153	0					non-mobilizable	no_good_hit	1216.0	92.516	72.0	0.11109060712308544	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AUS0020_000000015857	1671	0.7538334871049568	3	2	0	0	2	False	99536	fragment	False	AUS0020_000000015857	1.0		0	0	False	False	1.0	0					non-mobilizable	other	691.0	95.369	98.0	0.0634803469274774	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0197_000000015874	1609	0.7538334871049568	3	2	0	0	2	False	28925	fragment	False	ISR0197_000000015874	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	97.061	100.0	0.10610813803284738	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0128_000000018292	1595	0.7538334871049568	2	2	0	0	2	False	58615	fragment	False	ENG0156_000000010627	0.9337015064974724		0	0	False	False	0.9843260049819946	0					non-mobilizable	no_good_hit	962.0	93.45100000000001	86.0	0.08830042443255214	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0029_000000001974	18445	0.7538185107052563	28	20	5	11	15	True	116736	fragment	False	CHI0147_000000000676	0.2760611893425185		0	0	False	False	0.9999457597732544	0					non-mobilizable	other	18445.0	99.973	100.0	0.09120398757837689	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0082_000000000073	64113	0.7538170216654083	83	24	13	19	10	True	44202	fragment	False	FIJ0082_000000000073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	85.714	1.0	0.003076115091720749	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
ISR0131_000000030161	1240	0.7538168617664134	2	2	2	1	1	False	31627	fragment	False	ISR0131_000000030161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0001377464677870046	NZ_UGQE01000002.1	g-proteobacteria	Moraxella caviae strain NCTC10293, whole genome shotgun sequence	True	False
CHI0051_000000003925	4306	0.7538023139774387	4	4	4	4	4	False	126239	maximal	True	CHI0051_000000003925	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	71.87100000000001	17.0	0.011054200749178197	NZ_FOVE01000019.1	b-proteobacteria	Formivibrio citricus strain DSM 6150, whole genome shotgun sequence	True	False
MON0046_000000000664	23047	0.7537989100059678	18	8	7	8	5	True	43127	maximal	True	MON0046_000000000664	1.0		23	4	False	False	0.9989586472511292	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0020152261531571876	NZ_VJZD01000254.1	high GC Gram+	Streptomyces adustus strain NBRC 109810 NODE_254_length_13398_cov_64.8424, whole genome shotgun sequence	True	True
FIJ0047_000000006321	4670	0.753790035381576	5	2	2	2	2	False	46906	fragment	False	FIJ0047_000000006321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.015357000398883127	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
CAN0013_000000000201	89595	0.7537886168181285	82	11	4	10	5	False	115487	maximal	False	AUS0014_000000000041	0.9100417353606263	PS49	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	247.0	99.595	0.0	0.9959514170040485	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
AUS0004_000000008941	2344	0.7537863212324535	3	2	2	2	2	False	102452	maximal	True	AUS0004_000000008941	1.0		7	6	False	False	0.9991467595100403	0					non-mobilizable	no_good_hit	120.0	85.0	5.0	0.0001647380319204163	NZ_LS999944.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
FIJ0043_000000002422	9690	0.7537848427391222	23	2	2	2	2	False	47256	maximal	True	FIJ0043_000000002422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2287.0	97.07	68.0	0.0009513832738076898	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
SPA0105_000000013124	1921	0.7537795937218472	2	2	2	2	1	False	4787	maximal	True	SPA0105_000000013124	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1921.0	100.0	100.0	0.00892052370907942	NZ_CABMLE010000003.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	False	False
ENG0190_000000009981	3059	0.7537746585357712	4	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.04269303572683064		0	0	False	False	0.999673068523407	0					non-mobilizable	other	1850.0	97.405	96.0	0.003864192858352658	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ITA0006_000000007532	3418	0.7537633798041781	4	4	4	4	4	False	113599	fragment	False	ETH0005_000000012506	0.6336986301369864		0	0	False	False	0.99882972240448	0					non-mobilizable	other	2806.0	92.552	99.0	0.0006811042126221998	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0035_000000005939	4245	0.7537623013617942	6	1	1	1	0	True	105861	fragment	False	MON0104_000000009490	0.712099750889468		0	0	False	False	1.0	0					non-mobilizable	other	4246.0	94.913	100.0	0.09686857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CAN0011_000000007311	4241	0.7537623013617942	5	1	1	1	0	True	94521	fragment	False	ITA0006_000000005712	0.9246319490221929		0	0	False	False	0.9974062442779541	0					non-mobilizable	other	4127.0	94.06299999999999	100.0	0.0010575721783397424	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
ENG0031_000000005265	3850	0.7537623013617942	5	1	1	1	0	True	65715	maximal	False	ENG0110_000000007921	0.9590043112341612		0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ENG0110_000000007921	3837	0.7537623013617942	5	1	1	1	0	True	65715	maximal	True	ENG0110_000000007921	0.9630197894759482		6	2	True	True	0.9994787573814392	35					non-mobilizable	no_good_hit								True	True
SPA0027_000000009407	3801	0.7537623013617942	5	1	1	1	0	True	65715	maximal	False	ENG0110_000000007921	0.8511372559729216		0	0	True	True	1.0	33					non-mobilizable	no_good_hit								True	True
USA0018_01_000000006451	3797	0.7537623013617942	4	1	1	1	0	True	130253	fragment	False	ENG0055_000000004353	0.4184969143316217		0	0	False	False	0.997629702091217	0					non-mobilizable	other	3777.0	99.735	99.0	0.0010033701652026655	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0026_000000007425	3785	0.7537623013617942	5	1	1	1	0	True	65715	maximal	False	ENG0110_000000007921	0.850906003060016		0	0	True	True	0.9970937967300415	17					non-mobilizable	no_good_hit								True	True
SPA0028_000000007175	3785	0.7537623013617942	5	1	1	1	0	True	65715	maximal	False	ENG0110_000000007921	0.850906003060016		0	0	True	True	1.0	21					non-mobilizable	no_good_hit								True	True
SPA0100_000000008323	3751	0.7537623013617942	4	1	1	1	0	True	130253	fragment	False	ENG0055_000000004353	0.39356170108799565		0	0	False	False	1.0	0					non-mobilizable	other	3751.0	99.73299999999999	100.0	0.0009964613663956557	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MON0096_000000009464	3511	0.7537623013617942	3	1	1	1	0	True	130253	fragment	False	ENG0055_000000004353	0.22149013201382187		0	0	False	False	0.9951580762863159	0					non-mobilizable	other	3511.0	99.88600000000001	100.0	0.0010583569446146657	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0154_000000008419	3487	0.7537623013617942	5	1	1	1	0	True	65715	maximal	False	ENG0110_000000007921	0.7948202149525492		0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
SPA0096_000000010653	3443	0.7537623013617942	3	1	1	1	0	True	130253	fragment	False	ENG0055_000000004353	0.19505089514845136		0	0	False	False	0.98867267370224	0					non-mobilizable	other	3424.0	99.94200000000001	99.0	0.0010333017174603539	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0192_000000005833	3359	0.7537623013617942	5	1	1	1	0	True	105857	fragment	False	FIJ0050_000000007844	0.36968872360394905		0	0	False	False	0.9997022747993469	0					non-mobilizable	other	3340.0	93.86200000000001	99.0	0.07611428571428572	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0150_000000006786	3327	0.7537623013617942	6	1	1	1	0	True	35438	maximal	False	ISR0304_000000002790	0.9798253538090936		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	266.0	81.203	8.0	0.1492622020431328	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0304_000000002790	3321	0.7537623013617942	6	1	1	1	0	True	35438	maximal	True	ISR0304_000000002790	0.9798617373008717		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	266.0	81.203	8.0	0.1492622020431328	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
FIJ0035_000000003637	3320	0.7537623013617942	5	1	1	1	0	True	105857	fragment	False	FIJ0050_000000007844	0.5640655845352217		0	0	False	False	1.0	0					non-mobilizable	other	3322.0	94.58200000000001	100.0	0.07572571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0050_000000007844	3253	0.7537623013617942	5	1	1	1	0	True	105857	fragment	False	FIJ0050_000000007844	0.7319764217503577		0	0	False	False	1.0	0					non-mobilizable	other	3255.0	95.26899999999999	100.0	0.07421714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0838_000000006806	3241	0.7537623013617942	3	1	1	1	0	True	62484	maximal	True	ISR0838_000000006806	1.0		1	1	False	False	0.9996914267539978	0					non-mobilizable	no_good_hit	1795.0	98.60700000000001	55.0	0.0004793480010251085	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0332_000000004046	3229	0.7537623013617942	6	1	1	1	0	True	110279	maximal	False	MON0014_000000004959	0.9765782747435684		0	0	True	True	1.0	49	rep_cluster_1868				non-mobilizable	no_good_hit	860.0	97.55799999999999	47.0	0.31157054769677184	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	True	True
AST0153_000000009579	3227	0.7537623013617942	6	1	1	1	0	True	110279	maximal	False	MON0014_000000004959	0.9769637080485711		0	0	True	True	0.998760461807251	14	rep_cluster_1868				non-mobilizable	no_good_hit	1167.0	93.145	46.0	0.39191919191919194	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
MON0014_000000004959	3226	0.7537623013617942	7	1	1	1	0	True	110279	maximal	True	MON0014_000000004959	0.9777221243293621		7	4	True	True	1.0	655	rep_cluster_1868				non-mobilizable	no_good_hit	916.0	97.271	51.0	0.30808080808080807	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
DEN0067_000000010163	3209	0.7537623013617942	7	1	1	1	0	True	110279	maximal	False	MON0014_000000004959	0.9763499633663657		0	0	True	True	1.0	240	rep_cluster_1868				non-mobilizable	no_good_hit	603.0	94.196	48.0	0.2026936026936027	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
AST0089_000000006501	3209	0.7537623013617942	6	1	1	1	0	True	110279	maximal	False	MON0014_000000004959	0.9765292832420186		0	0	True	True	1.0	26	rep_cluster_1868				non-mobilizable	no_good_hit	985.0	94.11200000000001	48.0	0.330976430976431	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
USA0093_01_000000005945	3206	0.7537623013617942	5	1	1	1	0	True	110279	maximal	False	MON0014_000000004959	0.9739218424353697		0	0	True	True	1.0	265	rep_cluster_1868				non-mobilizable	no_good_hit	909.0	96.92	51.0	0.32861806311207836	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	True	True
ISR0302_000000004221	3198	0.7537623013617942	5	1	1	1	0	True	110279	maximal	False	MON0014_000000004959	0.9738270805085647		0	0	True	True	1.0	12	rep_cluster_1868				non-mobilizable	no_good_hit	917.0	97.056	50.0	0.3084175084175084	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ISR0177_000000008444	3188	0.7537623013617942	4	1	1	1	0	True	81247	maximal	True	ISR0177_000000008444	1.0		0	0	False	False	0.998745322227478	0					non-mobilizable	no_good_hit	971.0	91.65799999999999	64.0	0.000292304928866914	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
USA0081_01_000000009818	3186	0.7537623013617942	6	1	1	1	0	True	110279	maximal	False	MON0014_000000004959	0.9759417060068063		0	0	True	True	1.0	191	rep_cluster_1868				non-mobilizable	no_good_hit	1167.0	96.572	48.0	0.39191919191919194	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0020_000000009666	3064	0.7537623013617942	5	1	1	1	0	True	7730	maximal	True	SPA0020_000000009666	1.0		1	1	False	False	0.99967360496521	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.85162489870729e-06	NZ_FNTB01000001.1	CFB group bacteria	Maribacter dokdonensis strain MAR_2009_71, whole genome shotgun sequence	True	True
FIJ0013_000000008987	3003	0.7537623013617942	5	1	1	1	0	True	105849	fragment	False	FIJ0013_000000008987	0.9757630161579892		0	0	False	False	1.0	0					non-mobilizable	other	3001.0	94.70200000000001	99.0	0.06843428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0098_000000007673	2982	0.7537623013617942	3	1	1	1	0	True	105855	fragment	False	MON0006_000000006555	0.9289640333719995		0	0	False	False	1.0	0					non-mobilizable	other	2982.0	95.84200000000001	100.0	0.06813714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
AST0007_000000006306	2973	0.7537623013617942	4	1	1	1	0	True	127143	maximal	True	AST0007_000000006306	1.0		0	0	False	False	0.9912546277046204	0					non-mobilizable	no_good_hit	972.0	79.321	33.0	0.26905954368391766	LN852753.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0062	True	True
AST0110_000000006361	2905	0.7537623013617942	6	1	1	1	0	True	110279	maximal	False	MON0014_000000004959	0.8231109027855126		0	0	False	True	0.9917383790016174	0	rep_cluster_1868				non-mobilizable	no_good_hit	1008.0	94.04799999999999	45.0	0.3383838383838384	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
MON0017_000000006961	2809	0.7537623013617942	2	1	1	1	0	True	13305	maximal	True	MON0017_000000006961	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	98.99	4.0	0.18525519848771266	KU547279.1	bacteria	Uncultured bacterium clone PE_08A_000_Contig_11 genomic sequence	True	True
MON0059_000000013898	2785	0.7537623013617942	4	1	1	1	0	True	105849	fragment	False	FIJ0013_000000008987	0.9412254412254413		0	0	False	False	1.0	0					non-mobilizable	other	2769.0	94.76299999999999	99.0	0.06322285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0090_000000020865	2781	0.7537623013617942	3	1	1	1	0	True	105855	fragment	False	MON0006_000000006555	0.4629045376940854		0	0	False	False	1.0	0					non-mobilizable	other	2781.0	95.57700000000001	100.0	0.06354285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ETH0004_000000010200	2776	0.7537623013617942	3	1	1	1	0	True	105850	fragment	False	ETH0004_000000010200	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2359.0	96.65100000000001	100.0	0.05389714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0178_000000005891	2764	0.7537623013617942	2	1	1	1	0	True	105855	fragment	False	MON0006_000000006555	0.6051594722355468		0	0	False	False	0.997829258441925	0					non-mobilizable	other	2759.0	96.12200000000001	99.0	0.06304	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0111_000000006224	2750	0.7537623013617942	3	1	1	1	0	True	105855	fragment	False	MON0006_000000006555	0.3112035697057405		0	0	False	False	0.9967272877693176	0					non-mobilizable	other	2749.0	95.78	99.0	0.06276571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0060_000000005737	2715	0.7537623013617942	2	1	1	1	0	True	6241	fragment	False	SPA0060_000000005737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	97.802	9.0	0.001686953604115794	NZ_CYZO01000008.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0125_000000007435	2657	0.7537623013617942	2	1	1	1	0	True	105843	maximal	True	FIJ0125_000000007435	1.0		4	1	False	False	1.0	0					non-mobilizable	other	2665.0	86.71700000000001	100.0	0.06068571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0840_000000005765	2633	0.7537623013617942	2	1	1	1	0	True	22793	maximal	True	ISR0840_000000005765	1.0		1	1	False	False	0.9988605976104736	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.0019435234937692923	NZ_PISE01000036.1	firmicutes	Bacillus nealsonii strain FO-92 contig_37, whole genome shotgun sequence	True	True
ENG0011_000000010259	2615	0.7537623013617942	2	1	1	1	0	True	130248	fragment	False	DEN0071_000000012028	0.4057008756924594		0	0	False	False	0.9996175765991211	0					non-mobilizable	other	2615.0	99.618	100.0	0.0007000087568042646	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0353_000000014298	2583	0.7537623013617942	3	1	1	1	0	True	24034	maximal	True	ISR0353_000000014298	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1903.0	88.124	74.0	0.0003532696802667428	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
ISR0178_000000006366	2572	0.7537623013617942	5	1	1	1	0	True	55195	maximal	True	ISR0178_000000006366	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	91.755	51.0	0.004716087933603198	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
ISR0263_000000005139	2571	0.7537623013617942	4	1	1	1	0	True	26647	maximal	True	ISR0263_000000005139	1.0		1	1	True	True	1.0	26					non-mobilizable	no_good_hit	925.0	81.297	36.0	0.3385971355123026	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
FIJ0029_000000012993	2559	0.7537623013617942	3	1	1	1	0	True	92688	maximal	True	FIJ0029_000000012993	1.0		11	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0102_000000010904	2552	0.7537623013617942	3	1	1	1	0	True	60379	fragment	False	ENG0102_000000010904	1.0		0	0	False	False	0.9690439105033875	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002909953117421997	XM_035408658.1	bony fishes	PREDICTED: Anguilla anguilla titin-like (LOC118222801), mRNA	True	True
ISR0285_000000006489	2551	0.7537623013617942	2	1	1	1	0	True	130248	fragment	False	DEN0071_000000012028	0.336401146244547		0	0	False	False	1.0	0					non-mobilizable	other	2551.0	99.569	100.0	0.0006828700573262718	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0146_000000015756	2547	0.7537623013617942	2	1	1	1	0	True	130248	fragment	False	DEN0071_000000012028	0.17164705268897149		0	0	False	False	0.9945033192634583	0					non-mobilizable	other	2547.0	99.961	100.0	0.0007685615462033482	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0027_000000014777	2520	0.7537623013617942	2	1	1	1	0	True	81477	fragment	False	SPA0027_000000014777	1.0		0	0	False	False	0.9980158805847168	0					non-mobilizable	no_good_hit								True	True
MON0101_000000025018	2506	0.7537623013617942	1	1	1	1	0	True	9057	fragment	False	MON0101_000000025018	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1457.0	98.01	95.0	0.0003934113468484777	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0029_000000010670	2453	0.7537623013617942	3	1	1	1	0	True	92690	maximal	True	SPA0029_000000010670	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0036_000000009083	2399	0.7537623013617942	3	1	1	1	0	True	105848	fragment	False	MON0036_000000009083	0.9768698659749243		0	0	False	False	0.9987494945526123	0					non-mobilizable	other	2400.0	94.625	100.0	0.054765714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0120_000000010022	2339	0.7537623013617942	2	1	1	1	0	True	92680	fragment	False	FIJ0120_000000010022	1.0		0	0	False	False	0.9982898831367493	0					non-mobilizable	no_good_hit								True	True
FIJ0033_000000015334	2339	0.7537623013617942	2	1	1	1	0	True	105852	fragment	False	FIJ0033_000000015334	0.945149684329758		0	0	False	False	0.9923043847084045	0					non-mobilizable	other	2339.0	96.195	100.0	0.05344	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
USA0083_01_000000012739	2333	0.7537623013617942	3	1	1	1	0	True	76771	fragment	False	USA0083_01_000000012739	1.0		0	0	False	False	0.9987140893936157	0					non-mobilizable	no_good_hit								True	True
FIJ0082_000000012829	2332	0.7537623013617942	4	1	1	1	0	True	44182	maximal	True	FIJ0082_000000012829	1.0		20	2	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	95.632	55.0	0.02928	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
CHI0163_000000003982	2323	0.7537623013617942	3	1	1	1	0	True	78470	fragment	False	CHI0163_000000003982	1.0		0	0	False	False	0.9995695352554321	0					non-mobilizable	no_good_hit	982.0	84.11399999999999	42.0	0.00025074074919182257	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
MAD0106_000000009104	2313	0.7537623013617942	3	1	1	1	0	True	105848	fragment	False	MON0036_000000009083	0.9599833263859942		0	0	False	False	1.0	0					non-mobilizable	other	2314.0	94.46799999999999	100.0	0.052822857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0130_000000014338	2281	0.7537623013617942	4	1	1	1	0	True	3806	maximal	True	SPA0130_000000014338	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	99.257	24.0	0.00018717766750832714	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0090_000000019281	2267	0.7537623013617942	2	1	1	1	0	True	92684	fragment	False	FIJ0090_000000019281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	98.765	4.0	0.06191950464396285	KU543808.1	bacteria	Uncultured bacterium clone CH_060301_060302_Contig_4 genomic sequence	True	True
MON0094_000000016022	2264	0.7537623013617942	2	1	1	1	0	True	105847	fragment	False	MON0094_000000016022	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2265.0	95.23200000000001	100.0	0.051725714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0106_000000018474	2245	0.7537623013617942	3	1	1	1	0	True	8657	maximal	True	MON0106_000000018474	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	83.333	3.0	0.0005150226074858871	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
TAN0019_000000003081	2228	0.7537623013617942	2	1	1	1	0	True	105852	fragment	False	FIJ0033_000000015334	0.9373470584053482		0	0	False	False	0.9901256561279297	0					non-mobilizable	other	2225.0	95.37100000000001	99.0	0.050834285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0197_000000011629	2182	0.7537623013617942	3	1	1	1	0	True	28936	fragment	False	ISR0197_000000011629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0003_000000008372	2163	0.7537623013617942	2	1	1	1	0	True	105852	fragment	False	FIJ0033_000000015334	0.6355475763016157		0	0	False	False	0.9995377063751221	0					non-mobilizable	other	2161.0	95.696	99.0	0.04937142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CHI0160_000000014514	2159	0.7537623013617942	1	1	1	1	0	True	78717	maximal	True	CHI0160_000000014514	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	83.87100000000001	50.0	0.00031935479106042923	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	True
SPA0026_000000014724	2144	0.7537623013617942	2	1	1	1	0	True	27503	fragment	False	SPA0026_000000014724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	3.0	0.024489795918367346	LN853062.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0416	True	True
MON0022_000000013906	2144	0.7537623013617942	3	1	1	1	0	True	105851	fragment	False	MON0022_000000013906	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	95.62299999999999	100.0	0.041234285714285716	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0157_000000014701	2142	0.7537623013617942	3	1	1	1	0	True	30547	maximal	True	ISR0157_000000014701	1.0		2	1	False	False	0.9845938086509705	0					non-mobilizable	no_good_hit	1488.0	88.374	69.0	0.0003804696030681643	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
FIJ0055_000000006493	2131	0.7537623013617942	3	1	1	1	0	True	46261	fragment	False	FIJ0055_000000006493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002909953117421997	XM_035408658.1	bony fishes	PREDICTED: Anguilla anguilla titin-like (LOC118222801), mRNA	True	True
CAN0021_000000020377	2126	0.7537623013617942	2	1	1	1	0	True	91570	maximal	True	CAN0021_000000020377	1.0		0	0	False	False	0.9985889196395874	0					non-mobilizable	no_good_hit	379.0	83.37700000000001	18.0	5.269848096628615e-05	NZ_AP019400.1	firmicutes	Cohnella abietis strain KCTC 43028	True	True
FIJ0030_000000016578	2126	0.7537623013617942	2	1	1	1	0	True	48734	fragment	False	FIJ0030_000000016578	1.0		0	0	False	False	0.9985889196395874	0					non-mobilizable	no_good_hit								True	True
DEN0094_000000017457	2112	0.7537623013617942	2	1	1	1	0	True	102722	maximal	True	DEN0094_000000017457	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000013246	2099	0.7537623013617942	3	1	1	1	0	True	43663	fragment	False	FIJ0088_000000013246	1.0		0	0	False	False	0.9947593808174133	0					non-mobilizable	no_good_hit								True	True
MAD0055_000000004106	2089	0.7537623013617942	3	1	1	1	0	True	105846	fragment	False	MAD0055_000000004106	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2091.0	94.835	100.0	0.04774857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0109_000000017168	2081	0.7537623013617942	2	1	1	1	0	True	92677	fragment	False	MON0109_000000017168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0111_000000010090	2069	0.7537623013617942	2	1	1	1	0	True	102712	fragment	False	FIJ0111_000000010090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000015786	2069	0.7537623013617942	3	1	1	1	0	True	102710	fragment	False	FIJ0048_000000015786	0.9634503688083151		0	0	False	False	0.9990333318710327	0					non-mobilizable	no_good_hit								True	True
MON0092_000000026865	2061	0.7537623013617942	2	1	1	1	0	True	22792	fragment	False	MON0092_000000026865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	91.579	5.0	0.0007198804372491178	LN483078.1	firmicutes	Lysinibacillus sp. 13S34_air genome assembly PRJEB5506_assembly_1, scaffold CONTIG000006	True	True
FIJ0149_000000012312	2023	0.7537623013617942	3	1	1	1	0	True	92693	maximal	True	FIJ0149_000000012312	0.94214463840399		2	1	False	False	0.9995056986808777	0					non-mobilizable	no_good_hit								True	True
FIJ0116_000000008828	2017	0.7537623013617942	3	1	1	1	0	True	102710	fragment	False	FIJ0048_000000015786	0.9547960672849667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0135_000000014185	2012	0.7537623013617942	1	1	1	1	0	True	40601	fragment	False	FIJ0135_000000014185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0046_000000015743	2007	0.7537623013617942	3	1	1	1	0	True	102720	fragment	False	FIJ0046_000000015743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0043_000000013788	2005	0.7537623013617942	2	1	1	1	0	True	92693	maximal	False	FIJ0149_000000012312	0.9382105783489867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000016566	1999	0.7537623013617942	2	1	1	1	0	True	60487	maximal	True	ENG0101_000000016566	1.0		1	1	False	False	0.9964982271194458	0					non-mobilizable	no_good_hit								True	True
MON0054_000000023882	1990	0.7537623013617942	2	1	1	1	0	True	81476	fragment	False	MON0054_000000023882	1.0		0	0	False	False	0.9648241400718689	0					non-mobilizable	no_good_hit								True	True
ISR0248_000000002150	1973	0.7537623013617942	3	1	1	1	0	True	27082	maximal	True	ISR0248_000000002150	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0039_000000024726	1943	0.7537623013617942	2	1	1	1	0	True	11930	maximal	True	MON0039_000000024726	1.0		1	1	False	False	0.9994853138923645	0					non-mobilizable	no_good_hit								True	True
SPA0117_000000019892	1903	0.7537623013617942	1	1	1	1	0	True	111952	fragment	False	ENG0179_000000014385	0.23703845560037778		0	0	False	False	1.0	0					non-mobilizable	other	1841.0	99.45700000000001	97.0	0.0005554411802883585	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0820_000000013076	1878	0.7537623013617942	1	1	1	1	0	True	21279	maximal	True	ISR0820_000000013076	1.0		0	0	False	False	0.9978700876235962	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000020056	1849	0.7537623013617942	1	1	1	1	0	True	21124	maximal	True	SPA0098_000000020056	1.0		1	1	False	False	0.9994591474533081	0					non-mobilizable	no_good_hit	200.0	79.0	10.0	0.004636859428681258	NZ_LTDM01000014.1	firmicutes	Tissierella creatinophila DSM 6911 TICR_contig000014, whole genome shotgun sequence	True	True
MAD0023_000000006464	1838	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.5635558479350221		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	95.477	99.0	0.04192	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0055_000000016984	1832	0.7537623013617942	4	1	1	1	0	True	6396	fragment	False	SPA0055_000000016984	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	99.618	100.0	0.0005580433718627213	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
MAD0013_000000013473	1826	0.7537623013617942	1	1	1	1	0	True	102710	fragment	False	FIJ0048_000000015786	0.6917916000892238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0006_000000020741	1819	0.7537623013617942	2	1	1	1	0	True	105845	fragment	False	FIJ0006_000000020741	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	95.495	100.0	0.041577142857142854	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0009_000000022507	1818	0.7537623013617942	1	1	1	1	0	True	51235	maximal	True	FIJ0009_000000022507	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0169_000000017488	1808	0.7537623013617942	2	1	1	1	0	True	30089	fragment	False	ISR0169_000000017488	0.9764492753623188		0	0	False	False	0.9540929198265076	0					non-mobilizable	other	1808.0	95.741	100.0	0.042165441605413606	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
AST0029_000000016532	1797	0.7537623013617942	2	1	1	1	0	True	118106	fragment	False	AST0029_000000016532	1.0		0	0	False	False	0.999443531036377	0					non-mobilizable	no_good_hit	1102.0	95.82600000000001	79.0	0.4032317297098788	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
MAD0003_000000015278	1793	0.7537623013617942	1	1	1	1	0	True	92673	fragment	False	MAD0003_000000015278	1.0		0	0	False	False	0.9854991436004639	0					non-mobilizable	no_good_hit								True	True
CHI0126_000000008472	1782	0.7537623013617942	4	1	1	1	0	True	81472	fragment	False	CHI0126_000000008472	0.9839836924868957		0	0	False	False	0.9955106377601624	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000018459	1778	0.7537623013617942	2	1	1	1	0	True	92676	fragment	False	FIJ0066_000000018459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0116_000000009923	1777	0.7537623013617942	2	1	1	1	0	True	48847	fragment	False	FIJ0116_000000009923	0.9456458211572181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0044_000000031093	1772	0.7537623013617942	2	1	1	1	0	True	11615	fragment	False	MON0044_000000031093	1.0		0	0	False	False	0.980812668800354	0					non-mobilizable	no_good_hit								True	True
ISR0130_000000017181	1771	0.7537623013617942	3	1	1	1	0	True	31758	maximal	True	ISR0130_000000017181	1.0		2	1	False	False	0.9943534731864929	0					non-mobilizable	no_good_hit	76.0	89.47399999999999	4.0	0.00045372050816696913	LR798378.1	viruses	uncultured Caudovirales phage genome assembly	True	True
CHI0132_000000017490	1760	0.7537623013617942	3	1	1	1	0	True	102717	fragment	False	CHI0132_000000017490	0.9613077384523095		0	0	False	False	0.9994317889213562	0					non-mobilizable	no_good_hit								True	True
MON0041_000000037854	1759	0.7537623013617942	2	1	1	1	0	True	11794	fragment	False	MON0041_000000037854	1.0		0	0	False	False	0.9823763370513916	0					non-mobilizable	no_good_hit								True	True
MON0092_000000032122	1737	0.7537623013617942	2	1	1	1	0	True	9444	maximal	True	MON0092_000000032122	1.0		1	1	False	False	0.9810017347335815	0					non-mobilizable	no_good_hit								True	True
FIJ0135_000000016486	1724	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.39521335142427166		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	96.63799999999999	100.0	0.03940571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0018_000000011596	1718	0.7537623013617942	2	1	1	1	0	True	105842	fragment	False	MON0018_000000011596	0.9862502455313299		0	0	False	False	1.0	0					non-mobilizable	other	1718.0	95.402	100.0	0.03924571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0026_000000019104	1717	0.7537623013617942	3	1	1	1	0	True	81472	fragment	False	CHI0126_000000008472	0.9660493827160495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0822_000000004416	1717	0.7537623013617942	3	1	1	1	0	True	76770	fragment	False	ISR0822_000000004416	0.9407971864009379		0	0	False	False	0.9976703524589539	0					non-mobilizable	no_good_hit								True	True
ISR0245_000000004174	1715	0.7537623013617942	2	1	1	1	0	True	88080	fragment	False	ISR0245_000000004174	0.9637474765340538		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	97.959	100.0	0.0004394372639210469	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
FIJ0123_000000019431	1711	0.7537623013617942	2	1	1	1	0	True	48847	fragment	False	FIJ0116_000000009923	0.9288126055149128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0032_000000021403	1706	0.7537623013617942	2	1	1	1	0	True	76770	fragment	False	ISR0822_000000004416	0.9376820034944671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0026_000000028461	1697	0.7537623013617942	2	1	1	1	0	True	105842	fragment	False	MON0018_000000011596	0.9683919249383149		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	95.639	100.0	0.03874285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0026_000000028496	1696	0.7537623013617942	2	1	1	1	0	True	105842	fragment	False	MON0018_000000011596	0.9819817162336969		0	0	False	False	1.0	0					non-mobilizable	other	1696.0	95.40100000000001	100.0	0.03874285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0037_000000007790	1695	0.7537623013617942	3	1	1	1	0	True	18623	fragment	False	MAD0037_000000007790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0024_000000012312	1694	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.4939028718463244		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	95.57	99.0	0.03867428571428572	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CHI0136_000000008255	1690	0.7537623013617942	2	1	1	1	0	True	91224	fragment	False	ISR0181_000000009600	0.637855579868709		0	0	False	False	0.9958580136299133	0					non-mobilizable	no_good_hit	1483.0	84.289	87.0	0.0023440541765332892	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
FIJ0038_000000020902	1687	0.7537623013617942	1	1	1	1	0	True	102710	fragment	False	FIJ0048_000000015786	0.46303395399780944		0	0	False	False	0.9970361590385437	0					non-mobilizable	no_good_hit								True	True
SPA0021_000000019395	1678	0.7537623013617942	1	1	1	1	0	True	111952	fragment	False	ENG0179_000000014385	0.16956869964501628		0	0	False	False	0.9940405488014221	0					non-mobilizable	other	1665.0	100.0	99.0	0.0005023120239129503	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
FIJ0071_000000021647	1674	0.7537623013617942	2	1	1	1	0	True	44859	maximal	True	FIJ0071_000000021647	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	89.61	4.0	0.00045372050816696913	LR798378.1	viruses	uncultured Caudovirales phage genome assembly	True	True
FIJ0038_000000021168	1667	0.7537623013617942	3	1	1	1	0	True	102717	fragment	False	CHI0132_000000017490	0.9281250000000001		0	0	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit								True	True
MON0057_000000015864	1663	0.7537623013617942	2	1	1	1	0	True	11038	maximal	True	MON0057_000000015864	1.0		0	0	False	False	0.9987973570823669	0					non-mobilizable	no_good_hit	72.0	100.0	4.0	3.2384187758959476e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	True
ENG0194_000000016010	1663	0.7537623013617942	1	1	1	1	0	True	111952	fragment	False	ENG0179_000000014385	0.1705809147100809		0	0	False	False	0.9549008011817932	0					non-mobilizable	other	1663.0	99.94	100.0	0.0004738428483942373	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
FIJ0125_000000011572	1653	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.4949613620943697		0	0	False	False	1.0	0					non-mobilizable	other	1653.0	96.007	100.0	0.03776	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0093_000000011503	1653	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.5158452095776507		0	0	False	False	1.0	0					non-mobilizable	other	1653.0	94.19200000000001	100.0	0.03776	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0109_000000019606	1652	0.7537623013617942	1	1	1	1	0	True	32744	maximal	True	ISR0109_000000019606	1.0		1	1	False	False	0.9993946552276611	0					non-mobilizable	other	1059.0	98.111	100.0	0.00032017234177443327	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
FIJ0125_000000011587	1652	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.4962353816264808		0	0	False	False	1.0	0					non-mobilizable	other	1652.0	94.189	100.0	0.03773714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0030_000000018429	1652	0.7537623013617942	2	1	1	1	0	True	88080	fragment	False	ISR0245_000000004174	0.9355343648794531		0	0	False	False	0.9891040921211243	0					non-mobilizable	chromosome	1644.0	96.16799999999999	99.0	0.00025324904029711676	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
MON0106_000000026239	1635	0.7537623013617942	1	1	1	1	0	True	92675	fragment	False	MON0106_000000026239	1.0		0	0	False	False	0.9975535273551941	0					non-mobilizable	no_good_hit								True	True
MON0055_000000014817	1632	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.4560660284631904		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	95.037	100.0	0.03728	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0016_000000022718	1625	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.4128675224739135		0	0	False	False	0.9993846416473389	0					non-mobilizable	other	1624.0	95.32	99.0	0.037097142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0069_000000013765	1619	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.24576777468323893		0	0	False	False	1.0	0					non-mobilizable	other	1619.0	95.244	100.0	0.036982857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0845_000000006476	1604	0.7537623013617942	1	1	1	1	0	True	20688	maximal	True	ISR0845_000000006476	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	84.146	5.0	2.7659937382157143e-05	CP032416.1	firmicutes	Clostridium sp. JN500901 chromosome, complete genome	True	True
MON0025_000000025986	1598	0.7537623013617942	2	1	1	1	0	True	12803	maximal	True	MON0025_000000025986	1.0		0	0	False	False	0.9593241810798645	0					non-mobilizable	no_good_hit	476.0	97.689	30.0	0.0019488698606250333	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0066_000000020745	1597	0.7537623013617942	1	1	1	1	0	True	50867	fragment	False	FIJ0066_000000020745	1.0		0	0	False	False	0.9993738532066345	0					non-mobilizable	no_good_hit								True	True
ISR0289_000000006886	1588	0.7537623013617942	2	1	1	1	0	True	88080	fragment	False	ISR0245_000000004174	0.623712342079689		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	98.48899999999999	100.0	0.0005092901323512516	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0149_000000016595	1583	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.3662509262281185		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	94.62700000000001	99.0	0.036137142857142854	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ENG0094_000000011144	1562	0.7537623013617942	1	1	1	1	0	True	88079	fragment	False	SPA0023_000000018291	0.9373245999694614		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	96.54299999999999	100.0	0.03640182009100455	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
FIJ0036_000000027433	1554	0.7537623013617942	2	1	1	1	0	True	76772	fragment	False	FIJ0036_000000027433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0078_000000021934	1550	0.7537623013617942	1	1	1	1	0	True	111952	fragment	False	ENG0179_000000014385	0.06898032815050253		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	100.0	100.0	0.0004675969501449279	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
FIJ0127_000000012478	1548	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.37638525941960255		0	0	False	False	1.0	0					non-mobilizable	other	1546.0	95.34299999999999	99.0	0.035314285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0152_000000017352	1545	0.7537623013617942	3	1	1	1	0	True	48844	fragment	False	FIJ0152_000000017352	0.9218936837459673		0	0	False	False	0.9974110126495361	0					non-mobilizable	no_good_hit								True	True
AUS0008_000000016077	1544	0.7537623013617942	1	1	1	1	0	True	101782	maximal	True	AUS0008_000000016077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	98.18	75.0	0.0003287249122734991	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
FIJ0023_000000022106	1543	0.7537623013617942	1	1	1	1	0	True	92689	fragment	False	FIJ0023_000000022106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0023_000000018291	1542	0.7537623013617942	1	1	1	1	0	True	88079	fragment	False	SPA0023_000000018291	0.9504446204021191		0	0	False	False	0.9889753460884094	0					non-mobilizable	chromosome	1542.0	95.59	100.0	0.0002375269452817145	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
MON0085_000000019562	1541	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.37463175070902227		0	0	False	False	1.0	0					non-mobilizable	other	1541.0	95.26299999999999	100.0	0.0352	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0844_000000008188	1535	0.7537623013617942	3	1	1	1	0	True	20709	fragment	False	ISR0844_000000008188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	96.37200000000001	53.0	0.14814814814814814	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
MON0101_000000042918	1530	0.7537623013617942	2	1	1	1	0	True	76768	fragment	False	MON0101_000000042918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0172_000000010690	1526	0.7537623013617942	2	1	1	1	0	True	29932	fragment	False	ISR0172_000000010690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0229_000000010708	1517	0.7537623013617942	2	1	1	1	0	True	78771	maximal	True	ISR0229_000000010708	1.0		37	9	False	False	0.9920896291732788	0					non-mobilizable	no_good_hit	1217.0	96.385	81.0	0.00045066750019118104	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0185_000000021847	1514	0.7537623013617942	1	1	1	1	0	True	29381	maximal	True	ISR0185_000000021847	1.0		1	1	False	False	0.998678982257843	0					non-mobilizable	no_good_hit								True	True
ISR0360_000000016479	1510	0.7537623013617942	3	1	1	1	0	True	23785	maximal	True	ISR0360_000000016479	1.0		1	1	False	False	0.9980132579803467	0					non-mobilizable	other	1177.0	86.066	99.0	0.00022699149692176676	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0032_000000020232	1502	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.14187898282383155		0	0	False	False	1.0	0					non-mobilizable	other	1514.0	76.288	100.0	0.0003843153200803088	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
FIJ0109_000000016283	1502	0.7537623013617942	3	1	1	1	0	True	76767	fragment	False	FIJ0172_000000020860	0.733762095717891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0032_000000020261	1501	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.1408578014299202		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	75.821	100.0	0.0003843153200803088	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
MON0080_000000037665	1501	0.7537623013617942	1	1	1	1	0	True	10036	fragment	False	MON0080_000000037665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	97.039	79.0	0.0003193256361704826	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0107_000000017073	1495	0.7537623013617942	3	1	1	1	0	True	48844	fragment	False	FIJ0152_000000017352	0.7413043226122056		0	0	False	False	0.994648814201355	0					non-mobilizable	no_good_hit								True	True
FIJ0081_000000024292	1493	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.33171866727389165		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	94.84299999999999	100.0	0.03410285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0061_000000018611	1491	0.7537623013617942	2	1	1	1	0	True	102706	fragment	False	FIJ0061_000000018611	0.7567829929291355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0126_000000026922	1488	0.7537623013617942	1	1	1	1	0	True	41125	maximal	True	FIJ0126_000000026922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0035_000000007023	1478	0.7537623013617942	1	1	1	1	0	True	88079	fragment	False	SPA0023_000000018291	0.9354810227556433		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	95.67	100.0	0.03446505658616264	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
MON0017_000000013303	1476	0.7537623013617942	2	1	1	1	0	True	13296	maximal	True	MON0017_000000013303	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	78.791	57.0	0.0002637911082499867	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
FIJ0121_000000017457	1475	0.7537623013617942	2	1	1	1	0	True	76767	fragment	False	FIJ0172_000000020860	0.7184573865734534		0	0	False	False	0.9979661107063293	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000029912	1473	0.7537623013617942	2	1	1	1	0	True	76767	fragment	False	FIJ0172_000000020860	0.7221733087789418		0	0	False	False	0.9959266781806946	0					non-mobilizable	no_good_hit								True	True
ISR0799_000000011122	1472	0.7537623013617942	2	1	1	1	0	True	21902	fragment	False	ISR0799_000000011122	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	78.979	100.0	0.00042651558435486097	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
MAD0009_000000007331	1469	0.7537623013617942	2	1	1	1	0	True	105841	fragment	False	MAD0009_000000007331	1.0		0	0	False	False	0.9993192553520203	0					non-mobilizable	other	1469.0	94.758	100.0	0.03355428571428572	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0095_000000021533	1468	0.7537623013617942	2	1	1	1	0	True	9305	maximal	True	MON0095_000000021533	1.0		0	0	False	False	0.9271117448806763	0					non-mobilizable	no_good_hit								True	True
ISR0026_000000015588	1467	0.7537623013617942	2	1	1	1	0	True	59774	fragment	False	ISR0026_000000015588	1.0		0	0	False	False	0.9993183612823486	0					non-mobilizable	other	1468.0	94.823	100.0	0.00038928424047190286	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CAN0009_000000019271	1465	0.7537623013617942	1	1	1	1	0	True	94732	maximal	True	CAN0009_000000019271	1.0		37	8	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	90.54700000000001	58.0	0.0001924452001601144	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
TAN0010_000000011269	1452	0.7537623013617942	2	1	1	1	0	True	102706	fragment	False	FIJ0061_000000018611	0.731764722331396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000021902	1449	0.7537623013617942	2	1	1	1	0	True	48844	fragment	False	FIJ0152_000000017352	0.6347719153673117		0	0	False	False	0.9993098974227905	0					non-mobilizable	no_good_hit								True	True
ENG0204_000000018804	1448	0.7537623013617942	1	1	1	1	0	True	54024	maximal	True	ENG0204_000000018804	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0104_000000007890	1444	0.7537623013617942	2	1	1	1	0	True	105840	fragment	False	MAD0104_000000007890	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	95.363	99.0	0.033005714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0096_000000026083	1442	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.18686469643132214		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	95.35700000000001	100.0	0.03296	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0825_000000016658	1441	0.7537623013617942	1	1	1	1	0	True	21123	fragment	False	ISR0825_000000016658	1.0		0	0	False	False	0.9986120462417603	0					non-mobilizable	no_good_hit	145.0	100.0	10.0	2.488868793577889e-05	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	True
USA0001_01_000000011823	1437	0.7537623013617942	2	1	1	1	0	True	2269	fragment	False	USA0001_01_000000011823	1.0		0	0	False	False	0.9791231751441956	0					non-mobilizable	other	1327.0	76.79	91.0	0.007521691662357065	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	True
FIJ0032_000000025844	1435	0.7537623013617942	3	1	1	1	0	True	102706	fragment	False	FIJ0061_000000018611	0.7398933658731557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0032_000000026084	1423	0.7537623013617942	3	1	1	1	0	True	51142	fragment	False	FIJ0032_000000026084	1.0		0	0	False	False	0.9964863061904907	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000023447	1423	0.7537623013617942	2	1	1	1	0	True	48844	fragment	False	FIJ0152_000000017352	0.5364641837593178		0	0	False	False	0.9992972612380981	0					non-mobilizable	no_good_hit								True	True
DEN0018_000000028356	1421	0.7537623013617942	2	1	1	1	0	True	75008	maximal	True	DEN0018_000000028356	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0074_000000015312	1410	0.7537623013617942	2	1	1	1	0	True	10363	maximal	True	MON0074_000000015312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	80.96600000000001	72.0	0.00018780248018395338	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
ISR0130_000000022562	1403	0.7537623013617942	1	1	1	1	0	True	92672	fragment	False	ISR0130_000000022562	0.9101465958795584		0	0	False	False	0.9935851693153381	0					non-mobilizable	no_good_hit								True	True
USA0072_01_000000012536	1403	0.7537623013617942	2	1	1	1	0	True	79343	fragment	False	ENG0211_000000017395	0.22138664586877155		0	0	False	False	0.9992872476577759	0					non-mobilizable	other	1404.0	94.65799999999999	100.0	0.0005200866291333152	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MON0034_000000020973	1401	0.7537623013617942	1	1	1	1	0	True	12229	fragment	False	MON0034_000000020973	0.9795680677358666		0	0	False	False	0.9985724687576294	0					non-mobilizable	other	1403.0	87.81200000000001	100.0	0.0004236660651355535	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MAD0077_000000008930	1401	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.1907353491887924		0	0	False	False	1.0	0					non-mobilizable	other	1401.0	96.146	100.0	0.032	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0106_000000019788	1399	0.7537623013617942	2	1	1	1	0	True	102706	fragment	False	FIJ0061_000000018611	0.6001235101592431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0060_000000019545	1397	0.7537623013617942	1	1	1	1	0	True	35398	fragment	False	ISR0060_000000019545	1.0		0	0	False	False	0.9942734241485596	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000031739	1392	0.7537623013617942	2	1	1	1	0	True	76753	fragment	False	DEN0001_000000031739	1.0		0	0	False	False	0.9985632300376892	0					non-mobilizable	other	1393.0	93.611	100.0	0.00045240986253500324	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0814_000000030103	1392	0.7537623013617942	2	1	1	1	0	True	21512	maximal	True	ISR0814_000000030103	1.0		1	1	False	False	0.9978448152542114	0					non-mobilizable	other	799.0	88.36	99.0	0.0002134303669368779	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0092_000000040140	1391	0.7537623013617942	2	1	1	1	0	True	102706	fragment	False	FIJ0061_000000018611	0.5995989630651369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0080_000000005555	1391	0.7537623013617942	3	1	1	1	0	True	16151	fragment	False	MAD0080_000000005555	1.0		0	0	False	False	0.9676491618156433	0					non-mobilizable	no_good_hit	65.0	100.0	5.0	0.00017516250427642831	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
SPA0028_000000023862	1385	0.7537623013617942	1	1	1	1	0	True	27502	fragment	False	SPA0028_000000023862	1.0		0	0	False	False	0.9956678748130798	0					non-mobilizable	no_good_hit	45.0	95.556	3.0	0.002836696537940816	NZ_CP039400.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-4	True	True
MAD0112_000000021167	1376	0.7537623013617942	2	1	1	1	0	True	14432	maximal	True	MAD0112_000000021167	1.0		1	1	False	False	0.9854651093482971	0					non-mobilizable	no_good_hit								True	True
ISR0206_000000018997	1375	0.7537623013617942	2	1	1	1	0	True	28618	maximal	True	ISR0206_000000018997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0043_000000021554	1373	0.7537623013617942	2	1	1	1	0	True	48844	fragment	False	FIJ0152_000000017352	0.5459053637586417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0095_000000025796	1372	0.7537623013617942	2	1	1	1	0	True	33386	fragment	False	ISR0095_000000025796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	83.22399999999999	24.0	8.638651207187357e-05	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
FIJ0172_000000020860	1370	0.7537623013617942	2	1	1	1	0	True	76767	fragment	False	FIJ0172_000000020860	0.8798916375890062		0	0	False	False	0.9985401630401611	0					non-mobilizable	no_good_hit								True	True
ISR0849_000000019826	1369	0.7537623013617942	2	1	1	1	0	True	36330	fragment	False	ISR0849_000000019826	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	97.15100000000001	100.0	0.0004390100195693209	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0172_000000020907	1368	0.7537623013617942	2	1	1	1	0	True	76767	fragment	False	FIJ0172_000000020860	0.37912408759124083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0153_000000025284	1368	0.7537623013617942	1	1	1	1	0	True	103275	fragment	False	AST0153_000000025284	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	99.618	96.0	0.0003475657245988047	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0061_000000020738	1366	0.7537623013617942	2	1	1	1	0	True	51139	fragment	False	FIJ0061_000000020738	0.9434617293593485		0	0	False	False	0.9956076145172119	0					non-mobilizable	no_good_hit								True	True
FIJ0144_000000023345	1361	0.7537623013617942	1	1	1	1	0	True	92672	fragment	False	ISR0130_000000022562	0.6784340507933645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0013_000000020933	1358	0.7537623013617942	2	1	1	1	0	True	7970	maximal	True	SPA0013_000000020933	1.0		1	1	False	False	0.9896907210350037	0					non-mobilizable	no_good_hit	1058.0	78.166	89.0	0.023657142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MON0050_000000029898	1355	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.14321524318694065		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	95.20299999999999	100.0	0.03094857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0107_000000018758	1354	0.7537623013617942	2	1	1	1	0	True	48844	fragment	False	FIJ0152_000000017352	0.5479991776574928		0	0	False	False	0.9985228776931763	0					non-mobilizable	no_good_hit								True	True
MON0101_000000049065	1352	0.7537623013617942	2	1	1	1	0	True	9016	maximal	True	MON0101_000000049065	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0030_000000026828	1350	0.7537623013617942	1	1	1	1	0	True	51131	fragment	False	MON0030_000000026828	1.0		0	0	False	False	0.9948148131370544	0					non-mobilizable	no_good_hit								True	True
ISR0085_000000020107	1346	0.7537623013617942	1	1	1	1	0	True	33952	fragment	False	ISR0085_000000020107	1.0		0	0	False	False	0.9903417825698853	0					non-mobilizable	no_good_hit								True	True
MON0101_000000049465	1342	0.7537623013617942	3	1	1	1	0	True	47602	fragment	False	MON0101_000000049465	0.927012791572611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0019_000000050003	1338	0.7537623013617942	1	1	1	1	0	True	13148	fragment	False	MON0019_000000050003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	85.36200000000001	85.0	0.00017299374785598886	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0199_000000019287	1336	0.7537623013617942	2	1	1	1	0	True	78770	fragment	False	ENG0199_000000019287	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	96.10799999999999	100.0	0.0004955857600949148	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ENG0043_000000026012	1335	0.7537623013617942	1	1	1	1	0	True	64566	fragment	False	ENG0043_000000026012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	74.707	69.0	0.3341902313624679	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
SPA0032_000000022399	1331	0.7537623013617942	1	1	1	1	0	True	85233	fragment	False	SPA0032_000000022399	0.976370276469878		0	0	False	False	0.992486834526062	0					non-mobilizable	other	1308.0	87.462	98.0	0.0003343209989224301	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
FIJ0050_000000019366	1329	0.7537623013617942	2	1	1	1	0	True	47602	fragment	False	MON0101_000000049465	0.922876304023845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0055_000000012491	1329	0.7537623013617942	1	1	1	1	0	True	35661	maximal	True	ISR0055_000000012491	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	89.40799999999999	24.0	0.1765039727582293	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
MON0005_000000041366	1322	0.7537623013617942	1	1	1	1	0	True	100743	fragment	False	SPA0125_000000022730	0.5837208844553767		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	95.915	100.0	0.00035075440097127083	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0109_000000018226	1322	0.7537623013617942	1	1	1	1	0	True	51141	fragment	False	FIJ0109_000000018226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000039026	1320	0.7537623013617942	2	1	1	1	0	True	85233	fragment	False	SPA0032_000000022399	0.9749873034782981		0	0	False	False	0.9984848499298096	0					non-mobilizable	other	1329.0	87.509	100.0	0.0003397050027394324	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
AUS0022_000000025828	1316	0.7537623013617942	1	1	1	1	0	True	100743	fragment	False	SPA0125_000000022730	0.5849338162442829		0	0	False	False	0.9908814430236816	0					non-mobilizable	other	1306.0	95.176	100.0	0.00039529319395992	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
FIJ0088_000000022759	1314	0.7537623013617942	1	1	1	1	0	True	43632	fragment	False	FIJ0088_000000022759	0.9847604084838963		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	88.28	99.0	0.0003967137564886169	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
FIJ0109_000000018360	1312	0.7537623013617942	2	1	1	1	0	True	42134	maximal	True	FIJ0109_000000018360	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0258_000000022438	1304	0.7537623013617942	1	1	1	1	0	True	79343	fragment	False	ENG0211_000000017395	0.27833297176429816		0	0	False	False	0.9976993799209595	0					non-mobilizable	other	1307.0	89.365	100.0	0.0004238092390414111	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
MON0006_000000017416	1301	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.16627581104675135		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	96.695	100.0	0.029714285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CHI0063_000000010850	1300	0.7537623013617942	2	1	1	1	0	True	85388	fragment	False	CHI0063_000000010850	1.0		0	0	False	False	0.9992307424545288	0					non-mobilizable	no_good_hit	1179.0	73.282	88.0	0.00029458192313027006	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
MON0024_000000040237	1300	0.7537623013617942	1	1	1	1	0	True	12886	maximal	True	MON0024_000000040237	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0051_000000014585	1296	0.7537623013617942	1	1	1	1	0	True	100743	fragment	False	SPA0125_000000022730	0.567802759536871		0	0	False	False	1.0	0					non-mobilizable	chromosome	1296.0	94.985	100.0	0.00039592009690411886	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
USA0020_01_000000026596	1295	0.7537623013617942	2	1	1	1	0	True	1764	fragment	False	USA0020_01_000000026596	1.0		0	0	False	False	0.9961389899253845	0					non-mobilizable	no_good_hit								True	True
TAN0015_000000004817	1294	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.12547740987338402		0	0	False	False	0.9814528822898865	0					non-mobilizable	other	1294.0	95.363	100.0	0.029554285714285713	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
DEN0089_000000015080	1294	0.7537623013617942	1	1	1	1	0	True	76428	fragment	False	DEN0089_000000015080	0.944019252899678		0	0	False	False	0.9992272257804871	0					non-mobilizable	other	1305.0	76.169	100.0	0.00047628204509496316	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MON0004_000000036442	1293	0.7537623013617942	2	1	1	1	0	True	14189	fragment	False	MON0004_000000036442	1.0		0	0	False	False	0.9729311466217041	0					non-mobilizable	no_good_hit								True	True
AUS0002_000000029103	1292	0.7537623013617942	2	1	1	1	0	True	102706	fragment	False	FIJ0061_000000018611	0.303019410496046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0850_000000012168	1292	0.7537623013617942	2	1	1	1	0	True	20569	fragment	False	ISR0850_000000012168	1.0		0	0	False	False	0.9845201373100281	0					non-mobilizable	other	1295.0	88.649	100.0	0.00043579883174856937	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
ITA0005_000000014343	1290	0.7537623013617942	1	1	1	1	0	True	20374	maximal	True	ITA0005_000000014343	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	99.619	81.0	0.0002790091825907836	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ISR0356_000000016726	1290	0.7537623013617942	2	1	1	1	0	True	23899	fragment	False	ISR0356_000000016726	1.0		0	0	False	False	0.9906976819038391	0					non-mobilizable	other	1258.0	80.763	96.0	0.00023133668495461018	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
USA0047_01_000000028186	1288	0.7537623013617942	2	1	1	1	0	True	1151	maximal	True	USA0047_01_000000028186	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	5.0	3.357758734576328e-05	LT607734.1	fusobacteria	Fusobacterium sp. P6 Po strain Fusobacterium gastrosuis sp. nov. CDW1, P6 Po genome assembly, chromosome: chr	True	True
USA0101_01_000000023474	1288	0.7537623013617942	2	1	1	1	0	True	91218	fragment	False	USA0101_01_000000023474	0.9996087636932707		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	83.538	99.0	0.00047665327038342377	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0354_000000014408	1286	0.7537623013617942	3	1	1	1	0	True	23990	maximal	True	ISR0354_000000014408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0014_000000038876	1281	0.7537623013617942	1	1	1	1	0	True	93440	fragment	False	CAN0014_000000038876	1.0		0	0	False	False	0.9851678609848022	0					non-mobilizable	other	1294.0	78.053	100.0	0.00032816785170299885	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
ISR0392_000000027589	1279	0.7537623013617942	2	1	1	1	0	True	22791	fragment	False	ISR0392_000000027589	1.0		0	0	False	False	0.9992181658744812	0					non-mobilizable	no_good_hit								True	True
ISR0062_000000030278	1279	0.7537623013617942	1	1	1	1	0	True	35306	fragment	False	ISR0062_000000030278	1.0		0	0	False	False	0.9984362721443176	0					non-mobilizable	other	1284.0	93.458	100.0	0.0034340788123766127	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	True
CAN0022_000000026053	1278	0.7537623013617942	2	1	1	1	0	True	91218	fragment	False	USA0101_01_000000023474	0.9957298136645962		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	83.645	99.0	0.00047071366576805396	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
FIJ0021_000000037247	1278	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.18514252430284062		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	95.305	100.0	0.02918857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0106_000000034837	1277	0.7537623013617942	2	1	1	1	0	True	51139	fragment	False	FIJ0061_000000020738	0.9127410992801471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0056_000000016310	1277	0.7537623013617942	2	1	1	1	0	True	86059	fragment	False	CHI0056_000000016310	1.0		0	0	False	False	0.9953014850616455	0					non-mobilizable	other	1302.0	78.264	100.0	0.007401022812158823	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	True
TAN0005_000000014977	1275	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.12355617684891852		0	0	False	False	0.9992156624794006	0					non-mobilizable	other	1275.0	96.54899999999999	100.0	0.02912	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0047_000000031348	1274	0.7537623013617942	1	1	1	1	0	True	11442	maximal	True	MON0047_000000031348	1.0		0	0	False	False	0.9795918464660645	0					non-mobilizable	no_good_hit								True	True
MON0065_000000020837	1273	0.7537623013617942	1	1	1	1	0	True	43632	fragment	False	FIJ0088_000000022759	0.9391800358854413		0	0	False	False	0.9630793333053589	0					non-mobilizable	other	1280.0	82.344	100.0	0.0003843885541265429	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
DEN0066_000000029514	1270	0.7537623013617942	2	1	1	1	0	True	80405	fragment	False	DEN0066_000000029514	1.0		0	0	False	False	0.9968503713607788	0					non-mobilizable	no_good_hit								True	True
SPA0026_000000027309	1268	0.7537623013617942	3	1	1	1	0	True	7507	fragment	False	SPA0026_000000027309	1.0		0	0	False	False	0.9984227418899536	0					non-mobilizable	no_good_hit	313.0	84.345	25.0	9.420397189389664e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
MON0012_000000045599	1266	0.7537623013617942	1	1	1	1	0	True	43632	fragment	False	FIJ0088_000000022759	0.9693532065880521		0	0	False	False	0.9992101192474365	0					non-mobilizable	other	1265.0	88.775	99.0	0.00038217767991498817	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MON0051_000000029283	1261	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.16323712111333527		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	95.79700000000001	100.0	0.0288	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0330_000000025745	1257	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.20368745256004894		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	95.545	100.0	0.028708571428571427	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0196_000000017738	1256	0.7537623013617942	2	1	1	1	0	True	28959	fragment	False	ISR0196_000000017738	1.0		0	0	False	False	0.9968152642250061	0					non-mobilizable	no_good_hit	980.0	88.265	78.0	0.00025099713032596555	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
SPA0093_000000029719	1256	0.7537623013617942	1	1	1	1	0	True	5256	fragment	False	SPA0093_000000029719	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1005.0	90.54700000000001	92.0	0.0051930821097803045	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	False	True
CHI0065_000000010880	1255	0.7537623013617942	1	1	1	1	0	True	85233	fragment	False	SPA0032_000000022399	0.6340909090909091		0	0	False	False	0.9824700951576233	0					non-mobilizable	other	1261.0	87.62899999999999	99.0	0.00032252746675185355	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
MAD0007_000000007630	1253	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.18350040908573717		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	95.211	100.0	0.028594285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0026_000000042645	1250	0.7537623013617942	1	1	1	1	0	True	12696	maximal	True	MON0026_000000042645	1.0		5	1	False	False	0.9968000054359436	0					non-mobilizable	no_good_hit								True	True
CHI0005_000000016383	1246	0.7537623013617942	2	1	1	1	0	True	90705	fragment	False	CHI0005_000000016383	1.0		0	0	False	False	0.995184600353241	0					non-mobilizable	other	1246.0	96.228	100.0	0.00039953762745892146	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0109_000000019597	1244	0.7537623013617942	1	1	1	1	0	True	59842	fragment	False	SPA0146_000000018905	0.7301547470295316		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	100.0	100.0	0.0003543842722948477	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
FIJ0109_000000019241	1243	0.7537623013617942	2	1	1	1	0	True	42132	fragment	False	FIJ0109_000000019241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0107_000000049921	1241	0.7537623013617942	2	1	1	1	0	True	48844	fragment	False	FIJ0152_000000017352	0.457218124165703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0106_000000022723	1241	0.7537623013617942	1	1	1	1	0	True	51140	fragment	False	FIJ0106_000000022723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000032086	1238	0.7537623013617942	2	1	1	1	0	True	37332	fragment	False	ISR0025_000000032086	1.0		0	0	False	False	0.9822294116020203	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000020371	1237	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.1429254331195732		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	96.766	100.0	0.02825142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0101_000000054067	1236	0.7537623013617942	1	1	1	1	0	True	50865	fragment	False	MON0101_000000054067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0026_000000026471	1232	0.7537623013617942	2	1	1	1	0	True	50868	fragment	False	FIJ0026_000000026471	0.9306290886847205		0	0	False	False	0.9991883039474487	0					non-mobilizable	no_good_hit								True	True
CHI0160_000000026292	1229	0.7537623013617942	2	1	1	1	0	True	78648	fragment	False	CHI0160_000000026292	1.0		0	0	False	False	0.9910496473312378	0					non-mobilizable	other	1231.0	88.87100000000001	100.0	0.00039943370765482686	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
CHI0018_000000014516	1226	0.7537623013617942	2	1	1	1	0	True	89505	maximal	True	CHI0018_000000014516	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1169.0	88.281	95.0	0.0007017869362813605	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0048_000000028316	1224	0.7537623013617942	1	1	1	1	0	True	48844	fragment	False	FIJ0152_000000017352	0.3555864712728431		0	0	False	False	0.9950980544090271	0					non-mobilizable	no_good_hit								True	True
FIJ0097_000000025769	1223	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.14341578898153998		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	96.727	99.0	0.02790857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0075_000000022181	1222	0.7537623013617942	1	1	1	1	0	True	10334	fragment	False	MON0075_000000022181	1.0		0	0	False	False	0.9991816878318787	0					non-mobilizable	no_good_hit	593.0	84.31700000000001	68.0	0.1983164983164983	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ISR0801_000000006596	1221	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.06237279504284739		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	94.59	99.0	0.027862857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0845_000000008736	1218	0.7537623013617942	1	1	1	1	0	True	20679	fragment	False	ISR0845_000000008736	1.0		0	0	False	False	0.9991790056228638	0					non-mobilizable	other	1219.0	94.42200000000001	100.0	0.0027617231519922727	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	True
MAD0076_000000005413	1217	0.7537623013617942	2	1	1	1	0	True	16231	maximal	True	MAD0076_000000005413	1.0		1	1	False	False	0.9991782903671265	0					non-mobilizable	no_good_hit	976.0	94.87700000000001	80.0	0.022285714285714287	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MON0106_000000036814	1215	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.10303500822300496		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	95.47	99.0	0.027725714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0146_000000018905	1213	0.7537623013617942	1	1	1	1	0	True	59842	fragment	False	SPA0146_000000018905	0.9389847393535093		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	99.75299999999999	100.0	0.0003455460482874943	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
MON0108_000000017897	1212	0.7537623013617942	1	1	1	1	0	True	43632	fragment	False	FIJ0088_000000022759	0.9365764943689662		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	88.35700000000001	99.0	0.0003658245937696559	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0068_000000016913	1211	0.7537623013617942	1	1	1	1	0	True	79022	fragment	False	ISR0068_000000016913	0.9510821079930696		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	96.947	100.0	0.00018666134376129544	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
FIJ0038_000000029740	1209	0.7537623013617942	2	1	1	1	0	True	47601	fragment	False	FIJ0038_000000029740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0156_000000017805	1206	0.7537623013617942	1	1	1	1	0	True	21107	fragment	False	SPA0156_000000017805	0.9979111191142827		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	96.186	100.0	0.000368404414493794	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ISR0773_000000015062	1205	0.7537623013617942	1	1	1	1	0	True	22489	fragment	False	ISR0773_000000015062	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0005_000000032841	1202	0.7537623013617942	1	1	1	1	0	True	76428	fragment	False	DEN0089_000000015080	0.7052571173030988		0	0	False	False	0.9775374531745911	0					non-mobilizable	other	1186.0	83.305	98.0	0.0067804401539964376	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	True
FIJ0041_000000032018	1201	0.7537623013617942	2	1	1	1	0	True	47339	fragment	False	FIJ0041_000000032018	0.9514824797843666		0	0	False	False	0.9991673827171326	0					non-mobilizable	no_good_hit								True	True
ISR0059_000000015189	1200	0.7537623013617942	1	1	1	1	0	True	35437	fragment	False	ISR0059_000000015189	1.0		0	0	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit	266.0	81.203	22.0	0.1492622020431328	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ENG0115_000000018123	1199	0.7537623013617942	2	1	1	1	0	True	78768	fragment	False	ENG0115_000000018123	0.9809610154125112		0	0	False	False	0.9916597008705139	0					non-mobilizable	other	1199.0	96.49700000000001	99.0	0.0019116248492082235	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
SPA0006_000000026180	1198	0.7537623013617942	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.6312363258448822		0	0	False	False	0.9891485571861267	0					non-mobilizable	chromosome	1200.0	95.25	100.0	0.00026776372993757324	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
MON0055_000000021872	1198	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.0428974428974429		0	0	False	False	0.9874791502952576	0					non-mobilizable	other	1197.0	95.823	99.0	0.02733714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
USA0084_01_000000026389	1193	0.7537623013617942	1	1	1	1	0	True	457	fragment	False	USA0084_01_000000026389	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	91.89	100.0	0.00038708343841895753	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
MAD0095_000000032157	1193	0.7537623013617942	1	1	1	1	0	True	50866	fragment	False	MAD0095_000000032157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0257_000000015193	1193	0.7537623013617942	1	1	1	1	0	True	26804	fragment	False	ISR0257_000000015193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	81.203	22.0	0.1492622020431328	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
USA0020_01_000000028950	1190	0.7537623013617942	1	1	1	1	0	True	1761	fragment	False	USA0020_01_000000028950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0149_000000022262	1187	0.7537623013617942	1	1	1	1	0	True	104314	fragment	False	DEN0055_000000001397	0.93424317617866		0	0	False	False	0.9713563323020935	0					non-mobilizable	plasmid	1008.0	93.84899999999999	97.0	0.3383838383838384	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	False	True
MON0017_000000016622	1187	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.14315632458451097		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	94.524	100.0	0.02710857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0017_000000016624	1187	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.14443910422143352		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	95.45100000000001	100.0	0.02710857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0053_000000034936	1185	0.7537623013617942	1	1	1	1	0	True	43632	fragment	False	FIJ0088_000000022759	0.38036529680365294		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	89.096	99.0	0.00035764805069698975	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
SPA0095_000000015940	1184	0.7537623013617942	2	1	1	1	0	True	5185	fragment	False	SPA0095_000000015940	1.0		0	0	False	False	0.9881756901741028	0					non-mobilizable	other	1080.0	91.759	100.0	0.005581785860512363	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	False	True
ENG0106_000000017715	1184	0.7537623013617942	2	1	1	1	0	True	60044	fragment	False	ENG0106_000000017715	1.0		0	0	False	False	0.9991554021835327	0					non-mobilizable	other	1184.0	99.831	100.0	0.00035833858119125315	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
USA0020_01_000000029159	1181	0.7537623013617942	1	1	1	1	0	True	50868	fragment	False	FIJ0026_000000026471	0.8996192864075426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0339_000000013306	1180	0.7537623013617942	3	1	1	1	0	True	122964	fragment	False	ISR0784_000000005990	0.0423091285085766		0	0	False	False	0.991525411605835	0					non-mobilizable	chromosome	1182.0	91.286	100.0	0.00017476935337118075	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
MON0076_000000041047	1179	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.10247117008746805		0	0	False	False	0.9991518259048462	0					non-mobilizable	other	1179.0	95.335	100.0	0.026925714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0102_000000037142	1177	0.7537623013617942	2	1	1	1	0	True	8928	fragment	False	MON0102_000000037142	1.0		0	0	False	False	0.9966015219688416	0					non-mobilizable	other	1178.0	89.04899999999999	100.0	0.0003561338760539034	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
FIJ0172_000000024678	1176	0.7537623013617942	1	1	1	1	0	True	48844	fragment	False	FIJ0152_000000017352	0.2916137365502204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0064_000000021881	1174	0.7537623013617942	1	1	1	1	0	True	45445	fragment	False	FIJ0064_000000021881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0156_000000020533	1174	0.7537623013617942	1	1	1	1	0	True	30569	fragment	False	ISR0156_000000020533	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	87.899	100.0	0.0004395307415373627	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
FIJ0102_000000028113	1173	0.7537623013617942	2	1	1	1	0	True	42598	fragment	False	FIJ0102_000000028113	0.9596704249783174		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	99.915	100.0	0.0018701371646678113	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0022_000000022820	1171	0.7537623013617942	1	1	1	1	0	True	37568	maximal	True	ISR0022_000000022820	1.0		1	1	False	False	0.999146044254303	0					non-mobilizable	no_good_hit								True	True
ENG0140_000000016034	1169	0.7537623013617942	1	1	1	1	0	True	57762	maximal	True	ENG0140_000000016034	1.0		1	1	False	False	0.9914456605911255	0					non-mobilizable	no_good_hit	954.0	76.625	81.0	0.0014919609632802078	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
MON0095_000000027719	1168	0.7537623013617942	1	1	1	1	0	True	9296	fragment	False	MON0095_000000027719	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	84.991	99.0	0.00035219702198187894	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
FIJ0009_000000038492	1167	0.7537623013617942	1	1	1	1	0	True	51139	fragment	False	FIJ0061_000000020738	0.6095014356564866		0	0	False	False	0.999143123626709	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000037875	1157	0.7537623013617942	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.08039753449104993		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	95.678	100.0	0.026422857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0140_000000031323	1156	0.7537623013617942	1	1	1	1	0	True	48844	fragment	False	FIJ0152_000000017352	0.2880567295411315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0009_000000038981	1155	0.7537623013617942	2	1	1	1	0	True	51127	fragment	False	FIJ0009_000000038981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0038_000000031270	1152	0.7537623013617942	2	1	1	1	0	True	47599	fragment	False	FIJ0038_000000031270	1.0		0	0	False	False	0.9982638955116272	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000040613	1148	0.7537623013617942	1	1	1	1	0	True	50864	fragment	False	FIJ0011_000000040613	0.9381255686988171		0	0	False	False	0.996515691280365	0					non-mobilizable	no_good_hit								True	True
SPA0114_000000040962	1146	0.7537623013617942	2	1	1	1	0	True	4412	fragment	False	SPA0114_000000040962	1.0		0	0	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit								True	True
SPA0050_000000022453	1146	0.7537623013617942	1	1	1	1	0	True	6570	fragment	False	USA0060_01_000000009051	0.9346092503987241		0	0	False	False	0.9834206104278564	0					non-mobilizable	other	1146.0	95.899	100.0	0.00030662204534846326	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0302_000000015067	1146	0.7537623013617942	1	1	1	1	0	True	79022	fragment	False	ISR0068_000000016913	0.7100988336085879		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	95.906	100.0	0.026764671566911678	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0215_000000026685	1144	0.7537623013617942	1	1	1	1	0	True	76428	fragment	False	DEN0089_000000015080	0.48065723793677206		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	83.23100000000001	99.0	0.00654484858932368	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	True
MON0035_000000025795	1142	0.7537623013617942	1	1	1	1	0	True	12187	fragment	False	MON0035_000000025795	1.0		0	0	False	False	0.9824868440628052	0					non-mobilizable	other	1142.0	95.359	100.0	0.02608	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0149_000000035559	1142	0.7537623013617942	1	1	1	1	0	True	13135	fragment	False	MON0019_000000055092	0.9462809917355373		0	0	False	False	0.9816111922264099	0					non-mobilizable	other	1142.0	95.53399999999999	100.0	0.0025871314584755196	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	True
ISR0843_000000013817	1142	0.7537623013617942	1	1	1	1	0	True	21107	fragment	False	SPA0156_000000017805	0.9678327098709264		0	0	False	False	0.9921190738677979	0					non-mobilizable	chromosome	1142.0	96.06	100.0	0.0003488377070020074	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
MON0064_000000026167	1141	0.7537623013617942	1	1	1	1	0	True	10691	maximal	True	MON0064_000000026167	1.0		0	0	False	False	0.9903593063354492	0					non-mobilizable	no_good_hit	674.0	75.668	59.0	0.0035040487738448164	NZ_KI912451.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
SPA0102_000000026965	1138	0.7537623013617942	1	1	1	1	0	True	4884	fragment	False	SPA0102_000000026965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	81.663	37.0	0.00012811313336324743	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
SPA0131_000000025379	1136	0.7537623013617942	1	1	1	1	0	True	3755	fragment	False	SPA0131_000000025379	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	81.67399999999999	99.0	0.004019393125229999	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0126_000000044070	1135	0.7537623013617942	2	1	1	1	0	True	79019	fragment	False	ISR0126_000000044070	0.9995471014492754		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	85.11399999999999	100.0	0.00041985580124895034	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
DEN0094_000000035063	1135	0.7537623013617942	2	1	1	1	0	True	68252	maximal	True	DEN0094_000000035063	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1037.0	84.764	91.0	0.0008085567144781155	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
CAN0022_000000029626	1133	0.7537623013617942	1	1	1	1	0	True	91161	maximal	True	CAN0022_000000029626	1.0		1	1	False	False	0.9947043061256409	0					non-mobilizable	no_good_hit	886.0	97.291	78.0	0.0003684194970095577	NZ_UGTL01000001.1	CFB group bacteria	Prevotella disiens strain NCTC11157, whole genome shotgun sequence	True	True
ISR0073_000000024835	1133	0.7537623013617942	2	1	1	1	0	True	34756	fragment	False	ISR0073_000000024835	1.0		0	0	False	False	0.9735216498374939	0					non-mobilizable	no_good_hit								True	True
SPA0035_000000018572	1133	0.7537623013617942	2	1	1	1	0	True	7112	maximal	True	SPA0035_000000018572	1.0		17	7	False	False	0.9726390242576599	0					non-mobilizable	other	630.0	92.381	93.0	0.00016075097110764084	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
MON0108_000000019087	1128	0.7537623013617942	1	1	1	1	0	True	8519	maximal	True	MON0108_000000019087	1.0		0	0	False	False	0.9929078221321106	0					non-mobilizable	other	936.0	75.962	99.0	0.00015578604602130638	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
FIJ0038_000000032107	1124	0.7537623013617942	1	1	1	1	0	True	50868	fragment	False	FIJ0026_000000026471	0.6063311688311689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0053_000000036987	1124	0.7537623013617942	1	1	1	1	0	True	11157	maximal	True	MON0053_000000036987	1.0		1	1	False	False	0.9741992950439453	0					non-mobilizable	no_good_hit								True	True
USA0010_01_000000023127	1123	0.7537623013617942	2	1	1	1	0	True	122964	fragment	False	ISR0784_000000005990	0.0410892594747054		0	0	False	False	1.0	0					non-mobilizable	chromosome	1123.0	100.0	100.0	0.0001663199444295715	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
CHI0138_000000012647	1123	0.7537623013617942	2	1	1	1	0	True	80404	fragment	False	CHI0138_000000012647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0155_000000011785	1120	0.7537623013617942	1	1	1	1	0	True	79022	fragment	False	ISR0068_000000016913	0.6966814886230496		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	98.929	100.0	0.0003591024940775366	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0230_000000032299	1119	0.7537623013617942	1	1	1	1	0	True	27501	fragment	False	ISR0230_000000032299	1.0		0	0	False	False	0.9991063475608826	0					non-mobilizable	no_good_hit	63.0	95.238	6.0	0.003997163303462059	NZ_CP039400.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-4	True	True
ISR0252_000000012421	1117	0.7537623013617942	1	1	1	1	0	True	59842	fragment	False	SPA0146_000000018905	0.47588623248145095		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	98.65700000000001	100.0	0.0003181760642647225	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
FIJ0100_000000016497	1117	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.102965013954108		0	0	False	False	0.9973142147064209	0					non-mobilizable	other	1117.0	95.70299999999999	100.0	0.02550857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0016_000000030684	1114	0.7537623013617942	1	1	1	1	0	True	7850	maximal	True	SPA0016_000000030684	1.0		1	1	False	False	0.979353666305542	0					non-mobilizable	chromosome	1114.0	99.91	100.0	0.0003212983571348154	LR738849.1	d-proteobacteria	Desulfovibrio sp. 86 genome assembly, chromosome: DESU86	False	True
FIJ0130_000000018654	1113	0.7537623013617942	1	1	1	1	0	True	47339	fragment	False	FIJ0041_000000032018	0.9184013322231473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0080_000000053257	1110	0.7537623013617942	1	1	1	1	0	True	10001	fragment	False	MON0080_000000053257	1.0		0	0	False	False	0.9972972869873047	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	0.0001520957319975076	NZ_RRYT01000006.1	high GC Gram+	Thermomonospora catenispora strain 3-22-3 Scaffold6, whole genome shotgun sequence	True	True
MON0011_000000042163	1109	0.7537623013617942	1	1	1	1	0	True	13619	fragment	False	MON0011_000000042163	1.0		0	0	False	False	0.9855725765228271	0					non-mobilizable	other	1093.0	99.81700000000001	98.0	0.0039014909268899186	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0776_000000021199	1108	0.7537623013617942	1	1	1	1	0	True	22398	fragment	False	ISR0776_000000021199	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1055.0	94.02799999999999	100.0	0.0003181711978390923	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0798_000000011042	1108	0.7537623013617942	1	1	1	1	0	True	21907	fragment	False	ISR0798_000000011042	1.0		0	0	False	False	0.9954873919487	0					non-mobilizable	no_good_hit	768.0	92.708	69.0	0.0002186747681819374	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
MAD0107_000000035824	1107	0.7537623013617942	1	1	1	1	0	True	14628	fragment	False	MAD0107_000000035824	1.0		0	0	False	False	0.9900632500648499	0					non-mobilizable	no_good_hit	985.0	94.11200000000001	89.0	0.0002612057395111812	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ENG0182_000000025256	1107	0.7537623013617942	2	1	1	1	0	True	55194	fragment	False	ENG0182_000000025256	1.0		0	0	False	False	0.9990966320037842	0					non-mobilizable	other	1107.0	90.605	100.0	0.003951510041337225	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0119_01_000000022146	1105	0.7537623013617942	1	1	1	1	0	True	216	maximal	True	USA0119_01_000000022146	1.0		0	0	False	False	0.9990950226783752	0					non-mobilizable	no_good_hit	587.0	96.934	53.0	0.00011173572099476063	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
CHI0155_000000011988	1104	0.7537623013617942	1	1	1	1	0	True	79019	fragment	False	ISR0126_000000044070	0.9859030837004406		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	85.302	100.0	0.0004076053667297502	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
CHI0159_000000014923	1103	0.7537623013617942	2	1	1	1	0	True	78768	fragment	False	ENG0115_000000018123	0.9420350291909925		0	0	False	False	0.9918404221534729	0					non-mobilizable	other	1103.0	99.54700000000001	100.0	0.0017584395524436246	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
FIJ0112_000000025834	1102	0.7537623013617942	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.06299669631629123		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	96.007	100.0	0.025165714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
DEN0018_000000037504	1101	0.7537623013617942	2	1	1	1	0	True	74926	fragment	False	DEN0018_000000037504	1.0		0	0	False	False	1.0	0					non-mobilizable	other	944.0	84.64	99.0	0.0002835206356678047	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
FIJ0129_000000020837	1099	0.7537623013617942	1	1	1	1	0	True	50864	fragment	False	FIJ0011_000000040613	0.919425087108014		0	0	False	False	0.9909008145332336	0					non-mobilizable	no_good_hit								True	True
ISR0825_000000022033	1099	0.7537623013617942	1	1	1	1	0	True	21107	fragment	False	SPA0156_000000017805	0.9436341352199888		0	0	False	False	0.993630588054657	0					non-mobilizable	chromosome	1099.0	96.087	100.0	0.00033569132540596335	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
MON0043_000000027389	1075	0.7537623013617942	1	1	1	1	0	True	11651	fragment	False	MON0043_000000027389	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1075.0	95.535	100.0	0.02454857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0101_000000061548	1064	0.7537623013617942	1	1	1	1	0	True	8990	fragment	False	MON0101_000000061548	1.0		0	0	False	False	0.9746240377426147	0					non-mobilizable	no_good_hit								True	True
MON0047_000000036629	1057	0.7537623013617942	1	1	1	1	0	True	11432	fragment	False	MON0047_000000036629	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1057.0	95.648	100.0	0.024137142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0065_000000024551	1036	0.7537623013617942	1	1	1	1	0	True	10655	fragment	False	MON0065_000000024551	0.9715250965250966		0	0	False	False	1.0	0					non-mobilizable	chromosome	1036.0	94.884	100.0	0.00031643034771873594	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
MON0065_000000024554	1036	0.7537623013617942	1	1	1	1	0	True	10655	fragment	False	MON0065_000000024551	0.9715250965250966		0	0	False	False	1.0	0					non-mobilizable	other	1036.0	94.884	100.0	0.0003135083952095917	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MON0081_000000046709	1036	0.7537623013617942	1	1	1	1	0	True	10655	fragment	False	MON0065_000000024551	0.9715250965250966		0	0	False	False	1.0	0					non-mobilizable	other	1036.0	94.884	100.0	0.0003135083952095917	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MON0081_000000046713	1036	0.7537623013617942	1	1	1	1	0	True	10655	fragment	False	MON0065_000000024551	0.9715250965250966		0	0	False	False	1.0	0					non-mobilizable	chromosome	1036.0	94.884	100.0	0.00031643034771873594	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
MON0025_000000001378	10789	0.7537596753278744	16	6	5	5	5	True	53607	maximal	False	ETH0001_000000001592	0.9609472743521001		0	0	False	True	0.9999073147773743	0					non-mobilizable	no_good_hit	4038.0	93.09100000000001	82.0	0.33606215019630775	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
ISR0207_000000003829	6128	0.7537560835015709	8	7	5	6	7	False	72052	maximal	True	ISR0207_000000003829	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	72.0	10.0	0.00017975927471922476	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0284_000000008320	1634	0.7537560685376056	3	3	3	2	2	False	30789	fragment	False	ISR0284_000000008320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	97.227	75.0	0.018536172015676304	NZ_CABMGA010000015.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0093_000000023546	1899	0.7537552774271213	2	2	2	2	1	False	130945	maximal	True	MON0093_000000023546	1.0		10	7	False	False	0.9873617887496948	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000031651	1137	0.7537543672320788	2	2	2	2	2	False	5463	fragment	False	SPA0095_000000016401	0.9559027403542363		0	0	False	False	1.0	0					non-mobilizable	chromosome	1137.0	100.0	100.0	0.0002288181562372788	CP054454.1	enterobacteria	Escherichia coli strain SCU-487 chromosome, complete genome	False	False
AST0046_000000001581	11864	0.7537465109680487	20	15	2	5	14	True	117338	maximal	True	AST0046_000000001581	1.0		7	5	False	False	1.0	0					non-mobilizable	chromosome	6831.0	94.27600000000001	96.0	0.0028237555198966095	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
ISR0324_000000014354	2144	0.7537461410880277	2	1	1	1	1	False	76405	fragment	False	ISR0324_000000014354	1.0		0	0	False	False	0.9981343150138855	0					non-mobilizable	no_good_hit	249.0	91.566	17.0	6.878981105452264e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0121_000000021367	1205	0.7537351951784208	2	1	1	1	1	False	41453	fragment	False	FIJ0121_000000021367	1.0		0	0	False	False	0.9883817434310913	0					non-mobilizable	no_good_hit								True	False
ISR0807_000000001575	8238	0.7537333584993711	11	6	4	5	4	True	36819	fragment	False	ISR0807_000000001575	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1564.0	73.402	19.0	0.19130651388715905	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0089_000000002600	7697	0.7537272404691505	10	6	4	4	5	True	126176	fragment	False	ISR0282_000000002188	0.7812322806794519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	85.24	8.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0142_000000010593	2993	0.7537254465810457	3	3	3	3	1	False	115900	fragment	False	FIJ0126_000000010686	0.5640492517208209		0	0	False	False	0.9986635446548462	0					non-mobilizable	no_good_hit	1356.0	84.21799999999999	59.0	0.00046302087706641485	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0016_000000016928	2861	0.7537254465810457	3	3	3	3	1	False	115900	fragment	False	FIJ0126_000000010686	0.5590670412415774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	83.866	58.0	0.0004064713250930926	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0100_000000015465	2777	0.7537254465810457	3	3	3	3	1	False	115900	fragment	False	FIJ0126_000000010686	0.48146541189221076		0	0	False	False	0.9996399283409119	0					non-mobilizable	no_good_hit	1213.0	84.501	56.0	0.00041435398991361626	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0027_000000014584	2738	0.7537254465810457	3	3	3	3	1	False	115900	fragment	False	FIJ0126_000000010686	0.4661246419978826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	79.154	52.0	0.00029304900566124326	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0076_000000029898	1606	0.7537189437662779	2	2	2	2	2	False	126789	maximal	True	MON0076_000000029898	1.0		1	1	False	False	0.9987546801567078	0					non-mobilizable	chromosome	1423.0	79.691	93.0	0.0006020270817852075	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
CHI0116_000000006424	2639	0.7537056638955821	3	3	3	3	2	False	106237	maximal	True	CHI0116_000000006424	1.0		38	6	False	False	0.9996210932731628	0					non-mobilizable	no_good_hit	2198.0	95.723	83.0	0.008416191002270914	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0094_000000002959	8375	0.753700059785511	6	4	3	4	2	True	131955	fragment	False	ISR0156_000000002878	0.6411334956829754		0	0	False	True	0.9998806118965149	0					non-mobilizable	no_good_hit	108.0	98.148	1.0	0.1204954954954955	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
FIJ0126_000000037331	1127	0.7536972432601456	1	1	1	1	1	False	41071	fragment	False	FIJ0126_000000037331	1.0		0	0	False	False	0.9991126656532288	0					non-mobilizable	other	1128.0	96.809	100.0	0.016132264529058117	NZ_JH379471.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1440, whole genome shotgun sequence	False	False
MON0102_000000005508	7476	0.7536772112537699	15	5	2	4	4	False	11151	backbone	False	MON0054_000000003766	1.0	PS25	0	0	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
MON0054_000000003766	7476	0.7536772112537699	15	5	2	4	4	False	11151	backbone	True	MON0054_000000003766	1.0	PS25	2	1	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
FIJ0147_000000002499	6711	0.7536727759486245	14	7	3	7	4	True	74370	maximal	True	FIJ0147_000000002499	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	98.667	1.0	0.00016760928011814189	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0370_000000003747	6516	0.7536597218765302	9	9	7	6	8	False	128469	fragment	False	ISR0213_000000003110	0.9544061935102987		0	0	False	False	0.9981583952903748	0					non-mobilizable	other	6517.0	98.251	100.0	0.024995396796170133	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0858_000000003416	2685	0.7536587674116891	3	3	3	3	3	False	49125	fragment	False	FIJ0026_000000010925	0.9564582675363313		0	0	False	False	1.0	0					non-mobilizable	other	2685.0	99.367	100.0	0.0032697534406114586	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0037_000000027651	2500	0.7536587674116891	3	3	3	3	3	False	49125	fragment	False	FIJ0026_000000010925	0.630788330229671		0	0	False	False	0.9968000054359436	0					non-mobilizable	other	2502.0	98.921	100.0	0.0030468157060243137	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0027_000000017593	1303	0.7536582045331687	1	1	1	1	1	False	102679	fragment	False	ENG0027_000000017593	0.8252652667766552		0	0	False	False	0.9969301819801331	0					non-mobilizable	other	1312.0	80.71600000000001	99.0	0.0069014333746239605	NZ_PDYG01000134.1	firmicutes	Agathobacter ruminis strain JK623 contig000135, whole genome shotgun sequence	False	False
ENG0019_000000000562	28220	0.7536567361780088	41	25	16	17	20	True	125400	maximal	False	USA0045_01_000000000440	0.5799683881018423		0	0	False	False	1.0	0					non-mobilizable	other	11509.0	97.697	94.0	0.003232991804545636	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0047_000000028600	1394	0.7536556623759378	1	1	1	1	1	False	91474	fragment	False	CAN0021_000000028888	0.9401540154015402		0	0	False	False	0.9856528043746948	0					non-mobilizable	no_good_hit	912.0	75.0	65.0	0.0005014975812556018	CP051151.1	bacteria	Tenericutes bacterium zrk29 chromosome, complete genome	True	False
MAD0033_000000015122	1382	0.7536556623759378	1	1	1	1	1	False	18856	fragment	False	MAD0033_000000015122	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	99.493	100.0	0.0005055176834185441	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
FIJ0090_000000035980	1307	0.7536531151261183	2	2	2	1	1	False	83373	maximal	True	FIJ0090_000000035980	1.0		109	11	False	False	1.0	0					non-mobilizable	chromosome	1308.0	96.713	100.0	0.0003658040650431534	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0205_000000001307	15213	0.7536524866432692	19	12	5	10	5	False	132288	fragment	False	CHI0140_000000001647	0.3351122709966531		0	0	False	False	1.0	0					non-mobilizable	other	15230.0	94.544	100.0	0.0035438556215955422	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0117_000000012019	1693	0.7536520265407816	3	3	3	3	3	False	41610	fragment	False	FIJ0117_000000012019	1.0		0	0	False	False	0.9893679618835449	0					non-mobilizable	no_good_hit	96.0	84.375	6.0	0.0009738096458408078	NZ_JAAXPT010000008.1	firmicutes	Gemella sanguinis strain SS1508 SS1508_8, whole genome shotgun sequence	True	False
ISR0121_000000003466	6435	0.7536498069583071	5	5	5	3	5	True	116006	maximal	True	ISR0121_000000003466	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2261.0	72.623	35.0	0.04229096640650221	NZ_JAAITU010000030.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_30_length_52659_cov_153.326, whole genome shotgun sequence	True	True
SPA0067_000000015348	1353	0.7536461552326047	2	2	2	2	2	False	83377	fragment	False	CHI0110_000000007251	0.9635776633691312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0073_000000008016	1340	0.7536461552326047	2	2	2	2	2	False	83377	fragment	False	CHI0110_000000007251	0.9607060023749896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0176_000000005736	1339	0.753637466602358	2	2	2	2	2	False	77705	fragment	False	CHI0176_000000005736	1.0		0	0	False	False	0.9805825352668762	0					non-mobilizable	no_good_hit	741.0	88.39399999999999	55.0	0.004908835904628331	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0323_000000009003	2275	0.7536329449535449	2	2	1	2	1	False	55313	fragment	False	ISR0323_000000009003	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1191.0	98.069	100.0	0.023543842988287433	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0791_000000006322	2812	0.7536290257171768	6	3	1	3	2	True	87648	fragment	False	ENG0060_000000008664	0.6472294342957262		0	0	False	False	0.9935988783836365	0					non-mobilizable	other	1473.0	99.59299999999999	97.0	0.0003941900879938322	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0078_000000037841	1258	0.7536290102916849	2	2	2	2	2	False	58300	fragment	False	ISR0282_000000019115	0.9590259886626872		0	0	False	False	0.975357711315155	0					non-mobilizable	no_good_hit	435.0	74.71300000000001	34.0	9.755957994034326e-05	NZ_CP013745.1	high GC Gram+	Arthrobacter alpinus strain A3 chromosome, complete genome	True	False
ENG0174_000000001931	7776	0.7536258014408724	11	7	5	6	6	False	126473	fragment	False	ENG0174_000000001931	0.9820097025552098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2497.0	93.272	78.0	0.0005635935320911198	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0179_000000019896	1656	0.7536246556191243	3	2	2	2	2	False	55378	fragment	False	ENG0179_000000019896	1.0		0	0	False	False	0.9800724387168884	0					non-mobilizable	no_good_hit	90.0	83.333	5.0	0.002709526448672948	NZ_FOHN01000031.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
FIJ0014_000000012783	1924	0.7536203863403391	2	2	2	2	2	False	95284	fragment	False	CAN0007_000000019987	0.6600531036900492		0	0	False	False	0.9989604949951172	0					non-mobilizable	chromosome	1924.0	96.67399999999999	100.0	0.0006408752524876832	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0096_000000015492	1277	0.7536177529502657	2	2	2	1	1	False	19856	fragment	False	MAD0007_000000007194	0.9680365296803652		0	0	False	False	0.9953014850616455	0					non-mobilizable	chromosome	1280.0	87.5	100.0	0.0005230172908692712	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0026_000000004364	5113	0.7536138741626992	5	3	3	2	3	False	37312	maximal	True	ISR0026_000000004364	1.0		0	0	False	False	0.9998044371604919	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000011973	3251	0.7536121391360748	3	3	1	3	2	False	101169	maximal	True	MAD0107_000000011973	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	91.309	28.0	0.00022994460255729341	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0182_000000026128	1532	0.7536115443617304	3	3	3	3	3	False	29529	maximal	True	ISR0182_000000026128	1.0		11	4	False	False	0.9830287098884583	0					non-mobilizable	other	1435.0	88.78	93.0	0.009792797067662451	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0004_000000005726	1852	0.7536062377540232	2	2	2	2	0	True	131085	maximal	True	MAD0004_000000005726	1.0		1	1	False	False	0.9546436071395874	0					non-mobilizable	no_good_hit	215.0	96.279	12.0	0.00044747687861876014	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0025_000000013251	2671	0.7535979964493158	2	2	2	2	0	True	124577	fragment	False	AST0025_000000013251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	81.71300000000001	56.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0084_000000010158	2430	0.7535979964493158	2	2	2	2	0	True	124576	fragment	False	ISR0084_000000010158	1.0		0	0	False	False	0.9769547581672668	0					non-mobilizable	no_good_hit	1214.0	81.878	61.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0149_000000014314	1877	0.7535979964493158	2	2	2	2	0	True	120836	fragment	False	MAD0048_000000012101	0.6130635427760028		0	0	False	False	0.9925413131713867	0					non-mobilizable	no_good_hit	1089.0	80.992	73.0	0.002258294527608696	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0002_000000035897	1271	0.7535973474259431	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.0760505251978262		0	0	False	False	0.9952793121337891	0					non-mobilizable	plasmid	1271.0	99.37100000000001	100.0	0.011014170988500166	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0002_000000025656	1136	0.7535973474259431	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.045069823370075604		0	0	False	False	0.9991196990013123	0					non-mobilizable	other	1136.0	99.208	100.0	0.15565002742731762	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
SPA0105_000000004987	5596	0.7535868395215194	3	3	3	3	3	False	58741	fragment	False	SPA0105_000000004987	0.9765376705926341		0	0	False	False	0.9966047406196594	0					non-mobilizable	no_good_hit	3293.0	86.669	79.0	0.001572683628875371	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
MON0106_000000037114	1207	0.7535847713214829	2	2	2	2	2	False	109060	fragment	False	AST0094_000000019087	0.9801816680429397		0	0	False	False	0.9577465057373047	0					non-mobilizable	chromosome	1207.0	95.029	100.0	0.0004966605140065678	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0791_000000011757	1570	0.7535806608047633	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.415517527014926		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	97.431	98.0	0.0004284449159850827	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0084_000000006039	5032	0.7535732923649942	10	4	2	4	1	False	111554	maximal	True	AST0084_000000006039	1.0		1	1	False	False	0.9994038343429565	0					non-mobilizable	no_good_hit	1666.0	92.137	83.0	0.26194242328377093	CP021601.1	other sequences	Unidentified plasmid plasmid FAKO05_000706F, complete sequence	True	False
USA0063_01_000000009500	2141	0.7535664137487972	3	3	3	3	3	False	13657	fragment	False	USA0063_01_000000009500	1.0		0	0	False	False	0.9971975684165955	0					non-mobilizable	chromosome	2112.0	99.76299999999999	99.0	0.0005903060615288508	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0015_000000015272	1387	0.7535644929365694	4	2	1	1	1	True	19413	fragment	False	MAD0015_000000015272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	84.38	60.0	0.2292519538518794	X66730.1	b-proteobacteria	B.bronchiseptica plasmid pBBR1 genes for mobilization and replication	True	True
FIJ0001_000000009415	2099	0.7535619242735195	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.2808769005331124		0	0	False	False	0.9995235800743103	0					non-mobilizable	no_good_hit	1744.0	85.206	85.0	0.00048572317805571473	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0031_000000013289	1100	0.7535553758265678	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.00853826176560191		0	0	False	False	1.0	0					non-mobilizable	chromosome	1101.0	90.736	100.0	0.0003809780085411575	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0170_000000004889	2025	0.7535490128143809	3	3	3	3	1	True	77973	maximal	True	CHI0170_000000004889	1.0		6	2	False	False	0.9886419773101807	0					non-mobilizable	other	2005.0	85.087	98.0	0.008467723156259129	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	True
ISR0018_000000004895	4415	0.7535455765474209	6	2	0	1	1	False	48097	maximal	True	ISR0018_000000004895	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	76.65100000000001	33.0	0.1280819434372734	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MON0105_000000020730	2614	0.7535455765474209	2	2	0	1	1	False	75605	maximal	True	MON0105_000000020730	1.0		1	1	False	False	0.9992349147796631	0					non-mobilizable	no_good_hit	1439.0	90.54899999999999	55.0	0.12980420594633793	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MON0040_000000014779	1868	0.7535427400032725	2	2	2	2	1	True	128081	fragment	False	MON0040_000000014779	1.0		0	0	False	False	0.9587794542312622	0					non-mobilizable	no_good_hit	1590.0	89.057	84.0	0.23953911461491814	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0006_01_000000004658	5166	0.7535413347872765	5	3	3	3	1	True	120259	fragment	False	DEN0010_000000008016	0.6274738067520372		0	0	False	False	0.9994192719459534	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.0003272912125791244	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
USA0034_01_000000025289	2094	0.7535384801896202	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.405403712725625	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2095.0	92.554	100.0	0.9064530099610221	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0133_000000005441	3488	0.7535290737105822	3	3	3	3	2	False	65812	maximal	True	ISR0133_000000005441	1.0		8	3	False	False	0.9931192398071289	0					non-mobilizable	no_good_hit	58.0	87.931	2.0	0.000399741921005386	MH321491.1	viruses	Staphylococcus phage Twillingate, complete genome	True	False
MAD0070_000000005930	3062	0.7535260629827503	5	2	1	2	1	False	41486	fragment	False	MAD0070_000000005930	0.9655294953802417		0	0	False	False	0.9947746396064758	0					non-mobilizable	no_good_hit	67.0	100.0	2.0	2.2215213584131873e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ETH0005_000000022367	2106	0.7535236346349969	2	1	1	1	1	False	52744	maximal	True	ETH0005_000000022367	1.0		2	2	False	False	0.9995251893997192	0					non-mobilizable	no_good_hit	605.0	74.05	28.0	9.928066795765076e-05	NZ_LR590484.1	CFB group bacteria	Sphingobacterium thalpophilum strain NCTC11429 chromosome 1	True	False
AST0116_000000004308	5792	0.7535222052082632	9	4	3	3	2	False	106282	fragment	False	AST0116_000000004308	1.0		0	0	False	False	0.9994820356369019	0					non-mobilizable	no_good_hit	172.0	83.721	6.0	0.0005226437734261928	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0010_000000008016	5154	0.7535190425273254	6	3	3	3	1	True	120259	fragment	False	DEN0010_000000008016	0.9147204000183384		0	0	False	False	0.9998059868812561	0					non-mobilizable	no_good_hit	108.0	76.852	2.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
ISR0814_000000011953	3261	0.7535188017296611	3	3	3	3	3	False	106236	fragment	False	ISR0814_000000011953	0.702036362407979		0	0	False	False	1.0	0					non-mobilizable	other	3261.0	99.01899999999999	100.0	0.012505370404468176	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0169_000000007021	3249	0.7535188017296611	3	3	3	3	3	False	106236	fragment	False	ISR0814_000000011953	0.6514267621395535		0	0	False	False	1.0	0					non-mobilizable	other	3249.0	98.92299999999999	100.0	0.01245933836616952	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0094_000000003299	4056	0.7535054208084249	5	5	4	4	4	False	15631	maximal	True	MAD0094_000000003299	1.0		4	4	False	False	0.9985207319259644	0					non-mobilizable	chromosome	3911.0	99.54	100.0	0.0007629287645022319	CP011574.1	enterobacteria	Klebsiella aerogenes strain CAV1320 chromosome, complete genome	False	False
ISR0143_000000013959	2150	0.7535007716159959	4	2	2	2	1	True	66487	fragment	False	ENG0020_000000008743	0.9389878822204105		0	0	False	False	0.9944186210632324	0					non-mobilizable	other	2150.0	98.23299999999999	100.0	0.0005754853934094738	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0058_000000012867	2008	0.7534980696180061	3	1	1	1	1	False	35500	fragment	False	ISR0058_000000012867	1.0		0	0	False	False	0.9960159659385681	0					non-mobilizable	no_good_hit	269.0	84.015	13.0	0.0008530637866374801	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0055_000000005321	2611	0.7534969983391754	4	2	2	2	2	False	114051	maximal	True	FIJ0055_000000005321	1.0		13	5	False	False	0.9858291745185852	0					non-mobilizable	no_good_hit	1237.0	95.39200000000001	47.0	0.001976752368584351	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ISR0834_000000014738	1242	0.7534969472241321	3	2	2	2	2	False	65564	fragment	False	FIJ0050_000000018867	0.7137601619306476		0	0	False	False	0.9855072498321533	0					non-mobilizable	no_good_hit	1086.0	74.40100000000001	86.0	0.0003736582114877592	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0066_000000009238	3225	0.7534954331177386	2	1	1	1	1	False	75713	fragment	False	MON0066_000000009238	1.0		0	0	False	False	0.9941084980964661	0					non-mobilizable	other	1930.0	96.21799999999999	100.0	0.00855702521482025	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0258_000000009942	2372	0.7534954331177386	2	1	1	1	1	False	75712	fragment	False	DEN0011_000000018017	0.9718106995884774		0	0	False	False	0.998735249042511	0					non-mobilizable	other	2360.0	99.915	99.0	0.010552024297836365	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0307_000000007956	1439	0.7534954331177386	1	1	1	1	1	False	25430	fragment	False	MON0090_000000041510	0.9597124620636743		0	0	False	False	0.9986101388931274	0					non-mobilizable	other	1403.0	99.64399999999999	100.0	0.006271275144369048	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0206_000000018347	1425	0.7534954331177386	1	1	1	1	1	False	71619	fragment	False	FIJ0111_000000013908	0.786267395620316		0	0	False	False	0.9782456159591675	0					non-mobilizable	other	1407.0	96.304	99.0	0.04889414383085269	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	False	False
MON0103_000000042683	1361	0.7534954331177386	1	1	1	1	1	False	25430	fragment	False	MON0090_000000041510	0.7216421474586867		0	0	False	False	0.9728140830993652	0					non-mobilizable	other	1359.0	99.55799999999999	99.0	0.006074459091336068	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0270_000000006572	1331	0.7534954331177386	1	1	1	1	1	False	39382	maximal	False	FIJ0159_000000018680	0.9525018129079043		0	0	False	False	0.9977460503578186	0					non-mobilizable	chromosome	1333.0	83.646	100.0	0.00035478691577865457	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0814_000000032557	1295	0.7534930657306818	2	2	2	2	1	False	21500	maximal	True	ISR0814_000000032557	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	88.204	85.0	0.0001574553876401686	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0080_000000019776	2561	0.7534849369714682	3	3	2	3	2	False	122418	fragment	False	MON0080_000000019776	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1262.0	92.789	49.0	0.5456907752273712	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0042_000000002282	8663	0.7534831838341065	3	3	3	2	2	False	36389	maximal	True	ISR0042_000000002282	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3117.0	90.568	54.0	0.04423733636881047	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0096_000000002503	11481	0.7534741952585172	19	8	6	6	5	False	47408	maximal	True	SPA0096_000000002503	1.0		1	1	False	False	0.9998257756233215	0					non-mobilizable	no_good_hit	84.0	95.238	1.0	3.1866837037658826e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
AUS0008_000000006370	3472	0.753461977020682	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.9067330052783639		0	0	False	False	0.9997119903564453	0					non-mobilizable	plasmid	2995.0	96.561	100.0	0.24146833400564743	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0005_000000019741	1783	0.7534600975573603	2	2	2	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.9844453061711856		0	0	False	False	0.9943915009498596	0					non-mobilizable	other	1785.0	97.311	100.0	0.10330434782608695	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ENG0058_000000020702	1651	0.7534600975573603	2	2	2	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.8724993908328625		0	0	False	False	0.9909145832061768	0					non-mobilizable	other	1673.0	98.38600000000001	100.0	0.09692753623188406	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
FIJ0142_000000024339	1494	0.7534600975573603	2	2	2	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.30666394594849083		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	99.13	100.0	0.08655072463768115	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
FIJ0061_000000023266	1246	0.7534587405565393	2	2	2	2	2	False	45764	fragment	False	FIJ0061_000000023266	1.0		0	0	False	False	0.9887640476226807	0					non-mobilizable	no_good_hit	853.0	70.692	66.0	0.0024502369249526593	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
DEN0089_000000007125	2691	0.7534484635383966	3	3	3	3	1	False	68850	maximal	True	DEN0089_000000007125	1.0		1	1	False	False	0.994425892829895	0					non-mobilizable	no_good_hit	464.0	71.767	17.0	0.0047347986658389535	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
MON0043_000000003388	5927	0.7534453754502607	3	3	2	3	2	False	11696	maximal	True	MON0043_000000003388	1.0		1	1	False	False	0.9969630241394043	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.1490884855588305e-05	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
AST0026_000000002466	11267	0.7534450296838224	14	7	4	6	4	True	119605	maximal	True	AST0026_000000002466	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	540.0	91.667	5.0	0.00019102128163789978	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
MON0109_000000021801	1651	0.7534428067722437	3	3	2	2	1	False	125442	fragment	False	MON0070_000000010284	0.20734133004186844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	85.057	80.0	0.0003978362047209093	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0123_000000003526	5048	0.7534426815374803	5	2	0	1	1	True	112564	maximal	True	ISR0123_000000003526	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	78.333	9.0	0.12211134453781512	HG796335.1	bacteria	Uncultured bacterium plasmid pRGI00505	True	True
USA0069_01_000000015551	3970	0.7534318243267275	4	4	4	4	4	False	124983	maximal	False	CAN0008_000000006498	0.5072338748543139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	84.09200000000001	80.0	0.0005811270748910254	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0094_000000010461	1766	0.753424743757162	2	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.545453693537472		0	0	False	False	1.0	0					non-mobilizable	other	1766.0	97.11200000000001	100.0	0.0028227895878247407	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0081_000000009715	2748	0.7534240264314882	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.004747750456848095		0	0	False	False	0.9985443949699402	0					non-mobilizable	other	2756.0	87.37299999999999	100.0	0.0008229391135778669	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0213_000000018243	1495	0.7534217992956659	3	1	1	1	1	False	28256	fragment	False	ISR0213_000000018243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0076_000000005289	2278	0.7534077732766441	4	4	4	4	3	False	97010	fragment	False	ENG0076_000000005289	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2278.0	99.956	100.0	0.015974351239292556	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
MAD0104_000000001180	8026	0.7533970948699045	11	5	3	5	5	False	18162	maximal	True	MAD0104_000000001180	1.0		2	1	False	False	0.9998754262924194	0					non-mobilizable	no_good_hit	303.0	79.868	4.0	0.0029591437542004794	NZ_NFJN01000011.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_11, whole genome shotgun sequence	True	False
USA0020_01_000000003886	8688	0.7533795895915064	10	6	5	6	3	True	16444	maximal	True	USA0020_01_000000003886	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	73.82600000000001	3.0	0.00026130637242092824	NZ_JH414504.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.1, whole genome shotgun sequence	True	True
FIJ0048_000000004206	6551	0.7533788663476084	9	8	3	6	7	True	46809	fragment	False	FIJ0048_000000004206	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4406.0	94.34899999999999	93.0	0.05157623344661901	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
DEN0070_000000020453	1663	0.7533788120994033	3	1	1	1	1	False	70589	maximal	True	DEN0070_000000020453	1.0		0	0	False	False	0.9939867854118347	0					non-mobilizable	no_good_hit	626.0	87.22	38.0	0.0001732842361330956	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0013_000000004296	2057	0.7533783717980861	2	2	2	2	2	False	97045	fragment	False	CHI0013_000000004296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	80.899	4.0	3.4154515025977525e-05	NZ_UHDU01000001.1	firmicutes	Staphylococcus petrasii subsp. petrasii strain NCTC13835, whole genome shotgun sequence	True	False
ENG0176_000000004661	1870	0.7533782977060464	3	3	3	3	1	False	116782	fragment	False	ISR0079_000000011824	0.15629269125683062		0	0	False	False	1.0	0					non-mobilizable	other	1872.0	95.459	100.0	0.017087435601268724	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0087_000000003263	8430	0.7533760301932695	9	6	5	6	3	True	132046	fragment	False	ISR0378_000000001574	0.4665394371379997		0	0	False	False	0.9979833960533142	0					non-mobilizable	no_good_hit	1099.0	75.25	13.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
CHI0160_000000024526	1318	0.7533647642961214	1	1	1	1	1	False	78663	maximal	True	CHI0160_000000024526	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000011441	2687	0.7533641269193899	4	2	2	2	2	False	19596	maximal	False	MAD0013_000000008596	0.989075018208303		0	0	False	False	0.9966505169868469	0					non-mobilizable	no_good_hit								True	False
FIJ0152_000000014117	1823	0.7533539242375697	2	2	2	1	1	True	39708	maximal	True	FIJ0152_000000014117	1.0		1	1	False	False	0.9786067008972168	0					non-mobilizable	no_good_hit	392.0	94.64299999999999	22.0	0.00214508687327529	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
MAD0074_000000000398	7096	0.7533534822520344	18	5	3	5	4	False	16293	maximal	True	MAD0074_000000000398	1.0		3	1	False	False	0.9995772242546082	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.004691689008042895	XM_006970137.2	rodents	PREDICTED: Peromyscus maniculatus bairdii G protein subunit alpha q (Gnaq), mRNA	True	False
MAD0041_000000016462	2085	0.7533460501461708	3	2	2	2	2	False	113086	fragment	False	MAD0041_000000016462	0.9542168674698795		0	0	False	False	0.9947242140769958	0					non-mobilizable	other	2085.0	98.705	100.0	0.0023190877735198697	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0123_000000003411	5165	0.7533424018992089	4	4	4	4	4	False	90778	maximal	True	ISR0123_000000003411	1.0		2	1	False	False	0.9990319609642029	0					non-mobilizable	no_good_hit	4259.0	92.67399999999999	82.0	0.5048867699642432	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	True	False
ISR0300_000000001303	4727	0.7533411626040092	6	6	6	6	4	False	25601	maximal	True	ISR0300_000000001303	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	78.98100000000001	33.0	0.05468886941279579	NZ_FOAT01000025.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0304_000000003143	2953	0.7533401022173898	5	1	1	1	1	False	33005	maximal	True	ISR0304_000000003143	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.10090556274256145	GQ883370.1		Uncultured organism clone VC1DA96TF genomic sequence	True	False
AST0039_000000009910	1657	0.7533360345362126	1	1	1	1	1	False	116582	maximal	True	AST0039_000000009910	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1657.0	98.914	100.0	0.010564616513995723	NZ_JAAISM010000003.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_3_length_156655_cov_136.823, whole genome shotgun sequence	False	False
ISR0339_000000003827	3634	0.7533307353159474	4	1	1	1	1	False	57385	fragment	False	ISR0339_000000003827	1.0		0	0	False	False	0.9972482323646545	0					non-mobilizable	no_good_hit	366.0	96.175	39.0	0.0007611288963421902	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0194_000000021221	1303	0.7533281842176258	3	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.7509424929994519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	97.97200000000001	38.0	0.004127066678969575	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0045_000000013489	1512	0.7533233409904784	2	2	2	2	2	False	11562	fragment	False	MON0045_000000013489	1.0		0	0	False	False	0.9728835821151733	0					non-mobilizable	no_good_hit	311.0	76.527	20.0	0.0020651517646413085	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0005_000000049477	1110	0.7533223382528361	2	1	1	1	1	True	14072	fragment	False	MON0005_000000049477	1.0		0	0	False	False	0.9954954981803894	0					non-mobilizable	no_good_hit	65.0	83.07700000000001	6.0	1.1088923165578528e-05	NZ_CP019288.1	CFB group bacteria	Kordia antarctica strain IMCC3317 chromosome, complete genome	True	True
USA0121_01_000000029572	1429	0.7533222530604964	2	2	2	1	1	False	167	fragment	False	USA0121_01_000000029572	1.0		0	0	False	False	0.9762071371078491	0					non-mobilizable	no_good_hit	572.0	73.95100000000001	39.0	0.00016428304944480528	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0327_000000011842	2314	0.7533208682903074	3	2	2	2	1	False	117280	fragment	False	ISR0327_000000011842	0.9779810726270469		0	0	False	False	0.997407078742981	0					non-mobilizable	other	2314.0	99.309	100.0	0.008878022193136326	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0093_000000021739	1215	0.7533197586532288	3	1	1	1	1	False	33492	fragment	False	ISR0093_000000021739	1.0		0	0	False	False	0.9958847761154175	0					non-mobilizable	no_good_hit								True	False
MON0038_000000029422	1198	0.7533197586532288	2	1	1	1	1	False	11974	fragment	False	MON0038_000000029422	1.0		0	0	False	False	0.9991652965545654	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000036878	1182	0.7533197586532288	3	1	1	1	1	False	6933	fragment	False	SPA0040_000000036878	1.0		0	0	False	False	0.9754652976989746	0					non-mobilizable	no_good_hit								True	False
ISR0028_000000017196	1134	0.7533197586532288	3	1	1	1	1	False	37171	fragment	False	ISR0028_000000017196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	88.889	4.0	0.02192326856003986	NZ_AFCE01000126.1	firmicutes	Caldalkalibacillus thermarum TA2.A1 ctg211, whole genome shotgun sequence	True	False
SPA0025_000000009473	2256	0.7533136015637586	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.3248774581601214		0	0	False	False	1.0	0					non-mobilizable	other	2256.0	100.0	100.0	0.0007015266838351453	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0046_000000001876	9674	0.7533077837700278	12	8	4	7	5	True	115677	fragment	False	ENG0046_000000001876	0.9811394413108107		0	0	False	False	1.0	0					non-mobilizable	other	9682.0	98.936	100.0	0.05642044891559664	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0036_000000006440	1925	0.7533064726376177	2	1	0	1	0	True	88441	fragment	False	ISR0036_000000006440	1.0		0	0	False	False	0.9901298880577087	0					non-mobilizable	no_good_hit								True	True
ISR0246_000000015497	1499	0.7533064726376177	2	1	0	1	0	True	80846	fragment	False	ISR0246_000000015497	1.0		0	0	False	False	0.9779853224754333	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0003278688524590164	NZ_BAKJ01000011.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	True
ENG0208_000000021226	1429	0.7533064726376177	2	1	0	1	0	True	53810	fragment	False	ENG0208_000000021226	1.0		0	0	False	False	0.9657102823257446	0					non-mobilizable	no_good_hit								True	True
MON0015_000000020839	1812	0.7532955969495184	3	2	2	2	2	False	54641	fragment	False	ISR0017_000000016653	0.9470412729985083		0	0	False	False	0.9928256273269653	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	1.4688547706566882e-05	NZ_VFYP01000001.1	a-proteobacteria	Rhizobium glycinendophyticum strain CL12 contig1, whole genome shotgun sequence	True	False
MON0084_000000011774	2680	0.7532900768394849	3	3	3	3	3	False	114523	fragment	False	ENG0184_000000008270	0.9530275229357799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	75.0	22.0	0.00010649888706013796	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MON0078_000000008133	4665	0.7532867325910931	5	5	4	5	5	False	124950	maximal	False	MON0102_000000008514	0.7643846358412557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2718.0	77.29899999999999	58.0	0.0009437560357005379	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0236_000000004162	2500	0.7532813428674215	2	2	1	2	1	True	27331	maximal	True	ISR0236_000000004162	1.0		2	1	False	False	0.9972000122070312	0					non-mobilizable	no_good_hit	1368.0	96.053	85.0	0.0005691645231050819	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
CHI0022_000000005038	2437	0.7532783437304683	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9719569863625274		0	0	False	False	1.0	0					non-mobilizable	other	2437.0	99.959	100.0	0.00047180143899438895	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0091_000000012649	2418	0.7532783437304683	3	3	3	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9839946124664193		0	0	False	False	1.0	0					non-mobilizable	chromosome	2419.0	99.421	100.0	0.0004296516142244015	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0052_000000012681	2415	0.7532783437304683	3	3	3	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9801025152448134		0	0	False	False	1.0	0					non-mobilizable	chromosome	2416.0	99.296	100.0	0.000429118327156684	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0178_000000004375	2415	0.7532783437304683	3	3	3	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9826650904368401		0	0	False	False	1.0	0					non-mobilizable	chromosome	2416.0	99.462	100.0	0.000429118327156684	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0812_000000016537	2408	0.7532783437304683	3	3	3	3	2	False	101104	fragment	False	ISR0094_000000008030	0.9749697214372224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1920.0	97.18799999999999	82.0	0.0003409481986273902	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
CHI0140_000000012277	2384	0.7532783437304683	3	3	3	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9732057043440774		0	0	False	False	1.0	0					non-mobilizable	chromosome	2385.0	99.49700000000001	100.0	0.00042360769412360316	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
MON0103_000000021735	2375	0.7532783437304683	3	3	3	3	2	False	111481	fragment	False	ENG0171_000000009735	0.9692860332266295		0	0	False	False	1.0	0					non-mobilizable	chromosome	2376.0	99.411	100.0	0.0004220078329204506	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0146_000000001842	18460	0.7532727828906857	26	9	6	8	7	False	37479	fragment	False	ISR0146_000000001842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	95.67200000000001	5.0	0.9988571428571429	GQ879627.1		Uncultured organism clone VC1CA03TR genomic sequence	True	False
CHI0185_000000014631	1331	0.7532725114640209	3	3	3	3	2	False	83137	fragment	False	CHI0176_000000005629	0.9631923206892746		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	99.699	100.0	0.027473662466432555	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0012_000000005816	9560	0.7532656686916711	9	9	9	7	9	False	94327	maximal	True	CAN0012_000000005816	1.0		8	4	False	False	1.0	0					non-mobilizable	other	9560.0	98.99600000000001	100.0	0.00299805493422817	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
CHI0101_000000004412	3045	0.7532651687574183	5	4	2	4	4	False	112289	fragment	False	FIJ0051_000000007232	0.8854244651105939		0	0	False	False	0.9996715784072876	0					non-mobilizable	other	1858.0	99.516	97.0	0.0004552953645930255	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0145_000000005414	6018	0.7532601534105262	5	3	3	2	1	False	93320	fragment	False	ISR0145_000000005414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	96.525	20.0	0.00015937888476397975	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
AST0057_000000002683	2194	0.7532596913647112	3	2	1	2	2	False	113202	maximal	True	AST0057_000000002683	1.0		4	2	False	False	0.9945305585861206	0					non-mobilizable	no_good_hit	80.0	100.0	4.0	0.07452830188679245	NZ_JAAIPW010000051.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_52_length_1060_cov_517.879, whole genome shotgun sequence	True	False
ISR0392_000000027296	1292	0.7532571817964491	3	1	1	1	1	False	22795	fragment	False	ISR0392_000000027296	1.0		0	0	False	False	0.9821981191635132	0					non-mobilizable	no_good_hit	928.0	81.25	71.0	0.008254907233127185	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
CHI0115_000000000768	9022	0.7532538010438248	14	13	1	9	12	True	82257	fragment	False	CHI0115_000000000768	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	9022.0	98.404	100.0	0.11752674023216124	CP034048.1	enterobacteria	Klebsiella pneumoniae strain KP_NORM_BLD_2014_104014 plasmid unnamed3, complete sequence	False	True
CHI0018_000000007407	2336	0.7532480739717914	3	2	1	2	1	True	116478	fragment	False	CHI0018_000000007407	1.0		0	0	False	False	0.9995719194412231	0					non-mobilizable	other	1168.0	99.743	100.0	0.0003513613521179683	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0033_000000027150	1178	0.7532439219926972	1	1	1	1	0	True	7176	maximal	True	SPA0033_000000027150	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	98.98200000000001	33.0	9.502288548627235e-05	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0784_000000003599	3457	0.7532418846352412	4	4	4	3	3	False	54775	fragment	False	ISR0784_000000003599	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000001907	7615	0.7532389524458328	7	7	1	1	7	False	15532	fragment	False	MAD0096_000000001907	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	7615.0	99.383	100.0	0.03893075908333248	CP024976.1	enterobacteria	Escherichia coli strain CV839-15 plasmid pCV839-15-p2, complete sequence	False	True
CHI0102_000000000461	18440	0.7532361717184274	16	15	6	8	13	True	105602	fragment	False	CHI0094_000000000381	0.9757042540913531		0	0	False	False	1.0	0					non-mobilizable	other	12209.0	97.641	92.0	0.00236229973374982	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0781_000000021428	1416	0.7532294807193137	2	1	1	1	1	False	22281	fragment	False	ISR0781_000000021428	1.0		0	0	False	False	0.9731638431549072	0					non-mobilizable	no_good_hit	858.0	91.492	61.0	0.02984709052101193	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0124_000000020226	1454	0.7532274443088804	2	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.017112053706151237		0	0	False	False	1.0	0					non-mobilizable	chromosome	1287.0	84.693	93.0	0.00045061782632829046	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0076_000000005807	4270	0.7532260113111235	5	4	4	4	3	False	70190	maximal	True	ISR0076_000000005807	1.0		10	2	False	False	0.9969555139541626	0					non-mobilizable	other	4138.0	97.366	97.0	0.0027888107815141686	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ENG0055_000000003766	5137	0.7532164678465086	9	2	0	1	1	False	63679	fragment	False	ENG0055_000000003766	1.0		0	0	False	False	0.996885359287262	0					non-mobilizable	no_good_hit	48.0	95.833	1.0	8.300908278319211e-06	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
TAN0002_000000007537	4251	0.7532164678465086	4	2	0	1	1	False	3064	maximal	True	TAN0002_000000007537	1.0		5	1	True	True	0.9995295405387878	20					non-mobilizable	no_good_hit	105.0	89.524	2.0	0.015456887407182906	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0251_000000003672	3507	0.7532164678465086	4	2	0	1	1	False	27002	maximal	True	ISR0251_000000003672	1.0		2	1	False	False	0.9974337220191956	0					non-mobilizable	no_good_hit	227.0	88.10600000000001	8.0	0.038481272447408926	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
ISR0053_000000005968	3095	0.7532136180479082	3	3	3	3	3	False	35754	fragment	False	ISR0053_000000005968	0.9702650290885585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2087.0	83.948	74.0	0.0005919213122960915	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0297_000000009126	1641	0.7532063073337328	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.8659678234910703		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	98.781	100.0	0.009416628387689481	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0078_000000005073	3504	0.7532034124469391	6	5	4	5	4	False	127054	fragment	False	ENG0049_000000005054	0.8129756828708726		0	0	False	False	1.0	0					non-mobilizable	other	2767.0	98.59100000000001	100.0	0.0008263200268105572	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0204_000000006787	3490	0.7532034124469391	6	5	4	5	4	False	127054	fragment	False	ENG0049_000000005054	0.8123929843417468		0	0	False	False	0.9942693114280701	0					non-mobilizable	other	2753.0	98.583	100.0	0.0008221346142290275	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CAN0012_000000015165	3361	0.7532034124469391	5	5	4	5	4	False	127054	fragment	False	ENG0049_000000005054	0.7891877914355983		0	0	False	False	0.9991074204444885	0					non-mobilizable	other	2776.0	98.811	100.0	0.0008290106491843976	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0383_000000003796	3333	0.7532032006942109	6	2	1	2	0	True	23109	maximal	True	ISR0383_000000003796	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00029812512421880174	NZ_ATXH01000007.1	bacteria	Thermodesulfatator atlanticus DSM 21156 H528DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	True
ENG0133_000000009175	2712	0.7532032006942109	3	2	1	2	0	True	58262	maximal	True	ENG0133_000000009175	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00029812512421880174	NZ_ATXH01000007.1	bacteria	Thermodesulfatator atlanticus DSM 21156 H528DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	True
ISR0308_000000005072	3117	0.7531996977266958	3	3	3	3	2	False	119353	fragment	False	SPA0023_000000008054	0.9932799014932585		0	0	False	False	1.0	0					non-mobilizable	other	3117.0	99.87200000000001	100.0	0.001681452222150273	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
FIJ0104_000000012113	2158	0.7531961982250319	2	2	2	2	2	False	42498	fragment	False	MON0018_000000008464	0.973103448275862		0	0	False	False	0.98656165599823	0					non-mobilizable	no_good_hit	1378.0	78.955	64.0	0.001847183179893626	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0034_000000001610	16430	0.7531897386513364	21	15	9	7	13	True	126404	maximal	True	FIJ0034_000000001610	1.0	PS958	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	3571.0	99.44	22.0	0.0010748586350138362	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CAN0022_000000027719	1207	0.7531835293484103	2	2	2	1	1	False	91183	fragment	False	USA0008_01_000000005125	0.6981898220930021		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	96.036	100.0	0.004219615965963164	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0339_000000005815	2484	0.7531718436625591	4	4	4	4	2	False	77688	maximal	True	ISR0339_000000005815	1.0		12	4	False	False	0.9863123893737793	0					non-mobilizable	no_good_hit	1525.0	83.60700000000001	61.0	0.006638949671772429	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0091_000000013130	1670	0.7531717552289208	3	3	3	3	2	False	43374	maximal	True	FIJ0091_000000013130	1.0		27	9	False	False	0.9928143620491028	0					non-mobilizable	no_good_hit	50.0	92.0	15.0	1.7755694686119178e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
MAD0107_000000017578	2217	0.7531683493217853	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.22041405080492496	PS902	0	0	False	True	0.9995489120483398	0	rep_cluster_1702				non-mobilizable	other	2217.0	99.459	100.0	0.00046057481649231955	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
ISR0842_000000009963	2200	0.7531683493217853	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.16026409192975088	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2200.0	100.0	100.0	0.021944355740060675	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
DEN0005_000000027392	1409	0.7531665058609557	2	2	2	2	1	False	76455	fragment	False	DEN0005_000000027392	1.0		0	0	False	False	0.96025550365448	0					non-mobilizable	no_good_hit	86.0	94.186	6.0	0.002653265076788613	HE717014.1	bacteria	Uncultured bacterium fructooligosaccharide and inulin degrading DNA fragment, clone MetaPbio 13	True	False
CAN0009_000000004953	4305	0.7531640938218261	6	3	3	3	2	False	94820	fragment	False	CAN0009_000000004953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0006_000000006912	3543	0.7531565753803454	7	3	2	1	3	False	113734	fragment	False	ENG0006_000000006912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2496.0	98.958	77.0	0.001095811234107443	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
AST0101_000000004763	1592	0.7531555903305606	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.9536517243427044		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	98.869	100.0	0.0002494755681723743	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
DEN0089_000000013281	1453	0.7531555903305606	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.94088599649756		0	0	False	False	0.9986235499382019	0					non-mobilizable	other	1453.0	99.449	100.0	0.008839967367613574	NZ_LT969515.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
TAN0019_000000000241	13831	0.7531484439764335	21	6	1	6	1	False	2533	maximal	True	TAN0019_000000000241	0.9988033940097178		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.711210001064824e-07	LR812085.1	bony fishes	Danio rerio genome assembly, chromosome: 23	True	False
TAN0015_000000000134	13789	0.7531484439764335	20	6	1	6	1	False	2533	maximal	False	TAN0019_000000000241	0.9972886992986769		0	0	False	False	0.9981144666671753	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.711210001064824e-07	LR812085.1	bony fishes	Danio rerio genome assembly, chromosome: 23	True	False
ISR0021_000000008807	2605	0.7531438459135218	3	3	3	3	3	False	45031	fragment	False	ISR0021_000000008807	1.0		0	0	False	False	0.9850288033485413	0					non-mobilizable	other	2609.0	96.512	100.0	0.0007403403748938315	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0014_000000016983	1486	0.7531436802293328	2	1	1	1	1	False	86299	fragment	False	FIJ0014_000000016983	1.0		0	0	False	False	0.9751009345054626	0					non-mobilizable	chromosome	1481.0	98.58200000000001	99.0	0.00041394354414600143	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0169_000000016212	1407	0.7531436802293328	1	1	1	1	1	False	86296	fragment	False	FIJ0169_000000016212	1.0		0	0	False	False	0.997157096862793	0					non-mobilizable	chromosome	1312.0	99.009	99.0	0.0003666437071205287	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0043_000000026173	1171	0.7531436802293328	1	1	1	1	1	False	86295	fragment	False	CHI0054_000000014524	0.9452708468699935		0	0	False	False	0.999146044254303	0					non-mobilizable	chromosome	1171.0	99.488	100.0	0.00032746041017635004	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0097_000000029032	1433	0.7531415676338772	2	2	1	2	1	False	15397	maximal	True	MAD0097_000000029032	1.0		17	6	False	False	0.989532470703125	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000007532	5100	0.7531343374215562	12	2	1	2	0	False	75777	maximal	True	DEN0011_000000007532	1.0		1	1	True	True	1.0	127					non-mobilizable	no_good_hit								True	True
ETH0003_000000007149	4522	0.7531343374215562	10	2	1	2	0	False	53239	maximal	True	ETH0003_000000007149	1.0		1	1	True	True	0.9977886080741882	14					non-mobilizable	no_good_hit								True	True
MON0103_000000053356	1127	0.7531231374181541	3	2	2	1	1	True	87079	fragment	False	MON0032_000000016300	0.036953692325028764		0	0	False	False	0.9911268949508667	0					non-mobilizable	other	1130.0	94.15899999999999	100.0	0.00035122998937910376	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0038_000000009846	2377	0.7531231079395083	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5448448816200051		0	0	False	False	1.0	0					non-mobilizable	other	2377.0	98.443	100.0	0.016912837669502082	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ISR0262_000000003709	4115	0.7531197363537312	4	2	2	2	2	False	26668	maximal	True	ISR0262_000000003709	1.0		59	9	False	False	0.9968408346176147	0					non-mobilizable	no_good_hit	2075.0	94.41	57.0	0.012622343870281895	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
ISR0258_000000010510	2282	0.7531130105494025	2	2	2	2	2	True	95108	fragment	False	USA0059_01_000000010485	0.701449091894983		0	0	False	False	1.0	0					non-mobilizable	chromosome	2288.0	94.712	99.0	0.0010187975511373449	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0383_000000006078	2278	0.7531130105494025	2	2	2	2	2	True	95108	fragment	False	USA0059_01_000000010485	0.7063470528541843		0	0	False	False	1.0	0					non-mobilizable	chromosome	2281.0	97.676	100.0	0.0010165662818619674	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0080_000000019848	1644	0.7531110244701271	4	3	1	3	2	False	34300	maximal	True	ISR0080_000000019848	1.0		0	0	False	False	0.9987834692001343	0					non-mobilizable	no_good_hit								True	False
ISR0118_000000004577	3186	0.753110657357481	5	4	2	2	3	False	40590	fragment	False	ISR0118_000000004577	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	1373.0	94.101	99.0	0.2103241665386388	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0010_000000003390	5423	0.7531092568474529	8	4	3	2	1	False	83078	maximal	True	ENG0010_000000003390	1.0	PS412	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1603.0	97.505	29.0	0.2845976194705987	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
ISR0011_000000005940	4249	0.7531088004359406	7	7	4	4	7	True	130604	fragment	False	ISR0011_000000005940	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3909.0	92.88799999999999	92.0	0.7620363062352012	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0853_000000004617	3494	0.753108348446648	3	3	3	2	3	False	72732	maximal	True	ISR0853_000000004617	1.0		1	1	False	False	0.9997137784957886	0					non-mobilizable	no_good_hit	2964.0	95.91799999999999	85.0	0.0009474842675664832	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0087_000000024720	1509	0.7530888007323044	3	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.055316087833138704		0	0	False	False	1.0	0					non-mobilizable	chromosome	1536.0	85.09100000000001	100.0	0.0005329509378402834	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
TAN0002_000000008521	3889	0.7530887643566899	4	4	4	4	3	False	84578	maximal	True	TAN0002_000000008521	1.0		2	1	False	False	0.999742865562439	0					non-mobilizable	no_good_hit	2181.0	78.221	60.0	0.0003327982098133468	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
USA0053_01_000000002669	8065	0.7530829102538715	13	3	2	3	2	False	79655	maximal	False	SPA0137_000000004284	0.9546773023930384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	94.521	1.0	0.0001541584234731893	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ISR0344_000000005109	5614	0.7530780331366419	7	7	5	7	3	False	24535	fragment	False	ISR0344_000000005109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	95.44	11.0	0.010783914136267917	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0045_000000008743	2867	0.7530767082380093	4	2	2	2	1	False	102661	fragment	False	ISR0045_000000008743	1.0		0	0	False	False	0.9979072213172913	0					non-mobilizable	no_good_hit	1110.0	81.26100000000001	83.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0040_000000037111	1175	0.7530767082380093	2	2	2	2	1	False	102653	fragment	False	AUS0022_000000023272	0.6080318733039424		0	0	False	False	1.0	0					non-mobilizable	chromosome	914.0	81.83800000000001	91.0	0.0002579878088671576	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0014_000000000517	32534	0.7530766819521288	36	13	8	12	4	True	66944	maximal	True	ENG0014_000000000517	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.9258265754652264e-05	NZ_CP054051.1	e-proteobacteria	Arcobacter cibarius strain LMG 21996 chromosome, complete genome	True	True
SPA0052_000000008956	3241	0.7530673909001866	3	3	3	3	2	False	89241	fragment	False	CHI0116_000000005107	0.9647177419354839		0	0	False	False	0.9996914267539978	0					non-mobilizable	other	3233.0	99.66	99.0	0.01755252996475374	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CAN0006_000000002397	17382	0.7530564077939983	15	12	6	7	12	False	116715	maximal	True	CAN0006_000000002397	1.0	PS782	17	5	False	True	1.0	0					non-mobilizable	no_good_hit	3882.0	96.883	67.0	0.0005473668520957742	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0394_000000002395	6835	0.7530548652863854	10	7	1	4	6	False	117711	maximal	True	ISR0394_000000002395	1.0	PS794	2	2	False	True	0.9992684721946716	0					non-mobilizable	no_good_hit	820.0	90.12200000000001	47.0	0.0001909115271201609	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
MAD0038_000000000535	14396	0.7530437642333709	18	10	7	10	7	False	18582	maximal	True	MAD0038_000000000535	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	0.0	6.113919438106348e-05	NZ_KK366004.1	firmicutes	Clostridium hydrogeniformans DSM 21757 BR69DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
USA0018_01_000000013692	1626	0.7530418186124169	3	2	2	2	2	False	1938	fragment	False	USA0018_01_000000013692	1.0		0	0	False	False	0.9858548641204834	0					non-mobilizable	other	1588.0	99.685	98.0	0.006341759708446889	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	False	False
DEN0070_000000014297	2358	0.7530410804106743	2	2	2	2	1	False	70615	maximal	True	DEN0070_000000014297	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0025_000000015197	2492	0.7530394176467761	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.3397072087802741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	86.348	51.0	0.0002930294965890338	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ETH0002_000000011839	2242	0.7530376183963665	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.16383829435600852		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	98.26100000000001	100.0	0.015978685510743423	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0023_000000007169	2398	0.7530366800989063	3	3	3	2	2	False	90685	fragment	False	ENG0023_000000007169	0.9980345685649425		0	0	False	False	0.9833194613456726	0					non-mobilizable	chromosome	2395.0	99.791	99.0	0.001012288694249067	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0815_000000015129	2054	0.7530342091173077	3	3	2	3	2	False	47997	maximal	True	ISR0815_000000015129	1.0		381	12	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	85.681	77.0	0.0020804808654023557	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
SPA0033_000000015168	2045	0.7530271624545101	3	3	3	3	3	False	75070	maximal	True	SPA0033_000000015168	0.9869631901840491		348	13	False	False	0.9985330104827881	0					non-mobilizable	other	2045.0	98.289	100.0	0.0006944319400641365	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MAD0107_000000002024	14583	0.7530246392228086	16	4	2	3	1	True	31778	fragment	False	MAD0107_000000002024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1254.0	74.96	10.0	0.009730917599443495	NZ_QEKH01000015.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_115, whole genome shotgun sequence	True	True
ISR0130_000000006166	4432	0.7530222820157435	5	5	2	5	2	True	31794	fragment	False	ISR0130_000000006166	1.0		0	0	False	False	0.9948104619979858	0					non-mobilizable	no_good_hit								True	True
ISR0043_000000003874	5596	0.7530196593756405	6	4	3	3	2	False	57219	maximal	True	ISR0043_000000003874	1.0		2	1	False	False	0.9994639158248901	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0028484431784696986	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	False
ISR0341_000000009860	1398	0.7530188489177632	2	2	2	2	1	False	85628	fragment	False	ISR0341_000000009860	0.9821108729694817		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	99.571	100.0	0.0002950442492454407	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0061_000000005950	1384	0.7530188489177632	2	2	2	2	1	False	85628	fragment	False	ISR0341_000000009860	0.9782975143731281		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	100.0	100.0	0.002511221510437094	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0209_000000012250	2377	0.753015879243337	4	3	3	3	3	False	128279	fragment	False	ISR0209_000000012250	1.0		0	0	False	False	0.9903239607810974	0					non-mobilizable	other	2377.0	99.074	100.0	0.0008625119616790475	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0058_000000004465	5040	0.7530135757264356	8	2	0	0	2	False	60104	maximal	False	ISR0265_000000002815	0.8665275615431394		0	0	True	True	0.9972222447395325	2					non-mobilizable	no_good_hit								True	True
ISR0379_000000004394	4610	0.7530135757264356	7	2	0	0	2	False	60104	maximal	False	ISR0265_000000002815	0.19146825396825395		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0236_000000002157	4134	0.7530135757264356	2	2	0	0	2	False	27336	maximal	True	ISR0236_000000002157	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.746219993046755e-06	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
SPA0128_000000004365	8163	0.7530127231225165	12	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.08477715706198272	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7897.0	99.443	99.0	0.21046316294696424	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0115_000000003129	7979	0.7530127231225165	12	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.08467991064292908	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7881.0	99.454	99.0	0.2943682499346014	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ENG0066_000000002025	7829	0.7530127231225165	12	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.06931257274354008	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	7829.0	100.0	100.0	0.21411378555798688	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0169_000000002617	7757	0.7530127231225165	12	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.07302498589570303	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7752.0	99.742	100.0	0.28965955379498487	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ENG0076_000000001498	7746	0.7530127231225165	11	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.06805044950298589	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7668.0	100.0	99.0	0.2865204230352405	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
SPA0007_000000002660	7718	0.7530127231225165	11	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.06631045293140266	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7652.0	99.73899999999999	99.0	0.28592249336671777	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ENG0026_000000001655	7711	0.7530127231225165	11	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.06792293982976404	PS1166	0	0	False	True	1.0	0					non-mobilizable	chromosome	7632.0	99.581	100.0	0.001438527647716875	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0391_000000001304	7710	0.7530127231225165	11	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.06805071402058045	PS1166	0	0	False	True	0.9981842041015625	0					non-mobilizable	other	7687.0	100.0	99.0	0.2872304645166112	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ENG0189_000000001379	7701	0.7530127231225165	11	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.06695610890911263	PS1166	0	0	False	True	0.9997403025627136	0					non-mobilizable	plasmid	7706.0	95.69200000000001	100.0	0.21053063457330415	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
MON0086_000000003648	7626	0.7530127231225165	11	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.06622154567196725	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7626.0	99.948	100.0	0.2848387458425203	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
AUS0016_000000002814	7561	0.7530127231225165	11	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.06587437511385383	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7561.0	99.881	100.0	0.28252176837699466	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ENG0198_000000013175	1534	0.7530107333524788	2	2	1	2	1	True	54331	fragment	False	ENG0198_000000013175	0.9359477124183007		0	0	False	False	0.9843546152114868	0					non-mobilizable	no_good_hit	127.0	83.465	8.0	0.06307222787385554	XM_027980834.1	aphids	PREDICTED: Aphis gossypii ATP-binding cassette sub-family B member 10, mitochondrial-like (LOC114119321), mRNA	True	True
ENG0014_000000008599	2847	0.7530072287269529	4	2	1	2	2	False	69207	maximal	True	ENG0014_000000008599	1.0		0	0	False	False	0.9943800568580627	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015052432640363933	AL591606.4	rodents	Mouse DNA sequence from clone RP23-272O14 on chromosome 2, complete sequence	True	False
DEN0082_000000027197	1549	0.7530072287269529	3	2	1	2	2	False	69204	fragment	False	DEN0082_000000027197	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0012_000000013116	1867	0.7530070092953289	3	2	1	2	1	False	50962	fragment	False	FIJ0011_000000022003	0.9511352418558736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000004762	3330	0.7530005423232615	4	4	4	3	2	True	118240	fragment	False	MAD0072_000000001538	0.7414055868881831		0	0	False	False	1.0	0					non-mobilizable	other	3332.0	97.059	100.0	0.0008859635325806502	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0037_000000038226	1898	0.7529968398581316	3	3	3	2	2	False	12091	maximal	True	MON0037_000000038226	1.0		5	3	False	False	0.9920969605445862	0					non-mobilizable	chromosome	1898.0	99.684	100.0	0.0005608510034413841	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	False	False
ISR0355_000000004157	4224	0.7529962740201099	9	5	5	2	2	False	23967	maximal	True	ISR0355_000000004157	1.0		31	9	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	73.094	5.0	2.4699648237766662e-05	CP041360.1	CFB group bacteria	Spirosoma sp. KCTC 42546 chromosome, complete genome	True	False
SPA0137_000000001833	16621	0.7529959228230897	21	10	5	9	6	True	130527	fragment	False	SPA0137_000000001833	0.9991189233142265		0	0	False	False	1.0	0					non-mobilizable	chromosome	5347.0	97.195	95.0	0.0009471178322662852	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0125_000000001823	15905	0.7529959228230897	19	10	5	9	6	True	130527	fragment	False	SPA0137_000000001833	0.9847226179736627		0	0	False	False	1.0	0					non-mobilizable	chromosome	4896.0	97.46700000000001	99.0	0.0008673025344645655	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0850_000000000752	15886	0.7529959228230897	19	10	5	9	6	True	130527	fragment	False	SPA0137_000000001833	0.9831821913643805		0	0	False	False	1.0	0					non-mobilizable	chromosome	5347.0	97.195	99.0	0.0009471178322662852	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
CHI0063_000000002089	5789	0.7529836321015387	9	7	3	5	7	False	85512	fragment	False	CHI0063_000000002089	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5791.0	99.275	100.0	0.052016889767316506	CP056788.1	enterobacteria	Escherichia coli strain RHBSTW-00180 plasmid pRHBSTW-00180_3, complete sequence	False	True
AST0106_000000011146	1783	0.7529819323500283	2	2	2	2	1	False	107413	fragment	False	AST0106_000000011146	0.9944487666828096		0	0	False	False	0.9966349005699158	0					non-mobilizable	other	1783.0	99.663	100.0	0.023319418454008926	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
ENG0146_000000005043	4915	0.7529806633482229	6	4	3	3	1	True	121690	fragment	False	ENG0146_000000005043	0.9571163729244311		0	0	False	False	0.9989827275276184	0					non-mobilizable	no_good_hit								True	True
ISR0237_000000005437	2008	0.7529733539645973	3	3	3	3	3	False	92594	maximal	True	ISR0237_000000005437	1.0		0	0	False	False	0.9965139627456665	0					non-mobilizable	no_good_hit	1560.0	87.756	77.0	0.0002785405907894357	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
FIJ0152_000000002454	8574	0.7529724808537152	12	7	3	5	6	False	52590	maximal	False	FIJ0102_000000003484	0.993576898899115		0	0	True	True	0.9994168281555176	4					non-mobilizable	no_good_hit	1566.0	71.648	18.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0032_000000004004	8326	0.7529724808537152	11	7	3	5	6	False	52590	maximal	False	FIJ0102_000000003484	0.9957750521249594		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1566.0	71.648	18.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0096_000000003459	8326	0.7529724808537152	11	7	3	5	6	False	52590	maximal	False	FIJ0102_000000003484	0.9945556714738962		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1566.0	71.648	18.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0102_000000003484	8325	0.7529724808537152	11	7	3	5	6	False	52590	maximal	True	FIJ0102_000000003484	0.9957885464342972		11	1	True	True	1.0	4					non-mobilizable	no_good_hit	1566.0	71.648	18.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0058_000000004377	8321	0.7529724808537152	11	7	3	5	6	False	52590	maximal	False	FIJ0102_000000003484	0.9957625545547972		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1566.0	71.648	18.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0066_000000003572	7977	0.7529724808537152	11	7	3	5	6	False	52590	maximal	False	FIJ0102_000000003484	0.9684923374906167		0	0	False	True	0.9996238946914673	0					non-mobilizable	no_good_hit	1566.0	71.648	19.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
ENG0031_000000012416	1732	0.7529689882239895	2	2	2	1	1	False	65688	maximal	True	ENG0031_000000012416	1.0		0	0	False	False	0.9890300035476685	0					non-mobilizable	no_good_hit	213.0	77.465	12.0	0.00028139242125387926	NZ_NSDJ01000002.1	enterobacteria	Rahnella variigena strain CIP 105588 Rvar_contig000002, whole genome shotgun sequence	True	False
MAD0060_000000011761	1451	0.7529647700460362	1	1	1	1	1	False	88303	fragment	False	TAN0011_000000003548	0.9477161202032495		0	0	False	False	1.0	0					non-mobilizable	chromosome	1453.0	97.935	100.0	0.000387331279481659	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0019_000000000917	1202	0.7529647700460362	1	1	1	1	1	False	88299	fragment	False	CHI0033_000000006392	0.5961334135815793		0	0	False	False	0.9733777046203613	0					non-mobilizable	chromosome	1200.0	98.417	99.0	0.0003198417383598548	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0108_000000021101	1357	0.7529620415833528	2	2	2	2	2	False	107123	fragment	False	AST0108_000000021101	0.988791032826261		0	0	False	False	0.984524667263031	0					non-mobilizable	other	1342.0	97.69	99.0	0.018970305490279855	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0021_000000022410	1635	0.7529501753467714	2	2	2	2	1	False	74736	fragment	False	DEN0021_000000022410	1.0		0	0	False	False	0.9993883967399597	0					non-mobilizable	no_good_hit	618.0	82.524	37.0	0.00035345382720612656	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MAD0045_000000017403	2292	0.7529376851808642	4	4	4	3	4	False	108236	fragment	False	MAD0045_000000017403	0.986400725294651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	77.778	5.0	0.0009793327029582603	NZ_JABEMG010000002.1	high GC Gram+	Promicromonospora citrea strain ATCC 15908 ATCC15908_2, whole genome shotgun sequence	True	False
SPA0089_000000004056	8414	0.7529373359724151	14	7	4	6	3	False	5438	backbone	True	SPA0089_000000004056	1.0	PS19	1	1	True	True	0.9996434450149536	1					non-mobilizable	no_good_hit	2610.0	84.1	79.0	0.0015479728016154423	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ISR0125_000000013531	1135	0.7529336556347306	1	1	0	1	1	True	32023	maximal	True	ISR0125_000000013531	1.0		2	2	False	False	0.9982379078865051	0					non-mobilizable	plasmid	1113.0	99.461	100.0	0.043359588239881466	CP037439.1	firmicutes	Lactiplantibacillus plantarum strain EM plasmid pEM10, complete sequence	False	True
DEN0072_000000003419	5722	0.7529292297588258	9	3	2	2	2	False	70301	maximal	False	SPA0092_000000006586	0.951618178831513		0	0	True	True	1.0	42					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.00010309028283122302	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
SPA0092_000000006586	5683	0.7529292297588258	9	3	2	2	2	False	70301	maximal	True	SPA0092_000000006586	0.9521146452289408		1	1	True	True	0.9994720816612244	65					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.00010309028283122302	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0232_000000014591	1924	0.7529289659762741	3	2	2	2	1	False	111713	fragment	False	AST0062_000000008108	0.951904296875		0	0	False	False	0.9911642670631409	0					non-mobilizable	no_good_hit								True	False
MAD0010_000000003652	1307	0.7529202368985494	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.0629177920195681		0	0	False	False	0.9992349147796631	0					non-mobilizable	chromosome	1307.0	96.634	100.0	0.00036768942556205064	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0107_000000011640	2221	0.7529178941273005	5	2	2	1	1	False	122139	maximal	True	ISR0107_000000011640	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1727.0	95.48299999999999	78.0	0.02905704544298	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
MAD0056_000000000248	24499	0.7529118139115284	30	7	3	5	4	False	17088	maximal	True	MAD0056_000000000248	1.0		2	1	False	False	0.9996734857559204	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	4.4278932847181186e-05	NZ_BJCL01000002.1	b-proteobacteria	Aquabacterium pictum strain W35 sequence02, whole genome shotgun sequence	True	False
ISR0097_000000007964	3395	0.7529107602594146	4	3	2	3	2	True	107721	maximal	True	ISR0097_000000007964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	86.156	18.0	0.00036047599377617514	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
DEN0064_000000020925	1955	0.7529047792880195	3	1	1	1	1	False	71264	maximal	True	DEN0064_000000020925	1.0		1	1	False	False	0.99897700548172	0					non-mobilizable	no_good_hit								True	False
FIJ0033_000000001844	14281	0.7529042275238149	14	7	2	7	3	False	48320	fragment	False	MAD0039_000000000435	0.9300954889693777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0030_000000005483	5671	0.7529009449583568	3	3	2	3	2	False	63638	maximal	True	MON0030_000000005483	1.0		36	8	False	False	0.9978839755058289	0					non-mobilizable	no_good_hit	1041.0	74.736	18.0	0.00025890735018207117	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
SPA0022_000000007825	1684	0.7529007122308736	2	2	2	2	2	False	7671	maximal	True	SPA0022_000000007825	1.0		1	1	False	False	0.9982185363769531	0					non-mobilizable	no_good_hit	456.0	73.465	27.0	0.0007467998459725317	NZ_HE999443.1	CFB group bacteria	Prevotella conceptionensis 9403948, whole genome shotgun sequence	True	False
FIJ0169_000000012205	1867	0.7528988411677634	3	3	3	3	3	False	125701	fragment	False	ENG0180_000000008844	0.30988101816464686		0	0	False	False	0.9994643926620483	0					non-mobilizable	chromosome	1870.0	90.90899999999999	100.0	0.0006284212691147607	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0050_000000013673	2543	0.7528985857748034	4	4	3	3	4	False	77892	fragment	False	MON0050_000000013673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	75.736	33.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0094_000000034466	1129	0.7528975031741043	1	1	1	1	1	False	102679	fragment	False	ENG0027_000000017593	0.537221922850927		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	99.291	100.0	0.0024816516183536618	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0009_000000028692	1493	0.7528908545181741	2	2	2	2	2	True	51195	fragment	False	FIJ0009_000000028692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	80.682	6.0	0.001615079138877805	NZ_FOWX01000035.1	g-proteobacteria	Pseudomonas borbori strain DSM 17834, whole genome shotgun sequence	True	True
DEN0043_000000002359	2809	0.7528849335442027	4	2	1	2	1	False	73002	fragment	False	DEN0043_000000002359	1.0		0	0	False	False	0.9982200264930725	0					non-mobilizable	no_good_hit								True	False
ISR0388_000000010965	3071	0.7528799967872042	3	3	3	3	2	False	99231	fragment	False	CHI0111_000000008113	0.4549884453290506		0	0	False	False	0.995441198348999	0					non-mobilizable	no_good_hit	1265.0	76.83800000000001	41.0	0.000311387186003284	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0208_000000007809	3367	0.7528769483084327	5	4	4	4	2	True	112250	maximal	True	ISR0208_000000007809	1.0		6	3	False	False	0.9982179999351501	0					non-mobilizable	no_good_hit	1359.0	80.42699999999999	40.0	0.012511477355988166	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
MAD0035_000000000348	45174	0.7528709400828703	28	20	11	19	14	True	18797	maximal	True	MAD0035_000000000348	1.0		1	1	False	False	0.9999778866767883	0					non-mobilizable	no_good_hit	63.0	87.302	0.0	0.0029660814237190834	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
SPA0021_000000013298	2497	0.7528693253432196	3	3	3	3	3	False	118792	maximal	True	SPA0021_000000013298	0.996719160104987		104	10	False	False	0.9975970983505249	0					non-mobilizable	other	2308.0	99.04700000000001	92.0	0.031620499184473475	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
MON0070_000000026522	1317	0.7528657286705805	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.14292924578868618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0792_000000009886	1560	0.7528597218559415	2	2	2	1	1	False	82263	fragment	False	ISR0792_000000009886	0.9672159884819495		0	0	False	False	1.0	0					non-mobilizable	chromosome	1448.0	99.03299999999999	100.0	0.000573619754719083	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0190_000000004850	6212	0.7528522252079327	10	4	2	2	2	False	64741	maximal	True	ENG0190_000000004850	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0043_000000011835	2319	0.7528521319855341	3	2	1	1	2	False	11685	maximal	True	MON0043_000000011835	1.0		7	1	False	False	0.9913755655288696	0					non-mobilizable	no_good_hit	375.0	77.067	16.0	5.7233552723391964e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
DEN0018_000000011943	3095	0.7528513452685824	4	3	2	3	2	False	112109	maximal	False	AST0061_000000012502	0.9467923380966858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	90.535	8.0	8.539507750309028e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0047_000000027802	1667	0.7528499227222032	3	3	2	2	2	False	87546	fragment	False	FIJ0142_000000019743	0.9691375626889721		0	0	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit	246.0	73.577	14.0	0.00038682841165664527	NZ_QQAV01000002.1	b-proteobacteria	Pseudacidovorax intermedius strain DSM 21352 Ga0244541_102, whole genome shotgun sequence	True	False
ISR0212_000000015982	2206	0.7528403174411069	4	1	1	1	1	False	28359	maximal	True	ISR0212_000000015982	1.0		1	1	False	False	0.9900271892547607	0					non-mobilizable	no_good_hit	60.0	88.333	3.0	0.0007528131438533467	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
ENG0078_000000020814	1237	0.7528403174411069	2	1	1	1	1	False	67829	fragment	False	ISR0248_000000003315	0.6055156295342247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	94.118	15.0	0.04567901234567901	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0185_000000030361	1099	0.7528403174411069	2	1	1	1	1	False	29355	fragment	False	ISR0185_000000030361	1.0		0	0	False	False	0.9981801509857178	0					non-mobilizable	no_good_hit	303.0	91.419	27.0	0.07432098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
FIJ0107_000000022876	1099	0.7528387047036448	1	1	1	1	1	False	42246	fragment	False	FIJ0107_000000022876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0089_000000022371	1320	0.7528361263160642	1	1	1	1	1	False	9588	maximal	True	MON0089_000000022371	1.0		10	5	False	False	0.9984848499298096	0					non-mobilizable	other	1286.0	84.059	97.0	0.010532527888658475	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	False	False
ISR0304_000000007026	1447	0.7528339239909233	2	1	1	1	1	False	25486	fragment	False	ISR0304_000000007026	1.0		0	0	False	False	0.9585348963737488	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.0419837309518075e-06	CP025995.1	g-proteobacteria	Stenotrophomonas sp. ZAC14D2_NAIMI4_7 chromosome	True	False
ISR0095_000000010849	2793	0.752831597360234	5	4	2	3	3	False	33421	maximal	True	ISR0095_000000010849	1.0		0	0	False	False	0.9996419548988342	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	0.0011027790030877812	NZ_BHYK01000041.1	firmicutes	Clostridium tagluense strain A121 sequence041, whole genome shotgun sequence	True	False
ISR0842_000000003117	6084	0.7528266598134179	8	4	3	3	1	True	108901	fragment	False	SPA0128_000000004938	0.1924259749864204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4423.0	99.68299999999999	74.0	0.001744199153529472	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0046_000000001826	9781	0.7528235635393075	10	6	5	6	4	True	101298	fragment	False	MON0042_000000001605	0.9435786706721743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4211.0	98.266	87.0	0.03649419804693598	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0072_000000005050	2171	0.7528162683682175	2	2	2	2	2	False	110255	fragment	False	ISR0398_000000009851	0.47499346830755407		0	0	False	False	0.9967756867408752	0					non-mobilizable	other	2004.0	97.904	92.0	0.1899298312156268	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0119_000000004985	3372	0.7528142788487813	3	3	3	3	2	False	88061	fragment	False	ENG0154_000000008139	0.9507779424087565		0	0	False	False	0.9997034668922424	0					non-mobilizable	chromosome	3372.0	95.90700000000001	99.0	0.0009737120925533781	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0074_000000005422	4933	0.7527952707221194	7	6	5	5	2	True	34744	maximal	True	ISR0074_000000005422	1.0		4	4	False	False	0.9997972846031189	0					non-mobilizable	no_good_hit	87.0	79.31	2.0	0.001615079138877805	NZ_FOWX01000035.1	g-proteobacteria	Pseudomonas borbori strain DSM 17834, whole genome shotgun sequence	True	True
SPA0090_000000001288	16174	0.7527882270685645	17	10	8	8	6	True	64770	fragment	False	SPA0090_000000001288	0.993848167539267		0	0	False	False	0.9983924627304077	0					non-mobilizable	no_good_hit	1152.0	83.594	7.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ENG0182_000000014014	2046	0.7527881761703679	3	3	2	3	2	False	72509	fragment	False	MAD0046_000000011517	0.9530125899280575		0	0	False	False	1.0	0					non-mobilizable	other	2046.0	99.26700000000001	100.0	0.006536929656883115	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0113_01_000000014465	1241	0.7527798768509781	2	2	0	2	0	True	271	maximal	True	USA0113_01_000000014465	1.0		7	5	False	False	0.9822723865509033	0					non-mobilizable	chromosome	1241.0	100.0	100.0	0.00023652020788600335	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	True
ISR0794_000000012062	1690	0.7527726461684998	3	3	1	1	3	False	21988	fragment	False	ISR0794_000000012062	1.0		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	plasmid	1721.0	94.712	100.0	0.3324298160696999	CP040268.1	enterobacteria	Escherichia coli strain 631 plasmid pEc631_5, complete sequence	False	True
ISR0840_000000000625	14246	0.7527611206605177	19	8	1	8	3	False	20806	maximal	True	ISR0840_000000000625	1.0		1	1	False	False	0.9999297857284546	0					non-mobilizable	no_good_hit								True	False
SPA0037_000000001765	11904	0.7527601869998782	16	5	5	5	1	True	60381	maximal	True	SPA0037_000000001765	1.0		2	1	False	False	0.9996639490127563	0					non-mobilizable	no_good_hit	201.0	88.06	2.0	0.004760317989241682	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
TAN0013_000000003570	2511	0.752756331886596	4	2	2	2	1	True	40676	fragment	False	TAN0013_000000003570	1.0		0	0	False	False	0.9896455407142639	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	9.988969755821149e-06	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	True	True
ISR0357_000000000115	61257	0.7527532129312073	53	21	12	18	12	True	107836	fragment	False	ISR0067_000000000144	0.9363769944578428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	20086.0	97.038	44.0	0.7139045043762897	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
CAN0010_000000003077	4251	0.7527500294753418	5	5	2	5	5	True	94637	maximal	True	CAN0010_000000003077	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4251.0	98.89399999999999	100.0	0.03229900519064013	CP022492.1	enterobacteria	Salmonella enterica subsp. enterica serovar Saintpaul strain SA20031783 plasmid unnamed1, complete sequence	False	True
ISR0037_000000007382	2922	0.7527492306450971	5	2	2	1	1	False	127914	fragment	False	ISR0037_000000007382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	89.12200000000001	64.0	0.00028553319262162647	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0054_000000004390	3187	0.7527469143354417	3	2	2	2	2	False	17167	fragment	False	MAD0054_000000004390	1.0		0	0	False	False	0.993724524974823	0					non-mobilizable	no_good_hit	1199.0	81.568	37.0	0.01402067695793797	NZ_QIBX01000012.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_012, whole genome shotgun sequence	True	False
ISR0391_000000004843	2781	0.7527351211306348	4	3	2	3	2	False	26369	maximal	True	ISR0391_000000004843	1.0		11	2	False	False	0.9931679368019104	0					non-mobilizable	other	1992.0	95.73299999999999	97.0	0.0009629100593617116	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ENG0042_000000006949	3847	0.7527350308780594	4	2	2	2	2	False	64708	maximal	True	ENG0042_000000006949	1.0		198	12	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	73.958	33.0	0.003388206672533458	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
MON0036_000000022077	1139	0.7527304798109054	2	2	2	2	1	False	13771	fragment	False	MON0073_000000003420	0.9452774944445667		0	0	False	False	1.0	0					non-mobilizable	chromosome	1132.0	91.34299999999999	99.0	0.00045624302625878296	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0158_000000003737	4707	0.7527296771301863	6	4	3	4	3	False	39441	fragment	False	FIJ0158_000000003737	1.0		0	0	False	False	0.9987252950668335	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	3.099275503571099e-05	LN598354.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001373	True	False
ENG0090_000000009013	2522	0.7527206416434179	5	5	2	3	4	False	101749	fragment	False	MON0075_000000006432	0.5671436075758288		0	0	False	False	1.0	0					non-mobilizable	other	2307.0	85.566	91.0	0.37707341106914105	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0015_000000006768	3045	0.7527179764225108	5	5	5	5	4	False	31119	maximal	True	SPA0015_000000006768	1.0		92	11	False	False	0.9963875412940979	0					non-mobilizable	no_good_hit	2536.0	96.491	83.0	0.007465565630715133	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
AST0062_000000008108	2048	0.752713711824479	4	2	2	1	1	False	111713	fragment	False	AST0062_000000008108	0.9810291060291061		0	0	False	False	0.99609375	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	6.508523114409667e-06	NZ_CP010951.1	b-proteobacteria	Ramlibacter tataouinensis strain 5-10 chromosome, complete genome	True	False
MON0005_000000043166	1270	0.7527113842671198	2	2	2	2	2	True	14095	fragment	False	MON0005_000000043166	1.0		0	0	False	False	0.9984251856803894	0					non-mobilizable	other	1270.0	99.37	100.0	0.002886209649356232	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
ENG0006_000000015636	1425	0.7526859688179616	2	1	1	1	1	False	67574	maximal	True	ENG0006_000000015636	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0095_000000024261	1444	0.7526824518291769	2	2	2	2	2	False	33501	fragment	False	ISR0095_000000024261	0.9823321554770318		0	0	False	False	0.9986149668693542	0					non-mobilizable	other	1463.0	79.904	100.0	0.00043169541198062394	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0096_000000004870	6330	0.7526792650697031	10	6	3	4	2	True	60885	maximal	True	ENG0096_000000004870	1.0		70	9	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	80.28699999999999	21.0	0.00036341948507484707	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	True
ISR0312_000000002291	6138	0.7526766721848024	10	4	2	2	4	False	130739	backbone	False	ISR0014_000000005210	0.5420076056913259	PS1125|PS140|PS493|PS494	0	0	False	True	1.0	0					non-mobilizable	plasmid	3970.0	96.24700000000001	99.0	0.6094638193270856	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
CHI0146_000000001182	5203	0.7526709410180082	5	5	3	5	4	False	90481	maximal	False	CHI0027_000000002752	0.9727421406505543		0	0	False	True	0.9980780482292175	0		MOBF,MOBP			mobilizable	other	5147.0	100.0	99.0	0.9080642315157932	NZ_CABFKI010000024.1	g-proteobacteria	Actinobacillus porcinus strain NM319, whole genome shotgun sequence	False	True
ISR0395_000000017007	2272	0.7526622233122628	2	2	2	2	2	False	114410	fragment	False	ISR0395_000000017007	1.0		0	0	False	False	0.9991196990013123	0					non-mobilizable	no_good_hit	82.0	85.366	4.0	0.022512506948304613	NZ_BCAH01000002.1	firmicutes	Lactobacillus gorillae strain KZ01(T)=JCM19575(T)=DSM28356(T), whole genome shotgun sequence	True	False
MON0044_000000039082	1447	0.7526574750783515	2	2	2	2	2	False	14193	fragment	False	MON0044_000000039082	0.9786862334032145		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	99.79299999999999	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CHI0133_000000001932	8457	0.7526455537318172	8	6	5	6	4	False	80819	maximal	True	CHI0133_000000001932	1.0		1	1	False	False	0.9998817443847656	0					non-mobilizable	no_good_hit	1334.0	83.508	16.0	0.00037408810746039774	CP043051.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 strain JCM6515 chromosome, complete genome	True	False
ISR0257_000000006793	2452	0.7526307612536648	3	3	3	3	2	False	33246	fragment	False	ISR0257_000000006793	1.0		0	0	False	False	0.9710440635681152	0					non-mobilizable	other	2383.0	81.872	99.0	0.0006252462920343942	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MAD0042_000000017715	1396	0.7526243521155687	2	2	2	1	1	False	61720	fragment	False	MAD0042_000000017715	0.9774835110727262		0	0	False	False	0.9985673427581787	0					non-mobilizable	no_good_hit	208.0	74.038	15.0	0.0003050227576735542	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
ISR0152_000000011962	1969	0.7526228827956464	4	1	1	1	1	False	73022	fragment	False	ISR0152_000000011962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1722.0	99.01299999999999	87.0	0.00047792014484784867	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0020_000000019847	1685	0.7526228827956464	3	1	1	1	1	False	38634	fragment	False	SPA0020_000000019847	0.9938511326860842		0	0	False	False	0.9928783178329468	0					non-mobilizable	other	1576.0	99.429	94.0	0.00043737607677824615	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0004_000000019635	1334	0.7526228827956464	2	1	1	1	1	False	51968	maximal	True	FIJ0004_000000019635	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	99.462	70.0	0.0002574270623323392	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0119_000000028026	1121	0.7526228827956464	2	1	1	1	1	False	32314	fragment	False	ISR0119_000000028026	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1045.0	99.713	93.0	0.0002899178566072946	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0084_000000028017	1265	0.7526192184418297	1	1	1	1	1	True	111232	fragment	False	AST0084_000000028017	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	94.87	100.0	0.002480650533947291	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
ENG0025_000000008999	2714	0.7526163589563921	5	2	1	2	1	False	90974	maximal	True	ENG0025_000000008999	1.0		2	2	False	False	0.9952100515365601	0					non-mobilizable	no_good_hit	1359.0	74.54	55.0	0.00024872158407021903	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0224_000000001512	12617	0.7526133839335115	15	7	5	7	4	False	125987	fragment	False	FIJ0124_000000001671	0.9447207187456635		0	0	False	False	0.9992866516113281	0					non-mobilizable	no_good_hit	459.0	96.296	6.0	0.0006907723075716488	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CAN0021_000000005236	7263	0.7526111266399568	9	7	6	7	2	True	105691	maximal	True	CAN0021_000000005236	1.0	PS638|PS639|PS640	1	1	False	True	0.9988985061645508	0					non-mobilizable	no_good_hit	5404.0	99.889	74.0	0.0014468811449936654	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0074_000000007953	2777	0.7526065671468701	3	3	2	3	1	False	113390	fragment	False	FIJ0088_000000009876	0.9333452466047176		0	0	False	False	1.0	0					non-mobilizable	chromosome	2780.0	96.007	100.0	0.0007777884443419459	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0086_01_000000003066	6551	0.7526017835226846	7	4	2	3	3	False	451	maximal	True	USA0086_01_000000003066	1.0		3	2	False	False	0.9874828457832336	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.6033633983058174e-05	NC_013407.1	euryarchaeotes	Methanocaldococcus vulcanius M7, complete sequence	True	False
SPA0149_000000003915	7890	0.7526001322075013	5	4	3	4	3	False	58140	maximal	True	SPA0149_000000003915	1.0		1	1	False	False	0.9997465014457703	0					non-mobilizable	no_good_hit	1650.0	78.90899999999999	21.0	0.1996343692870201	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
MON0085_000000002304	6488	0.7525991808505517	4	3	2	3	3	False	125472	maximal	True	MON0085_000000002304	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1667.0	84.163	26.0	0.00046475067468543344	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0077_000000000271	15000	0.7525869967764965	20	17	14	15	12	False	49136	maximal	True	MAD0077_000000000271	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	97.91	24.0	0.000960520203685923	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
MON0037_000000004628	8744	0.7525769677848811	10	8	6	8	3	True	125257	fragment	False	SPA0139_000000002006	0.08169214516204318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0130_000000015360	2128	0.7525742611672974	3	2	2	2	2	False	3804	maximal	True	SPA0130_000000015360	1.0		1	1	False	False	0.9953007698059082	0					non-mobilizable	no_good_hit	846.0	92.553	65.0	0.00023420034578503125	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
MON0094_000000016396	2222	0.7525733233971953	3	3	3	2	3	False	9340	maximal	True	MON0094_000000016396	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	90.8	12.0	6.562224156507445e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ETH0005_000000001893	20517	0.7525656727622332	24	17	10	11	14	False	122293	fragment	False	ETH0005_000000001893	1.0		0	0	False	False	0.9999512434005737	0					non-mobilizable	no_good_hit	1465.0	74.266	9.0	0.00042499944468713674	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0035_000000002484	6565	0.7525651337461956	8	7	5	6	5	False	95314	maximal	True	ISR0035_000000002484	1.0		5	2	False	False	0.9916222095489502	0					non-mobilizable	no_good_hit	462.0	78.139	11.0	0.0036746082160058536	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AUS0024_000000003618	8142	0.7525590249329874	9	6	2	6	2	False	98992	maximal	True	AUS0024_000000003618	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	2.7853826711460413e-05	NZ_FOUJ01000001.1	euryarchaeotes	Methanolobus profundi strain Mob M, whole genome shotgun sequence	True	False
ENG0134_000000010627	3577	0.7525519905916146	4	3	3	3	3	False	100177	fragment	False	ENG0134_000000010627	1.0		0	0	False	False	0.9997204542160034	0					non-mobilizable	no_good_hit	1009.0	70.862	28.0	0.0004048895546707665	CP049366.1	firmicutes	Lactobacillus sp. NFFJ11 chromosome, complete genome	True	False
ENG0027_000000003624	5246	0.7525428801932482	5	4	3	3	3	False	94150	fragment	False	ENG0027_000000003624	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5250.0	99.01	100.0	0.0008084547878018122	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0053_000000003745	7483	0.7525376309947054	8	7	4	4	6	False	109878	maximal	True	MON0053_000000003745	1.0		1	1	False	False	0.9899773001670837	0	rep_cluster_1097				non-mobilizable	no_good_hit	1538.0	99.935	25.0	0.3801632451150136	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
TAN0021_000000008313	2261	0.7525373009834169	3	3	3	3	1	False	2383	maximal	True	TAN0021_000000008313	1.0		1	1	False	False	0.9774436354637146	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000000782	19263	0.7525268220510818	21	13	10	13	7	True	50674	fragment	False	MAD0046_000000000782	0.9430966300350875		0	0	False	False	0.9999480843544006	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
SPA0082_000000003306	4764	0.7525263507569618	5	3	2	2	3	False	84728	fragment	False	SPA0082_000000003306	1.0		0	0	False	False	0.998110830783844	0					non-mobilizable	chromosome	4764.0	100.0	100.0	0.0007417167308589821	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
MON0081_000000034522	1537	0.7525106465362165	2	2	2	2	1	False	33390	fragment	False	MON0081_000000034522	0.9622079673523687		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	99.665	97.0	0.0003655602523469042	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0783_000000002302	6225	0.7525064079820061	9	6	3	6	3	True	82604	maximal	True	ISR0783_000000002302	1.0		60	7	False	False	0.9983935952186584	0					non-mobilizable	no_good_hit	3332.0	97.329	54.0	0.008325349200746306	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	True
MON0041_000000025368	2438	0.7524974208936623	3	3	2	2	3	True	92852	maximal	True	MON0041_000000025368	1.0		6	1	False	False	0.9991796612739563	0					non-mobilizable	chromosome	2441.0	96.436	100.0	0.0008673101027201481	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
MON0079_000000005867	3924	0.7524958023176512	4	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.6121196775510939		0	0	False	False	1.0	0					non-mobilizable	chromosome	3924.0	99.92399999999999	100.0	0.0007292487102447453	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0040_000000000594	18305	0.7524885363145198	25	9	2	9	2	False	19456	maximal	True	MAD0040_000000000594	0.996014877777844		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000000704	16486	0.7524885363145198	22	9	2	9	2	False	19456	maximal	False	MAD0040_000000000594	0.9650489985599536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0015_000000000575	16470	0.7524885363145198	22	9	2	9	2	False	19456	maximal	False	MAD0040_000000000594	0.6662825023252053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0277_000000005405	1713	0.7524855869050309	3	3	3	2	2	False	73187	fragment	False	FIJ0016_000000011233	0.4778972520908005		0	0	False	False	1.0	0					non-mobilizable	chromosome	1439.0	98.88799999999999	100.0	0.0004886308380426631	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0152_000000005759	3872	0.7524831502031722	4	4	0	3	3	False	95282	fragment	False	USA0003_01_000000009841	0.9386689934949531		0	0	False	False	1.0	0					non-mobilizable	chromosome	3713.0	96.714	96.0	0.7288435107009621	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
ISR0807_000000005497	2457	0.7524820570961502	3	3	3	3	2	False	80220	fragment	False	ISR0807_000000005497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0031_000000015455	1728	0.7524803454177732	2	2	2	2	1	True	117433	fragment	False	AST0031_000000015455	0.9450318471621344		0	0	False	False	0.9988425970077515	0					non-mobilizable	other	1729.0	93.522	100.0	0.009474590869939707	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0021_000000015870	1505	0.7524803454177732	3	2	2	2	1	True	104306	fragment	False	ISR0021_000000015870	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	97.649	90.0	0.0003561628481295427	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	True
FIJ0127_000000001551	10828	0.7524630058573072	19	4	3	3	2	True	100667	fragment	False	ISR0022_000000001841	0.11867842206230682		0	0	False	False	1.0	0					non-mobilizable	chromosome	10011.0	98.462	98.0	0.002668904580725894	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0075_000000001349	10797	0.7524630058573072	19	4	3	3	2	True	100667	fragment	False	ISR0022_000000001841	0.1185526253818121		0	0	False	False	1.0	0					non-mobilizable	chromosome	9979.0	98.46700000000001	98.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0051_000000001916	8087	0.7524608680396955	10	4	3	4	4	False	86669	fragment	False	CHI0051_000000001916	1.0		0	0	False	False	0.9991344213485718	0					non-mobilizable	no_good_hit	4293.0	94.759	85.0	0.029799299494079057	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	True	False
CHI0039_000000004147	3176	0.7524581074370429	5	4	3	3	3	False	88892	maximal	False	CHI0135_000000006055	0.9890669350251996		0	0	False	False	1.0	0					non-mobilizable	other	3176.0	99.93700000000001	100.0	0.01533712695759707	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	False	False
ISR0205_000000012122	1345	0.7524576892428334	1	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.1967879215630697		0	0	False	False	0.9895910620689392	0					non-mobilizable	other	1083.0	94.73700000000001	100.0	0.015456038854367546	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
FIJ0005_000000004068	6426	0.7524537388665201	11	5	3	4	4	False	132430	maximal	True	FIJ0005_000000004068	1.0		0	0	False	False	0.9978213310241699	0					non-mobilizable	no_good_hit	4822.0	99.959	80.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0167_000000005299	5840	0.7524537388665201	8	5	3	4	4	False	132424	maximal	True	ISR0167_000000005299	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4828.0	99.917	89.0	0.001359746488706863	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
FIJ0127_000000003096	5820	0.7524537388665201	9	5	3	4	4	False	132427	fragment	False	FIJ0127_000000003096	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4823.0	99.979	91.0	0.0013586194713105042	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0155_000000003917	5647	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9363738590470585		0	0	False	False	1.0	0					non-mobilizable	chromosome	4820.0	99.959	91.0	0.0013577742082632352	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0075_000000003112	5499	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9489078779803989		0	0	False	False	0.9985451698303223	0					non-mobilizable	chromosome	4822.0	99.959	94.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0049_000000004086	5372	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9201654660296139		0	0	False	False	1.0	0					non-mobilizable	other	5026.0	99.304	93.0	0.15156368031424686	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0105_000000005593	5366	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.940213303848001		0	0	False	False	0.9960864782333374	0					non-mobilizable	chromosome	4822.0	99.979	96.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0094_000000003381	5250	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9227858433724986		0	0	False	False	1.0	0					non-mobilizable	chromosome	4823.0	99.979	98.0	0.0013586194713105042	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0005_000000005574	5246	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9224116662051742		0	0	False	False	1.0	0					non-mobilizable	chromosome	4823.0	99.959	98.0	0.0013586194713105042	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0016_000000003254	5241	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.922027135750183		0	0	False	False	1.0	0					non-mobilizable	other	5029.0	99.264	98.0	0.1517147605378456	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0047_000000003851	5235	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.89573227733452		0	0	False	False	0.9998089671134949	0					non-mobilizable	chromosome	4923.0	99.512	99.0	0.0013848226257758458	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CHI0112_000000002933	5230	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9304374746282664		0	0	False	False	1.0	0					non-mobilizable	chromosome	4822.0	99.959	99.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0067_000000005818	5224	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9214218634163704		0	0	False	False	1.0	0					non-mobilizable	chromosome	4822.0	99.979	98.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0046_000000003780	5213	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9381952105891633		0	0	False	False	0.9996163249015808	0					non-mobilizable	chromosome	4822.0	99.979	99.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0386_000000006812	5212	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9219194878040075		0	0	False	False	0.999424397945404	0					non-mobilizable	other	5030.0	99.28399999999999	98.0	0.15168454449312585	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0040_000000004623	5203	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.934841716058575		0	0	False	False	0.9950028657913208	0					non-mobilizable	chromosome	4929.0	99.574	100.0	0.0013853861344740252	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0163_000000004814	5139	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8735986042257806		0	0	False	False	0.9998053908348083	0					non-mobilizable	chromosome	4814.0	99.958	100.0	0.001356083682168697	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0125_000000003875	5133	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8941839321877504		0	0	False	False	1.0	0					non-mobilizable	chromosome	4820.0	99.959	99.0	0.0013577742082632352	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0102_000000005975	5117	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8939512465228345		0	0	False	False	0.9990228414535522	0					non-mobilizable	chromosome	4821.0	99.93799999999999	99.0	0.0013580559626123249	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0093_000000005316	5090	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8538215106732936		0	0	False	False	1.0	0					non-mobilizable	chromosome	4822.0	99.959	95.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0089_000000004440	5082	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9052315636371414		0	0	False	False	0.9988193511962891	0					non-mobilizable	chromosome	4823.0	99.959	99.0	0.0013586194713105042	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0069_000000004703	5074	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8835946617992494		0	0	False	False	1.0	0					non-mobilizable	chromosome	4812.0	99.958	99.0	0.0013555201734705177	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0003_000000006983	5057	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9059435136066941		0	0	False	False	1.0	0					non-mobilizable	chromosome	4822.0	99.979	99.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0202_000000004735	5031	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.916028518852744		0	0	False	False	1.0	0					non-mobilizable	other	4966.0	99.275	99.0	0.1497507176310621	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0062_000000006100	5030	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8745032439544307		0	0	False	False	1.0	0					non-mobilizable	chromosome	4821.0	99.959	99.0	0.0013580559626123249	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0143_000000006711	5006	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8999795176986667		0	0	False	False	1.0	0					non-mobilizable	other	5012.0	99.262	100.0	0.15114065568817042	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0155_000000004731	4999	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9073633293946948		0	0	False	False	0.9981996417045593	0					non-mobilizable	other	4961.0	99.294	99.0	0.14959963740746338	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0143_000000003744	4996	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8731537054882861		0	0	False	False	1.0	0					non-mobilizable	chromosome	4812.0	99.979	100.0	0.0013555201734705177	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0060_000000005491	4994	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8997600064585096		0	0	False	False	0.9997997879981995	0					non-mobilizable	other	5000.0	99.28	100.0	0.15077806315153347	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0050_000000002731	4988	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8996716006497473		0	0	False	False	1.0	0					non-mobilizable	other	4994.0	99.29899999999999	100.0	0.150596766883215	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0100_000000006417	4986	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8983917457262419		0	0	False	False	0.9997994303703308	0					non-mobilizable	other	4891.0	99.91799999999999	99.0	0.14775645867955883	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0041_000000005440	4980	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8666462799258169		0	0	False	False	1.0	0					non-mobilizable	other	4890.0	99.959	100.0	0.1477262426348391	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0045_000000005532	4978	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8983465885652796		0	0	False	False	0.9997991323471069	0					non-mobilizable	other	4891.0	99.898	99.0	0.14769602659011935	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0022_000000005158	4972	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9073383072510748		0	0	False	False	0.9993966221809387	0					non-mobilizable	other	4962.0	99.295	99.0	0.1496298534521831	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0068_000000002682	4972	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8654621604836125		0	0	False	False	0.9997988939285278	0					non-mobilizable	other	4888.0	99.816	99.0	0.1476658105453996	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0057_000000005628	4970	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9066428544886065		0	0	False	False	1.0	0					non-mobilizable	other	4943.0	99.272	99.0	0.14911618069194743	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0149_000000004999	4966	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.7562449884713827		0	0	False	False	1.0	0					non-mobilizable	chromosome	4919.0	99.675	99.0	0.0013853861344740252	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0025_000000004144	4893	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8651685279718163		0	0	False	False	1.0	0					non-mobilizable	chromosome	4823.0	99.979	100.0	0.0013586194713105042	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CHI0145_000000003575	4884	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8636035953372591		0	0	False	False	0.9989762306213379	0					non-mobilizable	chromosome	4822.0	99.959	100.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0097_000000004672	4884	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8826114079179427		0	0	False	False	0.998157262802124	0					non-mobilizable	other	4875.0	99.91799999999999	99.0	0.1472125698746034	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0051_000000005067	4883	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8647705158308638		0	0	False	False	1.0	0					non-mobilizable	other	4883.0	99.959	100.0	0.14751473032180087	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0261_000000003413	4879	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8646229834350512		0	0	False	False	1.0	0					non-mobilizable	other	4879.0	99.959	100.0	0.14739386614292188	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0110_000000004404	4867	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8634177596704493		0	0	False	False	1.0	0					non-mobilizable	other	4863.0	99.959	99.0	0.14691040942740596	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0070_000000004275	4864	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8518006199544458		0	0	False	False	1.0	0					non-mobilizable	chromosome	4801.0	99.979	100.0	0.001352420875630531	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0087_000000006037	4861	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8631361920052709		0	0	False	False	1.0	0					non-mobilizable	other	4861.0	99.959	100.0	0.14684997733796645	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0133_000000004763	4856	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.6614011614384961		0	0	False	False	1.0	0					non-mobilizable	other	4860.0	94.75299999999999	100.0	0.14639673666717026	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0168_000000003777	4851	0.7524537388665201	8	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8310132276806838		0	0	False	False	1.0	0					non-mobilizable	chromosome	4791.0	99.958	99.0	0.0013496033321396342	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0071_000000004973	4826	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.821752007702812		0	0	False	False	1.0	0					non-mobilizable	chromosome	4771.0	99.979	99.0	0.0013439682451578403	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0072_000000004053	4825	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8226373388589331		0	0	False	False	0.9993782639503479	0					non-mobilizable	chromosome	4776.0	99.979	99.0	0.0013453770169032887	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0113_000000005198	4770	0.7524537388665201	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.7654263811131714		0	0	False	False	0.99895179271698	0					non-mobilizable	other	4770.0	99.958	100.0	0.14410031726846956	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0243_000000007432	1638	0.7524492294751144	3	2	2	1	1	False	27226	fragment	False	ISR0243_000000007432	1.0		0	0	False	False	0.9981684684753418	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000007367	3283	0.7524455103418645	4	4	4	4	4	False	120888	fragment	False	SPA0007_000000007367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	97.973	71.0	0.0014261888804027619	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
SPA0056_000000012203	2829	0.7524223672135321	2	2	2	2	1	False	33191	maximal	True	SPA0056_000000012203	1.0		4	3	False	False	0.9939908385276794	0					non-mobilizable	no_good_hit								True	False
MON0053_000000031317	1311	0.7524162452451385	1	1	1	1	1	False	13442	maximal	True	MON0053_000000031317	0.9869931140015302		9	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0014_000000012818	1307	0.7524162452451385	1	1	1	1	1	False	13442	maximal	False	MON0053_000000031317	0.9855072463768115		0	0	False	False	0.9770466685295105	0					non-mobilizable	no_good_hit								True	False
ISR0802_000000000571	13764	0.7524162069161947	12	8	8	6	5	False	110506	maximal	True	ISR0802_000000000571	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	2694.0	99.963	20.0	0.004297166710281925	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
FIJ0081_000000002516	10226	0.7524159468471783	11	9	9	7	8	False	44292	maximal	True	FIJ0081_000000002516	1.0		2	1	False	False	0.9991198778152466	0					non-mobilizable	no_good_hit	3097.0	94.414	47.0	0.0012683225481522036	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MAD0027_000000007171	1669	0.7524101753879852	2	2	2	2	1	False	19042	fragment	False	MAD0027_000000007171	1.0		0	0	False	False	0.9970042109489441	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	5.644886811718121e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0020_000000000262	61701	0.7524092870218595	61	38	26	35	24	True	105272	backbone	True	CAN0020_000000000262	0.9998625285051188	PS633	5	3	True	True	1.0	485					non-mobilizable	no_good_hit	2235.0	77.226	6.0	0.018462902699582555	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
USA0125_01_000000000127	61579	0.7524092870218595	62	38	26	35	24	True	105272	backbone	False	CAN0020_000000000262	0.9990930292821975	PS633	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	2235.0	77.226	6.0	0.018462902699582555	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MAD0107_000000024549	1612	0.7524044096360644	1	1	1	1	1	False	14668	maximal	True	MAD0107_000000024549	1.0		2	1	False	False	0.9863523840904236	0					non-mobilizable	no_good_hit								True	False
FIJ0152_000000021318	1310	0.7524008152382105	2	1	1	1	1	False	39690	maximal	True	FIJ0152_000000021318	1.0		31	7	False	False	0.9923664331436157	0					non-mobilizable	no_good_hit								True	False
ENG0148_000000023307	1562	0.7523946225763627	2	2	2	2	1	False	131337	fragment	False	ENG0161_000000012231	0.6309173050481242		0	0	False	False	0.97567218542099	0					non-mobilizable	other	1590.0	95.59700000000001	100.0	0.024789004851718383	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
MAD0063_000000006765	1897	0.752393591703158	1	1	1	1	1	False	16712	maximal	True	MAD0063_000000006765	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	839.0	77.831	44.0	0.00024522616041877996	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0069_000000008401	1253	0.7523902429988993	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.21958199176229176		0	0	False	False	0.9992018938064575	0					non-mobilizable	chromosome	1037.0	78.014	95.0	0.0002726257352825451	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0182_000000002094	10877	0.752389647673764	8	7	5	6	7	False	101919	fragment	False	ENG0182_000000002094	1.0		0	0	False	False	0.9977015852928162	0					non-mobilizable	chromosome	6352.0	100.0	100.0	0.0011600972574687084	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0203_000000001254	14544	0.7523866953440222	17	8	8	6	4	True	111548	fragment	False	ISR0203_000000001254	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10868.0	96.494	90.0	0.4117758712322527	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0134_000000002824	10592	0.7523857703382347	11	7	7	7	6	False	31505	maximal	True	ISR0134_000000002824	1.0		5	1	False	False	0.9998111724853516	0					non-mobilizable	no_good_hit	1223.0	74.898	11.0	0.005329550590456927	NZ_AWEY01000032.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00003, whole genome shotgun sequence	True	False
MAD0012_000000025296	1226	0.7523769615824419	2	2	2	1	1	False	19637	fragment	False	MAD0012_000000025296	1.0		0	0	False	False	0.9926590323448181	0					non-mobilizable	other	1239.0	76.998	100.0	0.012007367933727997	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
ENG0194_000000006332	4267	0.7523768288216099	6	4	3	2	1	True	128448	maximal	True	ENG0194_000000006332	1.0		26	7	False	False	0.9969533681869507	0					non-mobilizable	no_good_hit	3096.0	91.344	72.0	0.000758335251850419	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0017_000000006580	2958	0.7523708280925684	5	5	3	5	2	False	62328	fragment	False	MON0017_000000006580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	78.618	16.0	0.00010453429405111432	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0010_01_000000006641	4092	0.7523670287989664	5	4	4	3	3	False	115387	maximal	True	USA0010_01_000000006641	1.0		5	2	False	False	0.9941349029541016	0					non-mobilizable	no_good_hit	1975.0	96.304	70.0	0.00038193449823355295	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0109_000000016204	1515	0.7523647098437443	2	2	2	1	1	False	59864	fragment	False	ENG0109_000000016204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.416429967939993e-05	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0083_000000017931	2098	0.7523646470607958	3	3	2	2	3	False	64023	fragment	False	MON0083_000000017931	0.9721295855169128		0	0	False	False	1.0	0					non-mobilizable	chromosome	2105.0	93.96700000000001	100.0	0.0008652435654459361	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0182_000000008675	3925	0.7523597298886567	6	2	1	1	2	False	29567	fragment	False	ISR0182_000000008675	1.0		0	0	False	False	0.9844586253166199	0					non-mobilizable	virus	3925.0	97.936	100.0	0.1632338867390671	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	False	False
ENG0079_000000017219	1934	0.7523551478460084	3	2	2	1	1	True	86552	fragment	False	ENG0079_000000017219	1.0		0	0	False	False	0.9943122863769531	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00013050183888954799	NZ_RYUF01000009.1	high GC Gram+	Bifidobacterium pseudolongum subsp. globosum strain 2105B Contig_9, whole genome shotgun sequence	True	True
DEN0067_000000014801	2268	0.7523545781146045	3	3	2	2	2	True	70840	fragment	False	DEN0067_000000014801	1.0		0	0	False	False	0.9925044178962708	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	6.667327392804693e-05	NZ_PZZL01000003.1	a-proteobacteria	Phreatobacter oligotrophus strain DSM 25521 Ga0183455_103, whole genome shotgun sequence	True	True
ISR0390_000000004429	2881	0.7523521478527455	3	3	1	1	3	False	72950	fragment	False	DEN0045_000000011774	0.7891633492423682		0	0	False	False	0.9996529221534729	0					non-mobilizable	no_good_hit	664.0	93.976	45.0	0.0001472616659892186	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0112_000000015588	2167	0.7523521478527455	3	3	1	1	3	False	10677	fragment	False	MON0065_000000011273	0.9652838427947599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	93.73100000000001	31.0	0.00014837223662262145	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0261_000000013128	1407	0.7523505674784974	2	1	1	1	1	False	26681	maximal	True	ISR0261_000000013128	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000014247	2273	0.7523474540289077	2	1	1	1	1	False	31477	fragment	False	ISR0134_000000014247	1.0		0	0	False	False	0.9995600581169128	0					non-mobilizable	no_good_hit	286.0	98.601	13.0	8.090376029322929e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0237_000000000712	8380	0.7523379407361805	11	6	3	4	5	True	81850	fragment	False	ISR0237_000000000712	1.0		0	0	False	False	0.9973747134208679	0					non-mobilizable	no_good_hit	2173.0	95.67399999999999	60.0	0.17515127067365874	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0069_000000004911	4897	0.7523377435157467	6	3	1	1	2	True	45002	maximal	True	FIJ0069_000000004911	1.0		1	1	True	True	1.0	55					non-mobilizable	no_good_hit	291.0	83.505	12.0	0.04764344262295082	CP049076.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 plasmid unnamed, complete sequence	True	True
AST0012_000000015779	1494	0.7523364285547778	2	2	2	2	2	False	124860	backbone	True	AST0012_000000015779	1.0	PS916	1	1	True	True	0.9986613392829895	12					non-mobilizable	plasmid	759.0	98.287	100.0	0.03374905010951679	EF192213.1	firmicutes	Lactococcus lactis subsp. cremoris plasmid pEps352 EPS gene cluster, complete sequence	False	True
ISR0373_000000010421	1594	0.7523358536780964	2	2	2	2	1	False	114361	fragment	False	ISR0196_000000008430	0.17184600231105793		0	0	False	False	0.9930990934371948	0					non-mobilizable	chromosome	1598.0	83.792	100.0	0.000502109775128577	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0208_000000000022	115706	0.7523356280331215	123	31	21	27	16	True	127691	fragment	False	ENG0208_000000000022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1414.0	96.04	3.0	0.0005883170966697005	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
DEN0077_000000012048	1188	0.7523331532489186	2	1	1	1	1	False	86295	fragment	False	CHI0054_000000014524	0.7249859820555575		0	0	False	False	1.0	0					non-mobilizable	chromosome	1071.0	99.346	90.0	0.0002994723409305081	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0160_000000017531	1159	0.7523331532489186	2	1	1	1	1	False	86295	fragment	False	CHI0054_000000014524	0.7164056232694149		0	0	False	False	0.9948230981826782	0					non-mobilizable	chromosome	1060.0	99.245	93.0	0.00029639365331346555	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0379_000000022333	1129	0.7523308881239383	2	2	2	1	1	False	23198	fragment	False	ISR0379_000000022333	1.0		0	0	False	False	0.9955713152885437	0					non-mobilizable	other	1128.0	99.734	99.0	0.00021827595309797877	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0140_000000019856	1489	0.7523168727967359	3	1	1	1	1	False	83626	maximal	True	CHI0140_000000019856	1.0		5	1	False	False	0.9986568093299866	0					non-mobilizable	no_good_hit	453.0	94.70200000000001	57.0	0.0001222143840381525	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0125_000000010765	1427	0.7523168727967359	3	1	1	1	1	False	83626	maximal	False	CHI0140_000000019856	0.9724795657573528		0	0	False	False	0.9985984563827515	0					non-mobilizable	no_good_hit	453.0	94.70200000000001	55.0	0.0001222143840381525	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0092_000000007995	1344	0.7523168727967359	2	1	1	1	1	False	83626	maximal	False	CHI0140_000000019856	0.9353042768357036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	94.70200000000001	56.0	0.0001222143840381525	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0060_000000019538	1599	0.7523160602986116	2	2	2	2	2	False	104605	fragment	False	ENG0060_000000019538	0.9045329974365063		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	92.902	100.0	0.005799365106912236	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0322_000000003853	2635	0.7523099411488283	4	3	3	3	3	False	121356	maximal	True	ISR0322_000000003853	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1930.0	99.275	100.0	0.0006080161683760357	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0027_01_000000002118	11737	0.7523089244724599	5	3	3	3	1	True	130414	fragment	False	ENG0157_000000001659	0.9353120243531202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	99.281	1.0	0.1689106487148103	GQ878470.1		Uncultured organism clone VC1BZ08TR genomic sequence	True	True
FIJ0114_000000003979	8236	0.7523073219283635	13	7	4	5	5	False	60980	fragment	False	FIJ0114_000000003979	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4764.0	98.3	92.0	0.0013594231456417972	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0819_000000010691	2418	0.7523069205582783	3	3	3	3	3	False	62605	maximal	True	ISR0819_000000010691	1.0		386	14	False	False	0.9909015893936157	0					non-mobilizable	chromosome	2418.0	98.553	100.0	0.0005468508900298019	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0180_000000001884	7107	0.7523052069932711	7	4	4	3	4	False	124537	maximal	True	ENG0180_000000001884	1.0		0	0	False	False	0.999437153339386	0					non-mobilizable	no_good_hit	922.0	99.34899999999999	13.0	0.005962786000077691	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0143_000000003379	1537	0.75230064088225	4	3	2	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.770689563833014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	92.009	53.0	0.009965714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0077_000000001086	17272	0.7522958222791097	18	6	3	5	2	True	111613	fragment	False	ISR0090_000000000852	0.7397434868440147		0	0	False	False	0.9977999329566956	0					non-mobilizable	no_good_hit	895.0	74.078	5.0	0.01671641791044776	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
AUS0006_000000006731	3389	0.7522890041954811	4	4	4	4	2	False	102158	maximal	True	AUS0006_000000006731	1.0		1	1	True	True	0.9997049570083618	4					non-mobilizable	no_good_hit	303.0	73.92699999999999	9.0	0.0017032344191452754	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	True
FIJ0016_000000010903	1720	0.7522847701314291	2	2	2	2	2	False	98799	maximal	True	FIJ0016_000000010903	1.0		147	10	False	False	1.0	0					non-mobilizable	other	1725.0	92.696	100.0	0.2523858464249009	NZ_CABIWU010000096.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0194_000000009895	2777	0.7522817625335949	2	2	2	2	2	False	89449	fragment	False	ENG0194_000000009895	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2516.0	99.72200000000001	91.0	0.0010446313012243162	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0335_000000010408	1802	0.7522795687352255	2	2	2	2	1	False	30575	fragment	False	ISR0335_000000010408	1.0		0	0	False	False	0.9988901019096375	0					non-mobilizable	chromosome	1802.0	99.61200000000001	100.0	0.0007792010009769217	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
ENG0164_000000002034	8356	0.7522783138798853	12	8	2	3	8	False	104418	maximal	True	ENG0164_000000002034	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6638.0	95.78200000000001	79.0	0.01477138462224402	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
AUS0002_000000012323	2848	0.752275434899359	4	2	2	2	1	True	103018	maximal	True	AUS0002_000000012323	1.0		1	1	False	False	0.9810393452644348	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.001048912443413934	NZ_NFIG01000037.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_37, whole genome shotgun sequence	True	True
ISR0009_000000007004	4356	0.752273358537324	4	4	1	1	4	False	38383	maximal	True	ISR0009_000000007004	1.0		400	12	False	False	1.0	0					non-mobilizable	chromosome	3973.0	97.785	99.0	0.0015326646985139697	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	False	False
MON0066_000000001478	12231	0.7522634749955329	8	8	3	7	4	False	120885	maximal	True	MON0066_000000001478	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	5168.0	97.25200000000001	79.0	0.0020420181926695384	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
MON0012_000000053355	1105	0.7522616265670886	1	1	1	1	1	False	13557	fragment	False	MON0012_000000053355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	83.333	9.0	4.619048586848275e-05	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0278_000000002097	4521	0.7522529174553044	6	2	1	1	1	False	130020	fragment	False	ISR0278_000000002097	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	97.177	31.0	0.144921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0126_000000009434	4027	0.7522529174553044	6	2	1	1	1	False	130019	fragment	False	SPA0126_000000009434	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	22.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
MON0031_000000009724	3535	0.7522529174553044	4	2	1	1	1	False	130018	fragment	False	MON0031_000000009724	0.9951895043731778		0	0	False	True	0.9889674782752991	0					non-mobilizable	no_good_hit	867.0	100.0	26.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
CAN0012_000000014859	3430	0.7522529174553044	4	2	1	1	1	False	130018	fragment	False	MON0031_000000009724	0.9806223479490807		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	74.564	31.0	0.4042873260624295	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0031_01_000000001387	19205	0.7522525131963406	26	14	8	9	10	True	111469	fragment	False	SPA0052_000000001370	0.9144934522674415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	79.209	4.0	0.00021547134356404636	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
USA0111_01_000000009197	2690	0.7522417158715153	5	3	3	2	1	True	84658	fragment	False	USA0111_01_000000009197	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	99.411	98.0	0.0005991459843098846	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0083_000000005447	4214	0.7522408109084211	5	5	5	5	4	False	34121	maximal	True	ISR0083_000000005447	1.0		4	2	False	False	0.9954912066459656	0					non-mobilizable	no_good_hit	1715.0	71.02	40.0	0.000729926690537555	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ISR0335_000000008852	2078	0.752237959885391	3	1	1	1	1	False	27052	maximal	True	ISR0335_000000008852	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0057_000000003421	1987	0.752237959885391	3	1	1	1	1	False	72016	fragment	False	DEN0057_000000003421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0249_000000015259	1433	0.752237959885391	2	1	1	1	1	False	27051	fragment	False	ISR0249_000000015259	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0009_000000014466	1857	0.7522302191251022	3	3	3	3	3	False	94776	fragment	False	ISR0071_000000003689	0.6396255850234009		0	0	False	False	0.987075924873352	0					non-mobilizable	no_good_hit	1084.0	71.402	58.0	0.00037679415459113407	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0020_000000001214	8328	0.7522296704388329	4	4	4	3	4	False	56577	fragment	False	MON0020_000000001214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	74.475	15.0	0.00020940470457999963	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0114_000000024700	1627	0.7522292106159584	3	3	3	2	2	False	41847	fragment	False	FIJ0114_000000024700	1.0		0	0	False	False	0.988936722278595	0					non-mobilizable	no_good_hit	243.0	72.428	15.0	0.0006385730307534625	NZ_QGDS01000004.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_104, whole genome shotgun sequence	True	False
CHI0186_000000011314	1705	0.7522269645945778	2	2	2	2	2	False	77136	fragment	False	MON0076_000000026698	0.9723003778703571		0	0	False	False	0.9818181991577148	0					non-mobilizable	other	1230.0	96.667	97.0	0.0003412921894352156	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0270_000000005519	1521	0.7522264771512158	3	2	2	2	2	False	26432	maximal	True	ISR0270_000000005519	1.0		0	0	False	False	0.9835634231567383	0					non-mobilizable	no_good_hit	1192.0	99.581	78.0	0.0021484970442381133	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0002_000000009010	3654	0.7522143862983475	7	6	3	4	5	False	91206	maximal	True	MAD0002_000000009010	1.0		1	1	False	False	0.9967159032821655	0					non-mobilizable	no_good_hit	3185.0	99.84299999999999	89.0	0.18546132339235788	NZ_VJYL01000055.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold53_1, whole genome shotgun sequence	True	False
ISR0277_000000005004	1830	0.7522124037955703	2	2	2	2	1	False	46229	fragment	False	ISR0277_000000005004	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	99.126	100.0	0.0016629600871394723	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
USA0119_01_000000015756	1563	0.7522008148345507	3	3	3	3	2	False	95825	fragment	False	USA0119_01_000000015756	0.9898512248543677		0	0	False	False	1.0	0					non-mobilizable	other	1563.0	99.04	100.0	0.0012577602842651046	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
SPA0096_000000007771	4515	0.7521955355371993	5	4	2	4	1	True	64897	maximal	True	SPA0096_000000007771	1.0		3	3	False	False	0.9957917928695679	0					non-mobilizable	no_good_hit	490.0	82.245	10.0	0.0391223683149149	CP000313.1	firmicutes	Clostridium perfringens SM101 plasmid pSM101A, complete sequence	True	True
SPA0082_000000006583	2520	0.7521936577031572	4	4	4	3	3	False	93482	fragment	False	SPA0082_000000006583	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2179.0	94.906	98.0	0.0007754144121649948	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
SPA0058_000000008211	3688	0.7521911840551547	4	3	3	3	3	False	35343	fragment	False	SPA0058_000000008211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2159.0	99.583	89.0	0.0003873466520989863	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ISR0068_000000016579	1237	0.752183073680823	3	1	1	1	1	True	35006	fragment	False	ISR0068_000000016579	1.0		0	0	False	False	0.9967663884162903	0					non-mobilizable	no_good_hit	1086.0	87.75299999999999	88.0	0.00030981945423176925	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
MAD0089_000000009399	2532	0.7521816946493098	4	3	3	2	2	False	16858	fragment	False	MAD0089_000000009399	1.0		0	0	False	False	0.9972353577613831	0					non-mobilizable	no_good_hit	1097.0	84.959	69.0	0.00033816386045623187	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0185_000000008528	3698	0.7521791129589305	6	2	0	2	1	True	29404	maximal	True	ISR0185_000000008528	0.9992793312193715		4	2	False	False	0.998918354511261	0					non-mobilizable	other	3698.0	100.0	100.0	0.002978821121670783	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	True
USA0036_01_000000010655	3469	0.7521791129589305	5	2	0	2	1	True	29404	maximal	False	ISR0185_000000008528	0.9683612763656031		0	0	False	False	0.9994234442710876	0					non-mobilizable	other	3469.0	99.971	100.0	0.0027943066405069716	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	True
FIJ0081_000000003243	8440	0.7521736221002349	10	8	7	7	8	False	127582	fragment	False	ISR0779_000000003099	0.9296715989802691		0	0	False	False	0.9998815059661865	0					non-mobilizable	chromosome	7585.0	97.62700000000001	99.0	0.003287880541930124	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0104_000000017563	2118	0.7521697574000942	3	3	2	3	1	True	26680	fragment	False	SPA0104_000000017563	1.0		0	0	False	False	0.9815863966941833	0					non-mobilizable	no_good_hit	1564.0	92.775	74.0	0.0414687856517471	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
AUS0014_000000009020	3437	0.7521670642292605	4	4	3	4	3	False	102887	maximal	True	AUS0014_000000009020	1.0		24	7	False	False	0.9915624260902405	0					non-mobilizable	other	3359.0	99.226	98.0	0.0025974589032452364	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
ISR0150_000000003437	6288	0.7521650620092896	8	8	4	6	7	True	123556	backbone	False	ISR0826_000000002301	0.6116239169545025	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4109.0	97.055	100.0	0.23881640260950607	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
SPA0031_000000003390	7089	0.7521649319464435	5	5	4	4	3	False	100733	fragment	False	SPA0031_000000003390	0.9755119006705731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	86.70200000000001	26.0	0.0001785954330277491	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
SPA0040_000000009311	4044	0.7521602387516895	5	4	3	4	2	False	97072	fragment	False	DEN0010_000000011304	0.9461438355328822		0	0	False	False	0.9997527003288269	0					non-mobilizable	no_good_hit	355.0	79.437	9.0	0.0012953753610672701	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
USA0027_01_000000008751	3122	0.7521602387516895	4	4	3	4	2	False	97068	fragment	False	CHI0109_000000005647	0.9668147961780922		0	0	False	False	0.999679684638977	0					non-mobilizable	no_good_hit	369.0	90.244	12.0	0.00017069382843871113	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0301_000000002220	6731	0.7521509998800708	10	7	3	6	5	False	121469	maximal	False	SPA0037_000000003232	0.6354012070841991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1886.0	93.69	66.0	0.0005857981133754229	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0133_000000006584	5551	0.7521345217228161	10	4	4	4	4	True	60640	maximal	True	FIJ0133_000000006584	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1702.0	96.59200000000001	34.0	0.0004170476118323836	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0079_000000005971	6270	0.7521285392998477	11	3	0	3	1	True	69638	maximal	True	DEN0079_000000005971	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
DEN0046_000000004286	4973	0.7521245985531907	3	2	2	2	1	True	122817	maximal	True	DEN0046_000000004286	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2561.0	96.564	51.0	0.027790457558960983	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0125_000000003064	4917	0.7521243259934532	3	3	3	3	3	False	45642	maximal	False	FIJ0063_000000004623	0.954623944742901		0	0	False	False	0.9997966289520264	0					non-mobilizable	no_good_hit	700.0	98.714	14.0	0.9985714285714286	EU064847.1	bacteria	Uncultured bacterium clone HA0AAA19ZB11FM1 genomic sequence	True	False
ISR0308_000000011186	1607	0.7521237531474471	3	3	3	3	2	False	25411	maximal	True	ISR0308_000000011186	1.0		2	2	False	False	0.9943994879722595	0					non-mobilizable	no_good_hit	1170.0	97.77799999999999	73.0	0.0003325112994109231	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0020_000000004860	5351	0.7521213921824464	12	4	3	4	3	True	110420	fragment	False	SPA0020_000000004860	1.0		0	0	False	False	0.9975705742835999	0					non-mobilizable	other	4627.0	99.006	99.0	0.02664531662193141	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0070_000000005785	3469	0.7521203042023135	3	3	3	3	3	False	57787	fragment	False	ISR0070_000000005785	0.9476044423715851		0	0	False	False	0.9968290328979492	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	4.231478817217041e-05	NC_021833.1	mycoplasmas	Spiroplasma diminutum CUAS-1, complete sequence	True	False
AUS0022_000000004160	8364	0.7521171230290339	8	4	3	4	1	True	103119	fragment	False	ISR0362_000000002645	0.9596050490475337		0	0	False	False	0.9998804330825806	0					non-mobilizable	no_good_hit	251.0	85.65700000000001	3.0	0.007380851961197807	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0074_000000017620	1325	0.7521167042110323	3	2	2	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8547860991815651		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	95.163	100.0	0.0003910371183314793	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0155_000000015513	1256	0.7521167042110323	2	2	2	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8502015472260855		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	92.235	100.0	0.00037459442604689873	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0084_000000031402	1129	0.7521167042110323	2	2	2	1	1	False	119664	fragment	False	ENG0204_000000015965	0.6048678305427956		0	0	False	False	1.0	0					non-mobilizable	other	1137.0	90.853	100.0	0.0003387194610623594	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0151_000000015151	1115	0.7521167042110323	2	2	2	1	1	False	119664	fragment	False	ENG0204_000000015965	0.538415280997037		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	94.081	100.0	0.0003327403002316028	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0094_000000004251	3235	0.7521150072260073	5	5	5	3	4	False	113189	fragment	False	SPA0094_000000004251	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3235.0	100.0	100.0	0.0006538507340050702	CP041304.1	enterobacteria	Escherichia coli strain MSHS 133 chromosome, complete genome	False	False
FIJ0086_000000003658	7945	0.7521111503799081	7	5	5	5	5	True	51752	fragment	False	FIJ0086_000000003658	0.9977355665557912		0	0	False	False	0.9991189241409302	0					non-mobilizable	no_good_hit	68.0	86.765	1.0	0.0006495835878343658	NZ_CABGVN010000015.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071129, whole genome shotgun sequence	True	True
FIJ0126_000000004204	7832	0.7521111503799081	6	5	5	5	5	True	51752	fragment	False	FIJ0086_000000003658	0.9882520856529666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	1.0	0.0006495835878343658	NZ_CABGVN010000015.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071129, whole genome shotgun sequence	True	True
FIJ0075_000000002020	7800	0.7521111503799081	7	5	5	5	5	True	51752	fragment	False	FIJ0086_000000003658	0.9835194689486131		0	0	False	False	0.9998717904090881	0					non-mobilizable	no_good_hit	74.0	86.486	1.0	0.0007077552524165479	NZ_CABGVN010000015.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071129, whole genome shotgun sequence	True	True
SPA0128_000000019126	1940	0.7521105611425591	1	1	1	1	1	True	23273	fragment	False	ISR0378_000000013405	0.9549102927289896		0	0	False	False	0.9907216429710388	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	7.121638475364027e-06	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
DEN0083_000000012296	2325	0.7520987061478893	3	3	3	2	2	False	69107	maximal	True	DEN0083_000000012296	1.0		1	1	False	False	0.9956989288330078	0					non-mobilizable	no_good_hit	732.0	94.536	31.0	0.00020842482719436704	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ITA0006_000000008215	3105	0.7520958136876209	3	2	2	1	2	False	37794	maximal	True	ITA0006_000000008215	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	88.333	2.0	0.0007528131438533467	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
ENG0071_000000009989	2070	0.7520957369321538	4	2	2	2	2	False	62292	maximal	True	ENG0071_000000009989	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	82.82799999999999	19.0	8.914325638053038e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0131_000000010538	2539	0.7520916438172478	5	5	5	4	3	False	58366	maximal	True	ENG0131_000000010538	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1534.0	99.609	100.0	0.008821143123478741	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	False
ISR0086_000000014999	1842	0.7520891464624324	2	2	2	2	2	False	37074	fragment	False	ISR0086_000000014999	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1842.0	96.037	100.0	0.513815238626849	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
MAD0076_000000004000	1610	0.7520715198308809	2	1	1	1	1	True	16244	fragment	False	MAD0076_000000004000	1.0		0	0	False	False	0.9745341539382935	0					non-mobilizable	no_good_hit								True	True
CHI0109_000000005647	3100	0.7520651268139322	4	4	3	4	3	False	97068	fragment	False	CHI0109_000000005647	0.9668956476128947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.558	9.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
CHI0125_000000004578	3413	0.7520627571920665	5	3	2	2	1	True	81649	fragment	False	ITA0001_000000000506	0.9158031088082901		0	0	False	False	1.0	0					non-mobilizable	other	3336.0	90.977	98.0	0.013683117863546286	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0096_000000019527	1888	0.7520566564084559	2	2	2	2	2	False	114463	fragment	False	MON0096_000000019527	1.0		0	0	False	False	0.9676907062530518	0					non-mobilizable	no_good_hit								True	False
ISR0362_000000010215	2093	0.7520560671938913	3	2	2	2	1	False	125880	maximal	True	ISR0362_000000010215	0.9780578810740018		9	4	False	False	1.0	0					non-mobilizable	other	2093.0	97.37200000000001	100.0	0.04181407527333054	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
AST0106_000000004521	4322	0.7520410983232709	4	4	4	4	4	False	107499	maximal	True	AST0106_000000004521	0.9983769997681429		29	6	False	False	0.9993059039115906	0					non-mobilizable	no_good_hit	1837.0	81.002	54.0	0.0004888015144271482	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0389_000000007814	2710	0.7520393086025519	4	3	3	2	3	False	125534	fragment	False	FIJ0068_000000010349	0.6526833649451954		0	0	False	False	1.0	0					non-mobilizable	other	2710.0	99.37299999999999	100.0	0.033688582691853305	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0057_000000012528	1969	0.752035659324203	1	1	1	1	1	False	63539	fragment	False	ENG0057_000000012528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	82.41799999999999	29.0	9.395681509886019e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0076_000000044045	1099	0.7520329811092191	2	1	1	1	1	False	10257	fragment	False	MON0076_000000044045	1.0		0	0	False	False	0.9981801509857178	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000020242	1626	0.7520320608843902	3	3	3	3	2	False	67778	maximal	False	ENG0004_000000015861	0.9831685368744627		0	0	False	False	0.9852398633956909	0					non-mobilizable	no_good_hit	165.0	76.97	10.0	3.0880005825265294e-05	CP050009.1	enterobacteria	Citrobacter sp. Y3 chromosome, complete genome	True	False
MON0060_000000012851	2972	0.7520311181162167	4	2	2	2	2	True	10902	maximal	True	MON0060_000000012851	1.0		3	1	False	False	0.9814939498901367	0					non-mobilizable	no_good_hit	44.0	95.455	1.0	2.06628944870917e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	True
CHI0106_000000005314	3556	0.7520253955095442	4	4	4	4	2	False	131570	maximal	True	CHI0106_000000005314	0.9929788864966013		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2309.0	79.515	65.0	0.00035297644691442324	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0032_000000026558	1210	0.7520248162719474	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.1748227165284261		0	0	False	False	0.9429752230644226	0					non-mobilizable	other	1114.0	96.948	92.0	0.00030907909425662727	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AUS0022_000000020547	1659	0.7520239395698833	3	3	1	3	2	False	99145	fragment	False	ISR0241_000000009307	0.981437125748503		0	0	False	False	1.0	0					non-mobilizable	other	1654.0	98.065	99.0	0.06272530641672674	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
ISR0099_000000004595	4724	0.7520204533948055	4	3	3	3	2	False	86403	fragment	False	ISR0099_000000004595	0.9986990736448874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2801.0	89.611	59.0	0.001396331270726402	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0098_000000019953	1860	0.7520187565150709	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.28824252108329346	PS721	0	0	False	True	0.999462366104126	0					non-mobilizable	other	1750.0	74.62899999999999	93.0	0.21084704448507008	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0006_000000005943	4227	0.7520129752729711	4	4	4	4	3	False	71142	maximal	True	ENG0006_000000005943	0.9990331157843848		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	1547.0	90.23899999999999	41.0	0.001136085856577812	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	False
ISR0299_000000002779	3304	0.7520064432442221	5	5	5	4	2	False	120902	fragment	False	ISR0299_000000002779	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2803.0	98.21600000000001	98.0	0.0008995796824695613	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0102_01_000000003842	3703	0.7520049482557981	4	3	3	2	2	False	116935	maximal	True	USA0102_01_000000003842	1.0		0	0	False	False	0.9994599223136902	0					non-mobilizable	no_good_hit	2081.0	79.097	55.0	0.07510980966325037	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
SPA0020_000000009203	3187	0.7520032286734262	4	4	3	2	3	False	91205	fragment	False	SPA0020_000000009203	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3189.0	99.78	100.0	0.10291838842975207	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0108_000000008322	2592	0.7520032286734262	4	4	3	2	3	False	91204	fragment	False	MON0108_000000008322	1.0		0	0	False	False	0.9949845671653748	0					non-mobilizable	other	2600.0	99.19200000000001	100.0	0.15138630009319665	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	False
MAD0012_000000011149	2518	0.7520032286734262	4	4	3	2	3	False	91203	fragment	False	MAD0012_000000011149	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2518.0	99.96	100.0	0.08125645661157024	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0007_000000011996	2136	0.7520032286734262	4	4	3	2	3	False	91198	fragment	False	CHI0170_000000004810	0.9819392675890057		0	0	False	False	1.0	0					non-mobilizable	plasmid	2136.0	100.0	100.0	0.0646225558447848	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
FIJ0044_000000013072	1684	0.7520010507941144	1	1	1	1	1	False	53468	fragment	False	FIJ0167_000000011960	0.9792518994739918		0	0	False	False	0.9994061589241028	0					non-mobilizable	no_good_hit	1070.0	77.009	63.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0198_000000006323	2981	0.7519982147800954	4	2	2	1	2	True	76508	fragment	False	ENG0198_000000006323	1.0		0	0	False	False	0.988258957862854	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	3.7216580234605053e-06	NZ_CP017599.1	cyanobacteria	Moorea producens PAL-8-15-08-1 chromosome, complete genome	True	True
DEN0005_000000016338	2195	0.7519982147800954	3	2	2	1	2	True	76506	fragment	False	DEN0005_000000016338	1.0		0	0	False	False	0.9986332654953003	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	3.928416802541645e-06	NZ_CP017599.1	cyanobacteria	Moorea producens PAL-8-15-08-1 chromosome, complete genome	True	True
ENG0054_000000007545	3375	0.7519962454810685	5	3	3	3	2	False	82101	fragment	False	FIJ0028_000000008916	0.9671708325042809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	91.52	10.0	0.0001590344139278702	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0002_000000013271	2670	0.7519923022754562	3	3	2	3	1	False	52416	maximal	True	FIJ0002_000000013271	1.0		1	1	False	False	0.9857677817344666	0					non-mobilizable	no_good_hit								True	False
ISR0297_000000004990	2725	0.7519899255583125	5	4	2	4	1	True	25655	maximal	True	ISR0297_000000004990	1.0		6	3	False	False	0.9985321164131165	0					non-mobilizable	no_good_hit	184.0	100.0	7.0	0.04675523760858457	KX125140.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CY_47 genomic sequence	True	True
ENG0205_000000007043	1144	0.7519899029185366	2	2	2	1	0	True	53980	fragment	False	ENG0205_000000007043	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.913	100.0	0.0003181960538678359	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0030_000000014884	2054	0.7519884773802401	2	2	2	2	2	False	67980	fragment	False	SPA0030_000000014884	0.9896826479273289		0	0	False	False	0.9985394477844238	0					non-mobilizable	other	2054.0	99.464	100.0	0.0005033502334461397	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0128_000000006767	5062	0.7519660725764575	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7685065157415212	PS1159|PS463	0	0	True	True	0.9996048808097839	27		MOBV			mobilizable	other	4355.0	98.186	96.0	0.5533807829181495	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0102_000000000088	80464	0.7519656494715232	104	21	14	19	14	True	127694	fragment	False	AST0102_000000000088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	88.90299999999999	2.0	0.2569823434991974	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	True	True
ISR0134_000000013032	2496	0.7519645108674299	4	2	2	2	2	False	31480	maximal	True	ISR0134_000000013032	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1540.0	95.195	89.0	0.0006302682000187687	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0228_000000007102	3511	0.7519642332366672	7	5	1	2	4	False	124402	fragment	False	ISR0819_000000006403	0.747215838221941		0	0	False	False	0.9997152090072632	0					non-mobilizable	no_good_hit	2901.0	99.13799999999999	83.0	0.26088521050737673	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0155_000000005526	4109	0.7519592630767067	5	5	3	4	5	False	98314	maximal	True	FIJ0155_000000005526	1.0		2	1	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	4109.0	100.0	100.0	0.04978790449642467	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	False	True
FIJ0167_000000004446	4103	0.7519592630767067	5	5	3	4	5	False	98314	maximal	False	FIJ0155_000000005526	0.999269895351667		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	4103.0	100.0	100.0	0.04971518603805599	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	False	True
ENG0109_000000009732	2539	0.7519541797788167	4	4	1	0	3	False	125129	fragment	False	ENG0109_000000009732	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1464.0	94.67200000000001	99.0	0.331740614334471	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
FIJ0100_000000008606	2159	0.7519464891987335	3	2	2	2	1	False	42738	maximal	True	FIJ0100_000000008606	1.0		0	0	False	False	0.9726725220680237	0					non-mobilizable	no_good_hit	1048.0	97.99600000000001	49.0	0.04779076136571116	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0092_000000003727	7059	0.7519423603922538	10	3	3	2	3	False	43346	maximal	True	FIJ0092_000000003727	1.0		9	1	False	False	0.9995750188827515	0					non-mobilizable	no_good_hit	87.0	81.609	1.0	1.5901793588205237e-05	CP050834.1	enterobacteria	Klebsiella pneumoniae strain Bckp021 chromosome, complete genome	True	False
TAN0009_000000033668	1293	0.7519396086430226	2	2	2	2	0	True	2658	maximal	True	TAN0009_000000033668	1.0		0	0	False	False	0.9126063585281372	0					non-mobilizable	no_good_hit								True	True
ISR0128_000000023579	1494	0.7519348794846894	4	3	2	3	2	True	68028	maximal	True	ISR0128_000000023579	1.0		37	10	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	97.368	89.0	0.013685755484601915	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
AST0087_000000027864	1315	0.7519266168031451	2	2	2	2	2	False	110558	maximal	True	AST0087_000000027864	1.0		44	7	False	False	0.9992395639419556	0					non-mobilizable	no_good_hit	115.0	84.348	9.0	2.121092614224122e-05	NZ_LT960614.1	a-proteobacteria	Hartmannibacter diazotrophicus strain E19T chromosome 1	True	False
MON0026_000000027411	1747	0.7519253145597486	2	2	2	2	1	False	47448	fragment	False	MON0026_000000027411	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1650.0	92.848	96.0	0.0006468746967774858	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0065_000000017167	1520	0.7519253145597486	3	2	2	2	1	False	47447	fragment	False	MON0065_000000017167	0.9908412483039348		0	0	False	False	1.0	0					non-mobilizable	chromosome	1440.0	93.264	100.0	0.0005746004251004952	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
FIJ0052_000000020965	1474	0.7519253145597486	2	2	2	2	1	False	47447	fragment	False	MON0065_000000017167	0.9759868421052631		0	0	False	False	0.998643159866333	0					non-mobilizable	chromosome	1434.0	93.654	97.0	0.0005722045928902082	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
CHI0146_000000001116	5468	0.7519225608383319	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.6514256547221781	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	2454.0	91.97200000000001	76.0	0.4366423097487079	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0082_000000003240	5432	0.7519225608383319	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.2786426828759933	PS879|PS961	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1405.0	94.73299999999999	63.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0186_000000003363	5361	0.7519225608383319	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.22737230908209344	PS879|PS961	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1405.0	94.73299999999999	61.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0068_000000007615	5172	0.7519225608383319	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.2759799282892578	PS879|PS961	0	0	False	True	0.9976798295974731	0					non-mobilizable	no_good_hit	1403.0	95.296	65.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0009_000000010876	2966	0.7519225608383319	4	2	0	1	2	False	127304	backbone	False	ISR0832_000000002251	0.04841007576908595	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1625.0	93.354	97.0	0.287292817679558	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0013_000000007745	1244	0.7519130282131857	2	2	2	2	2	False	89942	fragment	False	CHI0013_000000007745	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	84.78299999999999	92.0	0.013830542749497455	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
MAD0035_000000007060	3229	0.7519106928697902	4	4	3	4	3	False	97068	fragment	False	CHI0109_000000005647	0.812366991052782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	93.02799999999999	14.0	0.00021313409725817208	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0319_000000018797	1120	0.7518975966260091	2	1	1	1	1	False	25076	fragment	False	ISR0319_000000018797	1.0		0	0	False	False	0.9678571224212646	0					non-mobilizable	other	1120.0	99.911	100.0	0.12258983347940403	NZ_JAAITI010000065.1	firmicutes	Blautia luti strain MSK.16.34 NODE_65_length_9128_cov_262.677, whole genome shotgun sequence	False	False
ISR0221_000000002073	9829	0.7518932521920239	11	9	6	8	8	True	27976	fragment	False	ISR0221_000000002073	1.0		0	0	False	False	0.9998982548713684	0			MPF_T		non-mobilizable	plasmid	9680.0	99.917	98.0	0.2639703275424769	CP052790.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N19S0552 plasmid pN19S0552-2, complete sequence	False	True
ISR0280_000000005851	2141	0.7518921485741551	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.5336419484778787		0	0	False	False	0.9878561496734619	0					non-mobilizable	chromosome	2141.0	97.01100000000001	100.0	0.0006742076641556976	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0145_000000003682	4761	0.7518905399033183	6	6	5	6	6	False	99592	fragment	False	ENG0008_000000004608	0.9729286300246103		0	0	False	False	0.9928586483001709	0					non-mobilizable	chromosome	4737.0	98.43799999999999	99.0	0.0008604532350207373	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
CAN0012_000000031558	1451	0.7518816068497913	2	2	2	2	2	False	94081	fragment	False	CAN0012_000000031558	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	78.26100000000001	91.0	0.013191815500383213	NZ_CACZYW010000011.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	False
CAN0005_000000006942	2477	0.7518811212989109	3	2	2	2	1	False	129466	maximal	True	CAN0005_000000006942	1.0		31	5	False	False	0.9975777268409729	0					non-mobilizable	no_good_hit	1207.0	93.70299999999999	49.0	0.00034303560914420296	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0005_000000006038	4923	0.7518751034374366	7	7	5	6	5	False	8340	maximal	True	SPA0005_000000006038	1.0		1	1	False	False	0.9997968673706055	0					non-mobilizable	no_good_hit	2077.0	88.06	55.0	0.0009570668671949627	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
CHI0129_000000006358	3387	0.7518735457293062	6	5	5	3	2	True	81286	maximal	True	CHI0129_000000006358	0.9796710117939168		11	5	False	False	0.9994094967842102	0					non-mobilizable	no_good_hit	221.0	95.475	11.0	0.3179190751445087	NZ_LNAM01000128.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf213, whole genome shotgun sequence	True	True
ISR0211_000000013673	1665	0.7518662082217745	2	2	2	2	2	False	28401	maximal	True	ISR0211_000000013673	1.0		16	3	False	False	0.9969969987869263	0					non-mobilizable	no_good_hit	946.0	91.33200000000001	57.0	0.00025297622237896265	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0150_000000007886	2892	0.7518626149302814	5	3	3	3	3	False	71676	maximal	True	ISR0150_000000007886	1.0		39	5	False	False	1.0	0					non-mobilizable	no_good_hit	2073.0	99.469	88.0	0.00505214289371725	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0057_000000011611	1355	0.75185680452024	3	3	0	1	3	False	31408	fragment	False	ISR0135_000000015106	0.969090909090909		0	0	False	False	1.0	0		MOBF		MOB_unknown	mobilizable	plasmid	1356.0	99.55799999999999	100.0	0.2629536192509218	CP051704.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-4, complete sequence	False	True
ENG0001_000000024127	1153	0.7518482727634561	3	1	1	1	1	True	68027	fragment	False	USA0111_01_000000019254	0.6227299821520494		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	97.66	100.0	0.014831599546812235	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
CAN0012_000000034804	1296	0.751847454303539	1	1	1	1	1	False	94012	maximal	True	CAN0012_000000034804	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	90.48899999999999	84.0	0.018151869543732498	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0096_000000010578	3158	0.7518400364861954	4	4	2	4	4	True	77091	fragment	False	MAD0041_000000008285	0.26965292198160784		0	0	False	False	0.991450309753418	0					non-mobilizable	plasmid	3158.0	100.0	100.0	0.036566438102297996	CP054943.1	enterobacteria	Escherichia coli strain MS6192 plasmid pMS6192C, complete sequence	False	True
USA0084_01_000000005375	5815	0.7518398820857268	6	6	4	6	2	False	91576	maximal	True	USA0084_01_000000005375	1.0		5	4	False	False	0.999656081199646	0					non-mobilizable	no_good_hit	1211.0	91.329	39.0	0.0003378159957973115	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0014_000000010710	2269	0.7518376507216055	2	2	1	2	0	True	50494	fragment	False	FIJ0014_000000010710	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2282.0	86.766	100.0	0.765082574991574	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0009_000000017895	2207	0.7518376507216055	4	2	1	2	0	True	51262	fragment	False	FIJ0125_000000008898	0.9934083869887796		0	0	False	False	1.0	0					non-mobilizable	plasmid	2208.0	99.04899999999999	100.0	0.7435119649477587	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0070_000000009928	1957	0.7518376507216055	2	2	1	2	0	True	49324	fragment	False	FIJ0070_000000009928	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1978.0	83.771	100.0	0.6592517694641051	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	False	True
FIJ0059_000000009387	1911	0.7518376507216055	3	2	1	2	0	True	45904	fragment	False	FIJ0059_000000009387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	82.29899999999999	59.0	0.2526975287156283	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
USA0030_01_000000014297	1150	0.7518357087045757	2	2	2	2	2	False	1551	maximal	True	USA0030_01_000000014297	1.0		0	0	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit	182.0	100.0	16.0	0.002294915684037023	NZ_CYZO01000011.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0163_000000000456	32766	0.7518343115395197	43	12	9	12	7	False	128240	maximal	False	FIJ0043_000000000548	0.9689722053106913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3661.0	92.406	36.0	0.0009836635600238913	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0043_000000000548	32724	0.7518343115395197	46	12	9	12	7	False	128240	maximal	True	FIJ0043_000000000548	0.9693080780927603		3	1	False	False	0.9999389052391052	0					non-mobilizable	no_good_hit	3658.0	93.794	33.0	0.000985285874856256	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0051_000000036036	1348	0.7518342224481757	2	1	1	1	1	False	72435	fragment	False	DEN0051_000000036036	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	98.88	99.0	0.0004029559741987711	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CAN0012_000000017513	2855	0.7518336880596046	4	3	3	3	2	False	94239	maximal	True	CAN0012_000000017513	1.0		4	4	False	False	0.9957968592643738	0					non-mobilizable	no_good_hit	466.0	77.89699999999999	37.0	0.0010994695119750755	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	True	False
FIJ0009_000000018411	2157	0.7518320561407074	1	1	1	1	1	False	51256	maximal	True	FIJ0009_000000018411	1.0		58	6	False	False	0.9935095310211182	0					non-mobilizable	no_good_hit	1195.0	72.301	54.0	0.0005609550162435163	CP017948.1	bacteria	Tenericutes bacterium MO-XQ chromosome, complete genome	True	False
USA0111_01_000000005263	4480	0.751830746932677	7	3	1	3	2	True	110678	fragment	False	USA0111_01_000000005263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2103.0	100.0	89.0	0.0005628991609803229	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
USA0027_01_000000006244	4294	0.751830746932677	9	3	1	3	2	True	110677	fragment	False	CHI0059_000000003424	0.9570871261378413		0	0	False	False	0.9953423142433167	0					non-mobilizable	other	2410.0	100.0	99.0	0.0006451113600388191	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0150_000000018835	1326	0.7518295692459585	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.811124642304908		0	0	False	False	0.9758672714233398	0					non-mobilizable	other	1299.0	97.383	98.0	0.008757182307385876	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0084_000000009003	3001	0.7518282163097751	6	3	1	3	1	True	87648	fragment	False	ENG0060_000000008664	0.9656235446714735		0	0	False	False	0.9983338713645935	0					non-mobilizable	other	1680.0	99.464	97.0	0.00044962306911796484	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0271_000000005223	3018	0.7518256559623552	4	3	2	3	1	False	26422	maximal	True	ISR0271_000000005223	1.0		31	5	False	False	0.9907223582267761	0					non-mobilizable	no_good_hit								True	False
CHI0112_000000012369	1498	0.7518239375659772	2	2	0	1	2	False	82388	fragment	False	CHI0112_000000012369	1.0		0	0	False	False	1.0	0	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	1399.0	99.214	100.0	0.5218365061590146	CP045787.1	enterobacteria	Shigella dysenteriae strain CFSAN029786 plasmid p3CFSAN029786, complete sequence	False	True
BAN0014_000000002838	1449	0.7518239375659772	2	2	0	1	2	False	98445	fragment	False	BAN0014_000000002838	1.0		0	0	False	False	1.0	0	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	1449.0	99.79299999999999	100.0	0.4823451032644903	LT985294.1	enterobacteria	Escherichia coli strain 650 genome assembly, plasmid: RCS64_p	False	True
ISR0135_000000015106	1375	0.7518239375659772	3	2	0	1	2	False	31408	fragment	False	ISR0135_000000015106	0.9756457564575646		0	0	False	False	1.0	0		MOBF		MOB_unknown	mobilizable	plasmid	1376.0	98.765	100.0	0.2664467300601591	CP051704.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-4, complete sequence	False	True
MAD0045_000000034478	1248	0.7518239375659772	3	2	0	1	2	False	17802	fragment	False	MAD0045_000000034478	1.0		0	0	False	False	1.0	0		MOBF		MOB_unknown	mobilizable	plasmid	1249.0	96.31700000000001	100.0	0.32885021097046413	CP056813.1	enterobacteria	Escherichia coli strain RHBSTW-00152 plasmid pRHBSTW-00152_4, complete sequence	False	True
MAD0101_000000023493	1236	0.7518239375659772	2	2	0	1	2	False	15068	fragment	False	MAD0101_000000023493	1.0		0	0	False	False	1.0	0		MOBF		MOB_unknown	mobilizable	plasmid	1236.0	99.838	100.0	0.38934426229508196	AF311902.1	enterobacteria	Citrobacter rodentium strain DBS100 plasmid pCRP3, complete sequence	False	True
MAD0099_000000026179	1176	0.7518239375659772	2	2	0	1	2	False	15191	fragment	False	MAD0099_000000026179	1.0		0	0	False	False	0.9404761791229248	0		MOBF		MOB_unknown	mobilizable	plasmid	1164.0	95.447	99.0	0.3864090606262492	LT985294.1	enterobacteria	Escherichia coli strain 650 genome assembly, plasmid: RCS64_p	False	True
ISR0155_000000015241	1263	0.7518218176455467	2	1	1	1	1	False	30590	maximal	True	ISR0155_000000015241	1.0		12	6	False	False	0.965954065322876	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000023191	1327	0.7518192439832577	2	2	2	2	2	False	62553	fragment	False	ISR0263_000000010323	0.8400458156349524		0	0	False	False	0.9638282060623169	0					non-mobilizable	other	1280.0	97.266	96.0	0.004960190496135395	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0075_000000004331	5099	0.7518133469231141	4	3	3	2	2	True	53131	fragment	False	ISR0075_000000004331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4411.0	95.21700000000001	88.0	0.14997612388293882	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ENG0103_000000004493	4321	0.7518086633133373	5	4	2	3	3	False	60323	maximal	True	ENG0103_000000004493	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	94.26899999999999	12.0	7.887253978045522e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
FIJ0086_000000003322	8678	0.7517955763520764	9	4	3	4	2	False	70933	fragment	False	FIJ0056_000000002488	0.5857269188953173		0	0	False	False	0.9997695088386536	0					non-mobilizable	no_good_hit	788.0	95.178	9.0	0.008229032696550499	NZ_CABMGA010000007.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0055_000000012636	1849	0.7517930646297956	3	2	2	2	2	False	44153	maximal	True	MON0055_000000012636	1.0		15	1	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	77.71	26.0	0.00014689511082082801	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	True	False
CHI0129_000000011268	2154	0.7517924714838289	3	1	1	1	1	True	81246	fragment	False	CHI0129_000000011268	1.0		0	0	False	False	1.0	0					non-mobilizable	other	971.0	91.555	95.0	0.000292304928866914	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
USA0051_01_000000010966	1853	0.7517924714838289	2	1	1	1	1	True	1095	fragment	False	USA0051_01_000000010966	1.0		0	0	False	False	0.9978413581848145	0					non-mobilizable	other	675.0	94.667	98.0	0.00020415909021378244	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0182_000000025371	1103	0.7517924714838289	1	1	1	1	1	True	55192	fragment	False	ENG0182_000000025371	1.0		0	0	False	False	0.9990933537483215	0					non-mobilizable	no_good_hit	540.0	85.926	49.0	0.00016231952173885393	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0267_000000008718	1971	0.7517897191133698	3	3	2	1	2	False	125794	maximal	True	ISR0267_000000008718	1.0		0	0	False	False	0.9715880155563354	0					non-mobilizable	chromosome	1428.0	99.16	97.0	0.00038241214971904635	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0106_000000013847	1602	0.7517807407448569	3	2	2	2	2	False	14733	maximal	True	MAD0106_000000013847	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	99.47399999999999	83.0	0.00037430434494625716	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	True	False
DEN0052_000000006817	5132	0.7517744252555147	5	4	4	3	2	False	107175	maximal	False	SPA0133_000000004374	0.9454391255182812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	1.5482581891653706e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
DEN0011_000000011360	3628	0.7517696984283062	7	2	0	2	1	True	75762	backbone	True	DEN0011_000000011360	1.0	PS362	5	3	True	True	0.9997243881225586	16					non-mobilizable	no_good_hit								True	True
ISR0146_000000014544	2732	0.7517671823473504	3	3	3	2	1	False	110338	fragment	False	ISR0146_000000014544	1.0		0	0	False	False	0.9996339678764343	0					non-mobilizable	other	1770.0	94.633	96.0	0.015016722975840818	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0055_000000005871	3302	0.7517577148355992	4	3	1	3	3	False	63663	fragment	False	ENG0055_000000005871	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3302.0	99.97	100.0	0.9038882803943045	CP055401.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00123 plasmid unnamed	False	True
ISR0296_000000004182	5532	0.7517571473319143	6	5	2	4	2	False	69504	fragment	False	ISR0296_000000004182	1.0		0	0	False	False	0.997107744216919	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.398648539158335e-05	NZ_SORE01000007.1	b-proteobacteria	Paraburkholderia rhizosphaerae strain LMG 29544 Ga0139080_107, whole genome shotgun sequence	True	False
ENG0062_000000001654	11173	0.7517526865610709	12	8	5	7	7	False	85769	maximal	True	ENG0062_000000001654	1.0		18	5	False	False	0.9986574649810791	0					non-mobilizable	no_good_hit	1497.0	95.85799999999999	28.0	0.0004108460036126875	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ENG0178_000000011924	1881	0.7517495671501612	3	1	1	1	1	False	55460	fragment	False	ENG0178_000000011924	1.0		0	0	False	False	0.9920254945755005	0					non-mobilizable	no_good_hit	48.0	91.667	3.0	0.0018724254150543004	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
FIJ0065_000000010258	1819	0.7517495671501612	4	1	1	1	1	False	61463	fragment	False	FIJ0065_000000010258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0153_000000025588	1158	0.7517495671501612	2	1	1	1	1	False	30648	fragment	False	ISR0153_000000025588	1.0		0	0	False	False	0.9602763652801514	0					non-mobilizable	no_good_hit								True	False
ISR0237_000000004323	2415	0.7517485679706656	4	2	2	2	1	True	125721	fragment	False	ISR0237_000000004323	1.0		0	0	False	False	0.9950310587882996	0					non-mobilizable	no_good_hit	1773.0	95.375	73.0	0.0005500218079913688	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0049_000000003230	5778	0.7517455136148773	7	4	2	4	2	False	101194	fragment	False	MON0049_000000003230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	380.0	95.52600000000001	18.0	0.00010083417606340709	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0038_000000004872	4838	0.7517455136148773	6	4	2	4	2	False	101192	fragment	False	MON0038_000000004872	0.9351330107897071		0	0	False	False	0.9940057992935181	0					non-mobilizable	no_good_hit	401.0	95.76100000000001	13.0	0.00010643607473359637	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0161_000000005289	5382	0.7517438410496132	6	5	4	3	4	False	30408	maximal	True	ISR0161_000000005289	1.0		1	1	False	False	0.9986993670463562	0					non-mobilizable	no_good_hit								True	False
ENG0182_000000009204	3064	0.7517405181819456	6	2	1	2	1	True	55247	maximal	True	ENG0182_000000009204	1.0		2	2	False	False	0.9941253066062927	0					non-mobilizable	no_good_hit	1268.0	86.35600000000001	62.0	0.0003390248990490432	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CHI0126_000000008007	1882	0.7517376895039408	3	3	2	3	2	False	102865	fragment	False	CHI0126_000000008007	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1882.0	98.831	100.0	0.0005264555825142858	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0011_000000005999	6872	0.7517372815665607	15	3	1	3	1	True	51016	maximal	True	FIJ0011_000000005999	1.0		4	1	True	True	0.9992724061012268	5					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00017201177325025803	MN189965.1	eudicots	Oreocnide frutescens voucher GLGE12243 chloroplast, complete genome	True	True
SPA0126_000000033217	1363	0.7517248963113711	2	2	2	1	1	False	87625	fragment	False	USA0006_01_000000017105	0.9786727818158557		0	0	False	False	0.9992663264274597	0					non-mobilizable	other	1363.0	99.34	100.0	0.011026822218803889	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0022_000000031256	1342	0.7517248963113711	2	2	2	1	1	False	87625	fragment	False	USA0006_01_000000017105	0.9689385399429499		0	0	False	False	0.9940387606620789	0					non-mobilizable	other	1342.0	99.70200000000001	100.0	0.010856805136135107	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0015_000000003492	2686	0.7517234388292641	5	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.1577564839194581	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2687.0	99.963	100.0	0.027324794758848005	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0122_000000010557	2643	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.1530804384495791	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2643.0	100.0	100.0	0.026877180846193754	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0023_000000011379	2589	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.13999659729781147	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2590.0	98.571	100.0	0.0262871443249677	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0046_000000004461	2586	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.12844639880597492	PS902	0	0	False	True	0.9988399147987366	0					non-mobilizable	plasmid	2470.0	97.976	95.0	0.02508672519557676	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0129_000000009083	2557	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.1434229494855284	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2557.0	100.0	100.0	0.026002299107824086	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0173_000000006530	2557	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.1434229494855284	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2557.0	100.0	100.0	0.026002299107824086	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0028_000000005271	2546	0.7517234388292641	5	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.13835419408524427	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2546.0	99.882	100.0	0.025890395629660525	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
DEN0062_000000007502	2545	0.7517234388292641	5	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.13834958892031143	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2546.0	99.764	100.0	0.025890395629660525	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0125_01_000000009660	2506	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.13703328889619926	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2507.0	99.721	100.0	0.02549364693435335	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0003_000000004531	2487	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.130816158140227	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2487.0	100.0	100.0	0.025290186064965057	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0081_01_000000012605	2475	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.13051304468781325	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2486.0	99.477	100.0	0.02478844004470701	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0217_000000009893	2472	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.13040600442106026	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2483.0	99.557	100.0	0.024768481558358615	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0830_000000011179	2469	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.13033554469655445	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2469.0	100.0	100.0	0.02510707128251559	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0017_000000005035	2440	0.7517234388292641	5	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.11467343622598798	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2440.0	100.0	100.0	0.024812053021902564	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0126_000000006166	2435	0.7517234388292641	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.12069376676676671	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2435.0	100.0	100.0	0.02476118780455549	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AST0024_000000017107	2029	0.7517207138938622	2	2	1	2	1	True	121440	maximal	True	AST0024_000000017107	1.0		17	8	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	72.23	69.0	0.0021145475441385407	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0045_000000019757	1328	0.7517191982792923	2	2	2	2	2	False	42396	fragment	False	ISR0045_000000019757	0.9810576164167324		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	99.54700000000001	99.0	0.009055317517898455	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0081_000000030512	1768	0.7517181981700093	3	2	2	1	1	False	24914	maximal	True	MON0081_000000030512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	100.0	13.0	0.0012297162233583288	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0241_000000009998	1572	0.7517164688416632	3	3	3	3	2	False	27255	maximal	True	ISR0241_000000009998	1.0		1	1	False	False	0.9955470561981201	0					non-mobilizable	no_good_hit	407.0	76.167	26.0	0.00011270173963587759	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0363_000000008272	2270	0.7517047133145767	3	3	3	3	3	False	33514	maximal	True	ISR0363_000000008272	1.0	PS104	1	1	False	True	0.9964757561683655	0					non-mobilizable	no_good_hit	1863.0	72.249	80.0	0.00874931981556262	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
MON0038_000000013282	2349	0.75170132206142	4	3	3	3	3	False	65737	maximal	True	MON0038_000000013282	0.9670493197278911		48	7	False	False	1.0	0					non-mobilizable	chromosome	2280.0	96.447	97.0	0.0007345634504562899	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0207_000000009819	2887	0.7516958011678291	5	4	2	4	2	True	112870	fragment	False	ISR0181_000000005748	0.7991374496665837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	91.818	4.0	2.9201666982567417e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0059_000000004947	2881	0.7516958011678291	5	4	2	4	2	True	112870	fragment	False	ISR0181_000000005748	0.7986663643534296		0	0	False	False	0.999305784702301	0					non-mobilizable	no_good_hit								True	True
ISR0336_000000004577	2863	0.7516958011678291	7	4	2	4	2	True	112870	fragment	False	ISR0181_000000005748	0.7960046303362375		0	0	False	False	0.9993014335632324	0					non-mobilizable	no_good_hit								True	True
ISR0219_000000011665	2840	0.7516958011678291	7	4	2	4	2	True	112870	fragment	False	ISR0181_000000005748	0.7920128963543026		0	0	False	False	0.9936619997024536	0					non-mobilizable	no_good_hit	63.0	95.238	2.0	0.011789313557710592	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0146_000000014615	2719	0.7516958011678291	6	4	2	4	2	True	112870	fragment	False	ISR0181_000000005748	0.7654602940319545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0096_000000001687	16495	0.7516936869604274	22	5	0	4	2	False	68242	maximal	True	DEN0096_000000001687	1.0		1	1	False	False	0.9998181462287903	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.091837073908024e-05	NZ_LVZK01000003.1	high GC Gram+	Peptidiphaga gingivicola strain BA112 Peptido_ging_BA112_ctg3, whole genome shotgun sequence	True	False
AUS0004_000000016401	1202	0.7516882332021696	2	1	1	1	1	True	115097	fragment	False	AST0047_000000016848	0.7975268940139949		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	88.51899999999999	100.0	0.00034742592393310445	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	True
SPA0023_000000025980	1112	0.7516882332021696	2	1	1	1	1	True	7591	maximal	True	SPA0023_000000025980	1.0		0	0	False	False	0.9928057789802551	0					non-mobilizable	no_good_hit	950.0	88.52600000000001	85.0	0.000274527228819747	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
MON0100_000000022693	1978	0.7516880738920055	2	2	2	2	2	False	94746	fragment	False	MON0100_000000022693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	83.67299999999999	5.0	0.0004118830425583573	NZ_CZBD01000003.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0002_000000000964	17668	0.7516815237976813	20	6	3	6	3	False	68018	maximal	True	ENG0002_000000000964	1.0		1	1	False	False	0.9984152317047119	0					non-mobilizable	no_good_hit	449.0	99.555	3.0	0.0001437693631338127	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
MON0035_000000016311	1766	0.7516813594213263	2	2	2	1	1	False	13640	fragment	False	MON0035_000000016311	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	96.069	94.0	0.013720974074408006	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	False	False
ISR0336_000000009678	1564	0.7516664287013234	2	2	1	2	1	False	24465	maximal	True	ISR0336_000000009678	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	93.45	55.0	0.00020938192857428313	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0034_000000010265	2032	0.7516637021561267	4	4	2	2	4	False	79601	maximal	True	ISR0034_000000010265	1.0		1216	15	False	False	1.0	0					non-mobilizable	other	2032.0	99.705	100.0	0.0006144462949432976	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0055_000000008142	1846	0.7516575135851742	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5830248513184682		0	0	False	False	1.0	0					non-mobilizable	other	1846.0	99.296	100.0	0.019209345424635857	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0082_000000009623	1756	0.7516575135851742	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5619794730585893		0	0	False	False	0.9846241474151611	0					non-mobilizable	other	1743.0	96.845	99.0	0.004952000841442164	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
CHI0111_000000019443	1546	0.7516554256814082	5	2	1	1	2	True	111686	maximal	True	CHI0111_000000019443	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	99.545	85.0	0.0011313809715111746	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
ISR0357_000000020389	1303	0.7516554256814082	4	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.17544196144041632		0	0	False	False	0.9938603043556213	0					non-mobilizable	other	1303.0	99.23299999999999	100.0	0.0011176464528888843	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
FIJ0171_000000019106	1116	0.7516554256814082	3	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.070234561282661		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	98.656	100.0	0.0009571242664908648	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MON0032_000000006730	3502	0.7516530821141142	4	4	3	4	3	False	46899	fragment	False	MON0106_000000010534	0.9509673674365481		0	0	False	False	0.9994288682937622	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000011356	2639	0.7516521708776318	3	3	3	3	3	False	131578	fragment	False	USA0052_01_000000005758	0.9591469182393374		0	0	False	False	1.0	0					non-mobilizable	other	2555.0	98.865	100.0	0.0004079636941064581	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0803_000000005756	2477	0.7516412723500686	2	1	1	1	1	False	75275	fragment	False	ISR0803_000000005756	1.0		0	0	False	False	0.9886959791183472	0					non-mobilizable	no_good_hit	78.0	100.0	3.0	0.00014209342365800143	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	False
SPA0078_000000001725	4422	0.7516370034227452	7	5	2	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.10485077590937499		0	0	False	False	1.0	0					non-mobilizable	other	4422.0	99.887	100.0	0.1335851337059979	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0111_000000012956	1597	0.7516366972884858	2	2	2	2	1	True	131037	fragment	False	FIJ0111_000000012956	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1599.0	90.994	100.0	0.00024853661609299503	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
FIJ0132_000000002281	10231	0.751632128523494	21	5	4	5	3	True	88425	maximal	True	FIJ0132_000000002281	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	89.801	8.0	0.0001782635130864558	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MAD0072_000000005023	1267	0.7516320424194243	3	2	1	2	1	True	16314	maximal	True	MAD0072_000000005023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	93.902	45.0	0.0948204534171769	NZ_JAAIUL010000047.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_47_length_6043_cov_219.158, whole genome shotgun sequence	True	True
ISR0238_000000005157	2709	0.7516315019346006	4	4	4	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.68858500956523		0	0	False	False	0.999261736869812	0					non-mobilizable	chromosome	2589.0	96.678	100.0	0.0007502134252837578	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0007_000000000335	16061	0.7516291981188825	22	7	1	7	3	False	19876	maximal	True	MAD0007_000000000335	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.0006014635613325759	NZ_LGPD01000104.1	firmicutes	Virgibacillus soli strain PL205 scaffold000104, whole genome shotgun sequence	True	False
ISR0379_000000004429	4586	0.7516269158069414	6	4	3	4	2	False	110379	fragment	False	CHI0074_000000003469	0.9919323392716789		0	0	False	False	0.9993458390235901	0					non-mobilizable	no_good_hit	810.0	84.321	23.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MON0029_000000008128	3165	0.751623918998396	4	4	4	3	3	False	117352	maximal	True	MON0029_000000008128	1.0	PS787	22	3	False	True	1.0	0					non-mobilizable	chromosome	1501.0	98.934	100.0	0.0006177369577196116	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
SPA0104_000000024901	1511	0.7516238288573257	1	1	1	1	1	False	4820	fragment	False	SPA0104_000000024901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0059_000000007640	2176	0.7516215415320614	4	2	1	2	1	False	129166	fragment	False	ISR0059_000000007640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	96.22	13.0	0.0013589143836589361	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
MON0021_000000003293	6186	0.7516208645765267	7	7	6	7	6	False	19783	maximal	True	MON0021_000000003293	1.0		2	1	False	False	0.9967668652534485	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	2.0	2.855973504512935e-05	NZ_CP053376.1	firmicutes	Bacillus amyloliquefaciens strain WF02 chromosome, complete genome	True	False
ENG0180_000000008503	2038	0.7516200666864148	4	3	3	1	1	False	113045	maximal	True	ENG0180_000000008503	1.0		42	8	False	False	0.9950932264328003	0					non-mobilizable	chromosome	1518.0	99.802	100.0	0.0006564201088696766	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
ENG0062_000000016136	1518	0.7516180207123622	2	2	2	1	1	False	106747	fragment	False	ENG0190_000000019715	0.9504435973947235		0	0	False	False	0.9855072498321533	0					non-mobilizable	other	1518.0	99.934	100.0	0.007238873274385269	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0109_000000001085	16544	0.7516157543679587	17	5	3	5	1	True	111613	fragment	False	ISR0090_000000000852	0.6741385028248547		0	0	False	False	0.9996373057365417	0					non-mobilizable	no_good_hit	655.0	71.908	4.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
MON0094_000000000691	17528	0.7516129263350337	20	7	1	7	3	False	9357	maximal	True	MON0094_000000000691	1.0		1	1	False	False	0.9974327087402344	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000014274	1866	0.7516124347847465	3	3	3	3	2	False	50273	maximal	True	SPA0029_000000014274	0.9718187100522953		57	11	False	False	0.9994640946388245	0					non-mobilizable	no_good_hit	107.0	81.308	6.0	1.745157311937485e-05	LR131271.1	enterobacteria	Raoultella terrigena strain NCTC13098 genome assembly, chromosome: 1	True	False
ISR0808_000000014389	1179	0.7515941730186383	2	1	1	1	1	False	21741	fragment	False	ISR0808_000000014389	1.0		0	0	False	False	0.9796437621116638	0					non-mobilizable	no_good_hit	134.0	76.866	11.0	0.0006237966128335102	NZ_OAOI01000166.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
CAN0014_000000039886	1251	0.7515894993229618	2	2	2	1	1	False	93429	fragment	False	CAN0014_000000039886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0025_000000005030	2319	0.7515877933878575	3	3	2	3	2	False	103408	fragment	False	MAD0025_000000005030	0.9865087159314082		0	0	False	False	0.99956876039505	0					non-mobilizable	other	2319.0	98.663	100.0	0.0025796093957011707	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
CAN0003_000000032585	1506	0.7515789303906232	1	1	1	1	1	False	96483	maximal	True	CAN0003_000000032585	1.0		55	10	False	False	1.0	0					non-mobilizable	other	1443.0	86.556	96.0	0.17092594793771543	NZ_JH604896.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld208, whole genome shotgun sequence	False	False
MAD0088_000000004678	4238	0.7515776309831188	7	2	2	1	1	False	15913	maximal	True	MAD0088_000000004678	1.0		1	1	False	False	0.9896177649497986	0					non-mobilizable	no_good_hit	133.0	77.444	3.0	0.0006499657382401547	NZ_RJQC01000004.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_4, whole genome shotgun sequence	True	False
ISR0256_000000006034	2950	0.7515760564861859	4	3	3	2	1	False	26849	maximal	True	ISR0256_000000006034	1.0		7	5	False	False	0.9989830255508423	0					non-mobilizable	no_good_hit	453.0	74.393	15.0	0.00010090835620740242	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0085_000000000166	28838	0.7515752436275638	24	20	14	17	16	True	113166	maximal	True	MAD0085_000000000166	1.0		6	1	False	False	0.9999653100967407	0					non-mobilizable	no_good_hit	3571.0	90.619	15.0	0.0011999581276883353	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ETH0002_000000008961	3098	0.7515710411167985	5	3	3	3	3	False	117293	maximal	True	ETH0002_000000008961	1.0		3	2	False	False	0.9961265325546265	0					non-mobilizable	chromosome	895.0	96.31299999999999	96.0	0.00023904109148520624	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0045_000000009500	2649	0.7515625325354968	4	3	1	2	3	False	36253	fragment	False	ISR0045_000000009500	1.0		0	0	False	False	0.9977350234985352	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.902573476470627e-07	LR877198.1	rodents	Onychomys torridus genome assembly, chromosome: 11	True	False
ISR0007_000000002524	5149	0.7515544287697904	7	5	1	3	4	True	101521	maximal	True	ISR0007_000000002524	1.0		0	0	False	False	0.9998058080673218	0					non-mobilizable	other	4564.0	98.81700000000001	90.0	0.0013638465854955723	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0306_000000001901	4468	0.7515504674920265	6	6	5	5	4	False	129592	maximal	True	ISR0306_000000001901	1.0	PS1061	13	3	False	True	1.0	0					non-mobilizable	no_good_hit	1801.0	98.89	69.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0169_000000018129	1338	0.7515426798736404	1	1	1	1	1	False	104356	fragment	False	DEN0045_000000030938	0.9583128281814763		0	0	False	False	1.0	0					non-mobilizable	chromosome	1338.0	88.64	99.0	0.00038001291361248357	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0332_000000009034	1626	0.7515379190148286	3	3	3	3	2	False	24566	maximal	True	ISR0332_000000009034	1.0		1	1	False	False	0.9827798008918762	0					non-mobilizable	no_good_hit	1060.0	95.943	65.0	0.0033400938014957536	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0023_01_000000027124	1112	0.7515374007180339	2	1	1	1	1	False	1683	fragment	False	USA0023_01_000000027124	1.0		0	0	False	False	0.9937050342559814	0					non-mobilizable	no_good_hit	842.0	81.948	86.0	0.00023271184275566368	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0198_000000009975	3326	0.7515231429624611	5	5	4	5	3	False	100433	fragment	False	ISR0198_000000009975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	71.783	36.0	0.00028939663600200505	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0183_000000001870	14248	0.7515190327395144	14	10	4	10	3	False	55189	maximal	True	ENG0183_000000001870	1.0		1	1	False	False	0.9999297857284546	0					non-mobilizable	other	8269.0	98.428	90.0	0.002279781716691074	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0031_000000005369	3759	0.7515142045386697	4	4	4	4	4	False	96124	maximal	True	ISR0031_000000005369	1.0		14	6	False	False	0.9997339844703674	0					non-mobilizable	other	3689.0	99.919	98.0	0.0008900580420171109	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
SPA0119_000000011054	2955	0.7515006018033679	4	4	3	4	3	False	97068	fragment	False	CHI0109_000000005647	0.8142631338097597		0	0	False	False	0.9935702085494995	0					non-mobilizable	no_good_hit	369.0	84.553	12.0	0.00016836194553654293	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0315_000000001310	6000	0.7514976828674061	8	5	3	5	3	True	112149	backbone	True	ISR0315_000000001310	0.9920097090521368	PS715	6	1	True	True	0.9994999766349792	8					non-mobilizable	no_good_hit	62.0	96.774	1.0	0.0007585838110753236	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0231_000000014376	1381	0.7514971139030128	2	2	2	1	2	False	80075	fragment	False	ISR0126_000000028652	0.4235903308084568		0	0	False	False	1.0	0					non-mobilizable	chromosome	1380.0	94.855	99.0	0.0018814688375711048	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0830_000000024072	1276	0.7514922973006412	1	1	1	1	1	False	21033	fragment	False	ISR0830_000000024072	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	79.891	100.0	0.0003401205751391021	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
CHI0160_000000000553	21130	0.7514713130141809	30	19	12	12	17	True	124155	fragment	False	CHI0160_000000000553	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12376.0	97.29299999999999	92.0	0.003476927556140352	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0014_000000007927	3728	0.7514700543976712	10	1	1	1	1	False	19520	maximal	True	MAD0014_000000007927	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000014765	2186	0.7514546743337495	3	2	2	2	2	False	119274	fragment	False	ISR0342_000000007411	0.9857361427613796		0	0	False	False	0.9995425343513489	0					non-mobilizable	no_good_hit	326.0	73.006	15.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0012_000000004251	5674	0.7514539110556852	5	4	3	4	2	False	111427	fragment	False	ENG0012_000000004251	1.0		0	0	False	False	0.9989425539970398	0					non-mobilizable	other	4541.0	97.93	90.0	0.006271841674781185	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0167_000000001983	11712	0.7514523957747761	15	4	1	4	1	False	56103	maximal	False	ISR0793_000000000795	0.7214113931267405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0097_000000001843	11625	0.7514523957747761	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8454839912266002		0	0	False	False	0.9999139904975891	0					non-mobilizable	no_good_hit								True	False
MON0077_000000002183	11565	0.7514523957747761	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.5461902418011265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0353_000000002148	11914	0.751449263197242	11	9	6	8	5	True	132350	fragment	False	ISR0353_000000002148	0.9999579902537389		0	0	False	False	0.9999160766601562	0					non-mobilizable	other	11239.0	96.779	99.0	0.12206281925877623	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0187_000000001864	11902	0.751449263197242	11	9	6	8	5	True	132350	fragment	False	ISR0353_000000002148	0.9994544233674669		0	0	False	False	1.0	0					non-mobilizable	other	11239.0	96.77	99.0	0.12206281925877623	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0033_000000017252	3901	0.7514417207434311	5	4	3	4	2	False	111425	maximal	True	MON0033_000000017252	1.0		3	3	False	False	1.0	0					non-mobilizable	other	2384.0	98.65799999999999	96.0	0.0033007505987198683	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0143_000000001103	26813	0.7514410167086311	56	39	11	22	31	False	86009	fragment	False	ISR0143_000000001103	1.0		0	0	False	False	1.0	0	rep_cluster_1817				non-mobilizable	other	9815.0	98.625	91.0	0.00293068568119533	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0102_000000029102	1525	0.7514358440895806	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.34602065591053893		0	0	False	False	0.9934425950050354	0					non-mobilizable	other	1528.0	92.67	100.0	0.000474113820915637	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0141_000000020583	1346	0.7514358440895806	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.2592163279265721		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	90.93799999999999	97.0	0.0003972725389168428	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0179_000000014159	2356	0.7514333534216306	6	4	4	1	1	False	111386	backbone	False	MON0071_000000005258	0.9555113446401969	PS708	0	0	True	True	1.0	41					non-mobilizable	chromosome	2010.0	97.96	100.0	0.00028377185195104096	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
FIJ0085_000000012997	2380	0.75143267387741	2	2	1	2	1	False	48132	fragment	False	FIJ0085_000000012997	0.9997613365155131		0	0	False	False	0.9974789619445801	0					non-mobilizable	no_good_hit	158.0	94.93700000000001	7.0	4.366138802351334e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0108_000000010595	2151	0.75143267387741	2	2	1	2	1	False	48132	fragment	False	FIJ0085_000000012997	0.9755904896551512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	0.00020989488685008533	NZ_QGDL01000014.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_114, whole genome shotgun sequence	True	False
FIJ0034_000000012906	2151	0.75143267387741	2	2	1	2	1	False	48132	fragment	False	FIJ0085_000000012997	0.9773873869356812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	0.00020989488685008533	NZ_QGDL01000014.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_114, whole genome shotgun sequence	True	False
FIJ0056_000000010243	2095	0.75143267387741	2	2	1	2	1	False	48132	fragment	False	FIJ0085_000000012997	0.7365178986517898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	0.00020989488685008533	NZ_QGDL01000014.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_114, whole genome shotgun sequence	True	False
ENG0005_000000012768	1872	0.7514222063689386	3	3	3	3	1	False	67672	maximal	True	ENG0005_000000012768	1.0		3	2	False	False	0.999465823173523	0					non-mobilizable	other	1083.0	90.212	97.0	0.005658021588987404	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
AST0085_000000006020	1845	0.7514219821514797	2	2	0	1	2	False	111110	fragment	False	AST0085_000000006020	1.0		0	0	False	False	0.9967479705810547	0	rep_cluster_850				non-mobilizable	plasmid	1845.0	100.0	100.0	0.027612230840645683	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
ISR0204_000000007901	1544	0.7514211676590014	3	3	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.2218637628918669		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	95.728	100.0	0.03507087334247828	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0031_000000003322	6419	0.7514198570958667	8	4	2	4	2	False	101195	fragment	False	FIJ0161_000000002340	0.9969928861740486		0	0	False	False	0.9995326399803162	0					non-mobilizable	no_good_hit	401.0	91.521	6.0	0.00010643607473359637	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0200_000000003109	6201	0.7514143917745214	7	7	6	6	6	False	111683	maximal	True	ENG0200_000000003109	1.0		0	0	False	False	0.9996774792671204	0					non-mobilizable	no_good_hit	3364.0	96.344	60.0	0.005368897816616235	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
FIJ0049_000000003305	5008	0.7514130358153993	6	4	2	4	2	False	101192	fragment	False	MON0038_000000004872	0.9092095200869008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	91.76799999999999	13.0	0.00010963715968799026	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0111_000000004933	4732	0.7514130358153993	6	4	2	4	2	False	101192	fragment	False	MON0038_000000004872	0.841350061723537		0	0	False	False	0.9970414042472839	0					non-mobilizable	no_good_hit	413.0	92.25200000000001	10.0	0.00010963715968799026	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0101_000000007964	3021	0.7514075678091728	4	3	3	3	2	False	106757	maximal	True	ISR0101_000000007964	1.0		23	5	False	False	0.9996689558029175	0					non-mobilizable	no_good_hit	2445.0	91.697	81.0	0.011652820392912872	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0112_000000006291	4250	0.7514045607278838	5	2	2	1	0	True	15195	fragment	False	MAD0112_000000006291	1.0		0	0	False	False	0.9995294213294983	0					non-mobilizable	no_good_hit	2220.0	88.829	56.0	0.0007565020251689527	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
ISR0187_000000019302	1489	0.7513966450490195	3	1	1	1	1	False	85366	fragment	False	ISR0187_000000019302	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	95.31200000000001	9.0	3.612398205747411e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0028_000000026879	1194	0.7513966450490195	1	1	1	1	1	False	85365	fragment	False	SPA0125_000000025181	0.7081031997879856		0	0	False	False	0.9606364965438843	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000013648	1767	0.7513932162128703	3	1	1	1	1	False	61163	maximal	True	ENG0091_000000013648	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0160_000000017367	1689	0.7513913707763407	2	2	2	2	1	False	110171	fragment	False	ISR0160_000000017367	0.9993986770895971		0	0	False	False	0.999407947063446	0					non-mobilizable	other	1689.0	98.697	100.0	0.006512044195484777	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0079_000000000884	8139	0.7513855115840409	9	7	2	4	7	False	117801	maximal	True	CHI0079_000000000884	1.0	PS794	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	2804.0	93.509	60.0	0.0008067969039960634	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
USA0083_01_000000014724	1962	0.7513750230270022	3	3	3	3	3	False	92052	fragment	False	ENG0042_000000012375	0.9513358778625954		0	0	False	False	0.9928644299507141	0					non-mobilizable	no_good_hit	226.0	75.664	11.0	0.009817301342725071	NZ_LVVY01000116.1	a-proteobacteria	Devosia elaeis strain S37 DIN_R1_(paired)_trimmed_(paired)_contig_67, whole genome shotgun sequence	True	False
MON0092_000000028327	1957	0.7513706564713688	2	2	2	2	2	False	12235	fragment	False	MON0092_000000028327	1.0		0	0	False	False	0.9994890093803406	0					non-mobilizable	no_good_hit	1091.0	75.89399999999999	55.0	0.10617042115572968	NZ_CABJCG010000041.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
FIJ0127_000000001921	9064	0.7513673821280932	10	4	2	3	3	False	70933	fragment	False	FIJ0056_000000002488	0.9745359870139358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	94.211	13.0	0.00040470050633436145	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0116_000000002269	8723	0.7513673821280932	9	4	2	3	3	False	70933	fragment	False	FIJ0056_000000002488	0.8684675578270665		0	0	False	False	0.9998853802680969	0					non-mobilizable	no_good_hit	862.0	90.835	10.0	0.0002701243423008101	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0078_000000028414	1633	0.7513493341987753	2	2	2	2	2	False	10153	maximal	True	MON0078_000000028414	1.0		11	6	False	False	0.9987752437591553	0					non-mobilizable	no_good_hit	388.0	72.165	23.0	0.0017479891296925997	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ISR0796_000000011938	1894	0.7513474153679431	4	3	1	1	3	True	94667	fragment	False	ISR0796_000000011938	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1523.0	93.434	97.0	0.00029245491497599643	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0081_000000004849	5228	0.7513473459998058	5	4	1	2	4	False	98338	maximal	True	ENG0081_000000004849	1.0		1	1	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	5014.0	96.131	97.0	0.033352428658975246	MT648288.1	enterobacteria	Escherichia coli strain 253 plasmid p253, complete sequence	False	True
ISR0083_000000004155	5332	0.7513436285772571	6	3	2	2	2	True	130648	backbone	False	USA0082_01_000000002282	0.10580862651863791	PS1107|PS1110|PS1114	0	0	False	True	0.9998124241828918	0		MOBV			mobilizable	other	4286.0	99.883	100.0	0.7037280341599605	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0060_000000007398	3938	0.7513436285772571	4	3	2	2	2	True	130599	fragment	False	CHI0125_000000003265	0.6887524332749678		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2755.0	94.338	100.0	0.02354300695079253	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ENG0135_000000005289	3894	0.7513436285772571	4	3	2	2	2	True	130599	fragment	False	CHI0125_000000003265	0.6710446690084904		0	0	False	False	1.0	0		MOBV			mobilizable	other	2889.0	95.639	100.0	0.38295047138494226	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0092_000000005885	3881	0.7513436285772571	4	3	2	2	2	True	130599	fragment	False	CHI0125_000000003265	0.6744796232245878		0	0	False	False	1.0	0		MOBV			mobilizable	other	2591.0	99.884	100.0	0.4223055600847872	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0089_000000005349	3753	0.7513436285772571	4	3	2	2	2	True	130599	fragment	False	CHI0125_000000003265	0.5875621337984392		0	0	False	False	1.0	0		MOBV			mobilizable	other	2580.0	99.961	100.0	0.4205119843469754	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0119_000000008704	3712	0.7513436285772571	4	3	2	2	2	True	130599	fragment	False	CHI0125_000000003265	0.5628969036753434		0	0	False	False	1.0	0		MOBV			mobilizable	other	2749.0	95.999	100.0	0.36436064267693535	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0117_000000011050	3421	0.7513436285772571	4	3	2	2	2	True	130599	fragment	False	CHI0125_000000003265	0.08570170290738796		0	0	False	False	1.0	0					non-mobilizable	other	2612.0	94.02799999999999	100.0	0.4244252405022012	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0064_000000006298	3406	0.7513436285772571	3	3	2	2	2	True	127040	fragment	False	SPA0064_000000006298	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2564.0	96.60700000000001	94.0	0.4144790477743356	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0293_000000006582	5528	0.7513430549189003	10	6	5	4	6	True	82446	fragment	False	ISR0293_000000006582	1.0		0	0	False	False	0.9976483583450317	0					non-mobilizable	other	5528.0	100.0	100.0	0.12087743854430934	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0141_000000017780	1668	0.7513406703830778	2	2	2	1	1	False	40261	maximal	True	FIJ0141_000000017780	1.0		6	5	False	False	0.9910072088241577	0					non-mobilizable	no_good_hit	42.0	95.238	3.0	0.0011348852658676337	NZ_CABKPS010000074.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0142_000000028452	1217	0.7513357816393172	2	2	2	2	2	False	118589	fragment	False	ENG0060_000000020161	0.23760680818987942		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	93.098	100.0	0.00027009077804357435	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0036_000000009891	2238	0.7513316552428495	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3720719506092517	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2258.0	74.358	99.0	0.2722730042656917	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MAD0064_000000018516	1262	0.7513307652045808	1	1	1	1	1	False	89945	fragment	False	CHI0013_000000007185	0.9676891984982091		0	0	False	False	0.999207615852356	0					non-mobilizable	other	1262.0	99.525	100.0	0.009055785361369643	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0162_000000032581	1201	0.7513266948161941	2	1	1	1	1	False	30317	fragment	False	ISR0162_000000032581	1.0		0	0	False	False	0.9983347058296204	0					non-mobilizable	other	1203.0	89.52600000000001	100.0	0.0002094575311764444	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
USA0117_01_000000014972	1361	0.7513124254883913	2	2	2	2	2	False	30700	fragment	False	USA0117_01_000000014972	0.9340374464527259		0	0	False	False	0.9992652535438538	0					non-mobilizable	other	1361.0	94.85700000000001	100.0	0.0003334419471440575	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0096_000000009408	4465	0.7513111233820133	6	3	1	2	2	False	68231	fragment	False	DEN0096_000000009408	1.0		0	0	False	False	0.9970884919166565	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.899957873941401e-05	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MON0001_000000024761	1407	0.7513040246843397	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.43650711482183946		0	0	False	False	0.9992892742156982	0					non-mobilizable	other	1407.0	99.147	100.0	0.012888913334433382	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
DEN0085_000000003926	9179	0.7512980343909159	10	5	5	4	4	True	97633	maximal	True	DEN0085_000000003926	1.0	PS538	1	1	False	True	0.9998910427093506	0					non-mobilizable	no_good_hit	2729.0	97.069	38.0	0.5960655737704919	NZ_AWET01000016.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00040, whole genome shotgun sequence	True	True
MAD0036_000000023241	1359	0.7512955298396502	3	3	2	3	1	False	18707	maximal	True	MAD0036_000000023241	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	97.921	35.0	0.00016307599375283048	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0816_000000018527	2132	0.7512947994496484	2	2	2	2	2	False	80607	fragment	False	ISR0816_000000018527	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2132.0	100.0	100.0	0.0051082782393579535	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
ISR0032_000000020036	1674	0.7512927952508115	1	1	1	1	1	False	73926	fragment	False	ISR0032_000000020036	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	97.67200000000001	100.0	0.04268245985755495	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0148_000000007092	1664	0.7512927952508115	2	1	1	1	1	False	79603	fragment	False	CHI0148_000000007092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1427.0	97.26700000000001	86.0	0.0364026242565032	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0360_000000019045	1313	0.7512924236539614	2	1	1	1	1	False	23781	maximal	True	ISR0360_000000019045	1.0		6	2	False	False	0.9603960514068604	0					non-mobilizable	no_good_hit	247.0	76.518	19.0	5.275719615661681e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
DEN0079_000000019976	2736	0.7512906386106462	3	3	3	3	2	True	69589	maximal	True	DEN0079_000000019976	1.0		5	4	False	False	0.9989035129547119	0					non-mobilizable	no_good_hit	1370.0	99.854	50.0	0.00020832724634293616	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	True
FIJ0036_000000008288	4389	0.7512902286879664	5	2	1	1	2	False	104909	fragment	False	ISR0856_000000000942	0.8230798899615277		0	0	False	False	1.0	0					non-mobilizable	plasmid	4174.0	98.227	99.0	0.33666801129487695	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0030_000000005603	3795	0.7512902286879664	5	2	1	1	2	False	104909	fragment	False	ISR0856_000000000942	0.7077772915257928		0	0	False	False	0.9981554746627808	0					non-mobilizable	plasmid	3796.0	98.525	100.0	0.3061718434852763	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0154_000000009405	3694	0.7512902286879664	5	2	1	1	2	False	104909	fragment	False	ISR0856_000000000942	0.5529418092653702		0	0	False	False	1.0	0					non-mobilizable	plasmid	3238.0	99.228	94.0	0.26115369100443725	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0069_01_000000017030	3618	0.7512902286879664	4	2	1	1	2	False	104909	fragment	False	ISR0856_000000000942	0.6804928289363916		0	0	False	False	1.0	0					non-mobilizable	plasmid	3613.0	99.087	99.0	0.29140782573618396	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MAD0001_000000015663	1652	0.7512902286879664	2	2	1	1	2	False	104849	fragment	False	DEN0064_000000009405	0.07056962080724208		0	0	False	False	1.0	0					non-mobilizable	plasmid	1652.0	98.06299999999999	100.0	0.13319887051230334	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0115_000000003511	6965	0.7512848592837753	8	6	6	5	5	False	52503	maximal	False	FIJ0149_000000002908	0.9982114751752754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4554.0	83.399	79.0	0.00305306357976255	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
FIJ0150_000000004554	4955	0.7512788752728171	7	4	2	3	2	True	39825	maximal	True	FIJ0150_000000004554	1.0		1	1	False	False	0.9937437176704407	0					non-mobilizable	no_good_hit								True	True
ENG0188_000000006704	3954	0.7512759250069851	4	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.4884280792909143		0	0	False	False	0.999747097492218	0					non-mobilizable	no_good_hit	2763.0	78.429	86.0	0.006550017434427183	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0006_000000019060	1663	0.7512732645652885	2	2	2	2	1	False	80606	fragment	False	SPA0006_000000019060	1.0		0	0	False	False	0.9975947141647339	0					non-mobilizable	other	1663.0	99.759	100.0	0.003984025543788324	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
CHI0136_000000008628	1607	0.7512732645652885	2	2	2	2	1	False	80605	fragment	False	CHI0136_000000008628	1.0		0	0	False	False	0.9981331825256348	0					non-mobilizable	other	1606.0	99.12799999999999	99.0	0.0038449921613937857	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
ENG0139_000000015796	1395	0.7512732645652885	2	2	2	2	1	False	57838	fragment	False	ENG0139_000000015796	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	99.57	100.0	0.00334159543203425	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
ISR0046_000000007572	3722	0.7512732611156143	5	2	2	2	2	False	50202	maximal	True	ISR0046_000000007572	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	1.0	1.4060061880495422e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0096_000000022003	2040	0.7512722603913701	3	3	3	3	3	False	68173	maximal	True	DEN0096_000000022003	1.0		4	2	False	False	0.9995098114013672	0					non-mobilizable	other	1423.0	98.17299999999999	100.0	0.00039488811503407366	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0154_000000012579	1677	0.7512661076199708	3	2	2	2	2	True	89607	fragment	False	ISR0154_000000012579	0.9718482252141982		0	0	False	False	0.9940369725227356	0					non-mobilizable	other	1659.0	99.57799999999999	99.0	0.020089177531139438	LM996865.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-23_contig-10.0_1_82532_[organism:Escherichia	False	True
ISR0825_000000002549	7904	0.7512625391977058	9	5	1	3	4	False	89369	maximal	True	ISR0825_000000002549	1.0		1	1	False	False	0.9997469782829285	0					non-mobilizable	no_good_hit	48.0	93.75	1.0	1.3208502678515723e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0019_000000003466	4539	0.7512595348491399	6	6	5	5	5	False	37753	maximal	True	ISR0019_000000003466	1.0		26	2	False	False	1.0	0					non-mobilizable	no_good_hit	2958.0	97.667	65.0	0.02025399831216681	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	True	False
ENG0187_000000001848	11324	0.7512560343263116	11	8	8	8	5	False	127501	maximal	True	ENG0187_000000001848	1.0		1	1	False	False	0.9976156949996948	0					non-mobilizable	no_good_hit	2962.0	98.98700000000001	58.0	0.01593447425389611	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0093_000000009241	2619	0.751252912666537	3	3	3	2	2	False	89668	maximal	True	ISR0093_000000009241	1.0		6	5	False	False	0.9942726492881775	0					non-mobilizable	other	1402.0	97.789	96.0	0.0015305085745623138	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
SPA0042_000000019862	1687	0.7512484613608852	2	2	2	2	2	True	114350	fragment	False	CHI0109_000000010540	0.5949066967079273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	82.29299999999999	52.0	0.3576702214930271	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ENG0105_000000012145	1834	0.7512466811187578	2	2	2	2	2	False	60153	fragment	False	ENG0105_000000012145	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1747.0	86.03299999999999	94.0	0.0038346797613390358	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0006_000000003330	8542	0.7512453234521052	8	7	2	7	4	False	77079	fragment	False	SPA0006_000000003330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	94.95700000000001	15.0	0.0036110206327990744	NZ_KB894644.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
MON0066_000000030780	1203	0.7512409854005374	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.5763384340708346		0	0	False	False	0.9908561706542969	0					non-mobilizable	no_good_hit	420.0	74.762	35.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0255_000000007728	3721	0.7512372182275985	3	3	2	3	2	False	127574	fragment	False	MAD0004_000000002298	0.8737222798292377		0	0	False	False	0.9997312426567078	0					non-mobilizable	chromosome	3759.0	83.958	100.0	0.0016155404060703737	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0063_000000009070	3470	0.7512363745597292	4	4	4	4	3	False	116157	maximal	True	ENG0063_000000009070	1.0		146	7	False	False	0.9956772327423096	0					non-mobilizable	chromosome	2797.0	89.45299999999999	99.0	0.0007476733691073155	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0076_000000005048	1597	0.7512283730519033	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.16065078840512736	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1576.0	93.59100000000001	99.0	0.6816803811173668	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0378_000000008705	2915	0.7512173114538674	3	3	3	3	3	False	70455	fragment	False	ISR0378_000000008705	1.0		0	0	False	False	0.9989708662033081	0					non-mobilizable	no_good_hit	225.0	73.778	8.0	4.2996209329671584e-05	CP015235.1	high GC Gram+	Rhodococcus fascians D188, complete genome	True	False
SPA0127_000000012065	2438	0.7512137455155776	3	2	2	2	2	False	102225	fragment	False	ISR0375_000000007981	0.47401930654967733		0	0	False	False	0.9987694621086121	0					non-mobilizable	other	2438.0	96.514	100.0	0.0005972533700315618	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0830_000000010603	2579	0.7512090410409047	4	3	3	3	3	False	127430	maximal	True	ISR0830_000000010603	0.9837087691069992	PS1007	3	2	False	True	0.997285783290863	0					non-mobilizable	chromosome	1572.0	99.682	100.0	0.0008650628658265455	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
ISR0214_000000011103	2543	0.7512066633779488	4	4	4	4	2	False	92591	fragment	False	USA0055_01_000000010764	0.9522514258877491		0	0	False	False	0.9992135167121887	0					non-mobilizable	no_good_hit	1534.0	77.053	82.0	0.0005605501855755217	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
SPA0126_000000009021	4171	0.7511999633419537	4	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.8293845493331876		0	0	False	False	1.0	0					non-mobilizable	other	4171.0	99.976	100.0	0.0007901806879839857	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ENG0019_000000005048	4160	0.7511999633419537	4	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.8288151916148635		0	0	False	False	1.0	0					non-mobilizable	other	4160.0	99.95200000000001	100.0	0.0007880962784952989	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
FIJ0088_000000006657	4154	0.7511999633419537	4	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7994633158565196		0	0	False	False	1.0	0					non-mobilizable	other	4154.0	99.928	100.0	0.0007869593278651061	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0792_000000002918	4139	0.7511999633419537	4	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7992472706213821		0	0	False	False	1.0	0					non-mobilizable	other	4139.0	100.0	100.0	0.0007841169512896242	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
MON0040_000000006322	4134	0.7511999633419537	4	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7985123301306439		0	0	False	False	1.0	0					non-mobilizable	other	4134.0	99.95200000000001	100.0	0.0008728832370303554	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0009_000000007493	4114	0.7511999633419537	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.796660604928997		0	0	False	False	1.0	0					non-mobilizable	other	4114.0	99.90299999999999	100.0	0.0007793796569971542	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0017_000000008088	4111	0.7511999633419537	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7968011241843755		0	0	False	False	1.0	0					non-mobilizable	other	4111.0	100.0	100.0	0.0007788111816820578	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
CHI0091_000000000587	4100	0.7511999633419537	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7962460387767155		0	0	False	False	1.0	0					non-mobilizable	other	4100.0	100.0	100.0	0.000776726772193371	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
SPA0107_000000007505	4094	0.7511999633419537	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7953600792991725		0	0	False	False	0.9997557401657104	0					non-mobilizable	other	4094.0	99.95100000000001	100.0	0.0007755898215631783	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
CHI0179_000000003918	4092	0.7511999633419537	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7658138062067177		0	0	False	False	1.0	0					non-mobilizable	other	4092.0	100.0	100.0	0.0007752108380197807	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0781_000000006177	4074	0.7511999633419537	4	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7631379181998167		0	0	False	False	0.9997545480728149	0					non-mobilizable	other	4074.0	100.0	100.0	0.0008602113294034931	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0130_000000007343	4074	0.7511999633419537	4	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7629492935267249		0	0	False	False	0.9995090961456299	0					non-mobilizable	other	4074.0	99.95100000000001	100.0	0.0008602113294034931	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0014_000000006256	4066	0.7511999633419537	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7605640345294882		0	0	False	False	0.9997540712356567	0					non-mobilizable	other	4066.0	99.975	100.0	0.0007702840519556119	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
MON0099_000000007130	4059	0.7511999633419537	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7609640460086915		0	0	False	False	1.0	0					non-mobilizable	other	4059.0	99.975	100.0	0.008458391883946778	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0233_000000002486	4048	0.7511999633419537	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7606952245593348		0	0	False	False	1.0	0					non-mobilizable	other	4048.0	100.0	100.0	0.0008547201694318529	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0138_000000003845	4040	0.7511999633419537	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7600231849269723		0	0	False	False	1.0	0					non-mobilizable	other	4040.0	100.0	100.0	0.0008530305817482713	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
DEN0039_000000003910	3967	0.7511999633419537	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7466504007647395		0	0	False	False	0.9994958639144897	0					non-mobilizable	other	3967.0	100.0	100.0	0.0008376130941355889	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
DEN0018_000000011389	3220	0.7511999633419537	3	3	3	3	3	False	101562	fragment	False	ISR0153_000000007943	0.9739392264086204		0	0	False	False	1.0	0					non-mobilizable	other	3220.0	100.0	100.0	0.000679847844181155	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0145_01_000000018048	1301	0.751198501032836	2	2	2	2	2	False	6	maximal	True	USA0145_01_000000018048	1.0		187	11	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.47864818617177e-06	NC_018691.1	g-proteobacteria	Alcanivorax dieselolei B5, complete sequence	True	False
ISR0814_000000033144	1275	0.7511930625086936	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.0752140305373585		0	0	False	False	0.9835293889045715	0					non-mobilizable	other	1275.0	98.667	100.0	0.00039633924399378053	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0039_000000033647	1113	0.7511921195402913	2	2	2	2	1	False	36513	maximal	True	ISR0039_000000033647	1.0		0	0	False	False	0.9254267811775208	0					non-mobilizable	no_good_hit	324.0	88.272	29.0	0.0017169684775318577	NZ_AUJC01000010.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0166_000000013476	1790	0.7511864502541384	4	1	1	1	1	False	39009	maximal	True	FIJ0166_000000013476	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000026232	1246	0.7511844055974886	2	2	2	2	2	False	5104	maximal	True	SPA0097_000000026232	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	96.204	61.0	0.0027664071875827113	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0087_000000018946	1877	0.7511840867263893	3	3	2	3	1	True	33837	fragment	False	ISR0087_000000018946	1.0		0	0	False	False	0.9818859696388245	0					non-mobilizable	no_good_hit								True	True
MON0103_000000003789	8845	0.7511791667102856	8	7	6	6	5	False	115405	maximal	True	MON0103_000000003789	0.9606612766984433		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	5582.0	93.90899999999999	78.0	0.002295098710247597	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0142_000000011586	2882	0.7511756336857963	4	3	3	3	2	False	52530	fragment	False	FIJ0142_000000011586	1.0		0	0	False	False	0.9996530413627625	0					non-mobilizable	no_good_hit	347.0	93.37200000000001	12.0	0.00010764001445984934	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0016_000000012819	1710	0.7511701643846613	3	3	3	3	3	False	37901	maximal	True	ISR0016_000000012819	1.0		9	4	False	False	1.0	0					non-mobilizable	chromosome	1716.0	94.464	100.0	0.0005696338947562891	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
CHI0041_000000004537	3090	0.751168775933257	3	3	3	3	2	False	104714	fragment	False	CHI0041_000000004537	1.0		0	0	False	False	0.9983818531036377	0					non-mobilizable	other	3105.0	90.499	100.0	0.0018654954331155818	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
MON0015_000000023100	1639	0.751166219690623	3	2	2	2	2	False	124910	fragment	False	MON0015_000000023100	1.0		0	0	False	False	0.9481391310691833	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	6.041442787159216e-06	CP024767.1	g-proteobacteria	Pseudomonas arsenicoxydans strain ACM1 chromosome	True	False
MAD0093_000000010757	2819	0.7511657497103443	3	3	2	2	3	False	122174	fragment	False	SPA0130_000000011511	0.9384302797694338		0	0	False	False	1.0	0					non-mobilizable	other	2638.0	97.005	98.0	0.00078882454668773	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
TAN0007_000000028378	1473	0.7511630813640796	3	2	2	2	2	False	94763	maximal	True	TAN0007_000000028378	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	75.34899999999999	15.0	0.0025225609322816742	NZ_BDCU01000062.1	high GC Gram+	Nocardia fusca NBRC 14340, whole genome shotgun sequence	True	False
ISR0064_000000006357	3039	0.7511627372421525	3	3	3	3	3	False	106236	fragment	False	ISR0814_000000011953	0.3626743012113982		0	0	False	False	1.0	0					non-mobilizable	other	3039.0	99.01299999999999	100.0	0.011653777695943043	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0053_01_000000011495	1658	0.7511606859915522	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.18907464506301597		0	0	False	False	1.0	0					non-mobilizable	other	1658.0	99.698	100.0	0.03923379267888431	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0137_000000014934	1657	0.7511606859915522	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.18906085922380614		0	0	False	False	1.0	0					non-mobilizable	other	1657.0	99.51700000000001	100.0	0.039210115073163805	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0362_000000010729	1980	0.7511554710546534	3	3	3	3	3	False	92620	fragment	False	ISR0362_000000010729	1.0		0	0	False	False	0.9898989796638489	0					non-mobilizable	chromosome	1920.0	88.333	97.0	0.00035653811528152477	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0167_000000010402	2390	0.7511508671324505	3	3	3	3	3	False	56061	maximal	True	ENG0167_000000010402	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	2427.0	76.555	100.0	0.0006620036886244215	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0119_000000008586	3811	0.7511436931455897	5	4	4	4	2	False	126383	fragment	False	ENG0119_000000008586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	78.977	5.0	7.033490669170321e-05	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	False
SPA0150_000000003168	5531	0.751136630858815	6	2	2	2	2	False	99277	fragment	False	SPA0100_000000005690	0.9862829758194687		0	0	False	False	0.9998192191123962	0					non-mobilizable	no_good_hit	303.0	95.05	5.0	0.0012390709429658106	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0015_000000011929	3348	0.751136630858815	6	2	2	2	2	False	93315	fragment	False	CAN0015_000000011929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	95.499	27.0	0.0037336243645658533	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0120_000000015754	2637	0.751136630858815	5	2	2	2	2	False	61996	fragment	False	FIJ0091_000000008499	0.9563501776359378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	315.0	94.286	12.0	0.0012883055499710748	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0151_000000006775	2633	0.751136630858815	5	2	2	2	2	False	61996	fragment	False	FIJ0091_000000008499	0.9541315862791365		0	0	False	False	0.998100996017456	0					non-mobilizable	no_good_hit	314.0	94.586	12.0	0.0012842026660539693	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0120_000000010149	2121	0.7511345794788816	3	3	3	3	2	False	63543	maximal	True	ENG0120_000000010149	0.9988045146898252		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1497.0	82.899	77.0	0.0005317787786005082	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
USA0009_01_000000011955	2083	0.7511345794788816	3	3	3	3	2	False	63543	maximal	False	ENG0120_000000010149	0.9949422205658703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1497.0	82.899	76.0	0.0005317787786005082	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ENG0057_000000011729	2077	0.7511345794788816	3	3	3	3	2	False	63543	maximal	False	ENG0120_000000010149	0.9944621437535804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1497.0	82.899	76.0	0.0005317787786005082	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
SPA0039_000000013190	2052	0.7511345794788816	3	3	3	3	2	False	63543	maximal	False	ENG0120_000000010149	0.9870497690364956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	79.911	77.0	0.0004159399433653202	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
CHI0003_000000004501	2500	0.7511315170941394	3	3	3	1	2	False	90977	fragment	False	CHI0148_000000004512	0.9643129770992367		0	0	False	False	0.9995999932289124	0					non-mobilizable	no_good_hit	44.0	97.727	2.0	1.203486977571201e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0045_000000000261	29721	0.7511288012656522	29	12	7	12	4	True	49836	maximal	True	MAD0045_000000000261	1.0		1	1	False	False	0.9999327063560486	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.4246428064323573e-05	CP001733.2	g-proteobacteria	Aggregatibacter actinomycetemcomitans D11S-1, complete genome	True	True
ISR0253_000000002075	5164	0.7511140121882339	7	5	4	4	4	True	40370	maximal	True	ISR0253_000000002075	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	1998.0	94.14399999999999	70.0	0.0006953807200728355	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
USA0036_01_000000004299	9158	0.7511084281632455	11	6	2	4	5	False	93117	maximal	True	USA0036_01_000000004299	1.0		1	1	False	False	0.9998908042907715	0					non-mobilizable	other	8964.0	99.699	98.0	0.003935697181898516	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0121_01_000000009269	5104	0.7511049025380166	4	3	2	3	2	False	199	fragment	False	USA0121_01_000000009269	1.0		0	0	False	False	0.9962774515151978	0					non-mobilizable	no_good_hit	460.0	74.13	9.0	0.00026862244546934445	NZ_LT632322.1	firmicutes	Murdochiella vaginalis strain Marseille-P2341T chromosome contig00001	True	False
ISR0158_000000004508	3861	0.7510963879070965	6	3	3	3	2	False	129875	maximal	True	ISR0158_000000004508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	98.335	56.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0009_000000008799	3588	0.7510859613472086	6	3	2	2	2	True	111954	fragment	False	ISR0009_000000008799	1.0		0	0	False	False	0.994425892829895	0					non-mobilizable	no_good_hit	1978.0	93.175	55.0	0.0005291573463830247	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0004_000000008296	3176	0.7510856880862802	3	2	2	2	2	False	67813	maximal	True	ENG0004_000000008296	1.0		1	1	False	False	0.998110830783844	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.819799384494902e-06	NZ_AP021884.1	b-proteobacteria	Sulfuriferula plumbiphila strain Gro7	True	False
ENG0143_000000008510	2199	0.7510778268945119	4	3	3	3	1	False	57615	maximal	True	ENG0143_000000008510	1.0		9	4	False	False	0.9972714781761169	0					non-mobilizable	other	1519.0	92.824	98.0	0.00045686083302263586	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
DEN0067_000000011985	2769	0.7510753495341516	6	5	4	2	1	False	70846	maximal	True	DEN0067_000000011985	1.0		22	7	False	False	1.0	0					non-mobilizable	other	2769.0	99.89200000000001	100.0	0.0004631748392985779	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0163_000000007519	3116	0.7510733705037284	1	1	1	1	1	False	62863	fragment	False	ENG0163_000000007519	0.9936322203431551		0	0	False	False	0.9836328625679016	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000013545	1500	0.7510718583501453	1	1	1	1	1	False	34412	fragment	False	ISR0078_000000013545	0.9914804685566673		0	0	False	False	0.996666669845581	0					non-mobilizable	other	1415.0	98.728	100.0	0.0031099068347570577	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0088_000000016663	1486	0.7510718583501453	2	1	1	1	1	False	34412	fragment	False	ISR0078_000000013545	0.986987742190589		0	0	False	False	0.9973081946372986	0					non-mobilizable	other	1424.0	98.736	100.0	0.0031297011498297687	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0069_000000008837	2706	0.751064277765087	4	4	4	3	3	False	94359	maximal	True	SPA0069_000000008837	1.0		34	5	False	False	0.9963045120239258	0					non-mobilizable	other	2525.0	100.0	99.0	0.010926170429211488	NZ_JAAIPW010000004.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_4_length_231005_cov_215.803, whole genome shotgun sequence	False	False
ENG0115_000000016313	1319	0.7510600069575629	2	2	2	2	2	False	59510	fragment	False	ENG0115_000000016313	0.9548160834354533		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	99.92399999999999	100.0	0.012082210366133142	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0130_000000002028	11753	0.7510576917686401	17	6	3	6	5	True	117616	maximal	False	ISR0205_000000001731	0.9889166316147361		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1903.0	94.64	49.0	0.14358082564645394	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
ENG0198_000000014801	1381	0.7510533333463862	2	2	2	2	2	False	60217	fragment	False	ENG0198_000000014801	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	99.855	100.0	0.00044304780935331713	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0109_000000005020	5133	0.7510502327673514	7	2	2	1	2	False	24311	fragment	False	SPA0109_000000005020	1.0		0	0	False	False	0.9996103644371033	0					non-mobilizable	no_good_hit	1570.0	76.561	30.0	0.003665267431412911	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ENG0147_000000002674	4979	0.7510502327673514	6	2	2	1	2	False	57370	maximal	True	ENG0147_000000002674	1.0		1	1	False	False	0.9949789047241211	0					non-mobilizable	no_good_hit	1573.0	76.097	31.0	0.003670021345072331	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ENG0175_000000001458	14612	0.7510501355003436	16	10	5	10	2	True	117514	maximal	True	ENG0175_000000001458	1.0	PS662	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1096.0	86.405	7.0	0.05611533095644086	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	True
SPA0110_000000012600	1471	0.7510466423634542	2	2	2	2	1	False	104051	fragment	False	SPA0090_000000016681	0.06191925339825523		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	99.932	100.0	0.10561103527552267	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0827_000000003888	2810	0.7510383544144132	3	2	2	2	2	False	122432	fragment	False	ISR0827_000000003888	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2343.0	90.44	83.0	0.9991338241663058	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0081_000000008727	2691	0.7510383544144132	3	2	2	2	2	False	122440	maximal	True	ISR0081_000000008727	1.0	PS871	5	3	True	True	1.0	1					non-mobilizable	no_good_hit	2324.0	91.30799999999999	86.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MAD0093_000000022277	1450	0.7510316930984929	1	1	1	1	1	False	41184	maximal	True	MAD0093_000000022277	0.991304347826087		40	5	False	False	0.9875862002372742	0					non-mobilizable	other	1457.0	81.812	99.0	0.03761527471100143	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
MON0005_000000039121	1397	0.7510316930984929	1	1	1	1	1	False	102321	fragment	False	MON0043_000000020503	0.9779564390185552		0	0	False	False	0.9992842078208923	0					non-mobilizable	other	1397.0	99.141	100.0	0.0004177538191108008	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0051_000000001914	14250	0.7510239868114661	18	8	5	8	4	True	118908	fragment	False	SPA0032_000000001485	0.9662263324635837		0	0	False	False	0.9976140260696411	0					non-mobilizable	other	14184.0	97.18	99.0	0.003794882973478666	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0093_000000015264	2789	0.7510209826968215	4	3	0	1	3	False	98453	maximal	True	MON0093_000000015264	0.9485943180366332		3	3	True	True	1.0	35	rep_cluster_2350,rep_cluster_2370	MOBF		MOB_unknown	mobilizable	plasmid	2691.0	97.436	100.0	0.9996267263904441	CP045787.1	enterobacteria	Shigella dysenteriae strain CFSAN029786 plasmid p3CFSAN029786, complete sequence	False	True
ENG0106_000000007999	2640	0.7510209826968215	3	3	0	1	3	False	98453	maximal	False	MON0093_000000015264	0.9433488705629258		0	0	True	True	1.0	2	rep_cluster_2350	MOBF		MOB_unknown	mobilizable	plasmid	2268.0	93.78299999999999	100.0	0.8447181784247854	CP045787.1	enterobacteria	Shigella dysenteriae strain CFSAN029786 plasmid p3CFSAN029786, complete sequence	False	True
ENG0209_000000007264	2585	0.7510141964075252	3	1	1	1	1	False	53791	maximal	True	ENG0209_000000007264	1.0		1	1	False	False	0.9922630786895752	0					non-mobilizable	no_good_hit	788.0	71.574	30.0	0.00012994865344916046	NZ_CP043998.1	firmicutes	Clostridium diolis strain DSM 15410 chromosome, complete genome	True	False
FIJ0039_000000001065	18824	0.7510124484957045	25	10	9	9	7	True	69940	fragment	False	FIJ0039_000000001065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	97.15700000000001	5.0	0.14400285154161468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0357_000000002798	7181	0.751009870269831	8	3	3	2	1	False	75277	maximal	True	ISR0357_000000002798	1.0		1	1	False	False	0.9987466931343079	0					non-mobilizable	no_good_hit	1442.0	91.74799999999999	20.0	0.17547077525067253	MK233996.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_7_c1 sequence	True	False
USA0005_01_000000016836	1927	0.751003448578699	3	2	1	2	1	True	80847	fragment	False	ENG0210_000000013723	0.845576783502672		0	0	False	False	0.9891022443771362	0					non-mobilizable	no_good_hit	936.0	75.962	48.0	0.0002602356059639481	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0038_000000025704	1346	0.7510022512011532	4	3	3	2	2	False	14299	fragment	False	MON0038_000000025704	1.0		0	0	False	False	0.9977712035179138	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	0.00027156470646324003	NZ_MPKA01000067.1	firmicutes	Dubosiella newyorkensis strain NYU-BL-A4 NODE_2_length_121518_cov_188.534_ID_3, whole genome shotgun sequence	True	False
MON0002_000000025071	1160	0.7510022512011532	3	3	3	2	2	False	14298	fragment	False	MON0002_000000025071	1.0		0	0	False	False	0.9991379380226135	0					non-mobilizable	no_good_hit								True	False
SPA0141_000000019895	1107	0.7509999666917441	1	1	1	1	1	False	3448	fragment	False	SPA0141_000000019895	1.0		0	0	False	False	0.9945799708366394	0					non-mobilizable	no_good_hit								True	False
MON0070_000000010284	2979	0.7509935000004371	4	4	3	4	3	False	125442	fragment	False	MON0070_000000010284	0.7502610794483172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1726.0	84.531	84.0	0.0004806897772468472	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0180_000000012351	1889	0.7509931351567247	3	3	3	2	2	False	102050	fragment	False	ISR0361_000000005758	0.5763690223201182		0	0	False	False	0.9962943196296692	0					non-mobilizable	other	1888.0	92.85	99.0	0.005221553412140111	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
FIJ0014_000000013611	1810	0.7509914726928093	2	2	2	2	2	False	50483	fragment	False	FIJ0014_000000013611	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1811.0	90.116	100.0	0.0004891279219580042	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0077_000000017260	1729	0.7509914726928093	2	2	2	2	2	False	50483	fragment	False	FIJ0014_000000013611	0.9776243093922652		0	0	False	False	1.0	0					non-mobilizable	other	1730.0	89.711	100.0	0.00046722667172107866	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0070_000000011140	1876	0.7509823994620346	3	2	2	1	1	False	5924	maximal	True	SPA0070_000000011140	1.0		4	1	False	False	0.998400866985321	0					non-mobilizable	chromosome	1876.0	99.89299999999999	100.0	0.0006901588138249669	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ITA0005_000000007242	2487	0.750979167795017	3	3	3	3	3	False	20392	maximal	True	ITA0005_000000007242	1.0		54	7	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	95.16799999999999	38.0	0.005512052906434206	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	False
FIJ0115_000000004914	5001	0.7509785936712691	8	5	3	4	4	True	104909	fragment	False	ISR0856_000000000942	0.8800706197566174		0	0	False	False	0.9996000528335571	0					non-mobilizable	plasmid	4510.0	97.84899999999999	100.0	0.363695038321904	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0031_000000012165	1762	0.7509781645788436	2	2	2	2	2	False	65689	maximal	True	ENG0031_000000012165	1.0		5	2	False	False	0.9988649487495422	0					non-mobilizable	no_good_hit	520.0	95.19200000000001	62.0	0.0001875149097883145	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
MON0092_000000022339	2454	0.7509766251139084	3	3	3	3	2	False	115898	fragment	False	ENG0080_000000010454	0.9444492395242863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	87.43	47.0	0.0002174234558131805	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0053_000000028155	1163	0.7509758285549702	1	1	1	1	1	False	69680	fragment	False	DEN0078_000000029626	0.9816971713810316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000004367	5070	0.7509747186449445	5	2	2	2	2	False	64973	fragment	False	ENG0039_000000004367	1.0		0	0	False	False	0.9974358677864075	0					non-mobilizable	no_good_hit	1126.0	91.56299999999999	53.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
MON0088_000000018979	1690	0.7509667148190479	2	2	2	1	1	False	9632	maximal	True	MON0088_000000018979	1.0		1	1	False	False	0.9994083046913147	0					non-mobilizable	no_good_hit	60.0	98.333	4.0	0.0010365243056165562	LN596822.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001344	True	False
SPA0055_000000021606	1424	0.7509640053990403	2	2	2	1	1	True	6393	maximal	True	SPA0055_000000021606	1.0		2	1	False	False	0.9992977380752563	0					non-mobilizable	no_good_hit	1070.0	81.869	75.0	0.00041803872387601113	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
MAD0014_000000001629	12321	0.7509577052349852	18	15	6	10	15	False	19798	maximal	True	MAD0014_000000001629	0.9867784306947804		2	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	6720.0	94.67299999999999	65.0	0.057567523550740164	CP056160.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_2, complete sequence	True	True
CHI0125_000000006260	2469	0.7509562279421556	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9857639677499442		0	0	False	False	1.0	0					non-mobilizable	other	2469.0	99.79700000000001	100.0	0.0004779991590468604	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0067_000000011787	2460	0.7509562279421556	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9847578246258124		0	0	False	False	0.9995934963226318	0					non-mobilizable	other	2460.0	100.0	100.0	0.0004762560502821028	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0099_000000008508	2459	0.7509562279421556	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9841528815854701		0	0	False	False	1.0	0					non-mobilizable	chromosome	2459.0	100.0	100.0	0.0004905852734204572	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0054_000000010055	2459	0.7509562279421556	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9842866125650233		0	0	False	False	1.0	0					non-mobilizable	other	2459.0	99.959	100.0	0.00047606237153046305	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0204_000000010349	2458	0.7509562279421556	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.984607612621732		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	100.0	100.0	0.0004758686927788233	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0014_000000009902	2458	0.7509562279421556	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.984607612621732		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	100.0	100.0	0.0004758686927788233	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0092_000000010868	2450	0.7509562279421556	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9681789528107076		0	0	False	False	1.0	0					non-mobilizable	chromosome	2450.0	98.12200000000001	100.0	0.0004441423018872238	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0098_000000007175	2450	0.7509562279421556	3	3	3	3	3	False	101106	fragment	False	SPA0143_000000008057	0.957352622993413		0	0	False	False	0.9995918273925781	0					non-mobilizable	no_good_hit	1950.0	97.59	84.0	0.0003770925294425596	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0128_000000007462	4613	0.7509491235609629	6	5	5	5	3	False	96367	maximal	True	ISR0128_000000007462	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	96.90799999999999	86.0	0.0006058852572215724	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0014_000000013527	2696	0.7509467531369418	3	3	3	3	2	False	129508	maximal	True	ISR0014_000000013527	0.9730123688733904		19	3	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	80.435	79.0	0.008961824953445064	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0776_000000018399	1281	0.7509453912535607	2	1	1	1	1	False	22407	maximal	True	ISR0776_000000018399	1.0		15	5	False	False	0.9992193579673767	0					non-mobilizable	no_good_hit								True	False
MON0043_000000001217	10752	0.750943984653928	9	8	3	7	3	True	11702	maximal	True	MON0043_000000001217	1.0		8	2	False	False	1.0	0					non-mobilizable	chromosome	9948.0	84.48899999999999	92.0	0.003301667668490477	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	True
MON0051_000000002193	10752	0.750943984653928	9	8	3	7	3	True	11702	maximal	False	MON0043_000000001217	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9948.0	84.48899999999999	92.0	0.003301667668490477	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	True
MAD0046_000000023149	1172	0.7509438901872116	3	2	1	1	2	False	17724	fragment	False	MAD0046_000000023149	1.0		0	0	False	False	0.9931740760803223	0					non-mobilizable	no_good_hit	161.0	77.01899999999999	13.0	0.00012189329382417797	CP019866.1	GNS bacteria	Dehalococcoides mccartyi strain KBTCE3, complete genome	True	False
SPA0075_000000003714	4187	0.7509438010709459	3	2	2	2	2	False	101222	maximal	True	SPA0075_000000003714	1.0		39	3	False	False	0.9945068359375	0					non-mobilizable	no_good_hit	1689.0	99.645	40.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0256_000000004788	3744	0.7509438010709459	3	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.9356220048865486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	99.34899999999999	45.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
FIJ0043_000000006958	3652	0.7509438010709459	3	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.9022338369212384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1835.0	98.47399999999999	50.0	0.011865284974093265	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
ISR0382_000000003782	3500	0.7509438010709459	3	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8637259820596166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1701.0	98.824	49.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0237_000000002660	3457	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8703152222972439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1713.0	99.008	49.0	0.011088082901554405	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
ISR0231_000000004540	3433	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.9041634421465807		0	0	False	False	0.9979609847068787	0					non-mobilizable	no_good_hit	1695.0	99.469	49.0	0.010958549222797927	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
ISR0284_000000002809	3425	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8988120099646569		0	0	False	False	0.9874452352523804	0					non-mobilizable	no_good_hit	1678.0	99.285	49.0	0.10412268719731776	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ENG0057_000000006592	3406	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.866798516308901		0	0	False	False	0.9964768290519714	0					non-mobilizable	no_good_hit	1746.0	98.28200000000001	51.0	0.011256476683937824	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
ENG0099_000000005340	3381	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.9023360063323916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	99.23	50.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
FIJ0150_000000006847	3360	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8726879180592308		0	0	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit	1690.0	99.527	50.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
AUS0012_000000004721	3348	0.7509438010709459	3	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8663626016016324		0	0	False	False	0.9982078671455383	0					non-mobilizable	no_good_hit	1696.0	98.939	51.0	0.01096502590673575	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
ISR0835_000000003794	3335	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8661602187393677		0	0	False	False	0.999700129032135	0					non-mobilizable	no_good_hit	1689.0	99.23	51.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
FIJ0013_000000008113	3297	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8651812375180957		0	0	False	False	0.9993934035301208	0					non-mobilizable	no_good_hit	1689.0	99.52600000000001	51.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
FIJ0132_000000009050	3292	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8983936258943455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1678.0	99.64200000000001	51.0	0.10412268719731776	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
USA0082_01_000000009064	3289	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8968910094181389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	97.95	52.0	0.010958549222797927	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
CHI0123_000000004166	3275	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.9015805425946558		0	0	False	False	0.9996946454048157	0					non-mobilizable	no_good_hit	1689.0	99.586	52.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ENG0098_000000007815	3272	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.9015074851297463		0	0	False	False	0.9957212805747986	0					non-mobilizable	no_good_hit	1695.0	99.292	52.0	0.010958549222797927	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
FIJ0109_000000008221	3249	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.7904194919172166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1696.0	99.351	52.0	0.01096502590673575	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
ISR0279_000000006100	3246	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8238112761754296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	99.645	52.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0332_000000004052	3227	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8608331629959068		0	0	False	False	0.9996901154518127	0					non-mobilizable	no_good_hit	1689.0	99.171	52.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
SPA0157_000000001935	3222	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8632912951353834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1695.0	99.17399999999999	53.0	0.010958549222797927	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
FIJ0049_000000005255	3216	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8629258446371362		0	0	False	False	0.9996890425682068	0					non-mobilizable	no_good_hit	1689.0	99.23	53.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0299_000000002935	3192	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.7556918108899845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	99.524	53.0	0.10424686452253819	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
CHI0176_000000002646	3168	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8228964508377541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1682.0	99.346	53.0	0.010887305699481865	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
ISR0372_000000005090	3167	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.7933419958957147		0	0	False	False	0.9993684887886047	0					non-mobilizable	no_good_hit	1604.0	99.37700000000001	51.0	0.010382124352331606	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
ISR0252_000000002880	3158	0.7509438010709459	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8211884934209903		0	0	False	False	0.9977834224700928	0					non-mobilizable	no_good_hit	1695.0	99.056	54.0	0.010958549222797927	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
DEN0063_000000005449	6865	0.750938520575116	6	5	4	4	3	False	100733	fragment	False	SPA0031_000000003390	0.9425469773695395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2277.0	87.74700000000001	33.0	0.00036211969245862976	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
ENG0008_000000004242	5239	0.7509232176530946	7	6	6	6	6	False	93544	maximal	False	ISR0148_000000005283	0.9641502618746614		0	0	False	False	0.9998091459274292	0					non-mobilizable	no_good_hit	1650.0	96.303	68.0	0.026825221238938053	NZ_CABKPS010000037.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0109_000000018642	1761	0.7509204069624116	3	2	2	1	1	False	66432	fragment	False	SPA0109_000000018642	1.0		0	0	False	False	0.9965928196907043	0					non-mobilizable	other	1746.0	97.537	99.0	0.004696124419039623	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
AUS0024_000000011458	2847	0.7509203995960295	4	4	4	4	3	False	98967	maximal	True	AUS0024_000000011458	1.0		78	11	False	False	0.9996487498283386	0					non-mobilizable	no_good_hit	462.0	72.944	17.0	0.00011187276996978445	CP001197.1	d-proteobacteria	Desulfovibrio vulgaris str. 'Miyazaki F', complete genome	True	False
ISR0263_000000010630	1485	0.7509122923053134	2	2	2	1	1	False	45772	fragment	False	ISR0263_000000010630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	263.0	93.536	18.0	0.0009991430426979937	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
ISR0345_000000000712	7340	0.7509093389375192	10	9	5	6	7	False	82874	maximal	True	ISR0345_000000000712	1.0		1	1	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	7351.0	97.415	100.0	0.06994060387647895	CP027379.1	enterobacteria	Escherichia coli strain 2013C-4404 plasmid unnamed3, complete sequence	False	True
DEN0031_000000003904	6943	0.7509084552166775	7	4	3	3	4	False	84133	fragment	False	DEN0031_000000003904	1.0		0	0	False	False	0.9998559951782227	0					non-mobilizable	no_good_hit	1962.0	98.573	47.0	0.0005294154069617314	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0071_000000007749	1549	0.7509075138246883	2	2	2	2	1	False	125944	fragment	False	FIJ0078_000000014715	0.7658738210804438		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	97.289	100.0	0.00423674307218611	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0116_000000015822	1513	0.7509075138246883	2	2	2	2	1	False	125944	fragment	False	FIJ0078_000000014715	0.8949862945571883		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	98.711	97.0	0.004031474512487171	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CAN0015_000000016749	2243	0.7509057769504035	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.4291439991135613		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	99.822	100.0	0.0006974824058352088	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0014_000000016553	1979	0.7509008401166384	3	3	3	3	3	False	90513	maximal	False	MON0008_000000017654	0.9692695214105793		0	0	False	False	0.996968150138855	0					non-mobilizable	no_good_hit	269.0	73.60600000000001	13.0	0.003033181865006238	NZ_JXMS01000013.1	d-proteobacteria	Halodesulfovibrio spirochaetisodalis strain JC271 contig13, whole genome shotgun sequence	True	False
ISR0391_000000006024	2331	0.7508926606299812	3	2	1	2	2	True	118264	maximal	True	ISR0391_000000006024	1.0		159	11	False	False	0.9974259734153748	0					non-mobilizable	other	2339.0	95.083	100.0	0.004057841674452331	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
AUS0012_000000001646	7787	0.750884582237857	6	5	5	4	4	False	101319	maximal	True	AUS0012_000000001646	1.0		2	2	False	False	0.999871551990509	0					non-mobilizable	no_good_hit	1466.0	77.149	21.0	0.0011706730964384585	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
USA0047_01_000000009927	3545	0.7508843542015274	6	3	2	2	3	False	37241	fragment	False	USA0047_01_000000009927	1.0		0	0	False	False	0.996614933013916	0					non-mobilizable	no_good_hit	872.0	95.87200000000001	59.0	0.00019346140433877735	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0002_000000009250	2291	0.7508832434159052	3	3	3	3	3	False	8407	maximal	True	SPA0002_000000009250	1.0		2	1	False	False	0.9982540607452393	0					non-mobilizable	other	2291.0	99.78200000000001	100.0	0.0018399485778563395	NZ_QWKU01000001.1	firmicutes	Dialister pneumosintes strain KCOM 1685 KCOM1685_1, whole genome shotgun sequence	False	False
MON0006_000000013566	1639	0.7508779698971679	2	2	2	2	1	False	119436	fragment	False	CHI0024_000000003275	0.023438897835033102		0	0	False	False	0.9865771532058716	0					non-mobilizable	other	1639.0	99.024	100.0	0.01710383426614318	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
CHI0050_000000002624	3593	0.7508770540681698	5	5	4	5	5	False	98138	fragment	False	SPA0064_000000005306	0.7125174445995075		0	0	False	False	0.9994433522224426	0					non-mobilizable	chromosome	3593.0	99.917	100.0	0.0007324646395150399	LT883142.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, chromosome: IV	False	False
ISR0178_000000012796	1374	0.7508734416392545	2	2	2	2	1	False	29699	maximal	True	ISR0178_000000012796	1.0		177	11	False	False	0.9796215295791626	0					non-mobilizable	chromosome	1352.0	78.77199999999999	96.0	0.0003713679228868706	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
AST0089_000000019039	1264	0.7508713094103899	2	2	2	2	1	True	110016	fragment	False	AST0089_000000019039	1.0		0	0	False	False	0.9984177350997925	0					non-mobilizable	other	1264.0	98.57600000000001	100.0	0.00043425878935663683	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	True
ENG0189_000000007151	2226	0.7508623372824099	3	2	1	2	1	False	54849	maximal	True	ENG0189_000000007151	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	95.88	12.0	7.710848961571854e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0047_000000020763	2160	0.7508621534183685	2	2	2	2	2	False	29254	fragment	False	MAD0047_000000020763	1.0		0	0	False	False	0.9958333373069763	0					non-mobilizable	no_good_hit	1079.0	92.678	59.0	0.004258395319715422	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
CAN0006_000000004342	10200	0.7508548047669031	8	6	3	6	2	True	117511	fragment	False	DEN0010_000000003007	0.7734112351874297		0	0	False	True	0.9999019503593445	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	2.0	0.0037201316354270996	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
SPA0016_000000014185	2346	0.7508515748920666	2	1	1	1	1	True	10386	fragment	False	SPA0016_000000014185	1.0		0	0	False	False	0.9855072498321533	0					non-mobilizable	other	2346.0	100.0	100.0	0.0025729646697388634	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0051_000000002710	9391	0.7508445336345928	10	9	8	8	8	False	125494	maximal	True	MON0051_000000002710	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3546.0	83.954	74.0	0.0010649120513952577	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0355_000000002972	5623	0.7508437267284985	9	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6304701449966514	PS1110	0	0	True	True	1.0	20		MOBV			mobilizable	other	4134.0	93.08200000000001	94.0	0.8056432517758485	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0152_000000004553	5492	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6381123647676079	PS1110	0	0	True	True	1.0	92		MOBV			mobilizable	other	4264.0	92.65899999999999	93.0	0.8310970797158642	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
DEN0093_000000005664	5490	0.7508437267284985	9	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6408389356280633	PS1110	0	0	True	True	1.0	118		MOBV			mobilizable	other	3730.0	91.90299999999999	94.0	0.7267166535122336	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0257_000000002675	5466	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6413845416735173	PS1110	0	0	True	True	1.0	7		MOBV			mobilizable	other	3985.0	92.848	94.0	0.7770323599052881	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0146_000000007008	5439	0.7508437267284985	9	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6307717983678943	PS1110	0	0	True	True	1.0	341		MOBV			mobilizable	other	4134.0	93.05799999999999	94.0	0.8056432517758485	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0131_000000004406	5430	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6306925195950653	PS1110	0	0	True	True	1.0	71		MOBV			mobilizable	other	4119.0	93.081	94.0	0.8026835043409629	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0203_000000003296	5428	0.7508437267284985	9	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6305871304755779	PS1110	0	0	True	True	1.0	32		MOBV			mobilizable	other	4134.0	93.08200000000001	94.0	0.8056432517758485	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0340_000000004647	5427	0.7508437267284985	9	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6382174823827538	PS1110	0	0	True	True	1.0	63		MOBV			mobilizable	other	2371.0	91.649	94.0	0.4589581689029203	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0359_000000003991	5427	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6308130836694578	PS1110	0	0	True	True	1.0	58		MOBV			mobilizable	other	4134.0	93.10600000000001	92.0	0.8056432517758485	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0328_000000004676	5427	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6306986560751419	PS1110	0	0	True	True	1.0	23		MOBV			mobilizable	other	4118.0	93.103	94.0	0.8024861878453039	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0082_000000002874	5426	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6306940478961259	PS1110	0	0	True	True	1.0	39		MOBV			mobilizable	other	4024.0	92.992	94.0	0.7839384372533543	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0231_000000002387	5414	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6382798156932536	PS1110	0	0	True	True	1.0	13		MOBV			mobilizable	other	3989.0	93.081	94.0	0.7778216258879243	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0398_000000004114	5413	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.630801350989978	PS1110	0	0	True	True	1.0	26		MOBV			mobilizable	other	3996.0	92.96799999999999	94.0	0.7784135753749013	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0149_000000002956	5407	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6378498436067483	PS1110	0	0	True	True	0.999815046787262	26		MOBV			mobilizable	other	3408.0	92.51799999999999	94.0	0.6635753749013418	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0093_000000004004	5403	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6377416296856153	PS1110	0	0	True	True	1.0	7		MOBV			mobilizable	other	4002.0	93.053	94.0	0.7803867403314917	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
AST0033_000000002450	5304	0.7508437267284985	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6321200571717873	PS1110	0	0	False	True	1.0	0		MOBV			mobilizable	other	3914.0	92.97399999999999	94.0	0.7630228887134964	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0394_000000003317	5210	0.7508437267284985	7	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.5323075270464906	PS1110	0	0	False	True	1.0	0		MOBV			mobilizable	other	3956.0	92.99799999999999	93.0	0.771112865035517	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0007_000000040660	1585	0.7508430991194177	2	2	2	2	1	False	14369	fragment	False	MON0007_000000040660	1.0		0	0	False	False	0.9817034602165222	0					non-mobilizable	no_good_hit								True	False
FIJ0088_000000002867	10172	0.7508398349229648	10	9	5	8	6	True	78055	maximal	True	FIJ0088_000000002867	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
USA0031_01_000000013306	2132	0.7508309925020246	3	2	1	2	1	False	37766	maximal	True	USA0031_01_000000013306	1.0		10	4	False	False	0.9995309710502625	0					non-mobilizable	no_good_hit	299.0	78.26100000000001	13.0	0.0005096294044073441	NZ_KB822499.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.4, whole genome shotgun sequence	True	False
ENG0131_000000007678	3550	0.7508303452896479	4	4	4	4	3	False	124947	fragment	False	FIJ0005_000000008183	0.9407874800059266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2335.0	79.657	86.0	0.0006417586031306075	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0155_000000008803	2504	0.7508285839132034	4	3	3	3	3	False	62077	maximal	True	ENG0155_000000008803	1.0		87	10	False	False	0.9972044825553894	0					non-mobilizable	no_good_hit	494.0	75.911	19.0	0.0028728252235249146	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0004_000000009569	3726	0.7508262208960823	5	2	1	1	2	False	53621	fragment	False	MON0004_000000009569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	2.0	4.928320318917084e-05	NC_010644.1	bacteria	Elusimicrobium minutum Pei191, complete sequence	True	False
ENG0156_000000000446	28940	0.7508042970942672	39	13	4	10	6	False	101730	maximal	True	ENG0156_000000000446	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8204.0	98.135	86.0	0.1403098509207834	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0052_000000007867	3505	0.750799755943778	4	2	1	1	1	True	46492	maximal	True	FIJ0052_000000007867	1.0		1	1	False	False	0.9948644638061523	0					non-mobilizable	no_good_hit								True	True
ENG0153_000000011627	2582	0.7507938126098842	2	2	2	2	2	False	76301	fragment	False	ENG0153_000000011627	0.9740448504983389		0	0	False	False	0.9945778250694275	0					non-mobilizable	other	2575.0	97.786	99.0	0.0022086822759470807	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
SPA0045_000000009054	2979	0.7507850816711034	5	4	2	4	3	True	124296	fragment	False	MON0018_000000005210	0.9225456718667591		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2979.0	95.838	100.0	0.0007677135464318463	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
MON0092_000000029460	1885	0.7507804216827729	2	2	2	2	2	False	59962	maximal	True	MON0092_000000029460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	73.705	13.0	0.0003549699444172577	NZ_JH126467.1	actinobacteria	Collinsella tanakaei YIT 12063 supercont1.1, whole genome shotgun sequence	True	False
FIJ0129_000000011908	1803	0.7507792750280321	2	2	2	2	2	False	51671	fragment	False	FIJ0061_000000013207	0.9572818673558372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1400.0	84.0	77.0	0.0004406462433331768	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0032_000000000723	14074	0.750774220297822	16	3	1	3	2	True	18936	maximal	True	MAD0032_000000000723	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.0136769022247274e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0097_000000003803	7176	0.7507717289996602	10	8	5	6	6	False	132428	fragment	False	FIJ0097_000000003803	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4960.0	99.25399999999999	70.0	0.14959963740746338	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0003_000000009344	3762	0.7507681460303431	5	5	5	5	5	False	130502	maximal	True	AST0003_000000009344	1.0		41	7	False	False	0.9965444207191467	0					non-mobilizable	other	3714.0	99.73100000000001	100.0	0.018698130690516478	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
ISR0820_000000004357	4303	0.750768087783512	5	5	5	5	5	False	21293	fragment	False	ISR0820_000000004357	1.0		0	0	False	False	0.9993028044700623	0					non-mobilizable	no_good_hit	517.0	72.53399999999999	12.0	0.00014442294403006759	CP061345.1	high GC Gram+	Microbacterium hominis strain 01094 chromosome, complete genome	True	False
FIJ0068_000000004807	6087	0.7507660509698314	8	8	7	6	7	False	45623	maximal	True	FIJ0068_000000004807	1.0		6	3	False	False	1.0	0					non-mobilizable	plasmid	6087.0	99.96700000000001	100.0	0.05317884729649436	CP041645.1	enterobacteria	Klebsiella pneumoniae strain NKU_Kleb8A7 plasmid pKleb8A7, complete sequence	False	True
MAD0109_000000010421	1374	0.7507617083778484	1	1	1	1	1	False	103863	fragment	False	AST0150_000000020744	0.9750464824613431		0	0	False	False	0.9832605719566345	0					non-mobilizable	other	1316.0	78.875	95.0	0.010404494741728427	NZ_FUWW01000005.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ISR0173_000000001846	4252	0.7507613758515415	5	5	4	5	3	False	126984	fragment	False	ISR0173_000000001846	1.0		0	0	False	False	0.9992944598197937	0					non-mobilizable	no_good_hit	3526.0	96.625	83.0	0.05025355331762017	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
AST0040_000000007011	2791	0.7507463282460236	3	2	2	2	2	False	116276	fragment	False	AST0040_000000007011	1.0		0	0	False	False	0.997850239276886	0					non-mobilizable	no_good_hit	1430.0	80.62899999999999	77.0	0.04975681444417229	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0130_000000017030	1931	0.7507428535448304	2	1	1	1	1	False	3802	fragment	False	SPA0130_000000017030	1.0		0	0	False	False	0.9994821548461914	0					non-mobilizable	chromosome	1931.0	99.637	100.0	0.0008612699402956967	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0090_000000006948	7297	0.7507355598236373	9	2	2	2	1	True	39583	maximal	True	MON0090_000000006948	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.0003558410832956655	NZ_AWEY01000035.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00012, whole genome shotgun sequence	True	True
FIJ0122_000000002333	7631	0.7507300404089493	7	6	6	5	6	False	41445	maximal	True	FIJ0122_000000002333	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	7631.0	100.0	100.0	0.11229505784004945	CP018123.1	enterobacteria	Escherichia coli strain MRSN346355 plasmid pMRSN346355_67.9, complete sequence	False	True
MON0022_000000015949	1907	0.7507264640426407	3	3	3	3	3	False	82697	fragment	False	MON0090_000000031486	0.7882109816869585		0	0	False	False	0.998951256275177	0					non-mobilizable	other	1216.0	81.661	97.0	0.016557471421913977	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ISR0144_000000006175	1325	0.750719004385106	2	2	2	2	2	False	31087	maximal	True	ISR0144_000000006175	1.0		1	1	False	False	0.9811320900917053	0					non-mobilizable	no_good_hit	457.0	77.462	34.0	0.04407472270869819	NZ_FZOJ01000061.1	firmicutes	Anaerovirgula multivorans strain SCA, whole genome shotgun sequence	True	False
USA0119_01_000000004286	4935	0.7507173205723693	5	5	4	4	2	True	71615	maximal	False	DEN0079_000000008346	0.9617655110551944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1783.0	80.03399999999999	36.0	0.015359131354829757	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0109_000000010487	1811	0.7507065385092659	3	2	2	1	1	False	104790	fragment	False	CHI0109_000000010487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000009985	4488	0.7507014832732911	2	2	1	2	0	True	100245	fragment	False	CAN0014_000000009985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0086_000000008217	3739	0.7507014832732911	3	2	1	2	0	True	100243	fragment	False	MON0086_000000008217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	97.67399999999999	6.0	6.0140841983029045e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0046_000000012328	2592	0.7507014832732911	3	2	1	2	0	True	100240	fragment	False	ENG0083_000000005468	0.13329627570872707		0	0	False	False	0.9795524477958679	0					non-mobilizable	no_good_hit								True	True
DEN0064_000000015278	2570	0.7507014832732911	4	2	1	2	0	True	100240	fragment	False	ENG0083_000000005468	0.19708212054821045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0271_000000006935	2387	0.7506993892580115	4	3	2	2	3	False	94131	fragment	False	CHI0071_000000004336	0.9215008405282118		0	0	False	False	0.9937159419059753	0					non-mobilizable	chromosome	2208.0	95.426	92.0	0.0003400288392546802	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0148_000000006103	5527	0.7506992869353845	9	5	3	5	2	True	105181	fragment	False	AST0148_000000006103	1.0		0	0	False	False	0.9985525608062744	0					non-mobilizable	plasmid	4209.0	94.60700000000001	100.0	0.04272678257154193	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0836_000000008511	2349	0.7506967129155183	3	3	3	3	3	False	23416	maximal	True	ISR0836_000000008511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003683995088006549	NZ_JYCD01000132.1	firmicutes	Aeribacillus pallidus strain GS3372 LG46_132, whole genome shotgun sequence	True	False
ENG0152_000000013633	1792	0.7506929215495944	2	2	2	2	1	True	57027	fragment	False	ENG0152_000000013633	1.0		0	0	False	False	0.9972098469734192	0					non-mobilizable	other	1794.0	96.488	100.0	0.0005747565387782557	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0118_000000026471	1184	0.750691850978612	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.17530003055625207		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	96.40899999999999	94.0	0.00030907909425662727	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0820_000000019903	1315	0.750686863354173	2	1	1	1	1	False	21268	fragment	False	ISR0820_000000019903	1.0		0	0	False	False	0.9391635060310364	0					non-mobilizable	no_good_hit	103.0	76.699	8.0	3.963923631513659e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0308_000000007890	2141	0.7506844313234929	3	2	2	2	1	True	33129	fragment	False	ISR0308_000000007890	1.0		0	0	False	True	0.9911256432533264	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	2.0	1.4181648002042157e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
ENG0211_000000008246	3295	0.750683922134639	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.17161502119635821		0	0	False	False	1.0	0					non-mobilizable	other	3235.0	98.3	100.0	0.0009677763975675716	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0218_000000010177	1714	0.7506781596599571	5	1	1	1	1	False	28066	fragment	False	ISR0218_000000010177	1.0		0	0	False	False	0.9924154281616211	0					non-mobilizable	no_good_hit	113.0	92.035	7.0	0.12993039443155452	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
AST0102_000000021863	1437	0.7506781596599571	3	1	1	1	1	False	108173	maximal	True	AST0102_000000021863	1.0		6	3	False	False	0.9993041157722473	0					non-mobilizable	no_good_hit								True	False
ISR0101_000000016607	1422	0.7506781596599571	2	1	1	1	1	False	33125	maximal	True	ISR0101_000000016607	1.0		0	0	False	False	0.9936708807945251	0					non-mobilizable	no_good_hit								True	False
MON0079_000000010080	2280	0.7506757839434569	3	3	3	3	3	False	86701	fragment	False	MON0079_000000010080	0.9949074074074074		0	0	False	False	1.0	0					non-mobilizable	chromosome	2280.0	99.912	100.0	0.0004616489069920262	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
SPA0149_000000024934	1605	0.75067477810056	2	2	2	2	2	True	107683	fragment	False	CAN0015_000000018317	0.3773944080904224		0	0	False	False	0.9794392585754395	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	4.0	5.044576439746138e-05	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	True
CHI0111_000000020425	1470	0.7506723656189778	3	3	3	3	3	False	82508	fragment	False	CHI0111_000000020425	1.0		0	0	False	False	0.9768707752227783	0					non-mobilizable	other	1470.0	98.29899999999999	100.0	0.013151769087523277	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0080_01_000000003102	11656	0.7506717908482725	19	16	5	7	11	True	101537	fragment	False	ISR0326_000000000881	0.9471068369161144		0	0	False	False	1.0	0					non-mobilizable	chromosome	9374.0	97.13	98.0	0.0014226407329118733	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ENG0183_000000024876	1252	0.7506598618854683	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.09991508545214331		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	98.243	100.0	0.00034712387045892555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0002_000000033602	1118	0.7506589372441392	2	2	2	2	2	False	130815	maximal	True	AST0002_000000033602	1.0		6	3	False	False	1.0	0					non-mobilizable	other	1093.0	75.938	97.0	0.0035604466742191294	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	False
CAN0022_000000018436	1738	0.7506548300117312	4	3	2	2	2	True	91296	fragment	False	CAN0022_000000018436	1.0		0	0	False	False	0.997123122215271	0					non-mobilizable	no_good_hit	1311.0	89.55	84.0	0.4380664652567976	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0050_000000024167	1214	0.7506548300117312	3	3	2	2	2	True	35892	fragment	False	ISR0050_000000024167	1.0		0	0	False	False	0.9802306294441223	0					non-mobilizable	other	1218.0	88.259	100.0	0.40420560747663553	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MON0107_000000056516	1105	0.750652347384077	1	1	1	1	1	False	47530	fragment	False	FIJ0039_000000020239	0.9499665546544444		0	0	False	False	0.9719457030296326	0					non-mobilizable	other	1105.0	99.095	99.0	0.008876952889432084	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0065_000000001605	7084	0.7506354948886965	8	7	7	7	7	False	116675	fragment	False	ISR0320_000000001949	0.6567758871232363		0	0	False	False	0.999717652797699	0					non-mobilizable	chromosome	7078.0	99.336	99.0	0.0027752908525989967	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
AUS0016_000000009325	2925	0.7506352630889793	3	1	0	1	1	False	100495	fragment	False	AUS0016_000000009325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1228.0	75.163	46.0	0.4111149464963756	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	False
FIJ0046_000000010488	2801	0.7506352630889793	3	1	0	1	1	False	46980	fragment	False	FIJ0046_000000010488	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	71.888	35.0	0.3344839489126683	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	False
FIJ0153_000000010973	2418	0.7506352630889793	3	1	0	1	1	False	44261	fragment	False	FIJ0153_000000010973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	71.888	40.0	0.3344839489126683	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	False
FIJ0081_000000017772	2011	0.7506352630889793	3	1	0	1	1	False	44259	fragment	False	FIJ0081_000000017772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	71.888	49.0	0.3344839489126683	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	False
MON0026_000000040862	1292	0.7506352630889793	2	1	0	1	1	False	12702	fragment	False	MON0026_000000040862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	75.88600000000001	66.0	0.2951328960994132	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	False
FIJ0139_000000022111	1214	0.7506352630889793	2	1	0	1	1	False	40418	fragment	False	FIJ0139_000000022111	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	1219.0	92.20700000000001	100.0	0.1357582540570789	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ENG0057_000000016090	1605	0.7506265194450713	3	3	3	2	2	False	63529	maximal	True	ENG0057_000000016090	1.0		39	9	False	False	0.9962616562843323	0					non-mobilizable	no_good_hit	1205.0	76.929	74.0	0.0012457571284412085	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0065_000000005955	4873	0.7506091881746971	6	4	3	3	2	True	127633	backbone	False	ISR0115_000000006186	0.9974192872324323	PS1014	0	0	True	True	1.0	9					non-mobilizable	other	4873.0	99.979	100.0	0.08215713057115394	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ISR0115_000000006186	4831	0.7506091881746971	5	4	3	3	2	True	127633	backbone	True	ISR0115_000000006186	0.997577068083217	PS1014	9	5	True	True	0.9983440041542053	4					non-mobilizable	other	3500.0	99.971	100.0	0.059004064012411254	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
AST0006_000000003306	4784	0.7506091881746971	5	4	3	3	2	True	127633	backbone	False	ISR0115_000000006186	0.9935102099888038	PS1014	0	0	True	True	1.0	17					non-mobilizable	other	4784.0	99.916	100.0	0.08065631270973508	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
USA0035_01_000000005476	4589	0.7506091881746971	5	4	3	3	2	True	127633	backbone	False	ISR0115_000000006186	0.9671053552392498	PS1014	0	0	False	True	0.9997820854187012	0					non-mobilizable	other	4589.0	100.0	100.0	0.07736800391224431	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ISR0358_000000003702	4585	0.7506091881746971	5	4	3	3	2	True	127633	backbone	False	ISR0115_000000006186	0.9636930991012832	PS1014	0	0	False	True	1.0	0					non-mobilizable	other	4585.0	100.0	100.0	0.07730055142409066	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ISR0131_000000032417	1170	0.7506035230198087	2	2	2	2	2	False	31624	maximal	True	ISR0131_000000032417	1.0		32	6	False	False	1.0	0					non-mobilizable	other	1172.0	95.478	100.0	0.025302506482281762	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0172_000000000825	9272	0.7505949199033011	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9896173769774386		0	0	False	False	0.9997842907905579	0					non-mobilizable	other	9273.0	99.31	100.0	0.03351628088595787	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0036_000000001955	9211	0.7505949199033011	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9883728348977602		0	0	False	False	1.0	0					non-mobilizable	other	9212.0	99.294	100.0	0.033295731464809714	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0035_000000001431	9211	0.7505949199033011	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9883728348977602		0	0	False	False	1.0	0					non-mobilizable	other	9212.0	99.294	100.0	0.033295731464809714	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0046_000000009183	1897	0.7505945103304456	3	2	1	1	2	False	127876	fragment	False	AST0046_000000009183	1.0		0	0	False	False	0.9978914260864258	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.308888787677733e-06	CP045420.1	a-proteobacteria	Maribius sp. THAF1 chromosome, complete genome	True	False
ISR0138_000000003233	8560	0.7505933684263829	5	3	3	3	2	True	100760	maximal	True	ISR0138_000000003233	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5733.0	94.889	82.0	0.0017341406401689978	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
SPA0022_000000004661	2917	0.7505925342445108	3	3	3	3	3	False	118957	fragment	False	ISR0219_000000010491	0.9512663150488733		0	0	False	False	0.9989715218544006	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000012134	2698	0.7505920356816094	2	2	1	2	0	True	478	maximal	True	USA0084_01_000000012134	1.0		2	1	False	False	0.997405469417572	0					non-mobilizable	no_good_hit	1237.0	73.484	45.0	0.020705639969096058	NZ_PUEC01000023.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq23, whole genome shotgun sequence	True	True
FIJ0162_000000017340	1322	0.7505920356816094	2	2	1	2	0	True	39211	fragment	False	FIJ0162_000000017340	1.0		0	0	False	False	0.9916792511940002	0					non-mobilizable	chromosome	1319.0	86.581	99.0	0.00038907517097741475	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	False	True
ISR0060_000000010529	2695	0.7505874652521255	4	3	3	3	2	True	122131	fragment	False	ISR0060_000000010529	1.0		0	0	False	False	0.9933209419250488	0					non-mobilizable	no_good_hit	848.0	81.722	31.0	0.0027010785134798203	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ENG0210_000000018250	1454	0.7505863285292902	3	1	1	1	1	False	53700	maximal	True	ENG0210_000000018250	1.0		22	8	False	False	0.9938101768493652	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.0008856636763613508	NZ_BCTN01000028.1	enterobacteria	Erwinia persicina NBRC 102418, whole genome shotgun sequence	True	False
CHI0129_000000010056	2360	0.7505831795154136	2	2	2	2	1	False	81265	maximal	True	CHI0129_000000010056	1.0		1	1	False	False	0.9745762944221497	0					non-mobilizable	no_good_hit	621.0	99.51700000000001	26.0	0.00021067532655525114	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0099_000000004591	5585	0.7505761733585271	10	5	3	4	3	True	125362	fragment	False	MON0099_000000004591	1.0		0	0	False	False	0.9992837905883789	0					non-mobilizable	other	3132.0	98.723	100.0	0.0008936287778720276	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0053_01_000000003533	6301	0.7505747286319473	11	4	3	3	2	True	108901	fragment	False	SPA0128_000000004938	0.6874640470356972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3988.0	99.749	82.0	0.0015768984183950124	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MON0092_000000026532	2086	0.7505649164962405	3	3	3	3	3	False	102997	fragment	False	AUS0002_000000015444	0.6369047619047619		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	74.505	85.0	0.005678552032750128	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
FIJ0090_000000033600	1389	0.7505637365270864	2	2	2	2	1	False	62475	fragment	False	ENG0069_000000012579	0.9452856159669649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	72.108	55.0	0.00022913801181965207	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
ISR0059_000000006470	2529	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9905462066705523		0	0	False	False	1.0	0					non-mobilizable	other	2529.0	100.0	100.0	0.000489363790292904	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0067_000000006929	2529	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9905462066705523		0	0	False	False	1.0	0					non-mobilizable	other	2529.0	100.0	100.0	0.000489363790292904	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0060_000000005289	2489	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9828797236133814		0	0	False	False	1.0	0					non-mobilizable	other	2489.0	99.196	100.0	0.0004816206923452314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0092_000000022106	2480	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9763564744804353		0	0	False	False	0.989112913608551	0					non-mobilizable	chromosome	2480.0	98.589	100.0	0.0004947766040721372	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0013_000000021017	2478	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9857824967376457		0	0	False	False	1.0	0					non-mobilizable	other	2478.0	99.96	100.0	0.00047974226781161795	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0005_000000021564	2478	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9858419742588547		0	0	False	False	0.998789370059967	0					non-mobilizable	chromosome	2478.0	99.96	100.0	0.0004943774297243581	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0058_000000019450	2469	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9823747310620238		0	0	False	False	0.9975698590278625	0					non-mobilizable	other	2469.0	100.0	100.0	0.0004779991590468604	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0219_000000013527	2469	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9871163035206925		0	0	False	False	1.0	0					non-mobilizable	chromosome	2469.0	99.959	100.0	0.0004925811451593524	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0090_000000011237	2462	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9798060090727386		0	0	False	False	1.0	0					non-mobilizable	chromosome	2462.0	98.863	100.0	0.0004911840349421257	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0001_01_000000006523	2459	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9845148742876704		0	0	False	False	1.0	0					non-mobilizable	other	2459.0	100.0	100.0	0.00047606237153046305	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0075_01_000000010091	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9843567930949968		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	100.0	100.0	0.0004758686927788233	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0094_000000006921	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9843567930949968		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	100.0	100.0	0.0004758686927788233	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0147_000000005839	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9849114432722055		0	0	False	False	1.0	0					non-mobilizable	chromosome	2458.0	100.0	100.0	0.0004903856862465676	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0128_000000014429	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9843567930949968		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	100.0	100.0	0.0004758686927788233	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0142_000000013955	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9839580495145093		0	0	False	False	0.9991863369941711	0					non-mobilizable	other	2458.0	99.959	100.0	0.0004758686927788233	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0100_000000012230	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9843567930949968		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	100.0	100.0	0.0004758686927788233	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0108_000000009006	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9845351799455491		0	0	False	False	0.9991863369941711	0					non-mobilizable	chromosome	2458.0	99.959	100.0	0.0004903856862465676	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0094_000000005387	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9848712919412915		0	0	False	False	1.0	0					non-mobilizable	chromosome	2457.0	98.37200000000001	100.0	0.0004454123166393523	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
DEN0007_000000010826	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9843567930949968		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	100.0	100.0	0.0004758686927788233	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0173_000000007324	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9839580495145093		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	99.959	100.0	0.0004758686927788233	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0079_000000013531	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9849114432722055		0	0	False	False	1.0	0					non-mobilizable	chromosome	2458.0	100.0	100.0	0.0004903856862465676	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0190_000000012376	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9849114432722055		0	0	False	False	1.0	0					non-mobilizable	chromosome	2458.0	100.0	100.0	0.0004903856862465676	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
AST0039_000000006986	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9849114432722055		0	0	False	False	0.9991863369941711	0					non-mobilizable	chromosome	2458.0	100.0	100.0	0.0004903856862465676	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0156_000000006493	2458	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9849114432722055		0	0	False	False	1.0	0					non-mobilizable	chromosome	2458.0	100.0	100.0	0.0004903856862465676	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0183_000000013309	2451	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9752615579838098		0	0	False	False	1.0	0					non-mobilizable	chromosome	2448.0	98.85600000000001	100.0	0.0004883898145076723	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0031_000000013544	2450	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9481243258759995		0	0	False	False	1.0	0					non-mobilizable	other	2451.0	98.12299999999999	100.0	0.0004737382265107863	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0049_000000007957	2449	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9766973542392587		0	0	False	False	1.0	0					non-mobilizable	chromosome	2449.0	98.979	100.0	0.0004885894016815618	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0155_000000004975	2449	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9766973542392587		0	0	False	False	1.0	0					non-mobilizable	chromosome	2449.0	98.979	100.0	0.0004885894016815618	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0020_000000012779	2446	0.7505625145479038	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9739980195339828		0	0	False	False	0.997955858707428	0					non-mobilizable	chromosome	2446.0	99.836	100.0	0.0004879906401598933	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0272_000000004919	2164	0.7505625145479038	3	3	3	3	2	False	101100	fragment	False	USA0058_01_000000009404	0.8519351853167293		0	0	False	False	0.9976894855499268	0					non-mobilizable	chromosome	2123.0	97.08	98.0	0.00038454607064987016	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
FIJ0162_000000003961	5990	0.7505613062902142	6	6	4	4	6	False	94139	maximal	True	FIJ0162_000000003961	1.0		10	6	False	False	1.0	0					non-mobilizable	chromosome	3952.0	94.13	100.0	0.0006083834218214972	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0014_000000003029	10838	0.7505593892028345	8	6	5	5	6	False	110615	maximal	True	ISR0014_000000003029	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	3595.0	94.075	63.0	0.0008799434913970752	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0172_000000017015	1646	0.7505505675755584	2	2	2	2	2	False	93126	fragment	False	FIJ0172_000000017015	0.9863459037711313		0	0	False	False	1.0	0					non-mobilizable	other	1646.0	99.514	100.0	0.02977968464309636	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
ENG0134_000000013462	2896	0.750546181892518	3	2	1	2	1	True	85764	fragment	False	CHI0060_000000004089	0.960245636716225		0	0	False	False	0.9975828528404236	0					non-mobilizable	no_good_hit	56.0	98.214	2.0	2.2294463624105436e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	True
SPA0051_000000001065	16339	0.7505441421072145	24	9	7	8	5	True	38310	maximal	True	SPA0051_000000001065	0.9974127182044887		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	75.157	5.0	0.0004864262448509627	NZ_JH992941.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.2, whole genome shotgun sequence	True	True
SPA0049_000000001114	16040	0.7505441421072145	23	9	7	8	5	True	38310	maximal	False	SPA0051_000000001065	0.9883101781014749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	75.157	5.0	0.0004864262448509627	NZ_JH992941.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.2, whole genome shotgun sequence	True	True
ISR0037_000000002572	7143	0.7505407097172526	16	5	2	5	4	False	74609	maximal	True	ISR0037_000000002572	1.0		1	1	False	False	0.9990200400352478	0					non-mobilizable	no_good_hit	127.0	90.551	2.0	0.0017433896475862354	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	False
MAD0087_000000019071	1612	0.7505296777841567	1	1	1	1	1	False	15974	fragment	False	MAD0087_000000019071	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	86.32799999999999	91.0	0.002271878850217815	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
SPA0136_000000008782	4325	0.7505268910370736	6	4	4	4	4	False	3633	maximal	True	SPA0136_000000008782	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	70.541	11.0	0.00012732392304092406	CP025933.1	enterobacteria	Morganella morganii strain KC-Tt-01 chromosome, complete genome	True	False
SPA0052_000000001140	23195	0.7505231012282587	31	7	5	5	4	True	117632	fragment	False	ENG0077_000000000685	0.4681631281382201		0	0	False	False	0.9999569058418274	0					non-mobilizable	no_good_hit	4920.0	92.256	36.0	0.48138689716137906	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
CHI0067_000000003486	3063	0.7505225375268779	4	4	4	3	3	False	91019	fragment	False	ISR0169_000000009117	0.9342928660826033		0	0	False	False	1.0	0					non-mobilizable	chromosome	3063.0	100.0	100.0	0.0004719711268349188	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0238_000000002960	4469	0.750522361585593	6	4	4	4	4	False	108255	fragment	False	ISR0238_000000002960	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1181.0	98.052	99.0	0.0003719331667619089	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0010_000000020737	2176	0.7505195559121464	3	3	3	2	1	False	75964	fragment	False	ISR0053_000000008557	0.9450663623491866		0	0	False	False	0.9967830777168274	0					non-mobilizable	no_good_hit	800.0	73.625	36.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0357_000000011713	2170	0.7505195559121464	3	3	3	2	1	False	75964	fragment	False	ISR0053_000000008557	0.9629327393682505		0	0	False	False	0.9990783333778381	0					non-mobilizable	no_good_hit	800.0	73.625	36.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0150_000000011340	2108	0.7505195559121464	3	3	3	2	1	False	75964	fragment	False	ISR0053_000000008557	0.9539491140337818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	73.625	38.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0204_000000005344	2057	0.7505191383553884	6	3	1	3	3	False	38727	fragment	False	ISR0204_000000005344	0.9563082482176392		0	0	False	False	0.9965969920158386	0					non-mobilizable	other	1895.0	100.0	100.0	0.0005341823090326449	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0001_000000013322	1965	0.7505191383553884	6	3	1	3	3	False	38727	fragment	False	ISR0204_000000005344	0.659212445308702		0	0	False	False	0.9776081442832947	0					non-mobilizable	other	1965.0	99.949	100.0	0.0005539250554066075	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0087_000000020654	1749	0.7505191383553884	5	3	1	3	3	False	38726	fragment	False	ISR0087_000000020654	0.9835678912686282		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	99.771	100.0	0.0004930045808812372	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0843_000000005407	3027	0.7505122075277822	4	3	3	3	3	False	96216	maximal	True	ISR0843_000000005407	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1803.0	87.022	59.0	0.1401015228426396	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0134_000000026281	1226	0.7505098629569218	2	2	2	2	2	False	65555	fragment	False	ISR0134_000000026281	0.9982817869415808		0	0	False	False	0.9796084761619568	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00015629210455402856	NZ_VOJI01000011.1	a-proteobacteria	Puniceibacterium confluentis strain JSSK-17 52765_scaffold11, whole genome shotgun sequence	True	False
FIJ0097_000000003876	7073	0.750504098114357	8	8	7	8	5	True	43339	fragment	False	FIJ0097_000000003876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0108_000000001488	11677	0.7505000815567292	15	6	3	6	2	False	48767	maximal	True	FIJ0108_000000001488	1.0		1	1	False	False	0.9999143481254578	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.014635905294811e-05	NZ_KK211043.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
FIJ0048_000000023569	1442	0.7504990299183141	1	1	1	1	1	False	46735	maximal	True	FIJ0048_000000023569	1.0		0	0	False	False	0.9909847378730774	0					non-mobilizable	no_good_hit	189.0	92.59299999999999	13.0	0.0005551712569730401	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
ENG0020_000000004596	4320	0.7504975322207269	4	2	0	1	2	False	121675	maximal	False	DEN0010_000000009635	0.965237619329848		0	0	True	True	1.0	34					non-mobilizable	plasmid	2150.0	98.65100000000001	99.0	0.5133971291866029	LN852745.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0054	False	True
ENG0060_000000007738	3539	0.7504952600057233	3	2	1	2	1	False	63352	maximal	True	ENG0060_000000007738	1.0		39	9	False	False	1.0	0					non-mobilizable	other	1129.0	87.15700000000001	97.0	0.0012630337914772676	NZ_UYXJ01000002.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	False
ENG0173_000000005911	3103	0.7504952600057233	3	2	1	2	1	False	61281	fragment	False	ENG0173_000000005911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1693.0	80.39	54.0	0.00031988323304259713	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
MAD0060_000000003110	4660	0.7504951201295319	7	5	1	3	3	True	43451	fragment	False	MAD0060_000000003110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0263_000000003202	3669	0.7504859777483601	5	2	1	1	2	True	54352	fragment	False	ISR0263_000000003202	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3669.0	99.91799999999999	100.0	0.0015379538756395738	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0198_000000007343	2601	0.7504859777483601	4	2	1	1	2	True	54351	fragment	False	ENG0198_000000007343	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2601.0	100.0	100.0	0.0010901526926561864	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
USA0069_01_000000018060	3415	0.7504843256159492	9	3	1	3	2	False	792	maximal	True	USA0069_01_000000018060	1.0		2	1	False	False	0.9979501962661743	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000001958	17466	0.7504751198744396	21	11	6	10	7	True	47175	maximal	True	USA0130_01_000000001958	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1646.0	91.92	21.0	0.02785136879288092	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
FIJ0159_000000014493	1733	0.7504676942555045	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.34149681756137495		0	0	False	False	1.0	0					non-mobilizable	chromosome	1733.0	100.0	100.0	0.0005829810595108547	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0017_000000001188	28935	0.7504674527814148	37	29	10	18	25	True	111514	maximal	True	CAN0017_000000001188	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	13196.0	93.02799999999999	79.0	0.003848205976388924	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0095_000000013979	1943	0.7504585175298467	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.28527661049245095	PS871	0	0	False	True	0.9994853138923645	0					non-mobilizable	other	1847.0	93.178	95.0	0.797747942832395	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
SPA0034_000000007449	4725	0.7504575602428999	7	7	6	6	5	False	115437	maximal	True	SPA0034_000000007449	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0113_000000005959	5690	0.7504532166613472	7	7	6	6	7	False	106674	fragment	False	AST0113_000000005959	1.0		0	0	False	False	0.9998242259025574	0					non-mobilizable	other	5677.0	98.45	99.0	0.0016182503053463844	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0777_000000010124	1703	0.7504475038288334	3	3	3	2	3	False	120838	fragment	False	USA0052_01_000000006844	0.5392617995243292		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	98.76700000000001	100.0	0.017720491009609877	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0052_000000003730	7399	0.7504466183570404	8	6	4	6	2	True	132039	fragment	False	ISR0084_000000002614	0.9765614739069243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	75.505	11.0	0.0002668795686607319	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0149_000000000116	57070	0.7504449682853601	69	24	16	20	14	True	114055	maximal	True	ISR0149_000000000116	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1439.0	93.329	3.0	0.001816038809609324	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
MAD0105_000000013775	2557	0.7504449515578612	3	3	1	2	3	False	15081	maximal	True	MAD0105_000000013775	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	99.176	77.0	0.009909374535730204	CP056987.1	enterobacteria	Escherichia coli strain RHB41-C11 plasmid pRHB41-C11_3, complete sequence	True	False
ISR0286_000000005917	2759	0.7504406853464431	3	1	1	1	1	False	26043	maximal	True	ISR0286_000000005917	1.0		1	1	False	False	0.9942008256912231	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	1.3881806218967529e-05	NZ_CP045927.1	firmicutes	Staphylococcus agnetis strain 1379 chromosome, complete genome	True	False
ENG0181_000000003275	6904	0.7504252292271685	10	7	3	5	5	False	79062	maximal	True	ENG0181_000000003275	1.0		1	1	False	False	0.9975376725196838	0					non-mobilizable	no_good_hit	1595.0	97.555	52.0	0.0033288934147713374	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0050_000000003700	6019	0.7504216383399525	2	2	2	2	1	True	39204	fragment	False	MON0024_000000006681	0.9680434102307526		0	0	False	False	0.9953480362892151	0					non-mobilizable	other	5994.0	94.14399999999999	99.0	0.09500697880979571	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0193_000000010465	2615	0.7504188798623103	2	2	2	2	2	False	89448	fragment	False	SPA0115_000000009973	0.9910984848484847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2185.0	99.359	87.0	0.0009412799079407563	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
MON0021_000000020748	1456	0.7504153330737783	2	2	2	2	2	False	13058	fragment	False	MON0021_000000020748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	80.14699999999999	9.0	0.0008105546687948923	NZ_FOJO01000007.1	a-proteobacteria	Paracoccus halophilus strain CGMCC 1.6117, whole genome shotgun sequence	True	False
FIJ0147_000000005031	3682	0.7504150008914894	4	4	4	4	3	False	99602	maximal	True	FIJ0147_000000005031	1.0		1	1	False	False	0.9953829646110535	0					non-mobilizable	no_good_hit	894.0	98.098	24.0	0.007229774039201082	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0093_000000013510	2390	0.7504123369138345	4	1	1	1	1	True	68486	fragment	False	DEN0093_000000013510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1521.0	75.87100000000001	84.0	0.03990342522087501	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
CHI0034_000000008217	1997	0.7504121866107782	1	1	1	1	1	False	88234	maximal	True	CHI0034_000000008217	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	73.02600000000001	76.0	0.000288390488147316	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	False
ISR0130_000000010532	2728	0.7504029722749316	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.9966168790590798		0	0	False	False	1.0	0		MOBV			mobilizable	other	2728.0	100.0	100.0	0.005407881585835991	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0187_000000010520	2725	0.7504029722749316	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.9963246621957625		0	0	False	False	1.0	0		MOBV			mobilizable	other	2725.0	99.963	100.0	0.005401932321165104	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
DEN0079_000000020083	2725	0.7504029722749316	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.9949476842526169		0	0	False	False	1.0	0		MOBV			mobilizable	other	2725.0	99.89	100.0	0.015849833879310847	NZ_FRDE01000002.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
DEN0018_000000013734	2717	0.7504029722749316	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.9936923589398777		0	0	False	False	1.0	0		MOBV			mobilizable	other	2717.0	100.0	100.0	0.005386067615376073	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
USA0010_01_000000009949	2716	0.7504029722749316	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.9933274391862454		0	0	False	False	1.0	0		MOBV			mobilizable	other	2716.0	100.0	100.0	0.005384084527152444	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
SPA0158_000000006432	2709	0.7504029722749316	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.9905682854168414		0	0	False	False	1.0	0		MOBV			mobilizable	other	2709.0	100.0	100.0	0.005370202909587042	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
SPA0144_000000009959	1810	0.750401927843093	2	2	1	2	1	True	77457	fragment	False	USA0010_01_000000014372	0.8256738292467541		0	0	False	False	1.0	0					non-mobilizable	other	1810.0	98.398	100.0	0.0005408150971419313	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0186_000000008696	1736	0.750401927843093	2	2	1	2	1	True	77457	fragment	False	USA0010_01_000000014372	0.8325050926696872		0	0	False	False	0.9971198439598083	0					non-mobilizable	other	1736.0	98.618	100.0	0.0005186922020681319	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
CAN0020_000000028556	1217	0.7504006272386868	2	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.36837328675578557		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1217.0	99.34299999999999	100.0	0.002516139711968217	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
DEN0096_000000040159	1142	0.7504006272386868	2	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.3480094449337331		0	0	False	False	0.9973730444908142	0					non-mobilizable	other	1142.0	99.475	100.0	0.002360950173812283	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
SPA0118_000000020945	1138	0.7504006272386868	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.3474077689388732		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.29700000000001	100.0	0.002352673398443966	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ENG0064_000000019713	1132	0.7504006272386868	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.3463851735290162		0	0	False	False	0.9938162565231323	0					non-mobilizable	other	1132.0	99.02799999999999	100.0	0.0023402582353914915	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0799_000000015021	1121	0.7504006272386868	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.3444792296709416		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	99.10799999999999	100.0	0.002317497103128621	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0847_000000027234	1121	0.7504006272386868	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.3448688739945039		0	0	False	False	0.9991079568862915	0					non-mobilizable	other	1121.0	99.376	100.0	0.002317497103128621	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0786_000000012695	1121	0.7504006272386868	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.3452251076414389		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	99.376	100.0	0.002317497103128621	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0784_000000010908	1121	0.7504006272386868	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.3452251076414389		0	0	False	False	0.9946476221084595	0					non-mobilizable	other	1121.0	99.376	100.0	0.002317497103128621	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
MAD0054_000000009309	1806	0.7503957532183945	3	3	3	3	2	False	17152	maximal	True	MAD0054_000000009309	1.0		2	1	False	False	0.9977851510047913	0					non-mobilizable	no_good_hit	263.0	100.0	15.0	0.00014608136732159813	NZ_LS483403.1	firmicutes	Streptococcus lutetiensis strain NCTC13774 chromosome 1	True	False
ISR0072_000000001396	13800	0.7503941719159479	17	7	3	7	2	False	53266	maximal	True	ISR0072_000000001396	1.0		1	1	False	False	0.9997826218605042	0					non-mobilizable	no_good_hit	88.0	82.955	1.0	0.004211465094386364	NZ_JH379350.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld29, whole genome shotgun sequence	True	False
CHI0043_000000000197	21463	0.7503915427420775	28	6	3	5	3	True	87449	fragment	False	CHI0043_000000000197	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	6.85730529512803e-06	NZ_CP013118.1	CFB group bacteria	Salinivirga cyanobacteriivorans strain L21-Spi-D4 chromosome, complete genome	True	True
ISR0166_000000014946	1444	0.7503900456892196	2	2	2	1	1	False	30203	fragment	False	ISR0166_000000014946	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1444.0	99.169	100.0	0.00020382418236204684	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
DEN0072_000000014101	1182	0.7503654161897955	2	2	2	1	1	True	70252	maximal	True	DEN0072_000000014101	1.0		1	1	False	False	0.9737732410430908	0					non-mobilizable	no_good_hit	972.0	99.897	82.0	0.0002703135330758256	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0114_000000011371	1281	0.7503616560779751	2	1	1	1	1	False	59563	maximal	True	ENG0114_000000011371	1.0		187	12	False	False	0.9875097870826721	0					non-mobilizable	other	1281.0	100.0	100.0	0.43243243243243246	NZ_CYZO01000073.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0022_000000016263	1602	0.7503581751409716	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.21793216617982067		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	92.992	99.0	0.02066599732262383	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0231_000000002399	5399	0.7503502103049359	8	6	6	5	4	False	63563	fragment	False	ISR0231_000000002399	1.0		0	0	False	False	0.999629557132721	0					non-mobilizable	other	1901.0	98.42200000000001	93.0	0.024448964877948294	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
CHI0045_000000002450	6871	0.7503471666355315	10	6	3	3	5	True	130656	maximal	True	CHI0045_000000002450	1.0	PS1107|PS1110|PS1114	6	4	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3171.0	99.96799999999999	87.0	0.4209268357455849	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
CHI0101_000000001976	6574	0.7503471666355315	9	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.10238920601379581	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3452.0	100.0	100.0	0.4582392776523702	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0121_01_000000007491	6237	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.08298768742522117	PS1107|PS1110|PS1114	0	0	True	True	1.0	10		MOBV			mobilizable	plasmid	4390.0	96.31	96.0	0.742165000847027	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
MON0102_000000007095	6088	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.09415535420697059	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3225.0	99.845	100.0	0.42809719824724474	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0072_000000003065	6076	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.09404646358704419	PS1107|PS1110|PS1114	0	0	False	True	0.9986833333969116	0		MOBV			mobilizable	other	3236.0	99.815	99.0	0.42955782764573097	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0179_000000002334	6059	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.0940739409747335	PS1107|PS1110|PS1114	0	0	True	True	1.0	3		MOBV			mobilizable	other	3216.0	99.845	100.0	0.4269021378303014	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0116_000000003119	6053	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.09403883282846073	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3205.0	99.844	100.0	0.42544150843181516	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0138_000000002556	6048	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.09403695939418014	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3205.0	99.844	100.0	0.42544150843181516	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0145_000000002734	6048	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.09403695939418014	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3205.0	99.844	100.0	0.42544150843181516	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0111_000000005100	6048	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.09403695939418014	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3205.0	99.844	100.0	0.42544150843181516	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0168_000000003113	6048	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.09403695939418014	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3205.0	99.844	100.0	0.42544150843181516	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0126_000000002347	6048	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.09403695939418014	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3205.0	99.844	100.0	0.42544150843181516	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0054_000000002512	6048	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.09403695939418014	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3205.0	99.844	100.0	0.42544150843181516	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0091_000000005233	6009	0.7503471666355315	9	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.0735941643949593	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3452.0	99.855	100.0	0.4582392776523702	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0165_000000002977	5697	0.7503471666355315	7	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.06894339736024135	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3892.0	99.76899999999999	99.0	0.6591563611722853	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
CHI0160_000000004426	5628	0.7503471666355315	7	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.0484209408771449	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3356.0	99.851	100.0	0.4454919665383083	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0167_000000003123	5457	0.7503471666355315	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.052312297001163265	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3171.0	100.0	100.0	0.4209268357455849	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0256_000000003635	4865	0.7503471666355315	7	6	3	3	5	True	130599	fragment	False	CHI0125_000000003265	0.8810531702941254		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3304.0	99.87899999999999	100.0	0.5595459935625953	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
MON0058_000000039616	1346	0.7503438971775319	3	3	3	3	2	False	83137	fragment	False	CHI0176_000000005629	0.961271062981931		0	0	False	False	0.9985141158103943	0					non-mobilizable	chromosome	1347.0	97.84700000000001	100.0	0.00045736933797317425	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0053_01_000000013072	1430	0.7503413834546678	2	1	1	1	1	False	66429	fragment	False	USA0053_01_000000013072	1.0		0	0	False	False	0.9797202944755554	0					non-mobilizable	other	1307.0	91.81299999999999	91.0	0.00041690588589779015	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0274_000000002544	2521	0.7503347133830987	3	2	1	1	2	False	26357	maximal	True	ISR0274_000000002544	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	89.36200000000001	6.0	3.9821712504302164e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0113_000000003677	2064	0.7503259227888092	2	2	2	2	2	False	90685	fragment	False	ENG0023_000000007169	0.5894571580390353		0	0	False	False	1.0	0					non-mobilizable	chromosome	2064.0	100.0	100.0	0.0008723273083691835	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0099_000000000040	97258	0.7503238584355358	92	13	6	12	2	True	127415	maximal	False	SPA0046_000000000019	0.889725475910002		0	0	True	True	1.0	6819					non-mobilizable	virus	22191.0	97.305	96.0	0.2281069743051914	MK415403.1	viruses	CrAssphage ES_ALL_000190F, complete genome	False	True
CHI0031_000000004069	2347	0.7503129879123569	5	2	0	2	1	True	109098	fragment	False	CHI0031_000000004069	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2327.0	91.749	99.0	0.000448906103516315	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
MON0028_000000011172	2276	0.7503129879123569	3	2	0	2	1	True	109090	fragment	False	MON0028_000000011172	1.0		0	0	False	False	0.9855008721351624	0					non-mobilizable	other	2284.0	93.08200000000001	100.0	0.00044058227322256704	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0364_000000016134	1162	0.7503057612139686	3	2	2	2	1	True	23669	maximal	True	ISR0364_000000016134	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	100.0	49.0	0.00018235590993672765	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
MAD0048_000000008115	2867	0.7503048721537853	3	3	3	3	3	False	32470	fragment	False	MAD0048_000000008115	1.0		0	0	False	False	0.9874433279037476	0					non-mobilizable	other	2764.0	88.965	96.0	0.02471990678497804	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0070_000000008751	2367	0.7502952211413458	3	3	3	3	2	False	53546	maximal	False	ETH0001_000000011202	0.9430281962147548		0	0	False	False	0.9945077896118164	0					non-mobilizable	other	2352.0	98.72399999999999	99.0	0.0037667046381255876	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ENG0092_000000014198	1619	0.7502948803067532	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.8805195855223183		0	0	False	False	1.0	0					non-mobilizable	chromosome	1619.0	99.62899999999999	100.0	0.00033971798787849267	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0804_000000018905	1100	0.7502947842042439	2	2	2	2	1	False	21806	maximal	True	ISR0804_000000018905	1.0		1	1	False	False	0.9990909099578857	0					non-mobilizable	no_good_hit	523.0	82.792	47.0	0.0016967660097555873	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ISR0279_000000008196	2533	0.7502873073161072	5	2	2	1	1	False	26244	maximal	True	ISR0279_000000008196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000019812	1800	0.7502834277612997	3	2	2	2	1	False	28345	maximal	True	ISR0212_000000019812	1.0		5	3	False	False	0.9827777743339539	0					non-mobilizable	no_good_hit	151.0	77.483	8.0	4.756972611888753e-05	CP006905.1	firmicutes	Clostridium baratii str. Sullivan, complete genome	True	False
ENG0131_000000005334	5204	0.7502810038190076	5	3	3	3	2	True	125308	fragment	False	ENG0131_000000005334	1.0		0	0	False	False	0.9975019097328186	0					non-mobilizable	no_good_hit	2254.0	79.281	46.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0053_000000006784	1701	0.7502805742540044	2	2	2	2	2	True	72123	maximal	True	DEN0053_000000006784	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	97.611	69.0	0.08098176523608126	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
FIJ0074_000000000420	37677	0.7502785743915117	42	16	10	15	7	True	122324	fragment	False	ISR0067_000000000295	0.3397175569369571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.714	2.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0117_000000001214	19180	0.7502774839445788	25	6	3	5	5	False	32429	maximal	True	ISR0117_000000001214	1.0		3	1	False	False	0.9992700815200806	0					non-mobilizable	no_good_hit	5988.0	99.71600000000001	71.0	0.15898525700624253	MK231466.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_2-CL09_c16 sequence	True	False
ISR0036_000000007187	1788	0.7502768081873524	2	2	2	2	1	False	120181	fragment	False	ISR0036_000000007187	0.9941257300633356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	79.221	9.0	0.017797017797017797	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0154_000000018389	1770	0.7502768081873524	2	2	2	2	1	False	120181	fragment	False	ISR0036_000000007187	0.9905897874359598		0	0	False	False	0.9920904040336609	0					non-mobilizable	no_good_hit	154.0	79.221	9.0	0.017797017797017797	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
DEN0003_000000000991	20289	0.7502735435014599	15	9	6	9	5	False	89112	maximal	True	DEN0003_000000000991	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4902.0	98.796	85.0	0.039407559883248774	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0046_000000011517	2224	0.7502669425924998	3	3	2	3	2	False	72509	fragment	False	MAD0046_000000011517	0.9924242424242424		0	0	False	False	0.9950539469718933	0					non-mobilizable	other	2224.0	99.101	100.0	0.007105914243154604	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CAN0013_000000004608	5325	0.7502662109069591	6	2	1	2	2	True	111956	fragment	False	CAN0013_000000004608	0.9958383177999713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2372.0	88.15299999999999	59.0	0.0007133192983811909	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
CAN0014_000000008862	5024	0.7502662109069591	6	2	1	2	2	True	111956	fragment	False	CAN0013_000000004608	0.9753217120784458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2072.0	87.066	57.0	0.0006227582363776542	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ENG0099_000000004106	4527	0.7502662109069591	7	2	1	2	2	True	60665	maximal	True	ENG0099_000000004106	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	94.37700000000001	52.0	0.0002583042242149091	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
ISR0126_000000016591	2967	0.7502558299903306	7	2	1	1	2	False	31989	maximal	True	ISR0126_000000016591	1.0		1	1	False	False	0.9983147978782654	0					non-mobilizable	no_good_hit								True	False
ITA0008_000000001228	1574	0.7502555894570281	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.47936928944850576		0	0	False	False	1.0	0					non-mobilizable	chromosome	1543.0	99.287	100.0	0.00041323022765716146	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0013_000000000046	7302	0.7502555370507086	17	7	4	6	3	True	112982	maximal	True	DEN0013_000000000046	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1641.0	96.405	57.0	0.06314978821717367	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0849_000000016661	1635	0.7502490520691434	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.41524162704020007		0	0	False	False	0.9981651306152344	0					non-mobilizable	other	1635.0	97.676	100.0	0.007309032514906579	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0220_000000006061	1575	0.7502367281455359	2	2	2	2	2	True	27983	fragment	False	ISR0220_000000006061	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	99.87299999999999	99.0	0.008609311419386286	NZ_QSCB01000005.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf5, whole genome shotgun sequence	False	True
ENG0073_000000007313	3525	0.7502304362007717	8	4	2	4	2	True	62244	maximal	True	ENG0073_000000007313	1.0		2	2	False	False	0.9974468350410461	0					non-mobilizable	plasmid	1683.0	88.176	90.0	0.43787918754945926	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
CHI0066_000000001518	8995	0.7502254031635529	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9617226999699912		0	0	False	False	1.0	0					non-mobilizable	other	8997.0	98.944	100.0	0.0018952949840576841	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0134_000000012665	3060	0.7502202549716902	3	1	1	1	1	False	121249	fragment	False	ENG0134_000000012665	1.0		0	0	False	False	0.9996731877326965	0					non-mobilizable	no_good_hit	534.0	80.524	17.0	0.00023294451234940605	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0024_000000009065	2558	0.7502202549716902	3	1	1	1	1	False	121248	fragment	False	ISR0024_000000009065	1.0		0	0	False	False	0.9984362721443176	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000017393	2508	0.7502202549716902	3	1	1	1	1	False	121242	fragment	False	SPA0101_000000017393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	73.737	8.0	0.00016062239469194248	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
ISR0103_000000011809	2409	0.7502202549716902	4	1	1	1	1	False	121247	fragment	False	ISR0103_000000011809	0.997424880845479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000015244	2388	0.7502202549716902	3	1	1	1	1	False	121241	fragment	False	USA0130_01_000000015244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	82.18	23.0	0.00025257968197272765	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
USA0044_01_000000012362	2335	0.7502202549716902	4	1	1	1	1	False	121247	fragment	False	ISR0103_000000011809	0.9829238920356905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0805_000000005023	2325	0.7502202549716902	4	1	1	1	1	False	121247	fragment	False	ISR0103_000000011809	0.9801365863024364		0	0	False	False	0.9987096786499023	0					non-mobilizable	no_good_hit								True	False
MON0093_000000018964	2299	0.7502202549716902	3	1	1	1	1	False	121243	fragment	False	USA0080_01_000000018320	0.9761402027027026		0	0	False	False	0.9995650053024292	0					non-mobilizable	no_good_hit	88.0	85.227	8.0	1.7777874452232314e-05	AP022290.1	g-proteobacteria	Aeromonas veronii DNA, complete genome, strain: WP9-W18-ESBL-04	True	False
AST0024_000000017822	1951	0.7502202549716902	3	1	1	1	1	False	121240	fragment	False	ISR0107_000000013289	0.9515242378810596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	87.35600000000001	5.0	0.0015742489906285884	NZ_AMRI01000029.1	g-proteobacteria	Gallaecimonas xiamenensis 3-C-1 contig29, whole genome shotgun sequence	True	False
DEN0071_000000022957	1834	0.7502202549716902	3	1	1	1	1	False	99201	fragment	False	FIJ0074_000000015530	0.9715607768377712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0022_000000018733	1824	0.7502202549716902	3	1	1	1	1	False	99201	fragment	False	FIJ0074_000000015530	0.9680780713054314		0	0	False	False	0.999451756477356	0					non-mobilizable	no_good_hit								True	False
MON0105_000000035029	1558	0.7502202549716902	2	1	1	1	1	False	74521	fragment	False	MON0105_000000035029	1.0		0	0	False	False	0.9948652386665344	0					non-mobilizable	no_good_hit								True	False
ISR0052_000000025492	1456	0.7502202549716902	1	1	1	1	1	False	36072	fragment	False	ISR0047_000000019278	0.9662379421221865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	76.423	32.0	0.00027733436337631917	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
AUS0014_000000020224	1358	0.7502101841935853	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.06098377530277317		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	98.915	95.0	0.0003857340063279529	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
MAD0089_000000000033	58243	0.7502050450647112	101	29	16	21	16	True	88764	maximal	True	MAD0089_000000000033	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9291.0	85.61	48.0	0.16327579484634744	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0074_000000015769	1888	0.7502046411474781	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.1044947303345185		0	0	False	False	0.9962923526763916	0					non-mobilizable	other	1888.0	97.98700000000001	100.0	0.04314128943758573	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0041_000000011373	3160	0.7501992683935405	4	4	4	4	4	False	99127	fragment	False	FIJ0041_000000011373	1.0		0	0	False	False	0.9984177350997925	0					non-mobilizable	chromosome	1833.0	95.09	99.0	0.0006225116100793873	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0091_000000001666	11289	0.7501983904514299	11	10	9	8	8	False	119294	maximal	True	SPA0091_000000001666	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	6681.0	98.473	60.0	0.03186154044368519	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0060_000000008146	3401	0.7501977407739951	4	2	2	2	1	False	63350	maximal	True	ENG0060_000000008146	1.0		0	0	False	False	0.9935312867164612	0					non-mobilizable	no_good_hit	251.0	72.112	7.0	7.051454521441768e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
FIJ0018_000000015688	1714	0.7501929137342522	3	2	2	2	1	False	49965	fragment	False	FIJ0018_000000015688	1.0		0	0	False	False	0.9953325390815735	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000003710	5868	0.7501926571093174	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.9460772703595054		0	0	False	False	0.9984662532806396	0					non-mobilizable	chromosome	5874.0	98.366	100.0	0.0013044762659949936	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0787_000000004009	3362	0.7501895667351879	4	4	4	4	3	False	87235	fragment	False	ISR0787_000000004009	0.9678350253275666		0	0	False	False	1.0	0					non-mobilizable	other	3113.0	98.65100000000001	93.0	0.01361925601750547	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0216_000000013619	1259	0.7501777900255917	2	2	2	2	1	False	32317	maximal	True	ISR0216_000000013619	1.0		0	0	False	False	0.9984114170074463	0					non-mobilizable	no_good_hit	968.0	99.69	77.0	0.0002685350261870248	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0013_000000001326	6556	0.7501753610151041	7	5	3	4	5	False	115400	maximal	True	CHI0013_000000001326	1.0		1	1	False	False	0.9996949434280396	0					non-mobilizable	no_good_hit	1604.0	84.102	33.0	0.0005385506323425909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0148_000000022055	1324	0.7501741808604555	3	2	2	2	2	False	124631	fragment	False	ENG0204_000000020312	0.9592659115392609		0	0	False	False	0.9864048361778259	0					non-mobilizable	no_good_hit	72.0	83.333	5.0	0.001421418873048201	NZ_MQNM01000023.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_23_length_47136_cov_32.8072, whole genome shotgun sequence	True	False
ISR0032_000000013300	2480	0.7501738790135619	3	3	3	3	3	False	116796	fragment	False	ISR0032_000000013300	0.9616531742650192		0	0	False	False	1.0	0					non-mobilizable	other	2218.0	91.118	98.0	0.060852659352867655	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
ISR0058_000000001177	14680	0.7501687179182194	16	15	11	13	13	False	49086	maximal	True	ISR0058_000000001177	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	6260.0	98.307	55.0	0.099257708412638	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
USA0089_01_000000005226	1406	0.750168130877497	2	1	1	1	1	False	403	fragment	False	USA0089_01_000000005226	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	912.0	99.45200000000001	99.0	0.00025446637422607966	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0041_000000005481	6956	0.7501642875473387	10	5	1	3	4	False	11834	maximal	True	MON0041_000000005481	1.0		1	1	False	False	0.9997124671936035	0					non-mobilizable	no_good_hit	126.0	97.619	2.0	8.632859009527914e-05	NZ_LT821227.1	actinobacteria	Phoenicibacter congonensis strain Marseille-P3241 chromosome contig00001	True	False
ISR0247_000000004523	2844	0.7501593104893697	3	3	3	3	1	False	117156	maximal	True	ISR0247_000000004523	1.0		9	3	False	False	0.9824191331863403	0					non-mobilizable	no_good_hit	775.0	93.54799999999999	63.0	0.0011735656250572285	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
MON0061_000000032283	1431	0.7501574129707679	2	2	2	2	2	True	90819	maximal	True	MON0061_000000032283	1.0		20	6	False	False	0.9965059161186218	0					non-mobilizable	no_good_hit	1282.0	90.016	89.0	0.00034528267348832027	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0022_01_000000003378	2179	0.7501511664059128	3	3	3	3	3	False	1729	maximal	True	USA0022_01_000000003378	1.0		9	5	False	False	0.9995410442352295	0					non-mobilizable	other	2185.0	78.673	99.0	0.007294058493254002	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
MAD0022_000000004988	2418	0.7501393080100147	4	4	4	4	4	False	121174	fragment	False	MAD0022_000000004988	1.0		0	0	False	False	0.981389582157135	0					non-mobilizable	no_good_hit	204.0	74.51	8.0	6.415160762980668e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
CHI0179_000000018656	1224	0.7501368558376836	3	3	3	3	2	False	127811	fragment	False	AST0005_000000022669	0.9177450375051404		0	0	False	False	1.0	0					non-mobilizable	chromosome	580.0	95.0	99.0	0.0002043130160094598	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0017_000000003017	3787	0.7501322582816646	3	3	3	3	2	False	7839	fragment	False	SPA0017_000000003017	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3787.0	99.551	100.0	0.0005895737020852627	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
SPA0127_000000009672	3027	0.7501262036219759	4	3	2	2	3	False	92080	fragment	False	SPA0127_000000009672	0.9582452431289641		0	0	False	False	1.0	0					non-mobilizable	chromosome	3029.0	90.98700000000001	100.0	0.0006753372603855753	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ITA0006_000000011871	2018	0.7501253076445572	3	3	3	3	3	False	114894	fragment	False	ISR0216_000000008235	0.7707920712164632		0	0	False	False	1.0	0					non-mobilizable	chromosome	1457.0	94.441	99.0	0.0006243243811105856	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MAD0095_000000023597	1575	0.7501118068777306	3	3	3	3	2	False	44243	fragment	False	FIJ0081_000000021238	0.9523248969982343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	77.616	78.0	0.0003493457758273273	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0174_000000009995	1523	0.7501098171511167	3	3	3	3	2	False	77790	fragment	False	CHI0174_000000009995	0.9911221590909091		0	0	False	False	1.0	0					non-mobilizable	other	1523.0	98.42399999999999	100.0	0.00045794397306892013	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0188_000000006902	3846	0.7501094360132203	4	1	1	1	1	True	54926	maximal	True	ENG0188_000000006902	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	79.817	3.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0341_000000008111	1672	0.7501094360132203	2	1	1	1	1	True	28616	fragment	False	ISR0341_000000008111	1.0		0	0	False	False	0.994617223739624	0					non-mobilizable	no_good_hit	109.0	78.899	6.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
SPA0097_000000025283	1298	0.7501094360132203	2	1	1	1	1	True	28614	fragment	False	SPA0097_000000025283	1.0		0	0	False	False	0.9922958612442017	0					non-mobilizable	no_good_hit	109.0	79.817	8.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0206_000000021393	1217	0.7501094360132203	3	1	1	1	1	True	28612	fragment	False	ISR0206_000000021393	1.0		0	0	False	False	0.9893180131912231	0					non-mobilizable	no_good_hit	109.0	79.817	9.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0170_000000013221	3455	0.7501085067233031	4	4	4	4	4	False	30064	maximal	True	ISR0170_000000013221	1.0		29	4	False	False	0.9982633590698242	0					non-mobilizable	other	3455.0	99.363	100.0	0.0009804968001853123	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0050_000000005018	4587	0.7501041939330059	10	3	2	3	2	True	78724	fragment	False	ENG0050_000000005018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0145_000000011063	3069	0.7501037315233299	3	3	2	2	2	False	118284	maximal	True	SPA0145_000000011063	1.0		1	1	False	False	0.9918540120124817	0					non-mobilizable	no_good_hit	2102.0	85.585	68.0	0.04740610249113535	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0042_000000002443	8228	0.7500986599934821	8	5	3	4	2	False	106623	fragment	False	SPA0018_000000002725	0.9296825761103525		0	0	False	False	0.9942877888679504	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00011095182063178303	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
MAD0047_000000004932	6559	0.7500880427812402	7	7	7	7	7	False	98058	fragment	False	MAD0047_000000004932	1.0		0	0	False	False	0.9993901252746582	0					non-mobilizable	other	6559.0	99.939	100.0	0.0014128590424271358	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
CHI0109_000000001863	7650	0.7500868226334162	5	4	4	3	1	True	82849	fragment	False	CHI0109_000000001863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	0.0003946185048547253	NZ_SEON01000010.1	a-proteobacteria	Sphingobium fuliginis strain DSM 18781 NODE_10_length_108966_cov_86.685499, whole genome shotgun sequence	True	True
FIJ0037_000000002783	8034	0.7500864124039046	10	4	3	4	3	True	105921	fragment	False	MAD0001_000000002896	0.978579342607411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	85.41799999999999	19.0	0.19816236972024137	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
ISR0224_000000019552	1588	0.7500850330143146	3	3	3	3	1	False	27733	maximal	True	ISR0224_000000019552	1.0		30	7	False	False	0.98740553855896	0					non-mobilizable	no_good_hit	482.0	78.423	30.0	0.0001204398463187561	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0140_000000021421	1567	0.7500842080795291	3	3	3	2	2	False	126775	fragment	False	ISR0192_000000010959	0.9622188431025821		0	0	False	True	0.9859604239463806	0					non-mobilizable	no_good_hit	186.0	81.183	12.0	0.0012982064994990616	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	True	True
MAD0052_000000013474	1568	0.750073536684384	4	1	1	1	1	False	17266	maximal	True	MAD0052_000000013474	1.0		1	1	False	False	0.9617347121238708	0					non-mobilizable	no_good_hit								True	False
ISR0049_000000007094	4005	0.7500724057758583	5	5	5	5	4	False	94378	fragment	False	USA0113_01_000000004306	0.6438127090301003		0	0	False	False	0.9990012645721436	0					non-mobilizable	no_good_hit	1755.0	76.068	43.0	0.05510735611739296	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0125_000000015820	2158	0.7500635114263398	2	2	2	2	2	False	18209	maximal	True	SPA0125_000000015820	1.0		2	2	False	False	0.9972196221351624	0					non-mobilizable	no_good_hit	923.0	83.85700000000001	84.0	0.00027087715351037546	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
ISR0120_000000012734	2553	0.7500628820316929	3	3	3	3	3	False	67630	maximal	True	ISR0120_000000012734	0.9963066328969399		213	11	False	False	0.9984332323074341	0					non-mobilizable	no_good_hit	205.0	74.146	8.0	5.773511188116793e-05	NZ_RSDX01000001.1	firmicutes	Herbinix hemicellulosilytica strain LL1355 Ga0256695_11, whole genome shotgun sequence	True	False
ENG0133_000000016298	1496	0.7500626546721325	2	2	2	2	1	False	70107	fragment	False	ISR0165_000000014354	0.971361986774414		0	0	False	False	1.0	0					non-mobilizable	other	1496.0	97.928	100.0	0.014157733247471495	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
MON0032_000000020635	1479	0.7500626546721325	2	2	2	2	1	False	70107	fragment	False	ISR0165_000000014354	0.9578180944494094		0	0	False	False	0.999323844909668	0					non-mobilizable	other	1479.0	100.0	100.0	0.013996742300844729	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ENG0007_000000016992	1469	0.7500626546721325	2	2	2	2	1	False	70107	fragment	False	ISR0165_000000014354	0.9641928058880406		0	0	False	False	0.9986385107040405	0					non-mobilizable	other	1469.0	97.89	100.0	0.013902041744005455	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0013_000000018969	1409	0.7500626546721325	2	2	2	2	1	False	70107	fragment	False	ISR0165_000000014354	0.4872637918333256		0	0	False	False	0.9978708028793335	0					non-mobilizable	other	1409.0	98.29700000000001	100.0	0.01333383840296981	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
DEN0073_000000038110	1407	0.7500626546721325	2	2	2	2	1	False	70107	fragment	False	ISR0165_000000014354	0.4861622004581847		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	98.223	100.0	0.013314898291601955	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
FIJ0172_000000021370	1340	0.7500626546721325	2	2	2	2	1	False	70107	fragment	False	ISR0165_000000014354	0.69530055950846		0	0	False	False	0.9992537498474121	0					non-mobilizable	other	1340.0	98.955	100.0	0.012680404560778817	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
MON0008_000000019588	1818	0.7500567644598771	2	2	2	2	2	False	13859	fragment	False	MON0008_000000019588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	99.57700000000001	80.0	0.0006446357035439507	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0029_000000028616	1482	0.7500554303943037	2	2	2	2	2	True	87079	fragment	False	MON0032_000000016300	0.2771835960358743		0	0	False	False	1.0	0					non-mobilizable	other	1486.0	89.906	100.0	0.00046073659368507766	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0088_000000003230	6554	0.7500524289958924	5	4	4	4	4	True	130113	maximal	True	ISR0088_000000003230	0.9938769183072391		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2645.0	93.98899999999999	71.0	0.0009269953247959429	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0074_000000004774	6451	0.7500524289958924	5	4	4	4	4	True	130113	maximal	False	ISR0088_000000003230	0.9861153494049435		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2645.0	93.98899999999999	71.0	0.0009269953247959429	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0271_000000001270	9885	0.7500516809252551	17	2	1	2	1	False	31264	backbone	True	ISR0271_000000001270	1.0	PS96	1	1	True	True	1.0	28					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.009174311926605505	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	True
ISR0093_000000021814	1211	0.7500421959162697	2	2	2	1	1	False	90674	fragment	False	ISR0093_000000021814	0.9667906360168625		0	0	False	False	0.9991742372512817	0					non-mobilizable	no_good_hit	143.0	80.42	11.0	0.001332882600086927	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0070_000000019206	1107	0.7500421959162697	3	2	2	1	1	False	90674	fragment	False	ISR0093_000000021814	0.9382131454777035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	79.433	12.0	0.0013135654609552326	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0152_000000012344	1904	0.7500351140257608	3	3	2	2	2	False	109503	fragment	False	ISR0152_000000012344	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1904.0	99.265	100.0	0.006937963016974858	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	False	False
USA0027_01_000000009089	2999	0.7500329793626501	3	3	2	3	2	False	1588	fragment	False	USA0027_01_000000009089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	93.75	3.0	4.668459591527514e-05	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0847_000000025190	1202	0.7500300426875558	1	1	1	1	1	False	20624	fragment	False	ISR0847_000000025190	1.0		0	0	False	False	0.9792013168334961	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	7.673166713883566e-06	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
SPA0158_000000003767	4067	0.7500202740553442	5	4	4	4	3	False	3145	maximal	True	SPA0158_000000003767	1.0		2	1	False	False	0.9926235675811768	0					non-mobilizable	no_good_hit	244.0	72.95100000000001	6.0	0.00012084076375476421	NZ_FNQB01000003.1	high GC Gram+	Asanoa ishikariensis strain DSM 44718, whole genome shotgun sequence	True	False
MON0104_000000006145	6076	0.7500172353467922	7	6	3	4	5	True	132376	maximal	True	MON0104_000000006145	1.0	PS1159|PS463	1	1	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2750.0	96.36399999999999	80.0	0.0009332703225813027	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
CHI0056_000000004397	3960	0.7500169040092604	6	6	5	5	3	True	122082	maximal	True	CHI0056_000000004397	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	76.013	45.0	0.00074949855277195	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0036_000000010951	2262	0.7500147111927737	5	2	1	2	2	False	7104	fragment	False	SPA0036_000000010951	1.0		0	0	False	False	0.9995579123497009	0					non-mobilizable	no_good_hit	1019.0	99.411	45.0	0.02067382871996913	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
TAN0007_000000012526	2938	0.7500129496914218	3	3	3	3	2	False	41807	maximal	True	TAN0007_000000012526	1.0		7	3	False	False	0.9993192553520203	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.010602044680045438	NZ_BCYQ01000081.1	g-proteobacteria	Moraxella oblonga NBRC 102422, whole genome shotgun sequence	True	False
DEN0059_000000000008	8213	0.7500091152887934	11	11	4	4	10	True	73661	fragment	False	DEN0059_000000000008	1.0		0	0	False	False	0.9998782277107239	0			MPF_T		non-mobilizable	plasmid	5659.0	99.947	100.0	0.1547592997811816	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
SPA0132_000000014530	2802	0.7500071155558886	3	3	3	2	2	False	104792	fragment	False	SPA0132_000000014530	0.9629973968017851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	77.083	5.0	0.0006556889151371134	NZ_RBIR01000007.1	high GC Gram+	Arthrobacter oryzae strain DSM 25586 Ga0215705_107, whole genome shotgun sequence	True	False
DEN0064_000000004972	6356	0.7500043690146991	7	5	4	4	4	True	110082	fragment	False	DEN0064_000000004972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4663.0	87.34700000000001	80.0	0.000865864358588455	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
ISR0378_000000003658	5380	0.7499888377013404	7	6	2	4	4	False	23283	maximal	True	ISR0378_000000003658	1.0		2	1	False	False	0.9972118735313416	0					non-mobilizable	no_good_hit	1224.0	97.54899999999999	23.0	0.017000041700838187	NZ_JAAIPV010000018.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_18_length_71941_cov_90.979, whole genome shotgun sequence	True	False
FIJ0154_000000021991	1778	0.7499874767717737	3	3	3	2	2	False	39586	maximal	True	FIJ0154_000000021991	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1737.0	72.76899999999999	97.0	0.0005148482537461232	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0022_000000006101	5672	0.7499864059400485	11	2	1	2	1	False	74643	maximal	True	DEN0022_000000006101	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0087_000000002656	4488	0.7499864059400485	8	2	1	2	1	False	68900	fragment	False	DEN0087_000000002656	1.0		0	0	False	False	0.9984402656555176	0					non-mobilizable	no_good_hit								True	False
SPA0006_000000007153	4419	0.7499864059400485	9	2	1	2	1	False	41644	fragment	False	SPA0006_000000007153	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0128_000000008764	2921	0.7499857834892878	4	4	2	4	1	False	91574	fragment	False	USA0080_01_000000014832	0.9713409673965078		0	0	False	False	0.9989729523658752	0					non-mobilizable	no_good_hit	830.0	83.61399999999999	37.0	0.00022810276435361135	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0133_000000010012	2104	0.7499849271708514	2	1	1	1	1	False	31535	fragment	False	ISR0133_000000010012	1.0		0	0	False	False	0.9990494251251221	0					non-mobilizable	no_good_hit								True	False
ISR0065_000000006214	4714	0.749971624336241	4	4	2	3	3	False	35209	maximal	True	ISR0065_000000006214	1.0		1	1	False	False	0.9991514682769775	0					non-mobilizable	no_good_hit	929.0	94.295	29.0	0.00043186471348154783	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0105_000000029912	1820	0.7499658005370884	3	3	3	2	2	False	75844	fragment	False	MON0105_000000029912	1.0		0	0	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit								True	False
ISR0138_000000001647	15111	0.7499654947189949	17	12	3	4	11	False	103788	fragment	False	ISR0138_000000001647	0.9685577816124904		0	0	False	False	0.9998676180839539	0					non-mobilizable	no_good_hit	4471.0	88.884	61.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ENG0057_000000001567	13657	0.7499654947189949	17	12	3	4	11	False	103788	fragment	False	ISR0138_000000001647	0.6257470599575862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4471.0	88.884	67.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0154_000000019101	1729	0.7499649271989841	3	3	2	1	2	False	101910	fragment	False	CAN0022_000000016563	0.6521538570240208		0	0	False	False	0.997686505317688	0					non-mobilizable	chromosome	1729.0	99.479	100.0	0.000266860387540585	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0841_000000008684	1697	0.7499649271989841	3	3	2	1	2	False	101910	fragment	False	CAN0022_000000016563	0.5454715258166686		0	0	False	False	0.9994107484817505	0					non-mobilizable	chromosome	1697.0	99.882	100.0	0.00030979766157564626	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
CAN0023_000000004783	1694	0.7499649271989841	3	3	2	1	2	False	101910	fragment	False	CAN0022_000000016563	0.5498507082416768		0	0	False	False	1.0	0					non-mobilizable	chromosome	1694.0	99.941	100.0	0.00026145522922813106	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ENG0207_000000011008	1691	0.7499649271989841	3	3	2	1	2	False	101910	fragment	False	CAN0022_000000016563	0.5496539353176311		0	0	False	False	1.0	0					non-mobilizable	chromosome	1691.0	99.941	100.0	0.0002609919299442064	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ENG0064_000000013352	1665	0.7499649271989841	3	3	2	1	2	False	101910	fragment	False	CAN0022_000000016563	0.5451477043719615		0	0	False	False	1.0	0					non-mobilizable	chromosome	1665.0	99.94	100.0	0.0002569766694835263	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
MAD0012_000000012074	2337	0.749964623633563	3	3	2	3	2	False	72910	maximal	True	MAD0012_000000012074	1.0		39	5	False	False	1.0	0					non-mobilizable	no_good_hit	1760.0	99.375	75.0	0.002142882377807584	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0040_000000004648	7093	0.7499623384419958	12	9	3	6	7	True	125618	fragment	False	ISR0056_000000002323	0.988328232303848		0	0	False	False	0.9998590350151062	0					non-mobilizable	no_good_hit	2174.0	93.33	53.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
CAN0017_000000011609	3144	0.7499586170627822	4	4	3	4	3	False	119955	maximal	True	CAN0017_000000011609	1.0		33	9	False	False	1.0	0					non-mobilizable	other	3145.0	97.965	100.0	0.00681607231152248	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0144_000000011386	1614	0.7499497422458672	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.3590684758328963		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	97.212	100.0	0.007215097580504475	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0100_000000003526	8936	0.7499483315518434	17	6	3	6	3	False	54422	fragment	False	MON0100_000000003526	1.0		0	0	False	False	0.9997761845588684	0					non-mobilizable	no_good_hit	344.0	73.547	4.0	0.0061525991968463326	NC_047914.1	viruses	Faecalibacterium phage FP_Taranis, complete genome	True	False
ISR0364_000000009813	1785	0.7499477532835654	3	1	1	1	1	False	59731	fragment	False	ISR0364_000000009813	1.0		0	0	False	False	0.9658263325691223	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000025510	1474	0.7499458093171675	3	2	2	2	2	True	100120	fragment	False	SPA0027_000000025510	1.0		0	0	False	False	0.9993215799331665	0					non-mobilizable	no_good_hit								True	True
AST0029_000000011612	2616	0.7499444388168576	3	2	2	2	2	True	118324	maximal	True	AST0029_000000011612	1.0		2	2	False	False	0.9980886578559875	0					non-mobilizable	no_good_hit	1317.0	88.079	54.0	0.0006458588229173875	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0056_000000003135	5878	0.7499390407325529	8	4	3	3	3	True	35654	maximal	True	ISR0056_000000003135	1.0		7	4	False	False	0.9979584813117981	0					non-mobilizable	no_good_hit								True	True
CAN0013_000000017250	1347	0.7499304530283051	3	3	1	3	2	False	103316	fragment	False	AST0153_000000023185	0.963183333775549		0	0	False	False	1.0	0					non-mobilizable	other	783.0	98.978	100.0	0.0002716787103946637	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0344_000000003755	7098	0.7499247630318912	9	7	5	7	6	False	24291	maximal	True	ISR0344_000000003755	1.0		1	1	False	False	0.9995773434638977	0					non-mobilizable	no_good_hit	1162.0	75.301	21.0	0.0002576974243008224	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
FIJ0171_000000009065	2263	0.7499219623698817	2	2	2	2	2	False	47298	fragment	False	FIJ0171_000000009065	0.9984162895927602		0	0	False	False	0.9995580911636353	0					non-mobilizable	other	2264.0	99.205	100.0	0.0011375866265678277	CP003295.1	firmicutes	Streptococcus infantarius subsp. infantarius CJ18, complete genome	False	False
DEN0063_000000008766	4767	0.7499200565501322	6	5	4	2	3	True	75057	maximal	True	DEN0063_000000008766	1.0		2	1	False	False	0.999580442905426	0					non-mobilizable	no_good_hit	583.0	96.398	17.0	0.00016356060763608832	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0022_000000006117	2850	0.7499183818347106	5	3	1	3	2	False	66318	fragment	False	ENG0022_000000006117	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2854.0	91.135	100.0	0.0022410143340054283	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	False
AST0116_000000020004	1354	0.7499169487834246	3	2	2	1	1	False	106152	maximal	True	AST0116_000000020004	1.0		2	1	False	False	0.9911373853683472	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000020252	2455	0.7498986896265657	3	3	3	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9902187893268888		0	0	False	False	0.9987779855728149	0					non-mobilizable	chromosome	2449.0	99.469	100.0	0.00043498448490157654	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0302_000000005890	2454	0.7498986896265657	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9536731737754649		0	0	False	False	0.9987775087356567	0					non-mobilizable	chromosome	2457.0	96.744	100.0	0.0004895873375510095	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MAD0044_000000011101	2203	0.7498984554666194	5	3	1	2	2	True	17967	maximal	True	MAD0044_000000011101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1762.0	94.495	80.0	0.025089247465371983	NZ_CP009044.1	e-proteobacteria	Campylobacter iguaniorum strain 1485E plasmid pCIG1485E, complete sequence	True	True
ISR0189_000000001023	8026	0.7498935521173079	8	4	4	4	3	False	31882	maximal	True	ISR0189_000000001023	1.0		3	1	False	False	0.996635913848877	0					non-mobilizable	no_good_hit	67.0	95.522	1.0	0.04852941176470588	NZ_JAEB01000048.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00037.37_C, whole genome shotgun sequence	True	False
ISR0170_000000012945	3530	0.7498734960917995	5	3	1	1	2	False	125156	fragment	False	ISR0170_000000012945	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1511.0	97.948	95.0	0.3435722411831627	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0142_000000008287	3635	0.7498721690865401	3	3	2	3	2	True	115713	maximal	True	ENG0142_000000008287	1.0		2	2	False	False	0.9997249245643616	0					non-mobilizable	no_good_hit	3136.0	94.675	86.0	0.2077542062911485	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
SPA0031_000000013975	2254	0.7498705387798807	3	2	1	2	2	False	29452	fragment	False	SPA0031_000000013975	1.0		0	0	False	False	0.9991126656532288	0					non-mobilizable	other	2255.0	96.896	100.0	0.0040481885979629165	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	False	False
FIJ0060_000000005452	2502	0.7498662300840047	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8560817162736629	PS871	0	0	False	True	0.9996002912521362	0					non-mobilizable	other	2321.0	92.546	93.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AST0055_000000010780	3138	0.7498657249250964	2	1	1	1	1	False	124599	maximal	True	AST0055_000000010780	1.0		15	4	False	False	0.9993626475334167	0					non-mobilizable	chromosome	2911.0	89.523	98.0	0.0012469335853499883	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0030_000000000488	29599	0.7498635478501355	35	18	9	17	6	True	7353	maximal	True	SPA0030_000000000488	1.0		1	1	False	False	0.9998310804367065	0					non-mobilizable	no_good_hit	2080.0	77.933	7.0	0.00036026695362348436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
ENG0038_000000018407	1433	0.7498618277325853	5	4	4	4	3	True	117225	fragment	False	DEN0058_000000001076	0.16784782150309305		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	99.34899999999999	96.0	0.00038539571351524273	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
MAD0105_000000005058	5774	0.749856403458522	9	9	2	7	8	True	25130	fragment	False	MAD0105_000000005058	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	5775.0	99.48100000000001	100.0	0.05320857095398926	CP037904.1	enterobacteria	Escherichia coli strain LHM10-1 plasmid unnamed1, complete sequence	False	True
ISR0816_000000028314	1309	0.7498527784500697	2	2	2	2	1	False	131711	fragment	False	ISR0072_000000012984	0.07679200743611421		0	0	False	False	1.0	0					non-mobilizable	virus	1311.0	92.601	100.0	0.03490573584704408	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ETH0002_000000014578	1765	0.7498449744668285	4	2	2	2	2	False	53328	fragment	False	ETH0002_000000014578	1.0		0	0	False	False	0.9977337121963501	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.00015890593265367942	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
ISR0784_000000010779	1133	0.7498449744668285	2	2	2	2	2	False	22224	fragment	False	ISR0784_000000010779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0020_000000031202	1102	0.7498309602525691	2	2	2	2	2	False	93778	fragment	False	CAN0013_000000020746	0.9789658194566171		0	0	False	False	0.9990925788879395	0					non-mobilizable	other	1102.0	99.09299999999999	100.0	0.00031423995031526746	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0092_000000003834	6940	0.7498286863830191	6	6	5	4	5	False	66558	fragment	False	FIJ0092_000000003834	0.97074122236671		0	0	False	False	1.0	0					non-mobilizable	other	6627.0	98.385	97.0	0.019113756422943433	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
ISR0053_000000003522	5677	0.7498205050904986	8	3	0	2	2	True	109112	maximal	True	ISR0053_000000003522	1.0		8	4	False	False	0.9994715452194214	0					non-mobilizable	other	5262.0	96.56	92.0	0.0010154576948471186	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0380_000000006230	1835	0.7498139278600396	3	3	3	1	2	False	23189	maximal	True	ISR0380_000000006230	1.0		0	0	False	False	0.9994550347328186	0					non-mobilizable	no_good_hit	1107.0	89.973	60.0	0.009899568296251089	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	True	False
FIJ0011_000000002334	15596	0.7498087072469957	15	6	5	6	3	True	98427	fragment	False	FIJ0011_000000002334	0.9798500768836494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.547223211484987e-06	NZ_CP019706.1	enterobacteria	Pantoea alhagi strain LTYR-11Z chromosome, complete genome	True	True
SPA0134_000000004773	6228	0.7498086343374006	7	5	4	5	5	False	107409	maximal	True	SPA0134_000000004773	1.0		16	4	False	False	0.997591495513916	0					non-mobilizable	no_good_hit	1886.0	71.95100000000001	30.0	0.0004977802677306168	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0121_000000008299	1392	0.7498048777802079	2	2	2	2	2	False	4127	maximal	True	SPA0121_000000008299	1.0		11	5	False	False	0.9985632300376892	0					non-mobilizable	chromosome	1392.0	98.779	100.0	0.00045369313057718835	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0207_000000017546	1710	0.7498011769062309	2	2	2	2	1	False	96458	fragment	False	ISR0791_000000009914	0.8442214835067096		0	0	False	False	0.9771929979324341	0					non-mobilizable	chromosome	1691.0	99.941	99.0	0.0007143240571239453	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0385_000000020661	1172	0.7498004741835818	2	1	1	1	1	True	68796	fragment	False	ISR0385_000000020661	0.9418672184569974		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	95.051	100.0	0.00040682323513062813	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0121_000000002667	8029	0.7497961279251721	8	6	2	3	4	True	118872	fragment	False	ISR0121_000000002667	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7275.0	97.52600000000001	99.0	0.003735331262200944	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	True
MAD0030_000000005455	2078	0.7497908902314837	3	3	3	2	3	False	113185	fragment	False	ISR0015_000000012098	0.9819639328046892		0	0	False	False	1.0	0					non-mobilizable	chromosome	2078.0	99.759	100.0	0.000391596050856581	CP027548.1	enterobacteria	Escherichia coli strain 2014C-3061 chromosome, complete genome	False	False
DEN0028_000000003492	6473	0.7497892715366241	5	5	5	4	2	False	103942	fragment	False	DEN0028_000000003492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4821.0	93.902	88.0	0.0023557160714312007	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0002_000000006089	3385	0.7497766334761299	5	3	3	3	2	False	68005	maximal	True	ENG0002_000000006089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	90.90899999999999	4.0	3.545412000510539e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0858_000000001507	5250	0.7497760869083937	6	4	3	4	2	True	98508	maximal	True	ISR0858_000000001507	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	99.041	26.0	0.01659069744645395	NZ_JAANXY010000011.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_11, whole genome shotgun sequence	True	True
ENG0208_000000006494	4562	0.7497733183258711	5	4	4	3	3	False	119740	fragment	False	ENG0208_000000006494	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4498.0	100.0	99.0	0.0008444672373189545	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ENG0031_000000010755	1977	0.7497729899333694	3	3	2	3	2	False	125951	fragment	False	ISR0333_000000007883	0.3003613738363072		0	0	False	False	0.9984825253486633	0					non-mobilizable	other	1978.0	97.624	100.0	0.005410879233664043	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CAN0011_000000015663	1930	0.7497693202001637	3	3	2	3	1	False	94465	fragment	False	CAN0011_000000015663	0.9634551284053173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	919.0	81.61	72.0	0.00022458295851761519	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0097_000000009194	3023	0.7497635555519643	2	2	2	2	2	False	62938	fragment	False	ISR0097_000000009194	1.0		0	0	False	False	0.9993383884429932	0					non-mobilizable	other	1372.0	97.303	93.0	0.00591692992904863	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
MAD0005_000000020047	1545	0.7497629767001069	2	2	1	2	2	False	45458	fragment	False	MAD0005_000000020047	1.0		0	0	False	False	1.0	0					non-mobilizable	other	929.0	97.84700000000001	100.0	0.00022752509334535685	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0001_000000018254	1188	0.7497610537646741	2	2	1	1	2	False	52509	maximal	True	FIJ0001_000000018254	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	79.05	30.0	0.008532712772404432	NZ_CACVNJ010000017.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
MON0071_000000004462	2671	0.7497590689521301	3	3	3	2	2	False	131717	maximal	True	MON0071_000000004462	1.0		0	0	False	False	0.9996256232261658	0					non-mobilizable	no_good_hit	1390.0	79.78399999999999	52.0	0.04965556831228473	NZ_JAAISM010000059.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_59_length_27872_cov_181.615, whole genome shotgun sequence	True	False
AST0088_000000004550	2679	0.7497589135072426	4	3	2	2	2	True	122269	maximal	True	AST0088_000000004550	1.0		18	4	False	False	1.0	0					non-mobilizable	chromosome	2162.0	99.76899999999999	93.0	0.0005791118819501466	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0040_000000010581	2575	0.7497589135072426	5	3	2	2	2	True	122264	fragment	False	ISR0040_000000010581	0.9667606768734891		0	0	False	False	0.9996116757392883	0					non-mobilizable	chromosome	2577.0	99.34	100.0	0.0006903249458137795	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0300_000000003656	2402	0.7497589135072426	5	3	2	2	2	True	122261	maximal	True	ISR0300_000000003656	1.0		65	4	False	False	0.9991673827171326	0					non-mobilizable	no_good_hit	2078.0	99.904	87.0	0.014249451152579582	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	True	True
ISR0262_000000006773	2387	0.7497589135072426	4	3	2	2	2	True	122263	maximal	True	ISR0262_000000006773	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2001.0	99.55	92.0	0.0005359665728367853	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0204_000000011246	2286	0.7497589135072426	4	3	2	2	2	True	122266	fragment	False	ENG0204_000000011246	1.0		0	0	False	False	0.9881889820098877	0					non-mobilizable	no_good_hit	1792.0	99.88799999999999	78.0	0.18096392846317066	NZ_JAAIUL010000044.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_44_length_9897_cov_230.071, whole genome shotgun sequence	True	True
ENG0017_000000009764	2157	0.7497589135072426	4	3	2	2	2	True	122258	fragment	False	ENG0017_000000009764	0.9819143209688076		0	0	False	False	0.999536395072937	0					non-mobilizable	other	2146.0	99.581	99.0	0.014715971459934139	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ISR0185_000000015602	2097	0.7497589135072426	4	3	2	2	2	True	122258	fragment	False	ENG0017_000000009764	0.9794304957780869		0	0	False	False	0.9938006401062012	0					non-mobilizable	other	2099.0	99.524	100.0	0.21198342932201678	NZ_JAAIUL010000044.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_44_length_9897_cov_230.071, whole genome shotgun sequence	False	True
ISR0369_000000007056	1981	0.7497589135072426	4	3	2	2	2	True	122258	fragment	False	ENG0017_000000009764	0.3164764159019946		0	0	False	False	0.9989904165267944	0					non-mobilizable	other	1928.0	99.689	97.0	0.013220362239297475	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ENG0208_000000015531	1980	0.7497589135072426	4	3	2	2	2	True	122258	fragment	False	ENG0017_000000009764	0.9572846275061289		0	0	False	False	1.0	0					non-mobilizable	other	1980.0	99.848	100.0	0.19995958371223604	NZ_JAAIUL010000044.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_44_length_9897_cov_230.071, whole genome shotgun sequence	False	True
ISR0779_000000017301	1973	0.7497589135072426	4	3	2	2	2	True	122258	fragment	False	ENG0017_000000009764	0.9429252411962106		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	99.74700000000001	100.0	0.013529088913282108	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ISR0120_000000017868	1917	0.7497589135072426	4	3	2	2	2	True	122258	fragment	False	ENG0017_000000009764	0.7409771060002471		0	0	False	False	0.9942618608474731	0					non-mobilizable	chromosome	1917.0	98.331	100.0	0.0005134559767776403	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0392_000000005297	5375	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8384810010983087	PS1159|PS463	0	0	True	True	1.0	282		MOBV			mobilizable	other	2748.0	99.745	100.0	0.0009332703225813027	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0072_000000004864	5173	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8334931600177219	PS1159|PS463	0	0	True	True	1.0	12		MOBV			mobilizable	other	2607.0	99.73100000000001	100.0	0.0008853667494164088	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0177_000000004958	5171	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8343507427897676	PS1159|PS463	0	0	True	True	1.0	11		MOBV			mobilizable	other	2607.0	99.92299999999999	100.0	0.0008853667494164088	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0124_000000005817	5171	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8346845321365712	PS1159|PS463	0	0	True	True	1.0	9		MOBV			mobilizable	other	2607.0	100.0	100.0	0.0008853667494164088	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CAN0007_000000008421	5082	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7656848752778407	PS1159|PS463	0	0	True	True	1.0	4218		MOBV			mobilizable	other	4370.0	97.87200000000001	94.0	0.5551601423487544	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CAN0008_000000005505	5082	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7657852262893938	PS1159|PS463	0	0	True	True	1.0	1476		MOBV			mobilizable	other	4300.0	97.95299999999999	96.0	0.5463904422979156	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0372_000000002831	5062	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7650092232837892	PS1159|PS463	0	0	True	True	1.0	213		MOBV			mobilizable	other	4370.0	97.735	96.0	0.5551601423487544	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0042_000000005319	5062	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.76532308529008	PS1159|PS463	0	0	True	True	1.0	139		MOBV			mobilizable	other	4370.0	97.78	96.0	0.5551601423487544	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0184_000000004638	5062	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7435369189894463	PS1159|PS463	0	0	True	True	1.0	531		MOBV			mobilizable	other	4741.0	97.65899999999999	94.0	0.04030481633625052	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0243_000000001798	5043	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7549917622112574	PS1159|PS463	0	0	True	True	1.0	14		MOBV			mobilizable	other	3766.0	99.495	100.0	0.36958869146952	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0054_000000004401	5042	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7413654263130075	PS1159|PS463	0	0	True	True	0.9998016953468323	9		MOBV			mobilizable	other	4349.0	97.931	96.0	0.5526182003050331	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0141_000000005317	5005	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7586175788955402	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2808.0	99.43	100.0	0.0009536548218004065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0324_000000006411	4975	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7004252673381699	PS1159|PS463	0	0	True	True	1.0	69		MOBV			mobilizable	other	4719.0	97.86	95.0	0.040117708094132454	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
USA0045_01_000000002785	4965	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7182133855246647	PS1159|PS463	0	0	True	True	1.0	8		MOBV			mobilizable	other	2528.0	99.32799999999999	96.0	0.0008581874171242704	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0005_000000004903	4883	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7281436170419116	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3485.0	98.73700000000001	98.0	0.35744374807356416	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
ENG0054_000000005016	4878	0.7497584303344895	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7284015888737815	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3485.0	98.852	98.0	0.35744374807356416	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
ENG0171_000000004692	4878	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7297935874586121	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2982.0	96.579	100.0	0.5668378018634721	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0023_000000003531	4865	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7297413396278439	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2974.0	96.671	100.0	0.5653166001140901	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CAN0006_000000009269	4856	0.7497584303344895	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8180978224948154	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2555.0	99.609	100.0	0.0008677001834265188	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0842_000000004081	4838	0.7497584303344895	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7270800978086601	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	2962.0	96.523	100.0	0.5630347974900171	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0175_000000005364	4799	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7258323525471103	PS1159|PS463	0	0	False	True	0.9995832443237305	0		MOBV			mobilizable	other	4736.0	97.72	99.0	0.040270796655865415	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0135_000000004128	4798	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7251077264200273	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4735.0	97.61399999999999	99.0	0.040262291735769146	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0121_000000004842	4735	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7225246497357711	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4739.0	97.51	100.0	0.04028780649605797	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0161_000000002229	4670	0.7497584303344895	5	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.5082116127878274	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2550.0	98.706	100.0	0.0008653219918509567	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0819_000000005131	4616	0.7497584303344895	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.3817272025373355	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2545.0	99.52799999999999	100.0	0.0008639630252363497	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
USA0020_01_000000000435	39786	0.7497543257277611	38	18	11	16	10	True	117552	fragment	False	USA0020_01_000000000435	1.0		0	0	False	True	0.9998492002487183	0					non-mobilizable	no_good_hit	820.0	99.26799999999999	2.0	0.029139685476410732	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
SPA0084_000000016907	1160	0.7497498290562712	2	2	2	2	1	False	82005	fragment	False	DEN0071_000000029288	0.4777421184938897		0	0	False	False	0.9991379380226135	0					non-mobilizable	other	1160.0	98.79299999999999	100.0	0.007752093533456404	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0061_000000002356	6381	0.7497360771129409	7	4	3	4	1	True	16838	maximal	True	MAD0061_000000002356	1.0		1	1	False	False	0.9884030818939209	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	0.00012576318081186066	NZ_KK211102.1	firmicutes	Desulfitibacter alkalitolerans DSM 16504 K364DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
SPA0064_000000016059	1270	0.7497307013980107	2	2	2	2	1	False	77649	fragment	False	SPA0064_000000016059	1.0		0	0	False	False	0.9992126226425171	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	6.0	1.943893674569983e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0032_000000012566	1835	0.7497280580209617	3	2	2	2	2	False	65599	fragment	False	ENG0032_000000012566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0192_000000002613	5857	0.7497217156326591	8	3	2	3	1	False	62982	maximal	True	ENG0192_000000002613	1.0		5	2	False	False	0.9976096749305725	0					non-mobilizable	no_good_hit	1543.0	99.806	70.0	0.009938448648126067	NZ_OLMR01000004.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
CHI0027_000000001536	8680	0.749717238888696	7	7	7	7	6	False	103012	maximal	False	USA0015_01_000000002968	0.9946713499101653		0	0	False	False	1.0	0					non-mobilizable	chromosome	6214.0	99.96799999999999	100.0	0.000876944366186448	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0132_000000002647	8663	0.749717238888696	7	7	7	7	6	False	103012	maximal	False	USA0015_01_000000002968	0.9940205207520614		0	0	False	False	1.0	0					non-mobilizable	chromosome	6214.0	99.96799999999999	100.0	0.000876944366186448	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0214_000000024902	1265	0.7497112200883469	2	2	2	2	2	False	28197	fragment	False	ISR0214_000000024902	1.0		0	0	False	False	0.9699604511260986	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	7.687271303678715e-06	LR134478.1	enterobacteria	Serratia plymuthica strain NCTC8015 genome assembly, chromosome: 1	True	False
ISR0117_000000014757	1831	0.7497100211193652	2	2	2	2	1	False	113082	fragment	False	FIJ0048_000000017606	0.8600285250323669		0	0	False	False	0.9972692728042603	0					non-mobilizable	other	1831.0	98.79799999999999	100.0	0.002036299346023928	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
AST0151_000000005035	3227	0.7497097189519555	3	3	3	3	3	False	103697	fragment	False	AST0151_000000005035	1.0		0	0	False	False	0.9993802309036255	0					non-mobilizable	no_good_hit	753.0	77.556	23.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
USA0069_01_000000028875	2121	0.7497063980866033	3	3	2	3	2	False	102929	fragment	False	USA0069_01_000000028875	0.9729596853490659		0	0	False	False	0.9962282180786133	0					non-mobilizable	other	2121.0	99.906	100.0	0.016166299366311566	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	False	False
MON0052_000000024281	1236	0.7497036012379269	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.56707426151801		0	0	False	False	0.987864077091217	0					non-mobilizable	no_good_hit	465.0	74.624	37.0	0.0019315196167325266	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ENG0113_000000016555	1689	0.7496932544699795	3	2	2	2	2	False	117012	fragment	False	MON0032_000000015993	0.9262114537444934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	86.905	10.0	5.092526945413905e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0028_000000009371	3041	0.7496848682480168	4	4	3	4	3	False	116154	maximal	True	SPA0028_000000009371	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2611.0	99.426	86.0	0.0006994363775520049	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0077_000000000713	8980	0.7496807679541121	8	7	5	7	5	False	103073	maximal	True	MAD0077_000000000713	1.0		5	2	False	False	0.9998886585235596	0					non-mobilizable	no_good_hit	3760.0	98.271	61.0	0.001048433073949237	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0295_000000004322	6605	0.7496795761281022	12	5	2	5	3	True	83193	maximal	True	ISR0295_000000004322	1.0		1	1	False	False	0.9978803992271423	0					non-mobilizable	no_good_hit								True	True
ISR0127_000000006897	3335	0.7496697375217654	5	5	3	5	1	False	31911	maximal	True	ISR0127_000000006897	1.0		0	0	False	False	0.9985007643699646	0					non-mobilizable	no_good_hit	272.0	87.132	10.0	6.322481062886056e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MAD0103_000000021493	1161	0.7496679849125866	3	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.05013029575883668		0	0	False	False	0.9896640777587891	0					non-mobilizable	chromosome	1161.0	98.536	100.0	0.0003243817225593074	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0318_000000002151	2013	0.7496664074483282	2	2	1	1	2	False	25119	maximal	True	ISR0318_000000002151	1.0		4	3	False	False	0.993541955947876	0					non-mobilizable	chromosome	2013.0	99.70200000000001	100.0	0.0012106894491302833	CP031971.1	firmicutes	Parvimonas micra strain KCOM 1037 chromosome, complete genome	False	False
AST0033_000000004049	3195	0.7496660574569853	6	4	3	4	2	False	117078	maximal	True	AST0033_000000004049	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0028_000000004301	3649	0.7496580367435063	5	4	3	3	4	False	112096	fragment	False	ENG0138_000000005143	0.8186340450615155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	75.76899999999999	7.0	0.0035180657430046182	NZ_SNXO01000008.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_108, whole genome shotgun sequence	True	False
ISR0084_000000004106	5158	0.7496513990683282	4	3	3	3	3	False	91653	fragment	False	ISR0084_000000004106	1.0		0	0	False	False	0.9994183778762817	0					non-mobilizable	no_good_hit								True	False
ISR0047_000000020765	1441	0.7496511429611427	2	1	1	1	1	False	67721	fragment	False	ISR0079_000000019600	0.9428473648186173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000008897	3303	0.7496495393486827	5	3	1	3	0	True	67366	maximal	True	SPA0127_000000008897	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1245.0	99.839	38.0	0.01719867723769596	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
CHI0028_000000003288	3700	0.7496494092520491	7	4	3	4	3	False	122691	fragment	False	ENG0079_000000009014	0.33404008464928203		0	0	False	False	1.0	0					non-mobilizable	chromosome	3695.0	99.919	99.0	0.0006689084334251408	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
SPA0055_000000000773	24297	0.7496487975726979	37	10	3	7	5	True	58654	fragment	False	SPA0055_000000000773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	76.892	2.0	0.002089891801804185	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0060_000000021933	1443	0.7496403479531867	3	3	2	3	3	False	63304	fragment	False	ENG0060_000000021933	1.0		0	0	False	False	0.9937629699707031	0					non-mobilizable	no_good_hit	438.0	98.63	30.0	0.0001832162202954938	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	True	False
AST0111_000000002483	7704	0.7496361590702265	12	3	2	2	1	False	106869	fragment	False	AST0111_000000002483	1.0		0	0	False	False	0.9996106028556824	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000019383	1502	0.7496354203425727	3	3	3	2	1	True	115508	fragment	False	MON0088_000000019692	0.8498868485251108		0	0	False	False	0.9913448691368103	0					non-mobilizable	other	1502.0	99.93299999999999	100.0	0.0006487298552308112	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
MAD0037_000000009202	1463	0.7496304813548813	2	2	2	2	2	False	18612	maximal	True	MAD0037_000000009202	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	73.157	61.0	0.006952293947323599	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	True	False
ENG0122_000000010100	2759	0.7496271260747912	4	4	4	3	3	False	93624	fragment	False	ISR0112_000000012858	0.7102359345736695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	77.583	53.0	0.07837750484809308	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
CAN0013_000000019012	1234	0.7496260510732933	2	2	2	2	2	False	93786	maximal	True	CAN0013_000000019012	1.0		0	0	False	False	0.9675850868225098	0					non-mobilizable	no_good_hit	302.0	72.848	24.0	0.009624390401446888	LT674547.1	bacteria	Uncultured bacterium DNA fragment from Bos taurus rumen, clone 13M17 Rumen-Carbamate active on Tween 20 and impranil substrates	True	False
MAD0047_000000028543	1629	0.7496228002156456	2	2	2	2	2	False	68530	fragment	False	MAD0047_000000028543	1.0		0	0	False	False	0.9944751262664795	0					non-mobilizable	no_good_hit	962.0	78.69	59.0	0.0002661665385279563	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0092_000000007105	3364	0.7496182754938291	8	3	2	2	1	False	115242	maximal	True	ISR0092_000000007105	1.0		1	1	False	False	0.9934601783752441	0					non-mobilizable	no_good_hit	74.0	90.541	2.0	1.954882909208543e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
SPA0136_000000028334	1503	0.7496162115455302	3	2	2	2	2	False	115911	fragment	False	SPA0136_000000028334	0.974677780083466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	87.35600000000001	6.0	2.3632373682877454e-05	NZ_CP014761.1	high GC Gram+	Leifsonia xyli strain SE134 chromosome, complete genome	True	False
SPA0139_000000016247	1730	0.7496161326935248	2	2	2	1	1	False	32445	fragment	False	ISR0388_000000020088	0.9946847066543254		0	0	False	False	0.9988439083099365	0					non-mobilizable	other	1731.0	99.249	100.0	0.03492409560723514	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CAN0020_000000020374	1775	0.7496124019201204	3	3	1	3	1	False	91848	fragment	False	ISR0143_000000015255	0.8901790987918198		0	0	False	False	0.9763380289077759	0					non-mobilizable	other	1776.0	99.155	100.0	0.0142722747995851	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0104_000000028582	1597	0.7496088034016753	3	2	2	1	1	False	127758	fragment	False	MON0104_000000028582	1.0		0	0	False	False	0.9912335872650146	0					non-mobilizable	other	1522.0	99.277	95.0	0.029086667176623577	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0081_000000004067	11949	0.7496083513563371	12	5	1	2	5	False	103244	maximal	False	MON0094_000000001388	0.9150160213381913		0	0	False	False	1.0	0					non-mobilizable	other	3381.0	94.94200000000001	99.0	0.007321368158988194	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0319_000000001623	7443	0.7496075928414089	11	8	7	7	5	False	82575	fragment	False	ISR0319_000000001623	1.0		0	0	False	False	0.9969098567962646	0					non-mobilizable	no_good_hit	76.0	84.211	1.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
MAD0050_000000017970	1351	0.7496062166298271	3	2	2	2	2	False	44157	fragment	False	MAD0050_000000017970	1.0		0	0	False	False	0.9948186278343201	0					non-mobilizable	no_good_hit	217.0	78.34100000000001	16.0	7.52893411206679e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0093_000000018113	1756	0.7495965158427359	2	1	1	1	1	False	15668	maximal	True	MAD0093_000000018113	1.0		3	1	False	False	0.9937357902526855	0					non-mobilizable	no_good_hit	821.0	79.172	46.0	0.00020717907424930158	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ISR0177_000000017143	1792	0.7495918196694606	3	3	2	1	3	True	29758	maximal	True	ISR0177_000000017143	1.0		37	7	False	False	1.0	0					non-mobilizable	chromosome	1423.0	99.649	91.0	0.00029380608426532055	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0119_000000008416	3997	0.7495907269098392	5	4	4	3	3	False	111990	fragment	False	SPA0116_000000008423	0.9316180576008667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	81.031	29.0	0.006082854886560092	NZ_CYYA01000005.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0304_000000001731	5338	0.7495877203516874	8	3	0	2	2	True	96693	fragment	False	ISR0304_000000001731	0.9793787278476491		0	0	False	False	0.9986886382102966	0	IncW				non-mobilizable	plasmid	5342.0	99.345	100.0	0.4720969311046255	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0098_000000003820	4571	0.7495877203516874	6	3	0	2	2	True	96693	fragment	False	ISR0304_000000001731	0.7096623985701809		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	4575.0	99.475	100.0	0.40426284602458656	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ITA0002_000000001578	4524	0.7495877203516874	7	3	0	2	2	True	96693	fragment	False	ISR0304_000000001731	0.4764274775760228		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	4239.0	99.95299999999999	100.0	0.37481206332360484	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0330_000000006223	4039	0.7495772882411861	6	4	3	4	2	True	72907	maximal	True	ISR0330_000000006223	1.0		1	1	False	False	0.999752402305603	0					non-mobilizable	no_good_hit	333.0	83.48299999999999	8.0	0.00010328463815222538	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0173_000000007277	1344	0.7495768413485591	2	2	2	2	2	False	87341	maximal	True	ISR0173_000000007277	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	99.26899999999999	81.0	0.005109475414736213	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0194_000000011503	2179	0.7495752628718206	2	1	1	1	1	False	42980	fragment	False	ISR0194_000000011503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0007_000000001505	11279	0.7495742730566878	15	6	1	6	2	False	127401	fragment	False	AST0007_000000001505	1.0		0	0	False	False	0.9996453523635864	0					non-mobilizable	no_good_hit								True	False
AST0005_000000018690	1465	0.7495740892030947	3	3	3	2	2	False	128003	fragment	False	AST0005_000000018690	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1465.0	97.816	100.0	0.00041558984234837785	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0156_000000004415	3474	0.7495722005071531	4	3	1	3	2	False	57668	maximal	True	SPA0156_000000004415	0.9989038521766365		303	13	False	False	0.9884858727455139	0					non-mobilizable	chromosome	1474.0	90.57	95.0	0.0004252562190460868	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0006_000000003297	13252	0.7495673684758382	12	9	6	9	9	False	95781	maximal	True	CAN0006_000000003297	1.0		24	7	False	False	1.0	0					non-mobilizable	chromosome	5213.0	90.044	92.0	0.0009474766925665549	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
FIJ0151_000000001589	9451	0.7495649433989701	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.8042664090100272		0	0	False	False	1.0	0					non-mobilizable	plasmid	8007.0	95.829	99.0	0.06917246283801363	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0130_000000002369	9425	0.7495649433989701	9	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.7714568164156248		0	0	False	False	1.0	0					non-mobilizable	plasmid	7991.0	97.898	99.0	0.06905971935545419	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0062_000000002793	9404	0.7495649433989701	9	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.7916488568354724		0	0	False	False	1.0	0					non-mobilizable	plasmid	7999.0	95.324	99.0	0.06907706450661717	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0004_000000002603	9370	0.7495649433989701	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.7713140948510263		0	0	False	False	1.0	0					non-mobilizable	plasmid	7943.0	98.3	99.0	0.06883423239033529	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0115_000000002975	8107	0.7495649433989701	7	4	3	4	3	True	101293	fragment	False	FIJ0171_000000002497	0.8503484707699736		0	0	False	False	1.0	0					non-mobilizable	plasmid	7965.0	98.46799999999999	98.0	0.06905971935545419	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0159_000000002375	8105	0.7495649433989701	8	4	3	4	3	True	101293	fragment	False	FIJ0171_000000002497	0.9310921474362492		0	0	False	False	1.0	0					non-mobilizable	plasmid	8046.0	97.98700000000001	99.0	0.0697188350996479	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0063_000000017151	1820	0.7495617013528574	2	2	2	2	2	False	99540	fragment	False	ENG0063_000000017151	0.9533308632195784		0	0	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit								True	False
SPA0051_000000013905	1783	0.7495617013528574	2	2	2	2	2	False	99540	fragment	False	ENG0063_000000017151	0.9409816324082372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0125_000000008952	1718	0.7495617013528574	3	2	2	2	2	False	99540	fragment	False	ENG0063_000000017151	0.9481904261012728		0	0	False	False	0.9918509721755981	0					non-mobilizable	no_good_hit								True	False
AUS0020_000000015548	1707	0.7495617013528574	3	2	2	2	2	False	99540	fragment	False	ENG0063_000000017151	0.9452991379397124		0	0	False	False	0.9970709085464478	0					non-mobilizable	no_good_hit								True	False
CHI0175_000000006855	1698	0.7495617013528574	3	2	2	2	2	False	99540	fragment	False	ENG0063_000000017151	0.9450061272104221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000020811	1577	0.7495617013528574	2	2	2	2	2	False	99540	fragment	False	ENG0063_000000017151	0.6034345206066984		0	0	False	False	0.9942929744720459	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000006045	3536	0.7495573452259051	2	2	2	2	2	False	37466	fragment	False	ISR0024_000000006045	1.0		0	0	False	False	0.9997171759605408	0					non-mobilizable	no_good_hit	976.0	71.824	27.0	0.0003365132203617028	NZ_AP014879.1	g-proteobacteria	Sulfuricaulis limicola strain HA5	True	False
CHI0024_000000004429	2780	0.7495522955596013	6	1	1	1	1	False	113571	fragment	False	CHI0024_000000004429	0.9694656488549618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	91.67299999999999	84.0	0.0003557283601146503	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0095_000000007591	1180	0.7495522955596013	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.17093660974523295		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	95.085	100.0	0.0002890647468256204	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0145_000000011480	2660	0.7495470932052485	3	1	1	1	1	False	93108	fragment	False	ISR0145_000000011480	1.0		0	0	False	False	0.9992481470108032	0					non-mobilizable	no_good_hit	721.0	91.262	51.0	0.000315786884698698	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0155_000000002173	5116	0.7495399689771582	7	5	3	2	3	True	84662	maximal	False	SPA0044_000000004392	0.81101241555046		0	0	False	False	0.9980453252792358	0					non-mobilizable	other	2860.0	99.65	99.0	0.0009174924312490413	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0092_000000007578	5039	0.7495399689771582	8	5	3	2	3	True	84662	maximal	False	SPA0044_000000004392	0.803791343410503		0	0	False	False	0.9962294101715088	0					non-mobilizable	other	2742.0	99.635	100.0	0.0008796246079236174	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0060_000000002251	5712	0.7495341177474377	7	6	3	3	6	True	89478	fragment	False	FIJ0060_000000002251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2042.0	93.928	52.0	0.04605714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0025_000000000621	12977	0.7495296917341213	16	9	6	9	5	False	19165	maximal	True	MAD0025_000000000621	1.0		1	1	False	False	0.9999229311943054	0					non-mobilizable	no_good_hit	334.0	87.725	3.0	8.841615836388467e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0834_000000003462	4812	0.7495280914592152	6	3	3	2	1	False	69986	fragment	False	ISR0834_000000003462	1.0		0	0	False	False	0.9985452890396118	0					non-mobilizable	no_good_hit	175.0	82.85700000000001	4.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ISR0206_000000015732	1655	0.7495276571305173	2	1	1	1	1	False	93132	fragment	False	ISR0206_000000015732	0.9746746382385363		0	0	False	False	1.0	0					non-mobilizable	other	1603.0	84.09200000000001	94.0	0.000496823997376819	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0002_000000019524	1432	0.7495248529020229	2	2	2	2	2	True	37576	maximal	False	ISR0022_000000018345	0.9968575418994414		0	0	False	False	0.9993016719818115	0					non-mobilizable	other	1432.0	99.51100000000001	100.0	0.027815573611165104	NZ_LT635844.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	True
ISR0268_000000000963	11285	0.7495104435760875	18	4	3	4	2	False	34703	maximal	True	ISR0268_000000000963	1.0		5	1	False	False	0.999911367893219	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.030973451327433628	XM_017909671.1	bees	PREDICTED: Eufriesea mexicana hydroxyacylglutathione hydrolase, mitochondrial (LOC108554407), transcript variant X2, mRNA	True	False
MON0019_000000019510	3305	0.7495054272709337	5	5	4	5	3	False	13209	maximal	True	MON0019_000000019510	1.0		28	6	False	False	0.9930408596992493	0					non-mobilizable	chromosome	3305.0	99.213	100.0	0.0010937929979365957	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ENG0002_000000011228	1999	0.7495019933793717	2	2	2	2	2	False	109230	fragment	False	ENG0002_000000011228	0.9879672299027138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	74.745	34.0	0.0007306551254004345	NZ_RRCO01000001.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_1, whole genome shotgun sequence	True	False
SPA0036_000000009181	2665	0.7494997813668682	4	2	1	2	2	False	7106	maximal	True	SPA0036_000000009181	1.0		1	1	False	False	0.9778611660003662	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000039263	1125	0.7494974454697714	2	2	2	2	2	False	76345	maximal	False	FIJ0061_000000023784	0.9294801090221384		0	0	False	False	0.9848889112472534	0					non-mobilizable	plasmid	1125.0	98.133	100.0	0.0017933957086146816	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
ISR0214_000000027111	1176	0.7494937138078561	2	2	2	2	2	False	28188	maximal	True	ISR0214_000000027111	1.0		18	6	False	False	0.9829931855201721	0					non-mobilizable	no_good_hit	70.0	82.85700000000001	6.0	0.0003818422766784214	NZ_FOSZ01000007.1	a-proteobacteria	Shimia haliotis strain DSM 28453, whole genome shotgun sequence	True	False
FIJ0085_000000017675	1763	0.7494808179907266	2	2	2	2	2	False	85285	fragment	False	FIJ0085_000000017675	1.0		0	0	False	False	0.9982983469963074	0					non-mobilizable	no_good_hit	1298.0	80.2	73.0	0.0016879839674312216	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ENG0175_000000005209	4936	0.7494787056988158	8	5	2	4	2	False	80124	maximal	True	ENG0175_000000005209	0.9852263202011735		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.464681291212343e-05	LL999062.1	nematodes	Strongyloides stercoralis genome assembly S_stercoralis_PV0001 ,scaffold SSTP_contig0000011	True	False
FIJ0030_000000026445	1435	0.7494763016648569	3	1	1	1	1	True	48674	fragment	False	FIJ0030_000000026445	1.0		0	0	False	False	0.9993031620979309	0					non-mobilizable	no_good_hit	737.0	72.185	50.0	0.006873314070134682	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
MON0028_000000002219	8538	0.7494722336286868	7	7	6	7	7	False	125493	fragment	False	MON0028_000000002219	0.982373343807831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3536.0	83.93700000000001	87.0	0.0010622015852010955	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0015_000000004223	7403	0.7494688459015808	8	5	4	5	3	True	13437	maximal	True	MON0015_000000004223	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1499.0	97.932	20.0	0.0008337549417234238	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	True
ISR0085_000000003620	5638	0.7494658315652926	9	4	3	3	2	False	108362	maximal	True	ISR0085_000000003620	0.9894894894894894		5	3	True	True	0.999113142490387	1					non-mobilizable	no_good_hit	144.0	87.5	4.0	3.751766009857497e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0001_000000006366	3073	0.7494600524582763	3	3	3	3	1	False	52636	maximal	True	FIJ0001_000000006366	1.0		2	2	False	False	0.9996745586395264	0					non-mobilizable	other	3061.0	92.682	99.0	0.02138296675479552	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0151_000000001600	14273	0.7494553313178778	20	13	10	12	8	True	116352	maximal	False	ISR0126_000000003247	0.7785068648204242		0	0	True	True	0.9998598694801331	21					non-mobilizable	no_good_hit	177.0	78.531	1.0	0.00042457394498311577	NZ_SRMQ01000002.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000002, whole genome shotgun sequence	True	True
SPA0096_000000013638	2811	0.7494524900080747	3	3	2	3	1	True	110268	fragment	False	ISR0234_000000003397	0.49265468371932253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	78.899	4.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0115_000000029381	1249	0.7494517755420399	2	2	1	2	1	False	32440	maximal	True	ISR0115_000000029381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	97.992	76.0	0.00026825983676176027	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0109_000000028394	1107	0.7494435653183822	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.0671832759401134		0	0	False	False	1.0	0					non-mobilizable	chromosome	1107.0	89.431	100.0	0.00034860854443955185	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0237_000000002268	3859	0.7494411442654023	5	5	4	4	3	False	104689	maximal	True	ISR0237_000000002268	1.0		24	9	False	False	0.9883389472961426	0					non-mobilizable	no_good_hit	1154.0	80.503	29.0	0.000325318278231722	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0169_000000001632	11678	0.7494407630231671	11	10	5	6	9	True	123530	maximal	True	ISR0169_000000001632	1.0		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	9092.0	99.186	80.0	0.0020270256700799273	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	True
FIJ0146_000000008097	2265	0.7494397444273486	3	2	2	1	1	False	124867	fragment	False	ISR0281_000000007328	0.9833309189241394		0	0	False	False	0.9973509907722473	0					non-mobilizable	no_good_hit	1090.0	71.28399999999999	47.0	0.00043976005771491475	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
ENG0122_000000016660	1745	0.7494364728430147	3	2	2	2	2	False	73049	fragment	False	ENG0056_000000005773	0.9527495995728777		0	0	False	False	0.998853862285614	0					non-mobilizable	other	1749.0	97.084	100.0	0.0009219603789109475	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
SPA0076_000000006022	2425	0.7494243775230935	3	3	2	2	2	False	122427	maximal	True	SPA0076_000000006022	1.0	PS871	0	0	False	True	0.992577314376831	0					non-mobilizable	no_good_hit	1830.0	93.169	75.0	0.7921177999133824	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0243_000000009277	1370	0.7494235676170281	3	2	2	2	2	False	35048	fragment	False	ISR0243_000000009277	0.9897557131599686		0	0	False	False	0.9802919626235962	0					non-mobilizable	chromosome	1260.0	99.04799999999999	92.0	0.0005618336035400426	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0077_000000006296	2162	0.7494176738911092	3	3	3	3	3	False	89544	fragment	False	CHI0077_000000006296	0.9982897993462201		0	0	False	False	1.0	0					non-mobilizable	other	2163.0	99.76899999999999	100.0	0.0008808774223619819	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0029_000000005615	2091	0.7494176738911092	3	3	3	3	3	False	89544	fragment	False	CHI0077_000000006296	0.9875348447684086		0	0	False	False	0.9995217323303223	0					non-mobilizable	chromosome	2091.0	99.904	100.0	0.0008837440981539474	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0057_000000010334	2447	0.7494100595028036	3	3	2	2	3	True	125710	maximal	True	MON0057_000000010334	1.0		4	2	False	False	0.9963220357894897	0					non-mobilizable	no_good_hit	1290.0	96.589	53.0	0.00043286007074535746	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0038_000000003076	6591	0.7493908122397527	7	7	7	7	5	False	114948	fragment	False	ISR0243_000000000897	0.6880445350676587		0	0	False	False	0.9996965527534485	0					non-mobilizable	no_good_hit	338.0	80.178	5.0	0.009402980885283633	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ENG0128_000000010184	2664	0.7493878611141499	4	4	3	3	4	False	117139	fragment	False	ENG0128_000000010184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	99.12100000000001	73.0	0.010409374360520845	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0058_000000023532	1464	0.7493856415255635	2	2	2	2	2	False	63429	fragment	False	ENG0058_000000023532	1.0		0	0	False	False	0.9911202192306519	0					non-mobilizable	no_good_hit								True	False
FIJ0136_000000008013	3311	0.7493842072610489	8	3	2	3	2	False	40543	fragment	False	FIJ0136_000000008013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	1.0	4.644029602371551e-05	NZ_CP015796.1	spirochetes	Borrelia mayonii strain MN14-1539 chromosome, complete genome	True	False
MON0081_000000010457	5298	0.7493810250572854	5	4	3	4	4	False	81790	fragment	False	MON0081_000000010457	1.0		0	0	False	False	0.9990562200546265	0					non-mobilizable	no_good_hit	112.0	80.357	2.0	0.00038145834994989024	NZ_OEQH01000005.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
CAN0006_000000027945	1617	0.7493800694548122	2	1	1	1	1	False	101700	fragment	False	CAN0006_000000027945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	86.99	65.0	0.018054576405247862	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
DEN0041_000000009398	3553	0.7493790711411771	3	3	3	3	3	False	129936	maximal	True	DEN0041_000000009398	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1551.0	94.197	44.0	0.021558456046407853	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0135_000000000589	21996	0.7493691336667965	13	2	0	1	1	True	58118	fragment	False	ENG0135_000000000589	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	16522.0	97.367	96.0	0.17018492762581774	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0163_000000000740	7282	0.7493691336667965	11	2	0	1	1	True	30309	fragment	False	ISR0163_000000000740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3186.0	95.292	88.0	0.03258078705361253	MK238400.1	viruses	CrAssphage ZA, complete genome	True	True
ISR0218_000000010960	1601	0.7493666378540255	2	2	2	2	2	False	72508	fragment	False	SPA0062_000000016810	0.7405001560035497		0	0	False	False	1.0	0					non-mobilizable	other	1604.0	96.945	100.0	0.005117664733823896	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0061_000000006521	5390	0.7493605210312275	6	3	3	3	3	False	71948	fragment	False	DEN0061_000000006521	1.0		0	0	False	False	0.9933209419250488	0					non-mobilizable	no_good_hit	79.0	91.139	2.0	1.986435995871309e-05	NC_017059.1	a-proteobacteria	Pararhodospirillum photometricum DSM 122, complete genome	True	False
ISR0392_000000004590	6008	0.749359886681567	10	9	7	8	5	False	99150	fragment	False	ISR0392_000000004590	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5063.0	97.215	97.0	0.1920464463248966	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
MON0019_000000037045	1815	0.7493546304941148	3	3	3	3	3	False	13179	maximal	True	MON0019_000000037045	1.0		1	1	False	False	0.9823691248893738	0					non-mobilizable	no_good_hit	890.0	77.64	49.0	0.00029079132207399897	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0026_000000007007	4276	0.7493467027989195	3	2	2	2	2	False	52787	fragment	False	FIJ0130_000000005116	0.9932340508923825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	92.697	6.0	5.792894049965376e-05	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ENG0022_000000012568	1132	0.7493455494498072	1	1	1	1	1	False	66294	maximal	True	ENG0022_000000012568	1.0		29	7	False	False	0.9955830574035645	0					non-mobilizable	other	1132.0	99.55799999999999	100.0	0.0006531965336113221	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ENG0097_000000003193	9271	0.7493439482766509	6	5	3	4	4	False	103351	maximal	True	ENG0097_000000003193	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	91.831	26.0	0.004614304343464741	NZ_AGDG01000039.1	CFB group bacteria	Bacteroides faecis MAJ27 contig039, whole genome shotgun sequence	True	False
ISR0038_000000013851	2312	0.7493382329885899	3	2	2	2	2	False	116802	maximal	True	ISR0038_000000013851	1.0		32	5	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	96.03	75.0	0.00657438002420343	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0397_000000007543	2569	0.7493325187088924	6	6	2	4	6	False	106035	fragment	False	ISR0397_000000007543	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2569.0	100.0	100.0	0.0006162594586707801	CP010888.1	firmicutes	Clostridioides difficile strain 08ACD0030 chromosome, complete genome	False	False
ENG0058_000000001376	15019	0.7493315722504985	15	14	9	7	12	True	94996	maximal	True	ENG0058_000000001376	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	5571.0	92.928	75.0	0.0016487609118977632	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MAD0006_000000000696	8242	0.7493310538826011	7	5	3	4	3	False	100637	fragment	False	MAD0006_000000000696	0.9784812108833348		0	0	False	False	0.9997573494911194	0					non-mobilizable	no_good_hit	1678.0	96.90100000000001	20.0	0.024481364275668074	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0031_000000005292	2598	0.7493291967829872	3	2	2	1	2	False	18953	maximal	True	MAD0031_000000005292	1.0		1	1	True	True	0.9988452792167664	16					non-mobilizable	no_good_hit								True	True
MON0108_000000009723	2223	0.7493268243666519	4	4	4	3	3	False	87695	fragment	False	MON0108_000000009723	0.9451241380355226		0	0	False	False	0.9829059839248657	0					non-mobilizable	no_good_hit	1315.0	96.654	89.0	0.0018017572286747395	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0124_000000005473	2943	0.7493143705711816	4	4	4	4	3	False	106830	maximal	True	ISR0124_000000005473	1.0		124	6	False	False	0.9962623119354248	0					non-mobilizable	no_good_hit	1100.0	85.182	74.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CAN0007_000000019817	2049	0.7493011984352247	3	3	3	3	3	False	95292	fragment	False	ISR0384_000000006469	0.5532221951083769		0	0	False	False	0.9936554431915283	0					non-mobilizable	chromosome	2049.0	98.87799999999999	100.0	0.000593677393733051	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0060_000000006191	2648	0.7492958099350989	4	3	2	3	1	True	112970	maximal	True	MAD0060_000000006191	1.0		0	0	False	False	0.9932023882865906	0					non-mobilizable	no_good_hit	661.0	82.45100000000001	31.0	0.025221409318444358	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
MON0084_000000023083	1543	0.749288375952146	2	1	1	1	1	False	105757	fragment	False	MON0084_000000023083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0019_000000009714	2891	0.7492821026704766	5	4	3	3	1	False	122689	maximal	True	AST0019_000000009714	1.0		3	1	False	False	0.9840885400772095	0					non-mobilizable	no_good_hit	52.0	100.0	2.0	0.0001066416860259662	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0001_01_000000011676	1453	0.7492804124023253	3	3	3	1	2	True	131026	fragment	False	CHI0117_000000007167	0.11377038221792805		0	0	False	False	0.9958705902099609	0					non-mobilizable	other	1453.0	96.765	100.0	0.0004390288150455054	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0158_000000011066	1693	0.7492725221697062	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.06414529132875259		0	0	False	False	0.9988186359405518	0					non-mobilizable	other	1693.0	98.93700000000001	100.0	0.0035379947599202904	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ETH0005_000000017217	2769	0.7492714275396657	3	2	2	2	0	True	92695	maximal	True	ETH0005_000000017217	1.0		2	2	False	False	0.9996388554573059	0					non-mobilizable	no_good_hit								True	True
ISR0304_000000001432	6423	0.7492683786120029	6	4	4	4	4	True	130107	maximal	True	ISR0304_000000001432	1.0		11	5	False	False	0.99953293800354	0					non-mobilizable	no_good_hit	2473.0	96.64399999999999	69.0	0.0008313875386788747	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0034_01_000000042185	1218	0.7492538240372796	2	2	2	2	2	False	1447	fragment	False	USA0034_01_000000042185	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	97.865	100.0	0.0003461644579838267	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0215_000000025173	1208	0.7492521757221123	1	1	1	1	1	True	55300	fragment	False	ISR0370_000000020751	0.7131161455277055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	79.439	9.0	0.00266523154199021	NZ_AYZJ01000003.1	firmicutes	Lactobacillus camelliae DSM 22697 = JCM 13995 strain DSM 22697 NODE_7, whole genome shotgun sequence	True	True
ISR0077_000000005776	4865	0.7492499217087847	4	4	3	4	2	True	132039	fragment	False	ISR0084_000000002614	0.1014360679057519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	75.422	17.0	0.00026462334042326197	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0020_000000014308	1493	0.7492470994085925	2	2	2	2	2	False	49765	fragment	False	FIJ0020_000000014308	0.9567206192821957		0	0	False	False	0.9993302226066589	0					non-mobilizable	chromosome	1493.0	99.464	100.0	0.00028177371644234623	LR134092.1	enterobacteria	Escherichia coli strain NCTC10444 genome assembly, chromosome: 1	False	False
USA0019_01_000000002317	11024	0.7492465181224459	7	5	2	5	2	False	87892	fragment	False	ISR0179_000000002263	0.964863399453819		0	0	False	False	0.9991835951805115	0					non-mobilizable	no_good_hit	1421.0	84.025	50.0	0.011329371939501636	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0153_000000003902	6732	0.7492410353680926	8	5	4	5	3	True	124831	fragment	False	ENG0153_000000003902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	78.641	2.0	2.463557214022272e-05	NZ_CP024941.1	b-proteobacteria	Paraburkholderia terricola strain mHS1 chromosome mHS1_A, complete sequence	True	True
CHI0004_000000006328	1233	0.7492389863774592	2	2	2	2	1	True	90818	fragment	False	CHI0004_000000006328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	88.48700000000001	87.0	0.0003107530107821439	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0056_000000013490	2589	0.7492364371637429	3	3	2	3	2	False	122179	fragment	False	SPA0059_000000009278	0.9463672262499488		0	0	False	False	0.9953650236129761	0					non-mobilizable	other	2589.0	97.876	100.0	0.044880469102390616	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ENG0091_000000017088	1436	0.7492336996275532	2	1	1	1	1	False	61158	maximal	True	ENG0091_000000017088	1.0		3	2	False	False	0.9986072182655334	0					non-mobilizable	no_good_hit	448.0	72.321	31.0	0.0015162765521883653	NZ_VIRS01000007.1	high GC Gram+	Cryptosporangium phraense strain A-T 5661, whole genome shotgun sequence	True	False
MON0061_000000028388	1607	0.749231761380953	2	2	1	2	1	False	10811	maximal	True	MON0061_000000028388	1.0		2	2	False	False	0.9850653409957886	0					non-mobilizable	no_good_hit								True	False
USA0117_01_000000008951	2534	0.7492306504480928	3	3	3	3	3	False	61104	fragment	False	USA0117_01_000000008951	1.0		0	0	False	False	0.992501974105835	0					non-mobilizable	other	2534.0	99.76299999999999	100.0	0.008355875173187307	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0394_000000000286	28196	0.7492274757412841	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9738713563961238	PS672	0	0	True	True	1.0	4					non-mobilizable	other	27744.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0105_000000002359	7555	0.7492261324533267	10	8	4	6	7	True	110944	maximal	True	ENG0105_000000002359	1.0		0	0	False	False	0.996293842792511	0					non-mobilizable	plasmid	4041.0	98.441	99.0	0.021750368878501652	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
FIJ0106_000000001274	17129	0.7492226282205654	20	7	1	7	3	False	42374	fragment	False	FIJ0106_000000001274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0168_000000011963	2115	0.7492188592506183	3	3	3	3	2	False	117262	fragment	False	MON0037_000000031911	0.928895875927888		0	0	False	False	0.9995272159576416	0					non-mobilizable	other	2047.0	99.70700000000001	97.0	0.009151946466033576	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0265_000000003316	4565	0.7492184527660342	6	4	3	4	3	False	125898	fragment	False	AST0089_000000003509	0.7790333092054421		0	0	False	False	1.0	0					non-mobilizable	other	3512.0	94.96	99.0	0.06997661449901062	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0016_000000004278	4530	0.7492184527660342	7	4	3	4	3	False	125898	fragment	False	AST0089_000000003509	0.7871583118675574		0	0	False	False	0.9991170167922974	0					non-mobilizable	other	3513.0	95.275	99.0	0.06997661449901062	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
USA0009_01_000000023640	1107	0.7492165177548581	2	1	1	1	1	False	27262	fragment	False	ISR0239_000000013061	0.9475409836065574		0	0	False	False	0.9738030433654785	0					non-mobilizable	other	1105.0	99.186	99.0	0.002907895568620014	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
CAN0002_000000007441	2485	0.7492126103966474	3	3	3	3	2	False	96942	maximal	True	CAN0002_000000007441	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1141.0	96.67	46.0	0.0003236585864282591	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0207_000000010086	1825	0.7492084732317724	3	2	2	2	1	False	53892	maximal	True	ENG0207_000000010086	1.0		5	4	False	False	0.9846575260162354	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.300416745641854e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0076_000000003021	3762	0.7491965019882265	4	3	1	1	3	True	107048	fragment	False	ISR0135_000000004462	0.5780961501715527		0	0	False	False	0.9981392621994019	0					non-mobilizable	other	3763.0	99.814	100.0	0.0428398942956078	NZ_QSFT01000015.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf15, whole genome shotgun sequence	False	True
USA0018_01_000000009079	2632	0.7491965019882265	3	3	1	1	3	True	1863	fragment	False	USA0018_01_000000009079	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2548.0	100.0	100.0	0.02901175505740842	NZ_QSFT01000015.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf15, whole genome shotgun sequence	False	True
SPA0001_000000004513	7178	0.7491928868119416	9	6	4	4	5	False	8455	maximal	True	SPA0001_000000004513	1.0		2	1	False	False	0.9998607039451599	0					non-mobilizable	no_good_hit	1342.0	95.23100000000001	19.0	0.018988954970263382	NZ_QRML01000020.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf20, whole genome shotgun sequence	True	False
MAD0015_000000004321	3910	0.7491897230024797	5	4	2	3	1	False	115151	maximal	True	MAD0015_000000004321	1.0	PS748	5	3	False	True	1.0	0					non-mobilizable	no_good_hit	1491.0	94.97	38.0	0.00041955018531318356	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CHI0174_000000000392	30282	0.7491806041659852	28	24	8	12	23	True	123804	fragment	False	ISR0105_000000000229	0.8008745625444441		0	0	False	False	0.9999669790267944	0					non-mobilizable	other	30203.0	99.99	99.0	0.005737559012680875	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
CHI0181_000000000507	30282	0.7491806041659852	28	24	8	12	23	True	123804	fragment	False	ISR0105_000000000229	0.8008745625444441		0	0	False	False	0.9999669790267944	0					non-mobilizable	other	30203.0	99.99	99.0	0.005737559012680875	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
FIJ0067_000000022532	1441	0.7491801834465495	3	3	1	3	1	False	113626	fragment	False	ISR0331_000000014703	0.5930234495693447		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	95.42	100.0	0.0004476704647622058	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0272_000000000823	13167	0.7491728935433677	15	10	5	9	5	False	107024	fragment	False	ISR0319_000000000696	0.9518401412186404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3665.0	99.945	62.0	0.0005173998475344266	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ENG0155_000000010373	2037	0.7491707811632206	3	3	3	3	3	False	56752	maximal	True	ENG0155_000000010373	1.0		0	0	False	False	0.975944995880127	0					non-mobilizable	no_good_hit	308.0	99.675	15.0	0.006055824045763882	NZ_JAAISM010000028.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_28_length_50695_cov_183.39, whole genome shotgun sequence	True	False
ISR0030_000000009891	2150	0.7491703721310209	2	2	2	2	1	False	37047	fragment	False	ISR0030_000000009891	1.0		0	0	False	False	0.9893023371696472	0					non-mobilizable	other	2150.0	98.279	100.0	0.01198640647757013	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0043_000000011977	1421	0.7491662907672367	3	3	3	3	1	True	6804	fragment	False	SPA0043_000000011977	0.96039970392302		0	0	False	False	0.9908515214920044	0					non-mobilizable	no_good_hit	185.0	96.757	13.0	0.004957430757624744	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0084_000000006199	1126	0.7491647622834728	1	1	1	1	1	False	84109	fragment	False	CHI0084_000000006199	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1082.0	99.26100000000001	96.0	0.0002922870556310683	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0041_000000007815	1839	0.7491612496300676	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.43990511915621705		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	80.205	100.0	0.018958812547061797	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0073_000000012970	2078	0.7491542697166176	3	1	1	1	1	False	38437	maximal	True	ISR0073_000000012970	1.0		0	0	False	False	0.9942252039909363	0					non-mobilizable	no_good_hit	147.0	75.51	7.0	2.28172614313693e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
SPA0096_000000020321	1992	0.7491542697166176	2	1	1	1	1	False	107640	fragment	False	SPA0096_000000020321	0.9619897959183673		0	0	False	False	0.9939758777618408	0					non-mobilizable	no_good_hit	139.0	76.259	7.0	2.155837804205237e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
ENG0162_000000016628	1468	0.7491542697166176	1	1	1	1	1	False	107636	fragment	False	ISR0392_000000020888	0.7104726657022498		0	0	False	False	0.9972752332687378	0					non-mobilizable	no_good_hit	139.0	77.69800000000001	9.0	0.0018089085345120708	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
ISR0007_000000011647	1434	0.7491542697166176	2	1	1	1	1	False	38436	fragment	False	ISR0007_000000011647	1.0		0	0	False	False	0.9979079365730286	0					non-mobilizable	no_good_hit	117.0	77.778	8.0	1.8096448721430822e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
TAN0009_000000037150	1179	0.7491542697166176	1	1	1	1	1	False	107631	fragment	False	CAN0014_000000039401	0.9315332384469842		0	0	False	False	0.9864291548728943	0					non-mobilizable	no_good_hit	43.0	93.023	4.0	0.0001673733541620174	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0177_000000010541	2560	0.7491506713845276	3	3	3	1	1	False	89624	fragment	False	ENG0177_000000010541	1.0		0	0	False	False	0.9906250238418579	0					non-mobilizable	other	1833.0	99.454	100.0	0.0007464234217239366	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
SPA0111_000000004338	7135	0.7491441084317261	9	6	4	6	3	True	108881	maximal	True	SPA0111_000000004338	1.0		0	0	False	False	0.9998598694801331	0					non-mobilizable	no_good_hit	3407.0	99.677	63.0	0.001347107101342717	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
FIJ0105_000000013222	2360	0.7491420913042726	4	3	3	2	1	False	42431	maximal	True	FIJ0105_000000013222	1.0		97	9	False	False	0.998305082321167	0					non-mobilizable	no_good_hit	375.0	96.0	49.0	0.00013036209990337867	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0154_000000017934	2124	0.7491405745032883	2	2	2	2	2	False	41938	fragment	False	FIJ0154_000000017934	1.0		0	0	False	False	0.9835216403007507	0					non-mobilizable	other	1923.0	84.76299999999999	90.0	0.014657868377388498	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
MAD0101_000000010092	2775	0.7491391690226998	5	5	1	1	5	False	17829	fragment	False	MAD0101_000000010092	1.0		0	0	False	False	0.999639630317688	0					non-mobilizable	plasmid	2700.0	98.51899999999999	100.0	0.015985295425572914	MN419430.1	enterobacteria	Escherichia coli strain 2016-4017437 plasmid p17437, complete sequence	False	True
MAD0068_000000015017	1881	0.7491390073609709	3	3	2	3	0	True	16451	maximal	True	MAD0068_000000015017	1.0		1	1	False	False	0.9989367127418518	0					non-mobilizable	no_good_hit	713.0	99.01799999999999	38.0	0.013623665378286326	NZ_JH379442.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld962, whole genome shotgun sequence	True	True
SPA0005_000000014472	2005	0.7491348235240723	2	2	2	2	1	False	8308	maximal	True	SPA0005_000000014472	1.0		2	1	False	False	0.9985037446022034	0					non-mobilizable	no_good_hit	912.0	72.917	45.0	0.004051107661662973	NZ_FNBY01000005.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MAD0100_000000004736	7469	0.7491345775807647	7	6	5	5	3	True	132046	fragment	False	ISR0378_000000001574	0.4587599949338447		0	0	False	False	0.9899585247039795	0					non-mobilizable	no_good_hit	1098.0	75.046	15.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
CHI0090_000000003170	3853	0.7491277513127865	4	3	3	1	1	False	83826	maximal	True	CHI0090_000000003170	1.0		2	1	False	False	0.9927329421043396	0					non-mobilizable	no_good_hit	825.0	99.758	21.0	0.0003033017933822788	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
ISR0074_000000016682	1789	0.7491179813925322	4	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5648899489033186		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	90.053	100.0	0.0003758476443095985	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0115_000000002080	3745	0.749109634212837	6	5	2	5	5	True	82253	fragment	False	CHI0115_000000002080	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3745.0	100.0	100.0	0.05010237263639648	CP054373.1	enterobacteria	Escherichia coli strain SCU-182 plasmid pSCU-182-1	False	True
SPA0130_000000013963	2340	0.7491081399657298	3	2	1	2	1	True	121180	maximal	True	SPA0130_000000013963	1.0		23	10	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	89.32	4.0	3.3974165365173015e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
FIJ0154_000000003332	8594	0.7490923506573729	10	6	5	6	4	True	52107	fragment	False	FIJ0154_000000003332	0.9690960464494834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	528.0	74.62100000000001	6.0	0.0024431979783002987	NZ_KB894649.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00007.7, whole genome shotgun sequence	True	True
USA0034_01_000000012232	4625	0.7490920608560927	6	5	5	3	4	False	104796	fragment	False	USA0042_01_000000005065	0.9423496291760713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	86.624	3.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0267_000000001763	8476	0.749087314966216	13	3	3	3	2	False	121513	backbone	False	ENG0141_000000003012	0.9415218036871522	PS853	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.027892561983471075	XM_005811572.2	bony fishes	PREDICTED: Xiphophorus maculatus zinc finger matrin-type 2 (zmat2), mRNA	True	True
AST0149_000000019579	1359	0.7490856894046527	2	1	1	1	1	False	104358	fragment	False	AST0149_000000019579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	81.98200000000001	8.0	5.8383777801956915e-05	NZ_GG700527.1	firmicutes	Anaerococcus vaginalis ATCC 51170 SCAFFOLD1, whole genome shotgun sequence	True	False
SPA0069_000000001926	10509	0.7490805091434775	14	9	4	6	8	True	123415	maximal	False	DEN0051_000000003050	0.9992652798973445		0	0	True	True	1.0	40					non-mobilizable	plasmid	8211.0	99.79299999999999	100.0	0.7839205576243674	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
MON0032_000000020198	1504	0.7490778040413185	2	2	2	2	1	False	12852	fragment	False	MON0032_000000020198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	1.5450871892700904e-05	NZ_CP039288.1	b-proteobacteria	Cupriavidus necator H16 chromosome 2, complete sequence	True	False
MON0007_000000015100	3702	0.7490716271390875	3	3	3	3	3	False	13991	maximal	True	MON0007_000000015100	1.0		1	1	False	False	0.9967585206031799	0					non-mobilizable	no_good_hit	85.0	82.353	2.0	2.772584682657879e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
DEN0073_000000008540	5209	0.7490705401623833	9	5	3	4	5	False	70226	maximal	True	DEN0073_000000008540	1.0		2	1	False	False	0.9990401268005371	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.007941176470588234	XM_035435134.1	bony fishes	PREDICTED: Anguilla anguilla uncharacterized protein LOC402952 homolog (zgc:77262), transcript variant X3, mRNA	True	False
CAN0003_000000020372	2440	0.7490678046964604	4	3	3	2	1	False	119688	fragment	False	DEN0090_000000009079	0.6380616509926855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	86.25	3.0	1.746017492827723e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0079_000000007858	3477	0.7490654603133101	5	5	5	5	3	False	129766	maximal	True	ISR0079_000000007858	1.0	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1800.0	99.333	86.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0010_000000011451	2226	0.749059927122482	3	3	3	2	2	False	50683	fragment	False	MON0010_000000011451	1.0		0	0	False	False	0.9896675944328308	0					non-mobilizable	chromosome	2218.0	99.955	99.0	0.0004437081997155224	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ISR0786_000000003464	5303	0.7490556972968221	6	2	0	1	1	False	130023	maximal	True	ISR0786_000000003464	1.0	PS1072|PS879	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1128.0	93.262	42.0	0.4230913877397518	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0079_000000009006	3033	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7440048297439502	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	97.446	44.0	0.144921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CAN0023_000000002932	2915	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.5989591958640621	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	97.446	42.0	0.144921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CAN0006_000000015638	2884	0.7490556972968221	6	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6015608057827737	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	504.0	95.833	37.0	0.098046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0213_000000008577	2878	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7807182097511384	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	727.0	93.12200000000001	33.0	0.14436479490242932	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0198_000000007017	2710	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6678399241046792	PS1072	0	0	False	True	0.9977859854698181	0					non-mobilizable	no_good_hit	1089.0	75.298	40.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0059_000000006031	2694	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7374025277784982	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	33.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0053_000000006769	2690	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6708328260379178	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	40.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0030_000000007707	2687	0.7490556972968221	6	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6409763828587549	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	40.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
USA0027_01_000000010169	2682	0.7490556972968221	6	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6157788096684762	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	40.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0830_000000010191	2667	0.7490556972968221	6	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.594940180559164	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	40.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0089_000000008075	2651	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.24828616109071017	PS1072	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	1089.0	75.298	41.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0058_000000009466	2636	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6238942058201371	PS1072	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	438.0	95.434	36.0	0.08515625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CAN0018_000000013165	2634	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6258431803973992	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	434.0	95.62200000000001	36.0	0.084375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0809_000000002690	2625	0.7490556972968221	6	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.5705769580016034	PS1072	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1089.0	75.298	41.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0156_000000009853	2617	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6222948913133983	PS1072	0	0	False	True	0.999617874622345	0					non-mobilizable	no_good_hit	1089.0	75.298	41.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0303_000000004627	2611	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6081692922044892	PS1072	0	0	False	True	0.996936023235321	0					non-mobilizable	no_good_hit	867.0	99.654	33.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0012_000000008918	2609	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.14977078125654417	PS1072	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1089.0	75.298	41.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0327_000000010245	2606	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7544127129754353	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0139_000000009649	2605	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7564695714787941	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0243_000000004153	2603	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7374626657357259	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	41.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
CAN0014_000000018240	2601	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7312332479225269	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.86200000000001	33.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0227_000000010193	2601	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7369194701813463	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	99.539	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0211_000000008549	2600	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7334100579258517	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.40100000000001	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0230_000000012391	2597	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7486977737155309	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0133_000000009593	2586	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.726604352875885	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0388_000000013376	2572	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.49311403296635714	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	42.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0171_000000009265	2570	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.49293685187360753	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.207	42.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0001_000000013312	2567	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.4886191341917718	PS1072	0	0	False	True	0.999610424041748	0					non-mobilizable	no_good_hit	1089.0	75.298	42.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0800_000000004286	2565	0.7490556972968221	6	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.5233454120219533	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	42.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0331_000000008965	2559	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.48672100885275765	PS1072	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1089.0	75.298	42.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0160_000000011135	2543	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7375366057684697	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.885	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0818_000000006949	2526	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.3048381386523347	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1088.0	75.092	42.0	0.4042873260624295	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
CAN0017_000000014251	2522	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6291865099181307	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.885	34.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0089_000000010870	2510	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6560695004548677	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	89.977	34.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
USA0006_01_000000009729	2509	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7237789169386332	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.539	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
CAN0016_000000019351	2503	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6135934755801288	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.885	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0166_000000011232	2502	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.7259441930068565	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.885	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0233_000000005461	2500	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6409345580151549	PS1072	0	0	False	True	0.9987999796867371	0					non-mobilizable	no_good_hit	868.0	96.544	35.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0099_000000008647	2419	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.5933158177079725	PS1072	0	0	False	True	0.9991732239723206	0					non-mobilizable	no_good_hit	867.0	100.0	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0304_000000003890	2419	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.5928211039491795	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.885	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
SPA0008_000000012595	2412	0.7490556972968221	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.42379012303702185	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	45.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
CAN0005_000000007118	2412	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6643188045633484	PS1072	0	0	False	True	0.9879767894744873	0					non-mobilizable	no_good_hit	1089.0	75.115	45.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0013_000000011150	2411	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6602354060217404	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0349_000000004215	2400	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.19548409887571208	PS1072	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1089.0	75.298	45.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
AST0058_000000006288	2390	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.42532463486227196	PS1072	0	0	False	True	0.9933054447174072	0					non-mobilizable	no_good_hit	1089.0	75.298	45.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ENG0012_000000010000	2390	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.6081827141368003	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	36.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0836_000000008530	2346	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.40958013992845765	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	46.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0320_000000010342	2329	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.33307159795947006	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	75.298	46.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0038_000000012219	2270	0.7490556972968221	3	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.4372351255331089	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	868.0	90.20700000000001	38.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
USA0133_01_000000010099	2259	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.11385617091532019	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1090.0	75.505	48.0	0.4054155697630688	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
SPA0045_000000012216	2160	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.10666724822950767	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	74.564	50.0	0.4042873260624295	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
DEN0061_000000020107	2110	0.7490556972968221	4	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.1841048561071677	PS1072	0	0	False	True	0.9995260834693909	0					non-mobilizable	no_good_hit	680.0	95.588	32.0	0.00041938265388807307	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
AST0003_000000013280	2573	0.7490546306076825	3	3	2	3	3	False	130225	fragment	False	ISR0207_000000010620	0.9657252107870371		0	0	False	False	0.9996113777160645	0					non-mobilizable	other	2573.0	99.10600000000001	100.0	0.008221507617361063	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0086_000000010567	1110	0.7490498248962106	2	2	2	2	1	False	16015	maximal	True	MAD0086_000000010567	1.0		8	5	False	False	0.9747747778892517	0					non-mobilizable	no_good_hit	139.0	77.69800000000001	12.0	0.0004097340674149119	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0098_000000000136	57785	0.7490497849504519	96	29	12	24	13	True	112996	maximal	True	ISR0098_000000000136	1.0		2	1	True	True	0.9999480843544006	18					non-mobilizable	no_good_hit	5296.0	85.66799999999999	48.0	0.09286499131605998	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0119_000000028153	1117	0.7490421983405071	3	3	1	3	1	False	32313	fragment	False	ISR0119_000000028153	1.0		0	0	False	False	0.9794091582298279	0					non-mobilizable	no_good_hit	604.0	82.45	53.0	0.008352855867916108	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0100_000000010853	1457	0.749040287238618	2	2	2	2	1	False	33165	maximal	True	ISR0100_000000010853	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	76.991	38.0	0.5095890410958904	GQ873751.1		Uncultured organism clone 1041059765593 genomic sequence	True	False
MAD0054_000000007184	2194	0.7490393170897622	2	2	1	2	1	False	84116	fragment	False	MAD0054_000000007184	1.0		0	0	False	False	0.9995442032814026	0					non-mobilizable	other	2191.0	98.99600000000001	99.0	0.0005918745280077785	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0105_000000008299	6122	0.7490385174355259	9	8	4	6	7	True	59515	maximal	True	MON0105_000000008299	1.0		4	4	False	False	0.99542635679245	0					non-mobilizable	no_good_hit	5218.0	99.693	85.0	0.0016738861564865334	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
AST0113_000000011624	3207	0.7490367630924482	5	4	4	4	4	False	106638	maximal	True	AST0113_000000011624	1.0		10	4	False	False	1.0	0					non-mobilizable	other	3059.0	94.31200000000001	95.0	0.0009649506448886962	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
AST0090_000000017739	1274	0.7490293732695975	2	2	2	2	2	False	109786	fragment	False	ISR0213_000000019947	0.8049265321373266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	71.905	81.0	0.002843653780362641	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0035_000000007153	3181	0.7490208815292766	1	1	1	1	1	False	18780	fragment	False	MAD0035_000000007153	1.0		0	0	False	False	0.9968563318252563	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	0.0016214427531436135	NZ_VLNR01000076.1	CFB group bacteria	Aquimarina algiphila strain M91 scaffold76, whole genome shotgun sequence	True	False
DEN0094_000000015997	2278	0.7490188185889229	3	3	3	2	2	False	68359	fragment	False	SPA0014_000000009987	0.9744256610316429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	80.25	60.0	0.0006324066430680117	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0090_000000026645	1709	0.7490179455681172	4	3	0	1	2	True	43447	fragment	False	FIJ0090_000000026645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0152_000000019059	1339	0.7490159182881819	2	2	2	2	2	False	93479	fragment	False	CAN0014_000000034781	0.8337610195636765		0	0	False	False	0.9828230142593384	0					non-mobilizable	chromosome	1339.0	99.77600000000001	100.0	0.0004765753254371902	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0820_000000015657	1611	0.7490149695978521	1	1	1	1	1	False	111841	fragment	False	ISR0820_000000015657	0.9588537596850141		0	0	False	False	0.9590316414833069	0					non-mobilizable	other	1598.0	97.184	99.0	0.04165905830181296	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	False	False
FIJ0132_000000022224	1538	0.7490149695978521	1	1	1	1	1	False	69484	maximal	True	FIJ0132_000000022224	0.9670000000000001		37	6	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	72.16	86.0	0.00720728615007147	NZ_QSCB01000005.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf5, whole genome shotgun sequence	True	False
ISR0296_000000017157	1521	0.7490149695978521	1	1	1	1	1	False	111841	fragment	False	ISR0820_000000015657	0.9455471871028576		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	96.713	100.0	0.03965044998043563	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	False	False
MON0009_000000026525	1472	0.7490149695978521	1	1	1	1	1	False	111841	fragment	False	ISR0820_000000015657	0.9314899083325514		0	0	False	False	0.9802989363670349	0					non-mobilizable	other	1472.0	92.79899999999999	100.0	0.0383722446850137	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	False	False
ISR0082_000000019965	1630	0.7490029230440132	3	3	3	3	3	False	54672	maximal	True	ISR0082_000000019965	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	783.0	73.18	48.0	0.0001343706214978468	NZ_CM000745.1	firmicutes	Bacillus pseudomycoides DSM 12442 chromosome, whole genome shotgun sequence	True	False
MAD0074_000000000451	6445	0.7489998793876976	7	3	2	3	2	False	16292	maximal	True	MAD0074_000000000451	1.0		1	1	False	False	0.9916214346885681	0					non-mobilizable	no_good_hit								True	False
ENG0018_000000008420	2495	0.7489972193827833	3	3	3	3	3	False	66624	maximal	True	ENG0018_000000008420	1.0		1	1	False	False	0.998797595500946	0					non-mobilizable	no_good_hit	2219.0	76.205	87.0	0.07870287333644223	NZ_FUWW01000020.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0012_000000009993	2319	0.7489972193827833	4	3	3	3	3	False	38177	fragment	False	ISR0012_000000009993	1.0		0	0	False	False	0.9939629435539246	0					non-mobilizable	other	2213.0	76.141	94.0	0.07848764214226782	NZ_FUWW01000020.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ISR0103_000000010998	2565	0.7489957204752009	3	3	3	3	2	False	33054	maximal	True	ISR0103_000000010998	1.0		1	1	False	False	0.9996101260185242	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006870229007633588	XM_034421205.1	snakes	PREDICTED: Pantherophis guttatus uncharacterized LOC117667662 (LOC117667662), mRNA	True	False
CHI0133_000000000930	15564	0.7489904195962424	21	8	2	8	1	False	80822	maximal	True	CHI0133_000000000930	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	2.1664996226679822e-05	NZ_CM020866.1	mycoplasmas	Spiroplasma poulsonii strain MSRO_BK chromosome, whole genome shotgun sequence	True	False
ISR0203_000000006282	2691	0.7489867180676809	3	3	3	3	3	False	56759	fragment	False	ISR0203_000000006282	0.9840416885566361		0	0	False	False	0.9996283650398254	0					non-mobilizable	other	1831.0	99.126	92.0	0.015031665064931865	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
TAN0019_000000003806	1889	0.7489847554379829	1	1	1	1	1	False	2415	maximal	True	TAN0019_000000003806	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	2.592531780118738e-05	NZ_CP049244.1	a-proteobacteria	Rhizobium pseudoryzae strain DSM 19479 plasmid unnamed3, complete sequence	True	False
FIJ0009_000000018337	2164	0.7489736040543461	2	2	1	2	0	True	51261	fragment	False	FIJ0009_000000018337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0160_000000012131	2518	0.7489709940760103	3	2	2	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.18492205215182608		0	0	False	False	0.9714058637619019	0					non-mobilizable	other	2469.0	99.554	98.0	0.04719651189474489	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0096_000000023547	1374	0.7489690081318671	2	1	1	1	1	True	60829	fragment	False	ENG0096_000000023547	1.0		0	0	False	False	0.9745269417762756	0					non-mobilizable	no_good_hit								True	True
FIJ0042_000000004012	5672	0.7489688523227707	5	4	2	3	3	False	50018	fragment	False	FIJ0042_000000004012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1847.0	83.21600000000001	32.0	0.009546526922354219	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0065_000000014953	2221	0.7489573143896611	5	3	3	3	2	False	35193	fragment	False	ISR0065_000000014953	1.0		0	0	False	False	0.9954975247383118	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	8.98958332032757e-06	CP027778.1	firmicutes	Clostridium botulinum strain Mfbjulcb6 chromosome, complete genome	True	False
ENG0004_000000002561	9681	0.7489407454723315	18	6	4	5	6	True	96464	maximal	True	ENG0004_000000002561	1.0		30	7	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	82.039	2.0	0.00017087488797015157	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	True
MON0033_000000022384	2894	0.7489403447972489	2	2	2	2	2	False	77253	fragment	False	MON0008_000000010142	0.7611726536308405		0	0	False	False	1.0	0					non-mobilizable	other	2726.0	97.836	100.0	0.0008204453166422139	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0054_000000020482	2263	0.7489391123750828	2	2	2	2	2	False	50772	fragment	False	MON0054_000000020482	0.9558687615526802		0	0	False	False	0.9991162419319153	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.2677136098335425e-06	NZ_MKZS01000001.1	cyanobacteria	Moorea bouillonii PNG strain PNG5-198 Ga0081470_101, whole genome shotgun sequence	True	False
ISR0033_000000020235	1561	0.7489374185027884	2	2	2	1	1	False	36863	maximal	True	ISR0033_000000020235	1.0		1	1	False	False	0.9590006470680237	0					non-mobilizable	no_good_hit	44.0	93.182	3.0	0.0007140840626401183	NZ_BDDS01000024.1	g-proteobacteria	Pseudoalteromonas neustonica strain PAMC 28425, whole genome shotgun sequence	True	False
SPA0118_000000010484	2708	0.7489293353557743	3	3	3	3	3	False	4256	maximal	True	SPA0118_000000010484	1.0		9	4	False	False	0.985228955745697	0					non-mobilizable	no_good_hit	1971.0	79.452	72.0	0.0005497027350739929	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
USA0075_01_000000001249	16505	0.7489283447304681	20	10	7	9	10	False	994	maximal	True	USA0075_01_000000001249	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	16505.0	99.988	100.0	0.0037340616835133847	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MAD0057_000000009018	1772	0.7489267941559294	2	2	2	2	2	False	82399	fragment	False	MAD0057_000000009018	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	98.785	100.0	0.023113883052049734	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ENG0126_000000001535	15086	0.7489234353648401	14	8	5	8	5	True	119233	maximal	True	ENG0126_000000001535	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0171_000000019754	1502	0.7489234326767368	3	3	2	2	1	False	29970	maximal	True	ISR0171_000000019754	1.0		1	1	False	False	0.9806923866271973	0					non-mobilizable	no_good_hit	50.0	92.0	3.0	1.611075254640308e-05	NZ_CP015910.2	bacteria	Brachyspira hyodysenteriae ATCC 27164 strain B-78 chromosome, complete genome	True	False
SPA0142_000000010081	2830	0.7489216884464042	4	3	2	3	2	False	48996	maximal	True	SPA0142_000000010081	1.0		587	15	False	False	1.0	0					non-mobilizable	chromosome	2706.0	96.52600000000001	99.0	0.0009088041920781221	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0028_000000011454	1688	0.7489212337635137	3	3	3	3	3	False	95478	fragment	False	CAN0013_000000011994	0.7478909480813496		0	0	False	False	0.9792653918266296	0					non-mobilizable	other	1725.0	78.957	100.0	0.035527690700104496	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
ISR0066_000000004725	6770	0.7489149780765791	6	3	2	3	2	False	35150	maximal	True	ISR0066_000000004725	1.0		1	1	False	False	0.998079776763916	0					non-mobilizable	no_good_hit	87.0	93.103	1.0	0.000339620257163618	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0187_000000006368	4084	0.7489112361507211	5	4	4	4	2	True	72920	fragment	False	ENG0187_000000006368	1.0		0	0	False	False	0.9997551441192627	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.108801833183555e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MAD0036_000000001298	13937	0.7489033435525405	15	6	5	4	3	True	112177	fragment	False	ISR0023_000000001614	0.848552072093092		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.227	3.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
FIJ0048_000000002294	11347	0.7489033435525405	12	6	5	4	3	True	112176	fragment	False	FIJ0048_000000002294	0.9715970961887477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.639	4.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0191_000000006905	4008	0.7488989392211055	9	3	3	3	3	True	110419	fragment	False	ENG0191_000000006905	0.9802130898021308		0	0	False	False	0.9992514848709106	0					non-mobilizable	other	3864.0	98.78399999999999	96.0	0.022238989943207346	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
DEN0049_000000002855	1474	0.7488906082169228	1	1	1	1	1	False	112257	maximal	True	DEN0049_000000002855	1.0		68	7	False	False	1.0	0					non-mobilizable	chromosome	1390.0	72.95	93.0	0.00021399375000391642	LN908213.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, chromosome: I	False	False
FIJ0172_000000015556	1785	0.7488845738962663	2	2	2	2	1	False	78656	fragment	False	FIJ0172_000000015556	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	97.594	95.0	0.00787732488711901	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	False	False
SPA0058_000000002311	9741	0.7488823287693669	17	5	3	5	3	True	43500	maximal	True	SPA0058_000000002311	1.0		2	1	False	False	0.9998973608016968	0					non-mobilizable	no_good_hit	591.0	81.557	6.0	0.0018799594392312768	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0081_000000038475	1360	0.7488777489111184	2	2	2	2	1	False	9954	maximal	True	MON0081_000000038475	1.0		6	2	False	False	0.9161764979362488	0					non-mobilizable	other	1360.0	100.0	100.0	0.0005176507872177203	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	False	False
MAD0067_000000000239	26849	0.7488765929637028	32	16	5	12	9	False	16530	maximal	True	MAD0067_000000000239	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.009018036072144289	XM_033891936.1	bivalves	PREDICTED: Pecten maximus cysteine and tyrosine-rich protein 1-like (LOC117332876), mRNA	True	False
ISR0835_000000001389	7245	0.7488765690299715	8	5	4	4	1	True	108902	fragment	False	ISR0835_000000001389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4167.0	99.664	78.0	0.0016476947105677506	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MON0050_000000011613	2866	0.7488761827262835	3	2	2	2	1	False	103846	fragment	False	MON0050_000000011613	1.0		0	0	False	False	0.9856943488121033	0					non-mobilizable	no_good_hit	1008.0	80.357	43.0	0.028091628863655575	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
ISR0830_000000011333	2445	0.7488712964766713	5	4	3	4	1	False	21044	fragment	False	ISR0830_000000011333	1.0		0	0	False	False	0.9995909929275513	0					non-mobilizable	no_good_hit								True	False
ENG0189_000000012518	1443	0.7488673197417156	3	3	3	2	2	False	113445	fragment	False	ISR0058_000000016778	0.9346263876919599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	73.36399999999999	15.0	3.3375881052747365e-05	CP050191.1	high GC Gram+	Mycobacterium sp. DL440 chromosome	True	False
SPA0133_000000008693	2462	0.7488649700541606	3	3	3	3	3	False	3695	maximal	True	SPA0133_000000008693	1.0		4	1	False	False	0.991064190864563	0					non-mobilizable	chromosome	2462.0	100.0	100.0	0.0005994291174459691	CP026044.1	enterobacteria	Proteus mirabilis strain FDAARGOS_60 chromosome, complete genome	False	False
MON0107_000000027906	2143	0.7488605608331104	2	2	2	2	2	False	13641	fragment	False	MON0107_000000027906	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2162.0	96.809	100.0	0.01767989311738236	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	False	False
SPA0133_000000003963	5862	0.7488500276901706	7	6	3	6	5	False	3702	maximal	True	SPA0133_000000003963	1.0		1	1	True	True	1.0	25		MOBF			mobilizable	no_good_hit	2552.0	94.867	56.0	0.4857033930613801	NZ_VXKB01000013.1	enterobacteria	Morganella psychrotolerans strain CCUG 53682T contig_0000013, whole genome shotgun sequence	True	True
ISR0126_000000036095	1375	0.7488435378102207	2	2	2	2	1	False	31944	fragment	False	ISR0126_000000036095	1.0		0	0	False	False	0.9665454626083374	0					non-mobilizable	no_good_hit	825.0	84.12100000000001	60.0	0.0032431749141802984	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
TAN0007_000000008917	3868	0.7488430975880864	7	5	2	4	4	False	78246	maximal	True	TAN0007_000000008917	1.0		1	1	False	False	0.9976732134819031	0					non-mobilizable	no_good_hit	894.0	92.506	48.0	0.00030024197753099444	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0023_000000008054	3139	0.7488387077417422	3	3	3	3	2	False	119353	fragment	False	SPA0023_000000008054	0.9952665384921223		0	0	False	False	0.9961771368980408	0					non-mobilizable	chromosome	3120.0	99.712	99.0	0.0017274562528211703	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
FIJ0136_000000022799	1234	0.7488369788104124	2	2	2	2	1	False	116778	fragment	False	DEN0052_000000021753	0.11003304926752842		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	98.54	99.0	0.011293841556203362	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0140_000000017287	1873	0.7488346217670441	4	2	2	2	1	False	40381	maximal	True	FIJ0140_000000017287	1.0		0	0	False	False	0.9898558259010315	0					non-mobilizable	no_good_hit								True	False
ISR0821_000000005980	4493	0.7488317872323295	4	4	4	4	3	False	90171	fragment	False	ISR0821_000000005980	1.0		0	0	False	False	0.9997774362564087	0					non-mobilizable	chromosome	4493.0	99.911	100.0	0.0008482428890261504	CP060057.1	enterobacteria	Escherichia coli strain G8 chromosome, complete genome	False	False
AUS0012_000000006014	2728	0.7488300025708132	3	2	2	2	2	False	101207	fragment	False	CHI0112_000000005645	0.9644827056105344		0	0	False	False	0.9956011772155762	0					non-mobilizable	other	2709.0	99.779	99.0	0.0011033376779631115	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
MAD0095_000000018508	1924	0.7488293157200531	2	2	2	1	1	False	15584	maximal	True	MAD0095_000000018508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	76.581	29.0	0.04067916519278387	NZ_LNAM01000195.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf68, whole genome shotgun sequence	True	False
FIJ0058_000000017616	2263	0.7488276815521157	3	3	3	3	2	False	93617	fragment	False	FIJ0058_000000017616	0.9893030331415573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.833	36.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0027_000000001680	9450	0.7488231445942845	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.7953178170549247		0	0	False	False	1.0	0					non-mobilizable	plasmid	8023.0	96.13600000000001	99.0	0.069476002983366	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0040_000000013347	1994	0.7488192295270313	2	2	2	2	1	False	87706	fragment	False	ENG0098_000000011149	0.7484302111238725		0	0	False	False	0.9849548935890198	0					non-mobilizable	no_good_hit	166.0	74.096	8.0	0.006271160357032933	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
DEN0057_000000004879	1619	0.7488192295270313	2	2	2	2	1	False	72006	fragment	False	DEN0057_000000004879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	71.118	20.0	0.012157586949830717	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
SPA0051_000000009226	2747	0.7488165348363086	2	1	1	1	1	False	6560	maximal	True	SPA0051_000000009226	1.0		4	3	False	False	0.9952675700187683	0					non-mobilizable	no_good_hit	1180.0	79.831	43.0	0.0005307286826288668	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0157_000000002535	8639	0.7488143196431859	9	9	6	8	6	False	94250	fragment	False	ENG0157_000000002535	1.0		0	0	False	False	0.9964116215705872	0					non-mobilizable	other	3748.0	99.81299999999999	100.0	0.0011347224775288911	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
CHI0037_000000006429	2145	0.748798615534621	3	3	3	3	3	False	87965	fragment	False	ISR0069_000000009626	0.4772928666371289		0	0	False	False	0.9990676045417786	0					non-mobilizable	other	2145.0	98.462	100.0	0.02989736724676484	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0061_000000023752	1813	0.7487968088825233	2	2	2	2	1	True	80717	fragment	False	DEN0061_000000023752	1.0		0	0	False	False	0.9873138666152954	0					non-mobilizable	no_good_hit	96.0	78.125	5.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0032_000000008138	3922	0.7487965992727784	6	6	6	5	4	False	106612	maximal	False	ISR0144_000000001389	0.9721420330118855		0	0	False	False	0.9997450113296509	0					non-mobilizable	other	3922.0	98.67399999999999	100.0	0.015411887710581966	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0079_01_000000004380	2907	0.7487878127172417	5	2	2	2	2	False	126005	fragment	False	USA0079_01_000000004380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2044.0	98.728	70.0	0.0007231331425517817	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0027_000000020324	1844	0.7487854748906333	2	2	2	2	2	False	7481	maximal	True	SPA0027_000000020324	1.0		13	7	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	77.611	68.0	0.035521213665053356	FJ625861.1	firmicutes	Clostridium sp. enrichment culture clone 7-14 genomic sequence	True	False
SPA0027_000000027436	1373	0.7487776535640028	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1916610535476826		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	99.417	100.0	0.0004130829263974743	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0141_000000002889	10322	0.7487738483275399	14	4	4	4	4	False	106157	maximal	True	FIJ0141_000000002889	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	93.01899999999999	7.0	0.00015194652339922863	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0041_000000009939	3356	0.7487704601003701	5	4	3	3	2	False	73138	maximal	True	DEN0041_000000009939	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	91.12100000000001	28.0	0.020297201282384544	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	True	False
ISR0159_000000018533	1423	0.7487691631731639	1	1	1	1	1	False	109833	fragment	False	USA0052_01_000000010759	0.7006623709222997		0	0	False	False	1.0	0					non-mobilizable	other	1428.0	90.266	100.0	0.09808678774435048	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
MON0018_000000011027	1789	0.7487672071782371	4	3	0	3	1	True	19472	fragment	False	MON0018_000000011027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0047_000000023198	1291	0.7487653339084731	2	1	1	1	1	False	36065	fragment	False	ISR0047_000000023198	1.0		0	0	False	False	0.9891557097434998	0					non-mobilizable	no_good_hit								True	False
ISR0168_000000021366	1127	0.7487644117299465	1	1	1	1	1	False	32603	fragment	False	ISR0387_000000020329	0.6262453743239397		0	0	False	False	0.9920141696929932	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	6.015158198660625e-05	NZ_QICS01000003.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_103, whole genome shotgun sequence	True	False
CHI0163_000000003810	2415	0.7487614444876882	4	2	2	2	2	False	93809	maximal	True	CHI0163_000000003810	1.0	PS496	1	1	False	True	0.9718426465988159	0					non-mobilizable	no_good_hit	1312.0	80.64	54.0	0.0004515716324158319	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
ISR0096_000000013617	1735	0.7487614444876882	2	2	2	2	2	False	93806	maximal	True	ISR0096_000000013617	1.0	PS496	7	3	False	True	0.9982708692550659	0					non-mobilizable	no_good_hit	1319.0	80.516	76.0	0.00045400130299762346	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
ISR0247_000000008508	1649	0.7487614444876882	2	2	2	2	2	False	93799	maximal	True	ISR0247_000000008508	1.0	PS496	8	4	False	True	0.9902971386909485	0					non-mobilizable	no_good_hit	1297.0	80.80199999999999	78.0	0.00044636519545484995	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
ISR0165_000000014412	1605	0.7487614444876882	2	2	2	2	2	False	93803	fragment	False	ISR0165_000000014412	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1312.0	80.64	82.0	0.0004515716324158319	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
CAN0001_000000027402	1601	0.7487614444876882	2	2	2	2	2	False	97224	maximal	True	CAN0001_000000027402	1.0	PS496	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1312.0	80.64	82.0	0.0004515716324158319	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
CHI0060_000000009848	1511	0.7487614444876882	2	2	2	2	2	False	93810	maximal	True	CHI0060_000000009848	1.0	PS496	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1323.0	80.574	87.0	0.0004553896861872186	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
ISR0098_000000011829	1478	0.7487614444876882	2	2	2	2	2	False	93805	maximal	True	ISR0098_000000011829	1.0	PS496	2	2	False	True	0.9932340979576111	0					non-mobilizable	no_good_hit	1314.0	80.67	89.0	0.00045226582401062946	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
USA0025_01_000000010571	1464	0.7487614444876882	3	2	2	2	2	False	93794	maximal	True	USA0025_01_000000010571	1.0	PS496	0	0	False	True	1.0	0					non-mobilizable	chromosome	1321.0	80.545	90.0	0.0004543483987950222	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
CHI0070_000000009062	1409	0.7487614444876882	2	2	2	2	2	False	93793	backbone	True	CHI0070_000000009062	0.9921103717657187	PS496	1	1	False	True	0.9588360786437988	0					non-mobilizable	chromosome	1317.0	80.638	93.0	0.00045330711140282584	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
CHI0145_000000013274	1393	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9908884444983027	PS496	0	0	True	True	0.9863603711128235	2					non-mobilizable	chromosome	1318.0	80.653	94.0	0.00045365420720022465	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
CHI0071_000000008535	1331	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9795449638333047	PS496	0	0	False	True	0.9917355179786682	0					non-mobilizable	chromosome	1295.0	80.77199999999999	97.0	0.0004456710038600524	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
ISR0771_000000008902	1315	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9873032591949614	PS496	0	0	False	True	1.0	0					non-mobilizable	other	1319.0	80.819	99.0	0.017335511895747818	NZ_SMAA01000014.1	firmicutes	Pectinatus cerevisiiphilus strain DSM 20467 Ga0244680_114, whole genome shotgun sequence	False	True
ISR0076_000000020307	1307	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9867921041726845	PS496	0	0	False	True	1.0	0					non-mobilizable	chromosome	1311.0	80.625	99.0	0.0004512245366184331	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
USA0006_01_000000018015	1306	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9867961485534321	PS496	0	0	False	True	1.0	0					non-mobilizable	chromosome	1312.0	80.64	99.0	0.0004515716324158319	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
ISR0007_000000013097	1304	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9866430482528165	PS496	0	0	False	True	1.0	0					non-mobilizable	chromosome	1311.0	80.625	99.0	0.0004512245366184331	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
CHI0073_000000006103	1304	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9867455912608676	PS496	0	0	False	True	1.0	0					non-mobilizable	other	1315.0	80.837	100.0	0.017282376227101846	NZ_SMAA01000014.1	firmicutes	Pectinatus cerevisiiphilus strain DSM 20467 Ga0244680_114, whole genome shotgun sequence	False	True
ISR0353_000000028027	1302	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9864387058595209	PS496	0	0	False	True	1.0	0					non-mobilizable	chromosome	1310.0	80.611	100.0	0.00045087744082103427	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
DEN0061_000000033743	1302	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9864387058595209	PS496	0	0	False	True	1.0	0					non-mobilizable	chromosome	1310.0	80.611	100.0	0.00045087744082103427	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
CAN0013_000000017848	1302	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9864387058595209	PS496	0	0	False	True	1.0	0					non-mobilizable	chromosome	1310.0	80.611	100.0	0.00045087744082103427	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
ISR0394_000000014784	1302	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9864387058595209	PS496	0	0	False	True	1.0	0					non-mobilizable	chromosome	1310.0	80.611	100.0	0.00045087744082103427	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
ISR0169_000000024968	1298	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.978438300383388	PS496	0	0	False	True	0.9745762944221497	0					non-mobilizable	chromosome	1295.0	80.77199999999999	99.0	0.0004456710038600524	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
ISR0175_000000015567	1294	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9807721766911125	PS496	0	0	True	True	1.0	1					non-mobilizable	chromosome	1302.0	80.492	100.0	0.00044810067444184395	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	False	True
ISR0167_000000021557	1285	0.7487614444876882	2	2	2	2	2	False	93793	backbone	False	CHI0070_000000009062	0.9754223047358298	PS496	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	641.0	80.031	50.0	0.3953922789539228	NZ_MQNM01000114.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_114_length_1606_cov_33.9973, whole genome shotgun sequence	True	True
ENG0126_000000008214	2268	0.7487583814765223	2	2	2	2	2	False	65966	maximal	False	ISR0791_000000008117	0.9626725358993203		0	0	False	False	0.9991181492805481	0					non-mobilizable	chromosome	2268.0	97.48700000000001	100.0	0.0006571614509730599	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0069_000000001438	14964	0.748755230652267	18	4	2	2	4	False	47938	maximal	True	FIJ0069_000000001438	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1790.0	83.296	12.0	0.0005341622973587246	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
DEN0070_000000002925	10163	0.7487494235752751	12	6	4	5	2	True	131981	fragment	False	ENG0175_000000002172	0.9350540138089286		0	0	False	False	0.997638463973999	0					non-mobilizable	no_good_hit	71.0	91.54899999999999	1.0	2.256228237469956e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0178_000000003894	4003	0.7487394854911655	5	3	3	3	3	False	29720	maximal	True	ISR0178_000000003894	1.0		0	0	False	False	0.9962528347969055	0					non-mobilizable	no_good_hit	197.0	78.173	5.0	7.54326978970997e-05	NZ_CP014022.1	firmicutes	Staphylococcus lugdunensis strain FDAARGOS_141 chromosome, complete genome	True	False
CHI0162_000000007521	3802	0.7487333435954482	4	4	1	1	4	True	107048	fragment	False	ISR0135_000000004462	0.5823138845227351		0	0	False	False	1.0	0					non-mobilizable	other	3802.0	100.0	100.0	0.04329551667577911	NZ_QSFT01000015.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf15, whole genome shotgun sequence	False	True
SPA0078_000000006433	1184	0.7487298574968331	2	2	2	2	2	False	5657	maximal	True	SPA0078_000000006433	1.0		2	1	False	False	0.9966216087341309	0					non-mobilizable	other	1184.0	98.14200000000001	100.0	0.05192923927834599	NZ_NXBS01000039.1	g-proteobacteria	Aeromonas allosaccharophila strain Z9-6 NODE_39_length_22781_cov_151.431, whole genome shotgun sequence	False	False
USA0080_01_000000014263	3055	0.7487060588995463	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.404752131109904		0	0	False	False	0.9996726512908936	0					non-mobilizable	other	3123.0	80.243	100.0	0.024880590883828824	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	False	False
SPA0079_000000003597	5974	0.7487037218324918	6	3	2	2	3	False	84130	fragment	False	SPA0079_000000003597	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5676.0	98.09700000000001	95.0	0.0015333579023901836	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0045_000000010575	1255	0.7486878320036862	2	2	2	2	1	False	64470	maximal	True	ENG0045_000000010575	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0819_000000003561	6274	0.7486837314066916	9	4	2	2	4	False	50377	fragment	False	ISR0819_000000003561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	95.794	34.0	0.038705583756345176	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
USA0026_01_000000016437	1969	0.748680501227697	2	2	2	2	1	False	78657	fragment	False	USA0026_01_000000016437	0.9921793534932222		0	0	False	False	0.997460663318634	0					non-mobilizable	other	1969.0	99.695	100.0	0.010086255938744446	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	False	False
MON0085_000000010220	2513	0.7486803463052097	2	2	2	2	1	False	13915	fragment	False	MON0085_000000010220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	79.686	51.0	0.012425272535458914	NZ_MIEH01000002.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_2, whole genome shotgun sequence	True	False
FIJ0138_000000000607	19643	0.7486798170895589	30	6	1	6	2	False	40483	maximal	True	FIJ0138_000000000607	1.0		1	1	False	False	0.9986254572868347	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0035880398671096344	XR_004457341.1	eudicots	PREDICTED: Brassica rapa uncharacterized LOC117133492 (LOC117133492), ncRNA	True	False
ENG0185_000000001624	14858	0.7486786708814658	18	9	5	5	5	False	55077	maximal	True	ENG0185_000000001624	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000000069	76333	0.7486776450236358	111	20	7	14	9	False	82857	maximal	True	DEN0061_000000000069	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	14642.0	92.446	56.0	0.0045445240786979165	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ETH0003_000000001656	13078	0.7486670625191452	10	6	5	6	5	False	53294	maximal	True	ETH0003_000000001656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	89.41799999999999	17.0	0.0003451869481996286	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
CHI0029_000000007718	1466	0.7486460028113683	2	2	2	2	2	False	88562	fragment	False	CHI0029_000000007718	1.0		0	0	False	False	0.9959072470664978	0					non-mobilizable	chromosome	1429.0	99.86	100.0	0.00027481927938074053	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
ENG0088_000000010197	1866	0.7486381400105921	3	3	3	3	2	False	61321	fragment	False	ENG0088_000000010197	0.9986398258977149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	95.714	8.0	2.8415900055102136e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MON0026_000000048931	1121	0.748637549931406	1	1	1	1	1	False	12685	fragment	False	MON0026_000000048931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	76.243	79.0	0.005303677335738304	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
AST0039_000000003114	5516	0.7486314684875969	5	5	5	4	4	False	116740	maximal	True	AST0039_000000003114	1.0		1	1	False	False	0.9923858046531677	0					non-mobilizable	other	5155.0	97.40100000000001	93.0	0.012853066477765917	NZ_QSGP01000007.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf7, whole genome shotgun sequence	False	False
FIJ0025_000000004565	4511	0.7486305924244993	4	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.6456157521155262		0	0	False	False	0.9993349313735962	0					non-mobilizable	no_good_hit	1510.0	89.007	63.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
AUS0006_000000017390	1506	0.7486297667757459	3	3	3	2	3	False	102016	fragment	False	AUS0006_000000017390	0.9924314752914768		0	0	False	False	0.9973439574241638	0					non-mobilizable	no_good_hit	679.0	94.993	45.0	0.003648181827965089	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
ISR0290_000000004372	2795	0.7486259455215046	3	2	2	2	1	False	25922	maximal	True	ISR0290_000000004372	1.0		37	7	False	False	0.9964221715927124	0					non-mobilizable	no_good_hit	1725.0	96.23200000000001	86.0	0.0006810682409019843	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
MON0002_000000011506	2215	0.7486248346603847	7	4	4	4	2	True	125938	maximal	True	MON0002_000000011506	1.0		9	6	False	False	0.9927765130996704	0					non-mobilizable	no_good_hit	1479.0	99.053	80.0	0.00041226425999125094	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0005_000000025959	2077	0.7486241277057939	2	2	2	2	2	False	14123	maximal	True	MON0005_000000025959	1.0		233	9	False	False	1.0	0					non-mobilizable	chromosome	1405.0	97.01100000000001	100.0	0.000619907508386854	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0063_000000020479	1513	0.7486178921614479	3	2	1	1	2	True	83793	fragment	False	CHI0090_000000008529	0.9305822136916186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	4.0	0.0002637577012272198	NZ_JPIN01000012.1	g-proteobacteria	Idiomarina atlantica strain MCCC 1A10513 contig12, whole genome shotgun sequence	True	True
ISR0251_000000003295	3793	0.7486131535807902	5	4	4	4	4	False	80350	fragment	False	ISR0251_000000003295	0.9305515895657952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	76.132	15.0	0.0007605231226999503	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0100_000000001888	13660	0.7486061584795956	19	6	2	6	4	False	65352	maximal	True	ENG0100_000000001888	0.9928131416837782		2	1	False	False	0.9999268054962158	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.306974821588656e-07	LR812054.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	False
ENG0036_000000001422	13636	0.7486061584795956	18	6	2	6	4	False	65352	maximal	False	ENG0100_000000001888	0.9903733528550512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.306974821588656e-07	LR812054.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	False
ISR0301_000000013480	1460	0.7486044910266801	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.1677563697794328		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	99.795	100.0	0.0065262413948890445	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0063_000000012880	1544	0.7486030962822687	2	2	2	2	2	False	63725	fragment	False	ISR0063_000000012880	0.9993164730006836		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	76.13	99.0	0.0006541324446728851	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	False	False
ISR0117_000000006853	3939	0.7485985130119827	5	3	1	2	0	True	32424	fragment	False	ISR0117_000000006853	1.0		0	0	False	False	0.9954302906990051	0					non-mobilizable	no_good_hit	963.0	98.339	24.0	0.016221051920869624	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0070_000000006289	3209	0.7485891697485831	5	2	2	2	1	False	38230	maximal	True	ISR0070_000000006289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1065.0	70.235	32.0	0.00040848708661342956	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
AST0104_000000024048	1450	0.7485843413325914	4	3	3	3	2	True	117225	fragment	False	DEN0058_000000001076	0.3564524873751695		0	0	False	False	0.9944827556610107	0					non-mobilizable	chromosome	1328.0	99.62299999999999	100.0	0.0003702821561224881	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
SPA0029_000000019169	1408	0.7485843413325914	4	3	3	3	2	True	117225	fragment	False	DEN0058_000000001076	0.2839237988022571		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	99.54899999999999	100.0	0.00037084191750740497	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ENG0010_000000008586	2442	0.7485819111441204	4	4	3	2	2	False	108482	fragment	False	ENG0010_000000008586	1.0		0	0	False	False	0.9975429773330688	0					non-mobilizable	other	2442.0	99.181	100.0	0.017320409843044872	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0120_000000015175	2739	0.7485786145503108	5	2	1	1	2	True	120390	fragment	False	SPA0120_000000015175	1.0		0	0	False	False	0.9930631518363953	0					non-mobilizable	no_good_hit	110.0	78.182	4.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
SPA0085_000000002637	5272	0.7485751416253827	7	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.22914191003991988		0	0	False	False	0.9981032013893127	0					non-mobilizable	chromosome	3136.0	96.301	98.0	0.00048306907625755564	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
DEN0073_000000015338	3239	0.7485617715620118	4	3	3	2	2	False	126282	fragment	False	FIJ0120_000000006629	0.9333235207536061		0	0	False	False	0.9990738034248352	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.6937675896801822e-05	AP012978.1	g-proteobacteria	Endosymbiont of unidentified scaly snail isolate Monju DNA, complete genome	True	False
CAN0017_000000001627	22948	0.7485593928791701	30	12	6	12	5	True	93018	fragment	False	CHI0126_000000000501	0.5709371976903743		0	0	False	False	0.9999564290046692	0					non-mobilizable	no_good_hit	146.0	77.39699999999999	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
AST0010_000000021857	1382	0.7485537081588701	2	1	1	1	1	False	125909	fragment	False	AST0010_000000021857	1.0		0	0	False	False	0.9913169145584106	0					non-mobilizable	other	1382.0	100.0	100.0	0.008049239664508157	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0127_000000001680	10574	0.7485404204795556	15	9	5	7	7	False	49453	maximal	True	ISR0127_000000001680	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	87.19200000000001	8.0	0.00025291850314100264	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0080_000000004672	7215	0.7485372494378906	5	5	4	4	4	False	106630	maximal	True	MON0080_000000004672	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	84.486	8.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0092_000000006035	2608	0.7485351619358859	6	6	3	3	5	False	127565	fragment	False	AST0006_000000005137	0.9651601152750793		0	0	False	False	1.0	0					non-mobilizable	chromosome	1682.0	97.741	100.0	0.00045047990446931807	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0068_000000006650	4570	0.7485331888413732	4	4	4	4	4	False	45110	fragment	False	FIJ0068_000000006650	1.0		0	0	False	False	0.9997811913490295	0					non-mobilizable	chromosome	4558.0	99.781	99.0	0.0009939377865177802	CP053045.1	enterobacteria	Escherichia fergusonii strain HNCF11W chromosome, complete genome	False	False
MON0048_000000019694	2039	0.7485205220514055	1	1	0	1	0	True	11524	maximal	False	MON0046_000000016121	1.0		0	0	True	True	1.0	152					non-mobilizable	no_good_hit	58.0	93.103	3.0	2.1961795260964027e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
MON0046_000000016121	2039	0.7485205220514055	2	1	0	1	0	True	11524	maximal	True	MON0046_000000016121	1.0		4	1	True	True	0.9852868914604187	5					non-mobilizable	no_good_hit	58.0	93.103	3.0	2.1961795260964027e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
MON0090_000000029522	2029	0.7485205220514055	2	1	0	1	0	True	11524	maximal	False	MON0046_000000016121	1.0		0	0	True	True	1.0	39					non-mobilizable	no_good_hit	58.0	93.103	3.0	2.1961795260964027e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
MON0054_000000026610	1809	0.7485205220514055	1	1	0	1	0	True	11129	maximal	True	MON0054_000000026610	1.0		0	0	True	True	0.9988943934440613	2					non-mobilizable	no_good_hit	58.0	93.103	3.0	2.1961795260964027e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
FIJ0011_000000025544	1758	0.7485205220514055	2	1	0	1	0	True	50949	maximal	True	FIJ0011_000000025544	0.9916410635050769		3	1	True	True	0.9954493641853333	3					non-mobilizable	no_good_hit	430.0	79.30199999999999	24.0	0.6614906832298136	NZ_JH376819.1	firmicutes	Selenomonas infelix ATCC 43532 supercont1.23, whole genome shotgun sequence	True	True
FIJ0079_000000016834	1668	0.7485205220514055	3	1	0	1	0	True	50949	maximal	False	FIJ0011_000000025544	0.9369651131803193		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	430.0	78.837	25.0	0.6614906832298136	NZ_JH376819.1	firmicutes	Selenomonas infelix ATCC 43532 supercont1.23, whole genome shotgun sequence	True	True
SPA0139_000000017659	1595	0.7485205220514055	1	1	0	1	0	True	44845	maximal	True	SPA0139_000000017659	1.0	PS156	2	1	True	True	1.0	219					non-mobilizable	no_good_hit	597.0	84.42200000000001	37.0	0.24353182751540042	NZ_JH376801.1	firmicutes	Selenomonas infelix ATCC 43532 supercont1.5, whole genome shotgun sequence	True	True
FIJ0071_000000025045	1469	0.7485205220514055	1	1	0	1	0	True	44844	backbone	True	FIJ0071_000000025045	1.0	PS156	1	1	True	True	1.0	49					non-mobilizable	no_good_hit	418.0	85.167	46.0	0.3004451038575668	HG796610.1	bacteria	Uncultured bacterium plasmid pRGI01809	True	True
FIJ0060_000000012062	1224	0.7485205220514055	2	1	0	1	0	True	45850	fragment	False	FIJ0060_000000012062	1.0		0	0	False	False	0.9901960492134094	0					non-mobilizable	no_good_hit	430.0	79.30199999999999	35.0	0.6614906832298136	NZ_JH376819.1	firmicutes	Selenomonas infelix ATCC 43532 supercont1.23, whole genome shotgun sequence	True	True
ENG0130_000000012396	2427	0.7485140232716709	4	2	2	1	2	True	99885	fragment	False	ENG0130_000000012396	1.0		0	0	False	False	0.9991759657859802	0					non-mobilizable	no_good_hit	241.0	95.021	10.0	0.01244296972210701	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	True	True
ISR0791_000000009879	1853	0.7485137369192114	3	3	3	3	2	False	99101	fragment	False	ISR0791_000000009879	0.9846368715083799		0	0	False	False	0.9994603395462036	0					non-mobilizable	chromosome	1853.0	100.0	100.0	0.0006293075883553631	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0109_000000013772	2283	0.7484983414566595	2	2	2	2	2	False	75673	fragment	False	SPA0109_000000013772	0.975439931562336		0	0	False	False	0.9995619654655457	0					non-mobilizable	no_good_hit	655.0	74.046	28.0	0.00022345641143397667	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0057_01_000000021461	1503	0.7484927654953553	1	1	1	1	1	False	95580	maximal	True	USA0057_01_000000021461	0.9712950600801068		3	3	False	False	0.963406503200531	0					non-mobilizable	other	1493.0	99.464	99.0	0.00553460333486763	NZ_DS544188.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_21, whole genome shotgun sequence	False	False
CAN0006_000000030038	1498	0.7484927654953553	2	1	1	1	1	False	95580	maximal	False	USA0057_01_000000021461	0.9697272122421823		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	99.399	100.0	0.005553163372878587	NZ_DS544188.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_21, whole genome shotgun sequence	False	False
USA0082_01_000000018985	1571	0.7484896174797807	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.5702936546954704		0	0	False	False	0.998090386390686	0					non-mobilizable	other	1571.0	99.427	100.0	0.009125890791569304	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
USA0121_01_000000015929	2913	0.7484886047746999	3	2	0	1	2	False	185	fragment	False	USA0121_01_000000015929	1.0		0	0	False	False	0.9931342005729675	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006701414743112435	XM_641102.1	cellular slime molds	Dictyostelium discoideum AX4 hypothetical protein (DDB_G0270918) mRNA, complete cds	True	False
CHI0178_000000003306	3458	0.7484798125473903	4	2	1	1	1	True	77646	maximal	True	CHI0178_000000003306	0.9972502049339965		3	3	True	True	1.0	25					non-mobilizable	no_good_hit	592.0	84.459	38.0	0.1983164983164983	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0142_000000008394	3436	0.7484798125473903	4	2	1	1	1	True	77646	maximal	False	CHI0178_000000003306	0.9950576575460562		0	0	True	True	1.0	223					non-mobilizable	no_good_hit	593.0	84.31700000000001	40.0	0.1983164983164983	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
SPA0145_000000011649	2919	0.7484798125473903	5	2	1	1	1	True	100006	maximal	True	SPA0145_000000011649	0.9985818872572814		4	4	True	True	1.0	1347					non-mobilizable	no_good_hit	1255.0	72.908	50.0	0.44840249724568493	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
AUS0018_000000009505	2919	0.7484798125473903	5	2	1	1	1	True	100006	maximal	False	SPA0145_000000011649	0.9974141639597738		0	0	True	True	1.0	319					non-mobilizable	no_good_hit	1331.0	74.005	47.0	0.4741094381197209	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
ENG0080_000000008631	2919	0.7484798125473903	5	2	1	1	1	True	100006	maximal	False	SPA0145_000000011649	0.9984781592482064		0	0	True	True	1.0	308					non-mobilizable	no_good_hit	1182.0	72.50399999999999	50.0	0.4223283143591627	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
USA0024_01_000000008198	2917	0.7484798125473903	5	2	1	1	1	True	100006	maximal	False	SPA0145_000000011649	0.9973112427812444		0	0	True	True	0.999657154083252	22					non-mobilizable	no_good_hit	346.0	91.90799999999999	34.0	0.1251360174102285	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	True	True
CHI0096_000000002275	2828	0.7484798125473903	4	2	1	1	1	True	91090	maximal	False	USA0013_01_000000003972	0.9991638825779722		0	0	True	True	1.0	16	rep_cluster_1868				non-mobilizable	chromosome	1820.0	99.945	100.0	0.6597751178817556	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	False	True
ISR0323_000000006941	2825	0.7484798125473903	5	2	1	1	1	True	91090	maximal	False	USA0013_01_000000003972	0.9994404339488309		0	0	True	True	0.9946902394294739	10	rep_cluster_1868				non-mobilizable	chromosome	1528.0	99.935	100.0	0.5538628944504896	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	False	True
ISR0128_000000012513	2816	0.7484798125473903	4	2	1	1	1	True	91090	maximal	False	USA0013_01_000000003972	0.997770632045375		0	0	True	True	1.0	75	rep_cluster_1868				non-mobilizable	chromosome	1754.0	99.943	100.0	0.635836053681538	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	False	True
CHI0162_000000010694	2816	0.7484798125473903	5	2	1	1	1	True	91090	maximal	False	USA0013_01_000000003972	0.9993672778292355		0	0	True	True	1.0	378	rep_cluster_1868				non-mobilizable	chromosome	1619.0	99.93799999999999	100.0	0.5868697859992745	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	False	True
CHI0001_000000003084	2796	0.7484798125473903	4	2	1	1	1	True	91090	maximal	False	USA0013_01_000000003972	0.9994311557419623		0	0	True	True	1.0	908	rep_cluster_1868				non-mobilizable	chromosome	1699.0	99.941	100.0	0.6158868335146899	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	False	True
CHI0180_000000004917	2796	0.7484798125473903	5	2	1	1	1	True	91090	maximal	False	USA0013_01_000000003972	0.994952146499134		0	0	True	True	0.9992846846580505	9	rep_cluster_1868				non-mobilizable	chromosome	2528.0	99.96	100.0	0.916575988393181	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	False	True
ENG0035_000000004897	4550	0.7484777289906362	6	4	4	4	1	True	124727	fragment	False	ENG0035_000000004897	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	84.553	19.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0826_000000003915	3015	0.7484768780009196	3	2	2	2	2	False	127055	maximal	True	ISR0826_000000003915	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2091.0	98.374	80.0	0.0006239254326894474	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0045_000000008608	2649	0.7484740512919723	4	1	1	1	1	False	89104	fragment	False	FIJ0045_000000008608	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1870.0	95.508	98.0	0.014859247227962401	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0118_000000002322	11331	0.7484612973780256	11	7	4	7	3	True	90373	fragment	False	ISR0147_000000001883	0.9654648132059078		0	0	False	False	1.0	0					non-mobilizable	plasmid	6320.0	97.848	99.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0056_000000012035	1818	0.7484551920300823	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.10415361859379982		0	0	False	False	0.9939494132995605	0					non-mobilizable	other	1816.0	98.678	99.0	0.0037951894144535032	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0172_000000002062	7836	0.748442887693391	8	6	5	6	3	True	132046	fragment	False	ISR0378_000000001574	0.31341284877112163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	550.0	77.455	7.0	0.00018209743256083856	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0068_000000026770	1201	0.7484397724070786	4	3	1	1	3	False	45019	fragment	False	FIJ0068_000000026770	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	100.0	100.0	0.0221606648199446	NZ_AUMS01000018.1	b-proteobacteria	Chitinilyticum aquatile DSM 21506 H559DRAFT_scaffold00015.15_C, whole genome shotgun sequence	False	False
ISR0136_000000006271	1459	0.7484344959632824	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.34974025769373546		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	97.944	100.0	0.00046808964205589595	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0013_000000004975	4917	0.7484204063800329	5	3	3	2	2	False	125517	fragment	False	USA0125_01_000000004163	0.6861068819475328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2266.0	81.818	64.0	0.0009885910889144524	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0291_000000001969	5612	0.7484188882602447	10	2	1	2	0	True	100424	maximal	True	ISR0291_000000001969	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	73.829	11.0	0.0008410997171974557	NZ_FUHN01000008.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	True
MAD0065_000000000934	9981	0.7484169722087985	11	8	2	3	6	True	16649	fragment	False	MAD0065_000000000934	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	9982.0	97.445	100.0	0.10572004669425873	CP055982.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_2, complete sequence	False	True
ETH0004_000000011336	2491	0.7484130868149863	2	2	2	2	2	False	52911	maximal	True	ETH0004_000000011336	0.9956122022565816		51	10	False	False	1.0	0					non-mobilizable	other	2492.0	97.23100000000001	100.0	0.020384744637426948	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	False	False
ISR0273_000000006157	1964	0.7484035263891402	3	2	1	1	2	False	51523	maximal	True	ISR0273_000000006157	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1691.0	99.113	86.0	0.012007446037542807	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
FIJ0139_000000019715	1353	0.7483942836676691	2	2	2	2	2	False	64472	maximal	True	FIJ0139_000000019715	0.9402637703646237		149	12	False	False	0.9940872192382812	0					non-mobilizable	no_good_hit	461.0	71.584	34.0	6.578219428915342e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
CHI0144_000000003889	3594	0.7483870566697746	2	2	2	2	1	True	122822	fragment	False	CHI0144_000000003889	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3379.0	97.662	99.0	0.036713400717313334	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0292_000000012360	1615	0.7483849180970984	2	2	1	2	2	False	25871	fragment	False	ISR0292_000000012360	1.0		0	0	False	False	0.9634674787521362	0					non-mobilizable	other	1615.0	98.08	100.0	0.010779402925265478	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0847_000000002603	7930	0.7483819639580841	9	6	4	6	4	False	20651	maximal	True	ISR0847_000000002603	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4034.0	99.331	51.0	0.04315399760315015	NZ_SPGG01000017.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_17_length_93456_cov_37.9234, whole genome shotgun sequence	True	False
ENG0208_000000010741	2870	0.7483771176557477	4	2	2	2	1	False	53852	maximal	True	ENG0208_000000010741	1.0		10	2	False	False	0.9996515512466431	0					non-mobilizable	no_good_hit	632.0	82.75299999999999	51.0	0.0001746466534117252	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0103_000000020035	1154	0.7483764578063956	2	1	1	1	1	False	49270	fragment	False	FIJ0023_000000030105	0.9631849315068493		0	0	False	False	0.9870017170906067	0					non-mobilizable	other	1155.0	91.429	100.0	0.007050428279915443	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
DEN0066_000000003863	7019	0.7483763112396975	14	5	4	4	5	False	116860	fragment	False	ISR0042_000000002838	0.9751908396946565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	95.845	6.0	0.06415968633042239	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0231_000000001827	6497	0.7483763112396975	12	5	4	4	5	False	116852	fragment	False	ISR0231_000000001827	1.0		0	0	False	False	0.9998461008071899	0					non-mobilizable	no_good_hit	216.0	96.296	4.0	0.03831759044733559	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
USA0001_01_000000014222	1208	0.7483762425279187	2	2	2	2	1	False	76378	fragment	False	USA0145_01_000000019341	0.6352617079889807		0	0	False	False	1.0	0					non-mobilizable	other	1078.0	99.90700000000001	100.0	0.000288412177153096	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0089_000000002981	10455	0.7483729874355016	10	6	3	6	3	True	66397	fragment	False	SPA0089_000000002981	1.0		0	0	False	False	0.9981827139854431	0					non-mobilizable	other	10454.0	99.92299999999999	99.0	0.024225414784617916	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ENG0020_000000013206	1511	0.7483714851523469	1	1	1	1	1	False	66459	fragment	False	ENG0020_000000013206	1.0		0	0	False	False	0.9980145692825317	0					non-mobilizable	no_good_hit	701.0	72.611	45.0	0.005119952094015495	NZ_MRAE01000004.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_3, whole genome shotgun sequence	True	False
ISR0158_000000012423	1552	0.7483688642970253	2	2	2	2	2	False	34484	fragment	False	ISR0333_000000013641	0.9516246235562562		0	0	False	False	0.9948453903198242	0					non-mobilizable	no_good_hit	203.0	88.177	13.0	0.0033407756553377986	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0779_000000003385	8699	0.7483655157624476	7	4	3	4	0	True	132062	fragment	False	USA0044_01_000000003502	0.986582577675642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	85.12799999999999	2.0	0.005693800084352594	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MAD0098_000000006798	5928	0.7483607695745523	11	4	1	3	2	True	19189	maximal	True	MAD0098_000000006798	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	85.455	21.0	0.031497882171736616	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
FIJ0043_000000006846	3709	0.7483549158259171	5	3	3	3	3	False	107372	fragment	False	FIJ0043_000000006846	0.9714053901125727		0	0	False	False	0.9859800338745117	0					non-mobilizable	no_good_hit	743.0	78.6	20.0	0.00022069226315550193	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0057_000000017404	1291	0.7483524867328228	3	3	3	2	3	False	35559	fragment	False	ISR0057_000000017404	0.9794851166532583		0	0	False	False	0.9961270093917847	0					non-mobilizable	other	1300.0	82.846	100.0	0.011522346368715084	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0096_000000023503	1907	0.7483487253996723	5	5	5	4	4	False	69729	fragment	False	DEN0096_000000023503	1.0		0	0	False	False	0.9968537092208862	0					non-mobilizable	no_good_hit	1079.0	72.196	56.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0032_000000019445	1724	0.7483393587285788	2	1	1	1	1	False	36935	fragment	False	ISR0032_000000019445	1.0		0	0	False	False	0.9878190159797668	0					non-mobilizable	other	1724.0	99.24600000000001	100.0	0.002758938914016275	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
USA0060_01_000000001027	17049	0.7483292573933669	24	17	8	8	13	False	103791	maximal	True	USA0060_01_000000001027	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	4470.0	88.881	62.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
MON0063_000000021726	1377	0.7483229929601966	2	2	2	2	1	False	76380	fragment	False	ENG0037_000000025805	0.9615916019768999		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	99.927	100.0	0.0003684820387768432	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0003_000000008499	2878	0.7483213601896773	5	4	3	4	4	False	91172	maximal	True	FIJ0003_000000008499	1.0		8	4	False	False	0.9975677728652954	0					non-mobilizable	other	1450.0	99.17200000000001	92.0	0.005306925758014448	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0183_000000006770	4066	0.7483211396162155	4	3	3	3	3	False	78179	fragment	False	ENG0183_000000006770	1.0		0	0	False	False	0.9901623129844666	0					non-mobilizable	no_good_hit	690.0	75.507	17.0	0.0009521747337797173	NZ_OEST01000002.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ENG0177_000000017018	1562	0.7483047352194712	3	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.6088312624066673		0	0	False	False	0.9967989921569824	0					non-mobilizable	other	1562.0	97.887	100.0	0.014309810608144033	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0332_000000010011	1496	0.7483047352194712	3	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.57483414063892		0	0	False	False	1.0	0					non-mobilizable	other	1496.0	98.329	100.0	0.013704783381918852	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0033_000000004223	6172	0.7483038020199293	7	2	1	1	2	True	121798	maximal	False	SPA0132_000000005938	0.9405925363948784		0	0	True	True	1.0	119					non-mobilizable	plasmid	4847.0	88.632	97.0	0.7673677501593371	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
ISR0193_000000018747	1411	0.7482975702594789	3	3	2	2	1	False	108207	fragment	False	ENG0175_000000014789	0.1930918846411804		0	0	False	False	0.9596031308174133	0					non-mobilizable	no_good_hit	204.0	75.0	14.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
FIJ0061_000000013207	1980	0.7482964995271639	2	2	2	2	2	False	51671	fragment	False	FIJ0061_000000013207	0.9935994516224799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	83.869	75.0	0.0004693292248376969	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0175_000000011596	2223	0.7482959967698108	3	3	3	3	2	False	116782	fragment	False	ISR0079_000000011824	0.47579413019631417		0	0	False	False	0.9896536469459534	0					non-mobilizable	other	2224.0	95.99799999999999	99.0	0.020314247474469683	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0211_000000002952	6041	0.7482950241099575	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.4194731987141002	PS1107|PS1110|PS1114	0	0	True	True	0.9998344779014587	31		MOBV			mobilizable	other	4808.0	99.979	100.0	0.7894563967810806	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0291_000000001812	6041	0.7482950241099575	9	7	4	5	5	True	130648	backbone	False	USA0082_01_000000002282	0.4195638413946556	PS1107|PS1110|PS1114	0	0	True	True	1.0	88		MOBV			mobilizable	other	4814.0	99.917	100.0	0.7904417802594843	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0142_000000000524	2885	0.7482854823760674	3	3	1	2	2	True	101513	fragment	False	ISR0142_000000000524	0.9774091069537592		0	0	False	False	0.9993067383766174	0					non-mobilizable	other	2885.0	99.34100000000001	100.0	0.0008621949917950965	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0797_000000004074	2825	0.7482809142827925	4	4	4	4	3	False	103932	maximal	True	ISR0797_000000004074	1.0		0	0	False	False	0.9939823150634766	0					non-mobilizable	no_good_hit	2143.0	85.25399999999999	76.0	0.0007546506987158898	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0153_000000024110	1223	0.7482742330492771	2	2	2	2	2	False	30653	fragment	False	ISR0153_000000024110	1.0		0	0	False	False	0.9877350926399231	0					non-mobilizable	other	1223.0	96.484	100.0	0.020210038865459357	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0031_01_000000008726	3408	0.7482736921938596	6	3	2	2	2	False	1545	fragment	False	USA0031_01_000000008726	1.0		0	0	False	False	0.9941314458847046	0					non-mobilizable	no_good_hit	557.0	75.763	16.0	0.15433342931183414	MK233214.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_6_c20 sequence	True	False
FIJ0115_000000006734	3610	0.7482735424962373	5	5	4	5	3	True	80929	fragment	False	FIJ0115_000000006734	1.0		0	0	False	False	0.9986149668693542	0					non-mobilizable	no_good_hit	186.0	74.73100000000001	5.0	5.104910133838898e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
MON0010_000000005397	4113	0.748268344037574	4	4	4	4	3	False	13753	maximal	True	MON0010_000000005397	1.0		10	6	False	False	0.9946510791778564	0					non-mobilizable	no_good_hit	870.0	75.862	21.0	0.0002388069050429363	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0136_000000001702	7564	0.7482664149815704	10	7	4	4	7	False	68230	maximal	True	ENG0136_000000001702	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2747.0	90.462	66.0	0.001370353014526841	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0362_000000009861	2176	0.7482515130610233	3	2	2	2	2	False	111640	fragment	False	ISR0362_000000009861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	91.667	44.0	0.0032018112338025526	NZ_JH378832.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.4, whole genome shotgun sequence	True	False
ISR0186_000000011620	2473	0.7482470178160279	3	3	3	3	2	False	121332	fragment	False	SPA0114_000000018546	0.8353204394744473		0	0	False	False	0.9911039471626282	0					non-mobilizable	chromosome	2335.0	99.272	100.0	0.0007356711959510977	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0011_01_000000014978	2468	0.7482470178160279	4	3	3	3	2	False	121332	fragment	False	SPA0114_000000018546	0.8191834308976363		0	0	False	False	0.9983792304992676	0					non-mobilizable	chromosome	2468.0	99.39200000000001	100.0	0.0007775924766115502	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0854_000000003339	2426	0.7482470178160279	4	3	3	3	2	False	121332	fragment	False	SPA0114_000000018546	0.827066789722182		0	0	False	False	0.9991756081581116	0					non-mobilizable	chromosome	2426.0	99.464	100.0	0.0007643541774556178	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0096_000000013741	2425	0.7482470178160279	3	3	3	3	2	False	121332	fragment	False	SPA0114_000000018546	0.826355966681302		0	0	False	False	0.9991752505302429	0					non-mobilizable	chromosome	2389.0	99.665	99.0	0.0007526918662944393	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0011_000000006822	3763	0.7482450942949666	5	5	5	5	5	False	67219	maximal	True	ENG0011_000000006822	1.0		7	4	False	False	0.9997342824935913	0					non-mobilizable	chromosome	3763.0	99.76100000000001	100.0	0.0007499333193260727	CP026238.1	enterobacteria	Citrobacter freundii complex sp. CFNIH9 chromosome, complete genome	False	False
ISR0207_000000018686	1611	0.7482443316256099	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.24171315531831333		0	0	False	False	0.9968963265419006	0					non-mobilizable	chromosome	1611.0	93.669	100.0	0.0005189324946180898	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0092_000000009647	1663	0.7482415060714944	2	1	1	1	1	False	68551	maximal	True	DEN0092_000000009647	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	3.0	0.0012112975655873316	NZ_BCSH01000004.1	high GC Gram+	Nocardiopsis listeri NBRC 13360, whole genome shotgun sequence	True	False
DEN0022_000000027561	1510	0.7482396194738321	4	3	3	1	2	False	74531	fragment	False	DEN0022_000000027561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	99.801	100.0	0.010707291459711067	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0117_000000000032	96254	0.7482314414553152	90	13	4	10	6	True	127415	maximal	False	SPA0046_000000000019	0.8977382490069786		0	0	True	True	1.0	2232					non-mobilizable	virus	34488.0	96.99600000000001	97.0	0.3548652964508319	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0029_000000000892	30730	0.7482273166043728	27	15	8	14	6	True	120601	fragment	False	ISR0029_000000000892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	96.637	2.0	0.7905092592592593	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
ISR0391_000000010207	1520	0.7482251481534951	2	1	1	1	1	False	22849	maximal	True	ISR0391_000000010207	1.0		3	3	False	False	0.996052622795105	0					non-mobilizable	no_good_hit	688.0	75.291	45.0	0.0029276453366792136	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0097_000000010897	2998	0.7482188792486621	5	4	3	3	1	True	5122	maximal	True	SPA0097_000000010897	1.0		2	2	False	False	0.9993329048156738	0					non-mobilizable	no_good_hit	1031.0	98.25399999999999	34.0	0.003995376224796158	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ENG0154_000000007732	3738	0.7482146375549282	5	4	3	3	4	False	112096	fragment	False	ENG0138_000000005143	0.8288242076028897		0	0	False	False	0.9959871768951416	0					non-mobilizable	no_good_hit	520.0	76.154	14.0	0.00017303107010029788	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
USA0082_01_000000020800	1432	0.7482101002436063	2	2	2	1	1	False	40752	fragment	False	USA0082_01_000000020800	0.9855392075833154		0	0	False	False	0.9664804339408875	0					non-mobilizable	chromosome	1373.0	98.398	96.0	0.00047822674082202016	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0179_000000008214	4037	0.7481971875772605	5	4	4	4	4	False	101974	maximal	True	ENG0179_000000008214	0.9668536460989291		8	4	False	False	0.9898439645767212	0					non-mobilizable	no_good_hit	753.0	77.556	19.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0309_000000013119	1520	0.7481959293005613	2	2	2	2	1	True	31454	maximal	True	ISR0309_000000013119	1.0		190	12	False	False	0.99210524559021	0					non-mobilizable	chromosome	1520.0	97.632	100.0	0.0004896015275309805	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0151_000000009248	2107	0.7481863184508708	2	2	2	2	2	False	110529	maximal	True	ISR0151_000000009248	1.0		393	12	False	False	1.0	0					non-mobilizable	other	2107.0	95.11200000000001	100.0	0.009216630196936543	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0034_000000002812	10217	0.7481787592418193	11	7	5	7	5	True	69337	fragment	False	FIJ0034_000000002812	1.0		0	0	False	False	0.9997063875198364	0					non-mobilizable	no_good_hit	3008.0	77.593	38.0	0.001009712194652942	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
USA0013_01_000000002337	5260	0.7481762126788657	9	5	4	5	3	True	65471	maximal	True	USA0013_01_000000002337	1.0		40	8	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	99.743	15.0	0.9987129987129987	EU059067.1	bacteria	Uncultured bacterium clone LM0ABA40ZD08FM1 genomic sequence	True	True
AUS0022_000000003706	9249	0.7481758977109132	15	6	3	5	3	False	99420	fragment	False	AUS0022_000000003706	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9249.0	99.98899999999999	100.0	0.00314246035481123	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0026_000000003054	3490	0.7481751591668119	3	1	0	1	0	True	66086	fragment	False	ISR0272_000000002878	0.8011483527010622		0	0	False	False	1.0	0	IncW				non-mobilizable	other	3490.0	99.943	100.0	0.001462901055645167	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0056_000000008276	2564	0.7481751591668119	2	1	0	1	0	True	58627	fragment	False	ISR0056_000000008276	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	2566.0	99.02600000000001	100.0	0.22481648536304943	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
AST0151_000000007561	2104	0.7481751591668119	4	1	0	1	0	True	128024	fragment	False	AST0151_000000007561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	96.914	8.0	0.04108190865016586	KP691636.1	high GC Gram+	Bifidobacterium longum subsp. longum 1-6B plasmid p1-6B1, complete sequence	True	True
AST0012_000000011401	1973	0.7481751591668119	4	1	0	1	0	True	128028	fragment	False	AST0012_000000011401	1.0		0	0	False	False	0.9984794855117798	0					non-mobilizable	no_good_hit	326.0	100.0	17.0	0.06644857902269474	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
ENG0128_000000014758	1915	0.7481751591668119	1	1	0	1	0	True	58625	fragment	False	ENG0128_000000014758	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1776.0	99.71799999999999	97.0	0.1568939594941187	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ITA0006_000000013956	1675	0.7481751591668119	1	1	0	1	0	True	128020	fragment	False	ITA0006_000000013956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	100.0	10.0	0.03373543242690656	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
SPA0054_000000018064	1633	0.7481751591668119	1	1	0	1	0	True	128019	backbone	True	SPA0054_000000018064	1.0	PS1025	2	1	True	True	0.9877526164054871	11					non-mobilizable	no_good_hit	198.0	97.98	14.0	0.0010608622602289739	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0208_000000018820	1474	0.7481751591668119	2	1	0	1	0	True	128018	fragment	False	AST0005_000000018604	0.8004549742989946		0	0	False	False	0.9911804795265198	0					non-mobilizable	no_good_hit	294.0	100.0	20.0	0.05990594970353711	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
AST0005_000000018604	1473	0.7481751591668119	1	1	0	1	0	True	128018	fragment	False	AST0005_000000018604	0.8140561384297819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	0.01594765896544674	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
ENG0066_000000015268	1396	0.7481751591668119	1	1	0	1	0	True	128018	fragment	False	AST0005_000000018604	0.8058576450614526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	6.0	0.01594765896544674	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
DEN0071_000000031344	1394	0.7481751591668119	1	1	0	1	0	True	128018	fragment	False	AST0005_000000018604	0.8055801368516823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	100.0	6.0	0.01696994479656512	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
ENG0106_000000015382	1353	0.7481751591668119	1	1	0	1	0	True	128018	fragment	False	AST0005_000000018604	0.7872874207818015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	100.0	13.0	0.0351666325904723	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
SPA0048_000000015688	1307	0.7481751591668119	1	1	0	1	0	True	128018	fragment	False	AST0005_000000018604	0.6288620678715559		0	0	False	False	0.9992349147796631	0					non-mobilizable	no_good_hit	127.0	100.0	10.0	0.025761602944183195	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	True
ISR0076_000000005924	4181	0.7481710951050823	5	5	4	4	2	False	113768	maximal	True	ISR0076_000000005924	1.0		24	10	False	False	0.9944989085197449	0					non-mobilizable	no_good_hit	3241.0	94.16799999999999	78.0	0.0009051341594105265	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0097_000000013359	3009	0.7481710951050823	5	5	4	4	2	False	113756	fragment	False	ISR0059_000000003816	0.7393168815389848		0	0	False	False	0.9980059862136841	0					non-mobilizable	chromosome	3014.0	95.554	100.0	0.0008421610036073822	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0023_01_000000026580	1136	0.7481708395440188	1	1	1	1	1	False	1686	fragment	False	USA0023_01_000000026580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0010_000000018368	1630	0.7481685492948341	3	3	3	2	1	False	126056	maximal	True	AST0010_000000018368	1.0		93	9	False	False	1.0	0					non-mobilizable	other	827.0	97.461	100.0	0.0050287968633944986	NZ_LT969515.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0016_000000000640	20738	0.7481677438489321	26	9	5	6	6	False	53601	maximal	True	ISR0016_000000000640	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2138.0	99.205	11.0	0.0005700598789616428	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0039_000000032614	1505	0.7481536285289031	3	2	2	2	1	False	11915	maximal	True	MON0039_000000032614	1.0		59	7	False	False	0.984717607498169	0					non-mobilizable	no_good_hit	538.0	71.747	35.0	0.00015686312292498842	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0026_000000003149	3174	0.7481520542016092	7	4	3	4	3	True	88913	fragment	False	CHI0026_000000003149	1.0		0	0	False	False	0.9977945685386658	0					non-mobilizable	no_good_hit	1320.0	84.015	41.0	0.10584913271480435	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0153_000000002392	10172	0.7481488773554709	16	3	2	3	3	False	56525	backbone	True	ISR0153_000000002392	1.0	PS243	1	1	True	True	1.0	6					non-mobilizable	no_good_hit	597.0	97.48700000000001	6.0	0.11866773035500598	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	True
MON0003_000000010991	1434	0.7481386933077218	2	2	2	2	1	False	14267	maximal	True	MON0003_000000010991	1.0		10	6	False	False	0.9972106218338013	0					non-mobilizable	no_good_hit	735.0	99.32	51.0	0.0001799605802968663	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0046_000000002086	9765	0.7481374283934337	14	10	8	6	9	False	97681	fragment	False	MAD0087_000000002313	0.9699406825999537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3761.0	82.611	63.0	0.0237950903881618	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
DEN0063_000000010578	4096	0.7481348642073278	4	2	2	2	0	True	71568	maximal	True	DEN0063_000000010578	1.0		4	3	False	False	0.999755859375	0					non-mobilizable	no_good_hit	286.0	88.11200000000001	7.0	0.0548828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CHI0145_000000007330	2561	0.7481332470849829	3	3	2	3	3	False	99644	fragment	False	AUS0020_000000010509	0.9835162422940882		0	0	False	False	0.995314359664917	0					non-mobilizable	chromosome	2562.0	99.415	100.0	0.0004652915403057661	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
TAN0003_000000001281	4673	0.748132751942906	12	7	2	6	5	False	2992	maximal	True	TAN0003_000000001281	1.0		2	1	False	False	0.9997860193252563	0					non-mobilizable	no_good_hit								True	False
MON0019_000000052077	1284	0.7481287583562565	2	2	2	1	1	False	13140	maximal	True	MON0019_000000052077	1.0		6	4	False	False	0.9992212057113647	0					non-mobilizable	other	1284.0	98.75399999999999	100.0	0.0016400965905677188	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
CHI0120_000000008152	1833	0.7481175111841857	3	2	1	2	1	True	81839	fragment	False	CHI0120_000000008152	1.0		0	0	False	False	0.978723406791687	0					non-mobilizable	no_good_hit	203.0	93.103	27.0	7.051880331001159e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
MAD0032_000000000649	15289	0.7481149310253269	25	2	1	2	1	True	20048	fragment	False	MAD0032_000000000649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.8188339114762166e-05	NZ_PSYR01000002.1	g-proteobacteria	Acidiferrobacter thiooxydans strain m-1 Contig2, whole genome shotgun sequence	True	True
MAD0004_000000000443	13325	0.7481149310253269	22	2	1	2	1	True	20047	fragment	False	MAD0004_000000000443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.8188339114762166e-05	NZ_PSYR01000002.1	g-proteobacteria	Acidiferrobacter thiooxydans strain m-1 Contig2, whole genome shotgun sequence	True	True
MON0033_000000017727	3777	0.7481128545572189	4	3	2	3	3	False	90412	maximal	True	MON0033_000000017727	1.0		1	1	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1793.0	94.646	96.0	0.010229083494679849	CP051656.1	enterobacteria	Escherichia coli strain RM11911 plasmid pRM11911	False	True
AST0060_000000020944	1445	0.7481116398269723	2	2	1	2	1	False	112304	fragment	False	AST0060_000000020944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	79.452	20.0	4.480159706728119e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
USA0101_01_000000001128	15960	0.7481093504930094	14	13	6	13	10	True	122698	maximal	False	ISR0854_000000000205	0.6931794519163835		0	0	False	False	1.0	0					non-mobilizable	chromosome	15961.0	99.85600000000001	100.0	0.002890032105431848	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	True
DEN0026_000000001783	14773	0.7481007938365812	13	8	4	7	5	True	95061	fragment	False	DEN0026_000000001783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	70.067	8.0	0.00035464723577942347	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
AST0149_000000019815	1343	0.7480984073664734	1	1	1	1	1	False	104356	fragment	False	DEN0045_000000030938	0.968561202608073		0	0	False	False	0.9992554187774658	0					non-mobilizable	other	1344.0	87.946	100.0	0.029371210960583045	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ISR0005_000000011092	1397	0.7480965091930858	2	2	2	2	1	False	102246	maximal	True	ISR0005_000000011092	1.0		0	0	False	False	0.9992842078208923	0					non-mobilizable	chromosome	1292.0	83.90100000000001	92.0	0.00024558977583831346	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
SPA0018_000000010375	2822	0.7480929045567223	3	3	1	3	1	False	81351	fragment	False	SPA0018_000000010375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	82.8	18.0	8.822624339414896e-05	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
ENG0090_000000003585	5721	0.7480926944225386	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8390840744031176	PS1159|PS463	0	0	True	True	0.9998251795768738	34		MOBV			mobilizable	other	3053.0	98.52600000000001	99.0	0.0010362120436377769	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0059_000000002879	5376	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8397082148638804	PS1159|PS463	0	0	True	True	0.996279776096344	29		MOBV			mobilizable	other	4934.0	98.35799999999999	100.0	0.0016749263525030296	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CAN0015_000000007794	5375	0.7480926944225386	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8390698021760338	PS1159|PS463	0	0	True	True	1.0	116		MOBV			mobilizable	other	2723.0	100.0	100.0	0.0009247767812400095	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0111_000000004102	5369	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8136693051872821	PS1159|PS463	0	0	True	True	1.0	1119		MOBV			mobilizable	other	2896.0	99.48200000000001	100.0	0.0009787957041706345	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0030_000000004046	5357	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8374970542238568	PS1159|PS463	0	0	True	True	1.0	203		MOBV			mobilizable	other	2791.0	98.99700000000001	100.0	0.0009478792136883271	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0130_000000005455	5356	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8394501587371789	PS1159|PS463	0	0	True	True	1.0	30		MOBV			mobilizable	other	3048.0	99.803	100.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0065_000000005119	5355	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8369946316602576	PS1159|PS463	0	0	True	True	1.0	49		MOBV			mobilizable	other	3047.0	100.0	100.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0096_000000005924	5355	0.7480926944225386	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8382463352981039	PS1159|PS463	0	0	True	True	1.0	181		MOBV			mobilizable	other	2790.0	98.925	100.0	0.0009475394720346754	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0182_000000004931	5355	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8386691724741527	PS1159|PS463	0	0	True	True	1.0	19		MOBV			mobilizable	other	2791.0	99.928	100.0	0.0009478792136883271	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0385_000000003527	5355	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8385181979955796	PS1159|PS463	0	0	True	True	1.0	55		MOBV			mobilizable	other	2793.0	98.389	100.0	0.0009478792136883271	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0192_000000002990	5355	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.836822620835857	PS1159|PS463	0	0	True	True	1.0	46		MOBV			mobilizable	other	3047.0	100.0	100.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
AST0052_000000003587	5355	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8385064956831658	PS1159|PS463	0	0	True	True	1.0	633		MOBV			mobilizable	other	2802.0	98.39399999999999	100.0	0.0009509368885711927	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0258_000000002724	5355	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8386077712895307	PS1159|PS463	0	0	True	True	1.0	157		MOBV			mobilizable	other	2872.0	98.43299999999999	100.0	0.0009747188043268138	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0208_000000005429	5355	0.7480926944225386	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8367025267876782	PS1159|PS463	0	0	True	True	1.0	205		MOBV			mobilizable	other	3047.0	98.851	100.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0037_000000005718	5355	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8390425011034882	PS1159|PS463	0	0	True	True	1.0	233		MOBV			mobilizable	other	2873.0	99.965	100.0	0.000975738029287769	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0118_000000002586	5355	0.7480926944225386	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8384223889626207	PS1159|PS463	0	0	True	True	1.0	34		MOBV			mobilizable	other	4193.0	99.714	100.0	0.0014241970121080527	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0197_000000004221	5330	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8384703005520086	PS1159|PS463	0	0	True	True	1.0	32		MOBV			mobilizable	other	4882.0	98.914	100.0	0.0016575995281667914	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
AST0116_000000004828	5286	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8390014246226185	PS1159|PS463	0	0	True	True	0.9973514676094055	20		MOBV			mobilizable	other	4848.0	99.979	100.0	0.001646727795249936	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
AST0016_000000004953	5282	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8344050398942635	PS1159|PS463	0	0	True	True	1.0	93		MOBV			mobilizable	other	2791.0	99.821	100.0	0.0009478792136883271	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0285_000000002275	5259	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.7981383223344368	PS1159|PS463	0	0	True	True	0.9973378777503967	15		MOBV			mobilizable	other	4857.0	98.765	100.0	0.0016491059868254982	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0295_000000006026	5098	0.7480926944225386	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.4894194474485957	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	4750.0	98.821	100.0	0.001612753629884763	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0082_000000017978	1780	0.7480826605901624	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.8833257343090057		0	0	False	False	0.9792134761810303	0					non-mobilizable	no_good_hit	798.0	76.692	44.0	0.00022201525778781748	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0074_000000015092	1970	0.7480784288304201	5	2	0	2	1	True	109089	fragment	False	ISR0225_000000009650	0.930063251470807		0	0	False	False	0.9994924068450928	0					non-mobilizable	other	1970.0	98.73100000000001	100.0	0.00041584976862152665	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0097_000000000898	17507	0.7480765189537498	11	9	8	7	7	False	5142	maximal	True	SPA0097_000000000898	1.0		1	1	False	False	0.9997715353965759	0					non-mobilizable	no_good_hit	725.0	77.37899999999999	4.0	0.006009289395172227	NZ_FUXZ01000011.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
USA0057_01_000000004906	6049	0.7480763656339338	7	6	4	4	5	True	132399	maximal	False	USA0062_01_000000004031	0.9728800824730928	PS1159|PS463	0	0	True	True	0.9990081191062927	7		MOBV			mobilizable	no_good_hit	2809.0	99.573	77.0	0.023881815630342154	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0156_000000002878	9034	0.7480753112849989	7	5	3	5	2	True	131955	fragment	False	ISR0156_000000002878	0.9784051729598823		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	121.0	98.34700000000001	1.0	0.13513513513513514	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
SPA0014_000000007529	2925	0.7480749650270834	5	5	4	4	3	False	113756	fragment	False	ISR0059_000000003816	0.7552871855917842		0	0	False	False	0.9996581077575684	0					non-mobilizable	chromosome	2926.0	97.505	100.0	0.0008175315026710414	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0041_01_000000005087	4410	0.7480683150777845	6	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.8254755481772151		0	0	False	False	1.0	0					non-mobilizable	chromosome	3872.0	99.87100000000001	100.0	0.0007195824005499387	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0028_000000004512	5468	0.7480669228845896	6	5	4	5	3	False	116567	maximal	True	SPA0028_000000004512	1.0		2	1	False	False	0.9957937002182007	0					non-mobilizable	no_good_hit	3104.0	98.486	67.0	0.017655331044573876	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MAD0004_000000003068	3096	0.7480611066749804	5	2	2	2	2	False	72911	maximal	True	MAD0004_000000003068	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1754.0	99.601	57.0	0.002135572943886694	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0083_000000013869	2549	0.7480611066749804	5	2	2	2	2	False	71692	maximal	True	FIJ0083_000000013869	1.0		14	4	False	False	0.9996076822280884	0					non-mobilizable	no_good_hit	1751.0	99.714	78.0	0.002131918226926249	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0071_000000002604	2353	0.7480611066749804	3	2	2	2	2	False	71667	fragment	False	MAD0071_000000002604	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	99.43	96.0	0.003098037968196069	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0098_000000019146	2329	0.7480611066749804	4	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8854290822176754		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	98.97399999999999	100.0	0.002134354704899879	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0085_000000013712	2265	0.7480611066749804	3	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.9222172197981446		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	99.54299999999999	100.0	0.002133136465913064	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0196_000000008975	2206	0.7480611066749804	3	2	2	2	2	False	71686	maximal	True	ISR0196_000000008975	0.9948091947597633		14	5	False	False	1.0	0					non-mobilizable	other	1723.0	99.42	91.0	0.004198740377886634	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0008_000000005862	2158	0.7480611066749804	2	2	2	2	2	False	72908	fragment	False	MAD0008_000000005862	0.9972014650255021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1753.0	99.601	81.0	0.002134354704899879	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0092_000000008746	2094	0.7480611066749804	3	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.856230755268006		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	99.315	95.0	0.003092736134822088	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0148_000000008637	2091	0.7480611066749804	4	2	2	2	2	False	71680	fragment	False	FIJ0148_000000008637	0.9683823529411765		0	0	False	False	1.0	0					non-mobilizable	other	1719.0	99.709	100.0	0.004186548913374768	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0115_000000016535	2073	0.7480611066749804	3	2	2	2	2	False	71678	maximal	True	ISR0115_000000016535	1.0		54	6	False	False	0.9956584572792053	0					non-mobilizable	other	1751.0	99.429	100.0	0.002131918226926249	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0328_000000013840	2071	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8428810989837444		0	0	False	False	0.9990342855453491	0					non-mobilizable	other	1724.0	99.36200000000001	100.0	0.0020990257742822442	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0049_000000008862	2040	0.7480611066749804	3	2	2	2	2	False	71680	fragment	False	FIJ0148_000000008637	0.956958393113343		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	99.486	100.0	0.002131918226926249	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0018_000000001249	2037	0.7480611066749804	2	2	2	2	2	False	72908	fragment	False	MAD0008_000000005862	0.978612248448458		0	0	False	False	0.9975454211235046	0					non-mobilizable	no_good_hit	1754.0	99.43	86.0	0.002135572943886694	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0189_000000007415	2012	0.7480611066749804	3	2	2	2	2	False	71675	fragment	False	ISR0189_000000007415	1.0		0	0	False	False	0.9413518905639648	0					non-mobilizable	other	1714.0	99.76700000000001	92.0	0.002086843384414094	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0096_000000009210	2003	0.7480611066749804	3	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8359710450325243		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	99.429	97.0	0.002133136465913064	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
DEN0045_000000020157	2003	0.7480611066749804	2	2	2	2	2	False	72908	fragment	False	MAD0008_000000005862	0.96858572085252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1754.0	99.601	88.0	0.002135572943886694	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0120_000000011974	2002	0.7480611066749804	2	2	2	2	2	False	71686	maximal	False	ISR0196_000000008975	0.9506296880355917		0	0	False	False	0.9735264778137207	0					non-mobilizable	other	1722.0	99.18700000000001	100.0	0.004196302084984261	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0080_000000012343	2002	0.7480611066749804	3	2	2	2	2	False	71689	fragment	False	FIJ0080_000000012343	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	99.714	100.0	0.002131918226926249	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0219_000000016731	1987	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8386474621679262		0	0	False	False	1.0	0					non-mobilizable	other	1911.0	98.587	100.0	0.00465470115063042	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0026_000000023049	1984	0.7480611066749804	3	2	2	2	2	False	71666	fragment	False	MON0026_000000023049	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1984.0	99.042	100.0	0.0035045118602012575	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0273_000000006143	1969	0.7480611066749804	3	2	2	2	2	False	71673	maximal	True	ISR0273_000000006143	1.0		35	5	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	99.65	87.0	0.0041792340346676485	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0087_000000015113	1965	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8538234288735239		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	99.486	100.0	0.002133136465913064	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0052_000000010097	1928	0.7480611066749804	3	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8519939813205868		0	0	False	False	1.0	0					non-mobilizable	other	1753.0	99.37299999999999	95.0	0.003096270690404742	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0102_000000010505	1888	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8036309266749008		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	99.204	99.0	0.002140445899833954	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0027_000000009248	1878	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8049639677635182		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	99.6	98.0	0.002133136465913064	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0073_000000009828	1868	0.7480611066749804	3	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.835752955449575		0	0	False	False	0.9973233342170715	0					non-mobilizable	other	1752.0	99.429	99.0	0.002133136465913064	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0781_000000015869	1850	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8011417962784678		0	0	False	False	1.0	0					non-mobilizable	other	1850.0	99.838	100.0	0.004508403576488029	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0112_000000015573	1838	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8050682044746167		0	0	False	False	1.0	0					non-mobilizable	other	1759.0	99.431	99.0	0.002141664138820769	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0093_000000010435	1837	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8027516135756952		0	0	False	False	0.9994556307792664	0					non-mobilizable	other	1751.0	99.65700000000001	95.0	0.002131918226926249	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0085_000000016024	1804	0.7480611066749804	3	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.6401574215351912		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	99.22399999999999	100.0	0.003186401857762414	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0132_000000023041	1799	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8029252406290155		0	0	False	False	0.9816564917564392	0					non-mobilizable	other	1752.0	99.37200000000001	97.0	0.002133136465913064	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0031_000000008042	1785	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7790185463121628		0	0	False	False	0.9966386556625366	0					non-mobilizable	other	1774.0	98.985	99.0	0.004323093315907666	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0330_000000017330	1778	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7676523453277888		0	0	False	False	0.9955005645751953	0					non-mobilizable	other	1715.0	99.825	99.0	0.0041792340346676485	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0151_000000010015	1756	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8040166629206973		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	99.714	100.0	0.002131918226926249	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0090_000000020548	1755	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.76596744218787		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	99.65	100.0	0.002086843384414094	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0312_000000010178	1751	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.802128759894973		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	99.486	100.0	0.002131918226926249	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0854_000000005102	1750	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7772108682588894		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	99.531	100.0	0.004159727691448663	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0029_000000015261	1750	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7245843368989163		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	99.70299999999999	100.0	0.004101208661791707	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0073_000000001921	1743	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7980478426202046		0	0	False	False	0.9982788562774658	0					non-mobilizable	other	1741.0	99.196	100.0	0.0021197358370580992	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0076_000000003660	1741	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8012095095271822		0	0	False	False	0.9971280694007874	0					non-mobilizable	other	1741.0	99.54	100.0	0.0021197358370580992	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0070_000000011621	1740	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7764547507177639		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	99.477	99.0	0.004193863792081888	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0109_000000019011	1732	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7820459141534926		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	99.538	100.0	0.002108771686176764	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0206_000000015055	1730	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7772530171360991		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	99.65100000000001	99.0	0.004193863792081888	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0065_000000006753	1720	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7820406961029192		0	0	False	False	1.0	0					non-mobilizable	other	1720.0	99.59299999999999	100.0	0.004191425499179514	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0302_000000009208	1713	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7643283909282741		0	0	False	False	0.9976649284362793	0					non-mobilizable	other	1713.0	99.53299999999999	100.0	0.004174357448862902	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0350_000000011434	1708	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.7545832576234986		0	0	False	False	0.9941452145576477	0					non-mobilizable	other	1708.0	99.649	100.0	0.004162165984351036	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0015_000000012460	1672	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.5669071456666717		0	0	False	False	0.9617224931716919	0					non-mobilizable	other	1596.0	99.311	99.0	0.001943091183969924	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0061_000000016328	1660	0.7480611066749804	2	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.6644874246334078		0	0	False	False	1.0	0					non-mobilizable	other	1660.0	99.57799999999999	100.0	0.004045127925037123	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
DEN0021_000000011690	2921	0.7480521920253311	5	3	3	2	2	False	74813	maximal	True	DEN0021_000000011690	1.0		39	7	False	False	1.0	0					non-mobilizable	other	1689.0	99.704	95.0	0.00298316491175982	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0237_000000003486	2848	0.7480521920253311	5	3	3	2	2	False	71691	fragment	False	ISR0237_000000003486	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	99.825	99.0	0.002086843384414094	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0157_000000007285	2496	0.7480521920253311	3	3	3	2	2	False	71679	fragment	False	FIJ0157_000000007285	0.9963472281908037		0	0	False	False	0.9991987347602844	0					non-mobilizable	other	1711.0	99.708	99.0	0.002083188667453649	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0016_000000014066	2327	0.7480521920253311	3	3	3	2	2	False	71679	fragment	False	FIJ0157_000000007285	0.9627403846153846		0	0	False	False	0.9892565608024597	0					non-mobilizable	other	1714.0	99.06700000000001	100.0	0.002086843384414094	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0039_000000020878	1102	0.7480347677494829	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.09189521249628171	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1113.0	83.01899999999999	100.0	0.013080158805180073	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0183_000000010305	3265	0.7480346179181745	2	2	2	2	2	False	29482	maximal	True	ISR0183_000000010305	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3265.0	99.90799999999999	100.0	0.021518419872893647	NZ_CP048797.1	enterobacteria	Providencia vermicola strain P8538 plasmid p8538-NDM-1, complete sequence	False	True
FIJ0147_000000012454	1701	0.7480300073412344	3	3	3	2	1	False	130049	fragment	False	ENG0005_000000004373	0.06425707413144396		0	0	False	False	0.998236358165741	0					non-mobilizable	other	1686.0	96.79700000000001	99.0	0.003517084625405395	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0846_000000004404	2287	0.7480210591396055	3	3	3	2	2	False	20670	maximal	True	ISR0846_000000004404	1.0		13	4	False	False	1.0	0					non-mobilizable	other	2288.0	94.056	100.0	0.1769870250951752	NZ_WEHX01000074.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_74_length_12871_cov_118.282180, whole genome shotgun sequence	False	False
MAD0036_000000004677	5143	0.7480149896387228	5	5	5	4	4	False	18744	maximal	True	MAD0036_000000004677	1.0		264	14	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.289	18.0	0.0017000648361755702	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0345_000000004138	2449	0.7480140097195809	2	2	2	1	1	False	67836	fragment	False	ENG0018_000000008337	0.956501659044032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	100.0	5.0	0.03209876543209877	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
DEN0031_000000007748	4100	0.7480094962475744	3	3	3	3	3	False	73811	maximal	True	DEN0031_000000007748	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	86.667	4.0	2.0549733131168393e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0102_000000003219	4836	0.7480083442787107	5	4	4	3	3	False	50243	fragment	False	MAD0102_000000003219	1.0		0	0	False	False	0.996277928352356	0					non-mobilizable	chromosome	3309.0	91.387	96.0	0.001285951602237244	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
DEN0005_000000004214	6492	0.7479955093628065	9	2	2	1	2	False	76555	maximal	True	DEN0005_000000004214	1.0	PS281	2	2	True	True	1.0	50					non-mobilizable	no_good_hit	202.0	96.04	3.0	0.0010230725770740124	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0154_000000007164	4653	0.7479955093628065	6	2	2	1	2	False	63226	backbone	False	SPA0121_000000002958	0.9994531312583875	PS281	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	True
SPA0121_000000002958	4651	0.7479955093628065	6	2	2	1	2	False	63226	backbone	True	SPA0121_000000002958	0.9996214661723238	PS281	14	4	True	True	1.0	15					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	True
ISR0315_000000001807	4641	0.7479955093628065	6	2	2	1	2	False	63226	backbone	False	SPA0121_000000002958	0.999333226922224	PS281	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	True
ENG0098_000000005472	4641	0.7479955093628065	6	2	2	1	2	False	63226	backbone	False	SPA0121_000000002958	0.999333226922224	PS281	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	True
ENG0069_000000004668	4641	0.7479955093628065	6	2	2	1	2	False	63226	backbone	False	SPA0121_000000002958	0.9993105114147911	PS281	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	True
SPA0096_000000007544	4630	0.7479955093628065	4	2	2	1	2	False	63226	backbone	False	SPA0121_000000002958	0.9979621437658681	PS281	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	True
SPA0056_000000007039	4621	0.7479955093628065	6	2	2	1	2	False	63226	backbone	False	SPA0121_000000002958	0.9972012422489183	PS281	0	0	False	True	0.9993507862091064	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	True
SPA0057_000000006305	4608	0.7479955093628065	6	2	2	1	2	False	63226	backbone	False	SPA0121_000000002958	0.9945677064687497	PS281	0	0	True	True	0.9997829794883728	1					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	True
ENG0062_000000005265	4603	0.7479955093628065	6	2	2	1	2	False	63226	backbone	False	SPA0121_000000002958	0.9934885714282071	PS281	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	True
ISR0323_000000005877	3231	0.7479955093628065	4	2	2	1	2	False	29265	fragment	False	ISR0323_000000005877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	False
ISR0188_000000008421	2562	0.7479955093628065	4	2	2	1	2	False	29264	fragment	False	ISR0188_000000008421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	False
MAD0041_000000003689	6596	0.7479832815654192	12	4	4	2	2	False	100556	maximal	True	MAD0041_000000003689	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.945	38.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CAN0007_000000026397	1524	0.7479825106201281	4	3	2	3	3	False	95207	fragment	False	CAN0007_000000026397	1.0		0	0	False	False	0.9875327944755554	0					non-mobilizable	no_good_hit								True	False
ENG0020_000000009963	1976	0.7479801343545451	3	1	1	1	1	False	82676	fragment	False	ISR0362_000000010460	0.9733898593392215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0104_000000000658	24801	0.747975398103543	30	11	5	11	3	True	49840	fragment	False	FIJ0104_000000000658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0008113151418449306	NZ_GL830953.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld43, whole genome shotgun sequence	True	True
USA0121_01_000000010897	4354	0.7479745424189898	7	3	3	3	3	False	102073	maximal	True	USA0121_01_000000010897	1.0		0	0	False	False	0.9990813136100769	0					non-mobilizable	no_good_hit	1305.0	99.92299999999999	57.0	0.0002896368211914646	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ETH0005_000000004444	10602	0.7479679792762721	15	12	8	8	10	True	125403	fragment	False	MON0037_000000003223	0.6131448988831258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7223.0	90.115	68.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0132_000000010214	3846	0.7479656869240185	6	5	2	2	4	True	57475	maximal	True	SPA0132_000000010214	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	3371.0	100.0	88.0	0.0017334133686805638	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	True	True
ISR0085_000000009887	2404	0.747965160346019	6	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.831355397198088		0	0	False	False	0.9995840191841125	0					non-mobilizable	other	2189.0	99.863	100.0	0.000616819804569374	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0365_000000006582	2393	0.747965160346019	6	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.9714738227802974		0	0	False	False	1.0	0					non-mobilizable	other	2230.0	99.73100000000001	100.0	0.0006283834131598379	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0167_000000012736	2312	0.747965160346019	5	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.9629633878624217		0	0	False	False	0.999567449092865	0					non-mobilizable	other	2259.0	99.956	100.0	0.0006365625509433367	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0023_01_000000013688	2280	0.747965160346019	6	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.8977548851614602		0	0	False	False	1.0	0					non-mobilizable	other	2280.0	99.912	100.0	0.0006424853748555253	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0057_000000014066	2267	0.747965160346019	6	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.9424386485341928		0	0	False	False	0.9991177916526794	0					non-mobilizable	other	2268.0	97.31	100.0	0.0006379727471129054	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0062_000000016413	2259	0.747965160346019	6	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.8225735397971545		0	0	False	False	1.0	0					non-mobilizable	other	2259.0	99.867	100.0	0.0006365625509433367	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0116_000000011970	2259	0.747965160346019	5	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.8189805026255658		0	0	False	False	1.0	0					non-mobilizable	other	2189.0	99.863	100.0	0.000616819804569374	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0056_000000015913	2226	0.747965160346019	5	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.8695759809482382		0	0	False	False	0.9995507597923279	0					non-mobilizable	other	2227.0	97.26100000000001	100.0	0.0006264091385224415	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0174_000000011147	2221	0.747965160346019	5	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.8169493155435545		0	0	False	False	1.0	0					non-mobilizable	other	2221.0	99.865	100.0	0.000625845060054614	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0816_000000017986	2209	0.747965160346019	5	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.8140053640130708		0	0	False	False	1.0	0					non-mobilizable	other	2209.0	99.86399999999999	100.0	0.0006224605892476491	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0149_000000018032	2184	0.747965160346019	5	4	1	3	4	False	106231	fragment	False	ISR0365_000000006582	0.8057841982713774		0	0	False	False	1.0	0					non-mobilizable	other	2173.0	99.77	99.0	0.0006123071768267541	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0107_000000027709	2155	0.7479650153596299	3	3	3	3	3	False	8596	maximal	True	MON0107_000000027709	1.0		1381	13	False	False	1.0	0					non-mobilizable	other	2155.0	98.93299999999999	100.0	0.041848808066678324	NZ_JAAIOD010000018.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_18_length_51471_cov_342.947, whole genome shotgun sequence	False	False
SPA0085_000000002813	4948	0.7479547314790727	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7678241526508891	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4949.0	99.87899999999999	100.0	0.04207383971627587	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
FIJ0004_000000016051	1634	0.7479532656698692	3	3	3	3	1	True	51987	maximal	True	FIJ0004_000000016051	1.0		73	9	False	False	0.9981639981269836	0					non-mobilizable	other	1639.0	90.90899999999999	100.0	0.023885792853277167	NZ_CABIWU010000004.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
ENG0104_000000014132	2245	0.7479531468399859	3	3	3	2	2	False	99140	fragment	False	ENG0104_000000014132	1.0		0	0	False	False	0.9844098091125488	0					non-mobilizable	no_good_hit								True	False
AST0092_000000002412	7333	0.7479494665306322	9	7	7	6	6	False	109727	maximal	True	AST0092_000000002412	1.0		1	1	False	False	0.9957725405693054	0					non-mobilizable	no_good_hit	4297.0	97.81200000000001	86.0	0.06849905083988705	NZ_MIEH01000009.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_9, whole genome shotgun sequence	True	False
CAN0012_000000010533	5100	0.7479448909852018	4	4	4	3	4	False	94296	maximal	True	CAN0012_000000010533	1.0		7	3	False	False	0.999803900718689	0					non-mobilizable	chromosome	5100.0	99.49	100.0	0.0015098586543658696	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0150_000000014482	1649	0.7479423423088075	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.18509700570469145	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1649.0	92.48	100.0	0.7137288869640537	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0332_000000005338	2552	0.7479375282514071	3	3	3	3	2	False	73611	maximal	True	ISR0332_000000005338	1.0		78	7	False	False	0.9835423231124878	0					non-mobilizable	no_good_hit	965.0	95.751	85.0	0.013971881769674765	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0137_000000003074	4232	0.7479354756354878	8	7	1	4	6	True	80546	maximal	True	CHI0137_000000003074	1.0		2	1	False	False	0.9922022819519043	0					non-mobilizable	plasmid	4123.0	99.976	97.0	0.036757296617650995	CP023840.1	enterobacteria	Klebsiella pneumoniae strain 4/1-2 plasmid p4_1_2.1, complete sequence	False	True
ENG0195_000000002253	8554	0.7479330177168245	8	6	4	3	3	False	100724	maximal	True	ENG0195_000000002253	1.0		0	0	False	False	0.9998831152915955	0					non-mobilizable	no_good_hit	701.0	87.447	21.0	0.00013144920305164959	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
AST0110_000000000642	23735	0.7479159725344604	21	18	4	14	11	True	115131	fragment	False	ENG0091_000000000469	0.20860152414075606		0	0	False	False	0.9999157190322876	0					non-mobilizable	other	23735.0	99.895	100.0	0.010415696760263733	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
FIJ0046_000000006688	4047	0.7479131734034656	3	2	2	2	2	False	85809	fragment	False	FIJ0046_000000006688	0.9365473409854156		0	0	False	False	0.9997528791427612	0					non-mobilizable	no_good_hit	890.0	72.584	22.0	0.0015230174980896708	NZ_JQHM01000002.1	enterobacteria	Pectobacterium betavasculorum strain NCPPB 2795 ID_3, whole genome shotgun sequence	True	False
SPA0008_000000015631	1949	0.7479129328968986	3	3	3	3	2	False	71806	fragment	False	SPA0085_000000006434	0.9568192543652667		0	0	False	False	0.9892252683639526	0					non-mobilizable	chromosome	1949.0	99.436	100.0	0.0008514521892986272	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ETH0004_000000026324	1116	0.7479122161794465	2	2	1	2	1	False	78242	fragment	False	ISR0022_000000017797	0.13467762800753014		0	0	False	False	1.0	0					non-mobilizable	other	1021.0	91.87100000000001	92.0	0.0003068013862966664	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0140_000000027678	1277	0.7479106308016307	2	2	2	2	2	False	64565	fragment	False	ENG0043_000000026701	0.9493087557603687		0	0	False	False	0.9968676567077637	0					non-mobilizable	no_good_hit	332.0	72.892	26.0	0.00494386808238766	NZ_BBAB01000020.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MON0005_000000007442	5894	0.7478970314141274	5	4	4	4	2	True	14156	maximal	True	MON0005_000000007442	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	82.74600000000001	20.0	0.00018438581188877219	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
MAD0015_000000001817	7179	0.7478901792596927	8	8	6	8	7	True	98719	fragment	False	MAD0025_000000001121	0.9355692226954349		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	7179.0	99.889	100.0	0.07909847357689977	CP027138.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed2	False	True
AUS0008_000000000735	14916	0.7478897455660214	21	9	4	9	1	True	101904	fragment	False	AUS0008_000000000735	1.0		0	0	False	False	0.9967820048332214	0					non-mobilizable	other	6816.0	98.29799999999999	99.0	0.0018250037022268795	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0007_000000006635	2830	0.7478873930796702	3	3	2	3	2	False	127132	maximal	True	AST0007_000000006635	1.0	PS721	2	2	False	True	0.9975265264511108	0					non-mobilizable	no_good_hit	2213.0	74.37899999999999	77.0	0.26691042047531993	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0017_000000029071	1113	0.7478864583252368	2	2	2	2	2	False	37826	maximal	True	ISR0017_000000029071	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	75.771	29.0	2.6257946205091502e-05	NC_020453.1	a-proteobacteria	Bradyrhizobium oligotrophicum S58, complete genome	True	False
MAD0052_000000008926	2113	0.7478837475627762	3	3	1	3	1	True	17277	maximal	True	MAD0052_000000008926	1.0		16	5	False	False	0.9990534782409668	0					non-mobilizable	no_good_hit	432.0	78.009	20.0	0.0013512267549256188	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
DEN0079_000000013554	3622	0.7478829002045526	3	3	3	2	1	True	96833	fragment	False	DEN0079_000000013554	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3629.0	95.288	100.0	0.0010088735776177054	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
AST0047_000000001088	15126	0.7478813882575571	20	14	6	12	10	False	128720	fragment	False	AST0047_000000001088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2884.0	90.361	49.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ISR0158_000000010685	1787	0.7478809679661611	3	3	3	3	2	False	110658	fragment	False	ISR0328_000000014655	0.9497705252422234		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	88.906	94.0	0.0023216756473001276	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0148_000000004126	7016	0.7478798552446236	5	5	5	4	3	False	49555	maximal	True	ISR0148_000000004126	1.0		209	10	False	False	0.999857485294342	0					non-mobilizable	other	3845.0	100.0	100.0	0.0007284063704101777	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ENG0002_000000005284	3779	0.7478793628922238	5	3	2	2	3	True	107448	fragment	False	CHI0049_000000003601	0.7471881803360673		0	0	False	False	0.9920613765716553	0					non-mobilizable	other	3779.0	98.94200000000001	100.0	0.039345150069775674	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ISR0213_000000007704	3167	0.7478772514273024	1	1	1	1	0	False	28291	maximal	True	ISR0213_000000007704	1.0		0	0	False	False	0.9908430576324463	0					non-mobilizable	no_good_hit	1009.0	71.952	40.0	0.00033260149861209906	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
USA0027_01_000000006155	4347	0.7478683804443699	5	5	4	2	3	False	2059	maximal	True	USA0027_01_000000006155	1.0		1	1	False	False	0.9976995587348938	0					non-mobilizable	no_good_hit	1646.0	88.639	64.0	0.003731265455202798	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0046_000000012504	1514	0.7478683651322707	2	2	2	2	2	False	64426	maximal	True	ENG0046_000000012504	1.0		5	4	False	False	0.9643328785896301	0					non-mobilizable	no_good_hit	446.0	71.525	29.0	4.3864927516019134e-05	AP014685.1	a-proteobacteria	Bradyrhizobium diazoefficiens DNA, complete genome, strain: NK6	True	False
ENG0120_000000017058	1204	0.7478656717038207	2	1	1	1	1	False	82674	fragment	False	ENG0159_000000018254	0.9721752735441568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0102_000000014919	2095	0.7478603819696508	3	3	3	3	3	False	120021	maximal	True	AST0102_000000014919	1.0		13	3	False	False	0.9880668520927429	0					non-mobilizable	chromosome	1525.0	98.295	99.0	0.0006907961833964145	LR134274.1	firmicutes	Streptococcus salivarius strain NCTC8618 genome assembly, chromosome: 1	False	False
ISR0319_000000000216	28009	0.747857681762352	37	17	11	14	8	True	66652	maximal	True	ISR0319_000000000216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
ENG0104_000000022113	1435	0.7478469414385881	1	1	1	1	1	False	60222	maximal	True	ENG0104_000000022113	1.0		13	6	False	False	0.9909407496452332	0					non-mobilizable	other	1323.0	73.77199999999999	91.0	0.00032532696737664246	CP000962.1	firmicutes	Clostridium botulinum A3 str. Loch Maree, complete genome	False	False
SPA0125_000000017444	1925	0.7478451146937715	4	4	2	3	2	True	70804	fragment	False	SPA0125_000000017444	1.0		0	0	False	False	0.9968830943107605	0					non-mobilizable	no_good_hit	503.0	89.662	57.0	0.0001511837810521548	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
CHI0167_000000009004	2247	0.7478368214450126	3	3	3	3	3	False	78182	fragment	False	CHI0167_000000009004	1.0		0	0	False	False	0.9995549917221069	0					non-mobilizable	no_good_hit	1031.0	90.01	77.0	0.00019358368021783813	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MAD0091_000000013064	1301	0.7478367825254638	2	2	2	2	2	False	15737	fragment	False	MAD0091_000000013064	1.0		0	0	False	False	0.9953881502151489	0					non-mobilizable	no_good_hit	194.0	78.351	15.0	5.833610908429235e-05	NZ_AP021853.1	firmicutes	Sporolactobacillus terrae strain 70-3	True	False
SPA0030_000000003751	7509	0.7478353428587461	8	3	1	2	2	False	111075	fragment	False	SPA0030_000000003751	1.0		0	0	False	False	0.9988014101982117	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.001834862385321101	NZ_WNAJ01000040.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold40_size22345, whole genome shotgun sequence	True	False
AST0025_000000027831	1384	0.7478335307043682	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8877614523930504		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	95.47200000000001	100.0	0.0003640842286107627	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0073_000000047016	1155	0.7478330978540493	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.18179768333645635		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	98.788	100.0	0.023799703019303745	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0075_000000015263	1286	0.7478259906878791	3	2	2	2	1	True	44573	fragment	False	FIJ0075_000000015263	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	98.445	100.0	0.008763195940969476	NZ_OLMR01000005.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
MON0097_000000008482	3890	0.7478255564126332	4	1	1	1	1	True	73762	fragment	False	MON0097_000000008482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	98.257	28.0	0.023670698807762597	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
DEN0093_000000022851	1378	0.7478247110212258	2	1	1	1	1	False	68440	fragment	False	DEN0093_000000022851	1.0		0	0	False	False	0.9695210456848145	0					non-mobilizable	other	1378.0	99.71	100.0	0.0023523382447149265	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
ISR0107_000000025463	1210	0.7478163617377682	2	1	1	1	1	True	115097	fragment	False	AST0047_000000016848	0.8018963167544534		0	0	False	False	1.0	0					non-mobilizable	chromosome	1210.0	88.595	100.0	0.0003497401682224174	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	True
ENG0155_000000016240	1206	0.7478150348296367	3	2	2	1	1	False	68091	fragment	False	ENG0052_000000027873	0.9785678818794459		0	0	False	False	0.9842454195022583	0					non-mobilizable	other	1206.0	98.09299999999999	100.0	0.016210616945139505	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0780_000000004299	2668	0.7478042907070604	4	3	1	3	2	False	90601	maximal	True	ISR0780_000000004299	1.0		0	0	False	False	0.9996252059936523	0					non-mobilizable	no_good_hit	1684.0	97.743	63.0	0.011890698941084098	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
FIJ0139_000000010746	2411	0.7478022916851377	3	3	3	3	3	False	42228	maximal	True	FIJ0139_000000010746	0.9795962199312716		8	3	False	False	0.9958523511886597	0					non-mobilizable	no_good_hit	97.0	80.41199999999999	4.0	0.000828071628195839	NZ_FMVR01000010.1	a-proteobacteria	Novosphingobium stygium strain ATCC 700280, whole genome shotgun sequence	True	False
SPA0016_000000012355	2670	0.7477964039698727	3	3	3	3	3	False	121963	fragment	False	USA0044_01_000000010402	0.967546362339515		0	0	False	False	0.9988763928413391	0					non-mobilizable	no_good_hit	1164.0	75.945	43.0	0.00039241961823911547	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0848_000000015173	1208	0.7477854643437853	2	2	2	2	1	False	38397	fragment	False	ISR0848_000000015173	0.996234309623431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	85.639	47.0	0.00026303639136457125	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0066_000000011537	1763	0.7477763862039631	3	3	3	2	1	False	130049	fragment	False	ENG0005_000000004373	0.06573627481758572		0	0	False	False	0.9994328022003174	0					non-mobilizable	other	1763.0	99.036	100.0	0.003684365701524558	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0116_01_000000004306	6229	0.7477737388702026	7	3	3	3	3	True	113424	maximal	True	USA0116_01_000000004306	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1520.0	97.434	45.0	0.0032300690060196743	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0081_000000021753	1109	0.7477694933169162	2	2	2	2	2	False	34208	fragment	False	ISR0081_000000021753	1.0		0	0	False	False	0.9864742755889893	0					non-mobilizable	other	1109.0	100.0	100.0	0.003629978115294395	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
DEN0063_000000018249	2577	0.7477683144948156	4	4	3	4	3	False	125442	fragment	False	MON0070_000000010284	0.44302629913396985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	84.359	81.0	0.00047509710968143885	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0051_000000009489	2994	0.7477677785252776	6	3	1	3	2	False	17346	maximal	True	MAD0051_000000009489	1.0		2	1	False	False	0.9956579804420471	0					non-mobilizable	no_good_hit	2303.0	84.238	76.0	0.0006378480981127365	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0120_000000014913	1654	0.7477638685942355	3	2	2	2	2	False	41531	fragment	False	FIJ0120_000000014913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	98.361	11.0	5.054123553881956e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0093_000000009160	4341	0.7477638337536284	5	4	3	4	3	False	92187	fragment	False	MON0093_000000009160	0.9936859661663092		0	0	False	False	0.9993089437484741	0					non-mobilizable	no_good_hit	316.0	77.215	7.0	0.0021804192793505963	NZ_FQVI01000011.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
FIJ0038_000000023615	1506	0.7477575397284456	2	2	1	2	1	False	47626	fragment	False	FIJ0038_000000023615	1.0		0	0	False	False	0.9993360042572021	0					non-mobilizable	no_good_hit	40.0	97.5	3.0	0.00014218631511404072	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
MON0038_000000006227	4088	0.7477484492608368	4	4	4	3	3	True	115989	fragment	False	MON0038_000000006227	1.0		0	0	False	True	0.9897260069847107	0					non-mobilizable	no_good_hit	1048.0	90.744	26.0	0.0002368857599756734	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0025_000000006151	3426	0.747739185679925	6	3	1	1	2	True	49184	fragment	False	ISR0815_000000008865	0.9687044525466799		0	0	False	False	1.0	0					non-mobilizable	other	2943.0	99.456	100.0	0.0009441282730796361	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0152_000000007512	3077	0.7477360359134056	4	4	4	3	2	False	131669	fragment	False	ISR0035_000000005853	0.6933172016912705		0	0	False	False	0.9990250468254089	0					non-mobilizable	no_good_hit	918.0	85.73	30.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0079_000000012110	2323	0.7477355842324471	4	4	4	3	3	False	93835	fragment	False	FIJ0079_000000012110	0.9684901531728665		0	0	False	False	1.0	0					non-mobilizable	other	2323.0	99.785	100.0	0.0005002529271905779	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
TAN0006_000000007713	1760	0.7477299818354651	2	2	2	2	2	False	115980	fragment	False	ISR0021_000000012496	0.9316162835801474		0	0	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit	1051.0	90.39	60.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0060_000000023067	1323	0.7477285835780179	2	2	2	2	1	False	112269	fragment	False	AST0060_000000023067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	81.513	9.0	0.0001387213652063304	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0089_000000007248	2937	0.7477229368524954	5	5	1	4	1	True	110278	maximal	True	AST0089_000000007248	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	80.597	37.0	0.010994649270688266	NZ_VULP01000020.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq20, whole genome shotgun sequence	True	True
ISR0032_000000006108	5077	0.7477216072614986	4	4	3	3	3	False	77985	fragment	False	ISR0246_000000003039	0.9710199473089951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	84.486	12.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0008_000000004557	5838	0.7477181655688615	5	4	1	0	4	True	91931	maximal	True	SPA0008_000000004557	1.0		0	0	False	False	0.9984583854675293	0					non-mobilizable	plasmid	5267.0	99.88600000000001	90.0	0.13627067747029434	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0164_000000001769	10884	0.7477169556225466	14	4	2	1	4	False	31397	maximal	True	ISR0164_000000001769	0.9997231851114604		4	2	True	True	0.9997243881225586	25					non-mobilizable	no_good_hit	891.0	72.615	8.0	0.14958495680162628	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
ISR0266_000000001037	10788	0.7477169556225466	13	4	2	1	4	False	31397	maximal	False	ISR0164_000000001769	0.9986422761034083		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	891.0	72.615	8.0	0.14958495680162628	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
MON0039_000000003239	10722	0.7477169556225466	13	4	2	1	4	False	31397	maximal	False	ISR0164_000000001769	0.9945549433081826		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	891.0	72.615	8.0	0.14958495680162628	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
ENG0103_000000008737	2076	0.7477152338079522	2	2	2	2	0	True	60306	maximal	True	ENG0103_000000008737	1.0		1	1	False	False	0.9898843765258789	0					non-mobilizable	no_good_hit								True	True
ISR0011_000000009202	2875	0.7477026931380101	4	4	4	4	4	False	89363	fragment	False	ISR0011_000000009202	0.9592711682743837		0	0	False	False	0.9930434823036194	0					non-mobilizable	no_good_hit	435.0	75.172	15.0	0.0005057030054411235	NZ_AUHO01000007.1	a-proteobacteria	Kaistia adipata DSM 17808 G539DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
DEN0063_000000006628	5948	0.7477005361612561	7	6	2	4	5	False	102108	maximal	True	DEN0063_000000006628	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1963.0	98.064	33.0	0.00037941179943595403	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0295_000000002924	8899	0.7476921360962898	8	3	2	2	2	False	101725	fragment	False	ISR0295_000000002924	1.0		0	0	False	False	0.9992133975028992	0					non-mobilizable	no_good_hit	6197.0	96.40100000000001	69.0	0.2942719511613488	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ENG0101_000000027325	1245	0.7476907585215802	2	2	2	2	2	False	62823	fragment	False	ENG0101_000000027325	0.9706222247617073		0	0	False	False	0.9991967678070068	0					non-mobilizable	chromosome	1245.0	99.43799999999999	100.0	0.0005674074587626139	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ENG0002_000000015398	1532	0.7476884013037008	3	1	1	1	1	False	67973	maximal	True	ENG0002_000000015398	1.0		1	1	False	False	0.9947780966758728	0					non-mobilizable	no_good_hit								True	False
MON0109_000000015665	2276	0.7476858090840258	3	3	3	3	2	False	49336	maximal	True	MON0109_000000015665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	75.845	9.0	6.215126024692114e-05	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0058_000000028474	1797	0.7476826574504395	3	2	2	2	1	True	46965	fragment	False	MON0058_000000028474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	81.6	7.0	0.000359982000899955	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
CHI0116_000000004417	4098	0.7476770960349848	3	2	2	2	2	False	82198	maximal	True	CHI0116_000000004417	1.0		50	7	False	False	0.9956076145172119	0					non-mobilizable	other	3872.0	93.23299999999999	94.0	0.000958648969167341	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	False
FIJ0053_000000018140	1154	0.7476761757429039	1	1	1	1	1	False	89945	fragment	False	CHI0013_000000007185	0.4229049998569375		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.561	99.0	0.008165287831782143	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0177_000000009764	2763	0.7476759629540946	3	2	1	2	1	False	55532	maximal	True	ENG0177_000000009764	1.0		5	4	False	False	0.9978284239768982	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	0.0005108900242000538	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
DEN0049_000000000723	4093	0.7476703518582195	4	4	4	4	3	False	86164	fragment	False	SPA0146_000000005496	0.9508168722587081		0	0	False	False	1.0	0					non-mobilizable	chromosome	4094.0	99.65799999999999	100.0	0.0007270480356548623	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
FIJ0128_000000007134	3564	0.7476679952198445	7	4	4	4	2	True	41033	maximal	True	FIJ0128_000000007134	1.0		1	1	False	False	0.9994388222694397	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	2.0	3.927439099473638e-06	LN590682.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG21, chromosome: 21	True	True
ISR0105_000000005700	2998	0.7476644704546838	4	3	3	3	2	False	73723	maximal	True	ISR0105_000000005700	1.0		13	3	False	False	0.9993329048156738	0					non-mobilizable	no_good_hit	1896.0	95.728	74.0	0.008845837692422658	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0041_000000003256	9976	0.7476581172450172	15	9	7	8	5	False	69990	fragment	False	FIJ0041_000000003256	0.9697688815517953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	82.286	2.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
SPA0111_000000015565	2215	0.7476555605161166	3	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.7064720159591426		0	0	False	False	0.9923250675201416	0					non-mobilizable	other	2190.0	99.54299999999999	99.0	0.0006907380515570163	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0101_000000012165	2288	0.7476535934964215	2	2	2	2	1	True	42699	fragment	False	FIJ0101_000000012165	1.0		0	0	False	False	0.9995629191398621	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000021843	1565	0.7476528614208814	2	1	1	1	1	False	29809	fragment	False	ISR0176_000000021843	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1566.0	93.934	100.0	0.000486557753223134	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0089_000000013849	1663	0.7476473607840303	2	2	2	2	1	False	110171	fragment	False	ISR0160_000000017367	0.9917110716400237		0	0	False	False	0.9771497249603271	0					non-mobilizable	other	1663.0	98.79700000000001	100.0	0.006411740197213092	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0007_000000007157	2617	0.7476445164103123	3	3	3	2	2	False	127122	maximal	True	AST0007_000000007157	1.0		753	15	False	False	0.9977073073387146	0					non-mobilizable	chromosome	2600.0	98.385	99.0	0.0008377053127406308	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0177_000000008120	3290	0.7476405075319451	3	3	1	3	1	False	29773	maximal	True	ISR0177_000000008120	1.0		6	4	False	False	0.9939209818840027	0					non-mobilizable	no_good_hit	490.0	72.653	15.0	0.0001962701284666006	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
MON0056_000000013860	1438	0.7476329503471129	1	1	1	1	1	False	111841	fragment	False	ISR0820_000000015657	0.7098897812866249		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	92.698	100.0	0.037485326724925	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	False	False
SPA0082_000000014293	1204	0.7476288731816043	2	2	2	1	1	False	5591	maximal	True	SPA0082_000000014293	1.0		38	7	False	False	0.9916943311691284	0					non-mobilizable	chromosome	1204.0	100.0	100.0	0.0002171853750293146	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0355_000000014558	1456	0.7476287883792533	2	1	1	1	1	False	23945	fragment	False	ISR0355_000000014558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	78.26100000000001	15.0	0.0004906102046922575	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0067_000000014715	1856	0.7476158407074991	3	3	3	2	1	False	62674	maximal	True	ENG0067_000000014715	1.0		111	8	False	False	0.9913793206214905	0					non-mobilizable	other	1856.0	99.838	100.0	0.019134166090750616	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0005_01_000000006768	5371	0.7476117048846096	5	4	3	3	4	False	86242	fragment	False	USA0005_01_000000006768	1.0		0	0	False	False	0.9977657794952393	0					non-mobilizable	plasmid	4864.0	98.376	94.0	0.03915189679746825	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
TAN0024_000000001220	5210	0.7476098877224936	6	3	2	3	0	False	2345	maximal	True	TAN0024_000000001220	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	96.226	8.0	0.005522542730838351	NZ_FUWW01000009.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ENG0130_000000011677	2580	0.7476097788213172	3	3	2	3	3	False	130225	fragment	False	ISR0207_000000010620	0.9664311645018137		0	0	False	False	1.0	0					non-mobilizable	other	2581.0	99.031	100.0	0.008247079958317085	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0061_000000007903	4633	0.7476000675053772	5	5	4	4	4	False	77012	fragment	False	DEN0061_000000007903	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4633.0	99.82700000000001	100.0	0.023547832806320092	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0856_000000005290	1318	0.7475993204025501	2	2	2	1	1	False	20473	fragment	False	ISR0856_000000005290	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	99.146	100.0	0.0006233535257253205	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
DEN0047_000000001186	2073	0.7475925340312477	3	3	3	3	2	False	128199	fragment	False	DEN0047_000000001186	1.0		0	0	False	False	0.9971056580543518	0					non-mobilizable	other	1859.0	89.242	90.0	0.029975510204081634	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0025_000000012446	2901	0.7475923902768528	4	3	3	3	3	False	72233	fragment	False	ETH0003_000000010538	0.7508277766886573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	75.0	50.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0034_000000008182	1909	0.7475916089789234	4	4	2	3	3	False	18809	maximal	True	MAD0034_000000008182	1.0		1	1	False	False	0.9963331818580627	0					non-mobilizable	no_good_hit	669.0	82.661	35.0	0.983679525222552	NZ_BBAB01000064.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0162_000000002192	12705	0.7475723838507274	15	12	8	8	9	False	122661	maximal	True	ISR0162_000000002192	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	10682.0	99.85	100.0	0.004765991172206239	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0185_000000013357	1471	0.7475654067785517	2	2	2	2	2	False	77214	fragment	False	CHI0185_000000013357	1.0		0	0	False	False	0.9993202090263367	0					non-mobilizable	no_good_hit	1200.0	82.333	81.0	0.007502261988539258	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
AST0024_000000016491	2097	0.7475632618123286	3	1	1	1	1	False	121441	fragment	False	AST0024_000000016491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	3.0454270934641574e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
SPA0107_000000005450	5447	0.7475573545250058	11	4	2	4	2	False	4725	maximal	True	SPA0107_000000005450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	86.04700000000001	4.0	0.0004935087306815775	NZ_LT699727.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
ENG0128_000000022345	1334	0.747555980893389	2	2	2	2	2	False	58583	fragment	False	ENG0128_000000022345	1.0		0	0	False	False	0.9977511167526245	0					non-mobilizable	no_good_hit	123.0	78.862	9.0	2.75828208675073e-05	NZ_QMDO01000001.1	firmicutes	Vallitalea guaymasensis strain L81 L81_Ga0082380_11, whole genome shotgun sequence	True	False
ISR0153_000000026217	1132	0.7475528269321594	1	1	1	1	1	False	30645	maximal	True	ISR0153_000000026217	1.0		0	0	False	False	0.9982331991195679	0					non-mobilizable	other	872.0	96.56	99.0	0.0002472532463698341	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0103_000000006253	4165	0.7475521029124251	5	5	5	5	4	False	103710	fragment	False	ISR0103_000000006253	0.9817124711884327		0	0	False	False	0.9971188306808472	0					non-mobilizable	other	4165.0	99.28	100.0	0.14926336165179052	LR131275.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 9D11-Mucin	False	False
SPA0089_000000001923	14044	0.7475440370247707	13	7	6	7	5	False	130498	maximal	False	AST0153_000000001651	0.991191085570277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7315.0	99.289	57.0	0.011666017756728984	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
CAN0021_000000002296	14032	0.7475440370247707	13	7	6	7	5	False	130498	maximal	False	AST0153_000000001651	0.9740288029069362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8069.0	98.84700000000001	59.0	0.012867564928226306	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0087_000000000971	14017	0.7475440370247707	13	7	6	7	5	False	130498	maximal	False	AST0153_000000001651	0.9898237953372242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7315.0	99.289	57.0	0.011666017756728984	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0088_000000001004	14013	0.7475440370247707	13	7	6	7	5	False	130498	maximal	False	AST0153_000000001651	0.9895804669972578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7315.0	99.289	57.0	0.011666017756728984	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0003_000000017820	1199	0.7475370038304313	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.13992176429403586	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1208.0	84.354	100.0	0.014226297381605066	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
USA0052_01_000000008431	1863	0.7475252070698751	2	2	2	2	1	False	100205	maximal	True	USA0052_01_000000008431	1.0		3	2	False	False	0.9989264607429504	0					non-mobilizable	no_good_hit	588.0	99.83	32.0	0.00018261470661251898	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0255_000000020485	1610	0.7475204203171234	3	2	2	2	2	False	26882	maximal	True	ISR0255_000000020485	1.0		0	0	False	False	0.9739130139350891	0					non-mobilizable	no_good_hit								True	False
ENG0051_000000015609	1835	0.7475199556031838	4	3	2	3	1	False	91240	fragment	False	ENG0051_000000015609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	93.975	79.0	0.00029305460584155515	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0062_000000002035	6093	0.7475176311950544	7	4	3	4	2	True	105918	fragment	False	MAD0062_000000002035	1.0		0	0	False	False	0.9983587861061096	0					non-mobilizable	no_good_hit	1446.0	85.27	24.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0398_000000015324	1490	0.7475138493900373	2	1	1	1	1	False	22609	maximal	True	ISR0398_000000015324	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	100.0	10.0	0.0009512514515850073	NZ_CZAI01000010.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MAD0066_000000000598	14433	0.7475078191599046	21	6	0	5	2	False	49149	maximal	True	MAD0066_000000000598	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000002125	11450	0.7475078191599046	13	6	0	5	2	False	49148	fragment	False	FIJ0026_000000002125	1.0		0	0	False	False	0.999912679195404	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	0.00359817173976466	XM_036292726.1	ants	PREDICTED: Monomorium pharaonis uncharacterized LOC105831681 (LOC105831681), transcript variant X26, mRNA	True	False
FIJ0004_000000012012	2197	0.7474955124644244	4	2	1	2	0	True	52049	maximal	True	FIJ0004_000000012012	1.0		0	0	False	False	0.9954483509063721	0					non-mobilizable	no_good_hit	59.0	89.831	3.0	5.581495609865005e-05	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	True	True
ISR0228_000000003065	6933	0.7474852587848951	3	3	3	3	1	True	72853	fragment	False	ISR0228_000000003065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0216_000000008411	2165	0.7474793301578821	4	4	4	3	2	False	47035	fragment	False	ISR0216_000000008411	1.0		0	0	False	False	0.989376425743103	0					non-mobilizable	no_good_hit	574.0	72.997	26.0	0.004378304473931702	NZ_SOBG01000008.1	fusobacteria	Hypnocyclicus thermotrophus strain DSM 100055 Ga0310544_108, whole genome shotgun sequence	True	False
CHI0103_000000000244	9444	0.7474787235857958	9	5	3	4	4	False	89593	maximal	False	CHI0089_000000000554	1.0		0	0	True	True	1.0	78					non-mobilizable	no_good_hit	2419.0	98.594	45.0	0.02255589674244772	MN270259.1	viruses	Streptococcus phage phi-SgaBSJ31_rum, complete genome	True	True
CHI0089_000000000554	9444	0.7474787235857958	9	5	3	4	4	False	89593	maximal	True	CHI0089_000000000554	1.0		4	1	True	True	1.0	34					non-mobilizable	no_good_hit	2403.0	98.71	45.0	0.022405649303697026	MN270259.1	viruses	Streptococcus phage phi-SgaBSJ31_rum, complete genome	True	True
ITA0002_000000002134	3582	0.7474738824251027	4	4	4	4	4	False	28320	fragment	False	ITA0002_000000002134	1.0		0	0	False	False	0.9977666139602661	0					non-mobilizable	no_good_hit	1548.0	71.512	42.0	0.005655567059661779	NZ_CABFVD010000004.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	False
CHI0036_000000000006	98067	0.7474736910120621	91	14	4	11	5	True	127415	maximal	False	SPA0046_000000000019	0.9205639992058721		0	0	True	True	1.0	325					non-mobilizable	virus	33082.0	97.55799999999999	97.0	0.33439493665766834	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
TAN0011_000000000880	4254	0.7474733619710355	5	3	3	3	2	True	57060	maximal	False	MAD0107_000000009050	0.8258497909606032		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	261.0	91.571	6.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
TAN0005_000000004811	3083	0.7474733619710355	4	3	3	3	2	True	61933	backbone	False	FIJ0024_000000006648	0.6752823806157937	PS225|PS272	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	535.0	89.346	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0107_000000017308	1472	0.7474723397900268	2	2	2	2	2	False	72181	fragment	False	FIJ0107_000000017308	1.0		0	0	False	False	0.9802989363670349	0					non-mobilizable	no_good_hit	114.0	83.333	8.0	3.7972795204578436e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	False
MON0104_000000027527	1658	0.7474705992794529	2	1	1	1	1	False	12175	fragment	False	MON0036_000000013598	0.9497677119628339		0	0	False	False	0.9993968605995178	0					non-mobilizable	no_good_hit								True	False
ENG0098_000000015056	1662	0.7474679717567243	3	2	2	2	2	False	85611	fragment	False	ENG0098_000000015056	0.9839789196306745		0	0	False	False	0.9897713661193848	0					non-mobilizable	other	1650.0	98.848	99.0	0.00648156154928581	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0024_000000004787	7219	0.7474549108117041	13	5	5	5	5	True	55515	maximal	True	MON0024_000000004787	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3201.0	99.06299999999999	65.0	0.0008536226545050336	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0120_000000030310	1312	0.7474548145421891	2	2	2	2	1	False	4160	fragment	False	SPA0120_000000030310	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	819.0	98.90100000000001	100.0	0.00015187259655109788	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MON0082_000000030281	1208	0.7474520149556443	2	2	2	2	2	False	13771	fragment	False	MON0073_000000003420	0.9674926869463508		0	0	False	False	0.9685430526733398	0					non-mobilizable	chromosome	1207.0	91.301	99.0	0.000486497868848888	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
CHI0129_000000003567	5374	0.7474484515486645	5	5	4	3	3	False	91331	fragment	False	SPA0093_000000007100	0.6443127084105225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
FIJ0082_000000007131	3892	0.7474479310653209	4	2	2	2	1	True	122737	maximal	True	FIJ0082_000000007131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2023.0	99.209	52.0	0.03702821982529712	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MAD0089_000000002620	6590	0.7474478985107292	6	6	5	6	3	False	117904	maximal	True	MAD0089_000000002620	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3118.0	96.24799999999999	96.0	0.001000710160691514	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0066_000000016736	1788	0.7474391708274625	3	2	2	2	1	False	131668	fragment	False	DEN0028_000000005326	0.05175130625236822		0	0	False	False	0.9932885766029358	0					non-mobilizable	no_good_hit	478.0	84.31	27.0	0.00010793562682935015	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0060_000000016482	1856	0.7474318805907433	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.2795189837482854		0	0	False	False	0.975215494632721	0					non-mobilizable	plasmid	1856.0	100.0	100.0	0.23103748910200522	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
AUS0016_000000015605	1816	0.7474318805907433	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.15998965458313694		0	0	False	False	0.9818282127380371	0					non-mobilizable	plasmid	1816.0	100.0	100.0	0.2260555486361938	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0081_000000038826	1346	0.7474282035763375	1	1	1	1	1	False	9952	fragment	False	MON0092_000000040604	0.9636098981077147		0	0	False	False	0.9762258529663086	0					non-mobilizable	other	1227.0	77.09899999999999	91.0	0.005048706139624267	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	False
MAD0060_000000010750	1581	0.7474211229057725	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9085929127588198		0	0	False	False	0.9917773604393005	0					non-mobilizable	other	1454.0	94.911	92.0	0.005550203238770051	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0061_000000009041	2372	0.7474182093243928	3	3	3	3	3	False	63266	fragment	False	ENG0061_000000009041	1.0		0	0	False	False	0.9995784163475037	0					non-mobilizable	no_good_hit								True	False
ISR0157_000000027090	1174	0.7474106363827862	2	2	1	2	1	True	30522	fragment	False	ISR0157_000000027090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0083_000000023416	1214	0.7474068010079048	2	2	2	2	1	True	34078	fragment	False	ISR0083_000000023416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	73.55	35.0	0.010921642367729637	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
USA0017_01_000000019594	1386	0.7474059546695736	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.19992588588827173		0	0	False	False	0.9920634627342224	0					non-mobilizable	other	1380.0	80.435	99.0	0.03198844532840839	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0001_000000020095	1100	0.7474045009778941	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.015422161454887605		0	0	False	False	0.9990909099578857	0					non-mobilizable	other	1109.0	84.31	100.0	0.013080158805180073	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
AST0090_000000003700	6959	0.7474004477637954	8	7	6	6	7	False	109953	maximal	True	AST0090_000000003700	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6869.0	99.068	99.0	0.0033108092129299164	CP051129.1	firmicutes	Lactobacillus reuteri strain CNI-KCA2 chromosome	False	False
MAD0005_000000007473	3475	0.7473992032340231	3	3	2	3	1	True	70344	maximal	True	MAD0005_000000007473	1.0		3	2	False	False	0.9694964289665222	0					non-mobilizable	no_good_hit	629.0	98.887	18.0	0.000292884492512324	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0018_000000009961	2715	0.7473968486374706	3	1	1	1	1	False	50010	fragment	False	FIJ0018_000000009961	0.9961827935160896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	90.96	12.0	0.002323404650792281	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
FIJ0089_000000008999	2674	0.7473968486374706	4	1	1	1	1	False	50010	fragment	False	FIJ0018_000000009961	0.9942491415217262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	94.04	11.0	0.0019782131026745706	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
FIJ0149_000000008816	2672	0.7473968486374706	4	1	1	1	1	False	50010	fragment	False	FIJ0018_000000009961	0.9946417415820579		0	0	False	False	0.998877227306366	0					non-mobilizable	no_good_hit	297.0	93.603	11.0	0.0019450216076632523	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
FIJ0079_000000010728	2629	0.7473968486374706	3	1	1	1	1	False	50010	fragment	False	FIJ0018_000000009961	0.9905167772441367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	92.99600000000001	10.0	0.001679489647572706	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
FIJ0111_000000008202	2614	0.7473968486374706	3	1	1	1	1	False	50010	fragment	False	FIJ0018_000000009961	0.9882316755324059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	92.56200000000001	9.0	0.001579915162538751	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
FIJ0161_000000006204	2614	0.7473968486374706	3	1	1	1	1	False	50010	fragment	False	FIJ0018_000000009961	0.9889620568820492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	92.531	9.0	0.0015732768635364875	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
FIJ0061_000000009993	2502	0.7473968486374706	4	1	1	1	1	False	50010	fragment	False	FIJ0018_000000009961	0.9626610718806361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	92.62299999999999	10.0	0.0015931917605432784	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
FIJ0120_000000009350	2487	0.7473968486374706	3	1	1	1	1	False	50010	fragment	False	FIJ0018_000000009961	0.9603261227188369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	92.56200000000001	10.0	0.001579915162538751	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
FIJ0051_000000008825	2486	0.7473968486374706	3	1	1	1	1	False	50010	fragment	False	FIJ0018_000000009961	0.9594425280951221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	92.116	10.0	0.0015732768635364875	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
FIJ0112_000000011211	2405	0.7473968486374706	3	1	1	1	1	False	50010	fragment	False	FIJ0018_000000009961	0.7539096326195827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	90.0	6.0	0.001035574644353131	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
FIJ0032_000000017300	2070	0.7473968486374706	3	1	1	1	1	False	48428	fragment	False	FIJ0032_000000017300	1.0		0	0	False	False	0.9990338087081909	0					non-mobilizable	no_good_hit	67.0	98.507	3.0	0.0021933468478947194	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
FIJ0023_000000009214	3393	0.747391466246449	5	4	4	3	3	False	49381	maximal	True	FIJ0023_000000009214	1.0		183	13	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	85.635	88.0	0.00030226154240227914	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0069_01_000000005876	9998	0.747388415908304	13	7	5	7	4	True	125258	fragment	False	USA0069_01_000000005876	1.0		0	0	False	False	0.9991998672485352	0					non-mobilizable	no_good_hit	1163.0	94.411	12.0	0.00034355355807461925	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
USA0036_01_000000004727	8319	0.747388415908304	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.3900715468787126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	71.78	8.0	0.011805205417528731	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0395_000000004605	8048	0.747388415908304	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.34922059804886507		0	0	False	False	0.9983847141265869	0					non-mobilizable	no_good_hit	629.0	72.337	8.0	0.010796807900272962	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
USA0062_01_000000003374	7854	0.747388415908304	10	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.3673281479326615		0	0	False	False	0.9998726844787598	0					non-mobilizable	no_good_hit	630.0	71.905	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
USA0006_01_000000002976	7819	0.747388415908304	10	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.3402501249453362		0	0	False	False	0.9997442364692688	0					non-mobilizable	no_good_hit	630.0	71.905	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
USA0059_01_000000003143	7796	0.747388415908304	10	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.3135591584186258		0	0	False	False	0.9997434616088867	0					non-mobilizable	no_good_hit	630.0	71.905	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
AST0029_000000003900	7767	0.747388415908304	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.3528377586646224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.905	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0096_000000004154	7706	0.747388415908304	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.3360171670109368		0	0	False	False	0.9996107220649719	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0063_000000011775	1526	0.7473861848893166	2	2	2	2	2	False	6124	fragment	False	SPA0063_000000011775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	766.0	88.773	50.0	0.005082481800574367	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
FIJ0141_000000017613	1685	0.7473692979498321	2	1	1	1	1	False	94910	maximal	True	FIJ0141_000000017613	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	76.558	79.0	0.0075378021058345865	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ISR0086_000000017443	1613	0.7473692979498321	1	1	1	1	1	False	56818	fragment	False	ISR0049_000000017620	0.9842514938966586		0	0	False	False	0.9987601041793823	0					non-mobilizable	no_good_hit	1174.0	73.765	79.0	0.00025452577260923323	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
SPA0109_000000023519	1441	0.7473692979498321	1	1	1	1	1	False	94907	fragment	False	SPA0109_000000023519	0.9829957036217878		0	0	False	False	0.9986120462417603	0					non-mobilizable	other	1358.0	76.436	93.0	0.007594349758541523	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	False	False
FIJ0054_000000017921	1411	0.7473692979498321	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.5646993752152826		0	0	False	False	0.9985825419425964	0					non-mobilizable	other	1400.0	80.071	98.0	0.041313654462174054	NZ_QIML01000019.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_19, whole genome shotgun sequence	False	False
MON0060_000000030256	1399	0.7473692979498321	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.31248046805834356		0	0	False	False	0.9985703825950623	0					non-mobilizable	chromosome	1401.0	80.585	99.0	0.00038701259552625743	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0170_000000012149	1166	0.7473688280076248	3	2	1	2	1	False	55829	fragment	False	ENG0170_000000012149	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1091.0	92.02600000000001	94.0	0.4720658293633608	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	False
CHI0151_000000007709	3222	0.7473630783150362	5	5	4	4	3	False	113756	fragment	False	ISR0059_000000003816	0.7874169476159781		0	0	False	False	0.997827410697937	0					non-mobilizable	chromosome	3226.0	92.777	100.0	0.0009012158297161087	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0037_000000009374	3494	0.7473609862608198	3	3	3	3	3	False	65227	fragment	False	ENG0037_000000009374	1.0		0	0	False	False	0.9962793588638306	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	3.0	9.75012776029479e-05	NZ_UYXJ01000002.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
ISR0793_000000009818	1708	0.7473606812321227	2	2	2	2	1	False	22014	fragment	False	ISR0793_000000009818	1.0		0	0	False	False	0.9959016442298889	0					non-mobilizable	no_good_hit	594.0	79.96600000000001	35.0	0.0014286544496532486	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0185_000000007612	4119	0.7473579957853483	4	3	2	2	3	True	130098	fragment	False	ISR0350_000000003885	0.4600690964047111		0	0	False	False	1.0	0					non-mobilizable	other	4128.0	92.345	100.0	0.0012783029462876327	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0158_000000014776	1351	0.7473562738408872	2	2	2	1	1	False	78863	fragment	False	CHI0158_000000014776	0.7126353112484732		0	0	False	False	0.9992598295211792	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000002563	6683	0.7473558329372765	11	7	3	4	6	False	65641	maximal	True	ENG0032_000000002563	1.0		4	3	False	False	0.9968577027320862	0					non-mobilizable	no_good_hit	3204.0	89.48200000000001	48.0	0.011633757218689844	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
FIJ0071_000000013125	2723	0.74734601396201	3	3	2	3	1	False	44883	fragment	False	FIJ0071_000000013125	1.0		0	0	False	False	0.9955930709838867	0					non-mobilizable	no_good_hit								True	False
ISR0115_000000017534	1967	0.7473444094528713	3	3	3	2	2	False	35130	fragment	False	ISR0115_000000017534	1.0		0	0	False	False	0.9908490180969238	0					non-mobilizable	other	1033.0	99.12899999999999	99.0	0.0002929567741144303	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0073_000000001981	7616	0.7473399221833648	8	5	2	2	5	False	84729	fragment	False	SPA0073_000000001981	0.9952355743779777		0	0	False	False	0.9988182783126831	0					non-mobilizable	other	7616.0	100.0	100.0	0.0335561597475907	NZ_QVHZ01000010.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf10, whole genome shotgun sequence	False	False
SPA0094_000000002087	7556	0.7473399221833648	8	5	2	2	5	False	84729	fragment	False	SPA0073_000000001981	0.9933035714285714		0	0	False	False	0.9997352957725525	0					non-mobilizable	chromosome	7556.0	100.0	100.0	0.0011765000843249234	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
MON0101_000000053497	1248	0.747334734751251	1	1	1	1	1	False	108777	fragment	False	FIJ0121_000000012940	0.2003542184852324		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	97.99700000000001	100.0	0.007612507484206796	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
AST0046_000000001536	12202	0.7473321167455877	11	6	5	6	0	False	115741	fragment	False	AST0046_000000001536	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	4565.0	94.39200000000001	91.0	0.1297123509830142	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
SPA0079_000000000004	98107	0.7473283516716948	91	12	4	10	4	True	127415	maximal	False	SPA0046_000000000019	0.9194813750348754		0	0	True	True	1.0	174					non-mobilizable	virus	33104.0	96.79799999999999	97.0	0.3344050471655191	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0208_000000000040	96851	0.7473283516716948	90	12	4	10	4	True	127415	maximal	False	SPA0046_000000000019	0.9184253873081972		0	0	True	True	1.0	63					non-mobilizable	virus	24673.0	97.20299999999999	98.0	0.24929479207740604	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0020_000000000031	96503	0.7473283516716948	94	12	4	10	4	True	127415	maximal	False	SPA0046_000000000019	0.9084803366298445		0	0	True	True	1.0	654					non-mobilizable	virus	31495.0	97.514	97.0	0.32428784834904445	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
SPA0113_000000000080	94478	0.7473283516716948	92	12	4	10	4	True	127415	maximal	False	SPA0046_000000000019	0.8488122634174138		0	0	True	True	1.0	111					non-mobilizable	virus	38380.0	96.412	97.0	0.3872728927174012	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ENG0169_000000007708	2979	0.7473282228585705	2	2	2	2	1	True	131942	maximal	True	ENG0169_000000007708	1.0	PS1136	2	2	False	True	0.9973145127296448	0					non-mobilizable	no_good_hit	724.0	81.492	24.0	0.004011727448720388	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	True	True
ISR0224_000000000029	95562	0.7473194198520687	92	13	5	10	4	True	127415	maximal	False	SPA0046_000000000019	0.9085715674413034		0	0	True	True	1.0	257					non-mobilizable	virus	31498.0	97.844	97.0	0.3244835934682944	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0139_000000013726	1564	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.8350622421280504		0	0	False	False	0.9744245409965515	0					non-mobilizable	other	1559.0	98.781	99.0	0.09031884057971014	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
CHI0059_000000011946	1529	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.7853132124836755		0	0	False	False	0.998691976070404	0					non-mobilizable	other	1520.0	99.145	99.0	0.08805797101449275	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0090_000000024078	1515	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.7358822337599586		0	0	False	False	1.0	0					non-mobilizable	other	1520.0	98.816	100.0	0.08805797101449275	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0847_000000019500	1510	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.6879340280947541		0	0	False	False	0.9854304790496826	0					non-mobilizable	other	1503.0	99.8	99.0	0.08707246376811595	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
MON0065_000000017558	1492	0.7473151216380255	2	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.7254096971550654		0	0	False	False	0.9845844507217407	0					non-mobilizable	other	1478.0	97.429	99.0	0.08434782608695653	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0820_000000017259	1487	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.6854875957684585		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	98.861	100.0	0.08643478260869565	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0781_000000021058	1440	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.5134808680118819		0	0	False	False	1.0	0					non-mobilizable	other	1451.0	97.381	100.0	0.08394202898550725	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
DEN0001_000000030761	1433	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.5162896320838802		0	0	False	False	0.9965108036994934	0					non-mobilizable	other	1418.0	99.083	99.0	0.08208695652173913	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ENG0004_000000019084	1411	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.5113211758903083		0	0	False	False	0.9659816026687622	0					non-mobilizable	other	1411.0	99.929	100.0	0.0817391304347826	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ENG0181_000000015064	1335	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.2650538794496051		0	0	False	False	0.9992509484291077	0					non-mobilizable	other	1335.0	99.176	100.0	0.07733333333333334	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0134_000000019058	1333	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.46062070171589464		0	0	False	False	0.9962490797042847	0					non-mobilizable	other	1333.0	99.1	100.0	0.07721739130434782	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0117_000000021066	1310	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.4163554802718288		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	99.084	100.0	0.0758840579710145	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
USA0023_01_000000023598	1284	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.3689747339084535		0	0	False	False	0.9922118186950684	0					non-mobilizable	other	1282.0	99.064	99.0	0.0742608695652174	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ENG0104_000000024814	1276	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.368107983571366		0	0	False	False	0.9968652129173279	0					non-mobilizable	other	1276.0	99.92200000000001	100.0	0.07391304347826087	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
CHI0183_000000006352	1274	0.7473151216380255	2	1	1	1	1	False	77279	maximal	True	CHI0183_000000006352	1.0		22	6	False	False	0.9709576368331909	0					non-mobilizable	other	1000.0	89.2	91.0	0.0006005850433240485	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ENG0045_000000010475	1267	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.3203774787306526		0	0	False	False	0.988161027431488	0					non-mobilizable	other	1257.0	99.84100000000001	99.0	0.07281159420289855	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0352_000000008406	1257	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.3190414792303044		0	0	False	False	0.9960222840309143	0					non-mobilizable	other	1257.0	99.045	100.0	0.07281159420289855	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ENG0131_000000021131	1247	0.7473151216380255	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.31856109289713014		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	99.92	100.0	0.07223188405797101	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
MAD0040_000000024362	1403	0.7473098426635099	2	2	2	2	2	False	43699	fragment	False	MAD0040_000000024362	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	95.92399999999999	100.0	0.09664265325540301	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	False	False
ISR0018_000000002807	7687	0.7473073917073281	11	3	0	3	1	True	127966	maximal	True	ISR0018_000000002807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0024_000000042674	1232	0.7473040463152251	3	2	2	2	2	False	12876	fragment	False	MON0024_000000042674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0113_000000024957	1498	0.7472941739488903	1	1	1	1	1	False	106494	maximal	True	AST0113_000000024957	1.0		208	13	False	False	0.9732977151870728	0					non-mobilizable	other	1498.0	99.53299999999999	100.0	0.000789573619696618	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MON0016_000000026052	1455	0.7472941739488903	1	1	1	1	1	False	43159	fragment	False	MON0016_000000026052	0.9775224588592687		0	0	False	False	0.999312698841095	0					non-mobilizable	other	1458.0	83.333	100.0	0.00115744057569534	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
FIJ0094_000000014122	1445	0.7472941739488903	1	1	1	1	1	False	43159	fragment	False	MON0016_000000026052	0.9591484761950859		0	0	False	False	0.9993079304695129	0					non-mobilizable	other	1448.0	82.804	100.0	0.0011494801865915207	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
ISR0360_000000009526	2561	0.7472939340604577	4	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.5755758001223553		0	0	False	False	1.0	0					non-mobilizable	other	1633.0	95.836	98.0	0.03239991205452619	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ISR0012_000000010028	2313	0.7472939340604577	4	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.4689482217679155		0	0	False	False	0.9969736337661743	0					non-mobilizable	other	1298.0	96.995	97.0	0.02588395194979113	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
CHI0002_000000005751	1587	0.7472868698587917	4	2	2	2	1	False	91023	maximal	True	CHI0002_000000005751	1.0		2	1	False	False	0.9823566675186157	0					non-mobilizable	no_good_hit	856.0	97.196	89.0	0.00026823315670710545	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CAN0005_000000007814	2191	0.747278463864153	3	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.6477056589131623		0	0	False	False	0.9986307621002197	0					non-mobilizable	other	1327.0	90.279	98.0	0.0003758476443095985	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0147_000000016158	1352	0.7472762687625878	2	1	1	1	1	False	39936	maximal	True	FIJ0147_000000016158	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0125_000000010392	1461	0.7472753517237372	3	3	2	3	2	False	32038	maximal	True	ISR0125_000000010392	1.0		1	1	False	False	0.9993155598640442	0					non-mobilizable	no_good_hit	1191.0	94.12299999999999	81.0	0.027239584527549127	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0154_000000002107	3233	0.7472671630208777	4	3	3	3	3	False	3214	fragment	False	SPA0154_000000002107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	97.78	33.0	0.0004711835010595072	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
MAD0024_000000001800	5079	0.7472607145558035	5	5	5	5	3	False	19207	maximal	True	MAD0024_000000001800	1.0		7	1	False	False	0.9972435235977173	0					non-mobilizable	no_good_hit	2128.0	74.718	41.0	0.0010150367407566225	NZ_JACCFX010000001.1	high GC Gram+	Pseudoclavibacter caeni strain DSM 26484 Ga0415219_01, whole genome shotgun sequence	True	False
FIJ0104_000000005654	4336	0.7472593148718213	9	4	3	4	3	False	42524	maximal	True	FIJ0104_000000005654	1.0		1	1	False	False	0.999769389629364	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	6.336646439323154e-06	NZ_CP041305.1	firmicutes	Bacillus ciccensis strain 5L6 chromosome, complete genome	True	False
MON0044_000000029021	1883	0.7472535513652664	3	2	2	2	2	False	99844	fragment	False	MON0039_000000025714	0.8483270873548172		0	0	False	False	0.9941582679748535	0					non-mobilizable	no_good_hit								True	False
MON0039_000000025714	1875	0.7472535513652664	3	2	2	2	2	False	99844	fragment	False	MON0039_000000025714	0.9754473132977088		0	0	False	False	0.9802666902542114	0					non-mobilizable	no_good_hit								True	False
MON0076_000000025945	1846	0.7472535513652664	2	2	2	2	2	False	99844	fragment	False	MON0039_000000025714	0.9593576830371333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	2.0	1.0857083202839546e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0052_000000010686	2661	0.7472520606367375	4	2	2	1	2	False	66752	fragment	False	SPA0052_000000010686	1.0		0	0	False	False	0.9996241927146912	0					non-mobilizable	no_good_hit	80.0	93.75	3.0	0.010706932052161977	MK233193.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_4_c1 sequence	True	False
SPA0053_000000014710	2264	0.7472506644093053	4	3	2	2	1	False	6477	maximal	True	SPA0053_000000014710	1.0		2	1	False	False	0.9986749291419983	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000008778	1306	0.7472400642090491	2	1	1	1	1	False	103207	maximal	True	MAD0104_000000008778	0.977253928866832		4	1	False	False	0.9732006192207336	0					non-mobilizable	no_good_hit	947.0	98.73299999999999	73.0	0.003045276762864363	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0049_000000002010	11313	0.7472354140872104	10	8	5	8	5	False	82030	maximal	True	ISR0049_000000002010	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2729.0	88.34700000000001	24.0	0.1164715468073245	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0046_000000003915	6325	0.7472312357063827	6	4	4	4	3	False	46990	maximal	True	FIJ0046_000000003915	1.0		12	5	False	False	1.0	0					non-mobilizable	chromosome	4597.0	99.565	100.0	0.0010398538231596896	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0388_000000020088	1752	0.7472275147522293	2	2	2	1	1	False	32445	fragment	False	ISR0388_000000020088	0.99478155932941		0	0	False	False	0.9982876777648926	0					non-mobilizable	other	1752.0	99.54299999999999	100.0	0.035327842377260985	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0020_01_000000029123	1183	0.7472273810839042	2	2	1	2	1	False	64905	fragment	False	ENG0039_000000021182	0.9528605962933119		0	0	False	False	1.0	0					non-mobilizable	chromosome	1190.0	83.445	99.0	0.00026305552118375874	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0302_000000015559	1114	0.7472257687282724	1	1	1	1	1	False	25525	fragment	False	ISR0302_000000015559	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1083.0	73.13	96.0	0.0004896191502059172	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
ENG0200_000000010665	1914	0.7472211665087235	4	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.17396483745957253		0	0	False	False	0.9989550709724426	0					non-mobilizable	other	1914.0	99.896	100.0	0.0005719067334618653	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0073_000000028208	1871	0.7472211665087235	3	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.14427652027157878		0	0	False	False	0.9994655251502991	0					non-mobilizable	other	1871.0	98.985	100.0	0.0005584536215926631	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0141_000000002857	7298	0.7472180718011774	9	9	7	7	8	False	99345	fragment	False	ISR0775_000000001932	0.642260921147409		0	0	False	False	0.9943820238113403	0					non-mobilizable	other	7298.0	99.74	100.0	0.0016613209334178452	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
SPA0109_000000020786	1601	0.7472179043735588	4	3	2	3	1	False	90547	fragment	False	MON0046_000000019056	0.5976513018562549		0	0	False	False	0.9893816113471985	0					non-mobilizable	other	1591.0	96.60600000000001	99.0	0.02427436602505347	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0055_000000022147	1629	0.7472093146624931	2	1	1	1	1	True	113707	fragment	False	AST0055_000000022147	1.0		0	0	False	False	0.9938612580299377	0					non-mobilizable	no_good_hit								True	True
CHI0086_000000005014	1362	0.7472093146624931	1	1	1	1	1	True	84041	fragment	False	CHI0086_000000005014	1.0		0	0	False	False	0.9875183701515198	0					non-mobilizable	no_good_hit								True	True
CHI0069_000000003024	3200	0.7471961692892403	3	3	3	3	2	False	85069	fragment	False	CHI0069_000000003024	0.944565610288094		0	0	False	False	1.0	0					non-mobilizable	other	2054.0	89.094	93.0	0.006489067780713384	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
FIJ0015_000000027824	1204	0.7471900969106681	2	2	2	2	2	False	50275	maximal	True	FIJ0015_000000027824	1.0		380	14	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	75.708	35.0	0.00019203054847691752	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
MON0040_000000002824	8040	0.7471875006635817	10	8	5	3	6	True	116371	fragment	False	USA0005_01_000000004191	0.9693085889838939		0	0	False	False	0.9982587099075317	0			MPF_T		non-mobilizable	plasmid	8015.0	99.988	99.0	0.24258384792347742	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0053_000000013092	1919	0.7471720839245274	4	4	4	3	2	False	102239	fragment	False	SPA0054_000000012699	0.46619970957291623		0	0	False	False	1.0	0					non-mobilizable	other	1920.0	96.406	100.0	0.03254543294928139	NZ_SRYX01000022.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_22_length_58933_cov_383.128, whole genome shotgun sequence	False	False
ISR0031_000000016255	1471	0.7471684664244733	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.403557863227118		0	0	False	False	1.0	0					non-mobilizable	chromosome	1472.0	95.31200000000001	100.0	0.00047380792986869075	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0047_000000002483	11079	0.7471651387244173	16	14	9	14	13	False	132200	fragment	False	ENG0181_000000001954	0.6117470185487908		0	0	False	False	1.0	0					non-mobilizable	other	11079.0	99.955	100.0	0.0906576320010475	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
FIJ0082_000000013092	2291	0.7471647021760175	2	2	2	2	2	False	48684	fragment	False	FIJ0082_000000013092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	76.289	34.0	0.0002545128749668171	CP028365.1	CFB group bacteria	Tannerella sp. oral taxon HOT-286 strain W11666 chromosome	True	False
ENG0134_000000024524	1594	0.7471644096143236	1	1	1	1	1	False	66734	fragment	False	ENG0134_000000024524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	73.874	68.0	0.0011321273987340188	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
TAN0027_000000006574	1688	0.7471625183400621	1	1	1	1	1	False	18857	maximal	True	TAN0027_000000006574	1.0		1	1	False	False	0.9982227683067322	0					non-mobilizable	other	1583.0	92.609	97.0	0.0005787280647970444	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
AST0029_000000011785	2580	0.7471581454266617	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9910849858220513		0	0	False	False	1.0	0					non-mobilizable	other	2582.0	99.92299999999999	100.0	0.00049962339507357	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
AST0024_000000013216	2565	0.7471581454266617	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9839930147717765		0	0	False	False	0.9988304376602173	0					non-mobilizable	other	2519.0	99.921	98.0	0.000487683096628847	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0101_000000024729	2532	0.7471581454266617	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9782351461666482		0	0	False	False	1.0	0					non-mobilizable	chromosome	2493.0	98.917	99.0	0.000497371237332701	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0104_000000014597	2526	0.7471581454266617	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9883668838868825		0	0	False	False	1.0	0					non-mobilizable	chromosome	2526.0	99.921	100.0	0.0005039576140710555	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0398_000000009337	2499	0.7471581454266617	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9881011300536646		0	0	False	False	1.0	0					non-mobilizable	other	2498.0	99.6	100.0	0.00048361584284441265	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0238_000000005685	2482	0.7471581454266617	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9836902894861016		0	0	False	False	1.0	0					non-mobilizable	other	2482.0	98.912	100.0	0.0004805169828181769	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0066_000000013005	2478	0.7471581454266617	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9852987501899045		0	0	False	False	1.0	0					non-mobilizable	chromosome	2478.0	99.96	100.0	0.0004943774297243581	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0081_000000022433	2478	0.7471581454266617	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9853531655303267		0	0	False	False	1.0	0					non-mobilizable	chromosome	2478.0	100.0	100.0	0.0004943774297243581	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0068_000000017161	2469	0.7471581454266617	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9752124704746495		0	0	False	False	0.9995949864387512	0					non-mobilizable	other	2468.0	98.663	99.0	0.0004778054802952206	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0103_000000007493	2767	0.7471567528290914	4	3	3	2	2	False	100514	fragment	False	ETH0003_000000010764	0.11576941183517911		0	0	False	False	0.984821081161499	0					non-mobilizable	no_good_hit	1590.0	79.245	60.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0199_000000001831	12483	0.7471562746913349	12	9	4	4	5	True	105661	fragment	False	ISR0217_000000001699	0.833416368080457		0	0	False	False	0.9999198913574219	0					non-mobilizable	no_good_hit								True	True
MON0096_000000011166	3070	0.7471548900569142	5	5	4	5	3	False	34845	fragment	False	MON0096_000000011166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	83.736	33.0	0.00018581751575533765	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0032_000000008779	3929	0.7471538716140682	6	6	6	6	3	False	129767	fragment	False	FIJ0032_000000008779	1.0		0	0	False	True	0.9918554425239563	0					non-mobilizable	no_good_hit	1801.0	99.223	85.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0171_000000018989	1121	0.7471513366232351	2	2	2	2	2	False	38762	fragment	False	SPA0069_000000018232	0.6236933797909407		0	0	False	False	0.9982158541679382	0					non-mobilizable	chromosome	1121.0	95.094	100.0	0.0004802495239312197	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
USA0064_01_000000001035	12852	0.7471483939683661	14	7	5	4	3	True	79219	fragment	False	USA0064_01_000000001035	1.0		0	0	False	False	0.9995331168174744	0					non-mobilizable	no_good_hit	258.0	94.186	2.0	7.15453944392247e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
USA0022_01_000000004490	1599	0.7471460784477671	4	2	2	2	1	False	1725	maximal	True	USA0022_01_000000004490	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	93.81200000000001	31.0	0.0157625786163522	MK233092.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_4_c1 sequence	True	False
ISR0339_000000008107	1833	0.7471428445312499	3	3	3	3	2	False	24392	fragment	False	ISR0339_000000008107	0.9994292237442922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	72.047	14.0	6.906694731612248e-05	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	True	False
ISR0777_000000004165	3993	0.7471419696139001	4	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.5626392399665584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2814.0	78.607	86.0	0.006671089845414746	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0006_000000005725	2376	0.7471389142181216	2	2	2	1	2	False	127556	fragment	False	AST0006_000000005725	1.0		0	0	False	False	0.9978955984115601	0					non-mobilizable	no_good_hit								True	False
CHI0116_000000008050	2038	0.7471326765853894	3	3	3	3	1	False	82172	maximal	True	CHI0116_000000008050	1.0		1	1	False	False	0.9803729057312012	0					non-mobilizable	no_good_hit	1136.0	97.535	56.0	0.00405529821846307	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0106_000000012491	2030	0.7471302373787079	3	2	2	2	2	False	128010	maximal	True	ISR0106_000000012491	1.0		4	1	False	False	0.9655172228813171	0					non-mobilizable	other	2012.0	95.57700000000001	98.0	0.0005697327961702147	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0330_000000006158	4068	0.747127534040713	7	2	2	2	1	False	108095	maximal	True	ISR0330_000000006158	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0176_000000001239	9379	0.7471249529366047	11	11	4	6	11	False	77730	maximal	True	CHI0176_000000001239	1.0		1	1	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	5108.0	98.29700000000001	100.0	0.00969710093722813	CP017451.1	enterobacteria	Klebsiella sp. LTGPAF-6F plasmid unnamed1, complete sequence	False	True
ISR0351_000000007494	1928	0.7471248719232737	3	3	3	3	3	False	114894	fragment	False	ISR0216_000000008235	0.7167271595584838		0	0	False	False	1.0	0					non-mobilizable	chromosome	1928.0	93.413	100.0	0.0007935860783504611	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0023_000000008756	1541	0.7471215334190406	3	3	2	3	2	False	90547	fragment	False	MON0046_000000019056	0.6614583294313218		0	0	False	False	0.9993510842323303	0					non-mobilizable	other	1543.0	97.47200000000001	100.0	0.02354109379773908	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0320_000000003387	5265	0.7471167249593149	5	4	4	4	3	False	25071	maximal	True	ISR0320_000000003387	1.0		12	1	False	False	0.9996201395988464	0					non-mobilizable	no_good_hit	100.0	88.0	2.0	2.6855686400889506e-05	CP010521.1	firmicutes	Clostridium botulinum strain NCTC 8550, complete genome	True	False
DEN0089_000000012151	1581	0.7471140145885136	2	2	2	1	1	False	68832	fragment	False	DEN0089_000000012151	1.0		0	0	False	False	0.9981024861335754	0					non-mobilizable	no_good_hit	316.0	76.266	20.0	8.75252473986406e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0079_000000027497	2121	0.7471094033231651	4	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.41921318348190506		0	0	False	False	0.99717116355896	0					non-mobilizable	no_good_hit	1527.0	99.214	72.0	0.008211099512499596	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
SPA0107_000000002725	10006	0.7471022050144717	11	9	8	7	9	True	41150	maximal	True	SPA0107_000000002725	1.0		4	2	False	False	0.9999000430107117	0					non-mobilizable	no_good_hit	1529.0	79.137	15.0	0.00039439686997345415	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	True
SPA0012_000000000907	18987	0.7471020207496342	17	12	12	12	9	True	36185	fragment	False	SPA0012_000000000907	1.0		0	0	False	False	0.9998419880867004	0					non-mobilizable	no_good_hit	3137.0	95.792	18.0	0.04327546711561284	NZ_SLXA01000012.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_112, whole genome shotgun sequence	True	True
CHI0185_000000003900	5009	0.7470980679317024	5	3	2	3	1	True	79194	maximal	False	ENG0112_000000005326	0.9528225659444728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	75.70100000000001	21.0	0.0003429466920954333	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MON0103_000000016800	2913	0.7470858523514667	4	3	3	3	3	False	26009	maximal	True	MON0103_000000016800	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	71.165	18.0	0.2928452579034942	LN853411.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0803	True	False
SPA0124_000000008193	3552	0.7470777758714519	7	2	2	2	1	False	48247	maximal	True	SPA0124_000000008193	1.0		1	1	False	False	0.9918355941772461	0					non-mobilizable	no_good_hit	399.0	77.193	11.0	0.007404075052953195	NZ_LZFO01000015.1	firmicutes	Clostridium acetireducens DSM 10703 CLAC_contig000015, whole genome shotgun sequence	True	False
ISR0080_000000020357	1606	0.747077297862703	2	2	2	2	1	False	83776	fragment	False	ISR0080_000000020357	1.0		0	0	False	False	0.9894146919250488	0					non-mobilizable	no_good_hit	129.0	82.946	8.0	0.005306139369066865	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
FIJ0034_000000012569	2207	0.747072487049223	2	1	1	1	1	False	48135	fragment	False	FIJ0034_000000012569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	3.0	4.203038873524447e-05	NZ_JAAXOR010000002.1	high GC Gram+	Nocardia cerradoensis strain IFM 10366 W9747_2, whole genome shotgun sequence	True	False
ISR0272_000000001639	6758	0.7470697848475791	7	7	7	7	5	False	130893	fragment	False	ISR0272_000000001639	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1599.0	84.928	24.0	0.018834483410530296	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
MON0039_000000035210	1403	0.7470568195347155	2	1	1	1	1	False	11910	maximal	True	MON0039_000000035210	1.0		23	9	False	False	0.9992872476577759	0					non-mobilizable	no_good_hit								True	False
ISR0829_000000007860	1926	0.7470556866040579	3	2	2	2	2	False	74436	fragment	False	ENG0025_000000011436	0.3155790147152911		0	0	False	False	0.989615797996521	0					non-mobilizable	no_good_hit	136.0	79.41199999999999	7.0	2.1891203983545656e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
FIJ0006_000000005128	6225	0.7470523896218991	13	3	1	3	1	False	51805	fragment	False	FIJ0006_000000005128	1.0		0	0	False	False	0.9998393654823303	0					non-mobilizable	no_good_hit	272.0	92.647	4.0	0.0946890286512928	KU548747.1	bacteria	Uncultured bacterium clone CH_040101_Contig_23 genomic sequence	True	False
ENG0038_000000008425	2704	0.7470499531305599	3	2	1	2	2	False	65092	maximal	True	ENG0038_000000008425	1.0		45	9	False	False	0.9844674468040466	0					non-mobilizable	no_good_hit	491.0	73.931	18.0	0.006639413975692063	NZ_LMUA01000018.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00018, whole genome shotgun sequence	True	False
ISR0848_000000003105	4777	0.7470494507463532	7	6	2	4	5	False	131147	fragment	False	ISR0848_000000003105	0.9977909665804979		0	0	False	False	0.9995813369750977	0					non-mobilizable	other	4767.0	99.51799999999999	99.0	0.02948366361820145	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0102_000000006073	4726	0.7470494507463532	7	6	2	4	5	False	131147	fragment	False	ISR0848_000000003105	0.9947087027234877		0	0	False	False	1.0	0					non-mobilizable	other	4726.0	99.93700000000001	100.0	0.02931614280218894	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ISR0362_000000000068	71916	0.7470425099151121	103	59	22	48	39	True	79611	maximal	True	ISR0362_000000000068	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit	1032.0	85.07799999999999	7.0	0.0006184209971692336	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
ENG0061_000000001431	13156	0.7470414125072108	6	6	4	6	5	False	121278	maximal	True	ENG0061_000000001431	1.0	PS849	8	4	False	True	1.0	0					non-mobilizable	no_good_hit	9723.0	100.0	74.0	0.012315698398401822	NZ_CZBZ01000001.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
USA0035_01_000000016290	1572	0.7470394845040831	3	3	2	3	3	True	1412	fragment	False	USA0035_01_000000016290	1.0		0	0	False	False	0.9980915784835815	0					non-mobilizable	other	1572.0	100.0	100.0	0.00873690298756479	NZ_CBYM010000003.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
FIJ0160_000000006340	2760	0.7470391456063226	5	5	5	5	5	False	85424	fragment	False	FIJ0005_000000010360	0.6345394736842106		0	0	False	False	1.0	0					non-mobilizable	chromosome	2760.0	99.67399999999999	100.0	0.0005313101310577828	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
ISR0140_000000017132	1337	0.7470351411615574	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.22991032339649478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	99.367	12.0	4.359875812964105e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0018_000000022474	1336	0.7470351411615574	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.22861670909505366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	99.37899999999999	12.0	4.443185541874247e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0057_000000009660	3180	0.7470303227123455	4	3	3	3	2	False	37050	maximal	True	SPA0057_000000009660	1.0		163	10	False	False	0.9987421631813049	0					non-mobilizable	no_good_hit	509.0	80.157	16.0	0.00020612802640405765	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0251_000000007950	1976	0.7470302873804414	1	1	1	1	1	False	110104	fragment	False	ISR0260_000000007305	0.9716190343106028		0	0	False	False	1.0	0					non-mobilizable	chromosome	1704.0	92.54700000000001	98.0	0.0004835493661236692	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0153_000000011797	1592	0.7470302873804414	1	1	1	1	1	False	110103	fragment	False	ISR0351_000000008711	0.9659044228081701		0	0	False	False	0.9993718862533569	0					non-mobilizable	chromosome	1591.0	89.001	99.0	0.0004519764369238296	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0025_000000020931	1792	0.7470285991478353	3	3	2	2	1	False	120232	maximal	True	AST0025_000000020931	1.0		85	6	False	False	0.9994419813156128	0					non-mobilizable	no_good_hit	728.0	90.385	71.0	0.00020637555695851822	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0065_000000015521	2224	0.7470284682415629	2	2	2	2	2	False	95549	fragment	False	CHI0018_000000006944	0.8414968440656759		0	0	False	False	0.9874100685119629	0					non-mobilizable	chromosome	2224.0	99.955	100.0	0.00034264918842391394	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0087_000000021698	1180	0.7470254512393943	2	2	2	2	2	False	61348	fragment	False	ISR0077_000000029838	0.9679230152365678		0	0	False	False	0.9830508232116699	0					non-mobilizable	no_good_hit	300.0	73.333	25.0	0.0005109238304988396	NZ_MVIM01000003.1	high GC Gram+	Mycolicibacterium tusciae strain DSM 44338 NODE_3_length_573471_cov_63.1735, whole genome shotgun sequence	True	False
AST0040_000000013170	1532	0.7470250118514267	4	4	3	3	1	False	116030	maximal	True	AST0040_000000013170	1.0		1	1	False	False	0.9986945390701294	0					non-mobilizable	no_good_hit	1320.0	97.652	86.0	0.0003691626333526544	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0333_000000011590	1975	0.7470173207898272	3	3	2	2	3	True	131041	fragment	False	ISR0333_000000011590	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1975.0	96.506	100.0	0.0006399051877055218	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ISR0067_000000024534	1269	0.7470164225279606	3	2	2	2	2	False	35048	fragment	False	ISR0243_000000009277	0.9536496350364964		0	0	False	False	0.9747833013534546	0					non-mobilizable	chromosome	1269.0	98.73899999999999	100.0	0.000565849888235722	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0065_01_000000005525	2066	0.7469995273667622	4	3	0	2	2	True	97230	fragment	False	USA0065_01_000000005525	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2066.0	94.72399999999999	100.0	0.012474464818866418	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
DEN0022_000000027869	1494	0.7469989508610344	3	3	3	3	3	False	74528	fragment	False	ISR0294_000000012312	0.9807036319285762		0	0	False	False	0.9993306398391724	0					non-mobilizable	no_good_hit	54.0	88.889	4.0	0.0023389232127096204	NZ_CACWQI010000027.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	False
ENG0163_000000010805	2275	0.7469988521004572	4	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.10322847591162425		0	0	False	False	1.0	0		MOBV			mobilizable	other	2277.0	95.301	100.0	0.35708679956050854	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
ENG0018_000000011108	1901	0.7469988521004572	3	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.02556679599454879		0	0	False	False	0.9984219074249268	0		MOBV			mobilizable	other	1901.0	98.42200000000001	100.0	0.0037678676248948965	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
MON0063_000000015555	1885	0.7469988521004572	3	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0673664119747505		0	0	False	False	0.9968169927597046	0		MOBV			mobilizable	other	1886.0	96.288	100.0	0.000567386822290472	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
SPA0040_000000006669	5283	0.7469967351229363	9	4	2	2	2	False	72888	fragment	False	SPA0040_000000006669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0010_000000006348	2050	0.7469937039656263	2	2	2	2	2	False	94609	maximal	True	CAN0010_000000006348	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	99.538	53.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0169_000000006143	4407	0.7469906905000084	6	3	0	2	2	True	66087	fragment	False	ISR0259_000000002712	0.962782829350814		0	0	False	False	0.9947810173034668	0	IncW				non-mobilizable	other	4407.0	99.728	100.0	0.0018473895245550605	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0808_000000000841	12224	0.7469890558987299	15	13	6	6	11	True	123529	maximal	True	ISR0808_000000000841	1.0		5	4	False	False	1.0	0					non-mobilizable	other	8263.0	93.86399999999999	99.0	0.003972892216288713	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
ENG0021_000000003779	4925	0.7469885672466979	6	3	1	2	2	False	66391	fragment	False	ENG0021_000000003779	1.0		0	0	False	False	0.9997969269752502	0					non-mobilizable	no_good_hit	3077.0	97.04299999999999	82.0	0.3727803454147409	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
AST0150_000000009781	2834	0.7469858719479551	3	2	1	2	1	False	104177	maximal	True	AST0150_000000009781	1.0		14	4	False	False	0.990119993686676	0					non-mobilizable	no_good_hit	156.0	99.359	6.0	0.0007752442019236059	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0071_000000004991	4815	0.7469730967887694	4	3	3	3	3	False	88617	maximal	True	SPA0071_000000004991	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	2204.0	77.858	46.0	0.023146779303062304	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0070_000000004333	4806	0.7469730967887694	4	3	3	3	3	False	88617	maximal	False	SPA0071_000000004991	0.9990654205607477		0	0	False	False	0.9997919201850891	0					non-mobilizable	no_good_hit	2204.0	77.858	46.0	0.023146779303062304	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0134_000000009637	3907	0.7469709791305507	4	4	2	4	0	True	112600	maximal	True	ENG0134_000000009637	1.0		2	2	False	False	0.9997440576553345	0					non-mobilizable	no_good_hit	2715.0	87.698	69.0	0.025041503974179428	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
AST0150_000000024873	1122	0.7469690970429819	1	1	1	1	1	False	103797	fragment	False	MON0013_000000046514	0.5677405975891707		0	0	False	False	0.9946523904800415	0					non-mobilizable	other	1103.0	95.55799999999999	98.0	0.00298323640095792	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0105_000000025232	2158	0.7469689445385365	2	2	1	2	2	True	11268	maximal	True	MON0105_000000025232	0.9890981169474727		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	95.31200000000001	3.0	0.00021476982659977115	NZ_RKRD01000003.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_13, whole genome shotgun sequence	True	True
DEN0077_000000005628	2166	0.7469548761190236	2	1	1	1	1	False	69906	maximal	True	DEN0077_000000005628	1.0		84	12	False	False	1.0	0					non-mobilizable	other	2166.0	98.661	100.0	0.0034670986120390354	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ENG0039_000000005722	4050	0.7469547124621986	4	3	3	3	2	True	130098	fragment	False	ISR0350_000000003885	0.46760753570589736		0	0	False	False	1.0	0					non-mobilizable	chromosome	3872.0	96.488	100.0	0.0012999265888169289	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0039_000000011329	2358	0.746950102890233	4	3	3	3	2	False	40075	fragment	False	SPA0039_000000011329	1.0		0	0	False	False	0.9966073036193848	0					non-mobilizable	no_good_hit	873.0	77.32	37.0	0.0003052344712403847	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0081_000000005748	5363	0.7469419246802338	6	6	4	6	5	False	101154	maximal	True	FIJ0081_000000005748	1.0		64	9	False	False	0.9985082745552063	0					non-mobilizable	no_good_hit	1475.0	82.23700000000001	68.0	0.00035746938157061453	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0170_000000028007	1680	0.7469411085508099	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.21065108107574437		0	0	False	False	0.9988095164299011	0					non-mobilizable	chromosome	1680.0	92.976	100.0	0.0005411724586731508	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0031_000000013493	1745	0.7469356886859951	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.6457925514282137		0	0	False	False	0.998853862285614	0					non-mobilizable	virus	1746.0	97.652	99.0	0.24146070535962233	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
MON0108_000000015612	1403	0.7469343700668323	2	2	2	2	2	False	62549	maximal	True	MON0108_000000015612	1.0		5	2	False	False	0.9971489906311035	0					non-mobilizable	other	1409.0	87.296	99.0	0.006320441387321004	NZ_QICA01000003.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_003, whole genome shotgun sequence	False	False
CHI0180_000000005807	2315	0.7469277486696627	4	2	2	2	2	False	89982	fragment	False	CHI0180_000000005807	0.673845857913297		0	0	False	False	1.0	0					non-mobilizable	other	2318.0	98.361	100.0	0.00044813179372154774	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0222_000000007348	8562	0.7469237760718545	11	4	3	4	3	False	96889	maximal	True	ISR0222_000000007348	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	76.67	13.0	0.004879802987058508	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ISR0293_000000020069	1759	0.7469225217713805	2	2	2	2	1	False	125863	fragment	False	ISR0293_000000020069	1.0		0	0	False	False	0.9954519867897034	0					non-mobilizable	chromosome	934.0	88.33	92.0	0.000313032555049131	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0023_000000001493	4556	0.746905212772723	10	7	2	5	4	True	19253	maximal	True	MAD0023_000000001493	1.0		1	1	False	False	0.9969271421432495	0					non-mobilizable	no_good_hit								True	True
MON0033_000000051052	1154	0.7468940313665169	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.15397350993377482		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	90.493	100.0	0.008029080172419796	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	True
ISR0130_000000018841	1636	0.7468900337727952	2	2	2	2	1	False	131181	fragment	False	ISR0130_000000018841	0.9799675370586227		0	0	False	False	0.9963325262069702	0					non-mobilizable	other	1083.0	86.427	94.0	0.00030516645109467886	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0042_000000016253	1552	0.7468900337727952	2	2	2	2	1	False	131181	fragment	False	ISR0130_000000018841	0.793860969399273		0	0	False	False	1.0	0					non-mobilizable	other	1082.0	86.414	94.0	0.0003048844118607651	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0054_000000016769	1547	0.7468900337727952	2	2	2	2	1	False	131181	fragment	False	ISR0130_000000018841	0.9472487701342359		0	0	False	False	0.9993535876274109	0					non-mobilizable	other	1083.0	86.427	94.0	0.00030516645109467886	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0308_000000011896	1534	0.7468900337727952	2	2	2	2	1	False	131181	fragment	False	ISR0130_000000018841	0.7859014634744018		0	0	False	False	1.0	0					non-mobilizable	chromosome	1084.0	86.9	94.0	0.00029022589919111926	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CAN0021_000000002556	12888	0.7468889041733057	15	11	5	11	7	True	91673	fragment	False	CAN0021_000000002556	0.9471615192249513		0	0	False	False	1.0	0					non-mobilizable	other	12829.0	90.709	99.0	0.30307186605812664	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
DEN0018_000000002192	12286	0.7468889041733057	14	11	5	11	7	True	91673	fragment	False	CAN0021_000000002556	0.9183800513661802		0	0	False	False	0.9998372197151184	0					non-mobilizable	other	12298.0	90.738	99.0	0.29053846335753303	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
MAD0112_000000016759	1716	0.7468820375025259	3	2	2	1	1	False	114377	fragment	False	MAD0112_000000016759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	82.169	86.0	0.0023461939520333683	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
SPA0120_000000024755	1635	0.7468820375025259	3	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.3748318550217916		0	0	False	False	0.9993883967399597	0					non-mobilizable	other	1603.0	81.472	98.0	0.00047534328604514686	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0127_000000016373	1567	0.7468820375025259	3	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.33987261882393843		0	0	False	False	1.0	0					non-mobilizable	chromosome	1491.0	81.087	95.0	0.000428155034445174	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0353_000000024347	1511	0.7468820375025259	2	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.32056806503739826		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	80.874	97.0	0.0004346849923960022	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0094_000000013725	1488	0.7468820375025259	2	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.20961609160376893		0	0	False	False	0.977150559425354	0					non-mobilizable	other	1500.0	80.6	100.0	0.0023845774931709283	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
TAN0010_000000011459	1433	0.7468820375025259	2	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.2971849331675079		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	81.95100000000001	99.0	0.0022806220692567027	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0853_000000010044	1772	0.7468738234977265	3	3	3	3	3	False	116050	fragment	False	ISR0853_000000010044	0.9968254490792458		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	79.065	99.0	0.0006111000040122728	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
FIJ0055_000000001995	7172	0.7468717343141108	10	6	4	3	4	True	46281	maximal	True	FIJ0055_000000001995	0.9967708875021709		5	2	False	True	0.9994422793388367	0	IncQ1	MOBQ		MOBQ	mobilizable	no_good_hit	5516.0	100.0	86.0	0.9063270336894002	LC056431.1	enterobacteria	Escherichia coli plasmid pV234-a DNA, contig: V234-a_scaffold_5, strain: V234	True	True
ISR0266_000000010654	1793	0.7468660160223614	3	3	3	3	1	False	109843	fragment	False	ISR0266_000000010654	1.0		0	0	False	False	0.9977691173553467	0					non-mobilizable	no_good_hit	190.0	91.053	11.0	5.0562145608704694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0070_000000005246	4061	0.7468655116572921	12	5	1	3	4	False	5931	maximal	True	SPA0070_000000005246	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	88.43	6.0	7.989121423948913e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ISR0310_000000008431	2008	0.7468610010207585	2	2	2	2	2	False	47024	maximal	True	ISR0310_000000008431	1.0		1	1	False	False	0.9995020031929016	0					non-mobilizable	no_good_hit	124.0	78.226	6.0	5.884137036289339e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
DEN0070_000000008405	3900	0.746859328261234	6	5	3	3	3	True	70629	maximal	True	DEN0070_000000008405	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	1.1107963854685617e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
TAN0001_000000012018	1282	0.7468578855375677	2	2	2	2	1	False	3088	maximal	True	TAN0001_000000012018	1.0		1	1	False	False	0.9953197836875916	0					non-mobilizable	no_good_hit	884.0	89.14	69.0	0.00023959355382090666	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0834_000000007362	2306	0.7468566019501207	4	4	4	4	3	True	35569	maximal	True	ISR0834_000000007362	1.0		35	5	False	False	0.9986990690231323	0					non-mobilizable	other	2306.0	99.306	100.0	0.005242484824086773	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
ISR0792_000000004854	2840	0.7468538772473539	3	3	2	2	2	False	100266	fragment	False	FIJ0010_000000006374	0.9764491457888519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	72.617	45.0	0.000474100429295737	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
MON0009_000000013808	2573	0.7468538772473539	3	3	2	2	2	False	100266	fragment	False	FIJ0010_000000006374	0.7250650791911		0	0	False	False	0.9996113777160645	0					non-mobilizable	no_good_hit	1183.0	72.358	45.0	0.00042346121935548026	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
FIJ0022_000000009877	2570	0.7468538772473539	3	3	2	2	2	False	100266	fragment	False	FIJ0010_000000006374	0.7239552941434069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	72.128	45.0	0.00042346121935548026	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
FIJ0078_000000003860	6190	0.7468528206114614	7	1	1	1	0	True	95954	maximal	True	FIJ0078_000000003860	1.0		6	4	False	False	0.9991922378540039	0					non-mobilizable	no_good_hit	745.0	98.255	12.0	0.005497920705628154	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
FIJ0010_000000007509	2479	0.7468528206114614	3	1	1	1	0	True	66293	fragment	False	FIJ0010_000000007509	1.0		0	0	False	False	0.9995965957641602	0					non-mobilizable	no_good_hit	299.0	99.666	12.0	0.0009430637187193386	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	True
ISR0052_000000018259	1978	0.7468505235076168	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5734616724854236		0	0	False	False	1.0	0					non-mobilizable	chromosome	1984.0	80.94800000000001	99.0	0.0005260511912393048	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0089_000000011469	1977	0.7468505235076168	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.56793632241558		0	0	False	False	1.0	0					non-mobilizable	other	1979.0	80.95	99.0	0.013921607583799279	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0140_000000014593	1977	0.7468505235076168	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5665733901960671		0	0	False	False	1.0	0					non-mobilizable	chromosome	1985.0	80.806	99.0	0.0005260511912393048	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0091_000000015403	1957	0.7468505235076168	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5410046189824065		0	0	False	False	1.0	0					non-mobilizable	other	1974.0	81.003	100.0	0.020186287352883536	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0100_000000014855	1949	0.7468505235076168	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5312617237073155		0	0	False	False	1.0	0					non-mobilizable	other	1970.0	80.76100000000001	100.0	0.013857746998552493	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0118_000000015571	1686	0.7468505235076168	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.28676302728548797		0	0	False	False	1.0	0					non-mobilizable	other	1698.0	80.094	100.0	0.017360000825193147	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0101_000000014133	1673	0.7468505235076168	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.2715744856931797		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	80.0	100.0	0.017225906938842874	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0143_000000011083	1671	0.7468505235076168	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.27067424878590396		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	99.581	100.0	0.039541601553250934	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0211_000000008850	2516	0.7468476323450214	3	2	1	2	1	False	36309	fragment	False	ISR0211_000000008850	1.0		0	0	False	False	0.9936407208442688	0					non-mobilizable	no_good_hit								True	False
ISR0043_000000012409	1779	0.7468476323450214	2	2	1	2	1	False	36305	fragment	False	ISR0043_000000012409	1.0		0	0	False	False	0.9803259968757629	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000003246	9955	0.7468425589517593	19	14	5	6	10	True	101536	fragment	False	ISR0295_000000002337	0.9469496021220158		0	0	False	False	1.0	0					non-mobilizable	other	6123.0	97.94200000000001	98.0	0.0018296232142115086	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
FIJ0058_000000012105	3239	0.7468418043342926	3	2	2	2	2	False	46042	maximal	True	FIJ0058_000000012105	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	75.845	13.0	0.00012343381995906717	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0051_000000028242	1286	0.7468326864960383	2	2	2	2	1	False	35828	maximal	True	ISR0051_000000028242	1.0		105	8	False	False	0.9564540982246399	0					non-mobilizable	other	1228.0	99.104	95.0	0.002424086769267242	NZ_CABMOJ010000022.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0276_000000007017	1450	0.7468274674285182	2	2	2	2	1	False	102682	fragment	False	MON0026_000000035737	0.9542454407265292		0	0	False	False	0.9793103337287903	0					non-mobilizable	other	1450.0	98.48299999999999	100.0	0.0031878663076191985	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0052_000000017027	1326	0.7468266159697293	1	1	1	1	1	False	17254	maximal	True	MAD0052_000000017027	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	91.48899999999999	7.0	5.495781544456441e-05	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0119_000000006430	5393	0.7468242140509433	9	6	3	4	6	True	120917	fragment	False	ISR0173_000000001350	0.9769955654101996		0	0	False	False	1.0	0					non-mobilizable	other	5392.0	97.978	99.0	0.001529790751649869	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0156_000000004273	3553	0.7468169571857042	4	4	4	4	4	False	3188	maximal	True	SPA0156_000000004273	1.0		26	6	False	False	1.0	0					non-mobilizable	other	3551.0	98.001	100.0	0.004648185843493589	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
SPA0040_000000021880	1922	0.7468165045682141	2	2	2	2	1	False	91270	maximal	True	SPA0040_000000021880	0.9783538885680931		579	15	False	False	0.9947971105575562	0					non-mobilizable	other	1922.0	99.01100000000001	100.0	0.013795530276916006	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0180_000000006644	3253	0.7468155868205124	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.4275265249660154		0	0	False	False	1.0	0					non-mobilizable	other	3086.0	98.639	95.0	0.032779915392955085	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
USA0020_01_000000009528	3670	0.746803178959423	5	5	4	4	3	False	124955	maximal	True	USA0020_01_000000009528	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	2927.0	78.818	79.0	0.006935027701367634	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0033_000000001360	16297	0.7467976904390404	20	19	6	9	18	True	123792	fragment	False	CHI0111_000000001519	0.5376941465837962		0	0	False	False	1.0	0					non-mobilizable	other	16297.0	99.454	100.0	0.02838763857986887	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
FIJ0155_000000011197	1991	0.7467941834465984	2	1	1	1	1	False	88696	fragment	False	FIJ0155_000000011197	0.9412492979921248		0	0	False	False	0.9768960475921631	0					non-mobilizable	no_good_hit								True	False
FIJ0098_000000012344	1904	0.7467916466488641	3	2	2	2	2	False	42860	maximal	True	FIJ0098_000000012344	1.0		0	0	False	False	0.9994747638702393	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0001621205366189762	NZ_VKGK01000011.1	g-proteobacteria	Shewanella hanedai strain JCM 20706 NODE_11_length_172711_cov_40.552796, whole genome shotgun sequence	True	False
ISR0273_000000002566	3543	0.7467899850123475	5	5	5	5	3	False	26384	maximal	True	ISR0273_000000002566	1.0		1	1	False	False	0.9884278774261475	0					non-mobilizable	no_good_hit	531.0	90.584	32.0	0.0002138008876367418	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ISR0032_000000005663	5418	0.7467858572927755	5	2	2	1	1	False	59595	maximal	True	ISR0032_000000005663	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	91.943	4.0	0.0006902906817363618	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
ENG0183_000000012524	2279	0.7467824316878051	3	3	3	2	2	False	110482	maximal	True	ENG0183_000000012524	1.0		3	2	False	False	0.9749890565872192	0					non-mobilizable	no_good_hit	260.0	75.385	11.0	7.967210224879213e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0179_000000015502	1471	0.7467820853567239	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.19106551978228511		0	0	False	False	0.994561493396759	0					non-mobilizable	other	1471.0	98.23200000000001	100.0	0.020498661311914326	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0108_000000010466	1668	0.7467781710516891	2	2	2	2	1	False	119436	fragment	False	CHI0024_000000003275	0.05679902833458486		0	0	False	False	0.9940047860145569	0					non-mobilizable	other	1167.0	98.029	95.0	0.008373549350798575	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0116_000000015274	1568	0.7467781710516891	3	2	2	2	1	False	119436	fragment	False	CHI0024_000000003275	0.09591219939087488		0	0	False	False	0.9993622303009033	0					non-mobilizable	other	1342.0	87.556	92.0	0.00031005820415408	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0293_000000002989	11351	0.7467643307766294	18	4	2	4	3	False	73148	maximal	True	ISR0293_000000002989	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	99.764	10.0	0.00014339514162309028	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0161_000000003853	5451	0.7467631634896823	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.984228223836741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	87.77	7.0	7.85056617941957e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0029_000000008397	5451	0.7467631634896823	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.9845602750887505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	88.12899999999999	7.0	7.85056617941957e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0053_000000002205	5366	0.7467631634896823	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.9815517827997017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.0	5.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ENG0055_000000003597	5362	0.7467631634896823	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.9793250255784731		0	0	False	False	0.9994404911994934	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	5.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
DEN0033_000000005320	5187	0.7467631634896823	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.9741851569214529		0	0	False	False	0.9998072385787964	0					non-mobilizable	no_good_hit	275.0	88.0	5.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ENG0123_000000002069	5180	0.7467631634896823	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.9736900465323238		0	0	False	False	0.9998069405555725	0					non-mobilizable	no_good_hit	275.0	88.0	5.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ENG0190_000000005885	5180	0.7467631634896823	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.9736822195147069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	5.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
DEN0087_000000002271	5162	0.7467631634896823	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.9721005321274643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	5.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
SPA0013_000000004872	5160	0.7467631634896823	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.9724755432939407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	5.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
AST0029_000000006328	4916	0.7467631634896823	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.6021322902243658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
MAD0047_000000013617	3063	0.7467627858854387	4	3	1	3	2	False	17674	fragment	False	MAD0047_000000013617	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3063.0	99.314	100.0	0.0006141701612387223	CP025278.1	enterobacteria	Salmonella enterica subsp. enterica serovar Montevideo str. USDA-ARS-USMARC-1913 chromosome, complete genome	False	False
SPA0117_000000010469	3601	0.746762076471701	6	4	2	2	3	False	126723	maximal	True	SPA0117_000000010469	1.0	PS974|PS975	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2489.0	99.478	69.0	0.4859375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
FIJ0107_000000022886	1099	0.7467575487441633	2	2	2	2	1	False	80070	fragment	False	MON0080_000000037680	0.13511611541168192		0	0	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000027339	1171	0.7467547837898075	3	2	2	1	2	False	46435	maximal	True	FIJ0052_000000027339	1.0		1	1	False	False	0.9982920289039612	0					non-mobilizable	no_good_hit	407.0	76.904	34.0	0.009758602978941962	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
FIJ0023_000000004504	6368	0.7467533862149641	7	4	3	4	2	True	93725	maximal	True	FIJ0023_000000004504	1.0		1	1	False	False	0.9990577697753906	0					non-mobilizable	no_good_hit	203.0	97.537	3.0	0.001655696991057597	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	True	True
FIJ0035_000000000160	37589	0.7467513781737923	91	10	6	9	6	False	48056	maximal	True	FIJ0035_000000000160	1.0		1	1	False	False	0.9998403787612915	0					non-mobilizable	no_good_hit	233.0	99.571	1.0	6.272950685144111e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0040_000000003075	5962	0.7467453214356236	8	5	3	3	4	True	129368	maximal	True	AST0040_000000003075	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2197.0	99.772	62.0	0.018668299611325153	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
DEN0081_000000000076	17351	0.7467398173136557	16	6	5	5	3	True	77177	fragment	False	DEN0073_000000001440	0.971357409713574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.01607142857142857	XM_026924442.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus 1-phosphatidylinositol phosphodiesterase (si:dkey-152b24.7), transcript variant X4, mRNA	True	True
MON0078_000000016704	2606	0.7467334468903072	3	3	2	3	2	False	112724	backbone	False	ISR0050_000000008971	0.7509675343784294	PS721	0	0	False	True	0.9927091598510742	0					non-mobilizable	no_good_hit	1600.0	96.375	61.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0010_000000009565	2387	0.7467295685543266	4	3	3	3	3	False	41138	maximal	True	SPA0010_000000009565	1.0		111	11	False	False	0.9916212558746338	0					non-mobilizable	no_good_hit	1651.0	71.048	68.0	0.0005264275433152998	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0394_000000006485	2876	0.7467277470489588	4	3	3	2	1	False	119878	maximal	True	ISR0394_000000006485	1.0		20	6	False	False	0.996175229549408	0					non-mobilizable	no_good_hit	1381.0	99.63799999999999	56.0	0.003616020543189173	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
ISR0319_000000007040	2606	0.7467264215850091	4	2	1	2	2	False	25099	maximal	True	ISR0319_000000007040	1.0		0	0	False	False	0.997313916683197	0					non-mobilizable	no_good_hit	460.0	99.13	18.0	0.012087217569916259	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	True	False
SPA0071_000000006374	3813	0.7467229705581602	3	3	3	3	3	False	96947	maximal	True	SPA0071_000000006374	1.0		8	3	False	False	0.9997377395629883	0					non-mobilizable	no_good_hit	933.0	81.672	48.0	0.0006913426230177737	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
MAD0068_000000004372	5433	0.7467198221515748	7	5	3	4	2	False	46808	maximal	True	MAD0068_000000004372	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	3410.0	97.507	89.0	0.0012478709505965365	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
FIJ0033_000000002812	10176	0.7467194238580741	20	5	3	4	1	False	64096	maximal	True	FIJ0033_000000002812	1.0	PS286	1	1	False	True	0.9994103908538818	0					non-mobilizable	no_good_hit	245.0	97.551	3.0	0.0007337602483869403	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0851_000000005203	2484	0.7467192425547173	2	2	2	2	1	True	110115	fragment	False	ISR0851_000000005203	1.0		0	0	False	False	0.9935587644577026	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	1.0266244153685054e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0123_000000006724	2036	0.7467075957607613	3	3	3	3	3	False	81714	maximal	True	CHI0123_000000006724	1.0		1	1	False	False	0.9882121682167053	0					non-mobilizable	no_good_hit	1407.0	78.607	72.0	0.0003915530887493279	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0095_000000005041	5279	0.7467039779049076	8	5	2	5	4	False	105734	fragment	False	ENG0095_000000005041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0847_000000018045	1618	0.7467038048327269	2	1	1	1	1	False	20635	fragment	False	ISR0847_000000018045	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1621.0	94.88	100.0	0.0003406631167021445	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
AST0140_000000026053	1116	0.7467038048327269	2	1	1	1	1	False	105296	fragment	False	AST0140_000000026053	1.0		0	0	False	False	0.9937276244163513	0					non-mobilizable	no_good_hit	590.0	76.441	81.0	0.0037771300246446475	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	True	False
FIJ0043_000000024864	1222	0.7466966673451558	2	2	0	1	2	False	47163	fragment	False	FIJ0043_000000024864	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1222.0	99.836	100.0	0.299558390578999	CP057169.1	enterobacteria	Escherichia coli strain RHB34-C15 plasmid pRHB34-C15_3, complete sequence	False	True
AUS0006_000000002642	6752	0.7466962513575119	10	7	2	4	7	False	110892	fragment	False	AUS0006_000000002642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	94.70700000000001	88.0	0.00029910296804306344	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CHI0188_000000005935	2540	0.7466942543480073	3	3	3	2	1	True	77043	maximal	True	CHI0188_000000005935	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	74.277	36.0	0.10771800071573423	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	True
CHI0022_000000000875	11069	0.7466936126550657	13	8	3	6	5	False	89214	maximal	True	CHI0022_000000000875	1.0		1	1	False	False	0.9999096393585205	0					non-mobilizable	no_good_hit	374.0	86.898	4.0	0.0005016334008133333	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
FIJ0108_000000022223	1111	0.7466864143439845	3	2	0	1	2	False	42178	fragment	False	FIJ0108_000000022223	1.0		0	0	False	False	0.9981998205184937	0					non-mobilizable	plasmid	1111.0	99.46	100.0	0.2848344880677444	CP033825.1	enterobacteria	Klebsiella sp. FDAARGOS_511 plasmid unnamed2, complete sequence	False	True
ISR0105_000000015555	1299	0.7466855619030442	2	1	1	1	1	False	32932	fragment	False	ISR0105_000000015555	1.0		0	0	False	False	0.9799845814704895	0					non-mobilizable	no_good_hit	127.0	93.70100000000001	10.0	0.0026764093631845023	NZ_PYLQ01000020.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_19, whole genome shotgun sequence	True	False
AST0053_000000002349	4984	0.746685266462677	5	4	3	4	4	False	114247	maximal	True	AST0053_000000002349	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	87.79899999999999	32.0	0.2767779136816355	MK232231.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_5-CL19_c13 sequence	True	False
ENG0139_000000015134	1443	0.7466821425047877	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.48150935315977994		0	0	False	False	0.9861400127410889	0					non-mobilizable	other	1435.0	96.86399999999999	99.0	0.013145591551619823	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0066_000000006265	3007	0.7466779976447938	4	4	4	4	2	False	73468	fragment	False	ENG0066_000000006265	0.9960453920220083		0	0	False	False	0.9976720809936523	0					non-mobilizable	no_good_hit	682.0	71.408	22.0	0.03366476555796699	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0108_000000017297	1316	0.7466777865741362	2	2	2	2	1	False	32781	fragment	False	ISR0108_000000017297	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	95.98200000000001	100.0	0.004206650087265613	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0055_000000008410	1962	0.746677649321907	3	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.5937997319300544		0	0	False	False	0.9974516034126282	0					non-mobilizable	other	1962.0	94.801	100.0	0.0005868304006277081	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0082_000000010943	2697	0.7466726788497295	3	3	3	2	2	False	59024	fragment	False	ISR0082_000000010943	1.0		0	0	False	False	0.9988876581192017	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000007112	3790	0.7466724799729186	6	1	1	1	1	False	85322	maximal	True	ISR0223_000000007112	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	76.822	33.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0075_000000008048	2855	0.7466724799729186	1	1	1	1	1	False	85316	maximal	True	MON0075_000000008048	1.0		14	2	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	88.45	23.0	0.0002731331584082416	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	False
FIJ0161_000000005618	2854	0.7466724799729186	3	1	1	1	1	False	85327	fragment	False	FIJ0161_000000005618	1.0		0	0	False	False	0.9961457848548889	0					non-mobilizable	no_good_hit	1068.0	76.873	41.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0045_000000009179	2738	0.7466724799729186	5	1	1	1	1	False	53472	maximal	True	ISR0045_000000009179	1.0		1	1	False	False	0.9996347427368164	0					non-mobilizable	no_good_hit	1148.0	72.038	42.0	0.0005981138842591616	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0181_000000007337	2588	0.7466724799729186	1	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.9450354646614826		0	0	False	False	0.9996135830879211	0					non-mobilizable	no_good_hit	1069.0	77.175	48.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0038_000000012015	2542	0.7466724799729186	1	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.9527487937319161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	77.154	49.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0002_000000009601	2542	0.7466724799729186	1	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.9527487937319161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	77.154	49.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0037_000000027096	2540	0.7466724799729186	1	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.9477189571307713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	77.06	49.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0029_000000013072	2539	0.7466724799729186	2	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.940578095501036		0	0	False	False	0.9996061325073242	0					non-mobilizable	no_good_hit	1052.0	77.66199999999999	48.0	0.0004328054933899553	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0042_000000010726	2481	0.7466724799729186	1	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.947644748273855		0	0	False	False	0.9971785545349121	0					non-mobilizable	no_good_hit	1068.0	77.06	50.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0033_000000026314	2412	0.7466724799729186	1	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.939428073823193		0	0	False	False	0.9900497794151306	0					non-mobilizable	no_good_hit	1068.0	77.154	51.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0009_000000004235	2328	0.7466724799729186	2	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.5166614512330072		0	0	False	False	0.9969931244850159	0					non-mobilizable	no_good_hit	1069.0	77.081	51.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0062_000000005813	2325	0.7466724799729186	2	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.6363572901321191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	76.851	50.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0151_000000008302	2304	0.7466724799729186	2	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.6968761658431287		0	0	False	False	0.9982638955116272	0					non-mobilizable	no_good_hit	1070.0	77.10300000000001	51.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0140_000000013403	2301	0.7466724799729186	1	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.6894835585529261		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	77.54899999999999	52.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0012_000000022197	2281	0.7466724799729186	1	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.6948389846193342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	77.06	52.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0076_000000011207	2260	0.7466724799729186	2	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.5836052578949539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	77.10300000000001	52.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0132_000000012434	2250	0.7466724799729186	2	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.5788565683922277		0	0	False	False	0.9937777519226074	0					non-mobilizable	no_good_hit	1148.0	72.125	56.0	0.0005981138842591616	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MAD0083_000000004540	2243	0.7466724799729186	2	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.517427675466805		0	0	False	False	0.9995541572570801	0					non-mobilizable	no_good_hit	1069.0	77.362	53.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CHI0064_000000008265	2178	0.7466724799729186	2	1	1	1	1	False	85313	fragment	False	MON0002_000000009601	0.5138596295085811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	72.038	57.0	0.0005981138842591616	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MON0093_000000020441	2151	0.7466724799729186	2	1	1	1	1	False	53467	maximal	True	MON0093_000000020441	1.0		1	1	False	False	0.892143189907074	0					non-mobilizable	no_good_hit	1068.0	77.06	49.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0025_000000005536	2143	0.7466724799729186	3	1	1	1	1	False	53465	fragment	False	MAD0025_000000005536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	77.333	49.0	0.0004328054933899553	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0047_000000023112	1969	0.7466724799729186	1	1	1	1	1	False	53466	fragment	False	FIJ0130_000000010682	0.9544271397015347		0	0	False	False	0.9979684948921204	0					non-mobilizable	no_good_hit	1070.0	77.10300000000001	54.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0398_000000012004	1929	0.7466724799729186	2	1	1	1	1	False	53464	fragment	False	ISR0398_000000012004	1.0		0	0	False	False	0.9917055368423462	0					non-mobilizable	no_good_hit	1070.0	76.262	55.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0130_000000010682	1927	0.7466724799729186	2	1	1	1	1	False	53466	fragment	False	FIJ0130_000000010682	0.9601061257659866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	77.362	55.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0033_000000016595	1894	0.7466724799729186	2	1	1	1	1	False	53466	fragment	False	FIJ0130_000000010682	0.945800277945941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	71.976	60.0	0.0005981138842591616	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MAD0097_000000023444	1765	0.7466724799729186	3	1	1	1	1	False	53469	fragment	False	MAD0097_000000023444	1.0		0	0	False	False	0.998866856098175	0					non-mobilizable	no_good_hit	1070.0	77.10300000000001	60.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0167_000000011960	1711	0.7466724799729186	1	1	1	1	1	False	53468	fragment	False	FIJ0167_000000011960	0.9866389548693586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	77.10300000000001	62.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0021_000000017630	1702	0.7466724799729186	1	1	1	1	1	False	53459	fragment	False	MON0021_000000017630	1.0		0	0	False	False	0.9888366460800171	0					non-mobilizable	no_good_hit	1148.0	72.038	67.0	0.0005981138842591616	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MON0028_000000015598	1666	0.7466724799729186	2	1	1	1	1	False	53463	fragment	False	MON0028_000000015598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	76.52	64.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0057_000000010467	1508	0.7466724799729186	1	1	1	1	1	False	53462	fragment	False	MAD0057_000000010467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	77.362	70.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ETH0001_000000025758	1387	0.7466724799729186	1	1	1	1	1	False	53455	fragment	False	ETH0001_000000025758	0.9457531827478707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	72.3	82.0	0.0005981138842591616	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MAD0014_000000024919	1375	0.7466724799729186	1	1	1	1	1	False	53455	fragment	False	ETH0001_000000025758	0.9425104985403248		0	0	False	False	0.9985454678535461	0					non-mobilizable	no_good_hit	1148.0	71.95100000000001	83.0	0.0005981138842591616	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MON0003_000000011874	1339	0.7466724799729186	1	1	1	1	1	False	53455	fragment	False	ETH0001_000000025758	0.3522722115057302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	76.449	79.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0009_000000029656	1335	0.7466724799729186	1	1	1	1	1	False	52687	fragment	False	MON0009_000000029656	0.9651289849838006		0	0	False	False	0.9962546825408936	0					non-mobilizable	no_good_hit	1084.0	77.122	81.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0082_000000027978	1295	0.7466724799729186	1	1	1	1	1	False	53455	fragment	False	ETH0001_000000025758	0.6857743593928256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	76.52	82.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0055_000000019907	1292	0.7466724799729186	1	1	1	1	1	False	52687	fragment	False	MON0009_000000029656	0.9639262489246393		0	0	False	False	0.9945820569992065	0					non-mobilizable	no_good_hit	1085.0	77.143	83.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0010_000000021764	1267	0.7466724799729186	1	1	1	1	1	False	52687	fragment	False	MON0009_000000029656	0.958001690281184		0	0	False	False	0.988950252532959	0					non-mobilizable	no_good_hit	1083.0	77.378	85.0	0.000446512385215165	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0020_000000018122	1221	0.7466724799729186	1	1	1	1	1	False	52687	fragment	False	MON0009_000000029656	0.9401508667011568		0	0	False	False	0.9402129650115967	0					non-mobilizable	no_good_hit	1084.0	77.122	88.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ETH0005_000000037724	1204	0.7466724799729186	1	1	1	1	1	False	52687	fragment	False	MON0009_000000029656	0.739390583968351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	77.429	87.0	0.0004328054933899553	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
DEN0066_000000008458	3754	0.7466714754657968	5	4	4	4	3	False	103011	fragment	False	DEN0066_000000008458	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1569.0	99.936	100.0	0.0002213180051795188	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0112_000000011255	1633	0.7466706163200352	2	2	2	2	1	False	82394	maximal	True	CHI0112_000000011255	1.0		0	0	False	False	0.9926515817642212	0					non-mobilizable	no_good_hit	646.0	99.381	39.0	0.00025923437037799184	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	False
ISR0216_000000015493	1101	0.7466618523261477	2	2	1	2	1	False	28111	fragment	False	ISR0216_000000015493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0151_000000006058	2974	0.7466583221728373	4	4	4	4	4	False	75874	fragment	False	ISR0389_000000006288	0.9502144607843137		0	0	False	False	1.0	0					non-mobilizable	other	2975.0	99.395	100.0	0.02044521466443853	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0238_000000002153	5804	0.7466577251496987	9	3	1	2	2	True	108339	maximal	True	ISR0238_000000002153	1.0		1	1	False	False	0.9970709681510925	0					non-mobilizable	no_good_hit	1572.0	82.697	27.0	0.0005011577031887885	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ENG0104_000000027095	1167	0.7466336818034045	3	3	3	3	2	False	60198	fragment	False	SPA0137_000000029824	0.9567851373182552		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	99.65700000000001	100.0	0.008180102566980728	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
ISR0017_000000019530	1702	0.7466336584804071	2	1	1	1	1	True	111234	maximal	True	ISR0017_000000019530	1.0		2	2	False	False	0.9594594836235046	0					non-mobilizable	other	1707.0	93.79	100.0	0.0033428039580679927	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
ISR0083_000000000725	23643	0.7466332985699431	27	22	12	16	20	False	122374	fragment	False	ISR0083_000000000725	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	23427.0	97.618	99.0	0.0065978415926333635	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0208_000000025007	1122	0.7466322948919514	2	2	1	2	1	False	55201	fragment	False	ISR0208_000000025007	0.9164672530910672		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	98.46799999999999	99.0	0.025354366712391403	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0033_000000011190	1812	0.7466277504802481	3	2	2	2	2	False	108968	maximal	False	ISR0387_000000013610	0.9448394085390923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	89.48100000000001	39.0	0.009731493030332104	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
ISR0089_000000008519	3029	0.7466219164555596	2	2	2	2	2	False	115900	fragment	False	FIJ0126_000000010686	0.23475446600154057		0	0	False	False	0.9844833016395569	0					non-mobilizable	no_good_hit	1750.0	85.486	58.0	0.0005987398018023884	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0152_000000002300	9797	0.7466189679894376	16	8	5	6	6	False	116879	fragment	False	ENG0152_000000002300	1.0		0	0	False	False	0.992038369178772	0					non-mobilizable	no_good_hit	809.0	97.281	9.0	0.14400285154161468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0164_000000006304	3853	0.7466132184150213	9	4	2	3	4	True	112127	fragment	False	AST0061_000000010330	0.977372075083569		0	0	False	False	1.0	0					non-mobilizable	other	2166.0	96.76799999999999	95.0	0.012464432591841672	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0081_000000009179	3628	0.7466116308626403	3	3	3	3	3	False	44276	maximal	True	FIJ0081_000000009179	1.0		2	2	False	False	1.0	0					non-mobilizable	other	3636.0	93.867	100.0	0.003544068896464446	NZ_LOJF01000001.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_1, whole genome shotgun sequence	False	False
ENG0193_000000003468	5722	0.7466067736522473	9	5	3	4	3	True	130627	maximal	False	SPA0095_000000003703	0.9978451991036028		0	0	True	True	1.0	164		MOBV			mobilizable	no_good_hit	1539.0	95.58200000000001	62.0	0.25044839393445295	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0003_000000012582	3908	0.7466066481666825	5	5	5	5	3	False	96750	fragment	False	CAN0003_000000012582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	73.077	40.0	0.00048807004369732506	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0014_000000004554	7552	0.746590793938302	12	5	3	3	3	False	112201	backbone	False	SPA0021_000000003487	0.9766993283201413	PS718	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	620.0	75.32300000000001	8.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0089_000000007467	3359	0.7465892342638132	6	4	2	3	3	True	81112	fragment	False	ISR0089_000000007467	0.9754356121615375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	90.323	3.0	0.0005060589558683586	NZ_BFBT01000003.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0296_000000007997	3201	0.7465892342638132	5	4	2	3	3	True	81112	fragment	False	ISR0089_000000007467	0.9700178717904935		0	0	False	False	0.9987503886222839	0					non-mobilizable	no_good_hit	95.0	90.52600000000001	3.0	0.0005170602375176709	NZ_BFBT01000003.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0136_000000012484	3183	0.7465892342638132	4	4	2	3	3	True	81112	fragment	False	ISR0089_000000007467	0.9683104949875616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	100.0	2.0	0.00034329669562383993	NZ_FRDE01000002.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
CHI0130_000000005898	2746	0.7465892342638132	5	4	2	3	3	True	81112	fragment	False	ISR0089_000000007467	0.2880409330323552		0	0	False	False	0.9985433220863342	0					non-mobilizable	no_good_hit	98.0	80.612	4.0	0.001408598444547675	NZ_QENU01000010.1	g-proteobacteria	Pasteurella langaaensis DSM 22999 Ga0215636_110, whole genome shotgun sequence	True	True
ISR0824_000000007670	2658	0.7465892342638132	5	4	2	3	3	True	81112	fragment	False	ISR0089_000000007467	0.19654042243262926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	91.176	3.0	2.539485146320517e-05	NZ_CH724107.1	a-proteobacteria	Oceanicola granulosus HTCC2516 scf_1099521380027, whole genome shotgun sequence	True	True
ENG0183_000000007817	3541	0.7465886708729771	4	3	3	3	1	True	64529	maximal	True	ENG0183_000000007817	1.0		4	2	False	False	0.9870093464851379	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	3.5309835595763145e-05	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	True	True
ENG0202_000000007723	2904	0.7465881764306329	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.7599061960072759		0	0	False	False	1.0	0					non-mobilizable	other	2905.0	97.59	100.0	0.020664127842830195	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ENG0038_000000004629	4506	0.7465869490897997	5	5	5	5	5	False	116027	maximal	True	ENG0038_000000004629	1.0		330	13	False	False	0.9902352690696716	0					non-mobilizable	chromosome	4488.0	99.955	99.0	0.0020642033012531515	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
CHI0176_000000002199	4120	0.7465824787701956	5	4	4	4	4	False	87387	fragment	False	CHI0176_000000002199	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4120.0	99.976	100.0	0.03691058659067692	LR595877.1	enterobacteria	Escherichia coli strain VREC-hospital6489704 genome assembly, plasmid: 1	False	True
FIJ0163_000000016189	1515	0.7465757020725973	3	3	3	3	3	False	39147	maximal	True	FIJ0163_000000016189	1.0		8	6	False	False	0.9947194457054138	0					non-mobilizable	no_good_hit	55.0	87.273	4.0	0.002513048521167601	NZ_CAACUY010000164.1	high GC Gram+	Actinomadura fibrosa isolate LMG 29177, whole genome shotgun sequence	True	False
ISR0070_000000011617	1807	0.7465742103926616	3	3	3	2	2	False	127454	maximal	True	ISR0070_000000011617	1.0	PS1007	0	0	False	True	1.0	0					non-mobilizable	chromosome	1224.0	99.51	97.0	0.0004696804559932839	LT599049.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, chromosome: 1	False	True
FIJ0075_000000012240	1605	0.7465728511696812	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9351293619863348		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	82.07700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0127_000000012022	1605	0.7465728511696812	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9341530811559948		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	82.13799999999999	96.0	0.00038973209319745437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0041_000000028981	2193	0.7465724462785813	2	2	2	2	2	False	11812	fragment	False	MON0041_000000028981	1.0		0	0	False	False	0.9781121611595154	0					non-mobilizable	no_good_hit								True	False
SPA0061_000000005912	2986	0.7465709040237233	2	2	2	2	2	False	6200	maximal	True	SPA0061_000000005912	1.0		0	0	False	False	0.9993302226066589	0					non-mobilizable	plasmid	2971.0	95.995	99.0	0.02503385240352065	MH580302.1	enterobacteria	Escherichia coli strain 1107 plasmid p1107-118K, complete sequence	False	True
ISR0175_000000009051	2456	0.7465689341578053	3	3	3	3	3	False	111481	fragment	False	ENG0171_000000009735	0.99296092943091		0	0	False	False	1.0	0					non-mobilizable	chromosome	2457.0	99.389	100.0	0.00044032012259373124	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0040_000000011043	2456	0.7465689341578053	3	3	3	3	3	False	111481	fragment	False	ENG0171_000000009735	0.992969212417269		0	0	False	False	0.9995928406715393	0					non-mobilizable	chromosome	2457.0	99.389	100.0	0.00044032012259373124	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0253_000000004953	2455	0.7465689341578053	3	3	3	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9929050957692331		0	0	False	False	0.999592661857605	0					non-mobilizable	chromosome	2456.0	99.389	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
USA0117_01_000000009173	2455	0.7465689341578053	3	3	3	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9929050957692331		0	0	False	False	1.0	0					non-mobilizable	chromosome	2456.0	99.389	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
USA0086_01_000000007212	2455	0.7465689341578053	3	3	3	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9929050957692331		0	0	False	False	1.0	0					non-mobilizable	chromosome	2456.0	99.389	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0110_000000012439	2455	0.7465689341578053	3	3	3	3	3	False	111481	fragment	False	ENG0171_000000009735	0.992558333296508		0	0	False	False	1.0	0					non-mobilizable	chromosome	2456.0	99.34899999999999	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
AST0084_000000014060	2455	0.7465689341578053	3	3	3	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9929050957692331		0	0	False	False	1.0	0					non-mobilizable	chromosome	2456.0	99.389	100.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0181_000000008513	2415	0.7465689341578053	3	3	3	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9817314025779446		0	0	False	False	1.0	0					non-mobilizable	chromosome	2416.0	99.421	100.0	0.00043296650751171783	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
MON0026_000000035737	1432	0.7465634027394363	2	2	2	2	2	False	102682	fragment	False	MON0026_000000035737	0.963534662731265		0	0	False	False	0.998603343963623	0					non-mobilizable	other	1432.0	99.23200000000001	100.0	0.0031482654839220655	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0299_000000007741	1592	0.746552585933715	2	2	1	2	1	True	25610	fragment	False	ISR0299_000000007741	1.0		0	0	False	False	0.9805276393890381	0					non-mobilizable	no_good_hit								True	True
ISR0226_000000002515	2756	0.7465516590796495	3	2	2	2	2	False	85806	fragment	False	ISR0226_000000002515	1.0		0	0	False	False	0.9981857538223267	0					non-mobilizable	no_good_hit	247.0	75.304	9.0	0.006309477251988007	NZ_LUTP01000030.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00030, whole genome shotgun sequence	True	False
ISR0285_000000010383	1772	0.7465406703888391	3	3	1	2	2	False	122170	fragment	False	DEN0093_000000016414	0.4747376861744386		0	0	False	False	0.9887133240699768	0					non-mobilizable	other	1775.0	97.57700000000001	100.0	0.0005281772856236128	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0398_000000018596	1218	0.7465375284843409	2	2	1	2	2	False	30230	fragment	False	ISR0165_000000018960	0.9664351851851851		0	0	False	False	0.9991790056228638	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000004776	12022	0.7465338320961024	9	5	4	3	3	True	131001	maximal	True	USA0069_01_000000004776	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	86.75399999999999	31.0	0.0038432827238377622	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0079_000000019392	1176	0.7465337829900213	1	1	1	1	1	False	10075	fragment	False	MON0079_000000019392	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	98.54	100.0	0.0005098587301141943	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
SPA0071_000000005938	4091	0.7465280775914721	4	4	4	3	3	False	77947	maximal	True	SPA0071_000000005938	1.0		125	12	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	100.0	84.0	0.0005967557113719718	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0099_000000004770	4551	0.7465176921174901	8	4	2	2	3	False	92884	fragment	False	ISR0099_000000004770	1.0		0	0	False	True	0.999340832233429	0					non-mobilizable	no_good_hit	1373.0	89.294	86.0	0.2101705331080043	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
ISR0374_000000003558	4391	0.7465176921174901	7	4	2	3	3	False	92897	fragment	False	ISR0374_000000003558	1.0		0	0	False	True	0.9847415089607239	0					non-mobilizable	plasmid	1941.0	94.281	92.0	0.2974343217084037	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ENG0026_000000002685	4037	0.7465176921174901	7	4	2	2	3	False	92894	fragment	False	ENG0026_000000002685	0.9888120662378899		0	0	False	True	0.9990091919898987	0					non-mobilizable	plasmid	1952.0	94.262	99.0	0.29912428944538333	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
SPA0045_000000007334	3723	0.7465176921174901	6	4	2	2	3	False	92894	fragment	False	ENG0026_000000002685	0.9688578291594064		0	0	False	True	1.0	0					non-mobilizable	plasmid	1643.0	96.774	99.0	0.2521124596712245	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
DEN0003_000000018502	1327	0.7465168901020904	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.3229298667919282		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	99.925	100.0	0.012155546999614983	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0127_000000015517	1643	0.7465140723972531	3	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.10791647980448564		0	0	False	False	0.9884358048439026	0					non-mobilizable	other	1417.0	87.65	93.0	0.0003275558454720304	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0071_000000028348	1522	0.7465140723972531	3	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.056591283458994224		0	0	False	False	0.9993429780006409	0					non-mobilizable	other	1268.0	99.685	100.0	0.009098873951510973	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0095_000000016457	1662	0.7465086202276815	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.800984229318963		0	0	False	False	1.0	0					non-mobilizable	chromosome	1657.0	97.04299999999999	99.0	0.0007723196171981028	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
DEN0028_000000019079	1616	0.7465086202276815	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.8079984630124055		0	0	False	False	0.9777227640151978	0					non-mobilizable	other	1616.0	99.505	100.0	0.008508105089585341	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
AST0019_000000006832	3911	0.7465082108380799	3	3	3	3	3	False	122843	fragment	False	AST0019_000000006832	1.0		0	0	False	False	0.9994885921478271	0					non-mobilizable	no_good_hit								True	False
FIJ0146_000000005046	3425	0.7464965826852913	5	5	0	1	5	False	42179	maximal	True	FIJ0146_000000005046	1.0		18	2	False	False	1.0	0	rep_cluster_2374				non-mobilizable	plasmid	3425.0	99.883	100.0	0.8786245830125737	CP033825.1	enterobacteria	Klebsiella sp. FDAARGOS_511 plasmid unnamed2, complete sequence	False	True
SPA0052_000000010337	2762	0.7464709936780789	2	2	2	2	2	False	118568	maximal	True	SPA0052_000000010337	1.0		13	3	False	False	1.0	0					non-mobilizable	other	1606.0	99.564	98.0	0.04449064449064449	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	False	False
ISR0081_000000013712	1731	0.7464700820868501	4	2	1	1	2	True	128413	fragment	False	AST0005_000000014845	0.9212913553895411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	90.368	66.0	0.017705019784312204	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
FIJ0083_000000003528	8516	0.7464695188932376	11	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9545262004227449		0	0	False	False	0.9994128942489624	0					non-mobilizable	no_good_hit	3429.0	95.363	40.0	0.552371701473207	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0295_000000003194	8341	0.7464695188932376	10	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9505887300710844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3228.0	96.964	39.0	0.5220981058766392	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0040_000000003707	8293	0.7464695188932376	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9488702946378028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	99.76899999999999	38.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0041_000000001446	8232	0.7464695188932376	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9521649290019496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3159.0	96.17	38.0	0.508499271491015	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0819_000000002573	8219	0.7464695188932376	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.951733297219509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3125.0	95.936	38.0	0.5029949813825482	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0128_000000003840	8201	0.7464695188932376	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.950655837524597		0	0	False	False	0.9993903040885925	0					non-mobilizable	no_good_hit	3114.0	95.986	38.0	0.5012141816415736	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0109_000000003046	8187	0.7464695188932376	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9504532631417202		0	0	False	False	0.9984121322631836	0					non-mobilizable	no_good_hit	3094.0	95.96	38.0	0.4979763639307107	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0266_000000001429	8185	0.7464695188932376	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9505585733069156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3098.0	95.771	38.0	0.49862392747288325	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0041_000000002989	8178	0.7464695188932376	10	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9498738455668676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3070.0	95.993	38.0	0.49409098267767526	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0192_000000005542	3553	0.7464647731504104	5	3	3	2	2	False	114542	maximal	True	ISR0192_000000005542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	83.60700000000001	5.0	0.2148962148962149	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
MON0040_000000005827	4440	0.7464612916553549	5	5	5	4	5	False	11881	maximal	True	MON0040_000000005827	1.0		1	1	False	False	0.9954954981803894	0					non-mobilizable	chromosome	4184.0	99.976	94.0	0.0007606118352147097	CP017802.2	enterobacteria	Raoultella ornithinolytica strain MG isolate MG01 chromosome, complete genome	False	False
SPA0053_000000004488	6813	0.7464589345494477	8	8	6	6	8	False	13929	maximal	True	SPA0053_000000004488	1.0		3	2	False	False	0.9998531937599182	0					non-mobilizable	no_good_hit	3040.0	90.855	70.0	0.0005639919925777613	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
SPA0145_000000027121	1277	0.7464580660358355	2	2	2	1	1	False	40752	fragment	False	USA0082_01_000000020800	0.830837614715099		0	0	False	False	0.9976507425308228	0					non-mobilizable	chromosome	1277.0	97.964	100.0	0.00041095585753917054	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0265_000000015108	1181	0.7464580660358355	2	2	2	1	1	False	40752	fragment	False	USA0082_01_000000020800	0.5439546316516712		0	0	False	False	0.9991532564163208	0					non-mobilizable	chromosome	1181.0	98.476	100.0	0.00041130288204809315	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0020_000000008743	2263	0.7464561106540178	5	2	2	2	1	True	66487	fragment	False	ENG0020_000000008743	0.9703314561034625		0	0	False	False	0.9982324242591858	0					non-mobilizable	other	2254.0	99.37899999999999	99.0	0.0006033357800612119	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0817_000000001016	12595	0.7464520329990124	20	11	9	9	8	True	126208	backbone	False	ISR0395_000000002325	0.4908891918108733	PS943|PS946|PS949	0	0	True	True	1.0	259					non-mobilizable	no_good_hit	1603.0	73.238	12.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0350_000000003885	4185	0.7464486852262227	5	3	3	3	3	True	130098	fragment	False	ISR0350_000000003885	0.7656240724220309		0	0	False	False	1.0	0					non-mobilizable	chromosome	4185.0	98.781	100.0	0.0014083099035758753	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0027_000000015997	1436	0.7464448445687102	3	3	3	2	1	False	65945	maximal	True	ENG0027_000000015997	1.0		1	1	False	False	0.9993036389350891	0					non-mobilizable	no_good_hit	508.0	94.291	35.0	0.00018058571748628954	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0079_000000007201	4400	0.7464434726992007	9	3	1	2	2	False	61855	maximal	True	ENG0079_000000007201	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0840_000000012427	1422	0.7464368667234225	4	3	2	2	1	True	129433	fragment	False	ISR0353_000000022579	0.7178308384633435		0	0	False	False	0.9887482523918152	0					non-mobilizable	other	1422.0	99.93	100.0	0.0004550101872970506	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
DEN0013_000000003451	1339	0.7464363062350797	2	2	2	2	1	False	75426	maximal	True	DEN0013_000000003451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	94.477	76.0	0.000228740690864762	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0014_000000008183	3012	0.7464334831457042	6	4	3	3	0	False	129994	maximal	True	ENG0014_000000008183	1.0		181	8	False	False	0.996347963809967	0					non-mobilizable	no_good_hit	2432.0	97.245	81.0	0.0027065301859946246	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ETH0004_000000006402	4469	0.7464301650425247	5	5	5	5	4	False	52936	maximal	True	ETH0004_000000006402	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	78.218	2.0	2.2180939758396973e-05	NZ_CP013979.1	high GC Gram+	Agromyces aureus strain AR33 chromosome, complete genome	True	False
ISR0176_000000022666	1508	0.7464294953224516	3	2	1	1	2	False	29802	fragment	False	ISR0176_000000022666	1.0		0	0	False	False	0.9927055835723877	0					non-mobilizable	no_good_hit	673.0	83.21	44.0	0.0012068797558098	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
SPA0024_000000010448	1403	0.7464253026550798	2	1	1	1	1	False	7575	fragment	False	SPA0024_000000010448	1.0		0	0	False	False	0.9764789938926697	0					non-mobilizable	other	1397.0	95.132	99.0	0.056395536869340235	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0034_000000000671	7639	0.7464240893713531	14	9	3	3	8	True	90084	maximal	True	DEN0034_000000000671	1.0		2	2	True	True	1.0	7	rep_cluster_1085	MOBB			mobilizable	no_good_hit	2689.0	97.62	62.0	0.452814290529154	HG796779.1	bacteria	Uncultured bacterium plasmid pRGF00015	True	True
FIJ0058_000000024512	1679	0.7464136413904598	3	2	2	2	1	False	46000	maximal	True	FIJ0058_000000024512	1.0		2	2	False	False	0.9988088011741638	0					non-mobilizable	no_good_hit	150.0	74.667	9.0	0.0002678722741262717	NZ_FUZQ01000005.1	high GC Gram+	Krasilnikoviella flava strain DSM 21481, whole genome shotgun sequence	True	False
SPA0071_000000001556	12313	0.7464136332267108	10	8	6	6	5	False	88170	maximal	True	SPA0071_000000001556	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	3860.0	96.34700000000001	66.0	0.0005934320177382225	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0781_000000017873	1664	0.7464121272923048	3	2	2	2	1	True	57831	fragment	False	ISR0781_000000017873	1.0		0	0	False	False	0.9819711446762085	0					non-mobilizable	no_good_hit	773.0	85.382	52.0	0.00019850215941991998	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
ISR0293_000000000390	41482	0.746410107860742	48	16	9	15	7	True	122324	fragment	False	ISR0067_000000000295	0.9492396766819624		0	0	False	False	0.9999759197235107	0					non-mobilizable	no_good_hit	749.0	85.581	2.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0107_000000004737	5235	0.7464085229533203	9	7	5	6	5	False	130509	fragment	False	ISR0203_000000002513	0.5556466303202263		0	0	False	False	1.0	0					non-mobilizable	other	3140.0	97.73899999999999	100.0	0.017897142857142858	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0082_000000010886	3541	0.7464056436337149	3	2	2	2	2	False	69306	maximal	True	DEN0082_000000010886	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0001463840612995876	NZ_BBIO01000006.1	a-proteobacteria	Tepidicaulis marinus strain MA2, whole genome shotgun sequence	True	False
ISR0332_000000002469	4844	0.7464032599371273	8	2	2	2	2	False	68509	maximal	True	ISR0332_000000002469	0.9923404255319148		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.054945054945054944	XM_029909624.1	ascomycetes	Aureobasidium pullulans EXF-150 uncharacterized protein (M438DRAFT_402884), partial mRNA	True	False
DEN0093_000000006708	4700	0.7464032599371273	8	2	2	2	2	False	68509	maximal	False	ISR0332_000000002469	0.9752270850536746		0	0	False	False	0.9997872114181519	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.054945054945054944	XM_029909624.1	ascomycetes	Aureobasidium pullulans EXF-150 uncharacterized protein (M438DRAFT_402884), partial mRNA	True	False
ISR0076_000000006826	3653	0.7464032599371273	6	2	2	2	2	False	34587	fragment	False	ISR0076_000000006826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	72.765	19.0	0.011603340705773612	NC_016046.1	firmicutes	Oscillibacter valericigenes Sjm18-20 plasmid pOBV01, complete sequence	True	False
CHI0054_000000010212	1713	0.7464018743341674	2	2	2	1	2	False	86325	fragment	False	FIJ0164_000000012272	0.9360147986053332		0	0	False	False	0.9982486963272095	0					non-mobilizable	chromosome	1707.0	98.184	99.0	0.0005942978083830499	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0774_000000014505	1709	0.7464018743341674	2	2	2	1	2	False	86325	fragment	False	FIJ0164_000000012272	0.9326426001959403		0	0	False	False	1.0	0					non-mobilizable	chromosome	1709.0	97.542	100.0	0.0005949949319119449	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0104_000000001267	18091	0.7463937139437647	13	7	4	7	1	False	108045	fragment	False	AST0104_000000001267	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	17990.0	99.978	99.0	0.24887579040582236	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
SPA0106_000000001979	15882	0.7463937139437647	10	7	4	7	1	False	32946	fragment	False	SPA0106_000000001979	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	15562.0	99.955	99.0	0.004011548185368019	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
ENG0179_000000002741	9751	0.7463928753715061	16	6	3	5	4	True	66980	fragment	False	ENG0179_000000002741	1.0		0	0	False	False	0.9992821216583252	0					non-mobilizable	no_good_hit	3610.0	95.81700000000001	75.0	0.021806138113599827	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
AUS0018_000000003732	6958	0.7463882114420414	6	6	3	5	5	True	123512	fragment	False	AUS0018_000000003732	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6836.0	99.444	98.0	0.05254893508932626	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0073_000000002040	14336	0.7463854432124275	21	13	10	11	8	True	116352	maximal	False	ISR0126_000000003247	0.9264879899299613		0	0	True	True	0.9997907280921936	28					non-mobilizable	no_good_hit	47.0	91.48899999999999	0.0	0.00032028073302512117	NZ_MSFI01000020.1	firmicutes	Domibacillus epiphyticus strain SAB 38 SAB38WGS_contig_20, whole genome shotgun sequence	True	True
ISR0141_000000012230	2794	0.7463835557827938	4	3	3	3	3	False	129048	fragment	False	ISR0141_000000012230	1.0		0	0	False	False	0.9989262819290161	0					non-mobilizable	no_good_hit	1075.0	95.62799999999999	81.0	0.002995698912734231	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
AST0148_000000007574	4533	0.7463800484532112	5	5	4	5	4	False	130939	maximal	True	AST0148_000000007574	1.0	PS1128	19	6	False	True	1.0	0					non-mobilizable	no_good_hit	1735.0	85.072	38.0	0.020405993005009924	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
FIJ0047_000000018649	1659	0.7463691202303897	1	1	1	1	1	False	63024	fragment	False	FIJ0047_000000018649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	366.0	82.24	35.0	9.451608185540103e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0132_000000004544	7333	0.7463685080938005	10	7	3	4	5	True	130663	maximal	True	CHI0132_000000004544	1.0	PS1107|PS1110|PS1114	11	5	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3171.0	100.0	80.0	0.4209268357455849	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
MAD0064_000000006642	2944	0.7463631887214647	3	2	1	1	2	False	85319	fragment	False	MAD0064_000000006642	1.0		0	0	False	False	0.999660313129425	0					non-mobilizable	no_good_hit	1068.0	76.779	42.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0087_000000010074	2786	0.7463631887214647	3	2	1	1	2	False	85319	fragment	False	MAD0064_000000006642	0.9731657608695652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	76.779	44.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0045_000000009023	2450	0.7463608566239088	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.96296158036842		0	0	False	False	1.0	0					non-mobilizable	chromosome	2449.0	98.693	99.0	0.0004885894016815618	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0177_000000020042	1563	0.7463582052881075	1	1	1	1	1	False	59723	maximal	True	ISR0177_000000020042	0.9783344617467841		17	6	False	False	0.9987204074859619	0					non-mobilizable	other	1563.0	99.104	100.0	0.0006773090623692376	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
ISR0149_000000011889	1489	0.7463582052881075	1	1	1	1	1	False	30865	fragment	False	MON0053_000000026385	0.9646596858638743		0	0	False	False	0.9946272373199463	0					non-mobilizable	other	1489.0	97.179	100.0	0.01554046997389034	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0066_000000018217	1958	0.746357960220408	2	1	1	1	1	False	70953	fragment	False	DEN0066_000000018217	0.9958570688762299		0	0	False	False	0.9994892477989197	0					non-mobilizable	other	1111.0	90.999	96.0	0.15782589739863392	NZ_LNAM01000004.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf101, whole genome shotgun sequence	False	False
ISR0032_000000017272	1931	0.746357960220408	2	1	1	1	1	False	70953	fragment	False	DEN0066_000000018217	0.9890194075587334		0	0	False	False	1.0	0					non-mobilizable	other	1068.0	90.637	95.0	0.1515768056968464	NZ_LNAM01000004.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf101, whole genome shotgun sequence	False	False
AST0106_000000009545	2091	0.7463552647814516	2	2	2	2	2	False	107425	maximal	True	AST0106_000000009545	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	76.283	85.0	0.0006715493370166027	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
ISR0040_000000018982	1374	0.7463532597935265	3	2	2	2	1	False	45553	fragment	False	ISR0040_000000018982	0.98		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	75.957	68.0	0.034350299180025114	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	True	False
ISR0198_000000004606	7664	0.7463531624629165	12	3	2	2	1	True	28900	maximal	True	ISR0198_000000004606	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000035061	1118	0.7463527401751592	2	2	2	2	2	False	5027	fragment	False	SPA0098_000000035061	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	95.8	100.0	0.0024223839554472193	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0775_000000011519	1719	0.7463510960554306	2	1	1	1	1	False	113523	maximal	True	ISR0775_000000011519	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	100.0	11.0	0.00035167519124753877	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
ISR0097_000000002566	7809	0.7463493621307805	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.8229318430941429		0	0	False	False	0.9987194538116455	0					non-mobilizable	no_good_hit	2738.0	95.617	35.0	0.4419621175327829	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0159_000000006864	3267	0.7463452763422372	4	4	4	4	4	False	57904	fragment	False	ENG0159_000000006864	1.0		0	0	False	False	0.9892867803573608	0					non-mobilizable	no_good_hit	471.0	71.55	14.0	0.0001393570230196037	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
DEN0010_000000010622	4051	0.7463440351376933	3	1	1	1	1	False	76024	maximal	True	DEN0010_000000010622	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	82.51299999999999	26.0	0.016988496655604656	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0017_000000006779	1855	0.7463271808599409	3	3	3	3	3	False	7828	maximal	True	SPA0017_000000006779	1.0		1	1	False	False	0.99622642993927	0					non-mobilizable	other	1855.0	95.58	100.0	0.0029146498096988354	NZ_FRDE01000004.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
DEN0027_000000000109	7537	0.7463254898531134	6	3	2	3	1	False	74083	fragment	False	DEN0027_000000000109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	75.581	2.0	3.140546624077671e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ENG0129_000000011007	2418	0.7463252558448668	2	2	2	2	2	False	58547	fragment	False	ENG0129_000000011007	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	98.84	92.0	0.00031793758431023444	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0106_000000003333	7175	0.7463249026195585	11	7	2	6	3	True	50958	maximal	True	FIJ0106_000000003333	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	74.572	6.0	0.0056451274005799214	NZ_AUFC01000018.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00015.15_C, whole genome shotgun sequence	True	True
ISR0806_000000006501	1833	0.7463235392698577	4	4	2	2	1	True	118240	fragment	False	MAD0072_000000001538	0.08183507529770358		0	0	False	False	0.9994544386863708	0					non-mobilizable	other	1833.0	98.036	100.0	0.051388499298737726	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0133_000000012804	1710	0.7463235392698577	4	4	2	2	1	True	118240	fragment	False	MAD0072_000000001538	0.1561385564910132		0	0	False	False	0.9994152188301086	0					non-mobilizable	other	1632.0	98.223	95.0	0.00043380010757178126	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MAD0035_000000011206	1988	0.7463107842742296	3	2	2	2	2	False	50479	maximal	True	MAD0035_000000011206	1.0		12	4	False	False	0.998993992805481	0					non-mobilizable	no_good_hit	846.0	92.90799999999999	43.0	0.02213274312684995	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
ENG0149_000000009198	2312	0.7463088428368593	2	2	2	2	1	False	57215	fragment	False	ISR0024_000000009405	0.973987309393839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	95.376	7.0	4.78825207920103e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0029_000000020028	2216	0.7463088428368593	2	2	2	2	1	False	57215	fragment	False	ISR0024_000000009405	0.6513840830449827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	86.792	5.0	0.0012609105488021349	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0335_000000009610	1932	0.7463055352268901	2	2	2	2	2	False	72276	fragment	False	ISR0346_000000010486	0.5247962610317377		0	0	False	False	1.0	0					non-mobilizable	other	1932.0	99.37899999999999	100.0	0.032748795875449425	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
DEN0017_000000007456	4093	0.7463040793497008	5	4	4	3	3	False	129684	fragment	False	DEN0017_000000007456	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3290.0	99.027	80.0	0.044281635511501376	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0235_000000001334	3121	0.7463037670522746	6	5	4	3	4	True	123556	backbone	False	ISR0826_000000002301	0.17688822529043932	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	3004.0	98.369	95.0	0.030539476495183064	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0228_000000013439	1994	0.7462964621354543	4	3	2	0	2	True	90509	fragment	False	ISR0228_000000013439	1.0		0	0	False	False	0.9989969730377197	0					non-mobilizable	other	1981.0	99.445	100.0	0.3903353057199211	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0308_000000009128	1889	0.7462962853162137	2	2	2	2	2	False	78521	fragment	False	ISR0308_000000009128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	73.077	45.0	0.00020717532745347688	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0228_000000016366	1655	0.7462949716053369	3	1	1	1	1	False	59789	fragment	False	ISR0228_000000016366	0.9993654822335025		0	0	False	False	0.9945619106292725	0					non-mobilizable	no_good_hit								True	False
MON0051_000000018006	1956	0.7462935368339858	2	2	1	2	1	False	95810	fragment	False	MON0088_000000014694	0.4718963831867058		0	0	False	False	0.9918200373649597	0					non-mobilizable	no_good_hit	661.0	74.433	33.0	0.00018120242911923035	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0037_000000020561	1199	0.7462893121246293	1	1	1	1	1	False	36669	fragment	False	ISR0037_000000020561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000026281	1521	0.7462884034711643	2	2	2	2	2	False	41126	fragment	False	FIJ0126_000000026281	1.0		0	0	False	False	0.9993425607681274	0					non-mobilizable	chromosome	1521.0	87.179	99.0	0.0002332510800171215	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
AST0061_000000030577	1375	0.7462855287720053	2	2	2	1	1	False	111851	maximal	True	AST0061_000000030577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	97.103	88.0	0.00035939995469346116	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MON0019_000000002052	17742	0.7462840932015403	23	7	2	7	2	False	54756	maximal	True	MON0019_000000002052	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0039_01_000000004590	5076	0.7462825976130298	6	6	1	5	5	False	112161	maximal	False	SPA0040_000000006858	0.944235785234304		0	0	True	True	1.0	5					non-mobilizable	chromosome	2903.0	96.728	100.0	0.569605340663656	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
USA0052_01_000000004437	3770	0.7462704984981624	4	4	4	2	2	False	104793	fragment	False	USA0052_01_000000004437	1.0		0	0	False	False	0.9986737370491028	0					non-mobilizable	no_good_hit	157.0	86.624	4.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0397_000000014008	1284	0.7462672952919446	3	2	2	2	2	False	22634	fragment	False	SPA0052_000000020493	0.9895243503905627		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	99.844	100.0	0.0004048501234114445	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0050_000000008840	3478	0.7462467894705532	3	1	1	1	1	False	28357	fragment	False	MON0054_000000010441	0.9457965729399906		0	0	False	False	0.9899367690086365	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00025738259064156903	NZ_SDWS01000011.1	high GC Gram+	Nocardioides glacieisoli strain HLT3-15 NODE_11_length_116558_cov_115.008070, whole genome shotgun sequence	True	False
ISR0837_000000013217	1116	0.7462399356775291	1	1	1	1	1	False	20893	maximal	True	ISR0837_000000013217	1.0		166	11	False	False	1.0	0					non-mobilizable	chromosome	1116.0	99.552	100.0	0.00015737855597905835	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0305_000000000743	14105	0.7462352916403813	8	7	5	7	3	False	108546	fragment	False	ISR0305_000000000743	1.0		0	0	False	False	0.9996455311775208	0					non-mobilizable	no_good_hit	10240.0	93.76	81.0	0.005910533443835782	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
AST0113_000000002088	12935	0.7462281097220641	18	6	2	6	2	False	106710	maximal	True	AST0113_000000002088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.185367332579084e-06	CP049782.1	high GC Gram+	Streptomyces sp. ID38640 chromosome	True	False
DEN0078_000000011424	2644	0.7462267131228949	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.9021929714819286		0	0	False	False	0.9973524808883667	0					non-mobilizable	other	1185.0	89.705	90.0	0.00036834039630191217	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0080_000000004630	2709	0.7462187013503121	6	6	3	3	5	False	127565	fragment	False	AST0006_000000005137	0.9854949625060337		0	0	False	False	1.0	0					non-mobilizable	chromosome	2455.0	97.352	100.0	0.0005718345936384392	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
ISR0121_000000019445	1339	0.7462148970944879	4	3	2	2	1	True	32186	maximal	True	ISR0121_000000019445	1.0		4	4	False	False	0.9962658882141113	0					non-mobilizable	other	1385.0	75.018	100.0	0.00042433809168564883	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0389_000000006288	3264	0.7462066936347849	5	5	5	4	4	False	75874	fragment	False	ISR0389_000000006288	0.9924344317417619		0	0	False	False	0.9996936321258545	0					non-mobilizable	other	3264.0	99.02	100.0	0.02237076464965306	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0084_000000003065	4623	0.746204907197465	7	5	4	5	4	True	120933	fragment	False	USA0062_01_000000004946	0.7034348939239772		0	0	False	False	0.9932944178581238	0					non-mobilizable	no_good_hit	2367.0	98.648	51.0	0.06414920186773808	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
FIJ0030_000000016783	2105	0.7462005007754654	4	2	2	2	2	False	48733	maximal	True	FIJ0030_000000016783	1.0		1	1	False	False	0.9881235361099243	0					non-mobilizable	no_good_hit								True	False
ISR0107_000000008187	2928	0.7461927312506129	4	2	2	2	0	True	47463	maximal	True	ISR0107_000000008187	1.0		1	1	False	False	0.9948770403862	0					non-mobilizable	no_good_hit	442.0	98.64299999999999	15.0	0.00019679795008829132	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0380_000000002750	4074	0.7461899023880105	3	2	2	1	1	False	64798	maximal	True	ISR0380_000000002750	1.0		0	0	False	False	0.9992636442184448	0					non-mobilizable	no_good_hit	304.0	85.52600000000001	7.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0088_000000007891	2960	0.7461899023880105	3	2	2	1	1	False	64790	maximal	True	ISR0088_000000007891	1.0		1	1	False	False	0.9753378629684448	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000015220	2902	0.7461899023880105	3	2	2	1	1	False	72576	fragment	False	DEN0051_000000015220	1.0		0	0	False	False	0.9996554255485535	0					non-mobilizable	no_good_hit	204.0	100.0	7.0	0.050123456790123457	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0110_000000008300	2823	0.7461899023880105	3	2	2	1	1	False	67833	maximal	True	ISR0110_000000008300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	98.01700000000001	15.0	0.0023508982835771055	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0812_000000014694	2701	0.7461899023880105	2	2	2	1	1	False	64783	fragment	False	ISR0100_000000004527	0.9869641040072332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	85.185	11.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0290_000000004649	2690	0.7461899023880105	2	2	2	1	1	False	64783	fragment	False	ISR0100_000000004527	0.9868025772753206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	85.664	10.0	0.07012345679012345	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
USA0080_01_000000016219	2688	0.7461899023880105	2	2	2	1	1	False	64783	fragment	False	ISR0100_000000004527	0.9846135301270176		0	0	False	False	0.9977678656578064	0					non-mobilizable	no_good_hit	281.0	85.40899999999999	10.0	0.06888888888888889	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
FIJ0047_000000011380	2687	0.7461899023880105	2	2	2	1	1	False	64783	fragment	False	ISR0100_000000004527	0.9698536060189379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	85.185	11.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0816_000000015209	2687	0.7461899023880105	2	2	2	1	1	False	64783	fragment	False	ISR0100_000000004527	0.9838833812546456		0	0	False	False	0.9996278285980225	0					non-mobilizable	no_good_hit	283.0	85.512	10.0	0.06938271604938272	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0067_000000010882	2640	0.7461899023880105	2	2	2	1	1	False	64783	fragment	False	ISR0100_000000004527	0.9703905387811547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0353_000000014005	2637	0.7461899023880105	2	2	2	1	1	False	64780	fragment	False	ISR0353_000000014005	1.0		0	0	False	False	0.9943116903305054	0					non-mobilizable	no_good_hit	297.0	84.512	11.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ENG0018_000000008337	2520	0.7461899023880105	3	2	2	1	1	False	67836	fragment	False	ENG0018_000000008337	0.9736828912122301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	94.444	8.0	0.04839506172839506	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
SPA0087_000000006630	2284	0.7461899023880105	2	2	2	1	1	False	64778	fragment	False	ISR0043_000000009724	0.8709619745502579		0	0	False	False	0.9969351887702942	0					non-mobilizable	no_good_hit	304.0	85.52600000000001	13.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0043_000000009724	2269	0.7461899023880105	2	2	2	1	1	False	64778	fragment	False	ISR0043_000000009724	0.9512046921648226		0	0	False	False	0.9991185665130615	0					non-mobilizable	no_good_hit								True	False
ISR0333_000000010000	2227	0.7461899023880105	2	2	2	1	1	False	64778	fragment	False	ISR0043_000000009724	0.8661360098298876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	85.52600000000001	13.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ENG0046_000000008464	2219	0.7461899023880105	3	2	2	1	1	False	64778	fragment	False	ISR0043_000000009724	0.8660513646358265		0	0	False	False	0.9972960948944092	0					non-mobilizable	no_good_hit	299.0	85.28399999999999	13.0	0.07333333333333333	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0377_000000006504	2218	0.7461899023880105	2	2	2	1	1	False	64778	fragment	False	ISR0043_000000009724	0.8667195725772013		0	0	False	False	0.9981966018676758	0					non-mobilizable	no_good_hit	297.0	85.185	13.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
CHI0098_000000007012	1316	0.7461818414327241	2	2	2	1	1	False	90914	fragment	False	CHI0098_000000007012	1.0		0	0	False	False	0.996960461139679	0					non-mobilizable	other	1317.0	97.26700000000001	100.0	0.5384930384930385	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
AST0108_000000015616	1809	0.7461808495627835	2	2	2	2	1	False	131342	fragment	False	AST0108_000000015616	1.0		0	0	False	False	0.999447226524353	0					non-mobilizable	other	1221.0	96.88799999999999	93.0	0.01901686401148188	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ENG0200_000000004379	4477	0.7461774096882746	5	4	3	3	4	False	54218	maximal	True	ENG0200_000000004379	1.0		61	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0051_000000012216	2298	0.7461750563920575	3	3	3	3	3	False	122110	maximal	True	ENG0051_000000012216	0.9936751617098173		285	11	False	False	1.0	0					non-mobilizable	other	2298.0	97.56299999999999	100.0	0.0008100187006058742	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	False	False
SPA0056_000000001599	14804	0.7461745554857935	26	8	4	6	5	False	102986	fragment	False	SPA0056_000000001599	1.0		0	0	False	False	0.9998648762702942	0					non-mobilizable	no_good_hit	88.0	81.818	1.0	0.0019741976952389697	NZ_AVCY01000024.1	firmicutes	Lysinibacillus sinduriensis BLB-1 = JCM 15800 contig28, whole genome shotgun sequence	True	False
SPA0057_000000001514	14798	0.7461745554857935	26	8	4	6	5	False	102986	fragment	False	SPA0056_000000001599	0.9997973520670089		0	0	False	False	0.9998648762702942	0					non-mobilizable	no_good_hit	88.0	81.818	1.0	0.0019741976952389697	NZ_AVCY01000024.1	firmicutes	Lysinibacillus sinduriensis BLB-1 = JCM 15800 contig28, whole genome shotgun sequence	True	False
CAN0022_000000012232	2518	0.7461706292716358	3	3	3	3	2	False	121534	fragment	False	ISR0818_000000006945	0.9805907727627986		0	0	False	False	0.9980142712593079	0					non-mobilizable	other	2513.0	98.368	100.0	0.0004865210241190086	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
AUS0004_000000005010	4257	0.7461688978837915	6	3	1	3	1	True	128581	fragment	False	AST0118_000000006174	0.6934698528344835		0	0	False	False	0.9889593720436096	0					non-mobilizable	no_good_hit	159.0	90.566	4.0	0.005796024521642207	NZ_JAAWUO010000025.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_25_length_26915_cov_147.311, whole genome shotgun sequence	True	True
AST0005_000000007040	4170	0.7461688978837915	6	3	1	3	1	True	128581	fragment	False	AST0118_000000006174	0.6908988428455239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.000712992142826586	NZ_JAAITU010000016.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_16_length_70127_cov_172.725, whole genome shotgun sequence	True	True
MAD0087_000000018058	1692	0.7461649599761953	2	2	2	2	1	False	107413	fragment	False	AST0106_000000011146	0.9825839282390071		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	99.46799999999999	100.0	0.022128583953832263	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
MON0087_000000041265	1254	0.7461601725401977	2	2	2	2	2	False	9673	maximal	True	MON0087_000000041265	1.0		81	11	False	False	1.0	0					non-mobilizable	other	1251.0	99.52	99.0	0.0003944369869558111	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CHI0181_000000003285	5946	0.7461585225832752	7	4	4	4	2	False	93679	maximal	True	CHI0181_000000003285	1.0		2	1	False	False	0.9989908933639526	0					non-mobilizable	no_good_hit	834.0	92.926	31.0	0.00029428190081318834	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0217_000000005507	4897	0.7461510395960176	7	3	0	2	1	False	132312	backbone	False	ISR0021_000000004354	0.9328673840128441	PS1155	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	315.0	99.365	6.0	0.0039048412570106823	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0011_000000020874	2123	0.7461488357180956	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.3434953497465888		0	0	False	False	0.996231734752655	0					non-mobilizable	no_good_hit	1232.0	83.929	58.0	0.0003428305217595315	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0058_000000005643	6522	0.7461446257630828	10	4	1	3	3	False	64396	fragment	False	MON0058_000000005643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000004712	5413	0.7461446257630828	8	4	1	3	3	False	64395	fragment	False	ENG0177_000000004712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0027_000000005491	4773	0.7461423996388251	8	7	7	5	4	False	81088	maximal	True	ISR0027_000000005491	1.0		1	1	False	False	0.9997904896736145	0					non-mobilizable	no_good_hit	1251.0	99.76	26.0	0.0007072523923519424	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	True	False
FIJ0109_000000000649	27896	0.7461417017501817	23	8	5	8	4	True	95440	fragment	False	FIJ0109_000000000649	1.0		0	0	False	False	0.9996773600578308	0					non-mobilizable	no_good_hit	408.0	99.755	1.0	0.002126181284380665	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	True
FIJ0159_000000022757	1148	0.7461391976199415	2	1	1	1	1	False	39363	maximal	True	FIJ0159_000000022757	1.0		71	12	False	False	1.0	0					non-mobilizable	other	1144.0	81.206	99.0	0.0024676912790646526	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0191_000000008717	3308	0.7461376552336947	5	5	5	4	4	False	88395	maximal	True	ENG0191_000000008717	0.9860083628176263		81	9	False	False	0.9918379783630371	0					non-mobilizable	no_good_hit	130.0	78.462	4.0	0.0008769585979624416	NZ_PVXP01000002.1	firmicutes	Clostridium luticellarii strain DSM 29923 CLLU_contig000002, whole genome shotgun sequence	True	False
ENG0045_000000001171	8560	0.7461275318407883	13	12	5	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.10335670161354044	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8563.0	98.038	99.0	0.16770880294803692	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MAD0005_000000003988	5483	0.7461257197171056	7	7	4	6	7	True	114229	fragment	False	CHI0087_000000001017	0.6924420872230269		0	0	False	False	1.0	0					non-mobilizable	plasmid	5367.0	99.516	100.0	0.056586857926379075	CP030234.1	enterobacteria	Salmonella enterica strain SA20101045 plasmid pSA20101045.1, complete sequence	False	True
MAD0089_000000003959	4864	0.7461257197171056	7	7	4	6	7	True	114229	fragment	False	CHI0087_000000001017	0.27017943153548934		0	0	False	False	1.0	0					non-mobilizable	plasmid	4864.0	99.93799999999999	100.0	0.04475386753296951	CP053788.1	enterobacteria	Escherichia coli isolate J31 plasmid pJ31, complete sequence	False	True
ENG0177_000000022336	1155	0.7461230190418717	1	1	1	1	1	False	55489	maximal	True	ENG0177_000000022336	1.0		1	1	False	False	0.9991341829299927	0					non-mobilizable	no_good_hit	151.0	74.834	13.0	0.002435532443596031	NZ_LDPV02000047.1	firmicutes	Ornithinibacillus contaminans strain DSM 22953 contig_47, whole genome shotgun sequence	True	False
CAN0014_000000009490	4709	0.7461195143306194	5	4	3	3	3	True	93738	fragment	False	CAN0014_000000009490	0.9774770303810701		0	0	False	False	0.9997876286506653	0					non-mobilizable	other	4724.0	87.426	99.0	0.0008772181259732133	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
ENG0107_000000005389	4694	0.7461195143306194	6	4	3	3	3	True	93738	fragment	False	CAN0014_000000009490	0.974803395104119		0	0	False	False	1.0	0					non-mobilizable	other	4704.0	87.309	99.0	0.000873495579289686	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
USA0011_01_000000020689	1751	0.7461191374178441	3	1	1	1	1	True	2013	fragment	False	USA0011_01_000000020689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	85.152	58.0	0.0971636642391721	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
ISR0811_000000006948	2138	0.7461096105969821	3	2	2	2	2	False	126226	fragment	False	USA0059_01_000000013440	0.6727757843076425		0	0	False	False	0.983629584312439	0					non-mobilizable	no_good_hit	531.0	73.82300000000001	25.0	0.005030732678600629	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0044_000000021424	1161	0.7461091226160316	1	1	1	1	1	False	17933	maximal	True	MAD0044_000000021424	1.0		2	1	False	False	0.993109405040741	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	1.2117389227708296e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0044_000000013099	2063	0.7461074838963915	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.4333022191315612		0	0	False	False	0.9995152950286865	0					non-mobilizable	other	2062.0	96.848	99.0	0.04691358024691358	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0011_01_000000002505	13950	0.7461066126554418	13	7	5	5	4	False	93751	fragment	False	USA0011_01_000000002505	0.9809008868834604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	99.53200000000001	27.0	0.00026060007837202625	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0801_000000000511	12854	0.7461066126554418	12	7	5	5	4	False	93751	fragment	False	USA0011_01_000000002505	0.9431182795698925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	99.79799999999999	27.0	0.00025868005100290883	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0165_000000013361	1708	0.7461028102677916	1	1	1	1	1	False	30237	fragment	False	ISR0165_000000013361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	78.134	78.0	0.0029383561041268946	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0039_000000014080	1931	0.7461003246877641	3	2	2	2	1	False	7003	maximal	True	SPA0039_000000014080	1.0		1	1	False	False	0.998964250087738	0					non-mobilizable	no_good_hit	123.0	92.68299999999999	6.0	2.202544950421977e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
MON0105_000000030010	1814	0.7460970480057791	3	2	2	2	2	False	8726	maximal	True	MON0105_000000030010	1.0		13	5	False	False	0.9724366068840027	0					non-mobilizable	no_good_hit								True	False
FIJ0022_000000004189	5488	0.7460959779689083	7	7	7	5	5	False	49498	maximal	True	FIJ0022_000000004189	1.0		101	8	False	False	1.0	0					non-mobilizable	chromosome	4650.0	99.441	100.0	0.0018425602072800948	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0095_000000002141	9085	0.74608097654801	12	8	5	5	4	True	91664	maximal	True	ISR0095_000000002141	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	72.679	10.0	0.00023357394996856125	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	True
SPA0008_000000005647	4892	0.746074874015839	7	5	3	3	5	True	122494	maximal	True	SPA0008_000000005647	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3100.0	96.323	70.0	0.3854776435421597	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0791_000000004149	4048	0.7460746617365238	4	3	2	3	1	True	70634	maximal	False	DEN0070_000000007707	0.9691397647488533		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.00036258158085569254	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
ISR0032_000000008371	3826	0.7460741254229722	4	1	1	1	1	False	36965	fragment	False	ISR0032_000000008371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0195_000000004974	4728	0.7460740642577312	5	4	4	4	3	False	29010	maximal	True	ISR0195_000000004974	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	97.579	17.0	0.0008423292394430621	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
ISR0131_000000032717	1160	0.7460722683113682	2	1	1	1	1	False	31622	maximal	True	ISR0131_000000032717	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.0854804422133061e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
MON0013_000000023128	2283	0.7460639994528164	3	3	2	2	3	True	31808	fragment	False	MON0013_000000023128	0.9946808510638298		0	0	False	False	1.0	0	rep_cluster_1702				non-mobilizable	other	2284.0	99.256	100.0	0.022762653680344882	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0222_000000032430	1407	0.7460573851175464	4	4	4	2	2	False	27853	maximal	True	ISR0222_000000032430	1.0		4	4	False	False	0.9914712309837341	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	4.0	1.4547589119934664e-05	AP022332.1	a-proteobacteria	Methylosinus sp. C49 DNA, complete genome	True	False
MAD0050_000000012590	1912	0.7460556848825705	2	2	2	2	2	False	18200	maximal	True	MAD0050_000000012590	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	89.43799999999999	85.0	0.0005155287836370524	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0054_000000009071	1841	0.7460554699229972	3	2	2	2	2	False	17155	maximal	True	MAD0054_000000009071	1.0		1	1	False	False	0.9896795153617859	0					non-mobilizable	no_good_hit	1305.0	98.851	81.0	0.021534142515068945	AP009243.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-3 DNA, complete sequence	True	False
CAN0005_000000006287	2767	0.7460469803485785	4	2	2	2	2	False	95939	fragment	False	CAN0005_000000006287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	90.625	5.0	2.112546413147684e-05	CP020553.1	firmicutes	Staphylococcus aureus strain SA112 chromosome	True	False
MON0092_000000022750	2414	0.7460421024352981	3	3	3	3	3	False	61251	maximal	False	ENG0090_000000009438	0.9267384105960265		0	0	False	False	0.9987572431564331	0					non-mobilizable	no_good_hit	111.0	83.78399999999999	9.0	1.6393583160511377e-05	CP026124.1	b-proteobacteria	Achromobacter sp. AONIH1 chromosome, complete genome	True	False
MON0005_000000001239	17259	0.7460294854420367	11	11	6	11	5	False	61445	maximal	True	MON0005_000000001239	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	75.52	2.0	0.014198509325149235	NZ_FWXW01000014.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
CHI0177_000000005816	2766	0.7460267230246724	4	4	4	2	2	True	77697	maximal	True	CHI0177_000000005816	1.0		0	0	False	False	0.9945769906044006	0					non-mobilizable	no_good_hit								True	True
FIJ0045_000000005965	3696	0.7460224793871709	4	3	2	3	2	False	104777	maximal	True	FIJ0045_000000005965	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	98.99	66.0	0.0054902359830158835	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
FIJ0004_000000021544	1212	0.7460222779164308	2	2	2	2	2	False	84419	fragment	False	MON0058_000000039816	0.9562278318915826		0	0	False	False	0.9942244291305542	0					non-mobilizable	no_good_hit	509.0	73.87	41.0	0.005668895753420007	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
ENG0025_000000013910	1884	0.7460206088986684	3	2	2	2	2	True	118519	fragment	False	ENG0025_000000013910	1.0		0	0	False	False	0.9952229261398315	0					non-mobilizable	virus	1884.0	100.0	100.0	0.19052919154103004	MK233295.1	viruses	Uncultured human fecal virus clone E.hallii_S01.N20_2-CL25_c7 sequence	False	True
FIJ0058_000000011780	3321	0.7460050099965774	4	4	4	4	4	False	98154	maximal	True	FIJ0058_000000011780	0.9893401348718086		314	13	False	False	1.0	0					non-mobilizable	chromosome	3319.0	99.94	99.0	0.0006946117762864397	CP034738.1	enterobacteria	Escherichia coli strain L65 chromosome, complete genome	False	False
ENG0080_000000004961	4786	0.7460035600138158	7	6	5	6	6	False	102829	maximal	False	CHI0168_000000003773	0.9848052212930858		0	0	False	False	0.999373197555542	0					non-mobilizable	other	4009.0	99.551	91.0	0.0017603252209629787	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0176_000000017862	1917	0.7459972301741846	2	2	2	2	1	False	109227	fragment	False	ISR0176_000000017862	0.9716081596285182		0	0	False	False	1.0	0					non-mobilizable	other	1917.0	98.17399999999999	100.0	0.006902763266923659	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
SPA0076_000000010622	1569	0.745996321795213	3	3	3	2	1	False	5733	maximal	True	SPA0076_000000010622	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1577.0	86.557	100.0	0.015405679613084977	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
USA0069_01_000000043664	1377	0.745994228918466	1	1	1	1	1	False	127797	fragment	False	USA0069_01_000000043664	0.9901960784313726		0	0	False	False	0.9934640526771545	0					non-mobilizable	other	1239.0	98.789	90.0	0.005428205622884403	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
ISR0199_000000014294	2126	0.7459929545397382	3	1	0	1	0	True	129113	fragment	False	ISR0199_000000014294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0004_000000012863	1569	0.7459929545397382	2	1	0	1	0	True	102353	fragment	False	ENG0204_000000015718	0.9187279151943463		0	0	False	False	0.9936265349388123	0					non-mobilizable	no_good_hit								True	True
CHI0120_000000011576	1389	0.7459929545397382	1	1	0	1	0	True	81825	fragment	False	CHI0120_000000011576	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0107_000000034762	1740	0.7459852817296825	3	3	3	3	3	False	31586	fragment	False	MON0107_000000034762	1.0		0	0	False	False	0.9919540286064148	0					non-mobilizable	no_good_hit	355.0	76.33800000000001	20.0	0.026008492569002124	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
DEN0018_000000012473	2967	0.7459816867794411	3	2	2	2	2	False	75128	fragment	False	DEN0018_000000012473	0.9681310452292372		0	0	False	False	0.995281457901001	0					non-mobilizable	no_good_hit	1326.0	73.077	44.0	0.0003130589260413373	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	False
CHI0144_000000006632	2301	0.7459783535711828	5	5	4	4	4	False	120651	maximal	True	CHI0144_000000006632	1.0		20	7	True	True	0.9995654225349426	5					non-mobilizable	no_good_hit	1072.0	80.22399999999999	46.0	0.013188450791679603	NZ_FOJY01000015.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
ISR0213_000000009741	2603	0.7459764949102821	4	3	3	3	3	False	113810	fragment	False	ISR0213_000000009741	1.0		0	0	False	False	0.9946215748786926	0					non-mobilizable	other	1332.0	85.435	90.0	0.005157977607396462	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0815_000000000865	21030	0.745963190362023	25	12	6	12	5	True	108400	backbone	False	ISR0280_000000000088	0.09587624049703586	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	19655.0	99.01299999999999	99.0	0.1998901311305303	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0142_000000002039	10113	0.7459556483915659	16	16	4	10	14	False	132521	backbone	False	USA0060_01_000000001071	0.7072713970244165	PS1166	0	0	False	True	0.9989122748374939	0					non-mobilizable	plasmid	10114.0	99.99	100.0	0.19822804163318108	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0068_000000019895	1327	0.7459393244777868	1	1	1	1	1	False	62554	fragment	False	ENG0068_000000019895	0.979903536977492		0	0	False	False	0.9924641847610474	0					non-mobilizable	other	1270.0	78.189	96.0	0.00265567535415986	NZ_CYXL01000005.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
ISR0376_000000019423	1282	0.7459393244777868	1	1	1	1	1	False	23327	fragment	False	ISR0376_000000019423	0.98714859437751		0	0	False	False	0.9953197836875916	0					non-mobilizable	other	1282.0	99.68799999999999	100.0	0.004916881292437368	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0119_000000024080	1258	0.7459393244777868	1	1	1	1	1	False	59242	fragment	False	ENG0119_000000024080	1.0		0	0	False	False	0.980127215385437	0					non-mobilizable	other	1241.0	100.0	99.0	0.0003743190562812851	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
CHI0043_000000000142	26746	0.7459379444473646	28	10	8	9	8	True	87453	fragment	False	CHI0043_000000000142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	78.571	7.0	0.00044181728400765816	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ITA0002_000000005593	1769	0.7459369389668143	2	2	2	2	2	False	20424	maximal	True	ITA0002_000000005593	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	91.228	3.0	0.00015898572886284735	NZ_JABFCN010000030.1	a-proteobacteria	Rhizobium sophorae strain CCBAU 03386 platanus_K_25_97_30, whole genome shotgun sequence	True	False
AST0093_000000015036	1111	0.7459323729041236	3	3	3	3	1	False	109441	maximal	True	AST0093_000000015036	1.0		2	2	False	False	0.9540954232215881	0					non-mobilizable	chromosome	987.0	99.899	100.0	0.00019410285600894998	CP026231.1	enterobacteria	Citrobacter freundii complex sp. CFNIH4 chromosome, complete genome	False	False
DEN0011_000000025108	1816	0.745923357107875	2	2	2	2	1	False	83778	fragment	False	ISR0288_000000015151	0.4784793750618996		0	0	False	False	0.9636563658714294	0					non-mobilizable	no_good_hit	105.0	86.667	6.0	0.004311238237366829	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
ISR0022_000000018345	1432	0.7459232792079205	2	2	2	2	2	True	37576	maximal	True	ISR0022_000000018345	0.9968575418994414		3	3	False	False	1.0	0					non-mobilizable	other	1432.0	99.441	100.0	0.027815573611165104	NZ_LT635844.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	True
ISR0272_000000004072	2649	0.7459134279788925	5	5	4	4	3	False	112930	fragment	False	FIJ0172_000000008063	0.5065077930758994		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	98.405	100.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0028_000000005790	2848	0.7459110775499688	5	4	1	3	3	False	126122	fragment	False	ENG0028_000000005790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	95.455	2.0	0.00021281123643328368	NZ_FOCD01000005.1	firmicutes	Terribacillus saccharophilus strain DSM 21619, whole genome shotgun sequence	True	False
ISR0789_000000011658	1215	0.7459109298791861	2	2	2	2	1	False	22091	maximal	True	ISR0789_000000011658	1.0		101	11	False	False	0.9868312478065491	0					non-mobilizable	other	1215.0	99.588	100.0	0.0003250997057231741	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
AUS0006_000000008701	2742	0.7459055782374673	4	4	3	3	2	False	102127	fragment	False	AUS0006_000000008701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	81.663	32.0	0.0068364906539115115	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
DEN0011_000000012364	3375	0.7458999109998322	5	3	3	3	1	False	75752	maximal	True	DEN0011_000000012364	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	77.354	13.0	0.00011842898276263452	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0021_000000033895	1412	0.7458999109998322	3	3	3	3	1	False	49566	fragment	False	FIJ0021_000000033895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	80.0	12.0	0.11201079622132254	AY551005.1	bacteria	Uncultured bacterium clone CBir-1 flagellin gene, complete cds	True	False
SPA0105_000000019601	1218	0.7458988829999882	2	2	2	2	1	False	4772	maximal	True	SPA0105_000000019601	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	84.444	7.0	1.420015374893741e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
USA0042_01_000000005988	4210	0.7458979796685075	4	4	4	4	4	False	82042	maximal	False	ISR0194_000000005261	0.9890737115260002		0	0	False	False	0.9992874264717102	0					non-mobilizable	other	3789.0	98.971	100.0	0.10627016411838967	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
FIJ0158_000000011888	1558	0.7458972968056994	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8060023276657851		0	0	False	False	0.9993581771850586	0					non-mobilizable	other	1553.0	98.26100000000001	99.0	0.007043404069925754	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0025_000000009633	3514	0.7458892314827379	2	1	1	1	1	False	12831	fragment	False	MON0025_000000009633	1.0		0	0	False	False	0.9772339463233948	0					non-mobilizable	plasmid	3213.0	99.25299999999999	95.0	0.024892471034990506	CP015914.1	enterobacteria	Escherichia coli strain 210205630 plasmid pSLy2, complete sequence	False	True
FIJ0094_000000014802	1377	0.7458861543682604	2	2	2	2	2	False	43156	fragment	False	FIJ0094_000000014802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	88.25	86.0	0.00032824033190595995	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0062_000000011159	3130	0.7458827817184726	5	3	3	3	3	False	35357	maximal	True	ISR0062_000000011159	1.0		1	1	False	False	0.9993610382080078	0					non-mobilizable	no_good_hit	421.0	84.086	19.0	0.00010199400736171169	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0101_000000014533	4032	0.7458827159225674	7	3	2	3	2	True	118999	maximal	True	MON0101_000000014533	1.0		1	1	False	False	0.996279776096344	0					non-mobilizable	no_good_hit	858.0	77.73899999999999	21.0	0.00020398801472342338	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0038_000000027282	1280	0.7458660148208905	2	1	1	1	1	False	14184	fragment	False	MON0038_000000027282	0.9914564686737184		0	0	False	False	0.999218761920929	0					non-mobilizable	no_good_hit	667.0	76.612	51.0	0.005712046671600853	NZ_AWEY01000023.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00011, whole genome shotgun sequence	True	False
ISR0067_000000014876	1994	0.7458635319989527	3	2	1	1	1	True	105520	fragment	False	ISR0067_000000014876	1.0		0	0	False	False	0.9979940056800842	0					non-mobilizable	no_good_hit								True	True
AST0140_000000016543	1746	0.7458635319989527	3	2	1	1	1	True	105519	fragment	False	AST0140_000000016543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0100_000000000623	5364	0.7458631178698476	8	4	2	4	1	False	83340	fragment	False	CHI0153_000000003064	0.9884054316860107		0	0	False	False	0.9992542862892151	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000013220	1903	0.7458528775423491	3	3	3	2	1	False	129890	fragment	False	ISR0137_000000013220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	99.645	61.0	0.015715640339134314	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0312_000000009610	1835	0.7458528775423491	3	3	3	2	1	False	129889	fragment	False	ISR0312_000000009610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	99.34700000000001	58.0	0.014920794288264167	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0143_000000012517	1552	0.7458528775423491	4	3	3	2	1	False	129888	fragment	False	ENG0173_000000010002	0.7196230077718385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	99.383	73.0	0.015785363676929943	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0064_000000002090	7675	0.7458474197089	11	7	6	5	6	False	90022	fragment	False	CHI0043_000000000667	0.6448969456170847		0	0	False	False	0.999869704246521	0					non-mobilizable	no_good_hit	829.0	74.186	11.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
FIJ0069_000000011880	1888	0.7458407808838723	3	2	1	2	1	True	44991	fragment	False	FIJ0069_000000011880	1.0		0	0	False	False	0.9957627058029175	0					non-mobilizable	chromosome	1875.0	99.62700000000001	99.0	0.0007802591926107706	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
ISR0095_000000033107	1104	0.7458383687271702	2	2	2	2	2	False	33368	maximal	True	ISR0095_000000033107	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	86.589	69.0	0.000604989571890274	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ENG0035_000000011365	1949	0.7458310225925083	2	2	1	2	1	False	65388	maximal	True	ENG0035_000000011365	1.0		6	3	False	False	0.9830682277679443	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	6.815715605298322e-05	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ENG0125_000000001224	15770	0.745829338375272	19	9	3	9	2	True	90497	fragment	False	CHI0120_000000000475	0.6936887545611248		0	0	False	False	0.997273325920105	0					non-mobilizable	other	15772.0	98.015	100.0	0.25362237267420357	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
MAD0040_000000004202	5567	0.7458260517967273	11	3	2	3	3	False	18414	maximal	True	MAD0040_000000004202	1.0		1	1	False	False	0.9974851608276367	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	4.462264092368663e-07	CP027080.1	even-toed ungulates	Bos mutus isolate yakQH1 chromosome 12	True	False
USA0015_01_000000008676	3747	0.7458216384829509	4	4	2	2	4	False	58918	fragment	False	USA0015_01_000000008676	1.0		0	0	False	False	0.9975980520248413	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000004918	6259	0.7458210057645445	7	4	1	4	0	True	55415	maximal	True	ENG0179_000000004918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0024_000000019645	1645	0.7458172320049345	4	3	2	3	1	False	104735	fragment	False	AUS0024_000000019645	1.0		0	0	False	False	0.9373860359191895	0					non-mobilizable	no_good_hit	185.0	82.162	11.0	0.00054386540513539	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0855_000000004490	3183	0.7458162336576127	3	3	2	3	2	False	71682	maximal	True	ISR0855_000000004490	1.0		62	7	False	False	0.9993716478347778	0					non-mobilizable	other	1751.0	99.37200000000001	99.0	0.003092736134822088	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0005_000000003711	6978	0.7458084481510627	8	6	6	6	5	False	103969	maximal	True	FIJ0005_000000003711	1.0		1	1	False	False	0.99985671043396	0					non-mobilizable	no_good_hit	3710.0	94.205	70.0	0.0013116969441781584	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0076_000000003248	3891	0.7458075090389651	3	3	3	3	3	False	5751	maximal	True	SPA0076_000000003248	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1743.0	97.303	89.0	0.0011554873377293147	CP024063.1	firmicutes	Lactobacillus salivarius strain BCRC 12574 chromosome	True	False
ISR0852_000000008318	1479	0.7458032085088315	3	3	3	3	2	False	49567	maximal	True	ISR0852_000000008318	1.0		0	0	False	False	0.9337390065193176	0					non-mobilizable	no_good_hit	216.0	79.63	14.0	6.174476800055657e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0391_000000006381	2235	0.7457976602083096	4	3	1	3	2	False	22856	maximal	True	ISR0391_000000006381	1.0		2	2	False	False	0.9959731698036194	0					non-mobilizable	no_good_hit	780.0	99.103	35.0	0.4914826498422713	KP798884.1	bacteria	Uncultured bacterium isolate CON33 genomic sequence	True	False
SPA0068_000000002325	5910	0.7457962681835343	7	6	6	5	6	False	35648	maximal	True	SPA0068_000000002325	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	5910.0	99.932	100.0	0.0011364950132145438	CP051749.1	enterobacteria	Escherichia coli strain SCU-486 chromosome, complete genome	False	False
ENG0085_000000002909	7601	0.7457927664183435	6	6	4	4	4	False	132280	fragment	False	ENG0085_000000002909	0.6016582572180705		0	0	False	False	0.9997369050979614	0					non-mobilizable	other	7604.0	97.146	100.0	0.001773094320218968	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0062_000000000743	25199	0.7457917531758032	49	11	7	9	8	False	35376	fragment	False	ISR0062_000000000743	1.0		0	0	False	False	0.9996031522750854	0					non-mobilizable	no_good_hit	254.0	92.126	1.0	0.00029742801184069143	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0011_01_000000012943	2859	0.7457907624613301	4	3	3	3	1	False	2024	fragment	False	USA0011_01_000000012943	1.0		0	0	False	False	0.999650239944458	0					non-mobilizable	chromosome	2315.0	99.309	100.0	0.0008128638426706074	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0023_000000005031	5833	0.7457735681595029	7	6	3	4	4	True	132390	maximal	False	FIJ0115_000000004201	0.9947564276048715	PS1159|PS463	0	0	True	True	1.0	18		MOBV			mobilizable	no_good_hit	4561.0	97.194	80.0	0.03876542579882462	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
MON0094_000000017750	2075	0.7457705895151512	5	1	1	1	1	False	9338	maximal	True	MON0094_000000017750	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0391_000000008565	1746	0.7457694487879063	3	3	2	3	2	False	22854	fragment	False	ISR0391_000000008565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	239.0	82.427	14.0	7.025513976138963e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0785_000000001680	13357	0.7457680138897838	18	9	3	9	3	False	82632	fragment	False	ISR0785_000000001680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	90.385	0.0	6.604378314329558e-05	NZ_OCTQ01000001.1	firmicutes	Miniphocibacter massiliensis strain Marseille-P4678, whole genome shotgun sequence	True	False
FIJ0047_000000009962	3046	0.7457659585821713	3	3	3	3	2	False	113542	maximal	True	FIJ0047_000000009962	0.9623381049761418		3	2	False	False	0.9986867904663086	0					non-mobilizable	no_good_hit	1714.0	72.462	56.0	0.00038457735945919715	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0040_000000001750	14612	0.7457577640305909	20	19	13	15	16	True	123634	fragment	False	SPA0040_000000001750	0.9856381876004069		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	14623.0	99.897	100.0	0.14587657672042154	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0105_000000003260	8055	0.7457574992020878	9	9	4	7	9	True	125606	fragment	False	MAD0105_000000003260	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	8059.0	97.32	100.0	0.1222881780503727	CP056948.1	enterobacteria	Escherichia coli strain RHB42-C02 plasmid pRHB42-C02_2, complete sequence	False	True
ISR0041_000000002433	4846	0.7457561674514204	5	5	5	5	5	False	94511	maximal	True	ISR0041_000000002433	1.0		45	11	False	False	0.9921584725379944	0					non-mobilizable	no_good_hit	672.0	71.131	14.0	0.00017349850951393908	CP013239.1	firmicutes	Clostridium butyricum strain CDC_51208, complete genome	True	False
USA0005_01_000000020458	1528	0.7457494001337113	2	2	2	2	2	False	9541	maximal	True	USA0005_01_000000020458	0.9895977808599168		133	11	False	False	0.9921466112136841	0					non-mobilizable	other	1517.0	98.352	99.0	0.0004209918300925849	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0056_000000003355	5558	0.7457484736757518	5	5	5	5	5	False	105499	maximal	True	ISR0056_000000003355	1.0		72	9	False	False	1.0	0					non-mobilizable	no_good_hit	4499.0	76.195	80.0	0.00561920287251331	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	True	False
DEN0061_000000016168	2569	0.7457429711541967	3	2	2	2	2	False	124015	fragment	False	DEN0061_000000016168	1.0		0	0	False	False	0.9887115359306335	0					non-mobilizable	no_good_hit	1386.0	95.166	54.0	0.00038433554937212236	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0013_000000005132	4185	0.7457424574931502	7	4	2	4	1	True	88767	fragment	False	MAD0013_000000005132	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1413.0	87.615	81.0	0.054254909510974204	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
MAD0035_000000013996	1592	0.745742382156306	2	1	1	1	1	False	18765	fragment	False	MAD0035_000000013996	1.0		0	0	False	False	0.9660804271697998	0					non-mobilizable	other	1524.0	84.90799999999999	96.0	0.0064397034603350676	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
MAD0009_000000000424	14944	0.7457421177728881	20	6	2	6	1	False	19801	maximal	True	MAD0009_000000000424	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	2.0865672838330022e-05	CP022547.1	firmicutes	Streptococcus thermophilus strain B59671 chromosome, complete genome	True	False
MON0053_000000019340	2018	0.7457341930570085	5	2	1	1	2	False	11183	fragment	False	MON0053_000000019340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1303.0	98.619	65.0	0.000571842175073303	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0237_000000001873	4413	0.745729015197629	6	2	1	2	0	False	89428	backbone	False	FIJ0093_000000004939	0.9864478935898943	PS161|PS166|PS464	0	0	True	True	1.0	211					non-mobilizable	no_good_hit	278.0	88.84899999999999	6.0	0.04182451886649492	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0011_000000016556	1704	0.7457260206484049	2	2	2	1	1	False	38243	fragment	False	ISR0011_000000016556	1.0		0	0	False	False	0.9994131326675415	0					non-mobilizable	no_good_hit	862.0	81.903	51.0	0.004203385191376217	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
CHI0132_000000022425	1356	0.7457242736505685	3	2	2	2	2	False	80850	fragment	False	MON0002_000000017192	0.39879617536164025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	71.557	24.0	0.00018088808815761864	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
ENG0099_000000002780	6869	0.7457236691966335	7	6	5	5	4	True	93740	maximal	True	ENG0099_000000002780	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	6154.0	82.97	89.0	0.0011303513004530712	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
ISR0130_000000012397	2353	0.7457217793362566	3	3	3	2	2	False	99229	fragment	False	FIJ0054_000000010458	0.97890559732665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	3.0	0.0013422818791946308	NZ_ATZZ01000034.1	b-proteobacteria	Chitinimonas koreensis DSM 17726 F559DRAFT_scaffold00020.20_C, whole genome shotgun sequence	True	False
ISR0395_000000015834	2443	0.7457155972720529	3	2	2	2	2	False	109850	maximal	True	ISR0395_000000015834	1.0	PS691	7	3	False	True	0.99754399061203	0					non-mobilizable	no_good_hit	193.0	91.71	8.0	5.137330302488712e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0107_000000005805	2403	0.7457155972720529	2	2	2	2	2	False	109863	maximal	True	CHI0107_000000005805	1.0	PS691	17	4	False	True	0.9991676807403564	0					non-mobilizable	no_good_hit	102.0	90.196	9.0	2.99250586755588e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0206_000000010920	2382	0.7457155972720529	3	2	2	2	2	False	109853	fragment	False	ISR0206_000000010920	1.0		0	0	False	True	0.9995802044868469	0					non-mobilizable	no_good_hit	191.0	91.09899999999999	8.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0012_000000009175	2368	0.7457155972720529	2	2	2	2	2	False	125277	fragment	False	ISR0087_000000014084	0.96604808097849		0	0	False	True	0.9995777010917664	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	8.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0117_000000011744	2285	0.7457155972720529	3	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.9642461517142539	PS691	0	0	True	True	0.9991247057914734	12					non-mobilizable	no_good_hit	190.0	91.579	8.0	5.0562145608704694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0388_000000015216	2277	0.7457155972720529	3	2	2	2	2	False	109848	backbone	True	ISR0388_000000015216	0.9749106684371632	PS691	5	3	False	True	0.9995608329772949	0					non-mobilizable	no_good_hit	197.0	84.264	9.0	0.018940137389597645	NZ_CABJDZ010000017.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
SPA0001_000000015415	2200	0.7457155972720529	2	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.9682735513252057	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	190.0	91.053	9.0	5.0562145608704694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0093_000000014240	2198	0.7457155972720529	3	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.8785045219208513	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	54.0	98.148	2.0	0.0014833058128795723	KC246795.1	bacteria	Uncultured bacterium Contig26 genomic sequence	True	True
ISR0131_000000014737	2184	0.7457155972720529	3	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.9613591801290885	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	136.0	89.706	6.0	3.650208372820927e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
TAN0010_000000006987	2135	0.7457155972720529	2	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.9628395363834696	PS691	0	0	False	True	0.9981264472007751	0					non-mobilizable	no_good_hit	190.0	91.053	9.0	5.0562145608704694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0151_000000008712	2122	0.7457155972720529	2	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.9612349080564789	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	191.0	90.052	9.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0092_000000013359	2095	0.7457155972720529	2	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.9659751286736499	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	191.0	91.09899999999999	9.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0100_000000014097	2067	0.7457155972720529	2	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.8875168919315114	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	135.0	90.37	7.0	3.5690926312026845e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0134_000000013343	2045	0.7457155972720529	2	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.8914528715014979	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	149.0	89.262	7.0	4.001709919833313e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0162_000000019486	2035	0.7457155972720529	2	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.8843612138451126	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	127.0	92.126	6.0	3.35278398688737e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0153_000000014843	2024	0.7457155972720529	2	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.8821747107108493	PS691	0	0	False	True	0.9975296258926392	0					non-mobilizable	no_good_hit	127.0	91.339	6.0	3.35278398688737e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0182_000000003398	6916	0.7457144469265733	16	5	0	5	2	True	77389	fragment	False	CHI0182_000000003398	1.0		0	0	False	False	0.9930595755577087	0					non-mobilizable	virus	6864.0	97.21700000000001	99.0	0.0701330850987653	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
FIJ0041_000000016472	2234	0.7457074303137697	4	3	2	2	2	True	47393	fragment	False	FIJ0041_000000016472	1.0		0	0	False	False	0.9843330383300781	0					non-mobilizable	no_good_hit	60.0	100.0	3.0	3.183750998294804e-05	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	True
MON0106_000000038685	1164	0.7457074303137697	3	3	2	2	2	True	8632	fragment	False	MON0106_000000038685	1.0		0	0	False	False	0.9510309100151062	0					non-mobilizable	no_good_hit								True	True
ISR0807_000000013487	1130	0.7457015669105203	3	2	2	1	1	False	21753	maximal	True	ISR0807_000000013487	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	85.522	53.0	0.0008372927065169047	CP019301.1	CFB group bacteria	Prevotella intermedia ATCC 25611 = DSM 20706 strain ATCC 25611 chromosome II, complete sequence	True	False
FIJ0146_000000001939	8203	0.7456779085325413	12	12	3	7	12	True	63892	fragment	False	FIJ0146_000000001939	0.9908190729562039		0	0	False	False	1.0	0					non-mobilizable	plasmid	8200.0	99.744	100.0	0.11720302514761176	CP008932.1	enterobacteria	Klebsiella pneumoniae strain PMK1 plasmid pPMK1-C, complete sequence	False	True
ENG0053_000000003398	7774	0.7456779085325413	12	12	3	7	12	True	63892	fragment	False	FIJ0146_000000001939	0.9804086754374479		0	0	False	False	0.9998713731765747	0					non-mobilizable	plasmid	7775.0	99.936	100.0	0.07716741776021917	CP044529.1	enterobacteria	Klebsiella grimontii strain SS141 plasmid plamid_2, complete sequence	False	True
ENG0002_000000003165	5863	0.7456771402987351	10	6	2	5	4	True	81117	fragment	False	ENG0002_000000003165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	77.66	2.0	4.814888472528968e-05	CP059430.1	firmicutes	Carnobacteriaceae bacterium zg84 chromosome, complete genome	True	True
ISR0101_000000007098	3396	0.7456625136635793	4	4	4	3	3	False	126977	fragment	False	ISR0219_000000008631	0.814453257314404		0	0	False	False	0.9970553517341614	0					non-mobilizable	other	3234.0	95.54700000000001	95.0	0.04609670737804442	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
FIJ0152_000000009200	2606	0.7456593332666241	3	3	3	3	3	False	39727	maximal	True	FIJ0152_000000009200	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1938.0	95.56200000000001	74.0	0.0006892176791636495	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0080_000000001609	13305	0.7456456984556487	19	10	4	8	7	True	120551	fragment	False	ENG0080_000000001609	0.9961517099103387		0	0	False	False	0.9998496770858765	0					non-mobilizable	chromosome	13240.0	99.87899999999999	100.0	0.0023532180674814343	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
AST0084_000000014799	2341	0.7456410509078836	2	1	1	1	1	False	111472	fragment	False	AST0084_000000014799	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1715.0	89.446	99.0	0.00048696265576689507	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0260_000000007305	1933	0.7456410509078836	1	1	1	1	1	False	110104	fragment	False	ISR0260_000000007305	0.9803094083781813		0	0	False	False	0.998965322971344	0					non-mobilizable	chromosome	1692.0	89.539	99.0	0.0004801360764804433	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0351_000000008711	1698	0.7456410509078836	2	1	1	1	1	False	110103	fragment	False	ISR0351_000000008711	0.9871732593450273		0	0	False	False	0.9888103604316711	0					non-mobilizable	chromosome	1626.0	89.176	100.0	0.0004613629834427008	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0011_000000017952	1582	0.7456410509078836	1	1	1	1	1	False	110103	fragment	False	ISR0351_000000008711	0.9715757052096382		0	0	False	False	0.998735785484314	0					non-mobilizable	chromosome	1583.0	88.882	100.0	0.0004494164696914102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0112_000000021155	1569	0.7456410509078836	1	1	1	1	1	False	5532	fragment	False	SPA0112_000000021155	1.0		0	0	False	False	0.9993626475334167	0					non-mobilizable	other	1569.0	98.917	100.0	0.03431748046661268	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
USA0034_01_000000033270	1563	0.7456410509078836	1	1	1	1	1	False	110103	fragment	False	ISR0351_000000008711	0.9671534383030325		0	0	False	False	0.9948816299438477	0					non-mobilizable	other	1565.0	88.243	100.0	0.034142391280558536	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ENG0013_000000024012	1143	0.7456385776085559	2	2	2	2	2	False	66948	fragment	False	ENG0013_000000024012	0.9679430097951913		0	0	False	False	0.9886264204978943	0					non-mobilizable	no_good_hit	472.0	72.24600000000001	41.0	0.06096439364078308	NZ_MUME01000277.1	high GC Gram+	Streptomyces thermovulgaris strain NRRL B-12375 NRRL_B-12375_contig_277, whole genome shotgun sequence	True	False
ISR0400_000000003668	4651	0.7456260568782115	3	2	2	2	1	True	122811	maximal	True	ISR0400_000000003668	1.0		4	2	False	False	0.9972048997879028	0					non-mobilizable	no_good_hit	1884.0	98.83200000000001	47.0	0.020465166829692426	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0839_000000014988	1415	0.7456184187548465	2	1	1	1	1	False	20827	fragment	False	ISR0839_000000014988	1.0		0	0	False	False	0.9936395883560181	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.171947128908484e-06	CP053389.1	bacteria	Bacterium BFN5 strain BFN5 chromosome	True	False
ENG0104_000000025714	1232	0.7456123086991109	1	1	1	1	1	False	60214	fragment	False	ENG0104_000000025714	0.9926666558756674		0	0	False	False	0.9626623392105103	0					non-mobilizable	other	1186.0	99.57799999999999	96.0	0.00038044322759687017	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0039_000000014269	1480	0.745609413861547	2	2	2	2	2	False	73229	fragment	False	DEN0039_000000014269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0336_000000009845	1543	0.7456061332772351	4	3	3	2	1	True	129433	fragment	False	ISR0353_000000022579	0.9540584634384572		0	0	False	False	0.9948152899742126	0					non-mobilizable	other	1543.0	99.935	100.0	0.0004937548971231893	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0386_000000001804	16314	0.7456006416761978	20	10	7	8	7	True	94320	maximal	True	ISR0386_000000001804	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4771.0	99.62299999999999	87.0	0.0011121500821689237	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
DEN0043_000000002036	3057	0.7455998499525088	8	3	1	3	1	False	73005	maximal	True	DEN0043_000000002036	1.0		0	0	False	False	0.9944390058517456	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000021806	1297	0.7455951355721168	2	1	1	1	1	False	34084	fragment	False	MON0092_000000041873	0.9583333333333334		0	0	False	False	0.9791827201843262	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000004688	5458	0.7455911250640028	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8049239372421413	PS879|PS961	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1526.0	94.561	68.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0031_000000005474	5429	0.7455911250640028	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8053846536303593	PS879|PS961	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	1525.0	95.541	63.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0024_000000003718	5388	0.7455911250640028	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.28859484495011334	PS879|PS961	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1526.0	93.64399999999999	65.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0046_000000003557	5268	0.7455911250640028	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8263135819398041	PS879|PS961	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	1643.0	93.366	69.0	0.2806026365348399	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0105_000000005310	5246	0.7455911250640028	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8061384496558575	PS879|PS961	0	0	True	True	1.0	1807					non-mobilizable	no_good_hit	1526.0	94.561	67.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0795_000000001540	5245	0.7455911250640028	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8195272594106594	PS879|PS961	0	0	True	True	0.9998093247413635	54					non-mobilizable	no_good_hit	1526.0	93.971	67.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0060_000000002099	5224	0.7455911250640028	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.17316253808807858	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1526.0	93.64399999999999	65.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0070_000000003699	5182	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8375514958815559	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0016_000000000551	5179	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8510292191716794	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9982622265815735	5					non-mobilizable	no_good_hit	1413.0	97.169	73.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0072_000000004873	5167	0.7455911250640028	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8572488696000566	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	2301.0	85.615	71.0	0.40741400819818213	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0161_000000002985	5160	0.7455911250640028	4	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8568310361436716	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1413.0	97.169	72.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0079_000000006109	5159	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8560847329860113	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	288					non-mobilizable	no_good_hit	1413.0	97.098	72.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0012_000000004336	5159	0.7455911250640028	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8568367904412753	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	1413.0	97.169	72.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0170_000000002152	5159	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8562311116922183	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1413.0	97.169	73.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0310_000000002848	5159	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8509266797049182	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9992246627807617	10					non-mobilizable	no_good_hit	1413.0	97.098	73.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0182_000000006002	5159	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.857019085276041	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	158					non-mobilizable	no_good_hit	1413.0	97.169	73.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0072_000000003774	5154	0.7455911250640028	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8062222093472076	PS879|PS961	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	1526.0	93.64399999999999	71.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0068_000000004422	5141	0.7455911250640028	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8570481823122261	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1272.0	98.035	72.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0135_01_000000002771	5140	0.7455911250640028	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8203949381010552	PS879|PS961	0	0	True	True	1.0	83					non-mobilizable	no_good_hit	1526.0	94.16799999999999	70.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0075_000000004667	5139	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8557522885117302	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	106					non-mobilizable	no_good_hit	1413.0	97.02799999999999	73.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0072_000000004908	5139	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8522328449763524	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9996108412742615	2					non-mobilizable	no_good_hit	1413.0	97.02799999999999	73.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0063_01_000000004017	5138	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8506062875961761	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1413.0	96.95700000000001	73.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0175_000000004847	5119	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.835846766548852	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	1395.0	97.27600000000001	72.0	0.2484405631794689	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CAN0007_000000008476	5036	0.7455911250640028	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8085489847709986	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1413.0	97.169	71.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0007_000000005611	4623	0.7455911250640028	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.23510579270826173	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1413.0	97.169	70.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0010_000000004645	4590	0.7455911250640028	6	2	0	1	2	False	126483	fragment	False	MON0010_000000004645	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1525.0	95.67200000000001	55.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0054_01_000000002160	4456	0.7455911250640028	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.09989008240104626	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1525.0	95.67200000000001	65.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0195_000000005467	4295	0.7455911250640028	6	2	0	1	2	False	127304	backbone	False	ISR0832_000000002251	0.3136223054000806	PS1004	0	0	False	True	0.9960418939590454	0					non-mobilizable	plasmid	2639.0	98.825	98.0	0.4709032488397001	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0395_000000008535	4502	0.7455845797974088	5	4	4	3	4	False	92464	fragment	False	ISR0395_000000008535	1.0		0	0	False	False	0.999111533164978	0					non-mobilizable	other	4505.0	97.84700000000001	100.0	0.18417607592865326	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0820_000000003624	4911	0.7455754764676609	7	7	2	1	5	True	91033	fragment	False	ISR0820_000000003624	0.9874464598318492		0	0	False	False	0.9989818930625916	0					non-mobilizable	other	4911.0	99.98	100.0	0.3361171960569551	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
AST0097_000000001198	16197	0.7455741627791276	13	3	1	3	2	False	116826	maximal	True	AST0097_000000001198	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	4559.0	81.926	28.0	0.4738876122832672	NZ_JAAIPV010000063.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_63_length_9574_cov_74.2434, whole genome shotgun sequence	True	False
MON0003_000000004644	2950	0.7455717291632351	4	2	0	2	0	False	14290	maximal	True	MON0003_000000004644	1.0		1	1	False	False	0.9772881269454956	0					non-mobilizable	no_good_hit	99.0	100.0	3.0	0.006050503179601161	NZ_CZAF01000017.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
DEN0007_000000015654	1638	0.7455717291632351	4	2	0	2	0	False	76282	fragment	False	DEN0007_000000015654	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	646.0	99.381	95.0	0.18486672398968185	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	False	True
CHI0166_000000006414	1210	0.7455676565956603	2	2	2	1	1	False	106466	fragment	False	ENG0043_000000020193	0.09770818385177056		0	0	False	False	0.9859504103660583	0					non-mobilizable	other	1212.0	90.92399999999999	100.0	0.0015599838969404187	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0122_000000001197	13813	0.7455520384471079	11	9	9	9	9	False	42934	maximal	True	FIJ0122_000000001197	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2053.0	75.256	17.0	0.00042873287470883653	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0132_000000004542	5416	0.7455514134865394	8	8	5	7	7	False	31612	maximal	True	ISR0132_000000004542	1.0		9	4	False	False	0.9927991032600403	0					non-mobilizable	no_good_hit	2868.0	81.311	76.0	0.0007450612521533448	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0076_000000008981	2792	0.7455425147969305	4	2	2	1	1	False	102964	maximal	True	ISR0076_000000008981	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	91.2	4.0	3.35278398688737e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0083_000000036906	1125	0.7455371893956342	2	2	1	2	1	False	9840	fragment	False	MON0083_000000036906	1.0		0	0	False	False	0.9502221941947937	0					non-mobilizable	no_good_hit	103.0	80.583	9.0	0.00023540978612328548	NZ_KK211064.1	g-proteobacteria	Marinobacterium jannaschii DSM 6295 Q354DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
CAN0017_000000028715	1163	0.7455342258207661	2	2	2	1	1	False	92340	fragment	False	CAN0017_000000028715	1.0		0	0	False	False	0.9991401433944702	0					non-mobilizable	other	1109.0	99.369	95.0	0.0014296626615467195	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0286_000000002206	5418	0.7455334582257718	9	7	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6349050353724085	PS1110	0	0	True	True	1.0	38		MOBV			mobilizable	other	2411.0	95.272	94.0	0.47375690607734805	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0377_000000010321	1531	0.7455315603971513	2	2	2	2	1	False	23308	fragment	False	ISR0377_000000010321	1.0		0	0	False	False	0.9895493388175964	0					non-mobilizable	other	1527.0	82.973	99.0	0.010743421808571758	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0132_000000015148	1277	0.7455278534107348	2	2	2	2	2	False	58300	fragment	False	ISR0282_000000019115	0.9756776457022868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	76.389	39.0	0.002926578710035776	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0040_000000023398	1808	0.7455274932732641	3	3	3	2	1	False	119436	fragment	False	CHI0024_000000003275	0.15535418045277274		0	0	False	False	0.9994469285011292	0					non-mobilizable	other	1561.0	88.149	93.0	0.00036115131680249503	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
AST0060_000000019913	1514	0.7455274932732641	3	3	3	2	1	False	112332	fragment	False	AST0060_000000019913	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1520.0	86.053	100.0	0.0003506527320117248	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0030_01_000000002219	7348	0.7455257546043479	10	7	4	6	6	True	92548	fragment	False	USA0030_01_000000002219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2698.0	94.514	82.0	0.05922165820642978	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
ISR0147_000000011101	2194	0.7455160973487169	3	2	2	1	1	False	73738	maximal	True	ISR0147_000000011101	1.0		3	3	False	False	0.9995442032814026	0					non-mobilizable	no_good_hit	432.0	99.537	20.0	0.00012034869775712009	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0089_000000001773	8659	0.7455131401780443	9	3	2	3	2	False	40756	maximal	True	MAD0089_000000001773	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2263.0	93.06200000000001	58.0	0.0007009044872197704	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0124_000000012575	2327	0.7455073935702065	3	3	3	3	3	False	4055	maximal	True	SPA0124_000000012575	1.0		9	3	False	False	1.0	0					non-mobilizable	chromosome	2264.0	97.70299999999999	97.0	0.0007374551892415693	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0032_000000004576	7363	0.7455059135214013	7	3	3	3	3	False	48476	maximal	True	FIJ0032_000000004576	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	74.757	3.0	0.003013031733309585	NZ_KK036473.1	firmicutes	Lactobacillus fabifermentans T30PCM01 scaffold19, whole genome shotgun sequence	True	False
AST0025_000000003219	8938	0.7455016171216502	17	12	6	12	10	True	126454	maximal	True	AST0025_000000003219	1.0		1	1	False	False	0.9949653148651123	0					non-mobilizable	no_good_hit	4524.0	98.56299999999999	81.0	0.005720016389876722	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
FIJ0132_000000003765	6825	0.7454990914608579	5	4	4	1	1	False	121746	fragment	False	FIJ0132_000000003765	1.0		0	0	False	False	0.9991208910942078	0					non-mobilizable	no_good_hit	1484.0	72.642	21.0	0.0006352588297702808	CP012717.1	fusobacteria	Fusobacterium nucleatum subsp. nucleatum strain KCOM 1250, complete genome	True	False
AST0024_000000006054	5084	0.7454990914608579	5	4	4	1	1	False	121743	fragment	False	AST0024_000000006054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	72.642	29.0	0.0006352588297702808	CP012717.1	fusobacteria	Fusobacterium nucleatum subsp. nucleatum strain KCOM 1250, complete genome	True	False
MAD0098_000000027277	1656	0.745496874605052	2	2	2	2	1	False	73387	fragment	False	MAD0098_000000027277	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	98.611	100.0	0.19725864123957093	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0013_000000019326	1386	0.745496874605052	2	2	2	2	1	False	73386	fragment	False	ISR0262_000000011318	0.8130494693078979		0	0	False	False	0.98124098777771	0					non-mobilizable	other	1386.0	99.85600000000001	100.0	0.16507747318235996	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
AST0029_000000012573	2406	0.7454885709087596	2	2	1	2	1	True	118302	maximal	True	AST0029_000000012573	1.0		1	1	False	False	1.0	0	IncW				non-mobilizable	no_good_hit	1011.0	99.30799999999999	65.0	0.2383652256083156	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	True	True
MON0096_000000016728	2169	0.7454831497700577	2	2	2	2	2	False	63406	maximal	True	MON0096_000000016728	1.0		14	2	False	False	0.9995389580726624	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000013744	2041	0.7454826220671301	3	3	3	3	3	False	106596	fragment	False	AST0113_000000017948	0.9729087452471483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	74.667	36.0	0.00020748796667664958	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0234_000000004607	2544	0.7454729081792487	3	3	2	2	3	True	123563	fragment	False	ISR0234_000000004607	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	1354.0	99.04	53.0	0.04095532146749001	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
USA0025_01_000000005432	3047	0.7454598369928537	4	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.07173195127799231		0	0	False	False	0.9993436336517334	0					non-mobilizable	chromosome	3082.0	90.915	100.0	0.0009835873704680705	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ISR0219_000000004009	7419	0.7454555689528687	11	5	3	5	5	False	28051	maximal	True	ISR0219_000000004009	1.0		3	2	False	False	0.9977085590362549	0					non-mobilizable	no_good_hit	207.0	95.652	3.0	7.177745365650378e-05	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
MON0019_000000032309	2077	0.7454534129552268	2	2	2	2	2	False	77252	fragment	False	MON0019_000000032309	0.9969620253164557		0	0	False	False	0.9995185136795044	0					non-mobilizable	chromosome	2077.0	99.037	100.0	0.0007325627309769232	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0357_000000005555	4120	0.7454470632268277	4	4	4	3	4	False	35199	maximal	True	ISR0357_000000005555	0.9965389369592089		21	2	False	False	1.0	0					non-mobilizable	other	4120.0	99.515	100.0	0.0020371181825285588	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ISR0074_000000027627	1105	0.7454441410133423	1	1	0	1	1	True	34652	maximal	True	ISR0074_000000027627	1.0		1	1	False	False	1.0	0	rep_cluster_1523				non-mobilizable	plasmid	981.0	98.471	98.0	0.20991379310344827	AF380336.1	firmicutes	Lactococcus lactis plasmid pCRL291.1, complete sequence	False	True
DEN0003_000000008363	3308	0.7454254985258223	4	3	2	2	2	False	103349	fragment	False	CAN0017_000000009876	0.4681379506102753		0	0	False	False	0.9954655170440674	0					non-mobilizable	no_good_hit	721.0	74.619	24.0	0.00010789673049785864	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0169_000000003035	6767	0.7454233560523394	11	9	1	2	8	True	91035	fragment	False	ENG0169_000000003035	1.0		0	0	False	False	0.997783362865448	0					non-mobilizable	plasmid	6257.0	96.00399999999999	100.0	0.12260619009349824	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
SPA0075_000000008861	2184	0.7454206527608654	3	3	3	2	2	False	51710	fragment	False	SPA0075_000000008861	0.9981472904122279		0	0	False	False	0.9922161102294922	0					non-mobilizable	other	2164.0	99.815	99.0	0.0011671954931036716	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
MAD0038_000000006472	2159	0.7454206527608654	3	3	3	2	2	False	51710	fragment	False	SPA0075_000000008861	0.992445054945055		0	0	False	False	0.9981473088264465	0					non-mobilizable	other	2159.0	99.76799999999999	100.0	0.0011644973990373201	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
ISR0046_000000017350	1967	0.7454206527608654	3	3	3	2	2	False	51708	fragment	False	ISR0046_000000017350	0.9780085344307213		0	0	False	False	1.0	0					non-mobilizable	chromosome	1967.0	99.84700000000001	100.0	0.0010888679041508242	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
USA0034_01_000000028811	1818	0.7454206527608654	3	3	3	2	2	False	51708	fragment	False	ISR0046_000000017350	0.6405693950177936		0	0	False	False	1.0	0					non-mobilizable	other	1818.0	99.835	100.0	0.0009799477648988755	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
CHI0120_000000015438	1117	0.7454186394802953	1	1	1	1	1	False	81803	fragment	False	ISR0826_000000011697	0.9666947861731087		0	0	False	False	0.9785138964653015	0					non-mobilizable	other	1115.0	98.834	99.0	0.007872901797398335	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0113_000000011352	1445	0.7454053079690547	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.4360489063328907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	97.57799999999999	20.0	7.997733975373644e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0079_000000013694	2048	0.7453967287343299	4	2	2	2	2	False	71665	fragment	False	FIJ0085_000000013712	0.8527048259789354		0	0	False	False	1.0	0					non-mobilizable	other	1968.0	98.984	96.0	0.003476235415540027	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0109_000000012430	2052	0.7453956255738109	2	2	1	2	1	True	42151	fragment	False	FIJ0109_000000012430	1.0		0	0	False	False	0.9995126724243164	0					non-mobilizable	no_good_hit								True	True
ISR0265_000000001162	12364	0.7453944875355181	18	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.5709345898224847	PS943|PS946|PS949	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1604.0	73.50399999999999	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0159_000000014910	1103	0.7453909456228718	2	2	2	1	1	False	78772	fragment	False	MON0054_000000039658	0.40206002850017813		0	0	False	False	1.0	0					non-mobilizable	plasmid	1103.0	99.90899999999999	100.0	0.03557592975206612	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0040_000000003201	9222	0.7453895492041533	5	3	2	3	0	True	62933	maximal	True	SPA0040_000000003201	1.0		3	3	True	True	1.0	222					non-mobilizable	no_good_hit								True	True
USA0009_01_000000009858	2500	0.7453891586309583	4	3	3	3	2	False	11401	fragment	False	USA0009_01_000000009858	1.0		0	0	False	False	0.9991999864578247	0					non-mobilizable	no_good_hit	209.0	75.598	8.0	3.2144872077521514e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
ISR0029_000000008744	5229	0.7453826790180378	5	5	5	4	4	False	124961	maximal	True	ISR0029_000000008744	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2671.0	78.285	63.0	0.006327244198210066	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0146_000000011929	3278	0.7453809788282696	4	3	3	2	1	True	72458	maximal	True	ISR0146_000000011929	1.0		29	7	False	False	0.9923734068870544	0					non-mobilizable	no_good_hit	1282.0	73.71300000000001	41.0	0.00028152727097923417	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0157_000000004912	5629	0.745378405403126	6	6	4	6	3	False	35630	maximal	True	ISR0157_000000004912	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	83.333	2.0	0.0018680344478216818	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
ENG0138_000000009310	2099	0.7453781456520088	3	3	3	3	3	False	57927	maximal	False	SPA0112_000000015515	0.9621212121212122		0	0	False	False	0.9685564637184143	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	3.711742758080567e-06	NZ_CP017248.1	high GC Gram+	Streptomyces fodineus strain TW1S1 chromosome, complete genome	True	False
ISR0064_000000012203	1797	0.7453780488836371	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.23015679560353458		0	0	False	False	1.0	0					non-mobilizable	other	1810.0	80.718	99.0	0.018504956316337792	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0156_000000014221	1755	0.7453780488836371	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.18906338650358498		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	80.497	100.0	0.018082044828617697	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0072_000000012546	1633	0.7453780488836371	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.1564602186456687		0	0	False	False	1.0	0					non-mobilizable	chromosome	1654.0	80.048	100.0	0.00043868863986690876	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0153_000000011633	1611	0.7453780488836371	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.15031511944623835		0	0	False	False	0.9993792772293091	0					non-mobilizable	other	1611.0	99.255	100.0	0.038120945210020366	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0074_000000007558	3715	0.7453740628016882	3	3	3	3	3	True	34733	maximal	True	ISR0074_000000007558	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1525.0	99.148	41.0	0.09462312181795604	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	True
USA0057_01_000000001346	18006	0.7453705310065862	19	13	8	10	7	True	33453	fragment	False	USA0057_01_000000001346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7738.0	94.391	95.0	0.16977607840552003	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
USA0045_01_000000000440	30567	0.7453696801348971	42	27	17	19	25	True	125400	maximal	True	USA0045_01_000000000440	0.9700809334345594		18	5	False	False	0.999869167804718	0					non-mobilizable	other	29770.0	99.637	97.0	0.00836575973902247	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0099_000000021616	1634	0.7453628623118188	3	2	2	2	1	True	71794	fragment	False	MON0099_000000021616	1.0		0	0	False	False	0.9993879795074463	0					non-mobilizable	no_good_hit	60.0	85.0	4.0	2.9483230142027836e-05	CP018614.1	firmicutes	Lactobacillus delbrueckii subsp. indicus strain JCM 15610, complete genome	True	True
ISR0384_000000006017	2675	0.7453620253480241	4	3	3	2	1	False	23088	maximal	True	ISR0384_000000006017	1.0		4	4	False	False	0.994766354560852	0					non-mobilizable	no_good_hit	972.0	98.971	84.0	0.005548571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0278_000000002921	3404	0.7453619540769151	5	2	0	2	1	True	101804	fragment	False	CHI0026_000000002814	0.9455517042172155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1952.0	86.62899999999999	57.0	0.0015639415193840923	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
DEN0018_000000031873	1279	0.74535104272113	1	1	1	1	1	False	74959	fragment	False	MON0087_000000043461	0.3952364591553323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	92.199	11.0	3.934447606366386e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0200_000000008471	2385	0.7453494949636175	4	3	2	3	1	True	54211	maximal	True	ENG0200_000000008471	1.0		0	0	False	False	0.999161422252655	0					non-mobilizable	no_good_hit	1731.0	86.30799999999999	71.0	0.0008044996012480238	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ENG0089_000000011247	1849	0.7453450758721254	3	3	3	3	2	False	61292	fragment	False	ENG0089_000000011247	0.9951373434749394		0	0	False	False	0.9881016612052917	0					non-mobilizable	no_good_hit	946.0	74.63	50.0	0.0003602982399741579	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MON0041_000000054218	1289	0.7453433979782055	3	1	1	1	1	False	11764	fragment	False	MON0041_000000054218	1.0		0	0	False	False	0.958107054233551	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000020153	2421	0.7453426335981551	2	2	2	1	2	False	49640	maximal	True	FIJ0021_000000020153	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0040_000000011585	2124	0.7453411650091366	4	4	4	3	4	False	85423	fragment	False	FIJ0144_000000011212	0.26809421841541753		0	0	False	False	1.0	0					non-mobilizable	chromosome	2120.0	96.65100000000001	99.0	0.00041598383515884375	CP052181.1	enterobacteria	Klebsiella pneumoniae strain F16KP0037 chromosome, complete genome	False	False
ENG0165_000000012995	1537	0.7453405543234009	3	3	3	2	2	False	104599	maximal	True	ENG0165_000000012995	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	73.171	21.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
DEN0052_000000014533	2852	0.7453337226371628	3	3	3	2	1	False	72319	maximal	True	DEN0052_000000014533	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1505.0	80.266	53.0	0.002268387665038777	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0018_000000022511	1220	0.7453248057278743	2	2	1	2	0	True	49928	fragment	False	FIJ0018_000000022511	1.0		0	0	False	False	0.992622971534729	0					non-mobilizable	no_good_hit	63.0	87.302	5.0	2.178763312858815e-05	NZ_CP023011.2	firmicutes	Enterococcus hirae strain FDAARGOS_234 chromosome, complete genome	True	True
MON0044_000000012620	3671	0.7453161709585577	3	2	2	1	2	False	11642	maximal	True	MON0044_000000012620	1.0		1	1	False	False	0.9972759485244751	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0007345575959933222	MK500394.1	viruses	Mimivirus LCMiAC01 genomic sequence	True	False
ISR0019_000000012077	1492	0.7453063815865894	2	2	2	2	2	False	79411	fragment	False	MON0043_000000018490	0.9548077632501745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00020535130283993246	NZ_QJTC01000011.1	b-proteobacteria	Xylophilus ampelinus strain CECT 7646 Ga0244619_111, whole genome shotgun sequence	True	False
ISR0233_000000002187	4400	0.745306014910745	4	4	4	4	4	False	86164	fragment	False	SPA0146_000000005496	0.8093553258868226		0	0	False	False	1.0	0					non-mobilizable	chromosome	4182.0	99.76100000000001	95.0	0.0007432244100422932	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0072_000000008894	1207	0.7453012919444849	2	2	2	1	1	False	62256	fragment	False	USA0008_01_000000005557	0.9723890188146557		0	0	False	False	0.971002459526062	0					non-mobilizable	chromosome	1207.0	99.50299999999999	100.0	0.00018352276047449307	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
FIJ0029_000000016561	1942	0.7452997566979958	3	2	1	1	2	False	84308	fragment	False	FIJ0029_000000016561	0.9708709863189978		0	0	False	False	0.9938207864761353	0					non-mobilizable	other	1923.0	97.66	99.0	0.004840905652765871	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0172_000000006279	2561	0.7452981441718409	5	2	1	1	0	True	119824	maximal	True	ISR0172_000000006279	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	350.0	97.429	14.0	0.001123468911458417	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0007_000000000667	8236	0.7452890749918769	12	6	1	5	2	True	107764	fragment	False	MAD0007_000000000667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0026_01_000000007234	4716	0.745288930221365	5	3	3	3	1	True	120239	maximal	True	USA0026_01_000000007234	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.0003272912125791244	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
MON0098_000000026284	1352	0.7452824314249186	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.3093124758305302		0	0	False	False	1.0	0					non-mobilizable	chromosome	1252.0	82.348	92.0	0.0003111362696567866	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0097_000000013382	2472	0.7452724583804399	4	4	4	4	3	False	114322	maximal	False	FIJ0105_000000011878	0.7691775854840286		0	0	False	False	0.9991909265518188	0					non-mobilizable	other	2470.0	99.31200000000001	99.0	0.004453937197501177	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0182_000000024362	1152	0.7452715679665989	2	2	2	2	2	False	55208	fragment	False	ENG0182_000000024362	1.0		0	0	False	False	0.9982638955116272	0					non-mobilizable	other	1153.0	96.444	100.0	0.058063865207082684	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0222_000000026783	1779	0.7452715139166662	3	3	3	3	2	False	27869	maximal	True	ISR0222_000000026783	1.0		1	1	False	False	0.9651489853858948	0					non-mobilizable	no_good_hit	468.0	77.564	53.0	0.0007316475749063968	NZ_DS995476.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld3, whole genome shotgun sequence	True	False
MAD0001_000000011868	2175	0.7452678203838798	4	2	1	2	0	True	20288	maximal	True	MAD0001_000000011868	1.0		1	1	False	False	0.9839080572128296	0					non-mobilizable	no_good_hit								True	True
ENG0064_000000009039	2465	0.7452584287449772	3	2	2	2	1	True	62978	fragment	False	ENG0064_000000009039	1.0		0	0	False	False	0.9837728142738342	0					non-mobilizable	no_good_hit	44.0	95.455	2.0	0.00023534047746751754	NZ_FPBK01000007.1	CFB group bacteria	Pustulibacterium marinum strain CGMCC 1.12333, whole genome shotgun sequence	True	True
SPA0111_000000010642	3226	0.7452539273904145	3	2	1	2	1	True	70768	fragment	False	SPA0111_000000010642	1.0		0	0	False	False	0.9925604462623596	0					non-mobilizable	no_good_hit	77.0	89.61	2.0	2.2949251761355073e-05	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
ISR0383_000000013627	1151	0.745253576171055	2	2	2	2	2	False	23093	fragment	False	ISR0383_000000013627	1.0		0	0	False	False	0.9991312026977539	0					non-mobilizable	chromosome	1151.0	97.48	100.0	0.00024370055262808795	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
MAD0093_000000024414	1328	0.7452527952686848	1	1	1	1	1	False	29734	fragment	False	MAD0093_000000024414	0.979550922213312		0	0	False	False	0.9992470145225525	0					non-mobilizable	other	1210.0	72.727	90.0	0.0003128747705606889	CP013239.1	firmicutes	Clostridium butyricum strain CDC_51208, complete genome	False	False
ENG0211_000000009088	2929	0.7452466114943219	2	2	2	2	2	False	77806	maximal	True	ENG0211_000000009088	1.0		2	1	True	True	0.9993171691894531	9					non-mobilizable	no_good_hit	987.0	75.785	39.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ENG0154_000000026713	1274	0.7452453627280731	3	2	2	1	1	False	56804	maximal	True	ENG0154_000000026713	1.0		0	0	False	False	0.9489796161651611	0					non-mobilizable	no_good_hit								True	False
CHI0045_000000013381	1579	0.7452322908716079	3	3	3	3	1	True	87122	fragment	False	CHI0045_000000013381	1.0		0	0	False	False	0.9949334859848022	0					non-mobilizable	chromosome	1560.0	99.80799999999999	100.0	0.0005738440484016658	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	True
SPA0067_000000017297	1182	0.745230519328854	2	2	2	2	1	False	6021	maximal	True	SPA0067_000000017297	1.0		16	8	False	False	0.9991539716720581	0					non-mobilizable	chromosome	1177.0	93.118	99.0	0.0003313431145294801	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0057_000000009422	3254	0.7452280491826002	2	2	2	2	2	False	64867	maximal	False	ENG0040_000000006694	0.9667980594299576		0	0	False	False	0.9969268441200256	0					non-mobilizable	no_good_hit	992.0	98.387	32.0	0.009654164637116415	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
ENG0058_000000000046	89750	0.7452273500556414	77	11	4	10	4	False	115487	maximal	False	AUS0014_000000000041	0.8582549620279794	PS49	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	246.0	100.0	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
CHI0005_000000012938	1517	0.7452266748833261	3	1	1	1	1	False	101669	maximal	True	CHI0005_000000012938	1.0		2	1	False	False	0.9953856468200684	0					non-mobilizable	no_good_hit	475.0	95.368	31.0	0.0013994933479778207	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
ENG0112_000000001784	12392	0.7452213744965817	21	9	3	7	5	True	59706	maximal	True	ENG0112_000000001784	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1584.0	79.798	20.0	0.0004401429373976367	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
SPA0042_000000004419	6290	0.7452092324199789	5	4	4	4	4	False	121287	maximal	True	SPA0042_000000004419	1.0	PS849	7	2	False	True	0.9990460872650146	0					non-mobilizable	no_good_hit	4182.0	85.82	67.0	0.0009291650033259376	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	True
SPA0090_000000011468	2992	0.7451996951334715	4	2	2	2	2	False	39143	maximal	True	SPA0090_000000011468	1.0		8	5	False	False	0.9949866533279419	0					non-mobilizable	no_good_hit	98.0	86.735	3.0	2.9911151286510102e-05	NZ_CP007032.1	firmicutes	Desulfitobacterium metallireducens DSM 15288 chromosome, complete genome	True	False
ISR0207_000000018011	1667	0.7451973298199379	2	2	2	2	2	False	86332	fragment	False	ISR0182_000000018557	0.22480195011306048		0	0	False	False	1.0	0					non-mobilizable	chromosome	1671.0	91.921	100.0	0.00048294264548792135	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0085_000000001986	5168	0.7451958591216968	5	5	4	3	3	False	16077	maximal	True	MAD0085_000000001986	1.0		1	1	False	False	0.9984520077705383	0					non-mobilizable	no_good_hit	663.0	99.397	13.0	0.00010203947941368917	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0011_000000022003	2026	0.7451931640987791	3	2	2	2	1	False	50962	fragment	False	FIJ0011_000000022003	0.9895554365291912		0	0	False	False	0.99802565574646	0					non-mobilizable	no_good_hit								True	False
DEN0046_000000004493	4820	0.7451838509377464	5	4	4	4	4	False	72756	maximal	True	DEN0046_000000004493	1.0		1	1	False	False	0.9985477328300476	0					non-mobilizable	no_good_hit	1264.0	74.763	26.0	0.0004185829212767049	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
ISR0800_000000004042	2714	0.7451791203571105	6	2	2	2	1	True	118220	fragment	False	ISR0265_000000005951	0.6332714904143476		0	0	False	False	1.0	0					non-mobilizable	chromosome	2714.0	99.595	100.0	0.0004822692715725285	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0049_000000008140	2469	0.7451778899129888	3	2	2	2	1	True	110328	maximal	True	SPA0049_000000008140	1.0		119	10	False	False	1.0	0					non-mobilizable	no_good_hit	1551.0	90.71600000000001	70.0	0.000554392591821273	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
AST0151_000000006304	2544	0.7451657110635858	4	2	2	2	1	False	103680	maximal	True	AST0151_000000006304	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000017175	2415	0.7451549961051698	4	3	3	3	3	False	94408	maximal	True	SPA0120_000000017175	1.0		79	8	False	False	0.9987577795982361	0					non-mobilizable	other	2416.0	99.131	100.0	0.0006321890554299383	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
SPA0124_000000007836	3708	0.7451519441875784	8	4	3	3	4	False	129198	maximal	True	SPA0124_000000007836	1.0		14	8	False	False	0.9986515641212463	0					non-mobilizable	no_good_hit	1192.0	98.993	56.0	0.0002917617037510503	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0330_000000019831	1588	0.7451429689234539	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.4894397356163355		0	0	False	False	0.991183876991272	0					non-mobilizable	chromosome	1588.0	98.426	100.0	0.0007082048680048035	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0052_000000012995	2364	0.7451389655377851	3	2	2	2	1	False	63988	maximal	True	ENG0052_000000012995	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	1542.0	97.665	65.0	0.0005235418882773162	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0783_000000003926	3610	0.7451278535256924	7	2	2	1	1	False	22252	fragment	False	ISR0783_000000003926	1.0		0	0	False	False	0.998060941696167	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	2.0	0.0009152899180815523	NZ_LOED01000012.1	firmicutes	Fervidicola ferrireducens strain Y170 AN618_contig000012, whole genome shotgun sequence	True	False
USA0125_01_000000003166	8252	0.7451272397498618	8	6	3	4	6	False	21975	maximal	True	USA0125_01_000000003166	1.0		14	5	False	False	0.9998788237571716	0					non-mobilizable	no_good_hit	991.0	93.64299999999999	21.0	0.00027655741110944263	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0807_000000005205	2589	0.7451193241582011	2	2	2	2	2	False	101110	fragment	False	ISR0807_000000005205	0.9971086327963652		0	0	False	False	0.9996137619018555	0					non-mobilizable	other	2593.0	96.02799999999999	100.0	0.0004935899110832487	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0853_000000010066	1770	0.745117496378965	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.9540007754138196		0	0	False	False	0.9994350075721741	0					non-mobilizable	chromosome	1770.0	99.54799999999999	100.0	0.0008250201707871037	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0114_000000027874	1459	0.745117496378965	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.49734684600082874		0	0	False	False	0.9993146061897278	0					non-mobilizable	chromosome	1459.0	98.62899999999999	100.0	0.0006799770542722426	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0814_000000013416	2913	0.7451104877502975	4	3	3	3	2	False	125207	maximal	True	ISR0814_000000013416	0.9893915939941045		432	12	False	False	0.9807758331298828	0					non-mobilizable	other	2937.0	97.65100000000001	100.0	0.013132998447837036	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0112_000000021360	1715	0.7451040955477265	2	2	2	2	2	False	32626	maximal	True	ISR0112_000000021360	1.0		53	9	False	False	0.9970845580101013	0					non-mobilizable	no_good_hit	53.0	88.679	3.0	1.588276564154614e-05	NZ_AQXT01000002.1	a-proteobacteria	Henriciella marina DSM 19595 F550DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0088_000000014200	2226	0.7451026069534412	3	2	2	2	2	False	91050	fragment	False	MON0088_000000014200	1.0		0	0	False	False	0.9982030391693115	0					non-mobilizable	other	2193.0	97.17299999999999	99.0	0.02382349744592979	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0094_000000000428	22201	0.7450871992580582	26	9	4	5	5	False	76055	fragment	False	MON0094_000000000428	1.0		0	0	False	False	0.999819815158844	0					non-mobilizable	no_good_hit	1124.0	74.021	5.0	0.6620730976632714	LN854330.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH1833	True	False
CAN0020_000000015316	2407	0.7450832381829929	3	3	3	2	2	False	91882	fragment	False	CAN0020_000000015316	0.9927628778203491		0	0	False	False	0.9995845556259155	0					non-mobilizable	other	2407.0	98.546	100.0	0.010383758868921228	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
MON0098_000000022939	1524	0.74508091756286	2	2	2	2	2	False	11250	maximal	True	MON0098_000000022939	1.0		15	5	False	False	0.969816267490387	0					non-mobilizable	no_good_hit	97.0	80.41199999999999	6.0	0.00021976326353122157	NZ_MCIA01000031.1	firmicutes	Lacrimispora algidixylanolytica strain SPL73 contig_5, whole genome shotgun sequence	True	False
FIJ0012_000000018481	1358	0.7450772022800212	3	1	1	1	1	False	50710	fragment	False	FIJ0012_000000018481	1.0		0	0	False	False	0.9970545172691345	0					non-mobilizable	chromosome	1240.0	83.145	91.0	0.00034534722216396526	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0090_000000017874	2003	0.7450766208787517	3	2	2	2	1	False	105787	fragment	False	SPA0090_000000017874	1.0		0	0	False	False	0.9995007514953613	0					non-mobilizable	chromosome	2003.0	98.103	100.0	0.0006802774254251819	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0081_000000021948	1648	0.7450766208787517	2	2	2	2	1	False	96310	fragment	False	FIJ0081_000000021948	1.0		0	0	False	False	0.9993932247161865	0					non-mobilizable	chromosome	1648.0	98.48299999999999	100.0	0.0005596488110266107	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0266_000000011431	1703	0.7450712975606096	2	2	2	2	1	False	94031	maximal	True	ISR0266_000000011431	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	71.562	62.0	0.0003068288673838841	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0129_000000008645	2657	0.745069952717323	4	4	3	4	3	False	88692	fragment	False	SPA0124_000000009864	0.7287284395454449		0	0	False	False	0.9920963644981384	0					non-mobilizable	no_good_hit	813.0	73.309	30.0	0.00022624665597790789	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0183_000000007018	3921	0.7450610385477425	6	4	2	4	4	False	118631	fragment	False	ENG0183_000000007018	1.0		0	0	False	False	0.9997449517250061	0					non-mobilizable	no_good_hit	1543.0	96.241	89.0	0.0003696542174861308	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
SPA0033_000000003862	7210	0.7450592149279038	9	7	3	4	7	True	114032	fragment	False	ENG0005_000000003031	0.94960112126003		0	0	False	False	0.9977808594703674	0					non-mobilizable	chromosome	7210.0	100.0	100.0	0.003708064384219046	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0812_000000005106	7165	0.7450592149279038	9	7	3	4	7	True	114032	fragment	False	ENG0005_000000003031	0.9379410763611336		0	0	False	False	1.0	0					non-mobilizable	other	6354.0	99.95299999999999	100.0	0.0957022129159574	NZ_JHWQ01000010.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00010.10_C, whole genome shotgun sequence	False	True
ISR0374_000000002121	6992	0.7450592149279038	9	7	3	4	7	True	114032	fragment	False	ENG0005_000000003031	0.6680322515515152		0	0	False	False	0.9977116584777832	0					non-mobilizable	chromosome	6992.0	100.0	100.0	0.0035959325995388197	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
AUS0024_000000013647	2400	0.7450559861921239	4	2	2	2	2	False	98911	maximal	True	AUS0024_000000013647	1.0		15	6	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit	332.0	75.602	14.0	6.889925458568652e-05	NZ_CP015756.1	firmicutes	Clostridium estertheticum subsp. estertheticum strain DSM 8809 chromosome, complete genome	True	False
FIJ0033_000000005140	6011	0.7450383163663821	11	4	1	3	3	False	64389	fragment	False	FIJ0033_000000005140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000010442	2543	0.7450357670455765	4	2	1	1	2	False	127762	fragment	False	SPA0044_000000010442	1.0		0	0	False	False	0.9984270334243774	0					non-mobilizable	no_good_hit	947.0	98.838	37.0	0.018090721334047273	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0090_000000007908	4133	0.7450303113053497	6	6	5	6	5	False	125488	fragment	False	DEN0083_000000006349	0.9475226502210382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	85.819	77.0	0.0004174926337577329	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0109_000000002381	9727	0.7450284427990541	8	5	1	3	5	True	117316	maximal	True	ISR0109_000000002381	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	6304.0	97.03399999999999	90.0	0.0028588522284793976	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
FIJ0047_000000018341	1685	0.7450212629815848	2	2	2	2	1	False	56989	maximal	True	FIJ0047_000000018341	1.0		6	4	False	False	0.9994065165519714	0					non-mobilizable	other	1435.0	97.77	96.0	0.00792322100482355	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
CHI0024_000000001598	6618	0.7450111467421006	5	5	4	5	4	False	117802	maximal	True	CHI0024_000000001598	1.0	PS794	6	3	False	True	0.9996978044509888	0					non-mobilizable	no_good_hit	3793.0	100.0	76.0	0.0007697877785227991	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	True
CHI0185_000000005721	3586	0.7450028907105731	5	5	4	4	5	False	98944	fragment	False	CHI0185_000000005721	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1469.0	99.796	100.0	0.0002258658215469224	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0188_000000017439	1175	0.7450023404733568	1	1	1	1	1	False	71186	fragment	False	ISR0814_000000034607	0.8019244767937744		0	0	False	False	0.9923404455184937	0					non-mobilizable	no_good_hit	709.0	75.035	60.0	0.0003630135316606094	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
ENG0140_000000011147	1611	0.7449982539161764	2	1	1	1	1	False	57783	fragment	False	ENG0140_000000011147	1.0		0	0	False	False	0.9919304847717285	0					non-mobilizable	other	1612.0	99.50399999999999	100.0	0.008189887446239566	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0185_000000025297	1313	0.7449982539161764	3	1	1	1	1	False	29375	fragment	False	ISR0185_000000025297	1.0		0	0	False	False	0.9504950642585754	0					non-mobilizable	no_good_hit	1073.0	100.0	82.0	0.005449757506125893	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	True	False
ISR0146_000000035521	1215	0.7449982539161764	2	1	1	1	1	False	30974	fragment	False	ISR0311_000000019437	0.9817776530739493		0	0	False	False	0.9967077970504761	0					non-mobilizable	other	981.0	92.661	98.0	0.0010725015439187185	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
CHI0187_000000001184	14771	0.7449953132294085	17	9	2	9	2	False	77113	maximal	True	CHI0187_000000001184	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	81.25	1.0	0.005335073309280724	NC_049959.1	viruses	Bacillus phage QCM11, complete genome	True	False
FIJ0131_000000004072	4611	0.7449944679144621	4	3	2	2	3	False	95695	fragment	False	FIJ0131_000000004072	1.0		0	0	False	False	0.9997830986976624	0					non-mobilizable	plasmid	4405.0	99.818	100.0	0.030954289169162413	MT108213.1	enterobacteria	Klebsiella pneumoniae strain ZZ100 plasmid pZZ100-KPC, complete sequence	False	True
MON0101_000000059623	1127	0.7449921551858659	2	2	2	2	2	False	8996	maximal	True	MON0101_000000059623	1.0		8	3	False	False	0.9991126656532288	0					non-mobilizable	no_good_hit	429.0	71.329	37.0	9.450947434870424e-05	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
ENG0043_000000024048	1440	0.7449855531840016	2	2	2	2	2	False	64579	maximal	True	ENG0043_000000024048	1.0		48	9	False	False	1.0	0					non-mobilizable	chromosome	1438.0	98.331	99.0	0.0006735790154590368	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
MAD0047_000000018033	2433	0.7449823762064103	2	1	1	1	1	False	115301	fragment	False	MAD0047_000000018033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	97.881	41.0	0.0010026402860866949	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	True	False
MAD0042_000000008167	2710	0.7449823478761194	3	2	2	2	2	False	63015	maximal	True	MAD0042_000000008167	1.0		59	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0148_000000007935	4753	0.7449760188091203	5	4	3	4	3	False	127851	fragment	False	AST0084_000000005459	0.6177609778903436		0	0	False	False	0.9993688464164734	0					non-mobilizable	no_good_hit	935.0	92.086	25.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0102_000000020514	1576	0.7449665379884832	2	1	1	1	1	False	70104	fragment	False	SPA0102_000000020514	1.0		0	0	False	False	0.9892131686210632	0					non-mobilizable	other	1576.0	99.619	100.0	0.004126979967770251	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
SPA0136_000000029601	1441	0.7449665379884832	1	1	1	1	1	False	3597	maximal	True	SPA0136_000000029601	1.0		73	12	False	False	0.9993060231208801	0					non-mobilizable	chromosome	1441.0	99.167	100.0	0.00040087691825869086	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0064_000000015415	1440	0.7449665379884832	1	1	1	1	1	False	62936	fragment	False	ENG0064_000000015415	0.9621728925789651		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	99.861	100.0	0.006210402748286637	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ENG0018_000000015172	1432	0.7449665379884832	1	1	1	1	1	False	66602	maximal	True	ENG0018_000000015172	1.0		271	12	False	False	0.9650837779045105	0					non-mobilizable	chromosome	1407.0	99.21799999999999	98.0	0.0005513719003467839	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
USA0053_01_000000013199	1416	0.7449665379884832	2	1	1	1	1	False	13788	maximal	False	SPA0109_000000024378	0.9663043051486238		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	83.271	94.0	0.00040145015964645884	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0006_000000015778	1411	0.7449665379884832	1	1	1	1	1	False	73913	fragment	False	MON0079_000000016230	0.9608613257629678		0	0	False	False	0.9709426164627075	0					non-mobilizable	other	1411.0	98.228	100.0	0.03662813352383426	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
MON0081_000000005665	9148	0.7449618283492324	10	10	9	8	9	False	78905	maximal	True	MON0081_000000005665	1.0		5	3	True	True	1.0	2					non-mobilizable	no_good_hit	88.0	97.727	3.0	0.0005659456822247519	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	True
ISR0280_000000012890	1201	0.7449606447343041	2	2	2	2	2	False	26186	maximal	True	ISR0280_000000012890	1.0		170	9	False	False	0.9825145602226257	0					non-mobilizable	no_good_hit	727.0	99.725	61.0	0.0002329833875784554	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0204_000000003472	2863	0.7449578850743408	4	4	2	3	4	False	28673	maximal	True	ISR0204_000000003472	1.0		20	6	True	True	1.0	5					non-mobilizable	no_good_hit	2336.0	95.163	84.0	0.0010083189555319672	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	True
ISR0193_000000017812	1491	0.7449535791490329	1	1	1	1	1	False	65179	fragment	False	ENG0037_000000021707	0.942854508044562		0	0	False	False	0.9899396300315857	0					non-mobilizable	no_good_hit	285.0	74.737	19.0	8.177246765943834e-05	CP009557.1	firmicutes	Clostridium perfringens strain FORC_003, complete genome	True	False
ENG0193_000000004012	5078	0.7449501814253435	7	5	2	4	4	True	122881	maximal	True	ENG0193_000000004012	0.9960890493381468		32	8	False	False	0.9994091987609863	0					non-mobilizable	no_good_hit	120.0	99.167	2.0	0.00046087768151415744	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0019_000000005141	4986	0.7449501814253435	7	5	2	4	4	True	122881	maximal	False	ENG0193_000000004012	0.9871012209531311		0	0	False	False	0.9997994303703308	0					non-mobilizable	no_good_hit	65.0	98.462	2.0	0.006068651621467855	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0107_000000050028	1238	0.7449499019038142	2	2	2	2	1	True	21503	fragment	False	ISR0814_000000031305	0.6237141601708225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	4.0	0.0049515608180839615	NZ_JABJWD010000130.1	a-proteobacteria	Gluconacetobacter entanii strain AV429 NODE_189_length_9200_cov_83.612610, whole genome shotgun sequence	True	True
MON0008_000000018922	1870	0.744937830329697	3	3	2	3	2	False	110625	maximal	True	MON0008_000000018922	1.0		1	1	False	False	0.9989304542541504	0					non-mobilizable	no_good_hit	1331.0	95.943	74.0	0.053425594399967816	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
CHI0129_000000023308	1154	0.7449287550703649	2	2	2	2	2	False	81147	fragment	False	MON0069_000000038255	0.6295108259823576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	71.717	34.0	6.531114262097159e-05	NZ_AP022561.1	high GC Gram+	Mycolicibacterium aichiense strain JCM 6376	True	False
MON0087_000000013689	3548	0.7449220345124533	4	1	1	1	1	False	9706	maximal	True	MON0087_000000013689	1.0		1	1	False	False	0.9997181296348572	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.2508507739717342e-06	CP018166.1	monocots	Oryza sativa Indica Group cultivar Shuhui498 chromosome 10 sequence	True	False
ENG0104_000000002747	8770	0.7449211369970621	12	4	2	2	3	False	126497	maximal	True	ENG0104_000000002747	1.0	PS879|PS961	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3434.0	95.603	39.0	0.0005508823113601604	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
ISR0032_000000000929	22446	0.7449158997029602	20	10	8	8	3	True	36980	fragment	False	ISR0172_000000000694	0.9497460233584052		0	0	False	False	0.9998217821121216	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00024915908807773764	NZ_OBJM01000009.1	firmicutes	Clostridium cadaveris strain LH052 isolate Clostridium cadaveris, whole genome shotgun sequence	True	True
ISR0012_000000004864	4883	0.7449157871538329	3	3	2	3	2	False	38199	fragment	False	ISR0012_000000004864	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4806.0	99.397	98.0	0.03296695757176574	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0359_000000004077	5341	0.7449123469172955	6	6	6	5	5	False	80535	maximal	True	ISR0359_000000004077	1.0		298	14	False	False	0.9977532029151917	0					non-mobilizable	other	5341.0	99.98100000000001	100.0	0.03834166379409399	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0012_000000022342	2269	0.7448991556937905	3	3	3	3	3	False	16571	fragment	False	MON0012_000000022342	0.9898388960103816		0	0	False	False	1.0	0					non-mobilizable	other	2201.0	99.273	97.0	0.001968771701233525	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
MON0103_000000027797	1946	0.7448968011713946	2	1	1	1	1	False	44847	fragment	False	MON0103_000000027797	1.0		0	0	False	False	0.8997944593429565	0					non-mobilizable	no_good_hit	547.0	79.15899999999999	28.0	0.020495803240288893	MK233934.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_3_c1 sequence	True	False
MON0033_000000028151	2236	0.7448961114371407	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.48678303282517177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1301.0	86.164	79.0	0.0003624048582384607	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
TAN0006_000000005172	2357	0.7448886192859746	3	3	3	2	2	False	2888	fragment	False	TAN0006_000000005172	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2359.0	95.04	100.0	0.0952457956015524	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0049_000000003792	4206	0.7448838139403531	5	3	2	3	1	False	84611	backbone	False	MAD0092_000000002907	0.21313882467605427	PS419	0	0	False	True	0.9988112449645996	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	9.275128642274081e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	True
MAD0107_000000016072	2420	0.7448823790135038	5	2	2	2	1	True	38282	maximal	True	MAD0107_000000016072	1.0		3	1	False	False	0.9995867609977722	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	5.858582005161002e-05	NZ_FOYX01000003.1	CFB group bacteria	Maribacter stanieri strain DSM 19891, whole genome shotgun sequence	True	True
MON0085_000000020970	1461	0.7448770114913966	2	1	1	1	1	False	45677	fragment	False	MON0076_000000029613	0.4689144736842105		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	98.258	94.0	0.024082267965511814	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0050_000000006139	4238	0.7448699756444004	7	4	4	4	4	False	6597	maximal	True	SPA0050_000000006139	1.0		2	1	False	False	0.9974044561386108	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.7251190415823576e-06	CP057580.1	enterobacteria	Escherichia coli strain RHB22-C08 chromosome, complete genome	True	False
SPA0034_000000009881	3637	0.7448612587747732	5	3	0	2	2	True	84707	maximal	True	SPA0034_000000009881	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	84.867	53.0	0.00042272424917902016	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0814_000000021433	1900	0.7448502993090634	2	2	2	2	1	False	115329	fragment	False	ISR0814_000000021433	1.0		0	0	False	False	0.9947368502616882	0					non-mobilizable	other	966.0	99.48200000000001	100.0	0.012000547175207989	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0027_000000005025	2329	0.7448445599982524	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.7891942540202765	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2329.0	99.52799999999999	100.0	0.0009203517982455967	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0040_000000011815	2287	0.7448445599982524	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.6452875412801361	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2287.0	99.51899999999999	100.0	0.0009037403777357922	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
TAN0010_000000007072	2114	0.7448378456307128	3	1	1	1	1	False	2619	maximal	True	TAN0010_000000007072	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0026_000000010816	2078	0.7448331412466427	3	2	1	2	1	False	77547	fragment	False	ISR0026_000000010816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0346_000000017895	1388	0.7448276693981548	2	2	2	2	2	False	44927	fragment	False	FIJ0070_000000012810	0.9409268929503917		0	0	False	False	0.9985590577125549	0					non-mobilizable	chromosome	1393.0	85.427	100.0	0.0004464108726994127	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0096_000000027273	1383	0.7448229742355892	1	1	1	1	1	False	42977	maximal	True	FIJ0096_000000027273	1.0		1	1	False	False	0.9913232326507568	0					non-mobilizable	no_good_hit	769.0	74.642	55.0	0.00024427860248179336	NZ_UFWZ01000001.1	firmicutes	Clostridium putrefaciens strain NCTC9836, whole genome shotgun sequence	True	False
ISR0148_000000011649	2503	0.7448226272896552	4	3	3	1	2	False	35060	maximal	True	ISR0148_000000011649	1.0		7	1	False	False	0.9952057600021362	0					non-mobilizable	no_good_hit	1962.0	73.751	77.0	0.04671411451072468	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
SPA0111_000000020012	1715	0.7448161757423106	3	3	3	3	1	False	130049	fragment	False	ENG0005_000000004373	0.022786544120497014		0	0	False	False	1.0	0					non-mobilizable	chromosome	1405.0	84.12799999999999	93.0	0.00047123180329976705	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0100_000000004198	2914	0.7448140818351701	3	3	3	3	3	False	72324	fragment	False	DEN0052_000000012110	0.6492439184746877		0	0	False	False	0.9996568560600281	0					non-mobilizable	no_good_hit	2434.0	92.728	84.0	0.038159424388098155	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
FIJ0102_000000008909	3525	0.7448110035479247	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.9260051747891889		0	0	False	False	1.0	0					non-mobilizable	plasmid	3122.0	98.046	100.0	0.25010084711577246	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MAD0037_000000011709	1184	0.7448098264467462	1	1	1	1	1	False	18607	fragment	False	MAD0037_000000011709	1.0		0	0	False	False	0.994087815284729	0					non-mobilizable	chromosome	1184.0	99.74700000000001	100.0	0.0005002245301991004	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
SPA0038_000000009276	3106	0.7448081076821328	4	4	3	4	3	False	7046	maximal	True	SPA0038_000000009276	1.0		3	3	False	False	0.9871217012405396	0					non-mobilizable	no_good_hit	1079.0	82.02	40.0	0.004226793128103434	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0357_000000018617	1420	0.7448060737536045	3	2	2	1	1	False	23877	maximal	True	ISR0357_000000018617	1.0		65	9	False	False	0.9788732528686523	0					non-mobilizable	no_good_hit	1106.0	100.0	78.0	0.00045460492158167957	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	True	False
ENG0115_000000001449	10975	0.7447960774970244	15	6	4	5	3	True	96681	fragment	False	ENG0115_000000001449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	95.08200000000001	12.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0070_000000003303	9069	0.7447960774970244	10	6	4	5	3	True	96680	fragment	False	DEN0070_000000003303	1.0		0	0	False	False	0.9993383884429932	0					non-mobilizable	no_good_hit	732.0	95.08200000000001	14.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0106_000000032331	1360	0.7447949206914762	2	2	2	2	2	True	8637	maximal	True	MON0106_000000032331	1.0		24	7	False	False	0.9955882430076599	0					non-mobilizable	other	1270.0	99.449	93.0	0.009597712885440065	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	False	True
FIJ0101_000000015005	1858	0.7447915062897098	2	2	2	2	1	False	69882	maximal	True	FIJ0101_000000015005	1.0		9	3	False	False	1.0	0					non-mobilizable	other	1767.0	86.191	99.0	0.006377601891163813	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0068_000000030350	1393	0.7447848412679464	2	2	2	2	2	False	10542	fragment	False	MON0068_000000030350	1.0		0	0	False	False	0.9784637689590454	0					non-mobilizable	no_good_hit	290.0	74.483	21.0	0.0001245121635277223	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0340_000000007359	3343	0.7447767010520194	6	4	1	2	4	True	95380	fragment	False	SPA0039_000000007749	0.9792447276929378		0	0	False	False	1.0	0					non-mobilizable	other	3344.0	99.492	100.0	0.009047684992844944	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0039_000000007749	3324	0.7447767010520194	6	4	1	2	4	True	95380	fragment	False	SPA0039_000000007749	0.9798689636160366		0	0	False	False	1.0	0					non-mobilizable	other	3324.0	100.0	100.0	0.009023246467954306	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0153_000000004868	3307	0.7447767010520194	6	4	1	2	4	True	95380	fragment	False	SPA0039_000000007749	0.9594085395433867		0	0	False	False	0.9996976256370544	0					non-mobilizable	other	3307.0	100.0	100.0	0.005760113738725005	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
ENG0096_000000011942	2801	0.7447767010520194	5	4	1	2	4	True	95379	fragment	False	CAN0007_000000013676	0.9545753785385122		0	0	False	False	1.0	0					non-mobilizable	other	2801.0	99.929	100.0	0.007603096632642809	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0033_01_000000004758	2318	0.7447767010520194	4	4	1	2	4	True	95008	fragment	False	USA0033_01_000000004758	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2318.0	100.0	100.0	0.006291562463511925	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0012_000000019673	1285	0.7447743214726709	2	1	1	1	1	False	50706	maximal	True	FIJ0012_000000019673	1.0		0	0	False	False	0.9937742948532104	0					non-mobilizable	no_good_hit	902.0	98.226	70.0	0.06465981751562612	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0005_000000025929	1407	0.7447714916355433	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.053699074938997705		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	99.21799999999999	100.0	0.002939964912794284	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0087_000000007152	4592	0.7447614317824348	5	4	4	3	3	False	111032	maximal	True	AST0087_000000007152	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	86.022	2.0	0.00039093384872177807	NZ_PKHS01000005.1	high GC Gram+	Corynebacterium amycolatum strain UMB0042 ERR1203637.17957_1_49.5, whole genome shotgun sequence	True	False
ISR0296_000000011916	2197	0.7447606741652549	2	2	2	2	2	False	115333	fragment	False	ISR0296_000000011916	0.9706293706293706		0	0	False	False	0.9995448589324951	0					non-mobilizable	other	1190.0	99.83200000000001	100.0	0.01478616641587803	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0005_000000008943	3034	0.7447602626640254	2	2	2	2	2	False	19974	fragment	False	MAD0005_000000008943	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3034.0	99.802	100.0	0.026823616810527806	CP045191.1	enterobacteria	Escherichia coli strain NT1F31 plasmid pNT1F31-113kb, complete sequence	False	True
FIJ0144_000000018113	1738	0.7447559616515902	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.20071835843372168	PS871	0	0	False	True	0.997123122215271	0					non-mobilizable	other	1738.0	93.211	100.0	0.7522737115634474	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
USA0087_01_000000009723	1619	0.7447524160975914	1	1	1	1	1	False	420	maximal	True	USA0087_01_000000009723	1.0		0	0	False	False	0.9932056665420532	0					non-mobilizable	no_good_hit	1056.0	69.508	65.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0085_000000006603	3368	0.7447471697203799	4	3	2	3	2	True	86923	maximal	True	ISR0085_000000006603	1.0		1	1	False	False	0.9910926222801208	0					non-mobilizable	no_good_hit	590.0	100.0	18.0	0.00105643591882124	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
FIJ0033_000000013987	2533	0.7447450193087655	4	2	2	2	2	False	48287	maximal	True	FIJ0033_000000013987	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	92.55799999999999	61.0	0.00048380347662380297	NZ_WWFC01000001.1	firmicutes	Lactobacillus iners strain Indica1 scf7180000000004, whole genome shotgun sequence	True	False
FIJ0066_000000025542	1315	0.7447441792498006	3	2	2	1	1	False	58411	fragment	False	ENG0130_000000022372	0.7386046923546172		0	0	False	False	0.989353597164154	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000001990	16229	0.7447358554880971	13	12	9	11	6	False	46078	maximal	True	FIJ0058_000000001990	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1116.0	73.387	7.0	0.0010414920983888116	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
ISR0821_000000000695	24554	0.7447331625779621	22	8	5	7	4	False	116422	maximal	True	ISR0821_000000000695	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	93.65700000000001	3.0	0.012307031273977228	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
ENG0183_000000027483	1148	0.7447320469560237	1	1	1	1	1	False	55135	maximal	True	ENG0183_000000027483	1.0		1	1	False	False	0.9939024448394775	0					non-mobilizable	no_good_hit	511.0	77.691	44.0	0.3016157989228007	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	True	False
MAD0095_000000003639	6355	0.7447307613782626	7	4	3	4	1	False	84618	fragment	False	MAD0045_000000004276	0.9461305197640248		0	0	False	True	0.999842643737793	0					non-mobilizable	no_good_hit	806.0	83.499	13.0	0.00021393917778532405	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0147_000000002793	6146	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.6901692912592382	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	828.0	84.3	13.0	0.00021980783353504614	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0004_000000004445	5913	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7043771562533702	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	808.0	83.416	15.0	0.00021447269194438967	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0034_000000004902	5910	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.6945025683023462	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	828.0	83.696	14.0	0.00021980783353504614	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0006_000000005450	5893	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.6906682314507394	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	806.0	83.251	14.0	0.00021393917778532405	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0139_000000004492	5815	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7114832400684591	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	828.0	83.696	14.0	0.00021980783353504614	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0125_000000003386	5803	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7106740520381056	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	806.0	83.375	14.0	0.00021393917778532405	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0071_000000006132	5799	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7109830613056471	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	806.0	83.251	14.0	0.00021393917778532405	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0087_000000004882	5788	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7029596681966754	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	806.0	83.375	14.0	0.00021393917778532405	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0092_000000004856	5787	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7109226560408791	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	808.0	83.416	14.0	0.00021447269194438967	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0077_000000005064	5784	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7018617374638336	PS419	0	0	False	True	0.9998270869255066	0					non-mobilizable	no_good_hit	806.0	83.251	14.0	0.00021393917778532405	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0026_000000004912	5782	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7029002838496475	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	802.0	83.292	14.0	0.00021287214946719274	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0041_000000006025	5779	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7232094981226354	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	766.0	83.15899999999999	13.0	0.00020326889460401112	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0069_000000004202	5739	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7085116203061973	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	9.275128642274081e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	True
FIJ0144_000000005511	5736	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.7019503517869192	PS419	0	0	False	True	0.999476969242096	0					non-mobilizable	no_good_hit	766.0	82.507	13.0	0.00020326889460401112	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0032_000000006576	5197	0.7447307613782626	6	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.08533547853514813	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	9.275128642274081e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	True
TAN0016_000000001908	4633	0.7447307613782626	7	4	3	4	1	False	84611	backbone	False	MAD0092_000000002907	0.04331658246483883	PS419	0	0	False	True	0.9984890818595886	0					non-mobilizable	no_good_hit	789.0	82.76299999999999	17.0	0.00020940430743326605	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0096_000000017156	2108	0.7447192162715359	3	2	2	2	2	False	43006	maximal	True	FIJ0096_000000017156	1.0		7	2	False	False	0.9962049126625061	0					non-mobilizable	no_good_hit	144.0	76.389	7.0	0.006096242812054131	NZ_LZZM01000230.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000230, whole genome shotgun sequence	True	False
ISR0028_000000003071	5384	0.7447045534495079	7	4	4	4	3	False	74496	maximal	True	ISR0028_000000003071	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	87.64399999999999	16.0	0.014449494606878773	NZ_CYZN01000024.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0154_000000008549	3458	0.7447019221707022	4	3	3	3	2	False	79203	maximal	True	CHI0154_000000008549	1.0		1	1	False	False	0.9968189597129822	0					non-mobilizable	no_good_hit	800.0	73.0	23.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0110_000000002198	11276	0.7446982480622001	17	11	7	7	10	True	124090	fragment	False	ENG0110_000000002198	1.0		0	0	False	False	0.9999113082885742	0					non-mobilizable	no_good_hit	3300.0	98.60600000000001	84.0	0.0009271244752430505	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0045_000000009253	1421	0.7446906103785415	2	2	2	2	2	False	64475	fragment	False	ENG0045_000000009253	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	81.688	39.0	0.0002551079894971994	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0045_000000024973	1663	0.7446876038158445	2	2	2	2	2	False	125949	fragment	False	DEN0045_000000024973	0.9909147869674185		0	0	False	False	0.9837642908096313	0					non-mobilizable	other	1649.0	98.059	99.0	0.00450769757098871	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0078_000000011401	2187	0.7446870911897114	3	3	3	3	2	False	44452	maximal	True	FIJ0078_000000011401	0.9973544973544973		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	75.926	10.0	7.772662811621451e-05	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
MAD0111_000000005833	2948	0.7446870416620226	1	1	1	1	1	False	62863	fragment	False	ENG0163_000000007519	0.979160777741676		0	0	False	False	0.9996607899665833	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000000073	48436	0.7446854827013983	35	34	17	32	26	True	3446	maximal	True	SPA0142_000000000073	1.0		1	1	False	False	1.0	0	rep_cluster_1220				non-mobilizable	no_good_hit	1771.0	79.673	9.0	0.016122932750398923	CP017672.1	enterobacteria	Providencia rettgeri strain RB151 plasmid pRB151-NDM, complete sequence	True	True
USA0047_01_000000024553	1480	0.7446830414365322	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.25796886239325917		0	0	False	False	1.0	0					non-mobilizable	chromosome	1480.0	97.973	100.0	0.0004755559728415418	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ISR0855_000000002562	4550	0.744675370125359	5	4	3	4	2	False	20491	maximal	True	ISR0855_000000002562	1.0		1	1	False	False	0.9984615445137024	0					non-mobilizable	no_good_hit	607.0	73.641	19.0	0.0018726179890722057	NZ_FNPV01000005.1	firmicutes	Tindallia californiensis strain APO, whole genome shotgun sequence	True	False
SPA0114_000000002811	11444	0.7446732325476537	9	6	5	6	5	True	96788	maximal	True	SPA0114_000000002811	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	80.482	14.0	0.025561857094105984	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	True
ISR0284_000000002111	4133	0.7446715208252928	7	6	4	2	4	True	26091	maximal	True	ISR0284_000000002111	1.0		10	2	False	False	0.9801596999168396	0					non-mobilizable	no_good_hit	1326.0	99.774	32.0	0.00042539010680662696	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ISR0214_000000013869	2090	0.7446704188624096	3	3	3	1	1	False	28218	maximal	True	ISR0214_000000013869	1.0		17	4	False	False	0.9803828001022339	0					non-mobilizable	no_good_hit	874.0	100.0	42.0	0.00017722171166941025	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
CHI0151_000000010111	2469	0.7446679276124258	3	3	3	3	3	False	99081	maximal	False	ISR0831_000000006693	0.9644631257164693		0	0	False	False	1.0	0					non-mobilizable	other	2469.0	99.43299999999999	100.0	0.005439741854713929	NZ_WBKJ01000002.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000002, whole genome shotgun sequence	False	False
SPA0096_000000020586	1968	0.7446615598816788	3	3	2	3	2	False	78274	fragment	False	SPA0096_000000020586	0.9563803341884096		0	0	False	False	0.9989837408065796	0					non-mobilizable	no_good_hit	505.0	85.149	26.0	0.00013947176114416954	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0039_000000028966	1293	0.7446577939365611	2	2	2	2	2	False	123986	fragment	False	ISR0047_000000022998	0.9927147239263803		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	99.381	100.0	0.00036676371332930614	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0053_000000004305	2765	0.7446461124874583	2	2	2	2	2	False	17223	fragment	False	MAD0053_000000004305	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2765.0	99.74700000000001	100.0	0.0007790491034875413	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
MON0007_000000058364	1135	0.7446436578404368	1	1	1	1	1	False	13896	fragment	False	MON0007_000000058364	1.0		0	0	False	False	0.924229085445404	0					non-mobilizable	other	1135.0	97.709	100.0	0.0024570823827410023	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
FIJ0038_000000001164	20493	0.7446391309437185	20	7	6	7	4	False	47698	fragment	False	FIJ0038_000000001164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0024746349913387774	NZ_AUME01000058.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	False
ISR0130_000000011562	2508	0.7446388936310416	2	2	1	1	1	True	31777	fragment	False	ISR0130_000000011562	1.0		0	0	False	False	0.9984050989151001	0					non-mobilizable	no_good_hit	863.0	79.49	34.0	0.04463265094045516	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	True	True
ENG0179_000000003986	7421	0.7446334558929029	11	8	6	7	4	False	115571	maximal	True	ENG0179_000000003986	1.0		1	1	False	False	0.9995957612991333	0					non-mobilizable	no_good_hit	4429.0	99.18700000000001	65.0	0.025797201126077553	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
ISR0049_000000000384	33541	0.7446312469974041	38	18	10	17	8	True	108582	fragment	False	ISR0049_000000000384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	9.544596636090792e-07	LR594559.1	birds	Streptopelia turtur genome assembly, chromosome: 8	True	True
AUS0014_000000006457	4997	0.7446274859596982	2	2	2	1	1	False	100940	fragment	False	USA0027_01_000000005251	0.6789375129417369		0	0	False	False	0.999799907207489	0					non-mobilizable	other	4998.0	97.719	100.0	0.016085885818216936	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0091_01_000000005404	2031	0.7446274254312492	2	1	1	1	1	False	82159	fragment	False	USA0091_01_000000005404	0.9952606635071091		0	0	False	False	0.9561792016029358	0					non-mobilizable	chromosome	2031.0	99.75399999999999	100.0	0.0005091092670432419	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0057_000000002388	6182	0.7446248987059072	8	4	1	2	2	True	113134	fragment	False	ISR0042_000000002093	0.18472462724559288		0	0	False	False	0.9996764659881592	0					non-mobilizable	other	6186.0	95.619	100.0	0.14116571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0011_000000007922	5543	0.7446248987059072	8	4	1	2	2	True	113134	fragment	False	ISR0042_000000002093	0.09917391912466422		0	0	False	False	1.0	0					non-mobilizable	other	5546.0	95.58200000000001	100.0	0.12658285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
DEN0066_000000009054	3548	0.7446233799448002	4	4	4	4	3	False	71005	maximal	True	DEN0066_000000009054	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	2043.0	99.902	73.0	0.004586434754484239	NZ_JH724317.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.4, whole genome shotgun sequence	True	False
ISR0080_000000002080	11915	0.7446146631767582	8	4	3	3	1	True	34328	maximal	True	ISR0080_000000002080	1.0		5	2	False	False	0.9989089369773865	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000029158	1166	0.7446061370066901	2	2	2	2	2	False	55258	fragment	False	MAD0048_000000019761	0.9695321185820046		0	0	False	False	0.9837049841880798	0					non-mobilizable	no_good_hit	479.0	78.079	41.0	0.00038034504902847863	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
CHI0120_000000006233	2278	0.7445947331271153	2	2	2	2	0	True	81845	fragment	False	CHI0120_000000006233	0.9858088930936613		0	0	False	False	0.9890254735946655	0					non-mobilizable	no_good_hit	238.0	98.73899999999999	10.0	0.0012383092115575527	NZ_WNAJ01000006.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold6_size191390, whole genome shotgun sequence	True	True
AUS0004_000000002404	8712	0.7445923179683347	10	7	3	7	3	False	102557	maximal	True	AUS0004_000000002404	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4538.0	82.79	52.0	0.0007124629175025607	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ISR0362_000000005370	4233	0.7445873843050241	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.2439228210625914	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	3805.0	93.98200000000001	96.0	0.0007298177074550676	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
SPA0034_000000016182	2228	0.7445778085650216	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.6590981823769246		0	0	False	False	0.9955116510391235	0					non-mobilizable	chromosome	1807.0	98.727	96.0	0.0006336331640013424	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0106_000000001132	23349	0.7445753775916029	15	13	10	10	9	False	120821	maximal	True	SPA0106_000000001132	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	7740.0	99.083	49.0	0.0819106487018554	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
MAD0097_000000012974	3090	0.7445706865850273	3	3	3	3	3	False	19397	maximal	True	MAD0097_000000012974	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	88.22	36.0	0.0005878866970539469	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	False
ISR0171_000000015889	1809	0.7445687187138578	3	2	2	2	1	False	29984	maximal	True	ISR0171_000000015889	1.0		1	1	False	False	0.9933664798736572	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	1.0787168039097238e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0193_000000012802	2102	0.7445675170839275	2	2	2	1	2	False	66748	fragment	False	ISR0193_000000012802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	92.405	4.0	0.010569663692518874	MK233193.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_4_c1 sequence	True	False
ENG0089_000000002072	10179	0.7445602304385378	9	4	3	4	3	True	111593	fragment	False	ISR0221_000000001935	0.9595610393552491		0	0	False	False	1.0	0					non-mobilizable	other	10180.0	98.399	100.0	0.22030742584975102	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0285_000000001012	9592	0.7445586929188532	12	10	4	5	10	True	123772	fragment	False	ISR0285_000000001012	1.0		0	0	False	False	0.99708092212677	0					non-mobilizable	other	9593.0	99.948	100.0	0.026046036750110652	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0345_000000001839	4062	0.7445506908280072	7	3	1	1	2	False	125163	backbone	True	ISR0345_000000001839	0.9413775248512011	PS922	4	1	True	True	0.9997538328170776	55	rep_cluster_233				non-mobilizable	other	1503.0	98.137	95.0	0.3417519908987486	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0016_000000007028	3230	0.7445506908280072	5	3	1	1	2	False	125162	fragment	False	ENG0016_000000007028	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	plasmid	2533.0	93.32799999999999	100.0	0.4329257792319614	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
MON0037_000000045158	1643	0.7445421453569295	4	4	3	4	3	True	12077	fragment	False	MON0037_000000045158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	89.97200000000001	43.0	0.057039128680919725	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0151_000000000920	14678	0.7445398899848941	15	13	5	6	13	True	49891	maximal	True	FIJ0151_000000000920	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4833.0	94.869	59.0	0.04396615325761233	CP044391.1	enterobacteria	Klebsiella pneumoniae strain 2018N17-066 plasmid p2018N17-066-2_MCR8, complete sequence	True	True
CAN0003_000000025627	1931	0.7445391726302112	3	3	2	2	2	False	105749	fragment	False	ISR0336_000000006976	0.9474169928924532		0	0	False	False	0.9911962747573853	0					non-mobilizable	chromosome	1931.0	95.546	100.0	0.00046697882641383537	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	False	False
ENG0166_000000016329	1785	0.7445391726302112	3	3	2	2	2	False	105749	fragment	False	ISR0336_000000006976	0.7546129457513828		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	95.876	100.0	0.008177661149938944	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MAD0001_000000007631	3358	0.7445228748113704	4	4	3	4	3	False	125473	fragment	False	MAD0095_000000009918	0.1855954855954856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1397.0	87.044	85.0	0.00042012226009513135	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0095_000000004599	5959	0.7445214777889466	5	4	4	4	2	False	9324	fragment	False	MON0095_000000004599	1.0		0	0	False	False	0.9981540441513062	0					non-mobilizable	no_good_hit	1295.0	78.14699999999999	21.0	0.0006331949997444394	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
MON0062_000000000995	24892	0.7445122985211038	26	11	4	11	4	True	120582	fragment	False	MON0062_000000000995	1.0		0	0	False	False	0.9990760087966919	0					non-mobilizable	no_good_hit	124.0	99.194	0.0	0.0005047810563466984	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	True
SPA0150_000000002434	6954	0.7445029128615759	11	10	7	10	9	False	132184	fragment	False	SPA0150_000000002434	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6954.0	99.79899999999999	100.0	0.008793118275218404	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MON0009_000000022357	1714	0.7444983478791884	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.33376930067604565		0	0	False	False	1.0	0					non-mobilizable	chromosome	1714.0	99.008	100.0	0.0005765857707517864	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0105_000000032670	1666	0.7444983478791884	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.32006784305375524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1666.0	98.8	100.0	0.0005604292517815087	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0072_000000013087	1661	0.7444983478791884	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.3248254718452212		0	0	False	False	1.0	0					non-mobilizable	chromosome	1661.0	99.94	100.0	0.0005587462810554381	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0088_000000015329	1609	0.7444983478791884	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.3069510578916084		0	0	False	False	0.997514009475708	0					non-mobilizable	other	1609.0	98.01100000000001	100.0	0.0005002460787613808	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0011_000000031769	1469	0.7444983478791884	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2556031456113671		0	0	False	False	1.0	0					non-mobilizable	chromosome	1469.0	98.434	100.0	0.0004937836110291131	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0024_000000003453	5741	0.7444937405650086	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.05173126717876947		0	0	False	False	0.9994774460792542	0					non-mobilizable	chromosome	5744.0	97.806	100.0	0.0016324057718727868	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0121_01_000000035631	1147	0.7444909869034482	3	1	1	1	1	False	161	maximal	True	USA0121_01_000000035631	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000007397	3958	0.7444758361296756	5	3	3	2	2	False	55387	maximal	True	USA0019_01_000000007397	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	78.212	4.0	0.004597278411180581	NZ_MRAE01000029.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_28, whole genome shotgun sequence	True	False
TAN0025_000000000245	9621	0.7444743376710699	10	7	7	6	3	True	96541	maximal	True	TAN0025_000000000245	1.0		1	1	False	False	0.9995842576026917	0					non-mobilizable	no_good_hit	4447.0	97.50399999999999	46.0	0.0007972394887695053	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
ISR0004_000000017562	1152	0.7444734487396413	3	2	2	2	2	False	38542	maximal	True	ISR0004_000000017562	1.0		4	4	False	False	0.9982638955116272	0					non-mobilizable	no_good_hit	561.0	72.193	48.0	0.00015193030066482603	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
MON0061_000000040238	1176	0.7444726227300159	2	2	2	2	1	True	10789	fragment	False	MON0061_000000040238	1.0		0	0	False	False	0.9515306353569031	0					non-mobilizable	no_good_hit	112.0	75.893	9.0	3.1275788178555484e-05	CP059692.1	a-proteobacteria	Aureimonas sp. LMG 31693 chromosome, complete genome	True	True
ISR0210_000000010714	1781	0.7444657953665981	3	3	2	3	2	False	28436	maximal	True	ISR0210_000000010714	1.0		7	4	False	False	0.9955081343650818	0					non-mobilizable	no_good_hit	1193.0	84.241	67.0	0.0003911476284577829	NZ_LN650648.1	firmicutes	Romboutsia hominis strain FRIFI chromosome 1	True	False
ISR0200_000000018753	1349	0.7444638475484984	3	3	2	3	2	False	60418	fragment	False	ISR0039_000000024978	0.946196890588109		0	0	False	False	0.9896219372749329	0					non-mobilizable	chromosome	1337.0	71.952	96.0	0.0006067559311441616	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0132_000000000692	27152	0.7444629153555695	32	16	7	16	6	True	108400	backbone	False	ISR0280_000000000088	0.9039887765242189	PS672	0	0	False	True	1.0	0					non-mobilizable	other	26694.0	95.595	99.0	0.22316939525000629	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
DEN0047_000000003726	1187	0.7444577330278301	2	2	2	2	2	False	72633	fragment	False	FIJ0088_000000023926	0.9654806292390186		0	0	False	False	0.9974726438522339	0					non-mobilizable	chromosome	1189.0	88.898	99.0	0.0003175601944057953	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0243_000000002196	4315	0.7444547640994862	4	1	1	1	1	False	27233	fragment	False	ISR0243_000000002196	1.0		0	0	False	False	0.9969872832298279	0					non-mobilizable	no_good_hit	731.0	84.542	17.0	0.02543825886140173	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0094_000000007781	2560	0.7444507496086407	2	2	2	2	2	True	116470	maximal	True	FIJ0094_000000007781	1.0		96	12	False	False	0.997265636920929	0					non-mobilizable	other	2580.0	85.50399999999999	100.0	0.0007197228799931653	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0063_000000009170	2843	0.744446474005016	4	4	4	4	3	False	93099	fragment	False	FIJ0063_000000009170	1.0		0	0	False	False	0.9985930323600769	0					non-mobilizable	other	2844.0	91.913	100.0	0.010173308423011687	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
DEN0073_000000038241	1402	0.7444420709338593	1	1	1	1	1	False	70103	fragment	False	MON0110_000000010660	0.9642594688613337		0	0	False	False	0.9750356674194336	0					non-mobilizable	other	1402.0	99.715	100.0	0.003671046942759443	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ENG0211_000000008357	3241	0.7444418851191497	5	1	1	1	1	False	53664	fragment	False	ENG0211_000000008357	1.0		0	0	False	False	0.9953718185424805	0					non-mobilizable	no_good_hit								True	False
ISR0255_000000009180	3214	0.7444418851191497	6	1	1	1	1	False	72889	fragment	False	ISR0255_000000009180	1.0		0	0	False	False	0.9931549429893494	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000023997	2566	0.7444418851191497	3	1	1	1	1	False	72887	fragment	False	USA0069_01_000000023997	1.0		0	0	False	False	0.9945440292358398	0					non-mobilizable	no_good_hit								True	False
ISR0147_000000012428	1975	0.7444418851191497	3	1	1	1	1	False	30951	fragment	False	ISR0147_000000012428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000026633	1806	0.7444418851191497	4	1	1	1	1	False	49615	maximal	True	FIJ0021_000000026633	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	0.0064385577630610745	XM_033355523.1	wasps, ants, and bees	PREDICTED: Belonocnema treatae uncharacterized LOC117169247 (LOC117169247), transcript variant X4, mRNA	True	False
DEN0045_000000024143	1712	0.7444418851191497	3	1	1	1	1	False	72886	fragment	False	DEN0045_000000024143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000022551	1395	0.7444418851191497	2	1	1	1	1	False	15201	fragment	False	MAD0099_000000022551	1.0		0	0	False	False	0.9784946441650391	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.097435546983768e-07	LR862374.1	bats	Pipistrellus pipistrellus genome assembly, chromosome: 18	True	False
FIJ0006_000000032528	1237	0.7444418851191497	2	1	1	1	1	False	51652	fragment	False	FIJ0006_000000032528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0154_000000009237	2379	0.7444392457290545	4	2	1	2	1	False	92638	fragment	False	ISR0154_000000009237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	83.241	79.0	0.00047040276647681043	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0166_000000003150	8283	0.7444385718482972	10	4	1	2	4	False	103243	fragment	False	FIJ0166_000000003150	1.0		0	0	False	False	0.9998793005943298	0					non-mobilizable	other	2346.0	91.85799999999999	97.0	0.005081150946833334	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MAD0089_000000001994	8058	0.7444362989519167	11	7	5	5	5	True	89556	maximal	True	MAD0089_000000001994	1.0		1	1	False	False	0.998883068561554	0					non-mobilizable	no_good_hit	275.0	77.455	3.0	0.0001127601290244153	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
FIJ0063_000000017182	1643	0.7444331996911202	2	2	2	2	2	False	45576	maximal	True	FIJ0063_000000017182	1.0		10	4	False	False	0.9975654482841492	0					non-mobilizable	no_good_hit	1130.0	76.018	68.0	0.0004130348773904486	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ENG0206_000000009275	2759	0.7444206757238668	4	3	2	3	2	False	53960	maximal	True	ENG0206_000000009275	1.0		1	1	False	False	0.9992750883102417	0					non-mobilizable	no_good_hit	146.0	79.452	5.0	0.00022950909128844477	NZ_FUWY01000001.1	CFB group bacteria	Anaerorhabdus furcosa strain ATCC 25662, whole genome shotgun sequence	True	False
ISR0045_000000010121	2505	0.7444201982702728	3	2	1	2	0	True	36252	fragment	False	ISR0045_000000010121	1.0		0	0	False	False	0.9876247644424438	0					non-mobilizable	no_good_hit								True	True
CHI0136_000000001122	12192	0.7444177168241006	14	13	4	7	12	True	123540	fragment	False	CHI0136_000000001122	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	12193.0	99.943	100.0	0.002385913715716189	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ENG0151_000000002344	10429	0.7444137530947722	15	5	2	4	3	False	120564	fragment	False	ISR0032_000000002458	0.9637181991026181		0	0	False	False	0.9998082518577576	0					non-mobilizable	no_good_hit	736.0	89.67399999999999	7.0	0.00020571540341858533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0021_000000006258	3024	0.7444101335220162	4	4	4	4	3	False	66383	fragment	False	ENG0021_000000006258	1.0		0	0	False	False	0.9960317611694336	0					non-mobilizable	no_good_hit								True	False
CHI0004_000000006823	1168	0.7444030271395093	2	2	2	2	1	False	90817	fragment	False	CHI0004_000000006823	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1168.0	99.65799999999999	100.0	0.0003266207680989748	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0087_000000017071	1529	0.744391296286367	2	2	2	2	2	False	61358	fragment	False	ENG0087_000000017071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	92.60799999999999	49.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
USA0023_01_000000013693	2279	0.7443854638201812	3	3	3	2	2	False	53983	maximal	True	USA0023_01_000000013693	1.0		2	1	True	True	1.0	2					non-mobilizable	no_good_hit	1193.0	97.485	58.0	0.0004012202210952302	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0114_000000042347	1106	0.7443818654988563	2	2	2	1	1	False	4408	maximal	True	SPA0114_000000042347	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000023548	1771	0.7443774369767111	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.07983480393897414		0	0	False	False	1.0	0					non-mobilizable	chromosome	1771.0	98.137	100.0	0.0006169543230721397	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0085_000000010989	2842	0.7443673565565699	4	2	0	0	2	False	74612	fragment	False	DEN0022_000000013232	0.9584043641322877		0	0	False	False	0.9989444017410278	0					non-mobilizable	no_good_hit	224.0	86.60700000000001	14.0	0.03288377026822246	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0381_000000006434	2546	0.7443673565565699	3	2	0	0	2	False	31577	fragment	False	ISR0381_000000006434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	86.60700000000001	19.0	0.03288377026822246	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
TAN0021_000000011766	1752	0.7443673565565699	2	2	0	0	2	False	2376	fragment	False	TAN0021_000000011766	1.0		0	0	False	False	0.9988584518432617	0					non-mobilizable	no_good_hit	231.0	87.87899999999999	13.0	0.0207577955039884	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0120_000000027267	1333	0.7443667858393149	3	3	2	3	3	False	60418	fragment	False	ISR0039_000000024978	0.6419570051890289		0	0	False	False	0.9947487115859985	0					non-mobilizable	chromosome	1363.0	71.9	99.0	0.0006202808519767372	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0090_000000020625	2812	0.7443663846079377	3	2	2	2	2	False	9566	maximal	True	MON0090_000000020625	1.0		9	1	False	False	0.99964439868927	0					non-mobilizable	no_good_hit	1285.0	85.13600000000001	46.0	0.0006365381878121102	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
ISR0388_000000012527	2738	0.7443648297960003	4	4	4	2	2	False	111910	fragment	False	SPA0092_000000015637	0.9522859216255443		0	0	False	False	0.9937911033630371	0					non-mobilizable	no_good_hit								True	False
MON0072_000000017084	1263	0.7443635395208514	2	2	2	2	2	False	10393	fragment	False	MON0072_000000017084	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	99.186	97.0	0.0006466381147281588	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MON0039_000000032303	1518	0.7443604184326248	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.5595941952311104		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	99.539	100.0	0.008817819318987665	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0343_000000013213	1435	0.7443602665164696	2	2	2	1	2	False	33025	fragment	False	ISR0343_000000013213	0.9926624737945493		0	0	False	False	0.9832752346992493	0					non-mobilizable	no_good_hit	81.0	95.06200000000001	6.0	2.521580791606162e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0367_000000001781	5499	0.7443569594719786	6	6	6	6	6	False	92590	maximal	True	ISR0367_000000001781	1.0		1	1	False	False	0.9970903992652893	0					non-mobilizable	other	2318.0	92.148	92.0	0.02449169674326055	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
MON0037_000000003367	10600	0.7443523459600577	11	10	3	5	7	True	97586	fragment	False	MON0037_000000003367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	89.163	4.0	0.0019139299994315058	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
MON0024_000000029473	1733	0.7443413723688246	2	1	1	1	1	False	12914	fragment	False	MON0024_000000029473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	479.0	74.94800000000001	27.0	0.00013943842754411887	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0007_000000011667	1545	0.7443412145035155	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.824048547852931		0	0	False	False	0.9611650705337524	0					non-mobilizable	other	1545.0	99.353	100.0	0.008865411116214975	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
AST0003_000000021114	1529	0.7443412145035155	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.8207883865559418		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	99.477	100.0	0.008773541570969224	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
CHI0058_000000004636	3881	0.7443403061686431	5	4	1	3	3	False	85932	fragment	False	CHI0058_000000004636	1.0		0	0	False	False	0.999484658241272	0					non-mobilizable	no_good_hit	295.0	98.305	26.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0071_000000002028	5311	0.7443303899717988	7	7	2	5	7	True	84922	fragment	False	FIJ0068_000000005594	0.9806144678954083		0	0	False	False	1.0	0					non-mobilizable	plasmid	3586.0	99.97200000000001	100.0	0.026885752426092303	KY913898.1	enterobacteria	Klebsiella oxytoca strain pKOX3 plasmid P2-OXA, complete sequence	False	True
AUS0002_000000019995	1848	0.7443221501120939	3	2	2	1	1	False	102900	maximal	True	AUS0002_000000019995	1.0		55	8	False	False	1.0	0					non-mobilizable	chromosome	1447.0	98.756	99.0	0.0005732233347089107	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0091_000000015456	1387	0.7443221501120939	2	2	2	1	1	False	82263	fragment	False	ISR0792_000000009886	0.890128957607122		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	99.274	99.0	0.0005458703540070333	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0054_000000021747	2151	0.7442997612913235	3	3	3	3	2	False	59158	fragment	False	MON0054_000000021747	1.0		0	0	False	False	0.9976754784584045	0					non-mobilizable	chromosome	2151.0	98.698	100.0	0.0007586752753373723	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0309_000000011996	1632	0.7442971583930075	2	1	1	1	1	False	125999	fragment	False	TAN0009_000000021935	0.7895703736280001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	90.434	83.0	0.002660562176394879	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
ISR0065_000000021313	1607	0.7442971583930075	2	1	1	1	1	False	125999	fragment	False	TAN0009_000000021935	0.7807793399768705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	90.287	84.0	0.002660562176394879	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
USA0116_01_000000014037	1765	0.7442954236117231	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.08794112981685949		0	0	False	False	0.9949008226394653	0					non-mobilizable	other	1279.0	97.96700000000001	93.0	0.002670224177552134	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0153_000000011494	1629	0.7442949797597315	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.5099535551586858		0	0	False	False	0.9852670431137085	0					non-mobilizable	virus	1629.0	99.632	100.0	0.2260483199111358	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
FIJ0099_000000004879	4693	0.7442935424181202	6	6	4	4	6	False	42813	maximal	True	FIJ0099_000000004879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2035.0	93.61200000000001	89.0	0.013809210213655774	CP052329.1	enterobacteria	Klebsiella pneumoniae strain D17KP0032 plasmid pD17KP0032-1, complete sequence	True	False
AST0148_000000010354	3392	0.7442935300215692	4	4	4	4	4	False	119880	fragment	False	AST0148_000000010354	0.9961810311828192		0	0	False	False	0.9961674809455872	0					non-mobilizable	other	3392.0	100.0	100.0	0.008885453378227888	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ENG0157_000000007251	3391	0.7442935300215692	4	4	4	4	4	False	119880	fragment	False	AST0148_000000010354	0.9950881451355466		0	0	False	False	0.9997050762176514	0					non-mobilizable	other	3392.0	99.55799999999999	100.0	0.008885453378227888	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0161_000000008769	3373	0.7442935300215692	4	4	4	4	4	False	119880	fragment	False	AST0148_000000010354	0.9946215426399555		0	0	False	False	0.9997035264968872	0					non-mobilizable	other	3373.0	99.822	100.0	0.0088356675881405	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0385_000000006250	3320	0.7442935300215692	4	4	4	4	4	False	119880	fragment	False	AST0148_000000010354	0.9890104816025903		0	0	False	False	0.9936746954917908	0					non-mobilizable	other	3306.0	99.788	99.0	0.008657486865722484	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
MAD0041_000000009205	3309	0.7442935300215692	4	4	4	4	4	False	119880	fragment	False	AST0148_000000010354	0.9874770324046229		0	0	False	False	1.0	0					non-mobilizable	other	3309.0	99.728	100.0	0.00866796808468825	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
DEN0070_000000010091	3306	0.7442935300215692	4	4	4	4	4	False	119880	fragment	False	AST0148_000000010354	0.9893575197882208		0	0	False	False	1.0	0					non-mobilizable	other	3303.0	99.97	99.0	0.008652246256239601	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0365_000000001324	10463	0.7442918177860857	12	5	3	3	4	False	114539	fragment	False	ISR0365_000000001324	1.0		0	0	False	False	0.9986619353294373	0					non-mobilizable	no_good_hit	96.0	95.833	2.0	0.11477411477411477	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
SPA0136_000000021387	1955	0.7442872469572512	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.37826254619748473		0	0	False	False	1.0	0					non-mobilizable	chromosome	1969.0	98.375	100.0	0.0006340001347290576	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0223_000000010405	2735	0.7442804567796362	4	2	1	2	1	True	66235	maximal	True	ISR0223_000000010405	1.0		1	1	False	False	0.9919561147689819	0					non-mobilizable	no_good_hit								True	True
DEN0007_000000020921	1211	0.7442766697841398	2	2	2	2	2	False	76205	fragment	False	DEN0007_000000020921	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1211.0	99.835	100.0	0.00024566507728806055	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
ISR0086_000000000989	21041	0.7442655358923554	29	12	4	8	8	False	86267	fragment	False	ISR0086_000000000989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5584.0	86.264	39.0	0.012412778384644538	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0233_000000015213	1260	0.744256764577772	2	2	2	2	1	False	41511	fragment	False	ISR0233_000000015213	0.9852039839357496		0	0	False	False	0.9817460179328918	0					non-mobilizable	other	1260.0	99.365	100.0	0.007318150641137423	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
AST0031_000000011777	2397	0.7442491152923051	3	3	3	3	2	False	117470	maximal	True	AST0031_000000011777	1.0		4	4	False	False	0.999582827091217	0					non-mobilizable	no_good_hit	684.0	95.76	51.0	0.0034294895935326757	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
ISR0827_000000002250	4489	0.7442473934477878	6	6	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.4928208426764952	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4494.0	97.819	100.0	0.13578303771414735	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0262_000000011318	1497	0.7442420357887963	3	3	3	2	1	False	73386	fragment	False	ISR0262_000000011318	0.9818267391648967		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	99.53200000000001	100.0	0.17830750893921335	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ENG0145_000000012594	2509	0.7442357215908044	4	4	3	3	3	False	57500	maximal	True	ENG0145_000000012594	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	72.807	13.0	0.0013751024121931236	NZ_FNQG01000006.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
ISR0179_000000007125	3472	0.7442347546092557	3	2	2	1	1	True	29687	maximal	True	ISR0179_000000007125	1.0		0	0	False	False	0.9896313548088074	0					non-mobilizable	no_good_hit	1786.0	90.426	51.0	0.006934209288469378	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
MON0021_000000019379	1557	0.7442326858406507	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2850728757055802		0	0	False	False	1.0	0					non-mobilizable	chromosome	1559.0	96.47200000000001	100.0	0.0005210477367914567	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0086_000000022504	1354	0.7442200793982506	1	1	1	1	1	False	9728	maximal	True	MON0086_000000022504	1.0		2	1	False	False	0.9992614388465881	0					non-mobilizable	no_good_hit	1163.0	78.16	86.0	0.0003045034161970048	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
AUS0022_000000002946	11296	0.7442126024713843	11	8	3	4	7	False	118435	maximal	True	AUS0022_000000002946	1.0		3	2	False	False	0.9996458888053894	0					non-mobilizable	no_good_hit	4167.0	80.874	65.0	0.000636282433564515	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CAN0007_000000002479	15842	0.7442083260284215	16	12	8	12	7	True	105271	fragment	False	CAN0007_000000002479	0.9922070336451833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	88.67	7.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
CAN0008_000000001506	15822	0.7442083260284215	16	12	8	12	7	True	105271	fragment	False	CAN0007_000000002479	0.9919728112898324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	88.67	7.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
DEN0076_000000000564	5920	0.7442016393674117	5	4	3	4	3	True	100155	fragment	False	DEN0085_000000005654	0.9689368066182464		0	0	False	False	1.0	0					non-mobilizable	other	5928.0	98.34700000000001	99.0	0.8126714207350522	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0824_000000002800	5284	0.7442016112687855	4	4	4	4	3	False	111869	fragment	False	ISR0824_000000002800	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2969.0	96.598	100.0	0.00472959603760699	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0095_000000015418	1227	0.7441975248243891	1	1	1	1	1	False	5190	maximal	True	SPA0095_000000015418	1.0		4	3	False	False	0.9633252024650574	0					non-mobilizable	other	1190.0	81.681	97.0	0.0005203803204174967	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0789_000000007014	1976	0.744193254985715	3	3	3	3	3	False	86332	fragment	False	ISR0182_000000018557	0.4860099038441582		0	0	False	False	0.9898785352706909	0					non-mobilizable	other	1976.0	99.595	100.0	0.0005904421320372108	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0816_000000007634	5646	0.7441907927906072	7	6	6	5	5	False	115567	fragment	False	ISR0816_000000007634	1.0		0	0	False	False	0.9996457695960999	0					non-mobilizable	other	5208.0	97.965	97.0	0.030343476968450012	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0079_000000003561	8055	0.7441852515054542	8	6	6	5	2	False	118337	fragment	False	SPA0096_000000003461	0.5653321064663436		0	0	False	False	0.9996275901794434	0					non-mobilizable	chromosome	5500.0	100.0	100.0	0.0024539499490601226	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0068_000000030654	1378	0.7441791851529432	1	1	1	1	1	False	10540	fragment	False	MON0068_000000030654	1.0		0	0	False	False	0.944847583770752	0					non-mobilizable	other	1283.0	75.37	91.0	0.0012505695712645576	NZ_LN876586.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	False	False
ISR0396_000000017090	1361	0.7441791851529432	1	1	1	1	1	False	22668	fragment	False	ISR0396_000000017090	1.0		0	0	False	False	0.9889786839485168	0					non-mobilizable	other	1358.0	80.118	99.0	0.000779100021080171	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0230_000000025411	1389	0.7441767024575532	2	2	2	2	2	False	27519	maximal	True	ISR0230_000000025411	1.0		118	9	False	False	0.9942404627799988	0					non-mobilizable	other	1389.0	99.928	100.0	0.013622667805160518	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
ISR0169_000000002685	8290	0.7441733967293571	12	7	4	7	5	False	65223	maximal	True	ISR0169_000000002685	1.0		13	5	False	False	0.999155580997467	0					non-mobilizable	no_good_hit	1124.0	74.021	15.0	0.0003773397377128962	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0072_01_000000001387	13702	0.7441700491991399	17	12	5	5	9	False	124567	maximal	True	USA0072_01_000000001387	0.9967092221076838		2	1	False	False	1.0	0					non-mobilizable	chromosome	12775.0	99.883	100.0	0.0028572649310715315	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
USA0047_01_000000018668	1939	0.7441696008926882	3	3	3	2	2	False	63831	maximal	True	USA0047_01_000000018668	1.0		59	6	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	69.59899999999999	58.0	0.0010689794271883824	NZ_QICS01000001.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_101, whole genome shotgun sequence	True	False
USA0081_01_000000023234	1310	0.7441666611091492	2	2	2	2	1	False	550	fragment	False	USA0081_01_000000023234	1.0		0	0	False	False	0.9931297898292542	0					non-mobilizable	chromosome	1310.0	99.92399999999999	100.0	0.00019904458598726116	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
AUS0002_000000009203	3665	0.74416449959243	5	4	1	4	0	True	103083	maximal	True	AUS0002_000000009203	1.0		1	1	False	False	0.9975443482398987	0					non-mobilizable	no_good_hit								True	True
FIJ0130_000000014772	1397	0.7441639977842623	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.2856564483549392		0	0	False	False	0.9914101362228394	0					non-mobilizable	chromosome	1393.0	95.19	99.0	0.000389593923902119	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0033_000000000800	22864	0.7441541372721845	27	19	7	11	16	True	123867	fragment	False	SPA0033_000000000800	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14445.0	97.895	99.0	0.3366468323416171	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
MON0077_000000027376	1616	0.7441529296673715	2	1	1	1	1	False	10441	maximal	True	MON0077_000000027376	1.0		0	0	False	False	0.9257425665855408	0					non-mobilizable	other	1489.0	86.971	92.0	0.0003469199018638954	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0080_000000036876	1528	0.7441529296673715	1	1	1	1	1	False	10038	fragment	False	MON0080_000000036876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	75.301	81.0	0.008831161383739768	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	False
SPA0150_000000008528	2306	0.7441489098041089	2	2	2	2	2	False	64805	fragment	False	SPA0150_000000008528	1.0		0	0	False	False	0.9943625330924988	0					non-mobilizable	no_good_hit	867.0	73.241	37.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0160_000000003174	7605	0.744142461894629	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.7668402851552326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2478.0	97.579	33.0	0.40084183260482437	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0062_000000008129	1752	0.7441412234151938	2	2	1	2	1	False	85575	fragment	False	CHI0062_000000008129	0.9814250913520097		0	0	False	False	0.9982876777648926	0					non-mobilizable	no_good_hit	559.0	95.88600000000001	32.0	0.04164179104477612	NZ_CYZN01000046.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0101_000000017491	1642	0.7441412234151938	2	2	1	2	1	False	85575	fragment	False	CHI0062_000000008129	0.9511986301369864		0	0	False	False	0.9817296266555786	0					non-mobilizable	no_good_hit	610.0	96.23	37.0	0.04544776119402985	NZ_CYZN01000046.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0002_000000031109	1206	0.7441391302784567	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.1506077302717718	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1207.0	81.773	99.0	0.00033962231950097703	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
SPA0034_000000028313	1214	0.7441369423889087	2	1	1	1	1	False	7137	maximal	True	SPA0034_000000028313	1.0		20	6	False	False	0.9967051148414612	0					non-mobilizable	other	1214.0	100.0	100.0	0.00034620623045633007	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
TAN0017_000000008573	3907	0.7441305402355219	6	2	1	2	1	True	62758	fragment	False	TAN0016_000000002449	0.705526281453067		0	0	False	False	0.9992321729660034	0					non-mobilizable	no_good_hit	422.0	95.97200000000001	12.0	0.00011230473048331847	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0104_000000009788	2606	0.7441283330009183	4	4	4	3	3	False	42514	maximal	True	FIJ0104_000000009788	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1269.0	76.044	48.0	0.00019390583852329452	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0021_01_000000014362	1233	0.7441265013209725	2	1	1	1	1	False	1738	fragment	False	USA0021_01_000000014362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000032907	1848	0.7441172913077009	3	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.7203306196881024		0	0	False	False	1.0	0					non-mobilizable	chromosome	1848.0	95.238	100.0	0.0005169396389706996	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0070_000000012159	2059	0.7441150001178922	4	2	2	2	1	False	62393	fragment	False	ENG0070_000000012159	1.0		0	0	False	False	0.9990286827087402	0					non-mobilizable	no_good_hit	595.0	74.118	29.0	0.0006108901064992036	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0066_000000004120	6649	0.7441125848198595	4	4	4	3	4	False	110636	fragment	False	ISR0186_000000003213	0.9862092414826948		0	0	False	False	1.0	0					non-mobilizable	other	6533.0	99.38799999999999	100.0	0.0016015020579007232	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0120_000000022541	1581	0.7441108361167418	3	3	2	3	2	False	102366	fragment	False	MON0008_000000021750	0.9487255748561243		0	0	False	False	0.9993674755096436	0					non-mobilizable	no_good_hit	1102.0	74.319	67.0	0.001340954028516711	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0024_01_000000013663	1627	0.7441040258356199	3	2	2	2	1	False	131420	fragment	False	CHI0008_000000005149	0.8200661240291099		0	0	False	False	0.9981561303138733	0					non-mobilizable	no_good_hit	293.0	80.887	18.0	0.004430186373357776	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0217_000000015062	1518	0.7441040258356199	2	2	2	2	1	False	131420	fragment	False	CHI0008_000000005149	0.6831027966162722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	4.0	2.2040483470249633e-05	NZ_KE148312.1	firmicutes	Oribacterium parvum ACB1 acqcx-supercont2.1, whole genome shotgun sequence	True	False
ISR0032_000000022629	1482	0.7441040258356199	2	2	2	2	1	False	131420	fragment	False	CHI0008_000000005149	0.5981669489236975		0	0	False	False	0.9966261982917786	0					non-mobilizable	no_good_hit	159.0	79.245	11.0	0.006815123496983114	NZ_LWAG01000028.1	firmicutes	Bacillus endophyticus strain 3617_2C 3617_2C_contig_31, whole genome shotgun sequence	True	False
FIJ0140_000000002505	9089	0.744103281687978	7	6	4	5	2	False	43445	fragment	False	FIJ0140_000000002505	1.0		0	0	False	False	0.9963692426681519	0					non-mobilizable	no_good_hit	1743.0	89.042	19.0	0.029936207163368124	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0101_000000015466	2129	0.7441030722469182	3	3	3	3	3	False	60491	maximal	True	ENG0101_000000015466	1.0		457	14	False	False	0.9981212019920349	0					non-mobilizable	chromosome	2129.0	98.92	100.0	0.002924591443645954	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
SPA0154_000000005501	1641	0.7441002943161877	4	4	1	3	3	False	113626	fragment	False	ISR0331_000000014703	0.8400599088441227		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	94.823	100.0	0.0005102012246073784	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0202_000000002394	10375	0.7440952416767047	9	6	2	6	1	True	110464	fragment	False	ISR0260_000000000751	0.9501825678373459		0	0	False	False	0.9985542297363281	0					non-mobilizable	no_good_hit								True	True
SPA0135_000000000032	99035	0.7440951458813271	93	12	5	11	2	True	127415	maximal	False	SPA0046_000000000019	0.909158771024157		0	0	True	True	1.0	422					non-mobilizable	virus	29803.0	96.319	96.0	0.3023928984947897	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
ISR0311_000000002689	5791	0.7440884812114682	7	6	4	6	4	False	121289	maximal	True	ISR0311_000000002689	1.0	PS849	8	2	False	True	0.9998273253440857	0					non-mobilizable	no_good_hit	3594.0	89.09299999999999	79.0	0.0007415401100057914	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ISR0179_000000003041	8447	0.7440729328440758	12	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9866703785232098		0	0	False	False	1.0	0					non-mobilizable	other	8448.0	99.574	100.0	0.011700142806289017	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0084_01_000000003619	8422	0.7440729328440758	12	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9863938426893756		0	0	False	False	1.0	0					non-mobilizable	other	8423.0	99.561	100.0	0.011665514705169421	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0124_000000003355	8418	0.7440729328440758	13	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9861368216528523		0	0	False	False	1.0	0					non-mobilizable	other	8419.0	99.54899999999999	100.0	0.011659974208990287	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0846_000000001169	8303	0.7440729328440758	12	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9799947659313845		0	0	False	False	1.0	0					non-mobilizable	other	8304.0	99.579	100.0	0.011500684943840146	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MON0011_000000001029	22188	0.7440688042319518	28	10	6	7	7	False	14338	maximal	False	MON0013_000000000804	0.952104754372089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	72.10300000000001	7.0	0.0023542498526518516	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0046_000000005336	4421	0.7440680682145812	5	4	3	3	4	False	50224	fragment	False	MAD0046_000000005336	1.0		0	0	False	False	0.9970594644546509	0					non-mobilizable	other	2561.0	90.59	96.0	0.0010308245222283912	HE576794.1	firmicutes	Megasphaera elsdenii strain DSM 20460 draft genome	False	False
USA0019_01_000000009006	3278	0.7440642850400181	4	2	2	2	2	False	99278	fragment	False	USA0015_01_000000010024	0.96684246001072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	96.63600000000001	10.0	0.0013375401569763387	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0161_000000002340	6429	0.7440614651404012	7	4	2	4	3	False	101195	fragment	False	FIJ0161_000000002340	0.9994181835846074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	92.053	7.0	0.00012030744286930317	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0022_000000004159	4932	0.7440610717484979	5	5	5	5	5	False	66327	maximal	True	ENG0022_000000004159	1.0		18	5	False	False	0.9991889595985413	0					non-mobilizable	chromosome	4869.0	99.199	99.0	0.0015877628753772487	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0177_000000005557	4422	0.7440446385476043	6	6	5	5	4	False	124950	maximal	False	MON0102_000000008514	0.5733304008151439		0	0	False	False	0.9968340396881104	0					non-mobilizable	no_good_hit	2898.0	79.089	76.0	0.006864805702994847	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0004_000000005599	4736	0.7440324726532519	4	3	3	3	3	False	100045	fragment	False	ENG0152_000000004761	0.9238338931791288		0	0	False	False	0.9997888803482056	0					non-mobilizable	no_good_hit	946.0	72.727	20.0	0.007290764506731754	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0089_000000016844	1771	0.7440266367289564	4	2	2	2	1	True	110596	maximal	True	ISR0089_000000016844	0.9769053117782909		2	2	False	False	1.0	0					non-mobilizable	chromosome	1770.0	97.458	99.0	0.0004071468801966847	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	False	True
ISR0294_000000001314	13343	0.744023022661233	22	9	6	7	7	True	94543	maximal	True	ISR0294_000000001314	0.9991180671537343		8	4	True	True	1.0	18					non-mobilizable	no_good_hit	2405.0	80.915	42.0	0.2579390797148412	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
SPA0022_000000000788	12207	0.744023022661233	19	9	6	7	7	True	94543	maximal	False	ISR0294_000000001314	0.9811464334830156		0	0	True	True	1.0	92					non-mobilizable	no_good_hit	1527.0	82.318	47.0	0.16342622596673148	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0386_000000002626	12146	0.744023022661233	21	9	6	7	7	True	94543	maximal	False	ISR0294_000000001314	0.9812959328725903		0	0	True	True	0.9983533620834351	3					non-mobilizable	no_good_hit	2405.0	80.915	46.0	0.2579390797148412	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
USA0057_01_000000002530	10951	0.744023022661233	19	9	6	7	7	True	94543	maximal	False	ISR0294_000000001314	0.5612859643783195		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2523.0	80.816	51.0	0.2705767984445885	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CHI0145_000000002594	6335	0.744020386272967	8	3	2	3	2	True	118231	fragment	False	CHI0115_000000001215	0.9506118029247941		0	0	False	False	1.0	0					non-mobilizable	other	6247.0	96.911	99.0	0.0012052131955552295	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0037_000000002524	7273	0.7440125387524439	7	5	3	5	4	False	117844	maximal	True	ISR0037_000000002524	1.0	PS794|PS796	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1987.0	99.446	65.0	0.0004194401424491376	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0398_000000014245	1607	0.7440068744500965	3	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.7980686351350995		0	0	False	False	0.9987554550170898	0					non-mobilizable	no_good_hit	206.0	80.583	13.0	5.7375541953975856e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0117_000000014999	1535	0.7440068744500965	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.6510691681568559		0	0	False	False	0.99869704246521	0					non-mobilizable	no_good_hit	222.0	81.98200000000001	14.0	0.08968058968058969	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	True	False
ENG0116_000000015746	1521	0.7440068744500965	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.6285846693645206		0	0	False	False	0.9993425607681274	0					non-mobilizable	no_good_hit	212.0	78.774	14.0	6.573169648768369e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
MON0062_000000024344	1478	0.7440068744500965	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.7257272237251462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	82.946	9.0	5.183595186521673e-05	NZ_KE148312.1	firmicutes	Oribacterium parvum ACB1 acqcx-supercont2.1, whole genome shotgun sequence	True	False
ISR0087_000000026203	1440	0.7440068744500965	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.7224146798813402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	79.87	11.0	0.006598081347397665	NZ_LWAG01000028.1	firmicutes	Bacillus endophyticus strain 3617_2C 3617_2C_contig_31, whole genome shotgun sequence	True	False
ISR0229_000000011380	1429	0.7440068744500965	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.6411438339089741		0	0	False	False	0.9958012700080872	0					non-mobilizable	no_good_hit	218.0	81.193	15.0	0.08722358722358722	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	True	False
ISR0141_000000022002	1407	0.7440068744500965	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.5938289262683183		0	0	False	False	0.9914712309837341	0					non-mobilizable	no_good_hit	206.0	82.039	15.0	5.7375541953975856e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0114_000000020603	1365	0.7440068744500965	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.5421274526222947		0	0	False	False	0.9963369965553284	0					non-mobilizable	no_good_hit	206.0	80.583	15.0	5.7375541953975856e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0045_000000021008	1256	0.7440068744500965	2	2	2	2	2	False	36220	fragment	False	ISR0045_000000021008	1.0		0	0	False	False	0.9952229261398315	0					non-mobilizable	no_good_hit	270.0	81.48100000000001	21.0	0.10933660933660934	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	True	False
ISR0800_000000012155	1127	0.7440068744500965	2	2	2	2	2	False	21873	maximal	True	ISR0800_000000012155	1.0		0	0	False	False	0.9982253909111023	0					non-mobilizable	no_good_hit	208.0	81.73100000000001	18.0	5.542909010579926e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0188_000000008387	2574	0.744003313685147	5	3	2	2	3	False	109854	fragment	False	ISR0188_000000008387	1.0		0	0	False	True	0.999611496925354	0					non-mobilizable	no_good_hit	261.0	80.46	10.0	0.025122669283611385	NZ_CABJDZ010000017.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0385_000000007836	2738	0.7440032573948481	3	3	2	3	2	False	49978	fragment	False	ISR0385_000000007836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	83.05799999999999	37.0	0.0028836768628647913	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
USA0061_01_000000006835	1589	0.7439996065943524	3	3	0	2	3	True	890	fragment	False	USA0061_01_000000006835	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1589.0	100.0	100.0	0.00030850454558523777	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	True
ISR0286_000000011521	1684	0.7439986524308752	2	2	2	1	1	False	26028	fragment	False	ISR0286_000000011521	1.0		0	0	False	False	0.9994061589241028	0					non-mobilizable	other	1684.0	98.99	100.0	0.01672779318364791	NZ_QSFT01000012.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf12, whole genome shotgun sequence	False	False
CHI0141_000000011016	2506	0.7439979091203053	4	3	2	2	3	False	80111	maximal	True	CHI0141_000000011016	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1488.0	99.664	59.0	0.00039258663373198345	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
SPA0007_000000014425	1786	0.7439961820790643	3	3	3	3	3	False	8202	maximal	True	SPA0007_000000014425	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	94.21799999999999	49.0	0.6717557251908397	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
MON0010_000000002674	6935	0.7439955363879095	5	5	4	5	3	False	76393	maximal	True	MON0010_000000002674	1.0		65	11	False	False	1.0	0					non-mobilizable	other	6935.0	99.20700000000001	100.0	0.001856870971568772	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CHI0148_000000000522	17433	0.7439909478905887	19	16	9	10	13	True	112523	maximal	False	ENG0020_000000001052	0.9497267759562842		0	0	False	False	1.0	0					non-mobilizable	other	16806.0	97.98899999999999	98.0	0.2036308917042862	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0096_000000013107	2679	0.7439805076671504	4	4	4	4	4	False	15212	maximal	True	MON0096_000000013107	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1432.0	74.30199999999999	53.0	0.0002470896747091097	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
MAD0031_000000004364	3051	0.7439651732204428	4	4	3	3	1	False	120383	fragment	False	FIJ0082_000000009334	0.9395551257253385		0	0	False	False	1.0	0					non-mobilizable	other	2728.0	88.85600000000001	98.0	0.01552	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0097_000000011528	2700	0.7439651732204428	4	4	3	3	1	False	120382	fragment	False	FIJ0097_000000011528	0.9756645451141894		0	0	False	False	1.0	0					non-mobilizable	other	2690.0	88.99600000000001	99.0	0.015297142857142856	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0795_000000003417	2671	0.7439651732204428	4	4	3	3	1	False	120382	fragment	False	FIJ0097_000000011528	0.9685185185185186		0	0	False	False	1.0	0					non-mobilizable	other	2583.0	87.921	96.0	0.014622857142857142	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0043_000000003702	2110	0.7439651732204428	4	4	3	3	1	False	120375	fragment	False	ISR0822_000000002788	0.9031235543671842		0	0	False	False	1.0	0					non-mobilizable	other	2121.0	91.655	100.0	0.01208	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0399_000000001403	8051	0.7439607704691852	8	7	6	6	7	False	126799	maximal	True	ISR0399_000000001403	1.0		1	1	False	False	0.9980126619338989	0					non-mobilizable	no_good_hit	2730.0	77.07	33.0	0.08321926331508213	NZ_CABMLE010000021.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	False
MON0069_000000037921	1389	0.7439553614596782	2	1	1	1	1	False	109833	fragment	False	USA0052_01_000000010759	0.9245936723560411		0	0	False	False	0.9848812222480774	0					non-mobilizable	other	1389.0	93.37700000000001	99.0	0.0955912934978511	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
FIJ0003_000000014802	1587	0.7439485910020994	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.09214412949754824		0	0	False	False	1.0	0					non-mobilizable	other	1590.0	95.40899999999999	100.0	0.0004746114305943625	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ENG0067_000000008867	3234	0.7439481208298654	5	4	4	3	3	False	114360	maximal	True	ENG0067_000000008867	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	98.15299999999999	59.0	0.00022604181805787956	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
CHI0125_000000004846	3196	0.7439455383641244	4	4	4	4	3	False	97305	maximal	True	CHI0125_000000004846	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1729.0	76.171	54.0	0.0005076299987412908	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0182_000000004918	5060	0.743944984773306	1	1	1	1	1	False	77383	fragment	False	CHI0182_000000004918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0010_000000003973	3260	0.7439431724221801	6	4	2	4	1	False	101189	fragment	False	TAN0010_000000003973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	94.249	9.0	8.269469465517513e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0132_000000023002	1321	0.7439414270605355	2	1	0	1	0	True	80840	fragment	False	CHI0132_000000023002	0.971803018268467		0	0	False	False	0.993943989276886	0					non-mobilizable	no_good_hit								True	True
SPA0023_000000013018	2088	0.7439398279284976	3	3	3	3	3	False	95292	fragment	False	ISR0384_000000006469	0.8122253211559557		0	0	False	False	1.0	0					non-mobilizable	chromosome	2088.0	98.946	100.0	0.0006049827737894909	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0006_000000003840	11406	0.7439369323827607	15	9	5	7	8	True	125405	maximal	True	CAN0006_000000003840	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3300.0	98.60600000000001	62.0	0.0009271244752430505	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0109_000000006915	3928	0.7439361549676277	8	3	3	2	2	True	106991	fragment	False	FIJ0109_000000006915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	79.41199999999999	15.0	0.00016893001343647619	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
ISR0370_000000014643	1825	0.7439315010518294	3	3	3	2	2	False	117885	fragment	False	ISR0122_000000008533	0.5825642902127175		0	0	False	False	0.9972602725028992	0					non-mobilizable	chromosome	1827.0	91.899	100.0	0.0005749204204862049	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0107_000000010011	2696	0.743930671735241	2	2	2	2	2	False	42288	maximal	True	FIJ0107_000000010011	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1645.0	94.711	61.0	0.0004434327208463941	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0062_000000013938	2799	0.7439293238357094	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9913382462773902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	93.0	42.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0102_000000006613	2765	0.7439293238357094	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9896664192678717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	93.0	41.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0040_000000009863	2760	0.7439293238357094	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9894748712136336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	93.0	41.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
USA0024_01_000000008621	2759	0.7439293238357094	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9731101313909366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	95.111	41.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0116_000000008520	2759	0.7439293238357094	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9836597336914015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	93.667	41.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0135_000000007486	2726	0.7439293238357094	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9569969933706137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	95.111	40.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0089_000000014410	2724	0.7439293238357094	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9800029981186851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	93.0	40.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0185_000000008325	2488	0.7439268509227702	4	2	2	2	2	False	104127	maximal	False	CHI0047_000000005242	0.6337975159954836		0	0	False	False	1.0	0					non-mobilizable	other	2488.0	99.156	100.0	0.0005774221634923612	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0077_000000006793	4223	0.7439219219368496	6	2	2	2	1	True	5705	maximal	True	SPA0077_000000006793	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00018791367106755846	NZ_ANCA01000004.1	firmicutes	Weissella ceti NC36 contig_4, whole genome shotgun sequence	True	True
SPA0027_000000021407	1751	0.7439049017925619	3	3	3	3	2	False	87342	fragment	False	FIJ0094_000000010862	0.9705258467023173		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	98.73899999999999	99.0	0.008135928859662233	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0264_000000005408	1974	0.7439025710915225	3	2	2	2	1	False	115332	fragment	False	ISR0238_000000006823	0.9552594002855783		0	0	False	False	0.9746707081794739	0					non-mobilizable	other	1254.0	99.522	98.0	0.015582057627498041	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0080_01_000000021801	1962	0.7439002591657187	4	3	3	3	3	False	50216	fragment	False	USA0080_01_000000021801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	3.0	0.00013713295882402472	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	True	False
FIJ0016_000000009909	1864	0.7439002591657187	4	3	3	3	3	False	50215	fragment	False	FIJ0016_000000009909	1.0		0	0	False	False	0.9844420552253723	0					non-mobilizable	no_good_hit								True	False
FIJ0132_000000018570	1783	0.7438971238435206	3	3	3	2	2	False	117340	fragment	False	ISR0398_000000010638	0.6660027019453116		0	0	False	False	0.9938306212425232	0					non-mobilizable	other	1783.0	99.15899999999999	100.0	0.014427163872179538	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0073_01_000000003526	5711	0.7438945388805696	7	6	2	5	5	False	117841	maximal	True	USA0073_01_000000003526	1.0	PS794|PS796	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2113.0	89.399	58.0	0.00029669033602509475	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
MON0066_000000018092	1889	0.7438868870740903	2	1	1	1	1	False	94909	maximal	True	MON0066_000000018092	1.0		6	3	False	False	0.9809423089027405	0					non-mobilizable	no_good_hit	1318.0	75.721	69.0	0.007379468678255166	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
FIJ0081_000000019383	1851	0.7438868870740903	1	1	1	1	1	False	44256	maximal	True	FIJ0081_000000019383	1.0		43	9	False	False	0.9929767847061157	0					non-mobilizable	no_good_hit	1394.0	73.888	74.0	0.01767542206568499	NZ_WHJC01000001.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig001, whole genome shotgun sequence	True	False
SPA0001_000000020824	1612	0.7438868870740903	1	1	1	1	1	False	56818	fragment	False	ISR0049_000000017620	0.9754690823513427		0	0	False	False	0.996277928352356	0					non-mobilizable	no_good_hit	1219.0	73.175	78.0	0.000365072506613907	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
FIJ0058_000000027496	1517	0.7438868870740903	2	1	1	1	1	False	45986	maximal	True	FIJ0058_000000027496	1.0		21	5	False	False	0.999340832233429	0					non-mobilizable	no_good_hit	813.0	72.694	52.0	0.010242218112690264	NZ_QGGI01000015.1	thermotogales	Oceanotoga teriensis strain DSM 24906 Ga0215701_115, whole genome shotgun sequence	True	False
MON0007_000000044644	1455	0.7438868870740903	1	1	1	1	1	False	13924	maximal	True	MON0007_000000044644	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	75.20100000000001	76.0	0.0002657500983589147	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	False
SPA0008_000000021909	1397	0.7438868870740903	1	1	1	1	1	False	102321	fragment	False	MON0043_000000020503	0.9760006868600244		0	0	False	False	1.0	0					non-mobilizable	other	1397.0	99.069	100.0	0.006563018612457512	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
MON0031_000000023540	1359	0.7438868870740903	1	1	1	1	1	False	12431	maximal	True	MON0031_000000023540	1.0		3	2	False	False	0.9911699891090393	0					non-mobilizable	other	1369.0	76.333	100.0	0.003550512924653137	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
MON0008_000000027960	1335	0.7438868870740903	1	1	1	1	1	False	102321	fragment	False	MON0043_000000020503	0.953340493394261		0	0	False	False	0.9752808809280396	0					non-mobilizable	other	1335.0	99.32600000000001	100.0	0.0003992002827319544	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0113_000000003009	4750	0.743886401431165	8	4	1	2	4	False	32594	maximal	True	ISR0113_000000003009	1.0		1	1	True	True	0.9995789527893066	17					non-mobilizable	no_good_hit	974.0	73.819	20.0	0.2272619891330026	NZ_RBCK01000006.1	firmicutes	Streptococcus chosunense strain ChDC B353 KCOM1699_6, whole genome shotgun sequence	True	True
AST0092_000000003663	4729	0.743886401431165	7	4	1	2	4	False	120474	maximal	True	AST0092_000000003663	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	160.0	95.0	3.0	0.03783012134189864	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	True	True
ENG0177_000000006594	4009	0.743886401431165	8	4	1	2	4	False	55539	maximal	True	ENG0177_000000006594	0.9818518518518519		1	1	True	True	0.9937640428543091	10					non-mobilizable	no_good_hit	160.0	95.0	4.0	0.03783012134189864	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	True	True
MAD0047_000000008025	4621	0.7438851480145168	9	4	4	3	1	False	17691	fragment	False	MAD0047_000000008025	1.0		0	0	False	False	0.9995672106742859	0					non-mobilizable	no_good_hit								True	False
CHI0077_000000002044	6909	0.7438838872768192	6	5	5	5	4	False	99189	maximal	True	CHI0077_000000002044	1.0		6	3	False	False	0.9968157410621643	0					non-mobilizable	chromosome	4871.0	97.96799999999999	99.0	0.0019222406293246945	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0106_000000004021	8234	0.7438832753640323	9	7	6	7	4	True	64044	maximal	True	MON0106_000000004021	1.0		3	2	False	False	0.9917415380477905	0					non-mobilizable	no_good_hit	1371.0	97.009	17.0	0.0645298138109828	NZ_CABMGA010000026.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0102_000000023240	1249	0.7438791306654747	2	2	2	2	2	False	60350	maximal	True	ENG0102_000000023240	1.0		27	7	False	False	1.0	0					non-mobilizable	other	1180.0	70.593	93.0	0.005331870041383725	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	False	False
MON0070_000000004652	5326	0.7438725828429186	4	4	4	3	3	True	131603	fragment	False	ISR0140_000000005054	0.6340138388517184		0	0	False	False	1.0	0					non-mobilizable	chromosome	5326.0	99.531	100.0	0.0022015412445251363	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
ISR0261_000000008089	2255	0.7438679872648007	4	4	3	3	2	False	120375	fragment	False	ISR0822_000000002788	0.7168924948959423		0	0	False	False	1.0	0					non-mobilizable	other	2272.0	88.16	99.0	0.012862857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0150_000000003247	5382	0.7438672356156101	5	3	3	2	3	False	125517	fragment	False	USA0125_01_000000004163	0.8620861186880826		0	0	False	False	0.9990710020065308	0					non-mobilizable	no_good_hit	2290.0	82.48899999999999	63.0	0.0009991126792177549	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0207_000000010722	1732	0.7438592142374847	3	2	1	2	1	True	80847	fragment	False	ENG0210_000000013723	0.7876148055958123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	76.883	44.0	0.00021527049046261797	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0085_000000007172	1883	0.7438538663095321	3	3	3	3	2	False	5540	maximal	True	SPA0085_000000007172	1.0		1	1	False	False	0.9904407858848572	0					non-mobilizable	no_good_hit	1408.0	99.07700000000001	75.0	0.0006149862578763699	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
ISR0370_000000021438	1260	0.7438486455098547	2	2	1	2	1	False	23507	maximal	True	ISR0370_000000021438	1.0		16	4	False	False	0.9936507940292358	0					non-mobilizable	no_good_hit								True	False
ISR0106_000000002270	8840	0.7438456376031567	10	5	4	4	4	False	38658	fragment	False	ISR0106_000000002270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0001_01_000000015380	1123	0.7438444318838274	2	2	2	2	1	True	2262	fragment	False	USA0001_01_000000015380	1.0		0	0	False	False	0.9750667810440063	0					non-mobilizable	no_good_hit	401.0	71.82	35.0	0.0001342205709505229	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
SPA0102_000000005013	7396	0.7438284443940089	6	5	5	5	4	False	132486	fragment	False	ISR0176_000000003732	0.9472182847039533		0	0	False	False	0.9991887211799622	0					non-mobilizable	no_good_hit	1320.0	83.712	69.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0262_000000014166	1221	0.7438203252872049	2	1	1	1	1	False	26657	fragment	False	ISR0262_000000014166	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	99.427	100.0	0.026206689150001072	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0101_000000015014	1857	0.7438192418771594	3	3	3	3	3	False	99887	fragment	False	ISR0346_000000011693	0.5737920974552855		0	0	False	False	0.9978460073471069	0					non-mobilizable	other	1836.0	98.529	99.0	0.005811889973380656	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0088_000000000150	38760	0.7438148601470824	57	8	3	7	5	True	15939	maximal	True	MAD0088_000000000150	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1856.0	98.16799999999999	5.0	0.016087627703675438	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
USA0004_01_000000009860	2488	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9894937893022002		0	0	False	False	1.0	0					non-mobilizable	other	2490.0	99.92	100.0	0.00048181426979392326	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0011_000000010842	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.988164903271618		0	0	False	False	1.0	0					non-mobilizable	chromosome	2486.0	98.23	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0117_000000009130	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9894391234730087		0	0	False	False	0.9995979070663452	0					non-mobilizable	other	2489.0	99.92	100.0	0.0004816206923452314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0020_01_000000014043	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9896687908646119		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	99.92	100.0	0.0004814853765763756	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0135_000000009282	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.988164903271618		0	0	False	False	1.0	0					non-mobilizable	chromosome	2486.0	98.23	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0004_000000010571	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9894391234730087		0	0	False	False	0.9991958141326904	0					non-mobilizable	other	2489.0	99.92	100.0	0.0004816206923452314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0066_000000004874	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9824889639411933		0	0	False	False	1.0	0					non-mobilizable	chromosome	2486.0	98.029	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0059_000000005023	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9825509876096916		0	0	False	False	1.0	0					non-mobilizable	chromosome	2486.0	98.029	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0034_000000008297	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9894391234730087		0	0	False	False	1.0	0					non-mobilizable	other	2489.0	99.92	100.0	0.0004816206923452314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0153_000000010675	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9892694851606969		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	99.87899999999999	100.0	0.0004814853765763756	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0125_000000013924	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9896687908646119		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	99.92	100.0	0.0004814853765763756	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0016_000000009116	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9896687908646119		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	99.92	100.0	0.0004814853765763756	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0036_01_000000014033	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9890567422829089		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	99.79899999999999	100.0	0.0004814853765763756	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0106_000000015768	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9824889639411933		0	0	False	False	0.9995979070663452	0					non-mobilizable	chromosome	2486.0	98.029	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
USA0125_01_000000009719	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9890622537729968		0	0	False	False	1.0	0					non-mobilizable	other	2489.0	99.87899999999999	100.0	0.0004816206923452314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0011_000000017620	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9896687908646119		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	99.92	100.0	0.0004814853765763756	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0057_01_000000012839	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9890452695886389		0	0	False	False	1.0	0					non-mobilizable	other	2489.0	99.87899999999999	100.0	0.0004816206923452314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0228_000000010544	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9886629480690828		0	0	False	False	1.0	0					non-mobilizable	other	2489.0	99.839	100.0	0.0004816206923452314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0394_000000007574	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9896687908646119		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	99.92	100.0	0.0004814853765763756	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0315_000000003728	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9889292110409683		0	0	False	False	0.9991958141326904	0					non-mobilizable	chromosome	2486.0	98.27	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
DEN0085_000000012282	2487	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.98932288000461		0	0	False	False	1.0	0					non-mobilizable	chromosome	2486.0	98.311	100.0	0.00045067380632674177	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0098_000000003573	2485	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9883677264457168		0	0	False	False	1.0	0					non-mobilizable	other	2485.0	99.759	100.0	0.0004810980190730961	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0065_000000005281	2484	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.988036504004231		0	0	False	False	1.0	0					non-mobilizable	chromosome	2485.0	98.229	100.0	0.00045049237564786626	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0813_000000012261	2483	0.7438043686634208	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9879741903241979		0	0	False	False	1.0	0					non-mobilizable	other	2483.0	99.758	100.0	0.00048071066156981664	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0795_000000007936	1489	0.7438028630599519	2	2	2	1	1	False	29581	fragment	False	ISR0181_000000012643	0.9543046357615894		0	0	False	False	0.9785090684890747	0					non-mobilizable	chromosome	938.0	86.67399999999999	94.0	0.0002083079254043978	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0104_000000008802	2878	0.7437972277064699	3	2	1	2	0	True	51143	fragment	False	FIJ0104_000000008802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0398_000000001563	12293	0.7437896312306819	7	7	5	6	5	True	68653	fragment	False	ISR0398_000000001563	1.0		0	0	False	True	0.9988611340522766	0					non-mobilizable	no_good_hit	3467.0	97.54799999999999	76.0	0.020947914274317348	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
FIJ0033_000000033850	1170	0.7437851167379842	1	1	1	1	1	False	85613	fragment	False	SPA0112_000000025384	0.8619306669139334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1180.0	94.322	100.0	0.00032969945571601736	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0160_000000022482	1432	0.7437844924706106	2	1	1	1	1	False	104348	fragment	False	ENG0147_000000010093	0.8598003231367222		0	0	False	False	0.9685754179954529	0					non-mobilizable	chromosome	1432.0	99.23200000000001	100.0	0.0003983714375195741	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0041_000000014092	2381	0.7437836395587633	4	4	2	3	3	False	122173	fragment	False	ENG0128_000000010848	0.6243721913825007		0	0	False	False	0.998740017414093	0					non-mobilizable	other	2383.0	95.88799999999999	100.0	0.041271989174560215	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
CAN0009_000000025628	1137	0.7437768397891651	1	1	1	1	1	False	94680	fragment	False	CAN0009_000000025628	1.0		0	0	False	False	0.9920844435691833	0					non-mobilizable	no_good_hit	404.0	77.723	35.0	0.0015741065450951637	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0024_000000007669	3576	0.7437712375793529	5	4	3	3	4	False	131849	maximal	True	ENG0024_000000007669	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	2016.0	96.726	99.0	0.0005399863221330612	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CAN0009_000000003679	5460	0.7437580558283352	3	3	3	3	3	False	94829	maximal	True	CAN0009_000000003679	1.0		3	3	False	False	0.992490828037262	0					non-mobilizable	other	4470.0	99.73200000000001	99.0	0.0014750810650950073	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
ISR0839_000000007740	2446	0.7437463616113278	4	4	4	3	2	False	25312	fragment	False	ISR0839_000000007740	1.0		0	0	False	False	0.9934586882591248	0					non-mobilizable	no_good_hit	696.0	95.402	79.0	0.004526655160061224	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
FIJ0067_000000022437	1446	0.7437459026392484	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.8290429166510616		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	79.51	93.0	0.00036332476621313026	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
MAD0014_000000011210	2785	0.7437430653430921	4	4	4	4	3	False	114322	maximal	False	FIJ0105_000000011878	0.9153581013752868		0	0	False	False	0.9863554835319519	0					non-mobilizable	other	2844.0	89.381	99.0	0.005125004284366482	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0018_000000011896	3106	0.743742737441683	5	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.6466977429250258		0	0	False	False	1.0	0					non-mobilizable	other	3115.0	99.42200000000001	100.0	0.0010979777675368804	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
USA0036_01_000000005195	7569	0.7437367955188366	7	7	7	7	7	False	125056	fragment	False	CHI0172_000000000825	0.4475720618040594		0	0	False	False	1.0	0					non-mobilizable	other	7569.0	99.51100000000001	100.0	0.027358974915215016	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0185_000000002459	7408	0.7437367955188366	7	7	7	7	7	False	125056	fragment	False	CHI0172_000000000825	0.4091534008810622		0	0	False	False	1.0	0					non-mobilizable	other	7409.0	99.649	100.0	0.02678410019451736	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0013_01_000000001715	7251	0.7437367955188366	7	7	7	7	7	False	125056	fragment	False	CHI0172_000000000825	0.36900466352660033		0	0	False	False	0.9998620748519897	0					non-mobilizable	other	7251.0	99.79299999999999	100.0	0.026212841038100815	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0105_000000018125	1788	0.7437356274924151	3	3	3	3	3	False	57028	fragment	False	FIJ0105_000000018125	0.9562787441919287		0	0	False	False	0.998881459236145	0					non-mobilizable	no_good_hit	1380.0	79.493	76.0	0.0004344850948727858	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0334_000000011837	1786	0.7437330614169807	4	3	3	2	2	False	93798	maximal	True	ISR0334_000000011837	1.0	PS496	0	0	False	True	0.9938409924507141	0					non-mobilizable	no_good_hit	1313.0	80.655	74.0	0.00045191872821323065	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
SPA0079_000000016761	1552	0.7437319012224618	4	1	1	1	1	False	5644	fragment	False	SPA0079_000000016761	1.0		0	0	False	False	0.9967783689498901	0					non-mobilizable	no_good_hit								True	False
FIJ0128_000000019286	1373	0.7437161257733945	3	3	3	3	2	False	45858	fragment	False	FIJ0128_000000019286	1.0		0	0	False	False	0.9992716908454895	0					non-mobilizable	no_good_hit	33.0	100.0	5.0	4.987734070852944e-06	CP003169.1	high GC Gram+	Mycobacterium rhodesiae NBB3, complete genome	True	False
FIJ0082_000000009334	3102	0.7437101874538782	4	4	3	3	2	False	120383	fragment	False	FIJ0082_000000009334	0.9467387741724025		0	0	False	False	0.9970986247062683	0					non-mobilizable	other	2993.0	89.609	100.0	0.017028571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0142_000000002875	9228	0.7437090382109418	9	9	5	5	8	True	123499	maximal	True	FIJ0142_000000002875	1.0		29	8	False	False	1.0	0					non-mobilizable	chromosome	5261.0	99.829	100.0	0.0010293558189523584	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ENG0182_000000000722	24281	0.7437082614980111	25	12	6	12	8	True	109435	fragment	False	ENG0182_000000000722	1.0		0	0	False	False	0.9998764395713806	0					non-mobilizable	no_good_hit	225.0	76.0	1.0	0.0004657356188250337	NZ_QSGP01000005.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf5, whole genome shotgun sequence	True	True
DEN0041_000000024905	1367	0.7437039003838227	2	2	2	2	1	False	77654	fragment	False	DEN0041_000000024905	1.0		0	0	False	False	0.9839063882827759	0					non-mobilizable	no_good_hit								True	False
ISR0397_000000002793	7995	0.7436985856979454	9	9	7	8	9	False	100932	maximal	True	ISR0397_000000002793	0.9988143854564616		131	11	False	False	1.0	0					non-mobilizable	chromosome	2989.0	99.93299999999999	100.0	0.0005554410263092784	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0069_000000006097	3910	0.7436978180383522	6	4	3	4	4	False	99155	fragment	False	FIJ0069_000000006097	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2926.0	98.59899999999999	82.0	0.11099305581907183	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	True	False
ENG0203_000000006039	2774	0.7436962913141372	5	5	4	3	5	True	79823	fragment	False	ENG0203_000000006039	1.0		0	0	False	False	0.9971160888671875	0					non-mobilizable	other	2774.0	100.0	100.0	0.06064648762138046	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MAD0105_000000004970	5845	0.7436876119402904	4	4	4	4	2	True	16696	maximal	True	MAD0105_000000004970	1.0		3	1	False	False	0.9993156790733337	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	6.352251396701276e-06	NZ_FNLE01000003.1	high GC Gram+	Pseudarthrobacter chlorophenolicus strain A6, whole genome shotgun sequence	True	True
AST0102_000000027222	1152	0.7436848719324605	3	2	2	1	1	False	108066	fragment	False	AST0102_000000027222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	91.508	57.0	0.0080181838464971	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0104_000000016543	1635	0.7436828907595152	2	2	2	2	2	True	42487	fragment	False	USA0058_01_000000010867	0.9606741573033708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0134_000000010362	1447	0.7436792865084865	2	2	2	2	1	False	40625	fragment	False	FIJ0134_000000010362	1.0		0	0	False	False	0.9958534836769104	0					non-mobilizable	other	1371.0	99.781	95.0	0.00041248076469718644	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0145_000000010488	3051	0.7436758918447421	2	2	2	2	2	False	90983	maximal	False	CHI0003_000000003515	0.9799197536561112		0	0	False	False	1.0	0					non-mobilizable	chromosome	3051.0	98.197	100.0	0.0005421751855127946	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0139_000000006143	3051	0.7436758918447421	2	2	2	2	2	False	90983	maximal	False	CHI0003_000000003515	0.9809704150826613		0	0	False	False	0.9849230051040649	0					non-mobilizable	chromosome	3051.0	99.148	100.0	0.0005601559768091752	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
CHI0003_000000003515	3051	0.7436758918447421	2	2	2	2	2	False	90983	maximal	True	CHI0003_000000003515	0.9816660121305597		1099	13	False	False	1.0	0					non-mobilizable	chromosome	3051.0	99.115	100.0	0.0005421751855127946	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0807_000000004392	3049	0.7436758918447421	2	2	2	2	2	False	90983	maximal	False	CHI0003_000000003515	0.9773179970085115		0	0	False	False	1.0	0					non-mobilizable	chromosome	3049.0	99.574	100.0	0.000608341706015278	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0279_000000005067	3774	0.7436656247265175	6	4	1	2	3	True	120397	fragment	False	ISR0279_000000005067	0.9773572746357337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	79.817	3.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0358_000000004796	3757	0.7436656247265175	6	4	1	2	3	True	120397	fragment	False	ISR0279_000000005067	0.9754617384100431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	79.817	3.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
FIJ0113_000000005910	4236	0.7436647237763649	5	4	3	3	3	True	120633	fragment	False	FIJ0158_000000003938	0.9820984541733603		0	0	False	False	1.0	0					non-mobilizable	other	2694.0	99.70299999999999	90.0	0.5434914228052472	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0165_000000004267	4236	0.7436647237763649	5	4	3	3	3	True	120633	fragment	False	FIJ0158_000000003938	0.9820239163081248		0	0	False	False	0.9992917776107788	0					non-mobilizable	other	2694.0	99.62899999999999	90.0	0.5434914228052472	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
ENG0166_000000022696	1323	0.7436614285279712	2	2	2	2	2	True	56115	maximal	True	ENG0166_000000022696	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	72.316	83.0	0.034703081934352294	NZ_PDYG01000009.1	firmicutes	Agathobacter ruminis strain JK623 contig000009, whole genome shotgun sequence	True	True
ISR0063_000000005100	3963	0.7436593184887212	4	4	4	4	3	True	92484	fragment	False	ISR0063_000000005100	1.0		0	0	False	False	0.9989906549453735	0					non-mobilizable	no_good_hit	1491.0	82.428	56.0	0.00032510698885950673	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	True
MON0038_000000032129	1107	0.7436540958986471	3	1	1	1	1	False	38823	fragment	False	FIJ0170_000000014304	0.9766519823788546		0	0	False	False	0.9909665584564209	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	6.406408306501555e-05	NZ_KE387205.1	b-proteobacteria	Azohydromonas australica DSM 1124 H537DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ISR0183_000000009659	3510	0.7436527601115379	4	3	3	2	3	False	90869	fragment	False	CHI0004_000000001250	0.9595181383423199		0	0	False	False	0.9849002957344055	0					non-mobilizable	chromosome	3474.0	100.0	99.0	0.0006378431827732019	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
DEN0018_000000003499	8547	0.7436354884667697	8	5	4	4	4	False	75147	fragment	False	DEN0018_000000003499	1.0		0	0	False	False	0.9997659921646118	0					non-mobilizable	no_good_hit	1782.0	70.819	21.0	0.0003668364647680893	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
SPA0055_000000009722	3252	0.7436225267448601	4	4	4	4	3	False	95723	fragment	False	CAN0006_000000013289	0.9901342155915175		0	0	False	False	0.9996924996376038	0					non-mobilizable	no_good_hit	1991.0	83.375	66.0	0.0003689927835421411	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CAN0010_000000003741	3449	0.7436152526452423	4	3	3	3	3	False	128201	maximal	True	CAN0010_000000003741	1.0		1	1	False	False	0.9982603788375854	0					non-mobilizable	no_good_hit	2037.0	99.06700000000001	59.0	0.0005653953602034979	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0137_000000006261	2733	0.7436146448261898	5	5	4	4	2	True	57990	maximal	True	ENG0137_000000006261	1.0		0	0	False	False	0.9798756241798401	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	0.00016364670313260703	NZ_QKLW01000006.1	g-proteobacteria	Marinomonas alcarazii strain CECT 7730 Ga0244607_106, whole genome shotgun sequence	True	True
DEN0082_000000032592	1318	0.7436118205074104	2	2	2	2	2	False	69173	maximal	True	DEN0082_000000032592	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	419.0	73.508	31.0	0.00011525211399937363	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0350_000000010807	1789	0.7436030026618187	2	2	2	2	1	False	37419	fragment	False	ISR0350_000000010807	1.0		0	0	False	False	0.9877026081085205	0					non-mobilizable	other	1678.0	98.45100000000001	94.0	0.016327325864588408	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	False	False
FIJ0063_000000005604	4412	0.7436019067516195	6	3	1	3	1	False	100894	fragment	False	FIJ0063_000000005604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	73.26100000000001	19.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0007_000000006909	3475	0.7436019067516195	4	3	1	3	1	False	100893	fragment	False	ISR0141_000000010269	0.9726315989656978		0	0	False	False	0.9982733726501465	0					non-mobilizable	no_good_hit	188.0	88.83	5.0	0.00010874261383334668	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
ISR0141_000000010269	3415	0.7436019067516195	4	3	1	3	1	False	100893	fragment	False	ISR0141_000000010269	0.9726658435871759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	81.818	4.0	6.957188734499062e-05	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
ISR0195_000000007191	3183	0.7436019067516195	4	3	1	3	1	False	100893	fragment	False	ISR0141_000000010269	0.6952031369759877		0	0	False	False	0.9981150031089783	0					non-mobilizable	no_good_hit								True	False
AUS0014_000000010122	3022	0.7436019067516195	4	3	1	3	1	False	100893	fragment	False	ISR0141_000000010269	0.4655199497329563		0	0	False	False	0.9993382096290588	0					non-mobilizable	no_good_hit	834.0	72.902	27.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
FIJ0147_000000006992	2798	0.7436019067516195	4	3	1	3	1	False	76446	fragment	False	FIJ0147_000000006992	1.0		0	0	False	False	0.9964260458946228	0					non-mobilizable	no_good_hit	834.0	73.141	29.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0851_000000005149	2514	0.7436019067516195	4	3	1	3	1	False	76442	fragment	False	ISR0851_000000005149	1.0		0	0	False	False	0.999602198600769	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	3.0	0.013544822669755837	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0127_000000004490	4651	0.7436009968829571	4	3	2	3	2	True	93729	fragment	False	CAN0014_000000009968	0.9314794215795329		0	0	False	False	1.0	0					non-mobilizable	other	4525.0	90.939	99.0	0.005875153638271832	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0814_000000015854	2502	0.7436009932162216	4	4	3	4	3	False	125442	fragment	False	MON0070_000000010284	0.5381723353725822		0	0	False	False	0.9960032105445862	0					non-mobilizable	no_good_hit	1608.0	84.88799999999999	81.0	0.0004479726719892084	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0154_000000009803	3056	0.7435951401010983	5	4	4	4	4	False	56846	maximal	True	ENG0154_000000009803	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	80.76899999999999	3.0	2.0633814695523023e-05	NZ_CP009125.1	enterobacteria	Pectobacterium atrosepticum strain 21A chromosome, complete genome	True	False
ENG0097_000000003907	7707	0.7435924241090607	10	7	5	6	6	False	76592	maximal	True	ENG0097_000000003907	1.0		1	1	False	False	0.9990917444229126	0					non-mobilizable	no_good_hit	4248.0	84.911	71.0	0.025727342709466146	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
ENG0016_000000001386	15134	0.7435869591787102	19	9	8	8	6	True	85989	maximal	True	ENG0016_000000001386	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	6114.0	97.26899999999999	89.0	0.13189001948473694	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
AUS0016_000000015220	1863	0.7435757294753228	2	2	1	2	1	False	100298	fragment	False	AUS0016_000000015220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1302.0	73.502	68.0	0.030121049408883237	NZ_AUDW01000026.1	firmicutes	Gemella cuniculi DSM 15828 H612DRAFT_scaffold00018.18_C, whole genome shotgun sequence	True	False
FIJ0145_000000004212	3097	0.7435753321278479	3	1	0	1	1	False	51547	fragment	False	FIJ0145_000000004212	1.0		0	0	False	False	0.9996771216392517	0					non-mobilizable	no_good_hit	1608.0	93.346	59.0	0.275278940027894	LT599050.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-1	True	False
FIJ0007_000000013308	1395	0.7435753321278479	2	1	0	1	1	False	51546	fragment	False	FIJ0007_000000013308	1.0		0	0	False	False	0.9956989288330078	0					non-mobilizable	plasmid	1398.0	94.564	99.0	0.24267782426778242	LT599050.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-1	False	True
MON0057_000000004683	4610	0.7435658189916956	4	4	3	3	4	False	14645	maximal	True	MON0057_000000004683	1.0		28	4	False	False	1.0	0					non-mobilizable	no_good_hit	1612.0	78.722	34.0	0.00045352159950132605	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0301_000000002737	5546	0.7435646229318077	9	5	2	3	4	False	25574	maximal	True	ISR0301_000000002737	1.0		1	1	False	False	0.9917057156562805	0					non-mobilizable	no_good_hit	305.0	93.77	19.0	7.069047092451938e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0154_000000003490	8305	0.7435613557790646	12	7	3	5	6	False	52590	maximal	False	FIJ0102_000000003484	0.9957543792167489		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1566.0	71.648	18.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
ISR0212_000000030715	1183	0.7435578268636271	2	2	2	2	2	False	121055	fragment	False	MON0102_000000027913	0.11849032641050138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	72.892	83.0	0.0002794195380187528	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0047_000000002445	7907	0.7435576418503548	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.8220333663858986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	98.102	35.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0135_01_000000001724	7670	0.7435576418503548	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.811500187781799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2568.0	98.559	33.0	0.41557390318925047	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0084_000000014131	2444	0.7435565731466766	5	4	2	2	3	True	123556	backbone	False	ISR0826_000000002301	0.18192308352490547	PS902	0	0	False	True	0.9963175058364868	0	rep_cluster_1702				non-mobilizable	other	2444.0	99.427	100.0	0.0026804915514592933	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0096_000000014523	2295	0.7435565731466766	4	4	2	2	3	True	123556	backbone	False	ISR0826_000000002301	0.14640347325570952	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2296.0	99.085	100.0	0.0025181040157998685	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
AST0102_000000016228	1930	0.7435435823662286	3	3	1	3	1	True	108237	maximal	True	AST0102_000000016228	1.0		1	1	False	False	0.9994818568229675	0					non-mobilizable	no_good_hit								True	True
ENG0102_000000009677	2842	0.7435397579640497	5	3	2	3	2	False	60384	fragment	False	ENG0102_000000009677	1.0		0	0	False	False	0.9940183162689209	0					non-mobilizable	no_good_hit								True	False
ISR0096_000000013676	1728	0.7435397579640497	4	3	2	3	2	False	33345	fragment	False	ISR0096_000000013676	1.0		0	0	False	False	0.9976851940155029	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000019987	2030	0.743539585245985	2	2	2	2	2	False	95284	fragment	False	CAN0007_000000019987	0.6627997664279697		0	0	False	False	1.0	0					non-mobilizable	other	2030.0	97.586	100.0	0.0006309073679900997	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0041_01_000000006979	2923	0.7435355958344388	3	3	3	2	2	False	1288	maximal	True	USA0041_01_000000006979	1.0		344	12	False	False	1.0	0					non-mobilizable	other	2923.0	99.829	100.0	0.0006652569230432977	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
MAD0054_000000013308	1387	0.7435344676754259	2	2	2	2	2	False	17140	maximal	True	MAD0054_000000013308	1.0		123	8	False	False	0.9913482069969177	0					non-mobilizable	other	1386.0	97.11399999999999	99.0	0.00036859702391835403	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0041_000000006407	5481	0.7435318943780621	9	7	5	5	6	False	106528	maximal	True	FIJ0041_000000006407	0.952758811588854		21	3	False	False	0.9998175501823425	0					non-mobilizable	no_good_hit	4062.0	94.436	85.0	0.10116615169939201	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0048_000000000764	19296	0.7435272700892585	31	14	8	11	8	True	110434	maximal	True	ENG0048_000000000764	1.0		1	1	False	False	0.9999482035636902	0					non-mobilizable	no_good_hit	5693.0	97.91	75.0	0.03276233483474835	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0009_000000026010	1434	0.7435255666976776	3	2	2	1	1	False	8112	maximal	True	SPA0009_000000026010	1.0		4	3	False	False	0.9888424277305603	0					non-mobilizable	no_good_hit	140.0	82.14299999999999	10.0	0.0006826242450324246	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
MON0061_000000013896	3129	0.7435239277819413	5	1	1	1	1	False	28435	maximal	True	MON0061_000000013896	1.0		1	1	False	False	0.9162671566009521	0					non-mobilizable	other	1343.0	92.852	93.0	0.00036231697922815126	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0012_000000008473	2760	0.7435225627167608	5	3	1	3	2	False	38190	maximal	True	ISR0012_000000008473	1.0		6	3	False	False	1.0	0					non-mobilizable	chromosome	2760.0	100.0	100.0	0.0005260731300760146	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
AST0010_000000020034	1505	0.7435173876859611	1	1	1	1	1	False	125999	fragment	False	TAN0009_000000021935	0.4254621418908263		0	0	False	False	0.9906976819038391	0					non-mobilizable	no_good_hit	1223.0	90.59700000000001	81.0	0.0023933269799475353	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
SPA0138_000000002101	8606	0.7435115814720387	15	8	2	6	5	False	63093	maximal	True	SPA0138_000000002101	1.0		0	0	False	False	0.9998838305473328	0					non-mobilizable	no_good_hit	5190.0	99.094	67.0	0.08922399711126777	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MAD0067_000000000882	9311	0.7435087308470285	11	2	1	2	2	True	17473	fragment	False	MAD0067_000000000882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0171_000000005687	4276	0.7434881786257207	4	1	1	1	1	False	109226	maximal	False	ISR0393_000000003927	0.999884606508193		0	0	True	True	0.9941534399986267	19					non-mobilizable	no_good_hit								True	True
ISR0157_000000010236	2975	0.7434881786257207	3	1	1	1	1	False	109225	fragment	False	ISR0157_000000010236	1.0		0	0	False	False	0.9915966391563416	0					non-mobilizable	no_good_hit								True	False
AST0094_000000011599	1937	0.7434881786257207	2	1	1	1	1	False	109224	fragment	False	AST0094_000000011599	1.0		0	0	False	False	0.9994837641716003	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000004083	6447	0.7434826142844523	6	3	3	2	1	False	51993	maximal	True	FIJ0052_000000004083	1.0		4	1	False	False	0.9989142417907715	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	1.2187563738269918e-05	NZ_JQCR01000002.1	firmicutes	Paenibacillus wynnii strain DSM 18334 unitig_2, whole genome shotgun sequence	True	False
ISR0824_000000007499	2702	0.7434803662275027	4	4	4	4	3	False	102368	maximal	True	ISR0824_000000007499	0.9960127591706539		185	12	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	73.35300000000001	44.0	0.009752591139129843	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0082_01_000000018100	1650	0.7434772357059927	2	2	2	2	1	False	526	maximal	True	USA0082_01_000000018100	1.0		1	1	False	False	0.9872727394104004	0					non-mobilizable	no_good_hit	436.0	84.404	26.0	0.022999520843315763	MK231447.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_10-CL08_c13 sequence	True	False
ISR0153_000000001961	12101	0.743474557358955	16	7	5	7	4	True	121714	fragment	False	ISR0153_000000001961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	92.935	3.0	0.0012219184119066934	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
FIJ0144_000000003527	8512	0.743473325637058	9	4	3	4	2	True	66024	fragment	False	FIJ0163_000000002840	0.9598039215686274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	97.473	3.0	0.0014405912687642233	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	True
MAD0024_000000011135	1412	0.7434687134453346	1	1	1	1	1	False	19179	fragment	False	MAD0024_000000011135	1.0		0	0	False	False	0.9992917776107788	0					non-mobilizable	other	1412.0	99.575	100.0	0.0022606636513803507	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ISR0328_000000021395	1365	0.7434687134453346	1	1	1	1	1	False	32444	fragment	False	MON0008_000000026257	0.9493447965130869		0	0	False	False	0.997802197933197	0					non-mobilizable	other	1365.0	99.414	100.0	0.027535529715762275	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0055_000000006745	2121	0.7434464451028477	5	4	2	3	2	True	64703	fragment	False	ENG0042_000000011139	0.6387208297320657		0	0	False	False	0.99858558177948	0					non-mobilizable	no_good_hit								True	True
SPA0017_000000004951	2452	0.7434442102360244	3	2	2	1	1	False	7836	maximal	True	SPA0017_000000004951	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	93.87799999999999	24.0	0.00015302915233796118	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
TAN0007_000000029945	1402	0.7434441809446122	3	2	2	2	2	False	70154	fragment	False	FIJ0114_000000020799	0.4895664559061139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	74.217	29.0	0.0002864139746991394	NZ_NFEZ01000003.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_2_length_1389597_cov_52.4089, whole genome shotgun sequence	True	False
ISR0781_000000007273	3562	0.7434375676757485	6	4	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.2966051100601636		0	0	False	False	1.0	0					non-mobilizable	other	3562.0	99.27	100.0	0.3203490464195754	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0264_000000003301	2994	0.7434375676757485	6	4	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.15256500317723573		0	0	False	False	1.0	0					non-mobilizable	other	2994.0	100.0	100.0	0.26925152932709606	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0039_000000024978	1494	0.7434371674647551	3	3	2	3	3	False	60418	fragment	False	ISR0039_000000024978	0.9965050565829005		0	0	False	False	0.9986613392829895	0					non-mobilizable	chromosome	1455.0	72.37100000000001	94.0	0.0006613219910548972	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0055_000000003002	4866	0.7434352788573267	6	5	5	5	4	True	89290	fragment	False	SPA0134_000000005699	0.8249385205646053		0	0	False	False	0.9983559250831604	0					non-mobilizable	plasmid	4535.0	98.787	100.0	0.04211377128682516	CP052219.1	enterobacteria	Klebsiella pneumoniae strain E17KP0053 plasmid pE17KP0053-2, complete sequence	False	True
ITA0006_000000016262	1406	0.7434257792212693	1	1	1	1	1	False	97092	maximal	True	ITA0006_000000016262	0.9972868217054264		297	14	False	False	0.9786628484725952	0					non-mobilizable	no_good_hit	1223.0	75.307	86.0	0.00022034620898165328	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
CHI0151_000000021922	1104	0.7434244960526972	1	1	1	1	1	False	79410	fragment	False	CHI0151_000000021922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000023178	1463	0.7434107252866352	3	2	2	2	2	False	94762	fragment	False	FIJ0028_000000015259	0.5681685683781884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	83.333	33.0	6.113607082387933e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0151_000000012624	1523	0.7434039689010887	2	1	1	1	1	False	38074	fragment	False	SPA0151_000000012624	0.9845209611009889		0	0	False	False	0.9986867904663086	0					non-mobilizable	other	1381.0	78.566	90.0	0.005243138052669356	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
SPA0052_000000017941	1510	0.7434039689010887	2	1	1	1	1	False	38074	fragment	False	SPA0151_000000012624	0.9844623156896397		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	78.843	90.0	0.00048760695575990207	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
MAD0063_000000000127	38065	0.7434021080498636	42	13	8	10	7	True	16742	maximal	True	MAD0063_000000000127	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1956.0	89.98	5.0	0.0005800571899198417	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
ISR0267_000000008081	2111	0.7434000581582595	4	2	2	2	1	True	26536	fragment	False	ISR0267_000000008081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0024_000000002045	12341	0.7433941577104867	15	9	7	6	9	False	12957	maximal	True	MON0024_000000002045	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	77.368	15.0	0.011032884769628375	NZ_JXQL01000068.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig68, whole genome shotgun sequence	True	False
SPA0151_000000010438	1803	0.7433900706588736	3	3	2	3	1	False	3242	fragment	False	USA0023_01_000000016002	0.9646017699115045		0	0	False	False	0.9900166392326355	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000013679	2809	0.7433876737705698	4	4	4	4	1	False	62983	fragment	False	ENG0064_000000008003	0.9907659463084949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	74.458	48.0	0.0002824174757886547	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0117_000000008024	2808	0.7433876737705698	4	4	4	4	1	False	62983	fragment	False	ENG0064_000000008003	0.99093929573212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	74.458	48.0	0.0002824174757886547	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0016_000000000574	7287	0.7433869835766614	13	6	2	5	2	False	75387	maximal	True	DEN0016_000000000574	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	90.323	1.0	0.005420295006220011	NZ_JAAITU010000067.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_67_length_11254_cov_178.027, whole genome shotgun sequence	True	False
FIJ0123_000000023149	1471	0.7433861061041941	2	2	2	2	1	False	41305	fragment	False	FIJ0123_000000023149	1.0		0	0	False	False	0.9952413439750671	0					non-mobilizable	other	1487.0	76.732	100.0	0.0032032666279458613	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0809_000000004673	1379	0.7433833046176977	2	2	2	2	2	False	30232	fragment	False	ISR0227_000000017033	0.6281702898550724		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	99.42	100.0	0.00039117677783884197	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0119_000000022708	1390	0.7433792658816717	3	1	1	1	1	False	4204	maximal	True	SPA0119_000000022708	1.0		9	5	False	False	0.9856114983558655	0					non-mobilizable	no_good_hit	751.0	97.736	88.0	0.010257111597374179	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	True	False
ENG0187_000000019713	1541	0.7433753421496797	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.21378657161292688		0	0	False	False	1.0	0					non-mobilizable	chromosome	1541.0	97.469	100.0	0.0005434232204742108	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0038_000000004724	5763	0.7433714536292894	4	2	0	2	0	True	95632	fragment	False	ISR0038_000000004724	0.9882464454976303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	100.0	2.0	0.0019570030712091993	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	True
CAN0006_000000021684	2092	0.7433714536292894	3	2	0	2	0	True	95630	fragment	False	CAN0006_000000021684	1.0		0	0	False	False	0.9923518300056458	0					non-mobilizable	no_good_hit								True	True
ISR0009_000000004651	6195	0.7433680037098853	4	4	3	4	4	False	127867	fragment	False	ISR0009_000000004651	0.9928807947019868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	94.652	19.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0032_000000026341	1218	0.7433645639291765	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.19767592272908696		0	0	False	False	0.9704433679580688	0					non-mobilizable	chromosome	1222.0	90.671	100.0	0.00041064485716122556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0098_000000001656	17050	0.7433580268330061	25	8	1	8	1	False	18183	maximal	True	MAD0098_000000001656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0197_000000000869	18649	0.7433574430399694	13	6	4	6	2	True	72987	fragment	False	DEN0045_000000001057	0.9445808673796751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0105_000000012141	2546	0.743352174743459	4	3	2	3	3	False	130225	fragment	False	ISR0207_000000010620	0.9607504531351084		0	0	False	False	0.9960722923278809	0					non-mobilizable	other	2549.0	98.47	100.0	0.008144790594492997	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0121_01_000000003565	11609	0.7433502590434435	12	9	8	9	7	False	68032	maximal	True	USA0121_01_000000003565	1.0		2	2	False	False	0.9998277425765991	0					non-mobilizable	no_good_hit	1665.0	79.76	14.0	0.008866228364417012	NC_014390.1	firmicutes	Butyrivibrio proteoclasticus B316 plasmid pCY186, complete sequence	True	False
SPA0139_000000003397	6565	0.7433444761906809	8	4	2	4	2	False	122858	fragment	False	ISR0076_000000002357	0.23809831365531983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	91.31700000000001	5.0	0.00012174091627506672	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0009_000000012229	3047	0.7433423956939662	4	2	2	2	1	False	51283	maximal	True	FIJ0009_000000012229	1.0		15	1	False	False	0.9996718168258667	0					non-mobilizable	no_good_hit	815.0	94.601	26.0	0.005383660490835828	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
ISR0012_000000016872	1347	0.7433417368392604	3	2	2	2	2	True	54116	fragment	False	ENG0202_000000015072	0.9756936458794044		0	0	False	False	0.9992576241493225	0					non-mobilizable	other	1347.0	98.738	100.0	0.007752830992892278	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0193_000000000345	41182	0.7433402151916321	41	16	11	14	7	True	62838	maximal	True	ISR0193_000000000345	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	72.21	1.0	0.00018932929547977405	NZ_CP053839.1	e-proteobacteria	Arcobacter lanthieri strain LMG 28516 chromosome, complete genome	True	True
ENG0109_000000008666	2857	0.7433365381958801	6	5	4	4	4	False	69801	fragment	False	ENG0109_000000008666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	94.118	3.0	0.0017039576444814086	NZ_QEKJ01000019.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_119, whole genome shotgun sequence	True	False
ISR0824_000000006193	3112	0.7433327062858841	4	4	4	4	3	False	101416	maximal	True	ISR0824_000000006193	0.9981648314981648		34	8	False	False	0.9877892136573792	0					non-mobilizable	other	3100.0	89.194	99.0	0.04865365884312062	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MON0017_000000007848	2486	0.7433272385181594	4	3	3	3	3	False	121862	fragment	False	FIJ0014_000000008762	0.619886337069675		0	0	False	False	1.0	0					non-mobilizable	other	2486.0	100.0	100.0	0.0007730792946032532	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0039_000000014715	2434	0.7433154626357786	3	3	3	3	2	False	69792	fragment	False	ISR0039_000000014715	0.9803675856307436		0	0	False	False	0.9991782903671265	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0002183160089016592	MF001361.1	viruses	Enterococcus phage EF5, partial genome	True	False
ISR0097_000000011874	2434	0.7433154626357786	3	3	3	3	2	False	69792	fragment	False	ISR0039_000000014715	0.9803675856307436		0	0	False	False	0.9909613728523254	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0002183160089016592	MF001361.1	viruses	Enterococcus phage EF5, partial genome	True	False
ISR0812_000000003554	9864	0.7433122422234283	6	5	5	4	4	False	76460	maximal	True	ISR0812_000000003554	1.0		3	3	False	False	0.9987834692001343	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	6.9817924549708325e-06	NZ_BLPF01000001.1	high GC Gram+	Phytohabitans houttuyneae strain NBRC 108639 sequence1, whole genome shotgun sequence	True	False
SPA0001_000000011278	3017	0.7433044515743887	8	2	1	2	1	False	23144	maximal	True	SPA0001_000000011278	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0103_000000000815	13943	0.7433037138641794	18	4	2	4	3	False	14942	maximal	True	MAD0103_000000000815	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	90.741	1.0	0.0019199023900093304	MH539650.1	viruses	Siphoviridae sp. isolate ctcf5, complete genome	True	False
ENG0116_000000001023	14996	0.7433036487102483	15	10	7	8	6	False	122865	maximal	True	ENG0116_000000001023	0.9813112222478716		35	8	False	False	0.9999333024024963	0					non-mobilizable	no_good_hit	1941.0	93.663	20.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0002_000000042600	1107	0.7432987888600642	1	1	1	1	1	False	47330	fragment	False	FIJ0041_000000032733	0.9653817391736244		0	0	False	False	0.9846431612968445	0					non-mobilizable	no_good_hit								True	False
DEN0005_000000005804	5083	0.7432969938627837	6	6	5	5	3	True	88231	maximal	True	DEN0005_000000005804	1.0		28	9	False	False	1.0	0					non-mobilizable	no_good_hit	1695.0	98.82	33.0	0.004859814156575524	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
CHI0153_000000003038	5419	0.7432937205477964	7	6	4	5	4	False	79478	fragment	False	CHI0153_000000003038	1.0		0	0	False	False	0.9994463920593262	0					non-mobilizable	other	5419.0	99.963	100.0	0.5440851576621811	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	False	False
MON0074_000000020146	1112	0.7432909534223767	2	2	2	2	2	False	42715	fragment	False	ISR0330_000000027000	0.9320492545074602		0	0	False	False	0.9991007447242737	0					non-mobilizable	other	1112.0	97.12200000000001	100.0	0.0005361328370717469	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
DEN0010_000000007534	5456	0.7432848299807773	7	3	3	3	2	False	76039	fragment	False	DEN0010_000000007534	1.0		0	0	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit								True	False
SPA0084_000000012992	1468	0.7432738102657571	4	3	3	2	0	True	129435	fragment	False	SPA0084_000000012992	1.0		0	0	False	False	0.9959127902984619	0					non-mobilizable	other	1376.0	95.93	94.0	0.0004274490747625231	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0127_000000019815	1358	0.7432738102657571	3	3	3	2	0	True	129433	fragment	False	ISR0353_000000022579	0.5997054568372654		0	0	False	False	0.9661266803741455	0					non-mobilizable	other	1358.0	94.256	100.0	0.0004221604035318369	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ITA0002_000000007993	1355	0.7432738102657571	3	3	3	2	0	True	129433	fragment	False	ISR0353_000000022579	0.4906497740388661		0	0	False	False	0.998524010181427	0					non-mobilizable	other	1349.0	93.84700000000001	99.0	0.00041936051876265005	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0005_000000030423	1287	0.7432738102657571	4	3	3	2	0	True	129433	fragment	False	ISR0353_000000022579	0.500920790347498		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	98.749	99.0	0.0003975836372245302	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0062_000000030087	1287	0.7432738102657571	4	3	3	2	0	True	129433	fragment	False	ISR0353_000000022579	0.5006775017696008		0	0	False	False	0.998445987701416	0					non-mobilizable	other	1287.0	98.757	100.0	0.00040007242368602963	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0082_000000016277	1282	0.7432738102657571	4	3	3	2	0	True	129433	fragment	False	ISR0353_000000022579	0.5000352090720565		0	0	False	False	0.9976599216461182	0					non-mobilizable	other	1282.0	100.0	100.0	0.00039851693214759253	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0798_000000009543	1279	0.7432738102657571	4	3	3	2	0	True	129433	fragment	False	ISR0353_000000022579	0.4990862280945007		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	98.59299999999999	100.0	0.00040922098477525024	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0386_000000020286	1436	0.7432723283675128	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.680375175850773		0	0	False	False	0.9993036389350891	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	0.002234993614303959	MH106253.1	bacteria	Uncultured bacterium clone B2PC_09_K18_0 genomic sequence	True	False
ISR0254_000000012076	1148	0.7432723283675128	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.1669385888096431		0	0	False	False	0.9991289377212524	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	1.1302723673837302e-05	NZ_CP032485.1	a-proteobacteria	Neokomagataea tanensis strain AH13 = NBRC 106556 chromosome, complete genome	True	False
CHI0099_000000003904	1402	0.7432695959406679	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.6672811783084445		0	0	False	False	0.976462185382843	0					non-mobilizable	chromosome	1405.0	95.801	100.0	0.0004954325984063585	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0098_000000025301	1397	0.7432695959406679	1	1	1	1	1	False	9187	fragment	False	MON0098_000000025301	1.0		0	0	False	False	0.9971367120742798	0					non-mobilizable	no_good_hit	1102.0	71.597	78.0	0.005287776106868738	NZ_LT160636.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
FIJ0067_000000006273	4822	0.7432673167917427	4	3	3	3	3	False	67300	fragment	False	FIJ0067_000000006273	1.0		0	0	False	False	0.9993778467178345	0					non-mobilizable	no_good_hit	710.0	71.831	14.0	0.00023026966139062273	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	True	False
FIJ0107_000000008359	3279	0.7432668127803169	5	4	3	4	3	False	75925	fragment	False	FIJ0107_000000008359	0.9478403472681223		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	408.0	81.127	16.0	0.0001140989805846252	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
AST0002_000000007688	4428	0.7432637058993485	5	5	3	4	3	False	132268	fragment	False	AST0002_000000007688	1.0		0	0	False	False	0.9948057532310486	0					non-mobilizable	no_good_hit	268.0	77.985	6.0	0.001144395531157374	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
SPA0122_000000012196	2195	0.7432585614851412	3	2	0	2	0	True	88057	maximal	False	ISR0154_000000010132	0.995586540759878		0	0	True	True	1.0	44					non-mobilizable	no_good_hit	160.0	91.875	10.0	0.00046988428356029536	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
SPA0095_000000009201	2175	0.7432585614851412	2	2	0	2	0	True	88057	maximal	False	ISR0154_000000010132	0.9973761027041821		0	0	True	True	1.0	376					non-mobilizable	no_good_hit	160.0	91.875	7.0	0.00046988428356029536	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0154_000000010132	2137	0.7432585614851412	2	2	0	2	0	True	88057	maximal	True	ISR0154_000000010132	0.9987557499901005		5	3	True	True	0.9990640878677368	54					non-mobilizable	no_good_hit	160.0	91.875	7.0	0.00046988428356029536	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0155_000000009823	2135	0.7432585614851412	2	2	0	2	0	True	88057	maximal	False	ISR0154_000000010132	0.9934634144327392		0	0	True	True	1.0	43					non-mobilizable	no_good_hit	160.0	91.875	7.0	0.00046988428356029536	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
CHI0036_000000006656	1527	0.7432585614851412	2	2	0	2	0	True	88056	fragment	False	CHI0036_000000006656	1.0		0	0	False	False	0.9967256188392639	0					non-mobilizable	no_good_hit	80.0	88.75	5.0	4.504803680078083e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
FIJ0032_000000004097	8138	0.7432548475915827	11	4	2	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.2030393285756113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	91.064	7.0	0.002334490602178858	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	True	False
USA0007_01_000000009093	1831	0.7432514448648236	3	3	2	2	0	True	2116	maximal	True	USA0007_01_000000009093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	100.0	41.0	0.0021867050692604157	NZ_JAATLI010000005.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_05, whole genome shotgun sequence	True	True
MON0098_000000024831	1420	0.7432501396787271	2	2	2	2	1	False	21301	fragment	False	MON0098_000000024831	0.9962546816479401		0	0	False	False	0.9992957711219788	0					non-mobilizable	chromosome	1420.0	92.958	100.0	0.0005525695066583067	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
FIJ0001_000000013161	1567	0.7432488931172948	1	1	0	1	1	True	52551	fragment	False	FIJ0001_000000013161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0071_000000023437	1799	0.7432484257063473	3	3	2	3	2	False	92367	fragment	False	DEN0071_000000023437	0.9854840804452139		0	0	False	False	0.9955530762672424	0					non-mobilizable	no_good_hit	416.0	80.76899999999999	42.0	0.000685687721541054	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0068_000000008066	3282	0.7432484124236878	4	3	2	3	1	False	43273	maximal	True	MAD0068_000000008066	1.0		5	2	False	False	0.9939061403274536	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000006856	8287	0.7432472756043943	6	5	4	4	4	False	1480	maximal	True	USA0034_01_000000006856	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2413.0	92.333	29.0	0.0008194568686079731	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0016_000000016150	1389	0.7432466645157313	3	2	2	2	1	False	66731	fragment	False	ENG0016_000000016150	0.9947565543071161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	98.571	80.0	0.00015525777454971913	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0116_000000013147	1822	0.7432245022994151	5	5	1	4	4	False	59445	maximal	True	ENG0116_000000013147	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0052_000000005047	5790	0.7432211536287464	7	5	3	2	5	False	92099	maximal	True	ISR0052_000000005047	1.0		2	2	False	False	0.9982728958129883	0					non-mobilizable	chromosome	4477.0	85.236	96.0	0.00088596746489561	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0170_000000041588	1137	0.7432153231447957	2	2	2	2	1	False	30025	maximal	False	ISR0208_000000024052	0.979776247848537		0	0	False	False	0.9920844435691833	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000019111	1948	0.743213544000149	2	2	2	1	1	False	51712	fragment	False	FIJ0006_000000019111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1398.0	75.322	71.0	0.0006613728169082064	CP024725.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 1, complete sequence	True	False
AST0140_000000011356	2509	0.7432125393920308	5	3	3	3	3	False	105569	maximal	True	AST0140_000000011356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	73.961	36.0	0.0002571887958795289	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0040_000000009856	2763	0.74321222828613	3	1	1	1	1	False	62726	fragment	False	ISR0040_000000009856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1404.0	97.22200000000001	51.0	0.0005845073473781741	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	False
ISR0278_000000009405	1302	0.74320600957673	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.13085930661946832		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	83.664	100.0	0.01546696285093109	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
ISR0134_000000011516	2822	0.7431968296888117	7	5	4	5	4	False	112930	fragment	False	FIJ0172_000000008063	0.43490248610329457		0	0	False	False	0.9971651434898376	0					non-mobilizable	other	1317.0	98.861	100.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0041_000000003796	8219	0.7431927611159651	11	7	6	7	4	False	107578	maximal	True	DEN0041_000000003796	1.0		1	1	False	False	0.9998783469200134	0					non-mobilizable	no_good_hit	1056.0	95.265	13.0	0.12154377880184332	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ISR0302_000000008214	1883	0.7431920585340889	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.41209920092287067		0	0	False	False	0.9994689226150513	0					non-mobilizable	other	1811.0	95.527	96.0	0.0411522633744856	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0222_000000023169	2142	0.7431884172905582	2	2	2	2	1	False	35309	maximal	True	ISR0222_000000023169	1.0		39	8	False	False	0.9990662932395935	0					non-mobilizable	no_good_hit	478.0	90.167	24.0	0.00011694985940273192	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0031_000000003779	9402	0.7431741790996077	13	6	0	6	1	False	12477	maximal	True	MON0031_000000003779	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	75.845	2.0	0.010416121434179535	NC_049965.1	viruses	Bacillus phage vB_BveP-Goe6, complete genome	True	False
ENG0005_000000003538	6691	0.7431654819970598	6	3	2	3	1	False	114549	maximal	True	ENG0005_000000003538	1.0		1	1	True	True	1.0	17					non-mobilizable	no_good_hit	155.0	85.806	2.0	0.1855921855921856	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	True
FIJ0052_000000021509	1441	0.7431461709842271	2	2	2	1	1	False	46449	fragment	False	FIJ0052_000000021509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000027104	1556	0.7431383756614516	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.3227623777850447		0	0	False	False	1.0	0					non-mobilizable	other	1556.0	97.429	99.0	0.00046757856027352594	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0068_000000027554	1534	0.7431369894277653	2	2	2	2	2	True	74697	fragment	False	MON0068_000000027554	0.9855167873601054		0	0	False	False	0.9322034120559692	0					non-mobilizable	other	1535.0	93.74600000000001	100.0	0.10628856687235665	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
FIJ0029_000000009246	3742	0.7431328938146416	4	3	3	3	2	False	91232	maximal	True	FIJ0029_000000009246	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1278.0	88.96700000000001	92.0	0.00033704309479990277	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	False
ISR0115_000000004887	5916	0.7431288872555389	7	6	6	6	4	False	36161	maximal	True	ISR0115_000000004887	1.0		21	5	False	False	0.9962812662124634	0					non-mobilizable	no_good_hit	3854.0	80.358	66.0	0.01388319839304426	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
FIJ0094_000000008861	2268	0.7431218813677775	4	4	3	4	3	False	120962	maximal	True	FIJ0094_000000008861	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	91.963	84.0	0.0003659120947999037	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
CHI0164_000000006548	3634	0.7431209080038701	5	4	1	3	4	False	117787	maximal	True	CHI0164_000000006548	1.0	PS794	0	0	False	True	0.999724805355072	0					non-mobilizable	no_good_hit	1593.0	88.387	46.0	0.0008160925856781657	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
ENG0142_000000000777	19138	0.7431054661158328	35	12	6	8	8	True	107959	maximal	True	ENG0142_000000000777	1.0		1	1	False	False	1.0	0					non-mobilizable	other	10924.0	97.73	90.0	0.018093522492383555	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0109_000000012559	1963	0.7430919603729002	3	1	1	1	1	False	59881	fragment	False	ENG0109_000000012559	1.0		0	0	False	False	0.9923586249351501	0					non-mobilizable	no_good_hit	1158.0	93.955	59.0	0.0003599407419943517	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0051_01_000000009523	2168	0.7430882724566468	4	4	4	3	3	False	31175	maximal	True	USA0051_01_000000009523	0.9932608271147343		174	14	False	False	0.9903136491775513	0					non-mobilizable	no_good_hit	532.0	91.541	24.0	0.0010530198467469422	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
FIJ0009_000000010314	3538	0.7430872369783917	3	2	2	2	0	True	51289	maximal	True	FIJ0009_000000010314	1.0		2	1	False	False	0.9946297407150269	0					non-mobilizable	no_good_hit								True	True
FIJ0162_000000006472	3530	0.7430872369783917	3	2	2	2	0	True	51289	maximal	False	FIJ0009_000000010314	0.9988694177501414		0	0	False	False	0.9974504113197327	0					non-mobilizable	no_good_hit								True	True
MON0069_000000015087	3111	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.6878627285080589		0	0	False	True	0.9996785521507263	0					non-mobilizable	chromosome	2977.0	99.12700000000001	96.0	0.0006775683220416664	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0024_000000004107	2962	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.6218864219491261		0	0	False	True	1.0	0					non-mobilizable	plasmid	2238.0	98.883	93.0	0.07221720041322315	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0058_000000016187	2864	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.6198442687553227		0	0	False	True	1.0	0					non-mobilizable	chromosome	2864.0	99.581	100.0	0.000651840761426509	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0049_000000007584	2784	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.579012320456382		0	0	False	True	1.0	0					non-mobilizable	plasmid	2689.0	99.59100000000001	97.0	0.08136085719474545	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
MON0062_000000014066	2765	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.5841258480889382		0	0	False	True	1.0	0					non-mobilizable	plasmid	2765.0	99.964	100.0	0.08923037190082644	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0101_000000008685	2760	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.5797197949502076		0	0	False	True	1.0	0					non-mobilizable	plasmid	2760.0	98.804	100.0	0.08350989769356498	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
FIJ0021_000000018804	2609	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.5093474083816		0	0	False	True	0.9915676712989807	0					non-mobilizable	plasmid	2609.0	99.962	100.0	0.08419421487603305	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0084_000000006792	2585	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.4314257905922032		0	0	False	True	1.0	0					non-mobilizable	plasmid	2585.0	99.961	100.0	0.08341942148760331	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0352_000000003322	2574	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.31010690991079226		0	0	False	True	1.0	0					non-mobilizable	other	2357.0	97.964	95.0	0.0004896725034548307	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
MON0061_000000017671	2522	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.4384131481445889		0	0	False	True	0.9904837608337402	0					non-mobilizable	chromosome	2522.0	99.286	100.0	0.0005739750469983336	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
SPA0016_000000014344	2319	0.7430792866012266	3	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.30634294062616224		0	0	False	True	1.0	0					non-mobilizable	plasmid	2319.0	99.61200000000001	100.0	0.0701658796464463	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0110_000000009455	2893	0.743078454309203	5	2	1	2	1	False	14559	maximal	True	MAD0110_000000009455	1.0		1	1	False	False	0.975458025932312	0					non-mobilizable	no_good_hit								True	False
USA0083_01_000000011486	2618	0.743078454309203	4	2	1	2	1	False	9801	fragment	False	USA0083_01_000000011486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0036_000000015188	1569	0.7430781364399972	2	2	2	2	1	False	48369	fragment	False	MON0036_000000015188	0.9975421348314606		0	0	False	False	1.0	0					non-mobilizable	chromosome	1570.0	93.057	100.0	0.000611021852214545	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
CHI0058_000000013577	1578	0.743076398998173	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.8005620493821598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	75.29899999999999	16.0	0.010765290619438294	NZ_LWAG01000028.1	firmicutes	Bacillus endophyticus strain 3617_2C 3617_2C_contig_31, whole genome shotgun sequence	True	False
AST0002_000000023880	1567	0.743076398998173	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.6430809570463303		0	0	False	False	0.9955328702926636	0					non-mobilizable	no_good_hit	251.0	74.9	16.0	0.010765290619438294	NZ_LWAG01000028.1	firmicutes	Bacillus endophyticus strain 3617_2C 3617_2C_contig_31, whole genome shotgun sequence	True	False
FIJ0035_000000008497	1422	0.7430760534311236	2	1	1	1	1	False	113556	fragment	False	FIJ0016_000000012843	0.9277067921990585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	88.34299999999999	88.0	0.00030181399774583436	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0073_000000004531	1831	0.7430746291772471	3	3	2	3	2	False	97695	maximal	True	CHI0073_000000004531	1.0		9	3	False	False	1.0	0					non-mobilizable	chromosome	1304.0	100.0	100.0	0.00024855142019572805	CP051263.1	enterobacteria	Escherichia coli CFT073 chromosome, complete genome	False	False
MON0042_000000006711	3835	0.7430582136134758	5	5	5	5	3	False	124983	maximal	False	CAN0008_000000006498	0.5150529321958641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1370.0	84.67200000000001	75.0	0.003293169578861726	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0039_000000011064	1459	0.7430528454188589	1	1	1	1	1	False	116574	maximal	True	AST0039_000000011064	1.0		3	2	False	False	0.9979438185691833	0					non-mobilizable	other	1397.0	98.64	96.0	0.02426391351201029	NZ_QSGP01000018.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf18, whole genome shotgun sequence	False	False
ISR0375_000000007093	2935	0.7430440923829914	4	4	3	2	3	False	23392	maximal	True	ISR0375_000000007093	1.0		7	3	False	False	0.9996592998504639	0					non-mobilizable	no_good_hit	1895.0	82.375	64.0	0.04092982837280035	NZ_FOIN01000021.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	False
ISR0300_000000002338	3195	0.7430277008848961	6	4	3	2	3	True	51638	maximal	True	ISR0300_000000002338	1.0		4	2	False	False	0.997183084487915	0					non-mobilizable	no_good_hit	96.0	85.417	3.0	2.5505995536993463e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0037_000000015011	1577	0.7430273371408962	3	2	1	2	2	False	36689	maximal	True	ISR0037_000000015011	1.0		12	3	False	False	0.9720989465713501	0					non-mobilizable	no_good_hit	962.0	91.06	61.0	0.003141796021917378	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
SPA0005_000000009429	3124	0.7430267976956068	4	4	4	4	3	False	92454	fragment	False	SPA0005_000000009429	1.0		0	0	False	False	0.9974392056465149	0					non-mobilizable	other	3124.0	98.464	100.0	0.000891345472147666	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0320_000000014290	1781	0.7430175083063879	4	3	2	3	1	False	113392	fragment	False	CHI0006_000000008344	0.9306548408767559		0	0	False	False	0.9887703657150269	0					non-mobilizable	chromosome	1348.0	94.807	95.0	0.0003755998892791981	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0015_000000008474	4920	0.7430124562702008	7	5	4	4	5	False	100926	fragment	False	SPA0046_000000005059	0.9855228503340115		0	0	False	False	1.0	0					non-mobilizable	chromosome	3872.0	99.87100000000001	100.0	0.0007195824005499387	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
DEN0065_000000007446	4196	0.7430123638127639	4	4	4	4	3	False	71143	maximal	True	DEN0065_000000007446	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	1.0	0.00025407478427612654	CP050897.1	a-proteobacteria	Rhizobium pusense strain FDAARGOS_633 plasmid unnamed1, complete sequence	True	False
FIJ0070_000000004224	4554	0.7430116468075405	5	4	3	2	2	False	44953	fragment	False	FIJ0070_000000004224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	83.861	14.0	0.0001638537980688505	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0094_000000001727	9246	0.7429886753398551	9	5	2	4	4	True	106394	maximal	True	FIJ0094_000000001727	1.0		2	1	False	False	0.9970797896385193	0					non-mobilizable	no_good_hit	3331.0	95.227	36.0	0.1417929617261752	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
DEN0094_000000008116	3953	0.7429747644206912	5	5	5	5	3	True	116018	maximal	True	DEN0094_000000008116	1.0		50	6	False	False	1.0	0					non-mobilizable	no_good_hit	1645.0	99.818	42.0	0.0007461799128730559	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	True
ISR0338_000000025357	1166	0.7429568292806572	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.5478435548070503		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	98.885	100.0	0.014023135163763738	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
ISR0291_000000005029	2731	0.7429567504482204	5	3	1	2	2	True	25905	maximal	True	ISR0291_000000005029	1.0		0	0	False	False	0.9989014863967896	0					non-mobilizable	no_good_hit								True	True
FIJ0169_000000011456	1991	0.7429541982160853	2	2	2	2	1	False	38863	maximal	True	FIJ0169_000000011456	1.0		80	11	False	False	1.0	0					non-mobilizable	chromosome	2006.0	91.525	100.0	0.000931354031125973	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
AUS0008_000000019377	1281	0.7429519538184094	3	2	2	2	2	True	101667	maximal	True	AUS0008_000000019377	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	89.75200000000001	25.0	4.932421965616395e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
DEN0052_000000019195	2260	0.7429496864809944	2	2	2	2	2	False	72294	maximal	True	DEN0052_000000019195	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	82.382	36.0	0.002009595002790409	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
MAD0005_000000003294	6214	0.7429471868251661	5	3	2	3	2	True	105917	fragment	False	FIJ0024_000000002955	0.9368877147354788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.27	24.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0110_000000018840	1598	0.7429422920460618	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.8905783427050201		0	0	False	False	0.9993742108345032	0					non-mobilizable	other	1598.0	99.43700000000001	100.0	0.009169728984841525	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
AST0014_000000010788	1515	0.7429422920460618	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.8158024840849982		0	0	False	False	0.9986798763275146	0					non-mobilizable	other	1515.0	99.34	100.0	0.008693155718879192	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
FIJ0096_000000025894	1452	0.7429406533134979	2	1	1	1	1	False	42979	fragment	False	FIJ0096_000000025894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0097_000000003062	7267	0.742939305755729	8	3	2	3	2	False	114848	maximal	True	AST0097_000000003062	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3255.0	93.70200000000001	62.0	0.39212370137714425	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0196_000000008725	2261	0.7429253986948174	2	2	2	2	2	False	64438	fragment	False	ENG0046_000000008032	0.9354119412326123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	75.446	10.0	4.146218060813813e-05	NZ_CP013023.1	firmicutes	Paenibacillus bovis strain BD3526 chromosome, complete genome	True	False
ISR0366_000000000482	20396	0.7429232040788453	25	15	7	12	10	False	23639	maximal	True	ISR0366_000000000482	1.0		2	2	False	False	0.9996567964553833	0					non-mobilizable	no_good_hit	214.0	82.243	1.0	5.341730229458959e-05	NZ_JH651379.1	CFB group bacteria	Joostella marina DSM 19592 Joomascaffold_1, whole genome shotgun sequence	True	False
ISR0372_000000008638	2000	0.7429230807956462	3	3	3	2	1	False	27227	maximal	True	ISR0372_000000008638	1.0		1	1	False	False	0.9994999766349792	0					non-mobilizable	no_good_hit	318.0	97.17	16.0	0.0008952551477170994	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0091_000000005670	5561	0.7429204513089619	6	5	5	4	4	False	111430	maximal	True	ISR0091_000000005670	1.0		1	1	False	False	0.9994605183601379	0					non-mobilizable	no_good_hit	2623.0	97.522	68.0	0.0008874051993383191	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0120_000000016116	1286	0.7429133517841772	2	2	2	2	2	False	68544	fragment	False	DEN0092_000000011211	0.31643476664910897		0	0	False	False	0.9844478964805603	0					non-mobilizable	chromosome	1012.0	98.617	100.0	0.0003435367018505789	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0050_000000011928	2011	0.7429131623062429	2	2	2	2	1	False	17402	maximal	True	MAD0050_000000011928	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	92.382	35.0	0.0028726936748288286	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	True	False
SPA0098_000000032050	1214	0.7429035644818428	2	2	1	2	1	False	5036	maximal	True	SPA0098_000000032050	1.0		0	0	False	False	0.9769357442855835	0					non-mobilizable	no_good_hit	105.0	81.905	8.0	0.0008865017078194665	NZ_JMLV01000012.1	a-proteobacteria	Fodinicurvata fenggangensis DSM 21160 BP38DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
USA0086_01_000000010137	1685	0.7429005859499698	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.09965960711171942		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	98.22	100.0	0.0035191756388568847	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0057_000000026043	1269	0.7428990874261068	1	1	1	1	1	False	71187	maximal	True	SPA0057_000000026043	1.0		300	13	False	False	0.9913317561149597	0					non-mobilizable	no_good_hit	743.0	81.023	62.0	0.002862089131419852	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0814_000000034607	1226	0.7428990874261068	1	1	1	1	1	False	71186	fragment	False	ISR0814_000000034607	0.9684329133819805		0	0	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	743.0	82.773	65.0	0.002862089131419852	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0028_000000006261	4250	0.7428949668577941	3	2	1	2	1	False	22115	maximal	True	SPA0028_000000006261	1.0		48	7	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	72.366	13.0	0.0020025949117165906	NZ_SRYR01000003.1	firmicutes	Clostridium sartagoforme strain NM50_B9-20 NODE_3_length_283632_cov_264.36, whole genome shotgun sequence	True	False
MON0084_000000034459	1106	0.7428837071618207	1	1	1	1	1	False	9799	maximal	True	MON0084_000000034459	1.0		17	2	False	False	0.9394213557243347	0					non-mobilizable	chromosome	1064.0	77.632	96.0	0.000295572480831831	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0055_000000011949	2638	0.7428809228230255	2	2	2	2	2	False	6401	fragment	False	SPA0055_000000011949	0.9901960784313726		0	0	False	False	1.0	0					non-mobilizable	chromosome	2638.0	99.735	100.0	0.0007362746849860085	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0045_000000005246	6023	0.7428659276366135	7	5	2	4	4	False	17904	maximal	True	MAD0045_000000005246	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	87.31200000000001	27.0	0.0003908135762850203	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0234_000000011907	1247	0.7428647183507686	3	1	1	1	1	False	78242	fragment	False	ISR0022_000000017797	0.09393398751115076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	93.118	75.0	0.00027970410978371253	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0386_000000010170	3362	0.7428629615363296	4	4	4	4	4	False	112284	fragment	False	CHI0156_000000003658	0.962936462507155		0	0	False	False	1.0	0					non-mobilizable	other	3254.0	99.478	99.0	0.0007973185383179962	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0068_000000009859	1584	0.7428627560753719	2	1	1	1	0	True	85121	maximal	True	CHI0068_000000009859	1.0		1	1	False	False	0.9816918969154358	0					non-mobilizable	no_good_hit	455.0	98.681	29.0	0.0017415454489658135	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0028_000000010348	1858	0.7428626434082187	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2519749931720732		0	0	False	False	0.9951561093330383	0					non-mobilizable	chromosome	1861.0	91.241	100.0	0.0006237089510817631	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0153_000000011466	2759	0.7428601746078799	2	1	1	1	1	False	105769	maximal	True	AST0153_000000011466	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	72.984	9.0	0.0008710166337317499	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0136_000000018292	1516	0.7428601746078799	1	1	1	1	1	False	105762	fragment	False	FIJ0136_000000018292	0.9451591062965471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0035_000000000351	32051	0.7428599283085291	32	22	14	16	10	True	116932	maximal	True	AST0035_000000000351	0.9806475586582958		38	7	False	False	0.9995943903923035	0					non-mobilizable	no_good_hit	842.0	100.0	3.0	0.9964454976303317	GQ881649.1		Uncultured organism clone VC1CT72TF genomic sequence	True	True
ISR0227_000000015445	1704	0.7428561003237533	2	1	1	1	1	False	125999	fragment	False	TAN0009_000000021935	0.886560720132449		0	0	False	False	0.9958920478820801	0					non-mobilizable	no_good_hit	1359.0	90.213	80.0	0.002660562176394879	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
MON0056_000000014610	1365	0.7428534054505411	2	1	1	1	1	False	49515	fragment	False	MON0056_000000014610	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	98.60799999999999	100.0	0.005361340177820403	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0099_000000032766	1138	0.7428427094417945	3	2	0	2	1	False	9138	maximal	True	MON0099_000000032766	1.0		0	0	False	False	0.9165202379226685	0					non-mobilizable	plasmid	585.0	93.50399999999999	91.0	0.06418993185315454	CP001985.1	firmicutes	Bacillus megaterium QM B1551 plasmid pBM200, complete sequence	False	True
ISR0111_000000000285	29061	0.7428384027068784	33	17	10	14	11	False	103485	maximal	True	ISR0111_000000000285	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2144.0	95.476	51.0	0.047937694425172886	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MON0084_000000003311	6786	0.7428342401483113	7	7	7	7	6	False	130061	maximal	True	MON0084_000000003311	0.993958197256695		291	13	False	False	1.0	0					non-mobilizable	chromosome	4016.0	87.824	99.0	0.0012783144556865493	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0123_000000002520	5345	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7776560532543733	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5265.0	100.0	99.0	0.044769899386795264	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0282_000000003846	5030	0.7428325684351161	7	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7389162796633632	PS1159|PS463	0	0	True	True	1.0	12		MOBV			mobilizable	other	4370.0	99.74799999999999	95.0	0.5551601423487544	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ETH0003_000000006360	4936	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7362202003240182	PS1159|PS463	0	0	True	True	0.9959481358528137	16		MOBV			mobilizable	other	4746.0	99.93700000000001	96.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ITA0006_000000005314	4935	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7359171243692806	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.895	96.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0817_000000002321	4935	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7360788421566112	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	96.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CAN0012_000000010875	4935	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7360788421566112	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	4746.0	99.916	96.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0812_000000007784	4935	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7361560450231763	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	96.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0400_000000003432	4915	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7360310261690147	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0148_000000005992	4906	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7359904750539668	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0056_000000003914	4905	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7345244077242453	PS1159|PS463	0	0	False	True	0.9997961521148682	0		MOBV			mobilizable	other	4755.0	99.727	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0126_000000009897	4904	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7358436144339867	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.895	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0017_000000006767	4899	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7361191793604915	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.93700000000001	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0029_000000009383	4898	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7358254597659684	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.895	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0069_000000004918	4898	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7358197836445318	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.895	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0209_000000005934	4897	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7359768269292075	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
USA0121_01_000000009654	4897	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7360058682342202	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0124_000000005831	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.736109123424057	PS1159|PS463	0	0	True	True	1.0	22		MOBV			mobilizable	other	4746.0	99.93700000000001	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ETH0004_000000005797	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.736109123424057	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.93700000000001	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0018_000000006970	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.736109123424057	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	4746.0	99.93700000000001	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0397_000000004321	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.736109123424057	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.93700000000001	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0358_000000003367	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.736109123424057	PS1159|PS463	0	0	False	True	0.9995915293693542	0		MOBV			mobilizable	other	4746.0	99.93700000000001	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0089_000000007810	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.735792083800105	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.895	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0200_000000004001	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.736109123424057	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.93700000000001	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0077_000000004201	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7359485194454038	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0042_000000004920	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.736109123424057	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.93700000000001	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0176_000000001983	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7357973633011697	PS1159|PS463	0	0	False	True	0.9997957348823547	0		MOBV			mobilizable	other	4746.0	99.895	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0180_000000003052	4896	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7357973633011697	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.895	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0376_000000003939	4895	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7358074799537181	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.895	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0035_000000005988	4895	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.73596776525665	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0028_000000003479	4895	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.73596776525665	PS1159|PS463	0	0	True	True	1.0	7		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0094_000000004521	4895	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.73596776525665	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0161_000000005868	4895	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.73596776525665	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0325_000000003517	4895	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.73596776525665	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.916	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0189_000000002439	4894	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7360793535678058	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4746.0	99.93700000000001	97.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0157_000000005771	4887	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.739607686059793	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2903.0	99.72399999999999	98.0	0.5518159345883248	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0035_000000004643	4819	0.7428325684351161	7	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7347015751565401	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4734.0	100.0	98.0	0.04025378681567287	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CAN0003_000000010320	4710	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.47689965840022	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	4611.0	99.978	98.0	0.039207681643830955	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0122_000000003043	4332	0.7428325684351161	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.05418001277172663	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4251.0	99.929	98.0	0.03614591040917171	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0265_000000005225	3021	0.7428229733843258	6	5	4	3	4	True	123556	backbone	False	ISR0826_000000002301	0.17961054111028718	PS902	0	0	False	True	0.9993379712104797	0					non-mobilizable	other	3032.0	99.505	100.0	0.030247086060993134	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0130_000000019490	1700	0.742820834077922	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.8276174596529395		0	0	False	False	0.9994117617607117	0					non-mobilizable	no_good_hit	251.0	74.9	15.0	0.010765290619438294	NZ_LWAG01000028.1	firmicutes	Bacillus endophyticus strain 3617_2C 3617_2C_contig_31, whole genome shotgun sequence	True	False
ISR0804_000000018862	1102	0.7428200171766051	2	2	2	2	2	False	21807	maximal	True	ISR0804_000000018862	1.0		30	8	False	False	0.9981850981712341	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.00014409422832892529	NZ_JHXW01000004.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0170_000000017258	2665	0.7428127133846494	4	4	4	4	3	False	55597	fragment	False	ISR0170_000000017258	1.0		0	0	False	False	0.9984990358352661	0					non-mobilizable	no_good_hit	2144.0	88.10600000000001	80.0	0.0003022756412022039	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
USA0083_01_000000012521	2380	0.7428024130674935	3	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.9764305824929022		0	0	False	False	0.9995798468589783	0					non-mobilizable	no_good_hit	1798.0	88.821	75.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
USA0042_01_000000009226	2290	0.7428024130674935	3	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.9657620799417942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.821	78.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
USA0125_01_000000010859	2213	0.7428024130674935	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.8400555674229137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.821	81.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
USA0117_01_000000010034	2201	0.7428024130674935	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.8371863606190807		0	0	False	False	0.9995456337928772	0					non-mobilizable	no_good_hit	1798.0	89.09899999999999	81.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
MAD0051_000000005155	4990	0.7427911304025955	7	5	4	5	3	True	47417	fragment	False	MAD0051_000000005155	0.9871406959152799		0	0	False	False	0.9945891499519348	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000018785	2370	0.7427902516025061	3	3	2	3	1	False	15322	maximal	True	MAD0098_000000018785	1.0		17	2	False	False	0.9962025284767151	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	3.8528942941937986e-05	NZ_BJLY01000001.1	a-proteobacteria	Gluconobacter roseus NBRC 3990 sequence01, whole genome shotgun sequence	True	False
CHI0064_000000003071	5516	0.742789878950984	5	3	2	1	2	False	85359	maximal	True	CHI0064_000000003071	1.0		2	1	True	True	1.0	117					non-mobilizable	no_good_hit	1055.0	76.209	28.0	0.09218636693255983	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
CHI0002_000000002943	3147	0.7427870898354567	6	4	2	4	4	False	94958	maximal	False	CHI0007_000000002483	0.6295631358467983		0	0	False	False	0.9993644952774048	0					non-mobilizable	no_good_hit	1259.0	93.646	76.0	0.00039105057276309427	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0077_000000005044	2342	0.7427858385351565	3	1	1	1	1	False	101727	fragment	False	DEN0077_000000005044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	91.383	56.0	0.02171707619031243	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0795_000000004618	2129	0.7427858385351565	3	1	1	1	1	False	101697	maximal	True	ISR0795_000000004618	1.0		2	1	False	False	0.996242344379425	0					non-mobilizable	no_good_hit	840.0	97.5	39.0	0.014426466289526626	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0785_000000032433	1197	0.7427858385351565	2	1	1	1	1	False	22153	fragment	False	ISR0785_000000032433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	96.04	34.0	0.006929518372680847	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0794_000000019031	1127	0.7427858385351565	2	1	1	1	1	False	21980	fragment	False	ISR0794_000000019031	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	98.00399999999999	40.0	0.007737675602249084	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
DEN0084_000000000640	3460	0.7427839948933403	6	2	1	2	1	False	72020	fragment	False	DEN0084_000000000640	1.0		0	0	False	False	0.9979768991470337	0					non-mobilizable	no_good_hit								True	False
MAD0002_000000017721	2198	0.7427641726561675	4	3	3	3	3	False	20195	maximal	True	MAD0002_000000017721	1.0		40	9	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	73.675	25.0	0.00019229250558551298	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0003_01_000000000330	48416	0.7427585682581741	52	20	11	17	10	True	130801	maximal	False	ISR0079_000000000160	0.16076950306680873		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	749.0	85.714	4.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
DEN0005_000000028224	1373	0.7427574456517053	3	2	2	1	1	False	76449	maximal	True	DEN0005_000000028224	1.0		190	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0047_000000009254	1678	0.7427534350837732	3	2	2	2	1	True	113479	maximal	True	CHI0047_000000009254	1.0	PS730	16	7	False	True	1.0	0					non-mobilizable	chromosome	1672.0	88.935	99.0	0.000534403773960741	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0013_000000043651	1302	0.7427511552913147	3	1	1	1	1	True	13486	fragment	False	MON0013_000000043651	1.0		0	0	False	False	0.9231950640678406	0					non-mobilizable	other	1243.0	99.598	95.0	0.00033259788674479593	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0096_000000003225	9438	0.7427493104051582	13	9	5	7	6	True	5181	maximal	True	SPA0096_000000003225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2470.0	78.583	37.0	0.0009513416715632783	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
ENG0040_000000008597	2623	0.7427485159757078	3	2	1	2	1	False	83405	fragment	False	ENG0040_000000008597	1.0		0	0	False	False	0.9919939041137695	0					non-mobilizable	chromosome	2623.0	98.43700000000001	100.0	0.0007338471756259742	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0220_000000002520	4008	0.7427425559580084	5	4	1	3	4	True	46056	fragment	False	FIJ0058_000000008913	0.937902483900644		0	0	False	False	1.0	0					non-mobilizable	plasmid	4008.0	100.0	100.0	0.04486468935093436	CP057659.1	enterobacteria	Escherichia fergusonii strain RHB19-C05 plasmid pRHB19-C05_3, complete sequence	False	True
SPA0089_000000017127	2275	0.7427416616955724	3	3	3	3	2	False	73251	fragment	False	ENG0211_000000010939	0.9442692331016548		0	0	False	False	1.0	0					non-mobilizable	other	2246.0	98.709	100.0	0.00079086837912178	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
SPA0055_000000026438	1146	0.7427325091504213	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.10284828282494145		0	0	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit	439.0	97.72200000000001	38.0	0.0001216322042088075	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0017_000000015970	1238	0.7427320965929239	2	2	2	2	1	False	13280	maximal	True	MON0017_000000015970	0.994345718901454		29	5	False	False	0.9394184350967407	0					non-mobilizable	no_good_hit	78.0	91.02600000000001	6.0	2.591774918148719e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0112_000000009889	2811	0.7427292509804699	4	4	3	3	3	False	59690	fragment	False	ENG0112_000000009889	1.0		0	0	False	False	0.9957310557365417	0					non-mobilizable	other	1748.0	98.97	94.0	0.0004959258569553389	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0182_000000005004	5915	0.7427285692632599	5	4	3	4	3	True	100155	fragment	False	DEN0085_000000005654	0.9608351513525328		0	0	False	False	0.9991546869277954	0					non-mobilizable	other	5906.0	97.833	99.0	0.8092430060340099	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0363_000000001704	9257	0.7427272565093309	10	6	4	6	5	True	53386	maximal	True	ISR0363_000000001704	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	91.601	12.0	0.00030463658482648385	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0165_000000001092	13744	0.7427263477015549	13	10	8	9	6	False	53248	maximal	True	ISR0165_000000001092	1.0		1	1	False	False	1.0	0					non-mobilizable	other	13704.0	99.964	99.0	0.21734234234234234	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0025_000000014152	2771	0.742724970343797	4	4	4	3	2	False	37366	maximal	True	ISR0025_000000014152	1.0		3	2	False	False	0.9978347420692444	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000015645	2756	0.7427147128684369	4	3	3	3	2	False	112430	fragment	False	SPA0092_000000015645	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	92.07	27.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ISR0066_000000016365	1966	0.7427144702388623	3	1	1	1	1	False	94034	fragment	False	ISR0066_000000016365	1.0		0	0	False	False	0.9903357028961182	0					non-mobilizable	no_good_hit	123.0	90.244	6.0	3.613235696991685e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
DEN0083_000000004767	5383	0.7427135126675309	8	5	3	5	2	False	69137	fragment	False	DEN0083_000000004767	1.0		0	0	False	False	0.9994426965713501	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	9.601997215420808e-05	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	False
ENG0173_000000010002	1739	0.7427096809294067	3	3	3	3	2	False	129888	fragment	False	ENG0173_000000010002	0.976121899777648		0	0	False	False	0.9988499283790588	0					non-mobilizable	no_good_hit	1287.0	98.057	74.0	0.017918897813476126	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0037_000000018092	1941	0.7427011440445607	3	3	3	2	1	False	124974	fragment	False	ENG0037_000000018092	1.0		0	0	False	False	0.9984543919563293	0					non-mobilizable	no_good_hit	1410.0	84.823	72.0	0.003380341714772771	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0065_000000010979	2344	0.7427010939539471	3	3	3	3	2	False	97157	maximal	True	MON0065_000000010979	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1962.0	96.68700000000001	84.0	0.0007977604037857358	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
TAN0021_000000002333	5440	0.7427002923823549	5	4	4	4	4	False	16959	maximal	True	TAN0021_000000002333	1.0		11	3	False	False	0.9955882430076599	0					non-mobilizable	no_good_hit								True	False
CHI0161_000000009172	1241	0.7427000931589504	2	2	2	1	2	False	78611	maximal	True	CHI0161_000000009172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	99.464	45.0	0.0009722330924491056	NZ_ABJL02000006.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont604, whole genome shotgun sequence	True	False
ISR0850_000000007570	1983	0.7426984775977795	3	2	2	2	1	False	72793	fragment	False	ISR0850_000000007570	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	99.815	54.0	0.00038175197241470166	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0028_000000010514	1706	0.7426930166548342	2	2	2	2	2	False	65868	maximal	True	ENG0028_000000010514	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	5.0	0.00013701586301154015	NZ_QICB01000001.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_001, whole genome shotgun sequence	True	False
CAN0012_000000036656	1218	0.7426807707872859	1	1	1	1	1	False	93974	fragment	False	CAN0012_000000036656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	98.04799999999999	88.0	0.00028734100843572145	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0057_000000014097	1580	0.7426750899324965	3	3	3	3	3	False	35578	maximal	True	ISR0057_000000014097	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	1580.0	99.93700000000001	100.0	0.0066709477900109	MT570100.1	enterobacteria	Klebsiella quasipneumoniae strain 201313294 plasmid p13294-1NR	False	True
ISR0099_000000003868	5570	0.7426710599465556	6	5	5	5	5	False	109857	maximal	True	ISR0099_000000003868	1.0	PS691	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	1587.0	71.771	31.0	0.0004212610848040744	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0026_01_000000014329	2268	0.7426635207828788	4	4	1	4	1	True	1627	maximal	True	USA0026_01_000000014329	1.0		4	2	False	False	0.9907407164573669	0					non-mobilizable	chromosome	2180.0	100.0	96.0	0.0007895848718582386	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	False	True
AST0093_000000010443	1655	0.7426624081773846	5	4	4	3	2	True	117225	fragment	False	DEN0058_000000001076	0.04813084112149533		0	0	False	False	0.9927492737770081	0					non-mobilizable	chromosome	1655.0	99.275	100.0	0.00046180314255639106	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0160_000000003817	6529	0.7426600167642943	9	7	5	5	4	False	99452	fragment	False	ISR0160_000000003817	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3882.0	99.51100000000001	99.0	0.0017319112115479788	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ITA0005_000000008181	2227	0.7426581769577694	2	2	1	2	1	False	83749	maximal	True	ITA0005_000000008181	1.0		0	0	False	False	0.9977548122406006	0					non-mobilizable	no_good_hit	1090.0	98.257	49.0	0.008748301398280894	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0096_000000021287	1914	0.742654997750085	2	2	2	2	2	False	55753	fragment	False	SPA0096_000000021287	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	96.771	94.0	0.000541857020987828	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
AST0046_000000013203	1219	0.7426403871351285	3	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8384718051225956		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	100.0	100.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0165_000000016534	1219	0.7426403871351285	3	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8384718051225956		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	100.0	100.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0025_000000031944	1219	0.7426403871351285	3	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8384718051225956		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	100.0	100.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0110_000000024367	1219	0.7426403871351285	3	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8384718051225956		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	100.0	100.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0036_000000020997	1186	0.7426403871351285	2	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.8204753292209295		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	100.0	100.0	0.00035426527922232645	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0079_000000022617	1181	0.7426403871351285	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.7640708154470404		0	0	False	False	0.9983065128326416	0					non-mobilizable	other	1187.0	97.304	100.0	0.0003527704890146373	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0112_000000028258	1179	0.7426403871351285	1	1	1	1	1	False	119664	fragment	False	ENG0204_000000015965	0.7516076225978188		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	97.3	100.0	0.0003521725729315616	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0045_000000003679	8106	0.7426400419074617	14	8	4	4	7	True	106437	maximal	True	DEN0045_000000003679	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	93.214	58.0	0.000372263276316637	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
DEN0011_000000012601	3320	0.7426325663259606	3	2	2	2	0	True	75749	maximal	True	DEN0011_000000012601	1.0		1	1	False	False	0.9990963935852051	0					non-mobilizable	no_good_hit	71.0	92.958	2.0	2.9967587913129956e-05	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	True
USA0053_01_000000009351	2105	0.7426325663259606	3	2	2	2	0	True	104322	fragment	False	USA0053_01_000000009351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0384_000000008889	1987	0.7426325663259606	3	2	2	2	0	True	23081	fragment	False	ISR0384_000000008889	1.0		0	0	False	False	0.9944640398025513	0					non-mobilizable	no_good_hit								True	True
MON0070_000000019593	1743	0.7426325663259606	3	2	2	2	0	True	10448	fragment	False	MON0070_000000019593	1.0		0	0	False	False	0.9822145700454712	0					non-mobilizable	no_good_hit	540.0	78.51899999999999	34.0	0.0001459811233925796	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MON0083_000000026663	1497	0.7426299729993061	2	1	1	1	1	False	74960	fragment	False	MON0083_000000026663	1.0		0	0	False	False	0.9632598757743835	0					non-mobilizable	no_good_hit	341.0	86.21700000000001	26.0	9.470777452467657e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0062_000000007173	3485	0.7426263043296604	5	2	1	1	2	False	63213	fragment	False	ENG0062_000000007173	1.0		0	0	False	False	0.9974175095558167	0					non-mobilizable	no_good_hit	538.0	72.67699999999999	15.0	0.0021354783389816666	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ETH0005_000000009472	5126	0.7426228779145486	7	3	2	3	1	False	52794	fragment	False	ETH0005_000000009472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.9666180755952404e-05	NZ_VOHL01000001.1	firmicutes	Streptococcus pharyngis strain CCUG 66496 Scaffold1, whole genome shotgun sequence	True	False
SPA0075_000000008694	2212	0.7426147619025465	3	3	3	3	3	False	5786	maximal	True	SPA0075_000000008694	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1518.0	99.736	100.0	0.0004803145442853493	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	False	False
MAD0014_000000008784	3439	0.7426141163104982	5	2	2	2	1	True	40368	maximal	True	MAD0014_000000008784	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	94.48299999999999	29.0	0.0003345745803428346	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0050_000000028881	1394	0.7426116033937636	2	2	2	1	1	False	11312	fragment	False	MON0050_000000028881	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	99.06700000000001	100.0	0.0006631628057547107	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
AUS0018_000000005019	5289	0.7426110289532251	10	5	3	5	3	True	100065	maximal	True	AUS0018_000000005019	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	88.816	3.0	0.08688147295742232	KU545982.1	bacteria	Uncultured bacterium clone CH_03C_000_Contig_13 genomic sequence	True	True
FIJ0050_000000001175	17469	0.7426100320211891	31	7	0	7	3	False	46637	maximal	True	FIJ0050_000000001175	1.0		1	1	False	False	0.9985116720199585	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.03686635944700461	NZ_CADEAU010000935.1	high GC Gram+	Micromonospora maritima isolate DSM 45782, whole genome shotgun sequence	True	False
FIJ0098_000000010088	2300	0.7426078914167599	4	1	1	1	1	False	42869	maximal	True	FIJ0098_000000010088	1.0		0	0	False	False	0.9960869550704956	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.003368893879842785	NC_026617.1	viruses	Mulberry vein banding virus isolate XCSY-3 segment L, complete sequence	True	False
ISR0398_000000015024	1521	0.7426078914167599	3	1	1	1	1	False	22611	fragment	False	ISR0398_000000015024	1.0		0	0	False	False	0.9960552453994751	0					non-mobilizable	no_good_hit								True	False
ISR0290_000000012990	1316	0.7426078914167599	3	1	1	1	1	False	25912	fragment	False	ISR0290_000000012990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	70.183	36.0	0.00014815165251341145	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0779_000000026156	1334	0.7426078871488832	1	1	1	1	1	False	22321	fragment	False	ISR0779_000000026156	1.0		0	0	False	False	0.9910045266151428	0					non-mobilizable	chromosome	1334.0	99.85	100.0	0.0005826415648537321	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0156_000000007663	3414	0.7426038623304186	3	3	2	3	2	False	30584	maximal	True	ISR0156_000000007663	1.0		73	6	False	False	0.9997071027755737	0					non-mobilizable	no_good_hit	2273.0	97.844	67.0	0.002669798477826918	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0032_01_000000013081	1682	0.7426026617408397	2	2	2	1	1	False	109227	fragment	False	ISR0176_000000017862	0.5726943214971103		0	0	False	False	1.0	0					non-mobilizable	other	1682.0	98.098	100.0	0.006056129985228951	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
ISR0193_000000019249	1371	0.7426012335704205	1	1	1	1	1	False	29077	maximal	True	ISR0193_000000019249	1.0		30	10	False	False	1.0	0					non-mobilizable	chromosome	1372.0	95.117	100.0	0.0002111693154029519	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0070_000000011433	1765	0.7426003869833518	3	3	3	3	3	False	91837	fragment	False	ISR0346_000000012354	0.953324183406309		0	0	False	False	0.9966005682945251	0					non-mobilizable	other	1708.0	96.194	97.0	0.04270231033015444	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0246_000000003039	5314	0.7425953382289096	4	4	3	3	3	False	77985	fragment	False	ISR0246_000000003039	0.9930076817017924		0	0	False	False	0.9996236562728882	0					non-mobilizable	no_good_hit	593.0	84.486	11.0	0.09551562247045492	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0128_000000009879	2732	0.7425934385981543	4	3	2	3	2	False	58639	fragment	False	ENG0128_000000009879	1.0		0	0	False	False	0.9996339678764343	0					non-mobilizable	no_good_hit	75.0	86.667	3.0	0.0005720330682129844	NZ_PVXQ01000007.1	firmicutes	Clostridium vincentii strain DSM 10228 CLVI_contig000007, whole genome shotgun sequence	True	False
SPA0005_000000007264	4064	0.7425925370609576	7	5	4	4	3	False	8336	maximal	True	SPA0005_000000007264	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0004_000000016019	1763	0.7425915556061452	3	2	1	2	1	False	52873	fragment	False	ETH0004_000000016019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000031013	1250	0.7425905585704418	1	1	1	1	1	False	52293	maximal	False	FIJ0027_000000013712	0.9613259668508287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000001582	26259	0.7425880970491775	35	26	11	18	19	True	116737	maximal	True	USA0034_01_000000001582	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	16447.0	100.0	86.0	0.24903089036947304	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	True	True
FIJ0148_000000012483	1572	0.7425753208032825	4	3	3	2	1	True	39896	maximal	True	FIJ0148_000000012483	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	98.65799999999999	57.0	0.00019873822370312737	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0049_000000017620	1676	0.7425692467016679	1	1	1	1	1	False	56818	fragment	False	ISR0049_000000017620	0.9940816306911859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1174.0	73.595	76.0	0.00025452577260923323	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
FIJ0021_000000025310	1900	0.7425648135881234	2	2	0	2	1	True	49624	fragment	False	FIJ0021_000000025310	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	93.73100000000001	65.0	0.007589460963538259	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
DEN0052_000000021753	2034	0.7425512102286023	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.9228973558105398		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	98.914	99.0	0.018563335350090755	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0160_000000006039	4373	0.742544834922272	4	3	3	3	2	True	38529	maximal	True	ISR0160_000000006039	1.0	PS132	1	1	True	True	1.0	454					non-mobilizable	no_good_hit	1043.0	98.945	31.0	0.00027769411979366873	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0815_000000024273	1268	0.7425439294381112	1	1	1	1	1	False	37072	fragment	False	ISR0815_000000024273	1.0		0	0	False	False	0.9952681660652161	0					non-mobilizable	other	1251.0	97.042	99.0	0.3488696622941669	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
SPA0114_000000014826	3062	0.7425345069704087	3	3	1	3	3	True	41943	fragment	False	SPA0114_000000014826	1.0		0	0	False	False	0.9977139234542847	0					non-mobilizable	plasmid	3063.0	97.29	100.0	0.019203382706290503	CP053235.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-1, complete sequence	False	True
CHI0048_000000002775	5768	0.7425313004566249	8	7	3	6	6	False	90624	maximal	False	CHI0049_000000002425	0.9842984973830828		0	0	False	False	1.0	0					non-mobilizable	other	5768.0	99.48	100.0	0.002532883121081212	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0119_000000004959	6294	0.7425309220794365	9	6	3	4	4	True	130641	backbone	False	ISR0366_000000001985	0.973916586629958	PS1110|PS1111	0	0	True	True	1.0	25		MOBV			mobilizable	no_good_hit	3650.0	94.35600000000001	77.0	0.031261318753341726	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
MAD0057_000000001486	9130	0.7425286420870097	13	13	6	10	13	True	114232	fragment	False	MAD0057_000000001486	0.9818759562198422		0	0	False	False	1.0	0					non-mobilizable	plasmid	9142.0	96.445	100.0	0.07733843393479807	CP024822.1	enterobacteria	Escherichia coli strain CREC-591 plasmid pCREC-591_1, complete sequence	False	True
ISR0022_000000023188	1154	0.7425261211307441	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.2494702488005812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000007592	3338	0.7425228701539465	3	3	3	3	3	False	106236	fragment	False	ISR0814_000000011953	0.36969910388278526		0	0	False	False	0.9988016486167908	0					non-mobilizable	other	3338.0	99.221	100.0	0.012800742650217885	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0325_000000007986	2470	0.7425090539349848	3	2	2	2	2	False	127771	fragment	False	ISR0325_000000007986	1.0		0	0	False	False	0.9959514141082764	0					non-mobilizable	no_good_hit	2117.0	99.811	86.0	0.040445957316606745	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0018_000000015388	2251	0.7425090539349848	3	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.7554142570293471		0	0	False	False	0.9702354669570923	0					non-mobilizable	other	2251.0	99.77799999999999	100.0	0.043027614166602925	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0096_000000000264	30455	0.7425082403098572	28	25	9	13	22	False	15846	maximal	True	MAD0096_000000000264	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	13809.0	98.935	64.0	0.0027729029068288154	CP000800.1	enterobacteria	Escherichia coli E24377A, complete genome	True	False
ISR0135_000000013350	1528	0.7425054298738749	3	3	3	3	2	False	31414	maximal	True	ISR0135_000000013350	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	71.955	23.0	0.0013442435894429987	NZ_PZZL01000006.1	a-proteobacteria	Phreatobacter oligotrophus strain DSM 25521 Ga0183455_106, whole genome shotgun sequence	True	False
FIJ0151_000000003233	5282	0.7425025600671042	7	7	2	5	7	True	84922	fragment	False	FIJ0068_000000005594	0.9867941125353606		0	0	False	False	1.0	0					non-mobilizable	plasmid	5282.0	99.678	100.0	0.04935514018691589	MN661404.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 plasmid pKP18-31-3, complete sequence	False	True
SPA0020_000000014491	2206	0.7424976559606349	3	3	3	3	3	False	94606	fragment	False	FIJ0061_000000011278	0.6725641925534365		0	0	False	False	1.0	0					non-mobilizable	other	2210.0	95.15799999999999	100.0	0.006993915578653822	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0053_000000005528	5692	0.7424961101545802	7	7	2	6	7	True	82238	fragment	False	SPA0053_000000005528	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5692.0	100.0	100.0	0.04413201606774509	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ISR0792_000000008459	1780	0.7424917874803144	2	2	2	2	1	False	22038	maximal	True	ISR0792_000000008459	1.0		1	1	False	False	0.9932584166526794	0					non-mobilizable	no_good_hit	416.0	96.154	23.0	0.001492273698856284	NZ_QRST01000001.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf1, whole genome shotgun sequence	True	False
SPA0072_000000005641	3617	0.7424888708730528	3	3	2	3	2	False	5877	maximal	True	SPA0072_000000005641	1.0		6	3	False	False	0.9986176490783691	0					non-mobilizable	no_good_hit	2464.0	97.727	89.0	0.0012639266707001476	CP047191.1	firmicutes	Streptococcus thermophilus strain EU01 chromosome, complete genome	True	False
ENG0175_000000018796	1321	0.7424837857760102	2	2	2	2	2	False	77197	fragment	False	ENG0175_000000018796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	72.27199999999999	42.0	0.0047803640029899005	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
MAD0043_000000020592	1309	0.7424836189558734	2	2	1	2	1	False	18006	maximal	True	MAD0043_000000020592	1.0		1	1	False	False	0.9938884377479553	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.254635444667581e-05	NZ_NSLI01000002.1	a-proteobacteria	Sphingomonas lenta strain 1PNM-20 contig2, whole genome shotgun sequence	True	False
DEN0045_000000005855	5556	0.7424834360680627	10	3	0	2	2	True	101806	maximal	True	DEN0045_000000005855	1.0		13	6	False	False	0.9982001185417175	0					non-mobilizable	no_good_hit	2908.0	93.569	54.0	0.0005263303994178252	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
FIJ0047_000000008306	3632	0.7424821906206035	4	4	4	4	4	False	50126	maximal	True	FIJ0047_000000008306	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	92.145	35.0	0.001593900290313074	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
FIJ0051_000000003062	6363	0.7424783697877783	6	4	4	3	4	False	53566	maximal	True	FIJ0051_000000003062	1.0		2	2	False	False	0.9998428225517273	0					non-mobilizable	no_good_hit	500.0	78.2	8.0	0.019846895378508648	NZ_KB291014.1	CFB group bacteria	Prevotella saccharolytica F0055 Scfld750, whole genome shotgun sequence	True	False
CHI0108_000000000520	12538	0.7424771998857963	16	12	7	9	9	False	82960	maximal	True	CHI0108_000000000520	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	11836.0	97.634	99.0	0.20735844744845044	CP014200.1	enterobacteria	Escherichia coli strain MRE600 plasmid pMRE600-2, complete sequence	False	True
FIJ0116_000000003836	5149	0.7424754973511586	7	4	3	4	3	True	44737	maximal	True	FIJ0116_000000003836	1.0		1	1	False	False	0.9996115565299988	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.0351760489400563e-05	CP041409.1	a-proteobacteria	Altererythrobacter sp. TH136 chromosome	True	True
TAN0002_000000021470	1867	0.7424746644626068	3	3	3	3	2	False	68731	fragment	False	TAN0002_000000021470	1.0		0	0	False	False	0.9914301037788391	0					non-mobilizable	no_good_hit	221.0	74.661	12.0	0.000882532828168806	NZ_SLWY01000004.1	g-proteobacteria	Plasticicumulans lactativorans strain DSM 25287 Ga0310538_104, whole genome shotgun sequence	True	False
ISR0260_000000005803	2295	0.7424736230084941	2	2	2	2	2	False	38567	fragment	False	ISR0260_000000005803	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2295.0	100.0	100.0	0.000988688694512864	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0218_000000003992	3938	0.7424680878714891	3	2	1	1	2	False	28075	maximal	True	ISR0218_000000003992	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2915.0	96.501	74.0	0.0009804987450087296	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0258_000000014577	1821	0.7424667564732083	2	2	2	2	2	False	110528	fragment	False	ISR0258_000000014577	1.0		0	0	False	False	0.9972542524337769	0					non-mobilizable	other	1820.0	97.03299999999999	99.0	0.007960612691466083	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0200_000000002203	8674	0.7424614951411014	7	5	4	3	4	True	96836	fragment	False	ENG0200_000000002203	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4185.0	91.804	99.0	0.0011633782231965759	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0388_000000012689	2706	0.7424578266899692	5	4	4	3	1	False	22946	maximal	True	ISR0388_000000012689	1.0		0	0	False	False	0.983370304107666	0					non-mobilizable	no_good_hit	714.0	99.3	26.0	0.0001447412146853259	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
MON0032_000000017054	1727	0.7424524326254209	2	2	1	2	0	True	23848	fragment	False	MON0032_000000017054	0.9519379568480275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	83.838	6.0	0.07153502235469449	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
MON0002_000000017069	1597	0.7424524326254209	2	2	1	2	0	True	23848	fragment	False	MON0032_000000017054	0.9334720650248907		0	0	False	False	0.9962429404258728	0					non-mobilizable	no_good_hit	99.0	83.838	6.0	0.07153502235469449	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
SPA0069_000000014840	1507	0.7424524326254209	2	2	1	2	0	True	23848	fragment	False	MON0032_000000017054	0.68189797443437		0	0	False	False	0.9966821670532227	0					non-mobilizable	no_good_hit	181.0	86.74	12.0	0.02712532201848765	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0358_000000013690	1427	0.7424524326254209	2	2	1	2	0	True	23848	fragment	False	MON0032_000000017054	0.46300597213005973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	90.991	8.0	0.01666919230186392	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MON0105_000000032603	1669	0.7424432227380601	1	1	1	1	1	False	8723	maximal	True	MON0105_000000032603	1.0		68	9	False	False	0.9862192869186401	0					non-mobilizable	other	1669.0	98.92200000000001	100.0	0.01550791201026423	NZ_CYYA01000012.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0047_000000022518	1331	0.7424380441090468	1	1	1	1	1	False	36066	fragment	False	ISR0047_000000022518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	75.13600000000001	69.0	0.0038969464671384547	NZ_KI912471.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
FIJ0161_000000001046	12942	0.7424296487761691	11	4	1	4	1	False	50780	maximal	True	FIJ0161_000000001046	1.0		1	1	False	False	0.9999227523803711	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	5.128971292154974e-06	CP054139.1	cyanobacteria	Mucilaginibacter sp. G2-14 chromosome, complete genome	True	False
MON0047_000000028552	1396	0.7424270892836425	2	2	2	2	2	False	11449	maximal	True	MON0047_000000028552	1.0		35	7	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	72.943	38.0	0.005165107695912828	NZ_RHHU01000024.1	firmicutes	Brevibacillus nitrificans strain JCM 15774 contig_24, whole genome shotgun sequence	True	False
SPA0002_000000008754	2468	0.7424207761230527	4	4	4	4	3	False	22901	fragment	False	SPA0002_000000008754	1.0		0	0	False	False	0.9995948076248169	0					non-mobilizable	chromosome	2456.0	80.53699999999999	99.0	0.00037495572691406665	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0202_000000012262	1743	0.7424203624185391	4	3	3	2	1	False	113042	maximal	True	ENG0202_000000012262	1.0		8	5	False	False	0.998852550983429	0					non-mobilizable	other	1470.0	99.932	99.0	0.0006183201223002688	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
FIJ0106_000000002309	10044	0.7424203201635716	10	5	2	5	1	False	118091	maximal	False	ENG0127_000000002188	0.6559596154464487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	79.866	1.0	0.0027228405850427745	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
TAN0018_000000002910	3082	0.7424166138965419	5	3	3	2	2	False	9148	maximal	True	TAN0018_000000002910	1.0		39	8	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	72.781	22.0	0.004544863414533981	NZ_BAKG01000005.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
MON0020_000000015310	1420	0.7424102631032664	1	1	1	1	1	False	43159	fragment	False	MON0016_000000026052	0.9588033151404892		0	0	False	False	0.9802817106246948	0					non-mobilizable	other	1416.0	82.839	99.0	0.0011240069414592986	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
ISR0127_000000014642	1730	0.7424013698978252	4	3	3	1	0	True	84657	fragment	False	ISR0127_000000014642	0.9799518613040502		0	0	False	False	1.0	0					non-mobilizable	other	851.0	98.825	95.0	0.00027277669344584997	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0075_000000004484	1576	0.7424013698978252	3	3	3	1	0	True	84657	fragment	False	ISR0127_000000014642	0.9518485400100065		0	0	False	False	1.0	0					non-mobilizable	other	869.0	99.079	100.0	0.0002785531410717621	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0086_000000003548	8166	0.7424004504711469	11	7	4	5	5	True	71110	maximal	True	FIJ0086_000000003548	1.0		0	0	False	False	0.9993876814842224	0					non-mobilizable	no_good_hit	2110.0	97.962	84.0	0.1699878983461073	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0113_000000006243	4443	0.7423998137564138	5	3	3	3	3	False	116708	maximal	True	ENG0113_000000006243	1.0	PS782	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3757.0	93.772	87.0	0.03415724188252463	NZ_BAJY01000005.1	CFB group bacteria	Prevotella falsenii DSM 22864 = JCM 15124, whole genome shotgun sequence	True	True
USA0010_01_000000006998	3879	0.7423953209849555	4	4	3	4	2	False	113787	fragment	False	USA0010_01_000000006998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	5.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0795_000000005065	2010	0.7423951985889217	3	3	3	3	2	False	83390	fragment	False	ISR0795_000000005065	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2020.0	92.426	100.0	0.0006475375041538774	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0058_000000024014	1712	0.7423947907651735	3	1	1	1	1	False	46002	fragment	False	FIJ0058_000000024014	1.0		0	0	False	False	0.9976635575294495	0					non-mobilizable	no_good_hit								True	False
AST0153_000000001651	14361	0.7423939027313918	13	7	6	7	5	False	130498	maximal	True	AST0153_000000001651	0.9945728479467192		28	7	False	False	0.9999303817749023	0					non-mobilizable	no_good_hit	7319.0	98.634	58.0	0.011666017756728984	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
AUS0020_000000001578	14047	0.7423939027313918	13	7	6	7	5	False	130498	maximal	False	AST0153_000000001651	0.9915837069672071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7319.0	98.647	57.0	0.011666017756728984	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0202_000000001756	14047	0.7423939027313918	13	7	6	7	5	False	130498	maximal	False	AST0153_000000001651	0.9915131249938496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7319.0	98.60600000000001	57.0	0.011666017756728984	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
FIJ0090_000000026498	1718	0.7423919832568454	1	1	1	1	1	False	83492	fragment	False	FIJ0090_000000026498	0.9772924914654623		0	0	False	False	0.9772992134094238	0					non-mobilizable	no_good_hit	1326.0	77.52600000000001	84.0	0.0048718847148810545	NZ_JNKW01000004.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
MON0105_000000049849	1100	0.7423869424040301	3	2	2	1	1	True	8681	fragment	False	MON0105_000000049849	1.0		0	0	False	False	0.9536363482475281	0					non-mobilizable	other	1103.0	87.48899999999999	100.0	0.000341897040148481	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0199_000000015609	1953	0.7423858368216979	2	2	2	2	1	False	121269	fragment	False	ISR0199_000000015609	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1688.0	100.0	86.0	0.0009379100229056864	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
ISR0033_000000018231	1729	0.7423804207763436	3	3	2	3	2	False	80183	fragment	False	ENG0028_000000010875	0.9565503118677059		0	0	False	False	0.9600925445556641	0					non-mobilizable	no_good_hit	358.0	72.067	20.0	0.0005552391346542404	NZ_QJJK01000002.1	a-proteobacteria	Chelatococcus asaccharovorans strain DSM 6462 Ga0215681_102, whole genome shotgun sequence	True	False
AST0010_000000006881	3949	0.7423795236043886	4	3	3	3	2	True	130098	fragment	False	ISR0350_000000003885	0.4643860347803		0	0	False	False	1.0	0					non-mobilizable	chromosome	3950.0	94.88600000000001	100.0	0.0013282004970149148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0324_000000008483	3724	0.7423751593776553	4	4	4	4	2	False	24945	maximal	True	ISR0324_000000008483	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	75.923	50.0	0.0006904226107210355	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	False
ENG0043_000000018519	1859	0.7423676041086044	2	2	2	2	1	True	80714	fragment	False	ENG0043_000000018519	0.9807170016295492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	79.817	6.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0093_000000018264	1415	0.7423535465873718	2	2	2	2	2	False	33501	fragment	False	ISR0095_000000024261	0.9722991689750693		0	0	False	False	1.0	0					non-mobilizable	other	1433.0	80.251	100.0	0.00042272667073448906	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0388_000000002944	8566	0.7423531566612463	12	12	5	8	11	False	78681	maximal	True	ISR0388_000000002944	1.0		1	1	True	True	1.0	23	rep_cluster_2335	MOBP		MOBP	mobilizable	no_good_hit	4067.0	99.385	71.0	0.22667931265342559	CP039301.1	enterobacteria	Escherichia coli strain PigCaeca_1 plasmid unnamed3, complete sequence	True	True
CHI0161_000000000023	97782	0.7423521548116296	93	15	5	11	5	True	127415	maximal	False	SPA0046_000000000019	0.9149131689917426		0	0	True	True	1.0	211					non-mobilizable	virus	22561.0	97.12299999999999	97.0	0.22794139949649672	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
CHI0068_000000000001	97774	0.7423521548116296	92	15	5	11	5	True	127415	maximal	False	SPA0046_000000000019	0.9224933593610809		0	0	True	True	1.0	59					non-mobilizable	virus	33761.0	97.18299999999999	99.0	0.3411891979334122	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
CHI0140_000000007092	4234	0.7423511494947157	6	5	5	5	2	False	90583	fragment	False	CHI0140_000000007092	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4237.0	99.12700000000001	100.0	0.0008186800831811502	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0047_000000012751	3097	0.7423448932810821	3	3	2	3	2	False	132105	fragment	False	SPA0121_000000003721	0.7786429690514277		0	0	False	False	0.9987084269523621	0					non-mobilizable	no_good_hit	2061.0	75.303	69.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0187_000000009003	3072	0.7423448932810821	3	3	2	3	2	False	132105	fragment	False	SPA0121_000000003721	0.7729588778070863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2064.0	75.339	69.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0057_000000010667	2911	0.7423448932810821	3	3	2	3	2	False	132105	fragment	False	SPA0121_000000003721	0.569132342455064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2061.0	75.255	74.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0009_000000009248	3532	0.7423380431869978	6	5	4	4	4	False	120868	fragment	False	MON0009_000000009248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2002.0	98.102	57.0	0.041293121255938856	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
TAN0027_000000002158	3568	0.742337002566663	4	4	4	4	3	False	16599	maximal	False	MAD0066_000000005739	0.9771905424200278		0	0	False	False	0.9997197389602661	0					non-mobilizable	no_good_hit	528.0	90.34100000000001	15.0	0.00015934448039186042	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
USA0030_01_000000011336	1461	0.7423367035506494	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.959968926000974		0	0	False	False	0.9883641600608826	0					non-mobilizable	no_good_hit	442.0	73.529	30.0	9.819333317043196e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0088_000000023630	1143	0.7423359671566386	2	2	2	2	2	True	15864	maximal	True	MAD0088_000000023630	1.0		1	1	False	False	0.9982502460479736	0					non-mobilizable	no_good_hit	679.0	89.54299999999999	59.0	0.00040826624740091563	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
ISR0219_000000018977	1745	0.7423317479672646	2	2	2	2	1	False	28037	fragment	False	ISR0219_000000018977	1.0		0	0	False	False	1.0	0					non-mobilizable	other	560.0	96.786	90.0	0.00015840104646884894	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0001_000000020329	1353	0.7423234757461046	2	2	2	2	1	False	68037	fragment	False	ENG0001_000000020329	1.0		0	0	False	False	0.9918699264526367	0					non-mobilizable	chromosome	1357.0	81.35600000000001	100.0	0.0006150753841838018	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
MAD0112_000000003187	7512	0.7423229899096448	6	4	4	4	4	False	79277	maximal	False	FIJ0083_000000003797	0.9458447716496132	PS388	0	0	False	True	1.0	0					non-mobilizable	other	2631.0	97.035	96.0	0.016020385147615536	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ENG0126_000000004859	4172	0.7423224293879208	3	1	1	1	1	False	58781	maximal	True	ENG0126_000000004859	1.0		12	5	False	False	0.9980824589729309	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	0.00028114482171401946	NZ_SPGG01000014.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_14_length_124491_cov_34.8686, whole genome shotgun sequence	True	False
ISR0229_000000004039	3801	0.7423220729241462	4	4	4	4	4	False	130065	fragment	False	ENG0102_000000006735	0.980486119377615		0	0	False	False	0.9950013160705566	0					non-mobilizable	other	1555.0	87.395	92.0	0.003245252876711756	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0129_000000002277	8680	0.7423216705470849	10	5	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.8986691649110399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	83.385	11.0	0.002932870853801382	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0114_000000003767	8597	0.7423216705470849	10	5	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.9077523127418474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	83.775	12.0	0.0028965504717109623	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0065_000000016478	1204	0.7423163841232405	3	3	3	1	2	False	45394	maximal	True	FIJ0065_000000016478	1.0		6	2	False	False	0.9916943311691284	0					non-mobilizable	other	1202.0	97.255	99.0	0.000581133156428852	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0015_000000012265	3022	0.7423134546191398	5	2	1	2	1	False	74961	fragment	False	MON0015_000000012265	1.0		0	0	False	False	0.9976836442947388	0					non-mobilizable	no_good_hit	364.0	75.0	12.0	0.0014266585902381484	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0812_000000019986	1984	0.7423112480135019	3	2	2	2	2	False	21649	maximal	True	ISR0812_000000019986	1.0		1	1	False	False	0.9934476017951965	0					non-mobilizable	no_good_hit	676.0	77.367	44.0	0.002616930641558736	NZ_MCGI01000008.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000008, whole genome shotgun sequence	True	False
ENG0199_000000015531	1644	0.7423070358842319	5	3	2	2	2	True	76818	fragment	False	ISR0089_000000020422	0.8003220400388077		0	0	False	False	0.9866179823875427	0					non-mobilizable	other	1644.0	97.993	100.0	0.0005581955369497926	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
DEN0001_000000027278	1608	0.7423070358842319	4	3	2	2	2	True	76818	fragment	False	ISR0089_000000020422	0.7988386533570152		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	96.333	100.0	0.000546304579071982	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
AST0047_000000009667	2268	0.7423018140439799	3	2	2	2	2	False	115367	fragment	False	AST0047_000000009667	0.9563242331144196		0	0	False	False	0.9991181492805481	0					non-mobilizable	other	2177.0	98.98899999999999	96.0	0.0024204017377014867	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
FIJ0091_000000010735	2129	0.7423018140439799	2	2	2	2	2	False	115367	fragment	False	AST0047_000000009667	0.9496195794028898		0	0	False	False	1.0	0					non-mobilizable	other	2128.0	98.214	99.0	0.002366961404946348	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
SPA0101_000000030283	1312	0.7422967356082568	2	1	1	1	1	False	4930	fragment	False	SPA0101_000000030283	1.0		0	0	False	False	0.9916158318519592	0					non-mobilizable	no_good_hit	471.0	73.036	35.0	0.0013656366875494047	NZ_QJJR01000001.1	firmicutes	Streptohalobacillus salinus strain DSM 22440 Ga0244547_101, whole genome shotgun sequence	True	False
MON0079_000000003811	5967	0.7422940724828281	10	7	2	3	7	False	41366	fragment	False	MON0079_000000003811	1.0		0	0	False	False	0.999664843082428	0					non-mobilizable	other	5967.0	99.95	100.0	0.005490894228715766	LM996882.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-33_contig-0.1_44342_1130685_[organism:Escherichia	False	False
CAN0016_000000011658	4076	0.7422925397872172	5	4	3	4	1	False	92999	maximal	True	CAN0016_000000011658	1.0		20	8	False	False	0.9997546672821045	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000005239	5073	0.7422894646366996	7	5	4	3	4	False	107306	maximal	False	AST0108_000000004411	0.9863672028246371		0	0	False	False	0.9998028874397278	0					non-mobilizable	no_good_hit	951.0	85.279	46.0	0.002295532912324203	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ITA0006_000000009598	2604	0.7422872777446592	3	3	3	3	3	False	66130	fragment	False	ITA0006_000000009598	1.0		0	0	False	False	0.9934715628623962	0					non-mobilizable	chromosome	2604.0	99.962	100.0	0.00042003409327822814	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
AST0116_000000017240	1566	0.7422869595845474	3	3	3	3	1	False	106186	fragment	False	AST0116_000000017240	1.0		0	0	False	False	0.9993614554405212	0					non-mobilizable	other	1147.0	90.759	97.0	0.006826528665458361	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	False	False
ENG0027_000000003494	5401	0.7422865532589562	6	4	4	4	4	False	69927	maximal	True	ENG0027_000000003494	0.9771149878071657		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	3440.0	99.971	64.0	0.010041139767176363	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
SPA0112_000000025886	1284	0.7422822349790608	2	2	2	2	1	True	87033	fragment	False	CHI0143_000000014323	0.9571862300749627		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	82.765	100.0	0.0003501570287173926	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0072_000000016403	1563	0.742276940569561	1	1	1	1	1	False	47770	fragment	False	FIJ0037_000000019992	0.9489795918367347		0	0	False	False	0.9904030561447144	0					non-mobilizable	other	1570.0	78.28	100.0	0.008993160785406578	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	False	False
ISR0293_000000006169	5878	0.7422749385353309	3	2	1	2	1	True	25851	fragment	False	ISR0293_000000006169	1.0		0	0	False	False	0.999829888343811	0					non-mobilizable	no_good_hit								True	True
ISR0320_000000017343	1510	0.742269013163933	4	2	1	2	1	False	26637	fragment	False	ISR0320_000000017343	1.0		0	0	False	False	0.9973509907722473	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000010018	2468	0.7422622776951723	3	1	1	1	1	False	75285	fragment	False	ENG0070_000000010018	0.9552761747732894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	94.01	42.0	0.15199176833749817	MK233957.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c1 sequence	True	False
ENG0052_000000012610	2426	0.7422622776951723	2	1	1	1	1	False	75285	fragment	False	ENG0070_000000010018	0.9475283630470016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	839.0	90.822	35.0	0.12318094958106718	MK233957.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c1 sequence	True	False
ISR0115_000000022201	1599	0.7422622776951723	2	1	1	1	1	False	75280	fragment	False	ISR0115_000000022201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	91.35799999999999	5.0	0.011759517859767749	MK233957.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c1 sequence	True	False
AUS0018_000000017762	1590	0.7422622776951723	1	1	1	1	1	False	99916	fragment	False	AUS0018_000000017762	1.0		0	0	False	False	0.9911949634552002	0					non-mobilizable	no_good_hit	128.0	97.656	8.0	0.0052251803931326205	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
CAN0011_000000005962	5251	0.7422577915198095	8	4	4	3	1	True	94535	maximal	True	CAN0011_000000005962	1.0		5	3	False	False	1.0	0					non-mobilizable	other	5144.0	99.514	98.0	0.0015661807420147195	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
ISR0326_000000003748	4434	0.7422561202486909	6	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.4534960737740017	PS902	0	0	False	True	0.9988723397254944	0	rep_cluster_1702				non-mobilizable	plasmid	4463.0	95.339	100.0	0.03731874649220537	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
USA0025_01_000000004153	4195	0.7422552378587317	6	5	5	5	5	False	103274	fragment	False	ENG0001_000000004788	0.6819861207555341		0	0	False	False	1.0	0					non-mobilizable	other	4195.0	99.762	100.0	0.0008122886843770391	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0311_000000021274	1147	0.74225491758641	2	1	0	1	1	False	25277	fragment	False	ISR0311_000000021274	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1096.0	94.617	96.0	0.0003406526469177313	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0077_000000009666	1315	0.7422464198761515	2	2	2	2	2	False	80409	fragment	False	MAD0077_000000009666	0.9914558622301396		0	0	False	False	0.987072229385376	0					non-mobilizable	other	1315.0	99.087	100.0	0.0033129948061116432	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ENG0167_000000009606	2580	0.7422379605456484	3	2	2	2	2	False	111795	fragment	False	ENG0167_000000009606	1.0		0	0	False	False	0.9976744055747986	0					non-mobilizable	no_good_hit	915.0	77.377	58.0	0.0005330317153870656	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0161_000000018637	1662	0.7422359861734499	3	3	3	2	2	False	86604	fragment	False	ISR0160_000000016995	0.9681859689337395		0	0	False	False	0.9909747242927551	0					non-mobilizable	no_good_hit	376.0	71.277	22.0	0.00012374752124586028	NC_013665.1	euryarchaeotes	Methanocella paludicola SANAE, complete genome	True	False
ISR0083_000000007284	3322	0.7422354984456929	4	3	3	2	2	False	59027	fragment	False	ISR0083_000000007284	1.0		0	0	False	False	0.9954846501350403	0					non-mobilizable	no_good_hit	270.0	72.96300000000001	8.0	0.0001059966832530382	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
CHI0090_000000006178	2093	0.7422236322692103	3	3	2	2	2	False	122489	fragment	False	ISR0395_000000012012	0.6826595933761153		0	0	False	False	0.9985666275024414	0					non-mobilizable	plasmid	2093.0	99.95200000000001	100.0	0.260555486361938	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0325_000000003952	4431	0.7422220451378174	7	5	4	3	4	True	126130	fragment	False	ISR0325_000000003952	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	85.786	13.0	0.09020618556701031	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MAD0016_000000001682	2708	0.7422173620921554	6	5	4	3	4	False	64810	maximal	True	MAD0016_000000001682	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1568.0	87.564	60.0	0.0005441049143026046	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0051_000000017325	1672	0.742213929789231	3	1	1	1	1	True	64050	fragment	False	ENG0051_000000017325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	77.778	7.0	3.4531359472360826e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ENG0037_000000018895	1857	0.7422044619141357	2	2	2	2	2	False	113754	maximal	True	ENG0037_000000018895	0.9910970706490523		41	10	False	False	0.9973074793815613	0					non-mobilizable	no_good_hit	764.0	73.298	41.0	0.002935674643594381	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0032_000000016576	1767	0.7422034195369592	2	2	2	1	2	True	12392	fragment	False	MON0032_000000016576	1.0		0	0	False	False	0.979626476764679	0					non-mobilizable	plasmid	1694.0	99.823	96.0	0.6284335560504826	CP056864.1	enterobacteria	Citrobacter sp. RHBSTW-00107 plasmid pRHBSTW-00107_4, complete sequence	False	True
SPA0039_000000006616	3829	0.7422028855623076	2	2	2	2	2	False	106027	fragment	False	SPA0039_000000006616	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3829.0	96.944	100.0	0.0008565513648881964	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	False	False
ISR0066_000000011352	2851	0.7421975997632114	3	3	2	3	2	False	121555	fragment	False	CHI0120_000000003302	0.1360696913576723		0	0	False	False	0.9996492266654968	0					non-mobilizable	other	2851.0	99.965	100.0	0.0005519844421732383	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CAN0020_000000017603	2076	0.7421968902542873	2	2	2	2	2	False	91868	fragment	False	CAN0020_000000017603	1.0		0	0	False	False	0.9932562708854675	0					non-mobilizable	no_good_hit								True	False
FIJ0104_000000019727	1398	0.7421899762241146	3	2	2	1	1	False	42467	fragment	False	FIJ0104_000000019727	1.0		0	0	False	False	0.995708167552948	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.32017787659811e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MON0032_000000025375	1255	0.7421787530236452	2	1	1	1	1	True	12370	fragment	False	MON0032_000000025375	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	96.57600000000001	100.0	0.028685714285714287	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0063_000000002528	7534	0.7421759479036218	10	4	1	2	2	True	101815	maximal	True	ISR0063_000000002528	1.0		2	1	False	False	0.9978762865066528	0					non-mobilizable	no_good_hit	1934.0	89.09	43.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
MON0007_000000005116	8055	0.7421664642363974	12	2	2	2	2	False	14002	maximal	True	MON0007_000000005116	1.0		1	1	False	False	0.996523916721344	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.003330653497186172	MH552519.1	viruses	Inoviridae sp. isolate ctbe117, complete genome	True	False
ISR0395_000000029929	1284	0.7421621380650729	1	1	1	1	1	False	22706	fragment	False	MON0046_000000026176	0.9523630907726932		0	0	False	False	0.9968847632408142	0					non-mobilizable	other	1284.0	97.975	100.0	0.00830958549222798	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	False	False
USA0039_01_000000015045	1488	0.7421610724909042	2	2	2	2	2	False	1314	fragment	False	USA0039_01_000000015045	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1491.0	87.995	100.0	0.00022920348321473684	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AUS0008_000000008720	2691	0.7421609288856943	4	4	2	4	3	False	101858	maximal	True	AUS0008_000000008720	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	79.199	50.0	0.015146604806659048	NZ_CYZK01000019.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0042_000000013740	2192	0.7421568286541443	2	2	1	1	1	False	75608	fragment	False	ISR0042_000000013740	1.0		0	0	False	False	0.9986313581466675	0					non-mobilizable	no_good_hit	1621.0	99.75299999999999	74.0	0.14666424945612763	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
SPA0157_000000002250	2876	0.742154627515215	4	3	1	3	2	False	68557	maximal	True	SPA0157_000000002250	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	99.325	31.0	0.9977528089887641	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
FIJ0009_000000007337	4808	0.7421517254123953	8	2	2	1	1	False	51307	fragment	False	FIJ0009_000000007337	1.0		0	0	False	False	0.9937604069709778	0					non-mobilizable	no_good_hit								True	False
ISR0185_000000003409	8020	0.7421492210526768	10	6	2	4	5	False	117861	maximal	True	ISR0185_000000003409	1.0	PS794	1	1	False	True	0.9996259212493896	0					non-mobilizable	no_good_hit	5982.0	99.181	75.0	0.0014498262196260075	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ENG0079_000000027350	1195	0.7421449560320198	2	2	2	2	2	False	61787	fragment	False	ENG0079_000000027350	1.0		0	0	False	False	0.9874476790428162	0					non-mobilizable	no_good_hit	452.0	75.0	38.0	0.0048601232811759125	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0224_000000002844	7958	0.7421445650278801	12	2	2	2	1	False	29698	fragment	False	ISR0224_000000002844	1.0		0	0	False	False	0.999748706817627	0					non-mobilizable	no_good_hit	274.0	77.007	3.0	0.0014326268879220566	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
FIJ0102_000000006684	4629	0.7421444320894228	6	6	6	6	6	False	124637	fragment	False	FIJ0102_000000006684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	76.744	3.0	2.5734715757989073e-05	CP001836.1	enterobacteria	Dickeya zeae Ech586 chromosome, complete genome	True	False
ISR0819_000000008749	2892	0.7421240452796943	5	3	3	3	2	False	79247	fragment	False	CHI0162_000000009059	0.6291549442534126		0	0	False	False	0.9972337484359741	0					non-mobilizable	no_good_hit	255.0	74.51	9.0	4.0678431282857225e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
MAD0060_000000011011	1545	0.7421215407728915	2	2	2	2	2	False	19946	maximal	False	MAD0030_000000006968	0.8935875844737656		0	0	False	False	0.9987055063247681	0					non-mobilizable	other	1491.0	78.135	99.0	0.007236858288441198	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ENG0199_000000009149	2721	0.7421164570562979	4	1	1	1	1	False	112082	fragment	False	ENG0199_000000009149	0.9892431809450634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	94.118	9.0	0.2984723854289072	GQ878134.1		Uncultured organism clone VC1BV59TF genomic sequence	True	False
ENG0050_000000013804	1951	0.7421164570562979	2	1	1	1	1	False	64137	fragment	False	ENG0050_000000013804	1.0		0	0	False	False	0.9820604920387268	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.785141763291926e-07	LR778280.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 28	True	False
MON0037_000000034727	2062	0.7421048655483529	2	2	2	2	2	False	13189	fragment	False	MON0019_000000032653	0.9632753969127812		0	0	False	False	0.9995150566101074	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.17927517081053e-06	NZ_CP020046.1	b-proteobacteria	Thiomonas intermedia strain ATCC 15466 chromosome, complete genome	True	False
SPA0113_000000018228	1643	0.7421014614067891	2	2	2	2	2	False	96458	fragment	False	ISR0791_000000009914	0.7018167134962704		0	0	False	False	0.9993913769721985	0					non-mobilizable	chromosome	1643.0	100.0	100.0	0.0006940355631937978	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0048_000000018959	1755	0.7421011787749341	2	2	1	1	2	False	46759	maximal	True	FIJ0048_000000018959	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	92.22200000000001	10.0	4.7241524441046875e-05	NZ_CP016199.1	firmicutes	Mogibacterium pumilum strain ATCC 700696 chromosome	True	False
ISR0803_000000007132	2049	0.7420994250415955	3	3	1	3	1	False	21836	maximal	True	ISR0803_000000007132	1.0		1221	14	False	False	1.0	0					non-mobilizable	chromosome	2049.0	99.805	100.0	0.00043378698367799656	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0310_000000004553	3480	0.7420948007668242	6	4	4	4	1	True	33818	maximal	True	ISR0310_000000004553	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1556.0	99.61399999999999	56.0	0.19233147804576375	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0257_000000010616	1644	0.7420811374468324	2	2	1	2	1	False	124640	fragment	False	ISR0257_000000010616	1.0		0	0	False	False	0.9957420825958252	0					non-mobilizable	no_good_hit								True	False
SPA0001_000000019329	1736	0.7420680946125825	5	4	1	3	2	False	86474	fragment	False	ISR0176_000000018732	0.9737158433202363		0	0	False	False	0.9723502397537231	0					non-mobilizable	other	1681.0	98.275	97.0	0.0004471068593377868	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0011_000000023505	1245	0.7420680946125825	4	4	1	3	2	False	38224	fragment	False	ISR0011_000000023505	1.0		0	0	False	False	0.9807229042053223	0					non-mobilizable	other	1244.0	99.678	99.0	0.0003308058489028982	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
DEN0083_000000004773	5374	0.7420606461892242	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.7689235309813192	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5378.0	99.926	100.0	0.0009875274384599788	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ENG0017_000000004172	5288	0.7420606461892242	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.7654729431217732	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5288.0	99.98100000000001	100.0	0.0009709982457016753	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ENG0209_000000003662	5288	0.7420606461892242	5	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.7657242378631621	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5288.0	99.98100000000001	100.0	0.0009709982457016753	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ENG0188_000000004988	5288	0.7420606461892242	5	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.7666724682070043	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5288.0	99.943	100.0	0.0009709982457016753	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
CHI0137_000000002317	5251	0.7420606461892242	5	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.762575915718534	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5251.0	99.943	100.0	0.0009642029109010393	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
CHI0039_000000002500	5251	0.7420606461892242	5	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.7624183546296069	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5251.0	99.98100000000001	100.0	0.0009642029109010393	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
BAN0018_000000000594	3737	0.7420572631182214	4	4	4	4	4	False	98162	fragment	False	BAN0018_000000000594	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3737.0	98.84899999999999	100.0	0.0007761328350516214	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	False	False
ISR0148_000000004942	5942	0.7420515812359457	7	2	1	1	2	True	106672	fragment	False	ISR0148_000000004942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2694.0	94.098	76.0	0.256278048314714	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0029_000000008860	5161	0.7420515812359457	5	2	1	1	2	True	106670	fragment	False	ISR0029_000000008860	0.9994381857839371		0	0	False	False	0.9980623722076416	0					non-mobilizable	no_good_hit	2694.0	94.098	77.0	0.256278048314714	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0325_000000003317	5107	0.7420515812359457	6	2	1	1	2	True	106670	fragment	False	ISR0029_000000008860	0.997943458848404		0	0	False	False	0.9998041987419128	0					non-mobilizable	no_good_hit	2694.0	94.098	78.0	0.256278048314714	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ENG0015_000000003985	5086	0.7420515812359457	6	2	1	1	2	True	106670	fragment	False	ISR0029_000000008860	0.9967471825030402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2694.0	94.098	78.0	0.256278048314714	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ENG0144_000000003873	5080	0.7420515812359457	6	2	1	1	2	True	106670	fragment	False	ISR0029_000000008860	0.9963003879508469		0	0	False	False	0.9986220598220825	0					non-mobilizable	no_good_hit	2694.0	94.098	78.0	0.256278048314714	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
AST0113_000000006893	5055	0.7420515812359457	6	2	1	1	2	True	106670	fragment	False	ISR0029_000000008860	0.9933598356284538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2694.0	94.098	78.0	0.256278048314714	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ENG0156_000000003128	4962	0.7420515812359457	5	2	1	1	2	True	106670	fragment	False	ISR0029_000000008860	0.9802512120287797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2694.0	94.098	77.0	0.256278048314714	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0177_000000005981	4173	0.7420515812359457	5	2	1	1	2	True	66382	fragment	False	ISR0177_000000005981	0.9998256700597793		0	0	False	False	0.9971243739128113	0					non-mobilizable	no_good_hit	1974.0	93.76899999999999	73.0	0.1875298386326745	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
MAD0014_000000004219	6231	0.7420313803143523	5	5	5	5	3	True	50024	fragment	False	MAD0014_000000004219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0797_000000006159	1841	0.7420258471318729	3	1	0	1	1	False	25281	fragment	False	ISR0797_000000006159	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	92.365	93.0	0.00041904942045496263	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0077_000000011682	1222	0.7420252696381407	2	2	2	2	1	False	125823	fragment	False	ISR0158_000000013331	0.7481234193710333		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	98.854	100.0	0.003339035237769415	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0138_000000009735	1452	0.7420231564006072	2	2	2	1	2	False	82263	fragment	False	ISR0792_000000009886	0.9595703592011958		0	0	False	False	1.0	0					non-mobilizable	chromosome	1465.0	78.908	100.0	0.0004285515197878356	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	False	False
CHI0133_000000013793	1447	0.7420231564006072	2	2	2	1	2	False	82263	fragment	False	ISR0792_000000009886	0.9613765663839025		0	0	False	False	1.0	0					non-mobilizable	chromosome	1447.0	98.756	100.0	0.0005732233347089107	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0145_000000020097	1378	0.7420231564006072	2	2	2	1	2	False	82263	fragment	False	ISR0792_000000009886	0.8919965275910974		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	98.694	100.0	0.0005458703540070333	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0342_000000010413	1378	0.7420231564006072	2	2	2	1	2	False	82263	fragment	False	ISR0792_000000009886	0.8919058003113779		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	98.766	100.0	0.0005458703540070333	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0352_000000007575	1366	0.7420231564006072	2	2	2	1	2	False	82263	fragment	False	ISR0792_000000009886	0.8389435161291757		0	0	False	False	1.0	0					non-mobilizable	chromosome	1366.0	98.682	100.0	0.0005411133138849677	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0165_000000018867	1300	0.7420231564006072	2	2	2	1	2	False	82263	fragment	False	ISR0792_000000009886	0.4904679376214117		0	0	False	False	1.0	0					non-mobilizable	chromosome	1300.0	98.615	100.0	0.0005149495932136066	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0049_000000006794	2889	0.7420208173100455	4	4	2	4	2	False	112816	fragment	False	ENG0049_000000006794	0.9948435277382646		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2260.0	74.115	77.0	0.27239488117001825	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0069_000000015664	1596	0.7420202875244511	2	2	2	2	2	False	34946	maximal	True	ISR0069_000000015664	1.0		60	10	False	False	0.9993734359741211	0					non-mobilizable	no_good_hit	908.0	97.68700000000001	57.0	0.001126804024625284	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ENG0141_000000004613	5696	0.7420163644472549	5	2	1	2	2	False	61617	maximal	True	ENG0141_000000004613	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	2.261076011287987e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
DEN0053_000000003329	2785	0.7419976482220225	5	4	3	3	4	True	123556	backbone	False	ISR0826_000000002301	0.008881088209576485	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2785.0	99.425	100.0	0.08426660209455779	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0336_000000010557	1455	0.7419945188345167	2	2	2	2	0	True	24461	maximal	True	ISR0336_000000010557	1.0		0	0	False	False	0.993127167224884	0					non-mobilizable	no_good_hit								True	True
ISR0296_000000018353	1413	0.7419934094075596	1	1	1	1	1	False	111636	fragment	False	ISR0296_000000018353	1.0		0	0	False	False	0.9964614510536194	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000027246	1240	0.7419934094075596	1	1	1	1	1	False	63921	fragment	False	ENG0052_000000027246	1.0		0	0	False	False	0.9967741966247559	0					non-mobilizable	no_good_hit	353.0	86.119	28.0	0.0011688620508337772	NZ_JH378832.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.4, whole genome shotgun sequence	True	False
AST0062_000000013864	1112	0.7419934094075596	1	1	1	1	1	False	111634	fragment	False	AST0062_000000013864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	89.88799999999999	8.0	2.0487938890065912e-05	CP029154.1	firmicutes	Clostridioides difficile strain CD161 chromosome, complete genome	True	False
CHI0087_000000001001	5922	0.7419854532376944	7	5	3	5	4	False	131404	fragment	False	CHI0087_000000001001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.597	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
MAD0088_000000021845	1225	0.7419804623878853	2	1	1	1	1	False	85275	maximal	False	MAD0015_000000015709	0.9321588392062642		0	0	False	False	0.9926530718803406	0					non-mobilizable	no_good_hit	120.0	77.5	10.0	5.756400825019074e-05	NZ_LT009746.1	a-proteobacteria	Agrobacterium deltaense RV3, whole genome shotgun sequence	True	False
ISR0162_000000018678	2118	0.741977967670519	3	3	3	3	3	False	98782	fragment	False	ISR0162_000000018678	0.9640304907098619		0	0	False	False	1.0	0					non-mobilizable	other	2118.0	100.0	100.0	0.0888674334648644	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
ENG0049_000000001915	10011	0.7419762064944303	9	8	8	6	7	False	116495	fragment	False	ENG0049_000000001915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	77.535	9.0	0.0013218550080312487	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
AST0150_000000004233	5850	0.741962346688109	4	4	3	4	2	False	107523	fragment	False	ISR0155_000000003978	0.721017009784799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
MON0044_000000007305	5518	0.7419623302775569	4	4	4	4	4	False	50242	maximal	True	MON0044_000000007305	1.0		55	5	False	False	0.9971004128456116	0					non-mobilizable	chromosome	3041.0	87.537	97.0	0.0012239092322450466	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0073_000000001377	16311	0.7419620554685585	14	9	8	8	7	False	62254	fragment	False	ENG0073_000000001377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3031.0	91.455	30.0	0.009288487132279491	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
SPA0151_000000004914	3509	0.7419618167059735	4	3	3	2	3	False	100570	fragment	False	ISR0824_000000004846	0.9436290723914121		0	0	False	False	0.9954403042793274	0					non-mobilizable	no_good_hit	156.0	87.179	4.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0092_000000039664	1409	0.7419613150662132	3	1	1	1	1	True	21504	fragment	False	MON0092_000000039664	0.9589193190229459		0	0	False	False	0.9531582593917847	0					non-mobilizable	no_good_hit	49.0	89.796	3.0	7.897230704432978e-05	NZ_FXAZ01000003.1	firmicutes	Paenibacillus aquistagni strain 11, whole genome shotgun sequence	True	True
USA0020_01_000000009606	3630	0.7419602477717124	4	4	3	3	3	False	77980	fragment	False	USA0020_01_000000009606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1637.0	94.93	45.0	0.0005702470466361698	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0002_000000008326	3883	0.741939722032875	3	2	1	2	1	True	20224	maximal	True	MAD0002_000000008326	1.0		1	1	False	False	0.985578179359436	0					non-mobilizable	no_good_hit								True	True
AST0060_000000004980	5488	0.7419384357364922	5	3	3	2	2	False	112527	maximal	True	AST0060_000000004980	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	96.59100000000001	2.0	2.5899823098185025e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ENG0166_000000000636	27938	0.7419353548593929	25	12	10	12	2	True	56197	maximal	True	ENG0166_000000000636	1.0		2	2	False	False	0.9995346665382385	0					non-mobilizable	no_good_hit	952.0	69.85300000000001	3.0	0.0003594992387074945	CP013121.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F306, complete genome	True	True
ISR0222_000000017946	2977	0.7419344899453097	5	4	2	4	2	True	63442	maximal	True	ISR0222_000000017946	1.0		30	7	False	False	0.9989922642707825	0					non-mobilizable	other	1923.0	92.928	100.0	0.0007454446344292923	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ENG0038_000000010988	2162	0.7419265051856468	4	3	1	2	3	True	76582	fragment	False	ENG0038_000000010988	1.0		0	0	False	False	0.999537467956543	0					non-mobilizable	other	2162.0	99.76899999999999	100.0	0.00586796136540754	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0197_000000015969	1600	0.7419265051856468	3	3	1	2	3	True	76574	fragment	False	ISR0197_000000015969	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1600.0	100.0	100.0	0.0043419112555699475	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0151_000000006417	3674	0.7419251753924588	6	4	4	3	3	False	106587	maximal	True	ENG0151_000000006417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2856.0	96.98899999999999	79.0	0.0008642908862736738	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ENG0120_000000000972	16938	0.7419227622790733	24	6	2	6	1	False	59205	maximal	True	ENG0120_000000000972	1.0		1	1	False	False	0.9978746175765991	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000001729	10893	0.7419203605856027	9	7	6	6	4	False	100726	fragment	False	DEN0085_000000003322	0.9970224461749886		0	0	False	False	0.9993574023246765	0					non-mobilizable	no_good_hit	3565.0	91.33200000000001	33.0	0.0006704202658145634	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	False
ISR0152_000000005072	4862	0.7419115204074923	6	2	0	1	2	True	72710	fragment	False	ISR0152_000000005072	0.9871938890137049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	86.73	9.0	0.0001878728729867815	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
DEN0064_000000007735	4521	0.7419073705565795	5	5	5	5	4	False	71335	maximal	True	DEN0064_000000007735	1.0		1	1	False	False	0.9955762028694153	0					non-mobilizable	no_good_hit	74.0	87.838	2.0	2.435320554906137e-05	NZ_CP035108.1	bacteria	Geovibrio thiophilus strain DSM 11263 chromosome, complete genome	True	False
ISR0344_000000007115	4262	0.7419013342803219	4	4	3	3	4	False	128339	maximal	True	ISR0344_000000007115	1.0		2	1	False	False	0.9997653961181641	0					non-mobilizable	chromosome	1866.0	98.875	99.0	0.0006554219916042728	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0102_000000018122	1763	0.7418933922041165	3	3	2	3	2	False	94918	maximal	False	CAN0017_000000020179	0.6486434108527132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	71.46	25.0	0.00010201542613954163	NZ_CP013745.1	high GC Gram+	Arthrobacter alpinus strain A3 chromosome, complete genome	True	False
SPA0075_000000006490	2740	0.7418796845704952	3	2	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.6629647665286514		0	0	False	False	1.0	0					non-mobilizable	other	2740.0	99.891	100.0	0.004772495921241616	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
MON0063_000000010547	2731	0.7418796845704952	3	2	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.6540731118603634		0	0	False	False	0.9985353350639343	0					non-mobilizable	other	2732.0	98.609	100.0	0.0007268147814592237	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0774_000000010150	2445	0.7418796845704952	3	2	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.5805055270930015		0	0	False	False	1.0	0					non-mobilizable	other	2445.0	99.91799999999999	100.0	0.0006504340263223518	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0155_000000010229	2067	0.7418757010021889	2	2	2	2	2	False	56753	maximal	False	MAD0109_000000007077	0.9749874937468734		0	0	False	False	0.9970972537994385	0					non-mobilizable	other	1286.0	98.911	97.0	0.01819572081958624	NZ_CYYA01000017.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0125_000000008483	3017	0.7418722316884999	3	3	3	3	3	False	125352	fragment	False	ENG0125_000000008483	1.0		0	0	False	False	0.9966854453086853	0					non-mobilizable	other	3016.0	99.337	99.0	0.011906454364515212	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0205_000000004839	3859	0.7418686748016375	5	5	5	5	4	False	60012	maximal	True	ISR0205_000000004839	1.0		65	8	False	False	1.0	0					non-mobilizable	no_good_hit	1999.0	99.5	67.0	0.0007255995366040998	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
FIJ0152_000000025110	1150	0.741867052158711	1	1	1	1	1	False	39677	fragment	False	MON0109_000000033257	0.6806922096049361		0	0	False	False	0.9973912835121155	0					non-mobilizable	no_good_hit	859.0	73.34100000000001	74.0	0.00024031792748906012	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0071_000000006026	4032	0.7418669008320722	6	4	1	2	4	False	123759	fragment	False	SPA0071_000000006026	0.9871086901330811		0	0	False	False	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2330.0	98.369	84.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0796_000000012096	1868	0.7418643101804849	2	2	2	2	1	False	21954	maximal	True	ISR0796_000000012096	1.0		73	6	False	False	0.9941113591194153	0					non-mobilizable	no_good_hit	1019.0	91.07	55.0	0.0003426528398279735	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0304_000000003010	3097	0.7418598969633077	5	3	2	3	1	True	131031	maximal	False	ENG0129_000000008443	0.9625347172898226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1211.0	92.073	39.0	0.00034007749935126063	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
SPA0127_000000020067	1456	0.7418382657419489	2	2	2	1	1	False	76451	fragment	False	ISR0288_000000018817	0.9743518890928391		0	0	False	False	0.9972527623176575	0					non-mobilizable	chromosome	1455.0	99.725	99.0	0.00020522728286417115	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0105_000000016984	1430	0.7418382657419489	2	2	2	1	1	False	76451	fragment	False	ISR0288_000000018817	0.7417691909539735		0	0	False	False	1.0	0					non-mobilizable	chromosome	1430.0	99.86	100.0	0.0002016986156897528	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0135_000000003960	4794	0.7418359395231949	5	4	4	4	3	False	126649	maximal	True	ISR0135_000000003960	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	3212.0	98.194	67.0	0.0010117842926319724	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0112_000000011555	2436	0.7418358817817884	2	2	2	2	1	True	110114	fragment	False	MAD0112_000000011555	1.0		0	0	False	False	0.9963054060935974	0					non-mobilizable	no_good_hit								True	True
ISR0004_000000017635	1148	0.7418328272750617	3	1	1	1	1	True	38541	fragment	False	ISR0004_000000017635	1.0		0	0	False	False	0.9686411023139954	0					non-mobilizable	other	1148.0	99.82600000000001	100.0	0.00030282237316111974	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
ISR0824_000000010480	2101	0.7418323486681851	3	3	3	2	2	False	105424	fragment	False	ENG0211_000000012424	0.9595209034637372		0	0	False	False	1.0	0					non-mobilizable	chromosome	2097.0	99.189	99.0	0.0009560177118701276	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
MON0010_000000002815	6618	0.7418283147378929	5	5	5	5	4	False	130233	maximal	True	MON0010_000000002815	1.0		2	2	False	False	0.9925959706306458	0					non-mobilizable	other	5168.0	94.40799999999999	99.0	0.0009984139647028223	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0118_000000000906	16390	0.7418221446236709	16	15	6	7	13	True	89008	maximal	True	ENG0118_000000000906	1.0		50	11	False	False	1.0	0					non-mobilizable	other	16391.0	99.329	100.0	0.003148618480963048	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
SPA0122_000000011708	2332	0.7418191367725738	4	2	2	2	2	False	4115	maximal	True	SPA0122_000000011708	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	1040.0	80.096	73.0	0.00597011464938618	NZ_LS999949.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
FIJ0106_000000004420	5472	0.7418181194081334	8	6	3	5	4	False	132417	fragment	False	FIJ0075_000000003112	0.895205168152023		0	0	False	False	1.0	0					non-mobilizable	chromosome	4822.0	99.959	93.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0066_000000030446	1157	0.7418166241451429	1	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.02325685221077265	PS721	0	0	False	True	0.9991356730461121	0					non-mobilizable	other	1095.0	73.973	93.0	0.13126142595978063	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MON0053_000000008100	4148	0.7418122669867874	5	5	5	4	4	False	94367	maximal	True	MON0053_000000008100	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2853.0	98.87799999999999	100.0	0.0008996318798488138	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CAN0016_000000005030	8214	0.7417987324093673	10	6	4	5	5	False	125579	fragment	False	ENG0057_000000002278	0.4696699816805425		0	0	False	False	0.998904287815094	0					non-mobilizable	no_good_hit	717.0	90.516	9.0	0.0002523036380773122	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0158_000000002054	8470	0.7417928790028329	7	6	3	6	2	True	39444	maximal	True	FIJ0158_000000002054	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2476.0	89.742	35.0	0.0011009082604712351	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
FIJ0162_000000010546	2125	0.7417927939853078	2	2	1	2	1	False	92185	fragment	False	ISR0298_000000006425	0.95326278659612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000006575	4080	0.7417904771142457	3	3	0	3	0	True	129123	fragment	False	MAD0040_000000006575	1.0		0	0	False	False	0.9973039031028748	0					non-mobilizable	no_good_hit	1261.0	82.633	31.0	0.002622130868167875	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0051_000000018418	1918	0.7417855292562935	2	2	2	2	1	False	78657	fragment	False	USA0026_01_000000016437	0.9794311833417979		0	0	False	False	0.9989572763442993	0					non-mobilizable	other	1918.0	99.374	100.0	0.0006138314771628754	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0070_000000013944	1516	0.7417788452539158	2	2	2	2	2	False	34891	maximal	True	ISR0070_000000013944	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	73.737	25.0	0.00015977698930608894	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
DEN0045_000000006224	5300	0.7417784932320713	4	3	3	2	3	False	100573	maximal	True	DEN0045_000000006224	1.0		2	1	False	False	0.9998112916946411	0					non-mobilizable	no_good_hit	156.0	86.538	3.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
AST0149_000000007987	3434	0.7417755858571563	4	4	3	2	4	False	114480	maximal	True	AST0149_000000007987	0.9791729097992208		1	1	False	False	0.9924286603927612	0					non-mobilizable	no_good_hit	964.0	99.585	38.0	0.00042217881092000784	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0041_000000005534	6919	0.7417724122860734	7	7	6	7	7	False	125493	fragment	False	MON0028_000000002219	0.3734271639690359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1924.0	83.212	84.0	0.0005779316251774602	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0062_000000003110	8597	0.7417703549313711	10	4	2	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.7359176291107431		0	0	False	False	0.9996510148048401	0					non-mobilizable	no_good_hit	641.0	83.463	9.0	0.0028965504717109623	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0017_000000003156	8434	0.7417703549313711	9	4	2	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.7173257853794484		0	0	False	False	0.9998814463615417	0					non-mobilizable	no_good_hit	650.0	83.385	10.0	0.002932870853801382	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0040_000000002707	8432	0.7417703549313711	9	4	2	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.7185274309055483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	83.619	9.0	0.0028965504717109623	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0013_000000004595	5441	0.7417703549313711	7	4	2	4	1	False	96272	fragment	False	MAD0089_000000002262	0.37912711880280525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	83.587	12.0	0.002973731283653104	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0051_000000003639	5436	0.7417703549313711	7	4	2	4	1	False	96272	fragment	False	MAD0089_000000002262	0.37670395847236265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	83.667	12.0	0.002932870853801382	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0037_000000004676	5427	0.7417703549313711	7	4	2	4	1	False	96272	fragment	False	MAD0089_000000002262	0.37890802965266535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	83.619	12.0	0.0028965504717109623	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0097_000000005245	5409	0.7417703549313711	7	4	2	4	1	False	96272	fragment	False	MAD0089_000000002262	0.3787110688490235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	83.463	12.0	0.0028965504717109623	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0073_000000003472	5405	0.7417703549313711	7	4	2	4	1	False	96272	fragment	False	MAD0089_000000002262	0.37864884462974197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	83.463	12.0	0.0028965504717109623	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0165_000000003377	5402	0.7417703549313711	6	4	2	4	1	False	96272	fragment	False	MAD0089_000000002262	0.3751367975554185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	83.619	12.0	0.0028965504717109623	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0023_000000005559	5344	0.7417703549313711	6	4	2	4	1	False	96272	fragment	False	MAD0089_000000002262	0.3708922019239399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	83.619	12.0	0.0028965504717109623	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0064_000000005044	5310	0.7417703549313711	6	4	2	4	1	False	96272	fragment	False	MAD0089_000000002262	0.2832571512260416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	84.73899999999999	15.0	0.0036456583523258664	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0049_000000003127	5257	0.7417703549313711	6	4	2	4	1	False	96272	fragment	False	MAD0089_000000002262	0.36994810851678245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	84.259	12.0	0.0029283308060400796	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ENG0142_000000001890	10617	0.7417591806033962	9	8	6	5	7	True	94995	fragment	False	ENG0142_000000001890	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5571.0	93.35799999999999	62.0	0.0016487609118977632	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
AST0102_000000012995	2389	0.7417557195004774	5	3	0	1	2	False	108278	fragment	False	AST0102_000000012995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	92.705	59.0	0.09060712308544012	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
SPA0112_000000004140	8038	0.7417534215411099	13	1	1	1	1	False	39113	maximal	True	SPA0112_000000004140	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	79.038	4.0	8.440755521660904e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0164_000000005717	4211	0.7417534215411099	4	1	1	1	1	False	39112	fragment	False	FIJ0164_000000005717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	79.863	7.0	8.440755521660904e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0134_000000008285	3956	0.7417494887738603	4	2	2	1	2	False	31490	maximal	True	ISR0134_000000008285	1.0		75	6	False	False	0.9969666600227356	0					non-mobilizable	no_good_hit	628.0	92.675	16.0	0.0021510918681167637	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0021_01_000000011523	1558	0.7417488598602874	1	1	1	1	1	False	1744	maximal	True	USA0021_01_000000011523	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1584.0	73.295	99.0	0.007812460925191435	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0126_000000007501	2510	0.7417478492247133	5	4	3	3	2	False	113756	fragment	False	ISR0059_000000003816	0.6533054600422155		0	0	False	False	1.0	0					non-mobilizable	chromosome	2511.0	98.12799999999999	100.0	0.0007011011346083391	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0057_000000001207	10726	0.7417373077034506	22	5	1	2	4	False	17017	maximal	True	MAD0057_000000001207	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	70.443	9.0	0.00029083585692178974	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0035_01_000000019799	1312	0.7417267048892785	2	2	2	2	2	False	67749	fragment	False	ENG0004_000000020505	0.976963746223565		0	0	False	False	0.9984756112098694	0					non-mobilizable	other	1312.0	100.0	100.0	0.010933108722302375	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ENG0066_000000004096	4287	0.7417148548136163	4	3	1	3	2	True	106398	maximal	True	ENG0066_000000004096	1.0		2	1	False	False	0.9925355911254883	0					non-mobilizable	no_good_hit	3496.0	96.42399999999999	82.0	0.000790750459517649	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CHI0174_000000001986	8053	0.7417100491119746	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9445143459818252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2938.0	96.46	36.0	0.47304516755706655	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0093_000000007382	4290	0.7417093955394704	6	2	2	2	1	False	97370	fragment	False	DEN0093_000000007382	0.9777624501341198		0	0	False	False	0.9995337724685669	0					non-mobilizable	other	4290.0	99.95299999999999	100.0	0.06106957202876878	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	False
ENG0033_000000006313	4145	0.7417093955394704	6	2	2	2	1	False	97370	fragment	False	DEN0093_000000007382	0.952278546470948		0	0	False	False	0.9992762207984924	0					non-mobilizable	other	4145.0	99.928	100.0	0.05900448622089297	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	False
ENG0080_000000009264	2749	0.7417093955394704	5	2	2	2	1	False	97369	fragment	False	ENG0080_000000009264	0.9845190210608884		0	0	False	False	1.0	0					non-mobilizable	other	2749.0	99.927	100.0	0.03912269458093	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	False
ISR0248_000000001754	2551	0.7417093955394704	3	2	2	2	1	False	97369	fragment	False	ENG0080_000000009264	0.9464116272052557		0	0	False	False	0.9952959418296814	0					non-mobilizable	other	2552.0	99.84299999999999	100.0	0.0008748126320063456	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
USA0120_01_000000002593	4513	0.7417080393205854	7	3	2	3	3	True	118230	fragment	False	USA0120_01_000000002593	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4513.0	99.77799999999999	100.0	0.0008738785273984741	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0372_000000006218	2667	0.7417046084195725	3	3	3	3	2	False	101411	fragment	False	FIJ0038_000000012457	0.9664356074425393		0	0	False	False	1.0	0					non-mobilizable	other	2656.0	86.559	99.0	0.04167844911553084	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MAD0098_000000032235	1414	0.7416978565547633	3	2	2	2	2	False	15281	maximal	True	MAD0098_000000032235	1.0		5	2	False	False	0.99787837266922	0					non-mobilizable	no_good_hit	382.0	74.346	26.0	0.005384052670080468	NZ_QPJY01000016.1	g-proteobacteria	Thioalbus denitrificans strain DSM 26407 Ga0244567_116, whole genome shotgun sequence	True	False
SPA0139_000000001502	11652	0.7416976315789834	11	8	6	8	7	False	49088	maximal	True	SPA0139_000000001502	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	5865.0	98.329	67.0	0.09296091866514401	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0138_000000001311	11640	0.7416976315789834	11	8	6	8	7	False	49088	maximal	False	SPA0139_000000001502	0.9994850669412976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5865.0	98.329	67.0	0.09296091866514401	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MAD0098_000000019623	2277	0.7416927586853899	3	2	2	2	1	False	15320	maximal	True	MAD0098_000000019623	1.0		1	1	False	False	0.9797979593276978	0					non-mobilizable	no_good_hit								True	False
MON0105_000000014437	3687	0.7416911875119905	6	1	1	1	1	False	12556	maximal	True	MON0105_000000014437	1.0		1	1	False	False	0.9964740872383118	0					non-mobilizable	no_good_hit	875.0	71.771	23.0	0.023847862298722933	NZ_CYYU01000020.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0014_000000004652	4378	0.7416872525457251	3	3	3	2	2	True	53128	maximal	True	SPA0014_000000004652	1.0		3	3	False	False	0.9997715950012207	0					non-mobilizable	no_good_hit	2212.0	88.51700000000001	83.0	0.07527798622006958	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
CHI0164_000000015437	1320	0.7416717143784394	2	1	1	1	1	False	78361	maximal	True	CHI0164_000000015437	1.0		1	1	False	False	0.989393949508667	0					non-mobilizable	no_good_hit	390.0	98.205	30.0	0.00010960244179589095	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
CHI0142_000000004583	3861	0.7416715195871071	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9816273006510657		0	0	False	False	0.9997410178184509	0					non-mobilizable	no_good_hit	2006.0	93.071	76.0	0.00035898670259405585	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
MAD0051_000000005582	4704	0.7416658893254817	2	2	2	2	1	True	17357	maximal	True	MAD0051_000000005582	1.0		1	1	False	False	0.9997873902320862	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	3.8773806950861627e-07	HG975449.1	eudicots	Solanum pennellii chromosome ch10, complete genome	True	True
ISR0075_000000006958	3386	0.7416642785218678	5	3	2	3	3	False	125895	maximal	True	ISR0075_000000006958	1.0		0	0	False	False	0.9973419904708862	0					non-mobilizable	no_good_hit	1138.0	93.93700000000001	63.0	0.02266594711279007	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ENG0085_000000010920	1476	0.7416589265544061	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.43500634397187415		0	0	False	False	1.0	0					non-mobilizable	virus	1476.0	99.52600000000001	100.0	0.2048042210497084	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ENG0200_000000015508	1352	0.7416589265544061	2	2	2	1	1	False	114046	fragment	False	ENG0200_000000015508	0.8503395542518262		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	96.228	100.0	0.002160673503201827	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0165_000000015249	1318	0.7416589265544061	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.272768085022342		0	0	False	False	0.9893778562545776	0					non-mobilizable	virus	1318.0	99.92399999999999	100.0	0.18286587059150236	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
AST0088_000000001533	7588	0.7416578560670998	9	5	4	4	5	False	110457	maximal	True	AST0088_000000001533	1.0		1	1	False	False	0.9998682141304016	0					non-mobilizable	no_good_hit	1619.0	84.00200000000001	21.0	0.0004361323041007522	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0061_000000000373	35568	0.7416573649354702	37	16	8	13	8	False	127513	fragment	False	ENG0061_000000000373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	97.35799999999999	9.0	0.009574685780137643	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
AST0002_000000010497	3389	0.7416573516402635	5	4	2	3	3	False	132105	fragment	False	SPA0121_000000003721	0.9868638844082271		0	0	False	False	0.9997049570083618	0					non-mobilizable	no_good_hit	2061.0	75.255	72.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0105_000000015485	3453	0.741651887064773	4	2	2	2	2	True	95601	maximal	True	MON0105_000000015485	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	89.02	25.0	0.01285679508246607	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0326_000000002909	5404	0.7416442202595356	9	7	4	4	7	True	130637	backbone	False	AST0039_000000003129	0.5919996614534124	PS1110	0	0	True	True	0.9998149275779724	23		MOBV			mobilizable	other	4171.0	94.773	94.0	0.8204419889502762	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0030_000000017723	1713	0.7416423251297153	3	3	3	3	3	False	7322	fragment	False	SPA0030_000000017723	1.0		0	0	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit	1152.0	78.819	67.0	0.011736026825204172	NZ_CBYM010000011.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0001_000000007436	3904	0.7416404146505423	4	4	4	4	4	False	99336	fragment	False	ISR0001_000000007436	1.0		0	0	False	False	0.9902663826942444	0					non-mobilizable	other	3907.0	99.38600000000001	100.0	0.0008892859484623959	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
ISR0205_000000001976	10498	0.7416386902557625	10	6	3	5	3	False	106624	fragment	False	ISR0205_000000001976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	86.012	3.0	0.0001296780780771397	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
SPA0016_000000004387	7052	0.7416349415429103	8	6	5	3	4	False	99669	fragment	False	ENG0183_000000003478	0.31629420327082797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.952	19.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
MAD0067_000000007974	1329	0.7416345489299621	2	2	2	2	2	False	60631	fragment	False	MAD0067_000000007974	0.9954918032786886		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	85.53	99.0	0.004196452845879512	NZ_FOZC01000003.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	False
ISR0107_000000003219	6033	0.7416265358453553	6	6	6	6	6	False	128580	maximal	True	ISR0107_000000003219	0.9789885955064666		151	9	False	False	0.9980109333992004	0					non-mobilizable	virus	5841.0	96.98700000000001	97.0	0.3844431271817164	MK232153.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.M06_1-CL12_c1 sequence	False	False
FIJ0020_000000007715	2964	0.7416238657689291	3	2	2	2	2	False	49804	maximal	True	FIJ0020_000000007715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0063_000000003304	3841	0.7416234895403364	5	5	1	1	4	False	85486	fragment	False	CHI0063_000000003304	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	3841.0	99.97399999999999	100.0	0.01968917761791715	CP054781.1	enterobacteria	Klebsiella pneumoniae strain KP20194a plasmid pKP20194a-p1, complete sequence	False	True
FIJ0112_000000009299	2873	0.7416213758340785	3	3	1	3	3	False	75458	fragment	False	FIJ0112_000000009299	1.0		0	0	False	False	0.9989557862281799	0	IncFII,rep_cluster_2183				non-mobilizable	plasmid	2873.0	99.965	100.0	0.020011845451694946	CP032195.1	enterobacteria	Klebsiella pneumoniae strain AR_0097 plasmid unnamed1, complete sequence	False	True
ISR0108_000000013548	1658	0.7416147767406914	1	1	1	1	1	False	56513	fragment	False	ISR0108_000000013548	0.9800978113955401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1296.0	79.707	86.0	0.0005098124056461428	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
SPA0046_000000019647	1656	0.7416147767406914	1	1	1	1	1	False	73944	maximal	True	SPA0046_000000019647	1.0		36	6	False	False	0.998792290687561	0					non-mobilizable	other	1411.0	79.80199999999999	95.0	0.005196180024899915	NZ_JNKW01000004.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	False
MON0087_000000031704	1614	0.7416147767406914	1	1	1	1	1	False	56513	fragment	False	ISR0108_000000013548	0.840143128070676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	75.52600000000001	87.0	0.0056742892912016	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
DEN0039_000000015587	1374	0.7416147767406914	1	1	1	1	1	False	73222	maximal	True	DEN0039_000000015587	0.9864551083591331		91	12	False	False	1.0	0					non-mobilizable	other	1390.0	74.532	99.0	0.0005422442266414753	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
CHI0127_000000013973	1240	0.7416145240455027	2	2	2	2	2	False	81355	fragment	False	CHI0127_000000013973	0.9930041152263375		0	0	False	False	0.9596773982048035	0					non-mobilizable	no_good_hit	110.0	78.182	9.0	7.556690925043924e-05	NZ_KB946309.1	firmicutes	Enterococcus pallens ATCC BAA-351 acvKb-supercont1.5, whole genome shotgun sequence	True	False
ENG0079_000000022988	1432	0.7416087330475447	2	2	2	2	2	False	70884	fragment	False	ENG0013_000000018701	0.9448600280584678		0	0	False	False	0.9993016719818115	0					non-mobilizable	chromosome	1432.0	98.603	100.0	0.0004762807154779788	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0009_000000017020	1624	0.7415973316931708	2	2	2	2	1	False	94766	maximal	False	MON0053_000000021882	0.6344686394937651		0	0	False	False	0.9901477694511414	0					non-mobilizable	other	1624.0	100.0	100.0	0.0004915010891458208	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
AST0102_000000002059	11235	0.7415951980087051	14	7	4	6	5	False	108398	maximal	True	AST0102_000000002059	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	90.741	1.0	2.922732507586458e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0179_000000004251	6073	0.7415921919362617	14	5	4	5	4	True	112128	fragment	False	ISR0179_000000004251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	97.863	53.0	0.01238955383782414	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0377_000000012531	1311	0.7415918457445185	2	2	1	2	2	False	23299	maximal	True	ISR0377_000000012531	1.0		240	12	False	False	0.9969488978385925	0					non-mobilizable	other	1311.0	99.161	100.0	0.000533741638896483	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
MAD0021_000000001442	8477	0.7415902846772554	10	7	6	6	4	True	97596	maximal	True	MAD0021_000000001442	1.0		1	1	False	False	0.9959891438484192	0					non-mobilizable	no_good_hit	1148.0	82.57799999999999	14.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ISR0812_000000006586	5733	0.7415781726440792	8	4	3	4	2	False	21664	maximal	True	ISR0812_000000006586	1.0		9	5	False	False	0.9980812668800354	0					non-mobilizable	no_good_hit	689.0	72.42399999999999	12.0	0.00020461590301633115	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
CAN0003_000000034912	1403	0.7415618404404225	2	2	1	2	1	False	96454	fragment	False	CAN0003_000000034912	1.0		0	0	False	False	0.9722024202346802	0					non-mobilizable	other	1403.0	98.788	100.0	0.0046806820040797385	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
ENG0190_000000007970	3841	0.7415571916016146	3	3	3	3	2	False	95044	fragment	False	ENG0190_000000007970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	99.574	6.0	0.0004998034960613776	NZ_DS499677.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_16, whole genome shotgun sequence	True	False
CAN0008_000000008147	3517	0.7415571916016146	3	3	3	3	2	False	95043	fragment	False	CAN0008_000000008147	1.0		0	0	False	False	0.9997156858444214	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	1.4834865848623767e-05	NZ_LR134384.1	CFB group bacteria	Prevotella oris strain NCTC13071 chromosome 1	True	False
FIJ0087_000000011844	2694	0.7415536684945571	5	4	4	4	4	False	105536	maximal	True	FIJ0087_000000011844	1.0		218	9	False	False	0.9918336868286133	0					non-mobilizable	no_good_hit	1012.0	93.57700000000001	38.0	0.0077150700014527885	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
ISR0260_000000009529	1596	0.7415452025813877	3	2	2	2	1	True	98868	fragment	False	SPA0002_000000009502	0.32598220538770356		0	0	False	False	1.0	0					non-mobilizable	other	1596.0	99.93700000000001	100.0	0.0005117523247168026	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0377_000000006545	2208	0.7415370319081116	2	2	2	2	1	False	124641	fragment	False	ISR0377_000000006545	1.0		0	0	False	False	0.9995471239089966	0					non-mobilizable	no_good_hit								True	False
MON0084_000000010747	2872	0.7415278383977082	4	3	3	3	3	False	72233	fragment	False	ETH0003_000000010538	0.7537025756087369		0	0	False	False	0.9989554286003113	0					non-mobilizable	no_good_hit	1465.0	75.017	50.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0009_000000000600	23711	0.7415240528261671	21	16	13	15	14	True	116929	maximal	False	AST0060_000000000939	0.9819080902270845	PS762|PS763|PS764	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	4642.0	95.196	44.0	0.161797123762203	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0037_000000000745	23690	0.7415240528261671	22	16	13	15	14	True	116929	maximal	False	AST0060_000000000939	0.9819878828160701	PS762|PS763|PS764	0	0	True	True	0.9997045397758484	31					non-mobilizable	no_good_hit	4642.0	95.196	44.0	0.161797123762203	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0398_000000000662	23670	0.7415240528261671	22	16	13	15	14	True	116929	maximal	False	AST0060_000000000939	0.9819637786720272	PS762|PS763|PS764	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	4642.0	95.17399999999999	44.0	0.161797123762203	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0267_000000002038	7361	0.7415211436083959	6	5	5	3	2	False	99662	fragment	False	ISR0194_000000002588	0.9563466700754186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	73.08800000000001	22.0	0.00047333037390425353	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ENG0174_000000007188	2506	0.7415154689534196	2	1	1	1	1	False	94036	fragment	False	ENG0174_000000007188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	71.6	44.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0199_000000010333	2870	0.7415137693689435	4	4	4	4	4	False	28819	maximal	True	ISR0199_000000010333	1.0		60	11	False	False	1.0	0					non-mobilizable	chromosome	2870.0	98.60600000000001	100.0	0.0007986915822806834	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0149_000000001579	14395	0.7415115880238605	20	13	9	9	11	True	124092	fragment	False	ENG0149_000000001579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7004.0	97.045	89.0	0.001967223803183193	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0057_000000002358	9000	0.7415107741580793	8	3	2	2	1	True	63582	fragment	False	ENG0057_000000002358	1.0		0	0	False	False	0.9988889098167419	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ISR0343_000000001424	8378	0.7415107741580793	8	3	2	2	1	True	112169	fragment	False	ISR0343_000000001424	1.0		0	0	False	False	0.9992838501930237	0					non-mobilizable	no_good_hit	519.0	74.181	6.0	0.00015479773597770432	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0125_000000004306	8205	0.7415107741580793	7	3	2	2	1	True	59875	fragment	False	SPA0125_000000004306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	96.89399999999999	2.0	0.0005705523660093428	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	True	True
CAN0008_000000003711	7330	0.7415107741580793	6	3	2	2	1	True	95077	fragment	False	CAN0008_000000003711	1.0		0	0	False	False	0.9993178844451904	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	0.0005785630807326923	NZ_WHYR01000009.1	firmicutes	Desulfofundulus thermobenzoicus strain DSM 14055 NODE_9_length_86421_cov_65.4523, whole genome shotgun sequence	True	True
ISR0182_000000003835	7242	0.7415107741580793	6	3	2	2	1	True	29573	fragment	False	ISR0182_000000003835	0.9651762682717111		0	0	False	False	0.9990333914756775	0					non-mobilizable	no_good_hit								True	True
ISR0230_000000007609	3878	0.741508705141135	6	5	2	3	4	True	107445	fragment	False	ISR0230_000000007609	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3885.0	98.044	100.0	0.010527573444555776	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0150_000000003160	7403	0.741503803647562	14	3	2	3	2	False	104264	fragment	False	ENG0198_000000002327	0.9630171865054106		0	0	False	False	0.9975685477256775	0					non-mobilizable	no_good_hit	432.0	87.037	18.0	0.0021065802528873836	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
FIJ0026_000000004877	5815	0.7415015682808741	5	4	2	4	3	False	51802	fragment	False	FIJ0026_000000004877	0.997657470067673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	77.60300000000001	25.0	0.00016859047426474413	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0090_000000013226	1722	0.7414847529337641	4	2	1	1	2	False	109884	maximal	True	AST0090_000000013226	1.0		226	14	False	False	0.9936120510101318	0					non-mobilizable	no_good_hit	552.0	75.0	32.0	0.0069101052364650695	NZ_CYZO01000011.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
TAN0010_000000007116	2101	0.7414783617849946	3	2	1	2	1	False	75094	fragment	False	TAN0010_000000007116	0.9810823200418364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	81.678	28.0	0.00013197171179554998	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0052_000000022556	1972	0.7414783617849946	2	2	1	2	1	False	75094	fragment	False	TAN0010_000000007116	0.8732900308032729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	80.822	30.0	0.00013197171179554998	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0018_000000020208	1928	0.7414783617849946	3	2	1	2	1	False	75094	fragment	False	TAN0010_000000007116	0.7786790354841655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	83.304	30.0	0.00017106053314267715	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0096_000000019117	1707	0.7414783617849946	3	2	1	2	1	False	75094	fragment	False	TAN0010_000000007116	0.39339822809546765		0	0	False	False	0.994727611541748	0					non-mobilizable	no_good_hit	620.0	82.419	36.0	0.00018581751575533765	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0090_000000036467	1672	0.7414783617849946	3	2	1	2	1	False	75094	fragment	False	TAN0010_000000007116	0.39137605230930145		0	0	False	False	0.9994019269943237	0					non-mobilizable	no_good_hit	584.0	80.65100000000001	35.0	0.00013197171179554998	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0111_01_000000007212	3372	0.7414775084386162	5	5	3	4	3	True	25501	fragment	False	USA0111_01_000000007212	1.0		0	0	False	False	0.9958481788635254	0					non-mobilizable	other	3333.0	91.26899999999999	99.0	0.0008830765761882341	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	True
AST0016_000000011442	2240	0.7414735780533749	3	3	2	2	3	False	123406	fragment	False	AST0016_000000011442	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2240.0	99.911	100.0	0.2145458029896512	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
ISR0042_000000013252	2257	0.7414652738777829	4	4	4	3	3	False	87965	fragment	False	ISR0069_000000009626	0.720997999912405		0	0	False	False	1.0	0					non-mobilizable	other	2257.0	98.494	100.0	0.03145917001338688	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0052_000000017593	1614	0.7414624636223358	1	1	1	1	1	False	11217	maximal	True	MON0052_000000017593	1.0		44	7	False	False	0.9876084327697754	0					non-mobilizable	chromosome	1520.0	97.434	99.0	0.000811316228038232	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
MON0110_000000010660	1499	0.7414624636223358	1	1	1	1	1	False	70103	fragment	False	MON0110_000000010660	0.9708282131324584		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	100.0	92.0	0.0036186408479306144	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
MON0041_000000048660	1418	0.7414624636223358	1	1	1	1	1	False	110555	fragment	False	MON0041_000000048660	0.9880198913246091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	76.453	46.0	0.0002443289954220462	NZ_LT906460.1	firmicutes	Staphylococcus simiae strain NCTC13838 chromosome 1	True	False
MON0013_000000040983	1382	0.7414624636223358	1	1	1	1	1	False	70103	fragment	False	MON0110_000000010660	0.9591270883485701		0	0	False	False	0.9985527992248535	0					non-mobilizable	other	1382.0	100.0	100.0	0.0036186408479306144	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ENG0015_000000012593	1381	0.7414624636223358	1	1	1	1	1	False	70103	fragment	False	MON0110_000000010660	0.9598634518492064		0	0	False	False	0.9978276491165161	0					non-mobilizable	other	1381.0	99.71	100.0	0.003616020543189173	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
SPA0046_000000002174	9541	0.7414614657894537	10	9	4	5	9	True	119604	maximal	False	SPA0100_000000002707	0.22586294090562564		0	0	False	False	0.9998952150344849	0					non-mobilizable	chromosome	9539.0	100.0	99.0	0.0049060227627522905	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
MAD0090_000000003026	3951	0.7414511920926168	6	3	2	2	3	False	15796	maximal	True	MAD0090_000000003026	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1727.0	86.045	44.0	0.14554229108458216	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
AST0019_000000021267	1430	0.7414488285228413	2	2	2	2	1	False	122071	fragment	False	FIJ0155_000000015130	0.982905982905983		0	0	False	False	0.9986013770103455	0					non-mobilizable	no_good_hit	710.0	90.0	87.0	0.00022755673366482698	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0839_000000015756	1361	0.7414488285228413	2	2	2	2	1	False	125862	fragment	False	FIJ0065_000000011444	0.8752474132861638		0	0	False	False	1.0	0					non-mobilizable	chromosome	1362.0	97.72399999999999	100.0	0.0004581046316364164	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0002_000000017215	2141	0.7414445259544843	2	1	1	1	1	False	131881	fragment	False	AST0002_000000017215	1.0		0	0	False	False	0.9981316924095154	0					non-mobilizable	no_good_hit	1132.0	73.233	52.0	0.0010973573883093135	NZ_LN876586.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	False
MON0054_000000040462	1260	0.7414429671400395	2	2	2	2	1	False	79411	fragment	False	MON0043_000000018490	0.41298596378253055		0	0	False	False	0.9992063641548157	0					non-mobilizable	no_good_hit								True	False
MAD0072_000000000310	14823	0.7414420769214741	18	17	9	11	16	False	16786	maximal	True	MAD0072_000000000310	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	14823.0	99.98	100.0	0.13096921282386625	CP042948.1	enterobacteria	Escherichia coli strain 90-9133 plasmid p90-9133_1, complete sequence	False	True
ENG0179_000000013164	2540	0.7414404562079381	3	2	2	2	1	False	55399	fragment	False	ENG0179_000000013164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	92.82	66.0	0.0002690654291537187	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0114_000000013864	2020	0.7414379599519292	5	4	2	1	3	True	123556	backbone	False	ISR0826_000000002301	0.21160446964835217	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2024.0	97.62799999999999	100.0	0.0201181542391825	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0153_000000007904	1925	0.7414379599519292	5	4	2	1	3	True	123556	backbone	False	ISR0826_000000002301	0.16618579995077837	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1926.0	99.117	100.0	0.002112135176651306	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0016_000000010117	2240	0.7414347139585286	2	2	2	2	2	True	105475	maximal	True	ENG0016_000000010117	1.0		24	5	False	False	0.9995535612106323	0					non-mobilizable	no_good_hit	1494.0	76.104	66.0	0.059448325996526795	NZ_FOGW01000027.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
CHI0060_000000001752	5967	0.7414295873447005	6	3	1	3	2	True	118871	fragment	False	CHI0060_000000001752	1.0		0	0	False	False	0.9998323917388916	0					non-mobilizable	other	5729.0	97.59100000000001	98.0	0.0009202256866348786	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
ISR0108_000000009914	2241	0.7414263812878393	3	3	2	2	2	False	109510	fragment	False	ENG0182_000000011915	0.41704854806984815		0	0	False	False	1.0	0					non-mobilizable	other	2241.0	98.126	100.0	0.008597825210819442	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0241_000000012377	1315	0.7414241511259761	2	2	2	1	1	False	27248	fragment	False	ISR0241_000000012377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000005097	5022	0.7414200410541849	4	4	2	4	1	True	54241	fragment	False	SPA0046_000000005097	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0391_000000008882	1698	0.7414193151040686	1	1	0	1	1	False	22853	fragment	False	ISR0391_000000008882	1.0		0	0	False	False	0.9752650260925293	0					non-mobilizable	no_good_hit								True	False
ISR0228_000000024044	1143	0.7414129247810505	2	2	2	2	1	False	27586	fragment	False	ISR0228_000000024044	1.0		0	0	False	False	0.9965004324913025	0					non-mobilizable	other	1143.0	99.3	100.0	0.011292395926035795	NZ_QSFT01000011.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf11, whole genome shotgun sequence	False	False
FIJ0018_000000001287	16879	0.7414096792068597	31	3	2	3	3	False	50067	maximal	True	FIJ0018_000000001287	1.0		1	1	False	False	0.9999407529830933	0					non-mobilizable	no_good_hit	289.0	86.505	2.0	0.0009252115236239521	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
MON0060_000000030394	1393	0.7414078466231995	3	2	2	2	1	False	119758	fragment	False	MON0060_000000030394	1.0		0	0	False	False	0.9942569732666016	0					non-mobilizable	no_good_hit	674.0	80.415	66.0	0.0027286844335243005	NZ_FNBY01000004.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
USA0082_01_000000002899	9197	0.7414074748014693	12	11	8	10	9	False	59192	maximal	True	USA0082_01_000000002899	1.0		4	3	False	False	0.9998912811279297	0		MOBP			mobilizable	no_good_hit	1102.0	90.2	20.0	0.0026051446853622246	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
ISR0219_000000012060	2752	0.7414017043102281	3	3	3	3	2	False	28044	maximal	True	ISR0219_000000012060	1.0		4	4	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
FIJ0021_000000014718	3379	0.7413966999838554	3	3	3	3	3	False	99231	fragment	False	CHI0111_000000008113	0.6439742019282091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1334.0	74.21300000000001	39.0	0.0005030445486440574	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
MON0058_000000015255	3005	0.7413961561635192	3	2	1	2	1	False	81060	fragment	False	TAN0007_000000011343	0.9141651031894935		0	0	False	False	0.999667227268219	0					non-mobilizable	no_good_hit	177.0	93.785	6.0	0.31992687385740404	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	False
ENG0084_000000011420	2439	0.7413897137044589	4	2	2	2	2	False	61528	fragment	False	ENG0084_000000011420	1.0		0	0	False	False	0.999180018901825	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000026394	1426	0.7413862468540648	2	2	2	2	1	False	42978	maximal	True	FIJ0096_000000026394	1.0		49	6	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	76.436	80.0	0.00026615456457755864	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0009_000000018926	1975	0.7413851207293516	2	2	2	2	2	False	77252	fragment	False	MON0019_000000032309	0.9725565719788156		0	0	False	False	1.0	0					non-mobilizable	chromosome	1975.0	98.734	100.0	0.0006965697644260339	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0049_000000002425	5923	0.7413849537131918	8	7	3	6	6	False	90624	maximal	True	CHI0049_000000002425	0.9973127600554785		93	9	False	False	0.9989870190620422	0					non-mobilizable	other	5923.0	99.51	100.0	0.0026009595704947004	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MAD0043_000000017477	1516	0.7413789425149425	4	2	2	2	0	True	18017	maximal	True	MAD0043_000000017477	1.0		0	0	False	False	0.9934036731719971	0					non-mobilizable	no_good_hit	122.0	83.60700000000001	8.0	2.7996226108720544e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
USA0039_01_000000001246	16766	0.7413762990054742	18	12	9	7	8	True	94855	maximal	True	USA0039_01_000000001246	1.0		16	9	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.834323265467193e-06	NZ_MTFE01000010.1	CFB group bacteria	Cnuella takakiae strain RG1-1 Scaffold1, whole genome shotgun sequence	True	True
MAD0065_000000001693	6531	0.7413727692359583	10	9	2	6	9	True	98649	fragment	False	MAD0065_000000001693	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6556.0	94.005	99.0	0.05114493671380882	CP056698.1	enterobacteria	Escherichia marmotae strain RHBSTW-00605 plasmid pRHBSTW-00605_2, complete sequence	False	True
DEN0049_000000000433	6272	0.7413719252615429	10	9	3	5	9	False	132521	backbone	False	USA0060_01_000000001071	0.022332877191874413	PS1166	0	0	False	True	0.9996811151504517	0					non-mobilizable	other	6272.0	99.729	100.0	0.23435105945663143	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0848_000000002186	6199	0.7413719252615429	9	9	3	5	9	False	132521	backbone	False	USA0060_01_000000001071	0.02061737036100548	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	6145.0	100.0	99.0	0.22960499271273216	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ISR0356_000000008647	2215	0.741371896386085	5	5	4	5	1	False	113759	maximal	True	ISR0356_000000008647	1.0		34	6	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	93.588	77.0	0.00047467765440947833	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0805_000000005681	2051	0.7413693856652794	2	1	1	1	1	False	95810	fragment	False	MON0088_000000014694	0.9411364063071103		0	0	False	False	0.9990248680114746	0					non-mobilizable	no_good_hit	660.0	74.545	32.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0100_000000033331	1384	0.7413693856652794	1	1	1	1	1	False	95808	fragment	False	MON0060_000000029221	0.9630990711061133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	74.735	47.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0802_000000013499	1331	0.7413693856652794	2	1	1	1	1	False	95808	fragment	False	MON0060_000000029221	0.622604312598325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	74.734	49.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0101_000000051835	1284	0.7413693856652794	1	1	1	1	1	False	95808	fragment	False	MON0060_000000029221	0.6428602228709484		0	0	False	False	0.9984423518180847	0					non-mobilizable	no_good_hit	660.0	74.848	51.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0004_000000016440	1222	0.7413693856652794	1	1	1	1	1	False	95808	fragment	False	MON0060_000000029221	0.4818071736440063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	74.734	53.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0024_000000045250	1168	0.7413693856652794	1	1	1	1	1	False	95808	fragment	False	MON0060_000000029221	0.4685518437506904		0	0	False	False	0.9666095972061157	0					non-mobilizable	no_good_hit	659.0	74.507	56.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0063_000000027234	1100	0.7413693856652794	1	1	1	1	1	False	95806	fragment	False	SPA0109_000000021663	0.6838128577868222		0	0	False	False	0.9990909099578857	0					non-mobilizable	no_good_hit	659.0	74.355	59.0	0.00018120242911923035	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0398_000000006141	3690	0.7413579262620688	5	5	5	5	5	False	98889	fragment	False	FIJ0168_000000005061	0.970718954248366		0	0	False	False	1.0	0					non-mobilizable	other	3690.0	100.0	100.0	0.0016347312819058424	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
ENG0184_000000009135	2456	0.7413524187431135	4	4	4	3	2	False	55115	maximal	True	ENG0184_000000009135	1.0		3	2	False	False	0.9959283471107483	0					non-mobilizable	no_good_hit	683.0	71.742	27.0	0.00021775474705348577	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
MON0046_000000021438	1589	0.7413455103966213	3	2	1	2	0	True	11514	fragment	False	MON0046_000000021438	1.0		0	0	False	False	0.9553177952766418	0					non-mobilizable	no_good_hit								True	True
ISR0166_000000005939	3078	0.7413414377897571	4	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.6165202417048212		0	0	False	False	0.9990253448486328	0					non-mobilizable	other	2747.0	98.471	100.0	0.0008203408659798006	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0056_000000011182	3051	0.7413414377897571	5	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.622709534828166		0	0	False	False	0.9996722340583801	0					non-mobilizable	other	2980.0	98.289	98.0	0.0008902970476996524	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0077_000000015006	1384	0.7413378062425682	3	2	2	2	1	True	61977	maximal	True	ENG0077_000000015006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0347_000000017615	1282	0.7413367550143976	2	1	1	1	1	False	24161	maximal	True	ISR0347_000000017615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	96.92299999999999	76.0	0.044106326133224655	NZ_CYZK01000035.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0374_000000012836	1273	0.7413207477316973	3	2	1	1	2	False	23408	fragment	False	ISR0374_000000012836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	96.61200000000001	67.0	0.017058618497939434	NZ_JAAIQH010000022.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_22_length_48773_cov_204.908, whole genome shotgun sequence	True	False
FIJ0032_000000018290	1970	0.7413174033884836	3	3	2	3	2	True	48427	maximal	True	FIJ0032_000000018290	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0085_000000005933	5993	0.7413153048518268	7	5	2	3	5	False	102112	fragment	False	DEN0085_000000005933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3557.0	91.257	60.0	0.0017740151493200191	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0117_000000005430	4014	0.7413110666719837	5	2	2	2	2	False	59384	maximal	True	ENG0117_000000005430	1.0		1	1	False	False	0.985550582408905	0					non-mobilizable	no_good_hit	71.0	92.958	2.0	1.0973023448880837e-05	NZ_CP021425.1	g-proteobacteria	Oleiphilus messinensis strain ME102 chromosome, complete genome	True	False
FIJ0170_000000002618	6246	0.7413010029147039	6	6	5	4	6	False	52528	maximal	True	FIJ0170_000000002618	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2144.0	96.455	41.0	0.0007213212531938577	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0077_000000032134	1398	0.7412970886160591	1	1	1	1	1	False	10204	maximal	True	MON0077_000000032134	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0153_000000003511	4701	0.7412865985861871	8	6	3	4	5	True	124280	maximal	True	CHI0153_000000003511	1.0		4	2	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2451.0	86.536	76.0	0.0010223864486637506	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
AST0150_000000007418	3646	0.7412842545461591	4	4	4	4	3	False	124983	maximal	False	CAN0008_000000006498	0.4134917662857871		0	0	False	False	0.9964344501495361	0					non-mobilizable	no_good_hit	1117.0	84.512	72.0	0.002685386075704157	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0157_000000008749	2096	0.7412762602288204	4	3	2	2	2	True	48709	fragment	False	FIJ0157_000000008749	1.0		0	0	False	False	0.9990457892417908	0					non-mobilizable	no_good_hit	113.0	76.991	5.0	0.00041884329443520144	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
FIJ0154_000000034450	1187	0.7412723571111419	1	1	1	1	1	False	39545	fragment	False	FIJ0154_000000034450	0.9861351819757366		0	0	False	False	0.9814658761024475	0					non-mobilizable	no_good_hit	685.0	71.825	57.0	0.00027592250778142656	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0044_000000003911	4476	0.7412710030116695	5	3	3	3	3	False	64533	maximal	True	ENG0044_000000003911	1.0		0	0	False	False	0.9955317378044128	0					non-mobilizable	no_good_hit	178.0	100.0	4.0	5.096468665499758e-05	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
ISR0168_000000014149	1770	0.7412704518727502	3	2	2	1	1	False	66751	fragment	False	ISR0168_000000014149	1.0		0	0	False	False	0.988135576248169	0					non-mobilizable	no_good_hit								True	False
ENG0016_000000013599	1648	0.7412704518727502	3	2	2	1	1	False	66747	fragment	False	ENG0016_000000013599	1.0		0	0	False	False	0.9993932247161865	0					non-mobilizable	no_good_hit								True	False
FIJ0104_000000021596	1290	0.7412651262007025	3	2	2	2	2	False	42454	fragment	False	SPA0139_000000022255	0.7187613511390416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	77.977	86.0	0.037860699911317276	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
CHI0149_000000006894	1922	0.7412647892409094	3	2	2	2	2	False	79578	maximal	True	CHI0149_000000006894	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	92.346	21.0	0.0009017800060567314	NZ_NHMP01000002.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_2_length_445785_cov_182.862_ID_5999, whole genome shotgun sequence	True	False
SPA0052_000000012456	2241	0.7412640260727349	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.291867874564323		0	0	False	False	1.0	0					non-mobilizable	chromosome	2241.0	99.197	100.0	0.0007904337752352158	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0106_000000023941	1606	0.7412613313360644	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.4415195198684652		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	99.81299999999999	100.0	0.016710568784032816	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0027_000000006814	5007	0.7412572442620705	8	4	3	4	3	False	125898	fragment	False	AST0089_000000003509	0.9536431788320398		0	0	False	False	0.9976033568382263	0					non-mobilizable	other	3958.0	95.604	98.0	0.07891107513341727	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
FIJ0116_000000001815	10573	0.741254408566978	28	5	2	4	1	False	42281	maximal	True	FIJ0116_000000001815	1.0		1	1	False	False	0.999337911605835	0					non-mobilizable	no_good_hit								True	False
SPA0108_000000011944	2473	0.7412530641308069	4	4	4	3	3	False	24371	maximal	True	SPA0108_000000011944	1.0		50	8	False	False	0.9955519437789917	0					non-mobilizable	other	2473.0	99.96	100.0	0.000993662986656698	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
ENG0095_000000024498	1144	0.7412521380144096	2	2	2	2	2	False	60898	maximal	True	ENG0095_000000024498	1.0		37	10	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit	435.0	95.86200000000001	38.0	0.00015127580577023087	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0353_000000003297	8719	0.741248355797861	7	5	3	4	4	False	24045	maximal	True	ISR0353_000000003297	1.0		2	1	False	False	0.9995412230491638	0					non-mobilizable	no_good_hit	4375.0	91.291	66.0	0.002448637682814909	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
FIJ0078_000000011322	2204	0.7412395239523454	4	3	3	3	3	False	74175	fragment	False	FIJ0153_000000010755	0.7384719454166306		0	0	False	False	0.9990925788879395	0					non-mobilizable	other	2203.0	96.55	99.0	0.0637410988247554	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
FIJ0092_000000005670	5090	0.7412324470968727	5	4	2	4	2	False	43336	maximal	True	FIJ0092_000000005670	1.0		1	1	False	False	0.9998035430908203	0					non-mobilizable	no_good_hit	158.0	87.975	5.0	8.354147298611497e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ENG0070_000000002399	8580	0.7412210132172585	12	11	4	8	10	True	123619	fragment	False	ENG0070_000000002399	0.9904485551928425		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6654.0	97.145	97.0	0.21374612603305784	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0025_000000001320	13424	0.7412131120029516	12	5	3	3	1	True	112174	maximal	True	ENG0025_000000001320	1.0		2	2	False	False	0.9994040727615356	0					non-mobilizable	no_good_hit	485.0	74.845	4.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0146_000000001995	10419	0.7412131120029516	11	5	3	3	1	True	112171	fragment	False	SPA0146_000000001995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.845	5.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0090_000000013182	2171	0.7412085093783792	5	5	2	4	3	False	33674	fragment	False	ISR0090_000000013182	1.0		0	0	False	False	0.9976969361305237	0					non-mobilizable	plasmid	2112.0	99.85799999999999	97.0	0.23603805260212646	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0122_000000009177	1558	0.7412069309450785	3	3	3	3	2	False	81752	fragment	False	CHI0122_000000009177	0.9719755232786861		0	0	False	False	0.9910141229629517	0					non-mobilizable	other	1558.0	99.23	100.0	0.006357437425993222	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0086_000000015478	1626	0.7412038698503486	3	2	2	2	1	False	61423	fragment	False	ENG0086_000000015478	1.0		0	0	False	False	0.9975399971008301	0					non-mobilizable	no_good_hit	1212.0	93.069	74.0	0.00043098366500672657	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
SPA0130_000000011511	2831	0.7412010907237278	4	4	2	3	3	False	122174	fragment	False	SPA0130_000000011511	0.9558090727728908		0	0	False	False	0.9968209266662598	0					non-mobilizable	other	2805.0	97.50399999999999	99.0	0.04852364595260401	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
CHI0128_000000006497	1240	0.7411984703306521	3	1	1	1	1	False	81320	fragment	False	CHI0128_000000006497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	97.696	94.0	0.004759736934095325	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ISR0205_000000011905	1371	0.7411911854885869	2	2	2	1	1	False	82263	fragment	False	ISR0792_000000009886	0.8161464415516932		0	0	False	False	1.0	0					non-mobilizable	chromosome	1371.0	100.0	100.0	0.0005430954139358283	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0143_000000001910	7971	0.7411897361860769	10	8	4	6	7	True	81874	maximal	True	SPA0143_000000001910	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	4506.0	80.892	68.0	0.015966815890358102	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
CHI0114_000000002022	3382	0.7411897006838386	4	3	3	2	3	False	96010	maximal	True	CHI0114_000000002022	1.0		28	5	False	False	0.9997043013572693	0					non-mobilizable	no_good_hit	2255.0	72.86	66.0	0.0013002280591707619	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
ISR0816_000000020436	1901	0.741188424697841	3	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.39983723569302715		0	0	False	False	1.0	0					non-mobilizable	other	1901.0	95.792	100.0	0.04323273891175126	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0090_000000004410	10516	0.7411824526513583	9	9	2	6	9	True	19670	fragment	False	MON0090_000000004410	1.0		0	0	False	False	0.999714732170105	0			MPF_I		non-mobilizable	plasmid	10342.0	98.163	99.0	0.08645918691573155	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ISR0150_000000008276	2765	0.7411822495099666	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9859975517803824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	92.64399999999999	40.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0295_000000012543	2759	0.7411822495099666	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9891787480951882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	92.64399999999999	40.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0185_000000007513	2759	0.7411822495099666	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9891787480951882		0	0	False	False	0.9996375441551208	0					non-mobilizable	no_good_hit	938.0	92.64399999999999	40.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AUS0008_000000008456	2759	0.7411822495099666	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9891787480951882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	92.64399999999999	40.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0785_000000012716	2719	0.7411822495099666	4	4	4	4	2	False	102129	fragment	False	MON0062_000000013938	0.9785612959647575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	92.64399999999999	39.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0101_000000032347	1988	0.7411775310035634	3	2	2	2	2	False	9043	maximal	True	MON0101_000000032347	1.0		8	4	False	False	0.9909456968307495	0					non-mobilizable	no_good_hit	675.0	72.889	34.0	0.01162346899829985	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	True	False
DEN0093_000000007748	4115	0.7411771268127704	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5875447314668081		0	0	False	False	0.9992709755897522	0					non-mobilizable	other	4118.0	98.34899999999999	100.0	0.00860870237978241	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0051_000000010821	3922	0.7411771268127704	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5663232593514979		0	0	False	False	0.9982151985168457	0					non-mobilizable	other	3923.0	98.471	100.0	0.008198863743290461	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0847_000000007315	3456	0.7411771268127704	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.35985521074809707		0	0	False	False	0.9997106194496155	0					non-mobilizable	other	2661.0	98.046	100.0	0.005560004767510669	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0160_000000008421	3273	0.7411771268127704	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.2793268353312596		0	0	False	False	0.9969447255134583	0					non-mobilizable	other	2498.0	98.559	99.0	0.0052191695749178755	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0107_000000018180	3149	0.7411771268127704	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.24056502943386107		0	0	False	False	0.9961892366409302	0					non-mobilizable	other	3150.0	98.635	100.0	0.006584601358740541	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0064_000000006561	2957	0.7411771268127704	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.20358761748697746		0	0	False	False	1.0	0					non-mobilizable	other	2145.0	98.741	100.0	0.00448313283999356	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0127_000000010588	2768	0.7411771268127704	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.13797032639996962		0	0	False	False	0.9949421882629395	0					non-mobilizable	other	2769.0	97.833	100.0	0.005787925233723029	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0047_000000017730	2469	0.7411771268127704	2	2	2	2	0	True	17666	maximal	True	MAD0047_000000017730	1.0		4	1	False	False	0.9995949864387512	0					non-mobilizable	other	1667.0	87.40299999999999	97.0	0.0034669003025696466	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0045_000000010900	1223	0.7411714012617949	2	2	2	1	1	False	73168	maximal	True	ENG0045_000000010900	0.9904958677685951		435	13	False	False	1.0	0					non-mobilizable	other	1223.0	98.774	100.0	0.0012476682795144508	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
SPA0127_000000011233	2610	0.7411645366687228	3	3	3	3	3	False	93624	fragment	False	ISR0112_000000012858	0.6720416169464135		0	0	False	False	0.9938697218894958	0					non-mobilizable	no_good_hit	1496.0	78.209	57.0	0.07918552036199095	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
CAN0021_000000036856	1183	0.7411633698998309	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1833903602244273		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	97.887	100.0	0.000397854279643089	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0082_000000004855	1854	0.7411608603404275	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.9534379081836097		0	0	False	False	0.998921275138855	0					non-mobilizable	other	1861.0	94.84100000000001	100.0	0.002961582404115578	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0001_000000024359	1814	0.7411608603404275	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.9480967458540459		0	0	False	False	0.9972436428070068	0					non-mobilizable	other	1820.0	94.01100000000001	99.0	0.0028961595169556976	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0177_000000014813	1811	0.7411608603404275	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.9475979604676907		0	0	False	False	0.9961347579956055	0					non-mobilizable	other	1818.0	94.169	100.0	0.002892968156606435	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0078_000000010962	1799	0.7411608603404275	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.9493868451613195		0	0	False	False	1.0	0					non-mobilizable	other	1806.0	94.684	100.0	0.00287381999451086	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0387_000000014648	1646	0.7411608603404275	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.833172630564992		0	0	False	False	0.9993924498558044	0					non-mobilizable	other	1653.0	94.374	100.0	0.0026296809277922806	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0013_000000020735	1373	0.7411608603404275	2	2	2	2	1	False	111852	fragment	False	AST0061_000000030512	0.9726578503673421		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	97.305	100.0	0.002189273199594059	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0154_000000024523	1373	0.7411608603404275	2	2	2	2	1	False	111852	fragment	False	AST0061_000000030512	0.9518618974035158		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	93.17399999999999	100.0	0.002189273199594059	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0396_000000007761	2914	0.7411578277458117	4	3	3	3	1	False	22682	maximal	True	ISR0396_000000007761	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	72.91199999999999	33.0	0.0001825287080356749	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
SPA0142_000000001057	17125	0.7411520474681804	13	10	9	10	7	False	7652	fragment	False	SPA0142_000000001057	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2376.0	94.571	20.0	0.03829101168883515	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0017_000000009858	1331	0.7411427405539082	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.17892703174534721	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1257.0	80.509	99.0	0.0003457353749770898	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0151_000000001801	7645	0.7411355722273115	12	5	2	4	2	True	41183	maximal	True	ISR0151_000000001801	1.0		1	1	False	False	0.9997383952140808	0					non-mobilizable	no_good_hit	290.0	89.655	5.0	0.0008594718857526922	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0271_000000010920	1673	0.7411349456337369	2	2	2	2	1	False	26411	fragment	False	ISR0271_000000010920	1.0		0	0	False	False	0.9928272366523743	0					non-mobilizable	other	1650.0	81.939	97.0	0.0006870403400409541	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0012_000000015050	1510	0.7411230346045184	3	3	3	3	1	False	61141	backbone	False	ISR0778_000000008281	0.9604079184163168	PS269|PS270	0	0	False	True	0.9642384052276611	0					non-mobilizable	no_good_hit	55.0	87.273	4.0	3.453690172012958e-05	CP029984.1	high GC Gram+	Gardnerella vaginalis strain UGent 06.41 chromosome	True	True
FIJ0021_000000027032	1780	0.7411214554790969	4	2	1	2	1	True	49610	maximal	True	FIJ0021_000000027032	1.0		10	8	False	False	0.9977527856826782	0					non-mobilizable	no_good_hit	53.0	88.679	3.0	2.1038579805108497e-05	CP012177.1	firmicutes	Lactobacillus farciminis strain CNCM-I-3699-R genome	True	True
ISR0104_000000020883	1179	0.7411185401840964	2	1	1	1	1	False	32963	maximal	True	ISR0104_000000020883	1.0		10	5	False	False	1.0	0					non-mobilizable	other	1179.0	97.625	100.0	0.007953709142714389	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0040_000000011792	1971	0.7411168734510529	3	2	2	2	1	True	71659	fragment	False	ENG0040_000000011792	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1974.0	96.04899999999999	100.0	0.025388814502008444	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ENG0017_000000013688	1499	0.7411168734510529	3	2	2	2	1	True	71649	fragment	False	FIJ0064_000000018123	0.8583714092640029		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	95.71	99.0	0.01919610670511896	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
DEN0062_000000014704	1459	0.7411168734510529	2	2	2	2	1	True	71649	fragment	False	FIJ0064_000000018123	0.8483457867033032		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	95.616	100.0	0.01878411782881862	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ENG0182_000000020353	1394	0.7411168734510529	2	2	2	2	1	True	71649	fragment	False	FIJ0064_000000018123	0.7218375545488949		0	0	False	False	0.9992826581001282	0					non-mobilizable	other	1386.0	95.527	99.0	0.017831393552374085	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
AST0104_000000020373	1697	0.7411138799932493	2	1	0	1	0	True	107790	maximal	True	AST0104_000000020373	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1696.0	96.167	99.0	0.003321250122464975	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
MON0032_000000021764	1420	0.7411100073372693	3	2	2	2	1	True	98369	maximal	True	MON0032_000000021764	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	88.90700000000001	86.0	0.010485143878028897	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0231_000000007882	2256	0.7411079924264175	3	3	3	2	2	False	107390	fragment	False	SPA0028_000000012691	0.9412088667834028		0	0	False	False	1.0	0					non-mobilizable	chromosome	2256.0	99.77799999999999	100.0	0.0007107705856339868	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0041_000000023733	1419	0.7411007314723852	1	1	1	1	1	False	6899	maximal	True	SPA0041_000000023733	1.0		2	2	False	False	0.9922480583190918	0					non-mobilizable	other	1343.0	74.98100000000001	94.0	0.010719110758751245	NZ_JHVC01000012.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00011.11_C, whole genome shotgun sequence	False	False
ISR0334_000000014889	1451	0.7410954187497751	2	2	2	2	1	False	70666	fragment	False	ISR0334_000000014889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	78.014	88.0	0.011501903117785312	NZ_VTVE01000006.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_6_length_96158_cov_92.399, whole genome shotgun sequence	True	False
ISR0834_000000015381	1197	0.7410949709596051	1	1	1	1	1	False	20961	fragment	False	ISR0834_000000015381	1.0		0	0	False	False	0.9983291625976562	0					non-mobilizable	chromosome	1013.0	94.965	90.0	0.000352744505620907	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0115_000000004266	5755	0.7410918684196206	6	5	2	3	3	False	41758	fragment	False	FIJ0115_000000004266	1.0		0	0	False	False	0.9956559538841248	0	rep_cluster_2469				non-mobilizable	no_good_hit	2699.0	98.48100000000001	88.0	0.024662242454158212	CP032196.1	enterobacteria	Klebsiella pneumoniae strain AR_0097 plasmid unnamed2, complete sequence	True	True
DEN0031_000000003805	7033	0.7410809426519285	4	3	3	3	3	False	107106	fragment	False	DEN0031_000000003805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3074.0	98.243	45.0	0.020748512899457824	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0035_000000010624	2108	0.7410809254668459	3	3	3	2	2	False	99544	maximal	True	MAD0035_000000010624	1.0		0	0	False	False	0.9981024861335754	0					non-mobilizable	no_good_hit	86.0	96.512	4.0	3.303269692928049e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
USA0062_01_000000003752	6965	0.7410804303173649	9	9	5	7	8	False	119725	fragment	False	ENG0005_000000002953	0.46615606273279525		0	0	False	False	1.0	0					non-mobilizable	chromosome	6965.0	100.0	100.0	0.0012720701151018872	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0797_000000003188	3674	0.7410803183952304	6	5	4	4	3	False	46621	maximal	False	FIJ0050_000000006750	0.9339299815740985		0	0	False	False	0.9893848896026611	0					non-mobilizable	no_good_hit	543.0	93.92299999999999	30.0	0.011358128753556001	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
CHI0119_000000004844	2310	0.741068590636966	2	2	2	2	2	False	81939	maximal	True	CHI0119_000000004844	1.0		123	10	False	False	1.0	0					non-mobilizable	no_good_hit	1867.0	97.965	89.0	0.0015027052723602947	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	False
FIJ0016_000000011355	1657	0.7410485967667244	2	2	2	2	1	False	50212	fragment	False	FIJ0016_000000011355	1.0		0	0	False	False	0.9951720237731934	0					non-mobilizable	no_good_hit	576.0	72.396	34.0	0.006346768455883184	NZ_PPRF01000040.1	firmicutes	Staphylococcus rostri strain DSM 21968 ad82c537-9ccb-4044-81e6-1ba5860873f3_c40, whole genome shotgun sequence	True	False
MON0046_000000026176	1333	0.741043232882532	1	1	1	1	1	False	22706	fragment	False	MON0046_000000026176	0.969626168224299		0	0	False	False	0.9557389616966248	0					non-mobilizable	other	1276.0	99.21600000000001	96.0	0.008257772020725388	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	False	False
ENG0125_000000013460	1950	0.7410418906623337	3	1	1	1	1	False	71452	fragment	False	ENG0125_000000013460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0091_000000006397	1433	0.7410375279846343	1	1	1	1	1	False	34555	fragment	False	ISR0076_000000017749	0.9603485575774828		0	0	False	False	0.9902302622795105	0					non-mobilizable	other	1414.0	99.71700000000001	99.0	0.000513149221832629	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0177_000000003164	7477	0.7410351624109456	6	4	3	4	3	False	55547	maximal	True	ENG0177_000000003164	1.0		5	2	False	False	0.9975926280021667	0					non-mobilizable	no_good_hit	462.0	71.861	6.0	0.0008284611476367055	NZ_CCEZ01000043.1	firmicutes	Anaerosalibacter massiliensis, whole genome shotgun sequence	True	False
ENG0150_000000007562	2207	0.7410340295839513	4	2	2	2	2	False	122282	maximal	True	ENG0150_000000007562	1.0		0	0	False	False	0.9945627450942993	0					non-mobilizable	no_good_hit	1780.0	76.067	79.0	0.0007413501039626031	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
ISR0338_000000014860	1885	0.7410340295839513	3	2	2	2	2	False	122279	fragment	False	AST0019_000000015172	0.37781367797522886		0	0	False	False	0.9856764078140259	0					non-mobilizable	other	1781.0	76.193	93.0	0.0007413501039626031	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	False	False
USA0018_01_000000006316	3888	0.7410248228485038	5	4	2	3	4	False	80617	fragment	False	ISR0771_000000002809	0.9998713991769548		0	0	False	False	0.9961419701576233	0					non-mobilizable	other	3888.0	99.331	100.0	0.0017071816701305135	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0771_000000002809	3888	0.7410248228485038	5	4	2	3	4	False	80617	fragment	False	ISR0771_000000002809	0.9998713991769548		0	0	False	False	0.9997428059577942	0					non-mobilizable	other	3888.0	99.306	100.0	0.0017071816701305135	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0117_000000006392	3458	0.7410248228485038	4	4	2	3	4	False	80616	fragment	False	ENG0117_000000006392	1.0		0	0	False	False	0.9939271211624146	0					non-mobilizable	other	3382.0	99.43799999999999	98.0	0.0014849450030129318	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0011_000000007094	5854	0.7410245629398502	15	2	1	2	0	False	51199	maximal	True	FIJ0011_000000007094	1.0		2	1	False	False	0.9989750385284424	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.8058410877428194e-07	CP030984.1	eudicots	Arachis hypogaea cultivar Shitouqi chromosome A02	True	False
DEN0041_000000021813	1560	0.7410232471032686	2	2	1	2	0	False	73096	maximal	True	DEN0041_000000021813	1.0		0	0	False	False	0.9935897588729858	0					non-mobilizable	no_good_hit	243.0	100.0	16.0	0.12763713080168776	HG796850.1	bacteria	Uncultured bacterium plasmid pRGF00222	True	False
SPA0028_000000002182	9309	0.7410170196311955	7	7	5	7	3	False	66543	fragment	False	SPA0028_000000002182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	0.0	0.09722222222222222	XM_005767919.1	haptophytes	Emiliania huxleyi CCMP1516 hypothetical protein partial mRNA	True	False
FIJ0066_000000017252	1896	0.7410080462421386	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3165154654308843		0	0	False	False	0.9994725584983826	0					non-mobilizable	chromosome	1896.0	96.624	100.0	0.0006378459051807561	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0089_000000004693	1817	0.7410080462421386	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3042354938675795		0	0	False	False	0.9966978430747986	0					non-mobilizable	chromosome	1818.0	97.305	100.0	0.0006115915618540548	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0057_000000017995	1250	0.7410074670481304	2	2	2	2	2	False	42331	fragment	False	FIJ0106_000000020268	0.9522942461762565		0	0	False	False	0.9919999837875366	0					non-mobilizable	other	1250.0	99.52	100.0	0.00225312578358808	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0806_000000001946	5000	0.7410019324928587	4	4	3	3	4	True	123496	fragment	False	ISR0806_000000001946	0.979783341302315		0	0	False	False	1.0	0					non-mobilizable	other	5000.0	99.7	100.0	0.03847841314069752	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0286_000000008144	2193	0.7410001196621142	3	2	2	1	1	False	62347	fragment	False	ISR0286_000000008144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
ISR0294_000000014226	1328	0.7409985619501183	2	1	1	1	1	False	33382	fragment	False	ISR0294_000000014226	0.9955415683189089		0	0	False	False	1.0	0					non-mobilizable	chromosome	1254.0	99.76100000000001	94.0	0.00017685679878184763	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0095_000000028157	1271	0.7409985619501183	2	1	1	1	1	False	33382	fragment	False	ISR0294_000000014226	0.981425702811245		0	0	False	False	0.9834775924682617	0					non-mobilizable	chromosome	1266.0	99.76299999999999	99.0	0.00017855055902556843	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0334_000000017434	1251	0.7409985619501183	2	1	1	1	1	False	33382	fragment	False	ISR0294_000000014226	0.9754274770205922		0	0	False	False	1.0	0					non-mobilizable	chromosome	1251.0	99.84	100.0	0.00017643335872091743	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0066_000000002065	6756	0.7409874738998253	9	7	2	2	4	True	85212	maximal	True	CHI0066_000000002065	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	93.50200000000001	51.0	0.0014760541795085264	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
ENG0167_000000004770	5129	0.7409865945515751	5	5	5	4	2	False	56092	maximal	True	ENG0167_000000004770	1.0		1	1	False	False	0.9943459033966064	0					non-mobilizable	no_good_hit	3748.0	98.93299999999999	80.0	0.0011275539367714494	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0057_01_000000023845	1362	0.7409816739732215	2	2	2	1	1	False	959	maximal	True	USA0057_01_000000023845	1.0		4	3	False	False	0.9816446304321289	0					non-mobilizable	other	1362.0	100.0	100.0	0.002909910372194855	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ISR0779_000000000842	24194	0.7409811883518778	27	12	6	8	8	True	22361	maximal	True	ISR0779_000000000842	1.0		5	4	False	False	0.9999586939811707	0					non-mobilizable	no_good_hit	1326.0	74.51	6.0	0.0003867939196943558	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
CHI0158_000000007367	2348	0.7409804099746748	3	3	3	3	2	False	102678	maximal	True	CHI0158_000000007367	1.0		1	1	False	False	0.9833900928497314	0					non-mobilizable	no_good_hit	1935.0	96.279	82.0	0.0006841788596523224	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0011_000000010648	1322	0.7409795154109702	1	1	1	1	1	False	28680	fragment	False	MAD0011_000000010648	0.9602032973657243		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	88.22	97.0	0.008316097897276801	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0344_000000027809	1272	0.7409795154109702	1	1	1	1	1	False	28680	fragment	False	MAD0011_000000010648	0.7291453190779775		0	0	False	False	1.0	0					non-mobilizable	chromosome	1258.0	99.762	99.0	0.0002797468613603932	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0068_000000016345	1569	0.7409786731000814	3	2	1	1	2	False	62590	maximal	True	ENG0068_000000016345	1.0		1	1	False	False	0.9847036600112915	0					non-mobilizable	no_good_hit	392.0	91.837	25.0	0.00020991171836214897	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
MON0099_000000033804	1107	0.7409676811062936	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.45895136315320145		0	0	False	False	0.9963866472244263	0					non-mobilizable	other	1107.0	94.038	100.0	0.00046361599517101603	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ISR0288_000000022769	1289	0.7409635686593362	2	2	2	1	1	False	38545	fragment	False	ISR0288_000000022769	1.0		0	0	False	False	0.9953452348709106	0					non-mobilizable	other	949.0	97.155	90.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0031_000000004017	6800	0.7409598021771859	6	5	5	3	2	False	73816	fragment	False	DEN0031_000000004017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.877	19.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
USA0031_01_000000015814	1743	0.7409526920008976	3	3	2	2	2	False	1528	maximal	True	USA0031_01_000000015814	1.0		26	6	False	False	0.9994263052940369	0					non-mobilizable	other	1753.0	94.809	100.0	0.011796629342095518	NZ_JAAIPW010000006.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_6_length_148517_cov_271.659, whole genome shotgun sequence	False	False
ISR0111_000000004394	3827	0.7409453464153697	6	5	2	3	4	False	132106	fragment	False	ISR0111_000000004394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2061.0	75.255	73.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0776_000000003821	6960	0.7409421114814008	7	6	5	6	4	False	126422	maximal	True	ISR0776_000000003821	1.0	PS317|PS959	4	3	False	True	0.9998562932014465	0					non-mobilizable	no_good_hit	3344.0	93.571	48.0	0.0008618087258971331	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
CHI0008_000000007299	1380	0.7409414712818504	2	1	1	1	1	False	90503	fragment	False	ISR0274_000000005432	0.9569313593539703		0	0	False	False	0.9927536249160767	0					non-mobilizable	other	1390.0	97.48200000000001	100.0	0.013045560846411767	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
ISR0300_000000009917	1164	0.7409396021969438	1	1	1	1	1	False	25580	maximal	True	ISR0300_000000009917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	97.866	28.0	0.0001405024038409737	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ENG0207_000000003737	4445	0.7409389645380744	4	4	4	4	2	True	131936	maximal	True	ENG0207_000000003737	1.0	PS1136	0	0	False	True	0.9968503713607788	0					non-mobilizable	no_good_hit	671.0	84.054	15.0	0.001684231758358126	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	True
ISR0101_000000004033	5793	0.7409383575905208	6	6	6	6	5	False	114948	fragment	False	ISR0243_000000000897	0.29804137683956344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	76.946	12.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ISR0812_000000018662	2126	0.7409371086646547	2	2	2	2	1	False	67071	fragment	False	ENG0012_000000010829	0.9713683674099917		0	0	False	False	0.9614298939704895	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000021746	1525	0.7409308954699841	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.20124493574280192		0	0	False	False	0.998032808303833	0					non-mobilizable	other	1525.0	99.475	100.0	0.00045884721561935193	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0102_000000012106	2616	0.7409296387951475	5	2	2	2	2	False	50783	maximal	True	FIJ0102_000000012106	1.0		2	1	False	False	0.9980886578559875	0					non-mobilizable	no_good_hit	460.0	74.348	17.0	0.026686217008797655	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0027_01_000000009717	2818	0.7409242806509518	4	4	4	4	2	False	1586	fragment	False	USA0027_01_000000009717	1.0		0	0	False	False	0.9953867793083191	0					non-mobilizable	chromosome	2799.0	99.536	99.0	0.0015496705980742656	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ISR0379_000000015573	1607	0.7409237931492878	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.46367423691825627		0	0	False	False	1.0	0					non-mobilizable	chromosome	1604.0	91.584	99.0	0.0005049465535191339	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0032_000000000018	117821	0.7409210121878758	166	48	26	44	22	True	106296	maximal	True	ISR0032_000000000018	1.0		15	9	True	True	1.0	20					non-mobilizable	no_good_hit	761.0	79.369	1.0	0.0028110227741118543	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0018_000000006298	4309	0.740920862555992	4	4	4	4	4	False	50027	maximal	True	FIJ0018_000000006298	1.0		6	1	False	False	0.9997678995132446	0					non-mobilizable	no_good_hit	1086.0	81.4	25.0	0.00028703061757731754	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0059_01_000000009482	2787	0.7409177383584044	4	4	4	3	3	False	120957	fragment	False	USA0059_01_000000009482	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2319.0	96.292	95.0	0.0025784960554354384	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
FIJ0049_000000001953	7746	0.7409168461473363	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.48092284425707904		0	0	False	False	1.0	0					non-mobilizable	plasmid	5778.0	98.11399999999999	98.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0104_000000002516	11334	0.7409121929608533	10	7	6	7	4	True	131957	maximal	True	SPA0104_000000002516	1.0	PS1136	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	5154.0	86.90299999999999	45.0	0.0015965565150518695	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0109_000000004446	5317	0.7409109583941631	4	3	2	3	3	True	96620	fragment	False	ENG0109_000000004446	0.9266042647361445		0	0	False	False	0.9998119473457336	0					non-mobilizable	other	5335.0	89.67200000000001	99.0	0.48399126796434416	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0036_000000021874	1183	0.7409029282211043	2	2	2	2	2	False	65262	fragment	False	ENG0036_000000021874	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	99.324	100.0	0.000539136423865225	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
MON0101_000000030274	2111	0.7408874591868605	3	3	3	3	1	False	12919	fragment	False	MON0101_000000030274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	351.0	76.068	16.0	0.006152751844936428	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
SPA0119_000000023661	1335	0.7408835497204668	2	2	2	2	2	False	4203	maximal	True	SPA0119_000000023661	0.9890880748246298		45	9	False	False	0.989513099193573	0					non-mobilizable	no_good_hit	48.0	89.583	4.0	0.000272556990506898	NZ_BJNY01000012.1	high GC Gram+	Glutamicibacter uratoxydans strain NBRC 15515 sequence12, whole genome shotgun sequence	True	False
DEN0016_000000003580	2174	0.7408798065047529	3	3	2	3	2	False	80192	maximal	True	DEN0016_000000003580	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	71.788	18.0	0.0024823272632504803	NZ_PZZW01000007.1	a-proteobacteria	Rhodobacter johrii strain JA192 Ga0191650_107, whole genome shotgun sequence	True	False
MON0050_000000017921	2058	0.7408748894432897	3	3	2	3	2	False	71665	fragment	False	FIJ0085_000000013712	0.8568792259660518		0	0	False	False	0.9936831593513489	0					non-mobilizable	other	2039.0	99.65700000000001	99.0	0.0036017121387242374	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0125_000000012285	2124	0.7408733948201256	4	3	3	2	1	False	58834	fragment	False	ENG0125_000000012285	1.0		0	0	False	False	0.9995291829109192	0					non-mobilizable	no_good_hit	852.0	74.648	40.0	0.00023601057126023214	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0064_000000002852	7103	0.7408652248653744	7	5	5	5	5	True	119342	fragment	False	MON0046_000000003368	0.6399296394019349		0	0	False	False	1.0	0					non-mobilizable	other	7020.0	99.274	99.0	0.0020554415758522074	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0135_000000018188	1179	0.7408627073267021	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.04256949403213966		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	99.661	100.0	0.02789221953876024	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0021_01_000000004788	3847	0.7408625057361928	6	4	2	2	4	False	37242	fragment	False	USA0021_01_000000004788	1.0		0	0	False	False	0.9984403252601624	0					non-mobilizable	no_good_hit	1640.0	97.134	62.0	0.0003638229395027753	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0156_000000017144	1431	0.7408616002390189	2	2	2	2	2	False	30577	fragment	False	ISR0156_000000017144	0.988078541374474		0	0	False	False	1.0	0					non-mobilizable	chromosome	1318.0	73.672	91.0	0.00043252347660014334	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0184_000000006658	3434	0.7408575818728934	5	3	3	2	2	False	55118	maximal	True	ENG0184_000000006658	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	99.615	15.0	0.008551655956500247	NZ_CABIWU010000007.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CAN0001_000000037866	1137	0.7408461322973413	1	1	1	1	1	False	97012	fragment	False	CAN0001_000000037866	1.0		0	0	False	False	0.9674582481384277	0					non-mobilizable	other	1144.0	80.857	99.0	0.013180202986738509	NZ_CACZYW010000011.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	False
USA0044_01_000000014212	1984	0.7408393634247382	3	2	2	2	2	False	57674	fragment	False	USA0044_01_000000014212	1.0		0	0	False	False	0.9974798560142517	0					non-mobilizable	no_good_hit								True	False
AST0113_000000025498	1466	0.7408242237960614	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.20027540077456096		0	0	False	False	0.9986357688903809	0					non-mobilizable	chromosome	1466.0	99.045	100.0	0.0004931104227386848	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0066_000000002714	5749	0.7408199298355091	5	3	3	3	0	True	16604	maximal	True	MAD0066_000000002714	1.0		1	1	False	False	0.9928683042526245	0					non-mobilizable	no_good_hit								True	True
CHI0114_000000004428	1710	0.7408166534407239	3	2	2	2	1	False	82282	fragment	False	CHI0114_000000004428	1.0		0	0	False	False	0.988304078578949	0					non-mobilizable	no_good_hit	967.0	86.66	59.0	0.0002145393590703413	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0137_000000005318	5245	0.7408158042951778	7	6	5	6	5	False	128349	maximal	True	ISR0137_000000005318	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4422.0	98.1	100.0	0.0015529811157636896	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0819_000000000998	16931	0.7408075737931404	15	5	4	4	2	False	21332	maximal	True	ISR0819_000000000998	1.0		2	1	False	False	0.9997046589851379	0					non-mobilizable	no_good_hit	1611.0	86.344	10.0	0.0005001674487164963	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ENG0076_000000001843	6072	0.7407999360803716	10	4	2	2	4	True	120399	fragment	False	ISR0186_000000003458	0.9749765633992373		0	0	False	False	0.9945651888847351	0					non-mobilizable	no_good_hit	109.0	79.817	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0285_000000001857	6071	0.7407999360803716	10	4	2	2	4	True	120399	fragment	False	ISR0186_000000003458	0.975591570857378		0	0	False	False	0.9996705651283264	0					non-mobilizable	no_good_hit	109.0	79.817	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
SPA0137_000000008213	4438	0.7407999360803716	7	4	2	2	4	True	120398	fragment	False	SPA0002_000000005395	0.9613897121706003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	78.899	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ENG0184_000000005417	4295	0.7407999031878991	6	3	3	3	2	False	121502	fragment	False	ENG0184_000000005417	1.0		0	0	False	False	0.9995343685150146	0					non-mobilizable	no_good_hit								True	False
AST0090_000000002322	10813	0.7407882027992514	10	5	4	5	4	True	109955	fragment	False	AST0090_000000002322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5638.0	93.13600000000001	78.0	0.002477863915289904	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
FIJ0087_000000010586	2994	0.7407866517524584	4	3	3	3	3	False	111983	fragment	False	ISR0159_000000007482	0.40313405944019676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	2.0	9.20454987980982e-06	NZ_KV917369.1	firmicutes	Bacillus abyssalis strain DSM 25875 Scaffold1, whole genome shotgun sequence	True	False
ENG0079_000000022934	1435	0.7407852023861974	2	2	2	2	1	False	61804	maximal	True	ENG0079_000000022934	1.0		77	10	False	False	0.996515691280365	0					non-mobilizable	no_good_hit	180.0	75.556	12.0	9.414002291272423e-05	CP046161.1	firmicutes	Ruminococcaceae bacterium LAM 19011 chromosome, complete genome	True	False
SPA0001_000000005380	6088	0.7407726468805609	9	6	4	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4858331263644274	PS1107|PS1110|PS1114	0	0	True	True	1.0	141		MOBV			mobilizable	other	5150.0	99.883	100.0	0.8390673406163378	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0089_000000006019	6086	0.7407726468805609	9	6	4	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48600922414688913	PS1107|PS1110|PS1114	0	0	True	True	1.0	167		MOBV			mobilizable	other	5148.0	99.90299999999999	100.0	0.8390673406163378	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0033_000000004714	6009	0.7407726468805609	9	6	4	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4864544311815122	PS1107|PS1110|PS1114	0	0	True	True	1.0	348		MOBV			mobilizable	other	4921.0	99.898	100.0	0.8020544594814936	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0156_000000001237	9976	0.7407719127501637	13	8	7	5	7	False	127958	maximal	True	CHI0156_000000001237	1.0		1	1	False	False	0.999599039554596	0					non-mobilizable	no_good_hit	4699.0	99.766	56.0	0.0010453229974620262	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0321_000000000337	17204	0.7407664206853087	21	9	6	7	3	True	100672	maximal	True	ISR0321_000000000337	0.9833680452246355		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	1.0	0.016594231529039907	KU547211.1	bacteria	Uncultured bacterium clone AX_08A_000_Contig_26 genomic sequence	True	True
CHI0161_000000006423	1668	0.7407424243066999	2	2	2	2	1	False	115613	fragment	False	USA0080_01_000000022560	0.8640939380533317		0	0	False	False	0.9940047860145569	0					non-mobilizable	chromosome	1670.0	96.88600000000001	100.0	0.0005882379925522789	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0090_000000022147	2006	0.7407405943321226	2	2	2	1	2	False	70889	fragment	False	FIJ0090_000000022147	1.0		0	0	False	False	0.9970089793205261	0					non-mobilizable	no_good_hit	1029.0	76.19	51.0	0.003691067109981472	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
DEN0061_000000035403	1243	0.7407358038221131	1	1	1	1	1	False	74959	fragment	False	MON0087_000000043461	0.40923839720106137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	75.124	32.0	0.0015701214652341633	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MAD0047_000000010845	3644	0.7407313680670446	3	3	3	3	1	True	17684	fragment	False	MAD0047_000000010845	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	3644.0	98.079	100.0	0.027555481596901805	CP056643.1	enterobacteria	Escherichia coli strain RHBSTW-00300 plasmid pRHBSTW-00300_2, complete sequence	False	True
ENG0063_000000004925	5943	0.7407126578552222	7	4	3	3	4	True	130127	fragment	False	ENG0063_000000004925	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5942.0	97.57700000000001	99.0	0.0019923007455223724	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0047_000000005869	4700	0.7407126578552222	5	4	3	3	4	True	130091	fragment	False	ISR0047_000000005869	0.9376585232882237		0	0	False	False	1.0	0					non-mobilizable	chromosome	2781.0	96.584	97.0	0.0009353951295500376	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0161_000000009886	1719	0.7406770304290655	3	2	2	2	2	False	102863	fragment	False	SPA0016_000000019783	0.958605420410505		0	0	False	False	1.0	0					non-mobilizable	chromosome	1563.0	98.01700000000001	99.0	0.00043717364162005023	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0109_000000007077	1999	0.7406624861852714	2	2	2	2	2	False	56753	maximal	True	MAD0109_000000007077	0.9753265602322205		42	7	False	False	0.9914957284927368	0					non-mobilizable	other	1999.0	98.399	100.0	0.028291867858002577	NZ_CYYA01000017.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0124_000000002409	11229	0.7406605875804836	17	4	1	4	1	False	4078	fragment	False	SPA0124_000000002409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	95.745	0.0	0.00039976361803455347	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
FIJ0114_000000010966	3430	0.7406569615421905	5	5	4	4	2	False	113756	fragment	False	ISR0059_000000003816	0.8029300219329896		0	0	False	False	1.0	0					non-mobilizable	chromosome	3395.0	95.758	99.0	0.0009487955474340398	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0054_000000018337	2470	0.7406565976212427	3	3	3	3	2	False	125453	fragment	False	MON0054_000000018337	0.9770558354076048		0	0	False	False	1.0	0					non-mobilizable	chromosome	1617.0	88.435	93.0	0.0004499301056371013	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0024_000000004752	6254	0.7406543947845613	7	4	1	3	2	True	121798	maximal	False	SPA0132_000000005938	0.9286692247531917		0	0	True	True	1.0	35					non-mobilizable	plasmid	4530.0	88.72	94.0	0.7178138942001274	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
ISR0294_000000016853	1114	0.7406532684253667	2	2	2	2	1	True	105374	fragment	False	AST0140_000000024610	0.7398528643208053		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	99.91	100.0	0.001849703681791138	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	True
ISR0133_000000003925	4542	0.7406509125597676	5	2	1	2	1	False	100144	fragment	False	ISR0133_000000003925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1955.0	98.31200000000001	74.0	0.016937540110662064	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
USA0019_01_000000004960	5729	0.7406471543016961	9	2	2	2	2	False	1846	fragment	False	USA0019_01_000000004960	1.0		0	0	False	False	0.9998254776000977	0					non-mobilizable	no_good_hit	83.0	98.795	1.0	0.0003005303260754038	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0073_000000005365	4779	0.7406438901846847	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.6790295260711662		0	0	False	False	1.0	0					non-mobilizable	chromosome	4779.0	97.991	100.0	0.0016082468258330621	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0013_000000023116	1227	0.7406437995487974	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.15183060944664806	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1238.0	82.229	99.0	0.014545325645146044	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
DEN0005_000000005063	5646	0.7406399575017457	8	6	4	5	1	True	78591	maximal	False	ENG0191_000000004175	0.7887286743964754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2715.0	77.937	47.0	0.06604100633914421	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ISR0839_000000007398	2544	0.7406395508372	3	2	2	2	2	False	89734	fragment	False	ISR0839_000000007398	1.0		0	0	False	False	0.9944968819618225	0					non-mobilizable	other	2284.0	97.986	90.0	0.1042085083074676	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0089_000000014953	1794	0.7406367541849761	2	2	1	2	1	False	9605	maximal	True	MON0089_000000014953	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	78.654	29.0	0.0042212076752211015	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	True	False
ITA0002_000000006088	1659	0.7406364053073358	2	1	1	1	1	False	20422	maximal	True	ITA0002_000000006088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.03333333333333333	GQ875602.1		Uncultured organism clone VC1A405TR genomic sequence	True	False
ISR0140_000000017755	1287	0.7406267903353353	2	2	2	2	2	False	31225	fragment	False	ISR0140_000000017755	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	99.53399999999999	100.0	0.0005836906131111618	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
AST0087_000000006744	4794	0.7406213146236266	5	5	4	5	3	False	113793	maximal	False	ISR0779_000000006401	0.9751049790041991		0	0	False	False	0.9989570379257202	0					non-mobilizable	no_good_hit	174.0	76.437	4.0	1.927612481857765e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
CHI0165_000000007345	2210	0.7406200513735204	3	3	1	3	3	False	94940	fragment	False	CHI0165_000000007345	1.0		0	0	False	False	0.9995474815368652	0					non-mobilizable	chromosome	2133.0	95.59299999999999	97.0	0.0007431336818021479	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0200_000000007472	2691	0.7406170946317281	4	4	4	4	4	False	95307	fragment	False	CHI0062_000000005290	0.9593926553672316		0	0	False	False	1.0	0					non-mobilizable	other	2154.0	98.7	99.0	0.053891016495206626	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0067_000000009231	3227	0.7406163128243886	5	5	5	5	4	False	129476	maximal	True	FIJ0067_000000009231	1.0		2	2	False	False	0.9981406927108765	0					non-mobilizable	no_good_hit	1621.0	92.96700000000001	65.0	0.0004602252202282922	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0087_000000005905	4670	0.7406133384541136	5	3	3	3	2	False	114547	maximal	True	ENG0087_000000005905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	89.47399999999999	4.0	0.22466422466422467	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
CHI0181_000000007369	2755	0.7406081142906766	3	2	2	2	2	False	92581	maximal	True	CHI0181_000000007369	1.0		10	5	False	False	0.9981850981712341	0					non-mobilizable	no_good_hit	1049.0	73.403	38.0	0.00025969841862481785	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CHI0154_000000012786	2469	0.7406081142906766	2	2	2	2	2	False	92580	fragment	False	CHI0154_000000012786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	72.818	40.0	0.0002466507686069526	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0279_000000000921	14480	0.7406077296840688	19	11	6	6	7	False	73670	maximal	True	ISR0279_000000000921	1.0		6	4	False	False	0.9999309182167053	0					non-mobilizable	no_good_hit	4478.0	81.331	56.0	0.0009945509969109863	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
USA0043_01_000000002462	5365	0.7406006858500855	7	3	1	2	2	True	61092	maximal	True	USA0043_01_000000002462	1.0		1	1	False	False	0.9998136162757874	0					non-mobilizable	no_good_hit	1539.0	97.986	50.0	0.0008295087063334096	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	True
ENG0025_000000005654	3922	0.7405950701457138	5	2	2	1	2	False	101723	fragment	False	ENG0025_000000005654	1.0		0	0	False	False	0.9989801049232483	0					non-mobilizable	no_good_hit	1809.0	95.135	46.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0025_000000001763	10400	0.7405922273299713	17	3	2	3	2	False	94330	maximal	True	SPA0025_000000001763	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	100.0	6.0	0.10051854806541684	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
USA0020_01_000000015670	2225	0.7405873099905366	4	3	2	3	1	False	1793	maximal	True	USA0020_01_000000015670	1.0		1	1	False	False	0.9986516833305359	0					non-mobilizable	no_good_hit								True	False
ISR0386_000000006369	5567	0.7405736944436834	12	4	3	4	3	True	81773	maximal	True	ISR0386_000000006369	0.9997242647058824		8	4	False	False	0.9991018772125244	0					non-mobilizable	no_good_hit	4033.0	99.23100000000001	77.0	0.0011188496592632088	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
SPA0038_000000005464	5440	0.7405736944436834	12	4	3	4	3	True	81773	maximal	False	ISR0386_000000006369	0.988324052451949		0	0	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit	4033.0	99.306	78.0	0.0011188496592632088	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0329_000000006232	2327	0.7405720893754939	4	3	3	3	3	False	24705	fragment	False	ISR0329_000000006232	1.0		0	0	False	False	0.9974215626716614	0					non-mobilizable	no_good_hit	197.0	78.173	8.0	7.54326978970997e-05	NZ_CP014022.1	firmicutes	Staphylococcus lugdunensis strain FDAARGOS_141 chromosome, complete genome	True	False
FIJ0105_000000011878	2599	0.7405717586204046	4	4	4	4	4	False	114322	maximal	True	FIJ0105_000000011878	0.9512130966448733		271	11	False	False	1.0	0					non-mobilizable	other	2599.0	99.307	100.0	0.004684842001583862	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0215_000000009472	3062	0.7405713748100144	5	3	2	3	1	False	77408	maximal	True	ISR0215_000000009472	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	78.082	5.0	0.00031001984126984125	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ISR0067_000000017611	1716	0.7405710830158608	1	1	1	1	1	False	35072	fragment	False	ISR0067_000000017611	1.0		0	0	False	False	0.997086226940155	0					non-mobilizable	no_good_hit	1183.0	73.964	72.0	0.0035790300123287925	NZ_JAAIPW010000002.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_2_length_326066_cov_251.654, whole genome shotgun sequence	True	False
ISR0200_000000001099	14644	0.7405681385121123	26	12	5	12	7	True	100986	maximal	False	AUS0020_000000001412	0.9358960555211671		0	0	True	True	0.9999316930770874	8					non-mobilizable	no_good_hit	609.0	92.611	5.0	0.0001762479762644995	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0123_000000003233	10104	0.7405676019982946	15	4	1	4	0	False	41387	maximal	True	FIJ0123_000000003233	1.0		1	1	False	False	0.9996041059494019	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000002531	9663	0.7405676019982946	15	4	1	4	0	False	22219	maximal	True	ISR0785_000000002531	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001715451131880071	NZ_SOBF01000001.1	g-proteobacteria	Allofrancisella inopinata strain DSM 101834 Ga0244727_101, whole genome shotgun sequence	True	True
USA0010_01_000000018515	1425	0.7405643541175928	3	2	2	2	1	True	2047	fragment	False	USA0010_01_000000018515	1.0		0	0	False	False	0.9985964894294739	0					non-mobilizable	no_good_hit	227.0	84.581	16.0	0.006442150067585056	NZ_CACWHY010000022.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	True
USA0073_01_000000007536	2124	0.7405418529819654	2	2	2	2	2	False	92584	fragment	False	USA0073_01_000000007536	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2124.0	99.906	100.0	0.0003946456823475897	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0071_000000003620	6425	0.7405389216349161	9	7	2	4	7	True	123502	maximal	True	SPA0071_000000003620	1.0		4	4	False	False	0.9981322884559631	0					non-mobilizable	no_good_hit	5059.0	97.92399999999999	88.0	0.0009241521279674148	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	True
ISR0231_000000010821	1733	0.7405356619223009	3	2	2	2	2	False	27479	maximal	True	ISR0231_000000010821	1.0		16	3	False	False	1.0	0					non-mobilizable	chromosome	815.0	89.816	93.0	0.00021465461242113252	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0087_000000007018	3940	0.7405349653815094	4	3	2	3	2	False	61398	maximal	True	ENG0087_000000007018	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2295.0	98.693	89.0	0.0006202650375741635	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0095_000000001153	12415	0.7405319035505303	9	8	7	7	7	False	20311	maximal	True	MAD0095_000000001153	1.0		3	1	False	False	0.9997583627700806	0					non-mobilizable	no_good_hit	3586.0	94.757	34.0	0.0009544568305684406	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0090_000000011256	3637	0.7405279408471804	4	3	1	1	2	True	123164	backbone	False	FIJ0129_000000005691	0.9998639825897715	PS879|PS880	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	929.0	87.51299999999999	38.0	0.2269607843137255	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
DEN0046_000000005293	4251	0.7405259595856034	4	4	4	4	3	False	72753	maximal	True	DEN0046_000000005293	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	85.557	41.0	0.0281182128451753	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0392_000000006397	4586	0.7405186638268189	11	3	2	3	1	True	88415	fragment	False	ISR0392_000000006397	1.0		0	0	False	False	0.986916720867157	0					non-mobilizable	no_good_hit								True	True
FIJ0002_000000014069	2523	0.740510548476971	3	2	2	2	2	False	115163	fragment	False	FIJ0002_000000014069	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1462.0	96.58	58.0	0.00041556801406275335	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0330_000000015492	1952	0.7405072953737282	4	4	4	3	2	False	44963	maximal	True	ISR0330_000000015492	1.0		43	10	False	False	0.9682376980781555	0					non-mobilizable	no_good_hit	1583.0	97.28399999999999	81.0	0.07447159064162312	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0137_000000006212	2755	0.7404890837524436	3	1	1	1	1	False	94042	fragment	False	ENG0137_000000006212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	71.56	39.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0066_000000008046	2415	0.7404890837524436	3	1	1	1	1	False	94048	maximal	True	ENG0066_000000008046	1.0		0	0	False	False	0.9987577795982361	0					non-mobilizable	no_good_hit	745.0	70.067	35.0	0.00016177012261949043	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0777_000000012017	1442	0.7404890837524436	2	1	1	1	1	False	94019	fragment	False	ISR0777_000000012017	0.9589322993153141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	71.52199999999999	75.0	0.0003068288673838841	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0034_01_000000037317	1383	0.7404890837524436	1	1	1	1	1	False	94019	fragment	False	ISR0777_000000012017	0.9480471926607817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	71.375	76.0	0.0003068288673838841	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CAN0012_000000034390	1316	0.7404890837524436	1	1	1	1	1	False	94019	fragment	False	ISR0777_000000012017	0.7353628372806422		0	0	False	False	0.9559270739555359	0					non-mobilizable	no_good_hit	1067.0	71.509	80.0	0.00030623653366306576	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0199_000000005170	5204	0.7404866439214983	6	6	6	6	4	False	78184	maximal	True	ISR0199_000000005170	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	1974.0	85.765	61.0	0.00043034013935844533	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
CAN0018_000000004758	6879	0.7404862484555351	9	9	5	7	8	False	119725	fragment	False	ENG0005_000000002953	0.4583922201394293		0	0	False	False	0.9998546242713928	0					non-mobilizable	chromosome	6880.0	99.15700000000001	100.0	0.0010618819587552444	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
DEN0090_000000025597	1199	0.7404852079701447	2	1	1	1	1	True	68678	fragment	False	DEN0090_000000025597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0236_000000000425	12970	0.7404778765319009	26	3	3	3	1	False	76884	fragment	False	ISR0236_000000000425	1.0		0	0	False	False	0.9996916055679321	0					non-mobilizable	no_good_hit								True	False
USA0089_01_000000001184	8025	0.7404660503739814	15	12	7	12	10	True	132197	fragment	False	ISR0849_000000002289	0.6046963115974133		0	0	False	False	1.0	0					non-mobilizable	other	8025.0	99.76299999999999	100.0	0.010147559476535666	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	True
SPA0107_000000020420	1610	0.7404623457923268	2	2	2	1	1	False	4713	maximal	True	SPA0107_000000020420	1.0		3	3	False	False	0.9720497131347656	0					non-mobilizable	no_good_hit	374.0	71.925	23.0	0.001268289347736907	NZ_RXYB01000003.1	firmicutes	Acetobacterium tundrae strain DSM 917 NODE_3_length_292520_cov_27.3906, whole genome shotgun sequence	True	False
ISR0154_000000002354	11622	0.7404538813275825	13	13	6	6	13	True	30643	maximal	True	ISR0154_000000002354	1.0		2	1	False	False	0.9999139308929443	0					non-mobilizable	no_good_hit	2193.0	81.89699999999999	79.0	0.0014036865206978034	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
FIJ0069_000000015168	1457	0.7404509490668083	2	2	2	2	1	False	44968	fragment	False	FIJ0069_000000015168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	92.073	68.0	0.004881391618705214	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
ENG0039_000000001827	10279	0.7404493255401566	11	6	4	5	4	False	111730	maximal	True	ENG0039_000000001827	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	90.11	1.0	0.0002800624507073991	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0045_000000018841	2123	0.7404422394059069	4	3	3	3	2	False	79245	fragment	False	DEN0045_000000018841	0.9742798353909465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	74.51	12.0	4.0678431282857225e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
FIJ0029_000000018333	1744	0.7404393189484828	3	3	3	3	2	False	80183	fragment	False	ENG0028_000000010875	0.9561952941751585		0	0	False	False	0.9959862232208252	0					non-mobilizable	no_good_hit	120.0	100.0	7.0	2.36784631841683e-05	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	True	False
ENG0193_000000009612	2119	0.7404376009372547	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.31945568699571375	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2119.0	98.443	100.0	0.0006009588089149699	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0144_000000021049	1503	0.7404368243378796	2	2	2	2	1	False	40054	fragment	False	FIJ0144_000000021049	1.0		0	0	False	False	0.9853625893592834	0					non-mobilizable	no_good_hit	333.0	80.18	22.0	0.00016989249182648245	CP054011.1	CFB group bacteria	Prevotella melaninogenica strain FDAARGOS_760 chromosome 2, complete sequence	True	False
SPA0051_000000013189	1884	0.7404348356809656	3	3	3	3	3	False	31006	maximal	False	ISR0146_000000021540	0.9491444491047307		0	0	False	False	1.0	0					non-mobilizable	other	1879.0	99.947	99.0	0.0004981729678826985	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
USA0019_01_000000005533	5196	0.7404323433417211	7	7	5	7	4	False	48462	maximal	True	USA0019_01_000000005533	1.0		3	2	False	False	0.9982678890228271	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.739698533111626e-07	CP023757.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 1	True	False
ENG0090_000000010467	2204	0.7404264230045439	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.5114922509178257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	85.594	78.0	0.0003638030251298128	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0009_000000006742	5018	0.7404258871136284	6	4	4	4	2	False	112431	fragment	False	SPA0009_000000006742	1.0		0	0	False	True	0.9990035891532898	0					non-mobilizable	no_good_hit	1196.0	96.99	24.0	0.2577097261160233	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	True
CHI0004_000000002892	2108	0.7404251178055685	3	3	3	3	3	False	99064	fragment	False	MON0001_000000015181	0.9528705371293915		0	0	False	False	0.992409884929657	0					non-mobilizable	chromosome	2104.0	98.669	99.0	0.0007145971157188599	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0278_000000002050	4599	0.7404244855601122	4	4	4	4	4	False	54417	maximal	True	ISR0278_000000002050	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00015947176056823668	NZ_WBWE01000006.1	a-proteobacteria	Ochrobactrum pseudintermedium strain CCUG 34735 OPS34735_6_232k_53, whole genome shotgun sequence	True	False
ISR0247_000000007546	1838	0.7404233732977736	3	3	3	3	3	False	27101	maximal	True	ISR0247_000000007546	1.0		152	10	False	False	0.9842219948768616	0					non-mobilizable	other	1838.0	99.565	100.0	0.0008294741937348284	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	False
ENG0175_000000014659	1726	0.7404232096531389	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.5300375933138889		0	0	False	False	0.9965237379074097	0					non-mobilizable	other	1726.0	99.94200000000001	100.0	0.007716083897315698	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0022_000000008792	1726	0.7404232096531389	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.5288987254653886		0	0	False	False	0.9901506304740906	0					non-mobilizable	other	1726.0	99.537	100.0	0.007716083897315698	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0097_000000013412	1593	0.7404179069360495	2	2	2	2	1	False	112241	fragment	False	AST0097_000000013412	1.0		0	0	False	False	0.9981167316436768	0					non-mobilizable	other	1593.0	98.619	99.0	0.0380612903997512	NZ_QICA01000024.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_024, whole genome shotgun sequence	False	False
MAD0026_000000005454	2414	0.7404166774780201	3	3	3	3	3	False	89944	maximal	True	MAD0026_000000005454	1.0		35	7	False	False	0.9879867434501648	0					non-mobilizable	other	1175.0	84.766	94.0	0.014131468396788522	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
ISR0248_000000002280	1844	0.7404148345205369	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.12102931283751958		0	0	False	False	0.9837310314178467	0					non-mobilizable	other	1844.0	98.427	100.0	0.0006498307725017568	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
USA0086_01_000000002347	9033	0.7404082266095441	8	7	4	4	7	False	21976	maximal	True	USA0086_01_000000002347	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	94.118	10.0	0.0002611775753045697	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0004_01_000000009248	2690	0.7404065407171339	4	4	4	4	3	False	2206	maximal	True	USA0004_01_000000009248	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	550.0	72.0	20.0	0.00017233068750637816	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0339_000000008751	1706	0.7404038100999469	2	2	2	2	2	False	58292	fragment	False	ISR0339_000000008751	1.0		0	0	False	False	0.9976553320884705	0					non-mobilizable	no_good_hit	470.0	83.617	32.0	0.0001406047570172161	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0074_000000003615	7155	0.7403993063132575	11	6	2	2	6	False	54531	maximal	True	SPA0074_000000003615	1.0		1	1	False	False	0.99790358543396	0					non-mobilizable	no_good_hit	4648.0	91.932	65.0	0.0007142763558958241	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0047_000000009472	3063	0.7403985001000951	5	4	4	4	4	False	64564	fragment	False	ISR0047_000000009472	1.0		0	0	False	False	0.9980411529541016	0					non-mobilizable	no_good_hit	931.0	75.94	30.0	0.012799955766891519	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0123_000000000786	15803	0.7403951632239945	26	9	1	9	1	False	58986	maximal	True	ENG0123_000000000786	1.0		1	1	False	False	0.9998101592063904	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	0.000508114893744209	NZ_CAPF01000063.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
SPA0082_000000000808	17470	0.7403944898814607	26	7	1	7	2	False	5606	maximal	True	SPA0082_000000000808	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0005255679053199152	NZ_JNWQ01000050.1	high GC Gram+	Streptomyces novaecaesareae strain NRRL B-1267 contig50.1, whole genome shotgun sequence	True	False
MAD0059_000000000743	16909	0.7403944898814607	26	7	1	7	2	False	16923	maximal	True	MAD0059_000000000743	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	0.052083333333333336	XM_020265574.1	ascomycetes	Talaromyces atroroseus N,O-diacetylmuramidase (UA08_03290), partial mRNA	True	False
ISR0048_000000006051	3172	0.7403885181807285	3	3	1	3	1	False	86026	fragment	False	ISR0048_000000006051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0258_000000022632	1295	0.7403882087444457	3	3	2	3	3	False	26768	fragment	False	ISR0258_000000022632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	85.669	72.0	0.00026056892467878794	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0059_01_000000017148	1484	0.7403860483153646	2	2	2	2	2	False	914	maximal	True	USA0059_01_000000017148	1.0		3	3	False	False	0.9925876259803772	0					non-mobilizable	no_good_hit	943.0	100.0	64.0	0.001868069106658417	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
SPA0001_000000005748	5721	0.7403839108824296	5	5	2	3	5	True	8452	fragment	False	SPA0001_000000005748	1.0		0	0	False	False	0.9991260170936584	0		MOBF	MPF_Unknown		conjugative	plasmid	5721.0	98.67200000000001	100.0	0.04063510105494974	CP054455.1	enterobacteria	Escherichia coli strain SCU-487 plasmid pSCU-487-1, complete sequence	False	True
MAD0068_000000012617	2203	0.7403822297204674	4	4	4	3	4	False	16459	maximal	True	MAD0068_000000012617	1.0		30	4	False	False	1.0	0					non-mobilizable	chromosome	2203.0	99.90899999999999	100.0	0.0004594140447171349	CP056129.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00925 chromosome, complete genome	False	False
SPA0079_000000000554	22044	0.7403761088502583	33	6	3	5	2	False	115264	fragment	False	SPA0079_000000000554	1.0		0	0	False	False	0.9995463490486145	0					non-mobilizable	no_good_hit	331.0	99.094	2.0	0.0002747066942430996	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
SPA0130_000000013886	2353	0.7403759567865841	3	3	3	3	3	False	84416	fragment	False	SPA0130_000000013886	1.0		0	0	False	False	0.9995750188827515	0					non-mobilizable	other	1375.0	99.055	100.0	0.0005885510122520558	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
MON0017_000000009570	2035	0.7403641805760248	4	3	2	2	3	False	86699	fragment	False	MON0017_000000009570	0.9725959142999502		0	0	False	False	0.9990171790122986	0					non-mobilizable	other	2036.0	96.758	100.0	0.0003550305153440733	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0206_000000007764	3266	0.7403535727630851	4	1	1	1	1	False	94043	fragment	False	ENG0206_000000007764	1.0		0	0	False	False	0.9834660291671753	0					non-mobilizable	no_good_hit	1080.0	71.204	33.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0194_000000015671	1699	0.7403535727630851	2	1	1	1	1	False	94022	maximal	True	ENG0194_000000015671	1.0		7	3	False	False	0.9870511889457703	0					non-mobilizable	no_good_hit	1077.0	71.58800000000001	63.0	0.000308605868546339	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0132_000000014996	1291	0.7403535727630851	1	1	1	1	1	False	94019	fragment	False	ISR0777_000000012017	0.5500552738749074		0	0	False	False	0.9976761937141418	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	1.2994228344088434e-05	CP024912.1	cyanobacteria	Cyanobacterium sp. HL-69 chromosome, complete genome	True	False
ENG0028_000000007585	2268	0.7403529276036442	4	2	2	2	1	True	65884	backbone	True	ENG0028_000000007585	1.0	PS298	14	8	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
DEN0071_000000032421	1352	0.7403485032501433	2	1	1	1	1	False	70389	fragment	False	DEN0071_000000032421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	95.161	5.0	1.6293940550623003e-05	CP035282.1	firmicutes	Tissierellia sp. JN-28 chromosome, complete genome	True	False
MON0106_000000001539	15899	0.7403377115189133	24	6	3	6	3	False	8676	maximal	True	MON0106_000000001539	1.0		1	1	False	False	0.9995597004890442	0					non-mobilizable	no_good_hit	50.0	96.0	0.0	0.0005657349358641312	NZ_JAAIUD010000010.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_10_length_86613_cov_221.326, whole genome shotgun sequence	True	False
MON0058_000000022063	2227	0.7403329350629486	3	3	2	2	3	False	61916	fragment	False	MON0058_000000022063	0.9793611002977103		0	0	False	False	0.995958685874939	0					non-mobilizable	no_good_hit	849.0	75.618	38.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0077_000000018429	1885	0.7403222234795886	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.45494771486126206		0	0	False	False	0.9888594150543213	0					non-mobilizable	other	1885.0	98.249	100.0	0.043072702331961595	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0130_000000002773	11445	0.7403212752033034	12	12	12	12	12	False	127444	fragment	False	SPA0130_000000002773	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	10817.0	99.852	100.0	0.1423869829651668	CP016715.1	firmicutes	Lactococcus lactis subsp. lactis strain UC063 plasmid pUC063A, complete sequence	False	True
DEN0007_000000007185	3869	0.7403208935923566	7	4	3	3	1	True	76322	maximal	True	DEN0007_000000007185	1.0		3	2	False	False	0.9997415542602539	0					non-mobilizable	no_good_hit	291.0	80.069	7.0	0.00013478283174532107	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
MAD0040_000000000135	40049	0.7403075867379141	48	39	13	24	35	True	50294	maximal	True	MAD0040_000000000135	1.0		15	1	False	False	0.9999750256538391	0					non-mobilizable	no_good_hit	10319.0	97.11200000000001	71.0	0.00190425606034481	CP055981.1	enterobacteria	Escherichia coli strain RHB01-C20 chromosome	True	True
FIJ0121_000000003691	6877	0.7402979380987041	11	2	1	2	0	True	87971	fragment	False	FIJ0121_000000003691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0179_000000004060	6345	0.7402979380987041	10	2	1	2	0	True	87970	fragment	False	ISR0179_000000004060	1.0		0	0	False	False	0.9977935552597046	0					non-mobilizable	no_good_hit								True	True
SPA0042_000000008675	3519	0.7402929227232979	4	4	2	3	3	True	114026	fragment	False	SPA0042_000000008675	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3519.0	100.0	100.0	0.0018095395344267726	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
DEN0072_000000013413	1241	0.7402912581944827	2	2	2	2	1	False	70255	maximal	True	DEN0072_000000013413	1.0		63	9	False	False	0.9943593740463257	0					non-mobilizable	no_good_hit	193.0	74.611	15.0	0.01388159375703459	NZ_FQWX01000046.1	firmicutes	Asaccharospora irregularis DSM 2635, whole genome shotgun sequence	True	False
FIJ0088_000000023016	1302	0.7402878341806696	2	1	1	1	1	False	43623	maximal	True	FIJ0088_000000023016	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0048_01_000000001059	11645	0.740277191439632	15	10	4	7	7	True	116728	maximal	True	USA0048_01_000000001059	1.0		133	10	False	False	1.0	0					non-mobilizable	other	11645.0	99.98299999999999	100.0	0.10920208575608659	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	False	True
ENG0050_000000003246	6560	0.7402716232721057	8	6	6	6	5	False	64163	maximal	True	ENG0050_000000003246	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	73.913	17.0	0.00025214044931286413	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0035_000000010650	2070	0.7402683273348672	3	2	2	2	2	False	113756	fragment	False	ISR0059_000000003816	0.12394477380728547		0	0	False	False	0.991304337978363	0					non-mobilizable	chromosome	2051.0	96.39200000000001	99.0	0.0005731956581548418	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0029_000000003932	10907	0.7402680352535254	21	6	5	6	3	True	112143	maximal	True	ISR0029_000000003932	1.0		0	0	False	False	0.9977995753288269	0					non-mobilizable	no_good_hit	2843.0	99.613	55.0	0.016369647609063787	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0031_000000010600	3121	0.7402628422579453	4	1	1	1	1	False	73801	fragment	False	DEN0031_000000010600	1.0		0	0	False	False	0.9903876781463623	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	0.0013752247963609435	NZ_MAGP01000149.1	high GC Gram+	Micromonospora chalcea strain DSM 43026 Cont65, whole genome shotgun sequence	True	False
FIJ0033_000000016023	2246	0.7402628422579453	3	1	1	1	1	False	48283	fragment	False	FIJ0033_000000016023	1.0		0	0	False	False	0.9973285794258118	0					non-mobilizable	no_good_hit								True	False
ISR0117_000000014882	1819	0.7402628422579453	2	1	1	1	1	False	32418	fragment	False	ISR0117_000000014882	1.0		0	0	False	False	0.9972512125968933	0					non-mobilizable	no_good_hit								True	False
MAD0092_000000008726	2098	0.7402619740164638	3	3	2	3	2	False	15710	fragment	False	MAD0092_000000008726	0.9427259545674238		0	0	False	False	1.0	0					non-mobilizable	other	2098.0	98.427	100.0	0.0008769024819138863	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
SPA0141_000000016999	1313	0.7402576375901635	1	1	1	1	1	False	3455	maximal	True	SPA0141_000000016999	1.0		2	1	False	False	0.9870525598526001	0					non-mobilizable	no_good_hit								True	False
ENG0197_000000001710	6520	0.7402494011503647	6	6	6	5	6	False	93721	fragment	False	ENG0197_000000001710	1.0		0	0	False	False	0.9927914142608643	0					non-mobilizable	other	6516.0	99.632	99.0	0.002652818176225192	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0083_000000000636	29365	0.7402463804510445	23	23	18	19	23	False	98356	maximal	True	ENG0083_000000000636	1.0		4	2	False	False	0.99979567527771	0					non-mobilizable	plasmid	29365.0	99.993	100.0	0.1732338279106811	CP021087.1	enterobacteria	Escherichia coli strain 13P460A plasmid p13P460A-2, complete sequence	False	True
MON0099_000000024731	1451	0.7402422747818699	2	1	1	1	1	False	9153	fragment	False	MON0099_000000024731	1.0		0	0	False	False	0.9986216425895691	0					non-mobilizable	chromosome	1241.0	83.15899999999999	90.0	0.00039741848811435083	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0066_000000013435	2395	0.7402352515816372	2	2	2	2	2	True	45337	maximal	True	FIJ0066_000000013435	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1582.0	89.823	66.0	0.03520844468198824	NZ_BFBT01000005.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
FIJ0010_000000012634	1510	0.7402345294872059	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.6130411817162036		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	97.947	100.0	0.013833122490512073	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0078_000000004306	7765	0.7402237485287739	8	7	6	7	5	False	115402	maximal	True	MON0078_000000004306	1.0		1	1	False	False	0.9998711943626404	0					non-mobilizable	no_good_hit	3435.0	93.79899999999999	75.0	0.0014100875621546336	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0086_000000005410	4478	0.740223285217641	5	4	3	4	2	False	106647	fragment	False	ENG0163_000000005225	0.7534484925965123		0	0	False	False	0.9957570433616638	0					non-mobilizable	other	4479.0	99.33	100.0	0.0013560948103481117	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0041_01_000000005218	4259	0.740223285217641	4	4	3	4	2	False	106647	fragment	False	ENG0163_000000005225	0.7749707654058828		0	0	False	False	1.0	0					non-mobilizable	other	4264.0	99.414	100.0	0.001291291100269072	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0163_000000005225	4234	0.740223285217641	5	4	3	4	2	False	106647	fragment	False	ENG0163_000000005225	0.9470289889732934		0	0	False	False	1.0	0					non-mobilizable	other	4234.0	100.0	100.0	0.001281900252836882	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0038_01_000000004687	4113	0.740223285217641	4	4	3	4	2	False	106647	fragment	False	ENG0163_000000005225	0.7670200098463791		0	0	False	False	0.9997568726539612	0					non-mobilizable	other	4116.0	99.757	100.0	0.0012464609142874106	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
SPA0095_000000007567	2674	0.7402200662290062	3	3	3	3	3	False	76387	fragment	False	ENG0062_000000008622	0.9323721249570889		0	0	False	False	1.0	0					non-mobilizable	other	2677.0	95.816	100.0	0.000762082992634053	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0087_000000027299	1393	0.7402176244663463	2	2	2	2	1	False	33825	maximal	True	ISR0087_000000027299	1.0		3	2	False	False	0.9712849855422974	0					non-mobilizable	no_good_hit	538.0	71.747	38.0	0.0005811781310971813	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
FIJ0077_000000024443	1234	0.7402175688064768	2	2	1	1	2	False	62525	fragment	False	FIJ0077_000000024443	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1234.0	98.21700000000001	100.0	0.0030562468396474287	LR134223.1	enterobacteria	Klebsiella aerogenes strain NCTC9652 genome assembly, chromosome: 1	False	False
SPA0093_000000002009	16788	0.7402073372094863	23	7	1	7	3	False	32495	maximal	True	SPA0093_000000002009	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.678267015912052e-06	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AUS0018_000000019201	1480	0.7401852076879158	2	1	1	1	1	False	99874	maximal	True	AUS0018_000000019201	1.0		3	2	False	False	0.991216242313385	0					non-mobilizable	no_good_hit								True	False
CHI0049_000000012722	1299	0.7401827857181373	2	2	2	2	2	False	107551	fragment	False	ISR0196_000000014355	0.6372457056886339		0	0	False	False	0.9976905584335327	0					non-mobilizable	chromosome	1299.0	99.615	100.0	0.00043689920048792686	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0320_000000015423	1673	0.7401802939714723	2	2	2	2	2	False	113068	fragment	False	AST0058_000000008935	0.7911510694965231		0	0	False	False	0.9713090062141418	0					non-mobilizable	other	1023.0	94.917	94.0	0.0068256194483403455	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
DEN0064_000000018952	2136	0.7401737085962148	3	3	3	3	3	False	76474	maximal	False	ISR0282_000000010384	0.972514887769125		0	0	False	False	0.9911048412322998	0					non-mobilizable	no_good_hit	347.0	79.251	16.0	0.001454965650158781	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ENG0046_000000011819	1599	0.7401713094244852	3	2	1	2	1	False	64430	maximal	False	ISR0334_000000013093	0.9793972939729397		0	0	False	False	0.9974984526634216	0					non-mobilizable	no_good_hit								True	False
ENG0001_000000004395	5435	0.7401632371615876	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.7055005685343211	PS931	0	0	True	True	1.0	17					non-mobilizable	plasmid	5435.0	99.963	100.0	0.04757318952234207	CP051715.1	enterobacteria	Escherichia coli strain SCU-122 plasmid pSCU-122-1, complete sequence	False	True
MAD0008_000000001832	5106	0.7401632371615876	7	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6676338749763	PS931	0	0	True	True	1.0	1					non-mobilizable	plasmid	5106.0	99.98	100.0	0.039380708467045174	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
MON0101_000000010936	5095	0.7401632371615876	7	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6672354139818956	PS931	0	0	False	True	0.990382730960846	0					non-mobilizable	plasmid	5095.0	100.0	100.0	0.03929585287583313	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0134_000000007089	5074	0.7401632371615876	7	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6665574271478887	PS931	0	0	False	True	0.9982262253761292	0					non-mobilizable	plasmid	5074.0	99.98	100.0	0.03995620805897735	CP048648.1	enterobacteria	Escherichia coli strain GW-AmxH19 plasmid unnamed, complete sequence	False	True
FIJ0112_000000005075	4979	0.7401632371615876	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6605369460611038	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4979.0	100.0	100.0	0.034387002293387856	CP041551.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-1	False	True
ENG0009_000000002551	4978	0.7401632371615876	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6604638817486584	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4978.0	100.0	100.0	0.034380094498632253	CP041551.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-1	False	True
ENG0176_000000001491	4978	0.7401632371615876	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6605779657373543	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4978.0	100.0	100.0	0.03839329795112318	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0074_000000004356	4978	0.7401632371615876	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6607229012732456	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4978.0	99.98	100.0	0.039200088213981917	CP048648.1	enterobacteria	Escherichia coli strain GW-AmxH19 plasmid unnamed, complete sequence	False	True
SPA0004_000000002998	4978	0.7401632371615876	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6605779657373543	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4978.0	100.0	100.0	0.03839329795112318	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0030_000000004325	4978	0.7401632371615876	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6604439405257433	PS931	0	0	False	True	0.9995982050895691	0					non-mobilizable	plasmid	4978.0	99.98	100.0	0.03839329795112318	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
SPA0046_000000005189	4953	0.7401632371615876	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6581339026985077	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4953.0	100.0	100.0	0.038200444334732166	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
SPA0008_000000015602	1952	0.7401589377078387	3	2	1	2	2	True	45451	fragment	False	SPA0008_000000015602	1.0		0	0	False	False	0.9994876980781555	0		MOBQ			mobilizable	plasmid	1952.0	99.949	100.0	0.3413226032190343	CP054357.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-4, complete sequence	False	True
ISR0237_000000000042	43491	0.7401568303869923	37	15	9	14	4	True	119621	maximal	False	AST0026_000000000287	0.9947871522300806	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	5155.0	92.454	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0119_000000011487	2842	0.7401487623687417	3	3	3	3	2	False	13110	fragment	False	SPA0119_000000011487	1.0		0	0	False	False	0.9883884787559509	0					non-mobilizable	other	2761.0	99.167	97.0	0.016765927935710332	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	False
CHI0070_000000009087	1406	0.7401465555868597	2	2	2	2	2	False	84972	fragment	False	MAD0076_000000004425	0.9713896457765667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0042_000000022789	1129	0.7401436041561259	1	1	1	1	1	False	11704	maximal	True	MON0042_000000022789	1.0		2	1	False	False	0.9796279668807983	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000028642	1184	0.7401430160136481	1	1	1	1	1	False	63903	fragment	False	ENG0052_000000028642	1.0		0	0	False	False	0.9729729890823364	0					non-mobilizable	other	1165.0	99.742	98.0	0.01102314481609152	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0212_000000005217	5960	0.7401418091795642	6	3	1	2	1	False	76687	fragment	False	ISR0212_000000005217	0.9511570570288432		0	0	False	False	0.9994966387748718	0					non-mobilizable	other	5960.0	99.96600000000001	100.0	0.3581345032754372	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
SPA0095_000000012974	1497	0.7401388735094742	2	1	1	1	1	False	5198	fragment	False	SPA0095_000000012974	1.0		0	0	False	False	0.994655966758728	0					non-mobilizable	no_good_hit	158.0	100.0	11.0	0.0011154450057193198	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	False
ISR0366_000000019004	1125	0.7401351378442805	2	2	2	2	2	False	23600	fragment	False	ISR0366_000000019004	1.0		0	0	False	False	0.9848889112472534	0					non-mobilizable	no_good_hit	417.0	71.942	36.0	0.0007818164005094543	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
CAN0006_000000019850	2288	0.7401311095200475	3	3	3	3	2	False	95652	fragment	False	MON0040_000000010768	0.46811868686868685		0	0	False	False	0.998688817024231	0					non-mobilizable	chromosome	2309.0	87.61399999999999	99.0	0.0007704639983951192	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0307_000000002271	3476	0.7401279477123702	5	4	2	3	2	False	35056	maximal	True	ISR0307_000000002271	1.0		0	0	False	False	0.9956846833229065	0					non-mobilizable	no_good_hit	1948.0	73.61399999999999	55.0	0.04637170738865654	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
AST0149_000000004181	6437	0.7401257253148231	8	7	7	7	6	False	104562	maximal	True	AST0149_000000004181	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	76.05	11.0	0.00019587928440266934	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0050_000000032536	1263	0.7401104443752141	3	3	3	3	1	False	80070	fragment	False	MON0080_000000037680	0.7530811460023967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	79.444	14.0	0.0002544456515524044	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0105_000000002442	7364	0.7401068687618781	10	6	3	4	5	False	68618	maximal	True	ENG0105_000000002442	1.0		1	1	False	False	0.9998642206192017	0					non-mobilizable	no_good_hit	1104.0	99.00399999999999	50.0	0.005939751639759179	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
FIJ0142_000000016070	2172	0.7401035988048718	2	2	2	2	2	False	128952	maximal	False	FIJ0097_000000013436	0.941929974380871	PS1059	0	0	False	True	1.0	0					non-mobilizable	chromosome	1977.0	76.631	91.0	0.0007407379484009107	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	False	True
MAD0040_000000015474	2098	0.7401007294305643	2	2	2	1	2	False	18365	maximal	True	MAD0040_000000015474	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	82.037	53.0	0.00721775473137664	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0010_000000001098	10268	0.7400912798101836	21	8	4	8	4	False	38323	fragment	False	ISR0010_000000001098	1.0		0	0	False	False	0.9987339377403259	0					non-mobilizable	no_good_hit	49.0	91.837	0.0	0.006563653767263777	MK233336.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_2-CL24_c9 sequence	True	False
ENG0030_000000002430	9240	0.7400860780782966	12	10	8	7	7	True	88334	maximal	True	ENG0030_000000002430	1.0		4	2	False	False	0.9984848499298096	0					non-mobilizable	no_good_hit	4640.0	95.40899999999999	55.0	0.0014000740185746775	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
DEN0093_000000005868	5330	0.7400849382272293	5	5	3	4	3	False	68510	maximal	True	DEN0093_000000005868	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	2046.0	75.904	38.0	0.14555779183438758	NZ_FOGW01000034.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
ISR0290_000000003043	3504	0.7400817373192611	2	2	2	2	2	False	77910	fragment	False	ISR0290_000000003043	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3504.0	100.0	100.0	0.0006114414430925707	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0391_000000000188	39259	0.7400760179276501	52	28	11	22	13	True	99767	fragment	False	ISR0391_000000000188	1.0		0	0	False	False	0.9981405735015869	0					non-mobilizable	no_good_hit	295.0	87.119	1.0	0.035915665604314785	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
SPA0068_000000007508	1274	0.74007354299284	2	2	2	2	2	False	5978	maximal	True	SPA0068_000000007508	1.0		7	5	False	False	1.0	0					non-mobilizable	other	1267.0	99.76299999999999	99.0	0.02933339512036887	NZ_JAAISM010000040.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_40_length_43159_cov_233.749, whole genome shotgun sequence	False	False
ISR0062_000000000102	75665	0.7400722352071487	135	40	15	30	21	True	90663	maximal	True	ISR0062_000000000102	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1830.0	81.093	2.0	0.000504301559002727	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0376_000000007824	2916	0.7400648887637719	4	3	2	3	2	False	79325	fragment	False	ISR0376_000000007824	1.0		0	0	False	False	0.9986282587051392	0					non-mobilizable	no_good_hit	462.0	71.861	16.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
USA0020_01_000000030716	1122	0.7400632214126218	2	1	1	1	0	True	1757	maximal	True	USA0020_01_000000030716	1.0		5	3	False	False	0.9777183532714844	0					non-mobilizable	no_good_hit	691.0	89.291	62.0	0.0014427992815277781	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0379_000000006054	3644	0.7400574601378257	4	4	3	4	3	False	129581	maximal	True	ISR0379_000000006054	1.0	PS1061	14	3	False	True	1.0	0					non-mobilizable	no_good_hit	1243.0	99.115	89.0	0.0057922176118887485	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0008_000000000820	9076	0.7400573322052488	8	8	8	7	7	False	125058	fragment	False	SPA0126_000000002874	0.5999120824393839		0	0	False	False	0.9995592832565308	0					non-mobilizable	other	9077.0	99.306	100.0	0.03281124585113999	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0029_000000002195	9058	0.7400573322052488	8	8	8	7	7	False	125058	fragment	False	SPA0126_000000002874	0.5991517281101241		0	0	False	False	1.0	0					non-mobilizable	other	9059.0	99.581	100.0	0.0019130356547352912	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
AST0148_000000021866	1550	0.7400562093874183	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3270591800124077		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	98.45200000000001	100.0	0.00048189127860782266	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0231_000000000600	13609	0.7400543805664326	17	11	5	8	7	True	122910	fragment	False	ISR0231_000000000600	0.961147209494871		0	0	False	False	0.9995591044425964	0					non-mobilizable	chromosome	13611.0	98.744	100.0	0.004289839321719983	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
SPA0130_000000028051	1208	0.7400509290540481	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.09152164070656092	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1215.0	82.963	100.0	0.014332640136118726	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MON0022_000000019910	1564	0.7400500077110981	2	2	2	2	2	True	13012	maximal	True	MON0022_000000019910	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	77.953	48.0	0.0002541267569314941	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0023_000000005448	4325	0.7400488241567785	4	4	3	3	4	False	109933	fragment	False	ISR0001_000000005448	0.8924882988959354		0	0	False	False	1.0	0					non-mobilizable	other	4325.0	99.977	100.0	0.0009132221429758666	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0231_000000003287	4322	0.7400488241567785	4	4	3	3	4	False	109933	fragment	False	ISR0001_000000005448	0.8851517793932044		0	0	False	False	0.9986117482185364	0					non-mobilizable	other	4258.0	99.836	99.0	0.000898015853823632	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0145_000000016896	1770	0.7400459307445054	2	1	1	1	1	True	73237	fragment	False	ENG0145_000000016896	0.9777021090127146		0	0	False	False	1.0	0					non-mobilizable	other	1770.0	99.661	100.0	0.0006010029853099106	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0047_000000022514	1726	0.7400445746465664	4	2	2	2	1	False	6665	maximal	True	SPA0047_000000022514	1.0		31	7	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	71.84899999999999	27.0	0.00019928318054241882	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
ENG0165_000000006215	3017	0.7400417998593832	2	2	2	2	1	False	56231	maximal	True	ENG0165_000000006215	1.0		0	0	False	False	0.999668538570404	0					non-mobilizable	no_good_hit	1305.0	97.01100000000001	52.0	0.0028349857920805144	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0025_000000009875	3439	0.7400398547109601	4	4	4	4	4	False	127092	maximal	True	AST0025_000000009875	0.9814313018152934		182	10	False	False	0.9953474998474121	0					non-mobilizable	other	3439.0	97.819	100.0	0.012386064776452786	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
ISR0151_000000010017	1973	0.7400321559029837	3	3	3	3	2	False	72276	fragment	False	ISR0346_000000010486	0.7887229758874312		0	0	False	False	1.0	0					non-mobilizable	chromosome	1973.0	99.088	100.0	0.0005609172647034563	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ETH0001_000000028112	1297	0.7400300051124411	2	1	1	1	1	False	53440	fragment	False	ETH0001_000000028112	1.0		0	0	False	False	0.9946029186248779	0					non-mobilizable	no_good_hit								True	False
ISR0082_000000003376	7583	0.7400230470468264	10	6	3	5	5	False	34200	maximal	True	ISR0082_000000003376	1.0		1	1	False	False	0.995120644569397	0					non-mobilizable	no_good_hit	40.0	97.5	1.0	8.638958646634029e-06	CP031773.1	firmicutes	Lysinibacillus fusiformis strain Cu1-5 chromosome	True	False
ISR0267_000000002655	5732	0.7400194282050774	7	5	4	4	5	False	98960	maximal	True	ISR0267_000000002655	1.0		56	7	False	False	0.9998255372047424	0					non-mobilizable	other	3150.0	97.587	100.0	0.0005489532796249314	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
USA0015_01_000000009812	3339	0.7400138131788122	5	5	5	4	4	False	96635	fragment	False	ISR0207_000000007572	0.4464874695764074		0	0	False	False	0.9991015195846558	0					non-mobilizable	other	3341.0	97.845	100.0	0.0009022774326002543	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0074_000000003705	5783	0.7400047933469017	10	6	4	5	4	True	62191	fragment	False	ENG0074_000000003705	1.0		0	0	False	False	0.9987895488739014	0					non-mobilizable	no_good_hit	1304.0	96.779	51.0	0.10496167809600646	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0023_01_000000006940	4637	0.7400028300233281	7	5	5	5	3	True	72493	fragment	False	USA0023_01_000000006940	1.0		0	0	False	False	0.9993530511856079	0					non-mobilizable	no_good_hit								True	True
ISR0296_000000003695	6154	0.739999483202298	9	8	2	2	7	True	91034	fragment	False	ISR0296_000000003695	1.0		0	0	False	False	0.9977250695228577	0					non-mobilizable	plasmid	6137.0	95.91	99.0	0.08293902933621738	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
FIJ0154_000000025434	1563	0.7399906206712713	3	3	2	2	3	False	39573	maximal	True	FIJ0154_000000025434	1.0		4	4	False	False	0.9884836673736572	0					non-mobilizable	no_good_hit								True	False
ISR0346_000000018852	1330	0.7399878118213521	2	2	1	2	1	False	24184	fragment	False	ISR0346_000000018852	1.0		0	0	False	False	0.9879699349403381	0					non-mobilizable	no_good_hit	54.0	87.037	4.0	0.0005304508832507631	NZ_JXMU01000016.1	a-proteobacteria	Ahrensia marina strain LZD062 contig16, whole genome shotgun sequence	True	False
FIJ0111_000000005561	4135	0.7399853757443248	4	4	4	4	3	False	42095	maximal	True	FIJ0111_000000005561	1.0		11	1	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	76.943	21.0	0.00028361612038390634	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
MON0010_000000008226	2938	0.7399846555087825	4	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.19178463856735775	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2871.0	97.14399999999999	97.0	0.09195402298850575	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0802_000000006056	2559	0.7399846555087825	4	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.18096933415316227	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2559.0	99.92200000000001	100.0	0.025526904039597637	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0016_000000009595	2365	0.7399846555087825	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.25361367968647325	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2366.0	98.73200000000001	100.0	0.07158857004479961	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0125_01_000000010541	2285	0.7399846555087825	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.16626027986003647	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2285.0	100.0	100.0	0.022792591409867474	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0154_000000027868	1216	0.7399630521975387	2	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.05642832549577433		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	92.35799999999999	100.0	0.0003779844438402224	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0014_000000009987	2307	0.7399615235949374	3	3	3	2	2	False	68359	fragment	False	SPA0014_000000009987	0.9804653204565408		0	0	False	False	0.9956653714179993	0					non-mobilizable	no_good_hit	1471.0	81.237	64.0	0.0006832416903352781	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0035_000000002688	7705	0.7399599774911177	7	3	3	3	3	False	12217	maximal	True	MON0035_000000002688	0.9528413575374901		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1417.0	70.642	20.0	0.00043506586650776387	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
MAD0026_000000006909	1972	0.739959156636737	2	1	1	1	1	False	28855	fragment	False	MAD0026_000000006909	0.9948257080610021		0	0	False	False	0.9979715943336487	0					non-mobilizable	no_good_hit	1360.0	78.08800000000001	68.0	0.0004043515817433003	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0096_000000025862	1614	0.7399560420700554	2	1	1	1	1	False	125999	fragment	False	TAN0009_000000021935	0.7478330703546002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	86.976	84.0	0.002660562176394879	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
DEN0092_000000002260	4822	0.7399538760992879	10	5	3	4	1	True	112979	fragment	False	DEN0092_000000002260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1913.0	91.113	63.0	0.07339237581825182	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0018_000000004197	5199	0.7399531538765806	3	3	2	3	2	False	37804	fragment	False	ISR0018_000000004197	1.0		0	0	False	False	0.9988459348678589	0					non-mobilizable	no_good_hit	1013.0	96.64399999999999	19.0	0.00027363043505887247	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0039_01_000000014665	1527	0.7399451238788187	1	1	1	1	1	False	23610	fragment	False	USA0039_01_000000014665	1.0		0	0	False	False	0.9947609901428223	0					non-mobilizable	other	1527.0	99.083	100.0	0.017281993204983012	NZ_CABIXZ010000006.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MAD0087_000000010476	2688	0.7399451205372951	3	2	2	2	2	False	47658	fragment	False	FIJ0131_000000007025	0.9742538721252125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	83.869	76.0	0.01564423510700932	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
AUS0020_000000002430	9924	0.7399421117208089	9	6	5	5	3	True	111348	maximal	True	AUS0020_000000002430	1.0	PS707	16	6	False	True	0.9984884858131409	0					non-mobilizable	no_good_hit	1079.0	88.87899999999999	11.0	0.0010949038680503594	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0087_000000019837	2527	0.7399349879902029	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9912453154602446		0	0	False	False	1.0	0					non-mobilizable	other	2529.0	99.921	100.0	0.000489363790292904	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0818_000000006945	2527	0.7399349879902029	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9914165182271412		0	0	False	False	1.0	0					non-mobilizable	other	2527.0	99.802	100.0	0.0004892325266419649	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0211_000000008812	2527	0.7399349879902029	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9897943989089228		0	0	False	False	1.0	0					non-mobilizable	other	2525.0	99.406	99.0	0.0004888451691386854	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0033_000000025243	2527	0.7399349879902029	3	3	3	3	3	False	121534	fragment	False	ISR0818_000000006945	0.9843830104978833		0	0	False	False	1.0	0					non-mobilizable	other	2525.0	98.376	99.0	0.0004888451691386854	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0109_000000017506	2040	0.7399290834676023	3	2	2	2	2	False	40441	fragment	False	FIJ0139_000000011709	0.9481665912177456		0	0	False	False	0.9941176176071167	0					non-mobilizable	no_good_hit	695.0	77.266	34.0	0.018917066483893078	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	True	False
MON0058_000000034393	1525	0.7399268655843857	2	1	1	1	1	False	10996	maximal	True	MON0058_000000034393	1.0		2	2	False	False	0.9816393256187439	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000030198	1249	0.7399268655843857	2	1	1	1	1	False	36139	fragment	False	ISR0046_000000030198	1.0		0	0	False	False	0.9791833758354187	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000005094	7014	0.7399261629252005	11	4	2	2	2	False	55283	maximal	True	MAD0097_000000005094	1.0		1	1	False	False	0.9998574256896973	0					non-mobilizable	no_good_hit	364.0	83.791	5.0	0.49171270718232046	KU547325.1	bacteria	Uncultured bacterium clone TE_08A_000_Contig_4 genomic sequence	True	False
ISR0831_000000002902	5404	0.7399239579475659	9	7	0	2	6	False	99250	maximal	True	ISR0831_000000002902	1.0	PS556	2	2	False	True	0.999444842338562	0					non-mobilizable	no_good_hit	671.0	99.851	44.0	9.456828027441175e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
USA0047_01_000000003852	8062	0.7399208434918618	14	5	3	4	4	False	74195	backbone	False	SPA0130_000000004027	0.5168048544473552	PS352	0	0	True	True	1.0	56					non-mobilizable	other	7503.0	92.31	95.0	0.004460889163233373	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0048_01_000000001752	7720	0.7399208434918618	14	5	3	4	4	False	103141	fragment	False	AUS0002_000000003562	0.9323110483767484		0	0	False	False	1.0	0					non-mobilizable	other	7465.0	88.84100000000001	96.0	0.003672630245382912	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	False
SPA0045_000000009240	2921	0.7399195329836304	4	3	3	3	3	False	117482	fragment	False	SPA0045_000000009240	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1902.0	99.054	100.0	0.02364045614515066	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0055_000000006231	4974	0.7399183377551045	7	7	6	6	6	False	104536	fragment	False	ENG0135_000000003373	0.6508983192567829		0	0	False	False	1.0	0					non-mobilizable	other	4974.0	99.015	100.0	0.01988404638144742	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
AST0003_000000013089	2613	0.7399058945294011	3	1	1	1	1	False	130228	maximal	True	AST0003_000000013089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	99.63	10.0	0.0035963047634326663	NZ_VULP01000013.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq13, whole genome shotgun sequence	True	False
ISR0164_000000001405	13131	0.7398937968812799	23	11	5	7	9	True	30299	maximal	True	ISR0164_000000001405	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	83.43799999999999	4.0	0.0001298509584367585	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0791_000000002566	5916	0.7398937946440368	7	3	2	3	3	True	111957	maximal	True	ISR0791_000000002566	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	2177.0	87.82700000000001	58.0	0.0005805734448170029	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0356_000000001292	9888	0.7398917791993901	12	5	1	5	3	False	23927	fragment	False	ISR0356_000000001292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	0.00029721633438401917	NZ_MIKC01000005.1	firmicutes	Enterococcus ureilyticus strain LMG 26676 13, whole genome shotgun sequence	True	False
MON0037_000000007237	6677	0.7398917791993901	6	5	1	5	3	False	13826	fragment	False	MON0037_000000007237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	98.462	1.0	0.0009918482472181757	NZ_VZBY01000067.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_18_length_64526_cov_24.3876_ID_35, whole genome shotgun sequence	True	False
ISR0785_000000032776	1186	0.7398880867460641	2	1	1	1	1	False	22152	maximal	True	ISR0785_000000032776	1.0		20	7	False	False	0.9881955981254578	0					non-mobilizable	no_good_hit	225.0	77.778	19.0	0.003396364971543969	NZ_CCAT010000063.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	False
MAD0045_000000013954	2757	0.7398857327273702	4	2	2	2	1	False	22050	fragment	False	MAD0045_000000013954	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000022554	1517	0.7398853300479503	3	3	3	3	2	False	65574	fragment	False	SPA0151_000000011346	0.9593738828043877		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	98.146	99.0	0.023872847011144883	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
USA0075_01_000000016865	1466	0.7398773580839716	2	2	2	2	1	False	100115	maximal	False	ISR0001_000000016303	0.9799737360472751		0	0	False	False	0.9924966096878052	0					non-mobilizable	other	1466.0	99.86399999999999	100.0	0.0008480978583358178	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ISR0301_000000009449	1955	0.7398746936174526	3	2	2	2	2	False	63758	maximal	False	ENG0054_000000013544	0.9912740676075464		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	98.721	100.0	0.0028094209055997193	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
FIJ0162_000000010646	2104	0.7398669703156708	4	4	4	4	4	False	42834	maximal	True	FIJ0162_000000010646	0.9747524752475247		40	6	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	69.928	52.0	0.0003059095968570518	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0146_000000004808	7739	0.7398642045954328	10	2	2	1	1	False	109025	fragment	False	ISR0146_000000004808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1177.0	81.648	15.0	0.005713671265952091	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0128_000000016346	1762	0.73985601355259	3	2	2	2	1	False	58623	fragment	False	ENG0128_000000016346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0080_000000001190	3245	0.7398413245996388	3	3	3	2	2	False	84363	maximal	True	CHI0080_000000001190	1.0		69	11	False	False	0.9926040172576904	0					non-mobilizable	no_good_hit	1657.0	98.37100000000001	51.0	0.0026515934394291145	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
SPA0045_000000001945	13726	0.7398397303660683	17	10	3	9	2	True	90496	fragment	False	SPA0045_000000001945	1.0		0	0	False	False	1.0	0					non-mobilizable	other	13727.0	98.885	100.0	0.22073557081517456	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
CHI0009_000000000665	12115	0.7398397303660683	15	10	3	9	2	True	90495	fragment	False	CHI0009_000000000665	0.953521697401679		0	0	False	False	1.0	0					non-mobilizable	other	12120.0	97.682	100.0	0.19476384220767734	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0075_000000000963	11160	0.7398397303660683	13	10	3	9	2	True	90495	fragment	False	CHI0009_000000000665	0.7185925297511069		0	0	False	False	0.9998207688331604	0					non-mobilizable	other	11161.0	98.755	100.0	0.17947027322580125	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
DEN0045_000000002548	10652	0.7398397303660683	13	10	3	9	2	True	90495	fragment	False	CHI0009_000000000665	0.48228046594982077		0	0	False	False	1.0	0					non-mobilizable	other	10577.0	98.204	99.0	0.17007863885627905	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ENG0194_000000005279	5040	0.7398295715678644	7	6	1	5	4	False	112161	maximal	False	SPA0040_000000006858	0.933695122057762		0	0	True	True	1.0	24					non-mobilizable	chromosome	2737.0	96.85799999999999	100.0	0.5372079324563126	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ENG0206_000000004784	5033	0.7398295715678644	7	6	1	5	4	False	112161	maximal	False	SPA0040_000000006858	0.9310566046063774		0	0	True	True	1.0	43					non-mobilizable	chromosome	2298.0	96.475	99.0	0.4510111918319262	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
MAD0043_000000014568	1785	0.73982718862883	3	2	2	2	1	False	18221	maximal	True	MAD0043_000000014568	1.0		0	0	False	False	0.973109245300293	0					non-mobilizable	no_good_hit	331.0	93.958	19.0	0.002441875952701603	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	False
DEN0092_000000012328	1347	0.7398260872665962	3	1	1	1	1	False	81181	fragment	False	ENG0170_000000009030	0.9356919817107171		0	0	False	False	0.9977728128433228	0					non-mobilizable	other	752.0	98.537	100.0	0.00021105501088436828	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0034_000000009228	1712	0.7398210079637927	4	2	2	2	1	True	131044	maximal	True	MAD0034_000000009228	1.0		68	13	False	False	1.0	0					non-mobilizable	other	1294.0	98.37700000000001	100.0	0.0674990857321979	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0025_000000030629	1387	0.7398202316808501	1	1	1	1	1	False	12791	fragment	False	MON0025_000000030629	1.0		0	0	False	False	0.9459264874458313	0					non-mobilizable	other	1345.0	86.914	97.0	0.15927730892666112	NZ_JH604896.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld208, whole genome shotgun sequence	False	False
ENG0082_000000005882	3286	0.7398129519401573	3	3	3	3	3	False	106236	fragment	False	ISR0814_000000011953	0.6364359360597046		0	0	False	False	0.9969567656517029	0					non-mobilizable	other	3286.0	99.178	100.0	0.012601270484257044	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0029_000000002698	6415	0.7397958871167496	7	3	2	3	2	True	66014	fragment	False	TAN0007_000000003543	0.3806987138884135		0	0	False	False	0.9950116872787476	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	True
ENG0188_000000010159	2567	0.7397780604144465	3	3	3	3	1	True	99942	maximal	True	ENG0188_000000010159	1.0	PS564	4	3	False	True	0.999610424041748	0					non-mobilizable	no_good_hit	1366.0	78.697	59.0	0.0004598681848375184	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
ISR0795_000000004536	2158	0.7397705481630011	2	2	2	2	2	False	65966	maximal	False	ISR0791_000000008117	0.9578891173352133		0	0	False	False	1.0	0					non-mobilizable	other	2158.0	98.054	100.0	0.0006448524955970955	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0835_000000005573	2455	0.7397701202550448	3	3	1	1	3	True	55193	fragment	False	ISR0835_000000005573	1.0		0	0	False	False	0.9987779855728149	0					non-mobilizable	no_good_hit	1832.0	92.959	75.0	0.0005532794145837428	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0321_000000000749	9985	0.7397591663580071	18	3	2	3	2	False	41756	backbone	True	ISR0321_000000000749	0.9360561914672216	PS142	1	1	True	True	1.0	71					non-mobilizable	no_good_hit	143.0	84.615	2.0	0.013432547352145342	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	True
ENG0116_000000010455	2281	0.7397410852297219	4	3	3	3	2	False	117015	fragment	False	AST0094_000000009639	0.6000989547500888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
SPA0025_000000014195	1492	0.7397353203112981	3	2	2	1	1	True	7555	fragment	False	SPA0025_000000014195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0139_000000006317	4068	0.7397351553058497	5	5	5	5	4	False	108275	fragment	False	ISR0208_000000005361	0.6420550684510076		0	0	False	False	0.9990167021751404	0					non-mobilizable	no_good_hit	1817.0	82.829	44.0	0.0006298511083566986	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0101_000000003333	12447	0.7397341278509071	13	6	1	2	6	False	103244	maximal	False	MON0094_000000001388	0.9287280142814971		0	0	False	False	0.9999196529388428	0					non-mobilizable	other	4186.0	90.277	98.0	0.009045446265148032	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MON0079_000000016230	1407	0.7397336190918657	1	1	1	1	1	False	73913	fragment	False	MON0079_000000016230	0.9866028769624392		0	0	False	False	0.9992892742156982	0					non-mobilizable	other	1407.0	98.01	100.0	0.03652422392518509	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
MON0015_000000027217	1403	0.7397336190918657	1	1	1	1	1	False	32444	fragment	False	MON0008_000000026257	0.9488717380724679		0	0	False	False	0.9992872476577759	0					non-mobilizable	other	1403.0	99.43	100.0	0.02830264857881137	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0055_000000001413	9859	0.7397210230459605	10	6	5	5	4	True	101294	fragment	False	CAN0003_000000004189	0.8616692652108119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6936.0	98.068	88.0	0.05994484241930168	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0167_000000004330	7020	0.7397153048490552	8	4	3	3	2	True	74339	fragment	False	ISR0167_000000004330	1.0		0	0	False	False	0.9984330534934998	0					non-mobilizable	no_good_hit	263.0	99.24	4.0	0.1184984170058797	GU591775.1	firmicutes	Roseburia inulinivorans DSM 16841 N-acyl D-amino acid deacylase gene, partial cds; and phosphotransferase system E1 component (PTSI) gene, complete cds	True	True
SPA0012_000000018035	1324	0.7397114869323878	1	1	1	1	1	False	7997	maximal	True	SPA0012_000000018035	1.0		6	2	False	False	0.9984894394874573	0					non-mobilizable	other	1324.0	99.92399999999999	100.0	0.0021662742375467884	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
MON0011_000000017516	2701	0.7397103120827436	3	2	2	2	2	False	13689	maximal	True	MON0011_000000017516	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	70.72	31.0	0.0006816530585440223	NZ_RBZU01000001.1	b-proteobacteria	Pararobbsia silviterrae strain DHC34 scaffold1, whole genome shotgun sequence	True	False
FIJ0029_000000013392	2469	0.7396975205147533	3	3	3	2	2	True	93264	fragment	False	FIJ0029_000000013392	0.983539974348012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	84.46600000000001	8.0	7.1455161711745e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0080_000000015411	2062	0.7396894418351476	2	2	1	2	1	False	75105	fragment	False	ISR0080_000000015411	0.9838709677419355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	70.987	32.0	0.00017296006853313064	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	False
SPA0106_000000008072	4796	0.7396879674455159	4	3	3	3	3	False	4754	maximal	True	SPA0106_000000008072	1.0		2	2	False	False	0.9997915029525757	0					non-mobilizable	no_good_hit	2774.0	98.955	58.0	0.000617134484130764	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0053_000000002849	4068	0.7396844525980116	7	3	1	2	3	False	126757	fragment	False	CHI0053_000000002849	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2404.0	97.171	65.0	0.41643550624133147	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0032_000000001868	3113	0.7396844525980116	5	3	1	2	3	False	126766	fragment	False	CHI0032_000000001868	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	3113.0	99.96799999999999	100.0	0.6196734368777379	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0067_000000007944	2743	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5813210189566506	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2743.0	99.818	100.0	0.545888911009357	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0132_000000011808	2646	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5711491507518811	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2646.0	100.0	100.0	0.5266825965750697	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0135_000000007718	2646	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5711491507518811	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2646.0	100.0	100.0	0.5266825965750697	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0120_000000005199	2646	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5714961404461912	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2646.0	100.0	100.0	0.5265777423850289	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0186_000000007292	2646	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5713910123252027	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2646.0	99.962	100.0	0.5265777423850289	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0125_000000005821	2646	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5711491507518811	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2646.0	100.0	100.0	0.5266825965750697	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0138_000000005687	2646	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5714961404461912	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2646.0	100.0	100.0	0.5265777423850289	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0160_000000011538	2629	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5664353224232062	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2629.0	100.0	100.0	0.5231933107704559	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
CHI0083_000000003991	2558	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5669938908438711	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2558.0	100.0	100.0	0.5091596973317404	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
USA0015_01_000000013517	2477	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.524943617815092	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2477.0	98.87	100.0	0.4930306650736758	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0001_000000011174	2445	0.7396844525980116	6	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5185582104532044	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2445.0	99.346	100.0	0.47734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0038_000000011506	2438	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5252958003245254	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2438.0	100.0	100.0	0.4759765625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0129_000000009811	2405	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5134667779174054	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2405.0	100.0	100.0	0.46953125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0116_000000007011	2396	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5078494614455378	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2396.0	100.0	100.0	0.4769016328156113	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0107_000000005897	2368	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.46376485975108894	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2368.0	100.0	100.0	0.471326164874552	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
MON0054_000000019559	2345	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.38863909581037115	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2345.0	100.0	100.0	0.4667463162086818	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
AST0058_000000006379	2342	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.4802996067115806	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2342.0	100.0	100.0	0.4572265625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0156_000000006025	2252	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.37187679973760346	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2252.0	100.0	100.0	0.4396484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0163_000000004102	2252	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.37176346322354453	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2252.0	100.0	100.0	0.4482277976901633	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0019_000000007872	2189	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.36804716587262654	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2191.0	99.40700000000001	100.0	0.37968099861303745	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0108_000000013619	2136	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.3665039466017607	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2136.0	99.95299999999999	100.0	0.4169921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0110_000000004197	2132	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.23413376928789062	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2132.0	99.34299999999999	100.0	0.4162109375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0179_000000009504	2098	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.21524861086141914	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2098.0	100.0	100.0	0.4095703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0227_000000012705	2088	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.3494815795902265	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2088.0	100.0	100.0	0.41557148546395856	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0075_000000003277	2077	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.24240348577205306	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2079.0	98.70100000000001	100.0	0.3602635228848821	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0170_000000022506	2068	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.3396032104393099	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2068.0	100.0	100.0	0.4037109375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CAN0012_000000023233	2053	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.31288494235210823	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2053.0	99.95100000000001	100.0	0.40078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0082_000000008583	1968	0.7396844525980116	4	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.1476556020142277	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1968.0	100.0	100.0	0.3841796875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0138_000000015115	1931	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.25399859484622506	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1931.0	100.0	100.0	0.376953125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0066_000000005874	1915	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.14269396054584865	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1915.0	100.0	100.0	0.373828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0025_000000005676	1863	0.7396844525980116	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.18507380290239173	PS974|PS975	0	0	False	True	0.9989264607429504	0					non-mobilizable	other	1863.0	99.785	100.0	0.363671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0836_000000003307	5874	0.7396811408096039	8	6	3	5	5	True	20936	maximal	True	ISR0836_000000003307	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1684.0	80.048	39.0	0.0003940791028949494	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
SPA0156_000000005835	2814	0.739675556526307	5	3	3	2	1	True	108558	fragment	False	TAN0006_000000003590	0.9581692913385826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0043_000000006175	2816	0.7396730624185366	5	4	2	3	3	True	131064	fragment	False	USA0072_01_000000007207	0.6700919369011988		0	0	False	False	1.0	0					non-mobilizable	chromosome	2827.0	95.154	100.0	0.0007844938580923548	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MAD0057_000000001925	7401	0.7396682647902479	9	9	2	4	9	True	17015	fragment	False	SPA0002_000000003574	0.9614847715736041		0	0	False	False	0.9993244409561157	0					non-mobilizable	plasmid	7401.0	99.986	100.0	0.06810171082541114	CP053788.1	enterobacteria	Escherichia coli isolate J31 plasmid pJ31, complete sequence	False	True
ISR0131_000000011456	2644	0.7396630834295581	4	4	4	4	4	False	131485	fragment	False	ISR0131_000000011456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	98.68799999999999	48.0	0.000302608450780991	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0064_000000004169	4248	0.7396609689800506	4	1	1	1	1	False	35257	maximal	True	ISR0064_000000004169	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	3293.0	99.18	77.0	0.01607039899932572	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0056_000000014945	1491	0.7396581750774933	3	2	2	2	2	False	127455	maximal	True	ISR0056_000000014945	1.0	PS1007	2	2	False	True	0.9919517040252686	0					non-mobilizable	chromosome	1224.0	99.346	100.0	0.000581752659508683	CP038020.1	firmicutes	Streptococcus thermophilus strain ATCC 19258 chromosome, complete genome	False	True
SPA0089_000000008185	4693	0.7396557539822137	5	4	4	3	4	False	5434	maximal	True	SPA0089_000000008185	1.0		3	2	False	False	0.9989345669746399	0					non-mobilizable	no_good_hit	2530.0	94.822	89.0	0.0008148207120462927	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0070_000000012810	1532	0.7396451758324418	3	2	2	2	2	False	44927	fragment	False	FIJ0070_000000012810	0.986671469740634		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	84.59	100.0	0.0004908908008095347	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0254_000000001064	6262	0.7396434610680511	8	7	5	7	2	False	26932	fragment	False	ISR0254_000000001064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	95.28299999999999	15.0	0.010783914136267917	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
SPA0039_000000000937	19957	0.7396390447848191	23	10	9	9	6	False	62473	fragment	False	SPA0039_000000000937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4312.0	97.98200000000001	53.0	0.3892902293660827	MK231469.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_5_c1 sequence	True	False
CHI0135_000000010514	1877	0.7396390182437206	2	2	2	2	2	False	80673	fragment	False	CHI0135_000000010514	1.0		0	0	False	False	0.9989344477653503	0					non-mobilizable	no_good_hit	724.0	81.077	38.0	0.010252827013846307	NZ_JAAITU010000016.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_16_length_70127_cov_172.725, whole genome shotgun sequence	True	False
ISR0091_000000021552	1356	0.7396363748241791	1	1	1	1	1	False	85940	fragment	False	ISR0091_000000021552	0.9837324289490432		0	0	False	False	0.9992625117301941	0					non-mobilizable	no_good_hit	1125.0	87.46700000000001	89.0	0.003915156501669955	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
FIJ0066_000000023141	1441	0.7396314004812378	2	2	2	2	2	False	83918	fragment	False	CHI0099_000000003479	0.7428065300881891		0	0	False	False	0.9979181289672852	0					non-mobilizable	chromosome	1441.0	99.02799999999999	100.0	0.0005081359983654959	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0065_000000012006	2685	0.7396265240016043	3	2	2	1	1	False	96630	fragment	False	ISR0065_000000012006	1.0		0	0	False	False	0.9996275901794434	0					non-mobilizable	no_good_hit	1047.0	69.914	38.0	0.00033806481851334847	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
USA0082_01_000000011323	2647	0.7396265240016043	3	2	2	1	1	False	131882	fragment	False	USA0082_01_000000011323	1.0		0	0	False	False	0.9916887283325195	0					non-mobilizable	no_good_hit	1086.0	72.928	40.0	0.0010545773631984337	NZ_LN876586.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	False
USA0035_01_000000017650	1461	0.7396253872245833	2	1	1	1	1	False	117126	fragment	False	USA0035_01_000000017650	1.0		0	0	False	False	0.9911019802093506	0					non-mobilizable	no_good_hit								True	False
ISR0373_000000007409	2161	0.7396244684943017	3	3	3	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.5591203184428248		0	0	False	False	0.9939842820167542	0					non-mobilizable	other	2161.0	97.779	100.0	0.0006716612462971524	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0041_000000004265	3042	0.7396169557142509	4	3	3	3	3	False	72324	fragment	False	DEN0052_000000012110	0.9662975719144645		0	0	False	False	0.9993425607681274	0					non-mobilizable	no_good_hit	2555.0	92.524	84.0	0.04006032613818456	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
ISR0235_000000000950	4117	0.7396121711301636	7	5	4	4	5	False	97309	fragment	False	ISR0235_000000000950	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3087.0	93.165	99.0	0.001231058450719129	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
SPA0112_000000021940	1513	0.7396117203308298	3	3	3	3	2	False	4521	maximal	True	SPA0112_000000021940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	380.0	75.263	25.0	0.001585701694086092	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
FIJ0072_000000019927	1317	0.7396116146224545	2	1	1	1	1	False	44732	maximal	True	FIJ0072_000000019927	1.0		227	13	False	False	0.9977220892906189	0					non-mobilizable	no_good_hit	570.0	87.895	61.0	0.00019084888033640566	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0154_000000029182	1380	0.7396110345603948	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.2093941154860403	PS1128	0	0	False	True	0.997826099395752	0					non-mobilizable	other	1342.0	83.458	96.0	0.015750543529634183	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0001_000000018139	1330	0.7396076074196847	2	1	1	1	1	False	100779	fragment	False	AUS0014_000000019668	0.9386590584878745		0	0	False	False	0.9992481470108032	0					non-mobilizable	no_good_hit	475.0	74.947	35.0	0.0006144752820002634	NZ_FQTT01000001.1	high GC Gram+	Actinomyces glycerinitolerans isolate G10_assembly1, whole genome shotgun sequence	True	False
USA0089_01_000000000731	14220	0.739607459904927	20	5	4	4	2	True	130533	maximal	True	USA0089_01_000000000731	1.0		6	5	False	False	1.0	0					non-mobilizable	chromosome	13392.0	99.948	100.0	0.0023804157079350273	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
FIJ0088_000000004480	6228	0.7396069053795706	10	9	6	7	7	False	97873	maximal	True	FIJ0088_000000004480	1.0		53	9	False	False	0.9998394250869751	0					non-mobilizable	chromosome	5210.0	99.904	100.0	0.0010401301750170276	LR134222.1	enterobacteria	Escherichia coli strain NCTC11129 genome assembly, chromosome: 1	False	False
USA0024_01_000000009590	2453	0.7396065725270766	4	4	3	3	2	True	94708	fragment	False	USA0024_01_000000009590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	79.88	47.0	0.000387932079558404	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
USA0080_01_000000021685	1975	0.7396035194016586	4	2	2	1	1	False	607	maximal	True	USA0080_01_000000021685	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	88.476	31.0	0.011644579621985661	NZ_FOIN01000021.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	False
MAD0015_000000015709	1351	0.7396007384486775	2	1	1	1	1	False	85275	maximal	True	MAD0015_000000015709	0.9452106411318698		174	5	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	76.786	8.0	4.5431867068009025e-05	CP039923.1	a-proteobacteria	Agrobacterium tumefaciens strain CFBP7129 chromosome linear, complete sequence	True	False
FIJ0169_000000001698	11502	0.7395984818440964	16	12	7	11	10	True	78373	maximal	True	FIJ0169_000000001698	1.0		6	2	False	False	0.9996522068977356	0					non-mobilizable	no_good_hit	5501.0	87.51100000000001	71.0	0.0018324185265456655	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0029_000000001104	15259	0.7395978617982428	12	8	5	8	6	False	68576	maximal	False	MAD0036_000000001159	0.9655610944943254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	74.215	6.0	0.00035138872417542444	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
SPA0095_000000011078	1779	0.7395971446968032	2	2	2	2	1	False	125903	fragment	False	MON0019_000000035282	0.918963760514336		0	0	False	False	0.9803259968757629	0					non-mobilizable	other	1785.0	91.59700000000001	100.0	0.005155777726110207	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
DEN0011_000000020467	2177	0.7395895961771691	4	3	3	3	2	False	75701	maximal	True	DEN0011_000000020467	1.0		1	1	False	False	0.9990813136100769	0					non-mobilizable	no_good_hit	141.0	79.433	6.0	2.961490324939869e-05	CP041284.1	enterobacteria	Escherichia coli strain 54 chromosome, complete genome	True	False
MON0041_000000040074	1675	0.7395828094386216	2	2	2	2	1	True	45193	fragment	False	FIJ0067_000000017844	0.9352272727272728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	83.07700000000001	4.0	1.1088923165578528e-05	NZ_CP019288.1	CFB group bacteria	Kordia antarctica strain IMCC3317 chromosome, complete genome	True	True
ISR0308_000000011957	1528	0.7395784636071948	3	3	3	3	2	False	30701	maximal	True	ISR0308_000000011957	1.0		26	8	False	False	0.9685863852500916	0					non-mobilizable	no_good_hit	1345.0	99.331	88.0	0.0003761596506641149	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0130_000000007845	2672	0.73957734124625	3	3	3	3	3	False	87840	fragment	False	FIJ0160_000000006257	0.9493557623478883		0	0	False	False	0.9928892254829407	0					non-mobilizable	no_good_hit	186.0	90.86	14.0	4.5357911927684285e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0002_000000028497	1346	0.7395722553483907	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.2162022599754741		0	0	False	False	0.9992570877075195	0					non-mobilizable	chromosome	1348.0	93.027	100.0	0.0005539041387552518	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0005_000000015537	1536	0.7395642052969236	2	2	2	2	2	False	67659	fragment	False	ENG0005_000000015537	1.0		0	0	False	False	0.998046875	0					non-mobilizable	other	1536.0	99.34899999999999	100.0	0.012801160860971888	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
MAD0011_000000004390	3072	0.7395639934750846	3	3	3	3	3	False	87369	maximal	True	MAD0011_000000004390	1.0		2	2	False	False	0.9996744990348816	0					non-mobilizable	no_good_hit	624.0	81.891	27.0	0.00011562393519557268	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
USA0059_01_000000014979	1721	0.7395625293650293	2	1	1	1	1	False	49044	fragment	False	USA0059_01_000000014979	1.0		0	0	False	False	0.9750145077705383	0					non-mobilizable	no_good_hit	64.0	95.31200000000001	4.0	2.2140260306203314e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ISR0222_000000024594	1985	0.7395621923712634	2	2	2	2	2	False	27872	fragment	False	ISR0222_000000024594	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	99.897	100.0	0.0006961024720249333	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
FIJ0076_000000006424	2389	0.7395537797001427	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8505434602415644		0	0	False	False	0.996651291847229	0					non-mobilizable	other	2389.0	99.456	100.0	0.005253709277152965	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0359_000000012360	2143	0.7395515430806608	3	3	3	2	3	False	83326	fragment	False	ISR0359_000000012360	0.9946731234866828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	75.305	15.0	0.00095366318860092	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
AUS0006_000000014662	1757	0.7395444533192077	3	2	2	2	2	False	102072	fragment	False	AUS0006_000000014662	1.0		0	0	False	False	0.9937393069267273	0					non-mobilizable	no_good_hit	727.0	98.074	47.0	0.00016125485597009455	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0121_000000009647	1181	0.7395402375187099	2	2	2	2	2	False	4123	fragment	False	SPA0121_000000009647	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	99.238	100.0	0.0006814959413451459	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MON0011_000000030450	1534	0.7395394431931349	3	3	3	3	1	False	13661	maximal	True	MON0011_000000030450	1.0		0	0	False	False	0.9973924160003662	0					non-mobilizable	no_good_hit	909.0	91.309	59.0	0.0002546149665262818	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0044_000000003929	5815	0.7395354713450042	5	5	2	4	5	False	82868	fragment	False	MAD0044_000000003929	1.0		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	5815.0	99.948	100.0	0.07000180603214737	CP054459.1	enterobacteria	Escherichia coli strain SCU-103 plasmid pSCU-103-2	False	True
ENG0188_000000004748	5532	0.7395319273217319	5	5	5	5	4	False	107046	maximal	True	ENG0188_000000004748	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	98.791	19.0	0.05979622515450142	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	True	False
MAD0055_000000003111	2645	0.7395302700940412	3	3	2	3	2	False	77979	fragment	False	MAD0055_000000003111	0.9604461893128261		0	0	False	False	0.9965973496437073	0					non-mobilizable	no_good_hit	545.0	87.339	21.0	0.08774485996438401	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0163_000000000655	8505	0.7395297258504947	6	3	3	3	3	False	30311	maximal	True	ISR0163_000000000655	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	89.838	7.0	0.00011523905835817953	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0088_000000002856	8028	0.7395271851721357	8	5	2	5	2	True	97809	fragment	False	MON0088_000000002856	0.9995169082125603		0	0	False	False	1.0	0					non-mobilizable	other	7275.0	99.67	92.0	0.3618227948858266	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	False	True
DEN0064_000000037626	1174	0.7395225979216267	1	1	1	1	1	True	71180	fragment	False	DEN0064_000000037626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	5.0	9.776103256309321e-06	CP031414.1	high GC Gram+	Mycolicibacterium neoaurum strain HGMS2 chromosome, complete genome	True	True
USA0016_01_000000012284	1103	0.7395183661601071	3	1	1	1	1	False	93120	fragment	False	CAN0015_000000027705	0.7857531849141189		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	98.73100000000001	100.0	0.0008871198417526459	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
FIJ0172_000000007294	3516	0.7395044904400028	4	4	3	4	1	False	38748	maximal	True	FIJ0172_000000007294	1.0		0	0	False	False	0.9897611141204834	0					non-mobilizable	no_good_hit	384.0	70.833	11.0	0.00018453109226211072	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0143_000000016461	1207	0.7394996003249683	2	2	2	1	1	False	79896	fragment	False	CHI0143_000000016461	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	91.667	100.0	0.000570592873166309	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
ISR0262_000000000583	17509	0.7394961983675251	16	7	6	6	6	False	36120	fragment	False	ISR0262_000000000583	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9891.0	89.839	84.0	0.004028364989251287	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
USA0034_01_000000004303	12634	0.7394868431206774	12	5	4	2	1	True	132160	fragment	False	SPA0132_000000001387	0.11080728628731469		0	0	False	False	0.9999208450317383	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
SPA0072_000000014550	1384	0.7394827173760872	2	2	2	2	1	False	5864	maximal	True	SPA0072_000000014550	1.0		35	6	False	False	0.9985548853874207	0					non-mobilizable	other	1382.0	100.0	99.0	0.006665604803482912	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
MON0083_000000029819	1359	0.7394813333548941	1	1	1	1	1	False	9861	maximal	True	MON0083_000000029819	1.0		30	10	False	False	0.9646798968315125	0					non-mobilizable	no_good_hit	1188.0	73.737	87.0	0.08621949437381266	NZ_BAEV01000103.1	firmicutes	Clostridium arbusti SL206, whole genome shotgun sequence	True	False
CHI0187_000000008343	1928	0.7394794046483353	2	1	1	1	1	False	105248	maximal	True	CHI0187_000000008343	0.9480490245535488		119	13	False	False	0.9756224155426025	0					non-mobilizable	no_good_hit	1411.0	80.227	82.0	0.0010599457362061933	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0087_000000002855	5421	0.7394681549664087	5	3	3	2	2	False	5488	maximal	True	SPA0087_000000002855	1.0		2	1	False	False	0.9988932013511658	0					non-mobilizable	no_good_hit	2708.0	89.402	76.0	0.049618250390948394	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
FIJ0161_000000003928	4010	0.7394644003017834	7	7	3	4	6	True	118537	fragment	False	FIJ0130_000000005171	0.909829667449496		0	0	False	False	1.0	0					non-mobilizable	chromosome	4012.0	95.14	100.0	0.001161845211954135	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
USA0047_01_000000029009	1250	0.7394615091490233	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.9247576260938892		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	83.001	99.0	0.0005466842961757526	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0085_000000002301	8111	0.7394582180734695	13	7	5	7	5	True	111587	fragment	False	ISR0085_000000002301	0.9999364352911264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	86.925	6.0	0.0001659678940231478	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
AST0118_000000003306	7866	0.7394582180734695	13	7	5	7	5	True	111587	fragment	False	ISR0085_000000002301	0.9848354087042288		0	0	False	False	0.9991101026535034	0					non-mobilizable	no_good_hit	273.0	87.546	3.0	0.00010900607360532671	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
MON0087_000000008678	5305	0.7394551237745026	6	5	5	5	4	False	9715	maximal	True	MON0087_000000008678	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	88.78299999999999	33.0	0.0001621775433362673	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0066_000000017059	1916	0.7394470326825785	3	2	2	2	2	False	45320	fragment	False	FIJ0066_000000017059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	73.848	38.0	0.00020189529911124123	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0140_000000009177	3075	0.7394425827461757	3	3	2	3	3	False	105611	maximal	True	AST0140_000000009177	1.0		1	1	False	False	0.9947967529296875	0					non-mobilizable	no_good_hit	703.0	99.00399999999999	36.0	0.00019927873588016477	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ETH0001_000000013762	2215	0.7394341521225457	3	3	1	3	1	False	53533	maximal	True	ETH0001_000000013762	1.0		1	1	False	False	0.990067720413208	0					non-mobilizable	no_good_hit	827.0	78.96	36.0	0.00022838264504606976	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0022_000000010777	1351	0.7394318008283944	2	1	1	1	1	False	91758	fragment	False	CAN0020_000000025352	0.9476703164448471		0	0	False	False	0.9911177158355713	0					non-mobilizable	other	1352.0	95.932	100.0	0.00042599194591227594	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0019_000000024023	2742	0.7394300965041184	2	2	2	2	2	False	59963	maximal	True	MON0019_000000024023	1.0		1	1	False	False	0.9722830057144165	0					non-mobilizable	no_good_hit	1366.0	81.69800000000001	49.0	0.08403309075076196	NZ_QIML01000030.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_30, whole genome shotgun sequence	True	False
MON0100_000000029888	1538	0.739427571573088	2	2	2	2	2	False	56909	fragment	False	MON0100_000000029888	0.9902079393604817		0	0	False	False	0.9863458871841431	0					non-mobilizable	no_good_hit	454.0	70.264	29.0	0.018142618882967906	NZ_PVXN01000022.1	firmicutes	Clostridium thermopalmarium DSM 5974 CPAL_contig000022, whole genome shotgun sequence	True	False
FIJ0171_000000010253	2009	0.7394267838207621	2	2	2	2	2	False	38798	fragment	False	FIJ0171_000000010253	1.0		0	0	False	False	0.9995022416114807	0					non-mobilizable	no_good_hit								True	False
ISR0019_000000013359	1362	0.7394190328580252	2	1	1	1	1	False	76396	fragment	False	MAD0048_000000017520	0.9743024963289281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000017520	1362	0.7394190328580252	2	1	1	1	1	False	76396	fragment	False	MAD0048_000000017520	0.9754038179148312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0082_000000030133	1213	0.7394190328580252	1	1	1	1	1	False	62903	fragment	False	MON0082_000000030133	1.0		0	0	False	False	0.9241549968719482	0					non-mobilizable	no_good_hit								True	False
CHI0152_000000005123	2034	0.7394005967604818	4	4	2	3	3	False	79384	maximal	True	CHI0152_000000005123	1.0		1	1	False	False	0.9886922240257263	0					non-mobilizable	no_good_hit	1335.0	72.135	64.0	0.000606289554563728	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0004_000000000679	2265	0.7393970391577298	3	2	2	2	2	False	79862	fragment	False	DEN0004_000000000679	0.9935437589670014		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	94.32600000000001	99.0	0.02602708764365318	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
CHI0144_000000007437	2091	0.7393970391577298	2	2	2	2	2	False	79862	fragment	False	DEN0004_000000000679	0.9556291390728477		0	0	False	False	0.9937828779220581	0					non-mobilizable	other	1496.0	94.385	100.0	0.02599231531547195	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
MAD0105_000000007298	4329	0.7393938502251484	4	4	4	4	2	False	14855	maximal	True	MAD0105_000000007298	1.0		6	2	False	False	0.9907599687576294	0					non-mobilizable	no_good_hit	69.0	88.406	2.0	0.0005963290684112215	NZ_AWEZ01000067.1	actinobacteria	Olsenella profusa F0195 contig00008, whole genome shotgun sequence	True	False
SPA0132_000000017939	2301	0.7393900892274052	4	4	4	4	3	False	3738	maximal	True	SPA0132_000000017939	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1250.0	73.12	53.0	0.00035941637123952544	CP003191.1	CFB group bacteria	Tannerella forsythia 92A2, complete genome	True	False
ENG0119_000000026872	1102	0.7393891649353936	2	2	2	2	2	False	59206	fragment	False	ISR0377_000000014113	0.9391610034411352		0	0	False	False	0.9909256100654602	0					non-mobilizable	other	1102.0	99.274	100.0	0.016007327605007195	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0066_000000003823	7077	0.739387759733932	4	4	4	1	0	False	71018	maximal	False	USA0084_01_000000004103	0.9718356970832218		0	0	False	False	0.9995760917663574	0					non-mobilizable	no_good_hit	674.0	74.184	9.0	0.012083545964861121	NZ_FQZY01000029.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0132_01_000000002987	6323	0.7393852431319868	4	3	3	3	1	True	88	maximal	True	USA0132_01_000000002987	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	1.0	4.955371751134396e-05	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	True
CHI0158_000000002017	6563	0.7393840104738744	6	6	6	6	6	False	105085	maximal	True	CHI0158_000000002017	1.0		11	6	False	False	0.9987810254096985	0					non-mobilizable	no_good_hit	3160.0	91.329	75.0	0.0007030392482398426	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0018_000000002034	10220	0.7393763326799927	13	6	2	6	4	False	37818	fragment	False	ISR0018_000000002034	1.0		0	0	False	False	0.9949119091033936	0					non-mobilizable	no_good_hit								True	False
SPA0153_000000012873	1464	0.7393747649976696	3	3	2	3	2	False	115911	fragment	False	SPA0136_000000028334	0.9540398808571324		0	0	False	False	0.9918032884597778	0					non-mobilizable	no_good_hit	74.0	86.486	5.0	8.240989099316337e-05	NZ_JNXY01000001.1	high GC Gram+	Catenuloplanes japonicus strain NRRL B-16061 contig1.1, whole genome shotgun sequence	True	False
ISR0186_000000006966	3670	0.7393745174049312	5	3	3	2	2	False	71684	fragment	False	ISR0186_000000006966	0.9840573540827267		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	99.25	93.0	0.004223123306910366	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0783_000000002671	5337	0.7393727177026992	9	6	3	5	5	False	22254	maximal	True	ISR0783_000000002671	1.0		1	1	False	False	0.9992505311965942	0					non-mobilizable	no_good_hit	1299.0	87.375	59.0	0.0003965315565132372	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
FIJ0026_000000007701	3947	0.7393713673128698	4	3	2	3	1	True	64657	maximal	True	FIJ0026_000000007701	1.0		1	1	False	False	0.9992399215698242	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	4.0	2.7276120748143937e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	True
MON0009_000000011356	3013	0.7393698949103824	5	2	2	2	1	True	44920	fragment	False	MON0009_000000011356	1.0		0	0	False	False	0.9917026162147522	0					non-mobilizable	no_good_hit								True	True
ISR0233_000000015379	1250	0.7393675582579747	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.0376107311429645		0	0	False	False	0.9944000244140625	0					non-mobilizable	other	1241.0	99.678	99.0	0.029360231093431832	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0847_000000008047	3210	0.7393671336995148	4	4	3	3	2	False	124450	maximal	True	ISR0847_000000008047	1.0		19	5	False	False	0.999688446521759	0					non-mobilizable	other	3078.0	98.083	95.0	0.017577142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0109_000000010272	2559	0.7393597585921641	3	3	1	2	3	True	123556	backbone	False	ISR0826_000000002301	0.26355479016609956	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2562.0	99.102	100.0	0.0006858157712990519	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0106_000000011444	1756	0.7393593462602223	2	2	2	1	1	False	83148	maximal	True	CHI0106_000000011444	1.0		754	13	False	False	0.9965831637382507	0					non-mobilizable	other	1756.0	99.65799999999999	100.0	0.0031477844440259356	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0128_000000013919	2021	0.7393537611780051	2	2	2	2	1	True	58632	maximal	True	ENG0128_000000013919	1.0		10	4	False	False	0.9935675263404846	0					non-mobilizable	other	2044.0	81.947	100.0	0.000313922116581454	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ENG0191_000000007088	3919	0.7393519928304267	3	3	3	3	2	False	78462	fragment	False	ENG0191_000000007088	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3917.0	89.073	99.0	0.002004671900486665	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0333_000000021553	1131	0.7393435204542536	3	2	2	2	1	False	24524	maximal	True	ISR0333_000000021553	1.0		3	3	False	False	0.9955791234970093	0					non-mobilizable	no_good_hit	415.0	73.735	36.0	0.0007191984952154562	NZ_JH378829.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.1, whole genome shotgun sequence	True	False
FIJ0079_000000007873	3652	0.7393388176122275	5	4	1	2	2	False	125136	fragment	False	FIJ0079_000000007873	0.9241341396371633		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	plasmid	1974.0	90.98299999999999	97.0	0.3385569140692268	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
FIJ0004_000000006570	4061	0.7393385598478017	7	5	5	3	2	False	52084	maximal	True	FIJ0004_000000006570	0.9972629648513305		12	3	True	True	1.0	27					non-mobilizable	no_good_hit	1425.0	78.877	37.0	0.00041989662145179856	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
MON0071_000000004811	2495	0.7393348166549686	3	3	3	3	3	False	111481	fragment	False	ENG0171_000000009735	0.9931206991397395		0	0	False	False	1.0	0					non-mobilizable	chromosome	2496.0	99.079	100.0	0.00044731502474491477	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0778_000000000939	12476	0.7393342907150421	11	9	2	5	7	True	117638	maximal	True	ISR0778_000000000939	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	9608.0	99.56299999999999	80.0	0.003083018463452095	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
CHI0132_000000024700	1233	0.739331932901638	1	1	1	1	1	False	80837	fragment	False	CHI0132_000000024700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	74.561	46.0	0.00016865122985897747	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0026_000000009076	3204	0.7393307729695369	4	2	0	2	1	False	7531	fragment	False	SPA0026_000000009076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	86.352	13.0	7.983486955581076e-05	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0123_000000003138	3371	0.7393229554496022	4	4	2	4	4	True	77091	fragment	False	MAD0041_000000008285	0.643131747029356		0	0	False	False	0.9991100430488586	0					non-mobilizable	plasmid	3371.0	99.73299999999999	100.0	0.07461364743391047	CP053331.1	enterobacteria	Salmonella enterica subsp. salamae serovar 60:z10:z39 strain 2011K-1889 plasmid unnamed2, complete sequence	False	True
MAD0076_000000001472	4310	0.7393217710942872	7	4	4	4	4	True	72916	maximal	True	MAD0076_000000001472	1.0		2	1	False	False	0.9897911548614502	0					non-mobilizable	no_good_hit	245.0	77.959	6.0	7.277192822868578e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
ISR0840_000000000990	10259	0.7393194353242343	18	4	2	4	3	False	104762	fragment	False	ISR0840_000000000990	1.0		0	0	False	False	0.9999025464057922	0					non-mobilizable	no_good_hit	872.0	99.541	8.0	0.9988532110091743	GQ883854.1		Uncultured organism clone VC1DF71TR genomic sequence	True	False
ENG0113_000000006784	4108	0.7393139367907119	7	4	3	4	2	False	59621	fragment	False	ENG0113_000000006784	1.0		0	0	False	False	0.9997565746307373	0					non-mobilizable	no_good_hit								True	False
ISR0159_000000005587	4412	0.7393117070790208	4	3	1	1	2	False	122786	backbone	False	AST0024_000000007703	0.9877779866283884	PS832|PS837|PS838|PS874	0	0	False	True	0.9993200302124023	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.573	66.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
SPA0026_000000000508	22529	0.7393094373030201	22	13	9	11	11	True	125892	maximal	True	SPA0026_000000000508	1.0	PS938	11	4	False	True	1.0	0					non-mobilizable	no_good_hit	2251.0	78.41	10.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
CHI0179_000000008722	2250	0.7393050177788749	2	2	2	2	1	False	77565	fragment	False	CHI0179_000000008722	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1354.0	95.71600000000001	99.0	0.00037867857689624065	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0286_000000001848	6208	0.7393040885461912	9	9	7	5	5	True	132383	maximal	True	ISR0286_000000001848	1.0	PS1159|PS1160|PS463	3	1	True	True	0.9972615838050842	17		MOBV			mobilizable	no_good_hit	3200.0	100.0	88.0	0.02720723938798595	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0178_000000001258	9871	0.7392987750000762	16	12	2	7	11	True	61848	maximal	True	ISR0178_000000001258	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	no_good_hit	6154.0	96.165	83.0	0.08109605667620945	AP018811.1	enterobacteria	Escherichia coli E2865 plasmid pE2865-3 DNA, complete genome	True	True
ISR0043_000000019807	1121	0.7392889380478065	2	2	2	2	2	False	36285	fragment	False	ISR0043_000000019807	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	99.822	100.0	0.029043383554184062	NZ_JAAIPV010000040.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_40_length_38563_cov_89.0609, whole genome shotgun sequence	False	False
ISR0079_000000015530	1810	0.7392859002019937	2	2	2	2	1	False	107391	fragment	False	ISR0358_000000010740	0.968542275741222		0	0	False	False	1.0	0					non-mobilizable	chromosome	1810.0	99.669	100.0	0.0005701924565019433	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0031_000000000131	49292	0.7392845914629359	58	18	11	16	7	True	48639	maximal	True	FIJ0031_000000000131	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	84.615	0.0	0.0019413287316652286	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
AST0089_000000003393	5331	0.7392712660466907	3	2	1	2	1	True	110309	fragment	False	AST0089_000000003393	1.0		0	0	False	False	0.9998124241828918	0					non-mobilizable	no_good_hit	925.0	73.946	17.0	0.00027594419891874674	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0167_000000008472	3597	0.739270549177602	3	3	2	3	3	True	107448	fragment	False	CHI0049_000000003601	0.3719191359734145		0	0	False	False	0.9952738285064697	0					non-mobilizable	other	3552.0	100.0	99.0	0.009642355765183791	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0017_000000010235	1906	0.7392684658676469	4	2	1	2	1	False	13301	fragment	False	MON0017_000000010235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	82.333	19.0	7.59464896746819e-05	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
USA0120_01_000000002370	4873	0.7392642589016035	6	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.5236391842890666	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4870.0	100.0	99.0	0.04858893501516845	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0222_000000010586	5722	0.7392589783570842	6	4	4	3	3	False	125517	fragment	False	USA0125_01_000000004163	0.8698009369405878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2330.0	81.803	60.0	0.0010162102634606212	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0055_000000001900	12648	0.7392479520103662	11	6	6	6	4	True	114007	maximal	True	AST0055_000000001900	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2138.0	72.919	16.0	0.014340078280275947	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
MON0037_000000009057	5781	0.7392460461269261	7	7	7	6	5	False	69610	fragment	False	MON0037_000000009057	1.0		0	0	False	False	0.9998270273208618	0					non-mobilizable	other	5039.0	96.825	97.0	0.009566856866945389	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0105_000000002803	5196	0.7392430421756746	6	5	2	2	3	True	59761	fragment	False	ENG0111_000000004386	0.6281179138321995		0	0	False	False	0.9996150732040405	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0066273932253313695	CP033765.1	enterobacteria	Escherichia coli strain FDAARGOS_536 plasmid unnamed4, complete sequence	True	True
USA0034_01_000000017036	3244	0.7392411875408007	3	3	3	3	2	True	102801	fragment	False	USA0034_01_000000017036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2493.0	94.264	82.0	0.000796828858618877	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MAD0003_000000015786	1729	0.7392356068613889	2	2	2	2	2	False	125442	fragment	False	MON0070_000000010284	0.1747582291708881		0	0	False	False	1.0	0					non-mobilizable	chromosome	1716.0	85.431	99.0	0.00047817307684241343	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0019_000000012524	2329	0.7392292206577994	3	2	1	1	2	False	120157	fragment	False	SPA0019_000000012524	0.9995350967321436		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2066.0	99.95200000000001	89.0	0.31676637521092194	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0057_01_000000003494	8245	0.7392250088090742	10	5	3	3	5	False	99285	fragment	False	ENG0009_000000001615	0.9689998957354118		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	91.905	5.0	0.0017191083612671347	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0072_000000012284	2320	0.739223426088624	2	2	1	2	1	False	75106	fragment	False	ISR0072_000000012284	1.0		0	0	False	False	0.9788793325424194	0					non-mobilizable	no_good_hit	679.0	70.987	28.0	0.00017296006853313064	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	False
SPA0050_000000004844	5252	0.7392214849994044	6	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.727141779403693	PS1159|PS463	0	0	True	True	1.0	112		MOBV			mobilizable	other	3485.0	98.766	91.0	0.35744374807356416	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
ISR0329_000000001892	5252	0.7392214849994044	7	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7291035051041648	PS1159|PS463	0	0	True	True	1.0	34		MOBV			mobilizable	other	3485.0	98.795	91.0	0.35744374807356416	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
SPA0049_000000004178	5252	0.7392214849994044	6	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.727141779403693	PS1159|PS463	0	0	True	True	1.0	121		MOBV			mobilizable	other	3485.0	98.766	91.0	0.35744374807356416	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
SPA0051_000000004710	5231	0.7392214849994044	6	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7272711135785954	PS1159|PS463	0	0	True	True	0.9996176362037659	129		MOBV			mobilizable	other	2959.0	96.35	92.0	0.025157553644783507	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0116_000000004139	5224	0.7392214849994044	7	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7287088416243598	PS1159|PS463	0	0	True	True	1.0	203		MOBV			mobilizable	other	4744.0	97.57600000000001	91.0	0.04033033109653935	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MAD0047_000000000744	21413	0.7392212296618846	40	14	9	13	8	True	17717	maximal	True	MAD0047_000000000744	1.0		1	1	False	False	0.9999532699584961	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00039106418340910203	NZ_ALEF01000048.1	firmicutes	Virgibacillus halodenitrificans 1806 contig59, whole genome shotgun sequence	True	True
USA0037_01_000000008847	4007	0.739220736420497	5	5	3	4	5	False	92619	fragment	False	USA0037_01_000000008847	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2595.0	95.8	100.0	0.0004816424696008502	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0009_000000000061	42633	0.7392146615615846	50	12	4	10	5	False	47849	maximal	True	MAD0009_000000000061	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2131.0	72.126	5.0	0.02248610136557457	NZ_FQVD01000017.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
AST0047_000000009342	2338	0.7392093167466205	3	3	3	3	2	False	116782	fragment	False	ISR0079_000000011824	0.7104087939526816		0	0	False	False	0.9995722770690918	0					non-mobilizable	other	2337.0	98.973	99.0	0.021414296976697285	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
DEN0035_000000021129	1634	0.7392051549350024	1	1	1	1	1	False	73418	fragment	False	DEN0035_000000021129	0.9914402145964752		0	0	False	False	0.9987760186195374	0					non-mobilizable	no_good_hit	1410.0	76.17	85.0	0.07700016702856188	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	True	False
MON0007_000000048994	1335	0.7392051549350024	1	1	1	1	1	False	13916	maximal	True	MON0007_000000048994	0.952434456928839		8	6	False	False	1.0	0					non-mobilizable	other	1340.0	76.642	99.0	0.01638477151116305	NZ_FMJR01000091.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	False	False
FIJ0131_000000001778	9918	0.7391961292864812	13	12	6	8	12	True	40852	fragment	False	FIJ0131_000000001778	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	9937.0	97.655	100.0	0.15992789080607778	CP056511.1	enterobacteria	Citrobacter sp. RHBSTW-00446 plasmid pRHBSTW-00446_4, complete sequence	False	True
SPA0039_000000001286	15593	0.7391937065028391	18	12	2	7	10	True	117637	maximal	True	SPA0039_000000001286	1.0		58	9	False	False	1.0	0					non-mobilizable	other	9031.0	99.11399999999999	99.0	0.002897209398151922	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0146_000000007263	1176	0.7391913573136075	2	2	2	2	1	False	79688	fragment	False	CHI0146_000000007263	1.0		0	0	False	False	0.9931972622871399	0					non-mobilizable	other	1176.0	96.76899999999999	100.0	0.002479075547453726	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ISR0085_000000017623	1497	0.7391832772493679	2	2	0	2	0	False	33967	fragment	False	ISR0085_000000017623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	5.504489290636465e-06	CP009318.1	firmicutes	Bacillus cereus 03BB102, complete genome	True	False
MON0007_000000034731	1822	0.7391815387548577	3	3	3	3	2	False	13945	maximal	True	MON0007_000000034731	1.0		1	1	False	False	0.978594958782196	0					non-mobilizable	no_good_hit	284.0	73.592	15.0	7.043544270346654e-05	NZ_CP029210.1	b-proteobacteria	Aquabacterium olei strain NBRC 110486 chromosome, complete genome	True	False
SPA0092_000000020893	2123	0.739175744519574	4	3	3	3	2	False	94869	fragment	False	SPA0092_000000020893	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2123.0	99.81200000000001	100.0	0.004690974847355413	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
MON0072_000000010176	2122	0.739175744519574	3	3	3	3	2	False	94867	fragment	False	MON0072_000000010176	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2073.0	82.344	100.0	0.0003991719071294892	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0094_000000026754	1433	0.7391749197927635	2	1	1	1	1	False	12874	maximal	True	MON0094_000000026754	0.9538956397426734		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	3.0	7.5290156680746565e-06	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
SPA0115_000000019913	1432	0.7391617574906759	1	1	1	1	1	False	109184	maximal	False	ISR0134_000000020358	0.8951210466943864		0	0	False	False	0.9965083599090576	0					non-mobilizable	other	1432.0	93.226	100.0	0.007157254535178581	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0183_000000021018	1476	0.7391587602804561	1	1	1	1	1	False	29454	fragment	False	ISR0183_000000021018	0.998132935026139		0	0	False	False	0.9932249188423157	0					non-mobilizable	other	1476.0	99.458	100.0	0.00599539878547447	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
FIJ0038_000000008950	3743	0.7391345492669917	3	2	2	2	1	False	84121	maximal	True	FIJ0038_000000008950	1.0		6	1	False	False	0.9991984963417053	0					non-mobilizable	no_good_hit	2470.0	99.43299999999999	66.0	0.0006675825535181384	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0317_000000005366	3280	0.7391329330075067	5	2	1	1	1	True	91288	maximal	True	ISR0317_000000005366	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	1499.0	95.59700000000001	67.0	0.367191342843089	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0102_000000013414	2106	0.7391329330075067	2	2	1	1	1	True	115066	fragment	False	ENG0102_000000013414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1652.0	86.32	86.0	0.5477303070761015	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0017_000000014779	1950	0.7391329330075067	2	2	1	1	1	True	106369	fragment	False	FIJ0017_000000014779	0.9734785036292575		0	0	False	False	0.9938461780548096	0					non-mobilizable	other	1774.0	96.11	99.0	0.5914552736982643	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0121_000000013819	1833	0.7391329330075067	2	2	1	1	1	True	91287	fragment	False	ISR0121_000000013819	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1187.0	97.978	100.0	0.29045745204131823	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0075_000000014673	1791	0.7391329330075067	2	2	1	1	1	True	106369	fragment	False	FIJ0017_000000014779	0.9348717948717948		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	95.243	99.0	0.5957943925233645	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AUS0024_000000024732	1297	0.7391329330075067	2	2	1	1	1	True	98826	fragment	False	AUS0024_000000024732	1.0		0	0	False	False	0.9784117341041565	0					non-mobilizable	other	1298.0	95.84	100.0	0.4325767690253672	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MAD0035_000000013099	1696	0.7391258676504892	2	1	1	1	1	False	34556	maximal	True	MAD0035_000000013099	1.0		18	7	False	False	0.9528301954269409	0					non-mobilizable	other	1415.0	99.929	96.0	0.0004926860168460987	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0080_000000002680	1689	0.7391258676504892	1	1	1	1	1	False	84359	fragment	False	CHI0080_000000002680	0.988187300303676		0	0	False	False	1.0	0					non-mobilizable	other	1689.0	99.52600000000001	100.0	0.01806081616057863	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0082_000000022666	1562	0.7391258676504892	1	1	1	1	1	False	16426	maximal	True	MON0082_000000022666	1.0		15	4	False	False	0.9903969168663025	0					non-mobilizable	no_good_hit	1103.0	75.521	69.0	0.005850807129417251	NZ_FXLO01000006.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	False
MON0053_000000026385	1528	0.7391258676504892	1	1	1	1	1	False	30865	fragment	False	MON0053_000000026385	0.9768300873069173		0	0	False	False	1.0	0					non-mobilizable	other	1528.0	96.335	100.0	0.01593733681462141	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0140_000000023064	1478	0.7391258676504892	1	1	1	1	1	False	70888	fragment	False	FIJ0140_000000023064	1.0		0	0	False	False	0.9972936511039734	0					non-mobilizable	no_good_hit	1225.0	73.551	82.0	0.004379969615773692	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0012_000000004925	4822	0.7391245632963092	5	4	3	3	4	True	130091	fragment	False	ISR0047_000000005869	0.8676974211483824		0	0	False	False	1.0	0					non-mobilizable	chromosome	2533.0	93.802	100.0	0.0008878265082552691	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0073_000000011151	2386	0.7391240815427719	4	3	2	3	2	False	34802	maximal	True	ISR0073_000000011151	1.0		3	2	False	False	0.9941324591636658	0					non-mobilizable	no_good_hit	777.0	72.20100000000001	32.0	0.0015828971827775767	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0030_000000007939	3826	0.7391236977659615	4	4	4	4	4	False	48770	maximal	True	FIJ0030_000000007939	1.0		1	1	False	False	0.9997386336326599	0					non-mobilizable	no_good_hit	3479.0	72.952	89.0	0.9544055944055944	NZ_FMKA01000078.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ENG0133_000000006373	3861	0.7391201335530138	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9764762321565983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2005.0	92.219	76.0	0.00035898670259405585	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ENG0136_000000003215	3807	0.7391201335530138	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9792249102726944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2006.0	93.071	75.0	0.00035898670259405585	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ENG0030_000000005584	3807	0.7391201335530138	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9792249102726944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2006.0	93.071	75.0	0.00035898670259405585	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
AST0047_000000016968	1368	0.7391162546003213	2	1	1	1	1	True	115086	fragment	False	AST0047_000000016968	0.9542796804338333		0	0	False	False	1.0	0					non-mobilizable	chromosome	1372.0	84.329	100.0	0.00045743144334598813	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0775_000000014441	1361	0.7391162546003213	2	1	1	1	1	True	115086	fragment	False	AST0047_000000016968	0.9526404694654476		0	0	False	False	1.0	0					non-mobilizable	chromosome	1365.0	84.249	100.0	0.0004550752843294893	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0011_000000005967	4241	0.7391161903878566	4	2	1	2	0	True	106259	maximal	True	ENG0011_000000005967	1.0		0	0	False	False	0.9757132530212402	0					non-mobilizable	no_good_hit	1042.0	71.113	24.0	0.02143710316212988	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ENG0102_000000004132	5857	0.7391136735618506	5	2	2	2	1	False	75284	maximal	True	ENG0102_000000004132	1.0		1	1	True	True	0.9994878172874451	11					non-mobilizable	no_good_hit	1307.0	95.792	22.0	0.054159409471676204	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	True
TAN0002_000000038925	1099	0.7391079377977102	1	1	1	1	1	False	2998	maximal	True	TAN0002_000000038925	1.0		1	1	False	False	0.9981801509857178	0					non-mobilizable	no_good_hit								True	False
MAD0008_000000008668	1612	0.739107707385222	3	3	3	3	3	False	19817	maximal	True	MAD0008_000000008668	1.0		2	2	False	False	0.9919354915618896	0					non-mobilizable	no_good_hit	455.0	86.81299999999999	35.0	0.0008983389653038884	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
AST0085_000000002133	7902	0.7390980499394112	7	7	3	6	6	False	111143	maximal	True	AST0085_000000002133	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4415.0	93.09200000000001	93.0	0.02359745393057545	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0068_000000022302	1199	0.7390967365143127	1	1	1	1	1	False	62537	fragment	False	ENG0068_000000022302	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0089_01_000000003735	2084	0.7390728456467587	3	2	2	2	2	False	75184	fragment	False	USA0089_01_000000003735	0.9931349100003906		0	0	False	False	0.9995201826095581	0					non-mobilizable	chromosome	2081.0	99.135	100.0	0.0005816374268024678	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0061_000000014864	2805	0.7390710802770345	4	4	4	4	3	False	112100	maximal	True	AST0061_000000014864	1.0		34	7	False	False	0.9885917901992798	0					non-mobilizable	no_good_hit	101.0	83.16799999999999	4.0	2.0740799122249382e-05	NZ_ATWO01000001.1	d-proteobacteria	Desulfotignum balticum DSM 7044 K365DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
FIJ0071_000000005947	5968	0.7390665758218943	8	6	4	5	5	False	132417	fragment	False	FIJ0075_000000003112	0.9488389904208502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4822.0	99.979	86.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
DEN0078_000000029626	1202	0.7390623492976731	1	1	1	1	1	False	69680	fragment	False	DEN0078_000000029626	0.9978503869303526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000007199	4386	0.7390570639696206	6	3	0	0	3	False	110285	backbone	False	MON0061_000000009594	0.9773396782234307	PS696|PS697	0	0	True	True	0.9965800046920776	8					non-mobilizable	no_good_hit	328.0	87.195	7.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
MON0061_000000009594	4314	0.7390570639696206	6	3	0	0	3	False	110285	backbone	True	MON0061_000000009594	0.9776035834266517	PS696|PS697	1	1	True	True	1.0	2					non-mobilizable	no_good_hit	328.0	87.805	8.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
ISR0090_000000005798	4146	0.7390570639696206	5	3	0	0	3	False	110284	backbone	False	ISR0214_000000007298	0.8511524317775634	PS696	0	0	True	True	0.9968644380569458	9					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.811058028060793e-06	CP060719.1	g-proteobacteria	Thermomonas carbonis strain KCTC 42013 chromosome, complete genome	True	True
ISR0131_000000006604	4016	0.7390570639696206	4	3	0	0	3	False	110287	maximal	True	ISR0131_000000006604	1.0	PS696	2	1	True	True	0.9987549781799316	6					non-mobilizable	no_good_hit	327.0	85.93299999999999	8.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
AST0089_000000005125	3874	0.7390570639696206	4	3	0	0	3	False	110284	backbone	False	ISR0214_000000007298	0.6930696599653297	PS696	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002459016393442623	NZ_KB905559.1	firmicutes	Paenibacillus ginsengihumi DSM 21568 F591DRAFT_scaffold00012.12, whole genome shotgun sequence	True	True
ISR0239_000000003639	3629	0.7390570639696206	4	3	0	0	3	False	110284	backbone	False	ISR0214_000000007298	0.7921366762290613	PS696	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.811058028060793e-06	CP060719.1	g-proteobacteria	Thermomonas carbonis strain KCTC 42013 chromosome, complete genome	True	True
ISR0775_000000005087	3628	0.7390570639696206	3	3	0	0	3	False	110284	backbone	False	ISR0214_000000007298	0.7879290320310932	PS696	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.811058028060793e-06	CP060719.1	g-proteobacteria	Thermomonas carbonis strain KCTC 42013 chromosome, complete genome	True	True
ISR0827_000000002933	3583	0.7390570639696206	3	3	0	0	3	False	110284	backbone	False	ISR0214_000000007298	0.717385237152845	PS696	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	109.0	91.743	3.0	0.04038893044128646	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0387_000000006760	3535	0.7390570639696206	4	3	0	0	3	False	110284	backbone	False	ISR0214_000000007298	0.7874900366003049	PS696	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.811058028060793e-06	CP060719.1	g-proteobacteria	Thermomonas carbonis strain KCTC 42013 chromosome, complete genome	True	True
FIJ0122_000000005040	3362	0.7390570639696206	3	3	0	0	3	False	110284	backbone	False	ISR0214_000000007298	0.1420896277100057	PS696	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0090_000000015472	3642	0.7390545981481951	5	4	4	4	3	False	72234	fragment	False	MON0090_000000015472	1.0		0	0	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit	1465.0	74.812	40.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0051_000000013719	2508	0.7390450938791983	4	4	4	4	2	False	11274	maximal	True	MON0051_000000013719	1.0		1	1	False	False	0.9996013045310974	0					non-mobilizable	no_good_hit	873.0	77.32	34.0	0.0001615207639538182	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0015_000000021083	1791	0.7390428215229926	3	1	1	1	1	True	13414	fragment	False	MON0015_000000021083	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1179.0	99.915	100.0	0.5808678500986193	CP047464.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-2kb, complete sequence	False	True
ENG0068_000000022170	1206	0.7390325821305264	2	2	2	2	2	False	62543	maximal	True	ENG0068_000000022170	1.0		30	6	False	False	0.9941956996917725	0					non-mobilizable	no_good_hit	943.0	69.671	75.0	0.005530636501006385	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
CAN0016_000000011772	4036	0.7390317959463188	4	4	4	4	4	False	92998	maximal	True	CAN0016_000000011772	1.0		6	2	False	False	0.9957879185676575	0					non-mobilizable	no_good_hit	288.0	84.72200000000001	7.0	8.03751439586276e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0006_000000019181	1190	0.7390316216250316	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.08604722951072696		0	0	False	False	1.0	0					non-mobilizable	other	1029.0	97.66799999999999	93.0	0.016425661100902773	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0259_000000016836	1132	0.7390232616480845	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.3502918902625589	PS1007	0	0	False	True	0.9593639373779297	0					non-mobilizable	other	1132.0	99.735	100.0	0.00045445431528682255	CP010050.1	firmicutes	Lactococcus lactis subsp. lactis strain S0, complete genome	False	True
USA0121_01_000000036549	1110	0.7390201691489517	2	2	2	2	2	False	26654	fragment	False	MON0019_000000053777	0.7469415220070119		0	0	False	False	0.99909907579422	0					non-mobilizable	other	1110.0	97.387	100.0	0.0023189339177018924	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0118_000000016835	1524	0.7390197857956086	1	1	1	1	1	False	4245	fragment	False	SPA0118_000000016835	1.0		0	0	False	False	0.9947506785392761	0					non-mobilizable	chromosome	1527.0	85.65799999999999	100.0	0.0004266612054032375	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0320_000000010331	2333	0.7390175674280524	3	1	1	1	1	False	56797	fragment	False	ISR0320_000000010331	1.0		0	0	False	False	0.9995713829994202	0					non-mobilizable	chromosome	2333.0	98.8	100.0	0.0008195410640327957	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0005_000000018360	1496	0.7390160849384525	2	1	1	1	1	False	128041	maximal	True	AST0005_000000018360	1.0		2	1	False	False	0.9933155179023743	0					non-mobilizable	no_good_hit								True	False
CHI0052_000000010662	1500	0.739014180668052	5	4	1	3	3	False	86474	fragment	False	ISR0176_000000018732	0.47996894409937885		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	99.8	100.0	0.0003989364179448467	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0366_000000002612	5269	0.7390121763409879	4	4	4	4	4	False	23637	fragment	False	ISR0366_000000002612	1.0		0	0	False	False	0.9998102188110352	0					non-mobilizable	no_good_hit	3047.0	90.384	86.0	0.0007609581220463797	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
TAN0007_000000018715	2106	0.7390054147117668	3	2	2	2	2	False	23477	fragment	False	TAN0007_000000018715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.942851981107432e-07	LR594645.1	caecilians	Microcaecilia unicolor genome assembly, chromosome: 14	True	False
CHI0123_000000004972	2755	0.7389986668552324	4	3	0	2	2	True	84706	fragment	False	CHI0123_000000004972	1.0		0	0	False	False	0.9945553541183472	0					non-mobilizable	no_good_hit	1537.0	84.58	64.0	0.00035943219612129056	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
USA0011_01_000000021324	1694	0.7389977902260574	2	2	1	2	1	True	2009	maximal	True	USA0011_01_000000021324	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	93.695	40.0	0.17963597995251912	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
MON0090_000000029846	2009	0.7389899477231345	2	2	2	2	2	False	49093	fragment	False	MON0090_000000029846	0.9894403298845468		0	0	False	False	1.0	0					non-mobilizable	other	2009.0	98.40700000000001	100.0	0.0018202548356769947	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0048_000000020532	1960	0.7389899477231345	2	2	2	2	2	False	49093	fragment	False	MON0090_000000029846	0.9839474229713348		0	0	False	False	0.9954081773757935	0					non-mobilizable	other	1958.0	98.212	100.0	0.001773884707495413	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0133_000000008236	4476	0.7389743128438307	6	6	5	6	3	False	105120	maximal	True	FIJ0133_000000008236	1.0		5	3	False	False	0.9955317378044128	0					non-mobilizable	no_good_hit								True	False
FIJ0081_000000023375	1550	0.7389638984068405	3	3	3	3	2	False	120660	maximal	True	FIJ0081_000000023375	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1525.0	94.426	98.0	0.0025219361961764195	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0095_000000015905	1948	0.7389584642486337	2	2	2	2	2	False	102222	fragment	False	ENG0067_000000013847	0.6204718180323957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1710.0	97.661	88.0	0.0004190090350508781	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0087_000000026326	1928	0.7389540719265033	2	2	2	2	1	False	9692	maximal	True	MON0087_000000026326	1.0		0	0	False	False	0.9439833760261536	0					non-mobilizable	no_good_hit	124.0	78.226	6.0	5.884137036289339e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
MON0051_000000010866	3099	0.7389495146802001	2	2	2	2	2	False	13304	fragment	False	MON0051_000000010866	1.0		0	0	False	False	0.999677300453186	0					non-mobilizable	no_good_hit								True	False
FIJ0016_000000010506	1775	0.7389477863262093	3	3	3	2	3	False	104595	fragment	False	DEN0070_000000017300	0.9448604670355002		0	0	False	False	0.998309850692749	0					non-mobilizable	no_good_hit	957.0	99.37299999999999	54.0	0.00120900633843072	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
FIJ0103_000000016890	1345	0.7389413560837601	2	2	1	2	1	False	42551	maximal	True	FIJ0103_000000016890	1.0		8	3	False	False	1.0	0					non-mobilizable	other	1342.0	97.988	100.0	0.0003625873650335454	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0014_000000014558	1133	0.7389392321483994	2	2	2	2	2	False	123984	fragment	False	MON0104_000000038015	0.960801872080853		0	0	False	False	0.9849956035614014	0					non-mobilizable	other	1133.0	99.117	100.0	0.00032134405842784404	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
DEN0069_000000023299	1145	0.7389385895102107	1	1	1	1	1	False	70664	fragment	False	DEN0069_000000023299	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	74.541	99.0	0.006493392841515708	NZ_FOZC01000007.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	False
ISR0124_000000002782	6056	0.7389318280487472	9	5	2	4	3	False	115209	fragment	False	ISR0124_000000002782	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3754.0	97.54899999999999	96.0	0.02903260751814538	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0069_000000002741	3503	0.7389315756826363	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.05737872689833577	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3504.0	99.486	100.0	0.0006596533383298512	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MON0007_000000050764	1292	0.7389189322243463	2	2	2	2	1	False	13912	maximal	True	MON0007_000000050764	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	76.12899999999999	12.0	0.002585605661115553	NZ_WWCU01000040.1	b-proteobacteria	'Massilia aquatica' Lu et al. 2020 strain FT127W NODE_40_length_58787_cov_24.272758_40, whole genome shotgun sequence	True	False
MAD0110_000000008042	3407	0.7389166557470304	5	2	1	2	1	False	96884	fragment	False	MAD0110_000000008042	0.9535757211538461		0	0	False	False	0.9994129538536072	0					non-mobilizable	no_good_hit								True	False
MAD0052_000000006834	2583	0.7389166557470304	4	2	1	2	1	False	96882	fragment	False	MAD0052_000000006834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0122_000000009364	1895	0.7389165826725083	5	3	3	3	0	True	32147	maximal	True	ISR0122_000000009364	1.0		2	2	False	False	0.9757255911827087	0					non-mobilizable	no_good_hit	698.0	100.0	37.0	0.00014149316498691746	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	True
ENG0031_000000012252	1750	0.7389161348996576	3	2	2	2	1	False	125790	fragment	False	SPA0115_000000011713	0.6105003975958315		0	0	False	False	0.9994285702705383	0					non-mobilizable	virus	1750.0	99.486	100.0	0.24284920855317968	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
MON0064_000000016710	1686	0.7389161348996576	2	2	2	2	1	False	125790	fragment	False	SPA0115_000000011713	0.595638085646041		0	0	False	False	0.9762752056121826	0					non-mobilizable	virus	1686.0	99.17	100.0	0.23396278811441265	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ISR0227_000000008525	3117	0.7389050803322684	3	3	2	3	1	False	121273	maximal	True	ISR0227_000000008525	1.0	PS849	9	5	False	True	1.0	0					non-mobilizable	no_good_hit	1522.0	95.335	51.0	0.006211154743565121	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
DEN0029_000000003492	3577	0.7389014857004107	6	5	3	4	3	False	77160	fragment	False	DEN0029_000000003492	1.0		0	0	False	False	0.9986021518707275	0					non-mobilizable	no_good_hit	981.0	85.015	43.0	0.0002801618085610884	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
DEN0022_000000001033	20258	0.7388990688313497	25	5	4	5	3	False	128792	fragment	False	AST0005_000000000917	0.9650672124393176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	76.336	6.0	0.006310687507115788	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
CHI0064_000000001026	12675	0.7388987823937546	18	9	5	8	5	True	121837	backbone	False	ITA0004_000000000015	0.2748606137049978	PS446|PS447|PS652|PS653|PS863	0	0	False	True	1.0	0					non-mobilizable	other	9320.0	99.979	92.0	0.5600697157281087	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
DEN0064_000000020521	1991	0.7388904019823441	2	2	2	1	1	False	71265	fragment	False	FIJ0104_000000012770	0.9594463331714425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.211195674259803e-06	CP026124.1	b-proteobacteria	Achromobacter sp. AONIH1 chromosome, complete genome	True	False
ENG0160_000000010933	1875	0.7388885791142661	2	2	1	1	2	False	56465	fragment	False	ENG0160_000000010933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	97.59200000000001	42.0	0.002497147927493979	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0064_000000000752	18575	0.7388838517096591	29	9	5	8	6	True	112393	maximal	True	MON0064_000000000752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1297.0	97.91799999999999	9.0	0.000359898028891814	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0158_000000015093	1256	0.7388802671847553	3	3	3	1	1	False	56563	maximal	True	ENG0158_000000015093	1.0		41	7	False	False	0.9856687784194946	0					non-mobilizable	other	1140.0	99.649	93.0	0.00045784067224999145	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
USA0036_01_000000003973	9881	0.7388750880664502	9	8	6	8	6	False	62857	maximal	True	USA0036_01_000000003973	1.0		2	2	False	False	0.9992915987968445	0					non-mobilizable	chromosome	9882.0	99.484	100.0	0.003272106755256283	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ISR0146_000000029586	1443	0.7388739156030762	2	2	2	1	2	False	82263	fragment	False	ISR0792_000000009886	0.9297495686092049		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	99.931	100.0	0.0005716376546682223	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0090_000000002407	7880	0.7388724878310284	8	6	6	6	5	False	68786	maximal	True	DEN0090_000000002407	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3983.0	93.723	79.0	0.0011660875274317553	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0127_000000006030	3716	0.7388695573434406	7	4	4	3	1	True	31912	maximal	True	ISR0127_000000006030	1.0		48	8	False	False	0.9962325096130371	0					non-mobilizable	no_good_hit	672.0	95.833	18.0	0.00014933185678028945	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0219_000000011157	2959	0.7388695573434406	6	4	4	3	1	True	28047	fragment	False	ISR0219_000000011157	1.0		0	0	False	False	0.9956066012382507	0					non-mobilizable	no_good_hit	778.0	96.272	26.0	0.00017292228422993277	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
AUS0008_000000014055	1760	0.7388610962437773	3	1	1	1	1	False	101785	fragment	False	AUS0008_000000014055	0.9981740718198417		0	0	False	False	0.987500011920929	0					non-mobilizable	other	1760.0	99.943	100.0	0.017322539982667612	NZ_WBKJ01000017.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000017, whole genome shotgun sequence	False	False
ISR0777_000000010490	1643	0.7388610962437773	3	1	1	1	1	False	101785	fragment	False	AUS0008_000000014055	0.9650568181818182		0	0	False	False	0.9939135909080505	0					non-mobilizable	other	1643.0	100.0	100.0	0.016170330103206492	NZ_WBKJ01000017.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000017, whole genome shotgun sequence	False	False
ENG0143_000000004045	4772	0.7388588940172137	8	5	2	4	2	False	80124	maximal	False	ENG0175_000000005209	0.9692058346839547		0	0	False	False	0.9983235597610474	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.464681291212343e-05	LL999062.1	nematodes	Strongyloides stercoralis genome assembly S_stercoralis_PV0001 ,scaffold SSTP_contig0000011	True	False
SPA0044_000000025559	1123	0.7388585069419634	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.35194060042253433		0	0	False	False	0.9973285794258118	0					non-mobilizable	no_good_hit	70.0	94.286	6.0	0.0696969696969697	GQ882727.1		Uncultured organism clone VC1D477TF genomic sequence	True	False
SPA0018_000000021165	1419	0.738854567060218	2	2	2	1	1	False	7790	fragment	False	SPA0018_000000021165	1.0		0	0	False	False	0.9929527640342712	0					non-mobilizable	other	1307.0	70.008	90.0	0.27747669629308475	NZ_NSKI01000044.1	bacteria	Inordinaticella fortuita strain 4B NODE_46_length_4613_cov_453.385, whole genome shotgun sequence	False	False
FIJ0152_000000000783	23255	0.7388545167843324	23	9	5	9	3	True	49838	maximal	True	FIJ0152_000000000783	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	0.0	2.0207426992811543e-06	LN590678.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG28, chromosome: 28	True	True
ITA0006_000000003810	6832	0.7388540078027497	7	6	6	5	5	True	27161	maximal	True	ITA0006_000000003810	1.0		13	6	False	False	0.9995608925819397	0					non-mobilizable	no_good_hit	1059.0	73.56	23.0	0.00032116587191635606	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	True
FIJ0011_000000004395	9153	0.7388396305429614	9	7	6	5	4	False	99673	fragment	False	ENG0170_000000000998	0.47262847856997764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.877	14.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
SPA0109_000000003579	6649	0.7388387985870868	9	4	4	3	1	False	96274	fragment	False	SPA0109_000000003579	1.0		0	0	False	False	0.9998496174812317	0					non-mobilizable	no_good_hit	326.0	85.27600000000001	5.0	8.429523713237207e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0095_000000000856	14665	0.7388355313109235	13	10	8	10	5	True	48785	fragment	False	MAD0095_000000000856	1.0		0	0	False	False	0.9993181228637695	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
DEN0001_000000002133	12623	0.7388351301649483	11	7	4	5	1	True	103123	maximal	True	DEN0001_000000002133	1.0		1	1	False	False	0.9991285800933838	0					non-mobilizable	no_good_hit	1800.0	97.611	14.0	0.0006232930231136092	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	True
CAN0017_000000019688	1766	0.7388344413472748	2	1	1	1	1	False	92406	maximal	True	CAN0017_000000019688	1.0		12	8	False	False	0.9852774739265442	0					non-mobilizable	no_good_hit								True	False
MAD0033_000000011619	1751	0.7388302600853418	2	2	2	2	2	False	18875	fragment	False	MAD0033_000000011619	1.0		0	0	False	False	0.9834380149841309	0					non-mobilizable	no_good_hit	135.0	91.852	10.0	3.719123930996549e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0017_000000004230	7000	0.7388299177037745	9	6	3	4	4	False	110813	maximal	True	DEN0017_000000004230	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2620.0	92.51899999999999	68.0	0.015839589263064627	NZ_JH951905.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.5, whole genome shotgun sequence	True	False
MON0009_000000004365	5920	0.7388270493627701	5	5	4	3	4	False	15944	maximal	True	MON0009_000000004365	1.0		8	6	False	False	0.996283769607544	0					non-mobilizable	no_good_hit	609.0	74.22	10.0	0.0003447890800290567	AP018049.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
SPA0028_000000027797	1215	0.7388219721986302	2	2	2	2	2	False	7417	maximal	True	SPA0028_000000027797	1.0		36	7	False	False	0.9860082268714905	0					non-mobilizable	chromosome	1219.0	78.26100000000001	99.0	0.00034120451674761937	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0016_000000009496	2388	0.7388212452044441	4	2	2	2	2	False	66796	fragment	False	ENG0016_000000009496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	94.955	46.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
FIJ0067_000000023891	1368	0.7388173790685487	3	3	2	2	1	False	45171	fragment	False	FIJ0067_000000023891	1.0		0	0	False	False	0.9985380172729492	0					non-mobilizable	no_good_hit	1122.0	74.777	81.0	0.0003751380008338665	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CAN0003_000000003369	12296	0.7388106274653712	21	6	1	3	4	False	96807	fragment	False	CAN0003_000000003369	1.0		0	0	False	False	0.9995933771133423	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.37525677740641e-07	LR812496.1	bony fishes	Danio aesculapii genome assembly, chromosome: 17	True	False
ISR0038_000000029102	1231	0.7388086302450454	2	1	1	1	1	False	36592	fragment	False	ISR0038_000000029102	0.9963963963963964		0	0	False	False	0.991064190864563	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0211_000000020819	1110	0.7388086302450454	1	1	1	1	1	False	36592	fragment	False	ISR0038_000000029102	0.9476035743298131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	8.029323087917072e-06	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0040_000000001807	11410	0.7388056968036345	18	18	2	12	18	True	84505	maximal	True	FIJ0040_000000001807	1.0		3	1	False	False	0.9999123811721802	0			MPF_F	MOBF	mobilizable	plasmid	11421.0	98.713	100.0	0.186004765168576	CP057830.1	enterobacteria	Escherichia coli strain RHB13-C18 plasmid pRHB13-C18_2, complete sequence	False	True
FIJ0047_000000001693	13105	0.7387998039161611	24	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9249641077580997		0	0	False	False	1.0	0					non-mobilizable	chromosome	9979.0	98.46700000000001	97.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0050_000000001284	13100	0.7387998039161611	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9232787308212124		0	0	False	False	1.0	0					non-mobilizable	chromosome	9962.0	98.635	97.0	0.002655566726749253	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0171_000000001567	12674	0.7387998039161611	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.91781399005341		0	0	False	False	1.0	0					non-mobilizable	chromosome	12681.0	97.958	99.0	0.0033779448981241375	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0104_000000001764	12563	0.7387998039161611	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9041248509407418		0	0	False	False	1.0	0					non-mobilizable	chromosome	12567.0	98.09	100.0	0.0033494018906141255	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0321_000000000593	11614	0.7387998039161611	21	5	3	4	2	True	89498	fragment	False	CHI0019_000000000384	0.9423429529876197		0	0	False	False	1.0	0					non-mobilizable	chromosome	8549.0	97.637	98.0	0.002278638973369374	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0148_000000001573	11189	0.7387998039161611	20	5	3	4	2	True	89498	fragment	False	CHI0019_000000000384	0.9477212977674031		0	0	False	False	1.0	0					non-mobilizable	chromosome	8506.0	99.024	98.0	0.002268235447267594	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0020_000000001870	4537	0.7387989154333929	4	2	2	2	1	True	98504	backbone	True	CHI0020_000000001870	0.9671112115732369	PS549	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	640.0	72.188	14.0	0.1633245382585752	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
CHI0154_000000006425	4424	0.7387989154333929	4	2	2	2	1	True	98504	backbone	False	CHI0020_000000001870	0.9474177371440515	PS549	0	0	True	True	1.0	164					non-mobilizable	no_good_hit	640.0	72.188	14.0	0.1633245382585752	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
FIJ0046_000000004801	5333	0.7387902029831365	9	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.9201152549046397		0	0	False	False	1.0	0					non-mobilizable	chromosome	4822.0	99.93799999999999	96.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0002_000000006259	5320	0.7387902029831365	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8946498026965312		0	0	False	False	0.9979323148727417	0					non-mobilizable	chromosome	4820.0	99.93799999999999	96.0	0.0013577742082632352	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0112_000000005452	4901	0.7387902029831365	7	5	3	4	4	False	132417	fragment	False	FIJ0075_000000003112	0.8631022195404818		0	0	False	False	1.0	0					non-mobilizable	chromosome	4809.0	99.93799999999999	100.0	0.0013546749104232487	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0133_000000012519	1963	0.7387869614093013	2	2	1	2	2	False	120884	fragment	False	ENG0133_000000012519	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1965.0	96.69200000000001	100.0	0.00056903746284081	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0139_000000005968	3904	0.7387776785938676	6	5	5	5	3	False	122479	maximal	True	ISR0139_000000005968	0.9667328813223827		478	13	False	False	0.9974385499954224	0					non-mobilizable	other	3688.0	98.671	94.0	0.04585079526942161	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0034_000000005253	5499	0.7387717431355071	12	4	3	4	3	True	110418	fragment	False	FIJ0034_000000005253	1.0		0	0	False	False	0.9978178143501282	0					non-mobilizable	no_good_hit	1853.0	99.352	70.0	0.010661582591265682	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0117_000000015473	2451	0.7387713340536733	4	3	3	2	1	False	64425	maximal	False	SPA0089_000000014735	0.9598348348348349		0	0	False	False	0.9995920062065125	0					non-mobilizable	no_good_hit	320.0	75.938	12.0	6.497161078123722e-05	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
ISR0105_000000005660	3014	0.7387697589249567	3	3	2	3	1	False	32953	maximal	True	ISR0105_000000005660	1.0		0	0	False	False	0.9996682405471802	0					non-mobilizable	no_good_hit	755.0	100.0	25.0	0.1541607033326518	CP010414.1	high GC Gram+	Bifidobacterium breve strain BR3 plasmid pBR3, complete sequence	True	False
SPA0080_000000004342	2893	0.7387688365619143	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9449757508105198		0	0	False	False	0.999308705329895	0					non-mobilizable	no_good_hit	2277.0	94.37899999999999	78.0	0.40474068793441453	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0099_000000001119	7860	0.7387567538556324	9	6	1	3	5	False	5016	maximal	True	SPA0099_000000001119	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6221.0	99.277	84.0	0.04484712846984081	LN906635.1	firmicutes	Lactobacillus reuteri plasmid p53608_1, complete genome, strain ATCC 53608	True	False
ISR0266_000000001922	6452	0.738755968578874	10	6	3	4	5	True	130641	backbone	False	ISR0366_000000001985	0.9960465964218235	PS1110|PS1111	0	0	True	True	1.0	49		MOBV			mobilizable	no_good_hit	2332.0	95.755	76.0	0.3450829383886256	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
ISR0370_000000003786	6448	0.738755968578874	10	6	3	4	5	True	130641	backbone	False	ISR0366_000000001985	0.9933472779836724	PS1110|PS1111	0	0	True	True	1.0	158		MOBV			mobilizable	no_good_hit	2332.0	95.712	76.0	0.3450829383886256	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
ENG0114_000000003128	6447	0.738755968578874	11	6	3	4	5	True	130641	backbone	False	ISR0366_000000001985	0.9956625775025624	PS1110|PS1111	0	0	True	True	1.0	84		MOBV			mobilizable	no_good_hit	2332.0	95.712	76.0	0.3450829383886256	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
FIJ0088_000000012635	2198	0.7387554548491362	4	4	1	4	4	False	43667	fragment	False	FIJ0088_000000012635	1.0		0	0	False	False	0.9931756258010864	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000013744	2205	0.7387510183705733	5	2	2	2	1	False	50354	maximal	True	FIJ0015_000000013744	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	71.145	20.0	0.00011298777946621818	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
MAD0059_000000005858	3278	0.7387454772123624	3	3	3	3	3	False	16909	fragment	False	MAD0059_000000005858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	73.248	25.0	0.00036180182591082067	NZ_SJSA01000001.1	CFB group bacteria	Duncaniella freteri strain TLL-A3 contig1, whole genome shotgun sequence	True	False
USA0078_01_000000014133	1251	0.7387430834255437	2	2	2	2	2	False	646	maximal	True	USA0078_01_000000014133	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	98.008	20.0	0.00219623828306876	NZ_CYZO01000006.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0101_000000013298	2442	0.7387410111414572	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.311353101752404		0	0	False	False	0.980753481388092	0					non-mobilizable	no_good_hit	81.0	98.765	3.0	0.0008251931467709161	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0150_000000006900	2404	0.7387410111414572	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.33315141492928346		0	0	False	False	0.9995840191841125	0					non-mobilizable	no_good_hit								True	True
FIJ0025_000000009111	2358	0.7387410111414572	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.3091458893533451		0	0	False	False	0.9949109554290771	0					non-mobilizable	no_good_hit								True	True
SPA0114_000000019826	2348	0.7387410111414572	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.3089992214991498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0356_000000011485	1756	0.7387410111414572	2	2	2	2	1	True	131082	fragment	False	ISR0356_000000011485	0.96632538793793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0131_000000002464	7420	0.7387352119260922	12	5	2	5	1	False	72022	maximal	True	FIJ0131_000000002464	1.0		6	1	False	False	0.9998652338981628	0					non-mobilizable	no_good_hit	353.0	75.921	5.0	8.237977517676714e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0274_000000004701	1638	0.7387350339023036	3	1	1	1	1	False	26351	fragment	False	ISR0274_000000004701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	94.97399999999999	23.0	0.005420768870135958	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0134_000000005673	5225	0.7387309589185845	5	5	5	4	4	False	58972	maximal	True	SPA0134_000000005673	1.0		23	7	False	False	0.9969378113746643	0					non-mobilizable	other	4915.0	98.494	94.0	0.0014790110532811398	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0190_000000009814	2346	0.7387282188002113	3	2	2	2	2	False	29191	fragment	False	ISR0190_000000009814	0.9818548387096774		0	0	False	False	1.0	0					non-mobilizable	other	2203.0	94.235	94.0	0.07990483162518301	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	False	False
MAD0110_000000019244	1379	0.7387184396142636	1	1	1	1	1	False	53031	fragment	False	MAD0002_000000026286	0.8126673022857949		0	0	False	False	0.9840463995933533	0					non-mobilizable	other	1056.0	78.788	92.0	0.013932572239249435	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MON0016_000000023632	1577	0.7387086775223185	2	2	2	2	2	False	16394	fragment	False	MON0016_000000023632	1.0		0	0	False	False	0.9854153394699097	0					non-mobilizable	no_good_hit								True	False
MON0103_000000051611	1159	0.7387083828629595	3	1	1	1	1	True	95144	fragment	False	MON0070_000000024732	0.30613362758994866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	85.075	6.0	1.954998308630251e-05	CP059255.1	a-proteobacteria	Rhodoblastus sp. isolate SSC7 chromosome, complete genome	True	True
MAD0102_000000017245	1293	0.7387057866460508	2	2	2	2	1	True	14971	maximal	True	MAD0102_000000017245	1.0		1	1	False	False	0.9659706354141235	0					non-mobilizable	chromosome	1242.0	89.291	100.0	0.0003309593587267149	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0116_000000005266	3652	0.7387056285160314	2	2	2	2	2	False	41678	fragment	False	FIJ0116_000000005266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	84.103	5.0	0.0002617275646589134	CP024733.1	CFB group bacteria	Prevotella intermedia strain KCOM 1741 chromosome 2, complete sequence	True	False
SPA0058_000000009146	3345	0.7387052196023358	4	3	0	3	0	True	6311	maximal	True	SPA0058_000000009146	1.0		7	5	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
CHI0028_000000004261	3024	0.7387051618730371	5	4	2	3	3	False	104892	fragment	False	CHI0028_000000004261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1742.0	99.196	78.0	0.14045986284792256	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0054_000000026484	1817	0.7387033166809743	3	3	2	2	2	True	87079	fragment	False	MON0032_000000016300	0.2947422885224525		0	0	False	False	1.0	0					non-mobilizable	other	1817.0	98.624	100.0	0.0005649545267603654	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0192_000000007412	2588	0.7386986957305302	3	3	2	2	2	False	29128	maximal	True	ISR0192_000000007412	1.0		19	2	False	False	0.9934312105178833	0					non-mobilizable	no_good_hit	771.0	81.712	61.0	0.00030005537385535696	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ISR0165_000000001397	11172	0.73869751095989	9	8	6	6	7	False	130764	maximal	False	AST0113_000000002437	0.6477047272109836		0	0	False	False	0.9993734359741211	0					non-mobilizable	no_good_hit	2113.0	72.125	18.0	0.000807382807957621	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
ISR0052_000000021434	1706	0.7386970315831087	2	2	2	2	2	False	35785	fragment	False	ISR0052_000000021434	1.0		0	0	False	False	0.9994138479232788	0					non-mobilizable	other	1576.0	82.61399999999999	92.0	0.0050057857421413	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0007_000000000814	23248	0.7386964832141261	17	6	2	5	4	False	95561	fragment	False	ENG0007_000000000814	1.0		0	0	False	False	0.9999569654464722	0					non-mobilizable	no_good_hit	1660.0	77.59	12.0	0.05734980230238987	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0121_000000000558	30446	0.7386930745444765	35	7	2	7	3	False	58009	backbone	False	ISR0190_000000000726	0.7387156989786687	PS253	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.6874005878508647e-07	LR761635.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG2	True	True
ISR0131_000000007575	3631	0.7386885296431848	5	2	2	1	2	False	35061	maximal	True	ISR0131_000000007575	1.0		7	1	False	False	0.9991737604141235	0					non-mobilizable	no_good_hit	1949.0	73.679	53.0	0.04637170738865654	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ISR0267_000000007062	2385	0.7386885296431848	2	2	2	1	2	False	35057	maximal	True	ISR0267_000000007062	1.0		5	1	False	False	0.995387852191925	0					non-mobilizable	no_good_hit	1949.0	73.628	80.0	0.04637170738865654	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ISR0230_000000014451	2278	0.7386885296431848	2	2	2	1	2	False	35058	maximal	True	ISR0230_000000014451	1.0		9	1	False	False	0.9995610117912292	0					non-mobilizable	no_good_hit	1948.0	73.665	84.0	0.04637170738865654	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ISR0249_000000009622	2022	0.7386885296431848	2	2	2	1	2	False	35055	fragment	False	ISR0249_000000009622	1.0		0	0	False	False	0.975271999835968	0					non-mobilizable	no_good_hit	1811.0	73.771	88.0	0.04309438207743292	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ENG0066_000000001255	11865	0.7386826381252991	14	11	9	5	5	False	91481	maximal	True	ENG0066_000000001255	1.0		36	7	False	False	1.0	0					non-mobilizable	no_good_hit	4840.0	96.839	70.0	0.00538634020561168	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
DEN0079_000000001542	15111	0.7386796763137895	19	9	5	7	6	True	73782	maximal	True	DEN0079_000000001542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3937.0	94.742	36.0	0.0012621538062617976	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MAD0099_000000007408	3902	0.7386770954917999	4	4	4	2	1	True	130208	maximal	True	MAD0099_000000007408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	77.53399999999999	24.0	0.0013416639448580341	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
SPA0069_000000006778	3583	0.7386755613818475	6	5	4	3	3	True	129447	maximal	True	SPA0069_000000006778	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	2191.0	94.021	87.0	0.0007009270232183277	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0333_000000005775	3459	0.7386755613818475	6	5	4	3	3	True	129446	fragment	False	ISR0232_000000006817	0.9681143576906335		0	0	False	False	1.0	0					non-mobilizable	other	3459.0	100.0	100.0	0.0010757779479831186	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0168_000000008815	3356	0.7386730958600294	5	4	4	4	2	False	131672	fragment	False	ENG0168_000000008815	0.9660436137071651		0	0	False	False	0.9895709156990051	0					non-mobilizable	no_good_hit	918.0	83.87799999999999	47.0	0.0002577063182169983	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0148_000000021186	1604	0.7386688857261792	4	3	3	3	3	False	104841	fragment	False	AST0148_000000021186	1.0		0	0	False	False	0.9993765354156494	0					non-mobilizable	no_good_hit								True	False
DEN0052_000000040167	1185	0.7386671005045078	1	1	1	1	1	False	106910	fragment	False	DEN0052_000000040167	0.9934855635013723		0	0	False	False	0.9907172918319702	0					non-mobilizable	other	1185.0	99.74700000000001	100.0	0.004127823061422286	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
FIJ0170_000000001139	13101	0.7386665153786709	9	7	6	7	6	False	102546	maximal	True	FIJ0170_000000001139	1.0		11	9	False	False	0.9991603493690491	0					non-mobilizable	no_good_hit	68.0	86.765	1.0	9.417519397278759e-05	NZ_ATXD01000010.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
SPA0113_000000003268	9856	0.7386665153786709	8	7	6	7	6	False	102455	fragment	False	SPA0113_000000003268	1.0		0	0	False	False	0.999086856842041	0					non-mobilizable	no_good_hit	68.0	86.765	1.0	9.417519397278759e-05	NZ_ATXD01000010.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
FIJ0055_000000005882	2345	0.7386635032998329	4	4	4	3	2	False	78294	fragment	False	FIJ0055_000000005882	1.0		0	0	False	False	0.9965884685516357	0					non-mobilizable	chromosome	2345.0	99.318	100.0	0.00043560150267651476	CP035210.1	enterobacteria	Klebsiella pneumoniae strain TH164 chromosome, complete genome	False	False
TAN0017_000000020064	1857	0.7386591994422637	2	1	1	1	1	False	45864	maximal	True	TAN0017_000000020064	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	74.559	57.0	0.0004743678479452464	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0014_000000014237	1669	0.7386591994422637	1	1	1	1	1	False	7938	fragment	False	SPA0014_000000014237	0.9977094240837696		0	0	False	False	0.9940083622932434	0					non-mobilizable	no_good_hit	1432.0	73.743	84.0	0.0003728551844834758	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0090_000000042102	1466	0.7386591994422637	1	1	1	1	1	False	82270	fragment	False	MON0090_000000042102	0.9776356364255829		0	0	False	False	0.9993178844451904	0					non-mobilizable	other	1437.0	83.855	97.0	0.0036130301043820283	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ENG0004_000000019042	1414	0.7386591994422637	1	1	1	1	1	False	67755	maximal	True	ENG0004_000000019042	1.0		22	6	False	False	0.9639320969581604	0					non-mobilizable	no_good_hit	654.0	76.60600000000001	46.0	0.004146808634132814	NZ_JPMD01000028.1	firmicutes	Clostridium sulfidigenes strain 113A c28, whole genome shotgun sequence	True	False
SPA0063_000000002935	5836	0.7386586131801199	7	3	3	1	2	False	129840	fragment	False	SPA0063_000000002935	1.0		0	0	False	False	0.9998286366462708	0					non-mobilizable	no_good_hit	935.0	74.866	16.0	0.0033833051391238406	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ENG0003_000000006784	3417	0.7386507108950916	3	2	2	2	2	False	125234	maximal	False	CHI0056_000000004804	0.9325429272281276		0	0	False	False	1.0	0					non-mobilizable	other	3417.0	98.946	100.0	0.023374081121408333	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0143_000000002770	5953	0.7386425744421601	10	3	2	2	2	True	72580	fragment	False	SPA0143_000000002770	1.0		0	0	False	False	0.9994960427284241	0					non-mobilizable	no_good_hit	107.0	77.57	2.0	0.00013448434858343152	NZ_QFYS01000002.1	a-proteobacteria	Phenylobacterium kunshanense strain BUT-10 contig_2_length_780760_cov_44.634181, whole genome shotgun sequence	True	True
SPA0144_000000002599	5711	0.7386425744421601	8	3	2	2	2	True	72579	fragment	False	SPA0144_000000002599	1.0		0	0	False	False	0.9985991716384888	0					non-mobilizable	no_good_hit	107.0	77.57	2.0	0.00013448434858343152	NZ_QFYS01000002.1	a-proteobacteria	Phenylobacterium kunshanense strain BUT-10 contig_2_length_780760_cov_44.634181, whole genome shotgun sequence	True	True
DEN0051_000000014640	3002	0.7386425744421601	5	3	2	2	2	True	72578	fragment	False	DEN0051_000000014640	1.0		0	0	False	False	0.9993337988853455	0					non-mobilizable	no_good_hit	107.0	77.57	4.0	0.00013448434858343152	NZ_QFYS01000002.1	a-proteobacteria	Phenylobacterium kunshanense strain BUT-10 contig_2_length_780760_cov_44.634181, whole genome shotgun sequence	True	True
ISR0779_000000027201	1286	0.7386411435304409	3	1	1	1	1	True	88661	fragment	False	CHI0028_000000009248	0.38841642228739004		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	99.92200000000001	100.0	0.0023053627941355876	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
FIJ0071_000000014206	2513	0.7386346283317252	4	1	1	1	1	False	104981	fragment	False	FIJ0071_000000014206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0058_000000023281	2133	0.7386346283317252	2	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.9662743284693506		0	0	False	False	0.9798405766487122	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.028384279475982533	XM_006163026.2	placentals	PREDICTED: Tupaia chinensis complexin 3 (CPLX3), mRNA	True	False
FIJ0038_000000017829	1959	0.7386346283317252	2	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.9552427980594058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000010336	1935	0.7386346283317252	2	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.9448627242008054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0024_000000026196	1935	0.7386346283317252	2	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.8086370762546478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0025_000000021069	1903	0.7386346283317252	2	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.811124695986108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.028384279475982533	XM_006163026.2	placentals	PREDICTED: Tupaia chinensis complexin 3 (CPLX3), mRNA	True	False
MON0098_000000018050	1866	0.7386346283317252	2	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.8046079693837427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.028384279475982533	XM_006163026.2	placentals	PREDICTED: Tupaia chinensis complexin 3 (CPLX3), mRNA	True	False
MON0084_000000018608	1851	0.7386346283317252	2	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.79158041242885		0	0	False	False	0.9929767847061157	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.028384279475982533	XM_006163026.2	placentals	PREDICTED: Tupaia chinensis complexin 3 (CPLX3), mRNA	True	False
USA0035_01_000000012227	2062	0.7386314835128426	4	3	2	3	3	False	65044	fragment	False	USA0035_01_000000012227	0.9605788423153693		0	0	False	False	0.9985451102256775	0					non-mobilizable	other	1459.0	96.573	100.0	0.013365601452065343	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MAD0111_000000012655	1363	0.7386301695407973	3	2	2	2	1	True	14495	maximal	True	MAD0111_000000012655	1.0		1	1	False	False	0.9926632642745972	0					non-mobilizable	no_good_hit	1062.0	83.333	78.0	0.0029121845248446603	NZ_SMMX01000003.1	firmicutes	Extibacter muris strain DSM 28560 NODE_3_length_362271_cov_96.907437, whole genome shotgun sequence	True	True
ISR0075_000000016756	1602	0.7386264131685817	3	1	1	1	1	False	34627	fragment	False	ISR0075_000000016756	1.0		0	0	False	False	0.9918851256370544	0					non-mobilizable	no_good_hit	1330.0	99.023	85.0	0.00037196144027723863	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0061_000000018292	1512	0.7386252325166576	2	2	1	2	1	False	46745	fragment	False	FIJ0061_000000018292	0.9473853663895673		0	0	False	False	1.0	0					non-mobilizable	chromosome	1502.0	98.735	99.0	0.000529661203851812	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0048_000000022479	1502	0.7386252325166576	2	2	1	2	1	False	46745	fragment	False	FIJ0061_000000018292	0.9461093072573189		0	0	False	False	0.9946737885475159	0					non-mobilizable	chromosome	1502.0	98.20200000000001	100.0	0.0005286025871885506	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0088_000000006259	3640	0.7386231666092212	7	6	5	6	4	False	127054	fragment	False	ENG0049_000000005054	0.8927887951435751		0	0	False	False	1.0	0					non-mobilizable	other	3640.0	99.835	100.0	0.0010879083131561569	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0017_000000025528	1184	0.7386211908952602	2	2	2	2	2	False	50077	fragment	False	FIJ0048_000000025097	0.6820280352771578		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	97.382	100.0	0.005105563899390612	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
SPA0094_000000001404	11321	0.7386173842288024	19	18	7	11	15	False	132521	backbone	False	USA0060_01_000000001071	0.6912130551741995	PS1166	0	0	True	True	1.0	210					non-mobilizable	chromosome	7881.0	99.44200000000001	96.0	0.0014854853540988231	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
FIJ0025_000000001659	11303	0.7386173842288024	19	18	7	11	15	False	132521	backbone	False	USA0060_01_000000001071	0.6908075354383085	PS1166	0	0	False	True	1.0	0					non-mobilizable	chromosome	7863.0	99.44	96.0	0.001482090821107357	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
AST0113_000000001472	16719	0.7386099554486816	17	5	4	3	2	True	132160	fragment	False	SPA0132_000000001387	0.5597958941327404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	96.0	10.0	0.00047044752093266645	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0016_000000010119	2239	0.7386074206580887	3	3	3	3	2	False	66794	maximal	True	ENG0016_000000010119	1.0		1	1	True	True	0.9883876442909241	5					non-mobilizable	no_good_hit	1055.0	97.725	57.0	0.0003547702290556818	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0169_000000007371	3099	0.7386046237852485	4	3	3	3	2	False	120968	fragment	False	AST0149_000000008152	0.7393080318477274		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	96.556	99.0	0.000502454932347424	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0181_000000003078	7403	0.7386033630219054	14	7	5	7	3	True	130702	fragment	False	SPA0089_000000004688	0.9289810510806624		0	0	False	False	0.9990544319152832	0					non-mobilizable	other	7360.0	99.67399999999999	100.0	0.0019704148556104737	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0182_000000006658	4798	0.7385936103715415	6	6	6	6	5	False	97779	fragment	False	ISR0182_000000006658	1.0		0	0	False	False	0.9906210899353027	0					non-mobilizable	other	4749.0	99.81	99.0	0.03298184192611734	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
FIJ0120_000000015152	1631	0.7385936041355783	2	1	1	1	1	False	66733	fragment	False	FIJ0120_000000015152	0.9848770557601056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	75.044	68.0	0.00039379238712908	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0016_000000014691	1524	0.7385936041355783	1	1	1	1	1	False	66733	fragment	False	FIJ0120_000000015152	0.9476779592570669		0	0	False	False	0.9973753094673157	0					non-mobilizable	no_good_hit	1145.0	75.28399999999999	74.0	0.00039804194526356644	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0139_000000014105	1976	0.7385913671508407	2	2	1	1	0	False	131004	maximal	True	SPA0139_000000014105	1.0		0	0	False	False	0.9964575171470642	0					non-mobilizable	no_good_hit	1204.0	97.84100000000001	61.0	0.0025113071552389297	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0028_000000003213	3722	0.7385877691054139	5	4	1	4	3	False	98421	maximal	True	MAD0028_000000003213	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	88.09200000000001	22.0	0.0001960664534566249	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0048_000000004652	3481	0.7385832248249281	4	4	4	4	4	True	114940	maximal	True	AST0048_000000004652	1.0	PS248|PS746	10	5	True	True	0.9997127056121826	7					non-mobilizable	no_good_hit	2922.0	99.521	85.0	0.0013513988666940555	LS483444.1	firmicutes	Streptococcus australis strain NCTC13166 genome assembly, chromosome: 1	True	True
DEN0063_000000019067	2482	0.7385778944724074	4	1	1	1	1	False	113526	fragment	False	DEN0063_000000019067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	99.074	4.0	0.0005070873754200058	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
MON0009_000000029818	1329	0.7385726800784422	2	2	2	2	2	False	13787	maximal	False	MON0101_000000048091	0.9659173313995649		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	80.256	99.0	0.11289491758241758	NZ_JNJN01000063.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00061.61_C, whole genome shotgun sequence	False	False
FIJ0021_000000008113	6090	0.7385618556448381	5	5	5	5	5	False	81244	fragment	False	FIJ0021_000000008113	1.0		0	0	False	False	0.9998357892036438	0					non-mobilizable	no_good_hit	2602.0	96.08	46.0	0.0009260806024937926	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0198_000000015301	2167	0.7385593579417965	5	2	2	1	1	False	28875	fragment	False	ISR0198_000000015301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	97.605	8.0	0.0023266371580978325	NZ_VULP01000016.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq16, whole genome shotgun sequence	True	False
SPA0077_000000018484	1536	0.7385558693397518	2	1	1	1	1	False	70041	fragment	False	SPA0077_000000018484	1.0		0	0	False	False	0.994140625	0					non-mobilizable	other	1536.0	99.023	100.0	0.0004381092858618851	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0062_000000005606	4354	0.738555293205011	6	3	3	3	2	False	63225	maximal	True	ENG0062_000000005606	1.0		1	1	False	False	0.9970142245292664	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0006_000000004872	3905	0.7385479351158927	4	4	4	4	2	False	115320	maximal	True	ISR0006_000000004872	1.0		0	0	False	False	0.994110107421875	0					non-mobilizable	no_good_hit	2785.0	99.461	71.0	0.0010110456005534604	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
CHI0077_000000002592	5412	0.7385364692938832	4	3	3	3	2	True	100363	fragment	False	CHI0077_000000002592	1.0		0	0	False	False	0.9968588352203369	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	4.1967016134108914e-05	NG_046919.2	primates	Homo sapiens neuroligin 1 (NLGN1), RefSeqGene on chromosome 3	True	True
MON0107_000000001916	16290	0.738536349312606	19	9	5	7	7	False	8624	maximal	True	MON0107_000000001916	1.0		1	1	False	False	0.999263346195221	0					non-mobilizable	no_good_hit	113.0	88.49600000000001	1.0	0.00017295164400146047	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
AST0003_000000020814	1555	0.7385275384843343	2	1	1	1	1	False	129453	maximal	True	AST0003_000000020814	1.0		1	1	False	False	0.9826366305351257	0					non-mobilizable	no_good_hit	59.0	98.305	4.0	0.0004836920716197847	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
ISR0091_000000018561	1597	0.7385270493371284	2	2	1	2	0	True	33618	fragment	False	ISR0091_000000018561	1.0		0	0	False	False	0.9843456745147705	0					non-mobilizable	no_good_hit								True	True
ISR0232_000000003296	6157	0.7385149739207433	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.17586884768350572		0	0	False	False	1.0	0					non-mobilizable	chromosome	5783.0	97.735	94.0	0.0016434989632132708	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0153_000000022177	1137	0.7385109638215901	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.18657918813728186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	90.508	38.0	0.006697142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0072_000000023726	1129	0.7385109638215901	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.18568896509831306		0	0	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit	287.0	90.244	37.0	0.006514285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
SPA0006_000000008145	3903	0.7385088584939976	5	2	0	0	2	False	8261	fragment	False	SPA0006_000000008145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	96.454	25.0	0.09079165897767116	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0214_000000008934	3069	0.7385088584939976	3	2	0	0	2	False	28229	maximal	True	ISR0214_000000008934	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	93.789	40.0	0.1018638125115335	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AST0102_000000006730	4328	0.7385077784685191	4	4	4	4	4	False	108354	maximal	True	AST0102_000000006730	1.0		5	3	False	False	0.9976894855499268	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000015472	1775	0.7385050243611276	3	3	3	3	2	False	50708	maximal	True	FIJ0034_000000015472	1.0		0	0	False	False	0.9921126961708069	0					non-mobilizable	plasmid	1443.0	100.0	100.0	0.006119114807663746	CP026274.1	enterobacteria	Klebsiella oxytoca strain KONIH4 plasmid pKPC-4b66, complete sequence	False	True
USA0134_01_000000001598	2563	0.7385021939525769	4	2	2	1	2	False	125106	fragment	False	USA0134_01_000000001598	1.0		0	0	False	False	0.9992196559906006	0					non-mobilizable	no_good_hit	1322.0	80.408	73.0	0.00037003547489484166	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0025_000000009412	2271	0.7385021939525769	4	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.8407450282590846		0	0	False	False	0.9982386827468872	0					non-mobilizable	chromosome	2066.0	92.885	98.0	0.0005515096034490521	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0050_01_000000005825	2209	0.7385021939525769	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9056114304635821		0	0	False	False	1.0	0					non-mobilizable	other	2106.0	80.959	94.0	0.014787273294922373	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0352_000000004276	2124	0.7385021939525769	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.751076788845382		0	0	False	False	1.0	0					non-mobilizable	other	2127.0	79.737	99.0	0.007143961651461265	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0037_01_000000016502	2063	0.7385021939525769	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.7630285935250335		0	0	False	False	0.9995152950286865	0					non-mobilizable	other	2063.0	99.515	100.0	0.014631169642096898	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0081_000000011887	1986	0.7385021939525769	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.6657428789804144		0	0	False	False	1.0	0					non-mobilizable	other	1963.0	95.619	99.0	0.020196602267218172	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0082_000000008577	1970	0.7385021939525769	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.6011899478340502		0	0	False	False	1.0	0					non-mobilizable	other	1993.0	80.381	100.0	0.005966251688775649	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0011_000000014076	1967	0.7385021939525769	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.46139271677332583		0	0	False	False	0.9949161410331726	0					non-mobilizable	other	1967.0	97.306	100.0	0.0005542070946405213	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0066_000000016606	1941	0.7385021939525769	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.5765647760987993		0	0	False	False	1.0	0					non-mobilizable	other	1852.0	100.0	95.0	0.013133993699088922	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0101_000000004263	1841	0.7385021939525769	3	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.39744123596010034		0	0	False	False	1.0	0					non-mobilizable	other	1841.0	94.46	100.0	0.018938182718392524	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0108_000000010464	1830	0.7385021939525769	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.43427779492292534		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	100.0	100.0	0.012977890046263447	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AUS0008_000000014812	1673	0.7385021939525769	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.2867729711926876		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	98.07700000000001	99.0	0.0004684671675307409	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0150_000000004733	1553	0.7384987147353931	2	2	2	2	1	False	79546	fragment	False	CHI0150_000000004733	1.0		0	0	False	False	0.9987121820449829	0					non-mobilizable	no_good_hit	1003.0	94.31700000000001	68.0	0.003958174499401533	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
MON0101_000000037789	1719	0.7384935807975981	3	2	1	2	1	False	92633	fragment	False	USA0084_01_000000018250	0.9499437570303711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	82.8	70.0	0.0003678172610196122	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0202_000000003979	6107	0.7384921404836284	9	5	3	5	3	False	125899	fragment	False	ISR0338_000000003137	0.9462953865157898		0	0	False	False	0.999672532081604	0					non-mobilizable	other	5059.0	93.991	99.0	0.10069756750814494	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0061_000000010045	2137	0.7384849238458879	2	2	1	2	1	False	63259	maximal	True	ENG0061_000000010045	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	97.93799999999999	5.0	3.206753422708223e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
USA0025_01_000000001884	9923	0.7384778343216797	7	4	4	2	3	False	111122	maximal	True	USA0025_01_000000001884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3509.0	99.65799999999999	41.0	0.0009485134053226527	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
TAN0002_000000006149	4937	0.7384711558605389	4	4	4	4	3	False	47806	maximal	True	TAN0002_000000006149	1.0		6	2	False	False	0.9983795881271362	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	2.0	4.1994843475272224e-05	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	False
ISR0075_000000017223	1562	0.738468009255077	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.08664905672203678		0	0	False	False	0.9923175573348999	0					non-mobilizable	no_good_hit	438.0	81.735	28.0	0.0024940384991993733	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0033_000000005130	12159	0.7384664916884729	7	7	4	7	5	False	92496	maximal	True	MON0033_000000005130	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	9543.0	93.734	78.0	0.12342046942028798	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	True	False
SPA0047_000000016496	2380	0.7384607750539736	3	2	2	2	2	False	54975	fragment	False	SPA0047_000000016496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	78.395	7.0	0.00265282583621684	NZ_CABIWU010000007.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0092_000000025664	1248	0.7384578207357078	2	2	2	2	2	False	80409	fragment	False	MAD0077_000000009666	0.9710379065352559		0	0	False	False	0.9519230723381042	0					non-mobilizable	other	1248.0	99.119	100.0	0.0031440673692703343	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
DEN0062_000000000852	13675	0.7384474812621332	9	7	5	4	7	False	110637	fragment	False	ENG0119_000000001752	0.9739339847070045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5401.0	97.11200000000001	46.0	0.0013237154945814457	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0024_000000009393	2198	0.7384447033001753	4	4	4	4	2	False	49226	fragment	False	FIJ0024_000000009393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1597.0	85.348	76.0	0.00022472922670687214	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
DEN0071_000000014620	2724	0.7384425020292479	5	3	3	2	2	True	127921	fragment	False	DEN0071_000000014620	0.9735001840264998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	88.978	68.0	0.00027596349092035607	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0016_000000003180	5936	0.7384373418267602	14	5	3	4	4	True	110416	fragment	False	ISR0016_000000003180	1.0		0	0	False	False	0.9998315572738647	0					non-mobilizable	no_good_hit	1823.0	99.616	50.0	0.01049454537076503	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0147_000000000771	23103	0.7384289117590194	37	6	1	6	0	False	30966	fragment	False	ISR0147_000000000771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.0079840617560155e-06	CP020631.1	bony fishes	Oryzias latipes strain HSOK chromosome 11	True	False
MAD0105_000000027147	1424	0.7384276347109464	1	1	1	1	1	False	28394	maximal	True	MAD0105_000000027147	1.0		47	7	False	False	0.9873595237731934	0					non-mobilizable	other	1410.0	81.844	98.0	0.009038068266123049	NZ_SMUS01000006.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00006, whole genome shotgun sequence	False	False
ENG0102_000000007521	3549	0.7384250066919131	3	2	2	2	2	False	123235	maximal	True	ENG0102_000000007521	1.0		2	1	False	False	0.9991546869277954	0					non-mobilizable	no_good_hit	1860.0	98.71	70.0	0.007205655935746336	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0070_000000000074	43318	0.738419002108912	52	24	9	23	14	False	5933	maximal	True	SPA0070_000000000074	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3026.0	76.008	16.0	0.02895431392982012	NC_049977.1	viruses	Bacteroides phage crAss001, complete genome	True	False
USA0017_01_000000015877	1726	0.7384026610012148	2	2	2	2	2	False	1888	fragment	False	USA0017_01_000000015877	1.0		0	0	False	False	0.9594438076019287	0					non-mobilizable	no_good_hit	180.0	75.0	10.0	4.961054337679845e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
ISR0088_000000019164	1305	0.738401405877669	2	1	1	1	1	False	33776	fragment	False	ISR0088_000000019164	1.0		0	0	False	False	0.9931034445762634	0					non-mobilizable	no_good_hit	205.0	80.488	16.0	3.1788980551598516e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
CHI0071_000000001399	8030	0.7383903818577044	6	6	2	4	6	True	84932	fragment	False	CHI0071_000000001399	1.0		0	0	False	False	0.9991282820701599	0		MOBF	MPF_Unknown		conjugative	plasmid	8047.0	98.807	99.0	0.06670701476574613	CP051701.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-1, complete sequence	False	True
ENG0171_000000002414	8994	0.7383862816524106	8	6	2	6	3	False	55819	maximal	True	ENG0171_000000002414	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	5.186062710683798e-05	NZ_SJPI01000003.1	bacteria	Rubripirellula amarantea strain Pla22 Pla22_contig00003, whole genome shotgun sequence	True	False
ISR0083_000000017330	1581	0.7383839876337378	2	2	2	1	1	False	110332	fragment	False	ISR0083_000000017330	0.9568638090070536		0	0	False	False	0.9746995568275452	0					non-mobilizable	other	1581.0	99.431	100.0	0.013412335953549176	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0134_000000022150	1445	0.7383839876337378	2	2	2	1	1	False	110331	maximal	True	ISR0134_000000022150	1.0		11	4	False	False	0.979238748550415	0					non-mobilizable	other	1431.0	95.178	99.0	0.012088079998641789	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0069_01_000000044927	1339	0.7383839876337378	2	2	2	1	1	False	110330	fragment	False	ISR0279_000000015900	0.6880301709539942		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	99.32799999999999	100.0	0.011358041459397972	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0130_000000026032	1296	0.7383839876337378	3	2	2	1	1	False	110330	fragment	False	ISR0279_000000015900	0.6846862353074644		0	0	False	False	0.9945987462997437	0					non-mobilizable	other	1296.0	98.92	100.0	0.010993022189776065	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0813_000000009490	3114	0.7383751406240274	5	4	3	3	4	False	97496	fragment	False	ISR0813_000000009490	1.0		0	0	False	False	0.9980732202529907	0					non-mobilizable	chromosome	3114.0	99.904	100.0	0.00070876014331845	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
SPA0133_000000011715	1732	0.7383660872630295	3	3	3	2	2	False	102888	fragment	False	AUS0002_000000020957	0.9847543760587238		0	0	False	False	0.9994226098060608	0					non-mobilizable	no_good_hit	387.0	73.902	22.0	0.00018123620351387273	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
ISR0205_000000009261	1808	0.7383579924006738	5	2	1	2	2	False	28656	fragment	False	ISR0205_000000009261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	82.06	16.0	7.301665683074589e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0308_000000000041	62680	0.7383539945889339	53	12	3	8	10	False	25428	maximal	True	ISR0308_000000000041	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	87.273	0.0	2.0238565988622813e-05	NZ_LFZW01000001.1	firmicutes	Peribacillus loiseleuriae strain FJAT-27997 Scaffold1, whole genome shotgun sequence	True	False
CHI0024_000000011602	1113	0.7383527683302681	1	1	1	1	1	False	88975	fragment	False	CHI0024_000000011602	1.0		0	0	False	False	0.9793351292610168	0					non-mobilizable	other	1099.0	97.179	99.0	0.06359420289855072	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
CHI0125_000000010486	1460	0.7383522777435979	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.34465290802299225		0	0	False	False	0.9595890641212463	0					non-mobilizable	chromosome	1474.0	80.19	100.0	0.0006330351564312253	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0090_000000008190	3165	0.7383497274127955	4	4	4	4	3	False	112017	fragment	False	ISR0090_000000008190	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3166.0	93.11399999999999	100.0	0.04965909447952996	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0285_000000017930	1130	0.7383475477796727	1	1	1	1	1	False	81803	fragment	False	ISR0826_000000011697	0.9751590683370742		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	98.851	100.0	0.007986079181727512	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0006_000000003175	5674	0.7383467138840805	6	3	1	2	0	True	38502	maximal	False	MON0011_000000008076	0.9257246259466382		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	576.0	91.319	10.0	0.08276856524873828	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	True
SPA0026_000000020313	1627	0.7383447559566498	2	2	2	2	2	False	102783	fragment	False	SPA0026_000000020313	1.0		0	0	False	False	0.9969268441200256	0					non-mobilizable	no_good_hit	293.0	78.498	18.0	4.456179902261121e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
ENG0054_000000000585	28511	0.7383365201654292	34	10	6	8	6	False	72957	maximal	True	ENG0054_000000000585	1.0		11	5	False	False	0.9999649524688721	0					non-mobilizable	no_good_hit	211.0	87.678	1.0	0.0006865527207103533	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ISR0159_000000013656	1913	0.7383345427510071	2	2	2	2	2	False	106206	fragment	False	ISR0176_000000016625	0.9730459064565713		0	0	False	False	0.9900679588317871	0					non-mobilizable	no_good_hit	584.0	86.64399999999999	31.0	0.009641941619118499	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0116_000000014242	1894	0.7383345427510071	2	2	2	2	2	False	106206	fragment	False	ISR0176_000000016625	0.9643766117625623		0	0	False	False	0.9978880882263184	0					non-mobilizable	no_good_hit	580.0	87.241	31.0	0.009575787645745473	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0141_000000014230	1893	0.7383345427510071	2	2	2	2	2	False	106206	fragment	False	ISR0176_000000016625	0.9654483756131935		0	0	False	False	0.9899629950523376	0					non-mobilizable	no_good_hit	584.0	86.64399999999999	31.0	0.009641941619118499	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0045_000000037043	1162	0.7383330614469594	1	1	1	1	1	False	17789	fragment	False	MAD0045_000000037043	1.0		0	0	False	False	0.9956970810890198	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	False
ISR0812_000000027968	1411	0.73833206576401	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17359570995193035		0	0	False	False	1.0	0					non-mobilizable	chromosome	1413.0	90.51700000000001	100.0	0.00047325136817105175	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0208_000000019917	1397	0.73833206576401	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20709223653591147		0	0	False	False	0.9985683560371399	0					non-mobilizable	chromosome	1400.0	90.714	100.0	0.0004685390501380541	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0061_000000033979	1364	0.73833206576401	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16934935127102005		0	0	False	False	1.0	0					non-mobilizable	chromosome	1367.0	90.417	100.0	0.00045743144334598813	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0068_000000030971	1364	0.73833206576401	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18755621519170299		0	0	False	False	1.0	0					non-mobilizable	chromosome	1367.0	90.63600000000001	100.0	0.00045743144334598813	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0021_000000023474	1361	0.73833206576401	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1577511662438234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	90.57	100.0	0.0004736954378842022	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0195_000000010919	2299	0.7383315615188271	2	2	2	2	1	False	125998	maximal	False	ENG0079_000000013817	0.9565105047627792		0	0	False	False	0.9991300702095032	0					non-mobilizable	no_good_hit								True	False
AST0040_000000000256	39555	0.7383308489610679	37	15	9	15	7	True	116430	fragment	False	ISR0126_000000000715	0.9285550154258946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
CHI0044_000000005451	2624	0.738327173905211	4	4	3	3	2	False	120377	fragment	False	CHI0044_000000005451	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2525.0	98.139	96.0	0.014417142857142858	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0003_000000007530	4698	0.7383220615891376	5	3	3	3	3	False	130580	maximal	True	AST0003_000000007530	1.0		6	2	False	False	0.9985100030899048	0					non-mobilizable	other	4698.0	99.851	100.0	0.03815907059874888	NZ_NFJN01000008.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_8, whole genome shotgun sequence	False	False
CAN0002_000000014264	1370	0.7383210497698294	1	1	1	1	1	False	96891	maximal	False	ISR0812_000000027353	0.9314878892733565		0	0	False	False	0.9912408590316772	0					non-mobilizable	chromosome	1372.0	84.84	100.0	0.0004826789781087554	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
USA0072_01_000000001931	10258	0.7383180385514955	12	6	4	5	5	False	110378	maximal	True	USA0072_01_000000001931	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	85.56700000000001	18.0	0.0002233245739186983	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0082_000000003535	7015	0.7383175418960807	10	7	6	6	7	False	116381	fragment	False	ISR0368_000000001574	0.9397593408948786		0	0	False	False	1.0	0					non-mobilizable	other	4418.0	96.288	91.0	0.0010827056166089395	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0041_000000001101	9610	0.7383169761517812	21	3	2	3	2	False	41756	backbone	False	ISR0321_000000000749	0.9218327491236855	PS142	0	0	True	True	1.0	176					non-mobilizable	no_good_hit	82.0	85.366	1.0	0.00782759953614225	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	True
ISR0072_000000014007	2062	0.7383120336144676	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.35126715975018613		0	0	False	False	1.0	0					non-mobilizable	chromosome	1022.0	85.81200000000001	91.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0101_000000001843	11164	0.7383111868896253	14	7	7	5	6	False	122619	maximal	True	ISR0101_000000001843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2596.0	98.613	41.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0303_000000003992	2944	0.7383063183377444	5	4	2	3	3	True	131042	maximal	False	ISR0379_000000007816	0.9662343397277993		0	0	False	False	1.0	0					non-mobilizable	other	2944.0	99.355	100.0	0.0008806944768216954	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ENG0013_000000002419	8613	0.7383032996020572	12	5	4	4	3	False	87674	maximal	True	ENG0013_000000002419	1.0		1	1	True	True	0.9998838901519775	31					non-mobilizable	no_good_hit	395.0	75.949	5.0	0.0018428276956104605	NZ_AUDP01000004.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
FIJ0023_000000009379	3339	0.7382915108877723	5	4	2	3	3	False	59429	fragment	False	FIJ0023_000000009379	1.0		0	0	False	False	0.9970051050186157	0					non-mobilizable	no_good_hit	1159.0	90.854	45.0	0.18439371863364093	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ITA0002_000000002403	3309	0.7382905424708028	5	4	2	2	3	False	92882	fragment	False	ITA0002_000000002403	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	955.0	96.545	94.0	0.1465662928253188	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
DEN0047_000000000282	5290	0.738288739265969	6	3	2	3	2	False	72675	maximal	True	DEN0047_000000000282	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	86.905	2.0	8.569581907650882e-05	NZ_SNYR01000002.1	a-proteobacteria	Maritalea mobilis strain CGMCC 1.7002 Ga0070545_12, whole genome shotgun sequence	True	False
CHI0127_000000014367	1199	0.7382879602276253	2	2	2	2	2	False	81353	fragment	False	CHI0127_000000014367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0103_000000019489	1184	0.7382868290034867	1	1	1	1	1	False	42542	fragment	False	FIJ0103_000000019489	1.0		0	0	False	False	0.9375	0					non-mobilizable	other	1164.0	97.42299999999999	98.0	0.020339635180748175	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0126_000000008306	1816	0.7382863309175082	2	2	2	2	1	False	81480	fragment	False	ISR0852_000000005984	0.9648180639236565		0	0	False	False	1.0	0					non-mobilizable	chromosome	1816.0	97.963	100.0	0.0008099507469620153	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0116_000000002534	7796	0.7382826584365472	9	3	3	3	1	False	101324	fragment	False	FIJ0035_000000001207	0.3395715296951765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	80.493	6.0	0.0021973831164703852	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0162_000000004782	7068	0.7382826584365472	8	3	3	3	1	False	96280	fragment	False	ISR0162_000000004782	0.9773481460106767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	80.69800000000001	7.0	0.0021973831164703852	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0172_000000003461	6931	0.7382826584365472	8	3	3	3	1	False	96280	fragment	False	ISR0162_000000004782	0.970996038483305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	80.562	7.0	0.0020884219701991264	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0140_000000003508	6911	0.7382826584365472	8	3	3	3	1	False	49366	maximal	False	FIJ0159_000000002768	0.9823422668900056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	95.395	2.0	4.028031900945627e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0052_000000003695	5679	0.7382826584365472	6	3	3	3	1	False	96275	maximal	True	MON0052_000000003695	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	94.521	1.0	0.0006157528662862297	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MON0043_000000003656	5643	0.7382826584365472	7	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.5033662952622153	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	9.275128642274081e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	True
TAN0017_000000005630	5632	0.7382826584365472	5	3	3	3	1	False	96273	maximal	True	TAN0017_000000005630	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	88.764	3.0	0.000719823773264184	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MON0076_000000007434	5613	0.7382826584365472	7	3	3	3	1	False	96272	fragment	False	MAD0089_000000002262	0.2859164644323624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	95.789	3.0	2.5075165476085362e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0094_000000005293	5283	0.7382826584365472	6	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.41892666877393037	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	1.735786578364088e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	True
MON0052_000000004045	5259	0.7382826584365472	6	3	3	3	1	False	84611	backbone	False	MAD0092_000000002907	0.38175328362519234	PS419	0	0	False	True	0.9998098611831665	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	1.735786578364088e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	True
MAD0032_000000003056	4873	0.7382826584365472	5	3	3	3	1	False	96272	fragment	False	MAD0089_000000002262	0.14685826458948062		0	0	False	False	0.9997947812080383	0					non-mobilizable	no_good_hit	96.0	93.75	2.0	2.5341922555618183e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0057_000000005765	4870	0.7382826584365472	5	3	3	3	1	False	49365	fragment	False	FIJ0057_000000005765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	98.649	2.0	1.947326680589608e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0041_000000010388	4655	0.7382826584365472	6	3	3	3	1	False	96272	fragment	False	MAD0089_000000002262	0.17508429047845775		0	0	False	False	0.9997851848602295	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.9572179086326045e-06	NZ_LT906469.1	high GC Gram+	Mycolicibacter terrae strain NCTC10856 chromosome 1	True	False
MON0107_000000011664	4588	0.7382826584365472	5	3	3	3	1	False	96272	fragment	False	MAD0089_000000002262	0.0950673722714057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	2.0	0.0508298755186722	NZ_VZBY01000063.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_67_length_1928_cov_60.7112_ID_133, whole genome shotgun sequence	True	False
MAD0011_000000002817	4555	0.7382826584365472	5	3	3	3	1	False	96272	fragment	False	MAD0089_000000002262	0.09436808777512352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	94.73700000000001	2.0	2.5075165476085362e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0057_000000004498	4344	0.7382826584365472	6	3	3	3	1	False	89702	fragment	False	ISR0057_000000004498	1.0		0	0	False	False	0.9967771768569946	0					non-mobilizable	no_good_hit	354.0	80.226	8.0	0.0015935567642171595	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0050_000000008614	3539	0.7382826584365472	5	3	3	3	1	False	78564	fragment	False	ISR0372_000000004099	0.9411335529097232		0	0	False	False	0.9988697171211243	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0004650521891901202	NZ_LQOT01000007.1	high GC Gram+	Mycolicibacter engbaekii strain ATCC 27353 contig_15, whole genome shotgun sequence	True	False
DEN0020_000000002400	3607	0.7382822723652741	5	5	5	5	5	False	91845	fragment	False	DEN0020_000000002400	1.0		0	0	False	False	0.9975048303604126	0					non-mobilizable	no_good_hit	2003.0	99.15100000000001	56.0	0.05011138644839929	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0016_000000004092	4257	0.7382819160583427	8	2	1	2	1	False	50246	fragment	False	FIJ0016_000000004092	1.0		0	0	False	False	0.9941273331642151	0					non-mobilizable	no_good_hit								True	False
ENG0207_000000002035	7675	0.738273657562889	13	8	6	8	6	True	53913	fragment	False	ENG0207_000000002035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	73.005	20.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0023_000000006576	4607	0.7382705242038473	6	6	5	6	5	False	115019	fragment	False	FIJ0023_000000006576	1.0		0	0	False	False	0.9963099360466003	0					non-mobilizable	no_good_hit	1002.0	81.138	44.0	0.00022675551854905494	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0207_000000007561	2351	0.7382691679163857	3	3	3	3	3	False	58678	maximal	True	ENG0207_000000007561	1.0		370	10	False	False	0.9995746612548828	0					non-mobilizable	other	2351.0	94.258	100.0	0.012203801933697352	NZ_JGZM01000005.1	high GC Gram+	Bifidobacterium saeculare DSM 6531 = LMG 14934 Contig05, whole genome shotgun sequence	False	False
ENG0025_000000001196	14624	0.7382607445045996	10	8	6	6	5	False	121829	fragment	False	ENG0031_000000001333	0.9993843331583325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2738.0	80.058	19.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
MAD0001_000000006697	3804	0.7382606075877778	4	4	3	4	4	False	20296	maximal	True	MAD0001_000000006697	1.0		12	6	False	False	0.987644612789154	0					non-mobilizable	no_good_hit	559.0	76.029	15.0	0.038041977354322014	NZ_ATCL01000023.1	firmicutes	Exiguobacterium chiriqhucha RW-2 contig-23, whole genome shotgun sequence	True	False
FIJ0124_000000002631	9001	0.7382478178681914	11	5	4	5	3	False	74082	maximal	True	FIJ0124_000000002631	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	94.565	1.0	2.509193713339232e-05	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0193_000000005262	5113	0.7382372580497402	8	4	3	3	1	False	67584	maximal	True	ISR0193_000000005262	1.0		0	0	False	False	0.999217689037323	0					non-mobilizable	no_good_hit	1473.0	91.58200000000001	37.0	0.00041487971308712813	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0064_000000007661	2624	0.7382219471869045	3	3	3	3	3	False	93624	fragment	False	ISR0112_000000012858	0.6722294844098187		0	0	False	False	0.9973323345184326	0					non-mobilizable	no_good_hit	1494.0	78.046	56.0	0.0790777849601379	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
SPA0091_000000005462	1951	0.7382203695093577	3	2	2	2	2	False	5340	maximal	True	SPA0091_000000005462	1.0		1	1	False	False	0.9984623193740845	0					non-mobilizable	plasmid	1951.0	100.0	100.0	0.009700768599358258	CP044275.1	firmicutes	Enterococcus faecium strain V2937 plasmid pHVH-V2937-1, complete sequence	False	True
CHI0070_000000003778	2849	0.7382161984627231	3	3	3	2	1	True	85013	maximal	True	CHI0070_000000003778	1.0		21	6	False	False	0.9982450008392334	0					non-mobilizable	chromosome	1936.0	94.62799999999999	100.0	0.00034915753558328714	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	True
MAD0036_000000013759	2137	0.73821081084512	3	3	3	3	3	False	61103	fragment	False	MAD0036_000000013759	1.0		0	0	False	False	0.996256411075592	0					non-mobilizable	other	2133.0	98.92200000000001	99.0	0.007033054034439533	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
USA0057_01_000000011766	2689	0.7382092202690664	4	4	4	3	4	False	127091	fragment	False	USA0057_01_000000011766	1.0		0	0	False	False	0.9996281266212463	0					non-mobilizable	other	2689.0	98.773	100.0	0.009684043664661166	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
ISR0247_000000000987	9855	0.7381984927069104	11	6	3	5	3	True	127369	maximal	True	ISR0247_000000000987	1.0		8	3	False	False	0.9997970461845398	0					non-mobilizable	no_good_hit	5137.0	97.391	53.0	0.05579828279534833	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0073_01_000000002983	7085	0.7381975681678411	12	5	2	4	5	False	94318	fragment	False	CAN0012_000000007366	0.9560927152317881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4277.0	98.714	85.0	0.0009973655551231695	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0153_000000016755	1788	0.7381923455224169	2	2	2	2	1	False	56930	maximal	True	ENG0153_000000016755	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	93.84200000000001	19.0	0.009042793691321578	NZ_WNAJ01000033.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold33_size37599, whole genome shotgun sequence	True	False
SPA0015_000000009387	2358	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.09270863267735743		0	0	False	False	1.0	0					non-mobilizable	other	2360.0	99.28	100.0	0.21194674343288952	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0155_000000008128	2328	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.08589545507732957		0	0	False	False	1.0	0					non-mobilizable	other	2328.0	99.785	100.0	0.20933789132781577	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0051_000000010135	2175	0.7381915394996407	4	1	0	0	1	False	46535	maximal	True	FIJ0051_000000010135	1.0		0	0	False	False	0.9931034445762634	0					non-mobilizable	no_good_hit	1102.0	79.492	49.0	0.008795598978679533	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	True	False
MAD0015_000000009275	2140	0.7381915394996407	3	1	0	0	1	False	116490	fragment	False	MAD0015_000000009275	1.0		0	0	False	False	0.9850467443466187	0					non-mobilizable	other	2117.0	98.29899999999999	100.0	0.06387671853754344	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0021_000000023037	2099	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.05036166539363252		0	0	False	False	0.9985707402229309	0					non-mobilizable	other	2099.0	99.667	100.0	0.022299696009863736	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0092_000000016590	2072	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.04507310782949031		0	0	False	False	0.9860038757324219	0					non-mobilizable	other	2077.0	97.111	100.0	0.022012712314789226	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0095_000000013223	2048	0.7381915394996407	3	1	0	0	1	False	124370	maximal	True	FIJ0095_000000013223	1.0		0	0	False	False	0.99755859375	0					non-mobilizable	other	2065.0	89.831	100.0	0.021364341744435706	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0200_000000009982	2040	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.05955140044683633		0	0	False	False	0.9784313440322876	0					non-mobilizable	other	2005.0	99.601	98.0	0.18028067650233898	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0164_000000010942	2009	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.054547715644794166		0	0	False	False	0.9776008129119873	0					non-mobilizable	other	2009.0	99.353	100.0	0.021007040706372205	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0818_000000009090	1979	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.056949000242326485		0	0	False	False	1.0	0					non-mobilizable	other	1981.0	99.243	100.0	0.17794170564951423	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0105_000000018891	1947	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.04267526799260782		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	99.281	100.0	0.0005823416418263742	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0037_000000016122	1926	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.04490241527718347		0	0	False	False	1.0	0					non-mobilizable	other	1926.0	99.53299999999999	100.0	0.020460874556238174	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0127_000000013585	1906	0.7381915394996407	2	1	0	0	1	False	116487	fragment	False	ENG0127_000000013585	1.0		0	0	False	False	0.9900314807891846	0					non-mobilizable	other	1906.0	100.0	100.0	0.057561565191116486	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0089_000000020469	1874	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.04942585828509594		0	0	False	False	1.0	0					non-mobilizable	other	1874.0	99.25299999999999	100.0	0.16849586182079884	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0129_000000013471	1854	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.05205726546922402		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	99.946	100.0	0.019385481289296663	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0358_000000010663	1834	0.7381915394996407	4	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.05165313109340894		0	0	False	False	1.0	0					non-mobilizable	other	1833.0	99.67299999999999	99.0	0.16480748470672904	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0058_000000022314	1825	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.033386295501548334		0	0	False	False	0.9994520545005798	0					non-mobilizable	other	1812.0	99.448	99.0	0.019249165621479134	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
MAD0005_000000016686	1815	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.033271232253990896		0	0	False	False	0.9917355179786682	0					non-mobilizable	other	1815.0	99.28399999999999	100.0	0.019281052698709635	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0051_000000016084	1790	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.033317340062894746		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	99.49700000000001	100.0	0.0005353592997057469	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0036_000000013900	1770	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.04487554292198451		0	0	False	False	0.9977400898933411	0					non-mobilizable	other	1772.0	99.436	100.0	0.1591399784094998	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0170_000000009162	1758	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.04222267995522875		0	0	False	False	0.9914675951004028	0					non-mobilizable	other	1758.0	99.31700000000001	100.0	0.1580604534005038	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0017_000000007212	1748	0.7381915394996407	3	1	0	0	1	False	116489	fragment	False	CHI0017_000000007212	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1748.0	100.0	100.0	0.052787430125396585	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0185_000000018841	1747	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.04231530046723664		0	0	False	False	1.0	0					non-mobilizable	other	1747.0	99.88600000000001	100.0	0.1570708888089241	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0114_000000027232	1724	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.01397303856412888		0	0	False	False	0.997099757194519	0					non-mobilizable	other	1649.0	99.63600000000001	96.0	0.01751663442528858	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AUS0012_000000009957	1719	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.02112557002745204		0	0	False	False	1.0	0					non-mobilizable	other	1546.0	99.094	100.0	0.01616328580246268	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
CHI0078_000000009025	1707	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.03324347804350029		0	0	False	False	0.9953134059906006	0					non-mobilizable	other	1698.0	99.588	99.0	0.017753460198562564	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0169_000000018686	1703	0.7381915394996407	2	1	0	0	1	False	30088	fragment	False	ISR0169_000000018686	0.9952913478516774		0	0	False	False	0.9817968010902405	0					non-mobilizable	other	1703.0	99.941	100.0	0.05142770811300801	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0050_000000015239	1699	0.7381915394996407	2	1	0	0	1	False	30088	fragment	False	ISR0169_000000018686	0.994128009395185		0	0	False	False	0.9982342720031738	0					non-mobilizable	other	1699.0	100.0	100.0	0.05130684393412902	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0389_000000013528	1638	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.0278555860246792		0	0	False	False	1.0	0					non-mobilizable	other	1638.0	99.695	100.0	0.14726520331054335	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0302_000000009866	1620	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.006939308888165847		0	0	False	False	0.9845678806304932	0					non-mobilizable	other	1584.0	99.811	98.0	0.14240734077006117	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0104_000000005950	1619	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.02119500421853159		0	0	False	False	1.0	0					non-mobilizable	other	1619.0	99.815	100.0	0.016926987979536966	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0054_000000016295	1586	0.7381915394996407	3	1	0	0	1	False	116481	fragment	False	ISR0054_000000016295	0.9933066572987891		0	0	False	False	1.0	0					non-mobilizable	other	1586.0	100.0	100.0	0.047892430880797705	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ITA0007_000000000585	1557	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.01399738243752202		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	99.936	99.0	0.016496247953912545	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0127_000000017025	1553	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.021415555684525925		0	0	False	False	0.9600772857666016	0					non-mobilizable	other	1553.0	99.61399999999999	100.0	0.016485618928169046	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0161_000000020355	1521	0.7381915394996407	2	1	0	0	1	False	116481	fragment	False	ISR0054_000000016295	0.9774651688139322		0	0	False	False	0.9671269059181213	0					non-mobilizable	other	1521.0	100.0	100.0	0.045928387974014204	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0054_000000011468	1518	0.7381915394996407	3	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.01832044933871973		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	99.736	100.0	0.01612423205289003	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0069_000000014700	1509	0.7381915394996407	2	1	0	0	1	False	116485	fragment	False	FIJ0069_000000014700	1.0		0	0	False	False	0.9980119466781616	0					non-mobilizable	other	1509.0	100.0	100.0	0.045565795437377245	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0158_000000012526	1486	0.7381915394996407	2	1	0	0	1	False	116481	fragment	False	ISR0054_000000016295	0.9592463255767165		0	0	False	False	0.9986541271209717	0					non-mobilizable	other	1463.0	100.0	98.0	0.04417585738026892	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0035_000000013890	1483	0.7381915394996407	2	1	0	0	1	False	7117	fragment	False	SPA0035_000000013890	1.0		0	0	False	False	0.995954155921936	0					non-mobilizable	other	1483.0	99.79799999999999	100.0	0.044780178274663844	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0093_01_000000011373	1476	0.7381915394996407	2	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.6705192076706463		0	0	False	False	0.9939024448394775	0					non-mobilizable	other	1457.0	100.0	99.0	0.1309823677581864	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0010_000000013175	1451	0.7381915394996407	2	1	0	0	1	False	51057	maximal	True	FIJ0010_000000013175	1.0		1	1	True	True	0.9993107914924622	1					non-mobilizable	no_good_hit	30.0	100.0	2.0	8.686452608511765e-06	CP009557.1	firmicutes	Clostridium perfringens strain FORC_003, complete genome	True	True
CHI0119_000000008893	1431	0.7381915394996407	2	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.8029545123357262		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	99.86	100.0	0.12864339690536164	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0018_000000014817	1422	0.7381915394996407	2	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.7325168424537891		0	0	False	False	0.9824191331863403	0					non-mobilizable	other	1422.0	99.859	100.0	0.12783375314861462	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0165_000000014133	1420	0.7381915394996407	2	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.6612819329177293		0	0	False	False	1.0	0					non-mobilizable	other	1420.0	99.789	100.0	0.12765383231378194	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0016_000000004573	1412	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.01403657161447914		0	0	False	False	0.9830028414726257	0					non-mobilizable	other	1412.0	99.363	100.0	0.014761421532216724	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0383_000000010802	1407	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.016537191428120126		0	0	False	False	0.9857853651046753	0					non-mobilizable	other	1407.0	99.71600000000001	100.0	0.014933781169617993	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0162_000000023823	1382	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.014169384787725227		0	0	False	False	0.9963820576667786	0					non-mobilizable	other	1382.0	99.711	100.0	0.014678684551773985	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
MON0044_000000042387	1346	0.7381915394996407	3	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.3693407174587796		0	0	False	False	0.9799405932426453	0					non-mobilizable	other	1346.0	99.70299999999999	100.0	0.014296039625007972	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
MAD0083_000000007805	1342	0.7381915394996407	2	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.5670408670784796		0	0	False	False	0.9709389209747314	0					non-mobilizable	other	1342.0	99.404	100.0	0.12063691975530766	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0136_000000020903	1341	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.014151727971300638		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	99.77600000000001	100.0	0.01424289449629047	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
MAD0062_000000010974	1338	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.01412234405572251		0	0	False	False	0.9723467826843262	0					non-mobilizable	other	1338.0	99.477	100.0	0.014211007419059968	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0113_000000020845	1336	0.7381915394996407	2	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.502465742079652		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	99.626	100.0	0.014189749367572968	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0063_000000014976	1326	0.7381915394996407	2	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.21930391243482908		0	0	False	False	0.9909502267837524	0					non-mobilizable	other	1316.0	99.772	99.0	0.11829794890248291	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0236_000000008783	1301	0.7381915394996407	3	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.4367057921117636		0	0	False	False	0.9992313385009766	0					non-mobilizable	other	1301.0	99.846	100.0	0.013817733466550457	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AST0039_000000012543	1263	0.7381915394996407	2	1	0	0	1	False	116480	fragment	False	MAD0012_000000022711	0.6556894243641231		0	0	False	False	0.993665874004364	0					non-mobilizable	other	1256.0	99.84100000000001	99.0	0.03792113612328146	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0003_000000021134	1245	0.7381915394996407	2	1	0	0	1	False	116480	fragment	False	MAD0012_000000022711	0.9548646771287407		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	99.92	100.0	0.03758875963136425	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0038_000000029293	1226	0.7381915394996407	2	1	0	0	1	False	124369	fragment	False	ENG0025_000000004712	0.006847935600841193		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	99.34700000000001	100.0	0.01302055653578793	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0166_000000020628	1225	0.7381915394996407	3	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.29285833106635834		0	0	False	False	0.9991836547851562	0					non-mobilizable	other	1225.0	99.67299999999999	100.0	0.01300992751004443	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0077_000000024700	1222	0.7381915394996407	2	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.1408912943344081		0	0	False	False	0.9549918174743652	0					non-mobilizable	other	1227.0	91.85	100.0	0.012679548474164897	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
CHI0108_000000006959	1194	0.7381915394996407	2	1	0	0	1	False	82861	fragment	False	CHI0119_000000008893	0.14901098901098903		0	0	False	False	0.9907872676849365	0					non-mobilizable	other	1193.0	99.413	99.0	0.00035670669941266085	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0136_000000023988	1178	0.7381915394996407	2	1	0	0	1	False	40508	fragment	False	FIJ0136_000000023988	1.0		0	0	False	False	0.9668930172920227	0					non-mobilizable	other	1178.0	100.0	100.0	0.03556428463514126	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0108_000000021324	1153	0.7381915394996407	2	1	0	0	1	False	42185	fragment	False	FIJ0108_000000021324	1.0		0	0	False	False	0.9991326928138733	0					non-mobilizable	chromosome	1159.0	94.564	100.0	0.00032429925580223774	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0044_000000022475	1107	0.7381915394996407	1	1	0	0	1	False	17926	fragment	False	MAD0044_000000022475	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	78.652	8.0	0.00045034902049088043	CP041262.3	firmicutes	Enterococcus faecium strain VVEswe-R plasmid pVVEswe-R1, complete sequence	True	False
ISR0838_000000007558	2976	0.7381914929111507	3	3	1	3	2	False	90973	fragment	False	ISR0838_000000007558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	74.503	66.0	0.0002483498029281111	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
AST0031_000000018482	1379	0.7381901833385691	2	1	1	1	1	False	117212	fragment	False	AST0050_000000009016	0.9555997349237906		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	99.927	100.0	0.0007401471270689744	CP011217.1	firmicutes	Streptococcus thermophilus strain SMQ-301, complete genome	False	False
MON0105_000000013708	3873	0.7381837745823355	6	4	2	3	2	True	124842	maximal	True	MON0105_000000013708	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	86.885	2.0	1.5355455767841888e-05	NZ_CP029176.1	a-proteobacteria	Acidibrevibacterium fodinaquatile strain G45-3 chromosome, complete genome	True	True
ISR0228_000000005377	4438	0.7381780374773169	4	4	4	4	3	False	127032	fragment	False	ISR0228_000000005377	0.9964812712826334		0	0	False	False	0.9979720711708069	0					non-mobilizable	no_good_hit	2338.0	93.285	54.0	0.12160535817068704	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0029_000000010479	4405	0.7381780374773169	4	4	4	4	3	False	127032	fragment	False	ISR0228_000000005377	0.9927895448400181		0	0	False	False	0.9990919232368469	0					non-mobilizable	no_good_hit	2284.0	93.301	53.0	0.11877976034744388	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0109_000000009211	3394	0.7381695203908911	5	4	3	3	2	False	127938	fragment	False	ISR0109_000000009211	1.0		0	0	False	False	0.9952858090400696	0					non-mobilizable	other	3397.0	97.851	100.0	0.02168579241955683	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
ISR0321_000000005974	1876	0.7381668017288816	3	3	3	2	1	False	130049	fragment	False	ENG0005_000000004373	0.3599441876131406		0	0	False	False	1.0	0					non-mobilizable	chromosome	1878.0	91.96	99.0	0.000629094457405189	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0275_000000002617	5122	0.7381644112663622	5	5	5	5	5	False	128757	fragment	False	SPA0089_000000004103	0.03489107778795855		0	0	False	False	1.0	0					non-mobilizable	chromosome	4750.0	97.64200000000001	93.0	0.00135080937630665	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0024_000000016495	1575	0.7381577334865896	2	1	1	1	1	False	66229	fragment	False	ENG0024_000000016495	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1575.0	100.0	100.0	0.0004766621776435748	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0002_000000004074	5169	0.7381515876348602	4	2	2	1	1	False	68698	maximal	True	ISR0002_000000004074	1.0		4	2	False	False	0.9969046115875244	0					non-mobilizable	no_good_hit	3834.0	100.0	74.0	0.0005897436607556904	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CAN0011_000000023296	1300	0.7381514618346054	1	1	1	1	1	False	94380	fragment	False	CAN0011_000000023296	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	100.0	100.0	0.037030702129479176	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	False	False
CHI0186_000000007101	2721	0.7381504346922807	3	2	2	2	1	False	77156	fragment	False	CHI0186_000000007101	1.0		0	0	False	False	0.9926497340202332	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000006270	5125	0.7381459989508634	6	6	5	6	6	False	115025	fragment	False	ISR0066_000000006270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	81.122	39.0	0.00022176689714097572	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0785_000000020090	1851	0.7381454334633579	3	2	1	2	1	False	43423	fragment	False	ISR0785_000000020090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	73.795	18.0	0.09121153313002495	NZ_MLHQ01000054.1	g-proteobacteria	Rodentibacter myodis strain Ac151 contig_54, whole genome shotgun sequence	True	False
ISR0804_000000003904	4558	0.7381412512068873	5	5	5	4	5	False	104795	fragment	False	ISR0804_000000003904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	3.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0015_000000003838	2499	0.7381360290985697	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.3795706716900906		0	0	False	False	1.0	0					non-mobilizable	other	1806.0	96.456	98.0	0.00034900911045479836	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0083_000000020302	1499	0.7381332698467044	2	2	2	1	1	False	72680	fragment	False	ISR0387_000000015505	0.982258064516129		0	0	False	False	0.9986657500267029	0					non-mobilizable	other	1512.0	99.074	100.0	0.006510377395073484	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	False	False
ISR0050_000000004671	4894	0.7381266597494628	7	3	3	3	2	True	105862	fragment	False	ISR0050_000000004671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2951.0	96.069	78.0	0.06742857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ENG0112_000000012624	2207	0.7381192338212463	3	3	3	2	2	False	128196	maximal	True	ENG0112_000000012624	1.0		11	4	False	False	0.9995468854904175	0					non-mobilizable	chromosome	2208.0	98.777	100.0	0.0006277608535499634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0109_000000005137	2739	0.738102635808631	3	3	2	2	3	False	97784	maximal	True	MAD0109_000000005137	1.0		31	8	False	False	0.9989047050476074	0					non-mobilizable	chromosome	2739.0	99.525	100.0	0.0005412432067849521	CP035360.1	enterobacteria	Escherichia coli strain BR10-DEC chromosome	False	False
SPA0133_000000014195	1390	0.7380982668280518	2	2	2	2	1	False	3684	maximal	True	SPA0133_000000014195	1.0		29	7	False	False	0.9928057789802551	0					non-mobilizable	no_good_hit	1063.0	100.0	76.0	0.00891365837690842	NZ_CZAF01000013.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0174_000000006562	4034	0.7380939204372678	6	6	6	5	4	False	120077	fragment	False	ISR0155_000000005779	0.6131757351659779		0	0	False	False	1.0	0					non-mobilizable	chromosome	4038.0	97.177	99.0	0.0008964526152827846	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0092_000000011244	4478	0.7380932732637681	5	4	3	4	3	True	9472	maximal	True	MON0092_000000011244	1.0		10	5	False	False	0.9977668523788452	0					non-mobilizable	no_good_hit								True	True
MON0076_000000000771	23157	0.7380908955535809	33	15	5	12	10	True	100650	maximal	True	MON0076_000000000771	1.0		1	1	False	False	0.9999136328697205	0					non-mobilizable	no_good_hit	99.0	98.99	1.0	2.6142193794216654e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0003_000000009839	2325	0.7380904250411459	5	5	3	3	3	True	130603	fragment	False	ISR0183_000000010028	0.2752749400281949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1628.0	95.27	85.0	0.31985003946329915	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ENG0079_000000000790	25827	0.7380867997502671	22	11	7	11	7	True	92845	fragment	False	ENG0079_000000000790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1625.0	82.646	6.0	0.037711526742605354	NZ_LR130823.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0164_000000003255	6774	0.7380717576732437	6	3	2	3	1	False	30950	maximal	True	ISR0164_000000003255	1.0		1	1	False	False	0.9995571374893188	0					non-mobilizable	no_good_hit	165.0	75.758	2.0	0.01178245563618076	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0154_000000012163	2575	0.7380717367536831	3	3	3	3	2	False	92609	fragment	False	CHI0154_000000012163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	89.637	83.0	0.0001735535740496788	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0124_000000000352	36663	0.7380711060710987	46	14	6	10	9	False	102561	maximal	True	ISR0124_000000000352	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	10303.0	97.68	97.0	0.20374327318771762	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0113_000000003873	8464	0.7380682959779051	10	6	6	5	4	True	87750	maximal	True	SPA0113_000000003873	1.0		4	2	False	False	0.9982277750968933	0					non-mobilizable	other	7591.0	91.95100000000001	90.0	0.002391865888900038	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0136_000000024138	1746	0.7380632408859161	1	1	1	1	1	False	105248	maximal	False	CHI0187_000000008343	0.9460288312116575		0	0	False	False	0.9971362948417664	0					non-mobilizable	no_good_hit	1322.0	78.744	75.0	0.0003640635153373211	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0388_000000010152	3286	0.7380618228861373	5	3	2	3	3	False	118629	maximal	False	SPA0115_000000007469	0.948583114227286		0	0	False	False	0.9902617335319519	0					non-mobilizable	no_good_hit	1990.0	92.814	88.0	0.00036639031554738544	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
FIJ0163_000000018655	1328	0.7380609732283308	2	2	2	1	2	False	43078	fragment	False	FIJ0104_000000019484	0.9361996941963143		0	0	False	False	1.0	0					non-mobilizable	chromosome	1328.0	99.398	100.0	0.00023620942787121727	CP050958.1	enterobacteria	Klebsiella variicola strain FDAARGOS_628 chromosome	False	False
ISR0388_000000018584	1882	0.7380543882264858	4	2	2	1	1	False	115330	maximal	True	ISR0388_000000018584	1.0		19	5	False	False	0.9989373087882996	0					non-mobilizable	no_good_hit	1569.0	99.10799999999999	83.0	0.019499334684690287	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0030_000000012853	2383	0.7380519269101807	3	3	3	2	3	False	109849	maximal	True	SPA0030_000000012853	1.0	PS691	0	0	False	True	0.9966428875923157	0					non-mobilizable	no_good_hit	191.0	90.57600000000001	8.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0187_000000010336	2763	0.7380513200712956	5	2	1	2	1	True	109296	fragment	False	ENG0187_000000010336	1.0		0	0	False	False	0.9811798930168152	0					non-mobilizable	other	2702.0	99.926	98.0	0.0007233066764071609	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0017_000000015066	1916	0.7380499306347608	3	3	3	2	2	False	50140	maximal	True	FIJ0017_000000015066	1.0		1	1	False	False	0.9994781017303467	0					non-mobilizable	no_good_hit	846.0	86.40700000000001	53.0	0.0003475799948769015	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0124_000000018594	1540	0.7380398370054667	2	2	2	2	1	False	41233	maximal	True	FIJ0124_000000018594	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.0006107152771351902	NZ_MBEW02000011.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_11_length_54035_cov_209.225, whole genome shotgun sequence	True	False
ISR0228_000000023196	1185	0.7380375754311944	2	2	2	2	2	False	41595	maximal	False	FIJ0117_000000017267	0.9639865996649917		0	0	False	False	0.9932489395141602	0					non-mobilizable	chromosome	1185.0	96.79299999999999	100.0	0.0005706084594631846	CP020438.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 chromosome, complete genome	False	False
MAD0106_000000001265	9536	0.738031820481931	16	8	5	7	5	True	99746	fragment	False	MAD0106_000000001265	1.0		0	0	False	False	0.9996854066848755	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	5.905159448531922e-05	NZ_QFZL01000004.1	a-proteobacteria	Sphingosinithalassobacter portus strain FM6 Scaffold4_1, whole genome shotgun sequence	True	True
ISR0206_000000001405	13893	0.7380304461291118	18	15	8	13	9	False	82789	maximal	True	ISR0206_000000001405	1.0		1	1	False	False	0.9999279975891113	0					non-mobilizable	no_good_hit	3345.0	81.226	24.0	0.14284489043269438	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0011_000000013512	3462	0.7380282769451225	5	5	5	4	3	False	13697	maximal	True	MON0011_000000013512	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	79.518	5.0	1.6169641963454825e-05	NC_017030.1	d-proteobacteria	Corallococcus coralloides DSM 2259, complete sequence	True	False
ISR0269_000000013103	1480	0.7380180331873273	2	2	2	2	1	True	26456	maximal	True	ISR0269_000000013103	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	99.115	15.0	0.0011058195597363726	NZ_QIBZ01000002.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_002, whole genome shotgun sequence	True	True
FIJ0157_000000012014	1569	0.7380175948276902	3	2	2	1	1	False	125944	fragment	False	FIJ0078_000000014715	0.8179490102838234		0	0	False	False	0.9968132376670837	0					non-mobilizable	other	1569.0	98.215	100.0	0.004258638385220664	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0026_000000014233	1957	0.7380075812391557	2	1	1	1	1	False	119322	fragment	False	AST0026_000000014233	1.0		0	0	False	False	0.9867143630981445	0					non-mobilizable	no_good_hit								True	False
USA0075_01_000000014980	1648	0.738005398365078	2	2	2	1	1	False	113521	fragment	False	AST0087_000000017412	0.2554058306521283		0	0	False	False	0.9842233061790466	0					non-mobilizable	no_good_hit	343.0	78.134	21.0	0.00011969588745470236	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0033_000000010980	1197	0.7380040799520452	2	2	2	2	2	False	117001	maximal	True	AST0033_000000010980	1.0		27	4	False	False	0.9908103346824646	0					non-mobilizable	no_good_hit	92.0	79.348	8.0	5.489130904053692e-05	NZ_NNRI01000007.1	a-proteobacteria	Mesorhizobium sophorae strain ICMP 19535 contig7, whole genome shotgun sequence	True	False
FIJ0005_000000020988	1692	0.7380037731403707	2	2	2	2	2	False	114462	fragment	False	FIJ0005_000000020988	1.0		0	0	False	False	0.9988179802894592	0					non-mobilizable	no_good_hit								True	False
ISR0782_000000000550	18750	0.7379961502771214	20	14	10	12	8	False	109731	maximal	True	ISR0782_000000000550	1.0		3	2	False	False	0.9997333288192749	0					non-mobilizable	no_good_hit	930.0	72.473	5.0	0.36909527622097676	NZ_JAAITU010000097.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_97_length_2498_cov_195.029, whole genome shotgun sequence	True	False
USA0019_01_000000020644	1472	0.7379958188695289	1	1	1	1	1	False	52721	fragment	False	MON0066_000000024692	0.686767681930431		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	96.46700000000001	100.0	0.00036065669430066806	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0047_000000004551	3369	0.7379956094244154	3	3	2	2	3	False	87000	maximal	True	CHI0047_000000004551	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1377.0	80.755	41.0	0.0006188506505594221	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	True	False
AUS0012_000000005039	3174	0.7379954174396962	7	4	3	4	1	False	101220	maximal	True	AUS0012_000000005039	1.0		0	0	False	False	0.9965343475341797	0					non-mobilizable	no_good_hit	403.0	81.88600000000001	13.0	0.00839343709139989	NZ_CYZX01000027.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	True	False
MAD0036_000000016390	1847	0.7379927316574038	2	2	1	2	2	False	18725	maximal	True	MAD0036_000000016390	1.0		5	4	False	False	0.9815917611122131	0					non-mobilizable	no_good_hit	568.0	74.648	30.0	0.0005462817721380688	NZ_LT964681.1	actinobacteria	Raoultibacter timonensis strain Marseille-P3277, whole genome shotgun sequence	True	False
MON0001_000000009561	3510	0.7379907844298771	3	3	3	3	3	False	109673	fragment	False	MAD0066_000000005351	0.9467802022352315		0	0	False	False	1.0	0					non-mobilizable	chromosome	3510.0	100.0	100.0	0.0006843629787907936	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
ISR0010_000000006739	2805	0.7379871600641499	2	2	2	2	1	False	76681	maximal	False	ENG0041_000000007667	0.40685049823363384		0	0	True	True	1.0	4					non-mobilizable	other	2803.0	99.679	99.0	0.016497237699221373	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	True
ENG0141_000000020501	1283	0.7379850571895279	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9144678856141211		0	0	False	False	0.9766172766685486	0					non-mobilizable	no_good_hit	67.0	100.0	5.0	2.2215213584131873e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0007_01_000000010586	1539	0.7379837917673261	3	3	2	2	1	False	99079	fragment	False	USA0007_01_000000010586	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	100.0	92.0	0.0074428045840910055	NZ_JAATLI010000013.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_13, whole genome shotgun sequence	False	False
TAN0021_000000001119	8639	0.7379800111848706	9	7	7	7	6	False	93635	maximal	True	TAN0021_000000001119	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	92.199	17.0	0.0004241524097467542	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0178_000000000036	98684	0.7379766047833475	91	14	5	11	5	True	127415	maximal	False	SPA0046_000000000019	0.9268395538446186		0	0	True	True	0.9999594688415527	25					non-mobilizable	virus	34327.0	97.509	98.0	0.3470229609633292	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0812_000000000096	98099	0.7379766047833475	93	14	5	11	5	True	127415	maximal	False	SPA0046_000000000019	0.9231124582796082		0	0	True	True	1.0	21					non-mobilizable	virus	33267.0	97.845	97.0	0.34269819193324064	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
DEN0051_000000017832	2519	0.7379759928916231	3	3	3	3	3	False	72566	maximal	True	DEN0051_000000017832	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2019.0	96.087	80.0	0.030380739757436794	NZ_QIBZ01000012.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_012, whole genome shotgun sequence	True	False
MON0008_000000026257	1411	0.7379714502529771	1	1	1	1	1	False	32444	fragment	False	MON0008_000000026257	0.9695323334293275		0	0	False	False	0.9936215281486511	0					non-mobilizable	other	1411.0	99.71700000000001	100.0	0.028464147286821704	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0111_000000028421	1198	0.7379690883936706	2	1	1	1	1	False	13756	fragment	False	USA0017_01_000000021791	0.9460112812248187		0	0	False	False	0.9983305335044861	0					non-mobilizable	chromosome	1197.0	98.329	99.0	0.0004025665976760867	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0003_000000019748	1349	0.7379667548135199	1	1	1	1	1	False	20082	fragment	False	MAD0003_000000019748	0.9609313338595107		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	97.037	100.0	0.013410533436797389	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0283_000000005606	2425	0.7379664969155652	2	2	2	2	2	False	26116	backbone	False	MON0037_000000028446	0.9787018444599236	PS71	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1120.0	86.964	46.0	0.0005821076499872861	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
ISR0325_000000015315	1385	0.7379659907723606	2	2	1	2	1	False	24860	fragment	False	ISR0325_000000015315	1.0		0	0	False	False	0.9992779493331909	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000015575	1474	0.7379559793875813	2	2	2	2	2	False	96873	maximal	True	CAN0013_000000015575	1.0		76	8	False	False	0.9959294199943542	0					non-mobilizable	chromosome	1474.0	99.796	100.0	0.00036959977839068277	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0251_000000013512	1308	0.7379549341559827	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.20611685525917994	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1321.0	82.286	100.0	0.00037091080789721447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0087_000000008394	3665	0.7379545207048472	4	3	3	3	3	False	118759	maximal	False	ISR0048_000000004456	0.7364156864574475		0	0	False	False	1.0	0					non-mobilizable	other	2799.0	98.821	100.0	0.012698095739466661	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0146_000000010164	2299	0.7379520104918231	3	2	2	2	2	False	57428	maximal	False	ENG0190_000000012204	0.9541633306645316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	3.0	0.0012506332320162108	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
USA0041_01_000000003009	7985	0.7379488855131173	7	6	5	3	4	False	89500	fragment	False	USA0041_01_000000003009	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6028.0	98.93799999999999	100.0	0.0012168027004700623	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
AUS0010_000000020303	1234	0.7379415453234043	2	2	2	2	2	False	101418	fragment	False	MON0101_000000050129	0.9608575210686707		0	0	False	False	0.9975689053535461	0					non-mobilizable	other	1234.0	99.595	100.0	0.006441232244819066	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
AST0153_000000020769	1627	0.7379364189539834	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5185607207326335		0	0	False	False	0.9981561303138733	0					non-mobilizable	other	1627.0	98.648	100.0	0.016929211740085583	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0129_000000018429	1467	0.7379293034825828	1	1	1	1	1	False	64834	maximal	False	MAD0049_000000011681	0.7448636739979337		0	0	False	False	0.9890933632850647	0					non-mobilizable	other	1462.0	99.521	99.0	0.11253177231764615	NZ_CBYM010000053.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
USA0009_01_000000012373	2014	0.7379197942450169	2	2	2	1	1	True	61792	maximal	True	USA0009_01_000000012373	1.0		0	0	False	False	0.9856007695198059	0					non-mobilizable	no_good_hit	1386.0	93.506	69.0	0.00037089216839093585	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
FIJ0047_000000010832	2812	0.7379059766438459	3	2	2	2	1	True	124802	fragment	False	FIJ0047_000000010832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	87.719	2.0	2.8022222131645343e-05	NZ_FSQW01000001.1	a-proteobacteria	Parasphingorhabdus marina DSM 22363, whole genome shotgun sequence	True	True
AST0052_000000009444	2369	0.7378795776091192	4	2	0	2	0	False	114570	maximal	True	AST0052_000000009444	0.9844134536505332		3	2	True	True	1.0	35					non-mobilizable	no_good_hit								True	True
ENG0004_000000000064	95516	0.7378716253169781	90	11	4	10	2	True	127415	maximal	False	SPA0046_000000000019	0.8564143809308783		0	0	False	True	1.0	0					non-mobilizable	virus	30095.0	97.33200000000001	96.0	0.30545003961079853	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
ENG0079_000000012261	2693	0.7378622065816451	2	1	1	1	1	False	61837	maximal	True	ENG0079_000000012261	1.0		4	3	False	False	0.9948013424873352	0					non-mobilizable	no_good_hit	1240.0	73.62899999999999	48.0	0.0002514649535419014	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	False
SPA0071_000000014342	1444	0.7378622065816451	1	1	1	1	1	False	5887	maximal	True	SPA0071_000000014342	1.0		43	9	False	False	1.0	0					non-mobilizable	chromosome	1444.0	99.931	100.0	0.00044432757195766477	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
AST0055_000000008969	3715	0.7378549325179148	5	4	4	3	3	False	113890	fragment	False	DEN0083_000000006854	0.875883970304666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	99.351	6.0	2.3991050867613616e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
FIJ0015_000000005796	4942	0.7378442814798455	4	3	3	1	1	False	50386	maximal	True	FIJ0015_000000005796	1.0		2	1	False	False	0.999190628528595	0					non-mobilizable	no_good_hit	385.0	88.571	8.0	0.00012013549276097397	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
MON0029_000000023036	1393	0.7378438573986674	1	1	1	1	1	False	13266	fragment	False	MON0029_000000023036	0.9601737871107893		0	0	False	False	0.969131350517273	0					non-mobilizable	chromosome	1393.0	93.68299999999999	100.0	0.0006035513272275791	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0106_000000020236	1910	0.737830532667602	2	2	1	1	0	False	14019	fragment	False	SPA0106_000000020236	1.0		0	0	False	False	0.990052342414856	0					non-mobilizable	no_good_hit								True	False
MON0013_000000031887	1728	0.7378298905031657	2	2	2	2	1	False	74315	maximal	True	MON0013_000000031887	0.99533527696793		94	13	False	False	0.9866898059844971	0					non-mobilizable	no_good_hit	1423.0	79.12899999999999	82.0	0.014670871272241249	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	False
MAD0110_000000015802	1715	0.7378298905031657	2	2	2	2	1	False	74315	maximal	False	MON0013_000000031887	0.9916087962962963		0	0	False	False	0.991253674030304	0					non-mobilizable	no_good_hit	1424.0	78.792	82.0	0.014670871272241249	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	False
ENG0184_000000019925	1142	0.7378202764102267	2	2	2	2	2	False	55082	maximal	True	ENG0184_000000019925	1.0		7	5	False	False	0.9973730444908142	0					non-mobilizable	chromosome	1138.0	95.431	99.0	0.0003073546147795129	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	False	False
AST0024_000000005085	5891	0.7378199897832068	6	5	5	5	5	False	121789	maximal	True	AST0024_000000005085	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	5008.0	78.75399999999999	84.0	0.01797672959851487	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
DEN0083_000000003161	7828	0.7378180044082019	4	3	3	2	1	False	69147	maximal	True	DEN0083_000000003161	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2682.0	80.611	66.0	0.000624855569736397	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
ISR0250_000000001870	4827	0.7378180044082019	3	3	3	2	1	False	27033	maximal	True	ISR0250_000000001870	1.0		1	1	False	False	0.9962709546089172	0					non-mobilizable	no_good_hit	2637.0	77.171	54.0	0.0008354652599316053	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0837_000000007134	1819	0.7378177191513839	4	3	2	3	1	False	120371	fragment	False	MAD0064_000000011408	0.7375327535983184		0	0	False	False	0.9967014789581299	0					non-mobilizable	other	1854.0	89.105	99.0	0.010485714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0048_000000015341	1713	0.7378177191513839	3	3	2	3	1	False	120371	fragment	False	MAD0064_000000011408	0.9201326995083011		0	0	False	False	0.9982486963272095	0					non-mobilizable	other	1747.0	90.61200000000001	99.0	0.009937142857142858	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0817_000000008577	1488	0.7378177191513839	3	3	2	3	1	False	83381	fragment	False	ISR0817_000000008577	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	95.646	100.0	0.008651428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0094_000000000483	24295	0.7378138856965831	18	14	12	14	10	True	122954	maximal	False	DEN0021_000000000794	0.9469934809465664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	75.899	10.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0105_000000010076	1893	0.7378137882029937	3	2	2	2	1	False	32940	maximal	True	ISR0105_000000010076	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	80.46	27.0	0.00030968569331036395	CP027242.1	firmicutes	Peptostreptococcaceae bacterium oral taxon 929 strain W2294 chromosome, complete genome	True	False
SPA0098_000000014109	2543	0.7378084244592301	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.03085427668061709		0	0	False	False	0.99252849817276	0					non-mobilizable	other	2571.0	91.59899999999999	100.0	0.0004200191526109496	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0058_000000000853	18935	0.7378062891785055	19	12	10	11	10	False	86080	maximal	True	ISR0058_000000000853	1.0	PS434	16	1	False	True	0.999630331993103	0					non-mobilizable	no_good_hit	3752.0	96.615	56.0	0.0012625646386981615	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
DEN0031_000000013286	2558	0.7378021439410067	3	2	2	2	2	False	80212	fragment	False	DEN0087_000000004748	0.9797957694228782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	73.691	31.0	0.00028829660462820146	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0011_000000026845	1679	0.7377914081059119	3	1	1	1	1	False	50944	maximal	True	FIJ0011_000000026845	1.0		3	1	False	False	0.9904705286026001	0					non-mobilizable	no_good_hit	56.0	96.429	3.0	0.0012369835593639656	NZ_CACWQI010000011.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	False
CHI0165_000000012368	1373	0.7377875608809732	2	2	2	1	2	False	78285	maximal	True	CHI0165_000000012368	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1375.0	84.945	100.0	0.0776869821813642	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
AUS0006_000000008337	2847	0.7377770258294079	4	4	4	4	3	False	102129	fragment	False	MON0062_000000013938	0.9793803385492913		0	0	False	False	0.9982437491416931	0					non-mobilizable	no_good_hit	938.0	92.64399999999999	40.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0798_000000008485	1440	0.7377742231337434	3	2	2	2	2	False	105406	fragment	False	ISR0798_000000008485	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	85.223	100.0	0.003159221286615152	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	False
ISR0253_000000003723	3121	0.7377740168778225	2	2	2	2	1	False	118075	fragment	False	ISR0289_000000002315	0.973286977147899		0	0	False	False	0.9987183809280396	0					non-mobilizable	no_good_hit	132.0	79.545	4.0	6.0837042833021974e-05	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	False
CHI0008_000000006989	1435	0.7377686799989625	3	3	3	3	3	False	90510	fragment	False	CHI0008_000000006989	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	72.053	99.0	0.0019889907129218747	NZ_QGDS01000001.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_101, whole genome shotgun sequence	False	False
SPA0046_000000009706	2993	0.7377650655733319	3	3	3	3	3	False	90196	fragment	False	SPA0046_000000009706	0.966135473655021		0	0	False	False	0.9919812679290771	0					non-mobilizable	chromosome	2993.0	100.0	100.0	0.0006237567081990235	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
MON0059_000000004767	6533	0.7377578272914029	5	5	5	5	5	False	125464	fragment	False	MON0026_000000003703	0.7787913398578472		0	0	False	False	1.0	0					non-mobilizable	chromosome	2055.0	87.786	91.0	0.0005704520916716511	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0028_000000011621	2490	0.737756619015055	3	3	2	2	2	False	95913	fragment	False	SPA0101_000000016176	0.7137660026703161		0	0	False	False	0.9931727051734924	0					non-mobilizable	no_good_hit	849.0	75.501	34.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ITA0006_000000018316	1193	0.7377508451873012	2	2	2	2	2	False	20343	fragment	False	ITA0006_000000018316	1.0		0	0	False	False	0.9949706792831421	0					non-mobilizable	other	1196.0	83.779	100.0	0.005242701294112451	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	False	False
SPA0043_000000014711	1156	0.7377500880680489	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.6889966189626097		0	0	False	False	0.9982699155807495	0					non-mobilizable	chromosome	1162.0	94.148	100.0	0.0004079202875767453	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0038_000000007783	3763	0.7377483548200374	5	5	5	5	5	False	128579	fragment	False	AST0005_000000007624	0.9640460657819775		0	0	False	False	1.0	0					non-mobilizable	other	3763.0	98.85700000000001	100.0	0.11926576419490854	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0019_01_000000002744	9640	0.7377445054811236	9	7	7	7	3	False	111879	maximal	True	USA0019_01_000000002744	1.0		133	11	False	False	0.9975103735923767	0					non-mobilizable	other	7585.0	99.97399999999999	99.0	0.01210163844440331	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0062_000000005125	6135	0.7377409183045471	6	5	2	3	5	False	118698	maximal	True	SPA0062_000000005125	0.9939022745196603		26	8	False	False	1.0	0					non-mobilizable	other	6072.0	98.814	99.0	0.0011744343812132311	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
AST0149_000000004564	5926	0.7377409183045471	6	5	2	3	5	False	118698	maximal	False	SPA0062_000000005125	0.9730383319890173		0	0	False	False	1.0	0					non-mobilizable	other	5858.0	99.539	99.0	0.0011333959620905667	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0129_000000002091	5817	0.7377409183045471	7	5	2	3	5	False	118698	maximal	False	SPA0062_000000005125	0.9589579366199242		0	0	False	False	1.0	0					non-mobilizable	other	5817.0	99.98299999999999	100.0	0.0011256528641428942	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0143_000000009523	2029	0.7377398655458511	2	2	2	2	2	True	80453	fragment	False	CHI0143_000000009523	1.0		0	0	False	False	0.9995071291923523	0					non-mobilizable	other	2031.0	99.40899999999999	100.0	0.0009313671036915922	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	True
DEN0064_000000004936	6388	0.7377384693683186	3	3	1	2	0	True	90888	fragment	False	DEN0064_000000004936	1.0		0	0	False	False	0.9953036904335022	0					non-mobilizable	plasmid	5094.0	98.508	98.0	0.043205894336547604	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ISR0096_000000009461	2500	0.737725126763083	5	2	2	2	1	False	75975	fragment	False	ISR0096_000000009461	1.0		0	0	False	False	0.9980000257492065	0					non-mobilizable	no_good_hit	271.0	75.646	11.0	0.1962686567164179	NZ_FMKA01000102.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ENG0098_000000003815	6550	0.7377190421072483	9	6	2	3	5	False	92086	fragment	False	ENG0098_000000003815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4613.0	82.419	86.0	0.0009075228796756788	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0151_000000002535	6515	0.7377190421072483	9	6	2	3	5	False	92086	fragment	False	ENG0098_000000003815	0.9973282442748092		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4613.0	82.419	86.0	0.0009075228796756788	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0264_000000006086	1792	0.7377190223867888	3	3	2	3	2	False	120371	fragment	False	MAD0064_000000011408	0.9165498865378728		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	93.49600000000001	96.0	0.009788571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0019_000000035282	1905	0.7377159576402557	2	2	2	2	2	False	125903	fragment	False	MON0019_000000035282	0.97062918920488		0	0	False	False	0.9889763593673706	0					non-mobilizable	other	1907.0	92.18700000000001	100.0	0.0055103464310625435	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
AUS0002_000000024302	1540	0.737711752051876	3	2	1	1	2	False	102839	fragment	False	AUS0002_000000024302	1.0		0	0	False	False	0.9967532753944397	0					non-mobilizable	no_good_hit	491.0	84.929	32.0	0.00016953863257365202	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MON0012_000000031775	1716	0.7377088775026355	2	1	1	1	1	False	68133	maximal	True	MON0012_000000031775	0.9914705882352941		61	8	False	False	0.9632866978645325	0					non-mobilizable	other	1684.0	99.34700000000001	98.0	0.0015061103514436465	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
MON0039_000000028504	1700	0.7377088775026355	2	1	1	1	1	False	68133	maximal	False	MON0012_000000031775	0.9868881118881119		0	0	False	False	0.994705855846405	0					non-mobilizable	other	1700.0	99.235	100.0	0.0015204286910889813	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
DEN0096_000000036186	1262	0.7377088775026355	2	1	1	1	1	False	68132	fragment	False	DEN0096_000000036186	1.0		0	0	False	False	0.9849445223808289	0					non-mobilizable	other	1262.0	99.445	100.0	0.0011284641432979432	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0076_000000017749	1477	0.7377084637512669	1	1	1	1	1	False	34555	fragment	False	ISR0076_000000017749	0.968211872801082		0	0	False	False	0.9972918033599854	0					non-mobilizable	other	1477.0	99.79700000000001	100.0	0.0005360284865003259	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0034_000000020021	1461	0.7377084637512669	1	1	1	1	1	False	12231	fragment	False	MON0034_000000020021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	73.305	79.0	0.0003931473432652025	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0021_000000033220	1441	0.7377084637512669	1	1	1	1	1	False	66733	fragment	False	FIJ0120_000000015152	0.38359580052493436		0	0	False	False	0.9979181289672852	0					non-mobilizable	no_good_hit	1163.0	75.408	79.0	0.00040370802277621507	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0051_000000006591	4781	0.7377070425346444	6	5	3	4	5	False	97562	fragment	False	MON0078_000000007260	0.6359905397885365		0	0	False	False	0.9997908473014832	0					non-mobilizable	no_good_hit	432.0	75.23100000000001	10.0	0.00011337175880144977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0018_000000009912	2140	0.7377069373369209	3	3	3	3	3	False	68024	fragment	False	ISR0018_000000009912	0.9724727100142383		0	0	False	False	0.9873831868171692	0					non-mobilizable	other	2128.0	93.421	99.0	0.0011466899781994	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
ENG0047_000000008986	2112	0.7377069373369209	3	3	3	3	3	False	68024	fragment	False	ISR0018_000000009912	0.9681113392977273		0	0	False	False	1.0	0					non-mobilizable	other	2116.0	93.478	99.0	0.0011407541712534265	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
DEN0070_000000004247	7275	0.7377045888064824	9	8	4	6	5	False	70651	maximal	True	DEN0070_000000004247	1.0		2	1	False	False	0.999862551689148	0					non-mobilizable	no_good_hit	2625.0	97.448	36.0	0.0009408147843553481	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
ISR0045_000000022504	1178	0.7377012307697998	2	2	2	2	2	False	36212	fragment	False	ISR0045_000000022504	1.0		0	0	False	False	0.9957554936408997	0					non-mobilizable	other	1178.0	96.944	99.0	0.0003341183363688803	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0007_000000004438	5073	0.7376901879539485	6	6	5	6	6	False	104494	fragment	False	ISR0809_000000001465	0.6465534075375903		0	0	False	False	1.0	0					non-mobilizable	other	5018.0	99.98	99.0	0.03548818357371738	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MAD0045_000000024848	1686	0.737680634444045	3	3	3	3	2	False	119953	fragment	False	MAD0045_000000024848	0.9846841097638801		0	0	False	False	0.9928825497627258	0					non-mobilizable	other	1686.0	98.814	100.0	0.0036541781243765127	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MON0078_000000019727	2261	0.7376759002959137	2	2	2	2	2	False	94749	fragment	False	FIJ0140_000000012476	0.6382513661202186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
ENG0004_000000017281	1546	0.7376741577750827	3	2	2	1	1	True	113498	fragment	False	ENG0004_000000017281	0.39316558656385336		0	0	False	True	1.0	0					non-mobilizable	chromosome	1448.0	92.818	100.0	0.0004860419456891883	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0067_000000005787	4899	0.737664296040704	6	6	6	5	4	False	127825	maximal	True	ENG0067_000000005787	1.0		54	10	False	False	0.9997958540916443	0					non-mobilizable	chromosome	1368.0	93.348	95.0	0.00048202345400504676	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0145_000000012136	1365	0.7376606443743859	1	1	1	1	1	False	127889	fragment	False	ISR0068_000000014413	0.7045456436991687		0	0	False	False	0.9699633717536926	0					non-mobilizable	other	1365.0	94.79899999999999	100.0	0.004360084133001745	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0063_000000023041	2103	0.7376600265353737	3	3	3	3	2	False	71527	maximal	True	DEN0063_000000023041	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000002288	10981	0.7376566585390038	15	14	7	8	12	True	123728	maximal	True	AUS0018_000000002288	1.0		3	3	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	9351.0	99.369	91.0	0.24189080742447383	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0294_000000008298	2311	0.7376512153042842	3	2	2	2	1	False	68981	maximal	True	ISR0294_000000008298	1.0		20	9	False	False	1.0	0					non-mobilizable	other	2310.0	94.286	99.0	0.0013644902780806367	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MAD0026_000000009235	1522	0.7376485214385535	3	2	2	2	2	False	19084	maximal	True	MAD0026_000000009235	1.0		13	1	False	False	0.994086742401123	0					non-mobilizable	chromosome	923.0	84.94	97.0	0.0004553811116873189	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	False
ISR0243_000000000897	8669	0.7376475149200921	10	8	8	8	6	False	114948	fragment	False	ISR0243_000000000897	0.9786506895635776		0	0	False	False	0.9997692704200745	0					non-mobilizable	no_good_hit	681.0	76.79899999999999	8.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
MON0070_000000018793	1808	0.7376443982976166	3	3	3	3	2	False	73610	fragment	False	FIJ0006_000000016351	0.6957964570992711		0	0	False	False	0.9917035102844238	0					non-mobilizable	other	1789.0	99.721	99.0	0.0644417213292006	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ISR0821_000000021165	1518	0.7376405459352546	3	3	3	3	3	False	21221	fragment	False	ISR0821_000000021165	1.0		0	0	False	False	0.9973649382591248	0					non-mobilizable	no_good_hit	284.0	72.183	18.0	0.0015095115458696735	NZ_NEWD01000016.1	high GC Gram+	Bifidobacterium vansinderenii strain Tam10B Contig_16, whole genome shotgun sequence	True	False
SPA0121_000000006936	1681	0.7376394103744072	1	1	1	1	1	False	93976	fragment	False	SPA0121_000000006936	1.0		0	0	False	False	0.9928613901138306	0					non-mobilizable	other	1214.0	96.458	91.0	0.00032402853700579955	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0057_000000010655	2250	0.7376367964292021	1	1	1	1	1	False	63545	maximal	True	ENG0057_000000010655	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	81.003	60.0	0.00032720616008418644	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0023_000000012117	2460	0.7376332424629043	2	2	2	2	1	False	37538	fragment	False	ISR0023_000000012117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	90.435	33.0	0.0017734873828716905	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0353_000000015284	2431	0.7376332424629043	2	2	2	2	1	False	24030	maximal	True	ISR0353_000000015284	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	92.101	26.0	0.0013884390366543375	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0005_000000005108	5599	0.7376285543134784	9	6	3	3	4	False	76548	fragment	False	DEN0005_000000005108	0.9588469905728789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	78.223	40.0	0.006701030927835051	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
CHI0090_000000000219	31390	0.7376269716662657	47	8	4	7	2	False	114009	maximal	True	CHI0090_000000000219	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.0007585749998499e-06	LR606195.1	hawks & eagles	Aquila chrysaetos chrysaetos genome assembly, chromosome: 15	True	False
SPA0110_000000005532	3805	0.7376243611789647	5	2	1	1	2	False	101787	fragment	False	SPA0110_000000005532	1.0		0	0	False	False	0.9952693581581116	0					non-mobilizable	other	3768.0	100.0	99.0	0.03709721893957299	NZ_WBKJ01000017.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000017, whole genome shotgun sequence	False	False
USA0058_01_000000006240	3235	0.7376243611789647	4	2	1	1	2	False	101786	fragment	False	USA0058_01_000000006240	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3235.0	100.0	100.0	0.03184826282202789	NZ_WBKJ01000017.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000017, whole genome shotgun sequence	False	False
ISR0041_000000001111	9496	0.7376217890268975	17	15	5	8	15	True	36442	maximal	True	ISR0041_000000001111	1.0		1	1	False	False	0.9998946785926819	0			MPF_F		non-mobilizable	plasmid	9398.0	96.191	99.0	0.08531594455964203	CP050075.1	enterobacteria	Enterobacter kobei strain 070 plasmid p070_A-KPC-2, complete sequence	False	True
CHI0059_000000003450	4584	0.7376199379249001	6	5	3	4	4	False	122188	fragment	False	MAD0111_000000003353	0.8154686317900788		0	0	False	False	1.0	0					non-mobilizable	other	4510.0	96.741	100.0	0.0013490216450941907	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
TAN0009_000000004467	6187	0.737619774797392	5	4	3	4	1	False	50451	maximal	True	TAN0009_000000004467	1.0		2	1	False	False	0.9962825179100037	0					non-mobilizable	no_good_hit	1730.0	91.618	28.0	0.0005205687898988579	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0795_000000006448	1709	0.73760486381507	3	2	1	2	2	False	99507	fragment	False	ISR0795_000000006448	1.0		0	0	False	False	1.0	0					non-mobilizable	other	984.0	99.898	99.0	0.00029387575483168514	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0009_000000032583	1342	0.73760486381507	2	2	1	2	2	False	81906	fragment	False	CHI0119_000000010921	0.6457142857142857		0	0	False	False	0.9985097050666809	0					non-mobilizable	other	778.0	98.84299999999999	99.0	0.00023229039827489252	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0378_000000017088	1763	0.7375987840923142	2	2	2	2	2	False	115980	fragment	False	ISR0021_000000012496	0.9380384844241839		0	0	False	False	0.9982983469963074	0					non-mobilizable	no_good_hit	1048.0	90.744	59.0	0.0002368857599756734	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0053_000000015802	2407	0.7375961841187266	4	2	1	1	2	False	59284	fragment	False	MON0039_000000017706	0.9464958553127354		0	0	False	False	1.0	0					non-mobilizable	other	2407.0	100.0	100.0	0.0007485025282959466	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0099_000000018282	1887	0.7375961841187266	3	2	1	1	2	False	59282	fragment	False	MON0099_000000018282	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1887.0	100.0	100.0	0.0005867314082984851	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ETH0001_000000010243	2771	0.7375950456255891	5	4	2	3	2	True	53547	fragment	False	ETH0001_000000010243	1.0		0	0	False	False	0.9888126850128174	0					non-mobilizable	no_good_hit	2117.0	99.764	76.0	0.024255484995070957	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MON0081_000000025207	2186	0.7375911138511126	3	2	1	2	2	False	85585	fragment	False	MON0081_000000025207	0.9781595056981198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	71.778	46.0	0.00024270901022488073	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0812_000000018177	2183	0.7375911138511126	3	2	1	2	2	False	85585	fragment	False	MON0081_000000025207	0.9769846259475148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	71.84	46.0	0.00024270901022488073	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0062_01_000000014394	1276	0.7375821178449433	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.5835761981619566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	74.524	33.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0109_000000030143	1150	0.7375821178449433	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.43511392117582615		0	0	False	False	0.9878261089324951	0					non-mobilizable	no_good_hit	420.0	74.524	36.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0101_000000034330	1126	0.7375821178449433	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.1919637533588453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	75.0	37.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0025_000000011355	3043	0.7375765611651935	5	2	1	1	2	False	120473	fragment	False	AST0025_000000011355	1.0		0	0	False	False	0.9993427395820618	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.3040066729169056e-05	LR594041.1	firmicutes	Streptococcus gordonii strain NCTC9124 genome assembly, chromosome: 1	True	False
DEN0089_000000009801	1957	0.7375751355339749	3	3	2	3	1	True	68839	maximal	True	DEN0089_000000009801	1.0		1	1	False	False	0.9938681721687317	0					non-mobilizable	no_good_hit								True	True
FIJ0013_000000019269	1527	0.7375709591750056	3	2	2	1	1	False	86298	fragment	False	FIJ0013_000000019269	0.9867039426297308		0	0	False	False	0.9954158663749695	0					non-mobilizable	no_good_hit	1060.0	99.34	69.0	0.00029639365331346555	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0100_000000012308	1490	0.7375709591750056	3	2	2	1	1	False	86298	fragment	False	FIJ0013_000000019269	0.9832428816154181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	99.354	73.0	0.00030311078993246757	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0155_000000013955	1435	0.7375709591750056	3	2	2	1	1	False	86298	fragment	False	FIJ0013_000000019269	0.9678229810528218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	99.34	76.0	0.00029639365331346555	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0393_000000012999	1396	0.7375709591750056	3	2	2	1	1	False	86298	fragment	False	FIJ0013_000000019269	0.9613266251535268		0	0	False	False	0.9942693114280701	0					non-mobilizable	no_good_hit	1060.0	99.34	76.0	0.00029639365331346555	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0148_000000026707	1355	0.7375709591750056	3	2	2	1	1	False	86298	fragment	False	FIJ0013_000000019269	0.5776061020536526		0	0	False	False	0.9955719709396362	0					non-mobilizable	no_good_hit	1036.0	99.324	76.0	0.00028967651669446347	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0008_000000011784	2576	0.7375689665472461	2	2	2	2	2	False	8171	fragment	False	USA0038_01_000000006261	0.9539614561027836		0	0	False	False	0.9996117949485779	0					non-mobilizable	no_good_hit	1085.0	74.562	42.0	0.0005198082699756618	CP020705.1	firmicutes	Ruminococcaceae bacterium CPB6, complete genome	True	False
MAD0002_000000027391	1572	0.7375581263524096	2	2	2	2	1	False	20155	fragment	False	MAD0002_000000027391	1.0		0	0	False	False	0.9942747950553894	0					non-mobilizable	no_good_hit	1191.0	72.964	75.0	0.00026530395670239427	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0129_000000017001	1316	0.7375543880770542	2	2	2	1	1	False	40922	fragment	False	FIJ0129_000000017001	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	84.686	99.0	0.05544834684163129	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0054_000000001713	11515	0.7375523178230708	10	4	2	4	1	False	6452	maximal	True	SPA0054_000000001713	1.0		2	1	False	False	0.9978289008140564	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	6.70657963339563e-07	LR812503.1	bony fishes	Danio aesculapii genome assembly, chromosome: 13	True	False
SPA0055_000000002950	9532	0.7375523178230708	6	4	2	4	1	False	6409	fragment	False	SPA0055_000000002950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000018968	2332	0.7375457507286604	2	2	2	2	0	True	17662	maximal	True	MAD0047_000000018968	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1047.0	73.161	46.0	0.0002730545462384341	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MON0016_000000012181	2567	0.7375277281389662	2	2	2	2	2	False	13358	fragment	False	MON0016_000000012181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	98.182	2.0	1.7405189260482517e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0024_01_000000011804	1931	0.7375240498628494	2	2	1	2	2	False	27269	fragment	False	USA0087_01_000000007399	0.9521780781348793		0	0	False	False	1.0	0					non-mobilizable	other	1931.0	99.79299999999999	100.0	0.0003653758486942641	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
SPA0076_000000010276	1607	0.7375208296798645	3	2	0	2	0	False	5736	fragment	False	SPA0076_000000010276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0016_000000009181	2305	0.7375153322775903	4	2	2	2	1	True	37920	fragment	False	ISR0016_000000009181	1.0		0	0	False	False	0.9956616163253784	0					non-mobilizable	no_good_hit	1849.0	93.24	80.0	0.049030272478841105	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
CAN0006_000000011777	3825	0.7375122783595484	4	4	3	2	4	False	95735	maximal	True	CAN0006_000000011777	1.0		1	1	False	False	0.9848365783691406	0					non-mobilizable	no_good_hit	1631.0	99.939	43.0	0.0811227790772906	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CAN0017_000000014273	2520	0.7375099944005115	3	2	2	2	2	False	119704	fragment	False	CAN0017_000000014273	0.9861619861619861		0	0	False	False	1.0	0					non-mobilizable	chromosome	2517.0	98.014	100.0	0.0004724659926827862	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ENG0040_000000009237	2457	0.7375099944005115	3	2	2	2	2	False	119704	fragment	False	CAN0017_000000014273	0.9740079365079366		0	0	False	False	1.0	0					non-mobilizable	other	2457.0	100.0	100.0	0.0003923096447632972	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0829_000000009672	1580	0.7375062349765258	3	3	2	3	2	False	21062	maximal	True	ISR0829_000000009672	1.0		152	12	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	76.687	10.0	0.0034414410489860816	NZ_FNYT01000024.1	firmicutes	Trichococcus ilyis strain DSM 22150, whole genome shotgun sequence	True	False
DEN0061_000000018650	2254	0.7375055813763295	4	3	3	3	3	False	129308	fragment	False	DEN0061_000000018650	0.9643370033508856		0	0	False	False	0.997338056564331	0					non-mobilizable	chromosome	2030.0	86.995	92.0	0.0007040947641840238	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0133_000000034329	1152	0.7375041743235794	1	1	1	1	1	False	102215	fragment	False	ENG0174_000000012784	0.2542712765566404		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	99.132	100.0	0.000281954587658578	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0013_000000018140	2803	0.7375026969257461	5	4	3	4	3	False	40083	fragment	False	MON0013_000000018140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.74052812858783e-06	CP046622.1	b-proteobacteria	Variovorax paradoxus strain CSUSB chromosome, complete genome	True	False
USA0050_01_000000009352	1211	0.7375002473616179	2	2	1	2	1	False	1104	fragment	False	USA0050_01_000000009352	1.0		0	0	False	False	0.952105700969696	0					non-mobilizable	other	1211.0	100.0	100.0	0.000229285043755545	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0150_000000005567	4029	0.7374990123908794	10	4	3	3	3	True	110413	fragment	False	ISR0150_000000005567	1.0		0	0	False	False	0.9940431714057922	0					non-mobilizable	other	1782.0	99.60700000000001	96.0	0.010258389300402041	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0018_000000021154	1420	0.7374984922553377	1	1	1	1	1	False	34555	fragment	False	ISR0076_000000017749	0.9467702790542809		0	0	False	False	0.9915493130683899	0					non-mobilizable	other	1401.0	98.501	99.0	0.0005051596373454968	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0067_000000002160	9939	0.7374980856121063	10	9	8	9	8	False	84747	maximal	True	SPA0067_000000002160	1.0		17	6	False	False	0.9991950988769531	0					non-mobilizable	chromosome	9940.0	99.38600000000001	100.0	0.0024938575678377433	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0064_000000015647	1450	0.73747756881662	2	2	2	2	2	False	70309	fragment	False	MAD0064_000000015647	1.0		0	0	False	False	0.9862068891525269	0					non-mobilizable	other	1452.0	94.07700000000001	100.0	0.00041189949538763404	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0218_000000010135	1720	0.7374713973907926	2	1	1	1	1	False	28067	fragment	False	ISR0218_000000010135	1.0		0	0	False	False	0.9860464930534363	0					non-mobilizable	no_good_hit	1531.0	100.0	89.0	0.07781111732695926	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
MAD0037_000000008440	1579	0.7374612785116862	4	2	2	2	2	False	18621	maximal	True	MAD0037_000000008440	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	96.73700000000001	39.0	0.00019648207197407977	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0052_000000030000	1254	0.7374583679151496	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.16583175589899338		0	0	False	False	0.9984050989151001	0					non-mobilizable	no_good_hit	106.0	80.189	8.0	2.218152020941078e-05	CP019062.1	enterobacteria	Rahnella sp. ERMR1:05 chromosome, complete genome	True	False
ENG0204_000000007381	3267	0.7374549925331483	6	3	3	2	2	False	109683	fragment	False	ENG0204_000000007381	1.0		0	0	False	False	0.9963269233703613	0					non-mobilizable	no_good_hit	2420.0	82.273	74.0	0.013006305265954275	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
MON0061_000000010954	3853	0.7374544259730939	6	3	1	2	2	False	112119	maximal	False	ISR0017_000000008679	0.6122393838676792	PS416	0	0	True	True	1.0	45					non-mobilizable	plasmid	1914.0	90.85700000000001	91.0	0.5034300791556728	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	False	True
FIJ0144_000000001700	15543	0.7374503801713951	19	12	5	10	11	False	80588	maximal	True	FIJ0144_000000001700	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	98.917	4.0	0.002757945330728607	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	True	False
MAD0100_000000006555	5603	0.7374427965651991	3	3	3	3	3	False	108739	fragment	False	MAD0091_000000002323	0.9728967822432887		0	0	False	False	0.9998215436935425	0					non-mobilizable	no_good_hit	4214.0	96.369	75.0	0.11608472612940593	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0779_000000007746	4201	0.7374393047765755	7	5	4	4	2	True	85552	fragment	False	ISR0779_000000007746	1.0		0	0	False	False	0.9997619390487671	0					non-mobilizable	no_good_hit	195.0	100.0	5.0	6.817794443497529e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
ISR0386_000000006835	5187	0.7374210804118871	12	7	3	5	5	True	110427	fragment	False	ISR0386_000000006835	1.0		0	0	False	False	0.9942163228988647	0					non-mobilizable	no_good_hit	2231.0	98.29700000000001	74.0	0.012833066457774142	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0010_000000000442	13482	0.7374199051286503	22	9	5	7	5	False	99421	fragment	False	CHI0010_000000000442	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	13482.0	99.993	100.0	0.004580829156921517	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0333_000000003170	5412	0.7374185745402938	9	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.623087969028435	PS1110	0	0	True	True	0.9996304512023926	25		MOBV			mobilizable	other	4111.0	93.773	94.0	0.8056432517758485	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ITA0005_000000003175	5411	0.7374185745402938	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.016337597546158794	PS1110	0	0	True	True	1.0	140		MOBV			mobilizable	other	2381.0	90.214	94.0	0.4648776637726914	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
USA0033_01_000000008733	1183	0.7374184099172479	2	2	1	2	1	False	1484	maximal	True	USA0033_01_000000008733	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	97.985	49.0	0.0001473602639398078	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0110_000000013366	1331	0.7374156558043418	2	2	1	2	1	False	106969	fragment	False	AST0110_000000013366	1.0		0	0	False	False	0.9992486834526062	0					non-mobilizable	no_good_hit	361.0	76.73100000000001	27.0	9.899021590772769e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0057_000000006437	3212	0.7374041993438126	3	2	2	2	1	True	122791	maximal	True	ISR0057_000000006437	1.0		1	1	False	False	0.9965753555297852	0					non-mobilizable	no_good_hit	2142.0	99.76700000000001	67.0	0.036293331524319926	NZ_CYZN01000024.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0104_000000002601	3012	0.7374010640273296	3	3	3	3	3	False	83246	fragment	False	CHI0104_000000002601	1.0		0	0	False	False	0.9976759552955627	0					non-mobilizable	other	3010.0	99.435	99.0	0.029753782260456836	NZ_QSFT01000011.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf11, whole genome shotgun sequence	False	False
ISR0310_000000005243	3047	0.7373981921302963	3	3	3	3	3	False	90196	fragment	False	SPA0046_000000009706	0.9650585353221488		0	0	False	False	1.0	0					non-mobilizable	chromosome	3047.0	99.803	100.0	0.0006408392595887099	CP024695.1	enterobacteria	Shigella boydii strain 192 chromosome	False	False
DEN0005_000000023811	1590	0.7373941368948937	3	2	2	2	2	False	76472	fragment	False	DEN0005_000000023811	0.9716057441253263		0	0	False	False	0.9905660152435303	0					non-mobilizable	no_good_hit	316.0	71.835	19.0	8.596598283780755e-05	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	True	False
FIJ0105_000000007249	4042	0.7373940810011949	2	1	1	1	1	False	46398	maximal	True	FIJ0105_000000007249	1.0		127	9	False	False	1.0	0					non-mobilizable	no_good_hit	1392.0	82.04	34.0	0.007301692665117823	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
FIJ0094_000000012165	1675	0.7373940810011949	1	1	1	1	1	False	83492	fragment	False	FIJ0090_000000026498	0.97319326874241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	77.67699999999999	88.0	0.0048718847148810545	NZ_JNKW01000004.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0379_000000017649	1424	0.7373940810011949	1	1	1	1	1	False	23209	fragment	False	ISR0379_000000017649	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	74.111	97.0	0.004903716258141836	NZ_QICS01000004.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_104, whole genome shotgun sequence	False	False
ISR0293_000000002056	15439	0.7373933742523036	11	6	5	6	4	False	66055	maximal	True	ISR0293_000000002056	1.0	PS301	1	1	False	True	0.9999352097511292	0					non-mobilizable	no_good_hit	100.0	90.0	1.0	0.0009145507858536907	NZ_VULP01000008.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq8, whole genome shotgun sequence	True	True
ENG0134_000000007784	4711	0.7373920331028717	6	5	3	4	4	True	59810	fragment	False	ENG0134_000000007784	1.0		0	0	False	False	0.9989386796951294	0					non-mobilizable	other	4704.0	99.936	100.0	0.07930726294666195	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
DEN0011_000000016884	2571	0.7373902814850225	4	3	2	2	3	False	75720	fragment	False	DEN0011_000000016884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0854_000000000954	6819	0.7373805446772437	8	3	1	3	0	True	106954	maximal	True	ISR0854_000000000954	1.0		40	8	False	False	0.9982402324676514	0					non-mobilizable	other	6319.0	92.53	92.0	0.0013288607131369456	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
FIJ0024_000000005278	3812	0.7373798174355525	6	5	3	5	3	False	101151	maximal	True	FIJ0024_000000005278	1.0		6	4	False	False	0.993179440498352	0					non-mobilizable	no_good_hit	1375.0	84.436	70.0	0.00033638408197179915	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0036_000000012222	3149	0.7373764991361598	3	3	3	2	3	False	47970	maximal	True	FIJ0036_000000012222	1.0		1	1	False	False	0.9990473389625549	0					non-mobilizable	no_good_hit	261.0	72.797	8.0	0.00020194273626907258	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
ISR0216_000000015052	1137	0.7373764289453236	3	1	1	1	1	False	28114	maximal	True	ISR0216_000000015052	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	72.0	39.0	0.00011601564478844337	CP013239.1	firmicutes	Clostridium butyricum strain CDC_51208, complete genome	True	False
ISR0204_000000002559	3767	0.7373726642080852	8	3	3	2	2	True	35516	fragment	False	ISR0204_000000002559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	82.197	26.0	0.0002696768478684443	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	True
ISR0058_000000007516	3233	0.7373726642080852	7	3	3	2	2	True	35515	fragment	False	ISR0058_000000007516	1.0		0	0	False	False	0.994123101234436	0					non-mobilizable	no_good_hit	931.0	81.525	29.0	0.0002552645188970577	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	True
ISR0089_000000001964	9741	0.7373708327317958	8	8	8	7	7	False	125058	fragment	False	SPA0126_000000002874	0.6829179968677379		0	0	False	False	1.0	0					non-mobilizable	other	9741.0	98.984	100.0	0.035208364969520796	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0005_01_000000004191	8479	0.7373680825741842	11	9	5	3	6	True	116371	fragment	False	USA0005_01_000000004191	0.9845222995691015		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	8479.0	99.446	100.0	0.2736957644628099	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0148_000000010506	1786	0.7373667351927428	4	3	3	3	3	False	116013	fragment	False	FIJ0081_000000020765	0.5339739930215385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1789.0	99.162	100.0	0.000822093001858565	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
FIJ0133_000000003623	9353	0.7373649577001786	9	8	5	6	6	False	49244	fragment	False	FIJ0133_000000003623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	92.54799999999999	9.0	0.00016093139816359084	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0025_000000009269	2656	0.7373433368283135	4	4	3	4	2	False	121332	fragment	False	SPA0114_000000018546	0.8353602696982815		0	0	False	False	0.9992470145225525	0					non-mobilizable	chromosome	2499.0	99.24	100.0	0.000787363602179024	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0005_000000025069	1450	0.7373388293599453	2	2	2	2	1	False	51880	maximal	True	FIJ0005_000000025069	1.0		124	14	False	False	0.9986206889152527	0					non-mobilizable	other	1450.0	98.897	100.0	0.024655855978492063	NZ_WNAJ01000024.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold24_size58769, whole genome shotgun sequence	False	False
ISR0353_000000021087	1753	0.7373387796140111	3	2	2	1	1	False	65871	maximal	False	ENG0028_000000009592	0.9704926908500271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.009668063164679342	XM_007910546.1	chimaeras	PREDICTED: Callorhinchus milii transmembrane protein 63C (tmem63c), transcript variant X4, mRNA	True	False
SPA0055_000000019916	1550	0.7373327074540559	3	1	1	1	1	False	7238	fragment	False	SPA0032_000000018157	0.9747191011235955		0	0	False	False	0.9896774291992188	0					non-mobilizable	no_good_hit	502.0	77.092	32.0	0.005055109814409596	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	True	False
FIJ0015_000000013245	2276	0.7373289305620295	3	3	3	3	2	False	68322	fragment	False	ISR0080_000000013587	0.9682572363854919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	78.594	56.0	0.0004366310861455311	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0020_000000017632	1474	0.7373190723565328	4	3	3	2	1	True	129433	fragment	False	ISR0353_000000022579	0.8395385765241996		0	0	False	False	0.9925373196601868	0					non-mobilizable	other	1474.0	99.86399999999999	100.0	0.000471660806395887	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ENG0086_000000004213	5634	0.7373148353073621	8	8	6	5	7	False	128465	fragment	False	ISR0075_000000003547	0.9782567184584282		0	0	False	False	1.0	0					non-mobilizable	other	5634.0	99.61	100.0	0.021608205978027373	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0177_000000004657	5462	0.7373148353073621	8	8	6	5	7	False	128465	fragment	False	ISR0075_000000003547	0.9727407246688455		0	0	False	False	0.9981691837310791	0					non-mobilizable	other	5462.0	99.70700000000001	100.0	0.020948413429079972	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0017_000000010657	2831	0.7373141399026633	3	3	3	3	2	False	75239	fragment	False	DEN0017_000000010657	1.0		0	0	False	False	0.9858707189559937	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00041880593773751726	LM523233.1	nematodes	Parastrongyloides trichosuri genome assembly P_trichosuri_KNP ,scaffold PTRK_contig0000010	True	False
AST0149_000000012499	2164	0.7373112471606712	3	1	1	1	1	False	104504	maximal	True	AST0149_000000012499	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	1.3785047005040994e-05	NZ_CP029353.1	a-proteobacteria	Azospirillum thermophilum strain CFH 70021 chromosome 2, complete sequence	True	False
ENG0133_000000000906	18863	0.7373017916444505	30	13	7	12	7	True	99768	fragment	False	ENG0133_000000000906	1.0		0	0	False	False	0.9999470114707947	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.4067909294073355e-05	NZ_RJVO01000003.1	g-proteobacteria	Stagnimonas aquatica strain THS-13 contig03, whole genome shotgun sequence	True	True
ISR0164_000000010783	2427	0.737296998661823	4	2	1	2	2	False	85119	maximal	False	ISR0101_000000009542	0.9576069730586371		0	0	False	False	0.9975278377532959	0					non-mobilizable	no_good_hit	51.0	86.275	2.0	0.0017931858936043037	CP031402.1	spirochetes	Borreliella burgdorferi strain MM1 plasmid plsm_lp28-3, complete sequence	True	False
ENG0146_000000006629	3696	0.7372969156544666	4	4	4	3	3	False	57441	maximal	True	ENG0146_000000006629	1.0		453	12	False	False	0.9983766078948975	0					non-mobilizable	other	3696.0	99.756	100.0	0.004767692720591271	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0037_01_000000010030	3513	0.7372918596545324	2	1	1	1	1	True	73760	fragment	False	USA0037_01_000000010030	0.9492922738829219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	98.055	28.0	0.021212253067618137	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0047_000000008481	3391	0.7372918596545324	2	1	1	1	1	True	73760	fragment	False	USA0037_01_000000010030	0.9456858391699176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	98.07700000000001	26.0	0.019188930467322254	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0387_000000007079	3389	0.7372918596545324	2	1	1	1	1	True	73760	fragment	False	USA0037_01_000000010030	0.9455377572503877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	97.964	26.0	0.019188930467322254	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0161_000000010418	2885	0.7372893657445346	4	4	4	2	1	False	30404	maximal	True	ISR0161_000000010418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	93.28399999999999	14.0	8.605899134349688e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0059_000000001144	10955	0.7372822245482802	16	7	3	6	4	False	112915	maximal	True	AST0059_000000001144	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	86.441	16.0	0.000269609459704957	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0071_000000008281	2882	0.7372781532935143	5	2	2	2	2	False	118640	fragment	False	ENG0009_000000003397	0.610301054059354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1923.0	90.27600000000001	77.0	0.0004242379819598906	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0031_000000010518	2849	0.7372781532935143	5	2	2	2	2	False	118640	fragment	False	ENG0009_000000003397	0.6933348503736485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	89.569	77.0	0.0004463658579501787	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0143_000000011192	2770	0.7372781532935143	5	2	2	2	2	False	118640	fragment	False	ENG0009_000000003397	0.6519483422653445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1976.0	90.385	76.0	0.0004360100306739609	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0069_000000008725	2735	0.7372781532935143	5	2	2	2	2	False	118640	fragment	False	ENG0009_000000003397	0.5654883888348953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	89.516	76.0	0.0004463658579501787	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
SPA0070_000000008017	2689	0.7372781532935143	5	2	2	2	2	False	118640	fragment	False	ENG0009_000000003397	0.4384469573129129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	89.516	76.0	0.0004463658579501787	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ENG0183_000000006985	3941	0.7372750632047291	7	3	2	2	1	True	130611	fragment	False	SPA0048_000000004397	0.9053300305296631		0	0	False	False	1.0	0		MOBV			mobilizable	other	3474.0	99.885	100.0	0.5661177237893363	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0151_000000004559	5268	0.7372601104074991	6	4	3	3	4	False	128319	maximal	True	ENG0151_000000004559	1.0		1	1	False	False	0.9977220892906189	0					non-mobilizable	chromosome	2509.0	95.37700000000001	99.0	0.0008782303254793981	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0092_000000031157	1788	0.7372584884061841	2	2	2	2	2	False	93584	fragment	False	MON0092_000000031157	0.9535374982713289		0	0	False	False	0.9994407296180725	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	7.446974879226025e-06	CP046509.1	enterobacteria	Erwinia sp. J780 chromosome, complete genome	True	False
ISR0207_000000009951	2852	0.7372523988206576	4	3	2	3	1	False	28584	maximal	True	ISR0207_000000009951	1.0		13	4	False	False	0.9996493458747864	0					non-mobilizable	no_good_hit	223.0	75.336	8.0	0.013349663196570728	NZ_PQHX01000119.1	high GC Gram+	Amycolatopsis thermalba strain 50.9b NODE_119, whole genome shotgun sequence	True	False
SPA0127_000000015651	1878	0.7372484199092934	3	3	3	3	2	False	51390	fragment	False	SPA0127_000000015651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1248.0	85.978	66.0	0.002063704207931066	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0284_000000003154	3180	0.7372439599202055	3	3	3	3	2	True	131045	maximal	True	ISR0284_000000003154	1.0		1	1	False	False	0.999685525894165	0					non-mobilizable	no_good_hit	1639.0	85.78399999999999	51.0	0.006554265701085274	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	True
FIJ0054_000000017228	1472	0.7372401613882092	1	1	1	1	1	False	46309	maximal	True	FIJ0054_000000017228	1.0		362	13	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	72.547	61.0	0.00029804408983242445	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
MON0094_000000026346	1454	0.7372401613882092	1	1	1	1	1	False	9334	maximal	True	MON0094_000000026346	1.0		22	2	False	False	1.0	0					non-mobilizable	other	1441.0	81.818	99.0	0.005554203697910028	NZ_FTRU01000006.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0086_000000021182	1445	0.7372401613882092	1	1	1	1	1	False	82270	fragment	False	MON0090_000000042102	0.9704422926397602		0	0	False	False	0.9557093381881714	0					non-mobilizable	other	1439.0	84.01700000000001	99.0	0.0036180727144369926	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
FIJ0164_000000008328	2786	0.7372399387110096	4	2	1	2	1	True	111269	maximal	True	FIJ0164_000000008328	1.0		1	1	False	False	0.9989231824874878	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	2.0	0.0007831221513931743	NZ_FOXB01000009.1	e-proteobacteria	Hydrogenimonas thermophila strain EP1-55-1, whole genome shotgun sequence	True	True
FIJ0090_000000002147	13283	0.7372291707483901	16	3	3	3	1	True	43542	fragment	False	FIJ0090_000000002147	0.9451197350594892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	4.97791693058209e-05	FR796407.1	kinetoplastids	Leishmania major strain Friedlin complete genome, chromosome 11	True	True
MAD0008_000000000483	13173	0.7372291707483901	17	3	3	3	1	True	43542	fragment	False	FIJ0090_000000002147	0.920781133097368		0	0	False	False	0.9994686245918274	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	9.644731493086416e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	True
FIJ0164_000000001698	13040	0.7372291707483901	16	3	3	3	1	True	43542	fragment	False	FIJ0090_000000002147	0.9369151550214486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0013_000000013855	2053	0.7372273543664071	3	2	2	2	2	False	50635	maximal	True	FIJ0013_000000013855	1.0		12	2	False	False	1.0	0					non-mobilizable	other	2056.0	95.37899999999999	100.0	0.009219597764451515	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	False	False
FIJ0021_000000013495	3697	0.7372241000189947	7	7	4	3	4	False	49663	fragment	False	FIJ0021_000000013495	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3697.0	99.29700000000001	100.0	0.05141871112286219	MN542378.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain 607 plasmid pKPC2_sg2, complete sequence	False	True
ISR0132_000000001229	17279	0.7372216699262905	16	14	9	14	8	True	128444	maximal	False	ISR0386_000000001665	0.991247011270888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	82.52600000000001	6.0	0.00024430601473016074	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
AST0055_000000015477	2266	0.7372171209453431	3	3	1	0	2	False	125128	fragment	False	AST0055_000000015477	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	2281.0	96.756	100.0	0.5176336746302617	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0153_000000012045	2487	0.7372113312325992	3	2	2	2	1	False	56950	fragment	False	ENG0153_000000012045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	91.469	25.0	0.00019661413045845313	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0075_000000020282	1358	0.73720182419811	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.3285796069447528		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	97.054	100.0	0.0004221604035318369	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0095_000000001576	13072	0.7371964322396938	20	16	6	7	16	False	87444	fragment	False	ISR0293_000000002471	0.9668226874504544		0	0	False	False	1.0	0					non-mobilizable	plasmid	13074.0	99.855	100.0	0.2734939002699366	LT985302.1	enterobacteria	Escherichia coli strain ECOR 39 genome assembly, plasmid: RCS82_pI	False	True
ENG0147_000000013537	1162	0.7371905668944696	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.16339248077595775		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	96.223	100.0	0.00033713223091383707	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0062_000000008598	1646	0.7371839769243028	4	3	3	1	1	False	16762	maximal	True	MAD0062_000000008598	1.0		119	9	False	False	1.0	0					non-mobilizable	other	1629.0	75.936	96.0	0.11294434216116697	NZ_FRAE01000069.1	firmicutes	Tepidibacter formicigenes DSM 15518, whole genome shotgun sequence	False	False
ISR0054_000000014964	1716	0.7371827414165667	2	2	2	2	1	False	35701	maximal	True	ISR0054_000000014964	1.0		101	9	False	False	0.9935897588729858	0					non-mobilizable	no_good_hit	791.0	80.657	46.0	0.0002324909854211863	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0173_000000002268	7327	0.7371774201513198	7	4	2	2	3	True	77918	fragment	False	CHI0173_000000002268	0.9732711502609912		0	0	False	False	0.9998635053634644	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00028982395878059255	NZ_FQXK01000021.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
ISR0109_000000003546	7237	0.7371774201513198	7	4	2	2	3	True	77918	fragment	False	CHI0173_000000002268	0.964242376623362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.65703704891226e-05	NZ_JONL01000005.1	d-proteobacteria	Desulfovibrio frigidus DSM 17176 BR06DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	True
ISR0400_000000002345	6826	0.7371774201513198	6	4	2	2	3	True	77918	fragment	False	CHI0173_000000002268	0.9248317996341093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00028982395878059255	NZ_FQXK01000021.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
SPA0126_000000023667	1849	0.7371773485453824	2	1	1	1	1	False	3964	maximal	True	SPA0126_000000023667	1.0		20	6	False	False	0.9967550039291382	0					non-mobilizable	no_good_hit	1095.0	73.79	58.0	0.0003684288992201303	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0068_000000024612	1719	0.7371773485453824	1	1	1	1	1	False	56732	maximal	True	MON0068_000000024612	1.0		23	9	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	77.70100000000001	75.0	0.034884662080129504	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	True	False
MON0070_000000025093	1384	0.7371773485453824	1	1	1	1	1	False	10440	fragment	False	MON0070_000000025093	1.0		0	0	False	False	0.961705207824707	0					non-mobilizable	other	1384.0	96.676	100.0	0.035304929415668956	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0095_000000024235	1314	0.7371773485453824	1	1	1	1	1	False	9302	maximal	True	MON0095_000000024235	1.0		22	7	False	False	0.9923896789550781	0					non-mobilizable	other	1316.0	84.726	99.0	0.0020871384267141004	NZ_RJQC01000002.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_2, whole genome shotgun sequence	False	False
SPA0146_000000019126	1198	0.737172638316478	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.005732098272983793		0	0	False	False	0.9974958300590515	0					non-mobilizable	other	956.0	97.385	95.0	0.0047714452732714125	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
SPA0093_000000024990	1502	0.7371591117881391	4	4	3	2	3	False	103337	fragment	False	FIJ0169_000000013717	0.958539445296561		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	97.85700000000001	99.0	0.00045466812428815163	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
SPA0057_000000027239	1215	0.7371557876371551	2	2	2	2	2	False	81355	fragment	False	CHI0127_000000013973	0.9834677419354838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	78.182	9.0	7.556690925043924e-05	NZ_KB946309.1	firmicutes	Enterococcus pallens ATCC BAA-351 acvKb-supercont1.5, whole genome shotgun sequence	True	False
ENG0080_000000002801	8086	0.7371534246317564	10	7	6	5	2	False	106339	maximal	True	ENG0080_000000002801	1.0		1	1	False	False	0.9997526407241821	0					non-mobilizable	no_good_hit	1279.0	96.95100000000001	16.0	0.004572123640526617	NZ_CAPH01000018.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ISR0238_000000003193	4188	0.7371465272228679	4	4	3	4	3	False	76679	maximal	True	ISR0238_000000003193	0.9943631959774344		23	4	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	38.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0293_000000008797	4188	0.7371465272228679	4	4	3	4	3	False	76679	maximal	False	ISR0238_000000003193	0.9943631959774344		0	0	False	False	0.9995224475860596	0					non-mobilizable	no_good_hit	916.0	92.249	38.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0345_000000012782	1147	0.7371404336163645	2	2	2	2	2	False	24201	maximal	True	ISR0345_000000012782	1.0		73	8	False	False	0.9930253028869629	0					non-mobilizable	chromosome	1143.0	78.653	99.0	0.0004458818283743196	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CAN0003_000000024210	2051	0.7371375243018162	4	2	2	1	1	False	96608	maximal	True	CAN0003_000000024210	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000006587	5365	0.7371340381031916	5	5	5	5	3	False	126384	maximal	True	ISR0183_000000006587	1.0		1	1	False	False	0.9998136162757874	0					non-mobilizable	no_good_hit	1592.0	81.03	30.0	0.004838876674117339	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
MAD0043_000000018412	1446	0.7371225799795023	4	3	1	1	3	False	18013	maximal	True	MAD0043_000000018412	1.0		1	1	False	False	0.9993084073066711	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000006932	5486	0.7371223710839565	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6176099564561399	PS1110	0	0	True	True	0.9998177289962769	7		MOBV			mobilizable	other	4877.0	94.505	94.0	0.9595501183898973	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0095_000000004728	5483	0.7371223710839565	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6251643988456195	PS1110	0	0	True	True	1.0	6		MOBV			mobilizable	other	4774.0	93.486	94.0	0.9388318863456985	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0128_000000001728	5483	0.7371223710839565	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6266781526426255	PS1110	0	0	True	True	0.9998176097869873	53		MOBV			mobilizable	other	4875.0	93.49700000000001	94.0	0.9573796369376479	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0102_000000001262	5463	0.7371223710839565	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6331423035885615	PS1110	0	0	True	True	1.0	14		MOBV			mobilizable	other	4205.0	94.697	94.0	0.8273480662983426	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0033_000000004873	5455	0.7371223710839565	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6304812516888679	PS1110	0	0	True	True	1.0	42		MOBV			mobilizable	other	4974.0	94.04899999999999	94.0	0.978887134964483	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0184_000000001553	5449	0.7371223710839565	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6328277537976156	PS1110	0	0	True	True	1.0	178		MOBV			mobilizable	other	4224.0	94.67299999999999	92.0	0.8310970797158642	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0157_000000001693	5399	0.7371223710839565	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.6194424516383279	PS1110	0	0	True	True	1.0	55		MOBV			mobilizable	other	2192.0	94.75399999999999	93.0	0.43074191002367795	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0092_000000001747	5394	0.7371223710839565	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.624565226172511	PS1110	0	0	True	True	0.9994438290596008	23		MOBV			mobilizable	other	2301.0	95.046	94.0	0.452249408050513	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0098_000000003251	5366	0.7371223710839565	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.5938449344505992	PS1110	0	0	True	True	0.9988818764686584	4		MOBV			mobilizable	other	4094.0	94.74799999999999	94.0	0.8056432517758485	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0112_000000002843	5362	0.7371223710839565	7	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.4593517804041649	PS1110	0	0	True	True	0.9998134970664978	9		MOBV			mobilizable	other	3738.0	94.11399999999999	92.0	0.7357932123125493	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0071_000000002137	5246	0.7371223710839565	7	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.5416457419631011	PS1110	0	0	False	True	1.0	0		MOBV			mobilizable	other	3912.0	94.811	93.0	0.7701262825572218	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0087_000000008967	5157	0.7371223710839565	7	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.4609853694458586	PS1110	0	0	False	True	1.0	0		MOBV			mobilizable	other	3893.0	94.811	93.0	0.7663772691397001	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0078_000000004975	4938	0.7371223710839565	8	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.3235814617889866	PS1110	0	0	False	True	1.0	0					non-mobilizable	other	4213.0	92.90299999999999	93.0	0.8208366219415943	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MAD0107_000000008113	4725	0.7371223710839565	7	7	4	4	6	True	130637	backbone	False	AST0039_000000003129	0.032231787466863344	PS1110	0	0	False	True	0.9993650913238525	0					non-mobilizable	other	3970.0	94.912	93.0	0.7815706393054459	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0168_000000005986	3315	0.7371146311180904	4	4	3	4	4	False	82098	fragment	False	FIJ0168_000000005986	0.9941647215738579		0	0	False	False	0.9978883862495422	0					non-mobilizable	no_good_hit	464.0	86.42200000000001	14.0	0.011365610343201727	NZ_WKRD01000015.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold15_size40297, whole genome shotgun sequence	True	False
MAD0055_000000001804	4006	0.7371088669150367	4	4	4	4	3	False	126271	maximal	True	MAD0055_000000001804	1.0		4	1	False	False	0.9990015029907227	0					non-mobilizable	no_good_hit	407.0	73.71	10.0	0.002537893928723249	NZ_AWEY01000004.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00007, whole genome shotgun sequence	True	False
MON0019_000000049598	1350	0.7371069119368001	2	2	2	2	1	True	13149	fragment	False	MON0019_000000049598	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1350.0	98.889	100.0	0.0002858713439089484	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ISR0331_000000007483	2997	0.7370952423186554	5	5	4	3	2	True	118557	maximal	True	ISR0331_000000007483	1.0		19	4	False	False	0.9996663331985474	0					non-mobilizable	no_good_hit	2025.0	99.605	68.0	0.13638814016172507	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
USA0043_01_000000002919	4186	0.7370950978006942	6	3	1	3	2	False	1251	maximal	True	USA0043_01_000000002919	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1300.0	84.07700000000001	31.0	0.015505182438695543	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
AST0025_000000027416	1403	0.737093823640549	2	2	2	2	2	False	119952	fragment	False	AST0025_000000027416	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	98.734	96.0	0.0029103305892660414	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
FIJ0150_000000002223	9526	0.7370934529212556	21	5	4	5	3	True	88424	fragment	False	FIJ0150_000000002223	0.9849750488175308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	99.545	5.0	0.00020473931881036662	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ISR0112_000000028686	1356	0.7370919322994851	4	3	3	2	1	True	129433	fragment	False	ISR0353_000000022579	0.6157468111330742		0	0	False	False	0.98893803358078	0					non-mobilizable	other	1356.0	98.67299999999999	100.0	0.00043355650499662664	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0392_000000012836	2544	0.7370914678264355	3	3	3	3	3	False	80651	maximal	False	ENG0186_000000006155	0.985685558914226		0	0	False	False	0.9913522005081177	0					non-mobilizable	other	2389.0	87.44200000000001	92.0	0.011499357928377635	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ENG0149_000000006565	3602	0.7370912858739384	4	4	4	2	2	False	57229	maximal	True	ENG0149_000000006565	1.0		5	5	False	False	0.9997223615646362	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.00016021076616348618	NZ_WBOF01000006.1	high GC Gram+	Streptomyces kaniharaensis strain SF-557 unitig_6, whole genome shotgun sequence	True	False
SPA0005_000000008409	3503	0.7370867966719036	3	3	3	2	3	True	119326	maximal	True	SPA0005_000000008409	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1174.0	79.983	33.0	0.0025335719906266485	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
FIJ0124_000000004701	5331	0.7370713083060619	8	8	3	5	5	True	106909	backbone	True	FIJ0124_000000004701	0.9965028171750534	PS658	11	1	True	True	1.0	1					non-mobilizable	plasmid	2943.0	93.544	92.0	0.5321499728310088	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0137_000000018694	1271	0.7370535884500439	2	2	2	2	2	True	31369	fragment	False	ISR0137_000000018694	1.0		0	0	False	False	0.9866247177124023	0					non-mobilizable	other	1251.0	97.20200000000001	98.0	0.00034712387045892555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0095_000000028628	1252	0.7370490974289342	2	2	1	2	1	False	33379	maximal	True	ISR0095_000000028628	1.0		74	8	False	False	0.9712460041046143	0					non-mobilizable	no_good_hit	69.0	89.855	6.0	0.00013570958149559942	NZ_NPEA01000002.1	bacteria	Leptospira neocaledonica strain ES4-C-A1 contig_2, whole genome shotgun sequence	True	False
SPA0112_000000022345	1487	0.7370459021184445	2	2	2	2	2	False	93381	fragment	False	MON0088_000000019803	0.7127473588577556		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	86.68	100.0	0.003583743365231878	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
CHI0131_000000003086	4634	0.7370394269501073	4	4	3	3	3	False	111126	fragment	False	CHI0131_000000003086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3484.0	99.914	81.0	0.0009417537601877991	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0025_000000004497	6677	0.7370276871526409	5	5	1	3	5	False	120557	maximal	True	AST0025_000000004497	1.0		1	1	False	False	1.0	0	rep_cluster_1948	MOBP			mobilizable	plasmid	6427.0	98.382	100.0	0.4216390848552779	CP006247.1	firmicutes	Lactobacillus plantarum ZJ316 plasmid pLP-ZJ101, complete sequence	False	True
ISR0179_000000008838	2750	0.7370231489692713	5	3	2	3	2	True	112870	fragment	False	ISR0181_000000005748	0.7591028389462039		0	0	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit	160.0	91.25	6.0	0.030043734550294732	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0091_000000010816	2204	0.7370094989134408	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.3642276427450006		0	0	False	False	1.0	0					non-mobilizable	other	2204.0	99.456	100.0	0.040342813192447854	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0154_000000013625	1537	0.7370079441529862	2	2	2	2	2	False	30621	maximal	True	ISR0154_000000013625	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	81.705	36.0	0.00017426021094820894	CP012069.2	actinobacteria	Olsenella sp. oral taxon 807 strain F0089, complete genome	True	False
AST0016_000000004832	5396	0.7370070181560555	8	6	2	1	6	True	123819	fragment	False	AST0016_000000004832	1.0		0	0	False	False	0.9944403171539307	0					non-mobilizable	other	4392.0	99.795	99.0	0.10243845525609614	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0199_000000011124	2689	0.7370010852224625	3	3	3	2	2	False	101948	fragment	False	ISR0199_000000011124	1.0		0	0	False	False	0.9992562532424927	0					non-mobilizable	no_good_hit	753.0	77.42399999999999	28.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0102_000000003901	7508	0.7369959417303856	5	3	3	2	2	False	42646	maximal	True	FIJ0102_000000003901	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1587.0	79.899	21.0	0.44083916083916086	NZ_FMKA01000078.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0200_000000022489	1132	0.7369947741788007	2	2	2	2	2	False	28750	fragment	False	ISR0200_000000022489	0.999104744852283		0	0	False	False	0.9885159134864807	0					non-mobilizable	other	1132.0	99.647	100.0	0.0035912628480524304	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ENG0102_000000022162	1310	0.7369915154242983	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.7151880198369847		0	0	False	False	0.9961832165718079	0					non-mobilizable	other	1310.0	100.0	100.0	0.007629583432904546	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0087_000000010922	1305	0.7369915154242983	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.7138694140302033		0	0	False	False	0.9785440564155579	0					non-mobilizable	chromosome	1295.0	99.92299999999999	100.0	0.00040786569304229666	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0094_000000013517	1293	0.7369915154242983	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.5906907749681378		0	0	False	False	0.9984531998634338	0					non-mobilizable	other	1293.0	100.0	100.0	0.007530497933775915	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
AST0106_000000015036	1289	0.7369915154242983	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.6524943340878637		0	0	False	False	0.9992241859436035	0					non-mobilizable	other	1289.0	100.0	100.0	0.007507183698686826	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0020_000000027174	1288	0.7369915154242983	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.652346201245341		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	100.0	100.0	0.007501355139914553	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0106_000000016339	1279	0.7369915154242983	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.5869827162991365		0	0	False	False	0.9968725442886353	0					non-mobilizable	other	1279.0	99.609	99.0	0.007437240993419557	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
AST0010_000000014809	1999	0.736989257117866	2	2	2	2	2	False	126255	maximal	False	SPA0010_000000011746	0.9581486952240276		0	0	False	False	0.9954977631568909	0					non-mobilizable	other	1981.0	94.801	99.0	0.0010679056314619353	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
ENG0154_000000029203	1177	0.7369846963650265	1	1	1	1	1	False	56800	maximal	True	ENG0154_000000029203	1.0		1	1	False	False	0.9991503953933716	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000006212	3909	0.7369792672238619	5	4	2	2	3	False	111020	fragment	False	ENG0114_000000004403	0.7882213181729023		0	0	False	False	0.999744176864624	0					non-mobilizable	other	3909.0	99.54	100.0	0.020434734866112747	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
SPA0038_000000018016	1450	0.7369780258861006	2	2	2	1	1	False	94382	fragment	False	SPA0038_000000018016	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	100.0	100.0	0.041306764731035665	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	False	False
ISR0008_000000005956	2095	0.7369726943404041	3	3	3	3	3	False	55235	maximal	True	ISR0008_000000005956	0.9900537190906193		113	9	False	False	0.9942720532417297	0					non-mobilizable	no_good_hit	160.0	83.125	14.0	4.366138802351334e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0074_000000009302	2502	0.7369710321136554	4	2	2	1	1	False	5818	maximal	True	SPA0074_000000009302	1.0		7	6	False	False	0.9996002912521362	0					non-mobilizable	no_good_hit	1085.0	97.14299999999999	43.0	0.010774189697367636	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	True	False
FIJ0020_000000009593	2320	0.7369692122551167	2	2	2	2	2	False	82329	fragment	False	FIJ0020_000000009593	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2321.0	99.095	100.0	0.014829777169813733	CP032893.1	enterobacteria	Enterobacter kobei strain WCHEK045523 plasmid p1_045523, complete sequence	False	True
SPA0132_000000033096	1251	0.7369634899040031	2	2	2	2	1	False	77251	fragment	False	ISR0246_000000012330	0.6673479781643566		0	0	False	False	1.0	0					non-mobilizable	chromosome	1251.0	98.641	100.0	0.0004410902763589374	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0090_000000011595	2404	0.7369629495242116	2	2	2	2	2	False	69400	fragment	False	ISR0090_000000011595	1.0		0	0	False	False	0.9987520575523376	0					non-mobilizable	no_good_hit	1372.0	80.758	63.0	0.0003939490127359455	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0135_000000005800	3519	0.7369607876183808	4	4	3	4	1	True	109214	fragment	False	CHI0135_000000005800	1.0		0	0	False	False	0.9988633394241333	0					non-mobilizable	no_good_hit	514.0	75.681	14.0	0.00015774432487459326	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0150_000000003186	4882	0.7369591539203902	7	7	2	6	5	False	57180	fragment	False	ENG0150_000000003186	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4884.0	95.885	100.0	0.03224081239188136	CP061759.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 plasmid unnamed1, complete sequence	False	True
ISR0288_000000016751	1785	0.7369529406930014	3	2	1	2	1	False	110041	fragment	False	ISR0288_000000016751	0.9593348165405736		0	0	False	False	0.9915966391563416	0					non-mobilizable	other	990.0	98.081	100.0	0.01578653031876648	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0071_000000012427	1635	0.7369529406930014	2	2	1	2	1	False	110041	fragment	False	ISR0288_000000016751	0.6360410830999066		0	0	False	False	1.0	0					non-mobilizable	other	990.0	98.081	100.0	0.01578653031876648	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0023_01_000000019085	1596	0.7369529406930014	3	2	1	2	1	False	1698	maximal	True	USA0023_01_000000019085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	96.104	72.0	0.018422944795078694	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0045_000000028181	1502	0.7369529406930014	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.8096098186340916		0	0	False	False	0.9973368644714355	0					non-mobilizable	other	1058.0	98.866	100.0	0.016889030917951586	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0089_000000015909	1480	0.7369529406930014	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.9540701042529215		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	98.32	100.0	0.018039466325796918	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0039_000000026839	1397	0.7369529406930014	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.914942933453224		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	98.18799999999999	100.0	0.01850283614284573	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0099_000000011681	1396	0.7369529406930014	3	2	1	2	1	False	60647	maximal	True	ENG0099_000000011681	1.0		0	0	False	False	0.984240710735321	0					non-mobilizable	no_good_hit	1079.0	98.23899999999999	77.0	0.01722457457857314	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0073_000000046771	1161	0.7369529406930014	2	2	1	2	1	False	70050	maximal	True	DEN0073_000000046771	1.0		1	1	False	False	0.9853574633598328	0					non-mobilizable	other	1042.0	99.13600000000001	90.0	0.016633378605097067	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0054_000000044697	1154	0.7369529406930014	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.9389009618281464		0	0	False	False	0.9991334676742554	0					non-mobilizable	other	937.0	97.866	100.0	0.014955660301989294	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0222_000000007200	8740	0.7369497061317676	11	11	6	9	7	False	119725	fragment	False	ENG0005_000000002953	0.5937216155373041		0	0	False	False	1.0	0					non-mobilizable	chromosome	8768.0	98.745	100.0	0.0017032799566331735	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ISR0170_000000028773	1634	0.7369467371879408	3	3	2	3	1	False	124353	fragment	False	FIJ0039_000000009941	0.11327430208787687		0	0	False	False	0.9865360856056213	0					non-mobilizable	other	1635.0	99.021	100.0	0.009411683389588397	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0034_000000000050	85830	0.7369455135740952	69	11	4	11	4	False	115487	maximal	False	AUS0014_000000000041	0.5868200179071136	PS49	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	246.0	100.0	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ISR0157_000000013049	2391	0.7369452031854545	3	2	2	2	2	True	75894	fragment	False	SPA0029_000000011249	0.9370882842158467		0	0	False	False	0.9995817542076111	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.05128205128205128	XM_011497745.1	wasps, ants, and bees	PREDICTED: Ceratosolen solmsi marchali N-alpha-acetyltransferase 11 (LOC105360747), mRNA	True	True
ENG0006_000000004228	6235	0.7369423621874469	6	6	6	6	4	False	125821	maximal	True	ENG0006_000000004228	1.0		174	12	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	71.29	5.0	0.00017141458760695086	NZ_CP053831.1	e-proteobacteria	Campylobacter mucosalis strain ATCC 43264 chromosome, complete genome	True	False
MON0069_000000027921	1831	0.7369363374357993	3	3	3	3	2	False	10485	fragment	False	MON0069_000000027921	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	83.554	99.0	0.0010672453192783152	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0030_000000021631	1704	0.7369327073797607	3	3	2	2	2	True	48707	fragment	False	FIJ0030_000000021631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	76.991	6.0	0.00041884329443520144	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
AST0108_000000012880	2162	0.7369326634355455	2	2	1	2	1	True	111328	fragment	False	AST0108_000000012880	0.988353908923309		0	0	False	False	0.9981498718261719	0					non-mobilizable	no_good_hit								True	True
DEN0085_000000021270	1320	0.7369315598533152	2	2	2	2	1	True	68941	fragment	False	DEN0085_000000021270	1.0		0	0	False	False	0.9992424249649048	0					non-mobilizable	other	1320.0	100.0	100.0	0.00034823252850873317	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
MON0068_000000012070	3432	0.7369237783221514	5	4	3	3	2	True	10570	fragment	False	MON0068_000000012070	1.0		0	0	False	False	0.9860140085220337	0					non-mobilizable	no_good_hit								True	True
MON0108_000000007363	2913	0.7369219610247196	3	3	3	3	3	False	131795	maximal	True	MON0108_000000007363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2011.0	92.34200000000001	69.0	0.013417484805984104	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
SPA0038_000000005361	5547	0.7369143973845129	8	8	2	2	6	False	67167	fragment	False	ISR0152_000000004145	0.946148101995404		0	0	False	False	1.0	0					non-mobilizable	chromosome	5470.0	99.90899999999999	100.0	0.002366157842500158	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
MON0033_000000009662	7080	0.7369132036239431	8	4	4	4	4	False	131790	maximal	True	MON0033_000000009662	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2019.0	91.28299999999999	39.0	0.0005399863221330612	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0276_000000000592	21195	0.7369090221392001	23	16	12	15	15	True	125059	maximal	True	ISR0276_000000000592	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	13170.0	99.46799999999999	82.0	0.0027810613271753493	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
FIJ0112_000000011609	2335	0.7369073529036324	4	4	4	4	4	False	85423	fragment	False	FIJ0144_000000011212	0.6696908936094735		0	0	False	False	0.9995717406272888	0					non-mobilizable	chromosome	2335.0	99.914	100.0	0.0004419717088872103	CP052268.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 chromosome, complete genome	False	False
ISR0400_000000010408	1802	0.7369072075985309	3	3	3	2	2	False	87382	fragment	False	ISR0400_000000010408	0.9966424174594293		0	0	False	False	0.9894561767578125	0					non-mobilizable	other	1629.0	77.655	90.0	0.002340452390729313	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
MON0083_000000027428	1461	0.7369066168708346	1	1	1	1	1	False	107413	fragment	False	AST0106_000000011146	0.5741343734380273		0	0	False	False	0.9137576818466187	0					non-mobilizable	other	1461.0	99.45200000000001	100.0	0.019105696376460736	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
CAN0008_000000021335	1324	0.7369066168708346	1	1	1	1	1	False	94907	fragment	False	SPA0109_000000023519	0.960558305935996		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	75.751	99.0	0.007447325861503489	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	False	False
MON0099_000000027567	1323	0.7369066168708346	1	1	1	1	1	False	94907	fragment	False	SPA0109_000000023519	0.9617957480156546		0	0	False	False	0.990173876285553	0					non-mobilizable	other	1332.0	75.52600000000001	99.0	0.007447325861503489	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	False	False
MAD0093_000000024541	1322	0.7369066168708346	1	1	1	1	1	False	15652	maximal	True	MAD0093_000000024541	1.0		28	9	False	False	0.990166425704956	0					non-mobilizable	chromosome	1327.0	74.378	99.0	0.0004974415103826544	NZ_LN879430.1	firmicutes	Herbinix luporum strain SD1D chromosome I	False	False
MON0010_000000020812	1318	0.7369066168708346	1	1	1	1	1	False	94907	fragment	False	SPA0109_000000023519	0.9555300169690022		0	0	False	False	0.999241292476654	0					non-mobilizable	other	1324.0	75.755	99.0	0.00740208773933794	NZ_FWXW01000006.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	False	False
ENG0031_000000013485	1604	0.7368933825767162	2	2	2	2	2	False	92036	fragment	False	DEN0052_000000027259	0.9567942897973172		0	0	False	False	0.9987531304359436	0					non-mobilizable	other	1604.0	99.314	100.0	0.00048555937924731936	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0793_000000006194	2547	0.7368863595931711	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8742121391875997	PS871	0	0	False	True	0.9988221526145935	0					non-mobilizable	other	2310.0	93.98299999999999	91.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0058_000000010174	2477	0.7368863595931711	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8720753070022603	PS871	0	0	False	True	0.9967702627182007	0					non-mobilizable	other	2309.0	94.023	93.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0279_000000008414	2476	0.7368863595931711	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8860288040388534	PS871	0	0	False	True	0.999596118927002	0					non-mobilizable	other	2309.0	94.023	93.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ENG0096_000000013481	2471	0.7368863595931711	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8879138964291847	PS871	0	0	False	True	0.9983811974525452	0					non-mobilizable	other	2310.0	93.81	93.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0069_000000010317	2378	0.7368863595931711	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.7794501049510272	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2230.0	93.90100000000001	94.0	0.9653529666522304	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AST0026_000000012311	2334	0.7368863595931711	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8713335346453064	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2309.0	93.93700000000001	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0032_000000000758	24876	0.7368856183007624	26	18	7	14	12	True	116746	fragment	False	AUS0014_000000000962	0.9454272090018454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2646.0	98.866	14.0	0.0004076955030954801	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
ISR0043_000000000761	21958	0.7368750538320755	26	17	12	17	10	False	123880	maximal	True	ISR0043_000000000761	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	5944.0	98.469	63.0	0.0016753130494476826	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0033_000000049932	1181	0.736873638153822	2	1	1	1	1	False	12265	fragment	False	MON0049_000000017577	0.6387005649717513		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	99.069	100.0	0.0004768220055780093	HE576794.1	firmicutes	Megasphaera elsdenii strain DSM 20460 draft genome	False	False
CHI0141_000000009913	2794	0.7368713643827173	3	2	2	1	1	False	123060	maximal	True	CHI0141_000000009913	1.0		34	8	False	False	0.9942734241485596	0					non-mobilizable	no_good_hit	1325.0	92.45299999999999	51.0	0.0003542739046451151	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0096_000000000690	16740	0.7368700921561744	25	7	2	7	1	False	45531	maximal	True	MAD0096_000000000690	1.0		1	1	False	False	0.9997013211250305	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00019773952500884624	NZ_KB291650.1	firmicutes	Clostridium celatum DSM 1785 Scfld82, whole genome shotgun sequence	True	False
MON0054_000000043966	1171	0.7368607214143006	2	2	2	2	1	True	56788	fragment	False	MON0054_000000043966	0.9968805704099821		0	0	False	False	0.9658411741256714	0					non-mobilizable	other	1171.0	99.402	100.0	0.00802689352360044	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
USA0043_01_000000002720	4667	0.7368520048440801	4	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8843548310718784	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	4087.0	95.645	100.0	0.6235618959963185	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0133_000000005708	4283	0.7368520048440801	3	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8094260587198441	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3737.0	95.611	100.0	0.569872679858874	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0072_000000002749	4282	0.7368520048440801	4	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8087230344921051	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3736.0	95.396	100.0	0.5697192820984813	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0027_01_000000006265	4282	0.7368520048440801	4	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.808722215641147	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3736.0	95.396	100.0	0.5697192820984813	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0119_000000007612	4269	0.7368520048440801	4	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8079756986457896	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3723.0	95.38	100.0	0.5677251112133763	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0224_000000006428	4268	0.7368520048440801	4	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.8081746631943623	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3722.0	95.406	100.0	0.5675717134529836	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0167_000000007811	3947	0.7368520048440801	3	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.6200804642213217	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3380.0	95.74	100.0	0.5154164749194662	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0046_000000005097	3695	0.7368520048440801	3	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.3881382870607627	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9956698417663574	0	rep_cluster_475				non-mobilizable	other	3700.0	95.351	99.0	0.5641969627243443	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0083_000000007420	3636	0.7368520048440801	4	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.3589291798668187	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9964246153831482	0	rep_cluster_475				non-mobilizable	other	3387.0	95.719	99.0	0.516490259242215	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0048_01_000000004332	3543	0.7368520048440801	3	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.34803058353580957	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3388.0	95.691	99.0	0.5166436570026077	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0156_000000004624	3396	0.7368520048440801	3	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.31738127259083293	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9961719512939453	0	rep_cluster_475				non-mobilizable	other	3357.0	95.47200000000001	98.0	0.5117349286700414	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0023_01_000000009417	3393	0.7368520048440801	3	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.30607087210268	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3389.0	95.751	99.0	0.5167970547630004	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0120_000000008937	3392	0.7368520048440801	3	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.30509124048218134	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3403.0	96.15	100.0	0.5190980211688909	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AUS0022_000000011661	3028	0.7368520048440801	3	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.14742355382079314	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2804.0	95.221	100.0	0.42721276269366465	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CAN0021_000000014175	3017	0.7368520048440801	2	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.1335220846721562	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.999668538570404	0	rep_cluster_475				non-mobilizable	other	3031.0	94.75399999999999	100.0	0.4617272587820218	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0093_01_000000006711	2800	0.7368520048440801	3	2	1	0	2	False	126710	backbone	False	SPA0013_000000004881	0.10103099747481836	PS832|PS833|PS837|PS974|PS975|PS976	0	0	False	True	0.9996428489685059	0	rep_cluster_475				non-mobilizable	other	2808.0	95.15700000000001	99.0	0.4278263537352355	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0157_000000000941	5430	0.7368510613050143	4	4	3	3	4	False	118644	fragment	False	SPA0157_000000000941	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5454.0	93.67399999999999	100.0	0.011431243995752785	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
CHI0029_000000008416	1334	0.7368390298873806	2	2	1	2	2	False	88555	maximal	True	CHI0029_000000008416	1.0		108	10	False	False	0.995502233505249	0					non-mobilizable	chromosome	1334.0	99.325	100.0	0.00037557854733656203	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MON0035_000000016024	1794	0.7368370151412543	2	2	2	2	2	False	13018	fragment	False	MON0035_000000016024	0.9579953650057937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	81.443	5.0	0.00011627329553643775	NZ_FOZL01000002.1	bacteria	Granulicella pectinivorans strain DSM 21001, whole genome shotgun sequence	True	False
ENG0098_000000020445	1221	0.7368240396998467	1	1	1	1	1	True	60691	fragment	False	ENG0098_000000020445	1.0		0	0	False	False	0.9975429773330688	0					non-mobilizable	other	1248.0	90.785	100.0	0.0003634140184688117	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0052_000000004014	7948	0.7368230433621654	5	4	4	4	4	True	116514	fragment	False	SPA0052_000000004014	1.0		0	0	False	False	0.997986912727356	0					non-mobilizable	other	4767.0	99.37100000000001	100.0	0.02899361848388804	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
ENG0117_000000002169	8992	0.7368209848398095	12	9	3	5	9	True	123507	fragment	False	ENG0117_000000002169	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8993.0	99.311	100.0	0.0017596896433497353	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ISR0316_000000011541	1810	0.7368148852917845	4	3	1	3	2	False	25208	fragment	False	ISR0316_000000011541	1.0		0	0	False	False	0.9994475245475769	0					non-mobilizable	no_good_hit								True	False
CHI0187_000000009766	1610	0.7368133385193429	5	5	1	3	4	False	86474	fragment	False	ISR0176_000000018732	0.727392089093702		0	0	False	False	0.9664596319198608	0					non-mobilizable	other	1610.0	98.634	100.0	0.00042821127183005896	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0197_000000004063	5493	0.7368120748788245	5	5	4	3	4	False	50244	maximal	True	ISR0197_000000004063	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	3830.0	97.415	97.0	0.0015442071657989578	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0128_000000010928	2502	0.7368095148141477	3	3	3	2	1	False	58638	maximal	True	ENG0128_000000010928	1.0		22	6	False	False	0.9832134246826172	0					non-mobilizable	no_good_hit	335.0	97.31299999999999	13.0	0.00017616405409396824	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MAD0094_000000002359	5311	0.7368063615232967	8	7	5	6	6	False	85325	fragment	False	MAD0094_000000002359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	77.122	24.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0087_000000007959	3573	0.7368004275444001	10	3	3	3	3	True	110414	fragment	False	ISR0087_000000007959	1.0		0	0	False	False	0.9983207583427429	0					non-mobilizable	no_good_hit	2666.0	95.199	89.0	0.015321345052818321	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0180_000000012287	1454	0.7367964691256544	2	1	1	1	1	False	55322	maximal	True	ENG0180_000000012287	1.0		156	11	False	False	0.9649243354797363	0					non-mobilizable	no_good_hit	527.0	74.383	35.0	0.0018600367656389934	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0137_000000028767	1284	0.7367929247504859	2	2	2	1	1	False	79897	maximal	True	SPA0137_000000028767	1.0		7	5	False	False	1.0	0					non-mobilizable	other	1284.0	95.87200000000001	100.0	0.007324982586752229	NZ_PPCX01000008.1	firmicutes	Veillonella rogosae JCM 15642 Contig_8_len_175154, whole genome shotgun sequence	False	False
CHI0165_000000002135	8266	0.7367909737650121	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9531030502019904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3153.0	95.62299999999999	38.0	0.507366035292213	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0045_01_000000006367	2207	0.7367827749508059	3	3	3	3	2	False	85731	fragment	False	USA0045_01_000000006367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	84.00399999999999	44.0	0.07536118703631393	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
MAD0068_000000025098	1162	0.7367816493923949	4	3	3	3	2	True	16416	fragment	False	MAD0068_000000025098	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	98.795	100.0	0.00032354208048193217	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
FIJ0036_000000029202	1472	0.7367739232185777	2	1	1	1	1	False	119436	fragment	False	CHI0024_000000003275	0.07149658867868287		0	0	False	False	0.9932065010070801	0					non-mobilizable	other	1261.0	87.31200000000001	92.0	0.0002911607515306937	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0052_000000021082	1388	0.7367739232185777	2	1	1	1	1	False	119436	fragment	False	CHI0024_000000003275	0.05870533553247663		0	0	False	False	0.990634024143219	0					non-mobilizable	other	1159.0	87.14399999999999	92.0	0.012039512154373069	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
DEN0052_000000033889	1382	0.7367739232185777	1	1	1	1	1	False	119436	fragment	False	CHI0024_000000003275	0.058528734127245796		0	0	False	False	0.997829258441925	0					non-mobilizable	other	1159.0	87.921	92.0	0.00026899707252795655	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0328_000000023881	1225	0.7367739232185777	1	1	1	1	1	False	89945	fragment	False	CHI0013_000000007185	0.950712521496575		0	0	False	False	0.995102047920227	0					non-mobilizable	other	1225.0	99.429	100.0	0.008790072388831437	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0161_000000014280	2145	0.7367737780070948	4	3	2	3	2	False	120375	fragment	False	ISR0822_000000002788	0.46409952606635074		0	0	False	False	1.0	0					non-mobilizable	other	2147.0	98.603	100.0	0.012257142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0064_000000011408	1872	0.7367737780070948	3	3	2	3	2	False	120371	fragment	False	MAD0064_000000011408	0.9349689249331226		0	0	False	False	1.0	0					non-mobilizable	other	1882.0	93.35799999999999	100.0	0.010708571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0168_000000012301	2444	0.7367704826694869	2	1	1	1	1	False	55988	fragment	False	ENG0168_000000012301	1.0		0	0	False	False	0.9901800155639648	0					non-mobilizable	no_good_hit	139.0	84.89200000000001	6.0	0.0005593891633661345	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0082_000000015894	1972	0.7367704826694869	2	1	1	1	1	False	59509	maximal	True	ISR0082_000000015894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.1211474570507095e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0152_000000014014	1749	0.7367704826694869	2	1	1	1	1	False	62750	fragment	False	ENG0152_000000014014	1.0		0	0	False	False	0.9834191203117371	0					non-mobilizable	no_good_hit								True	False
ENG0211_000000018212	1305	0.7367704826694869	1	1	1	1	1	False	53620	fragment	False	ENG0211_000000018212	0.9395056703107288		0	0	False	False	0.9662835001945496	0					non-mobilizable	no_good_hit	207.0	79.71	16.0	0.0008247927810215998	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0248_000000003654	1250	0.7367704826694869	2	1	1	1	1	False	53620	fragment	False	ENG0211_000000018212	0.5405438926828354		0	0	False	False	0.9855999946594238	0					non-mobilizable	no_good_hit	62.0	85.484	5.0	0.00010829836198727494	NZ_LT964740.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
AST0050_000000011113	1242	0.7367687040265457	2	1	1	1	1	False	115508	fragment	False	MON0088_000000019692	0.3664952993068684		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	99.839	100.0	0.0005660476328398852	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0094_000000003411	6732	0.7367658227279822	6	5	4	5	3	False	33475	maximal	True	ISR0094_000000003411	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	72.15899999999999	17.0	0.0005854300628687134	NZ_GG700527.1	firmicutes	Anaerococcus vaginalis ATCC 51170 SCAFFOLD1, whole genome shotgun sequence	True	False
AUS0020_000000008780	3197	0.7367643424079654	4	4	4	4	2	False	103009	fragment	False	USA0063_01_000000006128	0.9793798916315473		0	0	False	False	1.0	0					non-mobilizable	chromosome	1626.0	98.831	100.0	0.00022936336633719266	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0015_000000019886	1349	0.7367641608842119	2	2	2	2	1	False	46721	fragment	False	MON0016_000000028601	0.9576222981651785		0	0	False	False	0.9688658118247986	0					non-mobilizable	no_good_hit								True	False
AST0084_000000024621	1442	0.7367597227550554	2	2	2	2	2	False	111262	fragment	False	AST0084_000000024621	1.0		0	0	False	False	0.9972260594367981	0					non-mobilizable	chromosome	1409.0	81.05	98.0	0.00046838220120965955	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	False	False
ENG0068_000000000863	22669	0.7367585555576674	24	8	4	4	7	False	80032	fragment	False	ENG0068_000000000863	1.0		0	0	False	False	0.999250054359436	0					non-mobilizable	no_good_hit	11229.0	93.41	67.0	0.024986066834607752	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
FIJ0041_000000029230	1310	0.7367490596819534	3	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.5891690032254203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	91.647	46.0	0.009805714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
CHI0059_000000006082	2759	0.7367451157266117	4	2	0	2	1	False	117770	fragment	False	CHI0059_000000006082	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1648.0	96.48100000000001	60.0	0.0008453671466496293	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
FIJ0164_000000017883	1268	0.7367438576705395	1	1	1	1	1	False	39079	fragment	False	FIJ0164_000000017883	1.0		0	0	False	False	0.9929022192955017	0					non-mobilizable	no_good_hit								True	False
ENG0180_000000000679	14320	0.7367412691188178	13	5	4	3	1	True	78599	fragment	False	ENG0180_000000000679	1.0		0	0	False	False	0.9999301433563232	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	9.452452772487802e-05	NZ_NIDK01000006.1	CFB group bacteria	Polaribacter haliotis strain RA4-7 contig6, whole genome shotgun sequence	True	True
SPA0113_000000016607	1832	0.7367374606453063	2	2	2	2	2	False	87700	fragment	False	CHI0040_000000008024	0.9702838859640593		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	99.12700000000001	100.0	0.000914734367334541	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0086_000000002173	10488	0.7367237554015565	7	6	4	6	5	False	121425	fragment	False	ISR0086_000000002173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	85.82600000000001	29.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0120_000000017728	2336	0.7367220596451352	3	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.48688199821121947		0	0	False	False	0.9995719194412231	0					non-mobilizable	other	2336.0	99.7	100.0	0.04276008570329811	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0295_000000021021	1703	0.7367220596451352	2	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.09993699003785148		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	99.336	99.0	0.02479535590675188	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0234_000000008174	1650	0.7367220596451352	2	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.09965197863984714		0	0	False	False	0.986060619354248	0					non-mobilizable	other	1351.0	99.63	99.0	0.024722105224604905	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0122_000000004247	7575	0.7367193356800845	8	8	3	7	6	True	6059	fragment	False	SPA0067_000000002603	0.9508949880668258		0	0	False	False	0.9993399381637573	0					non-mobilizable	plasmid	7575.0	100.0	100.0	0.07103999399714865	MK396099.1	enterobacteria	Escherichia coli strain Ec20-Lar plasmid unnamed, complete sequence	False	True
MAD0002_000000022283	1842	0.7367165788369145	3	3	3	3	3	False	41863	maximal	False	FIJ0114_000000019614	0.9335159362549801		0	0	False	False	0.9989142417907715	0					non-mobilizable	no_good_hit	114.0	81.579	6.0	0.0014921526336493984	NZ_AWEZ01000050.1	actinobacteria	Olsenella profusa F0195 contig00014, whole genome shotgun sequence	True	False
MAD0012_000000002167	10529	0.7367146486272969	13	9	8	8	7	False	19701	maximal	True	MAD0012_000000002167	1.0		2	1	False	False	0.9999050498008728	0					non-mobilizable	no_good_hit	916.0	77.293	9.0	0.001586298304621801	NZ_PKIB01000001.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.1, whole genome shotgun sequence	True	False
SPA0136_000000014386	2807	0.7367112028117472	2	2	2	2	2	False	116265	fragment	False	SPA0136_000000014386	0.9752238830756713		0	0	False	False	0.9942999482154846	0					non-mobilizable	no_good_hit	66.0	83.333	2.0	0.0006795353676923403	NZ_KB902184.1	high GC Gram+	Corynebacterium lubricantis DSM 45231 A37ODRAFT_scaffold_11.12, whole genome shotgun sequence	True	False
MAD0044_000000017776	1401	0.7367078823041322	1	1	1	1	1	False	17949	maximal	True	MAD0044_000000017776	1.0		1	1	False	False	0.9942898154258728	0					non-mobilizable	no_good_hit	1228.0	75.163	86.0	0.06708980569010634	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	True	False
USA0116_01_000000017034	1441	0.7367015239902936	3	1	1	1	1	True	258	maximal	True	USA0116_01_000000017034	1.0		1	1	False	False	0.9958361983299255	0					non-mobilizable	no_good_hit	113.0	99.115	8.0	0.0004301851716707701	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	True	True
ISR0387_000000002569	7923	0.7366988290568078	18	2	1	2	1	False	22981	maximal	True	ISR0387_000000002569	1.0		1	1	False	False	0.9998737573623657	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001384643787564873	AC186761.1	primates	Pongo abelii chromosome UNK clone CH276-23H12, complete sequence	True	False
MAD0089_000000019184	1443	0.7366911065505071	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.9193270634677065		0	0	False	False	0.9937629699707031	0					non-mobilizable	other	1448.0	89.779	100.0	0.0004486037596852681	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0234_000000003824	2940	0.7366896746264386	5	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.4613732725017537		0	0	False	False	0.9959183931350708	0					non-mobilizable	other	2673.0	98.99	97.0	0.0007988158869890769	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0225_000000000651	12009	0.7366892371508422	9	9	7	7	8	True	91040	maximal	True	ISR0225_000000000651	1.0		6	3	False	False	0.9998334646224976	0		MOBV			mobilizable	chromosome	11873.0	100.0	100.0	0.0054180209437177515	CP050959.1	firmicutes	Streptococcus gallolyticus strain FDAARGOS_666 chromosome	False	True
AST0084_000000004128	6634	0.7366876774147264	6	6	4	6	4	False	111590	maximal	True	AST0084_000000004128	1.0		1	1	False	False	0.9823635816574097	0					non-mobilizable	no_good_hit	1548.0	94.897	31.0	0.000217507044631147	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
CHI0039_000000003708	3577	0.7366874834847581	5	4	4	4	3	False	99551	maximal	True	CHI0039_000000003708	0.9843658679135009		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	78.01	5.0	6.00393449324238e-05	CP003087.1	b-proteobacteria	Burkholderia sp. YI23 chromosome 1, complete sequence	True	False
ITA0006_000000008741	2884	0.7366830566172601	3	3	3	2	2	True	56900	maximal	True	ITA0006_000000008741	1.0		1	1	False	False	0.9996532797813416	0					non-mobilizable	no_good_hit	1632.0	87.194	57.0	0.006554265701085274	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	True
MON0040_000000006203	4209	0.7366771453854141	5	4	2	4	2	False	106644	fragment	False	MON0040_000000006203	0.9937622038354059		0	0	False	False	0.9966738224029541	0					non-mobilizable	other	4209.0	99.21600000000001	100.0	0.001274631233856968	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0261_000000002912	5582	0.7366541279524361	7	4	3	2	2	True	91911	fragment	False	MON0086_000000005175	0.954737583656217		0	0	False	False	0.9976710677146912	0					non-mobilizable	plasmid	4731.0	99.979	99.0	0.589114460082202	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0134_000000032231	1169	0.736646091173483	2	1	1	1	1	False	64463	fragment	False	ISR0003_000000021197	0.9387872213430022		0	0	False	False	0.9709153175354004	0					non-mobilizable	other	1171.0	89.411	100.0	0.0013684039754251576	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0025_000000002921	6772	0.7366401726044948	6	4	4	4	4	True	130099	maximal	True	SPA0025_000000002921	1.0		1	1	False	False	0.9995570182800293	0					non-mobilizable	no_good_hit	4837.0	98.243	76.0	0.001627769286255481	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0065_000000018943	1390	0.7366315957439201	1	1	1	1	1	False	10665	maximal	True	MON0065_000000018943	1.0		134	12	False	False	0.999280571937561	0					non-mobilizable	other	1391.0	82.171	100.0	0.001391646912427437	NZ_QVHZ01000002.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf2, whole genome shotgun sequence	False	False
DEN0063_000000020282	2353	0.7366315825909009	3	3	3	2	2	False	71539	maximal	True	DEN0063_000000020282	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	80.233	7.0	0.0007750532565834202	NZ_AMQH01000004.1	firmicutes	Clostridium tunisiense TJ C661contig4, whole genome shotgun sequence	True	False
CHI0179_000000011135	1861	0.7366262918526453	3	3	2	3	3	False	77555	fragment	False	CHI0179_000000011135	1.0		0	0	False	False	0.970445990562439	0					non-mobilizable	no_good_hit	611.0	88.21600000000001	33.0	0.0002816914545819167	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0029_000000024516	1288	0.736620010464658	2	1	1	1	1	False	48830	fragment	False	FIJ0029_000000024516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	92.647	16.0	7.163306088069144e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ETH0003_000000002758	8941	0.7366136110892902	8	5	4	5	4	True	105927	fragment	False	ETH0003_000000002758	0.976999759788614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	92.367	17.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AUS0016_000000002417	8326	0.7366136110892902	7	5	4	5	4	True	105927	fragment	False	ETH0003_000000002758	0.9418968795436752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.169	21.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0035_000000012051	1618	0.7366125321215569	2	2	2	2	1	False	36785	fragment	False	ISR0035_000000012051	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1619.0	98.70299999999999	100.0	0.021625811970381457	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0176_000000010234	3249	0.7365989527215795	5	4	4	4	4	False	122013	maximal	True	ISR0176_000000010234	1.0		5	2	False	False	0.9996922016143799	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	41.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0015_000000013660	1879	0.7365957398553195	3	2	2	2	1	True	87136	fragment	False	FIJ0163_000000013292	0.9535863162682359		0	0	False	False	1.0	0					non-mobilizable	plasmid	1879.0	98.35	100.0	0.0068026718054971964	LR134252.1	enterobacteria	Raoultella terrigena strain NCTC9997 genome assembly, plasmid: 2	False	True
SPA0112_000000023809	1394	0.7365930016247652	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.32953491639724564		0	0	False	False	0.9992826581001282	0					non-mobilizable	chromosome	1394.0	94.835	100.0	0.00038987380459457743	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0349_000000005484	1917	0.7365851920905336	3	3	3	3	2	False	57557	fragment	False	ISR0349_000000005484	0.9909808342728297		0	0	False	False	0.9968701004981995	0					non-mobilizable	other	1858.0	98.385	97.0	0.01330343582542912	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0146_000000016376	1358	0.7365767981805066	2	2	2	2	2	False	57405	maximal	True	ENG0146_000000016376	1.0		86	9	False	False	0.9992636442184448	0					non-mobilizable	chromosome	1361.0	99.045	100.0	0.0003412462312364756	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0090_000000012331	2295	0.7365761907607239	3	3	1	1	3	False	102840	maximal	True	ISR0090_000000012331	0.9961383755983563		101	11	False	False	0.9995642900466919	0					non-mobilizable	no_good_hit	502.0	78.08800000000001	22.0	0.010322553845514778	NZ_KI912476.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00022.22, whole genome shotgun sequence	True	False
SPA0026_000000010076	2942	0.7365743743075587	4	3	2	3	1	False	78778	maximal	True	SPA0026_000000010076	1.0		39	8	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	97.115	59.0	0.00016506620748662907	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
FIJ0101_000000022218	1263	0.7365641226201941	2	2	2	2	1	False	42657	fragment	False	FIJ0101_000000022218	1.0		0	0	False	False	0.9865399599075317	0					non-mobilizable	other	1266.0	89.1	100.0	0.0003101500464244358	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0140_000000001700	12166	0.7365568394555082	23	9	3	7	6	True	42520	maximal	True	FIJ0140_000000001700	1.0		6	1	False	False	0.9999178051948547	0					non-mobilizable	no_good_hit	274.0	92.336	4.0	7.255792563292785e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0112_000000003067	10419	0.7365535913368246	16	7	4	5	5	False	66645	fragment	False	SPA0112_000000003067	1.0		0	0	False	False	0.9997120499610901	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	1.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	False
MON0002_000000018165	1520	0.7365500108110831	1	1	1	1	1	False	45677	fragment	False	MON0076_000000029613	0.6970278066273959		0	0	False	False	0.9980263113975525	0					non-mobilizable	other	1447.0	95.439	95.0	0.025289004704524387	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
DEN0063_000000029075	1710	0.7365434498377302	2	2	2	2	1	True	71463	fragment	False	DEN0063_000000029075	1.0		0	0	False	False	0.9754385948181152	0					non-mobilizable	no_good_hit	137.0	75.182	8.0	1.6769931063068455e-05	NZ_CP018047.1	high GC Gram+	Streptomyces niveus strain SCSIO 3406 chromosome, complete genome	True	True
FIJ0038_000000016938	2058	0.7365341191578436	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.23865740712253208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	87.11399999999999	27.0	0.01237164698964129	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0142_000000018501	1919	0.7365341191578436	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.18334389349596406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	87.11399999999999	29.0	0.01237164698964129	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0011_000000023338	1913	0.7365341191578436	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.1827180367627668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	87.074	29.0	0.012507350612928032	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0203_000000009474	1902	0.7365341191578436	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.1951652649600696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	85.507	22.0	0.00927308092459402	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0044_000000029868	1836	0.7365341191578436	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.18188219598822894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	369.0	85.095	20.0	0.008255303749943457	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0051_000000019539	1814	0.7365341191578436	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.13311151254758985		0	0	False	False	0.9988974928855896	0					non-mobilizable	no_good_hit	339.0	84.956	19.0	0.007576785633509748	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0002_000000021248	1755	0.7365341191578436	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.09910640227008607		0	0	False	False	0.9669515490531921	0					non-mobilizable	no_good_hit	280.0	85.714	16.0	0.0062876012122857015	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0001_000000016868	1459	0.7365336536341739	2	2	2	2	1	True	38682	maximal	True	ISR0001_000000016868	1.0		16	7	False	False	1.0	0					non-mobilizable	other	1471.0	88.375	100.0	0.00045451462753132914	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0102_000000018124	2511	0.7365322567802681	2	2	2	2	2	False	8954	maximal	True	MON0102_000000018124	1.0		2	2	False	False	0.9984070062637329	0					non-mobilizable	no_good_hit	597.0	74.874	23.0	0.007583195535345184	NZ_ASRX01000034.1	d-proteobacteria	Chondromyces apiculatus DSM 436 contig34, whole genome shotgun sequence	True	False
MON0047_000000011158	3401	0.7365313774165084	4	4	4	3	3	False	64549	maximal	True	MON0047_000000011158	1.0		61	10	False	False	0.997647762298584	0					non-mobilizable	no_good_hit	1213.0	95.46600000000001	68.0	0.0003650094474805012	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0077_000000010195	3689	0.7365305795503281	9	2	2	1	1	False	13727	fragment	False	MON0077_000000010195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000004085	4787	0.7365265931131145	7	2	1	1	1	True	79024	fragment	False	ENG0105_000000004085	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4787.0	98.663	100.0	0.11167891727919729	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0372_000000003623	4128	0.7365265931131145	7	2	1	1	1	True	105858	fragment	False	ISR0372_000000003623	0.9638297872340426		0	0	False	False	1.0	0					non-mobilizable	other	4132.0	95.184	100.0	0.09424	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0060_000000003737	3995	0.7365265931131145	6	2	1	1	1	True	105858	fragment	False	ISR0372_000000003623	0.9486434108527132		0	0	False	False	1.0	0					non-mobilizable	other	3925.0	94.446	100.0	0.08948571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0082_000000008361	3545	0.7365265931131145	6	2	1	1	1	True	105857	fragment	False	FIJ0050_000000007844	0.5734724573053974		0	0	False	False	0.9997178912162781	0					non-mobilizable	other	3547.0	95.32	100.0	0.08086857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0019_000000005077	5182	0.7365245282613396	5	5	4	4	4	False	99337	fragment	False	MON0019_000000010285	0.5745549881634364		0	0	False	False	0.9957545399665833	0					non-mobilizable	other	5182.0	99.61399999999999	100.0	0.001179567460057264	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
CHI0141_000000022153	1250	0.7365229451169604	3	3	3	2	2	False	80049	fragment	False	CHI0141_000000022153	0.9983870967741936		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	99.92	100.0	0.02698789974070873	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0133_01_000000008076	3037	0.7365193459540512	5	2	1	2	2	True	93814	fragment	False	USA0133_01_000000008076	0.9388100067613252		0	0	False	False	1.0	0					non-mobilizable	chromosome	3037.0	94.10600000000001	100.0	0.0009415395722631621	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	True
MON0104_000000002256	11790	0.7365109592017091	13	5	1	2	5	False	103244	maximal	False	MON0094_000000001388	0.9064231807179546		0	0	False	False	0.9954198598861694	0					non-mobilizable	other	3304.0	94.824	98.0	0.007154381977636863	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MON0061_000000002565	11782	0.7365109592017091	13	5	1	2	5	False	103244	maximal	False	MON0094_000000001388	0.8973765411934294		0	0	False	False	0.9998302459716797	0					non-mobilizable	other	3354.0	93.82799999999999	97.0	0.007256308607812351	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0847_000000008692	3011	0.7365084057768542	7	4	3	3	3	False	94422	fragment	False	ISR0847_000000008692	1.0		0	0	False	False	0.9950182437896729	0					non-mobilizable	other	2774.0	95.854	92.0	0.0005346609132867883	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0040_000000015662	1535	0.7365077159587524	1	1	1	1	1	False	64834	maximal	False	MAD0049_000000011681	0.7541446550664002		0	0	False	False	0.9628664255142212	0					non-mobilizable	other	1535.0	100.0	100.0	0.11815450974351074	NZ_CBYM010000053.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0152_000000012138	1984	0.7364998187316234	2	2	1	2	0	True	57035	maximal	True	ENG0152_000000012138	1.0		1	1	False	False	0.9994959831237793	0					non-mobilizable	no_good_hit								True	True
CHI0169_000000010126	1528	0.7364949333516957	1	1	1	1	1	False	78028	maximal	True	CHI0169_000000010126	1.0		12	5	False	False	0.996073305606842	0					non-mobilizable	other	1500.0	75.0	97.0	0.018254505197121594	NZ_FMJR01000091.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	False	False
CHI0161_000000003525	2865	0.7364945523546401	3	3	1	3	2	False	117833	maximal	True	CHI0161_000000003525	1.0	PS794|PS796	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1395.0	86.23700000000001	65.0	0.0002052436811633778	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	True
MAD0068_000000007643	3442	0.7364881329105155	4	3	3	2	2	False	16473	maximal	True	MAD0068_000000007643	1.0		1	1	False	False	0.9944799542427063	0					non-mobilizable	no_good_hit	452.0	97.345	13.0	0.0024267404194871023	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
ENG0135_000000003702	5221	0.7364838583751016	5	4	4	3	2	False	58109	fragment	False	ENG0135_000000003702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1463.0	76.623	28.0	0.013282368932393106	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
ISR0166_000000001219	10798	0.7364824090251921	11	6	3	4	4	True	51771	fragment	False	ISR0166_000000001219	1.0		0	0	False	True	0.9987034797668457	0					non-mobilizable	no_good_hit	1227.0	77.262	11.0	0.0006335937056720822	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
SPA0014_000000017828	1356	0.7364810834727972	1	1	1	1	1	False	7931	fragment	False	SPA0014_000000017828	1.0		0	0	False	False	0.9830383658409119	0					non-mobilizable	no_good_hit	1185.0	72.068	85.0	0.0005570863609590783	CP017948.1	bacteria	Tenericutes bacterium MO-XQ chromosome, complete genome	True	False
DEN0069_000000020099	1339	0.7364760704966117	2	1	1	1	1	False	70683	fragment	False	DEN0069_000000020099	1.0		0	0	False	False	0.9850634932518005	0					non-mobilizable	no_good_hit	76.0	96.053	12.0	1.0380135797088552e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
SPA0055_000000002411	11157	0.7364755742514748	9	9	5	7	8	False	55576	maximal	True	SPA0055_000000002411	1.0		3	1	False	False	1.0	0					non-mobilizable	other	6802.0	98.883	95.0	0.003001769492047013	AP018131.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: JCM 7004	False	False
AUS0016_000000002999	7201	0.7364716217778466	9	3	3	3	2	True	100642	fragment	False	AUS0016_000000002999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	97.48100000000001	13.0	0.11654713114754098	NZ_VZBY01000013.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_50_length_7808_cov_48.9137_ID_99, whole genome shotgun sequence	True	True
ENG0039_000000008308	2955	0.7364706906042594	6	4	2	4	1	True	124262	maximal	True	ENG0039_000000008308	1.0		44	7	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1960.0	99.337	66.0	0.23610273724828168	NZ_LT574831.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	True
ISR0364_000000003582	4143	0.7364592716880326	4	3	3	3	2	False	38799	maximal	True	ISR0364_000000003582	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1624.0	82.389	39.0	0.19481927710843375	KX125907.1	bacteria	Uncultured bacterium clone AmoxDisc_Mom_PI_42 genomic sequence	True	False
ISR0158_000000003733	4519	0.7364591296027292	4	2	2	2	2	False	108105	fragment	False	ISR0158_000000003733	0.9907054871220604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000004848	4465	0.7364591296027292	4	2	2	2	2	False	108105	fragment	False	ISR0158_000000003733	0.9848417791546802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0345_000000012718	1153	0.7364539983631144	1	1	1	1	1	False	36209	fragment	False	ISR0345_000000012718	0.951295799821269		0	0	False	False	0.9947961568832397	0					non-mobilizable	no_good_hit	128.0	78.125	11.0	0.01467051467051467	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0003_000000010996	2070	0.7364526830473137	3	3	3	3	2	False	67878	fragment	False	ENG0003_000000010996	0.9685194294146582		0	0	False	False	0.9859903454780579	0					non-mobilizable	other	2070.0	99.179	100.0	0.0005873329124445313	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0002_000000001040	8374	0.7364485890635121	11	7	4	4	6	False	102157	maximal	False	ISR0256_000000002091	0.697520622785741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1988.0	92.706	38.0	0.0003844448131019412	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0783_000000005906	2368	0.7364421907457206	4	1	1	1	1	False	125512	fragment	False	FIJ0081_000000013796	0.8647711926169704		0	0	False	False	0.9987331032752991	0					non-mobilizable	other	2267.0	82.35600000000001	95.0	0.0009885910889144524	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0136_000000011693	2313	0.7364421907457206	3	1	1	1	1	False	125512	fragment	False	FIJ0081_000000013796	0.7822085245171934		0	0	False	False	1.0	0					non-mobilizable	other	2265.0	82.163	98.0	0.0009877142897225105	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MAD0003_000000012384	2255	0.7364421907457206	3	1	1	1	1	False	125512	fragment	False	FIJ0081_000000013796	0.6949079676890929		0	0	False	False	0.9866962432861328	0					non-mobilizable	other	2269.0	82.59100000000001	99.0	0.0009877142897225105	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0319_000000011215	1780	0.7364421907457206	3	1	1	1	1	False	92636	fragment	False	ISR0319_000000011215	1.0		0	0	False	False	0.9853932857513428	0					non-mobilizable	other	1776.0	81.7	99.0	0.0007737752868886956	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
CAN0016_000000038737	1152	0.7364421907457206	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.764832232324765		0	0	False	False	0.9904513955116272	0					non-mobilizable	no_good_hit								True	False
ENG0087_000000012884	2065	0.7364384328725537	4	3	1	2	2	False	93110	maximal	True	ENG0087_000000012884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	92.76899999999999	70.0	0.0003214965223914422	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0342_000000005396	3263	0.736437906636248	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.0068199867920998745		0	0	False	False	1.0	0					non-mobilizable	other	3275.0	93.92399999999999	100.0	0.0005354793179518744	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
AST0062_000000010135	1596	0.7364373943533681	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.11033444456393161		0	0	False	False	1.0	0					non-mobilizable	other	1597.0	90.294	100.0	0.009832023424256434	NZ_JAAWUO010000005.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_5_length_162225_cov_126.953, whole genome shotgun sequence	False	False
FIJ0062_000000024049	1235	0.7364347424834725	2	1	1	1	1	False	45670	fragment	False	FIJ0062_000000024049	0.7046504850761921		0	0	False	False	0.9886639714241028	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00017315573113404177	NC_042448.1	eudicots	Comoranthus minor voucher MO:R.I. Randrianaivo 1757 chloroplast, complete genome	True	False
ISR0021_000000007469	3060	0.7364288440831828	3	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.38493636476266335		0	0	False	False	0.9993463754653931	0					non-mobilizable	other	2734.0	98.72	98.0	0.01827995826310298	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0103_000000013833	3377	0.7364282360462523	3	3	3	3	2	False	40571	maximal	True	MON0103_000000013833	1.0		44	4	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	76.296	4.0	2.3818623154638738e-05	AP023239.1	firmicutes	Paenibacillus sp. URB8-2 DNA, complete genome	True	False
CHI0094_000000002707	1769	0.7364281988229896	3	2	2	2	1	False	83542	maximal	True	CHI0094_000000002707	1.0		4	1	False	False	0.9892594814300537	0					non-mobilizable	other	1769.0	99.71700000000001	100.0	0.0006138827126181211	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0364_000000005884	2718	0.7364262546496618	4	4	4	4	4	False	116016	fragment	False	ISR0364_000000005884	1.0		0	0	False	False	0.9919058084487915	0					non-mobilizable	chromosome	2718.0	99.853	100.0	0.0012499309938722558	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
MON0059_000000005351	6022	0.7364222594208635	5	5	5	5	4	True	100236	maximal	True	MON0059_000000005351	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2937.0	98.876	49.0	0.006675354862774264	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	True	True
SPA0137_000000001464	19370	0.7364063857486081	26	15	12	13	11	True	88258	maximal	True	SPA0137_000000001464	1.0		1	1	False	False	0.9991739988327026	0					non-mobilizable	no_good_hit	3464.0	98.64299999999999	18.0	0.001340936362460289	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	True
ENG0063_000000009386	3370	0.7364059394469523	4	3	3	3	3	False	63107	maximal	True	ENG0063_000000009386	1.0		0	0	False	False	0.9934718012809753	0					non-mobilizable	no_good_hit	371.0	91.914	11.0	0.001685027976959074	NZ_WBKJ01000009.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000009, whole genome shotgun sequence	True	False
SPA0077_000000011505	2525	0.7363933809505787	2	2	2	2	2	False	5700	fragment	False	SPA0077_000000011505	1.0		0	0	False	False	0.9984158277511597	0					non-mobilizable	no_good_hit	49.0	87.755	2.0	0.0002984866093826408	NZ_BKAJ01000018.1	a-proteobacteria	Reyranella soli strain NBRC 108950 sequence018, whole genome shotgun sequence	True	False
SPA0001_000000014851	2286	0.7363909742928778	3	2	2	2	2	False	22779	maximal	True	SPA0001_000000014851	1.0		30	6	True	True	1.0	5					non-mobilizable	no_good_hit	1018.0	80.059	44.0	0.00030344241216089565	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0386_000000008123	4351	0.7363891427405375	7	5	4	4	5	False	87844	maximal	False	CHI0141_000000006226	0.9603803486529319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	97.634	27.0	0.0001695318999821275	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0398_000000008477	2739	0.7363867582289207	3	2	0	1	1	True	34832	fragment	False	ISR0398_000000008477	1.0		0	0	False	False	0.9985396265983582	0					non-mobilizable	no_good_hit	693.0	95.238	41.0	0.07032765132183322	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0169_000000006949	3980	0.7363859934609228	3	3	3	0	0	False	118049	fragment	False	MON0078_000000010427	0.5159493877123801		0	0	False	False	0.9994974732398987	0					non-mobilizable	chromosome	3983.0	96.86200000000001	100.0	0.0006349705484968723	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0858_000000002505	3425	0.7363859934609228	3	3	3	0	0	False	20461	maximal	True	ISR0858_000000002505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1516.0	73.747	44.0	0.0005346354037717272	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
ENG0040_000000011389	2033	0.7363859934609228	3	3	3	0	0	False	64854	fragment	False	ENG0040_000000011389	1.0		0	0	False	False	0.9926217198371887	0					non-mobilizable	no_good_hit	1021.0	71.499	49.0	0.00044005655721863026	NZ_AP019846.1	fusobacteria	Leptotrichia hongkongensis strain JMUB5056	True	False
ENG0182_000000016428	1737	0.7363859934609228	3	3	3	0	0	False	55232	fragment	False	ENG0182_000000016428	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1737.0	97.46700000000001	100.0	0.005277743133610555	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0141_000000018627	1595	0.7363859934609228	3	3	3	0	0	False	81137	fragment	False	FIJ0141_000000018627	1.0		0	0	False	False	0.995611310005188	0					non-mobilizable	no_good_hit								True	False
USA0113_01_000000014470	1241	0.7363859934609228	3	3	3	0	0	False	81356	fragment	False	FIJ0005_000000022689	0.4035752068223322		0	0	False	False	0.9975826144218445	0					non-mobilizable	chromosome	1241.0	98.55	100.0	0.0002751994029572275	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0256_000000012067	1479	0.7363857649249554	3	3	2	1	1	False	105746	fragment	False	ISR0256_000000012067	0.9277682360560804		0	0	False	False	0.999323844909668	0					non-mobilizable	other	966.0	95.031	100.0	0.006261529268102575	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0161_000000006392	2537	0.7363794768237729	3	2	1	0	2	False	123136	fragment	False	FIJ0161_000000006392	0.9995819397993311		0	0	False	True	0.9956641793251038	0					non-mobilizable	no_good_hit	1438.0	94.645	57.0	0.17439158615629205	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
FIJ0164_000000010561	2178	0.7363753330147588	3	3	3	3	3	False	46264	maximal	False	FIJ0055_000000006332	0.9987393701255667		0	0	False	False	0.9990817308425903	0					non-mobilizable	no_good_hit	851.0	77.908	39.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CAN0010_000000006366	2044	0.7363751404554241	3	3	3	3	2	False	94606	fragment	False	FIJ0061_000000011278	0.670439028218304		0	0	False	False	0.9892367720603943	0					non-mobilizable	other	2044.0	98.19	100.0	0.0064742045886677655	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0013_000000019689	1362	0.7363714404146987	1	1	1	1	1	False	54185	fragment	False	ISR0013_000000019689	0.960088691796009		0	0	False	False	0.9977973699569702	0					non-mobilizable	no_good_hit	579.0	73.575	42.0	0.11104695919938413	NZ_FRAE01000103.1	firmicutes	Tepidibacter formicigenes DSM 15518, whole genome shotgun sequence	True	False
USA0057_01_000000024273	1339	0.7363714404146987	1	1	1	1	1	False	29454	fragment	False	ISR0183_000000021018	0.9518970189701896		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	99.62700000000001	100.0	0.005438538016925316	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ENG0167_000000003165	7661	0.7363665569820884	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.810540786621268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2546.0	98.704	33.0	0.4120123037073013	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0057_000000001618	12505	0.7363661768303227	12	9	8	9	4	True	50045	maximal	False	FIJ0052_000000001875	0.97257973912634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	2.8847011187395428e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0797_000000001180	9597	0.736366106504679	7	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.8256948469359019		0	0	False	False	1.0	0					non-mobilizable	plasmid	7951.0	97.37100000000001	98.0	0.0687821969368463	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0171_000000002497	8109	0.736366106504679	9	4	3	4	3	True	101293	fragment	False	FIJ0171_000000002497	0.9391530234985119		0	0	False	False	1.0	0					non-mobilizable	plasmid	8033.0	95.89200000000001	99.0	0.06955405616359947	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0014_000000004961	6969	0.73636357962183	8	5	4	5	2	False	82793	maximal	True	ISR0014_000000004961	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	83.619	18.0	0.5980392156862745	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0030_000000027052	1341	0.7363606286578458	2	2	2	2	2	False	70308	fragment	False	MON0084_000000028248	0.9603114534678553		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	97.09200000000001	100.0	0.000561704731943184	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0084_000000000044	91038	0.7363575715082792	148	42	16	27	27	True	101317	maximal	True	ISR0084_000000000044	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	1830.0	80.765	2.0	0.000504301559002727	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
MON0051_000000013108	2614	0.7363575239711722	3	3	3	3	3	False	101973	fragment	False	ENG0014_000000008983	0.9623438648052902		0	0	False	False	0.9927314519882202	0					non-mobilizable	no_good_hit	753.0	77.689	29.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0781_000000003672	6327	0.7363525699127537	7	6	4	5	6	False	102141	fragment	False	ISR0781_000000003672	1.0		0	0	False	False	0.9998419284820557	0					non-mobilizable	no_good_hit	1573.0	82.51700000000001	25.0	0.025529356322212652	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ISR0818_000000001316	10683	0.7363448751687189	8	5	4	4	3	True	21362	fragment	False	ISR0818_000000001316	1.0		0	0	False	False	0.9989703297615051	0					non-mobilizable	no_good_hit	3607.0	88.8	34.0	0.03524116262348689	NZ_LFQU01000012.1	CFB group bacteria	Prevotella rara strain 109 contig00012, whole genome shotgun sequence	True	True
ISR0255_000000012937	2401	0.7363437362618074	3	3	2	2	2	False	131191	fragment	False	ISR0255_000000012937	1.0		0	0	False	False	0.9995834827423096	0					non-mobilizable	chromosome	2210.0	86.29	94.0	0.0005868833972562799	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0069_000000010172	2758	0.7363406132748582	4	1	1	1	1	False	70738	maximal	True	DEN0069_000000010172	1.0		1	1	False	False	0.997824490070343	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	0.0009179599940225861	NZ_AUDP01000031.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00030.30_C, whole genome shotgun sequence	True	False
ISR0079_000000018266	1558	0.7363369781137147	3	2	2	1	1	False	34351	maximal	True	ISR0079_000000018266	1.0		0	0	False	False	0.9993581771850586	0					non-mobilizable	no_good_hit								True	False
ISR0311_000000019185	1246	0.7363369781137147	2	2	2	1	1	False	129162	fragment	False	AST0003_000000024551	0.9577519379844961		0	0	False	False	0.9991974234580994	0					non-mobilizable	no_good_hit								True	False
AUS0008_000000021324	1165	0.7363369781137147	2	2	2	1	1	False	101633	fragment	False	ISR0032_000000027034	0.9425169920514814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	0.0014024236757884138	NZ_CP015806.1	spirochetes	Borrelia mayonii strain MN14-1539 plasmid lp28-3	True	False
FIJ0029_000000025925	1217	0.7363356078713619	2	1	1	1	1	False	48816	fragment	False	FIJ0029_000000025925	1.0		0	0	False	False	0.9802793860435486	0					non-mobilizable	no_good_hit								True	False
ISR0256_000000005382	3334	0.7363317612981588	5	3	2	3	1	False	26853	maximal	True	ISR0256_000000005382	1.0		1	1	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.5845459980464224e-06	CP046401.1	CFB group bacteria	Prolixibacteraceae bacterium WC007 chromosome, complete genome	True	False
ISR0347_000000008011	2734	0.7363302364167992	5	5	4	3	4	False	121862	fragment	False	FIJ0014_000000008762	0.8650738752003052		0	0	False	False	1.0	0					non-mobilizable	other	2734.0	99.744	100.0	0.0008502316749097348	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0059_000000019700	1994	0.7363259766532713	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.34450708249325346		0	0	False	False	0.9994984865188599	0					non-mobilizable	chromosome	1994.0	98.74600000000001	100.0	0.0006423804110396603	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0120_01_000000004290	2922	0.7363223036210068	3	3	1	3	2	False	117873	fragment	False	USA0120_01_000000004290	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2441.0	85.866	83.0	0.0010400304641542877	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0278_000000002601	3767	0.7363179758691054	4	4	4	4	4	False	26282	maximal	True	ISR0278_000000002601	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	92.771	2.0	2.893552212914629e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0118_000000006277	2192	0.7363127155469716	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.4137096943469648		0	0	False	False	0.9990875720977783	0					non-mobilizable	other	2192.0	97.491	100.0	0.00068161639214315	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0266_000000009268	1989	0.7363127155469716	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.35749098270781027		0	0	False	False	0.9929612874984741	0					non-mobilizable	chromosome	1989.0	97.838	100.0	0.0006691491606856692	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0056_000000000643	25721	0.736312665379185	43	13	5	9	5	False	61077	maximal	True	SPA0056_000000000643	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.055969070454602e-07	LR877218.1	rodents	Acomys russatus genome assembly, chromosome: 7	True	False
ISR0264_000000006766	1637	0.7363112333749162	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.9313966806117924		0	0	False	False	0.9969456195831299	0					non-mobilizable	chromosome	1637.0	98.595	100.0	0.0005702470466361698	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0090_000000017875	1615	0.7363112333749162	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.9222064961772848		0	0	False	False	1.0	0					non-mobilizable	chromosome	1615.0	98.32799999999999	100.0	0.000562578687818324	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0104_000000021522	1613	0.7363112333749162	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.9218646258421634		0	0	False	False	0.9913205504417419	0					non-mobilizable	chromosome	1610.0	98.696	99.0	0.0005608358789960864	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0113_000000023717	1582	0.7363112333749162	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.9252691224253886		0	0	False	False	1.0	0					non-mobilizable	chromosome	1582.0	98.546	100.0	0.0005095852633485715	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0151_000000010298	2425	0.7363065901681684	2	2	2	2	2	False	79473	maximal	True	CHI0151_000000010298	1.0		6	2	False	False	0.9769071936607361	0					non-mobilizable	no_good_hit	1643.0	91.053	79.0	0.0002526373835013941	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0324_000000015741	1952	0.7363063386738753	3	3	3	2	2	False	123219	maximal	True	ISR0324_000000015741	1.0		9	2	False	False	0.998975396156311	0					non-mobilizable	no_good_hit	1263.0	94.06200000000001	88.0	0.00033712297431433795	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0003_000000011162	3094	0.7362880764281093	4	1	1	1	1	False	130285	fragment	False	AST0003_000000011162	0.9975677553856845		0	0	False	False	0.999030351638794	0					non-mobilizable	other	2982.0	99.866	96.0	0.08396494886027443	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	False	False
AST0084_000000011760	2878	0.7362880764281093	4	1	1	1	1	False	130285	fragment	False	AST0003_000000011162	0.9628312863606981		0	0	False	False	1.0	0					non-mobilizable	other	2878.0	100.0	100.0	0.0810628046547012	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	False	False
MON0086_000000015953	1935	0.7362880764281093	2	1	1	1	1	False	9739	fragment	False	MON0086_000000015953	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1935.0	100.0	100.0	0.054492688287171395	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	False	False
CHI0120_000000008839	1720	0.7362868735653102	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.22556725174663128		0	0	False	False	0.9994186162948608	0					non-mobilizable	other	1723.0	80.73100000000001	99.0	0.017628188597893696	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0079_000000035661	1697	0.7362868735653102	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.2157650370691905		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	80.6	99.0	0.017390945568197057	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0023_000000000479	19990	0.7362807275250243	17	11	6	11	6	True	91676	fragment	False	CAN0023_000000000479	1.0		0	0	False	False	0.9998499155044556	0					non-mobilizable	no_good_hit	17087.0	90.876	85.0	0.40326814387400384	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
ENG0191_000000010611	2822	0.7362797226612727	6	2	2	2	2	False	61996	fragment	False	FIJ0091_000000008499	0.9706519675555764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	93.76899999999999	11.0	0.0013129228534737066	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0034_000000002325	8157	0.7362774462074111	9	5	4	4	2	True	108903	fragment	False	USA0087_01_000000001139	0.9539414414414414		0	0	False	False	0.9958317875862122	0					non-mobilizable	no_good_hit	4056.0	99.87700000000001	80.0	0.0016037930992204102	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0110_000000008699	2689	0.7362747335407983	3	1	1	1	1	False	58592	maximal	True	ISR0110_000000008699	1.0		1	1	False	False	0.9988843202590942	0					non-mobilizable	no_good_hit	960.0	98.542	36.0	0.00013535967281068785	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
DEN0090_000000013338	2055	0.7362747335407983	2	1	1	1	1	False	68740	fragment	False	DEN0090_000000013338	1.0		0	0	False	False	0.9985401630401611	0					non-mobilizable	no_good_hit	48.0	93.75	2.0	0.026067665002773157	LN853411.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0803	True	False
ENG0128_000000021782	1365	0.7362747335407983	2	1	1	1	1	False	58590	fragment	False	ENG0128_000000021782	1.0		0	0	False	False	0.997802197933197	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	5.0	0.036605657237936774	LN853411.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0803	True	False
ISR0021_000000018228	1317	0.7362611407430392	2	1	1	1	1	True	113050	fragment	False	ENG0112_000000013698	0.2698838327966153		0	0	False	False	0.9969627857208252	0					non-mobilizable	other	1235.0	98.947	100.0	0.004785672456787395	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
SPA0090_000000029398	1252	0.7362611407430392	2	1	1	1	1	True	113050	fragment	False	ENG0112_000000013698	0.16779384778457093		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	98.962	100.0	0.004851601493874417	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0812_000000031781	1239	0.7362611407430392	2	1	1	1	1	True	113050	fragment	False	ENG0112_000000013698	0.22021125578717538		0	0	False	False	0.9967715740203857	0					non-mobilizable	other	1236.0	99.272	100.0	0.0047895506354395725	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0108_000000018646	1222	0.7362611407430392	2	1	1	1	1	True	113050	fragment	False	ENG0112_000000013698	0.21730513953082506		0	0	False	False	0.9991816878318787	0					non-mobilizable	other	1219.0	99.098	99.0	0.00472362159835255	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0168_000000020476	1181	0.7362611407430392	2	1	1	1	1	True	113050	fragment	False	ENG0112_000000013698	0.12225260029433006		0	0	False	False	0.9983065128326416	0					non-mobilizable	other	1119.0	98.838	100.0	0.004335803733134771	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0327_000000025433	1173	0.7362611407430392	2	1	1	1	1	True	113050	fragment	False	ENG0112_000000013698	0.1454255396819239		0	0	False	False	0.9701619744300842	0					non-mobilizable	other	1121.0	99.10799999999999	100.0	0.0043435600904391265	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0052_000000033499	1131	0.7362611407430392	2	1	1	1	1	True	113050	fragment	False	ENG0112_000000013698	0.09657494148517778		0	0	False	False	0.9991158246994019	0					non-mobilizable	other	1071.0	99.44	100.0	0.004149651157830237	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0098_000000015549	1124	0.7362611407430392	2	1	1	1	1	True	113050	fragment	False	ENG0112_000000013698	0.09505840602887032		0	0	False	False	0.9991103410720825	0					non-mobilizable	other	1124.0	99.37700000000001	100.0	0.00435519462639566	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
USA0037_01_000000014164	2425	0.7362567254619755	4	3	3	2	2	False	1366	maximal	True	USA0037_01_000000014164	1.0		0	0	False	False	0.9797937870025635	0					non-mobilizable	no_good_hit	1200.0	90.917	49.0	0.00023015711392969257	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
SPA0105_000000005598	4964	0.736255155765919	7	3	2	3	1	True	108898	fragment	False	USA0135_01_000000002624	0.6896221332420477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4178.0	99.689	84.0	0.0016520453207012709	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MAD0098_000000025186	1784	0.7362449877520673	3	3	3	3	2	False	127819	fragment	False	MAD0098_000000025186	1.0		0	0	False	False	0.9983183741569519	0					non-mobilizable	chromosome	1784.0	94.226	100.0	0.0006274068090929525	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0039_000000023344	1129	0.7362430515653914	2	2	2	1	1	False	90679	fragment	False	ISR0137_000000019216	0.9589096826688364		0	0	False	False	0.9601417183876038	0					non-mobilizable	chromosome	1129.0	100.0	100.0	0.00047696810656347016	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0036_000000001755	6523	0.7362323213127723	5	3	3	2	3	False	111127	fragment	False	CHI0036_000000001755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3228.0	98.17200000000001	62.0	0.0008717238365907162	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0132_000000010508	3748	0.7362315759386205	4	4	3	3	4	False	110172	maximal	True	SPA0132_000000010508	1.0		258	11	False	False	0.9994663596153259	0					non-mobilizable	other	3748.0	97.999	100.0	0.014455349289384752	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0013_000000021456	1392	0.736229178561447	1	1	1	1	1	False	50613	maximal	True	FIJ0013_000000021456	1.0		0	0	False	False	0.983476996421814	0					non-mobilizable	no_good_hit	861.0	84.785	64.0	0.00025436299874224977	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MAD0029_000000000912	4190	0.7362287453218265	7	4	3	4	2	False	19000	fragment	False	MAD0029_000000000912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.113659727285489e-05	NZ_FPBF01000004.1	CFB group bacteria	Algoriphagus locisalis strain DSM 23445, whole genome shotgun sequence	True	False
TAN0017_000000024380	1552	0.7362279256920259	2	2	1	2	1	True	2452	fragment	False	TAN0017_000000024380	1.0		0	0	False	False	0.9838917255401611	0					non-mobilizable	no_good_hit								True	True
MON0034_000000001185	9051	0.7362254432963524	14	13	3	8	12	True	85127	fragment	False	MON0034_000000001185	1.0		0	0	False	False	0.999668538570404	0					non-mobilizable	other	9051.0	99.74600000000001	100.0	0.0029042695008058145	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0060_000000008310	3403	0.7362204719412632	7	4	4	4	2	False	112493	maximal	True	AST0060_000000008310	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000021020	1495	0.7362186711355186	2	2	2	2	2	False	79371	fragment	False	FIJ0085_000000021020	0.9366001093394593		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	96.434	100.0	0.00046113397894334345	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0087_000000003689	2482	0.7362184697248477	4	4	4	4	3	False	131561	fragment	False	CHI0041_000000005632	0.9825328642046779		0	0	False	False	0.9991942048072815	0					non-mobilizable	no_good_hit	1960.0	80.51	78.0	0.0003114257863421375	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
USA0036_01_000000014443	2400	0.7362184697248477	4	4	4	4	3	False	131561	fragment	False	CHI0041_000000005632	0.9611635234590783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1947.0	80.483	81.0	0.00030935280363735115	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0113_000000005356	2885	0.7362120328080763	3	2	2	2	2	False	123225	fragment	False	SPA0040_000000012761	0.9306540133369449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1860.0	98.71	88.0	0.007205655935746336	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0189_000000006545	2214	0.7362104669187562	3	2	2	2	2	False	30678	maximal	True	ISR0189_000000006545	0.9596885020613835		42	10	False	False	0.9972899556159973	0					non-mobilizable	no_good_hit	491.0	73.523	22.0	0.008556299751025703	MK233918.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_1_c1 sequence	True	False
SPA0023_000000023139	1239	0.7362014822222015	3	2	2	2	2	False	7596	fragment	False	SPA0023_000000023139	1.0		0	0	False	False	0.9895076751708984	0					non-mobilizable	no_good_hit	302.0	83.444	52.0	0.0016279793934957307	NZ_QSFT01000003.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf3, whole genome shotgun sequence	True	False
TAN0001_000000003151	3466	0.7362008170896033	5	3	2	2	3	False	74193	fragment	False	TAN0001_000000003151	0.9524017467248909		0	0	False	False	0.9997114539146423	0					non-mobilizable	other	3350.0	92.35799999999999	96.0	0.001996573884000134	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
USA0001_01_000000004105	3789	0.7361981588734016	7	3	2	3	1	True	120438	fragment	False	USA0001_01_000000004105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
MON0011_000000012754	3662	0.7361976172035549	5	5	3	1	2	True	84659	fragment	False	MON0011_000000012754	1.0		0	0	False	False	0.9751501679420471	0					non-mobilizable	other	2701.0	96.66799999999999	97.0	0.0008645416613448469	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0080_01_000000020563	2096	0.7361963016696699	3	3	3	3	1	False	59361	maximal	True	USA0080_01_000000020563	1.0		0	0	False	False	0.982347309589386	0					non-mobilizable	no_good_hit								True	False
MON0102_000000017850	2553	0.7361922349741035	4	3	3	3	3	False	8956	maximal	True	MON0102_000000017850	1.0		73	9	False	False	1.0	0					non-mobilizable	other	2553.0	99.765	100.0	0.0033296105712526227	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0791_000000008855	2065	0.7361918554049918	4	3	3	2	1	False	78023	fragment	False	ISR0796_000000011293	0.6917796945655446		0	0	False	False	0.9985471963882446	0					non-mobilizable	chromosome	1928.0	86.463	93.0	0.0006428948173589679	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0120_000000004097	3255	0.7361848055117886	3	2	2	2	2	False	81864	maximal	True	CHI0120_000000004097	1.0		2	2	False	False	0.9996927976608276	0					non-mobilizable	no_good_hit	76.0	96.053	2.0	0.0014443909484833895	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0054_000000036057	1396	0.7361831077897006	1	1	1	1	1	False	73913	fragment	False	MON0079_000000016230	0.9851902302379025		0	0	False	False	0.982807993888855	0					non-mobilizable	other	1396.0	97.779	100.0	0.036238472528899855	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
MON0096_000000027475	1388	0.7361831077897006	1	1	1	1	1	False	73913	fragment	False	MON0079_000000016230	0.9841848444198072		0	0	False	False	0.9927954077720642	0					non-mobilizable	other	1388.0	97.839	100.0	0.036030653331601506	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
CHI0133_000000011195	1727	0.7361813727334403	2	2	2	2	2	False	80793	maximal	True	CHI0133_000000011195	1.0		8	4	False	False	0.9994209408760071	0					non-mobilizable	no_good_hit	1171.0	79.76100000000001	68.0	0.00020593317133021702	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0334_000000015936	1360	0.7361813727334403	2	2	2	2	2	False	24499	fragment	False	ISR0334_000000015936	1.0		0	0	False	False	0.9933823347091675	0					non-mobilizable	no_good_hit	1171.0	79.932	86.0	0.00020593317133021702	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0834_000000001137	12897	0.7361773798910533	19	6	0	6	2	False	20988	maximal	True	ISR0834_000000001137	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0107_000000017102	1909	0.7361720616967399	2	2	2	2	2	False	99446	maximal	True	SPA0107_000000017102	1.0		3	2	False	False	0.9748559594154358	0					non-mobilizable	no_good_hit	1682.0	100.0	88.0	0.0007501527303818996	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0077_000000001557	13425	0.7361695936701355	13	7	6	7	4	False	107940	maximal	True	ISR0077_000000001557	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00035260486846579105	NZ_CADIJQ010000017.1	b-proteobacteria	Achromobacter kerstersii strain LMG 3441 isolate LMG 3441, whole genome shotgun sequence	True	False
TAN0002_000000024594	1667	0.736167817259019	2	2	2	1	1	False	3025	maximal	True	TAN0002_000000024594	1.0		1	1	False	False	0.9976004958152771	0					non-mobilizable	no_good_hit	333.0	74.17399999999999	20.0	0.002975358620876198	NZ_DS483537.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_17, whole genome shotgun sequence	True	False
MAD0105_000000003535	7595	0.7361489318432901	9	7	5	5	6	False	53471	maximal	True	MAD0105_000000003535	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	97.161	19.0	0.0002998234096217342	NC_015968.1	enterobacteria	Enterobacter soli, complete sequence	True	False
CHI0165_000000011922	1415	0.7361462035161509	2	2	2	2	1	False	78291	fragment	False	CHI0165_000000011922	1.0		0	0	False	False	0.9943462610244751	0					non-mobilizable	no_good_hit	706.0	79.03699999999999	49.0	0.008860131948593438	NZ_JAAIQH010000014.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_14_length_78667_cov_335.352, whole genome shotgun sequence	True	False
MAD0107_000000018558	2112	0.7361452319001959	3	3	3	3	1	False	47360	maximal	True	MAD0107_000000018558	1.0		1	1	False	False	0.9971590638160706	0					non-mobilizable	no_good_hit	680.0	71.765	32.0	9.456828027441175e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
AST0093_000000008296	2149	0.7361439847147319	4	4	3	3	3	False	109544	maximal	True	AST0093_000000008296	1.0		25	5	False	False	0.9972079992294312	0					non-mobilizable	other	2149.0	99.86	100.0	0.0005913673580635748	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
CHI0054_000000006988	2448	0.7361431480017663	3	3	3	3	3	False	86347	maximal	True	CHI0054_000000006988	1.0		13	6	False	False	0.9983659982681274	0					non-mobilizable	chromosome	1787.0	77.84	93.0	0.000390799911335601	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0038_000000002069	13259	0.7361427811105498	30	5	2	4	2	True	68397	maximal	True	SPA0038_000000002069	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.287733239289051e-06	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	True
DEN0083_000000012505	2295	0.7361415048753341	3	3	3	1	1	True	69105	fragment	False	DEN0083_000000012505	1.0		0	0	False	False	0.9825708270072937	0					non-mobilizable	no_good_hit								True	True
ISR0031_000000001686	8395	0.7361404030570431	9	4	2	4	2	False	96284	maximal	True	ISR0031_000000001686	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	84.10700000000001	11.0	0.004381146089656863	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0112_000000003683	6648	0.7361404030570431	8	4	2	4	2	False	96272	fragment	False	MAD0089_000000002262	0.6990278793664898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	82.397	18.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0062_000000001861	6610	0.7361404030570431	8	4	2	4	2	False	96272	fragment	False	MAD0089_000000002262	0.6968355776473689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	82.56200000000001	18.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0105_000000004536	6070	0.7361404030570431	6	4	2	4	2	False	96272	fragment	False	MAD0089_000000002262	0.6119688835477753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	83.06700000000001	18.0	0.005066693301613533	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0131_000000003104	5994	0.7361404030570431	7	4	2	4	2	False	96272	fragment	False	MAD0089_000000002262	0.47120506331463147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	82.29899999999999	20.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
SPA0087_000000012223	1148	0.7361395714556347	1	1	1	1	1	False	5465	fragment	False	SPA0087_000000012223	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	99.652	100.0	0.006513401266368609	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0162_000000006858	3591	0.7361362844930811	5	4	3	4	4	False	126990	fragment	False	ENG0162_000000006858	1.0		0	0	False	False	0.990531861782074	0					non-mobilizable	chromosome	3551.0	95.551	99.0	0.0015674299535422592	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0194_000000009229	2980	0.7361355695055566	6	4	2	3	3	False	54530	fragment	False	ENG0194_000000009229	1.0		0	0	False	False	0.9875838756561279	0					non-mobilizable	no_good_hit	2675.0	89.60700000000001	89.0	0.0004109324050104159	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0061_000000005792	3061	0.7361341061291969	3	2	2	2	1	False	6201	maximal	True	SPA0061_000000005792	1.0		4	1	False	False	0.9993466138839722	0					non-mobilizable	no_good_hit	432.0	73.611	13.0	0.002825752158847148	NZ_FWXI01000012.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
ENG0207_000000017409	1146	0.7361242497598595	2	2	2	2	1	False	53868	fragment	False	ENG0207_000000017409	1.0		0	0	False	False	0.9991273880004883	0					non-mobilizable	chromosome	1147.0	87.881	99.0	0.0003214817123113408	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0088_000000002025	9861	0.7361221136785407	21	9	2	8	4	False	50727	maximal	True	ISR0088_000000002025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	95.294	2.0	0.017525558105570625	NZ_QRYH01000051.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf51, whole genome shotgun sequence	True	False
MON0033_000000002397	20665	0.7361200603423053	15	9	5	8	3	False	117626	fragment	False	MON0033_000000002397	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5155.0	92.396	30.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0045_000000020297	1211	0.7361154783099793	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.09193134603134896	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1216.0	83.22399999999999	99.0	0.014332640136118726	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0013_000000023512	1206	0.7361154783099793	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.09175789892778778	PS1128	0	0	False	True	0.9991708397865295	0					non-mobilizable	other	1211.0	83.23700000000001	99.0	0.014273560828055582	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0102_000000023035	1373	0.7361139352490592	2	2	2	2	2	False	4896	maximal	True	SPA0102_000000023035	1.0		24	4	False	False	0.9956300258636475	0					non-mobilizable	other	1373.0	98.762	100.0	0.0057710831717402	NZ_FTRU01000005.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0853_000000002941	4966	0.7361134503729193	5	4	4	4	3	False	107376	fragment	False	DEN0061_000000006376	0.9309599223696783		0	0	False	False	0.9997986555099487	0					non-mobilizable	no_good_hit	809.0	78.368	16.0	0.00027506494971125055	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ENG0063_000000009738	3252	0.7361074246509401	4	3	2	3	2	False	82540	fragment	False	ENG0063_000000009738	1.0		0	0	False	False	0.9981549978256226	0					non-mobilizable	no_good_hit								True	False
FIJ0094_000000006055	3190	0.7361068438176508	3	3	2	3	3	False	51776	fragment	False	FIJ0076_000000004590	0.47297714638665844		0	0	False	False	1.0	0					non-mobilizable	other	3111.0	99.1	99.0	0.22343559163733026	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0051_000000002390	15944	0.7361024721983002	17	5	3	5	1	True	111613	fragment	False	ISR0090_000000000852	0.7329728822338584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	True
ISR0333_000000000835	15445	0.7361024721983002	17	5	3	5	1	True	111613	fragment	False	ISR0090_000000000852	0.5891288903179389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	73.438	3.0	0.011673874399724072	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
AST0111_000000001052	15182	0.7361024721983002	17	5	3	5	1	True	111613	fragment	False	ISR0090_000000000852	0.5094356000633427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	72.391	5.0	0.00023567030109122395	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
SPA0136_000000012141	3264	0.7361016832446751	4	4	4	4	3	False	94400	fragment	False	SPA0136_000000012141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	76.357	16.0	0.0014608453501178378	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ENG0116_000000008482	2769	0.7360990650271861	5	3	2	3	2	True	75620	maximal	True	ENG0116_000000008482	1.0		0	0	False	False	0.993138313293457	0					non-mobilizable	no_good_hit								True	True
USA0027_01_000000002166	11510	0.7360989249823032	9	7	5	7	7	False	1599	maximal	True	USA0027_01_000000002166	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	77.694	3.0	6.131046332834591e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
ISR0027_000000003405	7478	0.7360950635266625	12	7	4	5	5	True	71109	fragment	False	ISR0027_000000003405	1.0		0	0	False	False	0.999866247177124	0					non-mobilizable	no_good_hit	1261.0	97.22399999999999	57.0	0.10157321500605082	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0052_000000027289	1366	0.7360827525587973	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.28611277015761233		0	0	False	False	0.9992679357528687	0					non-mobilizable	chromosome	1370.0	90.073	100.0	0.00044028682462628	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0102_000000003280	4781	0.7360798980672265	5	4	3	3	3	True	114147	fragment	False	MAD0102_000000003280	0.9894981207163387		0	0	False	False	1.0	0					non-mobilizable	plasmid	4547.0	99.384	100.0	0.03899434727785831	CP010201.1	enterobacteria	Escherichia coli strain M10 plasmid A, complete sequence	False	True
SPA0062_000000002778	10172	0.7360758553928305	7	7	5	5	5	False	119751	fragment	False	SPA0103_000000001197	0.6617923499642995		0	0	False	False	1.0	0					non-mobilizable	other	8712.0	99.587	100.0	0.0013914533043701473	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0818_000000009846	1838	0.7360758223024083	2	2	2	2	2	False	21349	maximal	True	ISR0818_000000009846	1.0		11	5	False	False	0.9994559288024902	0					non-mobilizable	no_good_hit	546.0	71.612	29.0	0.00010451823972933765	CP000251.1	d-proteobacteria	Anaeromyxobacter dehalogenans 2CP-C, complete genome	True	False
CAN0006_000000029449	1530	0.7360734587077524	2	1	1	1	1	False	110527	fragment	False	CAN0006_000000029449	0.9900990099009901		0	0	False	False	0.9921568632125854	0					non-mobilizable	other	1530.0	98.49700000000001	100.0	0.0066914660831509844	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0078_000000001666	8976	0.7360716598982135	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9653647181960484		0	0	False	False	0.9996657967567444	0					non-mobilizable	other	8976.0	99.655	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0007_000000003175	8975	0.7360716598982135	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9648402428970471		0	0	False	False	1.0	0					non-mobilizable	other	8976.0	99.655	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0005_01_000000025238	1202	0.7360681422641787	2	2	2	1	1	False	76377	fragment	False	USA0005_01_000000025238	0.9951986715121176		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	99.917	100.0	0.00032161840739170687	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MAD0098_000000013663	3192	0.7360643983639488	2	2	2	2	1	True	122804	maximal	True	MAD0098_000000013663	1.0		1	1	False	False	0.9890350699424744	0					non-mobilizable	no_good_hit	1551.0	98.45299999999999	48.0	0.01684599500054342	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0128_000000018096	1964	0.7360623101248683	2	2	2	1	1	False	31837	maximal	True	ISR0128_000000018096	1.0		0	0	False	False	0.9979633688926697	0					non-mobilizable	no_good_hit	1212.0	92.32700000000001	62.0	0.0016622783800691585	NZ_PGFC01000001.1	high GC Gram+	Pseudoscardovia suis strain DSM 24744 Ga0181009_101, whole genome shotgun sequence	True	False
FIJ0026_000000001344	16306	0.7360602064447987	15	10	8	10	7	True	49151	fragment	False	FIJ0026_000000001344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0026_000000001159	19662	0.7360566702486617	28	14	7	11	10	False	119612	maximal	True	AST0026_000000001159	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6009.0	86.154	30.0	0.006977214427962466	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0051_000000007881	3517	0.7360478680977091	5	2	2	2	1	False	129164	maximal	True	MAD0051_000000007881	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	75.61	6.0	0.0055414066217010435	KC246795.1	bacteria	Uncultured bacterium Contig26 genomic sequence	True	False
ISR0257_000000016572	1105	0.7360457145698105	2	1	1	1	1	False	26799	fragment	False	ISR0257_000000016572	1.0		0	0	False	False	0.996380090713501	0					non-mobilizable	no_good_hit	75.0	85.333	7.0	7.892431701935704e-06	NC_022657.1	high GC Gram+	Actinoplanes friuliensis DSM 7358, complete sequence	True	False
MON0109_000000013877	2543	0.7360386441852486	3	3	3	3	3	False	65159	fragment	False	MON0109_000000013877	1.0		0	0	False	False	0.9882029294967651	0					non-mobilizable	other	2537.0	97.477	100.0	0.0007635410359650108	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0329_000000002680	4181	0.7360378763999031	6	2	2	2	1	False	95365	fragment	False	ISR0329_000000002680	0.9932380709364634		0	0	False	False	0.9985649585723877	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	8.326833776968533e-06	CP045656.1	ascomycetes	Talaromyces marneffei isolate 11CN-20-091 chromosome 4, complete sequence	True	False
USA0035_01_000000016652	1540	0.7360239732904025	2	2	2	2	2	False	117651	fragment	False	USA0005_01_000000019153	0.9733538621707903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000007904	3035	0.7360160327476357	4	2	0	2	0	True	101929	maximal	True	ENG0005_000000007904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	96.023	12.0	0.05808373324507695	NZ_JAAIUL010000047.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_47_length_6043_cov_219.158, whole genome shotgun sequence	True	True
ISR0118_000000005576	2703	0.7360160327476357	4	2	0	2	0	True	88442	fragment	False	ISR0118_000000005576	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0399_000000005748	2648	0.7360160327476357	3	2	0	2	0	True	61902	fragment	False	ISR0399_000000005748	1.0		0	0	False	False	0.9996223449707031	0					non-mobilizable	no_good_hit								True	True
DEN0039_000000006703	2704	0.7360137317385198	4	4	4	4	2	True	73285	fragment	False	DEN0039_000000006703	1.0		0	0	False	False	0.9996301531791687	0					non-mobilizable	chromosome	2697.0	99.889	99.0	0.0004198337825731295	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
CHI0094_000000000381	18381	0.7360122376451989	16	15	6	8	13	True	105602	fragment	False	CHI0094_000000000381	0.9758620154886936		0	0	False	False	1.0	0					non-mobilizable	other	12171.0	97.59299999999999	92.0	0.00235493994118751	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0069_01_000000036368	1666	0.7360091477335118	3	3	3	3	2	False	24335	fragment	False	USA0069_01_000000036368	1.0		0	0	False	False	0.9969987869262695	0					non-mobilizable	no_good_hit	1043.0	77.469	62.0	0.014783466537037302	NZ_WSLF01000014.1	firmicutes	Defluviitalea raffinosedens strain 249c-K6 seq14, whole genome shotgun sequence	True	False
MON0024_000000034995	1480	0.7360048853004981	2	2	2	1	1	False	36738	fragment	False	MON0109_000000024363	0.9811320754716981		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	78.821	92.0	0.014169660011694929	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
FIJ0032_000000019243	1884	0.7360031832923813	2	2	2	2	2	False	48417	maximal	True	FIJ0032_000000019243	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	83.56200000000001	4.0	1.0767659834156806e-05	CP016809.1	firmicutes	Paenibacillus sp. IHBB 9852, complete genome	True	False
ISR0138_000000007921	3700	0.7359964291795629	4	4	2	2	2	False	31358	maximal	True	ISR0138_000000007921	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	2692.0	99.146	73.0	0.0005211895206625208	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
CAN0012_000000005167	10678	0.735995985308727	12	6	2	6	4	False	94334	fragment	False	CAN0012_000000005167	1.0		0	0	False	False	0.9983142614364624	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	7.436410859351639e-06	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
AST0031_000000003739	7427	0.7359947408015853	9	7	5	5	7	False	124441	maximal	True	AST0031_000000003739	0.9992499659075412	PS913	8	3	False	True	0.9998653531074524	0					non-mobilizable	no_good_hit	3540.0	94.689	51.0	0.0005804169391214958	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
CHI0158_000000015385	1309	0.7359892398963028	2	2	2	1	2	False	90681	fragment	False	CHI0158_000000015385	1.0		0	0	False	False	0.9977082014083862	0					non-mobilizable	other	1309.0	99.92399999999999	100.0	0.0005329267661653434	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
SPA0034_000000010080	3564	0.7359832556933704	5	5	5	5	4	False	95724	fragment	False	SPA0034_000000010080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2062.0	77.546	57.0	0.021612811041373397	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
CAN0016_000000007059	6258	0.7359811442381419	9	7	6	6	6	True	93021	maximal	True	CAN0016_000000007059	1.0		3	1	False	False	0.9964845180511475	0					non-mobilizable	no_good_hit	1574.0	100.0	25.0	0.0003581367508640931	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0014_000000004508	5786	0.7359788647128194	6	3	3	3	3	True	113427	maximal	True	ENG0014_000000004508	1.0		18	5	False	False	0.9960249066352844	0					non-mobilizable	no_good_hit	1672.0	78.888	29.0	0.1506204148174984	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0168_000000010408	2465	0.7359733439275169	4	3	1	1	3	True	74236	fragment	False	ISR0168_000000010408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	93.25200000000001	85.0	0.04832	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0213_000000018162	1502	0.7359728723615425	2	2	2	2	2	False	61495	fragment	False	ISR0213_000000018162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000032442	1219	0.735971244123802	2	1	1	1	1	False	68278	fragment	False	DEN0094_000000032442	1.0		0	0	False	False	0.9852337837219238	0					non-mobilizable	no_good_hit								True	False
ENG0167_000000014356	1748	0.7359657555768436	2	2	2	1	1	False	75330	fragment	False	ENG0167_000000014356	0.9584242539504363		0	0	False	False	0.9988558292388916	0					non-mobilizable	other	1599.0	88.118	91.0	0.0006992473555736371	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0062_000000014359	1718	0.7359657555768436	2	2	2	1	1	False	75330	fragment	False	ENG0167_000000014356	0.953867770225878		0	0	False	False	1.0	0					non-mobilizable	other	1607.0	88.23899999999999	93.0	0.0007027545523414046	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
TAN0004_000000000018	19806	0.7359647535739593	20	15	12	15	14	True	39756	maximal	True	TAN0004_000000000018	1.0		3	1	False	False	0.9999495148658752	0					non-mobilizable	no_good_hit	816.0	83.333	4.0	0.0002700021307196506	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	True
ISR0400_000000015273	1254	0.7359586172284127	1	1	1	1	0	True	22549	maximal	True	ISR0400_000000015273	1.0		0	0	False	False	0.9960127472877502	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000037838	1613	0.7359574202310417	3	2	2	2	1	True	71650	fragment	False	DEN0079_000000037838	0.9964355152300712		0	0	False	False	1.0	0					non-mobilizable	other	1613.0	99.93799999999999	100.0	0.02075393964362962	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
AST0047_000000018617	1260	0.7359503625389071	3	2	1	2	2	False	115055	maximal	True	AST0047_000000018617	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	94.052	100.0	0.006590488834099853	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ENG0025_000000019769	1392	0.7359453515813703	1	1	1	1	1	False	66120	maximal	True	ENG0025_000000019769	1.0		17	8	False	False	0.9712643623352051	0					non-mobilizable	no_good_hit	837.0	73.118	59.0	0.0002135739808549158	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	True	False
SPA0054_000000012092	2463	0.7359397202608419	3	2	2	2	1	True	73537	fragment	False	SPA0054_000000012092	1.0		0	0	False	False	0.9979699850082397	0					non-mobilizable	no_good_hit	746.0	79.759	41.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ENG0064_000000009186	2425	0.7359397202608419	3	2	2	2	1	True	62977	maximal	True	ENG0064_000000009186	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0383_000000006098	2272	0.7359397202608419	4	2	2	2	1	True	73537	fragment	False	SPA0054_000000012092	0.9612261469752335		0	0	False	False	0.9991196990013123	0					non-mobilizable	no_good_hit	746.0	79.759	35.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
FIJ0133_000000016978	2230	0.7359397202608419	3	2	2	2	1	True	40687	maximal	True	FIJ0133_000000016978	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	88.406	3.0	0.00014699905747663148	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
MAD0093_000000014424	2172	0.7359397202608419	3	2	2	2	1	True	42269	fragment	False	MON0038_000000014238	0.9477712742008104		0	0	False	False	0.9903314709663391	0					non-mobilizable	no_good_hit	103.0	78.641	5.0	2.885092754303787e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
MAD0041_000000006168	4523	0.7359396450994808	4	4	3	3	4	True	114147	fragment	False	MAD0102_000000003280	0.9629784563898766		0	0	False	False	0.9973468780517578	0					non-mobilizable	plasmid	4523.0	99.66799999999999	100.0	0.038779904101011314	CP010201.1	enterobacteria	Escherichia coli strain M10 plasmid A, complete sequence	False	True
ISR0241_000000011240	1424	0.7359386616570087	2	1	1	1	1	False	27252	maximal	True	ISR0241_000000011240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0345_000000011565	1251	0.7359386616570087	3	1	1	1	1	False	83375	maximal	True	ISR0345_000000011565	1.0		1	1	False	False	0.9992006421089172	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000043531	1179	0.7359386616570087	2	1	1	1	1	False	1444	fragment	False	USA0034_01_000000043531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0159_000000005800	3855	0.7359328861553377	7	5	3	5	3	False	91229	maximal	True	ENG0159_000000005800	1.0		4	4	False	False	0.9932554960250854	0					non-mobilizable	no_good_hit	2045.0	98.973	53.0	0.0005636035109961968	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0325_000000003674	4708	0.7359324863482201	7	3	3	2	2	False	24883	maximal	True	ISR0325_000000003674	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	97.35799999999999	51.0	0.0001679182797705117	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0154_000000007345	3088	0.7359324863482201	5	3	3	2	2	False	77667	fragment	False	ISR0154_000000007345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2496.0	79.688	80.0	0.0269323763159892	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
DEN0040_000000002784	2767	0.7359324863482201	5	3	3	2	2	False	77666	fragment	False	DEN0040_000000002784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2196.0	78.962	79.0	0.023668831520855242	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0040_000000022753	1134	0.7359318392107176	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.09806789989742186	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1102.0	93.103	100.0	0.0003702535597355313	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0006_000000002274	2621	0.7359210570762311	4	4	3	4	3	False	76369	maximal	True	DEN0006_000000002274	1.0		95	9	False	False	1.0	0					non-mobilizable	other	2591.0	98.99700000000001	99.0	0.0013660625751598136	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MON0025_000000012564	2881	0.7359158411034892	2	2	2	2	2	False	45712	maximal	True	MON0025_000000012564	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1945.0	99.075	68.0	0.0008635012095710742	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0113_000000000460	22726	0.7359122918611865	26	19	15	13	8	True	84570	maximal	True	ISR0113_000000000460	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	7171.0	99.596	33.0	0.12464141036563103	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
FIJ0129_000000006369	3274	0.7359110374998438	5	5	4	4	1	False	121536	fragment	False	FIJ0158_000000004596	0.7098114778101821		0	0	False	False	0.9945021271705627	0					non-mobilizable	other	2552.0	94.71	91.0	0.00048557956476736903	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
MON0007_000000049491	1323	0.7359078381457447	2	2	2	2	2	False	74954	fragment	False	MON0007_000000049491	0.9840891010342083		0	0	False	False	0.9992441534996033	0					non-mobilizable	chromosome	1324.0	95.77	100.0	0.0005444321720702177	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0018_000000026510	1128	0.7359016405689309	2	2	2	2	2	False	55258	fragment	False	MAD0048_000000019761	0.9631420010300108		0	0	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit	479.0	77.87100000000001	42.0	0.00038034504902847863	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
ENG0121_000000012034	1374	0.735901605492577	1	1	1	1	1	False	59108	fragment	False	ENG0121_000000012034	0.9799845948801416		0	0	False	False	0.9985443949699402	0					non-mobilizable	chromosome	1374.0	97.307	100.0	0.00038427619074540907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0046_000000030528	1115	0.7359001682443534	2	1	1	1	1	True	6699	fragment	False	SPA0046_000000030528	1.0		0	0	False	False	0.9892376661300659	0					non-mobilizable	other	1095.0	99.087	98.0	0.01173706401742321	NZ_LT962686.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	True
ENG0163_000000003272	6221	0.7358944450068795	7	2	2	2	2	False	56326	maximal	True	ENG0163_000000003272	1.0		17	6	False	False	0.9988747835159302	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	7.180286952987789e-06	CP046327.1	firmicutes	Clostridioides difficile strain FDAARGOS_723 chromosome, complete genome	True	False
MON0041_000000002395	11232	0.7358929730930199	22	11	5	6	7	False	11837	maximal	True	MON0041_000000002395	1.0		1	1	False	False	0.999643862247467	0					non-mobilizable	no_good_hit	43.0	90.698	0.0	0.00207284572105419	NZ_FOGF01000039.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	False
FIJ0149_000000009394	2535	0.7358868936568562	4	4	4	4	3	False	47801	maximal	True	FIJ0149_000000009394	0.9884112278770651		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	77.038	34.0	0.0001615207639538182	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0095_000000010634	2535	0.7358868936568562	4	4	4	4	3	False	47801	maximal	False	FIJ0149_000000009394	0.9881722110522585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	77.038	34.0	0.0001615207639538182	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0103_000000008313	2533	0.7358868936568562	4	4	4	4	3	False	47801	maximal	False	FIJ0149_000000009394	0.9880956460230216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	77.038	34.0	0.0001615207639538182	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0054_000000009893	2532	0.7358868936568562	4	4	4	4	3	False	47801	maximal	False	FIJ0149_000000009394	0.9876200674696684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	77.038	34.0	0.0001615207639538182	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
CHI0066_000000004745	2564	0.735883590968176	3	1	1	1	1	False	85206	maximal	True	CHI0066_000000004745	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	1507.0	99.801	62.0	0.002145650640774486	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	True	False
USA0031_01_000000021954	1198	0.7358761233199239	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.14034335271471385	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1209.0	84.119	100.0	0.014214481519992437	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0830_000000007770	3307	0.7358649402281348	3	3	3	3	3	False	75240	maximal	True	ISR0830_000000007770	1.0		46	9	False	False	0.9984880685806274	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00041880593773751726	LM523233.1	nematodes	Parastrongyloides trichosuri genome assembly P_trichosuri_KNP ,scaffold PTRK_contig0000010	True	False
CHI0129_000000018582	1412	0.7358649167820477	1	1	1	1	1	False	81176	maximal	True	CHI0129_000000018582	1.0		1	1	False	False	0.970963180065155	0					non-mobilizable	other	1264.0	99.525	90.0	0.0005246001325830263	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
FIJ0142_000000011719	2856	0.7358630708545403	3	3	3	3	2	False	75969	fragment	False	FIJ0142_000000011719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	94.444	3.0	3.105275545566919e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0012_000000054008	1046	0.7358516512690327	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.06657513387065501		0	0	False	False	0.9990440011024475	0					non-mobilizable	chromosome	1046.0	97.132	100.0	0.0002924753236190477	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0120_000000001490	12647	0.7358509256983616	20	19	7	12	17	False	132531	maximal	True	ISR0120_000000001490	1.0	PS1166	116	11	False	True	1.0	0					non-mobilizable	no_good_hit	7796.0	99.98700000000001	80.0	0.2913038603834224	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	True	True
AST0062_000000008706	1902	0.7358495851010141	3	3	3	2	2	False	125907	fragment	False	AST0062_000000008706	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1817.0	87.507	95.0	0.005231341548477098	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
FIJ0140_000000020806	1605	0.7358424357652567	4	3	3	3	0	True	40371	maximal	True	FIJ0140_000000020806	1.0		1	1	False	False	0.9993769526481628	0					non-mobilizable	no_good_hit								True	True
ENG0179_000000001459	14884	0.7358393295471377	22	7	2	7	3	False	55424	maximal	True	ENG0179_000000001459	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	0.000789188122718753	MH552499.1	viruses	Podoviridae sp. isolate ctcf755, complete genome	True	False
ISR0293_000000002097	15225	0.7358390445382764	15	3	2	3	2	True	73512	backbone	False	ENG0194_000000001305	0.6459268762026941	PS345	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	405.0	83.95100000000001	4.0	0.006877933868665853	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ENG0120_000000015844	1310	0.7358376885797098	3	3	3	2	1	False	121332	fragment	False	SPA0114_000000018546	0.013948025253266775		0	0	False	False	0.9961832165718079	0					non-mobilizable	chromosome	1309.0	99.083	99.0	0.0004122784594276075	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0007_000000032238	1952	0.7358277523690496	4	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.6154143702834729		0	0	False	False	0.993852436542511	0					non-mobilizable	other	1843.0	96.58200000000001	94.0	0.005236271842673057	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0087_000000003130	6903	0.7358221037928209	10	7	4	7	4	False	33864	maximal	True	ISR0087_000000003130	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6057.0	95.427	88.0	0.24748697329011612	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
MON0033_000000045883	1292	0.7358218147769141	2	1	1	1	1	False	12273	maximal	True	MON0033_000000045883	1.0		0	0	False	False	0.9659442901611328	0					non-mobilizable	no_good_hit								True	False
MON0095_000000009499	3150	0.7358164262151046	4	4	4	4	4	False	94377	fragment	False	SPA0107_000000008940	0.7463484423792317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	98.729	15.0	0.003950911393891606	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0044_000000003694	6178	0.7358148415141957	6	6	5	6	4	False	132128	maximal	True	MAD0044_000000003694	1.0		37	7	False	False	1.0	0					non-mobilizable	other	6176.0	98.834	99.0	0.19497947584464792	NZ_WAJR01000028.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_028, whole genome shotgun sequence	False	False
ISR0033_000000010264	2938	0.7358133870789899	3	2	2	2	2	False	36896	maximal	True	ISR0033_000000010264	1.0		26	5	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	81.344	43.0	0.004546756538228651	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0149_000000021906	1816	0.7358046126081744	3	3	1	3	3	False	97974	fragment	False	SPA0149_000000021906	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1816.0	100.0	100.0	0.014001172549987657	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0093_000000010517	2337	0.7358006676670314	2	2	2	2	0	True	33981	maximal	True	ISR0093_000000010517	1.0		1	1	False	False	0.9897304177284241	0					non-mobilizable	no_good_hit								True	True
MON0016_000000034208	1156	0.735793388789967	2	2	2	2	1	False	13318	fragment	False	MON0016_000000034208	1.0		0	0	False	False	0.992214560508728	0					non-mobilizable	other	1156.0	99.56700000000001	100.0	0.00030691010084986196	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0070_000000002621	7179	0.7357901772681116	6	6	6	6	5	False	38646	fragment	False	ISR0070_000000002621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	98.95299999999999	12.0	0.000333435929003796	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0124_000000016872	1739	0.7357881726661144	2	2	2	2	1	False	4049	maximal	True	SPA0124_000000016872	1.0		5	3	False	False	0.999424934387207	0					non-mobilizable	no_good_hit	1304.0	100.0	85.0	0.000237361934323064	CP028816.1	enterobacteria	Klebsiella pneumoniae strain Kp589 chromosome, complete genome	True	False
ISR0128_000000013102	2689	0.7357877310457382	5	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.2006197275641834		0	0	False	False	1.0	0					non-mobilizable	other	2690.0	92.788	100.0	0.021411161205015055	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
SPA0056_000000014741	2385	0.7357877310457382	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.18436410593750044		0	0	False	False	1.0	0					non-mobilizable	other	2385.0	92.662	100.0	0.01898966083063835	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
SPA0104_000000015582	2380	0.7357877310457382	5	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.20353225954814505		0	0	False	False	0.9978991746902466	0					non-mobilizable	other	2383.0	92.027	100.0	0.0041380223948238115	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0146_000000018733	2182	0.7357877310457382	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5222963212089552		0	0	False	False	1.0	0					non-mobilizable	other	2186.0	96.11200000000001	100.0	0.00912559312167318	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
USA0111_01_000000011524	2180	0.7357877310457382	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5210630391671001		0	0	False	False	1.0	0					non-mobilizable	other	2180.0	99.81700000000001	100.0	0.003796382803675763	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ENG0175_000000011816	2179	0.7357877310457382	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5311653359452487		0	0	False	False	1.0	0					non-mobilizable	other	2179.0	99.35799999999999	100.0	0.003796382803675763	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
USA0121_01_000000020758	2179	0.7357877310457382	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5276834489140453		0	0	False	False	1.0	0					non-mobilizable	other	2179.0	99.90799999999999	100.0	0.003794639744537253	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0086_000000004439	6686	0.7357875420355403	10	7	6	7	4	False	43864	maximal	True	FIJ0086_000000004439	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1873.0	94.02	33.0	0.0671865410303621	NZ_FOXF01000033.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
CHI0060_000000008766	1652	0.7357848162604396	3	1	1	1	1	False	85743	fragment	False	CHI0060_000000008766	1.0		0	0	False	False	0.9897094368934631	0					non-mobilizable	other	1575.0	83.81	94.0	0.07846402260571197	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
AST0052_000000007279	2951	0.7357846499934011	6	5	5	3	4	False	114587	maximal	True	AST0052_000000007279	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2220.0	99.955	95.0	0.031934949989206304	LT599053.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-4	False	True
FIJ0069_000000007372	3191	0.7357757251242948	4	4	3	4	3	False	132092	maximal	False	AST0016_000000007742	0.9253425010527252		0	0	False	False	1.0	0					non-mobilizable	other	3203.0	85.67	99.0	0.018063849333945798	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0077_000000006607	4344	0.7357613383278195	8	3	0	3	2	True	110275	fragment	False	ISR0077_000000006607	1.0		0	0	False	False	0.9997698068618774	0					non-mobilizable	no_good_hit	145.0	85.51700000000001	3.0	3.751766009857497e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0074_000000002632	10721	0.7357600087690116	13	9	8	9	7	False	122872	maximal	True	FIJ0074_000000002632	1.0		1	1	False	False	0.9994403719902039	0					non-mobilizable	no_good_hit	1648.0	73.968	15.0	0.0004905943811433469	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
TAN0021_000000016307	1374	0.7357540110735296	2	2	1	2	1	True	2367	fragment	False	TAN0021_000000016307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	70.67399999999999	63.0	0.052703996171332854	NZ_NBIU01000039.1	e-proteobacteria	Helicobacter valdiviensis strain WBE14 contig39, whole genome shotgun sequence	True	True
ISR0141_000000019956	1569	0.7357480587272198	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.13338969209525853		0	0	False	False	1.0	0					non-mobilizable	other	1569.0	99.681	100.0	0.03712648576975896	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0147_000000006739	2880	0.7357379066242195	4	4	3	4	2	False	113398	fragment	False	FIJ0147_000000006739	0.9763330589406906		0	0	False	False	1.0	0					non-mobilizable	chromosome	1472.0	97.62200000000001	97.0	0.0004117044986063341	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0004_000000003673	2664	0.7357379066242195	4	4	3	4	2	False	113398	fragment	False	FIJ0147_000000006739	0.9144403496992771		0	0	False	False	0.9954954981803894	0					non-mobilizable	chromosome	1478.0	98.038	98.0	0.0004133837827610846	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0031_000000005584	3638	0.7357322091485923	6	3	2	3	2	False	120367	maximal	True	ENG0031_000000005584	1.0	PS691	13	3	False	True	0.9947773218154907	0					non-mobilizable	no_good_hit	1216.0	99.095	33.0	0.040849947886897754	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AST0025_000000015682	2311	0.7357322091485923	3	3	2	3	2	False	120365	fragment	False	AST0025_000000015682	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	190.0	90.52600000000001	8.0	5.0562145608704694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0121_000000008078	3229	0.7357285929013877	3	3	3	3	3	False	44875	maximal	True	FIJ0121_000000008078	1.0		237	11	False	False	1.0	0					non-mobilizable	other	3215.0	90.14	99.0	0.0356065980844271	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	False	False
FIJ0027_000000008535	2036	0.7357263122815749	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.5720820894778226		0	0	False	False	0.9985265135765076	0					non-mobilizable	other	2036.0	94.89200000000001	100.0	0.0006327739578362242	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0371_000000011539	1711	0.7357256285997821	2	2	2	2	1	True	115791	maximal	True	ISR0371_000000011539	1.0		7	3	False	False	0.9994155168533325	0					non-mobilizable	other	1073.0	97.01799999999999	90.0	0.00025871535277720796	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
MON0050_000000029746	1362	0.735713057687927	1	1	1	1	1	False	11310	fragment	False	MON0050_000000029746	1.0		0	0	False	False	0.9743024706840515	0					non-mobilizable	other	1330.0	83.459	98.0	0.05127017218747587	NZ_JH379381.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld127, whole genome shotgun sequence	False	False
ENG0055_000000006408	3027	0.7357112679210965	4	3	3	3	3	False	121964	fragment	False	MON0107_000000018598	0.9759617682708229		0	0	False	False	0.9990088939666748	0					non-mobilizable	no_good_hit	1182.0	76.058	39.0	0.00039858866027256884	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0087_000000018924	1705	0.735708278603759	3	3	2	3	2	False	49522	fragment	False	FIJ0087_000000018924	1.0		0	0	False	False	0.9982404708862305	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	5.0	0.0025513541802956955	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
MAD0068_000000007565	3471	0.7356984391906627	7	3	2	3	1	False	16474	fragment	False	MAD0068_000000007565	1.0		0	0	False	False	0.9997118711471558	0					non-mobilizable	other	2359.0	83.044	95.0	0.21791183294663574	NZ_OFSM01000065.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	False
MON0019_000000008477	6582	0.7356979753812234	5	4	4	3	3	False	103977	fragment	False	CAN0001_000000006210	0.46430631393602695		0	0	False	False	1.0	0					non-mobilizable	other	6599.0	95.711	100.0	0.003233220308039323	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0005_000000007760	3841	0.7356882057680447	3	3	3	3	3	False	51914	fragment	False	FIJ0005_000000007760	1.0		0	0	False	False	0.9989585876464844	0					non-mobilizable	no_good_hit	1457.0	98.833	65.0	0.050911508450260684	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0047_000000032605	1226	0.7356862580679625	2	2	2	1	1	False	11440	fragment	False	MON0047_000000032605	1.0		0	0	False	False	0.9869494438171387	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.5976730250873733e-06	NZ_CP020042.1	high GC Gram+	Streptomyces katrae strain S3 isolate 4 chromosome	True	False
CAN0015_000000014562	2656	0.7356841317196892	2	1	1	1	1	False	93293	maximal	True	CAN0015_000000014562	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	9.804498303821794e-05	NZ_SMLL01000002.1	b-proteobacteria	Ramlibacter rhizophilus strain CCTCC AB2015357 contig2, whole genome shotgun sequence	True	False
SPA0039_000000004050	5932	0.7356821012955345	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.8231147477662447		0	0	False	False	0.9978085160255432	0					non-mobilizable	other	5941.0	98.28299999999999	100.0	0.001254518855059354	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0174_000000011874	2072	0.7356768119926933	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.5551562453015291		0	0	False	False	0.9995173811912537	0					non-mobilizable	other	1795.0	92.03299999999999	95.0	0.004052067596369674	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0060_000000012595	1249	0.7356722385025674	2	1	1	1	1	False	85693	fragment	False	CHI0060_000000012595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	97.698	63.0	0.0027978691772258465	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0002_000000006176	4853	0.7356711859441977	5	5	5	4	5	True	21135	maximal	True	MAD0002_000000006176	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	71.352	19.0	0.0012415026640296555	CP022262.1	a-proteobacteria	Azospirillum brasilense Sp245 plasmid Sp245_p10, complete sequence	True	True
MON0011_000000019422	2436	0.7356544403295261	3	2	2	2	1	False	55841	fragment	False	MON0011_000000019422	1.0		0	0	False	False	0.9995895028114319	0					non-mobilizable	no_good_hit	982.0	74.033	67.0	0.00028283935169074256	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0033_000000046053	1288	0.7356491324527109	2	1	1	1	1	True	15553	fragment	False	MON0033_000000046053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	96.73899999999999	7.0	0.0013845779319578845	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0038_000000016346	2128	0.7356486199394413	3	3	2	3	2	True	47652	maximal	True	FIJ0038_000000016346	1.0		15	4	False	False	0.9934210777282715	0					non-mobilizable	no_good_hit								True	True
CHI0154_000000024807	1361	0.7356428806403521	2	2	2	2	1	False	79119	fragment	False	CHI0154_000000024807	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	77.462	100.0	0.011281642077384085	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0004_000000003178	5058	0.7356318050729415	4	4	3	4	1	False	38581	maximal	True	ISR0004_000000003178	1.0		1	1	False	False	0.9988137483596802	0					non-mobilizable	no_good_hit	96.0	81.25	2.0	0.004	NZ_CAKP01000094.1	firmicutes	Caloramator australicus RC3, whole genome shotgun sequence	True	False
MAD0102_000000006523	2730	0.7356302704823594	5	3	3	3	2	False	15008	maximal	True	MAD0102_000000006523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	388.0	98.454	14.0	0.0011459684769603929	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
USA0057_01_000000022876	1416	0.7356269950297701	3	2	2	2	2	False	964	maximal	True	USA0057_01_000000022876	1.0		24	8	False	False	0.9971751570701599	0					non-mobilizable	no_good_hit	629.0	73.609	43.0	0.008017997985690554	NZ_JNJN01000005.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
ENG0157_000000009945	2519	0.7356242693503215	3	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.9700065772309187		0	0	False	False	1.0	0					non-mobilizable	other	2519.0	99.484	100.0	0.0007945538665237858	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0119_000000003552	9833	0.7356234611484703	3	2	2	2	0	True	130431	fragment	False	ENG0083_000000002400	0.7004623362005505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	3.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0150_000000001531	9782	0.7356234611484703	2	2	2	2	0	True	130393	fragment	False	ENG0150_000000001531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	97.727	2.0	0.18277310924369747	LC044307.1	hagfishes	Eptatretus burgeri DNA, contig: JCMcontig00874, from VLR gene sequence which enriched by Capture system, strain: VE202-29	True	True
ENG0083_000000002400	9740	0.7356234611484703	3	2	2	2	0	True	130431	fragment	False	ENG0083_000000002400	0.7045095428324155		0	0	False	False	0.999897301197052	0					non-mobilizable	no_good_hit	161.0	94.41	3.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0143_000000003665	9716	0.7356234611484703	2	2	2	2	0	True	130431	fragment	False	ENG0083_000000002400	0.6128786915807328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0047_000000002878	9608	0.7356234611484703	3	2	2	2	0	True	130382	fragment	False	MAD0047_000000002878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	98.361	2.0	0.005015959872321021	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0083_000000002483	9580	0.7356234611484703	3	2	2	2	0	True	130431	fragment	False	ENG0083_000000002400	0.4170035914954713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	2.0	0.0027359781121751026	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
SPA0107_000000002870	9576	0.7356234611484703	3	2	2	2	0	True	130411	fragment	False	ISR0229_000000001336	0.4694793071258168		0	0	False	False	0.9998955726623535	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.00012127878018639293	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0154_000000014769	1409	0.7356220991152091	2	1	1	1	1	False	30619	fragment	False	ISR0154_000000014769	0.9984484096198604		0	0	False	False	0.9716110825538635	0					non-mobilizable	other	1409.0	99.929	100.0	0.0004240373779311433	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
USA0083_01_000000019756	1377	0.7356044545704531	2	2	2	2	2	False	22491	maximal	True	USA0083_01_000000019756	0.9482827499391664		353	12	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	77.344	37.0	0.00011425721947250723	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0066_000000003329	6811	0.7356036539507729	8	5	4	4	4	False	123630	fragment	False	MON0066_000000003329	1.0		0	0	False	True	0.9980913400650024	0					non-mobilizable	no_good_hit	3802.0	99.15799999999999	75.0	0.0008654022822850719	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0017_000000007144	3023	0.7355831051524437	3	3	3	3	2	False	129945	fragment	False	USA0062_01_000000007463	0.38259162303664923		0	0	False	False	0.9960304498672485	0					non-mobilizable	no_good_hit	1787.0	99.32799999999999	60.0	0.02486334225792057	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0174_000000011198	2209	0.7355825690488109	3	3	3	3	2	True	64727	maximal	True	ISR0174_000000011198	1.0		212	12	False	False	1.0	0					non-mobilizable	chromosome	2209.0	98.73200000000001	100.0	0.0006110589135957128	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0153_000000013532	1919	0.7355794221312456	3	2	2	2	1	False	108777	fragment	False	FIJ0121_000000012940	0.7693382526391337		0	0	False	False	1.0	0					non-mobilizable	other	1925.0	96.416	100.0	0.01174256772443456	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
FIJ0054_000000015318	1646	0.7355794221312456	2	2	2	2	1	False	108777	fragment	False	FIJ0121_000000012940	0.5634764389225193		0	0	False	False	1.0	0					non-mobilizable	other	1647.0	96.661	100.0	0.010044110998423735	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0048_000000012615	1501	0.7355794221312456	2	2	2	2	1	False	108777	fragment	False	FIJ0121_000000012940	0.5042160777587138		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	97.535	100.0	0.0091643348525764	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
FIJ0017_000000022849	1308	0.7355747026172762	4	4	1	3	3	False	50093	fragment	False	SPA0068_000000007326	0.9576981707317074		0	0	False	False	1.0	0					non-mobilizable	plasmid	1308.0	100.0	100.0	0.015504887539147765	CP051750.1	enterobacteria	Escherichia coli strain SCU-486 plasmid pSCU-486-1, complete sequence	False	True
ISR0238_000000011089	1366	0.7355700745763388	3	3	3	2	2	False	64733	fragment	False	ISR0238_000000011089	0.9895177574591221		0	0	False	False	0.9992679357528687	0					non-mobilizable	chromosome	1366.0	100.0	100.0	0.0005615707854832512	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
ISR0295_000000028922	1228	0.7355700745763388	3	3	3	2	2	False	64733	fragment	False	ISR0238_000000011089	0.46964678642932783		0	0	False	False	0.9983713626861572	0					non-mobilizable	chromosome	1228.0	99.919	100.0	0.000518624626089397	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0268_000000003782	4383	0.735566904978842	4	4	3	4	4	False	59974	fragment	False	ISR0268_000000003782	1.0		0	0	False	False	0.9974902868270874	0					non-mobilizable	no_good_hit	497.0	75.05	11.0	0.00015761365830325834	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0064_000000021114	1221	0.735566023847093	1	1	1	1	1	False	48201	fragment	False	FIJ0064_000000021114	0.9749444395384433		0	0	False	False	0.9918099641799927	0					non-mobilizable	no_good_hit								True	False
DEN0083_000000009724	2850	0.735564457806615	4	2	2	2	1	True	117210	maximal	True	DEN0083_000000009724	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.00012218424705654754	LR796235.1	viruses	uncultured Caudovirales phage genome assembly	True	True
USA0056_01_000000000079	75235	0.7355623538963251	80	49	35	41	28	True	116760	maximal	False	ITA0005_000000000049	0.8887897895547937	PS635	0	0	False	True	0.999388575553894	0					non-mobilizable	no_good_hit	5734.0	77.433	13.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
USA0116_01_000000018147	1346	0.7355594865133613	2	2	2	2	2	False	81413	fragment	False	SPA0153_000000012660	0.9453020134228187		0	0	False	False	0.9806835055351257	0					non-mobilizable	other	1347.0	82.48	99.0	0.0004046526625934442	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0022_000000004984	5147	0.7355572547212762	8	3	2	2	2	True	107500	fragment	False	ISR0022_000000004984	0.9958119604967793		0	0	False	False	0.9998056888580322	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	9.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
AST0106_000000003900	4970	0.7355572547212762	8	3	2	2	2	True	107500	fragment	False	ISR0022_000000004984	0.983620138870998		0	0	False	False	0.9993963837623596	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	10.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
CHI0107_000000003132	4049	0.7355563479469358	5	4	4	4	4	False	83025	maximal	True	CHI0107_000000003132	1.0		42	4	False	False	0.9841936230659485	0					non-mobilizable	no_good_hit	779.0	98.588	19.0	0.00024977622875136285	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0093_000000011262	2196	0.7355537476115946	3	2	2	2	2	True	118508	maximal	True	ISR0093_000000011262	1.0		15	4	False	False	0.999544620513916	0					non-mobilizable	other	2196.0	95.993	100.0	0.0006568550379285156	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
CHI0031_000000008901	1139	0.7355511184482794	1	1	1	1	1	False	88471	maximal	True	CHI0031_000000008901	1.0		185	13	False	False	1.0	0					non-mobilizable	other	1139.0	98.946	100.0	0.00021863004645408194	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
ISR0076_000000009071	2766	0.7355462845950705	5	4	3	3	0	True	34576	maximal	True	ISR0076_000000009071	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	96.369	13.0	9.686851496496453e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0046_000000013604	2396	0.7355381743553061	3	2	2	1	2	False	36176	maximal	True	ISR0046_000000013604	1.0		1	1	False	False	0.9987478852272034	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.531123212105651e-07	CP020782.1	bony fishes	Oryzias latipes strain HNI chromosome 4	True	False
MON0039_000000017660	2661	0.7355354246138203	4	3	3	3	3	False	11941	maximal	True	MON0039_000000017660	1.0		0	0	False	False	0.967681348323822	0					non-mobilizable	no_good_hit	1707.0	97.42200000000001	64.0	0.000649825050031958	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	False
DEN0063_000000000468	34313	0.7355306177408762	40	14	4	8	9	False	71599	fragment	False	DEN0063_000000000468	1.0		0	0	False	False	0.9997668266296387	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	0.0	0.00012686584604495725	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
ISR0223_000000011467	2520	0.7355279656544288	3	3	3	3	2	False	27816	fragment	False	ISR0223_000000011467	1.0		0	0	False	False	0.9900793433189392	0					non-mobilizable	no_good_hit	398.0	76.131	17.0	0.00833244311505181	NZ_SNXO01000016.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_116, whole genome shotgun sequence	True	False
MON0030_000000014380	2425	0.7355265416124305	4	4	3	3	1	False	81632	fragment	False	MON0030_000000014380	1.0		0	0	False	False	0.9962886571884155	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000014520	2223	0.7355252818404028	3	3	3	3	2	False	29474	maximal	True	ISR0183_000000014520	1.0		5	3	False	False	0.9991003274917603	0					non-mobilizable	other	2220.0	99.73	99.0	0.0009505056013008091	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
USA0055_01_000000018511	1426	0.7355179711379651	2	2	2	2	2	False	1027	maximal	True	USA0055_01_000000018511	1.0		339	13	False	False	1.0	0					non-mobilizable	other	662.0	94.713	98.0	0.00019901444194513887	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0100_000000004874	5908	0.7355177609808462	8	3	1	3	2	False	93899	fragment	False	ENG0100_000000004874	1.0		0	0	False	False	0.9983074069023132	0					non-mobilizable	other	5775.0	99.948	100.0	0.15165602920704963	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0011_000000004615	5309	0.7355177609808462	7	3	1	3	2	False	93897	fragment	False	ENG0011_000000004615	0.9972237947347979		0	0	False	False	1.0	0					non-mobilizable	other	5310.0	99.586	100.0	0.13944264964673128	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0831_000000002966	5290	0.7355177609808462	7	3	1	3	2	False	93897	fragment	False	ENG0011_000000004615	0.9971102518394077		0	0	False	False	1.0	0					non-mobilizable	other	5290.0	99.92399999999999	100.0	0.13891734299897565	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0796_000000003871	5276	0.7355177609808462	7	3	1	3	2	False	93897	fragment	False	ENG0011_000000004615	0.9953497425576975		0	0	False	False	1.0	0					non-mobilizable	other	5276.0	99.88600000000001	100.0	0.1385496283455467	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0285_000000005902	2726	0.7355177609808462	3	3	1	3	2	False	72995	fragment	False	ISR0285_000000005902	1.0		0	0	False	False	0.9981657862663269	0					non-mobilizable	other	2726.0	99.927	100.0	0.07157303075670422	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0802_000000006858	2335	0.7355177609808462	3	3	1	3	2	False	21861	fragment	False	ISR0802_000000006858	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2335.0	99.95700000000001	100.0	0.06130328579308171	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0190_000000019350	1551	0.7355161745755144	2	2	2	2	2	False	131585	fragment	False	ISR0255_000000013518	0.17987627212183016		0	0	False	False	0.9974210262298584	0					non-mobilizable	chromosome	1551.0	99.936	100.0	0.000655149283161015	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0179_000000027860	1140	0.7354984225153492	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.05310786745217429		0	0	False	False	0.9947368502616882	0					non-mobilizable	other	1141.0	97.28299999999999	100.0	0.00031629927076217297	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0100_000000023465	1480	0.7354920944411217	2	2	2	2	1	False	15152	maximal	True	MAD0100_000000023465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	84.302	35.0	0.0028840715249738194	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0155_000000012826	1718	0.7354919564755541	4	2	1	2	1	False	121944	fragment	False	FIJ0155_000000012826	1.0		0	0	False	False	0.9941792488098145	0					non-mobilizable	no_good_hit	896.0	74.219	52.0	0.0153533881544707	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	True	False
ENG0128_000000019598	1501	0.7354913354314832	3	2	2	1	1	False	119436	fragment	False	CHI0024_000000003275	0.08342553720593758		0	0	False	False	0.9993337988853455	0					non-mobilizable	other	1258.0	87.281	92.0	0.00029046084587797566	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0839_000000018955	1158	0.7354908934896317	2	1	1	1	1	False	40317	fragment	False	ISR0787_000000013131	0.9633876085573444		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	98.87700000000001	100.0	0.0028955185781176875	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
FIJ0169_000000008748	2598	0.7354880430671195	3	3	3	2	1	False	38872	maximal	True	FIJ0169_000000008748	1.0		0	0	False	False	0.9907621145248413	0					non-mobilizable	no_good_hit	786.0	99.491	30.0	0.31324820430965683	KX127143.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinB_Time3_1_TRSX_16 genomic sequence	True	False
ISR0253_000000000666	14179	0.7354869557951513	15	5	3	4	3	False	122594	maximal	True	ISR0253_000000000666	1.0		6	1	False	False	0.9993652701377869	0					non-mobilizable	no_good_hit	4934.0	97.264	82.0	0.18683030625427463	MK231415.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c2 sequence	True	False
ISR0095_000000016029	2050	0.7354854661718312	3	3	2	2	3	False	33410	fragment	False	ISR0095_000000016029	1.0		0	0	False	False	0.9995121955871582	0					non-mobilizable	no_good_hit	892.0	71.749	43.0	0.00501837390904915	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
SPA0069_000000014070	1594	0.7354814731830764	2	2	2	2	1	False	5942	fragment	False	SPA0069_000000014070	0.9990046449900465		0	0	False	False	0.998745322227478	0					non-mobilizable	other	1594.0	99.93700000000001	100.0	0.012947219558185277	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0178_000000005390	2994	0.7354756032999059	1	1	1	1	1	False	29716	maximal	True	ISR0178_000000005390	1.0		10	5	True	True	1.0	6					non-mobilizable	no_good_hit	125.0	76.8	4.0	3.105674653087231e-05	CP013683.1	firmicutes	Clostridium botulinum strain AM282 chromosome, complete genome	True	True
SPA0026_000000005123	5054	0.7354739213334341	7	7	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7647300011967979	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4951.0	99.838	98.0	0.04209084955646842	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
USA0066_01_000000012931	1583	0.735458090946155	2	2	2	2	1	False	821	fragment	False	USA0066_01_000000012931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	550.0	72.0	34.0	0.00017233068750637816	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
DEN0011_000000014316	2969	0.7354546647533743	6	4	3	2	2	True	84439	fragment	False	DEN0011_000000014316	1.0		0	0	False	False	0.9952846169471741	0					non-mobilizable	other	2665.0	99.475	99.0	0.0008549142486349934	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0177_000000004960	5170	0.7354481420303288	7	6	3	5	5	False	120281	fragment	False	ENG0177_000000004960	1.0		0	0	False	False	0.9998065829277039	0					non-mobilizable	no_good_hit	213.0	75.587	4.0	0.0013883790007676133	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ITA0006_000000014837	1568	0.7354434138733335	3	3	1	3	1	True	95145	fragment	False	ITA0006_000000014837	1.0		0	0	False	False	0.9929847121238708	0					non-mobilizable	no_good_hit	50.0	90.0	3.0	0.00024385145962516546	NZ_JPIN01000012.1	g-proteobacteria	Idiomarina atlantica strain MCCC 1A10513 contig12, whole genome shotgun sequence	True	True
ENG0079_000000004518	6762	0.7354384280793342	12	5	3	4	5	False	61863	maximal	True	ENG0079_000000004518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.81	2.0	0.1712846347607053	GQ880385.1		Uncultured organism clone VC1CH24TR genomic sequence	True	False
ENG0043_000000018196	1891	0.7354328522509067	3	2	2	2	2	False	93570	fragment	False	ENG0110_000000015888	0.8653584771713861		0	0	False	False	1.0	0					non-mobilizable	chromosome	1891.0	98.096	100.0	0.0005289745087464116	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0118_000000007701	1818	0.7354328522509067	2	2	2	2	2	False	93570	fragment	False	ENG0110_000000015888	0.8417171378334576		0	0	False	False	0.9983498454093933	0					non-mobilizable	other	1827.0	98.413	100.0	0.0004476948496213595	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0046_000000019767	1774	0.7354328522509067	2	2	2	2	2	False	93570	fragment	False	ENG0110_000000015888	0.6160721410805292		0	0	False	False	1.0	0					non-mobilizable	other	1774.0	99.324	100.0	0.00043470042079883376	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0061_000000006763	2480	0.7354313951185066	2	2	2	2	2	False	132023	fragment	False	DEN0005_000000011402	0.6027256732691431		0	0	False	False	0.9959677457809448	0					non-mobilizable	no_good_hit	1138.0	79.789	49.0	0.0036504691850826505	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0219_000000009756	3342	0.7354299336691503	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.871601668210837		0	0	False	False	1.0	0					non-mobilizable	plasmid	2923.0	98.7	99.0	0.23565954013715207	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0162_000000025748	1537	0.7354293139859697	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.5513019960043337		0	0	False	False	0.9986987709999084	0					non-mobilizable	no_good_hit	420.0	98.095	27.0	0.00011635592137783184	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AUS0010_000000001398	12537	0.7354280321016121	13	2	1	2	1	False	101621	fragment	False	ISR0812_000000002492	0.9599152926939949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	94.805	4.0	0.00014858874535337853	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0101_000000005761	7463	0.7354280321016121	5	2	1	2	1	False	36343	fragment	False	SPA0101_000000005761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	96.875	1.0	0.12632978723404256	GQ878878.1		Uncultured organism clone VC1C286TF genomic sequence	True	False
ISR0197_000000019717	1285	0.7354238583613654	2	2	2	2	0	True	28916	maximal	True	ISR0197_000000019717	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	410.0	99.26799999999999	32.0	0.0025923320213217726	NZ_CYZN01000008.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0017_000000009998	1267	0.7354224154368199	2	2	2	2	2	False	89615	fragment	False	ISR0829_000000011069	0.8341254097064488		0	0	False	False	0.9984214901924133	0					non-mobilizable	other	1267.0	98.579	100.0	0.017352449354423094	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
SPA0124_000000021050	1397	0.7354191114880997	1	1	1	1	1	False	4039	fragment	False	SPA0124_000000021050	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1397.0	100.0	100.0	0.012263794572655955	NZ_CYZO01000006.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0290_000000001757	5096	0.7354164520665986	5	2	2	2	1	False	102671	fragment	False	ISR0368_000000002162	0.7073743762143941		0	0	False	False	0.9976451992988586	0					non-mobilizable	no_good_hit	1399.0	81.20100000000001	86.0	0.00039025278254216123	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0190_000000009127	3345	0.7354164520665986	4	2	2	2	1	False	102668	fragment	False	ENG0190_000000009127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	86.579	87.0	0.0002150372475232317	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0026_000000003574	2962	0.7354164520665986	4	2	2	2	1	False	102663	fragment	False	ENG0026_000000003574	1.0		0	0	False	False	0.9912221431732178	0					non-mobilizable	no_good_hit	1110.0	81.26100000000001	85.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ITA0005_000000007401	2444	0.7354164520665986	4	2	2	2	1	False	102657	fragment	False	ISR0119_000000014302	0.5564172426234854		0	0	False	False	0.9779050946235657	0					non-mobilizable	chromosome	1110.0	81.171	92.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0360_000000010991	2238	0.7354164520665986	3	2	2	2	1	False	102657	fragment	False	ISR0119_000000014302	0.5337767397038505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	81.26100000000001	88.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0034_01_000000024189	2197	0.7354164520665986	3	2	2	2	1	False	102657	fragment	False	ISR0119_000000014302	0.5387022709790157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	81.171	75.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0119_000000014302	2184	0.7354164520665986	2	2	2	2	1	False	102657	fragment	False	ISR0119_000000014302	0.6940467299874342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	86.685	77.0	0.0002082106682367799	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0084_000000012356	2068	0.7354164520665986	2	2	2	2	1	False	102657	fragment	False	ISR0119_000000014302	0.563620412424856		0	0	False	False	1.0	0					non-mobilizable	chromosome	1110.0	81.171	90.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0069_000000012793	1935	0.7354164520665986	2	2	2	2	1	False	102657	fragment	False	ISR0119_000000014302	0.41185319672737014		0	0	False	False	0.961240291595459	0					non-mobilizable	chromosome	1110.0	81.171	90.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0111_000000009423	1897	0.7354164520665986	2	2	2	2	1	False	102657	fragment	False	ISR0119_000000014302	0.40934521231534005		0	0	False	False	1.0	0					non-mobilizable	chromosome	1110.0	81.171	91.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0364_000000009754	1794	0.7354164520665986	2	2	2	2	1	False	102657	fragment	False	ISR0119_000000014302	0.27878735579536373		0	0	False	False	1.0	0					non-mobilizable	chromosome	755.0	86.62299999999999	93.0	0.00021361504350522092	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0316_000000011750	1782	0.7354164520665986	2	2	2	2	1	False	102657	fragment	False	ISR0119_000000014302	0.34028211800105357		0	0	False	False	0.9719416499137878	0					non-mobilizable	chromosome	706.0	86.82700000000001	95.0	0.00019967744412871516	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0079_000000014526	1774	0.7354164520665986	2	2	2	2	1	False	102657	fragment	False	ISR0119_000000014302	0.277611396372296		0	0	False	False	0.9870349764823914	0					non-mobilizable	chromosome	727.0	86.65700000000001	95.0	0.00020565070100436047	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0158_000000011657	1616	0.7354164520665986	2	2	2	2	1	False	102655	fragment	False	ISR0267_000000010256	0.7735379004736782		0	0	False	False	1.0	0					non-mobilizable	chromosome	961.0	81.374	93.0	0.0002668054737788245	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0186_000000019724	1611	0.7354164520665986	2	2	2	2	1	False	102655	fragment	False	ISR0267_000000010256	0.8731602071072927		0	0	False	False	0.9981378316879272	0					non-mobilizable	chromosome	961.0	81.374	91.0	0.0002668054737788245	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0087_000000023927	1552	0.7354164520665986	2	2	2	2	1	False	102655	fragment	False	ISR0267_000000010256	0.7654531525463503		0	0	False	False	0.9478092789649963	0					non-mobilizable	chromosome	961.0	81.374	94.0	0.0002668054737788245	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0145_000000008525	3722	0.7354136465741875	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3301498189402492		0	0	False	False	1.0	0					non-mobilizable	chromosome	3745.0	91.055	100.0	0.001295952640215941	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0056_000000007682	4285	0.7354114512290187	8	4	3	3	2	False	115215	maximal	True	SPA0056_000000007682	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2498.0	91.833	58.0	0.019313802869213983	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0081_000000000615	37458	0.7354113784539845	30	13	5	12	5	True	120583	fragment	False	MON0033_000000000686	0.9479410865355213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	73.795	1.0	7.330562199820265e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
AST0084_000000002426	9909	0.7354052271469737	7	5	3	5	1	False	111609	maximal	True	AST0084_000000002426	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	75.577	8.0	0.0014908151865350452	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0109_000000002670	8991	0.7354008563452259	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9647888327463215		0	0	False	False	0.9997775554656982	0					non-mobilizable	other	8991.0	99.31	100.0	0.0325003073229639	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0022_000000001230	8977	0.7354008563452259	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9647093454381168		0	0	False	False	1.0	0					non-mobilizable	other	8977.0	99.18700000000001	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0025_000000003860	8976	0.7354008563452259	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9649499024381495		0	0	False	False	1.0	0					non-mobilizable	other	8976.0	99.265	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0137_000000001160	8975	0.7354008563452259	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9643514600256828		0	0	False	False	1.0	0					non-mobilizable	other	8975.0	99.432	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0162_000000002737	8975	0.7354008563452259	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.965342412129778		0	0	False	False	0.9998885989189148	0					non-mobilizable	other	8975.0	99.766	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0067_000000002886	8974	0.7354008563452259	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9652896935008825		0	0	False	False	1.0	0					non-mobilizable	other	8974.0	100.0	100.0	0.032442458294466014	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0261_000000001642	8973	0.7354008563452259	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9636805605884982		0	0	False	False	1.0	0					non-mobilizable	other	8975.0	99.454	100.0	0.0018952949840576841	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0108_000000002373	8954	0.7354008563452259	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9634597865173907		0	0	False	False	1.0	0					non-mobilizable	other	8954.0	99.44200000000001	100.0	0.03236291588028144	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0015_000000013048	1960	0.7353888083675091	3	3	2	2	2	False	99138	maximal	True	ISR0015_000000013048	1.0		1	1	False	False	0.9933673739433289	0					non-mobilizable	no_good_hit	46.0	100.0	2.0	0.0007923651218481476	NZ_QSOD01000011.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf11, whole genome shotgun sequence	True	False
SPA0158_000000002739	5084	0.7353873813831843	6	5	5	5	5	False	99129	maximal	True	SPA0158_000000002739	1.0		298	12	False	False	0.9964594841003418	0					non-mobilizable	chromosome	5084.0	99.52799999999999	100.0	0.0017268580799254618	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0114_000000016553	1692	0.7353855467285448	2	2	2	2	2	True	120612	fragment	False	ISR0114_000000016553	0.999671700590939		0	0	False	False	0.991134762763977	0					non-mobilizable	other	1654.0	99.94	98.0	0.5982627578718784	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
FIJ0116_000000006484	2884	0.7353851026839205	3	1	1	1	1	False	49372	fragment	False	FIJ0116_000000006484	0.9845189826760044		0	0	False	False	0.9993064999580383	0					non-mobilizable	no_good_hit	316.0	87.65799999999999	11.0	0.011939714229790566	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
FIJ0023_000000011817	2713	0.7353851026839205	3	1	1	1	1	False	49372	fragment	False	FIJ0116_000000006484	0.9549237170596394		0	0	False	False	0.999262809753418	0					non-mobilizable	no_good_hit	321.0	87.85	12.0	0.012252887062047368	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
AST0053_000000001544	8833	0.7353841982207738	11	11	11	10	10	False	114277	maximal	True	AST0053_000000001544	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	8833.0	99.96600000000001	100.0	0.001772237395533408	CP056314.1	enterobacteria	Citrobacter freundii strain RHBSTW-00830 chromosome, complete genome	False	False
ISR0047_000000024014	1247	0.7353830648481183	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8632052603426639	PS1007	0	0	False	True	0.9879711270332336	0					non-mobilizable	plasmid	1224.0	99.51	100.0	0.022077804856033938	FJ649478.1	firmicutes	Lactococcus lactis subsp. cremoris strain NCDO712 plasmid pLP712, complete sequence	False	True
SPA0098_000000013168	2705	0.7353782377732428	3	3	2	3	1	False	121037	fragment	False	SPA0098_000000013168	1.0		0	0	False	False	0.9907578825950623	0					non-mobilizable	no_good_hit	1026.0	99.025	38.0	0.00034829388664376194	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0346_000000008440	2557	0.7353719444829123	4	3	2	2	3	False	91199	fragment	False	ISR0346_000000008440	1.0		0	0	False	False	0.9933515787124634	0					non-mobilizable	no_good_hit	1941.0	98.197	76.0	0.06259684917355372	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	False
SPA0009_000000027267	1372	0.7353692918228917	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.017305621086942603		0	0	False	False	0.9970845580101013	0					non-mobilizable	chromosome	1151.0	83.319	92.0	0.00040333294870261235	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0214_000000017061	1749	0.7353662802087362	3	2	2	2	2	False	91447	fragment	False	DEN0010_000000023730	0.6259219652316579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0227_000000000441	36739	0.7353662050775938	31	21	15	19	10	True	64272	maximal	True	ISR0227_000000000441	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	74.613	3.0	0.014866261715891801	NZ_CBVI010000104.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	True
ENG0193_000000017662	1117	0.7353654002185834	2	2	2	1	2	False	54554	maximal	True	ENG0193_000000017662	1.0		2	1	False	False	0.9758281111717224	0					non-mobilizable	no_good_hit	112.0	82.14299999999999	10.0	0.0015294596377004785	NZ_CAIY01000028.1	cyanobacteria	Richelia intracellularis HH01, whole genome shotgun sequence	True	False
MON0054_000000041910	1221	0.7353599484410915	2	2	2	2	2	False	114323	fragment	False	MON0054_000000041910	0.9969879518072289		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	88.039	100.0	0.0003817176235324715	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0134_000000000954	26039	0.7353561759145354	32	3	1	3	0	True	114288	fragment	False	ISR0772_000000000082	0.1576195987654321		0	0	False	False	1.0	0					non-mobilizable	virus	21477.0	98.375	98.0	0.2212125895018802	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0149_000000001052	19184	0.7353561759145354	26	3	1	3	0	True	89651	fragment	False	ENG0149_000000001052	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	17949.0	97.125	98.0	0.18973897389738975	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
CHI0148_000000000684	13734	0.7353561759145354	17	3	1	3	0	True	89649	fragment	False	CHI0148_000000000684	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	13526.0	93.272	100.0	0.142817811192884	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
CHI0024_000000000859	10383	0.7353561759145354	17	3	1	3	0	True	89652	fragment	False	CHI0024_000000000859	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	8692.0	94.59299999999999	99.0	0.09190448456610367	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
ISR0286_000000001252	7992	0.7353561759145354	15	3	1	3	0	True	36027	fragment	False	ISR0286_000000001252	0.9445628997867803		0	0	False	False	1.0	0					non-mobilizable	virus	6746.0	94.545	99.0	0.07128712871287128	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
ISR0794_000000003002	6098	0.7353561759145354	13	3	1	3	0	True	32088	fragment	False	ISR0794_000000003002	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5668.0	94.495	97.0	0.05992481601101286	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
FIJ0046_000000001936	11631	0.7353530231124971	14	5	5	5	2	True	52458	fragment	False	FIJ0107_000000002173	0.9697968624073404		0	0	False	False	0.9999140501022339	0					non-mobilizable	no_good_hit								True	True
FIJ0131_000000001474	11543	0.7353530231124971	15	5	5	5	2	True	52458	fragment	False	FIJ0107_000000002173	0.9886499646509225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0130_000000001837	11543	0.7353530231124971	15	5	5	5	2	True	52458	fragment	False	FIJ0107_000000002173	0.9886499646509225		0	0	False	False	0.9969678521156311	0					non-mobilizable	no_good_hit								True	True
FIJ0107_000000002173	11543	0.7353530231124971	15	5	5	5	2	True	52458	fragment	False	FIJ0107_000000002173	0.9886499646509225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0061_000000001840	11539	0.7353530231124971	15	5	5	5	2	True	52458	fragment	False	FIJ0107_000000002173	0.9881782145975534		0	0	False	False	0.9997400045394897	0					non-mobilizable	no_good_hit								True	True
FIJ0168_000000001343	11506	0.7353530231124971	15	5	5	5	2	True	52458	fragment	False	FIJ0107_000000002173	0.9714700142288138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0024064392996431833	KR232300.1	other sequences	Expression vector pWCD2353, complete sequence	True	True
FIJ0071_000000002859	11057	0.7353530231124971	15	5	5	5	2	True	52458	fragment	False	FIJ0107_000000002173	0.950433991292598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	91.935	1.0	6.899554383953065e-05	LN592208.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000021	True	True
FIJ0146_000000001940	8200	0.7353530231124971	10	5	5	5	2	True	39992	fragment	False	FIJ0146_000000001940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	0.00014266923703275825	NZ_NMWT01000001.1	high GC Gram+	Bifidobacterium parmae strain Uis4E Contig_1, whole genome shotgun sequence	True	True
FIJ0100_000000004570	4388	0.7353528498093514	5	3	3	3	3	False	93562	maximal	True	FIJ0100_000000004570	1.0		66	11	False	False	0.9974931478500366	0					non-mobilizable	chromosome	4370.0	98.51299999999999	99.0	0.0012227987453508318	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0151_000000013854	1520	0.7353525369681632	2	2	2	2	2	False	126841	fragment	False	SPA0132_000000026570	0.9531647046009848		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	99.47399999999999	100.0	0.007953909189381532	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0103_000000013524	1260	0.7353525369681632	2	2	2	2	2	False	126840	fragment	False	ENG0053_000000016561	0.3573503706391261		0	0	False	False	0.9968253970146179	0					non-mobilizable	other	1175.0	99.745	93.0	0.00614334828179863	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0083_000000002488	9384	0.7353520211286705	15	7	4	6	7	False	61584	maximal	True	ENG0083_000000002488	1.0		2	2	False	False	0.9969096183776855	0					non-mobilizable	no_good_hit	434.0	78.571	8.0	0.00010488303283591677	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CHI0146_000000003570	2006	0.7353490596357755	6	4	2	4	3	False	79714	fragment	False	CHI0146_000000003570	1.0		0	0	False	False	0.9985044598579407	0					non-mobilizable	other	1819.0	97.63600000000001	91.0	0.03328265528547616	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0028_000000005054	2481	0.7353428753858475	2	2	2	2	2	False	42499	fragment	False	MAD0028_000000005054	1.0		0	0	False	False	0.9971785545349121	0					non-mobilizable	no_good_hit	1359.0	79.102	55.0	0.0018216770167991646	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0176_000000018732	1829	0.7353395838686702	5	4	1	3	3	False	86474	fragment	False	ISR0176_000000018732	0.986014359179857		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	98.68799999999999	100.0	0.0004864948445651633	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MON0053_000000013379	2773	0.7353372714299893	2	2	2	2	2	False	11187	fragment	False	MON0054_000000014899	0.9647139431312093		0	0	False	False	0.9765596985816956	0					non-mobilizable	no_good_hit	1567.0	87.875	56.0	0.000356315330643551	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0785_000000002550	9603	0.7353315920027822	10	5	0	5	2	False	92945	fragment	False	SPA0009_000000003263	0.9166622829359319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0049_000000007897	2062	0.7353279942121814	4	2	1	2	2	True	115095	fragment	False	CHI0049_000000007897	1.0		0	0	False	False	0.9990300536155701	0					non-mobilizable	chromosome	2010.0	90.945	100.0	0.0006752078552995233	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0022_000000007383	3502	0.7353266673154459	4	4	4	4	3	False	88693	maximal	True	MON0022_000000007383	1.0		337	13	False	False	0.9974300265312195	0					non-mobilizable	no_good_hit	880.0	72.61399999999999	25.0	0.00763540921021236	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0089_000000028403	1317	0.735326447602971	3	3	3	3	0	True	5409	maximal	True	SPA0089_000000028403	1.0		53	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0161_000000011231	2692	0.7353207612212503	3	3	3	2	2	False	108476	maximal	True	ISR0161_000000011231	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2695.0	95.139	100.0	0.027695544988498872	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0149_000000011926	1485	0.7353196547189494	4	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.2777380194631971		0	0	False	False	0.9979798197746277	0					non-mobilizable	other	1485.0	98.788	100.0	0.001273876602217438	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0779_000000025455	1367	0.7353196547189494	4	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.2067603783412686		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	99.04899999999999	100.0	0.0011725845273780461	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MAD0066_000000030222	1163	0.7353196547189494	3	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.0866544088624634		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	95.787	100.0	0.0017984303201113107	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	True
ISR0143_000000024982	1160	0.7353196547189494	4	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.09961148813025134		0	0	False	False	1.0	0					non-mobilizable	chromosome	1159.0	98.447	99.0	0.0003290980097676972	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MAD0036_000000001159	15138	0.7353154021167978	12	8	5	8	6	False	68576	maximal	True	MAD0036_000000001159	0.9739867421811196		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	74.10300000000001	6.0	0.00035499015305723167	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ISR0167_000000012160	2432	0.7353147607118372	3	2	1	2	0	True	86142	maximal	True	ISR0167_000000012160	0.9730822136600067		3	1	True	True	0.9991776347160339	18	Col(IRGK)				non-mobilizable	plasmid	2051.0	100.0	100.0	0.8712282192945177	CP056417.1	enterobacteria	Escherichia coli strain RHBSTW-00531 plasmid pRHBSTW-00531_6, complete sequence	False	True
FIJ0144_000000009028	3499	0.7353103606813891	3	3	3	2	3	False	71684	fragment	False	ISR0186_000000006966	0.9667828779810101		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	99.37299999999999	100.0	0.002135572943886694	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0043_000000003632	8089	0.7353003483377403	9	8	5	7	4	False	111820	maximal	True	ENG0043_000000003632	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
SPA0125_000000026144	1220	0.7352939797880133	1	1	1	1	1	False	17725	fragment	False	SPA0125_000000026144	0.9898045879354291		0	0	False	False	0.9704918265342712	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000023048	1177	0.7352939797880133	1	1	1	1	1	False	17725	fragment	False	SPA0125_000000026144	0.9725409836065574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0089_000000015769	1491	0.7352794130994613	3	2	1	2	1	False	110102	maximal	True	AST0089_000000015769	1.0		10	7	False	False	0.9993293285369873	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000020125	1514	0.7352765415688699	3	3	2	3	1	True	80861	maximal	True	CHI0132_000000020125	1.0		0	0	False	False	0.9834874272346497	0					non-mobilizable	no_good_hit	290.0	100.0	19.0	0.03499212979779635	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
USA0117_01_000000006646	3617	0.7352706140004767	4	4	4	4	4	False	103274	fragment	False	ENG0001_000000004788	0.4924426312330176		0	0	False	False	1.0	0					non-mobilizable	chromosome	3617.0	98.866	100.0	0.0006560533348138076	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0045_000000006187	4464	0.7352659413360175	8	4	1	1	3	False	125165	backbone	False	ENG0054_000000005619	0.9483374323138841	PS922|PS923	0	0	True	True	1.0	159	rep_cluster_233				non-mobilizable	other	1491.0	96.714	99.0	0.3390216154721274	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
SPA0146_000000005330	4444	0.7352659413360175	8	4	1	1	3	False	125165	backbone	False	ENG0054_000000005619	0.9388505570021126	PS922|PS923	0	0	True	True	1.0	44	rep_cluster_233				non-mobilizable	other	2735.0	95.46600000000001	99.0	0.6159271899886234	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0178_000000003474	4384	0.7352659413360175	8	4	1	1	3	False	125165	backbone	False	ENG0054_000000005619	0.947229311474937	PS922|PS923	0	0	True	True	1.0	50	rep_cluster_233				non-mobilizable	other	2889.0	94.462	99.0	0.6496018202502845	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0082_000000006217	4384	0.7352659413360175	7	4	1	1	3	False	125165	backbone	False	ENG0054_000000005619	0.919014290382199	PS922|PS923	0	0	True	True	1.0	12	rep_cluster_233				non-mobilizable	other	4130.0	96.368	99.0	0.9374288964732651	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
AST0025_000000007443	4380	0.7352659413360175	8	4	1	1	3	False	125165	backbone	False	ENG0054_000000005619	0.9472708057663599	PS922|PS923	0	0	True	True	1.0	45	rep_cluster_233				non-mobilizable	other	2885.0	94.59299999999999	99.0	0.6486916951080773	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0169_000000006202	4379	0.7352659413360175	7	4	1	1	3	False	125165	backbone	False	ENG0054_000000005619	0.9421760038689706	PS922|PS923	0	0	True	True	1.0	49	rep_cluster_233				non-mobilizable	other	2448.0	97.99799999999999	99.0	0.5560864618885096	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
AST0019_000000006022	4377	0.7352659413360175	8	4	1	1	3	False	125165	backbone	False	ENG0054_000000005619	0.9427203230975008	PS922|PS923	0	0	True	True	1.0	89	rep_cluster_233				non-mobilizable	other	2004.0	96.40700000000001	99.0	0.45437997724687146	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0060_000000006040	4274	0.7352659413360175	7	4	1	1	3	False	125165	backbone	False	ENG0054_000000005619	0.9006992896785655	PS922|PS923	0	0	True	True	1.0	19	rep_cluster_233				non-mobilizable	other	2697.0	98.331	99.0	0.612514220705347	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0006_000000004616	4111	0.7352659413360175	7	4	1	1	3	False	125163	backbone	False	ISR0345_000000001839	0.8348237597173368	PS922	0	0	True	True	1.0	61	rep_cluster_233				non-mobilizable	other	2439.0	98.565	96.0	0.5547212741751991	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0059_000000003840	4081	0.7352659413360175	6	4	1	1	3	False	125163	backbone	False	ISR0345_000000001839	0.9390507427788657	PS922	0	0	True	True	1.0	81	rep_cluster_233				non-mobilizable	other	1534.0	97.84899999999999	95.0	0.3488054607508532	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0332_000000003083	4035	0.7352659413360175	6	4	1	1	3	False	125163	backbone	False	ISR0345_000000001839	0.9299237516097951	PS922	0	0	True	True	1.0	10	rep_cluster_233				non-mobilizable	other	1527.0	97.904	96.0	0.3472127417519909	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0818_000000004162	4020	0.7352659413360175	6	4	1	1	3	False	125163	backbone	False	ISR0345_000000001839	0.8321624485848913	PS922	0	0	True	True	0.9995024800300598	1	rep_cluster_233				non-mobilizable	other	2801.0	98.286	96.0	0.6361774744027304	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0191_000000002327	3967	0.7352659413360175	6	4	1	1	3	False	125163	backbone	False	ISR0345_000000001839	0.4493192121218284	PS922	0	0	True	True	1.0	7	rep_cluster_233				non-mobilizable	no_good_hit	1175.0	98.553	87.0	0.2664391353811149	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
SPA0069_000000006274	3887	0.7352659413360175	7	4	1	1	3	False	125163	backbone	False	ISR0345_000000001839	0.6645593194358893	PS922	0	0	False	True	0.9956264495849609	0	rep_cluster_233				non-mobilizable	other	2927.0	94.807	99.0	0.6653014789533561	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
MON0043_000000006339	3868	0.7352659413360175	7	4	1	1	3	False	125163	backbone	False	ISR0345_000000001839	0.9092224002990107	PS922	0	0	True	True	1.0	12	rep_cluster_233				non-mobilizable	other	1534.0	98.044	93.0	0.3488054607508532	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
AST0102_000000007962	3738	0.7352659413360175	5	4	1	1	3	False	125151	fragment	False	AST0102_000000007962	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	2695.0	93.95200000000001	100.0	0.2719199755027049	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
SPA0057_000000008295	3653	0.7352659413360175	6	4	1	1	3	False	125139	fragment	False	SPA0057_000000008295	0.9640762543764058		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1954.0	96.62200000000001	100.0	0.44323094425483506	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0062_000000009466	3573	0.7352659413360175	5	4	1	1	3	False	125139	fragment	False	SPA0057_000000008295	0.962863716700867		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1842.0	98.154	100.0	0.18781259569255895	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ENG0182_000000007791	3572	0.7352659413360175	5	4	1	1	3	False	125139	fragment	False	SPA0057_000000008295	0.9527819220442723		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	3475.0	96.777	100.0	0.7899886234357224	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0033_000000009620	3109	0.7352659413360175	5	4	1	1	3	False	125135	fragment	False	ISR0033_000000009620	0.9803210526287841		0	0	False	False	0.9938887357711792	0	rep_cluster_233				non-mobilizable	other	1806.0	97.398	96.0	0.18424007349188526	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0162_000000013276	2950	0.7352659413360175	4	4	1	1	3	False	125135	fragment	False	ISR0033_000000009620	0.9561377842592073		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1904.0	97.899	100.0	0.19424313565377158	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0391_000000004477	2947	0.7352659413360175	4	4	1	1	3	False	125135	fragment	False	ISR0033_000000009620	0.954465798702545		0	0	False	False	0.9972853660583496	0	rep_cluster_233				non-mobilizable	other	2689.0	97.17399999999999	100.0	0.6104664391353811	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
DEN0039_000000013085	1595	0.7352653812468379	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.781920022560059		0	0	False	False	0.9949843287467957	0					non-mobilizable	chromosome	1595.0	95.611	100.0	0.0007434042692112173	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0060_000000026862	1558	0.7352653812468379	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.7240845651846465		0	0	False	False	0.9929396510124207	0					non-mobilizable	other	1558.0	98.973	100.0	0.008202550851073917	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
FIJ0006_000000026905	1458	0.7352653812468379	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.4227051694533578		0	0	False	False	0.9924554228782654	0					non-mobilizable	chromosome	1458.0	93.62100000000001	100.0	0.0006795106776918091	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0183_000000014125	2045	0.7352562591668381	4	4	2	3	3	True	55162	maximal	True	ENG0183_000000014125	1.0		1	1	False	False	0.9916870594024658	0					non-mobilizable	no_good_hit	241.0	80.083	12.0	9.288017136585927e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
SPA0012_000000012635	1913	0.7352556600353986	3	3	3	3	3	False	89010	fragment	False	SPA0012_000000012635	1.0		0	0	False	False	0.9952953457832336	0					non-mobilizable	other	1913.0	99.73899999999999	100.0	0.013139900076282893	NZ_QRHR01000007.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf7, whole genome shotgun sequence	False	False
ISR0296_000000007699	3309	0.7352437643184939	3	2	1	2	2	False	99622	fragment	False	ISR0296_000000007699	1.0		0	0	False	False	0.9870051145553589	0					non-mobilizable	no_good_hit	762.0	82.28299999999999	23.0	0.003327954820492134	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
SPA0076_000000009245	1746	0.7352411389866075	3	3	3	3	2	False	29739	fragment	False	SPA0076_000000009245	1.0		0	0	False	False	0.9994272589683533	0					non-mobilizable	other	1746.0	95.01700000000001	100.0	0.0047759151556619915	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0133_000000013802	2726	0.7352401905444258	3	3	3	3	2	False	40703	maximal	True	FIJ0133_000000013802	1.0		3	2	False	False	0.9966984391212463	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	0.00014334097818550324	NZ_CAJE01000013.1	euryarchaeotes	Methanomassiliicoccus luminyensis B10, whole genome shotgun sequence	True	False
USA0119_01_000000006951	3330	0.7352334143263267	5	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.19045655346869053		0	0	False	False	0.9984984993934631	0					non-mobilizable	other	3142.0	84.405	93.0	0.0005125184896170314	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
DEN0079_000000021699	2563	0.7352331982895459	2	2	2	2	1	True	124801	fragment	False	CHI0158_000000005875	0.9376089324618736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	2.0	9.024768477085361e-06	CP013068.1	a-proteobacteria	Pannonibacter phragmitetus strain 31801, complete genome	True	True
FIJ0084_000000003355	4179	0.7352331375439916	4	4	3	4	3	False	44021	maximal	True	FIJ0084_000000003355	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2023.0	98.27	78.0	0.0009866095324436931	NZ_CP058954.1	firmicutes	Lactobacillus mucosae strain A1 chromosome, complete genome	True	False
SPA0137_000000021528	1717	0.7352245036128189	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2276443410297941		0	0	False	False	1.0	0					non-mobilizable	other	1717.0	99.243	100.0	0.0005166547388469868	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0077_000000017386	1715	0.7352245036128189	2	2	2	2	1	False	130055	maximal	True	FIJ0077_000000017386	1.0		0	0	False	False	0.9994168877601624	0					non-mobilizable	chromosome	1726.0	87.31200000000001	100.0	0.0005762491766065723	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0084_000000021013	1675	0.7352245036128189	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.21966728324589482		0	0	False	False	1.0	0					non-mobilizable	chromosome	1675.0	99.522	100.0	0.0005907080980998889	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0208_000000018610	1644	0.7352245036128189	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2926609966368602		0	0	False	False	1.0	0					non-mobilizable	other	1659.0	95.781	100.0	0.0004985898878383509	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0095_000000019265	1625	0.7352245036128189	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.28048225671013316		0	0	False	False	0.9975384473800659	0					non-mobilizable	other	1641.0	95.917	100.0	0.0004928693516856162	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0145_000000010936	1485	0.7352245036128189	3	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2484130161826776		0	0	False	False	0.996632993221283	0					non-mobilizable	other	1500.0	92.26700000000001	100.0	0.0004507180326654658	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0356_000000009429	2065	0.7352208505781526	3	3	3	3	3	False	23915	maximal	True	ISR0356_000000009429	1.0		20	6	False	False	0.9995157122612	0					non-mobilizable	no_good_hit	904.0	73.119	43.0	0.007311142509775573	NZ_JAAIPW010000009.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_9_length_121732_cov_277.833, whole genome shotgun sequence	True	False
MON0010_000000011040	2294	0.7352203499992669	2	2	2	1	2	False	93346	fragment	False	MON0016_000000013859	0.9645585738539899		0	0	False	False	0.9995640516281128	0					non-mobilizable	no_good_hit	242.0	73.14	10.0	0.00018022393587693454	NZ_VUKA01000001.1	a-proteobacteria	Roseomonas oryzae strain KCTC 42542 Scaffold1, whole genome shotgun sequence	True	False
ISR0018_000000017360	1216	0.7352132883921703	2	1	1	1	1	False	110483	fragment	False	ISR0312_000000014307	0.8175991382801227		0	0	False	False	0.9934210777282715	0					non-mobilizable	other	1216.0	99.671	100.0	0.005993606819392648	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0086_000000021417	1142	0.7352132883921703	2	1	1	1	1	False	110483	fragment	False	ISR0312_000000014307	0.5420672664125152		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	98.161	100.0	0.005628564099528405	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0393_000000007569	2321	0.7352077063125603	4	3	1	3	2	False	94951	fragment	False	ENG0129_000000011358	0.9029796664550348		0	0	False	False	1.0	0					non-mobilizable	chromosome	2325.0	94.323	100.0	0.0008090118552827324	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0782_000000006935	1924	0.7352077063125603	4	3	1	3	2	False	94937	fragment	False	MON0011_000000021768	0.6086284846170239		0	0	False	False	0.9958419799804688	0					non-mobilizable	other	1926.0	91.537	100.0	0.0005985531439906073	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0281_000000002154	6248	0.7352017541066835	8	4	3	3	3	True	132410	maximal	False	ISR0048_000000002906	0.9289145072095938	PS1159|PS463	0	0	True	True	1.0	7		MOBV			mobilizable	no_good_hit	4616.0	98.80799999999999	77.0	0.03916515704334958	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
USA0135_01_000000002881	4972	0.7352017541066835	5	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.7349595188829149	PS1159|PS463	0	0	True	True	1.0	90		MOBV			mobilizable	other	4223.0	99.811	96.0	0.5364768683274022	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0043_000000006432	4970	0.7352017541066835	6	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.5284961109552584	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2607.0	99.57799999999999	100.0	0.0008853667494164088	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0112_000000005665	4877	0.7352017541066835	5	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.4469714351667288	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4877.0	100.0	100.0	0.04146999038944029	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0001_000000008395	4592	0.7352017541066835	6	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.32615226791738383	PS1159|PS463	0	0	True	True	1.0	57		MOBV			mobilizable	other	3439.0	99.564	100.0	0.02923991529099584	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0098_000000001934	4407	0.7352017541066835	4	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.10469979625251534	PS1159|PS463	0	0	False	True	0.9997730851173401	0		MOBV			mobilizable	other	4357.0	99.90799999999999	99.0	0.03704743193937693	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0195_000000005172	4349	0.7352017541066835	4	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.10156810874006768	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4351.0	99.72399999999999	100.0	0.03699640241879928	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0203_000000003504	4165	0.7352017541066835	4	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.06298857673261617	PS1159|PS463	0	0	False	True	0.9997599124908447	0		MOBV			mobilizable	other	4165.0	99.712	100.0	0.5292323335027961	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0012_000000003177	5504	0.7351984060355802	7	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6777185473458824	PS931	0	0	True	True	1.0	33					non-mobilizable	plasmid	4847.0	99.794	100.0	0.0651046564741919	CP058915.1	enterobacteria	Escherichia coli strain Biosolid 42 plasmid pHH12_P2, complete sequence	False	True
SPA0099_000000001494	4941	0.7351984060355802	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.5658052155617351	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	4941.0	98.705	100.0	0.0478863136262735	CP026403.1	enterobacteria	Escherichia coli strain ECONIH4 plasmid pECO-816c, complete sequence	False	True
CHI0072_000000004405	2565	0.7351963864331855	3	2	1	2	1	False	84849	fragment	False	CHI0072_000000004405	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2424.0	99.794	100.0	0.00047375888077934997	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
CHI0180_000000006605	2006	0.7351889135661773	4	4	2	3	0	True	77481	maximal	True	CHI0180_000000006605	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	92.78200000000001	28.0	0.00016154387999858436	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ENG0065_000000013735	1998	0.7351836260661254	2	2	2	2	1	False	114526	fragment	False	AST0052_000000010778	0.9613220815752461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0154_000000006002	3935	0.7351830360669909	6	6	6	5	4	False	130929	fragment	False	ISR0154_000000006002	1.0		0	0	False	True	0.9997458457946777	0					non-mobilizable	no_good_hit	1267.0	83.583	32.0	0.014935249078362795	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0393_000000007042	2483	0.735179790983243	3	2	0	2	0	True	129121	fragment	False	ISR0393_000000007042	1.0		0	0	False	False	0.9995972514152527	0					non-mobilizable	no_good_hit								True	True
AST0055_000000014923	2344	0.735179790983243	3	2	0	2	0	True	129131	fragment	False	ISR0128_000000014070	0.6226815050344462		0	0	False	False	0.9995733499526978	0					non-mobilizable	no_good_hit								True	True
ISR0277_000000004611	1968	0.735179790983243	2	2	0	2	0	True	129120	fragment	False	ISR0277_000000004611	1.0		0	0	False	False	0.9994918704032898	0					non-mobilizable	no_good_hit								True	True
ENG0059_000000006654	1882	0.735179790983243	2	2	0	2	0	True	129119	fragment	False	ENG0059_000000006654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0046_000000016693	2034	0.7351795823926168	2	2	1	1	2	False	41819	fragment	False	ISR0046_000000016693	1.0		0	0	False	False	0.9842674732208252	0					non-mobilizable	no_good_hit								True	False
DEN0041_000000021107	1613	0.7351792355843408	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.4070357756063144		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	95.455	95.0	0.00042571271473082625	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0149_000000010845	3481	0.7351786469041669	5	2	1	2	1	True	3314	maximal	True	SPA0149_000000010845	1.0		1	1	False	False	0.9948290586471558	0					non-mobilizable	no_good_hit	227.0	99.119	18.0	0.0014402673136134066	NZ_CZAI01000011.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
AUS0022_000000023516	1442	0.7351776107000669	2	2	0	2	0	True	99091	fragment	False	AUS0022_000000023516	1.0		0	0	False	False	0.9965326189994812	0					non-mobilizable	no_good_hit								True	True
ENG0104_000000020889	1518	0.7351774466104746	2	2	0	2	0	True	60229	fragment	False	ENG0104_000000020889	1.0		0	0	False	False	0.9815546870231628	0					non-mobilizable	no_good_hit								True	True
ISR0250_000000005730	2119	0.7351717405947135	3	3	3	3	3	False	27025	maximal	True	ISR0250_000000005730	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1794.0	97.82600000000001	85.0	0.002830266158734972	NZ_QVMD01000001.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf1, whole genome shotgun sequence	True	False
USA0015_01_000000010726	3074	0.7351706221296074	3	3	3	2	1	True	1959	maximal	True	USA0015_01_000000010726	1.0		94	10	False	False	0.9996746778488159	0					non-mobilizable	other	1493.0	83.255	94.0	0.011674743533262005	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	False	True
AUS0024_000000003684	8013	0.7351597116375429	13	6	3	4	5	True	101744	maximal	False	ISR0311_000000001595	0.953825399344577	PS589	0	0	False	True	0.9993759989738464	0					non-mobilizable	no_good_hit	1212.0	86.634	55.0	0.12940159861741196	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
USA0031_01_000000021587	1220	0.7351593411841055	1	1	1	1	1	False	1515	fragment	False	USA0031_01_000000021587	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	99.262	100.0	0.0003408730881116386	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0073_000000001268	15941	0.7351571940815529	18	7	3	6	5	True	127969	fragment	False	ISR0073_000000001268	1.0		0	0	False	False	0.9999372959136963	0					non-mobilizable	no_good_hit	4438.0	77.107	28.0	0.021408516612073	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	True
MAD0090_000000011279	1227	0.7351569816407949	2	1	1	1	1	False	57070	fragment	False	MAD0090_000000011279	0.9177181703564916		0	0	False	False	0.9975550174713135	0					non-mobilizable	other	1227.0	92.339	100.0	0.002563582491526168	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0807_000000001834	7183	0.7351545411287593	11	7	2	7	3	False	61683	fragment	False	ISR0807_000000001834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
DEN0082_000000002013	13818	0.7351535446321641	16	8	4	8	4	False	126280	maximal	True	DEN0082_000000002013	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	71.184	10.0	0.008692286705877128	NZ_AWEY01000004.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00007, whole genome shotgun sequence	True	False
SPA0071_000000009361	2515	0.7351511387516501	4	4	4	3	3	False	96169	fragment	False	SPA0071_000000009361	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1932.0	97.619	100.0	0.0009317878208089946	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ENG0197_000000005278	1913	0.7351461020789889	3	2	2	1	1	True	58408	fragment	False	ISR0798_000000006408	0.9160166406656266		0	0	False	False	1.0	0					non-mobilizable	other	1921.0	90.47399999999999	99.0	0.05202689826032507	NZ_KB904241.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_21.22, whole genome shotgun sequence	False	True
ISR0068_000000007960	2557	0.7351330530469141	4	4	4	3	3	False	74283	maximal	True	ISR0068_000000007960	1.0		7	3	False	False	0.992960512638092	0					non-mobilizable	no_good_hit	1771.0	99.435	69.0	0.02338609518272864	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
FIJ0061_000000004126	5576	0.7351264494115718	8	3	2	1	0	True	45836	fragment	False	FIJ0061_000000004126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	98.404	3.0	0.0006176285047114816	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	True
ENG0167_000000002878	8365	0.7351262561518664	14	14	3	12	14	True	82255	fragment	False	ENG0167_000000002878	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	8365.0	99.641	100.0	0.11848200246483362	MN101854.1	enterobacteria	Escherichia coli strain 13ZX36 plasmid p13ZX36-70, complete sequence	False	True
USA0035_01_000000003452	7383	0.7351246810102819	10	8	4	7	6	False	107056	fragment	False	USA0035_01_000000003452	0.9893818888709727		0	0	False	False	1.0	0					non-mobilizable	plasmid	7383.0	99.973	100.0	0.1689128892753358	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
FIJ0043_000000020492	1434	0.7351106621487282	1	1	1	1	1	False	91269	fragment	False	FIJ0043_000000020492	0.944283746556474		0	0	False	False	1.0	0					non-mobilizable	other	1433.0	97.55799999999999	99.0	0.010283810180397564	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
TAN0005_000000008978	1916	0.7351102653312847	2	2	2	2	1	False	23475	maximal	True	TAN0005_000000008978	1.0		2	1	False	False	0.9942588806152344	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	2.0	2.0080943664658717e-05	NZ_AP019822.1	fusobacteria	Pseudoleptotrichia goodfellowii strain JCM16774	True	False
MON0041_000000063172	1123	0.7351084759239879	1	1	1	1	1	False	11740	fragment	False	MON0041_000000063172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	0.0006220639653360218	NZ_JXMU01000004.1	a-proteobacteria	Ahrensia marina strain LZD062 contig4, whole genome shotgun sequence	True	False
ENG0100_000000007890	3715	0.7351038760388204	7	2	1	2	1	True	69768	maximal	True	ENG0100_000000007890	1.0		2	1	False	False	0.9940780401229858	0					non-mobilizable	no_good_hit	736.0	73.37	20.0	0.01074949959226036	NZ_SNXO01000009.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_109, whole genome shotgun sequence	True	True
ENG0047_000000002785	5260	0.7351037003274815	7	5	5	2	1	True	64374	maximal	True	ENG0047_000000002785	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2289.0	72.87	43.0	0.08723125529783463	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	True	True
SPA0026_000000017261	1863	0.7351010453986291	4	1	1	1	1	False	130995	maximal	True	SPA0026_000000017261	1.0		10	4	False	False	0.9865807890892029	0					non-mobilizable	no_good_hit	163.0	75.46	9.0	3.640140842920408e-05	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
AST0002_000000030098	1248	0.7351010453986291	2	1	1	1	1	False	130994	fragment	False	AST0002_000000030098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	75.46	13.0	3.640140842920408e-05	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
MON0041_000000046502	1474	0.7350992798172161	1	1	1	1	1	False	39518	maximal	True	MON0041_000000046502	1.0		76	5	False	False	0.9945725798606873	0					non-mobilizable	other	1440.0	78.542	97.0	0.010585328071404861	NZ_JHYA01000011.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00010.10_C, whole genome shotgun sequence	False	False
ISR0265_000000000238	39218	0.7350945415575985	28	14	10	8	12	True	41687	fragment	False	ISR0265_000000000238	1.0		0	0	False	False	0.9999744892120361	0					non-mobilizable	no_good_hit	9657.0	89.40700000000001	76.0	0.003933493333834953	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
SPA0065_000000004176	5480	0.7350837817855874	7	4	4	2	4	False	76005	maximal	True	SPA0065_000000004176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3024.0	82.87	55.0	0.003235294748653212	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	True	False
ISR0855_000000011796	1551	0.735080611271266	3	3	2	3	1	False	20482	fragment	False	ISR0855_000000011796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	74.665	43.0	0.004285028977427427	NZ_CABFKI010000007.1	g-proteobacteria	Actinobacillus porcinus strain NM319, whole genome shotgun sequence	True	False
MON0035_000000012947	2180	0.7350794536771103	4	3	2	3	2	False	127054	fragment	False	ENG0049_000000005054	0.2025702179922981		0	0	False	False	1.0	0					non-mobilizable	other	2037.0	98.085	97.0	0.0006080806564879426	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0035_000000002775	8132	0.7350748569761115	10	9	6	5	8	False	86892	maximal	True	ENG0035_000000002775	1.0		52	10	False	False	0.9998770356178284	0					non-mobilizable	no_good_hit	5666.0	99.61200000000001	70.0	0.0013886876386940746	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0160_000000006257	2794	0.7350744022003858	3	3	3	3	3	False	87840	fragment	False	FIJ0160_000000006257	0.969872754491018		0	0	False	False	0.9996420741081238	0					non-mobilizable	no_good_hit	186.0	90.86	8.0	4.5357911927684285e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0058_000000023353	1752	0.7350688800304548	2	1	1	1	1	False	46005	maximal	True	FIJ0058_000000023353	1.0		9	2	False	False	0.9891552329063416	0					non-mobilizable	no_good_hit	819.0	71.551	47.0	0.0006496234176887276	NZ_SDWJ01000002.1	a-proteobacteria	Sphingorhabdus profundilacus strain IMCC26285 NODE_2_length_1254573_cov_81.6215, whole genome shotgun sequence	True	False
SPA0106_000000007995	4841	0.7350641013908652	9	5	3	3	3	False	66358	fragment	False	SPA0106_000000007995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.313821512721378e-06	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	False
ISR0376_000000014192	1745	0.7350556127934225	3	3	3	3	3	False	99887	fragment	False	ISR0346_000000011693	0.28588967007327487		0	0	False	False	0.997707724571228	0					non-mobilizable	other	1745.0	99.82799999999999	100.0	0.005526682722778552	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0352_000000001950	3960	0.7350518258050973	4	3	2	3	1	False	24063	maximal	True	ISR0352_000000001950	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	76.876	33.0	0.0073821660023473245	NZ_BJUA01000009.1	high GC Gram+	Cellulomonas persica strain NBRC 101101 sequence09, whole genome shotgun sequence	True	False
ENG0064_000000007051	3211	0.7350510806233943	5	2	2	2	1	False	62993	maximal	True	ENG0064_000000007051	1.0		2	1	False	False	0.9975085854530334	0					non-mobilizable	no_good_hit	491.0	97.556	15.0	0.00017290738833270345	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0131_000000004894	3818	0.7350490348637952	4	4	4	4	2	False	49003	fragment	False	FIJ0131_000000004894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	82.736	8.0	0.007925783483186944	NZ_JAAITU010000039.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_39_length_38482_cov_167.292, whole genome shotgun sequence	True	False
ISR0068_000000010288	2005	0.7350473279289652	3	2	2	2	2	False	35025	maximal	True	ISR0068_000000010288	1.0		0	0	False	False	0.9745635986328125	0					non-mobilizable	no_good_hit	1109.0	81.425	55.0	0.6374709976798144	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
AST0062_000000000026	95395	0.735047172984425	93	13	4	10	5	True	127415	maximal	False	SPA0046_000000000019	0.6477557999811591		0	0	True	True	1.0	55					non-mobilizable	virus	23651.0	93.624	97.0	0.238638316802653	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
BAN0017_000000000301	3082	0.7350459609221398	5	3	3	2	2	False	98251	maximal	True	BAN0017_000000000301	1.0		9	4	False	False	0.9996755123138428	0					non-mobilizable	other	3088.0	98.478	100.0	0.0011162631256741605	CP003490.1	bacteria	Brachyspira pilosicoli B2904, complete genome	False	False
AST0012_000000007906	2679	0.7350428581717174	4	4	3	4	3	False	125442	fragment	False	MON0070_000000010284	0.43544127880695854		0	0	False	False	0.9996267557144165	0					non-mobilizable	no_good_hit	1741.0	84.60700000000001	66.0	0.00048404537778609224	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0182_000000019105	1489	0.7350423134652423	2	2	1	1	2	False	74294	fragment	False	ENG0182_000000019105	0.9866046669762358		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	99.59700000000001	100.0	0.005391412172916765	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0073_01_000000007269	2234	0.735036866673377	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.7974726461960004		0	0	False	False	1.0	0					non-mobilizable	chromosome	2098.0	93.51799999999999	97.0	0.0005600850686144406	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0011_000000030613	1524	0.7350296020866905	2	2	2	2	2	False	75622	maximal	True	DEN0011_000000030613	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	78.182	7.0	1.4349950715581887e-05	CP053564.1	high GC Gram+	Pseudonocardia sp. Gen01 chromosome, complete genome	True	False
SPA0120_000000001613	21974	0.7350250260208531	26	12	8	11	8	False	66930	maximal	True	SPA0120_000000001613	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	81.64399999999999	2.0	0.0038668692169589835	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
ISR0398_000000008203	2823	0.7350237114835466	4	2	2	1	1	False	22621	maximal	True	ISR0398_000000008203	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.991105366986187e-06	NZ_CP035485.1	high GC Gram+	Salicibibacter halophilus strain NKC3-5 chromosome, complete genome	True	False
MON0011_000000026161	1791	0.7350189016613136	4	3	2	2	2	True	13668	maximal	True	MON0011_000000026161	1.0		9	5	False	False	0.9988833069801331	0					non-mobilizable	no_good_hit								True	True
AST0019_000000016185	1826	0.7350121549774569	4	3	2	1	2	True	122258	fragment	False	ENG0017_000000009764	0.5330307122730399		0	0	False	False	1.0	0					non-mobilizable	other	1826.0	98.905	100.0	0.00048569643945920295	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0310_000000009418	1816	0.7350121549774569	4	3	2	1	2	True	122258	fragment	False	ENG0017_000000009764	0.530935857393703		0	0	False	False	0.9983479976654053	0					non-mobilizable	other	1818.0	99.34	100.0	0.012438254665203074	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ISR0367_000000000934	10749	0.7350114090129476	12	9	9	9	6	True	112632	maximal	False	SPA0107_000000002386	0.9812619659720655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	81.331	20.0	0.0005449374265120441	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ENG0183_000000028607	1107	0.7349799315245577	2	1	1	1	1	False	55128	fragment	False	ENG0183_000000028607	1.0		0	0	False	False	0.9990966320037842	0					non-mobilizable	no_good_hit	318.0	82.704	28.0	0.005016054569561814	NZ_CYXX01000023.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0064_000000006682	4038	0.7349670557926801	6	4	2	3	4	False	45515	fragment	False	FIJ0064_000000006682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	2.0	0.00038676811041677024	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	True	False
MAD0110_000000004183	6592	0.7349659900215105	7	6	5	6	6	False	125687	fragment	False	MAD0110_000000004183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3046.0	98.359	50.0	0.020346737298338552	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0032_000000017061	1433	0.7349617542299453	1	1	1	1	1	False	65589	maximal	False	ISR0148_000000020763	0.6179615110477549		0	0	False	False	0.9993021488189697	0					non-mobilizable	other	1433.0	99.37200000000001	100.0	0.002379852356087071	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	False
CAN0012_000000001813	25674	0.7349585955905057	34	16	10	9	12	False	94352	maximal	True	CAN0012_000000001813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	72.64699999999999	1.0	0.0029789410402964586	CP040426.1	g-proteobacteria	Acinetobacter baumannii strain PB364 plasmid pPB364_1, complete sequence	True	False
FIJ0002_000000005625	6146	0.7349581197581618	10	5	2	4	3	False	52449	maximal	True	FIJ0002_000000005625	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	263.0	75.285	4.0	0.006174452017383457	NZ_FORR01000025.1	firmicutes	Thermoflavimicrobium dichotomicum strain DSM 44778, whole genome shotgun sequence	True	False
ENG0014_000000006231	4084	0.7349506040873707	3	3	3	2	2	False	109862	maximal	True	ENG0014_000000006231	1.0	PS691	29	4	False	True	0.9951028227806091	0					non-mobilizable	no_good_hit	193.0	90.155	5.0	5.1914074635675405e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0074_000000002111	7830	0.7349491109178896	13	7	4	5	6	True	84760	maximal	True	CHI0074_000000002111	1.0		2	2	False	False	0.9998722672462463	0	rep_cluster_1736	MOBM			mobilizable	no_good_hit	4594.0	95.015	81.0	0.10482194659539962	CP021561.1	other sequences	Unidentified plasmid plasmid YS1-2_2432, complete sequence	True	True
MAD0045_000000015271	2559	0.734943357383315	4	3	3	2	2	False	123233	maximal	True	MAD0045_000000015271	1.0		9	4	False	False	0.9996092319488525	0					non-mobilizable	chromosome	1385.0	93.935	94.0	0.00037088886840305546	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0112_000000027055	1420	0.7349290754510543	3	2	2	2	1	False	32608	maximal	True	ISR0112_000000027055	1.0		11	5	False	False	0.966901421546936	0					non-mobilizable	no_good_hit								True	False
SPA0018_000000004337	6071	0.7349275438176368	8	6	5	5	6	False	81401	fragment	False	SPA0018_000000004337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	1.0	0.0002612745072926326	NZ_FOJY01000004.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
MON0029_000000024743	1309	0.7349264828477198	2	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.14449321309542035		0	0	False	False	0.9724981188774109	0					non-mobilizable	chromosome	1286.0	91.991	98.0	0.0004321868824549292	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0113_000000004804	3173	0.7349065304451352	3	3	2	3	2	False	32593	fragment	False	ISR0113_000000004804	1.0		0	0	False	False	0.9993696808815002	0					non-mobilizable	no_good_hit	1040.0	97.5	33.0	0.00028066046599912016	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0001_000000007102	3526	0.7349007214380638	4	4	4	4	2	False	68075	maximal	True	ENG0001_000000007102	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0006232055020142892	NZ_LT985137.1	euryarchaeotes	Methanobrevibacter oralis strain M2 CSUR P5920, whole genome shotgun sequence	True	False
ISR0300_000000003936	2283	0.7348855989454078	3	3	3	3	3	False	80624	fragment	False	ISR0300_000000003936	0.9693842908968193		0	0	False	False	0.9991239309310913	0					non-mobilizable	other	2283.0	97.416	100.0	0.012021978832466718	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ENG0189_000000008413	1979	0.7348832880690588	3	2	2	2	1	False	82053	maximal	True	ENG0189_000000008413	1.0		30	7	False	False	0.9914097785949707	0					non-mobilizable	no_good_hit	492.0	72.764	24.0	0.0033502594877390297	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
FIJ0064_000000012518	2137	0.7348761612431407	3	3	3	3	3	False	45490	maximal	True	FIJ0064_000000012518	1.0		45	10	False	False	0.9995320439338684	0					non-mobilizable	other	1560.0	93.846	100.0	0.012223028849188813	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0120_000000001463	12807	0.7348700291954736	15	8	7	8	7	False	32308	maximal	True	ISR0120_000000001463	1.0		6	3	False	False	0.9993753433227539	0					non-mobilizable	no_good_hit	1323.0	83.069	14.0	0.02695070292835656	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
ENG0078_000000013224	1966	0.7348694054336476	3	3	2	2	2	False	61916	fragment	False	MON0058_000000022063	0.5609647512629461		0	0	False	False	0.9933875799179077	0					non-mobilizable	no_good_hit	849.0	75.618	43.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0218_000000003282	4646	0.7348688331505182	3	3	3	3	3	False	101224	maximal	True	ISR0218_000000003282	1.0		81	5	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	98.868	36.0	0.10418477585992798	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0049_000000008225	3489	0.7348671295490673	2	2	1	2	2	False	36002	fragment	False	ISR0095_000000007923	0.9783889980353635		0	0	False	False	0.9974204897880554	0					non-mobilizable	other	3489.0	100.0	100.0	0.0006755514857193878	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0128_000000011824	2341	0.7348653547286864	3	2	2	2	1	False	84195	maximal	True	ENG0128_000000011824	1.0		61	9	False	False	1.0	0					non-mobilizable	no_good_hit	1229.0	99.43	52.0	0.005349294093560373	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0083_000000008022	1351	0.7348653547286864	2	2	2	2	1	False	84193	fragment	False	ISR0126_000000036851	0.9859159265723452		0	0	False	False	0.984455943107605	0					non-mobilizable	other	1344.0	99.62799999999999	99.0	0.005850245901996402	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0359_000000020920	1335	0.7348653547286864	2	2	2	2	1	False	84193	fragment	False	ISR0126_000000036851	0.9811143929297081		0	0	False	False	0.9917603135108948	0					non-mobilizable	other	1335.0	100.0	100.0	0.00581104097785793	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0092_000000000456	40498	0.7348615722785121	43	18	12	17	7	True	99722	fragment	False	FIJ0104_000000000284	0.8602706606679699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2341.0	97.90700000000001	6.0	0.10360100987730876	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	True	True
MON0019_000000028846	2316	0.7348562651961892	2	2	2	2	2	False	13195	fragment	False	MON0019_000000028846	1.0		0	0	False	False	0.9995682239532471	0					non-mobilizable	no_good_hit	911.0	74.753	39.0	0.00021306814800213498	NC_016629.1	d-proteobacteria	Desulfocurvibacter africanus subsp. africanus str. Walvis Bay, complete sequence	True	False
MON0014_000000013101	1278	0.7348521511403755	2	2	2	2	2	False	13441	maximal	True	MON0014_000000013101	1.0		26	8	False	False	0.9804381728172302	0					non-mobilizable	other	1291.0	74.82600000000001	99.0	0.11352074966532798	NZ_CABKPS010000059.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0089_000000012954	3023	0.7348513513283339	4	3	2	1	2	False	6162	fragment	False	SPA0089_000000012954	1.0		0	0	False	False	0.9996691942214966	0					non-mobilizable	no_good_hit	95.0	82.105	3.0	1.9944793668964894e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
FIJ0172_000000019780	1438	0.7348413075243905	3	2	2	2	2	False	38721	maximal	True	FIJ0172_000000019780	1.0		88	11	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	76.105	76.0	0.0003732270430239273	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0045_000000030938	1383	0.7348332090760542	1	1	1	1	1	False	104356	fragment	False	DEN0045_000000030938	0.9891779763160983		0	0	False	False	0.9949385523796082	0					non-mobilizable	chromosome	1384.0	88.584	100.0	0.0003930971905781828	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0131_000000020236	1381	0.7348332090760542	1	1	1	1	1	False	104356	fragment	False	DEN0045_000000030938	0.9838464004995713		0	0	False	False	1.0	0					non-mobilizable	chromosome	1381.0	88.704	99.0	0.00039224386816737633	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0258_000000020887	1379	0.7348332090760542	1	1	1	1	1	False	104356	fragment	False	DEN0045_000000030938	0.9878980088879633		0	0	False	False	0.992023229598999	0					non-mobilizable	chromosome	1380.0	88.551	100.0	0.0003919594273637742	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0059_000000027508	1419	0.734822512705377	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.2850620830379046		0	0	False	False	0.961240291595459	0					non-mobilizable	other	1383.0	73.825	97.0	0.034870957036734485	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0083_000000014538	1264	0.7348168456689509	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.21046015321768627		0	0	False	False	1.0	0					non-mobilizable	chromosome	1264.0	94.146	100.0	0.0004251184054054327	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0186_000000007515	2566	0.7348137359876893	3	3	3	3	3	False	86134	fragment	False	CHI0186_000000007515	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2564.0	98.36200000000001	99.0	0.0009044115026463652	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0800_000000001929	5572	0.7348067833783409	5	4	3	4	3	True	100155	fragment	False	DEN0085_000000005654	0.572655953713646		0	0	False	False	0.9989231824874878	0					non-mobilizable	other	5590.0	98.301	100.0	0.7663192539769611	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0054_000000016840	1503	0.7348064218723479	2	2	1	2	0	False	75200	fragment	False	DEN0017_000000018486	0.46558779761904767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0083_01_000000010530	2884	0.7348028342057789	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.25417492539389286		0	0	False	False	1.0	0					non-mobilizable	chromosome	2888.0	91.82799999999999	100.0	0.0009680447616358072	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0001_000000030079	1162	0.7347961834109634	1	1	1	1	1	False	14349	fragment	False	MON0001_000000030079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	6.311669989669443e-06	CP045644.1	b-proteobacteria	Variovorax paradoxus strain 5C-2 chromosome, complete genome	True	False
ISR0244_000000004467	4597	0.7347923998232448	8	7	2	3	7	True	113917	fragment	False	ISR0244_000000004467	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4597.0	100.0	100.0	0.012479940044152269	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0179_000000005155	6018	0.7347921388153154	6	6	6	6	5	False	114948	fragment	False	ISR0243_000000000897	0.36184475858377896		0	0	False	False	0.9996676445007324	0					non-mobilizable	no_good_hit	682.0	76.979	11.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ISR0005_000000014636	1099	0.7347909472403571	2	2	2	2	2	False	38508	fragment	False	ISR0005_000000014636	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	99.454	100.0	0.00024436122018592815	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0141_000000007350	3744	0.7347854956451086	5	4	0	2	4	False	80131	fragment	False	CHI0141_000000007350	0.9983452840595698		0	0	False	False	0.9997329115867615	0		MOBP			mobilizable	plasmid	1923.0	99.792	100.0	0.4521289108445072	CP039330.1	enterobacteria	Citrobacter portucalensis strain Effluent_1 plasmid unnamed3, complete sequence	False	True
FIJ0122_000000004713	3626	0.7347854956451086	5	4	0	2	4	False	80131	fragment	False	CHI0141_000000007350	0.9826388888888888		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1921.0	99.531	100.0	0.4516584333098095	CP039330.1	enterobacteria	Citrobacter portucalensis strain Effluent_1 plasmid unnamed3, complete sequence	False	True
USA0075_01_000000016558	1493	0.7347822232705176	2	2	1	2	1	True	63049	fragment	False	ISR0123_000000014229	0.9656126455266847		0	0	False	False	0.9886135458946228	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00021311463362654967	NZ_FNDC01000013.1	firmicutes	Planomicrobium glaciei strain CGMCC 1.6846, whole genome shotgun sequence	True	True
ENG0154_000000023947	1401	0.7347822232705176	2	2	1	2	1	True	56810	fragment	False	ENG0154_000000023947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	3.0	0.00010852918832225933	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
ISR0120_000000026355	1374	0.7347822232705176	2	2	1	2	1	True	56810	fragment	False	ENG0154_000000023947	0.9903640256959314		0	0	False	False	0.9985443949699402	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00021311463362654967	NZ_FNDC01000013.1	firmicutes	Planomicrobium glaciei strain CGMCC 1.6846, whole genome shotgun sequence	True	True
ISR0038_000000014366	2237	0.7347793491885781	2	2	2	2	2	False	77810	backbone	False	ENG0005_000000009440	0.9430907583159049	PS376	0	0	False	True	0.9995529651641846	0					non-mobilizable	no_good_hit	1002.0	75.649	51.0	0.00026320754993159	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MAD0068_000000009481	2847	0.7347786691574942	2	1	1	1	1	False	73741	fragment	False	MAD0068_000000009481	0.9380892154816416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	79.808	4.0	1.57554824746254e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ISR0082_000000012392	2432	0.7347776486579961	5	5	5	4	4	False	34178	maximal	True	ISR0082_000000012392	1.0		9	5	False	False	1.0	0					non-mobilizable	other	2432.0	98.561	100.0	0.01965190819947778	NZ_CYYU01000005.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
CHI0084_000000005978	1157	0.7347748808880954	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.24703639168395308		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	95.667	99.0	0.0003880930494318796	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ETH0004_000000011020	2562	0.7347716283468301	4	2	2	2	2	False	53036	maximal	True	ETH0004_000000011020	1.0		22	6	False	False	0.9988290667533875	0					non-mobilizable	other	1574.0	83.037	93.0	0.02083863110135578	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0032_000000018828	1920	0.7347716283468301	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.908107928088607		0	0	False	False	0.9994791746139526	0					non-mobilizable	other	1572.0	83.079	94.0	0.020811863431347617	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
AST0148_000000013937	2486	0.7347646131469282	3	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.693100250531106		0	0	False	False	1.0	0					non-mobilizable	chromosome	2345.0	93.006	100.0	0.0006791924480061223	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0036_000000013887	2119	0.7347619657954195	2	2	2	2	1	True	131099	fragment	False	SPA0150_000000005539	0.07021100313361527		0	0	False	False	0.9995280504226685	0					non-mobilizable	no_good_hit								True	True
SPA0114_000000007486	5490	0.7347602565857809	5	4	3	4	2	False	64958	fragment	False	SPA0114_000000007486	0.9980233247677407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	72.075	16.0	0.002785733534716695	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
ENG0062_000000011104	2258	0.7347579546867722	3	3	3	3	3	False	63205	maximal	True	ENG0062_000000011104	1.0		46	8	False	False	0.9946855902671814	0					non-mobilizable	no_good_hit	320.0	77.812	14.0	0.0021137612677112737	NZ_QSBM01000019.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf19, whole genome shotgun sequence	True	False
MAD0051_000000021790	1297	0.7347577700214394	2	2	2	2	2	False	70308	fragment	False	MON0084_000000028248	0.9537133956812548		0	0	False	False	0.9984579682350159	0					non-mobilizable	other	1297.0	97.84100000000001	100.0	0.2700562617211919	NZ_WNAF01000023.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold23_size4799, whole genome shotgun sequence	False	False
FIJ0153_000000013455	1928	0.7347568804706095	2	2	2	2	1	False	96513	maximal	False	MON0014_000000008771	0.9348252072583918		0	0	False	False	0.9994813203811646	0					non-mobilizable	no_good_hit	965.0	92.95299999999999	50.0	0.015878767913029154	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0171_000000005750	4238	0.7347543155441444	5	4	2	3	2	True	129254	maximal	True	ISR0171_000000005750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1823.0	84.09200000000001	43.0	0.0005811706473920808	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0370_000000015481	1733	0.7347541023871165	2	2	2	2	1	True	124766	fragment	False	ISR0370_000000015481	0.9562572421784472		0	0	False	False	0.967686116695404	0					non-mobilizable	no_good_hit	69.0	85.507	4.0	0.00033342954683440994	NZ_JPIN01000012.1	g-proteobacteria	Idiomarina atlantica strain MCCC 1A10513 contig12, whole genome shotgun sequence	True	True
CAN0007_000000015884	2589	0.7347490554995912	3	3	2	3	3	False	95357	fragment	False	ISR0343_000000005809	0.9153506440985459		0	0	False	False	0.9996137619018555	0					non-mobilizable	no_good_hit								True	False
MAD0006_000000005448	1723	0.7347450585408575	4	3	3	3	1	True	113480	maximal	True	MAD0006_000000005448	1.0	PS730	9	5	False	True	0.999419629573822	0					non-mobilizable	chromosome	1163.0	87.446	100.0	0.00039112239673880667	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0023_000000018725	1785	0.7347378539338107	3	3	3	1	2	False	49347	maximal	True	FIJ0023_000000018725	1.0		4	2	False	False	0.9955182075500488	0					non-mobilizable	no_good_hit	472.0	77.96600000000001	26.0	0.00020429421172245448	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0093_000000026045	1437	0.7347355820232856	3	2	1	1	2	False	93404	fragment	False	SPA0093_000000026045	1.0		0	0	False	False	0.9986082315444946	0					non-mobilizable	no_good_hit	952.0	78.782	65.0	0.0019508536564812162	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
USA0020_01_000000025875	1332	0.7347355820232856	2	2	1	1	2	False	1766	fragment	False	USA0020_01_000000025875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	80.531	50.0	0.0014115247838471002	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
ISR0080_000000013777	2278	0.7347290882242191	4	3	3	3	1	False	57735	maximal	True	ISR0080_000000013777	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	390.0	93.07700000000001	17.0	0.00013215950327052304	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
DEN0029_000000003797	3317	0.7347286843879829	5	4	4	3	2	False	128243	maximal	True	DEN0029_000000003797	1.0		1	1	False	False	0.9975881576538086	0					non-mobilizable	no_good_hit	1773.0	86.971	53.0	0.02857142857142857	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ETH0001_000000026030	1376	0.734725167601652	3	1	1	1	1	True	53452	maximal	True	ETH0001_000000026030	1.0		0	0	False	False	0.9745639562606812	0					non-mobilizable	no_good_hit								True	True
FIJ0137_000000002679	4367	0.7347226752735804	5	5	4	4	4	False	88213	fragment	False	FIJ0137_000000002679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	94.41	58.0	0.0005983611526963562	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MAD0107_000000029295	1356	0.7347121844097693	1	1	1	1	1	False	14654	maximal	True	MAD0107_000000029295	1.0		1	1	False	False	0.9992625117301941	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000018515	1246	0.7347111364560575	2	2	2	2	2	False	131	fragment	False	USA0125_01_000000018515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	78.40899999999999	14.0	0.00019738943909451874	NZ_BLVP01000008.1	d-proteobacteria	Desulfovibrio psychrotolerans strain JS1 sequence08, whole genome shotgun sequence	True	False
SPA0028_000000013585	2251	0.7347102483187095	5	2	2	1	1	False	7518	maximal	True	SPA0028_000000013585	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	94.53200000000001	42.0	0.0002702187634220504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0114_000000020013	1405	0.7347102483187095	3	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.008266663765099503		0	0	False	False	0.9928825497627258	0					non-mobilizable	no_good_hit	996.0	97.89200000000001	71.0	0.00028301859958414753	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0010_000000017645	1260	0.7347102483187095	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.09832335783872775		0	0	False	False	1.0	0					non-mobilizable	plasmid	1226.0	79.69	96.0	0.010186065462447371	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
DEN0089_000000006130	3143	0.7347100664532462	6	6	4	5	3	False	95930	maximal	True	DEN0089_000000006130	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	75.355	27.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0081_000000006992	3730	0.7347064734222699	4	4	4	3	3	False	111487	fragment	False	DEN0083_000000007165	0.9934994508267284		0	0	False	False	1.0	0					non-mobilizable	other	3684.0	99.973	100.0	0.00070243108289011	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
FIJ0141_000000012865	2267	0.7347054181195029	2	1	1	1	1	False	47568	fragment	False	FIJ0141_000000012865	0.9942630185348632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000021265	1762	0.7347047361526087	3	2	2	1	1	False	22179	fragment	False	ISR0785_000000021265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	79.717	24.0	0.000600377380067471	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0839_000000011881	1719	0.7347047361526087	3	2	2	1	1	False	22179	fragment	False	ISR0785_000000021265	0.9877979568671964		0	0	False	False	0.9976730942726135	0					non-mobilizable	no_good_hit	395.0	80.0	23.0	0.0005589227514437646	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0069_000000007499	1231	0.7347037460692711	2	2	2	2	2	False	16393	fragment	False	MAD0069_000000007499	1.0		0	0	False	False	0.9878147840499878	0					non-mobilizable	no_good_hit								True	False
SPA0082_000000014382	1197	0.7347029764542105	2	2	2	2	2	False	86060	fragment	False	CHI0056_000000015785	0.9266409070255314		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	96.241	100.0	0.005008815683121212	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0065_000000004196	6515	0.7347028587639433	9	7	5	7	4	True	56237	fragment	False	ISR0065_000000004196	1.0		0	0	False	False	0.9986185431480408	0					non-mobilizable	no_good_hit	271.0	87.085	4.0	0.00010818647906694079	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
MAD0042_000000000097	64311	0.7347010231868807	50	14	5	13	5	False	18511	maximal	True	MAD0042_000000000097	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	79.259	0.0	0.001285309778984702	NZ_FRAE01000005.1	firmicutes	Tepidibacter formicigenes DSM 15518, whole genome shotgun sequence	True	False
USA0011_01_000000026596	1358	0.7346995523742228	5	2	1	1	2	False	1996	fragment	False	USA0011_01_000000026596	1.0		0	0	False	False	0.991899847984314	0					non-mobilizable	no_good_hit								True	False
ENG0089_000000004001	5513	0.7346949846789746	3	3	3	3	2	False	61303	maximal	True	ENG0089_000000004001	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	92.667	56.0	0.0007326103926243169	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0261_000000010951	1691	0.7346931084978205	3	1	1	1	1	False	26685	maximal	True	ISR0261_000000010951	1.0		3	2	False	False	0.9952690601348877	0					non-mobilizable	no_good_hit								True	False
FIJ0155_000000001128	15752	0.7346924582573938	12	5	5	5	4	False	40614	maximal	True	FIJ0155_000000001128	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	76.69	11.0	0.06319988289541097	NZ_CABIWU010000029.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0100_000000019834	1569	0.7346890816863161	3	3	3	2	1	False	125442	fragment	False	MON0070_000000010284	0.06839221347979045		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	78.36	99.0	0.00035577940860346717	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
ENG0157_000000002831	7830	0.7346875200873237	10	9	4	8	6	False	119723	fragment	False	DEN0094_000000003259	0.9132079816443903		0	0	False	False	0.9991059899330139	0					non-mobilizable	chromosome	6932.0	93.523	98.0	0.0010653235343262197	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0068_000000008387	4744	0.7346798016200453	9	4	1	3	3	True	101805	fragment	False	MON0068_000000008387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1957.0	86.714	57.0	0.001569581700031021	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ISR0246_000000003521	4804	0.7346749006241621	9	5	4	5	3	True	36812	fragment	False	ISR0853_000000002826	0.8018008153067403		0	0	False	False	0.9989591836929321	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00013749024562446582	NZ_FNEJ01000005.1	a-proteobacteria	Salipiger marinus strain DSM 26424, whole genome shotgun sequence	True	True
CHI0012_000000002595	2280	0.7346737850226296	3	3	1	2	2	True	123556	backbone	False	ISR0826_000000002301	0.2346747784663604	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2287.0	98.645	100.0	0.02324540432761269	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0814_000000019383	2085	0.7346737850226296	3	3	1	2	2	True	123556	backbone	False	ISR0826_000000002301	0.21819947138905604	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2088.0	98.27600000000001	100.0	0.06308269766315534	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0163_000000002335	1891	0.7346737850226296	3	3	1	2	2	True	123556	backbone	False	ISR0826_000000002301	0.20168413946808073	PS902	0	0	False	True	0.9793760180473328	0	rep_cluster_1702				non-mobilizable	other	1891.0	99.20700000000001	100.0	0.11008853681267475	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
SPA0043_000000009861	1733	0.7346737850226296	3	3	1	2	2	True	123556	backbone	False	ISR0826_000000002301	0.20106981379636632	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	1745.0	96.21799999999999	100.0	0.055797031456260665	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0147_000000009891	2075	0.7346687127095123	3	3	3	3	2	False	102732	fragment	False	MON0088_000000012087	0.37365376056964844		0	0	False	False	0.999518096446991	0					non-mobilizable	chromosome	2079.0	85.185	100.0	0.0005793530333889269	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0058_000000043810	1231	0.7346653639526306	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.44349098900975037		0	0	False	False	0.9861900806427002	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.0026819923371647508	MH106253.1	bacteria	Uncultured bacterium clone B2PC_09_K18_0 genomic sequence	True	False
ISR0064_000000003066	5368	0.7346519326001624	7	7	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.8321494274702261	PS1159|PS463	0	0	True	True	0.9992548227310181	63		MOBV			mobilizable	other	3307.0	97.49	100.0	0.0011225064236653165	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0125_000000003832	6062	0.7346517620841724	2	2	1	2	1	False	122585	fragment	False	ENG0125_000000003832	1.0		0	0	False	False	0.9998350143432617	0					non-mobilizable	no_good_hit								True	False
MAD0064_000000013587	1625	0.7346391381495125	3	2	2	1	1	False	16671	maximal	True	MAD0064_000000013587	1.0		4	4	False	False	0.9790769219398499	0					non-mobilizable	no_good_hit	759.0	82.609	52.0	0.0013810743554378206	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0092_000000024244	1311	0.7346370638734159	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.022575990601625455		0	0	False	False	0.9900839328765869	0					non-mobilizable	other	1302.0	98.23299999999999	99.0	0.002720408500387883	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0031_000000010468	1398	0.7346321029227411	1	1	1	1	1	False	53031	fragment	False	MAD0002_000000026286	0.8243022893695741		0	0	False	False	1.0	0					non-mobilizable	other	1034.0	78.627	91.0	0.013678279374171876	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MON0077_000000018532	2263	0.7346301945095328	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.5080491008099866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1297.0	85.351	79.0	0.0003615659581036495	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
TAN0022_000000000906	4856	0.7346264256209987	5	2	1	1	1	False	2354	maximal	True	TAN0022_000000000906	1.0		2	1	False	False	0.9973229169845581	0					non-mobilizable	plasmid	2409.0	97.96600000000001	91.0	0.2682111828915126	LN852800.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0110	False	True
SPA0059_000000002789	9580	0.7346107304368182	11	9	8	9	7	False	97864	fragment	False	SPA0059_000000002789	0.9936484321355001		0	0	False	False	0.9996868371963501	0					non-mobilizable	other	8841.0	97.353	92.0	0.21240791564350714	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
FIJ0036_000000036600	1208	0.7346106520223806	2	1	1	1	1	False	47879	maximal	True	FIJ0036_000000036600	1.0		4	2	False	False	0.9950330853462219	0					non-mobilizable	no_good_hit	615.0	95.61	51.0	0.00016340691168654828	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0844_000000010753	1201	0.7346053332903557	1	1	1	1	1	False	20700	maximal	True	ISR0844_000000010753	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000016389	2205	0.7346000644318625	3	3	3	3	2	False	116782	fragment	False	ISR0079_000000011824	0.47944430250360154		0	0	False	False	0.9972789287567139	0					non-mobilizable	other	2205.0	99.09299999999999	100.0	0.020204242524246924	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MAD0110_000000014179	1924	0.7345993330285392	3	3	3	3	2	False	17521	maximal	True	MAD0110_000000014179	1.0		24	7	False	False	0.9755717515945435	0					non-mobilizable	no_good_hit	153.0	79.085	8.0	2.89927996763488e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ISR0173_000000004034	2253	0.7345984579376904	2	2	2	2	2	False	125914	maximal	True	ISR0173_000000004034	1.0		29	5	False	False	0.9955614805221558	0					non-mobilizable	chromosome	1906.0	100.0	100.0	0.0006004514260012173	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0104_000000024159	1554	0.7345946749018248	1	1	1	1	1	False	56513	fragment	False	ISR0108_000000013548	0.8229510185766671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	83.12200000000001	86.0	0.007011942956184576	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
AST0108_000000014181	1982	0.7345927744075517	4	3	2	2	2	True	107201	maximal	True	AST0108_000000014181	1.0		0	0	False	False	0.9899091720581055	0					non-mobilizable	no_good_hit	1254.0	99.681	67.0	0.42061094326955356	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0323_000000015187	1445	0.7345927744075517	3	3	2	2	2	True	69026	fragment	False	ISR0323_000000015187	1.0		0	0	False	False	0.9723183512687683	0					non-mobilizable	plasmid	1422.0	98.805	98.0	0.4759986572675394	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	False	True
AST0102_000000009139	3294	0.7345902727957635	6	2	1	2	1	True	108337	fragment	False	AST0102_000000009139	1.0		0	0	False	False	0.996660590171814	0					non-mobilizable	no_good_hit								True	True
ENG0074_000000010113	2218	0.7345847555312921	4	4	3	4	3	False	90924	fragment	False	ENG0074_000000010113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	77.73899999999999	12.0	0.004155209288114879	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
TAN0025_000000000001	103090	0.7345771367283872	133	28	16	22	11	True	40136	maximal	True	TAN0025_000000000001	1.0		2	1	True	True	0.999980628490448	12					non-mobilizable	no_good_hit	131.0	89.31299999999999	1.0	3.441166325973416e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0036_000000001415	5687	0.7345731994379022	12	3	1	2	2	False	114668	maximal	True	ISR0036_000000001415	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit	1485.0	93.535	27.0	0.340841185934268	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	True
AST0061_000000019500	2155	0.7345593026352459	4	3	2	1	3	False	112012	fragment	False	AST0061_000000019500	0.9380530973451328		0	0	False	False	0.9990718960762024	0					non-mobilizable	other	951.0	97.476	93.0	0.0034444126188775564	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0044_000000008118	1901	0.7345581054812915	3	3	3	3	3	False	128316	fragment	False	CHI0044_000000008118	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1901.0	99.421	100.0	0.014527882064182653	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
CHI0072_000000006345	1657	0.7345508657016024	3	3	3	2	1	False	109864	fragment	False	CHI0072_000000006345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	91.146	12.0	5.110291721949298e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0135_000000004930	3775	0.73454985989422	6	6	1	3	6	False	31435	fragment	False	ISR0135_000000004930	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3775.0	100.0	100.0	0.029113181930387557	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
FIJ0041_000000007696	4613	0.7345465605821527	5	5	0	2	5	False	80133	maximal	True	FIJ0041_000000007696	1.0		1	1	False	False	1.0	0	rep_cluster_2392	MOBP			mobilizable	no_good_hit	1934.0	99.586	84.0	0.4547165372853446	CP039330.1	enterobacteria	Citrobacter portucalensis strain Effluent_1 plasmid unnamed3, complete sequence	True	True
MAD0040_000000025953	1323	0.7345373068789829	2	1	1	1	1	False	18334	fragment	False	MAD0040_000000025953	1.0		0	0	False	False	0.997732400894165	0					non-mobilizable	chromosome	1337.0	80.703	100.0	0.00042606881156888435	CP014204.2	firmicutes	Clostridium baratii strain CDC51267 chromosome, complete genome	False	False
MON0030_000000011602	2957	0.7345318527836636	3	3	3	3	2	True	124785	fragment	False	MON0030_000000011602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	85.507	2.0	0.00033342954683440994	NZ_JPIN01000012.1	g-proteobacteria	Idiomarina atlantica strain MCCC 1A10513 contig12, whole genome shotgun sequence	True	True
CAN0009_000000004694	4509	0.7345309236802929	6	3	2	3	1	True	94822	fragment	False	CAN0009_000000004694	1.0		0	0	False	False	0.9997782111167908	0					non-mobilizable	no_good_hit								True	True
ENG0020_000000017027	1190	0.7345261477164307	2	1	1	1	1	False	66423	fragment	False	ENG0020_000000017027	0.9944915254237288		0	0	False	False	0.9983193278312683	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000012761	3096	0.7345243594773396	4	2	2	2	2	False	123225	fragment	False	SPA0040_000000012761	0.9743125985864115		0	0	False	False	0.9996770024299622	0					non-mobilizable	no_good_hit	1849.0	96.647	81.0	0.00716299597057238	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0812_000000012175	3247	0.7345241087527071	5	4	4	4	3	False	131730	maximal	True	ISR0812_000000012175	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	87.67299999999999	47.0	0.010084819341481333	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
AST0106_000000006046	3305	0.7345186713849216	3	2	2	2	2	False	107482	maximal	True	AST0106_000000006046	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2994.0	95.22399999999999	90.0	0.0014569812383169475	NZ_CP058954.1	firmicutes	Lactobacillus mucosae strain A1 chromosome, complete genome	False	False
ENG0072_000000003055	3821	0.7345057992805897	6	6	6	5	5	False	127745	maximal	True	ENG0072_000000003055	1.0		264	11	False	False	0.9965977668762207	0					non-mobilizable	no_good_hit	3067.0	99.478	80.0	0.09720064673620138	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0290_000000000458	14431	0.7345042405793015	9	2	2	2	1	True	25929	maximal	True	ISR0290_000000000458	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000012609	2661	0.7345025124600368	3	2	2	2	2	False	117128	maximal	True	ISR0176_000000012609	1.0		24	7	False	False	0.9804584980010986	0					non-mobilizable	no_good_hit	713.0	99.579	27.0	0.005036393602648351	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
MAD0017_000000003887	1259	0.7344969545785165	1	1	1	1	1	False	19367	maximal	True	MAD0017_000000003887	1.0		9	2	False	False	1.0	0					non-mobilizable	chromosome	1261.0	98.969	100.0	0.00035457444724577673	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
SPA0127_000000021085	1390	0.7344896582771787	2	2	2	2	1	False	3910	maximal	True	SPA0127_000000021085	1.0		5	3	False	False	0.9539568424224854	0					non-mobilizable	no_good_hit	122.0	86.066	9.0	3.398792182551394e-05	CP042177.1	b-proteobacteria	Burkholderia sp. KBS0801 chromosome 1, complete sequence	True	False
ISR0152_000000009785	2402	0.7344842928097189	2	2	2	2	1	False	30721	maximal	True	ISR0152_000000009785	1.0		1	1	False	False	0.9862614274024963	0					non-mobilizable	no_good_hit	1587.0	96.66	66.0	0.021985795927426065	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
AST0057_000000003489	1594	0.7344838024586228	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.14454750096375643		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	99.37299999999999	100.0	0.0377184259127717	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0174_000000016561	1479	0.7344838024586228	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.06953347702853173		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	99.527	100.0	0.0349955012549131	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0006_01_000000003345	6989	0.7344830394332292	9	7	5	6	4	False	126473	fragment	False	ENG0174_000000001931	0.8449287656018232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2497.0	93.19200000000001	75.0	0.0005635935320911198	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0037_000000001346	9234	0.734479985318131	26	5	0	4	2	True	18684	maximal	True	MAD0037_000000001346	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	94.25299999999999	11.0	0.00011443878711958107	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0116_000000016445	1641	0.7344697862799213	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.9494486136430308		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	94.211	100.0	0.010953048821211514	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0773_000000008604	1826	0.7344664327754561	3	1	1	1	1	True	52236	fragment	False	ISR0773_000000008604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0071_000000012920	2764	0.734461433494485	3	2	0	2	0	True	131904	maximal	True	FIJ0071_000000012920	1.0	PS1135|PS245|PS267	4	2	False	True	0.9862518310546875	0					non-mobilizable	no_good_hit	2034.0	93.559	83.0	0.8813043478260869	LN853074.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0428	True	True
FIJ0002_000000000207	61234	0.7344580131381445	72	18	10	14	7	True	52477	maximal	True	FIJ0002_000000000207	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1065.0	99.34299999999999	2.0	0.00028356277554339085	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0847_000000023687	1272	0.734454234695553	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.985583179695951		0	0	False	False	0.9976415038108826	0					non-mobilizable	other	1265.0	99.209	99.0	0.0034594594594594594	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0072_000000009193	2348	0.734451835542646	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.7097440886023328		0	0	False	False	0.9906303286552429	0					non-mobilizable	other	2311.0	99.178	98.0	0.0006245912104604698	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0101_000000031421	2042	0.7344463362174737	3	2	1	1	2	True	34236	fragment	False	MAD0040_000000012943	0.6306427503736921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	96.208	55.0	0.024627969715429465	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0049_000000007568	2335	0.7344435721445007	3	3	3	3	1	True	17476	maximal	True	MAD0049_000000007568	1.0		0	0	False	False	0.9884368181228638	0					non-mobilizable	no_good_hit								True	True
SPA0089_000000023841	1590	0.734439794937198	3	2	2	2	2	False	13656	fragment	False	SPA0089_000000023841	0.999322951929587		0	0	False	False	1.0	0					non-mobilizable	chromosome	1590.0	100.0	100.0	0.00044433743807169296	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0033_000000017002	1490	0.7344397053965519	1	1	1	1	1	False	107413	fragment	False	AST0106_000000011146	0.579652679839197		0	0	False	False	0.9912751913070679	0					non-mobilizable	other	1490.0	99.79899999999999	100.0	0.019485193085308244	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
FIJ0026_000000024243	1349	0.7344397053965519	1	1	1	1	1	False	62936	fragment	False	ENG0064_000000015415	0.8484049164659276		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	98.814	100.0	0.005817667063718128	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
FIJ0038_000000002757	10639	0.7344396675427506	12	6	5	5	3	True	66029	fragment	False	FIJ0038_000000002757	1.0		0	0	False	False	0.9999060034751892	0					non-mobilizable	no_good_hit	81.0	95.06200000000001	1.0	0.00041756268659832557	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	True
SPA0021_000000023908	1337	0.7344360595238434	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.24669407371886956		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	100.0	100.0	0.0004496897780060634	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0095_000000026098	1232	0.7344360595238434	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19007779502102132		0	0	False	False	1.0	0					non-mobilizable	chromosome	1232.0	98.62	100.0	0.0004143473927585809	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0066_000000030232	1222	0.7344360595238434	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1974172275660524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	99.836	100.0	0.0004109814513064397	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0012_000000047559	1222	0.7344360595238434	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1885793884513459		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	100.0	100.0	0.0004109814513064397	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0044_000000005689	2540	0.7344262981085741	4	3	2	3	1	False	87261	maximal	True	CHI0044_000000005689	0.9923547400611621		4	2	False	False	0.9850393533706665	0					non-mobilizable	no_good_hit	129.0	82.946	5.0	0.0010223878794709345	NZ_FOJY01000010.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
CHI0179_000000003555	4377	0.7344233975935739	6	6	5	5	3	False	88335	maximal	True	CHI0179_000000003555	1.0		19	6	False	False	0.9906328320503235	0					non-mobilizable	no_good_hit	3617.0	99.475	83.0	0.005757214070069508	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0298_000000011644	1281	0.7344190205416317	3	3	2	2	2	False	78272	fragment	False	ENG0064_000000015540	0.6539460020768432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	83.571	11.0	0.6715686274509803	JQ696949.1	bacteria	Uncultured bacterium clone 8_R flagellin gene, partial cds	True	False
ISR0232_000000013474	2057	0.734410465813611	2	1	1	1	1	False	27448	maximal	True	ISR0232_000000013474	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	71.471	32.0	0.0003943351349036555	CP019685.1	e-proteobacteria	Campylobacter sputorum strain RM8705, complete genome	True	False
ENG0151_000000014778	1613	0.734410465813611	2	1	1	1	1	False	57094	maximal	True	ENG0151_000000014778	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	71.536	80.0	0.00044803535456692633	NZ_CP027286.1	firmicutes	Clostridium chauvoei strain SBP 07/09 chromosome, complete genome	True	False
ISR0131_000000004064	5780	0.7344082242158614	4	4	3	3	2	True	97335	fragment	False	ISR0131_000000004064	1.0		0	0	False	False	0.9994809627532959	0					non-mobilizable	other	5787.0	95.369	99.0	0.14199306631260603	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0199_000000004616	5099	0.7344082242158614	4	4	3	3	2	True	97333	fragment	False	ENG0199_000000004616	0.9892535794099742		0	0	False	False	0.9966660141944885	0					non-mobilizable	other	5080.0	99.941	99.0	0.12488013572324261	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
CHI0069_000000002013	4644	0.7344082242158614	4	4	3	3	2	True	97333	fragment	False	ENG0199_000000004616	0.9759899893549642		0	0	False	False	1.0	0					non-mobilizable	other	4645.0	99.89200000000001	100.0	0.11415996656094023	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
MON0089_000000020186	1427	0.734405530789965	1	1	1	1	1	False	77528	fragment	False	MON0089_000000020186	0.9925426136363636		0	0	False	False	0.9733707308769226	0					non-mobilizable	other	1427.0	76.17399999999999	99.0	0.00435376734153635	NZ_AUFP01000002.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
MAD0081_000000005606	1401	0.734405530789965	1	1	1	1	1	False	19222	maximal	True	MAD0081_000000005606	0.9947049924357034		28	2	False	False	1.0	0					non-mobilizable	chromosome	1401.0	87.152	99.0	0.00037319315426641937	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0302_000000002746	4479	0.7344043808824876	6	6	5	5	4	False	25544	maximal	True	ISR0302_000000002746	1.0		5	2	False	False	0.9823621511459351	0					non-mobilizable	no_good_hit	2438.0	93.109	64.0	0.0006926133567712556	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0168_000000013131	1915	0.734402336196588	2	2	2	2	2	False	127468	maximal	True	ISR0168_000000013131	1.0	PS1007	3	2	False	True	0.9968668222427368	0					non-mobilizable	chromosome	1694.0	98.052	100.0	0.0009359319600780055	LR822012.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_30 genome assembly, chromosome: STHERMO	False	True
ISR0114_000000016340	1712	0.7343980139074104	3	3	3	3	3	False	102271	maximal	True	ISR0114_000000016340	1.0		0	0	False	False	0.9894859790802002	0					non-mobilizable	no_good_hit	439.0	97.494	26.0	0.0001216322042088075	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0056_000000006476	3521	0.7343972091472369	4	4	4	3	2	False	46208	maximal	True	FIJ0056_000000006476	1.0		7	3	False	False	0.9931837320327759	0					non-mobilizable	no_good_hit	101.0	83.16799999999999	3.0	1.6305467618576572e-05	NZ_MCOK01000001.1	high GC Gram+	Nocardiopsis sinuspersici strain UTMC102 NOSIN_1, whole genome shotgun sequence	True	False
ISR0038_000000022785	1520	0.7343970613712848	2	2	1	1	2	False	78843	fragment	False	ISR0399_000000011371	0.9704605324471404		0	0	False	False	0.9993420839309692	0					non-mobilizable	other	1520.0	97.171	100.0	0.004697608827422407	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0033_000000005782	5041	0.7343938668200551	6	5	4	4	5	False	7213	maximal	True	SPA0033_000000005782	1.0		0	0	False	False	0.9994049072265625	0					non-mobilizable	no_good_hit	3990.0	97.719	79.0	0.01668633704140823	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	True	False
SPA0063_000000004019	4320	0.7343891499263391	5	5	4	5	4	True	102754	fragment	False	SPA0063_000000004019	1.0		0	0	False	False	0.9997684955596924	0					non-mobilizable	other	4340.0	85.991	99.0	0.316503004543456	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	True
ISR0785_000000000770	24263	0.7343890971224288	18	12	8	11	5	False	22223	maximal	True	ISR0785_000000000770	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	74.336	1.0	0.001161916954246911	NZ_LSLJ01000006.1	firmicutes	Sporomusa sphaeroides DSM 2875 SPSPH_contig000006, whole genome shotgun sequence	True	False
FIJ0001_000000015484	1365	0.7343853649723676	3	1	1	1	1	False	52541	fragment	False	FIJ0001_000000015484	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	99.375	100.0	0.002726011464853227	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0098_000000020259	1191	0.7343853649723676	2	1	1	1	1	False	48059	fragment	False	FIJ0098_000000020259	0.9892679659121728		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	99.736	100.0	0.0013827012500350244	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0121_000000023057	1147	0.7343853649723676	2	1	1	1	1	False	37078	fragment	False	ISR0029_000000034173	0.9516059013316966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0398_000000020163	1119	0.7343853649723676	2	1	1	1	1	False	37078	fragment	False	ISR0029_000000034173	0.6317930834059866		0	0	False	False	0.9553172588348389	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000025205	1117	0.7343853649723676	2	1	1	1	1	False	48059	fragment	False	FIJ0098_000000020259	0.9670062442140177		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	99.463	100.0	0.0027211348790484808	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0090_000000012624	1116	0.7343853649723676	2	1	1	1	1	False	48059	fragment	False	FIJ0098_000000020259	0.9659401681360841		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	99.552	100.0	0.0027186965861461074	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0350_000000004989	3404	0.7343760635020264	4	4	4	4	4	False	87345	maximal	True	ISR0350_000000004989	1.0		368	12	False	False	1.0	0					non-mobilizable	other	3324.0	99.609	99.0	0.01551991481094007	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0005_000000017075	2019	0.7343676665234001	3	3	3	3	3	False	120333	maximal	False	ISR0029_000000020154	0.9428261570850965		0	0	False	False	0.9990094304084778	0					non-mobilizable	no_good_hit	91.0	81.319	4.0	0.0006875187684721279	NZ_FUWX01000010.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	False
ISR0351_000000004254	3087	0.7343670465703178	3	3	3	3	3	False	112774	backbone	True	ISR0351_000000004254	1.0	PS721|PS723	1	1	True	True	0.9954648613929749	1					non-mobilizable	no_good_hit	2286.0	74.40899999999999	73.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0174_000000007329	2466	0.7343568210946655	3	3	2	3	3	False	89973	fragment	False	ENG0174_000000007329	1.0		0	0	False	False	0.9768856167793274	0	rep_cluster_1097				non-mobilizable	plasmid	2467.0	96.39200000000001	99.0	0.3106404437720625	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ISR0293_000000008297	4433	0.7343549730238249	5	5	5	5	5	False	94809	fragment	False	ISR0293_000000008297	0.9378289177625729		0	0	False	False	1.0	0					non-mobilizable	chromosome	4442.0	96.916	100.0	0.0012387519448209617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0099_000000009901	3162	0.7343541712012088	3	3	3	2	2	False	12236	maximal	True	MON0099_000000009901	1.0		56	8	False	False	0.9864010214805603	0					non-mobilizable	no_good_hit	1091.0	75.80199999999999	34.0	0.10617042115572968	NZ_CABJCG010000041.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MON0008_000000011922	2773	0.7343539784777785	4	3	3	3	3	False	82786	fragment	False	ISR0219_000000011567	0.9477272727272728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	83.76799999999999	64.0	0.5980392156862745	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0213_000000001085	16407	0.7343524115788109	28	11	5	10	5	True	91533	maximal	True	ISR0213_000000001085	1.0		1	1	False	False	0.999634325504303	0					non-mobilizable	no_good_hit	1085.0	78.71	7.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0388_000000018588	1881	0.7343436704400145	5	3	1	1	3	False	22937	maximal	True	ISR0388_000000018588	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	82.87799999999999	21.0	0.001064659596305166	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0176_000000020235	1691	0.7343343038539258	2	1	1	1	1	False	29814	fragment	False	ISR0176_000000020235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	73.21	44.0	0.017840038314176247	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	False
ISR0282_000000014963	1613	0.7343332774833423	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.8894471417672954		0	0	False	False	0.996900200843811	0					non-mobilizable	other	1613.0	94.978	100.0	0.010766045548654244	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0343_000000014612	1313	0.7343283574072259	2	2	2	2	1	False	26642	fragment	False	ISR0263_000000012149	0.9860902255639098		0	0	False	False	1.0	0					non-mobilizable	chromosome	1313.0	99.92399999999999	100.0	0.00041353924982341053	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0169_000000015925	1973	0.7343267843720268	3	3	2	3	2	False	30094	fragment	False	ISR0169_000000015925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	80.22399999999999	13.0	0.37106017191977075	NZ_GG663518.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld14, whole genome shotgun sequence	True	False
ENG0143_000000002937	6737	0.7343238853240335	8	2	2	2	2	False	112447	fragment	False	ENG0143_000000002937	1.0		0	0	False	False	0.9979219436645508	0					non-mobilizable	other	6766.0	99.20200000000001	100.0	0.025005920312592505	NZ_PYLP01000002.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_1, whole genome shotgun sequence	False	False
DEN0041_000000000319	46488	0.7343211172012551	35	22	13	22	10	True	86044	backbone	False	ENG0129_000000000234	0.9994309242488333	PS433	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	1888.0	84.958	6.0	0.06581755834703804	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0160_000000017359	1145	0.7343186286416257	2	2	2	2	2	False	56443	fragment	False	ENG0160_000000017359	0.9990900818926297		0	0	False	False	0.9947597980499268	0					non-mobilizable	no_good_hit	525.0	73.714	46.0	0.00017832323349404144	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
FIJ0030_000000024779	1520	0.7343164244120376	3	2	2	2	2	False	48675	fragment	False	FIJ0030_000000024779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000019905	1800	0.7343050125967957	3	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.32385588101455387		0	0	False	False	1.0	0					non-mobilizable	chromosome	1800.0	97.27799999999999	100.0	0.0005798506570297787	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0042_000000015249	1733	0.7343050125967957	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2607565385879488		0	0	False	False	0.9930756092071533	0					non-mobilizable	chromosome	1730.0	93.41	99.0	0.0005572883746550791	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0015_000000021861	1731	0.7343050125967957	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.26189794190182797		0	0	False	False	0.9971114993095398	0					non-mobilizable	chromosome	1731.0	98.96	100.0	0.0005576106929747177	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0136_000000017336	1594	0.7342953357100904	1	1	1	1	1	False	40528	fragment	False	FIJ0136_000000017336	1.0		0	0	False	False	0.9930990934371948	0					non-mobilizable	no_good_hit	1400.0	77.286	87.0	0.0005446172867143045	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
AST0016_000000012895	1958	0.7342941013700572	2	2	2	2	2	False	126909	maximal	True	AST0016_000000012895	1.0	PS979	9	4	False	True	0.9913176894187927	0					non-mobilizable	no_good_hit	1512.0	81.283	80.0	0.19559264571652105	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0819_000000024266	1115	0.7342901396946836	2	2	2	2	1	False	77251	fragment	False	ISR0246_000000012330	0.2891408469251463		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	99.193	100.0	0.0003354040670603399	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0001_000000028822	1213	0.7342896303626699	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.37614172901608844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	74.939	34.0	0.00011587776551135202	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0084_000000001390	8846	0.7342877793474409	12	10	4	6	9	True	89041	maximal	True	SPA0084_000000001390	1.0		2	1	False	False	0.9984173774719238	0					non-mobilizable	no_good_hit	1788.0	95.134	73.0	0.0023328200084378596	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ENG0038_000000002099	9457	0.7342852266562042	7	4	1	3	0	True	90887	fragment	False	ENG0038_000000002099	1.0		0	0	False	False	0.9990483522415161	0					non-mobilizable	plasmid	5145.0	98.037	100.0	0.043630313730816245	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
MON0104_000000011079	3861	0.7342842487780421	4	3	3	3	2	True	72496	fragment	False	MON0104_000000011079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000002073	15433	0.7342790119246471	14	9	9	8	9	False	5095	maximal	True	SPA0098_000000002073	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3296.0	88.56200000000001	42.0	0.21138263665594856	NZ_JXQL01000018.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig18, whole genome shotgun sequence	True	False
MON0018_000000015291	1381	0.7342768267667199	1	1	1	1	1	False	13266	fragment	False	MON0029_000000023036	0.9562096195262024		0	0	False	False	0.9790007472038269	0					non-mobilizable	chromosome	1381.0	97.104	100.0	0.0005917360205581099	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MAD0024_000000011694	1358	0.7342768267667199	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.23540970374044862		0	0	False	False	0.969072163105011	0					non-mobilizable	other	1353.0	97.339	99.0	0.00036556160889288097	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0119_000000013347	2422	0.734276612309136	2	2	2	2	1	True	69971	fragment	False	SPA0119_000000013347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0082_000000002297	9792	0.7342716406393563	9	5	1	2	3	False	59039	fragment	False	FIJ0082_000000002297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	74.742	9.0	0.1243561442236939	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
AST0002_000000025929	1445	0.7342690142787675	1	1	1	1	1	False	131361	maximal	True	AST0002_000000025929	0.9772447224241287		85	10	False	False	1.0	0					non-mobilizable	other	1436.0	92.479	99.0	0.014760033737219971	NZ_CBYM010000011.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0125_000000021999	1485	0.7342669870027205	1	1	1	1	1	False	4013	maximal	False	USA0086_01_000000011313	0.97		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	81.89699999999999	93.0	0.004968116150880859	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
MON0045_000000007924	2869	0.7342653272722598	3	2	2	2	1	True	122738	maximal	False	ISR0239_000000004619	0.4743284597075824		0	0	False	False	0.9787382483482361	0					non-mobilizable	other	2736.0	99.23200000000001	95.0	0.05008515391799586	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0128_000000005234	4682	0.7342643179688225	5	5	5	5	3	False	58663	maximal	True	ENG0128_000000005234	1.0		2	2	False	False	0.9995728135108948	0					non-mobilizable	no_good_hit	556.0	77.518	17.0	8.446772616118076e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MAD0017_000000000529	4006	0.7342584108243021	3	3	3	2	1	False	19384	fragment	False	MAD0017_000000000529	1.0		0	0	False	False	0.9967548847198486	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	8.83414455765832e-06	NZ_CP018839.1	b-proteobacteria	Thauera chlorobenzoica strain 3CB1 chromosome, complete genome	True	False
FIJ0172_000000015659	1775	0.7342564111123495	2	2	2	2	2	True	120618	fragment	False	FIJ0172_000000015659	1.0		0	0	False	False	0.999436616897583	0					non-mobilizable	no_good_hit	1498.0	98.999	84.0	0.3021190716448032	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
ENG0004_000000015929	1663	0.7342564111123495	3	2	2	2	2	True	120610	fragment	False	ENG0004_000000015929	1.0		0	0	False	False	0.9837642908096313	0					non-mobilizable	other	1513.0	99.868	91.0	0.5472312703583062	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
ENG0071_000000010846	1895	0.7342537738848197	3	3	3	2	1	False	106188	maximal	True	ENG0071_000000010846	1.0		35	6	False	False	0.9994723200798035	0					non-mobilizable	other	1149.0	87.728	98.0	0.00022345357839652363	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	False	False
AST0061_000000011379	3579	0.7342537100786937	4	3	3	2	2	False	115221	fragment	False	AST0061_000000011379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2480.0	99.556	69.0	0.019182258538774626	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0027_01_000000001763	13632	0.7342517265738615	13	8	4	7	3	True	123968	fragment	False	SPA0097_000000001211	0.940716337778121		0	0	False	False	0.9995598793029785	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	2.489444754242014e-05	NZ_FOCW01000001.1	b-proteobacteria	Brachymonas denitrificans DSM 15123, whole genome shotgun sequence	True	True
ENG0170_000000003336	3471	0.7342510908984594	6	5	5	3	1	True	117453	fragment	False	ENG0170_000000003336	1.0		0	0	False	False	0.9936617612838745	0					non-mobilizable	no_good_hit	1968.0	76.47399999999999	56.0	0.00403147393447182	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0233_000000017939	1118	0.7342446632600607	3	3	1	1	3	False	27370	fragment	False	ISR0233_000000017939	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1124.0	83.45200000000001	99.0	0.04471885865004196	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
FIJ0009_000000040964	1107	0.734242409833754	2	1	1	1	1	False	59837	fragment	False	ENG0109_000000019913	0.9442654346591378		0	0	False	False	0.9954832792282104	0					non-mobilizable	no_good_hit	114.0	76.316	10.0	0.0013191524445543739	NZ_JHVN01000014.1	firmicutes	Anoxybacillus tepidamans PS2 N667DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	False
ENG0112_000000001990	11364	0.7342394582653885	13	7	5	5	5	False	59703	maximal	True	ENG0112_000000001990	1.0		1	1	False	False	0.996920108795166	0					non-mobilizable	no_good_hit	4802.0	97.376	67.0	0.002165678951630914	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	False
ISR0284_000000002146	4100	0.7342394160053374	5	3	3	3	2	False	121391	fragment	False	ISR0284_000000002146	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2079.0	99.56700000000001	99.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0025_000000005722	3653	0.7342394160053374	4	3	3	3	2	False	121390	fragment	False	SPA0025_000000005722	1.0		0	0	False	False	0.9997262358665466	0					non-mobilizable	chromosome	2085.0	99.42399999999999	99.0	0.0006565565986144544	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CAN0001_000000028862	1514	0.7342362596933878	2	2	2	2	2	False	99080	fragment	False	DEN0045_000000025858	0.9289000278473963		0	0	False	False	0.9993395209312439	0					non-mobilizable	other	1515.0	93.729	100.0	0.003334817433623247	NZ_WBKJ01000002.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000002, whole genome shotgun sequence	False	False
MON0059_000000015413	2530	0.7342346617128835	4	4	4	4	3	False	61927	maximal	False	ENG0078_000000009885	0.952995181889602		0	0	False	False	0.9984189867973328	0					non-mobilizable	other	2530.0	97.66799999999999	100.0	0.0011742844247817196	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
ISR0158_000000000457	20892	0.7342330944548721	32	13	4	12	6	True	123946	fragment	False	ISR0158_000000000457	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	74.051	5.0	0.0059749692141439015	NZ_FOIN01000003.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	True
SPA0127_000000010466	2796	0.7342300071857337	4	4	4	3	3	False	122303	fragment	False	ENG0137_000000005654	0.9573879458133323		0	0	False	False	0.9953504800796509	0					non-mobilizable	no_good_hit	2484.0	80.395	88.0	0.009562243660995418	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0005_000000004661	2940	0.7342279198511993	4	2	2	2	1	True	78541	fragment	False	MON0041_000000018887	0.9439725579875857		0	0	False	False	0.9993197321891785	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
ENG0157_000000015289	1629	0.7342196459812451	3	3	3	2	2	False	117371	maximal	True	ENG0157_000000015289	1.0	PS787	1	1	False	True	1.0	0					non-mobilizable	chromosome	1383.0	98.12	100.0	0.0005987818842681658	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
USA0101_01_000000001675	12766	0.7342178170809402	21	6	3	4	5	False	70196	maximal	True	USA0101_01_000000001675	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2633.0	84.96	40.0	0.0014118378502070263	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
DEN0057_000000001279	3489	0.7342159684735304	4	3	3	2	3	False	90869	fragment	False	CHI0004_000000001250	0.9600548724723098		0	0	False	False	1.0	0					non-mobilizable	chromosome	3489.0	99.713	100.0	0.0006405980482329191	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
FIJ0153_000000012341	2120	0.7342121336580516	2	2	2	2	1	False	39650	maximal	True	FIJ0153_000000012341	1.0		158	10	False	False	1.0	0					non-mobilizable	chromosome	1641.0	99.391	100.0	0.0007444454834401734	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
ENG0066_000000006632	2862	0.7342096997970659	5	4	4	4	2	True	62784	maximal	True	ENG0066_000000006632	1.0		22	7	False	False	0.99895179271698	0					non-mobilizable	other	2872.0	93.454	100.0	0.01957470682412184	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0094_000000007029	2918	0.73420834033535	4	3	2	3	1	True	114124	fragment	False	ISR0094_000000007029	0.9319623537444817		0	0	False	False	1.0	0					non-mobilizable	other	2677.0	93.575	92.0	0.17722950056527234	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
CHI0173_000000008014	2106	0.7342072596467105	4	3	3	3	1	True	77898	maximal	True	CHI0173_000000008014	0.976589452932479		1	1	False	False	0.9886040091514587	0					non-mobilizable	no_good_hit	1635.0	93.884	77.0	0.020985683386548562	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
SPA0062_000000016976	1915	0.7341978063557785	3	3	3	3	3	False	114517	fragment	False	AST0052_000000010910	0.9576564039753411		0	0	False	False	0.9979112148284912	0					non-mobilizable	other	1915.0	98.277	100.0	0.030300151975683892	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
ISR0097_000000004619	5146	0.7341935283621476	6	6	6	5	5	False	33312	maximal	True	ISR0097_000000004619	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	73.953	4.0	6.773947334944663e-05	NZ_SRLC01000001.1	CFB group bacteria	Hymenobacter aquaticus strain JCM 31653 contig1, whole genome shotgun sequence	True	False
ISR0820_000000010074	2326	0.7341903362251156	4	4	2	3	3	False	122489	fragment	False	ISR0395_000000012012	0.9232315213676872		0	0	False	False	0.9982802867889404	0					non-mobilizable	plasmid	2326.0	99.914	100.0	0.28957528957528955	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MAD0097_000000008663	4431	0.7341891367036196	6	5	5	4	4	False	124967	maximal	False	ENG0124_000000006998	0.9854926403589186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2871.0	78.683	79.0	0.006809112393940568	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0174_000000006515	4067	0.7341891367036196	5	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.6431893214074692		0	0	False	False	0.9990164637565613	0					non-mobilizable	no_good_hit	2871.0	78.82300000000001	86.0	0.006809112393940568	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0319_000000003804	4067	0.7341891367036196	5	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.6431893214074692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2871.0	78.82300000000001	86.0	0.006809112393940568	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0042_000000002624	7827	0.7341878501600926	6	3	2	3	2	False	18168	maximal	True	MAD0042_000000002624	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	97.727	2.0	0.0008278460777223766	NZ_WAJR01000008.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_008, whole genome shotgun sequence	True	False
SPA0138_000000004431	5044	0.734177327615022	12	3	3	3	3	False	3538	fragment	False	SPA0138_000000004431	1.0		0	0	False	False	0.9960349202156067	0					non-mobilizable	no_good_hit	48.0	95.833	1.0	0.0003494527718296455	NZ_VULP01000005.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq5, whole genome shotgun sequence	True	False
ENG0080_000000011127	2352	0.7341677850879073	4	3	3	3	3	False	101968	fragment	False	ENG0080_000000011127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.955	32.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
FIJ0132_000000016917	1934	0.7341676605512167	2	2	2	2	2	False	42183	fragment	False	FIJ0132_000000016917	1.0		0	0	False	False	0.9948293566703796	0					non-mobilizable	chromosome	1934.0	99.32799999999999	100.0	0.00035826436945007623	CP034136.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain G747 chromosome, complete genome	False	False
FIJ0149_000000007570	3012	0.734162397888815	3	3	3	3	3	False	39859	maximal	True	FIJ0149_000000007570	1.0		11	3	False	False	1.0	0					non-mobilizable	other	3024.0	92.725	100.0	0.0020344769008000386	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
FIJ0067_000000003056	10097	0.7341533684674777	13	9	9	6	2	False	132497	maximal	True	FIJ0067_000000003056	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	3742.0	82.175	52.0	0.0017118194062859709	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0159_000000017922	1471	0.7341532546834082	3	2	2	2	2	False	69430	fragment	False	ISR0159_000000017922	1.0		0	0	False	False	0.9918422698974609	0					non-mobilizable	other	1456.0	98.146	99.0	0.0004040521852141893	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0034_000000022815	1227	0.7341463518642306	2	2	2	2	2	False	48076	fragment	False	FIJ0034_000000022815	0.9723926380368098		0	0	False	False	0.9975550174713135	0					non-mobilizable	other	1212.0	96.7	99.0	0.016739466991042794	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0129_000000022516	1206	0.7341458207249041	2	2	2	2	2	False	58495	maximal	True	ENG0129_000000022516	1.0		140	11	False	False	0.9817578792572021	0					non-mobilizable	other	1206.0	100.0	100.0	0.004648704535283861	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0083_000000013847	1621	0.7341402546778898	1	1	1	1	1	False	84359	fragment	False	CHI0080_000000002680	0.9678464935787514		0	0	False	False	0.9956817030906677	0					non-mobilizable	other	1624.0	98.27600000000001	100.0	0.017333247737048214	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0012_000000034915	1587	0.7341402546778898	1	1	1	1	1	False	78707	fragment	False	CHI0160_000000019249	0.9583584791792397		0	0	False	False	0.9987397789955139	0					non-mobilizable	no_good_hit	1089.0	73.646	67.0	0.00022244107292064503	CP059378.1	firmicutes	Clostridium intestinale strain Lx1 chromosome, complete genome	True	False
SPA0029_000000018222	1481	0.7341402546778898	1	1	1	1	1	False	69708	fragment	False	SPA0029_000000018222	0.9671065301533821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	70.727	69.0	0.0008608197036880249	CP045542.1	mycoplasmas	Mycoplasma sp. NEAQ87857 chromosome, complete genome	True	False
MON0103_000000040578	1420	0.7341402546778898	1	1	1	1	1	False	8858	fragment	False	MON0103_000000040578	1.0		0	0	False	False	0.9739436507225037	0					non-mobilizable	no_good_hit	882.0	73.81	61.0	0.011790494084330624	NZ_CABDWS010000006.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
SPA0038_000000018376	1417	0.7341402546778898	1	1	1	1	1	False	34555	fragment	False	ISR0076_000000017749	0.9586684319285042		0	0	False	False	0.990119993686676	0					non-mobilizable	other	1398.0	99.64200000000001	99.0	0.0005073386149328966	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0160_000000021316	1396	0.7341402546778898	1	1	1	1	1	False	34555	fragment	False	ISR0076_000000017749	0.9162365276746435		0	0	False	False	0.9985673427581787	0					non-mobilizable	other	1396.0	93.195	100.0	0.010666523936597264	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
MON0087_000000037081	1388	0.7341402546778898	1	1	1	1	1	False	62936	fragment	False	ENG0064_000000015415	0.8488407247108601		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	99.42399999999999	100.0	0.005985982357104631	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
USA0084_01_000000023092	1388	0.7341402546778898	1	1	1	1	1	False	69708	fragment	False	SPA0029_000000018222	0.9511896023902844		0	0	False	False	0.9956772327423096	0					non-mobilizable	no_good_hit	1059.0	70.822	74.0	0.0008608197036880249	CP045542.1	mycoplasmas	Mycoplasma sp. NEAQ87857 chromosome, complete genome	True	False
MON0039_000000035951	1376	0.7341402546778898	1	1	1	1	1	False	11908	maximal	True	MON0039_000000035951	1.0		127	12	False	False	0.9404069781303406	0					non-mobilizable	other	1386.0	83.189	100.0	0.03571892453565398	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
MON0094_000000028108	1370	0.7341402546778898	1	1	1	1	1	False	9331	maximal	True	MON0094_000000028108	1.0		11	2	False	False	0.9927007555961609	0					non-mobilizable	chromosome	1288.0	77.252	94.0	0.00045328620101189063	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
SPA0158_000000016131	1362	0.7341402546778898	1	1	1	1	1	False	73913	fragment	False	MON0079_000000016230	0.9747740699300403		0	0	False	False	0.997063159942627	0					non-mobilizable	other	1362.0	97.57700000000001	100.0	0.035355240940381866	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
SPA0021_000000023620	1353	0.7341402546778898	1	1	1	1	1	False	73913	fragment	False	MON0079_000000016230	0.9703494400935051		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	97.92399999999999	99.0	0.035017534744772046	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
MON0033_000000044157	1345	0.7341402546778898	1	1	1	1	1	False	12277	fragment	False	MON0033_000000044157	1.0		0	0	False	False	0.9970260262489319	0					non-mobilizable	other	1364.0	77.419	100.0	0.009505797336683063	NZ_FOJY01000008.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	False	False
MAD0029_000000000501	8862	0.7341249822709786	9	8	4	7	8	True	106000	maximal	True	MAD0029_000000000501	1.0	PS644	7	1	True	True	1.0	1					non-mobilizable	plasmid	8073.0	99.75200000000001	100.0	0.07975732903850524	CP027535.1	enterobacteria	Escherichia coli strain AR_0081 plasmid unnamed1, complete sequence	False	True
ENG0109_000000012090	2040	0.7341228730486599	3	3	3	3	3	False	75113	fragment	False	DEN0018_000000017670	0.9250574712643678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	77.42699999999999	20.0	0.0001140989805846252	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0029_000000004144	10409	0.7341194661620364	13	6	3	5	5	False	37155	fragment	False	ISR0029_000000004144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	78.04899999999999	1.0	0.0003108725756435191	NZ_QGDL01000003.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_103, whole genome shotgun sequence	True	False
ITA0005_000000001856	8381	0.7341194661620364	10	6	3	5	5	False	32138	fragment	False	ITA0005_000000001856	1.0		0	0	False	False	0.9971363544464111	0					non-mobilizable	no_good_hit	123.0	78.04899999999999	1.0	0.0003108725756435191	NZ_QGDL01000003.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_103, whole genome shotgun sequence	True	False
ENG0026_000000001003	15594	0.7341109600826943	19	15	9	12	10	False	128718	maximal	True	ENG0026_000000001003	1.0		1	1	False	False	0.9966012835502625	0					non-mobilizable	no_good_hit	5004.0	96.28299999999999	46.0	0.1116755813172795	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0382_000000004119	3257	0.7341099209393154	3	3	3	3	3	False	110995	fragment	False	ISR0382_000000004119	0.9783929777177582		0	0	False	False	0.9993859529495239	0					non-mobilizable	other	3258.0	95.089	100.0	0.010657327444993382	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
MON0059_000000028817	1354	0.7341097846425103	1	1	1	1	1	False	10926	fragment	False	MON0059_000000028817	1.0		0	0	False	False	0.9748892188072205	0					non-mobilizable	chromosome	1354.0	99.335	100.0	0.000376657271113895	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0080_000000005452	4699	0.7341025288178892	5	4	4	4	4	False	49060	maximal	True	FIJ0080_000000005452	1.0		49	7	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	79.167	2.0	0.00033546508308113975	NZ_LOAS01000008.1	a-proteobacteria	Pseudoruegeria sabulilitoris strain GJMS-35 contig8, whole genome shotgun sequence	True	False
ENG0043_000000006907	4674	0.7341016090749559	6	5	3	3	5	False	123749	fragment	False	ENG0043_000000006907	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4629.0	97.991	99.0	0.0008595580005535821	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0293_000000017273	2059	0.734098488360537	3	3	3	3	2	False	60632	maximal	True	ISR0293_000000017273	1.0		1	1	False	False	0.9917435646057129	0					non-mobilizable	no_good_hit	1338.0	82.212	65.0	0.0004328186802846362	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0057_000000019089	1395	0.7340838139917338	3	3	2	3	2	False	63512	fragment	False	ENG0057_000000019089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	71.387	49.0	0.00024151655397664797	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0395_000000024850	1557	0.7340820849499989	2	2	2	2	2	False	87132	fragment	False	MON0096_000000022634	0.9568534951569472		0	0	False	False	1.0	0					non-mobilizable	chromosome	1557.0	100.0	100.0	0.0002398390180780972	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0105_000000010285	2954	0.7340750838628859	4	4	3	4	4	False	78855	maximal	True	FIJ0105_000000010285	1.0		61	10	False	False	0.9901828169822693	0					non-mobilizable	chromosome	2884.0	99.65299999999999	98.0	0.0010436399322774337	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	False	False
ITA0003_000000000288	17934	0.7340742472652635	23	11	5	9	7	True	130534	fragment	False	ITA0003_000000000288	0.9861988841433863		0	0	False	False	1.0	0					non-mobilizable	chromosome	17934.0	99.98299999999999	100.0	0.0031874568037475147	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0134_000000001336	17792	0.7340742472652635	23	11	5	9	7	True	130534	fragment	False	ITA0003_000000000288	0.9852659420962446		0	0	False	False	1.0	0					non-mobilizable	chromosome	9558.0	99.979	100.0	0.0016988748353920584	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0085_000000001279	17792	0.7340742472652635	23	11	5	9	7	True	130534	fragment	False	ITA0003_000000000288	0.9852556819692339		0	0	False	False	1.0	0					non-mobilizable	chromosome	17792.0	99.97200000000001	100.0	0.003162570073920698	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0833_000000000440	17409	0.7340742472652635	23	11	5	9	7	True	130534	fragment	False	ITA0003_000000000288	0.9772507238816512		0	0	False	False	1.0	0					non-mobilizable	chromosome	9195.0	99.96700000000001	100.0	0.0016343471001982405	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
FIJ0007_000000006666	2569	0.7340721757943044	5	1	1	1	1	False	54722	fragment	False	FIJ0007_000000006666	0.9830884733668649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	95.92200000000001	48.0	0.017844585091420534	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0191_000000012764	2409	0.7340721757943044	3	1	1	1	1	False	54722	fragment	False	FIJ0007_000000006666	0.955624756714675		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	94.96799999999999	51.0	0.01791783872480075	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0212_000000027727	1303	0.7340721757943044	2	1	1	1	1	False	40149	fragment	False	ISR0212_000000027727	1.0		0	0	False	False	0.9992325305938721	0					non-mobilizable	no_good_hit	78.0	100.0	6.0	0.14285714285714285	NZ_CABKPS010000079.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0142_000000032548	1131	0.7340721757943044	2	1	1	1	1	False	40148	fragment	False	FIJ0142_000000032548	1.0		0	0	False	False	0.9973474740982056	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000019547	1598	0.73407113402321	3	3	2	2	3	False	29457	maximal	True	ISR0183_000000019547	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1598.0	100.0	100.0	0.006131459725101743	CP032179.1	enterobacteria	Citrobacter freundii strain AR_0116 plasmid unnamed1, complete sequence	False	True
ENG0130_000000024255	1169	0.7340697734273735	1	1	1	1	1	False	58392	fragment	False	ENG0130_000000024255	1.0		0	0	False	False	0.970059871673584	0					non-mobilizable	other	1169.0	96.749	100.0	0.009889475560686575	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0770_000000002902	3303	0.7340687353075332	2	2	2	2	2	False	92118	maximal	True	ISR0770_000000002902	1.0		153	11	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	70.465	55.0	0.00048809165477708397	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MAD0027_000000008799	1393	0.7340658443407262	1	1	1	1	1	False	39261	fragment	False	MAD0003_000000019346	0.9718115183469926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	75.369	77.0	0.007600087911464648	NZ_LT635833.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
MAD0003_000000019346	1383	0.7340658443407262	1	1	1	1	1	False	39261	fragment	False	MAD0003_000000019346	0.9790884858527599		0	0	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	1129.0	75.288	81.0	0.007919121452524264	NZ_LT635833.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
MON0057_000000019489	1366	0.7340658443407262	1	1	1	1	1	False	39261	fragment	False	MAD0003_000000019346	0.9702468997277341		0	0	False	False	0.9787701368331909	0					non-mobilizable	no_good_hit	1065.0	72.958	77.0	0.029266385545533246	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ENG0100_000000007820	3749	0.7340532470290616	4	3	2	3	2	False	60599	fragment	False	ENG0100_000000007820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1157.0	76.404	44.0	0.0003665558888884265	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
ISR0064_000000010628	2012	0.7340407118593734	3	3	1	2	2	True	123556	backbone	False	ISR0826_000000002301	0.19879702548441355	PS902	0	0	False	True	0.9945328235626221	0	rep_cluster_1702				non-mobilizable	other	2032.0	98.031	100.0	0.0005438859162469247	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0087_000000006635	1860	0.7340407118593734	3	3	1	2	2	True	123556	backbone	False	ISR0826_000000002301	0.20492714376865304	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1880.0	97.926	100.0	0.0005031815049866921	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0169_000000003315	7063	0.7340395147485749	9	7	2	2	7	False	61950	fragment	False	ISR0169_000000003315	1.0		0	0	False	False	0.9995752573013306	0					non-mobilizable	other	7063.0	100.0	100.0	0.042618934104199736	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
ISR0366_000000003813	3957	0.7340262612189342	3	2	1	2	1	False	62729	fragment	False	ISR0366_000000003813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1523.0	98.949	65.0	0.009198709037943164	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
SPA0028_000000012161	2469	0.7340244932804204	4	3	3	3	3	False	38404	maximal	True	SPA0028_000000012161	1.0		3	1	False	False	0.9955447316169739	0					non-mobilizable	no_good_hit	237.0	82.7	10.0	7.047212104821559e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0009_000000012707	2755	0.7340227857144103	3	3	3	3	1	False	115900	fragment	False	FIJ0126_000000010686	0.1589055271487704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	84.105	52.0	0.00017981712620940055	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ETH0004_000000011088	2548	0.7340198013741528	3	3	3	3	2	False	52912	maximal	True	ETH0004_000000011088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0106_000000001735	14683	0.7340176875789275	18	6	5	6	5	False	31741	maximal	True	MON0106_000000001735	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	100.0	1.0	2.6737435538602882e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0388_000000015253	2271	0.7340167249047731	3	2	2	2	1	False	23186	maximal	True	ISR0388_000000015253	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	100.0	2.0	0.00036897227031476175	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0849_000000023311	1148	0.7340095973135746	3	2	1	1	2	True	20579	fragment	False	ISR0849_000000023311	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	94.07700000000001	85.0	0.0001325588403259406	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
FIJ0078_000000004504	5445	0.7340081231715495	7	4	2	4	3	False	68884	maximal	True	FIJ0078_000000004504	1.0		1	1	False	False	0.999816358089447	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	1.0	0.0008114985214221855	NZ_KB899977.1	CFB group bacteria	Flavobacterium rivuli WB 3.3-2 = DSM 21788 F565DRAFT_scaffold00012.12, whole genome shotgun sequence	True	False
ENG0191_000000010395	2870	0.7340077986837901	4	4	4	4	1	False	63660	fragment	False	ENG0191_000000010395	0.998374550098688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	75.156	33.0	0.00027014013647003974	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0008_000000010760	2792	0.7340077986837901	4	4	4	4	1	False	63660	fragment	False	ENG0191_000000010395	0.984674676487181		0	0	False	False	0.9974928498268127	0					non-mobilizable	no_good_hit	801.0	75.156	32.0	0.00027014013647003974	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0068_000000005594	5345	0.7339978309084793	8	7	2	5	7	True	84922	fragment	False	FIJ0068_000000005594	0.9891059237466168		0	0	False	False	0.9981290698051453	0					non-mobilizable	plasmid	5345.0	99.439	100.0	0.04994392523364486	MN661404.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 plasmid pKP18-31-3, complete sequence	False	True
ENG0145_000000017765	1671	0.7339977642316429	1	1	1	1	1	False	57482	fragment	False	ENG0145_000000017765	1.0		0	0	False	False	0.9886295795440674	0					non-mobilizable	no_good_hit	1395.0	75.41199999999999	83.0	0.0005817208329299452	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
AST0002_000000003704	8260	0.7339923275540833	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9473936886861898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3179.0	96.477	38.0	0.5118989800874211	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0081_01_000000003683	8244	0.7339923275540833	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9452061540198698		0	0	False	False	0.9998787045478821	0					non-mobilizable	no_good_hit	1728.0	99.884	38.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CAN0017_000000004735	8134	0.7339923275540833	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9421608001718559		0	0	False	False	0.9998770356178284	0					non-mobilizable	no_good_hit	3075.0	95.935	38.0	0.49506232799093414	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0141_000000001918	16319	0.7339791726705186	16	15	10	11	13	True	116699	maximal	True	ISR0141_000000001918	1.0	PS782	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3523.0	99.603	54.0	0.000497118631532057	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
USA0027_01_000000023178	1170	0.7339715677525841	2	2	2	1	1	False	1568	maximal	True	USA0027_01_000000023178	1.0		12	5	False	False	1.0	0					non-mobilizable	other	1170.0	98.97399999999999	100.0	0.0030482081021319203	NZ_DS562853.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0130_000000010599	3076	0.7339575628296668	4	4	4	4	3	False	117033	fragment	False	SPA0130_000000010599	0.9962648118576309		0	0	False	False	1.0	0					non-mobilizable	other	3076.0	98.635	100.0	0.026103122188078302	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0023_000000009299	3067	0.7339575628296668	4	4	4	4	3	False	117033	fragment	False	SPA0130_000000010599	0.9957029863502108		0	0	False	False	0.986305832862854	0					non-mobilizable	other	3067.0	98.859	100.0	0.026026722806064412	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0056_000000011332	3018	0.7339575628296668	4	4	4	4	3	False	117033	fragment	False	SPA0130_000000010599	0.9880559550448934		0	0	False	False	1.0	0					non-mobilizable	other	3018.0	98.675	100.0	0.025610770615099913	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0161_000000006940	4190	0.7339553378860828	6	6	2	3	6	False	30405	maximal	True	ISR0161_000000006940	1.0		12	4	False	False	0.9985679984092712	0					non-mobilizable	other	4183.0	98.805	99.0	0.002272265098682315	CP019935.1	firmicutes	Streptococcus thermophilus strain APC151, complete genome	False	False
SPA0106_000000018102	2147	0.7339546329137021	4	4	4	4	2	False	93928	fragment	False	SPA0106_000000018102	1.0		0	0	False	False	0.9757801294326782	0					non-mobilizable	other	2128.0	99.765	99.0	0.0006711739770040081	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0199_000000003487	7229	0.7339515181936261	7	7	7	7	5	False	99705	maximal	True	ISR0199_000000003487	1.0		1	1	False	False	0.9998616576194763	0					non-mobilizable	no_good_hit	547.0	99.45200000000001	12.0	0.00023531997698518907	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ISR0345_000000009965	1404	0.7339481824693723	2	2	2	2	2	False	72276	fragment	False	ISR0346_000000010486	0.17341101983968252		0	0	False	False	0.9729344844818115	0					non-mobilizable	chromosome	1404.0	97.863	100.0	0.0003990704474538281	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0051_000000016866	2081	0.7339451516156514	2	1	1	1	1	False	47532	maximal	True	MON0051_000000016866	1.0		0	0	False	False	0.9913502931594849	0					non-mobilizable	no_good_hit	1177.0	99.49	57.0	0.009455884599612437	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AUS0016_000000024962	1128	0.7339379023638039	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2120339051238018		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	97.429	100.0	0.00031296688160576726	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0002_000000025393	1668	0.7339340184028658	3	3	3	3	2	False	20165	fragment	False	MAD0002_000000025393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	97.803	57.0	0.003020303681848642	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
TAN0009_000000021499	1900	0.7339315227444225	3	2	2	2	2	False	114049	maximal	True	TAN0009_000000021499	1.0		134	12	False	False	0.9989473819732666	0					non-mobilizable	other	1380.0	98.26100000000001	99.0	0.0004122631392806651	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0076_000000008888	1801	0.7339248842520473	2	2	2	2	1	False	5740	fragment	False	SPA0076_000000008888	1.0		0	0	False	False	0.99056077003479	0					non-mobilizable	no_good_hit	126.0	80.15899999999999	7.0	4.028978995482064e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0040_000000000853	17469	0.7339225101132754	17	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.5768438425555805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	98.693	1.0	4.577676239029388e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
USA0069_01_000000003571	15235	0.7339225101132754	15	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.5636723893158494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0109_000000001095	15220	0.7339225101132754	15	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.5615935111651823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0135_000000000958	15205	0.7339225101132754	14	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.4189740363425506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0032_000000001248	15195	0.7339225101132754	14	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.5368750239188056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.433	3.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0065_000000001545	15180	0.7339225101132754	14	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.559895063347028		0	0	False	False	0.9999341368675232	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0205_000000001081	15134	0.7339225101132754	14	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.5388881578941666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	75.258	3.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
DEN0073_000000001910	14885	0.7339225101132754	14	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.5232646013239592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.845	3.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0170_000000002680	14184	0.7339225101132754	13	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.24350001819869854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0007_000000002198	13408	0.7339225101132754	13	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.12710465412560176		0	0	False	False	0.9997762441635132	0					non-mobilizable	no_good_hit	485.0	74.639	4.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
FIJ0164_000000001659	13281	0.7339225101132754	13	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.14578028683671088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	86.60700000000001	1.0	3.453191215330427e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0043_000000000851	12629	0.7339225101132754	12	4	3	2	1	True	112177	fragment	False	ISR0023_000000001614	0.7043392765063627		0	0	False	False	0.9999208450317383	0					non-mobilizable	no_good_hit	99.0	94.949	1.0	2.728190138149424e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MON0060_000000001758	11875	0.7339225101132754	12	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.09198316465452851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
USA0080_01_000000003199	11435	0.7339225101132754	11	4	3	2	1	True	132160	fragment	False	SPA0132_000000001387	0.09039269400913398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
MAD0107_000000002979	11020	0.7339225101132754	10	4	3	2	1	True	112176	fragment	False	FIJ0048_000000002294	0.9580065215475456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
ENG0004_000000023292	1178	0.7339211773079226	3	1	1	1	1	False	67722	fragment	False	ENG0004_000000023292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	27.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
MON0080_000000038598	1469	0.7339202334306344	2	2	2	2	2	False	92359	fragment	False	ETH0004_000000018317	0.9507291737294429		0	0	False	False	0.9557521939277649	0					non-mobilizable	no_good_hit	719.0	78.164	48.0	0.00016031615161418182	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0060_000000016285	1828	0.7339104984617739	2	2	2	2	2	False	112413	fragment	False	ISR0246_000000009790	0.3992803672266305		0	0	False	False	0.9989058971405029	0					non-mobilizable	other	1774.0	94.025	97.0	0.008774362224687055	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
SPA0079_000000021956	1213	0.7339085483645952	2	2	1	2	1	True	5638	fragment	False	SPA0079_000000021956	1.0		0	0	False	False	0.9958779811859131	0					non-mobilizable	other	912.0	95.72399999999999	99.0	0.004197145940760283	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	False	True
ETH0002_000000001671	14732	0.7339000459210616	17	8	3	7	5	True	53396	maximal	True	ETH0002_000000001671	1.0		1	1	True	True	0.9992533326148987	23					non-mobilizable	no_good_hit	731.0	96.99	8.0	0.00032143352286725767	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ISR0826_000000011930	1134	0.7338850631560151	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.04590881318895101		0	0	False	False	1.0	0					non-mobilizable	chromosome	1116.0	95.789	98.0	0.00032292803545830995	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0384_000000015141	1320	0.7338825070661898	3	3	3	3	2	False	47721	fragment	False	ISR0384_000000015141	0.9937694704049844		0	0	False	False	0.9977272748947144	0					non-mobilizable	no_good_hit	1105.0	70.86	82.0	0.00026137008121055616	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
CHI0140_000000009015	3277	0.7338758826210621	5	3	3	3	1	False	80270	maximal	True	CHI0140_000000009015	1.0		0	0	False	False	0.9969484210014343	0					non-mobilizable	no_good_hit	570.0	100.0	17.0	0.0001059064531463523	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	False
USA0063_01_000000003657	5681	0.733865297765663	9	6	3	6	3	True	102955	maximal	False	ISR0103_000000004304	0.9517194301538895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	86.12899999999999	5.0	0.00016494085692130394	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
AST0019_000000026928	1149	0.7338601238000472	4	3	1	3	1	True	121892	maximal	True	AST0019_000000026928	1.0		1	1	False	False	0.9956483840942383	0					non-mobilizable	no_good_hit								True	True
FIJ0021_000000036302	1311	0.7338600449686917	3	1	1	1	1	True	121890	fragment	False	FIJ0021_000000036302	1.0		0	0	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit								True	True
AST0019_000000027790	1115	0.7338600449686917	3	1	1	1	1	True	121889	fragment	False	AST0019_000000027790	1.0		0	0	False	False	0.9775784611701965	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	3.452638432304858e-05	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
SPA0060_000000004162	3981	0.7338510637298366	3	3	1	2	2	True	6248	maximal	True	SPA0060_000000004162	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1491.0	86.72	40.0	0.0004256225944467963	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
FIJ0163_000000002840	8670	0.7338480879689336	10	4	3	4	1	True	66024	fragment	False	FIJ0163_000000002840	0.9685150375939849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	95.97200000000001	5.0	0.0007289008313971004	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0272_000000006566	1582	0.7338370339876579	1	1	1	1	1	False	104371	maximal	True	ISR0272_000000006566	0.991930060524546		87	10	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	74.46600000000001	55.0	0.0032727733585811523	NZ_JNKW01000004.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
AST0149_000000017923	1487	0.7338370339876579	1	1	1	1	1	False	104371	maximal	False	ISR0272_000000006566	0.9649178255372945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	718.0	73.398	48.0	0.00021655145332979254	NZ_CP017253.2	firmicutes	Clostridium taeniosporum strain 1/k chromosome, complete genome	True	False
MON0010_000000017008	1573	0.7338363428514574	2	1	1	1	1	False	57392	fragment	False	MON0010_000000017008	1.0		0	0	False	False	0.9936427474021912	0					non-mobilizable	no_good_hit	752.0	78.191	47.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0053_000000011844	1751	0.733823138228381	1	1	1	1	1	False	46397	fragment	False	FIJ0053_000000011844	1.0		0	0	False	False	0.9628783464431763	0					non-mobilizable	no_good_hit	1392.0	82.04	79.0	0.007301692665117823	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
SPA0156_000000012294	1606	0.733823138228381	1	1	1	1	1	False	56513	fragment	False	ISR0108_000000013548	0.8321364286951185		0	0	False	False	0.9987546801567078	0					non-mobilizable	no_good_hit	1416.0	75.494	87.0	0.000392989318117117	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	False
ISR0386_000000003950	8708	0.7338223699009292	14	9	6	7	6	False	23012	fragment	False	ISR0386_000000003950	1.0		0	0	False	False	0.9963251948356628	0					non-mobilizable	no_good_hit	2300.0	96.696	60.0	0.013888721004726275	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
MAD0112_000000011017	2536	0.7338183939064936	4	4	3	3	2	False	110614	fragment	False	MAD0112_000000011017	1.0		0	0	False	False	0.9877760410308838	0					non-mobilizable	other	1284.0	91.589	90.0	0.051253168121655875	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0854_000000001765	4100	0.7337994700139276	5	3	3	3	2	False	55519	maximal	True	ISR0854_000000001765	1.0		4	1	False	False	0.9978048801422119	0					non-mobilizable	no_good_hit	747.0	76.84100000000001	20.0	0.0027240122230372554	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
ISR0834_000000013547	1334	0.7337967576223138	2	2	2	1	1	False	40166	fragment	False	FIJ0142_000000026059	0.9496788008565311		0	0	False	False	0.9505247473716736	0					non-mobilizable	no_good_hit	1056.0	69.602	78.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0014_000000014769	2456	0.7337909097188355	4	4	4	3	3	False	67076	fragment	False	ISR0225_000000006360	0.7781633575864366		0	0	False	False	0.9995928406715393	0					non-mobilizable	chromosome	2456.0	94.992	100.0	0.0010110294874677644	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0151_000000001587	8445	0.73378566618386	15	13	5	6	8	True	101516	fragment	False	ISR0151_000000001587	1.0		0	0	False	False	0.9998815655708313	0					non-mobilizable	chromosome	5364.0	98.24799999999999	98.0	0.000816264282722411	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
SPA0074_000000006579	3807	0.7337833772838187	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9793261565740049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2552.0	94.788	75.0	0.00048557956476736903	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ENG0003_000000006014	3807	0.7337833772838187	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9793261565740049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2552.0	94.788	75.0	0.00048557956476736903	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0831_000000004424	3787	0.7337833772838187	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9755169218000552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2006.0	93.071	75.0	0.00035898670259405585	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ISR0296_000000006842	3650	0.7337705927556551	5	3	2	3	3	False	109915	fragment	False	ENG0177_000000006743	0.9739242638365931		0	0	False	False	0.9961643815040588	0					non-mobilizable	other	1932.0	100.0	99.0	0.0005446177606874537	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0223_000000018689	1672	0.7337655267912366	2	2	2	2	1	False	27799	maximal	True	ISR0223_000000018689	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	98.949	68.0	0.00047252794582452605	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	True	False
FIJ0092_000000026126	1412	0.7337527285895935	2	1	1	1	1	True	43284	fragment	False	FIJ0092_000000026126	1.0		0	0	False	False	0.9815863966941833	0					non-mobilizable	no_good_hit	684.0	94.59100000000001	73.0	0.00013228258736993744	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0088_000000013850	1762	0.7337505670860257	3	3	1	2	2	True	54449	fragment	False	ISR0088_000000013850	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1762.0	99.205	100.0	0.0008762665648851911	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ENG0168_000000008618	3423	0.7337466284190441	4	3	3	2	1	False	55995	maximal	True	ENG0168_000000008618	1.0		1	1	False	False	0.9997078776359558	0					non-mobilizable	no_good_hit	1321.0	99.09200000000001	39.0	0.00020309460793047518	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
FIJ0035_000000009205	1313	0.7337443414818491	3	2	2	1	1	True	48003	fragment	False	FIJ0035_000000009205	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1156.0	94.723	99.0	0.09302137958854377	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0054_000000015941	2760	0.7337437967603843	3	2	1	1	2	False	109807	fragment	False	MON0054_000000015941	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1485.0	98.316	99.0	0.0005172656584401442	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0011_000000010806	3777	0.7337365847071707	3	2	1	2	1	False	75763	maximal	True	DEN0011_000000010806	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	75.282	28.0	0.00031245603773165804	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
BAN0016_000000000056	12160	0.7337270697644337	15	12	5	7	12	False	98363	fragment	False	BAN0016_000000000056	1.0		0	0	False	False	0.9993420839309692	0					non-mobilizable	chromosome	9338.0	97.912	100.0	0.0015436082998363547	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	False
ISR0185_000000021574	1532	0.7337150271085907	2	2	1	2	1	True	29383	fragment	False	ISR0185_000000021574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0120_000000010309	3032	0.7337123968715317	5	3	3	3	3	False	99547	maximal	True	ISR0120_000000010309	1.0		6	3	False	False	0.99769127368927	0					non-mobilizable	no_good_hit								True	False
TAN0001_000000002857	3705	0.733708609416117	5	3	1	1	2	True	3113	maximal	True	TAN0001_000000002857	1.0		2	1	True	True	1.0	19					non-mobilizable	no_good_hit	348.0	81.03399999999999	9.0	0.00019720594513229043	CP049075.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 chromosome, complete genome	True	True
SPA0057_000000024765	1334	0.7337044357058833	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17711859852018522		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	90.501	100.0	0.0004473336189895646	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0040_000000006409	3450	0.7336934450578424	4	4	4	4	3	False	64868	maximal	True	ENG0040_000000006409	1.0		5	4	False	False	0.9997101426124573	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	0.0003190415730702868	NZ_WSLF01000006.1	firmicutes	Defluviitalea raffinosedens strain 249c-K6 seq6, whole genome shotgun sequence	True	False
ISR0212_000000021509	1662	0.7336915149198495	1	1	1	1	1	False	28336	maximal	True	ISR0212_000000021509	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	77.273	11.0	3.01869404356149e-05	CP055263.1	firmicutes	Metabacillus sp. KUDC1714 chromosome, complete genome	True	False
ISR0047_000000024863	1204	0.7336915149198495	1	1	1	1	1	False	55295	maximal	True	ISR0047_000000024863	0.9995655951346656		11	3	False	False	0.9892026782035828	0					non-mobilizable	no_good_hit	176.0	77.273	15.0	3.01869404356149e-05	CP055263.1	firmicutes	Metabacillus sp. KUDC1714 chromosome, complete genome	True	False
ISR0088_000000012658	1916	0.7336856818446916	3	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.4028443531929695		0	0	False	False	0.9963465332984924	0					non-mobilizable	other	1916.0	98.904	100.0	0.0437814357567444	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0246_000000021404	1129	0.7336817425987646	2	1	1	1	1	False	27110	fragment	False	ISR0246_000000021404	1.0		0	0	False	False	0.9937998056411743	0					non-mobilizable	other	1129.0	94.066	100.0	0.00033961919896235494	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0093_000000009904	4074	0.7336789107049062	5	4	4	4	3	False	81241	fragment	False	SPA0093_000000009904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2452.0	75.0	61.0	0.006372318689847054	NZ_ATUZ01000014.1	d-proteobacteria	Desulfovibrio desulfuricans DSM 642 G449DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ENG0107_000000019248	1561	0.7336772610844928	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.4872015592587136		0	0	False	False	0.9807815551757812	0					non-mobilizable	chromosome	1561.0	99.42299999999999	100.0	0.0006906728614709472	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	False
SPA0114_000000018824	2464	0.7336766086224203	3	2	2	2	2	False	68603	fragment	False	SPA0114_000000018824	1.0		0	0	False	False	0.9910714030265808	0					non-mobilizable	no_good_hit								True	False
FIJ0111_000000003028	8187	0.7336723811582035	12	4	3	4	4	True	42098	maximal	True	FIJ0111_000000003028	1.0		1	1	False	False	0.9997556805610657	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	1.6445897622231564e-06	LN590718.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG9, chromosome: 9	True	True
ISR0038_000000022283	1551	0.7336717199389989	3	2	2	2	2	False	126594	fragment	False	FIJ0088_000000017629	0.7947477602071564		0	0	False	False	0.996776282787323	0					non-mobilizable	no_good_hit	102.0	83.333	7.0	0.005703855806525211	NZ_BAIV01000048.1	CFB group bacteria	Bacteroides reticulotermitis JCM 10512, whole genome shotgun sequence	True	False
ENG0098_000000022073	1132	0.7336710249321283	2	2	2	1	1	False	60682	fragment	False	ENG0098_000000022073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0095_000000017469	1574	0.7336698059068335	3	3	3	3	3	False	43105	fragment	False	FIJ0095_000000017469	0.964035646085296		0	0	False	False	0.9993646740913391	0					non-mobilizable	other	1574.0	93.583	100.0	0.045533491576448794	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
ISR0054_000000013535	1877	0.7336678815559008	1	1	1	1	1	False	35707	fragment	False	ISR0054_000000013535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1353.0	73.171	71.0	0.0011608736623291251	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0109_000000021953	1528	0.7336678815559008	1	1	1	1	1	False	7938	fragment	False	SPA0014_000000014237	0.9556620730976633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1356.0	73.525	87.0	0.0011608736623291251	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0060_000000010498	1390	0.7336678815559008	1	1	1	1	1	False	45861	fragment	False	FIJ0060_000000010498	1.0		0	0	False	False	0.9870503544807434	0					non-mobilizable	no_good_hit	570.0	75.61399999999999	40.0	0.0007885415495333408	NZ_ATXD01000010.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
AST0102_000000025267	1242	0.7336663394026174	2	2	1	2	2	False	108112	fragment	False	AST0102_000000025267	0.9718487394957984		0	0	False	False	0.9935587644577026	0					non-mobilizable	other	1242.0	99.11399999999999	100.0	0.00457442377373374	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
FIJ0046_000000011683	2562	0.7336634838904643	2	2	2	2	1	False	62848	fragment	False	FIJ0046_000000011683	1.0		0	0	False	False	0.9992193579673767	0					non-mobilizable	no_good_hit	1111.0	77.678	63.0	0.0003306768756877808	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0128_000000025362	1189	0.7336597329125316	2	2	2	2	2	False	66579	maximal	True	ENG0128_000000025362	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	79.665	100.0	0.0021376733815467374	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0012_000000003517	1773	0.7336590559498006	2	1	1	1	1	False	90101	fragment	False	CHI0012_000000003517	1.0		0	0	False	False	0.9988719820976257	0					non-mobilizable	other	1773.0	86.85799999999999	99.0	0.03889511503724702	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
USA0086_01_000000010908	1563	0.7336590559498006	2	1	1	1	1	False	439	fragment	False	USA0086_01_000000010908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	98.259	84.0	0.017435966750016896	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
ISR0220_000000007248	1305	0.7336590559498006	2	1	1	1	1	False	27980	fragment	False	ISR0220_000000007248	1.0		0	0	False	False	0.9938697218894958	0					non-mobilizable	other	1305.0	94.943	100.0	0.022031492870176386	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	False
FIJ0150_000000005029	4491	0.7336567496929431	6	4	4	4	3	True	124724	maximal	True	FIJ0150_000000005029	1.0		2	1	False	False	0.9988866448402405	0					non-mobilizable	no_good_hit	2136.0	77.294	57.0	0.0044036743288369574	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0090_000000013930	3014	0.7336567496929431	5	4	4	4	3	True	124723	fragment	False	FIJ0090_000000013930	1.0		0	0	False	False	0.9996682405471802	0					non-mobilizable	no_good_hit	2192.0	77.6	74.0	0.004520771082120371	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0154_000000026165	1298	0.733654816000017	2	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04868991740373977		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	99.461	100.0	0.002712044446581925	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
BAN0036_000000000143	4977	0.7336514560649282	6	4	2	2	2	True	97664	fragment	False	BAN0036_000000000143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	98.059	24.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0090_000000051570	1211	0.7336421605961486	2	1	1	1	1	False	9511	maximal	True	MON0090_000000051570	1.0		9	1	False	False	0.9760528206825256	0					non-mobilizable	no_good_hit	811.0	80.395	67.0	0.0002840621379751557	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0089_000000012523	2028	0.733638247855629	4	2	1	2	2	False	94951	fragment	False	ENG0129_000000011358	0.371350861287398		0	0	False	False	0.9792899489402771	0					non-mobilizable	chromosome	2015.0	97.022	100.0	0.0007016548318328911	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0155_000000007421	3054	0.7336363055083651	3	2	2	2	2	False	39537	maximal	True	FIJ0155_000000007421	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1400.0	74.571	45.0	0.000241401279320123	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
CHI0173_000000009821	1746	0.7336335169927685	3	3	3	3	2	False	77887	fragment	False	ENG0163_000000013898	0.976528384279476		0	0	False	False	0.98682701587677	0					non-mobilizable	other	1763.0	80.204	100.0	0.004349534389601159	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
MON0103_000000053957	1116	0.7336251088102708	2	2	2	2	2	False	58900	fragment	False	ISR0103_000000023480	0.6400443704936217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	75.483	86.0	0.013976633491994808	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	True	False
MON0064_000000013292	2046	0.7336226194763856	3	2	2	2	2	False	117015	fragment	False	AST0094_000000009639	0.6547616310043791		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
ISR0018_000000003093	7052	0.7336217543158856	5	4	3	4	3	False	127869	fragment	False	ISR0025_000000005110	0.9471610797544757		0	0	False	False	0.9990073442459106	0					non-mobilizable	no_good_hit	935.0	91.444	17.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0152_000000003816	6624	0.7336213218200344	11	8	5	7	5	False	111658	maximal	True	ISR0152_000000003816	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	729.0	88.75200000000001	56.0	0.014000962927298988	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0053_000000004717	2197	0.7336178197299933	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.6525689680086184	PS871	0	0	False	True	0.9986345171928406	0					non-mobilizable	other	2142.0	93.65100000000001	97.0	0.9268081420528367	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0141_000000008180	4373	0.733610654980254	6	1	1	0	1	False	31216	fragment	False	ISR0141_000000008180	1.0		0	0	False	False	0.9981706142425537	0					non-mobilizable	no_good_hit	760.0	84.211	32.0	0.00024096099479992697	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0262_000000004494	3452	0.733610654980254	5	1	1	0	1	False	85471	fragment	False	ISR0082_000000008244	0.7122756829479289		0	0	False	False	0.9962340593338013	0					non-mobilizable	no_good_hit	1139.0	86.479	51.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0082_000000008244	3439	0.733610654980254	5	1	1	0	1	False	85471	fragment	False	ISR0082_000000008244	0.9641846379145773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	86.479	51.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0366_000000005101	3204	0.733610654980254	5	1	1	0	1	False	85471	fragment	False	ISR0082_000000008244	0.7136191365985263		0	0	False	False	0.999687910079956	0					non-mobilizable	no_good_hit	1139.0	86.479	55.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0160_000000008877	3122	0.733610654980254	5	1	1	0	1	False	85471	fragment	False	ISR0082_000000008244	0.4722222222222222		0	0	False	False	0.998718798160553	0					non-mobilizable	no_good_hit	1139.0	86.479	57.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0169_000000009431	3109	0.733610654980254	4	1	1	0	1	False	30102	fragment	False	ISR0169_000000009431	1.0		0	0	False	False	0.9935670495033264	0					non-mobilizable	no_good_hit	1015.0	85.616	53.0	0.0003224577893128184	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
CHI0063_000000004766	2692	0.733610654980254	3	1	1	0	1	False	85470	fragment	False	CHI0063_000000004766	1.0		0	0	False	False	0.9925705790519714	0					non-mobilizable	no_good_hit	1139.0	86.479	66.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0032_000000015719	2111	0.733610654980254	3	1	1	0	1	False	36942	fragment	False	ISR0032_000000015719	0.9989674754775426		0	0	False	False	0.9995262622833252	0					non-mobilizable	no_good_hit	1139.0	86.39200000000001	85.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0255_000000016544	1937	0.733610654980254	3	1	1	0	1	False	36942	fragment	False	ISR0032_000000015719	0.9578398863098059		0	0	False	False	0.9922560453414917	0					non-mobilizable	chromosome	1139.0	86.304	90.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	False	False
MAD0040_000000019700	1697	0.733610654980254	2	1	1	0	1	False	18351	fragment	False	MAD0040_000000019700	1.0		0	0	False	False	0.9846788644790649	0					non-mobilizable	chromosome	1093.0	86.00200000000001	99.0	0.00034748436400575355	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	False	False
USA0145_01_000000003678	6603	0.7336067976682066	6	3	2	3	1	True	69825	maximal	True	USA0145_01_000000003678	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0324_000000007465	4253	0.7335993599206367	7	4	3	4	3	False	53446	maximal	True	ISR0324_000000007465	0.9905570164953383		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	73.52199999999999	19.0	0.0001866197917658722	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0154_000000009578	3121	0.7335990457312976	4	3	0	1	2	False	73823	fragment	False	ENG0154_000000009578	0.9962821329934141		0	0	False	False	1.0	0					non-mobilizable	other	3121.0	100.0	100.0	0.5397923875432526	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	False
DEN0045_000000012211	3043	0.7335958131776742	4	4	4	2	1	False	124446	maximal	True	DEN0045_000000012211	1.0		0	0	False	False	0.9809398651123047	0					non-mobilizable	no_good_hit	1950.0	99.795	64.0	0.011137142857142858	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0049_000000002179	1732	0.7335949414802336	3	3	3	3	3	False	72619	maximal	True	DEN0049_000000002179	1.0		4	4	False	False	0.9872978925704956	0					non-mobilizable	other	1716.0	84.03299999999999	98.0	0.042552126354784614	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0021_000000011654	4299	0.7335936090812545	5	4	4	3	2	False	51997	maximal	True	FIJ0021_000000011654	1.0		6	1	False	False	0.9909281134605408	0					non-mobilizable	no_good_hit	1024.0	81.25	50.0	0.0012653386254334318	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
USA0009_01_000000018495	1387	0.73359284314705	4	2	2	2	2	False	2085	maximal	True	USA0009_01_000000018495	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	96.50200000000001	45.0	0.9984101748807631	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
FIJ0016_000000004249	4106	0.7335734993634184	4	4	4	3	3	False	50241	fragment	False	FIJ0016_000000004249	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2292.0	94.241	94.0	0.0009237811937512051	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0130_000000018563	1118	0.7335723552433067	3	1	1	1	1	False	40857	fragment	False	FIJ0130_000000018563	1.0		0	0	False	False	0.9991055727005005	0					non-mobilizable	other	1118.0	95.34899999999999	100.0	0.08655559860519178	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0106_000000030449	1437	0.7335694077631095	2	2	2	2	2	True	60117	fragment	False	MON0106_000000030449	0.9908759124087592		0	0	False	False	0.9721642136573792	0					non-mobilizable	no_good_hit	1265.0	73.834	87.0	0.0017782606209617473	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
MAD0070_000000001896	8203	0.7335688315465808	12	3	3	3	3	False	74879	maximal	False	ISR0333_000000001824	0.4906719656207177		0	0	False	True	0.9998781085014343	0					non-mobilizable	no_good_hit	95.0	85.26299999999999	1.0	0.0008347245409015025	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
AST0104_000000020271	1704	0.7335684035726899	2	2	0	2	0	False	107793	fragment	False	ISR0362_000000012197	0.7231719435131508		0	0	False	False	0.9994131326675415	0					non-mobilizable	no_good_hit								True	False
ISR0252_000000007027	1665	0.7335684035726899	2	2	0	2	0	False	26955	maximal	True	ISR0252_000000007027	1.0		1	1	False	False	0.976576566696167	0					non-mobilizable	no_good_hit								True	False
ENG0194_000000019276	1371	0.7335523660145788	2	2	2	2	1	False	79690	maximal	True	ENG0194_000000019276	1.0		101	9	False	False	1.0	0					non-mobilizable	other	792.0	90.90899999999999	95.0	0.0004075290345116813	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0024_000000014173	1775	0.7335497490798542	2	2	2	2	1	False	37439	maximal	False	ISR0219_000000018534	0.9893617021276595		0	0	False	False	1.0	0					non-mobilizable	chromosome	1761.0	99.88600000000001	99.0	0.0007989171041796983	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
MON0087_000000003887	10139	0.7335496009579985	13	13	3	3	11	True	132544	fragment	False	CHI0126_000000000854	0.0729392697147609		0	0	False	False	1.0	0					non-mobilizable	plasmid	9949.0	99.96	98.0	0.25752672862357295	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0177_000000023303	1106	0.7335463677858584	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.03047249738764728		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	97.37799999999999	100.0	0.00030657980238932303	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0002_000000025269	1674	0.7335457285495426	2	2	2	2	2	False	20169	maximal	True	MAD0002_000000025269	1.0		2	1	False	False	0.9982078671455383	0					non-mobilizable	no_good_hit	427.0	78.454	25.0	0.00011450563953841745	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MON0105_000000041989	1303	0.7335437207011635	2	2	2	2	2	True	8691	fragment	False	MON0105_000000041989	1.0		0	0	False	False	0.9762087464332581	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	0.00012733292101720813	NZ_LYWY01000037.1	a-proteobacteria	Croceicoccus pelagius strain Ery9 Ery9_C37_384818, whole genome shotgun sequence	True	True
MAD0067_000000005928	1703	0.7335428377626314	2	2	2	2	2	False	16508	maximal	True	MAD0067_000000005928	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	81.929	57.0	0.00042960826613989246	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
FIJ0082_000000028257	1138	0.7335408500795694	2	2	2	2	2	False	44156	fragment	False	FIJ0082_000000028257	1.0		0	0	False	False	0.997363805770874	0					non-mobilizable	no_good_hit	217.0	78.34100000000001	19.0	7.52893411206679e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0097_000000000292	36271	0.7335382351603216	40	20	7	14	13	True	33324	maximal	True	ISR0097_000000000292	1.0		1	1	True	True	0.999972403049469	15					non-mobilizable	no_good_hit	444.0	70.721	1.0	0.004523584323724144	NZ_KB898334.1	CFB group bacteria	Prevotella veroralis DSM 19559 = JCM 6290 strain DSM 19559 D464DRAFT_scaffold00010.10, whole genome shotgun sequence	True	True
ISR0157_000000022751	1396	0.7335339560045392	1	1	1	1	1	False	37212	maximal	True	ISR0157_000000022751	1.0		4	1	False	False	0.9992836713790894	0					non-mobilizable	no_good_hit	100.0	92.0	7.0	0.0003537012307359151	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0027_000000022166	1147	0.7335339560045392	1	1	1	1	1	False	37211	fragment	False	ISR0027_000000022166	1.0		0	0	False	False	0.9912816286087036	0					non-mobilizable	no_good_hit	86.0	91.86	7.0	0.0707070707070707	MK233576.1	viruses	Uncultured human fecal virus clone KLE1615.sp1_S11.L11_4_c1 sequence	True	False
ENG0183_000000018303	1629	0.7335326764872331	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.09529084053022412		0	0	False	False	0.9871086478233337	0					non-mobilizable	other	1519.0	85.45100000000001	93.0	0.0004870315411514363	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0151_000000004191	5741	0.7335301343957432	4	3	3	2	2	False	96250	fragment	False	ISR0096_000000003803	0.3178632057390066		0	0	False	False	0.998258113861084	0					non-mobilizable	no_good_hit	2040.0	80.098	87.0	0.0032656363783477626	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
MON0030_000000012737	2720	0.733529597537809	2	2	2	2	2	False	12523	maximal	True	MON0030_000000012737	1.0		13	7	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit	1116.0	77.59899999999999	41.0	0.0003084356162322702	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0012_000000014050	3669	0.7335279135002872	4	3	1	3	2	False	94274	fragment	False	CAN0012_000000014050	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3669.0	99.973	100.0	0.00102541559811762	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0093_000000022784	1165	0.7335197923751949	2	2	1	2	1	False	33487	maximal	True	ISR0093_000000022784	1.0		2	2	False	False	0.9708154797554016	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.75684675956013e-06	NZ_CP009888.1	g-proteobacteria	Pseudoalteromonas sp. OCN003 chromosome 1, complete sequence	True	False
ENG0206_000000009252	2764	0.7335156884030962	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8865768236077834	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2289.0	74.312	82.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0044_000000006217	2705	0.7335156884030962	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8830382192030554	PS721	0	0	False	True	0.9981516003608704	0					non-mobilizable	no_good_hit	2289.0	74.312	84.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0198_000000014613	2275	0.7335097202684799	3	3	3	3	3	False	28881	fragment	False	ISR0198_000000014613	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1603.0	84.529	74.0	0.13504360342054017	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
MON0009_000000037373	1011	0.7334932571439192	1	1	1	1	1	False	13755	fragment	False	MON0009_000000037373	1.0		0	0	False	False	0.9465875625610352	0					non-mobilizable	chromosome	1011.0	98.318	100.0	0.00033996008666626053	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0046_000000020263	1667	0.7334916764976864	2	2	2	1	1	False	61808	maximal	False	MON0083_000000022635	0.9775827714958151		0	0	False	False	0.9934013485908508	0					non-mobilizable	no_good_hit	112.0	83.929	7.0	1.9817630527732592e-05	NZ_KB913029.1	high GC Gram+	Sporichthya polymorpha DSM 43042 SpopoDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ISR0847_000000010079	2661	0.7334901085470021	5	4	2	3	4	True	131064	fragment	False	USA0072_01_000000007207	0.6009643191390609		0	0	False	False	1.0	0					non-mobilizable	other	2661.0	99.81200000000001	100.0	0.0008042814380310223	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0171_000000013063	1833	0.7334896893660207	3	3	3	3	1	False	92375	fragment	False	ENG0171_000000013063	0.8133289235937473		0	0	False	False	1.0	0					non-mobilizable	other	1836.0	94.499	100.0	0.0035700009103106535	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
CHI0151_000000002487	9218	0.7334738477590963	9	4	3	4	3	False	103746	maximal	True	CHI0151_000000002487	1.0		1	1	False	False	0.9998915195465088	0					non-mobilizable	no_good_hit	1289.0	92.63	29.0	0.0002564695184480421	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0200_000000003765	5376	0.7334735666419187	8	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.848445046399029	PS1159|PS463	0	0	True	True	0.9994419813156128	51		MOBV			mobilizable	other	3013.0	99.436	100.0	0.0010233018607990112	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0039_000000004400	5042	0.7334735666419187	6	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.44839673731014784	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2928.0	99.693	100.0	0.0009944238202386141	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0082_000000025531	1320	0.7334683204990364	1	1	1	1	1	False	45026	fragment	False	ISR0074_000000022260	0.3768830582987875		0	0	False	False	0.9848484992980957	0					non-mobilizable	other	1319.0	96.664	99.0	0.0003741444072507937	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0036_000000021845	1437	0.7334652403388571	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.4082369027587248		0	0	False	False	0.9916492700576782	0					non-mobilizable	other	1437.0	80.585	99.0	0.0450688109843308	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	False	False
CHI0082_000000003076	2953	0.7334590520818547	2	2	2	2	2	False	104702	fragment	False	CHI0082_000000003076	0.9665932452276065		0	0	False	False	0.9993227124214172	0					non-mobilizable	other	2953.0	95.97	100.0	0.010253453420075512	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0394_000000009790	1943	0.7334573469533072	3	3	3	3	3	False	98916	fragment	False	ISR0025_000000016246	0.4303605333756282		0	0	False	False	0.9886773228645325	0					non-mobilizable	other	1938.0	99.381	99.0	0.0077295726986863315	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
SPA0106_000000003902	9234	0.7334569735425851	12	8	5	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7924627732682997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	79.024	12.0	0.0002858095154053296	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0058_000000002572	9033	0.7334569735425851	12	8	5	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7428867974784974		0	0	False	False	0.9984501004219055	0					non-mobilizable	no_good_hit	944.0	79.025	10.0	0.00026304592568278124	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0304_000000004753	2005	0.7334565881675831	4	4	4	2	2	False	123556	backbone	False	ISR0826_000000002301	0.006114365105814429	PS902	0	0	False	True	1.0	0					non-mobilizable	other	2005.0	99.25200000000001	100.0	0.019868673159827557	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ETH0002_000000007511	3743	0.7334477095685006	6	5	2	4	4	False	106229	fragment	False	ETH0002_000000007511	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2958.0	94.15100000000001	98.0	0.0007874668987808935	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0807_000000010397	1410	0.7334471872454703	2	1	1	1	1	False	21757	fragment	False	ISR0807_000000010397	1.0		0	0	False	False	0.9971631169319153	0					non-mobilizable	no_good_hit	107.0	86.916	8.0	4.8893868478261374e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
ISR0194_000000022571	1237	0.7334460819034404	2	2	2	2	2	False	54627	fragment	False	SPA0145_000000027339	0.9857461045107613		0	0	False	False	0.9911075234413147	0					non-mobilizable	other	1237.0	98.06	100.0	0.010307644836587136	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ENG0155_000000000521	32084	0.7334367192500161	41	18	6	12	9	False	56774	maximal	True	ENG0155_000000000521	1.0		1	1	False	False	0.9999688267707825	0					non-mobilizable	no_good_hit	824.0	84.83	3.0	0.9716312056737588	GQ879779.1		Uncultured organism clone VC1CB51TR genomic sequence	True	False
MON0100_000000018294	2397	0.7334343096604458	4	2	2	2	2	False	64068	fragment	False	MON0100_000000018294	1.0		0	0	False	False	0.9954109191894531	0					non-mobilizable	no_good_hit	92.0	89.13	4.0	3.458717678477605e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0014_000000022474	1151	0.7334294853956403	2	2	2	2	1	False	50421	fragment	False	MON0076_000000041236	0.9484228473998295		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	95.139	100.0	0.01584436698309475	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0298_000000005410	2683	0.7334273962883806	3	3	3	2	2	False	91310	fragment	False	DEN0065_000000012220	0.8254663232412435		0	0	False	False	0.9996272921562195	0					non-mobilizable	other	2579.0	97.441	96.0	0.0006967842205007058	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0026_000000001381	11491	0.7334271032272268	15	7	6	6	6	False	16331	maximal	True	MON0026_000000001381	1.0		3	1	False	False	0.9999129772186279	0					non-mobilizable	no_good_hit	196.0	95.40799999999999	2.0	0.006480342959688944	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
FIJ0108_000000003845	5461	0.7334262840544037	6	6	4	5	6	False	98388	fragment	False	FIJ0108_000000003845	0.96284975061773		0	0	False	False	0.9996337890625	0					non-mobilizable	no_good_hit	1438.0	79.694	26.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0097_000000005317	5361	0.7334262840544037	7	6	4	5	6	False	98388	fragment	False	FIJ0108_000000003845	0.9575163403382625		0	0	False	False	0.9996269345283508	0					non-mobilizable	no_good_hit	1448.0	79.627	27.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0085_000000003919	3563	0.7334142342172827	3	3	3	3	3	False	131788	maximal	True	SPA0085_000000003919	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1754.0	96.921	52.0	0.0005627991375335978	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MON0050_000000013083	2623	0.7334127024554522	3	3	3	3	3	False	11336	maximal	True	MON0050_000000013083	1.0		233	13	False	False	0.9996187686920166	0					non-mobilizable	no_good_hit	992.0	72.278	59.0	0.009286331801800926	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0847_000000007112	3541	0.7334123706737282	5	5	4	5	4	False	107998	fragment	False	ISR0847_000000007112	1.0		0	0	False	False	0.9997175931930542	0					non-mobilizable	chromosome	3541.0	99.40700000000001	100.0	0.0004995181252106614	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0375_000000000898	12572	0.7334092551043929	9	5	4	5	2	True	132066	fragment	False	ISR0375_000000000898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	79.44800000000001	3.0	0.0001407577280640368	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
USA0130_01_000000004729	8366	0.7334085700818818	6	3	2	3	2	False	125	fragment	False	USA0130_01_000000004729	1.0		0	0	False	False	0.9995218515396118	0					non-mobilizable	no_good_hit	894.0	91.611	11.0	0.0013453469396373595	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0012_000000008493	2827	0.7333947309605695	3	3	3	3	2	False	67081	maximal	True	ENG0012_000000008493	1.0		15	5	False	False	1.0	0					non-mobilizable	chromosome	1302.0	90.86	95.0	0.0003635233917515424	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0135_01_000000005703	2647	0.7333910026347309	6	4	2	4	2	False	94939	fragment	False	USA0135_01_000000005703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1629.0	93.06299999999999	86.0	0.0005061569466074419	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0042_000000010250	2778	0.7333904901904384	4	2	2	2	1	False	36369	maximal	True	ISR0042_000000010250	1.0		71	8	False	False	0.9935204982757568	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	3.0	0.0002247248397558671	NZ_SISK01000002.1	a-proteobacteria	Paracoccus subflavus strain GY0581 NODE_2_length_391590_cov_89.027923, whole genome shotgun sequence	True	False
FIJ0160_000000014370	1365	0.7333901613283297	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.2840989291550984		0	0	False	False	0.997802197933197	0					non-mobilizable	chromosome	1365.0	93.626	100.0	0.0006361376557114808	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0134_000000024723	1299	0.7333898165310547	2	2	2	2	1	True	31453	fragment	False	ISR0134_000000024723	1.0		0	0	False	False	0.9591993689537048	0					non-mobilizable	chromosome	1299.0	97.844	100.0	0.00041836917889085756	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
USA0057_01_000000004547	6440	0.7333784182869649	7	6	3	5	5	False	993	fragment	False	USA0057_01_000000004547	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6440.0	99.984	100.0	0.001456836111254404	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AST0012_000000018733	1283	0.7333650221864322	2	2	2	2	2	False	124686	maximal	True	AST0012_000000018733	1.0		132	9	False	False	0.9984411597251892	0					non-mobilizable	no_good_hit								True	False
MON0083_000000030802	1321	0.7333641958135391	2	2	1	2	2	False	9857	maximal	True	MON0083_000000030802	1.0		183	12	False	False	0.9984859824180603	0					non-mobilizable	no_good_hit	687.0	81.223	52.0	0.00024101172700252338	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0026_000000004218	2538	0.7333550721927674	4	3	2	2	1	False	66079	maximal	True	ENG0026_000000004218	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	89.23700000000001	31.0	0.00012161502908972924	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
DEN0001_000000002356	11753	0.7333469955444669	14	3	2	3	2	True	76994	maximal	True	DEN0001_000000002356	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.00047745578344266377	NZ_CCEZ01000016.1	firmicutes	Anaerosalibacter massiliensis, whole genome shotgun sequence	True	True
ISR0244_000000018014	1470	0.7333454546177619	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.08739110156947129		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	96.402	100.0	0.0004145976738532144	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0094_000000015857	2295	0.7333409272782412	4	2	2	1	2	False	68361	fragment	False	DEN0094_000000015857	0.9633127663039557		0	0	False	False	0.9834422469139099	0					non-mobilizable	other	2132.0	99.20299999999999	93.0	0.00573223209888504	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
SPA0093_000000012654	3132	0.7333334081377023	4	4	4	4	3	False	97365	fragment	False	CHI0162_000000008757	0.9367998895046441		0	0	False	False	1.0	0					non-mobilizable	chromosome	2570.0	98.32700000000001	100.0	0.0004775528770376627	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MON0069_000000008290	5068	0.7333298423069813	7	5	3	4	4	True	104909	fragment	False	ISR0856_000000000942	0.80671398620158		0	0	False	False	1.0	0					non-mobilizable	plasmid	4353.0	99.12700000000001	100.0	0.3509479628882614	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0044_000000005370	4727	0.7333271839964383	7	5	5	5	5	False	120083	maximal	True	SPA0044_000000005370	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	2761.0	96.704	72.0	0.000613034989638376	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0394_000000005424	3394	0.7333270563537284	5	3	3	3	3	False	121965	maximal	True	ISR0394_000000005424	1.0		26	6	False	False	0.9982321858406067	0					non-mobilizable	no_good_hit	1149.0	76.153	34.0	0.0003883069235501466	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0017_000000004235	6458	0.7333220003340939	8	7	5	5	6	True	50168	maximal	True	FIJ0017_000000004235	1.0		1	1	False	False	0.9975224733352661	0					non-mobilizable	no_good_hit	1220.0	90.656	28.0	0.016294532368326	NZ_CBYM010000016.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
CHI0188_000000007443	2036	0.7332982564283854	2	2	2	2	1	True	102364	fragment	False	CHI0188_000000007443	1.0		0	0	False	False	0.9896856546401978	0					non-mobilizable	other	2035.0	99.95100000000001	99.0	0.005835219595321496	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
ISR0109_000000017658	1833	0.7332982564283854	2	2	2	2	1	True	102363	fragment	False	ISR0109_000000017658	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1834.0	98.146	100.0	0.005241369813496742	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
USA0145_01_000000013088	1825	0.7332982564283854	2	2	2	2	1	True	102362	fragment	False	CHI0056_000000010992	0.9437336726215683		0	0	False	False	0.9857534170150757	0					non-mobilizable	other	1826.0	97.86399999999999	100.0	0.005215550257765231	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
MAD0070_000000015301	1390	0.733297126901139	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.05212744130929846		0	0	False	False	0.9971222877502441	0					non-mobilizable	other	1416.0	94.068	100.0	0.0029525109935032213	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0185_000000014355	1331	0.7332937999833302	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.19614523376627616	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1305.0	83.678	97.0	0.015336988373192173	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
DEN0064_000000027641	1538	0.733292898787518	3	2	2	2	1	True	71231	maximal	True	DEN0064_000000027641	1.0		2	2	False	False	0.9973992109298706	0					non-mobilizable	no_good_hit	229.0	78.60300000000001	15.0	7.662367603781006e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	True
CAN0007_000000011395	3710	0.7332829180982652	5	5	3	5	3	False	101877	fragment	False	ISR0776_000000006444	0.9265368474747816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	90.34100000000001	9.0	0.00016323180315177294	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CHI0187_000000002700	6727	0.7332818859422015	5	3	3	3	3	False	77110	maximal	True	CHI0187_000000002700	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1731.0	86.771	25.0	0.040627143093622156	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	False
ENG0154_000000011075	2746	0.7332801083567285	3	3	3	3	2	False	109669	fragment	False	ENG0154_000000011075	1.0		0	0	False	False	0.9996358156204224	0					non-mobilizable	chromosome	2658.0	99.887	97.0	0.0005161817239420508	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ENG0178_000000014590	1553	0.733272739483187	2	2	2	2	2	False	99104	fragment	False	ISR0226_000000005182	0.6450216450216449		0	0	False	False	0.9942047595977783	0					non-mobilizable	chromosome	1553.0	99.54899999999999	100.0	0.0004891866735715954	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0181_000000001159	15942	0.7332682491971109	17	15	9	11	12	True	90122	fragment	False	CHI0181_000000001159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	98.212	39.0	0.0005090869516415209	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0001_000000002461	3508	0.7332681457525658	4	4	3	3	2	True	122083	fragment	False	CHI0001_000000002461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	91.176	52.0	0.0006173136623226948	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0092_000000002057	10718	0.7332646486374607	7	6	6	6	6	False	48394	maximal	True	FIJ0092_000000002057	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	72.911	36.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
FIJ0015_000000007197	4008	0.7332572978046901	4	3	3	3	2	True	124792	fragment	False	FIJ0015_000000007197	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	85.294	2.0	0.00017664863268685208	NZ_ANHY01000004.1	a-proteobacteria	Caenispirillum salinarum AK4 contig4, whole genome shotgun sequence	True	True
ISR0103_000000022997	1320	0.7332481845127319	2	2	2	2	2	False	33023	fragment	False	ISR0103_000000022997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	731.0	97.67399999999999	55.0	0.0034071868305227933	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0112_000000012008	2317	0.7332464457593245	3	3	2	3	3	False	127981	fragment	False	AST0024_000000013247	0.8769449122816872		0	0	False	False	0.9995684027671814	0					non-mobilizable	chromosome	2317.0	99.95700000000001	100.0	0.0007299976391699839	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0087_000000011589	2323	0.7332393844453602	3	3	3	3	1	False	81202	fragment	False	ENG0087_000000011589	1.0		0	0	False	False	0.9978476166725159	0					non-mobilizable	no_good_hit	1147.0	74.10600000000001	48.0	0.0003415347412493158	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
DEN0089_000000003185	5758	0.7332345506711858	5	2	2	2	2	True	94225	fragment	False	DEN0089_000000003185	1.0		0	0	False	False	0.9993053078651428	0					non-mobilizable	no_good_hit	1020.0	90.49	18.0	0.024073592356989144	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
USA0048_01_000000002693	5344	0.7332319186130355	9	8	7	7	5	False	1132	maximal	True	USA0048_01_000000002693	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	97.93799999999999	2.0	3.4446307894017324e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
CHI0064_000000012976	1414	0.7332259773952015	2	2	2	1	1	False	101637	maximal	True	CHI0064_000000012976	1.0		1	1	False	False	0.9886845946311951	0					non-mobilizable	no_good_hit	206.0	100.0	15.0	8.692698684349454e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0023_000000023458	1392	0.7332259773952015	2	2	2	1	1	False	101634	fragment	False	ISR0023_000000023458	1.0		0	0	False	False	0.993534505367279	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	14.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0032_000000027034	1250	0.7332259773952015	2	2	2	1	1	False	101633	fragment	False	ISR0032_000000027034	0.9749967756770808		0	0	False	False	0.9976000189781189	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	15.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0195_000000016793	1138	0.7332259773952015	2	2	2	1	1	False	101633	fragment	False	ISR0032_000000027034	0.9432521908285212		0	0	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit	172.0	90.698	15.0	4.569520111161012e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0037_000000032030	1123	0.7332259773952015	2	2	2	1	1	False	101633	fragment	False	ISR0032_000000027034	0.7095301221177128		0	0	False	False	0.9955476522445679	0					non-mobilizable	no_good_hit	135.0	90.37	12.0	3.5690926312026845e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0040_01_000000006844	2313	0.7332143564992999	4	3	3	3	3	False	98916	fragment	False	ISR0025_000000016246	0.8821943116034161		0	0	False	False	1.0	0					non-mobilizable	chromosome	2314.0	99.352	100.0	0.00032671194303770916	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0090_000000020320	1775	0.7332055968142999	3	2	2	1	1	False	110221	fragment	False	ISR0375_000000009302	0.14735519068790384		0	0	False	False	0.987042248249054	0					non-mobilizable	other	1371.0	95.624	92.0	0.006560716802966081	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0319_000000001346	8458	0.7332037911994125	8	6	3	6	2	False	62734	maximal	True	ISR0319_000000001346	1.0		0	0	False	False	0.9988176822662354	0					non-mobilizable	no_good_hit	3188.0	97.773	73.0	0.01708688300358647	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0017_000000012248	1686	0.7332021320150709	3	2	2	1	1	False	66687	fragment	False	ENG0173_000000009976	0.9749154637519337		0	0	False	False	0.9733096361160278	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000002923	15665	0.7332015385352801	12	7	5	6	1	True	106020	maximal	True	ISR0126_000000002923	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	79.07300000000001	5.0	0.00017085599412322493	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MAD0046_000000002691	8080	0.7331989715264893	11	8	6	8	6	False	17778	maximal	True	MAD0046_000000002691	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	88.287	29.0	0.0002328489914277964	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
FIJ0155_000000015537	1404	0.7331980159019079	1	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.11010187444055514		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	95.522	92.0	0.018170130704949647	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0260_000000012070	1343	0.7331980159019079	1	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.19601258627428067		0	0	False	False	0.978406548500061	0					non-mobilizable	other	1087.0	95.21600000000001	100.0	0.015513177630169274	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0039_000000033282	1125	0.7331980159019079	1	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.06393174223307893		0	0	False	False	0.9946666955947876	0					non-mobilizable	other	1124.0	95.463	99.0	0.0159702878365831	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0166_000000015946	1362	0.7331949659515726	2	2	2	1	2	False	82263	fragment	False	ISR0792_000000009886	0.8367737351415409		0	0	False	False	1.0	0					non-mobilizable	chromosome	1362.0	99.046	100.0	0.0005383383738137627	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0093_000000041705	1136	0.7331939536952753	2	2	2	1	1	False	12850	fragment	False	MON0093_000000041705	0.9940312213039486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	1.5450871892700904e-05	NZ_CP039288.1	b-proteobacteria	Cupriavidus necator H16 chromosome 2, complete sequence	True	False
MON0003_000000006268	2308	0.7331814050424079	3	3	3	3	3	False	14285	fragment	False	MON0003_000000006268	1.0		0	0	False	False	0.9935008883476257	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000024578	1246	0.7331810702944909	3	3	3	2	0	False	31192	maximal	True	ISR0141_000000024578	1.0		30	6	False	False	1.0	0					non-mobilizable	other	1249.0	88.07	100.0	0.00033133811897353846	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
SPA0105_000000004307	6487	0.7331774870270489	6	5	5	4	4	False	95670	fragment	False	CAN0020_000000005181	0.9804780285035629		0	0	False	False	0.9995375275611877	0					non-mobilizable	chromosome	6488.0	99.568	100.0	0.0016274434233821918	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0179_000000001266	16301	0.7331686854917149	26	9	6	8	4	True	55425	maximal	True	ENG0179_000000001266	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	97.969	5.0	0.998805256869773	GQ875251.1		Uncultured organism clone VC1A081TR genomic sequence	True	True
ENG0075_000000016700	1472	0.7331680935017	2	2	2	1	1	False	68424	fragment	False	ENG0075_000000016700	0.9580868223231517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0010_000000015293	1419	0.7331680935017	2	2	2	1	1	False	68424	fragment	False	ENG0075_000000016700	0.6423179936693449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000023001	1369	0.7331680935017	2	2	2	1	1	False	68424	fragment	False	ENG0075_000000016700	0.932608121150841		0	0	False	False	0.989043116569519	0					non-mobilizable	no_good_hit								True	False
MON0031_000000014627	2250	0.7331632986799521	5	4	4	2	2	False	123556	backbone	False	ISR0826_000000002301	0.0343579280117264	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2250.0	100.0	100.0	0.022879174762713762	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0045_000000009722	2250	0.7331632986799521	5	4	4	2	2	False	123556	backbone	False	ISR0826_000000002301	0.0343579280117264	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2250.0	100.0	100.0	0.022879174762713762	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0058_01_000000008606	2230	0.7331632986799521	5	4	4	2	2	False	123556	backbone	False	ISR0826_000000002301	0.034302164511032365	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2230.0	99.955	100.0	0.022675713893325466	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0077_000000015182	2213	0.7331632986799521	5	4	4	2	2	False	123556	backbone	False	ISR0826_000000002301	0.031374523191318726	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2213.0	99.955	100.0	0.022502772154345416	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0010_01_000000012121	2210	0.7331632986799521	5	4	4	2	2	False	123556	backbone	False	ISR0826_000000002301	0.03135759074969806	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2210.0	99.955	100.0	0.022472253023937173	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0148_000000013179	2210	0.7331632986799521	5	4	4	2	2	False	123556	backbone	False	ISR0826_000000002301	0.0313559800742301	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2210.0	100.0	100.0	0.022472253023937173	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0122_000000006364	2210	0.7331632986799521	5	4	4	2	2	False	123556	backbone	False	ISR0826_000000002301	0.0313559800742301	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2210.0	100.0	100.0	0.022472253023937173	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AUS0014_000000007973	3940	0.7331624281479782	5	3	3	3	3	True	122207	fragment	False	ISR0062_000000008316	0.9863532979529948		0	0	False	False	0.9997462034225464	0					non-mobilizable	no_good_hit	63.0	100.0	2.0	0.00038467742936205594	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	True
SPA0113_000000008388	3969	0.7331526549603478	4	3	3	3	3	False	125278	maximal	True	SPA0113_000000008388	1.0	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1559.0	99.551	43.0	0.0004659331635784505	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
USA0035_01_000000002058	12544	0.7331515384656779	18	6	3	6	4	True	82075	fragment	False	USA0035_01_000000002058	1.0		0	0	False	False	0.999601423740387	0					non-mobilizable	no_good_hit	959.0	72.78399999999999	8.0	0.07077848815344115	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
USA0015_01_000000001639	13257	0.7331486388479754	8	4	3	4	3	False	1968	maximal	True	USA0015_01_000000001639	1.0		14	5	False	False	0.9986422061920166	0					non-mobilizable	no_good_hit	162.0	84.568	1.0	0.008303614201309416	NZ_CADAEU010000036.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	False
ISR0292_000000008238	2292	0.7331462083221251	4	3	2	2	2	False	59438	fragment	False	ISR0292_000000008238	1.0		0	0	False	False	0.970331609249115	0					non-mobilizable	chromosome	2292.0	96.204	100.0	0.0004243881737162258	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0106_000000002270	6436	0.7331461988811153	6	6	6	6	6	False	18129	fragment	False	MAD0106_000000002270	1.0		0	0	False	False	0.9995338916778564	0					non-mobilizable	chromosome	6423.0	99.969	99.0	0.0012169253817435422	CP031902.1	enterobacteria	Escherichia coli O104:H4 strain FWSEC0009 chromosome, complete genome	False	False
MAD0004_000000006826	1593	0.7331435665987674	3	1	1	1	1	True	105309	fragment	False	ISR0824_000000013360	0.9538863109048724		0	0	False	False	1.0	0					non-mobilizable	chromosome	1593.0	98.305	100.0	0.0007230421544476176	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
ENG0162_000000018306	1333	0.7331435665987674	2	1	1	1	1	True	105308	fragment	False	FIJ0079_000000020658	0.9664116887926824		0	0	False	False	1.0	0					non-mobilizable	chromosome	1334.0	99.85	100.0	0.0006080017222914504	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
MON0019_000000059074	1123	0.7331435665987674	2	1	1	1	1	True	105305	fragment	False	AST0140_000000025695	0.954720105187565		0	0	False	False	1.0	0					non-mobilizable	chromosome	1124.0	99.288	100.0	0.0005099369283734746	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
ISR0069_000000003515	6653	0.7331243042885308	8	6	5	6	4	False	44509	maximal	True	ISR0069_000000003515	1.0		1	1	False	False	0.9995490908622742	0					non-mobilizable	no_good_hit	1507.0	98.009	23.0	0.00954535947215303	NZ_CYZN01000008.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0038_000000009040	3139	0.7331173767381969	4	3	2	3	2	False	12011	fragment	False	MON0038_000000009040	1.0		0	0	False	False	0.990761399269104	0					non-mobilizable	no_good_hit	1348.0	76.187	42.0	0.0016080754625957992	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0346_000000012354	1896	0.7331157950469447	4	3	3	3	3	False	91837	fragment	False	ISR0346_000000012354	0.9797609846404502		0	0	False	False	0.9694092869758606	0					non-mobilizable	other	1751.0	95.374	98.0	0.04377862882030487	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0134_000000026468	1465	0.7331144591577063	2	2	2	2	2	False	58163	maximal	True	ENG0134_000000026468	1.0		28	8	False	False	0.9945392608642578	0					non-mobilizable	no_good_hit	101.0	79.208	7.0	3.222994023319349e-05	CP058259.1	high GC Gram+	Actinomyces sp. oral taxon 169 strain F0496 chromosome, complete genome	True	False
ISR0798_000000006408	1923	0.7331127905999728	3	3	2	1	2	True	58408	fragment	False	ISR0798_000000006408	0.9181913225300575		0	0	False	False	0.9854394197463989	0					non-mobilizable	other	1928.0	89.62700000000001	100.0	0.14892298155896483	NZ_JH376840.1	CFB group bacteria	Alloprevotella rava F0323 supercont1.14, whole genome shotgun sequence	False	True
ISR0174_000000012253	2006	0.7331123120853605	3	3	2	3	2	False	29896	maximal	True	ISR0174_000000012253	1.0		8	2	False	False	0.9835493564605713	0					non-mobilizable	chromosome	1792.0	99.554	99.0	0.0003795371215277439	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0113_000000015287	1107	0.7331075522187287	2	2	2	2	2	False	56716	fragment	False	ENG0155_000000016779	0.9506798941264422		0	0	False	False	0.9981933236122131	0					non-mobilizable	other	1107.0	99.639	100.0	0.04690216699885501	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
MON0058_000000004689	7426	0.7331008509309414	7	7	6	6	6	False	125493	fragment	False	MON0028_000000002219	0.7532395024579532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2898.0	83.64399999999999	85.0	0.0008700596483260462	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0847_000000011419	2396	0.7330943836418444	4	2	2	2	2	False	56362	maximal	True	ISR0847_000000011419	0.9882250327082425		199	14	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	71.419	59.0	0.00046988542671891055	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0010_000000022493	1233	0.7330914015921794	2	2	2	2	2	False	13720	fragment	False	MON0010_000000022493	1.0		0	0	False	False	0.9991889595985413	0					non-mobilizable	other	1242.0	82.931	100.0	0.0020371400346994514	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0113_000000011908	2693	0.7330880916411899	3	3	3	3	2	False	108250	fragment	False	ISR0161_000000009355	0.7180338082655783		0	0	False	False	1.0	0					non-mobilizable	chromosome	2104.0	76.426	99.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0182_000000010043	2707	0.7330875191968684	2	1	1	1	1	False	78088	fragment	False	CHI0182_000000010043	1.0		0	0	False	False	0.9844846725463867	0					non-mobilizable	no_good_hit	76.0	96.053	3.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0170_000000006482	1923	0.7330875191968684	2	1	1	1	1	False	108772	fragment	False	AST0099_000000010280	0.9524502668607473		0	0	False	False	0.9942797422409058	0					non-mobilizable	no_good_hit	100.0	90.0	8.0	0.00030903442836678526	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0025_000000027216	1455	0.7330875191968684	1	1	1	1	1	False	78077	fragment	False	ISR0025_000000027216	0.9937335345672238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	85.542	6.0	0.00016473459426479561	NZ_AUQY01000005.1	firmicutes	Peptoniphilus mikwangii strain ChDC B134 contig_4, whole genome shotgun sequence	True	False
SPA0031_000000023174	1437	0.7330875191968684	1	1	1	1	1	False	78077	fragment	False	ISR0025_000000027216	0.9876460506902964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	94.595	5.0	3.0181149776051677e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0168_000000013196	1177	0.7330875191968684	2	1	1	1	1	False	78065	fragment	False	CHI0168_000000013196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0044_000000011962	1357	0.7330856382817188	3	3	3	2	3	False	102016	fragment	False	AUS0006_000000017390	0.934119874094781		0	0	False	False	0.9955784678459167	0					non-mobilizable	no_good_hit	566.0	71.73100000000001	41.0	0.000595069638212725	NZ_RRCO01000001.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_1, whole genome shotgun sequence	True	False
CAN0015_000000018317	2018	0.7330815286604249	4	2	2	2	2	True	107683	fragment	False	CAN0015_000000018317	0.9680419481131161		0	0	False	False	0.9826561212539673	0					non-mobilizable	no_good_hit	137.0	86.861	7.0	0.0002662705308593531	NZ_CABJAT010000004.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	True
DEN0041_000000018813	1817	0.7330815286604249	2	2	2	2	2	True	107683	fragment	False	CAN0015_000000018317	0.9444041773340427		0	0	False	False	0.9994496703147888	0					non-mobilizable	no_good_hit								True	True
MON0068_000000010040	4065	0.7330790385987013	5	5	5	4	4	False	59143	maximal	True	MON0068_000000010040	1.0		545	13	False	False	0.9975399971008301	0					non-mobilizable	other	4065.0	99.53299999999999	100.0	0.0007845620429501386	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0258_000000024253	1224	0.7330772891270272	2	2	2	2	0	True	26766	maximal	True	ISR0258_000000024253	1.0		0	0	False	False	0.9893791079521179	0					non-mobilizable	no_good_hit	146.0	95.89	12.0	0.0020570877312450346	NZ_VULP01000016.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq16, whole genome shotgun sequence	True	True
MON0037_000000035656	2018	0.7330725861794412	2	2	2	2	2	False	13887	fragment	False	MON0037_000000035656	1.0		0	0	False	False	0.9940535426139832	0					non-mobilizable	no_good_hit	94.0	85.10600000000001	5.0	0.00015455745050006815	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	True	False
DEN0003_000000016750	1491	0.7330718350554845	2	2	2	1	1	False	76643	maximal	True	DEN0003_000000016750	1.0		0	0	False	False	0.9993293285369873	0					non-mobilizable	no_good_hit	1311.0	76.354	87.0	0.0003694886038792037	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0141_000000014885	1806	0.7330565633652072	3	3	2	3	3	False	112929	fragment	False	CHI0049_000000007875	0.4637833217275219		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	94.583	100.0	0.7387387387387387	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
AST0118_000000022466	1387	0.7330559815451306	2	2	2	2	1	False	105755	fragment	False	AST0118_000000022466	1.0		0	0	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit	77.0	81.818	6.0	0.00015238400769940249	NZ_QICS01000003.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_103, whole genome shotgun sequence	True	False
ISR0305_000000014611	1297	0.7330559623461143	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8200713994027616		0	0	False	False	0.9976869821548462	0					non-mobilizable	chromosome	1209.0	95.20299999999999	100.0	0.0003436044907514073	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0090_000000004171	10958	0.7330482061891188	10	6	6	5	3	False	116216	maximal	True	MON0090_000000004171	1.0		3	1	False	False	0.9995437264442444	0					non-mobilizable	no_good_hit	1585.0	95.647	14.0	0.00035838304088010186	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0182_000000018776	1515	0.733045551167496	3	3	3	2	3	False	82693	fragment	False	MAD0061_000000010381	0.8604390725053246		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	99.802	100.0	0.03789642311831994	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0344_000000000969	19574	0.7330385279913368	19	16	6	8	12	True	105603	fragment	False	ISR0344_000000000969	0.9982453932611325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11335.0	95.906	82.0	0.0021905066810453773	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0137_000000001438	19572	0.7330385279913368	19	16	6	8	12	True	105603	fragment	False	ISR0344_000000000969	0.9977540134021654		0	0	False	False	0.9998466968536377	0					non-mobilizable	no_good_hit	11328.0	96.098	82.0	0.002189344608535539	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MAD0088_000000012065	2055	0.7330221078372312	2	1	0	1	0	True	101927	fragment	False	MAD0088_000000012065	1.0		0	0	False	False	0.9990267753601074	0					non-mobilizable	no_good_hit								True	True
AST0084_000000017659	1984	0.7330221078372312	1	1	0	1	0	True	111377	fragment	False	ISR0093_000000009557	0.5719021998795156		0	0	False	False	0.9889112710952759	0					non-mobilizable	no_good_hit								True	True
ISR0791_000000010768	1707	0.7330221078372312	3	1	0	1	0	True	80845	fragment	False	ISR0791_000000010768	1.0		0	0	False	False	0.9929701089859009	0					non-mobilizable	no_good_hit								True	True
CHI0032_000000005034	1471	0.7330221078372312	2	1	0	1	0	True	88440	fragment	False	CHI0032_000000005034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0103_000000016824	1450	0.7330221078372312	2	1	0	1	0	True	80843	fragment	False	MAD0103_000000016824	0.9897058823529412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0018_000000020382	1108	0.7330177473280141	2	2	2	1	1	False	66574	maximal	True	ENG0018_000000020382	1.0		20	9	False	False	0.9882671236991882	0					non-mobilizable	other	1125.0	81.956	99.0	0.00025014264378683387	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	False
MAD0022_000000002054	4455	0.7330060324890447	5	5	2	5	5	True	82450	fragment	False	MAD0022_000000002054	0.958109263975493		0	0	False	False	0.9995510578155518	0					non-mobilizable	plasmid	4455.0	99.978	100.0	0.03382956099042989	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
SPA0005_000000006856	4337	0.7330060324890447	5	5	2	5	5	True	82450	fragment	False	MAD0022_000000002054	0.9514874906870531		0	0	False	False	0.9995388388633728	0					non-mobilizable	plasmid	4337.0	100.0	100.0	0.032933313079143246	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
FIJ0060_000000003291	3975	0.7329978968514415	6	5	1	2	5	False	45882	fragment	False	FIJ0060_000000003291	1.0		0	0	False	False	0.9904402494430542	0					non-mobilizable	chromosome	3967.0	97.883	99.0	0.0013349323799191973	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0074_000000025110	1212	0.7329965760163507	2	2	2	2	2	False	34664	maximal	True	ISR0074_000000025110	1.0		13	5	False	False	1.0	0					non-mobilizable	chromosome	1212.0	99.34	100.0	0.0004425000264915375	NZ_CP039729.1	firmicutes	Enterococcus faecium strain ZY2 chromosome, complete genome	False	False
ENG0154_000000004843	5512	0.7329900172549305	10	8	7	6	6	False	123584	fragment	False	ENG0154_000000004843	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	5513.0	99.87299999999999	100.0	0.056073815603414075	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0145_01_000000003790	6416	0.7329879573847581	8	3	1	2	1	False	113962	maximal	False	ISR0279_000000002371	0.952946522978839		0	0	False	True	0.9973503947257996	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	1.0	0.01094704684317719	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
MON0098_000000029925	1206	0.7329780958552166	2	2	2	2	2	False	9179	fragment	False	MON0098_000000029925	1.0		0	0	False	False	0.9311774373054504	0					non-mobilizable	other	1135.0	93.39200000000001	94.0	0.04432111310873134	NZ_WEHX01000028.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_28_length_25586_cov_391.010554, whole genome shotgun sequence	False	False
FIJ0075_000000007718	2491	0.7329727460314821	3	3	3	3	3	False	89336	fragment	False	SPA0019_000000011349	0.9643405836269885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	973.0	74.923	39.0	0.00026742422980155625	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0394_000000002176	7402	0.7329712648502866	10	6	5	4	5	False	59764	fragment	False	ISR0394_000000002176	1.0		0	0	False	False	0.9956768155097961	0					non-mobilizable	no_good_hit	1619.0	83.941	22.0	0.0004361323041007522	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0812_000000016097	2470	0.7329712311435529	5	3	3	1	2	False	21655	maximal	True	ISR0812_000000016097	1.0		0	0	False	False	0.9384615421295166	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.601135738950829e-05	NZ_SRLC01000002.1	CFB group bacteria	Hymenobacter aquaticus strain JCM 31653 contig2, whole genome shotgun sequence	True	False
MON0043_000000021924	1337	0.7329673854955967	2	2	2	2	1	False	11670	maximal	True	MON0043_000000021924	1.0		17	3	False	False	0.9887808561325073	0					non-mobilizable	no_good_hit	362.0	72.928	27.0	0.00029970598675266053	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0065_000000013990	1396	0.7329652329595273	4	3	2	2	2	False	97638	fragment	False	FIJ0014_000000014242	0.20418040749392538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	95.71700000000001	49.0	0.010651428571428572	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
USA0037_01_000000015828	2159	0.7329620466023198	3	3	3	2	2	True	21441	maximal	True	USA0037_01_000000015828	1.0		183	11	False	False	1.0	0					non-mobilizable	chromosome	1171.0	98.975	100.0	0.0004128604986719654	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0131_000000012881	2052	0.7329523066202223	4	3	3	2	2	False	108465	fragment	False	ENG0131_000000012881	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	98.234	100.0	0.00043959911194395876	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0005_000000020551	1722	0.7329492989413259	2	2	2	2	2	False	51891	maximal	True	FIJ0005_000000020551	1.0		10	5	False	False	0.9970964193344116	0					non-mobilizable	no_good_hit	1128.0	99.20200000000001	66.0	0.0072738303461362215	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ENG0036_000000008533	2759	0.7329491623797513	4	4	4	4	3	False	105082	fragment	False	SPA0130_000000012000	0.4602261791369557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1655.0	82.236	59.0	0.0003658741766718269	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0089_000000021597	1441	0.7329465163801779	3	3	3	3	2	False	87623	fragment	False	ISR0089_000000021597	1.0		0	0	False	False	0.9993060231208801	0					non-mobilizable	no_good_hit	1177.0	77.23	81.0	0.000182197895256143	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ISR0025_000000006148	5939	0.7329452340704835	5	4	4	2	2	False	99663	fragment	False	ISR0025_000000006148	1.0		0	0	False	False	0.999663233757019	0					non-mobilizable	no_good_hit	2016.0	85.665	43.0	0.0008438146458221114	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0137_000000007151	1582	0.7329435659988427	2	2	2	2	1	True	50085	fragment	False	FIJ0165_000000009927	0.9713038053649408		0	0	False	False	0.999367892742157	0					non-mobilizable	other	1582.0	96.081	100.0	0.055320340109870886	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0149_000000007750	3540	0.7329404996579645	3	2	2	2	2	False	130682	fragment	False	ISR0168_000000004408	0.09343483274253644		0	0	False	False	0.994350254535675	0					non-mobilizable	chromosome	3540.0	97.93799999999999	100.0	0.0015616900692053438	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0084_000000004853	4531	0.7329389883948662	8	6	4	4	3	False	66223	fragment	False	ISR0084_000000004853	1.0		0	0	False	False	0.9997792840003967	0					non-mobilizable	no_good_hit	1358.0	77.835	30.0	0.0006065716130794145	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
ISR0255_000000012415	2488	0.7329304793015077	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8835060612544106	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2322.0	92.506	93.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MON0007_000000029000	2142	0.7329272576318195	3	2	2	2	1	False	13965	maximal	True	MON0007_000000029000	1.0		1	1	False	False	0.9822595715522766	0					non-mobilizable	no_good_hit	706.0	80.17	33.0	0.0002168355204581358	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0024_000000009882	4321	0.7329238588477863	5	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.07108050863752144		0	0	False	False	1.0	0					non-mobilizable	chromosome	4340.0	89.055	100.0	0.0017823770353403196	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0088_000000005539	2132	0.7329207715388493	3	3	3	3	3	False	110436	fragment	False	DEN0045_000000018158	0.9844748858447488		0	0	False	False	1.0	0					non-mobilizable	other	2132.0	99.67200000000001	100.0	0.01753505365018761	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0105_000000003727	4182	0.7329154240514303	4	4	4	4	2	False	120905	maximal	True	ISR0105_000000003727	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2384.0	99.706	82.0	0.0007504854831017839	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0195_000000004811	4602	0.7329099301026415	4	4	4	3	2	False	67835	maximal	True	ENG0195_000000004811	1.0		4	2	False	False	0.9991307854652405	0					non-mobilizable	no_good_hit	304.0	96.711	7.0	0.07432098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
DEN0029_000000003261	3802	0.7329096751333145	2	2	2	2	2	False	130349	backbone	False	ISR0335_000000002496	0.15866318471784602	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3802.0	99.947	100.0	0.0006980829074923525	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ISR0784_000000007479	1613	0.7329092866056263	2	2	2	2	2	False	93447	fragment	False	ISR0784_000000007479	0.9691241335853812		0	0	False	False	0.996900200843811	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000004241	9764	0.7329067775479848	10	7	4	6	6	True	96294	fragment	False	SPA0124_000000002503	0.4891465585443038		0	0	False	False	1.0	0					non-mobilizable	plasmid	9771.0	99.887	100.0	0.07867421466706392	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0851_000000009770	1406	0.7329043480768459	2	2	2	2	2	False	20552	maximal	True	ISR0851_000000009770	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	77.322	52.0	0.00020290508369975218	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0103_000000022126	1367	0.7329040036555067	2	1	1	1	1	False	33024	maximal	True	ISR0103_000000022126	1.0		2	1	False	False	0.9992684721946716	0					non-mobilizable	no_good_hit								True	False
AST0050_000000004543	2917	0.7329032632414517	3	2	2	2	2	False	114757	fragment	False	AST0050_000000004543	1.0		0	0	False	False	0.9883441925048828	0					non-mobilizable	other	2881.0	96.598	99.0	0.017741378885355815	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
ENG0015_000000011080	1576	0.7328992440684854	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.8812952593366676		0	0	False	False	0.9904822111129761	0					non-mobilizable	other	1576.0	94.92399999999999	100.0	0.010512255393040806	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MON0101_000000046330	1427	0.7328992440684854	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.47871964836349623		0	0	False	False	0.9880868792533875	0					non-mobilizable	other	1427.0	94.53399999999999	100.0	0.009523809523809525	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0062_000000024600	1566	0.7328975064103983	3	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.3225050037330458		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	80.881	94.0	0.0004232270482667258	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0084_000000003600	1949	0.7328900946497439	2	2	2	1	2	False	88059	fragment	False	SPA0126_000000021053	0.9293676003791911		0	0	False	False	0.9989738464355469	0					non-mobilizable	other	1886.0	94.539	100.0	0.0005635359082988062	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0060_000000006582	2078	0.7328854902821302	2	2	2	2	1	True	103584	fragment	False	ISR0086_000000012196	0.9566948065410097		0	0	False	False	0.9908565878868103	0					non-mobilizable	no_good_hit	46.0	95.652	2.0	9.076667724235983e-06	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	True
ISR0148_000000016867	1720	0.7328853240228429	2	2	2	2	1	True	30914	maximal	True	ISR0148_000000016867	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	75.858	44.0	0.00018363824883154342	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0075_000000010512	2348	0.7328840608710854	3	1	1	1	1	False	62105	maximal	True	ENG0075_000000010512	1.0		6	3	False	False	0.9974446296691895	0					non-mobilizable	no_good_hit	663.0	82.805	28.0	0.9718100890207715	NZ_BBAB01000064.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MON0024_000000021200	2334	0.7328814706731882	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.29986283915436795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	84.801	80.0	0.00035793072418613403	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0361_000000005432	2368	0.7328803110561011	3	1	1	1	1	False	62348	fragment	False	ISR0361_000000005432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
ENG0167_000000013422	1861	0.7328803110561011	3	1	1	1	1	False	62345	fragment	False	ENG0167_000000013422	0.999126383226558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
ISR0392_000000020009	1717	0.7328803110561011	3	1	1	1	1	False	62345	fragment	False	ENG0167_000000013422	0.960505104782375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
FIJ0021_000000038755	1229	0.7328803110561011	1	1	1	1	1	False	49524	fragment	False	FIJ0021_000000038755	1.0		0	0	False	False	0.9764035940170288	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
ISR0838_000000007598	2964	0.7328762833091917	5	3	1	3	1	False	20886	maximal	True	ISR0838_000000007598	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	84.211	6.0	0.019883319442790807	NZ_JGZR01000013.1	high GC Gram+	Bifidobacterium subtile strain LMG 11597 Contig13, whole genome shotgun sequence	True	False
MAD0049_000000011681	1594	0.7328759732063505	1	1	1	1	1	False	64834	maximal	True	MAD0049_000000011681	0.9331752386975001		23	5	False	False	0.9930990934371948	0					non-mobilizable	other	1453.0	77.288	90.0	0.0002309997107677716	CP016087.1	firmicutes	Clostridium saccharoperbutylacetonicum strain N1-504, complete genome	False	False
CAN0006_000000019521	2326	0.7328708348733599	2	2	2	2	1	False	95654	maximal	True	CAN0006_000000019521	1.0		7	4	False	False	0.9995700716972351	0					non-mobilizable	no_good_hit								True	False
ENG0080_000000006509	3762	0.7328707457993856	4	4	1	3	4	False	98334	maximal	True	ENG0080_000000006509	1.0		1	1	False	False	0.9914938807487488	0	IncFIA,IncFIC				non-mobilizable	plasmid	2578.0	98.48700000000001	99.0	0.027687646388894857	CP012632.1	enterobacteria	Escherichia coli strain SF-173 plasmid pSF-173-1, complete sequence	False	True
AST0040_000000004288	4426	0.7328539783371036	10	10	1	3	9	True	116362	maximal	True	AST0040_000000004288	1.0		1	1	False	False	0.9993221759796143	0					non-mobilizable	plasmid	4426.0	99.955	100.0	0.06157721156120845	MN542378.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain 607 plasmid pKPC2_sg2, complete sequence	False	True
FIJ0061_000000000476	30593	0.7328507159469855	37	13	6	11	8	True	122321	fragment	False	FIJ0061_000000000476	0.9613037435859848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	89.552	0.0	2.1539744302390217e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0037_000000055365	1373	0.7328399761310344	2	2	2	2	2	False	12062	maximal	True	MON0037_000000055365	1.0		7	4	False	False	0.9927166700363159	0					non-mobilizable	other	1373.0	99.927	100.0	0.0007369394667609147	CP016393.1	firmicutes	Lactobacillus delbrueckii subsp. bulgaricus strain ND04, complete genome	False	False
USA0086_01_000000011313	1500	0.7328327259464351	1	1	1	1	1	False	4013	maximal	True	USA0086_01_000000011313	0.9747474747474747		18	8	False	False	0.9860000014305115	0					non-mobilizable	no_good_hit	1337.0	82.124	89.0	0.0047843787152790284	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	True	False
FIJ0062_000000015515	1879	0.7328319104077521	4	2	2	1	1	False	45714	maximal	True	FIJ0062_000000015515	1.0		3	3	False	False	0.993613600730896	0					non-mobilizable	no_good_hit	454.0	95.595	54.0	0.00014092753338240392	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0009_000000005083	5743	0.7328274271061358	9	8	4	5	6	True	116364	fragment	False	ISR0375_000000002499	0.9488574045785257		0	0	False	False	1.0	0					non-mobilizable	plasmid	5743.0	99.948	100.0	0.17381038866690882	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0012_000000005452	4415	0.7328253682735301	5	4	3	3	4	False	67095	maximal	True	ENG0012_000000005452	1.0		1	1	False	False	0.9997735023498535	0					non-mobilizable	no_good_hit	140.0	85.714	3.0	0.00750841936730525	NZ_CABKPS010000045.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0079_000000017134	1650	0.7328219447133615	3	2	2	2	1	True	121144	fragment	False	ISR0211_000000012313	0.7250680864494283		0	0	False	False	0.9933333396911621	0					non-mobilizable	no_good_hit	1335.0	99.101	87.0	0.042291475129188724	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0830_000000011545	2404	0.7328160434797558	2	2	2	2	2	False	26116	backbone	False	MON0037_000000028446	0.9840051010609506	PS71	0	0	True	True	0.9995840191841125	12					non-mobilizable	no_good_hit	1103.0	83.228	46.0	0.005488187592578644	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	True
SPA0158_000000003819	4026	0.7328134291650684	5	3	3	3	2	False	111981	fragment	False	SPA0158_000000003819	0.9777227722772277		0	0	False	False	0.9952806830406189	0					non-mobilizable	no_good_hit	1477.0	77.861	36.0	0.007307128687209036	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
FIJ0061_000000002511	8819	0.7328074400606428	14	3	1	3	3	True	52713	maximal	True	FIJ0061_000000002511	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	97.859	4.0	0.0008158505241714488	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	True
AUS0018_000000018278	1548	0.7328042748011502	2	1	1	1	1	False	105786	fragment	False	CHI0129_000000016355	0.966188664738322		0	0	False	False	0.9987080097198486	0					non-mobilizable	chromosome	1548.0	98.96600000000001	100.0	0.0005256689196467315	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0118_000000020640	1507	0.7328042748011502	2	1	1	1	1	False	105786	fragment	False	CHI0129_000000016355	0.771723623118948		0	0	False	False	0.9993364214897156	0					non-mobilizable	chromosome	1503.0	99.26799999999999	99.0	0.0005103779685257858	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0047_01_000000024389	1490	0.7328042748011502	2	1	1	1	1	False	96306	fragment	False	USA0047_01_000000024389	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1490.0	98.792	100.0	0.0005059605826464015	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0163_000000007095	1444	0.7328042748011502	2	1	1	1	1	False	96314	fragment	False	CHI0163_000000007095	1.0		0	0	False	False	0.9944598078727722	0					non-mobilizable	chromosome	1368.0	99.34200000000001	95.0	0.0004645051151629489	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0274_000000007081	1219	0.7328042748011502	1	1	1	1	1	False	96305	fragment	False	ISR0792_000000013123	0.9873773748957821		0	0	False	False	0.995077908039093	0					non-mobilizable	chromosome	1219.0	99.344	100.0	0.00041387507700692885	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0792_000000013123	1205	0.7328042748011502	1	1	1	1	1	False	96305	fragment	False	ISR0792_000000013123	0.9876551540575181		0	0	False	False	0.9941908717155457	0					non-mobilizable	chromosome	1205.0	99.50200000000001	100.0	0.0004091178922137458	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0378_000000028737	1170	0.7328042748011502	1	1	1	1	1	False	96305	fragment	False	ISR0792_000000013123	0.9769326318547957		0	0	False	False	0.9905982613563538	0					non-mobilizable	chromosome	1170.0	99.65799999999999	100.0	0.000397224930230788	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0024_000000018390	1169	0.7328042748011502	1	1	1	1	1	False	96305	fragment	False	ISR0792_000000013123	0.9763334321547349		0	0	False	False	0.9794696569442749	0					non-mobilizable	chromosome	1165.0	99.485	99.0	0.00039552593566179406	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0090_000000027876	1639	0.7328019118703066	2	1	1	1	1	False	108780	maximal	True	FIJ0090_000000027876	1.0		113	10	False	False	0.9981696009635925	0					non-mobilizable	no_good_hit	1260.0	97.46	77.0	0.007685822163027408	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
MAD0046_000000021146	1276	0.7328019118703066	1	1	1	1	1	False	108777	fragment	False	FIJ0121_000000012940	0.20264962859054217		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	97.492	100.0	0.007783575068121555	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
USA0034_01_000000016801	3295	0.7327943171824216	6	3	3	3	3	False	98785	maximal	False	USA0010_01_000000008226	0.9602157234584262		0	0	False	False	0.9972686171531677	0					non-mobilizable	other	2710.0	97.085	100.0	0.11367643354882041	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
ENG0166_000000018326	1609	0.7327893882580999	3	3	3	3	2	False	56135	fragment	False	FIJ0058_000000025684	0.9729981378026071		0	0	False	False	0.9950279593467712	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	6.0	0.004493351673544246	NZ_JNVB01000072.1	enterobacteria	Erwinia oleae strain DAPP-PG531 contig72, whole genome shotgun sequence	True	False
ISR0777_000000001123	13382	0.7327837227738442	16	10	6	6	9	False	125581	fragment	False	ISR0004_000000001014	0.5174257890263546		0	0	False	False	0.9999252557754517	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
CHI0135_000000005168	3945	0.7327729230945491	4	3	3	3	3	False	80695	maximal	True	CHI0135_000000005168	1.0		6	5	False	False	0.9972116351127625	0					non-mobilizable	no_good_hit	51.0	88.235	1.0	1.719155935695316e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
MAD0101_000000004536	5541	0.732772479458946	6	6	6	6	4	False	19612	maximal	True	MAD0101_000000004536	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	1.0	0.001857943469785575	NZ_FOQE01000025.1	firmicutes	Pisciglobus halotolerans strain DSM 27630, whole genome shotgun sequence	True	False
ENG0128_000000005030	4846	0.7327702441639845	6	5	5	5	5	False	106102	maximal	True	ENG0128_000000005030	1.0		22	4	False	False	1.0	0					non-mobilizable	other	4847.0	98.164	100.0	0.0017595244018252568	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0082_000000016668	2042	0.7327688719811936	2	2	2	2	1	False	12588	maximal	True	MON0082_000000016668	1.0		2	1	False	False	0.9926542639732361	0					non-mobilizable	no_good_hit	465.0	74.40899999999999	23.0	0.00013161972086890762	CP053448.1	proteobacteria	Proteobacteria bacterium isolate PRO19 chromosome	True	False
ENG0182_000000014149	2024	0.732768124150255	2	2	2	2	2	False	78367	fragment	False	ENG0013_000000012163	0.9558870588475852		0	0	False	False	0.9614624381065369	0					non-mobilizable	other	2009.0	98.60600000000001	99.0	0.020712347983949993	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0113_000000017745	1573	0.7327666603550838	2	2	2	1	1	False	59605	fragment	False	ENG0113_000000017745	0.9717566728739913		0	0	False	False	0.9974570870399475	0					non-mobilizable	other	1573.0	99.36399999999999	100.0	0.006030197017123918	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0024_000000009845	2103	0.7327644554472378	3	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.14067100146634615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	87.333	43.0	0.00027322779299945263	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0031_000000004938	5217	0.732744492801001	6	4	3	4	2	True	7294	maximal	True	SPA0031_000000004938	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	7.4760553547762065e-06	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
FIJ0034_000000004043	7167	0.7327368208358845	11	3	2	2	3	False	119582	maximal	False	AST0026_000000004100	0.9720314144132218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.0193967413963764e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0075_000000010052	2365	0.7327309028975556	2	1	1	1	1	False	109804	fragment	False	MON0075_000000010052	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1381.0	88.26899999999999	71.0	0.0004148894114983379	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0072_000000019144	1538	0.7327278740362134	2	1	1	1	1	False	34835	fragment	False	MON0099_000000022307	0.94745122718691		0	0	False	False	0.9986996054649353	0					non-mobilizable	no_good_hit	102.0	84.314	7.0	6.002994220753746e-05	NZ_SOAM01000001.1	high GC Gram+	Amnibacterium kyonggiense strain DSM 24782 Ga0181010_11, whole genome shotgun sequence	True	False
DEN0081_000000002901	2670	0.7327273670918871	4	4	4	4	3	False	99891	fragment	False	SPA0150_000000006091	0.6443068846039318		0	0	False	False	0.9970037341117859	0					non-mobilizable	other	2663.0	99.47399999999999	99.0	0.008435796678920015	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0008_000000002723	2776	0.7327048400956429	3	3	3	3	3	False	76154	maximal	True	DEN0008_000000002723	0.9872398900667452		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	76.096	9.0	4.659855195946911e-05	NC_011830.1	firmicutes	Desulfitobacterium hafniense DCB-2, complete sequence	True	False
USA0065_01_000000001685	6854	0.7327007768473488	9	2	2	2	2	False	848	maximal	True	USA0065_01_000000001685	1.0		2	1	False	False	0.9994164109230042	0					non-mobilizable	no_good_hit	4717.0	94.191	82.0	0.22649963864129125	NZ_CBVI010000123.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
CAN0010_000000001411	10462	0.7326940708692523	15	11	4	6	10	False	104046	maximal	True	CAN0010_000000001411	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	8264.0	99.334	81.0	0.0018348848005081972	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0116_000000018134	2228	0.7326935432687937	2	2	2	2	2	False	92616	fragment	False	USA0054_01_000000003567	0.5792502164915051		0	0	False	False	1.0	0					non-mobilizable	chromosome	1701.0	97.47200000000001	100.0	0.00031601397079175815	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0032_01_000000010792	2130	0.7326935432687937	2	2	2	2	2	False	92616	fragment	False	USA0054_01_000000003567	0.5722227609294852		0	0	False	False	1.0	0					non-mobilizable	chromosome	1605.0	97.321	100.0	0.0002981684759705765	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0798_000000005880	2117	0.7326935432687937	2	2	2	2	2	False	92616	fragment	False	USA0054_01_000000003567	0.5713819935036183		0	0	False	False	1.0	0					non-mobilizable	chromosome	1605.0	97.134	100.0	0.0002981684759705765	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0058_000000014509	2146	0.7326921807744681	3	3	3	3	2	False	129913	fragment	False	SPA0058_000000014509	1.0		0	0	False	False	0.999534010887146	0					non-mobilizable	no_good_hit	1418.0	99.506	68.0	0.01975959393128068	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0101_000000002630	8439	0.7326725621221872	14	4	4	3	3	False	100937	fragment	False	ISR0101_000000002630	1.0		0	0	False	False	0.9978670477867126	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	1.0	0.0004470026751390866	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0073_000000003324	2678	0.7326685266152222	5	3	3	3	2	False	84804	maximal	True	CHI0073_000000003324	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1721.0	94.306	64.0	0.01357512543953222	CP015284.1	firmicutes	Streptococcus salivarius strain ATCC 25975 plasmid, complete sequence	True	False
ISR0182_000000005258	5715	0.7326661730530744	7	5	3	2	5	False	29571	maximal	True	ISR0182_000000005258	1.0		3	1	False	False	0.9991251230239868	0					non-mobilizable	no_good_hit	4138.0	99.251	72.0	0.10736530675801931	NZ_JAAIPV010000041.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_41_length_38532_cov_74.6779, whole genome shotgun sequence	True	False
FIJ0045_000000014079	1665	0.7326582655257854	4	4	4	1	2	True	47048	fragment	False	FIJ0045_000000014079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	78.947	10.0	0.001155964708258184	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
SPA0042_000000025178	1354	0.7326582655257854	4	4	4	1	2	True	6836	fragment	False	SPA0042_000000025178	1.0		0	0	False	False	0.9977843165397644	0					non-mobilizable	no_good_hit	173.0	76.301	13.0	5.2006168173434525e-05	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
AST0084_000000023283	1523	0.7326562304601757	2	2	2	2	2	True	111274	maximal	True	AST0084_000000023283	0.9917184265010351		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	72.471	27.0	0.0003572649175320656	NZ_RJVI01000001.1	g-proteobacteria	Inmirania thermothiophila strain DSM 100275 Ga0244718_11, whole genome shotgun sequence	True	True
CHI0045_000000016555	1274	0.7326553459299984	2	2	2	1	1	False	87103	fragment	False	CHI0045_000000016555	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	99.686	100.0	0.00026808951367761954	NZ_CP017184.1	enterobacteria	Enterobacter roggenkampii strain DSM 16690 chromosome, complete genome	False	False
USA0010_01_000000013327	2006	0.7326425006788314	2	2	2	1	1	True	97327	fragment	False	MON0012_000000024851	0.31078712555768		0	0	False	False	1.0	0					non-mobilizable	other	2008.0	89.99	100.0	0.00443233014559265	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0359_000000018437	1504	0.7326393739482066	2	2	2	2	1	False	117885	fragment	False	ISR0122_000000008533	0.3200004181409855		0	0	False	False	1.0	0					non-mobilizable	other	1505.0	95.21600000000001	100.0	0.09281788427098128	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	False	False
SPA0139_000000021386	1325	0.7326335137486379	3	3	3	2	2	False	64733	fragment	False	ISR0238_000000011089	0.9723551658059765		0	0	False	False	0.998490571975708	0					non-mobilizable	chromosome	1325.0	99.925	100.0	0.000583745938248145	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	False
ISR0039_000000028717	1304	0.7326335137486379	3	3	3	2	2	False	64733	fragment	False	ISR0238_000000011089	0.96482531205915		0	0	False	False	0.97929447889328	0					non-mobilizable	chromosome	1304.0	100.0	100.0	0.0005360635410144148	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
ENG0011_000000005571	4502	0.7326332291637251	6	4	2	3	2	False	116328	fragment	False	ENG0011_000000005571	1.0		0	0	False	False	0.9997778534889221	0					non-mobilizable	no_good_hit	295.0	98.98299999999999	33.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0356_000000001608	8429	0.7326325492774586	7	4	2	4	2	False	66634	fragment	False	ISR0356_000000001608	1.0		0	0	False	False	0.998339056968689	0					non-mobilizable	no_good_hit	738.0	84.553	9.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0169_000000004395	3237	0.7326297544486313	4	4	3	4	3	False	128517	fragment	False	USA0024_01_000000005864	0.5657462471060823		0	0	False	False	1.0	0					non-mobilizable	other	3238.0	95.92299999999999	100.0	0.0010064030253688226	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0169_000000020938	1538	0.7326289653438632	2	2	2	2	2	False	81065	fragment	False	ISR0785_000000023679	0.9725343320848939		0	0	False	False	0.9986996054649353	0					non-mobilizable	other	1538.0	98.309	100.0	0.024510820163618097	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0256_000000002104	7995	0.7326240958618996	9	6	5	6	4	False	26854	maximal	True	ISR0256_000000002104	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	90.27600000000001	9.0	0.704312114989733	GQ881431.1		Uncultured organism clone VC1CR38TF genomic sequence	True	False
ISR0336_000000004899	2710	0.7326209571627291	4	4	4	4	3	False	105082	fragment	False	SPA0130_000000012000	0.4054914981538782		0	0	False	False	0.9955719709396362	0					non-mobilizable	no_good_hit	2017.0	81.21	74.0	0.00044643771192438245	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0108_000000005081	4280	0.7326175506191399	4	3	3	3	2	False	42239	maximal	True	FIJ0108_000000005081	1.0		2	2	False	False	0.9974299073219299	0					non-mobilizable	no_good_hit	556.0	73.20100000000001	13.0	0.00018892047633056484	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0093_000000008220	3567	0.7326169665858396	5	4	2	4	3	False	119895	maximal	True	MAD0093_000000008220	1.0		1	1	False	False	0.9957947731018066	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000022325	1370	0.7326117384362956	2	2	2	2	1	True	60117	fragment	False	MON0106_000000030449	0.9683368128044537		0	0	False	False	0.9992700815200806	0					non-mobilizable	no_good_hit	1160.0	74.569	83.0	0.001633884155755046	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
MON0093_000000038892	1210	0.7326117384362956	2	2	2	2	1	True	60115	fragment	False	ENG0105_000000019693	0.6652360515021459		0	0	False	False	0.9991735816001892	0					non-mobilizable	no_good_hit	1041.0	73.679	85.0	0.001463777231402596	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ENG0105_000000019693	1165	0.7326117384362956	2	2	2	2	1	True	60115	fragment	False	ENG0105_000000019693	0.9411131133619172		0	0	False	False	0.9965665340423584	0					non-mobilizable	no_good_hit	1041.0	73.775	88.0	0.001463777231402596	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
MAD0002_000000011313	3077	0.7326026116206709	3	3	3	3	3	False	20220	maximal	True	MAD0002_000000011313	1.0		2	2	False	False	0.9944751262664795	0					non-mobilizable	no_good_hit	1688.0	95.735	73.0	0.025432933083931696	NZ_QIBZ01000012.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_012, whole genome shotgun sequence	True	False
SPA0017_000000001564	7313	0.7326013225574387	9	8	4	7	8	False	45522	fragment	False	FIJ0064_000000003266	0.9607097591888466		0	0	False	False	1.0	0					non-mobilizable	plasmid	7313.0	100.0	100.0	0.0871119159379542	MG692685.1	enterobacteria	Escherichia coli DH5alpha plasmid p310-1 contig 310-1-TF1_1_l83938 genomic sequence	False	True
MON0103_000000049120	1209	0.7325950952077835	3	3	0	3	2	True	8845	fragment	False	MON0103_000000049120	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0149_000000002197	6736	0.7325943828682837	5	5	4	5	4	False	129631	maximal	True	ISR0149_000000002197	1.0	PS1061	42	7	False	True	0.9995546340942383	0					non-mobilizable	no_good_hit	3259.0	78.797	57.0	0.01255366429709951	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
MON0107_000000054283	1147	0.7325929418191087	2	2	2	2	2	False	8541	fragment	False	MON0107_000000054283	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1048.0	99.714	91.0	0.0001862213622403906	CP050498.1	enterobacteria	Escherichia coli strain RM13322 chromosome, complete genome	False	False
USA0125_01_000000019309	1194	0.7325922765332878	3	3	2	3	1	False	113382	fragment	False	AST0060_000000021408	0.15558889584446073		0	0	False	False	0.9974874258041382	0					non-mobilizable	chromosome	1195.0	97.406	100.0	0.00033417754679535206	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0152_000000009052	2598	0.7325891268156185	4	3	3	2	1	False	30725	fragment	False	ISR0152_000000009052	1.0		0	0	False	False	0.9988452792167664	0					non-mobilizable	other	2598.0	98.306	100.0	0.0017500006741142811	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
USA0048_01_000000001427	9245	0.7325884403031071	8	4	3	4	2	False	1135	maximal	True	USA0048_01_000000001427	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.017940199335548173	XM_027998136.1	aphids	PREDICTED: Aphis gossypii uncharacterized LOC114132624 (LOC114132624), mRNA	True	False
FIJ0055_000000012129	1188	0.732577850258267	3	1	1	1	1	False	46227	fragment	False	FIJ0055_000000012129	1.0		0	0	False	False	0.996632993221283	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000022355	1380	0.7325767833717886	2	2	2	1	1	False	35054	fragment	False	ISR0067_000000022355	1.0		0	0	False	False	0.9942029118537903	0					non-mobilizable	other	1302.0	73.81	93.0	0.0308900139408614	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
ISR0330_000000025949	1247	0.7325767833717886	2	2	2	1	1	False	25359	fragment	False	ISR0330_000000025949	1.0		0	0	False	False	0.9807537794113159	0					non-mobilizable	no_good_hit	1087.0	73.873	85.0	0.025631618851957836	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ISR0309_000000019408	1108	0.7325767833717886	2	2	2	1	1	False	25358	fragment	False	ISR0309_000000019408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	73.45	86.0	0.022818988920683837	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ISR0366_000000013551	1506	0.7325705319109014	2	2	2	2	2	False	127438	fragment	False	ISR0366_000000013551	1.0		0	0	False	True	0.9780876636505127	0					non-mobilizable	other	1225.0	99.837	99.0	0.0005101152010162295	CP002365.1	firmicutes	Lactococcus lactis subsp. lactis CV56, complete genome	False	True
AST0006_000000009373	1344	0.7325705319109014	3	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8306769804576468	PS1007	0	0	False	True	0.996279776096344	0					non-mobilizable	chromosome	1279.0	99.06200000000001	95.0	0.0005679081634241349	CP051518.1	firmicutes	Lactococcus lactis subsp. cremoris strain F chromosome, complete genome	False	True
FIJ0157_000000008679	2117	0.7325676933872544	3	3	3	2	1	False	83115	fragment	False	FIJ0157_000000008679	0.9850894632206759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	91.726	47.0	0.016290561686707297	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
SPA0132_000000001986	14760	0.7325493099802827	14	7	3	7	1	True	109391	fragment	False	MON0072_000000000865	0.9713640289681749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	0.0	8.100214048156223e-06	CP047310.1	g-proteobacteria	Stenotrophomonas maltophilia strain CPBW01 chromosome, complete genome	True	True
ISR0249_000000011342	1777	0.7325475407418858	2	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.23295979396238542		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	99.60600000000001	100.0	0.008765958286469741	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0339_000000010288	1480	0.732546724849029	2	2	2	2	2	False	24387	fragment	False	ISR0339_000000010288	1.0		0	0	False	False	0.991216242313385	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.520776144098072e-05	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0035_000000016777	1720	0.732546063594866	3	3	3	3	3	False	91851	fragment	False	CAN0020_000000018878	0.7008995013579271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	75.336	68.0	0.0003365021811277932	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0088_000000002578	10915	0.7325370098817077	14	12	6	9	9	True	120107	maximal	True	ENG0088_000000002578	1.0	PS831	6	5	True	True	1.0	13					non-mobilizable	no_good_hit	2122.0	88.03	37.0	0.3455411397602233	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0085_000000023851	1165	0.7325348206218321	2	2	2	2	1	False	33937	fragment	False	ISR0085_000000023851	1.0		0	0	False	False	0.9862660765647888	0					non-mobilizable	no_good_hit	168.0	85.714	14.0	0.0014715268420679385	NZ_FNBY01000014.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MON0092_000000032005	1742	0.7325279382222792	2	2	2	2	2	False	9445	maximal	True	MON0092_000000032005	1.0		37	7	False	False	0.9776119589805603	0					non-mobilizable	no_good_hit	915.0	93.443	53.0	0.008904042864101316	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
DEN0031_000000029143	1182	0.7325131737841751	2	2	2	2	1	True	73679	fragment	False	DEN0031_000000029143	1.0		0	0	False	False	0.9957698583602905	0					non-mobilizable	no_good_hit	91.0	83.516	8.0	0.0014996293051155894	NZ_JAAIWN010000023.1	firmicutes	Bacillus aquiflavi strain 3H-10 NODE_23_length_59348_cov_0.446708, whole genome shotgun sequence	True	True
ISR0076_000000004071	6015	0.7325057680549291	3	3	3	3	3	False	61396	fragment	False	ISR0076_000000004071	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3178.0	96.476	93.0	0.006521029653545925	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
MAD0057_000000009939	1597	0.7325042507614025	4	3	1	2	3	False	16986	maximal	True	MAD0057_000000009939	1.0		4	3	False	False	0.9981215000152588	0					non-mobilizable	virus	1169.0	82.54899999999999	94.0	0.18439371863364093	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
TAN0022_000000000136	13606	0.7324978419495329	10	6	4	6	5	False	68576	maximal	False	MAD0036_000000001159	0.6280112286859726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	74.215	6.0	0.00035138872417542444	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
FIJ0132_000000006545	4370	0.732485589718249	6	5	2	3	5	False	95694	fragment	False	FIJ0132_000000006545	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4370.0	99.977	100.0	0.03431699826412071	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
FIJ0023_000000010958	2901	0.7324838247271728	3	3	3	3	3	False	78897	fragment	False	FIJ0085_000000010578	0.9981957291365655		0	0	False	False	1.0	0					non-mobilizable	chromosome	2335.0	99.229	100.0	0.0007927508658925821	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0098_000000012219	2896	0.7324838247271728	3	3	3	3	3	False	78897	fragment	False	FIJ0085_000000010578	0.997164110877476		0	0	False	False	1.0	0					non-mobilizable	chromosome	2335.0	99.229	100.0	0.0007927508658925821	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0095_000000007064	3878	0.7324815847615274	6	5	3	5	2	True	70094	maximal	True	ISR0095_000000007064	1.0		3	2	False	False	0.9992263913154602	0					non-mobilizable	no_good_hit	1547.0	96.509	82.0	0.0005253291207329327	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0025_000000030587	1298	0.7324805602038461	2	2	2	2	2	False	37334	maximal	True	ISR0025_000000030587	1.0		58	9	False	False	0.9938367009162903	0					non-mobilizable	no_good_hit	163.0	77.301	12.0	3.989103058849181e-05	NZ_CP045720.1	enterobacteria	Pantoea eucalypti strain LMG 24197 chromosome, complete genome	True	False
ENG0154_000000013889	2265	0.7324801089122936	3	2	2	2	2	False	82802	backbone	False	ENG0129_000000011867	0.9935153500514798	PS409	0	0	True	True	0.9955849647521973	5					non-mobilizable	chromosome	1174.0	99.48899999999999	100.0	0.00039482493233616194	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0129_000000011867	2251	0.7324801089122936	2	2	2	2	2	False	82802	backbone	True	ENG0129_000000011867	0.9964759898987006	PS409	16	8	True	True	1.0	3					non-mobilizable	chromosome	2209.0	99.955	100.0	0.0007431998726327754	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0159_000000011545	2249	0.7324801089122936	2	2	2	2	2	False	82802	backbone	False	ENG0129_000000011867	0.9899653989312256	PS409	0	0	True	True	0.9995553493499756	13					non-mobilizable	chromosome	2191.0	99.133	100.0	0.0007368045838737072	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0163_000000004147	2229	0.7324801089122936	3	2	2	2	2	False	82802	backbone	False	ENG0129_000000011867	0.9949935374578489	PS409	0	0	True	True	0.9950650334358215	8					non-mobilizable	chromosome	1129.0	99.911	100.0	0.00037967819580152657	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0014_000000002889	9162	0.7324797314232689	8	8	8	7	7	False	125058	fragment	False	SPA0126_000000002874	0.6027070910913616		0	0	False	False	0.9982536435127258	0					non-mobilizable	other	9162.0	100.0	100.0	0.03312218437931608	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0058_000000017991	2217	0.7324725263391028	3	3	2	3	2	False	125465	fragment	False	MON0092_000000023289	0.9515446466356327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1218.0	83.087	79.0	0.0003656117733014261	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0093_000000002256	12452	0.7324720705107778	13	4	2	4	3	False	68523	maximal	True	DEN0093_000000002256	1.0		1	1	False	False	0.9992772340774536	0					non-mobilizable	no_good_hit	730.0	83.56200000000001	7.0	0.02543825886140173	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0028_000000014555	2045	0.7324717151702931	3	3	3	3	3	False	74175	fragment	False	FIJ0153_000000010755	0.4688343153612243		0	0	False	False	0.9882640838623047	0					non-mobilizable	other	2021.0	96.38799999999999	99.0	0.05847276095640595	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
FIJ0132_000000005649	4904	0.7324695229206608	8	8	1	3	8	True	49892	fragment	False	FIJ0132_000000005649	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4845.0	99.917	100.0	0.06925243398573205	CP008932.1	enterobacteria	Klebsiella pneumoniae strain PMK1 plasmid pPMK1-C, complete sequence	False	True
USA0075_01_000000017981	1373	0.7324682938438516	1	1	1	1	1	False	665	maximal	True	USA0075_01_000000017981	1.0		63	9	False	False	0.9868900179862976	0					non-mobilizable	other	1369.0	96.348	99.0	0.004463921528958386	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0233_000000010685	1613	0.7324632727779169	3	3	3	3	3	False	71395	fragment	False	ISR0213_000000014530	0.5909718587828493		0	0	False	False	0.9900805950164795	0					non-mobilizable	other	1614.0	96.77799999999999	100.0	0.006183637144786105	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0019_000000019573	3294	0.7324614522269127	5	5	4	5	5	False	13207	maximal	True	MON0019_000000019573	1.0		3	2	False	False	0.9960534572601318	0					non-mobilizable	no_good_hit	543.0	79.926	16.0	0.00018648054397943207	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0127_000000003928	5381	0.7324574960504254	6	5	5	3	3	False	88557	maximal	True	CHI0127_000000003928	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	86.559	3.0	6.751894658700898e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0089_000000004201	5282	0.7324514766078322	12	4	1	3	2	False	33759	maximal	True	ISR0089_000000004201	1.0		2	1	False	False	0.9981067776679993	0					non-mobilizable	no_good_hit	136.0	97.794	3.0	0.0030890327895110176	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	True	False
ISR0840_000000015276	1208	0.7324412388601218	2	2	2	1	0	True	20785	fragment	False	ISR0840_000000015276	1.0		0	0	False	False	0.9279801249504089	0					non-mobilizable	no_good_hit	993.0	99.396	82.0	0.00514125494301603	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	True	True
ENG0010_000000009318	2267	0.7324399951142053	4	4	4	4	2	False	67277	fragment	False	ENG0010_000000009318	1.0		0	0	False	False	0.9947066903114319	0					non-mobilizable	no_good_hit	547.0	87.751	24.0	0.01907299628357058	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0056_000000014086	1416	0.7324371828014937	2	1	1	1	1	False	11064	maximal	True	MON0056_000000014086	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	82.993	10.0	3.487737216313979e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0046_000000000797	18377	0.7324359354109102	34	17	5	15	14	True	6743	maximal	True	SPA0046_000000000797	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2293.0	94.679	14.0	0.0007786878701697655	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0110_000000006921	2941	0.7324266563332661	4	4	4	4	2	False	83295	fragment	False	SPA0110_000000006921	1.0		0	0	False	False	0.9911594986915588	0					non-mobilizable	other	2922.0	97.399	99.0	0.022768549625460866	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	False	False
MON0013_000000001248	17629	0.7324265723740326	19	6	5	6	3	True	98428	fragment	False	MON0013_000000001248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.547223211484987e-06	NZ_CP019706.1	enterobacteria	Pantoea alhagi strain LTYR-11Z chromosome, complete genome	True	True
ENG0074_000000006959	3153	0.7324236941566733	5	4	3	4	3	False	62179	maximal	True	ENG0074_000000006959	1.0		1	1	False	False	0.9996828436851501	0					non-mobilizable	no_good_hit	401.0	76.309	13.0	0.00010650634848120326	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
FIJ0155_000000017267	1256	0.732422138761518	2	1	1	1	1	False	39516	fragment	False	FIJ0155_000000017267	1.0		0	0	False	False	0.9984076619148254	0					non-mobilizable	no_good_hit	36.0	100.0	5.0	4.480373914085374e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ETH0005_000000026315	1779	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9760800029828627		0	0	False	False	1.0	0					non-mobilizable	chromosome	1606.0	83.31299999999999	97.0	0.0004225432139799916	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0038_000000020117	1670	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9651221469591614		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.609	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0047_000000023746	1670	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9631359891002791		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.40799999999999	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0044_000000033218	1670	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9646702814715035		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.40799999999999	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0016_000000011404	1650	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9589028771603071		0	0	False	False	1.0	0					non-mobilizable	chromosome	1485.0	82.22200000000001	96.0	0.0003910658785951185	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0060_000000008698	1644	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9535449000886985		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	82.353	96.0	0.00038946533611792155	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0055_000000008511	1637	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9540150284319389		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	82.34100000000001	96.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0164_000000013790	1634	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.953100011640547		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	82.15	96.0	0.00038946533611792155	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0050_000000017288	1633	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.95093461413441		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.26100000000001	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0130_000000018898	1631	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9531433984078258		0	0	False	False	0.9993869066238403	0					non-mobilizable	chromosome	1474.0	82.15700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0029_000000019526	1631	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9521376954664403		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.305	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0019_000000004150	1630	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9497916142514293		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.15700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0126_000000024197	1630	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9492975816694033		0	0	False	False	0.9993864893913269	0					non-mobilizable	chromosome	1476.0	82.31700000000001	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0131_000000021526	1630	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9484953328283586		0	0	False	False	0.9993864893913269	0					non-mobilizable	chromosome	1474.0	82.29299999999999	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ETH0003_000000027607	1526	0.7324176916676469	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.7550447821069517		0	0	False	False	0.9993447065353394	0					non-mobilizable	chromosome	1351.0	81.051	96.0	0.00035558718701725307	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0114_000000002540	11694	0.7324174949593221	8	6	3	5	3	True	50056	fragment	False	FIJ0032_000000002831	0.9813068639486587		0	0	False	False	0.9998289942741394	0					non-mobilizable	no_good_hit								True	True
ISR0224_000000026853	1172	0.7324166890989515	2	2	2	2	2	False	27713	fragment	False	ISR0224_000000026853	0.9956822107081175		0	0	False	False	0.9991467595100403	0					non-mobilizable	other	1157.0	99.13600000000001	99.0	0.004561179035162544	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0035_000000020252	1698	0.732401295410629	3	3	3	2	2	False	73424	maximal	True	DEN0035_000000020252	1.0		3	2	False	False	0.9805653691291809	0					non-mobilizable	no_good_hit								True	False
CHI0164_000000005090	4669	0.7323970774996065	4	4	1	4	4	False	78420	maximal	True	CHI0164_000000005090	1.0		64	7	False	False	0.9970015287399292	0					non-mobilizable	chromosome	4653.0	96.69	99.0	0.0007170508432514834	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0280_000000005816	2151	0.7323969765317353	3	3	3	3	2	False	122034	maximal	True	ISR0280_000000005816	1.0		2	1	False	False	0.9990702271461487	0					non-mobilizable	no_good_hit	1338.0	98.729	62.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0037_000000002329	5578	0.7323887934286358	11	6	5	4	6	True	18671	maximal	True	MAD0037_000000002329	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3206.0	93.54299999999999	72.0	0.02208299733267167	CP024274.1	enterobacteria	Escherichia coli strain F9792 plasmid unnamed, complete sequence	True	True
ISR0065_000000019696	1728	0.7323876683986614	3	2	2	1	1	False	108471	fragment	False	SPA0025_000000009412	0.3163076857648035		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	97.329	99.0	0.012211563023302018	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0014_000000010509	1581	0.7323876683986614	2	2	2	1	1	False	108471	fragment	False	SPA0025_000000009412	0.1706222530582659		0	0	False	False	0.9993674755096436	0					non-mobilizable	other	1581.0	94.56	100.0	0.011211080521102375	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0002_000000015639	1511	0.7323876683986614	3	2	2	1	1	False	108471	fragment	False	SPA0025_000000009412	0.09033869723101975		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	99.868	100.0	0.010714387080294043	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0205_000000010891	1508	0.7323876683986614	3	2	2	1	1	False	108471	fragment	False	SPA0025_000000009412	0.0899187969356394		0	0	False	False	0.9986737370491028	0					non-mobilizable	other	1508.0	98.34200000000001	100.0	0.010693100218545115	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0038_000000026676	1327	0.7323876683986614	2	2	2	1	1	False	85695	fragment	False	ISR0252_000000009219	0.8357605736921343		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	95.331	100.0	0.0094158885136094	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0119_01_000000018670	1321	0.7323876683986614	2	2	2	1	1	False	85695	fragment	False	ISR0252_000000009219	0.8307546390518153		0	0	False	False	0.9969719648361206	0					non-mobilizable	other	1280.0	100.0	97.0	0.009075298725626544	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0087_000000009189	1276	0.7323876683986614	3	2	2	1	1	False	68870	fragment	False	DEN0087_000000009189	0.9841700818800602		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	99.92200000000001	100.0	0.009046916243294638	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0054_000000021732	1217	0.7323876683986614	3	2	2	1	1	False	68870	fragment	False	DEN0087_000000009189	0.9687148540757451		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1217.0	100.0	100.0	0.008628274628899044	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0091_000000024830	1153	0.7323805621810929	2	1	1	1	1	False	33606	fragment	False	ISR0091_000000024830	1.0		0	0	False	False	1.0	0					non-mobilizable	other	794.0	92.443	100.0	0.0008670120063031443	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
DEN0021_000000001642	14840	0.7323757724972068	16	8	6	8	3	True	107518	fragment	False	ISR0077_000000001266	0.9630869074697168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5790.0	97.081	64.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0274_000000000186	14787	0.7323757724972068	15	8	6	8	3	True	107518	fragment	False	ISR0077_000000001266	0.9688581108331743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5813.0	96.99	64.0	0.05024890291918894	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0807_000000000820	14602	0.7323757724972068	16	8	6	8	3	True	107518	fragment	False	ISR0077_000000001266	0.9623439026855038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5576.0	97.32799999999999	65.0	0.048271555686607806	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0166_000000000848	14525	0.7323757724972068	17	8	6	8	3	True	107518	fragment	False	ISR0077_000000001266	0.9593993375479617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5774.0	97.61	65.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0065_000000001604	13022	0.7323757724972068	15	8	6	8	3	True	107518	fragment	False	ISR0077_000000001266	0.2570791616382282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5774.0	97.454	62.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0186_000000008419	3179	0.7323660454463109	4	4	4	4	2	False	29349	maximal	True	ISR0186_000000008419	1.0		267	13	False	False	0.9996854066848755	0					non-mobilizable	no_good_hit	2636.0	76.593	82.0	0.007029669498210386	NZ_QGDS01000004.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_104, whole genome shotgun sequence	True	False
ISR0080_000000023928	1388	0.7323539173367738	1	1	1	1	1	False	40746	fragment	False	ISR0080_000000023928	0.9908186687069624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	72.742	45.0	0.0011240542207786369	NZ_RBXI01000006.1	a-proteobacteria	Roseovarius halotolerans strain DSM 29507 Ga0170393_104, whole genome shotgun sequence	True	False
CHI0090_000000006489	1996	0.7323491095488129	2	2	2	2	2	False	91805	fragment	False	CHI0090_000000006489	0.9770206022187005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	74.207	48.0	0.0039212009798926355	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0088_000000005847	3856	0.7323480675150451	5	3	3	2	2	False	116962	maximal	True	ISR0088_000000005847	1.0		56	5	False	False	0.9994813203811646	0					non-mobilizable	no_good_hit	2247.0	94.304	58.0	0.08114934114202049	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
ISR0302_000000004732	2915	0.7323480675150451	3	3	3	2	2	False	116959	fragment	False	ISR0388_000000008760	0.7618027916080945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	99.291	73.0	0.061896046852122986	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
CHI0143_000000006920	2755	0.7323480675150451	3	3	3	2	2	False	116959	fragment	False	ISR0388_000000008760	0.48236130298791513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	99.35	88.0	0.061896046852122986	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
FIJ0148_000000006480	2653	0.7323480675150451	3	3	3	2	2	False	116959	fragment	False	ISR0388_000000008760	0.4767104325019239		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	94.115	94.0	0.08118594436310396	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	False	False
ENG0187_000000003804	6155	0.7323423049402749	3	3	3	3	3	False	86690	fragment	False	ENG0187_000000003804	0.9947954055994257		0	0	False	False	0.9995126128196716	0					non-mobilizable	other	3650.0	98.795	91.0	0.0660619885581867	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	False	False
FIJ0005_000000002104	11729	0.7323311354508748	16	5	3	4	3	True	130532	fragment	False	FIJ0005_000000002104	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	11729.0	99.98299999999999	100.0	0.0020847969100636246	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0065_000000009817	2863	0.7323254161495601	5	4	3	3	3	False	79554	maximal	False	CHI0150_000000002848	0.9711796246648794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	91.359	46.0	0.006287068227798636	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
ISR0785_000000027357	1410	0.7323203204690755	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.3555958057894936		0	0	False	False	0.9950354695320129	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00010538058744226779	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
MON0107_000000020395	2850	0.7323190344550685	4	3	3	3	1	True	28624	maximal	True	MON0107_000000020395	1.0		1	1	False	False	0.9915789365768433	0					non-mobilizable	no_good_hit	1825.0	99.068	64.0	0.006024355040608249	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	True
ISR0131_000000010031	2933	0.7323130598201509	3	3	2	3	2	False	120424	maximal	False	ISR0185_000000010914	0.9641043007111412		0	0	False	False	0.9962495565414429	0					non-mobilizable	no_good_hit	2366.0	93.745	80.0	0.000667101181365224	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0016_000000008962	3109	0.7323120368905346	3	3	3	3	2	False	99230	fragment	False	MON0016_000000008962	0.9943473792394656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	80.818	25.0	0.00021808081018145111	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0130_000000012468	1647	0.7323044818476779	2	2	2	1	1	False	73187	fragment	False	FIJ0016_000000011233	0.706545319995007		0	0	False	False	0.9866423606872559	0					non-mobilizable	chromosome	1647.0	99.696	100.0	0.0005593090121128119	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0141_000000006613	4150	0.732295020232133	5	5	1	3	5	False	117804	maximal	True	CHI0141_000000006613	1.0	PS794	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1637.0	100.0	62.0	0.0003965751037131162	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
SPA0132_000000016606	2482	0.7322815833409272	4	3	2	3	1	False	80598	maximal	True	SPA0132_000000016606	1.0		13	6	False	False	0.979854941368103	0					non-mobilizable	no_good_hit	553.0	99.63799999999999	22.0	0.0013948164376084962	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	False
USA0015_01_000000010138	3252	0.7322759305432023	4	3	1	3	2	True	1961	fragment	False	USA0015_01_000000010138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0120_01_000000001856	5943	0.7322722468944255	5	4	4	3	3	False	27959	maximal	True	USA0120_01_000000001856	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3957.0	95.552	85.0	0.00122685459416109	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0011_000000000443	27282	0.7322706320232691	29	22	5	14	16	False	111579	fragment	False	USA0065_01_000000000401	0.9612423252679293		0	0	False	False	0.9997434020042419	0					non-mobilizable	chromosome	27282.0	99.912	100.0	0.004949610350402513	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0156_000000017794	1373	0.7322687766902256	3	3	3	3	2	False	45748	fragment	False	ISR0377_000000012444	0.7886932936048059		0	0	False	False	0.9832483530044556	0					non-mobilizable	other	1354.0	99.557	99.0	0.048763785770921934	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ISR0815_000000026893	1143	0.7322678078196456	2	2	1	2	1	False	74681	fragment	False	ISR0815_000000026893	0.9840425531914894		0	0	False	False	0.9991251230239868	0					non-mobilizable	chromosome	1144.0	96.154	100.0	0.00038439051383452427	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0094_000000006738	1874	0.7322663679633822	2	2	1	2	2	False	111201	fragment	False	SPA0094_000000006738	0.9604550379198267		0	0	False	False	0.9994663596153259	0					non-mobilizable	chromosome	1884.0	95.223	100.0	0.00026465003808137617	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
AST0104_000000021215	1634	0.7322663679633822	2	2	1	2	2	False	111200	fragment	False	USA0133_01_000000010793	0.5445945301359054		0	0	False	False	1.0	0					non-mobilizable	chromosome	1637.0	96.946	100.0	0.00023021024645905307	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0078_000000031792	1474	0.7322580043292556	1	1	1	1	1	False	10148	maximal	True	MON0078_000000031792	1.0		17	6	False	False	0.9694707989692688	0					non-mobilizable	no_good_hit	1216.0	75.905	81.0	0.0003132137987962743	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
USA0045_01_000000010310	1402	0.7322548829815516	2	2	2	2	1	False	1204	maximal	True	USA0045_01_000000010310	1.0		38	7	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	88.78200000000001	59.0	0.0036377375732599927	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	True	False
SPA0076_000000007653	2026	0.732253078571146	3	3	3	3	3	False	39123	fragment	False	SPA0111_000000015920	0.9758827219052897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	70.641	43.0	0.01855086045322883	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
USA0010_01_000000019254	1366	0.7322478177406322	3	3	3	3	3	False	130858	fragment	False	USA0010_01_000000019254	1.0		0	0	False	True	0.9868228435516357	0					non-mobilizable	no_good_hit	1124.0	80.961	82.0	0.0005136382028575283	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ISR0219_000000009755	3342	0.7322447738710826	4	4	4	4	3	False	118984	fragment	False	ISR0219_000000009755	1.0		0	0	False	False	0.9955116510391235	0					non-mobilizable	chromosome	3342.0	99.581	100.0	0.0013252703793541836	CP029796.1	high GC Gram+	Bifidobacterium longum subsp. longum strain YS108R chromosome, complete genome	False	False
ENG0126_000000014966	1211	0.7322445989058554	2	2	2	2	2	False	58756	fragment	False	MON0033_000000050822	0.7253581812961286		0	0	False	False	0.9983484745025635	0					non-mobilizable	other	1211.0	99.42200000000001	100.0	0.000366517061066286	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MON0016_000000032399	1211	0.7322445989058554	2	2	2	2	2	False	58756	fragment	False	MON0033_000000050822	0.7203970078707619		0	0	False	False	0.9496284127235413	0					non-mobilizable	other	1211.0	97.19200000000001	100.0	0.0003664302636268904	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0104_000000021308	1489	0.7322444569493182	4	3	1	3	1	False	60227	maximal	True	ENG0104_000000021308	1.0		2	1	False	False	0.9979852437973022	0					non-mobilizable	no_good_hit	282.0	90.426	19.0	0.028053301272417595	NZ_JAAITI010000062.1	firmicutes	Blautia luti strain MSK.16.34 NODE_62_length_9981_cov_152.963, whole genome shotgun sequence	True	False
FIJ0031_000000013077	1875	0.7322416502504162	3	3	3	3	2	False	48567	fragment	False	FIJ0031_000000013077	1.0		0	0	False	False	0.98826664686203	0					non-mobilizable	other	1863.0	99.35600000000001	99.0	0.11456537798571781	HM367711.1	firmicutes	Streptococcus equinus strain 1357 hypothetical protein genes, complete cds; insertion sequence IS1216-like, complete sequence; and hypothetical protein, TetS/M (tetS/M), potassium transport system protein, putative resolvase, and hypothetical proteins genes, complete cds	False	False
ISR0357_000000004511	4905	0.7322399721610667	6	2	0	2	1	True	96693	fragment	False	ISR0304_000000001731	0.9472425602175527		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	4909.0	98.73700000000001	100.0	0.43088352348102943	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0272_000000002878	3793	0.7322399721610667	5	2	0	2	1	True	66086	fragment	False	ISR0272_000000002878	0.9669710771875483		0	0	False	False	0.9936725497245789	0	IncW				non-mobilizable	other	3793.0	99.84200000000001	100.0	0.0015899457732893303	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ITA0006_000000007106	3650	0.7322399721610667	4	2	0	2	1	True	66086	fragment	False	ISR0272_000000002878	0.8144284335436908		0	0	False	False	0.9983561635017395	0	IncW				non-mobilizable	other	3485.0	99.369	100.0	0.0014608046081592899	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ENG0075_000000006837	3539	0.7322399721610667	5	2	0	2	1	True	66086	fragment	False	ISR0272_000000002878	0.8080084410321104		0	0	False	False	0.9968917965888977	0	IncW				non-mobilizable	plasmid	3541.0	99.887	100.0	0.3130803926771027	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ENG0119_000000009416	3476	0.7322399721610667	4	2	0	2	1	True	96692	fragment	False	ENG0119_000000009416	1.0		0	0	False	False	0.993958592414856	0	IncW				non-mobilizable	plasmid	3447.0	99.652	99.0	0.3046785177323782	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
SPA0140_000000006380	3459	0.7322399721610667	5	2	0	2	1	True	66086	fragment	False	ISR0272_000000002878	0.7979306364677378		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	3461.0	99.913	100.0	0.3060051295657557	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0144_000000001955	3086	0.7322399721610667	3	2	0	2	1	True	58626	fragment	False	ISR0144_000000001955	1.0		0	0	False	False	0.9996759295463562	0	IncW				non-mobilizable	plasmid	3085.0	99.90299999999999	99.0	0.27275139294242506	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
ISR0838_000000000465	27187	0.7322395013547324	42	23	12	17	12	False	108047	maximal	True	ISR0838_000000000465	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	72.95100000000001	2.0	0.009081754792620599	NZ_LOHE01000071.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00071, whole genome shotgun sequence	True	False
AST0148_000000011087	3164	0.7322377601451627	3	3	3	3	3	False	131853	maximal	True	AST0148_000000011087	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1780.0	98.93299999999999	56.0	0.04743873496706755	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
TAN0013_000000007657	1510	0.7322245878951357	2	2	2	2	2	False	13385	fragment	False	TAN0013_000000007657	1.0		0	0	False	False	0.9980132579803467	0					non-mobilizable	other	1506.0	86.521	99.0	0.00042694475607374334	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
USA0039_01_000000012512	1788	0.7322220300849798	3	3	3	3	3	False	35112	fragment	False	SPA0142_000000013771	0.7626487184477238		0	0	False	False	0.9938478469848633	0					non-mobilizable	other	1770.0	97.62700000000001	99.0	0.02821056660340951	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
CHI0120_000000012320	1325	0.7322140852649953	3	2	1	1	2	False	81817	fragment	False	CHI0120_000000012320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	79.393	71.0	0.006651457902616383	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0813_000000004190	6404	0.7322063213818596	7	5	4	5	3	False	36915	maximal	True	ISR0813_000000004190	1.0		1	1	False	False	0.9985946416854858	0					non-mobilizable	no_good_hit	2126.0	83.443	48.0	0.03038618470202862	NZ_QEKJ01000014.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_114, whole genome shotgun sequence	True	False
ISR0813_000000011601	2608	0.7322016102806005	4	4	4	3	3	False	21585	maximal	True	ISR0813_000000011601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1881.0	91.919	72.0	0.012930915894021514	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ENG0125_000000007770	3275	0.7321882527488136	4	3	3	3	2	False	58858	maximal	True	ENG0125_000000007770	1.0		2	2	False	False	0.9978625774383545	0					non-mobilizable	no_good_hit	359.0	77.994	11.0	0.0016214910283691238	NZ_CABMLE010000003.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	False
MON0024_000000029387	1739	0.7321857948426895	2	2	2	2	1	False	53497	maximal	False	MON0029_000000016172	0.7557482870518092		0	0	False	False	1.0	0					non-mobilizable	other	1737.0	91.36399999999999	99.0	0.0011695882779615863	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
FIJ0002_000000034195	1147	0.7321788123732825	1	1	1	1	1	False	52251	maximal	True	FIJ0002_000000034195	1.0		1	1	False	False	0.9895379543304443	0					non-mobilizable	other	1149.0	82.15799999999999	99.0	0.0024970519386803246	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
TAN0025_000000001197	2040	0.7321704020494859	3	3	3	3	3	False	2332	maximal	True	TAN0025_000000001197	1.0		11	4	False	False	0.9877451062202454	0					non-mobilizable	no_good_hit	74.0	83.78399999999999	4.0	0.00018380316443585018	NZ_PKOJ01000003.1	a-proteobacteria	Amylibacter cionae strain m18 A-m18_3, whole genome shotgun sequence	True	False
FIJ0049_000000006087	2795	0.7321680391290374	3	2	2	1	1	False	109817	fragment	False	FIJ0142_000000012664	0.6385662545272887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	88.49	76.0	0.0003600926967721423	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0083_01_000000015614	1829	0.7321654675577821	2	1	1	1	1	False	48705	fragment	False	USA0083_01_000000015614	0.9866989117291415		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	99.945	100.0	0.0005853333021667899	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0812_000000027353	1445	0.7321654675577821	1	1	1	1	1	False	96891	maximal	True	ISR0812_000000027353	0.9562043795620438		207	11	False	False	0.9986159205436707	0					non-mobilizable	chromosome	1445.0	87.61200000000001	99.0	0.0004026720647094008	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0255_000000000293	43684	0.7321637289064814	50	20	15	19	8	True	106308	maximal	True	ISR0255_000000000293	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	75.926	0.0	0.0010248501766646496	NZ_PPTT01000004.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_4, whole genome shotgun sequence	True	True
ISR0179_000000002263	11194	0.7321578835968834	7	5	2	5	2	False	87892	fragment	False	ISR0179_000000002263	0.9670098836247984		0	0	False	False	0.9999106526374817	0					non-mobilizable	no_good_hit	1024.0	86.32799999999999	42.0	0.00819349184269139	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0132_000000007650	4211	0.7321531347995082	4	4	4	4	4	False	100830	maximal	True	CHI0132_000000007650	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1380.0	84.348	50.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0060_000000012718	2297	0.7321441104419599	3	2	2	2	2	False	112445	fragment	False	AST0060_000000012718	1.0		0	0	False	False	0.9960818290710449	0					non-mobilizable	other	2297.0	99.78200000000001	100.0	0.00849564857024451	NZ_PYLP01000002.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_1, whole genome shotgun sequence	False	False
USA0034_01_000000026135	2018	0.7321416878743257	3	2	2	2	2	False	43604	fragment	False	USA0034_01_000000026135	1.0		0	0	False	False	0.9995044469833374	0					non-mobilizable	no_good_hit	217.0	73.733	10.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
ISR0832_000000008337	1606	0.7321345737685528	3	2	1	1	2	False	21003	fragment	False	ISR0832_000000008337	1.0		0	0	False	False	1.0	0	rep_cluster_2361				non-mobilizable	plasmid	1606.0	98.443	100.0	0.31183213522440256	CP057497.1	enterobacteria	Escherichia coli strain RHB24-C10 plasmid pRHB24-C10_5, complete sequence	False	True
USA0037_01_000000026016	1292	0.7321315405052191	1	1	1	1	1	False	70894	fragment	False	ENG0082_000000014765	0.7185541165933746		0	0	False	False	0.9992260336875916	0					non-mobilizable	no_good_hit	162.0	78.395	12.0	1.791545718432511e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0073_000000023753	1183	0.7321314114914272	2	1	1	1	1	False	58411	fragment	False	ENG0130_000000022372	0.4800625488663018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0352_000000002164	3597	0.7321293089296832	7	5	4	3	3	True	116833	maximal	True	ISR0352_000000002164	1.0		24	4	False	False	1.0	0					non-mobilizable	other	2666.0	100.0	100.0	0.0008555959506714422	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
MON0010_000000001800	9293	0.7321272316097358	9	4	4	4	2	False	40612	fragment	False	MON0010_000000001800	1.0		0	0	False	False	0.9922522306442261	0					non-mobilizable	no_good_hit	421.0	99.05	5.0	5.93251258434232e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
FIJ0021_000000027085	1776	0.7321269165322261	3	3	2	1	2	False	49603	maximal	True	FIJ0021_000000027085	1.0		22	5	False	False	1.0	0					non-mobilizable	other	990.0	75.354	93.0	0.0026794389326034894	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0170_000000008352	1227	0.7321241831563338	2	2	2	2	1	True	77968	fragment	False	ISR0302_000000012640	0.9576399394856279		0	0	False	False	1.0	0					non-mobilizable	chromosome	1238.0	81.018	100.0	0.00036438877575484995	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	False	True
ISR0793_000000007409	2198	0.7321173869654055	4	3	2	2	3	False	89982	fragment	False	CHI0180_000000005807	0.5339099123888859		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	98.48899999999999	99.0	0.000306820256176524	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0058_000000011211	3838	0.7321078272036013	6	6	3	5	3	True	128085	fragment	False	MON0058_000000011211	1.0		0	0	False	False	0.9734236598014832	0					non-mobilizable	no_good_hit	1188.0	87.87899999999999	55.0	0.1911643948103137	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0021_000000003142	2596	0.7321018521777252	3	3	3	3	3	False	109676	fragment	False	ISR0821_000000010066	0.9511474269819193		0	0	False	False	1.0	0					non-mobilizable	other	2595.0	100.0	99.0	0.0005588527532869763	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0812_000000021912	1804	0.7320930977224399	3	3	2	3	2	False	83384	fragment	False	ISR0812_000000021912	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1806.0	98.228	100.0	0.010308571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0079_000000000830	5898	0.7320902426027197	6	2	2	2	1	True	16177	maximal	True	MAD0079_000000000830	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0024_000000039495	1322	0.7320781263874179	2	2	1	2	1	False	79411	fragment	False	MON0043_000000018490	0.5477730093670312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0022_000000000981	10627	0.7320773563926105	15	11	9	8	8	True	91784	fragment	False	SPA0022_000000000981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1617.0	80.829	15.0	0.0004524614747321344	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CHI0128_000000005638	1427	0.7320765725663683	2	1	1	1	1	True	81334	maximal	True	CHI0128_000000005638	1.0		1	1	False	False	0.9747722744941711	0					non-mobilizable	no_good_hit	1045.0	98.756	73.0	0.0002899178566072946	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0182_000000019075	2054	0.7320742132502698	3	2	2	2	1	True	29551	fragment	False	ISR0182_000000019075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0009_000000002779	4458	0.7320735075721253	3	3	3	3	2	False	131850	maximal	True	ENG0009_000000002779	1.0		5	4	False	False	1.0	0					non-mobilizable	other	2429.0	96.789	99.0	0.01394120349104272	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ENG0196_000000010835	1160	0.732070881135557	3	2	2	1	1	False	55201	fragment	False	ISR0208_000000025007	0.7199073317298337		0	0	False	False	0.9844827651977539	0					non-mobilizable	other	1160.0	97.586	100.0	0.026497485139460448	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0027_000000002752	5503	0.7320582603251514	6	6	3	5	6	False	90481	maximal	True	CHI0027_000000002752	0.9943301941187777		3	1	True	True	1.0	33		MOBF,MOBP			mobilizable	other	4437.0	100.0	100.0	0.7827774836774307	NZ_CABFKI010000024.1	g-proteobacteria	Actinobacillus porcinus strain NM319, whole genome shotgun sequence	False	True
FIJ0031_000000017856	1412	0.7320567201600526	1	1	1	1	1	False	48539	fragment	False	FIJ0031_000000017856	1.0		0	0	False	False	0.9978753328323364	0					non-mobilizable	chromosome	1412.0	99.646	100.0	0.0006404954738622467	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
FIJ0137_000000008936	1304	0.7320567201600526	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.4979037061764447		0	0	False	False	0.9969325065612793	0					non-mobilizable	chromosome	1304.0	91.794	100.0	0.00045417597907514016	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0118_000000005245	5300	0.7320563478135478	5	5	4	5	4	False	127646	fragment	False	AST0118_000000005245	0.9497229941781096		0	0	False	False	1.0	0					non-mobilizable	chromosome	5300.0	97.189	100.0	0.002182258759304148	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0102_000000027275	1633	0.7320561046659606	2	2	2	2	2	False	88324	fragment	False	ISR0241_000000008914	0.9246044683620078		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	98.854	96.0	0.0025036221939964127	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0081_000000000565	7121	0.7320547169471855	5	4	4	4	3	False	108725	maximal	True	DEN0081_000000000565	0.9795680423088866		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	98.072	5.0	0.009984003530255392	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0149_000000001585	10684	0.7320522761518704	11	9	2	5	8	True	117636	fragment	False	CHI0149_000000001585	0.9812461513823126		0	0	False	False	1.0	0					non-mobilizable	other	10577.0	97.60799999999999	100.0	0.003390453842653418	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0070_000000012342	1671	0.7320413634861754	3	2	2	2	2	True	120623	fragment	False	CHI0102_000000004286	0.7429707507516602		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	100.0	100.0	0.6044154904089758	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
ISR0211_000000015024	1523	0.7320413634861754	3	2	2	2	2	True	120609	fragment	False	ISR0211_000000015024	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1523.0	100.0	100.0	0.5508505247918929	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
USA0050_01_000000002267	6353	0.7320409668172356	4	3	3	3	3	False	130361	fragment	False	USA0050_01_000000002267	1.0		0	0	False	True	1.0	0					non-mobilizable	other	3941.0	94.72200000000001	93.0	0.003097166214849091	NZ_KE159493.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.1, whole genome shotgun sequence	False	True
ISR0336_000000000700	10700	0.7320395275060994	10	8	7	7	6	False	111681	maximal	True	ISR0336_000000000700	1.0		1	1	False	False	0.996915876865387	0					non-mobilizable	no_good_hit	3037.0	99.704	32.0	0.004855517953901367	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
SPA0095_000000001644	12774	0.7320347661595324	15	13	9	10	10	True	123702	fragment	False	ENG0167_000000001303	0.6032085366643551		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	12657.0	98.973	99.0	0.1262873223694715	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0275_000000002104	6243	0.7320241128070737	10	4	3	2	2	False	63681	fragment	False	ISR0275_000000002104	1.0		0	0	False	False	0.9987185597419739	0					non-mobilizable	no_good_hit	130.0	81.538	2.0	4.142273729928319e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
SPA0132_000000027649	1499	0.7320149780095304	2	1	1	1	1	False	3725	fragment	False	SPA0132_000000027649	1.0		0	0	False	False	0.9806537628173828	0					non-mobilizable	no_good_hit	1175.0	98.29799999999999	84.0	0.016284747267380568	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
SPA0084_000000013818	1392	0.7320149780095304	2	1	1	1	1	False	5558	fragment	False	SPA0084_000000013818	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1392.0	99.13799999999999	100.0	0.019294789990567607	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
ISR0281_000000013679	1346	0.7320149780095304	2	1	1	1	1	False	26162	fragment	False	ISR0281_000000013679	1.0		0	0	False	False	0.9970282316207886	0					non-mobilizable	virus	1346.0	100.0	100.0	0.018656716417910446	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
MON0054_000000004868	6318	0.7320139675271954	7	3	1	2	2	True	11150	maximal	True	MON0054_000000004868	1.0		1	1	False	False	0.9996834397315979	0					non-mobilizable	no_good_hit	174.0	88.506	3.0	0.06469708302169035	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
SPA0100_000000014088	2069	0.7320137119882753	2	2	2	2	2	False	88104	fragment	False	DEN0064_000000019013	0.9800469483568075		0	0	False	False	1.0	0					non-mobilizable	chromosome	2091.0	77.28399999999999	100.0	0.0006960766923027988	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0108_000000010482	2586	0.7320003447866634	3	3	3	2	2	False	107238	fragment	False	AST0108_000000010482	1.0		0	0	False	False	0.9841454029083252	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005162425192634941	NZ_LJGU01000161.1	high GC Gram+	Streptomyces oceani strain SCSIO 02100 scaffold15, whole genome shotgun sequence	True	False
SPA0010_000000007808	2797	0.731999511320016	3	3	2	3	2	False	79053	fragment	False	SPA0010_000000007808	1.0		0	0	False	False	0.9924919605255127	0					non-mobilizable	no_good_hit	750.0	77.067	60.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0054_000000001520	7054	0.7319986611366718	10	9	3	7	8	True	17186	maximal	True	MAD0054_000000001520	1.0		0	0	False	False	0.9998582601547241	0			MPF_F		non-mobilizable	no_good_hit	6291.0	99.25299999999999	89.0	0.08868169379637204	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	True	True
MON0086_000000017626	1750	0.7319980297816853	2	2	2	2	1	False	64062	fragment	False	MON0035_000000016502	0.9458790772702507		0	0	False	False	0.998285710811615	0					non-mobilizable	chromosome	1685.0	79.05	95.0	0.0005376269571571266	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0052_000000008829	3283	0.7319935517125692	5	4	3	4	2	False	63998	maximal	True	ENG0052_000000008829	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	99.728	45.0	0.0005327600201192263	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ENG0209_000000008101	2324	0.7319915175993741	2	1	1	1	1	False	126648	fragment	False	ENG0209_000000008101	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2324.0	97.84899999999999	100.0	0.0007318888247636884	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0122_000000013189	2160	0.7319915175993741	2	1	1	1	1	False	126647	fragment	False	ENG0122_000000013189	1.0		0	0	False	False	0.970370352268219	0					non-mobilizable	chromosome	2096.0	97.662	97.0	0.0006600237722029129	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0169_000000015248	2048	0.7319915175993741	2	1	1	1	1	False	126646	fragment	False	ISR0169_000000015248	0.9573721163490472		0	0	False	False	0.98095703125	0					non-mobilizable	chromosome	2048.0	98.242	100.0	0.0006448942874532759	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0144_000000008835	1994	0.7319915175993741	3	1	1	1	1	False	126646	fragment	False	ISR0169_000000015248	0.945556640625		0	0	False	False	0.9588766098022461	0					non-mobilizable	chromosome	1858.0	97.57799999999999	93.0	0.0005853219412515803	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0225_000000009984	1944	0.7319915175993741	2	1	1	1	1	False	126634	fragment	False	AST0061_000000021276	0.9659144042738385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	99.12899999999999	83.0	0.09407563517152558	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	True	False
ISR0257_000000008905	1921	0.7319915175993741	1	1	1	1	1	False	126634	fragment	False	AST0061_000000021276	0.9591631055464708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	98.65700000000001	77.0	0.0871092377941693	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	True	False
ISR0327_000000017102	1680	0.7319915175993741	3	1	1	1	1	False	126622	maximal	True	ISR0327_000000017102	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1394.0	98.135	83.0	0.08143074581430745	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	True	False
AST0046_000000010131	1678	0.7319915175993741	2	1	1	1	1	False	126645	fragment	False	AST0046_000000010131	1.0		0	0	False	False	0.9964243173599243	0					non-mobilizable	chromosome	1674.0	97.19200000000001	99.0	0.0005266951878467371	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0119_000000020082	1548	0.7319915175993741	2	1	1	1	1	False	126637	fragment	False	ENG0119_000000020082	0.9696218704280944		0	0	False	False	0.9883720874786377	0					non-mobilizable	chromosome	1397.0	97.065	90.0	0.00044001584813527526	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0028_000000010745	1506	0.7319915175993741	1	1	1	1	1	False	126637	fragment	False	ENG0119_000000020082	0.9603441483133848		0	0	False	False	0.9973439574241638	0					non-mobilizable	chromosome	1506.0	97.54299999999999	100.0	0.00047405718882195845	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0202_000000009711	1454	0.7319915175993741	1	1	1	1	1	False	126623	fragment	False	ISR0202_000000009711	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1455.0	98.007	100.0	0.08506029738906451	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
DEN0051_000000033147	1454	0.7319915175993741	2	1	1	1	1	False	126625	fragment	False	DEN0051_000000033147	1.0		0	0	False	False	0.9938101768493652	0					non-mobilizable	other	1308.0	97.40100000000001	90.0	0.03247544448588835	NZ_JAAIQH010000025.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_25_length_40215_cov_181.153, whole genome shotgun sequence	False	False
ENG0124_000000022226	1397	0.7319915175993741	2	1	1	1	1	False	126637	fragment	False	ENG0119_000000020082	0.9354871641770558		0	0	False	False	1.0	0					non-mobilizable	chromosome	1395.0	96.559	99.0	0.0004393854529373737	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0068_000000019495	1350	0.7319915175993741	1	1	1	1	1	False	126620	fragment	False	ENG0068_000000019495	0.9800519690132058		0	0	False	False	0.9992592334747314	0					non-mobilizable	other	1322.0	98.336	98.0	0.03284843963695139	NZ_JAAIQH010000025.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_25_length_40215_cov_181.153, whole genome shotgun sequence	False	False
ISR0264_000000009047	1293	0.7319915175993741	1	1	1	1	1	False	126620	fragment	False	ENG0068_000000019495	0.9708257952395204		0	0	False	False	1.0	0					non-mobilizable	virus	1293.0	98.76299999999999	100.0	0.07563517152558248	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
ISR0381_000000014997	1261	0.7319915175993741	2	1	1	1	1	False	23140	fragment	False	ISR0381_000000014997	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1261.0	97.066	100.0	0.0737618545837724	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
AST0007_000000014203	1255	0.7319915175993741	1	1	1	1	1	False	126620	fragment	False	ENG0068_000000019495	0.961516380656042		0	0	False	False	0.9784860610961914	0					non-mobilizable	chromosome	1221.0	98.444	99.0	0.0003845410707199397	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0108_000000014070	1231	0.7319915175993741	1	1	1	1	1	False	126620	fragment	False	ENG0068_000000019495	0.9554830949215971		0	0	False	False	1.0	0					non-mobilizable	virus	1231.0	98.7	100.0	0.07200561995082543	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
FIJ0017_000000005098	5414	0.7319899414421405	4	4	4	4	4	False	87153	maximal	True	FIJ0017_000000005098	0.997133875739645		82	9	False	False	0.9998152852058411	0					non-mobilizable	chromosome	5414.0	100.0	100.0	0.001016394501517926	CP052328.1	enterobacteria	Klebsiella pneumoniae strain D17KP0032 chromosome, complete genome	False	False
MON0019_000000037697	1784	0.731984047624572	2	1	1	1	1	False	13177	maximal	True	MON0019_000000037697	1.0		6	3	False	False	0.9663677215576172	0					non-mobilizable	no_good_hit	497.0	72.837	28.0	0.013420800874675414	NZ_WNZW01000022.1	firmicutes	Paenibacillus woosongensis strain 12CR55 NODE_22_length_36585_cov_69.1627, whole genome shotgun sequence	True	False
DEN0018_000000014744	2555	0.7319806276274705	3	3	3	3	3	False	75125	maximal	True	DEN0018_000000014744	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	80.225	52.0	0.00013626105876709253	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0091_000000001938	10487	0.7319752376399431	12	7	3	7	1	True	94271	fragment	False	ENG0091_000000001938	1.0		0	0	False	False	0.9999046325683594	0					non-mobilizable	other	8300.0	98.289	99.0	0.002222407296372835	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0154_000000002144	11107	0.7319725485124301	13	13	3	4	12	True	132544	fragment	False	CHI0126_000000000854	0.0424444046799765		0	0	False	False	1.0	0					non-mobilizable	other	10825.0	98.596	100.0	0.740895399780942	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
USA0111_01_000000001870	11055	0.7319725485124301	14	13	3	4	12	True	132544	fragment	False	CHI0126_000000000854	0.21713851628158357		0	0	False	False	1.0	0					non-mobilizable	other	11055.0	99.919	100.0	0.7567086527929902	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
FIJ0095_000000010045	2675	0.7319715816437872	3	3	3	2	2	False	43131	fragment	False	FIJ0095_000000010045	1.0		0	0	False	False	0.9996261596679688	0					non-mobilizable	chromosome	1318.0	75.19	91.0	0.0003716342250840819	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	False	False
MON0078_000000039114	1220	0.7319652801815945	2	2	2	2	2	False	10131	fragment	False	MON0078_000000039114	1.0		0	0	False	False	0.9934425950050354	0					non-mobilizable	no_good_hit	247.0	80.567	44.0	0.0001355789636786723	NZ_HG938354.1	a-proteobacteria	Neorhizobium galegae bv. orientalis str. HAMBI 540 plasmid pHAMBI540a, complete sequence	True	False
ISR0130_000000000295	46006	0.7319645323525095	58	30	19	24	19	True	96299	maximal	True	ISR0130_000000000295	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	12003.0	99.042	78.0	0.09663158403324126	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
MAD0009_000000000644	11015	0.7319619381197819	8	6	4	6	2	True	19796	fragment	False	MAD0009_000000000644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.086655624982283e-06	CP017348.1	ascomycetes	Talaromyces pinophilus strain 1-95 chromosome 5, complete sequence	True	True
MON0072_000000002090	8016	0.7319617226258647	10	4	2	3	2	False	23981	fragment	False	MON0072_000000002090	1.0		0	0	False	False	0.9998752474784851	0					non-mobilizable	no_good_hit	1076.0	92.565	35.0	0.0019393060351203812	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0075_000000004098	5807	0.7319586767566338	4	4	4	4	2	False	62123	maximal	True	ENG0075_000000004098	1.0		2	2	False	False	0.9981057047843933	0					non-mobilizable	no_good_hit	4055.0	97.65700000000001	73.0	0.01174726807719135	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ISR0092_000000000035	94703	0.7319546983519305	90	14	6	12	4	True	127415	maximal	False	SPA0046_000000000019	0.8848179471710435		0	0	True	True	1.0	25					non-mobilizable	virus	22191.0	96.904	98.0	0.22429150616235455	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0330_000000005708	4319	0.7319518245058109	3	3	3	3	2	True	131105	maximal	True	ISR0330_000000005708	1.0		1	1	False	False	0.9881917238235474	0					non-mobilizable	no_good_hit	651.0	76.344	15.0	0.00020660604288832025	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0017_000000000435	47913	0.7319460177009222	56	18	12	15	10	True	37883	maximal	True	ISR0017_000000000435	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	79.426	0.0	0.016171668480796143	MK233006.1	viruses	Uncultured human fecal virus clone D.longicatenaA_S08.e.P15_3_c1 sequence	True	True
ISR0285_000000008706	2036	0.7319444488363217	4	3	2	2	2	False	26065	maximal	True	ISR0285_000000008706	1.0		0	0	False	False	0.9995088577270508	0					non-mobilizable	other	665.0	92.331	93.0	0.002537126100156987	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0024_000000035193	1472	0.7319441506224836	1	1	1	1	1	False	12904	fragment	False	MON0024_000000035193	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	87.03299999999999	100.0	0.0004576256106082034	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0837_000000002685	3609	0.7319407791930551	8	7	4	5	3	True	20911	fragment	False	ISR0837_000000002685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2408.0	99.419	67.0	0.07749766573295985	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
SPA0120_000000004885	8496	0.7319385455457663	10	7	6	6	5	True	130121	maximal	True	SPA0120_000000004885	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	6137.0	99.071	80.0	0.002065341675033836	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0027_000000023028	1788	0.7319374032848952	3	3	3	3	3	False	91851	fragment	False	CAN0020_000000018878	0.9227367251800452		0	0	False	False	0.9921700358390808	0					non-mobilizable	no_good_hit	1202.0	75.208	66.0	0.0003399271397143356	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0063_000000043651	1179	0.7319369057419897	2	2	2	2	1	False	124847	fragment	False	AST0012_000000016916	0.2123961845389811		0	0	False	False	0.9847328066825867	0					non-mobilizable	no_good_hit	147.0	87.755	12.0	0.0032795042294295924	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0821_000000014424	2105	0.7319328053520535	3	3	3	2	2	False	21236	maximal	True	ISR0821_000000014424	1.0		1	1	False	False	0.9900237321853638	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000021256	1270	0.7319252567118649	1	1	1	1	1	False	78653	fragment	False	MON0092_000000042753	0.9415777833833872		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	95.74799999999999	100.0	0.006503790033672105	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	False	False
SPA0131_000000007661	3137	0.7319243556621717	7	4	1	3	3	False	3773	maximal	True	SPA0131_000000007661	1.0		1	1	False	False	0.99234938621521	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000009918	4516	0.7319201840951506	6	5	3	5	2	True	120634	fragment	False	CAN0014_000000009918	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4513.0	99.402	99.0	0.8172432530338707	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MON0020_000000012311	1724	0.7319109172087245	3	2	2	2	2	False	87118	fragment	False	MON0105_000000028657	0.715337589113212		0	0	False	False	0.9634570479393005	0					non-mobilizable	chromosome	1707.0	99.414	99.0	0.000455087577682996	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0034_000000017959	1538	0.7319109172087245	3	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.9100852211904137		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	99.155	100.0	0.0004097388741624161	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0854_000000006167	1516	0.7319109172087245	3	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.8747815649120207		0	0	False	False	1.0	0					non-mobilizable	chromosome	1516.0	99.34	100.0	0.00040413697549222685	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0154_000000026423	1511	0.7319109172087245	3	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.8730551637637968		0	0	False	False	0.9993382096290588	0					non-mobilizable	chromosome	1511.0	99.471	100.0	0.00040280319009456273	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0019_000000004455	1509	0.7319109172087245	3	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.8713606821244708		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	99.139	100.0	0.00040226967593549705	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0793_000000011255	1496	0.7319109172087245	2	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.8646342080419557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1496.0	99.398	100.0	0.00039853507682203755	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0089_000000021675	1352	0.7319109172087245	2	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.16051774661653234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1352.0	97.70700000000001	100.0	0.00036012205736931106	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0153_000000019469	1308	0.7319109172087245	2	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.055718030363580896		0	0	False	False	0.9961773753166199	0					non-mobilizable	chromosome	1308.0	99.083	100.0	0.00034865150294939964	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0386_000000001665	17313	0.7319069169520499	16	14	9	14	10	True	128444	maximal	True	ISR0386_000000001665	0.9928314829131377		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	82.52600000000001	6.0	0.00024430601473016074	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
ISR0146_000000002008	17311	0.7319069169520499	16	14	9	14	10	True	128444	maximal	False	ISR0386_000000001665	0.992773929867832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	82.52600000000001	6.0	0.00024430601473016074	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
TAN0012_000000000379	10566	0.7319027881650776	9	7	6	6	5	True	48552	maximal	True	TAN0012_000000000379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5723.0	87.559	55.0	0.32702671711959636	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	True	True
ISR0222_000000018367	2893	0.7318927499270489	5	3	3	3	3	False	31718	maximal	True	ISR0222_000000018367	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	81.02600000000001	29.0	0.00036387166465587384	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0084_000000019741	1402	0.7318861958656815	3	2	2	2	2	False	73378	fragment	False	ENG0061_000000014127	0.9209225729147285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	79.911	80.0	0.08500151653017896	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
MON0061_000000019635	2282	0.7318842672731631	3	3	3	3	3	False	10828	maximal	True	MON0061_000000019635	1.0		162	11	False	False	1.0	0					non-mobilizable	other	2282.0	99.51799999999999	100.0	0.0006334316388134473	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0044_000000030669	1794	0.7318811391291197	3	2	1	1	2	False	11617	maximal	True	MON0044_000000030669	1.0		51	4	False	False	1.0	0					non-mobilizable	other	1748.0	97.197	97.0	0.000845184073341635	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
ISR0294_000000001757	10354	0.7318799863095657	5	4	4	4	3	False	91371	fragment	False	ISR0294_000000001757	1.0		0	0	False	False	0.9999034404754639	0					non-mobilizable	no_good_hit	3528.0	99.348	39.0	0.0011902607906626303	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
ISR0120_000000018002	1903	0.7318719567385678	4	3	2	2	1	False	32266	maximal	True	ISR0120_000000018002	1.0		3	1	False	False	0.9984235167503357	0					non-mobilizable	no_good_hit	107.0	97.196	6.0	3.409611050227752e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
USA0083_01_000000023758	1099	0.7318711832029801	2	2	2	2	2	False	485	maximal	True	USA0083_01_000000023758	1.0		6	4	False	False	0.979071855545044	0					non-mobilizable	no_good_hit	50.0	96.0	5.0	3.462958607544344e-05	LN590975.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001008	True	False
ISR0326_000000015555	1336	0.7318703564741679	2	1	1	1	1	False	24807	maximal	True	ISR0326_000000015555	1.0		207	11	False	False	1.0	0					non-mobilizable	other	1339.0	97.087	100.0	0.00028258354007902625	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0039_000000008664	2780	0.7318666870700916	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.46277120567949526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1628.0	82.24799999999999	62.0	0.0003598652942082385	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0012_000000003479	1818	0.7318656546542195	2	2	1	2	1	False	75444	maximal	True	DEN0012_000000003479	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1818.0	100.0	100.0	0.009333936075123546	CP044265.1	firmicutes	Enterococcus faecium strain V1836 plasmid pHVH-V1836-1, complete sequence	False	True
SPA0006_000000005032	6070	0.731865367843228	5	5	4	5	5	False	76312	maximal	False	SPA0034_000000005497	0.9687691470542116		0	0	False	False	0.9960461258888245	0					non-mobilizable	other	6051.0	99.736	99.0	0.0017267499540484722	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0082_000000030145	1145	0.7318643687722334	1	1	1	1	1	False	34131	fragment	False	MON0066_000000031907	0.9738646101113968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0020_000000009957	3717	0.7318589711423747	4	4	4	3	3	False	91922	maximal	True	CAN0020_000000009957	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1813.0	89.244	49.0	0.0005437520153599406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0035_000000001063	11735	0.7318571489919733	16	14	9	14	13	False	132200	fragment	False	ENG0181_000000001954	0.9073226343676947		0	0	False	False	1.0	0					non-mobilizable	other	11724.0	99.932	99.0	0.004072748749305169	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
DEN0073_000000047365	1147	0.7318530603913737	1	1	1	1	1	False	70039	fragment	False	DEN0073_000000047365	1.0		0	0	False	False	0.9991281628608704	0					non-mobilizable	other	1147.0	99.041	100.0	0.0003270835450148015	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0112_000000000295	42826	0.7318460674854234	72	20	9	14	9	False	35493	maximal	True	ISR0112_000000000295	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	247.0	88.664	1.0	0.0011516938501459927	LR756489.1	viruses	uncultured phage genome assembly, chromosome: 1	True	True
SPA0020_000000025695	1353	0.73184481030041	2	1	1	1	1	False	7709	maximal	True	SPA0020_000000025695	1.0		15	4	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	88.0	87.5	6.0	2.4473923175511223e-05	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	False
ISR0821_000000002664	8792	0.7318412204782592	13	5	2	5	1	True	95165	maximal	True	ISR0821_000000002664	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	5.932749356746286e-07	CP039355.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu09	True	True
FIJ0036_000000006446	5439	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.5304811624953355	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3318.0	99.789	92.0	0.6307282753375166	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0164_000000004254	5385	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7492754988146578	PS1159|PS463	0	0	True	True	1.0	16		MOBV			mobilizable	other	3322.0	98.405	97.0	0.6314888762122076	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0093_000000007576	5363	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.751480003274887	PS1159|PS463	0	0	True	True	1.0	65		MOBV			mobilizable	other	3322.0	98.374	97.0	0.6312987259935349	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0036_000000001536	5289	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.47237985828322526	PS1159|PS463	0	0	False	True	0.9992437362670898	0		MOBV			mobilizable	other	4938.0	99.575	94.0	0.938771629587374	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0855_000000002099	5230	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7512572341119458	PS1159|PS463	0	0	True	True	1.0	81		MOBV			mobilizable	other	4288.0	98.71700000000001	100.0	0.8151739874500855	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0237_000000001440	5229	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7517913929181247	PS1159|PS463	0	0	True	True	1.0	110		MOBV			mobilizable	other	4288.0	98.741	100.0	0.8151739874500855	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0202_000000002203	5229	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.74752605558563	PS1159|PS463	0	0	True	True	1.0	624		MOBV			mobilizable	other	2902.0	99.655	100.0	0.551625784369652	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0038_000000006191	5220	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.751548697136911	PS1159|PS463	0	0	True	True	1.0	13		MOBV			mobilizable	other	4802.0	99.854	100.0	0.9129111998478798	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
USA0081_01_000000005988	5220	0.7318360154943473	6	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7520556464149666	PS1159|PS463	0	0	True	True	1.0	36		MOBV			mobilizable	other	3356.0	98.6	99.0	0.6379539836470812	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0157_000000003643	5213	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7531430195967526	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	3312.0	99.819	99.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0059_000000003631	5213	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7529199576564526	PS1159|PS463	0	0	True	True	1.0	5		MOBV			mobilizable	other	3314.0	99.789	100.0	0.6299676744628256	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0207_000000004719	5212	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7532682310176404	PS1159|PS463	0	0	True	True	1.0	28		MOBV			mobilizable	other	2903.0	99.72399999999999	99.0	0.5518159345883248	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0047_000000005580	5211	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7528724042652515	PS1159|PS463	0	0	True	True	0.9988486170768738	5		MOBV			mobilizable	other	2969.0	99.79799999999999	100.0	0.5643658490207264	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0074_000000005064	5211	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7523299052134296	PS1159|PS463	0	0	True	True	1.0	25		MOBV			mobilizable	other	3312.0	98.641	99.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0142_000000005131	5211	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7518657449101218	PS1159|PS463	0	0	True	True	1.0	165		MOBV			mobilizable	other	3429.0	98.51299999999999	100.0	0.6518349496101921	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0109_000000004927	5211	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.747604441605582	PS1159|PS463	0	0	True	True	1.0	111		MOBV			mobilizable	other	2902.0	99.897	100.0	0.551625784369652	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0064_000000005151	5211	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7527610130827602	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	3312.0	99.789	100.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0092_000000005517	5211	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7530976914046615	PS1159|PS463	0	0	True	True	1.0	6		MOBV			mobilizable	other	3643.0	99.78	100.0	0.6925270964061608	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0045_000000004113	5211	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7529000888096522	PS1159|PS463	0	0	True	True	1.0	5		MOBV			mobilizable	other	3312.0	99.789	100.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0029_000000006773	5211	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7529000888096522	PS1159|PS463	0	0	True	True	1.0	7		MOBV			mobilizable	other	3312.0	99.789	100.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0027_000000003655	5211	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7520237645174915	PS1159|PS463	0	0	True	True	1.0	21		MOBV			mobilizable	other	3312.0	98.671	99.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0046_000000004945	5211	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7529940866606772	PS1159|PS463	0	0	True	True	1.0	20		MOBV			mobilizable	other	3349.0	99.791	100.0	0.6366229321163719	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0015_000000005464	5211	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7522866018361303	PS1159|PS463	0	0	True	True	1.0	9		MOBV			mobilizable	other	4592.0	98.911	100.0	0.872979653926602	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
DEN0064_000000006441	5211	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7530777228007192	PS1159|PS463	0	0	True	True	1.0	209		MOBV			mobilizable	other	2908.0	99.794	100.0	0.5527666856816885	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0151_000000002951	5210	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.748980577357114	PS1159|PS463	0	0	True	True	1.0	14		MOBV			mobilizable	other	2985.0	99.73200000000001	100.0	0.5674082525194905	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0096_000000004853	5210	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7485892847320366	PS1159|PS463	0	0	True	True	1.0	406		MOBV			mobilizable	other	3619.0	98.56299999999999	100.0	0.6879634911580148	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0233_000000001641	5210	0.7318360154943473	6	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7516328431527698	PS1159|PS463	0	0	True	True	1.0	97		MOBV			mobilizable	other	3716.0	98.708	100.0	0.7064080623692717	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0062_000000004537	5210	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7513807785374159	PS1159|PS463	0	0	True	True	1.0	332		MOBV			mobilizable	other	3312.0	98.46	99.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AST0150_000000004882	5210	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7482623844956763	PS1159|PS463	0	0	True	True	1.0	116		MOBV			mobilizable	other	3444.0	98.49	100.0	0.6546872028902834	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0196_000000001648	5209	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7475603549358092	PS1159|PS463	0	0	True	True	0.9998080134391785	22		MOBV			mobilizable	other	3636.0	99.64200000000001	100.0	0.6911960448754516	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AST0094_000000003802	5209	0.7318360154943473	6	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7477188821081364	PS1159|PS463	0	0	True	True	1.0	97		MOBV			mobilizable	other	3349.0	99.64200000000001	100.0	0.6366229321163719	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0139_000000003394	5209	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7477803088775393	PS1159|PS463	0	0	True	True	0.9998080134391785	55		MOBV			mobilizable	other	3388.0	98.613	100.0	0.6440387906446092	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0089_000000004249	5209	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7474434131000574	PS1159|PS463	0	0	True	True	1.0	794		MOBV			mobilizable	other	2982.0	99.598	100.0	0.5668378018634721	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0211_000000005764	5209	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7525938259210757	PS1159|PS463	0	0	True	True	1.0	55		MOBV			mobilizable	other	2902.0	99.655	100.0	0.551625784369652	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0119_000000006153	5209	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7477700003265734	PS1159|PS463	0	0	True	True	1.0	154		MOBV			mobilizable	other	5182.0	99.691	100.0	0.9851682829435254	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AST0089_000000003483	5209	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.751506488740987	PS1159|PS463	0	0	True	True	1.0	36		MOBV			mobilizable	other	3768.0	98.48700000000001	100.0	0.7162958737402548	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0063_000000005736	5209	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7479246653214336	PS1159|PS463	0	0	True	True	1.0	43		MOBV			mobilizable	other	3636.0	99.697	100.0	0.6911960448754516	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0065_000000002755	5202	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7519010141387344	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	3535.0	98.61399999999999	100.0	0.6719908727895038	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0100_000000005553	5197	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7475888690023764	PS1159|PS463	0	0	True	True	1.0	656		MOBV			mobilizable	other	3462.0	99.82700000000001	100.0	0.6581099068263928	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0142_000000003285	5191	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7464361445809632	PS1159|PS463	0	0	True	True	1.0	129		MOBV			mobilizable	other	2786.0	98.241	100.0	0.5295683590036129	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0093_000000000821	5191	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7447486261772931	PS1159|PS463	0	0	True	True	1.0	12		MOBV			mobilizable	other	2903.0	99.72399999999999	100.0	0.5518159345883248	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0824_000000002900	5191	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7525384794283041	PS1159|PS463	0	0	True	True	1.0	30		MOBV			mobilizable	other	3535.0	98.61399999999999	100.0	0.6719908727895038	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0810_000000002334	5190	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7522205132103486	PS1159|PS463	0	0	True	True	1.0	46		MOBV			mobilizable	other	2868.0	99.82600000000001	100.0	0.5451606769347784	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0844_000000002651	5189	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7519747320599938	PS1159|PS463	0	0	True	True	1.0	492		MOBV			mobilizable	other	4691.0	98.84899999999999	100.0	0.8918045255752044	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0825_000000004158	5189	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7514842042577887	PS1159|PS463	0	0	True	True	1.0	248		MOBV			mobilizable	other	3312.0	99.60700000000001	100.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0255_000000005319	5189	0.7318360154943473	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7476861252241216	PS1159|PS463	0	0	True	True	0.9971092939376831	50		MOBV			mobilizable	other	5148.0	99.689	100.0	0.9787031755086518	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
USA0087_01_000000002482	5156	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7519842566698498	PS1159|PS463	0	0	True	True	1.0	44		MOBV			mobilizable	other	5132.0	99.805	99.0	0.975470621791215	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
DEN0021_000000005951	5149	0.7318360154943473	6	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7465155218758096	PS1159|PS463	0	0	True	True	0.9998058080673218	10		MOBV			mobilizable	other	5128.0	98.869	100.0	0.9749001711351968	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AST0014_000000003657	5140	0.7318360154943473	6	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7498660139855987	PS1159|PS463	0	0	True	True	1.0	13		MOBV			mobilizable	other	5119.0	98.867	100.0	0.9731888191671421	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0073_000000005057	5134	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7488081274328876	PS1159|PS463	0	0	True	True	1.0	39		MOBV			mobilizable	other	4874.0	98.87200000000001	100.0	0.9266020155923179	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0299_000000001350	5125	0.7318360154943473	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7458631370860328	PS1159|PS463	0	0	True	True	1.0	14		MOBV			mobilizable	other	5103.0	99.60799999999999	100.0	0.970146415668378	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0088_000000004447	4924	0.7318360154943473	6	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7406886346220332	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	3026.0	99.24	99.0	0.5752044114850732	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0086_000000006098	4065	0.7318360154943473	6	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.018676821646444595	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	other	3023.0	99.57	100.0	0.5746339608290549	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MAD0032_000000005344	2966	0.7318316558352831	3	3	3	3	3	False	52138	fragment	False	MON0011_000000015764	0.9410412715366511		0	0	False	False	0.9908968210220337	0					non-mobilizable	other	2904.0	95.145	98.0	0.12943958593610566	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0110_000000002987	5617	0.7318289261712437	7	6	4	6	2	False	52365	fragment	False	FIJ0110_000000002987	0.9919961427193829		0	0	False	False	0.9996439218521118	0					non-mobilizable	no_good_hit	1822.0	96.542	32.0	0.031829867608737475	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0140_000000010727	2022	0.7318243458570299	2	2	2	2	2	False	3485	maximal	True	SPA0140_000000010727	1.0		11	6	False	False	0.9990108609199524	0					non-mobilizable	no_good_hit	1334.0	95.87700000000001	66.0	0.0006463328007835512	LR134481.1	g-proteobacteria	Haemophilus parainfluenzae strain NCTC10665 genome assembly, chromosome: 1	True	False
MAD0039_000000002411	4827	0.7318205410988791	5	5	2	3	3	False	79058	fragment	False	MAD0039_000000002411	1.0		0	0	False	False	0.9962709546089172	0					non-mobilizable	no_good_hit	1357.0	76.934	43.0	0.0027810478904810795	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0208_000000000882	18805	0.7318186457363851	29	18	8	12	9	True	73160	maximal	True	ISR0208_000000000882	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	4888.0	74.877	59.0	0.0013418420336460226	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0781_000000020274	1488	0.7318183716557511	3	2	2	2	2	False	70130	fragment	False	DEN0082_000000023637	0.5836698140364048		0	0	False	False	0.9899193644523621	0					non-mobilizable	no_good_hit	512.0	77.734	34.0	0.0001412148560265607	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0110_000000022645	1321	0.7318167787995261	2	1	1	1	1	True	59783	maximal	True	ENG0110_000000022645	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0107_000000032041	1879	0.7318114483182621	2	2	2	2	2	False	8588	maximal	True	MON0107_000000032041	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	83.333	59.0	0.008653785637862673	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
CHI0060_000000012824	1231	0.7318089694084348	2	2	2	1	1	False	85692	maximal	True	CHI0060_000000012824	1.0		26	8	False	False	1.0	0					non-mobilizable	other	1077.0	99.62899999999999	100.0	0.0011823889971890789	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
DEN0039_000000019121	1144	0.7318089694084348	2	2	2	1	1	False	73202	fragment	False	DEN0039_000000019121	0.9722222222222222		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	99.738	100.0	0.0012560135908802205	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
DEN0052_000000019221	2257	0.7318064172355935	3	3	3	1	1	False	72293	fragment	False	DEN0052_000000019221	1.0		0	0	False	False	0.9964554905891418	0					non-mobilizable	no_good_hit	783.0	87.61200000000001	75.0	0.0003647064858991041	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MAD0076_000000003207	1982	0.7317998430309266	2	2	2	2	1	False	18700	maximal	True	MAD0076_000000003207	1.0		2	1	False	False	0.9994954466819763	0					non-mobilizable	no_good_hit	1376.0	72.965	68.0	0.0049655836201364986	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
AST0148_000000014517	2390	0.7317973696435688	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.6394290547368968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
CHI0159_000000006868	2172	0.7317973696435688	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.48102084547752344		0	0	False	False	0.9875690340995789	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
FIJ0108_000000004575	4697	0.7317882759988991	6	3	2	3	3	False	51105	fragment	False	FIJ0073_000000003910	0.9761976915977174		0	0	False	False	0.9995741844177246	0					non-mobilizable	no_good_hit	898.0	79.176	19.0	0.00026150581667417315	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0037_000000001319	12567	0.7317850696315419	13	8	6	7	3	True	97626	fragment	False	ISR0196_000000001235	0.9759576781188272		0	0	False	False	0.9998408555984497	0					non-mobilizable	no_good_hit	1148.0	82.666	9.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ISR0197_000000003080	6895	0.7317793408949584	7	4	3	4	2	True	28945	fragment	False	ISR0197_000000003080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.201412079905149e-07	LR877239.1	rodents	Acomys russatus genome assembly, chromosome: 28	True	True
ISR0210_000000005802	3306	0.7317768935285429	3	1	1	1	1	False	28445	maximal	True	ISR0210_000000005802	1.0		3	2	False	False	0.9906231164932251	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.000813063215665018	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MAD0105_000000033280	1195	0.7317768935285429	1	1	1	1	1	False	14770	fragment	False	MAD0105_000000033280	1.0		0	0	False	False	0.9866108894348145	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	0.0006775526797208483	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0241_000000010710	1487	0.7317704705538539	2	1	1	1	1	False	66039	fragment	False	ISR0241_000000010710	1.0		0	0	False	False	0.9993274807929993	0					non-mobilizable	no_good_hit								True	False
AST0110_000000002703	7053	0.7317692552465038	9	9	3	7	7	False	107056	fragment	False	USA0035_01_000000003452	0.9700962133622262		0	0	False	False	1.0	0					non-mobilizable	other	7054.0	99.291	100.0	0.26342538958854966	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
ISR0306_000000008124	1302	0.7317474646635928	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8192507844860485		0	0	False	False	0.9869431853294373	0					non-mobilizable	chromosome	1192.0	95.302	99.0	0.00033876899709017055	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0058_000000023437	1289	0.7317474646635928	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8165862151601779		0	0	False	False	0.9899146556854248	0					non-mobilizable	chromosome	1194.0	95.31	100.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0055_000000028633	1281	0.7317474646635928	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8143058255368001		0	0	False	False	0.9992193579673767	0					non-mobilizable	chromosome	1194.0	95.31	100.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0148_000000008597	3402	0.731744833028168	3	3	2	2	1	False	126629	maximal	True	ISR0148_000000008597	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1509.0	97.81299999999999	44.0	0.037448713166728834	NZ_JAAIQH010000025.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_25_length_40215_cov_181.153, whole genome shotgun sequence	True	False
ENG0184_000000009278	2417	0.7317414454223773	3	3	3	3	2	True	55114	maximal	True	ENG0184_000000009278	1.0		132	11	False	False	0.9979313015937805	0					non-mobilizable	no_good_hit	1908.0	97.01299999999999	79.0	0.0024116894219533293	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
USA0034_01_000000018879	2879	0.7317344609089848	6	5	3	3	4	False	1473	maximal	True	USA0034_01_000000018879	1.0		3	2	False	False	0.9979159235954285	0					non-mobilizable	no_good_hit	450.0	74.667	16.0	0.0061108984524525616	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0137_000000003883	4608	0.7317344093518657	6	5	3	3	5	False	58001	maximal	True	ENG0137_000000003883	1.0		1	1	False	False	0.9952256679534912	0					non-mobilizable	no_good_hit	691.0	78.582	28.0	0.00023090358361688585	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0121_01_000000016546	2796	0.7317323104725703	4	4	4	4	1	False	101822	fragment	False	USA0121_01_000000016546	0.9985286539171647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1478.0	92.49	82.0	0.00041396009458412043	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0009_000000012830	2769	0.7317323104725703	4	4	4	4	1	False	101822	fragment	False	USA0121_01_000000016546	0.9960658082975679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1478.0	92.42200000000001	82.0	0.00041396009458412043	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0322_000000004693	2265	0.7317323104725703	4	4	4	4	1	False	41829	fragment	False	ISR0322_000000004693	1.0		0	0	False	False	0.9885209798812866	0					non-mobilizable	no_good_hit	1023.0	90.029	78.0	0.0002860905473772129	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0036_000000004923	2213	0.7317271509288783	3	2	2	2	2	True	124287	maximal	True	CHI0036_000000004923	1.0		114	11	False	False	1.0	0					non-mobilizable	chromosome	1693.0	95.09700000000001	100.0	0.0005970597980794576	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0114_000000032115	1281	0.7317204935724263	2	2	2	2	2	False	41804	maximal	True	FIJ0114_000000032115	1.0		24	6	False	False	0.9773614406585693	0					non-mobilizable	no_good_hit	256.0	71.484	20.0	6.572155062012604e-05	CP025223.1	firmicutes	Enterococcus sp. CR-Ec1 chromosome, complete genome	True	False
ISR0344_000000026892	1312	0.7317190371686615	2	1	1	1	1	False	24239	fragment	False	ISR0344_000000026892	1.0		0	0	False	False	0.9931402206420898	0					non-mobilizable	no_good_hit	813.0	78.229	62.0	0.05819383576406351	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0070_000000007237	2568	0.7317180665335943	4	4	4	4	4	False	92593	maximal	True	MAD0070_000000007237	1.0		1	1	False	False	0.9996106028556824	0					non-mobilizable	chromosome	2569.0	86.61	100.0	0.00047718109589555476	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CHI0005_000000013747	1441	0.7317178351034134	1	1	1	1	1	True	90723	maximal	True	CHI0005_000000013747	1.0		1	1	False	False	0.9993060231208801	0					non-mobilizable	no_good_hit								True	True
ISR0123_000000004791	3981	0.731713419613869	5	3	2	2	3	False	127789	fragment	False	AST0029_000000007310	0.5357941516191083		0	0	False	False	1.0	0					non-mobilizable	other	3450.0	98.87	90.0	0.06593742828730972	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0357_000000000263	37843	0.731706197399112	41	17	9	15	8	True	122324	fragment	False	ISR0067_000000000295	0.6769491361981167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	88.919	2.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0063_000000004623	5212	0.7317047175610071	3	3	3	3	3	False	45642	maximal	True	FIJ0063_000000004623	0.9818995322351027		3	1	False	False	0.997505784034729	0					non-mobilizable	no_good_hit	700.0	98.571	13.0	0.9985714285714286	EU064847.1	bacteria	Uncultured bacterium clone HA0AAA19ZB11FM1 genomic sequence	True	False
MAD0014_000000024027	1423	0.7317010118835999	3	1	1	1	1	True	34287	fragment	False	ISR0312_000000013048	0.7842686715070757		0	0	False	False	0.990161657333374	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	0.00010318007046591872	NZ_FOLE01000003.1	CFB group bacteria	Flexibacter flexilis DSM 6793, whole genome shotgun sequence	True	True
FIJ0007_000000000238	35925	0.7316998447362134	46	15	11	12	6	True	51629	fragment	False	FIJ0007_000000000238	0.9999953598010283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	0.0	2.479425811110999e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
FIJ0030_000000000338	35920	0.7316998447362134	46	15	11	12	6	True	51629	fragment	False	FIJ0007_000000000238	0.9999675231279207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	0.0	2.3641036803616503e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
FIJ0077_000000000400	35920	0.7316998447362134	46	15	11	12	6	True	51629	fragment	False	FIJ0007_000000000238	0.9999675231279207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	0.0	2.3641036803616503e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
FIJ0147_000000000211	35918	0.7316998447362134	46	15	11	12	6	True	51629	fragment	False	FIJ0007_000000000238	0.9999396847758312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	0.0	2.3641036803616503e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
FIJ0157_000000000343	35917	0.7316998447362134	46	15	11	12	6	True	51629	fragment	False	FIJ0007_000000000238	0.9999211254008147		0	0	False	False	0.9998329281806946	0					non-mobilizable	no_good_hit	83.0	98.795	0.0	2.3641036803616503e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
CHI0182_000000022320	1301	0.7316992986213654	2	1	1	1	1	False	101908	fragment	False	ENG0098_000000015225	0.31704269418229736		0	0	False	False	0.996925413608551	0					non-mobilizable	chromosome	1301.0	98.54	100.0	0.00023746283021718167	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
USA0048_01_000000013356	1194	0.7316992986213654	2	1	1	1	1	False	101908	fragment	False	ENG0098_000000015225	0.18224611161902002		0	0	False	False	0.9932998418807983	0					non-mobilizable	other	1201.0	82.431	100.0	0.11552626477999613	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	False
CHI0059_000000015826	1193	0.7316992986213654	2	1	1	1	1	False	101908	fragment	False	ENG0098_000000015225	0.22598653958211834		0	0	False	False	1.0	0					non-mobilizable	chromosome	1193.0	99.916	100.0	0.00021773514893760044	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
AUS0006_000000023489	1137	0.7316992986213654	2	1	1	1	1	False	101908	fragment	False	ENG0098_000000015225	0.22060041882793863		0	0	False	False	1.0	0					non-mobilizable	chromosome	1137.0	100.0	100.0	0.000175435995512792	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ENG0042_000000021704	1131	0.7316992986213654	2	1	1	1	1	False	101908	fragment	False	ENG0098_000000015225	0.1738918838054494		0	0	False	False	1.0	0					non-mobilizable	chromosome	1130.0	93.71700000000001	99.0	0.000205496679995638	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0083_000000035601	1163	0.7316938959043738	2	2	2	2	2	False	60128	fragment	False	ENG0105_000000017891	0.9351415094339623		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	99.914	100.0	0.010734014447503095	NZ_CABJDM010000012.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ENG0100_000000013914	2174	0.7316936694926672	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.6059446557402282		0	0	False	False	1.0	0					non-mobilizable	chromosome	2174.0	99.86200000000001	100.0	0.00033433680532797165	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0023_000000018262	1276	0.7316915454531082	1	1	1	1	1	False	12968	fragment	False	MON0023_000000018262	1.0		0	0	False	False	0.9984325766563416	0					non-mobilizable	no_good_hit	1127.0	78.172	87.0	0.01081138838431426	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0181_000000007133	2842	0.7316897863110886	5	5	5	4	3	False	77437	maximal	True	CHI0181_000000007133	1.0		1	1	False	False	0.993666410446167	0					non-mobilizable	no_good_hit	1046.0	86.329	71.0	0.00019388386560929632	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CHI0148_000000007209	1634	0.7316897274856603	4	4	2	2	3	False	79599	fragment	False	FIJ0084_000000007872	0.9868576397658937		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	99.32700000000001	100.0	0.06406182574241889	NZ_CYZN01000039.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0098_000000008903	3227	0.7316868050721982	3	2	1	2	1	True	9202	maximal	True	MON0098_000000008903	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	70.47399999999999	32.0	0.0007613150068226113	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	True	True
USA0015_01_000000002968	8858	0.7316812456073792	7	7	7	7	7	False	103012	maximal	True	USA0015_01_000000002968	0.9969500708837248		45	7	False	False	0.9998871088027954	0					non-mobilizable	chromosome	8858.0	99.977	100.0	0.0012501362065529325	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0156_000000018737	1157	0.7316811908708987	3	3	1	3	1	False	3168	maximal	True	SPA0156_000000018737	1.0		2	1	False	False	0.9835782051086426	0					non-mobilizable	no_good_hit								True	False
MAD0037_000000003987	3210	0.7316798056371201	4	4	4	4	2	False	38405	maximal	True	MAD0037_000000003987	1.0		0	0	False	False	0.9987539052963257	0					non-mobilizable	no_good_hit	1518.0	99.868	47.0	0.0006180809665694388	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ISR0072_000000013691	2105	0.7316787381505698	2	2	2	2	2	False	111712	maximal	False	ISR0205_000000007601	0.9591785361263435		0	0	False	False	0.9995249509811401	0					non-mobilizable	no_good_hit	106.0	96.226	5.0	0.012052381504229923	MK233614.1	viruses	Uncultured human fecal virus clone RuminococcusA.sp_S01.I14_1_c1 sequence	True	False
SPA0115_000000016032	1724	0.731672157125201	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.28443948690722354		0	0	False	True	1.0	0					non-mobilizable	other	1680.0	92.14299999999999	100.0	0.0005052136665415174	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0063_000000016502	1704	0.731672157125201	3	2	2	2	1	True	113473	backbone	True	FIJ0063_000000016502	0.3756299351449733	PS730	272	14	False	True	1.0	0					non-mobilizable	chromosome	1717.0	89.691	100.0	0.000572883235154431	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0055_000000006753	2120	0.7316688920568436	3	1	1	1	1	False	88811	fragment	False	ISR0055_000000006753	0.975078651003539		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	99.839	100.0	0.08923054817156405	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0101_000000013388	2080	0.7316688920568436	2	1	1	1	1	False	88811	fragment	False	ISR0055_000000006753	0.9393203191346012		0	0	False	False	0.9413461685180664	0					non-mobilizable	other	1062.0	99.906	94.0	0.0762267404267548	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0354_000000009609	2007	0.7316688920568436	3	1	1	1	1	False	88811	fragment	False	ISR0055_000000006753	0.6466981132075472		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	99.92	100.0	0.0900926790717724	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0130_000000022335	1499	0.7316688920568436	3	1	1	1	1	False	88810	fragment	False	SPA0130_000000022335	1.0		0	0	False	False	0.9986657500267029	0					non-mobilizable	other	1495.0	99.866	100.0	0.10733529707593936	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0078_01_000000012255	1411	0.7316688920568436	2	1	1	1	1	False	28430	fragment	False	ISR0210_000000012452	0.9273615635179153		0	0	False	False	1.0	0					non-mobilizable	other	966.0	99.896	100.0	0.06932969322508802	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0106_000000020195	1346	0.7316688920568436	2	1	1	1	1	False	88809	fragment	False	ISR0106_000000020195	0.9724112393722336		0	0	False	False	0.9933135509490967	0					non-mobilizable	other	1346.0	99.926	100.0	0.09663050506501904	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0167_000000021640	1280	0.7316688920568436	1	1	1	1	1	False	88809	fragment	False	ISR0106_000000020195	0.7138143534634902		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	99.835	95.0	0.08693153243767512	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0027_000000013704	1269	0.7316688920568436	2	1	1	1	1	False	88809	fragment	False	ISR0106_000000020195	0.9633444516797177		0	0	False	False	0.9889677166938782	0					non-mobilizable	other	1252.0	99.84	100.0	0.08987714634672031	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0815_000000024625	1250	0.7316688920568436	1	1	1	1	1	False	88809	fragment	False	ISR0106_000000020195	0.716559108598909		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	99.914	94.0	0.0839140742869459	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0174_000000019800	1245	0.7316688920568436	1	1	1	1	1	False	88809	fragment	False	ISR0106_000000020195	0.9588889264870805		0	0	False	False	0.9991967678070068	0					non-mobilizable	other	1245.0	99.92	100.0	0.0893742366549321	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0331_000000021766	1166	0.7316688920568436	1	1	1	1	1	False	88809	fragment	False	ISR0106_000000020195	0.7052310027365982		0	0	False	False	0.9982847571372986	0					non-mobilizable	other	1158.0	99.82700000000001	100.0	0.08312378762842158	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0114_000000006913	1157	0.7316688920568436	1	1	1	1	1	False	88809	fragment	False	ISR0106_000000020195	0.5884092601166723		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	99.82700000000001	100.0	0.08305194338673755	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0826_000000002965	3988	0.7316669558191495	6	6	3	3	2	False	132272	fragment	False	DEN0079_000000010289	0.30354147617675614		0	0	False	False	0.9977432489395142	0					non-mobilizable	other	3993.0	94.791	100.0	0.0009304079143464795	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0028_000000025896	1292	0.7316638439692603	2	2	2	2	2	False	17606	fragment	False	SPA0028_000000025896	0.9777169663799843		0	0	False	False	0.9821981191635132	0					non-mobilizable	no_good_hit	79.0	83.544	6.0	0.0014546416291986246	NZ_AUFC01000022.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ISR0176_000000012425	2703	0.7316636910703987	4	4	2	3	3	False	39909	maximal	True	ISR0176_000000012425	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	73.405	37.0	0.003618446098568212	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0192_000000012771	1737	0.7316563108796034	3	2	2	2	2	False	54647	maximal	True	ENG0192_000000012771	1.0		41	7	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00016228984967151333	NZ_FZPC01000016.1	g-proteobacteria	Pseudomonas delhiensis strain RLD-1, whole genome shotgun sequence	True	False
ISR0370_000000015069	1778	0.7316531785709491	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2415522646187667		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	97.35700000000001	100.0	0.0005350206707057666	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0033_000000017945	1755	0.7316531785709491	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2359022946697219		0	0	False	False	1.0	0					non-mobilizable	chromosome	1755.0	99.544	100.0	0.000618937875786861	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0083_000000004277	5194	0.7316522993522833	7	6	6	6	5	False	65896	maximal	True	ISR0083_000000004277	1.0		79	12	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	77.852	7.0	9.853334052192924e-05	NC_003869.1	firmicutes	Caldanaerobacter subterraneus subsp. tengcongensis MB4, complete sequence	True	False
ISR0256_000000006854	2611	0.7316416781239502	5	5	4	5	2	False	26845	maximal	True	ISR0256_000000006854	1.0		17	5	False	False	0.995404064655304	0					non-mobilizable	no_good_hit	1013.0	96.446	39.0	0.004835465174616675	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0106_000000004755	4141	0.731640298959701	5	3	3	3	3	False	111990	fragment	False	SPA0116_000000008423	0.6432324243182387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	79.204	32.0	0.0029988471199516196	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0129_000000003031	6702	0.7316370062712363	11	2	2	2	1	False	40971	fragment	False	FIJ0129_000000003031	1.0		0	0	False	False	0.9986571073532104	0					non-mobilizable	no_good_hit	1328.0	85.316	20.0	0.00043118786385553054	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0117_000000014030	1918	0.7316342565790149	4	4	4	2	2	False	32419	fragment	False	ISR0117_000000014030	1.0		0	0	False	False	0.9994786381721497	0					non-mobilizable	other	1289.0	96.12100000000001	99.0	0.0003878978286756481	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0029_000000034173	1207	0.7316282454487345	2	1	1	1	1	False	37078	fragment	False	ISR0029_000000034173	0.9739024677189514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0103_000000016556	1128	0.7316261293110914	2	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.26429175938542576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	430.0	95.116	38.0	0.0035986008237356665	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0044_01_000000001173	24203	0.7316227376397008	29	15	8	12	8	True	118521	maximal	True	USA0044_01_000000001173	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2987.0	77.87100000000001	17.0	0.001063902363708829	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
ISR0774_000000005893	4076	0.7316192120773672	4	4	3	3	3	True	112056	fragment	False	ISR0774_000000005893	0.8554093763111607		0	0	False	False	0.9997546672821045	0					non-mobilizable	other	4076.0	99.779	100.0	0.014559135098055329	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0101_000000022310	1514	0.7316155138693036	2	2	2	2	2	False	60447	maximal	True	ENG0101_000000022310	1.0		1	1	False	False	0.9993395209312439	0					non-mobilizable	chromosome	1512.0	85.979	99.0	0.00023228624694324708	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0050_000000025200	1169	0.7316123170321633	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.12434390418002968	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1178.0	80.815	100.0	0.0003310890953929123	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0022_000000011155	2289	0.7316122961287496	2	2	2	2	2	False	77610	fragment	False	ISR0022_000000011155	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2296.0	95.427	100.0	0.0006483655737183709	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0087_000000003737	7323	0.7316113424534071	9	5	3	4	3	True	122901	fragment	False	ENG0087_000000003737	0.9780227496138183		0	0	False	False	1.0	0					non-mobilizable	other	7332.0	97.6	100.0	0.042700021565667455	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
SPA0047_000000006542	6048	0.7316113424534071	8	5	3	4	3	True	115675	fragment	False	SPA0047_000000006542	1.0		0	0	False	False	0.9996693134307861	0					non-mobilizable	other	6055.0	97.209	100.0	0.035256952013475625	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0105_000000002540	5546	0.7316113424534071	6	5	3	4	3	True	115669	fragment	False	ISR0105_000000002540	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5551.0	97.1	100.0	0.03231935839225035	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
MAD0097_000000031071	1342	0.7316001589417979	2	2	2	2	1	False	73386	fragment	False	ISR0262_000000011318	0.6342254678073062		0	0	False	False	0.9985097050666809	0					non-mobilizable	other	1342.0	99.255	100.0	0.15983313468414778	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
SPA0145_000000021818	1600	0.7315982791477699	4	2	1	2	1	False	94937	fragment	False	MON0011_000000021768	0.1581768165433504		0	0	False	False	0.9987499713897705	0					non-mobilizable	chromosome	1600.0	99.93799999999999	100.0	0.0005382140381973768	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0096_000000011303	3280	0.7315975775735958	3	3	3	2	1	False	58713	maximal	False	SPA0093_000000011970	0.9378912397272249		0	0	False	False	0.9996951222419739	0					non-mobilizable	chromosome	3280.0	95.274	99.0	0.0011675739288364046	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0033_000000003816	6724	0.7315802703236499	6	5	4	5	4	False	106345	maximal	True	ISR0033_000000003816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	86.316	14.0	0.000262103638203704	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0800_000000007241	1665	0.7315799583067962	1	1	1	1	1	False	80239	fragment	False	ISR0800_000000007241	0.9980976537729866		0	0	False	False	1.0	0					non-mobilizable	chromosome	1666.0	98.92	100.0	0.0005657651914749889	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0039_000000003403	3906	0.7315674035080219	4	4	4	4	4	False	116883	fragment	False	CHI0039_000000003403	0.9461500176544988		0	0	False	False	1.0	0					non-mobilizable	other	3907.0	96.05799999999999	100.0	0.013563596072288235	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
MON0001_000000008781	3792	0.7315662413852378	4	4	4	4	4	False	131671	fragment	False	SPA0127_000000007365	0.954066265060241		0	0	False	False	0.9997363090515137	0					non-mobilizable	no_good_hit	902.0	87.583	24.0	0.00027322779299945263	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0046_000000016702	2033	0.731566008117139	3	3	2	3	2	False	36170	fragment	False	ISR0046_000000016702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	3.0	2.823258099283586e-05	NZ_CP029477.1	firmicutes	Lactobacillus kullabergensis strain ESL0186 chromosome, complete genome	True	False
ISR0331_000000009269	2489	0.7315554169314926	6	4	4	3	1	False	122284	maximal	True	ISR0331_000000009269	1.0		68	9	False	False	0.9995982050895691	0					non-mobilizable	no_good_hit	1981.0	75.517	78.0	0.12925938226502823	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
ISR0103_000000010496	2666	0.7315502404379622	4	3	3	2	1	False	33057	fragment	False	ISR0103_000000010496	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2666.0	99.775	100.0	0.01779870433446871	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MAD0052_000000001608	8131	0.7315416787084059	8	5	4	5	3	True	19874	maximal	False	MAD0110_000000003177	0.9838525883539436		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1619.0	97.715	45.0	0.00031216457269940307	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	True
FIJ0105_000000028219	1225	0.7315302731769759	1	1	1	1	1	False	42393	fragment	False	FIJ0105_000000028219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	3.0	0.017361111111111112	LR783628.1	tunicates	Phallusia mammillata mRNA for coiled-coil domain-containing protein 115-like (Ccdc115 gene)	True	False
CHI0055_000000001396	9237	0.7315301684005184	9	5	2	2	3	False	93491	maximal	True	CHI0055_000000001396	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	5345.0	92.70299999999999	81.0	0.009638801995951811	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
AST0029_000000005955	5231	0.7315300772638407	3	3	3	3	1	False	118451	maximal	True	AST0029_000000005955	1.0		1	1	False	False	0.9998088479042053	0					non-mobilizable	no_good_hit	720.0	84.306	14.0	0.002089630318530574	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
FIJ0098_000000020969	1152	0.7315274546464634	2	2	2	2	2	False	42833	fragment	False	FIJ0098_000000020969	1.0		0	0	False	False	0.9713541865348816	0					non-mobilizable	no_good_hit	691.0	74.385	59.0	0.00023562775276653473	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0195_000000002302	9481	0.7315245265596829	9	5	4	5	0	False	115473	fragment	False	ISR0195_000000002302	1.0		0	0	False	False	0.9975740909576416	0					non-mobilizable	virus	4568.0	96.475	90.0	0.1298546106353316	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ISR0381_000000008871	1917	0.731505997640193	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.18530734218321587		0	0	False	False	0.9926969408988953	0					non-mobilizable	chromosome	1917.0	96.818	100.0	0.0006039185995896758	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0145_01_000000014498	1631	0.7315025962612535	2	2	2	2	2	False	73256	fragment	False	DEN0039_000000012210	0.9614300799672232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	91.85	64.0	0.0003078578159017057	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0197_000000016200	1579	0.7315002286223053	3	2	2	2	2	False	28920	maximal	True	ISR0197_000000016200	1.0		8	4	False	False	0.9949334859848022	0					non-mobilizable	no_good_hit	1124.0	98.84299999999999	71.0	0.41135531135531134	NZ_WAJR01000050.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_050, whole genome shotgun sequence	True	False
SPA0092_000000004538	7772	0.731496336102898	12	3	1	3	1	False	62366	fragment	False	SPA0092_000000004538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	1.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
CHI0040_000000001437	10363	0.7314907776590217	16	3	2	3	2	False	87725	maximal	True	CHI0040_000000001437	1.0	PS243	1	1	False	True	0.9999035000801086	0					non-mobilizable	no_good_hit	406.0	100.0	5.0	0.08077383326685281	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	True
SPA0117_000000006339	5773	0.7314883919634655	10	3	3	3	3	True	111725	fragment	False	SPA0117_000000006339	1.0		0	0	False	False	0.9953230619430542	0					non-mobilizable	other	2324.0	98.193	96.0	0.013368737544207265	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0206_000000005051	4998	0.7314855250379938	6	4	4	3	4	False	116359	fragment	False	ISR0146_000000007051	0.7982042818058928		0	0	False	False	0.999799907207489	0					non-mobilizable	no_good_hit	2096.0	96.899	77.0	0.026946647440519104	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MON0100_000000013839	3046	0.7314841101815713	4	4	4	4	3	False	124916	fragment	False	MON0100_000000013839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	84.211	2.0	0.0009535532862913712	NZ_RZNC01000009.1	high GC Gram+	Labedella populi strain 8H24J-4-2 scaffold_8, whole genome shotgun sequence	True	False
ISR0130_000000025194	1274	0.7314818156650453	2	1	1	1	1	False	31716	maximal	True	ISR0130_000000025194	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0087_000000032295	1588	0.7314707346775378	3	2	2	2	1	False	9687	fragment	False	MON0087_000000032295	1.0		0	0	False	False	0.9477329850196838	0					non-mobilizable	no_good_hit								True	False
ISR0357_000000013281	1939	0.7314676571162426	3	3	3	3	2	False	104068	maximal	True	ISR0357_000000013281	1.0		280	11	False	False	0.9963898658752441	0					non-mobilizable	other	1937.0	100.0	99.0	0.004036343773064077	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0397_000000006336	3144	0.7314647016274323	6	4	4	3	3	False	132111	maximal	False	AST0002_000000010248	0.9586553979493672		0	0	False	False	0.9993638396263123	0					non-mobilizable	chromosome	2105.0	76.675	100.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0004_000000025615	1728	0.7314525120546672	2	2	2	2	2	True	107683	fragment	False	CAN0015_000000018317	0.7593742421739273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	79.808	6.0	2.776990963671404e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
CHI0115_000000000417	14843	0.7314490818776074	20	10	6	8	8	True	82260	maximal	True	CHI0115_000000000417	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	77.163	5.0	0.005347021708908138	MK554696.1	viruses	Fusobacterium phage Fnu1, complete genome	True	True
CAN0003_000000023014	2156	0.7314395903789108	3	3	3	3	1	False	122445	maximal	True	CAN0003_000000023014	1.0	PS871	8	3	False	True	0.9800556302070618	0					non-mobilizable	no_good_hit	1805.0	93.241	84.0	0.7812906019922045	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
TAN0002_000000015582	2422	0.7314384558522817	2	2	2	2	2	False	3046	fragment	False	TAN0002_000000015582	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2422.0	97.77	100.0	0.007687685396259168	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
MAD0030_000000001153	7268	0.7314334827967995	4	4	3	4	4	False	103506	fragment	False	MON0033_000000008819	0.8249613412675667		0	0	False	False	0.999724805355072	0		MOBF			mobilizable	plasmid	7287.0	95.869	100.0	0.03295768658303211	CP031548.1	enterobacteria	Escherichia coli strain cq9 plasmid unnamed2, complete sequence	False	True
FIJ0066_000000010934	2903	0.7314309953265336	4	2	2	2	1	False	49619	maximal	True	FIJ0066_000000010934	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	95.22200000000001	52.0	0.00032318676766581025	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0021_000000026508	1815	0.7314309953265336	2	2	2	2	1	False	49618	fragment	False	FIJ0021_000000026508	1.0		0	0	False	False	0.9961432218551636	0					non-mobilizable	no_good_hit	1064.0	77.538	58.0	0.00031097520342961225	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0368_000000002162	5354	0.7314294510423589	7	3	3	2	3	False	102671	fragment	False	ISR0368_000000002162	0.9773994214658546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2025.0	82.025	86.0	0.000567743843989908	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0001_000000009028	3763	0.731411862488606	7	7	3	5	7	False	97989	fragment	False	SPA0001_000000009028	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3766.0	99.124	100.0	0.04641844408827518	CP041424.1	enterobacteria	Escherichia coli strain STEC409 plasmid pSTEC409_2, complete sequence	False	True
DEN0070_000000008343	3923	0.7314100384453176	6	4	2	4	2	False	70630	maximal	True	DEN0070_000000008343	1.0		2	1	False	False	0.9971960186958313	0					non-mobilizable	no_good_hit	474.0	85.654	12.0	0.00015868609274403593	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0849_000000020679	1313	0.7314071116628109	2	2	1	2	1	False	78847	fragment	False	ISR0849_000000020679	0.9981121898597626		0	0	False	False	0.9672505855560303	0					non-mobilizable	chromosome	1306.0	100.0	99.0	0.0004342879125859965	CP058562.1	verrucomicrobia	Akkermansia muciniphila strain AK32 chromosome, complete genome	False	False
ENG0016_000000003120	7114	0.7313968029409021	12	8	2	7	5	True	81118	maximal	True	ENG0016_000000003120	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	89.286	3.0	6.655700321220361e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0067_000000005651	3938	0.7313914630420589	5	3	3	3	2	True	30632	maximal	True	SPA0067_000000005651	1.0		2	2	False	False	0.9987303018569946	0					non-mobilizable	chromosome	3564.0	93.21	90.0	0.0008922585281447848	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ISR0126_000000007368	6551	0.7313877317152078	7	7	6	5	3	False	100732	maximal	True	ISR0126_000000007368	1.0		21	6	False	False	0.9931308031082153	0					non-mobilizable	no_good_hit	2993.0	85.46600000000001	46.0	0.00047553168259785656	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
SPA0030_000000007519	4050	0.7313853158047751	5	4	4	4	4	False	128366	fragment	False	SPA0030_000000007519	1.0		0	0	False	False	0.9908642172813416	0					non-mobilizable	chromosome	1866.0	98.98200000000001	100.0	0.0006554219916042728	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
DEN0046_000000012369	1979	0.7313712200910654	3	3	3	3	3	False	72714	fragment	False	DEN0046_000000012369	1.0		0	0	False	False	0.9994946718215942	0					non-mobilizable	no_good_hit	549.0	95.811	28.0	0.01910805693850361	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0148_000000026497	1366	0.7313702015582796	3	2	2	1	1	False	110330	fragment	False	ISR0279_000000015900	0.786028557286608		0	0	False	False	0.9992679357528687	0					non-mobilizable	other	1368.0	98.319	100.0	0.011595728425663402	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0088_000000009766	1154	0.7313702015582796	2	2	2	1	1	False	110330	fragment	False	ISR0279_000000015900	0.2556113743613744		0	0	False	False	0.9956672191619873	0					non-mobilizable	other	1156.0	98.35600000000001	100.0	0.009796098538225157	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0021_000000006254	3025	0.7313691140154932	6	5	4	4	4	False	66385	maximal	True	ENG0021_000000006254	1.0		24	5	False	False	0.9996694326400757	0					non-mobilizable	no_good_hit	2344.0	99.616	77.0	0.01119515306731904	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0054_000000010458	2394	0.7313675478992143	3	3	3	2	2	False	99229	fragment	False	FIJ0054_000000010458	0.9868253293667658		0	0	False	False	0.9995822906494141	0					non-mobilizable	no_good_hit	613.0	81.24	25.0	0.0001711484708769378	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0034_000000022120	1329	0.7313671742703289	1	1	1	1	1	False	12227	fragment	False	MON0034_000000022120	0.9962624584717608		0	0	False	False	0.9864559769630432	0					non-mobilizable	no_good_hit	830.0	74.819	62.0	0.010324262015736982	NZ_SJFN01000023.1	a-proteobacteria	Siculibacillus lacustris strain SA-279 scaffold_22, whole genome shotgun sequence	True	False
ETH0004_000000009288	3063	0.7313496228097561	4	2	2	1	1	False	52921	maximal	True	ETH0004_000000009288	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	91.322	8.0	0.004039383993940924	NZ_CYZX01000024.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	True	False
ISR0189_000000007392	2018	0.7313493811716726	3	3	3	3	1	False	67237	fragment	False	FIJ0110_000000008103	0.943929754235786		0	0	False	False	0.9940535426139832	0					non-mobilizable	no_good_hit	814.0	73.956	40.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0041_000000011854	2883	0.7313429795424554	3	2	2	2	1	False	6919	maximal	True	SPA0041_000000011854	1.0		1	1	False	False	0.9982656836509705	0					non-mobilizable	no_good_hit	173.0	86.12700000000001	6.0	0.00017153558657098344	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
ENG0022_000000008806	1723	0.7313400729116241	4	3	2	2	3	False	66310	maximal	True	ENG0022_000000008806	1.0		28	7	False	False	0.999419629573822	0					non-mobilizable	chromosome	1723.0	99.94200000000001	100.0	0.0005302370609224523	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ISR0826_000000009260	1390	0.7313357620346519	2	2	2	2	1	False	46848	fragment	False	ISR0826_000000009260	0.9992429977289932		0	0	False	False	1.0	0					non-mobilizable	other	1412.0	83.499	100.0	0.016069631256290604	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	False	False
SPA0040_000000020574	2032	0.7313309090887051	4	2	2	2	2	False	6956	maximal	True	SPA0040_000000020574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	97.01899999999999	42.0	0.011258783990223037	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0032_000000006644	3532	0.7313270245452417	5	3	2	2	3	False	77578	fragment	False	MON0015_000000009723	0.976809516728477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	82.73100000000001	53.0	0.27612272120942644	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0174_000000022277	1116	0.7313269517455745	3	1	1	1	1	False	29871	fragment	False	ISR0174_000000022277	1.0		0	0	False	False	0.9991039633750916	0					non-mobilizable	other	1115.0	99.552	99.0	0.00913946295399913	NZ_LT629862.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0175_000000006534	3576	0.7313189969727523	4	4	3	4	4	False	104470	fragment	False	ISR0175_000000006534	0.99353545263562		0	0	False	False	0.9997203350067139	0					non-mobilizable	other	3567.0	98.71	99.0	0.025217335945844622	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0065_000000006273	3561	0.7313189969727523	4	4	3	4	4	False	104470	fragment	False	ISR0175_000000006534	0.9911570882248046		0	0	False	False	0.9957876801490784	0					non-mobilizable	other	3553.0	99.381	99.0	0.025118305734556593	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0004_000000010037	2641	0.7313150369319974	5	2	1	1	2	False	52057	maximal	True	FIJ0004_000000010037	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	98.02600000000001	46.0	0.08721890940441124	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0815_000000012785	2433	0.7313134456233041	3	3	3	3	1	False	21466	maximal	True	ISR0815_000000012785	1.0		3	2	False	False	0.9995889663696289	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.008897362567524627	XM_035342713.1	birds	PREDICTED: Oxyura jamaicensis elaC ribonuclease Z 2 (ELAC2), mRNA	True	False
SPA0112_000000025421	1307	0.7313122770666728	2	2	2	2	1	False	59511	maximal	True	SPA0112_000000025421	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1055.0	99.431	81.0	0.009662101461232421	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
MAD0102_000000017923	1254	0.7313080328952539	1	1	1	1	1	False	14967	maximal	True	MAD0102_000000017923	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0088_000000006658	4333	0.7312983168492244	4	4	4	4	3	False	93456	maximal	True	MON0088_000000006658	1.0		1	1	False	False	0.9903069734573364	0					non-mobilizable	no_good_hit	1295.0	74.363	30.0	0.0003438225564747978	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0133_000000018739	1237	0.7312966934182425	2	2	1	2	2	False	78847	fragment	False	ISR0849_000000020679	0.9788179527437433		0	0	False	False	0.9862570762634277	0					non-mobilizable	chromosome	1237.0	100.0	100.0	0.00041132556318489784	CP058562.1	verrucomicrobia	Akkermansia muciniphila strain AK32 chromosome, complete genome	False	False
ISR0023_000000002662	9590	0.7312914072853866	6	6	5	6	4	False	37561	maximal	True	ISR0023_000000002662	1.0		1	1	False	False	0.9976016879081726	0					non-mobilizable	no_good_hit	2073.0	70.671	21.0	0.00031752265677544917	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
FIJ0123_000000001739	16850	0.7312892554747444	18	12	9	12	7	True	48787	fragment	False	FIJ0123_000000001739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
ISR0177_000000015636	1937	0.7312863703002719	2	1	1	1	1	False	104385	fragment	False	ISR0177_000000015636	0.9813915857605178		0	0	False	False	0.98244708776474	0					non-mobilizable	other	1918.0	98.33200000000001	99.0	0.0074243908862406715	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0131_000000009983	1854	0.7312863703002719	2	1	1	1	1	False	104385	fragment	False	ISR0177_000000015636	0.9607640681466185		0	0	False	False	0.9848974943161011	0					non-mobilizable	other	1835.0	97.929	99.0	0.00710293838568878	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0187_000000019627	1548	0.7312863703002719	1	1	1	1	1	False	104384	fragment	False	ENG0187_000000019627	0.9505208333333333		0	0	False	False	0.9993540048599243	0					non-mobilizable	other	1548.0	98.837	100.0	0.005991409859684047	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0149_000000017333	1536	0.7312863703002719	1	1	1	1	1	False	104384	fragment	False	ENG0187_000000019627	0.9467054263565892		0	0	False	False	0.966796875	0					non-mobilizable	other	1536.0	90.039	100.0	0.005941061877669895	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0002_000000006894	5074	0.7312841862942736	6	5	5	5	5	False	111069	fragment	False	FIJ0095_000000004547	0.8595464626095989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	71.845	10.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0204_000000000141	39009	0.7312780931314928	46	25	14	24	16	True	108410	maximal	True	ISR0204_000000000141	1.0	PS672	22	5	False	True	1.0	0					non-mobilizable	no_good_hit	24347.0	96.965	75.0	0.24285486188727448	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
SPA0120_000000012164	3459	0.7312729817464464	3	3	3	2	3	False	111121	fragment	False	ISR0245_000000001255	0.8382221333026436		0	0	False	False	1.0	0					non-mobilizable	other	3381.0	98.935	98.0	0.0009136336364268083	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0085_000000004000	3459	0.7312729817464464	3	3	3	2	3	False	111121	fragment	False	ISR0245_000000001255	0.8382221333026436		0	0	False	False	0.9994217753410339	0					non-mobilizable	other	3381.0	98.935	98.0	0.0009136336364268083	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0002_000000003947	4792	0.7312711549416225	5	5	3	4	5	False	97562	fragment	False	MON0078_000000007260	0.9376950156700898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	75.406	10.0	0.00011337175880144977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0116_000000012540	1243	0.7312605477775077	2	2	2	1	1	False	82141	fragment	False	CHI0116_000000012540	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	78.822	91.0	0.00025487320284913774	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
CHI0154_000000008147	3603	0.7312449811569914	3	3	2	3	3	False	79204	maximal	True	CHI0154_000000008147	1.0		1	1	False	False	0.9966694712638855	0					non-mobilizable	no_good_hit	244.0	72.95100000000001	7.0	7.186227912582721e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
FIJ0030_000000031334	1233	0.7312397583011473	2	2	2	2	1	True	48659	fragment	False	FIJ0030_000000031334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	74.60300000000001	15.0	5.479671472619557e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
USA0021_01_000000004675	3936	0.7312385370233958	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.5268393222741802		0	0	False	False	1.0	0					non-mobilizable	other	3938.0	98.07	100.0	0.008192590702935992	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0079_000000007658	3572	0.7312385370233958	4	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.4973226331765757		0	0	False	False	0.9969204664230347	0					non-mobilizable	other	3573.0	97.985	99.0	0.007469100048720614	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0191_000000010641	2816	0.7312385370233958	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.2781965305644537		0	0	False	False	1.0	0					non-mobilizable	other	2818.0	97.445	100.0	0.005850655637267715	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0393_000000006159	2814	0.7312385370233958	2	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.26712819417537503		0	0	False	False	0.9992892742156982	0					non-mobilizable	other	2804.0	97.361	99.0	0.005861110704525162	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0048_000000007199	2671	0.7312385370233958	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.14968950884825796		0	0	False	False	0.9973792433738708	0					non-mobilizable	other	2672.0	98.054	99.0	0.005585096928928544	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0010_000000009313	2654	0.7312385370233958	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.17602621339583974		0	0	False	False	1.0	0					non-mobilizable	other	2656.0	98.306	100.0	0.005551640713704711	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0091_000000012309	2484	0.7312385370233958	3	2	2	2	0	True	130997	fragment	False	USA0037_01_000000005669	0.15125181111007713		0	0	False	False	1.0	0					non-mobilizable	other	1902.0	97.476	96.0	0.003970834544378624	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0093_000000005313	2294	0.7312373708287389	3	2	1	2	1	True	61059	fragment	False	ENG0093_000000005313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	98.315	62.0	0.00816710986543222	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
MON0019_000000030289	2214	0.7312373708287389	2	2	1	2	1	True	20324	maximal	True	MON0019_000000030289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	98.677	41.0	0.005203517256034874	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
ITA0011_000000000853	1968	0.7312373708287389	2	2	1	2	1	True	20323	fragment	False	ITA0011_000000000853	1.0		0	0	False	False	0.994918704032898	0					non-mobilizable	no_good_hit	1003.0	98.604	51.0	0.005754883322899496	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
AST0002_000000010176	3480	0.7312344670803522	4	4	3	3	3	False	132112	fragment	False	AST0002_000000010176	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3487.0	97.648	100.0	0.023897248008562667	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
USA0036_01_000000011647	3113	0.7312314607790141	3	2	1	2	1	False	61993	fragment	False	USA0036_01_000000011647	1.0		0	0	False	False	0.9996787905693054	0					non-mobilizable	no_good_hit	176.0	94.88600000000001	6.0	0.0007180046854934333	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0156_000000010620	2407	0.7312314607790141	3	2	1	2	1	False	61991	fragment	False	ISR0156_000000010620	1.0		0	0	False	False	0.9962608814239502	0					non-mobilizable	no_good_hit								True	False
ISR0330_000000017463	1767	0.7312243277795698	3	1	1	1	1	False	125999	fragment	False	TAN0009_000000021935	0.9734730787700319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	90.14	82.0	0.002660562176394879	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
ISR0198_000000019525	1697	0.7312243277795698	2	1	1	1	1	False	125999	fragment	False	TAN0009_000000021935	0.883672460980704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1353.0	90.17	80.0	0.00264877238831632	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
ISR0212_000000021306	1676	0.7312243277795698	1	1	1	1	1	False	125999	fragment	False	TAN0009_000000021935	0.7966097356925808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	90.15700000000001	80.0	0.0026251928121592016	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
FIJ0086_000000002946	9668	0.7312242042453875	16	2	2	2	2	False	105657	backbone	True	FIJ0086_000000002946	0.9402268916456816	PS637	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	1.936905428263275e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0105_000000002786	9164	0.7312242042453875	16	2	2	2	2	False	105657	backbone	False	FIJ0086_000000002946	0.4869414563508482	PS637	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	1.9123876380320944e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0061_000000003087	7262	0.7312242042453875	11	2	2	2	2	False	73745	fragment	False	FIJ0061_000000003087	1.0		0	0	False	False	0.9943541884422302	0					non-mobilizable	no_good_hit	123.0	97.561	2.0	2.9911704082040448e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0155_000000003621	6081	0.7312242042453875	8	2	2	2	2	False	73744	fragment	False	FIJ0155_000000003621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	100.0	2.0	2.329190071962166e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0014_000000006366	3719	0.7312242042453875	4	2	2	2	2	False	73742	fragment	False	FIJ0014_000000006366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	97.561	3.0	2.9911704082040448e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0049_000000005198	3948	0.7312168114403782	5	5	1	4	3	True	74594	maximal	True	MON0049_000000005198	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2969.0	95.015	75.0	0.0013320353138365508	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	True
ISR0073_000000016246	1681	0.7312113314725629	2	2	2	2	2	True	107683	fragment	False	CAN0015_000000018317	0.7496823896288904		0	0	False	False	0.9940511584281921	0					non-mobilizable	no_good_hit								True	True
TAN0017_000000019049	1943	0.7312105846784919	3	3	3	3	3	False	9308	fragment	False	TAN0017_000000019049	1.0		0	0	False	False	0.9953680038452148	0					non-mobilizable	no_good_hit	451.0	72.062	24.0	0.00010915020255901536	CP001197.1	d-proteobacteria	Desulfovibrio vulgaris str. 'Miyazaki F', complete genome	True	False
USA0075_01_000000010973	2267	0.7312099245758827	2	2	0	2	1	False	117715	fragment	False	USA0075_01_000000010973	1.0		0	0	False	True	0.9995588660240173	0					non-mobilizable	other	1637.0	99.939	97.0	0.021313461613621857	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
AUS0022_000000011406	3103	0.7312092889458319	4	4	2	2	2	True	101659	fragment	False	AUS0022_000000011406	1.0		0	0	False	False	0.9970995783805847	0					non-mobilizable	no_good_hit	300.0	99.0	10.0	9.301839399854033e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0058_000000031323	1658	0.7312090098267859	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.25456275277658713		0	0	False	False	1.0	0					non-mobilizable	chromosome	1658.0	93.727	100.0	0.0005340814556411024	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0021_000000001576	11174	0.7312017975056778	12	10	7	10	6	True	74620	maximal	True	ENG0021_000000001576	1.0		18	6	False	False	0.999642014503479	0					non-mobilizable	no_good_hit	4583.0	74.165	40.0	0.02571524624071932	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	True
FIJ0032_000000009352	3693	0.7311955503757247	2	2	1	2	1	False	80355	maximal	True	FIJ0032_000000009352	0.9480112501250547		131	12	False	False	0.9962090253829956	0					non-mobilizable	no_good_hit	757.0	82.166	20.0	0.0002631184744936209	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0321_000000009453	1275	0.7311952169008044	3	3	3	3	1	False	101087	fragment	False	TAN0024_000000004209	0.23020305377196687		0	0	False	False	1.0	0					non-mobilizable	chromosome	1118.0	79.696	95.0	0.0002939663016451709	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0095_000000011724	2777	0.7311871823642296	3	3	3	3	3	False	15592	maximal	True	MAD0095_000000011724	1.0		13	6	False	False	0.95534747838974	0					non-mobilizable	no_good_hit	695.0	70.36	25.0	0.00020969305370975032	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	False
SPA0129_000000020461	1159	0.7311845486889137	3	2	2	1	2	False	3824	fragment	False	SPA0129_000000020461	1.0		0	0	False	False	0.9896462559700012	0					non-mobilizable	chromosome	421.0	98.1	97.0	0.0001323829915593235	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0100_000000007765	4059	0.73118402330512	10	5	3	3	5	False	60976	fragment	False	SPA0100_000000007765	1.0		0	0	False	False	0.9997536540031433	0					non-mobilizable	no_good_hit	1203.0	88.36200000000001	83.0	0.0003416396190076068	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0048_000000001851	9484	0.7311806996073161	9	9	2	7	9	True	87447	fragment	False	CHI0143_000000001759	0.9131388030439901		0	0	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	7143.0	97.87200000000001	100.0	0.0011816621915762382	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
FIJ0158_000000003795	4638	0.7311773929241938	5	5	4	5	3	False	51785	fragment	False	FIJ0006_000000006862	0.9564850914765438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	92.78399999999999	2.0	3.740950115599255e-05	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
DEN0028_000000006940	3744	0.7311754447052689	4	4	3	4	2	False	74043	maximal	True	DEN0028_000000006940	1.0		45	7	False	False	0.9930555820465088	0					non-mobilizable	other	1752.0	99.829	99.0	0.002133136465913064	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0256_000000003961	4508	0.7311711722144097	5	3	2	2	1	False	43173	fragment	False	ISR0256_000000003961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0023_000000003598	2335	0.7311632804101498	2	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.8302776425460698		0	0	False	False	1.0	0					non-mobilizable	other	2329.0	94.633	99.0	0.008317464173809278	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
SPA0102_000000005629	6611	0.7311516939618269	8	4	3	4	3	False	27788	maximal	True	SPA0102_000000005629	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	74.43	22.0	0.0003852997726866534	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0065_000000017219	1112	0.7311451187595044	1	1	1	1	1	False	6083	maximal	True	SPA0065_000000017219	1.0		2	1	False	False	0.9991007447242737	0					non-mobilizable	other	1116.0	86.20100000000001	100.0	0.00035736583743424836	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	False
ISR0128_000000026855	1306	0.7311379416639214	1	1	1	1	1	True	31823	maximal	True	ISR0128_000000026855	1.0		15	4	False	False	1.0	0					non-mobilizable	chromosome	1353.0	81.67	100.0	0.00042047359700032747	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0160_000000000218	35918	0.7311369234316121	46	14	11	11	6	True	51629	fragment	False	FIJ0007_000000000238	0.9999118453904049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	0.0	2.3929342130489874e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
ISR0199_000000002332	10128	0.7311346482851553	15	15	2	10	14	True	28835	fragment	False	ISR0199_000000002332	1.0		0	0	False	False	0.9973341226577759	0			MPF_F		non-mobilizable	plasmid	10129.0	98.262	100.0	0.1127301467150522	AP019690.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-3 DNA, complete genome	False	True
SPA0036_000000003013	6591	0.7311312599753222	11	5	4	4	3	False	39783	fragment	False	SPA0036_000000003013	1.0		0	0	False	False	0.9956000447273254	0					non-mobilizable	no_good_hit	420.0	76.667	6.0	0.00014114674190838616	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
FIJ0004_000000016491	1586	0.7311281291473053	3	2	1	2	1	False	51986	maximal	True	FIJ0004_000000016491	1.0		1	1	False	False	0.9955863952636719	0					non-mobilizable	no_good_hit								True	False
FIJ0148_000000013499	1484	0.7311266125926643	2	2	2	1	1	False	39891	fragment	False	FIJ0148_000000013499	1.0		0	0	False	False	0.9979784488677979	0					non-mobilizable	other	1477.0	94.31299999999999	99.0	0.0007026348329550037	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
ISR0147_000000004690	5037	0.7311254371089639	6	4	3	3	4	True	130117	fragment	False	ISR0147_000000004690	1.0		0	0	False	False	0.9998014569282532	0					non-mobilizable	chromosome	5040.0	97.024	100.0	0.001695088115298305	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0090_000000009424	2720	0.7311158997937774	4	4	3	4	3	False	68765	fragment	False	MAD0097_000000014882	0.9858974358974358		0	0	False	False	0.9970588088035583	0					non-mobilizable	other	2758.0	75.707	99.0	0.00889206436841336	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	False	False
MAD0098_000000002912	11678	0.7311119008269673	15	8	5	8	4	False	17994	maximal	False	MAD0044_000000001489	0.9517214700193424		0	0	False	False	0.9999143481254578	0					non-mobilizable	no_good_hit	305.0	91.475	3.0	9.426278722929003e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0124_000000009718	1449	0.7311085809239325	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.13828475804575252		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	100.0	100.0	0.0004504703495313926	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0006_000000005159	3822	0.7311076654261336	4	3	3	3	3	False	14062	maximal	True	MON0006_000000005159	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0184460592509782	XM_020888033.1	even-toed ungulates	PREDICTED: Odocoileus virginianus texanus MLX, MAX dimerization protein (MLX), transcript variant X7, mRNA	True	False
MON0026_000000039824	1318	0.7310926806706409	2	2	2	2	2	False	110480	maximal	True	MON0026_000000039824	1.0		291	11	False	False	0.9908952713012695	0					non-mobilizable	no_good_hit	212.0	75.472	15.0	0.0002868528148315623	NZ_LUAV01000002.1	a-proteobacteria	Ensifer aridi strain LMR001 LMR001-V1_scaffold002, whole genome shotgun sequence	True	False
USA0005_01_000000003015	10984	0.7310912044392357	8	7	6	5	4	False	119753	maximal	False	ENG0088_000000002418	0.5616190156092471		0	0	False	False	1.0	0					non-mobilizable	chromosome	10998.0	97.545	99.0	0.002062250211304594	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ISR0369_000000008801	1704	0.7310902538227715	3	3	3	3	2	False	79372	fragment	False	ISR0121_000000013880	0.9390677756872878		0	0	False	False	0.9894366264343262	0					non-mobilizable	chromosome	1704.0	98.181	100.0	0.0005732198292996452	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0035_000000000803	21897	0.7310868102906134	25	10	9	10	5	False	73526	maximal	True	DEN0035_000000000803	1.0		1	1	False	False	0.999497652053833	0					non-mobilizable	virus	8702.0	93.645	91.0	0.037534451650866864	LR756493.1	viruses	uncultured phage genome assembly, chromosome: 1	False	False
USA0125_01_000000017961	1286	0.7310776469259712	4	4	4	2	2	False	64547	fragment	False	USA0125_01_000000017961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	93.803	49.0	0.0030416517406454554	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
ISR0123_000000016750	1383	0.7310742146523002	2	1	1	1	1	False	32106	maximal	True	ISR0123_000000016750	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	1383.0	100.0	100.0	0.007523135547087643	CP040803.1	firmicutes	Streptococcus salivarius strain LAB813 plasmid pSAL813, complete sequence	False	True
MAD0099_000000011108	2759	0.7310717254227929	3	3	3	3	3	False	18049	maximal	True	MAD0099_000000011108	0.999447106524143		5	3	False	False	0.9952881336212158	0					non-mobilizable	chromosome	2759.0	99.928	100.0	0.0009194292604528405	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	False	False
SPA0043_000000012963	1309	0.7310694877163588	1	1	1	1	1	False	11426	fragment	False	SPA0137_000000025484	0.9406487232574189		0	0	False	False	0.9931245446205139	0					non-mobilizable	no_good_hit	1138.0	96.397	87.0	0.00031574387256943864	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0115_000000004201	5840	0.7310682356522121	7	5	3	4	3	True	132390	maximal	True	FIJ0115_000000004201	0.9947564276048715	PS1159|PS463	1	1	True	True	1.0	4		MOBV			mobilizable	no_good_hit	4443.0	98.965	80.0	0.037761845227464085	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
SPA0002_000000001229	22534	0.7310550737289134	24	13	8	12	8	True	130529	fragment	False	SPA0002_000000001229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4893.0	97.486	73.0	0.0008510957683469524	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
ISR0303_000000010971	1317	0.7310382319655653	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.09851734766851024		0	0	False	False	0.9977220892906189	0					non-mobilizable	chromosome	1317.0	97.79799999999999	100.0	0.00042417090864435174	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0083_000000000633	25764	0.7310336743944492	29	13	9	13	4	True	106303	fragment	False	ISR0083_000000000633	1.0		0	0	False	False	0.9999223947525024	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00028579030875208186	NZ_LNAM01000186.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf6, whole genome shotgun sequence	True	True
ISR0783_000000008448	1645	0.7310325189125808	2	2	2	2	1	False	28968	fragment	False	ISR0783_000000008448	1.0		0	0	False	False	0.9951367974281311	0					non-mobilizable	no_good_hit	387.0	77.51899999999999	23.0	0.0025237176607383525	NZ_SLUM01000006.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_106, whole genome shotgun sequence	True	False
ISR0174_000000007962	3250	0.7310307923677525	3	2	1	1	2	False	29903	maximal	True	ISR0174_000000007962	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	93.92299999999999	20.0	0.00010219422352828963	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0131_000000009860	2729	0.7310292077019741	3	3	3	3	2	False	58368	maximal	True	ENG0131_000000009860	1.0		2	2	False	False	0.9974349737167358	0					non-mobilizable	chromosome	2729.0	99.927	100.0	0.0007609087057383618	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	False
TAN0010_000000003982	3255	0.7310276200732824	3	3	2	3	3	False	2631	maximal	True	TAN0010_000000003982	1.0		1	1	False	False	0.9996927976608276	0					non-mobilizable	no_good_hit	134.0	76.866	4.0	0.0001381582443275413	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ISR0047_000000008751	3289	0.7310260823881276	1	1	1	1	1	False	110999	maximal	True	ISR0047_000000008751	0.994912559618442		21	6	False	False	0.9978716969490051	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	2.0	1.1816065668239415e-05	NZ_CP019288.1	CFB group bacteria	Kordia antarctica strain IMCC3317 chromosome, complete genome	True	False
ENG0144_000000006160	2971	0.7310241690151271	5	3	3	2	3	False	122588	fragment	False	ISR0124_000000005772	0.9735562285159391		0	0	False	False	0.9956243634223938	0					non-mobilizable	chromosome	2600.0	98.26899999999999	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0174_000000009297	2032	0.7310216937505648	5	4	3	3	3	False	55652	maximal	True	ENG0174_000000009297	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	100.0	71.0	0.0002851368419721431	CP057826.1	enterobacteria	Escherichia coli strain RHB14-C07 chromosome, complete genome	True	False
CHI0129_000000000599	27929	0.7310097942191637	23	9	6	8	4	True	95434	maximal	True	CHI0129_000000000599	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	0.0	0.000869468991574055	NZ_FQUG01000011.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	True
MON0097_000000033215	1129	0.7310010644668441	1	1	1	1	1	False	9211	fragment	False	MON0097_000000033215	1.0		0	0	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit								True	False
USA0086_01_000000007406	2376	0.7309944122879775	4	4	4	4	3	False	91275	maximal	False	CAN0023_000000003241	0.9578034682080925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	85.431	84.0	0.0001549088773576399	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0830_000000015765	1853	0.730992521288808	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.463294313424067		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	99.676	100.0	0.0005945830021176401	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0043_000000009465	2792	0.7309914957334499	3	3	3	3	3	False	47227	fragment	False	FIJ0043_000000009465	1.0		0	0	False	False	0.9921203255653381	0					non-mobilizable	no_good_hit	69.0	89.855	2.0	6.191516347879451e-05	NZ_HG529490.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	False
CHI0141_000000007027	3914	0.7309855697338757	4	2	1	2	1	False	80136	maximal	True	CHI0141_000000007027	1.0		1	1	False	False	0.9971895813941956	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.300476067886743e-06	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ISR0379_000000021057	1202	0.7309848255154451	1	1	1	1	1	False	102215	fragment	False	ENG0174_000000012784	0.3972870755845727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	91.72399999999999	84.0	0.00024836521504186047	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0079_000000009124	2536	0.7309823667286903	3	3	3	3	3	False	74089	fragment	False	MON0079_000000009124	1.0		0	0	False	False	0.9948738217353821	0					non-mobilizable	other	2536.0	99.685	100.0	0.0030642735918846916	LM996880.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-32_contig-1.0_1_827276_[organism:Escherichia	False	False
ENG0210_000000001808	9767	0.7309681641964614	11	6	4	5	1	True	75080	maximal	True	ENG0210_000000001808	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	94.837	4.0	0.003896421025809808	HE963029.1	firmicutes	Enterococcus faecium transfer chromosomal element, strain MM5-F9a	True	True
ISR0056_000000014789	1507	0.7309499893529353	2	2	2	2	1	False	35633	fragment	False	ISR0056_000000014789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	100.0	8.0	0.0006975203152791825	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
ISR0770_000000006595	1714	0.7309471384628788	3	3	3	3	2	True	22533	maximal	True	ISR0770_000000006595	1.0		307	11	False	False	0.9941657185554504	0					non-mobilizable	no_good_hit	315.0	96.508	18.0	0.00011266813207001498	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
SPA0117_000000000313	52397	0.7309448024404678	70	24	10	17	19	True	97290	fragment	False	SPA0117_000000000313	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	plasmid	22516.0	98.947	91.0	0.12120755204687181	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0855_000000003561	3699	0.73094091836723	3	2	2	2	2	False	20487	maximal	True	ISR0855_000000003561	1.0		90	11	False	False	0.9983779191970825	0					non-mobilizable	chromosome	3685.0	83.175	99.0	0.0005418610116921074	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
FIJ0126_000000029509	1377	0.7309337079001607	3	2	2	1	1	False	125442	fragment	False	MON0070_000000010284	0.06837585189090402		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	79.10600000000001	94.0	0.0002907005747798884	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
MON0087_000000019715	2542	0.7309281599374544	3	2	2	2	1	False	9698	maximal	True	MON0087_000000019715	1.0		9	3	False	False	0.9909520149230957	0					non-mobilizable	no_good_hit	675.0	99.111	28.0	0.001443094130846244	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ENG0150_000000004419	3569	0.7309228394320628	5	5	5	5	4	False	92988	maximal	False	CAN0016_000000012575	0.9555760611653046		0	0	False	False	0.9994395971298218	0					non-mobilizable	chromosome	3477.0	99.885	97.0	0.0009676723387966733	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0052_000000013623	1156	0.7309202059289757	2	2	2	2	2	False	86452	fragment	False	CHI0052_000000013623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	94.406	45.0	7.63752366292419e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0084_000000002994	1819	0.7309164988761908	3	3	3	3	3	False	99887	fragment	False	ISR0346_000000011693	0.6671507350838726		0	0	False	False	0.9989004731178284	0					non-mobilizable	other	1819.0	99.78	100.0	0.005761186462162505	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ITA0003_000000004924	1369	0.7309075377638369	3	2	2	2	1	True	118492	fragment	False	ISR0267_000000013041	0.9446022727272727		0	0	False	False	0.9985390901565552	0					non-mobilizable	other	1369.0	98.46600000000001	100.0	0.07633502594721277	NZ_CABLCC010000055.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	True
CHI0101_000000007224	1652	0.7309047486660047	4	4	3	3	1	False	113392	fragment	False	CHI0006_000000008344	0.5916343247420872		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	94.38600000000001	96.0	0.0003971507025984963	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0854_000000000044	42135	0.7308983914079193	74	23	9	18	14	False	20511	maximal	True	ISR0854_000000000044	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit	156.0	80.128	0.0	0.0016284864912127306	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	True
DEN0083_000000012288	2326	0.7308925996296214	4	3	3	3	3	False	116153	fragment	False	DEN0083_000000012288	0.9403115277095079		0	0	False	False	0.9948409199714661	0					non-mobilizable	other	2326.0	99.82799999999999	100.0	0.013349793293523197	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
SPA0109_000000024442	1390	0.7308845374187429	1	1	1	1	1	False	4649	fragment	False	SPA0109_000000024442	1.0		0	0	False	False	0.9985611438751221	0					non-mobilizable	other	1390.0	99.49600000000001	100.0	0.00044476365246699735	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0252_000000000738	9236	0.7308785710132863	19	6	4	6	2	False	50725	maximal	True	ISR0252_000000000738	1.0		1	1	False	False	0.9967518448829651	0					non-mobilizable	no_good_hit	533.0	99.625	6.0	0.0028026699118634067	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
FIJ0095_000000004357	5928	0.7308779338040229	6	5	5	4	3	True	108562	maximal	True	FIJ0095_000000004357	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	73.154	27.0	0.004890553640538085	NZ_BLID01000006.1	g-proteobacteria	Vibrio atypicus strain DSM 25292 contig_6, whole genome shotgun sequence	True	True
ISR0206_000000012599	2063	0.7308773418169974	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.30635647289411505		0	0	False	False	1.0	0					non-mobilizable	other	2065.0	92.01	100.0	0.0006402403172207224	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0090_000000001849	19599	0.7308768181486106	24	5	3	5	1	False	70866	fragment	False	MON0090_000000001849	1.0		0	0	False	False	0.9988264441490173	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0062717770034843206	XR_004690012.1	wasps, ants, and bees	PREDICTED: Chelonus insularis mitogen-activated protein kinase kinase kinase 15 (LOC118064029), transcript variant X4, misc_RNA	True	False
ENG0030_000000002434	9232	0.7308747197745253	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9885590570510181		0	0	False	False	1.0	0					non-mobilizable	other	9232.0	100.0	100.0	0.0333752738789943	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0038_01_000000011610	1136	0.7308714484809623	3	2	1	2	1	False	93120	fragment	False	CAN0015_000000027705	0.9532842627911666		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	99.03200000000001	100.0	0.000914515004894871	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
FIJ0038_000000005060	6238	0.7308660904721002	7	6	6	6	5	False	47687	maximal	True	FIJ0038_000000005060	1.0		2	1	False	False	0.9998396635055542	0					non-mobilizable	no_good_hit	1798.0	75.751	29.0	0.00037551086267601544	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CHI0072_000000000081	39391	0.7308564725674691	42	41	13	19	38	True	84867	maximal	True	CHI0072_000000000081	1.0		2	1	False	False	1.0	0		MOBH	MPF_F		conjugative	plasmid	28055.0	99.83200000000001	90.0	0.12182231910994537	CP016183.1	enterobacteria	Escherichia coli strain EC2_1 plasmid pEC2_1-4, complete sequence	False	True
ISR0273_000000006667	1860	0.7308556620923617	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.8635883322375427		0	0	False	False	1.0	0					non-mobilizable	chromosome	1860.0	99.24700000000001	100.0	0.0007369447989100036	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0115_000000012017	2736	0.7308532800832533	4	1	1	1	1	False	65409	fragment	False	ISR0115_000000012017	1.0		0	0	False	False	0.9981725215911865	0					non-mobilizable	no_good_hit	730.0	78.219	29.0	0.0015118027254269327	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0053_000000035940	1154	0.7308532800832533	1	1	1	1	1	False	11159	fragment	False	MON0053_000000035940	1.0		0	0	False	False	0.9913344979286194	0					non-mobilizable	no_good_hit	730.0	78.219	63.0	0.0015118027254269327	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0058_01_000000005935	3434	0.7308519420749732	5	3	2	2	2	False	81677	fragment	False	USA0058_01_000000005935	0.9998533724340176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	95.91799999999999	9.0	2.25041752181248e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0151_000000005083	3410	0.7308519420749732	5	3	2	2	2	False	81677	fragment	False	USA0058_01_000000005935	0.9963599301106582		0	0	False	False	0.9997067451477051	0					non-mobilizable	no_good_hit	145.0	95.86200000000001	8.0	2.2195898845273775e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0389_000000002755	6375	0.7308474270713319	7	3	2	3	3	True	97323	fragment	False	ISR0389_000000002755	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6375.0	99.969	100.0	0.0021464228082511	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
USA0001_01_000000003565	4312	0.7308474270713319	6	3	2	3	3	True	97320	fragment	False	USA0001_01_000000003565	0.9574909181927967		0	0	False	False	0.999768078327179	0					non-mobilizable	chromosome	4312.0	99.838	100.0	0.0007868778490326203	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
USA0041_01_000000005396	4087	0.7308474270713319	5	3	2	3	3	True	97320	fragment	False	USA0001_01_000000003565	0.8755785491774568		0	0	False	False	1.0	0					non-mobilizable	other	4087.0	99.976	100.0	0.0013759465946837142	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
USA0057_01_000000007596	4021	0.7308474270713319	5	3	2	3	3	True	97320	fragment	False	USA0001_01_000000003565	0.8722058738666725		0	0	False	False	1.0	0					non-mobilizable	chromosome	4021.0	99.95	100.0	0.000733762225263543	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
DEN0090_000000005726	4020	0.7308474270713319	5	3	2	3	3	True	97320	fragment	False	USA0001_01_000000003565	0.8724099879129619		0	0	False	False	0.9992537498474121	0					non-mobilizable	chromosome	4020.0	100.0	100.0	0.0007335796973468107	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
MON0024_000000035556	1458	0.7308463587632078	3	3	3	3	1	True	95152	fragment	False	ISR0224_000000020900	0.9118632707774799		0	0	False	False	0.9314128756523132	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	0.0016674245869334546	NZ_RQJX01000028.1	high GC Gram+	Aeromicrobium camelliae strain YS17T scaffold_27, whole genome shotgun sequence	True	True
AUS0012_000000012353	1393	0.7308448394662359	2	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.9042979499417668		0	0	False	False	0.9892318844795227	0					non-mobilizable	other	1110.0	98.288	100.0	0.01771990093472877	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0112_000000028231	1373	0.7308448394662359	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.7218265177363334		0	0	False	False	0.9723233580589294	0					non-mobilizable	other	1060.0	98.208	100.0	0.0169209874570584	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0126_000000013512	1343	0.7308448394662359	3	2	1	2	1	False	110035	fragment	False	AST0089_000000015909	0.9032123580875663		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	98.565	100.0	0.017799792282495806	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0020_01_000000026816	1285	0.7308448394662359	2	2	1	2	1	False	75168	fragment	False	SPA0028_000000024354	0.9423218221895665		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	97.198	100.0	0.020516098106575058	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0328_000000024452	1195	0.7308448394662359	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.9651404689350301		0	0	False	False	0.9983263611793518	0					non-mobilizable	other	990.0	97.273	100.0	0.01578653031876648	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0144_000000007953	1112	0.7308448394662359	2	2	1	2	1	False	75167	fragment	False	ISR0367_000000008045	0.7866855040976244		0	0	False	False	1.0	0					non-mobilizable	other	916.0	98.14399999999999	100.0	0.01462011664136774	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0046_01_000000010600	1099	0.7308448394662359	3	2	1	2	1	False	1186	fragment	False	USA0046_01_000000010600	1.0		0	0	False	False	0.9981801509857178	0					non-mobilizable	other	1087.0	98.068	99.0	0.017352400735000398	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0789_000000005831	2392	0.7308436857077728	2	2	2	2	2	False	22103	maximal	True	ISR0789_000000005831	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1413.0	86.837	59.0	0.0002245199729491703	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0025_000000027183	1457	0.7308404964709837	2	2	2	2	1	False	37337	maximal	True	ISR0025_000000027183	1.0		21	5	False	False	0.9855868220329285	0					non-mobilizable	no_good_hit	702.0	78.348	48.0	0.00021074592567955734	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
FIJ0172_000000021548	1330	0.7308385541766381	3	1	1	1	1	True	38719	maximal	True	FIJ0172_000000021548	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	86.538	4.0	1.796205990311758e-05	NC_006512.1	g-proteobacteria	Idiomarina loihiensis L2TR, complete sequence	True	True
ISR0310_000000004840	3293	0.7308382119864684	3	2	2	2	2	False	122435	maximal	True	ISR0310_000000004840	1.0	PS871	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2314.0	91.65899999999999	70.0	0.9991338241663058	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0014_000000014242	1736	0.7308370069673816	4	3	2	2	2	False	97638	fragment	False	FIJ0014_000000014242	0.9361822216674697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	95.78399999999999	59.0	0.013531428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
MAD0110_000000015901	1704	0.7308370069673816	4	3	2	2	2	False	97638	fragment	False	FIJ0014_000000014242	0.9266683049166711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	580.0	95.51700000000001	58.0	0.013234285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
CAN0003_000000022753	2184	0.7308248456534193	2	1	1	1	1	False	96629	fragment	False	CAN0003_000000022753	1.0		0	0	False	False	0.9990842342376709	0					non-mobilizable	no_good_hit	1115.0	69.955	49.0	0.0005543404808416958	NZ_JH601088.1	firmicutes	Helcococcus kunzii ATCC 51366 supercont1.1, whole genome shotgun sequence	True	False
ISR0170_000000031190	1509	0.7308248456534193	2	1	1	1	1	False	30045	fragment	False	ISR0170_000000031190	0.9702243779253014		0	0	False	False	0.9993373155593872	0					non-mobilizable	no_good_hit	1099.0	70.792	71.0	0.00035447573203341396	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
ISR0293_000000027215	1284	0.7308184327185653	2	2	2	2	1	False	25807	fragment	False	ISR0293_000000027215	1.0		0	0	False	False	0.9992212057113647	0					non-mobilizable	no_good_hit	139.0	75.54	10.0	0.07090719499478623	XM_013520359.1	rodents	PREDICTED: Chinchilla lanigera acyl-CoA dehydrogenase, C-2 to C-3 short chain (Acads), mRNA	True	False
MON0075_000000020970	1280	0.7308091306509538	2	1	1	1	1	False	119965	fragment	False	MON0027_000000029561	0.38086696562032885		0	0	False	False	0.9984375238418579	0					non-mobilizable	no_good_hit								True	False
FIJ0128_000000011072	2331	0.7308090376941366	3	3	3	3	3	False	41025	maximal	True	FIJ0128_000000011072	1.0		24	5	False	False	0.9828400015830994	0					non-mobilizable	chromosome	2149.0	74.919	91.0	0.000715956311374055	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0109_000000020787	1731	0.7308080274410678	3	3	1	2	3	False	78930	fragment	False	MON0109_000000020787	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1740.0	86.322	100.0	0.3436877737953007	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
MON0087_000000036578	1407	0.7308080274410678	3	3	1	2	3	False	78929	fragment	False	MON0087_000000036578	0.9937353171495693		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	85.046	100.0	0.2734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
ISR0341_000000005135	2588	0.7308027912473907	5	4	1	3	3	False	126707	backbone	False	ENG0100_000000008751	0.5118474155135695	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2040.0	98.333	82.0	0.398046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CHI0054_000000000971	12803	0.730800322431405	21	4	2	4	0	True	87973	maximal	True	CHI0054_000000000971	1.0		2	1	False	False	0.999062716960907	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.460038439091397e-07	LR812074.1	bony fishes	Danio rerio genome assembly, chromosome: 12	True	True
AST0084_000000003608	7274	0.7307983583961123	5	5	3	5	1	True	111602	fragment	False	AST0084_000000003608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3037.0	78.433	42.0	0.006310678596595412	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0094_000000004651	4712	0.7307896340031753	6	3	3	1	1	False	102671	fragment	False	ISR0368_000000002162	0.4825826435485903		0	0	False	False	0.9932088255882263	0					non-mobilizable	no_good_hit	1638.0	81.685	84.0	0.0004582341346030771	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0078_000000005150	5069	0.7307844572858678	6	6	6	5	6	False	91324	fragment	False	DEN0078_000000005150	1.0		0	0	False	False	0.9970408082008362	0					non-mobilizable	no_good_hit	3247.0	76.378	63.0	0.010473669681567965	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	True	False
ISR0223_000000003078	7433	0.7307841385508493	8	4	3	4	3	True	117390	maximal	True	ISR0223_000000003078	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	4997.0	95.29700000000001	76.0	0.07581705313127625	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
MON0005_000000029733	1827	0.7307805836179672	3	2	2	2	1	True	14119	maximal	True	MON0005_000000029733	1.0		4	3	False	False	0.9737274050712585	0					non-mobilizable	no_good_hit	1236.0	74.27199999999999	67.0	0.023086636135768265	NZ_BFBT01000004.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
CHI0150_000000004773	1535	0.7307702522955577	3	2	2	1	2	False	97155	fragment	False	CHI0150_000000004773	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	98.56700000000001	100.0	0.0006250073847841259	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
SPA0013_000000006205	4240	0.7307678875040802	5	3	2	2	1	False	99131	maximal	True	SPA0013_000000006205	1.0		2	1	False	False	0.9974056482315063	0					non-mobilizable	no_good_hit	345.0	92.17399999999999	8.0	0.001321283027274508	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	True	False
ISR0381_000000003798	4072	0.7307655417837093	9	4	2	3	2	False	105750	maximal	True	ISR0381_000000003798	1.0		7	4	False	False	0.9975442290306091	0					non-mobilizable	no_good_hit	2089.0	95.931	51.0	0.0005052875774903598	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	True	False
DEN0069_000000005649	5112	0.7307580440983579	6	4	2	4	1	True	70756	maximal	True	DEN0069_000000005649	1.0		4	2	False	False	0.9996087551116943	0					non-mobilizable	no_good_hit	47.0	93.617	1.0	0.00012450064415550673	NZ_FOSR01000003.1	g-proteobacteria	Rhodanobacter glycinis strain MO64, whole genome shotgun sequence	True	True
AST0057_000000001453	4552	0.7307550741515172	7	6	0	5	6	False	113230	fragment	False	AST0057_000000001453	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4552.0	99.934	100.0	0.05182072829131653	LR882054.1	enterobacteria	Escherichia coli isolate 2015-01-466 genome assembly, plasmid: 3	False	True
ISR0360_000000010676	2297	0.7307546174147408	3	3	3	3	2	False	107393	fragment	False	ENG0154_000000010204	0.48097165991902835		0	0	False	False	0.9991292953491211	0					non-mobilizable	chromosome	2297.0	99.913	100.0	0.0007236936871909685	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0011_000000039202	1192	0.7307530482543313	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.2933771315101558	PS1007	0	0	False	True	0.9505033493041992	0					non-mobilizable	plasmid	792.0	99.369	100.0	0.014402243181238847	CP016701.1	firmicutes	Lactococcus lactis subsp. lactis strain 275 plasmid p275C, complete sequence	False	True
MON0093_000000034382	1351	0.7307420022921296	1	1	1	1	1	False	38074	fragment	False	SPA0151_000000012624	0.5731154192824003		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	78.143	100.0	0.0003824452011870467	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AUS0004_000000004923	4325	0.7307275034677271	4	2	2	1	1	False	102519	fragment	False	AUS0004_000000004923	1.0		0	0	False	False	0.9997687935829163	0					non-mobilizable	no_good_hit	160.0	98.75	4.0	0.0008298057834311943	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	True	False
USA0066_01_000000013511	1515	0.7307240234883419	2	1	1	1	1	False	110527	fragment	False	CAN0006_000000029449	0.9852941176470589		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	98.21799999999999	100.0	0.00662582056892779	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0048_000000018871	1359	0.7307199893920774	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.30426517046964285		0	0	False	False	1.0	0					non-mobilizable	other	1359.0	99.338	100.0	0.00038272724042096045	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0781_000000003362	6841	0.7307106201478072	8	5	0	2	5	False	117747	maximal	True	ISR0781_000000003362	1.0	PS794	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1706.0	99.238	49.0	0.0005143868321800885	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
CHI0153_000000003196	5154	0.7307035243134503	6	4	4	4	3	True	79286	maximal	True	CHI0153_000000003196	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	87.56299999999999	15.0	0.0019140599283629545	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0800_000000003743	2935	0.7307013902534282	3	2	2	2	2	False	21892	maximal	True	ISR0800_000000003743	1.0		34	6	False	False	1.0	0					non-mobilizable	other	2937.0	99.251	100.0	0.0035767496652888385	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0019_000000057145	1164	0.7307001835143166	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16190050593905211		0	0	False	False	0.9974226951599121	0					non-mobilizable	chromosome	1165.0	91.67399999999999	100.0	0.000405377332052485	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0061_000000013654	2979	0.7306976035634526	4	4	3	3	4	False	71908	maximal	True	DEN0061_000000013654	1.0		14	6	False	False	0.999664306640625	0					non-mobilizable	no_good_hit	701.0	82.596	23.0	0.0005300674907105483	CP049230.1	firmicutes	Lactobacillus iners strain C0322A1 chromosome, complete genome	True	False
USA0093_01_000000007082	2624	0.7306940113504828	4	4	4	4	3	False	12440	fragment	False	USA0093_01_000000007082	0.9990395697272378		0	0	False	False	1.0	0					non-mobilizable	chromosome	2623.0	99.771	100.0	0.0003703582856225134	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0333_000000010956	2069	0.7306888650761579	3	3	2	3	3	False	112929	fragment	False	CHI0049_000000007875	0.973704805106131		0	0	False	False	1.0	0					non-mobilizable	other	2070.0	96.37700000000001	100.0	0.8464373464373465	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
CHI0049_000000007875	2067	0.7306888650761579	3	3	2	3	3	False	112929	fragment	False	CHI0049_000000007875	0.9746081278743355		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	96.59	100.0	0.515970515970516	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
MAD0070_000000008155	2330	0.7306885985369935	3	3	2	3	1	False	85576	fragment	False	MAD0070_000000008155	1.0		0	0	False	False	0.9995707869529724	0					non-mobilizable	no_good_hit	775.0	95.484	53.0	0.05761194029850746	NZ_CYZN01000046.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0059_000000009278	2796	0.730686930480147	3	3	2	3	2	False	122179	fragment	False	SPA0059_000000009278	0.977428633927544		0	0	False	False	0.9992846846580505	0					non-mobilizable	other	2799.0	97.07	100.0	0.048402206724263555	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
AUS0008_000000016979	1464	0.7306853388307711	3	2	2	1	2	False	101769	fragment	False	USA0066_01_000000013774	0.9700503192003034		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	98.90700000000001	100.0	0.0003955744332916308	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
USA0011_01_000000020921	1730	0.7306836688503686	3	3	3	2	1	False	2012	fragment	False	USA0011_01_000000020921	1.0		0	0	False	False	0.9942196607589722	0					non-mobilizable	no_good_hit	858.0	99.068	85.0	0.00023857744371367923	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0031_000000019548	1678	0.7306818733963006	2	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.2589640149213438		0	0	False	False	0.9827175140380859	0					non-mobilizable	other	1646.0	98.846	98.0	0.03760859625057156	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0818_000000000643	20006	0.7306756122460615	19	16	16	15	11	True	29779	maximal	True	ISR0818_000000000643	1.0		1	1	False	False	0.9972507953643799	0					non-mobilizable	no_good_hit	7956.0	96.757	84.0	0.005354489735935954	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0112_000000020816	1750	0.7306731387952111	4	1	1	1	1	True	56782	fragment	False	ISR0112_000000020816	1.0		0	0	False	False	0.9994285702705383	0					non-mobilizable	chromosome	1700.0	98.529	100.0	0.0003390986084383062	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0010_000000001030	7739	0.7306711679514524	11	4	2	3	3	False	120563	fragment	False	AST0025_000000003596	0.9583230579531443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	83.486	1.0	2.244171465920854e-05	NZ_KV917377.1	firmicutes	Alkalihalobacillus patagoniensis strain DSM 16117 Scaffold1, whole genome shotgun sequence	True	False
ISR0386_000000002469	12825	0.7306691566409339	5	3	2	3	1	True	130402	maximal	True	ISR0386_000000002469	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	98.361	1.0	0.00754466691539195	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0141_000000002598	12818	0.7306691566409339	3	3	2	3	1	True	130451	maximal	True	ISR0141_000000002598	0.9472690067684559		1	1	False	False	0.9985176920890808	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
AST0087_000000001522	12789	0.7306691566409339	4	3	2	3	1	True	130450	fragment	False	ISR0176_000000002081	0.3780472440944882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	3.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0031_000000002680	12717	0.7306691566409339	6	3	2	3	1	True	130381	maximal	True	MON0031_000000002680	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	96.835	3.0	0.0065083115698710775	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
MON0045_000000001818	12717	0.7306691566409339	6	3	2	3	1	True	130381	maximal	False	MON0031_000000002680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	96.835	3.0	0.0065083115698710775	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
AST0099_000000001353	12706	0.7306691566409339	4	3	2	3	1	True	130451	maximal	False	ISR0141_000000002598	0.9448431892650959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0176_000000002081	12700	0.7306691566409339	4	3	2	3	1	True	130450	fragment	False	ISR0176_000000002081	0.730705924573767		0	0	False	False	0.9999212622642517	0					non-mobilizable	no_good_hit	161.0	94.41	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0100_000000002296	12540	0.7306691566409339	5	3	2	3	1	True	130413	maximal	True	SPA0100_000000002296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.031	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0089_000000002299	12469	0.7306691566409339	4	3	2	3	1	True	130450	fragment	False	ISR0176_000000002081	0.5524335042176773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	97.59	1.0	0.09307604994324631	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0061_000000002317	2311	0.7306678040513571	3	3	3	3	3	False	121139	maximal	True	ISR0061_000000002317	1.0		75	5	False	False	0.9839895963668823	0					non-mobilizable	chromosome	1940.0	99.175	100.0	0.0006111681443655434	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0073_000000017785	2840	0.7306651460531249	5	4	4	4	4	False	76224	fragment	False	DEN0073_000000017785	1.0		0	0	False	False	0.9961267709732056	0					non-mobilizable	no_good_hit	555.0	76.577	19.0	0.0007352167490899694	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
DEN0001_000000032556	1359	0.7306648300684463	2	2	2	2	2	False	76750	maximal	True	DEN0001_000000032556	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1316.0	86.17	97.0	0.00036899497908279036	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0288_000000017276	1730	0.7306637422383585	3	3	3	3	1	False	25969	maximal	True	ISR0288_000000017276	1.0		17	4	False	False	0.99190753698349	0					non-mobilizable	no_good_hit	506.0	71.937	29.0	0.006036485047904771	NZ_LBBT01000184.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig194, whole genome shotgun sequence	True	False
ISR0108_000000013165	1703	0.7306609305215872	1	1	1	1	1	False	102582	fragment	False	ISR0108_000000013165	0.9749226006191951		0	0	False	False	0.9994127750396729	0					non-mobilizable	no_good_hit	1243.0	84.071	73.0	0.0003524221556630742	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0029_000000003507	12036	0.7306578604597835	14	3	2	3	3	True	37158	fragment	False	ISR0029_000000003507	1.0		0	0	False	False	0.9970089793205261	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	9.465149458885757e-06	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0085_000000004592	4579	0.7306515742396701	7	5	3	4	1	True	122484	fragment	False	ENG0117_000000004346	0.6951575702113671		0	0	False	False	0.999781608581543	0					non-mobilizable	no_good_hit	634.0	75.71	19.0	0.000221250882621643	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
SPA0155_000000014737	1320	0.7306495693622741	2	1	1	1	1	False	76203	fragment	False	SPA0155_000000014737	1.0		0	0	False	False	0.9712121486663818	0					non-mobilizable	no_good_hit	661.0	89.561	87.0	0.0002047026864583262	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0021_000000029439	1275	0.7306437894914772	2	1	1	1	1	False	75847	fragment	False	DEN0021_000000029439	0.957234212629896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	89.212	46.0	0.0001658289885000583	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0082_01_000000023644	1256	0.7306397335719587	1	1	1	1	1	True	517	fragment	False	USA0082_01_000000023644	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1256.0	96.178	100.0	0.0003626418064258041	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
CHI0072_000000007150	1426	0.7306257573202828	3	3	3	2	2	False	84837	fragment	False	ISR0060_000000015834	0.34136931567794004		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	95.23100000000001	100.0	0.0003957212123231751	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0056_000000002481	4618	0.7306243538704615	4	4	4	3	4	False	71497	maximal	True	MAD0056_000000002481	1.0		1	1	False	False	0.998700737953186	0					non-mobilizable	no_good_hit	2361.0	89.62299999999999	51.0	0.19954283779207585	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
DEN0070_000000016355	2069	0.7306148396556116	3	1	1	1	1	False	70611	maximal	True	DEN0070_000000016355	1.0		0	0	False	False	0.9927501082420349	0					non-mobilizable	no_good_hit	1009.0	89.098	49.0	0.0003040465418109375	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0168_000000007994	3253	0.7306090380134206	3	2	2	2	2	False	31532	maximal	True	ISR0168_000000007994	1.0	PS98	1	1	False	True	0.9981555342674255	0					non-mobilizable	no_good_hit								True	True
ISR0223_000000009263	3024	0.7306090380134206	5	2	2	2	2	False	27824	maximal	True	ISR0223_000000009263	1.0		1	1	False	False	0.9933862686157227	0					non-mobilizable	no_good_hit								True	False
ISR0370_000000013535	1972	0.7306090380134206	2	2	2	2	2	False	31531	backbone	True	ISR0370_000000013535	0.9916756176154673	PS98	2	2	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
ISR0133_000000011525	1862	0.7306090380134206	2	2	2	2	2	False	31531	backbone	False	ISR0370_000000013535	0.9642494929006085	PS98	0	0	False	True	0.9983888268470764	0					non-mobilizable	no_good_hit								True	True
TAN0017_000000020226	1845	0.7306052124322662	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9868644166522337		0	0	False	False	1.0	0					non-mobilizable	chromosome	1603.0	83.094	97.0	0.0004225432139799916	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0063_000000000390	41766	0.7306042473153002	41	38	12	20	35	True	123811	maximal	True	MON0063_000000000390	1.0	PS660	81	7	False	True	1.0	0					non-mobilizable	chromosome	23678.0	95.09200000000001	99.0	0.0036384318905742187	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
CHI0145_000000001881	8198	0.7306026757282934	8	6	3	4	5	False	96722	maximal	True	CHI0145_000000001881	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	5224.0	92.78299999999999	65.0	0.002606318511405953	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0080_000000007272	3398	0.7306015508750264	6	5	4	4	4	True	110727	maximal	True	ENG0080_000000007272	1.0		36	6	False	False	0.9997057318687439	0					non-mobilizable	chromosome	2799.0	96.249	100.0	0.0011518735138278358	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
DEN0026_000000024687	1136	0.7305948218138831	1	1	1	1	1	False	74086	maximal	True	DEN0026_000000024687	1.0		1	1	False	False	0.9955986142158508	0					non-mobilizable	no_good_hit								True	False
USA0006_01_000000020383	1152	0.7305848027775198	2	1	1	1	1	False	55558	fragment	False	ENG0176_000000008913	0.4899373881932022		0	0	False	False	0.9887152910232544	0					non-mobilizable	other	1152.0	99.74	100.0	0.01903580583808815	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0049_000000011293	1514	0.730573789789592	3	1	1	1	1	False	89070	fragment	False	FIJ0156_000000005165	0.9480474022920794		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	96.822	97.0	0.011860059340500294	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0835_000000007378	1951	0.7305687502078775	3	3	3	2	2	False	20952	maximal	True	ISR0835_000000007378	1.0		2	2	False	False	0.9989748597145081	0					non-mobilizable	no_good_hit	1238.0	81.664	63.0	0.0004297766555638126	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0843_000000003420	4598	0.7305618462827854	6	2	1	1	1	False	122789	fragment	False	ENG0062_000000004933	0.9492219492219492		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.411	66.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CAN0006_000000010964	4103	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.989019239273575	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	63.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0039_000000005758	4026	0.7305618462827854	3	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.921861982616373	PS832|PS837|PS838|PS874	0	0	False	True	0.99875807762146	0	rep_cluster_475				non-mobilizable	no_good_hit	1856.0	94.45	57.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0854_000000001840	3968	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9630465815588767	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1757.0	92.715	56.0	0.3333333333333333	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0164_000000006155	3929	0.7305618462827854	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9614773185502906	PS832|PS837|PS838|PS874	0	0	True	True	1.0	45	rep_cluster_475				non-mobilizable	no_good_hit	1699.0	94.291	55.0	0.26000920386562354	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0169_000000007116	3912	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.969368355134862	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	56.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0139_000000005999	3887	0.7305618462827854	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9633590189282443	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.111	55.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0160_000000006954	3872	0.7305618462827854	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9659739739405616	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1619.0	92.835	55.0	0.2801664355062413	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0119_01_000000005792	3857	0.7305618462827854	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9662217004423209	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1619.0	92.959	55.0	0.2801664355062413	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0830_000000006358	3845	0.7305618462827854	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9304640162562116	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1863.0	93.881	58.0	0.353489256512645	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0187_000000006901	3820	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9656402555463629	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1619.0	92.959	55.0	0.2801664355062413	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0272_000000002861	3818	0.7305618462827854	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9595497274752094	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	55.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0122_000000007195	3805	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9649651821817227	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1619.0	92.897	55.0	0.2801664355062413	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0069_000000006385	3799	0.7305618462827854	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.958846502121197	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.111	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0285_000000003645	3799	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9599669038640483	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1859.0	92.25399999999999	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0006_01_000000006438	3798	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9642277245282993	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.626	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0179_000000006596	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.964009883611797	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0117_000000007106	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9637022384560749	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.734	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0017_000000005836	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9644150476584146	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0166_000000006990	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9644150476584146	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0297_000000003240	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9593919802849868	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0038_000000005686	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9641217360963458	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.626	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0118_000000003580	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.964009883611797	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0036_000000005905	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9644150476584146	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0013_000000006784	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9644150476584146	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CAN0007_000000011155	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9644150476584146	PS832|PS837|PS838|PS874	0	0	False	True	0.9992098808288574	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0327_000000006442	3797	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.964009883611797	PS832|PS837|PS838|PS874	0	0	True	True	1.0	2	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0018_000000005652	3782	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9622703037270494	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.734	55.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0070_000000006271	3782	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9621075445690808	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.626	55.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0135_000000005493	3782	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9623068814842552	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	55.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0083_000000005831	3782	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9617728420291072	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.51899999999999	55.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0035_01_000000006637	3782	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9622275633245292	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	55.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0307_000000002029	3782	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9615292309818102	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.84200000000001	55.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0068_000000006075	3768	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9597209561866853	PS832|PS837|PS838|PS874	0	0	False	True	0.9997345805168152	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	55.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
DEN0009_000000000348	3737	0.7305618462827854	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.7925849461669249	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1738.0	92.80799999999999	59.0	0.3297204791785511	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0059_01_000000007104	3721	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9565066642873886	PS832|PS837|PS838|PS874	0	0	False	True	0.9994624853134155	0	rep_cluster_475				non-mobilizable	no_good_hit	1757.0	92.65799999999999	53.0	0.3333333333333333	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CAN0005_000000004878	3706	0.7305618462827854	3	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.923263542462528	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	93.165	56.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0039_01_000000006239	3694	0.7305618462827854	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.923753344288722	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	59.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0019_000000007417	3652	0.7305618462827854	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.929229479287439	PS832|PS837|PS838|PS874	0	0	False	True	0.9983570575714111	0	rep_cluster_475				non-mobilizable	no_good_hit	1757.0	92.715	54.0	0.3333333333333333	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0043_000000009371	3578	0.7305618462827854	3	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.808788716160731	PS832|PS837|PS838|PS874	0	0	False	True	0.9997205138206482	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	53.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0060_000000008108	3571	0.7305618462827854	3	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.8466245640921108	PS832|PS837|PS838|PS874	0	0	False	True	0.9997199773788452	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.68	58.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0804_000000005083	3524	0.7305618462827854	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.8313055909795843	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1757.0	92.65799999999999	55.0	0.3333333333333333	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0789_000000003970	3477	0.7305618462827854	3	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.7202039065004969	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1755.0	92.70700000000001	57.0	0.3329530328959878	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0125_000000022197	1208	0.7305590810910485	1	1	1	1	1	False	58797	maximal	True	ENG0125_000000022197	1.0		99	9	False	False	0.9942052960395813	0					non-mobilizable	other	1209.0	87.014	100.0	0.005927151006179686	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
SPA0093_000000020763	1827	0.7305578275518773	3	3	3	3	3	False	24771	fragment	False	SPA0093_000000020763	1.0		0	0	False	False	0.9967159032821655	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	0.0005116398055768739	NZ_FNWX01000005.1	CFB group bacteria	Chryseobacterium hominis strain DSM 19326, whole genome shotgun sequence	True	False
SPA0130_000000002102	14677	0.7305556432846769	18	17	11	12	13	True	123710	fragment	False	ISR0395_000000002237	0.9881267883534125		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	14688.0	99.68700000000001	100.0	0.14933010508753905	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0049_000000019902	1484	0.7305546046604157	3	2	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.19049863586924629		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	95.421	100.0	0.033699131229995426	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0105_000000032445	1678	0.730554136074843	2	2	2	2	1	False	79120	fragment	False	MON0105_000000032445	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1552.0	79.188	92.0	0.012784163256990543	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0288_000000020089	1481	0.7305523362480421	2	2	2	2	2	False	25963	fragment	False	ISR0288_000000020089	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	99.59200000000001	99.0	0.0004965608687080911	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
SPA0113_000000012140	2630	0.7305490790402117	1	1	1	1	1	False	4502	fragment	False	SPA0113_000000012140	1.0		0	0	False	False	0.9916349649429321	0					non-mobilizable	plasmid	2630.0	100.0	100.0	0.027486486769057055	CP039843.1	enterobacteria	Escherichia coli O157:H7 strain USDA5905 plasmid pUSDA5905_1	False	True
DEN0079_000000004848	7181	0.7305475622395773	7	5	3	4	3	True	93244	fragment	False	DEN0079_000000004848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0788_000000001657	4369	0.7305448833613689	10	5	1	3	4	True	43460	fragment	False	ISR0788_000000001657	1.0		0	0	False	False	0.9997711181640625	0					non-mobilizable	no_good_hit								True	True
FIJ0078_000000004938	4976	0.7305433809370693	6	4	2	3	3	False	70381	maximal	True	FIJ0078_000000004938	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1917.0	89.098	38.0	0.0005317733156709958	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0063_000000011322	2355	0.7305374162547831	4	4	3	2	3	False	70978	fragment	False	DEN0066_000000014570	0.9814830798994075		0	0	False	False	1.0	0					non-mobilizable	chromosome	2355.0	98.514	100.0	0.0007584150061095438	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ETH0003_000000009497	3641	0.7305349684098236	3	3	3	3	2	False	53232	maximal	True	ETH0003_000000009497	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	79.83	26.0	0.0002746836013889971	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
USA0058_01_000000007915	2461	0.7305329311460563	4	4	3	3	3	False	90463	fragment	False	SPA0032_000000011034	0.9880143827407111		0	0	False	False	1.0	0					non-mobilizable	chromosome	2462.0	99.431	100.0	0.0010406192466779255	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
USA0079_01_000000002795	4724	0.7305320545817295	8	4	3	3	3	False	122643	fragment	False	USA0079_01_000000002795	0.9982440737489026		0	0	False	False	1.0	0					non-mobilizable	other	4682.0	99.68	99.0	0.0018191300508936705	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ENG0134_000000004185	7755	0.7305295735684968	7	2	1	2	2	False	118102	maximal	True	ENG0134_000000004185	1.0		7	3	False	False	0.9858155846595764	0					non-mobilizable	no_good_hit	854.0	77.166	17.0	0.00021076973105782317	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0142_000000016198	2065	0.7305274711156816	2	2	2	2	1	False	87679	fragment	False	SPA0146_000000010563	0.6407721280602637		0	0	False	False	1.0	0					non-mobilizable	chromosome	1975.0	99.39200000000001	96.0	0.0007741167363332514	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0054_000000007188	2381	0.7305260718436165	3	3	2	3	1	False	86346	maximal	True	CHI0054_000000007188	0.9809954751131221		25	7	False	False	0.9693406224250793	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000001904	12906	0.7305254327103814	18	10	8	8	7	False	116176	maximal	True	FIJ0105_000000001904	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2241.0	93.12799999999999	33.0	0.0005056730406357498	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0134_000000015867	2470	0.7305118723747431	3	3	3	3	3	False	107393	fragment	False	ENG0154_000000010204	0.723039299925914		0	0	False	False	1.0	0					non-mobilizable	other	2469.0	100.0	99.0	0.0007923492706405701	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0088_000000003157	1587	0.7305068013787525	2	2	2	2	2	False	83936	fragment	False	CHI0088_000000003157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	81.818	6.0	0.002016338578585237	NZ_FOXF01000015.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
SPA0130_000000015868	2067	0.7304970896922681	3	2	2	1	1	False	101498	maximal	False	ISR0208_000000011953	0.9185981338309954		0	0	False	False	1.0	0					non-mobilizable	other	2065.0	92.542	99.0	0.07108939031576028	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0085_000000008413	2868	0.7304960304711902	5	2	2	2	2	False	87116	maximal	True	MON0085_000000008413	1.0		1	1	False	False	0.9884937405586243	0					non-mobilizable	no_good_hit	1382.0	99.132	48.0	0.00036839152683482856	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0012_000000033275	1650	0.7304960304711902	3	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.9217213478076611		0	0	False	False	1.0	0					non-mobilizable	chromosome	1564.0	99.169	95.0	0.00041667455823026953	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0790_000000011176	1519	0.7304960304711902	3	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.8886946262534701		0	0	False	False	1.0	0					non-mobilizable	chromosome	1519.0	98.749	100.0	0.0004049372467308253	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0014_000000015940	1499	0.7304960304711902	2	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.8647973045987297		0	0	False	False	1.0	0					non-mobilizable	chromosome	1499.0	99.133	100.0	0.00039933534806063604	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0780_000000001182	8967	0.7304845260789875	10	7	1	4	6	True	117636	fragment	False	CHI0149_000000001585	0.7575594022635979		0	0	False	False	1.0	0					non-mobilizable	other	8910.0	99.91	99.0	0.002859020661069503	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0076_000000005378	2999	0.7304841795375301	3	3	3	3	2	False	85069	fragment	False	CHI0069_000000003024	0.9370762021749187		0	0	False	False	1.0	0					non-mobilizable	other	1860.0	89.40899999999999	93.0	0.005894528008546112	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0310_000000004337	3638	0.7304824529655748	6	5	3	4	4	True	104849	fragment	False	DEN0064_000000009405	0.9186818679610844		0	0	False	False	0.9991753697395325	0					non-mobilizable	plasmid	3040.0	96.184	100.0	0.2435659540137152	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0043_000000008473	2028	0.7304820983056081	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.16270547668494648	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1239.0	97.902	61.0	0.011957309122518954	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0066_000000000201	58792	0.7304759428614951	75	71	13	19	69	True	45391	maximal	True	FIJ0066_000000000201	1.0		3	1	False	False	1.0	0	IncFIB	MOBH	MPF_F		conjugative	plasmid	58805.0	98.007	99.0	0.28641711647138557	MF150122.1	enterobacteria	Klebsiella pneumoniae strain A64477 plasmid pKP64477b, complete sequence	False	True
CHI0043_000000005348	1770	0.7304759186805452	3	3	3	3	3	False	87757	fragment	False	CHI0043_000000005348	1.0		0	0	False	False	0.9926553964614868	0					non-mobilizable	chromosome	1757.0	99.431	100.0	0.0003454603830124775	CP041300.1	enterobacteria	Escherichia coli O1:H42 strain CLSC36 chromosome, complete genome	False	False
MON0042_000000020896	1238	0.7304748030793713	2	2	2	2	1	False	13280	maximal	False	MON0017_000000015970	0.994345718901454		0	0	False	False	0.9911146759986877	0					non-mobilizable	no_good_hit	59.0	84.74600000000001	5.0	1.7838250129173536e-05	CP036295.1	d-proteobacteria	Desulfovibrio desulfuricans strain IC1 chromosome, complete genome	True	False
ISR0155_000000005548	4496	0.7304701378142829	2	2	2	2	1	False	30606	maximal	True	ISR0155_000000005548	1.0		7	3	False	False	0.9982206225395203	0					non-mobilizable	other	4496.0	100.0	100.0	0.011707436501156418	NZ_QVMD01000005.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf5, whole genome shotgun sequence	False	False
ISR0184_000000006640	1733	0.7304629393203889	3	3	3	3	2	False	98776	fragment	False	ISR0184_000000006640	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1735.0	91.354	100.0	0.028538474213214697	NZ_CABIWU010000007.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0028_000000013927	1854	0.730462381776003	2	2	2	2	0	True	12593	fragment	False	MON0028_000000013927	1.0		0	0	False	False	0.983818769454956	0					non-mobilizable	no_good_hit								True	True
CHI0186_000000010909	1768	0.7304583283317159	2	2	2	2	2	False	84946	maximal	True	CHI0186_000000010909	1.0		0	0	False	False	0.9983031749725342	0					non-mobilizable	no_good_hit	1333.0	82.296	89.0	0.0003542739046451151	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0111_000000013839	1375	0.730437579277667	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.22198864193274515		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	94.109	100.0	0.00917651773191745	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
AST0111_000000013837	1375	0.730437579277667	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.221848519350756		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	99.345	100.0	0.00788929719797887	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
AUS0002_000000006429	4918	0.7304321660895319	6	5	5	5	2	False	103108	maximal	True	AUS0002_000000006429	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	72.232	11.0	0.002975151576991445	NZ_LN875033.1	firmicutes	Niameybacter massiliensis strain Mt14, whole genome shotgun sequence	True	False
DEN0051_000000020736	2206	0.730429617377843	3	3	3	3	1	False	72545	maximal	True	DEN0051_000000020736	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1691.0	85.689	76.0	0.00047269577670773293	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0051_01_000000006096	3519	0.7304292452872532	6	2	1	2	2	False	1259	fragment	False	USA0051_01_000000006096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	82.413	19.0	0.023968648308198327	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0069_000000026802	1896	0.7304289596110873	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.21113323221436717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	85.07799999999999	78.0	0.00044451645584259056	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0119_01_000000006899	3352	0.7304283442329905	8	3	1	2	3	True	26561	fragment	False	USA0119_01_000000006899	1.0		0	0	False	False	0.9898567795753479	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.611942673048113e-05	NZ_AOIL01000042.1	euryarchaeotes	Natrialba taiwanensis DSM 12281 contig_43, whole genome shotgun sequence	True	True
FIJ0168_000000000057	68500	0.7304187335837484	63	35	22	27	24	True	44139	maximal	True	FIJ0168_000000000057	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	8339.0	87.57600000000001	56.0	0.003394524187978371	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
FIJ0128_000000005707	4408	0.7304179804214671	9	5	3	4	3	False	41034	fragment	False	FIJ0128_000000005707	1.0		0	0	False	False	0.9997731447219849	0					non-mobilizable	chromosome	4327.0	98.31299999999999	98.0	0.0014699701010935748	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0112_000000004099	6096	0.7304175267919073	6	6	6	5	5	False	124530	maximal	False	AST0053_000000001910	0.9131242568370987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	90.24600000000001	42.0	0.009050446206317479	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
FIJ0038_000000005696	5614	0.7304060796885444	7	2	0	1	2	False	126501	backbone	True	FIJ0038_000000005696	0.9486221996332396	PS879|PS961|PS965	1	1	True	True	1.0	3					non-mobilizable	no_good_hit	1620.0	93.95100000000001	65.0	0.27598014038692004	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0131_000000004231	5586	0.7304060796885444	8	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8256516030701233	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	220					non-mobilizable	no_good_hit	1620.0	93.82700000000001	65.0	0.27598014038692004	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0130_000000004815	5546	0.7304060796885444	7	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8253259730203226	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	1620.0	93.82700000000001	64.0	0.27598014038692004	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0088_000000002230	5468	0.7304060796885444	8	2	0	1	2	False	126501	backbone	False	FIJ0038_000000005696	0.9447809048806555	PS879|PS961|PS965	0	0	True	True	1.0	161					non-mobilizable	no_good_hit	1285.0	89.572	62.0	0.2184557438794727	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0061_000000006930	5426	0.7304060796885444	8	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.6505825883226769	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	160					non-mobilizable	no_good_hit	1415.0	99.01100000000001	65.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0020_01_000000007265	4763	0.7304060796885444	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.1349117589381134	PS879|PS961	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1621.0	91.795	68.0	0.27598014038692004	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0145_01_000000013614	1746	0.7304060288712687	3	2	1	2	0	True	13	maximal	True	USA0145_01_000000013614	1.0		1	1	False	False	0.9936999082565308	0					non-mobilizable	no_good_hit	461.0	91.10600000000001	26.0	0.003078855152018473	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0847_000000015818	1815	0.7304019047068872	4	3	2	2	1	False	90547	fragment	False	MON0046_000000019056	0.7830110191531005		0	0	False	False	0.9988980889320374	0					non-mobilizable	other	1823.0	96.654	100.0	0.02780323861900397	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0092_000000006454	1611	0.7304019047068872	4	3	2	2	1	False	90547	fragment	False	MON0046_000000019056	0.7808498208841178		0	0	False	False	0.9968963265419006	0					non-mobilizable	other	1599.0	96.685	99.0	0.024411854567674918	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0047_000000031495	1495	0.7304019047068872	3	3	2	2	1	False	90547	fragment	False	MON0046_000000019056	0.06359508547008547		0	0	False	False	0.9993311166763306	0					non-mobilizable	other	1266.0	97.07700000000001	94.0	0.019324778490681333	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0004_000000001127	6747	0.7303971266702298	4	2	2	1	1	False	43759	fragment	False	MAD0047_000000004036	0.6396718653121573		0	0	False	False	0.9918482303619385	0					non-mobilizable	no_good_hit	60.0	100.0	1.0	1.776377015849197e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0040_000000014451	2225	0.7303936314564414	3	3	2	2	3	False	18369	fragment	False	MAD0040_000000014451	1.0		0	0	False	False	0.9910112619400024	0					non-mobilizable	no_good_hit	1122.0	73.529	49.0	0.008632745056679245	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0021_000000038924	1223	0.7303902130319115	2	2	2	2	1	False	49521	fragment	False	FIJ0021_000000038924	1.0		0	0	False	False	0.9828290939331055	0					non-mobilizable	no_good_hit								True	False
ENG0096_000000007124	4592	0.7303857715174056	6	5	4	4	3	False	111967	maximal	True	ENG0096_000000007124	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	76.101	3.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0056_000000001115	13065	0.7303811069814163	14	9	7	7	7	False	63611	maximal	True	ENG0056_000000001115	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	81.25	1.0	0.0017009398783173779	NZ_ADGQ01000061.1	firmicutes	Peptostreptococcus stomatis DSM 17678 contig00013, whole genome shotgun sequence	True	False
MAD0003_000000016363	1666	0.7303701453961988	5	3	2	2	2	False	90547	fragment	False	MON0046_000000019056	0.7779101409314013		0	0	False	False	1.0	0					non-mobilizable	other	1669.0	97.304	100.0	0.025465933394439352	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0081_01_000000011996	2602	0.730369133731254	3	2	2	2	2	False	40273	maximal	True	USA0081_01_000000011996	1.0		3	2	False	False	0.9938508868217468	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.860719692558519e-05	NZ_JONV01000008.1	firmicutes	Salinicoccus luteus DSM 17002 BO53DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
USA0044_01_000000011334	2551	0.7303626597968094	4	4	4	4	3	False	131577	fragment	False	USA0044_01_000000011334	0.9938807737860245		0	0	False	False	1.0	0					non-mobilizable	chromosome	1551.0	99.87100000000001	100.0	0.00023876005077311862	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0052_000000012516	1650	0.7303593064049826	3	3	3	3	2	False	131447	fragment	False	MAD0052_000000012516	1.0		0	0	False	False	0.9969696998596191	0					non-mobilizable	no_good_hit	1253.0	78.851	75.0	0.697752808988764	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
SPA0023_000000019664	1441	0.7303545272665336	3	3	2	3	2	False	67751	fragment	False	FIJ0044_000000014240	0.9632692515098		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	93.333	99.0	0.03966115817247604	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
MON0024_000000003367	9105	0.7303545161902112	11	5	4	5	2	True	71161	fragment	False	MON0024_000000003367	0.985744352018118		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	96.429	1.0	0.025510204081632654	LN853390.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0781	True	True
DEN0065_000000002861	8756	0.7303545161902112	10	5	4	5	2	True	71161	fragment	False	MON0024_000000003367	0.9512483007354707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	1.0	0.036178107606679034	LN853390.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0781	True	True
ISR0212_000000025789	1395	0.7303533029761995	2	2	2	1	1	False	28326	fragment	False	ISR0212_000000025789	1.0		0	0	False	False	0.9949820637702942	0					non-mobilizable	no_good_hit	79.0	89.87299999999999	9.0	3.4195168485732724e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
CHI0054_000000013021	1341	0.7303489168543127	3	3	3	2	2	False	113445	fragment	False	ISR0058_000000016778	0.7988166461847884		0	0	False	False	0.9992542862892151	0					non-mobilizable	no_good_hit	380.0	71.579	28.0	0.00024874816977972644	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
MON0084_000000024818	1453	0.7303440927083565	1	1	1	1	1	False	53048	fragment	False	MON0084_000000024818	0.9876900796524257		0	0	False	False	0.9993117451667786	0					non-mobilizable	other	1460.0	80.959	100.0	0.0006043493213842466	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
FIJ0057_000000024796	1421	0.7303440927083565	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.6848859971807656		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	99.085	100.0	0.0005616242172362473	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ENG0081_000000004926	5165	0.7303354546585615	8	6	6	6	5	False	114967	fragment	False	ENG0081_000000004926	0.9558390578999019		0	0	False	False	0.9972894191741943	0					non-mobilizable	no_good_hit	924.0	74.892	18.0	0.00029970320141111355	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ETH0003_000000027120	1551	0.7303234511134213	2	2	2	2	2	False	53089	maximal	True	ETH0003_000000027120	1.0		3	3	False	False	0.9864603281021118	0					non-mobilizable	no_good_hit								True	False
ISR0075_000000015638	1699	0.7303111658432633	3	3	3	3	2	False	107557	fragment	False	MAD0016_000000002666	0.2075772394045724		0	0	False	False	0.9976456761360168	0					non-mobilizable	chromosome	1703.0	91.779	100.0	0.0005715368585735746	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0066_000000004450	3383	0.7303090045286018	3	3	3	3	1	False	131596	fragment	False	ISR0334_000000005504	0.9822473905086958		0	0	False	False	1.0	0					non-mobilizable	chromosome	3383.0	99.823	100.0	0.0014294934681616468	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0034_000000010918	3296	0.7303090045286018	3	3	3	3	1	False	131596	fragment	False	ISR0334_000000005504	0.9694794477685866		0	0	False	False	0.9969660043716431	0					non-mobilizable	chromosome	3296.0	99.87899999999999	100.0	0.0013927205729132544	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0137_000000011245	3243	0.7303090045286018	3	3	3	3	1	False	131596	fragment	False	ISR0334_000000005504	0.9601950438369763		0	0	False	False	1.0	0					non-mobilizable	chromosome	3243.0	100.0	100.0	0.0013703186941987164	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0093_000000013216	2987	0.7303090045286018	3	3	3	3	1	False	131590	fragment	False	SPA0093_000000013216	1.0		0	0	False	False	0.9912956357002258	0					non-mobilizable	chromosome	2728.0	99.927	91.0	0.0011522173844496302	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0101_000000010598	4237	0.7302962514938629	7	4	1	3	3	True	86796	fragment	False	SPA0101_000000010598	1.0		0	0	False	False	0.9997639656066895	0					non-mobilizable	no_good_hit								True	True
ISR0385_000000014274	1629	0.7302936839528565	3	1	1	1	1	False	37340	fragment	False	ISR0385_000000014274	0.9779298485725816		0	0	False	False	0.968692421913147	0					non-mobilizable	no_good_hit	54.0	87.037	3.0	2.9254097781545852e-05	NZ_VYSA01000001.1	high GC Gram+	Microbacterium rhizomatis strain JCM 30598 Scaffold1, whole genome shotgun sequence	True	False
FIJ0109_000000001855	13282	0.7302933756109774	18	10	8	10	6	False	122876	maximal	True	FIJ0109_000000001855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	79.37	3.0	0.001094496933799031	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0034_000000021686	1613	0.7302874217646504	2	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.37435663981893114		0	0	False	False	1.0	0					non-mobilizable	chromosome	1613.0	96.714	100.0	0.0005688300203924856	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0045_000000007493	4560	0.7302864951110851	4	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.6477076236075455		0	0	False	False	1.0	0					non-mobilizable	other	4514.0	98.02799999999999	99.0	0.009434652693120774	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0112_000000015370	1229	0.730280724551664	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.26021131793736124		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	99.837	100.0	0.015271162622958974	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0186_000000010322	1869	0.7302800518408004	3	2	2	1	1	False	77145	maximal	True	CHI0186_000000010322	1.0		115	10	False	False	0.9978598356246948	0					non-mobilizable	chromosome	1869.0	98.76899999999999	100.0	0.0002874096421319149	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
DEN0070_000000002961	10062	0.730279434702975	14	8	6	7	7	False	98900	maximal	True	DEN0070_000000002961	1.0		4	4	False	False	0.9933412671089172	0					non-mobilizable	no_good_hit	1833.0	73.432	19.0	0.0009650111174421743	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
AST0094_000000016418	1397	0.7302759110946627	3	2	0	2	0	True	109152	maximal	True	AST0094_000000016418	1.0		6	2	False	False	0.9541875720024109	0					non-mobilizable	no_good_hit	505.0	100.0	36.0	0.000999476464708962	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
ISR0273_000000001934	4254	0.7302758074781152	5	4	3	4	2	False	124236	maximal	False	ENG0128_000000005751	0.6501543209876544		0	0	False	False	0.9938880801200867	0					non-mobilizable	no_good_hit	1374.0	78.457	49.0	0.00036392130295617725	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0043_000000008532	3888	0.7302688366266281	4	3	2	3	3	True	93738	fragment	False	CAN0014_000000009490	0.459063096547452		0	0	False	False	1.0	0					non-mobilizable	other	3902.0	88.51899999999999	100.0	0.0007244075846144167	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
CHI0092_000000007520	1420	0.7302596172896074	4	3	2	2	2	False	83633	maximal	True	CHI0092_000000007520	1.0		11	3	False	False	0.9760563373565674	0					non-mobilizable	no_good_hit	314.0	99.363	22.0	0.000497886764960861	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
AUS0020_000000008770	3202	0.7302560324892731	5	4	3	3	4	False	99687	maximal	False	ENG0132_000000005420	0.9228008556973664		0	0	False	False	0.9968769550323486	0					non-mobilizable	no_good_hit	2467.0	98.581	79.0	0.03863266073442787	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0106_000000007400	5220	0.730249411241295	13	2	2	2	1	True	26562	maximal	True	SPA0106_000000007400	1.0		1	1	False	False	0.9996168613433838	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.6971616740539864e-06	CP052884.1	high GC Gram+	Gordonia ajococcus strain A2 chromosome, complete genome	True	True
DEN0063_000000030057	1662	0.7302435856165607	3	3	3	3	3	False	71462	maximal	True	DEN0063_000000030057	1.0		3	2	False	False	0.9975932836532593	0					non-mobilizable	no_good_hit	129.0	77.51899999999999	8.0	0.00048033623536475534	NZ_KE387006.1	d-proteobacteria	Desulfobulbus mediterraneus DSM 13871 G494DRAFT_scaffold00006.6, whole genome shotgun sequence	True	False
ISR0091_000000017141	1745	0.7302433925734013	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2263618471403542		0	0	False	False	0.995415449142456	0					non-mobilizable	other	1745.0	97.07700000000001	100.0	0.0005250850026510169	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0031_000000019213	1702	0.7302252770634854	2	2	2	1	1	False	77794	fragment	False	SPA0031_000000019213	1.0		0	0	False	False	0.9976498484611511	0					non-mobilizable	no_good_hit	987.0	75.887	64.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0193_000000018248	1453	0.7302252770634854	2	2	2	1	1	False	77791	fragment	False	CHI0174_000000009915	0.9276744570273077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	77.381	11.0	4.064172545553832e-05	NC_015578.1	spirochetes	Treponema primitia ZAS-2, complete sequence	True	False
ISR0327_000000020174	1452	0.7302252770634854	2	2	2	1	1	False	77791	fragment	False	CHI0174_000000009915	0.9314711458825915		0	0	False	False	0.9993112683296204	0					non-mobilizable	no_good_hit	987.0	75.887	67.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
DEN0045_000000012052	3074	0.7302229935528418	3	3	2	3	1	False	102347	fragment	False	DEN0045_000000012052	1.0		0	0	False	False	0.9996746778488159	0					non-mobilizable	no_good_hit	79.0	87.34200000000001	3.0	2.1090092820743133e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0018_000000013077	1636	0.7302126197132611	3	2	1	2	1	True	66605	fragment	False	ISR0145_000000016133	0.9810289447668009		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	99.81700000000001	100.0	0.017619293935083408	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	False	True
ENG0144_000000010566	1636	0.7302126197132611	3	2	1	2	1	True	66605	fragment	False	ISR0145_000000016133	0.980595872948597		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	99.81700000000001	100.0	0.017619293935083408	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	False	True
ISR0092_000000020688	1498	0.7302126197132611	2	2	1	2	1	True	66605	fragment	False	ISR0145_000000016133	0.8015029182398811		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	99.666	100.0	0.016132160869002973	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	False	True
ISR0853_000000013270	1373	0.7302126197132611	2	2	1	2	1	True	66605	fragment	False	ISR0145_000000016133	0.47116472523416886		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	99.49	100.0	0.014785120048277943	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	False	True
ENG0141_000000019437	1359	0.7302126197132611	2	2	1	2	1	True	66605	fragment	False	ISR0145_000000016133	0.466276310471095		0	0	False	False	0.9941133260726929	0					non-mobilizable	other	1359.0	98.675	100.0	0.01463425147635674	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	False	True
ENG0201_000000002190	4085	0.7301970455915655	5	3	3	3	3	False	74494	fragment	False	ENG0201_000000002190	1.0		0	0	False	False	0.9963280558586121	0					non-mobilizable	no_good_hit	556.0	83.273	13.0	0.0023117610845174827	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0058_000000008427	3678	0.7301930588245875	3	2	2	2	1	False	73013	maximal	True	ENG0058_000000008427	1.0		6	4	False	False	0.9972811341285706	0					non-mobilizable	no_good_hit	977.0	98.976	27.0	0.0003316437398676211	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0101_000000005587	5222	0.7301892784283752	7	6	6	4	4	False	127943	fragment	False	ENG0101_000000005587	0.9800958732805336		0	0	False	False	0.9978935122489929	0					non-mobilizable	chromosome	4745.0	98.18799999999999	91.0	0.001054002494353876	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0073_000000002900	4825	0.7301831600267551	7	6	5	5	5	False	95540	maximal	True	SPA0073_000000002900	1.0		4	2	False	False	0.9896373152732849	0					non-mobilizable	other	4640.0	99.935	96.0	0.036881563988201714	NZ_WBKJ01000015.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000015, whole genome shotgun sequence	False	False
MON0076_000000027324	1757	0.7301787739845219	2	1	0	1	1	True	10283	maximal	True	MON0076_000000027324	1.0		2	1	False	False	0.9914627075195312	0					non-mobilizable	no_good_hit								True	True
MAD0008_000000007763	1748	0.7301787739845219	2	1	0	1	1	True	83335	fragment	False	MAD0008_000000007763	1.0		0	0	False	False	0.9994279146194458	0					non-mobilizable	no_good_hit								True	True
ISR0783_000000008010	1731	0.7301787739845219	2	1	0	1	1	True	38427	fragment	False	ISR0783_000000008010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	5.0	2.125784248310732e-05	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ISR0007_000000014216	1221	0.7301787739845219	1	1	0	1	1	True	38424	fragment	False	ISR0007_000000014216	1.0		0	0	False	False	0.981162965297699	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	8.400426211098289e-05	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	True	True
AST0084_000000012864	2649	0.7301785146760361	3	2	2	2	2	True	111493	fragment	False	CHI0125_000000005331	0.9423917579329475		0	0	False	False	0.9996225237846375	0					non-mobilizable	no_good_hit	1269.0	87.155	85.0	0.0002455846570791811	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
DEN0052_000000029157	1577	0.7301724515046136	3	3	3	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9785931859611863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	91.211	80.0	0.00021242907709446426	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0039_000000015147	1507	0.7301685952715732	2	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.19121704961998467		0	0	False	False	0.9960185885429382	0					non-mobilizable	chromosome	1512.0	85.119	100.0	0.00047468758401986	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0062_01_000000012754	1502	0.7301685952715732	3	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.1953358705023112		0	0	False	False	0.9926764369010925	0					non-mobilizable	chromosome	1435.0	84.73899999999999	96.0	0.0004507325664996014	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0116_000000010786	2501	0.7301667818894698	4	4	4	2	1	False	106238	maximal	True	AST0116_000000010786	1.0		1	1	False	False	0.9828068614006042	0					non-mobilizable	no_good_hit	1349.0	89.54799999999999	54.0	0.012055211974545128	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0070_000000008380	2464	0.7301650198056917	3	3	2	3	2	False	86900	fragment	False	ISR0201_000000011976	0.983399209486166		0	0	False	False	0.9971590638160706	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.905853017359012e-07	CP020623.1	bony fishes	Oryzias latipes strain HSOK chromosome 3	True	False
ISR0145_000000016133	1775	0.7301629928797816	3	3	1	2	2	True	66605	fragment	False	ISR0145_000000016133	0.9892164379898545		0	0	False	False	0.998873233795166	0					non-mobilizable	other	1775.0	98.366	100.0	0.019117203327729645	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	False	True
ISR0325_000000008555	2336	0.7301598256946052	3	3	3	3	2	False	24873	maximal	True	ISR0325_000000008555	1.0		7	4	False	False	0.9841609597206116	0					non-mobilizable	no_good_hit	739.0	70.771	31.0	0.0021242266306051145	NZ_LSGP01000020.1	firmicutes	Anaerosporomusa subterranea strain RU4 RU4_contig_5, whole genome shotgun sequence	True	False
CHI0084_000000004955	1321	0.7301469646572027	3	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.0700382820516552		0	0	False	False	0.9992430210113525	0					non-mobilizable	other	1209.0	96.691	93.0	0.0003351828093151385	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0099_000000017056	1223	0.7301469646572027	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.1577137510026485	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1234.0	83.06299999999999	99.0	0.01449806219869553	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
CHI0055_000000002815	5103	0.7301449464761975	9	5	3	3	4	False	126759	fragment	False	CHI0055_000000002815	0.9850762066045724		0	0	False	True	0.9994121193885803	0					non-mobilizable	no_good_hit	3023.0	99.14	61.0	0.590234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CHI0061_000000001677	3446	0.7301449464761975	6	5	3	3	4	False	126754	fragment	False	CHI0061_000000001677	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2689.0	99.51700000000001	78.0	0.524609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0382_000000007447	1913	0.7301442636433884	4	3	2	2	2	True	122259	maximal	True	ISR0382_000000007447	1.0		23	4	False	False	0.996340811252594	0					non-mobilizable	other	1938.0	95.51100000000001	100.0	0.013268386388583974	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
MAD0104_000000000530	16023	0.7301284347332793	31	13	6	10	6	False	14900	maximal	True	MAD0104_000000000530	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	0.0002873327313028487	NZ_FQZD01000014.1	firmicutes	Propionispora hippei DSM 15287, whole genome shotgun sequence	True	False
ISR0137_000000006572	4185	0.7301258660144315	7	4	4	2	2	False	89091	maximal	True	ISR0137_000000006572	1.0		1	1	False	False	0.9997610449790955	0					non-mobilizable	other	1785.0	99.49600000000001	98.0	0.014344641263357643	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
TAN0010_000000009377	1688	0.7301178133175499	3	2	2	1	1	False	115206	fragment	False	ENG0165_000000011253	0.9619697023960627		0	0	False	False	1.0	0					non-mobilizable	other	1688.0	97.334	100.0	0.01305384032065865	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0378_000000006412	3617	0.7301160615310819	5	3	0	3	0	False	126085	fragment	False	ISR0378_000000006412	1.0		0	0	False	False	0.9961293935775757	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.251702426870044e-05	NZ_JXXZ01000006.1	g-proteobacteria	Pseudoalteromonas ruthenica strain S3137 contig0006, whole genome shotgun sequence	True	False
ISR0088_000000015587	1585	0.7301099290752422	1	1	1	1	1	False	33782	maximal	True	ISR0088_000000015587	1.0		195	10	False	False	1.0	0					non-mobilizable	other	1555.0	75.691	97.0	0.0030691182241157017	NZ_CABJAT010000004.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	False	False
ISR0825_000000004410	4930	0.7301090020826766	5	5	5	5	4	False	111069	fragment	False	FIJ0095_000000004547	0.8567868323679608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	71.456	10.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
USA0132_01_000000007928	2024	0.7301077792036511	2	2	2	1	2	False	107855	fragment	False	AST0104_000000017558	0.9430674683537279		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	93.83	100.0	0.006954967956978163	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0093_000000002893	6994	0.7301073697477191	10	7	4	5	6	True	82893	maximal	True	ISR0093_000000002893	1.0		1	1	False	False	1.0	0	rep_cluster_2232				non-mobilizable	no_good_hit	3585.0	100.0	72.0	0.043962514106275455	LC501476.1	enterobacteria	Escherichia coli 17-Ec-C-106 plasmid p17C106-1, sequence_id: contig1	True	True
SPA0041_000000008820	3894	0.7301067710304019	5	5	5	5	4	False	129590	maximal	True	SPA0041_000000008820	1.0	PS1061	9	2	False	True	1.0	0					non-mobilizable	no_good_hit	1963.0	98.064	62.0	0.000525515224666468	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0012_000000011834	2042	0.7301052064758198	2	2	2	2	1	False	50790	maximal	True	FIJ0012_000000011834	1.0		2	1	False	False	0.9995102882385254	0					non-mobilizable	no_good_hit	1025.0	94.146	59.0	0.0008313240296483922	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0043_000000026049	1333	0.7300987087387529	3	2	1	1	2	False	78842	fragment	False	ENG0043_000000026049	0.9924623259650353		0	0	False	False	0.9924980998039246	0					non-mobilizable	other	1335.0	88.539	100.0	0.004119298853276265	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0293_000000007006	5203	0.7300976403891992	6	5	3	5	4	False	25845	maximal	True	ISR0293_000000007006	1.0		1	1	False	False	0.9923121333122253	0					non-mobilizable	no_good_hit	1361.0	80.749	26.0	0.00038436382960362265	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0334_000000005504	3524	0.7300967747011927	3	3	3	3	2	False	131596	fragment	False	ISR0334_000000005504	0.9942709102318044		0	0	False	False	0.994040846824646	0					non-mobilizable	chromosome	3524.0	99.915	100.0	0.0014890909190814552	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0032_000000007612	3445	0.7300967747011927	3	3	3	3	2	False	131596	fragment	False	ISR0334_000000005504	0.9915415637808453		0	0	False	False	1.0	0					non-mobilizable	chromosome	3445.0	100.0	100.0	0.0014556994394880874	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
AST0106_000000005868	3401	0.7300967747011927	3	3	3	3	2	False	131596	fragment	False	ISR0334_000000005504	0.9862186180671397		0	0	False	False	1.0	0					non-mobilizable	chromosome	3401.0	99.971	100.0	0.0014371016533854522	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0262_000000005809	2739	0.7300967747011927	3	3	3	3	2	False	131589	fragment	False	ISR0262_000000005809	0.9977516524313729		0	0	False	False	0.9992697834968567	0					non-mobilizable	chromosome	2739.0	99.963	100.0	0.0011572895079321672	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0109_000000011957	2680	0.7300967747011927	3	3	3	3	2	False	131589	fragment	False	ISR0262_000000005809	0.9907434323253353		0	0	False	False	1.0	0					non-mobilizable	chromosome	2680.0	100.0	100.0	0.0011323515674763608	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0011_000000010428	2581	0.7300967747011927	3	3	3	3	2	False	131589	fragment	False	ISR0262_000000005809	0.9680903623539839		0	0	False	False	0.998062789440155	0					non-mobilizable	chromosome	2581.0	99.961	100.0	0.0010905065487454315	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0144_000000001987	13754	0.7300949660283809	31	12	7	12	7	False	40125	maximal	True	FIJ0144_000000001987	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	85.25299999999999	5.0	0.0013438248374957236	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0168_000000028740	1108	0.7300931554899477	2	2	2	2	2	False	55939	maximal	True	ENG0168_000000028740	1.0		13	6	False	False	0.9954873919487	0					non-mobilizable	other	1108.0	98.195	100.0	0.0004800135288365851	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
MAD0045_000000004276	6964	0.7300907756305889	8	5	3	5	2	False	84618	fragment	False	MAD0045_000000004276	0.9770516667558443		0	0	False	True	0.9988512396812439	0					non-mobilizable	no_good_hit	1106.0	84.90100000000001	18.0	0.0002939663016451709	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0255_000000008134	3553	0.73008985001258	2	2	2	2	1	False	60078	maximal	True	ISR0255_000000008134	1.0		1	1	False	False	0.9946523904800415	0					non-mobilizable	virus	2391.0	93.39200000000001	96.0	0.033082727625811464	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
AST0024_000000007703	4141	0.7300821607110495	4	2	1	1	1	False	122786	backbone	True	AST0024_000000007703	0.9896673692881517	PS832|PS837|PS838|PS874	68	6	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.573	63.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0087_000000007211	3823	0.7300821607110495	4	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9642453459397319	PS832|PS837|PS838|PS874	0	0	False	True	0.9997384548187256	0	rep_cluster_475				non-mobilizable	no_good_hit	1621.0	92.65899999999999	55.0	0.2801664355062413	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0338_000000006301	3797	0.7300821607110495	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9636401323414239	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.626	54.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0072_000000007119	3759	0.7300821607110495	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.9573300174173915	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1858.0	92.626	55.0	0.3525385054192812	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0025_000000011089	3484	0.7300821607110495	5	2	1	1	1	False	122786	backbone	False	AST0024_000000007703	0.7586467487132734	PS832|PS837|PS838|PS874	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1778.0	92.40700000000001	57.0	0.33713633770678836	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0089_000000014424	1610	0.7300804277846307	2	2	2	2	1	False	110160	fragment	False	CAN0010_000000007760	0.9552989934872705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.613036372852603e-06	CP060587.1	high GC Gram+	Aeromicrobium sp. zg-629 chromosome, complete genome	True	False
SPA0070_000000004037	5130	0.7300754690679029	6	4	4	3	4	False	5964	fragment	False	SPA0069_000000004442	0.9809675604725295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	78.788	3.0	5.169240622792632e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0043_000000014096	1833	0.7300710603171051	2	2	2	2	2	False	18031	fragment	False	MAD0043_000000014096	1.0		0	0	False	False	0.9994544386863708	0					non-mobilizable	other	1833.0	93.126	100.0	0.0011031618956319727	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0299_000000001334	5167	0.7300702884243173	5	5	5	3	2	False	118964	fragment	False	ISR0299_000000001334	1.0		0	0	False	False	0.9988387823104858	0					non-mobilizable	no_good_hit	425.0	92.235	8.0	0.0001255747488134815	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0126_000000029437	1680	0.7300695799757061	2	2	2	2	1	False	125790	fragment	False	SPA0115_000000011713	0.5740150803657055		0	0	False	False	0.9988095164299011	0					non-mobilizable	chromosome	1680.0	96.131	100.0	0.00044994393789648125	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0018_01_000000011282	2057	0.7300690675929614	4	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.1497859540809107	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2057.0	100.0	100.0	0.020517323966150407	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0096_000000003194	8878	0.7300688840327297	11	9	9	9	9	False	60889	fragment	False	ENG0096_000000003194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1485.0	76.633	35.0	0.0004113406994357837	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0139_000000004192	6195	0.7300673011438593	7	5	4	4	3	True	96579	fragment	False	FIJ0139_000000004192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	79.955	29.0	0.015359131354829757	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0054_000000015463	1632	0.7300644954780408	3	2	2	2	2	True	46312	maximal	True	FIJ0054_000000015463	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	71.35300000000001	46.0	0.00013233936509122346	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	True
ISR0143_000000025648	1129	0.7300586694257181	2	2	2	1	1	False	31103	maximal	True	ISR0143_000000025648	1.0		1	1	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit	609.0	99.34299999999999	54.0	0.0001918541504553065	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
SPA0060_000000011876	1158	0.7300569618374252	3	1	1	1	1	True	6214	fragment	False	SPA0060_000000011876	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	94.387	100.0	0.000668212545878249	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
USA0037_01_000000001740	19177	0.7300519095774916	18	12	11	12	10	False	84471	maximal	True	USA0037_01_000000001740	1.0		2	2	False	False	0.9998435378074646	0					non-mobilizable	no_good_hit	1425.0	74.24600000000001	7.0	0.0017006616255937392	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0044_000000006430	6065	0.7300488017157741	6	4	2	4	4	False	34647	fragment	False	MON0044_000000006430	1.0		0	0	False	False	0.9991756081581116	0					non-mobilizable	no_good_hit	98.0	80.612	2.0	0.00013712902710489523	NZ_LAYZ01000001.1	firmicutes	Salinicoccus sediminis strain SV-16 scf7180000000794, whole genome shotgun sequence	True	False
ENG0027_000000011798	1925	0.7300442355483276	3	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.17359958593590366		0	0	False	False	1.0	0					non-mobilizable	other	1925.0	98.961	100.0	0.0005751952719187815	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0104_000000015806	2016	0.7300434364007723	4	3	2	2	3	True	131617	fragment	False	ENG0006_000000010997	0.4302577140705158		0	0	False	False	1.0	0					non-mobilizable	other	2016.0	94.147	100.0	0.04649070185962807	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
SPA0112_000000023329	1422	0.7300427842327742	2	2	2	2	1	False	68274	fragment	False	SPA0112_000000023329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	77.5	11.0	1.6845993374426474e-05	LN907826.1	a-proteobacteria	Bradyrhizobium sp. G22 genome assembly, chromosome: I	True	False
DEN0045_000000025033	1660	0.7300417670145597	3	2	2	2	2	False	79372	fragment	False	ISR0121_000000013880	0.7867723748770649		0	0	False	False	1.0	0					non-mobilizable	chromosome	1654.0	98.065	99.0	0.0005563901220389392	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0172_000000015086	1544	0.7300384942300465	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.4019878432595035		0	0	False	False	0.9987046718597412	0					non-mobilizable	other	1544.0	98.705	100.0	0.016065051485210365	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0012_000000003558	6583	0.7300347280116559	7	5	5	5	3	False	130487	fragment	False	SPA0139_000000002927	0.7519457952993972		0	0	False	False	1.0	0					non-mobilizable	other	6549.0	99.13	99.0	0.010434152661913667	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0178_000000009640	1101	0.7300301460568714	1	1	1	1	1	False	77593	fragment	False	CHI0178_000000009640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	77.791	72.0	0.007822698490014613	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
MAD0103_000000014629	1633	0.7300174538094677	4	2	1	1	2	False	14918	maximal	True	MAD0103_000000014629	1.0		11	5	False	False	0.9840784072875977	0					non-mobilizable	no_good_hit	654.0	74.006	39.0	0.010351078038542263	NZ_NOJZ02000014.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_14_length_62892_cov_409.43, whole genome shotgun sequence	True	False
CHI0183_000000000825	4607	0.7300164090972316	7	5	4	4	4	False	88117	maximal	True	CHI0183_000000000825	1.0		17	2	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	83.686	49.0	0.00030798732461055156	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CAN0003_000000005601	8152	0.730012134927491	9	7	4	6	5	False	122292	fragment	False	CAN0003_000000005601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	82.791	14.0	0.00033394444340172877	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0047_000000007339	2495	0.7300110419724737	3	3	3	3	3	False	124918	fragment	False	FIJ0001_000000007540	0.9696620583717358		0	0	False	False	0.9947896003723145	0					non-mobilizable	no_good_hit	715.0	72.028	28.0	0.0014553453622367153	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0145_000000006809	4745	0.7300001036243198	7	5	3	5	3	False	81643	maximal	True	ISR0145_000000006809	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	81.265	9.0	0.5845272206303725	NZ_GG663518.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld14, whole genome shotgun sequence	True	False
SPA0078_000000004366	1725	0.7299936564215087	3	3	3	2	3	False	5661	fragment	False	SPA0078_000000004366	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	997.0	92.87899999999999	99.0	0.014291870152255099	AP022059.1	enterobacteria	Klebsiella sp. WP4-W18-ESBL-05 plasmid pWP4-W18-ESBL-05_2 DNA, complete genome, strain: WP4-W18-ESBL-05	False	True
ISR0205_000000007601	2286	0.7299927978211392	2	2	2	2	2	False	111712	maximal	True	ISR0205_000000007601	0.9701695555787573		118	8	False	False	0.9995625615119934	0					non-mobilizable	no_good_hit	72.0	94.444	6.0	0.00048596186226061244	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0104_000000005141	5960	0.7299805241060152	7	5	4	4	5	False	108026	fragment	False	AST0104_000000005141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	3.0	0.09278350515463918	GQ878830.1		Uncultured organism clone VC1C241TR genomic sequence	True	False
MAD0104_000000000561	15116	0.7299672326801786	19	19	16	19	18	False	18132	maximal	True	MAD0104_000000000561	1.0		3	1	False	False	0.9976845979690552	0					non-mobilizable	chromosome	7044.0	99.97200000000001	100.0	0.0017364548264099911	CP053718.1	enterobacteria	Proteus mirabilis strain MPE4069 chromosome, complete genome	False	False
FIJ0148_000000010661	1767	0.7299628465849807	3	2	2	1	1	False	39904	maximal	True	FIJ0148_000000010661	1.0		1	1	False	False	0.9915110468864441	0					non-mobilizable	no_good_hit	1300.0	94.69200000000001	73.0	0.01672136676741863	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	True	False
ENG0034_000000001998	7023	0.7299565594944167	6	4	3	4	4	False	65473	maximal	True	ENG0034_000000001998	0.9446581828943474		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	95.94200000000001	9.0	9.149767827975828e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0047_000000016156	1317	0.7299502721472586	3	3	3	3	2	False	64300	fragment	False	ENG0047_000000016156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	79.208	23.0	8.374752762122736e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0065_000000010274	3071	0.7299437556356672	3	3	3	3	3	False	131591	fragment	False	ISR0065_000000010274	1.0		0	0	False	False	0.999674379825592	0					non-mobilizable	other	2959.0	99.62799999999999	96.0	0.0012216643462753486	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
ENG0054_000000003263	7310	0.7299398491777483	10	10	5	8	10	False	63813	fragment	False	ENG0054_000000003263	0.965869106263195		0	0	False	False	0.999726414680481	0					non-mobilizable	plasmid	7311.0	99.836	100.0	0.06962598556569326	CP027379.1	enterobacteria	Escherichia coli strain 2013C-4404 plasmid unnamed3, complete sequence	False	True
ISR0327_000000003916	5614	0.7299384789909462	7	5	5	5	3	False	128051	maximal	False	ISR0003_000000004223	0.9688867293430986		0	0	False	False	0.999287486076355	0					non-mobilizable	other	3746.0	98.425	99.0	0.007826663348925324	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0044_000000038691	1460	0.7299376503110341	2	2	2	2	0	True	11599	fragment	False	MON0044_000000038691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.07060627547285e-05	NZ_SJCO01000007.1	CFB group bacteria	Puteibacter caeruleilacunae strain JC036 scaffold_6, whole genome shotgun sequence	True	True
DEN0017_000000005623	5391	0.7299340573737881	7	2	1	2	2	False	75254	maximal	True	DEN0017_000000005623	1.0		1	1	False	False	0.997032105922699	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000029345	1271	0.7299257974879143	2	2	2	2	1	False	5258	fragment	False	SPA0093_000000029345	1.0		0	0	False	False	0.9960660934448242	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	5.287943195739093e-05	NZ_OBEG01000005.1	high GC Gram+	Nocardia amikacinitolerans strain DSM 45537, whole genome shotgun sequence	True	False
FIJ0102_000000016850	1889	0.7299208726540289	2	2	2	2	2	False	42626	maximal	True	FIJ0102_000000016850	1.0		23	6	False	False	0.9941768050193787	0					non-mobilizable	no_good_hit	145.0	80.0	8.0	2.8789668158525644e-05	CP027562.1	g-proteobacteria	Stenotrophomonas maltophilia strain SJTH1 chromosome, complete genome	True	False
ENG0191_000000002044	10528	0.7299171278499853	9	7	6	6	5	False	69005	maximal	False	SPA0021_000000002121	0.9783378365787758	PS319	0	0	False	True	1.0	0					non-mobilizable	other	10531.0	99.23100000000001	100.0	0.005063175484786189	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
ENG0052_000000027085	1248	0.7299081645726924	2	2	2	2	2	False	65123	maximal	True	ENG0052_000000027085	1.0		86	11	False	False	0.995192289352417	0					non-mobilizable	no_good_hit	570.0	83.333	45.0	0.00140396363208645	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
MAD0015_000000001396	8593	0.7298916479777741	11	8	7	8	4	True	47907	maximal	True	MAD0015_000000001396	1.0		1	1	False	False	0.9958105683326721	0					non-mobilizable	no_good_hit	598.0	80.435	7.0	0.00103827251064098	NZ_PKIB01000001.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.1, whole genome shotgun sequence	True	True
BAN0018_000000001053	2149	0.7298849064236016	2	2	1	1	2	False	98045	fragment	False	BAN0018_000000001053	1.0		0	0	False	False	0.9846439957618713	0					non-mobilizable	plasmid	2155.0	97.03	100.0	0.022356244150982633	CP035333.1	enterobacteria	Escherichia coli strain BR25-DEC plasmid unnamed2	False	True
FIJ0165_000000004412	4094	0.7298847560130529	8	6	6	6	6	False	86227	fragment	False	FIJ0165_000000004412	0.9669388714063624		0	0	False	False	0.9992672204971313	0					non-mobilizable	other	4077.0	96.615	99.0	0.11147361206305689	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
SPA0108_000000004649	6242	0.7298807341252661	5	5	3	3	5	False	115352	fragment	False	SPA0108_000000004649	0.9618955229779211		0	0	False	False	1.0	0					non-mobilizable	other	6238.0	95.68799999999999	99.0	0.0014530041350425962	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0005_000000027538	1333	0.7298783589827703	1	1	1	1	1	False	51860	fragment	False	FIJ0005_000000027538	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1333.0	99.925	100.0	0.011942867902197596	CP021541.1	enterobacteria	Klebsiella pneumoniae strain AR_0047 plasmid tig00000002, complete sequence	False	True
MAD0111_000000009264	1846	0.7298748377564735	4	2	1	1	2	True	74241	fragment	False	MAD0111_000000009264	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1847.0	94.20700000000001	100.0	0.03044310902727333	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
AST0005_000000001797	13615	0.7298689795291786	6	5	5	4	2	True	130453	maximal	True	AST0005_000000001797	1.0		2	2	False	False	0.9995592832565308	0					non-mobilizable	no_good_hit	1370.0	78.248	10.0	0.0043586730834232	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0033_000000049386	1195	0.7298646575970349	3	2	2	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9936217429055656		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	98.494	100.0	0.0005965007288899191	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0075_000000003547	5987	0.7298491835698079	9	9	7	5	7	False	128465	fragment	False	ISR0075_000000003547	0.9859914718995635		0	0	False	False	0.9964923858642578	0					non-mobilizable	other	5969.0	99.514	99.0	0.022893267047198185	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0070_000000004810	4118	0.7298446282749359	6	4	2	3	3	False	124369	fragment	False	ENG0025_000000004712	0.5598175150244177		0	0	False	False	1.0	0					non-mobilizable	other	4069.0	92.553	99.0	0.0012173513869217318	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0109_000000020263	1637	0.7298419407942637	1	1	1	1	1	False	45863	fragment	False	SPA0109_000000020263	1.0		0	0	False	False	0.9981673955917358	0					non-mobilizable	no_good_hit	643.0	71.695	39.0	0.0002763006690827383	CP034099.1	firmicutes	Limosilactobacillus fermentum strain LMT2-75 chromosome, complete genome	True	False
SPA0089_000000025626	1471	0.7298419407942637	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.48737644346452397		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	98.09700000000001	100.0	0.00047380792986869075	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0110_000000011188	1446	0.7298419407942637	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.5787335644619124		0	0	False	False	0.9993084073066711	0					non-mobilizable	other	1449.0	90.131	100.0	0.0004359650710084131	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0194_000000004103	6221	0.729839994458867	5	3	3	3	2	False	99643	maximal	False	CAN0012_000000008651	0.9949195289571395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1770.0	73.333	28.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ENG0191_000000003959	6219	0.729839994458867	5	3	3	3	2	False	99643	maximal	False	CAN0012_000000008651	0.9946638868612749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1770.0	73.333	28.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ENG0004_000000004197	6219	0.729839994458867	5	3	3	3	2	False	99643	maximal	False	CAN0012_000000008651	0.9948238674203826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1770.0	73.333	28.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
MON0035_000000003326	6562	0.7298368538610808	7	2	1	2	1	False	101196	backbone	False	MON0047_000000004415	0.9401610053684246	PS585	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	151.0	88.742	10.0	4.001356192992345e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0092_000000007755	6024	0.7298368538610808	5	2	1	2	1	False	101196	backbone	False	MON0047_000000004415	0.47407982099658164	PS585	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	151.0	88.742	12.0	4.001356192992345e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0373_000000003091	4491	0.7298368538610808	5	2	1	2	1	False	101191	fragment	False	ISR0373_000000003091	1.0		0	0	False	False	0.9993320107460022	0					non-mobilizable	no_good_hit	97.0	97.93799999999999	2.0	0.0003052182787596692	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MAD0026_000000003284	3649	0.7298368538610808	3	2	1	2	1	False	101190	fragment	False	CHI0016_000000001173	0.9731226070531349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	89.24700000000001	4.0	2.400813715795407e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0130_000000004514	3574	0.7298368538610808	3	2	1	2	1	False	101190	fragment	False	CHI0016_000000001173	0.9493179708918511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0052_000000007631	3177	0.7298368538610808	3	2	1	2	1	False	101187	fragment	False	MON0052_000000007631	1.0		0	0	False	False	0.9921309351921082	0					non-mobilizable	no_good_hit								True	False
AUS0012_000000006680	2489	0.7298368538610808	3	2	1	2	1	False	101186	fragment	False	AUS0012_000000006680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000008104	3207	0.7298319929912379	4	4	4	4	4	False	96635	fragment	False	ISR0207_000000007572	0.7366472817011374		0	0	False	False	1.0	0					non-mobilizable	other	3205.0	98.97	99.0	0.0008663161204828333	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0023_000000009588	2985	0.7298281593331041	3	2	2	1	1	False	108834	fragment	False	ISR0023_000000009588	1.0		0	0	False	False	0.9996649622917175	0					non-mobilizable	no_good_hit	1300.0	81.615	51.0	0.0003459664227661449	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0087_000000000751	6926	0.7298250479923801	8	7	6	5	7	True	108531	fragment	False	ENG0059_000000001719	0.9604890174620854		0	0	False	False	1.0	0					non-mobilizable	plasmid	6926.0	100.0	100.0	0.09950284499109144	CP035212.1	enterobacteria	Klebsiella pneumoniae strain TH164 plasmid pTH164-1, complete sequence	False	True
ENG0079_000000008494	3792	0.7298210667227162	4	3	2	2	2	False	71924	fragment	False	ENG0079_000000008494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	94.40799999999999	8.0	0.07432098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
FIJ0081_000000014070	2487	0.7298202642506412	3	3	3	3	3	False	50472	fragment	False	FIJ0081_000000014070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	90.625	20.0	0.00036289242309846807	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0012_000000004837	5101	0.7298198434961202	5	3	3	3	1	False	8019	fragment	False	SPA0012_000000004837	1.0		0	0	False	False	0.9976475238800049	0					non-mobilizable	no_good_hit								True	False
ISR0125_000000006525	2303	0.7298082769462351	3	2	2	1	1	False	64778	fragment	False	ISR0043_000000009724	0.41382579502759964		0	0	False	False	0.9891446232795715	0					non-mobilizable	no_good_hit								True	False
ENG0110_000000006222	4783	0.7298063721703001	6	6	4	6	5	False	80604	maximal	True	ENG0110_000000006222	1.0		11	6	False	False	0.9947731494903564	0					non-mobilizable	no_good_hit	1684.0	96.2	63.0	0.0004710392054075189	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0098_000000025523	1501	0.7298056367557549	2	1	1	1	1	False	50591	fragment	False	SPA0098_000000025523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	84.03399999999999	8.0	0.0005738000900272555	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
FIJ0162_000000007728	2916	0.7298013399932346	3	2	2	2	1	False	39243	maximal	True	FIJ0162_000000007728	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0005_000000006993	4161	0.7298003679508588	6	2	2	2	2	False	77549	fragment	False	FIJ0005_000000006993	1.0		0	0	False	False	0.998077392578125	0					non-mobilizable	no_good_hit	769.0	72.172	18.0	0.0002686432906516779	NC_004557.1	firmicutes	Clostridium tetani E88, complete sequence	True	False
CHI0172_000000001450	5198	0.7298000020527972	5	4	3	4	3	False	102122	maximal	True	CHI0172_000000001450	1.0		17	1	False	False	0.9969218969345093	0	Inc18				non-mobilizable	no_good_hit	3799.0	99.97399999999999	73.0	0.01782646652961221	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	True	True
MON0077_000000017221	2401	0.7297986190280749	2	2	2	2	2	False	41072	fragment	False	MON0077_000000017221	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2345.0	95.65	98.0	0.03330947609504724	NZ_JH379471.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1440, whole genome shotgun sequence	False	False
ISR0137_000000004256	6548	0.729797742536512	9	8	3	5	6	True	131899	maximal	True	ISR0137_000000004256	1.0		13	7	False	False	1.0	0					non-mobilizable	other	3732.0	98.821	99.0	0.0009001942778535314	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
ENG0185_000000002296	10743	0.7297920432628152	13	9	6	6	6	True	96775	maximal	True	ENG0185_000000002296	1.0	PS519|PS520	7	5	False	True	1.0	0					non-mobilizable	no_good_hit	1982.0	85.21700000000001	46.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0795_000000000775	10697	0.7297887291734615	10	4	3	3	4	False	92437	maximal	True	ISR0795_000000000775	1.0		2	2	False	False	0.9999065399169922	0					non-mobilizable	no_good_hit	73.0	94.521	1.0	0.0002112180239380427	NZ_FOFS01000003.1	g-proteobacteria	Solimonas aquatica strain DSM 25927, whole genome shotgun sequence	True	False
ISR0779_000000003977	7641	0.7297885666603617	11	7	3	6	3	False	66221	fragment	False	ISR0779_000000003977	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1356.0	77.80199999999999	18.0	0.0006056703179633975	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
MON0077_000000022897	1886	0.7297853543259432	3	2	2	2	2	False	10227	fragment	False	MON0077_000000022897	1.0		0	0	False	False	0.998939573764801	0					non-mobilizable	other	1774.0	99.324	94.0	0.00049236049785894	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0021_000000017155	1909	0.7297835623944768	2	2	2	2	2	False	7684	fragment	False	SPA0021_000000017155	1.0		0	0	False	False	0.9869041442871094	0					non-mobilizable	no_good_hit	776.0	94.845	56.0	0.0002204416227916727	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0184_000000004410	5340	0.7297782485450991	8	8	3	5	8	True	118544	fragment	False	FIJ0004_000000003832	0.31408509162047754		0	0	False	False	0.9968164563179016	0					non-mobilizable	chromosome	5326.0	97.27799999999999	99.0	0.001543039436934097	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
FIJ0023_000000016632	1982	0.7297683675858749	3	3	3	2	2	False	75302	fragment	False	FIJ0023_000000016632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	74.043	12.0	0.00011189651339298203	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0094_000000028037	1373	0.7297668970022141	1	1	1	1	1	False	9332	maximal	True	MON0094_000000028037	1.0		30	7	False	False	0.9825200438499451	0					non-mobilizable	other	1372.0	79.883	99.0	0.001688595382203512	NZ_UYZY01000003.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
SPA0129_000000018939	1276	0.7297647465393359	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.23571791853133522		0	0	False	False	1.0	0					non-mobilizable	chromosome	1276.0	98.90299999999999	100.0	0.00042915753514800214	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0107_000000016293	3467	0.7297570784478764	4	4	4	4	3	False	8609	maximal	True	MON0107_000000016293	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	74.611	24.0	0.0002154325113484342	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0026_000000021868	1530	0.7297515056835765	2	2	2	2	1	False	130349	backbone	False	ISR0335_000000002496	0.020588482560527702	PS1101	0	0	False	True	0.9967319965362549	0					non-mobilizable	chromosome	1512.0	98.34700000000001	100.0	0.00027323460238650284	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0102_000000024770	1175	0.7297501727095859	3	2	2	2	1	False	60346	fragment	False	SPA0058_000000023306	0.9483024691358024		0	0	False	False	1.0	0					non-mobilizable	chromosome	682.0	98.97399999999999	99.0	0.00021464956488547452	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0027_000000007891	2766	0.7297449134364946	5	4	4	3	2	False	76083	fragment	False	ISR0773_000000003765	0.6465927490416394		0	0	False	False	1.0	0					non-mobilizable	other	2767.0	96.38600000000001	100.0	0.007570304481696887	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0044_01_000000014500	1937	0.7297439509551549	3	3	3	3	2	False	1228	fragment	False	USA0044_01_000000014500	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1940.0	98.14399999999999	100.0	0.002158766775254454	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
DEN0063_000000009493	4465	0.729736231039074	9	6	5	4	6	True	82445	fragment	False	DEN0063_000000009493	1.0		0	0	False	False	0.9997760653495789	0					non-mobilizable	other	4465.0	99.93299999999999	100.0	0.09762925378357099	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0125_000000017177	1542	0.7297298957849978	3	3	3	3	2	False	58819	maximal	True	ENG0125_000000017177	1.0		34	7	False	False	0.9987030029296875	0					non-mobilizable	no_good_hit	591.0	78.51100000000001	38.0	0.0009745731054348638	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0187_000000016622	1800	0.7297291946632023	3	3	2	2	2	True	54976	fragment	False	ENG0187_000000016622	1.0		0	0	False	False	0.9877777695655823	0					non-mobilizable	chromosome	1802.0	96.559	100.0	0.0006400641702620558	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
SPA0150_000000004006	4492	0.7297203704339175	6	5	4	4	5	False	95916	maximal	True	SPA0150_000000004006	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	81.168	24.0	0.00026346216382227894	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CHI0063_000000001592	7502	0.729717898057624	8	8	5	6	8	True	85521	fragment	False	CHI0063_000000001592	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	7502.0	99.90700000000001	100.0	0.20980057617542583	CP025915.1	enterobacteria	Escherichia coli strain 203740 plasmid p203740_35, complete sequence	False	True
ISR0066_000000017712	1822	0.7297155438200038	2	2	2	2	2	False	35135	maximal	True	ISR0066_000000017712	1.0		18	8	False	False	0.9989023208618164	0					non-mobilizable	no_good_hit	276.0	93.478	37.0	8.279723378958121e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0170_000000004460	9385	0.7297148340481112	16	4	3	4	2	False	79653	backbone	False	SPA0018_000000002555	0.9767272320005672	PS392	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.00016914604797752713	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ITA0005_000000014377	1287	0.7297096515718328	2	2	2	1	1	False	36664	fragment	False	ITA0005_000000014377	0.9713097065282156		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	76.71	100.0	0.006906795793718462	NZ_PDYG01000134.1	firmicutes	Agathobacter ruminis strain JK623 contig000135, whole genome shotgun sequence	False	False
AUS0002_000000003894	7294	0.7297023568428754	5	5	3	5	4	False	107236	fragment	False	AUS0002_000000003894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	76.575	29.0	0.009767568852993245	NZ_JAAITI010000009.1	firmicutes	Blautia luti strain MSK.16.34 NODE_9_length_113539_cov_214.703, whole genome shotgun sequence	True	False
ENG0157_000000004999	4792	0.7296987648679157	4	2	1	2	2	False	115037	fragment	False	ENG0157_000000004999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	93.304	24.0	0.02019008752617731	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
ISR0105_000000007071	2534	0.7296962072313192	3	3	3	3	3	False	102285	maximal	True	ISR0105_000000007071	1.0		0	0	False	False	0.9996053576469421	0					non-mobilizable	no_good_hit	1013.0	72.26100000000001	39.0	0.000751611592459157	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0062_000000025788	1220	0.7296921564352201	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.9460250077669234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	97.95100000000001	100.0	0.00042944549306306144	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0075_000000019167	1214	0.7296921564352201	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.9456594183056592		0	0	False	False	1.0	0					non-mobilizable	chromosome	1214.0	97.28200000000001	100.0	0.00042803400417871287	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0026_000000002904	3688	0.7296829879373432	4	3	1	3	1	False	107734	maximal	True	ENG0026_000000002904	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2425.0	81.732	77.0	0.12034514078110808	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
CHI0109_000000005598	3123	0.7296829879373432	5	3	1	3	1	False	107269	fragment	False	CHI0109_000000005598	0.9784415177171527		0	0	False	False	0.9980787634849548	0					non-mobilizable	no_good_hit	1881.0	81.765	73.0	0.09284488848521547	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
CHI0127_000000006357	3115	0.7296829879373432	5	3	1	3	1	False	107269	fragment	False	CHI0109_000000005598	0.9778011078548409		0	0	False	False	0.9971107840538025	0					non-mobilizable	no_good_hit	1881.0	81.765	74.0	0.09284488848521547	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
CHI0017_000000003892	3094	0.7296829879373432	5	3	1	3	1	False	107269	fragment	False	CHI0109_000000005598	0.9743562442268167		0	0	False	False	0.9957982897758484	0					non-mobilizable	no_good_hit	1880.0	81.755	74.0	0.09279442930669089	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0263_000000003893	3152	0.7296793995417209	6	4	1	2	3	True	94484	fragment	False	ISR0263_000000003893	1.0		0	0	False	False	0.9996827244758606	0					non-mobilizable	chromosome	2833.0	95.764	98.0	0.0004362110675841999	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
MON0090_000000039580	1553	0.7296681751913302	2	2	1	2	2	True	9549	fragment	False	MON0090_000000039580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	77.46	67.0	0.00028060735233414433	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0320_000000016086	1613	0.7296650502369847	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.3133840108355505		0	0	False	False	0.9975201487541199	0					non-mobilizable	other	1613.0	98.32600000000001	100.0	0.0005014904719921304	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0088_000000021951	1468	0.7296650502369847	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2866312228965028		0	0	False	False	1.0	0					non-mobilizable	chromosome	1468.0	99.523	100.0	0.0004937836110291131	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0031_000000003626	7633	0.7296628059334525	10	2	0	1	1	False	117607	maximal	True	AST0031_000000003626	0.9687962437685244		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	518.0	99.61399999999999	12.0	0.5901826484018264	GQ877590.1		Uncultured organism clone VC1AO10TF genomic sequence	True	True
ENG0189_000000010622	1648	0.7296603682618115	2	1	1	1	1	False	54839	maximal	True	ENG0189_000000010622	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	72.248	26.0	0.00043943198083564605	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
FIJ0074_000000010947	2942	0.7296553599254899	5	5	5	5	4	False	91825	maximal	True	FIJ0074_000000010947	1.0		3	1	False	False	0.999660074710846	0					non-mobilizable	other	2943.0	99.083	100.0	0.01996359140865927	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ISR0112_000000007835	3788	0.7296523921310798	4	2	2	2	1	True	120632	fragment	False	ISR0112_000000007835	0.987359164605661		0	0	False	False	0.9968320727348328	0					non-mobilizable	plasmid	3788.0	99.736	100.0	0.6859264625973556	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0020_000000006637	3469	0.7296523921310798	3	2	2	2	1	True	120621	fragment	False	FIJ0020_000000006637	1.0		0	0	False	False	0.9988469481468201	0					non-mobilizable	plasmid	2205.0	97.18799999999999	97.0	0.3988407897120087	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0154_000000009848	3043	0.7296523921310798	4	2	2	2	1	True	120629	fragment	False	CHI0132_000000010560	0.9428274014008864		0	0	False	False	0.9986854791641235	0					non-mobilizable	plasmid	3043.0	96.845	100.0	0.5506248867958703	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0029_000000008886	2906	0.7296523921310798	4	2	2	2	1	True	120616	fragment	False	SPA0029_000000008886	0.9962225185785832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2046.0	87.83	76.0	0.3689548994747328	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
SPA0005_000000010384	2831	0.7296523921310798	4	2	2	2	1	True	120616	fragment	False	SPA0029_000000008886	0.9880217380679065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2045.0	88.02	78.0	0.3689548994747328	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
SPA0010_000000008129	2716	0.7296523921310798	4	2	2	2	1	True	129339	fragment	False	SPA0010_000000008129	1.0		0	0	False	False	0.9974226951599121	0		MOBV			mobilizable	no_good_hit	1816.0	99.009	72.0	0.2804519424237734	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
SPA0069_000000008840	2705	0.7296523921310798	3	2	2	2	1	True	120629	fragment	False	CHI0132_000000010560	0.7962791134636948		0	0	False	False	0.9981516003608704	0					non-mobilizable	plasmid	2688.0	99.62799999999999	99.0	0.4866871943488498	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0055_000000007399	2605	0.7296523921310798	3	2	2	2	1	True	120616	fragment	False	SPA0029_000000008886	0.6375838926174496		0	0	False	False	0.9877159595489502	0					non-mobilizable	no_good_hit	2163.0	87.84100000000001	83.0	0.6771554436752675	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
SPA0059_000000010030	2567	0.7296523921310798	3	2	2	2	1	True	120629	fragment	False	CHI0132_000000010560	0.5312001493460399		0	0	False	False	1.0	0					non-mobilizable	other	2567.0	100.0	100.0	0.8074260541220893	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
FIJ0104_000000010504	2451	0.7296523921310798	2	2	2	2	1	True	120619	fragment	False	FIJ0104_000000010504	0.9804326535227773		0	0	False	False	1.0	0					non-mobilizable	plasmid	2237.0	97.363	94.0	0.40463684115196524	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0026_000000013138	2450	0.7296523921310798	3	2	2	2	1	True	120619	fragment	False	FIJ0104_000000010504	0.9742535439637949		0	0	False	False	0.9983673691749573	0					non-mobilizable	plasmid	2205.0	97.18799999999999	95.0	0.3988407897120087	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0326_000000007904	2372	0.7296523921310798	2	2	2	2	1	True	120619	fragment	False	FIJ0104_000000010504	0.9629592516491926		0	0	False	False	1.0	0					non-mobilizable	plasmid	2243.0	97.414	94.0	0.4057236007969571	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0081_000000010651	2222	0.7296523921310798	2	2	2	2	1	True	120619	fragment	False	FIJ0104_000000010504	0.47797217537942666		0	0	False	False	0.9990999102592468	0					non-mobilizable	plasmid	2188.0	98.583	100.0	0.39594276399203043	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0080_000000006277	1977	0.7296523921310798	2	2	2	2	1	True	60290	fragment	False	SPA0080_000000006277	1.0		0	0	False	False	0.9989883899688721	0					non-mobilizable	no_good_hit	1535.0	88.795	77.0	0.5479551212450235	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	True	True
SPA0077_000000014679	1960	0.7296523921310798	2	2	2	2	1	True	120613	fragment	False	SPA0077_000000014679	0.9843026248069995		0	0	False	False	1.0	0					non-mobilizable	other	1894.0	99.89399999999999	97.0	0.5953429830081812	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
SPA0058_000000015967	1943	0.7296523921310798	2	2	2	2	1	True	120613	fragment	False	SPA0077_000000014679	0.9806122448979592		0	0	False	False	1.0	0					non-mobilizable	other	1893.0	99.84200000000001	97.0	0.5953429830081812	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
ISR0197_000000007321	3334	0.7296480346038959	4	4	3	4	2	True	108182	maximal	True	ISR0197_000000007321	1.0		7	2	False	False	0.9997000694274902	0					non-mobilizable	no_good_hit	2160.0	81.71300000000001	71.0	0.0007523235753578037	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
AST0003_000000020959	1542	0.7296454634149285	4	3	3	2	1	True	129433	fragment	False	ISR0353_000000022579	0.9561443520531138		0	0	False	False	0.9876783490180969	0					non-mobilizable	other	1540.0	98.571	99.0	0.0004927942844828718	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0068_000000007093	2852	0.7296409017519038	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.4357270284326576		0	0	False	False	1.0	0					non-mobilizable	chromosome	2867.0	92.01299999999999	100.0	0.0009231196674448505	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0066_000000019237	1867	0.7296385254813176	2	1	1	1	1	False	94681	maximal	True	DEN0066_000000019237	1.0		1	1	False	False	0.9866095185279846	0					non-mobilizable	no_good_hit	498.0	74.297	30.0	0.0001401378888326942	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0296_000000001303	13973	0.7296285771319367	13	7	6	5	5	False	25702	fragment	False	ISR0296_000000001303	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7235.0	92.619	92.0	0.0029483820497920796	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
AST0099_000000012888	1639	0.7296273017776999	3	3	3	3	1	True	108751	fragment	False	AST0099_000000012888	1.0		0	0	False	False	0.9743745923042297	0					non-mobilizable	no_good_hit	779.0	85.62299999999999	47.0	0.007468489310844669	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
USA0057_01_000000028213	1158	0.7296262068533066	2	2	2	2	1	True	953	maximal	True	USA0057_01_000000028213	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1161.0	82.084	100.0	0.00036509087512629873	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0128_000000025963	1443	0.7296260049508068	1	1	1	1	1	False	3867	maximal	True	SPA0128_000000025963	1.0		48	7	False	False	1.0	0					non-mobilizable	other	1438.0	83.727	99.0	0.010283608834260466	NZ_SMUS01000008.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00008, whole genome shotgun sequence	False	False
ISR0382_000000000977	10803	0.7296225340825615	14	11	4	7	7	True	118454	fragment	False	ISR0382_000000000977	1.0		0	0	False	False	0.9996297359466553	0					non-mobilizable	no_good_hit	3796.0	78.346	35.0	0.001182306193664339	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ENG0011_000000016173	1742	0.7296173784258482	3	3	3	3	1	False	67158	fragment	False	ENG0011_000000016173	1.0		0	0	False	False	0.9931113719940186	0					non-mobilizable	chromosome	1362.0	99.853	100.0	0.0002094028495404369	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
TAN0015_000000004763	1309	0.7296152101137418	1	1	1	1	1	False	2524	maximal	True	TAN0015_000000004763	1.0		6	4	False	False	0.9915966391563416	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	0.0005277401894451963	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	False
ENG0120_000000011319	1890	0.7296046464428037	3	1	0	1	0	True	59178	maximal	True	ENG0120_000000011319	1.0		1	1	False	False	0.9984126687049866	0					non-mobilizable	no_good_hit								True	True
SPA0143_000000011978	1693	0.7296046464428037	3	1	0	1	0	True	3404	maximal	True	SPA0143_000000011978	1.0		0	0	False	False	0.9610159397125244	0					non-mobilizable	no_good_hit	90.0	94.444	5.0	0.0006379653921695125	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	True
ISR0065_000000005121	5538	0.7296028093137749	4	4	4	4	1	True	47910	maximal	True	ISR0065_000000005121	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1187.0	83.572	21.0	0.04123195655280835	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
ISR0365_000000000436	25443	0.7295968216251184	35	13	5	8	8	True	66833	maximal	True	ISR0365_000000000436	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	20180.0	99.45	96.0	0.3991769547325103	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0814_000000010996	3537	0.7295938667510484	4	4	3	3	1	False	64786	fragment	False	ISR0366_000000004151	0.9486421080935735		0	0	False	False	0.9994345307350159	0					non-mobilizable	no_good_hit	297.0	85.185	8.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
MON0041_000000048391	1424	0.7295921837300582	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.23547443066994964		0	0	False	False	0.9887640476226807	0					non-mobilizable	chromosome	1430.0	91.74799999999999	100.0	0.000460270560443871	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0100_000000022644	1391	0.7295921837300582	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.26755923364401246		0	0	False	False	1.0	0					non-mobilizable	chromosome	1396.0	92.04899999999999	100.0	0.00044866710093688264	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0080_000000024388	1181	0.7295878324962973	2	2	2	2	2	False	61705	maximal	True	ENG0080_000000024388	1.0		19	7	False	False	1.0	0					non-mobilizable	other	1179.0	82.697	99.0	0.0013168275998099285	NZ_UYXJ01000002.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	False
ISR0393_000000000437	25122	0.7295820708409373	23	17	11	15	13	False	127156	maximal	True	ISR0393_000000000437	1.0		18	7	False	False	0.9998806118965149	0					non-mobilizable	no_good_hit	940.0	75.426	4.0	0.001383763152066801	NZ_CABJAT010000003.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ISR0026_000000006843	3275	0.7295774021186188	6	3	3	2	3	False	122603	fragment	False	ISR0026_000000006843	1.0		0	0	False	False	0.9996946454048157	0					non-mobilizable	chromosome	2600.0	98.26899999999999	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0053_01_000000003819	5828	0.7295772077872086	6	2	2	2	2	False	56524	fragment	False	USA0053_01_000000003819	1.0		0	0	False	False	0.9994852542877197	0					non-mobilizable	no_good_hit	455.0	100.0	8.0	0.0905464698843239	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0083_000000004732	4767	0.7295767758732982	3	3	3	2	2	False	80780	maximal	True	ISR0083_000000004732	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	2.0	0.00034938879357841317	NZ_QRCT01000016.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.16, whole genome shotgun sequence	True	False
ENG0134_000000013540	2882	0.7295680233385149	2	2	2	2	2	False	106754	fragment	False	ENG0134_000000013540	0.7846893721268041		0	0	False	False	0.9986120462417603	0					non-mobilizable	other	2885.0	92.27	100.0	0.01375242767091519	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0319_000000001393	8218	0.7295641253115517	13	12	3	5	12	True	117321	maximal	True	ISR0319_000000001393	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	5188.0	96.60799999999999	93.0	0.00234227969179957	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
MAD0051_000000005823	4529	0.7295538164856626	6	5	4	4	4	False	131798	maximal	True	MAD0051_000000005823	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2031.0	90.35	76.0	0.04377870201888918	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	True	False
MAD0108_000000002044	7596	0.7295505403961644	8	5	2	2	3	False	19430	backbone	True	MAD0108_000000002044	1.0	PS43	1	1	True	True	1.0	158					non-mobilizable	no_good_hit	2044.0	93.738	66.0	0.3056304282719377	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	True	True
ENG0022_000000003217	6804	0.7295487641754477	5	5	4	5	2	True	95680	fragment	False	ENG0022_000000003217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	100.0	7.0	0.595	GQ876099.1		Uncultured organism clone VC1A903TR genomic sequence	True	True
CHI0124_000000008630	1710	0.7295458945686247	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.25919582143657854		0	0	False	False	0.9836257100105286	0					non-mobilizable	chromosome	1710.0	96.14	100.0	0.0005508420082623078	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0144_000000004087	3457	0.7295420251343379	5	4	4	4	3	False	84325	maximal	True	CHI0144_000000004087	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	76.369	34.0	0.0003230597522044387	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0116_000000002627	12134	0.72953670841804	3	3	3	3	1	True	130442	maximal	True	SPA0116_000000002627	1.0		1	1	False	False	0.9999175667762756	0					non-mobilizable	no_good_hit	57.0	100.0	0.0	0.0015722387556853276	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
MON0027_000000010803	3562	0.7295365815174838	4	4	4	4	4	False	100455	maximal	True	MON0027_000000010803	1.0		23	2	False	False	1.0	0					non-mobilizable	no_good_hit	3122.0	97.63	88.0	0.0005697281288056844	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
MON0080_000000016509	2949	0.7295297645647623	3	2	2	2	2	False	68567	fragment	False	TAN0002_000000010834	0.9455108359133126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0157_000000007351	2476	0.7295297645647623	2	2	2	2	2	False	68565	fragment	False	DEN0092_000000005904	0.9656074014481094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000008982	3946	0.7295232536585541	5	5	5	4	4	False	91020	fragment	False	USA0037_01_000000008982	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3950.0	98.38	100.0	0.0006342616988188723	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
MAD0088_000000008588	2699	0.7295204427977905	4	2	2	2	2	False	15904	maximal	True	MAD0088_000000008588	1.0		1	1	False	False	0.994071900844574	0					non-mobilizable	no_good_hit	1671.0	99.28200000000001	62.0	0.010010070010549535	NZ_SMUS01000003.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00003, whole genome shotgun sequence	True	False
MAD0078_000000007667	1360	0.7295193164683442	2	2	2	1	1	False	24406	fragment	False	MON0100_000000032170	0.6306439674315322		0	0	False	False	0.9786764979362488	0					non-mobilizable	chromosome	1360.0	99.338	100.0	0.0004617867238525585	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0087_000000017804	2793	0.7295190407147363	2	2	2	2	2	False	108734	fragment	False	AUS0010_000000006971	0.6689246183345413		0	0	False	False	0.9964196085929871	0					non-mobilizable	no_good_hit	1662.0	96.811	59.0	0.045782999613878314	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0029_000000008565	1304	0.7295162761396752	2	2	2	1	1	False	88553	maximal	True	CHI0029_000000008565	1.0		11	3	False	False	0.9930981397628784	0					non-mobilizable	no_good_hit	871.0	79.219	66.0	0.0002297219330066118	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
CAN0008_000000007247	3921	0.7295140868258825	4	3	3	3	3	False	95050	maximal	True	CAN0008_000000007247	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	2.0	2.8108480600614758e-05	CP041676.1	firmicutes	Lactobacillus reuteri strain LL7 chromosome, complete genome	True	False
FIJ0071_000000030488	1229	0.7295061835701009	1	1	1	1	1	False	44807	fragment	False	FIJ0071_000000030488	1.0		0	0	False	False	0.9829129576683044	0					non-mobilizable	no_good_hit	209.0	73.684	17.0	0.0005801374393237896	NZ_QUAE01000003.1	firmicutes	Halobacillus trueperi strain KCTC 3686 KCTC3686.00003, whole genome shotgun sequence	True	False
ENG0095_000000001420	14108	0.729499809108019	17	8	6	7	5	True	121840	maximal	True	ENG0095_000000001420	1.0	PS446|PS447|PS652|PS653|PS863	1	1	True	True	1.0	41					non-mobilizable	no_good_hit	7247.0	93.625	80.0	0.5811138014527845	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MON0093_000000023498	1902	0.7294942746394447	2	2	2	2	2	False	9392	fragment	False	MON0093_000000023498	1.0		0	0	False	False	0.9942166209220886	0					non-mobilizable	no_good_hit								True	False
FIJ0088_000000004027	7056	0.7294920295597654	6	5	3	5	3	False	121679	maximal	True	FIJ0088_000000004027	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	96.12200000000001	19.0	0.00045002637215127753	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0140_000000003331	7795	0.7294696493225775	11	11	3	8	9	False	132521	backbone	False	USA0060_01_000000001071	0.04306180507740475	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7717.0	100.0	99.0	0.20574354051675867	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0054_000000003589	7703	0.7294696493225775	11	11	3	8	9	False	132521	backbone	False	USA0060_01_000000001071	0.04304922244348882	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	7703.0	100.0	100.0	0.17526453521447263	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
FIJ0112_000000003285	7208	0.7294682654199375	10	7	5	7	7	False	51786	fragment	False	FIJ0112_000000003285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	9.548128835289407e-06	CP025003.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 chromosome, complete genome	True	False
CHI0141_000000009377	2950	0.7294650966204139	3	2	2	2	1	False	80121	maximal	True	CHI0141_000000009377	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.65100000000001	73.0	0.0002583977771767905	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0029_000000026418	1103	0.7294621845864363	4	2	2	2	2	False	117646	fragment	False	AST0029_000000026418	1.0		0	0	False	False	0.9990933537483215	0					non-mobilizable	no_good_hit								True	False
AST0088_000000001141	10141	0.7294621012997364	10	6	4	3	4	False	127257	maximal	True	AST0088_000000001141	1.0		1	1	False	False	0.9999014139175415	0					non-mobilizable	no_good_hit	281.0	87.544	3.0	0.013000326173058106	MK232132.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_3_c1 sequence	True	False
ENG0098_000000001473	15204	0.7294604316555141	8	6	6	6	2	True	130407	maximal	True	ENG0098_000000001473	1.0		1	1	False	False	0.9999342560768127	0					non-mobilizable	no_good_hit	2304.0	77.083	15.0	0.007284842827021198	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0099_000000000159	53934	0.7294593374918836	48	21	12	19	14	True	56874	maximal	True	FIJ0099_000000000159	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	92.727	3.0	0.00037004101712688464	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
CHI0123_000000009939	1410	0.7294580331633025	2	1	1	1	1	False	81709	fragment	False	CHI0123_000000009939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	97.645	72.0	0.00028491854492267035	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0179_000000012336	1715	0.7294558884011354	2	2	2	2	1	True	77552	maximal	False	ISR0049_000000016457	0.9675540765391015		0	0	False	False	0.9947521686553955	0					non-mobilizable	other	1705.0	99.47200000000001	100.0	0.00986771582369063	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	False	True
ISR0384_000000015822	1275	0.7294532519855502	2	2	1	1	0	True	23071	maximal	True	ISR0384_000000015822	1.0		6	3	False	False	0.9890196323394775	0					non-mobilizable	no_good_hit								True	True
CHI0035_000000003592	3001	0.7294354243679809	3	2	1	2	1	False	88120	maximal	True	CHI0035_000000003592	1.0		1	1	False	False	0.9996667504310608	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	6.79665838989027e-07	CP032559.1	eudicots	Gossypium raimondii isolate D5-4 chromosome D5_07	True	False
SPA0028_000000022579	1457	0.7294268804013554	2	2	2	2	1	False	7428	fragment	False	SPA0028_000000022579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0043_000000008757	1170	0.7294240643046628	1	1	1	1	1	False	87294	maximal	True	CHI0043_000000008757	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1170.0	97.179	100.0	0.014919848887073718	CP029127.1	enterobacteria	Klebsiella oxytoca strain AR380 plasmid unnamed1, complete sequence	False	True
FIJ0065_000000004183	3754	0.7294227507162774	5	5	5	4	3	False	82298	maximal	True	FIJ0065_000000004183	1.0		3	1	False	False	1.0	0					non-mobilizable	other	1853.0	96.978	100.0	0.0008951676431252093	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MAD0094_000000000896	11315	0.7294195821105999	12	7	6	7	5	False	15637	fragment	False	MAD0094_000000000896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	0.0	6.113919438106348e-05	NZ_KK366004.1	firmicutes	Clostridium hydrogeniformans DSM 21757 BR69DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
FIJ0064_000000017326	1519	0.7294187410314453	3	2	2	1	1	False	85696	fragment	False	FIJ0064_000000017326	1.0		0	0	False	False	0.9993416666984558	0					non-mobilizable	no_good_hit	1224.0	95.098	80.0	0.0036782818162309854	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0010_000000011170	2587	0.7294079318603649	6	5	3	3	2	False	126316	fragment	False	AST0010_000000011170	0.9778481012658228		0	0	False	False	1.0	0					non-mobilizable	chromosome	1932.0	93.58200000000001	100.0	0.0006723756436192981	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0005_000000014431	2011	0.7293962146194365	3	2	2	2	2	False	75184	fragment	False	USA0089_01_000000003735	0.9839108310416501		0	0	False	False	0.9990054965019226	0					non-mobilizable	chromosome	2011.0	99.801	100.0	0.0005620630903235386	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0134_000000013728	1978	0.7293962146194365	2	2	2	2	2	False	75184	fragment	False	USA0089_01_000000003735	0.9714277806039909		0	0	False	False	1.0	0					non-mobilizable	chromosome	1978.0	99.34299999999999	100.0	0.0005525555554623445	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0179_000000008869	2741	0.7293910736344154	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.45941840080289764		0	0	False	False	0.9974461793899536	0					non-mobilizable	no_good_hit	1619.0	82.149	58.0	0.00035786233338704233	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CAN0020_000000013801	2679	0.7293910736344154	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.4028393096491644		0	0	False	False	0.998133659362793	0					non-mobilizable	no_good_hit	1595.0	82.069	59.0	0.00035252110453051934	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0085_000000015448	2010	0.7293897123150359	2	2	1	2	2	False	99517	fragment	False	FIJ0122_000000007371	0.22944234404536862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	85.294	88.0	0.0001917035360244472	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0131_000000004403	5433	0.7293883844935025	8	5	5	5	3	False	31701	maximal	True	ISR0131_000000004403	1.0		1	1	False	False	0.9992637634277344	0					non-mobilizable	no_good_hit	411.0	100.0	8.0	7.288256592139206e-05	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
SPA0054_000000001251	14234	0.7293840657483376	21	8	3	5	5	True	58653	fragment	False	SPA0054_000000001251	1.0		0	0	False	False	0.9999297261238098	0					non-mobilizable	no_good_hit	251.0	76.892	3.0	0.002089891801804185	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MON0100_000000038128	1203	0.7293790828659608	2	1	1	1	1	True	13904	fragment	False	MON0100_000000038128	0.992462311557789		0	0	False	False	0.9850373864173889	0					non-mobilizable	no_good_hit								True	True
ENG0159_000000001158	16973	0.7293778108182309	21	14	10	11	10	False	82203	maximal	True	ENG0159_000000001158	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	3995.0	99.975	33.0	0.010922744961836027	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0147_000000001297	15576	0.7293693444860829	24	6	1	6	3	False	30965	maximal	True	ISR0147_000000001297	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	6.347512239930522e-06	NZ_KI421509.1	a-proteobacteria	Sedimentitalea nanhaiensis DSM 24252 Leina_neu_scaffold_2512211952.4, whole genome shotgun sequence	True	False
CHI0063_000000003458	3686	0.7293610286486207	3	3	3	1	1	False	85485	maximal	True	CHI0063_000000003458	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	2082.0	74.78399999999999	55.0	0.001000197781995164	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CAN0014_000000027698	1769	0.7293607712801293	2	2	2	2	2	False	93584	fragment	False	MON0092_000000031157	0.949115892928301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	72.637	22.0	0.0010674538230913135	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
ISR0149_000000013759	1325	0.7293475211212376	2	2	2	2	2	False	60034	fragment	False	ISR0024_000000018406	0.6385989329621897		0	0	False	False	0.9849056601524353	0					non-mobilizable	other	1320.0	99.47	99.0	0.006902109355785684	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0064_000000009244	2937	0.7293447895261996	4	4	3	3	2	False	110621	fragment	False	FIJ0064_000000009244	1.0		0	0	False	False	0.9955736994743347	0					non-mobilizable	no_good_hit	2134.0	95.78299999999999	73.0	0.08577060787705676	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
SPA0102_000000012954	2746	0.7293417245257161	4	4	2	2	3	False	4911	maximal	True	SPA0102_000000012954	1.0		1	1	False	False	0.9927166700363159	0					non-mobilizable	no_good_hit	1522.0	98.029	55.0	0.0003548521659280329	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0774_000000015105	1646	0.7293388400243929	2	2	2	2	2	False	102220	fragment	False	ISR0855_000000007730	0.17180191173479764		0	0	False	False	0.9902794361114502	0					non-mobilizable	other	999.0	92.292	93.0	0.00024444236860487155	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0037_01_000000028002	1200	0.7293387743872393	2	2	2	2	2	False	11246	fragment	False	MON0094_000000029473	0.5700704148945405		0	0	False	False	0.9983333349227905	0					non-mobilizable	other	1213.0	73.949	99.0	0.0003597916159219984	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0051_000000008632	2528	0.7293366409467505	2	1	1	1	1	False	75507	maximal	True	FIJ0051_000000008632	1.0		0	0	False	False	0.9948576092720032	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.31909471774716e-05	NZ_PGTC01000009.1	a-proteobacteria	Pseudooceanicola marinus strain LMG 23705 LMG_23705_S17, whole genome shotgun sequence	True	False
ENG0206_000000021612	1188	0.7293341072016891	2	2	2	1	1	False	53928	fragment	False	ENG0206_000000021612	1.0		0	0	False	False	0.9806397557258606	0					non-mobilizable	other	1162.0	80.37899999999999	96.0	0.007728392561844015	NZ_JWHR01000068.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig068, whole genome shotgun sequence	False	False
USA0037_01_000000030543	1101	0.7293323599649894	2	2	1	1	2	False	2898	fragment	False	TAN0005_000000017316	0.9605146406388643		0	0	False	False	0.9981834888458252	0					non-mobilizable	no_good_hit								True	False
MON0049_000000012244	1774	0.7293318905554925	2	2	2	2	2	False	75185	fragment	False	MON0049_000000012244	0.9840301974448316		0	0	False	False	1.0	0					non-mobilizable	chromosome	1785.0	88.179	100.0	0.000496628879808261	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0089_000000015748	1722	0.7293318905554925	2	2	2	2	2	False	75185	fragment	False	MON0049_000000012244	0.9698421645997746		0	0	False	False	0.996515691280365	0					non-mobilizable	chromosome	1731.0	88.735	99.0	0.0004818083107599289	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0033_000000011195	6157	0.7293309355493851	7	6	5	5	2	True	60746	maximal	True	MON0033_000000011195	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1744.0	74.42699999999999	28.0	0.00045044417266448117	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0079_000000006684	4106	0.7293306792613962	5	5	5	5	4	False	120461	fragment	False	ISR0141_000000008238	0.9695121951219512		0	0	False	False	1.0	0					non-mobilizable	other	3979.0	77.859	96.0	0.001350455564422183	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
FIJ0008_000000001536	14385	0.7293276510870274	20	6	5	5	4	False	51481	fragment	False	FIJ0088_000000002023	0.9904862579281184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	77.32	1.0	0.00021376133102055447	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
MAD0044_000000022671	1046	0.7293273053870867	2	2	2	2	2	False	41902	fragment	False	FIJ0113_000000023505	0.9525939177101967		0	0	False	False	0.9990440011024475	0					non-mobilizable	other	1047.0	96.75299999999999	100.0	0.0022374382295761498	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
CHI0040_000000009760	1468	0.7293254344631537	2	2	2	2	1	False	87677	fragment	False	SPA0010_000000017276	0.9902159244264508		0	0	False	False	0.9904631972312927	0					non-mobilizable	chromosome	1459.0	99.726	99.0	0.000616083804311149	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0103_000000023168	2261	0.7293184423956941	5	3	2	3	2	True	8901	fragment	False	MON0103_000000023168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0083_000000007165	3743	0.7293124945252049	4	4	4	3	3	False	111487	fragment	False	DEN0083_000000007165	0.9945678036037641		0	0	False	False	1.0	0					non-mobilizable	other	3743.0	100.0	100.0	0.0007136837122386076	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ENG0100_000000023269	1356	0.7293103644157919	2	1	1	1	1	False	60540	maximal	True	ENG0100_000000023269	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000012896	2660	0.7293053282975102	4	4	4	3	3	False	88702	maximal	True	FIJ0038_000000012896	1.0		51	11	False	False	1.0	0					non-mobilizable	other	2680.0	74.925	99.0	0.0006499666190286003	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0135_01_000000005657	2670	0.7293031988401487	3	2	2	2	1	True	40	maximal	True	USA0135_01_000000005657	1.0		2	2	False	False	0.9992509484291077	0					non-mobilizable	no_good_hit								True	True
MON0034_000000021292	1379	0.7293007417018931	1	1	1	1	1	False	17261	maximal	False	MAD0052_000000014551	0.9076561450638012		0	0	False	False	0.9637418389320374	0					non-mobilizable	no_good_hit	1177.0	74.936	85.0	0.0035419233827644605	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0781_000000023674	1303	0.7293007417018931	1	1	1	1	1	False	22278	maximal	True	ISR0781_000000023674	1.0		16	6	False	False	1.0	0					non-mobilizable	other	1185.0	76.37100000000001	91.0	0.0009138084982641511	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	False	False
ISR0364_000000010856	1640	0.7293002488111426	4	2	2	2	2	False	85364	maximal	True	ISR0364_000000010856	1.0		120	11	False	False	0.9908536672592163	0					non-mobilizable	no_good_hit	408.0	82.598	62.0	0.0010116300168273593	NZ_CABJCG010000003.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MON0080_000000038667	1467	0.7292896187269905	2	1	1	1	1	False	10031	maximal	True	MON0080_000000038667	1.0		10	4	False	False	0.8922972083091736	0					non-mobilizable	no_good_hit	1245.0	72.369	84.0	0.06728181468665898	NZ_FMKA01000047.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
AUS0024_000000003562	8251	0.7292879642891466	8	4	2	3	2	False	98993	maximal	True	AUS0024_000000003562	1.0		2	2	False	False	0.9997575879096985	0					non-mobilizable	no_good_hit	638.0	87.774	8.0	0.014341531720757956	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
FIJ0100_000000002395	8372	0.7292847469125071	10	10	7	8	10	True	118178	maximal	True	FIJ0100_000000002395	1.0	PS799	0	0	False	True	0.9971333146095276	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	4501.0	99.93299999999999	54.0	0.5034135422495803	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
FIJ0030_000000022425	1654	0.7292832750760341	2	1	1	1	1	False	48705	fragment	False	USA0083_01_000000015614	0.9401312192454894		0	0	False	False	0.9733978509902954	0					non-mobilizable	other	1650.0	97.63600000000001	99.0	0.0005280167479611797	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
CHI0111_000000007343	4191	0.7292804045015759	3	2	2	2	1	True	122981	maximal	False	MON0096_000000007249	0.9577432617633623		0	0	False	False	1.0	0					non-mobilizable	chromosome	4193.0	94.324	99.0	0.0007598316831305936	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0003_000000008581	2687	0.7292796044494174	2	2	2	2	1	False	67892	fragment	False	ENG0003_000000008581	1.0		0	0	False	False	0.9966505169868469	0					non-mobilizable	no_good_hit	272.0	75.735	10.0	4.76860688328976e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0289_000000000887	6504	0.7292773179397053	5	4	3	4	0	False	25944	fragment	False	ISR0289_000000000887	1.0		0	0	False	False	0.9978474974632263	0					non-mobilizable	no_good_hit	432.0	90.509	7.0	0.00011443806518764782	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0388_000000016218	2150	0.7292764240193411	4	4	2	4	4	False	97981	fragment	False	ISR0388_000000016218	1.0		0	0	False	False	0.9995349049568176	0					non-mobilizable	plasmid	2074.0	98.939	100.0	0.00966046247192268	AP022208.1	enterobacteria	Escherichia coli plasmid pWP7-S18-ESBL-09_1 DNA, complete genome, strain: WP7-S18-ESBL-09	False	True
ISR0165_000000000854	17158	0.7292754639370909	18	14	9	13	11	False	101142	maximal	True	ISR0165_000000000854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3421.0	92.663	45.0	0.002775680524773294	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0065_000000005707	2321	0.7292749144108466	3	3	1	1	3	False	96182	maximal	True	CHI0065_000000005707	1.0		3	2	False	False	0.9995691776275635	0					non-mobilizable	no_good_hit	952.0	79.307	41.0	0.0019508536564812162	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
CAN0016_000000023433	2051	0.7292749144108466	4	3	1	1	3	False	93410	maximal	True	CAN0016_000000023433	1.0		3	2	False	False	0.9995124340057373	0					non-mobilizable	no_good_hit	952.0	79.307	46.0	0.0019508536564812162	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
MON0051_000000028338	1300	0.7292745061418513	2	2	2	2	1	False	11246	fragment	False	MON0094_000000029473	0.5756201891866828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	76.70100000000001	56.0	0.00013338512143498902	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0031_01_000000022642	1154	0.7292718214954225	2	2	2	1	2	False	1511	fragment	False	USA0031_01_000000022642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	99.06200000000001	89.0	0.00020889157276965953	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0091_000000014195	1213	0.7292703241171521	3	3	2	2	1	False	15732	maximal	True	MAD0091_000000014195	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	99.00399999999999	83.0	0.00046142097418250743	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	True	False
CHI0049_000000005882	2728	0.7292690567502359	3	3	2	3	2	False	113765	maximal	True	CHI0049_000000005882	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1802.0	92.397	78.0	0.000501826081577945	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0097_000000003800	7235	0.7292680831071874	6	4	2	4	1	True	5135	maximal	True	SPA0097_000000003800	1.0		1	1	False	False	0.9979267716407776	0					non-mobilizable	no_good_hit	5776.0	93.109	80.0	0.2050096064897175	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ISR0396_000000007812	2897	0.7292678879663794	4	2	2	2	2	False	70798	maximal	True	ISR0396_000000007812	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	96.87	22.0	0.0001930166106222668	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0144_000000011759	1459	0.729263133753823	2	2	2	2	2	False	124003	maximal	True	ENG0144_000000011759	1.0		0	0	False	False	0.9931460022926331	0					non-mobilizable	plasmid	1337.0	78.908	91.0	0.005458201666187877	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ENG0128_000000013504	2080	0.7292562677661522	3	3	3	3	3	False	85665	maximal	True	ENG0128_000000013504	1.0		310	12	False	False	0.9980769157409668	0					non-mobilizable	other	2080.0	99.95200000000001	100.0	0.011178441040310136	NZ_FQVI01000005.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
MON0106_000000018977	2191	0.7292497484517801	2	2	2	2	2	False	8653	maximal	True	MON0106_000000018977	1.0		17	7	False	False	0.9844819903373718	0					non-mobilizable	chromosome	2191.0	99.863	100.0	0.00040003353705817527	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
DEN0094_000000007585	4166	0.7292453065159614	5	4	2	4	3	False	92053	fragment	False	DEN0094_000000007585	1.0		0	0	False	False	0.9990398287773132	0					non-mobilizable	no_good_hit	257.0	75.097	6.0	5.006013199121654e-05	NZ_LT629710.1	high GC Gram+	Nakamurella panacisegetis strain P4-7,KCTC 19426,CECT 7604 chromosome I	True	False
ENG0084_000000002586	9016	0.7292430271406537	8	1	1	1	1	False	127920	maximal	True	ENG0084_000000002586	1.0		1	1	False	False	0.999778151512146	0					non-mobilizable	no_good_hit	1315.0	97.795	15.0	0.0002924322798946354	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0831_000000010019	1826	0.7292430271406537	2	1	1	1	1	False	127906	maximal	True	ISR0831_000000010019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	96.554	70.0	0.00028375278300278546	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0046_000000018301	1820	0.7292430271406537	3	1	1	1	1	False	127930	fragment	False	MON0046_000000018301	0.9440703387555421		0	0	False	False	1.0	0					non-mobilizable	chromosome	1805.0	94.90299999999999	99.0	0.00039970195942980603	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0010_000000010535	1796	0.7292430271406537	3	1	1	1	1	False	127912	fragment	False	FIJ0010_000000010535	1.0		0	0	False	False	0.9994432330131531	0					non-mobilizable	no_good_hit	1315.0	97.795	73.0	0.0002924322798946354	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0120_01_000000008533	1541	0.7292430271406537	2	1	1	1	1	False	127926	fragment	False	CAN0012_000000029024	0.9560500704018994		0	0	False	False	0.9993510842323303	0					non-mobilizable	chromosome	1542.0	95.46	100.0	0.00034072589080569765	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0013_000000014574	1779	0.729241273737808	3	3	3	3	3	False	93444	fragment	False	ISR0013_000000014574	1.0		0	0	False	False	0.9983136653900146	0					non-mobilizable	other	1779.0	99.60700000000001	100.0	0.02834143619988842	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0159_000000017761	1444	0.7292379586989909	2	1	1	1	1	False	46362	fragment	False	FIJ0159_000000017761	1.0		0	0	False	False	1.0	0					non-mobilizable	other	466.0	91.845	98.0	0.0003775055408071312	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0153_000000022094	1141	0.7292379586989909	2	1	1	1	1	False	46361	fragment	False	MAD0015_000000017423	0.9596205962059621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	73.745	83.0	0.0007680005195775185	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0053_000000018343	1141	0.7292379586989909	2	1	1	1	1	False	46361	fragment	False	MAD0015_000000017423	0.9596205962059621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	73.745	83.0	0.0007680005195775185	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
USA0001_01_000000002186	6875	0.7292377488603776	9	6	4	5	3	True	131980	fragment	False	USA0001_01_000000002186	1.0		0	0	False	False	0.999854564666748	0					non-mobilizable	no_good_hit								True	True
USA0053_01_000000013300	1402	0.72922253379279	1	1	1	1	1	False	1058	maximal	True	USA0053_01_000000013300	1.0		35	10	False	False	0.9871612191200256	0					non-mobilizable	other	1331.0	84.448	95.0	0.004777173325647584	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
SPA0086_000000010162	1369	0.72922253379279	1	1	1	1	1	False	5503	maximal	True	SPA0086_000000010162	1.0		33	7	False	False	0.9948867559432983	0					non-mobilizable	other	1372.0	81.414	100.0	0.010842256267188701	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
AST0118_000000021364	1460	0.7292207426517957	2	2	2	2	2	False	105779	fragment	False	SPA0127_000000019027	0.9691558441558441		0	0	False	False	0.9972602725028992	0					non-mobilizable	other	1460.0	98.836	100.0	0.019997532860921888	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
MON0058_000000005163	6956	0.7292147838432153	10	6	3	3	3	True	113134	fragment	False	ISR0042_000000002093	0.15570848074234422		0	0	False	False	1.0	0					non-mobilizable	other	6959.0	95.79	100.0	0.15888	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
AST0108_000000008108	3186	0.729210731943299	2	2	2	2	2	False	107268	maximal	True	AST0108_000000008108	1.0		152	11	False	False	0.9996861219406128	0					non-mobilizable	chromosome	3126.0	89.667	98.0	0.0005667894408070617	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0132_000000031857	1300	0.7292101725547343	2	2	2	2	2	False	9366	fragment	False	SPA0132_000000031857	0.9937048529025478		0	0	False	False	1.0	0					non-mobilizable	chromosome	1300.0	100.0	100.0	0.0005490573669846184	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
AST0153_000000016332	2010	0.7292083011270021	3	3	3	3	1	True	103397	maximal	True	AST0153_000000016332	1.0		15	6	False	False	0.9990049600601196	0					non-mobilizable	no_good_hit	346.0	92.486	17.0	0.00037689183313632997	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
FIJ0071_000000005456	6466	0.7291983372983797	6	5	5	5	3	True	44898	maximal	True	FIJ0071_000000005456	1.0		2	1	False	False	0.9976801872253418	0					non-mobilizable	no_good_hit	1081.0	75.94800000000001	16.0	0.00037369168213129177	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
DEN0010_000000028536	1619	0.7291931299160352	3	3	2	3	2	False	75911	maximal	True	DEN0010_000000028536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	99.58	29.0	0.00427308138645748	NZ_JAAIPV010000010.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_10_length_111161_cov_93.7847, whole genome shotgun sequence	True	False
MON0050_000000023696	1644	0.729186500950221	3	2	2	2	1	True	13285	maximal	True	MON0050_000000023696	1.0		3	2	False	False	0.9695863723754883	0					non-mobilizable	no_good_hit	1424.0	74.508	85.0	0.00036787588882522423	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
FIJ0037_000000011685	2543	0.7291833385805232	5	2	1	2	1	True	47802	fragment	False	FIJ0037_000000011685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	3.0	0.000855222968845449	NZ_KI518128.1	fusobacteria	Cetobacterium somerae ATCC BAA-474 Scaffold23, whole genome shotgun sequence	True	True
ISR0140_000000008724	2966	0.7291812853851297	4	3	3	3	2	False	86399	fragment	False	MON0073_000000001815	0.9701068455087809		0	0	False	False	1.0	0					non-mobilizable	other	2782.0	89.50399999999999	94.0	0.0013868392155765624	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
AST0010_000000023583	1284	0.729180330487477	3	3	2	3	1	False	125779	fragment	False	AST0010_000000023583	1.0		0	0	False	False	0.9875389337539673	0					non-mobilizable	no_good_hit	96.0	90.625	7.0	0.0009349933566261503	NZ_JNKW01000010.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
SPA0131_000000003057	6493	0.7291795545965043	6	5	3	5	5	False	77725	fragment	False	CHI0176_000000001559	0.9706242578774398		0	0	False	False	0.9993839263916016	0					non-mobilizable	other	6493.0	99.985	100.0	0.4664128170127164	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0074_000000008100	1711	0.729175877000933	3	2	2	2	2	False	84734	maximal	True	CHI0074_000000008100	1.0		18	6	False	False	0.9783751964569092	0					non-mobilizable	chromosome	1451.0	95.52	100.0	0.00036307595338175015	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0209_000000010721	1713	0.7291661562346032	3	1	1	1	1	False	68279	fragment	False	ENG0209_000000010721	1.0		0	0	False	False	0.9708114266395569	0					non-mobilizable	no_good_hit								True	False
ISR0250_000000010338	1311	0.7291648780672949	2	2	2	2	2	False	27016	fragment	False	ISR0250_000000010338	1.0		0	0	False	False	0.9984744191169739	0					non-mobilizable	other	1312.0	89.024	100.0	0.00036323041804821966	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0190_000000015206	1981	0.7291601358776043	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.3954076598065721		0	0	False	False	0.9994952082633972	0					non-mobilizable	other	1213.0	90.272	97.0	0.0003263556671107303	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0160_000000028264	1144	0.7291514449699872	2	2	2	1	1	False	108081	fragment	False	CHI0160_000000028264	0.9695087582212079		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	99.738	100.0	0.0068167586104070374	NZ_BAKJ01000005.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
AST0002_000000031092	1207	0.7291469449047746	2	2	2	2	1	True	130940	maximal	True	AST0002_000000031092	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	74.108	62.0	0.00034884968216436046	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
MON0101_000000056987	1178	0.7291465516281663	2	2	2	2	2	False	8998	maximal	True	MON0101_000000056987	1.0		62	11	False	False	0.9592529535293579	0					non-mobilizable	no_good_hit	1015.0	72.02	84.0	0.035136188148620406	KC246822.1	bacteria	Uncultured bacterium Contig87 genomic sequence	True	False
MON0072_000000003517	5444	0.7291446507620309	8	6	3	2	4	True	84662	maximal	False	SPA0044_000000004392	0.9718849810775421		0	0	False	False	0.9919177293777466	0					non-mobilizable	other	2741.0	99.708	99.0	0.0008793036941666223	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MAD0083_000000004843	2110	0.7291435055849721	1	1	1	1	1	True	16103	fragment	False	MAD0083_000000004843	1.0		0	0	False	False	0.9966824650764465	0					non-mobilizable	no_good_hit	798.0	98.99700000000001	38.0	0.0173396571229658	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0043_000000019631	1478	0.7291435055849721	1	1	1	1	1	True	11673	fragment	False	MON0043_000000019631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	98.604	53.0	0.017122095553041512	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0139_000000010895	2376	0.7291429913712806	3	3	3	2	2	False	42506	fragment	False	FIJ0139_000000010895	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	96.51700000000001	99.0	0.03386458738252578	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0084_000000002614	7533	0.7291422741136092	9	7	5	7	2	True	132039	fragment	False	ISR0084_000000002614	0.9770718722240417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	75.505	11.0	0.0002668795686607319	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0331_000000000287	34836	0.7291327162331087	65	41	8	22	34	False	86011	fragment	False	ISR0331_000000000287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9564.0	95.943	88.0	0.1576213712678852	CP001105.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
USA0059_01_000000006576	4020	0.7291320242851254	5	3	1	2	3	True	68746	fragment	False	USA0059_01_000000006576	1.0		0	0	False	False	0.9970149397850037	0					non-mobilizable	other	4021.0	97.339	100.0	0.001765595655756281	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
FIJ0104_000000019102	1440	0.7291293323012841	3	2	2	1	1	False	45151	fragment	False	FIJ0104_000000019102	1.0		0	0	False	False	0.9923611283302307	0					non-mobilizable	chromosome	1411.0	97.236	98.0	0.00027320629596056054	CP044393.1	enterobacteria	Klebsiella pneumoniae strain 2018N16-148 chromosome, complete genome	False	False
ISR0224_000000025204	1249	0.7291222424500137	2	2	2	2	2	False	27719	maximal	True	ISR0224_000000025204	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	4.0	2.2055199369413083e-05	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
TAN0002_000000015791	2394	0.7291108629888462	5	3	2	3	2	True	3044	maximal	True	TAN0002_000000015791	1.0		1	1	False	False	0.9757727384567261	0					non-mobilizable	no_good_hit	82.0	100.0	3.0	0.00033700993139143494	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	True	True
ENG0118_000000003120	4388	0.7291084415392763	3	3	3	3	3	False	59323	maximal	True	ENG0118_000000003120	1.0		1	1	False	False	0.9997721314430237	0					non-mobilizable	no_good_hit	1164.0	97.595	51.0	0.005554863857948723	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	True	False
DEN0079_000000010289	4373	0.7291007557942001	6	6	3	3	3	False	132272	fragment	False	DEN0079_000000010289	0.7098664526911994		0	0	False	False	0.9997712969779968	0					non-mobilizable	other	4367.0	97.046	99.0	0.0010183627247047097	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0172_000000003303	5494	0.7290995139881595	7	5	3	3	4	True	130601	backbone	True	ENG0172_000000003303	0.9999103139013452	PS1107	21	6	True	True	1.0	91		MOBV			mobilizable	other	2725.0	90.60600000000001	91.0	0.441056579161911	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0090_000000029619	2024	0.7290860448054869	3	3	3	3	2	False	104094	maximal	True	MON0090_000000029619	0.9955459210013381		42	9	False	False	0.9861660003662109	0					non-mobilizable	other	1988.0	99.396	98.0	0.017374196651073318	NZ_WNAJ01000011.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold11_size114365, whole genome shotgun sequence	False	False
ISR0327_000000008826	2951	0.7290859887442053	7	2	2	2	2	True	110409	fragment	False	ISR0327_000000008826	1.0		0	0	False	False	0.9996611475944519	0					non-mobilizable	no_good_hit	1671.0	98.50399999999999	63.0	0.009613280035020218	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0048_000000013258	1526	0.7290766776573414	2	2	1	2	2	False	6624	maximal	True	SPA0048_000000013258	1.0		170	9	False	False	0.9724770784378052	0					non-mobilizable	other	1531.0	99.54299999999999	100.0	0.0004607792530075634	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0033_000000035890	1111	0.7290740415737682	2	2	2	1	1	False	48194	fragment	False	FIJ0033_000000035890	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	76.98899999999999	62.0	0.007030553529459437	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	True	False
MAD0023_000000010717	1322	0.7290693446457844	1	1	1	1	1	False	19222	maximal	False	MAD0081_000000005606	0.9668094218415417		0	0	False	False	1.0	0					non-mobilizable	chromosome	1314.0	86.91	99.0	0.00034998528834706376	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0354_000000001412	10096	0.7290667636782039	17	5	3	3	4	True	120400	maximal	True	ISR0354_000000001412	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	2.197683922899613e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
SPA0002_000000005395	4751	0.7290667636782039	7	5	3	3	4	True	120398	fragment	False	SPA0002_000000005395	0.9946203021408069		0	0	False	False	0.9997895359992981	0					non-mobilizable	no_good_hit	74.0	86.486	2.0	1.3380870113380573e-05	CP010978.1	firmicutes	Pelosinus fermentans JBW45, complete genome	True	True
ISR0794_000000004574	4173	0.7290657346928762	4	4	4	4	4	False	21995	maximal	True	ISR0794_000000004574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1716.0	81.469	48.0	0.0004805646719204657	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0159_000000000841	20612	0.7290619398921171	21	9	6	9	6	True	79291	fragment	False	ISR0159_000000000841	1.0		0	0	False	False	0.9999514818191528	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	1.999197741293494e-05	NZ_UICR01000002.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	True
MAD0101_000000010072	2780	0.7290601119989162	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.4104553471091584		0	0	False	False	1.0	0					non-mobilizable	chromosome	2038.0	81.256	95.0	0.00045111128717384007	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0129_000000009995	2731	0.7290601119989162	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.40705354843091485		0	0	False	False	0.9996338486671448	0					non-mobilizable	chromosome	2005.0	81.097	95.0	0.00044376709749612095	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0031_01_000000022921	1137	0.7290598763827876	2	2	2	2	2	False	3274	fragment	False	USA0031_01_000000022921	0.9816308243727598		0	0	False	False	0.9868074059486389	0					non-mobilizable	no_good_hit	408.0	74.02	35.0	0.0001251542078632601	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0782_000000008113	1606	0.7290476060414096	3	3	3	3	2	False	55259	fragment	False	ISR0782_000000008113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	479.0	78.288	30.0	0.00038034504902847863	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
USA0125_01_000000015142	1549	0.7290427543715066	2	2	2	2	2	False	140	fragment	False	USA0125_01_000000015142	1.0		0	0	False	False	0.994835376739502	0					non-mobilizable	other	1544.0	99.676	99.0	0.0004646943708435754	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0131_000000001739	15871	0.7290416865473822	22	8	5	8	4	True	118910	fragment	False	ENG0131_000000001739	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12329.0	97.36399999999999	92.0	0.00330027081823097	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0081_01_000000010254	3050	0.729041038962739	2	2	1	2	1	False	577	maximal	True	USA0081_01_000000010254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0065_000000005155	3199	0.7290379381771601	5	4	4	4	2	False	87361	fragment	False	FIJ0065_000000005155	1.0		0	0	False	False	0.9996873736381531	0					non-mobilizable	other	3157.0	99.905	99.0	0.0006109304280713627	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0087_000000007298	2055	0.729037791992333	3	3	3	3	3	False	69519	fragment	False	SPA0047_000000018622	0.9634568831955773		0	0	False	False	1.0	0					non-mobilizable	other	2055.0	96.98299999999999	100.0	0.0005703939439381064	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0147_000000002696	6295	0.7290350868516908	6	6	3	4	4	True	59762	maximal	True	FIJ0147_000000002696	1.0		13	2	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	78.915	15.0	0.020525069755643867	NZ_GG704772.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld3, whole genome shotgun sequence	True	True
ISR0286_000000010149	1856	0.7290326661146176	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.278279405685509		0	0	False	False	1.0	0					non-mobilizable	other	1862.0	86.574	100.0	0.0010707571824185597	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0821_000000013824	2183	0.7290268957618873	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.2110714893558264		0	0	False	False	0.9986257553100586	0					non-mobilizable	other	2184.0	92.72	100.0	0.04197363319115936	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ISR0029_000000028507	1488	0.7290248788407541	1	1	1	1	1	False	37094	maximal	True	ISR0029_000000028507	0.967299708517607		93	9	False	False	0.9966397881507874	0					non-mobilizable	other	1488.0	99.73100000000001	100.0	0.000422118917740463	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0039_000000019772	1332	0.7290232002713877	1	1	1	1	1	False	64916	fragment	False	ENG0039_000000019772	0.9519044328249726		0	0	False	False	0.9969969987869263	0					non-mobilizable	chromosome	1332.0	95.045	100.0	0.0005481385938165354	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0089_000000025769	1234	0.7290196767935536	2	2	2	2	2	False	109135	fragment	False	AST0094_000000017340	0.7026712860388649		0	0	False	False	0.9983792304992676	0					non-mobilizable	no_good_hit	435.0	71.72399999999999	35.0	5.9624795890294306e-05	CP034444.1	a-proteobacteria	Mesorhizobium sp. M1D.F.Ca.ET.043.01.1.1 chromosome, complete genome	True	False
CHI0051_000000005023	3431	0.7290184763176011	4	3	2	3	1	True	86653	fragment	False	CHI0051_000000005023	1.0		0	0	False	False	0.9997085332870483	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.1023214890559519e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
SPA0062_000000019867	1620	0.7290173411187615	4	3	2	2	2	False	60347	fragment	False	SPA0062_000000019867	1.0		0	0	False	False	0.999382734298706	0					non-mobilizable	chromosome	1131.0	98.762	100.0	0.0003558580892154196	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0058_000000023306	1296	0.7290173411187615	3	3	2	2	2	False	60346	fragment	False	SPA0058_000000023306	0.994468085106383		0	0	False	False	0.9992284178733826	0					non-mobilizable	chromosome	810.0	98.765	99.0	0.0002549948575511731	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0116_000000010888	1600	0.7290161531364512	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9231216479333197		0	0	False	False	0.9993749856948853	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0015_01_000000010878	3036	0.729015070880695	4	4	3	3	4	False	61736	maximal	True	USA0015_01_000000010878	1.0		1	1	False	False	0.9990118741989136	0					non-mobilizable	no_good_hit	1137.0	93.404	77.0	0.007398964405510145	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
CHI0073_000000003632	2415	0.7290110335901525	3	3	2	2	3	False	84802	fragment	False	CHI0073_000000003632	0.9983981693363844		0	0	False	False	1.0	0					non-mobilizable	chromosome	2394.0	90.309	99.0	0.0009629107901677409	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0175_000000009922	2185	0.7290110335901525	3	3	2	2	3	False	84802	fragment	False	CHI0073_000000003632	0.9509316770186336		0	0	False	False	1.0	0					non-mobilizable	chromosome	2184.0	92.811	99.0	0.0008716836191760813	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0105_000000002092	18790	0.7290079931743098	17	10	9	8	5	True	8764	fragment	False	MON0105_000000002092	1.0		0	0	False	False	0.9999467730522156	0					non-mobilizable	no_good_hit	70.0	100.0	1.0	8.832737144911166e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
ENG0092_000000002984	6035	0.7290002473997619	3	3	2	2	2	True	132367	fragment	False	ENG0092_000000002984	0.9955038984176876		0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	6035.0	100.0	100.0	0.833310316254661	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0067_000000004780	5785	0.7290002473997619	3	3	2	2	2	True	132367	fragment	False	ENG0092_000000002984	0.970635991464968		0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	5723.0	99.79	99.0	0.7899461400359067	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
DEN0034_000000001036	5548	0.7290002473997619	3	3	2	2	2	True	132367	fragment	False	ENG0092_000000002984	0.9449327776406866		0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	5548.0	99.56700000000001	100.0	0.7660544123739815	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
CHI0164_000000016314	1236	0.7289996683628692	2	2	2	2	2	False	78352	fragment	False	CHI0164_000000016314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	76.053	36.0	0.007674781148818803	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	True	False
FIJ0036_000000011942	3211	0.7289995841023474	5	2	2	2	2	False	113573	fragment	False	FIJ0036_000000011942	1.0		0	0	False	False	0.9903457164764404	0					non-mobilizable	no_good_hit	2613.0	98.01	81.0	0.0006404046808384398	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0244_000000011943	2065	0.7289995841023474	2	2	2	2	2	False	113565	maximal	True	ISR0244_000000011943	1.0		1	1	False	False	0.9622275829315186	0					non-mobilizable	no_good_hit	1761.0	97.38799999999999	85.0	0.00043151310806878023	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0041_000000000011	89582	0.7289964055857718	81	11	4	10	5	False	115487	maximal	False	AUS0014_000000000041	0.8827633720436817	PS49	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	246.0	99.18700000000001	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
MON0029_000000006798	3583	0.7289873123675036	4	4	4	4	3	False	12564	maximal	True	MON0029_000000006798	1.0		7	1	False	False	0.9946971535682678	0					non-mobilizable	no_good_hit	2561.0	81.609	83.0	0.0011595337424778465	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
ENG0001_000000019584	1401	0.7289834917466462	2	2	2	2	1	False	68040	maximal	True	ENG0001_000000019584	1.0		34	8	False	False	0.9935759902000427	0					non-mobilizable	no_good_hit	297.0	73.064	21.0	0.0145578995760331	NZ_RWYR01000099.1	g-proteobacteria	Pseudomonas hydrolytica strain DSWY01 contig99, whole genome shotgun sequence	True	False
ISR0363_000000012529	1486	0.7289810673078707	3	2	2	2	2	False	125017	fragment	False	CHI0065_000000006939	0.2423436492585429		0	0	False	False	0.976446807384491	0					non-mobilizable	other	1487.0	98.05	100.0	0.04719857705501207	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0102_000000026489	1161	0.7289754453419023	1	1	1	1	0	False	4886	fragment	False	SPA0102_000000026489	1.0		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	plasmid	1161.0	99.914	100.0	0.30925086643561717	CP039601.1	enterobacteria	Salmonella enterica subsp. enterica serovar 1,4,[5],12:i:- strain PNCS014867 plasmid p12-6334.2, complete sequence	False	True
FIJ0084_000000006611	1991	0.7289752347139894	1	1	1	1	1	False	44010	fragment	False	FIJ0084_000000006611	1.0		0	0	False	False	0.9984931945800781	0					non-mobilizable	other	1991.0	99.146	100.0	0.0008541464360342329	CP011013.1	firmicutes	Lactobacillus mucosae LM1, complete genome	False	False
DEN0063_000000025742	1904	0.7289750525829626	2	2	2	2	2	False	71474	maximal	True	DEN0063_000000025742	1.0		2	2	False	False	0.9973739385604858	0					non-mobilizable	no_good_hit	824.0	82.16	43.0	0.00024765880780860055	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
AST0040_000000006306	3089	0.7289707095222244	4	2	1	2	1	True	116299	fragment	False	AST0040_000000006306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1476.0	94.17299999999999	53.0	0.006082925742941744	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
BAN0018_000000000031	55798	0.7289695420518469	57	53	31	38	48	True	98247	maximal	True	BAN0018_000000000031	1.0		5	1	False	False	1.0	0					non-mobilizable	other	55721.0	99.99799999999999	99.0	0.6092080950766977	MK165649.1	g-proteobacteria	Vibrio cholerae strain IDH_1986 SXT element genomic sequence	False	True
AST0005_000000006221	4734	0.72896788084969	4	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.6635215749185205		0	0	False	False	1.0	0					non-mobilizable	other	4569.0	98.402	99.0	0.009549658432952699	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0059_000000032253	1207	0.7289678133857073	3	3	3	3	3	False	10919	fragment	False	MON0059_000000032253	1.0		0	0	False	False	0.9867439866065979	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	4.7264195098421935e-06	CP040272.1	cyanobacteria	Nostoc sp. C052 chromosome, complete genome	True	False
CHI0167_000000001970	8500	0.7289628028415379	7	7	6	7	6	False	125486	fragment	False	CHI0167_000000001970	1.0		0	0	False	False	0.9980000257492065	0					non-mobilizable	no_good_hit	3524.0	81.527	82.0	0.0010558771640813839	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0001_000000005448	5463	0.7289578152496665	6	6	4	4	5	True	109933	fragment	False	ISR0001_000000005448	0.9843375500442108		0	0	False	False	1.0	0					non-mobilizable	other	5461.0	99.87200000000001	99.0	0.01138140529811818	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
MON0044_000000024494	2174	0.7289522715655109	3	3	3	3	3	False	11628	maximal	False	MON0104_000000017648	0.6308574625821793		0	0	False	False	0.9990800619125366	0					non-mobilizable	no_good_hit	631.0	79.23899999999999	29.0	0.00021523102205603888	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0116_01_000000016549	1482	0.7289461362538094	2	2	2	2	1	False	32241	fragment	False	USA0116_01_000000016549	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1490.0	82.88600000000001	100.0	0.00041609446686638083	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0356_000000009356	2078	0.728944579121153	3	1	1	1	1	False	47592	maximal	True	ISR0356_000000009356	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	99.416	86.0	0.0019194011724689298	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
CHI0111_000000008124	3776	0.7289440166033451	7	2	2	2	1	False	82620	fragment	False	CHI0111_000000008124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	76.678	7.0	7.654372286798395e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
MAD0106_000000000588	15758	0.7289412623018745	22	8	1	8	2	False	18519	maximal	True	MAD0106_000000000588	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004303817645652347	NZ_LOQF01000010.1	fusobacteria	Sneathia sanguinegens strain CCUG41628 contig_2, whole genome shotgun sequence	True	False
MAD0056_000000000544	14249	0.7289412623018745	20	8	1	8	2	False	18518	fragment	False	MAD0056_000000000544	1.0		0	0	False	False	0.9997192621231079	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004303817645652347	NZ_LOQF01000010.1	fusobacteria	Sneathia sanguinegens strain CCUG41628 contig_2, whole genome shotgun sequence	True	False
ISR0040_000000001426	14146	0.7289412623018745	15	8	1	8	2	False	86677	fragment	False	DEN0082_000000001772	0.9056987421187714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000002120	13919	0.7289412623018745	15	8	1	8	2	False	86677	fragment	False	DEN0082_000000001772	0.8199528457286699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000021497	1467	0.7289401511731791	2	1	1	1	1	False	17935	fragment	False	MAD0099_000000021497	1.0		0	0	False	False	0.9979550242424011	0					non-mobilizable	no_good_hit								True	False
MAD0044_000000021034	1183	0.7289401511731791	1	1	1	1	1	False	17934	fragment	False	MAD0044_000000021034	1.0		0	0	False	False	0.9923922419548035	0					non-mobilizable	no_good_hit								True	False
ENG0015_000000008614	2062	0.7289394120878135	2	2	2	2	2	False	66863	fragment	False	ENG0015_000000008614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000006206	4076	0.7289372658639686	4	3	3	3	2	False	38752	maximal	True	FIJ0172_000000006206	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	85.135	2.0	1.879696828075976e-05	CP002663.1	b-proteobacteria	Pusillimonas sp. T7-7, complete genome	True	False
SPA0029_000000006367	3909	0.7289371265901441	3	2	2	2	2	False	77994	fragment	False	USA0116_01_000000005719	0.5955336533034674		0	0	False	False	1.0	0					non-mobilizable	chromosome	3909.0	100.0	100.0	0.0006946952868800005	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0344_000000000885	20789	0.728936785401328	24	19	8	14	17	True	111501	maximal	True	ISR0344_000000000885	0.9995456192049689		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	8458.0	91.51100000000001	56.0	0.011000565571704174	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0161_000000006001	2694	0.7289351663754475	2	2	2	2	2	False	39288	fragment	False	FIJ0161_000000006001	1.0		0	0	False	False	0.9914625287055969	0					non-mobilizable	no_good_hit								True	False
ENG0109_000000007279	3377	0.7289127421015307	4	4	4	3	2	False	92517	fragment	False	ENG0109_000000007279	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	94.973	38.0	0.8238341968911918	NZ_GG663527.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld23, whole genome shotgun sequence	True	False
FIJ0032_000000008219	4182	0.7289114542191573	4	2	1	2	2	False	100496	backbone	False	MON0043_000000005196	0.17438838485189084	PS574	0	0	True	True	1.0	65					non-mobilizable	no_good_hit	996.0	71.888	23.0	0.3344839489126683	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
CHI0141_000000018287	1514	0.7289099704576926	3	2	2	2	1	False	80082	maximal	True	CHI0141_000000018287	1.0		5	4	False	False	0.9887714385986328	0					non-mobilizable	no_good_hit	1154.0	78.07600000000001	75.0	0.0011873785517109094	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0193_000000017732	1499	0.7289073933309806	2	2	1	1	2	False	101908	fragment	False	ENG0098_000000015225	0.5050195881783865		0	0	False	False	0.9979986548423767	0					non-mobilizable	chromosome	1499.0	99.266	100.0	0.0002313407757730303	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
DEN0017_000000020386	1412	0.7289073933309806	2	2	1	1	2	False	101908	fragment	False	ENG0098_000000015225	0.4552389287017872		0	0	False	False	1.0	0					non-mobilizable	chromosome	1412.0	100.0	100.0	0.0002179050965392161	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
USA0059_01_000000019102	1320	0.7289073933309806	2	2	1	1	2	False	101908	fragment	False	ENG0098_000000015225	0.3600402763792632		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	100.0	99.0	0.0002407507770971119	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0025_000000025393	1628	0.7289006733429685	2	2	2	2	0	True	12806	fragment	False	MON0025_000000025393	1.0		0	0	False	False	0.9563882350921631	0					non-mobilizable	no_good_hit	1238.0	78.352	76.0	0.000345388293444592	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0098_000000009552	3623	0.7288990210087757	6	3	0	2	1	True	97176	fragment	False	SPA0098_000000009552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	86.75399999999999	39.0	0.15550198036852075	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
MON0059_000000025061	1563	0.7288964758618116	1	1	1	1	1	False	10933	maximal	True	MON0059_000000025061	1.0		6	3	False	False	0.9948816299438477	0					non-mobilizable	no_good_hit	1398.0	80.11399999999999	89.0	0.05887083121719993	NZ_ADFP01000072.1	bacteria	Pyramidobacter piscolens W5455 contig00027, whole genome shotgun sequence	True	False
ENG0063_000000020288	1530	0.7288964758618116	1	1	1	1	1	False	63067	maximal	True	ENG0063_000000020288	1.0		179	12	False	False	1.0	0					non-mobilizable	chromosome	1433.0	82.833	93.0	0.00039707939714399244	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0028_000000022094	1484	0.7288964758618116	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7885191017325429		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	99.124	100.0	0.007760294294640007	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0069_000000035430	1477	0.7288964758618116	1	1	1	1	1	False	10474	maximal	True	MON0069_000000035430	1.0		6	3	False	False	0.9830737709999084	0					non-mobilizable	chromosome	1381.0	76.973	92.0	0.0004406091429459185	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AUS0016_000000019451	1463	0.7288964758618116	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7850514996971636		0	0	False	False	1.0	0					non-mobilizable	plasmid	1463.0	99.59	100.0	0.0023326908594258583	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
MON0101_000000045347	1454	0.7288964758618116	1	1	1	1	1	False	9021	maximal	True	MON0101_000000045347	1.0		67	12	False	False	0.9993122220039368	0					non-mobilizable	other	1395.0	77.348	95.0	0.0006782499188995665	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0125_000000018484	1440	0.7288964758618116	1	1	1	1	1	False	58807	fragment	False	ENG0125_000000018484	1.0		0	0	False	False	0.9972222447395325	0					non-mobilizable	chromosome	1446.0	87.275	99.0	0.0004631714253206181	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0052_000000024025	1111	0.7288951828978754	2	1	1	1	1	True	6499	fragment	False	SPA0052_000000024025	1.0		0	0	False	False	0.9981998205184937	0					non-mobilizable	no_good_hit								True	True
ISR0045_000000006088	4066	0.7288914582133069	4	3	1	3	0	True	106241	fragment	False	ISR0045_000000006088	1.0		0	0	False	False	0.9970486760139465	0					non-mobilizable	no_good_hit	920.0	71.957	22.0	0.0019070042677584544	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0098_000000019846	1869	0.7288904156116383	3	2	2	2	2	True	13400	maximal	True	SPA0098_000000019846	1.0		95	10	False	False	0.9935794472694397	0					non-mobilizable	no_good_hit	1383.0	71.873	73.0	0.02467747880575009	NZ_RJVG01000016.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_116, whole genome shotgun sequence	True	True
MON0015_000000027371	1395	0.7288904156116383	2	2	2	2	2	True	13399	fragment	False	MON0015_000000027371	1.0		0	0	False	False	0.9985663294792175	0					non-mobilizable	no_good_hit	795.0	73.333	56.0	0.003269410292153834	NZ_CABJAT010000010.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	True
ISR0084_000000010377	2386	0.7288903875868599	3	3	3	2	2	True	102800	maximal	True	ISR0084_000000010377	1.0		0	0	False	False	0.9836546778678894	0					non-mobilizable	other	2062.0	98.64200000000001	95.0	0.007363528205421357	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0185_000000010612	3031	0.7288894504400686	5	3	3	3	2	False	117023	maximal	True	ISR0185_000000010612	1.0		3	3	False	False	0.9986802935600281	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000012908	2752	0.7288874050026585	1	1	1	1	1	False	8138	maximal	True	SPA0009_000000012908	1.0		4	3	False	False	0.9934592843055725	0					non-mobilizable	no_good_hit	106.0	82.075	4.0	4.59627837974361e-05	NZ_CP022132.1	g-proteobacteria	Francisella halioticida strain DSM 23729 chromosome, complete genome	True	False
ISR0033_000000005275	5122	0.7288832155127771	5	2	1	2	1	False	63527	maximal	True	ISR0033_000000005275	1.0		3	1	False	False	0.9980476498603821	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.668365778907753e-07	LR597474.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 17	True	False
ENG0160_000000010544	1953	0.7288810218438886	4	2	1	1	2	False	56468	maximal	True	ENG0160_000000010544	1.0		1	1	False	False	0.9866871237754822	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000017983	2611	0.7288803660000786	3	3	3	3	2	False	71545	maximal	True	DEN0063_000000017983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	84.086	16.0	0.00011097830972848638	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
USA0011_01_000000017263	2128	0.7288796291582516	2	1	1	1	1	False	60215	maximal	True	USA0011_01_000000017263	1.0		60	5	False	False	0.9976503849029541	0					non-mobilizable	no_good_hit	1375.0	99.78200000000001	65.0	0.00044112151453004183	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0337_000000010021	1119	0.7288796291582516	1	1	1	1	1	False	60214	fragment	False	ENG0104_000000025714	0.9510241239188273		0	0	False	False	0.993744432926178	0					non-mobilizable	other	1119.0	99.374	100.0	0.0003589329354036294	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0065_000000003391	7716	0.7288746374449495	10	4	1	3	2	False	91532	fragment	False	ISR0065_000000003391	1.0		0	0	False	False	0.993131160736084	0					non-mobilizable	no_good_hit								True	False
ISR0115_000000020909	1691	0.7288743790338628	2	2	2	2	2	False	118609	fragment	False	AST0061_000000025204	0.5451255453597765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1693.0	92.55799999999999	100.0	0.00037515075996348443	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0252_000000009219	1385	0.7288710607626041	2	2	2	1	1	False	85695	fragment	False	ISR0252_000000009219	0.8491245695185082		0	0	False	False	1.0	0					non-mobilizable	other	1390.0	94.53200000000001	100.0	0.004192092751941147	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0060_000000012414	1261	0.7288710607626041	2	2	2	1	1	False	85695	fragment	False	ISR0252_000000009219	0.743146560143007		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	94.62	100.0	0.003811268176061851	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0818_000000016000	1213	0.7288710607626041	2	2	2	1	1	False	21339	maximal	True	ISR0818_000000016000	1.0		2	1	False	False	0.9694971442222595	0					non-mobilizable	other	1051.0	93.72	100.0	0.003155403628714173	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0152_000000018307	1481	0.7288667721524723	3	2	2	2	1	False	125442	fragment	False	MON0070_000000010284	0.09477495683863807		0	0	False	False	0.9959486722946167	0					non-mobilizable	other	1392.0	84.77	93.0	0.00041711063099050675	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0157_000000000918	20516	0.7288607417469225	13	12	9	10	9	False	106708	maximal	True	ENG0157_000000000918	1.0		34	9	False	False	0.9991226196289062	0					non-mobilizable	other	10577.0	99.896	96.0	0.003185098941050974	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0396_000000004244	4955	0.7288572798912769	5	5	5	5	2	True	66337	maximal	True	ISR0396_000000004244	1.0		2	2	False	False	0.9971745610237122	0					non-mobilizable	no_good_hit	1568.0	98.087	44.0	0.029653068571536843	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ENG0119_000000025144	1194	0.7288529495920096	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.14713994791199694		0	0	False	False	0.9849246144294739	0					non-mobilizable	other	1094.0	96.069	92.0	0.00030352511232928446	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0032_000000000567	8115	0.7288452960045299	8	3	1	2	2	False	111076	fragment	False	CHI0032_000000000567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	1.3154392545545685e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0133_000000012236	2007	0.7288413448879715	3	2	1	2	1	False	116452	fragment	False	AST0088_000000005542	0.9657276995305164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	92.198	67.0	0.0010109129612847056	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ENG0027_000000004071	4806	0.7288405894211663	7	5	2	3	5	True	67957	fragment	False	ENG0027_000000004071	1.0		0	0	False	False	0.9997919201850891	0					non-mobilizable	no_good_hit	1794.0	74.192	54.0	0.0005177405194624167	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0041_000000006851	6076	0.7288379793613771	10	7	6	6	6	False	11829	fragment	False	MON0041_000000006851	1.0		0	0	False	False	0.9866688847541809	0					non-mobilizable	no_good_hit	466.0	79.61399999999999	8.0	0.11358629130966952	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
SPA0042_000000004430	6267	0.7288369137047022	9	2	2	2	1	False	6870	maximal	True	SPA0042_000000004430	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	91.39299999999999	8.0	0.020097366121582822	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
FIJ0115_000000019373	1217	0.7288366881691852	2	1	1	1	1	False	41707	fragment	False	ISR0179_000000017323	0.9641560487357099		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	99.014	100.0	0.015998947437668574	NZ_WNAF01000012.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold12_size75819, whole genome shotgun sequence	False	False
ENG0053_000000003624	7290	0.7288299930552595	7	5	4	5	4	True	108206	fragment	False	MON0086_000000003690	0.9681950702358866		0	0	False	False	0.9965706467628479	0					non-mobilizable	no_good_hit	1237.0	70.331	16.0	0.005532267723064167	NZ_ATUF01000004.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
MON0081_000000004492	11030	0.7288276260991156	12	8	6	8	4	True	125268	fragment	False	MON0081_000000004492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2672.0	80.389	25.0	0.0007478260771814966	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0104_000000001034	8949	0.7288268700370385	10	10	4	4	8	False	19452	maximal	True	MAD0104_000000001034	1.0		18	1	False	False	1.0	0					non-mobilizable	no_good_hit	1422.0	98.734	52.0	0.00664493773585788	CP012498.1	enterobacteria	Escherichia coli strain 06-00048 plasmid pCFSAN004178P_02, complete sequence	True	False
MAD0022_000000000809	8170	0.7288225853050241	10	9	4	4	7	False	19451	fragment	False	MAD0022_000000000809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	98.851	51.0	0.007298045465984397	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	True	False
MAD0089_000000002592	6651	0.7288225853050241	9	9	4	4	7	False	19450	fragment	False	MAD0089_000000002592	0.9607294188861986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	98.851	59.0	0.007298045465984397	CP058084.1	enterobacteria	Escherichia coli strain RHB01-C21 plasmid pRHB01-C21_2, complete sequence	True	False
ISR0006_000000011915	1611	0.728815347953054	3	3	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.19044301273287353		0	0	False	False	0.9975170493125916	0					non-mobilizable	other	1608.0	95.336	99.0	0.03651120256058528	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0063_000000005005	7314	0.7288148857652471	19	3	1	1	3	False	71585	fragment	False	DEN0063_000000005005	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.020603384841795438	XM_034552001.1	bony fishes	PREDICTED: Cyclopterus lumpus gamma-aminobutyric acid receptor subunit gamma-3-like (LOC117743978), transcript variant X1, mRNA	True	False
ISR0338_000000007426	3343	0.7288118634494894	5	5	5	5	4	False	47036	fragment	False	ISR0338_000000007426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	71.429	23.0	0.04416689924644153	NZ_FOGW01000033.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
CHI0142_000000005954	3046	0.728808021742868	7	4	3	2	3	False	80002	maximal	True	CHI0142_000000005954	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	2031.0	96.209	66.0	0.006568021028129045	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ISR0323_000000008588	2373	0.7288011901451723	3	3	2	3	2	False	116782	fragment	False	ISR0079_000000011824	0.6436304226806261		0	0	False	False	0.999157190322876	0					non-mobilizable	other	2372.0	96.712	99.0	0.021670975193883724	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0051_000000008893	4630	0.7287977627665323	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9183816902344278	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	1386					non-mobilizable	no_good_hit	2843.0	95.814	61.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0168_000000005620	4611	0.7287977627665323	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9184655262098844	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	97					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0081_000000005560	4610	0.7287977627665323	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9183221970682179	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0171_000000005176	4610	0.7287977627665323	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9185486159014616	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	101					non-mobilizable	no_good_hit	2843.0	95.814	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0231_000000003006	4610	0.7287977627665323	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.9183221970682179	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	64					non-mobilizable	no_good_hit	2843.0	95.779	62.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0109_000000006921	4277	0.7287977627665323	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.12247522024547634	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2843.0	95.84899999999999	68.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0192_000000004751	4143	0.7287977627665323	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.30634584760302186	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	0.9985517859458923	0					non-mobilizable	no_good_hit	2843.0	95.814	69.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
CHI0012_000000001468	3859	0.7287977627665323	4	4	1	2	3	False	130157	backbone	False	CHI0140_000000005922	0.02637489435946731	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	False	True	0.9997408390045166	0	rep_cluster_475				non-mobilizable	plasmid	3859.0	99.948	100.0	0.768066892295441	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
MON0027_000000017904	2264	0.7287972983648974	2	2	2	2	2	False	12656	maximal	True	MON0027_000000017904	1.0		1	1	False	False	0.9964664578437805	0					non-mobilizable	chromosome	2170.0	77.189	95.0	0.0003992929466239391	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0085_000000010578	2916	0.7287955077965369	3	3	3	3	3	False	78897	fragment	False	FIJ0085_000000010578	0.999654395460816		0	0	False	False	1.0	0					non-mobilizable	chromosome	2335.0	99.272	100.0	0.0007927508658925821	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0050_000000021569	1317	0.7287950321205204	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.3971350747323983		0	0	False	False	0.9977220892906189	0					non-mobilizable	no_good_hit								True	False
ISR0780_000000003805	2969	0.7287912533948411	5	2	1	2	1	False	125513	fragment	False	ISR0780_000000003805	1.0		0	0	False	False	0.9939373731613159	0					non-mobilizable	no_good_hit	1453.0	84.03299999999999	78.0	0.0006339258157739682	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0016_000000000449	8395	0.7287889834975902	12	7	4	5	5	True	126433	fragment	False	DEN0016_000000000449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	95.652	39.0	0.09439290036304962	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0071_000000006226	1726	0.7287803997680732	4	4	4	3	4	False	85421	fragment	False	CHI0071_000000006226	0.9850532543496081		0	0	False	False	0.9994206428527832	0					non-mobilizable	other	1726.0	99.94200000000001	100.0	0.0003346058052652406	AP023148.1	enterobacteria	Klebsiella pneumoniae SMKP03 DNA, complete genome	False	False
SPA0012_000000005437	4544	0.7287716186852515	5	3	3	3	2	False	8017	maximal	True	SPA0012_000000005437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	100.0	22.0	0.00994717775394143	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	True	False
SPA0058_000000002030	10715	0.7287715933780275	14	13	9	10	8	False	126469	maximal	True	SPA0058_000000002030	1.0		2	1	False	False	0.9999066591262817	0					non-mobilizable	no_good_hit	2386.0	93.63	63.0	0.000538932072838638	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0110_000000002663	9677	0.7287713810714924	6	6	5	6	2	False	121680	fragment	False	MAD0110_000000002663	0.9848337037935327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	97.055	8.0	0.002477220685427908	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ISR0259_000000002049	6042	0.7287699441247987	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.5382267109053321	PS1107|PS1110|PS1114	0	0	True	True	1.0	166		MOBV			mobilizable	other	3148.0	96.18799999999999	96.0	0.5127996086743845	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0138_000000003507	5971	0.7287699441247987	8	6	3	3	5	True	130648	backbone	False	USA0082_01_000000002282	0.0888300185732948	PS1107|PS1110|PS1114	0	0	True	True	1.0	80		MOBV			mobilizable	other	3128.0	99.616	100.0	0.41521710264241135	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0134_01_000000000899	5522	0.7287699441247987	9	6	3	3	5	True	130637	backbone	False	AST0039_000000003129	0.20772324616002402	PS1110	0	0	True	True	1.0	17		MOBV			mobilizable	no_good_hit	2678.0	96.079	89.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
AST0003_000000007342	4818	0.7287699441247987	7	6	3	3	5	True	130599	fragment	False	CHI0125_000000003265	0.783603491582037		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3742.0	92.14299999999999	98.0	0.03194259990686283	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ISR0104_000000009751	2574	0.7287674254770538	4	3	3	3	3	False	127452	maximal	True	ISR0104_000000009751	1.0	PS1007	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1225.0	100.0	77.0	0.0004988626827481954	CP015901.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3, complete genome	True	True
AST0046_000000008174	2186	0.7287566452766938	4	3	3	2	3	False	127054	fragment	False	ENG0049_000000005054	0.25500572234803337		0	0	False	False	1.0	0					non-mobilizable	other	2186.0	99.863	100.0	0.0006532233207601546	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0152_000000010630	2250	0.7287522317456905	5	4	2	3	3	False	57045	fragment	False	ENG0152_000000010630	1.0		0	0	False	False	0.9995555281639099	0					non-mobilizable	no_good_hit	1076.0	99.164	89.0	0.011370855037479354	LK985418.1	enterobacteria	Escherichia coli genome assembly FHI100, scaffold scaffold-20	True	False
ISR0267_000000011733	1531	0.7287482462069416	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.4854717261572325		0	0	False	False	0.9986936450004578	0					non-mobilizable	chromosome	1531.0	100.0	100.0	0.0006466957440234535	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0059_000000002860	4303	0.7287443903272635	4	4	3	4	4	True	84850	fragment	False	ENG0059_000000002860	1.0		0	0	False	False	1.0	0	rep_cluster_1304				non-mobilizable	chromosome	4303.0	100.0	100.0	0.0008411517561340337	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	True
FIJ0001_000000003615	5405	0.7287328541992466	7	3	3	3	3	False	52655	maximal	True	FIJ0001_000000003615	1.0		1	1	False	False	0.9992599487304688	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	1.854813665419172e-05	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
CAN0014_000000010363	4333	0.7287321446523664	4	4	4	3	4	False	93727	maximal	True	CAN0014_000000010363	0.9945913461538461		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	88.719	14.0	0.00013670368141442742	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MAD0041_000000002531	8735	0.7287242198545327	13	10	6	10	10	False	18304	maximal	True	MAD0041_000000002531	1.0		3	1	False	False	0.9990841150283813	0					non-mobilizable	no_good_hit	1059.0	75.732	12.0	0.0002277731711157413	CP029758.2	firmicutes	Clostridium sp. AWRP chromosome, complete genome	True	False
MON0105_000000031949	1706	0.7287156580055495	4	2	1	2	1	True	80847	fragment	False	ENG0210_000000013723	0.7135737306561292		0	0	False	False	0.9923798441886902	0					non-mobilizable	no_good_hit	350.0	71.429	20.0	0.0001409702606023774	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
FIJ0083_000000002694	10721	0.7287090012605454	13	11	4	9	9	False	45788	fragment	False	FIJ0083_000000002694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4349.0	95.33200000000001	42.0	0.0010635817402286185	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0086_000000006020	1200	0.7287053006060377	2	2	1	2	2	False	84031	fragment	False	USA0106_01_000000006653	0.9549441786283892		0	0	False	False	0.9975000023841858	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000014237	2986	0.7287006622623685	4	3	3	2	2	False	95598	maximal	True	DEN0011_000000014237	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	2.0	0.0002839201015431893	NZ_RXYA01000007.1	firmicutes	Acetobacterium paludosum strain DSM 8237 NODE_7_length_179628_cov_35.5344, whole genome shotgun sequence	True	False
SPA0122_000000007703	3933	0.7286995525895081	4	4	4	4	3	False	29666	maximal	True	SPA0122_000000007703	1.0		16	5	False	False	1.0	0					non-mobilizable	chromosome	3933.0	99.161	100.0	0.0009866030744278104	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
USA0111_01_000000016177	1568	0.7286981325706657	2	2	2	2	1	False	76381	fragment	False	USA0111_01_000000016177	1.0		0	0	False	False	0.9955357313156128	0					non-mobilizable	other	1555.0	99.228	99.0	0.00041588125452066675	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0091_000000014762	1638	0.7286903589704299	2	2	2	2	2	False	61161	maximal	True	ENG0091_000000014762	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000004417	3584	0.7286897248830481	6	3	1	1	3	True	120397	fragment	False	ISR0279_000000005067	0.8021975430534263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	78.899	3.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0266_000000004146	3570	0.7286897248830481	6	3	1	1	3	True	120397	fragment	False	ISR0279_000000005067	0.8007032743148885		0	0	False	False	0.9997198581695557	0					non-mobilizable	no_good_hit	109.0	79.817	3.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
USA0073_01_000000011615	1206	0.7286895712523356	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.11451048846580496		0	0	False	False	0.9892205595970154	0					non-mobilizable	no_good_hit	516.0	96.899	42.0	0.00014301503462907733	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0072_01_000000008370	2310	0.7286883856688654	3	3	3	2	2	False	123353	fragment	False	USA0072_01_000000008370	1.0		0	0	False	False	0.9995670914649963	0					non-mobilizable	chromosome	1993.0	99.197	99.0	0.0007888758202425535	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0357_000000014126	1828	0.7286870400848068	3	3	3	3	2	True	55516	fragment	False	ISR0357_000000014126	1.0		0	0	False	False	0.9972647428512573	0					non-mobilizable	other	1828.0	99.508	100.0	0.0015603861763620712	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	True
CAN0019_000000004936	1326	0.728683850343949	3	3	3	3	3	False	91950	fragment	False	ISR0033_000000021856	0.9521621409906816		0	0	False	False	0.9720965027809143	0					non-mobilizable	no_good_hit	647.0	76.66199999999999	48.0	0.0001823790447333841	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0085_000000023481	1331	0.7286814009669339	3	2	2	2	2	False	9773	maximal	True	MON0085_000000023481	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	98.81	38.0	0.0001360040601132538	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0152_000000000676	25923	0.728681054916898	25	14	9	13	6	True	75733	maximal	True	FIJ0152_000000000676	1.0		4	1	False	False	0.9996528029441833	0					non-mobilizable	no_good_hit	139.0	79.137	1.0	4.0871026736463326e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0814_000000021799	1872	0.7286727743349449	3	3	3	2	2	False	80236	fragment	False	ISR0814_000000021799	1.0		0	0	False	False	0.999465823173523	0					non-mobilizable	no_good_hit	1492.0	98.257	80.0	0.0004635364784542645	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0014_000000005657	4530	0.7286609292756222	5	4	4	4	4	False	132016	maximal	False	USA0003_01_000000007262	0.6886587381259998		0	0	False	False	0.9995585083961487	0					non-mobilizable	chromosome	4520.0	99.956	99.0	0.0006965504644568903	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0124_000000018959	1547	0.7286544790762443	1	1	1	1	1	False	4046	maximal	True	SPA0124_000000018959	1.0		9	5	False	False	0.9890109896659851	0					non-mobilizable	chromosome	1547.0	99.095	100.0	0.0007913376677753584	LR134283.1	firmicutes	Streptococcus anginosus strain NCTC10713 genome assembly, chromosome: 1	False	False
ENG0104_000000022325	1422	0.7286544790762443	1	1	1	1	1	False	60220	maximal	True	ENG0104_000000022325	1.0		38	11	False	False	0.9936708807945251	0					non-mobilizable	other	1430.0	82.727	100.0	0.01022635872687579	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0001_000000014734	1422	0.7286544790762443	1	1	1	1	1	False	52548	fragment	False	FIJ0001_000000014734	1.0		0	0	False	False	0.9908579587936401	0					non-mobilizable	no_good_hit	1238.0	73.344	86.0	0.0006467117501936143	CP009415.1	bacteria	Candidatus Izimaplasma sp. HR1 chromosome, complete genome	True	False
SPA0029_000000010419	2501	0.7286521283038286	3	3	3	3	3	False	130057	fragment	False	SPA0029_000000010419	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1767.0	86.757	96.0	0.0006207022368922967	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0032_000000000934	5579	0.7286504153797334	8	6	6	6	6	False	132492	fragment	False	ISR0054_000000002543	0.5666945481752892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2679.0	94.99799999999999	84.0	0.0007495204944036456	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0120_01_000000004361	2880	0.7286498504556908	3	2	2	2	2	False	105491	fragment	False	CHI0039_000000003802	0.31424957961304917		0	0	False	False	1.0	0					non-mobilizable	other	2811.0	91.49799999999999	98.0	0.0058102963085581855	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
MON0047_000000024019	1651	0.7286483588995759	2	1	1	1	1	False	92750	fragment	False	MON0047_000000024019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1437.0	84.134	86.0	0.0036130301043820283	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
SPA0062_000000024733	1277	0.7286436478055446	3	2	2	2	2	False	6144	maximal	True	SPA0062_000000024733	1.0		11	4	False	False	0.9843382835388184	0					non-mobilizable	no_good_hit	395.0	99.494	31.0	0.00012644002025607635	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0025_000000006967	5334	0.7286411182529898	6	5	5	5	3	False	128051	maximal	False	ISR0003_000000004223	0.946403838704006		0	0	False	False	0.9988751411437988	0					non-mobilizable	other	5331.0	98.14299999999999	99.0	0.011140919669536235	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0145_01_000000004818	5119	0.7286341424124942	5	4	3	2	2	True	88272	maximal	True	USA0145_01_000000004818	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	99.119	16.0	0.00021468632948294934	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0052_000000013653	2999	0.7286338618013539	3	2	1	2	1	False	72320	fragment	False	DEN0052_000000013653	1.0		0	0	False	False	0.987995982170105	0					non-mobilizable	no_good_hit	282.0	74.113	9.0	0.0008039839910000913	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
ISR0064_000000015892	1454	0.7286327774336534	2	2	2	2	1	False	35225	fragment	False	ISR0064_000000015892	1.0		0	0	False	False	0.9993122220039368	0					non-mobilizable	chromosome	1448.0	96.685	99.0	0.0005102532316920188	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0102_000000009592	3873	0.7286201021245345	6	3	1	2	3	False	123759	fragment	False	SPA0071_000000006026	0.970391476317177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2330.0	98.369	82.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0081_000000003486	3737	0.7286201021245345	5	3	1	2	3	False	126701	fragment	False	SPA0081_000000003486	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2278.0	98.288	83.0	0.40563179468900373	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0016_000000007300	3648	0.7286201021245345	6	3	1	2	3	False	123759	fragment	False	SPA0071_000000006026	0.8359144005626419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2330.0	98.369	79.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0069_000000007008	3456	0.7286201021245345	6	3	1	2	3	False	123759	fragment	False	SPA0071_000000006026	0.7014145457869329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2330.0	98.369	81.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0072_000000005953	3440	0.7286201021245345	6	3	1	2	3	False	123759	fragment	False	SPA0071_000000006026	0.6987690764590094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2330.0	98.369	81.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0015_000000006388	3187	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9843070406656843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2273.0	98.24	80.0	0.40474068793441453	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0089_000000012237	3184	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9882301570205051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2290.0	98.34100000000001	80.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0120_000000013881	3017	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9824116143489756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2377.0	98.275	79.0	0.4232757084298699	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ENG0176_000000002627	3000	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9805324773992745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2330.0	98.32600000000001	78.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0066_000000004278	2933	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9716087843238106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2287.0	98.164	78.0	0.4072357868472643	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0106_000000013352	2932	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9766487778004794		0	0	False	False	0.9989768266677856	0					non-mobilizable	no_good_hit	2306.0	98.352	79.0	0.41062199251470327	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0122_000000005769	2924	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.974413607528973		0	0	False	False	0.9996579885482788	0					non-mobilizable	no_good_hit	2290.0	97.81700000000001	78.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0133_000000007489	2922	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9759173656564492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2290.0	98.34100000000001	78.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0135_000000008160	2919	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9741412145245035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2273.0	98.32799999999999	78.0	0.40474068793441453	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0001_000000011685	2916	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9748491319623894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2290.0	98.34100000000001	78.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0002_000000007753	2911	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9709109418283232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2265.0	98.411	78.0	0.40331491712707185	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0098_000000012225	2895	0.7286201021245345	5	3	1	2	3	False	106919	fragment	False	SPA0089_000000012237	0.9699331524197914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2270.0	98.28200000000001	78.0	0.40420602388166105	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0118_000000005394	1837	0.7286201021245345	3	3	1	2	3	False	81976	fragment	False	CHI0118_000000005394	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1842.0	87.676	100.0	0.357421875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
SPA0033_000000017172	1818	0.7286201021245345	4	3	1	2	3	False	106915	fragment	False	SPA0033_000000017172	1.0		0	0	False	False	0.9977997541427612	0					non-mobilizable	no_good_hit	1459.0	83.139	89.0	0.2826171875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
MON0021_000000010408	2722	0.7285949702017929	5	4	3	4	4	False	14647	fragment	False	MON0021_000000010408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	74.383	19.0	0.001476859193663557	NZ_FWXW01000004.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
MON0008_000000012018	2755	0.7285939674208228	5	5	4	3	4	False	121862	fragment	False	FIJ0014_000000008762	0.8534041116830323		0	0	False	False	1.0	0					non-mobilizable	chromosome	2755.0	98.439	100.0	0.0009266436817744704	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
TAN0021_000000005705	2952	0.72858747886931	3	1	1	1	1	False	2386	maximal	True	TAN0021_000000005705	1.0		1	1	False	False	0.9881436228752136	0					non-mobilizable	no_good_hit	1694.0	94.805	59.0	0.0005417855291390638	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0112_000000005612	4570	0.7285861599104972	6	5	5	5	4	False	85374	fragment	False	FIJ0112_000000005612	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4570.0	99.781	100.0	0.0008410230772388304	CP021955.1	enterobacteria	Klebsiella pneumoniae strain AR_0107, complete genome	False	False
MON0015_000000031804	1211	0.7285845397170306	2	2	2	2	2	False	13384	fragment	False	MON0015_000000031804	1.0		0	0	False	False	0.9991742372512817	0					non-mobilizable	other	1209.0	87.179	99.0	0.00034291839450603857	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0131_000000022141	1595	0.7285777855906278	5	3	2	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.7685806201379743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	528.0	90.90899999999999	55.0	0.012022857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
USA0048_01_000000000496	19006	0.7285757902493881	23	10	2	4	9	False	7691	fragment	False	USA0048_01_000000000496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0094_000000022696	1664	0.7285746814557478	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.2093223164286551		0	0	False	False	1.0	0					non-mobilizable	chromosome	1649.0	83.141	99.0	0.000572338417222855	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0135_000000019469	1113	0.7285728869394571	2	2	2	2	1	True	31403	fragment	False	ISR0135_000000019469	1.0		0	0	False	False	0.9802336096763611	0					non-mobilizable	no_good_hit								True	True
SPA0005_000000009718	3035	0.7285683469415887	4	3	1	1	3	False	120177	fragment	False	SPA0005_000000009718	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1711.0	97.779	100.0	0.3337890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0125_01_000000016005	1463	0.7285668678689096	2	2	2	2	1	False	102215	fragment	False	ENG0174_000000012784	0.9282779432248631		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	92.51899999999999	93.0	0.0002846515445840079	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0063_000000009513	1892	0.7285634206586279	2	2	2	2	2	False	89227	fragment	False	SPA0063_000000009513	0.9775554353704705		0	0	False	False	1.0	0					non-mobilizable	other	1892.0	99.947	100.0	0.00040922471717291727	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
USA0044_01_000000009788	2984	0.7285625385504955	4	2	1	1	1	False	120133	maximal	True	USA0044_01_000000009788	1.0	PS832	5	4	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1930.0	95.803	64.0	0.38271604938271603	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
FIJ0102_000000004675	6390	0.7285574348563342	6	4	4	4	4	True	51749	fragment	False	FIJ0102_000000004675	1.0		0	0	False	False	0.9970266222953796	0					non-mobilizable	no_good_hit	107.0	79.439	2.0	0.00019708834813685815	NZ_FONX01000002.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
CHI0073_000000002222	4296	0.7285571523909218	6	5	4	3	5	False	84808	maximal	True	CHI0073_000000002222	1.0		11	5	False	False	0.9979050159454346	0					non-mobilizable	chromosome	1952.0	97.695	99.0	0.000760270174534807	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
FIJ0079_000000013034	2155	0.7285503028219629	4	3	3	3	1	True	100201	fragment	False	FIJ0079_000000013034	1.0		0	0	False	False	0.9995359778404236	0					non-mobilizable	no_good_hit	413.0	78.935	19.0	0.00034072719722998	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0331_000000014703	1662	0.7285425916444969	4	4	2	3	2	False	113626	fragment	False	ISR0331_000000014703	0.8483287111197102		0	0	False	False	1.0	0					non-mobilizable	chromosome	1668.0	93.705	100.0	0.0005810524613340434	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0132_000000000532	33831	0.7285416242404494	34	13	8	13	9	True	109437	fragment	False	ISR0132_000000000532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.811	2.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
MON0082_000000005740	4645	0.7285317186691503	5	3	3	3	1	True	116586	maximal	True	MON0082_000000005740	1.0	PS778	25	6	False	True	0.9989235997200012	0					non-mobilizable	no_good_hit	3066.0	98.434	66.0	0.001041483670793298	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
MAD0011_000000001876	6403	0.7285261816200126	13	3	2	2	3	False	19724	maximal	True	MAD0011_000000001876	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1399.0	89.35	49.0	0.00037475472627628183	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0035_000000001406	9311	0.7285167493849609	11	10	9	8	10	False	125928	maximal	True	SPA0035_000000001406	1.0		75	6	False	False	0.9998925924301147	0					non-mobilizable	other	8393.0	100.0	90.0	0.048913265216909814	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
FIJ0078_000000001746	11616	0.7285114796425447	16	6	2	5	5	True	44465	maximal	True	FIJ0078_000000001746	1.0		1	1	False	False	0.9951790571212769	0					non-mobilizable	no_good_hit	3040.0	98.75	26.0	0.0027195896363857645	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
USA0030_01_000000011447	1448	0.7284911845994398	3	3	3	2	2	False	113445	fragment	False	ISR0058_000000016778	0.8253561670133769		0	0	False	False	0.9972375631332397	0					non-mobilizable	no_good_hit	378.0	71.429	25.0	0.00024739994121723467	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
AST0003_000000019115	1710	0.7284900245045383	2	1	1	1	1	False	129781	maximal	True	AST0003_000000019115	1.0		22	7	False	False	0.9900584816932678	0					non-mobilizable	no_good_hit	511.0	76.321	30.0	0.0011638197254768203	NZ_FOOL01000001.1	firmicutes	Clostridium homopropionicum strain DSM 5847, whole genome shotgun sequence	True	False
ENG0198_000000001312	14768	0.7284899000244289	21	13	6	8	11	False	54359	maximal	True	ENG0198_000000001312	1.0		2	2	False	False	0.9974268674850464	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.411535092895112e-06	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
SPA0015_000000010829	2098	0.7284869159158488	2	2	2	2	2	False	127432	backbone	True	SPA0015_000000010829	1.0	PS1007|PS1008	0	0	True	True	1.0	11					non-mobilizable	chromosome	1953.0	99.539	100.0	0.0010755431299958069	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
MON0067_000000012812	1428	0.7284700198417501	2	2	2	2	1	False	10586	fragment	False	MON0067_000000012812	1.0		0	0	False	False	0.9950980544090271	0					non-mobilizable	other	1428.0	99.86	100.0	0.06203268996696227	NZ_JAAISM010000076.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_76_length_23004_cov_174.081, whole genome shotgun sequence	False	False
ENG0116_000000004452	4919	0.7284687759301872	4	4	3	3	4	False	94153	fragment	False	ENG0116_000000004452	1.0		0	0	False	False	0.9997966885566711	0					non-mobilizable	chromosome	4919.0	99.98	100.0	0.0007580516008406697	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0052_000000025567	1186	0.7284686349655592	2	1	1	1	1	False	11198	fragment	False	MON0052_000000025567	1.0		0	0	False	False	1.0	0	rep_cluster_2134				non-mobilizable	plasmid	1186.0	100.0	100.0	0.1456131727697223	CP053238.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-4, complete sequence	False	True
ISR0153_000000002978	8313	0.7284681579927915	10	8	5	8	2	True	114136	maximal	True	ISR0153_000000002978	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2582.0	97.01799999999999	32.0	0.17091175101416506	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
ISR0007_000000008914	1774	0.7284676945294936	3	3	3	3	2	False	57557	fragment	False	ISR0349_000000005484	0.9543557642149191		0	0	False	False	0.979706883430481	0					non-mobilizable	other	1774.0	96.9	100.0	0.012701664899561567	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0176_000000003732	8022	0.7284618076380122	6	5	5	5	5	False	132486	fragment	False	ISR0176_000000003732	0.9893925138304792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	97.40299999999999	59.0	0.00032796024655328855	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0205_000000005349	3457	0.7284586576669183	3	3	3	3	3	False	81078	maximal	True	ISR0205_000000005349	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	2865.0	99.86	83.0	0.04567273191190776	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	True	False
FIJ0010_000000012814	1487	0.7284497908639701	2	2	2	2	2	False	51060	fragment	False	FIJ0010_000000012814	1.0		0	0	False	False	0.9804976582527161	0					non-mobilizable	chromosome	1468.0	94.005	99.0	0.0004984850065428281	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0022_000000014253	1812	0.7284423330397108	3	3	3	3	2	False	85635	fragment	False	ISR0042_000000017104	0.9759825327510917		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	99.55799999999999	100.0	0.0032883746604494414	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0015_000000029021	1320	0.728439927688236	1	1	1	1	1	False	91269	fragment	False	FIJ0043_000000020492	0.9056137641150954		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	95.758	100.0	0.009472308399402505	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0300_000000008706	1287	0.7284342818344405	2	2	2	1	1	False	114046	fragment	False	ENG0200_000000015508	0.25217075164243746		0	0	False	False	0.9953380227088928	0					non-mobilizable	other	1287.0	95.726	100.0	0.0020567180792876016	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
FIJ0054_000000017198	1474	0.7284339244391128	3	2	2	2	1	False	46310	fragment	False	FIJ0054_000000017198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	97.17	7.0	2.9361504718393807e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0013_000000023580	1164	0.7284328663863638	2	2	2	2	2	False	66950	fragment	False	ENG0207_000000013569	0.5173568629633116		0	0	False	False	0.9991409182548523	0					non-mobilizable	other	1167.0	95.287	100.0	0.015840454292274042	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
AUS0018_000000026086	1099	0.7284231032114138	2	1	1	1	1	False	99726	fragment	False	AUS0018_000000026086	1.0		0	0	False	False	0.9981801509857178	0					non-mobilizable	no_good_hit	672.0	98.363	67.0	0.00014903857900266313	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
AST0110_000000010579	1687	0.7284216394263526	4	2	2	1	2	True	106985	fragment	False	AST0110_000000010579	1.0		0	0	False	False	0.9970361590385437	0					non-mobilizable	no_good_hit	98.0	81.633	6.0	8.073075044701397e-06	NZ_SAUN01000001.1	high GC Gram+	Nonomuraea polychroma strain DSM 43925 Ga0197504_11, whole genome shotgun sequence	True	True
FIJ0037_000000012102	2467	0.7284215595991583	4	4	4	4	3	False	47801	maximal	False	FIJ0149_000000009394	0.9339320964391764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	76.21600000000001	52.0	0.0002802571014327242	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
FIJ0024_000000009979	2078	0.7284182323819964	2	1	1	1	1	False	49225	maximal	True	FIJ0024_000000009979	1.0		15	2	False	False	1.0	0					non-mobilizable	chromosome	1432.0	84.49700000000001	91.0	0.0006187268275529852	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0096_000000013721	1418	0.7284134127768064	2	2	2	2	2	False	15472	maximal	True	MAD0096_000000013721	1.0		29	7	False	False	1.0	0					non-mobilizable	chromosome	1418.0	99.788	100.0	0.0004363216697602294	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ENG0178_000000014136	1600	0.7284120265288444	3	2	1	2	1	True	55452	fragment	False	ENG0178_000000014136	1.0		0	0	False	False	0.9981250166893005	0					non-mobilizable	no_good_hit	260.0	79.615	16.0	0.007208976157082749	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0134_000000015343	2553	0.7284058094685018	5	3	3	2	2	False	122285	maximal	True	ENG0134_000000015343	1.0		13	3	False	False	0.9949079751968384	0					non-mobilizable	no_good_hit	1982.0	75.782	76.0	0.12932580538027233	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
ENG0013_000000001998	9949	0.7283978974660802	9	6	5	5	5	False	67019	fragment	False	ENG0013_000000001998	1.0		0	0	False	False	0.9980902671813965	0					non-mobilizable	no_good_hit	1061.0	79.265	11.0	0.0002526818790650529	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0131_000000009183	3147	0.7283890476912667	4	4	3	4	2	False	77982	fragment	False	ISR0131_000000009183	0.9906448379552288		0	0	False	False	0.9952335357666016	0					non-mobilizable	no_good_hit	634.0	82.965	20.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0011_000000036676	1273	0.7283851918479354	2	1	1	1	1	False	100782	fragment	False	AUS0014_000000019563	0.9635434702011948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	94.463	24.0	0.0011643859305288157	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
ENG0137_000000005654	3065	0.7283793656715597	4	4	4	4	3	False	122303	fragment	False	ENG0137_000000005654	0.9920302408039992		0	0	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	2472.0	80.38	80.0	0.009515768600674664	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0186_000000009632	1552	0.7283782029112188	1	1	1	1	1	False	117305	fragment	False	ISR0350_000000012775	0.9806319312196988		0	0	False	False	1.0	0					non-mobilizable	other	1552.0	99.742	100.0	0.01013043506658916	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0002_000000014617	1403	0.7283782029112188	1	1	1	1	1	False	67377	fragment	False	ISR0002_000000014617	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1403.0	99.929	100.0	0.0002559041392585789	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
SPA0039_000000018320	1516	0.728374108237807	3	3	3	1	1	False	130049	fragment	False	ENG0005_000000004373	0.287384342274502		0	0	False	False	1.0	0					non-mobilizable	chromosome	1516.0	98.54899999999999	100.0	0.000528071073138018	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0117_000000028353	1315	0.7283657607825701	2	1	1	1	1	False	32140	fragment	False	ISR0122_000000013058	0.8227416888135005		0	0	False	False	0.9992395639419556	0					non-mobilizable	chromosome	1317.0	82.23200000000001	100.0	0.00036659935891251695	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0221_000000018436	1207	0.7283657607825701	2	1	1	1	1	False	32140	fragment	False	ISR0122_000000013058	0.6457179425978944		0	0	False	False	1.0	0					non-mobilizable	chromosome	1211.0	79.521	100.0	0.0002177269844433528	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0110_000000015085	1188	0.7283657607825701	1	1	1	1	1	False	32140	fragment	False	ISR0122_000000013058	0.4931688150340902		0	0	False	False	0.997474730014801	0					non-mobilizable	chromosome	1176.0	82.65299999999999	99.0	0.00032745068595465854	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0180_000000009193	2450	0.7283624789989086	3	3	3	3	3	False	117136	fragment	False	ISR0180_000000009193	1.0		0	0	False	False	0.995102047920227	0					non-mobilizable	other	1871.0	88.616	99.0	0.014488933679599985	NZ_PCGX01000009.1	high GC Gram+	Bifidobacterium thermophilum strain 1543B Contig_9, whole genome shotgun sequence	False	False
SPA0143_000000006326	2966	0.7283617243183463	3	3	3	3	2	True	79262	maximal	True	SPA0143_000000006326	1.0		0	0	False	False	0.99662846326828	0					non-mobilizable	no_good_hit	630.0	71.905	21.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
AUS0008_000000007213	3146	0.7283584970953716	4	3	2	3	2	False	101872	maximal	True	AUS0008_000000007213	1.0		1	1	False	False	0.991417646408081	0					non-mobilizable	no_good_hit	460.0	73.47800000000001	14.0	0.008494440173264077	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	False
FIJ0026_000000019211	1699	0.7283480855634555	2	2	2	2	2	False	50681	fragment	False	FIJ0026_000000019211	1.0		0	0	False	False	0.9976456761360168	0					non-mobilizable	chromosome	1692.0	99.941	99.0	0.0003548142481316124	CP051765.1	enterobacteria	Escherichia coli strain SCU-113 chromosome, complete genome	False	False
MAD0008_000000005548	2248	0.7283471585653283	3	3	3	3	3	True	19831	maximal	True	MAD0008_000000005548	1.0		11	2	False	False	0.995551586151123	0					non-mobilizable	chromosome	2132.0	99.109	100.0	0.0006006344571389112	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	True
ISR0177_000000011443	2520	0.7283371969005026	3	3	3	3	1	True	85222	maximal	True	ISR0177_000000011443	1.0		24	5	False	False	0.9996031522750854	0					non-mobilizable	no_good_hit	1537.0	80.67699999999999	61.0	0.010174842800668594	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	True
FIJ0159_000000008686	2730	0.7283354523586923	3	3	3	3	1	False	39410	maximal	True	FIJ0159_000000008686	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000006518	4375	0.7283352579793018	7	5	4	3	4	False	87842	maximal	True	FIJ0008_000000006518	1.0		1	1	False	False	0.9995428323745728	0					non-mobilizable	no_good_hit	318.0	85.22	15.0	9.387282504287806e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0274_000000003270	2138	0.7283232218137063	4	4	3	3	4	False	50189	fragment	False	ISR0274_000000003270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	91.68799999999999	57.0	0.00582209229277655	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
ISR0102_000000011630	1392	0.7283174659125472	3	2	1	2	2	False	114810	fragment	False	ENG0075_000000014574	0.5089994702324541		0	0	False	False	0.9985632300376892	0					non-mobilizable	plasmid	1016.0	87.697	99.0	0.12152693887412419	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0370_000000019586	1380	0.7283174659125472	3	2	1	2	2	False	114810	fragment	False	ENG0075_000000014574	0.5089476105036145		0	0	False	False	0.9840579628944397	0					non-mobilizable	plasmid	1017.0	87.709	99.0	0.1216477410002416	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
USA0034_01_000000004825	11412	0.7283172504635447	21	6	3	4	3	False	101686	maximal	True	USA0034_01_000000004825	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	87.611	8.0	0.00011281323938119899	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0046_000000013797	1156	0.7283098836322672	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.03219513096934003		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	99.56700000000001	100.0	0.02734763460718852	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0101_000000012464	1907	0.7283059819297986	2	2	2	2	2	False	33135	fragment	False	ISR0101_000000012464	1.0		0	0	False	False	0.9963293075561523	0					non-mobilizable	no_good_hit	528.0	78.788	28.0	0.00015160804537225862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CAN0020_000000025491	1383	0.7283014656937169	1	1	1	1	1	False	91748	maximal	True	CAN0020_000000025491	1.0		103	13	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	76.804	64.0	0.007223146532483869	NZ_FOAT01000012.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0096_000000000682	30001	0.7283008983540366	35	12	6	11	5	True	116423	fragment	False	ISR0096_000000000682	1.0		0	0	False	False	0.999666690826416	0					non-mobilizable	no_good_hit	831.0	92.78	3.0	0.012675321486664825	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
FIJ0038_000000014235	2429	0.7282979942716498	3	2	2	2	0	True	92686	maximal	True	FIJ0038_000000014235	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0010_000000014698	1472	0.7282875075604935	3	3	3	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2710853410191177		0	0	False	False	1.0	0					non-mobilizable	chromosome	1468.0	98.09299999999999	99.0	0.00047284097490977507	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0141_000000009057	3055	0.7282817571227974	4	4	4	4	2	False	120967	fragment	False	CHI0141_000000009057	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3056.0	98.757	100.0	0.031807344321009505	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0091_000000006016	2052	0.7282788229708548	4	2	2	2	1	True	9487	fragment	False	MON0091_000000006016	1.0		0	0	False	False	0.9946393966674805	0					non-mobilizable	chromosome	2045.0	97.164	99.0	0.0005128730122407031	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ISR0086_000000004299	5542	0.7282749109142885	9	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.20776488503928708	PS1110	0	0	True	True	1.0	186		MOBV			mobilizable	other	2678.0	96.079	91.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0307_000000001149	5522	0.7282749109142885	9	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.21535516462279936	PS1110	0	0	True	True	1.0	35		MOBV			mobilizable	other	2678.0	96.079	91.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0009_000000005334	5522	0.7282749109142885	8	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.20780818364650905	PS1110	0	0	True	True	1.0	159		MOBV			mobilizable	other	2678.0	96.079	91.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
AST0050_000000002473	5522	0.7282749109142885	8	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.2077795561989151	PS1110	0	0	True	True	1.0	315		MOBV			mobilizable	other	2678.0	96.079	91.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0101_000000004248	5522	0.7282749109142885	9	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.20776909875114608	PS1110	0	0	True	True	1.0	90		MOBV,MOBV			mobilizable	other	2678.0	96.079	91.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ENG0096_000000005702	5521	0.7282749109142885	8	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.20768226600246564	PS1110	0	0	True	True	1.0	14		MOBV			mobilizable	other	2678.0	96.079	91.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0295_000000005463	5521	0.7282749109142885	8	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.20324870973359838	PS1110	0	0	True	True	1.0	34		MOBV			mobilizable	plasmid	3730.0	93.7	92.0	0.0319598475310026	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ISR0290_000000001584	5502	0.7282749109142885	8	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.20032320426545297	PS1110	0	0	True	True	1.0	29		MOBV			mobilizable	other	2678.0	96.079	91.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0771_000000001912	5436	0.7282749109142885	8	7	3	3	6	True	130637	backbone	False	AST0039_000000003129	0.13666735715855913	PS1110	0	0	False	True	0.9996320605278015	0		MOBV			mobilizable	no_good_hit	2678.0	96.042	88.0	0.3963270142180095	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
SPA0132_000000029970	1384	0.728272714133659	1	1	1	1	1	False	3720	maximal	True	SPA0132_000000029970	1.0		34	7	False	False	0.9877167344093323	0					non-mobilizable	other	1279.0	79.437	92.0	0.0007499082559048627	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
DEN0064_000000029240	1462	0.7282648168694227	3	2	2	2	1	False	71219	maximal	True	DEN0064_000000029240	1.0		31	8	False	False	0.9876881241798401	0					non-mobilizable	no_good_hit	281.0	96.085	19.0	0.020698864900957046	NZ_JAAIPV010000061.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_61_length_13479_cov_118.698, whole genome shotgun sequence	True	False
DEN0085_000000006898	5046	0.7282612362878262	5	5	3	5	4	False	69008	maximal	True	DEN0085_000000006898	1.0		2	2	False	False	0.9996036291122437	0					non-mobilizable	plasmid	5018.0	100.0	99.0	0.03986143443958017	MN007141.1	enterobacteria	Escherichia coli strain 91 plasmid p91_NDM5, complete sequence	False	True
USA0019_01_000000006076	4767	0.7282535137018359	4	2	2	2	2	False	84129	fragment	False	USA0019_01_000000006076	0.999893730074389		0	0	False	False	0.999160885810852	0					non-mobilizable	other	4418.0	98.348	93.0	0.0011937533308151401	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0102_000000005380	4705	0.7282535137018359	4	2	2	2	2	False	84129	fragment	False	USA0019_01_000000006076	0.9933920704845816		0	0	False	False	1.0	0					non-mobilizable	other	4418.0	98.348	95.0	0.0011937533308151401	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0120_000000007557	3866	0.7282535137018359	3	2	2	2	2	False	84122	fragment	False	ISR0120_000000007557	0.9855574199140573		0	0	False	False	0.9992240071296692	0					non-mobilizable	other	3797.0	99.84200000000001	98.0	0.0010263845172761659	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0133_000000009866	3767	0.7282535137018359	3	2	2	2	2	False	84122	fragment	False	ISR0120_000000007557	0.978271955234634		0	0	False	False	1.0	0					non-mobilizable	other	3696.0	99.62100000000001	98.0	0.0009990755509313575	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0305_000000000826	12999	0.7282496993861709	12	7	5	5	5	False	26206	maximal	True	ISR0305_000000000826	1.0		1	1	False	False	0.999230682849884	0					non-mobilizable	no_good_hit	2506.0	92.09899999999999	20.0	0.039608662613981764	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
FIJ0110_000000010031	1679	0.7282495364822097	3	2	2	1	1	False	58165	maximal	True	FIJ0110_000000010031	1.0		41	10	False	False	0.9916617274284363	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	3.2898767090342285e-05	NZ_FNFH01000001.1	g-proteobacteria	Microbulbifer yueqingensis strain CGMCC 1.10658, whole genome shotgun sequence	True	False
ENG0134_000000025938	1498	0.7282495364822097	2	2	2	1	1	False	58164	fragment	False	ENG0134_000000025938	1.0		0	0	False	False	0.9973297715187073	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	9.363267599167575e-05	NZ_LACF01000011.1	g-proteobacteria	Pseudomonas marginalis strain H21 FCC4LTTACXX-wHAIPI007915-133_L5_1_(paired)_contig_11, whole genome shotgun sequence	True	False
USA0055_01_000000011824	2304	0.7282494294235962	2	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.36523450599272994		0	0	False	False	0.9952256679534912	0	Inc18				non-mobilizable	plasmid	2304.0	100.0	100.0	0.05068668016550753	CP041740.1	firmicutes	Enterococcus faecalis EnGen0107 strain B594 plasmid p2, complete sequence	False	True
CHI0126_000000006527	2303	0.7282494294235962	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.12223956959647948		0	0	False	False	0.9956578612327576	0	Inc18				non-mobilizable	other	2355.0	95.15899999999999	100.0	0.19878244694343453	AJ509853.1	other sequences	Cloning vector pUvBBAC	False	True
ISR0359_000000012621	2107	0.7282494294235962	2	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.10119286906913358		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2116.0	97.637	100.0	0.046394929131085484	CP041740.1	firmicutes	Enterococcus faecalis EnGen0107 strain B594 plasmid p2, complete sequence	False	True
CAN0012_000000023017	2074	0.7282494294235962	2	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.04229173974948928		0	0	False	False	0.9985535144805908	0	Inc18				non-mobilizable	plasmid	2074.0	100.0	100.0	0.04562461484285588	CP041740.1	firmicutes	Enterococcus faecalis EnGen0107 strain B594 plasmid p2, complete sequence	False	True
ENG0130_000000019896	1455	0.7282470914491378	3	2	2	1	1	False	113068	fragment	False	AST0058_000000008935	0.7414404181664469		0	0	False	False	0.999312698841095	0					non-mobilizable	other	1111.0	94.329	93.0	0.007413344019234622	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
AST0089_000000017626	1352	0.7282470914491378	2	2	2	1	1	False	113068	fragment	False	AST0058_000000008935	0.36705215204104064		0	0	False	False	0.9985207319259644	0					non-mobilizable	other	933.0	93.99799999999999	92.0	0.006224537500834836	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0275_000000011529	1258	0.7282470914491378	2	2	2	1	1	False	113068	fragment	False	AST0058_000000008935	0.31209871690255003		0	0	False	False	0.9992051124572754	0					non-mobilizable	other	926.0	93.95200000000001	92.0	0.006177786682695518	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MAD0028_000000009806	1211	0.7282424058932009	3	3	3	2	1	False	95987	fragment	False	ISR0316_000000017359	0.9666509055289537		0	0	False	False	0.9859620332717896	0					non-mobilizable	no_good_hit	376.0	86.96799999999999	43.0	0.00010003390482480862	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0077_000000008327	3594	0.7282419964952896	3	3	3	3	2	False	88715	fragment	False	ISR0077_000000008327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000013285	2455	0.7282333119273579	3	3	3	2	2	False	81206	fragment	False	FIJ0005_000000008187	0.1718805927036925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	76.796	36.0	0.005303677335738304	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0027_000000001134	12843	0.7282311152048364	16	6	6	6	4	True	97607	fragment	False	FIJ0027_000000001134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	86.835	7.0	0.003719391986175184	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
ISR0165_000000008119	2521	0.7282307528251191	3	3	3	3	2	False	30247	maximal	True	ISR0165_000000008119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000017225	2851	0.7282296221758103	3	3	3	2	1	False	114543	backbone	True	ISR0126_000000017225	1.0	PS737	1	1	True	True	1.0	19					non-mobilizable	no_good_hit	94.0	94.681	3.0	0.11233211233211234	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	True
ENG0053_000000006098	4287	0.7282162612536291	9	2	1	2	1	False	73490	fragment	False	MON0013_000000010154	0.9545145960624576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0071_000000006158	1738	0.7282147637959562	2	2	2	1	1	True	84899	fragment	False	CHI0071_000000006158	0.959018812952504		0	0	False	False	0.9930955171585083	0					non-mobilizable	other	1738.0	100.0	100.0	0.0038398790338625604	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0072_000000018915	1558	0.7282147637959562	2	2	2	1	1	True	84899	fragment	False	CHI0071_000000006158	0.4651022864019254		0	0	False	False	1.0	0					non-mobilizable	other	1558.0	99.936	100.0	0.0034419641080736937	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
CHI0178_000000003097	3734	0.7282120055058872	4	2	0	1	2	False	120171	fragment	False	CHI0178_000000003097	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2024.0	98.765	94.0	0.3605855051767226	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
FIJ0094_000000003131	5574	0.7282111691776372	8	3	2	2	3	False	100553	fragment	False	FIJ0094_000000003131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.945	50.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0099_000000004211	5422	0.7282111691776372	8	3	2	2	3	False	100563	maximal	True	FIJ0099_000000004211	1.0		11	2	False	False	0.9998155832290649	0					non-mobilizable	no_good_hit	643.0	98.756	47.0	0.00017125804506007235	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0163_000000004853	5092	0.7282111691776372	6	3	2	2	3	False	100547	maximal	True	FIJ0163_000000004853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.033	31.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0102_000000007447	4192	0.7282111691776372	5	3	2	2	3	False	100551	fragment	False	FIJ0023_000000007799	0.7417013456100143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.536	60.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0133_000000004534	4043	0.7282047423977881	4	3	1	3	2	False	31545	fragment	False	ISR0133_000000004534	1.0		0	0	False	False	0.9992579817771912	0					non-mobilizable	no_good_hit								True	False
ISR0382_000000010607	1387	0.7282027287914284	2	2	2	1	2	False	113068	fragment	False	AST0058_000000008935	0.6269138469972696		0	0	False	False	1.0	0					non-mobilizable	other	1036.0	94.305	93.0	0.0069124423963133645	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0333_000000002824	5880	0.7281963225213979	6	6	4	5	4	False	77429	fragment	False	ISR0333_000000002824	1.0		0	0	False	False	0.9998299479484558	0					non-mobilizable	other	2971.0	84.652	95.0	0.0007862378385529153	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0063_000000010504	1897	0.7281874269433328	3	2	2	2	1	True	35276	maximal	True	ISR0063_000000010504	1.0		0	0	False	False	0.9609910249710083	0					non-mobilizable	no_good_hit								True	True
SPA0062_000000006235	5134	0.7281862194353995	6	5	2	5	5	False	85588	maximal	True	SPA0062_000000006235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	98.611	35.0	0.00017883821806043842	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0187_000000000062	91645	0.7281859252642379	82	12	4	11	5	False	115487	maximal	False	AUS0014_000000000041	0.9231062662926388	PS49	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	246.0	99.18700000000001	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ISR0120_000000022890	1560	0.7281858852138737	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.5718820746733702		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	97.664	28.0	0.00011857751414876896	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0105_000000022312	1493	0.7281858852138737	2	2	2	2	2	False	102287	fragment	False	FIJ0105_000000022312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	98.919	12.0	5.109663373155384e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0014_000000015257	1633	0.7281846642770672	2	2	2	2	2	False	50467	fragment	False	MAD0009_000000005831	0.9082491582491583		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	83.14299999999999	100.0	0.010775526110678097	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	False	False
CHI0101_000000007502	1574	0.7281822732092861	3	1	1	1	1	True	83302	fragment	False	CHI0101_000000007502	1.0		0	0	False	False	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	812.0	89.163	51.0	0.008063228484751717	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0052_000000004986	5850	0.7281767881720559	9	8	5	6	8	False	128604	maximal	True	ISR0052_000000004986	1.0		27	6	False	False	1.0	0					non-mobilizable	chromosome	4780.0	96.77799999999999	92.0	0.0016038711019452786	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0124_000000003146	8839	0.7281725619652748	10	4	4	4	2	False	93756	maximal	False	CAN0014_000000004495	0.9587373410902822		0	0	False	False	0.9998868703842163	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.006225333910594e-06	LR732083.1	basidiomycetes	Armillaria ostoyae strain C18/9 genome assembly, chromosome: LG9	True	False
FIJ0063_000000006678	3757	0.7281701974675322	3	3	3	3	2	False	45632	maximal	True	FIJ0063_000000006678	1.0		3	2	False	False	0.9992014765739441	0					non-mobilizable	no_good_hit	746.0	72.38600000000001	20.0	0.0022590014291641695	NZ_FOZC01000002.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
FIJ0096_000000016535	2182	0.7281699937715118	3	2	1	1	2	False	49447	fragment	False	ISR0209_000000012610	0.9135240572171651		0	0	False	False	0.9651695489883423	0					non-mobilizable	no_good_hit								True	False
USA0044_01_000000008510	3452	0.7281631670519005	3	3	3	3	3	False	1238	maximal	True	USA0044_01_000000008510	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0074_01_000000000165	4725	0.7281628870777614	4	4	4	4	4	False	111069	fragment	False	FIJ0095_000000004547	0.8155269228675947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	71.845	11.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0166_000000001875	7706	0.7281480351204646	13	4	3	3	3	False	112201	backbone	False	SPA0021_000000003487	0.9895312687187823	PS718	0	0	True	True	0.9972748756408691	17					non-mobilizable	no_good_hit	355.0	78.873	5.0	0.00011350482346575236	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ENG0113_000000003450	7667	0.7281480351204646	12	4	3	3	3	False	112201	backbone	False	SPA0021_000000003487	0.9893871774694336	PS718	0	0	True	True	0.9998695850372314	16					non-mobilizable	no_good_hit	355.0	78.873	5.0	0.00011350482346575236	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
SPA0021_000000003487	7666	0.7281480351204646	12	4	3	3	3	False	112201	backbone	True	SPA0021_000000003487	0.9898531540933251	PS718	2	2	True	True	1.0	29					non-mobilizable	no_good_hit	355.0	78.873	5.0	0.00011350482346575236	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0021_000000002729	7646	0.7281480351204646	13	4	3	3	3	False	112201	backbone	False	SPA0021_000000003487	0.9898224542072883	PS718	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	355.0	78.873	5.0	0.00011350482346575236	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0279_000000002072	7646	0.7281480351204646	12	4	3	3	3	False	112201	backbone	False	SPA0021_000000003487	0.9897042659716602	PS718	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	355.0	78.873	5.0	0.00011350482346575236	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
AST0061_000000004411	7632	0.7281480351204646	13	4	3	3	3	False	112201	backbone	False	SPA0021_000000003487	0.9777022477409757	PS718	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	355.0	78.873	5.0	0.00011350482346575236	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0394_000000009167	2074	0.7281425038097543	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.131229909268449		0	0	False	False	1.0	0					non-mobilizable	other	2074.0	98.071	100.0	0.04739368998628258	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0329_000000006375	2289	0.7281394834975938	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.35537873759646693		0	0	False	False	1.0	0					non-mobilizable	chromosome	2289.0	97.204	100.0	0.000807371641847399	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0047_000000001453	16105	0.7281337954789081	20	6	6	6	4	False	11488	maximal	True	MON0047_000000001453	1.0		1	1	False	False	0.999937891960144	0					non-mobilizable	no_good_hit	100.0	96.0	1.0	3.364009246608042e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0191_000000013914	2232	0.7281299601738284	3	3	3	3	3	False	61253	fragment	False	ENG0090_000000008653	0.4697284695972305		0	0	False	False	0.9995519518852234	0					non-mobilizable	no_good_hit	656.0	77.744	29.0	0.00019545472889013636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0054_000000015684	1611	0.7281278994638728	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9365550035242184		0	0	False	False	1.0	0					non-mobilizable	chromosome	1482.0	82.186	96.0	0.00038999885027698724	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0045_000000014716	1603	0.7281278994638728	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9345194528910099		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	82.13799999999999	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0048_01_000000006855	2299	0.7281223892805355	2	2	2	2	1	False	1122	maximal	True	USA0048_01_000000006855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	95.23200000000001	42.0	0.00030792138723165924	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
SPA0086_000000008463	1641	0.7281220624774901	2	2	2	2	1	False	5507	maximal	True	SPA0086_000000008463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	92.16	44.0	0.018359760260981715	NZ_CABJDZ010000011.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0153_000000018029	1606	0.7281206175411554	2	2	2	2	2	False	110334	fragment	False	ISR0153_000000018029	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	99.315	100.0	0.013624556459143308	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0097_000000020226	1553	0.7281105238867663	2	1	1	1	1	False	60758	maximal	True	ENG0097_000000020226	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	99.37700000000001	52.0	0.00020226728691093992	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MAD0101_000000021824	1329	0.7281105238867663	3	1	1	1	1	False	15076	maximal	True	MAD0101_000000021824	1.0		0	0	False	False	0.9744168519973755	0					non-mobilizable	no_good_hit	632.0	99.367	74.0	0.00019879624142572877	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
SPA0048_000000015569	1316	0.7281105238867663	3	1	1	1	1	False	6621	maximal	True	SPA0048_000000015569	1.0		6	3	False	False	1.0	0					non-mobilizable	other	657.0	98.78200000000001	100.0	0.00020700053075440965	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0033_000000029205	2140	0.7281053407311469	3	3	3	3	3	False	93791	maximal	True	MON0033_000000029205	0.9971738106453132		129	13	False	False	0.9971962571144104	0					non-mobilizable	no_good_hit	1171.0	78.565	54.0	0.0019449396449941635	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
ISR0112_000000027731	1392	0.7281031567823418	2	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9721326433841397		0	0	False	False	0.9920976758003235	0					non-mobilizable	no_good_hit	78.0	94.87200000000001	6.0	2.1480593121021384e-05	NZ_CP021323.1	g-proteobacteria	Kushneria konosiri strain X49 chromosome, complete genome	True	False
MAD0097_000000032097	1298	0.7281030446953969	1	1	1	1	1	False	28680	fragment	False	MAD0011_000000010648	0.9374479543279853		0	0	False	False	0.9899845719337463	0					non-mobilizable	other	1156.0	88.149	98.0	0.00826582787544525	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0203_000000014520	1252	0.7281030446953969	1	1	1	1	1	False	28680	fragment	False	MAD0011_000000010648	0.7242846625562565		0	0	False	False	1.0	0					non-mobilizable	chromosome	1252.0	99.521	100.0	0.0002784115541462624	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0091_000000004025	7762	0.728097344295897	6	5	4	5	3	False	70692	maximal	True	ISR0091_000000004025	1.0		10	1	False	False	0.9998711943626404	0					non-mobilizable	no_good_hit	1132.0	90.194	15.0	0.10265744448489261	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
USA0003_01_000000007385	5270	0.7280940127896266	4	3	2	3	3	True	96620	fragment	False	ENG0109_000000004446	0.9173151116015829		0	0	False	False	1.0	0					non-mobilizable	other	5287.0	89.616	99.0	0.47962525013643803	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0149_000000004820	3026	0.7280915624145707	3	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.16801678863780914	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3028.0	98.91	100.0	0.0009107695716853934	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
DEN0011_000000038458	1236	0.7280887651091267	2	2	2	2	1	False	75565	fragment	False	DEN0011_000000038458	0.885837781673807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	75.87100000000001	32.0	3.877569062168976e-05	NZ_LR593886.1	planctomycetes	Gemmata massiliana isolate Soil9 chromosome 1	True	False
SPA0063_000000003091	5590	0.7280856261276499	6	5	5	5	4	False	22641	maximal	True	SPA0063_000000003091	1.0		30	6	False	False	1.0	0					non-mobilizable	chromosome	5590.0	100.0	100.0	0.000870345330415883	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
SPA0052_000000016799	1618	0.7280758075024409	3	3	3	3	2	False	6522	fragment	False	SPA0052_000000016799	1.0		0	0	False	False	0.994437575340271	0					non-mobilizable	no_good_hit	1181.0	83.235	88.0	0.0036135529782571224	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
USA0020_01_000000001238	22119	0.7280726166983423	22	20	7	9	19	True	93763	maximal	True	USA0020_01_000000001238	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	7652.0	82.175	83.0	0.004849740135238687	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
AUS0016_000000003895	6007	0.7280711792563229	5	4	3	4	3	False	100636	fragment	False	AUS0016_000000003895	1.0		0	0	False	False	0.9993340969085693	0					non-mobilizable	no_good_hit	495.0	99.596	8.0	0.00017940248802924188	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0157_000000026644	1192	0.7280697471544308	1	1	1	1	1	False	88634	fragment	False	FIJ0149_000000024727	0.6623092755041515		0	0	False	False	0.9974831938743591	0					non-mobilizable	no_good_hit	79.0	100.0	7.0	2.6504315276305787e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0252_000000011852	1153	0.7280697471544308	1	1	1	1	1	False	88634	fragment	False	FIJ0149_000000024727	0.6576352582462415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	7.0	2.6504315276305787e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0081_000000006961	1826	0.7280645497131921	1	1	1	1	1	False	5612	fragment	False	SPA0081_000000006961	1.0		0	0	False	False	0.9720700979232788	0					non-mobilizable	other	1830.0	87.541	100.0	0.0007315803542537177	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
SPA0156_000000007568	2321	0.7280643252299982	3	2	2	2	2	False	69985	fragment	False	SPA0156_000000007568	0.9605146406388643		0	0	False	False	0.9948298335075378	0					non-mobilizable	no_good_hit	175.0	82.286	7.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
MAD0012_000000012538	2254	0.7280643252299982	2	2	2	2	2	False	69985	fragment	False	SPA0156_000000007568	0.9472210254200776		0	0	False	False	0.9960070848464966	0					non-mobilizable	no_good_hit	186.0	81.72	8.0	6.262786522483403e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ENG0010_000000019726	1118	0.7280604303840823	1	1	1	1	1	False	83775	fragment	False	FIJ0051_000000015081	0.29590641340829316		0	0	False	False	0.9794275760650635	0					non-mobilizable	no_good_hit								True	False
DEN0077_000000000340	11261	0.7280577894427246	11	8	8	8	8	True	119346	fragment	False	DEN0077_000000000340	1.0		0	0	False	False	0.9998223781585693	0					non-mobilizable	chromosome	10839.0	98.82799999999999	97.0	0.0015297477934538425	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
CHI0159_000000011554	1383	0.7280518839675206	2	2	1	2	1	False	78802	fragment	False	CHI0159_000000011554	1.0		0	0	False	False	0.9790310859680176	0					non-mobilizable	no_good_hit	1157.0	78.738	83.0	0.0002596350687386679	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0046_01_000000002969	3632	0.7280438838354631	5	5	5	5	4	True	1195	maximal	True	USA0046_01_000000002969	1.0		1	1	False	False	0.9994493126869202	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0038527831288654567	JX069763.1	other sequences	Cloning vector pFosill-3, complete sequence	True	True
MON0083_000000024153	1629	0.7280374215665184	2	1	1	1	1	False	38222	fragment	False	MON0083_000000024153	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	74.625	77.0	0.0037709011122039797	NZ_JHWJ01000004.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
MON0041_000000027021	2321	0.7280340755166287	3	3	3	2	3	False	52980	fragment	False	MON0041_000000027021	1.0		0	0	False	False	0.9737182259559631	0					non-mobilizable	other	2321.0	98.92299999999999	100.0	0.00114739358666333	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
USA0031_01_000000011676	2472	0.7280247921190199	3	3	3	3	2	False	1541	maximal	True	USA0031_01_000000011676	1.0		1	1	False	False	0.9769417643547058	0					non-mobilizable	no_good_hit	787.0	87.421	45.0	0.0022219144082386098	NZ_SLXA01000002.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_102, whole genome shotgun sequence	True	False
MON0106_000000036834	1215	0.7280199862023564	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.3518225988899229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0007_000000025798	2377	0.7280153060826888	2	2	1	1	2	False	13971	maximal	True	MON0007_000000025798	1.0		6	2	False	False	0.9995793104171753	0					non-mobilizable	no_good_hit	2111.0	82.662	87.0	0.0006542397410666565	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0301_000000008291	2183	0.7280102747113499	3	3	2	3	2	False	47150	maximal	True	ISR0301_000000008291	1.0		1	1	False	False	0.9830508232116699	0					non-mobilizable	no_good_hit	1486.0	97.443	68.0	0.0024621668064052863	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0790_000000014967	1191	0.7280096733758241	2	2	2	1	1	False	22064	fragment	False	ISR0790_000000014967	0.9702276707530648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	89.744	7.0	1.0979460566269243e-05	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
CAN0018_000000002641	11455	0.7279943891081699	10	8	2	8	6	False	115125	fragment	False	DEN0011_000000001484	0.3745440013521778		0	0	False	False	0.999912679195404	0					non-mobilizable	chromosome	11455.0	99.869	100.0	0.002078106995839976	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0228_000000001607	11140	0.7279943891081699	9	8	2	8	6	False	115125	fragment	False	DEN0011_000000001484	0.4364547201175445		0	0	False	False	1.0	0					non-mobilizable	chromosome	11140.0	99.874	100.0	0.0020209563319941934	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0082_000000004122	3862	0.7279880024610337	4	3	3	2	3	True	112056	fragment	False	ISR0774_000000005893	0.7451563919134944		0	0	False	False	1.0	0					non-mobilizable	other	3862.0	99.948	100.0	0.013794557205789355	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
FIJ0074_000000010241	3154	0.7279872169013095	4	3	3	3	3	False	62600	maximal	True	FIJ0074_000000010241	1.0		63	10	False	False	0.9961953163146973	0					non-mobilizable	no_good_hit	1981.0	79.859	62.0	0.0005822640475643978	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0060_000000006480	2362	0.7279866798866526	3	3	2	2	2	False	6235	maximal	True	SPA0060_000000006480	1.0		156	11	False	False	0.9991532564163208	0					non-mobilizable	chromosome	2362.0	99.365	100.0	0.0006652220182007674	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MON0054_000000026429	1820	0.7279826052992711	2	2	2	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.20266575585502034		0	0	False	False	0.9994505643844604	0					non-mobilizable	other	1820.0	99.615	100.0	0.004001883239171375	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0022_000000008831	1562	0.7279747211023669	2	2	1	2	1	False	36986	maximal	True	MAD0022_000000008831	1.0		39	5	False	False	0.9782330393791199	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.429727163908037e-05	NZ_KE384400.1	CFB group bacteria	Terrimonas ferruginea DSM 30193 H608DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
MON0086_000000023001	1326	0.7279732205307875	1	1	1	1	1	False	9727	maximal	True	MON0086_000000023001	1.0		1	1	False	False	0.9984917044639587	0					non-mobilizable	other	1240.0	71.048	91.0	0.009772593054016229	NZ_JHVC01000012.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00011.11_C, whole genome shotgun sequence	False	False
SPA0084_000000011100	1678	0.7279720776560006	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.38641459774616654		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	99.94	100.0	0.10362502315815476	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	False	False
ISR0016_000000008547	2452	0.7279707856494839	3	3	3	3	3	False	125351	fragment	False	ISR0212_000000010113	0.2703132592690363		0	0	False	False	0.9955138564109802	0					non-mobilizable	other	2452.0	99.103	100.0	0.009651533819859098	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0366_000000002659	5190	0.7279665524038353	8	6	4	5	6	False	118690	maximal	True	ISR0366_000000002659	0.9963667450309895		2	1	False	False	0.9978805184364319	0					non-mobilizable	no_good_hit	1263.0	94.854	70.0	0.0003022918082036387	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
FIJ0020_000000004912	4701	0.727962473394821	4	4	3	4	3	True	77033	fragment	False	FIJ0020_000000004912	1.0		0	0	False	False	0.9980854988098145	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	0.00014105769259627188	NZ_AZDI01000001.1	firmicutes	Lactobacillus algidus DSM 15638 Scaffold1, whole genome shotgun sequence	True	True
FIJ0038_000000014146	2441	0.7279604096140552	3	3	3	2	1	False	59023	fragment	False	FIJ0038_000000014146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000039302	1116	0.7279598575622241	2	1	1	1	1	False	72179	fragment	False	DEN0052_000000038528	0.9492694805194806		0	0	False	False	0.9991039633750916	0					non-mobilizable	no_good_hit	114.0	83.333	10.0	3.7972795204578436e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	False
ISR0065_000000013253	2472	0.7279580880300561	4	3	2	3	2	False	77979	fragment	False	MAD0055_000000003111	0.9527347546051024		0	0	False	False	0.9951456189155579	0					non-mobilizable	no_good_hit	634.0	83.596	26.0	0.10199125789218066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0399_000000003956	3563	0.7279501186018204	6	4	4	4	2	False	128289	maximal	True	ISR0399_000000003956	1.0		0	0	False	False	0.9985966682434082	0					non-mobilizable	no_good_hit	2089.0	98.42	82.0	0.000757921037483862	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
FIJ0062_000000009332	3079	0.7279434056298231	3	2	2	2	2	False	67241	maximal	False	ENG0094_000000005423	0.9706351739546759		0	0	False	False	0.9993504285812378	0					non-mobilizable	no_good_hit	1041.0	93.564	34.0	0.0003641641321619387	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0105_000000019645	1168	0.7279422979301339	2	2	2	2	2	False	60119	fragment	False	ENG0105_000000019645	1.0		0	0	False	False	0.9965753555297852	0					non-mobilizable	chromosome	1168.0	98.71600000000001	100.0	0.0002117296022477084	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MON0103_000000009012	4648	0.7279394008981201	7	4	4	4	4	False	18735	maximal	True	MON0103_000000009012	1.0		1	1	False	False	0.9868760704994202	0					non-mobilizable	no_good_hit	357.0	74.79	8.0	0.00014858715920714228	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
SPA0114_000000002017	14376	0.7279386748185293	23	9	6	9	6	False	72652	maximal	True	SPA0114_000000002017	1.0		5	2	False	False	0.9988870620727539	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.022130013831258646	XM_033504628.1	bees	PREDICTED: Bombus vosnesenskii F-box only protein 44-like (LOC117239199), transcript variant X2, mRNA	True	False
MON0109_000000032229	1145	0.7279357716001378	2	2	2	2	2	False	8483	fragment	False	MON0109_000000032229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	72.77	37.0	8.985880158383108e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
ISR0214_000000004676	5464	0.7279354846544417	9	7	3	6	3	False	112777	maximal	True	ISR0214_000000004676	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2294.0	74.41199999999999	41.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0064_000000013553	2015	0.7279285797957172	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.34167322846782		0	0	False	False	0.9955335259437561	0					non-mobilizable	no_good_hit	1288.0	85.09299999999999	64.0	0.0003590492576992157	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0011_000000005213	6029	0.7279277201746954	8	7	1	4	7	False	94540	maximal	True	CAN0011_000000005213	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	5964.0	96.14399999999999	100.0	0.049542917508879625	LC520271.1	enterobacteria	Escherichia coli A0140 plasmid pA0140 DNA, complete sequence	False	True
MON0070_000000029113	1206	0.7279221657805197	2	2	2	2	1	True	10434	fragment	False	MON0070_000000029113	1.0		0	0	False	False	0.985903799533844	0					non-mobilizable	no_good_hit	795.0	73.333	65.0	0.003269410292153834	NZ_CABJAT010000010.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	True
FIJ0085_000000019132	1635	0.7279085530820782	3	3	2	2	3	False	43931	fragment	False	FIJ0085_000000019132	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1635.0	98.59299999999999	100.0	0.0005695499231072748	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0092_000000005573	1829	0.7278953998077445	3	3	3	3	1	False	83666	maximal	True	CHI0092_000000005573	1.0		194	13	False	False	1.0	0					non-mobilizable	chromosome	702.0	98.148	99.0	0.00023595249579509765	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0040_000000013780	1987	0.7278898711740011	5	4	4	3	3	False	66407	maximal	True	MON0040_000000013780	1.0		1	1	False	False	0.998993456363678	0					non-mobilizable	no_good_hit	805.0	94.65799999999999	72.0	0.0002578741651243519	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0080_000000020188	1619	0.7278856529899063	3	2	1	1	2	False	34299	fragment	False	ISR0080_000000020188	1.0		0	0	False	False	0.9962940216064453	0					non-mobilizable	no_good_hit	964.0	85.166	59.0	0.0034879209888002203	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0103_000000004576	5442	0.7278850800178407	7	3	0	1	3	False	99955	fragment	False	ISR0114_000000004488	0.9785992217898833		0	0	False	False	0.997978687286377	0					non-mobilizable	no_good_hit	987.0	94.32600000000001	36.0	0.09060712308544012	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0791_000000007707	2351	0.7278850800178407	3	3	0	1	3	False	102419	fragment	False	MAD0040_000000012901	0.5524090558082363		0	0	False	False	0.9953211545944214	0					non-mobilizable	no_good_hit	1063.0	90.781	88.0	0.09651227163683336	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0002_000000037941	1217	0.7278814612439848	3	2	1	1	2	False	20126	fragment	False	MAD0002_000000037941	1.0		0	0	False	False	0.9819227457046509	0					non-mobilizable	no_good_hit								True	False
ISR0088_000000018925	1319	0.7278768387635333	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.9512873305252997		0	0	False	False	0.999241828918457	0					non-mobilizable	other	1253.0	96.80799999999999	98.0	0.015070356416336651	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
ENG0119_000000004954	6300	0.7278721121027107	9	7	6	7	7	False	121733	fragment	False	ENG0119_000000004954	0.9674070497344278		0	0	False	False	0.9953968524932861	0					non-mobilizable	no_good_hit	1109.0	77.908	43.0	0.00030801104118411137	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0033_000000000900	6826	0.727870787363441	9	4	1	2	3	True	88369	fragment	False	CHI0033_000000000900	1.0		0	0	False	False	0.9998534917831421	0					non-mobilizable	other	6850.0	90.42299999999999	99.0	0.15549714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0053_000000002654	6708	0.727870787363441	9	4	1	2	3	True	113134	fragment	False	ISR0042_000000002093	0.29548043166875576		0	0	False	False	1.0	0					non-mobilizable	other	6709.0	95.70700000000001	100.0	0.15318857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0126_000000005062	6614	0.727870787363441	7	4	1	2	3	True	113134	fragment	False	ISR0042_000000002093	0.2690791747871959		0	0	False	False	0.9996976256370544	0					non-mobilizable	other	6607.0	95.20200000000001	99.0	0.15083428571428573	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CHI0061_000000000732	6279	0.727870787363441	9	4	1	2	3	True	113134	fragment	False	ISR0042_000000002093	0.20446932611429264		0	0	False	False	1.0	0					non-mobilizable	other	6282.0	95.22399999999999	100.0	0.14326857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0026_000000001763	6059	0.727870787363441	8	4	1	2	3	True	113134	fragment	False	ISR0042_000000002093	0.18735114146933285		0	0	False	False	1.0	0					non-mobilizable	other	6061.0	94.522	99.0	0.13821714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0114_000000006198	5755	0.727870787363441	8	4	1	2	3	True	113134	fragment	False	ISR0042_000000002093	0.11464672189692846		0	0	False	False	1.0	0					non-mobilizable	other	5756.0	95.431	100.0	0.13138285714285713	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0082_000000004475	5751	0.727870787363441	8	4	1	2	3	True	113134	fragment	False	ISR0042_000000002093	0.1145569808531055		0	0	False	False	0.9991306066513062	0					non-mobilizable	other	5752.0	95.34100000000001	100.0	0.13129142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0133_000000006517	5600	0.727870787363441	8	4	1	2	3	True	113134	fragment	False	ISR0042_000000002093	0.10002495046492955		0	0	False	False	0.9994642734527588	0					non-mobilizable	other	4824.0	95.792	100.0	0.11005714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ENG0087_000000014091	1873	0.7278706603148106	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.426808003230296		0	0	False	False	1.0	0					non-mobilizable	other	1873.0	96.95700000000001	100.0	0.04259259259259259	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0106_000000033485	1320	0.7278676860376915	3	3	3	3	2	False	42899	fragment	False	MAD0100_000000023377	0.7265507359211872		0	0	False	False	0.967424213886261	0					non-mobilizable	other	1321.0	94.171	100.0	0.0036099897365720153	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0129_000000006967	3163	0.7278657166775029	5	3	2	2	2	False	81281	maximal	False	MON0004_000000011288	0.9570170109356015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	502.0	86.65299999999999	24.0	7.840212701834515e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
MAD0102_000000005098	3317	0.7278649203526479	3	3	3	3	3	False	15466	maximal	True	MAD0102_000000005098	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	83.721	89.0	0.0015750972854205701	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
USA0005_01_000000024930	1219	0.7278644068247073	4	3	2	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.1299581450088501		0	0	False	False	1.0	0					non-mobilizable	chromosome	1219.0	98.195	100.0	0.00034644889878742883	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MAD0086_000000001080	5483	0.7278633690579732	9	6	5	6	4	False	16043	maximal	True	MAD0086_000000001080	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0004698593902269247	NZ_FODD01000046.1	high GC Gram+	Streptomyces rubidus strain CGMCC 4.2026, whole genome shotgun sequence	True	False
ISR0050_000000018381	1551	0.7278625015620802	2	1	1	1	1	True	35909	fragment	False	ISR0050_000000018381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0097_000000005221	4712	0.7278602706980961	5	4	4	4	3	True	68189	fragment	False	ISR0097_000000005221	1.0		0	0	False	False	0.9995755553245544	0					non-mobilizable	no_good_hit	2373.0	99.74700000000001	57.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MON0015_000000009723	3749	0.7278564139684464	6	4	2	3	3	False	77578	fragment	False	MON0015_000000009723	0.9960926254190442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	83.09899999999999	55.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0041_000000018551	3097	0.7278564139684464	5	4	2	3	3	False	54955	fragment	False	MON0041_000000018551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	75.702	46.0	0.09140782573618395	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0048_000000029270	1399	0.7278548853546158	2	1	1	1	1	True	91775	fragment	False	USA0036_01_000000019659	0.303610490986135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	98.0	4.0	0.0016170549798693156	NZ_CACWQI010000016.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	True
SPA0018_000000020244	1481	0.7278498637117997	2	2	2	2	2	False	7793	maximal	True	SPA0018_000000020244	1.0		33	5	False	False	0.9972991347312927	0					non-mobilizable	no_good_hit	313.0	74.12100000000001	21.0	8.65782788739256e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0331_000000020796	1218	0.7278421682065729	1	1	1	1	1	False	87034	fragment	False	CHI0046_000000009244	0.9699674592885811		0	0	False	False	0.9909688234329224	0					non-mobilizable	other	1218.0	99.75399999999999	100.0	0.0005054935560994007	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
FIJ0017_000000003475	7714	0.7278414425539634	5	4	4	4	3	False	50170	maximal	True	FIJ0017_000000003475	1.0		1	1	False	False	0.999740719795227	0					non-mobilizable	no_good_hit	1920.0	77.44800000000001	25.0	0.0008002008546483837	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
ENG0067_000000002887	8971	0.7278404090975057	8	4	4	3	4	True	62691	maximal	True	ENG0067_000000002887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0041_000000013668	1799	0.7278375567745015	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.5126991543103806		0	0	False	False	0.9988882541656494	0					non-mobilizable	other	1800.0	97.27799999999999	100.0	0.005114035312143773	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ENG0155_000000012758	1593	0.7278320855882741	1	1	1	1	1	False	117884	maximal	False	ENG0141_000000017360	0.9413687834664487		0	0	False	False	0.9987444877624512	0					non-mobilizable	other	1378.0	74.601	92.0	0.006784713706019003	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
ENG0047_000000004737	3544	0.7278318096647864	6	4	2	4	3	False	64367	fragment	False	ENG0047_000000004737	1.0		0	0	False	False	0.9991534948348999	0					non-mobilizable	other	3544.0	99.54899999999999	100.0	0.0015560958727225134	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0052_000000003948	3948	0.7278307823252774	4	4	4	3	4	True	86514	maximal	True	CHI0052_000000003948	1.0		23	10	False	False	1.0	0					non-mobilizable	other	3968.0	96.699	100.0	0.0018200446358487743	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	True
USA0025_01_000000006784	2352	0.7278306039869497	3	3	3	2	2	False	85733	maximal	True	USA0025_01_000000006784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1254.0	83.493	53.0	0.09738383443967201	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
CHI0071_000000002216	4770	0.7278273665067941	5	4	4	4	4	True	89290	fragment	False	SPA0134_000000005699	0.9570125541797395		0	0	False	False	0.9993710517883301	0					non-mobilizable	plasmid	4770.0	100.0	100.0	0.03726654684691725	KP008371.1	enterobacteria	Klebsiella pneumoniae strain 565 plasmid PKPCAPSS, complete sequence	False	True
MAD0035_000000003864	5912	0.7278141542549621	11	4	2	4	2	True	110679	fragment	False	CAN0012_000000009407	0.5581107107025173		0	0	False	False	1.0	0					non-mobilizable	other	3802.0	99.79	100.0	0.0010178780736851605	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0005_000000001265	10887	0.727812951150557	15	6	2	2	5	False	109028	maximal	True	MAD0005_000000001265	1.0	PS681	1	1	True	True	1.0	12					non-mobilizable	no_good_hit								True	True
SPA0128_000000030010	1255	0.7278108111783209	2	2	2	2	1	False	3859	fragment	False	SPA0128_000000030010	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	94.805	98.0	0.00032761222847905693	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0013_000000005971	3934	0.7278088349896538	3	2	2	2	2	False	38119	maximal	True	ISR0013_000000005971	1.0		1	1	False	False	0.999745786190033	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.967137947532477e-06	CP021436.1	firmicutes	Bacillus thuringiensis strain C15 chromosome, complete genome	True	False
SPA0101_000000018641	2322	0.7278036470464289	4	3	2	2	3	False	94131	fragment	False	CHI0071_000000004336	0.9211137410364219		0	0	False	False	0.9995693564414978	0					non-mobilizable	chromosome	2323.0	95.738	100.0	0.0003577547306936141	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0228_000000009620	2697	0.7278004242718833	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9028948510175785	PS721	0	0	False	True	0.9988876581192017	0					non-mobilizable	other	2639.0	73.778	96.0	0.3155393053016453	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MAD0036_000000020804	1502	0.7277896811653565	3	2	2	2	2	False	70130	fragment	False	DEN0082_000000023637	0.5871674619034025		0	0	False	False	0.9940080046653748	0					non-mobilizable	no_good_hit	521.0	78.311	34.0	0.00014373155643099446	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0104_000000006082	5147	0.7277836654257345	7	4	4	3	3	False	108020	maximal	True	AST0104_000000006082	1.0		20	7	False	False	0.9992228746414185	0					non-mobilizable	no_good_hit	308.0	84.74	6.0	0.0014224882887975572	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
CAN0020_000000011695	3171	0.7277820634072131	6	5	4	4	2	False	111486	fragment	False	CAN0020_000000011695	0.981618832634634		0	0	False	False	1.0	0					non-mobilizable	other	3050.0	99.541	100.0	0.0005815129980265939	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0347_000000020167	1112	0.7277770600049327	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.09144476333415216		0	0	False	False	1.0	0					non-mobilizable	other	1059.0	96.978	95.0	0.0002938056439564346	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0126_000000038123	1107	0.7277770600049327	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.09108557196336817		0	0	False	False	0.9981933236122131	0					non-mobilizable	other	1050.0	96.381	95.0	0.0002913063520891303	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0179_000000014487	1587	0.7277695372332349	2	2	2	2	2	False	93447	fragment	False	ISR0784_000000007479	0.9615623062616243		0	0	False	False	0.9949590563774109	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000025908	1257	0.7277668524745237	3	2	2	2	2	False	957	maximal	True	USA0057_01_000000025908	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1176.0	88.52	93.0	0.0003701396685593331	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MAD0030_000000008044	1488	0.7277621689140521	1	1	1	1	1	False	64834	maximal	False	MAD0049_000000011681	0.9136492174108983		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	90.285	99.0	0.11330201032118925	NZ_CBYM010000053.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
FIJ0031_000000011931	2040	0.7277597557958009	3	3	1	3	3	False	48574	fragment	False	FIJ0031_000000011931	1.0		0	0	False	False	1.0	0	IncFII,rep_cluster_2183				non-mobilizable	plasmid	2040.0	98.92200000000001	100.0	0.013414650192765694	CP029598.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain ATCC 700603 plasmid pDA33145-152, complete sequence	False	True
CHI0130_000000008609	1885	0.7277564161103268	4	4	2	4	2	False	113677	fragment	False	SPA0108_000000014659	0.9375637104994903		0	0	False	False	0.9978779554367065	0					non-mobilizable	other	1885.0	94.005	100.0	0.0005857981133754229	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
TAN0005_000000012048	1521	0.7277519441411933	3	3	3	2	2	False	61139	maximal	True	TAN0005_000000012048	1.0	PS269	5	3	False	True	0.9894806146621704	0					non-mobilizable	no_good_hit	562.0	97.509	37.0	0.0033902197297493294	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
DEN0011_000000034532	1363	0.7277517809860301	3	2	2	2	1	False	75595	maximal	True	DEN0011_000000034532	1.0		1	1	False	False	0.9875274896621704	0					non-mobilizable	no_good_hit	41.0	97.561	3.0	0.0005665882886200743	NZ_SLZT01000033.1	proteobacteria	Pseudobacteriovorax antillogorgiicola strain DSM 103413 Ga0244732_133, whole genome shotgun sequence	True	False
USA0072_01_000000014198	1215	0.7277517809860301	2	2	2	2	1	False	718	fragment	False	USA0072_01_000000014198	1.0		0	0	False	False	0.978600800037384	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0002852895689124461	NZ_SPGG01000012.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_12_length_133198_cov_35.4223, whole genome shotgun sequence	True	False
ISR0387_000000019606	1218	0.727747845590977	2	2	2	2	2	False	93788	fragment	False	CAN0017_000000025884	0.9582182778454378		0	0	False	False	0.9950739145278931	0					non-mobilizable	other	1185.0	79.831	97.0	0.0003265741373277571	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0012_000000016759	1355	0.7277428895976833	3	3	3	3	3	False	102736	maximal	True	ISR0012_000000016759	0.9428353658536586		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	81.944	32.0	7.883192552344584e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ISR0809_000000005203	1246	0.7277420702326092	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.14600241608878428	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1213.0	82.68799999999999	96.0	0.014249929104830325	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
DEN0017_000000000030	97073	0.7277419849534295	93	14	5	12	4	True	127415	maximal	False	SPA0046_000000000019	0.9201548584294279		0	0	True	True	1.0	1490					non-mobilizable	virus	22192.0	97.184	98.0	0.22432183768590697	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
CAN0004_000000022541	1282	0.7277396658532015	2	2	2	2	2	False	96064	maximal	True	CAN0004_000000022541	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	100.0	54.0	0.0002781613215074575	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
CHI0070_000000006612	1814	0.7277333356847953	3	3	3	2	2	False	125469	maximal	True	CHI0070_000000006612	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	84.83200000000001	62.0	0.00031570608406730104	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0206_000000003759	6501	0.7277296955896045	7	2	0	1	2	False	130585	maximal	True	ISR0206_000000003759	1.0	PS1004|PS1005|PS1006|PS1103	1	1	True	True	1.0	157					non-mobilizable	no_good_hit	2454.0	90.66799999999999	64.0	0.4366423097487079	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0349_000000001621	5468	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.5851943313596869	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9985369443893433	10					non-mobilizable	no_good_hit	1631.0	99.264	76.0	0.2903225806451613	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0033_000000001160	5448	0.7277296955896045	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.5392686741654587	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1214.0	95.305	62.0	0.2049306625577812	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0140_000000005570	5287	0.7277296955896045	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.614580704276008	PS879|PS961	0	0	True	True	1.0	369					non-mobilizable	no_good_hit	1405.0	95.516	65.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
TAN0015_000000000727	5283	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8310892384929329	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2212.0	88.87899999999999	68.0	0.39226519337016574	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
TAN0019_000000000977	5283	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8310892384929329	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2212.0	88.87899999999999	68.0	0.39226519337016574	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0345_000000001206	5268	0.7277296955896045	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.5940623803064732	PS879|PS961	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1403.0	94.512	64.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0134_000000002373	5261	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8210577567944107	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.998669445514679	30					non-mobilizable	no_good_hit	1273.0	97.958	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0003_000000004628	5240	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8360293671937206	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1272.0	98.035	70.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0028_000000003367	5213	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8153646066778697	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1414.0	99.22200000000001	71.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0328_000000004941	5208	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.823598603962807	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1952.0	89.54899999999999	73.0	0.3466405275351987	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0009_000000005344	5198	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8348677067627976	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	2302.0	89.40100000000001	73.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0028_000000002087	5185	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8206518378453184	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	93					non-mobilizable	no_good_hit	1906.0	89.76899999999999	73.0	0.3389770094457316	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0092_000000005555	5185	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8276017652937088	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	2248.0	88.70100000000001	73.0	0.39885938335412585	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0166_000000003091	5185	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8307133986052431	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	288					non-mobilizable	no_good_hit	1615.0	95.046	73.0	0.2858670468722153	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0036_000000001570	5185	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.836217132344521	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0138_000000005566	5184	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8335843779272769	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	2300.0	88.478	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0352_000000001458	5174	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.6626073477161847	PS1004|PS1005|PS1006|PS1103	0	0	False	True	0.9996134638786316	0					non-mobilizable	no_good_hit	2094.0	90.59200000000001	67.0	0.37248262341828553	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0080_000000007698	5173	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.82274115258947	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	2303.0	86.149	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0233_000000001659	5168	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.7949981594734007	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9998065233230591	1					non-mobilizable	no_good_hit	1414.0	99.29299999999999	72.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0026_000000004321	5166	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8307676464937523	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	40					non-mobilizable	no_good_hit	1615.0	95.10799999999999	73.0	0.2858670468722153	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0005_000000005745	5165	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8206004302584825	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	1908.0	89.78	73.0	0.33933345214756727	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0009_000000006525	5165	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8361106738086296	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	237					non-mobilizable	no_good_hit	2275.0	88.92299999999999	71.0	0.40331491712707185	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0036_000000004199	5165	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8307148720438438	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0029_000000004585	5165	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8310348678807631	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9998064041137695	50					non-mobilizable	no_good_hit	1623.0	94.948	73.0	0.287292817679558	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0081_000000004423	5165	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8359957514960927	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9998064041137695	14					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0160_000000004255	5165	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8309670028045051	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1949.0	89.944	73.0	0.3466405275351987	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0003_000000003384	5165	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8360869619565902	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0264_000000001668	5165	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8358297533631782	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0092_000000003367	5165	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8355684311409163	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	1290					non-mobilizable	no_good_hit	1536.0	94.792	73.0	0.27178756014970595	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0124_000000005522	5165	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8361491792636349	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	113					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
DEN0064_000000006516	5165	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8359910494530062	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9998064041137695	36					non-mobilizable	no_good_hit	2302.0	88.662	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0101_000000005655	5165	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8309751107705033	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0344_000000005648	5165	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8359226289768413	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	712					non-mobilizable	no_good_hit	1272.0	98.113	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0024_000000005232	5165	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.830963559831276	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0009_000000002463	5164	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8313243520553918	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1273.0	97.87899999999999	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0032_000000005978	5164	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8340568799763176	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	2300.0	88.696	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0201_000000001830	5164	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8326760116699645	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	2176					non-mobilizable	no_good_hit	1273.0	97.87899999999999	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
DEN0041_000000006298	5164	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8281576450125454	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	124					non-mobilizable	no_good_hit	2300.0	88.435	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0293_000000007064	5164	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8335446803548572	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1273.0	97.87899999999999	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CAN0019_000000001148	5162	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8369234655727094	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	1414.0	99.36399999999999	73.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0124_000000003244	5162	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.7179190536003447	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1417.0	94.77799999999999	73.0	0.2511138834432365	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CAN0020_000000006992	5162	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8371245490834442	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	2274.0	88.698	71.0	0.40331491712707185	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0003_01_000000007542	5161	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8205872751262002	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9926370978355408	3					non-mobilizable	no_good_hit	1868.0	89.29299999999999	73.0	0.331848155409018	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0275_000000002597	5161	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8361151428243917	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1414.0	99.22200000000001	73.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0006_01_000000004679	5154	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8384199631660902	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0026_000000002214	5153	0.7277296955896045	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.7117146201104099	PS879|PS961	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1403.0	95.866	68.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
SPA0022_000000002548	5147	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8206427998981267	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9994171261787415	21					non-mobilizable	no_good_hit	1929.0	89.839	73.0	0.3430761005168419	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0014_000000003792	5145	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8308708755853424	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	1606.0	95.01899999999999	73.0	0.28426305471395474	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0084_01_000000006105	5145	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8196475741393275	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9974732995033264	4					non-mobilizable	no_good_hit	2302.0	88.705	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0854_000000001325	5145	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8323871080282963	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9998056292533875	27					non-mobilizable	no_good_hit	2300.0	88.565	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0168_000000003524	5145	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8359717978865188	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9998056292533875	5					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0091_000000004994	5145	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8357882223409844	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0059_01_000000005101	5145	0.7277296955896045	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.650583775969018	PS879|PS961	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1527.0	93.779	70.0	0.2595445985276494	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0100_000000005619	5145	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8357956238316426	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9988338351249695	20					non-mobilizable	no_good_hit	1272.0	98.113	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0021_000000002633	5145	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8089382548863431	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1906.0	89.454	73.0	0.3389770094457316	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0126_000000006598	5145	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8360879263703673	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1272.0	98.035	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0157_000000005446	5144	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8332818624752071	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1273.0	97.87899999999999	73.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0040_000000003461	5142	0.7277296955896045	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6461401028232088	PS879|PS961	0	0	True	True	1.0	83					non-mobilizable	no_good_hit	1402.0	96.86200000000001	68.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ETH0003_000000006022	5141	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8358746667338408	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	2301.0	88.005	72.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0083_000000001611	5137	0.7277296955896045	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.650990947040073	PS879|PS961	0	0	True	True	0.9992213249206543	4					non-mobilizable	no_good_hit	1403.0	94.654	66.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0133_000000004683	5132	0.7277296955896045	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.26710635075119354	PS879|PS961	0	0	True	True	1.0	250					non-mobilizable	no_good_hit	1215.0	94.40299999999999	66.0	0.2049306625577812	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0071_000000007001	5126	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.7951665122097862	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1874.0	89.594	72.0	0.3332739262163607	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0089_000000003713	5125	0.7277296955896045	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6547730512191621	PS879|PS961	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1403.0	94.654	68.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0117_000000003019	5118	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8113157038242937	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2278.0	87.709	71.0	0.40331491712707185	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0017_000000003699	5117	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.657846631796865	PS1004|PS1005|PS1006|PS1103	0	0	False	True	0.9978502988815308	0					non-mobilizable	no_good_hit	2326.0	92.26100000000001	74.0	0.41382997683122436	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0155_000000003176	5106	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8359204644991568	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	88					non-mobilizable	no_good_hit	2302.0	88.662	72.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0002_000000003722	5097	0.7277296955896045	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.28821681246417424	PS879|PS961	0	0	True	True	0.9972532987594604	13					non-mobilizable	no_good_hit	1199.0	97.99799999999999	64.0	0.2049306625577812	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0127_000000003594	5081	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.7992568961176448	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	2302.0	88.662	72.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0087_000000005439	5075	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.7880036279267186	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1413.0	97.24	73.0	0.25164854749599	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0136_000000007391	5027	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.6757398741749648	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	110					non-mobilizable	no_good_hit	1623.0	94.948	75.0	0.287292817679558	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0075_000000003537	4963	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.6579256886331382	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1953.0	89.913	71.0	0.34735341293887007	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0333_000000003637	4895	0.7277296955896045	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.2860003122348234	PS879|PS961	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1403.0	95.15299999999999	66.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0802_000000002548	4868	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.6321291461269147	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1273.0	98.036	70.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0117_000000005598	4857	0.7277296955896045	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.6566973924566096	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1272.0	97.956	71.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0183_000000000752	4826	0.7277296955896045	6	2	0	1	2	False	127304	backbone	False	ISR0832_000000002251	0.35503969787373413	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	4826.0	100.0	100.0	0.8612995358800428	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0019_000000003253	4772	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.6384693483001137	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1414.0	98.868	71.0	0.25182676884690786	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AST0003_000000007529	4698	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.49732423733451137	PS1004|PS1005|PS1006|PS1103	0	0	False	True	0.9995743036270142	0					non-mobilizable	no_good_hit	1272.0	98.035	70.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0815_000000006335	4655	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.45280090032257153	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1272.0	98.035	70.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0120_000000006428	4401	0.7277296955896045	4	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.09162685630550378	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1272.0	97.87700000000001	68.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0095_000000007014	4165	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.04438111841717366	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1272.0	98.035	64.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0125_000000008906	4064	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.03864178819125466	PS1004|PS1005|PS1006|PS1103	0	0	False	True	0.9997539520263672	0					non-mobilizable	no_good_hit	1272.0	98.035	65.0	0.22634111566565673	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0083_000000006199	3798	0.7277296955896045	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.0376886398531126	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1412.0	97.663	69.0	0.2511138834432365	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0122_000000004082	3298	0.7277296955896045	5	2	0	1	2	False	123183	fragment	False	CHI0122_000000004082	0.9705372065809549		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1956.0	87.065	58.0	0.2379845909257674	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0034_000000004695	3236	0.7277296955896045	4	2	0	1	2	False	123183	fragment	False	CHI0122_000000004082	0.9351745363844977		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1965.0	99.84700000000001	61.0	0.24018588724471077	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
CHI0144_000000004365	3226	0.7277296955896045	4	2	0	1	2	False	123183	fragment	False	CHI0122_000000004082	0.962555123868007		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1956.0	87.014	60.0	0.2379845909257674	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0163_000000000242	39789	0.7277278386962626	41	15	10	13	8	False	72785	maximal	True	ENG0163_000000000242	1.0		1	1	False	False	0.9999748468399048	0					non-mobilizable	no_good_hit	88.0	94.318	0.0	0.000606885005754944	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
AST0150_000000016147	1725	0.7277224805186281	3	3	3	3	2	False	119436	fragment	False	CHI0024_000000003275	0.03522523162251473		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	99.82600000000001	100.0	0.018001837774622	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
SPA0102_000000010764	3400	0.7277205300269747	5	4	4	3	3	False	125355	fragment	False	SPA0102_000000010764	0.9843313682904127		0	0	False	False	0.9976470470428467	0					non-mobilizable	other	3400.0	99.118	99.0	0.013395254794174328	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0109_000000009475	3585	0.7277140870775892	2	2	2	2	1	False	8508	maximal	True	MON0109_000000009475	1.0		11	4	False	False	0.9933054447174072	0					non-mobilizable	other	3458.0	97.773	96.0	0.044490896656731053	NZ_CYYU01000010.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0055_000000006908	2801	0.7277042523843004	4	4	4	4	2	False	63660	fragment	False	ENG0191_000000010395	0.9851879013667576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	75.156	28.0	0.00027014013647003974	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0020_000000017718	1859	0.727696509945491	1	1	1	1	1	False	110104	fragment	False	ISR0260_000000007305	0.9629152562407518		0	0	False	False	0.9994620680809021	0					non-mobilizable	chromosome	1621.0	89.45100000000001	100.0	0.00045994077942469004	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0791_000000012729	1449	0.727696509945491	2	1	1	1	1	False	33779	maximal	False	ISR0830_000000020560	0.972551366901799		0	0	False	False	0.9717046022415161	0					non-mobilizable	other	1317.0	73.88	90.0	0.007576549273696311	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	False	False
ISR0152_000000008720	2699	0.7276957059409083	4	2	2	2	1	False	30726	maximal	True	ISR0152_000000008720	1.0		1	1	False	False	0.9881437420845032	0					non-mobilizable	no_good_hit	197.0	87.31	7.0	0.0002292429340274104	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0004_000000011274	3294	0.7276945915087554	6	4	2	3	3	False	14251	maximal	True	MON0004_000000011274	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	80.932	35.0	0.11145480908651523	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	False
MON0041_000000028397	2229	0.7276895757473781	2	2	2	2	2	False	11813	maximal	True	MON0041_000000028397	1.0		1	1	False	False	0.9968595504760742	0					non-mobilizable	no_good_hit	1997.0	77.016	88.0	0.0007500736951209075	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
ENG0047_000000018254	1193	0.7276827710328521	3	1	1	1	0	True	64290	fragment	False	ENG0047_000000018254	1.0		0	0	False	False	0.9949706792831421	0					non-mobilizable	no_good_hit	214.0	97.664	18.0	0.02670846394984326	NZ_SRYX01000107.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_107_length_7975_cov_312.391, whole genome shotgun sequence	True	True
ENG0108_000000001088	21046	0.7276814239344734	19	13	7	13	4	True	108549	maximal	True	ENG0108_000000001088	1.0		4	3	False	False	0.9998099207878113	0					non-mobilizable	other	8106.0	98.29799999999999	99.0	0.004680953054747803	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0116_000000006145	3692	0.7276785585213316	4	4	3	4	3	False	96455	maximal	True	ENG0116_000000006145	1.0		45	6	False	False	1.0	0					non-mobilizable	no_good_hit	2001.0	97.851	55.0	0.006677149791839855	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
USA0037_01_000000019949	1697	0.7276659401278057	2	2	2	2	2	False	95498	fragment	False	ISR0110_000000013767	0.9744568408690546		0	0	False	False	0.9988214373588562	0					non-mobilizable	other	1707.0	81.605	100.0	0.0005112822444382929	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ENG0117_000000003923	5380	0.7276529707366317	5	4	3	3	4	False	94152	fragment	False	ENG0117_000000003923	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5380.0	99.98100000000001	100.0	0.0008291093047828309	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0179_000000001701	7931	0.7276529047621069	8	7	7	7	5	False	77590	maximal	True	CHI0179_000000001701	1.0		6	3	False	False	0.9983608722686768	0					non-mobilizable	no_good_hit	5153.0	95.459	89.0	0.009819775974984	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0013_000000017310	1581	0.7276511619217522	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.07181971882951992		0	0	False	False	1.0	0					non-mobilizable	other	1583.0	93.809	100.0	0.00047102042355329546	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
AST0059_000000007499	1982	0.7276475801280687	4	3	1	2	2	False	112679	fragment	False	AST0059_000000007499	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1983.0	94.95700000000001	100.0	0.18278280125484406	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0002_000000007782	2754	0.7276470179405549	4	3	3	3	2	False	124101	maximal	True	ENG0002_000000007782	1.0		0	0	False	False	0.9927378296852112	0					non-mobilizable	no_good_hit	2209.0	98.551	80.0	0.0006205185939183557	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0055_000000020695	1489	0.7276420538536209	2	2	2	2	1	False	6394	maximal	True	SPA0055_000000020695	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	94.211	80.0	0.00051640059678739	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ENG0045_000000003797	3285	0.7276405101678216	3	3	3	3	3	False	107262	maximal	True	ENG0045_000000003797	1.0		30	4	False	False	0.9872146248817444	0					non-mobilizable	no_good_hit	2540.0	96.181	77.0	0.0007990259133402025	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0122_000000006424	2184	0.7276368361379968	4	3	1	2	3	False	109872	fragment	False	FIJ0150_000000010948	0.9879253910557356		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	2188.0	99.771	100.0	0.540687608211724	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
SPA0136_000000001135	22425	0.7276338522154138	21	10	6	10	4	True	104231	maximal	True	SPA0136_000000001135	1.0		1	1	False	False	0.999955415725708	0					non-mobilizable	no_good_hit	109.0	94.495	0.0	3.0351452963397833e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0041_000000027821	1346	0.7276321107973507	1	1	1	1	1	False	64834	maximal	False	MAD0049_000000011681	0.545882259163973		0	0	False	False	0.9977712035179138	0					non-mobilizable	other	1346.0	90.26700000000001	100.0	0.10359701147654625	NZ_CBYM010000053.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
CHI0147_000000013110	1430	0.7276293212019697	2	2	2	2	2	False	91747	maximal	True	CHI0147_000000013110	0.9282262257366195		127	8	False	False	0.9993007183074951	0					non-mobilizable	other	1430.0	99.37100000000001	100.0	0.0006027048753721038	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	False	False
MAD0049_000000000507	18918	0.7276292599897165	28	6	1	6	3	False	17505	maximal	True	MAD0049_000000000507	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.006973848069738481	XM_030363939.1	bony fishes	PREDICTED: Gadus morhua polo like kinase 3 (plk3), mRNA	True	False
FIJ0099_000000012572	1762	0.727624931115597	3	1	1	1	1	True	42774	maximal	True	FIJ0099_000000012572	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0005_000000000683	14720	0.7276241532308395	14	10	6	9	6	False	116999	maximal	True	CHI0005_000000000683	1.0		2	2	False	False	0.999184787273407	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	6.161289995810142e-07	CP048845.1	bivalves	Crassostrea gigas strain QD chromosome 7	True	False
USA0047_01_000000012711	2806	0.7276212343907601	4	3	2	2	2	False	1172	maximal	True	USA0047_01_000000012711	1.0		3	3	False	False	0.9878830909729004	0					non-mobilizable	no_good_hit								True	False
ISR0335_000000014421	1358	0.7276171270167962	1	1	1	1	1	False	77775	maximal	True	ISR0335_000000014421	1.0		77	9	False	False	0.9882179498672485	0					non-mobilizable	other	1376.0	75.79899999999999	100.0	0.006393771714141989	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
SPA0097_000000004230	6685	0.7276130542175209	7	6	5	6	5	False	120678	maximal	True	SPA0097_000000004230	1.0		29	6	False	False	0.9967090487480164	0					non-mobilizable	no_good_hit	2320.0	75.172	34.0	0.004020878512152629	NZ_FOZH01000003.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0062_000000029290	1322	0.7276115345078046	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8726367088277186		0	0	False	False	0.9939485788345337	0					non-mobilizable	chromosome	1209.0	95.368	100.0	0.0003436044907514073	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0224_000000006907	4010	0.7276082999848421	3	3	3	3	3	False	53638	fragment	False	ISR0224_000000006907	1.0		0	0	False	False	0.9967581033706665	0					non-mobilizable	no_good_hit	1163.0	85.727	29.0	0.02878787878787879	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0134_000000012625	2187	0.7276070719899471	2	2	2	2	2	False	97183	fragment	False	SPA0134_000000012625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	79.664	73.0	0.0002550971102145707	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
AUS0014_000000013066	2263	0.7276025732734926	4	4	3	4	3	False	100864	fragment	False	AUS0014_000000013066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	74.76100000000001	23.0	0.0037177916747254637	NZ_MCIA01000013.1	firmicutes	Lacrimispora algidixylanolytica strain SPL73 contig_20, whole genome shotgun sequence	True	False
MON0032_000000016300	1789	0.7276015686445891	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.6003297717967091		0	0	False	False	0.9994410276412964	0					non-mobilizable	other	1787.0	91.382	99.0	0.0005553104792220551	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0070_000000027190	1286	0.7276015686445891	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.2523120655578228		0	0	False	False	0.996889591217041	0					non-mobilizable	chromosome	1282.0	93.292	99.0	0.00045132357077046475	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0104_000000025764	1362	0.7275996865386399	4	1	1	1	1	False	107702	maximal	True	AST0104_000000025764	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0098_000000005937	1538	0.7275939977509597	2	2	2	1	2	False	83397	fragment	False	CHI0098_000000005937	1.0		0	0	False	False	0.99934983253479	0					non-mobilizable	chromosome	1537.0	99.28399999999999	99.0	0.0006089011356244031	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0092_000000007012	2588	0.7275934688697463	4	3	3	3	1	False	15717	maximal	True	MAD0092_000000007012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1890.0	72.646	72.0	0.00028648648482314	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
FIJ0090_000000019019	2294	0.7275928933407445	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.3478939892104724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	85.35600000000001	79.0	0.0003556936571599707	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0025_000000009164	3673	0.7275912429446972	7	3	2	3	1	True	120492	fragment	False	AST0025_000000009164	1.0		0	0	False	False	0.9994555115699768	0					non-mobilizable	no_good_hit								True	True
ENG0006_000000007111	3435	0.7275912429446972	3	3	2	3	1	True	68729	fragment	False	ENG0006_000000007111	1.0		0	0	False	False	0.9930130839347839	0					non-mobilizable	no_good_hit								True	True
SPA0027_000000010552	3427	0.7275912429446972	4	3	2	3	1	True	68728	fragment	False	SPA0027_000000010552	1.0		0	0	False	False	0.9932885766029358	0					non-mobilizable	no_good_hit								True	True
DEN0024_000000002122	3084	0.7275912429446972	4	3	2	3	1	True	99826	fragment	False	DEN0024_000000002122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000013498	2405	0.7275912429446972	3	3	2	3	1	True	68727	fragment	False	ENG0101_000000013498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0842_000000013615	1673	0.7275912429446972	3	3	2	3	1	True	32065	fragment	False	ISR0842_000000013615	1.0		0	0	False	False	0.990436315536499	0					non-mobilizable	no_good_hit								True	True
MAD0099_000000020248	1556	0.7275843900629299	2	2	2	2	2	False	21855	fragment	False	MAD0099_000000020248	0.9551407989521938		0	0	False	False	0.9993573427200317	0					non-mobilizable	no_good_hit	190.0	81.053	12.0	6.079400834840049e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
TAN0007_000000003030	8775	0.727577179218249	8	4	3	4	3	True	101296	fragment	False	TAN0007_000000003030	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5813.0	97.11	96.0	0.05014483201221099	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0192_000000010583	2051	0.7275769016770323	4	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06908772278062406		0	0	False	False	1.0	0		MOBV			mobilizable	other	2051.0	97.708	100.0	0.04529185630330078	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CAN0017_000000017834	1975	0.7275769016770323	4	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05418472728994619		0	0	False	False	1.0	0		MOBV			mobilizable	other	1978.0	87.007	100.0	0.0005161742453406829	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	True
ISR0393_000000011070	1615	0.7275744940636967	3	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.7991338430067375		0	0	False	False	0.9993808269500732	0					non-mobilizable	no_good_hit	57.0	94.73700000000001	4.0	0.0001871352988210476	NZ_PYLQ01000002.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_1, whole genome shotgun sequence	True	False
ISR0049_000000022667	1296	0.7275744940636967	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.5105596292752269		0	0	False	False	0.9907407164573669	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	0.00048274682945962527	NZ_LOBQ01000088.1	g-proteobacteria	Vibrio cidicii strain 2423-01, whole genome shotgun sequence	True	False
ISR0084_000000021247	1318	0.7275739449354836	2	2	2	1	1	False	34029	fragment	False	ISR0084_000000021247	1.0		0	0	False	False	0.9863429665565491	0					non-mobilizable	no_good_hit	223.0	86.54700000000001	17.0	0.0023253122336675753	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0260_000000012378	1318	0.7275739449354836	2	2	2	1	1	False	34029	fragment	False	ISR0084_000000021247	1.0		0	0	False	False	0.9977238178253174	0					non-mobilizable	no_good_hit	223.0	86.54700000000001	17.0	0.0023253122336675753	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
DEN0082_000000028993	1463	0.7275723397027322	2	2	2	1	1	False	69195	maximal	True	DEN0082_000000028993	1.0		1	1	False	False	0.9883800148963928	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000017393	2260	0.7275716358345758	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.24173698715201788		0	0	False	False	0.9991150498390198	0					non-mobilizable	no_good_hit	1217.0	85.785	79.0	0.0003397545545985569	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0029_000000008582	3038	0.7275681540747624	2	2	2	2	2	False	12562	maximal	True	MON0029_000000008582	1.0		112	11	False	False	0.9983541965484619	0					non-mobilizable	no_good_hit	2123.0	77.202	69.0	0.01215150776233439	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
ENG0113_000000000895	22418	0.7275667909255774	20	9	7	8	2	True	59632	fragment	False	ENG0113_000000000895	1.0		0	0	False	False	0.9994646906852722	0					non-mobilizable	no_good_hit	174.0	78.161	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
SPA0052_000000022350	1198	0.727565697609341	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.07791507434265947		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	100.0	100.0	0.006100668678137486	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	True
ENG0125_000000022298	1204	0.7275652718295691	1	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.03955338173973197	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1210.0	74.298	99.0	0.14527726995734308	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0068_000000022090	1458	0.7275550144430571	2	2	1	2	2	False	45460	fragment	False	FIJ0068_000000022090	0.9831578947368421		0	0	False	False	1.0	0					non-mobilizable	plasmid	1458.0	100.0	100.0	0.009510381786019673	MK167989.1	enterobacteria	Klebsiella pneumoniae strain 6YF2CTX plasmid pHNYF2-1, complete sequence	False	True
FIJ0064_000000018359	1425	0.7275550144430571	2	2	1	2	2	False	45460	fragment	False	FIJ0068_000000022090	0.9722222222222222		0	0	False	False	0.9915789365768433	0					non-mobilizable	plasmid	1421.0	99.648	100.0	0.00501835942055619	CP039975.1	enterobacteria	Klebsiella pneumoniae strain R1761 plasmid p1761_01	False	True
ENG0134_000000009468	3963	0.7275546000089532	4	4	3	4	1	False	63263	maximal	True	ENG0134_000000009468	1.0		59	8	False	False	0.9957103133201599	0					non-mobilizable	other	3965.0	99.26899999999999	100.0	0.0012004376570388378	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
FIJ0146_000000000518	24249	0.7275454054331958	30	14	8	12	5	False	47001	maximal	True	FIJ0146_000000000518	1.0		8	1	False	False	0.9999587535858154	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.595355468262104e-06	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	False
ISR0161_000000003532	7687	0.7275329618910796	13	5	4	3	3	False	112201	backbone	False	SPA0021_000000003487	0.9896007359470089	PS718	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	325.0	79.385	6.0	0.00010404608817693967	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
DEN0094_000000026383	1474	0.7275317651857212	2	2	2	2	1	False	68314	fragment	False	USA0026_01_000000019898	0.9092307692307693		0	0	False	False	0.9993215799331665	0					non-mobilizable	other	1485.0	86.869	100.0	0.012470076908711228	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0019_000000020339	1488	0.7275285956386719	2	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.12875234600581748		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	95.165	100.0	0.03379058070416095	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0109_000000008549	2164	0.7275263599499936	3	1	1	1	1	True	82801	maximal	True	CHI0109_000000008549	1.0		1	1	False	False	0.9902957677841187	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
ISR0362_000000010416	2049	0.727523631696078	3	3	2	2	2	False	110611	fragment	False	ISR0362_000000010416	0.9372913272936028		0	0	False	False	0.9946315288543701	0					non-mobilizable	other	2049.0	97.853	100.0	0.0823510479945287	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
FIJ0047_000000015255	2014	0.727523631696078	3	3	2	2	2	False	110611	fragment	False	ISR0362_000000010416	0.934500062125763		0	0	False	False	0.9990069270133972	0					non-mobilizable	other	2014.0	96.177	100.0	0.08094299392525245	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
MON0032_000000014182	1997	0.727523631696078	3	3	2	2	2	False	110611	fragment	False	ISR0362_000000010416	0.9134448253265071		0	0	False	False	1.0	0					non-mobilizable	other	987.0	95.441	100.0	0.0396668946373255	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
TAN0021_000000015253	1444	0.7275230925858338	1	1	1	1	1	False	37177	maximal	True	TAN0021_000000015253	1.0		3	3	False	False	0.9986149668693542	0					non-mobilizable	no_good_hit	1010.0	71.98	69.0	0.00016549129915689796	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
FIJ0062_000000021518	1372	0.7275204814609126	2	2	2	2	1	False	45693	fragment	False	FIJ0062_000000021518	1.0		0	0	False	False	0.9992711544036865	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000013635	1962	0.7275170084341709	3	3	3	2	2	False	49972	fragment	False	FIJ0018_000000013635	1.0		0	0	False	False	0.9989806413650513	0					non-mobilizable	other	1990.0	86.131	100.0	0.0005907410900787485	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0130_000000004994	5793	0.7275112997890201	5	3	3	3	2	False	96031	fragment	False	ENG0130_000000004994	1.0		0	0	False	False	0.9996547698974609	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000021133	1868	0.7275078825034568	2	2	2	2	1	True	84251	maximal	True	MAD0107_000000021133	1.0		7	1	False	False	0.9892933368682861	0					non-mobilizable	chromosome	905.0	99.779	100.0	0.00020582048492125886	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0024_000000016505	2882	0.7275054063122409	4	2	2	2	1	True	124780	fragment	False	MON0024_000000016505	1.0		0	0	False	False	0.9993060231208801	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	0.00011814506485011425	NZ_MPDM01000001.1	high GC Gram+	Boudabousia marimammalium strain DSM 15383 Scaffold1, whole genome shotgun sequence	True	True
AUS0014_000000006291	5142	0.7275035075479127	12	8	6	7	4	True	100952	maximal	True	AUS0014_000000006291	1.0		11	6	False	False	0.9998055100440979	0					non-mobilizable	no_good_hit	1674.0	96.416	33.0	0.0004659233986285198	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	True	True
ISR0387_000000012205	1987	0.7275034535440009	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.9631914634839738		0	0	False	False	1.0	0					non-mobilizable	chromosome	1985.0	99.09299999999999	99.0	0.0007864973001815207	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0106_000000019636	1972	0.7275034535440009	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.9627149988106307		0	0	False	False	1.0	0					non-mobilizable	chromosome	1969.0	98.984	99.0	0.0007801545800187665	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0096_000000012350	1903	0.7275034535440009	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.8306416514026587		0	0	False	False	0.9968470931053162	0					non-mobilizable	chromosome	1903.0	99.054	100.0	0.0007539908593474055	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
AST0016_000000013601	1835	0.7275034535440009	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.8151662007264275		0	0	False	False	1.0	0					non-mobilizable	chromosome	1835.0	99.12799999999999	100.0	0.0007270342986557001	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0094_000000005884	5094	0.7274843590552431	7	7	5	7	5	False	101155	maximal	True	DEN0094_000000005884	1.0		76	9	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	85.568	67.0	0.0003832130613133543	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0083_000000007133	4670	0.7274826239733887	8	3	2	2	3	False	59037	fragment	False	FIJ0083_000000007133	1.0		0	0	False	False	0.9978586435317993	0					non-mobilizable	no_good_hit	410.0	74.634	9.0	0.044502904746245756	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	False
CHI0063_000000000383	20392	0.7274813712430988	26	26	8	9	25	False	85530	maximal	True	CHI0063_000000000383	1.0		1	1	False	False	0.9986759424209595	0					non-mobilizable	plasmid	16262.0	97.73700000000001	95.0	0.14473086278947508	CP053233.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-2, complete sequence	False	True
AST0101_000000003145	3045	0.7274791711626524	3	1	1	1	1	False	108515	maximal	True	AST0101_000000003145	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0149_000000007189	3156	0.7274729484482227	4	4	4	4	2	False	66701	fragment	False	FIJ0149_000000007189	1.0		0	0	False	False	0.9914448857307434	0					non-mobilizable	other	3157.0	98.955	100.0	0.011146057885994981	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
ENG0027_000000013407	1706	0.7274717287110298	2	2	2	2	2	False	67503	fragment	False	ENG0027_000000013407	1.0		0	0	False	False	0.9783118367195129	0					non-mobilizable	other	1715.0	77.609	100.0	0.008052429093755668	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	False
ISR0791_000000009480	1931	0.7274711787505131	3	2	1	2	1	False	22048	fragment	False	ISR0791_000000009480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000007407	4772	0.7274689804981773	6	5	5	4	3	False	51306	maximal	True	FIJ0009_000000007407	1.0		8	3	False	False	0.993503749370575	0					non-mobilizable	no_good_hit	230.0	81.304	10.0	0.0006190523779384168	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	False
ETH0003_000000026623	1575	0.7274632153749915	3	3	3	2	2	False	53093	maximal	True	ETH0003_000000026623	1.0		2	2	False	False	0.9980952143669128	0					non-mobilizable	no_good_hit	201.0	76.119	13.0	6.370939806464294e-05	NC_009922.1	firmicutes	Alkaliphilus oremlandii OhILAs, complete genome	True	False
MON0082_000000027759	1305	0.7274585552944074	2	1	1	1	1	False	81164	fragment	False	CHI0129_000000020249	0.9543061699248669		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0274_000000004387	1722	0.7274481794626688	3	3	3	3	3	False	26352	maximal	True	ISR0274_000000004387	1.0		16	5	False	False	0.9680603742599487	0					non-mobilizable	other	1723.0	87.348	100.0	0.008990560173019961	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ENG0077_000000013583	1512	0.7274463164714119	3	2	2	2	2	False	62004	maximal	True	ENG0077_000000013583	1.0		0	0	False	False	0.9920634627342224	0					non-mobilizable	no_good_hit	1283.0	94.31	85.0	0.0003138277149591129	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0020_01_000000003264	10277	0.7274441518229591	13	6	5	5	4	False	38659	fragment	False	USA0020_01_000000003264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0122_000000007061	2315	0.7274429575295428	5	5	3	2	4	False	41432	fragment	False	FIJ0122_000000007061	1.0		0	0	False	False	0.9991360902786255	0					non-mobilizable	other	2315.0	99.352	100.0	0.00044885671500508213	AP023148.1	enterobacteria	Klebsiella pneumoniae SMKP03 DNA, complete genome	False	False
MON0092_000000023289	2363	0.7274416568429237	4	4	3	3	2	False	125465	fragment	False	MON0092_000000023289	0.9792512404149751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	83.412	79.0	0.00035485475702515945	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0073_000000009915	2555	0.727441556686054	3	3	2	2	3	False	92618	fragment	False	ENG0073_000000009915	1.0		0	0	False	False	0.9988258481025696	0					non-mobilizable	chromosome	1605.0	97.321	100.0	0.0002981684759705765	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CAN0020_000000025869	1363	0.7274358180140096	2	2	2	2	2	False	91747	maximal	False	CHI0147_000000013110	0.8989639989639989		0	0	False	False	0.9977989792823792	0					non-mobilizable	other	1363.0	99.853	100.0	0.0005886542723679979	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ENG0026_000000000930	17254	0.7274329485610554	14	9	7	8	6	True	105454	maximal	True	ENG0026_000000000930	1.0	PS636	36	9	False	True	1.0	0					non-mobilizable	other	9107.0	93.51	97.0	0.04214945501999266	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	True
FIJ0011_000000041826	1118	0.7274247277054301	2	2	2	2	1	True	50853	fragment	False	FIJ0011_000000041826	1.0		0	0	False	False	0.9874776601791382	0					non-mobilizable	chromosome	1132.0	76.678	99.0	0.00031263011690632646	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
MON0080_000000013950	3347	0.7274225274594047	5	5	3	5	1	False	75099	maximal	True	MON0080_000000013950	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	83.304	17.0	0.00017106053314267715	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
TAN0015_000000001048	4165	0.7274193751646878	4	2	2	2	1	False	51989	maximal	True	TAN0015_000000001048	1.0		3	1	False	False	0.9990395903587341	0					non-mobilizable	no_good_hit								True	False
MON0033_000000040665	1472	0.7274171652313624	2	2	1	2	1	False	12289	maximal	True	MON0033_000000040665	1.0		1	1	False	False	0.998641312122345	0					non-mobilizable	no_good_hit	63.0	87.302	4.0	1.09501343245913e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ENG0144_000000004811	3972	0.7274166801016791	5	4	3	4	4	False	57570	maximal	True	ENG0144_000000004811	1.0		2	2	False	False	0.9957200288772583	0					non-mobilizable	chromosome	3972.0	98.96799999999999	100.0	0.0005855047829739751	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
MAD0107_000000022281	1772	0.7274162193748851	3	3	1	3	2	False	94937	fragment	False	MON0011_000000021768	0.37177538134695753		0	0	False	False	1.0	0					non-mobilizable	other	1772.0	91.59100000000001	100.0	0.0005506440046067438	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0345_000000001972	3878	0.72741129517033	4	4	4	3	3	False	112775	maximal	True	ISR0345_000000001972	1.0	PS721	0	0	False	True	0.9997421503067017	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	58.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0075_000000004243	5190	0.7274105439717118	6	6	2	5	5	False	112161	maximal	False	SPA0040_000000006858	0.9422632396304282		0	0	True	True	1.0	43					non-mobilizable	chromosome	4225.0	96.781	97.0	0.8293736501079914	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0004_000000001901	8240	0.7274023067440216	12	6	6	5	6	False	116175	fragment	False	ISR0379_000000001939	0.9644678649483757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1946.0	93.885	47.0	0.0004396074800694684	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0260_000000003038	3691	0.7273949077289802	2	2	2	2	2	False	26722	maximal	True	ISR0260_000000003038	1.0		6	3	False	False	1.0	0					non-mobilizable	other	3536.0	98.07700000000001	100.0	0.0009060509280612484	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
MON0050_000000004088	5659	0.7273922677597753	6	4	3	3	2	False	45998	fragment	False	MON0050_000000004088	1.0		0	0	False	False	0.999823272228241	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	1.2453983372922415e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0021_000000009551	3474	0.7273914912232231	4	2	2	2	1	True	74833	maximal	True	DEN0021_000000009551	1.0		1	1	False	False	0.9951065182685852	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	9.863607445332718e-06	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	True
ENG0119_000000018978	1646	0.7273898489329627	2	2	2	2	2	False	106161	fragment	False	DEN0051_000000029417	0.936366915422126		0	0	False	False	1.0	0					non-mobilizable	other	949.0	99.684	100.0	0.00028542464593644723	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0390_000000014491	1121	0.727382649610622	2	2	2	2	2	False	22859	maximal	True	ISR0390_000000014491	1.0		380	13	False	False	0.9643175601959229	0					non-mobilizable	other	1121.0	99.73200000000001	100.0	0.006491587019144386	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ISR0207_000000000222	49122	0.7273791349618138	66	14	8	12	7	False	28609	maximal	True	ISR0207_000000000222	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	4.931972789115646e-05	NZ_AVBI01000001.1	CFB group bacteria	Flavobacterium cauense R2A-7 FCR2A7T_1, whole genome shotgun sequence	True	False
ISR0198_000000018713	1768	0.7273766944433082	4	3	3	2	3	False	64813	fragment	False	FIJ0063_000000015481	0.9693593314763231		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	89.189	31.0	0.00016696108517037003	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0062_000000007417	1890	0.7273749919484431	4	2	1	2	2	True	87079	fragment	False	MON0032_000000016300	0.27405767939559506		0	0	False	False	1.0	0					non-mobilizable	chromosome	1894.0	92.23899999999999	100.0	0.0006676342422968876	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0118_000000009050	3244	0.7273714917952984	7	4	2	3	3	False	105945	maximal	True	AST0118_000000009050	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	96.25	9.0	6.97191982555292e-05	NZ_CP039849.1	firmicutes	Lactobacillus animalis strain LL1 chromosome, complete genome	True	False
MON0058_000000025985	1944	0.7273703651743871	2	1	1	1	1	False	17377	maximal	True	MON0058_000000025985	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	89.959	38.0	0.0002477332908775918	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0050_000000020197	1195	0.7273703651743871	1	1	1	1	1	False	17376	fragment	False	MAD0050_000000020197	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0156_000000006117	2728	0.7273624379813738	3	2	2	2	2	False	7522	fragment	False	SPA0156_000000006117	1.0		0	0	False	False	0.998900294303894	0					non-mobilizable	other	2728.0	99.67	100.0	0.005913913201884125	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MAD0098_000000029417	1542	0.727362072186799	2	2	2	2	1	True	56899	maximal	True	MAD0098_000000029417	1.0		3	1	False	False	0.996757447719574	0					non-mobilizable	no_good_hit	1247.0	88.132	81.0	0.0005206248336368914	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ENG0134_000000027807	1387	0.7273594329160726	3	3	3	2	2	False	65156	fragment	False	MON0004_000000031736	0.944222430359017		0	0	False	False	1.0	0					non-mobilizable	chromosome	1388.0	98.70299999999999	100.0	0.000489433770647877	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0165_000000013793	1169	0.7273544837694136	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.08655282434041298		0	0	False	False	1.0	0					non-mobilizable	chromosome	1169.0	96.322	100.0	0.0003269006487914332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0117_000000027969	1334	0.7273509070791421	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8711825501147195		0	0	False	False	1.0	0					non-mobilizable	chromosome	1201.0	95.337	99.0	0.00034132896432259	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0123_000000018243	1280	0.7273509070791421	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8143374024099114		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	95.34100000000001	100.0	0.00034161340512619214	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0158_000000002241	6086	0.7273473370993249	11	7	4	6	5	True	101651	fragment	False	CHI0158_000000002241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2171.0	97.697	50.0	0.17507059298104075	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0001_000000008565	3328	0.7273472286205263	4	3	3	3	3	False	66266	maximal	True	ISR0001_000000008565	1.0		66	10	False	False	1.0	0					non-mobilizable	chromosome	2557.0	99.92200000000001	100.0	0.0004584351256006424	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
AST0048_000000010103	1555	0.7273416225316912	3	2	2	2	1	False	114887	maximal	True	AST0048_000000010103	1.0		3	2	False	False	0.9993569254875183	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	3.0	1.5680991875006068e-05	CP033837.1	fusobacteria	Fusobacterium necrophorum strain FDAARGOS_565 chromosome, complete genome	True	False
MAD0069_000000000399	11848	0.7273413453992149	16	2	2	2	1	True	16410	fragment	False	MAD0069_000000000399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	4.4214994927898253e-07	LR722985.1	bony fishes	Thalassophryne amazonica genome assembly, chromosome: 20	True	True
AST0108_000000011355	2415	0.727338835994236	3	3	3	3	2	False	107212	maximal	True	AST0108_000000011355	1.0		1	1	False	False	0.9995859265327454	0					non-mobilizable	other	1589.0	91.25200000000001	99.0	0.006271127539253784	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0098_000000034342	1332	0.7273277590601803	2	2	2	2	1	False	15277	maximal	True	MAD0098_000000034342	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1352.0	78.624	100.0	0.00039701627916223584	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0357_000000005329	4254	0.7273197158011518	4	4	3	3	4	True	130091	fragment	False	ISR0047_000000005869	0.5881008147675186		0	0	False	False	1.0	0					non-mobilizable	chromosome	2276.0	93.49700000000001	100.0	0.0007967854752147845	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0067_000000010159	1785	0.727319049427365	2	2	2	2	2	False	10597	maximal	True	MON0067_000000010159	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1785.0	99.83200000000001	100.0	0.03305478868281114	NZ_JAAISM010000025.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_25_length_53971_cov_222.082, whole genome shotgun sequence	False	False
ISR0220_000000007323	1290	0.7273148657339926	2	1	1	1	1	False	27979	maximal	True	ISR0220_000000007323	1.0		4	3	False	False	0.9790697693824768	0					non-mobilizable	chromosome	1291.0	99.148	100.0	0.00036464627191587696	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	False	False
ETH0005_000000036306	1263	0.7273141951099302	2	2	2	1	1	False	52696	maximal	True	ETH0005_000000036306	1.0		1	1	False	False	0.9825811386108398	0					non-mobilizable	no_good_hit	47.0	95.745	4.0	1.3910018509396368e-05	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
FIJ0103_000000017789	1286	0.72731331130919	3	3	2	2	1	False	42549	fragment	False	FIJ0139_000000018802	0.9274079320113315		0	0	False	False	0.993779182434082	0					non-mobilizable	no_good_hit	820.0	86.098	64.0	0.00022982816931054395	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0362_000000010460	2038	0.7273112246807234	2	1	1	1	1	False	82676	fragment	False	ISR0362_000000010460	0.9859816464237516		0	0	False	False	0.9980372786521912	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.00032127681625038863	NZ_JRWG01000008.1	CFB group bacteria	Vitellibacter aquimaris strain D-24 contig000008, whole genome shotgun sequence	True	False
SPA0085_000000004855	2861	0.7273102883808259	3	3	1	3	2	False	94362	maximal	True	SPA0085_000000004855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	70.608	21.0	0.0007240361500025286	NZ_UYZY01000003.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ISR0344_000000016617	2039	0.7273061740462348	3	3	2	3	1	False	77821	maximal	True	ISR0344_000000016617	0.9770943668853401		504	12	False	False	0.9960765242576599	0					non-mobilizable	other	2041.0	98.62799999999999	100.0	0.004263576427587159	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0191_000000003101	7631	0.7273032507835466	12	5	3	3	1	True	105976	maximal	True	ENG0191_000000003101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	94.86	4.0	0.0034993182079547883	NZ_JXQL01000022.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig22, whole genome shotgun sequence	True	True
AUS0012_000000003871	3967	0.7273020723102585	6	5	1	2	4	False	130029	backbone	False	ISR0080_000000005952	0.012581476848604329	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2720.0	96.949	69.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0814_000000019247	2098	0.7272986537785853	3	2	1	2	1	True	21533	fragment	False	ISR0814_000000019247	1.0		0	0	False	False	0.9909437298774719	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	3.0	0.0006595580960756293	NZ_PKHE01000005.1	firmicutes	Facklamia ignava strain UMB0898 ERR1203642.17957_1_54.5, whole genome shotgun sequence	True	True
MON0050_000000011014	2970	0.7272880775269335	8	6	3	5	4	False	84673	maximal	True	MON0050_000000011014	1.0		5	2	False	False	0.9838383793830872	0					non-mobilizable	no_good_hit	2437.0	96.307	82.0	0.0008274103551000588	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0161_000000003683	2749	0.7272785594256109	3	3	3	3	2	False	117170	fragment	False	CHI0075_000000002211	0.9425268752955199		0	0	False	False	0.9956347942352295	0					non-mobilizable	other	2665.0	86.154	96.0	0.004025833704682664	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0847_000000000816	18390	0.7272776165606858	22	10	7	9	5	True	114013	fragment	False	AST0055_000000000853	0.3525116698052081		0	0	False	False	0.9998912215232849	0					non-mobilizable	no_good_hit	1152.0	83.594	6.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
CAN0001_000000007199	6471	0.7272737892850377	5	5	3	4	4	False	97452	fragment	False	CAN0001_000000007199	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5480.0	99.964	100.0	0.0012396342682967664	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0244_000000006152	3553	0.7272733679847281	4	3	3	2	2	False	27201	fragment	False	ISR0244_000000006152	1.0		0	0	False	False	0.9994370937347412	0					non-mobilizable	no_good_hit	2333.0	92.113	66.0	0.03688576494427558	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
FIJ0044_000000011514	1912	0.7272682899865335	5	1	1	1	1	False	47123	maximal	True	FIJ0044_000000011514	1.0		0	0	False	False	0.9879707098007202	0					non-mobilizable	no_good_hit	42.0	95.238	2.0	0.0024439675727229377	LN596098.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000004790	True	False
MAD0051_000000001296	13818	0.7272639450193092	25	10	3	7	7	False	17369	maximal	True	MAD0051_000000001296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	84.8	1.0	0.004948304300599429	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
ISR0139_000000001822	10413	0.7272595870923477	12	7	5	7	4	True	110687	fragment	False	ISR0139_000000001822	1.0		0	0	False	False	0.9996158480644226	0					non-mobilizable	no_good_hit	3888.0	99.383	53.0	0.0010409082011087131	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MON0046_000000023675	1454	0.7272578174101817	1	1	1	1	1	False	13493	fragment	False	MON0046_000000023675	0.995834265904414		0	0	False	False	0.9986245036125183	0					non-mobilizable	other	1454.0	89.89	100.0	0.0084458084841721	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
AST0028_000000011382	1414	0.7272578174101817	1	1	1	1	1	False	118700	fragment	False	AST0028_000000011382	0.9822463768115942		0	0	False	False	0.9879773855209351	0					non-mobilizable	other	1414.0	99.646	100.0	0.008213301712412375	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0158_000000004620	3770	0.7272569450604206	5	5	5	5	5	False	30512	maximal	True	ISR0158_000000004620	1.0		13	4	False	False	0.9965517520904541	0					non-mobilizable	chromosome	3773.0	89.955	100.0	0.0016806707700183319	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
CHI0098_000000001361	6166	0.7272458956999477	4	4	3	4	4	False	107197	maximal	True	CHI0098_000000001361	1.0		187	12	False	False	0.9967564344406128	0					non-mobilizable	other	3645.0	91.056	99.0	0.0221368570768651	NZ_CBVI010000008.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
FIJ0077_000000009498	3106	0.7272397446817207	5	5	5	2	2	False	44518	maximal	True	FIJ0077_000000009498	1.0		1	1	False	False	0.9996780157089233	0					non-mobilizable	no_good_hit	847.0	93.27	31.0	0.007328326366364283	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ENG0076_000000003277	3488	0.7272370095943165	6	5	3	3	3	True	91783	fragment	False	ENG0076_000000003277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	92.405	2.0	3.0012097183787927e-05	NZ_CH724107.1	a-proteobacteria	Oceanicola granulosus HTCC2516 scf_1099521380027, whole genome shotgun sequence	True	True
DEN0066_000000000231	49414	0.7272315080719308	51	33	26	25	20	True	92004	fragment	False	DEN0066_000000000231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2071.0	96.66799999999999	6.0	0.026244389786241346	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	True
MON0104_000000020797	2187	0.7272314025212536	3	3	3	3	3	False	62076	fragment	False	MON0104_000000020797	0.9772689798723195		0	0	False	False	0.9885688424110413	0					non-mobilizable	no_good_hit	494.0	76.316	22.0	0.0028728252235249146	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0169_000000001849	10815	0.7272300532542099	10	7	3	7	6	False	83065	maximal	True	ISR0169_000000001849	1.0	PS412	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	7875.0	99.60600000000001	73.0	0.001598650263277842	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ENG0021_000000007016	2686	0.7272299394288879	3	3	2	3	1	True	114124	fragment	False	ISR0094_000000007029	0.7775037137781561		0	0	False	False	1.0	0					non-mobilizable	other	2686.0	97.915	100.0	0.17789452683380994	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
FIJ0090_000000002529	11735	0.7272291586503025	11	11	9	10	7	False	102591	maximal	True	FIJ0090_000000002529	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	71.34	4.0	0.0020094252620713577	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
MON0033_000000006293	10340	0.7272222752273046	10	4	2	4	0	True	132441	maximal	True	MON0033_000000006293	1.0		2	2	False	False	0.9999032616615295	0					non-mobilizable	no_good_hit	234.0	90.598	2.0	0.0006377009921313719	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0056_000000002373	10183	0.7272178762556096	10	9	7	9	7	True	89709	fragment	False	FIJ0056_000000002373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2370.0	84.726	42.0	0.0007075258071462806	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
ISR0310_000000011466	1535	0.7271966521450994	2	2	2	2	2	False	25324	maximal	True	ISR0310_000000011466	1.0		375	13	False	False	1.0	0					non-mobilizable	other	1535.0	99.87	100.0	0.0003319675918261529	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
CHI0056_000000011593	1742	0.7271908052180776	2	2	2	2	2	False	86100	fragment	False	CHI0056_000000011593	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1742.0	99.196	100.0	0.0007967689896227818	NZ_LR793266.1	firmicutes	Streptococcus salivarius isolate clinical strain from anonymous patient of Limoges Hospital, whole genome shotgun sequence	False	False
USA0116_01_000000009333	2782	0.727188957086958	4	3	2	2	2	True	73538	fragment	False	USA0116_01_000000009333	1.0		0	0	False	False	0.9971243739128113	0					non-mobilizable	no_good_hit	746.0	79.759	36.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MON0001_000000029332	1192	0.7271849116249751	2	2	2	2	2	False	48519	maximal	False	FIJ0031_000000020950	0.9631449631449631		0	0	False	False	1.0	0					non-mobilizable	chromosome	1192.0	99.916	100.0	0.0005432333467735314	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ENG0080_000000013798	1936	0.7271839039636122	2	2	2	2	1	False	91238	maximal	True	ENG0080_000000013798	1.0		126	11	False	False	0.9958677887916565	0					non-mobilizable	chromosome	1918.0	98.64399999999999	99.0	0.0006764560478240664	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0017_000000006554	5045	0.7271827343024424	7	7	5	4	5	False	37875	maximal	True	ISR0017_000000006554	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	1708.0	77.57600000000001	37.0	0.0018527784028962771	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0320_000000014197	1792	0.7271746212377883	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.7402215421636766		0	0	False	False	0.9977678656578064	0					non-mobilizable	no_good_hit	1100.0	85.182	76.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0203_000000010195	1790	0.7271746212377883	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.5357498602593311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	85.0	80.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0112_000000000371	30210	0.7271706537498559	34	26	15	22	20	True	123955	maximal	True	MAD0112_000000000371	1.0		1	1	False	False	0.9999669194221497	0					non-mobilizable	no_good_hit	6000.0	97.6	27.0	0.03473653734800232	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	True
DEN0046_000000020384	1165	0.7271679936031642	2	2	2	2	1	True	72691	maximal	False	SPA0106_000000030746	0.9647201946472019		0	0	False	False	1.0	0					non-mobilizable	chromosome	1177.0	74.257	99.0	0.00017029917510323373	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
ISR0802_000000009550	1784	0.7271668427761184	2	2	2	2	2	False	107772	fragment	False	ISR0802_000000009550	0.9662629757785467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	3.0	0.0032989401277461923	NZ_VHHR01000054.1	high GC Gram+	Kytococcus schroeteri strain H01 54, whole genome shotgun sequence	True	False
SPA0149_000000021802	1824	0.7271653404305392	4	2	0	1	1	False	124369	fragment	False	ENG0025_000000004712	0.05138379702916916		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	99.836	100.0	0.16399784094998202	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0139_000000014115	1527	0.7271653404305392	3	2	0	1	1	False	82861	fragment	False	CHI0119_000000008893	0.6687538075443205		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	99.588	95.0	0.13107232817560274	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0130_000000000566	26288	0.727162509540185	31	7	2	7	2	False	40900	maximal	True	FIJ0130_000000000566	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2130.0	72.113	8.0	0.02248610136557457	NZ_FQVD01000017.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
USA0001_01_000000004868	3208	0.7271608048205509	4	4	4	4	4	False	2284	maximal	True	USA0001_01_000000004868	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	77.289	27.0	0.0019749957645507988	NZ_FONL01000001.1	firmicutes	Succiniclasticum ruminis DSM 9236, whole genome shotgun sequence	True	False
MON0109_000000021584	1669	0.7271521780931753	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.18587058355752423		0	0	False	False	0.9934092164039612	0					non-mobilizable	chromosome	1676.0	89.618	100.0	0.0005353707289196567	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0020_000000017452	1884	0.7271496563023013	3	2	2	2	2	False	7721	maximal	True	SPA0020_000000017452	1.0		30	8	False	False	0.9851379990577698	0					non-mobilizable	no_good_hit	127.0	77.953	7.0	5.4361549900395615e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0039_000000030505	1599	0.7271495354504327	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.7647787375532745		0	0	False	False	0.9962476491928101	0					non-mobilizable	chromosome	1599.0	98.499	100.0	0.0007452697755329519	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0052_000000022070	1489	0.7271495354504327	1	1	1	1	1	False	73943	fragment	False	ISR0853_000000010066	0.5590031076635454		0	0	False	False	0.9973136186599731	0					non-mobilizable	other	1489.0	99.396	100.0	0.007839046670775845	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ISR0344_000000013174	2521	0.7271456675659975	4	2	2	1	2	False	24271	maximal	True	ISR0344_000000013174	1.0		0	0	False	False	0.9821499586105347	0					non-mobilizable	no_good_hit								True	False
ENG0071_000000014727	1363	0.7271386151125699	2	2	2	1	1	False	78137	fragment	False	CHI0167_000000014569	0.5188470884456212		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	99.53299999999999	100.0	0.00028553319262162647	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0070_000000002524	8212	0.7271373464296672	12	3	3	3	2	False	74879	maximal	False	ISR0333_000000001824	0.8127135359891113		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	95.0	85.26299999999999	1.0	0.0008347245409015025	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
MON0098_000000009645	3046	0.7271358312454672	3	3	3	3	2	True	91773	maximal	True	MON0098_000000009645	1.0		1	1	False	False	0.99770188331604	0					non-mobilizable	no_good_hit	1235.0	98.704	41.0	0.05048273604974636	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0126_000000006953	2732	0.7271351622513053	5	4	3	3	3	False	130225	fragment	False	ISR0207_000000010620	0.9770013349993255		0	0	False	False	0.9974377751350403	0					non-mobilizable	other	2738.0	97.26100000000001	100.0	0.008745740606959512	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AUS0024_000000011274	2887	0.7271331163363006	3	2	2	2	2	False	99115	maximal	True	AUS0024_000000011274	1.0		69	10	False	False	0.9989608526229858	0					non-mobilizable	no_good_hit	133.0	85.714	5.0	3.6355926182483436e-05	CP046179.1	a-proteobacteria	Boseongicola sp. isolate MH-Pat-all_autometa_1-3 chromosome	True	False
ISR0026_000000014892	1531	0.7271328201997271	2	2	2	1	1	False	77967	maximal	True	ISR0026_000000014892	0.9920899110891783		118	10	False	False	0.9986936450004578	0					non-mobilizable	no_good_hit	134.0	89.552	9.0	4.601015290707483e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0345_000000006071	1935	0.7271307834677779	2	2	2	2	1	False	102654	maximal	True	ISR0345_000000006071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	81.081	70.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0061_000000007945	5055	0.7271211451729734	5	4	4	4	4	False	124964	maximal	False	ISR0014_000000006808	0.9741015064027304		0	0	False	False	0.9976261258125305	0					non-mobilizable	no_good_hit	2753.0	78.46	67.0	0.00652580295222967	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0020_000000003495	4540	0.7271211451729734	5	4	4	4	4	False	124957	fragment	False	MON0020_000000003495	1.0		0	0	False	False	0.9997797608375549	0					non-mobilizable	no_good_hit	2753.0	78.46	74.0	0.00652580295222967	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0080_000000005989	4048	0.7271211451729734	5	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.639026843495658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2839.0	78.47800000000001	86.0	0.0067316260509085275	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0846_000000002423	3932	0.7271211451729734	4	4	4	4	4	False	124954	fragment	False	ENG0184_000000004383	0.5413320424473343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2813.0	78.422	87.0	0.006671089845414746	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0136_000000009063	4199	0.7271129951201193	3	2	2	2	1	False	89076	maximal	True	SPA0136_000000009063	1.0		2	2	False	False	1.0	0					non-mobilizable	other	4199.0	100.0	100.0	0.03375493499079338	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0222_000000000275	90357	0.7271112842144065	94	32	21	29	16	True	73649	fragment	False	ISR0222_000000000275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1992.0	96.486	2.0	0.000771493901552103	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	True	True
ISR0145_000000015632	1843	0.7271094333201367	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.6129278107546725		0	0	False	False	1.0	0					non-mobilizable	other	1843.0	98.589	100.0	0.008239435674698849	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0063_000000026930	1829	0.7271094333201367	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.6108748493199423		0	0	False	False	0.9989064931869507	0					non-mobilizable	other	1829.0	97.54	100.0	0.008176812385097446	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AUS0004_000000011953	1707	0.7271094333201367	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.47633834969110667		0	0	False	False	0.9900410175323486	0					non-mobilizable	other	1707.0	99.29700000000001	100.0	0.007631095147142365	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AUS0024_000000018940	1707	0.7271094333201367	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.47220675678731333		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	97.24700000000001	100.0	0.007631095147142365	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0087_000000021322	1706	0.7271094333201367	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.4571649393524877		0	0	False	False	0.9982414841651917	0					non-mobilizable	other	1706.0	99.414	100.0	0.007626622055027979	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0117_000000011957	1702	0.7271061905974084	2	2	2	2	2	False	73256	fragment	False	DEN0039_000000012210	0.9540472511375048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	96.205	53.0	0.000304120027849919	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0187_000000008901	3100	0.7271048380445895	5	3	0	2	1	True	97175	fragment	False	ISR0187_000000008901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	90.73700000000001	32.0	0.15695935245468942	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	True	True
ISR0072_000000009291	2969	0.7270970838471579	5	5	5	4	4	False	34853	maximal	True	ISR0072_000000009291	1.0		30	6	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	73.366	14.0	0.00012568371630572003	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0140_000000008314	2644	0.7270912286996188	3	3	3	3	1	True	61148	maximal	False	SPA0056_000000012286	0.9583688353720032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	85.895	45.0	0.008383599406043296	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
SPA0141_000000008831	2640	0.7270912286996188	3	3	3	3	1	True	61148	maximal	False	SPA0056_000000012286	0.9576351281890677		0	0	False	False	0.9984848499298096	0					non-mobilizable	no_good_hit	1180.0	85.84700000000001	45.0	0.00835518042500586	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
FIJ0125_000000009881	1961	0.7270839318366293	3	1	1	1	1	False	41192	fragment	False	FIJ0125_000000009881	1.0		0	0	False	False	0.982151985168457	0					non-mobilizable	no_good_hit								True	False
ISR0829_000000011296	1365	0.7270822910917868	3	2	1	2	1	True	57830	fragment	False	ISR0834_000000011709	0.9465699208443272		0	0	False	False	0.9985347986221313	0					non-mobilizable	no_good_hit	505.0	87.525	44.0	0.00012941309614129847	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
SPA0052_000000001586	17932	0.7270816754831673	27	9	2	9	4	False	91944	fragment	False	SPA0052_000000001586	0.9169526450192823		0	0	False	False	0.9977693557739258	0					non-mobilizable	no_good_hit	448.0	99.554	2.0	0.00035915153462959986	NZ_QWKU01000001.1	firmicutes	Dialister pneumosintes strain KCOM 1685 KCOM1685_1, whole genome shotgun sequence	True	False
ENG0112_000000018483	1496	0.7270647143346123	2	2	2	1	1	False	78776	fragment	False	SPA0028_000000021526	0.9825543120473996		0	0	False	False	1.0	0					non-mobilizable	plasmid	1417.0	100.0	95.0	0.014405029552691278	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0054_000000039658	1282	0.7270647143346123	2	2	2	1	1	False	78772	fragment	False	MON0054_000000039658	0.9670777852448298		0	0	False	False	0.9976599216461182	0					non-mobilizable	plasmid	1282.0	98.36200000000001	100.0	0.041244083840432724	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0097_000000031057	1203	0.7270647143346123	2	2	2	1	1	False	78772	fragment	False	MON0054_000000039658	0.9438949034071901		0	0	False	False	0.93682461977005	0					non-mobilizable	plasmid	1203.0	98.836	100.0	0.038804235537190084	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0103_000000027478	1119	0.7270647143346123	3	2	2	1	1	False	33000	fragment	False	ISR0103_000000027478	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1119.0	99.73200000000001	100.0	0.011373462598805685	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0009_000000036242	1117	0.7270647143346123	2	2	2	1	1	False	78772	fragment	False	MON0054_000000039658	0.2695246729698226		0	0	False	False	0.9982094764709473	0					non-mobilizable	plasmid	1068.0	98.12700000000001	96.0	0.03441373966942149	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0085_000000006270	5642	0.7270612521849101	12	8	6	7	6	False	69010	maximal	True	DEN0085_000000006270	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	78.12	11.0	0.46676406135865595	NZ_LNAM01000096.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf185, whole genome shotgun sequence	True	False
ISR0824_000000018339	1306	0.7270611077534018	2	2	2	1	1	False	100114	fragment	False	ISR0824_000000018339	0.9828391711423553		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	99.84700000000001	100.0	0.047972650075359335	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
AUS0016_000000022917	1235	0.7270611077534018	2	2	2	1	1	False	100114	fragment	False	ISR0824_000000018339	0.9650502486033674		0	0	False	False	0.9724696278572083	0					non-mobilizable	other	1235.0	99.595	100.0	0.0453626438260486	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
AST0062_000000006626	2571	0.7270588489634544	3	2	1	2	2	False	111721	maximal	True	AST0062_000000006626	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1714.0	99.883	74.0	0.06696899800617694	NZ_JAAITU010000051.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_51_length_25579_cov_164.907, whole genome shotgun sequence	True	False
FIJ0031_000000019488	1309	0.7270567682267107	2	2	2	1	1	False	48527	maximal	True	FIJ0031_000000019488	1.0		55	5	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	84.071	9.0	2.4925734663774093e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0029_000000007290	4850	0.7270498463996574	4	4	4	4	4	False	48895	maximal	True	FIJ0029_000000007290	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	77.455	45.0	0.0003365555153806213	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0114_000000028377	1435	0.7270414542606636	2	2	2	2	1	False	112724	backbone	False	ISR0050_000000008971	0.030700439692250288	PS721	0	0	False	True	0.986759603023529	0					non-mobilizable	no_good_hit	1095.0	73.973	75.0	0.13138330286410727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0031_000000020243	1209	0.7270411197781027	2	2	2	2	1	False	36987	fragment	False	ISR0031_000000020243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	79.72800000000001	79.0	0.004411103748974836	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
MON0021_000000004947	4722	0.7270394179200197	6	4	2	4	3	False	101192	fragment	False	MON0038_000000004872	0.8805864990857694		0	0	False	False	0.9991528987884521	0					non-mobilizable	no_good_hit	495.0	92.929	14.0	0.0001312444831301489	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0026_000000006995	4392	0.7270394179200197	6	4	2	4	3	False	101192	fragment	False	MON0038_000000004872	0.6096617139636501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	91.97200000000001	10.0	0.00011550581543771236	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0048_000000008575	4289	0.7270394179200197	6	4	2	4	3	False	101192	fragment	False	MON0038_000000004872	0.10739222829386764		0	0	False	False	0.9871764779090881	0					non-mobilizable	no_good_hit	419.0	91.647	13.0	0.00011097094508565437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0104_000000014131	2597	0.7270362202846059	4	3	2	3	1	False	72419	maximal	True	SPA0104_000000014131	1.0		2	1	False	False	0.9961494207382202	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.809913402006646e-06	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	True	False
FIJ0095_000000002411	10157	0.7270212816502492	13	5	4	4	1	True	51467	fragment	False	FIJ0046_000000002141	0.4621499762695776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ENG0149_000000015079	1215	0.7270121896208956	1	1	1	1	1	False	57193	fragment	False	ISR0165_000000020759	0.9621235596343559		0	0	False	False	0.991769552230835	0					non-mobilizable	other	1215.0	97.20200000000001	100.0	0.010328223103231185	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
ISR0309_000000004108	4076	0.7270039844320285	7	4	4	4	4	False	112371	maximal	True	ISR0309_000000004108	1.0		22	7	False	False	0.9960745573043823	0					non-mobilizable	no_good_hit	1699.0	98.175	42.0	0.0004712553665350373	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0139_000000010247	1993	0.7270015643672296	3	2	2	1	1	False	123234	maximal	True	ENG0139_000000010247	1.0		3	2	False	False	0.9994982481002808	0					non-mobilizable	chromosome	1389.0	94.31200000000001	96.0	0.00037062088511663705	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0212_000000025252	1422	0.7270015643672296	2	2	2	1	1	False	123207	fragment	False	ISR0188_000000013367	0.6451004289194345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1317.0	95.368	99.0	0.0003526660049266047	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0086_000000000002	105738	0.7269928533794722	117	59	38	43	46	False	46160	maximal	True	MAD0086_000000000002	1.0		1	1	True	True	1.0	28					non-mobilizable	no_good_hit	1983.0	70.953	2.0	0.036601897876186174	NZ_JAANXY010000023.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_23, whole genome shotgun sequence	True	True
ISR0222_000000034179	1312	0.7269927666284632	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.7040714768703961		0	0	False	False	1.0	0					non-mobilizable	chromosome	1314.0	95.89	100.0	0.00036636382642807027	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0009_000000021669	1702	0.7269918343597619	2	1	1	1	1	False	44842	maximal	True	SPA0009_000000021669	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1373.0	73.85300000000001	80.0	0.0005567830422609004	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
USA0069_01_000000039901	1513	0.7269918343597619	1	1	1	1	1	False	762	maximal	True	USA0069_01_000000039901	1.0		49	10	False	False	0.9847984313964844	0					non-mobilizable	other	1379.0	73.024	90.0	0.00044276835111432215	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	False	False
DEN0028_000000023297	1356	0.7269918343597619	1	1	1	1	1	False	73913	fragment	False	MON0079_000000016230	0.9696522404032372		0	0	False	False	0.998525083065033	0					non-mobilizable	other	1355.0	97.86	99.0	0.03517339914274581	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
CHI0023_000000010763	1224	0.726981267095425	2	2	1	2	1	False	89054	fragment	False	CHI0023_000000010763	1.0		0	0	False	False	0.9885621070861816	0					non-mobilizable	chromosome	1224.0	99.91799999999999	100.0	0.00023787956914038727	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ENG0044_000000013741	1190	0.7269780339620157	1	1	1	1	1	False	64492	maximal	True	ENG0044_000000013741	1.0		3	2	False	False	0.9663865566253662	0					non-mobilizable	no_good_hit								True	False
ETH0001_000000018347	1785	0.7269760252442452	3	3	3	2	2	False	53501	fragment	False	ETH0001_000000018347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	82.126	23.0	0.0011012565068143603	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0092_000000025520	1762	0.7269747023044411	2	2	2	2	2	False	37073	fragment	False	SPA0092_000000025520	0.9863098942128189		0	0	False	False	1.0	0					non-mobilizable	other	1647.0	97.086	93.0	0.45939157130895897	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
AST0040_000000011842	1696	0.7269513900824854	2	2	1	2	1	False	116065	maximal	True	AST0040_000000011842	0.9779319041614123		36	10	False	False	0.989386796951294	0					non-mobilizable	no_good_hit	710.0	73.38	41.0	0.00037670597073566684	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ENG0175_000000000049	93271	0.72695085234982	86	12	4	10	6	False	115487	maximal	False	AUS0014_000000000041	0.9201050274905233	PS49	0	0	True	True	1.0	89					non-mobilizable	no_good_hit	246.0	99.59299999999999	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ISR0793_000000004973	3036	0.7269469074712398	6	4	3	4	2	True	43126	fragment	False	ISR0793_000000004973	1.0		0	0	False	False	0.9917654991149902	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0020152261531571876	NZ_VJZD01000254.1	high GC Gram+	Streptomyces adustus strain NBRC 109810 NODE_254_length_13398_cov_64.8424, whole genome shotgun sequence	True	True
ISR0160_000000003181	7591	0.7269456008857819	8	5	4	4	4	False	116213	fragment	False	SPA0013_000000002713	0.8502718616952435		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	95.117	21.0	0.00036562310231202314	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ETH0004_000000004888	5757	0.7269453844352719	11	2	0	2	1	True	52948	maximal	True	ETH0004_000000004888	1.0		1	1	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
ISR0026_000000012043	1868	0.7269410616791722	4	3	3	2	3	False	37290	maximal	True	ISR0026_000000012043	1.0		1	1	False	False	0.9989293217658997	0					non-mobilizable	no_good_hit	1281.0	98.51700000000001	69.0	0.883367839889579	NZ_WAJR01000061.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_061, whole genome shotgun sequence	True	False
DEN0024_000000008605	1209	0.7269353639152868	2	2	2	1	1	False	74300	fragment	False	DEN0024_000000008605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	87.074	46.0	0.01033188389638384	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	True	False
ISR0293_000000014236	2542	0.7269349971608223	3	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.9805106461975607		0	0	False	False	0.985051155090332	0					non-mobilizable	other	2542.0	99.84299999999999	100.0	0.008687922044619198	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0352_000000003799	2317	0.7269349971608223	2	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.843656156652765		0	0	False	False	0.9969788789749146	0					non-mobilizable	other	2317.0	99.439	100.0	0.00791862552354902	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
DEN0022_000000025826	1604	0.7269269197530511	3	2	2	2	2	False	74536	maximal	True	DEN0022_000000025826	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	84.524	5.0	0.002485601697484086	NZ_BCSQ01000042.1	high GC Gram+	Janibacter anophelis NBRC 107843, whole genome shotgun sequence	True	False
MAD0027_000000010465	1186	0.7269263666867675	2	2	2	1	1	False	19029	fragment	False	MAD0027_000000010465	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1186.0	100.0	100.0	0.0002488045832113806	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
DEN0039_000000019095	1145	0.7269232225684773	2	2	2	2	2	False	73205	fragment	False	ISR0389_000000017724	0.9406795224977044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	0.00014792524280872	NZ_NNRL01000168.1	a-proteobacteria	Ochrobactrum grignonense strain OgA9a OgrDSM_1.contig.163_1, whole genome shotgun sequence	True	False
MON0012_000000038541	1459	0.7269191669446422	2	2	2	2	1	False	13588	fragment	False	MON0012_000000038541	1.0		0	0	False	False	0.9952021837234497	0					non-mobilizable	other	1459.0	98.835	100.0	0.0035550310516601117	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
DEN0079_000000003988	8139	0.7269159674675795	12	12	4	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.08858050465884106	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	8139.0	99.484	100.0	0.3040098658395306	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
ENG0079_000000011077	2974	0.7269158366604439	4	3	3	2	1	True	101453	maximal	True	ENG0079_000000011077	1.0		6	3	False	False	0.9922662973403931	0					non-mobilizable	no_good_hit	1989.0	94.771	67.0	0.06387842493319167	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ENG0041_000000020393	1167	0.7269100015220786	2	2	2	2	1	False	64724	maximal	True	ENG0041_000000020393	1.0		39	8	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	97.49799999999999	89.0	0.002389051790407888	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	True	False
SPA0084_000000001100	10424	0.7269008630053981	9	9	8	9	7	False	92335	maximal	True	SPA0084_000000001100	1.0		21	6	False	False	0.999424397945404	0					non-mobilizable	no_good_hit	5135.0	97.68299999999999	49.0	0.11481572646512564	NZ_JAANXY010000026.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_26, whole genome shotgun sequence	True	False
MON0087_000000006095	7151	0.7268944266909367	4	4	3	4	4	True	103506	fragment	False	MON0033_000000008819	0.7599700685386792		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	7151.0	97.525	100.0	0.06013153247102753	CP056605.1	enterobacteria	Escherichia coli strain RHBSTW-00321 plasmid pRHBSTW-00321_2, complete sequence	False	True
SPA0146_000000000410	29233	0.7268842371544648	36	13	7	12	10	True	90942	maximal	True	SPA0146_000000000410	1.0		2	1	False	False	0.9999315738677979	0					non-mobilizable	no_good_hit	62.0	91.935	0.0	1.6402226328853703e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
SPA0033_000000005409	5347	0.7268818940401196	5	3	3	2	3	False	125517	fragment	False	USA0125_01_000000004163	0.861116325221849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2298.0	82.115	64.0	0.0010017430767935804	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0342_000000008188	1908	0.7268797950528137	3	3	2	2	1	True	24336	maximal	True	ISR0342_000000008188	1.0		212	12	False	False	0.99947589635849	0					non-mobilizable	no_good_hit	546.0	91.02600000000001	29.0	0.019472631127626126	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
SPA0016_000000019257	1751	0.7268781235100763	2	2	2	2	2	True	113050	fragment	False	ENG0112_000000013698	0.9121935681436875		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	98.344	100.0	0.006786812641311135	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
USA0010_01_000000017394	1521	0.7268781235100763	2	2	2	2	2	True	113050	fragment	False	ENG0112_000000013698	0.23870776203731012		0	0	False	False	0.9947403073310852	0					non-mobilizable	other	1521.0	99.54	100.0	0.005894831551310243	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ENG0204_000000018789	1450	0.7268781235100763	2	2	2	2	2	True	113050	fragment	False	ENG0112_000000013698	0.18943629770767834		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	99.37899999999999	100.0	0.00561948086700562	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0183_000000007962	4351	0.7268753920516557	3	3	3	3	3	False	77302	fragment	False	ISR0183_000000007962	0.9697263259869218		0	0	False	False	0.9988508224487305	0					non-mobilizable	other	4345.0	100.0	99.0	0.0007582362628587287	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0357_000000013513	1910	0.7268727316162249	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.029030495048798753		0	0	False	False	0.9931937456130981	0					non-mobilizable	chromosome	1356.0	84.956	94.0	0.00047567175402547806	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0142_000000015590	2228	0.7268624896569621	3	3	3	3	2	False	113521	fragment	False	AST0087_000000017412	0.6418030719390513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	77.975	25.0	0.0001979585830981616	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
TAN0027_000000005316	1945	0.7268603984398448	3	2	2	2	2	False	113756	fragment	False	ISR0059_000000003816	0.12137931323175949		0	0	False	False	0.998971700668335	0					non-mobilizable	other	1053.0	97.24600000000001	100.0	0.0002579271532320209	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0055_000000005298	1703	0.7268600265221088	2	2	2	2	2	False	102727	fragment	False	DEN0061_000000022311	0.6583925877730196		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	95.537	100.0	0.00041729278973469543	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0114_000000015445	1810	0.7268599078957615	2	2	2	2	2	False	120112	fragment	False	DEN0031_000000018114	0.9772600031391849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	80.882	26.0	0.001819253834397474	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	False
ISR0040_000000015424	1711	0.7268589497769921	3	3	3	3	2	False	70108	fragment	False	ISR0040_000000015424	1.0		0	0	False	False	0.9924020767211914	0					non-mobilizable	other	1711.0	98.071	100.0	0.016193795219515892	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0084_000000006207	3710	0.7268572425017303	4	2	0	2	0	False	101832	fragment	False	ISR0084_000000006207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	98.182	4.0	0.0028199528861529996	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MON0032_000000022581	1379	0.7268534676743111	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.35782115615571536		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	80.044	99.0	0.04309824237993834	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	False	False
ENG0092_000000020709	1138	0.7268503111015695	2	2	2	2	1	True	61079	fragment	False	ENG0092_000000020709	1.0		0	0	False	False	0.9797890782356262	0					non-mobilizable	no_good_hit	133.0	81.955	12.0	0.0007792667808017002	NZ_QXED01000011.1	CFB group bacteria	Fibrisoma montanum strain HYT19 NODE_11_length_169390_cov_22.834163, whole genome shotgun sequence	True	True
ISR0222_000000025503	1895	0.7268459314340671	3	3	2	2	3	False	112351	maximal	True	ISR0222_000000025503	1.0		59	10	False	False	1.0	0					non-mobilizable	other	1122.0	78.61	95.0	0.00031651822009456373	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0392_000000003074	8329	0.7268442457424292	6	4	2	4	2	False	101837	fragment	False	ISR0392_000000003074	1.0		0	0	False	False	0.9996398091316223	0					non-mobilizable	no_good_hit	251.0	72.908	3.0	0.0016046502635750834	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	False
AST0108_000000009532	2788	0.7268434725219302	2	2	2	2	2	False	107255	fragment	False	AST0108_000000009532	1.0		0	0	False	False	0.995337188243866	0					non-mobilizable	other	2800.0	97.35700000000001	100.0	0.03527527425731247	NZ_JAAIQH010000014.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_14_length_78667_cov_335.352, whole genome shotgun sequence	False	False
FIJ0058_000000008076	4753	0.7268420421314301	4	4	4	4	4	False	111069	fragment	False	FIJ0095_000000004547	0.8171031453932661		0	0	False	False	0.9972648620605469	0					non-mobilizable	no_good_hit	515.0	72.039	11.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0127_000000018632	1389	0.7268412165521025	2	2	2	2	2	False	57276	fragment	False	ENG0148_000000024146	0.9663192892709196		0	0	False	False	0.9589632749557495	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000009619	3054	0.7268410426842408	4	3	3	3	2	False	99562	fragment	False	ENG0043_000000010310	0.987669967353651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	88.57799999999999	43.0	0.0003966574515754908	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
ENG0169_000000007504	3044	0.7268410426842408	4	3	3	3	2	False	99562	fragment	False	ENG0043_000000010310	0.9873432542315039		0	0	False	False	0.999671459197998	0					non-mobilizable	no_good_hit	1310.0	88.779	43.0	0.0003936387495087062	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
ENG0199_000000008069	3042	0.7268410426842408	4	3	3	3	2	False	99562	fragment	False	ENG0043_000000010310	0.9870159761875174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	88.779	43.0	0.0003936387495087062	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
ENG0189_000000004690	3041	0.7268410426842408	4	3	3	3	2	False	99562	fragment	False	ENG0043_000000010310	0.9871378782901278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	88.77	43.0	0.00039333687930202777	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
CHI0132_000000010432	3029	0.7268410426842408	4	3	3	3	2	False	99562	fragment	False	ENG0043_000000010310	0.9842006436660177		0	0	False	False	0.9996698498725891	0					non-mobilizable	no_good_hit	1309.0	88.77	43.0	0.00039333687930202777	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
SPA0103_000000005156	3026	0.7268410426842408	3	3	3	3	2	False	99562	fragment	False	ENG0043_000000010310	0.9834813784764457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	88.64	43.0	0.00038880882620185095	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
SPA0027_000000012420	2960	0.7268410426842408	3	3	3	3	2	False	99562	fragment	False	ENG0043_000000010310	0.8361380657965067		0	0	False	False	0.9989864826202393	0					non-mobilizable	no_good_hit	1148.0	89.721	39.0	0.00034624512706018867	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
SPA0139_000000010043	2707	0.7268410426842408	3	3	3	3	2	False	99555	fragment	False	SPA0139_000000010043	1.0		0	0	False	False	0.9996305704116821	0					non-mobilizable	no_good_hit	1293.0	88.631	48.0	0.0003885069559951725	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
USA0006_01_000000009585	2544	0.7268410426842408	3	3	3	3	2	False	99555	fragment	False	SPA0139_000000010043	0.9698928703361656		0	0	False	False	0.9992138147354126	0					non-mobilizable	no_good_hit	1292.0	88.62200000000001	51.0	0.000388205085788494	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
SPA0009_000000006700	5044	0.7268319064559906	5	3	2	3	2	True	8146	maximal	True	SPA0009_000000006700	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.057465087246032e-07	CP025669.1	eudicots	Ipomoea triloba cultivar NCNSP0323 chromosome 10	True	True
DEN0010_000000004350	8634	0.7268268012507406	10	8	7	7	6	False	76049	maximal	True	DEN0010_000000004350	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3392.0	87.323	39.0	0.0004991019114497369	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	False
ISR0188_000000013555	1543	0.7268258928984854	2	2	2	2	2	False	29252	maximal	True	ISR0188_000000013555	1.0		45	9	False	False	0.9987038373947144	0					non-mobilizable	no_good_hit	283.0	78.092	37.0	0.0028036728113829115	NZ_FQVM01000008.1	firmicutes	Clostridium fallax strain DSM 2631, whole genome shotgun sequence	True	False
ISR0052_000000021282	1717	0.7268249410891403	2	1	1	1	1	False	35787	fragment	False	MON0032_000000016265	0.9382479072320571		0	0	False	False	0.9918462634086609	0					non-mobilizable	other	1717.0	97.554	100.0	0.004326559427159498	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
FIJ0006_000000009411	3616	0.7268226270118017	3	3	3	3	1	True	107785	fragment	False	FIJ0006_000000009411	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2904.0	93.97399999999999	94.0	0.04599670092627839	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0026_000000009459	3309	0.7268226270118017	3	3	3	3	1	True	107784	fragment	False	FIJ0026_000000009459	1.0		0	0	False	False	0.9978845715522766	0					non-mobilizable	other	2528.0	95.45100000000001	93.0	0.04003299073721609	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0081_000000034514	1537	0.7268181366981167	2	1	1	1	1	False	9969	maximal	True	MON0081_000000034514	1.0		2	2	False	False	0.9980481266975403	0					non-mobilizable	other	1384.0	93.064	90.0	0.0011828854163447638	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MAD0047_000000033608	1412	0.7268181366981167	1	1	1	1	1	False	131361	maximal	False	AST0002_000000025929	0.9611139843717523		0	0	False	False	1.0	0					non-mobilizable	other	1412.0	92.21	100.0	0.014513176030116641	NZ_CBYM010000011.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
MAD0072_000000001044	5142	0.7268141947365746	6	6	0	5	5	False	57492	maximal	True	MAD0072_000000001044	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3077.0	100.0	100.0	0.0006296869559200707	CP046259.1	enterobacteria	Escherichia coli strain ECO2947 chromosome, complete genome	False	False
ENG0108_000000006917	3167	0.7268115699987571	5	5	4	4	4	False	105113	maximal	True	ENG0108_000000006917	0.9867313613617451		29	7	True	True	1.0	7					non-mobilizable	no_good_hit	1985.0	100.0	84.0	0.0005364454379019792	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0076_000000003728	4626	0.7268114719668518	5	5	3	5	3	False	103062	maximal	True	FIJ0076_000000003728	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.03225806451612903	LN853194.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0562	True	False
ISR0077_000000011744	2722	0.7268108016515001	4	4	3	4	2	False	34520	maximal	True	ISR0077_000000011744	1.0		1	1	False	False	0.998163104057312	0					non-mobilizable	no_good_hit	1621.0	76.373	59.0	0.0016024871080362576	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	False
FIJ0097_000000002336	11006	0.7268093215915994	23	7	3	4	6	False	58432	fragment	False	FIJ0097_000000002336	0.9986892613051213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1693.0	95.09700000000001	51.0	0.06592288119005676	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ENG0078_000000022173	1157	0.7268079788366669	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.07122020239536714		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	100.0	100.0	0.0067643083260677484	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	True
SPA0101_000000033616	1155	0.7268079788366669	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06779441618827563		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	97.14299999999999	100.0	0.0003071198307594083	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0037_000000033118	2148	0.726804891182059	4	4	4	3	2	False	131585	fragment	False	ISR0255_000000013518	0.6341368910287583		0	0	False	False	1.0	0					non-mobilizable	chromosome	1496.0	97.861	100.0	0.0006310566966189647	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MON0024_000000041770	1257	0.7268035888879298	2	2	2	2	1	False	12879	fragment	False	MON0024_000000041770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	502.0	77.291	40.0	0.00017564840289210763	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0153_000000010648	1395	0.7267938741339972	2	2	2	1	1	False	79242	fragment	False	CHI0153_000000010648	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	99.64200000000001	100.0	0.0003364264941897648	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CAN0014_000000012996	3519	0.7267927563142754	4	4	1	3	3	False	93711	fragment	False	CAN0014_000000012996	1.0		0	0	False	False	0.9997158050537109	0					non-mobilizable	no_good_hit	79.0	92.405	2.0	0.0016880261199831198	MH538296.1	viruses	Bacillus phage Maceta, complete genome	True	False
AST0047_000000019941	1185	0.7267864697350569	2	2	2	2	1	False	115048	fragment	False	AST0047_000000019941	1.0		0	0	False	False	0.99831223487854	0					non-mobilizable	no_good_hit								True	False
ENG0009_000000003676	3305	0.7267786222143545	4	4	2	3	3	True	74598	fragment	False	ENG0009_000000003676	0.9988599404328329		0	0	False	False	0.9978820085525513	0					non-mobilizable	no_good_hit	106.0	89.62299999999999	3.0	0.0002070103316974638	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0086_01_000000005591	3282	0.7267786222143545	4	4	2	3	3	True	74598	fragment	False	ENG0009_000000003676	0.9960873112373811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	88.03399999999999	4.0	0.00023001147966384867	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0188_000000008100	3281	0.7267786222143545	4	4	2	3	3	True	74598	fragment	False	ENG0009_000000003676	0.9967634478670326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	88.77600000000001	3.0	0.00019028222408554754	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0011_01_000000011451	3279	0.7267786222143545	4	4	2	3	3	True	74598	fragment	False	ENG0009_000000003676	0.9935918938581666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	86.585	3.0	0.000156826008861715	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0105_000000005840	2949	0.7267775603232424	5	4	3	2	3	False	32950	maximal	True	ISR0105_000000005840	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1573.0	98.85600000000001	62.0	0.00021756764630697604	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
CHI0062_000000002258	7004	0.7267743040899458	7	6	6	6	5	False	99572	fragment	False	CHI0062_000000002258	1.0		0	0	False	False	0.9992861151695251	0					non-mobilizable	plasmid	3491.0	99.914	99.0	0.014322649484959166	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MON0090_000000025275	2344	0.7267727890027343	4	3	3	1	1	False	13811	fragment	False	MON0090_000000025275	1.0		0	0	False	False	0.988054633140564	0					non-mobilizable	no_good_hit	1456.0	95.19200000000001	62.0	0.08390075014425852	NZ_CABIWU010000048.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0169_000000012360	1925	0.7267571856567907	3	3	3	2	2	False	92365	maximal	True	ENG0169_000000012360	1.0		15	4	False	False	1.0	0					non-mobilizable	chromosome	1423.0	98.03200000000001	99.0	0.0004583366505260396	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0202_000000011472	1866	0.7267571856567907	3	3	3	2	2	False	92364	fragment	False	ENG0202_000000011472	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1867.0	98.822	100.0	0.0006014459844455625	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0153_000000014660	2049	0.7267535527760121	4	3	2	3	2	False	56941	maximal	True	ENG0153_000000014660	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0003_000000006954	3564	0.7267405246604365	7	6	4	4	4	False	52206	fragment	False	FIJ0003_000000006954	1.0		0	0	False	True	0.9994388222694397	0					non-mobilizable	other	1684.0	98.456	100.0	0.0005235784518379377	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
TAN0002_000000019281	2041	0.7267332062311671	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.2056474402232837		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	87.611	99.0	0.000471793692175541	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0103_000000017954	1276	0.7267308389774176	3	2	2	2	2	False	42548	maximal	True	FIJ0103_000000017954	1.0		263	14	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	80.315	10.0	0.0009986179128086729	NZ_JH976442.1	firmicutes	Amphibacillus jilinensis Y1 Scaffold9, whole genome shotgun sequence	True	False
ENG0155_000000001959	11835	0.726730325782511	17	5	5	5	5	False	117958	maximal	True	ENG0155_000000001959	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3275.0	96.70200000000001	73.0	0.019328272997805086	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
MAD0096_000000008293	2211	0.7267213968892571	2	2	2	2	2	False	124158	maximal	False	MON0070_000000013243	0.6162170738148095		0	0	False	False	0.997286319732666	0					non-mobilizable	other	2208.0	87.455	99.0	0.0006265073647970423	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0075_000000011118	2276	0.7267190277439163	3	3	2	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.635856862278229		0	0	False	False	1.0	0					non-mobilizable	chromosome	2264.0	85.954	99.0	0.0007860067788291949	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0070_000000010392	2005	0.7267172705962348	6	5	1	2	4	False	34908	fragment	False	ISR0070_000000010392	1.0		0	0	False	False	0.9985037446022034	0					non-mobilizable	no_good_hit	746.0	90.34899999999999	50.0	0.0001221844079247003	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
MON0007_000000013516	4030	0.7266961633765125	6	6	6	6	6	False	86227	fragment	False	FIJ0165_000000004412	0.9570362347991903		0	0	False	False	0.9970223307609558	0					non-mobilizable	other	3946.0	98.175	98.0	0.10812885538039753	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ISR0840_000000016132	1157	0.7266861493025398	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.14456814317265154		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	99.044	99.0	0.014301170208797086	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0151_000000013910	1227	0.7266828520514067	2	2	2	2	1	False	42180	fragment	False	FIJ0151_000000013910	0.9874551971326164		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	99.185	100.0	0.00023228231585089977	CP052265.1	enterobacteria	Klebsiella pneumoniae strain E16KP0287 chromosome, complete genome	False	False
ENG0044_000000002365	7853	0.7266823182329845	6	5	5	5	5	False	132486	fragment	False	ISR0176_000000003732	0.9875059711150745		0	0	False	False	0.9998726844787598	0					non-mobilizable	no_good_hit	974.0	95.38	71.0	0.0002767609019049001	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0158_000000003604	4581	0.7266659689552641	4	4	4	3	3	True	131602	fragment	False	MON0072_000000003974	0.9631074730141046		0	0	False	False	1.0	0					non-mobilizable	other	4581.0	100.0	100.0	0.0020229181610348862	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	True
DEN0089_000000004591	4153	0.7266588780676211	3	3	3	3	3	True	130091	fragment	False	ISR0047_000000005869	0.599409894953509		0	0	False	False	0.9985552430152893	0					non-mobilizable	chromosome	2461.0	93.499	100.0	0.0008624197083369944	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ETH0003_000000009198	3731	0.7266588780676211	3	3	3	3	3	True	130091	fragment	False	ISR0047_000000005869	0.3303425044709156		0	0	False	False	1.0	0					non-mobilizable	chromosome	2458.0	92.758	100.0	0.0008613610916737329	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0140_000000015588	2037	0.7266585908244699	2	2	2	2	2	False	65084	fragment	False	ENG0038_000000011028	0.9382544103992572		0	0	False	False	0.9970545172691345	0					non-mobilizable	no_good_hit								True	False
ISR0279_000000015837	1431	0.726657026901759	2	2	1	1	2	True	26225	fragment	False	ISR0279_000000015837	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1432.0	96.648	100.0	0.00050863196167736	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
FIJ0032_000000011900	2937	0.7266500137278549	4	3	2	2	3	False	95914	fragment	False	SPA0077_000000008270	0.4793950993360401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	845.0	75.74	28.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0103_000000047325	1247	0.7266498824700269	3	2	2	2	2	False	81147	fragment	False	MON0069_000000038255	0.9479813407272317		0	0	False	False	0.9967923164367676	0					non-mobilizable	no_good_hit	466.0	72.961	36.0	0.0004910230769982846	NZ_CABJCG010000001.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
SPA0003_000000004090	4309	0.7266420991305181	5	5	5	4	4	False	99234	maximal	True	SPA0003_000000004090	1.0		15	5	False	False	0.9886284470558167	0					non-mobilizable	no_good_hit	1314.0	78.995	30.0	0.0004441710264086408	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0038_000000016691	1975	0.7266416272611679	4	4	3	3	2	False	56510	fragment	False	ISR0038_000000016691	0.9904660726319984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	7.0	0.0016180680493793635	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
FIJ0145_000000001138	8272	0.726631628578866	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9516379248215383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3132.0	96.711	38.0	0.5042901084668933	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CAN0012_000000008245	6680	0.7266310292909284	2	1	1	1	1	False	94313	fragment	False	CAN0012_000000008245	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6680.0	99.985	100.0	0.05370395683742472	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0071_000000036832	1208	0.7266310292909284	2	1	1	1	1	False	83752	fragment	False	DEN0071_000000036832	1.0		0	0	False	False	0.9991722106933594	0					non-mobilizable	other	1049.0	98.475	96.0	0.008410591234009022	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0043_000000026592	1124	0.7266310292909284	1	1	1	1	1	False	83743	fragment	False	TAN0027_000000009418	0.7386836011000144		0	0	False	False	0.97775799036026	0					non-mobilizable	other	1125.0	98.044	100.0	0.009037767253371071	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0151_000000010567	1782	0.7266281563272431	3	3	3	2	2	False	56510	fragment	False	ISR0038_000000016691	0.9766101083686893		0	0	False	False	0.9988776445388794	0					non-mobilizable	no_good_hit	142.0	78.873	8.0	0.001572807404641479	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
ISR0037_000000010580	2125	0.7266185060896587	3	3	3	3	3	False	126256	fragment	False	AST0010_000000013853	0.9935080344933105		0	0	False	False	0.9990588426589966	0					non-mobilizable	no_good_hit	1822.0	79.857	85.0	0.0004811958273371753	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
AST0010_000000013853	2125	0.7266185060896587	3	3	3	3	3	False	126256	fragment	False	AST0010_000000013853	0.993911346155755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	79.91199999999999	85.0	0.0004811958273371753	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0107_000000028988	2065	0.7266185060896587	3	3	3	3	3	False	126256	fragment	False	AST0010_000000013853	0.9822781070965902		0	0	False	False	0.9980629682540894	0					non-mobilizable	other	1875.0	80.107	91.0	0.0004952550218514368	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0819_000000013069	2015	0.7266185060896587	3	3	3	3	3	False	126256	fragment	False	AST0010_000000013853	0.9792319885371665		0	0	False	False	0.9990074634552002	0					non-mobilizable	other	1838.0	80.033	91.0	0.0004854401124735561	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0086_000000013602	2015	0.7266185060896587	3	3	3	3	3	False	126256	fragment	False	AST0010_000000013853	0.9796306293486409		0	0	False	False	0.9995037317276001	0					non-mobilizable	other	1838.0	80.087	91.0	0.0004854401124735561	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
SPA0040_000000020885	2004	0.7266185060896587	3	3	3	3	3	False	126256	fragment	False	AST0010_000000013853	0.9773368505845158		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	79.91199999999999	91.0	0.0004811958273371753	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
SPA0132_000000020654	2002	0.7266185060896587	3	3	3	3	3	False	126256	fragment	False	AST0010_000000013853	0.9772996087584246		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	79.91199999999999	91.0	0.0004811958273371753	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0152_000000011793	1999	0.7266185060896587	3	3	3	3	3	False	126256	fragment	False	AST0010_000000013853	0.9763705502491831		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	79.857	91.0	0.0004811958273371753	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
FIJ0056_000000004336	5554	0.7266166184046603	6	2	2	2	2	False	46213	maximal	True	FIJ0056_000000004336	1.0		1	1	False	False	0.9985595941543579	0					non-mobilizable	no_good_hit	230.0	80.87	6.0	7.712135537894274e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0014_000000007806	2847	0.7266033316325836	3	2	2	2	2	False	7947	fragment	False	SPA0014_000000007806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0130_000000012681	1622	0.7266027937661058	3	2	2	2	2	False	40875	fragment	False	FIJ0130_000000012681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	81.41199999999999	73.0	0.0193724790567794	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
CHI0041_000000008080	1805	0.7266020904179834	4	3	0	1	2	False	116584	backbone	False	USA0025_01_000000005434	0.026193356815416843	PS778	0	0	False	True	0.992243766784668	0					non-mobilizable	plasmid	1805.0	100.0	100.0	0.43490838958534234	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0278_000000006736	1718	0.7266020904179834	4	3	0	1	2	False	116584	backbone	False	USA0025_01_000000005434	0.017875469756080623	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1718.0	100.0	100.0	0.4139344262295082	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0827_000000006863	1696	0.7266020904179834	4	3	0	1	2	False	116584	backbone	False	USA0025_01_000000005434	0.017703687519733093	PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	1696.0	100.0	100.0	0.4086306653809065	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
FIJ0071_000000029769	1257	0.7266020904179834	3	3	0	1	2	False	44809	fragment	False	FIJ0071_000000029769	1.0		0	0	False	False	0.9984089136123657	0					non-mobilizable	other	1257.0	99.045	100.0	0.2955027077937368	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
MON0087_000000016939	2923	0.7265923737144354	3	3	3	3	3	False	9702	maximal	True	MON0087_000000016939	1.0		1	1	False	False	0.9976052045822144	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00029006091279168623	NZ_ATCL01000012.1	firmicutes	Exiguobacterium chiriqhucha RW-2 contig-12, whole genome shotgun sequence	True	False
SPA0067_000000002603	8380	0.7265905912271751	10	9	3	7	8	True	6059	fragment	False	SPA0067_000000002603	0.9989438943894389		0	0	False	False	1.0	0					non-mobilizable	plasmid	8380.0	99.988	100.0	0.07777633386551813	CP024254.1	enterobacteria	Escherichia coli strain ATCC 43886 plasmid unnamed1, complete sequence	False	True
ISR0152_000000013909	1694	0.7265869164618295	2	2	2	2	1	False	30712	fragment	False	ISR0152_000000013909	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	98.583	100.0	0.0021231103001573834	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
SPA0105_000000016372	1494	0.7265856698518043	2	2	2	2	1	False	4779	maximal	True	SPA0105_000000016372	1.0		4	4	False	False	1.0	0					non-mobilizable	other	1494.0	100.0	100.0	0.006102919836328928	NZ_CABMLE010000002.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	False	False
FIJ0099_000000002621	8497	0.7265835790973374	13	13	6	10	13	True	114232	fragment	False	MAD0057_000000001486	0.9482475355969332		0	0	False	False	1.0	0					non-mobilizable	plasmid	8499.0	99.365	100.0	0.06839877014214195	CP029213.1	enterobacteria	Escherichia coli strain H8Ecoli plasmid p2-H8	False	True
MAD0040_000000030576	1129	0.7265712637073571	1	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.6736599844733262		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	99.646	100.0	0.00023451943060012856	CP010117.1	enterobacteria	Escherichia coli strain C2, complete genome	False	False
MAD0111_000000003673	4575	0.7265659386657198	4	4	4	4	4	False	90162	fragment	False	MAD0111_000000003673	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4575.0	100.0	100.0	0.0009603646950285695	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
USA0034_01_000000010562	5398	0.7265653096966438	5	5	4	3	2	False	91331	fragment	False	SPA0093_000000007100	0.9597399986478301		0	0	False	False	0.9981474876403809	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
ISR0796_000000004866	4415	0.7265653096966438	5	5	4	3	2	False	91328	fragment	False	ISR0796_000000004866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
CHI0073_000000006126	1295	0.7265652127147594	1	1	1	1	1	False	84775	fragment	False	CHI0073_000000006126	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1018.0	92.73100000000001	96.0	0.02182249030590263	NZ_QRYH01000020.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf20, whole genome shotgun sequence	False	False
CAN0023_000000003241	2595	0.7265604598235683	4	4	4	4	3	False	91275	maximal	True	CAN0023_000000003241	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1942.0	82.595	83.0	0.00027382457273486386	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0373_000000013812	1224	0.7265573519597047	4	2	1	1	1	True	23429	maximal	True	ISR0373_000000013812	1.0		0	0	False	False	0.951797366142273	0					non-mobilizable	no_good_hit	659.0	98.179	54.0	0.00017511685324063319	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
CHI0176_000000006077	1266	0.7265566518542387	3	2	2	2	2	False	77704	maximal	True	CHI0176_000000006077	0.9912572855953372		364	9	False	False	1.0	0					non-mobilizable	other	1198.0	99.08200000000001	94.0	0.02189260370180701	NZ_JAAIQH010000019.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_19_length_54676_cov_322.576, whole genome shotgun sequence	False	False
AUS0018_000000025730	1113	0.7265563417763015	2	1	1	1	1	True	99731	fragment	False	AUS0018_000000025730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0198_000000022833	1454	0.7265486859341609	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.27281006775869376		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	90.76	100.0	0.0004371693944089888	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0139_000000003847	4638	0.7265486166293151	8	6	4	5	5	False	57879	fragment	False	ENG0139_000000003847	0.9572798605056669		0	0	False	False	1.0	0					non-mobilizable	other	4485.0	99.955	100.0	0.0009660353684420978	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MON0031_000000019509	1643	0.7265453611929332	3	3	3	2	3	False	12447	maximal	True	MON0031_000000019509	1.0		2	1	False	False	0.9908703565597534	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	3.212089693780782e-05	NZ_CABPSQ010000001.1	b-proteobacteria	Pandoraea captiosa strain LMG 31118, whole genome shotgun sequence	True	False
ISR0382_000000002571	4820	0.7265427571382488	5	4	4	4	4	True	120762	fragment	False	ISR0382_000000002571	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2620.0	96.83200000000001	91.0	0.0009707541293244962	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MON0014_000000001412	8818	0.7265354379458717	12	9	7	9	3	False	113966	fragment	False	MON0014_000000001412	1.0		0	0	False	False	0.9909276366233826	0					non-mobilizable	no_good_hit	551.0	98.185	6.0	0.0561396345820149	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
FIJ0013_000000000996	18058	0.726530745163707	17	5	4	5	4	True	62424	fragment	False	FIJ0013_000000000996	0.9887717827414815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	84.27	0.0	2.9081739074625747e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	True
MON0030_000000009595	3521	0.7265292330983328	4	2	2	2	2	False	12526	maximal	True	MON0030_000000009595	1.0		1	1	False	False	0.9994319677352905	0					non-mobilizable	no_good_hit	116.0	100.0	3.0	2.412988677417825e-05	CP051765.1	enterobacteria	Escherichia coli strain SCU-113 chromosome, complete genome	True	False
DEN0016_000000006359	1497	0.7265234813029335	2	2	2	1	1	False	94019	fragment	False	ISR0777_000000012017	0.9497307493022671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	90.244	10.0	3.613235696991685e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0128_000000025239	1194	0.7265180965810594	1	1	1	1	1	False	58577	fragment	False	ENG0128_000000025239	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	97.152	100.0	0.0004970187208996164	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	False	False
SPA0139_000000014513	1929	0.7265151819700513	4	2	2	2	1	False	30115	fragment	False	SPA0139_000000014513	1.0		0	0	False	False	0.9792638421058655	0					non-mobilizable	no_good_hit	962.0	98.649	50.0	0.20724606426568903	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	False
ISR0168_000000018887	1291	0.7265151819700513	2	2	2	2	1	False	30114	fragment	False	ISR0168_000000018887	1.0		0	0	False	False	0.9674670696258545	0					non-mobilizable	no_good_hit	706.0	98.44200000000001	55.0	0.15203795557472505	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	False
MAD0106_000000003922	4363	0.7265151592726937	6	3	2	3	2	False	39556	fragment	False	MAD0106_000000003922	1.0		0	0	False	True	0.9899151921272278	0					non-mobilizable	no_good_hit	71.0	100.0	2.0	2.4701055476100492e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0156_000000011739	1469	0.7265131702922047	2	2	2	1	1	False	56676	fragment	False	ENG0156_000000011739	1.0		0	0	False	False	0.9843431115150452	0					non-mobilizable	no_good_hit	552.0	76.993	36.0	0.19410929737402413	NZ_CACWHD010000087.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0133_000000006334	3068	0.7265124409625799	5	4	3	3	3	True	127834	maximal	True	ISR0133_000000006334	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	1791.0	91.848	58.0	0.0005380314792072059	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0183_000000009838	2831	0.7265038449439672	3	3	3	3	2	False	91231	fragment	False	ENG0183_000000009838	1.0		0	0	False	False	0.9982338547706604	0					non-mobilizable	other	2827.0	98.90299999999999	99.0	0.0007792287289996341	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
MAD0041_000000028955	1301	0.7265029590864901	3	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.04583539703491327		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	98.155	100.0	0.002716226473484904	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0041_000000023675	1590	0.7264944558890584	2	2	2	2	1	False	49063	maximal	True	FIJ0041_000000023675	0.9956953642384105		31	3	False	False	0.9968553185462952	0					non-mobilizable	other	1590.0	97.54700000000001	100.0	0.12313056954668733	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0013_000000023076	1189	0.7264912656493369	4	1	1	1	1	True	75858	fragment	False	SPA0132_000000025965	0.42124198576395827		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	99.916	100.0	0.008150384193194292	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ISR0276_000000003739	2748	0.7264859331160446	3	3	3	3	2	False	26320	maximal	True	ISR0276_000000003739	1.0		6	2	False	False	0.9967249035835266	0					non-mobilizable	no_good_hit	633.0	87.994	26.0	0.009472362189235401	NZ_CABMGA010000015.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0181_000000008928	2297	0.7264834143827421	3	1	1	1	1	False	77431	fragment	False	CHI0181_000000008928	0.9908137142518395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000013573	2555	0.7264807591102531	5	4	4	4	2	False	105077	maximal	True	AST0148_000000013573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	95.53299999999999	28.0	0.00024155330276214284	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0018_000000000089	12178	0.726479808175947	18	9	6	6	3	False	52086	fragment	False	MAD0018_000000000089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0061_000000011226	3776	0.7264713328773368	3	2	2	2	2	False	123082	maximal	False	MON0091_000000003119	0.9398332304936986		0	0	False	False	0.9994703531265259	0					non-mobilizable	chromosome	3792.0	87.711	100.0	0.0016208421432678665	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0364_000000001089	12092	0.7264677066859504	17	5	2	4	2	True	58650	fragment	False	ISR0364_000000001089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	83.704	1.0	0.001172808479493488	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
DEN0007_000000012071	2178	0.7264671430166021	2	2	2	2	2	False	76308	fragment	False	DEN0007_000000012071	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2178.0	99.86200000000001	100.0	0.0006213445702419048	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0158_000000003342	4385	0.7264655463807342	4	3	2	3	1	True	95150	maximal	True	CHI0158_000000003342	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	95.0	2.0	2.1992553154469846e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0176_000000022990	1487	0.7264634943291299	2	2	2	2	1	False	32701	fragment	False	ISR0176_000000022990	1.0		0	0	False	False	0.9858776330947876	0					non-mobilizable	other	1487.0	98.655	100.0	0.003914069578776577	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
USA0053_01_000000008112	2517	0.7264599831881876	3	2	2	2	2	True	49944	fragment	False	USA0053_01_000000008112	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2517.0	100.0	100.0	0.12268981323450528	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
FIJ0159_000000011022	2207	0.7264599831881876	2	2	2	2	2	True	49943	fragment	False	FIJ0159_000000011022	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2184.0	99.13	99.0	0.016749917516439165	CP045691.1	enterobacteria	Klebsiella pneumoniae strain TK421 plasmid pTK421_1, complete sequence	False	True
ISR0385_000000001077	13930	0.7264588265919157	18	6	5	5	3	True	72585	maximal	True	ISR0385_000000001077	1.0		1	1	False	False	0.9994974732398987	0					non-mobilizable	no_good_hit	672.0	94.04799999999999	9.0	0.05002982403817477	NZ_CABMGA010000030.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0038_000000030853	1172	0.7264578024977983	2	2	2	2	2	False	36587	maximal	True	ISR0038_000000030853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	98.008	30.0	6.94247740917851e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0044_000000009832	1612	0.7264577019617003	3	3	3	2	1	True	87248	maximal	True	CHI0044_000000009832	1.0		59	7	False	False	0.9993796348571777	0					non-mobilizable	chromosome	1613.0	95.288	100.0	0.00040787660099794314	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	False	True
FIJ0068_000000025913	1242	0.726451288626663	2	2	2	1	1	False	55957	fragment	False	ENG0168_000000024184	0.9754035357417372		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	100.0	100.0	0.000238831040414215	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
CHI0187_000000001706	10590	0.7264509688530086	14	14	6	6	14	False	77112	fragment	False	CHI0187_000000001706	1.0		0	0	False	False	0.9999055862426758	0	rep_cluster_2131				non-mobilizable	plasmid	10590.0	100.0	100.0	0.103784218212469	AP022651.1	enterobacteria	Escherichia coli 09-02E plasmid p1-09-02E DNA, complete genome	False	True
SPA0112_000000012535	2706	0.7264501638532691	4	4	4	3	3	False	4540	maximal	True	SPA0112_000000012535	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	91.867	81.0	0.00036936916201830733	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
SPA0048_000000007346	2730	0.7264440129282271	3	3	3	3	3	False	84417	fragment	False	SPA0048_000000007346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	94.741	94.0	0.0005529980762863202	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ENG0016_000000001561	13621	0.7264414636925312	12	10	7	9	3	False	80138	fragment	False	ENG0016_000000001561	1.0		0	0	False	False	0.9998531937599182	0					non-mobilizable	no_good_hit	253.0	82.213	2.0	8.853246113513489e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0116_000000002654	7288	0.7264291634587606	7	5	4	5	4	False	82207	maximal	True	CHI0116_000000002654	1.0		2	1	False	False	1.0	0					non-mobilizable	other	4524.0	91.976	97.0	0.07636683111441508	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	False
ENG0061_000000006559	3233	0.726414425544173	3	2	1	2	2	False	131929	fragment	False	ISR0847_000000007791	0.7208025091381165		0	0	False	False	0.9993813633918762	0					non-mobilizable	no_good_hit	2604.0	81.221	80.0	0.12937733373700677	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0067_000000020068	1525	0.7264140759950006	2	2	2	2	1	False	35068	fragment	False	ISR0853_000000010843	0.9489734299516908		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	97.641	100.0	0.0003736511231231938	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0020_000000011448	1838	0.7264139612170125	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.8759864182912362		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	88.34100000000001	100.0	0.0005539887642648343	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0108_000000003094	8923	0.7263936333511734	9	7	6	6	6	True	120777	maximal	True	SPA0108_000000003094	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	5300.0	94.226	73.0	0.0009814494331119783	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
MON0110_000000008747	1748	0.7263881547189923	2	2	2	2	2	False	8471	fragment	False	MON0110_000000008747	1.0		0	0	False	False	0.9994279146194458	0					non-mobilizable	no_good_hit	983.0	73.042	56.0	0.0002911676060895111	NZ_CP048649.1	firmicutes	Aminipila butyrica strain DSM 103574 chromosome, complete genome	True	False
ENG0141_000000011780	2299	0.7263878223039199	2	2	2	2	2	False	57737	backbone	False	ISR0816_000000016990	0.987070792708775	PS251	0	0	True	True	0.9965202212333679	2					non-mobilizable	no_good_hit	1188.0	71.128	56.0	0.003297306163078089	NZ_PKGT01000002.1	high GC Gram+	Alloscardovia omnicolens strain UMB0006 .21837_8_85.2, whole genome shotgun sequence	True	True
AST0019_000000005015	5078	0.7263851347961022	4	3	3	2	2	False	122884	maximal	True	AST0019_000000005015	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	72.84100000000001	15.0	0.002137630742670105	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
SPA0031_000000016440	1958	0.7263838269632434	3	2	2	2	1	False	49216	maximal	True	SPA0031_000000016440	1.0		53	10	False	False	0.9913176894187927	0					non-mobilizable	no_good_hit	1701.0	99.647	87.0	0.032509752925877766	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0024_000000017274	1512	0.7263826245032389	2	1	1	1	1	False	80996	fragment	False	ISR0024_000000017274	0.9688184155473806		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	91.34200000000001	100.0	0.00026374194133967294	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
DEN0051_000000034640	1399	0.7263826245032389	2	1	1	1	1	False	80996	fragment	False	ISR0024_000000017274	0.9375490549138018		0	0	False	False	1.0	0					non-mobilizable	chromosome	1403.0	92.801	100.0	0.0002567534608456482	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
SPA0026_000000028148	1236	0.7263791527170713	2	2	2	2	2	False	65936	fragment	False	ENG0027_000000017364	0.9541319181197877		0	0	False	False	0.9991909265518188	0					non-mobilizable	no_good_hit	539.0	100.0	44.0	0.0018487019569438001	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0061_000000025096	1805	0.7263787857037294	2	2	2	2	2	False	62598	fragment	False	MON0061_000000025096	0.9575832783641018		0	0	False	False	1.0	0					non-mobilizable	chromosome	1821.0	80.176	100.0	0.0005351735167593422	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0237_000000011419	1125	0.7263749807763725	1	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.02721414434230498	PS721	0	0	False	True	0.9724444150924683	0					non-mobilizable	other	1094.0	74.314	96.0	0.13138330286410727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MON0087_000000047354	1092	0.7263749807763725	1	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.02719304115080853	PS721	0	0	False	True	0.9990842342376709	0					non-mobilizable	other	1101.0	74.387	99.0	0.13223644119439365	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CAN0013_000000001256	23547	0.7263737005940477	27	14	7	14	6	True	93920	fragment	False	CAN0013_000000001256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5734.0	77.45	39.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0036_000000003105	6426	0.7263687297686695	9	6	4	5	5	True	120935	maximal	True	SPA0036_000000003105	1.0		22	3	False	False	1.0	0					non-mobilizable	no_good_hit	5333.0	99.175	83.0	0.1447497013790857	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
ENG0211_000000012228	2045	0.7263674776279903	3	3	3	3	1	False	53656	maximal	True	ENG0211_000000012228	1.0		2	2	False	False	0.9995110034942627	0					non-mobilizable	no_good_hit	961.0	91.363	47.0	0.0002692286290642141	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0788_000000000579	9835	0.7263656752842729	21	3	2	3	2	False	41757	maximal	True	ISR0788_000000000579	1.0	PS142	1	1	True	True	1.0	13					non-mobilizable	no_good_hit	144.0	84.72200000000001	2.0	0.01352918438345574	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	True
FIJ0115_000000004463	5520	0.7263656752842729	12	3	2	3	2	False	41753	fragment	False	FIJ0115_000000004463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	84.146	1.0	0.00782759953614225	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	False
SPA0093_000000004590	8652	0.7263629393192443	11	2	1	2	1	False	80297	maximal	False	ISR0045_000000002548	0.9166471625914211	PS382	0	0	True	True	1.0	91					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00023441867174774146	NZ_FZPC01000016.1	g-proteobacteria	Pseudomonas delhiensis strain RLD-1, whole genome shotgun sequence	True	True
ISR0230_000000013454	2420	0.7263623293722704	2	2	2	2	2	False	87662	fragment	False	ISR0230_000000013454	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2441.0	98.075	100.0	0.0007833598947986187	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0084_000000003543	1497	0.7263597688723429	2	2	2	2	2	False	69047	fragment	False	DEN0084_000000003543	0.9922316384180792		0	0	False	False	1.0	0					non-mobilizable	chromosome	1497.0	99.866	100.0	0.0002792473835024155	CP052136.1	enterobacteria	Klebsiella pneumoniae strain F17KP0054 chromosome, complete genome	False	False
ISR0094_000000005606	3833	0.7263535294194525	5	3	2	3	3	False	33467	maximal	True	ISR0094_000000005606	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000010400	2289	0.7263413304092301	3	3	3	1	1	False	32600	maximal	True	ISR0200_000000010400	1.0		1	1	False	False	0.9890782237052917	0					non-mobilizable	no_good_hit	806.0	99.75200000000001	81.0	0.00280650132132174	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
MON0014_000000008771	1880	0.7263402563387271	2	2	2	2	2	False	96513	maximal	True	MON0014_000000008771	0.9577007511089505		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	91.384	58.0	0.017937736781419866	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0005_000000010490	3009	0.726338370426085	5	5	4	4	5	False	51907	maximal	True	FIJ0005_000000010490	1.0		3	1	False	False	0.9996676445007324	0					non-mobilizable	plasmid	1102.0	99.90899999999999	99.0	0.004084373284266445	CP055310.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00866 plasmid pRHBSTW-00866_2, complete sequence	False	True
ISR0151_000000012566	1642	0.7263326043722783	4	1	1	1	1	False	81624	maximal	False	USA0071_01_000000006779	0.9586636466591166		0	0	False	False	0.9993909597396851	0					non-mobilizable	no_good_hit								True	False
ENG0020_000000002285	8898	0.7263314451736487	12	4	3	4	1	True	118905	fragment	False	CAN0001_000000004595	0.7645352240287495		0	0	False	False	0.99887615442276	0					non-mobilizable	other	8884.0	99.98899999999999	99.0	0.0023787979291095187	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0063_000000002947	8837	0.7263314451736487	12	4	3	4	1	True	118905	fragment	False	CAN0001_000000004595	0.7652305986495644		0	0	False	False	0.9985288977622986	0					non-mobilizable	other	8838.0	98.12200000000001	100.0	0.0023664794888597113	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0033_000000000909	6787	0.7263314451736487	8	4	3	4	1	True	94266	fragment	False	CHI0033_000000000909	1.0		0	0	False	False	0.9998526573181152	0					non-mobilizable	other	6741.0	100.0	99.0	0.0018049192887761066	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0799_000000002225	5750	0.7263314451736487	7	4	3	4	1	True	94265	fragment	False	ISR0799_000000002225	0.9749755665233985		0	0	False	False	1.0	0					non-mobilizable	other	5750.0	98.557	100.0	0.0015395372390465635	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0070_000000006173	4392	0.7263235748555894	3	3	3	1	2	False	94880	maximal	True	MON0070_000000006173	1.0		11	6	False	False	1.0	0					non-mobilizable	other	2195.0	99.36200000000001	99.0	0.00036712629964634393	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0054_000000002665	8842	0.7263200607017306	12	9	5	4	6	True	88366	fragment	False	ENG0054_000000002665	1.0		0	0	False	False	0.9993214011192322	0			MPF_T		non-mobilizable	no_good_hit								True	True
ISR0230_000000003363	7201	0.7263103831712445	8	5	3	5	3	False	122858	fragment	False	ISR0076_000000002357	0.3529762187741373		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	93.619	13.0	0.0003331113767062695	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0071_000000006046	5873	0.7263084015171548	8	6	4	5	3	True	131979	fragment	False	FIJ0071_000000006046	1.0		0	0	False	False	0.9993188977241516	0					non-mobilizable	no_good_hit								True	True
CHI0123_000000002952	4617	0.726303270839702	5	4	3	3	3	False	102124	maximal	True	CHI0123_000000002952	1.0		35	4	False	False	0.9995667934417725	0	Inc18				non-mobilizable	no_good_hit	3794.0	99.97399999999999	82.0	0.017802998300900243	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	True	True
MAD0002_000000006947	4441	0.7263025213565033	5	4	4	4	3	False	115822	fragment	False	MAD0002_000000006947	1.0		0	0	False	False	0.9984237551689148	0					non-mobilizable	no_good_hit	675.0	75.407	15.0	0.00020656927630445076	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0134_000000013127	2478	0.7263004381044641	3	2	1	1	1	False	120153	backbone	True	ISR0134_000000013127	1.0	PS832|PS835	50	7	True	True	1.0	17	rep_cluster_475				non-mobilizable	other	1661.0	100.0	100.0	0.28779472954230234	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0130_000000013648	2163	0.7263004381044641	2	2	1	1	1	False	120118	backbone	False	CAN0002_000000007416	0.6512173033615402	PS832	0	0	True	True	1.0	16	rep_cluster_475				non-mobilizable	other	1661.0	99.94	100.0	0.28779472954230234	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0087_000000009645	3629	0.7262925989734053	4	4	3	4	3	False	111013	maximal	True	AST0087_000000009645	1.0		56	6	False	False	0.9994488954544067	0					non-mobilizable	other	3625.0	98.95200000000001	99.0	0.03478895277956437	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	False	False
SPA0138_000000024234	1128	0.7262880349410551	2	2	2	1	1	False	3519	maximal	True	SPA0138_000000024234	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	71.745	31.0	0.0002078535674561373	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
ISR0831_000000002816	5544	0.7262835300354802	6	6	4	3	3	False	115351	maximal	True	ISR0831_000000002816	1.0		1	1	False	False	0.9996392726898193	0					non-mobilizable	no_good_hit	4965.0	93.93799999999999	89.0	0.0011574106477113552	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0017_000000014296	2358	0.7262805988032199	3	3	2	3	3	False	117114	fragment	False	ISR0017_000000014296	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	89.195	96.0	0.0003869918557781363	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0057_01_000000003432	8347	0.7262757157029385	14	8	6	6	7	False	995	maximal	True	USA0057_01_000000003432	1.0		1	1	False	False	0.9996405839920044	0					non-mobilizable	no_good_hit	50.0	100.0	1.0	0.001034803176212198	NZ_JAAVNF010000044.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_16_length_47242_cov_33.352505, whole genome shotgun sequence	True	False
ISR0067_000000012321	2367	0.7262726610320962	2	2	2	2	2	False	35082	maximal	True	ISR0067_000000012321	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	93.57	74.0	0.00030615882133271175	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0210_000000004555	4172	0.7262635719203635	5	4	3	4	4	False	121290	fragment	False	ISR0210_000000004555	1.0		0	0	False	True	0.9964045882225037	0					non-mobilizable	no_good_hit	3577.0	88.95700000000001	86.0	0.0007382342750210902	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
ENG0125_000000012741	2053	0.7262608685425243	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.2063780392724384		0	0	False	False	0.999025821685791	0					non-mobilizable	no_good_hit	1278.0	86.15	62.0	0.00035681219067305235	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0020_000000014937	1428	0.7262598113962129	2	1	1	1	1	False	78215	fragment	False	FIJ0020_000000014937	0.9657204712701916		0	0	False	False	0.9796918630599976	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000004513	9491	0.7262568104955204	10	5	4	4	0	True	95431	fragment	False	CAN0007_000000004513	1.0		0	0	False	False	0.9981034398078918	0					non-mobilizable	no_good_hit	778.0	94.473	13.0	0.0004100227790432802	CP035434.1	firmicutes	Streptococcus pyogenes strain emm75.1 chromosome, complete genome	True	True
ISR0112_000000025344	1499	0.7262556580471488	2	2	2	2	2	False	32611	fragment	False	ISR0112_000000025344	1.0		0	0	False	False	0.9893262386322021	0					non-mobilizable	other	1503.0	88.62299999999999	100.0	0.17866507747318236	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
AST0084_000000031196	1136	0.7262549792471209	2	2	2	2	2	False	111226	fragment	False	ISR0370_000000023591	0.6302765647743813		0	0	False	False	0.9991196990013123	0					non-mobilizable	other	1136.0	97.447	100.0	0.00035309657922522834	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ITA0006_000000008670	2913	0.7262458365593106	2	2	2	2	1	True	20358	maximal	True	ITA0006_000000008670	1.0		1	1	False	False	0.9989701509475708	0					non-mobilizable	no_good_hit	1276.0	73.74600000000001	43.0	0.001734414662538155	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
ENG0114_000000007813	1962	0.7262446600906752	2	2	2	2	2	False	59576	maximal	True	ENG0114_000000007813	1.0		1	1	False	False	0.9943934679031372	0					non-mobilizable	no_good_hit								True	False
ENG0206_000000017409	1468	0.7262406012365882	4	4	4	1	2	False	53940	maximal	True	ENG0206_000000017409	1.0		8	4	False	False	0.9993187785148621	0					non-mobilizable	no_good_hit	1006.0	96.62	69.0	0.856655290102389	NZ_JWHR01000096.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig096, whole genome shotgun sequence	True	False
ENG0030_000000004982	4288	0.7262391121153178	9	5	2	4	2	False	115207	fragment	False	ENG0030_000000004982	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2365.0	99.74600000000001	100.0	0.01828466193107077	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0085_000000012558	2171	0.7262352826331337	3	3	3	3	2	False	11614	maximal	True	MON0085_000000012558	1.0		40	4	False	False	0.9995393753051758	0					non-mobilizable	other	2171.0	98.756	100.0	0.001207219271427307	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
MON0050_000000032326	1270	0.7262350511827284	1	1	1	1	1	False	11300	fragment	False	MON0050_000000032326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000029095	1383	0.7262343192493247	2	2	2	1	1	False	90898	fragment	False	ISR0182_000000029095	1.0		0	0	False	False	0.9963846802711487	0					non-mobilizable	no_good_hit								True	False
DEN0012_000000002611	2382	0.7262323051905112	3	3	1	3	2	False	75457	fragment	False	DEN0012_000000002611	1.0		0	0	False	False	1.0	0	IncFII,rep_cluster_2183				non-mobilizable	plasmid	2319.0	100.0	100.0	0.02291306281816834	CP021881.1	enterobacteria	Escherichia coli strain AR_0137 plasmid tig00001145_pilon, complete sequence	False	True
ENG0086_000000013755	1838	0.7262225801346955	3	3	3	3	1	False	103245	fragment	False	ENG0086_000000013755	0.9291418469263337		0	0	False	False	0.9978237152099609	0					non-mobilizable	other	1838.0	99.946	100.0	0.0033899431072694627	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ENG0193_000000009725	2089	0.7262182787333064	2	2	1	2	1	False	54592	fragment	False	ENG0193_000000009725	1.0		0	0	False	False	0.9990426301956177	0					non-mobilizable	other	2089.0	100.0	100.0	0.004839057310846859	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0054_000000016238	1592	0.7262181738595972	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.28990174911530875		0	0	False	False	0.9993718862533569	0					non-mobilizable	chromosome	1596.0	92.98200000000001	100.0	0.0005538646437071356	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0092_000000009743	1139	0.7262165148392822	2	2	2	1	1	False	83611	fragment	False	CHI0111_000000022430	0.7237243446761185		0	0	False	False	0.9973661303520203	0					non-mobilizable	chromosome	1139.0	95.698	100.0	0.00038304413725366777	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0010_000000009635	4410	0.7262162970347806	4	2	0	1	2	False	121675	maximal	True	DEN0010_000000009635	0.9778455222929372		1	1	True	True	1.0	35					non-mobilizable	plasmid	4014.0	99.975	95.0	0.9600478468899522	LN852745.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0054	False	True
AST0024_000000007443	4263	0.7262162970347806	3	2	0	1	2	False	121675	maximal	False	DEN0010_000000009635	0.9643449569941286		0	0	True	True	1.0	40					non-mobilizable	plasmid	2102.0	99.191	99.0	0.5023923444976076	LN852745.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0054	False	True
SPA0069_000000011589	1991	0.7262135796437288	3	3	3	3	2	False	54942	fragment	False	ISR0317_000000009438	0.9456264775413712		0	0	False	False	0.9964841604232788	0					non-mobilizable	no_good_hit	967.0	91.31299999999999	48.0	0.000270914820895514	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0052_000000021371	1711	0.7262087318136968	3	3	2	3	1	False	35786	maximal	True	ISR0052_000000021371	1.0		1	1	False	False	0.995908796787262	0					non-mobilizable	no_good_hit	1047.0	99.809	61.0	0.001229682610218827	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0049_000000007736	2289	0.7262069335331288	3	3	3	3	3	False	121032	fragment	False	MAD0049_000000007736	1.0		0	0	False	False	0.9973787665367126	0					non-mobilizable	no_good_hit	1109.0	72.58800000000001	48.0	0.00416128569378677	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0064_000000021146	1375	0.7262064336858856	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.5126107451842907		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	91.564	100.0	0.00041368508809776217	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0047_000000008321	1870	0.7262037728776197	3	2	1	2	2	False	86971	fragment	False	CHI0047_000000008321	1.0		0	0	False	False	0.9962567090988159	0					non-mobilizable	no_good_hit	124.0	100.0	7.0	1.9760432865937512e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
MON0043_000000023415	1263	0.7262017356579936	2	2	2	2	1	True	56650	fragment	False	USA0052_01_000000012003	0.7255720424082657		0	0	False	False	0.9976246953010559	0					non-mobilizable	chromosome	1182.0	99.323	94.0	0.00034235009863219394	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0044_000000009344	1749	0.7261998455484986	3	1	1	1	1	False	119967	maximal	True	ENG0044_000000009344	1.0		1	1	False	False	0.9971412420272827	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000003442	10762	0.7261995614247435	11	11	11	10	11	False	101281	maximal	True	CAN0016_000000003442	1.0		19	8	False	False	0.9997212290763855	0					non-mobilizable	chromosome	10763.0	99.823	100.0	0.004550647839393676	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0114_000000008445	4342	0.7261929743169505	7	7	2	5	6	False	80537	maximal	True	FIJ0114_000000008445	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	4342.0	98.87100000000001	100.0	0.022859640438551224	MN310379.1	enterobacteria	Klebsiella quasipneumoniae strain A2508 plasmid pA2508-NR, complete sequence	False	True
CHI0130_000000012425	1355	0.726192738903622	1	1	1	1	1	False	92027	fragment	False	CHI0130_000000012425	0.9906101939678562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	83.333	13.0	0.2048894062863795	GQ875831.1		Uncultured organism clone VC1A654TR genomic sequence	True	False
ISR0122_000000004216	3844	0.7261906537937394	4	3	3	3	3	False	32165	maximal	True	ISR0122_000000004216	1.0		3	3	False	False	0.9997398257255554	0					non-mobilizable	no_good_hit	1351.0	97.335	41.0	0.00020771039447434962	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0065_000000002087	11909	0.7261879490100824	17	16	5	9	12	True	101510	fragment	False	ENG0065_000000002087	1.0		0	0	False	False	0.998824417591095	0					non-mobilizable	other	11911.0	98.959	100.0	0.0035593944425493826	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
AST0007_000000006575	2859	0.7261868495120388	3	2	2	2	2	True	127133	maximal	True	AST0007_000000006575	1.0		10	5	False	False	0.9947534203529358	0					non-mobilizable	no_good_hit	954.0	94.54899999999999	35.0	0.0002848865585913198	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
USA0133_01_000000006801	3772	0.7261822195383957	3	3	0	3	2	False	117714	maximal	True	USA0133_01_000000006801	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1637.0	99.756	45.0	0.021313461613621857	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ENG0211_000000005379	5710	0.7261794006776419	10	5	5	3	0	True	130696	fragment	False	ENG0211_000000005379	0.9469696382799466		0	0	False	False	1.0	0					non-mobilizable	other	5650.0	99.699	100.0	0.0017046610571132394	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CHI0160_000000004638	5431	0.7261716127793243	9	5	5	4	5	False	78755	maximal	True	CHI0160_000000004638	1.0		1	1	False	False	0.9983428716659546	0					non-mobilizable	no_good_hit	146.0	100.0	3.0	3.858958012141613e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0311_000000008993	2293	0.7261715625838755	4	2	2	2	1	False	25300	maximal	True	ISR0311_000000008993	1.0		1	1	False	False	0.991277813911438	0					non-mobilizable	no_good_hit	224.0	100.0	10.0	0.0006567341757986094	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
ENG0093_000000003187	3916	0.7261617670083471	6	5	5	5	5	False	96255	maximal	True	ENG0093_000000003187	1.0		106	10	False	False	1.0	0					non-mobilizable	other	3922.0	95.105	99.0	0.0020675541678094474	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0126_000000014332	3409	0.7261593378548938	5	4	4	3	2	False	112457	fragment	False	USA0101_01_000000009265	0.976		0	0	False	False	0.9853329658508301	0					non-mobilizable	other	3409.0	99.26700000000001	100.0	0.010799847889466346	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0014_000000002743	5353	0.7261440428937315	8	7	7	7	5	False	47497	fragment	False	MON0014_000000002743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2204.0	88.70200000000001	86.0	0.0008870719847418778	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
AST0053_000000001691	7890	0.7261437308836639	11	11	8	10	11	False	114275	maximal	True	AST0053_000000001691	1.0		5	4	False	False	1.0	0					non-mobilizable	other	4623.0	97.772	100.0	0.0007811434011896712	CP004887.1	enterobacteria	Klebsiella michiganensis HKOPL1, complete genome	False	False
SPA0104_000000025743	1464	0.7261384326081959	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2761857293916864		0	0	False	False	0.998633861541748	0					non-mobilizable	other	1467.0	98.705	100.0	0.03471136998626699	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0054_000000003320	8070	0.7261306794902447	5	5	4	4	3	False	126264	fragment	False	MON0106_000000004143	0.9400973583037328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	73.818	18.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
ENG0191_000000009185	3178	0.7261290229504341	4	4	4	4	4	False	115321	fragment	False	ENG0191_000000009185	1.0		0	0	False	False	0.9943360686302185	0					non-mobilizable	other	3159.0	99.62	99.0	0.0011468685368347083	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0075_000000000563	12539	0.7261230567136596	13	12	6	8	11	False	121328	maximal	True	CHI0075_000000000563	1.0	PS849	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	9541.0	98.596	77.0	0.005303333555718638	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	True
ISR0210_000000015734	1183	0.7261217543225685	2	2	2	2	1	True	32827	fragment	False	ISR0210_000000015734	0.9808529155787642		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	99.831	100.0	0.0030302641867381076	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ENG0156_000000004590	3420	0.7261173156481163	5	4	4	3	1	True	56694	maximal	True	ENG0156_000000004590	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	98.51799999999999	26.0	0.005036537897647891	NZ_NHOC01000003.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c3, whole genome shotgun sequence	True	True
AST0005_000000001548	15178	0.7261157235342908	13	6	6	4	2	True	128779	maximal	True	AST0005_000000001548	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	87.85	1.0	0.0011177347242921013	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MAD0080_000000004720	1559	0.7261153301288464	2	2	2	2	2	False	41989	fragment	False	MAD0080_000000004720	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	99.936	100.0	0.00030194881018020994	CP018337.1	enterobacteria	Klebsiella pneumoniae isolate Kp_Goe_154414, complete genome	False	False
ISR0304_000000007259	1410	0.7261109056308372	2	2	2	2	1	False	101410	fragment	False	ISR0055_000000010869	0.7700692439857707		0	0	False	False	1.0	0					non-mobilizable	other	1408.0	85.795	99.0	0.022088164137367645	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
CAN0014_000000023019	2098	0.7261067875212559	3	2	2	2	2	False	93621	fragment	False	CAN0014_000000023019	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2098.0	99.905	100.0	0.0005893240450393079	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
AST0062_000000005680	3018	0.7261039337937825	2	2	2	2	1	True	111722	fragment	False	AST0062_000000005680	1.0		0	0	False	False	0.9880715608596802	0					non-mobilizable	no_good_hit	46.0	89.13	2.0	5.690929417299414e-05	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
CAN0010_000000005255	2474	0.7261011459235291	4	4	4	4	4	False	100796	maximal	True	CAN0010_000000005255	1.0		0	0	False	False	0.9943411350250244	0					non-mobilizable	no_good_hit	2087.0	95.736	84.0	0.0005792803150218549	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0191_000000000353	18346	0.7260992472338499	29	13	5	8	8	True	100653	maximal	True	ISR0191_000000000353	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	76.829	1.0	6.508872740600881e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
TAN0012_000000001392	4583	0.7260987467998635	7	4	4	3	3	False	56374	maximal	True	TAN0012_000000001392	1.0		2	1	False	False	0.9947632551193237	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000002278	13537	0.7260920583105195	22	16	7	12	15	True	53912	maximal	True	SPA0125_000000002278	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	8265.0	98.79	84.0	0.0038171817521714148	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
USA0024_01_000000005305	4572	0.7260874706252103	9	3	2	2	3	False	21620	maximal	True	USA0024_01_000000005305	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	89.37299999999999	48.0	0.00030052041339881255	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0203_000000012490	1497	0.7260724727623467	2	2	2	1	2	False	107326	fragment	False	CHI0042_000000007421	0.8472986216705413		0	0	False	False	1.0	0					non-mobilizable	chromosome	1497.0	97.32799999999999	100.0	0.0006053939957541485	CP023199.1	high GC Gram+	Bifidobacterium breve strain DRBB30 chromosome, complete genome	False	False
ISR0134_000000020358	1569	0.7260678189311324	1	1	1	1	1	False	109184	maximal	True	ISR0134_000000020358	0.9727202257998908		260	10	False	False	0.9942638874053955	0					non-mobilizable	other	1569.0	99.87299999999999	100.0	0.007842470378169123	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0150_000000009498	2090	0.7260659314331778	3	2	2	2	1	False	109846	fragment	False	SPA0150_000000009498	1.0		0	0	False	False	0.9995215535163879	0					non-mobilizable	no_good_hit	182.0	87.912	9.0	5.6426248447055055e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
SPA0048_000000009588	2083	0.7260659314331778	3	2	2	2	1	False	110202	fragment	False	SPA0048_000000009588	0.9895033282130057		0	0	False	False	0.9980797171592712	0					non-mobilizable	no_good_hit	191.0	91.09899999999999	9.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0089_000000011631	1953	0.7260659314331778	3	2	2	2	1	False	110202	fragment	False	SPA0048_000000009588	0.958953432549208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	91.146	10.0	5.164368883028126e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0131_000000014641	1832	0.7260659314331778	2	2	2	2	1	False	109845	fragment	False	SPA0014_000000012351	0.9614220929107109		0	0	False	False	0.9798035025596619	0					non-mobilizable	no_good_hit	191.0	91.09899999999999	10.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0182_000000021773	1820	0.7260659314331778	2	2	2	2	1	False	109842	maximal	True	ISR0182_000000021773	1.0		4	2	False	False	0.9972527623176575	0					non-mobilizable	no_good_hit	325.0	99.69200000000001	18.0	0.002354296043616432	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	True	False
ISR0045_000000014456	1789	0.7260659314331778	2	2	2	2	1	False	109845	fragment	False	SPA0014_000000012351	0.9374028123842443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	91.23700000000001	11.0	5.218446044106955e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0038_000000019195	1762	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.9724674719115125		0	0	False	False	0.9909194111824036	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	11.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0121_000000009700	1723	0.7260659314331778	2	2	2	2	1	False	109845	fragment	False	SPA0014_000000012351	0.9476568161552916		0	0	False	False	0.9854904413223267	0					non-mobilizable	no_good_hit	172.0	91.279	10.0	4.569520111161012e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0034_000000021440	1633	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.8940534504152123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	12.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0037_000000014476	1626	0.7260659314331778	3	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.9554494747135277		0	0	False	False	0.9643296599388123	0					non-mobilizable	no_good_hit	191.0	90.57600000000001	12.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AUS0010_000000015510	1592	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.8188506801542061		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	89.706	13.0	5.407716107882855e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0078_000000016519	1571	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.8906508390701535		0	0	False	False	0.9929980635643005	0					non-mobilizable	no_good_hit	192.0	90.625	12.0	5.110291721949298e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0016_000000022056	1543	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.8931978994590993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	90.57600000000001	12.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0090_000000014728	1537	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.8897886569697165		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	91.09899999999999	12.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0130_000000022170	1511	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.8886781099093733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	92.30799999999999	12.0	4.893983077633984e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0017_000000019392	1491	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.8818246680726846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	91.09899999999999	13.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0042_000000023101	1467	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.6009528378616888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	90.37	9.0	3.5690926312026845e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0170_000000009202	1448	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.6723133118380308		0	0	False	False	0.9930939078330994	0					non-mobilizable	no_good_hit	190.0	91.579	13.0	5.0562145608704694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0280_000000010125	1447	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.6026830129661456		0	0	False	False	0.9813407063484192	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	13.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0093_000000026463	1413	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.606510109220392		0	0	False	False	0.9992923140525818	0					non-mobilizable	no_good_hit	171.0	91.228	12.0	4.5424815306215984e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0096_000000030670	1391	0.7260659314331778	2	2	2	2	1	False	109841	fragment	False	ISR0038_000000019195	0.5345101035567372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	14.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0785_000000007129	4360	0.726059020834681	8	2	2	2	1	False	82621	maximal	True	ISR0785_000000007129	0.986289735501092		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	75.972	8.0	7.396592337077506e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
ISR0829_000000003317	4121	0.726059020834681	8	2	2	2	1	False	82621	maximal	False	ISR0785_000000007129	0.9611238532110091		0	0	False	False	0.9898083209991455	0					non-mobilizable	no_good_hit	175.0	80.0	7.0	4.570037408265745e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
ISR0033_000000013354	2317	0.7260561215642847	2	2	2	2	1	True	36889	fragment	False	ISR0033_000000013354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	77.064	9.0	0.00030292415123811273	NZ_LN879454.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	True
MAD0056_000000002106	5298	0.7260490193292666	8	5	1	5	3	True	17074	fragment	False	MAD0056_000000002106	0.9907611970275156		0	0	False	False	1.0	0					non-mobilizable	plasmid	5299.0	99.66	100.0	0.055388861590574066	CP057480.1	enterobacteria	Escherichia coli strain RHB25-C12 plasmid pRHB25-C12_2, complete sequence	False	True
ENG0049_000000001769	10742	0.7260479161076124	10	9	9	9	8	False	81870	fragment	False	ENG0049_000000001769	1.0		0	0	False	False	0.9971141219139099	0					non-mobilizable	no_good_hit	2992.0	74.432	28.0	0.004283332583653398	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
SPA0080_000000003136	3970	0.7260374761357183	5	5	5	4	4	False	92322	fragment	False	SPA0080_000000003136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2593.0	98.34200000000001	65.0	0.057933719707310524	NZ_JAANXY010000026.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_26, whole genome shotgun sequence	True	False
ISR0816_000000003794	11208	0.7260315491605118	9	5	5	5	4	False	59951	maximal	False	ISR0111_000000001115	0.9637850467289719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3372.0	87.515	59.0	0.0024150478610709286	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
USA0011_01_000000023715	1521	0.7260309367997603	2	1	1	1	1	False	2004	maximal	True	USA0011_01_000000023715	1.0		146	9	False	False	0.9967126846313477	0					non-mobilizable	chromosome	1521.0	100.0	100.0	0.0005207355526717159	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
DEN0078_000000031463	1143	0.7260288865394324	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.22808614546994924		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	86.36	100.0	0.0003456408159652336	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0063_000000007803	2308	0.7260276422192724	4	4	2	1	3	False	93407	fragment	False	SPA0063_000000007803	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1650.0	84.0	70.0	0.0002501662765686065	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0378_000000018966	1626	0.7260225334959235	2	2	2	2	2	False	23268	fragment	False	ISR0378_000000018966	1.0		0	0	False	False	0.9956949353218079	0					non-mobilizable	no_good_hit	963.0	94.80799999999999	65.0	0.00027308567509504064	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
CHI0057_000000004157	4095	0.7260178460366217	6	4	3	4	3	False	86003	fragment	False	CHI0057_000000004157	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4098.0	98.65799999999999	100.0	0.0011377331978161744	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0067_000000015254	1778	0.7260176043514576	2	1	1	1	1	False	62669	fragment	False	ENG0067_000000015254	1.0		0	0	False	False	0.9915635585784912	0					non-mobilizable	other	1781.0	94.77799999999999	100.0	0.04280417930569599	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
MON0096_000000023328	1609	0.7260176043514576	2	1	1	1	1	False	30708	fragment	False	MON0096_000000023328	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1610.0	97.764	100.0	0.03871154123934711	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0152_000000015757	1500	0.7260176043514576	2	1	1	1	1	False	30707	fragment	False	ISR0152_000000015757	1.0		0	0	False	False	0.9606666564941406	0					non-mobilizable	other	1483.0	94.471	99.0	0.03563002551880206	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0015_000000005695	4191	0.7260172719259268	5	2	2	1	0	True	81527	fragment	False	ISR0015_000000005695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1552.0	92.139	42.0	0.23442945900894074	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0806_000000000495	14851	0.7260130553565228	18	7	0	7	2	False	74068	maximal	False	ISR0109_000000001277	0.9208411274300635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.704945397550956e-07	CP023114.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-02	True	False
FIJ0114_000000014427	2671	0.7260087779600216	4	2	1	2	2	False	62199	maximal	True	FIJ0114_000000014427	1.0		10	4	False	False	0.9977536797523499	0					non-mobilizable	no_good_hit	103.0	77.67	4.0	3.963923631513659e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CAN0004_000000017078	1652	0.7260010172044052	3	2	1	2	1	True	96158	fragment	False	CAN0004_000000017078	0.9684481648422407		0	0	False	False	0.9957627058029175	0					non-mobilizable	no_good_hit	49.0	97.959	3.0	1.0170394363397938e-05	NC_008576.1	a-proteobacteria	Magnetococcus marinus MC-1, complete sequence	True	True
ISR0014_000000013882	2623	0.7260004327499455	5	3	1	2	2	False	38039	maximal	True	ISR0014_000000013882	1.0		5	3	False	False	1.0	0					non-mobilizable	plasmid	2623.0	99.199	100.0	0.3686069511161345	EU685104.1	firmicutes	Streptococcus parasanguinis plasmid pFW213, complete sequence	False	True
ENG0073_000000006342	4088	0.7259990221566146	5	3	1	1	1	False	62246	maximal	True	ENG0073_000000006342	1.0		39	6	False	False	0.9985322952270508	0					non-mobilizable	no_good_hit	1832.0	96.234	45.0	0.14444883445278547	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
ISR0770_000000004349	2371	0.7259990221566146	3	3	1	1	1	False	22540	fragment	False	ISR0770_000000004349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1851.0	96.056	78.0	0.14595021730541288	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
USA0055_01_000000013832	1950	0.7259940810851944	3	2	2	2	2	False	119092	maximal	True	USA0055_01_000000013832	1.0	PS816	0	0	False	True	0.9994871616363525	0					non-mobilizable	no_good_hit	698.0	99.85700000000001	66.0	0.00020991054859233443	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MAD0096_000000007506	2409	0.7259926991257661	3	2	1	1	2	False	15504	fragment	False	MAD0096_000000007506	1.0		0	0	False	False	0.9821502566337585	0					non-mobilizable	virus	2418.0	87.38600000000001	100.0	0.025473864682661475	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	False	False
ISR0008_000000008869	1481	0.7259905793787726	2	1	1	1	1	False	38401	maximal	True	ISR0008_000000008869	1.0		0	0	False	False	0.9318028092384338	0					non-mobilizable	no_good_hit	856.0	99.65	58.0	0.00025749428844540307	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0001_000000010978	1832	0.725987199164087	3	1	1	1	1	False	81219	fragment	False	MON0099_000000016377	0.2107843137254902		0	0	False	False	0.999454140663147	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	1.2790577518136533e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0167_000000001658	9853	0.7259792807007688	11	7	5	5	6	True	105462	fragment	False	CHI0167_000000001658	1.0		0	0	False	True	1.0	0					non-mobilizable	other	9833.0	99.969	99.0	0.0020762920646613657	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MAD0025_000000001293	6982	0.725974170219875	10	3	3	3	3	False	19160	maximal	True	MAD0025_000000001293	1.0		1	1	False	False	0.9997135400772095	0					non-mobilizable	no_good_hit								True	False
AST0040_000000005568	3462	0.7259695063160626	4	3	3	3	2	True	116333	maximal	True	AST0040_000000005568	1.0		2	2	False	False	0.9994223117828369	0					non-mobilizable	no_good_hit	410.0	94.87799999999999	12.0	0.02231193060935028	NZ_QRYH01000036.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf36, whole genome shotgun sequence	True	True
DEN0039_000000018152	1200	0.7259653559029019	1	1	1	1	1	False	97213	fragment	False	MON0004_000000028979	0.14541126864864415		0	0	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit	689.0	73.295	60.0	0.00017187769735072485	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0069_000000007502	3226	0.7259629259527508	5	4	3	2	3	True	112756	maximal	True	SPA0069_000000007502	1.0	PS721	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	74.377	70.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0091_000000003273	3844	0.7259610548161323	5	3	1	1	3	False	55658	maximal	True	MON0091_000000003273	1.0		1	1	False	False	0.9872528910636902	0					non-mobilizable	no_good_hit	2918.0	94.585	77.0	0.00047791324119808944	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
MON0044_000000036518	1537	0.7259604813387746	2	2	2	1	1	False	13584	fragment	False	MON0069_000000030730	0.9682642068584404		0	0	False	False	0.9525048732757568	0					non-mobilizable	no_good_hit								True	False
SPA0117_000000009928	3797	0.7259599959718863	10	4	2	3	3	False	4319	maximal	True	SPA0117_000000009928	1.0		1	1	False	False	0.9960495233535767	0					non-mobilizable	no_good_hit	584.0	99.829	15.0	0.00013190486921281527	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0137_000000011355	2267	0.7259579375695143	3	2	2	2	1	False	31373	fragment	False	ISR0137_000000011355	1.0		0	0	False	False	0.9986766576766968	0					non-mobilizable	no_good_hit	1004.0	91.036	70.0	0.0039983699884204625	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	True	False
FIJ0170_000000003815	4286	0.7259499857216366	7	6	4	4	4	False	122186	maximal	True	FIJ0170_000000003815	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3130.0	96.486	73.0	0.0009360558353714792	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MON0104_000000004717	7378	0.7259487357163605	10	5	5	3	2	False	123582	maximal	True	MON0104_000000004717	1.0	PS902	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2142.0	95.51799999999999	64.0	0.02176013998107814	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
ENG0025_000000008776	2769	0.7259402462410167	5	3	2	2	1	False	66162	maximal	True	ENG0025_000000008776	1.0		5	3	False	False	0.9971108436584473	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000007242	3372	0.7259341545629922	4	2	1	2	0	True	54294	maximal	True	ENG0199_000000007242	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0018_000000003011	5072	0.7259259039096561	5	5	4	4	3	False	89589	maximal	True	CHI0018_000000003011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2200.0	88.227	85.0	0.0009007343976861207	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
AUS0006_000000002285	7503	0.7259249937676381	14	10	6	10	8	True	132197	fragment	False	ISR0849_000000002289	0.47597552715197		0	0	False	False	1.0	0					non-mobilizable	other	7503.0	99.98700000000001	100.0	0.002606309060589216	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0014_000000018868	1347	0.7259230658514371	2	2	2	2	2	False	50441	maximal	True	FIJ0014_000000018868	1.0		12	4	False	False	0.9910913109779358	0					non-mobilizable	no_good_hit	457.0	73.304	33.0	0.00010692760542506741	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	False
MAD0053_000000000979	12915	0.7259227478016017	19	14	6	7	14	False	87444	fragment	False	ISR0293_000000002471	0.9554087521055236		0	0	False	False	1.0	0					non-mobilizable	plasmid	11391.0	99.57	100.0	0.23701514899284168	CP057727.1	enterobacteria	Escherichia coli strain RHB16-C19 plasmid pRHB16-C19_3, complete sequence	False	True
BAN0016_000000000128	5245	0.7259224624355032	7	6	5	6	4	False	98358	fragment	False	BAN0016_000000000128	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4481.0	99.955	100.0	0.0007414351005968552	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	False
ENG0132_000000003443	5432	0.72591729611056	7	3	3	3	3	False	112442	maximal	True	ENG0132_000000003443	1.0	PS720	0	0	False	True	0.9931885004043579	0					non-mobilizable	no_good_hit	744.0	92.07	14.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
SPA0142_000000005176	5543	0.7259023184513608	4	3	2	3	1	True	3439	maximal	True	SPA0142_000000005176	1.0		5	3	False	False	0.9983763098716736	0					non-mobilizable	no_good_hit	1284.0	99.844	25.0	0.06382767026516094	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ISR0844_000000004494	2922	0.7259001677434374	5	3	2	3	3	True	89131	fragment	False	ISR0844_000000004494	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2603.0	99.92299999999999	99.0	0.021748582704817967	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
SPA0116_000000012625	3097	0.7258991517104492	3	3	3	2	3	False	104794	fragment	False	SPA0116_000000012625	1.0		0	0	False	False	0.9990313053131104	0					non-mobilizable	no_good_hit	126.0	76.19	4.0	0.000506066471831075	NZ_PQHZ01000004.1	high GC Gram+	Amycolatopsis palatopharyngis strain DSM 44832 NODE_4, whole genome shotgun sequence	True	False
ISR0049_000000000092	73492	0.7258971105782613	97	29	12	23	16	False	36289	maximal	True	ISR0049_000000000092	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	73.137	1.0	0.00016896832427084935	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	True	False
MON0060_000000001944	11119	0.7258843900988011	10	4	4	4	1	False	11832	maximal	True	MON0060_000000001944	1.0		13	4	False	False	0.9998201131820679	0					non-mobilizable	no_good_hit	2106.0	93.875	33.0	0.07393338257535788	NZ_QEKH01000048.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_148, whole genome shotgun sequence	True	False
FIJ0037_000000003051	7525	0.7258764254654532	9	8	4	6	4	False	47835	maximal	True	FIJ0037_000000003051	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	3019.0	98.11200000000001	91.0	0.0005577489120846891	CP055981.1	enterobacteria	Escherichia coli strain RHB01-C20 chromosome	False	False
ISR0265_000000001882	7929	0.7258737215333511	6	5	5	5	5	False	132486	fragment	False	ISR0176_000000003732	0.9891246219974168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1058.0	95.274	71.0	0.0003006539294074814	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0091_000000010021	2322	0.7258716260404837	3	3	3	3	3	False	77139	fragment	False	FIJ0091_000000010021	1.0		0	0	False	False	0.9965546727180481	0					non-mobilizable	other	1230.0	96.50399999999999	93.0	0.0003412921894352156	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0092_000000021574	1663	0.7258649879207398	2	2	2	1	1	False	43297	maximal	True	FIJ0092_000000021574	1.0		2	1	False	False	0.9921827912330627	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	0.0002118547020292245	NZ_FUWW01000002.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0134_000000003076	9626	0.7258642244089357	12	9	3	8	3	False	81044	maximal	True	SPA0134_000000003076	0.9998883430102725		70	9	False	False	1.0	0					non-mobilizable	other	5076.0	92.12	93.0	0.001325135302599622	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ISR0086_000000015326	1804	0.7258632990373406	4	3	3	3	2	False	33911	maximal	True	ISR0086_000000015326	1.0		6	4	False	False	0.9994456768035889	0					non-mobilizable	no_good_hit	448.0	71.429	25.0	0.0011486050048965474	NZ_QVMD01000005.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf5, whole genome shotgun sequence	True	False
MON0109_000000024363	1484	0.7258610730816581	1	1	1	1	1	False	36738	fragment	False	MON0109_000000024363	0.9824324324324325		0	0	False	False	0.9986522793769836	0					non-mobilizable	other	1398.0	72.89	93.0	0.00025429844472838956	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	False	False
AST0113_000000025764	1450	0.7258610730816581	1	1	1	1	1	False	106476	fragment	False	AST0113_000000025764	1.0		0	0	False	False	0.9896551966667175	0					non-mobilizable	other	1452.0	86.98299999999999	100.0	0.014328018904609495	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
TAN0007_000000034581	1230	0.7258501910237528	2	1	0	1	1	False	2788	maximal	False	TAN0009_000000032295	0.9144981412639406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0019_000000002869	14360	0.7258471122060373	20	8	2	8	1	False	13242	fragment	False	MON0019_000000002869	1.0		0	0	False	False	0.9961003065109253	0					non-mobilizable	no_good_hit	494.0	92.713	3.0	0.00014022931617586407	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0059_01_000000021874	1141	0.7258419653513928	2	2	2	2	1	False	904	maximal	True	USA0059_01_000000021874	1.0		11	6	False	False	0.952673077583313	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000012681	2631	0.7258367560647093	4	4	4	4	3	False	48879	fragment	False	FIJ0029_000000012681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	74.971	33.0	0.0001332423715665087	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CHI0028_000000005870	2317	0.7258308646023566	4	2	2	2	2	False	88711	maximal	True	CHI0028_000000005870	1.0		1	1	False	False	0.9883469939231873	0					non-mobilizable	no_good_hit								True	False
MON0059_000000026770	1461	0.7258266881249825	1	1	1	1	1	False	10931	fragment	False	MON0059_000000026770	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	99.384	100.0	0.0006925096073849983	CP015282.1	firmicutes	Streptococcus salivarius strain ATCC 27945, complete genome	False	False
ISR0347_000000008204	2681	0.7258243578933994	3	3	3	3	3	False	125351	fragment	False	ISR0212_000000010113	0.4829860609323788		0	0	False	False	0.9992539882659912	0					non-mobilizable	other	2682.0	99.031	100.0	0.010559820554133889	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0079_000000007255	4363	0.7258090600029915	5	5	3	5	4	False	121279	fragment	False	ENG0079_000000007255	1.0		0	0	False	True	0.9997708201408386	0					non-mobilizable	chromosome	4393.0	91.555	99.0	0.0009029061801965195	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0228_000000005984	4067	0.7258090272201102	5	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.6597181755401983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2871.0	78.61399999999999	86.0	0.006809112393940568	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0153_000000022708	1505	0.7257984013994073	2	2	2	2	2	False	103320	fragment	False	SPA0033_000000020071	0.9589433481858689		0	0	False	False	0.984717607498169	0					non-mobilizable	other	816.0	96.691	100.0	0.00035729567071630984	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
SPA0035_000000001109	11335	0.7257967183317333	10	7	6	6	5	False	127396	fragment	False	SPA0035_000000001109	0.9694397787953518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	96.053	1.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0042_000000009314	2429	0.7257965973506182	3	3	3	3	3	False	64178	maximal	True	MAD0042_000000009314	1.0		47	7	False	False	0.9995883107185364	0					non-mobilizable	other	2439.0	77.40899999999999	99.0	0.01714549850661357	NZ_KB291649.1	firmicutes	Clostridium celatum DSM 1785 Scfld81, whole genome shotgun sequence	False	False
SPA0107_000000010239	3063	0.7257930504615672	4	2	1	1	2	False	124385	fragment	False	SPA0107_000000010239	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2879.0	96.14399999999999	96.0	0.0008588491839885375	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0041_000000034397	1120	0.7257926126506952	2	2	2	2	2	False	18186	maximal	True	MAD0041_000000034397	1.0		28	9	False	False	1.0	0					non-mobilizable	other	1124.0	84.164	100.0	0.006114309571943395	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MON0088_000000001065	14915	0.7257912914300267	22	9	5	9	6	False	113805	maximal	True	MON0088_000000001065	1.0		1	1	False	False	0.9999329447746277	0					non-mobilizable	no_good_hit	2029.0	95.811	22.0	0.0006816031440585916	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0118_000000012598	2198	0.7257908027946722	4	3	3	3	1	False	12450	maximal	True	SPA0118_000000012598	1.0		8	5	False	False	0.9904458522796631	0					non-mobilizable	chromosome	2188.0	99.90899999999999	99.0	0.0005777266943281609	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
ISR0016_000000008078	2586	0.7257884917391095	5	5	4	5	4	True	37926	maximal	True	ISR0016_000000008078	1.0		2	2	False	False	0.9969063997268677	0					non-mobilizable	no_good_hit	426.0	71.831	16.0	0.0008722043664340788	NZ_AMQH01000006.1	firmicutes	Clostridium tunisiense TJ C661contig6, whole genome shotgun sequence	True	True
CHI0090_000000001768	6663	0.7257802859939981	6	4	2	4	3	False	121609	fragment	False	CHI0090_000000001768	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2317.0	98.662	98.0	0.23665916990390512	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
FIJ0018_000000000755	24106	0.7257781663951368	29	11	5	8	3	True	99760	fragment	False	FIJ0018_000000000755	1.0		0	0	False	False	0.9994606971740723	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0064763732309906456	XM_019621828.1	birds	PREDICTED: Meleagris gallopavo WD repeat-containing protein 81-like (LOC104913884), mRNA	True	True
FIJ0038_000000019136	1835	0.7257752914781445	3	3	3	2	2	False	47642	fragment	False	FIJ0038_000000019136	1.0		0	0	False	False	0.9994550347328186	0					non-mobilizable	other	1483.0	98.179	93.0	0.0023744178110174908	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ENG0084_000000023011	1297	0.7257734757979629	2	2	1	2	2	False	61502	maximal	True	ENG0084_000000023011	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000001238	10524	0.7257711946658462	10	9	5	7	9	True	71298	fragment	False	MAD0057_000000001238	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	10483.0	99.95200000000001	100.0	0.05360997718506696	CP045467.1	enterobacteria	Salmonella enterica subsp. enterica serovar Anatum strain Sal-3973 plasmid pSal-3973_DHA_CMY, complete sequence	False	True
TAN0002_000000012632	2868	0.7257675610350545	4	3	2	2	3	False	87385	fragment	False	TAN0002_000000012632	1.0		0	0	False	False	0.9979079365730286	0					non-mobilizable	plasmid	2720.0	100.0	98.0	0.02692372436602006	CP026201.1	enterobacteria	Escherichia coli strain ECONIH6 plasmid pNDM-d2e9, complete sequence	False	True
ISR0341_000000010559	1318	0.7257637622698987	3	3	3	3	2	False	24345	fragment	False	ISR0341_000000010559	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1318.0	100.0	100.0	0.0005676124719587802	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0048_000000002973	6050	0.7257629986737035	5	4	4	3	3	False	127942	fragment	False	ISR0048_000000002973	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3679.0	97.47200000000001	100.0	0.0008165403614409567	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0043_000000004702	1971	0.7257583621891621	2	2	2	2	2	False	87384	fragment	False	CHI0043_000000004702	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1948.0	99.949	100.0	0.0003927210584659944	NZ_CP016990.1	g-proteobacteria	Aeromonas hydrophila strain ZYAH75 chromosome, complete genome	False	False
ENG0100_000000014933	2038	0.7257497367932306	2	2	2	2	2	False	116534	fragment	False	ENG0100_000000014933	1.0		0	0	False	False	0.999509334564209	0					non-mobilizable	other	2039.0	88.818	99.0	0.0005773973629348364	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0077_000000001130	16808	0.7257358175066296	17	9	6	9	4	True	34540	maximal	True	ISR0077_000000001130	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0112_000000020627	1410	0.7257230929356846	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.6854022819072543		0	0	False	False	1.0	0					non-mobilizable	chromosome	1410.0	92.34	99.0	0.00040049265147183895	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0065_000000000928	10019	0.7257209086342031	11	6	3	4	3	True	16650	maximal	True	MAD0065_000000000928	1.0		1	1	False	False	0.9992015361785889	0					non-mobilizable	no_good_hit	318.0	80.503	3.0	0.0032095042080166284	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	True
ENG0105_000000002091	8360	0.7257198711305703	14	8	5	6	7	True	130654	maximal	True	ENG0105_000000002091	1.0	PS1107|PS1110|PS1114	2	2	False	True	0.9992823004722595	0		MOBV			mobilizable	no_good_hit	5584.0	99.713	67.0	0.9364307279436431	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	True	True
USA0053_01_000000006088	3534	0.7257191478279555	6	3	3	2	2	True	5954	maximal	True	USA0053_01_000000006088	1.0		1	1	False	False	0.9988681674003601	0					non-mobilizable	no_good_hit								True	True
ENG0065_000000010227	2747	0.7257176810563148	5	3	0	3	1	False	62862	maximal	True	ENG0065_000000010227	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0051_000000015390	1895	0.7257137920633123	4	2	2	1	1	False	17332	fragment	False	MAD0051_000000015390	1.0		0	0	False	False	0.9989445805549622	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000002034	10853	0.7257020109109971	17	2	1	2	1	False	68286	maximal	True	ISR0067_000000002034	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	100.0	6.0	0.09014758675708018	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0103_000000004953	5069	0.7256961329119781	4	2	2	2	2	False	86805	fragment	False	ISR0103_000000004953	1.0		0	0	False	False	0.9998027086257935	0					non-mobilizable	no_good_hit	64.0	93.75	1.0	2.8113992869755904e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0049_000000005565	2867	0.7256961329119781	3	2	2	2	2	False	86804	fragment	False	CHI0049_000000005565	1.0		0	0	False	False	0.9905824661254883	0					non-mobilizable	no_good_hit								True	False
CHI0167_000000003369	5095	0.7256893167398394	5	3	3	3	1	True	78204	fragment	False	CHI0167_000000003369	1.0		0	0	False	False	0.9970559477806091	0					non-mobilizable	other	4646.0	92.682	91.0	0.10194036082360955	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
SPA0037_000000002828	7925	0.7256856781838538	8	3	2	1	3	False	99285	fragment	False	ENG0009_000000001615	0.9453239142673274		0	0	False	False	0.9998738169670105	0					non-mobilizable	no_good_hit	282.0	73.05	4.0	0.00044839315111489756	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ETH0004_000000006164	4637	0.7256843669083665	4	4	4	4	3	False	52939	maximal	True	ETH0004_000000006164	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	73.575	4.0	7.900321475847289e-05	CP024314.1	a-proteobacteria	Rhizobium sp. NXC24 plasmid pRspNXC24c, complete sequence	True	False
ISR0357_000000006606	3545	0.7256815294812347	4	3	3	3	2	True	80715	fragment	False	ISR0357_000000006606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0381_000000004387	3574	0.7256777618601992	5	3	1	2	2	True	69877	fragment	False	ISR0381_000000004387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	77.238	11.0	0.0006495376229601505	NZ_FRYK01000002.1	CFB group bacteria	Flavobacterium cucumis strain DSM 18830, whole genome shotgun sequence	True	True
ENG0122_000000018203	1605	0.7256689533419985	3	2	2	2	1	False	59022	fragment	False	ENG0122_000000018203	0.9819553805774279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0085_000000024716	1278	0.7256688490697218	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.05772439381235804		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	91.165	100.0	0.0006069867748293296	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0138_000000009913	1859	0.7256527841487196	3	3	3	3	3	False	40474	fragment	False	FIJ0138_000000009913	0.9517869424109912		0	0	False	False	0.9978483319282532	0					non-mobilizable	chromosome	1859.0	95.85799999999999	100.0	0.0007966996566644698	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0047_000000016086	1856	0.7256495396906607	3	3	3	3	3	False	36084	fragment	False	SPA0048_000000009905	0.9501495513459621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	73.902	44.0	0.005297801678524602	NZ_FQZD01000010.1	firmicutes	Propionispora hippei DSM 15287, whole genome shotgun sequence	True	False
AST0084_000000011085	3030	0.7256334972307469	3	2	2	2	1	False	111528	fragment	False	AST0084_000000011085	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3030.0	100.0	100.0	0.13391396613466555	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	False	False
CHI0154_000000003872	6722	0.7256278665561076	7	6	5	6	6	False	102123	maximal	True	CHI0154_000000003872	1.0		74	6	False	False	1.0	0	Inc18				non-mobilizable	no_good_hit	5697.0	99.965	85.0	0.02673500614867592	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	True	True
MON0108_000000015144	1448	0.7256225124397613	2	2	2	2	1	False	8525	maximal	True	MON0108_000000015144	1.0		2	2	False	False	0.9288673996925354	0					non-mobilizable	no_good_hit	373.0	72.38600000000001	26.0	0.0011130751642464572	NZ_FNQG01000003.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
ENG0059_000000002449	4930	0.7256210734008458	7	7	6	6	5	False	104536	fragment	False	ENG0135_000000003373	0.5606817113776934		0	0	False	False	0.99837726354599	0					non-mobilizable	other	4917.0	98.963	99.0	0.019656137544982008	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0118_000000002752	3196	0.7256176500620036	3	3	3	3	3	False	94167	fragment	False	CHI0118_000000002752	0.9988931056293485		0	0	False	False	0.9990613460540771	0					non-mobilizable	chromosome	3161.0	99.74700000000001	99.0	0.0005704952494535613	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0366_000000002454	5522	0.7256143134451105	7	7	6	7	6	False	104536	fragment	False	ENG0135_000000003373	0.9710162710093406		0	0	False	False	1.0	0					non-mobilizable	other	5522.0	98.64200000000001	100.0	0.02207516993202719	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0191_000000001604	5504	0.7256098549905035	9	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.646279394630171	PS1110	0	0	True	True	0.999454915523529	7		MOBV			mobilizable	other	4156.0	92.06	94.0	0.8107734806629834	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
AST0039_000000003129	5492	0.7256098549905035	9	6	4	4	5	True	130637	backbone	True	AST0039_000000003129	0.6482699618518276	PS1110	122	9	True	True	1.0	378		MOBV			mobilizable	other	4156.0	91.819	94.0	0.8107734806629834	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0364_000000002629	5427	0.7256098549905035	9	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6380914549922856	PS1110	0	0	True	True	1.0	140		MOBV			mobilizable	other	3117.0	92.3	94.0	0.606156274664562	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0137_000000005189	5355	0.7256098549905035	9	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6376910578745519	PS1110	0	0	True	True	1.0	11		MOBV			mobilizable	other	2979.0	92.212	94.0	0.5789265982636148	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0334_000000003276	5274	0.7256098549905035	9	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.631407853178675	PS1110	0	0	True	True	1.0	4		MOBV			mobilizable	other	3019.0	92.348	93.0	0.5868192580899764	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0108_000000009906	2998	0.7256006561069751	3	1	1	1	1	False	4690	fragment	False	SPA0108_000000009906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	93.833	28.0	0.0001313163375786485	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0174_000000004362	3767	0.7255973539874654	5	5	2	3	5	True	123556	backbone	False	ISR0826_000000002301	0.40309382882841355	PS902	0	0	False	True	0.9994691014289856	0	rep_cluster_1702				non-mobilizable	plasmid	3767.0	99.389	100.0	0.11398995096555481	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ENG0038_000000004600	4534	0.7255846467916314	5	3	3	3	2	False	65109	maximal	True	ENG0038_000000004600	1.0		1	1	False	False	0.9986766576766968	0					non-mobilizable	no_good_hit								True	False
MON0026_000000033095	1516	0.7255844479964151	1	1	1	1	1	False	12721	fragment	False	MON0026_000000033095	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1514.0	96.499	99.0	0.029008570278198517	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0132_000000017846	1720	0.7255718559809021	3	3	3	3	3	False	80897	fragment	False	CHI0132_000000017846	1.0		0	0	False	False	0.9970930218696594	0					non-mobilizable	other	1185.0	98.397	99.0	0.0003533684050977129	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0090_000000026095	1741	0.7255629849945908	3	2	2	1	1	False	47939	fragment	False	FIJ0036_000000024410	0.9306286177118556		0	0	False	False	0.9758759140968323	0					non-mobilizable	other	1745.0	94.09700000000001	99.0	0.0705045278137128	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0027_000000000238	17072	0.7255626875902632	23	19	4	9	17	False	50292	fragment	False	MAD0027_000000000238	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9615.0	97.223	93.0	0.001821756917490804	CP044312.1	enterobacteria	Escherichia coli strain RM13745 chromosome, complete genome	False	False
MAD0048_000000001982	9067	0.7255485016176895	10	9	7	8	8	False	104221	maximal	True	MAD0048_000000001982	1.0		3	1	False	False	0.9972427487373352	0					non-mobilizable	chromosome	3755.0	87.48299999999999	98.0	0.0015418714464681506	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0089_000000020964	1386	0.7255477284128279	1	1	1	1	1	False	104675	fragment	False	MON0044_000000041950	0.7358760293874421		0	0	False	False	0.9985569715499878	0					non-mobilizable	chromosome	1386.0	90.98100000000001	100.0	0.0004661828911215553	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0021_000000034818	1371	0.7255477284128279	1	1	1	1	1	False	49559	fragment	False	FIJ0021_000000034818	1.0		0	0	False	False	0.9883297085762024	0					non-mobilizable	no_good_hit	680.0	73.529	49.0	0.00018188600287972578	CP059853.1	high GC Gram+	Glutamicibacter nicotianae strain ZM05 chromosome, complete genome	True	False
DEN0039_000000004341	3703	0.7255430210702681	4	3	2	3	1	True	73307	maximal	True	DEN0039_000000004341	1.0		13	4	False	False	0.996219277381897	0					non-mobilizable	no_good_hit	2481.0	97.259	67.0	0.014214906411353546	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
ISR0804_000000005831	3088	0.7255430210702681	4	3	2	3	1	True	61060	fragment	False	ISR0804_000000005831	0.9937888198757764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	97.074	69.0	0.012153027057141053	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
FIJ0117_000000016221	1262	0.7255411199583625	2	1	1	1	1	True	41598	fragment	False	FIJ0117_000000016221	1.0		0	0	False	False	0.9904912710189819	0					non-mobilizable	other	1262.0	97.227	100.0	0.00037698609037920135	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0193_000000015411	1287	0.7255223719082298	2	1	1	1	1	False	54572	maximal	True	ENG0193_000000015411	1.0		3	2	False	False	0.9797979593276978	0					non-mobilizable	no_good_hit	98.0	76.531	8.0	2.4941445457044275e-05	CP035809.1	CFB group bacteria	Elizabethkingia meningoseptica strain KC1913 chromosome, complete genome	True	False
ENG0129_000000011370	2348	0.7255206467399743	2	2	2	2	2	False	121158	maximal	True	ENG0129_000000011370	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	70.935	29.0	0.03457325998082068	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
CHI0140_000000020810	1425	0.7255202683877819	2	1	1	1	1	False	80211	fragment	False	ISR0271_000000012389	0.94515625161937		0	0	False	False	0.9957894682884216	0					non-mobilizable	no_good_hit	694.0	73.919	49.0	0.0002438347047712206	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0026_01_000000012641	2594	0.7255197497498426	4	4	4	4	3	False	92168	fragment	False	CHI0070_000000004130	0.9879550272337493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	91.272	83.0	0.000282089837515877	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
DEN0070_000000006790	4776	0.7255169522293773	8	3	3	3	3	False	70638	maximal	True	DEN0070_000000006790	0.9994850669412976		2	2	True	True	1.0	56					non-mobilizable	no_good_hit	80.0	86.25	2.0	0.022500712047849616	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
MON0095_000000010350	2919	0.725515954695621	4	3	2	3	2	False	34240	fragment	False	MON0095_000000010350	1.0		0	0	False	False	0.999657392501831	0					non-mobilizable	no_good_hit	202.0	82.178	8.0	0.004193446422926983	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
MAD0007_000000008837	1107	0.7255088383596419	2	2	2	1	1	False	19851	maximal	True	MAD0007_000000008837	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0039_000000010752	2473	0.7255063203661506	4	4	4	4	3	False	7008	fragment	False	SPA0039_000000010752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	87.179	3.0	1.763630054546558e-05	CP003555.1	b-proteobacteria	Advenella kashmirensis WT001, complete genome	True	False
FIJ0061_000000025633	1147	0.7255010211268991	2	2	2	2	2	False	45747	fragment	False	FIJ0061_000000025633	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	89.685	99.0	0.041195127225546024	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
CHI0120_000000012973	1274	0.7254951728180398	2	1	1	1	1	False	81815	fragment	False	FIJ0151_000000012400	0.9738126400580409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0099_000000002679	1776	0.7254874423936725	2	2	2	2	1	False	4984	maximal	True	SPA0099_000000002679	1.0		1	1	False	False	0.997184693813324	0					non-mobilizable	no_good_hit	407.0	78.87	40.0	0.007706238199822756	CP030090.1	firmicutes	Lactobacillus reuteri strain YSJL-12 plasmid unnamed1, complete sequence	True	False
ENG0161_000000002707	7392	0.7254661784419224	9	6	4	6	3	False	56926	maximal	True	ENG0161_000000002707	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	1.0	3.46356518835571e-05	NZ_AP018492.1	firmicutes	Melissococcus plutonius strain DAT561	True	False
ISR0047_000000022998	1304	0.7254531816960518	2	2	2	2	2	False	123986	fragment	False	ISR0047_000000022998	0.9969064191802011		0	0	False	False	0.9992331266403198	0					non-mobilizable	other	1304.0	99.23299999999999	100.0	0.00036988631460378165	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0007_000000002271	7433	0.725452657227307	12	8	7	7	2	False	51621	maximal	True	FIJ0007_000000002271	1.0		1	1	False	False	0.9981164932250977	0					non-mobilizable	no_good_hit	1027.0	93.184	17.0	0.000302541824043566	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
MAD0005_000000019604	1577	0.7254524957482531	2	2	2	2	2	True	54885	maximal	True	MAD0005_000000019604	1.0		23	6	False	False	1.0	0					non-mobilizable	other	1568.0	87.819	99.0	0.01186064312726887	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0106_000000041230	1101	0.7254507135737768	2	2	0	2	2	True	8627	fragment	False	MON0106_000000041230	1.0		0	0	False	False	0.9963669180870056	0					non-mobilizable	no_good_hit								True	True
ISR0223_000000029571	1103	0.7254484121762258	2	2	2	2	1	False	27767	maximal	True	ISR0223_000000029571	1.0		196	10	False	False	1.0	0					non-mobilizable	other	1103.0	99.819	100.0	0.014420874936205294	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
USA0023_01_000000002793	11448	0.7254458012054755	16	14	3	4	14	False	104415	fragment	False	USA0023_01_000000002793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7865.0	96.73200000000001	69.0	0.001205514756033932	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
AST0116_000000004249	5858	0.7254435670457668	5	2	2	2	2	False	106284	maximal	True	AST0116_000000004249	1.0		29	8	False	False	0.9977807998657227	0					non-mobilizable	other	1779.0	88.139	92.0	0.0029453027070552784	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0146_000000017480	2321	0.7254435670457668	3	2	2	2	2	False	31015	fragment	False	ISR0146_000000017480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	88.42	76.0	0.0029453027070552784	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0047_000000020175	2213	0.7254423499966053	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.6398865251859307		0	0	False	False	1.0	0					non-mobilizable	other	2215.0	97.02	100.0	0.0006618931039647516	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0184_000000004694	4999	0.7254419123210598	8	7	7	6	4	False	129774	maximal	True	ENG0184_000000004694	1.0	PS1061	21	4	False	True	1.0	0					non-mobilizable	no_good_hit	1801.0	99.167	82.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
DEN0070_000000012073	2780	0.7254354253571307	3	3	2	3	2	False	120374	maximal	True	DEN0070_000000012073	1.0		17	5	False	False	0.9982014298439026	0					non-mobilizable	no_good_hit	1770.0	100.0	64.0	0.010108571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0005_000000000328	33705	0.725434662790345	34	21	11	17	8	False	99930	maximal	True	DEN0005_000000000328	1.0		1	1	False	False	0.9998219609260559	0					non-mobilizable	no_good_hit	6096.0	93.881	32.0	0.10382241174751104	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
USA0018_01_000000010748	2173	0.7254257269667846	2	2	2	2	2	False	92606	fragment	False	SPA0058_000000012406	0.7253698487580186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1657.0	89.197	76.0	0.0003146921766952706	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ENG0166_000000020182	1472	0.7254243214230005	1	1	1	1	1	False	56131	maximal	True	ENG0166_000000020182	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	73.01899999999999	36.0	0.028780139506783105	NZ_FMKA01000047.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
SPA0146_000000005278	4482	0.7254240197170214	9	5	4	5	5	False	118689	maximal	True	SPA0146_000000005278	1.0		7	5	False	False	0.9986613392829895	0					non-mobilizable	no_good_hit	2214.0	90.244	72.0	0.0005264336326845287	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0161_000000019393	1597	0.7254116845708489	3	3	3	3	1	False	116050	fragment	False	ISR0853_000000010044	0.9591247835822094		0	0	False	False	1.0	0					non-mobilizable	other	1610.0	78.634	99.0	0.0005476580844038157	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0244_000000010725	2269	0.7254103007449276	2	2	2	2	1	False	27193	fragment	False	ISR0244_000000010725	1.0		0	0	False	False	0.9563684463500977	0					non-mobilizable	other	2160.0	97.40700000000001	95.0	0.008876262678172781	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
MAD0047_000000006066	5654	0.7254095446712148	7	5	4	5	5	False	82104	maximal	True	MAD0047_000000006066	1.0		1	1	False	False	0.9998231530189514	0					non-mobilizable	no_good_hit	1237.0	85.125	26.0	0.0005713113110312053	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0177_000000019196	1625	0.725408347641917	2	1	1	1	1	False	88817	maximal	False	FIJ0094_000000012378	0.9908925318761385		0	0	False	False	0.9981538653373718	0					non-mobilizable	chromosome	1625.0	99.446	100.0	0.0005118809006960509	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0099_000000002851	7863	0.7254007111919384	9	9	5	5	9	False	85444	maximal	True	FIJ0099_000000002851	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6476.0	98.31700000000001	88.0	0.056172453341674485	MN124285.1	enterobacteria	Escherichia coli strain RKI3099 plasmid pRKI3099a, complete sequence	True	False
ISR0357_000000001836	9877	0.7253966773716439	7	7	7	6	6	False	117089	maximal	True	ISR0357_000000001836	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3169.0	80.34100000000001	73.0	0.0005694120306254848	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
AUS0010_000000004258	5154	0.7253829155988558	6	5	3	3	0	True	101609	fragment	False	AUS0010_000000004258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	78.975	39.0	0.00015167927133169517	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
USA0009_01_000000018716	1373	0.7253805352530021	3	2	1	2	2	False	72187	fragment	False	USA0009_01_000000018716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	90.244	36.0	0.00022899090099291573	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0022_000000006386	3945	0.7253793400464028	6	5	4	3	1	True	37598	maximal	True	ISR0022_000000006386	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	99.684	32.0	0.001387878534804653	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	True	True
ISR0196_000000004781	3724	0.7253770367782937	4	3	3	3	3	False	35419	maximal	True	ISR0196_000000004781	1.0		151	7	False	False	0.9922126531600952	0					non-mobilizable	other	2797.0	96.711	94.0	0.0008973323385090735	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0149_000000006062	3959	0.7253753182048976	7	3	3	3	3	False	121380	maximal	True	ENG0149_000000006062	1.0		7	3	False	False	1.0	0					non-mobilizable	chromosome	2089.0	98.516	100.0	0.0006571869938123559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0087_000000008870	3320	0.7253753182048976	6	3	3	3	3	False	121363	fragment	False	ISR0087_000000008870	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	99.45	100.0	0.0006303951979015405	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0115_000000015749	2161	0.7253742499184613	2	2	2	2	2	False	79166	fragment	False	ISR0115_000000015749	0.9658332443208698		0	0	False	False	0.985192060470581	0					non-mobilizable	no_good_hit								True	False
MON0005_000000006377	6571	0.7253725542548146	7	7	6	7	5	False	131418	fragment	False	MON0005_000000006377	0.9907264058630446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	79.808	19.0	0.008426340416050558	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0089_000000012333	1990	0.7253704284560516	3	3	3	3	2	False	43572	maximal	True	FIJ0089_000000012333	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0172_000000002838	5602	0.7253699333187488	4	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9757826706956189	PS1101	0	0	False	True	0.9998214840888977	0					non-mobilizable	other	5593.0	99.01700000000001	100.0	0.0010830515791693854	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0121_000000010149	2448	0.7253697262438701	4	2	1	2	1	False	125512	fragment	False	FIJ0081_000000013796	0.8746985021963578		0	0	False	False	0.9938725233078003	0					non-mobilizable	other	2262.0	82.095	92.0	0.000985522291742656	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MON0004_000000005594	5458	0.7253669127928676	6	4	4	4	4	False	40267	maximal	False	MON0033_000000011549	0.954926273458445		0	0	False	False	1.0	0					non-mobilizable	chromosome	5458.0	99.414	100.0	0.0010408796568015487	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ISR0134_000000009382	3499	0.7253647255517289	4	4	4	3	1	False	89737	maximal	True	ISR0134_000000009382	1.0		3	3	False	False	0.9908545017242432	0					non-mobilizable	no_good_hit	2181.0	97.70700000000001	62.0	0.09946138396932627	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0077_000000006049	4676	0.725363389154654	4	3	1	3	1	True	106246	fragment	False	ISR0077_000000006049	1.0		0	0	False	False	0.9952951073646545	0					non-mobilizable	no_good_hit	1027.0	71.27600000000001	22.0	0.0211227761362922	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
SPA0009_000000001426	18308	0.7253612769656286	17	7	5	5	3	True	132160	fragment	False	SPA0132_000000001387	0.7499205432459893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	83.24799999999999	5.0	0.00021948597004086768	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0294_000000005109	3732	0.7253600747161992	6	2	1	2	1	True	78387	fragment	False	ISR0294_000000005109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
SPA0127_000000008218	3579	0.7253600747161992	4	2	1	2	1	True	3921	maximal	True	SPA0127_000000008218	1.0		1	1	False	False	0.9952500462532043	0					non-mobilizable	no_good_hit	47.0	93.617	1.0	0.025541365907828985	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
DEN0096_000000013253	3278	0.7253600747161992	3	2	1	2	1	True	91897	fragment	False	USA0021_01_000000005346	0.9653868528214078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1286.0	88.725	89.0	0.0026827702582610715	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0111_000000005657	3063	0.7253600747161992	3	2	1	2	1	True	32879	fragment	False	ISR0111_000000005657	1.0		0	0	False	False	0.9866144061088562	0					non-mobilizable	no_good_hit	284.0	95.775	9.0	0.00393239625167336	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0339_000000004920	2903	0.7253600747161992	3	2	1	2	1	True	43238	fragment	False	ISR0339_000000004920	1.0		0	0	False	False	0.9982776641845703	0					non-mobilizable	no_good_hit	360.0	83.056	12.0	0.0007506738290847425	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0112_000000010060	2766	0.7253600747161992	3	2	1	2	1	True	59689	maximal	True	ENG0112_000000010060	1.0		2	2	False	False	0.9996384382247925	0					non-mobilizable	no_good_hit	68.0	86.765	2.0	1.913873411270829e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ENG0073_000000009463	2693	0.7253600747161992	3	2	1	2	1	True	95574	fragment	False	ENG0073_000000009463	1.0		0	0	False	False	0.9870033264160156	0					non-mobilizable	no_good_hit	2257.0	77.404	83.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0030_01_000000007549	2235	0.7253600747161992	3	2	1	2	1	True	117452	fragment	False	ENG0112_000000011958	0.8984131564213717		0	0	False	False	0.9977628588676453	0					non-mobilizable	no_good_hit	1784.0	78.139	82.0	0.0036592735401066835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0374_000000007442	2139	0.7253600747161992	3	2	1	2	1	True	117452	fragment	False	ENG0112_000000011958	0.47392703862660945		0	0	False	False	0.9990649819374084	0					non-mobilizable	no_good_hit	1666.0	76.831	77.0	0.00340626091247645	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0049_000000014989	1983	0.7253600747161992	3	2	1	2	1	True	35989	fragment	False	ISR0049_000000014989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	77.036	58.0	0.002379573307795089	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0027_000000019104	1959	0.7253600747161992	2	2	1	2	1	True	114336	fragment	False	AST0153_000000012910	0.09581416964038203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	78.056	51.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0393_000000010525	1700	0.7253600747161992	2	2	1	2	1	True	114333	fragment	False	ISR0393_000000010525	0.9103069448979273		0	0	False	False	0.9935294389724731	0					non-mobilizable	no_good_hit	1145.0	77.293	67.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0104_000000019064	1665	0.7253600747161992	2	2	1	2	1	True	60235	maximal	True	ENG0104_000000019064	1.0		1	1	False	False	0.9885885715484619	0					non-mobilizable	no_good_hit								True	True
ISR0040_000000015935	1653	0.7253600747161992	2	2	1	2	1	True	114333	fragment	False	ISR0393_000000010525	0.6209776631732139		0	0	False	False	0.9340592622756958	0					non-mobilizable	no_good_hit	998.0	78.056	60.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0215_000000011859	2451	0.7253582409878471	3	3	2	3	2	False	28170	fragment	False	ISR0215_000000011859	1.0		0	0	False	False	0.9991840124130249	0					non-mobilizable	no_good_hit	1256.0	100.0	51.0	0.9992038216560509	NZ_CABLCC010000132.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	False
SPA0086_000000002800	5362	0.7253575788790966	4	3	1	3	1	False	5527	maximal	True	SPA0086_000000002800	1.0		2	1	False	False	0.9986945390701294	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00010801969044642995	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0179_000000019685	1676	0.7253572661333996	2	2	2	2	1	True	121144	fragment	False	ISR0211_000000012313	0.8408632834188285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	99.101	86.0	0.042291475129188724	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0150_000000019093	1121	0.7253480310234274	2	2	1	2	1	False	3251	fragment	False	SPA0150_000000019093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000007253	3657	0.7253430213997489	5	4	2	4	2	False	90913	maximal	True	ISR0097_000000007253	0.9930358158044343		37	5	False	False	0.9989061951637268	0					non-mobilizable	no_good_hit	1294.0	96.90899999999999	69.0	0.00034906807476383825	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0070_000000007369	3259	0.7253417043327157	3	3	3	3	3	False	118976	fragment	False	AST0093_000000004458	0.28728104732762555		0	0	False	False	1.0	0					non-mobilizable	other	3111.0	93.21799999999999	95.0	0.048795048229490684	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
FIJ0005_000000001557	15031	0.725332922778842	20	6	1	6	2	False	80813	maximal	True	FIJ0005_000000001557	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.721665148659457e-06	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
ISR0023_000000018417	1710	0.7253301634388435	3	3	3	3	3	True	37520	maximal	True	ISR0023_000000018417	1.0		6	3	False	False	0.953801155090332	0					non-mobilizable	no_good_hit	1090.0	79.083	63.0	0.0056246191664106075	NZ_KB903370.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_5.6, whole genome shotgun sequence	True	True
SPA0149_000000025788	1553	0.7253294196342128	2	2	2	2	2	False	131699	fragment	False	AST0140_000000015176	0.36155034030632377		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	94.72	100.0	0.00043744285180022824	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0010_01_000000004554	5900	0.7253289584504342	7	3	3	3	2	False	121114	maximal	True	USA0010_01_000000004554	1.0		0	0	False	False	0.9979661107063293	0					non-mobilizable	no_good_hit	1667.0	98.44	65.0	0.0005251191998519832	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0109_000000005431	5083	0.7253240421178421	8	5	3	5	4	False	70428	maximal	True	FIJ0109_000000005431	1.0		393	15	False	False	0.9998032450675964	0					non-mobilizable	no_good_hit	368.0	86.413	7.0	0.002365376558924946	NZ_OLMR01000004.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
MON0043_000000022191	1323	0.7253081604708694	1	1	1	1	1	False	11669	fragment	False	MON0043_000000022191	1.0		0	0	False	False	0.9969765543937683	0					non-mobilizable	chromosome	1274.0	83.281	96.0	0.00041227039327790515	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0051_000000002518	7528	0.7253049810475503	20	2	2	2	1	False	46560	maximal	True	FIJ0051_000000002518	1.0		1	1	False	False	0.9998671412467957	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000020992	1484	0.7253025416284666	2	2	1	2	1	True	49929	maximal	True	MAD0087_000000020992	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	84.507	5.0	2.4247527191493263e-05	NZ_CP023011.2	firmicutes	Enterococcus hirae strain FDAARGOS_234 chromosome, complete genome	True	True
ENG0123_000000003565	2951	0.7252919062174485	3	3	3	3	2	False	117075	fragment	False	ENG0032_000000006058	0.7528317303864948		0	0	False	False	1.0	0					non-mobilizable	other	2908.0	79.058	100.0	0.0007684808775059519	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0053_000000006152	4247	0.7252861966527817	7	6	4	3	4	False	82816	fragment	False	ENG0053_000000006152	1.0		0	0	False	False	0.9997645616531372	0					non-mobilizable	no_good_hit	1521.0	95.33200000000001	59.0	0.0004367990376024369	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
MAD0060_000000009962	1697	0.7252829504215255	3	3	3	2	2	False	16857	fragment	False	MAD0060_000000009962	1.0		0	0	False	False	0.9982321858406067	0					non-mobilizable	no_good_hit	599.0	87.98	69.0	0.00018603678799708066	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ITA0005_000000002558	6470	0.7252804696119203	6	6	6	5	3	False	74277	maximal	True	ITA0005_000000002558	1.0		11	6	False	False	0.9990726709365845	0					non-mobilizable	no_good_hit	3269.0	98.715	72.0	0.09356741894833315	NZ_QSFT01000035.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf35, whole genome shotgun sequence	True	False
ENG0147_000000004611	3043	0.7252781811986551	5	4	2	2	3	True	130603	fragment	False	ISR0183_000000010028	0.6828248946241703		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1516.0	95.383	89.0	0.297750591949487	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
AST0025_000000011718	2965	0.7252781811986551	5	4	2	2	3	True	130603	fragment	False	ISR0183_000000010028	0.6761135404023977		0	0	False	False	0.9976391196250916	0		MOBV			mobilizable	no_good_hit	1489.0	95.165	88.0	0.292423046566693	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0255_000000011453	2660	0.7252781811986551	4	4	2	2	3	True	130603	fragment	False	ISR0183_000000010028	0.39539344761529954		0	0	False	False	0.9996240735054016	0		MOBV			mobilizable	no_good_hit	1535.0	93.225	87.0	0.2973559589581689	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0067_000000011945	2429	0.7252781811986551	4	4	2	2	3	True	130603	fragment	False	ISR0183_000000010028	0.3243036078126032		0	0	False	False	0.9860024452209473	0		MOBV			mobilizable	no_good_hit	1473.0	94.162	86.0	0.28906866614048937	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0047_000000013365	2226	0.7252781811986551	4	4	2	2	3	True	130603	fragment	False	ISR0183_000000010028	0.2650588781991914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1512.0	95.238	85.0	0.2969613259668508	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0154_000000000039	31137	0.7252769279753621	29	22	11	16	17	False	115143	maximal	True	SPA0154_000000000039	1.0	PS748	8	3	False	True	0.9989722967147827	0					non-mobilizable	no_good_hit	1219.0	92.863	7.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
FIJ0057_000000029453	1215	0.7252666287233721	1	1	1	1	1	False	52843	fragment	False	FIJ0057_000000029453	1.0		0	0	False	False	1.0	0					non-mobilizable	other	879.0	98.749	99.0	0.00026248516047021315	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ETH0004_000000025462	1151	0.7252666287233721	1	1	1	1	1	False	52842	fragment	False	ETH0004_000000025462	1.0		0	0	False	False	1.0	0					non-mobilizable	other	732.0	98.22399999999999	100.0	0.0002182393703226146	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0785_000000015769	2276	0.7252640305399837	4	3	2	2	1	False	22194	fragment	False	ISR0785_000000015769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	95.80799999999999	15.0	0.00011208585035630173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0198_000000011219	2953	0.7252630795333989	3	3	1	3	1	True	28888	fragment	False	ISR0198_000000011219	1.0		0	0	False	False	0.9878090023994446	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.4878848320359232e-06	NZ_CP020563.1	high GC Gram+	Kitasatospora albolonga strain YIM 101047 chromosome, complete genome	True	True
CHI0151_000000004981	4858	0.7252565491562	6	3	1	3	3	False	83106	maximal	True	CHI0151_000000004981	1.0	PS412	1	1	False	True	0.9995883107185364	0					non-mobilizable	no_good_hit	1510.0	99.603	44.0	0.0061662055973945844	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	True	True
MON0058_000000023806	2094	0.7252530352370986	2	1	1	1	1	False	11011	maximal	True	MON0058_000000023806	1.0		629	14	False	False	0.9942693114280701	0					non-mobilizable	no_good_hit	1321.0	77.971	76.0	0.00043992854779485393	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0101_000000015573	1790	0.7252530352370986	2	1	1	1	1	False	42675	fragment	False	FIJ0101_000000015573	1.0		0	0	False	False	0.9960893988609314	0					non-mobilizable	other	1772.0	95.93700000000001	99.0	0.017035234366733678	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0030_000000021305	1681	0.7252530352370986	1	1	1	1	1	False	103876	fragment	False	MON0030_000000021305	1.0		0	0	False	False	0.9530041813850403	0					non-mobilizable	other	1580.0	99.684	100.0	0.00042693918671735136	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0070_000000015645	1634	0.7252530352370986	1	1	1	1	1	False	103871	fragment	False	ENG0070_000000015645	1.0		0	0	False	False	0.9975520372390747	0					non-mobilizable	chromosome	1635.0	98.654	100.0	0.0003632035622435654	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0080_000000034021	1633	0.7252530352370986	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.9310789632062082		0	0	False	False	1.0	0					non-mobilizable	chromosome	1633.0	98.775	100.0	0.0005260234976501382	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0047_000000012628	1609	0.7252530352370986	2	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.9472431739830294		0	0	False	False	0.998757004737854	0					non-mobilizable	other	1609.0	99.37799999999999	100.0	0.025693057441879046	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0193_000000018281	1449	0.7252530352370986	1	1	1	1	1	False	29081	fragment	False	ISR0193_000000018281	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1404.0	81.339	96.0	0.008777717039578267	NZ_JH591190.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.4, whole genome shotgun sequence	False	False
MON0078_000000032840	1433	0.7252530352370986	1	1	1	1	1	False	10146	maximal	True	MON0078_000000032840	1.0		9	4	False	False	0.9993021488189697	0					non-mobilizable	no_good_hit	1256.0	77.548	87.0	0.0015625489864123448	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0069_000000018423	1381	0.7252530352370986	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7422007494779811		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	99.421	100.0	0.0005458038167507191	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ETH0003_000000030697	1381	0.7252530352370986	1	1	1	1	1	False	53048	fragment	False	MON0084_000000024818	0.9635237439779766		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	79.986	100.0	0.008670901585267007	NZ_JH591190.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.4, whole genome shotgun sequence	False	False
MON0058_000000038744	1373	0.7252530352370986	1	1	1	1	1	False	10986	maximal	True	MON0058_000000038744	1.0		28	7	False	False	1.0	0					non-mobilizable	chromosome	1304.0	82.515	95.0	0.0003610066913471086	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0061_000000034147	1359	0.7252530352370986	1	1	1	1	1	False	124690	maximal	True	MON0061_000000034147	0.974943904263276		27	7	False	False	1.0	0					non-mobilizable	other	1368.0	76.389	99.0	0.044286459692147145	NZ_CABLCC010000033.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
SPA0145_000000025833	1341	0.7252530352370986	1	1	1	1	1	False	93131	fragment	False	SPA0145_000000025833	1.0		0	0	False	False	0.9932885766029358	0					non-mobilizable	chromosome	1342.0	88.07700000000001	100.0	0.00046707276435969903	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0058_000000009379	2656	0.7252463830466843	3	2	1	2	1	False	123041	maximal	True	ISR0058_000000009379	1.0		3	1	False	False	1.0	0					non-mobilizable	chromosome	1541.0	97.145	100.0	0.0004126942610843247	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0181_000000001495	12569	0.7252452665410005	17	9	8	8	6	True	121721	maximal	True	CHI0181_000000001495	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	81.118	7.0	0.01166097485253027	NZ_FOJY01000015.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
ENG0187_000000019958	1524	0.7252429774004786	2	2	2	2	2	False	54967	fragment	False	ISR0176_000000020485	0.9635530841338845		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	90.891	99.0	0.015609936206436791	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
DEN0090_000000003110	6507	0.7252397288677761	8	6	6	6	6	False	116387	fragment	False	MON0090_000000007472	0.9380115468740423		0	0	False	False	0.999846339225769	0					non-mobilizable	other	4868.0	92.625	99.0	0.0011854351576775866	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0138_000000003661	5689	0.7252309157656948	6	3	2	3	3	False	121608	fragment	False	ENG0138_000000003661	0.9446012702893437		0	0	False	False	0.9998242259025574	0					non-mobilizable	other	2197.0	98.589	97.0	0.22439173993048456	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
FIJ0096_000000027408	1377	0.725222922570826	2	2	2	2	1	False	42975	fragment	False	FIJ0096_000000027408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	80.693	15.0	0.0010796687576251605	NZ_SMAL01000007.1	firmicutes	Natranaerovirga pectinivora strain DSM 24629 Ga0244691_107, whole genome shotgun sequence	True	False
ISR0779_000000002094	12656	0.7252205759753236	16	10	7	7	8	False	126412	maximal	True	ISR0779_000000002094	1.0	PS958	8	5	False	True	1.0	0					non-mobilizable	no_good_hit	933.0	85.42299999999999	31.0	0.00027797336635685034	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0108_000000011012	2023	0.725215205320631	3	3	3	3	3	False	124004	fragment	False	ISR0108_000000011012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	96.02600000000001	67.0	0.00037711537286657667	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0012_000000008498	4536	0.7252140575460472	6	3	3	3	1	True	13612	maximal	True	MON0012_000000008498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.002693415064549085	XM_013479173.1	apicomplexans	Eimeria maxima hypothetical protein, conserved partial mRNA	True	True
ISR0206_000000003550	6751	0.7252124168523276	10	7	6	6	6	False	129773	maximal	True	ISR0206_000000003550	1.0	PS1061	6	3	False	True	1.0	0					non-mobilizable	chromosome	4044.0	93.94200000000001	100.0	0.0010829204604167247	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0357_000000005241	4308	0.7252087796294193	7	5	1	2	4	False	124403	fragment	False	ISR0357_000000005241	1.0		0	0	False	False	0.9997678995132446	0					non-mobilizable	no_good_hit	3630.0	99.17399999999999	86.0	0.0010859803793360288	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0115_000000008484	3696	0.7252087796294193	7	5	1	2	4	False	124402	fragment	False	ISR0819_000000006403	0.9547413403218318		0	0	False	False	0.9989177584648132	0					non-mobilizable	no_good_hit	3060.0	99.21600000000001	83.0	0.2751889168765743	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0021_000000035166	1357	0.725202752549425	2	2	2	2	2	False	49558	maximal	True	FIJ0021_000000035166	1.0		174	12	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	76.4	54.0	0.015536484315549166	NZ_GG704772.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld3, whole genome shotgun sequence	True	False
FIJ0082_000000003788	6632	0.7252002234042358	6	3	2	3	2	True	105930	fragment	False	FIJ0140_000000003609	0.9605773582690926		0	0	False	False	0.9998492002487183	0					non-mobilizable	no_good_hit	1477.0	86.053	24.0	0.20186505759736698	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
FIJ0160_000000002458	6557	0.7252002234042358	5	3	2	3	2	True	105930	fragment	False	FIJ0140_000000003609	0.9622926454616492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	86.115	25.0	0.012653287773402945	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0087_000000005083	5604	0.7252002234042358	6	3	2	3	2	True	105741	fragment	False	FIJ0073_000000003138	0.9453597092540983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	86.324	26.0	0.20186505759736698	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
FIJ0053_000000003429	5445	0.7252002234042358	6	3	2	3	2	True	105741	fragment	False	FIJ0073_000000003138	0.9313376729748055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	86.324	27.0	0.20186505759736698	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
ISR0095_000000014551	2221	0.7251963554629806	2	2	2	2	2	False	33412	maximal	True	ISR0095_000000014551	1.0		2	1	False	False	0.965330958366394	0					non-mobilizable	other	1388.0	88.11200000000001	92.0	0.014306786182140757	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0199_000000007852	3663	0.7251958160110851	3	3	2	2	2	False	48600	maximal	True	ISR0199_000000007852	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3663.0	100.0	100.0	0.05021115559699446	MF156266.1	enterobacteria	Escherichia coli strain 24-S11 plasmid pCESC2, complete sequence	False	True
MON0026_000000008207	3959	0.7251931454556466	7	6	4	4	5	False	40281	maximal	True	MON0026_000000008207	1.0		3	1	False	False	0.9977266788482666	0					non-mobilizable	chromosome	2923.0	96.98899999999999	96.0	0.0005244003180859424	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	False
DEN0071_000000013574	2897	0.7251918593118609	3	3	3	3	3	False	120460	fragment	False	ENG0088_000000007200	0.9863801381229285		0	0	False	False	0.9944770336151123	0					non-mobilizable	other	2760.0	77.645	94.0	0.0009361969758437175	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0157_000000002030	12387	0.7251841782997274	16	6	5	5	4	False	130762	fragment	False	ISR0157_000000002030	0.9922853738792868		0	0	False	False	0.9998385310173035	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000014843	1943	0.7251755637900797	3	2	2	2	2	True	56146	maximal	True	ENG0166_000000014843	1.0		1	1	False	False	0.9897066354751587	0					non-mobilizable	no_good_hit								True	True
ISR0324_000000009592	3260	0.7251735524286448	4	1	1	1	1	False	24942	maximal	True	ISR0324_000000009592	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	99.458	34.0	0.00026785787873043605	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
DEN0001_000000036515	1215	0.7251735524286448	1	1	1	1	1	False	76721	fragment	False	DEN0001_000000036515	1.0		0	0	False	False	0.9991769790649414	0					non-mobilizable	no_good_hit								True	False
AUS0006_000000005537	3947	0.725173290686925	3	3	3	3	2	False	116988	fragment	False	AUS0006_000000005537	0.9930160372478014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2248.0	94.306	57.0	0.08118594436310396	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
ISR0204_000000003169	3110	0.725173290686925	3	3	3	3	2	False	116959	fragment	False	ISR0388_000000008760	0.8731744664276462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2238.0	94.50399999999999	72.0	0.08118594436310396	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
ENG0018_000000007056	3000	0.725173290686925	3	3	3	3	2	False	116959	fragment	False	ISR0388_000000008760	0.7728487540129505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2225.0	94.24700000000001	82.0	0.08034407027818448	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
SPA0057_000000008475	3580	0.7251730619299214	5	3	2	3	3	False	6347	maximal	True	SPA0057_000000008475	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1864.0	96.94200000000001	54.0	0.0007194155704235631	CP021558.1	high GC Gram+	Bifidobacterium breve strain 215W447a chromosome, complete genome	True	False
TAN0013_000000008936	1359	0.7251726500056853	2	2	2	2	1	True	2562	maximal	True	TAN0013_000000008936	1.0		3	2	False	False	0.9919058084487915	0					non-mobilizable	no_good_hit	52.0	90.385	4.0	0.00045451304719806076	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	True
MON0052_000000005665	4011	0.7251666289148656	4	3	3	2	2	False	86919	fragment	False	MON0052_000000005665	0.9528563505268997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	74.293	20.0	0.0011982176894930713	NZ_FZOC01000002.1	d-proteobacteria	Desulfovibrio mexicanus strain DSM 13116, whole genome shotgun sequence	True	False
MAD0013_000000000708	15768	0.7251647177305304	23	8	1	8	2	False	19625	maximal	True	MAD0013_000000000708	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0018283294842186297	NC_049973.1	viruses	Bacillus virus SRT01hs, complete genome	True	False
USA0081_01_000000001942	14730	0.7251647177305304	15	8	1	8	2	False	86677	fragment	False	DEN0082_000000001772	0.886596444344125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000032472	1438	0.7251595308223285	2	2	2	2	1	False	52715	maximal	True	ETH0005_000000032472	1.0		1	1	False	False	0.9930459260940552	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000013800	3002	0.7251586129710428	4	1	1	1	1	False	131470	maximal	True	ISR0816_000000013800	1.0		2	2	False	False	0.9960026741027832	0					non-mobilizable	no_good_hit	1600.0	99.875	53.0	0.008911681166051908	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0002_000000003941	6704	0.7251548518444157	7	7	6	7	6	False	113604	maximal	True	MAD0002_000000003941	1.0		2	1	False	False	0.9988066554069519	0					non-mobilizable	other	5164.0	90.531	94.0	0.0012577626388595698	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0069_000000003579	8217	0.7251545128931892	5	5	5	4	0	True	132339	fragment	False	DEN0069_000000003579	1.0		0	0	False	False	0.9998782873153687	0					non-mobilizable	no_good_hit								True	True
FIJ0015_000000026708	1244	0.7251535815133509	2	1	1	1	1	False	50295	fragment	False	FIJ0015_000000026708	1.0		0	0	False	False	0.9951768517494202	0					non-mobilizable	other	1237.0	84.883	99.0	0.0003838953116862835	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AUS0014_000000004117	7882	0.7251467866068434	13	9	0	3	9	False	100956	maximal	True	AUS0014_000000004117	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	797.0	97.616	26.0	0.00015158685698094657	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
CHI0038_000000007351	1660	0.7251431682165379	3	3	2	2	3	False	87824	fragment	False	CHI0038_000000007351	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1100.0	96.727	99.0	0.00024410342522194754	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0153_000000020183	1440	0.7251384685829975	1	1	1	1	1	False	79734	fragment	False	ISR0153_000000020183	0.9736308285199667		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	96.87299999999999	99.0	0.02128572908802937	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0001_000000027323	1605	0.7251335038215144	3	3	3	3	2	False	116050	fragment	False	ISR0853_000000010044	0.9533816209702306		0	0	False	False	0.9900311231613159	0					non-mobilizable	other	1630.0	78.712	100.0	0.0005806041586625637	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
MAD0094_000000010409	1538	0.7251332415763456	3	3	3	2	2	False	15616	maximal	True	MAD0094_000000010409	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	1538.0	99.87	100.0	0.00030528104427171007	CP042530.1	enterobacteria	Klebsiella aerogenes strain C9 chromosome, complete genome	False	False
ISR0260_000000006235	2176	0.7251313566283477	5	4	4	4	3	True	116024	fragment	False	DEN0083_000000012157	0.9650193946893114		0	0	False	False	0.9963235259056091	0					non-mobilizable	other	2176.0	99.54	100.0	0.0010408466509861723	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
SPA0053_000000003620	8092	0.7251253974107373	12	6	5	5	4	False	6497	maximal	True	SPA0053_000000003620	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	1.0	0.00013284024300275882	NZ_FOAT01000002.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
FIJ0156_000000003546	2141	0.7251196790064874	2	2	2	1	2	False	39505	maximal	True	FIJ0156_000000003546	1.0		1	1	False	False	0.9897244572639465	0					non-mobilizable	no_good_hit	405.0	72.09899999999999	19.0	0.001642635517430188	CP014152.1	firmicutes	Clostridium botulinum strain BrDura plasmid pRSJ20_1, complete sequence	True	False
FIJ0140_000000012589	2422	0.7251177843004909	4	4	3	4	3	False	125442	fragment	False	MON0070_000000010284	0.5096397119451311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	85.529	81.0	0.00047369894279008677	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0008_000000022126	1196	0.7251144607500836	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.06708804620705759		0	0	False	False	0.9991638660430908	0					non-mobilizable	other	1199.0	85.738	100.0	0.0003350751150500672	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0110_000000015382	1765	0.7251133640313416	3	3	3	2	2	False	100191	maximal	True	MAD0110_000000015382	0.9841892854473623		314	14	False	False	0.9983002543449402	0					non-mobilizable	no_good_hit	935.0	86.31	61.0	0.004550709664723391	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0312_000000010948	1647	0.7251133640313416	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9814313441409717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	85.17200000000001	58.0	0.003970186702088407	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0107_000000016441	1556	0.7251133640313416	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9422256684397625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	84.056	56.0	0.003473298403561853	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0010_000000012327	1546	0.7251133640313416	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9409667048215866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	83.921	56.0	0.00018753022691157456	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AUS0016_000000018516	1532	0.7251133640313416	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.935139572719945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	83.89399999999999	55.0	0.0034683787174378273	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0093_000000012436	1528	0.7251133640313416	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9349681138337581		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	83.898	55.0	0.00018726346983204175	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0010_000000002096	4075	0.7251122900988518	4	4	4	3	3	False	113625	maximal	False	DEN0034_000000001447	0.9414225941422594		0	0	False	False	1.0	0					non-mobilizable	other	4072.0	99.435	99.0	0.1526777677767777	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
DEN0035_000000015572	2134	0.7251084092259663	3	3	3	3	3	False	73443	maximal	False	ENG0080_000000012056	0.9889698829030626		0	0	False	False	0.9995313882827759	0					non-mobilizable	no_good_hit	1511.0	87.29299999999999	73.0	0.003438787975659044	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
FIJ0034_000000002508	11235	0.7251057745871439	8	7	7	7	6	False	52048	maximal	True	FIJ0034_000000002508	1.0		40	2	False	False	1.0	0					non-mobilizable	no_good_hit	3918.0	73.303	42.0	0.0007668139220835624	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0816_000000011903	3535	0.7251035482528543	6	2	1	1	2	False	92078	fragment	False	ISR0816_000000011903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1855.0	79.73	81.0	0.00036384741800060753	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0038_000000000307	24443	0.7251028634313256	17	16	11	15	8	True	128667	maximal	True	CHI0038_000000000307	1.0		1	1	False	False	0.9999591112136841	0					non-mobilizable	no_good_hit	3379.0	77.863	31.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0022_000000001399	3502	0.7251024890932284	6	2	1	2	1	False	41976	maximal	True	TAN0022_000000001399	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000009230	2996	0.7250933693549949	4	4	4	4	3	False	93100	fragment	False	MON0086_000000010311	0.9389022046771712		0	0	False	False	0.9913217425346375	0					non-mobilizable	chromosome	2992.0	99.164	99.0	0.0013949323520770082	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0145_000000019021	1465	0.7250926302484044	3	3	3	3	2	False	97008	fragment	False	ISR0102_000000011071	0.950371370695476		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	99.794	99.0	0.010221620446047103	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
CHI0041_000000011691	1290	0.7250918254498409	2	2	2	1	2	False	87545	fragment	False	CHI0041_000000011691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	73.684	19.0	5.0740675870048674e-05	NZ_PDEA01000001.1	b-proteobacteria	Comamonas terrigena strain FDAARGOS_394 pRIID_98.contig.0, whole genome shotgun sequence	True	False
FIJ0038_000000019981	1759	0.7250906442567362	3	3	3	3	2	False	50096	maximal	False	MAD0032_000000009329	0.9222222222222223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	78.417	63.0	0.0003773397377128962	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0136_000000010720	2512	0.7250902486239577	3	3	2	3	2	True	76846	fragment	False	FIJ0136_000000010720	1.0		0	0	False	False	0.9984076619148254	0					non-mobilizable	no_good_hit	1155.0	80.952	53.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ENG0102_000000002784	8002	0.7250799296506492	12	11	9	9	9	False	111446	fragment	False	ISR0179_000000003041	0.9456377475313117		0	0	False	False	0.9997500777244568	0					non-mobilizable	other	8008.0	98.789	100.0	0.011087917978494564	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0162_000000018231	1263	0.7250762652697931	2	2	2	2	1	True	39208	maximal	True	FIJ0162_000000018231	1.0		2	1	False	False	0.9881235361099243	0					non-mobilizable	no_good_hit	159.0	75.472	12.0	0.00048533505340251184	NZ_JAAAPK010000012.1	d-proteobacteria	Corallococcus exiguus strain DSM 14696 contig12, whole genome shotgun sequence	True	True
FIJ0112_000000011297	2387	0.7250730621197855	4	3	2	3	2	True	42023	maximal	True	FIJ0112_000000011297	1.0		7	2	False	False	0.9932970404624939	0					non-mobilizable	no_good_hit	400.0	71.0	17.0	0.0001048706440517769	NZ_CP022121.1	firmicutes	Dehalobacterium formicoaceticum strain DMC chromosome, complete genome	True	True
FIJ0113_000000017137	1503	0.7250728734443186	2	2	2	2	1	False	99812	fragment	False	FIJ0113_000000017137	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1506.0	87.51700000000001	100.0	0.01542268816306073	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ISR0107_000000009516	2600	0.7250666502161166	2	2	2	2	2	False	125877	fragment	False	ISR0107_000000009516	1.0		0	0	False	False	0.9911538362503052	0					non-mobilizable	no_good_hit	1013.0	92.596	49.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
AST0007_000000014931	1189	0.7250636796402813	2	2	2	2	2	False	126593	fragment	False	SPA0042_000000023410	0.7627683214070042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	76.0	33.0	9.708203358104408e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
AST0024_000000010252	3217	0.7250630246502096	3	3	3	3	2	False	127146	maximal	True	AST0024_000000010252	1.0		11	6	False	False	0.9993783235549927	0					non-mobilizable	no_good_hit	902.0	80.266	57.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0012_000000019243	1561	0.7250528889503391	2	1	1	1	1	False	19650	fragment	False	MAD0012_000000019243	1.0		0	0	False	False	0.9583600163459778	0					non-mobilizable	no_good_hit	146.0	100.0	9.0	8.204127751282531e-05	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	True	False
AUS0018_000000006099	4418	0.7250520798190563	7	4	1	3	3	False	111223	fragment	False	AUS0018_000000006099	1.0		0	0	False	False	0.9984155893325806	0					non-mobilizable	no_good_hit	1732.0	93.93799999999999	71.0	0.00024234886153905218	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0338_000000005408	4286	0.72504848330128	5	3	3	3	3	False	78070	maximal	True	ISR0338_000000005408	1.0		0	0	False	False	0.9948670268058777	0					non-mobilizable	no_good_hit								True	False
ISR0290_000000000773	9424	0.7250484779597086	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9419285210221221		0	0	False	False	0.9962860941886902	0					non-mobilizable	no_good_hit	2234.0	88.988	24.0	0.0011115696162312145	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0025_01_000000006080	2675	0.7250440245688875	6	4	2	4	1	False	1656	fragment	False	USA0025_01_000000006080	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2675.0	99.88799999999999	100.0	0.08580963994608819	CP054365.1	enterobacteria	Escherichia coli strain SCU-171 plasmid pSCU-171-2, complete sequence	False	True
USA0079_01_000000010407	1281	0.7250436473560414	2	2	2	2	2	False	94762	fragment	False	FIJ0028_000000015259	0.4158804207559713		0	0	False	False	0.9984387159347534	0					non-mobilizable	no_good_hit	428.0	72.89699999999999	33.0	0.000963111238204175	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ISR0300_000000007496	1446	0.725042583755562	2	2	2	1	2	False	25585	maximal	True	ISR0300_000000007496	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	77.072	39.0	0.013671827231149266	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ISR0054_000000008403	2876	0.7250386947689209	5	4	3	3	4	False	90464	fragment	False	ISR0054_000000008403	0.9742811807101676		0	0	False	False	0.9954798221588135	0					non-mobilizable	chromosome	2876.0	99.374	100.0	0.0012156766900443055	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0229_000000010219	1590	0.7250382654933534	4	4	3	3	2	True	27567	maximal	True	ISR0229_000000010219	1.0		82	13	False	False	0.994339644908905	0					non-mobilizable	other	932.0	94.421	97.0	0.0014041681623345088	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0071_000000004021	8226	0.725037450894348	10	5	3	4	4	True	117930	fragment	False	DEN0071_000000004021	0.9641945665330599		0	0	False	False	0.9866277575492859	0					non-mobilizable	no_good_hit	1930.0	78.964	23.0	0.013584272935893883	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
CAN0022_000000003489	7656	0.725037450894348	7	5	3	4	4	True	117930	fragment	False	DEN0071_000000004021	0.9429451632115713		0	0	False	False	0.9997387528419495	0					non-mobilizable	no_good_hit	1973.0	79.27	26.0	0.01388267223678695	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ISR0112_000000034424	1164	0.7250285539086666	1	1	1	1	1	False	32598	fragment	False	ISR0112_000000034424	1.0		0	0	False	False	0.993127167224884	0					non-mobilizable	other	1164.0	99.399	100.0	0.004486674999614216	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0103_000000020806	1117	0.7250260425063489	2	2	2	2	2	False	52121	fragment	False	FIJ0103_000000020806	0.9936479128856623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0185_000000004495	4444	0.7250239942928095	7	5	5	5	2	False	77231	fragment	False	CHI0185_000000004495	1.0		0	0	False	False	0.9970747232437134	0					non-mobilizable	no_good_hit	1056.0	98.67399999999999	24.0	0.0014499266790631961	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0110_000000004819	4799	0.7250218770333802	4	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.6828867169832484		0	0	False	False	0.9995832443237305	0					non-mobilizable	other	3081.0	98.539	99.0	0.006440321430587763	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AUS0018_000000008212	3352	0.7250208479841345	4	4	4	2	1	False	100034	maximal	True	AUS0018_000000008212	0.9922374429223744		2	1	False	False	0.9997016787528992	0					non-mobilizable	no_good_hit	932.0	91.631	31.0	0.01135448935287948	NZ_CYYV01000014.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0028_000000010423	1557	0.7250090131685429	1	1	1	1	1	False	118731	fragment	False	AST0028_000000010423	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1557.0	98.844	100.0	0.0007293590452708847	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
MAD0044_000000018067	1379	0.7250090131685429	1	1	1	1	1	False	17947	maximal	True	MAD0044_000000018067	1.0		10	3	False	False	0.9992748498916626	0					non-mobilizable	other	1381.0	87.835	99.0	0.0010977376574166945	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
MAD0108_000000013765	1317	0.7250090131685429	1	1	1	1	1	False	44840	fragment	False	FIJ0071_000000025724	0.9493361285814117		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	75.425	97.0	0.0069461389553137146	NZ_FXLO01000006.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	False	False
ENG0166_000000001029	19726	0.7249948682565031	20	7	3	5	4	False	56193	maximal	True	ENG0166_000000001029	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5422.0	89.985	65.0	0.2574044927743597	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
SPA0009_000000026800	1396	0.7249895785770873	3	2	2	2	2	False	8109	maximal	True	SPA0009_000000026800	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0180_000000007838	2202	0.724988890046687	4	3	2	3	2	True	61385	fragment	False	ENG0180_000000007838	0.964599609375		0	0	False	False	0.9913714528083801	0					non-mobilizable	other	2184.0	92.766	99.0	0.014935891295721069	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0122_000000009383	3074	0.7249884240914084	4	3	3	2	2	False	6117	maximal	True	SPA0122_000000009383	1.0		14	4	False	False	0.9986987709999084	0					non-mobilizable	no_good_hit								True	False
ENG0106_000000014000	1481	0.7249871472448428	2	1	1	1	1	False	60055	maximal	True	ENG0106_000000014000	1.0		10	6	False	False	0.9804186224937439	0					non-mobilizable	other	1333.0	99.925	90.0	0.006042816896296733	NZ_CAPH01000017.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ENG0118_000000000742	20312	0.7249828457597904	21	7	3	7	0	True	108412	fragment	False	ISR0315_000000000348	0.6301765598269907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1250.0	95.84	6.0	0.025442229612551773	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	True	True
DEN0001_000000012192	3363	0.7249749620032838	6	3	2	3	2	False	96339	fragment	False	DEN0001_000000012192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	86.588	13.0	0.00011800528563011607	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0069_01_000000030206	2025	0.7249739995710799	3	3	3	3	1	True	774	maximal	True	USA0069_01_000000030206	1.0		161	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0092_000000004560	3678	0.7249731443801407	5	4	0	1	4	False	109711	maximal	True	AST0092_000000004560	1.0		3	2	False	False	0.9953778982162476	0					non-mobilizable	no_good_hit	1517.0	92.749	60.0	0.1392323306883189	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0778_000000004885	2664	0.7249727784185415	5	3	1	2	3	False	126706	fragment	False	ISR0778_000000004885	0.9991759373712402		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1909.0	95.12799999999999	71.0	0.37913181999203505	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0111_000000012262	1565	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.7723480344593546	PS974	0	0	False	True	1.0	0					non-mobilizable	plasmid	1565.0	98.083	100.0	0.31142970927917163	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0065_000000008820	1522	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.8492486340818188	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1523.0	98.62100000000001	100.0	0.296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0142_000000023922	1443	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.6098812296884089	PS974	0	0	False	True	1.0	0					non-mobilizable	plasmid	1443.0	98.26700000000001	100.0	0.28713659896455596	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0119_000000023675	1334	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.6224506896191976	PS974	0	0	False	True	1.0	0					non-mobilizable	plasmid	1330.0	98.045	99.0	0.26463560334528075	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0018_000000015841	1332	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.6042581517781116	PS974	0	0	False	True	1.0	0					non-mobilizable	plasmid	1332.0	98.12299999999999	100.0	0.26503385105535643	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0190_000000022544	1326	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.410794923815135	PS974	0	0	False	True	0.999245822429657	0					non-mobilizable	other	1326.0	99.02	100.0	0.2587890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0295_000000027524	1293	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.5084120359283015	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1293.0	98.531	100.0	0.25234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0031_000000024826	1288	0.7249727784185415	4	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.31202489251037574	PS974	0	0	True	True	1.0	1					non-mobilizable	other	1288.0	99.92200000000001	100.0	0.22312760055478503	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0232_000000024808	1206	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.25220568232088797	PS974	0	0	False	True	0.9908789396286011	0					non-mobilizable	other	1206.0	98.425	100.0	0.20891123439667128	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0067_000000015563	1178	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.17818908213656112	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1178.0	100.0	100.0	0.20405686546463245	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0005_000000024593	1149	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.23221174076360943	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1149.0	100.0	100.0	0.19902912621359223	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0045_000000017555	1135	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.13856966814885316	PS974	0	0	True	True	1.0	1					non-mobilizable	other	1135.0	99.912	100.0	0.1966019417475728	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0265_000000015908	1125	0.7249727784185415	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.13708678074758254	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1125.0	98.667	100.0	0.19486823855755894	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CAN0007_000000024227	1665	0.7249702431360673	3	3	3	3	1	False	121854	fragment	False	FIJ0048_000000015861	0.46810379768341503		0	0	False	False	1.0	0					non-mobilizable	chromosome	1662.0	99.458	99.0	0.0005590828752006522	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0802_000000000089	38846	0.724968110940115	27	17	12	16	9	True	119255	fragment	False	SPA0127_000000000352	0.9879680517746161		0	0	False	False	0.9997683167457581	0					non-mobilizable	no_good_hit	541.0	79.852	1.0	0.00023963832017553842	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0028_000000002022	6802	0.7249626146355245	9	7	4	6	5	False	71130	maximal	True	ENG0028_000000002022	1.0	PS334	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1229.0	86.086	18.0	0.0011277502166977113	NZ_FUHT01000004.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	True
CHI0119_000000000778	10030	0.7249572630996831	18	9	2	5	7	False	88507	fragment	False	CHI0119_000000000778	1.0		0	0	False	False	0.9976071715354919	0					non-mobilizable	no_good_hit	3781.0	96.40299999999999	74.0	0.015276978796153005	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
FIJ0023_000000014401	2260	0.7249555693812167	2	2	1	2	2	False	121056	maximal	True	FIJ0023_000000014401	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000019598	1368	0.7249548643104657	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2581144721537683		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	98.465	100.0	0.0004764839319997825	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0026_000000019269	1352	0.7249548643104657	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2541370021280441		0	0	False	False	1.0	0					non-mobilizable	chromosome	1365.0	92.527	100.0	0.00043931986966736425	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0165_000000014898	1349	0.7249548643104657	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2535430991031311		0	0	False	False	1.0	0					non-mobilizable	chromosome	1362.0	92.36399999999999	100.0	0.00043835291470844856	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0048_000000019241	1332	0.7249548643104657	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.25497089477638457		0	0	False	False	0.9939939975738525	0					non-mobilizable	chromosome	1345.0	92.416	100.0	0.00043287350327459297	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0041_000000014988	2272	0.7249531483748523	3	2	2	2	1	False	6912	maximal	True	SPA0041_000000014988	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000018154	1673	0.72495119911203	2	2	2	2	1	False	72512	fragment	False	DEN0051_000000027486	0.9694589877835951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000019067	1810	0.7249450200586678	2	1	1	1	1	False	64591	fragment	False	ENG0043_000000019067	1.0		0	0	False	False	0.9939226508140564	0					non-mobilizable	chromosome	1662.0	93.56200000000001	91.0	0.0005873488128893323	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
DEN0073_000000026896	1955	0.7249446567044412	3	3	3	3	3	False	70154	fragment	False	FIJ0114_000000020799	0.9148992328238068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	73.669	18.0	0.00014461800934358095	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CAN0017_000000023841	1433	0.7249438182017272	2	2	2	2	2	False	92363	fragment	False	CAN0017_000000023841	1.0		0	0	False	False	0.9776692390441895	0					non-mobilizable	chromosome	1434.0	98.536	100.0	0.00046188215204206383	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ETH0002_000000007721	3632	0.7249436223998273	3	2	2	2	1	False	53366	maximal	True	ETH0002_000000007721	1.0		1	1	False	False	0.9997246861457825	0					non-mobilizable	no_good_hit	347.0	81.556	10.0	0.00010451213302130621	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
AST0055_000000022829	1583	0.7249412449445696	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.31384942655992965		0	0	False	False	0.9974731802940369	0					non-mobilizable	other	1583.0	97.979	100.0	0.0004921575227615077	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0134_000000023765	1350	0.7249368012782935	3	3	3	3	2	False	67132	fragment	False	ENG0011_000000020870	0.9603924418604651		0	0	False	False	0.9992592334747314	0					non-mobilizable	no_good_hit	674.0	96.736	50.0	0.009059120549757658	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ENG0015_000000001737	12164	0.724932699122543	12	6	3	4	6	False	104425	fragment	False	ENG0015_000000001737	1.0		0	0	False	False	0.9994245171546936	0					non-mobilizable	no_good_hit	2169.0	93.545	50.0	0.0003479764031513874	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
MON0002_000000022334	1279	0.7249319278438914	2	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1889267278358821		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	94.91799999999999	100.0	0.0004509706985493776	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0088_000000019811	1266	0.7249319278438914	2	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18375089691778737		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	98.736	100.0	0.0003808672754320736	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0005_000000045043	1219	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18355266808695583		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	94.586	100.0	0.0003667164754753088	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0017_000000016197	1219	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18207544392544134		0	0	False	False	0.9762099981307983	0					non-mobilizable	other	1219.0	94.50399999999999	100.0	0.0003667164754753088	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0061_000000038625	1219	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18744076137134638		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	94.75	100.0	0.0003667164754753088	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0060_000000035280	1219	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18495115575102436		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	94.66799999999999	100.0	0.0003667164754753088	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0101_000000019553	1205	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18235550769707537		0	0	False	False	0.9991701245307922	0					non-mobilizable	other	1205.0	99.087	100.0	0.0003625013435732938	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0145_01_000000019414	1205	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18262297735966282		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	99.336	100.0	0.0003625013435732938	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0201_000000024232	1200	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20654731445825752		0	0	False	False	0.9983333349227905	0					non-mobilizable	other	1200.0	93.417	100.0	0.0003609959393225741	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0003_000000020081	1200	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18207570912140653		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	99.25	100.0	0.0003609959393225741	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0101_000000055910	1198	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18561481883775538		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	94.741	100.0	0.00036039377762228626	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0093_000000039577	1192	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18408750364579726		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	94.631	100.0	0.00035858729252142267	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0025_000000036859	1176	0.7249319278438914	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17623115800354844		0	0	False	False	0.9991496801376343	0					non-mobilizable	other	1176.0	99.49	100.0	0.00035376999891911976	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0365_000000004522	3286	0.7249268133231636	5	4	4	3	3	False	110218	fragment	False	ISR0233_000000003173	0.9646030381198051		0	0	False	False	0.9942178726196289	0					non-mobilizable	no_good_hit	1260.0	86.19	87.0	0.0004217524639532915	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0141_000000003554	8280	0.7249251803990259	5	5	5	5	3	True	46919	maximal	True	FIJ0141_000000003554	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	309.0	83.17200000000001	13.0	9.458813225963915e-05	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
MON0062_000000003912	9652	0.7249244474501914	9	6	4	5	2	False	10781	maximal	True	MON0062_000000003912	1.0		1	1	False	False	0.9961665868759155	0					non-mobilizable	no_good_hit	3020.0	93.01299999999999	49.0	0.009263898152445528	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
FIJ0086_000000010579	2932	0.7249211302175602	4	3	2	3	2	False	43853	maximal	True	FIJ0086_000000010579	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000006508	3726	0.7249190279690348	3	2	1	2	1	False	89085	fragment	False	FIJ0115_000000006508	1.0		0	0	False	False	0.9997316002845764	0					non-mobilizable	no_good_hit	1863.0	96.565	56.0	0.014827084355174604	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0046_000000018953	1834	0.7249162070474581	3	2	1	2	1	False	110370	fragment	False	ISR0046_000000018953	1.0		0	0	False	False	0.9869138598442078	0					non-mobilizable	no_good_hit	779.0	85.62299999999999	51.0	0.0002239031349910265	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0821_000000018634	1690	0.7249069919448339	3	3	3	3	2	False	73610	fragment	False	FIJ0006_000000016351	0.2584148578871353		0	0	False	False	0.9952662587165833	0					non-mobilizable	other	1587.0	99.559	94.0	0.057161392633172346	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
MON0058_000000042269	1270	0.7249055454879669	2	2	2	2	1	True	10979	fragment	False	MON0058_000000042269	0.9546225614927906		0	0	False	False	0.9992126226425171	0					non-mobilizable	no_good_hit	985.0	83.959	77.0	0.004141531224353388	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
ENG0125_000000018319	1453	0.7249002969312157	2	2	1	1	2	False	58808	maximal	True	ENG0125_000000018319	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	79.221	10.0	0.004015090272163837	NZ_CYZK01000025.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0108_000000005975	3643	0.7248981614281061	8	5	2	5	2	False	32812	maximal	True	ISR0108_000000005975	1.0		1	1	False	False	0.9967060089111328	0					non-mobilizable	no_good_hit	972.0	85.288	27.0	0.020568714349328866	NC_016770.1	viruses	Bacteroides phage B124-14, complete genome	True	False
MON0032_000000009767	2651	0.7248981566131034	4	1	1	1	1	False	51838	maximal	True	MON0032_000000009767	1.0		0	0	False	False	0.9694454669952393	0					non-mobilizable	no_good_hit	863.0	75.435	32.0	0.0002559884738930908	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0005_000000030679	1210	0.7248981566131034	2	1	1	1	1	False	51835	fragment	False	FIJ0005_000000030679	0.9881255301102629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	75.663	71.0	0.00025719312553494064	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0007_000000020646	1229	0.7248975542901163	2	2	2	2	2	False	76208	fragment	False	DEN0007_000000020646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	75.0	14.0	6.936517984272796e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
USA0023_01_000000022468	1351	0.7248967874766987	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.5372339263033891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000022924	1567	0.7248964839906421	2	2	2	2	2	False	34480	maximal	True	ISR0077_000000022924	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	1198.0	71.369	75.0	0.0003547631501148432	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
CHI0087_000000000518	8531	0.7248947217079467	10	8	2	8	1	True	85171	fragment	False	DEN0058_000000000033	0.9586411461831207		0	0	False	False	1.0	0					non-mobilizable	other	8532.0	98.066	100.0	0.13719183699725004	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
CHI0041_000000007719	1878	0.7248899947050815	2	2	2	2	2	False	87597	maximal	True	CHI0041_000000007719	1.0		62	8	False	False	0.9989350438117981	0					non-mobilizable	other	1879.0	98.45700000000001	100.0	0.025212905998979126	NZ_WNCH01000009.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold9_size74013, whole genome shotgun sequence	False	False
ISR0134_000000008579	3814	0.7248838253678991	4	4	4	4	4	False	124931	fragment	False	ISR0134_000000008579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2711.0	77.056	70.0	0.006416837782340862	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0061_000000002578	11077	0.7248833245497661	8	5	4	5	2	True	112207	maximal	True	AST0061_000000002578	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1953.0	76.65100000000001	18.0	0.020464625131995776	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0170_000000006375	1952	0.7248795008697035	3	3	3	2	1	False	83778	fragment	False	ISR0288_000000015151	0.9601992670519608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	86.667	5.0	0.004311238237366829	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
ISR0364_000000010030	1756	0.7248795008697035	3	3	3	2	1	False	83778	fragment	False	ISR0288_000000015151	0.47781435548745455		0	0	False	False	0.9920273423194885	0					non-mobilizable	no_good_hit	129.0	85.271	7.0	0.005306139369066865	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
MAD0061_000000015842	1196	0.7248777214906881	2	2	2	1	1	False	42949	fragment	False	MAD0061_000000015842	0.9276134508448731		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	95.135	96.0	0.00034290487364388894	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0006_000000008346	4022	0.7248723208009757	3	3	3	3	3	False	128905	maximal	True	FIJ0006_000000008346	1.0	PS1059|PS816	0	0	False	True	0.9960218667984009	0					non-mobilizable	no_good_hit	1425.0	87.29799999999999	68.0	0.019578168209897776	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0078_000000021082	1138	0.7248704076294921	2	2	2	2	2	False	44414	fragment	False	FIJ0078_000000021082	1.0		0	0	False	False	0.997363805770874	0					non-mobilizable	other	1101.0	90.736	97.0	0.02150390357485276	NZ_QRYH01000019.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf19, whole genome shotgun sequence	False	False
ENG0128_000000021622	1374	0.7248675852804458	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.25910709593725373		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	98.47200000000001	100.0	0.00047857530258646773	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0102_000000023667	1329	0.7248675852804458	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.24259275424535712		0	0	False	False	0.9902182221412659	0					non-mobilizable	chromosome	1329.0	98.721	100.0	0.0004280387284800145	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0178_000000011006	2036	0.7248671928735628	3	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.03843780084078815		0	0	False	False	0.9833005666732788	0					non-mobilizable	chromosome	1259.0	85.78200000000001	94.0	0.00043674789085276333	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0056_000000003570	3469	0.7248645058253672	3	2	2	2	2	False	17069	maximal	True	MAD0056_000000003570	1.0		0	0	False	False	0.9997117519378662	0					non-mobilizable	no_good_hit	1168.0	80.223	52.0	0.0006233479138194733	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0036_000000024410	1720	0.7248527655995348	3	2	2	1	1	False	47939	fragment	False	FIJ0036_000000024410	0.9438850881012323		0	0	False	False	0.9936046600341797	0					non-mobilizable	other	1659.0	96.866	96.0	0.06702781371280725	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0330_000000025583	1264	0.7248503559541544	2	1	1	1	1	False	103580	fragment	False	USA0037_01_000000022915	0.5912983402685694		0	0	False	False	0.9810126423835754	0					non-mobilizable	no_good_hit								True	False
AST0153_000000007851	3882	0.7248499901764666	4	4	4	4	3	True	116007	maximal	True	AST0153_000000007851	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	99.429	37.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
AST0084_000000023655	1500	0.7248474045580641	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.22263492628315237		0	0	False	False	0.9986666440963745	0					non-mobilizable	other	1500.0	98.4	100.0	0.0004660252649157639	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0152_000000016352	1525	0.7248471197709093	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9294888495844414		0	0	False	False	0.9986885190010071	0					non-mobilizable	no_good_hit	725.0	84.414	55.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0820_000000009608	2414	0.724842730457553	5	3	2	3	2	False	128272	fragment	False	AST0099_000000008733	0.8021404632755715		0	0	False	False	0.999585747718811	0					non-mobilizable	other	1865.0	98.552	100.0	0.0006494814253190438	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
DEN0073_000000018322	2768	0.7248423208813283	4	4	4	3	1	False	75973	fragment	False	DEN0073_000000018322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	73.75	29.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0090_000000004085	7030	0.7248389055353197	7	6	5	6	3	False	112360	maximal	True	SPA0090_000000004085	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3095.0	97.641	60.0	0.1331611792554336	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0194_000000003945	6411	0.7248362005506568	11	7	0	2	7	False	118852	maximal	True	ENG0194_000000003945	0.9970474101569091	PS815	5	3	True	True	0.9998440146446228	35	rep_cluster_663				non-mobilizable	no_good_hit	4146.0	98.866	88.0	0.11337527352297593	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	True	True
MON0017_000000010043	1939	0.7248352138674438	3	3	3	3	2	False	46938	fragment	False	MON0042_000000013031	0.9592737978410206		0	0	False	False	0.9871067404747009	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	1.2040414714378344e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0057_000000014902	2205	0.7248338572956672	3	3	3	3	2	True	46136	fragment	False	FIJ0057_000000014902	1.0		0	0	False	False	0.9927437901496887	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0008334247176225464	LN591299.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001323	True	True
FIJ0043_000000025321	1203	0.7248281851771925	2	1	1	1	1	False	68544	fragment	False	DEN0092_000000011211	0.3125390278267528		0	0	False	False	0.9617622494697571	0					non-mobilizable	chromosome	1145.0	98.603	100.0	0.00038872995738581823	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0074_000000008594	3768	0.7248266830134436	5	5	4	4	4	False	82103	fragment	False	ISR0034_000000004869	0.9489473042835179		0	0	False	False	0.9986730217933655	0					non-mobilizable	no_good_hit	490.0	86.531	17.0	0.0002257262649298803	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0161_000000000653	19151	0.7248165949537269	16	10	6	10	5	True	56859	maximal	True	FIJ0161_000000000653	1.0		2	1	False	False	0.9991645216941833	0					non-mobilizable	no_good_hit	1889.0	84.75399999999999	15.0	0.06581755834703804	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0112_000000005520	6138	0.7248126699472724	7	6	1	4	2	True	74791	maximal	True	SPA0112_000000005520	1.0		1	1	False	False	0.9962528347969055	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.284647309296209e-07	CP034492.1	other sequences	Eukaryotic synthetic construct chromosome 14	True	True
AST0039_000000003561	4861	0.7248106436146786	6	4	4	3	3	False	132086	maximal	True	AST0039_000000003561	1.0	PS1137	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	598.0	98.32799999999999	12.0	0.0015643219306405334	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
ISR0221_000000006614	3465	0.7248106436146786	4	4	4	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8937460567061539	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	332.0	99.699	10.0	0.12854368932038834	NZ_JAAIOD010000037.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_38_length_2575_cov_949.812, whole genome shotgun sequence	True	True
ENG0103_000000005668	3383	0.7248106436146786	4	4	4	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8694574042409169	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	133.0	98.49600000000001	8.0	0.00034588022587026874	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
ISR0374_000000004881	3252	0.7248106436146786	4	4	4	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8691611604516976	PS1137	0	0	False	True	0.9984624981880188	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	4.0	2.2845177947013853e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
SPA0065_000000006812	3247	0.7248106436146786	4	4	4	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8596110138053364	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	113.0	99.115	3.0	0.0004390228605475242	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
MAD0011_000000003244	4024	0.7248093242160221	7	6	6	6	6	False	86227	fragment	False	FIJ0165_000000004412	0.9556213454591538		0	0	False	False	0.9925447106361389	0					non-mobilizable	other	4024.0	97.913	100.0	0.11029472241261137	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
MON0020_000000009076	2239	0.7248037362264564	3	3	3	3	2	False	13109	fragment	False	MON0020_000000009076	1.0		0	0	False	False	0.9950870871543884	0					non-mobilizable	other	2239.0	99.73200000000001	100.0	0.013614712162597867	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	False
MAD0099_000000007739	3761	0.7248034772644139	6	1	1	1	1	False	15240	maximal	True	MAD0099_000000007739	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	1.0	0.0017478350679272264	NZ_OFSM01000046.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
AST0029_000000022631	1297	0.7248002120890554	2	2	2	2	1	False	117885	fragment	False	ISR0122_000000008533	0.13882104482236848		0	0	False	False	0.9953739643096924	0					non-mobilizable	chromosome	1298.0	89.75299999999999	100.0	0.00040818089064124745	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0077_000000007534	3930	0.7247903213219687	4	4	3	3	3	False	44520	maximal	True	FIJ0077_000000007534	1.0		3	2	False	False	0.9997455477714539	0					non-mobilizable	no_good_hit	1011.0	82.59100000000001	25.0	0.0003963010321624787	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
TAN0017_000000010640	3240	0.7247880696843454	3	2	2	2	2	False	44577	maximal	True	TAN0017_000000010640	1.0		2	1	True	True	0.9879629611968994	1					non-mobilizable	no_good_hit	1507.0	99.27	47.0	0.05972635336109459	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	True	True
ISR0388_000000021285	1653	0.7247796519494271	2	2	2	2	2	False	31926	fragment	False	ISR0388_000000021285	0.9603568508414656		0	0	False	False	0.9818511605262756	0					non-mobilizable	no_good_hit	526.0	73.00399999999999	31.0	0.00011538847907124491	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0040_000000019407	1431	0.7247796519494271	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.9767105730646372		0	0	False	False	0.9545772075653076	0					non-mobilizable	no_good_hit	467.0	74.732	32.0	0.0019230850332533453	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
SPA0088_000000007577	2083	0.7247756924513193	3	3	3	3	1	False	5454	maximal	True	SPA0088_000000007577	1.0		2	1	False	False	0.9956793189048767	0					non-mobilizable	no_good_hit	700.0	74.571	33.0	0.00024741563287810524	NZ_CP009228.1	spirochetes	Treponema putidum strain OMZ 758 (ATCC 700334) chromosome, complete genome	True	False
SPA0137_000000029824	1238	0.7247677982309748	3	3	3	3	2	False	60198	fragment	False	SPA0137_000000029824	0.9845758354755784		0	0	False	False	0.9539579749107361	0					non-mobilizable	other	1171.0	98.89	95.0	0.008208164668411193	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
SPA0136_000000024109	1748	0.7247654009062863	2	2	2	2	1	False	3606	maximal	True	SPA0136_000000024109	1.0		37	8	False	False	0.9994279146194458	0					non-mobilizable	other	1348.0	83.234	95.0	0.00035741935243490937	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0064_000000009275	2402	0.7247635114372337	3	3	3	3	3	False	62976	maximal	True	ENG0064_000000009275	1.0		366	14	False	False	0.9970857501029968	0					non-mobilizable	no_good_hit	492.0	78.862	20.0	0.007639300302453931	NZ_CZBD01000024.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0367_000000003241	2999	0.7247619462071565	3	3	3	3	3	False	82098	fragment	False	FIJ0168_000000005986	0.9470588235294117		0	0	False	False	0.9906635284423828	0					non-mobilizable	no_good_hit	450.0	85.77799999999999	15.0	0.011018189939697744	NZ_WKRD01000015.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold15_size40297, whole genome shotgun sequence	True	False
MAD0071_000000001825	3438	0.7247550811505509	5	5	5	4	1	False	120977	fragment	False	MAD0071_000000001825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	81.193	75.0	0.0001787092433273328	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0196_000000004778	3725	0.7247533366544681	4	2	2	1	2	False	125514	fragment	False	ISR0196_000000004778	0.9639854260089686		0	0	False	False	1.0	0					non-mobilizable	other	3609.0	83.70700000000001	96.0	0.0015764849471114728	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0007_000000008968	2903	0.7247493479809053	4	3	1	1	2	True	115641	fragment	False	ENG0007_000000008968	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2905.0	98.96700000000001	100.0	0.4919532441131628	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
SPA0127_000000004705	6088	0.7247471327119964	10	8	8	8	6	False	114968	maximal	False	ISR0839_000000002324	0.9901256732495511		0	0	False	False	0.9990144371986389	0					non-mobilizable	no_good_hit	963.0	73.624	16.0	0.00125732719409589	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0138_000000012238	2144	0.7247457744842466	2	2	2	2	2	False	100690	maximal	True	SPA0138_000000012238	1.0		416	11	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	83.09299999999999	61.0	0.00037176413030802095	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0360_000000018432	1357	0.7247405269617204	2	2	2	1	1	False	23782	fragment	False	ISR0360_000000018432	1.0		0	0	False	False	0.9683124423027039	0					non-mobilizable	other	1232.0	98.86399999999999	91.0	0.0004470535683481716	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
USA0145_01_000000018209	1288	0.7247396100150097	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.3254154256170861		0	0	False	False	0.9961180090904236	0					non-mobilizable	other	1289.0	87.82	100.0	0.00040038352199371705	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0012_000000002570	8048	0.7247324774361015	14	12	4	11	10	False	50842	fragment	False	FIJ0012_000000002570	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	95.556	3.0	2.182083330575082e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0192_000000006989	2767	0.7247320042775409	3	3	3	3	3	False	77253	fragment	False	MON0008_000000010142	0.5636805785706395		0	0	False	False	0.9996386170387268	0					non-mobilizable	other	2581.0	98.102	93.0	0.0007767885933713437	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0085_000000007521	1798	0.7247316875314264	2	2	2	2	1	False	28764	fragment	False	SPA0085_000000007521	0.9919354838709677		0	0	False	False	1.0	0					non-mobilizable	chromosome	1798.0	99.499	100.0	0.000785451531914596	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0350_000000012775	1543	0.7247304274968402	1	1	1	1	1	False	117305	fragment	False	ISR0350_000000012775	0.9925150695350566		0	0	False	False	0.9948152899742126	0					non-mobilizable	other	1543.0	99.546	100.0	0.010071651110690189	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0157_000000020761	1531	0.7247304274968402	1	1	1	1	1	False	117305	fragment	False	ISR0350_000000012775	0.9872177334607117		0	0	False	False	0.9875898361206055	0					non-mobilizable	other	1531.0	99.28200000000001	100.0	0.009993272502824896	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
AST0031_000000017122	1521	0.7247304274968402	1	1	1	1	1	False	117305	fragment	False	ISR0350_000000012775	0.9813191741138955		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	99.211	100.0	0.009927956996270484	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0027_000000017779	1448	0.7247304274968402	2	1	1	1	1	False	117884	maximal	False	ENG0141_000000017360	0.9099357454859448		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	73.479	90.0	0.030846569587689693	NZ_JAAISM010000041.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_41_length_42371_cov_210.712, whole genome shotgun sequence	False	False
MON0060_000000029220	1444	0.7247304274968402	1	1	1	1	1	False	11766	maximal	True	MON0060_000000029220	0.9865384615384616		74	8	False	False	0.9591412544250488	0					non-mobilizable	other	1444.0	97.715	100.0	0.0004007197960577836	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0037_000000003476	3681	0.7247249178456556	6	6	1	1	6	False	98174	backbone	False	BAN0018_000000000561	0.9537503325250306	PS396|PS544	0	0	True	True	0.9997283220291138	3					non-mobilizable	plasmid	3683.0	99.104	100.0	0.03837198375324987	CP018638.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain 69-3861 plasmid pSE69-3861-1, complete sequence	False	True
ISR0141_000000019928	1571	0.7247222790272133	2	2	2	1	1	False	61351	fragment	False	ISR0141_000000019928	0.9804055593529277		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	100.0	100.0	0.0056923450648818565	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0160_000000014061	1429	0.7247222790272133	2	2	2	1	1	False	61351	fragment	False	ISR0141_000000019928	0.9363777477952157		0	0	False	False	0.998600423336029	0					non-mobilizable	other	1429.0	100.0	100.0	0.005177496020797001	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0007_000000002507	7175	0.724719807619741	14	1	1	1	1	False	127389	fragment	False	AST0007_000000002507	1.0		0	0	False	False	0.9987456202507019	0					non-mobilizable	no_good_hit	188.0	96.277	3.0	0.03851699279093718	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
SPA0019_000000008580	3301	0.724719807619741	9	1	1	1	1	False	67582	fragment	False	SPA0019_000000008580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	1.0	0.0018724254150543004	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
TAN0010_000000010421	1544	0.7247126300229222	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9391456059349613		0	0	False	False	0.9987046718597412	0					non-mobilizable	no_good_hit	715.0	83.77600000000001	56.0	0.0034683787174378273	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0058_000000030384	1390	0.7247114909275897	2	1	1	1	1	False	45970	maximal	True	FIJ0058_000000030384	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	72.249	15.0	8.965051389272296e-05	NZ_CP015031.1	g-proteobacteria	Basfia succiniciproducens strain JF4016 chromosome, complete genome	True	False
FIJ0073_000000011131	1652	0.7247061508682162	2	2	2	2	2	False	102683	fragment	False	CAN0020_000000020591	0.6420897924480876		0	0	False	False	0.9866828322410583	0					non-mobilizable	other	1652.0	99.637	100.0	0.003627875459809564	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0023_000000014269	1594	0.7247061508682162	2	2	2	2	2	False	102683	fragment	False	CAN0020_000000020591	0.6382351212582148		0	0	False	False	0.9905897378921509	0					non-mobilizable	other	1596.0	98.935	100.0	0.0035046728971962616	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0023_000000002733	4949	0.7247032572337498	4	3	2	2	3	False	105813	maximal	True	MON0023_000000002733	1.0		87	11	False	False	0.9995958805084229	0					non-mobilizable	other	2557.0	91.083	99.0	0.0007674550870168819	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0160_000000013561	1435	0.7247003584287327	3	3	3	2	2	False	47442	maximal	True	FIJ0160_000000013561	1.0		20	3	False	False	0.996515691280365	0					non-mobilizable	chromosome	1435.0	98.60600000000001	100.0	0.00027154560006180785	CP052268.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 chromosome, complete genome	False	False
ENG0204_000000016070	1666	0.7246923177640682	3	2	2	2	1	False	54029	maximal	True	ENG0204_000000016070	1.0		1	1	False	False	0.994597852230072	0					non-mobilizable	no_good_hit	910.0	87.69200000000001	54.0	0.007502243195639893	NZ_JAAWUO010000014.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_14_length_120364_cov_136.787, whole genome shotgun sequence	True	False
AUS0022_000000014560	2389	0.7246881587559851	4	4	2	3	3	False	118637	maximal	True	AUS0022_000000014560	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1859.0	100.0	88.0	0.000298494994023674	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
FIJ0015_000000006382	4512	0.7246868733801073	8	5	3	4	4	True	104903	fragment	False	FIJ0015_000000006382	1.0		0	0	False	False	0.9995567202568054	0					non-mobilizable	no_good_hit	2633.0	98.101	82.0	0.21234368697055264	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0103_000000005988	2624	0.7246856191066934	5	2	0	1	1	False	130000	backbone	False	AST0087_000000010321	0.18365474589759193	PS1072	0	0	False	True	0.9992377758026123	0					non-mobilizable	no_good_hit	588.0	89.456	34.0	0.11304347826086956	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0355_000000000927	15229	0.724679806356366	13	9	5	8	2	False	23972	maximal	True	ISR0355_000000000927	1.0		1	1	False	False	0.9992777109146118	0					non-mobilizable	no_good_hit	3167.0	89.23299999999999	29.0	0.001055222298159925	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
FIJ0099_000000003212	7030	0.7246688823613574	3	3	3	3	3	False	42817	maximal	True	FIJ0099_000000003212	1.0		2	2	False	False	0.9988620281219482	0					non-mobilizable	no_good_hit	2230.0	97.13	85.0	0.030044075426938578	CP028551.2	enterobacteria	Klebsiella variicola strain WCHKP19 plasmid p3_020019, complete sequence	True	False
ISR0225_000000019515	1184	0.7246548799710261	2	2	2	2	2	False	27659	fragment	False	ISR0225_000000019515	1.0		0	0	False	False	0.9991554021835327	0					non-mobilizable	chromosome	1184.0	99.916	100.0	0.00023090960230651953	CP026932.2	enterobacteria	Escherichia coli strain CFS3273 chromosome, complete genome	False	False
DEN0040_000000006928	1210	0.7246508927476559	2	2	2	1	1	False	73168	maximal	False	ENG0045_000000010900	0.9852820932134096		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	98.09899999999999	100.0	0.0012343952127111056	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
DEN0072_000000014420	1157	0.7246477520874359	2	2	2	2	2	False	70247	fragment	False	DEN0072_000000014420	1.0		0	0	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit	153.0	75.817	13.0	2.6570410684558614e-05	CP012334.1	b-proteobacteria	Bordetella sp. H567, complete genome	True	False
FIJ0114_000000017964	2182	0.7246465655606347	3	3	2	3	2	False	104679	maximal	True	FIJ0114_000000017964	1.0		0	0	False	False	0.9665444493293762	0					non-mobilizable	no_good_hit	419.0	82.1	20.0	0.00015396282167959375	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ISR0813_000000016902	1824	0.7246448013735862	3	2	1	1	2	False	21575	maximal	True	ISR0813_000000016902	1.0		8	5	False	False	0.999451756477356	0					non-mobilizable	other	1266.0	99.368	99.0	0.0003991702307992808	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0146_000000008212	2889	0.7246407036810942	4	2	2	2	2	False	3338	maximal	True	SPA0146_000000008212	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	94.86	69.0	0.009836421397422995	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0121_000000003103	5945	0.7246383996970412	8	6	6	6	5	False	114964	maximal	True	ENG0121_000000003103	1.0		21	6	False	False	0.9996635913848877	0					non-mobilizable	no_good_hit	1065.0	74.366	18.0	0.001464986815118664	NZ_LT707059.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ETH0002_000000008734	3191	0.724635424857663	5	3	3	3	3	False	53359	fragment	False	ETH0002_000000008734	1.0		0	0	False	False	0.9952992796897888	0					non-mobilizable	other	3195.0	96.588	100.0	0.0011688037387077561	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
ENG0084_000000008937	3021	0.7246327367857148	3	3	3	3	2	False	122463	fragment	False	ENG0084_000000008937	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2309.0	93.50399999999999	76.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
CHI0116_000000005299	3323	0.7246306860226155	5	2	1	2	2	False	93112	fragment	False	CHI0116_000000005299	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1910.0	92.251	94.0	0.0008379991321350707	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0066_000000018220	1878	0.7246279190813391	1	1	1	1	1	False	45678	maximal	True	MON0066_000000018220	1.0		13	3	False	False	0.9978700876235962	0					non-mobilizable	no_good_hit	1453.0	96.696	77.0	0.025393938334003743	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0077_000000010925	2645	0.7246195990355119	2	1	1	1	1	False	45183	fragment	False	SPA0077_000000010925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	85.279	7.0	0.03909054646988432	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
FIJ0067_000000020333	1574	0.7246195990355119	2	1	1	1	1	False	45182	fragment	False	FIJ0067_000000020333	1.0		0	0	False	False	0.9930114150047302	0					non-mobilizable	no_good_hit	182.0	84.066	11.0	0.03609892301555644	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
AST0087_000000007754	4317	0.7246148544708287	3	2	1	2	1	True	118410	fragment	False	ISR0804_000000004052	0.5572219813522727		0	0	False	False	0.9965253472328186	0					non-mobilizable	no_good_hit	1155.0	70.563	26.0	0.023700257748161188	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
USA0117_01_000000009599	2325	0.7246133476236585	4	2	2	1	1	False	40150	fragment	False	USA0117_01_000000009599	1.0		0	0	False	False	0.9827957153320312	0					non-mobilizable	no_good_hit	490.0	95.51	21.0	0.007076300984528832	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0040_000000013372	2980	0.7246089627941483	4	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.38138038081040193		0	0	False	False	0.9973154067993164	0					non-mobilizable	other	2820.0	98.759	97.0	0.018855178318217085	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0083_000000017919	2099	0.7246044971464927	3	3	2	2	3	False	64023	fragment	False	MON0083_000000017931	0.971163012392755		0	0	False	False	1.0	0					non-mobilizable	chromosome	2101.0	94.90700000000001	100.0	0.0008635962668920171	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0090_000000007276	1783	0.7246036188763575	2	2	2	2	2	False	15786	maximal	True	MAD0090_000000007276	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	75.039	72.0	0.00041397824732482236	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
ENG0097_000000023031	1363	0.7246018203267123	2	2	2	2	1	False	60753	maximal	True	ENG0097_000000023031	1.0		198	10	False	False	0.994864284992218	0					non-mobilizable	no_good_hit	306.0	95.75200000000001	22.0	0.0008749960553456522	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	False
MON0088_000000002126	9843	0.7245991683057496	9	8	8	7	8	False	116503	maximal	True	MON0088_000000002126	1.0		10	7	False	False	0.9998984336853027	0					non-mobilizable	no_good_hit	863.0	76.709	9.0	0.0012435013632083206	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0311_000000014782	1538	0.7245978805292742	3	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9365608893028682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	83.978	55.0	0.0035175755786780805	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0049_000000019440	1519	0.7245938261370211	2	2	2	2	2	False	79130	fragment	False	ISR0049_000000019440	0.9753800641026547		0	0	False	False	0.9986833333969116	0					non-mobilizable	other	1519.0	98.618	100.0	0.0031741584193611116	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0112_000000025384	1309	0.7245905652577014	2	2	2	2	1	False	85613	fragment	False	SPA0112_000000025384	0.9717630501841144		0	0	False	False	0.9992360472679138	0					non-mobilizable	other	1309.0	99.389	100.0	0.0003206926962238435	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0079_000000012765	2201	0.7245854591726567	4	4	3	4	1	False	113756	fragment	False	ISR0059_000000003816	0.5638148911615694		0	0	False	False	1.0	0					non-mobilizable	chromosome	2201.0	98.001	100.0	0.0006148978813311462	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0357_000000012778	2004	0.7245854591726567	4	4	3	4	1	False	113756	fragment	False	ISR0059_000000003816	0.5234509712743518		0	0	False	False	0.9995009899139404	0					non-mobilizable	chromosome	2006.0	95.76299999999999	100.0	0.0005606010269942129	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0107_000000049510	1250	0.7245823422051514	2	2	2	2	1	True	8558	maximal	True	MON0107_000000049510	1.0		1	1	False	False	0.972000002861023	0					non-mobilizable	no_good_hit	841.0	95.719	67.0	0.004008341167095336	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0103_000000020571	1127	0.7245635333371598	2	2	1	2	1	False	42537	maximal	True	FIJ0103_000000020571	1.0		45	10	False	False	1.0	0					non-mobilizable	other	699.0	81.831	90.0	0.0008536364543415359	NZ_FUHT01000002.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	False	False
MON0087_000000034671	1480	0.7245609026780542	1	1	1	1	1	False	9683	maximal	True	MON0087_000000034671	1.0		88	8	False	False	0.987162172794342	0					non-mobilizable	no_good_hit	1216.0	74.095	81.0	0.0004925425019177368	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ENG0203_000000006503	2615	0.7245537316869735	3	3	3	3	3	False	117893	fragment	False	ISR0134_000000011779	0.6612603581050528		0	0	False	False	0.9980879426002502	0					non-mobilizable	chromosome	2615.0	97.132	100.0	0.0008236113260583626	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0057_01_000000009438	3319	0.724550527448147	3	2	2	1	2	False	101714	fragment	False	USA0057_01_000000009438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1817.0	87.287	56.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MAD0105_000000028950	1350	0.724546638982521	2	2	2	2	2	False	119926	fragment	False	ISR0217_000000015825	0.9468380820013899		0	0	False	False	1.0	0					non-mobilizable	chromosome	1350.0	95.77799999999999	100.0	0.0003837106440593116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0111_000000013435	1315	0.724546638982521	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8695035082324123		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	95.266	100.0	0.0003421822867333965	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0368_000000002076	5530	0.7245407254977208	9	2	1	2	2	True	36971	fragment	False	ISR0368_000000002076	0.9947609817588603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	96.323	26.0	0.00027818310592291084	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0052_000000005788	5202	0.7245407254977208	8	2	1	2	2	True	36971	fragment	False	ISR0368_000000002076	0.9692815898684841		0	0	False	False	0.9998077750205994	0					non-mobilizable	no_good_hit	979.0	96.323	23.0	0.00027818310592291084	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0075_000000004289	5141	0.7245407254977208	8	2	1	2	2	True	36971	fragment	False	ISR0368_000000002076	0.964365508708075		0	0	False	False	0.9998055100440979	0					non-mobilizable	no_good_hit	979.0	96.323	21.0	0.00027818310592291084	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0137_000000007346	4927	0.7245407254977208	8	2	1	2	2	True	36971	fragment	False	ISR0368_000000002076	0.7621540492008064		0	0	False	False	0.997564435005188	0					non-mobilizable	no_good_hit	1059.0	83.664	21.0	0.012617650248858145	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0109_000000005650	4284	0.7245355080916779	3	3	2	3	2	False	59891	fragment	False	ENG0109_000000005650	1.0		0	0	False	False	0.9997665882110596	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.015244552280163e-06	NZ_BIFT01000001.1	GNS bacteria	Dictyobacter alpinus strain Uno16 sequence1, whole genome shotgun sequence	True	False
ISR0212_000000010508	3274	0.7245329283497665	3	3	3	3	3	False	28364	maximal	True	ISR0212_000000010508	1.0		1	1	False	False	0.999389111995697	0		MOBP			mobilizable	no_good_hit	897.0	83.72399999999999	40.0	0.0021273763625905026	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
SPA0117_000000001700	17684	0.7245300522615334	13	11	5	10	10	False	117867	fragment	False	SPA0117_000000001700	1.0		0	0	False	True	1.0	0					non-mobilizable	other	15281.0	99.012	96.0	0.1990255214372256	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
TAN0009_000000032295	1345	0.7245300416980314	2	2	1	2	1	False	2788	maximal	True	TAN0009_000000032295	0.9540650406504065		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0251_000000005072	2783	0.7245272230835655	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.6097427973998799		0	0	False	False	1.0	0					non-mobilizable	other	2783.0	99.461	100.0	0.07803646563814867	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0357_000000009579	2607	0.7245272230835655	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5693755368198203		0	0	False	False	0.9984656572341919	0					non-mobilizable	other	2607.0	99.885	100.0	0.07309957924263674	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0839_000000007203	2598	0.7245272230835655	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5633254330447345		0	0	False	False	0.9976905584335327	0					non-mobilizable	other	2598.0	99.654	100.0	0.07284712482468443	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0005_000000003790	6846	0.7245245936450909	5	3	1	3	1	False	51923	maximal	True	FIJ0005_000000003790	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2137.0	95.414	31.0	0.08853777888363606	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0203_000000014166	1281	0.7245216375022532	2	1	1	1	1	False	28683	fragment	False	ISR0203_000000014166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0097_000000003970	5698	0.7245032036163698	9	2	1	1	2	False	109027	backbone	False	ISR0194_000000003648	0.9124931848656441	PS681	0	0	True	True	1.0	105					non-mobilizable	no_good_hit								True	True
DEN0085_000000006622	5291	0.7245032036163698	7	2	1	1	2	False	109027	backbone	False	ISR0194_000000003648	0.5735144143317064	PS681	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000034263	1334	0.7245015409289011	2	1	1	1	1	False	123072	fragment	False	ISR0226_000000002328	0.07952848521063559		0	0	False	False	0.9940029978752136	0					non-mobilizable	chromosome	1336.0	90.045	100.0	0.0005489622430934949	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0186_000000004128	5538	0.7244956418298321	8	7	4	5	5	True	130637	backbone	False	AST0039_000000003129	0.631928754761501	PS1110	0	0	True	True	0.9971108436584473	8		MOBV			mobilizable	no_good_hit	1332.0	94.444	88.0	0.26262825572217835	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ENG0049_000000003591	5530	0.7244956418298321	8	7	4	5	5	True	130637	backbone	False	AST0039_000000003129	0.6367998806233497	PS1110	0	0	True	True	1.0	41		MOBV			mobilizable	no_good_hit	1584.0	93.75	88.0	0.31077348066298344	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0831_000000002962	5294	0.7244956418298321	7	7	4	5	5	True	130637	backbone	False	AST0039_000000003129	0.55355503223665	PS1110	0	0	False	True	0.9994333386421204	0		MOBV			mobilizable	no_good_hit	3104.0	89.20700000000001	87.0	0.5155987923515599	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	True	True
ENG0174_000000001887	7921	0.7244954039858948	9	4	3	3	3	False	84131	maximal	True	ENG0174_000000001887	1.0		0	0	False	False	0.9988637566566467	0					non-mobilizable	no_good_hit	5465.0	98.115	69.0	0.0014763064974520194	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0079_000000013311	3666	0.7244911497478922	5	3	3	3	2	False	101579	fragment	False	ISR0796_000000005599	0.9550536302570454		0	0	False	False	1.0	0					non-mobilizable	other	3666.0	98.391	99.0	0.0072269796712819846	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0043_000000012647	2189	0.7244835132083531	2	2	2	2	1	False	11682	fragment	False	MON0043_000000012647	1.0		0	0	False	False	0.9931475520133972	0					non-mobilizable	no_good_hit	65.0	98.462	3.0	0.0003705848291835553	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	False
ISR0008_000000010575	1271	0.7244717167307637	2	2	1	1	2	False	80637	fragment	False	ISR0008_000000010575	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1271.0	100.0	100.0	0.0005792751762342096	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
MAD0013_000000005838	3768	0.7244680437163017	3	2	2	1	2	False	113777	maximal	True	MAD0013_000000005838	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1800.0	86.611	47.0	0.2288659793814433	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
DEN0035_000000015381	2155	0.7244635779296582	2	2	2	2	1	False	96063	maximal	True	DEN0035_000000015381	1.0		37	9	False	False	0.9995359778404236	0					non-mobilizable	no_good_hit	1865.0	99.51700000000001	87.0	0.0005984355917641907	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
USA0040_01_000000003304	5749	0.7244598296078416	8	4	3	3	2	True	108901	fragment	False	SPA0128_000000004938	0.24751652240389097		0	0	False	False	0.9968690276145935	0					non-mobilizable	no_good_hit	2214.0	99.639	80.0	0.0008752636568618417	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0344_000000005423	5344	0.7244598296078416	9	4	3	3	2	True	108884	fragment	False	ISR0344_000000005423	0.9764084798250607		0	0	False	False	1.0	0					non-mobilizable	other	3981.0	99.824	99.0	0.001574129848310045	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0036_000000003316	6394	0.7244569047804897	16	2	1	2	0	False	65350	maximal	True	ENG0036_000000003316	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ISR0357_000000004184	5249	0.7244549797057666	8	4	3	3	3	True	128101	maximal	True	ISR0357_000000004184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2440.0	97.41799999999999	63.0	0.020743500114816422	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0037_000000003863	5063	0.7244549797057666	7	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.7585833241909928	PS1159|PS463	0	0	True	True	1.0	39		MOBV			mobilizable	other	4370.0	97.757	96.0	0.5551601423487544	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0326_000000003140	5062	0.7244549797057666	7	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.7584405848081213	PS1159|PS463	0	0	True	True	0.9998024702072144	33		MOBV			mobilizable	other	4370.0	97.735	96.0	0.5551601423487544	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0110_000000006795	4421	0.7244549797057666	5	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.10569436970026622	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3449.0	99.42	99.0	0.476177323574092	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
CHI0167_000000003985	4404	0.7244549797057666	4	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.10407599086864734	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2305.0	99.34899999999999	100.0	0.0007827647700135862	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0183_000000006498	4244	0.7244549797057666	4	4	3	3	3	True	132358	backbone	False	ISR0371_000000002559	0.06983067241958073	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4247.0	98.32799999999999	100.0	0.0361118907287866	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0328_000000004772	5353	0.7244539936598798	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9587317333309504	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5354.0	99.60799999999999	100.0	0.000934180589046942	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0158_000000002989	5332	0.7244539936598798	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9572136627279547	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5333.0	99.1	100.0	0.0010040741079003043	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0123_000000002027	5286	0.7244539936598798	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9420627784324909	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5041.0	98.492	100.0	0.000914229190853644	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0164_000000003314	5286	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9416772634533285	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	98.449	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0006_000000004889	5286	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.946816517060908	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	99.527	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0171_000000004353	5286	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9493934600122786	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.319	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
USA0091_01_000000002151	5286	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9468145189752807	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	99.527	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0120_000000003954	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9471633067352456	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	99.546	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0024_000000005091	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474595210817277	PS1101	0	0	False	True	0.9998108148574829	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0122_000000005937	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9475890588555311	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CHI0135_000000003810	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9498643710793234	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.414	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0025_000000003839	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474595210817277	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0073_000000002704	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.947302983226878	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.88600000000001	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0085_000000002628	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474595210817277	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0135_000000003627	5285	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9511303218335176	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	99.281	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0337_000000001529	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9498643710793234	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.414	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0066_000000006055	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9498643710793234	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.414	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0156_000000002334	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9498643710793234	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.414	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0198_000000006508	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9498643710793234	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.414	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0005_000000005621	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474595210817277	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0077_000000003884	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474595210817277	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0083_000000004280	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474595210817277	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0060_000000004615	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9498643710793234	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.414	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0086_000000002836	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474595210817277	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CHI0124_000000003042	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9498643710793234	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.414	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0082_000000006899	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9475890588555311	PS1101	0	0	False	True	0.9998108148574829	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0034_000000006573	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474595210817277	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CHI0122_000000002536	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9498643710793234	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.414	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0103_000000003715	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9475890588555311	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.92399999999999	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CHI0074_000000003041	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9498643710793234	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.414	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0129_000000005351	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474595210817277	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0353_000000006325	5285	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474595210817277	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.905	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0015_000000004413	5284	0.7244539936598798	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9475859056600299	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5042.0	99.881	100.0	0.000914592052211395	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0022_000000003959	5283	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9474213134190496	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5283.0	99.905	100.0	0.0009219622330616494	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0010_000000003502	5271	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.946439698384625	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5271.0	99.905	100.0	0.000919867657749885	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0096_000000006060	5269	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9461045107514503	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5269.0	99.905	100.0	0.0009195185618645909	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0084_000000002758	5259	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9451581021319395	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5259.0	99.905	100.0	0.0009177730824381205	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0091_000000003143	5257	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.94486701343463	PS1101	0	0	False	True	0.9988586902618408	0					non-mobilizable	other	5257.0	99.905	100.0	0.0009174239865528265	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0045_000000005220	5253	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9442214457243007	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5253.0	99.905	100.0	0.0009167257947822384	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0789_000000002608	5246	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9424141870333761	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5246.0	99.523	100.0	0.000915329411241062	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0776_000000004956	5245	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9454620414342287	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5247.0	99.40899999999999	100.0	0.0009876910532515184	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0844_000000002624	5245	0.7244539936598798	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9454620414342287	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5247.0	99.40899999999999	100.0	0.0009876910532515184	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0020_000000001431	5245	0.7244539936598798	4	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9431017430182423	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5246.0	99.619	100.0	0.000915329411241062	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0832_000000009672	1383	0.7244534811808301	1	1	1	1	1	False	28681	maximal	True	ISR0832_000000009672	1.0		0	0	False	False	0.9963846802711487	0					non-mobilizable	other	1326.0	83.18299999999999	95.0	0.0003654520108191568	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0093_000000003749	5886	0.7244505148393559	8	8	8	7	5	False	53098	maximal	True	FIJ0093_000000003749	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	85.366	1.0	0.001863031789453825	NZ_LT985759.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
ISR0124_000000006304	2471	0.7244484112323939	3	3	3	3	3	False	114573	maximal	True	ISR0124_000000006304	0.9939123376623377		22	5	False	False	0.9995952844619751	0					non-mobilizable	no_good_hit	1169.0	73.995	47.0	0.0003496084718653113	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0279_000000015631	1449	0.7244397416702769	2	2	2	2	2	False	127450	fragment	False	ISR0279_000000015631	0.9847108485159087		0	0	False	True	0.9910283088684082	0					non-mobilizable	chromosome	1449.0	99.72399999999999	100.0	0.0008067589462212704	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	True
MON0066_000000028273	1296	0.7244391876200641	2	2	2	2	2	False	10623	fragment	False	MON0066_000000028273	1.0		0	0	False	False	0.9992284178733826	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	9.290941012135891e-05	NZ_RFLW01000004.1	g-proteobacteria	Haliea alexandrii strain LZ-16-2 scaffold4, whole genome shotgun sequence	True	False
MAD0044_000000004165	5523	0.7244388256789587	5	5	0	3	5	False	127611	fragment	False	CHI0016_000000000691	0.9157836867457732		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	5259.0	97.3	100.0	0.4918032786885246	CP047382.1	enterobacteria	Escherichia coli strain CAU16175 plasmid pCAU16175_4, complete sequence	False	True
ISR0079_000000003781	7590	0.7244374063503329	10	8	5	3	5	False	100029	maximal	True	ISR0079_000000003781	1.0	PS556	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4072.0	98.993	63.0	0.0009585644207378943	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ISR0812_000000004829	7502	0.7244367756562285	6	4	4	4	3	False	116213	fragment	False	SPA0013_000000002713	0.7654182541612172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	95.238	26.0	0.0004224123341686554	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0054_000000015705	1643	0.7244227869893191	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.23133734945162557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1645.0	90.881	100.0	0.0005513412098607274	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0107_000000037562	1619	0.7244227869893191	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2609946942803868		0	0	False	False	1.0	0					non-mobilizable	chromosome	1622.0	91.12200000000001	100.0	0.0005432629503755885	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0048_000000013060	1548	0.7244227869893191	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2241715201877179		0	0	False	False	1.0	0					non-mobilizable	chromosome	1551.0	91.23100000000001	100.0	0.0005193647660653861	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0176_000000029080	1169	0.7244178098600055	2	2	1	2	2	False	43207	fragment	False	FIJ0162_000000018250	0.9636563401508854		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	95.295	100.0	0.046988775797562055	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
DEN0090_000000000248	30986	0.7244156176908388	29	16	12	12	13	True	98629	maximal	True	DEN0090_000000000248	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3296.0	96.359	14.0	0.10946794722674554	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
FIJ0029_000000020483	1556	0.7244136723041649	2	1	1	1	1	True	85861	maximal	True	FIJ0029_000000020483	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	99.62700000000001	30.0	0.00677303975038685	NZ_WNAJ01000030.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold30_size39421, whole genome shotgun sequence	True	True
SPA0119_000000008665	3869	0.7244088033722387	2	2	2	2	0	True	131958	fragment	False	ENG0013_000000005614	0.10407278061459746		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	4.0	0.08482142857142858	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ISR0034_000000005439	3649	0.7244088033722387	4	2	2	2	0	True	131958	fragment	False	ENG0013_000000005614	0.08738459824277015		0	0	False	True	0.9997259378433228	0					non-mobilizable	no_good_hit	98.0	90.816	3.0	0.00015938503938968813	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0198_000000013133	2524	0.7244088033722387	3	2	2	2	0	True	98769	fragment	False	ISR0198_000000013133	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0014_000000007496	5862	0.7244030359999298	6	6	5	5	4	False	94817	fragment	False	CAN0014_000000007496	1.0		0	0	False	False	0.9977823495864868	0					non-mobilizable	chromosome	4019.0	91.441	93.0	0.0014229584642164235	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
SPA0052_000000009589	3006	0.7243999685976102	4	1	1	1	1	False	34361	maximal	True	SPA0052_000000009589	1.0		3	2	False	False	0.9960079789161682	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.632939294406165e-06	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
SPA0104_000000021256	1764	0.7243999685976102	2	1	1	1	1	False	59730	fragment	False	SPA0104_000000021256	1.0		0	0	False	False	0.9994331002235413	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000021039	1750	0.7243999685976102	2	1	1	1	1	False	59729	fragment	False	SPA0006_000000018610	0.965180106215365		0	0	False	False	0.9925714135169983	0					non-mobilizable	no_good_hit								True	False
SPA0006_000000018610	1705	0.7243999685976102	2	1	1	1	1	False	59729	fragment	False	SPA0006_000000018610	0.9667984212170259		0	0	False	False	0.9765396118164062	0					non-mobilizable	no_good_hit								True	False
ISR0079_000000016642	1695	0.7243999685976102	1	1	1	1	1	False	34360	fragment	False	ISR0079_000000016642	1.0		0	0	False	False	0.9994100332260132	0					non-mobilizable	no_good_hit	88.0	97.727	5.0	0.0005634715025906736	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
SPA0057_000000021256	1546	0.7243999685976102	2	1	1	1	1	False	6330	fragment	False	SPA0057_000000021256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000021781	1347	0.7243999685976102	1	1	1	1	1	False	3907	fragment	False	SPA0127_000000021781	1.0		0	0	False	False	0.9992576241493225	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000016927	2090	0.7243921774776497	3	3	3	3	2	False	28351	maximal	True	ISR0212_000000016927	1.0		3	2	False	False	0.9937798976898193	0					non-mobilizable	no_good_hit	1511.0	83.587	76.0	0.02914598200434378	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
AUS0012_000000002368	5892	0.7243904841496144	9	8	7	7	8	False	119460	maximal	True	AUS0012_000000002368	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2392.0	92.809	49.0	0.059553473537326825	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0127_000000015975	1841	0.7243877871743277	2	1	1	1	1	False	20949	fragment	False	SPA0127_000000015975	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1841.0	97.936	100.0	0.02934281659144912	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0127_000000012182	2048	0.7243804069021168	4	2	2	1	1	False	94607	fragment	False	ISR0127_000000012182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1768.0	97.90700000000001	86.0	0.005596400050703511	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0039_000000006768	2546	0.7243787407439922	3	3	3	3	2	False	116658	maximal	True	AST0039_000000006768	1.0		2	1	False	False	0.9996072053909302	0					non-mobilizable	no_good_hit	1560.0	98.07700000000001	61.0	0.0003141959843895481	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
ISR0261_000000008483	2152	0.7243748940307299	3	3	3	2	2	False	26689	maximal	True	ISR0261_000000008483	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	971.0	99.485	45.0	0.057505335546597106	MK232868.1	viruses	Uncultured human fecal virus clone C.aerofaciens_B06.V10.M04_2-CL36_c1 sequence	True	False
MON0109_000000007233	4509	0.7243618858761935	10	3	2	3	3	False	8513	fragment	False	MON0109_000000007233	1.0		0	0	False	False	0.9864714741706848	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000022762	1738	0.7243533751628278	2	2	2	2	2	False	21638	maximal	True	ISR0812_000000022762	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	100.0	62.0	0.003423497145487441	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0203_000000006761	2511	0.7243502871884407	2	2	2	2	2	False	34895	maximal	True	ISR0203_000000006761	1.0		471	14	False	False	1.0	0					non-mobilizable	other	2512.0	98.368	100.0	0.13133797289519125	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0030_000000001226	11354	0.7243363402347758	9	8	7	7	4	True	127379	fragment	False	ISR0030_000000001226	0.9527720779182283		0	0	False	False	1.0	0					non-mobilizable	other	6401.0	97.625	99.0	0.06951418324095207	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0007_000000039878	1613	0.7243344898029138	3	1	1	1	1	True	13934	fragment	False	MON0007_000000039878	1.0		0	0	False	False	0.9876007437705994	0					non-mobilizable	no_good_hit								True	True
FIJ0067_000000015090	2035	0.7243319078244363	3	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.799152070707076		0	0	False	False	0.9995086193084717	0					non-mobilizable	other	2025.0	99.309	99.0	0.007992923261618172	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0018_000000014440	1857	0.7243275558228994	2	1	1	1	1	False	49971	maximal	True	FIJ0018_000000014440	1.0		9	3	False	False	0.9994614720344543	0					non-mobilizable	no_good_hit	1173.0	76.982	74.0	0.006247218245094727	NZ_PDYG01000134.1	firmicutes	Agathobacter ruminis strain JK623 contig000135, whole genome shotgun sequence	True	False
ISR0065_000000031985	1100	0.7243218541939334	2	2	2	2	2	False	35154	maximal	True	ISR0065_000000031985	1.0		60	9	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	1.1900732490084764e-05	NZ_CP031115.1	actinobacteria	Rubrobacter indicoceani strain SCSIO 08198 chromosome, complete genome	True	False
FIJ0036_000000016514	2417	0.7243183249662374	4	4	3	4	2	False	113756	fragment	False	ISR0059_000000003816	0.5846784973482243		0	0	False	False	0.999586284160614	0					non-mobilizable	chromosome	2421.0	93.72200000000001	100.0	0.0006764716336719983	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0162_000000005150	5244	0.7243141107055537	7	6	3	6	4	False	90987	fragment	False	CHI0162_000000005150	0.9837945029214855		0	0	False	False	1.0	0					non-mobilizable	other	5244.0	99.98100000000001	100.0	0.047666669697162545	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
ENG0171_000000012457	1923	0.7243038875425006	3	3	2	3	2	False	55791	maximal	True	ENG0171_000000012457	1.0		1	1	False	False	0.975039005279541	0					non-mobilizable	no_good_hit	566.0	99.117	51.0	0.00025213342811765215	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0013_000000019351	1469	0.7243031192133004	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.9256634200879746		0	0	False	False	1.0	0					non-mobilizable	other	1470.0	89.456	100.0	0.00045669231568514114	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0194_000000002052	9693	0.7242997183950332	16	15	3	13	15	True	77104	fragment	False	ISR0194_000000002052	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	9693.0	99.917	100.0	0.11600517068032748	CP045943.1	enterobacteria	Shigella flexneri 2a strain AUSMDU00010535 plasmid pAUSMDU00010535_02, complete sequence	False	True
ISR0205_000000002337	8855	0.7242957865433711	9	6	4	6	3	False	58466	fragment	False	ISR0205_000000002337	1.0		0	0	False	False	0.9958215951919556	0					non-mobilizable	no_good_hit	718.0	94.01100000000001	9.0	0.11734860883797053	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	False
USA0072_01_000000011979	1486	0.7242953147668141	2	2	2	2	2	False	111252	fragment	False	USA0072_01_000000011979	0.9702445775335234		0	0	False	False	1.0	0					non-mobilizable	other	1486.0	86.541	100.0	0.020021871498197626	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ISR0035_000000000970	13395	0.7242936933308637	18	16	3	4	16	False	104417	fragment	False	ISR0035_000000000970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7865.0	96.72	59.0	0.001205514756033932	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CHI0033_000000005405	1357	0.7242673820563176	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.049750030369334355		0	0	False	False	0.9918938875198364	0					non-mobilizable	other	1361.0	91.624	100.0	0.0004361728852932861	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
ENG0124_000000002194	11891	0.7242661916700691	15	7	6	6	4	True	121717	maximal	True	ENG0124_000000002194	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	93.76	6.0	0.011565531672056305	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
CHI0070_000000004130	2652	0.7242661240996713	4	4	4	4	2	False	92168	fragment	False	CHI0070_000000004130	0.9988653555219364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2115.0	89.929	80.0	0.00036864525487054217	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
SPA0145_000000030883	1118	0.7242647834429786	1	1	1	1	1	False	3345	fragment	False	SPA0145_000000030883	1.0		0	0	False	False	0.9991055727005005	0					non-mobilizable	no_good_hit	490.0	73.673	43.0	0.0019208084930021998	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
USA0032_01_000000006852	3695	0.7242611687962706	5	2	1	2	2	True	87087	maximal	True	USA0032_01_000000006852	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1916.0	89.14399999999999	52.0	0.000673280197834282	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0164_000000017212	1620	0.724247615148374	1	1	1	1	1	False	30282	maximal	True	ISR0164_000000017212	1.0		64	9	False	False	1.0	0					non-mobilizable	other	1620.0	99.259	100.0	0.025449972490764756	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0089_000000018950	1604	0.724247615148374	1	1	1	1	1	False	89252	maximal	True	ISR0089_000000018950	0.970484890407019		187	12	False	False	0.9987531304359436	0					non-mobilizable	other	1402.0	79.743	95.0	0.0009896916544958156	NZ_FOZH01000001.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
ISR0237_000000008650	1413	0.724247615148374	1	1	1	1	1	False	121019	maximal	False	ISR0228_000000018856	0.5881367857270242		0	0	False	False	0.9646142721176147	0					non-mobilizable	other	1413.0	99.15100000000001	100.0	0.01903170153116239	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0005_000000027144	1419	0.7242468287512269	2	2	2	2	2	True	77020	maximal	True	DEN0005_000000027144	0.9910380881254668		62	7	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	72.741	47.0	0.0014345297739866225	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
FIJ0096_000000004255	7051	0.7242451831637725	8	4	2	4	1	True	101271	fragment	False	CHI0109_000000002074	0.9590709805756445		0	0	False	False	1.0	0					non-mobilizable	plasmid	6479.0	97.74700000000001	96.0	0.06586028342099105	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0109_000000002074	7037	0.7242451831637725	7	4	2	4	1	True	101271	fragment	False	CHI0109_000000002074	0.9646322443308479		0	0	False	False	1.0	0					non-mobilizable	plasmid	6633.0	97.829	98.0	0.06742693211528093	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0088_000000004154	6807	0.7242451831637725	8	4	2	4	1	True	101271	fragment	False	CHI0109_000000002074	0.9556104785191986		0	0	False	False	1.0	0					non-mobilizable	plasmid	6479.0	97.74700000000001	99.0	0.06586028342099105	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0028_000000004362	6774	0.7242451831637725	8	4	2	4	1	True	101271	fragment	False	CHI0109_000000002074	0.9544160845157016		0	0	False	False	1.0	0					non-mobilizable	plasmid	6479.0	97.74700000000001	99.0	0.06586028342099105	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0100_000000004212	6765	0.7242451831637725	8	4	2	4	1	True	101271	fragment	False	CHI0109_000000002074	0.9555536040955251		0	0	False	False	1.0	0					non-mobilizable	plasmid	6519.0	97.791	100.0	0.06626720515976765	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0204_000000002956	6706	0.7242451831637725	7	4	2	4	1	True	101271	fragment	False	CHI0109_000000002074	0.9466713383948283		0	0	False	False	1.0	0					non-mobilizable	plasmid	6500.0	97.76899999999999	99.0	0.06607391733384876	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0095_000000001165	6509	0.7242451831637725	7	4	2	4	1	True	101271	fragment	False	CHI0109_000000002074	0.8260265883187824		0	0	False	False	1.0	0					non-mobilizable	plasmid	6437.0	100.0	99.0	0.08457959891712881	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0049_000000002317	6138	0.7242451831637725	7	4	2	4	1	True	101270	fragment	False	CHI0049_000000002317	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6139.0	96.87200000000001	100.0	0.0612326361168769	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
DEN0077_000000001338	5485	0.7242451831637725	6	4	2	4	1	True	101267	fragment	False	DEN0077_000000001338	1.0		0	0	False	False	0.9996353983879089	0					non-mobilizable	plasmid	5103.0	95.023	93.0	0.051719752998504565	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0809_000000001510	5437	0.7242451831637725	6	4	2	4	1	True	101266	fragment	False	ISR0809_000000001510	0.9856026480467746		0	0	False	False	1.0	0					non-mobilizable	plasmid	5267.0	97.133	99.0	0.05353055473606039	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CAN0012_000000010102	5341	0.7242451831637725	6	4	2	4	1	True	101266	fragment	False	ISR0809_000000001510	0.9727479469932264		0	0	False	False	1.0	0					non-mobilizable	plasmid	5249.0	97.238	98.0	0.05334743995361092	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0789_000000002615	5222	0.7242451831637725	6	4	2	4	1	True	101266	fragment	False	ISR0809_000000001510	0.9710890134395408		0	0	False	False	0.9998084902763367	0					non-mobilizable	plasmid	5105.0	97.06200000000001	100.0	0.0518825216940152	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0806_000000001841	5215	0.7242451831637725	6	4	2	4	1	True	101266	fragment	False	ISR0809_000000001510	0.970492160562996		0	0	False	False	1.0	0					non-mobilizable	plasmid	5099.0	97.05799999999999	100.0	0.05182148343319871	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AUS0012_000000002858	5071	0.7242451831637725	6	4	2	4	1	True	101266	fragment	False	ISR0809_000000001510	0.672207938916041		0	0	False	False	1.0	0					non-mobilizable	plasmid	4778.0	97.007	100.0	0.04855593647951658	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0089_000000001294	5070	0.7242451831637725	5	4	2	4	1	True	101266	fragment	False	ISR0809_000000001510	0.8005683252639386		0	0	False	False	0.9996055364608765	0					non-mobilizable	plasmid	4958.0	98.46700000000001	98.0	0.05042777647788889	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0773_000000002217	4673	0.7242451831637725	5	4	2	4	1	True	101266	fragment	False	ISR0809_000000001510	0.27218934911242604		0	0	False	False	0.9976460337638855	0					non-mobilizable	plasmid	4675.0	97.027	100.0	0.04750811300216686	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0793_000000003587	3908	0.7242451831637725	5	4	2	4	1	True	81381	fragment	False	ISR0320_000000005234	0.7225345268605736		0	0	False	False	1.0	0					non-mobilizable	plasmid	3908.0	97.825	100.0	0.03974608083500341	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0320_000000005234	3852	0.7242451831637725	5	4	2	4	1	True	81381	fragment	False	ISR0320_000000005234	0.7350352469907513		0	0	False	False	0.9953271150588989	0					non-mobilizable	plasmid	3848.0	97.661	99.0	0.039095006052960866	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0113_000000004053	3655	0.7242451831637725	5	4	2	4	1	True	81381	fragment	False	ISR0320_000000005234	0.47949117341640707		0	0	False	False	0.998905599117279	0					non-mobilizable	plasmid	3658.0	97.458	100.0	0.037162127793772065	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0824_000000005130	3553	0.7242451831637725	4	4	2	4	1	True	81381	fragment	False	ISR0320_000000005234	0.4756269191402252		0	0	False	False	1.0	0					non-mobilizable	plasmid	3553.0	98.255	100.0	0.036134650403361175	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0069_01_000000019272	3212	0.7242451831637725	4	4	2	4	1	True	81380	fragment	False	USA0069_01_000000019272	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3129.0	100.0	97.0	0.03121507264889031	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0034_01_000000017530	3134	0.7242451831637725	4	4	2	4	1	True	81380	fragment	False	USA0069_01_000000019272	0.9878580323785804		0	0	False	False	1.0	0					non-mobilizable	other	3051.0	100.0	97.0	0.03043669168130289	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0127_000000007395	2630	0.7242451831637725	4	4	2	4	1	True	81379	fragment	False	CHI0127_000000007395	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2630.0	98.935	100.0	0.026744931281091365	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0040_000000000045	46218	0.7242442843960757	93	29	16	22	20	False	87732	maximal	True	CHI0040_000000000045	1.0		1	1	False	False	0.9989398121833801	0					non-mobilizable	no_good_hit	2565.0	74.737	6.0	0.0029625240705080727	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0258_000000007731	2798	0.7242428348133932	3	2	2	2	2	False	123355	maximal	True	ISR0258_000000007731	1.0		48	5	False	False	0.9921372532844543	0					non-mobilizable	chromosome	2681.0	99.851	96.0	0.0010624056272613284	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0073_000000004255	1979	0.7242428348133932	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.9345873678684219		0	0	False	False	1.0	0					non-mobilizable	chromosome	1979.0	99.949	100.0	0.000784118780120488	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0045_000000011773	1978	0.7242428348133932	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.9345178577868806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1978.0	99.949	100.0	0.0007837223601103157	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
AST0100_000000004455	3557	0.7242402274434864	6	5	4	3	2	True	119994	maximal	True	AST0100_000000004455	1.0	PS730	39	7	False	True	0.9997188448905945	0					non-mobilizable	other	1665.0	84.444	99.0	0.0004964823218873434	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0153_000000022158	1336	0.7242350149128867	2	2	2	2	2	False	56906	maximal	True	ENG0153_000000022158	1.0		12	5	False	False	0.946107804775238	0					non-mobilizable	no_good_hit	311.0	93.24799999999999	35.0	8.676301466210983e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0375_000000002390	6544	0.7242346703289857	7	5	5	4	3	False	121550	fragment	False	ISR0375_000000002390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	96.65799999999999	86.0	0.0003272163794144819	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ISR0221_000000005717	3968	0.7242346703289857	5	5	5	4	3	False	121541	fragment	False	ISR0221_000000005717	0.9861338764041354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2103.0	92.39200000000001	76.0	0.00039994514819998936	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ENG0133_000000008289	3000	0.7242318944155159	5	5	4	4	4	False	65174	maximal	True	ENG0133_000000008289	1.0		158	11	False	False	0.9933333396911621	0					non-mobilizable	other	1630.0	99.387	100.0	0.0004914446964725259	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
CAN0006_000000012807	3525	0.7242277483807298	3	3	3	3	3	False	95730	maximal	True	CAN0006_000000012807	1.0		12	2	False	False	1.0	0					non-mobilizable	plasmid	2318.0	99.569	100.0	0.011616480662595635	CP058132.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00138 plasmid pRHBSTW-00138_2, complete sequence	False	True
ISR0192_000000004602	4281	0.7242106000659531	4	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.5797978893758319		0	0	False	False	1.0	0					non-mobilizable	other	2872.0	97.98100000000001	100.0	0.006003299619226451	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0812_000000006837	5551	0.7242083000271573	7	4	2	3	3	False	21662	maximal	True	ISR0812_000000006837	1.0		2	2	False	False	0.9933345317840576	0					non-mobilizable	no_good_hit	890.0	99.32600000000001	16.0	0.0003759083747650044	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
MON0044_000000037211	1510	0.7242063852272882	2	2	2	2	1	False	11602	maximal	True	MON0044_000000037211	1.0		39	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0396_000000000752	20048	0.7242043188424142	20	20	7	15	19	False	121310	maximal	True	ISR0396_000000000752	1.0	PS849	3	2	False	True	1.0	0					non-mobilizable	other	9175.0	94.376	93.0	0.037471242762165895	NZ_KQ033921.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.3, whole genome shotgun sequence	False	True
MON0102_000000027893	1594	0.7242017371258307	3	3	3	3	2	False	13902	fragment	False	MON0102_000000027893	1.0		0	0	False	False	0.9560853242874146	0					non-mobilizable	no_good_hit	445.0	73.933	27.0	0.006527494598460181	NZ_BIMD01000032.1	firmicutes	Paenibacillus humicus NBRC 102415 PHU01S_CON000032, whole genome shotgun sequence	True	False
DEN0005_000000010335	3186	0.7241922931413783	5	2	1	1	1	True	110279	maximal	False	MON0014_000000004959	0.9723256062844463		0	0	True	True	1.0	207	rep_cluster_1868				non-mobilizable	no_good_hit	1167.0	96.315	49.0	0.39191919191919194	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ISR0078_000000003111	5234	0.7241906060000551	6	4	3	3	4	False	86890	fragment	False	ISR0078_000000003111	1.0		0	0	False	False	0.9978983402252197	0					non-mobilizable	other	5234.0	99.59899999999999	100.0	0.0012830159627976857	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0079_000000002073	2450	0.7241885859780638	5	1	1	1	1	False	16176	maximal	True	MAD0079_000000002073	1.0		1	1	False	False	0.9995918273925781	0					non-mobilizable	no_good_hit								True	False
MON0107_000000013380	4098	0.7241699478639433	4	4	4	4	4	False	44632	maximal	True	MON0107_000000013380	0.9939249867934495		6	4	False	False	0.9843826293945312	0					non-mobilizable	other	2031.0	83.65299999999999	94.0	0.2398092967818832	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ENG0066_000000003358	5104	0.7241643572171077	5	3	3	2	2	False	71516	fragment	False	ENG0066_000000003358	0.9690204563335956		0	0	False	False	0.996081531047821	0					non-mobilizable	no_good_hit	170.0	75.882	3.0	7.682457201540009e-05	LR594036.1	firmicutes	Streptococcus porcinus strain NCTC10710 genome assembly, chromosome: 1	True	False
ENG0080_000000012779	2074	0.7241567410068526	4	3	3	3	2	False	61744	maximal	True	ENG0080_000000012779	1.0		0	0	False	False	0.9946962594985962	0					non-mobilizable	no_good_hit	1433.0	83.531	68.0	0.0007900237952276113	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	False
ISR0295_000000026145	1366	0.7241524428220778	3	2	2	2	1	True	113477	fragment	False	ISR0295_000000026145	1.0		0	0	False	True	0.9985358715057373	0					non-mobilizable	chromosome	1371.0	88.111	100.0	0.0004594510082172729	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0119_000000024381	1297	0.7241524428220778	3	2	2	2	1	True	113476	fragment	False	SPA0119_000000024381	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1203.0	89.277	100.0	0.00037362906753259843	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0105_000000017180	2112	0.7241477189359471	3	3	3	3	2	False	61241	fragment	False	MAD0105_000000017180	0.9720244150559512		0	0	False	False	0.9990530014038086	0					non-mobilizable	no_good_hit	1373.0	93.51799999999999	65.0	0.0003802637567065833	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
SPA0110_000000015561	1148	0.7241453092872377	1	1	1	1	1	False	4597	maximal	True	SPA0110_000000015561	1.0		3	1	False	False	1.0	0					non-mobilizable	other	1148.0	97.47399999999999	100.0	0.0010954733170588213	NZ_CABIYM010000001.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	False	False
AUS0002_000000029467	1276	0.7241402274397213	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.0434914514771618		0	0	False	False	1.0	0					non-mobilizable	chromosome	1261.0	94.52799999999999	99.0	0.0003569732085207087	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0125_000000024388	1319	0.7241379706569092	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.23760216977493462		0	0	False	False	1.0	0					non-mobilizable	chromosome	1332.0	92.117	100.0	0.00042868336511929164	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0026_000000007616	3705	0.7241356796404542	5	4	2	3	1	True	74593	fragment	False	SPA0026_000000007616	1.0		0	0	False	False	0.9816464185714722	0					non-mobilizable	no_good_hit	1198.0	96.57799999999999	54.0	0.0006069870616183373	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	True
MON0069_000000015662	3015	0.7241356796404542	5	4	2	3	1	True	74590	maximal	True	MON0069_000000015662	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	95.73200000000001	66.0	0.0006069870616183373	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	True
ISR0334_000000006223	3169	0.7241277381054185	3	2	1	2	1	True	111378	fragment	False	ISR0334_000000006223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0151_000000011955	1711	0.7241266057939922	2	2	2	1	1	False	110335	fragment	False	ISR0151_000000011955	1.0		0	0	False	False	0.9830508232116699	0					non-mobilizable	other	929.0	95.156	91.0	0.007877625167654199	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0043_000000011670	2321	0.7241258418188885	4	4	4	3	3	False	47218	fragment	False	FIJ0043_000000011670	1.0		0	0	False	False	0.9956915378570557	0					non-mobilizable	other	2304.0	98.958	99.0	0.03911079410366144	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
DEN0053_000000004815	2164	0.7241178443647359	2	2	2	2	1	False	83120	fragment	False	DEN0053_000000004815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	97.152	60.0	0.004126805477396361	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0381_000000004977	3195	0.7241097025238562	3	2	2	2	1	False	41144	maximal	True	ISR0381_000000004977	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	83.696	3.0	0.00642798415427162	NZ_NOJY02000062.1	firmicutes	Romboutsia weinsteinii strain CCRI-19649 CCRI-19649_NODE_62_length_13379_cov_229.853, whole genome shotgun sequence	True	False
ISR0045_000000000189	50523	0.7241017356993089	46	14	4	6	11	False	36266	maximal	True	ISR0045_000000000189	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	73.631	2.0	0.010820347556498328	NZ_LTBA01000005.1	firmicutes	Clostridium tepidiprofundi DSM 19306 CLTE_contig000005, whole genome shotgun sequence	True	False
ENG0164_000000013551	1507	0.7240930767352721	2	1	1	1	1	False	56273	fragment	False	ENG0164_000000013551	1.0		0	0	False	False	0.991373598575592	0					non-mobilizable	no_good_hit	679.0	71.57600000000001	44.0	0.00017296006853313064	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	False
ENG0167_000000006892	3579	0.7240889047780923	2	1	1	1	1	False	68271	maximal	True	ENG0167_000000006892	1.0		15	6	False	False	0.9994412064552307	0					non-mobilizable	other	2315.0	81.685	96.0	0.006662948807413917	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
MAD0060_000000004997	3175	0.7240718732689048	4	4	4	4	3	False	98135	fragment	False	CHI0043_000000002370	0.6938895466619857		0	0	False	False	1.0	0					non-mobilizable	chromosome	3028.0	99.47200000000001	95.0	0.0005634155153130084	CP050998.1	enterobacteria	Escherichia coli O39:NM str. F8704-2 chromosome, complete genome	False	False
MON0088_000000020309	1580	0.7240685918270097	2	2	2	2	2	False	83387	fragment	False	USA0117_01_000000012162	0.9484149855907781		0	0	False	False	1.0	0					non-mobilizable	chromosome	1580.0	99.62	100.0	0.0005089406267092943	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0134_000000001911	13955	0.7240625843195204	11	5	4	4	0	False	58239	fragment	False	ENG0134_000000001911	1.0		0	0	False	False	0.9991400837898254	0					non-mobilizable	no_good_hit	98.0	78.571	1.0	5.3283424525694266e-05	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
SPA0109_000000030153	1150	0.7240539694417822	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.34164728860847077		0	0	False	False	0.9965217113494873	0					non-mobilizable	no_good_hit	46.0	93.478	4.0	0.00035508841701583694	NZ_OFSM01000016.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
CHI0175_000000005516	2121	0.7240533844207889	3	2	1	2	1	True	77756	maximal	True	CHI0175_000000005516	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0061_000000003638	5311	0.7240512696245035	7	7	4	3	7	False	6208	fragment	False	SPA0061_000000003638	1.0		0	0	False	False	0.9977405667304993	0					non-mobilizable	plasmid	5311.0	100.0	100.0	0.018571498520575543	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
ISR0281_000000002407	5749	0.7240504337639014	5	5	5	5	5	False	85317	maximal	True	ISR0281_000000002407	1.0		1	1	False	False	0.9979127049446106	0					non-mobilizable	no_good_hit	1086.0	77.624	21.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CHI0151_000000009287	2695	0.7240466102851972	4	3	3	2	1	False	79477	fragment	False	CHI0151_000000009287	0.984893696381947		0	0	False	False	1.0	0					non-mobilizable	other	2699.0	97.11	100.0	0.2704358304880498	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	False	False
AST0024_000000029301	1240	0.7240436314771185	2	2	2	2	2	False	120668	maximal	True	AST0024_000000029301	1.0		1	1	False	False	0.9685483574867249	0					non-mobilizable	no_good_hit	340.0	72.64699999999999	27.0	7.794856336794312e-05	NZ_CP015093.1	a-proteobacteria	Pelagibaca abyssi strain JLT2014 chromosome, complete genome	True	False
CHI0022_000000001834	6226	0.7240399630885183	8	4	4	3	3	False	89210	maximal	True	CHI0022_000000001834	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	79.03399999999999	23.0	0.0002958263798854986	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0080_000000024189	1189	0.7240300753522322	1	1	1	1	1	False	61707	fragment	False	ENG0080_000000024189	1.0		0	0	False	False	0.9873843789100647	0					non-mobilizable	no_good_hit								True	False
MAD0011_000000007062	1965	0.7240245860542239	3	2	2	1	1	False	93068	fragment	False	MAD0011_000000007062	0.9745828044105579		0	0	False	False	0.9994910955429077	0					non-mobilizable	other	1965.0	99.491	100.0	0.008315304139446466	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
ISR0224_000000009919	2951	0.7240214564056902	4	4	4	4	4	False	38407	fragment	False	ISR0224_000000009919	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	73.529	10.0	5.676441320835511e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
DEN0001_000000029252	1506	0.7240208111240741	3	2	1	1	1	True	76783	maximal	True	DEN0001_000000029252	1.0		1	1	False	False	0.9946879148483276	0					non-mobilizable	no_good_hit								True	True
ISR0344_000000014085	2375	0.724019218921381	2	2	1	2	1	False	24266	maximal	True	ISR0344_000000014085	1.0		3	2	False	False	0.9907368421554565	0					non-mobilizable	no_good_hit	137.0	75.182	6.0	0.00807899461400359	NZ_BJLR01000034.1	high GC Gram+	Cellulomonas cellasea strain NBRC 3753 sequence34, whole genome shotgun sequence	True	False
FIJ0057_000000027601	1288	0.7240144350468576	2	1	1	1	1	False	89945	fragment	False	CHI0013_000000007185	0.9713029716901759		0	0	False	False	0.9984471797943115	0					non-mobilizable	other	1286.0	98.756	99.0	0.009228139721934965	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0046_000000013409	2408	0.7240093973538756	4	3	3	3	1	True	11529	maximal	True	MON0046_000000013409	1.0		0	0	False	False	0.9493355751037598	0					non-mobilizable	no_good_hit	1156.0	99.82700000000001	48.0	0.00017802960532146674	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
MAD0039_000000000689	11222	0.724005803324108	13	6	1	6	2	False	18517	fragment	False	MAD0039_000000000689	1.0		0	0	False	False	0.9959900379180908	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	0.00013253371326331134	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	False
ISR0170_000000034136	1382	0.7240050459923545	2	2	2	2	1	False	45026	fragment	False	ISR0074_000000022260	0.6860881871899505		0	0	False	False	0.9949348568916321	0					non-mobilizable	other	1385.0	97.256	100.0	0.00039288001489764683	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0200_000000001500	11359	0.7239984551604939	15	7	6	6	5	False	123367	maximal	True	ISR0200_000000001500	1.0	PS893	2	2	False	True	0.9974469542503357	0					non-mobilizable	no_good_hit	1464.0	74.249	14.0	0.0006061380913357045	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0023_000000021019	1119	0.7239983809356617	2	2	2	2	2	False	12964	fragment	False	MON0023_000000021019	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	98.928	100.0	0.0013619911872591694	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0350_000000001851	7621	0.7239978540515727	9	7	2	6	7	False	84026	maximal	True	ISR0350_000000001851	1.0		4	2	False	False	0.9996063709259033	0					non-mobilizable	chromosome	5602.0	99.98200000000001	94.0	0.0010562655158445485	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
ISR0234_000000003397	3216	0.7239977120457847	3	3	2	3	2	True	110268	fragment	False	ISR0234_000000003397	0.9996603510871584		0	0	False	False	0.9959577322006226	0					non-mobilizable	no_good_hit	92.0	97.82600000000001	3.0	0.0003260001218022433	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0190_000000007224	3210	0.7239977120457847	3	3	2	3	2	True	110268	fragment	False	ISR0234_000000003397	0.9990187266709917		0	0	False	False	0.999688446521759	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	3.0	0.0003045056082768207	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0100_000000010990	2719	0.723990696214211	3	2	2	2	2	False	100876	fragment	False	ISR0384_000000005674	0.9815412186379928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	73.7	24.0	0.005197386643205109	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	False
MON0075_000000016100	1597	0.7239892241150553	2	2	2	2	2	False	65648	fragment	False	MON0075_000000016100	1.0		0	0	False	False	0.9993738532066345	0					non-mobilizable	other	1592.0	95.791	99.0	0.014557321746145243	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0106_000000006207	5864	0.7239831963056333	6	4	4	3	2	True	81479	maximal	True	MON0106_000000006207	1.0		8	4	False	False	0.9998294711112976	0					non-mobilizable	no_good_hit	1394.0	99.85700000000001	24.0	0.0006243339540791612	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	True
ENG0067_000000010862	2610	0.7239816602326983	4	4	4	4	3	False	130896	fragment	False	ENG0067_000000010862	0.9952070552147239		0	0	False	True	0.9892720580101013	0					non-mobilizable	no_good_hit	1279.0	83.73700000000001	49.0	0.01507703941771434	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ENG0211_000000014356	1701	0.7239792896433065	3	2	2	2	2	False	53640	maximal	True	ENG0211_000000014356	1.0		3	2	False	False	0.9747207760810852	0					non-mobilizable	no_good_hit	71.0	92.958	4.0	0.0024123789502705313	NZ_VULP01000038.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq38, whole genome shotgun sequence	True	False
USA0054_01_000000002422	3851	0.7239787504115154	4	4	4	4	4	False	131580	fragment	False	USA0054_01_000000002422	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1714.0	97.375	100.0	0.0002638845751604771	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0371_000000003494	4299	0.7239647601573533	4	4	3	4	2	False	23494	fragment	False	ISR0371_000000003494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	69.779	19.0	9.497742742715409e-05	CP009280.1	firmicutes	Paenibacillus sp. FSL P4-0081, complete genome	True	False
ISR0162_000000018370	2152	0.7239628801639325	4	3	2	3	2	False	36454	maximal	True	ISR0162_000000018370	1.0		1	1	False	False	0.9981412887573242	0					non-mobilizable	no_good_hit	884.0	80.882	74.0	0.004341048560547761	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0021_000000024965	1217	0.7239593597852323	2	2	2	2	2	False	13050	maximal	True	MON0021_000000024965	1.0		45	10	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	0.00013205953800013206	NZ_QWJJ01000004.1	a-proteobacteria	Pseudopuniceibacterium sediminis strain CY03 Scaffold4, whole genome shotgun sequence	True	False
CHI0153_000000008220	1847	0.7239568207361896	3	2	2	1	1	False	93068	fragment	False	MAD0011_000000007062	0.6447837150127227		0	0	False	False	0.9994586110115051	0					non-mobilizable	chromosome	1847.0	99.62100000000001	100.0	0.0004108295195475623	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0056_000000016717	1202	0.7239540731578408	2	2	2	2	2	False	121958	fragment	False	USA0053_01_000000013355	0.26764122901174264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	75.57300000000001	86.0	0.00028946293103981267	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0107_000000011091	1362	0.7239465845496811	2	2	2	2	1	False	82998	maximal	True	CHI0107_000000011091	1.0		0	0	False	False	0.91629958152771	0					non-mobilizable	no_good_hit	690.0	85.36200000000001	51.0	0.00019873572834474835	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0105_000000017106	2121	0.7239464303320696	2	2	2	2	1	False	112603	fragment	False	CHI0062_000000006727	0.9540652273771244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1890.0	73.757	87.0	0.00993090374455389	NC_007581.1	viruses	Clostridium phage c-st, complete genome	True	False
SPA0002_000000015291	1186	0.7239461902571225	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.7979950004417989		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	97.89200000000001	100.0	0.01426387568159659	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
ISR0812_000000027241	1452	0.723944249153205	1	1	1	1	1	False	88815	fragment	False	ISR0297_000000010355	0.5620674296422935		0	0	False	False	0.9731404781341553	0					non-mobilizable	other	1452.0	99.587	100.0	0.0004658422980954081	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0111_000000007672	2321	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.41849805709797583		0	0	False	True	0.9844894409179688	0					non-mobilizable	plasmid	2177.0	99.954	100.0	0.4547544409613375	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0837_000000005182	2297	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.41925183866993176		0	0	False	True	0.9956464767456055	0					non-mobilizable	plasmid	2202.0	99.818	100.0	0.4599791013584117	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0062_000000011132	2252	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4290772580750059		0	0	False	True	1.0	0					non-mobilizable	plasmid	2252.0	97.38	100.0	0.4702318780029246	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0387_000000010855	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4064426819480519		0	0	False	True	0.9995535612106323	0					non-mobilizable	plasmid	2145.0	99.48700000000001	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0797_000000005101	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4065149885078855		0	0	False	True	1.0	0					non-mobilizable	plasmid	2145.0	100.0	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0271_000000007497	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4068058484093551		0	0	False	True	1.0	0					non-mobilizable	plasmid	2145.0	99.72	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0257_000000007561	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.40681421134080475		0	0	False	True	0.9982143044471741	0					non-mobilizable	plasmid	2145.0	99.814	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0135_000000009880	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4065955198373913		0	0	False	True	0.9995535612106323	0					non-mobilizable	plasmid	2145.0	99.67399999999999	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0284_000000005195	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.40681421134080475		0	0	False	True	0.9991071224212646	0					non-mobilizable	plasmid	2145.0	99.814	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0181_000000009183	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.406340873369213		0	0	False	True	1.0	0					non-mobilizable	plasmid	2145.0	99.58	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0362_000000009631	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4064426819480519		0	0	False	True	1.0	0					non-mobilizable	plasmid	2145.0	99.48700000000001	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
SPA0083_000000007465	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4061434591151327		0	0	False	True	0.9964285492897034	0					non-mobilizable	plasmid	2145.0	99.67399999999999	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
SPA0143_000000008707	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.406292659682442		0	0	False	True	0.9995535612106323	0					non-mobilizable	plasmid	2145.0	99.53399999999999	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0285_000000007708	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4068058484093551		0	0	False	True	1.0	0					non-mobilizable	plasmid	2145.0	99.72	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0141_000000012080	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.40651199939343874		0	0	False	True	0.9977678656578064	0					non-mobilizable	plasmid	2145.0	99.95299999999999	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0371_000000008172	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4065066255764359		0	0	False	True	0.9991071224212646	0					non-mobilizable	plasmid	2145.0	99.90700000000001	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0072_000000012796	2240	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.406161320387905		0	0	False	True	0.9915178418159485	0					non-mobilizable	plasmid	2145.0	99.72	100.0	0.44806687565308256	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0854_000000003696	2228	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4026069521780798		0	0	False	True	0.9910233616828918	0					non-mobilizable	plasmid	2228.0	97.531	100.0	0.4652182995613119	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
SPA0079_000000011355	2211	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4031312407800753		0	0	False	True	0.997286319732666	0					non-mobilizable	plasmid	2115.0	99.669	99.0	0.4417972831765935	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0266_000000008102	2198	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4013786882872933		0	0	False	True	1.0	0					non-mobilizable	plasmid	2103.0	99.81	100.0	0.4392894461859979	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0164_000000008932	2198	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.40116021004593644		0	0	False	True	1.0	0					non-mobilizable	plasmid	2103.0	99.667	100.0	0.4392894461859979	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ENG0145_000000014083	2198	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.40091159902848333		0	0	False	True	1.0	0					non-mobilizable	plasmid	2103.0	99.905	100.0	0.4392894461859979	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0157_000000014313	2198	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4013786882872933		0	0	False	True	1.0	0					non-mobilizable	plasmid	2103.0	99.81	100.0	0.4392894461859979	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0009_000000014987	2198	0.7239441571531655	3	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.4013786882872933		0	0	False	True	1.0	0					non-mobilizable	plasmid	2103.0	99.81	100.0	0.4392894461859979	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
CHI0007_000000003849	2181	0.7239441571531655	4	3	0	1	2	False	118388	fragment	False	CAN0004_000000006625	0.3922686331858525		0	0	False	True	1.0	0					non-mobilizable	plasmid	2180.0	99.86200000000001	99.0	0.45528625156707064	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0310_000000002914	5073	0.7239305121733631	6	5	1	5	5	False	25353	maximal	True	ISR0310_000000002914	1.0		5	5	False	False	1.0	0					non-mobilizable	virus	5073.0	98.6	100.0	0.14988622595230355	NC_049454.1	viruses	Klebsiella phage ST15-OXA48phi14.1, complete genome	False	False
USA0003_01_000000008367	4658	0.7239296898162151	6	3	2	3	1	False	2250	maximal	True	USA0003_01_000000008367	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.739698533111626e-07	CP023757.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 1	True	False
CHI0133_000000007222	2527	0.7239249698316063	5	5	3	3	3	True	130603	fragment	False	ISR0183_000000010028	0.40791840363359544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1629.0	95.089	86.0	0.31985003946329915	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0120_000000006169	2299	0.7239249698316063	5	5	3	3	3	True	130603	fragment	False	ISR0183_000000010028	0.2724811328152432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1640.0	95.427	85.0	0.32202052091554856	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
AST0104_000000029195	1214	0.7239243562979535	2	2	2	2	2	True	107679	fragment	False	AST0104_000000029195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0338_000000022493	1305	0.7239210169567389	3	3	2	3	1	False	24412	fragment	False	ISR0338_000000022493	0.993380062305296		0	0	False	False	0.9977011680603027	0					non-mobilizable	no_good_hit	173.0	82.65899999999999	13.0	6.180719043387537e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
AST0099_000000006049	3493	0.7239192988716809	6	6	5	4	4	False	127054	fragment	False	ENG0049_000000005054	0.8211631955512447		0	0	False	False	0.9997137188911438	0					non-mobilizable	chromosome	2553.0	98.47200000000001	100.0	0.000739777689847044	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0381_000000009524	1814	0.7239158555440723	3	2	1	2	2	False	45173	fragment	False	USA0026_01_000000017062	0.9791005291005291		0	0	False	False	0.9988974928855896	0					non-mobilizable	chromosome	1772.0	73.702	96.0	0.0005909103110960996	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0158_000000015947	1217	0.7239094453060728	2	1	1	1	1	False	101943	fragment	False	SPA0124_000000018742	0.44446236648203075		0	0	False	False	0.9975349307060242	0					non-mobilizable	no_good_hit								True	False
ISR0219_000000029228	1103	0.7239094453060728	2	1	1	1	1	False	28012	maximal	True	ISR0219_000000029228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	350.0	92.0	32.0	0.4048723897911833	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0174_000000009835	2551	0.7239081539321304	2	2	2	2	2	False	29901	maximal	True	ISR0174_000000009835	1.0		521	13	False	False	1.0	0					non-mobilizable	other	2551.0	100.0	100.0	0.012429808142255498	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
AST0014_000000003663	5129	0.7239069367428891	5	3	3	2	3	False	124536	fragment	False	AST0014_000000003663	1.0		0	0	False	False	0.9994150996208191	0					non-mobilizable	no_good_hit	1060.0	99.34	21.0	0.0068562327623043155	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0226_000000002295	2977	0.7239014378066653	4	4	4	4	3	False	27655	maximal	True	ISR0226_000000002295	1.0		14	4	False	False	1.0	0					non-mobilizable	chromosome	2983.0	93.061	100.0	0.0008618178181486136	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0174_000000014249	1715	0.7238983083681643	3	2	1	2	2	False	114810	fragment	False	ENG0075_000000014574	0.8426243759171698		0	0	False	False	1.0	0					non-mobilizable	plasmid	697.0	98.99600000000001	99.0	0.08407827977772409	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0391_000000009746	1578	0.7238983083681643	3	2	1	2	2	False	114810	fragment	False	ENG0075_000000014574	0.8285536987583366		0	0	False	False	0.9930291771888733	0					non-mobilizable	plasmid	1017.0	87.709	99.0	0.1216477410002416	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0818_000000016756	1161	0.7238983083681643	3	2	1	2	2	False	21337	fragment	False	ISR0818_000000016756	1.0		0	0	False	False	0.9896640777587891	0					non-mobilizable	plasmid	568.0	99.296	99.0	0.06849480550857695	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0234_000000005902	2106	0.7238898533389914	2	2	1	2	0	True	27361	fragment	False	ISR0234_000000005902	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1900.0	94.632	100.0	0.02324727312791509	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0096_000000015351	2862	0.7238876938429559	4	4	4	4	4	False	91600	fragment	False	CHI0117_000000004307	0.7682453564634848		0	0	False	False	0.9986023902893066	0					non-mobilizable	no_good_hit	164.0	78.04899999999999	6.0	0.0018330561118843139	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
CAN0014_000000003553	11414	0.7238858533651193	15	10	6	9	4	True	93757	maximal	True	CAN0014_000000003553	1.0		1	1	False	False	0.9969335794448853	0					non-mobilizable	no_good_hit	1884.0	96.975	19.0	0.0006398413546831256	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0856_000000000832	5411	0.723883096899803	11	5	4	4	2	False	90223	maximal	True	ISR0856_000000000832	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	94.726	18.0	0.0007842373170315887	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
USA0075_01_000000002281	10352	0.7238798749908568	15	15	6	10	10	False	132522	maximal	True	USA0075_01_000000002281	1.0	PS1166	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	8300.0	98.25299999999999	85.0	0.0015643139535673146	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	True
MON0092_000000020315	2681	0.7238757712805778	3	3	3	3	2	False	125683	fragment	False	MON0092_000000020315	1.0		0	0	False	False	0.9996269941329956	0					non-mobilizable	other	2647.0	99.32	99.0	0.017698049602696844	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0257_000000012818	1389	0.7238703611450322	2	2	2	1	1	False	85955	fragment	False	ISR0257_000000012818	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	77.965	92.0	0.030662499408059856	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0188_000000019390	1298	0.7238703611450322	2	2	2	1	1	False	85953	fragment	False	ENG0188_000000019390	0.8388139105963336		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	96.006	100.0	0.0044636874387918146	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0063_000000023128	1265	0.7238703611450322	2	2	2	1	1	False	85953	fragment	False	ENG0188_000000019390	0.3022757941943405		0	0	False	False	0.9936758875846863	0					non-mobilizable	other	1239.0	76.594	95.0	0.00034352378690694904	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0396_000000019166	1215	0.7238703611450322	2	2	2	1	1	False	22659	fragment	False	ISR0396_000000019166	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	95.656	93.0	0.003783310138652647	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0029_000000015089	1974	0.7238678198673296	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.1032218054316924		0	0	False	False	1.0	0					non-mobilizable	other	1969.0	96.49600000000001	99.0	0.004115114472531402	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0077_000000028956	1537	0.7238661926280247	1	1	1	1	1	False	10210	fragment	False	MON0077_000000028956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	70.735	43.0	0.00020309119435003956	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0038_000000015644	2220	0.7238641018333142	2	2	1	1	2	False	47653	fragment	False	FIJ0038_000000015644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0204_000000002474	3871	0.7238577167424893	4	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9065730542179489	PS782	0	0	False	True	0.9963833689689636	0					non-mobilizable	chromosome	3498.0	98.027	91.0	0.0004935899643576386	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
DEN0079_000000013383	3651	0.7238577167424893	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.930600833975023	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3496.0	97.99799999999999	96.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0325_000000005088	3618	0.7238577167424893	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9169135824618225	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3518.0	97.868	97.0	0.0004964128980971732	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ENG0004_000000007559	3498	0.7238577167424893	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.9050981274170627	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3493.0	98.025	99.0	0.000492884230922755	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
USA0116_01_000000007509	3496	0.7238577167424893	3	3	3	3	3	False	116679	backbone	False	ISR0777_000000004015	0.904840406141954	PS782	0	0	False	True	1.0	0					non-mobilizable	chromosome	3497.0	97.97	100.0	0.0004934488176706618	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0018_000000014041	2118	0.7238530954550194	1	1	1	1	1	False	85103	maximal	True	SPA0018_000000014041	1.0		1	1	False	False	0.9966949820518494	0					non-mobilizable	no_good_hit	1237.0	99.677	65.0	0.0005515697648733063	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0067_000000021406	1435	0.7238530954550194	1	1	1	1	1	False	92068	fragment	False	USA0042_01_000000011961	0.7123712703341871		0	0	False	False	0.9832752346992493	0					non-mobilizable	chromosome	1436.0	98.12	100.0	0.000640374282033329	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0062_000000017149	1413	0.7238530954550194	1	1	1	1	1	False	92068	fragment	False	USA0042_01_000000011961	0.9436780367723405		0	0	False	False	1.0	0					non-mobilizable	chromosome	1349.0	98.295	100.0	0.0006015501966417612	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0068_000000012979	1273	0.7238530954550194	1	1	1	1	1	False	85101	fragment	False	CHI0068_000000012979	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1210.0	96.446	99.0	0.0005372896415108906	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0023_000000002300	5467	0.7238525735902573	4	4	4	4	3	False	68644	maximal	True	MON0023_000000002300	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	other	2797.0	99.85700000000001	100.0	0.0013445378151260505	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
ISR0357_000000002008	9299	0.7238522093703399	9	8	7	6	4	False	99672	fragment	False	ISR0357_000000002008	1.0		0	0	False	False	0.999139666557312	0					non-mobilizable	no_good_hit	1531.0	97.322	16.0	0.0003461654372137348	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0018_000000008486	3388	0.7238501924493203	7	1	1	1	1	False	7807	maximal	True	SPA0018_000000008486	1.0		13	5	False	False	0.9994096755981445	0					non-mobilizable	other	3165.0	98.48299999999999	93.0	0.13118493633611214	NZ_CYZX01000030.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	False	False
FIJ0095_000000020228	1373	0.7238481186656535	2	2	2	2	1	False	43092	maximal	True	FIJ0095_000000020228	1.0		92	10	False	False	0.9970866441726685	0					non-mobilizable	no_good_hit	684.0	75.73100000000001	49.0	0.004356108629646245	NZ_CACZYW010000008.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
DEN0065_000000005077	5618	0.7238456612510191	10	4	3	2	3	False	115813	maximal	False	SPA0044_000000004000	0.48104004071937567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	77.283	16.0	0.00037139581529974704	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0130_000000004293	7605	0.7238449671744696	9	2	0	1	1	False	65114	maximal	True	SPA0130_000000004293	0.9249629319281771		1	1	True	True	1.0	25					non-mobilizable	no_good_hit	875.0	98.62899999999999	12.0	0.997716894977169	GQ877590.1		Uncultured organism clone VC1AO10TF genomic sequence	True	True
SPA0077_000000003622	7399	0.7238449671744696	9	2	0	1	1	False	117607	maximal	False	AST0031_000000003626	0.960646626165248		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	880.0	91.36399999999999	12.0	0.997716894977169	GQ877590.1		Uncultured organism clone VC1AO10TF genomic sequence	True	True
ISR0148_000000003924	7385	0.7238449671744696	8	2	0	1	1	False	65114	maximal	False	SPA0130_000000004293	0.7157123013594145		0	0	True	True	0.9997291564941406	34					non-mobilizable	no_good_hit	880.0	95.90899999999999	12.0	0.997716894977169	GQ877590.1		Uncultured organism clone VC1AO10TF genomic sequence	True	True
FIJ0162_000000020533	1136	0.7238426393680766	2	1	1	1	1	False	39192	fragment	False	FIJ0162_000000020533	1.0		0	0	False	False	0.9964788556098938	0					non-mobilizable	no_good_hit	120.0	80.833	10.0	0.000124538170949396	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
SPA0077_000000000684	22167	0.7238398611597057	37	7	5	6	3	False	5710	maximal	True	SPA0077_000000000684	1.0		1	1	False	False	0.9997744560241699	0					non-mobilizable	no_good_hit	60.0	100.0	0.0	1.446549623639661e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0128_000000013707	2585	0.7238378846116836	4	3	1	3	1	True	31849	maximal	True	ISR0128_000000013707	1.0		35	9	False	False	1.0	0					non-mobilizable	no_good_hit	1311.0	78.87100000000001	57.0	0.00045278173201735003	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0157_000000004326	4322	0.723830650355155	5	4	1	3	3	True	103078	fragment	False	USA0091_01_000000002546	0.9556001784917447		0	0	False	False	0.9962980151176453	0					non-mobilizable	no_good_hit	2017.0	99.455	84.0	0.007820076183678694	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0074_000000017136	1745	0.7238293408506457	1	1	1	1	1	False	34701	fragment	False	ISR0074_000000017136	1.0		0	0	False	False	0.9971346855163574	0					non-mobilizable	no_good_hit								True	False
AST0151_000000007238	2201	0.7238190470667849	3	3	2	3	2	False	103677	fragment	False	AST0151_000000007238	1.0		0	0	False	False	0.9959109425544739	0					non-mobilizable	no_good_hit	260.0	78.462	12.0	0.004026209836583248	NZ_MZGV01000027.1	firmicutes	Clostridium oryzae strain DSM 28571 CLORY_contig000027, whole genome shotgun sequence	True	False
MAD0068_000000002083	9304	0.7238151229192076	17	5	2	2	5	False	16489	maximal	True	MAD0068_000000002083	1.0		1	1	False	False	0.99989253282547	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.0008267119827309053	NZ_FQVW01000026.1	firmicutes	Ornithinibacillus halophilus strain IBRC-M 10683, whole genome shotgun sequence	True	False
FIJ0062_000000011636	2492	0.7238102799849573	3	3	2	3	3	False	87975	fragment	False	FIJ0062_000000011636	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2473.0	97.77600000000001	99.0	0.0011500846473493486	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0003_000000007589	3264	0.723808801200418	3	3	3	3	3	False	52204	maximal	True	FIJ0003_000000007589	1.0		4	1	False	False	0.9960171580314636	0					non-mobilizable	other	2012.0	97.61399999999999	98.0	0.0018211640538766337	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ENG0093_000000004214	2909	0.7238050012147574	4	3	2	3	2	False	61067	maximal	True	ENG0093_000000004214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2022.0	95.15299999999999	69.0	0.0008824983866894869	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0021_000000005776	4255	0.7238026643778472	4	3	3	3	2	False	13081	maximal	True	MON0021_000000005776	1.0		2	1	False	False	0.9891892075538635	0					non-mobilizable	no_good_hit	847.0	71.074	19.0	0.0002584927424903566	CP003514.1	b-proteobacteria	Burkholderia sp. KJ006 chromosome 1, complete sequence	True	False
DEN0010_000000042536	1118	0.7238022063766391	2	2	2	2	2	False	75807	fragment	False	DEN0010_000000042536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	77.5	11.0	6.162886675048895e-05	CP031701.1	firmicutes	Lactobacillus johnsonii strain IDCC9203 chromosome, complete genome	True	False
ISR0815_000000017860	1739	0.7237991866370828	2	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.4937308371075712		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	99.195	100.0	0.0005195890761927455	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0014_000000004983	4660	0.7237971083402849	8	5	3	4	4	False	126737	maximal	True	FIJ0014_000000004983	1.0	PS974|PS975	2	1	False	True	0.9972103238105774	0					non-mobilizable	no_good_hit	2209.0	90.991	47.0	0.42531400966183575	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
CAN0001_000000026403	1664	0.7237944331172054	2	2	1	2	1	False	97231	fragment	False	ISR0213_000000014573	0.7259445894863586		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	99.76	100.0	0.017057634907121536	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
ISR0219_000000028739	1122	0.7237843540489592	2	2	2	2	2	False	28018	maximal	True	ISR0219_000000028739	1.0		118	9	False	False	0.9750445485115051	0					non-mobilizable	other	1122.0	100.0	100.0	0.0034676144606637653	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
CHI0058_000000014360	1499	0.7237780041776493	2	2	2	2	2	False	85865	maximal	True	CHI0058_000000014360	1.0		30	9	False	False	0.9886590838432312	0					non-mobilizable	no_good_hit	91.0	89.01100000000001	6.0	3.057674882865571e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0126_000000005721	6118	0.7237778441791237	12	4	3	3	4	False	116854	fragment	False	SPA0126_000000005721	1.0		0	0	False	False	0.9998365640640259	0					non-mobilizable	no_good_hit	70.0	98.571	1.0	0.0009865034885050898	NZ_JAAIPW010000017.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_17_length_69944_cov_409.832, whole genome shotgun sequence	True	False
FIJ0082_000000006150	4433	0.7237778441791237	7	4	3	3	4	False	116850	fragment	False	ISR0288_000000006377	0.9493614032440734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0122_000000012287	1162	0.72377431579457	2	1	1	1	1	False	81732	maximal	True	CHI0122_000000012287	1.0		0	0	False	False	0.9896729588508606	0					non-mobilizable	no_good_hit	583.0	76.501	50.0	0.00017166285896360207	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
TAN0009_000000023171	1786	0.7237724121863137	2	2	1	2	1	False	51867	fragment	False	TAN0009_000000023171	0.9899756986634265		0	0	False	False	1.0	0					non-mobilizable	other	1674.0	98.805	94.0	0.015336523476889793	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0142_000000007714	4057	0.7237707704355045	5	4	4	3	3	False	93631	fragment	False	FIJ0142_000000007714	0.9612356404963206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	76.882	37.0	0.07956259426847662	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
MON0108_000000010169	2134	0.7237601512286439	3	3	3	3	3	False	82558	fragment	False	CHI0111_000000014082	0.9686192468619247		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	99.79700000000001	95.0	0.0002274044170615472	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MAD0097_000000007871	4835	0.7237600810213511	4	4	4	4	3	False	15439	maximal	True	MAD0097_000000007871	1.0		3	2	False	False	0.9997931718826294	0					non-mobilizable	no_good_hit	1984.0	87.802	64.0	0.0005940325173339773	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0208_000000021917	1380	0.7237510795481688	3	2	1	2	1	False	122102	fragment	False	ISR0028_000000007710	0.12794319203668647		0	0	False	False	0.9942029118537903	0					non-mobilizable	other	1354.0	95.495	98.0	0.03093278463648834	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0006_000000013322	2661	0.7237416866512801	3	3	3	3	3	False	51739	fragment	False	FIJ0006_000000013322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	84.025	51.0	0.005150688490517017	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
MON0107_000000003143	11874	0.7237413962238155	12	6	2	2	5	False	103234	maximal	True	MON0107_000000003143	1.0		1	1	False	False	0.9989051818847656	0					non-mobilizable	no_good_hit	3383.0	94.177	79.0	0.007323536810694056	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
ISR0119_000000001141	21730	0.7237327834019501	26	15	8	12	6	False	34376	maximal	True	ISR0119_000000001141	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	74.601	3.0	0.0006898243075720536	NZ_QGDL01000001.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_101, whole genome shotgun sequence	True	False
CHI0130_000000003166	5185	0.7237314331055701	7	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7806381915667185	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5185.0	99.749	100.0	0.043995951658034174	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0103_000000011914	1482	0.7237220566640805	1	1	1	1	1	False	60216	maximal	True	SPA0103_000000011914	1.0		0	0	False	False	0.9993252158164978	0					non-mobilizable	no_good_hit	1210.0	99.587	82.0	0.0003881484068899713	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MON0025_000000027570	1517	0.7237127694385759	2	2	2	2	1	False	12797	fragment	False	MON0025_000000027570	0.9772727272727273		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	76.525	97.0	0.00045053971405183976	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0030_000000003852	7478	0.7236945081558549	12	6	2	5	6	False	51796	maximal	True	MON0030_000000003852	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	90.681	15.0	0.0003092317178413013	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
TAN0007_000000017135	2268	0.7236903228194032	3	3	3	2	2	False	12627	fragment	False	SPA0009_000000014523	0.640227434257285		0	0	False	False	0.9907407164573669	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.751312045160491e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	False
FIJ0030_000000031312	1234	0.7236892406890515	2	2	2	2	0	True	48660	fragment	False	FIJ0030_000000031312	1.0		0	0	False	False	0.9927066564559937	0					non-mobilizable	no_good_hit	423.0	99.291	34.0	7.91159708898222e-05	NC_016845.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 chromosome, complete genome	True	True
ISR0785_000000024820	1535	0.7236782300404891	3	3	3	3	3	False	22170	maximal	True	ISR0785_000000024820	1.0		18	8	False	False	0.9954397678375244	0					non-mobilizable	no_good_hit	1119.0	73.28	72.0	0.0032453859270406616	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
MON0005_000000018450	2849	0.7236745487768961	3	3	3	3	3	False	14136	maximal	True	MON0005_000000018450	1.0		9	4	False	False	0.9947350025177002	0					non-mobilizable	no_good_hit	870.0	80.805	30.0	0.00024104397206909964	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0084_000000001392	8844	0.7236701978895993	7	6	4	4	4	True	132214	maximal	True	SPA0084_000000001392	1.0	PS1143|PS778	28	7	False	True	0.9995477199554443	0					non-mobilizable	no_good_hit	2281.0	90.925	41.0	0.4749268700376097	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	True	True
ISR0137_000000006158	4503	0.7236685058613129	6	5	3	3	5	False	31836	maximal	True	ISR0137_000000006158	1.0		162	11	False	False	0.9902287125587463	0					non-mobilizable	other	4508.0	85.84700000000001	99.0	0.014238039443560653	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
BAN0016_000000000081	8292	0.7236675970071487	10	8	0	1	8	False	98361	maximal	True	BAN0016_000000000081	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	5172.0	98.55	93.0	0.04600462715785727	CP055601.1	enterobacteria	Escherichia fergusonii strain RHB41-C23 plasmid pRHB41-C23_3, complete sequence	False	True
FIJ0138_000000012476	1499	0.7236623975519606	2	2	2	2	2	False	100786	fragment	False	FIJ0138_000000012476	0.9302235504277058		0	0	False	False	0.9979986548423767	0					non-mobilizable	other	1464.0	97.26799999999999	98.0	0.0004062737779851264	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0283_000000007513	1782	0.7236605090925453	3	3	2	3	2	False	73167	maximal	True	ISR0283_000000007513	1.0		1	1	False	False	0.9882155060768127	0					non-mobilizable	no_good_hit	419.0	81.862	25.0	0.00015396282167959375	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ISR0118_000000014187	1181	0.7236603516161338	2	2	2	2	2	False	32367	fragment	False	ISR0118_000000014187	1.0		0	0	False	False	0.9872989058494568	0					non-mobilizable	plasmid	1181.0	97.544	100.0	0.006354403386143092	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
FIJ0097_000000004867	5760	0.7236557750094843	5	2	2	1	1	False	42938	maximal	True	FIJ0097_000000004867	1.0		1	1	False	False	0.9998263716697693	0					non-mobilizable	no_good_hit	43.0	93.023	1.0	1.1356203826553996e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0095_000000027602	1370	0.7236546479246435	2	2	2	2	1	True	17598	fragment	False	MAD0095_000000027602	1.0		0	0	False	False	0.9518248438835144	0					non-mobilizable	no_good_hit								True	True
SPA0093_000000007100	5701	0.7236534976425555	6	6	5	4	3	False	91331	fragment	False	SPA0093_000000007100	0.9813370300440246		0	0	False	False	0.999649167060852	0					non-mobilizable	no_good_hit	318.0	89.93700000000001	6.0	0.0001478413759974629	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0010_000000018030	1495	0.7236464879104567	2	1	1	1	1	False	13731	maximal	True	MON0010_000000018030	0.97599451303155		1	1	False	False	0.9612039923667908	0					non-mobilizable	other	1431.0	81.062	95.0	0.0037182124281053886	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ENG0054_000000004436	5493	0.7236403718071795	11	5	3	3	3	True	108887	fragment	False	ISR0172_000000002722	0.9621134896364254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3146.0	99.555	79.0	0.001241505928101817	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0234_000000013712	1122	0.7236390257095128	2	2	2	1	1	False	58751	fragment	False	ISR0234_000000013712	0.9743999539491334		0	0	False	False	0.9759358167648315	0					non-mobilizable	chromosome	1122.0	98.039	100.0	0.0002494798978400961	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0035_000000000080	25530	0.7236341008020094	28	8	3	4	7	False	88133	maximal	True	CHI0035_000000000080	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	100.0	0.0	0.17391304347826086	KJ278233.1	bacteria	Uncultured bacterium clone Evans.12.19_00728 16S ribosomal RNA gene, partial sequence	True	False
CHI0132_000000007950	4042	0.7236283596160759	2	2	2	2	0	True	131949	fragment	False	CHI0132_000000007950	0.9868009678384037		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1584.0	86.49	41.0	0.019745485941664476	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0061_000000009545	4020	0.7236283596160759	2	2	2	2	0	True	131949	fragment	False	CHI0132_000000007950	0.9866702898256827		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1570.0	86.051	41.0	0.019570304190597746	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0030_000000008392	3660	0.7236283596160759	3	2	2	2	0	True	131949	fragment	False	CHI0132_000000007950	0.9287280404837105		0	0	False	True	0.9967213273048401	0					non-mobilizable	no_good_hit	1503.0	85.23	41.0	0.01871942139970219	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0043_000000018739	1542	0.7236174416633205	2	2	2	2	2	False	11675	fragment	False	MON0043_000000018739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0003683995088006549	NZ_JYCD01000132.1	firmicutes	Aeribacillus pallidus strain GS3372 LG46_132, whole genome shotgun sequence	True	False
FIJ0128_000000019539	1356	0.7236157889363459	3	2	1	2	1	True	40989	fragment	False	FIJ0128_000000019539	1.0		0	0	False	False	0.99262535572052	0	Inc11				non-mobilizable	no_good_hit	468.0	97.009	72.0	0.022568771793878343	NZ_CP033610.1	firmicutes	Weissella hellenica strain 0916-4-2 plasmid pWHSP020, complete sequence	True	True
ISR0345_000000008190	1607	0.7236142991992555	3	3	3	2	1	False	106466	fragment	False	ENG0043_000000020193	0.6041456106167133		0	0	False	False	0.9527069330215454	0					non-mobilizable	other	1607.0	98.569	100.0	0.002072236673685949	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CAN0018_000000008785	3902	0.7235956632648332	5	4	1	1	4	False	93408	maximal	True	CAN0018_000000008785	1.0		2	1	False	False	0.9997437000274658	0					non-mobilizable	no_good_hit	1699.0	96.17399999999999	64.0	0.010247373280788891	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
MAD0096_000000009485	1949	0.7235916339016597	2	2	2	2	1	True	48661	maximal	True	MAD0096_000000009485	1.0		0	0	False	False	0.9717804193496704	0					non-mobilizable	no_good_hit	813.0	99.508	42.0	0.00014783981810604448	CP054303.1	enterobacteria	Klebsiella pneumoniae strain MS14393 chromosome, complete genome	True	True
MAD0031_000000000954	10277	0.7235881120612666	16	1	1	1	1	True	18958	maximal	True	MAD0031_000000000954	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	89.62299999999999	1.0	2.774273627141359e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0078_000000004347	7705	0.7235866801746669	8	7	3	6	7	False	12844	fragment	False	MON0025_000000002484	0.974600421261306		0	0	False	False	0.999870240688324	0					non-mobilizable	plasmid	7705.0	99.98700000000001	100.0	0.07225932317850979	MK396099.1	enterobacteria	Escherichia coli strain Ec20-Lar plasmid unnamed, complete sequence	False	True
FIJ0102_000000006246	4915	0.7235842042219659	7	6	5	5	6	False	119458	maximal	True	FIJ0102_000000006246	1.0		37	2	False	False	0.9997965693473816	0					non-mobilizable	no_good_hit	2335.0	93.06200000000001	47.0	0.14814108674928503	NZ_CABIWU010000053.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0012_000000039802	1419	0.7235841347382049	2	2	1	2	1	False	13585	fragment	False	MON0012_000000039802	1.0		0	0	False	False	0.9936575293540955	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0003053852273914476	NZ_NQCD01000082.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_13_length_124433_cov_76.095_ID_25.ctg_1, whole genome shotgun sequence	True	False
AST0031_000000002938	9152	0.7235806938309581	9	3	2	3	1	True	117617	maximal	True	AST0031_000000002938	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	96.066	12.0	0.001192944584883688	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
MAD0012_000000012414	2275	0.7235792270072154	2	2	2	2	2	False	77529	maximal	True	MAD0012_000000012414	1.0		406	14	False	False	0.9947252869606018	0					non-mobilizable	chromosome	2282.0	83.83	99.0	0.0006050050563804426	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0024_000000036747	1413	0.7235752528751579	2	2	2	2	2	False	12899	fragment	False	MON0024_000000036747	1.0		0	0	False	False	0.992922842502594	0					non-mobilizable	no_good_hit	726.0	78.375	51.0	0.0001625837067996724	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0102_000000000607	29781	0.7235734196875375	49	15	5	12	9	False	42652	fragment	False	FIJ0102_000000000607	1.0		0	0	False	False	0.9997985363006592	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.943909719906581e-06	NZ_CP041070.1	e-proteobacteria	Arcobacter anaerophilus strain DSM 24636 chromosome, complete genome	True	False
FIJ0068_000000004284	6712	0.7235687220284356	7	5	3	5	3	False	45131	maximal	True	FIJ0068_000000004284	1.0		1	1	False	False	0.9998509883880615	0					non-mobilizable	no_good_hit	805.0	72.795	14.0	0.0002523752442769965	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0075_000000002923	1387	0.7235680868448079	3	3	3	1	1	False	35620	fragment	False	MAD0075_000000002923	0.9689137578825827		0	0	False	False	0.9819754958152771	0					non-mobilizable	chromosome	1387.0	99.42299999999999	100.0	0.00026932708453042355	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
ISR0272_000000009017	1132	0.7235636774921855	2	1	1	1	1	True	26387	fragment	False	ISR0272_000000009017	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1132.0	99.912	100.0	0.048420241459029026	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
CAN0014_000000023311	2073	0.723559924327659	3	3	2	3	3	False	93619	fragment	False	ISR0075_000000012285	0.986077772443591		0	0	False	False	0.9995176196098328	0					non-mobilizable	no_good_hit	656.0	95.884	32.0	0.00028114375287850425	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
MON0099_000000016372	2071	0.7235587080863409	3	3	3	2	2	False	88943	maximal	True	MON0099_000000016372	1.0		1	1	False	False	0.9826170802116394	0					non-mobilizable	chromosome	1872.0	99.412	90.0	0.0002883925468021336	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0059_000000004859	3849	0.7235469646425258	5	4	3	3	4	False	106999	maximal	True	FIJ0059_000000004859	1.0		7	3	False	False	0.9994803667068481	0					non-mobilizable	other	3844.0	93.73	99.0	0.1717212562339938	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	False	False
CHI0187_000000002823	6422	0.7235377524288175	11	5	3	5	2	True	79755	maximal	True	CHI0187_000000002823	1.0		1	1	False	False	0.9996885657310486	0					non-mobilizable	no_good_hit	122.0	95.08200000000001	2.0	0.0001941904684845052	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
ISR0171_000000020273	1467	0.7235325808387668	3	3	3	3	2	False	29966	fragment	False	ISR0171_000000020273	1.0		0	0	False	False	0.9795501232147217	0					non-mobilizable	no_good_hit	527.0	77.23	35.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0107_000000006893	4002	0.7235284592244182	3	3	3	3	3	False	115904	maximal	False	USA0130_01_000000009222	0.7041849599677001		0	0	False	False	0.9997501373291016	0					non-mobilizable	no_good_hit	1754.0	85.69	67.0	0.0005994252509172166	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0127_000000015100	1131	0.7235162493508989	2	2	2	2	1	False	88942	fragment	False	SPA0024_000000011901	0.9626977261110445		0	0	False	False	1.0	0					non-mobilizable	chromosome	1131.0	99.29299999999999	100.0	0.00017417615066082893	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0156_000000001366	7939	0.7235106467745483	9	5	2	4	2	True	101274	fragment	False	ISR0322_000000000977	0.5691764139726214		0	0	False	False	1.0	0					non-mobilizable	other	7802.0	100.0	98.0	0.07784807600191601	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0114_000000008795	4183	0.7235073698620414	7	4	3	4	3	False	53446	maximal	False	ISR0324_000000007465	0.9826005172819186		0	0	False	False	0.9997609257698059	0					non-mobilizable	no_good_hit	844.0	73.223	20.0	0.0001866197917658722	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0039_000000001692	6252	0.723504390732959	14	5	5	5	2	False	42922	fragment	False	MAD0039_000000001692	1.0		0	0	False	False	0.9990403056144714	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000018267	1535	0.7235037418143148	4	2	2	1	1	False	111839	fragment	False	ISR0114_000000018267	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	100.0	100.0	0.000491193263415676	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
CHI0179_000000002258	6213	0.7235004633578318	7	3	3	3	1	True	124808	maximal	True	CHI0179_000000002258	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	0.00011814506485011425	NZ_MPDM01000001.1	high GC Gram+	Boudabousia marimammalium strain DSM 15383 Scaffold1, whole genome shotgun sequence	True	True
FIJ0011_000000010512	4072	0.7235003086430839	8	4	4	4	2	True	51001	maximal	True	FIJ0011_000000010512	1.0		1	1	False	False	0.9990176558494568	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00011132675515906738	NZ_FMTS01000006.1	a-proteobacteria	Asticcacaulis taihuensis strain CGMCC 1.3431, whole genome shotgun sequence	True	True
CHI0140_000000024428	1223	0.7235001754246071	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17681274967662558		0	0	False	False	1.0	0					non-mobilizable	chromosome	1223.0	99.346	100.0	0.0004312098541684972	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0035_000000025531	1153	0.7235001754246071	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1697681830194052		0	0	False	False	0.9930616021156311	0					non-mobilizable	other	1153.0	99.219	100.0	0.00034684513936580934	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0074_000000005244	2823	0.7234978527820765	3	3	3	3	2	False	84749	fragment	False	CHI0164_000000008408	0.9610648315827599		0	0	False	False	0.9992915391921997	0					non-mobilizable	no_good_hit	1011.0	73.393	35.0	0.00030055841223242623	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MAD0030_000000000396	15608	0.7234944288026923	16	6	5	6	3	True	98427	fragment	False	FIJ0011_000000002334	0.9794240071382583		0	0	False	False	0.9987186193466187	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.547223211484987e-06	NZ_CP019706.1	enterobacteria	Pantoea alhagi strain LTYR-11Z chromosome, complete genome	True	True
USA0008_01_000000001197	6890	0.7234891600473005	11	5	1	3	5	True	2105	fragment	False	USA0008_01_000000001197	1.0		0	0	False	False	0.9998548626899719	0					non-mobilizable	no_good_hit	2252.0	77.35300000000001	64.0	0.0009470788122920635	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
DEN0049_000000000604	4816	0.7234884276272698	6	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.7674410119340366	PS1101	0	0	False	True	0.9993770718574524	0					non-mobilizable	other	4818.0	99.315	100.0	0.0009069056458454362	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0037_000000003115	3858	0.7234870209660315	5	4	4	4	4	False	88009	maximal	True	CHI0037_000000003115	1.0		34	7	False	False	1.0	0					non-mobilizable	other	3874.0	94.734	100.0	0.02329437824163454	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	False	False
DEN0011_000000037427	1268	0.7234843771847476	2	2	2	2	2	False	109996	fragment	False	DEN0041_000000026696	0.9836558627897717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	73.003	31.0	0.00015167343516471905	NZ_JABEKU010000002.1	a-proteobacteria	Ensifer sesbaniae strain CCBAU 65729 Scaffold_2, whole genome shotgun sequence	True	False
BAN0019_000000000377	5866	0.7234842251733317	7	6	6	6	4	True	97879	fragment	False	BAN0019_000000000377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0096_000000012492	1883	0.7234828803737872	3	3	3	3	3	False	33348	maximal	True	ISR0096_000000012492	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1040.0	99.23100000000001	55.0	0.02440577249575552	NZ_JAAIPV010000037.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_37_length_42408_cov_112.355, whole genome shotgun sequence	True	False
ISR0081_000000020862	1155	0.7234792316625206	2	2	2	2	2	False	107551	fragment	False	ISR0196_000000014355	0.3138252756573367		0	0	False	False	0.9982684254646301	0					non-mobilizable	chromosome	1167.0	89.97399999999999	100.0	0.00037582316069856693	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0266_000000000529	19369	0.7234751093549963	15	8	5	7	3	False	58241	fragment	False	ISR0324_000000001259	0.9543594739405747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	93.61399999999999	4.0	0.012659976061136176	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
ISR0071_000000004820	1621	0.7234717254475539	3	3	3	3	3	False	34878	fragment	False	ISR0071_000000004820	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1626.0	89.975	100.0	0.0005118809006960509	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0089_000000010683	1958	0.7234664885732001	2	2	1	2	0	True	112595	fragment	False	ISR0030_000000010093	0.930977229601518		0	0	False	False	0.9994892477989197	0					non-mobilizable	other	1971.0	89.853	99.0	0.01824319937674479	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
SPA0141_000000013294	1714	0.7234664885732001	2	2	1	2	0	True	112594	fragment	False	SPA0141_000000013294	1.0		0	0	False	False	0.9970828294754028	0					non-mobilizable	other	1730.0	89.191	99.0	0.016008013281271737	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
MON0087_000000042898	1207	0.7234664885732001	2	2	1	2	0	True	9667	fragment	False	MON0087_000000042898	1.0		0	0	False	False	0.9842584729194641	0					non-mobilizable	no_good_hit								True	True
ISR0353_000000006929	4887	0.723459102622317	10	2	2	2	2	False	24041	maximal	True	ISR0353_000000006929	1.0		1	1	False	False	0.9961121082305908	0					non-mobilizable	no_good_hit	1325.0	78.415	27.0	0.00036768942556205064	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0165_000000006822	2780	0.7234581155996854	4	3	3	3	2	False	121393	fragment	False	ENG0165_000000006822	1.0		0	0	False	False	0.9982014298439026	0					non-mobilizable	chromosome	2523.0	98.93	99.0	0.0007949283445538426	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0010_000000008407	2641	0.7234581155996854	4	3	3	3	2	False	127112	maximal	True	SPA0010_000000008407	1.0		8	4	False	False	0.9984854459762573	0					non-mobilizable	no_good_hit	2326.0	99.18299999999999	88.0	0.0007328344175605407	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0086_000000002012	2597	0.7234581155996854	4	3	3	3	2	False	121332	fragment	False	SPA0114_000000018546	0.8163246426210232		0	0	False	False	1.0	0					non-mobilizable	chromosome	2371.0	99.325	91.0	0.0007470183095133255	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0107_000000013346	2414	0.7234581155996854	3	3	3	3	2	False	121332	fragment	False	SPA0114_000000018546	0.7928304897259525		0	0	False	False	0.9971002340316772	0					non-mobilizable	chromosome	2414.0	99.50299999999999	100.0	0.0007605718062682086	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0256_000000007738	2299	0.7234581155996854	3	3	3	3	2	False	121332	fragment	False	SPA0114_000000018546	0.7865858451044281		0	0	False	False	0.9995650053024292	0					non-mobilizable	chromosome	2299.0	99.21700000000001	100.0	0.00072432408238887	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0133_000000010103	2455	0.7234572619257745	3	2	2	2	2	False	89563	backbone	False	ENG0074_000000009065	0.9917169615216437	PS467	0	0	True	True	0.999592661857605	2					non-mobilizable	other	2455.0	100.0	100.0	0.04904958925466211	NZ_VJYL01000037.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold36_1, whole genome shotgun sequence	False	True
ENG0074_000000009065	2454	0.7234572619257745	2	2	2	2	2	False	89563	backbone	True	ENG0074_000000009065	0.9955820790658967	PS467	36	7	True	True	1.0	6					non-mobilizable	other	2454.0	100.0	100.0	0.04902960164697887	NZ_VJYL01000037.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold36_1, whole genome shotgun sequence	False	True
USA0033_01_000000004518	2435	0.7234572619257745	2	2	2	2	2	False	89563	backbone	False	ENG0074_000000009065	0.9915085419069645	PS467	0	0	True	True	1.0	35					non-mobilizable	other	2426.0	99.794	100.0	0.04846994863184825	NZ_VJYL01000037.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold36_1, whole genome shotgun sequence	False	True
USA0093_01_000000007556	2435	0.7234572619257745	2	2	2	2	2	False	89563	backbone	False	ENG0074_000000009065	0.9915085419069645	PS467	0	0	True	True	0.9995893239974976	11					non-mobilizable	other	2426.0	99.794	100.0	0.04846994863184825	NZ_VJYL01000037.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold36_1, whole genome shotgun sequence	False	True
CHI0018_000000007112	2427	0.7234572619257745	2	2	2	2	2	False	89563	backbone	False	ENG0074_000000009065	0.9901055369228103	PS467	0	0	True	True	0.9995879530906677	33					non-mobilizable	other	2427.0	100.0	100.0	0.04848993623953149	NZ_VJYL01000037.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold36_1, whole genome shotgun sequence	False	True
ISR0363_000000008137	2310	0.723456888219091	3	2	2	2	1	False	90733	maximal	True	ISR0363_000000008137	1.0		77	8	False	False	0.976190447807312	0					non-mobilizable	no_good_hit	1299.0	81.678	56.0	0.0003456984394797265	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0114_000000022724	2056	0.7234549647955579	3	3	3	3	2	False	126256	fragment	False	AST0010_000000013853	0.9864765289521469		0	0	False	False	0.9965953230857849	0					non-mobilizable	no_good_hit	1822.0	80.02199999999999	88.0	0.0004811958273371753	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0052_000000006593	4665	0.7234467124421884	5	5	5	4	4	False	122777	fragment	False	ISR0052_000000006593	0.9995409685563461		0	0	False	False	0.9989281892776489	0					non-mobilizable	other	4532.0	99.669	100.0	0.0018713188481993253	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
DEN0063_000000034405	1465	0.7234464608723803	1	1	1	1	1	False	71442	maximal	True	DEN0063_000000034405	1.0		27	5	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	83.851	11.0	0.004202239421261204	NZ_WNAJ01000033.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold33_size37599, whole genome shotgun sequence	True	False
ENG0188_000000010098	2582	0.7234448227583631	2	2	2	2	2	False	54917	maximal	True	ENG0188_000000010098	1.0		8	3	False	False	0.9996126890182495	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	1.3812433527663649e-05	NZ_CP013107.1	a-proteobacteria	Sinorhizobium americanum strain CFNEI 73 chromosome, complete genome	True	False
ISR0180_000000008864	2531	0.7234442162397448	3	3	3	3	3	False	121332	fragment	False	SPA0114_000000018546	0.8232156479755776		0	0	False	False	0.9960489869117737	0					non-mobilizable	chromosome	2531.0	99.447	100.0	0.0007974499253454487	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0018_000000023882	1196	0.7234431056051307	2	2	2	2	1	False	99815	maximal	True	AUS0018_000000023882	1.0		73	9	False	False	0.9916387796401978	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	8.0	0.0007479146156253101	NZ_NFIG01000010.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_10, whole genome shotgun sequence	True	False
MAD0056_000000011550	1237	0.7234412066971901	1	1	1	1	1	False	17036	maximal	True	MAD0056_000000011550	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0062_000000023769	1619	0.7234404115248463	1	1	1	1	1	False	129464	fragment	False	ISR0062_000000023769	0.9938166128230281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	93.53200000000001	84.0	0.0003822884400413008	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0060_000000018079	1509	0.7234404115248463	1	1	1	1	1	False	129464	fragment	False	ISR0062_000000023769	0.977903431940832		0	0	False	False	0.9973492622375488	0					non-mobilizable	no_good_hit	1235.0	94.17	83.0	0.0003509999516450634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0074_000000014266	1503	0.7234404115248463	1	1	1	1	1	False	129464	fragment	False	ISR0062_000000023769	0.9777496233224495		0	0	False	False	0.9993346929550171	0					non-mobilizable	no_good_hit	1231.0	93.90700000000001	83.0	0.00034986218843065475	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0064_000000038338	1154	0.7234388339486949	2	2	2	2	2	False	71176	fragment	False	DEN0064_000000038338	1.0		0	0	False	False	0.993934154510498	0					non-mobilizable	other	1172.0	74.829	99.0	0.0042426766829714215	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
MAD0089_000000004489	4425	0.7234387432801054	4	3	2	3	1	False	15851	maximal	True	MAD0089_000000004489	1.0		9	1	False	False	0.9896045327186584	0					non-mobilizable	no_good_hit	2447.0	92.93	55.0	0.0006874806117788532	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0033_000000001082	19169	0.7234267371866159	26	8	2	8	2	False	33794	maximal	True	SPA0033_000000001082	1.0		1	1	False	False	0.9993218183517456	0					non-mobilizable	no_good_hit								True	False
ISR0365_000000005629	2747	0.7234265583289451	4	3	3	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.33275288149164545		0	0	False	False	0.9952675700187683	0					non-mobilizable	other	2575.0	99.223	94.0	0.049223590606593745	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0018_000000017295	1558	0.723413431830845	3	2	2	1	1	False	78971	fragment	False	FIJ0018_000000017295	0.9472150259067358		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	95.625	97.0	0.0003612865243736497	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0061_000000008684	2824	0.7234003774782015	5	5	4	4	4	True	120625	fragment	False	FIJ0061_000000008684	1.0		0	0	False	False	0.9989376664161682	0					non-mobilizable	other	2805.0	99.679	99.0	0.5658930373360243	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
SPA0120_000000023605	1720	0.7233977310824712	3	2	2	2	2	False	122155	fragment	False	SPA0120_000000023605	0.9464434105352971		0	0	False	False	1.0	0					non-mobilizable	other	969.0	93.49799999999999	100.0	0.00029152569732766105	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0115_000000023220	1535	0.7233961024430169	2	2	1	2	1	False	32459	maximal	True	ISR0115_000000023220	1.0		1	1	False	False	0.999348521232605	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000015644	2410	0.7233928893909385	2	2	2	2	1	False	40693	maximal	True	FIJ0133_000000015644	1.0		3	2	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	1295.0	78.533	54.0	0.034776743558613245	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	True	False
MAD0065_000000008712	1299	0.7233896969887974	2	2	2	2	1	False	28759	fragment	False	ISR0200_000000017714	0.9084495769364821		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	99.538	100.0	0.00036328513881102764	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0041_000000001737	11245	0.7233840037265448	15	4	4	4	3	True	63577	backbone	False	MON0061_000000002617	0.970876709971608	PS282|PS283	0	0	False	True	0.9999110698699951	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	1.0	0.0007680258703451064	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0040_01_000000008154	1858	0.7233819953120695	3	3	3	3	2	False	119436	fragment	False	CHI0024_000000003275	0.14440636156266676		0	0	False	False	1.0	0					non-mobilizable	other	1477.0	88.016	94.0	0.00034155395852639067	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
TAN0002_000000009065	3712	0.7233770201414242	5	5	1	2	4	False	126740	fragment	False	TAN0002_000000009065	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1975.0	98.12700000000001	87.0	0.385546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MAD0049_000000000531	18441	0.7233746804093105	15	14	8	14	5	True	125650	maximal	True	MAD0049_000000000531	1.0	PS934	2	1	False	True	1.0	0					non-mobilizable	other	16197.0	91.64	99.0	0.03375523014739554	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0124_000000022506	1380	0.7233745133583591	1	1	1	1	1	False	118700	fragment	False	AST0028_000000011382	0.9706506364922207		0	0	False	False	0.9992753863334656	0					non-mobilizable	other	1397.0	79.17	100.0	0.006511304282416658	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
MAD0097_000000035603	1170	0.7233739444966633	2	1	1	1	1	False	15380	maximal	True	MAD0097_000000035603	1.0		1	1	False	False	0.9940170645713806	0					non-mobilizable	no_good_hit	764.0	75.131	63.0	0.0007970667941973537	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
MON0107_000000052483	1183	0.7233712543046781	1	1	1	1	1	False	8548	maximal	True	MON0107_000000052483	1.0		0	0	False	False	0.9509720802307129	0					non-mobilizable	no_good_hit	926.0	96.544	84.0	0.00025659396504323776	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0353_000000029794	1214	0.7233658992060281	1	1	0	1	1	False	24005	maximal	True	ISR0353_000000029794	1.0		1	1	False	False	0.9983525276184082	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000012453	2302	0.7233584768880058	5	4	2	1	4	True	123556	backbone	False	ISR0826_000000002301	0.24370032862252047	PS902	0	0	False	True	0.9960903525352478	0	rep_cluster_1702				non-mobilizable	other	2292.0	99.60700000000001	99.0	0.0006087714641099859	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0040_000000014541	2770	0.7233581510119832	2	2	2	2	2	False	119665	maximal	True	SPA0040_000000014541	1.0		67	11	False	False	0.9956678748130798	0					non-mobilizable	no_good_hit	901.0	99.445	62.0	0.00030581902241891295	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0015_000000008116	3579	0.7233542499523203	4	4	4	4	4	False	50372	maximal	True	FIJ0015_000000008116	1.0		9	2	False	False	0.9905001521110535	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	6.299355042956755e-05	NZ_KK366007.1	firmicutes	Clostridium akagii DSM 12554 BR66DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
CHI0144_000000001666	7394	0.7233512963765645	6	4	2	3	3	False	79884	maximal	True	CHI0144_000000001666	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	90.90899999999999	11.0	0.00018410154531213265	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
FIJ0017_000000025275	1195	0.7233505654387071	2	1	1	1	1	False	65126	fragment	False	ENG0037_000000029881	0.9354723920791628		0	0	False	False	0.9748954176902771	0					non-mobilizable	no_good_hit	173.0	74.566	14.0	5.57817632582359e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
DEN0035_000000018250	1855	0.7233447894850761	2	2	1	1	2	False	73429	fragment	False	DEN0035_000000018250	1.0		0	0	False	False	0.9892183542251587	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000015122	2187	0.7233444005076947	4	3	2	3	1	False	120405	fragment	False	ISR0079_000000012054	0.717562880415324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	91.331	32.0	0.0008730756072528224	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0087_000000013553	2438	0.7233371016215534	5	3	3	2	2	False	33843	maximal	True	ISR0087_000000013553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	99.352	54.0	0.0001559558948627723	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
ENG0074_000000013077	1744	0.7233366261637106	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.22825449826156496		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	95.069	100.0	0.000524783921800873	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0094_000000004738	5725	0.7233309173522622	10	5	1	3	4	True	43452	maximal	True	MON0094_000000004738	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0087_000000010345	4572	0.7233302383437142	4	4	0	2	3	False	9712	maximal	True	MON0087_000000010345	1.0		1	1	False	False	1.0	0				MOBP,MOBP	mobilizable	no_good_hit	2827.0	99.32799999999999	73.0	0.5545740086376129	LM996936.1	enterobacteria	Escherichia coli genome assembly FHI85, scaffold scaffold-9_contig-23.0_1_5094_[organism:Escherichia	True	True
SPA0133_000000013779	1436	0.7233277541118841	1	1	1	1	1	False	126773	fragment	False	AST0090_000000015807	0.990330593903314		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	99.234	100.0	0.4005023723137036	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
ENG0099_000000001686	11043	0.7233263001628825	9	8	7	7	8	False	66388	maximal	True	ENG0099_000000001686	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2301.0	98.435	49.0	0.00052343063587829	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0280_000000011302	1330	0.7233248367556208	2	1	1	1	1	False	26188	fragment	False	ISR0280_000000011302	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	83.411	65.0	0.00027952193594870626	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0101_000000021447	1575	0.7233207908304063	2	2	2	2	1	False	60453	maximal	True	ENG0101_000000021447	1.0		1	1	False	False	0.995555579662323	0					non-mobilizable	no_good_hit								True	False
CHI0112_000000016848	1125	0.7233151997260644	1	1	1	1	1	False	82368	fragment	False	CHI0174_000000014268	0.6390658174097664		0	0	False	False	0.9368888735771179	0					non-mobilizable	no_good_hit	977.0	99.59100000000001	87.0	0.00039765789279615834	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ENG0134_000000024993	1560	0.7233141210845303	2	2	2	2	2	False	63940	fragment	False	ENG0134_000000024993	1.0		0	0	False	False	0.9756410121917725	0					non-mobilizable	other	1539.0	77.908	98.0	0.01839188586176538	NZ_JAAITI010000016.1	firmicutes	Blautia luti strain MSK.16.34 NODE_16_length_82917_cov_158.571, whole genome shotgun sequence	False	False
CHI0106_000000007249	2705	0.7233117355947888	4	3	3	3	3	False	83159	maximal	False	SPA0116_000000013938	0.963670195943129		0	0	False	False	0.999630331993103	0					non-mobilizable	other	2704.0	97.96600000000001	100.0	0.014239881149937572	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
USA0084_01_000000023634	1352	0.7233025107739265	1	1	1	1	1	False	12275	fragment	False	USA0084_01_000000023634	0.9758490566037736		0	0	False	False	0.9955621361732483	0					non-mobilizable	no_good_hit	679.0	72.312	49.0	0.0003943351349036555	CP019685.1	e-proteobacteria	Campylobacter sputorum strain RM8705, complete genome	True	False
ENG0181_000000001954	11768	0.7232929108625523	17	15	10	15	13	False	132200	fragment	False	ENG0181_000000001954	0.9657434669672191		0	0	False	False	0.9986403584480286	0					non-mobilizable	other	11745.0	99.96600000000001	99.0	0.004080044469149528	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ENG0137_000000010291	1525	0.7232794324359549	2	2	0	2	2	False	57970	fragment	False	ENG0137_000000010291	1.0		0	0	False	False	1.0	0	IncFIA,IncFII				non-mobilizable	plasmid	1525.0	99.934	100.0	0.011818167718721405	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ENG0033_000000009131	2876	0.7232752200248452	4	4	4	3	4	True	65522	fragment	False	SPA0136_000000013452	0.9795164539959704		0	0	False	False	0.9888734221458435	0					non-mobilizable	no_good_hit	635.0	75.906	24.0	0.0001732842361330956	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0122_000000010883	1642	0.7232749174447921	5	5	5	3	2	False	32144	maximal	True	ISR0122_000000010883	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	350.0	98.571	23.0	9.833226783230319e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0847_000000004923	4764	0.7232708736222999	4	4	4	3	3	False	121562	fragment	False	ISR0847_000000004923	0.9923556364419204		0	0	False	False	1.0	0					non-mobilizable	other	3780.0	99.921	100.0	0.0007319120024465499	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0053_000000006869	3792	0.7232634041899548	4	4	4	4	4	False	116970	maximal	True	ENG0053_000000006869	1.0		6	3	False	False	0.996835470199585	0					non-mobilizable	no_good_hit	1955.0	88.95100000000001	51.0	0.04621868636643463	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0141_000000004708	5591	0.7232629225123518	4	4	3	3	4	False	121449	maximal	True	ENG0141_000000004708	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1709.0	81.334	30.0	0.0008313714635425945	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0206_000000015289	1670	0.7232588491394809	3	3	3	2	2	False	128004	fragment	False	ENG0206_000000015289	1.0		0	0	False	False	0.9874251484870911	0					non-mobilizable	other	1670.0	97.545	100.0	0.0004737837751908761	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0050_000000020968	1379	0.7232413387262934	2	2	2	2	2	True	58766	fragment	False	ISR0370_000000017888	0.9612951627551466		0	0	False	False	0.989847719669342	0					non-mobilizable	other	1378.0	99.927	99.0	0.010435850214855739	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0182_000000021197	1337	0.7232413387262934	2	2	2	2	2	True	58766	fragment	False	ISR0370_000000017888	0.7968032600038398		0	0	False	False	0.9925205707550049	0					non-mobilizable	other	1336.0	99.925	99.0	0.010117545415274083	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0020_000000010122	2192	0.7232362079164203	4	4	4	4	4	False	78320	fragment	False	FIJ0020_000000010122	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2192.0	99.863	100.0	0.0004155941706800304	CP052544.1	enterobacteria	Klebsiella pneumoniae strain B16KP0102 chromosome, complete genome	False	False
MON0060_000000025676	1622	0.7232357221171599	4	4	4	1	1	False	10883	maximal	True	MON0060_000000025676	1.0		4	2	False	False	0.9556103348731995	0					non-mobilizable	no_good_hit	900.0	90.111	55.0	0.0017191074470966291	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
FIJ0163_000000020923	1188	0.7232345859435475	2	2	2	2	2	False	39121	maximal	True	FIJ0163_000000020923	1.0		90	10	False	False	0.9797979593276978	0					non-mobilizable	no_good_hit	475.0	70.105	39.0	0.00010261071286802471	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
DEN0073_000000031508	1685	0.7232344792957676	3	2	2	2	1	False	70136	maximal	True	DEN0073_000000031508	1.0		4	3	False	False	0.9994065165519714	0					non-mobilizable	no_good_hit								True	False
MON0056_000000007341	2475	0.7232251370716855	2	2	2	2	1	True	20072	maximal	True	MON0056_000000007341	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1306.0	99.387	53.0	0.4398382204246714	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
CAN0009_000000008345	2872	0.7232244219779709	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.8015728577862434		0	0	False	False	0.9993036389350891	0					non-mobilizable	no_good_hit	906.0	80.464	64.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
AST0031_000000017787	1447	0.7232243080130732	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6712769305072649		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	95.928	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
DEN0069_000000007564	3766	0.7232219945552703	4	4	4	3	4	False	70751	maximal	True	DEN0069_000000007564	1.0		13	6	False	False	0.9968135952949524	0					non-mobilizable	no_good_hit	1313.0	78.446	35.0	0.0003211830520284671	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0305_000000001016	11026	0.7232198602688669	11	7	6	5	4	False	122656	fragment	False	USA0061_01_000000001113	0.9671786076051628		0	0	False	False	1.0	0					non-mobilizable	chromosome	7166.0	99.958	100.0	0.00319740887161589	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0145_01_000000002097	10872	0.7232198602688669	11	7	6	5	4	False	122656	fragment	False	USA0061_01_000000001113	0.7381241337561383		0	0	False	False	1.0	0					non-mobilizable	chromosome	7166.0	99.97200000000001	100.0	0.00319740887161589	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0176_000000006721	1151	0.7232169685150629	2	1	1	1	1	False	77699	fragment	False	CHI0176_000000006721	1.0		0	0	False	False	0.9478713870048523	0					non-mobilizable	no_good_hit	517.0	72.34	45.0	0.00031906913911041286	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
USA0010_01_000000004026	6620	0.7232037618139838	5	2	2	2	0	True	98592	fragment	False	USA0010_01_000000004026	1.0		0	0	False	False	0.9981873035430908	0					non-mobilizable	no_good_hit	660.0	99.545	10.0	0.0032960382520493955	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
USA0044_01_000000023793	1109	0.7231957521558474	4	4	4	2	0	True	1212	fragment	False	USA0044_01_000000023793	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1113.0	96.945	100.0	0.0002472543858165448	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
SPA0033_000000002771	9615	0.7231890623588735	14	6	2	6	2	True	7220	fragment	False	SPA0033_000000002771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	97.015	1.0	0.0004088712675009292	NZ_QSCB01000006.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf6, whole genome shotgun sequence	True	True
MAD0013_000000022502	1140	0.7231800753989355	2	2	2	1	1	False	19536	fragment	False	MAD0013_000000022502	0.9672566371681416		0	0	False	False	0.99210524559021	0					non-mobilizable	no_good_hit	755.0	74.702	65.0	0.004943314881839472	AP014513.1	firmicutes	Clostridium botulinum B str. Osaka05 DNA, contig: Osaka05p1_contig003, extrachromosome 1, complete sequence	True	False
MAD0101_000000025741	1130	0.7231800753989355	2	2	2	1	1	False	19536	fragment	False	MAD0013_000000022502	0.9631578947368421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000021282	1678	0.72317336793044	2	2	2	2	1	True	56455	fragment	False	ISR0212_000000021282	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	100.0	100.0	0.11300539083557952	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AUS0002_000000017100	2131	0.7231708489797545	4	2	1	2	1	False	116107	maximal	False	ENG0103_000000008770	0.7561851210118334		0	0	False	False	0.9840450286865234	0					non-mobilizable	no_good_hit	1425.0	89.544	71.0	0.02844236573324539	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ENG0103_000000008770	2066	0.7231708489797545	4	2	1	2	1	False	116107	maximal	True	ENG0103_000000008770	0.9445531716859122		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	89.014	69.0	0.02832244008714597	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0209_000000023597	1173	0.7231676620250739	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.10111349358803844		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	91.056	100.0	0.004498504976375172	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
AST0061_000000031214	1347	0.7231668624306885	2	2	2	2	2	False	111849	maximal	True	AST0061_000000031214	1.0		2	2	False	False	0.9844098091125488	0					non-mobilizable	chromosome	1347.0	100.0	100.0	0.00043733942965869656	CP038153.1	firmicutes	Lactobacillus paracasei strain TCS chromosome, complete genome	False	False
DEN0082_000000007561	4889	0.7231619911820907	5	5	3	4	4	False	90622	fragment	False	DEN0082_000000007561	1.0		0	0	False	False	0.9997954368591309	0					non-mobilizable	other	4887.0	99.509	100.0	0.0021459453666729327	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0026_01_000000020556	1573	0.7231605107949094	3	2	2	2	2	False	83388	fragment	False	USA0026_01_000000020556	1.0		0	0	False	False	0.9910998344421387	0					non-mobilizable	chromosome	1581.0	89.24700000000001	99.0	0.0005063620801521858	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0096_000000018747	1960	0.7231573733059294	2	1	1	1	1	False	87048	fragment	False	MON0096_000000018747	1.0		0	0	False	False	0.9770408272743225	0					non-mobilizable	no_good_hit	1379.0	73.314	70.0	0.009362356868590426	NZ_QOHO01000013.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_13, whole genome shotgun sequence	True	False
MON0077_000000032706	1376	0.7231573733059294	1	1	1	1	1	False	10203	maximal	True	MON0077_000000032706	1.0		0	0	False	False	0.9556686282157898	0					non-mobilizable	other	1385.0	77.545	100.0	0.0004277601730702105	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ETH0005_000000034000	1368	0.7231573733059294	1	1	1	1	1	False	52703	maximal	True	ETH0005_000000034000	1.0		8	5	False	False	0.9985380172729492	0					non-mobilizable	no_good_hit	1211.0	76.053	87.0	0.006434805962132402	NZ_LR027598.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
MON0084_000000020001	1741	0.7231559141301722	2	2	2	2	2	False	9821	fragment	False	MON0084_000000020001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	77.245	46.0	0.0003511580763727168	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0075_000000005687	3305	0.7231508721575509	4	3	3	2	3	False	61599	maximal	True	FIJ0075_000000005687	1.0		1	1	False	False	0.9921331405639648	0					non-mobilizable	no_good_hit	849.0	79.03399999999999	43.0	0.0002958263798854986	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0023_000000008107	2493	0.7231440042393501	3	3	2	3	0	False	83639	maximal	True	MON0023_000000008107	1.0		1386	15	False	False	1.0	0					non-mobilizable	chromosome	2508.0	95.853	100.0	0.0006973588057208477	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
AST0025_000000014692	2448	0.7231418947163706	3	3	3	3	3	False	120407	maximal	True	AST0025_000000014692	1.0		139	9	False	False	0.9967319965362549	0					non-mobilizable	no_good_hit	742.0	73.45	30.0	0.0003668380420094885	CP046051.1	firmicutes	Ruminococcaceae bacterium LBM 19010 chromosome, complete genome	True	False
ISR0091_000000018718	1583	0.7231406963094078	2	2	2	2	2	False	33617	maximal	True	ISR0091_000000018718	1.0		62	7	False	False	0.9861023426055908	0					non-mobilizable	other	1583.0	99.116	100.0	0.0009526212439354699	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
USA0069_01_000000015547	3971	0.7231276541485745	3	3	3	3	2	False	797	maximal	True	USA0069_01_000000015547	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	76.585	30.0	0.14053919121318023	NZ_JRNT01000019.1	firmicutes	Veillonella montpellierensis DNF00314 contig19, whole genome shotgun sequence	True	False
SPA0021_000000015950	2061	0.7231251395882641	2	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.08311827005743311		0	0	False	False	0.9995148181915283	0					non-mobilizable	no_good_hit	900.0	87.22200000000001	44.0	0.00027322779299945263	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
CHI0063_000000005472	2367	0.7231228800578401	4	2	2	2	2	False	85464	fragment	False	CHI0063_000000005472	1.0		0	0	False	False	0.9949302673339844	0					non-mobilizable	plasmid	2367.0	100.0	100.0	0.009709853490376329	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
USA0080_01_000000006011	6863	0.7231205540605756	6	3	3	3	1	True	634	maximal	True	USA0080_01_000000006011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	83.98100000000001	9.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ISR0121_000000003854	5852	0.723115148454341	7	4	3	2	2	False	124416	maximal	True	ISR0121_000000003854	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	4166.0	98.39200000000001	71.0	0.3744152572867938	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0393_000000006918	2521	0.7231030100731916	1	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.5523203134768125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	75.565	28.0	0.0018019643731793458	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
SPA0089_000000017391	2237	0.7231030100731916	1	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.20807149701712527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	75.565	31.0	0.0018019643731793458	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ENG0021_000000009778	1870	0.7231030100731916	1	1	1	1	1	False	128404	fragment	False	MAD0098_000000023276	0.9505787750167463		0	0	False	False	0.9957219362258911	0					non-mobilizable	no_good_hit	708.0	75.565	37.0	0.0018019643731793458	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
MON0058_000000002350	11597	0.7231009716003209	11	6	4	5	4	True	110946	fragment	False	MON0058_000000002350	1.0		0	0	False	False	0.9992239475250244	0					non-mobilizable	plasmid	11510.0	99.314	99.0	0.06954030630129701	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
DEN0096_000000025810	1743	0.7230998005773916	2	2	2	2	2	True	68158	fragment	False	DEN0096_000000025810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	3.392429454429495e-05	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	True
ENG0089_000000011930	1734	0.7230940105094178	1	1	1	1	1	False	129429	maximal	True	ENG0089_000000011930	0.9931752524419067		635	13	False	False	1.0	0					non-mobilizable	other	1734.0	99.596	100.0	0.007076068759952636	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0158_000000011310	1689	0.7230940105094178	1	1	1	1	1	False	129429	maximal	False	ENG0089_000000011930	0.983904749373625		0	0	False	False	1.0	0					non-mobilizable	other	1689.0	99.52600000000001	100.0	0.006892327793883468	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0031_000000006892	3403	0.7230928487256956	3	3	3	3	3	False	122457	maximal	True	FIJ0031_000000006892	1.0	PS871	12	4	False	True	0.9985306859016418	0					non-mobilizable	no_good_hit	2321.0	92.546	68.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0245_000000003972	1765	0.7230920429864452	3	1	1	1	1	False	27159	maximal	True	ISR0245_000000003972	1.0		1	1	False	False	0.998866856098175	0					non-mobilizable	no_good_hit	107.0	86.916	6.0	4.8893868478261374e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
MON0077_000000019440	2173	0.7230899101163338	3	2	2	2	2	False	61916	fragment	False	MON0058_000000022063	0.9697697685759042		0	0	False	False	0.9995397925376892	0					non-mobilizable	no_good_hit	845.0	75.74	38.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0281_000000008013	2157	0.723085210717731	4	4	3	3	3	True	131621	fragment	False	SPA0022_000000005646	0.7287473282982265		0	0	False	False	1.0	0					non-mobilizable	other	2095.0	99.95200000000001	97.0	0.04831341424022888	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0831_000000001887	7758	0.7230842131151782	9	8	5	3	5	True	116371	fragment	False	USA0005_01_000000004191	0.963592922956621		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	7700.0	99.948	99.0	0.23304879525366268	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0127_000000003731	7551	0.7230842131151782	9	8	5	3	5	True	116371	fragment	False	USA0005_01_000000004191	0.8055737268669665		0	0	False	False	0.9998675584793091	0			MPF_T		non-mobilizable	plasmid	7551.0	99.89399999999999	100.0	0.22853856399079792	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0008_000000015326	1665	0.7230634780622034	3	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.32827014146158917		0	0	False	False	0.9993994235992432	0					non-mobilizable	chromosome	1666.0	92.617	100.0	0.0005343975840856271	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
MON0047_000000033405	1199	0.7230620047138552	2	2	1	2	1	False	68616	fragment	False	ISR0134_000000026153	0.9661599937710035		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	99.083	100.0	0.013639675744603334	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
SPA0017_000000008329	1548	0.7230598348088023	2	1	1	1	1	False	7823	maximal	True	SPA0017_000000008329	1.0		2	1	False	False	0.9967700242996216	0					non-mobilizable	no_good_hit	65.0	93.846	4.0	1.6203663850942496e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
MAD0098_000000021250	2108	0.7230543493656871	3	3	2	3	1	False	37973	fragment	False	MAD0098_000000021250	0.9879417102120227		0	0	False	False	0.9947817921638489	0					non-mobilizable	no_good_hit	774.0	85.917	84.0	0.001564078061714171	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0342_000000007411	2186	0.7230520541465582	3	2	2	2	2	False	119274	fragment	False	ISR0342_000000007411	0.9878560431408862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	15.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0389_000000010027	2176	0.7230520541465582	3	2	2	2	2	False	119274	fragment	False	ISR0342_000000007411	0.9857599290638547		0	0	False	False	0.9958639740943909	0					non-mobilizable	no_good_hit	326.0	73.006	15.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
FIJ0065_000000009263	1982	0.7230520541465582	3	2	2	2	2	False	119272	fragment	False	ENG0089_000000009978	0.9632701421800948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.006	16.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
FIJ0087_000000021441	1506	0.7230482051408789	2	2	2	2	2	False	115613	fragment	False	USA0080_01_000000022560	0.4809578142811507		0	0	False	False	0.9980079531669617	0					non-mobilizable	chromosome	1506.0	97.742	100.0	0.0005310726927361606	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0057_01_000000011744	2695	0.7230456281230734	3	3	2	3	1	False	91536	fragment	False	DEN0085_000000010566	0.9489112227805695		0	0	False	False	1.0	0					non-mobilizable	other	2695.0	99.926	100.0	0.0008113328807858666	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0057_000000008761	3490	0.7230455209365844	4	3	3	3	3	False	46163	maximal	True	FIJ0057_000000008761	1.0		9	4	False	False	0.9991403818130493	0					non-mobilizable	no_good_hit	50.0	88.0	1.0	8.251339158666517e-05	NZ_FNEV01000001.1	firmicutes	Salimicrobium halophilum strain DSM 4771, whole genome shotgun sequence	True	False
SPA0059_000000002223	11890	0.7230378081380675	15	10	9	9	6	True	72923	maximal	True	SPA0059_000000002223	1.0		1	1	False	False	0.9989907741546631	0					non-mobilizable	no_good_hit	3807.0	81.744	32.0	0.18208467490028354	NZ_CYZO01000040.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MAD0089_000000020587	1367	0.7230373646585816	2	2	0	2	2	False	15814	fragment	False	MAD0089_000000020587	1.0		0	0	False	False	1.0	0	IncFIA,IncFII				non-mobilizable	plasmid	1367.0	99.927	100.0	0.018504971687122382	CP059718.1	enterobacteria	Escherichia coli strain BUCT2930 plasmid p2buct2930, complete sequence	False	True
FIJ0108_000000020837	1176	0.7230350486737974	2	2	2	2	1	True	63489	fragment	False	FIJ0108_000000020837	1.0		0	0	False	False	0.9574829936027527	0					non-mobilizable	no_good_hit	118.0	76.271	10.0	2.6286174662868575e-05	NZ_FUEZ01000004.1	high GC Gram+	Mycobacterium numidiamassiliense strain AB215, whole genome shotgun sequence	True	True
ISR0374_000000012846	1272	0.7230338899329528	2	2	2	1	1	False	117885	fragment	False	ISR0122_000000008533	0.13880354322151786		0	0	False	False	0.9960691928863525	0					non-mobilizable	chromosome	1273.0	89.709	100.0	0.0004003009506674782	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0094_000000004064	4163	0.7230298529232698	6	3	2	3	3	False	131384	fragment	False	ENG0094_000000004064	1.0		0	0	False	False	0.9841460585594177	0					non-mobilizable	no_good_hit	57.0	94.73700000000001	1.0	1.7727507580121083e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0035_000000011308	1711	0.7230247268222372	4	3	3	1	1	False	76356	maximal	True	ISR0035_000000011308	1.0		3	1	False	False	0.9994155168533325	0					non-mobilizable	other	964.0	86.82600000000001	95.0	0.00033421345191773206	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0053_000000017376	1907	0.7230238716520968	3	3	0	2	3	False	97706	fragment	False	SPA0053_000000017376	1.0		0	0	False	False	1.0	0	IncFIA,IncFII				non-mobilizable	plasmid	1907.0	100.0	100.0	0.014780464351629264	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
SPA0060_000000006089	2530	0.7230212592739405	3	2	0	2	2	False	97700	fragment	False	SPA0060_000000006089	1.0		0	0	False	False	0.999209463596344	0	IncFIA,IncFIC				non-mobilizable	plasmid	2530.0	98.458	100.0	0.00884506963437581	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
MAD0097_000000017133	2388	0.7230212592739405	2	2	0	2	2	False	97713	fragment	False	MAD0097_000000017133	0.9721142632117217		0	0	False	False	1.0	0	IncFIA				non-mobilizable	other	2389.0	96.777	100.0	0.03610152038282149	LM995587.1	enterobacteria	Escherichia coli genome assembly FHI15, scaffold scaffold-25_contig-16.0_1_66036_[organism:Escherichia	False	True
ISR0348_000000006496	2326	0.7230212592739405	2	2	0	2	2	False	97710	fragment	False	ISR0348_000000006496	1.0		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	2329.0	95.01899999999999	100.0	0.02103750045203052	CP024669.1	enterobacteria	Escherichia coli strain F5176C6 plasmid unnamed2, complete sequence	False	True
ENG0152_000000010897	2196	0.7230212592739405	2	2	0	2	2	False	97721	fragment	False	ENG0152_000000010897	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	2198.0	97.361	100.0	0.028367418215685513	CP056819.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_4, complete sequence	False	True
MAD0105_000000016722	2162	0.7230212592739405	2	2	0	2	2	False	97711	fragment	False	MAD0105_000000016722	0.9762371386575208		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	2163.0	97.82700000000001	100.0	0.029261155815654718	CP059718.1	enterobacteria	Escherichia coli strain BUCT2930 plasmid p2buct2930, complete sequence	False	True
FIJ0012_000000011296	2137	0.7230212592739405	2	2	0	2	2	False	98298	fragment	False	BAN0016_000000000311	0.9049467930689499		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	2137.0	97.333	100.0	0.040326542953248425	CP028193.1	enterobacteria	Escherichia coli strain CFSAN018748 plasmid pGMI14-004_2, complete sequence	False	True
ENG0120_000000001051	15742	0.7230210017831312	22	8	2	8	2	False	59204	maximal	True	ENG0120_000000001051	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	7.680938292249507e-07	LR812509.1	bony fishes	Danio aesculapii genome assembly, chromosome: 24	True	False
ISR0038_000000024772	1415	0.7230207264660262	2	2	2	1	2	False	109639	fragment	False	ISR0305_000000011417	0.47474921232756245		0	0	False	False	0.9971731305122375	0					non-mobilizable	other	1416.0	97.24600000000001	100.0	0.0004278414416593596	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0075_000000000799	12955	0.7230096705415461	16	8	4	7	2	True	84076	maximal	True	MON0075_000000000799	1.0		48	9	False	False	0.9997684359550476	0					non-mobilizable	other	7661.0	96.89299999999999	99.0	0.016299294193748818	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CAN0010_000000005581	2335	0.7230059581397598	4	4	2	2	3	True	123556	backbone	False	ISR0826_000000002301	0.163906396838736	PS902	0	0	True	True	1.0	1	rep_cluster_1702				non-mobilizable	plasmid	2335.0	100.0	100.0	0.07064592287668744	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
CHI0058_000000004687	3851	0.7229972043127432	6	3	3	2	3	False	85931	maximal	True	CHI0058_000000004687	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	99.92299999999999	34.0	0.00339067433542521	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
MON0070_000000019040	1787	0.7229947275189357	3	3	3	2	2	False	10449	maximal	True	MON0070_000000019040	1.0		85	9	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	99.913	65.0	0.08555118985840314	NZ_NFIG01000052.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_52, whole genome shotgun sequence	True	False
ISR0051_000000007906	5221	0.7229889933958653	7	3	2	3	1	False	132357	maximal	False	ISR0117_000000005013	0.9796345908500788		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	135.0	77.03699999999999	3.0	0.0005550439620047178	NZ_SMCQ01000002.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_102, whole genome shotgun sequence	True	True
USA0026_01_000000014753	2197	0.722988361793029	3	3	3	2	1	True	122967	maximal	True	USA0026_01_000000014753	1.0		116	12	False	False	0.9986345171928406	0					non-mobilizable	chromosome	1197.0	98.914	100.0	0.00026166080664600947	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
ISR0254_000000000969	6623	0.7229864985513865	7	7	7	6	2	True	91152	maximal	True	ISR0254_000000000969	1.0		1	1	False	False	0.9998490214347839	0					non-mobilizable	no_good_hit	3450.0	98.609	52.0	0.009312510462736458	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
ISR0042_000000000457	26359	0.7229863927767303	28	12	9	10	9	True	77178	maximal	True	ISR0042_000000000457	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	0.0	1.1356203826553996e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0034_000000011462	3154	0.7229822223437108	4	4	4	4	4	True	93667	fragment	False	SPA0034_000000011462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	78.676	4.0	0.00018699174604581712	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	True
MAD0047_000000008004	4632	0.7229821634537946	5	4	2	4	2	False	17693	maximal	True	MAD0047_000000008004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	83.721	6.0	0.00011266869616452961	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0054_000000011340	3569	0.7229777976054145	5	5	5	5	3	False	96635	fragment	False	ISR0207_000000007572	0.7989018449432241		0	0	False	False	1.0	0					non-mobilizable	chromosome	3569.0	99.215	100.0	0.0010342973343942998	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0015_000000009975	3671	0.7229624310587157	5	3	2	2	3	False	122499	fragment	False	MON0015_000000009975	0.9979320287581062		0	0	False	False	0.9997276067733765	0					non-mobilizable	plasmid	3671.0	99.946	100.0	0.45709303773819904	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0007_000000006934	3460	0.7229624310587157	4	3	2	2	3	False	122499	fragment	False	MON0015_000000009975	0.9716578144509692		0	0	False	False	0.9988439083099365	0					non-mobilizable	plasmid	3460.0	100.0	100.0	0.4308133017810437	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0812_000000013975	2833	0.7229624310587157	3	3	2	2	3	False	122498	fragment	False	ISR0812_000000013975	0.9996387667678789		0	0	False	False	0.9989410638809204	0					non-mobilizable	plasmid	2833.0	99.965	100.0	0.3527213849794495	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CAN0004_000000009696	2783	0.7229624310587157	4	3	2	2	3	False	122498	fragment	False	ISR0812_000000013975	0.9926712727862523		0	0	False	False	1.0	0					non-mobilizable	plasmid	2783.0	100.0	100.0	0.3464939593971852	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
USA0019_01_000000014042	2146	0.7229624310587157	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7577535493064014		0	0	False	False	1.0	0					non-mobilizable	plasmid	2146.0	99.95299999999999	100.0	0.26715655747913813	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0126_000000023031	2137	0.7229624310587157	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.722206254915931		0	0	False	False	0.99859619140625	0					non-mobilizable	plasmid	2137.0	100.0	100.0	0.2660356208743305	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CAN0005_000000008051	2127	0.7229624310587157	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7216600272720144		0	0	False	False	0.9990597367286682	0					non-mobilizable	plasmid	2127.0	100.0	100.0	0.2647901357578777	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
FIJ0067_000000014455	2115	0.7229624310587157	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7203060392375703		0	0	False	False	1.0	0					non-mobilizable	plasmid	2115.0	99.811	100.0	0.2632955536181343	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
AST0104_000000016327	2093	0.7229624310587157	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7359516099419621		0	0	False	False	1.0	0					non-mobilizable	plasmid	2093.0	100.0	100.0	0.260555486361938	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0106_000000019983	2088	0.7229624310587157	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7345525695103394		0	0	False	False	1.0	0					non-mobilizable	plasmid	2088.0	99.85600000000001	100.0	0.25993274380371156	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0146_000000011287	2048	0.7229624310587157	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.6950184321934054		0	0	False	False	0.99267578125	0					non-mobilizable	plasmid	2048.0	99.854	100.0	0.2549508033379001	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0107_000000013013	2033	0.7229624310587157	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.6251399829805533		0	0	False	False	0.9877029061317444	0					non-mobilizable	plasmid	1951.0	100.0	96.0	0.24286959770830738	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0185_000000016356	2002	0.7229624310587157	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.6544717065516645		0	0	False	False	1.0	0					non-mobilizable	plasmid	2002.0	99.95	100.0	0.24922157180221696	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0207_000000015558	1914	0.7229624310587157	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.5130117096803399		0	0	False	False	0.9973876476287842	0					non-mobilizable	plasmid	1914.0	100.0	100.0	0.23826130277743182	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
FIJ0114_000000000687	26159	0.7229571327573128	39	19	10	16	5	True	99759	maximal	True	FIJ0114_000000000687	1.0		1	1	False	False	0.9999235272407532	0					non-mobilizable	no_good_hit	296.0	87.5	1.0	0.03603824466781074	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
ISR0398_000000000556	26500	0.7229516830371512	28	21	7	15	16	False	111580	maximal	True	ISR0398_000000000556	1.0		1	1	False	False	0.9998868107795715	0					non-mobilizable	no_good_hit	14550.0	99.677	86.0	0.0026555986605371357	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
ISR0015_000000019467	1376	0.7229466222345895	2	2	2	2	2	False	37957	fragment	False	ISR0015_000000019467	1.0		0	0	False	False	0.9934592843055725	0					non-mobilizable	no_good_hit	286.0	75.524	21.0	0.0007379323292586257	NZ_DS562853.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_10, whole genome shotgun sequence	True	False
USA0036_01_000000006967	5591	0.7229369687879453	6	5	3	4	5	False	90623	fragment	False	USA0036_01_000000006967	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5591.0	99.48100000000001	100.0	0.0024551442078800025	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0032_000000004832	5129	0.7229301165039136	5	4	2	4	2	False	7250	maximal	True	SPA0032_000000004832	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	0.0005325416968817985	NZ_AXWV01000016.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	False
ISR0020_000000007436	2911	0.7229298081159272	5	4	4	3	2	False	132111	maximal	False	AST0002_000000010248	0.6350720949957592		0	0	False	False	1.0	0					non-mobilizable	chromosome	2009.0	76.058	99.0	0.0006247216411204266	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0008_000000006980	4109	0.7229228283087457	4	4	4	4	3	False	76022	maximal	False	ISR0032_000000007731	0.9981343628473895		0	0	False	False	1.0	0					non-mobilizable	chromosome	1725.0	96.986	100.0	0.0003832331704555267	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0323_000000001536	8914	0.7229207930801073	8	4	4	4	3	True	25003	maximal	True	ISR0323_000000001536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	96.795	14.0	0.010913757976646713	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	True	True
ENG0210_000000008858	2658	0.7229138970024683	3	3	2	3	2	True	72268	maximal	True	ENG0210_000000008858	1.0		20	4	False	False	0.9853273034095764	0					non-mobilizable	no_good_hit	1480.0	71.014	55.0	0.0004689448546723725	CP003870.1	firmicutes	Dehalobacter sp. CF, complete genome	True	True
ENG0066_000000009653	2060	0.7229138970024683	3	3	2	3	2	True	72267	fragment	False	ENG0066_000000009653	1.0		0	0	False	False	0.9995145797729492	0					non-mobilizable	no_good_hit	851.0	72.738	40.0	0.00027037096448696786	CP003870.1	firmicutes	Dehalobacter sp. CF, complete genome	True	True
ISR0214_000000003799	6600	0.7229133764031764	10	5	4	5	3	True	36817	fragment	False	ISR0391_000000001494	0.9542067601380693		0	0	False	False	0.9940909147262573	0					non-mobilizable	no_good_hit	974.0	76.899	15.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
SPA0114_000000008090	5153	0.7229118085726767	4	4	4	4	1	True	130417	backbone	False	ISR0357_000000002507	0.030482969443485157	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	49.0	97.959	1.0	1.493271876899644e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0132_000000005564	5951	0.7229054953072881	3	3	3	3	3	False	83127	fragment	False	CHI0132_000000005564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2614.0	95.21799999999999	46.0	0.008304480667919334	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
SPA0120_000000020385	2013	0.7229047151560469	2	2	2	2	2	False	21609	fragment	False	SPA0120_000000020385	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	75.422	26.0	0.0003913400239853563	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
MON0002_000000011223	2256	0.7228969632644454	2	2	1	1	2	False	113843	maximal	False	ISR0091_000000011009	0.2703510401420663		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1369.0	90.066	89.0	0.0004249602883010237	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0216_000000008108	2260	0.7228902620049723	3	3	3	3	2	True	28132	maximal	True	ISR0216_000000008108	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	78.22800000000001	57.0	0.000344644870739544	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0225_000000015161	1441	0.7228902321310431	1	1	1	1	1	False	27672	maximal	True	ISR0225_000000015161	1.0		59	7	False	False	1.0	0					non-mobilizable	other	1441.0	88.897	99.0	0.004572177125760307	NZ_SPHG01000004.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_4_length_314511_cov_62.3502, whole genome shotgun sequence	False	False
MON0057_000000010993	2320	0.7228866126659433	2	2	1	2	0	False	53004	fragment	False	MON0057_000000010993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	100.0	4.0	0.0008130001665181064	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	False
DEN0021_000000012176	2816	0.7228796429617828	3	1	1	1	1	False	121257	maximal	True	DEN0021_000000012176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	81.298	21.0	7.270467835030847e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0074_000000015530	1997	0.7228796429617828	3	1	1	1	1	False	99201	fragment	False	FIJ0074_000000015530	0.9989064981155179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0033_01_000000006935	1527	0.7228756232359976	2	1	1	1	1	False	75309	fragment	False	USA0033_01_000000006935	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	99.804	100.0	0.002737047898338221	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0013_000000044354	1284	0.7228728512023	2	2	2	2	1	False	13484	maximal	True	MON0013_000000044354	1.0		1	1	False	False	0.9883177280426025	0					non-mobilizable	no_good_hit	366.0	87.978	28.0	0.00014093562619678807	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ISR0334_000000007472	2705	0.7228675636024621	3	3	3	3	2	False	79990	maximal	True	ISR0334_000000007472	1.0		14	4	False	False	0.9944547414779663	0					non-mobilizable	no_good_hit	2197.0	96.404	87.0	0.0009786347041805508	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0049_000000010617	1737	0.7228675435367505	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.5062934502187095		0	0	False	False	1.0	0					non-mobilizable	chromosome	1739.0	92.23700000000001	100.0	0.0006125861758072923	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0099_000000012285	1801	0.7228638631698822	2	2	2	2	2	False	78096	fragment	False	FIJ0099_000000012285	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1802.0	94.78399999999999	100.0	0.031312481527200654	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
MON0063_000000013281	2185	0.7228604422864979	3	3	3	1	1	False	10746	maximal	True	MON0063_000000013281	1.0		3	1	False	False	0.9986270070075989	0					non-mobilizable	no_good_hit	911.0	93.194	42.0	0.014989293361884369	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0210_000000013135	1452	0.7228586587600568	2	2	2	2	2	False	28426	fragment	False	ISR0210_000000013135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.554	33.0	0.0036831710348719277	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	True	False
MON0010_000000006999	3335	0.7228582156628798	5	3	1	3	2	False	66319	maximal	True	MON0010_000000006999	1.0		5	3	False	False	1.0	0					non-mobilizable	other	3263.0	92.553	98.0	0.0025608224805482786	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	False
ISR0295_000000023301	1535	0.7228570376032997	3	3	3	3	2	False	57556	fragment	False	MON0087_000000031086	0.9542960720355957		0	0	False	False	0.9967426657676697	0					non-mobilizable	other	1536.0	97.135	100.0	0.010996647276270166	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0045_000000017529	1139	0.7228566168327115	1	1	1	1	1	False	11549	fragment	False	MON0045_000000017529	1.0		0	0	False	False	0.9683933258056641	0					non-mobilizable	chromosome	1139.0	99.824	100.0	0.0003168041201238821	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0144_000000005057	6178	0.7228537851147356	5	3	2	3	2	False	40119	fragment	False	FIJ0144_000000005057	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	92.30799999999999	1.0	1.7647076665242953e-05	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
MON0077_000000006819	5052	0.7228522752093334	8	4	2	3	3	False	10245	maximal	True	MON0077_000000006819	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4786.0	76.84899999999999	93.0	0.0020181975788474754	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
FIJ0004_000000009054	2934	0.7228498378140874	3	3	3	2	2	False	52065	maximal	True	FIJ0004_000000009054	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00014266598449368334	NZ_UGQE01000002.1	g-proteobacteria	Moraxella caviae strain NCTC10293, whole genome shotgun sequence	True	False
SPA0109_000000001544	12223	0.7228496996674209	14	8	6	8	4	True	125259	maximal	True	SPA0109_000000001544	1.0		9	5	False	False	0.9998363852500916	0					non-mobilizable	no_good_hit	1418.0	79.972	13.0	0.0003962550803554717	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CHI0167_000000013831	1578	0.7228486481363366	3	3	2	3	1	False	82389	fragment	False	CHI0112_000000011294	0.641293226928586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	4.2466724747419505e-05	NC_006908.1	mycoplasmas	Mycoplasma mobile 163K complete genome	True	False
AST0016_000000009300	2828	0.722847604443053	5	4	4	3	3	False	123450	maximal	False	ISR0188_000000007083	0.9578724788549122		0	0	False	False	0.9929278492927551	0					non-mobilizable	no_good_hit	1829.0	84.964	64.0	0.012452915628923698	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	True	False
DEN0017_000000007927	3855	0.7228458419210403	5	5	5	3	3	False	75244	maximal	True	DEN0017_000000007927	1.0		1	1	False	False	0.9953307509422302	0					non-mobilizable	chromosome	3468.0	99.56700000000001	90.0	0.0006492799754824688	CP058318.1	enterobacteria	Citrobacter freundii strain M92 chromosome, complete genome	False	False
ETH0001_000000029846	1239	0.7228392335785819	2	2	2	2	1	True	53427	maximal	False	MAD0074_000000003923	0.9541666666666666		0	0	False	False	0.9975786805152893	0					non-mobilizable	no_good_hit	70.0	84.286	6.0	2.1511732311744283e-05	NC_015942.1	proteobacteria	Acidithiobacillus ferrivorans SS3, complete sequence	True	True
ENG0197_000000004101	2447	0.7228390269848641	3	2	2	2	2	False	100118	maximal	True	ENG0197_000000004101	1.0		471	12	False	False	0.9955046772956848	0					non-mobilizable	other	2428.0	99.21700000000001	99.0	0.08921810094474875	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
CHI0141_000000004281	6430	0.7228382619120534	5	5	4	5	2	False	100735	maximal	True	CHI0141_000000004281	1.0		23	8	False	False	0.9922239780426025	0					non-mobilizable	no_good_hit	2081.0	84.959	44.0	0.00033087993172551734	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
AST0153_000000008666	3557	0.7228351340162177	5	4	4	4	3	True	103490	fragment	False	ISR0099_000000005855	0.9793903681347296		0	0	False	False	0.9960641264915466	0					non-mobilizable	chromosome	3557.0	99.916	100.0	0.0016082987491813777	LR134344.1	high GC Gram+	Bifidobacterium bifidum strain NCTC13001 genome assembly, chromosome: 1	False	True
MAD0097_000000020938	1963	0.7228345819091533	2	2	2	2	2	False	50469	fragment	False	MAD0097_000000020938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	90.963	32.0	0.0005792111099075885	CP030095.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 2, complete sequence	True	False
MON0058_000000027512	1851	0.7228331295259829	2	2	1	2	1	False	110704	fragment	False	MON0061_000000024563	0.9552390421160236		0	0	False	False	0.9989194869995117	0					non-mobilizable	no_good_hit	1213.0	76.34	65.0	0.0028332290547639564	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
MON0061_000000024563	1840	0.7228331295259829	2	2	1	2	1	False	110704	fragment	False	MON0061_000000024563	0.9555462133957464		0	0	False	False	0.9934782385826111	0					non-mobilizable	no_good_hit	1205.0	76.34899999999999	65.0	0.00280725778842862	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
MAD0100_000000019987	1794	0.7228331295259829	2	2	1	2	1	False	110704	fragment	False	MON0061_000000024563	0.9303351736088586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1103.0	79.873	61.0	0.0024105077021879316	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0002_000000015740	2336	0.7228325800799593	2	2	2	2	2	False	131896	fragment	False	ISR0338_000000010622	0.7279261097615979		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	98.00299999999999	99.0	0.00027778112970761786	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
SPA0038_000000012386	2238	0.7228325800799593	2	2	2	2	2	False	131896	fragment	False	ISR0338_000000010622	0.7062974143981844		0	0	False	False	0.9986594915390015	0					non-mobilizable	other	1115.0	99.103	99.0	0.0002688515886136284	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0014_000000006234	5654	0.722825894920029	5	4	2	3	3	True	99493	maximal	True	ISR0014_000000006234	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1506.0	93.02799999999999	31.0	0.008651376041102676	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0016_000000021708	1684	0.722822164082054	1	1	1	1	1	False	13343	maximal	True	MON0016_000000021708	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	1396.0	75.788	82.0	0.0017966925234155905	NZ_QJKD01000001.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_101, whole genome shotgun sequence	True	False
MON0076_000000029060	1651	0.7228215743185341	2	2	2	2	2	False	33209	maximal	True	MON0076_000000029060	0.9933008224638941		22	7	False	False	0.9563900828361511	0					non-mobilizable	no_good_hit	669.0	80.12	41.0	0.0027084118894416536	NZ_FNBY01000004.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MON0086_000000000801	20111	0.7228202586638732	24	16	11	12	12	False	115966	maximal	True	MON0086_000000000801	1.0		1	1	False	False	0.9993535876274109	0					non-mobilizable	no_good_hit	1467.0	96.046	7.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
FIJ0017_000000019921	1474	0.7228192196472981	2	2	2	2	2	False	50108	fragment	False	FIJ0017_000000019921	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	787.0	99.111	99.0	0.0003170707503443001	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
SPA0142_000000008534	3385	0.7228165014653417	6	2	2	1	2	False	3437	maximal	True	SPA0142_000000008534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	96.416	25.0	0.01390991830418795	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
ISR0382_000000011639	1274	0.7228116473861487	2	2	2	2	1	False	92707	fragment	False	SPA0016_000000023174	0.638572904469695		0	0	False	False	0.9945054650306702	0					non-mobilizable	no_good_hit	218.0	91.743	50.0	4.067517016250296e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0054_000000018941	1462	0.7228108259235337	2	2	2	2	1	False	63724	maximal	True	ENG0054_000000018941	1.0		0	0	False	False	0.9274965524673462	0					non-mobilizable	no_good_hit	51.0	94.118	3.0	0.00044255620463798905	NZ_PYLP01000006.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_5, whole genome shotgun sequence	True	False
ISR0030_000000010093	2108	0.7228065405931011	2	2	2	2	1	True	112595	fragment	False	ISR0030_000000010093	0.9642492339121552		0	0	False	False	1.0	0					non-mobilizable	other	2129.0	89.103	99.0	0.019699316459687817	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
ISR0288_000000002465	9408	0.7228014608146278	16	8	3	6	4	False	71022	maximal	True	ISR0288_000000002465	0.9922742802379833	PS304	26	5	False	True	1.0	0					non-mobilizable	no_good_hit	1358.0	77.835	14.0	0.0006065716130794145	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
ISR0120_000000002422	9011	0.7228014608146278	14	8	3	6	4	False	71022	maximal	False	ISR0288_000000002465	0.9644213063492062	PS304	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1358.0	77.90899999999999	15.0	0.0006065716130794145	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
DEN0066_000000002919	8922	0.7228014608146278	14	8	3	6	4	False	71022	maximal	False	ISR0288_000000002465	0.9754803585181606	PS304	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1358.0	77.76100000000001	15.0	0.0006065716130794145	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
ISR0114_000000002581	8922	0.7228014608146278	14	8	3	6	4	False	71022	maximal	False	ISR0288_000000002465	0.9755557052134035	PS304	0	0	False	True	0.9994395971298218	0					non-mobilizable	no_good_hit	1358.0	77.835	15.0	0.0006065716130794145	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
ISR0066_000000003745	8496	0.7228014608146278	13	8	3	6	4	False	71022	maximal	False	ISR0288_000000002465	0.7915888020725212	PS304	0	0	False	True	0.999764621257782	0					non-mobilizable	no_good_hit	1358.0	77.835	16.0	0.0006065716130794145	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
AST0024_000000030825	1186	0.7227765749151028	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.022157359444944673		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	94.772	100.0	0.011445404935529048	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
USA0062_01_000000009124	2356	0.7227761809706819	3	3	3	3	2	False	125452	fragment	False	USA0062_01_000000009124	0.9776500638569605		0	0	False	False	0.9987266659736633	0					non-mobilizable	chromosome	1803.0	88.51899999999999	92.0	0.0005016622806171285	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0026_000000014223	2036	0.7227707923852202	3	3	3	3	2	False	74172	maximal	True	DEN0026_000000014223	1.0		157	12	False	False	0.9985265135765076	0					non-mobilizable	chromosome	2041.0	82.215	99.0	0.0006517276423091787	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0223_000000015386	1968	0.7227698604780375	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.31005978800925793		0	0	False	False	0.9994918704032898	0					non-mobilizable	chromosome	1971.0	92.13600000000001	100.0	0.0006607343070553162	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0001_000000016133	2620	0.7227603487787276	2	2	2	2	2	True	76922	fragment	False	DEN0001_000000016133	1.0		0	0	False	False	0.993511438369751	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000031890	1554	0.722759337133707	2	2	2	2	1	False	31956	maximal	True	ISR0126_000000031890	1.0		10	4	False	False	0.9806950092315674	0					non-mobilizable	no_good_hit	125.0	80.8	11.0	4.843949391052034e-05	NZ_FXBJ01000002.1	firmicutes	Carnobacterium iners strain LMG26642, whole genome shotgun sequence	True	False
ISR0775_000000009444	2090	0.7227493052887081	3	3	3	2	2	False	22447	fragment	False	ISR0775_000000009444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	93.671	83.0	0.0010395353079376104	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	True	False
MAD0005_000000002649	7136	0.7227474264735473	11	9	3	4	8	False	98729	fragment	False	MAD0005_000000002649	1.0		0	0	False	False	0.9998598694801331	0		MOBP			mobilizable	plasmid	7136.0	99.846	100.0	0.15488982958862477	LR882056.1	enterobacteria	Escherichia coli isolate 2015-01-466 genome assembly, plasmid: 5	False	True
MON0046_000000012020	2645	0.7227467291340196	4	3	3	3	3	False	102064	maximal	True	MON0046_000000012020	1.0		7	4	False	False	0.9860113263130188	0					non-mobilizable	no_good_hit	2124.0	93.691	80.0	0.005879826171362903	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ENG0188_000000006916	3837	0.7227444230800152	4	3	3	3	2	False	115904	maximal	False	USA0130_01_000000009222	0.4718890554722639		0	0	False	False	0.997133195400238	0					non-mobilizable	no_good_hit	1371.0	84.391	60.0	0.00046884719454245413	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AUS0022_000000010270	3449	0.7227444230800152	3	3	3	3	2	False	115900	fragment	False	FIJ0126_000000010686	0.8127531883536968		0	0	False	False	0.9994201064109802	0					non-mobilizable	no_good_hit	1333.0	84.846	65.0	0.00045548093680330525	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0105_000000017041	3156	0.7227444230800152	3	3	3	3	2	False	115900	fragment	False	FIJ0126_000000010686	0.7989269993568997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	84.01299999999999	62.0	0.00041058401978206143	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0028_000000004204	4120	0.7227372042930367	5	2	2	1	1	False	118887	maximal	True	AST0028_000000004204	1.0		1	1	True	True	0.9968446493148804	12					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.013663967611336033	XM_014514813.1	butterflies	PREDICTED: Papilio machaon protein claret segregational (LOC106720221), mRNA	True	True
MAD0101_000000019602	1471	0.7227336044835281	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2574534241127641		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	97.553	100.0	0.000457314512300516	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0024_000000007514	5317	0.7227291163476096	8	8	6	8	5	False	34846	maximal	True	MON0024_000000007514	1.0		27	5	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	83.575	33.0	0.00018581751575533765	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0047_000000004233	6617	0.7227290546445615	2	2	1	2	1	False	93188	maximal	True	FIJ0047_000000004233	1.0		27	8	False	False	0.994106113910675	0					non-mobilizable	no_good_hit	378.0	98.148	6.0	0.0015073970411835266	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	True	False
ISR0076_000000015829	1642	0.7227267588945117	1	1	1	1	1	False	34562	maximal	True	ISR0076_000000015829	1.0		14	5	False	False	0.9939098954200745	0					non-mobilizable	no_good_hit	1454.0	84.45700000000001	88.0	0.11168451051374875	NZ_CBYM010000053.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
SPA0032_000000003757	6302	0.7227254060554671	8	7	6	5	6	True	24269	maximal	True	SPA0032_000000003757	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	1769.0	80.667	28.0	0.0006035379456061855	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
DEN0028_000000012053	2410	0.7227184984092163	3	3	3	2	2	False	75567	fragment	False	DEN0028_000000012053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	78.065	6.0	0.00142817959121906	NZ_VUKF01000011.1	high GC Gram+	Georgenia thermotolerans strain NBRC 104148 Scaffold11_1, whole genome shotgun sequence	True	False
ISR0388_000000025878	1364	0.7227146951774185	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.08855885529688308		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	91.288	100.0	0.007952158317583105	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	True
ENG0185_000000014456	1322	0.7227146951774185	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.08268623764377057		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	92.215	100.0	0.0004643798429506893	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0370_000000021373	1264	0.7227146951774185	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.1558973903186484		0	0	False	False	1.0	0					non-mobilizable	chromosome	1264.0	99.921	100.0	0.00044567761523307034	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0100_000000039422	1163	0.7227146951774185	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.028595843427281314		0	0	False	False	0.9957007765769958	0					non-mobilizable	other	1164.0	93.986	100.0	0.0040999513086677625	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	True
ISR0217_000000020127	1111	0.7227146951774185	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.01799157957207539		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	93.62700000000001	100.0	0.0028456795662261418	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0012_000000020678	1099	0.7227146951774185	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.010952321609400325		0	0	False	False	1.0	0					non-mobilizable	chromosome	1098.0	96.721	100.0	0.0002594015933926134	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
MON0004_000000005304	5675	0.7227143289781023	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.9087626628293095	PS1033	0	0	False	True	0.9936563968658447	0					non-mobilizable	no_good_hit	2656.0	84.3	63.0	0.4309410412218755	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0083_000000005859	1806	0.7227138448045279	2	2	1	1	2	False	97225	fragment	False	CHI0186_000000009729	0.8875123588667019		0	0	False	False	1.0	0					non-mobilizable	other	1806.0	99.723	100.0	0.0007354226398535511	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
SPA0124_000000023385	1264	0.7227132595498894	3	1	1	1	1	False	4035	maximal	True	SPA0124_000000023385	1.0		97	9	False	False	0.9992088675498962	0					non-mobilizable	no_good_hit	90.0	81.111	7.0	0.00018514512048994807	NZ_FNJR01000003.1	high GC Gram+	Actinopolyspora xinjiangensis strain DSM 46732, whole genome shotgun sequence	True	False
DEN0079_000000016373	3171	0.7227093064087381	3	2	1	2	0	True	95575	fragment	False	DEN0079_000000016373	0.953035143769968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2154.0	78.459	69.0	0.004432948517157811	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0067_000000010147	2811	0.7227093064087381	3	2	1	2	0	True	35083	maximal	True	ISR0067_000000010147	1.0		1	1	False	False	0.9871931672096252	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	1.947378585002264e-06	LR862134.1	monocots	Ananas comosus var. bracteatus genome assembly, chromosome: 6	True	True
ENG0040_000000008256	2726	0.7227093064087381	2	2	1	2	0	True	64862	fragment	False	ENG0040_000000008256	1.0		0	0	False	False	0.9996331334114075	0					non-mobilizable	no_good_hit								True	True
ISR0308_000000006182	2636	0.7227093064087381	3	2	1	2	0	True	25422	maximal	True	ISR0308_000000006182	1.0		1	1	False	False	0.9927921295166016	0					non-mobilizable	no_good_hit								True	True
SPA0107_000000015732	2068	0.7227093064087381	2	2	1	2	0	True	18456	fragment	False	SPA0107_000000015732	1.0		0	0	False	False	0.9990328550338745	0					non-mobilizable	no_good_hit	1041.0	87.992	87.0	0.0021704719626461358	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0013_01_000000005201	2028	0.7227093064087381	2	2	1	2	0	True	95568	fragment	False	ISR0246_000000011195	0.708740150372746		0	0	False	False	0.9995068907737732	0					non-mobilizable	other	2046.0	78.104	99.0	0.0042154831182029	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0058_000000010399	2008	0.7227093064087381	2	2	1	2	0	True	85884	fragment	False	CHI0058_000000010399	1.0		0	0	False	False	0.9925298690795898	0					non-mobilizable	no_good_hit	1128.0	92.819	55.0	0.004667671713992246	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
ISR0246_000000011195	1970	0.7227093064087381	2	2	1	2	0	True	95568	fragment	False	ISR0246_000000011195	0.914571619643721		0	0	False	False	0.9984771609306335	0					non-mobilizable	other	1992.0	77.309	100.0	0.004100477378370975	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0026_000000014187	1606	0.7227093064087381	2	2	1	2	0	True	37287	fragment	False	ISR0026_000000014187	1.0		0	0	False	False	0.9981319904327393	0					non-mobilizable	no_good_hit								True	True
ISR0320_000000016784	1555	0.7227093064087381	2	2	1	2	0	True	114333	fragment	False	ISR0393_000000010525	0.452641543005587		0	0	False	False	0.9794211983680725	0					non-mobilizable	no_good_hit								True	True
ISR0151_000000013702	1533	0.7227093064087381	2	2	1	2	0	True	114333	fragment	False	ISR0393_000000010525	0.3065134099616858		0	0	False	False	0.9941291809082031	0					non-mobilizable	no_good_hit								True	True
FIJ0093_000000012522	1515	0.7227093064087381	2	2	1	2	0	True	43237	fragment	False	FIJ0093_000000012522	0.9735772357723578		0	0	False	False	0.9993399381637573	0					non-mobilizable	other	1534.0	75.033	100.0	0.0031386111906857896	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0084_000000018562	1476	0.7227093064087381	2	2	1	2	0	True	43237	fragment	False	FIJ0093_000000012522	0.9613861386138614		0	0	False	False	0.9966124892234802	0					non-mobilizable	other	1499.0	75.183	100.0	0.003057061666077698	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0075_01_000000004886	5119	0.7227084722363668	6	4	1	3	3	False	111212	maximal	True	USA0075_01_000000004886	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	5119.0	99.62899999999999	100.0	0.0007222475972599476	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0288_000000023775	1228	0.7227048582627096	2	2	2	2	1	True	25954	maximal	True	ISR0288_000000023775	1.0		11	5	False	False	0.9983713626861572	0					non-mobilizable	no_good_hit	412.0	72.816	33.0	0.00025625570026919473	NZ_CZRP01000013.1	firmicutes	Gracilibacillus massiliensis strain Awa-1, whole genome shotgun sequence	True	True
ENG0067_000000008462	3390	0.7227045085494255	4	4	4	4	4	False	62684	maximal	True	ENG0067_000000008462	1.0	PS56	20	9	False	True	0.9970501661300659	0					non-mobilizable	no_good_hit	725.0	75.586	45.0	0.003585147247119078	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	True
CHI0186_000000009043	2132	0.7226975953396139	2	2	2	2	1	False	78865	fragment	False	CHI0186_000000009043	0.9878990731204944		0	0	False	False	0.991557240486145	0					non-mobilizable	no_good_hit	817.0	70.869	36.0	0.0002804708368761073	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0151_000000002295	7219	0.7226959640169396	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.45267195236822966		0	0	False	False	1.0	0					non-mobilizable	chromosome	6176.0	97.134	93.0	0.0017544308766181127	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0384_000000012702	1512	0.7226955838424831	4	4	3	2	3	False	103337	fragment	False	FIJ0169_000000013717	0.9119032978921217		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	97.421	100.0	0.00046046201722005966	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
DEN0011_000000010077	4012	0.7226945127339302	9	6	2	4	3	False	104511	fragment	False	DEN0011_000000010077	1.0		0	0	False	False	0.9957627058029175	0					non-mobilizable	other	3993.0	98.92299999999999	99.0	0.030881966046086944	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0145_000000006738	4879	0.7226919106257818	7	6	5	5	6	False	77895	fragment	False	ENG0145_000000006738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	76.51100000000001	16.0	0.002608327529463176	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
USA0031_01_000000014604	1912	0.7226865427185691	2	2	2	2	2	False	1532	maximal	True	USA0031_01_000000014604	1.0		28	4	False	False	1.0	0					non-mobilizable	chromosome	1157.0	99.13600000000001	91.0	0.00047606928208258074	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0031_000000006895	4003	0.7226860644678609	7	5	2	5	4	False	64368	fragment	False	SPA0031_000000006895	1.0		0	0	False	False	0.9972520470619202	0					non-mobilizable	other	4003.0	100.0	100.0	0.0017576900035663275	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0005_000000005701	2486	0.7226845162240207	4	4	4	3	3	False	74175	fragment	False	FIJ0153_000000010755	0.9077875292093864		0	0	False	False	1.0	0					non-mobilizable	other	2319.0	93.74700000000001	93.0	0.06709894054304406	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
ENG0017_000000004104	5357	0.7226831101285818	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8338878730493882	PS1159|PS463	0	0	True	True	1.0	61		MOBV			mobilizable	other	3118.0	96.344	100.0	0.0010582952511251395	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
TAN0006_000000001781	4930	0.7226796852164727	6	6	6	5	3	False	109338	fragment	False	TAN0006_000000001781	1.0		0	0	False	False	0.9997971653938293	0					non-mobilizable	no_good_hit	3060.0	76.863	61.0	0.01014259053380474	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
AST0025_000000014209	2518	0.7226748647803287	3	2	2	2	2	False	120408	maximal	True	AST0025_000000014209	1.0		7	4	False	False	0.9992057085037231	0					non-mobilizable	no_good_hit	924.0	76.29899999999999	36.0	0.011014835078754866	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
SPA0027_000000033670	1117	0.7226739053839663	2	2	2	2	2	False	35466	fragment	False	ISR0843_000000013449	0.9770998174739965		0	0	False	False	0.9991047382354736	0					non-mobilizable	no_good_hit	306.0	83.66	27.0	0.0005991954224623384	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
SPA0127_000000004688	6118	0.7226671133152077	9	6	3	4	5	False	55842	maximal	True	SPA0127_000000004688	1.0		138	11	False	False	1.0	0					non-mobilizable	no_good_hit	2338.0	78.186	38.0	0.05037996059667886	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	False
MON0105_000000031486	1730	0.7226623475745595	3	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.5443424537360714		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	79.954	99.0	0.0003843506039406481	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
CHI0141_000000020228	1368	0.7226606206224646	2	1	1	1	1	False	80069	maximal	True	CHI0141_000000020228	1.0		6	5	False	False	0.9992690086364746	0					non-mobilizable	other	1358.0	99.116	99.0	0.07621454647570908	NZ_JAAISM010000093.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_93_length_17805_cov_212.395, whole genome shotgun sequence	False	False
ISR0380_000000002150	5445	0.7226522583180919	8	7	6	7	6	False	121731	fragment	False	ISR0380_000000002150	0.9672877461549391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	81.729	38.0	0.0003047768653880093	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0258_000000026449	1141	0.7226471429941895	2	2	2	2	2	False	26761	maximal	False	MAD0101_000000024662	0.91928632115548		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	89.851	100.0	0.0003414449194881259	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0053_000000005851	3386	0.7226406212460752	3	3	3	3	2	False	75971	fragment	False	FIJ0053_000000005851	1.0		0	0	False	False	0.9982280135154724	0					non-mobilizable	no_good_hit	800.0	72.625	23.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
AST0087_000000018472	2002	0.7226398314845128	2	2	2	2	2	False	113069	fragment	False	AST0087_000000018472	1.0		0	0	False	False	0.9995005130767822	0					non-mobilizable	other	2002.0	100.0	100.0	0.013364055299539171	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
AST0087_000000011353	3145	0.7226321602388956	1	1	1	1	1	False	110999	maximal	False	ISR0047_000000008751	0.9732441471571907		0	0	False	False	0.9977742433547974	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	2.0	1.1816065668239415e-05	NZ_CP019288.1	CFB group bacteria	Kordia antarctica strain IMCC3317 chromosome, complete genome	True	False
CHI0058_000000011609	1816	0.7226245571024857	2	1	1	1	1	False	85875	maximal	True	CHI0058_000000011609	1.0		1	1	False	False	0.9697136282920837	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	0.00105539601894804	NZ_BJXX01000078.1	firmicutes	Aneurinibacillus danicus strain NBRC 102444 sequence078, whole genome shotgun sequence	True	False
ENG0120_000000009116	2365	0.722620567824039	4	3	3	2	1	False	111386	backbone	False	MON0071_000000005258	0.9570126217760229	PS708	0	0	True	True	1.0	22					non-mobilizable	chromosome	1887.0	98.463	100.0	0.0002663980650968956	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ENG0062_000000010980	2285	0.7226193962580161	3	3	3	3	2	False	128197	maximal	True	ENG0062_000000010980	1.0		8	4	False	False	0.9706783294677734	0					non-mobilizable	no_good_hit	1864.0	95.064	82.0	0.0005284910130928102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0144_000000004134	4741	0.7226071543637083	7	5	3	4	4	False	124417	fragment	False	ENG0144_000000004134	1.0		0	0	False	False	0.9985235333442688	0					non-mobilizable	other	4204.0	98.66799999999999	90.0	0.0012571517149602251	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0018_000000001720	11717	0.7225998972934653	9	7	3	7	6	False	117866	fragment	False	ISR0018_000000001720	0.9913825055596739		0	0	False	True	1.0	0					non-mobilizable	other	10960.0	99.37	94.0	0.003155491531367901	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
ISR0076_000000004598	5346	0.7225929349232716	6	3	1	2	3	False	34593	maximal	True	ISR0076_000000004598	1.0		1	1	False	False	0.9994388222694397	0					non-mobilizable	no_good_hit								True	False
FIJ0004_000000006292	4236	0.7225868771246742	7	5	2	3	3	False	101255	fragment	False	FIJ0097_000000006864	0.8169326759146182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	90.75200000000001	22.0	0.0002160732344215866	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0231_000000005835	2834	0.7225867519411622	3	3	2	3	2	False	56834	fragment	False	ISR0231_000000005835	1.0		0	0	False	False	0.9925899505615234	0					non-mobilizable	no_good_hit	499.0	98.99799999999999	18.0	0.2888631090487239	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
USA0055_01_000000020090	1312	0.7225813928151391	3	3	2	3	3	False	73166	fragment	False	USA0055_01_000000020090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	85.51700000000001	24.0	0.0001062195428414505	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
BAN0041_000000002823	1820	0.7225792157080354	3	2	2	2	2	False	97552	maximal	True	BAN0041_000000002823	1.0		1	1	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit	879.0	72.582	48.0	0.00763540921021236	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0015_000000002376	6213	0.7225692999975283	9	6	4	4	5	False	105629	fragment	False	ISR0294_000000002994	0.9429002541296061		0	0	False	False	1.0	0					non-mobilizable	chromosome	5557.0	99.694	99.0	0.001233843973710572	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0296_000000004603	5122	0.7225575339361184	9	6	2	4	4	False	115208	fragment	False	ISR0296_000000004603	1.0		0	0	False	False	0.99180006980896	0					non-mobilizable	other	2890.0	98.478	99.0	0.02234706037110977	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0127_000000015760	1668	0.7225560319354628	3	3	3	3	2	False	58708	maximal	True	ENG0127_000000015760	1.0		0	0	False	False	0.9910072088241577	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.261724865947694e-07	LR812075.1	bony fishes	Danio rerio genome assembly, chromosome: 13	True	False
CHI0059_000000005115	3239	0.7225547409322071	4	3	2	3	1	False	92963	fragment	False	SPA0080_000000003574	0.9371973796639135		0	0	False	False	0.9947514533996582	0					non-mobilizable	other	3219.0	97.639	99.0	0.07742308247869421	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
MON0060_000000018746	2147	0.7225547409322071	3	3	2	3	1	False	35075	fragment	False	MON0060_000000018746	1.0		0	0	False	False	0.9958081245422363	0					non-mobilizable	other	2135.0	100.0	99.0	0.05137464490346189	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
USA0066_01_000000002118	8690	0.7225531763123753	10	5	4	5	4	True	836	maximal	True	USA0066_01_000000002118	1.0		15	4	False	False	0.9988492727279663	0					non-mobilizable	no_good_hit	1363.0	74.762	17.0	0.0006789645941719339	NZ_HF952018.1	firmicutes	Thermobrachium celere DSM 8682, whole genome shotgun sequence	True	True
ISR0072_000000017863	1642	0.7225453272860839	1	1	1	1	1	False	63945	maximal	True	ISR0072_000000017863	1.0		35	5	False	False	1.0	0					non-mobilizable	no_good_hit	1146.0	74.782	69.0	0.04765532419163704	NZ_ADFP01000072.1	bacteria	Pyramidobacter piscolens W5455 contig00027, whole genome shotgun sequence	True	False
MON0039_000000030041	1621	0.7225453272860839	1	1	1	1	1	False	63943	fragment	False	MON0039_000000030041	1.0		0	0	False	False	0.9925971627235413	0					non-mobilizable	no_good_hit	1146.0	74.52	69.0	0.04761300152361605	NZ_ADFP01000072.1	bacteria	Pyramidobacter piscolens W5455 contig00027, whole genome shotgun sequence	True	False
MON0092_000000042787	1303	0.7225453272860839	1	1	1	1	1	False	9670	fragment	False	MON0092_000000042787	0.9854251012145749		0	0	False	False	0.9992325305938721	0					non-mobilizable	other	1303.0	99.84700000000001	100.0	0.017038093617912246	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
DEN0065_000000028125	1219	0.7225436251069995	2	1	1	1	1	True	71041	fragment	False	ENG0157_000000019664	0.7669119941686469		0	0	False	False	0.981952428817749	0					non-mobilizable	no_good_hit	50.0	96.0	4.0	1.7352362382486438e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0109_000000015353	2114	0.7225420866959082	3	2	2	2	2	False	75873	fragment	False	ISR0109_000000015353	1.0		0	0	False	False	0.9962157011032104	0					non-mobilizable	other	2101.0	99.286	99.0	0.014434747924876043	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0080_01_000000024448	1737	0.7225315726589483	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.7740924578000027		0	0	False	False	0.9907886981964111	0					non-mobilizable	no_good_hit	740.0	75.946	42.0	0.00020655849933423525	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0115_000000006094	4889	0.7225315281408167	5	5	4	5	4	False	109619	maximal	True	ISR0115_000000006094	1.0		212	10	False	False	1.0	0					non-mobilizable	other	4892.0	99.48899999999999	100.0	0.024127350579135343	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0028_000000008223	1718	0.7225235148023815	3	3	3	3	2	False	88690	fragment	False	MAD0023_000000007045	0.9784606547960942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	72.61399999999999	50.0	0.00763540921021236	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
CHI0141_000000001710	15669	0.7225218100976073	24	7	1	7	2	False	80162	maximal	True	CHI0141_000000001710	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.147786475847165e-05	CP041041.1	a-proteobacteria	Paracoccus sp. AK26 chromosome, complete genome	True	False
AST0140_000000025784	1128	0.7225176588006038	2	2	2	2	2	False	105303	fragment	False	AST0140_000000025784	1.0		0	0	False	False	0.9991135001182556	0					non-mobilizable	other	1141.0	81.946	99.0	0.0004699037347076935	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0244_000000019439	1373	0.7225137970786635	3	2	2	2	1	False	80176	maximal	True	ISR0244_000000019439	1.0		51	9	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	72.541	35.0	0.0018004017738695371	NZ_FXBR01000006.1	a-proteobacteria	Azospirillum lipoferum strain R1C, whole genome shotgun sequence	True	False
ISR0346_000000002736	6169	0.722512084664044	7	3	2	3	1	True	83790	maximal	True	ISR0346_000000002736	0.99983039348711		4	2	True	True	1.0	16					non-mobilizable	no_good_hit	484.0	82.645	8.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ISR0137_000000004714	5896	0.722512084664044	7	3	2	3	1	True	83790	maximal	False	ISR0346_000000002736	0.9777111363267953		0	0	False	True	0.997286319732666	0					non-mobilizable	no_good_hit	484.0	82.645	8.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ISR0126_000000010878	4470	0.722512084664044	5	3	2	3	1	True	32002	fragment	False	ISR0126_000000010878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	82.645	11.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ENG0074_000000006763	3243	0.7225076348849296	4	3	3	3	3	False	62181	maximal	True	ENG0074_000000006763	1.0		2	2	False	False	0.9990749359130859	0					non-mobilizable	no_good_hit	2021.0	96.883	62.0	0.025981048511690183	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MON0103_000000000766	26464	0.7225053702881447	34	11	1	11	0	False	33152	maximal	True	MON0103_000000000766	1.0		1	1	False	False	0.9995465278625488	0					non-mobilizable	no_good_hit								True	False
SPA0153_000000012486	1510	0.7225018982892252	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8757550120905434		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	98.94	100.0	0.005792017072824347	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0011_000000021768	2169	0.7225001541810238	4	3	1	3	3	False	94937	fragment	False	MON0011_000000021768	0.7056388948095139		0	0	False	False	1.0	0					non-mobilizable	chromosome	2173.0	94.38600000000001	100.0	0.0007563790288511544	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0297_000000006955	2069	0.7225001541810238	4	3	1	3	3	False	94937	fragment	False	MON0011_000000021768	0.6943692085190073		0	0	False	False	1.0	0					non-mobilizable	chromosome	2071.0	95.365	99.0	0.0007211742906419532	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0128_000000007332	5034	0.7224978753783902	6	2	2	1	1	False	62751	maximal	True	SPA0128_000000007332	1.0		2	1	False	False	0.9998013377189636	0					non-mobilizable	no_good_hit	533.0	92.87100000000001	11.0	0.01040744456904523	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0066_000000017248	2064	0.7224899655315781	3	3	3	3	2	False	70967	maximal	True	DEN0066_000000017248	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000004861	4874	0.7224899317578302	6	2	0	2	0	True	54303	maximal	True	ENG0199_000000004861	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0022_000000027051	1537	0.7224815074697815	2	2	2	2	1	False	87821	fragment	False	ISR0297_000000005738	0.24797950660299758		0	0	False	False	0.9980481266975403	0					non-mobilizable	other	1537.0	99.935	100.0	0.0004931314747584748	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0110_000000004961	4290	0.7224813273951667	4	4	3	4	3	False	67907	fragment	False	SPA0110_000000004961	0.9951540755467196		0	0	False	False	1.0	0					non-mobilizable	chromosome	3080.0	99.64299999999999	100.0	0.0007725714308655209	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0159_000000000717	23139	0.7224800582139591	26	9	6	9	5	True	93017	fragment	False	CHI0181_000000000726	0.9507232504056369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	78.082	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
ISR0170_000000031369	1500	0.7224792504221565	2	2	2	2	2	False	30044	maximal	True	ISR0170_000000031369	0.9518813314037626		47	9	False	False	0.9886666536331177	0					non-mobilizable	other	1500.0	99.73299999999999	100.0	0.005410185151766701	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0111_000000004842	6484	0.7224765143752084	7	4	2	4	1	True	4588	maximal	True	SPA0111_000000004842	1.0		3	2	False	False	0.9990746378898621	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	0.00974089226573154	LN853428.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0822	True	True
CAN0008_000000006820	4171	0.7224725897936025	6	4	2	4	1	True	95052	fragment	False	ISR0378_000000004872	0.951883780515711		0	0	False	False	0.9992807507514954	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	0.0010411846367422489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0183_000000018972	1581	0.7224724586068207	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.10121895486580419		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	94.49700000000001	100.0	0.02706730851592346	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	True
CHI0090_000000005703	2250	0.7224712797755021	3	1	1	1	1	False	83811	maximal	True	CHI0090_000000005703	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0110_000000015314	1978	0.7224712797755021	3	1	1	1	1	False	59798	fragment	False	ENG0110_000000015314	1.0		0	0	False	False	0.9924165606498718	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000020235	1533	0.7224712797755021	2	1	1	1	1	False	63068	fragment	False	ENG0063_000000020235	1.0		0	0	False	False	0.9928245544433594	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	4.0	2.543646973930296e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0195_000000023744	1140	0.7224467923080233	2	1	1	1	1	False	54438	fragment	False	ENG0195_000000023744	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1140.0	98.772	100.0	0.000400281849028025	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0096_000000028076	1361	0.7224467462652965	1	1	1	1	1	False	9262	fragment	False	MON0096_000000028076	1.0		0	0	False	False	0.9647318124771118	0					non-mobilizable	other	1301.0	77.018	95.0	0.0004152624015516822	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
MAD0047_000000017180	2539	0.7224364122538481	3	2	2	2	1	False	48061	fragment	False	MAD0047_000000017180	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2540.0	98.85799999999999	100.0	0.004487118312179018	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0066_000000020564	1609	0.7224353910506984	3	3	3	2	2	False	45310	maximal	True	FIJ0066_000000020564	1.0		28	8	False	False	0.9962709546089172	0					non-mobilizable	no_good_hit	125.0	80.0	8.0	5.0242605894528415e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
USA0084_01_000000001334	18696	0.7224281613030971	24	9	4	3	8	False	484	maximal	True	USA0084_01_000000001334	1.0		4	3	False	False	0.9991976618766785	0					non-mobilizable	no_good_hit	8610.0	89.245	61.0	0.015512644275348986	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
DEN0082_000000033146	1299	0.7224226855452386	3	2	1	2	2	False	78242	fragment	False	ISR0022_000000017797	0.23457626561639966		0	0	False	False	0.9992302060127258	0					non-mobilizable	no_good_hit	1147.0	89.625	88.0	0.00034503865426494575	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0044_000000000869	18401	0.7224225064251719	9	5	4	5	3	False	11649	maximal	True	MON0044_000000000869	1.0		1	1	False	False	0.9985327124595642	0					non-mobilizable	no_good_hit	943.0	72.85300000000001	5.0	0.00032511094322012075	CP027782.1	firmicutes	Clostridium tetani strain Mfbjulcb2 chromosome, complete genome	True	False
ISR0397_000000001979	11245	0.7224196814749114	14	11	9	10	4	True	22654	maximal	True	ISR0397_000000001979	1.0		3	2	False	False	0.9998221397399902	0					non-mobilizable	no_good_hit	2600.0	98.42299999999999	23.0	0.008477535184381496	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
TAN0008_000000014495	1498	0.722417174420006	3	3	3	3	3	False	2742	maximal	True	TAN0008_000000014495	1.0		6	2	False	False	0.998664915561676	0					non-mobilizable	no_good_hit	301.0	93.68799999999999	37.0	9.963186698337932e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0078_000000020760	1242	0.7224071848456516	2	1	1	1	1	False	61883	fragment	False	ENG0078_000000020760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	86.675	88.0	0.0001393656870301741	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
SPA0126_000000026550	1670	0.7224055044193805	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.12177121165928881		0	0	False	False	0.9970059990882874	0					non-mobilizable	other	1665.0	97.838	99.0	0.003473173342924115	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0019_000000002530	2804	0.7223980840314296	4	3	1	3	2	False	80482	maximal	True	FIJ0019_000000002530	1.0		32	4	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	89.975	56.0	0.0002099378215923317	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0103_000000000927	17798	0.7223976140629976	26	9	5	8	3	False	4880	maximal	True	SPA0103_000000000927	1.0		1	1	True	True	1.0	23					non-mobilizable	no_good_hit	183.0	89.617	1.0	0.0007277089164334266	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	True	True
ISR0153_000000013252	2144	0.7223929200209741	3	3	3	3	3	False	89841	fragment	False	ISR0153_000000013252	1.0		0	0	False	False	0.9636194109916687	0					non-mobilizable	other	2058.0	97.765	96.0	0.09683189756625712	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0311_000000003575	4696	0.7223887957462278	5	2	2	2	1	False	25304	maximal	True	ISR0311_000000003575	1.0		1	1	False	False	0.9987223148345947	0					non-mobilizable	no_good_hit	741.0	75.439	16.0	0.0002922400936754406	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
AUS0016_000000013327	2123	0.722387593526515	2	2	2	2	0	True	111647	maximal	True	AUS0016_000000013327	1.0		9	4	False	False	0.996231734752655	0					non-mobilizable	no_good_hit								True	True
ISR0143_000000001091	26986	0.7223864794607031	26	23	8	11	21	True	123803	fragment	False	ISR0143_000000001091	1.0		0	0	False	False	1.0	0					non-mobilizable	other	26986.0	99.98899999999999	100.0	0.005126416461068586	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
FIJ0046_000000026610	1295	0.7223766666573219	2	2	2	2	2	False	46944	fragment	False	FIJ0046_000000026610	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	99.382	99.0	0.010581101318341394	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0096_000000038780	1122	0.7223717177434716	2	2	2	2	2	False	5146	fragment	False	SPA0096_000000038780	1.0		0	0	False	False	0.987522304058075	0					non-mobilizable	other	1120.0	78.929	99.0	0.052252506708092075	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0115_000000002681	5945	0.7223712245170698	8	5	4	5	4	True	124298	maximal	True	ENG0115_000000002681	1.0		59	7	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2357.0	92.87200000000001	88.0	0.0006574397465848259	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0019_000000007429	7226	0.7223591191068147	14	5	3	3	4	True	91871	maximal	True	MON0019_000000007429	1.0		1	1	False	False	0.9969554543495178	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	1.0	1.2586232429150892e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0090_000000002321	8308	0.7223502282447536	8	6	6	6	5	False	91384	maximal	True	ENG0090_000000002321	1.0		1	1	False	False	0.9981945157051086	0					non-mobilizable	no_good_hit	804.0	87.065	10.0	0.0002794734440840013	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	False
CHI0004_000000001846	2876	0.7223465967194405	5	1	1	1	1	False	90860	maximal	True	CHI0004_000000001846	1.0		3	2	False	False	0.9993045926094055	0					non-mobilizable	no_good_hit								True	False
MON0087_000000023907	2120	0.7223419761466695	3	3	3	3	2	False	54940	maximal	True	MON0087_000000023907	1.0		1	1	False	False	0.9990565776824951	0					non-mobilizable	no_good_hit	970.0	89.175	56.0	0.000270914820895514	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0016_000000022793	1621	0.7223398320409901	2	1	1	1	1	False	127487	fragment	False	MON0088_000000018575	0.7779565793542312		0	0	False	False	1.0	0					non-mobilizable	chromosome	1624.0	94.089	100.0	0.0007037096293752593	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0008_000000017477	1487	0.7223398320409901	1	1	1	1	1	False	127487	fragment	False	MON0088_000000018575	0.4498399170565732		0	0	False	False	0.9892401099205017	0					non-mobilizable	chromosome	1487.0	94.08200000000001	100.0	0.0006561129326658584	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0350_000000014170	1407	0.7223395638285625	2	2	2	1	1	False	101384	maximal	True	ISR0350_000000014170	1.0		1	1	False	False	0.9928926825523376	0					non-mobilizable	no_good_hit	1210.0	99.09100000000001	86.0	0.004133686639883751	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
CHI0075_000000002128	3093	0.722330485039182	2	2	2	2	2	False	88965	fragment	False	CHI0075_000000002128	1.0		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	3075.0	100.0	100.0	0.014428267012118993	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
ISR0049_000000009472	3075	0.7223088531130306	6	2	1	2	2	False	35999	fragment	False	ISR0049_000000009472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0353_000000011957	3050	0.7223088531130306	6	2	1	2	2	False	35999	fragment	False	ISR0049_000000009472	0.9959349593495934		0	0	False	False	0.9849180579185486	0					non-mobilizable	no_good_hit								True	False
SPA0145_000000013938	2452	0.7223088531130306	4	2	1	2	2	False	34819	fragment	False	SPA0145_000000013938	0.9979793444095195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	100.0	8.0	0.0007937930504698743	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0097_000000013162	2227	0.7223088531130306	4	2	1	2	2	False	34819	fragment	False	SPA0145_000000013938	0.952283849918434		0	0	False	False	0.9995509386062622	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000018390	1897	0.7222865497002473	3	2	0	2	1	True	59987	fragment	False	USA0130_01_000000018390	1.0		0	0	False	False	1.0	0					non-mobilizable	other	834.0	92.32600000000001	97.0	0.0002588337919959383	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0049_000000018160	1625	0.7222865497002473	4	2	0	2	1	True	59986	fragment	False	ISR0049_000000018160	0.9984078954735685		0	0	False	False	1.0	0					non-mobilizable	other	462.0	92.641	91.0	0.0001431052215362159	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0107_000000020579	1469	0.7222865497002473	3	2	0	2	1	True	59986	fragment	False	ISR0049_000000018160	0.9641948227211384		0	0	False	False	0.9993192553520203	0					non-mobilizable	other	774.0	79.97399999999999	94.0	0.00023332373076556938	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0066_000000022753	1463	0.7222865497002473	3	2	0	2	1	True	59986	fragment	False	ISR0049_000000018160	0.9614104833219876		0	0	False	False	1.0	0					non-mobilizable	other	774.0	79.97399999999999	95.0	0.00023332373076556938	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0031_000000021270	1502	0.7222816466533982	3	3	3	2	1	False	12436	fragment	False	MON0031_000000021270	1.0		0	0	False	False	0.9960052967071533	0					non-mobilizable	other	1502.0	93.209	100.0	0.014785118349898051	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
FIJ0086_000000029800	1150	0.7222773571286808	1	1	1	1	1	False	43788	maximal	True	FIJ0086_000000029800	1.0		4	3	False	False	0.9982608556747437	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.00010801969044642995	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0136_000000021505	1945	0.7222771641451303	4	2	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.1325990584368924	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1945.0	100.0	100.0	0.3796875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
TAN0017_000000020917	1790	0.7222771641451303	3	2	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.10301327038151348	PS974|PS975	0	0	False	True	0.9977653622627258	0					non-mobilizable	other	1713.0	99.825	96.0	0.29680998613037446	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0102_000000025874	1729	0.7222771641451303	3	2	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.10406945453271302	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1729.0	99.306	100.0	0.29958391123439665	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0052_000000016130	1692	0.7222771641451303	3	2	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.09833226371675591	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1692.0	100.0	100.0	0.3302734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0064_000000017558	1616	0.7222771641451303	3	2	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.08773277698447099	PS974|PS975	0	0	False	True	0.9993811845779419	0					non-mobilizable	other	1616.0	100.0	100.0	0.3154296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
FIJ0053_000000000505	21879	0.7222689767677618	18	11	9	9	5	True	46428	fragment	False	FIJ0053_000000000505	1.0		0	0	False	False	0.9997257590293884	0					non-mobilizable	no_good_hit	112.0	76.786	1.0	0.0001153851853890598	NZ_QGTD01000008.1	firmicutes	Gracilibacillus dipsosauri strain DD1 NODE_1_length_944662_cov_68.369322, whole genome shotgun sequence	True	True
ISR0229_000000000936	12431	0.7222664933257644	10	6	4	5	3	False	108774	maximal	True	ISR0229_000000000936	0.9991127601226004		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	96.053	1.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0043_000000001532	12398	0.7222664933257644	10	6	4	5	3	False	108774	maximal	False	ISR0229_000000000936	0.9977877885930335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	96.053	1.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0847_000000012260	2259	0.7222623733678876	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.43378392838540103		0	0	False	False	0.9995573163032532	0					non-mobilizable	chromosome	2259.0	98.84899999999999	100.0	0.00072779476574388	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0069_000000011950	2062	0.7222623733678876	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.39443245015762823		0	0	False	False	1.0	0					non-mobilizable	chromosome	2062.0	98.448	100.0	0.0006642980567750827	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0034_000000022233	1257	0.7222608799291039	3	2	2	1	1	True	72208	fragment	False	DEN0052_000000035253	0.963615903975994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	86.36399999999999	12.0	6.783058597147456e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0780_000000009479	1316	0.7222591665332103	3	3	3	3	2	False	83559	fragment	False	ISR0780_000000009479	1.0		0	0	False	False	0.996960461139679	0					non-mobilizable	other	1316.0	99.316	100.0	0.027173351517781497	NZ_QRST01000015.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf15, whole genome shotgun sequence	False	False
CAN0021_000000006683	5945	0.7222581408406316	6	6	5	5	5	False	131418	fragment	False	MON0005_000000006377	0.9356487292983099		0	0	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit	807.0	74.721	13.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ISR0011_000000002151	11076	0.7222538915937108	18	7	4	6	5	True	71330	fragment	False	ISR0011_000000002151	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0794_000000004126	4598	0.7222498800108093	4	4	3	3	4	False	116700	fragment	False	ISR0794_000000004126	1.0		0	0	False	True	0.9965202212333679	0					non-mobilizable	no_good_hit	3496.0	99.714	83.0	0.0004933076709836852	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
CHI0177_000000010405	1597	0.7222492081083958	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.22256160250505302		0	0	False	False	1.0	0					non-mobilizable	chromosome	1597.0	98.435	100.0	0.0005372042557617344	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0013_000000005504	4532	0.7222489540183061	5	4	1	4	2	False	111197	maximal	True	ENG0013_000000005504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2841.0	90.461	71.0	0.0003976102172134595	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0098_000000012397	1408	0.7222426220756903	1	1	1	1	1	False	62567	fragment	False	ENG0068_000000018038	0.960199749167966		0	0	False	False	1.0	0					non-mobilizable	chromosome	1408.0	99.29	100.0	0.00025840638012147854	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0032_000000024858	1357	0.7222406571785311	3	2	2	2	2	False	87333	fragment	False	ISR0032_000000024858	0.9740281878425596		0	0	False	False	0.9933677315711975	0					non-mobilizable	other	1354.0	98.818	99.0	0.006674362161842183	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0090_000000007784	6641	0.7222355888584145	5	3	1	2	1	True	42085	fragment	False	MON0090_000000007784	1.0		0	0	False	False	0.9956331849098206	0					non-mobilizable	no_good_hit	1856.0	76.616	28.0	0.0006533695631772955	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0204_000000017996	1506	0.7222290393029986	2	1	1	1	1	False	54025	fragment	False	ENG0204_000000017996	1.0		0	0	False	False	0.9820716977119446	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000024945	1257	0.7222263351427048	2	2	2	1	1	False	60742	fragment	False	MON0101_000000049859	0.9523273273273274		0	0	False	False	0.9809069037437439	0					non-mobilizable	no_good_hit								True	False
ISR0129_000000006440	1718	0.7222261494094129	2	2	2	2	2	False	123218	fragment	False	ISR0129_000000006440	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	666.0	95.045	95.0	0.0001782088854682311	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0024_000000009242	1384	0.7222258289242125	2	2	2	2	2	False	88998	maximal	True	CHI0024_000000009242	1.0		29	5	False	False	1.0	0					non-mobilizable	other	1107.0	88.07600000000001	99.0	0.000265955521231794	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0159_000000011911	2059	0.7222248690059306	3	2	1	2	1	False	39400	fragment	False	FIJ0159_000000011911	1.0		0	0	False	False	0.9995143413543701	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	0.00018195523901120325	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0070_000000018944	1121	0.7222246401549527	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.15617154945992828		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	98.93	100.0	0.0003372105521612035	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0813_000000006692	4218	0.7222227079945791	6	5	5	5	4	False	105071	fragment	False	ISR0813_000000006692	1.0		0	0	False	False	0.9995258450508118	0					non-mobilizable	other	4199.0	99.833	99.0	0.004503238512880034	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
MON0011_000000010749	4297	0.7222167118582962	5	4	2	3	2	False	124398	fragment	False	MON0011_000000010749	0.9832277369609583		0	0	False	False	1.0	0					non-mobilizable	other	3806.0	79.926	97.0	0.030430195001329007	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	False	False
AST0048_000000003928	4239	0.7222167118582962	5	4	2	3	2	False	124398	fragment	False	MON0011_000000010749	0.9787286726293364		0	0	False	False	1.0	0					non-mobilizable	other	3774.0	79.756	97.0	0.03017244851111129	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	False	False
AUS0022_000000008485	4193	0.7222167118582962	5	4	2	3	2	False	124398	fragment	False	MON0011_000000010749	0.958322076574726		0	0	False	False	0.9985690712928772	0					non-mobilizable	other	3750.0	79.12	97.0	0.029866374553977754	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	False	False
MAD0058_000000007525	2032	0.7222153088069302	3	3	3	3	3	False	97014	fragment	False	MAD0058_000000007525	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2073.0	77.23100000000001	99.0	0.0057863171289823725	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
MON0092_000000042009	1328	0.7222111474818139	2	2	2	2	2	False	9427	maximal	True	MON0092_000000042009	1.0		13	8	False	False	0.9405120611190796	0					non-mobilizable	other	1329.0	85.929	100.0	0.000416239683795855	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
CAN0021_000000038470	1133	0.7222044009712937	1	1	1	1	1	False	91377	fragment	False	CAN0021_000000038470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0191_000000024138	1346	0.7222007075114414	2	2	1	1	2	False	101908	fragment	False	ENG0098_000000015225	0.35186520793304643		0	0	False	False	0.9613670110702515	0					non-mobilizable	chromosome	1346.0	96.88	100.0	0.00024568269741700717	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0361_000000002950	3964	0.7221950705286108	5	3	2	3	2	False	23768	fragment	False	ISR0361_000000002950	1.0		0	0	False	False	0.9997477531433105	0					non-mobilizable	other	3964.0	99.193	100.0	0.016293019450485748	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
AST0010_000000018816	1593	0.7221923866582545	1	1	1	1	1	False	126036	fragment	False	AST0010_000000018816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	77.197	82.0	0.0003660839457356118	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0048_000000029706	1381	0.7221923866582545	1	1	1	1	1	False	11391	maximal	True	MON0048_000000029706	1.0		4	4	False	False	0.9985517859458923	0					non-mobilizable	no_good_hit	551.0	76.58800000000001	40.0	0.0007595543576121283	NZ_JMQM01000002.1	a-proteobacteria	Nitratireductor basaltis strain UMTGB225 contig000002, whole genome shotgun sequence	True	False
FIJ0104_000000002901	8162	0.7221919258818821	9	5	4	5	2	True	105922	fragment	False	FIJ0129_000000002391	0.9282887266955886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.29799999999999	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0116_000000002431	8157	0.7221919258818821	9	5	4	5	2	True	105922	fragment	False	FIJ0129_000000002391	0.9280944822855083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.29799999999999	28.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0111_01_000000004648	5016	0.7221793764365745	7	4	3	3	1	True	71741	maximal	True	USA0111_01_000000004648	1.0		12	4	False	False	0.9982057213783264	0					non-mobilizable	no_good_hit	2042.0	93.242	89.0	0.0007171762296628179	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0256_000000010063	1767	0.7221705777874896	2	2	2	2	1	False	58677	fragment	False	ISR0256_000000010063	1.0		0	0	False	False	0.9960384964942932	0					non-mobilizable	other	1767.0	99.83	100.0	0.00042620458302663176	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
DEN0073_000000043410	1244	0.7221703978354652	2	2	2	2	1	False	71409	fragment	False	SPA0097_000000025022	0.9382352144886813		0	0	False	False	0.9943729639053345	0					non-mobilizable	chromosome	1250.0	94.64	100.0	0.0004389730430324145	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0079_000000051172	1230	0.7221688605050931	2	1	1	1	1	False	69681	maximal	True	DEN0079_000000051172	1.0		4	3	False	False	0.9642276167869568	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.0635466313419916e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0013_000000010783	2333	0.7221688258692721	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.87242882905087	PS871	0	0	True	True	1.0	4					non-mobilizable	other	2310.0	95.801	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
USA0036_01_000000014776	2329	0.7221688258692721	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8737423756837616	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2310.0	95.195	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0014_000000016283	2207	0.7221675104079535	2	2	1	1	2	False	38029	maximal	True	ISR0014_000000016283	1.0		43	8	False	False	0.999093770980835	0					non-mobilizable	no_good_hit	908.0	81.388	41.0	0.00445450778428935	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0114_000000003966	9005	0.7221674759646373	10	8	8	8	8	False	13963	maximal	True	SPA0114_000000003966	1.0		10	6	False	False	0.9998889565467834	0					non-mobilizable	no_good_hit	1062.0	74.294	12.0	0.00023733826381516847	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0154_000000000754	24752	0.7221654228368988	27	19	12	13	13	False	79233	maximal	True	CHI0154_000000000754	1.0		6	3	False	False	0.9998788237571716	0					non-mobilizable	no_good_hit	1442.0	72.538	6.0	0.0004199646080601811	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0026_01_000000005740	6053	0.7221615912329308	8	5	0	2	4	True	109075	fragment	False	USA0026_01_000000005740	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5482.0	94.546	95.0	0.000991881521412358	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
MON0059_000000035023	1107	0.7221601687026732	2	2	2	2	2	False	10911	fragment	False	MON0059_000000035023	1.0		0	0	False	False	0.9954832792282104	0					non-mobilizable	no_good_hit	103.0	80.583	9.0	1.5899669270979495e-05	CP026881.1	g-proteobacteria	Pseudomonas sp. LG1D9 chromosome, complete genome	True	False
FIJ0060_000000003029	4277	0.722158643451317	3	2	2	2	2	False	52787	fragment	False	FIJ0130_000000005116	0.9908393232362555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	92.697	6.0	5.792894049965376e-05	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ISR0837_000000002400	3891	0.7221564087536604	6	4	3	4	2	False	130349	backbone	False	ISR0335_000000002496	0.19775688750500522	PS1101	0	0	False	True	0.9987149834632874	0					non-mobilizable	chromosome	3898.0	98.97399999999999	100.0	0.0007777912166474863	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0151_000000005342	4553	0.7221551066982216	5	4	4	4	3	False	81667	maximal	True	CHI0151_000000005342	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1575.0	95.04799999999999	89.0	0.0005040014319532425	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0094_000000005703	2596	0.7221550663427037	3	3	3	2	1	False	15626	maximal	True	MAD0094_000000005703	1.0		1	1	False	False	0.9961479306221008	0					non-mobilizable	no_good_hit	1938.0	100.0	75.0	0.00040083710182979966	CP050067.1	enterobacteria	Klebsiella aerogenes strain 035 chromosome, complete genome	True	False
SPA0093_000000022689	1662	0.7221521696292834	3	3	3	3	2	False	5268	maximal	True	SPA0093_000000022689	1.0		0	0	False	False	0.9987966418266296	0					non-mobilizable	no_good_hit	977.0	87.30799999999999	58.0	0.0012267114521734292	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ENG0128_000000006192	4051	0.7221512716060151	6	3	2	3	1	True	58658	maximal	True	ENG0128_000000006192	1.0		2	2	False	False	0.9958035349845886	0					non-mobilizable	no_good_hit	62.0	98.387	2.0	2.1078915659111776e-05	LT594518.1	apicomplexans	Plasmodium ovale genome assembly, chromosome: 14	True	True
ISR0117_000000024869	1119	0.7221498650995012	2	1	1	1	1	False	32390	fragment	False	ISR0117_000000024869	1.0		0	0	False	False	0.9615728259086609	0					non-mobilizable	other	1119.0	99.821	100.0	0.0005044227224840338	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	False
AST0113_000000021695	1734	0.7221440891934131	2	2	2	1	2	False	106531	maximal	True	AST0113_000000021695	1.0		4	4	False	False	0.9826989769935608	0					non-mobilizable	no_good_hit	829.0	72.618	47.0	0.0018304472609384347	NZ_AKCB01000002.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.2, whole genome shotgun sequence	True	False
ISR0150_000000010328	2254	0.7221426363087563	2	1	1	1	1	False	62725	fragment	False	ISR0150_000000010328	1.0		0	0	False	False	0.9866903424263	0					non-mobilizable	no_good_hit	1405.0	96.868	62.0	0.0005849239598852149	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	False
FIJ0149_000000017499	1516	0.7221414942516075	2	1	1	1	1	False	39846	maximal	True	FIJ0149_000000017499	1.0		0	0	False	False	0.9993403553962708	0					non-mobilizable	no_good_hit	398.0	77.387	26.0	0.0016218951699878876	CP014152.1	firmicutes	Clostridium botulinum strain BrDura plasmid pRSJ20_1, complete sequence	True	False
AUS0014_000000009570	3207	0.7221412530447959	4	4	4	4	2	False	100897	maximal	True	AUS0014_000000009570	1.0		10	7	False	False	0.9996882081031799	0					non-mobilizable	no_good_hit	801.0	75.156	28.0	0.00027014013647003974	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0039_000000005346	4594	0.7221409625269786	3	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.777310161143907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.874	62.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MAD0045_000000001449	13375	0.7221384495485712	14	9	7	9	5	True	47510	maximal	True	MAD0045_000000001449	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	78.988	4.0	0.013273161667109106	NZ_FOXF01000021.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
MON0102_000000025661	1745	0.7221365380054751	3	3	3	3	2	False	8944	maximal	True	MON0102_000000025661	1.0		36	8	False	False	0.996561586856842	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0003096488802875311	NZ_WJPO01000014.1	a-proteobacteria	Rhodovulum strictum strain DSM 11289 NODE_14_length_90425_cov_47.2961, whole genome shotgun sequence	True	False
ENG0153_000000026237	1129	0.7221348723031412	1	1	1	1	1	False	56875	fragment	False	ENG0153_000000026237	1.0		0	0	False	False	0.9982285499572754	0					non-mobilizable	chromosome	1030.0	98.35	91.0	0.000287997232539713	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0064_000000008620	2371	0.7221300829261295	2	2	2	2	2	False	20095	maximal	True	MAD0064_000000008620	1.0		29	4	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	88.462	2.0	1.3439004312075815e-05	NZ_CP013210.1	CFB group bacteria	Empedobacter brevis strain BCLYD2 chromosome, complete genome	True	False
ENG0072_000000006756	1595	0.7221292446044443	3	3	2	2	3	False	62261	maximal	True	ENG0072_000000006756	0.9986666666666666		43	9	False	False	0.9862068891525269	0					non-mobilizable	no_good_hit	78.0	84.615	5.0	0.0001645260243368627	NZ_JXII01000002.1	firmicutes	Salinicoccus roseus strain W12 scaffold2, whole genome shotgun sequence	True	False
CAN0017_000000007947	4648	0.7221244984815073	7	5	5	4	3	False	130937	maximal	True	CAN0017_000000007947	1.0	PS1128	29	8	False	True	1.0	0					non-mobilizable	no_good_hit	1442.0	84.535	31.0	0.017003024860572834	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0213_000000004089	5439	0.7221229370747341	10	3	3	3	2	False	121396	maximal	True	ISR0213_000000004089	1.0		3	2	False	False	0.9992645978927612	0					non-mobilizable	no_good_hit	2089.0	99.09	72.0	0.0006571869938123559	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0047_000000002314	8307	0.7221199841082582	6	4	3	4	0	False	115471	fragment	False	AST0047_000000002314	0.9894961269581427		0	0	False	False	1.0	0					non-mobilizable	virus	3826.0	97.15100000000001	92.0	0.108743278231428	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ISR0021_000000002634	7926	0.7221199841082582	5	4	3	4	0	False	115471	fragment	False	AST0047_000000002314	0.9780492838164138		0	0	False	False	1.0	0					non-mobilizable	virus	3841.0	96.72	91.0	0.10902779753606283	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ENG0102_000000002885	7780	0.7221199841082582	6	4	3	4	0	False	115471	fragment	False	AST0047_000000002314	0.9474464737920378		0	0	False	False	1.0	0					non-mobilizable	virus	3802.0	96.554	91.0	0.10806043190030444	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ISR0185_000000001765	12897	0.7221189268433217	16	15	6	8	14	True	123780	fragment	False	ISR0128_000000002006	0.9844449502997192		0	0	False	False	0.9996898770332336	0					non-mobilizable	chromosome	12820.0	99.602	99.0	0.003919150364643938	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
FIJ0114_000000016638	2347	0.7221158195874525	3	3	3	2	2	False	48698	fragment	False	FIJ0114_000000016638	0.9641049240681085		0	0	False	False	0.9914785027503967	0					non-mobilizable	chromosome	2347.0	99.40299999999999	100.0	0.0004591428433311068	CP035207.1	enterobacteria	Klebsiella quasipneumoniae strain TH114 chromosome, complete genome	False	False
FIJ0069_000000012371	1809	0.7221158005286755	3	3	3	2	2	False	116778	fragment	False	DEN0052_000000021753	0.8941068672953836		0	0	False	False	0.9961304664611816	0					non-mobilizable	other	1808.0	98.78299999999999	99.0	0.016564912087710614	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MAD0042_000000000808	22670	0.7221151475027779	10	9	9	9	5	False	43037	maximal	True	MAD0042_000000000808	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	0.0	1.868077895734789e-05	NC_018704.1	firmicutes	Amphibacillus xylanus NBRC 15112, complete genome	True	False
ENG0141_000000003190	8003	0.7221096468344491	9	5	4	3	1	False	57757	maximal	True	ENG0141_000000003190	1.0		6	5	False	False	0.9961264729499817	0					non-mobilizable	no_good_hit								True	False
SPA0078_000000001048	7771	0.7221086405497688	8	8	2	4	8	False	75488	fragment	False	SPA0078_000000001048	1.0		0	0	False	False	0.9980697631835938	0					non-mobilizable	plasmid	7771.0	99.833	100.0	0.03649926484749696	CP052325.1	enterobacteria	Klebsiella pneumoniae strain E16KP0032 plasmid pE16KP0032-1, complete sequence	False	True
ENG0186_000000003240	5589	0.7221050774235435	6	5	2	2	3	False	55027	maximal	True	ENG0186_000000003240	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1735.0	76.59899999999999	31.0	0.03477525033747708	NZ_FMJR01000139.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
SPA0038_000000004822	6156	0.7221033882813863	6	6	6	6	5	False	68820	maximal	True	SPA0038_000000004822	1.0		6	4	False	False	0.9998375773429871	0					non-mobilizable	no_good_hit	4340.0	99.977	71.0	0.04501924653199282	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
ENG0202_000000007987	2800	0.7220974569487635	3	3	2	3	2	False	101473	maximal	True	ENG0202_000000007987	1.0		37	9	False	False	1.0	0					non-mobilizable	no_good_hit	1614.0	90.273	69.0	0.00042894538388877935	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0159_000000016357	1551	0.7220956471118896	2	2	2	2	2	False	106162	maximal	True	FIJ0159_000000016357	1.0		0	0	False	False	0.988394558429718	0					non-mobilizable	other	1007.0	90.86399999999999	100.0	0.0003010808501439317	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0177_000000017454	1518	0.7220942140117265	1	1	1	1	1	False	55509	maximal	True	ENG0177_000000017454	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1433.0	81.438	94.0	0.01864149759464547	NZ_HG529407.1	firmicutes	[Clostridium] dakarense strain 1, whole genome shotgun sequence	False	False
AST0111_000000011892	1616	0.7220928871081902	2	2	2	2	2	False	108676	fragment	False	AST0111_000000011892	1.0		0	0	False	False	0.9993811845779419	0					non-mobilizable	other	1616.0	94.059	99.0	0.022073304157549233	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
FIJ0115_000000002727	8729	0.7220895435884169	8	7	5	6	6	False	41762	maximal	True	FIJ0115_000000002727	1.0		1	1	False	False	0.9995417594909668	0					non-mobilizable	no_good_hit	678.0	70.649	8.0	0.0002028994021735674	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
MON0090_000000018902	3048	0.7220886662574435	4	3	2	2	2	False	83844	fragment	False	MON0090_000000018902	1.0		0	0	False	False	0.9977034330368042	0					non-mobilizable	no_good_hit	1024.0	93.359	34.0	0.0003439992164088299	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0053_000000012642	2910	0.722082840060417	3	3	2	3	3	True	115087	maximal	True	MON0053_000000012642	1.0	PS730	5	4	False	True	0.9862542748451233	0					non-mobilizable	other	2156.0	87.616	98.0	0.0006452162618584456	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
DEN0079_000000006042	6222	0.7220798439482199	8	6	6	3	3	False	69637	fragment	False	DEN0079_000000006042	1.0		0	0	False	False	0.9998393058776855	0					non-mobilizable	no_good_hit	2870.0	97.28200000000001	66.0	0.000800869995366475	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0068_000000002696	4933	0.722069483394057	7	7	2	5	7	True	6001	fragment	False	SPA0068_000000002696	1.0		0	0	False	False	0.9995945692062378	0			MPF_F		non-mobilizable	plasmid	4933.0	100.0	100.0	0.05800442207272898	CP060664.1	enterobacteria	Citrobacter freundii strain MGH281 plasmid unnamed2, complete sequence	False	True
ENG0125_000000015653	1685	0.7220600211144824	2	2	2	2	2	False	64934	maximal	False	ENG0039_000000014597	0.9501246096712865		0	0	False	False	0.9994065165519714	0					non-mobilizable	no_good_hit	525.0	82.85700000000001	31.0	0.0030019648176637685	NZ_SLUK01000007.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_107, whole genome shotgun sequence	True	False
ISR0238_000000002650	4914	0.7220587325860626	6	3	3	3	3	True	76927	fragment	False	ISR0238_000000002650	1.0		0	0	False	False	0.9997965097427368	0					non-mobilizable	no_good_hit								True	True
MON0065_000000006239	4251	0.7220587325860626	4	3	3	3	3	True	76923	fragment	False	MON0065_000000006239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0102_000000012127	2964	0.7220538552422198	5	4	4	3	2	True	4912	maximal	True	SPA0102_000000012127	1.0		1	1	False	False	0.9983130693435669	0					non-mobilizable	no_good_hit	485.0	81.031	16.0	0.00015406815678723415	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MON0047_000000017668	2231	0.7220498310391166	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.03002069057586673		0	0	False	False	0.9847602248191833	0					non-mobilizable	no_good_hit	598.0	85.28399999999999	45.0	0.00020426383621878851	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0061_000000000904	14033	0.7220492140422433	17	6	4	4	5	False	47934	maximal	True	MAD0061_000000000904	1.0		1	1	False	False	0.9990023374557495	0					non-mobilizable	no_good_hit	965.0	80.104	7.0	0.0027426105865916177	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	False
ENG0013_000000007831	3334	0.7220474360484052	4	4	4	4	3	False	72524	fragment	False	ENG0013_000000007831	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3334.0	99.07	100.0	0.0015137559678228074	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
ISR0796_000000000354	21684	0.7220419664667103	26	12	10	11	9	True	120451	fragment	False	ISR0796_000000000354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	2.3673578182430347e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ENG0124_000000019905	1558	0.7220407003672753	2	2	1	2	1	False	126952	fragment	False	ISR0289_000000005085	0.37156560336040917		0	0	False	False	0.9897304177284241	0					non-mobilizable	other	1289.0	95.035	100.0	0.01839868580815656	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0182_000000021597	1834	0.7220281016367385	2	2	1	2	2	False	29535	fragment	False	ISR0182_000000021597	1.0		0	0	False	False	0.9994547367095947	0					non-mobilizable	other	1860.0	87.31200000000001	100.0	0.024089664924046857	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ENG0198_000000003651	5067	0.7220273653603969	6	5	5	5	4	True	112035	fragment	False	ENG0198_000000003651	1.0		0	0	False	False	0.9998026490211487	0					non-mobilizable	no_good_hit	135.0	75.556	3.0	3.2419719441712784e-05	CP019864.1	firmicutes	Clostridioides difficile strain DSM 29747 chromosome, complete genome	True	True
MON0029_000000014104	2092	0.7220233147837193	2	2	2	1	0	False	108708	maximal	True	MON0029_000000014104	1.0		3	2	False	False	0.9985659718513489	0					non-mobilizable	no_good_hit	1619.0	97.838	77.0	0.005337467836643135	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	True	False
CHI0152_000000006141	1796	0.7220233147837193	3	2	2	1	0	False	114037	fragment	False	CHI0167_000000011486	0.9655639913232104		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	98.719	100.0	0.000864626885801815	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
ENG0010_000000015661	1388	0.7220233147837193	2	2	2	1	0	False	107326	fragment	False	CHI0042_000000007421	0.5654805333719971		0	0	False	False	1.0	0					non-mobilizable	chromosome	1388.0	98.12700000000001	100.0	0.0003328473010811418	CP010888.1	firmicutes	Clostridioides difficile strain 08ACD0030 chromosome, complete genome	False	False
ISR0784_000000008784	1376	0.7220233147837193	2	2	2	1	0	False	107326	fragment	False	CHI0042_000000007421	0.5711275993069431		0	0	False	False	0.9898256063461304	0					non-mobilizable	other	1377.0	98.184	100.0	0.0015319562056473072	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0816_000000027379	1361	0.7220233147837193	2	2	2	1	0	False	109639	fragment	False	ISR0305_000000011417	0.3531793838134834		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	99.853	100.0	0.0055530603078681965	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0090_000000018731	1341	0.7220233147837193	2	2	2	1	0	False	107326	fragment	False	CHI0042_000000007421	0.5294222578283516		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	97.839	100.0	0.13306852035749753	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0204_000000011618	1175	0.7220233147837193	2	2	2	1	0	False	107326	fragment	False	CHI0042_000000007421	0.2548970861066258		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	98.469	100.0	0.0013081748122351642	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0231_000000018017	1144	0.7220233147837193	2	2	2	1	0	False	107326	fragment	False	CHI0042_000000007421	0.24736553463352		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	97.64	100.0	0.000294659698983076	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
ISR0824_000000021853	1112	0.7220233147837193	2	2	2	1	0	False	107326	fragment	False	CHI0042_000000007421	0.21754404210297731		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	98.29299999999999	100.0	0.0012380343754940448	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
AST0106_000000017284	1048	0.7220233147837193	2	2	2	1	0	False	107326	fragment	False	CHI0042_000000007421	0.09465637705945264		0	0	False	False	1.0	0					non-mobilizable	other	1048.0	97.615	100.0	0.014405019055349945	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0196_000000001795	4919	0.7220216050848689	8	7	2	2	6	False	67166	fragment	False	ENG0196_000000001795	1.0		0	0	False	False	0.9981703758239746	0					non-mobilizable	other	4919.0	98.92299999999999	100.0	0.00221166507170148	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	False
SPA0154_000000001134	4838	0.7220207492107488	4	4	4	4	2	False	116945	maximal	True	SPA0154_000000001134	1.0		79	6	False	False	0.999793291091919	0					non-mobilizable	other	3015.0	94.494	99.0	0.012160531932491699	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
MAD0038_000000010308	1442	0.7220199439696391	1	1	1	1	1	False	18536	maximal	True	MAD0038_000000010308	1.0		10	2	False	False	1.0	0					non-mobilizable	other	1438.0	80.459	99.0	0.0003333883925780138	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0028_000000017340	1125	0.7220192464621569	2	2	2	2	2	False	37170	fragment	False	ISR0028_000000017340	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	97.689	100.0	0.000299135779699805	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0254_000000001745	4688	0.7220090597235871	7	4	2	4	0	True	122483	fragment	False	ISR0254_000000001745	0.9619272237196765		0	0	False	False	0.9991467595100403	0					non-mobilizable	no_good_hit	636.0	75.943	16.0	0.000221250882621643	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0117_000000005013	5405	0.7220053819179946	7	3	2	3	1	False	132357	maximal	True	ISR0117_000000005013	0.9948700152185791		13	3	True	True	1.0	2					non-mobilizable	no_good_hit	170.0	74.706	3.0	0.0006980098310059331	NZ_SMCQ01000002.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_102, whole genome shotgun sequence	True	True
ISR0033_000000005077	5277	0.7220053819179946	7	3	2	3	1	False	132357	maximal	False	ISR0117_000000005013	0.9912536141839391		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	170.0	74.706	3.0	0.0006980098310059331	NZ_SMCQ01000002.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_102, whole genome shotgun sequence	True	True
ENG0087_000000005235	5256	0.7220053819179946	7	3	2	3	1	False	132357	maximal	False	ISR0117_000000005013	0.9858793959908526		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	170.0	74.706	3.0	0.0006980098310059331	NZ_SMCQ01000002.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_102, whole genome shotgun sequence	True	True
AST0002_000000006389	5220	0.7220053819179946	7	3	2	3	1	False	132357	maximal	False	ISR0117_000000005013	0.9884947393542406		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	170.0	74.706	3.0	0.0006980098310059331	NZ_SMCQ01000002.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_102, whole genome shotgun sequence	True	True
ISR0158_000000003106	5197	0.7220053819179946	7	3	2	3	1	False	132357	maximal	False	ISR0117_000000005013	0.9849985354629365		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	170.0	74.706	3.0	0.0006980098310059331	NZ_SMCQ01000002.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_102, whole genome shotgun sequence	True	True
ISR0146_000000007349	5194	0.7220053819179946	7	3	2	3	1	False	132357	maximal	False	ISR0117_000000005013	0.9823533556460096		0	0	False	True	0.9998074769973755	0					non-mobilizable	no_good_hit	170.0	74.706	3.0	0.0006980098310059331	NZ_SMCQ01000002.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_102, whole genome shotgun sequence	True	True
ISR0325_000000007164	2717	0.7220053819179946	4	3	2	3	1	False	24878	fragment	False	ISR0325_000000007164	1.0		0	0	False	False	0.9937431216239929	0					non-mobilizable	no_good_hit	170.0	74.706	6.0	0.0006980098310059331	NZ_SMCQ01000002.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_102, whole genome shotgun sequence	True	False
MON0068_000000027868	1518	0.7220007381217036	1	1	1	1	1	False	57775	maximal	True	MON0068_000000027868	1.0		74	9	False	False	0.9993412494659424	0					non-mobilizable	other	1518.0	100.0	100.0	0.022839850042909407	NZ_NFIG01000027.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_27, whole genome shotgun sequence	False	False
CHI0011_000000000748	7033	0.7220005083290676	10	10	3	2	8	False	90221	maximal	True	CHI0011_000000000748	1.0		1	1	False	False	0.9994312524795532	0					non-mobilizable	plasmid	4238.0	99.95299999999999	95.0	0.014215020213711774	CP055935.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_2, complete sequence	False	True
ISR0350_000000003001	5227	0.7220001096214688	6	6	3	4	6	False	98727	fragment	False	BAN0013_000000000026	0.9439961854100303		0	0	False	False	0.999808669090271	0		MOBP			mobilizable	plasmid	5227.0	99.694	100.0	0.1435201713673688	CP057443.1	enterobacteria	Escherichia coli strain RHB26-C22 plasmid pRHB26-C22_3, complete sequence	False	True
ISR0819_000000001049	16310	0.7219985417435739	24	8	4	8	4	False	106965	fragment	False	ISR0819_000000001049	0.9876068376068377		0	0	False	False	0.9996934533119202	0					non-mobilizable	no_good_hit	2592.0	99.19	16.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
FIJ0133_000000015310	2460	0.721996644843504	4	3	3	3	3	False	62167	maximal	False	MAD0045_000000015407	0.9768592422561927		0	0	False	False	1.0	0					non-mobilizable	chromosome	2470.0	84.939	100.0	0.0006868272192929598	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0166_000000002886	9112	0.7219929157292324	8	5	5	5	5	True	51753	maximal	True	FIJ0166_000000002886	1.0		5	1	False	False	0.999780535697937	0					non-mobilizable	no_good_hit	68.0	86.765	1.0	0.0006495835878343658	NZ_CABGVN010000015.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071129, whole genome shotgun sequence	True	True
SPA0117_000000008450	4440	0.7219926589205808	5	4	4	4	4	False	94369	fragment	False	SPA0110_000000004781	0.9905405458804756		0	0	False	False	1.0	0					non-mobilizable	other	4420.0	99.45700000000001	99.0	0.0013934669875174893	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0065_000000006208	4281	0.7219926589205808	6	4	4	4	4	False	94369	fragment	False	SPA0110_000000004781	0.9643100343511302		0	0	False	False	0.9915907382965088	0					non-mobilizable	other	4283.0	99.3	100.0	0.0013502366937471325	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0125_000000002677	8313	0.721987073115092	10	7	5	6	5	True	121649	maximal	True	ENG0125_000000002677	1.0		2	2	False	False	0.9998797178268433	0					non-mobilizable	no_good_hit	574.0	91.63799999999999	7.0	0.60828025477707	GQ875601.1		Uncultured organism clone VC1A405TF genomic sequence	True	True
USA0116_01_000000014525	1705	0.7219858940839913	3	1	1	1	1	False	28146	maximal	True	USA0116_01_000000014525	1.0		0	0	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit	1058.0	99.71600000000001	62.0	0.00025509526854991494	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0224_000000019832	1568	0.7219805230320356	3	2	1	2	1	False	27732	maximal	True	ISR0224_000000019832	1.0		61	8	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	85.965	4.0	0.00036657131448545823	NZ_FOHN01000007.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
ENG0127_000000001694	14160	0.7219799256163028	12	11	11	10	8	True	107244	maximal	True	ENG0127_000000001694	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5445.0	89.036	66.0	0.010513542393284937	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	True
ISR0370_000000007635	3408	0.7219721521802981	4	4	4	3	3	False	83293	maximal	False	CHI0182_000000007502	0.9498857795545402		0	0	False	False	0.9991196990013123	0					non-mobilizable	no_good_hit	833.0	70.708	24.0	0.0002578546557108521	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0111_000000007700	4331	0.7219710961625647	9	3	0	3	0	True	4582	maximal	True	SPA0111_000000007700	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0017_000000000197	45366	0.7219525969131845	61	8	3	8	3	True	2559	maximal	True	TAN0017_000000000197	1.0		2	1	False	False	0.9999779462814331	0					non-mobilizable	no_good_hit	75.0	92.0	1.0	0.00023209306614016512	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
ISR0128_000000023955	1469	0.7219507358821871	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.7937912803709809		0	0	False	False	0.9659632444381714	0					non-mobilizable	no_good_hit	753.0	77.689	51.0	0.8607888631090487	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
DEN0011_000000029791	1562	0.7219479219063555	1	1	1	1	1	False	75626	fragment	False	DEN0011_000000029791	0.9954663212435233		0	0	False	False	0.9916773438453674	0					non-mobilizable	no_good_hit								True	False
ENG0158_000000010393	1803	0.7219463386114923	3	3	3	2	3	False	61169	fragment	False	ENG0091_000000012705	0.9742978272390037		0	0	False	False	0.980587899684906	0					non-mobilizable	other	1803.0	99.057	100.0	0.009429568657411526	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0073_000000002552	1835	0.7219458870077791	2	2	2	2	2	False	96513	maximal	False	MON0014_000000008771	0.6563829787234042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	91.4	59.0	0.017970680283314118	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
AST0031_000000016536	1588	0.7219415425140302	3	3	3	3	2	False	121031	fragment	False	DEN0096_000000023538	0.5303731827990886		0	0	False	False	0.998740553855896	0					non-mobilizable	no_good_hit	548.0	75.365	34.0	0.011309422388822628	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
SPA0145_000000003781	7581	0.7219297815223576	5	4	3	3	4	False	116681	maximal	True	SPA0145_000000003781	1.0	PS782	8	4	False	True	1.0	0					non-mobilizable	no_good_hit	4062.0	98.32600000000001	54.0	0.0013022680258861874	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MON0001_000000009339	3585	0.7219286628353253	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.10796947872942336		0	0	False	False	1.0	0					non-mobilizable	chromosome	3585.0	98.884	100.0	0.0015824419587311146	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0111_000000030768	1102	0.7219283110134209	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.015669319170409545	PS1128	0	0	False	True	0.9981850981712341	0					non-mobilizable	other	1109.0	82.777	100.0	0.013080158805180073	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MAD0102_000000015193	1426	0.721925155924643	2	2	0	2	1	False	47466	fragment	False	FIJ0040_000000017039	0.9104426002766252		0	0	False	False	0.9670406579971313	0		MOBP			mobilizable	plasmid	1426.0	94.25	100.0	0.6445047489823609	CP023909.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_436 plasmid unnamed	False	True
MAD0095_000000030950	1234	0.7219217431309704	2	1	1	1	1	False	15561	fragment	False	SPA0098_000000031400	0.944264943457189		0	0	False	False	0.9967585206031799	0					non-mobilizable	no_good_hit	60.0	86.667	5.0	8.127652626978531e-06	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
ISR0822_000000002788	2326	0.7219170775037252	4	4	3	3	1	False	120375	fragment	False	ISR0822_000000002788	0.9394032488530234		0	0	False	False	1.0	0					non-mobilizable	other	2341.0	88.89399999999999	100.0	0.013314285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0181_000000011515	1791	0.7219163341017026	3	1	1	1	1	True	113508	fragment	False	ISR0217_000000012731	0.9094143404488233		0	0	False	True	1.0	0					non-mobilizable	chromosome	1757.0	94.024	98.0	0.0005647016960067661	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
DEN0018_000000005091	6340	0.7219119973933471	8	4	3	3	2	True	75145	maximal	True	DEN0018_000000005091	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	97.134	19.0	0.00034029668081147466	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0001_000000028399	1231	0.7219094207783382	1	1	0	1	1	True	14361	maximal	True	MON0001_000000028399	1.0		1	1	False	False	0.9837530255317688	0					non-mobilizable	no_good_hit								True	True
ISR0350_000000003104	5093	0.7219065159563063	8	8	8	8	7	False	87432	fragment	False	ISR0350_000000003104	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5093.0	99.804	100.0	0.0010586639544466797	CP010117.1	enterobacteria	Escherichia coli strain C2, complete genome	False	False
AUS0004_000000003219	6569	0.7219026680345242	9	8	3	4	7	True	113919	fragment	False	AUS0004_000000003219	1.0		0	0	False	False	0.9993910789489746	0					non-mobilizable	other	6569.0	99.985	100.0	0.017834692386856418	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0073_000000004453	4240	0.7218979885459362	3	2	2	2	2	False	52787	fragment	False	FIJ0130_000000005116	0.9882317615626179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	73.89699999999999	6.0	0.0008114287782718076	NZ_FNQG01000003.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
ETH0003_000000007732	4259	0.7218972495137311	6	1	1	1	1	False	53238	maximal	True	ETH0003_000000007732	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	76.77199999999999	15.0	0.00022401943524789623	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0028_000000009232	2997	0.7218956818672685	2	2	2	2	2	False	77871	fragment	False	DEN0028_000000009232	0.9778636683063949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	71.08800000000001	29.0	0.00027397057169278036	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0029_000000015474	1944	0.7218953040499799	4	1	1	1	1	False	12558	fragment	False	MON0029_000000015474	1.0		0	0	False	False	0.9861111044883728	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.1876432319731152e-05	NZ_FNTJ01000002.1	g-proteobacteria	Pseudomonas saponiphila strain DSM 9751, whole genome shotgun sequence	True	False
SPA0128_000000011666	3158	0.721890421275697	2	2	1	2	1	False	3889	maximal	True	SPA0128_000000011666	1.0		3	3	False	False	0.9990500211715698	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	2.0	0.0008703377998585701	NZ_AUBA01000021.1	a-proteobacteria	Novosphingobium acidiphilum DSM 19966 G404DRAFT_scaffold00021.21_C, whole genome shotgun sequence	True	False
MAD0006_000000005766	1645	0.7218744554391876	3	3	3	3	3	False	19888	maximal	True	MAD0006_000000005766	1.0		2	2	False	False	0.9854103326797485	0					non-mobilizable	no_good_hit	281.0	75.089	20.0	6.40863109775423e-05	CP046994.1	b-proteobacteria	Bordetella pertussis strain J299 chromosome, complete genome	True	False
ISR0233_000000011077	1571	0.7218715370456656	3	3	3	3	3	False	43105	fragment	False	FIJ0095_000000017469	0.963151207115629		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	94.462	100.0	0.04544665084235512	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
DEN0021_000000020920	1737	0.7218590061173884	1	1	1	1	1	False	74753	fragment	False	DEN0021_000000020920	0.9854771784232366		0	0	False	False	0.9988486170768738	0					non-mobilizable	other	1738.0	96.663	100.0	0.03330329581839446	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0085_000000027854	1162	0.7218578721922186	2	2	2	2	2	False	46690	fragment	False	USA0047_01_000000031377	0.7009735122600219		0	0	False	False	0.9939758777618408	0					non-mobilizable	other	1116.0	77.33	95.0	0.00030941620104352793	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
SPA0030_000000006461	4646	0.7218551416152368	8	5	5	5	4	True	120933	fragment	False	USA0062_01_000000004946	0.9380451946231414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2758.0	98.949	59.0	0.07481811271582148	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
ENG0064_000000006338	3583	0.7218546076895798	6	3	2	2	3	False	127772	fragment	False	ENG0064_000000006338	0.9655566239920558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2338.0	99.829	65.0	0.04467222519697086	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0024_000000026269	1930	0.7218523418566941	2	1	1	1	1	False	12923	fragment	False	MON0024_000000026269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0101_000000027823	2276	0.721837708004541	2	2	2	2	2	True	92682	maximal	True	MON0101_000000027823	1.0		1	1	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit								True	True
FIJ0007_000000003071	5589	0.7218365647881396	7	3	3	3	3	False	51619	maximal	True	FIJ0007_000000003071	1.0		1	1	False	False	0.9998210668563843	0					non-mobilizable	no_good_hit	1679.0	98.809	30.0	0.009665119172416971	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0051_000000015970	2448	0.7218351550392013	3	3	3	2	2	False	92161	fragment	False	ISR0051_000000015970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1947.0	79.404	79.0	0.00027170737243021286	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
CHI0019_000000003489	2457	0.721826819808004	2	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9032644139525253		0	0	False	False	0.9967439770698547	0	Inc18				non-mobilizable	chromosome	2460.0	99.87799999999999	100.0	0.0011438055186406809	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
ENG0074_000000006797	3226	0.721815596644446	4	4	3	4	3	False	127054	fragment	False	ENG0049_000000005054	0.5484021412704561		0	0	False	False	1.0	0					non-mobilizable	chromosome	2514.0	98.21	100.0	0.0007284723097906041	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0071_000000019840	2087	0.7218100917259133	3	3	3	3	2	False	76894	fragment	False	DEN0001_000000019016	0.6337903582485626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	77.143	12.0	6.762104378152655e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MON0012_000000036000	1547	0.7217972344945709	2	1	1	1	1	False	58822	fragment	False	ENG0125_000000015978	0.9383313180169286		0	0	False	False	0.9670329689979553	0					non-mobilizable	other	1399.0	81.916	90.0	0.00041940562425049686	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0024_000000034959	1481	0.7217972344945709	2	1	1	1	1	False	12906	maximal	True	MON0024_000000034959	1.0		177	12	False	False	0.9655638337135315	0					non-mobilizable	other	1374.0	79.622	93.0	0.006137226224977793	NZ_FNBY01000005.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
USA0116_01_000000018041	1355	0.7217972344945709	1	1	1	1	1	False	52721	fragment	False	MON0066_000000024692	0.6714301113669994		0	0	False	False	0.9940959215164185	0					non-mobilizable	other	1355.0	96.9	100.0	0.0003319708797301866	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0035_000000021910	1337	0.7217972344945709	1	1	1	1	1	False	12196	maximal	True	MON0035_000000021910	1.0		23	6	False	False	1.0	0					non-mobilizable	other	1333.0	91.74799999999999	99.0	0.02678859819121447	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0090_000000008538	2639	0.7217967202043806	2	2	2	2	1	False	102342	fragment	False	ENG0090_000000008538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0271_000000005559	2869	0.7217881597532652	3	3	3	2	2	False	26421	maximal	True	ISR0271_000000005559	1.0		34	5	False	False	0.9972115755081177	0					non-mobilizable	other	2902.0	85.941	100.0	0.006357796258715442	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
FIJ0109_000000005492	5019	0.7217859730271431	5	5	4	5	5	False	68182	maximal	True	FIJ0109_000000005492	1.0		6	5	True	True	0.9998007416725159	5					non-mobilizable	no_good_hit	47.0	89.36200000000001	1.0	0.005488605178379668	NZ_MDEJ01000158.1	g-proteobacteria	Xanthomonas populi strain CFBP1817 Xpo-CFBP1817-G1158, whole genome shotgun sequence	True	True
MAD0104_000000003462	3001	0.7217761514757777	3	3	2	3	2	False	68370	fragment	False	MAD0104_000000003462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	80.916	4.0	0.0013678307256868088	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0093_000000017380	2231	0.7217735600920561	3	2	2	2	2	False	95620	fragment	False	SPA0093_000000017380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	3.0	2.7667739014680412e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0063_000000011442	3832	0.7217710957401531	6	2	2	2	0	True	71564	fragment	False	DEN0063_000000011442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0114_000000029090	1403	0.7217702338417666	1	1	1	1	1	False	41817	fragment	False	FIJ0114_000000029090	1.0		0	0	False	False	0.9843193292617798	0					non-mobilizable	other	1399.0	87.634	99.0	0.03629042732822445	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
FIJ0006_000000005268	6085	0.7217701147611137	12	3	2	3	2	True	105171	fragment	False	FIJ0006_000000005268	1.0		0	0	False	False	0.998849630355835	0					non-mobilizable	no_good_hit								True	True
SPA0047_000000017339	2263	0.7217600368440976	4	2	2	2	1	False	120842	fragment	False	SPA0047_000000017339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	89.943	46.0	0.0002955116297026375	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0026_000000015108	2097	0.7217521922803798	3	2	2	2	2	False	7521	fragment	False	SPA0132_000000019199	0.9864927806241266		0	0	False	False	1.0	0					non-mobilizable	other	2097.0	99.571	100.0	0.0045454939754855615	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0106_000000031889	1184	0.7217513232733809	2	2	2	1	1	False	91163	fragment	False	ISR0079_000000021710	0.4114322883736258		0	0	False	False	0.9991554021835327	0					non-mobilizable	other	1181.0	78.831	99.0	0.0689149560117302	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
CHI0095_000000005362	1594	0.7217476643886239	1	1	1	1	1	False	83491	maximal	True	CHI0095_000000005362	1.0		218	10	False	False	0.9868255853652954	0					non-mobilizable	other	1367.0	91.075	90.0	0.006087878367679225	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0069_000000021201	1265	0.7217366868862859	3	1	1	1	1	False	70678	maximal	True	DEN0069_000000021201	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	77.555	74.0	0.000760693960723187	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0132_000000011952	2609	0.7217319509505742	3	2	2	1	1	True	120781	fragment	False	CHI0132_000000011952	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.962	100.0	0.00416153389543827	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
USA0051_01_000000008237	2534	0.7217319509505742	3	2	2	1	1	True	110073	fragment	False	USA0051_01_000000008237	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2550.0	83.37299999999999	100.0	0.0040466449228648204	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0824_000000008340	2502	0.7217319509505742	3	2	2	1	1	True	120773	fragment	False	ISR0824_000000008340	0.965145216233898		0	0	False	False	1.0	0					non-mobilizable	other	2486.0	94.771	99.0	0.000919525039516932	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0294_000000007946	2410	0.7217319509505742	2	2	2	1	1	True	79351	fragment	False	ENG0031_000000007961	0.9570455191018142		0	0	False	False	1.0	0					non-mobilizable	other	2437.0	82.766	100.0	0.0038392065001627593	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0148_000000015730	2375	0.7217319509505742	2	2	2	1	1	True	120773	fragment	False	ISR0824_000000008340	0.939755125460997		0	0	False	False	1.0	0					non-mobilizable	other	2375.0	95.368	100.0	0.0008812888348054891	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0054_01_000000004005	2278	0.7217319509505742	3	2	2	1	1	True	102796	fragment	False	USA0019_01_000000011868	0.7798214755691554		0	0	False	False	1.0	0					non-mobilizable	other	2278.0	99.868	100.0	0.008135251685465517	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0002_000000009835	2248	0.7217319509505742	2	2	2	1	1	True	79351	fragment	False	ENG0031_000000007961	0.580816198014957		0	0	False	False	1.0	0					non-mobilizable	other	2275.0	81.319	100.0	0.0035807063118724987	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0303_000000005729	2191	0.7217319509505742	2	2	2	1	1	True	120770	fragment	False	ISR0303_000000005729	1.0		0	0	False	False	0.9986307621002197	0					non-mobilizable	other	1965.0	94.45299999999999	90.0	0.003133915862975752	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
MON0037_000000032488	2187	0.7217319509505742	2	2	2	1	1	True	110072	fragment	False	MON0037_000000032488	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2188.0	87.38600000000001	100.0	0.0008111272552864337	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ENG0107_000000013358	2160	0.7217319509505742	2	2	2	1	1	True	93467	fragment	False	ENG0107_000000013358	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2121.0	86.23299999999999	98.0	0.0007847702598057304	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
SPA0047_000000018674	2094	0.7217319509505742	2	2	2	1	1	True	120751	fragment	False	SPA0047_000000018674	0.9533524280098352		0	0	False	False	1.0	0					non-mobilizable	other	2094.0	96.705	100.0	0.0007769745287480575	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0033_01_000000005293	2069	0.7217319509505742	2	2	2	1	1	True	79351	fragment	False	ENG0031_000000007961	0.3839857651245552		0	0	False	False	1.0	0					non-mobilizable	other	2086.0	80.92	100.0	0.0007658377700942393	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MON0108_000000010552	2059	0.7217319509505742	2	2	2	1	1	True	120751	fragment	False	SPA0047_000000018674	0.9471966821114078		0	0	False	False	0.9713453054428101	0					non-mobilizable	other	2059.0	95.92	100.0	0.0007639816436519362	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0181_000000009600	1982	0.7217319509505742	2	2	2	1	1	True	91224	fragment	False	ISR0181_000000009600	0.988876732312181		0	0	False	False	0.9899091720581055	0					non-mobilizable	no_good_hit	1573.0	84.679	79.0	0.0005776265488447097	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
CHI0047_000000007878	1981	0.7217319509505742	2	2	2	1	1	True	86973	fragment	False	CHI0047_000000007878	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1986.0	88.26799999999999	100.0	0.000734654845863548	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
SPA0119_000000017210	1843	0.7217319509505742	2	2	2	1	1	True	79347	fragment	False	SPA0119_000000017210	1.0		0	0	False	False	0.9994574189186096	0					non-mobilizable	other	1860.0	89.301	100.0	0.000687880459517511	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0208_000000000007	157003	0.7217291735909297	207	35	17	28	17	False	127081	maximal	True	ISR0208_000000000007	1.0		1	1	True	True	1.0	57					non-mobilizable	no_good_hit	2622.0	98.36	2.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	True
MON0054_000000042807	1197	0.721727658108553	2	2	2	1	1	False	121854	fragment	False	FIJ0048_000000015861	0.06241846359491836		0	0	False	False	0.9849624037742615	0					non-mobilizable	other	1197.0	100.0	100.0	0.00037207357599416133	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0007_000000006450	4046	0.7217188372982798	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9708962088167598		0	0	False	False	0.9997528195381165	0					non-mobilizable	other	4022.0	97.837	99.0	0.013094785674035828	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
SPA0094_000000009845	1219	0.7217146081397016	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.2250794893207602		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	77.425	100.0	0.008514744699571425	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
TAN0007_000000036875	1157	0.7217107786356097	1	1	1	1	1	False	33254	fragment	False	ISR0847_000000024827	0.9429392446633826		0	0	False	False	0.997407078742981	0					non-mobilizable	other	1016.0	94.98	91.0	0.00031576478230273725	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0030_000000008246	2447	0.7217106484394002	5	3	2	1	2	True	65742	fragment	False	ENG0030_000000008246	1.0		0	0	False	False	0.9963220357894897	0					non-mobilizable	no_good_hit	111.0	76.577	4.0	3.046023726268514e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0025_000000018637	2112	0.7217089289762488	4	4	4	3	2	False	37356	maximal	True	ISR0025_000000018637	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	73.921	25.0	0.000158048868342536	NZ_CP017253.2	firmicutes	Clostridium taeniosporum strain 1/k chromosome, complete genome	True	False
ENG0018_000000012275	1730	0.7217049116591017	2	2	2	2	2	False	66614	fragment	False	ENG0018_000000012275	1.0		0	0	False	False	0.9953756928443909	0					non-mobilizable	other	1730.0	97.977	100.0	0.0007472710990633395	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0107_000000016855	1668	0.7217044637250303	3	3	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.20433916372621816		0	0	False	False	0.9898081421852112	0					non-mobilizable	other	1666.0	93.037	99.0	0.03786008230452675	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0849_000000007668	3499	0.7216947975792305	5	4	4	4	2	False	120968	fragment	False	AST0149_000000008152	0.9113472184434463		0	0	False	False	1.0	0					non-mobilizable	other	3325.0	94.617	95.0	0.20875463166488728	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	False
CAN0014_000000024547	1975	0.7216894304222241	2	2	2	2	2	False	93610	fragment	False	CAN0014_000000024547	1.0		0	0	False	False	0.9994936585426331	0					non-mobilizable	chromosome	1975.0	99.291	100.0	0.0005843372155872619	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
CHI0071_000000001596	6906	0.7216871279939869	10	9	5	8	9	True	114231	fragment	False	MAD0029_000000000597	0.968964550931764		0	0	False	False	1.0	0					non-mobilizable	plasmid	6908.0	99.81200000000001	100.0	0.04310409432689666	CP054450.1	enterobacteria	Escherichia coli strain SCU-488 plasmid pSCU-488-1, complete sequence	False	True
MON0103_000000024434	2163	0.7216860626585706	3	2	2	2	1	False	8900	maximal	True	MON0103_000000024434	1.0		1	1	False	False	0.986592710018158	0					non-mobilizable	no_good_hit	730.0	99.589	34.0	0.0002477134081593195	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0819_000000005795	4149	0.7216859291131509	7	4	2	4	1	True	95052	fragment	False	ISR0378_000000004872	0.9518980124619304		0	0	False	False	0.9997589588165283	0					non-mobilizable	no_good_hit	50.0	96.0	1.0	0.0011337343822304489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0831_000000005413	3175	0.7216763465658635	4	3	3	2	3	False	21024	maximal	True	ISR0831_000000005413	1.0		1	1	False	False	0.9974803328514099	0					non-mobilizable	no_good_hit	635.0	82.205	20.0	0.00022971119871449796	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ENG0161_000000006210	3493	0.7216686502406745	6	4	4	4	3	False	127059	fragment	False	ENG0161_000000006210	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2603.0	98.771	96.0	0.0007772909079983533	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0120_000000000049	101499	0.7216654739777866	95	31	21	29	18	True	128754	maximal	True	FIJ0120_000000000049	1.0	PS785	2	1	False	True	0.9995960593223572	0					non-mobilizable	no_good_hit	1905.0	99.84299999999999	2.0	0.010874285714285715	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
USA0018_01_000000006910	3533	0.7216653365084102	4	4	1	3	3	False	117874	maximal	True	USA0018_01_000000006910	1.0	PS794	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	2449.0	85.831	69.0	0.0010430289045369402	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
MAD0040_000000021311	1582	0.721664287458895	3	1	1	1	1	False	18347	maximal	True	MAD0040_000000021311	1.0		2	1	False	False	0.999367892742157	0					non-mobilizable	no_good_hit	90.0	84.444	6.0	0.0034222871645005	NZ_FOIA01000040.1	b-proteobacteria	Nitrosomonas marina strain Nm71, whole genome shotgun sequence	True	False
ISR0327_000000010878	2485	0.7216632077576259	5	5	2	3	4	False	118670	fragment	False	ISR0327_000000010878	1.0		0	0	False	False	0.9963782429695129	0					non-mobilizable	no_good_hit	1904.0	90.756	88.0	0.00045451646974948375	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ENG0033_000000015020	1711	0.7216602016071197	4	3	3	1	1	False	65490	maximal	True	ENG0033_000000015020	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0016_000000009915	1862	0.7216491831238296	3	3	3	2	2	False	81415	fragment	False	FIJ0066_000000017058	0.9418362023995828		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	83.279	99.0	0.0005557952493656979	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0025_000000009141	2351	0.7216476213637726	4	3	2	3	1	True	49181	maximal	True	FIJ0025_000000009141	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	98.93799999999999	48.0	0.00020923576956081668	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MAD0079_000000002452	2134	0.721640549308833	4	2	1	1	2	False	16175	fragment	False	MAD0079_000000002452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	92.241	58.0	0.08392118705910971	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ENG0196_000000003079	3238	0.7216327553820728	5	3	3	2	1	False	54420	fragment	False	ENG0196_000000003079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	73.066	11.0	0.0062631249309214165	NC_047914.1	viruses	Faecalibacterium phage FP_Taranis, complete genome	True	False
ISR0212_000000005580	5662	0.7216279291438595	8	7	4	5	5	True	126508	maximal	False	AST0150_000000004332	0.9778150819107484	PS895	0	0	True	True	1.0	40		MOBV			mobilizable	plasmid	3293.0	99.666	100.0	0.4879205572847191	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
USA0052_01_000000008689	1802	0.7216225301660311	2	2	1	1	2	True	91962	fragment	False	USA0052_01_000000008689	0.9836065573770492		0	0	False	False	0.9800221920013428	0					non-mobilizable	chromosome	1802.0	97.281	100.0	0.00027411746656406163	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
MON0008_000000010391	3094	0.7215975922588044	3	3	3	3	3	False	93590	maximal	True	MON0008_000000010391	0.9726027397260275		4	2	False	False	0.9983839392662048	0					non-mobilizable	no_good_hit	1603.0	72.115	51.0	0.0042834307748026434	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
MAD0033_000000003226	5292	0.7215903359882573	8	6	4	5	4	False	78782	maximal	True	MAD0033_000000003226	1.0		1	1	False	False	0.9981103539466858	0					non-mobilizable	no_good_hit	2303.0	99.78299999999999	47.0	0.13408667287977633	NZ_VJYL01000055.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold53_1, whole genome shotgun sequence	True	False
SPA0112_000000002216	13757	0.721585959236795	14	12	10	11	10	False	114505	maximal	True	SPA0112_000000002216	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2213.0	97.741	46.0	0.03531779627174417	NZ_AFTL01000018.1	firmicutes	Lactobacillus oris F0423 ctg1127947904574, whole genome shotgun sequence	True	False
SPA0149_000000004860	6653	0.7215855406076016	3	3	3	3	2	False	97428	fragment	False	SPA0149_000000004860	1.0		0	0	False	False	0.9980459809303284	0					non-mobilizable	other	6331.0	99.52600000000001	95.0	0.00825879111129667	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ENG0172_000000001170	13343	0.7215840013848807	24	10	6	7	8	False	84272	maximal	True	ENG0172_000000001170	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9826.0	99.491	74.0	0.0017145844406218445	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0219_000000023500	1395	0.7215746613389317	2	1	1	1	1	False	32700	fragment	False	ISR0110_000000016138	0.7309464015466864		0	0	False	False	0.9326164722442627	0					non-mobilizable	other	1380.0	98.551	99.0	0.003632235497397644	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
ISR0160_000000023080	1297	0.7215746613389317	1	1	1	1	1	False	32700	fragment	False	ISR0110_000000016138	0.47974910394265236		0	0	False	False	0.9753276705741882	0					non-mobilizable	other	1297.0	98.689	100.0	0.0034136165370756686	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
CAN0014_000000010933	4119	0.7215742549637723	4	4	2	3	4	False	111239	maximal	True	CAN0014_000000010933	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2628.0	100.0	64.0	0.0007497805172372458	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0291_000000008076	1794	0.7215726567342213	3	2	2	2	2	False	112368	fragment	False	ISR0291_000000008076	1.0		0	0	False	False	0.9866220951080322	0					non-mobilizable	no_good_hit	1323.0	98.11	82.0	0.00036711820539735965	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0054_000000017357	1459	0.7215726567342213	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.45139881436768514		0	0	False	False	0.9979438185691833	0					non-mobilizable	other	1325.0	97.057	100.0	0.00036628510810825823	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0011_000000016443	2863	0.7215661684075713	4	4	4	4	4	False	127054	fragment	False	ENG0049_000000005054	0.42289046812974407		0	0	False	False	1.0	0					non-mobilizable	other	2394.0	98.87200000000001	97.0	0.0007151076353584851	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0045_000000011477	2320	0.7215659189246546	2	2	1	2	1	False	6761	fragment	False	SPA0045_000000011477	1.0		0	0	False	False	0.9995689392089844	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000025504	1629	0.7215593714281155	3	3	3	3	3	False	100191	maximal	False	MAD0110_000000015382	0.9354721785345994		0	0	False	False	0.995702862739563	0					non-mobilizable	no_good_hit	695.0	83.45299999999999	58.0	0.003374904681081347	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
USA0005_01_000000005749	6270	0.7215545872906443	6	6	5	6	6	False	92958	maximal	True	USA0005_01_000000005749	1.0		19	7	False	False	0.9955343008041382	0					non-mobilizable	no_good_hit	4601.0	99.087	73.0	0.12591740606857268	NZ_WNCH01000021.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold21_size36516, whole genome shotgun sequence	True	False
MAD0085_000000008574	1349	0.7215533678666679	2	2	2	2	1	False	16057	fragment	False	MAD0085_000000008574	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	97.85	100.0	0.0002153230460671517	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
DEN0079_000000048573	1291	0.7215409934979736	2	1	1	1	1	False	69443	fragment	False	DEN0079_000000048573	0.9980574980574981		0	0	False	False	0.9930286407470703	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	8.384291192022626e-05	NZ_PPXB01000004.1	high GC Gram+	Arthrobacter glacialis strain TMN-18 scaffold9, whole genome shotgun sequence	True	False
ISR0063_000000009541	2109	0.7215401580452436	2	2	2	1	1	True	97327	fragment	False	MON0012_000000024851	0.7862585141894342		0	0	False	False	1.0	0					non-mobilizable	other	2113.0	92.381	100.0	0.021911645247964007	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ENG0131_000000013122	2015	0.7215401580452436	3	2	2	1	1	True	97327	fragment	False	MON0012_000000024851	0.31860311155246607		0	0	False	False	0.9995037317276001	0					non-mobilizable	other	2020.0	95.24799999999999	100.0	0.02102643144279436	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
CAN0001_000000022273	2014	0.7215401580452436	3	2	2	1	1	True	97327	fragment	False	MON0012_000000024851	0.6199256778970265		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	100.0	100.0	0.004450015253405488	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ENG0013_000000024135	1137	0.7215396668385551	2	2	2	2	1	True	66947	maximal	True	ENG0013_000000024135	1.0		1	1	False	False	0.9920844435691833	0					non-mobilizable	no_good_hit	739.0	99.594	65.0	0.001368894923403095	NZ_CZAI01000003.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
MON0100_000000015156	2823	0.7215295364449111	3	3	3	3	3	False	72909	maximal	True	MON0100_000000015156	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1754.0	99.316	62.0	0.002135572943886694	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0032_000000012102	1892	0.7215202602808636	3	1	1	1	1	False	65602	fragment	False	ENG0032_000000012102	1.0		0	0	False	False	0.985200822353363	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000007221	3213	0.7215195144825597	3	3	3	3	3	False	62619	maximal	True	ENG0068_000000007221	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	919.0	86.181	28.0	0.0013521870839928302	NZ_HE978575.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	True	False
FIJ0008_000000003093	8427	0.7215165522172261	14	9	5	7	5	False	51478	maximal	True	FIJ0008_000000003093	1.0		1	1	False	False	0.9996439814567566	0					non-mobilizable	no_good_hit	2636.0	98.40700000000001	44.0	0.0010409823519477485	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
SPA0123_000000005426	1540	0.7215085296223069	2	2	2	2	2	False	96494	fragment	False	DEN0083_000000017426	0.7351263657765911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	94.78299999999999	23.0	0.001027160021976447	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
USA0035_01_000000017257	1491	0.7215085296223069	4	2	2	2	2	False	1408	fragment	False	USA0035_01_000000017257	1.0		0	0	False	False	0.9973172545433044	0					non-mobilizable	no_good_hit	198.0	95.455	13.0	0.0005882282683993025	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
ISR0347_000000010099	2232	0.7215081243084471	3	3	3	3	3	False	113809	fragment	False	ISR0098_000000007100	0.9268021936817662		0	0	False	False	1.0	0					non-mobilizable	other	2246.0	96.48299999999999	100.0	0.008702632895486964	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0185_000000004374	6605	0.7215010709402725	7	2	1	1	0	False	29408	fragment	False	ISR0185_000000004374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0003_000000005727	6162	0.7214955401219497	7	7	7	7	5	False	130737	maximal	True	AST0003_000000005727	0.9517882187938289		123	12	False	False	1.0	0					non-mobilizable	other	2907.0	92.294	98.0	0.006057665968965178	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0004_000000020950	1371	0.721493847113901	2	2	2	1	1	False	96106	fragment	False	CAN0004_000000020950	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	100.0	100.0	0.0013987770400448426	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
ISR0011_000000005168	4839	0.7214925188695099	4	4	4	4	3	False	38264	maximal	True	ISR0011_000000005168	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1474.0	89.484	37.0	0.00040793997256332925	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0053_000000017608	2192	0.7214880239009702	3	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.5513210415534556		0	0	False	False	0.9972627758979797	0					non-mobilizable	other	2172.0	99.72399999999999	99.0	0.04151686682475331	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0105_000000021959	1512	0.7214832010210379	3	2	2	2	1	True	42415	fragment	False	FIJ0105_000000021959	1.0		0	0	False	False	0.9993386268615723	0					non-mobilizable	no_good_hit	178.0	76.404	12.0	0.0057490362887146085	NZ_BCTI01000054.1	b-proteobacteria	Hydrogenophaga intermedia NBRC 102510, whole genome shotgun sequence	True	True
FIJ0152_000000010144	2404	0.7214819695590465	3	1	1	1	1	False	39723	maximal	True	FIJ0152_000000010144	1.0		2	2	False	False	0.9970881938934326	0					non-mobilizable	no_good_hit								True	False
ISR0800_000000011212	1197	0.7214812340923825	2	1	1	1	1	False	21875	fragment	False	ISR0800_000000011212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	6.095256671258426e-06	CP050992.1	b-proteobacteria	Chromobacterium violaceum strain FDAARGOS_635 chromosome, complete genome	True	False
ENG0116_000000007227	3208	0.7214694601530312	4	3	2	3	2	False	115347	fragment	False	ENG0116_000000007227	1.0		0	0	False	False	0.9996882677078247	0					non-mobilizable	other	3215.0	94.961	99.0	0.0007493656521767532	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0062_000000008209	3504	0.7214622207681399	4	3	2	3	3	False	79326	fragment	False	FIJ0062_000000008209	1.0		0	0	False	False	0.9985730648040771	0					non-mobilizable	no_good_hit	462.0	72.078	13.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
FIJ0124_000000015472	1824	0.7214619510404262	4	1	1	1	1	False	119687	fragment	False	FIJ0124_000000015472	0.9900810620118846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000017022	1730	0.7214619510404262	2	1	1	1	1	False	119687	fragment	False	FIJ0124_000000015472	0.9705383086830677		0	0	False	False	0.9942196607589722	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000023696	1705	0.7214619510404262	3	1	1	1	1	False	119687	fragment	False	FIJ0124_000000015472	0.9783995053218613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0151_000000014336	1659	0.7214619510404262	3	1	1	1	1	False	119687	fragment	False	FIJ0124_000000015472	0.9694143393823759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0008_000000017499	1650	0.7214619510404262	3	1	1	1	1	False	119687	fragment	False	FIJ0124_000000015472	0.838440992811126		0	0	False	False	0.9957575798034668	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000021943	1645	0.7214619510404262	3	1	1	1	1	False	119687	fragment	False	FIJ0124_000000015472	0.835368615194173		0	0	False	False	0.9975683689117432	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000019787	1629	0.7214619510404262	2	1	1	1	1	False	119687	fragment	False	FIJ0124_000000015472	0.8293809311868036		0	0	False	False	0.997544527053833	0					non-mobilizable	no_good_hit								True	False
MON0096_000000030759	1249	0.7214619510404262	2	1	1	1	1	False	119684	fragment	False	SPA0026_000000027025	0.9789979436192174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0046_000000014096	1731	0.7214546752937115	3	3	3	3	2	False	82697	fragment	False	MON0090_000000031486	0.5473543716718		0	0	False	False	0.9907568097114563	0					non-mobilizable	other	1201.0	81.682	95.0	0.016338167164670084	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ISR0226_000000000541	10838	0.721447182967528	12	10	7	9	5	False	52991	maximal	True	ISR0226_000000000541	1.0		6	3	False	False	0.9998154640197754	0					non-mobilizable	no_good_hit	2472.0	97.694	24.0	0.000714268114335077	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0183_000000026595	1143	0.7214465045713324	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.178875802259948		0	0	False	False	1.0	0					non-mobilizable	chromosome	1143.0	93.613	100.0	0.0003680875210272414	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0055_01_000000008338	3274	0.7214439787730345	4	4	2	4	3	True	92954	fragment	False	USA0055_01_000000008338	1.0		0	0	False	False	0.9908369183540344	0					non-mobilizable	no_good_hit								True	True
ENG0152_000000011335	2116	0.7214343658351893	2	2	2	2	2	False	68757	fragment	False	FIJ0120_000000008830	0.6035032754850983		0	0	False	False	0.9952741265296936	0					non-mobilizable	no_good_hit								True	False
MAD0002_000000033196	1350	0.7214305231564139	4	4	3	2	2	True	20135	maximal	True	MAD0002_000000033196	1.0		2	1	False	False	0.9992592334747314	0					non-mobilizable	no_good_hit	250.0	81.2	18.0	8.313875386788747e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
AST0002_000000026333	1422	0.7214226710229963	2	2	2	2	2	False	131353	maximal	True	AST0002_000000026333	1.0		28	5	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	79.167	7.0	0.000324978534312602	NZ_WTVN01000002.1	b-proteobacteria	Aromatoleum toluvorans strain Td21 NODE_2_length_292327_cov_32.8835, whole genome shotgun sequence	True	False
MAD0037_000000010620	1286	0.7214145300970911	1	1	1	1	1	False	114343	fragment	False	MAD0037_000000010620	0.9831282643355874		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	99.844	100.0	0.0005448837955799535	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0260_000000011304	1411	0.7214142929095556	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.570664582100067		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	97.661	100.0	0.1400198609731877	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0187_000000011133	1400	0.7214142929095556	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.5652327031640336		0	0	False	False	1.0	0					non-mobilizable	chromosome	1400.0	98.714	100.0	0.00032990256673157814	CP019857.1	firmicutes	Clostridioides difficile strain DSM 29745 chromosome, complete genome	False	False
FIJ0005_000000017208	2004	0.7214086373924521	3	3	3	2	1	False	51899	fragment	False	FIJ0005_000000017208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0172_000000000317	22143	0.7214048141619839	25	19	6	13	17	True	111503	maximal	True	CHI0172_000000000317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5039.0	81.008	54.0	0.0014583415084405175	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0148_000000020763	1403	0.7214032068655026	1	1	1	1	1	False	65589	maximal	True	ISR0148_000000020763	0.9147093440533776		470	12	False	False	0.9992872476577759	0					non-mobilizable	other	1403.0	99.073	100.0	0.0019415243874573646	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
CHI0176_000000005428	1404	0.7214028323634079	2	2	2	2	1	False	77711	maximal	True	CHI0176_000000005428	1.0		10	3	False	False	0.9992877244949341	0					non-mobilizable	chromosome	1266.0	94.787	90.0	0.00025598691685581483	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
MON0104_000000013400	3285	0.7213950002796296	4	4	4	4	4	False	39655	fragment	False	MAD0008_000000003194	0.9737534477853174		0	0	False	False	1.0	0					non-mobilizable	chromosome	3229.0	99.969	98.0	0.000598356299674185	CP027328.1	enterobacteria	Escherichia coli strain 2014C-3741 chromosome	False	False
SPA0007_000000008848	2810	0.7213903649757288	2	2	2	2	1	False	90736	maximal	True	SPA0007_000000008848	1.0		120	5	False	False	0.9996441006660461	0					non-mobilizable	no_good_hit	1303.0	81.888	58.0	0.00034650238933898173	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0003_000000021816	1153	0.7213889202346376	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.17471829717580034	PS1007	0	0	False	True	1.0	0					non-mobilizable	plasmid	1102.0	99.819	100.0	0.008669154816459584	CP061323.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS127, complete sequence	False	True
ISR0226_000000005182	1540	0.7213868204117571	3	3	3	2	1	False	99104	fragment	False	ISR0226_000000005182	0.9565659740321685		0	0	False	False	0.998701274394989	0					non-mobilizable	chromosome	1540.0	99.805	100.0	0.0004850891047852354	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0834_000000002961	5504	0.7213841731165568	5	3	1	3	1	True	106247	fragment	False	ISR0834_000000002961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	73.03399999999999	3.0	0.001140934784167737	NZ_JAATJH010000008.1	CFB group bacteria	Lewinella antarctica strain DSM 105096 Ga0373279_08, whole genome shotgun sequence	True	True
ISR0005_000000011215	1384	0.7213807880190217	2	1	1	1	1	False	38517	maximal	True	ISR0005_000000011215	1.0		404	12	False	False	0.9862716794013977	0					non-mobilizable	no_good_hit	186.0	83.333	13.0	0.0049065358257113145	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
TAN0007_000000015424	2479	0.7213804386138322	4	2	1	2	1	False	2833	maximal	True	TAN0007_000000015424	1.0		4	4	False	False	0.9899153113365173	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00014462245504652023	NZ_ATYA01000001.1	a-proteobacteria	Methylocapsa acidiphila B2 MetacDRAFT_Contig20.1_C, whole genome shotgun sequence	True	False
USA0063_01_000000015430	1359	0.7213717039546509	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.8373419704618297		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	98.443	99.0	0.002238031594763537	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0264_000000008720	1333	0.7213717039546509	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.831953201152572		0	0	False	False	0.9909977316856384	0					non-mobilizable	other	1332.0	98.79899999999999	100.0	0.0022098071607049466	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0027_000000029041	1297	0.7213717039546509	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.7072672081142812		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	98.61200000000001	100.0	0.00215169803176079	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0089_000000019783	1221	0.7213717039546509	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.47925051141906966		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	98.68700000000001	99.0	0.002020537426429692	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0360_000000014340	1724	0.7213667725773275	3	3	2	3	2	False	82390	fragment	False	ISR0360_000000014340	1.0		0	0	False	False	0.9965197443962097	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	4.2466724747419505e-05	NC_006908.1	mycoplasmas	Mycoplasma mobile 163K complete genome	True	False
SPA0127_000000018562	1580	0.7213619580469852	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.02010665484273418		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	83.666	93.0	0.00040333294870261235	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0142_000000018627	1906	0.72135435297245	3	3	2	2	2	False	67593	fragment	False	FIJ0142_000000018627	0.9972561234002882		0	0	False	False	0.999475359916687	0					non-mobilizable	chromosome	1906.0	99.84299999999999	100.0	0.0004337256900165909	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0209_000000010171	2897	0.7213516586636775	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.8990466547116879		0	0	False	False	1.0	0					non-mobilizable	other	2897.0	99.344	100.0	0.03601407732580553	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0112_000000016574	1660	0.7213480702311423	2	1	1	1	1	False	42001	fragment	False	FIJ0112_000000016574	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1660.0	100.0	100.0	0.4216010165184244	CP055560.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00184 plasmid unnamed	False	True
ISR0032_000000006229	4986	0.7213448166812939	8	3	1	2	3	True	36971	fragment	False	ISR0368_000000002076	0.3839659021717069		0	0	False	False	0.9947854280471802	0					non-mobilizable	no_good_hit	877.0	96.23700000000001	25.0	0.0002491701439554907	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0183_000000027844	1134	0.7213445517816428	3	2	2	2	1	False	73202	fragment	False	DEN0039_000000019121	0.9680944055944056		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	99.824	100.0	0.0012450248455531845	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
MON0090_000000015297	3678	0.7213426698478881	4	3	3	2	2	False	65081	maximal	True	MON0090_000000015297	1.0		16	2	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	692.0	73.41	19.0	0.00020736037861565602	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0138_000000003682	5807	0.7213149700526271	6	5	5	5	5	True	108530	fragment	False	SPA0138_000000003682	0.9884520451339915		0	0	False	False	1.0	0					non-mobilizable	other	5807.0	99.96600000000001	100.0	0.2831228361047447	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
MON0004_000000002198	10008	0.7213054470891345	12	8	5	8	4	True	14379	maximal	True	MON0004_000000002198	0.9546479986689181		19	3	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	82.51700000000001	15.0	0.0004406013380065786	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0176_000000007646	1264	0.7212998203403942	2	2	1	1	2	False	55561	fragment	False	ENG0176_000000007646	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	99.051	100.0	0.07015107753832482	NZ_CYXV01000025.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0125_000000019592	1692	0.7212925974267835	3	3	3	3	3	False	42392	maximal	True	SPA0125_000000019592	0.9821208384710234		148	12	False	False	0.9970449209213257	0					non-mobilizable	other	1692.0	99.586	100.0	0.05815793093960655	NZ_CABMGA010000022.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0128_000000011139	2313	0.7212856406944258	2	2	2	2	1	False	41024	maximal	True	FIJ0128_000000011139	1.0		22	6	False	False	0.990920901298523	0					non-mobilizable	no_good_hit	1121.0	73.952	55.0	0.007204300372951542	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
MON0069_000000033916	1538	0.7212843198042962	2	2	0	1	1	True	97171	fragment	False	CAN0001_000000029516	0.9399848948078375		0	0	False	False	0.9902470707893372	0					non-mobilizable	no_good_hit	331.0	83.384	21.0	0.12005856515373353	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
CHI0006_000000012505	1269	0.7212821037897029	3	3	2	3	2	False	90574	maximal	True	CHI0006_000000012505	1.0		0	0	False	False	0.978723406791687	0					non-mobilizable	no_good_hit	994.0	94.869	78.0	0.018170827761800963	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0012_000000051252	1145	0.7212756838979592	2	1	1	1	1	False	13562	fragment	False	MON0012_000000051252	1.0		0	0	False	False	0.9991266131401062	0					non-mobilizable	other	1145.0	99.214	100.0	0.00149258404918221	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0168_000000006898	3804	0.7212655908164665	6	4	1	1	3	False	102422	maximal	True	ISR0168_000000006898	1.0		1	1	False	False	0.9978969693183899	0					non-mobilizable	no_good_hit	1215.0	93.90899999999999	51.0	0.11109060712308544	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
USA0021_01_000000007038	2624	0.7212628797986267	3	2	1	2	1	False	1752	maximal	True	USA0021_01_000000007038	1.0		9	4	False	False	0.9919969439506531	0					non-mobilizable	no_good_hit								True	False
TAN0013_000000005185	1955	0.7212614414005343	3	3	3	3	3	False	2877	fragment	False	TAN0013_000000005185	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	99.13	100.0	0.0007593634094095774	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ENG0161_000000011939	1790	0.7212605237400884	2	1	1	1	1	False	56400	maximal	True	ENG0161_000000011939	1.0		12	7	False	False	0.9988827109336853	0					non-mobilizable	no_good_hit	761.0	89.09299999999999	42.0	0.00017730943202189678	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0136_000000012506	3179	0.7212582952017543	4	3	3	3	1	True	3623	maximal	True	SPA0136_000000012506	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	98.667	5.0	0.002014466301629149	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	True
ISR0389_000000003702	5024	0.7212582404166031	6	6	6	6	5	False	104536	fragment	False	ENG0135_000000003373	0.7485708723517701		0	0	False	False	0.999800980091095	0					non-mobilizable	other	4960.0	99.435	99.0	0.019828068772491002	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0320_000000010550	2292	0.7212565473630904	2	2	2	2	2	False	25066	maximal	True	ISR0320_000000010550	1.0		1	1	False	False	0.9973822236061096	0					non-mobilizable	no_good_hit	84.0	88.095	4.0	0.0003025564194817172	NZ_HF954559.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
DEN0078_000000012482	2461	0.7212549711584872	3	3	3	2	2	False	107645	fragment	False	DEN0073_000000020298	0.9596615505706414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	75.17699999999999	6.0	0.0002690695692137277	NZ_QXFL01000003.1	a-proteobacteria	Erythrobacter zhengii strain V18 V18_3, whole genome shotgun sequence	True	False
ENG0144_000000012427	1376	0.7212468819880696	2	2	2	2	1	False	57549	maximal	True	ENG0144_000000012427	1.0		2	2	False	False	0.989098846912384	0					non-mobilizable	chromosome	1376.0	95.785	100.0	0.0002005254356193921	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
FIJ0124_000000017881	1599	0.7212457921020676	2	2	2	2	2	False	128168	maximal	True	FIJ0124_000000017881	1.0		36	4	False	False	0.9993746280670166	0					non-mobilizable	no_good_hit	1409.0	93.542	88.0	0.022791836734693878	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0261_000000013796	1336	0.7212456992046998	1	1	1	1	1	False	110552	fragment	False	ISR0261_000000013796	0.9601637841796675		0	0	False	False	0.9992514848709106	0					non-mobilizable	other	1336.0	99.775	100.0	0.0058651928264518	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
MON0104_000000020522	2214	0.7212398105025489	3	3	3	3	3	False	93860	maximal	True	MON0104_000000020522	0.961773584789012		117	10	False	False	1.0	0					non-mobilizable	other	2215.0	98.781	100.0	0.02586297529349921	NZ_JAAIPV010000014.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_14_length_85605_cov_116.177, whole genome shotgun sequence	False	False
ENG0052_000000014012	2212	0.7212398105025489	3	3	3	3	3	False	93860	maximal	False	MON0104_000000020522	0.7391627464054926		0	0	False	False	0.994575023651123	0					non-mobilizable	other	2212.0	99.86399999999999	100.0	0.0258279306115297	NZ_JAAIPV010000014.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_14_length_85605_cov_116.177, whole genome shotgun sequence	False	False
ISR0174_000000006465	4103	0.7212338703205107	5	4	2	4	2	False	130349	backbone	False	ISR0335_000000002496	0.20920772513524657	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4104.0	99.34200000000001	100.0	0.000772451611141607	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0040_000000001998	3688	0.7212338703205107	5	4	2	4	2	False	130349	backbone	False	ISR0335_000000002496	0.19418649891563583	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3687.0	99.89200000000001	99.0	0.0006433837165969783	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0275_000000004009	3416	0.7212338703205107	4	4	2	4	2	False	130349	backbone	False	ISR0335_000000002496	0.18725395965853084	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3418.0	99.26899999999999	100.0	0.0006432702836810652	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MAD0103_000000011761	1951	0.721219577132456	5	3	3	3	3	False	14920	maximal	True	MAD0103_000000011761	1.0		1	1	False	False	0.9917990565299988	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000017300	1961	0.7212155612731214	3	3	3	2	3	False	104595	fragment	False	DEN0070_000000017300	0.997315949819458		0	0	False	False	0.9994900822639465	0					non-mobilizable	no_good_hit	1133.0	99.47	58.0	0.001431584911196208	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
TAN0003_000000005487	1738	0.7212148863973613	3	2	2	2	1	False	2976	maximal	True	TAN0003_000000005487	1.0		2	1	False	False	0.9620253443717957	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.845004008690528e-05	NZ_LUAX01000007.1	g-proteobacteria	Vibrio europaeus strain PP-638 chromosome 2 chr2, whole genome shotgun sequence	True	False
FIJ0046_000000012310	2447	0.7212109208898891	3	3	2	3	2	False	122179	fragment	False	SPA0059_000000009278	0.7059162597437025		0	0	False	False	0.9991827011108398	0					non-mobilizable	other	2447.0	98.324	100.0	0.04241698761319871	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
DEN0023_000000000482	6244	0.7212067479129379	11	8	4	3	6	True	101515	fragment	False	ISR0222_000000009065	0.47534595775673705		0	0	False	False	1.0	0					non-mobilizable	other	3054.0	95.58	97.0	0.0009115230686488382	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
USA0043_01_000000002724	4663	0.7212058209083143	5	5	5	5	4	False	12442	maximal	True	USA0043_01_000000002724	1.0		14	5	False	False	1.0	0					non-mobilizable	chromosome	2087.0	100.0	100.0	0.0002946481250223352	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0234_000000003997	2842	0.7212026650298002	2	2	2	2	2	False	115164	fragment	False	ISR0234_000000003997	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1390.0	99.78399999999999	55.0	0.00040264545893320695	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0126_000000028058	1589	0.7211995042198514	2	2	2	2	2	False	6940	fragment	False	SPA0126_000000028058	1.0		0	0	False	False	0.9880427718162537	0					non-mobilizable	no_good_hit								True	False
FIJ0020_000000012209	1779	0.7211956168697484	2	1	1	1	1	True	49780	fragment	False	MAD0105_000000020062	0.934803791373277		0	0	False	False	0.9960651993751526	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00023328753985328807	NZ_LGTK01000003.1	firmicutes	Oceanobacillus caeni strain HM6 contig00003, whole genome shotgun sequence	True	True
MON0005_000000039674	1378	0.7211907656122953	1	1	1	1	1	False	62555	maximal	False	ENG0081_000000017404	0.9682758655926752		0	0	False	False	1.0	0					non-mobilizable	chromosome	1313.0	78.142	95.0	0.000396303792478718	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
ISR0834_000000007017	2414	0.7211809704593628	4	3	2	2	3	False	104854	fragment	False	ISR0041_000000005549	0.9777278299959133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	83.647	57.0	0.17187694607049445	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
CHI0073_000000006750	1149	0.7211806653836902	1	1	1	1	1	False	84766	fragment	False	CHI0073_000000006750	1.0		0	0	False	False	0.9782419204711914	0					non-mobilizable	no_good_hit								True	False
MON0084_000000013881	2351	0.7211742705517753	5	4	2	4	2	False	113628	maximal	True	MON0084_000000013881	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	86.015	70.0	0.00019901444194513887	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0051_000000012069	2396	0.7211669611081044	4	4	4	4	2	False	17335	maximal	True	MAD0051_000000012069	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	83.64399999999999	30.0	0.00016602319695692387	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0154_000000024707	1365	0.7211648897411099	2	1	1	1	1	False	56809	maximal	True	ENG0154_000000024707	1.0		1	1	False	False	0.9794871807098389	0					non-mobilizable	other	432.0	100.0	100.0	0.00013600187310236364	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0022_000000012879	2000	0.7211631441756166	3	1	1	1	1	False	78084	fragment	False	FIJ0022_000000012879	1.0		0	0	False	False	0.9965000152587891	0					non-mobilizable	no_good_hit	466.0	87.554	23.0	0.0002536267520414467	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	False
DEN0009_000000001133	2255	0.7211513680493202	2	2	2	2	2	False	119649	maximal	False	ISR0302_000000006537	0.9809269019829671		0	0	False	False	0.9991130828857422	0					non-mobilizable	other	2255.0	99.823	100.0	0.0004363235693513471	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0092_000000005082	3963	0.7211508751785378	3	3	3	3	2	False	119358	maximal	True	ENG0092_000000005082	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2777.0	99.53200000000001	70.0	0.0014974422068250988	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
TAN0009_000000023213	1783	0.7211486054368847	2	2	2	2	1	True	2681	maximal	True	TAN0009_000000023213	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	84.26899999999999	66.0	0.06091264667535854	NZ_VZBY01000007.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_43_length_19175_cov_74.1472_ID_85, whole genome shotgun sequence	True	True
USA0065_01_000000008547	1383	0.7211421478509202	2	2	1	2	1	False	58139	fragment	False	USA0065_01_000000008547	0.9681198884408095		0	0	False	False	0.997107744216919	0					non-mobilizable	no_good_hit	777.0	75.804	56.0	0.7795918367346939	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0197_000000018801	1352	0.7211421478509202	2	2	1	2	1	False	58139	fragment	False	USA0065_01_000000008547	0.660031847133758		0	0	False	False	0.9970414042472839	0					non-mobilizable	no_good_hit	922.0	75.813	67.0	0.9244897959183673	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0134_000000030291	1256	0.7211421478509202	2	2	1	2	1	False	58139	fragment	False	USA0065_01_000000008547	0.9385937796374973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	75.804	61.0	0.7795918367346939	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0171_000000018345	1598	0.7211374991311408	2	2	2	1	1	False	127975	fragment	False	ISR0171_000000018345	0.9293928471659625		0	0	False	False	1.0	0					non-mobilizable	chromosome	1532.0	99.804	100.0	0.00048256752399362924	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0154_000000013430	1560	0.7211374991311408	2	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.35760804129671986		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	98.78200000000001	100.0	0.005983932814137281	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
SPA0071_000000013951	1497	0.7211374991311408	2	2	2	1	1	False	127975	fragment	False	ISR0171_000000018345	0.8760795589060427		0	0	False	False	0.9926519989967346	0					non-mobilizable	other	1497.0	99.866	100.0	0.00048028950926997277	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0005_000000019636	1394	0.7211374991311408	2	2	2	1	1	False	127975	fragment	False	ISR0171_000000018345	0.8187309787696051		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	99.426	100.0	0.00044722144813708027	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0147_000000013930	1340	0.7211374991311408	2	2	2	1	1	False	114046	fragment	False	ENG0200_000000015508	0.10975161312117834		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	88.086	100.0	0.002133485161562722	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0187_000000022399	1362	0.7211180482948231	2	2	2	2	2	False	59852	maximal	False	ISR0073_000000019794	0.9391829483996468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	75.472	35.0	0.002023328808224745	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
FIJ0057_000000032613	1105	0.7211105802001705	2	2	2	2	2	True	46082	maximal	True	FIJ0057_000000032613	1.0		159	15	False	False	0.9891402721405029	0					non-mobilizable	other	867.0	95.271	100.0	0.009892261366368602	NZ_CABKPS010000042.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
MAD0047_000000035779	1336	0.721101586125571	2	2	2	2	1	True	17617	maximal	True	MAD0047_000000035779	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	91.98200000000001	67.0	0.02305393848848591	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
ISR0281_000000003259	4554	0.721098953414591	8	4	3	2	3	False	116938	maximal	True	ISR0281_000000003259	1.0		87	5	False	False	1.0	0					non-mobilizable	no_good_hit	1693.0	98.641	54.0	0.040942747906886706	NZ_JAAIPV010000039.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_39_length_41326_cov_76.1729, whole genome shotgun sequence	True	False
SPA0093_000000010828	3722	0.7210928355890663	4	4	4	3	3	False	129892	maximal	True	SPA0093_000000010828	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	1410.0	84.397	38.0	0.013670035631413897	NZ_JAAITI010000011.1	firmicutes	Blautia luti strain MSK.16.34 NODE_11_length_102999_cov_250.848, whole genome shotgun sequence	True	False
ISR0359_000000010368	2494	0.7210913731540575	3	3	3	2	3	False	124178	fragment	False	ISR0359_000000010368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1975.0	80.861	79.0	0.020196602267218172	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0066_000000016538	1973	0.7210848729644715	3	3	3	2	2	False	45321	maximal	True	FIJ0066_000000016538	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	6.234709610842651e-06	CP038467.1	enterobacteria	Serratia quinivorans strain PKL:12 chromosome, complete genome	True	False
ISR0371_000000012147	1643	0.7210748667046297	2	2	2	1	1	False	126626	fragment	False	AST0094_000000014408	0.9327646663733816		0	0	False	False	0.9866098761558533	0					non-mobilizable	virus	1644.0	98.29700000000001	100.0	0.09618311673106193	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
AST0094_000000014408	1580	0.7210748667046297	2	2	2	1	1	False	126626	fragment	False	AST0094_000000014408	0.9423265559380695		0	0	False	False	0.9930379986763	0					non-mobilizable	virus	1562.0	98.271	99.0	0.09138274206767358	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
SPA0051_000000008818	2872	0.7210685916881728	3	3	3	3	3	False	117053	maximal	True	SPA0051_000000008818	1.0		36	6	False	False	1.0	0					non-mobilizable	other	1748.0	92.334	93.0	0.02387855579868709	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
USA0006_01_000000005490	4429	0.7210684673589444	4	4	3	4	2	False	2138	maximal	True	USA0006_01_000000005490	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.0002130558374496095	NZ_OEPZ01000005.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
MAD0090_000000001693	7002	0.7210616761781827	9	7	3	5	6	True	109586	fragment	False	MAD0090_000000001693	1.0		0	0	False	False	1.0	0	rep_cluster_1685				non-mobilizable	plasmid	7003.0	99.971	100.0	0.04183095562405907	CP021584.1	other sequences	Unidentified plasmid plasmid GF1-2_000048F, complete sequence	False	True
CHI0057_000000001953	7334	0.7210604930797199	9	9	9	9	9	False	116677	maximal	True	CHI0057_000000001953	0.979402738573803		11	5	False	False	0.999181866645813	0					non-mobilizable	chromosome	7318.0	99.59	99.0	0.0030939500316710207	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0121_000000010291	1614	0.7210599446099528	2	2	1	2	2	False	125442	fragment	False	MON0070_000000010284	0.03536742804258728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	86.84700000000001	69.0	0.0003095541497453519	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0353_000000004140	7356	0.7210503364123273	7	4	3	3	2	True	72581	maximal	True	ISR0353_000000004140	1.0		0	0	False	False	0.9963295459747314	0					non-mobilizable	no_good_hit	2007.0	99.50200000000001	27.0	0.15657196378395255	NZ_CABMGA010000031.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MAD0088_000000018644	1421	0.7210416979750385	1	1	1	1	1	False	15879	maximal	True	MAD0088_000000018644	1.0		11	4	False	False	1.0	0					non-mobilizable	other	1388.0	99.352	100.0	0.009981361408760858	NZ_SMUS01000008.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00008, whole genome shotgun sequence	False	False
FIJ0169_000000007232	3079	0.7210395281950581	5	3	2	3	2	False	126736	fragment	False	FIJ0169_000000007232	1.0		0	0	False	True	0.9987008571624756	0					non-mobilizable	no_good_hit	2323.0	90.65899999999999	78.0	0.4473429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ENG0083_000000012940	1725	0.7210375435390851	2	1	1	1	1	False	103798	maximal	True	ENG0083_000000012940	1.0		3	2	False	False	0.967536211013794	0					non-mobilizable	no_good_hit	1057.0	97.351	61.0	0.002890181320561067	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0059_01_000000020464	1228	0.7210353570292843	3	3	1	3	0	True	908	maximal	True	USA0059_01_000000020464	1.0		0	0	False	False	0.9951140284538269	0					non-mobilizable	no_good_hit								True	True
MON0069_000000022783	2197	0.7210350387770922	3	2	2	2	2	False	10495	fragment	False	MON0069_000000022783	1.0		0	0	False	False	0.991351842880249	0					non-mobilizable	no_good_hit	794.0	75.693	36.0	0.0009679718461997549	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
FIJ0118_000000000287	16349	0.7210332308511493	21	15	8	11	13	True	88855	maximal	True	FIJ0118_000000000287	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4883.0	95.945	79.0	0.0015181597415146381	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0033_000000015806	1984	0.7210329737368325	2	2	2	2	2	False	125951	fragment	False	ISR0333_000000007883	0.19019681947996037		0	0	False	False	0.9949596524238586	0					non-mobilizable	other	1816.0	98.29299999999999	92.0	0.0049674991447143345	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0089_01_000000003309	2389	0.7210278647758355	2	2	2	2	2	False	93881	backbone	False	USA0001_01_000000006885	0.9964601769911504	PS497	0	0	True	True	1.0	35					non-mobilizable	other	1817.0	100.0	100.0	0.03628589126221352	NZ_VJZV01000035.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold35_1, whole genome shotgun sequence	False	True
ISR0137_000000010837	2389	0.7210278647758355	2	2	2	2	2	False	93881	backbone	False	USA0001_01_000000006885	0.9964601769911504	PS497	0	0	True	True	1.0	7					non-mobilizable	other	1849.0	100.0	100.0	0.03692529022718644	NZ_VJZV01000035.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold35_1, whole genome shotgun sequence	False	True
FIJ0105_000000009202	3263	0.7210223406052934	4	4	4	4	3	False	54984	maximal	True	FIJ0105_000000009202	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	81.667	4.0	0.0006640973101220917	NZ_AUDY01000015.1	firmicutes	Halobacillus kuroshimensis DSM 18393 H615DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
FIJ0021_000000015498	3198	0.7210200507706075	4	2	2	2	1	True	78543	fragment	False	SPA0034_000000010969	0.9457059007797394		0	0	False	False	0.9984365105628967	0					non-mobilizable	no_good_hit	99.0	80.808	3.0	1.9928030747290774e-05	NZ_CP010803.1	a-proteobacteria	Martelella endophytica strain YC6887 chromosome, complete genome	True	True
ENG0102_000000007769	3455	0.7210146711445194	4	3	3	2	2	False	106473	maximal	True	ENG0102_000000007769	1.0		0	0	False	False	0.9994211196899414	0					non-mobilizable	no_good_hit	2039.0	99.559	59.0	0.0004458735150038188	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
SPA0048_000000009293	2155	0.7210144300511075	3	3	3	3	2	False	67237	fragment	False	FIJ0110_000000008103	0.9521423162936374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.342	37.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0108_000000001416	17078	0.7210092176802336	23	8	2	8	4	False	4699	maximal	True	SPA0108_000000001416	1.0		1	1	False	False	0.9994730353355408	0					non-mobilizable	no_good_hit								True	False
CHI0167_000000012147	1762	0.7210074291173485	2	2	2	2	2	False	78155	fragment	False	CHI0167_000000012147	1.0		0	0	False	False	0.9869466423988342	0					non-mobilizable	no_good_hit	509.0	82.90799999999999	29.0	0.00015234691017282945	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0009_01_000000014274	1759	0.7210049052815698	2	2	2	2	2	False	2093	maximal	True	USA0009_01_000000014274	1.0		59	8	False	False	0.9994314908981323	0					non-mobilizable	other	1779.0	89.20700000000001	100.0	0.03763200951955972	NZ_RCXZ01000045.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0045, whole genome shotgun sequence	False	False
ISR0051_000000007902	5224	0.7210044796987296	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7413814855093056	PS1159|PS463	0	0	True	True	1.0	136		MOBV			mobilizable	other	2984.0	96.54799999999999	100.0	0.5670279520821448	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0839_000000002885	5210	0.7210044796987296	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7414914552948957	PS1159|PS463	0	0	True	True	0.9998080730438232	16		MOBV			mobilizable	other	5003.0	97.781	100.0	0.9511313938011029	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0302_000000002276	5209	0.7210044796987296	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7413603682076928	PS1159|PS463	0	0	True	True	1.0	36		MOBV			mobilizable	other	2983.0	96.54700000000001	100.0	0.5668378018634721	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0368_000000002228	5209	0.7210044796987296	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7413674126943136	PS1159|PS463	0	0	True	True	1.0	89		MOBV			mobilizable	other	3578.0	97.09299999999999	100.0	0.6799771819737592	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0165_000000003371	5208	0.7210044796987296	6	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7411435972388905	PS1159|PS463	0	0	True	True	1.0	245		MOBV			mobilizable	other	5131.0	96.94	100.0	0.975470621791215	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0112_000000005077	5208	0.7210044796987296	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7413600733402411	PS1159|PS463	0	0	True	True	1.0	204		MOBV			mobilizable	other	2982.0	96.546	100.0	0.5666476516447994	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0020_000000003899	5208	0.7210044796987296	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7408984616830309	PS1159|PS463	0	0	True	True	1.0	215		MOBV			mobilizable	other	2997.0	96.463	100.0	0.5696900551435634	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0003_000000004254	5202	0.7210044796987296	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7408743952443749	PS1159|PS463	0	0	True	True	1.0	2271		MOBV			mobilizable	other	3312.0	96.8	100.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0014_000000005001	5188	0.7210044796987296	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7411047971648426	PS1159|PS463	0	0	True	True	1.0	34		MOBV			mobilizable	other	3497.0	96.969	100.0	0.6647651644799392	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0231_000000002539	5178	0.7210044796987296	6	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.741398647899149	PS1159|PS463	0	0	True	True	1.0	26		MOBV			mobilizable	other	5155.0	97.11	100.0	0.980034227039361	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0280_000000001431	5169	0.7210044796987296	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7402518434351961	PS1159|PS463	0	0	True	True	1.0	17		MOBV			mobilizable	other	5151.0	97.632	99.0	0.9792736261646701	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0180_000000004193	4904	0.7210044796987296	8	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7304324382062136	PS1159|PS463	0	0	True	True	0.9997960925102234	7		MOBV			mobilizable	other	2994.0	96.56	100.0	0.5691196044875452	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0128_000000002627	3343	0.7209931639880833	4	4	3	3	2	False	89549	maximal	True	CHI0128_000000002627	1.0		14	5	False	False	0.9997008442878723	0					non-mobilizable	chromosome	2488.0	86.93700000000001	95.0	0.00035074951713718385	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
AST0046_000000011567	1425	0.7209901886902985	2	2	2	2	1	False	115526	fragment	False	AST0046_000000011567	1.0		0	0	False	False	0.9957894682884216	0					non-mobilizable	no_good_hit								True	False
ITA0005_000000016203	1148	0.7209891360544459	2	2	2	2	2	False	20373	fragment	False	ITA0005_000000016203	1.0		0	0	False	False	0.9634146094322205	0					non-mobilizable	other	1148.0	99.21600000000001	100.0	0.15567318132464714	NZ_QRUU01000095.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf95, whole genome shotgun sequence	False	False
ISR0395_000000012064	3191	0.7209873721911196	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9899894126359903		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.137	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0120_000000005575	3873	0.7209766961454592	6	6	5	6	5	False	59191	fragment	False	ENG0120_000000005575	1.0		0	0	False	False	0.999483585357666	0					non-mobilizable	no_good_hit	599.0	88.48100000000001	15.0	0.00026685980533514334	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0063_000000004590	6316	0.7209634854184296	8	8	6	6	6	True	100931	fragment	False	ISR0035_000000002545	0.744836687912298		0	0	False	False	1.0	0					non-mobilizable	chromosome	3093.0	94.92399999999999	100.0	0.00057421597398573	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
DEN0064_000000002476	10716	0.7209609092750991	9	8	8	7	7	True	124524	maximal	True	DEN0064_000000002476	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	4322.0	98.01	68.0	0.0012290687123649262	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
USA0044_01_000000018049	1521	0.7209527815481901	3	3	2	3	1	False	1220	maximal	True	USA0044_01_000000018049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	81.279	57.0	0.0007155108879936281	NZ_FQXY01000009.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ENG0066_000000015015	1415	0.7209426736462888	2	2	2	2	2	False	68619	fragment	False	ENG0066_000000015015	0.9533072246993969		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	96.04799999999999	100.0	0.016121686856726478	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
FIJ0021_000000009214	5383	0.7209415201493093	7	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.13580530135050495	PS1045|PS1046|PS656|PS658	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3025.0	94.149	68.0	0.5109945872801083	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ENG0188_000000007377	3606	0.7209350881684685	6	4	3	3	4	False	87841	fragment	False	ENG0188_000000007377	0.9726381518911366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	86.34700000000001	22.0	0.00013190571144375214	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0193_000000007661	3539	0.7209350881684685	5	4	3	3	4	False	87841	fragment	False	ENG0188_000000007377	0.7909552479427072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	85.77600000000001	21.0	0.0001127818350634312	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0268_000000005019	3538	0.7209350881684685	5	4	3	3	4	False	87841	fragment	False	ENG0188_000000007377	0.7906726183173023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	85.77600000000001	21.0	0.0001127818350634312	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0288_000000008367	3537	0.7209350881684685	5	4	3	3	4	False	87841	fragment	False	ENG0188_000000007377	0.7907856925516045		0	0	False	False	0.9997172951698303	0					non-mobilizable	no_good_hit	464.0	85.77600000000001	21.0	0.0001127818350634312	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0129_000000005604	5070	0.7209347919824376	7	4	3	3	2	True	80283	fragment	False	CHI0140_000000005425	0.6366792362482792		0	0	False	False	0.9998027682304382	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.247783219750573e-07	CP050568.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 25a	True	True
MAD0039_000000002160	5213	0.7209347398077014	7	3	2	3	2	True	18505	fragment	False	MAD0039_000000002160	1.0		0	0	False	False	0.9998081922531128	0					non-mobilizable	no_good_hit								True	True
FIJ0105_000000002907	8846	0.7209330265890326	13	7	3	5	5	True	76964	backbone	False	ENG0033_000000002799	0.9255937087696068	PS328|PS329|PS369	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	500.0	83.8	21.0	0.05327195001644196	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
TAN0008_000000008307	2254	0.7209285529266968	2	2	2	2	2	False	40041	maximal	True	TAN0008_000000008307	1.0		29	4	False	False	0.9986690282821655	0					non-mobilizable	other	1383.0	83.948	96.0	0.05327773917072041	NZ_JH379381.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld127, whole genome shotgun sequence	False	False
CAN0014_000000009596	4663	0.7209281342106535	6	4	3	4	1	True	124830	fragment	False	CAN0014_000000009596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	1.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
MON0051_000000021828	1638	0.7209198421712247	3	2	2	2	2	False	117416	fragment	False	MON0051_000000021828	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1568.0	89.031	96.0	0.0004635011365403268	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0011_000000013717	2020	0.720916616827563	3	3	3	3	1	False	67171	maximal	True	ENG0011_000000013717	1.0		9	4	False	False	0.9529703259468079	0					non-mobilizable	no_good_hit	740.0	99.459	37.0	0.004222857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0079_000000033516	1789	0.7209052024848508	3	2	2	2	1	False	75391	fragment	False	DEN0079_000000033516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1482.0	91.97	83.0	0.0006755169574825705	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	False
ISR0159_000000007279	3466	0.7208937373463441	2	2	1	2	0	False	30483	maximal	True	ISR0159_000000007279	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1388.0	93.876	40.0	0.024808033077377438	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
MAD0001_000000015981	1618	0.7208807813166738	2	2	1	2	1	True	20276	fragment	False	MAD0001_000000015981	1.0		0	0	False	False	0.9907292723655701	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00047202825658804957	NZ_NIOF01000022.1	b-proteobacteria	Roseateles aquatilis strain CCUG 48205 Scaffold20_1, whole genome shotgun sequence	True	True
MAD0022_000000010902	1311	0.7208807813166738	2	2	1	2	1	True	19271	fragment	False	MAD0022_000000010902	1.0		0	0	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	9.407313805105883e-05	NZ_QJKB01000004.1	b-proteobacteria	Undibacterium pigrum strain DSM 19792 Ga0244539_104, whole genome shotgun sequence	True	True
FIJ0161_000000001822	8065	0.7208688673169059	10	6	5	6	3	True	52107	fragment	False	FIJ0154_000000003332	0.9353195728711997		0	0	False	False	0.9998760223388672	0					non-mobilizable	no_good_hit	306.0	90.85	4.0	0.007326007326007326	NZ_VZBY01000019.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_31_length_41496_cov_31.8884_ID_61, whole genome shotgun sequence	True	True
USA0069_01_000000015090	4087	0.720865898234871	3	3	2	3	2	False	74800	fragment	False	USA0034_01_000000012890	0.9802458461774913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	73.985	26.0	0.013906252013764483	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	True	False
USA0130_01_000000009502	4081	0.720865898234871	3	3	2	3	2	False	74800	fragment	False	USA0034_01_000000012890	0.9785406031515302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	73.985	26.0	0.013906252013764483	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	True	False
USA0055_01_000000006651	4040	0.720865898234871	4	3	2	3	2	False	74800	fragment	False	USA0034_01_000000012890	0.9674768499636476		0	0	False	False	0.9987623691558838	0					non-mobilizable	no_good_hit	1084.0	73.985	27.0	0.013906252013764483	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	True	False
MON0014_000000011046	1506	0.7208656681682456	1	1	1	1	1	False	13449	fragment	False	MON0014_000000011046	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1405.0	100.0	93.0	0.028480434914903544	NZ_QEKJ01000019.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_119, whole genome shotgun sequence	False	False
ISR0824_000000010897	2038	0.7208638576923568	3	3	3	3	3	False	98916	fragment	False	ISR0025_000000016246	0.7460357329289286		0	0	False	False	1.0	0					non-mobilizable	other	2038.0	99.46	100.0	0.008128621366661879	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ENG0003_000000006854	3376	0.7208635523050085	4	3	2	1	2	True	86975	maximal	True	ENG0003_000000006854	1.0		10	4	False	False	0.9997037649154663	0					non-mobilizable	no_good_hit	2008.0	89.59200000000001	59.0	0.0006513141986495306	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
FIJ0071_000000032962	1150	0.720860786121685	2	1	1	1	1	False	44792	fragment	False	FIJ0071_000000032962	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1150.0	97.913	100.0	0.0003065038843832136	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0024_000000008970	2580	0.7208569485139119	3	3	2	2	2	True	37451	fragment	False	ISR0024_000000008970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0112_000000008178	3363	0.7208534271633388	6	4	2	3	4	False	107893	fragment	False	MAD0112_000000008178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	29.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
SPA0092_000000026566	1696	0.7208377458278837	3	3	2	3	2	False	33123	fragment	False	SPA0092_000000026566	0.9930429522081065		0	0	False	False	1.0	0					non-mobilizable	chromosome	1696.0	91.274	100.0	0.0004633628937901171	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
SPA0070_000000004061	5100	0.7208329311891172	9	5	1	3	5	False	126767	maximal	True	SPA0070_000000004061	1.0	PS974|PS975	6	1	False	True	1.0	0					non-mobilizable	no_good_hit	2292.0	97.382	73.0	0.0013330494485889798	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	True	True
SPA0069_000000006647	3654	0.7208329311891172	8	5	1	3	5	False	126709	fragment	False	SPA0069_000000006647	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2822.0	100.0	77.0	0.0044257436771168186	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	True
SPA0137_000000024137	1532	0.7208325198487499	2	2	2	2	2	False	120112	fragment	False	DEN0031_000000018114	0.6673384449782953		0	0	False	False	0.9993472695350647	0					non-mobilizable	no_good_hit	469.0	80.171	30.0	0.00018973613563633935	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MON0035_000000016502	1746	0.7208321061979156	2	2	2	2	1	False	64062	fragment	False	MON0035_000000016502	0.9560331728196897		0	0	False	False	0.9971362948417664	0					non-mobilizable	chromosome	1735.0	79.02	98.0	0.0005540651914586935	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0096_000000015465	1541	0.7208304455652244	2	2	2	2	2	False	107557	fragment	False	MAD0016_000000002666	0.30476976115054183		0	0	False	False	0.9941596388816833	0					non-mobilizable	chromosome	1551.0	87.105	100.0	0.0005186915777749579	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0025_000000020533	1944	0.7208280280266034	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.1390862800777624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	84.45	60.0	0.00032409508541541356	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0134_000000006673	5312	0.7208270171861736	5	3	1	2	1	True	82745	maximal	True	ENG0134_000000006673	1.0		29	8	False	False	0.9969879388809204	0					non-mobilizable	no_good_hit								True	True
ISR0811_000000013399	1207	0.7208263827198533	3	3	3	3	2	False	21670	fragment	False	ISR0811_000000013399	1.0		0	0	False	False	0.9884009957313538	0					non-mobilizable	plasmid	1210.0	97.934	100.0	0.284267545925577	AP022260.1	enterobacteria	Klebsiella sp. WP8-S18-ESBL-06 plasmid pWP8-S18-ESBL-06_4 DNA, complete genome, strain: WP8-S18-ESBL-06	False	True
ENG0076_000000001965	5691	0.7208238791624023	7	6	3	5	5	False	111207	maximal	True	ENG0076_000000001965	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3610.0	92.022	87.0	0.0005051639926897308	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0171_000000018703	1139	0.7208226493002715	2	2	2	2	2	False	98774	fragment	False	FIJ0012_000000020475	0.9540670396121331		0	0	False	False	0.990342378616333	0					non-mobilizable	other	1131.0	90.186	99.0	0.018586258032624814	NZ_CABIWU010000007.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
DEN0010_000000007498	5481	0.7208110586910815	6	3	2	3	2	False	113934	maximal	True	DEN0010_000000007498	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	78.095	2.0	0.0003062387813515742	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
SPA0122_000000003416	9412	0.7208094577636355	9	5	3	5	2	True	89259	maximal	True	SPA0122_000000003416	1.0		6	5	False	False	0.9997875094413757	0					non-mobilizable	no_good_hit	1388.0	78.74600000000001	19.0	0.00041680946808004426	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0338_000000010474	2545	0.7208009825261769	2	2	2	1	2	False	101704	fragment	False	SPA0031_000000012717	0.6211129296235679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1701.0	81.893	68.0	0.02899049125642657	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0031_000000012717	2444	0.7208009825261769	3	2	2	1	2	False	101704	fragment	False	SPA0031_000000012717	0.89676974273408		0	0	False	False	0.9967266917228699	0					non-mobilizable	no_good_hit	1715.0	84.84	71.0	0.029282803445844868	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CHI0180_000000003079	4847	0.7207999947445946	6	5	5	5	5	False	86350	fragment	False	CHI0180_000000003079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	86.042	67.0	0.0006281131880753528	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0199_000000026571	1151	0.7207953089644116	2	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17084214828403163		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	91.74600000000001	100.0	0.0003462429776655215	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0011_000000014508	3002	0.7207937147768756	3	2	2	2	1	False	66201	maximal	True	FIJ0011_000000014508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	83.524	41.0	0.00036822187972602847	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0166_000000005395	3337	0.7207935105153939	5	4	3	4	2	False	106091	maximal	True	ISR0166_000000005395	1.0		3	2	False	False	1.0	0					non-mobilizable	other	3338.0	98.44200000000001	100.0	0.001162028193905049	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0184_000000008445	2661	0.7207914424788785	3	3	3	3	3	False	115294	fragment	False	ENG0184_000000008445	1.0		0	0	False	False	0.9996241927146912	0					non-mobilizable	no_good_hit	224.0	74.554	8.0	9.503801737676846e-05	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
USA0024_01_000000001047	19474	0.7207825696191372	20	11	7	8	4	True	28109	fragment	False	USA0024_01_000000001047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.120474884168193e-07	LR880651.1	bony fishes	Poecilia reticulata genome assembly, chromosome: 7	True	True
DEN0029_000000006404	2075	0.7207799495011912	3	3	3	3	3	False	73845	fragment	False	DEN0029_000000006404	1.0		0	0	False	False	0.999518096446991	0					non-mobilizable	chromosome	2075.0	97.831	100.0	0.0005773741169920312	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0033_000000007632	4279	0.7207770229822981	4	3	3	2	2	False	115172	maximal	True	FIJ0033_000000007632	1.0	PS748	23	2	False	True	1.0	0					non-mobilizable	no_good_hit	2042.0	98.531	65.0	0.00059164822295369	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0400_000000005106	3461	0.7207537359942422	4	3	3	3	3	False	126977	fragment	False	ISR0219_000000008631	0.8393873141496839		0	0	False	False	0.9994221329689026	0					non-mobilizable	other	1514.0	97.75399999999999	93.0	0.021612741947003786	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0284_000000000400	15202	0.7207511370395021	17	5	3	4	1	True	111613	fragment	False	ISR0090_000000000852	0.5105960744321211		0	0	False	False	0.9991448521614075	0					non-mobilizable	no_good_hit	315.0	77.143	2.0	0.002267294458529518	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	True	True
ISR0174_000000010826	2291	0.7207499659087894	4	4	2	4	2	False	130220	fragment	False	AST0003_000000013528	0.9489311163895486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	74.747	21.0	0.0022214028523176786	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
MON0003_000000010781	1459	0.7207484324680354	2	2	1	1	2	False	14270	fragment	False	MON0003_000000010781	1.0		0	0	False	False	0.9725839495658875	0					non-mobilizable	chromosome	1459.0	95.545	100.0	0.0006238955868927899	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0002_000000009537	2189	0.7207458692112272	3	1	0	1	1	False	8406	maximal	True	SPA0002_000000009537	1.0		2	1	True	True	1.0	1351					non-mobilizable	plasmid	1589.0	100.0	100.0	0.7386046511627907	CP056814.1	enterobacteria	Escherichia coli strain RHBSTW-00152 plasmid pRHBSTW-00152_5, complete sequence	False	True
FIJ0101_000000025588	1103	0.7207458692112272	1	1	0	1	1	False	42653	maximal	True	FIJ0101_000000025588	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0054_000000019941	2309	0.720737356662135	2	2	2	2	2	False	124158	maximal	False	MON0070_000000013243	0.604385274041849		0	0	False	False	0.998267650604248	0					non-mobilizable	other	2310.0	87.619	100.0	0.0006551785219535902	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0112_000000004717	5312	0.7207268711473702	7	3	2	2	1	True	75756	maximal	True	FIJ0112_000000004717	1.0		1	1	False	False	0.9996234774589539	0					non-mobilizable	no_good_hit	452.0	95.575	9.0	0.00015180395949156782	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
DEN0064_000000009717	3763	0.7207262178873853	4	4	4	4	2	False	74032	fragment	False	DEN0064_000000009717	1.0		0	0	False	False	0.9994685053825378	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	2.1611144035781403e-05	NZ_CP018180.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 chromosome, complete genome	True	False
ISR0333_000000001824	8185	0.7207260814695216	12	3	3	3	3	False	74879	maximal	True	ISR0333_000000001824	0.8982503389721211		4	3	False	True	0.9998778104782104	0					non-mobilizable	no_good_hit	62.0	91.935	1.0	0.0005385319618719371	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
MAD0095_000000002383	8177	0.7207260814695216	14	3	3	3	3	False	74879	maximal	False	ISR0333_000000001824	0.817715704926892		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	95.0	85.26299999999999	1.0	0.0008347245409015025	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
FIJ0009_000000004356	7632	0.720725525536702	12	7	2	6	3	True	51339	maximal	True	FIJ0009_000000004356	1.0		3	2	False	False	0.9988207817077637	0					non-mobilizable	no_good_hit								True	True
FIJ0096_000000003252	8742	0.7207172894718145	9	3	2	3	2	False	43046	fragment	False	FIJ0096_000000003252	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0008_000000001072	16150	0.7207109404980362	10	8	8	7	7	False	82190	fragment	False	ENG0008_000000001072	0.9964976002075496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3082.0	94.06200000000001	29.0	0.05353199923500878	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ENG0146_000000001348	15418	0.7207109404980362	11	8	8	7	7	False	82190	fragment	False	ENG0008_000000001072	0.9744891640866873		0	0	False	False	0.9998054504394531	0					non-mobilizable	no_good_hit	2911.0	94.194	29.0	0.050558965175513323	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
MON0088_000000026717	1212	0.7207096308322796	2	2	2	2	1	False	28908	fragment	False	MON0088_000000026717	0.9758304348434433		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	87.931	100.0	0.00040862529228994087	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0002_000000024448	1184	0.7207096308322796	2	2	2	2	1	False	28908	fragment	False	MON0088_000000026717	0.8172527576087608		0	0	False	False	0.9991554021835327	0					non-mobilizable	chromosome	1190.0	88.06700000000001	100.0	0.0003992006562239455	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0038_000000031940	1113	0.7207096308322796	2	2	2	2	1	False	28908	fragment	False	MON0088_000000026717	0.7778355476912848		0	0	False	False	1.0	0					non-mobilizable	chromosome	1119.0	87.48899999999999	100.0	0.00037530247191374305	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0219_000000016652	1997	0.7207093325252865	4	4	3	4	3	False	90922	fragment	False	SPA0005_000000014806	0.9568473082203613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	4.0	2.0572355663300673e-05	NZ_CP020880.1	firmicutes	Bacillus horikoshii strain 20a chromosome, complete genome	True	False
ENG0095_000000003434	7293	0.7207032346764701	12	9	2	2	9	False	61000	fragment	False	ENG0095_000000003434	1.0		0	0	False	False	0.9989030361175537	0					non-mobilizable	chromosome	7293.0	100.0	100.0	0.0014187339025649667	CP056396.1	enterobacteria	Escherichia coli strain RHBSTW-00573 chromosome, complete genome	False	False
ENG0205_000000000438	33299	0.7207023848822279	69	46	16	21	36	False	86013	maximal	True	ENG0205_000000000438	1.0		1	1	False	False	1.0	0	rep_cluster_1817				non-mobilizable	no_good_hit	7251.0	98.95200000000001	80.0	0.002167146843107717	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0020_000000005457	3709	0.7206872417871527	3	2	2	2	2	False	110443	fragment	False	ISR0020_000000005457	1.0		0	0	False	False	0.9978430867195129	0					non-mobilizable	no_good_hit	1191.0	77.33	32.0	0.01390265779162536	NZ_QIBX01000012.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_012, whole genome shotgun sequence	True	False
USA0052_01_000000012770	1179	0.7206840394607917	2	2	2	2	1	False	1079	maximal	True	USA0052_01_000000012770	1.0		16	5	False	False	0.9966073036193848	0					non-mobilizable	no_good_hit	239.0	94.979	27.0	6.899180649827449e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0076_000000010509	1582	0.7206829607989677	1	1	1	1	1	False	85300	maximal	True	SPA0076_000000010509	0.9687159604416843		147	9	False	False	1.0	0					non-mobilizable	other	1583.0	99.431	100.0	0.0007235449584110385	NZ_LR793266.1	firmicutes	Streptococcus salivarius isolate clinical strain from anonymous patient of Limoges Hospital, whole genome shotgun sequence	False	False
CHI0179_000000014237	1526	0.7206829607989677	1	1	1	1	1	False	85300	maximal	False	SPA0076_000000010509	0.7295194696972238		0	0	False	False	0.9895150661468506	0					non-mobilizable	other	1526.0	99.41	100.0	0.0007233405145630976	CP015282.1	firmicutes	Streptococcus salivarius strain ATCC 27945, complete genome	False	False
MON0102_000000016027	2851	0.7206808589443097	3	3	2	2	2	False	75878	maximal	True	MON0102_000000016027	1.0		14	4	False	False	0.9824622869491577	0					non-mobilizable	no_good_hit	1922.0	99.584	67.0	0.013210648291418237	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0036_000000022695	1388	0.7206774541845141	2	1	1	1	1	False	18709	maximal	True	MAD0036_000000022695	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	95.382	76.0	0.014604373045287335	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0288_000000023541	1242	0.7206738452843177	2	1	1	1	1	False	25956	maximal	True	ISR0288_000000023541	1.0		5	2	False	False	0.966183602809906	0					non-mobilizable	no_good_hit	1075.0	99.256	86.0	0.0003685870326130758	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ISR0046_000000024824	1469	0.7206738282982625	2	2	2	1	1	False	36154	fragment	False	ISR0046_000000024824	0.9630662020905923		0	0	False	False	0.9938733577728271	0					non-mobilizable	other	1458.0	95.885	99.0	0.0004121833682307682	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0263_000000005177	2561	0.7206612894553387	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.8943946338615266		0	0	False	False	0.9996095299720764	0					non-mobilizable	other	1272.0	88.994	90.0	0.00039478375245534337	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0074_000000000904	3774	0.7206469718804093	7	6	3	3	6	True	96441	maximal	True	MAD0074_000000000904	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1370.0	100.0	91.0	0.18906228421488744	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0037_000000000889	16908	0.7206433657527489	15	8	5	6	5	True	60581	fragment	False	ISR0037_000000000889	1.0		0	0	False	False	0.9989354014396667	0					non-mobilizable	no_good_hit	98.0	78.571	1.0	1.7509992429184718e-05	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	True
FIJ0046_000000001618	13541	0.7206373204166876	14	10	2	9	5	True	46997	fragment	False	FIJ0046_000000001618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0036_000000001923	14687	0.7206245029612321	22	11	8	9	10	True	126189	backbone	False	FIJ0072_000000001394	0.9533081674836119	PS945	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1606.0	73.225	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0142_000000019323	1839	0.7206228849148669	1	1	1	1	1	False	40564	maximal	True	FIJ0142_000000019323	1.0		2	2	False	False	0.9978249073028564	0					non-mobilizable	no_good_hit	504.0	75.595	27.0	8.88373800849907e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MON0039_000000035016	1410	0.7206192504622287	1	1	1	1	1	False	11911	maximal	True	MON0039_000000035016	1.0		76	7	False	False	0.9843971729278564	0					non-mobilizable	other	1410.0	99.43299999999999	100.0	0.012514432898125944	NZ_GL833112.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD4, whole genome shotgun sequence	False	False
AST0061_000000033581	1254	0.7206174397634393	2	2	2	2	2	False	111831	maximal	True	AST0061_000000033581	1.0		0	0	False	False	0.9736841917037964	0					non-mobilizable	no_good_hit	421.0	99.287	34.0	0.00011754989083253591	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0026_000000009396	3116	0.7206158252936973	5	1	1	1	1	True	27600	fragment	False	SPA0026_000000009396	1.0		0	0	False	False	0.9983953833580017	0					non-mobilizable	no_good_hit	54.0	90.741	2.0	1.0795609975388046e-05	NC_010524.1	b-proteobacteria	Leptothrix cholodnii SP-6, complete sequence	True	True
ISR0094_000000011396	1593	0.7206147917609532	2	2	2	2	1	False	33442	fragment	False	ISR0094_000000011396	1.0		0	0	False	False	0.9981167316436768	0					non-mobilizable	no_good_hit	544.0	89.154	34.0	0.002834278971019761	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
FIJ0015_000000019390	1619	0.7206098089962236	3	3	2	3	2	False	93480	fragment	False	FIJ0015_000000019390	1.0		0	0	False	False	0.9851760268211365	0					non-mobilizable	chromosome	1596.0	97.619	99.0	0.0005677586462981175	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
AST0048_000000007392	2125	0.7206078931554599	3	3	3	3	3	False	114923	fragment	False	AST0048_000000007392	1.0		0	0	False	False	0.9985882639884949	0					non-mobilizable	no_good_hit	533.0	71.482	24.0	0.0001606447623294855	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
FIJ0122_000000009527	1692	0.7206031846061711	3	3	3	3	2	False	124632	fragment	False	ISR0094_000000010008	0.9285088359003217		0	0	False	False	0.9958629012107849	0					non-mobilizable	no_good_hit	72.0	83.333	4.0	0.001421418873048201	NZ_MQNM01000023.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_23_length_47136_cov_32.8072, whole genome shotgun sequence	True	False
ENG0039_000000005574	4148	0.7206020752899194	5	5	5	5	5	False	110992	fragment	False	ENG0039_000000005574	1.0		0	0	False	False	0.996383786201477	0					non-mobilizable	chromosome	4149.0	98.12	100.0	0.001708248600413966	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0129_000000012278	1999	0.7205986719224869	3	1	1	1	1	False	81234	maximal	True	CHI0129_000000012278	1.0		23	7	False	False	0.9539769887924194	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	3.0	0.0007533564721392633	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0201_000000023557	1239	0.7205986719224869	2	1	1	1	1	False	28719	fragment	False	ISR0201_000000023557	1.0		0	0	False	False	0.9951573610305786	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	4.0	0.0005713669685209142	NZ_VZPB01000011.1	b-proteobacteria	Ideonella dechloratans strain CCUG 30977 contig_0000011, whole genome shotgun sequence	True	False
MON0076_000000015610	2993	0.7205847589807324	5	4	4	4	4	False	127054	fragment	False	ENG0049_000000005054	0.4314184399651526		0	0	False	False	1.0	0					non-mobilizable	other	2393.0	99.12200000000001	97.0	0.0007151076353584851	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0067_000000024761	1257	0.7205821942448856	3	1	1	1	1	False	89914	fragment	False	SPA0075_000000015746	0.6428756141711921		0	0	False	False	0.9960222840309143	0					non-mobilizable	other	1256.0	97.37299999999999	99.0	0.021183579771791236	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0384_000000018503	1124	0.7205814564780122	2	2	2	2	2	False	23062	maximal	True	ISR0384_000000018503	1.0		3	2	False	False	0.9172598123550415	0					non-mobilizable	no_good_hit	974.0	99.69200000000001	87.0	0.003089565650888607	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ENG0007_000000007434	3541	0.7205781437546885	3	3	2	2	3	False	75646	maximal	True	ENG0007_000000007434	1.0		3	3	False	False	0.9997175931930542	0					non-mobilizable	no_good_hit	898.0	79.955	25.0	0.0002743399847452206	CP036295.1	d-proteobacteria	Desulfovibrio desulfuricans strain IC1 chromosome, complete genome	True	False
BAN0018_000000000359	5820	0.7205772884292098	8	8	3	4	7	False	98208	fragment	False	BAN0018_000000000359	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	other	5822.0	98.76299999999999	100.0	0.04708251775401589	LM995853.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-13_contig-10.1_2966_126599_[organism:Escherichia	False	True
MON0087_000000031435	1628	0.7205753880993606	2	1	1	1	1	False	46363	fragment	False	MON0087_000000031435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	73.78699999999999	59.0	0.05492489393418186	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	True	False
AST0055_000000016428	2148	0.7205687627162809	3	3	3	2	3	False	113807	fragment	False	FIJ0074_000000014779	0.9883037663638536		0	0	False	False	0.9990689158439636	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000009810	3522	0.7205515347404684	3	3	3	2	2	False	85808	fragment	False	FIJ0083_000000009810	1.0		0	0	False	False	0.9982964396476746	0					non-mobilizable	no_good_hit	1309.0	70.817	36.0	0.03339851388345717	NZ_LUTP01000030.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00030, whole genome shotgun sequence	True	False
USA0023_01_000000006960	4617	0.7205472691521904	6	4	3	4	2	True	79051	fragment	False	USA0023_01_000000006960	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	87.844	25.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0083_000000006768	2437	0.7205464613017669	2	2	2	2	0	True	5580	maximal	True	SPA0083_000000006768	1.0		22	7	False	False	0.9979482889175415	0					non-mobilizable	other	2134.0	98.36	100.0	0.011939496099503268	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0076_000000003051	10488	0.7205462433041979	22	4	3	4	3	False	41755	maximal	True	MON0076_000000003051	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	84.146	1.0	0.00782759953614225	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	False
ENG0141_000000009117	2981	0.7205459859701225	4	2	1	1	2	True	57748	maximal	True	ENG0141_000000009117	1.0		25	4	False	False	1.0	0					non-mobilizable	no_good_hit	1449.0	98.48200000000001	49.0	0.0004118702836159253	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0070_000000005873	3300	0.7205452964864045	5	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.2277772128086408		0	0	False	False	1.0	0					non-mobilizable	other	3302.0	98.84899999999999	100.0	0.29677941705649513	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
DEN0007_000000008497	3221	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.2183412012729726		0	0	False	False	1.0	0					non-mobilizable	other	3182.0	84.664	98.0	0.0005195707440341618	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0195_000000007591	2984	0.7205452964864045	5	2	1	1	1	False	124380	fragment	False	MON0037_000000019720	0.31776556776556775		0	0	False	False	0.9956434369087219	0					non-mobilizable	other	2963.0	82.281	99.0	0.0008777019709541395	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0041_000000012096	2982	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.1648528006108463		0	0	False	False	1.0	0					non-mobilizable	other	2948.0	98.37200000000001	99.0	0.030715473861508365	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0098_000000007814	2938	0.7205452964864045	5	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.14645564468405586		0	0	False	False	0.9979577660560608	0					non-mobilizable	other	2939.0	98.40100000000001	100.0	0.2642137459517812	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0027_01_000000009370	2911	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.18355064216530934		0	0	False	False	0.9931294918060303	0					non-mobilizable	other	2911.0	99.96600000000001	100.0	0.26178481468154013	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0003_000000006255	2906	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.1790552565911974		0	0	False	False	1.0	0					non-mobilizable	other	2906.0	99.587	100.0	0.26133501259445846	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0147_000000006818	2856	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.1554217199113912		0	0	False	False	0.9845938086509705	0					non-mobilizable	other	2856.0	99.37	100.0	0.2568369917236416	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0102_000000010672	2855	0.7205452964864045	6	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.1309537534736366		0	0	False	False	1.0	0					non-mobilizable	other	2856.0	98.214	100.0	0.0008543604251872037	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0044_000000007950	2760	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.1478522575082896		0	0	False	False	0.9996376633644104	0					non-mobilizable	other	2760.0	99.022	100.0	0.24820079165167327	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0090_000000021086	2757	0.7205452964864045	5	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.11909113303209419		0	0	False	False	1.0	0					non-mobilizable	other	2626.0	98.97200000000001	95.0	0.027461893353698724	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0160_000000006409	2733	0.7205452964864045	5	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.13389981820364738		0	0	False	False	1.0	0					non-mobilizable	other	2733.0	99.34100000000001	100.0	0.24577186038143217	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0060_000000005062	2687	0.7205452964864045	5	2	1	1	1	False	124378	fragment	False	FIJ0060_000000005062	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2753.0	88.12200000000001	100.0	0.0823085058165886	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0083_000000006551	2500	0.7205452964864045	5	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.10117860921498588		0	0	False	False	1.0	0					non-mobilizable	other	2500.0	99.32	100.0	0.22481108312342568	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0164_000000009227	2496	0.7205452964864045	5	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.05740309456764898		0	0	False	False	0.979567289352417	0					non-mobilizable	other	2460.0	98.74	99.0	0.0007358571928319909	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0024_000000005004	2485	0.7205452964864045	5	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.10624062545942403		0	0	False	False	1.0	0					non-mobilizable	other	2485.0	99.316	100.0	0.22346167686218063	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0016_000000008456	2477	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.10819019346326315		0	0	False	False	1.0	0					non-mobilizable	other	2477.0	99.677	100.0	0.22274199352284996	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0156_000000006566	2431	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.10967359348563403		0	0	False	False	1.0	0					non-mobilizable	other	2431.0	99.54799999999999	100.0	0.21860381432169845	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0067_000000004239	2294	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.09292965709691182		0	0	False	False	0.9982563257217407	0					non-mobilizable	other	2294.0	99.041	100.0	0.0006861815954305633	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0194_000000011913	2277	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.07222910169851655		0	0	False	False	0.9986824989318848	0					non-mobilizable	other	2277.0	99.605	100.0	0.2047499100395826	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0043_000000012487	2182	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.07080131157224405		0	0	False	False	1.0	0					non-mobilizable	other	2182.0	99.45	100.0	0.022816910249301683	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0163_000000011231	2180	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.07012264666196069		0	0	False	False	0.9963302612304688	0					non-mobilizable	other	2175.0	99.264	99.0	0.1954839870456999	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0190_000000010663	2158	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.01864412995264753		0	0	False	False	0.9958294630050659	0					non-mobilizable	other	2001.0	99.1	93.0	0.17947103274559195	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0168_000000015004	2023	0.7205452964864045	4	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.034533437184775036		0	0	False	False	0.9935739040374756	0					non-mobilizable	other	2023.0	99.95100000000001	100.0	0.18189996401583303	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0783_000000006898	2003	0.7205452964864045	3	2	1	1	1	False	124369	fragment	False	ENG0025_000000004712	0.007043591859394113		0	0	False	False	1.0	0					non-mobilizable	other	2003.0	99.7	100.0	0.1801007556675063	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0029_000000016710	1822	0.7205437203140655	2	1	1	1	1	False	12555	fragment	False	MON0029_000000016710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	71.771	47.0	0.023847862298722933	NZ_CYYU01000020.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0150_000000002119	9924	0.7205337098369724	5	2	2	2	1	True	39832	maximal	True	FIJ0150_000000002119	1.0		5	1	False	False	0.9979847073554993	0					non-mobilizable	no_good_hit	2437.0	72.918	24.0	0.0005347905392593674	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MAD0107_000000022788	1731	0.7205288850203221	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9502103493269336		0	0	False	False	1.0	0					non-mobilizable	chromosome	1598.0	83.479	96.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0012_000000003718	1698	0.7205256484143945	3	1	1	1	1	False	75442	maximal	True	DEN0012_000000003718	1.0		1	1	False	False	0.9852768182754517	0					non-mobilizable	chromosome	1697.0	99.882	99.0	0.0005960401286828146	CP041012.1	firmicutes	Enterococcus faecalis strain FDAARGOS_611 chromosome, complete genome	False	False
ISR0267_000000016609	1150	0.7205228302309061	2	2	2	1	1	False	26517	fragment	False	ISR0267_000000016609	1.0		0	0	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit	279.0	71.32600000000001	24.0	5.342760598530095e-05	NZ_CP016907.1	CFB group bacteria	Flavobacterium anhuiense strain GSE09 chromosome, complete genome	True	False
MON0050_000000012469	2724	0.7205200933272705	4	3	1	2	3	False	126702	fragment	False	MON0050_000000012469	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	2724.0	100.0	100.0	0.5421063109695401	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0062_000000017221	1883	0.7205200933272705	3	3	1	2	3	False	126698	fragment	False	SPA0062_000000017221	0.9662938870199395		0	0	False	True	1.0	0					non-mobilizable	plasmid	1883.0	99.416	100.0	0.37467648815448934	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ENG0023_000000009908	1742	0.7205200933272705	3	3	1	2	3	False	126691	backbone	True	ENG0023_000000009908	0.9755780391668769	PS974	4	2	False	True	1.0	0					non-mobilizable	plasmid	1742.0	98.507	100.0	0.3462763839107925	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0050_000000005722	1654	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.9340305359220368	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1653.0	99.15299999999999	99.0	0.322265625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0053_000000016611	1507	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.8676712233846429	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1507.0	99.934	100.0	0.294140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0024_000000008621	1475	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.8432466542309477	PS974	0	0	False	True	0.996610164642334	0					non-mobilizable	plasmid	1475.0	99.79700000000001	100.0	0.2935085623257666	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0083_000000012226	1471	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.8256987257990297	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1470.0	99.524	99.0	0.2869140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0028_000000013226	1471	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.6580071965327895	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1470.0	98.367	99.0	0.2869140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0277_000000007205	1347	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.6156037977418174	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1347.0	98.81200000000001	100.0	0.262890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0148_000000008746	1340	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.5745093026668789	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1341.0	99.18	100.0	0.23196948682385576	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0014_000000002850	1296	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.47512838868778057	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1295.0	97.915	99.0	0.252734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0126_000000012091	1288	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.3838657478291237	PS974	0	0	False	True	0.9984471797943115	0					non-mobilizable	other	1288.0	99.845	100.0	0.2513671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0793_000000013355	1271	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.3758393314773379	PS974	0	0	False	True	0.9480723738670349	0					non-mobilizable	plasmid	1271.0	97.325	100.0	0.2504978096375946	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0089_000000007200	1262	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.3812316938706015	PS974	0	0	False	True	1.0	0					non-mobilizable	plasmid	1262.0	99.84200000000001	100.0	0.2510951812027081	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0203_000000015332	1241	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.35245367650671705	PS974	0	0	False	True	0.9887187480926514	0					non-mobilizable	plasmid	1241.0	98.066	100.0	0.24691358024691357	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0054_000000022857	1235	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.23251986191172588	PS974	0	0	False	True	0.9983805418014526	0					non-mobilizable	plasmid	1235.0	97.976	100.0	0.24571883711668657	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
AST0062_000000012875	1209	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.3332348158085291	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1209.0	98.677	100.0	0.2359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0002_000000007646	1197	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.2939671085208417	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1197.0	99.916	100.0	0.23359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0136_000000010352	1129	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.11659311943362148	PS974	0	0	False	True	0.9982285499572754	0					non-mobilizable	other	1129.0	98.84899999999999	100.0	0.2203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0109_000000032874	1123	0.7205200933272705	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.11622883826835888	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1123.0	100.0	100.0	0.19452149791955617	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0210_000000009728	1972	0.7205195603729753	4	2	2	1	1	False	66690	fragment	False	ISR0072_000000014459	0.6533333333333333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0271_000000010743	1697	0.7205195603729753	4	2	2	1	1	False	66688	fragment	False	ISR0271_000000010743	1.0		0	0	False	False	0.9911608695983887	0					non-mobilizable	no_good_hit								True	False
ISR0304_000000006368	1570	0.7205195603729753	3	2	2	1	1	False	66687	fragment	False	ENG0173_000000009976	0.7274522387387281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0033_000000005139	1416	0.7205195603729753	2	2	2	1	1	False	88318	fragment	False	CHI0033_000000005139	1.0		0	0	False	False	0.9851694703102112	0					non-mobilizable	no_good_hit								True	False
ENG0200_000000015185	1379	0.7205195603729753	3	2	2	1	1	False	60806	fragment	False	ENG0163_000000017347	0.9561872909698996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0182_000000024924	1173	0.7205195603729753	2	2	2	1	1	False	77313	fragment	False	CHI0182_000000024924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0210_000000002995	6106	0.7204995037352444	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4859760106561327	PS1107|PS1110|PS1114	0	0	True	True	0.997707188129425	63		MOBV			mobilizable	other	4998.0	99.9	100.0	0.8146094896461764	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0020_000000005155	4475	0.7204967843214855	4	4	4	4	4	False	87152	fragment	False	FIJ0020_000000005155	0.9925566288206104		0	0	False	False	1.0	0					non-mobilizable	chromosome	4475.0	99.93299999999999	100.0	0.0008323346186087994	CP028391.2	enterobacteria	Klebsiella pneumoniae strain WCHKP13F2 chromosome, complete genome	False	False
SPA0055_000000021795	1411	0.7204934247738681	3	3	3	3	2	False	6392	maximal	True	SPA0055_000000021795	1.0		4	3	True	True	0.9992913007736206	1					non-mobilizable	no_good_hit	94.0	85.10600000000001	7.0	0.03951890034364261	NZ_MWQY01000050.1	spirochetes	Marispirochaeta aestuarii strain JC444 Contig50, whole genome shotgun sequence	True	True
ISR0023_000000004825	5585	0.7204909003125134	11	7	3	7	4	True	112150	backbone	False	ISR0003_000000003180	0.5863625535151942	PS715|PS716	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	651.0	78.80199999999999	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0325_000000008396	2370	0.7204908650637449	3	3	1	3	1	False	55783	maximal	True	ISR0325_000000008396	1.0		27	4	False	False	1.0	0					non-mobilizable	no_good_hit	1316.0	93.541	56.0	0.04676885869758509	NZ_SPFY01000028.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_28_length_28117_cov_17.6304, whole genome shotgun sequence	True	False
CHI0140_000000011429	2567	0.7204890581256382	3	3	3	3	3	False	80260	maximal	True	CHI0140_000000011429	0.9497497914929107		9	6	False	False	0.999610424041748	0					non-mobilizable	no_good_hit	275.0	72.36399999999999	19.0	0.00011832992325333113	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
MON0015_000000010689	3447	0.7204885212368308	4	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.7781133411820645		0	0	False	False	0.9997099041938782	0					non-mobilizable	no_good_hit	657.0	74.734	22.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CAN0011_000000009592	3199	0.7204885212368308	3	2	1	2	2	False	95814	fragment	False	CAN0014_000000012172	0.733196323391788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	74.734	23.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0027_000000008328	2088	0.7204856823643825	2	2	1	2	2	False	48995	fragment	False	FIJ0027_000000008328	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2089.0	97.176	100.0	0.0007017987927714388	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0097_000000002400	8171	0.7204824753984556	14	8	7	8	6	True	58218	maximal	True	ISR0097_000000002400	1.0		2	2	False	False	0.9996328353881836	0					non-mobilizable	no_good_hit	698.0	74.212	8.0	0.0003166154184258999	LR595857.1	firmicutes	Streptococcus sp. NCTC 11567 strain NCTC11567 genome assembly, chromosome: 1	True	True
FIJ0128_000000017987	1465	0.7204775381982506	2	1	1	1	1	False	40997	fragment	False	FIJ0128_000000017987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000026358	1387	0.7204775381982506	2	1	1	1	1	False	34464	fragment	False	ISR0077_000000026358	1.0		0	0	False	False	0.9906272292137146	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000003712	3405	0.7204774188508694	4	3	2	3	3	True	40027	maximal	True	FIJ0145_000000003712	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	92.387	27.0	0.01479901630068119	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	True	True
ENG0118_000000002452	5734	0.7204763000162969	8	5	5	5	4	False	113595	maximal	True	ENG0118_000000002452	1.0		6	3	False	False	0.9998255968093872	0					non-mobilizable	no_good_hit	3360.0	94.286	68.0	0.000816687592600629	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0045_000000004185	7296	0.720474460051723	7	7	6	7	7	False	104499	fragment	False	DEN0045_000000004185	0.9558246577406522		0	0	False	False	0.9982181787490845	0					non-mobilizable	other	7277.0	99.12100000000001	99.0	0.05145326835065183	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MAD0063_000000001359	7008	0.7204724704219393	6	6	6	6	6	False	81245	maximal	True	MAD0063_000000001359	1.0		56	9	False	False	0.9988584518432617	0					non-mobilizable	no_good_hit	3436.0	96.01299999999999	52.0	0.0012220702104446932	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0036_000000022189	1168	0.7204659836342512	3	2	2	2	2	False	103337	fragment	False	FIJ0169_000000013717	0.24932033740026702		0	0	False	False	0.9897260069847107	0					non-mobilizable	other	1170.0	92.65	99.0	0.00035647688617897335	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0012_000000009282	2578	0.7204630535227757	2	2	2	2	2	False	67080	maximal	True	ENG0012_000000009282	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1132.0	85.071	91.0	0.018436192468619248	NZ_JHXW01000013.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00011.11_C, whole genome shotgun sequence	False	False
MAD0037_000000000209	33253	0.7204601899447944	64	19	12	13	9	True	51551	maximal	True	MAD0037_000000000209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2159.0	93.70100000000001	57.0	0.03819161379505902	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0196_000000008376	1424	0.7204492142574748	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.13369834553048188		0	0	False	False	0.9985954761505127	0					non-mobilizable	chromosome	1360.0	91.691	99.0	0.0003733166301284059	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0284_000000011017	1328	0.7204492142574748	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08268099867729674		0	0	False	False	1.0	0					non-mobilizable	chromosome	1328.0	98.946	100.0	0.00036941921564533526	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
AST0039_000000012570	1260	0.7204492142574748	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09087628569209863		0	0	False	False	1.0	0					non-mobilizable	chromosome	1260.0	96.74600000000001	100.0	0.00028462491504240413	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MAD0059_000000013691	1412	0.7204490700742244	2	1	1	1	1	False	16881	maximal	True	MAD0059_000000013691	1.0		18	7	False	False	0.9808781743049622	0					non-mobilizable	no_good_hit	841.0	80.618	59.0	0.009085968916422127	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0179_000000013118	1768	0.7204441960224867	3	3	3	3	3	False	76275	fragment	False	DEN0073_000000028334	0.9791457179414691		0	0	False	False	1.0	0					non-mobilizable	other	1768.0	99.095	100.0	0.02569023422166005	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0085_000000009932	1670	0.7204398414447556	2	2	2	2	2	False	73203	fragment	False	ENG0085_000000009932	1.0		0	0	False	False	0.9964072108268738	0					non-mobilizable	other	1595.0	99.68700000000001	98.0	0.0017505071305968427	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ENG0101_000000017886	1864	0.7204390008230814	4	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.5845797529577914		0	0	False	False	1.0	0					non-mobilizable	other	1864.0	97.21	100.0	0.2279456747828215	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
ISR0147_000000015533	1608	0.7204329240951279	4	4	3	3	1	False	113392	fragment	False	CHI0006_000000008344	0.4817656846367632		0	0	False	False	0.9993780851364136	0					non-mobilizable	chromosome	1390.0	96.54700000000001	96.0	0.00038875428182474377	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0053_000000010499	3177	0.7204317373486355	4	4	1	3	3	True	6485	maximal	True	SPA0053_000000010499	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	97.802	11.0	0.0001244090143413091	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
CHI0025_000000002181	5497	0.7204166676421402	7	7	2	4	7	True	123556	backbone	False	ISR0826_000000002301	0.461630335857819	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5498.0	99.764	100.0	0.05589070082096461	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AUS0018_000000013563	2068	0.7204137091469205	2	2	2	2	2	False	99967	maximal	True	AUS0018_000000013563	1.0		5	3	False	False	0.9970986247062683	0					non-mobilizable	no_good_hit								True	False
SPA0052_000000007968	3695	0.720411805905591	5	3	1	1	2	False	124386	fragment	False	SPA0052_000000007968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2977.0	98.522	81.0	0.031102555786874785	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
DEN0010_000000037498	1258	0.7204064098985303	2	2	2	1	1	False	75851	fragment	False	DEN0010_000000037498	1.0		0	0	False	False	0.9833068251609802	0					non-mobilizable	no_good_hit								True	False
MAD0101_000000015826	1806	0.7204052214613685	2	2	2	2	2	False	15101	maximal	True	MAD0101_000000015826	1.0		24	6	False	False	0.9922480583190918	0					non-mobilizable	other	1795.0	99.554	99.0	0.0009866396669843639	CP013689.1	firmicutes	Streptococcus infantarius strain ICDDRB-NRC-S5, complete genome	False	False
DEN0022_000000013985	2793	0.7204002990015327	5	2	1	2	2	False	74608	fragment	False	DEN0022_000000013985	1.0		0	0	False	False	0.9996419548988342	0					non-mobilizable	no_good_hit	77.0	96.104	3.0	0.015856457333611518	NZ_QRYH01000051.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf51, whole genome shotgun sequence	True	False
ISR0295_000000017729	2007	0.7203992104297093	3	2	2	2	2	False	113714	fragment	False	ISR0090_000000014083	0.9776059558197412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	86.993	42.0	0.000190490126906392	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0105_000000034554	1156	0.7203984702118851	2	2	2	2	2	False	14763	maximal	True	MAD0105_000000034554	1.0		4	2	False	False	0.9991349577903748	0					non-mobilizable	chromosome	1156.0	100.0	100.0	0.0003454131230669575	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	False	False
MON0090_000000027974	2133	0.7203953527031075	3	2	2	2	1	True	124656	fragment	False	ISR0812_000000015709	0.12227888238426145		0	0	False	False	1.0	0					non-mobilizable	other	2140.0	89.53299999999999	100.0	0.0006632615919895918	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0030_000000021563	1661	0.7203914004195814	2	2	2	2	1	True	12506	maximal	True	MON0030_000000021563	1.0		12	6	False	False	0.9993979334831238	0					non-mobilizable	no_good_hit	1233.0	100.0	74.0	0.00035473725400540687	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
ISR0325_000000008096	2440	0.720384976711912	6	4	1	2	3	False	131130	maximal	True	ISR0325_000000008096	1.0		17	7	False	False	1.0	0					non-mobilizable	other	1419.0	99.648	99.0	0.008797945077990246	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
FIJ0159_000000018680	1379	0.7203832776181333	1	1	1	1	1	False	39382	maximal	True	FIJ0159_000000018680	0.9688204357625845		317	15	False	False	0.9992748498916626	0					non-mobilizable	other	1387.0	77.794	99.0	0.0010050530412174079	NZ_GL872282.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD1, whole genome shotgun sequence	False	False
CHI0182_000000001490	13519	0.7203769505807218	13	5	3	5	4	True	77396	maximal	True	CHI0182_000000001490	1.0		1	1	False	False	0.9986685514450073	0					non-mobilizable	no_good_hit	3181.0	99.78	24.0	0.0012609545425887397	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	True
MAD0014_000000016217	2013	0.7203759415971548	2	2	2	2	2	False	79898	maximal	True	MAD0014_000000016217	1.0		12	3	False	False	0.9995032548904419	0					non-mobilizable	chromosome	2016.0	91.56700000000001	100.0	0.0009509120583490598	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	False	False
ISR0169_000000002795	8033	0.7203734413593061	11	6	3	4	3	False	110826	maximal	True	ISR0169_000000002795	1.0		6	5	False	False	0.9902900457382202	0					non-mobilizable	no_good_hit	2328.0	97.766	55.0	0.008736955631296714	NZ_AGDG01000020.1	CFB group bacteria	Bacteroides faecis MAJ27 contig020, whole genome shotgun sequence	True	False
USA0040_01_000000000619	29857	0.720370827899119	40	19	10	14	12	True	96293	fragment	False	USA0040_01_000000000619	0.99719490351144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12025.0	98.861	79.0	0.09663158403324126	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
CHI0077_000000006420	2125	0.7203664962401779	3	2	2	2	1	False	87683	maximal	True	CHI0077_000000006420	1.0		1	1	False	False	0.9990588426589966	0					non-mobilizable	no_good_hit	1879.0	99.681	88.0	0.0007941011561402456	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
SPA0010_000000017276	1482	0.7203664962401779	2	2	2	2	1	False	87677	fragment	False	SPA0010_000000017276	0.9948910081743869		0	0	False	False	0.9797570705413818	0					non-mobilizable	chromosome	1463.0	99.932	99.0	0.0006181980246416608	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
SPA0092_000000035113	1303	0.7203653081689989	2	1	1	1	1	False	5302	fragment	False	SPA0092_000000035113	1.0		0	0	False	False	0.9984650611877441	0					non-mobilizable	no_good_hit								True	False
AST0116_000000017020	1585	0.7203635436559228	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.8669089529796751		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	98.801	100.0	0.006467682005634723	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0360_000000015719	1582	0.7203635436559228	2	2	2	1	1	False	109827	fragment	False	ISR0360_000000015719	0.6855332445437107		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	99.93700000000001	100.0	0.00042075949084109584	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
AST0090_000000015171	1492	0.7203635436559228	2	2	2	1	1	False	109827	fragment	False	ISR0360_000000015719	0.6773878474769062		0	0	False	False	1.0	0					non-mobilizable	other	1488.0	93.145	99.0	0.0003957427975210054	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MON0037_000000053669	1410	0.7203635436559228	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.7526059394115177		0	0	False	False	0.9702127575874329	0					non-mobilizable	other	1410.0	99.85799999999999	100.0	0.0021807128408234395	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	False
ISR0084_000000020154	1380	0.7203635436559228	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.5919395576029844		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	97.536	100.0	0.006655951501812407	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
ISR0135_000000016095	1307	0.7203635436559228	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.5080803975779341		0	0	False	False	1.0	0					non-mobilizable	chromosome	1305.0	97.931	100.0	0.00031654857187800935	CP028528.1	firmicutes	Clostridioides difficile strain 020696 chromosome	False	False
SPA0003_000000014791	1230	0.7203635436559228	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.37536330558927955		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	97.56299999999999	100.0	0.0013694085268504271	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0210_000000022589	1203	0.7203635436559228	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.3442960452292007		0	0	False	False	0.9866999387741089	0					non-mobilizable	other	1203.0	96.675	100.0	0.024022223554569618	NZ_SMUS01000032.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00032, whole genome shotgun sequence	False	False
ISR0225_000000019676	1177	0.7203635436559228	2	2	2	1	1	False	80753	fragment	False	ISR0225_000000019676	0.9749138454632194		0	0	False	False	0.9991503953933716	0					non-mobilizable	other	1177.0	97.196	100.0	0.023097772714773934	NZ_JAAIPV010000031.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_31_length_50914_cov_74.5275, whole genome shotgun sequence	False	False
DEN0072_000000014185	1175	0.7203635436559228	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.3408861824476071		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	98.46799999999999	100.0	0.00372780069285018	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ISR0020_000000006064	3419	0.7203587187695332	4	1	1	1	1	False	37696	maximal	True	ISR0020_000000006064	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	77.953	4.0	5.4361549900395615e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0122_000000007906	2051	0.7203560232979975	2	2	1	2	1	False	54593	maximal	False	FIJ0171_000000008428	0.3198621553884712		0	0	False	False	1.0	0					non-mobilizable	other	2052.0	97.807	100.0	0.016784098069542303	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0052_000000009854	1621	0.7203540908362862	3	2	2	1	2	False	86483	maximal	True	CHI0052_000000009854	1.0		5	2	False	False	1.0	0					non-mobilizable	other	1548.0	82.55799999999999	95.0	0.002467741832302309	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0109_000000009122	2718	0.7203529361176162	4	3	3	2	2	False	96634	fragment	False	ENG0109_000000009122	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2718.0	98.602	100.0	0.0007343678474504917	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0193_000000015958	1241	0.7203486323343053	2	2	1	2	1	False	54570	maximal	True	ENG0193_000000015958	1.0		12	6	False	False	0.9975826144218445	0					non-mobilizable	other	635.0	95.27600000000001	93.0	0.0019038281080820962	NZ_QSLJ01000002.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf2, whole genome shotgun sequence	False	False
FIJ0144_000000005401	5831	0.7203351254963997	4	4	4	2	1	False	62796	fragment	False	FIJ0029_000000006013	0.9655813276510568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2738.0	80.02199999999999	47.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ENG0170_000000001923	5702	0.7203351254963997	4	4	4	2	1	False	62796	fragment	False	FIJ0029_000000006013	0.6926435555907344		0	0	False	False	0.9893019795417786	0					non-mobilizable	no_good_hit	2779.0	80.209	48.0	0.0008796901183399527	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
USA0093_01_000000006261	3027	0.7203335386707209	5	4	4	4	4	False	72863	fragment	False	USA0093_01_000000006261	1.0		0	0	False	False	0.9904195666313171	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.0006106805929919138	NZ_RCXZ01000026.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0026, whole genome shotgun sequence	True	False
ISR0356_000000000617	16490	0.7203307921586539	23	5	3	5	3	True	122317	fragment	False	CHI0109_000000000699	0.872107453841555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.848	5.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0802_000000009267	1824	0.7203307829257198	3	2	2	1	1	False	21858	maximal	True	ISR0802_000000009267	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	96.429	26.0	0.005093615287279902	NZ_CYYA01000014.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0208_000000000261	41535	0.720325213662899	47	27	19	21	15	True	53859	maximal	True	ENG0208_000000000261	0.9933998834646662		3	3	True	True	1.0	113					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.00019587648408029673	AC182567.2	eudicots	Erythranthe guttata clone MGBa-50E20, complete sequence	True	True
USA0024_01_000000008342	2859	0.7203186575367707	4	4	4	4	2	False	101554	fragment	False	AUS0010_000000008181	0.9977162341454497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	89.355	52.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0089_000000013765	2848	0.7203186575367707	4	4	4	4	2	False	101554	fragment	False	AUS0010_000000008181	0.9968909946447249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	89.355	52.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0003_000000009443	2779	0.7203186575367707	4	4	4	4	2	False	101554	fragment	False	AUS0010_000000008181	0.9847346789788187		0	0	False	False	0.9992803335189819	0					non-mobilizable	no_good_hit	977.0	89.355	51.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0069_000000010107	2778	0.7203186575367707	4	4	4	4	2	False	101554	fragment	False	AUS0010_000000008181	0.9841171796138611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	89.355	51.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0032_01_000000008848	2731	0.7203186575367707	4	4	4	4	2	False	101554	fragment	False	AUS0010_000000008181	0.9708809199484217		0	0	False	False	0.9996338486671448	0					non-mobilizable	no_good_hit	977.0	89.355	50.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0175_000000020588	1197	0.7203154505273871	2	2	2	1	1	False	55583	fragment	False	ENG0175_000000020588	0.9610829103214891		0	0	False	False	0.9991645812988281	0					non-mobilizable	no_good_hit	123.0	84.553	10.0	3.246847430905357e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MAD0050_000000015442	1570	0.7203133071214209	3	1	1	1	1	False	20089	fragment	False	MAD0050_000000015442	0.9959677419354839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	0.00045338820493146865	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
MAD0003_000000018125	1488	0.7203133071214209	3	1	1	1	1	False	20089	fragment	False	MAD0050_000000015442	0.9697452229299364		0	0	False	False	0.9912634491920471	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	9.347231269518388e-06	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0002_000000033495	1169	0.7203092276454942	2	1	1	1	1	False	52271	fragment	False	FIJ0002_000000033495	1.0		0	0	False	False	0.9897348284721375	0					non-mobilizable	chromosome	909.0	86.469	92.0	0.0003193493600838707	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AUS0006_000000010786	2289	0.72030804593358	4	3	2	3	1	False	102088	fragment	False	AUS0006_000000010786	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2296.0	96.90799999999999	100.0	0.03504430186373358	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0039_01_000000011373	1971	0.72030804593358	4	3	2	3	1	False	90555	fragment	False	USA0039_01_000000011373	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1977.0	97.319	100.0	0.030186373357775742	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0104_000000002972	8216	0.7203057552734679	7	7	6	4	6	False	82232	fragment	False	ENG0104_000000002972	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4976.0	99.839	91.0	0.0012059664675872575	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
MON0047_000000004415	7252	0.7203044248488819	8	4	2	3	2	False	101196	backbone	True	MON0047_000000004415	0.9856564253867265	PS585	6	1	False	True	1.0	0					non-mobilizable	no_good_hit	231.0	90.04299999999999	12.0	6.082061413348364e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0095_000000010051	2673	0.7203008593281014	3	2	2	2	1	True	80407	maximal	True	FIJ0095_000000010051	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0779_000000009757	3398	0.720300129328016	3	3	3	3	3	False	107259	fragment	False	ISR0779_000000009757	1.0		0	0	False	False	0.999411404132843	0					non-mobilizable	other	3419.0	98.333	100.0	0.0010970249018552787	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
TAN0002_000000015639	2414	0.7202972074762456	4	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.6969101304823405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1762.0	83.258	73.0	0.0006120744583698743	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0042_01_000000015100	1109	0.7202908040631348	2	2	2	2	2	False	1253	fragment	False	USA0042_01_000000015100	1.0		0	0	False	False	0.9945897459983826	0					non-mobilizable	no_good_hit	196.0	75.51	17.0	0.0005659591688317782	NZ_FMVT01000004.1	a-proteobacteria	Paracoccus tibetensis strain CGMCC 1.8925, whole genome shotgun sequence	True	False
SPA0082_000000009310	1818	0.7202846633298525	2	2	2	2	2	False	5599	maximal	True	SPA0082_000000009310	1.0		55	9	False	False	1.0	0					non-mobilizable	chromosome	1818.0	100.0	100.0	0.00028295177408582206	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
MON0102_000000008514	5178	0.7202834046687634	6	6	5	6	4	False	124950	maximal	True	MON0102_000000008514	0.9748077296054822		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	3129.0	78.907	69.0	0.007414474448878385	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0045_000000006207	5275	0.7202816700744886	8	4	3	3	2	False	103847	maximal	True	MAD0045_000000006207	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1612.0	95.72	31.0	0.0005083503887886494	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MON0060_000000026513	1576	0.7202813780399112	3	2	1	2	2	False	10882	maximal	True	MON0060_000000026513	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0109_000000011114	2734	0.7202785194506962	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.4598508834909984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	85.01899999999999	83.0	0.0003610066913471086	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0105_000000020848	2602	0.7202785194506962	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.5736645846109097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	85.882	82.0	0.00035541402378170026	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0010_000000006145	3723	0.7202749593696749	4	4	4	2	1	False	122772	fragment	False	MON0084_000000007784	0.9764804272128716		0	0	False	False	1.0	0					non-mobilizable	other	2356.0	99.83	100.0	0.0010401686177373705	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
FIJ0048_000000003579	7487	0.7202746224338109	12	4	2	4	2	False	46818	maximal	True	FIJ0048_000000003579	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	88.15799999999999	29.0	0.013043632368057279	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0164_000000005591	3290	0.7202708398763928	3	3	3	3	3	False	122742	fragment	False	ENG0164_000000005591	0.9632985257985258		0	0	False	False	0.9945288896560669	0					non-mobilizable	no_good_hit	117.0	82.906	4.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
CAN0016_000000032055	1436	0.7202600272683759	1	1	1	1	1	False	92731	fragment	False	CAN0016_000000032055	1.0		0	0	False	False	0.9888579249382019	0					non-mobilizable	no_good_hit								True	False
CHI0027_000000012527	1392	0.7202597967436709	1	1	1	1	1	False	88815	fragment	False	ISR0297_000000010355	0.3755959217921317		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	99.49700000000001	100.0	0.027114481199196898	NZ_JAAIQH010000021.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_21_length_51301_cov_301.036, whole genome shotgun sequence	False	False
ISR0815_000000014797	2104	0.7202584312687329	2	1	1	1	1	False	81056	fragment	False	ISR0815_000000014797	1.0		0	0	False	False	0.999524712562561	0					non-mobilizable	no_good_hit	433.0	74.596	20.0	0.0016896738610641757	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
SPA0090_000000020518	1758	0.7202584312687329	3	1	1	1	1	False	81057	fragment	False	ISR0395_000000020493	0.9243386243386243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	74.596	24.0	0.0016896738610641757	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
USA0065_01_000000009807	1219	0.7202584312687329	2	1	1	1	1	False	74959	fragment	False	MON0087_000000043461	0.5872479311285896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	74.596	35.0	0.0016896738610641757	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
USA0059_01_000000022362	1113	0.7202584312687329	1	1	1	1	1	False	74959	fragment	False	MON0087_000000043461	0.2944120508087747		0	0	False	False	0.9982030391693115	0					non-mobilizable	no_good_hit	598.0	73.74600000000001	53.0	0.002335256798546243	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0187_000000008411	3271	0.72025373196999	3	3	3	3	3	False	107258	fragment	False	ENG0187_000000008411	1.0		0	0	False	False	0.9960256814956665	0					non-mobilizable	chromosome	3252.0	96.125	99.0	0.0010180882446109878	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0044_000000007422	2044	0.7202483057495225	3	3	3	2	1	True	87255	maximal	True	CHI0044_000000007422	1.0		3	3	False	False	0.9921721816062927	0					non-mobilizable	no_good_hit	910.0	100.0	45.0	0.0612533692722372	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0063_000000014470	2185	0.7202456431990193	3	3	3	3	3	False	63090	fragment	False	ISR0286_000000007958	0.9610040340654415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	94.079	62.0	0.0023410729969445443	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0779_000000005090	6182	0.7202444743295582	6	5	5	5	3	False	22355	maximal	True	ISR0779_000000005090	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	92.4	21.0	0.010217585326070231	NZ_AAXG02000016.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont181, whole genome shotgun sequence	True	False
FIJ0034_000000011889	2338	0.7202438483044362	4	3	3	2	2	False	50534	maximal	True	FIJ0034_000000011889	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	1.4520398867714582e-05	CP025325.1	budding yeasts	Saccharomycopsis malanga strain KCN26 chromosome 5	True	False
FIJ0094_000000000146	45011	0.7202336583094477	46	27	15	26	8	True	100664	fragment	False	FIJ0094_000000000146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	0.020223523150612027	XR_001776655.1	bony fishes	PREDICTED: Poecilia reticulata uncharacterized LOC108166316 (LOC108166316), transcript variant X2, ncRNA	True	True
MON0087_000000033183	1545	0.7202305210976286	1	1	1	1	1	False	9685	maximal	True	MON0087_000000033183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	76.208	88.0	0.0004117678272273137	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
FIJ0015_000000017553	1763	0.7202278824496477	3	3	2	1	2	False	84308	fragment	False	FIJ0029_000000016561	0.9390503183248112		0	0	False	False	0.9903573393821716	0					non-mobilizable	other	1763.0	98.242	100.0	0.00444253945842368	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0282_000000008496	2574	0.7202275795908306	5	4	4	4	4	False	120954	fragment	False	ISR0282_000000008496	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2575.0	98.33	100.0	0.1616529548451925	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	False
ISR0104_000000001410	15208	0.7202273499142982	13	8	6	8	3	False	89120	maximal	True	ISR0104_000000001410	0.9541105089114019		1	1	False	False	0.9988821744918823	0					non-mobilizable	no_good_hit	3205.0	97.66	78.0	0.025746379666631822	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0023_000000019108	1224	0.7202218288690235	3	2	2	2	2	False	12967	maximal	True	MON0023_000000019108	1.0		42	4	False	False	1.0	0					non-mobilizable	other	1224.0	98.85600000000001	100.0	0.0006806957902054388	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
MON0014_000000011453	1459	0.720220219925963	3	3	2	3	2	False	13445	fragment	False	MON0014_000000011453	1.0		0	0	False	False	0.9629883766174316	0					non-mobilizable	no_good_hit	68.0	88.235	5.0	0.0004651776353701634	NZ_LACF01000018.1	g-proteobacteria	Pseudomonas marginalis strain H21 FCC4LTTACXX-wHAIPI007915-133_L5_1_(paired)_contig_18, whole genome shotgun sequence	True	False
ISR0820_000000016667	1532	0.720219883568908	3	3	2	3	2	False	76472	fragment	False	DEN0005_000000023811	0.9544025157232705		0	0	False	False	0.9895561337471008	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	3.0	1.8799777446444134e-05	NZ_VMHP01000001.1	g-proteobacteria	Marinobacter halotolerans strain NBRC 110910 NODE_1_length_2234069_cov_63.403026, whole genome shotgun sequence	True	False
ISR0162_000000018359	2154	0.7202196964176303	2	2	2	2	1	False	30350	fragment	False	ISR0162_000000018359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	9.266519994423144e-07	LR736853.1	bivalves	Pecten maximus genome assembly, chromosome: 16	True	False
USA0001_01_000000014200	1209	0.7202168990575842	3	3	3	3	0	True	2264	fragment	False	USA0001_01_000000014200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0145_000000014506	1193	0.7202168990575842	3	3	3	3	0	True	40007	fragment	False	FIJ0145_000000014506	1.0		0	0	False	False	0.9983235597610474	0					non-mobilizable	other	1160.0	99.741	97.0	0.11710619379609982	NZ_JAAIUL010000044.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_44_length_9897_cov_230.071, whole genome shotgun sequence	False	True
ENG0086_000000010859	2345	0.7202157507945401	3	3	3	2	2	False	68262	fragment	False	ENG0086_000000010859	1.0		0	0	False	False	0.9995735883712769	0					non-mobilizable	no_good_hit	64.0	84.375	3.0	0.0004532653682966882	NZ_QJTC01000010.1	b-proteobacteria	Xylophilus ampelinus strain CECT 7646 Ga0244619_110, whole genome shotgun sequence	True	False
ISR0020_000000006225	3353	0.7202107270190642	2	2	1	2	2	False	67325	maximal	True	ISR0020_000000006225	1.0		896	13	False	False	0.9994035363197327	0					non-mobilizable	other	3141.0	97.35799999999999	94.0	0.00739122656698711	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0025_01_000000000173	51743	0.720207264076223	62	12	4	10	5	True	114290	fragment	False	USA0025_01_000000000173	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	22387.0	97.985	98.0	0.23052593622830062	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0817_000000007260	1721	0.7202009814655955	2	1	1	1	1	False	21372	fragment	False	ISR0817_000000007260	1.0		0	0	False	False	0.9697850346565247	0					non-mobilizable	no_good_hit	718.0	81.755	41.0	0.0002500156702456209	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0038_000000007365	3648	0.7201941400785756	3	3	2	2	3	False	12014	maximal	True	MON0038_000000007365	1.0		1	1	False	False	0.9860197305679321	0					non-mobilizable	no_good_hit	591.0	72.42	16.0	0.00015589657932282424	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0081_000000023160	1563	0.7201932710816475	3	3	3	3	2	False	44241	maximal	True	FIJ0081_000000023160	1.0		1	1	False	False	0.9948816299438477	0					non-mobilizable	no_good_hit	1322.0	84.191	84.0	0.0003471574704178638	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
FIJ0170_000000007097	2256	0.7201910773477745	3	3	3	3	2	False	87022	maximal	True	FIJ0170_000000007097	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	90.537	76.0	0.007001272212418435	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0091_000000004842	6493	0.7201905022268341	8	8	7	7	5	False	110587	fragment	False	ENG0142_000000003663	0.9390077378243059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	76.642	2.0	0.0001068478295537907	NZ_VFQF01000003.1	high GC Gram+	Humibacillus xanthopallidus strain DSM 21776 Ga0197590_13, whole genome shotgun sequence	True	False
SPA0029_000000000871	18469	0.7201858696001493	15	11	9	11	7	True	111465	maximal	True	SPA0029_000000000871	1.0		5	4	False	False	0.9998375773429871	0					non-mobilizable	no_good_hit	802.0	71.945	4.0	0.0019810436360236613	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	True
CHI0186_000000013203	1478	0.7201797941093135	3	2	1	2	1	False	77123	fragment	False	CHI0186_000000013203	1.0		0	0	False	False	0.9986467957496643	0					non-mobilizable	no_good_hit	1250.0	79.12	84.0	0.0003462907731698241	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0237_000000003118	3100	0.7201738268248293	4	4	3	4	3	False	127731	fragment	False	ISR0237_000000003118	0.9584740040513167		0	0	False	False	0.9996774196624756	0					non-mobilizable	other	3100.0	99.484	100.0	0.03059864335153388	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
CHI0096_000000000727	6754	0.7201729204111315	10	8	4	5	6	True	130646	backbone	True	CHI0096_000000000727	0.9998536513976292	PS1110|PS1113	176	9	True	True	1.0	16		MOBV			mobilizable	other	6045.0	100.0	100.0	0.8951421800947867	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0132_000000003496	6754	0.7201729204111315	10	8	4	5	6	True	130646	backbone	False	CHI0096_000000000727	0.9997055690638517	PS1110|PS1113	0	0	True	True	1.0	16		MOBV			mobilizable	other	6033.0	99.95	100.0	0.8933649289099526	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0169_000000009117	3196	0.7201712529649597	4	4	4	4	3	False	91019	fragment	False	ISR0169_000000009117	0.9533137446947437		0	0	False	False	0.9777847528457642	0					non-mobilizable	other	3196.0	99.09299999999999	100.0	0.030631615278416936	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
AST0094_000000006842	3126	0.7201686451099448	5	4	3	4	3	False	109321	fragment	False	AST0094_000000006842	1.0		0	0	False	False	0.9923224449157715	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000009454	2693	0.7201679020901051	4	2	1	2	1	True	96160	fragment	False	ENG0127_000000009454	1.0		0	0	False	False	0.9996286630630493	0					non-mobilizable	no_good_hit	78.0	93.59	3.0	0.00015620277148345975	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
USA0020_01_000000019344	1792	0.7201679020901051	3	2	1	2	1	True	96159	fragment	False	USA0020_01_000000019344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	3.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
ISR0126_000000031911	1553	0.7201679020901051	3	2	1	2	1	True	96158	fragment	False	CAN0004_000000017078	0.9403753026634383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	4.0	1.7553600243409924e-05	NZ_JOMG01000002.1	d-proteobacteria	Pelobacter seleniigenes DSM 18267 N909DRAFT_scf7180000000030_quiver.2_C, whole genome shotgun sequence	True	True
ISR0189_000000009130	1719	0.7201603957647028	2	2	2	1	1	False	110221	fragment	False	ISR0375_000000009302	0.2723195225126863		0	0	False	False	0.9965096116065979	0					non-mobilizable	no_good_hit	1184.0	94.51	84.0	0.005677264871440847	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
MON0021_000000003831	5616	0.7201586306948711	5	5	5	5	5	False	114952	maximal	True	MON0021_000000003831	0.9889073765945646		27	5	False	False	0.999643862247467	0					non-mobilizable	no_good_hit	829.0	76.116	15.0	0.0002161500933626407	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MON0087_000000044041	1177	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1784421766870688		0	0	False	False	0.9991503953933716	0					non-mobilizable	other	1177.0	99.405	100.0	0.0003540710797692637	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0017_000000016789	1177	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17879461393416082		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	99.575	100.0	0.0003540710797692637	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0156_000000020558	1172	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.178226192439305		0	0	False	False	0.9897611141204834	0					non-mobilizable	chromosome	1172.0	91.382	100.0	0.0003774347522967598	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0004_000000041242	1168	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17859963850812813		0	0	False	False	0.9991438388824463	0					non-mobilizable	chromosome	1168.0	99.486	100.0	0.00041180188200870397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0087_000000031181	1166	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.176119117179164		0	0	False	False	0.9922813177108765	0					non-mobilizable	other	1166.0	94.34	100.0	0.00035075919041768045	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0098_000000031102	1166	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1783126846802559		0	0	False	False	0.9768438935279846	0					non-mobilizable	other	1166.0	99.314	100.0	0.00035075919041768045	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0353_000000030907	1166	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17838976849502328		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.571	100.0	0.00035075919041768045	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0081_000000044258	1165	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20018357914801144		0	0	False	False	0.9939914345741272	0					non-mobilizable	other	1165.0	94.936	100.0	0.0003504581095675365	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0005_000000023280	1159	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17465672513300426		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	99.31	100.0	0.00034865162446667293	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0096_000000021205	1152	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17429985816205643		0	0	False	False	0.9991319179534912	0					non-mobilizable	other	1152.0	99.219	100.0	0.0003465440585156654	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0183_000000026458	1149	0.7201571360921174	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17201175772389923		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	99.478	100.0	0.00040509730980804807	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0165_000000015173	1323	0.7201567616669129	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.050785913099194537		0	0	False	False	0.997732400894165	0					non-mobilizable	other	1323.0	99.395	100.0	0.002764319782869163	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0014_000000003273	5846	0.7201563497541076	8	6	4	6	4	True	124542	maximal	True	AST0014_000000003273	1.0	PS730	30	5	False	True	1.0	0					non-mobilizable	no_good_hit	2674.0	84.705	88.0	0.000934405641438773	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0170_000000004130	10029	0.7201538677414863	6	4	3	3	3	False	86398	fragment	False	ISR0170_000000004130	1.0		0	0	False	False	0.9984046220779419	0					non-mobilizable	no_good_hit	939.0	95.95299999999999	18.0	0.00016674108983967257	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
AUS0006_000000001825	8706	0.7201530543490949	10	6	3	4	5	False	124437	maximal	True	AUS0006_000000001825	1.0		0	0	False	False	0.9995405673980713	0					non-mobilizable	no_good_hit	4080.0	99.87700000000001	47.0	0.36694854264123783	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0133_000000016418	1177	0.720149476256565	2	2	2	2	2	False	5915	maximal	False	SPA0070_000000016665	0.9891756869275604		0	0	False	False	0.9983007907867432	0					non-mobilizable	other	1177.0	99.575	100.0	0.035268714011516315	NZ_QSCB01000029.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf29, whole genome shotgun sequence	False	False
ENG0207_000000004288	3919	0.7201339274195315	8	5	3	4	3	False	53902	fragment	False	ENG0207_000000004288	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1231.0	98.781	73.0	0.015835822432794314	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0157_000000004171	6506	0.7201322603177206	9	4	3	4	2	True	30562	maximal	True	ISR0157_000000004171	1.0		80	10	False	False	0.9992314577102661	0					non-mobilizable	other	5870.0	99.625	90.0	0.001993943765282004	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
DEN0083_000000011102	2541	0.7201301461918449	3	2	1	2	2	False	69113	maximal	True	DEN0083_000000011102	1.0		3	3	False	False	0.999212920665741	0					non-mobilizable	no_good_hit	1268.0	81.625	50.0	0.0004074103560231463	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0008_000000000602	23887	0.7201252670803551	19	14	11	7	12	False	96104	maximal	True	ENG0008_000000000602	1.0		71	8	False	False	0.9999162554740906	0					non-mobilizable	no_good_hit	12907.0	93.73200000000001	58.0	0.0024500794181360587	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
ISR0156_000000000772	26399	0.7201224877878696	25	15	9	13	7	True	32905	maximal	True	ISR0156_000000000772	1.0		13	6	False	False	0.9993560314178467	0					non-mobilizable	no_good_hit	2695.0	99.926	10.0	0.00065347348811486	CP012321.1	firmicutes	Clostridioides difficile strain DSM 28666 chromosome, complete genome	True	True
ISR0104_000000021192	1162	0.7201091660591217	2	1	1	1	1	False	32959	fragment	False	ISR0104_000000021192	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	98.709	100.0	0.00040968464868218105	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0138_000000018018	1618	0.7201087615544164	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9291884055892454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	96.564	88.0	0.005469598627418618	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
AST0089_000000015506	1512	0.7201087615544164	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9237046932874321		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	97.35600000000001	100.0	0.0058035320173031235	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
AST0052_000000017807	1398	0.7201087615544164	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8677087919043717		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	97.069	100.0	0.0053659641271096336	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0150_000000017741	1396	0.7201087615544164	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8358472818138242		0	0	False	False	0.9892550110816956	0					non-mobilizable	other	1401.0	94.861	99.0	0.0053506108678045994	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0122_000000021521	1379	0.7201087615544164	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.6521732262351303		0	0	False	False	0.9992748498916626	0					non-mobilizable	other	1314.0	96.271	95.0	0.005039707366877646	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0781_000000022541	1357	0.7201087615544164	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.6205831557886418		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	96.42	97.0	0.005035869052051388	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0105_000000017139	1323	0.7201087615544164	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.6752433382344357		0	0	False	False	0.9811035394668579	0					non-mobilizable	other	1327.0	94.42399999999999	100.0	0.002390225511012175	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0066_000000016893	1277	0.7201087615544164	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.5571033586953857		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	96.554	100.0	0.0048976897183060746	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
CAN0012_000000002581	19624	0.7200947319984439	31	18	6	13	14	True	94351	maximal	True	CAN0012_000000002581	1.0		2	2	False	False	0.9993375539779663	0					non-mobilizable	no_good_hit	5399.0	76.199	30.0	0.002601103162205284	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
SPA0132_000000023829	1740	0.7200938467436594	3	3	3	3	3	False	55896	fragment	False	ENG0169_000000013534	0.6531019349690803		0	0	False	False	0.9942528605461121	0					non-mobilizable	other	1761.0	74.56	99.0	0.0008825205519006981	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	False	False
FIJ0158_000000015162	1240	0.7200825301574307	1	1	1	1	1	False	78114	fragment	False	FIJ0158_000000015162	0.9875962360992301		0	0	False	False	1.0	0					non-mobilizable	chromosome	1240.0	100.0	100.0	0.00045605694417553814	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ISR0046_000000018496	1868	0.7200761174658813	3	2	1	2	1	False	36165	maximal	True	ISR0046_000000018496	1.0		1	1	False	False	0.9994646906852722	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000022267	2020	0.7200698111474507	2	2	1	1	2	False	89418	fragment	False	DEN0011_000000022267	1.0		0	0	False	False	0.999009907245636	0					non-mobilizable	no_good_hit								True	False
FIJ0088_000000011702	2367	0.7200687698543559	4	3	3	2	1	False	43670	maximal	True	FIJ0088_000000011702	1.0		0	0	False	False	0.9907055497169495	0					non-mobilizable	no_good_hit	256.0	96.484	11.0	0.005543237250554324	NZ_CABIWU010000015.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0028_000000007584	4009	0.7200638127495403	5	3	3	3	2	False	84651	maximal	True	FIJ0028_000000007584	1.0	PS421	18	3	False	True	0.9975056052207947	0					non-mobilizable	no_good_hit	1344.0	78.869	33.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
ENG0092_000000008563	2540	0.720056914013893	4	4	3	4	2	False	91230	fragment	False	ENG0092_000000008563	1.0		0	0	False	False	0.997244119644165	0					non-mobilizable	other	2540.0	98.898	100.0	0.0007000926195789353	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
FIJ0140_000000004363	5783	0.7200520871351268	7	5	3	2	3	False	40410	maximal	True	FIJ0140_000000004363	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2292.0	96.37899999999999	41.0	0.0298109328440749	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0063_000000000230	27448	0.7200509781046033	33	3	1	3	1	False	18887	maximal	True	MAD0063_000000000230	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	7.86835713948499e-05	NZ_RJUL01000004.1	g-proteobacteria	Gallaecimonas pentaromativorans strain DSM 21945 Ga0244683_104, whole genome shotgun sequence	True	False
MAD0071_000000000753	8543	0.7200468896884245	17	6	3	5	2	False	101691	maximal	True	MAD0071_000000000753	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	80.531	4.0	0.0026734522965921534	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0837_000000009955	1408	0.7200439718867485	2	2	2	2	1	False	102680	fragment	False	ISR0837_000000009955	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1408.0	99.71600000000001	100.0	0.0030954643856592216	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0026_000000018258	1784	0.7200389190005989	2	2	2	2	1	False	29812	fragment	False	SPA0026_000000018258	1.0		0	0	False	False	0.9966367483139038	0					non-mobilizable	other	1784.0	99.439	100.0	0.000783098769704838	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0063_01_000000009969	2041	0.7200373076871498	3	3	3	3	3	False	104574	maximal	True	USA0063_01_000000009969	1.0		63	9	False	False	0.9995100498199463	0					non-mobilizable	chromosome	1998.0	89.84	100.0	0.00045285060233228304	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0168_000000006442	4057	0.7200339404644921	4	3	2	2	3	False	30137	maximal	True	ISR0168_000000006442	1.0		31	6	False	False	0.9980280995368958	0					non-mobilizable	no_good_hit	716.0	93.575	52.0	0.0021749777178856175	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0038_000000028348	1237	0.72003309009727	2	1	1	1	1	False	11981	fragment	False	SPA0080_000000009220	0.9425675675675675		0	0	False	False	0.9894906878471375	0					non-mobilizable	other	1231.0	98.132	99.0	0.08359385619138236	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	False	False
ISR0121_000000016563	1552	0.7200261101665621	1	1	1	1	1	False	32199	fragment	False	ISR0121_000000016563	1.0		0	0	False	False	0.9942010045051575	0					non-mobilizable	no_good_hit	1037.0	83.70299999999999	66.0	0.00031500481045584216	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ITA0005_000000002297	7041	0.7200213048492838	8	6	5	3	2	True	20398	maximal	True	ITA0005_000000002297	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2819.0	98.617	45.0	0.03990314495688251	NZ_CYYA01000017.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
FIJ0082_000000002402	9469	0.7200158666150394	16	3	2	3	2	False	73746	maximal	False	FIJ0006_000000003081	0.9479412670705412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	1.936905428263275e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0140_000000002714	9394	0.7200158666150394	16	3	2	3	2	False	105657	backbone	False	FIJ0086_000000002946	0.46527171540811874	PS637	0	0	True	True	0.9986161589622498	2					non-mobilizable	no_good_hit	96.0	100.0	2.0	2.658866578354979e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0088_000000010677	2885	0.7200110905099764	4	2	1	1	2	False	120154	backbone	True	MON0088_000000010677	0.9996165644171779	PS832|PS835|PS836	26	5	True	True	1.0	8	rep_cluster_475				non-mobilizable	other	2786.0	99.928	100.0	0.4828363384188627	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0176_000000012894	2608	0.7200110905099764	3	2	1	1	2	False	120154	backbone	False	MON0088_000000010677	0.9516464471403813	PS832|PS835|PS836	0	0	False	True	0.9976993799209595	0	rep_cluster_475				non-mobilizable	other	2608.0	100.0	100.0	0.45197642163661583	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0103_000000040334	1426	0.7200098898909953	2	2	2	2	2	False	8859	fragment	False	MON0103_000000040334	1.0		0	0	False	False	0.9691444635391235	0					non-mobilizable	no_good_hit	416.0	72.115	29.0	0.0006369556656892691	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
ENG0124_000000016363	1901	0.7200049973992638	3	2	1	2	1	False	74472	fragment	False	ENG0124_000000016363	1.0		0	0	False	False	0.9963177442550659	0					non-mobilizable	other	1813.0	91.23	95.0	0.21615173565549325	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	False	False
ENG0131_000000017417	1507	0.7200045768024522	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.3345282725242259		0	0	False	False	0.9993364214897156	0					non-mobilizable	other	1507.0	99.801	100.0	0.09300314950904712	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	False	False
USA0130_01_000000013318	2805	0.7199844762690094	3	2	1	2	2	False	119	maximal	True	USA0130_01_000000013318	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	78.516	57.0	0.07003733979210819	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0200_000000008821	2643	0.7199842179967314	4	4	3	4	3	False	120941	fragment	False	MON0064_000000009391	0.9031019151115476		0	0	False	False	1.0	0					non-mobilizable	chromosome	1115.0	98.565	100.0	0.00032263815391840123	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0081_000000007219	3231	0.7199795828516337	4	4	4	4	3	False	127036	maximal	True	ISR0081_000000007219	1.0		5	2	False	False	0.9959765076637268	0					non-mobilizable	no_good_hit	2455.0	93.075	76.0	0.009398207819308906	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0056_000000008843	2203	0.7199773973659691	3	3	3	2	1	False	114361	fragment	False	ISR0196_000000008430	0.6951511883087131		0	0	False	False	0.9954607486724854	0					non-mobilizable	other	2033.0	82.046	91.0	0.041327386554278	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	False	False
CHI0165_000000007191	2250	0.7199764958276598	3	3	1	3	3	True	84345	fragment	False	CHI0165_000000007191	1.0		0	0	False	False	0.9671111106872559	0					non-mobilizable	other	1646.0	95.93	100.0	0.001051001465246094	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
TAN0002_000000005785	5151	0.7199625371379209	7	5	2	4	3	False	90868	fragment	False	TAN0002_000000005785	1.0		0	0	False	False	0.9920403957366943	0					non-mobilizable	no_good_hit	1136.0	83.01100000000001	40.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
CHI0004_000000001272	3751	0.7199625371379209	6	5	2	4	3	False	90867	fragment	False	CHI0004_000000001272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	82.835	44.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MAD0094_000000001879	6369	0.7199594829341194	6	4	1	1	4	False	15634	maximal	True	MAD0094_000000001879	1.0		4	1	True	True	1.0	969					non-mobilizable	no_good_hit	2021.0	96.932	66.0	0.3024857741838874	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	True	True
ISR0295_000000017862	1993	0.7199590163556707	3	3	3	3	3	False	63922	fragment	False	ISR0295_000000017862	1.0		0	0	False	False	0.997992992401123	0					non-mobilizable	no_good_hit	654.0	78.44	32.0	0.1299093655589124	NZ_NFHM01000062.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_62, whole genome shotgun sequence	True	False
FIJ0031_000000001079	15269	0.7199535435703448	15	14	14	14	14	False	83688	maximal	True	FIJ0031_000000001079	1.0		66	9	False	False	1.0	0					non-mobilizable	chromosome	15269.0	99.535	100.0	0.002869416731097614	CP018306.1	enterobacteria	Klebsiella pneumoniae strain 459 chromosome, complete genome	False	False
SPA0056_000000027449	1303	0.7199535418384851	2	2	2	2	2	False	6361	fragment	False	SPA0056_000000027449	1.0		0	0	False	False	0.9946277737617493	0					non-mobilizable	other	1303.0	100.0	100.0	0.013035773285675668	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0186_000000007914	1928	0.7199519378527748	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.02779369006935863		0	0	False	False	0.9963693022727966	0					non-mobilizable	chromosome	1154.0	83.536	94.0	0.0004043915653658738	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0052_000000019173	1217	0.7199419258863378	2	2	2	2	1	False	17250	maximal	True	MAD0052_000000019173	1.0		37	5	False	False	0.9876745939254761	0					non-mobilizable	chromosome	635.0	83.62200000000001	97.0	0.00022195662706381728	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0039_000000014320	1812	0.719941377700089	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.02475071225071225		0	0	False	False	0.9994481205940247	0					non-mobilizable	no_good_hit	1217.0	85.12700000000001	73.0	0.0003400341879768273	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0027_01_000000007049	3838	0.7199396909156638	6	6	6	6	5	True	130212	maximal	False	ENG0160_000000005572	0.9413713994392047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3212.0	77.21	83.0	0.015057883928613774	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	True
CHI0108_000000001959	3819	0.7199377073560881	4	4	4	3	3	False	83673	fragment	False	CHI0108_000000001959	1.0		0	0	False	False	0.9929301142692566	0					non-mobilizable	chromosome	3819.0	99.791	100.0	0.0008056468713448626	CP053785.1	enterobacteria	Escherichia coli isolate 2-101 chromosome, complete genome	False	False
SPA0008_000000014703	2068	0.7199349602271542	3	3	3	3	3	False	126256	fragment	False	AST0010_000000013853	0.987974332855066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	80.02199999999999	88.0	0.0004811958273371753	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0026_000000015950	2037	0.7199349602271542	3	3	3	3	3	False	126256	fragment	False	AST0010_000000013853	0.9821630885886684		0	0	False	False	1.0	0					non-mobilizable	other	1848.0	80.087	90.0	0.00048809279068379413	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
SPA0027_000000009609	3727	0.7199343078998995	5	4	4	3	4	False	121967	fragment	False	USA0016_01_000000004509	0.9518507709585197		0	0	False	False	0.9965119361877441	0					non-mobilizable	no_good_hit	1156.0	76.557	31.0	0.0003198143840032105	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0095_000000014202	2382	0.719934200835332	3	2	2	2	1	False	31668	fragment	False	MAD0095_000000014202	1.0		0	0	False	False	0.9941225647926331	0					non-mobilizable	no_good_hit	846.0	74.941	36.0	0.0002588337919959383	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0131_000000016297	2021	0.719934200835332	3	2	2	2	1	False	31667	fragment	False	ISR0131_000000016297	1.0		0	0	False	False	0.9643740653991699	0					non-mobilizable	no_good_hit	312.0	80.128	15.0	0.00010400759087116287	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0068_000000008102	3837	0.7199262884386705	6	6	1	5	5	False	80536	fragment	False	FIJ0068_000000008102	0.9921473443746431		0	0	False	False	1.0	0					non-mobilizable	plasmid	3837.0	98.87899999999999	100.0	0.03684139759128714	CP021560.1	other sequences	Unidentified plasmid plasmid YS1-2_2435, complete sequence	False	True
ISR0064_000000009163	2261	0.7199260773039875	4	3	3	3	3	True	64656	fragment	False	ISR0064_000000009163	1.0		0	0	False	False	0.9995577335357666	0					non-mobilizable	no_good_hit	589.0	85.569	26.0	0.00017372518802501644	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
ISR0099_000000005336	4047	0.7199237809714467	4	1	1	1	1	True	107666	maximal	True	ISR0099_000000005336	1.0		38	10	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	99.051	18.0	0.9986449864498645	EU058008.1	bacteria	Uncultured bacterium clone LM0ABA1ZB12FM1 genomic sequence	True	True
USA0113_01_000000007293	2606	0.7199237809714467	4	1	1	1	1	True	107665	fragment	False	USA0113_01_000000007293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	99.185	28.0	0.9959349593495935	EU058008.1	bacteria	Uncultured bacterium clone LM0ABA1ZB12FM1 genomic sequence	True	True
ENG0109_000000004917	4840	0.7199206504624409	3	3	3	1	2	False	118050	fragment	False	ENG0109_000000004917	1.0		0	0	False	False	0.9991735816001892	0					non-mobilizable	other	4771.0	90.463	99.0	0.012648357623095387	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
AUS0002_000000004784	6208	0.7199195265635291	9	5	4	5	3	False	103134	maximal	True	AUS0002_000000004784	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1907.0	70.11	30.0	0.011744176558096326	NZ_LT556044.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0812_000000027382	1443	0.7199174390977208	2	2	2	2	1	False	92583	fragment	False	SPA0027_000000025424	0.305114829237867		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	99.861	100.0	0.00026805420345983247	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0395_000000015082	2564	0.7199164282670417	4	3	3	2	2	False	131339	maximal	True	ISR0395_000000015082	1.0		15	4	False	False	0.9957098364830017	0					non-mobilizable	no_good_hit	1304.0	97.086	79.0	0.020327295986022058	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	True	False
CAN0013_000000016860	1373	0.7199143102158768	3	2	1	1	2	True	93829	maximal	True	CAN0013_000000016860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	99.76100000000001	30.0	0.009621152692538415	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	True	True
ISR0804_000000004052	4397	0.7199132297685825	3	2	1	2	1	True	118410	fragment	False	ISR0804_000000004052	0.9448044236910229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	70.36399999999999	26.0	0.023700257748161188	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ENG0035_000000010515	2096	0.7198862414449179	3	3	3	3	1	False	65389	maximal	True	ENG0035_000000010515	1.0		5	1	False	False	0.9990457892417908	0					non-mobilizable	other	2060.0	100.0	100.0	0.03992786224014893	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0108_000000009635	2304	0.7198802770564552	3	3	2	3	3	False	127981	fragment	False	AST0024_000000013247	0.8754411830616108		0	0	False	False	1.0	0					non-mobilizable	chromosome	2304.0	99.82600000000001	100.0	0.0007259000703836239	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0162_000000019676	1639	0.7198798047590078	2	2	1	1	2	False	78552	fragment	False	CHI0162_000000019676	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	94.81700000000001	100.0	0.00776255073108356	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
ENG0157_000000000161	68282	0.7198749005616896	92	17	7	14	5	True	115268	maximal	True	ENG0157_000000000161	1.0	PS749	1	1	False	True	0.999926745891571	0					non-mobilizable	no_good_hit	2793.0	99.60600000000001	4.0	0.0017903575905839502	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
FIJ0150_000000010413	2284	0.7198728396104299	5	3	2	2	3	False	95622	fragment	False	FIJ0150_000000010413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0079_000000013916	1998	0.7198717188522349	3	2	2	2	1	False	125880	maximal	False	ISR0362_000000010215	0.9608296547182799		0	0	False	False	0.9959959983825684	0					non-mobilizable	other	2000.0	97.1	100.0	0.03995522775878955	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0208_000000015938	1923	0.7198717188522349	2	2	2	2	1	False	125880	maximal	False	ISR0362_000000010215	0.9446924229532924		0	0	False	False	0.9989599585533142	0					non-mobilizable	other	1923.0	99.272	100.0	0.03841618196718035	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
MON0080_000000012526	3619	0.7198643898887693	3	3	3	2	2	False	10065	maximal	True	MON0080_000000012526	1.0		5	3	False	False	0.9997236728668213	0					non-mobilizable	no_good_hit	1333.0	83.12100000000001	37.0	0.173425479201982	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	False
DEN0026_000000010223	2892	0.7198626563708295	4	4	4	4	3	False	74200	fragment	False	DEN0026_000000010223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	82.436	59.0	0.0003229191894728344	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ENG0106_000000014669	1419	0.7198578316328224	2	2	1	1	2	False	60053	maximal	True	ENG0106_000000014669	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	863.0	98.84100000000001	100.0	0.00039010572272861965	CP043939.1	firmicutes	Lactobacillus nenjiangensis strain SH-Y15 chromosome, complete genome	False	False
ENG0203_000000001274	9055	0.7198558453181364	8	6	4	5	3	False	54098	fragment	False	SPA0126_000000003447	0.9728745420914807		0	0	False	False	0.999337375164032	0					non-mobilizable	no_good_hit	1532.0	71.54	17.0	0.0016800835356275883	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
FIJ0029_000000011623	2907	0.7198496208792912	3	2	2	2	1	True	48886	fragment	False	FIJ0029_000000011623	1.0		0	0	False	False	0.9972479939460754	0					non-mobilizable	no_good_hit								True	True
MON0038_000000014238	2221	0.7198496208792912	3	2	2	2	1	True	42269	fragment	False	MON0038_000000014238	0.9578729281767956		0	0	False	False	0.9927960634231567	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.3409144401311697e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0378_000000013738	2081	0.7198496208792912	4	2	2	2	1	True	74325	fragment	False	ISR0378_000000013738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0777_000000012288	1412	0.71984761103536	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.5976215060620903		0	0	False	False	0.9879603385925293	0					non-mobilizable	other	1392.0	97.126	99.0	0.000661258533519952	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0332_000000006377	2195	0.7198463141732527	3	2	2	2	2	False	100784	fragment	False	ISR0332_000000006377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	96.086	45.0	0.0019483289332610876	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
MAD0087_000000019937	1549	0.7198455983061448	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9493873084603791		0	0	False	False	0.9987088441848755	0					non-mobilizable	chromosome	1549.0	99.096	100.0	0.00041293995911681	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0834_000000006087	2786	0.7198418633174406	5	4	2	2	3	True	94674	fragment	False	CHI0010_000000002764	0.5527329444200011		0	0	False	False	1.0	0					non-mobilizable	other	2140.0	95.18700000000001	98.0	0.0004129230984959102	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MAD0042_000000001758	11554	0.7198397744492321	18	6	3	4	5	False	18173	maximal	True	MAD0042_000000001758	1.0		1	1	False	False	0.9999134540557861	0					non-mobilizable	no_good_hit	281.0	83.63	2.0	0.00625112027245026	NZ_AAXG02000017.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont185, whole genome shotgun sequence	True	False
ISR0027_000000002327	10622	0.7198348204901864	13	7	2	6	2	True	37260	backbone	True	ISR0027_000000002327	1.0	PS124	5	1	True	True	0.9991527199745178	18					non-mobilizable	no_good_hit	380.0	82.895	4.0	5.813773033136773e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	True
ISR0228_000000001738	10601	0.7198348204901864	14	7	2	6	2	True	37260	backbone	False	ISR0027_000000002327	1.0	PS124	0	0	True	True	0.9990566968917847	6					non-mobilizable	no_good_hit	380.0	82.895	4.0	5.813773033136773e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	True
FIJ0120_000000007835	2930	0.7198290302471566	3	2	1	2	1	False	41545	maximal	True	FIJ0120_000000007835	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	94.715	25.0	0.00030818506040727645	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
FIJ0090_000000019290	2266	0.7198275514738179	3	2	2	2	2	True	80092	maximal	True	FIJ0090_000000019290	1.0		33	8	False	False	0.9969108700752258	0					non-mobilizable	no_good_hit	853.0	84.87700000000001	42.0	0.00021912576039861297	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
AST0097_000000016709	1242	0.7198245475314311	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08649642511145106		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	99.758	100.0	0.0004022909513386791	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ISR0824_000000007571	2685	0.7198163394205158	4	4	4	4	2	False	73257	fragment	False	ISR0824_000000007571	1.0		0	0	False	False	0.9985102415084839	0					non-mobilizable	no_good_hit	900.0	92.0	35.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0069_000000013908	1601	0.7198023867111882	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9251020666505594		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0123_000000005832	1859	0.7197977720315029	4	2	2	2	2	False	114379	fragment	False	ENG0123_000000005832	0.9690837549184935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1418.0	80.889	76.0	0.00041913917423603517	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
USA0021_01_000000004533	4062	0.7197973037678732	4	3	2	2	3	False	118611	maximal	True	USA0021_01_000000004533	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2608.0	98.083	64.0	0.0006506779604221755	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ENG0084_000000009632	2828	0.7197882358088374	5	2	2	2	2	False	61536	maximal	True	ENG0084_000000009632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	98.589	23.0	0.03213438934570953	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0149_000000002320	6419	0.719782284025172	8	4	3	3	1	False	102509	fragment	False	ISR0149_000000002320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	80.997	5.0	0.0007203881350002762	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
MON0105_000000036909	1478	0.7197818692942641	1	1	1	1	1	False	8707	maximal	True	MON0105_000000036909	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	72.719	72.0	0.002131371055058748	NZ_QICS01000003.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_103, whole genome shotgun sequence	True	False
MON0025_000000006557	4561	0.719771403608337	6	5	3	5	2	False	64341	maximal	True	MON0025_000000006557	1.0		7	4	False	False	0.9993422627449036	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	4.145673591846334e-06	NZ_VFPP01000001.1	high GC Gram+	Saccharothrix saharensis strain DSM 45456 Ga0264273_11, whole genome shotgun sequence	True	False
ENG0040_000000009524	2393	0.71977048001827	4	4	3	4	2	False	113756	fragment	False	ISR0059_000000003816	0.6019003085191196		0	0	False	False	1.0	0					non-mobilizable	chromosome	785.0	98.726	99.0	0.00021942646288740036	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0112_000000016957	1627	0.7197620810414435	2	2	1	1	2	False	41999	maximal	True	FIJ0112_000000016957	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	1627.0	99.75399999999999	100.0	0.5139064475347661	CP018971.1	enterobacteria	Escherichia coli strain Ecol_545 plasmid pEC545_5, complete sequence	False	True
MAD0051_000000008892	3161	0.7197566351615705	4	3	3	2	2	False	17349	maximal	True	MAD0051_000000008892	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0013_000000024131	1175	0.7197545335063791	2	2	2	2	1	False	77251	fragment	False	ISR0246_000000012330	0.38884614400520834		0	0	False	False	1.0	0					non-mobilizable	chromosome	1174.0	99.148	99.0	0.00041391911533522683	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0099_000000023554	1514	0.7197522968164681	2	2	2	1	2	False	107326	fragment	False	CHI0042_000000007421	0.829146989346795		0	0	False	False	0.9993395209312439	0					non-mobilizable	other	1515.0	97.88799999999999	100.0	0.15024826216484607	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0142_000000023525	1464	0.7197474596395854	1	1	1	1	1	False	57662	fragment	False	ENG0142_000000023525	1.0		0	0	False	False	0.9952185750007629	0					non-mobilizable	other	1445.0	81.869	99.0	0.00043911609589197744	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0004_000000004361	5993	0.7197463606375301	7	3	2	3	0	True	116908	fragment	False	ISR0827_000000001364	0.8449131334678844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	96.721	3.0	3.6173923026077216e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MON0076_000000027007	1778	0.7197387906112804	2	2	2	2	2	False	115920	fragment	False	FIJ0046_000000017744	0.9680616740088106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000017704	1697	0.7197189409207695	2	2	2	2	2	False	50480	maximal	False	FIJ0014_000000014042	0.9633105802047781		0	0	False	False	0.9994107484817505	0					non-mobilizable	other	1697.0	96.936	100.0	0.0004814483419554978	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0043_000000008236	2915	0.7197188288343594	3	3	0	3	1	True	18050	maximal	True	MAD0043_000000008236	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1923.0	84.60700000000001	66.0	0.0009285449753908745	NZ_CP058954.1	firmicutes	Lactobacillus mucosae strain A1 chromosome, complete genome	True	True
ISR0101_000000002800	7960	0.7197164077108172	10	5	4	5	2	True	99383	maximal	True	ISR0101_000000002800	1.0		7	4	False	False	1.0	0					non-mobilizable	other	5123.0	98.926	100.0	0.0013716315425981037	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
TAN0005_000000012427	1484	0.7197157033455922	2	1	1	1	1	False	2924	fragment	False	TAN0005_000000012427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0011_000000002749	7928	0.7197138167614484	12	7	4	5	5	True	67227	maximal	True	ENG0011_000000002749	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	69.547	18.0	0.000265418103559253	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	True	True
ISR0134_000000009323	3517	0.7197083480507172	4	3	3	3	3	False	31487	maximal	True	ISR0134_000000009323	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	90.90899999999999	2.0	1.7896536209306702e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0154_000000004857	5596	0.7196980348656313	7	4	2	3	4	False	79216	maximal	True	CHI0154_000000004857	1.0		2	2	True	True	1.0	19					non-mobilizable	no_good_hit								True	True
ISR0027_000000005674	4609	0.7196933372034413	6	4	3	2	2	False	125885	fragment	False	ISR0027_000000005674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	92.49799999999999	36.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0343_000000003205	4470	0.7196933372034413	6	4	3	2	2	False	125885	fragment	False	ISR0027_000000005674	0.9849208071165112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	92.49799999999999	34.0	0.020207471367751993	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
MON0068_000000017130	2474	0.7196854011721783	3	1	1	1	1	False	63944	maximal	True	MON0068_000000017130	1.0		16	6	False	False	0.9931285381317139	0					non-mobilizable	no_good_hit	1146.0	74.782	46.0	0.04761300152361605	NZ_ADFP01000072.1	bacteria	Pyramidobacter piscolens W5455 contig00027, whole genome shotgun sequence	True	False
MON0013_000000040854	1386	0.7196854011721783	1	1	1	1	1	False	13493	fragment	False	MON0046_000000023675	0.9780530358016498		0	0	False	False	0.9711399674415588	0					non-mobilizable	other	1398.0	77.396	100.0	0.00808565669746362	NZ_SLZZ01000005.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_105, whole genome shotgun sequence	False	False
ISR0082_000000024502	1367	0.7196806366973456	3	3	3	2	2	False	74947	fragment	False	ISR0082_000000024502	0.9767044759985462		0	0	False	False	0.9787856340408325	0					non-mobilizable	no_good_hit	579.0	72.366	41.0	0.004671273285650786	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
FIJ0021_000000034950	1365	0.7196806366973456	3	3	3	2	2	False	74947	fragment	False	ISR0082_000000024502	0.9744931357246936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	72.68	41.0	0.004671273285650786	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
ISR0077_000000010865	2903	0.7196791725623011	4	2	2	2	2	False	34521	fragment	False	ISR0077_000000010865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.732552198992483e-07	CP020682.1	bony fishes	Oryzias latipes strain Hd-rR chromosome 18 sequence	True	False
ISR0169_000000017345	1824	0.7196720079288961	3	3	3	3	3	False	107203	fragment	False	ISR0208_000000013442	0.6690521843428913		0	0	False	False	0.9917762875556946	0					non-mobilizable	no_good_hit	361.0	72.29899999999999	19.0	0.001492921275815097	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
FIJ0139_000000018424	1441	0.7196705389249155	2	2	2	2	2	False	77929	fragment	False	ISR0185_000000019257	0.4889112903225806		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	98.473	100.0	0.0062147185250401365	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
MON0008_000000009059	3471	0.7196673112810918	3	3	3	2	3	False	54779	fragment	False	SPA0132_000000010764	0.9564029406405067		0	0	False	False	0.9786804914474487	0					non-mobilizable	no_good_hit	2177.0	71.245	61.0	0.0007551465531265008	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0359_000000009566	2664	0.7196652021604012	3	3	3	2	2	False	124492	maximal	False	AST0150_000000009341	0.7188287780379669		0	0	False	False	1.0	0					non-mobilizable	other	2664.0	98.49799999999999	100.0	0.18459725495632884	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
USA0046_01_000000007149	1583	0.7196648649707802	3	3	3	3	1	False	32783	fragment	False	USA0046_01_000000007149	0.9982662968099861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	79.882	11.0	0.0010584290884200253	NZ_FOTS01000006.1	firmicutes	Pelosinus propionicus DSM 13327, whole genome shotgun sequence	True	False
ENG0105_000000013903	1609	0.7196630802339348	3	2	2	2	2	False	60151	maximal	True	ENG0105_000000013903	1.0		1	1	False	False	0.9857054352760315	0					non-mobilizable	other	1592.0	90.955	99.0	0.017239323004195985	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
SPA0123_000000001328	11555	0.7196617636058706	10	5	4	4	1	True	4096	maximal	True	SPA0123_000000001328	1.0		1	1	False	False	0.9993941783905029	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.055549760749022e-06	NZ_LT904904.1	firmicutes	Bacillus massiliogabonensis strain Marseille-P2639, whole genome shotgun sequence	True	True
CHI0177_000000012716	1323	0.7196560265586185	3	3	3	2	3	False	88990	fragment	False	DEN0051_000000034695	0.8468374916240133		0	0	False	False	0.9969765543937683	0					non-mobilizable	other	1311.0	99.314	99.0	0.0003211830520284671	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0168_000000009635	3092	0.7196489987754134	4	4	3	3	2	True	55993	maximal	True	ENG0168_000000009635	1.0		4	2	False	False	0.9993531703948975	0					non-mobilizable	no_good_hit	2384.0	89.555	77.0	0.0007173700527215791	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0097_000000010712	2656	0.7196468589793432	3	3	3	3	3	False	102466	backbone	False	MAD0106_000000007701	0.9620245547942942	PS598	0	0	True	True	0.9981174468994141	34					non-mobilizable	other	1980.0	99.596	100.0	0.014998219008859483	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0009_000000005115	6445	0.7196440127359921	10	10	3	6	9	False	132521	backbone	False	USA0060_01_000000001071	0.02246303702623677	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6445.0	99.845	100.0	0.12631083756394929	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0349_000000003817	2609	0.7196433461875607	3	3	3	3	2	False	93628	fragment	False	ISR0349_000000003817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	77.962	46.0	0.06394096099978452	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
SPA0128_000000023574	1585	0.7196425752345988	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2740183248368781		0	0	False	False	1.0	0					non-mobilizable	chromosome	1588.0	91.24700000000001	100.0	0.0005318187494383085	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0328_000000008562	3215	0.7196415113082304	4	4	3	4	4	False	132092	maximal	False	AST0016_000000007742	0.9352135107679884		0	0	False	False	0.993779182434082	0					non-mobilizable	other	2700.0	85.77799999999999	93.0	0.015302021129995406	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ENG0074_000000018183	1288	0.7196400655601578	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.27688177802960273		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	97.36	100.0	0.013399689735233792	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0162_000000017517	1820	0.7196341067339692	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.11673392696518037		0	0	False	False	0.9950549602508545	0					non-mobilizable	chromosome	1836.0	90.523	100.0	0.0005908094798974899	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0057_000000000024	138373	0.7196333436191209	168	52	26	40	24	True	99775	backbone	True	ENG0057_000000000024	1.0	PS561	1	1	True	True	1.0	25					non-mobilizable	no_good_hit	1713.0	85.756	2.0	0.029351582784531528	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
MAD0091_000000013716	1246	0.7196277456550978	2	2	2	2	2	False	15734	fragment	False	MAD0091_000000013716	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	100.0	100.0	0.0005262328113132023	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
USA0015_01_000000021932	1527	0.7196251504025499	3	2	2	2	1	False	7701	fragment	False	USA0015_01_000000021932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	92.26799999999999	76.0	0.0002407900901500676	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0133_000000007227	3422	0.7196226063480169	6	4	1	4	4	False	58272	maximal	True	ENG0133_000000007227	1.0		3	3	False	False	0.9997077584266663	0					non-mobilizable	no_good_hit								True	False
SPA0061_000000004832	3824	0.7196224683383567	3	3	3	3	3	False	6245	maximal	True	SPA0061_000000004832	0.9974909395037637		27	5	False	False	0.9984309673309326	0					non-mobilizable	chromosome	3772.0	99.523	100.0	0.0006806224969746601	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ENG0168_000000020823	1494	0.7196215518209024	1	1	1	1	1	False	55969	maximal	True	ENG0168_000000020823	1.0		7	4	False	False	0.9926372170448303	0					non-mobilizable	no_good_hit	1099.0	72.975	73.0	0.00042319513100412944	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
SPA0042_000000027264	1256	0.7196213926860716	2	2	2	2	2	False	6831	maximal	True	SPA0042_000000027264	1.0		82	10	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	76.73899999999999	76.0	0.000823451046622015	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0357_000000005658	4064	0.7196206990999431	3	2	2	2	2	False	77994	fragment	False	USA0116_01_000000005719	0.7264255144735722		0	0	False	False	1.0	0					non-mobilizable	other	4064.0	99.803	100.0	0.0007865051740348374	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0004_000000016924	1191	0.7196202890099146	2	1	1	1	1	False	38543	fragment	False	ISR0004_000000016924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	96.96700000000001	83.0	0.00024199058958175346	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0035_000000014777	1511	0.7196202741644157	2	1	1	1	1	True	69386	fragment	False	ENG0035_000000014777	1.0		0	0	False	False	0.9880873560905457	0					non-mobilizable	plasmid	1511.0	97.882	100.0	0.02421604191858122	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
DEN0080_000000003261	1222	0.7196202741644157	2	1	1	1	1	True	69384	fragment	False	DEN0080_000000003261	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	99.1	100.0	0.019635591721209978	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0370_000000018714	1442	0.7196196642914638	2	1	1	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.060687681740437045		0	0	False	False	0.9611650705337524	0					non-mobilizable	other	1373.0	97.961	95.0	0.00286677944199215	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0039_000000013482	1132	0.7196196642914638	1	1	1	1	0	False	18442	maximal	True	MAD0039_000000013482	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	97.368	10.0	0.0005574300992521557	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0082_000000002484	8077	0.7196182006755588	7	7	6	6	6	False	125493	fragment	False	MON0028_000000002219	0.9588075642439768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3536.0	83.88	86.0	0.0010622015852010955	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0174_000000002580	10772	0.7196144018711484	7	7	6	5	4	False	29909	fragment	False	ISR0174_000000002580	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9086.0	99.70299999999999	98.0	0.0017108051894737931	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0105_000000002652	10503	0.7196129013395184	15	10	7	8	9	True	87500	fragment	False	ENG0171_000000001736	0.38021194957061943		0	0	False	False	1.0	0					non-mobilizable	other	9879.0	99.97	94.0	0.21603534248972092	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0316_000000010655	1932	0.7196116784844775	3	2	2	2	1	False	103804	maximal	True	ISR0316_000000010655	1.0		7	4	False	False	0.9994823932647705	0					non-mobilizable	no_good_hit	309.0	86.084	16.0	0.0030661188804112444	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	True	False
CHI0065_000000007433	1809	0.7196110577268389	3	3	2	2	2	False	87684	fragment	False	CHI0065_000000007433	0.9929922497304108		0	0	False	False	0.9983416199684143	0					non-mobilizable	chromosome	1809.0	99.779	100.0	0.0007090187737034035	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0285_000000004806	3157	0.7196037954998171	3	2	2	2	2	False	105884	fragment	False	ISR0285_000000004806	1.0		0	0	False	False	0.9996832609176636	0					non-mobilizable	no_good_hit	626.0	73.962	20.0	0.001247593564445815	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
USA0091_01_000000002878	3939	0.7195968451700311	4	3	3	3	2	False	89242	fragment	False	USA0091_01_000000002878	1.0		0	0	False	False	0.9880680441856384	0					non-mobilizable	chromosome	3761.0	99.708	95.0	0.0009431945464837587	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0116_000000005107	3472	0.7195968451700311	3	3	3	3	2	False	89241	fragment	False	CHI0116_000000005107	0.9978401727861771		0	0	False	False	1.0	0					non-mobilizable	chromosome	3472.0	99.712	100.0	0.0008706797223460076	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0033_000000025000	1268	0.7195965343874892	2	2	2	1	1	False	117885	fragment	False	ISR0122_000000008533	0.13846701133599978		0	0	False	False	0.9952681660652161	0					non-mobilizable	chromosome	1269.0	89.598	100.0	0.00039904016027167514	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0062_000000006574	4746	0.7195938571786994	7	2	2	2	2	False	35369	maximal	True	ISR0062_000000006574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	74.016	8.0	0.00030169874703475506	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
MAD0041_000000003471	6933	0.7195937102985931	4	3	3	3	3	False	18300	maximal	True	MAD0041_000000003471	1.0		2	1	False	False	0.9989903569221497	0					non-mobilizable	no_good_hit	1313.0	79.132	42.0	0.0006983210306018842	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MAD0049_000000013519	1401	0.7195935882399798	2	2	2	2	2	False	17451	maximal	True	MAD0049_000000013519	1.0		10	2	False	False	0.9835831522941589	0					non-mobilizable	chromosome	1397.0	94.273	100.0	0.0006932741951698745	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	False
SPA0145_000000014033	2435	0.7195901240735992	3	3	3	3	3	False	60086	fragment	False	ENG0106_000000008343	0.9527669407117781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	96.917	88.0	0.01532366679084162	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0061_000000003139	4962	0.7195849297671166	4	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.7004677404170037		0	0	False	False	0.9997984766960144	0					non-mobilizable	other	4815.0	98.546	99.0	0.010064047742019125	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0091_000000002722	4830	0.7195849297671166	3	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.6771834043427984		0	0	False	False	0.9960662722587585	0					non-mobilizable	other	3072.0	98.34	99.0	0.0064194112960728675	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0005_000000005884	4749	0.7195849297671166	4	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.6722750903724878		0	0	False	False	1.0	0					non-mobilizable	other	4605.0	98.48	100.0	0.009627025930657812	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0290_000000002234	4304	0.7195849297671166	3	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.4502191659240646		0	0	False	False	1.0	0					non-mobilizable	other	2656.0	98.117	100.0	0.005551640713704711	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0180_000000005642	3749	0.7195849297671166	3	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.27685270779849885		0	0	False	False	1.0	0					non-mobilizable	other	3751.0	98.82700000000001	100.0	0.007841300443085751	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0068_000000009143	1686	0.7195844095798516	2	1	1	1	1	False	85133	fragment	False	CHI0068_000000009143	1.0		0	0	False	False	0.9964413046836853	0					non-mobilizable	no_good_hit								True	False
CHI0159_000000003831	3605	0.7195802733377993	4	4	4	2	2	False	100574	maximal	True	CHI0159_000000003831	1.0		3	2	False	False	0.9983356595039368	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.0635466313419916e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0042_000000023410	1448	0.7195753791783297	2	2	2	2	2	False	126593	fragment	False	SPA0042_000000023410	0.9784390643871947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	76.25	27.0	9.708203358104408e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
ENG0010_000000017979	1222	0.7195753791783297	2	2	2	2	2	False	126593	fragment	False	SPA0042_000000023410	0.7740412268580332		0	0	False	False	0.9198036193847656	0					non-mobilizable	no_good_hit	387.0	76.744	31.0	9.388692867837681e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
ISR0368_000000000941	11877	0.7195735694434631	14	8	6	6	6	True	127407	fragment	False	ISR0043_000000001427	0.8861323459580603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	99.24700000000001	8.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
ISR0221_000000001645	11861	0.7195735694434631	14	8	6	6	6	True	127407	fragment	False	ISR0043_000000001427	0.882584371919113		0	0	False	False	0.9999157190322876	0					non-mobilizable	no_good_hit	930.0	99.24700000000001	8.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
AST0093_000000001832	11854	0.7195735694434631	14	8	6	6	6	True	127407	fragment	False	ISR0043_000000001427	0.885404520442964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	99.24700000000001	8.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
ENG0035_000000009283	2380	0.7195706764045622	2	2	2	2	2	False	65391	maximal	True	ENG0035_000000009283	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	77.006	66.0	0.0006231480113748727	NZ_LSLJ01000001.1	firmicutes	Sporomusa sphaeroides DSM 2875 SPSPH_contig000001, whole genome shotgun sequence	True	False
SPA0065_000000013721	1451	0.7195626261312601	4	3	1	2	3	False	106914	fragment	False	SPA0065_000000013721	0.9607145347996583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	81.733	86.0	0.1865234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
SPA0067_000000015587	1331	0.7195626261312601	4	3	1	2	3	False	106914	fragment	False	SPA0065_000000013721	0.6613992574010957		0	0	False	False	0.9977460503578186	0					non-mobilizable	no_good_hit	989.0	82.204	85.0	0.192578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
SPA0058_000000022849	1326	0.7195626261312601	4	3	1	2	3	False	106914	fragment	False	SPA0065_000000013721	0.8100970209750032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	81.93	85.0	0.1896484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
SPA0070_000000015444	1309	0.7195626261312601	4	3	1	2	3	False	106914	fragment	False	SPA0065_000000013721	0.8040189827231888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	81.733	84.0	0.1865234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
MAD0105_000000032880	1207	0.7195619410874563	3	3	3	2	3	False	14772	maximal	True	MAD0105_000000032880	1.0		1	1	False	False	0.9983429908752441	0					non-mobilizable	other	1207.0	97.929	100.0	0.00025992790987786405	AP019632.1	enterobacteria	Enterobacter asburiae 1808-013 DNA, complete genome	False	False
DEN0085_000000012076	2533	0.7195578631956633	4	4	4	4	3	False	131577	fragment	False	USA0044_01_000000011334	0.9903959231673853		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	99.67	100.0	0.0002335193524346512	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0054_000000014577	2041	0.7195566198938911	2	2	1	2	2	True	113499	fragment	False	FIJ0108_000000009955	0.6017766535304958		0	0	False	True	1.0	0					non-mobilizable	other	2044.0	86.93700000000001	100.0	0.0006114952066423253	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0096_000000009726	3498	0.7195417769816822	3	3	3	3	3	False	131503	maximal	True	FIJ0096_000000009726	0.9941787287602266		0	0	False	False	0.9951400756835938	0					non-mobilizable	no_good_hit	1537.0	77.814	43.0	0.021098282016956717	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0049_000000021001	1404	0.7195381264128736	2	2	2	2	2	False	91430	maximal	True	ISR0049_000000021001	0.9981301421091997		103	12	False	False	0.9992877244949341	0					non-mobilizable	no_good_hit	106.0	86.792	8.0	0.0036112257531985144	NZ_CABMGA010000022.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CAN0021_000000032685	1337	0.7195381264128736	2	2	2	2	2	False	91430	maximal	False	ISR0049_000000021001	0.9743589743589743		0	0	False	False	0.998504102230072	0					non-mobilizable	no_good_hit	79.0	84.81	6.0	0.0006506615058642954	NZ_BCLE01000029.1	firmicutes	Streptococcus orisasini strain SH06, whole genome shotgun sequence	True	False
FIJ0098_000000013665	1730	0.7195325558762417	2	2	2	2	2	False	89732	maximal	True	FIJ0098_000000013665	1.0		15	6	False	False	0.9988439083099365	0					non-mobilizable	other	1730.0	96.59	100.0	0.07892094212159942	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0047_000000024106	1609	0.719524456421782	4	3	2	2	3	False	6661	maximal	True	SPA0047_000000024106	1.0		8	6	False	False	0.998757004737854	0					non-mobilizable	no_good_hit	446.0	80.942	69.0	0.0020080230470392968	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0074_000000025831	1179	0.7195241481583049	3	2	2	2	2	False	34661	maximal	True	ISR0074_000000025831	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	95.494	49.0	0.00018721772606132718	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0035_000000004985	4546	0.7195203426288492	2	2	0	2	0	True	129144	fragment	False	ISR0812_000000005528	0.21877192455160813		0	0	False	False	0.999779999256134	0					non-mobilizable	no_good_hit	744.0	89.516	35.0	0.0015515319810052337	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0119_01_000000010005	2425	0.7195203426288492	3	2	0	2	0	True	129115	fragment	False	SPA0010_000000008449	0.922344880091359		0	0	False	False	0.9975257515907288	0					non-mobilizable	no_good_hit								True	True
TAN0002_000000015476	2436	0.7195126902766771	4	1	1	1	1	False	78654	maximal	True	TAN0002_000000015476	1.0		1	1	False	False	0.9917898178100586	0					non-mobilizable	no_good_hit	1620.0	95.37	67.0	0.0005184106215580048	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0027_000000024133	1709	0.7195110511826196	2	2	2	2	2	False	12640	maximal	True	MON0027_000000024133	1.0		4	4	False	False	0.9947337508201599	0					non-mobilizable	other	1636.0	96.76	96.0	0.00567919331140389	NZ_KI535308.1	CFB group bacteria	Porphyromonas uenonis DSM 23387 = JCM 13868 strain DSM 23387 L215DRAFT_scaffold00003.3, whole genome shotgun sequence	False	False
AST0061_000000024514	1715	0.7195101332552549	3	3	2	3	2	False	111941	maximal	True	AST0061_000000024514	1.0		12	4	False	False	0.9930028915405273	0					non-mobilizable	other	1697.0	98.527	99.0	0.0006468268300412924	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
ENG0163_000000012006	2085	0.7195086616188499	3	3	3	3	2	False	102367	fragment	False	SPA0008_000000014457	0.9848913404095208		0	0	False	False	0.9995203614234924	0					non-mobilizable	no_good_hit	962.0	73.181	55.0	0.00921833564844046	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0395_000000025932	1491	0.7195084564361683	2	2	2	2	2	False	22713	fragment	False	ISR0395_000000025932	1.0		0	0	False	False	0.9597585797309875	0					non-mobilizable	other	1436.0	99.93	96.0	0.019275716626816753	NZ_WNCH01000009.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold9_size74013, whole genome shotgun sequence	False	False
DEN0094_000000001333	14171	0.7195084187999914	15	11	9	10	9	False	68402	maximal	False	MAD0006_000000000291	0.9570299188986574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	96.5	17.0	0.00035772124365351563	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0188_000000018381	1113	0.7194983903025296	2	2	2	2	2	False	126593	fragment	False	SPA0042_000000023410	0.563299348916044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	83.333	9.0	0.005703855806525211	NZ_BAIV01000048.1	CFB group bacteria	Bacteroides reticulotermitis JCM 10512, whole genome shotgun sequence	True	False
ISR0134_000000020562	1555	0.7194980781819127	3	3	3	3	1	False	31461	maximal	True	ISR0134_000000020562	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0012_000000026144	2008	0.7194973235267562	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.16780925249360695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	83.509	66.0	0.0003978362047209093	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0004_000000022299	1932	0.7194973235267562	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.17731990207706802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1321.0	76.911	68.0	0.00029591595170651666	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0079_000000001007	22410	0.7194966539813358	20	10	7	8	3	True	65202	maximal	True	ENG0079_000000001007	0.9723410001350318		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	94.186	0.0	2.5297684478846617e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0154_000000002670	8897	0.7194877430724621	8	5	1	4	3	False	111224	maximal	True	ENG0154_000000002670	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	6398.0	98.56200000000001	85.0	0.0009023507698422601	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ENG0069_000000004923	4385	0.7194841566524469	6	2	2	1	1	False	62500	fragment	False	ENG0069_000000004923	1.0		0	0	False	False	0.9993158578872681	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000008353	2896	0.7194841566524469	4	2	2	1	1	False	23792	fragment	False	ISR0360_000000008353	1.0		0	0	False	False	0.998273491859436	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000017709	1328	0.7194664253305854	2	2	1	2	1	False	41712	fragment	False	FIJ0115_000000017709	1.0		0	0	False	False	0.9450300931930542	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000008036	2815	0.7194591379446361	4	2	0	1	1	True	97178	fragment	False	ISR0024_000000008036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	92.95100000000001	36.0	0.1899886234357224	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
CAN0001_000000029516	1477	0.7194591379446361	2	2	0	1	1	True	97171	fragment	False	CAN0001_000000029516	0.9448560385791452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	82.92	25.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
AUS0008_000000020120	1235	0.7194591379446361	2	2	0	1	1	True	101655	fragment	False	AUS0008_000000020120	1.0		0	0	False	False	0.9951416850090027	0					non-mobilizable	no_good_hit	104.0	85.57700000000001	8.0	0.03825956489122281	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
AST0003_000000013528	2526	0.7194590573517812	4	4	2	4	3	False	130220	fragment	False	AST0003_000000013528	0.9949803579223047		0	0	False	False	0.9889152646064758	0					non-mobilizable	no_good_hit	504.0	74.60300000000001	20.0	0.0022623713475448492	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
AST0057_000000003582	1549	0.7194585489369381	2	1	1	1	1	False	113180	maximal	True	AST0057_000000003582	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	96.169	17.0	0.0008934507978723404	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
SPA0008_000000001096	15678	0.7194574186347008	15	8	6	8	2	True	106297	fragment	False	AST0116_000000001063	0.9148333929398955		0	0	False	False	0.9991070032119751	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0024746349913387774	NZ_AUME01000058.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00052.52_C, whole genome shotgun sequence	True	True
ISR0295_000000008654	3786	0.7194511072748075	4	4	4	4	3	False	115323	maximal	False	ISR0388_000000008070	0.9539823008849557		0	0	False	False	0.9986793398857117	0					non-mobilizable	other	3788.0	99.34	100.0	0.0013752980205804432	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0825_000000007496	3065	0.7194409758225194	3	3	2	3	3	False	125473	fragment	False	MAD0095_000000009918	0.632203298073091		0	0	False	False	0.9947797656059265	0					non-mobilizable	no_good_hit	1496.0	85.027	85.0	0.00044993738823091484	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0131_000000011647	2226	0.7194382396552801	3	3	3	2	2	False	95332	fragment	False	CAN0007_000000017709	0.12220483005366725		0	0	False	False	0.9995507597923279	0					non-mobilizable	no_good_hit								True	False
MON0088_000000004748	5623	0.7194336531454983	11	4	4	3	3	False	9654	maximal	True	MON0088_000000004748	1.0		1	1	False	False	0.9939534068107605	0					non-mobilizable	no_good_hit	500.0	80.8	10.0	0.008016980978039023	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0032_000000021155	1453	0.7194266470029427	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.31998707604068655		0	0	False	False	0.9993117451667786	0					non-mobilizable	other	1453.0	95.802	100.0	0.0006902986851000218	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0015_000000026250	1453	0.7194266470029427	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.31998707604068655		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	95.802	100.0	0.0006902986851000218	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0107_000000022518	1328	0.7194152579117168	2	2	2	1	1	False	40339	fragment	False	ISR0055_000000011428	0.634455832113226		0	0	False	False	0.9992470145225525	0					non-mobilizable	chromosome	1328.0	99.398	100.0	0.0004803712071218018	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	False	False
ISR0262_000000002467	6039	0.7194119394683887	9	5	2	3	4	False	33363	maximal	True	ISR0262_000000002467	0.9999170675070492		11	1	False	False	1.0	0					non-mobilizable	no_good_hit	4792.0	79.46600000000001	78.0	0.002022476140600385	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
ISR0096_000000004252	6029	0.7194119394683887	9	5	2	3	4	False	33363	maximal	False	ISR0262_000000002467	0.9990892531876139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4793.0	79.47	79.0	0.002022903996775676	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
ISR0167_000000016384	1747	0.7194033887583621	2	2	2	2	1	False	32671	maximal	True	ISR0167_000000016384	1.0		0	0	False	False	0.9994276165962219	0					non-mobilizable	other	1747.0	95.535	99.0	0.0284193859062046	NZ_CYYA01000021.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MON0036_000000016991	1424	0.7194026085687549	1	1	1	1	1	False	61420	fragment	False	MON0080_000000039846	0.9868929842202677		0	0	False	False	0.9901685118675232	0					non-mobilizable	other	1424.0	99.719	100.0	0.0058102976603650325	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0025_000000030675	1386	0.7194026085687549	1	1	1	1	1	False	61420	fragment	False	MON0080_000000039846	0.9820973384372979		0	0	False	False	1.0	0					non-mobilizable	other	1386.0	99.639	100.0	0.005655138622351068	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0104_000000010921	3021	0.719402407473047	3	3	3	3	2	False	107985	fragment	False	AST0104_000000010921	1.0		0	0	False	False	0.9993379712104797	0					non-mobilizable	no_good_hit	1626.0	97.84700000000001	54.0	0.0010947615927432946	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
CAN0018_000000003931	8141	0.7194009098118536	10	10	9	10	7	False	92310	fragment	False	CAN0018_000000003931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	73.319	6.0	0.00014407628887843862	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0145_000000001730	18214	0.7194002271714793	25	11	3	4	10	False	31081	maximal	True	ISR0145_000000001730	1.0		7	3	False	False	0.9987921118736267	0					non-mobilizable	chromosome	16598.0	97.132	91.0	0.0025222966458248114	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0028_000000001560	6288	0.7193934791442844	6	4	1	4	3	True	88726	maximal	True	CHI0028_000000001560	1.0		1	1	False	False	0.9985687136650085	0					non-mobilizable	no_good_hit	276.0	84.05799999999999	4.0	9.343741438576536e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0081_000000009984	2366	0.7193910250693365	3	3	3	2	1	False	34244	maximal	True	ISR0081_000000009984	1.0		1	1	False	False	0.9919695854187012	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000012595	2036	0.7193901238353222	2	2	2	2	2	False	75630	fragment	False	ISR0213_000000010997	0.8652944750205941		0	0	False	False	0.990176796913147	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0002137910497904084	NZ_LT707056.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
CHI0179_000000006271	2886	0.7193803177698259	3	3	3	2	1	True	100775	fragment	False	CHI0179_000000006271	1.0		0	0	False	False	0.9954954981803894	0					non-mobilizable	no_good_hit	2195.0	94.897	76.0	0.0006707711912028083	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	True
MON0013_000000017057	2945	0.7193674906213179	4	2	2	2	1	True	13537	maximal	True	MON0013_000000017057	1.0		1	1	False	False	0.9955857396125793	0					non-mobilizable	no_good_hit								True	True
CHI0135_000000007212	2828	0.7193619395325779	4	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2822243301162969		0	0	False	False	1.0	0					non-mobilizable	other	2734.0	98.135	99.0	0.0008175526030162664	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0194_000000006574	3507	0.7193558383380337	4	4	3	4	2	False	91493	maximal	True	ISR0194_000000006574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2416.0	96.81299999999999	69.0	0.0007313463526106945	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
MON0062_000000005298	7467	0.719352834901635	12	6	1	4	5	False	101165	fragment	False	MON0062_000000005298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	83.495	7.0	0.00012577626388595697	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0099_000000001722	10780	0.7193498291008034	9	7	2	3	7	True	60673	fragment	False	ENG0099_000000001722	1.0		0	0	False	False	0.9964749813079834	0					non-mobilizable	plasmid	10790.0	98.48	100.0	0.04727830757426285	LR536659.1	firmicutes	Enterococcus faecium isolate E8407 genome assembly, plasmid: 2	False	True
ISR0794_000000007719	2554	0.7193494991355529	5	4	2	2	4	False	87399	fragment	False	ISR0207_000000009981	0.4652139144342263		0	0	False	False	0.9992169141769409	0					non-mobilizable	other	2554.0	96.398	100.0	0.0004456208975778855	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MAD0097_000000007567	5012	0.7193472584216634	5	5	3	5	5	False	112290	fragment	False	MAD0097_000000007567	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2170.0	97.834	99.0	0.0005313005143096857	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0036_000000004605	4770	0.7193418226354892	8	4	2	3	3	False	124389	maximal	True	SPA0036_000000004605	1.0		0	0	False	False	0.998113214969635	0					non-mobilizable	no_good_hit	3366.0	98.366	71.0	0.30019791291831593	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0063_000000009326	2162	0.7193388538586319	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.04440018508459573		0	0	False	False	0.9921368956565857	0					non-mobilizable	other	2162.0	99.676	100.0	0.005731411369995624	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0110_000000011980	2552	0.7193383754755642	4	2	2	1	1	False	59806	maximal	True	ENG0110_000000011980	1.0		5	3	False	False	0.9996081590652466	0					non-mobilizable	no_good_hit	1539.0	94.34700000000001	60.0	0.42617917945855427	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	True	False
FIJ0157_000000007062	2580	0.7193377270850132	4	2	1	1	2	False	39472	fragment	False	FIJ0157_000000007062	1.0		0	0	False	False	0.998062014579773	0					non-mobilizable	no_good_hit	48.0	97.917	2.0	5.7828218201862316e-05	NZ_JABXYR010000002.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig2, whole genome shotgun sequence	True	False
CHI0140_000000008627	3444	0.7193376539121691	4	2	0	2	1	True	80272	maximal	True	CHI0140_000000008627	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	88.66799999999999	58.0	0.00039918542586060094	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ENG0166_000000012500	2268	0.7193199640874439	4	4	3	3	4	True	131621	fragment	False	SPA0022_000000005646	0.9658195021111105		0	0	False	False	0.9810405373573303	0					non-mobilizable	other	2268.0	100.0	100.0	0.05230492363065849	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
FIJ0033_000000007261	4469	0.7193175709386659	3	3	2	2	3	False	77994	fragment	False	USA0116_01_000000005719	0.9751856819482821		0	0	False	False	0.9892593622207642	0					non-mobilizable	other	4424.0	99.751	99.0	0.0008562537609992584	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0060_000000014850	1103	0.7193097921743448	2	2	2	2	1	False	85680	maximal	True	CHI0060_000000014850	1.0		344	12	False	False	0.9818676114082336	0					non-mobilizable	no_good_hit	733.0	99.045	66.0	0.007955656993805021	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0027_000000020997	1214	0.7193067823511725	2	2	2	1	1	False	37215	fragment	False	ISR0027_000000020997	1.0		0	0	False	False	0.9967051148414612	0					non-mobilizable	no_good_hit								True	False
AST0150_000000006860	3906	0.7193026192547199	6	6	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.3743976985060321	PS902	0	0	False	True	0.9987199306488037	0	rep_cluster_1702				non-mobilizable	plasmid	3719.0	94.461	100.0	0.030985868299588697	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ENG0203_000000000036	88708	0.7193019900925509	80	12	4	10	6	False	115487	maximal	False	AUS0014_000000000041	0.9204880537737723	PS49	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	247.0	98.785	0.0	0.9959514170040485	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
AST0085_000000005222	2313	0.7192910226179339	4	3	2	2	3	True	111118	maximal	True	AST0085_000000005222	1.0		25	7	False	False	1.0	0					non-mobilizable	other	2313.0	100.0	100.0	0.0007722931159688972	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CAN0020_000000004636	7413	0.7192886455372728	6	4	3	4	3	False	120357	maximal	True	CAN0020_000000004636	0.9891937994107417		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	2.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0218_000000003719	4208	0.719288467516435	8	5	2	3	3	False	92987	fragment	False	ISR0218_000000003719	0.9705459770114943		0	0	False	False	0.9885931611061096	0					non-mobilizable	no_good_hit	1365.0	96.99600000000001	32.0	0.16261035552374134	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	False
MAD0014_000000002264	9875	0.7192846312107638	8	7	7	6	6	False	46665	maximal	True	MAD0014_000000002264	1.0		2	1	False	False	0.9998987317085266	0					non-mobilizable	no_good_hit	3950.0	72.911	40.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ENG0128_000000002340	9598	0.7192835678727383	16	5	3	5	0	False	58670	maximal	True	ENG0128_000000002340	1.0		1	1	False	False	0.9987497329711914	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.7395655732823275e-05	NZ_FOWI01000001.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	True	False
SPA0144_000000011129	1645	0.7192804502589553	1	1	1	1	1	False	28549	fragment	False	SPA0144_000000011129	1.0		0	0	False	False	0.9987841844558716	0					non-mobilizable	no_good_hit	817.0	73.439	70.0	0.00018806789156851678	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
ISR0215_000000019587	1522	0.7192804502589553	2	1	1	1	1	False	28552	fragment	False	ISR0215_000000019587	1.0		0	0	False	False	0.9993429780006409	0					non-mobilizable	no_good_hit	34.0	97.059	20.0	0.0001435519092403929	CP011829.1	firmicutes	Enterococcus faecium strain UW8175 plasmid unnamed1, complete sequence	True	False
CHI0043_000000001264	5367	0.7192773482509137	5	5	4	5	5	False	90150	maximal	False	ISR0225_000000002075	0.9479610987886026		0	0	False	False	1.0	0					non-mobilizable	chromosome	5367.0	99.53399999999999	100.0	0.0010611932352589857	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
FIJ0019_000000003083	2222	0.7192724498720738	3	2	2	2	2	False	49875	fragment	False	FIJ0019_000000003083	0.9509661835748793		0	0	False	False	0.999549925327301	0					non-mobilizable	no_good_hit	1116.0	82.885	67.0	0.0002942330587247038	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0154_000000017131	2211	0.7192724498720738	3	2	2	2	2	False	43817	fragment	False	FIJ0154_000000017131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	84.041	49.0	0.00028703061757731754	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0138_000000008827	2070	0.7192724498720738	3	2	2	2	2	False	49875	fragment	False	FIJ0019_000000003083	0.9201170117011701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	82.46600000000001	67.0	0.00029076521669077704	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0150_000000019819	1404	0.7192592929668888	1	1	1	1	1	False	103881	maximal	False	MAD0099_000000021755	0.6315789473684211		0	0	False	False	0.997863233089447	0					non-mobilizable	chromosome	1298.0	72.958	91.0	0.0002977870057305211	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	False	False
ISR0085_000000020983	1296	0.7192531280391414	2	2	1	2	0	True	33951	maximal	True	ISR0085_000000020983	1.0		0	0	False	False	0.9984567761421204	0					non-mobilizable	no_good_hit	626.0	84.824	85.0	0.22218234027279254	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	True	True
ISR0245_000000006685	1277	0.7192395942755931	3	2	0	2	0	True	27150	maximal	True	ISR0245_000000006685	1.0		0	0	False	False	0.9420517086982727	0					non-mobilizable	no_good_hit	340.0	100.0	41.0	0.18822876179900055	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
MON0096_000000029209	1311	0.7192388895869772	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.23887397940839372		0	0	False	False	1.0	0					non-mobilizable	chromosome	1311.0	98.62700000000001	100.0	0.0004409383302304963	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0076_000000039574	1222	0.7192388895869772	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1889675310795234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	98.118	100.0	0.0004109814513064397	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0058_000000044136	1222	0.7192388895869772	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18607803630826722		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	98.363	100.0	0.0004109814513064397	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0052_000000025513	1187	0.7192388895869772	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20288713150465598		0	0	False	False	1.0	0					non-mobilizable	chromosome	1187.0	96.63	100.0	0.0003992006562239455	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0140_000000018723	1577	0.7192282700892713	1	1	1	1	1	False	80239	fragment	False	ISR0800_000000007241	0.9717717717717718		0	0	False	False	0.9892200231552124	0					non-mobilizable	chromosome	1578.0	99.24	100.0	0.0005358628870606952	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0066_000000012381	2615	0.7192227245366314	3	3	3	2	2	False	113539	maximal	True	ISR0066_000000012381	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	79.736	17.0	0.00010090835620740242	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0046_000000008356	2248	0.7192032915547966	3	2	1	2	1	False	64437	fragment	False	ENG0046_000000008356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	82.979	8.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
CHI0064_000000000731	15693	0.7191996346220288	15	11	5	10	4	True	132288	fragment	False	CHI0140_000000001647	0.6619443931802756		0	0	False	False	0.9996814131736755	0					non-mobilizable	other	11140.0	90.978	98.0	0.49125215927714044	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
SPA0042_000000001432	15259	0.719191272754884	10	3	3	3	0	True	6880	maximal	True	SPA0042_000000001432	1.0		10	3	False	False	0.9990170001983643	0					non-mobilizable	no_good_hit	45.0	95.556	0.0	7.03698254188604e-05	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	True
ISR0372_000000005472	2980	0.7191908109782488	4	3	3	3	3	False	121375	fragment	False	ISR0372_000000005472	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2837.0	99.40100000000001	95.0	0.0008939003906243844	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0167_000000000019	142915	0.7191861082324137	188	51	23	40	23	True	99784	backbone	True	ISR0167_000000000019	0.946866809174274	PS562	1	1	True	True	0.9999580383300781	38					non-mobilizable	no_good_hit	295.0	89.831	0.0	0.035915665604314785	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
MON0037_000000013389	4407	0.7191854788569411	5	3	3	3	1	False	12136	maximal	True	MON0037_000000013389	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	87.885	10.0	0.00016549480929750572	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0052_000000012498	2749	0.7191828772651448	5	3	2	2	3	False	35799	maximal	True	ISR0052_000000012498	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	98.678	22.0	0.030469656459668062	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0804_000000017380	1184	0.7191738009476547	2	1	1	1	1	False	21812	fragment	False	ISR0804_000000017380	1.0		0	0	False	False	0.9797297120094299	0					non-mobilizable	no_good_hit	385.0	75.325	32.0	0.00012308185140049094	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
ISR0062_000000009246	3644	0.7191702600270197	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.3092464794460297		0	0	False	False	1.0	0					non-mobilizable	other	3644.0	100.0	100.0	0.327725800647715	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0148_000000010440	3642	0.7191702600270197	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.3074023725594875		0	0	False	False	1.0	0					non-mobilizable	other	3642.0	99.478	100.0	0.32754587981288236	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0025_000000009260	3642	0.7191702600270197	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.30737115969657874		0	0	False	False	1.0	0					non-mobilizable	other	3642.0	99.478	100.0	0.32754587981288236	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0089_000000005569	3642	0.7191702600270197	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.30725475394521906		0	0	False	False	1.0	0					non-mobilizable	other	3642.0	99.45100000000001	100.0	0.32754587981288236	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0086_000000006890	3612	0.7191702600270197	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.29438924873772		0	0	False	False	1.0	0					non-mobilizable	other	3612.0	98.865	100.0	0.32484706729039226	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0051_000000009856	1857	0.7191693961078403	5	3	3	3	2	False	86631	fragment	False	CHI0051_000000009856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	97.15299999999999	43.0	0.004924302594117719	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
FIJ0041_000000018041	2050	0.7191681669045937	3	3	2	3	2	False	47382	fragment	False	FIJ0041_000000018041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	6.7444713493127725e-06	NZ_CM000745.1	firmicutes	Bacillus pseudomycoides DSM 12442 chromosome, whole genome shotgun sequence	True	False
FIJ0050_000000016043	1598	0.7191621197703241	3	3	3	3	2	False	46591	maximal	True	FIJ0050_000000016043	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000005563	4357	0.7191615143163981	8	7	4	4	4	False	126318	fragment	False	ISR0296_000000005563	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2223.0	93.432	100.0	0.0007741556788379788	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0007_000000037453	1706	0.7191613235924472	2	2	2	2	1	True	85221	fragment	False	MON0007_000000037453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1428.0	81.232	84.0	0.00944522565068584	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	True
MON0069_000000030730	1682	0.7191606463388598	2	2	2	1	2	False	13584	fragment	False	MON0069_000000030730	0.9726414046121917		0	0	False	False	0.9869203567504883	0					non-mobilizable	no_good_hit								True	False
MAD0063_000000004161	2770	0.7191599185503145	2	2	2	2	1	False	16719	maximal	True	MAD0063_000000004161	1.0		1	1	False	False	0.9898917078971863	0					non-mobilizable	no_good_hit	98.0	94.898	4.0	2.9974799082076995e-05	CP001154.1	b-proteobacteria	Laribacter hongkongensis HLHK9 chromosome, complete genome	True	False
ISR0153_000000010270	2680	0.7191573715179861	3	2	2	2	1	False	30681	maximal	True	ISR0153_000000010270	1.0		19	6	False	False	0.9955223798751831	0					non-mobilizable	no_good_hit	2040.0	98.62700000000001	76.0	0.0082878766939542	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
ISR0203_000000007191	2359	0.7191564338476246	3	3	2	2	2	False	108471	fragment	False	SPA0025_000000009412	0.8370933185034981		0	0	False	False	0.9995760917663574	0					non-mobilizable	other	2271.0	99.736	96.0	0.016107058723355945	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0182_000000011725	2347	0.7191548068129058	3	2	1	2	1	False	99841	fragment	False	CHI0182_000000011725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	98.333	3.0	1.5738667692436558e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0278_000000004018	2630	0.7191455559787392	4	4	4	4	2	False	26278	maximal	True	ISR0278_000000004018	1.0		0	0	False	False	0.987072229385376	0					non-mobilizable	no_good_hit	953.0	81.112	51.0	0.0004039327544058869	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0118_000000003456	3935	0.719144605494002	4	4	4	4	3	False	102049	maximal	True	ENG0118_000000003456	1.0		13	7	False	False	1.0	0					non-mobilizable	chromosome	3898.0	100.0	100.0	0.0007310643636794767	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
SPA0113_000000022603	1293	0.7191431455903302	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8162041689177439		0	0	False	False	1.0	0					non-mobilizable	chromosome	1221.0	95.414	100.0	0.00034701778039463317	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0080_000000025393	2095	0.719139600629875	2	2	1	2	1	False	110705	maximal	True	MON0080_000000025393	1.0		91	10	False	False	0.9937947392463684	0					non-mobilizable	no_good_hit	1080.0	76.389	51.0	0.0025192128345276183	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
FIJ0102_000000018354	1743	0.719139600629875	2	2	1	2	1	False	110704	fragment	False	MON0061_000000024563	0.9225404507578329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	75.95100000000001	60.0	0.0024531041565831256	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
MAD0062_000000001026	10174	0.7191357693053003	11	11	9	11	11	False	84845	maximal	True	MAD0062_000000001026	1.0		5	1	False	False	1.0	0					non-mobilizable	other	10186.0	97.19200000000001	100.0	0.002204100340775337	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
ENG0103_000000012507	1379	0.7191277995905015	3	3	3	3	2	False	60291	fragment	False	ENG0103_000000012507	1.0		0	0	False	False	0.9912980198860168	0					non-mobilizable	no_good_hit	368.0	80.435	26.0	0.00020437977457750782	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
MON0014_000000006215	2622	0.7191210770273317	3	3	2	2	2	False	105511	fragment	False	ENG0049_000000006414	0.12899768603093412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	82.979	7.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0387_000000016859	1425	0.7191203523656184	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.9172075714200542		0	0	False	False	0.9936842322349548	0					non-mobilizable	other	1427.0	89.559	100.0	0.0004430039901468944	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0145_000000004741	6821	0.7191174432393215	11	5	2	5	1	True	57525	maximal	True	ENG0145_000000004741	1.0		1	1	False	False	0.9950153827667236	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	0.004936151947633866	NZ_CADAEU010000056.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	True
ENG0163_000000009031	2665	0.7191107608734927	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.9931012195897272		0	0	False	False	1.0	0		MOBV			mobilizable	other	2665.0	100.0	100.0	0.00528294702774737	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
CAN0008_000000008988	3203	0.7191054890406743	3	3	3	3	2	False	95038	fragment	False	CAN0008_000000008988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	74.048	27.0	0.0034809829904660196	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
CHI0116_000000006450	2626	0.7190989972166372	3	2	2	1	1	False	82194	maximal	True	CHI0116_000000006450	1.0		1	1	False	False	0.996572732925415	0					non-mobilizable	no_good_hit	1593.0	82.925	60.0	0.003949116954424988	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
ENG0012_000000016875	1366	0.7190989972166372	2	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.21138981501562568		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	81.182	100.0	0.0021766666453424772	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
SPA0032_000000021981	1354	0.7190989972166372	2	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.209128158458067		0	0	False	False	0.9985228776931763	0					non-mobilizable	other	1356.0	82.15299999999999	99.0	0.0033835273272386462	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
MAD0068_000000014867	1897	0.7190989725305883	2	2	2	2	1	False	16452	maximal	True	MAD0068_000000014867	1.0		1	1	False	False	0.986294150352478	0					non-mobilizable	no_good_hit	309.0	71.845	16.0	0.003262428429107868	NZ_FMWL01000016.1	firmicutes	Acidaminobacter hydrogenoformans DSM 2784, whole genome shotgun sequence	True	False
ENG0052_000000003781	6892	0.7190940092861986	7	7	6	5	6	False	64006	maximal	True	ENG0052_000000003781	1.0		5	4	False	False	0.9998549222946167	0		MOBP			mobilizable	plasmid	6892.0	99.971	100.0	0.06903633649578729	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
CHI0027_000000002288	6372	0.7190921447451727	5	3	3	3	3	False	88841	fragment	False	CHI0027_000000002288	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4037.0	82.561	63.0	0.043640424586093615	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
SPA0011_000000006370	3113	0.7190901803801133	4	4	4	4	2	False	76358	maximal	True	SPA0011_000000006370	1.0		209	13	False	False	0.9996787905693054	0					non-mobilizable	other	2236.0	99.553	91.0	0.025619569453678444	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0008_000000017108	1781	0.7190893898598287	2	2	2	2	2	False	93549	fragment	False	SPA0027_000000017373	0.5303713944201972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	73.847	73.0	0.00043252347660014334	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0027_000000015637	1647	0.7190891314861689	2	2	2	2	2	False	37231	fragment	False	ISR0027_000000015637	0.9520488217147328		0	0	False	False	0.9702489376068115	0					non-mobilizable	no_good_hit								True	False
ISR0075_000000016709	1606	0.7190891314861689	3	2	2	2	2	False	37231	fragment	False	ISR0027_000000015637	0.6326575103553521		0	0	False	False	0.9906600117683411	0					non-mobilizable	no_good_hit								True	False
CHI0095_000000005315	1606	0.7190869225500381	1	1	1	1	1	False	83492	fragment	False	FIJ0090_000000026498	0.9486626240161242		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	77.60300000000001	92.0	0.0049054325055726605	NZ_JNKW01000004.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	False
CAN0009_000000026366	1110	0.7190849327811109	2	2	2	2	2	False	94662	fragment	False	CAN0009_000000026366	1.0		0	0	False	False	0.954954981803894	0					non-mobilizable	no_good_hit	208.0	77.404	19.0	0.00037286147653144705	NZ_FOZH01000004.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ENG0043_000000022322	1553	0.7190819776311456	2	2	2	2	2	False	120112	fragment	False	DEN0031_000000018114	0.6695689116366428		0	0	False	False	0.9993560910224915	0					non-mobilizable	no_good_hit	480.0	79.792	31.0	0.0001501084414983161	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
USA0062_01_000000000605	29197	0.7190799721198141	36	18	7	17	7	True	108400	backbone	False	ISR0280_000000000088	0.9504291315974311	PS672	0	0	False	True	1.0	0					non-mobilizable	other	29197.0	99.98299999999999	100.0	0.29135398371387516	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0014_000000000895	28772	0.7190799721198141	36	18	7	17	7	True	108400	backbone	False	ISR0280_000000000088	0.9435080619054117	PS672	0	0	False	True	1.0	0					non-mobilizable	other	28772.0	99.99700000000001	100.0	0.28711280536484113	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
DEN0022_000000000532	28723	0.7190799721198141	36	18	7	17	7	True	108400	backbone	False	ISR0280_000000000088	0.9424775318445103	PS672	0	0	False	True	1.0	0					non-mobilizable	other	28723.0	99.99700000000001	100.0	0.28662382244930545	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0011_000000001004	28664	0.7190799721198141	36	18	7	17	7	True	108400	backbone	False	ISR0280_000000000088	0.94338864067524	PS672	0	0	False	True	1.0	0					non-mobilizable	other	28664.0	99.99700000000001	100.0	0.28603504710202776	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0213_000000004116	5392	0.7190747734422315	7	3	1	1	3	False	109027	backbone	False	ISR0194_000000003648	0.7567460124355772	PS681	0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
FIJ0129_000000006087	3421	0.7190698266027403	4	4	4	4	3	False	126238	maximal	True	FIJ0129_000000006087	1.0		1	1	False	False	0.9909383058547974	0					non-mobilizable	no_good_hit	490.0	77.347	14.0	0.00016622141034582623	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0772_000000000082	27206	0.7190667447155841	26	2	1	2	0	True	114288	fragment	False	ISR0772_000000000082	0.8398433266321638		0	0	False	False	1.0	0					non-mobilizable	virus	22389.0	97.785	99.0	0.230536238602998	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
DEN0053_000000000329	16437	0.7190667447155841	21	2	1	2	0	True	89650	fragment	False	DEN0053_000000000329	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	12665.0	93.052	98.0	0.13394398263355747	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
ISR0333_000000001163	11556	0.7190667447155841	18	2	1	2	0	True	89648	fragment	False	ISR0333_000000001163	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	11086.0	97.555	99.0	0.11415031164683459	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0317_000000001238	11503	0.7190667447155841	18	2	1	2	0	True	89653	fragment	False	ISR0317_000000001238	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	9486.0	94.27600000000001	99.0	0.10032297347381797	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
CHI0017_000000001199	8113	0.7190667447155841	16	2	1	2	0	True	89647	fragment	False	CHI0017_000000001199	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	7534.0	94.664	99.0	0.07966326044369143	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
USA0027_01_000000003515	7504	0.7190667447155841	13	2	1	2	0	True	36027	fragment	False	ISR0286_000000001252	0.9117242242242242		0	0	False	False	1.0	0					non-mobilizable	virus	6549.0	98.03	99.0	0.0673878328954824	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0344_000000024133	1448	0.7190655840384792	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.05604499031907105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1250.0	98.24	86.0	0.0003552665636990958	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0066_000000014412	1983	0.7190576247053165	3	3	3	3	1	False	53530	fragment	False	ETH0001_000000014355	0.9357734350943563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	72.78399999999999	40.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0099_000000005073	4504	0.7190467247448565	6	2	0	2	1	True	42812	maximal	True	FIJ0099_000000005073	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	85.84100000000001	2.0	3.450366632821707e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ENG0165_000000017329	1167	0.7190426084183112	2	2	2	2	1	False	56201	maximal	True	ENG0165_000000017329	1.0		145	12	False	False	0.9665809869766235	0					non-mobilizable	other	1167.0	97.344	100.0	0.0006149918774657693	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0076_000000004581	2603	0.7190361427509799	3	3	3	3	3	False	131578	fragment	False	USA0052_01_000000005758	0.9587570017235729		0	0	False	False	1.0	0					non-mobilizable	other	2555.0	99.648	100.0	0.0004079636941064581	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
SPA0119_000000001903	17117	0.7190297085538911	20	17	4	10	15	True	114791	maximal	True	SPA0119_000000001903	1.0		11	3	False	False	1.0	0					non-mobilizable	chromosome	6653.0	96.588	99.0	0.00281312548921388	LR655209.1	high GC Gram+	Bifidobacterium breve isolate B.breve_1_mod genome assembly, chromosome: BILOC7D69C13_1	False	True
USA0010_01_000000014940	1778	0.7190294538647861	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.840357987785479		0	0	False	False	0.9949381351470947	0					non-mobilizable	no_good_hit	796.0	76.131	44.0	0.00022117216187216756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0077_000000032585	1381	0.7190242743061543	1	1	1	1	1	False	12056	fragment	False	MON0077_000000032585	0.970784023668639		0	0	False	False	0.9804489612579346	0					non-mobilizable	no_good_hit	1094.0	71.207	78.0	0.00034478663085837143	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
SPA0040_000000033113	1305	0.719011273872085	2	2	2	2	1	False	66455	fragment	False	ENG0020_000000014563	0.9630702389572774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0003_000000004479	5841	0.7190099651027733	8	5	2	3	4	False	114064	maximal	True	MAD0003_000000004479	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1753.0	97.43299999999999	30.0	0.0005231765726911993	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0100_000000000249	28264	0.7190068330179153	30	18	9	14	13	False	35973	maximal	True	ISR0100_000000000249	1.0		3	2	False	False	0.9999645948410034	0					non-mobilizable	no_good_hit	85.0	92.941	0.0	0.0199288256227758	NZ_CACWHD010000080.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
CHI0037_000000009493	1534	0.7189950545424616	3	2	2	2	2	False	87932	maximal	True	CHI0037_000000009493	1.0		34	9	False	False	0.9973924160003662	0					non-mobilizable	chromosome	1531.0	99.935	99.0	0.00028410842320196505	CP052286.1	enterobacteria	Klebsiella pneumoniae strain E16KP0218 chromosome, complete genome	False	False
SPA0093_000000000983	26758	0.7189912816959191	34	14	5	14	4	True	118921	fragment	False	SPA0093_000000000983	1.0		0	0	False	False	1.0	0					non-mobilizable	other	13397.0	99.97	100.0	0.003587344034487348	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0091_000000005908	2500	0.7189875887850841	6	3	3	3	2	False	18340	maximal	True	MAD0091_000000005908	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000023627	1607	0.7189875887850841	5	3	3	3	2	False	18339	fragment	False	MAD0105_000000023627	0.995047326191823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	84.78299999999999	6.0	8.052192522555086e-05	NZ_CABFVD010000001.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	False
MAD0040_000000022955	1481	0.7189875887850841	4	3	3	3	2	False	18339	fragment	False	MAD0105_000000023627	0.969609030312204		0	0	False	False	0.9918973445892334	0					non-mobilizable	no_good_hit								True	False
MAD0106_000000015131	1480	0.7189875887850841	4	3	3	3	2	False	18339	fragment	False	MAD0105_000000023627	0.9704043515449303		0	0	False	False	0.9979729652404785	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000016696	1787	0.7189859244320631	2	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.8061155186279857		0	0	False	False	1.0	0					non-mobilizable	chromosome	1788.0	98.49	100.0	0.0008116057349232994	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
AST0048_000000003290	5198	0.7189748251648961	5	5	3	3	2	False	114987	fragment	False	AST0048_000000003290	1.0		0	0	False	False	0.999807596206665	0		MOBP			mobilizable	plasmid	5198.0	100.0	100.0	0.07780522494198668	CP041658.1	firmicutes	Lactobacillus paracasei strain CBA3611 plasmid pLP1, complete sequence	False	True
ISR0782_000000006875	1944	0.7189742464665938	3	2	2	1	1	True	106208	fragment	False	AST0116_000000013627	0.9858325527150008		0	0	False	False	1.0	0					non-mobilizable	chromosome	1944.0	99.588	100.0	0.0008824565993038448	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
AST0084_000000008713	3726	0.7189726926448444	3	3	3	3	3	False	111541	fragment	False	AST0084_000000008713	0.9998581157775255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	70.985	14.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
USA0066_01_000000002623	7255	0.7189677972282446	5	3	2	3	1	True	835	fragment	False	USA0066_01_000000002623	1.0		0	0	False	False	0.9998621344566345	0					non-mobilizable	other	3811.0	95.277	99.0	0.0010280068321085307	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ENG0003_000000003099	7034	0.7189626435716104	9	6	3	2	5	False	81004	maximal	True	ENG0003_000000003099	1.0		12	8	False	False	0.9972988367080688	0					non-mobilizable	other	4372.0	99.52	94.0	0.0007629490573101988	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CAN0019_000000000603	10729	0.7189617977627013	14	12	3	6	11	True	113925	maximal	True	CAN0019_000000000603	1.0		139	9	False	False	0.9993475675582886	0					non-mobilizable	other	9756.0	94.99799999999999	91.0	0.02645063010663343	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0112_000000007181	2452	0.7189560087040427	2	2	2	2	1	False	131668	fragment	False	DEN0028_000000005326	0.11277395165775138		0	0	False	False	0.9673735499382019	0					non-mobilizable	no_good_hit	1200.0	84.0	49.0	0.00040955584610981923	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0133_000000008137	2280	0.7189560087040427	2	2	2	2	1	False	131668	fragment	False	DEN0028_000000005326	0.09170489834556526		0	0	False	False	0.996052622795105	0					non-mobilizable	no_good_hit	1027.0	84.12899999999999	45.0	0.00028693364329286284	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0025_000000019770	2006	0.7189523607839071	3	3	3	3	3	False	12817	maximal	True	MON0025_000000019770	1.0		43	9	False	False	0.999002993106842	0					non-mobilizable	no_good_hit	279.0	72.76	13.0	0.0006814781414605153	NZ_JHYS01000002.1	b-proteobacteria	Simplicispira psychrophila DSM 11588 Q390DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MAD0098_000000029802	1523	0.7189430644418783	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9285634977359948		0	0	False	False	0.9986867904663086	0					non-mobilizable	no_good_hit	725.0	84.414	55.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0172_000000018937	1492	0.7189430644418783	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.898556528845192		0	0	False	False	0.9953083395957947	0					non-mobilizable	no_good_hit	692.0	83.52600000000001	54.0	0.00018272859947998375	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0064_000000019439	1213	0.7189404180311215	2	2	2	2	1	False	16659	fragment	False	MAD0064_000000019439	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	81.199	100.0	0.001424833005339597	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0347_000000019471	1153	0.7189367110266456	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.015518841396768545		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	92.374	100.0	0.01862857142857143	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0165_000000003551	4721	0.7189356444168805	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.6597986557712803		0	0	False	False	0.9993645548820496	0					non-mobilizable	chromosome	4721.0	97.352	100.0	0.0015887243654106433	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0052_000000006995	4027	0.7189332644385866	4	3	3	3	3	False	119077	fragment	False	ENG0052_000000006995	0.9784156091352808		0	0	False	False	0.9997516870498657	0					non-mobilizable	no_good_hit	3303.0	79.17	87.0	0.0009857387033712325	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0148_000000005901	5715	0.7189236370767873	6	6	6	6	5	False	130063	maximal	False	ISR0014_000000005206	0.39832815594285914		0	0	False	False	1.0	0					non-mobilizable	chromosome	5746.0	89.384	100.0	0.0019169036569944096	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0053_000000014893	2533	0.7189233392670252	3	3	3	3	2	False	40593	maximal	True	MON0053_000000014893	1.0		2	1	False	False	0.9865771532058716	0					non-mobilizable	no_good_hit	79.0	84.81	3.0	2.8851313071967915e-05	NZ_VOQS01000005.1	b-proteobacteria	Paraburkholderia azotifigens strain NF 2-5-3 4, whole genome shotgun sequence	True	False
ISR0170_000000005829	7406	0.7189157096254252	3	3	3	3	3	False	30069	fragment	False	ISR0170_000000005829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	8.9932829169893e-06	CP033464.1	firmicutes	Brevibacillus laterosporus strain 1821L chromosome, complete genome	True	False
ENG0188_000000013132	1961	0.7189142124546511	2	2	2	2	2	False	75880	fragment	False	FIJ0088_000000013024	0.7107029140194296		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	99.35600000000001	95.0	0.012804907401676604	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0179_000000012073	1944	0.7189142124546511	2	2	2	2	2	False	75880	fragment	False	FIJ0088_000000013024	0.9490696065242531		0	0	False	False	0.9958847761154175	0					non-mobilizable	other	1942.0	99.588	99.0	0.013348187576076417	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0019_000000050242	1331	0.7189116261350278	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.25051792990636274		0	0	False	False	0.9992486834526062	0					non-mobilizable	other	1341.0	80.984	100.0	0.042271874900676985	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	False	False
FIJ0077_000000020891	1433	0.7189014406049116	3	2	2	2	2	False	44490	fragment	False	FIJ0077_000000020891	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	3.0	1.0787827701719506e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0831_000000009880	1845	0.7189011301938816	3	3	3	3	2	False	81354	maximal	True	ISR0831_000000009880	1.0		4	3	False	False	0.9972899556159973	0					non-mobilizable	no_good_hit	350.0	84.85700000000001	19.0	0.0001273319264439789	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0785_000000005707	5150	0.7188987362703593	8	6	5	5	3	True	92851	maximal	True	ISR0785_000000005707	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2723.0	95.92399999999999	53.0	0.0009681104144531262	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
FIJ0045_000000012183	1915	0.7188904001157007	2	2	2	1	1	False	81430	maximal	True	FIJ0045_000000012183	1.0		14	8	False	False	1.0	0					non-mobilizable	chromosome	1004.0	89.34299999999999	96.0	0.0003528722210871499	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0047_000000012934	2975	0.7188891834127606	5	4	3	4	4	False	11472	maximal	True	MON0047_000000012934	1.0		313	15	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	85.618	42.0	0.00015685316276529992	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0120_000000006821	6213	0.7188811360946057	4	3	3	2	2	True	4190	maximal	True	SPA0120_000000006821	1.0		17	6	False	False	0.9998390674591064	0					non-mobilizable	other	5783.0	75.722	92.0	0.047763811750950014	NZ_RQUY01000004.1	firmicutes	Veillonella caviae strain DSM 20738 contig_0004, whole genome shotgun sequence	False	True
SPA0110_000000002957	7531	0.7188787626756016	7	7	4	7	4	False	4626	maximal	True	SPA0110_000000002957	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	91.07700000000001	25.0	0.00041520776087774185	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
SPA0046_000000016852	1890	0.7188770217682774	3	3	3	3	3	False	67425	fragment	False	SPA0046_000000016852	0.9518360830228845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	77.5	9.0	2.9237740447825346e-05	NC_009937.1	a-proteobacteria	Azorhizobium caulinodans ORS 571, complete genome	True	False
CHI0025_000000001169	9398	0.7188679596827612	4	3	3	2	1	False	96222	maximal	True	CHI0025_000000001169	0.9616410584720443		1	1	False	False	0.9990423321723938	0					non-mobilizable	no_good_hit	1802.0	84.073	19.0	0.14033580632565404	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
FIJ0018_000000013913	1925	0.7188655171150302	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.2401272940028483	PS871	0	0	False	True	0.9818181991577148	0					non-mobilizable	no_good_hit	1717.0	93.069	89.0	0.7431788653096578	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MAD0092_000000014918	1258	0.7188510918529575	2	2	2	1	1	True	51149	fragment	False	MAD0092_000000014918	0.9731993299832495		0	0	False	False	1.0	0					non-mobilizable	plasmid	1258.0	100.0	100.0	0.005940790593039303	CP054064.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP plasmid pSWHvKp, complete sequence	False	True
SPA0126_000000010462	3692	0.7188475760891523	5	4	3	3	4	False	112096	fragment	False	ENG0138_000000005143	0.8244393917105663		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	76.759	13.0	0.002673534885596907	NZ_SLUK01000007.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_107, whole genome shotgun sequence	True	False
ISR0215_000000016753	1754	0.7188458521969803	2	2	2	2	2	False	99538	fragment	False	ISR0215_000000016753	0.9829983259773696		0	0	False	False	0.9988597631454468	0					non-mobilizable	chromosome	1737.0	99.82700000000001	99.0	0.0003863488872884985	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0071_000000003991	8432	0.7188374648445632	6	4	4	4	3	False	44905	maximal	True	FIJ0071_000000003991	1.0		2	1	False	False	0.9977467060089111	0					non-mobilizable	no_good_hit								True	False
ENG0104_000000005056	5508	0.7188342825534912	11	4	4	3	3	False	101591	fragment	False	ENG0104_000000005056	0.9715974075486085		0	0	False	False	0.9990922212600708	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	2.0	1.8775990989250854e-05	NC_015321.1	CFB group bacteria	Fluviicola taffensis DSM 16823, complete sequence	True	False
SPA0041_000000006463	5246	0.7188342825534912	10	4	4	3	3	False	101591	fragment	False	ENG0104_000000005056	0.9491648511256354		0	0	False	False	0.9996187686920166	0					non-mobilizable	no_good_hit	92.0	81.52199999999999	2.0	0.00010297683135713167	NZ_FOEI01000001.1	CFB group bacteria	Flavobacterium urocaniciphilum strain DSM 27078, whole genome shotgun sequence	True	False
ISR0054_000000017400	1494	0.7188304820559959	2	2	2	2	2	False	35696	maximal	True	ISR0054_000000017400	1.0		119	12	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	98.57799999999999	61.0	0.004261317227763439	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0088_000000004013	7077	0.7188195212586901	12	4	4	3	1	False	43689	maximal	True	FIJ0088_000000004013	1.0		1	1	False	False	0.9987282752990723	0					non-mobilizable	no_good_hit	2572.0	75.117	40.0	0.0005095460549399621	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0130_000000012843	2280	0.7187990562044827	3	2	2	1	2	False	31774	maximal	True	ISR0130_000000012843	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	80.131	33.0	0.008361868993703744	NZ_QEKH01000023.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_123, whole genome shotgun sequence	True	False
FIJ0074_000000013202	2407	0.7187953866210925	3	2	1	2	1	False	74474	maximal	True	FIJ0074_000000013202	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1436.0	93.802	72.0	0.17094119050459264	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0103_000000013787	2096	0.7187942810835555	3	3	3	3	3	False	33045	maximal	True	ISR0103_000000013787	1.0		4	3	False	False	0.9937977194786072	0					non-mobilizable	no_good_hit	298.0	77.517	14.0	0.0049165215609955955	NZ_BAYD01000062.1	b-proteobacteria	Paraburkholderia oxyphila NBRC 105797, whole genome shotgun sequence	True	False
SPA0112_000000018819	1769	0.7187891929455222	3	2	1	2	1	False	84585	fragment	False	CHI0076_000000004640	0.9414660831509847		0	0	False	False	1.0	0					non-mobilizable	other	1767.0	96.661	99.0	0.012272752543503641	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
AST0094_000000015288	1493	0.7187854895221469	1	1	1	1	1	False	109184	maximal	False	ISR0134_000000020358	0.9559699130877443		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	99.531	100.0	0.007462350640451742	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0031_000000014455	1500	0.7187802623752959	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.24380954134771626		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	98.20100000000001	100.0	0.006345553459172709	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
FIJ0156_000000007824	1164	0.7187802623752959	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.02723667691227645		0	0	False	False	0.9991409182548523	0					non-mobilizable	other	1164.0	98.79700000000001	100.0	0.000591330875810347	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	True
ISR0349_000000008752	1309	0.7187769568036334	2	2	2	2	0	False	24116	fragment	False	ISR0349_000000008752	1.0		0	0	False	False	0.9770817160606384	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000012657	2045	0.7187753557262411	2	2	2	2	2	False	64699	maximal	True	ENG0042_000000012657	1.0		23	8	False	False	0.9926650524139404	0					non-mobilizable	other	2038.0	98.822	99.0	0.0017259172271449415	NZ_JH370372.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.2, whole genome shotgun sequence	False	False
MON0090_000000026433	2247	0.7187714683273834	3	3	3	3	2	False	102732	fragment	False	MON0088_000000012087	0.5703887081914477		0	0	False	False	0.9995549917221069	0					non-mobilizable	other	2247.0	96.70700000000001	100.0	0.0005506695685923185	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
TAN0007_000000012685	2909	0.7187641200860192	3	3	3	3	3	False	2841	maximal	True	TAN0007_000000012685	1.0		2	1	False	False	0.9996562600135803	0					non-mobilizable	no_good_hit								True	False
FIJ0067_000000018776	1684	0.7187637923724468	3	3	3	3	3	False	45190	maximal	True	FIJ0067_000000018776	1.0		17	3	False	False	0.9934679269790649	0					non-mobilizable	chromosome	1684.0	99.941	100.0	0.00032634911327281043	CP024784.1	enterobacteria	Enterobacteriaceae bacterium S05 chromosome, complete genome	False	False
MON0040_000000002837	8012	0.7187635593826873	7	6	6	6	6	False	11884	maximal	True	MON0040_000000002837	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	8012.0	100.0	100.0	0.0014566725823344582	CP017802.2	enterobacteria	Raoultella ornithinolytica strain MG isolate MG01 chromosome, complete genome	False	False
AST0102_000000019515	1614	0.7187604788872469	4	3	1	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.2790431331651067		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	99.318	100.0	0.0013846111586096547	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
AST0090_000000015915	1419	0.7187604788872469	3	3	1	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.18992789685444553		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	98.37899999999999	100.0	0.00121722171290049	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
SPA0053_000000020468	1614	0.7187527166530132	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2174403138993225		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	90.432	100.0	0.0033728046972526173	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0029_000000007159	1595	0.7187495187729855	1	1	1	1	1	False	88587	maximal	True	CHI0029_000000007159	1.0		8	3	False	False	0.9993730187416077	0					non-mobilizable	no_good_hit	1318.0	73.824	82.0	0.002478703096954329	NZ_PTJA01000002.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_102, whole genome shotgun sequence	True	False
CHI0018_000000001257	9264	0.7187495003496157	14	8	3	4	7	False	89596	maximal	True	CHI0018_000000001257	0.9655680453999782		9	3	False	False	0.9993523359298706	0					non-mobilizable	no_good_hit	2727.0	98.20299999999999	75.0	0.0006025956256843891	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0784_000000005246	2352	0.7187455152772341	4	3	2	3	3	True	105436	fragment	False	ENG0026_000000004570	0.995777027027027		0	0	False	True	1.0	0					non-mobilizable	chromosome	2352.0	99.95700000000001	100.0	0.00043177924638635113	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
FIJ0066_000000024257	1378	0.7187454410143741	3	2	2	1	1	False	45301	maximal	True	FIJ0066_000000024257	1.0		9	5	False	False	0.9854862093925476	0					non-mobilizable	no_good_hit								True	False
ISR0383_000000002930	4014	0.7187449575360846	5	3	1	3	1	True	23110	fragment	False	ISR0383_000000002930	1.0		0	0	False	False	0.9930244088172913	0					non-mobilizable	no_good_hit								True	True
ENG0124_000000009273	3370	0.7187446784695798	4	3	2	3	2	False	70128	fragment	False	ENG0124_000000009273	1.0		0	0	False	False	0.9988130331039429	0					non-mobilizable	no_good_hit	744.0	74.059	25.0	0.00025479864981114926	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CAN0003_000000011931	4102	0.7187413185285859	6	4	3	4	2	True	96759	maximal	True	CAN0003_000000011931	1.0		2	1	False	False	0.9958556890487671	0					non-mobilizable	other	3945.0	99.92399999999999	96.0	0.001244527581242975	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
MAD0105_000000002106	11092	0.7187395615135344	14	9	9	4	4	False	43142	maximal	True	MAD0105_000000002106	1.0		1	1	False	False	0.9996393918991089	0					non-mobilizable	no_good_hit	693.0	94.37200000000001	16.0	0.00024050761746880023	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0047_000000004919	3131	0.7187385042275266	3	3	3	3	3	False	86998	maximal	False	ENG0130_000000008726	0.9434971098265896		0	0	False	False	0.9977642893791199	0					non-mobilizable	other	3120.0	89.295	99.0	0.0912605435801312	NZ_JAAITU010000043.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_43_length_34144_cov_139.496, whole genome shotgun sequence	False	False
SPA0158_000000005522	3046	0.7187370071798309	4	3	3	3	3	False	92426	fragment	False	ISR0062_000000011177	0.9385796545105567		0	0	False	False	0.9967169761657715	0					non-mobilizable	other	3046.0	99.508	100.0	0.00660354444434806	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MAD0104_000000008369	1373	0.7187177467758701	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.16224658511622367		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	99.78200000000001	100.0	0.00028984190729495324	CP010230.1	enterobacteria	Escherichia coli strain S21, complete genome	False	False
MON0107_000000000597	32259	0.7187160404954579	54	9	7	8	7	False	75393	maximal	True	MON0107_000000000597	1.0	PS359	1	1	False	True	0.9989150166511536	0					non-mobilizable	no_good_hit	5442.0	96.435	70.0	0.002262501842394305	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ENG0146_000000000280	41268	0.7187150100251768	43	9	7	8	5	False	57452	fragment	False	ENG0146_000000000280	1.0		0	0	False	False	0.9999757409095764	0					non-mobilizable	no_good_hit	1293.0	91.87899999999999	3.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	False
MON0049_000000019546	1143	0.7187101740759507	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1670940604494388		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	99.475	100.0	0.00034383433086437003	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0055_000000026744	1132	0.7187101740759507	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16224972049251063		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.55799999999999	100.0	0.00034052244151278673	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0191_000000002066	10455	0.7187097969434496	10	8	6	7	5	False	100470	maximal	True	ENG0191_000000002066	1.0		1	1	False	False	0.9999043345451355	0					non-mobilizable	no_good_hit	2117.0	96.741	31.0	0.0006193558815967258	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0212_000000008853	3820	0.7187060976051236	3	3	3	3	2	False	41364	maximal	True	ISR0212_000000008853	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	83.333	3.0	0.004	NZ_CAKP01000094.1	firmicutes	Caloramator australicus RC3, whole genome shotgun sequence	True	False
ENG0049_000000000135	56966	0.7187051523948956	65	46	17	32	38	True	111582	maximal	False	USA0036_01_000000000209	0.9822496102806304	PS636	0	0	False	True	1.0	0					non-mobilizable	other	56881.0	99.935	100.0	0.019154146428196198	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
MAD0056_000000010200	1387	0.7187024125071406	2	2	2	2	2	False	17040	maximal	True	MAD0056_000000010200	1.0		1	1	False	False	0.9978370666503906	0					non-mobilizable	no_good_hit	53.0	86.792	4.0	0.00019247211930310286	NZ_RQYY01000002.1	fusobacteria	Fusobacterium canifelinum strain OH4460_COT-188 scaffold_1, whole genome shotgun sequence	True	False
USA0032_01_000000005079	5165	0.7187006449354876	8	7	2	3	6	False	94159	fragment	False	ENG0081_000000004595	0.9300312301584206		0	0	False	False	1.0	0					non-mobilizable	chromosome	5017.0	95.97399999999999	97.0	0.0007719240376189658	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0079_000000026536	2186	0.7186944726348443	4	4	3	3	2	False	102728	fragment	False	DEN0079_000000026536	0.944649446494465		0	0	False	False	0.9990850687026978	0					non-mobilizable	other	2186.0	95.471	100.0	0.0005357137165512982	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0051_01_000000004676	4702	0.7186927442888417	4	3	2	3	2	True	95578	fragment	False	USA0051_01_000000004676	1.0		0	0	False	False	0.9970225691795349	0					non-mobilizable	no_good_hit	2264.0	76.237	57.0	0.004635776821952296	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0036_000000010974	2053	0.7186812383395229	2	2	2	2	2	False	30710	fragment	False	MON0036_000000010974	1.0		0	0	False	False	0.9995129108428955	0					non-mobilizable	chromosome	2057.0	87.895	100.0	0.0008897179047923796	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
CHI0002_000000001595	5807	0.7186775247024727	7	2	2	2	1	True	130521	fragment	False	CAN0014_000000006821	0.5216886231617496		0	0	False	False	1.0	0					non-mobilizable	chromosome	5807.0	97.84700000000001	100.0	0.0011570068470375876	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0018_000000000587	27848	0.7186767392019425	38	8	2	4	6	False	50070	fragment	False	FIJ0018_000000000587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	82.461	5.0	0.002152676932131502	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ENG0054_000000012517	2120	0.7186749509931338	3	3	3	3	2	False	70414	fragment	False	ISR0815_000000014693	0.9766707208818926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	90.072	54.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0187_000000008355	3294	0.7186709328115483	3	1	1	1	1	False	34310	fragment	False	ISR0187_000000008355	1.0		0	0	False	False	0.995749831199646	0					non-mobilizable	no_good_hit								True	False
ISR0085_000000005992	3643	0.7186617008034295	7	2	1	2	1	True	77338	maximal	True	ISR0085_000000005992	1.0		1	1	False	False	0.9997255206108093	0					non-mobilizable	no_good_hit	2071.0	96.475	68.0	0.02190924974850426	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	True	True
ISR0266_000000008756	2078	0.7186599684075715	3	3	3	3	2	False	117161	fragment	False	ISR0266_000000008756	1.0		0	0	False	False	0.9995187520980835	0					non-mobilizable	no_good_hit	627.0	92.185	71.0	0.0009477038402607788	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0136_000000002545	12254	0.7186568699129977	12	8	8	6	6	False	11956	maximal	True	SPA0136_000000002545	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2691.0	99.963	44.0	0.0009581372387339624	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0004_000000029982	1520	0.7186541070383604	2	1	1	1	1	False	14198	fragment	False	MON0012_000000036747	0.9720578566732413		0	0	False	False	0.9934210777282715	0					non-mobilizable	other	1425.0	78.456	93.0	0.006334622390108658	NZ_FNBY01000005.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
FIJ0134_000000002966	5648	0.7186447580401946	6	6	6	6	4	False	121165	maximal	True	FIJ0134_000000002966	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	1775.0	72.90100000000001	36.0	0.015598565038309933	NZ_AUDP01000013.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0163_000000007522	3282	0.7186432638212541	3	2	1	2	2	False	39173	maximal	True	FIJ0163_000000007522	1.0		4	1	False	False	0.9996953010559082	0					non-mobilizable	no_good_hit	446.0	80.717	13.0	0.0016323055853721732	MN577570.1	bacteria	Uncultured Candidatus Melainabacteria bacterium isolate LL20 clone UCI_2 genomic sequence	True	False
ISR0074_000000002713	8783	0.7186359100140202	7	3	3	3	1	True	130425	fragment	False	ISR0074_000000002713	1.0		0	0	False	True	0.9984059929847717	0					non-mobilizable	no_good_hit	83.0	98.795	1.0	0.08181818181818182	GQ882727.1		Uncultured organism clone VC1D477TF genomic sequence	True	True
ISR0357_000000002507	7829	0.7186359100140202	8	3	3	3	1	True	130417	backbone	True	ISR0357_000000002507	0.9362268936877477	PS1102	1	1	False	True	0.9973176717758179	0					non-mobilizable	no_good_hit	161.0	95.652	3.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0308_000000001877	6896	0.7186359100140202	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5779321035459978	PS1102	0	0	False	True	0.9998549818992615	0					non-mobilizable	no_good_hit	161.0	92.54700000000001	3.0	5.385506323425909e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0360_000000003371	6877	0.7186359100140202	7	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5901211156650765	PS1102	0	0	False	True	0.9979642033576965	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.00210408191892271	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
SPA0040_000000005094	6549	0.7186359100140202	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5748214616520417	PS1102	0	0	False	True	0.997404158115387	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	0.0032748828918459563	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0084_000000004315	5834	0.7186359100140202	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.3706816708184231	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	101.0	95.05	2.0	0.0001660260826975918	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0317_000000003142	4964	0.7186359100140202	4	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.07496611874495081	PS1102	0	0	False	True	0.9963738918304443	0					non-mobilizable	no_good_hit	42.0	100.0	1.0	1.2755030615184459e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0101_000000006999	3838	0.7186354008885372	3	3	2	3	2	False	127837	fragment	False	MAD0101_000000006999	1.0		0	0	False	False	0.993225634098053	0					non-mobilizable	no_good_hit	935.0	91.765	24.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0063_000000005817	3059	0.7186306765234554	5	4	3	3	4	False	6130	maximal	True	SPA0063_000000005817	1.0		3	1	False	False	0.9947695136070251	0					non-mobilizable	no_good_hit	2057.0	71.755	65.0	0.0034441990141343905	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	True	False
TAN0008_000000004373	3509	0.7186303847376976	3	3	3	2	2	False	122413	maximal	True	TAN0008_000000004373	1.0		1	1	False	False	0.997150182723999	0					non-mobilizable	no_good_hit	94.0	91.48899999999999	3.0	0.00013910498041190195	NZ_LT629967.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ISR0126_000000020807	2369	0.7186267258480158	3	3	3	3	1	True	99831	fragment	False	ISR0126_000000020807	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	96.429	4.0	0.024887556221889054	NZ_JAAIUL010000049.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_50_length_3335_cov_335.009, whole genome shotgun sequence	True	True
ENG0179_000000027622	1152	0.718625124066398	2	2	2	2	2	False	110501	fragment	False	AST0087_000000031231	0.9090472989042292		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	97.569	100.0	0.0002821997655608898	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0026_01_000000016974	1902	0.7186246922751924	3	3	3	3	3	False	1622	maximal	True	USA0026_01_000000016974	1.0		7	5	False	False	0.9900104999542236	0					non-mobilizable	other	1883.0	99.575	99.0	0.013952833196177428	NZ_JAAITU010000006.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_6_length_134883_cov_164.29, whole genome shotgun sequence	False	False
ISR0089_000000003624	5922	0.7186203569501932	7	7	7	7	7	False	41106	fragment	False	ISR0089_000000003624	0.9942666438473386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	71.915	28.0	0.010713702814241414	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0103_000000006609	5843	0.7186203569501932	7	7	7	7	7	False	41106	fragment	False	ISR0089_000000003624	0.9876730834177643		0	0	False	False	0.9986308217048645	0					non-mobilizable	no_good_hit	1469.0	70.66	28.0	0.0003995960975484262	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AUS0020_000000019098	1351	0.7186143609704193	2	2	2	1	1	False	99494	maximal	True	AUS0020_000000019098	1.0		15	5	False	False	0.9992598295211792	0					non-mobilizable	other	1328.0	80.346	97.0	0.008842091053288785	NZ_JWHR01000068.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig068, whole genome shotgun sequence	False	False
CHI0123_000000008900	1565	0.718611567880723	3	2	2	2	1	False	81711	fragment	False	CHI0123_000000008900	1.0		0	0	False	False	0.9859424829483032	0					non-mobilizable	no_good_hit	164.0	100.0	10.0	5.1377208628975545e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0214_000000001456	14971	0.7186110933383139	17	8	6	8	3	True	107518	fragment	False	ISR0077_000000001266	0.9605294309489455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5789.0	98.1	66.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
USA0113_01_000000001094	14666	0.7186110933383139	17	8	6	8	3	True	107518	fragment	False	ISR0077_000000001266	0.9667771967001858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5790.0	97.15	65.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0123_000000012502	1134	0.7185967286861192	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.7792685298233712		0	0	False	False	0.9753086566925049	0					non-mobilizable	other	1134.0	99.471	100.0	0.0034297165413442795	NZ_OKQO01000004.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
AUS0006_000000010017	2440	0.7185917732930092	4	1	1	1	1	False	102106	fragment	False	AUS0006_000000010017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1930.0	96.11399999999999	79.0	0.0009626942249337304	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0237_000000005855	1902	0.7185895270668411	3	3	2	3	1	False	113761	fragment	False	ISR0237_000000005855	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	91.07700000000001	97.0	0.0003032850651597052	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0302_000000011597	1416	0.7185881228547991	2	2	2	1	1	False	25531	maximal	True	ISR0302_000000011597	1.0		1	1	False	False	0.991525411605835	0					non-mobilizable	no_good_hit	125.0	85.6	9.0	5.719660086136236e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
MON0014_000000004327	3613	0.7185809702561291	3	2	2	2	1	False	128965	maximal	True	MON0014_000000004327	1.0	PS1059|PS1060	9	3	False	True	0.9983393549919128	0					non-mobilizable	no_good_hit	769.0	97.789	48.0	0.00021632409241184722	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0374_000000004998	3175	0.7185788363189245	4	2	2	2	2	False	23420	maximal	True	ISR0374_000000004998	1.0		1	1	True	True	0.9993700981140137	1					non-mobilizable	no_good_hit	558.0	90.14299999999999	18.0	0.00018069446034490463	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0147_000000004855	4879	0.7185678813307487	5	2	1	2	1	True	106244	fragment	False	ISR0147_000000004855	1.0		0	0	False	False	0.9991801381111145	0					non-mobilizable	no_good_hit	1173.0	71.27	24.0	0.02414031558433394	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ENG0089_000000001831	11249	0.7185597313325369	10	9	6	7	7	False	125006	maximal	True	ENG0089_000000001831	1.0		5	4	False	False	0.9993777275085449	0					non-mobilizable	no_good_hit	2018.0	72.646	18.0	0.0007712139249421784	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
MAD0013_000000008596	2746	0.7185594544516843	4	2	2	2	2	False	19596	maximal	True	MAD0013_000000008596	0.9998139188686267		7	4	False	False	0.9981791973114014	0					non-mobilizable	no_good_hit								True	False
ISR0777_000000003791	4356	0.7185577944782721	5	3	3	2	3	False	115216	maximal	True	ISR0777_000000003791	1.0		0	0	False	False	0.9995408654212952	0					non-mobilizable	no_good_hit	2517.0	99.245	58.0	0.019460823003234443	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0848_000000006855	2515	0.7185573108714126	5	4	4	4	4	False	50336	fragment	False	ISR0848_000000006855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	100.0	8.0	0.0009268962947437062	NZ_QRST01000002.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf2, whole genome shotgun sequence	True	False
MAD0097_000000011192	3526	0.7185554108430466	4	3	2	3	1	True	46319	maximal	True	MAD0097_000000011192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	1.0	0.004587623610969518	NZ_NHOC01000025.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c33, whole genome shotgun sequence	True	True
MAD0059_000000011892	1626	0.7185526622305183	2	2	0	2	0	True	16890	maximal	True	MAD0059_000000011892	1.0		1	1	False	False	0.9833948612213135	0					non-mobilizable	no_good_hit								True	True
ENG0097_000000002452	11496	0.7185520126377648	12	9	7	8	6	False	93053	maximal	True	ENG0097_000000002452	1.0		1	1	False	False	0.9992170929908752	0					non-mobilizable	no_good_hit	766.0	70.49600000000001	6.0	0.000363697917926148	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	True	False
FIJ0054_000000004941	4919	0.7185429295482143	5	4	4	3	3	False	52538	fragment	False	FIJ0023_000000004898	0.6052098128030036		0	0	False	False	0.9997966885566711	0					non-mobilizable	no_good_hit	779.0	93.068	16.0	0.0002420344833808173	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0086_01_000000000670	29352	0.718539112964705	34	25	11	16	18	True	123869	maximal	True	USA0086_01_000000000670	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	7943.0	99.736	86.0	0.0020359225862293076	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
MAD0058_000000004475	3297	0.7185364766855996	11	1	1	1	1	False	16964	maximal	True	MAD0058_000000004475	1.0		1	1	False	False	0.9963603019714355	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000010951	2890	0.7185356297794783	4	1	1	1	1	False	32285	fragment	False	ISR0120_000000010951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00010458766313807812	NZ_NKUB01000003.1	a-proteobacteria	Komagataeibacter swingsii strain LMG 22125 NODE_3_length_267718_cov_94.1673_ID_13062, whole genome shotgun sequence	True	False
MON0092_000000039240	1426	0.7185281361349252	1	1	1	1	1	False	62555	maximal	False	ENG0081_000000017404	0.9904087389395153		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	76.929	95.0	0.0004403204358585221	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MON0054_000000038121	1328	0.718525859434807	2	2	2	2	1	False	124847	fragment	False	AST0012_000000016916	0.4042557499957327		0	0	False	False	0.9894578456878662	0					non-mobilizable	no_good_hit	78.0	89.744	6.0	1.0979460566269243e-05	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
SPA0136_000000029771	1433	0.7185243857338764	2	2	2	2	2	False	3596	maximal	True	SPA0136_000000029771	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	75.314	66.0	0.0001970158388158929	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0031_000000002570	8685	0.7185237596187566	8	7	6	5	4	False	118337	fragment	False	SPA0096_000000003461	0.9630278920514688		0	0	False	False	1.0	0					non-mobilizable	chromosome	8566.0	99.988	99.0	0.0038221642687215765	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0069_000000019970	1348	0.7185163947562379	2	2	2	2	2	False	70684	maximal	True	DEN0069_000000019970	1.0		2	2	False	False	0.9992581605911255	0					non-mobilizable	other	580.0	87.414	91.0	0.005060577573558482	NZ_FNBY01000013.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
ENG0035_000000012260	1811	0.7185115218977571	4	2	2	2	1	False	65387	fragment	False	ENG0035_000000012260	1.0		0	0	False	False	0.9977912902832031	0					non-mobilizable	no_good_hit	807.0	93.185	86.0	0.00022704158330056978	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0014_000000005320	4378	0.7185100836431632	6	6	4	6	4	False	101153	fragment	False	FIJ0014_000000005320	1.0		0	0	False	False	0.999086320400238	0					non-mobilizable	no_good_hit	916.0	83.734	61.0	0.00022311189110374433	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0069_000000035551	1472	0.7185061245366343	2	2	2	2	2	True	74696	fragment	False	MON0069_000000035551	1.0		0	0	False	False	0.93410325050354	0					non-mobilizable	other	1365.0	98.022	93.0	0.09443250364001941	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
AST0002_000000031319	1198	0.7185035070247133	2	2	1	2	1	False	130854	fragment	False	AST0002_000000031319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000004387	4879	0.7185029549406167	5	4	4	3	4	False	33026	maximal	True	ISR0108_000000004387	0.9957227462162754		131	6	False	False	0.9893420934677124	0					non-mobilizable	no_good_hit	3481.0	98.79299999999999	71.0	0.0011172509974996694	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0167_000000002440	11256	0.7184998503901218	15	8	4	6	6	True	122908	fragment	False	ISR0167_000000002440	1.0		0	0	False	False	0.9998223185539246	0					non-mobilizable	chromosome	9681.0	97.428	100.0	0.003049221572249751	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
CAN0013_000000012633	1787	0.7184804765009813	3	2	2	2	2	False	93861	fragment	False	CAN0013_000000012633	1.0		0	0	False	False	0.9994404315948486	0					non-mobilizable	no_good_hit	577.0	70.711	32.0	0.003066761028544468	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ENG0119_000000011665	2820	0.7184767545956187	4	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.11212500979086709		0	0	False	False	1.0	0					non-mobilizable	other	2659.0	99.361	94.0	0.01777831286620114	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0048_000000002320	6666	0.7184746528248895	9	7	5	6	5	False	99330	fragment	False	CHI0048_000000002320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	81.72	49.0	0.00033932831063660066	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
MON0092_000000012522	4093	0.7184746068396467	4	3	3	1	1	False	73298	maximal	True	MON0092_000000012522	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3055.0	72.406	72.0	0.0014693778995552114	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0203_000000005180	3289	0.7184746068396467	3	3	3	1	1	False	73297	fragment	False	ISR0203_000000005180	0.7643154688844317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2837.0	72.506	83.0	0.0013633706763408074	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0069_01_000000031354	1946	0.7184737903528337	3	3	3	3	3	False	35112	fragment	False	SPA0142_000000013771	0.9597439515409025		0	0	False	False	0.9917780160903931	0					non-mobilizable	other	1908.0	98.69	98.0	0.030379383481907923	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0018_000000000689	22920	0.7184703010973851	32	4	2	4	1	True	102552	maximal	True	ISR0018_000000000689	1.0		1	1	False	False	0.9999563694000244	0					non-mobilizable	no_good_hit	172.0	96.512	1.0	5.457835332613327e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ENG0051_000000008792	3107	0.7184699549829437	4	3	3	3	3	False	121394	maximal	True	ENG0051_000000008792	1.0		19	3	False	False	0.9877695441246033	0					non-mobilizable	chromosome	2534.0	98.97399999999999	99.0	0.000798395518142301	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0066_000000014205	2304	0.7184421481666602	3	3	3	3	2	False	67294	fragment	False	MON0066_000000014205	1.0		0	0	False	False	0.9839409589767456	0					non-mobilizable	no_good_hit	504.0	75.19800000000001	22.0	0.0022623713475448492	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
FIJ0024_000000011287	1843	0.7184403685256865	2	2	2	1	1	False	49222	maximal	True	FIJ0024_000000011287	1.0		1	1	False	False	0.995116651058197	0					non-mobilizable	no_good_hit	202.0	98.02	28.0	0.00044207303662388163	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0048_000000025038	1367	0.7184403685256865	2	2	2	1	1	False	46721	fragment	False	MON0016_000000028601	0.9603181046934738		0	0	False	False	0.9904901385307312	0					non-mobilizable	no_good_hit								True	False
AST0048_000000012632	1278	0.7184368837833696	2	2	2	2	2	False	114869	maximal	True	AST0048_000000012632	1.0		26	5	False	False	0.9788732528686523	0					non-mobilizable	other	1239.0	99.839	97.0	0.006048761420823765	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	False	False
SPA0132_000000009549	4079	0.7184328602943818	4	3	0	2	2	True	106266	maximal	False	ISR0123_000000004611	0.989071514518085		0	0	True	True	1.0	34					non-mobilizable	no_good_hit	852.0	99.883	65.0	0.34094551282051283	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	True	True
USA0062_01_000000009696	2164	0.7184258532338809	4	3	2	2	3	True	117911	fragment	False	DEN0052_000000023100	0.7154023513757614		0	0	False	False	0.9995378851890564	0					non-mobilizable	no_good_hit	1874.0	79.296	86.0	0.01321482618240723	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
DEN0005_000000004932	5763	0.7184176340127482	5	4	3	4	3	False	76551	fragment	False	DEN0005_000000004932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0179_000000001987	6935	0.7184119374970797	9	8	8	5	5	False	112182	fragment	False	ISR0013_000000003212	0.9771128175630648		0	0	False	False	0.9943763613700867	0					non-mobilizable	other	6938.0	99.568	100.0	0.014442021340916766	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0013_000000003212	6872	0.7184119374970797	9	8	8	5	5	False	112182	fragment	False	ISR0013_000000003212	0.9925035006418602		0	0	False	False	1.0	0					non-mobilizable	other	6872.0	100.0	100.0	0.014325267595414914	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
USA0101_01_000000004294	6667	0.7184119374970797	9	8	8	5	5	False	112182	fragment	False	ISR0013_000000003212	0.9763236585961265		0	0	False	False	1.0	0					non-mobilizable	other	6667.0	100.0	100.0	0.013897865491345628	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
AST0061_000000005309	6660	0.7184119374970797	9	8	8	5	5	False	112182	fragment	False	ISR0013_000000003212	0.9755641936338736		0	0	False	False	0.9996997117996216	0					non-mobilizable	other	6660.0	99.94	100.0	0.013883271273157896	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0064_000000003074	6617	0.7184119374970797	9	8	8	5	5	False	112182	fragment	False	ISR0013_000000003212	0.9730207304260795		0	0	False	False	0.9989421367645264	0					non-mobilizable	other	6598.0	99.939	99.0	0.013754008197780845	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0334_000000012456	1705	0.7184038931219442	2	2	2	2	2	False	24502	maximal	True	ISR0334_000000012456	1.0		1	1	False	False	0.9659823775291443	0					non-mobilizable	no_good_hit	226.0	87.16799999999999	17.0	0.0008569573020063561	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
SPA0129_000000016531	1499	0.7183971671740014	3	2	2	2	2	False	3830	maximal	True	SPA0129_000000016531	1.0		192	12	False	False	1.0	0					non-mobilizable	other	1499.0	100.0	100.0	0.059538950715421306	NZ_JAAIPV010000053.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_53_length_25160_cov_79.8066, whole genome shotgun sequence	False	False
FIJ0084_000000007276	1792	0.7183957356728125	3	1	1	1	1	False	44007	maximal	True	FIJ0084_000000007276	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	3.0	0.0005482210785410606	LN592517.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000936	True	False
ISR0777_000000010331	1669	0.7183949076618571	2	2	2	2	2	False	75871	fragment	False	ISR0777_000000010331	0.984375		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	99.521	100.0	0.01148453026895807	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0014_000000021646	1632	0.7183949076618571	2	2	2	2	2	False	75871	fragment	False	ISR0777_000000010331	0.9736369083283403		0	0	False	False	0.969362735748291	0					non-mobilizable	other	1634.0	99.266	100.0	0.011230082592340438	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0080_000000034420	1618	0.7183946744884457	2	1	1	1	1	False	10043	fragment	False	MON0080_000000034420	1.0		0	0	False	False	0.9820766448974609	0					non-mobilizable	no_good_hit	678.0	74.779	42.0	0.0010221100145359958	NZ_FNCE01000001.1	a-proteobacteria	Limimonas halophila strain DSM 25584, whole genome shotgun sequence	True	False
ENG0007_000000008661	3019	0.7183924184362459	5	4	4	3	2	False	131669	fragment	False	ISR0035_000000005853	0.7149363051545643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	86.792	30.0	0.00027322779299945263	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0106_000000004895	7620	0.7183811762316888	13	11	3	6	11	False	116683	maximal	True	SPA0106_000000004895	1.0	PS782	43	9	False	True	1.0	0					non-mobilizable	no_good_hit	4194.0	96.805	56.0	0.004780772015438028	CP030095.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 2, complete sequence	True	True
SPA0092_000000004685	7558	0.7183729869385054	7	7	5	7	5	False	113978	maximal	True	SPA0092_000000004685	0.9899411523196935		1	1	False	False	0.9997353553771973	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
AST0026_000000005189	5925	0.7183714573518614	12	3	2	3	1	False	119556	fragment	False	AST0026_000000005189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	98.165	2.0	0.022245108135942326	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
ISR0351_000000011509	1326	0.71836832804155	2	2	2	2	2	False	75834	fragment	False	DEN0093_000000023475	0.9828101644245142		0	0	False	False	0.9962292313575745	0					non-mobilizable	other	1326.0	99.17	100.0	0.0050827042288099184	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0068_000000001063	13351	0.7183533854573172	19	16	6	8	16	False	87444	fragment	False	ISR0293_000000002471	0.9567706465084848		0	0	False	False	1.0	0					non-mobilizable	plasmid	13352.0	99.446	100.0	0.27456147574734413	AP019710.1	enterobacteria	Escherichia coli O145:H28 122715 plasmid pO145_122715_2 DNA, complete genome	False	True
DEN0051_000000028030	1690	0.7183528170909753	3	2	2	2	2	False	72508	fragment	False	SPA0062_000000016810	0.7603558110872014		0	0	False	False	0.9934911131858826	0					non-mobilizable	other	1671.0	98.92299999999999	99.0	0.005338226174569586	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0044_000000020167	1394	0.7183505337885301	2	2	2	2	1	False	6781	maximal	True	SPA0044_000000020167	1.0		1	1	False	False	0.9648493528366089	0					non-mobilizable	no_good_hit	287.0	98.60600000000001	21.0	0.00010050975313609759	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
CAN0006_000000010704	4206	0.7183491205455789	4	4	4	3	4	False	125448	fragment	False	CAN0006_000000010704	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4206.0	99.64299999999999	100.0	0.001175578722248834	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0110_000000002698	7069	0.7183485386275579	7	6	6	6	6	False	107057	maximal	True	AST0110_000000002698	0.9954545454545454		289	11	False	False	0.9922195672988892	0					non-mobilizable	chromosome	6953.0	99.48200000000001	98.0	0.0029043333489345486	LT629712.1	high GC Gram+	Bifidobacterium longum strain Su859 genome assembly, chromosome: I	False	False
ISR0356_000000012444	1644	0.7183463644274154	2	2	1	2	1	False	23906	maximal	True	ISR0356_000000012444	1.0		20	6	False	False	0.9933090209960938	0					non-mobilizable	no_good_hit	107.0	84.11200000000001	7.0	2.1866517699295776e-05	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	False
CAN0008_000000022651	1236	0.7183429674917448	2	1	1	1	1	False	94885	fragment	False	CAN0008_000000022651	0.9971240755957271		0	0	False	False	0.9741100072860718	0					non-mobilizable	no_good_hit								True	False
ISR0806_000000001738	5450	0.7183391159127994	5	5	4	5	4	False	124969	maximal	False	ENG0063_000000004874	0.9375388007233917		0	0	False	False	0.9996330142021179	0					non-mobilizable	no_good_hit	2694.0	78.211	61.0	0.006385358955484096	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0065_000000021477	1239	0.7183333173688963	1	1	1	1	1	False	97213	fragment	False	MON0004_000000028979	0.18924939373773375		0	0	False	False	0.9983857870101929	0					non-mobilizable	no_good_hit	788.0	73.858	66.0	0.00019571475026797865	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CAN0011_000000019634	1536	0.718328520196908	2	2	2	1	1	False	94439	maximal	True	CAN0011_000000019634	1.0		31	9	False	False	0.9759114384651184	0					non-mobilizable	no_good_hit	1240.0	74.194	80.0	0.0005448759570471739	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0079_000000029258	1112	0.7183278047109224	2	2	2	2	1	False	61782	fragment	False	ENG0079_000000029258	1.0		0	0	False	False	0.9973021745681763	0					non-mobilizable	no_good_hit	149.0	80.53699999999999	18.0	3.381441961090113e-05	NZ_CP023665.1	firmicutes	Bacillus paralicheniformis strain Bac84 chromosome, complete genome	True	False
AUS0020_000000002230	10650	0.7183266449313654	16	3	2	3	2	False	99716	maximal	True	AUS0020_000000002230	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	97.32	7.0	0.11866773035500598	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
DEN0067_000000006637	4614	0.7183264876376404	4	3	1	3	1	True	111381	fragment	False	DEN0067_000000006637	1.0		0	0	False	False	0.9980494379997253	0					non-mobilizable	no_good_hit	1153.0	70.33800000000001	25.0	0.023700257748161188	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ENG0067_000000007344	3911	0.7183255631507689	4	4	4	4	4	False	104459	fragment	False	ENG0067_000000007344	1.0		0	0	False	False	0.9938634634017944	0					non-mobilizable	no_good_hit	2495.0	84.329	63.0	0.000684250573448634	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0085_000000003426	8021	0.7183247848205818	6	6	5	5	5	False	71504	maximal	True	FIJ0085_000000003426	1.0		2	1	False	False	0.9997506737709045	0					non-mobilizable	no_good_hit	3017.0	89.46	67.0	0.25491026075177786	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0046_000000008066	3476	0.7183203402960519	2	2	1	1	2	False	80355	maximal	False	FIJ0032_000000009352	0.9408180011015057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	81.664	20.0	0.0001946248312762104	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0262_000000006267	2552	0.7183187276463153	3	2	2	2	1	True	26664	fragment	False	ISR0262_000000006267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0160_000000006352	3420	0.7183185680802002	3	3	3	3	2	False	56482	fragment	False	ENG0160_000000006352	1.0		0	0	False	False	0.9997075796127319	0					non-mobilizable	no_good_hit								True	False
SPA0139_000000002929	7325	0.7183177797159129	9	8	4	5	7	False	3516	maximal	True	SPA0139_000000002929	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	7325.0	99.945	100.0	0.0015387227361570637	CP056655.1	enterobacteria	Escherichia coli strain RHBSTW-00204 chromosome, complete genome	False	False
DEN0065_000000015776	2189	0.7183168883158816	4	2	1	2	1	True	71092	maximal	True	DEN0065_000000015776	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0053_000000022366	1471	0.7183146328860357	2	2	2	2	2	False	6467	maximal	True	SPA0053_000000022366	1.0		2	2	False	False	0.9986403584480286	0					non-mobilizable	no_good_hit	874.0	76.545	57.0	0.03470416124837451	NZ_QIML01000021.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_21, whole genome shotgun sequence	True	False
ENG0125_000000018508	1438	0.7183109951335869	3	1	1	1	1	False	58806	maximal	True	ENG0125_000000018508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	99.166	50.0	0.07876261518209741	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	False
SPA0054_000000001947	10568	0.7183038015907517	11	5	4	5	3	True	6451	maximal	True	SPA0054_000000001947	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0026_000000003937	5629	0.7183027995623298	7	4	3	3	3	True	80283	fragment	False	CHI0140_000000005425	0.9621404721284551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.247783219750573e-07	CP050568.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 25a	True	True
MON0042_000000001219	12529	0.7182961948278686	12	11	9	9	9	False	51730	maximal	True	MON0042_000000001219	1.0		6	2	False	False	0.9999201893806458	0					non-mobilizable	no_good_hit	1800.0	86.389	33.0	0.00047936247192048294	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0013_000000037514	1497	0.7182910875360681	1	1	1	1	1	False	13500	maximal	True	MON0013_000000037514	1.0		6	4	False	False	0.9759519100189209	0					non-mobilizable	no_good_hit	1181.0	72.227	78.0	0.0006866772209310091	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0393_000000008173	2163	0.718285171481414	3	3	3	3	2	False	85399	fragment	False	ISR0393_000000008173	1.0		0	0	False	False	0.9967637658119202	0					non-mobilizable	other	2158.0	87.164	99.0	0.007644881977208651	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0073_000000015561	3196	0.7182809036042269	3	2	2	2	2	False	115337	fragment	False	DEN0073_000000015561	0.9953286082474226		0	0	False	False	1.0	0					non-mobilizable	other	1934.0	99.535	100.0	0.024038401750960666	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0103_000000024589	1240	0.7182807729420868	2	2	2	2	2	False	87338	fragment	False	FIJ0006_000000026879	0.673048804318494		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	99.435	100.0	0.005786691077566881	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0140_000000006064	2678	0.7182793070420452	5	2	1	2	1	False	57797	maximal	True	ENG0140_000000006064	1.0		26	8	False	False	0.9985063672065735	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000008726	5130	0.7182753783248249	5	5	5	4	2	True	68855	maximal	True	ISR0170_000000008726	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	81.89699999999999	2.0	0.0011313689564372892	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0168_000000012241	1278	0.7182732564454237	2	1	1	1	1	False	110360	fragment	False	ENG0124_000000024808	0.7378115435524657		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	98.98299999999999	100.0	0.0040556548913992805	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
ISR0282_000000019399	1302	0.7182730993097293	1	1	1	1	1	False	62567	fragment	False	ENG0068_000000018038	0.47483778695205553		0	0	False	False	0.9807987809181213	0					non-mobilizable	chromosome	1302.0	99.38600000000001	100.0	0.00023126882503349041	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
MAD0106_000000001027	11000	0.7182697815891304	16	4	4	4	1	True	15502	maximal	True	MAD0106_000000001027	1.0		7	3	False	False	0.9988181591033936	0					non-mobilizable	other	4314.0	96.01299999999999	91.0	0.016322620706366996	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
FIJ0068_000000007871	3937	0.718269767655883	5	3	2	3	3	False	54727	maximal	True	FIJ0068_000000007871	1.0		4	2	False	False	0.9931420087814331	0					non-mobilizable	no_good_hit	2773.0	96.069	70.0	0.040450656352555084	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0057_000000003416	7308	0.7182657488637374	7	6	5	5	5	False	49007	fragment	False	FIJ0057_000000003416	0.9695614016630114		0	0	False	False	0.9989053010940552	0					non-mobilizable	other	7355.0	96.45100000000001	100.0	0.002687919152311636	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
FIJ0032_000000014433	2446	0.7182653646471111	3	3	3	3	2	False	127492	maximal	True	FIJ0032_000000014433	0.9511054421768708		29	5	False	False	0.9995911717414856	0					non-mobilizable	chromosome	2453.0	92.214	100.0	0.0010484018625105645	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0044_000000030868	1784	0.7182649004485783	1	1	1	1	1	False	58155	fragment	False	MON0044_000000030868	1.0		0	0	False	False	0.9994394779205322	0					non-mobilizable	no_good_hit	1399.0	76.41199999999999	88.0	0.014850955468532667	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0011_000000029145	1593	0.7182649004485783	2	1	1	1	1	False	129510	fragment	False	AST0003_000000019860	0.976197683108618		0	0	False	False	0.993094801902771	0					non-mobilizable	chromosome	1583.0	99.55799999999999	99.0	0.0004404078365869785	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0062_000000015521	1581	0.7182649004485783	2	1	1	1	1	False	105429	fragment	False	FIJ0004_000000015329	0.9711326421025323		0	0	False	False	0.9993674755096436	0					non-mobilizable	other	1581.0	99.93700000000001	100.0	0.007876449416245426	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
ISR0203_000000011404	1549	0.7182649004485783	1	1	1	1	1	False	105429	fragment	False	FIJ0004_000000015329	0.9578181865651496		0	0	False	False	0.9993544220924377	0					non-mobilizable	other	1549.0	99.742	100.0	0.00036115131680249503	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0085_000000028693	1134	0.7182535280289145	3	2	0	2	2	True	9757	maximal	True	MON0085_000000028693	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0019_000000012023	2391	0.7182462137345352	5	2	0	2	0	True	122480	fragment	False	ISR0193_000000011313	0.9715531561461794		0	0	False	False	0.9970723390579224	0					non-mobilizable	no_good_hit	107.0	80.374	4.0	2.432409704897738e-05	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	True	True
MON0005_000000029466	1842	0.7182462137345352	3	2	0	2	0	True	95264	fragment	False	ISR0361_000000007076	0.6138453727498309		0	0	False	False	0.9956569075584412	0					non-mobilizable	no_good_hit								True	True
MON0005_000000035673	1527	0.7182455364029069	1	1	1	1	1	False	69490	fragment	False	DEN0079_000000039269	0.9121739800863512		0	0	False	False	0.9954158663749695	0					non-mobilizable	other	1527.0	96.529	100.0	0.08637572875983472	NZ_CABJDM010000047.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ETH0004_000000002046	12675	0.7182433605639821	12	8	6	7	3	True	97626	fragment	False	ISR0196_000000001235	0.9812651385472119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.751	10.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
CHI0160_000000019186	1663	0.7182402314614034	2	2	2	2	1	False	81212	fragment	False	CHI0160_000000019186	0.9903699904095401		0	0	False	False	1.0	0					non-mobilizable	chromosome	1663.0	99.82	100.0	0.0003188636635286159	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
CHI0129_000000015506	1649	0.7182402314614034	2	2	2	2	1	False	81212	fragment	False	CHI0160_000000019186	0.987628910084399		0	0	False	False	0.9799878597259521	0					non-mobilizable	chromosome	1649.0	100.0	100.0	0.0003327731248547399	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
AUS0006_000000003585	5456	0.7182395384315192	5	5	5	5	4	False	102182	maximal	True	AUS0006_000000003585	1.0		14	7	False	False	0.9987170100212097	0					non-mobilizable	no_good_hit	2498.0	93.275	46.0	0.11586245405053278	NZ_WNCH01000040.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold40_size21491, whole genome shotgun sequence	True	False
ISR0298_000000008785	1683	0.7182382726969447	3	3	3	2	1	False	61359	maximal	True	ISR0298_000000008785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	92.473	44.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ENG0115_000000004423	3903	0.7182335203177158	8	5	5	5	4	False	118615	maximal	True	ENG0115_000000004423	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1865.0	88.204	48.0	0.003874319518648981	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
MON0033_000000024701	2587	0.7182300756541687	4	3	2	3	1	False	121058	maximal	True	MON0033_000000024701	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	85.556	15.0	0.00012182066652194561	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0005_000000007345	4001	0.718223220344716	7	1	1	1	1	False	51917	maximal	True	FIJ0005_000000007345	1.0		1	1	False	False	0.9915021061897278	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000005001	5343	0.7182124611182941	9	8	3	5	8	True	118544	fragment	False	FIJ0004_000000003832	0.40642020091194486		0	0	False	False	0.9998128414154053	0					non-mobilizable	other	5343.0	98.74600000000001	100.0	0.1906750919281711	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
CHI0148_000000001562	6811	0.7181979553226259	6	5	4	5	4	False	91592	maximal	True	CHI0148_000000001562	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4950.0	98.02	73.0	0.06638953910727258	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0132_000000015407	2089	0.7181938882615577	3	2	2	1	1	True	40787	maximal	True	FIJ0132_000000015407	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	81.03699999999999	38.0	0.00023604188648754677	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
MAD0039_000000007722	1863	0.7181906400538114	2	1	1	1	1	False	18476	fragment	False	MAD0039_000000007722	1.0		0	0	False	False	0.9978529214859009	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00013732086982962404	NZ_JAATVY010000009.1	high GC Gram+	Planosporangium thailandense strain TBRC 5610, whole genome shotgun sequence	True	False
CAN0001_000000028709	1523	0.7181906400538114	2	1	1	1	1	False	97213	fragment	False	MON0004_000000028979	0.987186228804247		0	0	False	False	0.9586342573165894	0					non-mobilizable	no_good_hit	855.0	73.801	58.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
USA0038_01_000000009459	1523	0.7181906400538114	2	1	1	1	1	False	97213	fragment	False	MON0004_000000028979	0.987186228804247		0	0	False	False	0.9993433952331543	0					non-mobilizable	no_good_hit	855.0	73.801	58.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0126_000000032982	1502	0.7181906400538114	1	1	1	1	1	False	97213	fragment	False	MON0004_000000028979	0.9786548608648248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.684	59.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0136_000000028670	1486	0.7181906400538114	1	1	1	1	1	False	97213	fragment	False	MON0004_000000028979	0.9727472488831548		0	0	False	False	0.9986541271209717	0					non-mobilizable	no_good_hit	855.0	73.801	59.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0082_000000028555	1483	0.7181906400538114	1	1	1	1	1	False	97213	fragment	False	MON0004_000000028979	0.970915491834551		0	0	False	False	0.997302770614624	0					non-mobilizable	no_good_hit	855.0	73.684	60.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0308_000000013602	1371	0.7181906400538114	2	1	1	1	1	False	97213	fragment	False	MON0004_000000028979	0.5211645150851127		0	0	False	False	0.9905178546905518	0					non-mobilizable	no_good_hit	786.0	73.919	59.0	0.00019571475026797865	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MAD0050_000000011174	2143	0.7181882301666643	3	3	3	2	3	False	114101	maximal	True	MAD0050_000000011174	1.0		157	12	False	False	0.9920672178268433	0					non-mobilizable	other	2143.0	97.434	100.0	0.0007463461443312188	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
DEN0093_000000002943	9948	0.7181879950045402	15	5	4	4	4	False	75294	maximal	True	DEN0093_000000002943	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	82.124	15.0	0.019069071650876075	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0048_000000008902	2252	0.7181874152632379	3	3	3	3	3	False	78799	fragment	False	SPA0048_000000008902	1.0		0	0	False	False	0.9924511313438416	0					non-mobilizable	other	2240.0	91.071	99.0	0.037358673324537815	NZ_WNCH01000012.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold12_size59879, whole genome shotgun sequence	False	False
MON0054_000000021163	2201	0.7181852465632511	5	2	2	2	1	True	66487	fragment	False	ENG0020_000000008743	0.9359589897474369		0	0	False	False	0.9586551785469055	0					non-mobilizable	other	2201.0	97.865	100.0	0.0005891427945559992	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0152_000000015171	1556	0.7181850425697576	2	2	2	2	2	False	30709	fragment	False	ISR0152_000000015171	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1562.0	86.10799999999999	100.0	0.0006746593858951963	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0060_000000024802	1672	0.7181812965064459	2	2	2	2	2	False	35066	fragment	False	SPA0130_000000019377	0.9772063120981882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	88.462	3.0	2.555982276518191e-05	NZ_SSYA01000001.1	d-proteobacteria	Geomonas ferrireducens strain S62 contig1, whole genome shotgun sequence	True	False
ISR0251_000000008321	1906	0.7181812801574201	4	3	3	3	3	False	116013	fragment	False	FIJ0081_000000020765	0.5615874073993672		0	0	False	False	0.9900314807891846	0					non-mobilizable	chromosome	1906.0	99.738	100.0	0.0007931663617521441	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
USA0038_01_000000000568	27789	0.7181752840539505	14	13	11	10	10	False	8410	maximal	True	USA0038_01_000000000568	1.0		7	4	False	False	0.9997481107711792	0					non-mobilizable	no_good_hit	390.0	99.48700000000001	1.0	0.03712540561175797	NZ_CABIWU010000073.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0134_000000014261	2741	0.7181731823670284	3	1	1	1	1	False	58202	maximal	True	ENG0134_000000014261	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.5188115386499295e-06	LN590695.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG23, chromosome: 23	True	False
CAN0017_000000001421	25650	0.7181700501715463	32	22	12	14	18	False	125585	maximal	True	CAN0017_000000001421	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
ISR0391_000000004128	3127	0.7181661965834393	3	3	2	2	2	False	76681	maximal	False	ENG0041_000000007667	0.9729966872706677		0	0	False	True	1.0	0					non-mobilizable	other	3127.0	98.081	100.0	0.033276559506067706	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ISR0399_000000006128	2508	0.7181647806061301	4	4	3	2	2	False	89990	maximal	False	CHI0013_000000003630	0.9874323277652756		0	0	False	False	0.9980064034461975	0					non-mobilizable	other	2500.0	99.36	99.0	0.05160410684405148	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	False	False
USA0043_01_000000000574	27573	0.7181527818894312	25	22	5	16	15	True	115131	fragment	False	ENG0091_000000000469	0.3843373789328346		0	0	False	False	1.0	0					non-mobilizable	other	27495.0	99.95299999999999	99.0	0.012072370096958432	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0186_000000010230	2734	0.7181518486208442	4	3	2	3	3	False	29341	fragment	False	ISR0186_000000010230	1.0		0	0	False	False	0.9996342062950134	0					non-mobilizable	no_good_hit								True	False
ISR0100_000000006592	2090	0.7181491801281179	3	2	2	1	2	False	101701	fragment	False	ISR0100_000000006592	0.7316377449047007		0	0	False	False	0.9956938028335571	0					non-mobilizable	no_good_hit	1315.0	83.954	63.0	0.022490843750537337	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0156_000000018013	1194	0.7181444618549363	2	1	1	1	1	False	73671	fragment	False	SPA0156_000000018013	0.9798068481123793		0	0	False	False	0.999162495136261	0					non-mobilizable	no_good_hit	163.0	75.46	14.0	3.640140842920408e-05	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
CHI0087_000000007114	1516	0.7181348773446866	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.19817140992893725		0	0	False	False	0.9755936861038208	0					non-mobilizable	other	776.0	85.18	93.0	0.0002555815525882279	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	True
SPA0082_000000002441	6364	0.7181316121379171	8	4	3	2	4	False	10103	fragment	False	SPA0082_000000002441	0.9999212970250275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3847.0	99.792	78.0	0.000694343268796961	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0081_000000002002	6353	0.7181316121379171	8	4	3	2	4	False	10103	fragment	False	SPA0082_000000002441	0.9990571967316153		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3847.0	99.792	78.0	0.000694343268796961	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0032_000000007545	4202	0.7181301628563921	6	6	4	6	2	False	36968	maximal	True	ISR0032_000000007545	1.0		1	1	False	False	0.9990480542182922	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00016830766641420518	NZ_SETF01000006.1	firmicutes	Sporanaerobacter acetigenes strain F-12 NODE_6_length_166362_cov_977.46, whole genome shotgun sequence	True	False
SPA0127_000000000352	38938	0.718127742763131	28	17	12	16	9	True	119255	fragment	False	SPA0127_000000000352	0.9890207485970242		0	0	False	False	0.9999486207962036	0					non-mobilizable	no_good_hit	541.0	79.852	1.0	0.00023963832017553842	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0198_000000012511	2645	0.7181268190784142	3	2	2	2	2	False	79113	maximal	True	ISR0198_000000012511	1.0		7	4	True	True	0.9965973496437073	1					non-mobilizable	no_good_hit	1081.0	83.904	41.0	0.00034713683025073465	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MAD0041_000000019192	1837	0.7181202961891021	3	3	3	3	3	False	19410	maximal	True	MAD0041_000000019192	1.0		10	2	False	False	0.9989112615585327	0					non-mobilizable	no_good_hit	1122.0	79.234	61.0	0.0028228197262251554	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
DEN0052_000000003393	8828	0.7181001182460082	6	6	4	5	4	True	105295	maximal	True	DEN0052_000000003393	0.9947002507408251		1	1	False	False	0.9995468854904175	0					non-mobilizable	no_good_hit	2126.0	71.96600000000001	24.0	0.0012398010408892057	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0020_000000009227	4002	0.7180958377166755	5	5	5	4	3	True	108573	maximal	True	CAN0020_000000009227	1.0		54	8	False	False	0.9982509016990662	0					non-mobilizable	other	4014.0	94.89299999999999	100.0	0.008140801583936675	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
FIJ0157_000000001985	9852	0.7180940058116423	10	3	1	3	1	False	39618	fragment	False	FIJ0157_000000001985	1.0		0	0	False	False	0.9970564246177673	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.350932060028183e-07	HE601626.2	flatworms	Schistosoma mansoni strain Puerto Rico genome assembly, chromosome: 3	True	False
CHI0040_000000000762	14946	0.7180893652850957	19	8	0	7	3	False	87726	maximal	True	CHI0040_000000000762	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0548778724910511e-05	NC_017094.1	bacteria	Leptospirillum ferrooxidans C2-3, complete genome	True	False
ENG0186_000000001413	14303	0.7180893652850957	18	8	0	7	3	False	73366	maximal	True	ENG0186_000000001413	0.9645561632309634		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.09812955291292e-05	NZ_DF977001.1	firmicutes	Tepidanaerobacter syntrophicus strain JL, whole genome shotgun sequence	True	False
ENG0209_000000001444	14262	0.7180893652850957	18	8	0	7	3	False	73366	maximal	False	ENG0186_000000001413	0.962909879046354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.09812955291292e-05	NZ_DF977001.1	firmicutes	Tepidanaerobacter syntrophicus strain JL, whole genome shotgun sequence	True	False
MON0059_000000016999	2304	0.7180842111850512	3	2	2	2	1	False	10940	maximal	True	MON0059_000000016999	1.0		3	2	False	False	0.9986979365348816	0					non-mobilizable	no_good_hit	99.0	97.98	4.0	2.9297888070707163e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0074_000000005629	5551	0.7180825669550955	8	4	4	4	4	False	113606	fragment	False	FIJ0074_000000005629	0.9893942289317791		0	0	False	False	1.0	0					non-mobilizable	other	3739.0	97.459	90.0	0.0009164749988415345	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0042_000000004422	5233	0.7180825669550955	8	4	4	4	4	False	113606	fragment	False	FIJ0074_000000005629	0.9613583138173302		0	0	False	False	1.0	0					non-mobilizable	other	3710.0	96.604	90.0	0.000909364839674492	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0167_000000000130	45203	0.7180798628094519	51	16	10	14	6	True	74403	maximal	False	FIJ0112_000000000192	0.6066521950031135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	0.0	2.2776120822996387e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
DEN0011_000000021791	2062	0.7180796470060713	2	2	2	2	2	False	75693	maximal	True	DEN0011_000000021791	1.0		1	1	False	False	0.9995150566101074	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	4.0	0.0004175781416823654	NZ_SMOD01000015.1	b-proteobacteria	Paraburkholderia guartelaensis strain CNPSo 3008 scaffold15.1, whole genome shotgun sequence	True	False
MON0090_000000006787	7428	0.7180788206700233	6	5	4	4	3	True	53134	fragment	False	SPA0008_000000003085	0.9690521427063542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4168.0	92.514	59.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0048_000000004362	7199	0.7180788206700233	6	5	4	4	3	True	53134	fragment	False	SPA0008_000000003085	0.9587757111859808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4168.0	92.514	61.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0134_000000003094	5355	0.7180786039376071	7	5	4	3	4	True	128128	backbone	False	FIJ0153_000000005168	0.995092880146561	PS1029	0	0	True	True	1.0	6		MOBV			mobilizable	no_good_hit	2908.0	92.95	66.0	0.44041843541540326	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0118_000000004403	3274	0.7180769524645324	6	5	4	5	3	False	72054	maximal	True	ISR0118_000000004403	1.0		0	0	False	False	0.9905314445495605	0					non-mobilizable	no_good_hit	312.0	78.52600000000001	10.0	0.00016737208493618737	CP032056.1	CFB group bacteria	Prevotella denticola strain KCOM 1525 chromosome 1, complete sequence	True	False
ISR0221_000000014428	1552	0.7180761651444937	3	2	2	2	2	False	27946	maximal	True	ISR0221_000000014428	1.0		3	2	False	False	0.9606958627700806	0					non-mobilizable	chromosome	1550.0	99.419	99.0	0.0007689619361359489	CP060489.1	firmicutes	Streptococcus sp. NSJ-72 chromosome	False	False
ISR0114_000000009220	2995	0.7180677422979859	4	4	4	4	4	False	129959	maximal	True	ISR0114_000000009220	1.0		41	6	False	False	0.9989983439445496	0					non-mobilizable	other	2985.0	97.822	99.0	0.09464602892666836	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
USA0066_01_000000007196	2863	0.7180623022538969	3	3	3	3	2	False	115354	maximal	True	USA0066_01_000000007196	1.0		3	3	False	False	0.9986028671264648	0					non-mobilizable	no_good_hit	867.0	73.241	30.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MON0048_000000004519	7023	0.7180494553057634	7	5	3	4	4	False	126158	fragment	False	MON0048_000000004519	1.0		0	0	False	False	0.9953011274337769	0					non-mobilizable	no_good_hit	1608.0	73.445	22.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MON0103_000000035276	1594	0.7180492628871201	3	2	2	1	1	False	125902	fragment	False	MON0103_000000035276	1.0		0	0	False	False	0.999372661113739	0					non-mobilizable	no_good_hit	1429.0	91.67200000000001	89.0	0.004118228318995582	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
MON0018_000000020299	1104	0.7180456249787432	2	2	2	2	2	False	13249	fragment	False	SPA0145_000000030583	0.9681133746678476		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	100.0	100.0	0.03975347797880776	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ISR0216_000000004726	4129	0.7180455238096608	6	4	2	4	4	False	118642	fragment	False	ENG0003_000000005384	0.8535419704332594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1490.0	98.926	84.0	0.00033072793462737024	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0138_000000000569	32360	0.7180379903088212	18	12	9	11	5	True	102040	maximal	True	ISR0138_000000000569	1.0		1	1	False	False	0.9999691247940063	0					non-mobilizable	no_good_hit	945.0	98.307	3.0	0.9989384288747346	GQ883038.1		Uncultured organism clone VC1D785TF genomic sequence	True	True
ENG0097_000000001071	21608	0.7180375253708061	27	24	8	12	23	True	123801	fragment	False	ISR0166_000000000456	0.8573339823354493		0	0	False	False	1.0	0					non-mobilizable	other	21612.0	99.796	100.0	0.013857957697030713	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CHI0153_000000012530	1163	0.7180272835378444	2	1	1	1	1	False	88634	fragment	False	FIJ0149_000000024727	0.7712770838943992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0061_000000004134	4590	0.7180223508341754	7	5	4	5	3	False	6206	fragment	False	SPA0061_000000004134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0120_000000008501	2709	0.7180163316779777	3	1	1	1	1	False	53631	maximal	True	FIJ0120_000000008501	1.0		2	1	False	False	0.9970468878746033	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	2.0	0.004039284017107556	NZ_FRAF01000036.1	firmicutes	Alicyclobacillus montanus strain USBA-GBX-503, whole genome shotgun sequence	True	False
FIJ0057_000000005989	4737	0.7180160720682276	4	4	3	4	3	False	46167	maximal	True	FIJ0057_000000005989	1.0		3	1	False	False	0.9993667006492615	0					non-mobilizable	no_good_hit	1488.0	97.51299999999999	54.0	0.00047928734130254635	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0319_000000000843	11604	0.7180148116677559	12	5	4	2	1	True	132160	fragment	False	SPA0132_000000001387	0.0894928236829427		0	0	False	False	0.9998276233673096	0					non-mobilizable	no_good_hit	208.0	79.808	2.0	4.56229964828008e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
FIJ0067_000000003899	7956	0.718010570565833	7	4	4	3	2	False	76459	fragment	False	FIJ0067_000000003899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	0.31092436974789917	XR_004406024.1	birds	PREDICTED: Tyto alba alba uncharacterized LOC116959735 (LOC116959735), transcript variant X3, ncRNA	True	False
MON0041_000000058978	1197	0.7180070163471218	2	2	2	2	2	False	11755	maximal	True	MON0041_000000058978	1.0		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	73.03	27.0	8.888793488009348e-05	CP033969.1	b-proteobacteria	Cupriavidus pauculus strain FDAARGOS_614 chromosome 1, complete sequence	True	False
ISR0817_000000006673	1845	0.7180064223103116	1	1	1	1	1	False	81061	maximal	True	ISR0817_000000006673	1.0		5	4	False	False	0.9566395878791809	0					non-mobilizable	no_good_hit	518.0	74.903	28.0	0.0020323907291102112	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
CHI0130_000000013392	1274	0.7180064223103116	2	1	1	1	1	False	81053	fragment	False	CHI0130_000000013392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	4.0	1.5737790425465544e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0061_000000039744	1189	0.7180064223103116	1	1	1	1	1	False	74959	fragment	False	MON0087_000000043461	0.5044738062627361		0	0	False	False	0.9957947731018066	0					non-mobilizable	no_good_hit	431.0	75.406	36.0	0.0016896738610641757	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0058_000000004688	4842	0.7180037356641178	6	5	4	5	4	False	35529	maximal	True	ISR0058_000000004688	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	4070.0	83.80799999999999	83.0	0.08681602757432141	NZ_QRYH01000020.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf20, whole genome shotgun sequence	True	False
USA0017_01_000000012674	2178	0.7179969684135609	3	3	3	3	1	False	125444	fragment	False	USA0017_01_000000012674	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	90.348	96.0	0.00038477552850009407	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0376_000000005638	3776	0.7179892236539028	4	2	1	2	2	False	79041	fragment	False	ENG0102_000000006340	0.9431624969638086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	77.166	23.0	0.0015076206985239536	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0046_000000014494	2275	0.717986575240468	3	3	2	3	1	False	113085	fragment	False	ISR0046_000000014494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2006.0	96.61	88.0	0.0022289072119955735	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
FIJ0011_000000021438	2075	0.717986575240468	3	3	2	3	1	False	113086	fragment	False	MAD0041_000000016462	0.9520383693045564		0	0	False	False	0.9990361332893372	0					non-mobilizable	other	2074.0	98.12	99.0	0.002306841030596817	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
USA0061_01_000000005281	2064	0.7179777442285125	3	3	2	3	1	False	71827	fragment	False	USA0061_01_000000005281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	80.524	26.0	0.00015888537663263062	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ENG0145_000000014117	2192	0.7179775690940796	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.31040271625837473		0	0	False	False	0.9995437860488892	0					non-mobilizable	no_good_hit	1302.0	84.869	78.0	0.0003621252248601903	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0154_000000006330	3686	0.7179764182881174	5	1	1	1	1	False	30635	maximal	True	ISR0154_000000006330	1.0		2	1	False	False	0.9934888482093811	0					non-mobilizable	no_good_hit	88.0	97.727	2.0	0.00018503118945279685	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	True	False
CHI0174_000000007181	2100	0.7179736165391206	3	2	1	2	2	True	119981	maximal	False	ISR0101_000000009643	0.6179809072993293	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	2102.0	95.243	100.0	0.0006765461529213482	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0393_000000001945	7804	0.7179734335494183	10	5	3	4	4	True	71107	fragment	False	ISR0393_000000001945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1166.0	97.77	52.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0017_000000008896	3411	0.7179713658541396	5	4	3	2	1	True	75242	maximal	True	DEN0017_000000008896	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	96.23299999999999	53.0	0.002658644091513328	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0037_000000004112	5753	0.7179706130374595	5	5	4	5	5	False	131413	fragment	False	ISR0058_000000003113	0.5940709186376915		0	0	False	False	0.9972188472747803	0					non-mobilizable	no_good_hit	797.0	74.529	14.0	0.00032978140925746534	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
MON0089_000000018061	1553	0.717960464816592	2	2	2	2	2	False	9599	fragment	False	MON0089_000000018061	1.0		0	0	False	False	0.9871217012405396	0					non-mobilizable	no_good_hit	927.0	83.495	59.0	0.002937725933061816	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
DEN0079_000000027179	2143	0.7179574593599359	1	1	1	1	1	False	103873	fragment	False	DEN0079_000000027179	0.9681050656660413		0	0	False	False	1.0	0					non-mobilizable	other	2002.0	98.70100000000001	93.0	0.010460437151035316	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0037_000000016356	2132	0.7179574593599359	1	1	1	1	1	False	103873	fragment	False	DEN0079_000000027179	0.9657022865142324		0	0	False	False	1.0	0					non-mobilizable	other	2037.0	98.38	95.0	0.010638353540797799	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0785_000000024065	1578	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.8765507491435715		0	0	False	False	1.0	0					non-mobilizable	plasmid	1578.0	99.303	100.0	0.0025161788545243354	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
ISR0010_000000014084	1549	0.7179574593599359	2	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.9359607121069166		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	99.354	100.0	0.024734361268674603	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0145_000000022566	1542	0.7179574593599359	2	1	1	1	1	False	109805	fragment	False	FIJ0111_000000013033	0.9461586901763224		0	0	False	False	0.9980545043945312	0					non-mobilizable	chromosome	1334.0	97.90100000000001	99.0	0.00042965032007820733	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0096_000000026008	1446	0.7179574593599359	2	1	1	1	1	False	43804	fragment	False	FIJ0096_000000026008	0.9744218640504555		0	0	False	False	0.9896265268325806	0					non-mobilizable	other	1311.0	73.532	90.0	0.004583876083139832	NZ_DS544183.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0312_000000013261	1407	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.797864203214793		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	99.574	100.0	0.022465446992090757	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0064_000000031076	1386	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7499936596416336		0	0	False	False	0.9992784857749939	0					non-mobilizable	other	1386.0	99.42299999999999	100.0	0.0619825464309689	NZ_WNAJ01000040.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold40_size22345, whole genome shotgun sequence	False	False
ENG0016_000000016213	1383	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7763984405360481		0	0	False	False	1.0	0					non-mobilizable	plasmid	1383.0	99.63799999999999	100.0	0.0022050470367486565	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
ISR0049_000000021925	1341	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7185365352191851		0	0	False	False	1.0	0					non-mobilizable	plasmid	1341.0	99.77600000000001	100.0	0.002138034029843126	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
ISR0039_000000027958	1340	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7209161136842615		0	0	False	False	1.0	0					non-mobilizable	chromosome	1340.0	99.70100000000001	100.0	0.0003727598566308244	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0038_000000020116	1340	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7173095653485205		0	0	False	False	1.0	0					non-mobilizable	chromosome	1340.0	98.881	100.0	0.0002979960599535135	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0052_000000024883	1340	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7200502262218542		0	0	False	False	1.0	0					non-mobilizable	chromosome	1340.0	99.478	100.0	0.0002979960599535135	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0082_000000025090	1340	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7188739960546378		0	0	False	False	0.9992537498474121	0					non-mobilizable	plasmid	1340.0	99.552	100.0	0.002136438482059661	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
DEN0071_000000032772	1340	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7203476043721004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1340.0	99.478	100.0	0.0002979960599535135	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0035_000000026479	1340	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.7211087336646931		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	99.25399999999999	100.0	0.05992392034012083	NZ_WNAJ01000040.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold40_size22345, whole genome shotgun sequence	False	False
ISR0208_000000020894	1334	0.7179574593599359	1	1	1	1	1	False	28500	fragment	False	ISR0208_000000020894	1.0		0	0	False	False	0.9662668704986572	0					non-mobilizable	chromosome	1326.0	82.12700000000001	99.0	0.0004607986525996433	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0085_000000020398	1329	0.7179574593599359	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.6935028723927492		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	99.699	100.0	0.0005252372961195327	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
MON0038_000000026448	1315	0.7179574593599359	1	1	1	1	1	False	52721	fragment	False	MON0066_000000024692	0.6656292830307539		0	0	False	False	1.0	0					non-mobilizable	chromosome	1315.0	94.75299999999999	100.0	0.00036776322989036234	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0320_000000001360	10121	0.7179500668643083	8	4	3	4	4	False	25073	maximal	True	ISR0320_000000001360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	93.22200000000001	25.0	0.00023741380078421247	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0165_000000011685	1367	0.7179433159217357	2	2	2	1	1	False	39045	maximal	True	FIJ0165_000000011685	1.0		73	10	False	False	0.9956108331680298	0					non-mobilizable	other	1378.0	93.759	100.0	0.00042838236968558536	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0102_000000024984	1797	0.7179323360989699	4	2	2	2	1	False	8947	fragment	False	MON0102_000000024984	1.0		0	0	False	False	0.9966611266136169	0					non-mobilizable	other	1797.0	99.944	100.0	0.0038216099702314456	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0146_000000037553	1154	0.7179260385097781	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19500390648418478		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	98.787	100.0	0.00040189171440800967	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0141_000000026563	1146	0.7179260385097781	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19230824316727624		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	98.866	100.0	0.00039910322029242936	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0138_000000002768	9774	0.7179240744466552	12	8	8	8	8	False	103976	maximal	True	ISR0138_000000002768	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	7870.0	97.954	81.0	0.0038614112604209764	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0089_000000009498	2223	0.7179228338958892	4	2	1	1	2	False	96447	maximal	True	ENG0089_000000009498	1.0		67	11	False	False	0.9977507591247559	0					non-mobilizable	other	2226.0	99.236	100.0	0.001331785867986202	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
SPA0001_000000001886	15937	0.7179213141830855	22	8	2	8	1	False	8458	maximal	False	SPA0093_000000002129	0.9324812967581046		0	0	False	False	0.9998745322227478	0					non-mobilizable	no_good_hit	81.0	86.42	1.0	1.8367715948282236e-05	CP049867.1	high GC Gram+	Nocardioides sp. HDW12B chromosome, complete genome	True	False
SPA0090_000000008642	3824	0.7179094743951263	2	2	2	2	1	False	117173	fragment	False	DEN0063_000000010478	0.7372905254710045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2567.0	97.935	89.0	0.00390832453286289	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0104_000000010623	3365	0.7179069190036472	3	2	2	2	2	False	68604	fragment	False	SPA0104_000000010623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0017713920188948482	NZ_PUEC01000039.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq39, whole genome shotgun sequence	True	False
MON0046_000000001851	11616	0.7178993476761428	25	3	3	3	1	True	20087	maximal	True	MON0046_000000001851	1.0		1	1	False	False	0.9987086653709412	0					non-mobilizable	no_good_hit	321.0	86.916	3.0	0.003001087894361706	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
ISR0009_000000028850	1184	0.7178982037533301	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.09724457791866956		0	0	False	False	0.9839527010917664	0					non-mobilizable	chromosome	1183.0	89.096	99.0	0.00037224836436085967	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0025_000000036215	1100	0.7178982037533301	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.05501984189476199		0	0	False	False	0.9863636493682861	0					non-mobilizable	chromosome	1100.0	88.90899999999999	100.0	0.00034640216124689647	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0033_000000000370	41980	0.7178970502834132	48	17	10	16	8	True	122326	fragment	False	FIJ0033_000000000370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	82.12	5.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0098_000000007000	2515	0.7178921058527623	4	2	1	1	2	True	120389	fragment	False	ISR0098_000000007000	0.9943181818181819		0	0	False	False	0.9988071322441101	0					non-mobilizable	no_good_hit	109.0	78.899	4.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
SPA0005_000000023306	1216	0.717891862267473	2	2	2	2	2	False	8282	maximal	True	SPA0005_000000023306	0.9955908289241622		28	7	False	False	0.9893091917037964	0					non-mobilizable	no_good_hit	511.0	76.908	75.0	0.0001419211458010732	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
TAN0010_000000009318	1697	0.7178894732157378	1	1	1	1	1	False	48506	maximal	True	TAN0010_000000009318	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	82.54	4.0	1.7579162228164484e-05	NC_013851.1	g-proteobacteria	Allochromatium vinosum DSM 180, complete sequence	True	False
ISR0151_000000009960	1981	0.7178851501060602	4	3	2	3	1	True	70088	maximal	True	ISR0151_000000009960	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1507.0	100.0	76.0	0.0059194855629014125	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0145_000000005745	2436	0.7178835213880225	5	5	5	4	3	False	85423	fragment	False	FIJ0144_000000011212	0.679940666520686		0	0	False	False	0.9983579516410828	0					non-mobilizable	chromosome	2436.0	99.87700000000001	100.0	0.0004727996515845196	CP030070.1	enterobacteria	Klebsiella pneumoniae strain IA565 chromosome, complete genome	False	False
ISR0371_000000014757	1412	0.7178785472509003	1	1	1	1	1	False	23479	fragment	False	ISR0371_000000014757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	84.956	8.0	6.277847343113201e-05	NZ_UATB01000009.1	high GC Gram+	Mycolicibacterium chubuense strain NCTC10819, whole genome shotgun sequence	True	False
MON0011_000000011021	4210	0.7178750896084359	7	6	2	2	6	False	58035	fragment	False	MON0011_000000011021	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4160.0	97.524	99.0	0.04810382253589794	CP023387.1	enterobacteria	Escherichia coli strain 1190 plasmid p86, complete sequence	False	True
CAN0022_000000018251	1755	0.7178701236316758	2	1	1	1	1	False	91423	fragment	False	CAN0022_000000018251	1.0		0	0	False	False	0.9925925731658936	0					non-mobilizable	no_good_hit								True	False
CAN0021_000000033586	1300	0.7178701236316758	2	1	1	1	1	False	91422	fragment	False	CAN0021_000000033586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0002_000000013305	1413	0.7178646045027218	3	3	3	3	2	False	8395	fragment	False	SPA0002_000000013305	1.0		0	0	False	False	0.9688605666160583	0					non-mobilizable	no_good_hit	1024.0	74.609	71.0	0.00018125861723144792	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0818_000000007799	2283	0.7178643475955385	3	3	3	1	1	False	82264	maximal	True	ISR0818_000000007799	1.0		25	5	False	False	0.9969338774681091	0					non-mobilizable	chromosome	1447.0	99.516	100.0	0.0005732233347089107	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0033_000000038810	1548	0.7178602598780469	2	2	2	2	1	False	12291	maximal	True	MON0033_000000038810	1.0		13	6	False	False	0.9851421117782593	0					non-mobilizable	other	1548.0	100.0	100.0	0.013294032723772858	NZ_MCGI01000009.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000009, whole genome shotgun sequence	False	False
FIJ0008_000000005704	4933	0.7178573667656384	4	2	1	2	1	False	51454	fragment	False	FIJ0008_000000005704	1.0		0	0	False	False	0.9957429766654968	0					non-mobilizable	no_good_hit	1541.0	98.897	33.0	0.2520458265139116	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	False
ENG0150_000000006388	2587	0.7178472232896748	3	3	3	3	3	False	122159	fragment	False	USA0111_01_000000009483	0.9601040753001536		0	0	False	False	0.9992269277572632	0					non-mobilizable	other	1101.0	92.098	100.0	0.00033127920150870574	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0124_000000003924	7097	0.7178464651211839	9	7	4	7	7	False	85591	maximal	True	SPA0124_000000003924	1.0		2	2	False	False	0.9966182708740234	0					non-mobilizable	no_good_hit	1446.0	98.54799999999999	46.0	0.0003993313005759479	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0051_000000019185	1844	0.7178418797292008	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.8150204066910577		0	0	False	False	0.963123619556427	0					non-mobilizable	other	1862.0	82.009	100.0	0.000551577586637293	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0001_000000002979	6519	0.7178314653932568	9	4	1	3	3	False	64390	fragment	False	FIJ0001_000000002979	1.0		0	0	False	False	0.9995397925376892	0					non-mobilizable	no_good_hit								True	False
ENG0073_000000011015	2275	0.7178208344460684	3	2	2	2	2	False	92166	fragment	False	CHI0168_000000007193	0.9715111929876061		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	99.042	100.0	0.00031429101389452514	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0112_000000002005	11303	0.7178203572192537	10	10	6	5	8	True	123523	maximal	True	ENG0112_000000002005	1.0		1	1	False	False	0.9994691610336304	0					non-mobilizable	no_good_hit	7838.0	99.541	89.0	0.0015336618922299683	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
MAD0027_000000005698	2067	0.7178185679312813	2	2	1	2	1	True	19051	maximal	True	MAD0027_000000005698	1.0		1	1	False	False	0.9883889555931091	0					non-mobilizable	no_good_hit	81.0	97.531	4.0	7.159169822667364e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
MON0104_000000003930	8366	0.7178155454512425	7	6	5	5	5	False	93681	maximal	True	MON0104_000000003930	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3305.0	78.85	61.0	0.0015915806707607048	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0075_000000001529	8056	0.717799466751019	8	8	8	8	6	False	118747	fragment	False	SPA0075_000000001529	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8058.0	97.90299999999999	100.0	0.04552672773818741	NZ_CP011404.1	firmicutes	Lactobacillus salivarius str. Ren plasmid pR1, complete sequence	False	True
USA0048_01_000000009902	1608	0.7177954295115626	2	2	2	2	2	False	95175	fragment	False	USA0048_01_000000009902	1.0		0	0	False	False	0.9987562298774719	0					non-mobilizable	other	1608.0	99.751	100.0	0.006461782197327629	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	False	False
USA0003_01_000000005303	7224	0.7177829166175893	8	4	4	4	3	False	130476	fragment	False	ISR0176_000000004000	0.9809925276330294		0	0	False	False	1.0	0					non-mobilizable	other	7004.0	99.001	97.0	0.011172952582767931	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0335_000000006558	2686	0.7177790412642742	5	5	5	5	5	False	24484	maximal	True	ISR0335_000000006558	1.0		233	10	False	False	0.9992554187774658	0					non-mobilizable	other	2686.0	99.44200000000001	100.0	0.0009740029815676654	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0081_000000033294	1603	0.7177751639518104	1	1	1	1	1	False	9974	fragment	False	MON0081_000000033294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1334.0	74.96300000000001	82.0	0.0730471577306386	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	True	False
MON0030_000000008576	3890	0.7177692374347746	4	4	4	4	4	False	87656	maximal	False	FIJ0142_000000007595	0.9559145790316493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1099.0	73.612	28.0	0.00028530760498596735	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MON0078_000000019460	2289	0.7177653791862165	3	2	0	2	0	True	61901	fragment	False	MON0078_000000019460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0130_000000022372	1279	0.7177650702248756	3	2	2	1	1	False	58411	fragment	False	ENG0130_000000022372	0.9599240696335835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0086_000000025781	1177	0.7177605883029144	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.02699484518755554		0	0	False	False	1.0	0					non-mobilizable	chromosome	1091.0	100.0	93.0	0.0003668876182833901	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0102_000000016938	1991	0.7177602755247666	4	3	3	2	3	False	4905	maximal	True	SPA0102_000000016938	1.0		9	3	False	False	0.9924660921096802	0					non-mobilizable	no_good_hit	481.0	75.676	24.0	0.007555186403859055	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
MON0025_000000009545	3537	0.7177580482244972	4	4	4	4	4	False	81470	fragment	False	MON0013_000000013339	0.921530298799218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	80.197	81.0	0.0004759441213327647	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0130_000000001553	13219	0.7177495123527045	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.938923428518113		0	0	False	False	1.0	0					non-mobilizable	chromosome	10050.0	98.647	98.0	0.002679308106827674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0092_000000001615	12670	0.7177495123527045	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9004525848512703		0	0	False	False	1.0	0					non-mobilizable	chromosome	9969.0	98.656	98.0	0.0026577007833855156	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0097_000000001318	14153	0.7177474648620334	16	15	9	8	12	True	132509	maximal	True	SPA0097_000000001318	1.0	PS1165|PS799|PS800	2	1	False	True	1.0	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	6874.0	99.404	61.0	0.7675433687744824	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0221_000000016965	1311	0.7177464191302851	3	2	2	1	1	False	27933	fragment	False	ISR0221_000000016965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0016_000000008323	3181	0.7177448817159022	6	6	3	4	5	False	123463	maximal	True	AST0016_000000008323	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2574.0	91.14200000000001	88.0	0.2405182125422456	NZ_AYZM01000004.1	firmicutes	Lactobacillus similis DSM 23365 = JCM 2765 strain DSM 23365 NODE_9, whole genome shotgun sequence	True	False
ENG0175_000000001448	14676	0.7177412091826846	17	5	4	4	2	False	101718	fragment	False	ENG0175_000000001448	1.0		0	0	False	False	0.9978877305984497	0					non-mobilizable	no_good_hit	7832.0	97.331	57.0	0.27858820180744326	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	False
ENG0193_000000007515	2745	0.7177410209106271	4	3	3	3	3	False	65953	fragment	False	ENG0193_000000007515	1.0		0	0	False	False	0.9985427856445312	0					non-mobilizable	no_good_hit	1698.0	86.042	79.0	0.0006281131880753528	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
DEN0052_000000001175	19531	0.7177401177846037	18	4	3	4	1	False	72370	maximal	True	DEN0052_000000001175	1.0		1	1	False	False	0.9995903968811035	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	9.955145845997628e-06	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0026_000000026571	1789	0.7177373015738653	3	3	2	3	2	False	114449	maximal	True	MON0026_000000026571	1.0		3	1	False	False	0.9949692487716675	0					non-mobilizable	chromosome	1769.0	77.84100000000001	98.0	0.0007726767376616771	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0031_000000001881	7755	0.71773649333314	8	6	4	6	4	False	37026	maximal	True	ISR0031_000000001881	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	81.179	7.0	0.004752677951230212	NZ_BAKG01000008.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
ISR0122_000000008211	2149	0.7177359250265329	3	2	2	2	2	False	32148	fragment	False	ISR0122_000000008211	1.0		0	0	False	False	0.9967426657676697	0					non-mobilizable	no_good_hit								True	False
MON0105_000000013810	3844	0.7177334243306231	5	2	2	2	1	False	9455	fragment	False	MON0105_000000013810	1.0		0	0	False	False	0.9963579773902893	0					non-mobilizable	no_good_hit								True	False
ISR0842_000000014963	1547	0.7177333756069537	3	1	1	1	1	False	66516	fragment	False	ISR0137_000000013507	0.6545381077972658		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	97.867	100.0	0.0005180183894845297	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0074_000000017037	1797	0.7177309473871177	2	2	2	1	2	False	107331	fragment	False	DEN0082_000000017344	0.2659792734080899		0	0	False	False	0.9961045980453491	0					non-mobilizable	other	1806.0	96.124	100.0	0.00029603067960279735	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
USA0022_01_000000004396	1638	0.7177309473871177	2	2	2	1	2	False	109639	fragment	False	ISR0305_000000011417	0.8716383257351143		0	0	False	False	0.9969474673271179	0					non-mobilizable	other	1638.0	99.634	100.0	0.00668408803233841	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0169_000000014053	2199	0.7177262381142574	3	3	3	3	3	False	102867	fragment	False	MAD0047_000000018435	0.5997901508407009		0	0	False	False	0.9981809854507446	0					non-mobilizable	chromosome	2122.0	97.97399999999999	96.0	0.0005936269487043063	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0178_000000021009	1105	0.7177240033855644	2	2	2	2	2	False	55429	maximal	True	ENG0178_000000021009	1.0		124	8	False	False	0.9647058844566345	0					non-mobilizable	other	1142.0	83.012	100.0	0.00364405858623313	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0281_000000009020	1944	0.7177230050807758	3	3	3	3	2	False	79245	fragment	False	DEN0045_000000018841	0.9342910975035328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	74.51	13.0	4.0678431282857225e-05	NZ_SHKW01000001.1	bacteria	Edaphobacter modestus strain DSM 18101 Ga0242575_11, whole genome shotgun sequence	True	False
CHI0118_000000000608	12063	0.7177193421540733	9	7	4	4	6	True	119320	maximal	False	MON0070_000000000990	0.9719712115153938		0	0	False	False	1.0	0					non-mobilizable	other	12063.0	99.94200000000001	100.0	0.002336153102278456	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0213_000000006798	3529	0.7177107694537121	3	3	3	3	3	False	118704	maximal	True	ISR0213_000000006798	0.9779267202044446		536	13	False	False	0.9869651198387146	0					non-mobilizable	other	3436.0	99.709	97.0	0.0199665190248666	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
MON0102_000000013500	3375	0.7177102904565545	5	4	3	4	3	True	8964	maximal	True	MON0102_000000013500	1.0		26	8	False	False	0.9946666955947876	0					non-mobilizable	no_good_hit	942.0	89.384	28.0	0.0002775083482033778	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0146_000000021540	1919	0.7177045077081746	3	3	3	3	3	False	31006	maximal	True	ISR0146_000000021540	0.9560257107348143		179	12	False	False	0.998436689376831	0					non-mobilizable	plasmid	1919.0	99.68700000000001	100.0	0.007871301350186728	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
FIJ0034_000000022867	1224	0.7177037468338331	2	2	2	2	2	False	102266	maximal	True	FIJ0034_000000022867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	97.005	44.0	0.0001202437087269718	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0011_01_000000023638	1527	0.7177018665374082	3	2	1	1	2	False	62209	fragment	False	ENG0095_000000017651	0.9218848829854522		0	0	False	False	0.9980353713035583	0					non-mobilizable	chromosome	1473.0	91.17399999999999	95.0	0.00022596658129980107	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0143_000000008252	2335	0.7176996432376452	4	2	2	2	1	True	88321	fragment	False	CHI0143_000000008252	1.0		0	0	False	False	1.0	0	rep_cluster_1085				non-mobilizable	no_good_hit	1342.0	99.404	59.0	0.31670999763649255	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0032_000000006986	3691	0.7176988738252879	5	3	3	3	1	True	7248	maximal	True	SPA0032_000000006986	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	90.706	7.0	0.00018140178227251083	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	True	True
FIJ0072_000000012104	2060	0.7176916116948426	2	2	2	2	1	False	44768	fragment	False	MON0008_000000015063	0.9505059392872854		0	0	False	False	0.9946601986885071	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000016311	3785	0.7176778051401422	5	4	4	4	4	False	111987	fragment	False	ISR0150_000000005807	0.9850206611570248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	2.0	0.0005343976753701121	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0387_000000007301	3281	0.7176778051401422	5	4	4	4	4	False	111984	fragment	False	ISR0387_000000007301	1.0		0	0	False	False	0.9993904232978821	0					non-mobilizable	no_good_hit	53.0	90.566	2.0	9.20454987980982e-06	NZ_KV917369.1	firmicutes	Bacillus abyssalis strain DSM 25875 Scaffold1, whole genome shotgun sequence	True	False
FIJ0101_000000012994	2144	0.7176743945514996	3	3	3	2	2	False	81201	fragment	False	DEN0010_000000020867	0.44098177157185825		0	0	False	False	0.9948694109916687	0					non-mobilizable	no_good_hit	826.0	75.908	38.0	0.0017172091581696225	NZ_FUHN01000006.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
DEN0010_000000003007	11441	0.7176712815486591	9	7	5	7	3	True	117511	fragment	False	DEN0010_000000003007	0.9231201483036166		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1119.0	98.66	10.0	0.0015485686820683226	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	True
CHI0054_000000002456	6154	0.7176708985444066	9	5	3	5	4	True	112160	maximal	True	CHI0054_000000002456	1.0		1	1	False	False	0.9995124936103821	0					non-mobilizable	no_good_hit	90.0	88.889	1.0	0.0003413525318272446	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
USA0018_01_000000018704	1122	0.7176665691188617	1	1	1	1	1	False	12418	fragment	False	MON0031_000000027824	0.9764397905759162		0	0	False	False	0.9955436587333679	0					non-mobilizable	other	1122.0	98.75200000000001	100.0	0.00029595804735275955	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
ISR0196_000000005620	3246	0.7176624891077142	5	3	2	3	2	True	28991	maximal	True	ISR0196_000000005620	1.0		4	2	False	False	0.9947627782821655	0					non-mobilizable	no_good_hit	929.0	100.0	59.0	0.0003152802545888056	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MAD0041_000000018128	1925	0.7176583623742169	4	2	2	1	1	False	18249	maximal	True	MAD0041_000000018128	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000006249	4719	0.7176535026955567	5	5	4	5	4	False	51785	fragment	False	FIJ0006_000000006862	0.959665775600028		0	0	False	False	0.9997881054878235	0					non-mobilizable	no_good_hit	97.0	92.78399999999999	2.0	3.740950115599255e-05	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
TAN0017_000000015186	2370	0.7176450673922514	2	2	2	1	1	False	2473	maximal	True	TAN0017_000000015186	1.0		1	1	False	False	0.9907172918319702	0					non-mobilizable	no_good_hit	978.0	81.697	41.0	0.00031382192663512154	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
DEN0011_000000024248	1874	0.7176448299546528	2	2	2	2	1	True	75657	fragment	False	DEN0011_000000024248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	76.054	79.0	0.0004776757497043535	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0042_000000005973	4225	0.7176426268777037	2	2	2	2	2	False	36380	fragment	False	ISR0042_000000005973	1.0		0	0	False	False	0.9995266199111938	0					non-mobilizable	no_good_hit	203.0	99.015	5.0	0.000599703710740931	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
USA0145_01_000000018439	1270	0.7176335433906781	2	2	2	2	2	False	4	maximal	True	USA0145_01_000000018439	1.0		18	8	False	False	0.9984251856803894	0					non-mobilizable	no_good_hit	447.0	74.72	35.0	0.0019798698302776743	NZ_QRCT01000016.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.16, whole genome shotgun sequence	True	False
MON0104_000000012309	3540	0.7176288243543386	4	4	4	3	3	False	8823	maximal	True	MON0104_000000012309	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2326.0	73.087	64.0	0.0006872537616753331	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0080_000000024366	2166	0.7176219852645237	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.46787049344107356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	79.116	78.0	0.00029319488548392803	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0160_000000014875	1325	0.7176206898115175	3	2	2	1	2	False	39311	maximal	True	FIJ0160_000000014875	1.0		3	2	False	False	0.9713207483291626	0					non-mobilizable	no_good_hit	761.0	96.846	57.0	0.015460666842972516	NZ_WEHX01000009.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_9_length_49157_cov_151.996209, whole genome shotgun sequence	True	False
ISR0130_000000023269	1366	0.717616803381778	3	2	2	2	2	False	43603	fragment	False	ISR0130_000000023269	1.0		0	0	False	False	0.9890190362930298	0					non-mobilizable	no_good_hit	217.0	73.733	15.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
FIJ0150_000000020311	1240	0.7176135980979821	2	2	2	2	1	False	75565	fragment	False	DEN0011_000000038458	0.5554435515089577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	75.381	31.0	3.9155056260222264e-05	CP053452.2	bacteria	Frigoriglobus tundricola strain PL17 chromosome, complete genome	True	False
ISR0255_000000017122	1878	0.7176133601239515	3	1	1	1	1	False	122092	maximal	True	ISR0255_000000017122	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1451.0	73.329	76.0	0.0004223339429434543	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0310_000000003920	3962	0.7176043792297188	3	2	2	2	1	False	117020	fragment	False	ENG0057_000000005286	0.9498792270531401		0	0	False	False	0.9994952082633972	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	1.6937675896801822e-05	AP012978.1	g-proteobacteria	Endosymbiont of unidentified scaly snail isolate Monju DNA, complete genome	True	False
ISR0342_000000005668	3096	0.7176001523986139	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.33219683896808405		0	0	False	False	1.0	0					non-mobilizable	chromosome	3113.0	93.8	100.0	0.0010819357168451536	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0162_000000006801	5275	0.7175971259793972	5	3	1	2	0	True	95632	fragment	False	ISR0038_000000004724	0.9469026548672566		0	0	False	False	0.9996208548545837	0					non-mobilizable	no_good_hit								True	True
USA0040_01_000000008302	1816	0.7175965028829565	3	2	2	2	2	False	78773	fragment	False	USA0040_01_000000008302	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	100.0	100.0	0.01811232636116877	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
ISR0057_000000003608	5222	0.7175939997512357	7	2	2	2	1	False	35602	maximal	True	ISR0057_000000003608	0.9898574010845551		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.9666180755952404e-05	NZ_VOHL01000001.1	firmicutes	Streptococcus pharyngis strain CCUG 66496 Scaffold1, whole genome shotgun sequence	True	False
ISR0058_000000004540	4979	0.7175939997512357	7	2	2	2	1	False	35602	maximal	False	ISR0057_000000003608	0.9670624281884335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.9666180755952404e-05	NZ_VOHL01000001.1	firmicutes	Streptococcus pharyngis strain CCUG 66496 Scaffold1, whole genome shotgun sequence	True	False
ENG0053_000000020630	1210	0.7175933998946157	1	1	1	1	1	False	63825	fragment	False	ISR0186_000000026647	0.9664180854556541		0	0	False	False	0.9950413107872009	0					non-mobilizable	other	1210.0	99.421	100.0	0.0002964200838949746	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0020_000000000285	58854	0.7175809507836559	65	38	15	27	22	True	116749	maximal	False	ENG0020_000000000116	0.9473532083574201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2646.0	98.866	6.0	0.0004076955030954801	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
FIJ0063_000000006146	4059	0.7175785932436164	8	6	6	6	6	False	86227	fragment	False	FIJ0165_000000004412	0.9541772082463018		0	0	False	False	0.998768150806427	0					non-mobilizable	other	4025.0	96.596	99.0	0.10944482522275531	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ISR0800_000000002960	3610	0.7175774172592566	5	5	5	5	5	False	43741	maximal	False	MAD0101_000000007474	0.995309050772627		0	0	False	False	0.9994459748268127	0					non-mobilizable	other	3610.0	99.917	100.0	0.02267643510606213	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0054_000000001518	9084	0.7175709215764293	12	10	3	3	9	False	105370	maximal	True	CHI0054_000000001518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4485.0	86.37700000000001	85.0	0.0008879633366345052	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
DEN0083_000000005796	4524	0.7175651304334902	6	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.5693882920071268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3015.0	75.688	66.0	0.0006677950021269668	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0082_000000006488	4241	0.7175651304334902	5	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.5673747512867177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2992.0	75.568	70.0	0.0006623528696817894	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0083_000000008269	4123	0.7175651304334902	5	5	5	4	4	False	124954	fragment	False	ENG0184_000000004383	0.5663872699144293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2891.0	78.727	83.0	0.0068430126690170855	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0068_000000001177	17743	0.7175612357701371	31	9	5	7	4	False	101694	maximal	True	FIJ0068_000000001177	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1124.0	92.883	16.0	0.0003812543812822448	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0827_000000000310	19598	0.7175582440843872	24	11	5	9	7	True	130535	fragment	False	ENG0169_000000000911	0.9598007788967424		0	0	False	False	1.0	0					non-mobilizable	chromosome	9459.0	98.95299999999999	95.0	0.0016784321644628874	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0339_000000000636	16814	0.7175582440843872	23	11	5	9	7	True	130534	fragment	False	ITA0003_000000000288	0.9347579021097637		0	0	False	False	0.9997621178627014	0					non-mobilizable	chromosome	9536.0	98.029	99.0	0.001691942103511731	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
CHI0129_000000015817	1622	0.7175569471730329	2	2	1	2	1	False	81210	fragment	False	CHI0129_000000015817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	88.63600000000001	89.0	0.0005380235518162796	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0191_000000006875	1589	0.7175553447827412	1	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.9759581400910161		0	0	False	False	0.9893014430999756	0					non-mobilizable	other	1589.0	98.238	100.0	0.0004293726589658987	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0012_000000014548	1701	0.7175538652593989	2	2	2	2	1	False	50771	fragment	False	FIJ0012_000000014548	1.0		0	0	False	False	0.9582598209381104	0					non-mobilizable	no_good_hit								True	False
SPA0104_000000030349	1254	0.7175434513768996	2	2	2	2	2	False	75565	fragment	False	DEN0011_000000038458	0.7329997615241477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	77.137	39.0	0.0020231760574384618	NZ_FNCY01000005.1	b-proteobacteria	Propionivibrio dicarboxylicus strain DSM 5885, whole genome shotgun sequence	True	False
MON0103_000000044042	1325	0.7175417683777067	2	2	2	1	1	False	40752	fragment	False	USA0082_01_000000020800	0.9690839743576501		0	0	False	False	0.995471715927124	0					non-mobilizable	chromosome	1325.0	98.868	100.0	0.0004614957761285384	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0112_000000025937	1090	0.7175414304220958	2	2	2	2	1	False	41970	maximal	True	FIJ0112_000000025937	1.0		14	3	False	False	1.0	0					non-mobilizable	other	1090.0	99.90799999999999	100.0	0.00020647461935863562	AP023264.1	enterobacteria	Klebsiella pneumoniae KAM260 DNA, complete genome	False	False
MAD0101_000000011019	2548	0.7175371969145777	2	2	2	2	2	True	15108	maximal	True	MAD0101_000000011019	1.0		12	2	False	False	0.9988226294517517	0					non-mobilizable	chromosome	2529.0	99.249	100.0	0.0007125311626687787	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	True
ENG0052_000000019577	1656	0.7175340155012542	3	3	3	2	1	False	63959	maximal	True	ENG0052_000000019577	1.0		6	3	False	False	0.9758453965187073	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000007942	4040	0.7175301950607034	5	4	1	2	4	True	118263	maximal	True	USA0015_01_000000007942	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1764.0	95.805	69.0	0.00046892993223403593	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
SPA0083_000000014286	1285	0.7175255932380952	3	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.03522779465800099		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	98.288	100.0	0.002684861271712561	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0001_000000012294	3340	0.7175123396601125	2	2	2	2	2	False	76944	maximal	True	DEN0001_000000012294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	75.12	6.0	0.000637570092862084	NZ_CYXL01000006.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ENG0133_000000002603	8747	0.7175093495859639	8	7	4	6	5	False	58276	maximal	True	ENG0133_000000002603	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2605.0	92.93700000000001	30.0	0.00759727992852367	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
FIJ0158_000000003938	4472	0.7175073021977479	6	5	4	4	3	True	120633	fragment	False	FIJ0158_000000003938	0.9997639282341831		0	0	False	False	1.0	0					non-mobilizable	other	2929.0	99.727	91.0	0.5909182643794147	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
FIJ0050_000000007923	3224	0.7175073021977479	5	5	4	4	3	True	120631	fragment	False	FIJ0050_000000007923	1.0		0	0	False	False	0.9984491467475891	0					non-mobilizable	other	2929.0	99.727	91.0	0.5909182643794147	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
CAN0020_000000003378	9807	0.71750325690248	9	7	5	6	5	False	97453	maximal	True	CAN0020_000000003378	1.0		2	2	False	False	0.9941878318786621	0					non-mobilizable	chromosome	7439.0	99.79799999999999	96.0	0.0016828617790821956	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0018_000000000803	8657	0.7174987426165252	9	3	3	3	3	True	39577	maximal	True	MON0018_000000000803	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005250131253281332	NC_025444.1	viruses	Mycobacterium phage RedRock, complete genome	True	True
ENG0071_000000005980	3510	0.7174974797753286	4	3	3	3	3	False	111069	fragment	False	FIJ0095_000000004547	0.11966761538657979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	72.233	14.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0294_000000011195	1705	0.7174896652943733	2	2	2	2	2	False	25759	maximal	True	ISR0294_000000011195	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1704.0	76.643	99.0	0.001472945874265494	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
AST0094_000000003769	5265	0.7174840509269277	7	5	2	3	5	True	123768	fragment	False	AST0094_000000003769	0.9937197163500123		0	0	False	False	1.0	0					non-mobilizable	other	5265.0	99.75299999999999	100.0	0.014288390886059451	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0012_000000001134	5091	0.7174840509269277	6	5	2	3	5	True	123768	fragment	False	AST0094_000000003769	0.9834214487656402		0	0	False	False	1.0	0					non-mobilizable	other	5091.0	99.98	100.0	0.013818628129828306	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0091_000000004326	2865	0.7174787514137537	6	4	2	1	2	False	67162	fragment	False	MON0091_000000004326	1.0		0	0	False	False	0.9919720888137817	0					non-mobilizable	other	2859.0	99.965	99.0	0.001285266119341771	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	False
ISR0354_000000006896	2797	0.7174740817743571	4	4	4	4	4	False	87344	fragment	False	ISR0354_000000006896	0.9863048712528073		0	0	False	False	0.998569905757904	0					non-mobilizable	other	2756.0	98.367	98.0	0.01285308623524137	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0054_000000016941	1613	0.7174735743462788	3	3	3	2	1	False	103245	fragment	False	ENG0086_000000013755	0.6311349339960354		0	0	False	False	0.9944203495979309	0					non-mobilizable	other	1603.0	99.75	99.0	0.002956281359741796	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0084_000000017835	1527	0.7174735743462788	3	3	3	2	1	False	103245	fragment	False	ENG0086_000000013755	0.544544792240348		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	99.738	100.0	0.0028160333052222103	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0125_000000023403	1383	0.7174735743462788	3	3	3	2	1	False	103245	fragment	False	ENG0086_000000013755	0.37256891044502516		0	0	False	False	1.0	0					non-mobilizable	other	1383.0	99.855	100.0	0.002550300149290363	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0126_000000030188	1489	0.7174706834273668	2	2	2	2	2	False	3949	fragment	False	SPA0126_000000030188	1.0		0	0	False	False	0.9811954498291016	0					non-mobilizable	plasmid	1374.0	99.927	92.0	0.013724529094601218	CP057908.1	enterobacteria	Escherichia coli strain RHB10-C12 plasmid pRHB10-C12_3, complete sequence	False	True
FIJ0087_000000027542	1163	0.7174656825107208	2	2	2	1	1	False	43697	fragment	False	FIJ0087_000000027542	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	95.462	100.0	0.07931221965475058	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	False	False
ISR0392_000000010174	3105	0.7174619148751712	4	4	4	2	3	False	71883	maximal	False	ISR0130_000000008965	0.9765000782802487		0	0	False	False	0.9929146766662598	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000005499	4895	0.7174611472090793	8	7	3	5	6	True	64713	fragment	False	ENG0042_000000005499	1.0		0	0	False	False	0.9995914101600647	0					non-mobilizable	plasmid	4895.0	100.0	100.0	0.024314629517383918	KP119165.1	enterobacteria	Escherichia coli strain QT598 plasmid pEC598, complete sequence	False	True
MAD0087_000000021511	1454	0.7174578223952894	2	2	2	2	1	True	35051	maximal	True	MAD0087_000000021511	1.0		105	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0022_000000022165	1533	0.7174431376820984	2	2	2	2	2	False	99114	fragment	False	AUS0022_000000022165	1.0		0	0	False	False	0.9980430603027344	0					non-mobilizable	no_good_hit	122.0	97.541	8.0	0.0009582792156365825	NZ_FWCH01000008.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
MON0045_000000003883	6400	0.7174406196639752	8	6	6	5	4	False	77100	maximal	True	MON0045_000000003883	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1480.0	83.041	40.0	0.0003685961130046931	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0111_000000016168	1277	0.7174367636404047	2	2	2	2	1	False	59717	maximal	True	ENG0111_000000016168	1.0		24	7	False	False	0.952231764793396	0					non-mobilizable	other	920.0	99.78299999999999	100.0	0.00032975163494377	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
MON0012_000000029591	1818	0.7174291972900333	2	2	2	1	1	False	66461	maximal	True	MON0012_000000029591	1.0		82	11	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	72.611	38.0	0.005119952094015495	NZ_MRAE01000004.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_3, whole genome shotgun sequence	True	False
MON0004_000000029490	1540	0.7174263812515227	1	1	1	1	1	False	14200	maximal	True	MON0004_000000029490	1.0		0	0	False	False	0.9311688542366028	0					non-mobilizable	other	1497.0	91.71700000000001	97.0	0.00041432705177977354	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0093_000000020760	1533	0.7174263812515227	1	1	1	1	1	False	76636	maximal	True	DEN0093_000000020760	1.0		33	8	False	False	1.0	0					non-mobilizable	chromosome	1534.0	76.402	99.0	0.00026633552518522065	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	False	False
ISR0134_000000000533	33488	0.7174244886417537	36	21	10	16	11	True	63010	maximal	True	ISR0134_000000000533	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	72.378	4.0	0.0004244071109663184	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MON0044_000000008942	4753	0.7174230934725836	6	5	5	4	4	False	94968	maximal	True	MON0044_000000008942	1.0		43	9	False	False	0.9943193793296814	0					non-mobilizable	no_good_hit	1096.0	75.365	23.0	0.00036877162377754437	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0107_000000010997	2426	0.7174226275229563	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8500956101382053		0	0	False	False	0.9884583950042725	0					non-mobilizable	other	2426.0	99.258	100.0	0.0053351109703081824	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0204_000000006299	1821	0.7174154771969978	2	2	2	2	2	False	54075	fragment	False	ISR0204_000000006299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	70.165	36.0	0.0001658343722244896	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ENG0057_000000012381	1987	0.7174027450377407	2	2	2	2	1	False	66230	maximal	False	MON0009_000000018105	0.9807223035627135		0	0	False	False	0.9984902143478394	0					non-mobilizable	other	1987.0	100.0	100.0	0.0006014301682338879	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0209_000000010501	1756	0.7174014160560719	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.6537396858192438		0	0	False	False	1.0	0					non-mobilizable	virus	1736.0	99.59700000000001	99.0	0.2409053040821994	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ENG0010_000000013064	1649	0.7174014160560719	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.5243503773203454		0	0	False	False	0.9987871646881104	0					non-mobilizable	other	1663.0	76.84899999999999	100.0	0.007861500128877052	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	False
USA0032_01_000000013673	1593	0.7173994877133115	2	1	1	1	1	False	1492	fragment	False	USA0032_01_000000013673	1.0		0	0	False	False	0.9937225580215454	0					non-mobilizable	no_good_hit	744.0	71.90899999999999	46.0	0.0002119034056732716	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0062_000000025045	1432	0.7173991308322109	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.5176746876593267		0	0	False	False	0.9979050159454346	0					non-mobilizable	chromosome	1432.0	99.51100000000001	100.0	0.00025665910200881037	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
FIJ0083_000000012864	2734	0.7173990242279742	3	3	3	3	2	False	110572	fragment	False	FIJ0083_000000012864	1.0		0	0	False	False	0.9989026784896851	0					non-mobilizable	no_good_hit	226.0	81.416	8.0	0.006287366323294131	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
CAN0015_000000026678	1296	0.7173921060696604	3	3	3	1	1	False	93129	maximal	True	CAN0015_000000026678	1.0		2	2	False	False	0.9683641791343689	0					non-mobilizable	no_good_hit								True	False
ISR0043_000000003374	6305	0.7173913146078033	8	5	4	4	4	False	36319	maximal	True	ISR0043_000000003374	1.0		4	2	False	False	0.998572587966919	0					non-mobilizable	no_good_hit	1155.0	99.654	24.0	0.00023032359866851404	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CAN0001_000000011938	3976	0.7173843664374849	4	4	4	4	4	False	97420	maximal	False	FIJ0142_000000007627	0.9514397266959493		0	0	False	False	0.9997484683990479	0					non-mobilizable	other	3976.0	99.698	100.0	0.009806630515767089	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
CAN0012_000000036524	1223	0.7173807448968444	2	2	2	2	1	False	93990	maximal	True	CAN0012_000000036524	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0001_000000015666	1602	0.7173796597602727	3	3	3	3	1	False	126775	fragment	False	ISR0192_000000010959	0.968753895700163		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	212.0	83.491	13.0	5.588835741722335e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
FIJ0004_000000013833	1900	0.7173764224295818	4	2	1	2	1	False	52025	fragment	False	FIJ0004_000000013833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	96.73899999999999	9.0	3.6336788522685934e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0362_000000001671	13346	0.7173756183438119	18	12	5	8	12	False	27324	fragment	False	ISR0362_000000001671	1.0		0	0	False	True	0.9999250769615173	0					non-mobilizable	no_good_hit								True	True
MAD0088_000000001241	10853	0.7173654608904588	15	3	2	3	3	True	17474	maximal	True	MAD0088_000000001241	1.0		3	1	False	False	0.9990785717964172	0					non-mobilizable	no_good_hit								True	True
ISR0355_000000017861	1220	0.7173652421726185	2	1	1	1	1	False	23938	fragment	False	ISR0355_000000017861	1.0		0	0	False	False	0.9991803169250488	0					non-mobilizable	no_good_hit	228.0	95.175	19.0	5.135918578269137e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0117_000000008725	4317	0.7173641490788056	6	4	3	4	1	True	93277	maximal	True	SPA0117_000000008725	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4321.0	98.473	100.0	0.0013622275781505892	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
USA0121_01_000000017451	2651	0.7173627994882569	3	3	3	3	2	False	183	maximal	True	USA0121_01_000000017451	1.0		45	8	False	False	0.9996227622032166	0					non-mobilizable	no_good_hit	1910.0	80.681	89.0	0.0006324603988573302	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0039_000000003154	7431	0.7173622828684729	9	6	4	4	6	True	74246	maximal	True	SPA0039_000000003154	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3842.0	94.925	52.0	0.06332959123027142	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
MAD0043_000000018653	1430	0.7173585614405199	2	2	2	2	2	False	18011	maximal	True	MAD0043_000000018653	1.0		45	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000019345	1714	0.7173573670385112	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.29941307004052115		0	0	False	False	1.0	0					non-mobilizable	chromosome	1726.0	92.584	99.0	0.0005556767830568863	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0033_000000013132	1564	0.7173531520298208	3	1	1	1	1	False	20141	maximal	True	MAD0033_000000013132	1.0		2	1	False	False	0.9916879534721375	0					non-mobilizable	no_good_hit	808.0	79.827	51.0	0.05016659332369397	CP002406.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL03, complete sequence	True	False
MAD0002_000000030701	1438	0.7173531520298208	3	1	1	1	1	False	20141	maximal	False	MAD0033_000000013132	0.9597186700767264		0	0	False	False	0.9499304294586182	0					non-mobilizable	no_good_hit	808.0	79.827	55.0	0.05016659332369397	CP002406.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL03, complete sequence	True	False
MON0037_000000018869	3407	0.7173367293181505	6	3	3	3	3	False	12125	fragment	False	MON0037_000000018869	1.0		0	0	False	False	0.9994129538536072	0					non-mobilizable	chromosome	2503.0	93.648	97.0	0.0009978641155845291	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0068_000000014627	1408	0.7173327821197607	1	1	1	1	1	False	35011	fragment	False	ISR0068_000000014627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	99.755	63.0	0.00023596357348569508	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
AST0003_000000008698	4051	0.7173241010115892	4	3	3	2	3	True	130503	maximal	True	AST0003_000000008698	1.0		1	1	False	False	0.9972846508026123	0					non-mobilizable	no_good_hit	3314.0	79.964	81.0	0.005214682810694887	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
ISR0120_000000004993	5346	0.7173232922377305	4	4	4	4	4	False	38644	fragment	False	ISR0120_000000004993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0330_000000014363	2081	0.7173177331329218	5	2	2	2	0	False	24661	fragment	False	ISR0330_000000014363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	93.333	3.0	3.576533575163581e-05	CP049781.1	firmicutes	Clostridiales genomosp. BVAB1 isolate UAB071 chromosome, complete genome	True	False
AUS0010_000000012024	2016	0.7173177331329218	3	2	2	2	0	False	101504	fragment	False	AUS0010_000000012024	1.0		0	0	False	False	0.9995039701461792	0					non-mobilizable	no_good_hit	79.0	91.139	4.0	0.0007001873474253922	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
AST0029_000000007669	4038	0.717315936392729	2	2	1	2	1	True	118410	fragment	False	ISR0804_000000004052	0.7503449376491622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	74.50399999999999	9.0	0.0001011069499984134	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0051_000000023963	1546	0.7173148796871808	3	3	3	3	2	False	93789	fragment	False	ISR0051_000000023963	1.0		0	0	False	False	0.9948253631591797	0					non-mobilizable	no_good_hit	1234.0	85.656	80.0	0.00034045909214611413	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0148_000000004634	7081	0.7173128813869774	7	4	4	4	3	False	105197	maximal	True	AST0148_000000004634	1.0		1	1	False	False	0.9998587965965271	0					non-mobilizable	no_good_hit	2193.0	88.82799999999999	31.0	0.001016234568764895	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0120_000000013723	2393	0.7172969455879113	4	1	1	1	1	True	32280	fragment	False	ISR0120_000000013723	1.0		0	0	False	False	0.9979105591773987	0					non-mobilizable	no_good_hit								True	True
ISR0375_000000000490	17945	0.7172900048631806	17	15	6	13	12	True	122698	maximal	False	ISR0854_000000000205	0.8922049954929934		0	0	False	False	0.9996656179428101	0					non-mobilizable	other	17945.0	99.961	100.0	0.03219255251203812	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0058_000000009459	3241	0.7172896147026274	6	4	4	4	2	False	115331	maximal	True	SPA0058_000000009459	1.0		4	4	False	False	0.9987658262252808	0					non-mobilizable	no_good_hit	1502.0	99.068	57.0	0.018666136072525586	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0140_000000027187	1296	0.7172892605027754	2	2	2	2	2	False	40348	fragment	False	FIJ0140_000000027187	1.0		0	0	False	False	0.9915123581886292	0					non-mobilizable	no_good_hit	143.0	82.51700000000001	11.0	0.00014517334412932287	NZ_CYUJ01000003.1	firmicutes	Neofamilia massiliensis strain SIT13, whole genome shotgun sequence	True	False
USA0145_01_000000003673	6611	0.7172892022221129	11	3	2	3	1	True	23	fragment	False	USA0145_01_000000003673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.5658352923111425e-06	LN590691.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG8, chromosome: 8	True	True
CHI0002_000000002291	4128	0.7172858831627064	5	2	2	2	1	False	91028	fragment	False	CHI0002_000000002291	1.0		0	0	False	False	0.9995155334472656	0					non-mobilizable	no_good_hit								True	False
ENG0181_000000003724	5967	0.7172800460228403	5	4	2	4	1	True	87637	fragment	False	ENG0181_000000003724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1455.0	78.488	24.0	0.0030277874777568446	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0043_01_000000008480	1103	0.7172798979397383	1	1	1	1	1	False	89234	fragment	False	DEN0072_000000013907	0.9457503876713923		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	99.90899999999999	100.0	0.005984804461992147	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0024_000000023063	2169	0.7172785569889218	3	3	3	3	1	False	118951	fragment	False	MON0024_000000023063	0.9827413294072775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	94.48299999999999	13.0	0.00010234352507221592	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0188_000000009059	2373	0.7172760746427687	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.848589021963544		0	0	False	False	1.0	0					non-mobilizable	other	2373.0	99.494	100.0	0.005214108453455832	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0065_000000005015	2373	0.7172760746427687	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8474795273031787		0	0	False	False	0.999578595161438	0					non-mobilizable	other	2373.0	99.32600000000001	100.0	0.005214108453455832	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0113_000000011867	2373	0.7172760746427687	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8482285409084582		0	0	False	False	1.0	0					non-mobilizable	other	2373.0	99.45200000000001	100.0	0.005214108453455832	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0079_000000010540	2371	0.7172760746427687	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8493741628733208		0	0	False	False	0.9978911876678467	0					non-mobilizable	other	2371.0	99.57799999999999	100.0	0.005214108453455832	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0174_000000006375	2371	0.7172760746427687	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8464808621286181		0	0	False	False	0.9991564750671387	0					non-mobilizable	other	2371.0	99.28299999999999	100.0	0.005214108453455832	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0059_000000010819	2371	0.7172760746427687	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8477141644104907		0	0	False	False	0.9995782375335693	0					non-mobilizable	other	2371.0	99.367	100.0	0.005214108453455832	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0140_000000012328	2371	0.7172760746427687	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8497273003117772		0	0	False	False	1.0	0					non-mobilizable	other	2371.0	99.45200000000001	100.0	0.005214108453455832	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0004_000000011072	2371	0.7172760746427687	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8466605950479893		0	0	False	False	0.998734712600708	0					non-mobilizable	other	2371.0	99.241	100.0	0.005214108453455832	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0005_000000022600	2371	0.7172760746427687	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8488254768005457		0	0	False	False	0.9995782375335693	0					non-mobilizable	other	2371.0	99.62	100.0	0.005214108453455832	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0338_000000011338	2371	0.7172760746427687	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8495877599434132		0	0	False	False	0.9995782375335693	0					non-mobilizable	other	2371.0	99.62	100.0	0.005214108453455832	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0108_000000012422	1751	0.7172686173652665	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2734980876981773		0	0	False	False	1.0	0					non-mobilizable	chromosome	1756.0	91.85600000000001	99.0	0.0005653463326460432	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0093_000000023751	1585	0.7172673523768767	2	1	1	1	1	True	73083	fragment	False	SPA0093_000000023751	1.0		0	0	False	False	0.9993690848350525	0					non-mobilizable	chromosome	1593.0	92.781	100.0	0.0005666900917567785	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
DEN0041_000000030053	1132	0.7172673523768767	1	1	1	1	1	True	73028	maximal	True	DEN0041_000000030053	1.0		1	1	False	False	0.9858657121658325	0					non-mobilizable	other	1135.0	87.57700000000001	100.0	0.00089106250166976	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
ISR0146_000000025276	1662	0.7172650160799972	2	2	2	2	2	False	30996	maximal	True	ISR0146_000000025276	1.0		167	10	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0021649869354236654	XM_034380750.1	thrips	PREDICTED: Thrips palmi uncharacterized LOC117642501 (LOC117642501), transcript variant X3, mRNA	True	False
TAN0009_000000011755	3077	0.7172648446467171	4	4	4	3	3	False	60642	maximal	True	TAN0009_000000011755	1.0		8	3	False	False	0.9987000226974487	0					non-mobilizable	no_good_hit	275.0	75.63600000000001	9.0	0.0001226606613476961	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
CAN0004_000000008205	3218	0.7172613287941085	3	3	3	2	1	False	96246	fragment	False	CAN0004_000000008205	1.0		0	0	False	False	0.9885022044181824	0					non-mobilizable	no_good_hit	1070.0	71.589	33.0	0.0003071250342442932	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0009_000000015816	2284	0.7172579943660193	3	2	2	2	2	False	73787	fragment	False	SPA0009_000000015816	0.9834316840671811		0	0	False	False	0.9978108406066895	0					non-mobilizable	no_good_hit	1345.0	71.822	58.0	0.0003387082869777376	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
ISR0225_000000000606	12472	0.7172576404414799	14	9	4	7	6	True	27701	fragment	False	ISR0225_000000000606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1266.0	86.96700000000001	10.0	0.0037052224597990684	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	True	True
ENG0054_000000005501	4472	0.7172553599011329	7	7	6	5	4	False	80612	maximal	True	ENG0054_000000005501	1.0		1	1	False	False	0.9977638721466064	0					non-mobilizable	no_good_hit	1724.0	82.541	56.0	0.0003816753120390408	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0799_000000011598	1420	0.7172498810897721	3	3	2	2	1	False	90917	fragment	False	CHI0144_000000011054	0.9505968169761273		0	0	False	False	0.9838027954101562	0					non-mobilizable	other	1422.0	96.484	100.0	0.5814905814905815	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
ISR0079_000000012084	2276	0.7172463237697977	2	2	2	2	2	False	101383	fragment	False	ISR0079_000000012084	1.0		0	0	False	False	0.9978031516075134	0					non-mobilizable	other	2276.0	98.41799999999999	100.0	0.007744251645439781	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ENG0064_000000019293	1157	0.7172452496254406	1	1	1	1	1	False	62902	fragment	False	ENG0064_000000019293	1.0		0	0	False	False	0.9948141574859619	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000019759	1582	0.7172412089732166	2	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.23826897813845044		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	99.431	100.0	0.011274576222838683	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
CHI0145_000000007164	2619	0.717240300683205	3	3	3	3	2	False	131578	fragment	False	USA0052_01_000000005758	0.7801801003393875		0	0	False	False	1.0	0					non-mobilizable	chromosome	2088.0	92.098	98.0	0.00032153225688361873	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0143_000000022974	1265	0.7172370063120541	2	2	2	2	1	False	31111	maximal	True	ISR0143_000000022974	1.0		47	9	False	False	0.9849802255630493	0					non-mobilizable	other	1268.0	89.038	100.0	0.0003518447550971669	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0140_000000015983	1846	0.7172369309319295	3	3	2	3	1	False	100264	fragment	False	CHI0140_000000015983	0.9982844910388015		0	0	False	False	0.9994583129882812	0					non-mobilizable	no_good_hit	203.0	95.074	11.0	0.0004925351662793845	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
AST0026_000000004022	7549	0.7172361855163376	7	6	6	6	6	False	119583	fragment	False	AST0026_000000004022	0.9924865324638503		0	0	False	False	0.9994701147079468	0					non-mobilizable	no_good_hit	2479.0	78.13600000000001	48.0	0.0007888154674419938	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
TAN0007_000000034047	1248	0.7172355887097781	3	2	2	1	1	True	2790	maximal	True	TAN0007_000000034047	1.0		37	5	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	77.854	58.0	0.0002542652283801074	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
DEN0093_000000002816	10309	0.7172335509310842	11	10	7	6	9	True	68522	maximal	True	DEN0093_000000002816	1.0		10	6	False	False	0.9987389445304871	0					non-mobilizable	no_good_hit	1751.0	82.867	17.0	0.00039752496313331633	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
CHI0041_000000000004	96720	0.7172310286329042	92	14	6	12	4	True	127415	maximal	False	SPA0046_000000000019	0.9060305644567617		0	0	True	True	1.0	146					non-mobilizable	virus	25297.0	94.588	98.0	0.257812739752652	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
AST0153_000000024019	1434	0.7172287498473223	3	3	3	3	2	False	103313	fragment	False	AST0153_000000024019	0.9878141660319879		0	0	False	False	0.9965132474899292	0					non-mobilizable	no_good_hit	229.0	74.236	16.0	0.0005766646428362755	NZ_JOFG01000004.1	high GC Gram+	Streptomyces californicus strain NRRL B-2988 contig4.1, whole genome shotgun sequence	True	False
MON0081_000000031541	1704	0.7172259212314506	2	2	2	1	1	False	129456	fragment	False	MON0081_000000031541	1.0		0	0	False	False	0.9788732528686523	0					non-mobilizable	no_good_hit	1385.0	92.20200000000001	82.0	0.00039139054575656985	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0021_000000019676	1836	0.7172169949688556	2	2	2	2	2	False	116049	fragment	False	ISR0288_000000016396	0.9731668966302416		0	0	False	False	0.9961873888969421	0					non-mobilizable	other	1829.0	79.169	98.0	0.0006213878828676983	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0106_000000002386	7814	0.7172133950592764	8	3	3	3	2	True	60106	fragment	False	ENG0106_000000002386	1.0		0	0	False	False	0.9951369166374207	0					non-mobilizable	no_good_hit	665.0	82.105	8.0	0.05096549540993985	MK232143.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_2-proph_c1 sequence	True	True
ENG0127_000000024747	1120	0.7172132866490519	2	2	2	2	2	False	58676	fragment	False	ISR0816_000000030434	0.922675540879025		0	0	False	False	0.9982143044471741	0					non-mobilizable	other	1120.0	93.304	100.0	0.005808365501010489	NZ_JGZM01000005.1	high GC Gram+	Bifidobacterium saeculare DSM 6531 = LMG 14934 Contig05, whole genome shotgun sequence	False	False
ISR0212_000000021993	1626	0.7172038403653179	3	3	3	3	2	False	74948	fragment	False	ISR0212_000000021993	1.0		0	0	False	False	0.9993849992752075	0					non-mobilizable	no_good_hit	580.0	72.931	34.0	0.004663191497959349	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
MON0079_000000011000	2081	0.7172033716529497	4	3	3	2	2	False	11566	maximal	True	MON0079_000000011000	1.0		25	5	False	False	1.0	0					non-mobilizable	chromosome	1955.0	98.926	100.0	0.00035276826501020843	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0183_000000008408	4105	0.7172025830143115	8	5	5	3	4	False	122626	maximal	True	ISR0183_000000008408	0.9687189672293943		49	5	False	False	0.999512791633606	0					non-mobilizable	chromosome	2600.0	98.26899999999999	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0050_000000025312	1136	0.7171977365094702	2	2	2	2	1	True	92765	fragment	False	USA0113_01_000000011635	0.049043213787859585		0	0	False	False	0.9991196990013123	0					non-mobilizable	other	1136.0	99.824	100.0	0.00018234220571413884	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
ENG0126_000000012048	1509	0.7171972701872109	2	2	2	2	1	False	58771	maximal	True	ENG0126_000000012048	1.0		50	10	False	False	0.9993373155593872	0					non-mobilizable	other	715.0	100.0	100.0	0.0002517521278167414	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
MON0076_000000000197	40797	0.7171956707057062	31	9	6	9	3	False	10324	maximal	True	MON0076_000000000197	1.0		1	1	False	False	0.9999510049819946	0					non-mobilizable	no_good_hit	1170.0	71.02600000000001	3.0	0.04468194187009504	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	True	False
FIJ0155_000000012374	1781	0.7171938664743399	2	1	1	1	1	True	39532	fragment	False	FIJ0155_000000012374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	76.286	50.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0087_000000019769	1560	0.7171938664743399	2	1	1	1	1	True	34289	fragment	False	MAD0087_000000019769	1.0		0	0	False	False	0.9942307472229004	0					non-mobilizable	no_good_hit	894.0	76.734	57.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0057_000000025495	1384	0.7171938664743399	2	1	1	1	1	True	46097	fragment	False	FIJ0057_000000025495	0.9943988050784167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	77.181	64.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
TAN0009_000000039891	1100	0.7171938664743399	1	1	1	1	1	True	2645	fragment	False	TAN0009_000000039891	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	76.846	81.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0068_000000003509	6457	0.7171934950409572	8	7	6	7	6	False	92151	fragment	False	MAD0068_000000003509	1.0		0	0	False	False	0.9976769685745239	0					non-mobilizable	no_good_hit								True	False
ISR0075_000000009684	2573	0.7171885302670085	3	2	2	2	1	False	42470	fragment	False	ISR0075_000000009684	1.0		0	0	False	False	0.9840652942657471	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000001115	17493	0.7171781339808682	21	10	3	10	3	False	18185	maximal	True	MAD0042_000000001115	0.9951277044909986		3	1	False	False	0.9981135129928589	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.537225451534356e-05	NZ_LR130785.1	firmicutes	Senegalia massiliensis strain SIT17, whole genome shotgun sequence	True	False
MAD0067_000000000411	17382	0.7171781339808682	22	10	3	10	3	False	18185	maximal	False	MAD0042_000000001115	0.9929106273219589		0	0	False	False	0.9998273849487305	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.537225451534356e-05	NZ_LR130785.1	firmicutes	Senegalia massiliensis strain SIT17, whole genome shotgun sequence	True	False
MAD0080_000000000195	16671	0.7171781339808682	20	10	3	10	3	False	18185	maximal	False	MAD0042_000000001115	0.9678335328082283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.537225451534356e-05	NZ_LR130785.1	firmicutes	Senegalia massiliensis strain SIT17, whole genome shotgun sequence	True	False
ISR0386_000000025145	1113	0.7171767526865727	2	1	1	1	1	False	22985	fragment	False	ISR0386_000000025145	1.0		0	0	False	False	0.9892183542251587	0					non-mobilizable	other	1099.0	97.45200000000001	99.0	0.0051573290958924715	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
ISR0282_000000000384	30203	0.71717401222308	30	7	5	6	2	True	53971	fragment	False	ISR0282_000000000384	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	13703.0	99.234	94.0	0.19002108417022692	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	True
DEN0089_000000004847	3936	0.7171726110000545	5	5	4	3	5	False	79164	maximal	True	DEN0089_000000004847	1.0		1	1	True	True	0.9984756112098694	1					non-mobilizable	no_good_hit	1182.0	90.102	50.0	0.00669294478178152	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	True	True
ISR0113_000000006691	2329	0.7171723011278506	3	3	3	3	3	False	67882	maximal	True	ISR0113_000000006691	0.9909464724407113		60	8	False	False	0.9995706081390381	0					non-mobilizable	other	2329.0	99.141	100.0	0.037108472144735796	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0126_000000000501	23865	0.7171718491575239	28	12	6	12	5	True	93018	fragment	False	CHI0126_000000000501	0.9677796916344361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	76.712	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
ISR0047_000000018014	1661	0.7171698039830162	3	3	3	3	2	False	36077	fragment	False	ISR0047_000000018014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	74.074	69.0	0.0003471827409243551	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
AUS0014_000000007671	4116	0.7171693608952336	5	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.8094699249180656		0	0	False	False	0.9978134036064148	0					non-mobilizable	chromosome	3868.0	99.897	100.0	0.0007188388382657228	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CAN0021_000000010585	3944	0.7171693608952336	4	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.7068515141495153		0	0	False	False	0.9997464418411255	0					non-mobilizable	chromosome	3908.0	99.898	100.0	0.0007262744611078818	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0137_000000001147	22305	0.7171684780571103	24	10	4	8	6	True	127970	maximal	True	ISR0137_000000001147	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4438.0	77.107	20.0	0.021408516612073	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	True
ISR0358_000000011591	1693	0.7171665418441526	2	2	2	2	1	True	131034	maximal	True	ISR0358_000000011591	1.0		121	12	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	98.93	77.0	0.00039112051688955347	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
USA0041_01_000000002917	8302	0.7171659393127771	12	8	5	7	5	True	125257	fragment	False	SPA0139_000000002006	0.3540652171170087		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	97.99600000000001	7.0	0.0001269486207889486	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	True	True
DEN0069_000000014788	1857	0.7171632141931769	2	1	1	1	1	False	70717	maximal	True	DEN0069_000000014788	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000042920	1402	0.7171616710230967	3	2	2	2	2	False	757	fragment	False	USA0069_01_000000042920	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	863.0	97.79799999999999	100.0	0.00027170033029556395	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0060_000000000052	91633	0.7171606448592208	83	11	4	10	4	False	115487	maximal	False	AUS0014_000000000041	0.9221112395143132	PS49	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	246.0	100.0	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
AST0002_000000022718	1648	0.717156180095946	2	1	1	1	1	False	131613	fragment	False	AST0002_000000022718	0.9936868686868687		0	0	False	False	0.9720873832702637	0					non-mobilizable	other	1648.0	99.939	100.0	0.00263407051056507	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
MAD0031_000000009032	1600	0.717156180095946	2	1	1	1	1	False	127487	fragment	False	MON0088_000000018575	0.7455454739795208		0	0	False	False	1.0	0					non-mobilizable	chromosome	1601.0	94.941	100.0	0.0006830691889486008	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0099_000000013897	1584	0.717156180095946	1	1	1	1	1	False	131613	fragment	False	AST0002_000000022718	0.9745145631067961		0	0	False	False	0.9949495196342468	0					non-mobilizable	other	1565.0	99.936	99.0	0.002501327430797674	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
MON0094_000000028003	1374	0.717156180095946	1	1	1	1	1	False	10927	maximal	True	MON0094_000000028003	0.9894237782640408		193	12	False	False	1.0	0					non-mobilizable	other	1376.0	84.084	100.0	0.000673832951265633	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MON0059_000000028451	1371	0.717156180095946	1	1	1	1	1	False	10927	maximal	False	MON0094_000000028003	0.9883551673944687		0	0	False	False	0.996353030204773	0					non-mobilizable	other	1373.0	84.632	100.0	0.0006723606287209885	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
SPA0041_000000014128	2416	0.7171543659500269	2	1	1	1	1	False	6914	fragment	False	SPA0041_000000014128	1.0		0	0	False	False	0.9991722106933594	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	3.0	2.7807952895121858e-05	LM995447.1	firmicutes	[Clostridium] cellulosi genome assembly DG5, chromosome : I	True	False
ISR0126_000000039225	1270	0.7171530828226941	3	2	2	2	2	False	31937	maximal	True	ISR0126_000000039225	1.0		26	7	False	False	0.9992126226425171	0					non-mobilizable	other	1270.0	99.84299999999999	100.0	0.003925426182499837	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ENG0188_000000015471	1643	0.7171504377471113	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.24040874572562476		0	0	False	False	0.9993913769721985	0					non-mobilizable	other	1644.0	98.054	100.0	0.011716716466871573	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
FIJ0044_000000013127	1679	0.7171476461455515	3	2	2	1	1	False	97642	fragment	False	FIJ0044_000000013127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	93.29299999999999	58.0	0.01904	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
SPA0131_000000001487	11045	0.7171394896009409	23	7	6	7	4	True	114632	fragment	False	SPA0131_000000001487	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	11048.0	99.882	100.0	0.15280948625351098	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ENG0079_000000025806	1273	0.7171243278977083	2	1	1	1	1	False	61795	fragment	False	ENG0079_000000025806	0.945061053398943		0	0	False	False	0.9520816802978516	0					non-mobilizable	no_good_hit	576.0	73.264	44.0	0.028833418237391748	NZ_UGHF01000002.1	g-proteobacteria	Haemophilus haemoglobinophilus strain NCTC1659, whole genome shotgun sequence	True	False
ISR0029_000000017613	2559	0.7171200956949139	4	3	3	3	3	True	126784	fragment	False	ISR0029_000000017613	0.9962437395659433		0	0	False	False	0.9992184638977051	0					non-mobilizable	no_good_hit	42.0	100.0	2.0	1.1551928312677452e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
SPA0077_000000014198	2026	0.7171112608854584	2	2	2	2	2	False	96026	fragment	False	SPA0077_000000014198	0.9846192637418054		0	0	False	False	0.9822310209274292	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000011441	4661	0.7171111919124707	6	5	4	4	5	False	94290	maximal	True	CAN0012_000000011441	1.0		2	2	False	False	0.9993563890457153	0					non-mobilizable	no_good_hit								True	False
SPA0108_000000009515	3128	0.717110932592605	4	3	3	2	3	False	86239	fragment	False	SPA0108_000000009515	1.0		0	0	False	False	0.9990409016609192	0					non-mobilizable	plasmid	3073.0	99.96700000000001	98.0	0.024737685512509763	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0141_000000007226	3224	0.7171085554102822	4	4	4	4	3	False	5905	maximal	True	SPA0141_000000007226	1.0		35	6	False	False	0.9947270750999451	0					non-mobilizable	other	3224.0	99.969	100.0	0.015556295642016962	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
MON0017_000000001897	9377	0.7171072547571736	11	11	10	8	5	True	121045	maximal	True	MON0017_000000001897	1.0	PS816	1	1	False	True	0.999253511428833	0					non-mobilizable	no_good_hit	1026.0	99.12299999999999	57.0	0.00034829388664376194	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
USA0116_01_000000012310	2045	0.7171036089070715	3	3	3	3	3	False	34834	fragment	False	USA0116_01_000000012310	0.9945053361218879		0	0	False	False	0.995110034942627	0					non-mobilizable	other	2045.0	99.26700000000001	100.0	0.012843068261787473	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ITA0005_000000008204	2221	0.7171027876550106	3	3	3	2	1	True	37657	maximal	True	ITA0005_000000008204	1.0		11	4	False	False	0.9819900989532471	0					non-mobilizable	no_good_hit	1460.0	98.76700000000001	84.0	0.00046789225769888147	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0200_000000013808	1785	0.7170827018446351	3	3	3	3	1	False	70668	fragment	False	ISR0200_000000013808	1.0		0	0	False	False	0.9955182075500488	0					non-mobilizable	other	1805.0	78.283	100.0	0.01844039762760003	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
CHI0039_000000002018	6377	0.7170820171815285	8	8	8	7	6	False	87805	maximal	True	CHI0039_000000002018	1.0		30	7	False	False	0.9985886812210083	0					non-mobilizable	no_good_hit	1276.0	82.053	20.0	0.00797350960088469	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0221_000000015129	1480	0.7170818464418096	2	2	2	2	2	False	120020	fragment	False	ISR0221_000000015129	0.9545454545454546		0	0	False	False	0.9790540337562561	0					non-mobilizable	other	1402.0	99.786	95.0	0.044898089988463015	NZ_CYYA01000030.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0011_000000000811	34157	0.7170771437159098	45	33	15	23	26	False	51035	maximal	True	FIJ0011_000000000811	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	97.11200000000001	14.0	0.0001674661908596953	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
FIJ0102_000000024728	1320	0.7170759251609458	3	2	2	2	2	False	42606	fragment	False	FIJ0102_000000024728	1.0		0	0	False	False	0.9924242496490479	0					non-mobilizable	no_good_hit	404.0	77.22800000000001	36.0	0.00010603473879664193	CP019892.1	high GC Gram+	Microbacterium foliorum strain 122 genome	True	False
ENG0049_000000010817	1750	0.7170696997705368	2	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.24604362413585903		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	98.11399999999999	100.0	0.03998628257887517	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0062_000000026354	1132	0.7170670187322409	2	1	1	1	1	False	45667	maximal	True	FIJ0062_000000026354	1.0		2	2	False	False	0.953180193901062	0					non-mobilizable	chromosome	1045.0	87.177	92.0	0.0004658890246988121	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0029_000000013405	2178	0.7170628254565654	2	2	2	2	2	False	48204	fragment	False	ISR0336_000000006058	0.48025999037072703		0	0	False	False	0.9912763833999634	0					non-mobilizable	no_good_hit	54.0	88.889	3.0	1.8796495170045508e-06	LR597572.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 23	True	False
MON0103_000000015269	3137	0.7170611396852802	3	3	3	3	2	False	18862	maximal	True	MON0103_000000015269	0.9877354321997768		36	7	False	False	0.9920306205749512	0					non-mobilizable	no_good_hit	1700.0	77.0	54.0	0.0003825365597922557	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0079_000000026750	2171	0.7170607343945907	3	3	3	3	2	False	69548	fragment	False	MON0038_000000013446	0.9409484593864296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	72.447	19.0	0.0017290896132321745	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
USA0033_01_000000002373	4334	0.7170600504278821	6	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.4495172316377762	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4342.0	95.094	100.0	0.13066771596343604	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
SPA0096_000000001263	19206	0.7170594138160552	14	12	7	7	11	True	120739	maximal	True	SPA0096_000000001263	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	9257.0	96.273	73.0	0.001307130272750091	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
SPA0098_000000031239	1243	0.7170525868269184	2	2	1	2	1	False	5039	maximal	True	SPA0098_000000031239	1.0		97	11	False	False	0.9991955161094666	0					non-mobilizable	no_good_hit								True	False
ISR0849_000000005050	5034	0.7170496434624717	6	2	2	2	2	True	20595	maximal	True	ISR0849_000000005050	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	81.72399999999999	6.0	0.0006226129503493673	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
CHI0099_000000000459	13248	0.7170469920191425	11	9	6	8	4	False	108550	maximal	True	CHI0099_000000000459	1.0		27	7	False	False	1.0	0					non-mobilizable	virus	13257.0	98.11399999999999	100.0	0.21145592341443956	MK232146.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_2-proph-CL11_c1 sequence	False	False
ISR0819_000000022764	1185	0.7170397541077058	2	2	2	2	2	False	91382	fragment	False	MON0070_000000030840	0.7920723201978813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	80.628	48.0	0.002048578504066338	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0140_000000011531	1882	0.7170268059247222	3	3	3	3	1	False	119436	fragment	False	CHI0024_000000003275	0.04721334391761929		0	0	False	False	1.0	0					non-mobilizable	chromosome	1882.0	99.84100000000001	100.0	0.0004186188116299917	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0162_000000017330	1323	0.7170240721966573	2	2	2	2	2	False	47096	fragment	False	FIJ0162_000000017330	0.9816470820044723		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	98.488	99.0	0.04198958200990979	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0320_000000003714	4909	0.7170203271820135	6	5	5	5	2	False	124235	maximal	True	ISR0320_000000003714	1.0		95	5	False	False	1.0	0					non-mobilizable	no_good_hit	1847.0	78.831	77.0	0.0004904094141456585	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0289_000000000488	10358	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.9276233517054681		0	0	False	False	0.9993242025375366	0					non-mobilizable	other	9626.0	99.574	94.0	0.003088153083564017	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0146_000000002257	10163	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.9521820494036289		0	0	False	False	1.0	0					non-mobilizable	other	9643.0	99.62700000000001	95.0	0.003094250444946924	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0087_000000002669	10055	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.9515641999434545		0	0	False	False	0.9985082149505615	0					non-mobilizable	other	9645.0	99.60600000000001	96.0	0.003094892272460914	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0102_000000003620	9873	0.7170200527883848	11	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.9520639264586599		0	0	False	False	1.0	0					non-mobilizable	other	9878.0	99.23100000000001	99.0	0.003167418781541811	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0090_000000002674	9805	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.9513842066386036		0	0	False	False	1.0	0					non-mobilizable	other	9646.0	99.865	98.0	0.003094892272460914	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0105_000000002867	9803	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.9512483622851671		0	0	False	False	0.9996939897537231	0					non-mobilizable	other	9803.0	99.816	100.0	0.003145596646066143	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0142_000000002615	9771	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.950933816576362		0	0	False	False	1.0	0					non-mobilizable	other	9670.0	99.462	99.0	0.0031029151163857924	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0126_000000003329	9660	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8967669431033224		0	0	False	False	0.9998964667320251	0					non-mobilizable	other	9501.0	99.811	98.0	0.0030486806914536172	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0150_000000001646	9658	0.7170200527883848	11	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.9242124442176356		0	0	False	False	1.0	0					non-mobilizable	other	9658.0	99.596	100.0	0.0030984223237878607	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0148_000000003239	9537	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8945795818318876		0	0	False	False	0.9985320568084717	0					non-mobilizable	other	9512.0	99.432	99.0	0.0030522107427805637	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0038_01_000000002173	9535	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8907554806116864		0	0	False	False	1.0	0					non-mobilizable	other	9376.0	99.62700000000001	98.0	0.003008566471829228	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0145_000000003484	9515	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8887157811270645		0	0	False	False	1.0	0					non-mobilizable	other	9515.0	99.506	100.0	0.003053173484051549	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0089_000000003438	9480	0.7170200527883848	11	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8890820402512877		0	0	False	False	1.0	0					non-mobilizable	other	9368.0	99.861	99.0	0.0030056782480162715	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0109_000000001457	9471	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8894331478147297		0	0	False	False	0.9998944401741028	0					non-mobilizable	other	9384.0	99.52	99.0	0.0030111337818851886	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AUS0020_000000002564	9471	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8885924597570223		0	0	False	False	1.0	0					non-mobilizable	other	9367.0	99.77600000000001	99.0	0.0030056782480162715	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0060_000000002351	9451	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8872703527268494		0	0	False	False	1.0	0					non-mobilizable	other	9456.0	99.27	100.0	0.0030332768311178517	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0062_000000002064	9437	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8931414359502059		0	0	False	False	1.0	0					non-mobilizable	other	9435.0	99.60799999999999	99.0	0.0030275003834919394	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0397_000000002400	9434	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8885550184873142		0	0	False	False	1.0	0					non-mobilizable	other	9367.0	99.637	99.0	0.0030056782480162715	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0161_000000002016	9432	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8933348946618914		0	0	False	False	1.0	0					non-mobilizable	other	9432.0	99.661	100.0	0.003026537642220954	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0117_01_000000002758	9431	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8933261020045838		0	0	False	False	1.0	0					non-mobilizable	other	9432.0	99.661	100.0	0.003026537642220954	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0050_000000002599	9414	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8885001273560805		0	0	False	False	0.9993626475334167	0					non-mobilizable	other	9367.0	99.637	99.0	0.0030056782480162715	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0812_000000003784	9412	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8913971035025026		0	0	False	False	1.0	0					non-mobilizable	other	9412.0	99.575	100.0	0.003020119367081052	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
DEN0040_000000000504	9398	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8860973061344729		0	0	False	False	0.9997872114181519	0					non-mobilizable	other	9367.0	99.49799999999999	99.0	0.0030056782480162715	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0013_000000002147	9365	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8882160365295999		0	0	False	False	1.0	0					non-mobilizable	other	9365.0	99.87200000000001	100.0	0.003004715506745286	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0015_000000001356	9144	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.8200783602585775		0	0	False	False	0.9998906254768372	0					non-mobilizable	other	9093.0	99.868	100.0	0.21211060553027652	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
SPA0106_000000004012	9041	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.7606167197562118		0	0	False	False	1.0	0					non-mobilizable	other	8969.0	99.911	99.0	0.0028773127452182247	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0092_000000001881	8878	0.7170200527883848	11	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.7210930978121733		0	0	False	False	0.9981977939605713	0					non-mobilizable	other	8615.0	99.93	100.0	0.002764351102755943	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
DEN0082_000000003749	8713	0.7170200527883848	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.33363896329381504		0	0	False	False	0.9993113875389099	0					non-mobilizable	other	8715.0	99.08200000000001	100.0	0.0027958006509414646	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0120_000000004801	8621	0.7170200527883848	12	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.48652620797718676		0	0	False	False	1.0	0					non-mobilizable	other	8550.0	99.86	99.0	0.0027434917085512604	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0035_01_000000013996	1813	0.7170166755080661	3	2	2	2	1	False	71826	fragment	False	USA0035_01_000000013996	0.9841048522030118		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	80.882	30.0	0.0001613111075735868	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0291_000000011535	1322	0.7170082597455316	1	1	1	1	1	False	25897	maximal	True	ISR0291_000000011535	1.0		3	1	False	False	0.9689863920211792	0					non-mobilizable	other	1340.0	75.29899999999999	100.0	0.017208212832223197	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
CAN0022_000000010799	2811	0.7170017059500154	3	2	2	2	1	True	91316	fragment	False	CAN0022_000000010799	0.9669090909090909		0	0	False	False	0.9839914441108704	0					non-mobilizable	no_good_hit								True	True
ENG0107_000000003403	7020	0.7170015858616992	9	6	6	5	5	True	93243	maximal	True	ENG0107_000000003403	1.0		1	1	False	False	0.9935897588729858	0					non-mobilizable	no_good_hit	1868.0	75.696	26.0	0.0006569108616227008	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0284_000000000388	15673	0.7170009649911092	21	20	12	15	19	True	98653	maximal	True	ISR0284_000000000388	1.0		1	1	False	False	0.9999362230300903	0					non-mobilizable	no_good_hit	3379.0	98.431	71.0	0.012300293297870402	CP024238.1	enterobacteria	Escherichia coli O15:H11 strain 90-9272 plasmid unnamed	True	True
ENG0124_000000010243	3049	0.7169998815561335	4	2	1	2	2	False	115036	fragment	False	ENG0124_000000010243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	93.12700000000001	42.0	0.02305392972847196	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
USA0065_01_000000000401	29127	0.7169987624329641	30	23	5	14	17	False	111579	fragment	False	USA0065_01_000000000401	0.9995171802399269		0	0	False	False	1.0	0					non-mobilizable	chromosome	29139.0	99.89399999999999	100.0	0.0052865271210743164	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
USA0037_01_000000000991	28667	0.7169987624329641	29	23	5	14	17	False	111579	fragment	False	USA0065_01_000000000401	0.9935094121419942		0	0	False	False	1.0	0					non-mobilizable	chromosome	28667.0	99.927	100.0	0.0052008918406450805	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
USA0011_01_000000014342	2577	0.7169972568203418	4	4	4	4	4	False	94228	maximal	True	USA0011_01_000000014342	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1937.0	78.317	75.0	0.020310961992358254	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
CAN0012_000000019578	2517	0.7169972568203418	4	4	4	4	4	False	94228	maximal	False	USA0011_01_000000014342	0.9883585564610011		0	0	False	False	0.9988080859184265	0					non-mobilizable	no_good_hit	1885.0	78.196	75.0	0.01976058678464453	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
ENG0151_000000013176	1795	0.7169863083475955	3	2	1	1	0	False	57099	maximal	True	ENG0151_000000013176	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	100.0	70.0	0.03999743606179091	LR131280.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 33D18-Mucin	True	False
AUS0024_000000013388	2445	0.7169698231936313	3	2	1	2	0	True	98936	fragment	False	AUS0024_000000013388	1.0		0	0	False	False	0.994683027267456	0					non-mobilizable	no_good_hit								True	True
MAD0014_000000004748	5655	0.7169681485922711	6	6	6	5	4	False	104120	fragment	False	MAD0014_000000004748	1.0		0	0	False	False	0.9985853433609009	0					non-mobilizable	no_good_hit	2124.0	87.1	62.0	0.000468692832159895	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0020_000000011162	2726	0.7169670081634253	5	1	1	1	1	False	7729	maximal	True	SPA0020_000000011162	1.0		3	2	False	False	0.9860601425170898	0					non-mobilizable	no_good_hit	1434.0	72.803	52.0	0.0003839478436596827	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0020_000000016606	1280	0.7169616987378833	2	1	1	1	1	False	85365	fragment	False	SPA0125_000000025181	0.5664534586798761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000029790	1253	0.7169601422010159	2	2	2	2	1	False	2218	fragment	False	USA0003_01_000000029790	1.0		0	0	False	False	0.9992018938064575	0					non-mobilizable	no_good_hit	158.0	79.11399999999999	12.0	6.27452002977545e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
MON0062_000000006053	6626	0.7169571765135022	12	4	4	3	0	True	130710	fragment	False	CHI0142_000000002157	0.8517665232257357		0	0	False	False	1.0	0					non-mobilizable	other	5210.0	97.351	100.0	0.0015709325555546836	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0017_000000010774	1215	0.7169568297445933	2	1	1	1	1	True	79891	fragment	False	SPA0017_000000010774	0.9513157894736842		0	0	False	False	1.0	0					non-mobilizable	other	1033.0	98.258	100.0	0.0003107154373485375	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0088_000000004771	4171	0.7169518103589045	7	4	3	3	4	False	121491	maximal	True	MAD0088_000000004771	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	81.137	9.0	0.002009330929911992	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
MON0103_000000040887	1410	0.7169493032148292	2	2	2	2	2	False	8856	maximal	True	MON0103_000000040887	1.0		4	2	False	False	0.99858158826828	0					non-mobilizable	no_good_hit	383.0	78.068	27.0	0.0015899189858256824	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ISR0332_000000000673	13766	0.7169480245624569	16	13	11	11	12	True	110983	maximal	True	ISR0332_000000000673	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4701.0	78.707	46.0	0.0008637438092311713	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
AST0058_000000003322	4885	0.7169378545578432	6	6	2	4	6	False	113152	maximal	True	AST0058_000000003322	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4885.0	99.959	100.0	0.0009549477398788053	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
ISR0009_000000013972	2346	0.7169344610972598	2	2	2	2	2	False	38371	maximal	True	ISR0009_000000013972	1.0		2	2	False	False	0.9923273921012878	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000010880	2061	0.7169297988986804	5	2	2	1	2	False	95170	fragment	False	MON0078_000000020753	0.5916464912672532		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2064.0	96.124	100.0	0.38176426982950334	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
ISR0803_000000007537	1952	0.7169297988986804	4	2	2	1	2	False	95170	fragment	False	MON0078_000000020753	0.757010987051209		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1955.0	96.164	100.0	0.36156412157153445	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
USA0007_01_000000009089	1831	0.7169297988986804	4	2	2	1	2	False	95170	fragment	False	MON0078_000000020753	0.3860655737704918		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1211.0	98.266	100.0	0.24305835010060362	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
ISR0205_000000002412	8578	0.7169295311366881	15	3	1	3	1	True	132505	maximal	True	ISR0205_000000002412	0.9775894391525298		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	83.086	11.0	0.013768735938143676	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
CHI0059_000000008423	2071	0.7169282869748199	2	2	2	2	2	False	98641	maximal	False	ISR0213_000000011916	0.9756209751609936		0	0	False	False	1.0	0					non-mobilizable	chromosome	2071.0	99.855	100.0	0.00038394914510105933	CP051631.1	enterobacteria	Escherichia coli O121 strain FDA858783-1-52 chromosome, complete genome	False	False
FIJ0023_000000008930	3486	0.7169252204166281	4	4	4	4	3	False	49385	maximal	True	FIJ0023_000000008930	1.0		92	10	False	False	0.999713122844696	0					non-mobilizable	no_good_hit	1543.0	79.97399999999999	85.0	0.0005149890421776025	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0077_000000019156	1483	0.7169209119446006	1	1	1	1	1	False	97213	fragment	False	MON0004_000000028979	0.9700342096305056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.684	60.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MAD0022_000000010082	1405	0.7169174875163173	3	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.769687576395214		0	0	False	False	1.0	0					non-mobilizable	chromosome	1356.0	95.428	100.0	0.00037895845758869907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0077_000000010697	1317	0.7169174875163173	2	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.672392107149199		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	95.98200000000001	100.0	0.0003686028719677376	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0084_000000004378	5739	0.7168982579888509	9	6	4	3	3	False	61544	maximal	True	ENG0084_000000004378	1.0		0	0	False	False	0.9916361570358276	0					non-mobilizable	no_good_hit	296.0	99.324	5.0	0.0014095476546560465	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0075_000000011425	2131	0.7168974030258707	3	2	1	2	1	False	10347	maximal	True	MON0075_000000011425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	74.468	20.0	0.00011930272409789445	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AUS0008_000000011846	2071	0.7168945204362271	3	2	2	2	2	False	101819	maximal	True	AUS0008_000000011846	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2071.0	99.855	100.0	0.0005908053561785682	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0053_000000005002	2333	0.7168829022622206	2	1	1	1	1	False	17216	maximal	True	MAD0053_000000005002	1.0		1	1	False	False	0.9944278001785278	0					non-mobilizable	no_good_hit	929.0	70.829	39.0	0.0002701041766931489	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0148_000000010920	1736	0.7168762936213617	3	3	2	3	3	False	125017	fragment	False	CHI0065_000000006939	0.8554081780723265		0	0	False	False	0.9994239807128906	0					non-mobilizable	other	1736.0	99.194	100.0	0.05510735611739296	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0058_000000005634	6528	0.716874979880158	7	4	1	0	4	False	110286	maximal	True	MON0058_000000005634	1.0	PS558|PS559|PS696|PS697	1	1	False	True	0.9995404481887817	0					non-mobilizable	no_good_hit	328.0	88.11	5.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
FIJ0034_000000010126	2768	0.7168693194919836	4	4	4	3	1	False	48156	maximal	True	FIJ0034_000000010126	1.0		1	1	False	False	0.9992774724960327	0					non-mobilizable	no_good_hit	804.0	73.259	29.0	0.00028551880730228623	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
SPA0089_000000015053	2608	0.7168684934201749	4	4	4	4	3	False	130896	fragment	False	ENG0067_000000010862	0.9948275862068965		0	0	False	True	0.9996165633201599	0					non-mobilizable	no_good_hit	1252.0	83.387	48.0	0.014758011154173363	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
MON0019_000000046960	1427	0.7168671202994575	2	1	1	1	1	False	14101	maximal	True	MON0019_000000046960	1.0		16	4	False	False	0.9880868792533875	0					non-mobilizable	no_good_hit	349.0	92.837	25.0	0.0037245347015005476	NZ_QEKH01000021.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_121, whole genome shotgun sequence	True	False
ISR0020_000000000111	53523	0.7168601701486177	51	15	5	9	6	False	78348	fragment	False	ISR0020_000000000111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	82.47399999999999	0.0	0.004387847569990938	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
CAN0020_000000023988	1480	0.7168595130998253	3	3	3	2	2	False	91806	fragment	False	ISR0090_000000017639	0.5689206014687953		0	0	False	False	0.9986486434936523	0					non-mobilizable	other	1408.0	99.574	95.0	0.0003965471628827343	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0182_000000021411	1351	0.7168536378577787	1	1	1	1	1	False	77328	fragment	False	CHI0182_000000021411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	3.0	0.0005911298568507157	NZ_VZBY01000075.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_19_length_62592_cov_28.0659_ID_37, whole genome shotgun sequence	True	False
ISR0026_000000006743	3312	0.7168520886926777	6	5	5	5	3	False	100882	fragment	False	SPA0079_000000007111	0.9913442184064962		0	0	False	False	0.9864130616188049	0					non-mobilizable	no_good_hit	1341.0	72.40899999999999	40.0	0.0003718734245057206	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0034_000000013759	2034	0.7168499815137908	3	3	3	3	3	False	53033	maximal	True	MON0034_000000013759	1.0		60	8	False	False	0.9783677458763123	0					non-mobilizable	no_good_hit	978.0	78.425	68.0	0.01294216844894736	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
ISR0121_000000007332	3244	0.7168478749502946	5	4	4	4	2	False	61755	fragment	False	ISR0121_000000007332	0.9940298507462687		0	0	False	False	1.0	0					non-mobilizable	other	1800.0	97.389	95.0	0.023148624987125346	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
CHI0179_000000016530	1354	0.7168446778994109	3	1	1	1	1	False	77516	fragment	False	CHI0179_000000016530	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	906.0	96.90899999999999	99.0	0.0003075180169879069	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0114_000000008212	4463	0.7168411359252382	4	3	3	3	2	False	78651	fragment	False	FIJ0114_000000008212	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1026.0	85.575	23.0	0.0024316268367933903	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
MAD0091_000000004649	3098	0.7168402182792654	5	3	3	3	3	False	15759	maximal	True	MAD0091_000000004649	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2376.0	92.088	94.0	0.0035308244095577767	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	False	False
CHI0074_000000001604	9913	0.7168329405487799	10	8	8	7	8	False	116504	maximal	True	CHI0074_000000001604	1.0		5	4	False	False	0.9981842041015625	0					non-mobilizable	no_good_hit	917.0	77.535	9.0	0.0013218550080312487	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0113_000000010818	1510	0.7168305020104271	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.07223786240721689		0	0	False	False	0.9993377327919006	0					non-mobilizable	chromosome	1415.0	97.809	93.0	0.0004019148554898497	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0816_000000025752	1456	0.7168305020104271	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.15716022490512646		0	0	False	False	0.9986263513565063	0					non-mobilizable	other	1376.0	87.427	94.0	0.022122448979591838	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0333_000000017744	1354	0.7168305020104271	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.06442482057193791		0	0	False	False	1.0	0					non-mobilizable	chromosome	1354.0	99.04	100.0	0.00038484840727372025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0054_000000020625	1354	0.7168305020104271	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.0638630534086925		0	0	False	False	0.9955686926841736	0					non-mobilizable	chromosome	1354.0	96.75	100.0	0.00038484840727372025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0052_000000017262	1575	0.7168284931176708	2	2	2	2	2	False	6521	maximal	True	SPA0052_000000017262	1.0		53	8	False	False	1.0	0					non-mobilizable	chromosome	1438.0	100.0	91.0	0.0003605667899167761	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0007_000000005302	4376	0.7168282483594919	4	4	4	4	3	False	112759	maximal	True	SPA0007_000000005302	1.0	PS721	0	0	False	True	0.9986289143562317	0					non-mobilizable	no_good_hit	2287.0	74.377	52.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0058_01_000000000442	35495	0.7168279584436826	41	33	4	17	26	True	115135	maximal	False	DEN0089_000000000213	0.9681310094287281		0	0	False	False	1.0	0					non-mobilizable	chromosome	20234.0	99.891	99.0	0.0036930873392431005	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
SPA0131_000000021483	1313	0.7168252464634811	2	1	1	1	1	False	3758	maximal	True	SPA0131_000000021483	1.0		0	0	False	False	0.9596344232559204	0					non-mobilizable	no_good_hit	878.0	98.51899999999999	67.0	0.0059213946673688615	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0050_000000037945	1109	0.7168134947717502	3	1	1	1	1	False	11286	fragment	False	MON0050_000000037945	1.0		0	0	False	False	1.0	0					non-mobilizable	other	776.0	96.134	93.0	0.31736281736281735	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
ISR0147_000000016483	1530	0.7168119108785159	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7997234683839192		0	0	False	False	0.998039186000824	0					non-mobilizable	chromosome	1452.0	96.006	98.0	0.00038884374859308774	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0125_000000011287	1350	0.7168119108785159	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7407676566091261		0	0	False	False	1.0	0					non-mobilizable	chromosome	1352.0	95.85799999999999	100.0	0.0003620454199512485	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0102_000000032963	1335	0.7168119108785159	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7171142016672833		0	0	False	False	0.979026198387146	0					non-mobilizable	chromosome	1334.0	96.25200000000001	99.0	0.0003572217207957174	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0348_000000014850	1282	0.7168119108785159	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.5197673545840795		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	96.103	100.0	0.004920719607263627	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0036_000000034225	1281	0.7168119108785159	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.4268625654229109		0	0	False	False	0.9992193579673767	0					non-mobilizable	other	1281.0	96.721	100.0	0.0049130429776111095	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0072_000000008914	1203	0.7168119108785159	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.20552140239435399		0	0	False	False	0.9975062608718872	0					non-mobilizable	other	1138.0	92.00399999999999	97.0	0.02060678555893867	NZ_JAAWUO010000022.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_22_length_55176_cov_71.891, whole genome shotgun sequence	False	False
ISR0093_000000011737	2116	0.7168109384084691	3	3	3	3	2	False	125951	fragment	False	ISR0333_000000007883	0.2979369604650822		0	0	False	False	0.9862949252128601	0					non-mobilizable	other	2091.0	94.787	99.0	0.005711939787889155	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0082_000000026827	1347	0.7168038554073158	1	1	1	1	1	False	9908	fragment	False	MON0082_000000026827	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1347.0	88.493	100.0	0.00046916413494638425	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0333_000000020210	1201	0.7167942160648662	2	2	2	2	1	False	24528	fragment	False	ISR0333_000000020210	1.0		0	0	False	False	0.9941715002059937	0					non-mobilizable	no_good_hit	763.0	84.928	63.0	0.0002288214461093881	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0059_000000007611	2529	0.7167917658398548	7	6	3	4	5	False	16903	fragment	False	MAD0059_000000007611	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1422.0	99.156	100.0	0.04982643150180582	CP037908.1	enterobacteria	Escherichia coli strain LHM10-1 plasmid unnamed4, complete sequence	False	True
ISR0279_000000013317	1665	0.7167912293945273	2	2	2	2	2	False	26233	fragment	False	ISR0279_000000013317	1.0		0	0	False	False	0.9933934211730957	0					non-mobilizable	no_good_hit	853.0	79.601	51.0	0.0001392410232591551	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
TAN0007_000000007268	4553	0.7167904410705568	4	3	2	3	2	False	45099	fragment	False	TAN0007_000000007268	1.0		0	0	False	False	0.9901164174079895	0					non-mobilizable	no_good_hit	149.0	88.59100000000001	3.0	0.002039101142172194	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0107_000000007335	1957	0.7167899383612746	4	4	4	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.5946470328786801		0	0	False	False	0.9943791627883911	0					non-mobilizable	chromosome	1957.0	97.241	100.0	0.000615896108349805	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0259_000000005763	2589	0.7167898950010188	4	4	4	4	4	False	72629	fragment	False	ISR0259_000000005763	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	97.743	100.0	0.0035392572126636906	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	False	False
MAD0030_000000002821	3548	0.7167872777693151	4	4	4	3	4	False	18986	maximal	True	MAD0030_000000002821	1.0		1	1	False	False	0.9946448802947998	0					non-mobilizable	no_good_hit	1234.0	86.14299999999999	58.0	0.007995583268381398	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
FIJ0030_000000002192	10239	0.7167829810299874	10	6	6	6	4	True	48784	fragment	False	FIJ0097_000000002332	0.9385829628957634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	1.0	0.0029584896452862415	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
ISR0803_000000004606	2973	0.7167594937196147	4	4	2	3	2	True	95098	maximal	True	ISR0803_000000004606	1.0		3	2	False	False	0.9993273019790649	0					non-mobilizable	no_good_hit	902.0	99.77799999999999	59.0	0.00040207472342301695	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
DEN0079_000000039269	1560	0.7167581586225411	2	1	1	1	1	False	69490	fragment	False	DEN0079_000000039269	0.9222657682899111		0	0	False	False	0.9846153855323792	0					non-mobilizable	chromosome	1560.0	98.205	100.0	0.00031652219462155907	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
ISR0780_000000009698	1292	0.7167558360175343	1	1	1	1	1	False	85623	fragment	False	CHI0061_000000006289	0.9665915915915916		0	0	False	False	0.995356023311615	0					non-mobilizable	chromosome	1212.0	98.59700000000001	100.0	0.0004800646323184585	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0058_000000014605	1107	0.7167533977906475	1	1	1	1	1	False	16926	fragment	False	MAD0058_000000014605	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	946.0	96.512	92.0	0.004143373890167708	LR536659.1	firmicutes	Enterococcus faecium isolate E8407 genome assembly, plasmid: 2	False	True
ISR0340_000000002957	8324	0.7167474044632979	7	7	6	7	6	False	121755	maximal	True	ISR0340_000000002957	1.0		54	4	False	False	0.9977174401283264	0					non-mobilizable	chromosome	4981.0	96.728	93.0	0.0014145241163135334	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0089_000000022618	1267	0.7167472985752167	2	1	1	1	1	False	15810	maximal	True	MAD0089_000000022618	1.0		33	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000010413	3165	0.7167398986408663	3	3	1	3	3	False	62918	fragment	False	USA0015_01_000000010413	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2076.0	96.58	99.0	0.00046902022963664846	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0153_000000002686	10447	0.7167386089496838	15	12	7	8	9	True	125403	fragment	False	MON0037_000000003223	0.6200947961832811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7237.0	90.162	69.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0074_000000004649	5601	0.7167339429759729	6	2	1	1	1	True	5828	maximal	True	SPA0074_000000004649	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	285.0	82.456	8.0	0.05267161057235216	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
MON0009_000000017094	2152	0.7167314953980518	2	2	2	2	2	False	13812	maximal	False	MON0109_000000015570	0.96131993006993		0	0	False	False	0.9874535202980042	0					non-mobilizable	chromosome	2051.0	79.23	94.0	0.00065591778046448	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0103_000000008459	2491	0.7167065821513553	3	2	2	2	2	False	105934	maximal	False	AST0118_000000011583	0.9625211063697796		0	0	False	False	0.9983941912651062	0					non-mobilizable	other	2491.0	98.073	100.0	0.0007973084914635158	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
FIJ0145_000000006278	2280	0.7166961914986963	5	5	5	4	4	False	93968	fragment	False	CHI0029_000000004585	0.7709604466964639		0	0	False	False	0.9793859720230103	0					non-mobilizable	other	2280.0	99.25399999999999	100.0	0.00046759748453481336	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
SPA0005_000000012863	2269	0.7166961914986963	5	5	5	4	4	False	93968	fragment	False	CHI0029_000000004585	0.7695975594412789		0	0	False	False	0.9951520562171936	0					non-mobilizable	chromosome	2269.0	100.0	100.0	0.00045942067619917303	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
MAD0109_000000007079	1998	0.7166961914986963	5	5	5	4	4	False	93968	fragment	False	CHI0029_000000004585	0.29036588311403		0	0	False	False	1.0	0					non-mobilizable	chromosome	1998.0	99.95	100.0	0.0004175951205149824	CP038138.1	enterobacteria	Escherichia coli strain G3X16-2 chromosome, complete genome	False	False
MAD0054_000000008389	1957	0.7166961914986963	5	5	5	4	4	False	93968	fragment	False	CHI0029_000000004585	0.2883025781125544		0	0	False	False	0.9989780187606812	0					non-mobilizable	other	1957.0	99.949	100.0	0.0004695395799541167	CP014642.1	enterobacteria	Escherichia coli strain BLK16, complete genome	False	False
MAD0002_000000013803	2651	0.7166927908886452	4	4	3	4	3	False	20208	maximal	True	MAD0002_000000013803	1.0		2	1	False	False	0.9996227622032166	0					non-mobilizable	no_good_hit	437.0	78.719	16.0	0.003886635335322814	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ENG0017_000000013203	1562	0.7166891746403492	1	1	1	1	1	False	79737	fragment	False	ENG0017_000000013203	1.0		0	0	False	False	0.9980793595314026	0					non-mobilizable	other	1562.0	97.759	100.0	0.023091611528042986	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0026_000000023822	1425	0.7166869735522101	3	2	2	1	1	False	7511	fragment	False	SPA0026_000000023822	1.0		0	0	False	False	0.9831578731536865	0					non-mobilizable	no_good_hit								True	False
CHI0137_000000004983	2900	0.7166839401426202	5	4	1	2	3	False	80524	fragment	False	CHI0137_000000004983	1.0		0	0	False	False	0.9944827556610107	0		MOBV			mobilizable	no_good_hit	1320.0	92.5	45.0	0.2683224755700326	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
FIJ0131_000000014897	1246	0.7166759803282775	1	1	1	1	1	False	115508	fragment	False	MON0088_000000019692	0.35716235467201746		0	0	False	False	0.9959871768951416	0					non-mobilizable	chromosome	1246.0	99.679	100.0	0.0005678721215839299	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0002_000000011009	1878	0.7166754281611639	2	2	2	2	2	False	38639	maximal	True	ISR0002_000000011009	1.0		13	7	False	False	0.9664536714553833	0					non-mobilizable	other	908.0	100.0	99.0	0.000393290217393661	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
FIJ0043_000000005204	4765	0.7166708017396314	7	5	5	3	4	False	47246	fragment	False	FIJ0043_000000005204	1.0		0	0	False	False	0.9991605281829834	0					non-mobilizable	no_good_hit	1751.0	79.954	37.0	0.015107626662966368	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ENG0183_000000007085	3890	0.716670315330809	2	2	2	2	2	False	55173	maximal	True	ENG0183_000000007085	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	72.072	11.0	0.001628129294377726	NZ_KB822502.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.7, whole genome shotgun sequence	True	False
MON0002_000000023582	1222	0.7166667348927631	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1766675246597098		0	0	False	False	0.9533551335334778	0					non-mobilizable	chromosome	1223.0	91.905	100.0	0.00042559391439044215	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0015_000000002101	10224	0.7166667180181167	8	6	5	5	3	False	37993	maximal	True	ISR0015_000000002101	1.0		1	1	False	False	0.9992175102233887	0					non-mobilizable	no_good_hit	2564.0	99.766	25.0	0.0005381317694268088	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	True	False
USA0058_01_000000010158	1831	0.7166648447966623	1	1	1	1	0	False	942	maximal	True	USA0058_01_000000010158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	555.0	95.495	30.0	0.00015505390362196403	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CAN0005_000000015369	1109	0.7166618124307425	2	1	1	1	1	False	95793	fragment	False	CAN0005_000000015369	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	99.459	100.0	0.0021409676478146866	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
ISR0160_000000007820	3482	0.7166550341492978	4	4	4	4	4	False	36666	maximal	True	ISR0160_000000007820	1.0		35	4	False	False	0.9994255900382996	0					non-mobilizable	no_good_hit	3105.0	93.07600000000001	88.0	0.0008357625244732952	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0323_000000000015	93116	0.7166535896446561	86	14	6	11	4	True	127415	maximal	False	SPA0046_000000000019	0.8369755263765511		0	0	False	True	0.999860405921936	0					non-mobilizable	virus	34760.0	95.944	98.0	0.3527798655264174	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
ISR0052_000000001276	17905	0.7166524772031378	14	8	4	5	6	False	115539	maximal	True	ISR0052_000000001276	1.0		3	1	False	False	1.0	0					non-mobilizable	other	7119.0	97.24700000000001	93.0	0.04142939575331208	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
FIJ0021_000000010606	4713	0.7166506337429344	7	7	5	7	4	False	121669	fragment	False	FIJ0021_000000010606	1.0		0	0	False	False	0.9932102560997009	0					non-mobilizable	no_good_hit	816.0	79.044	29.0	0.00018389872554328354	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0011_000000009527	1866	0.7166416766251476	2	1	1	1	1	False	8039	maximal	True	SPA0011_000000009527	1.0		10	2	False	False	1.0	0					non-mobilizable	chromosome	1835.0	99.946	98.0	0.0003311038884486808	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
AST0097_000000012863	1664	0.7166386701297693	3	2	2	2	2	False	108972	fragment	False	AST0097_000000012863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	97.932	84.0	0.007539122661525703	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0208_000000012249	2529	0.7166377168075179	4	3	2	3	1	False	53841	maximal	True	ENG0208_000000012249	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	93.861	66.0	0.00028083323425591493	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ETH0003_000000023524	1753	0.7166286121663856	2	2	2	2	2	False	53109	fragment	False	ETH0003_000000023524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	74.39	9.0	3.011427251074401e-05	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
AST0118_000000013778	2216	0.7166245771138051	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.44890648594110594		0	0	False	False	1.0	0					non-mobilizable	chromosome	2230.0	96.23299999999999	100.0	0.0007181252161547231	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0190_000000023440	1271	0.7166219036888349	2	1	1	1	1	False	54774	fragment	False	FIJ0020_000000016749	0.9516915472316749		0	0	False	False	0.9992132186889648	0					non-mobilizable	no_good_hit								True	False
ISR0351_000000007315	1967	0.7166205722369968	2	2	1	2	1	False	24074	fragment	False	ISR0351_000000007315	1.0		0	0	False	False	0.9837315678596497	0					non-mobilizable	other	1968.0	98.069	100.0	0.1789157722394033	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	False
ENG0128_000000006660	3823	0.7166180636217578	6	4	2	2	3	True	120397	fragment	False	ISR0279_000000005067	0.9747654960286956		0	0	False	False	0.9976458549499512	0					non-mobilizable	no_good_hit	109.0	79.817	3.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
SPA0023_000000015846	1754	0.71661190762638	3	3	3	3	3	False	56504	maximal	False	FIJ0157_000000010107	0.951727687126985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	75.53	30.0	0.0001824037802106261	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ENG0166_000000004287	5939	0.7166044977682771	7	6	6	5	6	False	56181	maximal	True	ENG0166_000000004287	1.0		3	2	False	False	0.99831622838974	0					non-mobilizable	chromosome	5939.0	100.0	100.0	0.0020682854651918143	LR607376.1	firmicutes	Enterococcus faecalis strain 4928STDY7387888 genome assembly, chromosome: 1	False	False
ISR0252_000000000863	8114	0.7166035950588283	7	6	4	4	4	False	88068	maximal	True	ISR0252_000000000863	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	3165.0	99.874	63.0	0.0009459032434256885	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
USA0058_01_000000007421	2660	0.7165980692071254	2	2	2	2	1	True	107803	fragment	False	USA0058_01_000000007421	1.0		0	0	False	False	0.9909774661064148	0					non-mobilizable	no_good_hit								True	True
MAD0100_000000007029	5268	0.7165980671974852	5	5	5	4	3	False	115993	maximal	True	MAD0100_000000007029	1.0	PS760	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1088.0	90.074	21.0	0.00024593583676557493	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
USA0057_01_000000007157	4252	0.7165865966083369	2	2	2	2	1	True	131017	maximal	True	USA0057_01_000000007157	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2881.0	91.73899999999999	73.0	0.006013754686483898	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0094_000000003168	4199	0.7165865966083369	2	2	2	2	1	True	131000	fragment	False	MAD0094_000000003168	1.0		0	0	False	False	0.9997618198394775	0					non-mobilizable	no_good_hit	1842.0	86.699	56.0	0.0038432827238377622	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0092_000000018417	2930	0.7165865966083369	2	2	2	2	1	True	17468	fragment	False	MON0092_000000018417	1.0		0	0	False	False	0.9798634648323059	0					non-mobilizable	no_good_hit	1548.0	85.853	61.0	0.0032285247690998398	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0061_000000017591	2534	0.7165865966083369	2	2	2	2	1	True	17467	fragment	False	MON0061_000000017591	0.9925878864887759		0	0	False	False	0.9972375631332397	0					non-mobilizable	no_good_hit	1503.0	85.695	59.0	0.0031344291637828104	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0050_000000007910	1163	0.7165844384255825	1	1	1	1	1	False	86680	fragment	False	CHI0050_000000007910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000002011	7778	0.7165843198824194	14	7	6	7	3	True	15921	maximal	True	MAD0088_000000002011	1.0		1	1	False	False	0.9998714327812195	0					non-mobilizable	no_good_hit	60.0	88.333	1.0	7.332371425624276e-05	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
TAN0007_000000006330	5084	0.7165781112807688	3	2	1	2	1	False	60203	fragment	False	TAN0007_000000006330	0.9637784090909092		0	0	False	False	0.9964594841003418	0					non-mobilizable	no_good_hit	313.0	75.08	6.0	0.0007798152320521841	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
ENG0054_000000017998	1528	0.7165716850709574	2	2	1	2	1	False	125442	fragment	False	MON0070_000000010284	0.034676725410228176		0	0	False	False	0.981675386428833	0					non-mobilizable	no_good_hit	1213.0	85.07799999999999	79.0	0.0003380767543289344	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0104_000000007566	3332	0.7165631335572145	2	2	2	2	2	False	78461	fragment	False	ISR0104_000000007566	1.0		0	0	False	False	0.9969987869262695	0					non-mobilizable	other	3328.0	88.97200000000001	99.0	0.0017130645256022	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0170_000000005124	8295	0.7165558500454418	7	5	3	4	4	False	107097	maximal	True	ISR0170_000000005124	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	98.294	40.0	0.011451180565402041	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0386_000000005246	6787	0.7165558500454418	6	5	3	4	4	False	107093	fragment	False	ISR0386_000000005246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	98.353	27.0	0.011451180565402041	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0816_000000009233	4673	0.7165536021966912	8	4	2	3	3	False	113337	maximal	False	MON0011_000000009794	0.7898149600180254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1629.0	91.037	35.0	0.259834871296746	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0362_000000004609	5041	0.7165500576341437	7	6	2	5	4	False	112161	maximal	False	SPA0040_000000006858	0.9312364763109463		0	0	True	True	0.999603271484375	8					non-mobilizable	chromosome	4454.0	95.914	99.0	0.8723738464559199	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0310_000000002949	5033	0.7165500576341437	6	6	2	5	4	False	112161	maximal	False	SPA0040_000000006858	0.9155664866921948		0	0	True	True	1.0	2					non-mobilizable	chromosome	4128.0	96.851	95.0	0.810327901040644	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	True
ISR0021_000000006091	3680	0.7165478747095899	9	6	3	3	6	True	118523	fragment	False	ISR0021_000000006091	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3678.0	96.574	99.0	0.20495508063166118	NZ_CABLCC010000055.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	True
ENG0133_000000007898	3142	0.7165448392356815	3	2	2	2	1	False	127553	fragment	False	ENG0133_000000007898	1.0		0	0	False	False	0.9996817111968994	0					non-mobilizable	no_good_hit	323.0	89.164	12.0	0.0008730756072528224	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0092_000000005747	1780	0.7165443875921261	3	3	3	2	1	True	83665	maximal	True	CHI0092_000000005747	0.9825253664036077		121	13	False	False	0.9943820238113403	0					non-mobilizable	other	1657.0	89.559	93.0	0.005406289349315628	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ENG0032_000000013111	1774	0.7165443875921261	3	3	3	2	1	True	83665	maximal	False	CHI0092_000000005747	0.9808988764044944		0	0	False	False	0.9949266910552979	0					non-mobilizable	other	1660.0	88.37299999999999	93.0	0.005406289349315628	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
MAD0054_000000010457	1658	0.7165443875921261	3	3	3	2	1	True	82507	fragment	False	MAD0064_000000014223	0.939492892502671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1423.0	91.848	85.0	0.004631158934440974	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0327_000000017419	1655	0.7165443875921261	3	3	3	2	1	True	82505	maximal	True	ISR0327_000000017419	1.0		18	6	False	False	0.9963746070861816	0					non-mobilizable	no_good_hit	1331.0	92.26100000000001	80.0	0.004346617389740151	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
MAD0064_000000014223	1570	0.7165443875921261	3	3	3	2	1	True	82507	fragment	False	MAD0064_000000014223	0.9413922949915746		0	0	False	False	0.9993630647659302	0					non-mobilizable	other	1456.0	90.24700000000001	93.0	0.004748900263282694	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
MON0014_000000010647	1562	0.7165443875921261	3	3	3	2	1	True	82507	fragment	False	MAD0064_000000014223	0.6424628450106157		0	0	False	False	0.9763123989105225	0					non-mobilizable	other	1543.0	89.501	99.0	0.0050334418079835165	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ISR0842_000000012131	1851	0.7165427871882034	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.4888755728857504		0	0	False	False	1.0	0					non-mobilizable	chromosome	1732.0	99.711	94.0	0.0006862030376079699	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0798_000000007800	1564	0.7165296244153462	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.9790031266125157		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	99.616	100.0	0.014493156782018471	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	False	False
CHI0026_000000007669	1493	0.7165296244153462	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.8450547746483462		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	98.995	100.0	0.013825525759430288	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	False	False
ISR0189_000000000552	13006	0.7165286201996072	19	5	4	5	3	True	88421	maximal	True	ISR0189_000000000552	1.0		4	2	False	False	0.9978471398353577	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	0.0	9.283951090677494e-07	LR736844.1	bivalves	Pecten maximus genome assembly, chromosome: 7	True	True
ITA0004_000000000838	1612	0.7165084386781883	2	2	1	1	1	False	20402	fragment	False	ITA0004_000000000838	1.0		0	0	False	False	0.998138964176178	0					non-mobilizable	no_good_hit	67.0	82.09	4.0	1.569844150154166e-05	CP031747.1	b-proteobacteria	Alcaligenes faecalis strain AU14 chromosome	True	False
MON0059_000000018051	2169	0.7165012324979408	2	2	1	2	2	False	10936	fragment	False	MON0059_000000018051	1.0		0	0	False	False	0.9967727065086365	0					non-mobilizable	no_good_hit	1323.0	89.116	61.0	0.039577283477531956	NZ_QIML01000019.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_19, whole genome shotgun sequence	True	False
CHI0060_000000014396	1128	0.7164978351557626	2	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.041583745729273626	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1128.0	99.20200000000001	100.0	0.0012365591397849463	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0018_000000007038	4008	0.7164884168198309	6	5	4	4	5	False	85621	maximal	True	SPA0018_000000007038	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	71.895	15.0	0.0022874846803230646	NZ_CACWHY010000001.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
ISR0017_000000006353	5208	0.7164880768076731	8	7	5	6	6	False	99045	fragment	False	ENG0016_000000004204	0.9678296754830238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	78.704	31.0	0.0002430819158845869	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0215_000000012503	2320	0.7164845184841636	3	3	3	3	3	False	67882	maximal	False	ISR0113_000000006691	0.9895367866266589		0	0	False	False	1.0	0					non-mobilizable	other	2320.0	99.052	100.0	0.036965011556547384	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0034_01_000000039746	1296	0.7164834178069834	2	2	1	2	1	False	1452	maximal	True	USA0034_01_000000039746	1.0		122	10	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	87.64	7.0	0.015045306890066678	NZ_LTBA01000078.1	firmicutes	Clostridium tepidiprofundi DSM 19306 CLTE_contig000078, whole genome shotgun sequence	True	False
ISR0170_000000034993	1348	0.7164794995451556	2	2	2	2	2	False	30037	fragment	False	ISR0170_000000034993	1.0		0	0	False	False	0.9992581605911255	0					non-mobilizable	chromosome	1348.0	99.926	100.0	0.0002732770198592806	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
ENG0206_000000019603	1305	0.7164785497795872	2	2	2	1	1	False	108673	fragment	False	ENG0206_000000019603	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	98.927	100.0	0.017833698030634573	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
ISR0819_000000019223	1387	0.7164750543389704	3	3	3	3	2	True	40155	fragment	False	ISR0819_000000019223	1.0		0	0	False	False	0.9956741333007812	0					non-mobilizable	no_good_hit								True	True
SPA0060_000000004426	3684	0.7164735386937444	4	4	4	3	2	False	6246	maximal	True	SPA0060_000000004426	1.0		3	2	False	False	0.9932138919830322	0					non-mobilizable	no_good_hit	524.0	73.092	14.0	0.004284654435117495	NZ_RBIE01000003.1	bacteria	Thermovibrio guaymasensis strain DSM 15521 Ga0215661_13, whole genome shotgun sequence	True	False
ISR0027_000000005716	4574	0.7164705711837933	8	7	6	6	6	False	56446	fragment	False	ISR0014_000000007024	0.9731457294292779		0	0	False	False	0.9997813701629639	0					non-mobilizable	no_good_hit	793.0	94.325	59.0	0.0002252771164529094	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0376_000000013357	1842	0.7164644590958131	2	2	2	2	1	False	23746	fragment	False	ISR0376_000000013357	1.0		0	0	False	False	0.9896851181983948	0					non-mobilizable	no_good_hit								True	False
MON0005_000000036525	1494	0.7164640398297492	1	1	1	1	1	False	76111	fragment	False	MON0005_000000036525	0.9498154981549816		0	0	False	False	0.9979919791221619	0					non-mobilizable	other	1496.0	92.647	100.0	0.0003940527333878268	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	False
CHI0001_000000001118	6931	0.7164605142863528	8	6	3	5	2	False	132278	fragment	False	ISR0098_000000002470	0.972425678586816		0	0	False	False	0.9998556971549988	0					non-mobilizable	other	6962.0	94.226	100.0	0.0016214480954633982	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0190_000000000292	52933	0.7164458831617683	60	36	17	31	22	True	33619	maximal	True	ISR0190_000000000292	0.9964312014954966		3	1	True	True	1.0	31					non-mobilizable	no_good_hit	601.0	72.87899999999999	1.0	0.0006298697271134857	NZ_JQNF01000010.1	firmicutes	Carnobacterium jeotgali MS3 BP18DRAFT_scf7180000000060_quiver.7_C, whole genome shotgun sequence	True	True
FIJ0112_000000008911	2987	0.7164378466506396	3	2	2	2	2	False	42036	maximal	True	FIJ0112_000000008911	1.0		1	1	False	False	0.9916303753852844	0					non-mobilizable	no_good_hit	1221.0	91.97399999999999	41.0	0.0003607312359783502	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0031_000000021278	1205	0.7164292565825726	3	1	1	1	1	False	48505	fragment	False	FIJ0031_000000021278	0.9499178981937604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	75.62	40.0	0.00014573398954450474	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
SPA0007_000000003938	5601	0.7164215891401723	8	3	2	3	0	False	51268	fragment	False	SPA0007_000000003938	1.0		0	0	False	False	0.9973219037055969	0					non-mobilizable	other	5315.0	99.887	95.0	0.005830590300636384	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ENG0073_000000012099	2053	0.7164187765783918	4	2	2	2	0	True	62235	maximal	True	ENG0073_000000012099	1.0		0	0	False	False	0.9907452464103699	0					non-mobilizable	no_good_hit								True	True
SPA0032_000000025031	1198	0.7164165135800563	2	2	2	1	1	False	20322	fragment	False	SPA0032_000000025031	0.9409722222222222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0046_000000008732	3240	0.7164122552049386	5	3	3	2	1	False	46983	maximal	True	FIJ0046_000000008732	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	79.817	3.0	0.0008322832563276862	NZ_JAATWC010000007.1	d-proteobacteria	Dissulfurirhabdus thermomarina strain SH388 7, whole genome shotgun sequence	True	False
MAD0002_000000018838	2099	0.7164027317160561	4	3	3	3	3	False	91838	fragment	False	FIJ0031_000000011378	0.9665873649208052		0	0	False	False	0.995235800743103	0					non-mobilizable	other	2099.0	99.19	100.0	0.052514330054316535	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0051_000000010877	3729	0.7164021060850373	5	4	0	4	4	False	83067	maximal	True	ISR0051_000000010877	1.0	PS412	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	96.75399999999999	47.0	0.2844199680227394	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
MON0019_000000060986	1015	0.7164019633084059	2	1	1	1	1	False	13117	fragment	False	MON0070_000000032041	0.936150234741784		0	0	False	False	0.9802955389022827	0					non-mobilizable	chromosome	1015.0	96.15799999999999	100.0	0.00041759018341845747	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0093_000000034160	1360	0.7163956481808149	3	2	0	2	1	False	9371	fragment	False	MON0093_000000034160	1.0		0	0	False	False	0.9941176176071167	0					non-mobilizable	plasmid	1267.0	97.47399999999999	93.0	0.40940480105228544	HG796359.1	bacteria	Uncultured bacterium plasmid pRGI00727	False	True
MON0059_000000012230	3111	0.716393320180374	3	3	3	3	3	False	85315	fragment	False	MON0059_000000012230	1.0		0	0	False	False	0.9980713725090027	0					non-mobilizable	no_good_hit	1086.0	77.256	36.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0078_000000016388	2648	0.716393320180374	3	3	3	3	3	False	53458	fragment	False	MON0078_000000016388	1.0		0	0	False	False	0.986027181148529	0					non-mobilizable	no_good_hit	1085.0	76.959	41.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CHI0073_000000002929	3117	0.7163885279473041	4	3	2	2	0	False	115349	maximal	True	CHI0073_000000002929	1.0		1	1	False	False	0.9910169839859009	0					non-mobilizable	no_good_hit	2801.0	87.469	89.0	0.12379855605261993	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	True	False
CHI0160_000000019455	1641	0.7163885279473041	4	3	2	2	0	False	78705	maximal	True	CHI0160_000000019455	1.0		1	1	False	False	0.9878122806549072	0					non-mobilizable	no_good_hit	144.0	89.583	9.0	0.006289586747574965	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	True	False
DEN0026_000000007749	3811	0.7163867188990969	4	3	2	3	2	False	119209	maximal	True	DEN0026_000000007749	1.0	PS564|PS816	0	0	False	True	0.9994751811027527	0					non-mobilizable	no_good_hit	1571.0	90.898	65.0	0.0017457175366678616	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
MAD0068_000000025365	1149	0.7163851705075066	2	2	2	2	1	False	16415	maximal	True	MAD0068_000000025365	1.0		0	0	False	False	0.9208006858825684	0					non-mobilizable	no_good_hit	652.0	96.779	84.0	0.0003017456475405631	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0063_000000003210	10191	0.7163785918979384	10	5	3	4	4	False	88846	maximal	True	DEN0063_000000003210	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4035.0	82.454	39.0	0.043640424586093615	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0144_000000006548	1276	0.7163758790591469	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.30493444956528687		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	94.366	100.0	0.017751561802766623	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0142_000000001745	14177	0.7163747189582544	22	8	5	8	4	False	50345	maximal	True	FIJ0142_000000001745	0.9986562150055991		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	99.363	3.0	0.5298759864712514	GQ878298.1		Uncultured organism clone VC1BX42TF genomic sequence	True	False
AST0019_000000003341	7121	0.7163721119515049	8	5	3	4	3	True	122901	fragment	False	ENG0087_000000003737	0.9645637034002459		0	0	False	False	0.9978935718536377	0					non-mobilizable	other	7121.0	99.14299999999999	100.0	0.041499338458579345	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ENG0102_000000003950	6088	0.7163721119515049	8	5	3	4	3	True	115676	fragment	False	ENG0102_000000003950	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6002.0	98.867	100.0	0.03497718119240655	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0167_000000001588	15263	0.7163700529425671	8	5	5	5	2	True	130423	maximal	True	ISR0167_000000001588	1.0	PS1102	1	1	False	True	0.9999344944953918	0					non-mobilizable	no_good_hit	286.0	97.902	2.0	0.32094594594594594	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
FIJ0131_000000010742	1728	0.7163545002242692	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9681704601476991		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	82.145	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0150_000000005807	3872	0.7163540504543169	5	4	4	4	4	False	111987	fragment	False	ISR0150_000000005807	0.9961690885072655		0	0	False	False	0.9940599203109741	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.0004842978933041641	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0191_000000017933	1766	0.7163510807169072	2	2	2	2	2	False	54699	fragment	False	ENG0191_000000017933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	90.353	83.0	0.0004128359666965872	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0138_000000016603	1757	0.7163327059520307	4	3	1	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.13171894576639334		0	0	False	False	0.9721115827560425	0					non-mobilizable	other	1758.0	94.539	100.0	0.018520277329281035	NZ_QSFS01000014.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf14, whole genome shotgun sequence	False	True
ISR0166_000000001537	9039	0.7163311863628756	16	13	11	13	11	False	110359	fragment	False	ISR0166_000000001537	1.0		0	0	False	False	0.9995574951171875	0					non-mobilizable	no_good_hit	3538.0	98.898	46.0	0.0013345499697413918	CP040907.1	firmicutes	Enterococcus faecium strain FB-1 chromosome, complete genome	True	False
ISR0346_000000004856	3994	0.7163272076291306	6	3	3	3	3	False	75890	fragment	False	ISR0346_000000004856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000014552	1915	0.7163225733875022	3	2	1	2	1	False	96175	maximal	True	CAN0004_000000014552	1.0		0	0	False	False	0.9994778037071228	0					non-mobilizable	no_good_hit	1407.0	99.50200000000001	73.0	0.0004234350521102184	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0060_000000017917	1725	0.7163189806522773	3	3	2	3	2	False	63321	fragment	False	ENG0060_000000017917	1.0		0	0	False	False	0.9994202852249146	0					non-mobilizable	other	1725.0	96.75399999999999	100.0	0.012725031554240079	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
FIJ0003_000000011070	2169	0.7163142019539293	3	3	3	2	2	False	115367	fragment	False	AST0047_000000009667	0.6599342414279005		0	0	False	False	1.0	0					non-mobilizable	other	2169.0	98.94	100.0	0.0024126083558413626	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
FIJ0030_000000002508	9223	0.7163045030407382	14	8	4	7	6	False	48783	maximal	True	FIJ0030_000000002508	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	1.0	3.266685802662188e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0173_000000000980	7031	0.7162845716403076	7	5	5	4	5	False	116213	fragment	False	SPA0013_000000002713	0.3336639288872468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	95.40100000000001	36.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0041_01_000000014092	1171	0.7162778693588735	2	2	2	2	2	False	94762	fragment	False	FIJ0028_000000015259	0.24190569308738505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	72.708	39.0	0.001050042893909065	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
DEN0023_000000001779	3026	0.7162735642448053	2	2	2	2	2	False	74391	maximal	True	DEN0023_000000001779	1.0		1	1	False	False	0.9993390440940857	0					non-mobilizable	no_good_hit	1090.0	75.688	36.0	0.0004866993626491587	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
FIJ0018_000000004811	5537	0.7162722450923557	7	4	3	4	1	False	50037	fragment	False	FIJ0018_000000004811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00010275978530055524	NZ_AUGW01000007.1	g-proteobacteria	Oceanospirillum maris DSM 6286 G517DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
FIJ0089_000000004092	5508	0.7162722450923557	7	4	3	4	1	False	50037	fragment	False	FIJ0018_000000004811	0.9973812533863102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00010275978530055524	NZ_AUGW01000007.1	g-proteobacteria	Oceanospirillum maris DSM 6286 G517DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ENG0168_000000005027	5666	0.7162678990827753	7	3	2	3	3	False	82533	maximal	True	ENG0168_000000005027	1.0		1	1	False	False	0.9982351064682007	0					non-mobilizable	no_good_hit	367.0	75.477	6.0	0.0001126074201075448	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
MAD0112_000000020820	1398	0.7162594017963203	1	1	1	1	1	False	14436	fragment	False	MAD0112_000000020820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	72.325	79.0	0.0011043215784436427	NZ_LN876586.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	False
DEN0017_000000012077	2470	0.7162534557253369	5	5	5	5	4	False	75235	maximal	True	DEN0017_000000012077	1.0		52	10	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	87.314	64.0	0.0002931735004814979	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0124_000000008784	1678	0.7162529378622152	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.35717665731336584		0	0	False	False	1.0	0					non-mobilizable	chromosome	1678.0	99.881	100.0	0.0003117384876575167	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0013_000000017544	1560	0.7162529378622152	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.35683071559349416		0	0	False	False	0.9801282286643982	0					non-mobilizable	chromosome	1560.0	99.295	100.0	0.0002898034002731476	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MON0007_000000041660	1550	0.7162529378622152	2	2	2	2	2	False	13927	fragment	False	MON0007_000000041660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	79.539	70.0	0.00015201498187394246	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0032_000000019320	1521	0.7162529378622152	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.31227304268042994		0	0	False	False	0.9993425607681274	0					non-mobilizable	chromosome	1498.0	98.999	100.0	0.00027809229429674715	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CAN0018_000000022861	1494	0.7162529378622152	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.31230121400163		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	99.264	100.0	0.00027753462258358523	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0775_000000013300	1481	0.7162529378622152	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.3099091165132876		0	0	False	False	1.0	0					non-mobilizable	chromosome	1481.0	99.865	100.0	0.00027511804515988357	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0060_01_000000008039	1437	0.7162529378622152	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.37830778803267756		0	0	False	False	0.9986082315444946	0					non-mobilizable	chromosome	1437.0	99.861	100.0	0.00026693886003350864	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0195_000000008170	2750	0.7162524438176104	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9107743459109727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	74.675	17.0	0.010244532537526168	NZ_PPTT01000032.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_32, whole genome shotgun sequence	True	False
FIJ0047_000000013471	2269	0.7162500976940915	2	2	2	2	2	False	119649	maximal	False	ISR0302_000000006537	0.9810034367082767		0	0	False	False	0.9973556399345398	0					non-mobilizable	other	2268.0	99.647	99.0	0.0004386464987356489	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0211_000000006196	4729	0.716236539673177	6	6	5	5	5	False	79174	fragment	False	ENG0211_000000006196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2005.0	92.818	68.0	0.0007130820639202203	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ITA0006_000000014202	1646	0.7162324494087523	2	2	1	2	1	False	51867	fragment	False	TAN0009_000000023171	0.9515677491601344		0	0	False	False	1.0	0					non-mobilizable	other	1646.0	99.33200000000001	100.0	0.015079845259703354	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
AUS0010_000000008181	2864	0.7162298928862865	4	4	4	4	3	False	101554	fragment	False	AUS0010_000000008181	0.998343883502183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	89.355	52.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0031_01_000000018154	1487	0.7162195960891341	3	2	2	1	1	False	120638	maximal	True	USA0031_01_000000018154	1.0		2	2	False	False	0.9993274807929993	0					non-mobilizable	chromosome	1249.0	87.59	92.0	0.0005406813973080397	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0128_000000009523	2816	0.716219196129016	4	4	4	4	4	False	98888	fragment	False	SPA0097_000000010480	0.9442838792549775		0	0	False	False	0.9893465638160706	0					non-mobilizable	other	2816.0	99.71600000000001	100.0	0.0011848680355856069	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
MON0095_000000019794	1586	0.7162184349030926	3	2	2	2	2	False	99844	fragment	False	MON0039_000000025714	0.289917902096517		0	0	False	False	0.9174022674560547	0					non-mobilizable	no_good_hit								True	False
FIJ0014_000000015785	1585	0.7162090516245037	3	2	2	2	2	False	50461	fragment	False	FIJ0014_000000015785	1.0		0	0	False	False	0.9962145090103149	0					non-mobilizable	no_good_hit	144.0	77.778	9.0	0.0006047519878027486	NZ_FONL01000003.1	firmicutes	Succiniclasticum ruminis DSM 9236, whole genome shotgun sequence	True	False
SPA0083_000000015554	1191	0.7162076245606936	2	1	1	1	1	False	5573	fragment	False	SPA0083_000000015554	1.0		0	0	False	False	0.9991603493690491	0					non-mobilizable	no_good_hit	866.0	80.831	73.0	0.9390642002176278	GQ883759.1		Uncultured organism clone VC1DE83TF genomic sequence	True	False
ENG0204_000000005781	3990	0.7162072424061485	3	3	2	2	3	True	97333	fragment	False	ENG0199_000000004616	0.6176610371307429		0	0	False	False	1.0	0					non-mobilizable	other	3576.0	97.931	100.0	0.03723105121742934	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ENG0171_000000004764	4807	0.7162037142122621	6	5	4	4	3	True	128685	backbone	False	FIJ0105_000000005116	0.043255314867228084	PS1045|PS1046|PS656|PS658	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4124.0	96.848	86.0	0.6970568335588633	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
DEN0021_000000032447	1169	0.7162032194886674	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.02724321284248258	PS721	0	0	False	True	0.9931565523147583	0					non-mobilizable	no_good_hit	648.0	95.988	55.0	0.6602040816326531	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0033_000000008958	3330	0.7161917651558378	4	4	4	4	4	False	76253	fragment	False	ISR0107_000000006693	0.9730399234335888		0	0	False	False	0.9966967105865479	0					non-mobilizable	other	3331.0	99.039	100.0	0.056475137371955766	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0186_000000005353	4534	0.7161897789779532	4	3	3	3	2	False	121268	maximal	True	ISR0186_000000005353	1.0	PS849	17	5	False	True	1.0	0					non-mobilizable	no_good_hit	3137.0	99.809	69.0	0.0006060909918540674	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
MON0035_000000012812	2202	0.7161886571703202	3	3	3	3	3	False	118105	maximal	True	MON0035_000000012812	1.0		38	9	False	False	0.9986376166343689	0					non-mobilizable	no_good_hit	859.0	71.595	39.0	0.00030065623801491805	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0074_000000012110	1869	0.7161859129230971	3	3	3	3	2	False	89943	fragment	False	ENG0074_000000012110	1.0		0	0	False	False	0.9973247647285461	0					non-mobilizable	no_good_hit	1156.0	84.689	62.0	0.01390276490484731	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	True	False
FIJ0054_000000013485	1859	0.7161809785300527	4	2	2	2	2	False	46320	maximal	True	FIJ0054_000000013485	1.0		1	1	False	False	0.9892415404319763	0					non-mobilizable	no_good_hit	1033.0	75.895	55.0	0.0014059478603617533	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0839_000000005884	3039	0.7161791420620033	5	3	3	3	2	True	28864	maximal	True	ISR0839_000000005884	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	89.056	15.0	0.5984555984555985	EU059067.1	bacteria	Uncultured bacterium clone LM0ABA40ZD08FM1 genomic sequence	True	True
FIJ0028_000000020129	1503	0.7161782825164092	2	2	2	2	1	False	100116	fragment	False	CHI0154_000000019224	0.7236829824954659		0	0	False	False	0.9906852841377258	0					non-mobilizable	other	1503.0	99.40100000000001	100.0	0.055214498400911666	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
MAD0101_000000007474	3624	0.7161761919909743	5	5	5	5	5	False	43741	maximal	True	MAD0101_000000007474	0.997229916897507		153	9	False	False	0.9997240900993347	0					non-mobilizable	other	3624.0	99.39299999999999	100.0	0.022764401327033276	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ITA0005_000000002700	6200	0.7161761643935318	8	6	3	6	3	True	90483	fragment	False	SPA0075_000000001875	0.6730248800560157		0	0	False	False	0.9998387098312378	0					non-mobilizable	plasmid	6200.0	97.242	100.0	0.09942765014107215	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
MAD0007_000000008738	1118	0.7161760313127852	2	2	2	1	1	False	19852	maximal	True	MAD0007_000000008738	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	84.12	21.0	0.0007221070585964978	NZ_RZNZ01000001.1	high GC Gram+	Bifidobacterium vespertilionis strain RST16 NODE_1_length_321282_cov_66.397332, whole genome shotgun sequence	True	False
ENG0058_000000003978	6799	0.7161747441881912	6	5	4	5	4	False	75367	maximal	True	ENG0058_000000003978	1.0		1	1	False	False	0.9997058510780334	0					non-mobilizable	no_good_hit	64.0	100.0	1.0	0.003915718814096587	NZ_JAAITI010000055.1	firmicutes	Blautia luti strain MSK.16.34 NODE_55_length_16089_cov_301.632, whole genome shotgun sequence	True	False
MON0033_000000001218	30010	0.7161699985652864	44	16	6	11	10	True	101315	maximal	True	MON0033_000000001218	1.0		1	1	False	False	0.9998667240142822	0					non-mobilizable	no_good_hit	191.0	95.81200000000001	1.0	0.0005499149079037244	NZ_SPFU01000005.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_5_length_345508_cov_31.5811, whole genome shotgun sequence	True	True
MAD0002_000000000820	19255	0.7161584742573726	20	13	10	13	6	True	50674	fragment	False	MAD0046_000000000782	0.9188845026751894		0	0	False	False	0.9999480843544006	0					non-mobilizable	no_good_hit	100.0	82.0	1.0	0.002988989538536615	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
SPA0127_000000003108	8869	0.7161498196423006	11	8	6	5	8	False	7911	maximal	True	SPA0127_000000003108	1.0		1	1	False	False	0.999887228012085	0					non-mobilizable	no_good_hit	2625.0	88.07600000000001	30.0	0.0011188466113554365	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0173_000000002042	3899	0.7161473938396816	9	3	1	2	0	True	29922	maximal	True	ISR0173_000000002042	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0090_000000012288	1914	0.7161441214590637	2	2	2	2	2	False	63758	maximal	False	ENG0054_000000013544	0.975081096830587		0	0	False	False	0.9994775056838989	0					non-mobilizable	other	1914.0	98.694	100.0	0.0027504719510809943	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0789_000000001810	7535	0.7161421565232804	12	7	3	6	3	True	110684	fragment	False	ISR0789_000000001810	0.9630941032275637		0	0	False	False	0.9994691610336304	0					non-mobilizable	other	4485.0	97.971	93.0	0.0012007801321768639	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0161_000000005195	5465	0.7161315582077818	6	6	6	6	4	False	124231	maximal	True	ISR0161_000000005195	1.0		130	5	False	False	1.0	0					non-mobilizable	other	5465.0	99.726	100.0	0.0015407803348708232	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0060_000000005379	5591	0.7161295334624297	6	6	6	6	6	False	95725	maximal	True	ISR0060_000000005379	1.0		13	5	False	False	0.9974959492683411	0					non-mobilizable	no_good_hit	1879.0	89.196	60.0	0.00028817893988922726	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0127_000000011276	2192	0.7161252784056992	2	2	2	1	1	False	36789	maximal	True	ISR0127_000000011276	1.0		1	1	False	False	0.9055656790733337	0					non-mobilizable	no_good_hit	1508.0	79.708	69.0	0.00027080470701909554	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0123_000000012372	1812	0.7161252784056992	3	2	2	1	1	False	36790	maximal	True	ISR0123_000000012372	1.0		4	2	False	False	0.9994481205940247	0					non-mobilizable	no_good_hit	1488.0	79.839	82.0	0.00026737451406352034	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0035_000000012002	1623	0.7161252784056992	2	2	2	1	1	False	36787	fragment	False	ISR0035_000000012002	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	80.176	91.0	0.00026556914935005967	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
USA0053_01_000000012441	1515	0.7161252784056992	2	2	2	1	1	False	27113	fragment	False	USA0053_01_000000012441	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	81.525	96.0	0.0002254213842922281	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
ISR0289_000000006185	1719	0.7161166131006178	3	2	0	1	1	False	116584	backbone	False	USA0025_01_000000005434	0.01770387307514094	PS778	0	0	False	True	0.9994182586669922	0					non-mobilizable	plasmid	1720.0	98.081	100.0	0.4139344262295082	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
AST0061_000000025622	1643	0.7161166131006178	4	2	0	1	1	False	111923	fragment	False	AST0061_000000025622	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1133.0	99.382	100.0	0.23657262277951932	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
AST0148_000000017239	1999	0.7161163735146653	3	3	2	3	2	False	104990	maximal	False	CHI0140_000000013574	0.6225247809683551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	91.275	30.0	0.0002746958058754122	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0793_000000009591	1743	0.716106663428687	2	2	2	1	1	False	22015	maximal	True	ISR0793_000000009591	1.0		141	8	False	False	0.9879518151283264	0					non-mobilizable	no_good_hit	1278.0	81.29899999999999	73.0	0.001702200779146161	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
AST0111_000000011968	1606	0.7161035209707752	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.2046691651962992		0	0	False	False	0.9987546801567078	0					non-mobilizable	chromosome	1607.0	90.915	100.0	0.0005055769487170355	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0026_000000001883	12655	0.7160974270285337	14	11	9	11	6	True	51333	maximal	True	FIJ0026_000000001883	0.9814310472889329		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	81.333	2.0	0.007804619060260154	NZ_FOXF01000021.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
MON0081_000000034113	1559	0.7160947147941944	3	2	2	2	2	False	9973	fragment	False	MON0081_000000034113	1.0		0	0	False	False	0.9993585348129272	0					non-mobilizable	no_good_hit	1188.0	76.347	75.0	0.00040235863040412366	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0203_000000009960	1746	0.7160943622342466	2	1	1	1	1	False	28687	fragment	False	ISR0203_000000009960	1.0		0	0	False	False	0.9770904779434204	0					non-mobilizable	no_good_hit								True	False
FIJ0143_000000003378	1537	0.7160900469926401	2	2	2	2	2	False	40130	maximal	True	FIJ0143_000000003378	1.0		97	9	False	False	0.9687703251838684	0					non-mobilizable	no_good_hit	136.0	79.41199999999999	9.0	0.0008105546687948923	NZ_FOJO01000007.1	a-proteobacteria	Paracoccus halophilus strain CGMCC 1.6117, whole genome shotgun sequence	True	False
TAN0012_000000006318	1524	0.71608740334999	2	2	2	1	1	False	2589	maximal	True	TAN0012_000000006318	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	83.74	8.0	4.181239600451711e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0016_000000004888	3599	0.7160862080650757	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.15765633735026702		0	0	False	False	1.0	0					non-mobilizable	chromosome	3641.0	87.696	100.0	0.0012706928681348267	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0018_000000004336	6071	0.7160755971112517	6	6	6	6	4	False	103648	maximal	True	SPA0018_000000004336	1.0		40	8	False	False	0.9968703389167786	0					non-mobilizable	no_good_hit	289.0	74.39399999999999	5.0	0.0011820034750066827	NZ_FOJI01000006.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
FIJ0036_000000013674	2848	0.7160752852825606	4	4	4	4	3	False	131839	maximal	True	FIJ0036_000000013674	1.0		4	3	False	False	0.9978932738304138	0					non-mobilizable	no_good_hit	2025.0	91.90100000000001	87.0	0.0005694372132718638	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0008_000000007715	3925	0.7160611186712551	4	4	3	3	4	False	85321	fragment	False	MON0008_000000007715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	72.3	32.0	0.0005981138842591616	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ENG0131_000000008448	3211	0.7160603020671384	4	4	3	3	3	False	121957	maximal	True	ENG0131_000000008448	1.0		112	4	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	87.29299999999999	39.0	0.00020565070100436047	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0198_000000004701	3971	0.7160588440747649	5	4	4	4	4	False	107570	fragment	False	ENG0198_000000004701	1.0		0	0	False	False	0.9977335929870605	0					non-mobilizable	no_good_hit	2551.0	84.43700000000001	78.0	0.0007617345508641472	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0050_000000008941	2910	0.7160402443645892	4	4	4	4	3	False	70043	maximal	True	SPA0050_000000008941	1.0		7	3	False	False	1.0	0					non-mobilizable	other	2910.0	99.45	100.0	0.0008302670440209927	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0042_000000004211	6398	0.7160377741961588	8	8	8	8	8	False	116677	maximal	False	CHI0057_000000001953	0.6394951100833454		0	0	False	False	0.9964051246643066	0					non-mobilizable	other	6396.0	99.156	99.0	0.002605555557819091	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0252_000000000039	64154	0.716035093807226	82	33	21	33	15	True	114635	backbone	True	ISR0252_000000000039	1.0	PS739|PS80	1	1	True	True	0.9997817873954773	8					non-mobilizable	plasmid	19121.0	97.55799999999999	98.0	0.26444176940212805	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0081_000000021986	1012	0.7160314253972117	2	1	1	1	1	False	34207	fragment	False	ISR0081_000000021986	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1031.0	87.391	100.0	0.00027369276360067636	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0345_000000003636	2649	0.7160313326109904	4	4	1	3	3	True	24218	maximal	True	ISR0345_000000003636	1.0		45	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0005_000000004831	5863	0.7160258585692149	5	1	1	1	1	False	99202	maximal	True	DEN0005_000000004831	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000017693	3232	0.7160258585692149	4	1	1	1	1	False	121245	maximal	True	MON0090_000000017693	1.0		1	1	False	False	0.9993811845779419	0					non-mobilizable	no_good_hit	574.0	81.882	17.0	0.0002507946665524257	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0025_000000019148	1433	0.7160258585692149	2	1	1	1	1	False	66122	maximal	True	ENG0025_000000019148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0021_000000024343	1310	0.7160234179929631	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04937833176432566		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	99.389	100.0	0.002737136607999799	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0090_000000044062	1405	0.7160129591817221	1	1	1	1	1	False	13914	fragment	False	MON0090_000000044062	1.0		0	0	False	False	0.9935942888259888	0					non-mobilizable	other	1387.0	79.596	99.0	0.013509553393506037	NZ_MIEH01000002.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_2, whole genome shotgun sequence	False	False
FIJ0103_000000009363	2283	0.7160098713774731	3	1	1	1	1	False	42580	maximal	True	FIJ0103_000000009363	1.0		14	4	False	False	0.997809886932373	0					non-mobilizable	no_good_hit	824.0	98.90799999999999	36.0	0.0003838279256968832	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0170_000000038684	1222	0.7160075745804262	2	2	2	1	1	False	117885	fragment	False	ISR0122_000000008533	0.12347982285206927		0	0	False	False	1.0	0					non-mobilizable	chromosome	1223.0	89.779	100.0	0.0003848562683188905	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0148_000000016435	1271	0.7160073122291776	2	2	1	2	1	False	39880	maximal	True	FIJ0148_000000016435	1.0		2	2	False	False	0.9984264373779297	0					non-mobilizable	no_good_hit	684.0	98.09899999999999	54.0	0.0028029712315836993	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
DEN0018_000000036861	1120	0.7160060495647095	3	1	1	1	1	False	74931	fragment	False	DEN0018_000000036861	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	98.214	100.0	0.00038017091043628603	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MON0104_000000036821	1250	0.7160051399033616	2	2	2	2	2	False	68136	fragment	False	ISR0170_000000036073	0.9351008167432363		0	0	False	False	0.9136000275611877	0					non-mobilizable	other	1177.0	97.791	94.0	0.0003265741373277571	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0042_000000003816	3198	0.7160017819700769	5	3	2	3	1	True	87489	fragment	False	CHI0042_000000003816	1.0		0	0	False	False	0.9987491965293884	0					non-mobilizable	no_good_hit								True	True
ENG0103_000000001595	12802	0.7159890358107652	10	8	5	6	6	True	118397	maximal	True	ENG0103_000000001595	1.0		3	1	False	False	0.9996875524520874	0	IncW	MOBF			mobilizable	no_good_hit	4367.0	97.573	62.0	0.0018306179446680422	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
SPA0026_000000003063	7377	0.7159857608652425	5	4	4	4	4	True	100365	fragment	False	SPA0026_000000003063	1.0		0	0	False	False	0.9974244236946106	0					non-mobilizable	no_good_hit	1323.0	75.586	18.0	0.001465876653590614	NZ_QGDL01000001.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_101, whole genome shotgun sequence	True	True
MON0033_000000044779	1325	0.7159754246329556	1	1	1	1	1	False	12275	fragment	False	USA0084_01_000000023634	0.9663461538461539		0	0	False	False	0.999245285987854	0					non-mobilizable	no_good_hit	825.0	72.848	61.0	0.00019430411369566425	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	False
CHI0160_000000013723	2262	0.7159743770830324	4	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.3216334475605156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	87.587	32.0	0.01610349663002669	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0369_000000002609	3965	0.7159684363735818	5	4	2	3	2	True	23555	maximal	True	ISR0369_000000002609	1.0		1	1	False	False	0.9896595478057861	0					non-mobilizable	no_good_hit	3126.0	94.914	79.0	0.001167598868592942	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	True
FIJ0124_000000004533	5530	0.7159654639837636	8	7	4	5	6	True	130637	backbone	False	AST0039_000000003129	0.6335419337295236	PS1110	0	0	True	True	1.0	1		MOBV			mobilizable	no_good_hit	1361.0	94.78299999999999	88.0	0.26835043409629045	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0008_000000015693	1941	0.7159583987243969	3	3	3	3	3	False	73610	fragment	False	FIJ0006_000000016351	0.7851563059680053		0	0	False	False	0.9989696145057678	0					non-mobilizable	other	1941.0	99.742	100.0	0.06991998846680603	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ENG0182_000000014781	1936	0.7159583987243969	3	3	3	3	3	False	73610	fragment	False	FIJ0006_000000016351	0.7837161707727937		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	99.587	100.0	0.06973978231096374	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ISR0108_000000002978	7110	0.7159571877776625	8	8	7	7	6	False	104499	fragment	False	DEN0045_000000004185	0.6785060881150053		0	0	False	False	0.9981715679168701	0					non-mobilizable	other	7104.0	99.155	99.0	0.05022953788259261	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MON0093_000000025516	1767	0.7159537341924826	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.274193468281982		0	0	False	True	0.9988681674003601	0					non-mobilizable	other	1766.0	95.18700000000001	100.0	0.0005314077005040394	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0021_000000011862	1315	0.7159537341924826	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.20745414823364636	PS730	0	0	False	True	0.9992395639419556	0					non-mobilizable	other	1315.0	95.89399999999999	100.0	0.00039562023708912623	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0153_000000003635	6890	0.7159503785960071	8	6	2	4	5	False	102113	maximal	True	ISR0153_000000003635	1.0		4	2	False	False	0.9988389015197754	0					non-mobilizable	no_good_hit	3536.0	91.035	52.0	0.0017635239304701965	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0022_000000009755	2599	0.7159497946494354	5	4	3	3	3	False	49484	fragment	False	FIJ0022_000000009755	1.0		0	0	False	False	0.9926894903182983	0					non-mobilizable	no_good_hit	1802.0	72.808	68.0	0.0028352884112173393	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
DEN0051_000000023365	1985	0.7159459014833495	3	3	3	2	1	False	72535	maximal	True	DEN0051_000000023365	1.0		19	6	False	False	0.9989924430847168	0					non-mobilizable	no_good_hit	1089.0	74.839	54.0	0.0003558150342744278	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MON0016_000000005071	4317	0.7159450083408155	4	3	1	2	3	False	120119	fragment	False	MON0016_000000005071	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2950.0	98.98299999999999	99.0	0.5250400998039565	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0145_000000008237	3972	0.7159389757906534	6	6	6	6	4	False	93286	maximal	True	ENG0145_000000008237	1.0		22	6	False	False	0.9997482299804688	0					non-mobilizable	no_good_hit	1497.0	97.194	57.0	0.0007890461824089116	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MON0101_000000026742	2361	0.715936832253897	4	4	3	3	2	False	125442	fragment	False	MON0070_000000010284	0.4767888173770862		0	0	False	False	0.9995764493942261	0					non-mobilizable	no_good_hit	1300.0	84.462	80.0	0.0003621252248601903	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0826_000000003329	3559	0.7159365881869093	6	5	3	2	3	True	84661	fragment	False	ISR0826_000000003329	0.9960560911481157		0	0	False	False	0.9974712133407593	0					non-mobilizable	other	2869.0	99.37299999999999	100.0	0.0009203806550619973	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0354_000000005548	3423	0.7159365881869093	6	5	3	2	3	True	84661	fragment	False	ISR0826_000000003329	0.977100309075583		0	0	False	False	1.0	0					non-mobilizable	other	2706.0	99.335	100.0	0.0008680717126717932	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0172_000000001496	5057	0.7159313422676254	10	4	1	2	4	False	105001	maximal	True	CHI0172_000000001496	1.0	PS628	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	400.0	94.5	8.0	0.08028169014084507	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
SPA0129_000000010679	2538	0.7159130439096889	3	2	2	1	1	False	3842	maximal	True	SPA0129_000000010679	1.0		4	3	False	False	0.9972419142723083	0					non-mobilizable	no_good_hit	778.0	96.015	62.0	0.00382863163518186	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
MAD0003_000000003221	7534	0.7159085132635162	8	5	4	5	3	True	21194	maximal	True	MAD0003_000000003221	1.0		1	1	False	False	0.9994691014289856	0					non-mobilizable	no_good_hit	2328.0	72.337	30.0	0.009496868891024154	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
CAN0018_000000024300	1400	0.7159083843893368	2	2	2	1	1	False	92067	fragment	False	CAN0018_000000024300	1.0		0	0	False	False	0.9814285635948181	0					non-mobilizable	no_good_hit	710.0	93.521	51.0	0.00020024632573591947	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0125_01_000000014101	1671	0.7159046292222944	3	3	2	2	3	False	99950	fragment	False	ENG0067_000000014385	0.7930054348587218		0	0	False	False	0.9988031387329102	0					non-mobilizable	other	1671.0	97.666	100.0	0.0005361520591449562	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0066_000000026928	1383	0.7158980082236014	2	1	1	1	1	False	70907	fragment	False	DEN0066_000000026928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	86.48299999999999	52.0	0.0003302619739596517	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0183_000000019636	1534	0.7158967813700652	2	1	1	1	1	False	55153	maximal	True	ENG0183_000000019636	1.0		40	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000018489	2203	0.7158945995713951	3	3	3	3	3	False	95320	fragment	False	CAN0007_000000018489	1.0		0	0	False	False	0.9995460510253906	0					non-mobilizable	no_good_hit	1105.0	70.58800000000001	49.0	0.00026137008121055616	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MON0107_000000051318	1209	0.7158865716517666	2	2	1	2	1	False	45542	maximal	False	FIJ0063_000000024357	0.9933993399339934		0	0	False	False	0.9983457326889038	0					non-mobilizable	other	1209.0	97.51899999999999	100.0	0.006305196567634716	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	False	False
MON0090_000000055443	1127	0.7158837515195026	2	2	2	2	2	False	9507	maximal	True	MON0090_000000055443	1.0		11	7	False	False	0.9822537899017334	0					non-mobilizable	no_good_hit	436.0	100.0	39.0	0.0032075624737311695	NZ_NQCD01000011.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_9_length_135617_cov_79.9926_ID_17.ctg_1, whole genome shotgun sequence	True	False
ISR0172_000000001458	11227	0.7158808511531343	20	9	8	8	6	True	114636	fragment	False	ISR0172_000000001458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3453.0	99.537	79.0	0.047735668922004065	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0341_000000011504	1223	0.7158807509761999	2	2	2	2	2	False	105238	fragment	False	SPA0154_000000007428	0.8929923162794775		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	93.54	100.0	0.030537021765749555	NZ_SPFY01000020.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_20_length_40017_cov_22.6775, whole genome shotgun sequence	False	False
ISR0193_000000012727	2112	0.7158783179632985	3	2	1	2	1	False	36614	fragment	False	MON0013_000000024112	0.9750453720508168		0	0	False	False	0.9990530014038086	0					non-mobilizable	no_good_hit	1011.0	84.57	48.0	0.00035357796552932424	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0083_000000014811	1975	0.715874855156229	3	2	2	2	2	False	69102	maximal	True	DEN0083_000000014811	1.0		24	7	False	False	0.998481035232544	0					non-mobilizable	no_good_hit	882.0	74.943	44.0	0.002198810826621749	NZ_JAGB01000003.1	firmicutes	Caldicoprobacter oshimai DSM 21659 K363DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0088_000000002906	7157	0.7158743168586297	11	9	3	5	9	True	113921	fragment	False	ISR0088_000000002906	0.9899231421490143		0	0	False	False	1.0	0					non-mobilizable	other	7157.0	99.97200000000001	100.0	0.01943134267971141	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0003_000000001145	7562	0.7158738055925721	9	8	4	6	6	False	116539	maximal	True	MON0003_000000001145	1.0	PS777	117	11	False	True	0.9974874258041382	0					non-mobilizable	plasmid	3115.0	96.212	98.0	0.012759059383592564	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
SPA0098_000000002556	13024	0.7158704432502617	15	11	5	11	8	True	91673	fragment	False	CAN0021_000000002556	0.9368336825710735		0	0	False	False	0.9999232292175293	0					non-mobilizable	other	13035.0	92.152	100.0	0.3079669874902452	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ISR0156_000000002713	9528	0.715869811905573	15	6	4	5	4	True	104964	maximal	True	ISR0156_000000002713	0.9994410084166024	PS624	5	2	True	True	0.9998950362205505	15					non-mobilizable	no_good_hit	3314.0	98.884	79.0	0.2672851956434046	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0228_000000002655	7756	0.715869811905573	12	6	4	5	4	True	71103	fragment	False	ISR0228_000000002655	1.0		0	0	False	False	0.9997421503067017	0					non-mobilizable	no_good_hit	2083.0	98.464	74.0	0.16797095603065754	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0104_000000015666	1714	0.7158578105468153	3	3	3	2	2	False	43069	fragment	False	FIJ0131_000000010714	0.9771939953810623		0	0	False	False	0.9994165897369385	0					non-mobilizable	chromosome	1714.0	99.18299999999999	100.0	0.00032492597643765046	CP052544.1	enterobacteria	Klebsiella pneumoniae strain B16KP0102 chromosome, complete genome	False	False
ENG0118_000000005735	2383	0.7158511897400524	2	2	2	2	2	False	93588	maximal	True	ENG0118_000000005735	1.0		2	2	False	False	0.9991607069969177	0					non-mobilizable	no_good_hit	558.0	71.86399999999999	23.0	0.0014786413927004676	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
FIJ0061_000000017388	1576	0.715851172866128	3	3	1	3	0	True	45799	maximal	True	FIJ0061_000000017388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0812_000000016768	2377	0.7158502235766676	4	3	3	3	2	False	58310	maximal	True	ISR0812_000000016768	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	99.40799999999999	43.0	0.00028172738977624666	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0120_000000007083	2051	0.7158495711727586	3	3	3	3	3	False	94574	maximal	True	CHI0120_000000007083	1.0		161	13	False	False	0.9990248680114746	0					non-mobilizable	other	2064.0	79.65100000000001	99.0	0.001675666067069044	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	False	False
CAN0017_000000001947	19652	0.7158458026245689	18	10	6	6	5	True	92575	maximal	True	CAN0017_000000001947	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	84.10700000000001	5.0	0.00028440435554591306	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0101_000000004896	5211	0.7158346725797704	7	3	3	2	1	True	98562	maximal	True	MAD0101_000000004896	1.0	PS551	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	563.0	94.671	11.0	0.012845714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MON0086_000000016884	1830	0.7158323190317767	2	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.39398076345472993		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	99.399	100.0	0.007222854073863457	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0003_000000009262	1668	0.7158315417644286	2	2	2	2	1	False	85616	fragment	False	MON0026_000000017562	0.2164135454746051		0	0	False	False	0.9880095720291138	0					non-mobilizable	other	1668.0	99.221	100.0	0.0004087115631537822	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0030_000000022027	1375	0.7158315417644286	2	2	2	2	1	False	85614	fragment	False	ISR0266_000000014408	0.8004791188601985		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	99.854	99.0	0.00033613890406948734	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0120_000000021301	1913	0.7158279538185662	3	1	1	1	1	False	4177	maximal	True	SPA0120_000000021301	1.0		48	9	False	False	1.0	0					non-mobilizable	other	1913.0	99.059	100.0	0.000537333130240895	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0010_000000012505	1714	0.7158279538185662	2	1	1	1	1	False	38303	fragment	False	ISR0010_000000012505	0.9794029850746269		0	0	False	False	0.9865810871124268	0					non-mobilizable	other	1714.0	100.0	100.0	0.009464768187770393	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
ISR0368_000000008462	1549	0.7158279538185662	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.9184349582730087		0	0	False	False	0.997417688369751	0					non-mobilizable	chromosome	1550.0	96.90299999999999	100.0	0.0005395736113647866	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0015_000000011670	1495	0.7158279538185662	2	1	1	1	1	False	66852	fragment	False	ENG0015_000000011670	1.0		0	0	False	False	0.9939799308776855	0					non-mobilizable	no_good_hit	1110.0	76.486	73.0	0.00029634284271198044	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0024_000000039921	1309	0.7158279538185662	1	1	1	1	1	False	12888	maximal	True	MON0024_000000039921	1.0		1	1	False	False	0.9854850769042969	0					non-mobilizable	chromosome	1322.0	78.29	99.0	0.00040440303103793265	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
DEN0094_000000025899	1499	0.7158211330243003	3	2	2	2	1	False	68319	maximal	True	DEN0094_000000025899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	97.723	32.0	0.01665802661137031	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	True	False
MON0087_000000021644	2334	0.7158203635697552	5	3	2	2	0	False	31962	fragment	False	MON0087_000000021644	1.0		0	0	False	False	0.9974293112754822	0					non-mobilizable	other	2342.0	89.624	100.0	0.0007364927420438905	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
DEN0069_000000007784	3655	0.7158196735283556	4	4	4	3	3	False	97499	fragment	False	DEN0069_000000007784	1.0		0	0	False	False	0.99863201379776	0					non-mobilizable	chromosome	3653.0	99.781	99.0	0.000831478330677475	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0015_000000011461	1523	0.7158185667856587	2	2	2	2	2	False	66854	maximal	True	ENG0015_000000011461	1.0		0	0	False	False	0.9973735809326172	0					non-mobilizable	chromosome	1409.0	79.631	92.0	0.0003860064722181095	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ISR0159_000000015046	1742	0.7158139840491319	2	2	2	2	0	True	30474	fragment	False	ISR0159_000000015046	1.0		0	0	False	False	0.9816303253173828	0					non-mobilizable	no_good_hit	91.0	85.714	5.0	1.851135013149229e-05	CP053702.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain CMCST_CEPR_1 chromosome, complete genome	True	True
SPA0002_000000006225	3923	0.7158128604766746	4	4	4	4	2	False	124234	fragment	False	SPA0042_000000007562	0.9918616480162767		0	0	False	False	0.9977058172225952	0					non-mobilizable	chromosome	1746.0	78.751	94.0	0.0004636110855038193	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0061_000000030187	1450	0.7158128479720489	2	2	2	1	1	False	71813	fragment	False	DEN0061_000000030187	1.0		0	0	False	False	0.9972413778305054	0					non-mobilizable	no_good_hit	58.0	89.655	4.0	0.00010797417712311329	NZ_JGZM01000001.1	high GC Gram+	Bifidobacterium saeculare DSM 6531 = LMG 14934 Contig01, whole genome shotgun sequence	True	False
ISR0356_000000004922	3522	0.7158019160334905	5	4	4	4	4	False	23922	maximal	True	ISR0356_000000004922	1.0		59	8	False	False	0.991482138633728	0					non-mobilizable	no_good_hit	1545.0	75.987	43.0	0.00781573896353167	NZ_FQVI01000004.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
USA0133_01_000000000053	76009	0.7157961634834377	72	12	4	11	3	True	114295	fragment	False	SPA0111_000000000104	0.9560802509568967		0	0	False	False	1.0	0					non-mobilizable	virus	28334.0	96.869	97.0	0.28620825624071095	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
MAD0103_000000004460	4064	0.7157953372079024	5	3	1	3	0	True	14933	maximal	True	MAD0103_000000004460	1.0		1	1	False	False	0.9997539520263672	0					non-mobilizable	no_good_hit	989.0	79.171	24.0	0.14264792032806092	NZ_CABIXL010000018.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	True
CHI0023_000000002860	4288	0.7157952119028664	3	2	2	2	2	False	89155	maximal	True	CHI0023_000000002860	1.0		1	1	False	False	0.9923040866851807	0					non-mobilizable	no_good_hit	1948.0	94.91799999999999	66.0	0.1971631205673759	NZ_KB894195.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00081.81, whole genome shotgun sequence	True	False
ISR0190_000000007334	3169	0.7157952119028664	3	2	2	2	2	False	29198	fragment	False	ISR0190_000000007334	1.0		0	0	False	False	0.9981066584587097	0					non-mobilizable	no_good_hit	1943.0	94.647	83.0	0.1966565349544073	NZ_KB894195.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00081.81, whole genome shotgun sequence	True	False
MAD0047_000000015459	2763	0.7157942900025975	6	3	0	3	0	True	20152	maximal	True	MAD0047_000000015459	1.0		28	4	False	False	0.9992761611938477	0					non-mobilizable	no_good_hit								True	True
ENG0162_000000009790	2522	0.7157942218590597	5	3	2	3	1	True	56369	fragment	False	ENG0162_000000009790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	84.292	46.0	0.0009991862297716292	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
USA0005_01_000000001364	18629	0.7157898900043781	20	11	8	10	7	False	112042	maximal	True	USA0005_01_000000001364	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	79.259	1.0	5.273803590072402e-05	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
ENG0126_000000009994	1833	0.7157897908625647	3	3	3	2	2	False	65952	fragment	False	ENG0126_000000009994	1.0		0	0	False	False	0.9825422763824463	0					non-mobilizable	other	1522.0	87.648	97.0	0.0005635199878832066	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
FIJ0029_000000009001	3856	0.7157799666281246	3	3	1	3	0	True	48890	maximal	True	FIJ0029_000000009001	1.0		1	1	False	False	0.9979252815246582	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0014661625125395477	NZ_CABIWU010000032.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ETH0001_000000021525	1586	0.7157731360954234	3	3	2	3	2	False	53490	maximal	True	ETH0001_000000021525	1.0		2	2	False	False	0.9892812371253967	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	6.441627538131824e-05	NZ_JHAL01000001.1	high GC Gram+	Bifidobacterium crudilactis strain LMG 23609 Contig1, whole genome shotgun sequence	True	False
TAN0014_000000002414	2130	0.7157731001082082	2	2	2	2	1	False	69487	maximal	True	TAN0014_000000002414	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	4.0	2.7376651076493473e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0045_000000007103	4753	0.7157729762993816	7	2	2	2	1	True	17897	backbone	True	MAD0045_000000007103	1.0	PS40	2	1	True	True	0.9981064796447754	1					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.0079964357246032e-06	LR862137.1	monocots	Ananas comosus var. bracteatus genome assembly, chromosome: 9	True	True
MAD0004_000000002393	3776	0.7157729762993816	4	2	2	2	1	True	72849	maximal	True	MAD0004_000000002393	1.0		0	0	False	False	0.9941737055778503	0					non-mobilizable	no_good_hit	2304.0	75.694	60.0	0.004715235333108898	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0183_000000009387	3621	0.7157729762993816	4	2	2	2	1	True	72850	maximal	True	ISR0183_000000009387	1.0		4	2	False	False	1.0	0					non-mobilizable	other	2087.0	83.469	93.0	0.004334670884937802	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0094_000000005809	3617	0.7157729762993816	5	2	2	2	1	True	113126	fragment	False	AST0094_000000005809	0.9671740906501116		0	0	False	False	1.0	0					non-mobilizable	other	3583.0	97.851	99.0	0.00748373714288104	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0020_000000005994	3452	0.7157729762993816	4	2	2	2	1	True	124735	fragment	False	ISR0020_000000005994	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2259.0	78.53	67.0	0.004635776821952296	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0021_01_000000005346	3438	0.7157729762993816	4	2	2	2	1	True	91897	fragment	False	USA0021_01_000000005346	0.9881025015253203		0	0	False	False	1.0	0					non-mobilizable	other	1533.0	89.367	92.0	0.003197159567327497	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0058_000000004599	3386	0.7157729762993816	3	2	2	2	1	True	113126	fragment	False	AST0094_000000005809	0.7267132717790346		0	0	False	False	1.0	0					non-mobilizable	other	3386.0	99.646	99.0	0.007073898506389092	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0088_000000006778	3251	0.7157729762993816	3	2	2	2	1	True	124718	fragment	False	MAD0088_000000006778	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3294.0	80.66199999999999	100.0	0.006793702703889494	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0096_000000007411	3230	0.7157729762993816	3	2	2	2	1	True	113126	fragment	False	AST0094_000000005809	0.4856024808033077		0	0	False	False	1.0	0					non-mobilizable	other	3230.0	98.885	100.0	0.006751882434859704	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0168_000000006467	3099	0.7157729762993816	4	2	2	2	1	True	114341	maximal	True	FIJ0168_000000006467	1.0		0	0	False	False	0.9938690066337585	0					non-mobilizable	no_good_hit	1005.0	78.01	32.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0157_000000008040	3080	0.7157729762993816	3	2	2	2	1	True	72855	maximal	True	ENG0157_000000008040	1.0		0	0	False	False	0.9938311576843262	0					non-mobilizable	no_good_hit	868.0	81.10600000000001	28.0	0.0017982715682809988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0020_000000012320	3015	0.7157729762993816	4	2	2	2	1	True	91896	fragment	False	CAN0020_000000012320	1.0		0	0	False	False	0.9993366599082947	0					non-mobilizable	other	1533.0	89.367	90.0	0.003197159567327497	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0050_000000009083	2822	0.7157729762993816	3	2	2	2	1	True	74771	fragment	False	ISR0050_000000009083	1.0		0	0	False	False	0.9801559448242188	0					non-mobilizable	no_good_hit	137.0	99.27	5.0	7.255899019226532e-05	CP013651.1	firmicutes	Streptococcus sp. A12, complete genome	True	True
MAD0040_000000010800	2819	0.7157729762993816	2	2	2	2	1	True	37288	fragment	False	MAD0040_000000010800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0064_000000006450	2773	0.7157729762993816	3	2	2	2	1	True	85353	maximal	False	ISR0016_000000007052	0.9486301369863014		0	0	False	False	0.9931482076644897	0					non-mobilizable	other	2460.0	98.74	100.0	0.005139711063761273	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0030_000000007501	2757	0.7157729762993816	2	2	2	2	1	True	37055	fragment	False	ISR0030_000000007501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0092_000000009710	2670	0.7157729762993816	3	2	2	2	1	True	72852	fragment	False	ISR0092_000000009710	1.0		0	0	False	False	0.9932584166526794	0					non-mobilizable	no_good_hit								True	True
CHI0098_000000003316	2656	0.7157729762993816	3	2	2	2	1	True	85260	fragment	False	CHI0098_000000003316	1.0		0	0	False	False	0.9988704919815063	0					non-mobilizable	other	2643.0	98.676	99.0	0.005522366525383858	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0775_000000007351	2626	0.7157729762993816	3	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.8512798474219317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	78.01	70.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0265_000000006328	2553	0.7157729762993816	3	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.8071906598399865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	78.01	72.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0080_000000012267	2529	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.9404092593616317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	77.956	45.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0036_000000011241	2519	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.5987479567116871		0	0	False	False	0.9912663698196411	0					non-mobilizable	no_good_hit	1147.0	77.332	50.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0156_000000010227	2515	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.9255120470281931		0	0	False	False	0.9956262707710266	0					non-mobilizable	no_good_hit	847.0	76.033	33.0	0.001752269272348229	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0134_000000012976	2505	0.7157729762993816	2	2	2	2	1	True	124721	maximal	True	ISR0134_000000012976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	86.30799999999999	78.0	0.0017020849495124801	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0153_000000012910	2484	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.9413926650402374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	78.056	44.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0146_000000016210	2482	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.9404256559001944		0	0	False	False	0.9959709644317627	0					non-mobilizable	no_good_hit	998.0	78.056	44.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0262_000000006484	2473	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.8743199401513406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	78.056	44.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0067_000000013580	2457	0.7157729762993816	3	2	2	2	1	True	124729	fragment	False	DEN0067_000000013580	1.0		0	0	False	False	0.9963369965553284	0					non-mobilizable	no_good_hit	2220.0	78.243	89.0	0.004554227297344204	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0105_000000010636	2448	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.6364299712626836		0	0	False	False	0.9971405267715454	0					non-mobilizable	no_good_hit	1152.0	77.344	46.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0389_000000008809	2447	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.8387557725859435		0	0	False	False	0.9991827011108398	0					non-mobilizable	no_good_hit	998.0	78.056	41.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0057_01_000000013046	2447	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.8383371837846552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	78.056	41.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0020_000000009306	2442	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.9065046017346883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	78.056	41.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0140_000000011680	2442	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.9069758766275332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	78.056	41.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0045_000000016128	2442	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.8721851557138284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	77.358	24.0	0.0012086057749609504	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0020_000000015098	2440	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.6035275956891947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0170_000000019075	2435	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.8222179213813281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0010_000000009314	2434	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.881717203426657		0	0	False	False	0.9995891451835632	0					non-mobilizable	no_good_hit	1137.0	77.221	47.0	0.002360754186731683	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0077_000000013513	2433	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.8110481895411821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	78.01	41.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0096_000000018196	2433	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.6050846591216035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	77.344	47.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0290_000000005425	2433	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.8113852242120837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	78.01	41.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0130_01_000000015171	2400	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.587521979826975		0	0	False	False	0.9995833039283752	0					non-mobilizable	no_good_hit								True	True
USA0021_01_000000007735	2381	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.8395625277786098		0	0	False	False	0.9983200430870056	0					non-mobilizable	no_good_hit								True	True
ISR0146_000000017143	2363	0.7157729762993816	2	2	2	2	1	True	54811	fragment	False	ISR0146_000000017143	0.9985106382978723		0	0	False	False	0.9902666211128235	0					non-mobilizable	no_good_hit	800.0	89.5	89.0	0.0016686287342886476	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0050_000000010148	2358	0.7157729762993816	2	2	2	2	1	True	18457	fragment	False	MAD0050_000000010148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	97.473	88.0	0.0017355411647363126	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0190_000000012917	2350	0.7157729762993816	2	2	2	2	1	True	54811	fragment	False	ISR0146_000000017143	0.9957680914092255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	89.51299999999999	89.0	0.0016707197477401371	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0065_000000005650	2344	0.7157729762993816	2	2	2	2	1	True	85259	fragment	False	CHI0065_000000005650	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2344.0	99.445	100.0	0.004899244516839977	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0112_000000011958	2330	0.7157729762993816	3	2	2	2	1	True	117452	fragment	False	ENG0112_000000011958	0.9354373825690077		0	0	False	False	0.9995707869529724	0					non-mobilizable	no_good_hit	1797.0	77.017	76.0	0.0036948207687820056	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0246_000000009242	2305	0.7157729762993816	2	2	2	2	1	True	124713	fragment	False	ISR0246_000000009242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	84.45299999999999	83.0	0.0016728107611916267	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0389_000000009541	2280	0.7157729762993816	2	2	2	2	1	True	124719	fragment	False	ISR0389_000000009541	1.0		0	0	False	False	0.9929824471473694	0					non-mobilizable	no_good_hit	771.0	84.04700000000001	82.0	0.0016017163038409825	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0040_000000014147	2267	0.7157729762993816	2	2	2	2	1	True	72848	fragment	False	MAD0040_000000014147	0.9420981629234951		0	0	False	False	0.9898544549942017	0					non-mobilizable	other	2107.0	76.41199999999999	92.0	0.004322124804228866	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0042_000000013235	2260	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.6494390559033196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	78.01	44.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0328_000000012606	2258	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.6014604588776706		0	0	False	False	0.9977856278419495	0					non-mobilizable	no_good_hit								True	True
SPA0083_000000007517	2228	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.0951571800887726		0	0	False	False	0.9959604740142822	0					non-mobilizable	no_good_hit	1005.0	78.01	81.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0082_000000018281	2216	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.551104394497472		0	0	False	False	0.9995487332344055	0					non-mobilizable	no_good_hit	999.0	78.078	45.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0031_000000012605	2203	0.7157729762993816	3	2	2	2	1	True	117452	fragment	False	ENG0112_000000011958	0.6742188063794472		0	0	False	False	0.9986382126808167	0					non-mobilizable	no_good_hit	1968.0	76.88	88.0	0.00403147393447182	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0030_000000014027	2183	0.7157729762993816	2	2	2	2	1	True	124701	fragment	False	ISR0316_000000009013	0.9761797752808989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	562.0	83.096	26.0	0.0011667855059311596	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0182_000000013232	2159	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.19492212968434378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	78.056	46.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0073_000000001620	2061	0.7157729762993816	3	2	2	2	1	True	114335	fragment	False	MAD0073_000000001620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	77.73899999999999	78.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0125_000000007533	2054	0.7157729762993816	2	2	2	2	1	True	81629	fragment	False	CHI0125_000000007533	1.0		0	0	False	False	0.9990262985229492	0					non-mobilizable	other	2017.0	99.802	98.0	0.0042154831182029	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0203_000000008952	1931	0.7157729762993816	2	2	2	2	1	True	124703	fragment	False	ISR0203_000000008952	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1910.0	76.23	98.0	0.003916468194639896	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0105_000000009992	1907	0.7157729762993816	2	2	2	2	1	True	114336	fragment	False	AST0153_000000012910	0.06389607646406506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	78.607	52.0	0.0020784673707805964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0089_000000020350	1885	0.7157729762993816	2	2	2	2	1	True	5417	fragment	False	SPA0089_000000020350	1.0		0	0	False	False	0.9931034445762634	0					non-mobilizable	other	1885.0	98.78	100.0	0.003939469342606281	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0079_000000013883	1842	0.7157729762993816	2	2	2	2	1	True	114333	fragment	False	ISR0393_000000010525	0.46943383141037764		0	0	False	False	0.9809989333152771	0					non-mobilizable	no_good_hit								True	True
USA0035_01_000000021359	1227	0.7157716558494877	2	2	2	2	2	False	80409	fragment	False	MAD0077_000000009666	0.9619461087735031		0	0	False	False	0.9975550174713135	0					non-mobilizable	other	1227.0	98.696	100.0	0.0030911199636932075	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0317_000000010174	1995	0.7157711244416558	2	2	2	2	2	False	83997	fragment	False	SPA0127_000000013470	0.7021170896818303		0	0	False	False	0.9944862127304077	0					non-mobilizable	no_good_hit								True	False
MON0101_000000023113	2689	0.7157709314447759	3	2	2	2	2	False	65128	fragment	False	MON0101_000000023113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000001957	7777	0.7157686537941046	9	5	3	3	4	True	34437	fragment	False	ISR0078_000000001957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	99.86399999999999	9.0	0.00016102203485908275	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	True
ISR0333_000000001369	10178	0.7157511041754896	5	4	2	4	2	False	92279	maximal	True	ISR0333_000000001369	0.9928418120640871		3	2	False	False	0.9999017715454102	0					non-mobilizable	no_good_hit	1088.0	77.02199999999999	11.0	0.0003051633063691982	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0042_000000002448	10142	0.7157511041754896	5	4	2	4	2	False	92279	maximal	False	ISR0333_000000001369	0.9920092790605457		0	0	False	False	0.9999014139175415	0					non-mobilizable	no_good_hit	1088.0	77.02199999999999	11.0	0.0003051633063691982	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0048_000000013983	2795	0.7157507503877446	3	3	2	2	3	True	94801	fragment	False	CHI0045_000000007343	0.8022496050861941		0	0	False	False	0.9724507927894592	0					non-mobilizable	other	2710.0	99.631	97.0	0.020851774594548827	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0095_000000016672	2100	0.7157484470802462	3	3	3	3	3	False	16571	fragment	False	MON0012_000000022342	0.9654023093053731		0	0	False	False	0.9857142567634583	0					non-mobilizable	other	2100.0	99.04799999999999	100.0	0.0018783871822223494	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
CHI0112_000000002400	6136	0.7157479035322483	8	6	1	3	5	False	117800	maximal	True	CHI0112_000000002400	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1563.0	95.13799999999999	38.0	0.0008022256883758936	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
FIJ0067_000000006877	4367	0.7157475788723376	4	4	4	4	4	False	99194	fragment	False	ISR0262_000000003358	0.9669138925691193		0	0	False	False	0.999770998954773	0					non-mobilizable	other	2227.0	97.934	99.0	0.001006815575821584	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
FIJ0097_000000017542	1806	0.7157444138153284	2	2	2	2	1	False	113082	fragment	False	FIJ0048_000000017606	0.5639497791480631		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	97.855	90.0	0.001814744633143249	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
MAD0107_000000024236	1632	0.7157402534831756	3	3	3	3	2	False	14669	maximal	True	MAD0107_000000024236	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	77.64399999999999	40.0	0.00022971981592773458	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
TAN0026_000000001964	1165	0.7157320560217243	2	2	2	1	1	False	2320	fragment	False	TAN0026_000000001964	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	78.584	98.0	0.0006676350069449057	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MON0047_000000031215	1279	0.7157277114174916	3	3	2	3	2	False	11443	fragment	False	MON0047_000000031215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	71.47800000000001	22.0	0.0020178705447542445	NZ_WJPN01000014.1	g-proteobacteria	Xanthomonas sontii strain ASD011 scf_13134_14, whole genome shotgun sequence	True	False
ISR0070_000000007777	2635	0.7157243574242959	3	3	3	3	3	False	88692	fragment	False	SPA0124_000000009864	0.7179483629243357		0	0	False	False	0.9984819889068604	0					non-mobilizable	no_good_hit	880.0	72.5	33.0	0.00763540921021236	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0198_000000002327	7855	0.71572002021488	15	3	2	3	2	False	104264	fragment	False	ENG0198_000000002327	0.991354856139403		0	0	False	False	0.9956715703010559	0					non-mobilizable	no_good_hit	668.0	88.92200000000001	22.0	0.0032405167231191073	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
AUS0010_000000005307	4213	0.7157179289028933	4	2	1	2	2	False	107902	fragment	False	ENG0099_000000003976	0.6443190368698269		0	0	False	False	0.9997626543045044	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	2.1090092820743133e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0126_000000004119	3613	0.7157144865545222	5	5	4	4	3	False	81496	maximal	True	CHI0126_000000004119	1.0		2	2	False	False	0.998616099357605	0					non-mobilizable	no_good_hit	1136.0	97.359	31.0	0.0005060518716556063	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0038_000000008835	3371	0.7157137335253352	6	4	3	4	4	False	111204	fragment	False	ISR0038_000000008835	1.0		0	0	False	False	0.9925838112831116	0					non-mobilizable	no_good_hit	2119.0	96.13	69.0	0.00029824294958183883	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0086_000000004443	6679	0.7157103913027857	9	6	3	5	3	False	96735	fragment	False	FIJ0086_000000004443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	91.837	2.0	0.12404418011894647	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
SPA0011_000000011706	1457	0.7157039422705933	3	2	2	2	1	False	68617	fragment	False	SPA0011_000000011706	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1379.0	99.13	95.0	0.007420650733987442	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
CAN0021_000000010696	3908	0.7157035123272836	6	6	6	6	6	False	91648	maximal	True	CAN0021_000000010696	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1859.0	99.62299999999999	48.0	0.0029715258097327865	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
MON0025_000000012038	2972	0.7156980760731015	4	4	4	4	3	False	46939	fragment	False	MON0040_000000008266	0.704717046324857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0075_01_000000007476	3311	0.7156971561281132	2	2	2	2	2	False	687	maximal	True	USA0075_01_000000007476	1.0		35	9	False	False	0.9978858232498169	0					non-mobilizable	chromosome	3292.0	99.97	99.0	0.000744595067889151	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0002_000000002930	6277	0.7156911382272869	8	6	1	5	6	True	95702	fragment	False	ENG0002_000000002930	1.0		0	0	False	False	0.9980882406234741	0			MPF_F		non-mobilizable	plasmid	6245.0	99.88799999999999	99.0	0.04790952128843159	CP045691.1	enterobacteria	Klebsiella pneumoniae strain TK421 plasmid pTK421_1, complete sequence	False	True
CHI0044_000000011947	1358	0.7156884289675592	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.262208731956421		0	0	False	False	0.9904270768165588	0					non-mobilizable	other	1358.0	99.853	100.0	0.006158440285366783	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0389_000000000684	19591	0.7156867143094491	30	19	13	13	17	True	124153	fragment	False	ENG0148_000000001384	0.9716309030370963		0	0	False	False	1.0	0					non-mobilizable	other	18268.0	96.765	93.0	0.005130519678701768	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0167_000000002112	8145	0.7156757712312355	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.6714745086858156		0	0	False	False	1.0	0					non-mobilizable	plasmid	6712.0	98.495	98.0	0.058140946698350474	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0058_000000015844	1664	0.7156750196591792	2	2	0	1	2	False	97945	maximal	False	ENG0185_000000012053	0.9908431069348956		0	0	True	True	1.0	144	Col(MG828)			MOBP,MOBP	mobilizable	plasmid	1467.0	100.0	100.0	0.5956928078017066	DQ269444.1	enterobacteria	Escherichia coli plasmid pSERB2 RepA and DfrA genes, complete cds	False	True
ENG0137_000000009882	1604	0.7156750196591792	2	2	0	1	2	False	97945	maximal	False	ENG0185_000000012053	0.98430630211259		0	0	True	True	1.0	25	Col(MG828)			MOBP	mobilizable	plasmid	1543.0	100.0	100.0	0.9853035143769968	CP056983.1	enterobacteria	Escherichia coli strain RHB41-C14 plasmid pRHB41-C14_10, complete sequence	False	True
CHI0040_000000009145	1604	0.7156750196591792	2	2	0	1	2	False	97945	maximal	False	ENG0185_000000012053	0.9838718152060906		0	0	True	True	0.9993765354156494	28	Col(MG828)			MOBP	mobilizable	plasmid	1535.0	99.935	100.0	0.9801916932907349	CP056983.1	enterobacteria	Escherichia coli strain RHB41-C14 plasmid pRHB41-C14_10, complete sequence	False	True
ISR0331_000000013970	1740	0.7156725171049421	3	3	3	3	2	False	62072	fragment	False	ISR0064_000000011164	0.9272774327122153		0	0	False	False	1.0	0					non-mobilizable	other	1740.0	100.0	100.0	0.005697230995033351	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
MON0104_000000000544	25958	0.7156684240851974	28	18	9	13	11	False	128714	maximal	True	MON0104_000000000544	1.0		1	1	False	False	0.9971877932548523	0					non-mobilizable	no_good_hit	6940.0	95.677	55.0	0.15504778103529307	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MON0019_000000060899	1026	0.7156680479925457	2	2	2	2	1	False	13118	fragment	False	MON0019_000000060899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	75.983	22.0	0.00013835155066421265	CP021824.1	a-proteobacteria	Sinorhizobium meliloti strain KH46 plasmid psymA, complete sequence	True	False
MON0016_000000002015	6653	0.7156672183838075	7	7	7	7	5	False	114948	fragment	False	ISR0243_000000000897	0.5170865194248577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	81.25	4.0	0.007129424313021024	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
CHI0043_000000001075	6004	0.7156645734886818	9	9	3	5	9	False	132521	backbone	False	USA0060_01_000000001071	0.020345387728972687	PS1166	0	0	False	True	0.9995003342628479	0					non-mobilizable	other	6004.0	99.734	100.0	0.22433573750887553	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
AUS0016_000000014210	1993	0.7156574363875354	2	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.1883908068206461		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	87.619	94.0	0.0004278939556660352	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CHI0005_000000003175	4922	0.7156560982292656	11	6	2	6	1	False	90797	fragment	False	CHI0005_000000003175	1.0		0	0	False	False	0.9987809658050537	0					non-mobilizable	no_good_hit								True	False
AST0029_000000005041	6143	0.7156543919140658	8	7	4	5	6	True	130664	fragment	False	AST0029_000000005041	1.0		0	0	False	True	1.0	0		MOBV,MOBV			mobilizable	no_good_hit	1320.0	94.773	76.0	0.2602604577742699	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
MON0094_000000004922	5569	0.7156543919140658	8	7	4	5	6	True	130637	backbone	False	AST0039_000000003129	0.6338733119278944	PS1110	0	0	True	True	0.9998204112052917	27		MOBV			mobilizable	no_good_hit	2475.0	92.76799999999999	88.0	0.48638516179952646	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0145_000000005853	5551	0.7156543919140658	8	7	4	5	6	True	130637	backbone	False	AST0039_000000003129	0.6328827003107755	PS1110	0	0	True	True	1.0	103		MOBV			mobilizable	no_good_hit	2475.0	92.848	88.0	0.48638516179952646	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
AST0014_000000003431	5551	0.7156543919140658	8	7	4	5	6	True	130637	backbone	False	AST0039_000000003129	0.633826129818721	PS1110	0	0	True	True	1.0	2655		MOBV			mobilizable	no_good_hit	2476.0	92.811	88.0	0.48638516179952646	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
AST0062_000000003040	5550	0.7156543919140658	8	7	4	5	6	True	130637	backbone	False	AST0039_000000003129	0.6372892786671489	PS1110	0	0	True	True	1.0	303		MOBV			mobilizable	no_good_hit	2240.0	96.964	87.0	0.33101303317535546	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
ISR0099_000000003883	5549	0.7156543919140658	8	7	4	5	6	True	130637	backbone	False	AST0039_000000003129	0.6340199305495599	PS1110	0	0	True	True	1.0	60		MOBV			mobilizable	no_good_hit	2475.0	92.76799999999999	88.0	0.48638516179952646	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0105_000000001369	5544	0.7156543919140658	8	7	4	5	6	True	130637	backbone	False	AST0039_000000003129	0.6352136911519357	PS1110	0	0	True	True	1.0	7		MOBV			mobilizable	no_good_hit	2238.0	97.051	86.0	0.33101303317535546	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
SPA0015_000000002842	5530	0.7156543919140658	8	7	4	5	6	True	130637	backbone	False	AST0039_000000003129	0.6339936140774572	PS1110	0	0	True	True	1.0	74		MOBV			mobilizable	no_good_hit	2475.0	92.76799999999999	88.0	0.48638516179952646	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
MON0033_000000012758	5386	0.7156543919140658	7	7	4	5	6	True	130637	backbone	False	AST0039_000000003129	0.5823604489126212	PS1110	0	0	False	True	0.9987003207206726	0		MOBV			mobilizable	no_good_hit	1360.0	94.853	88.0	0.26815311760063143	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
MON0011_000000031802	1467	0.7156504882093168	1	1	1	1	1	False	26376	fragment	False	MON0057_000000017443	0.847165494928859		0	0	False	False	0.9672801494598389	0					non-mobilizable	other	1467.0	99.11399999999999	100.0	0.0024339423723466957	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0129_000000005691	3657	0.7156440879371654	4	2	1	1	1	True	123164	backbone	True	FIJ0129_000000005691	0.9998647186147186	PS879|PS880	6	1	True	True	0.9978123903274536	5					non-mobilizable	no_good_hit	1242.0	93.881	38.0	0.15164485752721046	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
FIJ0165_000000004867	3637	0.7156440879371654	4	2	1	1	1	True	123164	backbone	False	FIJ0129_000000005691	0.9998639825897715	PS879|PS880	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	728.0	88.18700000000001	38.0	0.17794117647058824	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
FIJ0096_000000009381	3617	0.7156440879371654	4	2	1	1	1	True	123164	backbone	False	FIJ0129_000000005691	0.9995926837942616	PS879|PS880	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	852.0	94.014	37.0	0.10395010395010396	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
FIJ0085_000000010654	2892	0.7156440879371654	3	2	1	1	1	True	43961	fragment	False	FIJ0085_000000010654	1.0		0	0	False	False	0.999654233455658	0					non-mobilizable	no_good_hit	496.0	93.34700000000001	21.0	0.06053564877094289	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
FIJ0155_000000003925	5640	0.7156377431708278	5	5	3	5	3	False	130349	backbone	False	ISR0335_000000002496	0.9271211239639772	PS1101	0	0	False	True	0.9953900575637817	0					non-mobilizable	other	5539.0	98.646	98.0	0.0010718182115742809	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0090_000000007029	7219	0.7156355939678095	7	3	3	3	3	False	34241	maximal	True	MON0090_000000007029	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	85.01799999999999	30.0	0.02353808871562533	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
MON0033_000000028926	2165	0.7156310913468514	3	2	2	2	1	True	82974	maximal	True	MON0033_000000028926	1.0		1	1	False	False	0.9926096796989441	0					non-mobilizable	no_good_hit	1338.0	97.758	62.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0103_000000014345	1181	0.7156298450177172	2	2	2	2	2	False	60280	maximal	True	ENG0103_000000014345	1.0		3	2	False	False	0.9906858801841736	0					non-mobilizable	no_good_hit	221.0	76.018	18.0	4.842948169591898e-05	NZ_UGYG01000001.1	fusobacteria	Sebaldella termitidis strain NCTC11300, whole genome shotgun sequence	True	False
CHI0179_000000016613	1348	0.7156296193169954	3	1	1	1	1	False	77515	maximal	True	CHI0179_000000016613	1.0		3	2	False	False	0.9992581605911255	0					non-mobilizable	other	1348.0	99.62899999999999	100.0	0.03136935258500233	NZ_ADFP01000024.1	bacteria	Pyramidobacter piscolens W5455 contig00256, whole genome shotgun sequence	False	False
ISR0130_000000009523	2984	0.7156251574725581	7	2	2	2	1	False	31784	maximal	True	ISR0130_000000009523	1.0		1	1	False	False	0.9973190426826477	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.007587650444793302	XM_024645680.1	nematodes	Strongyloides ratti LP14331p (SRAE_X000251300), partial mRNA	True	False
FIJ0012_000000011176	2157	0.7156161174560762	1	1	0	1	1	False	97735	maximal	False	MAD0097_000000017713	0.9617048896581566		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	2157.0	100.0	100.0	0.029310602661881263	CP042952.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_1, complete sequence	False	True
MAD0023_000000005858	1942	0.7156161174560762	1	1	0	1	1	False	29419	fragment	False	MAD0023_000000005858	0.9518384256861729		0	0	False	False	1.0	0	IncFII,IncI1				non-mobilizable	plasmid	1948.0	92.454	100.0	0.022420229056154584	CP042297.1	enterobacteria	Escherichia coli strain RM9088 plasmid p2RM9088, complete sequence	False	True
BAN0020_000000001051	1697	0.7156161174560762	1	1	0	1	1	False	97727	fragment	False	BAN0020_000000001051	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	1697.0	100.0	100.0	0.023923040031596468	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
MAD0075_000000003127	1327	0.7156161174560762	1	1	0	1	1	False	16259	fragment	False	MAD0075_000000003127	1.0		0	0	False	False	1.0	0	IncI1				non-mobilizable	plasmid	1328.0	93.59899999999999	100.0	0.01408136608365988	MG904993.1	enterobacteria	Escherichia coli strain 14OD0056 plasmid p14ODTX, complete sequence	False	True
SPA0138_000000008492	2976	0.7156076804253884	5	4	4	3	4	False	39681	maximal	True	SPA0138_000000008492	1.0		1	1	False	False	0.992943525314331	0					non-mobilizable	no_good_hit	1381.0	99.71	46.0	0.011355407807254296	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0153_000000008277	3248	0.7156069845453299	5	1	0	1	1	False	98152	fragment	False	MAD0044_000000007438	0.9835287708845353		0	0	False	False	0.9996921420097351	0	IncI2				non-mobilizable	plasmid	3249.0	99.87700000000001	100.0	0.0921209370922911	LT985310.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pII	False	True
MAD0044_000000007438	3215	0.7156069845453299	2	1	0	1	1	False	98152	fragment	False	MAD0044_000000007438	0.9905096667942493		0	0	False	False	1.0	0	IncI2				non-mobilizable	plasmid	3215.0	100.0	100.0	0.0813073945710744	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
BAN0018_000000000725	3213	0.7156069845453299	2	1	0	1	1	False	98152	fragment	False	MAD0044_000000007438	0.990433008830581		0	0	False	False	0.9996887445449829	0	IncI2				non-mobilizable	plasmid	3213.0	99.969	100.0	0.08125679880593994	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
ENG0125_000000008027	3172	0.7156069845453299	2	1	0	1	1	False	98152	fragment	False	MAD0044_000000007438	0.981517011236545		0	0	False	False	1.0	0	IncI2				non-mobilizable	plasmid	3172.0	99.62200000000001	100.0	0.08021958562068354	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
MON0031_000000026093	1226	0.7156069845453299	1	1	0	1	1	False	29416	fragment	False	MON0031_000000026093	1.0		0	0	False	False	0.9771615266799927	0	IncI-gamma/K1				non-mobilizable	plasmid	1226.0	98.45	100.0	0.03999738792568649	MT230272.1	enterobacteria	Escherichia coli strain DH5alpha plasmid pESBL31, complete sequence	False	True
ISR0208_000000011484	2365	0.7156030653362039	4	2	2	2	2	False	28520	maximal	True	ISR0208_000000011484	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2382.0	82.914	100.0	0.0007451271239196208	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0101_000000039555	1648	0.7156016687545304	2	1	1	1	1	False	81059	fragment	False	MON0101_000000039555	1.0		0	0	False	False	0.9963592290878296	0					non-mobilizable	no_good_hit	460.0	86.522	28.0	0.8336380255941499	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	False
DEN0072_000000007484	2352	0.7155975227789774	2	2	2	2	2	False	110012	maximal	True	DEN0072_000000007484	1.0		0	0	False	False	0.9825680255889893	0					non-mobilizable	no_good_hit	675.0	98.37	29.0	0.002316031819665653	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0090_000000007341	5191	0.7155970980439765	5	5	5	5	3	True	43529	fragment	False	FIJ0090_000000007341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.0008999470619375331	NZ_VULP01000032.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq32, whole genome shotgun sequence	True	True
FIJ0126_000000000321	50758	0.7155957430310539	83	22	8	14	13	True	72316	maximal	True	FIJ0126_000000000321	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	81.25	0.0	0.000365692641109242	LR745210.1	viruses	uncultured phage genome assembly, chromosome: 1	True	True
ISR0095_000000002445	8200	0.7155942958855644	9	7	4	4	5	False	128693	fragment	False	DEN0010_000000003825	0.78084913165586		0	0	False	False	0.9992682933807373	0					non-mobilizable	other	8200.0	99.256	100.0	0.06343531887893279	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0104_000000004565	6916	0.7155912578541195	8	6	4	5	6	False	4851	maximal	True	SPA0104_000000004565	1.0		0	0	False	False	0.9992770552635193	0					non-mobilizable	no_good_hit	4709.0	98.556	68.0	0.0015570737742348997	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
MON0041_000000057465	1225	0.7155893387487567	2	2	2	2	1	False	11758	maximal	True	MON0041_000000057465	1.0		110	9	False	False	0.9975510239601135	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	5.0	1.4269655260984067e-05	NZ_LT605205.1	CFB group bacteria	Proteiniphilum saccharofermentans strain M3/6 chromosome I	True	False
SPA0014_000000012351	1895	0.715588267694727	3	2	2	2	2	False	109845	fragment	False	SPA0014_000000012351	0.9721570976621243		0	0	False	False	0.9857519865036011	0					non-mobilizable	no_good_hit	190.0	91.053	10.0	5.0562145608704694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0003_000000014297	1791	0.7155840726618069	6	5	4	4	1	True	76657	maximal	True	DEN0003_000000014297	1.0		3	3	False	False	0.9888330698013306	0					non-mobilizable	no_good_hit								True	True
SPA0051_000000013861	1788	0.7155818776273414	2	2	2	2	2	False	6552	fragment	False	SPA0051_000000013861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	78.391	48.0	0.002542117663731864	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
CHI0054_000000009719	1793	0.7155810879728901	2	2	2	2	1	False	86332	fragment	False	ISR0182_000000018557	0.6155217574217404		0	0	False	False	0.9949804544448853	0					non-mobilizable	chromosome	1284.0	99.065	99.0	0.00037133825262306556	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0127_000000016852	1746	0.7155810879728901	2	2	2	2	1	False	86332	fragment	False	ISR0182_000000018557	0.33622416825482077		0	0	False	False	0.9977090358734131	0					non-mobilizable	chromosome	1746.0	99.59899999999999	100.0	0.0005058432871407099	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
TAN0004_000000004269	1436	0.7155810879728901	2	2	2	2	1	False	86332	fragment	False	ISR0182_000000018557	0.2859270371462404		0	0	False	False	0.9853760600090027	0					non-mobilizable	other	1437.0	98.887	100.0	0.0004293037476483213	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0015_000000019137	1397	0.7155810879728901	2	2	2	2	1	False	86332	fragment	False	ISR0182_000000018557	0.14080722906559753		0	0	False	False	0.989978551864624	0					non-mobilizable	other	1397.0	99.714	100.0	0.00037745858433022326	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0074_000000023056	1256	0.7155770119389384	3	2	1	2	2	False	78242	fragment	False	ISR0022_000000017797	0.263432641212376		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	88.007	94.0	0.00035376999891911976	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0070_000000008739	2188	0.7155761991164163	3	3	3	3	2	False	16365	maximal	True	MAD0070_000000008739	1.0		20	2	False	False	0.9968007206916809	0					non-mobilizable	chromosome	2169.0	99.816	99.0	0.0006110631173520222	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0050_000000001642	11172	0.7155630445735097	9	8	2	7	6	False	35935	fragment	False	ISR0050_000000001642	1.0		0	0	False	False	0.9992839097976685	0					non-mobilizable	plasmid	11215.0	95.337	100.0	0.05874252315325828	MN480762.1	firmicutes	Streptococcus salivarius strain NU10 plasmid pSsal-NU10, complete sequence	False	True
CHI0111_000000018661	1607	0.7155626930532764	2	1	1	1	1	False	82518	maximal	True	CHI0111_000000018661	1.0		1	1	False	False	0.990665853023529	0					non-mobilizable	no_good_hit								True	False
USA0066_01_000000003939	5015	0.7155594425077133	8	4	2	2	3	True	107500	fragment	False	ISR0022_000000004984	0.9856899443419144		0	0	False	False	0.9982053637504578	0					non-mobilizable	no_good_hit	484.0	99.17399999999999	10.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
MON0109_000000033257	1112	0.7155593250173049	3	1	1	1	1	False	39677	fragment	False	MON0109_000000033257	0.8938369121023473		0	0	False	False	0.9874100685119629	0					non-mobilizable	no_good_hit								True	False
MON0110_000000008569	1780	0.7155563903674685	3	2	1	2	1	False	122419	maximal	True	MON0110_000000008569	1.0	PS871	1	1	False	True	0.9994382262229919	0					non-mobilizable	no_good_hit	1426.0	93.338	80.0	0.6167171935902989	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
SPA0068_000000002913	4498	0.7155556641654991	6	5	5	5	4	False	5999	maximal	True	SPA0068_000000002913	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4438.0	100.0	100.0	0.022126475472375565	CP042507.1	enterobacteria	Leclercia adecarboxylata strain E1 plasmid pE1_002, complete sequence	False	True
MAD0047_000000000846	19991	0.7155499922579349	25	6	2	6	2	False	17715	fragment	False	MAD0047_000000000846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.00011229609176572394	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
CAN0014_000000012172	3734	0.7155409501544652	3	3	2	3	2	False	95814	fragment	False	CAN0014_000000012172	0.8300480058717024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	79.712	34.0	0.00017253379439284742	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0184_000000010076	1124	0.7155380237589518	2	2	2	2	2	False	29422	maximal	True	ISR0184_000000010076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	78.715	44.0	0.00022359905031385177	CP024734.1	CFB group bacteria	Prevotella intermedia strain KCOM 1944 chromosome 1, complete sequence	True	False
SPA0036_000000007119	3338	0.7155314441272389	3	3	3	2	3	False	7108	maximal	True	SPA0036_000000007119	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	87.979	77.0	0.0004472269220367527	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0805_000000001439	9253	0.7155313346437525	7	6	6	6	6	False	99412	maximal	True	ISR0805_000000001439	1.0		47	8	False	False	0.9995676875114441	0					non-mobilizable	other	9258.0	99.13600000000001	100.0	0.03582751323571589	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
MAD0014_000000000565	23681	0.7155298948317241	24	13	11	13	6	True	52094	fragment	False	MAD0072_000000000149	0.9141670224537636		0	0	False	False	0.9998733401298523	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	True
MON0023_000000009524	2212	0.7155285826400201	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5532934537009991		0	0	False	False	1.0	0					non-mobilizable	chromosome	2212.0	97.694	100.0	0.0009105442756787076	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0006_000000018056	1227	0.715527649573011	2	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.03532075689396562		0	0	False	False	0.9926650524139404	0					non-mobilizable	other	1232.0	84.17200000000001	100.0	0.0060496605084478135	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
SPA0094_000000007838	1578	0.7155271907649737	2	2	2	2	2	False	87132	fragment	False	MON0096_000000022634	0.9622656320103717		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	98.92299999999999	100.0	0.00024307591999303297	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0285_000000005140	3015	0.7155211023309814	3	2	2	2	2	False	26069	maximal	True	ISR0285_000000005140	1.0		2	1	False	False	0.9986733198165894	0					non-mobilizable	virus	2699.0	99.704	90.0	0.053147900086675595	MK232145.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_1-CL09_c1 sequence	False	False
ISR0031_000000021570	1145	0.7155202334480941	3	2	2	1	1	False	55201	fragment	False	ISR0208_000000025007	0.7127965763107751		0	0	False	False	0.9938864707946777	0					non-mobilizable	other	1142.0	97.54799999999999	99.0	0.02608596250571559	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0051_000000012863	3120	0.7155186430686449	4	3	3	3	2	False	104645	fragment	False	ISR0051_000000012863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0115_000000023766	1505	0.7155167646826759	2	2	2	2	1	False	124691	fragment	False	ISR0115_000000023766	0.9914187589043939		0	0	False	False	0.9800664186477661	0					non-mobilizable	other	1001.0	99.301	93.0	0.003857846087372498	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0048_000000017185	1388	0.7155128679311967	3	1	1	1	1	False	17525	fragment	False	MAD0048_000000017185	0.9685157375610101		0	0	False	False	0.9783861637115479	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000009036	3385	0.7155019841186903	4	4	4	3	0	True	65515	maximal	True	FIJ0097_000000009036	1.0		62	11	False	False	0.9988183379173279	0					non-mobilizable	no_good_hit	2168.0	77.352	78.0	0.00039734820786652673	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
FIJ0065_000000017597	1132	0.7155002437914945	1	1	1	1	1	False	102260	fragment	False	CHI0170_000000004962	0.030797081109946545		0	0	False	False	0.9840989112854004	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	4.0	9.364513242401733e-06	CP010415.1	g-proteobacteria	Azotobacter chroococcum NCIMB 8003, complete genome	True	False
MAD0088_000000008027	2851	0.7154995211267465	5	3	0	2	2	False	51511	fragment	False	MAD0088_000000008027	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1377.0	81.699	53.0	0.04470024924570379	CP025818.1	enterobacteria	Klebsiella pneumoniae strain Kp81 plasmid pKp81_2	True	True
MON0080_000000011935	3747	0.7154989425981928	5	5	5	5	3	True	118506	maximal	True	MON0080_000000011935	1.0		68	7	False	False	0.989591658115387	0					non-mobilizable	chromosome	1995.0	95.338	99.0	0.0005671749623827037	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0110_000000009657	2418	0.7154978725676652	4	3	2	3	3	True	124250	fragment	False	ISR0071_000000003227	0.2493156674831753		0	0	False	False	0.9995864629745483	0		MOBV			mobilizable	other	2418.0	100.0	100.0	0.27813578826237056	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
SPA0138_000000010809	2402	0.7154978725676652	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.8254023861475376		0	0	False	False	1.0	0		MOBV			mobilizable	other	2402.0	100.0	100.0	0.004761394824932971	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0102_000000007433	2402	0.7154978725676652	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.8270992163161816		0	0	False	False	0.9950041770935059	0		MOBV			mobilizable	other	2402.0	100.0	100.0	0.004761394824932971	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0105_000000004417	3647	0.7154952189486401	6	1	1	1	1	False	32956	maximal	True	ISR0105_000000004417	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	97.105	62.0	0.07355423292173759	NZ_SRYX01000099.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_99_length_11257_cov_200.105, whole genome shotgun sequence	True	False
SPA0105_000000020741	1148	0.7154952189486401	1	1	1	1	1	False	4767	fragment	False	SPA0105_000000020741	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	96.01	100.0	0.07335415206169142	NZ_SPFU01000049.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_49_length_15691_cov_21.9751, whole genome shotgun sequence	False	False
ENG0008_000000023930	1111	0.7154945841568344	2	2	2	2	2	False	67344	fragment	False	FIJ0153_000000020923	0.9426094137076796		0	0	False	False	0.9783978462219238	0					non-mobilizable	other	1111.0	96.04	100.0	0.09906291834002677	NZ_CABKPS010000059.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0100_000000024008	1881	0.7154890527602048	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5806999192954643		0	0	False	False	0.9994683861732483	0					non-mobilizable	other	1819.0	96.866	97.0	0.01870959009651525	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0182_000000012479	2287	0.7154882456591383	3	1	1	1	1	False	106154	fragment	False	ENG0182_000000012479	0.9692164179104478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	92.17399999999999	5.0	0.0005128251674623777	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0094_000000015564	1307	0.7154882456591383	2	1	1	1	1	False	106153	fragment	False	FIJ0094_000000015564	0.9593563251282887		0	0	False	False	0.9938791394233704	0					non-mobilizable	no_good_hit	119.0	92.43700000000001	9.0	0.0005309782707353822	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0255_000000027308	1253	0.7154882456591383	1	1	1	1	1	False	106153	fragment	False	FIJ0094_000000015564	0.9405619545914247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	91.429	8.0	0.0004674424092798664	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0075_000000013328	1949	0.7154876135565441	2	2	2	2	2	False	75880	fragment	False	FIJ0088_000000013024	0.9494802351853766		0	0	False	False	0.9917906522750854	0					non-mobilizable	other	1950.0	99.385	100.0	0.01340320328993969	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0827_000000000785	10375	0.7154870325744068	9	7	6	5	4	False	122656	fragment	False	USA0061_01_000000001113	0.7078958467283036		0	0	False	False	0.9970120191574097	0					non-mobilizable	chromosome	10373.0	99.12299999999999	99.0	0.004628098730987912	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0098_000000020177	1701	0.7154865097879797	3	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.27947700931371455		0	0	False	False	0.998236358165741	0					non-mobilizable	chromosome	1701.0	93.945	100.0	0.0005998827758481549	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ITA0006_000000014375	1624	0.7154865097879797	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.33733511918266446		0	0	False	False	0.9944581389427185	0					non-mobilizable	chromosome	1637.0	92.60799999999999	100.0	0.0005269904526090539	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0080_000000034571	1612	0.7154865097879797	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.3159923568782989		0	0	False	False	1.0	0					non-mobilizable	chromosome	1625.0	92.369	100.0	0.0005228003144537527	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0105_000000037469	1456	0.7154865097879797	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.28884954015687736		0	0	False	False	0.9917582273483276	0					non-mobilizable	chromosome	1469.0	92.376	100.0	0.00047284097490977507	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0103_000000026830	1144	0.715477690384126	2	2	2	2	1	False	33001	fragment	False	ISR0103_000000026830	1.0		0	0	False	False	0.9956293702125549	0					non-mobilizable	no_good_hit	122.0	99.18	11.0	0.00032856239019634997	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
DEN0072_000000001282	13506	0.7154767559833088	20	11	4	7	9	False	117767	maximal	True	DEN0072_000000001282	1.0	PS794	1	1	False	True	0.9983710646629333	0					non-mobilizable	no_good_hit	1354.0	94.01799999999999	35.0	0.00031865726502031794	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
SPA0141_000000015972	1405	0.7154733439082992	2	2	2	1	1	False	3456	fragment	False	SPA0141_000000015972	1.0		0	0	False	False	0.9978647828102112	0					non-mobilizable	plasmid	1405.0	99.929	100.0	0.007642896026129559	CP040803.1	firmicutes	Streptococcus salivarius strain LAB813 plasmid pSAL813, complete sequence	False	True
ENG0054_000000025186	1132	0.7154718942400341	2	2	2	2	2	False	63706	maximal	True	ENG0054_000000025186	1.0		1	1	False	False	0.9726148247718811	0					non-mobilizable	no_good_hit	958.0	96.45100000000001	85.0	0.015827338129496403	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0113_000000008690	1838	0.7154652989870954	2	2	2	2	1	False	32583	maximal	True	ISR0113_000000008690	1.0		76	4	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	93.895	52.0	0.004566915449305308	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0230_000000015293	2164	0.7154538172105915	3	3	3	3	2	False	27536	maximal	True	ISR0230_000000015293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	94.137	14.0	0.00010299780843552052	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0009_000000008475	4068	0.7154484568928816	6	5	5	5	5	False	24394	maximal	True	SPA0009_000000008475	1.0		69	8	False	False	0.9995083808898926	0					non-mobilizable	no_good_hit	254.0	72.047	6.0	6.906694731612248e-05	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	True	False
MAD0112_000000019588	1482	0.7154427247402741	3	3	2	3	1	False	83382	fragment	False	MAD0112_000000019588	0.9601706970128023		0	0	False	False	0.9993252158164978	0					non-mobilizable	other	1503.0	87.359	99.0	0.008548571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0102_000000013749	2568	0.7154399700115789	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.8978610107392703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1235.0	89.47399999999999	89.0	0.0003838953116862835	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0280_000000007254	1846	0.7154330571260734	3	3	3	3	3	False	97237	maximal	True	ISR0280_000000007254	0.9974091335161321		520	14	False	False	1.0	0					non-mobilizable	other	1846.0	99.62100000000001	100.0	0.0067619323366965856	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0038_000000022224	1132	0.7154321549426086	1	1	1	1	1	False	7027	maximal	True	SPA0038_000000022224	1.0		32	6	False	False	0.9938162565231323	0					non-mobilizable	no_good_hit	511.0	77.29899999999999	45.0	0.0007108494090714459	NZ_PTJA01000001.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_101, whole genome shotgun sequence	True	False
ISR0323_000000002123	7085	0.7154314090888783	5	4	3	4	4	False	130373	maximal	False	ENG0135_000000002198	0.961065082788299	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5732.0	99.285	100.0	0.0011099729256473082	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0130_000000012222	2383	0.7154217417430835	3	3	3	3	3	False	85401	maximal	True	ISR0130_000000012222	1.0		169	9	False	False	0.9979017972946167	0					non-mobilizable	other	2387.0	87.55799999999999	99.0	0.008472420747937422	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0159_000000017953	1287	0.7154179381331855	2	1	1	1	1	False	56505	fragment	False	ENG0159_000000017953	1.0		0	0	False	False	0.9720279574394226	0					non-mobilizable	no_good_hit	71.0	100.0	6.0	2.9464875763455977e-05	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
ISR0109_000000010094	3118	0.7154174473327929	4	3	3	3	3	False	94982	fragment	False	ISR0109_000000010094	1.0		0	0	False	False	0.9951892495155334	0					non-mobilizable	no_good_hit	467.0	76.66	15.0	0.019101403537912134	NZ_MDZB01000124.1	CFB group bacteria	Hymenobacter lapidarius strain CCM 8643 NODE_53_length_24082_cov_306.227_ID_105, whole genome shotgun sequence	True	False
MON0076_000000025264	1891	0.7154139938071131	3	3	3	3	2	False	14029	maximal	True	MON0076_000000025264	1.0		1	1	False	False	0.9957694411277771	0					non-mobilizable	no_good_hit	1216.0	84.868	64.0	0.000404968867599947	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ISR0206_000000014517	1794	0.7154138480957712	2	2	2	2	2	False	28634	fragment	False	ISR0206_000000014517	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	92.51799999999999	99.0	0.00047638171322299906	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MAD0083_000000002317	3873	0.7154103858456797	4	3	3	3	3	False	16114	maximal	True	MAD0083_000000002317	1.0		1	1	False	False	0.9969016313552856	0					non-mobilizable	no_good_hit	549.0	70.492	14.0	0.00017072527688521497	NZ_HF570956.1	high GC Gram+	Tetrasphaera elongata Lp2, whole genome shotgun sequence	True	False
ISR0298_000000010315	1438	0.7154056815691923	3	3	2	3	2	False	25633	maximal	True	ISR0298_000000010315	1.0		0	0	False	False	0.9867871999740601	0					non-mobilizable	no_good_hit	318.0	82.39	22.0	0.00011510201332296552	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ENG0117_000000015306	1505	0.7153959756447984	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.15398350238433725		0	0	False	False	0.9926910400390625	0					non-mobilizable	other	1512.0	82.07700000000001	100.0	0.013465119610371007	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0091_000000004055	3478	0.7153957286042435	3	2	1	2	1	False	15764	maximal	True	MAD0091_000000004055	1.0		1	1	False	False	0.9991374611854553	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	7.031676035141356e-06	CP002418.1	a-proteobacteria	Rhodopseudomonas palustris DX-1 chromosome, complete genome	True	False
FIJ0017_000000007488	3709	0.7153945242978508	5	5	4	4	4	False	50161	maximal	True	FIJ0017_000000007488	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3635.0	98.184	98.0	0.0013295005258335641	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
SPA0120_000000014787	2816	0.7153929616082286	3	2	2	1	1	False	64784	maximal	True	SPA0120_000000014787	1.0		0	0	False	False	0.9818891882896423	0					non-mobilizable	no_good_hit	54.0	98.148	2.0	0.0014833058128795723	KC246795.1	bacteria	Uncultured bacterium Contig26 genomic sequence	True	False
CAN0015_000000015875	2390	0.7153862227538572	3	2	1	2	1	True	93280	maximal	True	CAN0015_000000015875	1.0		1	1	False	False	0.9995815753936768	0					non-mobilizable	no_good_hit	1284.0	96.729	54.0	0.013615043402593544	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0106_000000000696	14234	0.7153791723256672	13	10	8	9	9	False	104216	maximal	True	MAD0106_000000000696	1.0		8	1	False	False	0.9990164637565613	0					non-mobilizable	no_good_hit	2949.0	93.25200000000001	70.0	0.0012111762617689186	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0185_000000012053	1644	0.7153786086908815	3	3	0	1	3	False	97945	maximal	True	ENG0185_000000012053	0.9910237163164828		17	6	True	True	1.0	535	Col(MG828)			MOBP	mobilizable	plasmid	1557.0	100.0	100.0	0.9942492012779552	CP027128.1	enterobacteria	Escherichia coli strain AR_0374 plasmid unnamed1, complete sequence	False	True
ISR0197_000000005724	4161	0.7153780648118829	3	1	1	1	1	False	62730	fragment	False	ISR0197_000000005724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2754.0	98.257	67.0	0.01663866358834266	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
SPA0054_000000018370	1606	0.7153780648118829	1	1	1	1	1	False	62720	fragment	False	SPA0054_000000018370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1404.0	97.934	87.0	0.0005845073473781741	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	False
ISR0185_000000006445	4786	0.7153714401211957	3	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.3218608698483296	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4786.0	98.287	100.0	0.0008352119055660721	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0808_000000002919	4661	0.7153714401211957	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.27043532603869913	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4661.0	99.65700000000001	100.0	0.0008133934127351924	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
MAD0008_000000003478	3153	0.7153712262624299	3	2	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.7490593787632582		0	0	False	False	0.9946082830429077	0					non-mobilizable	other	3157.0	93.19	100.0	0.0008385914962936704	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0031_000000009457	2538	0.7153704376146728	4	4	4	3	4	False	71818	maximal	True	FIJ0031_000000009457	1.0		119	12	False	False	0.9980299472808838	0					non-mobilizable	no_good_hit	1052.0	75.19	41.0	0.002310048048999419	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0072_000000006312	2860	0.7153638618079365	3	3	3	3	2	False	109244	fragment	False	DEN0072_000000006312	1.0		0	0	False	False	0.9961538314819336	0					non-mobilizable	no_good_hit	1161.0	71.059	39.0	0.00028586113943892535	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ISR0015_000000005673	4203	0.7153610134352146	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.673323935391853		0	0	False	False	0.9990482926368713	0					non-mobilizable	no_good_hit	1970.0	85.33	62.0	0.0006734537553186568	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0321_000000001245	6783	0.7153536914503135	3	3	3	3	3	False	25039	fragment	False	ISR0321_000000001245	0.9958117310360665		0	0	False	False	0.9989680051803589	0					non-mobilizable	no_good_hit	2557.0	74.345	42.0	0.003356426467971885	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
MON0024_000000005368	6693	0.7153536914503135	3	3	3	3	3	False	25039	fragment	False	ISR0321_000000001245	0.9902519033840665		0	0	False	False	0.99925297498703	0					non-mobilizable	no_good_hit	2557.0	74.306	42.0	0.003356426467971885	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
MON0034_000000002388	6431	0.7153536914503135	3	3	3	3	3	False	25039	fragment	False	ISR0321_000000001245	0.961037845666627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2557.0	74.306	44.0	0.003356426467971885	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ISR0813_000000016645	1850	0.7153513617476929	3	2	2	1	1	False	21577	maximal	True	ISR0813_000000016645	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1542.0	96.23899999999999	83.0	0.020690397395539052	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0199_000000000064	89625	0.7153494095361963	108	30	20	26	22	True	28838	maximal	True	ISR0199_000000000064	1.0		1	1	False	False	0.9996876120567322	0					non-mobilizable	no_good_hit	1609.0	95.277	2.0	0.0005065225415138878	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
CHI0133_000000017222	1204	0.7153454274575193	2	2	2	2	2	False	80767	fragment	False	CHI0133_000000017222	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1211.0	79.273	99.0	0.0004042495684021573	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0124_000000007397	3519	0.7153401583367545	3	3	2	3	2	False	41260	maximal	True	FIJ0124_000000007397	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	100.0	1.0	0.0006013087307669634	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	True	False
ENG0126_000000001023	21631	0.7153392463750506	30	9	5	8	7	True	116862	fragment	False	ENG0126_000000001023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	89.052	4.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0348_000000010775	1627	0.7153374578256256	2	2	1	2	1	False	50547	maximal	True	ISR0348_000000010775	1.0		152	13	False	False	1.0	0					non-mobilizable	other	1638.0	98.65700000000001	100.0	0.0005241742973999098	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MAD0002_000000016259	2349	0.7153335444221164	3	3	2	3	2	False	20202	maximal	True	MAD0002_000000016259	1.0		6	2	False	False	0.9914857149124146	0					non-mobilizable	chromosome	1633.0	84.385	98.0	0.00045536588662984745	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0019_000000017022	1703	0.7153206926971971	3	3	3	2	1	False	85616	fragment	False	MON0026_000000017562	0.11288616165890818		0	0	False	False	0.9970639944076538	0					non-mobilizable	other	1703.0	99.883	100.0	0.00041729278973469543	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0126_000000009550	1923	0.7153173188585559	2	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.057406907001531796		0	0	False	False	0.9994799494743347	0					non-mobilizable	other	1924.0	96.985	100.0	0.0004484062215080074	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0050_000000010409	2514	0.7153143174766359	3	3	3	3	3	False	35921	maximal	True	ISR0050_000000010409	1.0		84	8	False	False	1.0	0					non-mobilizable	chromosome	1908.0	91.509	99.0	0.000817281779118665	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0057_000000011295	2267	0.7153112731856309	4	3	3	3	2	False	100451	fragment	False	MAD0066_000000005127	0.2246939569786775		0	0	False	False	1.0	0					non-mobilizable	chromosome	2182.0	98.71700000000001	96.0	0.0003983895636182102	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0038_000000023358	1191	0.7153063192813751	2	2	2	2	2	False	65006	fragment	False	ENG0038_000000023358	1.0		0	0	False	False	0.9596977233886719	0					non-mobilizable	no_good_hit	143.0	81.818	12.0	0.000643280456592256	NZ_LDUE01000055.1	firmicutes	Ornithinibacillus californiensis strain DSM 16628 contig_55, whole genome shotgun sequence	True	False
ENG0187_000000006206	4169	0.7153054076954831	6	4	4	4	2	False	86633	maximal	True	ENG0187_000000006206	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	1947.0	99.64	47.0	0.00037670171515426866	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ETH0004_000000008520	3350	0.715304543678925	5	3	2	3	2	False	52927	maximal	True	ETH0004_000000008520	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1541.0	96.885	67.0	0.004182004789599726	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0107_000000036436	1664	0.7153044464112521	2	2	0	1	2	False	97945	maximal	False	ENG0185_000000012053	0.9907860286906132		0	0	True	True	1.0	66	Col(MG828)			MOBP	mobilizable	plasmid	1548.0	99.354	100.0	0.9553626782393057	MH847641.1	enterobacteria	Escherichia coli strain 13-032 plasmid p13-032 clone c11 genomic sequence	False	True
ISR0182_000000034816	1154	0.7153026268492146	3	3	1	2	2	False	29509	fragment	False	ISR0182_000000034816	1.0		0	0	False	False	0.9991334676742554	0					non-mobilizable	no_good_hit	552.0	95.29	83.0	0.005321871830781861	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0219_000000014619	2275	0.7153025881831258	3	3	2	3	3	False	35127	fragment	False	ISR0219_000000014619	1.0		0	0	False	False	0.9969230890274048	0					non-mobilizable	other	1661.0	99.21700000000001	99.0	0.0004712289196026689	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0023_000000000027	70326	0.7153010140592725	99	40	17	33	20	False	19258	maximal	True	MAD0023_000000000027	1.0		1	1	True	True	0.9999857544898987	115					non-mobilizable	no_good_hit	65.0	93.846	0.0	6.671837340605635e-05	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ENG0165_000000012707	1570	0.7152968567158858	3	2	2	2	2	False	86332	fragment	False	ISR0182_000000018557	0.33985170484600413		0	0	False	False	0.9987261295318604	0					non-mobilizable	other	1570.0	99.618	100.0	0.00046906516717285245	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0814_000000031802	1324	0.7152956559640984	2	2	2	2	2	False	48824	maximal	True	ISR0814_000000031802	1.0		31	6	False	False	0.9984894394874573	0					non-mobilizable	no_good_hit	525.0	75.048	39.0	0.00015193359938989626	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0042_000000009259	2590	0.7152908907990863	3	2	1	2	2	False	47310	fragment	False	FIJ0042_000000009259	1.0		0	0	False	False	0.9934362769126892	0					non-mobilizable	no_good_hit	213.0	100.0	8.0	8.989522541863824e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
FIJ0077_000000014294	2073	0.7152908907990863	3	2	1	2	2	False	44508	fragment	False	FIJ0077_000000014294	1.0		0	0	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit								True	False
FIJ0125_000000004352	4588	0.7152696561538753	4	3	2	3	3	False	41205	maximal	True	FIJ0125_000000004352	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	71.991	9.0	0.0001362105822165433	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
ISR0107_000000005904	3779	0.7152683003380585	9	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.8303023828744724	PS1143|PS778	0	0	False	True	0.9992061257362366	0					non-mobilizable	other	3732.0	97.428	100.0	0.8987463837994214	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
USA0016_01_000000004898	3662	0.7152683003380585	9	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.04683950218079926	PS1143|PS778	0	0	False	True	0.9980884790420532	0					non-mobilizable	other	3609.0	99.889	100.0	0.8698167791706847	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
MON0079_000000006779	3447	0.7152683003380585	9	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.04555051761735442	PS1143|PS778	0	0	False	True	0.9962285757064819	0					non-mobilizable	plasmid	3447.0	99.94200000000001	100.0	0.8327290306985738	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ENG0204_000000007364	3273	0.7152683003380585	8	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.03951489201998699	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	3273.0	99.633	100.0	0.7888138862102217	CP041398.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed3, complete sequence	False	True
ENG0038_000000006846	3217	0.7152683003380585	9	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.03942789813144552	PS1143|PS778	0	0	False	True	0.9993783235549927	0					non-mobilizable	plasmid	3217.0	99.316	100.0	0.7753134040501446	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
MON0088_000000009466	3208	0.7152683003380585	9	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.034210682174755806	PS1143|PS778	0	0	False	True	0.9759975075721741	0					non-mobilizable	other	3118.0	100.0	97.0	0.6896017699115045	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
ENG0021_000000006022	3145	0.7152683003380585	9	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.03934678315950203	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	3145.0	99.96799999999999	100.0	0.7579556412729026	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
FIJ0115_000000007788	3108	0.7152683003380585	8	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.037642849701976795	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	3096.0	100.0	99.0	0.746142719382835	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ENG0193_000000006976	2948	0.7152683003380585	8	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.03545128686321266	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2950.0	95.729	100.0	0.7104628736740598	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
MON0074_000000006165	2937	0.7152683003380585	9	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.03438074095744355	PS1143|PS778	0	0	False	True	0.9788900017738342	0					non-mobilizable	plasmid	2939.0	95.305	100.0	0.7073288331726133	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
DEN0096_000000015012	2921	0.7152683003380585	8	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.03558455379495075	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2921.0	100.0	100.0	0.703953712632594	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
CAN0015_000000013387	2910	0.7152683003380585	8	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.03531334322090376	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2910.0	99.931	100.0	0.7031665458061397	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
MON0007_000000021676	2758	0.7152683003380585	7	6	2	2	6	False	132209	backbone	False	ENG0141_000000006400	0.029864224200310232	PS1143|PS778	0	0	False	True	0.9938361048698425	0					non-mobilizable	other	2739.0	100.0	99.0	0.6446903696727101	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0078_000000014715	1669	0.7152677262480861	3	2	2	2	1	False	125944	fragment	False	FIJ0078_000000014715	0.9737538479062281		0	0	False	False	1.0	0					non-mobilizable	other	1669.0	98.322	100.0	0.004532329798152583	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0093_000000003773	1650	0.7152677262480861	3	2	2	2	1	False	125944	fragment	False	FIJ0078_000000014715	0.9618859492009836		0	0	False	False	1.0	0					non-mobilizable	other	1650.0	97.39399999999999	100.0	0.004480328429695518	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0334_000000000915	14317	0.7152618672781544	13	6	4	5	1	True	33365	fragment	False	ISR0334_000000000915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	78.161	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
MAD0110_000000002848	9183	0.7152559985568818	7	6	4	5	6	False	51172	maximal	True	MAD0110_000000002848	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1519.0	72.811	16.0	0.0005668807922583949	CP040671.1	cyanobacteria	Thermosynechococcus sp. CL-1 chromosome, complete genome	True	False
ENG0004_000000003687	6986	0.7152516814366489	9	8	6	5	6	False	108027	fragment	False	DEN0021_000000004113	0.9984995713060875		0	0	False	False	0.998568594455719	0					non-mobilizable	no_good_hit	104.0	80.76899999999999	1.0	3.823620471144287e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
CAN0010_000000004629	2789	0.7152441702755377	4	4	4	4	2	False	96635	fragment	False	ISR0207_000000007572	0.27061329386085003		0	0	False	False	1.0	0					non-mobilizable	chromosome	2794.0	96.6	100.0	0.0008087694963453185	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0039_000000005898	2942	0.7152440339218471	2	1	1	1	1	False	116665	maximal	True	AST0039_000000005898	1.0		120	11	False	False	0.9955812096595764	0					non-mobilizable	other	1491.0	96.714	99.0	0.0004129385562979378	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0816_000000023704	1605	0.7152440339218471	1	1	1	1	1	False	21629	fragment	False	ISR0816_000000023704	0.9800771208226222		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	98.81700000000001	100.0	0.0004457070496692604	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0028_000000021555	1220	0.7152417447604789	2	2	2	1	1	False	74965	fragment	False	DEN0018_000000031433	0.9586553323029366		0	0	False	False	0.9680327773094177	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	5.0	0.00032410613002548653	NZ_BILU01000002.1	firmicutes	Paenibacillus alginolyticus DSM 5050 = NBRC 15375 PAL01S_CON00002, whole genome shotgun sequence	True	False
FIJ0157_000000005176	3562	0.7152334903767505	4	3	3	3	3	False	39474	fragment	False	FIJ0157_000000005176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000019581	1587	0.7152297411442665	2	2	1	2	0	True	34816	fragment	False	ISR0378_000000019581	1.0		0	0	False	False	0.9955891370773315	0					non-mobilizable	no_good_hit	1100.0	80.90899999999999	69.0	0.010127897162890346	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
MON0068_000000025574	1656	0.7152291807224364	1	1	1	1	1	False	76833	fragment	False	ENG0035_000000012715	0.7590744576851229		0	0	False	False	0.9619565010070801	0					non-mobilizable	chromosome	1647.0	99.33200000000001	99.0	0.0003341431127237678	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ISR0201_000000012768	2384	0.7152264102472775	3	3	3	2	1	False	36788	fragment	False	ISR0201_000000012768	1.0		0	0	False	False	0.993708074092865	0					non-mobilizable	chromosome	1355.0	79.926	99.0	0.00024336316337449383	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
TAN0007_000000014505	2615	0.7152263549192931	4	1	1	1	1	False	86636	fragment	False	TAN0007_000000014505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	80.0	5.0	0.0016320979258755525	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
ISR0085_000000017022	1540	0.7152259356142262	2	2	2	2	1	False	33972	fragment	False	ISR0085_000000017022	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1540.0	100.0	100.0	0.00029064820971845274	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	False	False
MAD0105_000000021681	1728	0.7152228155862813	3	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.6651692040051109		0	0	False	False	0.9947916865348816	0					non-mobilizable	chromosome	1729.0	95.604	100.0	0.00048363383656814773	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0183_000000001204	19803	0.7152220711568408	23	16	7	10	13	True	119319	maximal	True	ENG0183_000000001204	1.0		1	1	False	False	0.9999495148658752	0					non-mobilizable	no_good_hit	10737.0	97.448	54.0	0.002077591968839413	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
AST0035_000000000515	24604	0.7152209444356273	31	14	5	13	7	True	116930	maximal	True	AST0035_000000000515	1.0		3	2	False	False	0.9993903636932373	0					non-mobilizable	no_good_hit	115.0	81.73899999999999	0.0	2.6538891071241142e-05	NZ_JAFX01000001.1	CFB group bacteria	Algoriphagus marincola HL-49 K302DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
SPA0093_000000008843	4595	0.7152192889357225	4	4	4	3	3	False	125917	fragment	False	SPA0093_000000008843	1.0		0	0	False	False	0.9923830032348633	0					non-mobilizable	other	4557.0	100.0	99.0	0.0014626998691403717	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0067_000000000119	30126	0.7152170256056631	32	12	4	9	8	False	85193	maximal	True	CHI0067_000000000119	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	72.482	4.0	0.00019539516345676232	CP019469.1	firmicutes	Clostridioides difficile strain LEM1 chromosome, complete genome	True	False
ISR0053_000000003138	6473	0.7152158075811684	8	2	0	2	0	True	59753	fragment	False	ISR0053_000000003138	1.0		0	0	False	False	0.9990730881690979	0					non-mobilizable	no_good_hit	111.0	90.09	2.0	0.0011057982737260282	NZ_CYXX01000014.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0109_000000009200	3687	0.7152158075811684	5	2	0	2	0	True	59752	fragment	False	ENG0111_000000005831	0.968277982605972		0	0	False	False	0.9932194352149963	0					non-mobilizable	no_good_hit	153.0	98.039	4.0	4.2504273497103415e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0111_000000005831	3642	0.7152158075811684	5	2	0	2	0	True	59752	fragment	False	ENG0111_000000005831	0.9732148903494402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	2.0	1.838834267338552e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0136_000000003441	3537	0.7152158075811684	6	2	0	2	0	True	59752	fragment	False	ENG0111_000000005831	0.963670752118843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	4.3732245710438857e-07	LR812106.1	birds	Erithacus rubecula genome assembly, chromosome: 4	True	True
MON0054_000000011552	3523	0.7152158075811684	4	2	0	2	0	True	59752	fragment	False	ENG0111_000000005831	0.7116903490006097		0	0	False	False	0.9636673331260681	0					non-mobilizable	no_good_hit	125.0	100.0	4.0	2.7596349092035604e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ENG0197_000000003044	3353	0.7152158075811684	4	2	0	2	0	True	54381	fragment	False	ENG0197_000000003044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	4.3732245710438857e-07	LR812106.1	birds	Erithacus rubecula genome assembly, chromosome: 4	True	True
MON0101_000000020451	2997	0.7152158075811684	4	2	0	2	0	True	9064	maximal	True	MON0101_000000020451	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0002720523485992884	NZ_QEKH01000011.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_111, whole genome shotgun sequence	True	True
SPA0133_000000007513	2911	0.7152158075811684	4	2	0	2	0	True	3698	fragment	False	SPA0133_000000007513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0135_01_000000003716	3950	0.7152139227197472	6	2	2	2	2	False	61994	fragment	False	USA0135_01_000000003716	0.99181376311077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	92.98700000000001	10.0	0.001575507424168448	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0284_000000007643	1736	0.7152071300074198	3	3	3	3	2	False	26085	fragment	False	MAD0047_000000025904	0.9887387387387387		0	0	False	False	1.0	0					non-mobilizable	other	1736.0	100.0	100.0	0.0003737893319016592	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0125_000000012536	1525	0.7152022216320119	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2800210394624692		0	0	False	False	1.0	0					non-mobilizable	chromosome	1529.0	92.93700000000001	100.0	0.0005305110054891507	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0182_000000012452	2220	0.7151994516856371	3	1	1	1	1	False	77354	maximal	True	CHI0182_000000012452	1.0		1	1	False	False	0.9855855703353882	0					non-mobilizable	no_good_hit	306.0	78.758	14.0	9.888148391544852e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0069_000000014660	1513	0.7151994516856371	2	1	1	1	1	False	44977	fragment	False	FIJ0069_000000014660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0104_000000000969	21575	0.7151990275619909	29	8	4	6	5	False	117107	maximal	True	AST0104_000000000969	0.957399848110879		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	94.682	4.0	0.9988425925925926	GQ882848.1		Uncultured organism clone VC1D588TR genomic sequence	True	False
MAD0036_000000013867	2122	0.7151972086732475	2	1	1	1	0	False	122793	maximal	True	MAD0036_000000013867	1.0		0	0	False	False	0.9764373302459717	0					non-mobilizable	no_good_hit	1720.0	97.32600000000001	81.0	0.018650146723182263	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0100_000000014138	2144	0.7151928895900246	4	4	3	4	4	False	84938	maximal	True	ENG0100_000000014138	0.9543935052531041		174	12	False	False	0.9888059496879578	0					non-mobilizable	no_good_hit	827.0	81.378	37.0	0.00022985863693828295	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0064_000000017925	1463	0.7151918678681045	2	2	2	2	2	False	45462	fragment	False	FIJ0064_000000017925	1.0		0	0	False	False	0.9993164539337158	0					non-mobilizable	no_good_hit	215.0	82.791	14.0	7.772161671325645e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
USA0101_01_000000006381	4843	0.7151911781828304	5	5	3	5	4	False	368	maximal	True	USA0101_01_000000006381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	82.15899999999999	24.0	0.00015117787830499544	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0187_000000011121	2515	0.7151853347803113	3	3	3	3	3	True	57380	maximal	True	ISR0187_000000011121	1.0	PS248	9	4	False	True	0.9928429126739502	0					non-mobilizable	other	2514.0	97.21600000000001	100.0	0.023468252409937076	NZ_JAABLG010000007.1	firmicutes	Streptococcus vestibularis strain AS012761 AS012761_7, whole genome shotgun sequence	False	True
CHI0109_000000015196	1314	0.7151802633093113	2	2	2	2	2	False	82732	maximal	True	CHI0109_000000015196	1.0		0	0	False	False	0.9809741377830505	0					non-mobilizable	no_good_hit	71.0	87.324	5.0	1.4232376759477576e-05	NZ_LT907988.1	b-proteobacteria	Orrella dioscoreae isolate Orrdi1 chromosome I	True	False
FIJ0169_000000002177	9324	0.7151777263842307	10	7	6	5	5	False	51217	maximal	True	FIJ0169_000000002177	1.0		15	1	False	False	1.0	0					non-mobilizable	no_good_hit	2582.0	94.57799999999999	31.0	0.005524010174455949	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ISR0076_000000010818	2341	0.7151761754096926	2	2	2	2	0	True	131015	maximal	True	ISR0076_000000010818	1.0		2	1	False	False	0.997009813785553	0					non-mobilizable	no_good_hit	1872.0	98.344	80.0	0.003912286167736917	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0369_000000013147	1287	0.715171631733848	3	2	2	1	1	False	72431	fragment	False	ISR0369_000000013147	0.9638714276747044		0	0	False	False	0.9945610165596008	0					non-mobilizable	other	1287.0	100.0	100.0	0.00040007242368602963	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0039_000000030226	1239	0.715171631733848	3	2	2	1	1	False	72431	fragment	False	ISR0369_000000013147	0.9447605697087839		0	0	False	False	0.9991928935050964	0					non-mobilizable	other	1239.0	100.0	100.0	0.00038513970491703317	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0216_000000005411	3537	0.7151611498950025	7	5	2	4	4	False	29453	maximal	True	ISR0216_000000005411	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2411.0	98.54799999999999	79.0	0.0010576005818560012	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0098_000000020418	1686	0.7151557509062533	3	3	3	3	3	False	38294	fragment	False	MON0098_000000020418	0.9856716417910447		0	0	False	False	0.9863582253456116	0					non-mobilizable	other	1686.0	99.229	100.0	0.0029778630783858394	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0031_000000010617	2003	0.7151458662393612	4	3	3	3	2	False	129920	maximal	True	ENG0031_000000010617	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	99.54899999999999	66.0	0.7460674157303371	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ISR0097_000000001121	13935	0.7151451688593249	12	5	3	4	3	True	33322	fragment	False	ISR0097_000000001121	1.0		0	0	False	False	0.9984212517738342	0					non-mobilizable	no_good_hit								True	True
AST0087_000000022011	1678	0.7151405695011918	2	2	1	2	1	False	110731	fragment	False	ENG0024_000000012950	0.09000376770690677		0	0	False	False	1.0	0					non-mobilizable	chromosome	1678.0	97.37799999999999	100.0	0.0002551970724010986	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0198_000000029731	1123	0.7151391330102661	1	1	1	1	1	False	45026	fragment	False	ISR0074_000000022260	0.2800045222003973		0	0	False	False	0.9652715921401978	0					non-mobilizable	other	1123.0	97.329	100.0	0.0003185053299965027	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0091_000000001898	10668	0.7151387258132212	10	2	2	2	2	False	116823	maximal	True	ENG0091_000000001898	1.0		4	3	False	False	0.9998125433921814	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000016666	1337	0.7151284673094965	2	2	2	1	1	False	47105	fragment	False	FIJ0044_000000016666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0099_000000007624	2959	0.7151282880815907	3	3	3	3	3	False	42800	fragment	False	FIJ0099_000000007624	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2885.0	99.65299999999999	100.0	0.01568354478565641	CP061390.1	enterobacteria	Klebsiella pneumoniae strain NU-CRE195 plasmid pCRE-195-1, complete sequence	False	True
ISR0012_000000007158	3314	0.7151238277159317	5	4	3	3	4	False	38194	maximal	True	ISR0012_000000007158	1.0		174	12	False	False	0.9993965029716492	0					non-mobilizable	other	3314.0	99.94	100.0	0.029104549727227206	NZ_CYZO01000006.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0216_000000006359	2951	0.7151229398800094	4	3	2	2	1	False	90765	fragment	False	ISR0216_000000006359	1.0		0	0	False	False	0.9969502091407776	0					non-mobilizable	no_good_hit	1876.0	83.209	63.0	0.00032431007743819476	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
FIJ0131_000000009084	2043	0.7151223072263594	3	3	3	3	3	False	41430	fragment	False	FIJ0122_000000007559	0.9658774373259054		0	0	False	False	0.9995105266571045	0					non-mobilizable	chromosome	2043.0	99.60799999999999	100.0	0.00037428552156559125	CP044050.1	enterobacteria	Klebsiella variicola strain FDAARGOS_627 chromosome, complete genome	False	False
DEN0094_000000003470	7543	0.7151219522601312	11	7	6	5	4	True	91798	fragment	False	DEN0094_000000003470	1.0		0	0	False	False	0.9997348785400391	0					non-mobilizable	no_good_hit	795.0	76.101	10.0	0.0002743181086202113	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0033_000000001772	13438	0.7151219110564341	13	12	7	7	9	False	106662	fragment	False	CAN0010_000000001130	0.9773621654647877		0	0	False	False	0.9997023344039917	0					non-mobilizable	chromosome	13438.0	99.74700000000001	100.0	0.003756035536928244	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0131_000000014839	1237	0.7151216046304198	2	1	1	1	1	False	80980	maximal	True	CHI0131_000000014839	1.0		4	1	False	False	0.9983831644058228	0					non-mobilizable	no_good_hit	363.0	89.807	29.0	0.0020294010175113137	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
CHI0111_000000014082	2151	0.7151158025729651	3	3	3	3	3	False	82558	fragment	False	CHI0111_000000014082	0.9723523898781631		0	0	False	False	0.999535083770752	0					non-mobilizable	chromosome	1469.0	99.86399999999999	100.0	0.0002258658215469224	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0116_000000002577	7463	0.7151148704945789	9	7	2	2	7	True	102531	fragment	False	CHI0116_000000002577	1.0		0	0	False	False	0.9922283291816711	0			MPF_T		non-mobilizable	plasmid	7134.0	76.759	95.0	0.2282703277579039	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0062_000000016699	1949	0.7151122272649076	4	3	2	3	2	False	51837	fragment	False	SPA0062_000000016699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	74.65100000000001	44.0	0.0002559884738930908	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0004_000000023165	1874	0.7150857080573608	2	1	1	1	1	False	14224	maximal	True	MON0004_000000023165	1.0		4	3	False	False	0.948772668838501	0					non-mobilizable	no_good_hit	1398.0	73.462	73.0	0.007429597266081239	NZ_OKQO01000008.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0817_000000008923	1445	0.7150857080573608	1	1	1	1	1	False	21370	maximal	True	ISR0817_000000008923	1.0		51	9	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	76.57600000000001	88.0	0.005156257005783975	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0002_000000017100	1399	0.7150857080573608	1	1	1	1	1	False	82271	maximal	True	ENG0002_000000017100	1.0		31	11	False	False	0.9885632395744324	0					non-mobilizable	no_good_hit	1217.0	81.512	87.0	0.0030608643033634207	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
ISR0779_000000012769	2635	0.7150851640439629	3	2	1	2	1	False	22346	fragment	False	ISR0779_000000012769	1.0		0	0	False	False	0.9946869015693665	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000003697	4815	0.7150844223147957	5	2	1	2	1	False	29599	maximal	True	ISR0181_000000003697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	96.821	24.0	0.007203395088537854	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
FIJ0141_000000018071	1644	0.7150574831071812	1	1	0	1	1	False	97945	maximal	False	ENG0185_000000012053	0.9908645132780319		0	0	True	True	1.0	12	Col(MG828)			MOBP	mobilizable	plasmid	1517.0	99.868	100.0	0.9686900958466453	JX238452.1	enterobacteria	Escherichia coli strain EC147 plasmid pEC147-1 RepA and putative replication protein genes, complete cds	False	True
CAN0001_000000029038	1504	0.7150574831071812	2	1	0	1	1	False	97945	maximal	False	ENG0185_000000012053	0.914732436754395		0	0	True	True	1.0	82	Col(MG828)			MOBP	mobilizable	plasmid	1337.0	95.363	100.0	0.8542199488491049	CP028575.2	enterobacteria	Escherichia coli strain WCHEC005784 plasmid p1_005784, complete sequence	False	True
MON0039_000000035749	1383	0.7150574831071812	1	1	0	1	1	False	63619	maximal	True	MON0039_000000035749	1.0	PS284	2	2	True	True	1.0	389					non-mobilizable	plasmid	1290.0	100.0	100.0	0.9884969325153374	KM107840.1	enterobacteria	Escherichia coli strain G3/10 plasmid pSYM4, complete sequence	False	True
BAN0018_000000001726	1299	0.7150574831071812	1	1	0	1	1	False	97944	fragment	False	BAN0018_000000001726	1.0		0	0	False	False	1.0	0	Col(MG828)			MOBP	mobilizable	plasmid	1307.0	95.40899999999999	100.0	0.8319488817891374	CP029109.1	enterobacteria	Escherichia coli strain AR436 plasmid unnamed1, complete sequence	False	True
ISR0221_000000017794	1252	0.7150574831071812	1	1	0	1	1	False	27928	fragment	False	ISR0221_000000017794	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	plasmid	1252.0	100.0	100.0	0.7993610223642172	CP050377.1	enterobacteria	Klebsiella pneumoniae strain 51015 plasmid p51015, complete sequence	False	True
ENG0055_000000016180	1194	0.7150574831071812	1	1	0	1	1	False	63618	backbone	True	ENG0055_000000016180	1.0	PS284	2	2	True	True	1.0	36					non-mobilizable	plasmid	729.0	100.0	100.0	0.558282208588957	CP060074.1	enterobacteria	Escherichia coli strain G4/9 plasmid pSYM4, complete sequence	False	True
ENG0173_000000012316	1387	0.7150539921662284	3	3	3	2	2	False	55680	fragment	False	ENG0173_000000012316	1.0		0	0	False	False	0.9776496291160583	0					non-mobilizable	other	1386.0	97.691	99.0	0.0004135643108962226	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0007_01_000000012240	1313	0.7150522640048178	2	2	2	1	1	False	2111	fragment	False	USA0007_01_000000012240	1.0		0	0	False	False	0.9832444787025452	0					non-mobilizable	no_good_hit	665.0	88.571	51.0	0.003817649730637214	NZ_NHOC01000003.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c3, whole genome shotgun sequence	True	False
ISR0104_000000005033	4989	0.7150516773735933	6	3	1	3	1	False	122854	fragment	False	ISR0104_000000005033	0.9923886365978308		0	0	False	False	0.9977951645851135	0					non-mobilizable	no_good_hit	330.0	91.515	7.0	0.00011221336630571367	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0032_000000005141	4846	0.7150516773735933	7	3	1	3	1	False	61999	fragment	False	SPA0032_000000005141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.00023796726719210935	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0022_000000007454	4791	0.7150516773735933	6	3	1	3	1	False	122854	fragment	False	ISR0104_000000005033	0.9787665296897904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	91.353	6.0	8.962954415613608e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0071_01_000000003689	3702	0.7150516773735933	5	3	1	3	1	False	61998	fragment	False	USA0071_01_000000003689	1.0		0	0	False	False	0.9986493587493896	0					non-mobilizable	no_good_hit								True	False
ENG0157_000000007431	3315	0.7150516773735933	4	3	1	3	1	False	61997	fragment	False	ENG0157_000000007431	0.994049119509949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000008722	3276	0.7150516773735933	3	3	1	3	1	False	61997	fragment	False	ENG0157_000000007431	0.9870308818316409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0016_000000017736	1964	0.7150434925933423	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.21245495810360823		0	0	False	False	1.0	0					non-mobilizable	chromosome	1965.0	96.794	100.0	0.0006926881699940752	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0098_000000014778	2973	0.7150370815098754	4	3	2	3	3	True	71296	fragment	False	MAD0098_000000014778	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	2973.0	99.865	100.0	0.02971376011037682	AP009241.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-1 DNA, complete sequence	False	True
ISR0396_000000017518	1328	0.7150368151714737	2	1	1	1	1	False	22667	maximal	True	ISR0396_000000017518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0088_000000026430	1225	0.7150351718220951	2	2	2	2	1	True	9622	fragment	False	MON0088_000000026430	1.0		0	0	False	False	1.0	0					non-mobilizable	other	995.0	91.96	99.0	0.00029927436504306813	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0198_000000011134	2972	0.7150336891316453	4	4	2	3	2	True	93166	maximal	True	ISR0198_000000011134	1.0		57	6	False	False	0.9993270635604858	0					non-mobilizable	other	2231.0	97.714	96.0	0.008646304470942365	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
FIJ0096_000000015588	2301	0.7150321752110118	2	2	1	1	1	True	129235	maximal	True	FIJ0096_000000015588	1.0		15	1	False	False	0.9973924160003662	0					non-mobilizable	other	2138.0	81.618	92.0	0.00874722507537855	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0106_000000011539	2173	0.7150321752110118	2	2	1	1	1	True	129284	fragment	False	ISR0106_000000011539	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2155.0	91.694	99.0	0.042155805977462026	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0110_000000016527	1826	0.7150321752110118	2	2	1	1	1	True	129269	fragment	False	ENG0110_000000016527	0.9589041095890412		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	92.514	100.0	0.03580597746202842	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0126_000000022715	1721	0.7150287914020895	2	2	2	2	2	False	86332	fragment	False	ISR0182_000000018557	0.47361761969998356		0	0	False	False	0.9976757764816284	0					non-mobilizable	chromosome	1323.0	99.244	99.0	0.0003826436326795055	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0093_000000001464	16747	0.7150283662626805	19	11	4	10	5	True	14482	fragment	False	MAD0112_000000000945	0.9633361786741407		0	0	False	False	0.9998805522918701	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	0.0	0.0005475789761883672	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0119_01_000000019031	1297	0.7150263983076867	1	1	1	1	0	True	221	maximal	True	USA0119_01_000000019031	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0029_000000019922	1481	0.7150230260266796	1	1	1	1	1	False	117972	maximal	True	AST0029_000000019922	1.0		9	2	False	False	0.9837947487831116	0					non-mobilizable	other	1326.0	83.333	90.0	0.00035262892179914733	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0098_000000003438	7261	0.7150143050007647	8	7	5	7	4	False	98914	fragment	False	ENG0098_000000003438	1.0		0	0	False	False	0.9973832964897156	0					non-mobilizable	no_good_hit	102.0	82.353	1.0	0.000822855638206833	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0323_000000002499	6232	0.7150109060621078	11	9	3	8	9	False	45786	maximal	True	ISR0323_000000002499	1.0		1	1	False	False	0.9998395442962646	0					non-mobilizable	no_good_hit	85.0	98.824	4.0	2.0349765891879978e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0858_000000003911	2418	0.7150103302722888	3	3	3	2	2	False	103250	fragment	False	CHI0167_000000008077	0.9810667752442996		0	0	False	False	0.9995864629745483	0					non-mobilizable	other	2418.0	99.62799999999999	100.0	0.00064225256602088	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0058_000000013402	2459	0.7149934625134707	3	2	2	1	1	False	63463	maximal	True	ENG0058_000000013402	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1418.0	99.365	58.0	0.0004547347936620817	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ENG0171_000000013085	1830	0.7149928826155884	4	2	2	1	1	False	85104	fragment	False	ENG0171_000000013085	1.0		0	0	False	False	0.9896174669265747	0					non-mobilizable	no_good_hit	1193.0	96.14399999999999	83.0	0.0005297033259746073	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0029_000000014709	1676	0.7149928826155884	3	2	2	1	1	False	92073	fragment	False	ENG0029_000000014709	0.9729559748427673		0	0	False	False	0.9934367537498474	0					non-mobilizable	chromosome	1659.0	98.071	99.0	0.0007394426378600879	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0077_000000018425	2272	0.7149848175938739	4	3	2	3	1	False	49975	fragment	False	FIJ0018_000000013023	0.9142906086889643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	84.936	24.0	0.0017486463887272715	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
CHI0049_000000005147	3070	0.7149796826155956	4	4	3	2	4	True	86808	fragment	False	CHI0049_000000005147	1.0		0	0	False	False	0.99869704246521	0	IncX1,IncX3			MOBP	mobilizable	plasmid	3070.0	100.0	100.0	0.062221231043710974	MK965545.1	enterobacteria	Escherichia coli strain F609TC plasmid pF609, complete sequence	False	True
MAD0007_000000001651	3857	0.7149733403788834	5	5	4	3	4	False	42917	maximal	True	MAD0007_000000001651	1.0		2	1	True	True	1.0	10					non-mobilizable	no_good_hit	657.0	73.36399999999999	17.0	0.03238503313238005	NZ_LR214973.1	mycoplasmas	Mycoplasma bovirhinis strain NCTC10118 plasmid 2	True	True
ISR0132_000000005870	4354	0.7149713204832144	5	3	3	3	2	False	31607	maximal	True	ISR0132_000000005870	1.0		1	1	False	False	0.9995406270027161	0					non-mobilizable	no_good_hit	1202.0	89.434	41.0	0.00036534711644820234	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
MON0051_000000017414	2018	0.7149685327231506	2	2	1	2	2	True	11268	maximal	False	MON0105_000000025232	0.9571362372567191		0	0	False	False	0.998513400554657	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000018579	2119	0.7149673151760341	3	3	3	3	2	False	124922	fragment	False	ENG0206_000000011673	0.3610755000091091		0	0	False	False	0.9990561604499817	0					non-mobilizable	other	2102.0	81.018	99.0	0.005017240711324629	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
FIJ0064_000000004931	5438	0.71496401369134	6	6	4	3	5	False	45519	fragment	False	FIJ0064_000000004931	1.0		0	0	False	False	0.9974254965782166	0		MOBP		MOBP	mobilizable	plasmid	5438.0	99.35600000000001	100.0	0.03833030187668316	CP053733.1	enterobacteria	Escherichia coli strain CP55_Sichuan plasmid pCP55-141k, complete sequence	False	True
TAN0002_000000038583	1109	0.7149549730843267	2	2	2	2	2	False	2999	fragment	False	TAN0002_000000038583	1.0		0	0	False	False	0.9954914450645447	0					non-mobilizable	no_good_hit	921.0	78.28399999999999	83.0	0.00048276062854163415	CP047880.1	euryarchaeotes	Methanomassiliicoccaceae archaeon DOK chromosome, complete genome	True	False
ISR0231_000000006861	2503	0.7149541295524439	3	2	1	1	2	False	27487	fragment	False	ISR0231_000000006861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	90.383	55.0	0.11922016943962438	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
SPA0045_000000018727	1332	0.7149532606218448	2	2	2	2	2	False	93075	fragment	False	SPA0045_000000018727	1.0		0	0	False	False	0.9977477192878723	0					non-mobilizable	other	1332.0	97.74799999999999	100.0	0.004762126748593416	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0287_000000001700	5372	0.7149521557481219	3	3	2	2	1	False	63338	fragment	False	ISR0287_000000001700	1.0		0	0	False	False	0.9990692734718323	0					non-mobilizable	other	4863.0	99.23899999999999	91.0	0.02826119810739488	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0154_000000012555	1680	0.7149455581589274	2	2	2	2	1	False	30623	fragment	False	ISR0154_000000012555	1.0		0	0	False	False	0.9797618985176086	0					non-mobilizable	no_good_hit	119.0	77.311	7.0	0.00016686424360438373	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0095_000000003736	6075	0.7149419653036595	7	7	5	6	7	False	101918	maximal	True	ISR0095_000000003736	1.0		52	11	False	False	1.0	0					non-mobilizable	chromosome	6084.0	94.691	100.0	0.000937563317568803	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0278_000000000854	9190	0.7149345806303437	12	3	3	3	0	True	30113	fragment	False	ISR0278_000000000854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	80.597	1.0	0.000335465515153961	NZ_JHYD01000002.1	firmicutes	Ruminiclostridium cellobioparum DSM 1351 = ATCC 15832 T344DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ISR0158_000000017121	1129	0.7149316436363707	2	2	2	2	2	False	30493	fragment	False	ISR0158_000000017121	1.0		0	0	False	False	0.9937998056411743	0					non-mobilizable	no_good_hit	606.0	75.743	53.0	0.0006500018571481633	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0774_000000014075	1761	0.7149284331489792	3	1	1	1	1	False	22471	fragment	False	ISR0774_000000014075	1.0		0	0	False	False	0.9988642930984497	0					non-mobilizable	no_good_hit								True	False
MON0104_000000037903	1217	0.7149284331489792	1	1	1	1	1	False	8776	fragment	False	MON0104_000000037903	1.0		0	0	False	False	0.9991782903671265	0					non-mobilizable	no_good_hit								True	False
MON0037_000000002813	11703	0.7149278158094721	7	6	5	6	3	False	116126	maximal	True	MON0037_000000002813	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	83.429	8.0	0.0002732063033807006	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
SPA0115_000000009973	2640	0.7149277791965774	2	2	2	2	2	False	89448	fragment	False	SPA0115_000000009973	0.9957934990439771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2185.0	99.405	89.0	0.0009412799079407563	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
MAD0096_000000010604	1768	0.7149268515161069	2	1	1	1	1	False	53050	maximal	True	MAD0096_000000010604	1.0		126	11	False	False	0.9892534017562866	0					non-mobilizable	no_good_hit	1376.0	80.378	78.0	0.0005694590512837128	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0012_000000036747	1521	0.7149268515161069	2	1	1	1	1	False	14198	fragment	False	MON0012_000000036747	0.9723684210526315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	76.895	88.0	0.00023578111811821588	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MON0057_000000017443	1520	0.7149268515161069	1	1	1	1	1	False	26376	fragment	False	MON0057_000000017443	0.9673902527720091		0	0	False	False	0.9986842274665833	0					non-mobilizable	other	1520.0	99.145	100.0	0.0025219361961764195	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0118_000000001425	5703	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9559117969380313	PS1101	0	0	False	True	0.9998246431350708	0					non-mobilizable	chromosome	5705.0	99.124	100.0	0.0010348805923058515	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
USA0113_01_000000003307	5670	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9494226969994362	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5669.0	99.506	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
USA0042_01_000000004647	5670	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9495238571889185	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5670.0	99.436	100.0	0.001028167657187458	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0122_000000002681	5669	0.7149183571246643	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9492608961043121	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5669.0	100.0	100.0	0.0010283490878663336	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0158_000000002447	5668	0.7149183571246643	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9497198522156785	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5668.0	99.4	100.0	0.001027804795829707	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
SPA0007_000000004012	5518	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9663232290507144	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5407.0	98.835	100.0	0.0010178208089274465	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0041_000000006022	5394	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9620363017873446	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5394.0	99.277	100.0	0.0010153727662787775	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0152_000000004654	5371	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9613588360858841	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5372.0	99.572	100.0	0.001011418235846312	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
USA0018_01_000000004685	5289	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9518392078360438	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5291.0	99.01700000000001	100.0	0.0009959767360623987	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
USA0014_01_000000001416	5288	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9488889232509191	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5288.0	99.98100000000001	100.0	0.0009956001141164497	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0102_000000003741	5287	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9507735829053897	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5287.0	97.40899999999999	100.0	0.0010548182140061497	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0080_000000005322	5287	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9518398111162215	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5289.0	99.01700000000001	100.0	0.0009956001141164497	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0052_000000005671	5287	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9471199589395062	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.338	100.0	0.0009224858768895906	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0031_000000003771	5286	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9489468542381873	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	100.0	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0056_000000002342	5286	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9494314676711434	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.376	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0001_000000005631	5286	0.7149183571246643	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9546191641122749	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	98.46799999999999	99.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
USA0011_01_000000007122	5286	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9507176130897106	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5284.0	97.426	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0047_000000002830	5286	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9489468542381873	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	100.0	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0009_000000002407	5286	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9504354986297625	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5284.0	97.38799999999999	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0134_000000006722	5286	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9494314676711434	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.376	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0089_000000004196	5286	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9492635748142239	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.962	100.0	0.000995411803143475	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0334_000000003265	5286	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9508742306922003	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5284.0	97.445	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0144_000000003740	5286	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9490371873398941	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	99.98100000000001	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0045_000000004585	5286	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9489468542381873	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	100.0	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0050_000000004224	5286	0.7149183571246643	6	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9556475707211637	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5284.0	98.6	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0161_000000005395	5286	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9517347254719557	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5288.0	99.01700000000001	100.0	0.000995411803143475	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0189_000000002206	5285	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9473217330027421	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	99.584	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0073_000000004921	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9535699445236019	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	97.975	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0101_000000004465	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9509241091921329	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.13	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0294_000000003581	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9413179298220098	PS1101	0	0	False	True	0.9998108148574829	0					non-mobilizable	other	5285.0	98.713	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0077_000000005307	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9517157015937902	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.016	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
USA0108_01_000000002507	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.946103300171823	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.62200000000001	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0217_000000005095	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9517157015937902	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.016	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0055_000000003657	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9478009929371739	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.83	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0021_000000004080	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9496400939524261	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5286.0	99.603	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0059_000000005043	5285	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9515235325830066	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	98.99799999999999	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0132_000000004677	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9517157015937902	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.016	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
AUS0024_000000005903	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.951396098961152	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	98.979	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0124_000000005647	5285	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9536993222590812	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5283.0	97.956	100.0	0.001054219452484481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0008_01_000000001526	5284	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.947334489644454	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5285.0	99.62200000000001	100.0	0.0009223113289469436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0088_000000004122	5284	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9506487382605	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5282.0	97.425	100.0	0.001053820278136702	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0064_000000006353	5268	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9501796459933837	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5270.0	98.994	100.0	0.0009920222056299332	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0055_000000005820	5267	0.7149183571246643	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9499672604648536	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5269.0	98.994	100.0	0.0009918338946569587	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0133_000000004425	5262	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9469330719176767	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5262.0	100.0	100.0	0.0009907040288191114	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0011_000000007232	5260	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9398876527036663	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5260.0	98.574	100.0	0.0009177730824381205	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0288_000000005269	5257	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9560694462837388	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5257.0	99.04899999999999	100.0	0.0010179755186184353	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0779_000000006093	5246	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9461466696542695	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5247.0	99.314	100.0	0.0009876910532515184	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0828_000000001308	5246	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9461466696542695	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5247.0	99.314	100.0	0.0009876910532515184	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0836_000000003727	5246	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9461466696542695	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5247.0	99.314	100.0	0.0009876910532515184	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0038_000000002083	5246	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9445445244660465	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5246.0	100.0	100.0	0.0009876910532515184	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0018_000000002882	5245	0.7149183571246643	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9366322653285052	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5245.0	98.665	100.0	0.000915329411241062	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0827_000000001881	5245	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9473133720828107	PS1101	0	0	False	True	0.9998093247413635	0					non-mobilizable	other	5247.0	99.009	100.0	0.0009876910532515184	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0027_000000002936	5245	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9434900140514021	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5245.0	99.79	100.0	0.000915329411241062	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0777_000000003087	5245	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9452377642616504	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5246.0	99.6	100.0	0.0009876910532515184	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
USA0064_01_000000001915	5234	0.7149183571246643	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9360699768372607	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5234.0	98.56700000000001	100.0	0.0009132348359292976	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0821_000000016961	1831	0.7149166141565941	3	2	1	2	1	True	21230	maximal	True	ISR0821_000000016961	1.0		9	3	False	False	0.9939923286437988	0					non-mobilizable	no_good_hit								True	True
ISR0193_000000023355	1116	0.7149164033543155	2	2	1	2	1	False	29060	maximal	True	ISR0193_000000023355	1.0		1	1	False	False	0.9775985479354858	0					non-mobilizable	no_good_hit	716.0	75.69800000000001	63.0	0.6923828125	GQ873423.1		Uncultured organism clone 1041059765056 genomic sequence	True	False
ISR0316_000000016500	1336	0.7149112147934611	2	1	1	1	1	False	119965	fragment	False	MON0027_000000029561	0.5549341757809124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0041_000000022448	1516	0.714910527881902	2	2	2	1	1	False	92028	fragment	False	CHI0082_000000005703	0.9629164047768699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	82.632	12.0	0.21653084982537835	GQ875831.1		Uncultured organism clone VC1A654TR genomic sequence	True	False
ISR0394_000000015160	1271	0.7149066393414235	2	2	2	2	1	False	22749	fragment	False	ISR0394_000000015160	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	98.899	100.0	0.008692557254520814	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0059_000000000162	65441	0.7149059864527091	72	27	19	23	16	True	117634	fragment	False	ENG0175_000000000109	0.9576955366568243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10090.0	96.02600000000001	15.0	0.9894902268932325	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
FIJ0037_000000002852	7880	0.7149047060634456	15	10	4	4	9	False	47839	fragment	False	FIJ0037_000000002852	1.0		0	0	False	False	0.9989847540855408	0					non-mobilizable	plasmid	4843.0	95.54	100.0	0.10431130166053668	CP012874.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC01, complete sequence	False	True
SPA0108_000000006062	4874	0.714900373266557	2	1	1	1	1	False	4695	fragment	False	SPA0108_000000006062	1.0		0	0	False	False	0.9961017370223999	0					non-mobilizable	other	3355.0	100.0	98.0	0.0009295952186544317	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	False
ISR0349_000000001034	8020	0.7148997458322998	10	8	4	5	5	False	128693	fragment	False	DEN0010_000000003825	0.7233103557282086		0	0	False	False	0.9983790516853333	0					non-mobilizable	other	4171.0	99.80799999999999	99.0	0.03225931256480493	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0027_000000002234	7710	0.7148997458322998	10	8	4	5	5	False	128693	fragment	False	DEN0010_000000003825	0.504396648398262		0	0	False	False	1.0	0					non-mobilizable	other	3902.0	99.71799999999999	99.0	0.03017781698314685	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0005_000000002912	8706	0.7148965869336023	12	8	4	0	4	False	51930	maximal	True	FIJ0005_000000002912	1.0		2	2	False	False	0.99919593334198	0					non-mobilizable	no_good_hit	2475.0	96.404	48.0	0.0005968312196063762	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0384_000000001114	9269	0.7148883432671165	13	8	5	6	7	False	65600	maximal	True	ISR0384_000000001114	1.0		1	1	False	False	0.9997842311859131	0					non-mobilizable	no_good_hit	1738.0	74.568	18.0	0.004099553716423476	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	True	False
ENG0097_000000020336	1544	0.7148855808651597	2	2	2	2	1	False	116050	fragment	False	ISR0853_000000010044	0.7136385005374173		0	0	False	False	1.0	0					non-mobilizable	other	1487.0	80.094	95.0	0.006287187454649445	NZ_KI912471.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00003.3, whole genome shotgun sequence	False	False
CHI0070_000000010332	1266	0.7148803553101752	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.43365428116496685		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	98.34100000000001	100.0	0.0019578436789507814	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	False
FIJ0079_000000026013	1117	0.7148803553101752	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.15591065966272308		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	99.821	100.0	0.004556775958515373	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0256_000000011862	1503	0.7148791216991661	2	2	2	2	2	False	26837	maximal	True	ISR0256_000000011862	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	75.806	12.0	7.374598216814002e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
CHI0022_000000000004	96571	0.7148788131786487	92	13	4	10	5	True	127415	maximal	False	SPA0046_000000000019	0.9124492762369331		0	0	True	True	1.0	199					non-mobilizable	virus	34660.0	96.62100000000001	98.0	0.3568124452686344	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0120_000000016026	2097	0.7148769775328581	3	3	3	3	2	False	70109	fragment	False	MAD0064_000000009678	0.9718735471873547		0	0	False	False	0.9928469061851501	0					non-mobilizable	other	2096.0	97.471	99.0	0.019839766657827947	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0257_000000013511	1326	0.7148726278834544	2	2	1	2	1	True	26808	maximal	True	ISR0257_000000013511	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.014859658778205834	XM_015177193.2	flies	PREDICTED: Drosophila willistoni probable isocitrate dehydrogenase [NAD] subunit alpha, mitochondrial (LOC6648969), mRNA	True	True
DEN0062_000000003903	4271	0.7148711107243445	7	4	1	3	3	False	107898	fragment	False	DEN0062_000000003903	1.0		0	0	False	False	0.9990634322166443	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	23.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0059_000000012809	2988	0.7148603137014288	5	4	2	2	3	False	98142	fragment	False	ISR0169_000000010290	0.8194191515376753		0	0	False	False	0.9986613392829895	0	rep_cluster_2131	MOBQ			mobilizable	plasmid	2992.0	98.229	100.0	0.5787843592721641	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
ISR0120_000000002975	7792	0.7148580922005509	9	4	3	4	0	True	132062	fragment	False	USA0044_01_000000003502	0.8143096436261447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	85.075	3.0	0.007892992709525818	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0265_000000001962	7655	0.7148580922005509	8	4	3	4	0	True	132062	fragment	False	USA0044_01_000000003502	0.8087031791771008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	78.90899999999999	4.0	0.00011906864417995565	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
CAN0006_000000005849	7588	0.7148580922005509	7	4	3	4	0	True	132062	fragment	False	USA0044_01_000000003502	0.6390064067722176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	85.12799999999999	2.0	0.005693800084352594	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0194_000000003324	7441	0.7148580922005509	8	4	3	4	0	True	132062	fragment	False	USA0044_01_000000003502	0.6450125706271659		0	0	False	False	0.9997312426567078	0					non-mobilizable	no_good_hit	275.0	78.90899999999999	4.0	0.00011906864417995565	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
MON0020_000000003535	4512	0.7148576464174395	7	6	5	6	5	False	80352	fragment	False	MON0020_000000003535	0.951134576499663		0	0	False	False	0.9813829660415649	0					non-mobilizable	no_good_hit	848.0	74.175	31.0	0.0011094846956375807	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0147_000000007537	3192	0.7148530614573837	2	2	2	2	2	False	55892	maximal	True	ISR0147_000000007537	1.0	PS237	52	7	False	True	0.9996867179870605	0					non-mobilizable	no_good_hit	735.0	77.415	23.0	0.00018960433973955068	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
FIJ0105_000000017765	1821	0.7148370389903818	2	2	2	2	1	False	67629	fragment	False	FIJ0105_000000017765	1.0		0	0	False	False	0.9972542524337769	0					non-mobilizable	no_good_hit	111.0	75.676	6.0	3.1645096724117166e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
AST0088_000000005542	2130	0.7148279250161312	3	2	1	2	1	False	116452	fragment	False	AST0088_000000005542	0.9942700548081714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1046.0	91.587	68.0	0.001162327237424265	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
CHI0117_000000009909	1468	0.714820152539154	3	2	2	2	1	True	82058	fragment	False	CHI0117_000000009909	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	84.585	100.0	0.0003820715988326493	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
AUS0024_000000002589	10870	0.714817213788259	8	7	6	6	5	False	98999	maximal	True	AUS0024_000000002589	1.0		166	11	False	False	1.0	0					non-mobilizable	other	10305.0	99.59200000000001	100.0	0.03776420097415806	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0043_000000001395	13441	0.7148164468118986	13	8	4	4	5	True	105661	fragment	False	ISR0217_000000001699	0.8892782229491882		0	0	False	False	0.9998512268066406	0					non-mobilizable	no_good_hit	78.0	91.02600000000001	1.0	0.010725727817244742	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
MAD0048_000000013484	1769	0.7148106225792521	2	2	2	1	1	False	93039	fragment	False	MAD0049_000000010213	0.9494762042930123		0	0	False	False	0.9988694190979004	0					non-mobilizable	other	1769.0	97.73899999999999	100.0	0.16764650104304948	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0099_000000004108	6179	0.7148039448476408	10	5	3	5	2	True	15249	maximal	True	MAD0099_000000004108	1.0		1	1	False	False	0.9998381733894348	0					non-mobilizable	no_good_hit	1036.0	90.734	49.0	0.03981517135155949	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
MON0098_000000011085	2737	0.7147909016614507	4	4	3	3	3	False	54622	fragment	False	MON0098_000000011085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0009_000000025724	1322	0.7147869601508783	3	2	2	1	1	False	110330	fragment	False	ISR0279_000000015900	0.6946574153005002		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	98.262	99.0	0.011213731515593963	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0168_000000016615	1848	0.7147867169418669	4	3	3	2	2	False	55981	fragment	False	ENG0168_000000016615	1.0		0	0	False	False	0.9816017150878906	0					non-mobilizable	no_good_hit								True	False
SPA0051_000000020032	1197	0.714780779033541	3	1	1	1	1	False	6545	maximal	True	SPA0051_000000020032	1.0		27	4	False	False	0.9908103346824646	0					non-mobilizable	no_good_hit	75.0	90.667	6.0	2.083516473479975e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0172_000000008050	2667	0.7147793034967198	3	3	3	3	3	False	94777	fragment	False	DEN0010_000000016710	0.9572306532215065		0	0	False	False	0.9955005645751953	0					non-mobilizable	no_good_hit	1007.0	72.79	47.0	0.0003495261565615125	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0040_000000011154	1221	0.7147761899001149	2	2	2	2	2	False	87652	fragment	False	CHI0040_000000011154	0.9870940882597836		0	0	False	False	0.9991809725761414	0					non-mobilizable	no_good_hit	532.0	74.436	43.0	0.0045891494428703045	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
AST0016_000000004820	5405	0.7147755207700671	10	3	1	3	1	False	123823	fragment	False	AST0016_000000004820	1.0		0	0	False	False	0.9981498718261719	0					non-mobilizable	no_good_hit	905.0	73.59100000000001	16.0	0.00030697056636592144	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
CHI0056_000000008558	2261	0.7147719804854007	4	3	3	3	3	False	86450	fragment	False	CHI0056_000000008558	1.0		0	0	False	False	0.9876161217689514	0					non-mobilizable	chromosome	2245.0	94.87799999999999	99.0	0.0010848064227504655	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
ISR0084_000000021535	1303	0.7147672888796417	2	2	2	2	2	False	34028	maximal	True	ISR0084_000000021535	1.0		33	9	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	82.051	6.0	1.4480573152669841e-05	CP015220.1	high GC Gram+	Rhodococcus sp. PBTS2, complete genome	True	False
FIJ0040_000000015169	1612	0.7147667270034676	2	2	1	2	2	False	47476	fragment	False	FIJ0040_000000015169	0.9541745134965474		0	0	False	False	0.9987593293190002	0					non-mobilizable	other	872.0	88.991	99.0	0.006644594480934066	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0300_000000001313	4708	0.7147633021673195	4	3	3	2	2	False	25600	maximal	True	ISR0300_000000001313	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	72.65899999999999	14.0	0.0014347644980638394	NZ_DS483477.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_17, whole genome shotgun sequence	True	False
CAN0008_000000007807	3658	0.7147624468876952	4	2	2	2	2	False	95047	fragment	False	CAN0008_000000007807	1.0		0	0	False	False	0.9975396394729614	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.053267214439073e-06	CP033906.1	firmicutes	Bacillus sp. FJAT-42376 chromosome	True	False
ISR0346_000000007586	2772	0.7147620600227844	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.7095619131169594		0	0	False	False	0.9989177584648132	0					non-mobilizable	chromosome	2772.0	97.40299999999999	100.0	0.0012225953637629622	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0292_000000008092	2325	0.7147607289624154	4	2	1	1	2	False	25882	fragment	False	ISR0292_000000008092	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1811.0	95.803	94.0	0.16397751994198695	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	False	False
CHI0109_000000004871	3532	0.7147583797975312	3	3	3	2	3	True	106450	fragment	False	CHI0175_000000003429	0.9909461073293097		0	0	False	False	1.0	0					non-mobilizable	other	3532.0	100.0	100.0	0.023784184292065202	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
FIJ0031_000000016491	1519	0.7147574680373551	2	2	2	2	1	False	48541	maximal	True	FIJ0031_000000016491	1.0		50	8	False	False	0.9980250000953674	0					non-mobilizable	no_good_hit	765.0	85.359	50.0	0.0002564847386531589	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0100_000000022164	1593	0.7147376733515419	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.12625936743963556	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1594.0	97.051	100.0	0.015866996646974295	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0080_000000025883	2063	0.7147372708965475	3	2	2	2	2	False	54766	fragment	False	MON0080_000000025883	1.0		0	0	False	False	0.9995152950286865	0					non-mobilizable	no_good_hit	56.0	83.929	3.0	0.0009362159538133462	NZ_RZNC01000009.1	high GC Gram+	Labedella populi strain 8H24J-4-2 scaffold_8, whole genome shotgun sequence	True	False
MAD0014_000000028610	1212	0.7147339962910869	3	3	0	3	2	True	19471	fragment	False	MAD0014_000000028610	1.0		0	0	False	False	0.9991748929023743	0					non-mobilizable	no_good_hit								True	True
ENG0049_000000002818	6963	0.7147294211837936	13	8	2	3	7	False	94163	maximal	True	ENG0049_000000002818	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	4072.0	94.229	80.0	0.0006268800041925586	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0015_01_000000001243	15544	0.7147263065842937	9	6	2	5	1	False	41500	maximal	True	USA0015_01_000000001243	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00020227432190694116	NZ_FNAI01000015.1	CFB group bacteria	Mucilaginibacter pineti strain 47C3B, whole genome shotgun sequence	True	False
MON0084_000000008297	3505	0.7147177557625117	7	3	1	3	0	True	122481	fragment	False	MON0084_000000008297	1.0		0	0	False	False	0.9997146725654602	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00023272050267628578	NZ_SNWC01000014.1	a-proteobacteria	Sphingobium barthaii strain KK22 24_6 Ga0255723_114, whole genome shotgun sequence	True	True
ISR0165_000000000575	23571	0.7147053207293348	38	9	4	7	6	False	30264	maximal	True	ISR0165_000000000575	1.0		1	1	False	False	0.9994484782218933	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000005326	4996	0.7146978993159705	4	3	2	3	2	True	79194	maximal	True	ENG0112_000000005326	0.9594586142445283		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	75.817	21.0	0.0003429466920954333	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MON0047_000000020437	1934	0.7146872929324879	3	1	1	1	1	False	12176	maximal	True	MON0047_000000020437	1.0		21	2	False	False	0.9984487891197205	0					non-mobilizable	no_good_hit	413.0	73.366	21.0	0.00012350140196961865	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
DEN0045_000000018536	2151	0.7146818807538156	2	2	2	2	1	False	72926	maximal	True	DEN0045_000000018536	1.0		0	0	False	False	0.9967457056045532	0					non-mobilizable	no_good_hit	295.0	73.22	14.0	7.644191173891213e-05	CP013352.1	firmicutes	Clostridium butyricum strain JKY6D1 chromosome 1, complete sequence	True	False
MAD0023_000000002982	2973	0.7146769822118995	5	3	3	2	3	True	19235	fragment	False	MAD0023_000000002982	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2973.0	98.755	100.0	0.07891243162869736	CP059949.1	enterobacteria	Escherichia coli strain 268.2 plasmid p2, complete sequence	False	True
MON0016_000000003683	5075	0.7146760145792329	7	7	7	7	5	True	46609	maximal	True	MON0016_000000003683	1.0		7	1	False	False	0.9958620667457581	0					non-mobilizable	no_good_hit	1417.0	92.167	28.0	0.00042584435539391805	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0183_000000000638	30538	0.714671995955059	42	29	8	12	23	False	102748	fragment	False	ENG0183_000000000638	0.9998944182445273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10167.0	97.43299999999999	88.0	0.002257567983581324	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0171_000000010469	2578	0.7146697908949209	3	3	3	3	3	False	30000	fragment	False	ISR0171_000000010469	1.0		0	0	False	False	0.9934057593345642	0					non-mobilizable	other	2566.0	88.27	99.0	0.04391275929684544	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0018_000000009975	2711	0.7146679066672157	2	2	2	2	1	False	50008	fragment	False	FIJ0018_000000009975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1065.0	73.146	39.0	0.0005788418821043796	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
ISR0162_000000014006	2813	0.7146662634466119	3	2	2	2	2	False	96081	fragment	False	ISR0162_000000014006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	74.939	14.0	0.00011587776551135202	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0063_000000004207	5662	0.7146648472842444	10	8	2	3	7	True	63369	maximal	True	FIJ0063_000000004207	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5677.0	98.20299999999999	99.0	0.03873148084932068	CP048351.1	enterobacteria	Raoultella ornithinolytica strain 23 plasmid p23_B, complete sequence	False	True
ISR0268_000000011534	1735	0.7146627666097165	3	3	3	2	1	False	121332	fragment	False	SPA0114_000000018546	0.15899478509299217		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	99.132	100.0	0.0003993553578706259	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0103_000000004669	7585	0.7146623468652558	12	9	5	7	5	False	105118	maximal	True	MON0103_000000004669	1.0		2	1	False	False	0.9895846843719482	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.0905763659741628e-05	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
USA0045_01_000000002813	4921	0.7146619954053504	7	3	1	2	3	False	92924	fragment	False	USA0045_01_000000002813	1.0		0	0	False	False	0.9997968077659607	0					non-mobilizable	no_good_hit	1922.0	89.75	65.0	0.0008410735524311638	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0008_000000004916	5690	0.7146580402688684	7	5	1	1	5	False	119511	fragment	False	FIJ0008_000000004916	1.0		0	0	False	False	0.9957820773124695	0					non-mobilizable	no_good_hit	3869.0	79.65899999999999	67.0	0.03446703331782818	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
FIJ0032_000000002529	13036	0.7146551104601424	15	8	7	7	3	True	121695	maximal	True	FIJ0032_000000002529	1.0		0	0	False	False	0.9998465776443481	0					non-mobilizable	no_good_hit	593.0	93.42299999999999	5.0	0.011261175575423246	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0298_000000001919	6549	0.7146429838171424	7	6	6	5	4	False	127850	maximal	True	ISR0298_000000001919	1.0		4	4	False	False	0.9986257553100586	0					non-mobilizable	no_good_hit	935.0	91.551	23.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0046_000000000019	99828	0.7146357334436273	93	15	5	13	5	True	127415	maximal	True	SPA0046_000000000019	0.9313437384067808		30	8	True	True	1.0	104					non-mobilizable	virus	27679.0	96.25	97.0	0.27915112176084605	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
FIJ0121_000000007906	3295	0.7146356102550698	4	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.6051356269930429		0	0	False	False	1.0	0					non-mobilizable	other	2842.0	98.73299999999999	95.0	0.019002327634641623	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0049_000000019492	1515	0.7146330617446904	3	3	3	2	2	False	35966	fragment	False	ISR0049_000000019492	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	98.152	100.0	0.00042978348450508475	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0360_000000022640	1101	0.7146213555551614	2	2	2	2	2	False	23772	fragment	False	ISR0360_000000022640	1.0		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	1104.0	83.514	100.0	0.006577255849273213	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
SPA0135_000000008390	2823	0.7146166354291943	4	4	4	4	3	False	4637	maximal	True	SPA0135_000000008390	1.0		191	7	False	False	0.9964576959609985	0					non-mobilizable	no_good_hit	1683.0	99.881	60.0	0.00030891224688296156	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
MON0024_000000035310	1468	0.7146126529281444	2	2	2	2	1	False	12903	maximal	True	MON0024_000000035310	1.0		10	4	False	False	0.9870572090148926	0					non-mobilizable	no_good_hit	93.0	78.495	6.0	0.00024856099938278675	NZ_ML119085.1	a-proteobacteria	Histidinibacterium lentulum strain B17 Scaffold5, whole genome shotgun sequence	True	False
CHI0086_000000001319	3592	0.7146109054026192	5	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9682372525698612		0	0	False	True	1.0	0					non-mobilizable	chromosome	3521.0	89.12200000000001	100.0	0.0007266638525746359	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
FIJ0169_000000016006	1424	0.7146097091007114	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8922074193821514		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	94.73299999999999	99.0	0.005427377164329773	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0052_000000012566	2125	0.714592201388807	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.13858395936186618		0	0	False	False	1.0	0					non-mobilizable	other	2125.0	98.118	100.0	0.0044392215575122795	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0166_000000004003	6293	0.7145873425949618	6	3	2	3	2	False	56184	fragment	False	ENG0166_000000004003	1.0		0	0	False	False	0.9996821880340576	0					non-mobilizable	no_good_hit	170.0	75.882	3.0	7.682457201540009e-05	LR594036.1	firmicutes	Streptococcus porcinus strain NCTC10710 genome assembly, chromosome: 1	True	False
CHI0075_000000000860	8035	0.7145809821404719	12	8	4	6	4	True	84690	fragment	False	CHI0075_000000000860	1.0		0	0	False	False	0.999751091003418	0					non-mobilizable	no_good_hit	2348.0	92.12100000000001	38.0	0.05055316200827037	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
USA0073_01_000000004746	3893	0.7145792358512932	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.6298291025408201		0	0	False	False	0.9956331849098206	0					non-mobilizable	no_good_hit	1970.0	85.53299999999999	65.0	0.0006734537553186568	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0154_000000019361	1691	0.7145790299770541	3	2	2	2	2	False	56826	fragment	False	ENG0154_000000019361	1.0		0	0	False	False	0.9917208552360535	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0002183160089016592	MF001361.1	viruses	Enterococcus phage EF5, partial genome	True	False
ENG0152_000000003463	6465	0.7145787458173182	8	7	7	6	5	False	112531	maximal	True	ENG0152_000000003463	1.0	PS572	13	6	False	True	1.0	0					non-mobilizable	no_good_hit	1043.0	74.497	16.0	0.0008119596885895783	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
SPA0109_000000009850	3006	0.7145715353734866	4	4	4	4	3	False	121959	maximal	True	SPA0109_000000009850	0.9847198641765704		31	5	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	78.83800000000001	30.0	0.00030913755078749533	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0145_000000003063	5540	0.7145696763509811	6	3	2	3	1	False	79776	maximal	True	CHI0145_000000003063	1.0		3	2	False	False	0.9963898658752441	0					non-mobilizable	no_good_hit	1962.0	79.358	35.0	0.008158171363478363	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0040_01_000000011454	1184	0.714567946497281	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.02606222440640087	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1192.0	83.389	100.0	0.014049059457415634	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
FIJ0115_000000013624	1744	0.7145672046942352	2	2	2	2	2	False	41728	maximal	True	FIJ0115_000000013624	1.0		100	10	False	False	0.9891055226325989	0					non-mobilizable	no_good_hit	714.0	85.714	41.0	0.0011247242262714431	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0222_000000028353	1656	0.7145408716185325	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.3488834557043902		0	0	False	False	1.0	0					non-mobilizable	chromosome	1658.0	91.194	100.0	0.0005216520262635247	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0112_000000022378	1304	0.7145382787190299	1	1	1	1	1	False	14424	maximal	True	MAD0112_000000022378	1.0		2	1	False	False	0.9578220844268799	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	1.5689261040045355e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
USA0011_01_000000002268	15048	0.7145357920648371	13	10	8	9	8	False	116288	fragment	False	USA0011_01_000000002268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6970.0	95.796	61.0	0.24329052801007733	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0022_000000006215	1948	0.7145345368911652	1	1	1	1	1	False	105430	fragment	False	CHI0022_000000006215	1.0		0	0	False	False	0.9994866251945496	0					non-mobilizable	other	1948.0	99.846	100.0	0.0004540054667297515	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
AST0003_000000019860	1639	0.7145345368911652	1	1	1	1	1	False	129510	fragment	False	AST0003_000000019860	0.9957727625684227		0	0	False	False	1.0	0					non-mobilizable	chromosome	1624.0	99.507	99.0	0.00045182169328739953	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0219_000000020634	1599	0.7145345368911652	1	1	1	1	1	False	129510	fragment	False	AST0003_000000019860	0.9898512618068643		0	0	False	False	1.0	0					non-mobilizable	chromosome	1599.0	99.375	100.0	0.00044486202456763056	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0814_000000025873	1598	0.7145345368911652	1	1	1	1	1	False	129510	fragment	False	AST0003_000000019860	0.9896293408253528		0	0	False	False	1.0	0					non-mobilizable	chromosome	1598.0	99.43700000000001	100.0	0.0004445836378188398	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0190_000000018955	1584	0.7145345368911652	1	1	1	1	1	False	129510	fragment	False	AST0003_000000019860	0.983746976980384		0	0	False	False	0.995580792427063	0					non-mobilizable	chromosome	1584.0	99.306	100.0	0.00044068622333576923	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0061_000000031155	1408	0.7145345368911652	1	1	1	1	1	False	71811	fragment	False	DEN0061_000000031155	0.9650249821556032		0	0	False	False	0.9992897510528564	0					non-mobilizable	no_good_hit	1208.0	72.765	84.0	0.008912602162871956	NZ_JHYB01000005.1	mycoplasmas	Acholeplasma modicum ATCC 29102 T352DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
DEN0094_000000027833	1401	0.7145345368911652	1	1	1	1	1	False	71811	fragment	False	DEN0061_000000031155	0.9627130681818181		0	0	False	False	0.9628836512565613	0					non-mobilizable	no_good_hit	1203.0	70.906	85.0	0.008912602162871956	NZ_JHYB01000005.1	mycoplasmas	Acholeplasma modicum ATCC 29102 T352DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ENG0134_000000003098	9851	0.7145272852041842	8	3	3	2	2	False	58235	fragment	False	ENG0134_000000003098	1.0		0	0	False	False	0.9996954798698425	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.16841455611474e-06	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0817_000000005052	2383	0.7145260906993238	3	3	3	3	2	False	120956	maximal	True	ISR0817_000000005052	1.0		2	1	False	False	0.9731431007385254	0					non-mobilizable	no_good_hit	2126.0	98.26	89.0	0.0006822294165766659	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0017_000000003949	5550	0.714523349480468	9	7	4	5	6	True	130637	backbone	False	AST0039_000000003129	0.6335215392887813	PS1110	0	0	True	True	1.0	27		MOBV			mobilizable	no_good_hit	2474.0	92.805	88.0	0.48638516179952646	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ENG0175_000000002364	9874	0.7145213528062005	11	2	2	2	2	False	131116	maximal	True	ENG0175_000000002364	1.0		7	4	False	False	0.9983795881271362	0					non-mobilizable	no_good_hit	64.0	96.875	1.0	0.0007427931380062488	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	True	False
ISR0305_000000001966	6664	0.7145213528062005	5	2	2	2	2	False	131121	fragment	False	ISR0305_000000001966	1.0		0	0	False	False	0.9953481554985046	0					non-mobilizable	no_good_hit								True	False
SPA0056_000000004774	6393	0.7145213528062005	5	2	2	2	2	False	131115	fragment	False	SPA0056_000000004774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.58598619864047e-06	CP034457.1	budding yeasts	Metschnikowia aff. pulcherrima strain APC 1.2 chromosome II, complete sequence	True	False
AUS0002_000000004826	6164	0.7145213528062005	4	2	2	2	2	False	131120	fragment	False	AUS0002_000000004826	1.0		0	0	False	False	0.9996755123138428	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000006478	5259	0.7145213528062005	5	2	2	2	2	False	131114	maximal	True	SPA0096_000000006478	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	95.588	1.0	0.0012903225806451613	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0101_000000009734	4630	0.7145213528062005	3	2	2	2	2	False	131113	fragment	False	SPA0101_000000009734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000016489	1529	0.7145211270125753	2	1	1	1	1	False	64676	maximal	True	ENG0042_000000016489	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0150_000000012959	2153	0.7145206304069602	3	3	3	3	1	False	104115	fragment	False	ISR0042_000000012734	0.9640761186055578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	86.66	47.0	0.0002145393590703413	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0278_000000005114	2151	0.7145206304069602	3	3	3	3	1	False	104115	fragment	False	ISR0042_000000012734	0.9640002570271445		0	0	False	False	0.9972106218338013	0					non-mobilizable	no_good_hit	967.0	86.66	47.0	0.0002145393590703413	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0186_000000004475	4314	0.7145180839422707	4	4	3	4	3	False	131403	fragment	False	CHI0186_000000004475	0.9526242452392011		0	0	False	False	0.9983773827552795	0					non-mobilizable	no_good_hit	807.0	74.34899999999999	18.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
SPA0116_000000015709	2541	0.7145126099951349	4	4	4	3	3	False	35561	maximal	True	SPA0116_000000015709	1.0		161	12	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	85.64299999999999	71.0	0.0006270626142411183	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0087_000000019091	1865	0.7145059791522695	3	3	2	2	1	False	82267	maximal	True	ISR0087_000000019091	1.0		19	4	False	False	0.9935656785964966	0					non-mobilizable	chromosome	1703.0	99.295	99.0	0.000674706857312978	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0207_000000002176	7205	0.7145056934929636	12	7	7	4	4	True	99381	maximal	True	ENG0207_000000002176	1.0		1	1	False	False	0.9875086545944214	0					non-mobilizable	no_good_hit	3228.0	99.65899999999999	80.0	0.000889798693730297	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	True
SPA0115_000000016909	1645	0.7145048995756097	1	1	1	1	1	False	23329	fragment	False	SPA0115_000000016909	1.0		0	0	False	False	0.9872340559959412	0					non-mobilizable	other	1645.0	99.39200000000001	100.0	0.0004633904613202933	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0374_000000010456	1545	0.7145048995756097	1	1	1	1	1	False	28918	fragment	False	ISR0374_000000010456	1.0		0	0	False	False	0.9902912378311157	0					non-mobilizable	other	1526.0	99.214	99.0	0.012479643859606052	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0011_000000014743	2895	0.714504578459403	3	2	2	2	1	False	75728	maximal	True	DEN0011_000000014743	1.0		4	2	False	False	0.9944732189178467	0					non-mobilizable	no_good_hit	310.0	72.581	11.0	8.442792418762504e-05	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
ISR0130_000000017215	1768	0.7144964850187355	2	2	2	2	2	False	31757	maximal	True	ISR0130_000000017215	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	75.4	39.0	0.010693019920815538	NZ_MIEH01000008.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_8, whole genome shotgun sequence	True	False
MON0003_000000013989	1161	0.7144886756784643	2	2	2	2	2	False	14266	fragment	False	MON0003_000000013989	1.0		0	0	False	False	0.9965546727180481	0					non-mobilizable	chromosome	1161.0	96.727	100.0	0.0005437381057289372	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
ISR0169_000000017892	1770	0.7144776154699072	2	2	2	2	2	False	60444	fragment	False	ISR0169_000000017892	0.988479262672811		0	0	False	False	0.998305082321167	0					non-mobilizable	other	1770.0	100.0	100.0	0.010253229854345016	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ENG0206_000000016850	1516	0.7144769521039037	1	1	1	1	1	False	53941	maximal	True	ENG0206_000000016850	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.089260994811182e-06	CP024866.1	g-proteobacteria	Pseudomonas sp. ACM7 chromosome	True	False
MON0108_000000011190	1943	0.7144705642072527	3	3	3	3	3	False	100788	fragment	False	ISR0175_000000010194	0.3544298041786573		0	0	False	False	1.0	0					non-mobilizable	other	1857.0	96.015	96.0	0.0005154095228574126	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0089_000000006443	5758	0.7144654683954684	6	6	4	6	3	False	71276	maximal	True	SPA0089_000000006443	1.0		10	1	False	False	0.9998263120651245	0					non-mobilizable	no_good_hit	3258.0	100.0	57.0	0.0009107659130267489	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0816_000000010976	3859	0.7144640519809529	3	2	2	2	2	False	21429	maximal	True	ISR0816_000000010976	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0010_000000016859	1768	0.7144602885741194	4	3	3	3	2	False	126213	fragment	False	AST0010_000000016859	1.0		0	0	False	False	0.9994344115257263	0					non-mobilizable	no_good_hit								True	False
ENG0206_000000002207	9336	0.7144580891908786	13	8	3	6	2	False	101894	fragment	False	ENG0206_000000002207	1.0		0	0	False	False	0.9992502331733704	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0023698762397963663	XM_026085405.1	birds	PREDICTED: Apteryx rowi RAN binding protein 10 (RANBP10), transcript variant X9, mRNA	True	False
TAN0023_000000000689	2582	0.7144523326188803	2	2	1	2	1	False	15106	maximal	True	TAN0023_000000000689	0.9928832858885726		8	4	False	False	0.9988381266593933	0					non-mobilizable	no_good_hit	155.0	76.12899999999999	6.0	6.804778125928053e-05	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
ISR0821_000000004521	5753	0.7144506431250349	5	4	3	4	3	False	47344	maximal	True	ISR0821_000000004521	0.9752890712420739		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	85.714	2.0	0.11057692307692307	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
ISR0223_000000004663	5362	0.7144506431250349	4	4	3	4	3	False	47344	maximal	False	ISR0821_000000004521	0.9424648009734051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	85.714	3.0	0.11057692307692307	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
CHI0137_000000016373	1105	0.7144486601147702	2	1	1	1	1	False	80439	fragment	False	CHI0137_000000016373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	84.96700000000001	68.0	0.0002430280130074781	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0179_000000017152	1314	0.7144460244810219	1	1	1	1	1	False	29670	maximal	True	ISR0179_000000017152	1.0		61	9	False	False	0.9840182662010193	0					non-mobilizable	no_good_hit	686.0	73.76100000000001	50.0	0.004048483809127157	MF101454.1	red algae	Polysiphonia schneideri isolate PD1720 chloroplast, complete genome	True	False
ENG0153_000000025473	1161	0.7144429360308924	1	1	1	1	1	False	56882	fragment	False	ISR0362_000000016620	0.9738732028685841		0	0	False	False	0.9991386532783508	0					non-mobilizable	other	1161.0	98.88	100.0	0.005537849938123247	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0028_000000015946	1954	0.7144359708727324	3	3	3	3	1	False	75345	maximal	False	ISR0083_000000013203	0.9560755287316687		0	0	False	False	0.9994882345199585	0					non-mobilizable	no_good_hit	670.0	73.582	33.0	0.0006098279380369573	LR739235.1	mycoplasmas	Mycoplasma feriruminatoris 8756-13 chromosome : 1	True	False
USA0019_01_000000014132	2132	0.7144355800618452	4	3	2	2	1	False	80204	maximal	True	USA0019_01_000000014132	1.0		47	7	False	False	0.9826453924179077	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	3.629872570120597e-05	NZ_QXDJ01000003.1	firmicutes	Clostridium chromiireducens strain C1 Scaffold3, whole genome shotgun sequence	True	False
FIJ0045_000000013709	1703	0.7144257676383388	4	2	1	2	2	True	60534	maximal	True	FIJ0045_000000013709	1.0		0	0	False	False	0.9964768290519714	0					non-mobilizable	no_good_hit	397.0	89.92399999999999	34.0	0.09739301524840138	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
CHI0070_000000001978	4740	0.7144207789923948	7	6	4	5	5	False	95984	maximal	True	CHI0070_000000001978	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	98.311	50.0	0.0003544832137071409	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0117_000000009940	3790	0.7144194664146142	5	5	5	4	5	False	94474	maximal	True	SPA0117_000000009940	1.0		15	4	False	False	0.9949868321418762	0					non-mobilizable	no_good_hit	445.0	82.921	17.0	0.0031539862084784885	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	False
USA0120_01_000000000296	18208	0.7144178133953254	23	11	5	11	2	True	55355	fragment	False	USA0120_01_000000000296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5734.0	77.433	51.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
USA0036_01_000000018166	1798	0.7144149690239177	3	3	3	2	2	False	107773	fragment	False	DEN0022_000000020673	0.9477157360406091		0	0	False	False	0.9888765215873718	0					non-mobilizable	no_good_hit								True	False
ENG0187_000000011896	2445	0.7144148088986862	4	4	4	4	2	False	60146	fragment	False	SPA0156_000000006948	0.9866052165824797		0	0	False	False	0.9991819858551025	0					non-mobilizable	other	1444.0	99.792	100.0	0.0005356780912486608	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
ENG0030_000000003008	7413	0.7144146970381309	8	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.68183878736514		0	0	False	False	0.9923108220100403	0					non-mobilizable	no_good_hit	2445.0	97.791	33.0	0.39566132426744377	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0167_000000015070	1472	0.7144140451537438	2	1	1	1	1	True	78134	fragment	False	CHI0167_000000015070	1.0		0	0	False	False	0.9585598111152649	0					non-mobilizable	no_good_hit								True	True
MON0028_000000002220	8534	0.7144119581979113	10	7	4	4	5	False	125579	fragment	False	ENG0057_000000002278	0.7018061117414964		0	0	False	False	0.9998828172683716	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000009283	2958	0.7144089318612288	3	3	1	2	3	True	93814	fragment	False	USA0133_01_000000008076	0.9211392821863681		0	0	False	False	0.9979715943336487	0					non-mobilizable	other	2691.0	95.57799999999999	91.0	0.0006226968844538209	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	False	True
FIJ0144_000000011881	2652	0.7144083959247219	3	2	2	2	2	False	40098	maximal	True	FIJ0144_000000011881	1.0		43	5	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	75.0	8.0	0.0005153796216915354	NZ_LUUB01000051.1	a-proteobacteria	Bradyrhizobium centrolobii strain BR 10245 contig24, whole genome shotgun sequence	True	False
SPA0016_000000019083	1768	0.7144073247378757	2	2	2	2	2	False	93570	fragment	False	ENG0110_000000015888	0.6036483940439589		0	0	False	False	1.0	0					non-mobilizable	chromosome	1758.0	97.156	99.0	0.0004917503766494419	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0141_000000012040	2423	0.7144057912457354	5	3	2	2	3	True	51118	maximal	True	FIJ0141_000000012040	1.0		6	1	False	False	0.9979364275932312	0					non-mobilizable	no_good_hit	872.0	78.211	35.0	0.000334673580665651	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ISR0119_000000023761	1315	0.7144042073197099	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.24083831949611698		0	0	False	False	1.0	0					non-mobilizable	chromosome	1315.0	98.631	100.0	0.00044228470681135276	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0037_01_000000005055	7192	0.7144037777380405	10	6	3	3	5	False	89199	maximal	False	ENG0131_000000003913	0.9514623094878485	PS462	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3726.0	93.90799999999999	76.0	0.0007199145316848536	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
ENG0153_000000022354	1325	0.714393025942872	2	2	2	1	1	False	103245	fragment	False	ENG0086_000000013755	0.08113773537171563		0	0	False	False	0.998490571975708	0					non-mobilizable	other	996.0	81.225	94.0	0.00026457867319151237	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0227_000000002887	8676	0.7143915711834564	15	8	3	8	5	False	27640	maximal	True	ISR0227_000000002887	1.0		143	7	False	False	1.0	0					non-mobilizable	other	7791.0	96.958	95.0	0.16839961875054155	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
SPA0091_000000003797	3871	0.7143900430029797	4	3	3	3	3	False	30978	maximal	True	SPA0091_000000003797	1.0		1	1	False	False	0.9979333281517029	0					non-mobilizable	no_good_hit	1184.0	99.493	49.0	0.0004292585847177407	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MON0097_000000000777	19505	0.7143869521609699	26	21	11	16	13	False	9247	maximal	True	MON0097_000000000777	1.0		1	1	False	False	0.9984619617462158	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.00034386369686751267	NZ_JABAFG010000013.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_13, whole genome shotgun sequence	True	False
DEN0052_000000009092	4149	0.7143865947645429	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.18853685228320946	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4149.0	99.542	100.0	0.0007525744559755736	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0294_000000004156	4542	0.7143864606485385	4	4	3	4	3	False	30165	maximal	True	ISR0294_000000004156	1.0		90	5	False	False	0.9969176650047302	0					non-mobilizable	no_good_hit	1460.0	79.452	34.0	0.000493727821749645	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0184_000000003924	3325	0.7143857589519766	3	3	3	3	2	False	44247	maximal	True	ISR0184_000000003924	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	87.007	26.0	0.0002515492682229728	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
SPA0038_000000004491	6608	0.7143853459631964	10	9	3	2	6	True	39341	maximal	True	SPA0038_000000004491	1.0		3	2	False	False	0.9975786805152893	0					non-mobilizable	no_good_hit	4940.0	98.54299999999999	75.0	0.007826207295870403	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
FIJ0101_000000014480	1927	0.7143782007799724	3	2	2	2	1	False	42685	fragment	False	FIJ0101_000000014480	1.0		0	0	False	False	0.9963673949241638	0					non-mobilizable	no_good_hit	497.0	81.087	26.0	0.0002629414310011696	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ENG0033_000000002319	10732	0.7143764173404806	15	7	5	6	5	True	86992	maximal	True	ENG0033_000000002319	1.0	PS447	3	2	False	True	0.999254584312439	0					non-mobilizable	no_good_hit	4190.0	99.928	77.0	0.2516978183785083	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
CHI0064_000000010509	1719	0.7143702387393663	3	2	2	2	1	False	85303	maximal	True	CHI0064_000000010509	1.0		1	1	False	False	0.9936009049415588	0					non-mobilizable	no_good_hit	747.0	78.581	55.0	0.00033497318411172144	NZ_UGTH01000001.1	firmicutes	Peptoniphilus indolicus strain NCTC11088, whole genome shotgun sequence	True	False
MON0076_000000044907	1018	0.7143656756561654	2	2	2	2	1	False	10255	fragment	False	MON0076_000000044907	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1036.0	83.59100000000001	100.0	0.0003318281027535302	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
DEN0045_000000018220	2182	0.7143617408060834	2	2	2	2	2	False	72927	maximal	True	DEN0045_000000018220	1.0		66	11	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	75.0	23.0	0.01152280411233009	NZ_QRDZ01000052.1	firmicutes	Cohnella phaseoli strain CECT 7287 Ga0244611_152, whole genome shotgun sequence	True	False
ISR0783_000000006421	2145	0.7143335221496536	5	2	1	1	2	False	22244	fragment	False	ISR0783_000000006421	1.0		0	0	False	False	0.9990676045417786	0					non-mobilizable	no_good_hit	881.0	87.514	49.0	0.0018518362462710465	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
DEN0082_000000011060	3492	0.7143192285858957	5	4	3	4	3	False	69303	maximal	True	DEN0082_000000011060	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2534.0	99.803	75.0	0.00035738341142509036	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MON0110_000000012911	1288	0.7143171338231171	1	1	1	1	1	False	13375	fragment	False	MON0110_000000012911	1.0		0	0	False	False	0.9860248565673828	0					non-mobilizable	other	1288.0	98.758	100.0	0.0003573987370245097	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0037_000000030824	1167	0.7143069498675872	1	1	1	1	1	False	65124	fragment	False	ENG0037_000000030824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0099_000000030570	1210	0.7143039980488523	2	1	1	1	1	False	9144	fragment	False	MON0099_000000030570	1.0		0	0	False	False	0.9123966693878174	0					non-mobilizable	no_good_hit	55.0	85.455	5.0	0.0010525250480720575	NZ_WMDY01000011.1	fusobacteria	Oceanivirga salmonicida strain D4A NODE_11_length_49405_cov_127.182, whole genome shotgun sequence	True	False
ENG0060_000000007510	3621	0.7143036425304403	4	3	3	3	3	False	101969	maximal	True	ENG0060_000000007510	1.0		1	1	False	False	0.9911626577377319	0					non-mobilizable	no_good_hit	574.0	72.648	15.0	0.00017867395109905294	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0011_000000008503	3081	0.7143020346603596	6	6	5	5	5	False	112713	fragment	False	ENG0011_000000008503	1.0		0	0	False	False	0.9941577315330505	0					non-mobilizable	chromosome	3081.0	100.0	100.0	0.0006139804953546793	CP026238.1	enterobacteria	Citrobacter freundii complex sp. CFNIH9 chromosome, complete genome	False	False
MAD0100_000000003552	9460	0.7142994962917287	10	4	2	2	1	True	51318	fragment	False	MAD0100_000000003552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0003322563644279462	NZ_SBLC01000015.1	a-proteobacteria	Gemmobacter intermedius strain 119/4 Scaffold15, whole genome shotgun sequence	True	True
DEN0001_000000001532	15945	0.7142978060716055	25	9	1	9	1	False	76998	maximal	True	DEN0001_000000001532	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.9312864578753198e-05	NZ_FSRG01000003.1	d-proteobacteria	Halodesulfovibrio marinisediminis DSM 17456, whole genome shotgun sequence	True	False
CHI0140_000000022664	1314	0.7142907467105202	2	2	2	2	2	False	80201	fragment	False	CHI0140_000000022664	1.0		0	0	False	False	0.9604261517524719	0					non-mobilizable	no_good_hit	53.0	90.566	4.0	0.0008048912622862007	NZ_BCUZ01000006.1	firmicutes	Bacillus fumarioli NBRC 102428, whole genome shotgun sequence	True	False
SPA0059_000000019249	1211	0.7142847667259996	2	1	1	1	1	False	6259	maximal	True	SPA0059_000000019249	1.0		10	5	False	False	0.9669694304466248	0					non-mobilizable	no_good_hit	498.0	79.719	41.0	0.9573643410852714	NZ_LMUA01000108.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00108, whole genome shotgun sequence	True	False
FIJ0140_000000028194	1258	0.7142799143002738	2	2	2	2	2	False	70154	fragment	False	FIJ0114_000000020799	0.28725859353341887		0	0	False	False	0.9928457736968994	0					non-mobilizable	no_good_hit	425.0	73.41199999999999	33.0	5.242673585811015e-05	NZ_JAAIVH010000001.1	firmicutes	Paenibacillus elgii strain SWL-W8 Contig00001, whole genome shotgun sequence	True	False
ISR0181_000000008609	2211	0.7142774117568816	2	2	1	1	2	False	86481	fragment	False	ISR0181_000000008609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.00014210081850071456	NZ_RCIH01000008.1	euryarchaeotes	Halostella salina strain CBA1114 Scaffold8_1, whole genome shotgun sequence	True	False
ENG0058_000000020075	1697	0.7142730074960729	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.7292231521889597		0	0	False	False	0.9964643716812134	0					non-mobilizable	other	1697.0	97.99600000000001	100.0	0.016061214439940907	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
USA0005_01_000000018738	1694	0.7142730074960729	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.728514891530387		0	0	False	False	0.9982290267944336	0					non-mobilizable	other	1694.0	97.993	100.0	0.016032804272889126	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
AST0012_000000013718	1684	0.7142730074960729	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.724727320273813		0	0	False	False	1.0	0					non-mobilizable	other	1684.0	97.98100000000001	100.0	0.01593810371604985	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0846_000000001109	8720	0.7142696428840208	12	11	2	3	10	True	132544	fragment	False	CHI0126_000000000854	0.012427347879924248		0	0	False	False	1.0	0					non-mobilizable	plasmid	8347.0	94.944	100.0	0.16345531881529687	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0285_000000008574	2062	0.7142681269687631	3	3	3	3	1	False	26066	maximal	True	ISR0285_000000008574	1.0		1	1	False	False	0.997090220451355	0					non-mobilizable	no_good_hit	1404.0	85.541	68.0	0.00039175249590620053	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0081_000000016758	1527	0.7142669957126734	3	3	3	2	2	False	61657	maximal	True	ENG0081_000000016758	1.0		24	8	True	True	1.0	25					non-mobilizable	other	753.0	99.867	100.0	0.02742723758115107	NZ_NFHM01000033.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_33, whole genome shotgun sequence	False	True
USA0116_01_000000007527	3486	0.7142664020756553	3	2	2	2	2	False	61383	fragment	False	USA0116_01_000000007527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	74.277	9.0	0.0014312185736153433	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
ISR0259_000000014459	1279	0.7142606099524381	2	2	2	2	1	False	26735	fragment	False	ISR0259_000000014459	1.0		0	0	False	False	0.9937450885772705	0					non-mobilizable	chromosome	1284.0	81.542	100.0	0.0004112781758588091	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0021_000000004026	2095	0.7142579618423313	3	3	3	3	1	False	89297	fragment	False	CHI0021_000000004026	1.0		0	0	False	False	0.9904534816741943	0					non-mobilizable	no_good_hit	120.0	85.0	6.0	0.0001647380319204163	NZ_LS999944.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
CHI0060_000000006046	2230	0.7142565442103186	3	3	2	2	2	False	89990	maximal	False	CHI0013_000000003630	0.8635411907708826		0	0	False	False	1.0	0					non-mobilizable	other	2230.0	98.38600000000001	100.0	0.04604705930960398	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	False	False
AUS0018_000000011454	2446	0.7142489758261372	4	4	4	4	3	False	131568	fragment	False	DEN0087_000000005028	0.9317519547379197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1932.0	76.708	78.0	0.011001973680424888	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ENG0163_000000019219	1359	0.7142454420699919	2	2	2	2	1	False	94381	fragment	False	USA0069_01_000000039853	0.6507602339181286		0	0	False	False	1.0	0					non-mobilizable	other	1359.0	99.853	100.0	0.038712620086091394	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	False	False
CHI0111_000000016992	1769	0.7142444392022658	3	3	3	3	3	False	82520	maximal	True	CHI0111_000000016992	1.0		84	11	False	False	0.9932165145874023	0					non-mobilizable	no_good_hit	255.0	74.902	14.0	0.0009196463575042777	NZ_CABJCG010000005.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0802_000000011523	1521	0.7142352883480102	3	3	3	2	1	False	86332	fragment	False	ISR0182_000000018557	0.29271458550446094		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	99.54	100.0	0.0004544162231374989	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0155_000000003306	7265	0.71423397376426	3	3	3	2	2	False	124485	maximal	True	ENG0155_000000003306	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4522.0	95.29	62.0	0.04768839501482677	NZ_QSFS01000014.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf14, whole genome shotgun sequence	True	False
ISR0332_000000009340	1586	0.7142329892832537	2	2	2	2	1	False	84960	maximal	True	ISR0332_000000009340	1.0		5	3	False	False	0.9867591261863708	0					non-mobilizable	chromosome	1418.0	99.859	90.0	0.0005521798243545984	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0824_000000017151	1388	0.7142301970599234	3	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.8718200491744406		0	0	False	False	0.9884726405143738	0					non-mobilizable	no_good_hit								True	False
MON0033_000000043489	1369	0.7142301970599234	3	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.8866458532497218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	90.625	7.0	0.000217317704759029	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	False
ENG0183_000000023281	1326	0.7142301970599234	3	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.808719722105517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	92.5	6.0	0.00018071682816803462	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	False
ISR0062_000000029283	1323	0.7142301970599234	3	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.7933152325958189		0	0	False	False	0.9939531087875366	0					non-mobilizable	no_good_hit								True	False
ISR0040_000000019721	1321	0.7142301970599234	3	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.8077857178247263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	92.0	6.0	0.0001692790542333489	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	False
DEN0073_000000041410	1300	0.7142301970599234	3	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.8013366402177318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	93.65100000000001	5.0	0.001766985864113087	NZ_LDAQ01000068.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_68, whole genome shotgun sequence	True	False
DEN0063_000000039389	1294	0.7142301970599234	3	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.7114170060035999		0	0	False	False	0.9945904016494751	0					non-mobilizable	no_good_hit								True	False
SPA0100_000000021968	1268	0.7142301970599234	2	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.7797609287787193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0346_000000020636	1231	0.7142301970599234	3	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.7048651903562355		0	0	False	False	0.9975629448890686	0					non-mobilizable	no_good_hit								True	False
CHI0174_000000013540	1151	0.7142301970599234	2	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.23557671773950375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000018404	1470	0.7142270996886596	2	2	2	2	2	False	70689	maximal	True	DEN0069_000000018404	0.9969135802469136		35	9	False	False	0.9931972622871399	0					non-mobilizable	other	727.0	88.171	95.0	0.00020133184486617682	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0048_000000012730	2514	0.7142223535230116	3	2	2	2	2	False	47477	maximal	True	FIJ0048_000000012730	1.0		8	2	False	False	0.9964200258255005	0					non-mobilizable	no_good_hit	800.0	88.625	71.0	0.00027770209011763835	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
MON0069_000000005016	7402	0.7142214273007894	6	6	5	6	4	False	10516	maximal	True	MON0069_000000005016	1.0		3	1	False	False	0.9994596242904663	0					non-mobilizable	no_good_hit	2461.0	81.512	50.0	0.0011112964037456063	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
SPA0040_000000010161	3756	0.7142200832853477	3	2	2	2	2	False	89461	fragment	False	SPA0040_000000010161	0.9864470850350077		0	0	False	False	1.0	0					non-mobilizable	other	3616.0	99.97200000000001	96.0	0.1838478360372273	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	False	False
CHI0050_000000002561	3667	0.7142200832853477	4	2	2	2	2	False	89461	fragment	False	SPA0040_000000010161	0.9776697257827052		0	0	False	False	0.9929097294807434	0					non-mobilizable	other	3606.0	99.97200000000001	98.0	0.18333926664293343	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	False	False
ISR0150_000000005609	3999	0.7142098609455791	5	5	4	4	5	True	30831	maximal	True	ISR0150_000000005609	1.0		5	3	False	False	1.0	0					non-mobilizable	other	3999.0	99.975	100.0	0.09706710692434689	LM997258.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.0_1_41188_[organism:Escherichia	False	True
USA0041_01_000000002715	9041	0.7142068441436688	10	8	8	6	4	False	127955	fragment	False	USA0041_01_000000002715	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4745.0	98.124	52.0	0.001054002494353876	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0021_000000024101	1529	0.7141999919377269	3	2	1	2	2	False	110624	fragment	False	DEN0021_000000024101	1.0		0	0	False	False	0.9973838925361633	0					non-mobilizable	other	1398.0	95.42200000000001	100.0	0.05608078207346019	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
DEN0096_000000035612	1280	0.7141873795889019	2	2	2	2	2	False	68136	fragment	False	ISR0170_000000036073	0.9623089331291474		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	98.04700000000001	100.0	0.0003551771442535726	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0026_01_000000004127	8341	0.7141833433004006	6	2	2	2	2	False	131122	fragment	False	USA0026_01_000000004127	1.0		0	0	False	False	0.9997602105140686	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.00032530904359141186	NZ_SMMX01000010.1	firmicutes	Extibacter muris strain DSM 28560 NODE_10_length_113738_cov_108.573404, whole genome shotgun sequence	True	False
MON0069_000000016857	2835	0.7141831667747912	4	3	3	3	3	False	76888	fragment	False	MON0069_000000016857	1.0		0	0	False	False	0.9865961074829102	0					non-mobilizable	no_good_hit								True	False
MAD0063_000000005235	2306	0.7141826897548896	4	4	4	3	3	False	128181	fragment	False	MAD0063_000000005235	1.0		0	0	False	False	0.999566376209259	0					non-mobilizable	no_good_hit	1863.0	97.04799999999999	81.0	0.000528206572289208	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0016_01_000000009380	1556	0.7141817967923293	3	2	1	1	2	False	1921	fragment	False	USA0016_01_000000009380	1.0		0	0	False	False	0.9897172451019287	0					non-mobilizable	other	1529.0	99.281	98.0	0.0009145927219249065	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
DEN0089_000000015389	1270	0.7141808261419935	2	2	2	1	1	False	93061	fragment	False	DEN0089_000000015389	0.9888223397056964		0	0	False	False	0.9992126226425171	0					non-mobilizable	other	1270.0	99.921	100.0	0.00030625912562898966	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0098_000000014950	1172	0.7141808261419935	2	2	2	1	1	False	93061	fragment	False	DEN0089_000000015389	0.9554972295129774		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	99.915	100.0	0.00495785190798972	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
SPA0128_000000033912	1116	0.714178944173978	2	2	2	2	2	False	3852	maximal	True	SPA0128_000000033912	1.0		52	8	False	False	0.9919354915618896	0					non-mobilizable	other	1126.0	78.153	100.0	0.00035360163081706394	CP006905.1	firmicutes	Clostridium baratii str. Sullivan, complete genome	False	False
FIJ0150_000000010680	2236	0.7141756480029671	3	2	2	2	2	False	74119	fragment	False	FIJ0150_000000010680	1.0		0	0	False	False	0.9964221715927124	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000008617	3838	0.7141741550559889	6	4	4	4	3	False	52029	fragment	False	TAN0009_000000008617	1.0		0	0	False	False	0.9997394680976868	0					non-mobilizable	no_good_hit	552.0	76.812	20.0	0.00016224290336968333	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
MON0016_000000016287	2092	0.7141671683666295	3	3	3	3	2	False	45277	maximal	True	MON0016_000000016287	1.0		12	3	False	False	0.9813575744628906	0					non-mobilizable	no_good_hit	266.0	73.684	12.0	0.0007941198197532688	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
ENG0087_000000014609	1805	0.7141573439862261	2	2	1	2	1	False	125500	fragment	False	CHI0133_000000005744	0.2825936297768284		0	0	False	False	0.9994459748268127	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	1.952246042241892e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0066_000000013424	2563	0.7141557431486122	3	3	2	3	3	False	112289	fragment	False	FIJ0051_000000007232	0.3411928274462058		0	0	False	False	0.9996098279953003	0					non-mobilizable	other	1346.0	99.257	97.0	0.0003297642786093804	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0062_000000015265	2411	0.7141552444997739	4	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.9415368617341897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	87.417	75.0	0.0896687141274796	NZ_FQZY01000071.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0180_000000011480	1555	0.7141534051222053	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.4912757261543683		0	0	False	False	0.9839228391647339	0					non-mobilizable	chromosome	1548.0	100.0	99.0	0.0006903547138017839	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0145_000000004851	2773	0.7141527662422811	3	3	3	2	3	False	63866	maximal	False	FIJ0010_000000006580	0.9861390270988556		0	0	False	False	0.9996393918991089	0					non-mobilizable	chromosome	2771.0	99.314	99.0	0.0005336149484618501	CP026160.1	enterobacteria	Klebsiella pneumoniae strain F93-1 chromosome, complete genome	False	False
CHI0145_000000015604	1180	0.7141480777303669	2	2	2	2	1	True	79724	fragment	False	CHI0145_000000015604	1.0		0	0	False	False	0.943220317363739	0					non-mobilizable	other	1180.0	99.23700000000001	100.0	0.00035952630351155653	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
CAN0021_000000007945	5123	0.7141467061621477	6	4	4	3	3	True	105068	maximal	True	CAN0021_000000007945	1.0		0	0	False	False	0.994534432888031	0					non-mobilizable	no_good_hit	3109.0	93.43799999999999	61.0	0.2826086956521739	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
ISR0819_000000006828	3590	0.7141450290286597	5	3	3	3	3	False	76918	fragment	False	ISR0819_000000006828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	81.93299999999999	20.0	0.0014443684843665368	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0106_000000005217	4248	0.7141430407448865	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.628967081520024		0	0	False	False	0.9995291829109192	0					non-mobilizable	other	3081.0	98.44200000000001	100.0	0.006440321430587763	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0150_000000005472	4089	0.7141430407448865	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.6035553304071041		0	0	False	False	0.9985326528549194	0					non-mobilizable	other	3027.0	98.447	99.0	0.0063274067042073286	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0109_000000007373	4076	0.7141430407448865	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5076283622851671		0	0	False	False	0.9987733364105225	0					non-mobilizable	other	4079.0	98.259	100.0	0.008525061841722827	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0078_000000011353	3590	0.7141430407448865	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.27304853152570885		0	0	False	False	0.9802228212356567	0					non-mobilizable	other	3592.0	98.58	100.0	0.007508829304298915	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0177_000000007472	3497	0.7141430407448865	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.2626564396750699		0	0	False	False	0.9994280934333801	0					non-mobilizable	other	3497.0	98.59899999999999	99.0	0.007310183026407409	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0066_000000009127	3254	0.7141430407448865	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.18914169927762325		0	0	False	False	0.9996926784515381	0					non-mobilizable	other	3256.0	98.618	100.0	0.006806248784598431	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0068_000000014118	2970	0.7141430407448865	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.12823201865439857		0	0	False	False	1.0	0					non-mobilizable	other	2969.0	98.72	99.0	0.006206127924020935	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
TAN0008_000000001663	6651	0.7141430212101472	6	3	2	3	2	True	105930	fragment	False	FIJ0140_000000003609	0.9677089550455463		0	0	False	False	0.9998496174812317	0					non-mobilizable	no_good_hit	1477.0	85.376	25.0	0.012774703831543891	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MON0061_000000018147	2463	0.7141378760257135	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.311366163830215		0	0	False	False	0.9971579313278198	0					non-mobilizable	no_good_hit	1157.0	85.134	81.0	0.0003472408357632161	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0042_000000012794	1892	0.7141350685909276	4	2	2	1	2	False	93068	fragment	False	MAD0011_000000007062	0.6317217981340119		0	0	False	False	0.9931289553642273	0					non-mobilizable	other	1892.0	99.524	100.0	0.0004563719515874069	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0222_000000007860	7988	0.7141348567872933	12	9	8	9	7	False	132495	maximal	True	ISR0222_000000007860	1.0		9	5	False	False	1.0	0					non-mobilizable	chromosome	3754.0	96.351	90.0	0.0010495525967190707	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0054_000000018140	1626	0.7141233159265339	3	3	3	2	2	False	6425	fragment	False	SPA0054_000000018140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	0.0030074028377544727	NZ_QASO01000101.1	g-proteobacteria	Pseudomonas indoloxydans strain JCM 14246, whole genome shotgun sequence	True	False
ENG0159_000000014837	1555	0.7141207219074659	2	2	2	2	2	False	56515	fragment	False	ENG0159_000000014837	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1506.0	81.607	96.0	0.0002391903120907354	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
MON0013_000000022401	2347	0.7141202273109128	2	2	1	1	2	False	93133	maximal	False	ISR0176_000000013568	0.42374433480276846		0	0	False	False	1.0	0					non-mobilizable	other	2216.0	82.175	92.0	0.0006785054090662758	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0105_000000033034	1648	0.7141123890050127	3	2	2	2	1	False	8721	maximal	True	MON0105_000000033034	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	3.1584275136937574e-05	NZ_CZBO01000001.1	firmicutes	Clostridium baratii strain 2789STDY5834956, whole genome shotgun sequence	True	False
ISR0013_000000010652	2358	0.7141116981316079	3	3	3	3	3	False	38103	maximal	True	ISR0013_000000010652	1.0		154	10	False	False	0.9995759129524231	0					non-mobilizable	no_good_hit	419.0	71.36	18.0	6.924686866853792e-05	NC_016584.1	firmicutes	Desulfosporosinus orientis DSM 765, complete sequence	True	False
ENG0108_000000006987	3127	0.714110976086567	5	4	4	4	4	False	59948	maximal	True	ENG0108_000000006987	1.0		137	10	False	False	0.9974416494369507	0					non-mobilizable	no_good_hit	1335.0	75.431	42.0	0.0004385821712139975	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0046_000000003072	6128	0.7141076167131228	7	5	4	4	4	True	112059	fragment	False	SPA0107_000000004647	0.9904708520179373		0	0	False	False	1.0	0					non-mobilizable	other	5510.0	87.314	90.0	0.019614638451122393	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0387_000000004046	5529	0.7141076167131228	6	5	4	4	4	True	112058	fragment	False	ISR0387_000000004046	0.9998698425094364		0	0	False	False	1.0	0					non-mobilizable	other	5530.0	87.324	99.0	0.001765667490987137	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
TAN0007_000000009687	3622	0.7141070057783994	4	3	3	2	0	False	2846	maximal	True	TAN0007_000000009687	1.0		34	10	False	False	0.9942020773887634	0					non-mobilizable	no_good_hit	3207.0	73.37100000000001	87.0	0.0004944038129776846	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
MON0091_000000006379	1933	0.7141058186008118	3	3	3	3	3	False	84482	fragment	False	DEN0085_000000014277	0.9344124846057347		0	0	False	False	0.9994826912879944	0					non-mobilizable	chromosome	1933.0	98.603	100.0	0.00038171468131565907	CP051219.1	enterobacteria	Escherichia coli strain SFE8 chromosome, complete genome	False	False
TAN0007_000000036996	1154	0.7140985760020563	2	1	1	1	1	False	2781	maximal	True	TAN0007_000000036996	1.0		8	4	False	False	0.9774696826934814	0					non-mobilizable	no_good_hit								True	False
ISR0028_000000007218	2586	0.7140643252861553	5	3	2	2	1	False	83198	fragment	False	ISR0028_000000007218	0.9731447314473145		0	0	False	False	1.0	0					non-mobilizable	other	2590.0	96.834	100.0	0.017992161005170402	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
ISR0197_000000004531	5053	0.7140421949724747	6	2	2	2	2	False	28942	maximal	True	ISR0197_000000004531	1.0		1	1	False	False	0.9998021125793457	0					non-mobilizable	no_good_hit	1726.0	80.475	34.0	0.006726457399103139	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
FIJ0065_000000013939	1400	0.7140408975692937	1	1	1	1	1	False	51865	fragment	False	FIJ0005_000000026868	0.937649040728072		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	91.505	99.0	0.012723905909099243	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MAD0032_000000008319	1981	0.7140406177197436	3	2	2	2	2	False	18920	maximal	True	MAD0032_000000008319	1.0		3	1	False	False	0.9984856247901917	0					non-mobilizable	no_good_hit								True	False
MON0037_000000043231	1708	0.71401312102369	4	3	2	3	3	False	12079	maximal	True	MON0037_000000043231	1.0		75	10	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	91.045	62.0	0.0002981749221681954	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0008_000000013482	2156	0.714012324931464	3	3	3	2	2	False	95004	fragment	False	ISR0203_000000007403	0.9924095992304516		0	0	False	False	0.9828385710716248	0					non-mobilizable	chromosome	1620.0	82.469	96.0	0.00035875253819646287	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0033_000000014462	2143	0.714012324931464	3	3	3	2	2	False	95004	fragment	False	ISR0203_000000007403	0.9908535244207419		0	0	False	False	1.0	0					non-mobilizable	chromosome	1606.0	82.50299999999999	96.0	0.0003556368213634911	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0078_000000012274	2120	0.714012324931464	3	3	3	2	2	False	95004	fragment	False	ISR0203_000000007403	0.984914220243503		0	0	False	False	1.0	0					non-mobilizable	chromosome	1584.0	82.449	96.0	0.0003507406949116783	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0083_000000012369	2120	0.714012324931464	3	3	3	2	2	False	95004	fragment	False	ISR0203_000000007403	0.984914220243503		0	0	False	False	0.9985849261283875	0					non-mobilizable	chromosome	1584.0	82.449	96.0	0.0003507406949116783	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0023_01_000000014630	2120	0.714012324931464	3	3	3	2	2	False	95004	fragment	False	ISR0203_000000007403	0.984914220243503		0	0	False	False	0.9985849261283875	0					non-mobilizable	chromosome	1584.0	82.449	96.0	0.0003507406949116783	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0136_000000007830	1783	0.714012324931464	3	3	3	2	2	False	80610	fragment	False	SPA0040_000000022168	0.9631384939441812		0	0	False	False	1.0	0					non-mobilizable	chromosome	1585.0	82.524	100.0	0.00035096324611403343	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0118_000000025254	1238	0.7139940304744328	2	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.19920057163308538		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	99.273	100.0	0.6503680336487907	NZ_JAAWUO010000037.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_37_length_1902_cov_261.886, whole genome shotgun sequence	False	False
USA0023_01_000000013530	2307	0.7139926303021628	3	3	3	3	3	False	11429	maximal	True	USA0023_01_000000013530	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1236.0	86.40799999999999	93.0	0.00034101449033884846	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0195_000000000331	32614	0.7139920725091133	34	8	6	7	5	False	88378	backbone	True	ENG0195_000000000331	1.0	PS457	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	1825.0	96.986	6.0	0.9983579638752053	GQ874447.1		Uncultured organism clone 1041059766705 genomic sequence	True	True
ISR0041_000000000867	11996	0.7139896135642705	11	8	4	6	6	False	111827	backbone	True	ISR0041_000000000867	0.9900348324007161	PS712	7	3	True	True	1.0	9					non-mobilizable	no_good_hit	472.0	69.915	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ISR0785_000000001943	11976	0.7139896135642705	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9898388361055742	PS712	0	0	True	True	0.9999164938926697	30					non-mobilizable	no_good_hit	472.0	69.915	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ENG0031_000000001626	11970	0.7139896135642705	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9871704917290466	PS712	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	472.0	69.915	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ISR0265_000000001237	11689	0.7139896135642705	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9818103413099405	PS712	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	472.0	70.127	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ISR0111_000000000587	18247	0.7139870381727258	32	10	6	8	6	False	85048	maximal	True	ISR0111_000000000587	1.0		1	1	False	False	0.9999452233314514	0					non-mobilizable	no_good_hit								True	False
ISR0208_000000010607	2559	0.7139854989397671	4	2	2	1	1	False	28525	maximal	True	ISR0208_000000010607	1.0		1	1	False	False	0.9933567643165588	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000028163	1285	0.7139789998976913	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.04555826149325491		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	98.366	100.0	0.002684861271712561	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0028_000000008980	3388	0.713976218722485	4	4	3	3	2	False	114060	maximal	True	FIJ0028_000000008980	1.0		36	4	False	False	0.9991145133972168	0					non-mobilizable	no_good_hit	1844.0	95.662	54.0	0.0008595320377391929	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0198_000000008380	4008	0.7139755879190466	3	3	3	3	3	False	109933	fragment	False	ISR0001_000000005448	0.7545435422270077		0	0	False	False	1.0	0					non-mobilizable	other	4008.0	99.925	100.0	0.0008462722310139448	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0171_000000023571	1285	0.7139695638223121	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.5831510764194462		0	0	False	False	0.998443603515625	0					non-mobilizable	no_good_hit	447.0	91.499	45.0	0.01017142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0079_000000022577	1271	0.7139695638223121	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.5813132866696047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	91.647	44.0	0.009805714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ENG0018_000000005197	4124	0.7139694337181676	3	3	3	0	1	False	66631	maximal	True	ENG0018_000000005197	1.0		2	1	False	False	0.9973326921463013	0					non-mobilizable	no_good_hit	917.0	71.538	22.0	0.00036005707631232126	CP024704.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 2555 chromosome, complete genome	True	False
USA0038_01_000000002085	9867	0.7139676668876651	7	5	4	5	2	True	106013	fragment	False	USA0038_01_000000002085	1.0		0	0	False	False	0.9972636103630066	0					non-mobilizable	no_good_hit	1187.0	70.598	12.0	0.0002615612435175729	LR134319.1	g-proteobacteria	Pseudomonas stutzeri strain NCTC10450 genome assembly, chromosome: 1	True	True
MON0016_000000025691	1472	0.7139638276548271	2	2	1	2	1	False	13339	maximal	True	MON0016_000000025691	1.0		81	9	False	False	0.9932065010070801	0					non-mobilizable	no_good_hit	159.0	75.472	11.0	0.0005221336247138639	NZ_MSIE01000002.1	high GC Gram+	Actinophytocola xanthii strain 11-183 contig2, whole genome shotgun sequence	True	False
ISR0251_000000015302	1182	0.7139564235176526	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.46639594664995604		0	0	False	False	0.9576988220214844	0					non-mobilizable	other	1182.0	95.939	100.0	0.005696575296173639	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
MAD0058_000000001530	8000	0.7139506211804357	6	6	6	6	5	False	16972	fragment	False	MAD0058_000000001530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4484.0	97.54700000000001	60.0	0.006202550214086238	NZ_KB899637.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0064_000000001364	16365	0.7139504762756392	24	7	2	7	1	False	45530	fragment	False	FIJ0064_000000001364	1.0		0	0	False	False	0.9999389052391052	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000018185	1389	0.7139472917499441	4	3	2	3	2	False	127425	backbone	True	ISR0200_000000018185	0.8985403528783992	PS1007	1	1	False	True	1.0	0					non-mobilizable	plasmid	877.0	99.772	100.0	0.013803535974283824	CP016714.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77B, complete sequence	False	True
ISR0122_000000013449	1337	0.7139472917499441	3	3	2	3	2	False	127425	backbone	False	ISR0200_000000018185	0.8970186696228657	PS1007	0	0	False	True	0.9940164685249329	0					non-mobilizable	plasmid	1224.0	99.91799999999999	100.0	0.009629769609927404	CP061323.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 plasmid pS127, complete sequence	False	True
ISR0356_000000002445	6130	0.7139459965449703	5	4	4	4	3	False	108737	maximal	True	ISR0356_000000002445	1.0		7	3	False	False	0.9988580942153931	0					non-mobilizable	no_good_hit	2441.0	94.67399999999999	39.0	0.06729549340835125	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0027_000000007441	3501	0.7139427366462858	3	2	2	1	1	False	63023	maximal	True	ISR0027_000000007441	1.0		3	3	False	False	0.9934304356575012	0					non-mobilizable	no_good_hit	394.0	76.142	11.0	0.0005996910875087686	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
CHI0013_000000003630	2376	0.7139409905411398	3	3	2	2	2	False	89990	maximal	True	CHI0013_000000003630	0.9887190564896685		309	10	False	False	0.9983165264129639	0					non-mobilizable	other	2376.0	98.485	100.0	0.04906315202346768	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	False	False
ISR0230_000000014707	2243	0.7139409905411398	3	3	2	2	2	False	89990	maximal	False	CHI0013_000000003630	0.8651752000087867		0	0	False	False	0.9839500784873962	0					non-mobilizable	other	2243.0	98.395	100.0	0.04631561551015349	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	False	False
FIJ0030_000000010891	2978	0.713934976688707	6	6	6	5	5	False	85424	fragment	False	FIJ0005_000000010360	0.6421497584541063		0	0	False	False	1.0	0					non-mobilizable	chromosome	2978.0	99.899	100.0	0.0005471343265313099	CP040861.1	enterobacteria	Klebsiella pneumoniae strain Xen39 chromosome, complete genome	False	False
CHI0140_000000010908	2681	0.7139342549504323	3	3	3	2	2	False	80262	fragment	False	CHI0140_000000010908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.172793436580939e-06	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	True	False
ITA0008_000000000372	3083	0.7139176398611919	4	2	2	1	2	True	20331	fragment	False	ITA0008_000000000372	1.0		0	0	False	False	0.9850794672966003	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.00014591816726781912	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
SPA0119_000000021438	1475	0.7139136808786585	2	2	2	2	2	False	4206	fragment	False	SPA0119_000000021438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000028676	1273	0.7139103036457867	1	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.29017371280245263		0	0	False	False	1.0	0					non-mobilizable	chromosome	1249.0	97.038	98.0	0.00027774390053919703	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0829_000000006518	2272	0.7139093945143943	3	3	3	2	2	False	91202	fragment	False	ISR0829_000000006518	1.0		0	0	False	False	0.9898767471313477	0					non-mobilizable	plasmid	2272.0	99.824	100.0	0.07331482438016529	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0158_000000009301	2064	0.7139093945143943	3	3	3	2	2	False	91211	fragment	False	SPA0158_000000009301	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1702.0	99.589	90.0	0.01730434694147448	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0041_000000023579	1596	0.7139093945143943	3	3	3	2	2	False	91197	fragment	False	FIJ0041_000000023579	1.0		0	0	False	False	0.9981203079223633	0					non-mobilizable	plasmid	1496.0	99.93299999999999	94.0	0.048263171487603305	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0042_000000020165	1209	0.7139062098104391	3	1	1	1	1	True	83176	fragment	False	ISR0187_000000023019	0.6365333333333333		0	0	False	False	0.9991728663444519	0					non-mobilizable	other	1038.0	99.229	96.0	0.0002879739629327246	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0185_000000012694	1546	0.7139010059333604	2	2	2	2	2	False	96458	fragment	False	ISR0791_000000009914	0.6708781331982268		0	0	False	False	0.9974126815795898	0					non-mobilizable	chromosome	1546.0	99.935	100.0	0.0006530358983766247	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0018_000000010755	1972	0.7138960733600124	3	3	3	3	3	False	86332	fragment	False	ISR0182_000000018557	0.6069132353342834		0	0	False	False	1.0	0					non-mobilizable	other	1972.0	99.645	100.0	0.0005329304224318554	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0336_000000001059	8228	0.7138953401500251	12	7	4	7	4	True	118448	fragment	False	ISR0336_000000001059	1.0		0	0	False	False	0.999878466129303	0					non-mobilizable	no_good_hit	331.0	98.18700000000001	5.0	0.00011429961089494163	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0089_01_000000001102	8728	0.713895212119388	10	8	3	5	8	False	94144	maximal	True	USA0089_01_000000001102	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2905.0	82.375	62.0	0.01735656393141864	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
CHI0035_000000001074	8017	0.7138844758582198	9	4	4	3	3	False	88131	maximal	True	CHI0035_000000001074	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2164.0	78.558	27.0	0.05327433190774023	NZ_JRNP01000050.1	CFB group bacteria	Prevotella buccalis DNF00985 contig050, whole genome shotgun sequence	True	False
DEN0094_000000023607	1627	0.7138805314990645	2	2	2	2	2	False	108753	maximal	False	AST0099_000000012770	0.9444108761329305		0	0	False	False	0.9963122606277466	0					non-mobilizable	no_good_hit	1266.0	87.28299999999999	78.0	0.0020902683811626806	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0160_000000003668	4557	0.7138790427595678	4	2	2	2	0	True	39355	fragment	False	FIJ0160_000000003668	1.0		0	0	False	False	0.9995611310005188	0					non-mobilizable	no_good_hit								True	True
SPA0129_000000018172	1340	0.7138737271290359	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1849018474695367		0	0	False	False	1.0	0					non-mobilizable	chromosome	1356.0	90.265	100.0	0.0004698612584752793	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0094_000000029100	1327	0.7138737271290359	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1652293599427199		0	0	False	False	1.0	0					non-mobilizable	chromosome	1329.0	90.369	100.0	0.00044497745997306576	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0008_000000031074	1214	0.7138737271290359	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.11759006368311876		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	91.20299999999999	99.0	0.0004172284320437013	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0017_000000016774	1178	0.7138737271290359	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1297557015095795		0	0	False	False	0.9991511106491089	0					non-mobilizable	chromosome	1179.0	91.51799999999999	100.0	0.0004081658261680653	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0082_000000003219	2815	0.7138732587723093	3	3	2	3	2	False	84280	maximal	True	CHI0082_000000003219	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	79.31	6.0	0.18566775244299674	NZ_JH604972.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld538, whole genome shotgun sequence	True	False
FIJ0109_000000002584	10259	0.7138576734315013	10	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9836783963474586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.993	16.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0092_000000002208	10256	0.7138576734315013	10	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.98372046115011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.993	16.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
AST0099_000000014233	1476	0.7138547998579793	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.43565454303345935		0	0	False	False	1.0	0					non-mobilizable	virus	1476.0	99.59299999999999	100.0	0.2048042210497084	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
AST0097_000000014367	1476	0.7138547998579793	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.4493726543527912		0	0	False	False	1.0	0					non-mobilizable	virus	1476.0	99.79700000000001	100.0	0.2048042210497084	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ISR0133_000000015748	1437	0.7138547998579793	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.36920714363851476		0	0	False	False	0.9993041157722473	0					non-mobilizable	virus	1437.0	99.374	100.0	0.19938905859483477	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
USA0080_01_000000031822	1318	0.7138547998579793	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.27264552008985143		0	0	False	False	0.9984825253486633	0					non-mobilizable	virus	1318.0	99.545	100.0	0.18286587059150236	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ISR0231_000000015236	1317	0.7138547998579793	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.2592531328062882		0	0	False	False	1.0	0					non-mobilizable	virus	1317.0	99.696	100.0	0.18272702027214663	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
FIJ0074_000000002599	10819	0.7138466622288081	12	11	8	11	8	False	116229	maximal	True	FIJ0074_000000002599	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	7259.0	92.947	90.0	0.001639873914330163	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0028_000000007315	3347	0.7138393665045752	3	2	2	2	0	True	112597	fragment	False	MON0028_000000007315	1.0		0	0	False	False	0.9985061287879944	0					non-mobilizable	other	3340.0	87.455	99.0	0.030856697674849984	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
FIJ0029_000000008118	4312	0.7138347740813015	7	4	1	2	4	True	74250	fragment	False	FIJ0086_000000006148	0.5567636781818004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1838.0	95.756	84.0	0.04198857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MON0064_000000023353	1263	0.713830689660387	2	2	2	2	1	False	10697	fragment	False	MON0064_000000023353	1.0		0	0	False	False	0.9928740859031677	0					non-mobilizable	no_good_hit	496.0	75.0	39.0	0.005114370234573559	NZ_SDIK01000056.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_59__1..96004__consensus, whole genome shotgun sequence	True	False
SPA0050_000000021141	1214	0.7138194562182134	2	2	2	2	1	False	71409	fragment	False	SPA0097_000000025022	0.9473079357781067		0	0	False	False	0.9967051148414612	0					non-mobilizable	chromosome	1214.0	97.694	100.0	0.00042803400417871287	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0179_000000013606	1584	0.7138190441761607	1	1	1	1	1	False	84962	fragment	False	CHI0179_000000013606	1.0		0	0	False	False	0.997474730014801	0					non-mobilizable	chromosome	1523.0	98.884	96.0	0.0006065448545709883	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0026_000000035231	1447	0.7138190441761607	1	1	1	1	1	False	84953	fragment	False	MON0011_000000032907	0.9223537094761104		0	0	False	False	1.0	0					non-mobilizable	chromosome	1419.0	100.0	99.0	0.0005525695066583067	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ENG0122_000000002840	8977	0.7138133236564433	7	5	3	4	2	True	70510	fragment	False	ENG0122_000000002840	0.9972995383596862		0	0	False	False	0.9959897398948669	0					non-mobilizable	no_good_hit	68.0	97.059	1.0	0.002804638117962242	NZ_FUXZ01000018.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	True
SPA0128_000000004061	8741	0.7138133236564433	7	5	3	4	2	True	70510	fragment	False	ENG0122_000000002840	0.9920241484546969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	1.0	0.002888358658796936	NZ_FUXZ01000018.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	True
DEN0092_000000000945	7692	0.7138133236564433	7	5	3	4	2	True	68593	fragment	False	DEN0092_000000000945	1.0		0	0	False	False	0.9985699653625488	0					non-mobilizable	no_good_hit								True	True
FIJ0037_000000006453	4186	0.7138125357411761	8	3	2	3	2	False	47818	maximal	False	FIJ0103_000000004480	0.9539106643249367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	79.191	8.0	0.00020328482271967909	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0148_000000007119	2451	0.713811255001251	4	4	4	4	3	False	39919	maximal	True	FIJ0148_000000007119	1.0		15	3	False	False	0.9873520731925964	0					non-mobilizable	chromosome	2451.0	99.755	100.0	0.0004425057674756816	CP045783.1	enterobacteria	Klebsiella variicola strain LEMB11 chromosome, complete genome	False	False
MON0089_000000006106	3618	0.7138101894272906	4	4	2	2	4	False	64338	fragment	False	MON0089_000000006106	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3625.0	96.96600000000001	99.0	0.0008199369571650815	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0045_000000008837	3051	0.7138078741282445	4	3	2	2	1	True	104544	fragment	False	SPA0045_000000008837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	83.899	26.0	0.0021368038903824987	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	True
CHI0170_000000001843	5749	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7855176985453962	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	5749.0	99.965	100.0	0.048886280713392696	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0172_000000001343	5651	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7843212870210272	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	5651.0	99.947	100.0	0.04805279854395768	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0028_000000003961	5566	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7842121279245192	PS1159|PS463	0	0	False	True	0.999820351600647	0		MOBV			mobilizable	other	5566.0	100.0	100.0	0.047329880335774246	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0090_000000002172	5558	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7837588509166847	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	5373.0	100.0	99.0	0.04568843075719304	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0093_000000006769	5546	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7841985926634693	PS1159|PS463	0	0	True	True	0.9998196959495544	1		MOBV			mobilizable	other	5546.0	100.0	100.0	0.04715978193384873	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0169_000000002528	5526	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7839967688049748	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	5526.0	99.98200000000001	100.0	0.04698968353192322	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0076_000000001216	5490	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7838664678236352	PS1159|PS463	0	0	True	True	0.9981784820556641	2		MOBV			mobilizable	other	5449.0	100.0	100.0	0.04633480468450999	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0058_000000002946	5432	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7837591267144183	PS1159|PS463	0	0	True	True	1.0	44		MOBV			mobilizable	other	5432.0	100.0	100.0	0.046190221042873306	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0126_000000003908	5353	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7834156959256221	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5353.0	99.98100000000001	100.0	0.045518332355267525	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0109_000000005426	5215	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7786556342676226	PS1159|PS463	0	0	True	True	1.0	66		MOBV			mobilizable	other	5135.0	100.0	100.0	0.04366425977427942	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0081_000000011161	5001	0.7137876917281302	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.6257320462357684	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	4903.0	100.0	98.0	0.041691118311943456	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0033_000000027886	2263	0.7137841993231029	3	3	3	3	2	False	32550	fragment	False	MON0033_000000027886	0.9751714359370972		0	0	False	False	0.9933716058731079	0					non-mobilizable	no_good_hit	1218.0	90.64	54.0	0.00837070459735329	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ISR0350_000000003054	5153	0.71378403887803	7	5	3	4	4	False	44083	fragment	False	ISR0350_000000003054	0.9460431654676259		0	0	False	False	0.9998059272766113	0		MOBF			mobilizable	plasmid	5154.0	99.90299999999999	100.0	0.03438221439342381	CP056585.1	enterobacteria	Escherichia coli strain RHBSTW-00357 plasmid pRHBSTW-00357_2, complete sequence	False	True
ENG0190_000000006186	4949	0.7137828524167396	5	3	3	3	3	False	102895	fragment	False	ENG0190_000000006186	1.0		0	0	False	False	0.9957567453384399	0					non-mobilizable	no_good_hit	1619.0	83.87899999999999	33.0	0.0004361323041007522	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CAN0006_000000016035	2809	0.7137765350380789	4	3	2	2	2	False	95686	maximal	True	CAN0006_000000016035	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2674.0	86.238	98.0	0.0007983828756359808	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MAD0043_000000016027	1637	0.713769766830829	3	3	3	3	3	False	111263	fragment	False	MAD0043_000000016027	1.0		0	0	False	False	0.9896151423454285	0					non-mobilizable	chromosome	1641.0	81.779	100.0	0.0005453902357145929	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	False	False
FIJ0085_000000001917	12509	0.7137697541386787	18	4	4	4	4	False	48051	fragment	False	FIJ0085_000000001917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	False
FIJ0035_000000001855	6314	0.7137697541386787	7	4	4	4	4	False	48048	fragment	False	FIJ0035_000000001855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	False
SPA0097_000000019506	1686	0.7137597452945305	4	2	2	2	2	False	5113	fragment	False	SPA0097_000000019506	1.0		0	0	False	False	0.9994068741798401	0					non-mobilizable	no_good_hit								True	False
MON0080_000000003387	8858	0.7137570289739084	11	3	1	3	1	False	10314	fragment	False	MON0080_000000003387	1.0		0	0	False	False	0.9998871088027954	0					non-mobilizable	no_good_hit	134.0	92.537	2.0	2.9865253406675156e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0076_000000005128	7380	0.7137570289739084	11	3	1	3	1	False	10313	fragment	False	MON0076_000000005128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0251_000000015111	1196	0.7137565417933847	2	2	2	1	1	False	26969	maximal	True	ISR0251_000000015111	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	4.0	9.852795049284939e-05	NZ_JAAGOB010000003.1	high GC Gram+	Phytoactinopolyspora alkaliphila strain CGMCC 4.7225 Scaffold3, whole genome shotgun sequence	True	False
ISR0210_000000010940	1744	0.7137440769068123	2	1	1	1	1	False	28433	fragment	False	ISR0210_000000010940	1.0		0	0	False	False	0.9891055226325989	0					non-mobilizable	other	1345.0	93.45700000000001	94.0	0.00036339852244972787	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0061_000000016213	2562	0.7137388091964886	3	3	3	3	3	False	71878	fragment	False	DEN0061_000000016213	1.0		0	0	False	False	0.9921935796737671	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	0.0008238021342222733	NZ_ADGQ01000066.1	firmicutes	Peptostreptococcus stomatis DSM 17678 contig00051, whole genome shotgun sequence	True	False
ISR0196_000000013344	1593	0.7137322261184179	1	1	1	1	1	False	117884	maximal	False	ENG0141_000000017360	0.9418251482366692		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	74.673	92.0	0.006784713706019003	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
ISR0072_000000024540	1209	0.7137257612479193	2	2	2	2	1	True	34820	fragment	False	ISR0072_000000024540	1.0		0	0	False	False	0.9966914653778076	0					non-mobilizable	no_good_hit	127.0	76.378	10.0	2.989866762856789e-05	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	True
MON0085_000000010688	2433	0.7137245948172249	2	2	2	2	2	False	81466	fragment	False	MON0085_000000010688	0.9959240665480206		0	0	False	False	0.9987669587135315	0					non-mobilizable	no_good_hit	1414.0	81.047	82.0	0.00047392455646148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0041_000000020969	1781	0.7137238603195721	2	2	2	2	2	False	65150	fragment	False	FIJ0041_000000020969	1.0		0	0	False	False	0.9988770484924316	0					non-mobilizable	chromosome	1756.0	90.205	98.0	0.0006103316495476366	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0094_000000017082	2158	0.7137210975780488	3	2	2	2	1	False	75673	fragment	False	SPA0109_000000013772	0.7742591602969568		0	0	False	False	0.9972196221351624	0					non-mobilizable	no_good_hit	371.0	75.741	17.0	0.00012680808624320763	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0011_000000022392	2010	0.7137210975780488	2	2	2	2	1	False	75673	fragment	False	SPA0109_000000013772	0.7518292246232784		0	0	False	False	0.9995024800300598	0					non-mobilizable	no_good_hit	199.0	76.884	10.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
DEN0078_000000011372	2651	0.7137186291760013	5	2	2	2	1	False	69798	maximal	True	DEN0078_000000011372	1.0		7	6	False	False	0.9992455840110779	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0001373102448699367	NZ_QLKY01000007.1	a-proteobacteria	Phyllobacterium myrsinacearum strain HAMBI_1992 EJMNOJEN_7, whole genome shotgun sequence	True	False
AST0102_000000018637	1689	0.7137159157888359	3	2	2	2	1	False	108220	fragment	False	AST0102_000000018637	0.9848754448398577		0	0	False	False	0.9988158941268921	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.3629473579237354e-05	LT795064.1	smut fungi	Sporisorium reilianum f. sp. reilianum strain SRS1_H2-8 genome assembly, chromosome: XI	True	False
FIJ0075_000000008051	2388	0.7137133684914979	4	4	4	3	4	False	101772	fragment	False	FIJ0075_000000008051	0.9865231346626662		0	0	False	False	1.0	0					non-mobilizable	other	2388.0	98.995	100.0	0.0006454109174758187	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0334_000000018441	1188	0.7137129896619276	2	1	1	1	1	True	85082	backbone	False	ENG0107_000000026764	0.9903102704141824	PS425	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	131.0	95.42	21.0	5.801300115981377e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0096_000000016702	1974	0.7137100399704904	4	2	2	1	1	False	102908	fragment	False	ENG0096_000000016702	1.0		0	0	False	False	0.9913880228996277	0					non-mobilizable	no_good_hit	304.0	76.97399999999999	15.0	0.0011515976983349657	NZ_QJKD01000010.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_110, whole genome shotgun sequence	True	False
ISR0203_000000005528	3065	0.7137090038238233	7	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.10985397065295965		0	0	False	False	1.0	0					non-mobilizable	other	2992.0	98.463	98.0	0.03177015794732255	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
SPA0044_000000015112	1809	0.7137034416338067	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.21625724495800172		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	91.598	100.0	0.012068389768249517	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0179_000000011851	2825	0.7136955624878246	4	4	4	4	3	False	95838	fragment	False	ENG0179_000000011851	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2825.0	99.434	100.0	0.0003983159506483432	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0146_000000016581	1257	0.7136908814983206	2	1	1	1	0	False	39958	maximal	True	FIJ0146_000000016581	1.0		1	1	False	False	0.9856801629066467	0					non-mobilizable	no_good_hit	563.0	99.645	45.0	0.001153546951618763	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ISR0235_000000004453	1113	0.7136903125218992	2	2	2	2	2	False	27339	fragment	False	ISR0235_000000004453	1.0		0	0	False	False	0.9982030391693115	0					non-mobilizable	other	1113.0	100.0	100.0	0.0002153707718233828	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0014_000000020179	1758	0.7136792008133601	3	1	1	1	1	False	38021	fragment	False	ISR0014_000000020179	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1680.0	99.464	96.0	0.2746317512274959	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	False	False
USA0073_01_000000006430	2611	0.7136768130156009	4	4	3	4	2	False	131685	fragment	False	USA0073_01_000000006430	1.0		0	0	False	False	0.9938721060752869	0					non-mobilizable	other	2592.0	98.65	99.0	0.003045992010589848	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0077_000000000127	16957	0.7136744572792755	23	8	6	7	5	True	69939	fragment	False	DEN0077_000000000127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	97.281	5.0	0.14400285154161468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0794_000000015860	1322	0.7136729003887256	1	1	1	1	1	False	21984	maximal	True	ISR0794_000000015860	1.0		2	2	False	False	0.9894099831581116	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00012762834625570338	NZ_CCEZ01000075.1	firmicutes	Anaerosalibacter massiliensis, whole genome shotgun sequence	True	False
DEN0017_000000009102	3333	0.7136630304137729	2	2	1	2	1	False	94030	maximal	True	DEN0017_000000009102	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0098_000000020131	1199	0.713655361005729	2	2	2	2	2	False	48223	maximal	False	FIJ0033_000000033002	0.9810623163653259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	89.88600000000001	59.0	0.0001869967127525089	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0033_000000033002	1197	0.713655361005729	2	2	2	2	2	False	48223	maximal	True	FIJ0033_000000033002	0.9813849806663661		234	10	False	False	1.0	0					non-mobilizable	other	1167.0	73.865	97.0	0.00675454204907286	NZ_KB890660.1	CFB group bacteria	Prevotella paludivivens DSM 17968 = JCM 13650 strain DSM 17968 B045DRAFT_scaffold_4.5, whole genome shotgun sequence	False	False
ISR0179_000000003932	6556	0.7136509763192163	7	6	6	6	4	False	58039	maximal	True	ISR0179_000000003932	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2542.0	90.165	59.0	0.0007224796411494822	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0083_000000006451	4110	0.7136459103842584	5	5	2	3	5	True	69132	maximal	True	DEN0083_000000006451	1.0		13	4	False	False	0.9992700815200806	0					non-mobilizable	chromosome	3535.0	81.641	90.0	0.0006338635508960296	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	True
ISR0185_000000016022	2042	0.7136435357438934	2	2	2	2	2	False	36594	fragment	False	ISR0185_000000016022	1.0		0	0	False	False	0.9980411529541016	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000012385	2289	0.7136315881982614	3	2	1	2	1	False	56160	maximal	True	ENG0166_000000012385	1.0		3	2	False	False	0.9855832457542419	0					non-mobilizable	no_good_hit	536.0	76.119	23.0	0.0022456713408954615	NZ_HG326227.1	firmicutes	Fenollaria massiliensis strain 9401234, whole genome shotgun sequence	True	False
SPA0098_000000006743	5070	0.7136225093855828	7	4	3	4	4	False	105955	maximal	True	SPA0098_000000006743	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	89.655	5.0	0.0036244863554946794	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
FIJ0140_000000002952	7961	0.7136223402126992	6	5	5	4	5	False	71503	fragment	False	FIJ0140_000000002952	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2990.0	90.334	67.0	0.2527937690484253	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
AST0031_000000012819	2163	0.7136201603214062	3	3	3	3	1	False	117451	maximal	True	AST0031_000000012819	1.0		3	1	False	False	0.978270947933197	0					non-mobilizable	no_good_hit	1677.0	96.84	77.0	0.00047548701224968095	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0075_000000002455	5652	0.7136195237050686	7	6	3	3	5	True	5802	maximal	True	SPA0075_000000002455	1.0		2	1	False	False	0.9994692206382751	0					non-mobilizable	other	5533.0	99.729	100.0	0.0024766748446481976	CP003861.1	firmicutes	Streptococcus anginosus C238, complete genome	False	True
FIJ0029_000000013019	2552	0.7136165888191398	2	2	2	2	1	False	48878	maximal	True	FIJ0029_000000013019	1.0		1	1	False	False	0.9890282154083252	0					non-mobilizable	no_good_hit	1528.0	72.382	58.0	0.0004501158709651779	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0053_000000012995	1935	0.7136148381044628	4	2	1	2	2	True	64215	fragment	False	ENG0053_000000012995	1.0		0	0	False	False	0.9824289679527283	0					non-mobilizable	other	1391.0	99.928	95.0	0.00037223112928765404	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0113_000000008889	3168	0.7136116596906843	5	1	1	1	1	False	72716	maximal	True	ENG0113_000000008889	1.0		84	11	False	False	0.9990530014038086	0					non-mobilizable	no_good_hit	2345.0	98.465	88.0	0.0005744518251165637	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0006_01_000000015910	1487	0.7136116596906843	3	1	1	1	1	False	2123	fragment	False	USA0006_01_000000015910	1.0		0	0	False	False	0.9905850887298584	0					non-mobilizable	other	1487.0	99.193	100.0	0.00036408918493303335	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0212_000000011671	2966	0.7136029949886342	4	3	3	2	2	False	123576	fragment	False	ENG0127_000000007497	0.10119881700595625		0	0	False	True	0.9989885091781616	0					non-mobilizable	no_good_hit	1879.0	98.936	85.0	0.0606275826446281	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
USA0086_01_000000008192	2131	0.7136029949886342	4	3	3	2	2	False	123556	backbone	False	ISR0826_000000002301	0.030347155410589677	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2131.0	99.95299999999999	100.0	0.021668582589853408	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0128_000000013547	2073	0.7136029949886342	3	3	3	2	2	False	123556	backbone	False	ISR0826_000000002301	0.02979375647771331	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2073.0	99.95200000000001	100.0	0.02107854606862735	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0047_000000017264	1734	0.7135996370157309	1	1	1	1	1	False	36081	maximal	True	ISR0047_000000017264	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	77.832	59.0	0.07299374955097349	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0010_01_000000005023	5367	0.7135957631419221	10	2	0	2	0	False	116109	maximal	True	USA0010_01_000000005023	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0335_000000009132	2019	0.7135880087720962	2	2	2	1	2	False	102622	fragment	False	ISR0068_000000010112	0.9342492639842983		0	0	False	False	0.9891034960746765	0					non-mobilizable	no_good_hit	176.0	97.727	9.0	0.007257194990461973	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
MON0034_000000006946	3403	0.7135852283953564	6	4	2	3	2	True	128066	fragment	False	MON0034_000000006946	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1427.0	87.316	67.0	0.23402857612087372	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0033_000000013449	2306	0.7135794487997321	3	3	3	3	3	True	7200	maximal	True	SPA0033_000000013449	1.0		7	2	False	False	0.9973980784416199	0					non-mobilizable	no_good_hit	1292.0	96.594	56.0	0.0027997293522671086	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	True
ENG0017_000000015595	1306	0.7135768508773326	3	2	2	2	2	False	66670	fragment	False	SPA0046_000000023620	0.9603065354850605		0	0	False	False	0.9992343187332153	0					non-mobilizable	other	1307.0	98.39299999999999	100.0	0.016485807046577143	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
USA0113_01_000000014798	1212	0.7135695845478676	1	1	1	1	1	False	270	maximal	True	USA0113_01_000000014798	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000005181	6646	0.7135689133530272	12	11	3	7	11	True	63892	fragment	False	FIJ0146_000000001939	0.28088061465721037		0	0	False	False	1.0	0					non-mobilizable	plasmid	4707.0	99.51100000000001	100.0	0.02102065884980458	CP058119.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00167 plasmid pRHBSTW-00167_2, complete sequence	False	True
ENG0195_000000007634	3147	0.7135633216081531	4	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.044653304802498385		0	0	False	False	0.9996822476387024	0					non-mobilizable	other	1087.0	87.397	91.0	0.00045481315981966763	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0228_000000010161	2568	0.7135631926684	2	2	2	2	1	False	30239	maximal	True	ISR0228_000000010161	1.0		86	9	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	73.333	35.0	0.0007930255948571147	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
MON0025_000000015947	2404	0.7135625166071891	3	2	1	2	2	False	12825	maximal	True	MON0025_000000015947	1.0		1	1	False	False	0.9995840191841125	0					non-mobilizable	no_good_hit	650.0	96.30799999999999	27.0	0.712403951701427	NZ_JH379379.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld123, whole genome shotgun sequence	True	False
ISR0251_000000006446	2324	0.7135610317930615	4	3	3	2	1	False	116803	maximal	True	ISR0251_000000006446	1.0		317	10	False	False	1.0	0					non-mobilizable	no_good_hit	1516.0	99.34	65.0	0.005747366264667165	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0171_000000005363	3853	0.713557360386337	4	4	3	2	3	False	52527	fragment	False	FIJ0171_000000005363	0.9997352396081547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	94.215	4.0	4.1827411733704386e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0024_01_000000008178	2924	0.71354477966722	4	4	4	3	3	False	103929	maximal	True	USA0024_01_000000008178	1.0		0	0	False	False	0.9993159770965576	0					non-mobilizable	no_good_hit	1391.0	98.85	48.0	0.0006821761123519518	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0063_000000000923	21810	0.7135430741876649	21	15	6	9	14	True	96389	maximal	True	ENG0063_000000000923	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	12099.0	100.0	55.0	0.002298291137521132	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
ISR0045_000000017219	1514	0.7135419208781418	2	2	2	2	2	False	36233	maximal	False	MAD0111_000000011227	0.9830558300622201		0	0	False	False	0.9828269481658936	0					non-mobilizable	other	1496.0	99.398	99.0	0.05427679349404589	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0141_000000015628	1886	0.7135409570290889	2	2	2	2	1	False	40274	maximal	True	FIJ0141_000000015628	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0356_000000011347	1773	0.7135337652077618	2	2	2	2	1	False	23911	maximal	True	ISR0356_000000011347	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	99.32600000000001	59.0	0.012895924788280501	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0026_000000004703	5385	0.7135310672226437	7	4	2	2	4	False	102109	fragment	False	SPA0026_000000004703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3392.0	91.126	63.0	0.0016920837259214038	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0102_000000017728	2569	0.7135303151094994	3	2	2	2	1	True	40367	fragment	False	MON0102_000000017728	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	82.27799999999999	36.0	0.0003279966203451319	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0066_000000020525	1552	0.7135284593869511	2	2	2	1	1	False	49597	fragment	False	FIJ0021_000000029519	0.9599260172626387		0	0	False	False	0.9922680258750916	0					non-mobilizable	no_good_hit	956.0	75.105	61.0	0.002855998203240238	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
CAN0020_000000024173	1468	0.7135284593869511	2	2	2	1	1	False	91804	fragment	False	CAN0020_000000024173	1.0		0	0	False	False	0.9836512207984924	0					non-mobilizable	no_good_hit	867.0	74.39399999999999	58.0	0.0034809829904660196	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0141_000000016263	1816	0.7135271030493239	2	2	2	2	1	False	52166	fragment	False	FIJ0141_000000016263	1.0		0	0	False	False	0.9961453676223755	0					non-mobilizable	chromosome	1816.0	99.835	100.0	0.0006109183735636265	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0111_01_000000017233	1468	0.7135233243686858	2	2	2	1	0	True	120573	maximal	True	USA0111_01_000000017233	1.0		0	0	False	False	0.997956395149231	0					non-mobilizable	no_good_hit	350.0	99.14299999999999	24.0	6.829756289246636e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
MON0078_000000030675	1522	0.7135221000926804	2	2	2	2	1	False	103245	fragment	False	ENG0086_000000013755	0.3285144070413693		0	0	False	False	0.9645203948020935	0					non-mobilizable	other	1522.0	100.0	100.0	0.000404164730210078	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
SPA0149_000000028768	1404	0.7135221000926804	2	2	2	2	1	False	103245	fragment	False	ENG0086_000000013755	0.3698902167834231		0	0	False	False	0.99643874168396	0					non-mobilizable	other	1404.0	99.786	100.0	0.002589052901197091	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0802_000000013051	1371	0.7135221000926804	2	2	2	2	1	False	103245	fragment	False	ENG0086_000000013755	0.2911152900393773		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	99.927	100.0	0.002528155719629376	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
MON0096_000000018972	1936	0.7135057604569802	2	2	2	2	2	False	9273	maximal	True	MON0096_000000018972	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	77.311	24.0	0.00012411538207684477	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0198_000000029604	1127	0.7134971183597901	2	2	2	2	1	False	58290	fragment	False	ENG0132_000000015640	0.9470493128536783		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	99.46799999999999	100.0	0.010322131162568983	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
AUS0004_000000007380	2873	0.7134942031852801	3	3	3	2	2	False	102476	fragment	False	ISR0078_000000006316	0.9960248876598686		0	0	False	False	0.9965193271636963	0					non-mobilizable	no_good_hit	1731.0	81.745	76.0	0.00038301061925317156	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0052_01_000000007598	2095	0.7134940098427579	3	2	2	2	1	False	34629	maximal	True	USA0052_01_000000007598	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	98.947	79.0	0.00037196144027723863	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0058_000000005735	6436	0.7134824773718872	10	9	4	6	9	True	118545	maximal	True	MON0058_000000005735	1.0		8	4	False	False	1.0	0					non-mobilizable	other	3561.0	91.37899999999999	94.0	0.0039501312628173295	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
SPA0049_000000012947	1340	0.7134775466865589	2	2	2	2	2	False	78022	fragment	False	ENG0004_000000016563	0.8016172746698402		0	0	False	False	1.0	0					non-mobilizable	chromosome	1360.0	85.809	100.0	0.00046916413494638425	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0064_000000014165	1600	0.7134772933719903	1	1	1	1	1	False	97231	fragment	False	ISR0213_000000014573	0.47864651773981604		0	0	False	False	0.9881250262260437	0					non-mobilizable	other	1485.0	99.32700000000001	93.0	0.015221605653739242	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
ISR0121_000000017709	1457	0.7134772933719903	1	1	1	1	1	False	32196	fragment	False	ISR0121_000000017709	1.0		0	0	False	False	0.9993136525154114	0					non-mobilizable	other	1457.0	99.931	100.0	0.0015905927798449172	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0118_000000002259	5413	0.7134666961893689	5	5	5	4	4	False	76765	maximal	True	ISR0118_000000002259	1.0		7	2	False	False	0.9911324381828308	0					non-mobilizable	no_good_hit	2459.0	98.536	46.0	0.0005074456701516366	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
FIJ0006_000000023764	1620	0.7134625135129281	3	3	3	2	2	False	51689	maximal	True	FIJ0006_000000023764	1.0		79	11	False	False	0.9987654089927673	0					non-mobilizable	no_good_hit	632.0	75.633	38.0	0.0008877008405283321	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0010_000000029763	1555	0.7134580378346049	2	2	2	1	1	False	75901	fragment	False	SPA0128_000000023178	0.9664804469273742		0	0	False	False	0.9942122101783752	0					non-mobilizable	no_good_hit	818.0	75.061	52.0	0.0008584110471552385	NZ_SNYN01000001.1	high GC Gram+	Actinorugispora endophytica strain DSM 46770 Ga0310471_101, whole genome shotgun sequence	True	False
AST0099_000000011387	1862	0.7134546474107292	6	5	4	4	2	True	108762	maximal	True	AST0099_000000011387	1.0		100	9	False	False	1.0	0					non-mobilizable	other	1863.0	97.155	100.0	0.2234275962944905	NZ_JAAITI010000067.1	firmicutes	Blautia luti strain MSK.16.34 NODE_67_length_8204_cov_165.725, whole genome shotgun sequence	False	True
ISR0212_000000019887	1792	0.7134546474107292	6	5	4	4	2	True	28344	maximal	True	ISR0212_000000019887	1.0		57	6	False	False	0.9949776530265808	0					non-mobilizable	no_good_hit	1562.0	97.24700000000001	87.0	0.18734763529985374	NZ_JAAITI010000067.1	firmicutes	Blautia luti strain MSK.16.34 NODE_67_length_8204_cov_165.725, whole genome shotgun sequence	True	True
SPA0101_000000019066	2260	0.7134508031316132	2	2	2	2	2	False	93881	backbone	False	USA0001_01_000000006885	0.9575432090815097	PS497	0	0	True	True	0.997787594795227	3					non-mobilizable	other	1708.0	98.829	100.0	0.03410793853777449	NZ_VJZV01000035.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold35_1, whole genome shotgun sequence	False	True
DEN0094_000000014222	2513	0.713446969221835	4	3	2	2	3	False	114075	maximal	True	DEN0094_000000014222	1.0		26	6	False	False	0.9920414090156555	0					non-mobilizable	chromosome	1782.0	95.006	100.0	0.0005162790225774238	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0044_000000027244	1988	0.7134396760561452	3	3	2	3	1	True	91777	fragment	False	FIJ0032_000000017429	0.9482507288629738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00010503302705183963	NZ_WURB01000008.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold8, whole genome shotgun sequence	True	True
ISR0392_000000021420	1616	0.7134394527397651	2	1	1	1	1	False	22803	fragment	False	ISR0392_000000021420	1.0		0	0	False	False	0.9931930899620056	0					non-mobilizable	no_good_hit								True	False
ISR0368_000000007929	1642	0.7134351086354718	2	2	2	2	1	False	23567	maximal	True	ISR0368_000000007929	1.0		6	3	False	False	0.9969549179077148	0					non-mobilizable	no_good_hit	340.0	85.882	21.0	0.00018198723619903284	NZ_CP016199.1	firmicutes	Mogibacterium pumilum strain ATCC 700696 chromosome	True	False
ENG0046_000000006956	2703	0.7134349181164837	5	4	3	4	2	False	113756	fragment	False	ISR0059_000000003816	0.7107626820326324		0	0	False	False	0.9889011979103088	0					non-mobilizable	other	1665.0	93.75399999999999	100.0	0.00040773085154453495	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0142_000000026059	1401	0.7134300228930154	2	2	2	2	1	False	40166	fragment	False	FIJ0142_000000026059	0.972263868065967		0	0	False	False	0.9978586435317993	0					non-mobilizable	no_good_hit	1056.0	69.223	75.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0098_000000000271	27317	0.7134273448171211	27	19	7	16	11	True	87201	maximal	True	CHI0098_000000000271	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	1767.0	78.268	6.0	0.020391964608794107	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	True
FIJ0023_000000003871	7246	0.7134262337525923	5	3	3	3	3	False	49416	maximal	False	FIJ0037_000000003147	0.9349773319179399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	77.332	20.0	0.0011706730964384585	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0112_000000002900	10923	0.7134216826071045	15	3	1	3	1	False	39076	maximal	True	SPA0112_000000002900	1.0		2	2	False	False	0.9996337890625	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000003972	5858	0.7134173695618995	5	2	1	1	1	True	74051	maximal	True	DEN0028_000000003972	1.0		8	4	False	False	0.9986343383789062	0					non-mobilizable	no_good_hit	717.0	98.745	12.0	0.11173620878262229	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	True	True
MAD0011_000000003765	3528	0.7134167974382178	4	4	3	3	2	False	83508	fragment	False	MAD0011_000000003765	1.0		0	0	False	True	0.9963151812553406	0					non-mobilizable	no_good_hit	1625.0	85.785	68.0	0.0005021126686075053	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0053_000000004278	2782	0.7134167974382178	4	4	3	3	2	False	83505	fragment	False	MAD0053_000000004278	0.952635458901585		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1299.0	85.219	76.0	0.0004006946203014045	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0114_000000016100	1735	0.7134119047867442	3	3	3	3	1	True	32543	maximal	True	ISR0114_000000016100	1.0		1	1	False	False	0.998847246170044	0					non-mobilizable	no_good_hit	107.0	84.11200000000001	6.0	0.0005659732604331297	NZ_JACCDF010000008.1	g-proteobacteria	Halomonas salicampi strain BH103 NODE_8_length_187288_cov_96.906463, whole genome shotgun sequence	True	True
ISR0263_000000003267	3610	0.7134090657846439	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.33764480351442494		0	0	False	False	0.9983379244804382	0					non-mobilizable	other	3619.0	91.71	100.0	0.0011205761042901079	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0019_01_000000009854	3023	0.7134083522118253	6	1	1	1	1	False	71903	fragment	False	USA0019_01_000000009854	0.9722062907671868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	92.045	3.0	0.0009510899271924263	NZ_FQXK01000022.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
DEN0061_000000014228	2869	0.7134083522118253	6	1	1	1	1	False	71903	fragment	False	USA0019_01_000000009854	0.9553931842382716		0	0	False	False	0.9937260150909424	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000014671	2264	0.7134083522118253	6	1	1	1	1	False	2172	fragment	False	USA0005_01_000000014671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0091_01_000000002546	4482	0.7134078740073899	4	4	1	3	3	True	103078	fragment	False	USA0091_01_000000002546	0.9709625173530773		0	0	False	False	0.9995537996292114	0					non-mobilizable	no_good_hit	2239.0	98.928	82.0	0.008677336519290297	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0047_000000002227	10374	0.7134074414631175	10	6	5	5	6	False	36119	fragment	False	ISR0047_000000002227	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9771.0	88.896	95.0	0.00397847558424787	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
ISR0170_000000007146	6173	0.7134064256710427	3	2	2	2	1	False	116656	fragment	False	ISR0170_000000007146	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3887.0	95.54899999999999	91.0	0.00842087457385994	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0161_000000018206	1701	0.7134028569111552	3	2	1	2	1	False	30385	maximal	True	ISR0161_000000018206	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0010_000000012711	1912	0.7133996514402634	3	2	2	1	1	False	101498	maximal	False	ISR0208_000000011953	0.6791563521966261		0	0	False	False	0.9989539980888367	0					non-mobilizable	other	1914.0	90.90899999999999	100.0	0.0658556029253752	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0096_000000002697	10838	0.7133973056076118	25	4	3	4	3	False	5182	maximal	True	SPA0096_000000002697	1.0		1	1	False	False	0.9955711364746094	0					non-mobilizable	no_good_hit	76.0	90.789	1.0	2.0278935404560705e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0069_000000009849	1923	0.7133923249047703	3	3	3	3	3	False	62486	fragment	False	FIJ0167_000000009531	0.9475825753949259		0	0	False	False	1.0	0					non-mobilizable	other	1923.0	95.26799999999999	100.0	0.03019448895591793	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
CHI0162_000000008087	3576	0.7133899296491439	5	4	4	3	4	False	121967	fragment	False	USA0016_01_000000004509	0.7757064222181068		0	0	False	False	0.998881459236145	0					non-mobilizable	no_good_hit	1179.0	76.506	33.0	0.00039858866027256884	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0086_000000004183	3505	0.7133887349541481	3	3	3	3	3	False	128233	maximal	True	SPA0086_000000004183	0.9860708067324435		11	4	False	False	1.0	0					non-mobilizable	other	1797.0	99.165	99.0	0.0010372599242846458	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
FIJ0165_000000009707	1639	0.7133867736873694	2	2	2	2	2	False	102863	fragment	False	SPA0016_000000019783	0.9440863961956577		0	0	False	False	1.0	0					non-mobilizable	chromosome	1615.0	98.45200000000001	99.0	0.000451727437627888	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0034_000000002837	2513	0.7133830055618847	5	4	2	3	1	True	73547	maximal	True	DEN0034_000000002837	1.0		1	1	False	False	0.9980103373527527	0					non-mobilizable	no_good_hit	1417.0	99.788	56.0	0.0006318954587868946	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0257_000000006911	2416	0.7133816002569741	3	2	2	2	1	False	106335	fragment	False	ISR0257_000000006911	0.9885957066189625		0	0	False	False	0.9991722106933594	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	5.502063273727648e-05	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0146_000000013897	2848	0.7133814140103232	4	4	4	4	4	False	31022	maximal	True	ISR0146_000000013897	1.0		3	2	False	False	0.997542142868042	0					non-mobilizable	no_good_hit	2530.0	98.814	89.0	0.0029731045136170303	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0047_000000033471	1158	0.7133759020269759	2	2	2	2	2	False	27713	fragment	False	ISR0224_000000026853	0.9897610921501707		0	0	False	False	0.9982728958129883	0					non-mobilizable	other	1158.0	99.309	100.0	0.0045690771806779764	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0211_000000005641	3685	0.7133720261607963	6	4	3	4	2	False	70715	maximal	True	ISR0211_000000005641	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	84.449	21.0	0.0001293048799157895	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0009_000000019778	1857	0.7133669181130593	2	2	1	2	1	False	8127	maximal	True	SPA0009_000000019778	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.006254598969830758	XM_033355523.1	wasps, ants, and bees	PREDICTED: Belonocnema treatae uncharacterized LOC117169247 (LOC117169247), transcript variant X4, mRNA	True	False
DEN0052_000000001975	13232	0.7133612762408637	17	14	10	12	11	False	109040	maximal	True	DEN0052_000000001975	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	92.51899999999999	17.0	0.0005069753148042664	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0053_000000008729	1330	0.7133579359401675	4	3	2	2	3	False	87914	fragment	False	CHI0053_000000008729	0.9832185007300325		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	99.925	100.0	0.2324239244491081	NZ_CYZN01000053.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0018_000000008872	2415	0.7133510305543036	3	3	3	3	2	False	37795	maximal	True	ISR0018_000000008872	1.0		4	2	False	False	0.9813664555549622	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000010768	3409	0.7133502930851789	6	5	4	4	3	False	90926	maximal	True	ISR0293_000000010768	1.0		1	1	False	False	0.992666482925415	0					non-mobilizable	no_good_hit	286.0	77.273	8.0	0.0017495188823073654	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0060_000000011816	1443	0.7133479294826859	2	2	2	2	2	True	16854	maximal	True	MAD0060_000000011816	1.0		5	1	False	False	0.9993069767951965	0					non-mobilizable	no_good_hit	118.0	78.814	8.0	4.1958276689659805e-05	CP059260.1	a-proteobacteria	Brevundimonas sp. isolate SSC2 chromosome, complete genome	True	True
MON0037_000000006580	7083	0.7133429697773603	7	5	2	5	4	False	12144	fragment	False	MON0037_000000006580	1.0		0	0	False	False	0.9899759888648987	0					non-mobilizable	other	6934.0	99.697	98.0	0.07340236310506924	LK985418.1	enterobacteria	Escherichia coli genome assembly FHI100, scaffold scaffold-20	False	False
MON0089_000000012295	2091	0.7133407263713835	4	2	2	2	1	False	9609	maximal	True	MON0089_000000012295	1.0		1	1	False	False	0.9995217323303223	0					non-mobilizable	no_good_hit	451.0	81.375	22.0	0.03801219099221131	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
TAN0022_000000004771	1327	0.7133343176223281	2	1	1	1	1	False	89729	fragment	False	ISR0129_000000007966	0.5755270488214703		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	97.44200000000001	100.0	0.06061712616395837	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0329_000000014416	1235	0.7133343176223281	1	1	1	1	1	False	89729	fragment	False	ISR0129_000000007966	0.47253753375676555		0	0	False	False	0.9692307710647583	0					non-mobilizable	other	1236.0	98.139	100.0	0.05637210151542815	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0040_000000029479	1171	0.7133343176223281	1	1	1	1	1	False	18316	maximal	True	MAD0040_000000029479	1.0		0	0	False	False	0.9291204214096069	0					non-mobilizable	no_good_hit	1042.0	98.56	89.0	0.047516888807741464	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0018_000000023607	1165	0.7133343176223281	1	1	1	1	1	False	89729	fragment	False	ISR0129_000000007966	0.37579464660982326		0	0	False	False	0.95622318983078	0					non-mobilizable	other	1147.0	97.995	98.0	0.052309658572211065	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0010_000000019256	1143	0.7133343176223281	1	1	1	1	1	False	89729	fragment	False	ISR0129_000000007966	0.19270386266094422		0	0	False	False	0.9457567930221558	0					non-mobilizable	other	1078.0	98.794	94.0	0.04916012415555961	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0199_000000018980	1612	0.7133331390407275	3	3	3	3	2	False	55511	fragment	False	ISR0162_000000024947	0.9392111454989818		0	0	False	False	0.9956575632095337	0					non-mobilizable	other	1612.0	99.876	100.0	0.009250114836931557	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
MAD0001_000000016076	1607	0.7133329458873355	2	1	1	1	1	False	20275	fragment	False	MAD0001_000000016076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000006173	3667	0.7133260564999421	5	3	2	3	2	False	92776	maximal	True	ENG0036_000000006173	1.0		41	7	False	False	0.9994546175003052	0					non-mobilizable	no_good_hit	820.0	72.439	22.0	0.05220987335228741	NZ_OAOD01000036.1	firmicutes	Clostridium peptidivorans isolate src2, whole genome shotgun sequence	True	False
USA0010_01_000000021505	1216	0.7133205370304947	2	1	1	1	1	False	50887	fragment	False	FIJ0011_000000034144	0.6488048332019963		0	0	False	False	0.9868420958518982	0					non-mobilizable	no_good_hit								True	False
CHI0045_000000017328	1217	0.7133157400941035	2	1	1	1	1	False	88299	fragment	False	CHI0033_000000006392	0.3627559572347558		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1217.0	98.603	100.0	0.0038660981976224766	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
FIJ0071_000000006608	5374	0.7133099059081781	7	5	2	5	2	False	83340	fragment	False	CHI0153_000000003064	0.9805341890365322		0	0	False	False	0.9981392025947571	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000003149	4149	0.7133097091326686	5	4	4	4	4	False	50366	maximal	True	TAN0005_000000003149	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	93.99600000000001	40.0	0.0007834254771588851	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0142_000000008373	3601	0.7133022812599242	3	3	3	3	1	False	59274	maximal	True	ENG0142_000000008373	1.0		3	2	False	False	0.9972230195999146	0					non-mobilizable	no_good_hit	2985.0	99.73200000000001	83.0	0.0016680958775000475	CP031545.1	firmicutes	Streptococcus thermophilus strain ST109 chromosome, complete genome	True	False
ENG0119_000000011264	2919	0.7133022812599242	3	3	3	3	1	False	59273	fragment	False	ENG0119_000000011264	0.9808114035087719		0	0	False	False	1.0	0					non-mobilizable	chromosome	2919.0	100.0	100.0	0.0016257752797470076	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
ISR0170_000000019944	2330	0.7133022812599242	3	3	3	3	1	False	51382	fragment	False	ISR0170_000000019944	1.0		0	0	False	False	0.9948498010635376	0					non-mobilizable	chromosome	2330.0	99.44200000000001	100.0	0.0012976115923683277	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
SPA0107_000000020564	1600	0.7132941856475868	3	1	1	1	1	False	4712	fragment	False	SPA0107_000000020564	1.0		0	0	False	False	0.971875011920929	0					non-mobilizable	no_good_hit	144.0	77.778	9.0	0.0006047519878027486	NZ_FONL01000003.1	firmicutes	Succiniclasticum ruminis DSM 9236, whole genome shotgun sequence	True	False
ISR0018_000000007625	2842	0.7132914446952604	3	3	3	3	3	False	76279	maximal	True	ISR0018_000000007625	1.0		0	0	False	False	0.9989444017410278	0					non-mobilizable	no_good_hit	1563.0	80.166	54.0	0.03594771241830065	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MON0062_000000024534	1466	0.713284673524923	2	2	2	2	2	False	87352	fragment	False	ENG0002_000000015195	0.953218821667104		0	0	False	False	1.0	0					non-mobilizable	chromosome	1466.0	100.0	100.0	0.0002923952097481569	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0087_000000006168	2483	0.7132825849461779	3	2	2	1	1	False	5480	fragment	False	SPA0087_000000006168	1.0		0	0	False	False	0.98630690574646	0					non-mobilizable	no_good_hit	167.0	100.0	7.0	0.0018172264307921356	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	False
SPA0096_000000009568	3769	0.7132695968359539	3	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.252265659869531		0	0	False	False	1.0	0					non-mobilizable	other	2125.0	98.635	98.0	0.004441312570963769	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0078_000000011897	2558	0.7132659938410439	3	3	2	2	3	False	94728	fragment	False	DEN0064_000000014948	0.9606722849412437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0089_000000008059	2658	0.713262926489797	3	2	2	2	2	False	120922	maximal	True	ENG0089_000000008059	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1561.0	98.59100000000001	99.0	0.00043800693026805574	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0131_000000006670	4076	0.7132606348586437	6	6	6	6	4	False	120077	fragment	False	ISR0155_000000005779	0.6249152516194315		0	0	False	False	0.999509334564209	0					non-mobilizable	chromosome	4076.0	98.553	100.0	0.0009051150662233269	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0351_000000008540	1728	0.7132538760997058	3	2	2	2	2	False	129898	fragment	False	ISR0351_000000008540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	99.281	88.0	0.021307452030343597	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0126_000000009400	1615	0.7132538760997058	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.4702118972788073		0	0	False	False	0.9839009046554565	0					non-mobilizable	other	1529.0	99.477	95.0	0.021307452030343597	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0181_000000002620	8713	0.7132525236364088	9	5	5	4	4	False	130488	fragment	False	CHI0076_000000000512	0.6724737988120157		0	0	False	False	1.0	0					non-mobilizable	other	7249.0	98.82700000000001	96.0	0.011554320144504797	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0326_000000003412	4754	0.7132507631013363	5	5	3	4	3	False	26780	fragment	False	ISR0326_000000003412	1.0		0	0	False	False	0.9972654581069946	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000007503	3870	0.7132444285694535	6	6	4	6	4	False	104535	fragment	False	CHI0154_000000007503	1.0		0	0	False	False	0.9950904250144958	0					non-mobilizable	other	3870.0	98.941	100.0	0.015469812075169932	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0066_000000012713	2548	0.7132379908366298	5	5	4	3	3	False	56476	backbone	False	ISR0354_000000007692	0.9992902498320074	PS242	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	373.0	98.928	30.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ISR0365_000000006170	2535	0.7132379908366298	5	5	4	3	3	False	56476	backbone	False	ISR0354_000000007692	0.9982863264037222	PS242	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	373.0	98.928	29.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
DEN0082_000000012388	3152	0.7132199042633245	3	2	2	2	2	False	69292	fragment	False	DEN0082_000000012388	1.0		0	0	False	False	0.9984136819839478	0					non-mobilizable	chromosome	3152.0	99.93700000000001	100.0	0.0006091482035734246	CP054457.1	enterobacteria	Escherichia coli strain SCU-103 chromosome, complete genome	False	False
USA0102_01_000000003087	4600	0.7132198454586244	13	7	1	5	6	False	1981	maximal	True	USA0102_01_000000003087	1.0		5	2	False	False	0.998913049697876	0					non-mobilizable	no_good_hit	2498.0	99.96	74.0	0.05472396940542199	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
CHI0052_000000007890	2043	0.7132156931590803	3	3	3	2	2	False	86488	maximal	True	CHI0052_000000007890	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	2043.0	100.0	100.0	0.0003882849745504109	CP033817.1	enterobacteria	Klebsiella aerogenes strain FDAARGOS_513 chromosome, complete genome	False	False
SPA0096_000000014678	2646	0.7132125028091768	3	3	3	3	2	False	86341	fragment	False	SPA0096_000000014678	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	72.90899999999999	30.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
CHI0116_000000003476	5346	0.7132069875859004	8	5	4	3	4	False	123750	maximal	True	CHI0116_000000003476	1.0	PS903	5	3	False	True	1.0	0					non-mobilizable	chromosome	4271.0	98.759	93.0	0.0007935668478294208	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0037_000000004273	5545	0.7132025109863879	12	4	2	4	1	True	68396	fragment	False	SPA0037_000000004273	0.9548491410247171		0	0	False	False	0.9985572695732117	0					non-mobilizable	no_good_hit	66.0	100.0	1.0	0.00021250441355320456	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ISR0035_000000003340	5086	0.7132025109863879	12	4	2	4	1	True	68396	fragment	False	SPA0037_000000004273	0.7817916289748313		0	0	False	False	0.992331862449646	0					non-mobilizable	no_good_hit								True	True
SPA0112_000000006798	5052	0.7132025109863879	12	4	2	4	1	True	68396	fragment	False	SPA0037_000000004273	0.7845022005711453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0397_000000001639	13597	0.7131983976575355	18	12	9	12	9	False	22690	maximal	True	ISR0397_000000001639	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5093.0	95.85700000000001	51.0	0.2081811840971567	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
ENG0053_000000017433	1433	0.7131948758540669	2	2	2	1	2	False	109827	fragment	False	ISR0360_000000015719	0.45624706505183515		0	0	False	False	1.0	0					non-mobilizable	other	1433.0	93.37100000000001	100.0	0.00038110537057839926	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
SPA0136_000000023784	1772	0.7131905046983887	2	2	2	2	2	False	83997	fragment	False	SPA0127_000000013470	0.23621521779443486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	6.0	0.00031797778477534713	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
MON0089_000000000573	14814	0.713187874563747	18	8	3	8	2	True	90497	fragment	False	CHI0120_000000000475	0.4719366498666984		0	0	False	False	1.0	0					non-mobilizable	other	14661.0	98.54700000000001	99.0	0.23575575318012962	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0033_000000007960	3681	0.713187742870161	5	5	4	4	5	False	97364	fragment	False	ISR0033_000000007960	0.9997265518184304		0	0	False	False	1.0	0					non-mobilizable	chromosome	2728.0	98.46	100.0	0.0005069235872641909	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CHI0187_000000003925	4512	0.7131854711012915	6	5	4	5	4	False	80672	maximal	True	CHI0187_000000003925	1.0		8	4	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit	2057.0	99.368	46.0	0.0005158840083986719	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0013_000000003778	8964	0.7131791024560039	16	12	5	10	10	False	51622	fragment	False	MON0013_000000003778	0.9834714934303741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1321.0	95.382	17.0	0.00036944251404511284	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0157_000000002495	7887	0.7131791024560039	16	12	5	10	10	False	51622	fragment	False	MON0013_000000003778	0.8132727275085475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	97.664	6.0	5.1977715290103075e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0007_000000002153	7853	0.7131791024560039	16	12	5	10	10	False	51622	fragment	False	MON0013_000000003778	0.8124716248889764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	97.65299999999999	5.0	5.173253738779127e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0082_000000003140	7744	0.7131791024560039	15	12	5	10	10	False	51622	fragment	False	MON0013_000000003778	0.6544078102228537		0	0	False	False	0.9990960955619812	0					non-mobilizable	no_good_hit	213.0	97.18299999999999	4.0	5.173253738779127e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0196_000000016842	1313	0.7131714379024902	1	1	1	1	1	False	38074	fragment	False	SPA0151_000000012624	0.47614331951834254		0	0	False	False	0.9992383718490601	0					non-mobilizable	other	1330.0	78.64699999999999	100.0	0.005058898941008939	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0038_000000026647	1327	0.7131667580191381	2	1	1	1	1	False	122989	fragment	False	ISR0038_000000026647	0.9785682986811649		0	0	False	False	0.9645817875862122	0					non-mobilizable	no_good_hit	76.0	97.368	6.0	1.838834267338552e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0041_000000020115	1183	0.7131567730625484	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.10429618428857117	PS730	0	0	False	True	0.9974640607833862	0					non-mobilizable	chromosome	1187.0	89.04799999999999	100.0	0.000397854279643089	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0002_000000002403	9514	0.7131530234498559	10	3	3	3	1	True	98424	fragment	False	MAD0097_000000003238	0.7172707301240506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0058_000000001396	8614	0.7131530234498559	10	3	3	3	1	True	98424	fragment	False	MAD0097_000000003238	0.4731448391843599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0104_000000009140	3341	0.7131516999939884	4	3	3	3	2	True	131059	maximal	True	ENG0104_000000009140	1.0		122	11	False	False	1.0	0					non-mobilizable	no_good_hit	1773.0	89.848	86.0	0.0004446237659934079	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
SPA0023_000000019235	1472	0.7131506271492001	2	2	2	2	2	False	7609	maximal	True	SPA0023_000000019235	1.0		1	1	False	False	0.995244562625885	0					non-mobilizable	no_good_hit								True	False
CAN0021_000000013030	3267	0.7131505632971614	4	4	1	3	3	True	101517	fragment	False	CAN0021_000000013030	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3267.0	99.296	100.0	0.0009763969636625469	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0850_000000002666	5221	0.7131503427534723	6	5	2	4	5	True	123605	fragment	False	ISR0850_000000002666	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5252.0	97.315	100.0	0.0017718885111140518	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
ISR0161_000000011045	2736	0.7131492865269119	3	3	3	3	2	False	59273	fragment	False	ENG0119_000000011264	0.9506680369989722		0	0	False	False	1.0	0					non-mobilizable	chromosome	2736.0	99.963	100.0	0.0015289015499204523	CP031545.1	firmicutes	Streptococcus thermophilus strain ST109 chromosome, complete genome	False	False
ENG0037_000000029610	1213	0.7131473972747743	4	3	3	3	2	False	65132	fragment	False	ENG0037_000000029610	1.0		0	0	False	False	0.9983512163162231	0					non-mobilizable	no_good_hit	265.0	76.98100000000001	21.0	0.00045864519421928593	NZ_JH378829.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.1, whole genome shotgun sequence	True	False
ISR0271_000000005650	2830	0.7131458994622225	5	3	2	2	3	False	26420	maximal	True	ISR0271_000000005650	1.0		3	2	False	False	0.9975265264511108	0					non-mobilizable	no_good_hit	324.0	84.568	11.0	8.993023100266025e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0048_000000006891	2293	0.7131448555174791	5	3	3	3	2	False	117015	fragment	False	AST0094_000000009639	0.7623106186515981		0	0	False	False	0.995638906955719	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	1.6937675896801822e-05	AP012978.1	g-proteobacteria	Endosymbiont of unidentified scaly snail isolate Monju DNA, complete genome	True	False
ENG0135_000000003800	5126	0.7131441367414325	6	6	6	4	4	False	61213	fragment	False	ENG0135_000000003800	1.0		0	0	False	False	0.998634397983551	0					non-mobilizable	no_good_hit	2584.0	74.69	50.0	0.0008670931302576089	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0354_000000010992	1737	0.7131429634217651	2	2	1	2	2	False	85571	fragment	False	ISR0305_000000010010	0.9794417180607612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	540.0	82.59299999999999	31.0	0.0027896334296296683	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
FIJ0034_000000020115	1381	0.7131418671359149	3	3	3	3	2	False	76275	fragment	False	DEN0073_000000028334	0.1894342194955692		0	0	False	False	0.9927588701248169	0					non-mobilizable	other	1381.0	99.71	100.0	0.020063680376848258	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0037_01_000000001576	20786	0.7131354922474116	35	19	13	12	4	True	1378	maximal	True	USA0037_01_000000001576	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	7.565687881398076e-07	LR778314.1	eudicots	Raphanus sativus genome assembly, chromosome: 5	True	True
FIJ0120_000000010771	2202	0.7131255939722794	4	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.38438899985273717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1250.0	84.8	56.0	0.00034842318932493983	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0016_000000004201	1954	0.7131224981992849	2	2	2	2	2	False	88059	fragment	False	SPA0126_000000021053	0.955047313346314		0	0	False	False	0.9953940510749817	0					non-mobilizable	other	1904.0	97.321	100.0	0.0005145441876650537	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0048_000000003466	7714	0.7131133165958304	10	6	5	6	6	False	100472	maximal	True	FIJ0048_000000003466	1.0		1	1	False	False	0.99870365858078	0					non-mobilizable	no_good_hit	2611.0	97.74	49.0	0.004517107527589156	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
USA0044_01_000000018511	1479	0.7131062265769513	2	2	2	1	1	False	74514	fragment	False	USA0044_01_000000018511	0.9721669969337764		0	0	False	False	0.993914783000946	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000022780	1319	0.7131062265769513	2	2	2	1	1	False	74514	fragment	False	USA0044_01_000000018511	0.6363853123509776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000003797	8014	0.7130974967344734	7	4	4	4	4	False	79277	maximal	True	FIJ0083_000000003797	0.9705600246415818	PS388	1	1	False	True	1.0	0					non-mobilizable	other	2681.0	95.18799999999999	96.0	0.016020385147615536	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0008_000000003417	7765	0.7130974967344734	6	4	4	4	4	False	79280	maximal	False	ISR0197_000000002685	0.9175903059271929	PS388	0	0	False	True	0.9996136426925659	0					non-mobilizable	no_good_hit	2654.0	96.307	69.0	0.016020385147615536	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0159_000000004601	4726	0.7130974967344734	5	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.9351571916993672	PS388	0	0	False	True	0.9993652105331421	0					non-mobilizable	other	2699.0	96.554	98.0	0.01636785925469852	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0166_000000005488	4558	0.7130974967344734	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.852655568235844	PS388	0	0	False	True	1.0	0					non-mobilizable	other	2654.0	96.307	98.0	0.016020385147615536	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0043_000000003907	4499	0.7130974967344734	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.5601764527945632	PS388	0	0	False	True	1.0	0					non-mobilizable	other	2583.0	96.90299999999999	96.0	0.0157399674471626	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0066_000000006936	4401	0.7130974967344734	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.8417049151617199	PS388	0	0	False	True	0.9988638758659363	0					non-mobilizable	other	1658.0	98.251	96.0	0.010101133253272047	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0107_000000006412	4330	0.7130974967344734	5	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.7004012985661029	PS388	0	0	False	True	0.9993071556091309	0					non-mobilizable	other	1658.0	98.492	98.0	0.010101133253272047	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0014_000000004719	4323	0.7130974967344734	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.8719447594460644	PS388	0	0	False	True	1.0	0					non-mobilizable	other	2593.0	96.876	98.0	0.015776543668960807	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0009_000000003491	8977	0.7130859054027309	10	7	5	7	1	True	120260	fragment	False	MON0105_000000004668	0.7713952412034997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	85.556	2.0	3.0237007175003984e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0814_000000000848	35402	0.713084523405062	30	21	13	15	14	True	105664	maximal	True	ISR0814_000000000848	1.0		1	1	False	False	0.9999717473983765	0					non-mobilizable	no_good_hit	13294.0	97.773	38.0	0.0029416817927300533	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
USA0132_01_000000001739	11381	0.7130796704597446	17	10	8	9	6	True	116350	fragment	False	USA0132_01_000000001739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	1.0	0.00046837623994245664	NZ_BCQW01000008.1	firmicutes	Amphibacillus sediminis NBRC 103570, whole genome shotgun sequence	True	True
CAN0012_000000013425	3857	0.7130690164819015	6	6	4	5	4	False	94278	maximal	True	CAN0012_000000013425	1.0		6	3	False	False	0.9893699884414673	0					non-mobilizable	chromosome	3739.0	99.81299999999999	97.0	0.0011070717242094195	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0214_000000009173	3004	0.7130662788331811	3	2	2	2	0	True	93555	fragment	False	ISR0214_000000009173	1.0		0	0	False	False	0.9983355402946472	0					non-mobilizable	no_good_hit	866.0	80.947	29.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0814_000000016697	2388	0.7130662788331811	3	2	2	2	0	True	95571	fragment	False	ISR0814_000000016697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2038.0	78.067	84.0	0.004190390956785025	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0130_000000014878	2199	0.7130662788331811	2	2	2	2	0	True	124716	fragment	False	SPA0130_000000014878	0.9719207173194904		0	0	False	False	0.9995452761650085	0					non-mobilizable	other	2058.0	78.62	92.0	0.004228029198911837	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0847_000000013023	2147	0.7130662788331811	2	2	2	2	0	True	72848	fragment	False	MAD0040_000000014147	0.9286699835995854		0	0	False	False	0.9888216257095337	0					non-mobilizable	other	2132.0	75.704	98.0	0.0043702181136131245	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0040_000000012846	2119	0.7130662788331811	3	2	2	2	0	True	124716	fragment	False	SPA0130_000000014878	0.9549795361527967		0	0	False	False	0.9985842108726501	0					non-mobilizable	no_good_hit	861.0	86.06299999999999	83.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0081_000000026628	2056	0.7130662788331811	2	2	2	2	0	True	9981	fragment	False	MON0081_000000026628	0.9352574102964119		0	0	False	False	0.9717898964881897	0					non-mobilizable	other	2054.0	99.464	99.0	0.004292850615908012	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0045_000000020079	2027	0.7130662788331811	2	2	2	2	0	True	72848	fragment	False	MAD0040_000000014147	0.624281943797547		0	0	False	False	0.9980266690254211	0					non-mobilizable	other	2052.0	76.072	100.0	0.0042154831182029	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0096_000000020203	2003	0.7130662788331811	2	2	2	2	0	True	114334	fragment	False	SPA0096_000000020203	1.0		0	0	False	False	0.9995007514953613	0					non-mobilizable	no_good_hit								True	True
MAD0103_000000011912	1930	0.7130662788331811	2	2	2	2	0	True	124706	fragment	False	MAD0103_000000011912	1.0		0	0	False	False	0.9932642579078674	0					non-mobilizable	no_good_hit	781.0	85.787	40.0	0.0016247174518073675	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0338_000000016099	1762	0.7130662788331811	2	2	2	2	0	True	114333	fragment	False	ISR0393_000000010525	0.7712630399215339		0	0	False	False	0.9721906781196594	0					non-mobilizable	no_good_hit								True	True
ENG0122_000000014854	1934	0.7130621923329621	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.06919267667059724		0	0	False	False	0.9974147081375122	0					non-mobilizable	no_good_hit	1082.0	85.12	56.0	0.0003017244151537802	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0060_000000021756	1397	0.7130618748072919	1	1	1	1	1	False	112276	maximal	True	AST0060_000000021756	1.0		2	2	False	False	0.9935576319694519	0					non-mobilizable	other	1233.0	85.726	96.0	0.00037538327364098907	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
CHI0088_000000000739	6095	0.7130542694925822	6	3	2	3	2	True	98505	maximal	True	CHI0088_000000000739	1.0	PS549	3	1	True	True	1.0	18					non-mobilizable	no_good_hit	1605.0	99.12799999999999	27.0	0.0004278783555706481	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0098_000000001313	19777	0.7130536047261675	34	2	1	1	2	False	50972	maximal	True	MAD0098_000000001313	1.0		2	1	False	False	0.999443769454956	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	0.0002916136190672632	NC_037367.1	green algae	Caulerpa manorensis chloroplast, complete genome	True	False
MAD0086_000000000511	9812	0.7130536047261675	16	2	1	1	2	False	50971	fragment	False	MAD0086_000000000511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0038_000000005386	2520	0.7130536047261675	6	2	1	1	2	False	50970	fragment	False	FIJ0123_000000012371	0.7395006327615085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0056_000000005574	2399	0.7130536047261675	6	2	1	1	2	False	50970	fragment	False	FIJ0123_000000012371	0.9558209997933442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0090_000000005393	3958	0.7130493863096149	4	4	4	3	3	False	86164	fragment	False	SPA0146_000000005496	0.4817100916327815		0	0	False	False	1.0	0					non-mobilizable	other	2159.0	99.444	100.0	0.00040637507967908044	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0036_000000018125	1397	0.7130477413441104	4	3	1	3	3	False	65280	maximal	True	ENG0036_000000018125	1.0		1	1	False	False	0.9792412519454956	0					non-mobilizable	chromosome	1397.0	97.28	100.0	0.0002729539403912392	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
SPA0095_000000009555	2090	0.713038665171898	4	1	1	1	1	False	5213	fragment	False	SPA0095_000000009555	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2049.0	100.0	98.0	0.0473416551086454	NZ_QVHZ01000018.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf18, whole genome shotgun sequence	False	False
ISR0210_000000010432	1828	0.7130374484151625	3	2	1	2	2	False	97026	fragment	False	ISR0210_000000010432	1.0		0	0	False	False	0.9989058971405029	0					non-mobilizable	plasmid	756.0	95.37	100.0	0.14356341509792736	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
USA0083_01_000000017083	1641	0.7130374484151625	3	2	1	2	2	False	97025	fragment	False	USA0043_01_000000005850	0.9990412913648895		0	0	False	False	0.9993906021118164	0					non-mobilizable	plasmid	1336.0	84.132	100.0	0.2558454106280193	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0244_000000016116	1618	0.7130374484151625	3	2	1	2	2	False	97025	fragment	False	USA0043_01_000000005850	0.9934473376573042		0	0	False	False	0.9981458783149719	0					non-mobilizable	plasmid	1321.0	83.876	100.0	0.2529468599033816	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0004_01_000000014089	1606	0.7130374484151625	3	2	1	2	2	False	97025	fragment	False	USA0043_01_000000005850	0.9873431874604385		0	0	False	False	1.0	0					non-mobilizable	plasmid	1303.0	83.73	100.0	0.24908212560386472	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0847_000000018200	1606	0.7130374484151625	3	2	1	2	2	False	97025	fragment	False	USA0043_01_000000005850	0.989589297756478		0	0	False	False	1.0	0					non-mobilizable	plasmid	756.0	95.37	100.0	0.14356341509792736	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
USA0025_01_000000009641	1604	0.7130374484151625	3	2	1	2	2	False	97025	fragment	False	USA0043_01_000000005850	0.9889795914122972		0	0	False	False	1.0	0					non-mobilizable	plasmid	1313.0	83.854	100.0	0.2514009661835749	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0006_01_000000015173	1563	0.7130374484151625	3	2	1	2	2	False	97025	fragment	False	USA0043_01_000000005850	0.9683576379692769		0	0	False	False	0.9948816299438477	0					non-mobilizable	plasmid	1312.0	83.84100000000001	100.0	0.25120772946859904	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0084_000000001000	16730	0.7130324700494814	20	17	7	10	16	True	85131	maximal	True	ISR0084_000000001000	1.0		100	9	False	False	0.9999402165412903	0					non-mobilizable	other	16730.0	99.994	100.0	0.005368566240771323	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0812_000000014343	2765	0.7130239791669367	4	4	4	4	3	False	41103	fragment	False	ISR0812_000000014343	1.0		0	0	False	False	0.9504520893096924	0					non-mobilizable	no_good_hit	892.0	72.085	32.0	0.008392668071920503	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0001_000000011241	2339	0.7130211629207157	5	4	4	2	2	False	68063	maximal	True	ENG0001_000000011241	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	91.43299999999999	41.0	0.0001825047237402506	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0171_000000003498	1187	0.7130182302550662	2	1	1	1	1	False	77936	fragment	False	CHI0171_000000003498	1.0		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	1187.0	100.0	100.0	0.1589386223532565	CP049124.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_4, complete sequence	False	True
SPA0122_000000003936	8191	0.7130173500084653	5	5	4	5	4	False	103511	fragment	False	SPA0122_000000003936	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	7721.0	100.0	94.0	0.0690327368976402	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
FIJ0150_000000016080	1526	0.7130152458315733	2	2	2	2	1	False	39792	maximal	True	FIJ0150_000000016080	1.0		169	10	False	False	0.9750983119010925	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	4.257201419620922e-05	NZ_FQXQ01000001.1	CFB group bacteria	Wenyingzhuangia marina strain DSM 100572, whole genome shotgun sequence	True	False
CHI0032_000000005720	1343	0.7130151876245296	2	2	2	1	1	False	97154	fragment	False	CHI0169_000000010891	0.7168647187339355		0	0	False	False	0.9992554187774658	0					non-mobilizable	other	1343.0	98.809	100.0	0.0005467796025947178	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
SPA0038_000000005099	5810	0.7130105095325553	8	6	1	4	4	False	125589	fragment	False	SPA0038_000000005099	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5603.0	98.84	96.0	0.0023119935802736313	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
ISR0284_000000002533	3655	0.7130064177627056	2	2	2	2	2	False	120856	fragment	False	ISR0284_000000002533	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3655.0	99.26100000000001	100.0	0.001151101631368213	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0074_000000003111	5162	0.7130063187631894	4	4	4	3	3	False	95669	fragment	False	CHI0074_000000003111	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5162.0	99.671	100.0	0.001294728347926628	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0022_000000001236	6129	0.713004441683582	5	4	4	4	4	False	19314	fragment	False	MAD0022_000000001236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0095_000000017592	1766	0.7129927406064379	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.8056617219886566		0	0	False	False	0.9864099621772766	0					non-mobilizable	other	1767.0	99.491	100.0	0.0167146482821319	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0077_000000019913	1765	0.7129927406064379	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.7997223280036283		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	95.977	100.0	0.016705178226447973	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
USA0023_01_000000017805	1724	0.7129927406064379	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.810884347297435		0	0	False	False	0.9982598423957825	0					non-mobilizable	other	1719.0	98.022	99.0	0.01626955566498731	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
CHI0078_000000009008	1712	0.7129927406064379	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.8058270658323798		0	0	False	False	0.9994158744812012	0					non-mobilizable	other	1712.0	98.36399999999999	100.0	0.01620326527519982	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
FIJ0039_000000013418	1709	0.7129927406064379	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.8074581131569282		0	0	False	False	1.0	0					non-mobilizable	other	1709.0	98.069	100.0	0.016174855108148038	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
CHI0024_000000002616	4426	0.7129912967386627	5	2	2	2	2	True	128431	maximal	True	CHI0024_000000002616	0.8438727904377223		60	8	False	False	1.0	0					non-mobilizable	no_good_hit	2323.0	85.493	62.0	0.0004207377443122843	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
MON0039_000000015524	2982	0.7129892258261881	7	4	2	2	2	False	11948	maximal	True	MON0039_000000015524	1.0		2	1	False	False	0.9946344494819641	0					non-mobilizable	no_good_hit								True	False
MAD0035_000000001366	15518	0.7129785830385809	15	9	8	8	4	True	18794	maximal	True	MAD0035_000000001366	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	75.1	2.0	0.0013367609254498715	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	True	True
CHI0021_000000001831	4382	0.7129728650677929	3	3	2	3	3	False	89316	maximal	True	CHI0021_000000001831	1.0		0	0	False	False	0.9970332980155945	0					non-mobilizable	plasmid	4147.0	99.87899999999999	100.0	0.012608415341759218	CP028537.1	enterobacteria	Enterobacter hormaechei strain SCEH020042 plasmid pQnrB4_020042, complete sequence	False	True
ISR0132_000000007622	3451	0.7129689726390579	4	2	0	1	1	True	31602	maximal	True	ISR0132_000000007622	1.0		1	1	True	True	0.999710202217102	2					non-mobilizable	no_good_hit	737.0	99.59299999999999	47.0	0.24706277274253105	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0102_000000008093	3333	0.7129689726390579	4	2	0	1	1	True	128501	maximal	False	ENG0063_000000009089	0.7524113604944752	PS609	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	1535.0	97.785	47.0	0.5750187546886721	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0085_000000006729	2804	0.7129689726390579	4	2	0	1	1	True	61484	maximal	True	ENG0085_000000006729	1.0		1	1	True	True	1.0	50					non-mobilizable	no_good_hit	414.0	93.23700000000001	15.0	0.14650827933765298	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0223_000000010672	2677	0.7129689726390579	4	2	0	1	1	True	97173	fragment	False	ISR0223_000000010672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	314.0	79.618	17.0	0.10372608257804633	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ISR0128_000000015823	2239	0.7129689726390579	4	2	0	1	1	True	31844	fragment	False	ISR0128_000000015823	1.0		0	0	False	False	0.999553382396698	0					non-mobilizable	no_good_hit	364.0	85.165	16.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0211_000000010992	2048	0.7129689726390579	4	2	0	1	1	True	97172	fragment	False	ISR0211_000000010992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	85.165	20.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0025_000000014129	2775	0.7129635939818472	4	4	4	4	1	False	69597	fragment	False	ISR0025_000000014129	0.9878635924796775		0	0	False	False	1.0	0					non-mobilizable	chromosome	2771.0	99.928	100.0	0.0006164668305236986	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0088_000000005910	2748	0.7129635939818472	4	4	4	4	1	False	69597	fragment	False	ISR0025_000000014129	0.9820454243194661		0	0	False	False	1.0	0					non-mobilizable	chromosome	1602.0	99.001	100.0	0.0003558593725658462	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0030_000000011193	2745	0.7129635939818472	4	4	4	4	1	False	69597	fragment	False	ISR0025_000000014129	0.9836810572720903		0	0	False	False	0.9996356964111328	0					non-mobilizable	chromosome	2742.0	100.0	100.0	0.0006100128456553999	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0047_000000010886	2706	0.7129635939818472	4	4	4	4	1	False	69597	fragment	False	ISR0025_000000014129	0.9754855872529621		0	0	False	False	0.9922394752502441	0					non-mobilizable	chromosome	1609.0	99.068	100.0	0.0003574172309823321	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0295_000000024906	1434	0.7129489312170775	2	2	2	2	1	True	25712	fragment	False	ISR0295_000000024906	1.0		0	0	False	False	0.9260808825492859	0					non-mobilizable	no_good_hit	88.0	100.0	6.0	0.0005042572059513942	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	True
FIJ0126_000000002819	11181	0.7129411193144254	24	5	1	3	4	False	64397	fragment	False	FIJ0126_000000002819	1.0		0	0	False	False	0.9999105334281921	0					non-mobilizable	no_good_hit								True	False
AUS0014_000000007215	4418	0.7129354211005332	6	4	4	4	3	False	112858	maximal	True	AUS0014_000000007215	1.0	PS721|PS724	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2630.0	73.80199999999999	59.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0011_000000022280	2121	0.7129177385836463	3	3	3	3	3	False	67882	maximal	False	ISR0113_000000006691	0.9376507789319453		0	0	False	False	0.9938707947731018	0					non-mobilizable	other	2117.0	99.103	99.0	0.033729178289630984	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0155_000000003603	6673	0.7129096871684828	7	6	5	4	5	True	123503	fragment	False	ENG0155_000000003603	0.9665923705861765		0	0	False	False	0.9970028400421143	0					non-mobilizable	chromosome	6598.0	99.182	100.0	0.0012910000641879675	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
AST0084_000000010146	3280	0.7129080607335976	5	4	4	4	3	False	111531	fragment	False	AST0084_000000010146	1.0		0	0	False	False	0.997560977935791	0					non-mobilizable	no_good_hit	533.0	71.107	16.0	0.005471322902747235	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
FIJ0077_000000001083	20896	0.7129014118533178	19	14	12	14	13	False	124963	maximal	True	FIJ0077_000000001083	1.0		1	1	False	False	0.9997128844261169	0					non-mobilizable	no_good_hit	2737.0	75.77600000000001	21.0	0.000606797767637271	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0027_000000002147	4775	0.7128975232416312	6	6	6	5	5	False	57165	fragment	False	MAD0027_000000002147	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4775.0	100.0	100.0	0.0009670521640982593	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
FIJ0147_000000008957	2265	0.7128972770053362	3	3	3	3	2	False	62167	maximal	False	MAD0045_000000015407	0.7003246679513881		0	0	False	False	1.0	0					non-mobilizable	chromosome	2271.0	84.676	100.0	0.0006319706035711097	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0812_000000022342	1770	0.7128939314038123	3	3	3	2	2	False	106609	fragment	False	ENG0027_000000009711	0.3109290409518604		0	0	False	False	0.9875706434249878	0					non-mobilizable	other	1770.0	98.36200000000001	100.0	0.006953233705692297	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0136_000000015685	1756	0.7128939314038123	3	3	3	2	2	False	106609	fragment	False	ENG0027_000000009711	0.30481565983965975		0	0	False	False	0.9977220892906189	0					non-mobilizable	other	1739.0	93.905	99.0	0.006776356647039864	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0123_000000016857	1944	0.7128929112286614	2	2	1	2	1	False	41333	maximal	True	FIJ0123_000000016857	1.0		0	0	False	False	0.998971164226532	0					non-mobilizable	no_good_hit	462.0	75.541	24.0	0.00018938174750346266	NZ_LT745776.1	firmicutes	Bacillus sonorensis strain Marseille-P3463, whole genome shotgun sequence	True	False
CAN0001_000000025810	1706	0.7128894530109392	3	2	1	1	2	True	97238	fragment	False	CAN0001_000000025810	1.0		0	0	False	False	0.9777256846427917	0					non-mobilizable	no_good_hit	1307.0	80.337	76.0	0.02976	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0140_000000011783	2563	0.7128832161046679	3	3	3	3	3	False	50426	maximal	True	FIJ0140_000000011783	1.0		55	7	False	False	1.0	0					non-mobilizable	other	2586.0	86.00200000000001	99.0	0.03527093867541092	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0078_000000006093	4287	0.7128532852849072	4	3	2	2	2	True	97333	fragment	False	ENG0199_000000004616	0.8630075697960927		0	0	False	False	1.0	0					non-mobilizable	other	4287.0	100.0	100.0	0.1053822133707064	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
DEN0020_000000002023	4101	0.7128532852849072	3	3	2	2	2	True	97333	fragment	False	ENG0199_000000004616	0.7540790973162566		0	0	False	False	0.9997561573982239	0					non-mobilizable	other	4101.0	100.0	100.0	0.10080893019596272	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0036_000000011122	2168	0.7128401645568403	3	2	2	2	2	True	112643	maximal	True	ENG0036_000000011122	1.0		42	4	False	False	0.9921586513519287	0					non-mobilizable	chromosome	1937.0	94.941	93.0	0.0005182796759331714	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CAN0004_000000016615	1697	0.7128270158924325	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9682044477468863		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.225	97.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0035_000000003932	5808	0.7128208662950178	7	5	5	5	3	False	114535	maximal	True	MAD0035_000000003932	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	92.39299999999999	9.0	0.0012185647662643288	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0047_000000008728	4536	0.7128190092466036	6	4	3	3	2	True	59591	maximal	True	SPA0047_000000008728	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2275.0	100.0	50.0	0.0013438072292574136	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0102_000000020935	1383	0.7128107226060587	2	2	2	2	2	False	60354	fragment	False	ENG0102_000000020935	0.996437054631829		0	0	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	552.0	75.181	40.0	0.0017334262897705666	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0110_000000015650	1140	0.7128065246023481	1	1	1	1	1	False	60526	fragment	False	ENG0100_000000027822	0.9752173913043478		0	0	False	False	0.9903509020805359	0					non-mobilizable	no_good_hit	648.0	83.796	57.0	0.000180062139527842	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
ENG0179_000000018056	1838	0.7127939143765899	3	3	3	3	2	False	61321	fragment	False	ENG0088_000000010197	0.9911575562700965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	95.161	3.0	2.5121302947264208e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0052_000000013739	2545	0.7127933600464542	4	3	3	3	2	False	60088	fragment	False	ISR0052_000000013739	0.968211648892535		0	0	False	False	0.9984282851219177	0					non-mobilizable	other	2521.0	97.42200000000001	99.0	0.01804596383643293	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0778_000000001256	9185	0.7127882240910349	14	8	4	7	4	True	110246	fragment	False	ISR0778_000000001256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	95.181	1.0	2.348040473260602e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
TAN0007_000000017572	2220	0.7127850268587622	3	3	3	3	3	True	2829	fragment	False	TAN0007_000000017572	1.0		0	0	False	False	0.9927927851676941	0					non-mobilizable	no_good_hit								True	True
ISR0288_000000017109	1747	0.7127836178417672	1	1	1	1	1	False	25970	fragment	False	ISR0288_000000017109	1.0		0	0	False	False	0.9868345856666565	0					non-mobilizable	other	1759.0	98.181	100.0	0.006743919149736499	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0207_000000022949	1324	0.7127817330556022	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.5913264142310211		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	99.54700000000001	100.0	0.0005232597460588416	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
MAD0039_000000004102	3212	0.7127727960348864	5	2	1	2	1	False	19383	fragment	False	MAD0039_000000004102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	0.0003931712364200724	NZ_GL891993.1	CFB group bacteria	Dysgonomonas gadei ATCC BAA-286 supercont1.15, whole genome shotgun sequence	True	False
AST0061_000000013047	3165	0.7127679311049463	6	5	5	5	4	False	112107	maximal	True	AST0061_000000013047	1.0		4	3	False	False	0.9946287274360657	0					non-mobilizable	no_good_hit	1990.0	86.181	87.0	0.0134562349712671	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	True	False
MAD0025_000000011867	1168	0.7127593478655563	1	1	1	1	1	False	19115	fragment	False	MAD0025_000000011867	1.0		0	0	False	False	0.9897260069847107	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	0.00010063462711725821	NZ_ATYJ01000014.1	g-proteobacteria	Methylobacter luteus IMV-B-3098 MetluDRAFT_scaffold2.2_C, whole genome shotgun sequence	True	False
ISR0149_000000002560	5845	0.7127582595844298	8	7	6	7	6	False	132492	fragment	False	ISR0054_000000002543	0.6988424301036824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2692.0	96.694	87.0	0.000753158943405605	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0155_000000003444	4827	0.7127526128507256	4	3	3	1	1	False	3204	maximal	True	SPA0155_000000003444	1.0		3	3	False	False	0.9863269329071045	0					non-mobilizable	no_good_hit	745.0	99.73200000000001	15.0	0.0011882904610503017	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
CHI0055_000000010152	1652	0.7127503484068269	3	3	3	3	2	False	131524	maximal	True	CHI0055_000000010152	1.0		0	0	False	False	0.9842615127563477	0					non-mobilizable	no_good_hit	1210.0	79.339	72.0	0.01676149040606872	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0100_000000039928	1148	0.7127365698087469	2	2	1	2	1	False	9086	fragment	False	MON0100_000000039928	1.0		0	0	False	False	0.9799651503562927	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000004491	6868	0.7127269638364231	8	4	4	4	2	False	76040	fragment	False	USA0084_01_000000004491	1.0		0	0	False	False	0.9998543858528137	0					non-mobilizable	no_good_hit								True	False
ENG0158_000000007960	2299	0.7127265761239789	3	3	3	3	3	False	125919	fragment	False	ENG0158_000000007960	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2299.0	100.0	100.0	0.01339402805868193	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0020_000000002957	6067	0.7127163754840298	13	1	1	1	0	False	54822	fragment	False	ISR0020_000000002957	0.9566343582887701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	86.441	1.0	1.629985436923217e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0056_000000007843	4208	0.7127163754840298	7	1	1	1	0	False	48928	maximal	True	SPA0056_000000007843	1.0		10	4	False	False	0.9976235628128052	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000006188	2549	0.7127163754840298	7	1	1	1	0	False	12364	maximal	True	TAN0005_000000006188	1.0		2	1	False	False	0.9752843976020813	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.024500907441016333	XM_019803052.2	carnivores	PREDICTED: Ailuropoda melanoleuca HCLS1 associated protein X-1 (HAX1), transcript variant X4, mRNA	True	False
MON0064_000000015094	1839	0.7127163754840298	3	1	1	1	0	False	12363	fragment	False	MON0064_000000015094	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0077_000000026165	1682	0.7127163754840298	4	1	1	1	0	False	10216	maximal	True	MON0077_000000026165	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0146_000000025258	1664	0.7127163754840298	2	1	1	1	0	False	30997	fragment	False	ISR0146_000000025258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	95.0	79.0	0.00120232467696083	NZ_DS483474.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_14, whole genome shotgun sequence	True	False
DEN0018_000000026143	1531	0.7127163754840298	2	1	1	1	0	False	75037	fragment	False	DEN0018_000000026143	1.0		0	0	False	False	0.9986936450004578	0					non-mobilizable	no_good_hit	369.0	84.01100000000001	68.0	0.0016454041383041067	NZ_SMMX01000006.1	firmicutes	Extibacter muris strain DSM 28560 NODE_6_length_221830_cov_109.999026, whole genome shotgun sequence	True	False
ISR0019_000000011987	1502	0.7127163754840298	4	1	1	1	0	False	37728	maximal	False	MON0101_000000042521	0.9643551523007129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0145_000000014249	1297	0.7127163754840298	1	1	1	1	0	False	95155	fragment	False	SPA0129_000000019164	0.5335357833131358		0	0	False	False	1.0	0					non-mobilizable	chromosome	1304.0	94.939	100.0	0.00029457999951129583	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0080_000000026400	1270	0.7127163754840298	2	1	1	1	0	False	34277	maximal	True	ISR0080_000000026400	1.0		42	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0221_000000017778	1253	0.7127163754840298	2	1	1	1	0	False	27929	maximal	True	ISR0221_000000017778	1.0		8	5	False	False	1.0	0					non-mobilizable	other	524.0	92.939	99.0	0.011266695389918138	NZ_QRYH01000020.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf20, whole genome shotgun sequence	False	False
AST0088_000000009232	1231	0.7127163754840298	2	1	1	1	0	False	110357	fragment	False	AST0088_000000009232	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	96.223	59.0	0.00014748028239563283	CP012321.1	firmicutes	Clostridioides difficile strain DSM 28666 chromosome, complete genome	True	False
ISR0161_000000025296	1228	0.7127163754840298	2	1	1	1	0	False	30372	fragment	False	ISR0161_000000025296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	79.843	61.0	0.0007078203721549863	NZ_AUJC01000001.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
AST0087_000000030471	1194	0.7127163754840298	1	1	1	1	0	False	110516	fragment	False	AST0087_000000030471	1.0		0	0	False	False	0.9715242981910706	0					non-mobilizable	no_good_hit	571.0	97.023	84.0	0.00018195079986529258	CP029612.1	firmicutes	Enterococcus faecalis strain H25 chromosome, complete genome	True	False
FIJ0126_000000035482	1177	0.7127163754840298	3	1	1	1	0	False	41083	maximal	True	FIJ0126_000000035482	1.0		5	4	False	False	0.9991503953933716	0					non-mobilizable	no_good_hit								True	False
CHI0072_000000008448	1172	0.7127163754840298	2	1	1	1	0	False	84824	fragment	False	CHI0072_000000008448	1.0		0	0	False	False	0.994027316570282	0					non-mobilizable	other	864.0	99.65299999999999	100.0	0.00028847748070577036	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
SPA0086_000000012128	1156	0.7127163754840298	1	1	1	1	0	False	5497	maximal	True	SPA0086_000000012128	1.0		0	0	False	False	0.9887543320655823	0					non-mobilizable	no_good_hit	669.0	97.60799999999999	75.0	0.00022329427243505747	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
MON0032_000000028286	1151	0.7127163754840298	3	1	1	1	0	False	12362	fragment	False	MON0032_000000028286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000032540	1138	0.7127163754840298	1	1	1	1	0	False	113055	fragment	False	ISR0395_000000021207	0.05573984955380087		0	0	False	False	0.9956063032150269	0					non-mobilizable	other	1139.0	99.385	100.0	0.0018200195756059802	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
DEN0063_000000045670	1130	0.7127163754840298	1	1	1	1	0	False	71374	fragment	False	DEN0063_000000045670	1.0		0	0	False	False	0.991150438785553	0					non-mobilizable	no_good_hit	908.0	94.163	80.0	0.0002879291604885858	CP029612.1	firmicutes	Enterococcus faecalis strain H25 chromosome, complete genome	True	False
FIJ0008_000000003338	7901	0.7127146913372546	7	4	3	4	2	True	101294	fragment	False	CAN0003_000000004189	0.6539453904160174		0	0	False	False	1.0	0					non-mobilizable	plasmid	6392.0	98.45100000000001	98.0	0.05538306766343469	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0117_000000002825	7632	0.7127146913372546	7	4	3	4	2	True	101294	fragment	False	CAN0003_000000004189	0.6319125057551039		0	0	False	False	1.0	0					non-mobilizable	plasmid	7639.0	97.958	99.0	0.06623245971588643	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0070_000000013694	1541	0.7127143563918458	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9313348665194854		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	96.406	94.0	0.005550203238770051	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0167_000000013546	1534	0.7127143563918458	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9214233756159296		0	0	False	False	1.0	0					non-mobilizable	chromosome	1383.0	94.505	96.0	0.0003690129853981267	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0201_000000019764	1506	0.7127143563918458	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9065264965513326		0	0	False	False	0.9926958680152893	0					non-mobilizable	other	1508.0	97.016	100.0	0.005780502128345571	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0239_000000010717	1459	0.7127143563918458	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9189782136701279		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	96.68299999999999	99.0	0.005550203238770051	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0129_000000018627	1452	0.7127143563918458	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9211894665713076		0	0	False	False	0.9993112683296204	0					non-mobilizable	other	1448.0	97.238	99.0	0.005546364923943792	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0398_000000015886	1437	0.7127143563918458	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.818661608102784		0	0	False	False	0.9993041157722473	0					non-mobilizable	other	1375.0	96.655	96.0	0.005273844571279425	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0082_000000023334	1427	0.7127143563918458	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9172871825490161		0	0	False	False	0.9908899664878845	0					non-mobilizable	other	1428.0	96.779	100.0	0.005477275257071135	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
AST0016_000000016972	1403	0.7127143563918458	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8302964788585759		0	0	False	False	0.9992872476577759	0					non-mobilizable	other	1385.0	94.51299999999999	99.0	0.0024930503065802457	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0110_000000016818	1394	0.7127143563918458	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8704971826133007		0	0	False	False	0.9971305727958679	0					non-mobilizable	other	1395.0	97.204	100.0	0.0053506108678045994	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
SPA0098_000000027870	1383	0.7127143563918458	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8559316662128431		0	0	False	False	0.9985538721084595	0					non-mobilizable	other	1384.0	96.821	100.0	0.005308389404715753	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
SPA0144_000000013636	1378	0.7127143563918458	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8433669253062841		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	96.664	100.0	0.00528919783058446	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
USA0004_01_000000016081	1368	0.7127143563918458	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7773263498875206		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	96.64	100.0	0.005246976367495615	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
SPA0134_000000004482	6624	0.7127131804222518	5	5	1	4	5	True	60607	fragment	False	MAD0098_000000005888	0.9381350866706515		0	0	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	3637.0	97.883	100.0	0.0005748874732082832	CP050210.1	enterobacteria	Escherichia coli strain RM-055-WU chromosome	False	True
FIJ0046_000000002748	8547	0.7127010134297562	11	7	6	6	4	False	46996	maximal	True	FIJ0046_000000002748	1.0		1	1	False	False	0.9998829960823059	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000010528	1346	0.7126941736192184	1	1	1	1	1	False	85614	fragment	False	ISR0266_000000014408	0.5273894649047787		0	0	False	False	0.9873700141906738	0					non-mobilizable	chromosome	1356.0	95.133	100.0	0.00037895845758869907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0201_000000001747	5415	0.7126939929804159	9	8	5	7	8	True	114229	fragment	False	CHI0087_000000001017	0.952968777942379		0	0	False	False	1.0	0					non-mobilizable	plasmid	5417.0	99.889	100.0	0.03379880592540781	CP054450.1	enterobacteria	Escherichia coli strain SCU-488 plasmid pSCU-488-1, complete sequence	False	True
TAN0002_000000013835	2661	0.7126931240992359	3	3	3	3	3	False	49354	maximal	True	TAN0002_000000013835	1.0		28	5	False	False	0.9962419867515564	0					non-mobilizable	no_good_hit	263.0	85.171	10.0	0.0014129533452625148	NZ_FUWW01000001.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
AUS0018_000000015746	1787	0.7126877965695609	3	3	3	3	1	False	99949	maximal	True	AUS0018_000000015746	1.0		1	1	False	False	0.9994404315948486	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.182691669166458e-05	NZ_KE384473.1	firmicutes	Lactobacillus psittaci DSM 15354 H628DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0016_000000009495	2388	0.7126786143259498	2	2	2	2	2	False	66797	maximal	True	ENG0016_000000009495	0.9985250737463127		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	72.64399999999999	27.0	0.00015912045860036272	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ITA0011_000000000711	2373	0.7126786143259498	2	2	2	2	2	False	66797	maximal	False	ENG0016_000000009495	0.995393634840871		0	0	False	False	0.992414653301239	0					non-mobilizable	no_good_hit	658.0	72.492	27.0	0.00015912045860036272	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0128_000000030175	1156	0.7126771929345679	2	1	1	1	1	False	31819	maximal	True	ISR0128_000000030175	1.0		14	4	False	False	0.9982699155807495	0					non-mobilizable	other	1091.0	99.45	94.0	0.002309243754449002	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0120_000000007277	3983	0.7126771091637617	3	2	1	2	0	True	32297	maximal	True	ISR0120_000000007277	1.0		2	1	False	False	0.999748945236206	0					non-mobilizable	no_good_hit								True	True
FIJ0041_000000012198	2956	0.7126653853273143	4	3	3	3	3	False	50963	fragment	False	FIJ0041_000000012198	1.0		0	0	False	False	0.9996616840362549	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.523268301963215e-06	CP028922.1	firmicutes	Paenibacillus sp. CAA11 chromosome, complete genome	True	False
AUS0002_000000025922	1446	0.7126644239388468	2	1	1	1	1	False	102788	maximal	True	AUS0002_000000025922	1.0		20	8	False	False	0.9847856163978577	0					non-mobilizable	no_good_hit	501.0	80.04	35.0	0.001965300651693696	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0089_000000010924	3572	0.7126590404886646	5	1	1	1	1	False	5430	maximal	True	SPA0089_000000010924	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000020493	1890	0.7126543710889984	3	1	1	1	1	False	81057	fragment	False	ISR0395_000000020493	0.9562002275312855		0	0	False	False	0.9904761910438538	0					non-mobilizable	no_good_hit	128.0	95.31200000000001	7.0	0.23217550274223034	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	False
MON0105_000000034121	1597	0.7126543710889984	1	1	1	1	1	False	81055	fragment	False	MON0105_000000034121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	73.869	37.0	0.002335256798546243	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0020_000000004322	4465	0.712654049249018	6	3	3	3	2	False	37702	maximal	True	ISR0020_000000004322	1.0		1	1	False	False	0.9982082843780518	0					non-mobilizable	no_good_hit	124.0	76.613	3.0	0.0005021863478804062	CP020938.1	firmicutes	Bacillus cereus strain BC-AK plasmid pBC244 sequence	True	False
ISR0785_000000007410	4237	0.7126405712547143	4	4	4	3	2	False	64785	maximal	True	ISR0785_000000007410	1.0		0	0	False	False	0.9978758692741394	0					non-mobilizable	no_good_hit	298.0	85.235	7.0	0.07308641975308643	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0181_000000000035	97937	0.7126320251614964	91	17	6	13	4	True	127415	maximal	False	SPA0046_000000000019	0.8399305046973019		0	0	False	True	1.0	0					non-mobilizable	virus	32798.0	96.789	94.0	0.33152355242803844	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
USA0031_01_000000003706	8327	0.7126303461981862	9	7	5	5	7	True	127136	maximal	True	USA0031_01_000000003706	1.0		6	3	False	False	0.9980785250663757	0					non-mobilizable	other	4723.0	94.05	97.0	0.001574649545275684	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0083_000000033760	1218	0.7126256555883401	2	2	2	2	1	True	14084	fragment	False	MON0097_000000030734	0.9651386097553195		0	0	False	False	0.9950739145278931	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010503302705183963	NZ_WURB01000008.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold8, whole genome shotgun sequence	True	True
SPA0106_000000014260	2747	0.7126250069648967	4	3	3	1	1	False	108473	maximal	True	SPA0106_000000014260	1.0		5	3	False	False	1.0	0					non-mobilizable	other	2775.0	95.82	100.0	0.0007818127564089186	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0213_000000010802	2373	0.7126250069648967	4	3	3	1	1	False	108472	fragment	False	ISR0213_000000010802	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2298.0	96.91	100.0	0.0006467159633642317	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0140_000000013207	2172	0.7126248450316262	4	3	3	3	3	False	105556	fragment	False	AST0140_000000013207	1.0		0	0	False	False	0.9825046062469482	0					non-mobilizable	no_good_hit	227.0	72.687	10.0	4.4565265831810684e-05	NZ_CP034036.1	enterobacteria	Brenneria nigrifluens DSM 30175 = ATCC 13028 chromosome, complete genome	True	False
ENG0076_000000004122	2865	0.7126236635414003	4	4	4	4	3	False	101554	fragment	False	AUS0010_000000008181	0.997985811099465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	89.355	52.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0180_000000007758	2849	0.7126179032977008	4	4	4	4	3	False	68025	fragment	False	ISR0180_000000007758	0.9659090909090909		0	0	False	False	0.9992979764938354	0					non-mobilizable	other	2868.0	93.72399999999999	100.0	0.0015465475188326965	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
SPA0097_000000003226	8164	0.7126149542553681	12	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.08477458161903621	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7897.0	99.443	99.0	0.21046316294696424	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0291_000000004641	2905	0.7126139101390981	7	2	2	1	1	False	123070	maximal	True	ISR0291_000000004641	1.0		17	4	False	False	0.9996557831764221	0					non-mobilizable	no_good_hit	1561.0	98.463	54.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0047_000000005661	5941	0.7126005650675515	12	5	1	3	4	True	43454	maximal	True	MAD0047_000000005661	1.0		2	1	False	False	0.9989900588989258	0					non-mobilizable	no_good_hit	258.0	84.884	4.0	6.828981236040268e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0385_000000012640	1815	0.7125962827406225	3	2	0	2	0	True	23037	maximal	True	ISR0385_000000012640	1.0		0	0	False	False	0.9994490146636963	0					non-mobilizable	no_good_hit								True	True
FIJ0104_000000001178	16928	0.7125946771013001	24	6	2	6	0	False	42535	maximal	True	FIJ0104_000000001178	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.232312450889999e-06	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AUS0016_000000002751	7665	0.7125929374406921	9	5	4	4	1	False	100657	fragment	False	AUS0016_000000002751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	83.48899999999999	12.0	0.0028965504717109623	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ENG0020_000000014563	1381	0.7125815378866627	2	2	2	2	1	False	66455	fragment	False	ENG0020_000000014563	0.9900383141762452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0062_000000016794	2218	0.7125766161944846	4	3	3	3	2	False	35341	maximal	True	ISR0062_000000016794	1.0		15	8	False	False	0.9986474514007568	0					non-mobilizable	no_good_hit								True	False
MON0079_000000001251	14930	0.7125728737906231	24	7	5	7	6	False	28434	maximal	True	MON0079_000000001251	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2624.0	95.655	88.0	0.0007086811959380481	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0028_000000001820	5731	0.7125718417366365	11	3	1	3	0	False	19024	maximal	True	MAD0028_000000001820	1.0		1	1	False	False	0.9867388010025024	0					non-mobilizable	no_good_hit								True	False
FIJ0140_000000008508	3325	0.7125708975073881	3	3	3	3	2	False	126870	maximal	True	FIJ0140_000000008508	1.0	PS748|PS979	16	1	False	True	1.0	0					non-mobilizable	no_good_hit	1350.0	99.48100000000001	50.0	0.00036475045147669853	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0214_000000019659	1550	0.7125681767723676	3	3	2	3	2	False	28208	fragment	False	ISR0214_000000019659	1.0		0	0	False	False	0.9741935729980469	0					non-mobilizable	no_good_hit	61.0	83.60700000000001	4.0	2.920663107351893e-05	NZ_CP013988.1	firmicutes	Aerococcus urinaeequi strain USDA-ARS-USMARC-56713 chromosome, complete genome	True	False
MAD0080_000000001913	2943	0.7125643089679847	4	4	4	4	2	False	46381	maximal	True	MAD0080_000000001913	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	94.521	2.0	0.024717514124293787	NZ_WNAJ01000067.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold67_size2832, whole genome shotgun sequence	True	False
ISR0253_000000008870	1427	0.7125631276630413	3	2	1	1	2	False	26936	fragment	False	ISR0253_000000008870	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1428.0	97.40899999999999	100.0	0.016246925949540032	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
SPA0026_000000008520	3380	0.7125597388852911	4	4	4	4	4	False	73791	maximal	True	SPA0026_000000008520	1.0		2	1	False	False	0.9905325174331665	0					non-mobilizable	no_good_hit	279.0	77.419	8.0	8.993180608995872e-05	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
AST0118_000000019189	1620	0.712557915193292	3	1	1	1	1	True	105827	maximal	True	AST0118_000000019189	1.0		157	9	False	False	0.9617283940315247	0					non-mobilizable	other	1548.0	100.0	96.0	0.001959718722724503	NZ_CZBZ01000001.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
MON0004_000000009867	3642	0.7125556499777017	5	5	2	3	3	True	14288	fragment	False	MON0004_000000009867	1.0		0	0	False	False	0.9997254014015198	0					non-mobilizable	other	3323.0	94.463	91.0	0.0014936857010750203	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	True
ISR0014_000000007773	4598	0.7125472802895348	4	3	2	3	2	False	38050	fragment	False	ISR0014_000000007773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1370.0	78.029	30.0	0.0003663727663090634	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0177_000000013906	2144	0.7125402447353286	2	1	1	1	1	False	106154	fragment	False	ENG0182_000000012479	0.9398775688675121		0	0	False	False	0.9981343150138855	0					non-mobilizable	no_good_hit	119.0	92.43700000000001	6.0	0.0005309782707353822	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0073_01_000000012443	1106	0.7125373925477617	3	3	3	3	3	False	127425	backbone	False	ISR0200_000000018185	0.2608968708182924	PS1007	0	0	False	True	1.0	0					non-mobilizable	other	1107.0	99.819	100.0	0.8694968553459119	NZ_AJLR01000166.1	firmicutes	Bacillus azotoformans LMG 9581 contig166, whole genome shotgun sequence	False	True
ISR0180_000000007782	2841	0.7125328439325714	5	5	3	4	4	False	122181	fragment	False	FIJ0045_000000007084	0.7725692002486191		0	0	False	False	0.9985920190811157	0					non-mobilizable	other	2840.0	98.62700000000001	99.0	0.04925228132264668	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
MON0029_000000006866	3562	0.7125317233758561	5	5	4	4	4	False	14646	maximal	True	MON0029_000000006866	1.0		27	4	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	72.354	13.0	0.00010294700542127094	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0177_000000003213	7386	0.7125268187245283	15	5	3	5	5	False	55546	maximal	True	ENG0177_000000003213	1.0		1	1	False	False	0.9997292160987854	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	1.4129309206918157e-05	NC_003869.1	firmicutes	Caldanaerobacter subterraneus subsp. tengcongensis MB4, complete sequence	True	False
ISR0346_000000019326	1303	0.7125230942696683	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.14041576322760327		0	0	False	False	1.0	0					non-mobilizable	chromosome	1303.0	90.944	100.0	0.00043622601219749866	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0079_000000003161	9215	0.7125205535397038	13	10	10	9	8	False	44409	maximal	True	FIJ0079_000000003161	1.0		2	2	False	False	0.998589277267456	0					non-mobilizable	chromosome	2926.0	95.762	91.0	0.0011615793166208064	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
SPA0011_000000001462	13802	0.7125172543488685	10	7	5	5	4	True	21363	maximal	True	SPA0011_000000001462	1.0		1	1	False	False	0.999855101108551	0					non-mobilizable	no_good_hit	2864.0	91.585	33.0	0.0007499353843287645	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0366_000000004151	3719	0.7125055944021063	3	3	3	2	2	False	64786	fragment	False	ISR0366_000000004151	0.9717274526434831		0	0	False	False	0.9924710988998413	0					non-mobilizable	no_good_hit	283.0	85.512	7.0	0.06938271604938272	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0315_000000004427	2135	0.7125028702912117	3	2	2	1	2	False	108474	maximal	True	ISR0315_000000004427	1.0		0	0	False	False	0.9845433235168457	0					non-mobilizable	no_good_hit	1778.0	99.55	83.0	0.012608917775948685	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0089_000000013372	1444	0.7124993506345111	3	2	2	2	2	False	68817	maximal	True	DEN0089_000000013372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	408.0	99.02	28.0	0.10024691358024691	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
SPA0093_000000001507	20313	0.7124983114769166	30	19	13	13	17	True	124153	fragment	False	ENG0148_000000001384	0.986328330385794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	18100.0	96.72399999999999	89.0	0.005083306307425371	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0301_000000014219	1393	0.7124944986251988	2	2	2	2	2	True	105375	fragment	False	ISR0301_000000014219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	94.835	100.0	0.0006919208622383065	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ETH0001_000000000548	23145	0.7124888412375714	21	12	11	10	6	True	53613	maximal	True	ETH0001_000000000548	1.0		1	1	False	False	0.9998703598976135	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	0.0	0.002193630035857414	NZ_FOTS01000068.1	firmicutes	Pelosinus propionicus DSM 13327, whole genome shotgun sequence	True	True
ISR0213_000000016799	1609	0.712479673012539	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.21816678160549272		0	0	False	False	1.0	0					non-mobilizable	chromosome	1601.0	99.375	99.0	0.0005645955537394398	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0068_000000021236	1252	0.7124740827792501	2	2	2	2	2	False	62548	fragment	False	ENG0068_000000021236	1.0		0	0	False	False	0.9736421704292297	0					non-mobilizable	other	1266.0	89.021	100.0	0.0056897584348173285	NZ_QICA01000003.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_003, whole genome shotgun sequence	False	False
FIJ0147_000000018098	1223	0.7124714171062486	1	1	1	1	1	False	73386	fragment	False	ISR0262_000000011318	0.32803391626921036		0	0	False	False	0.9934586882591248	0					non-mobilizable	other	1223.0	99.509	100.0	0.14564958283671037	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
MON0110_000000006780	2160	0.7124708527930835	2	1	1	1	1	False	124855	fragment	False	MON0110_000000006780	1.0		0	0	False	False	0.980555534362793	0					non-mobilizable	chromosome	2155.0	96.93700000000001	99.0	0.0006936290238621921	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0003_000000013232	1378	0.7124693893404564	2	2	0	1	1	False	8372	maximal	True	SPA0003_000000013232	1.0		1	1	False	False	0.9891146421432495	0					non-mobilizable	no_good_hit	228.0	88.596	16.0	0.05963060686015831	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	False
MON0004_000000036320	1297	0.7124668791771919	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.25422143649885237		0	0	False	False	1.0	0					non-mobilizable	chromosome	1301.0	94.15799999999999	100.0	0.00045838101519220774	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
DEN0010_000000007591	5423	0.7124646510488716	7	7	7	5	5	False	132017	maximal	True	DEN0010_000000007591	1.0		169	12	False	False	1.0	0					non-mobilizable	other	5423.0	99.79700000000001	100.0	0.0008710655853586438	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
MON0099_000000005603	4854	0.7124631348006282	5	5	2	4	5	False	84024	fragment	False	ISR0822_000000000946	0.6822273445300092		0	0	False	False	1.0	0					non-mobilizable	other	4792.0	99.958	99.0	0.17904256511827796	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
CHI0139_000000002392	4205	0.7124607505730912	5	5	3	5	3	False	131385	maximal	True	CHI0139_000000002392	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	883.0	75.538	21.0	0.001253645148378981	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0182_000000023402	1700	0.7124590611899849	2	2	2	2	2	False	58167	fragment	False	ISR0182_000000023402	1.0		0	0	False	False	0.9988235235214233	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	1.0689378963348675e-05	NZ_BKDH01000001.1	b-proteobacteria	Variovorax boronicumulans strain HAB30 Contig01, whole genome shotgun sequence	True	False
ENG0168_000000019989	1553	0.7124454971413557	3	3	3	3	2	False	124909	fragment	False	AST0012_000000014506	0.7028512072583893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
FIJ0013_000000005411	4685	0.7124418836377318	5	1	1	1	1	False	50655	maximal	True	FIJ0013_000000005411	1.0		71	11	False	False	0.9997865557670593	0					non-mobilizable	no_good_hit	3441.0	97.355	73.0	0.0010698670801370575	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0104_000000006867	4954	0.7124363670636629	4	4	4	3	3	False	127848	maximal	True	SPA0104_000000006867	1.0		1	1	False	False	0.999394416809082	0					non-mobilizable	no_good_hit	784.0	98.98	21.0	0.027397739599006262	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0091_000000000793	26720	0.7124220463547944	28	14	6	9	10	False	114070	maximal	True	ISR0091_000000000793	1.0		2	1	False	False	0.999962568283081	0					non-mobilizable	plasmid	10770.0	93.287	91.0	0.21284425451092118	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0141_000000002307	8700	0.7124204745289324	13	10	3	6	10	True	111505	fragment	False	CHI0071_000000001289	0.9641431125467106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7215.0	93.735	87.0	0.009387445353103525	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0098_000000010976	2126	0.7124156245107233	2	2	2	2	2	False	50475	fragment	False	FIJ0098_000000010976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	81.738	83.0	0.006638087815016887	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
MAD0009_000000005831	1782	0.7124156245107233	3	2	2	2	2	False	50467	fragment	False	MAD0009_000000005831	0.9525413349663197		0	0	False	False	0.9921436309814453	0					non-mobilizable	other	1081.0	83.626	90.0	0.006995323460639127	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	False	False
MON0098_000000033256	1075	0.7124133552602067	1	1	1	1	1	False	123072	fragment	False	ISR0226_000000002328	0.03352612968515383		0	0	False	False	0.9888371825218201	0					non-mobilizable	chromosome	1077.0	91.179	100.0	0.00044229966172724196	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
TAN0007_000000023595	1726	0.7124093537466935	2	2	2	2	2	False	11739	maximal	True	TAN0007_000000023595	1.0		7	2	False	False	0.9924681186676025	0					non-mobilizable	no_good_hit	1175.0	72.34	66.0	0.00369553670588614	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0370_000000006286	4090	0.7124091659822226	4	4	4	3	4	False	86164	fragment	False	SPA0146_000000005496	0.8028762185489763		0	0	False	False	1.0	0					non-mobilizable	chromosome	4093.0	99.73100000000001	100.0	0.000727403560366674	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0189_000000004614	3070	0.7124065615245664	3	3	3	3	2	False	127984	maximal	True	ENG0189_000000004614	1.0		4	2	False	False	0.9996742606163025	0					non-mobilizable	other	3071.0	93.162	100.0	0.011127265607721286	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0208_000000014355	2148	0.7124054962746025	3	2	1	2	1	True	53836	fragment	False	ENG0208_000000014355	1.0		0	0	False	False	0.9990689158439636	0					non-mobilizable	no_good_hit								True	True
SPA0032_000000014775	1931	0.7124054962746025	2	2	1	2	1	True	26559	fragment	False	SPA0032_000000014775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0256_000000009591	1859	0.7124054962746025	2	2	1	2	1	True	26839	fragment	False	ISR0256_000000009591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0113_000000006965	4816	0.7123986612544753	4	4	4	2	2	False	91330	fragment	False	SPA0113_000000006965	0.9882291666666667		0	0	False	False	0.9991694092750549	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
CHI0007_000000001811	4800	0.7123986612544753	4	4	4	2	2	False	91330	fragment	False	SPA0113_000000006965	0.9851536544850499		0	0	False	False	0.997083306312561	0					non-mobilizable	no_good_hit	198.0	77.273	4.0	0.001082021707363325	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
FIJ0091_000000006847	3651	0.7123986612544753	4	4	4	2	2	False	91327	fragment	False	FIJ0091_000000006847	0.9971638229072121		0	0	False	False	0.9953437447547913	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
ISR0372_000000007474	2271	0.7123951790272304	3	2	2	2	1	True	23459	maximal	True	ISR0372_000000007474	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	8.179137783498787e-06	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
MAD0083_000000006520	1595	0.7123929302206014	3	2	1	1	2	False	16097	maximal	True	MAD0083_000000006520	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1251.0	97.682	91.0	0.0004991317104764551	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
FIJ0009_000000026161	1610	0.71238468078871	2	2	2	1	1	False	51204	maximal	True	FIJ0009_000000026161	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000002271	10186	0.712380513569687	11	9	7	8	6	False	19700	maximal	True	MAD0012_000000002271	1.0		1	1	False	False	0.9977419972419739	0					non-mobilizable	no_good_hit	870.0	79.77	9.0	0.00040341574207509594	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0096_000000026970	1673	0.7123804055150113	2	2	2	2	1	False	116800	fragment	False	ISR0159_000000013040	0.5293389879891307		0	0	False	False	1.0	0					non-mobilizable	other	1533.0	99.087	92.0	0.005811858163346598	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0054_000000045564	1134	0.7123796767378232	2	2	2	1	1	False	11101	fragment	False	MON0054_000000045564	1.0		0	0	False	False	0.9876543283462524	0					non-mobilizable	no_good_hit								True	False
MON0052_000000011803	2231	0.7123684211327361	3	2	2	2	2	False	11227	maximal	True	MON0052_000000011803	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	83.117	3.0	1.208999794470035e-05	CP048834.1	a-proteobacteria	Starkeya sp. ORNL1 chromosome, complete genome	True	False
ISR0372_000000010980	1597	0.7123683467242496	2	2	2	2	2	False	70883	maximal	True	ISR0372_000000010980	1.0		19	6	False	False	1.0	0					non-mobilizable	chromosome	1609.0	86.7	99.0	0.0005321553435835226	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0081_000000001211	26907	0.7123657741520231	23	12	8	9	11	False	30391	maximal	True	MON0081_000000001211	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	6691.0	92.572	74.0	0.0027238797272767052	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
ISR0188_000000005458	4028	0.7123636599329815	5	4	3	3	2	False	29272	maximal	True	ISR0188_000000005458	1.0		0	0	False	False	0.9970208406448364	0					non-mobilizable	no_good_hit	1746.0	93.64299999999999	52.0	0.024163568773234202	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ENG0097_000000022486	1398	0.7123630394675258	2	1	1	1	1	False	77967	maximal	False	ISR0026_000000014892	0.9615482126641739		0	0	False	False	0.9978540539741516	0					non-mobilizable	no_good_hit								True	False
ISR0810_000000016850	1128	0.7123603736190917	2	1	1	1	1	False	21698	fragment	False	ISR0810_000000016850	1.0		0	0	False	False	0.993794322013855	0					non-mobilizable	no_good_hit	705.0	76.312	62.0	0.00020925119085003253	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0024_000000024636	1456	0.7123601618598896	2	2	2	2	2	False	122088	fragment	False	AST0024_000000024636	0.996551724137931		0	0	False	False	0.9979395866394043	0					non-mobilizable	chromosome	1482.0	73.482	100.0	0.00043121894875572896	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
FIJ0021_000000015612	3175	0.7123526124699935	3	3	3	2	2	False	49657	fragment	False	FIJ0021_000000015612	1.0		0	0	False	False	0.9987401366233826	0					non-mobilizable	no_good_hit	146.0	77.39699999999999	5.0	4.719995352619961e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
SPA0036_000000004995	4490	0.7123465799704253	6	5	5	4	4	False	96123	maximal	True	SPA0036_000000004995	1.0		15	6	False	False	0.9995545744895935	0					non-mobilizable	no_good_hit	3077.0	98.73299999999999	69.0	0.0007423586055435557	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
FIJ0011_000000037229	1245	0.7123458043446406	2	2	2	2	2	False	50879	maximal	True	FIJ0011_000000037229	1.0		23	6	False	False	0.9967871308326721	0					non-mobilizable	other	1276.0	79.31	99.0	0.00037976643009316174	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0042_000000015322	2008	0.712339648822261	3	3	2	2	2	False	68436	fragment	False	ISR0042_000000015322	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2006.0	97.65700000000001	99.0	0.0005649245855292438	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0093_000000023251	1392	0.7123393045804333	2	2	2	2	2	False	42257	fragment	False	MAD0093_000000023251	0.9877081681205393		0	0	False	False	0.9647988677024841	0					non-mobilizable	chromosome	1373.0	96.06700000000001	99.0	0.00047613537023533494	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0127_000000005504	4621	0.7123342381625734	5	4	2	3	4	False	58746	maximal	True	ENG0127_000000005504	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	82.01899999999999	65.0	0.006342476039044212	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	True	False
MON0045_000000004194	5924	0.7123334587336801	4	2	2	2	1	False	11580	maximal	True	MON0045_000000004194	1.0		26	8	False	False	1.0	0					non-mobilizable	other	5925.0	99.00399999999999	100.0	0.012017470367117086	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0109_000000024043	1502	0.7123332688203721	2	2	2	1	2	False	8494	maximal	True	MON0109_000000024043	1.0		73	10	False	False	0.9960052967071533	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	0.0014518827131269135	NZ_VWXL01000074.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_74, whole genome shotgun sequence	True	False
CAN0013_000000002023	14395	0.7123264323673192	12	11	7	10	9	False	119754	fragment	False	CAN0010_000000000978	0.6335572717188841		0	0	False	False	0.9984716773033142	0					non-mobilizable	chromosome	8802.0	99.15899999999999	100.0	0.0014034092911403748	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0042_000000016613	1874	0.7123257630586091	3	1	1	1	1	False	36359	fragment	False	ISR0042_000000016613	1.0		0	0	False	False	0.9834578633308411	0					non-mobilizable	no_good_hit								True	False
ENG0059_000000001300	9151	0.7123229084268163	11	10	9	7	4	True	122465	maximal	True	ENG0059_000000001300	1.0	PS871	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2381.0	95.25399999999999	36.0	0.4012814027988535	NZ_CYZO01000067.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MON0080_000000020742	2463	0.712321062612322	3	3	2	3	2	False	94749	fragment	False	FIJ0140_000000012476	0.9578904469466819		0	0	False	False	0.9841656684875488	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
FIJ0024_000000001737	11241	0.7123150089161483	11	3	3	1	1	False	71153	fragment	False	FIJ0024_000000001737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	70.635	9.0	0.00038166546570835816	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	True	False
ISR0039_000000002457	9796	0.7123150089161483	9	3	3	1	1	False	71152	maximal	True	ISR0039_000000002457	1.0		6	3	False	False	0.9998978972434998	0					non-mobilizable	no_good_hit	1008.0	70.635	10.0	0.00038166546570835816	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	True	False
ISR0246_000000001543	8208	0.7123150089161483	6	3	3	1	1	False	63020	fragment	False	ISR0246_000000001543	1.0		0	0	False	False	0.997563362121582	0					non-mobilizable	no_good_hit	1008.0	70.635	12.0	0.00038166546570835816	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	True	False
ENG0105_000000002565	7049	0.7123150089161483	4	3	3	1	1	False	63019	fragment	False	ENG0105_000000002565	1.0		0	0	False	False	0.9988650679588318	0					non-mobilizable	no_good_hit	1008.0	70.536	14.0	0.00038166546570835816	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	True	False
ISR0844_000000003515	3856	0.7123128485859713	3	3	3	3	2	False	20720	maximal	True	ISR0844_000000003515	1.0		8	4	False	False	1.0	0					non-mobilizable	other	3856.0	99.066	100.0	0.004176779058680766	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
MAD0083_000000009169	1146	0.7123082334560153	2	2	2	2	2	False	95987	fragment	False	ISR0316_000000017359	0.7113844069009385		0	0	False	False	0.9965096116065979	0					non-mobilizable	no_good_hit	255.0	95.294	22.0	6.775629820133704e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0087_000000004745	2650	0.712303342217928	4	4	4	4	4	False	68892	maximal	True	DEN0087_000000004745	1.0		477	13	False	False	0.994717001914978	0					non-mobilizable	no_good_hit	1794.0	97.993	87.0	0.003944682049386627	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0047_000000017246	1787	0.712300630578323	1	1	1	1	1	False	46877	fragment	False	FIJ0047_000000017246	1.0		0	0	False	False	0.9994404315948486	0					non-mobilizable	no_good_hit	1347.0	99.48	84.0	0.00043099487128911337	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0052_000000023617	1404	0.712300630578323	1	1	1	1	1	False	63942	fragment	False	ENG0052_000000023617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	74.377	81.0	0.001505471633364407	NZ_LT707418.1	firmicutes	Peptoniphilus urinimassiliensis strain Marseille-P3195T, whole genome shotgun sequence	True	False
ENG0194_000000017791	1489	0.7122981845236612	2	2	1	2	1	False	56990	fragment	False	ENG0194_000000017791	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	98.455	100.0	0.008221584975716487	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
ENG0067_000000022179	1159	0.7122927255647825	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.18240707085752353		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	96.09	99.0	0.0003193539608222115	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0051_000000009706	4226	0.7122885847687348	4	4	4	4	4	False	82042	maximal	False	ISR0194_000000005261	0.9887699382574135		0	0	False	False	0.9921911954879761	0					non-mobilizable	other	3799.0	98.84200000000001	99.0	0.10655070837424603	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
ENG0036_000000006917	3333	0.7122826517287847	5	3	2	2	3	False	65325	maximal	False	FIJ0081_000000010089	0.9840119067920547		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	49.0	97.959	3.0	3.914309246740114e-05	NZ_CWHU01000005.1	firmicutes	Anaerococcus jeddahensis strain SB3, whole genome shotgun sequence	True	True
USA0125_01_000000007396	3333	0.7122826517287847	5	3	2	2	3	False	65325	maximal	False	FIJ0081_000000010089	0.9761227897760355		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	49.0	97.959	3.0	3.914309246740114e-05	NZ_CWHU01000005.1	firmicutes	Anaerococcus jeddahensis strain SB3, whole genome shotgun sequence	True	True
ISR0131_000000008555	3314	0.7122826517287847	4	3	2	2	3	False	65325	maximal	False	FIJ0081_000000010089	0.9814832547831948		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	58.0	91.37899999999999	4.0	2.419888719688733e-05	NZ_FLKP01000002.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	True
FIJ0006_000000019521	1913	0.7122732014780881	3	3	3	2	1	False	51708	fragment	False	ISR0046_000000017350	0.9441386097599761		0	0	False	False	1.0	0					non-mobilizable	chromosome	1913.0	99.21600000000001	100.0	0.0010589600369971394	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
FIJ0136_000000005899	4416	0.7122705813142158	5	4	4	4	4	False	46862	maximal	True	FIJ0136_000000005899	1.0		4	1	False	False	0.9968296885490417	0					non-mobilizable	no_good_hit	704.0	95.59700000000001	55.0	0.0001892700637758999	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0040_000000003502	6786	0.7122702304689487	6	2	2	2	1	False	84615	maximal	True	FIJ0040_000000003502	1.0	PS419	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	267.0	83.146	7.0	0.0020814181395590863	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0071_000000001068	6017	0.7122702304689487	6	2	2	2	1	False	84613	fragment	False	MAD0071_000000001068	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	232.0	90.086	7.0	6.028709997441799e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0080_000000008731	4727	0.7122702304689487	5	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.23178966783685426	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	130.0	96.154	4.0	3.441166325973416e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0007_000000011441	4589	0.7122702304689487	5	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.23591483396153895	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	120.0	95.0	3.0	3.174409246440594e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0100_000000008578	4502	0.7122702304689487	5	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.23319456032046607	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0057_000000006458	4456	0.7122702304689487	5	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.2125267108135134	PS419	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	105.0	95.238	5.0	0.000901947860475604	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0100_000000008541	4351	0.7122702304689487	6	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.17015069148265394	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.716751479262379e-07	LR792822.1	monocots	Digitaria exilis annotation	True	True
ISR0206_000000006212	4103	0.7122702304689487	4	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.21337961794640992	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	9.275128642274081e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	True
FIJ0051_000000005152	4037	0.7122702304689487	5	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.15186184269329595	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	146.0	91.781	4.0	3.867977653225933e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0059_000000004746	3985	0.7122702304689487	5	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.1510144166427596	PS419	0	0	False	True	0.9982433915138245	0					non-mobilizable	no_good_hit	163.0	92.63799999999999	4.0	4.321464688431732e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0076_000000001843	3976	0.7122702304689487	4	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.19094770602506636	PS419	0	0	False	True	0.9982394576072693	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	7.520374574816822e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	True
MAD0064_000000004683	3967	0.7122702304689487	5	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.1514109121482184	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	2.0	2.0807052203560193e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0016_000000001173	3846	0.7122702304689487	3	2	2	2	1	False	101190	fragment	False	CHI0016_000000001173	0.974635082155241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	90.805	3.0	2.2674351760289953e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0101_000000007324	3779	0.7122702304689487	4	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.0851265440980574	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	83.0	96.38600000000001	2.0	0.015329968218358572	KU547019.1	bacteria	Uncultured bacterium clone TE_05X_000_Contig_1 genomic sequence	True	True
ENG0170_000000002255	4948	0.7122693106948017	9	8	7	6	6	True	123583	fragment	False	ENG0170_000000002255	1.0		0	0	False	True	0.9997978806495667	0					non-mobilizable	plasmid	4948.0	100.0	100.0	0.041440143411209863	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0376_000000019759	1261	0.71226910290088	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.030555373256990873		0	0	False	False	0.993655800819397	0					non-mobilizable	other	861.0	96.98	94.0	0.0017982715682809988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0070_000000015084	1340	0.7122613583831741	2	2	2	2	2	False	57777	fragment	False	ENG0140_000000013059	0.9417251366915783		0	0	False	False	0.9977611899375916	0					non-mobilizable	plasmid	1340.0	99.552	100.0	0.005495136865432757	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MON0068_000000030253	1397	0.7122605105530432	3	2	2	1	1	True	59660	maximal	True	MON0068_000000030253	1.0		54	7	False	False	0.9992842078208923	0					non-mobilizable	other	1274.0	97.645	91.0	0.0005336194953460248	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
FIJ0100_000000005415	3612	0.7122559236185432	5	4	4	4	4	False	68549	maximal	True	FIJ0100_000000005415	0.9896150650789255		156	12	False	False	0.9975082874298096	0					non-mobilizable	other	3611.0	99.446	99.0	0.009034418381162361	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
AST0012_000000012974	1769	0.7122453098720265	2	2	1	2	1	True	125101	maximal	True	AST0012_000000012974	1.0		50	7	False	False	0.9903900623321533	0					non-mobilizable	no_good_hit								True	True
ISR0062_000000011237	3112	0.7122358611312145	4	3	3	3	2	False	35356	maximal	True	ISR0062_000000011237	1.0		1	1	False	False	0.9803984761238098	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	8.425116958677208e-06	NZ_CP029364.1	firmicutes	Bacillus halotolerans strain ZB201702 chromosome, complete genome	True	False
ISR0361_000000011099	1351	0.7122345853424626	1	1	1	1	1	False	23745	fragment	False	ISR0361_000000011099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	84.848	10.0	4.504188551521728e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
CHI0073_000000003837	2258	0.7122304739702564	2	2	2	2	2	False	114081	maximal	True	CHI0073_000000003837	1.0		17	6	False	False	0.9915854930877686	0					non-mobilizable	no_good_hit	1464.0	96.721	65.0	0.002339796695177108	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
AST0150_000000010477	2651	0.7122151988775542	3	3	3	3	3	False	104161	maximal	True	AST0150_000000010477	1.0		17	2	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	783.0	88.633	56.0	0.0013096364328062243	NZ_FPKO01000008.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ISR0279_000000005881	3345	0.7122144125103508	4	3	3	3	3	False	125704	maximal	True	ISR0279_000000005881	1.0		588	14	False	False	0.9976083636283875	0					non-mobilizable	chromosome	2364.0	96.48899999999999	99.0	0.0007950353709957498	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0166_000000011166	1848	0.7122111298448957	1	1	0	1	1	True	30211	fragment	False	ISR0166_000000011166	1.0		0	0	False	False	0.9994588494300842	0					non-mobilizable	no_good_hit								True	True
ENG0029_000000016727	1480	0.7122111298448957	1	1	0	1	1	False	65781	fragment	False	ENG0029_000000016727	1.0		0	0	False	False	0.9844594597816467	0					non-mobilizable	no_good_hit								True	False
ISR0166_000000001740	8235	0.7122046767086472	9	3	1	3	0	True	116910	fragment	False	ISR0032_000000003689	0.9851810835197278		0	0	False	False	0.9947783946990967	0					non-mobilizable	no_good_hit	80.0	98.75	2.0	2.1360478626137278e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0032_000000003689	7977	0.7122046767086472	9	3	1	3	0	True	116910	fragment	False	ISR0032_000000003689	0.9860324427950058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	96.429	3.0	4.029353404731156e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0054_000000002987	7973	0.7122046767086472	9	3	1	3	0	True	116910	fragment	False	ISR0032_000000003689	0.9857197348279333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	96.429	3.0	4.029353404731156e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0301_000000001900	7784	0.7122046767086472	9	3	1	3	0	True	116910	fragment	False	ISR0032_000000003689	0.9698665831072415		0	0	False	False	0.9955036044120789	0					non-mobilizable	no_good_hit	175.0	97.714	2.0	5.201869922758211e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ENG0087_000000004212	6559	0.7122046767086472	10	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.9910162100797191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	97.0	4.0	4.406513806631492e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ENG0130_000000004465	6408	0.7122046767086472	9	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.9851598419367926		0	0	False	False	0.999843955039978	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	6.98019057710068e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
MON0066_000000003663	6396	0.7122046767086472	9	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.98452821932602		0	0	False	False	0.9929643273353577	0					non-mobilizable	no_good_hit	197.0	97.97	3.0	5.8595776141414326e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ENG0058_000000004291	6388	0.7122046767086472	9	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.9827548729475338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	6.890700954317338e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
MON0092_000000007195	6379	0.7122046767086472	9	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.9855875084159218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	97.97	3.0	5.8595776141414326e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MON0053_000000005145	5900	0.7122046767086472	8	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.8960237510462414		0	0	False	False	0.9991525411605835	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	4.3732245710438857e-07	LR812106.1	birds	Erithacus rubecula genome assembly, chromosome: 4	True	True
ISR0111_000000002677	5844	0.7122046767086472	8	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.8425227953150427		0	0	False	False	0.9998288750648499	0					non-mobilizable	no_good_hit	88.0	97.727	2.0	2.352356506929042e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0211_000000005318	5775	0.7122046767086472	8	3	1	3	0	True	59756	fragment	False	ENG0211_000000005318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	2.2900641652788588e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0376_000000003421	5378	0.7122046767086472	7	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.4864434831934347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	98.485	1.0	1.7575077350619278e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0097_000000004338	5372	0.7122046767086472	6	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.4310335978273211		0	0	False	False	0.9998138546943665	0					non-mobilizable	no_good_hit	88.0	97.727	2.0	2.352356506929042e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0035_000000002995	5313	0.7122046767086472	6	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.36932780802373677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	95.455	3.0	2.0063962044583056e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
SPA0013_000000004689	5306	0.7122046767086472	6	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.4287084561608381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	96.84200000000001	2.0	2.5416265707049416e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0075_000000002670	5295	0.7122046767086472	6	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.42802953893061735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	96.875	2.0	2.568665151244356e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0076_000000002103	5283	0.7122046767086472	6	3	1	3	0	True	116908	fragment	False	ISR0827_000000001364	0.42760867576837447		0	0	False	False	0.9977285861968994	0					non-mobilizable	no_good_hit	71.0	98.59200000000001	1.0	1.892700637758999e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CAN0020_000000016722	2195	0.7122043910353737	2	2	1	1	2	False	110265	maximal	False	FIJ0108_000000008066	0.557511677494978		0	0	False	False	1.0	0					non-mobilizable	chromosome	2195.0	99.271	100.0	0.0007384875545997778	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0022_000000009182	4021	0.7122008491711618	3	3	0	3	0	True	129128	fragment	False	DEN0022_000000009182	1.0		0	0	False	False	0.9987565279006958	0					non-mobilizable	no_good_hit	871.0	84.38600000000001	21.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0127_000000008490	2779	0.7121984467717191	5	4	4	4	3	False	114518	fragment	False	ENG0170_000000003849	0.8417229728886513		0	0	False	False	0.9895645976066589	0					non-mobilizable	chromosome	2753.0	97.93	99.0	0.0007827810915131397	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0116_000000010812	3561	0.7121946385595974	4	2	2	2	1	True	65986	maximal	True	SPA0116_000000010812	1.0		41	6	False	False	1.0	0					non-mobilizable	other	3561.0	100.0	100.0	0.0010783477168561802	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
SPA0103_000000005234	2988	0.7121946385595974	3	2	2	2	1	True	62265	maximal	True	SPA0103_000000005234	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	2310.0	95.758	77.0	0.005233215956320333	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	True
ENG0086_000000008540	2971	0.7121946385595974	5	2	2	2	1	True	81249	fragment	False	ENG0086_000000008540	0.9877062984169753		0	0	False	False	1.0	0					non-mobilizable	other	1918.0	83.837	99.0	0.0005776430045069482	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
SPA0022_000000004578	2969	0.7121946385595974	5	2	2	2	1	True	81249	fragment	False	ENG0086_000000008540	0.9873779872096937		0	0	False	False	1.0	0					non-mobilizable	other	1980.0	83.99	99.0	0.0005964232175533199	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0172_000000008584	2532	0.7121946385595974	2	2	2	2	1	True	55741	fragment	False	ENG0172_000000008584	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2532.0	99.961	100.0	0.000766656761618818	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0143_000000008112	2303	0.7121946385595974	2	2	2	2	1	True	57617	maximal	True	ENG0143_000000008112	1.0		1	1	False	False	0.9991315603256226	0					non-mobilizable	no_good_hit	1969.0	94.15899999999999	88.0	0.004460024170746141	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	True
ENG0024_000000012385	2179	0.7121946385595974	2	2	2	2	1	True	99586	fragment	False	ENG0024_000000012385	1.0		0	0	False	False	0.9995410442352295	0					non-mobilizable	other	2179.0	100.0	100.0	0.0006595744745284027	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MON0015_000000021970	1722	0.7121940123035151	2	2	2	2	2	False	93549	fragment	False	SPA0027_000000017373	0.43651084487053265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1405.0	73.381	80.0	0.000459787602362487	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0113_000000009967	2536	0.7121892573693739	3	2	2	2	2	False	41954	fragment	False	FIJ0113_000000009967	1.0		0	0	False	False	0.9921135902404785	0					non-mobilizable	no_good_hit	1299.0	78.06	81.0	0.03840568973181212	NZ_LFQU01000030.1	CFB group bacteria	Prevotella rara strain 109 contig00030, whole genome shotgun sequence	True	False
FIJ0089_000000004514	4996	0.7121737828432064	6	4	3	4	3	False	45100	maximal	True	FIJ0089_000000004514	1.0		36	3	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	89.671	17.0	0.011711053857070032	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0048_000000018116	1831	0.7121734081667432	2	2	2	2	2	False	124020	fragment	False	FIJ0048_000000018116	1.0		0	0	False	False	0.9961769580841064	0					non-mobilizable	no_good_hit	1516.0	96.17399999999999	83.0	0.00042071413099621776	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0096_000000006509	4968	0.7121734043627388	7	7	5	7	5	False	75936	fragment	False	MON0063_000000005382	0.7046512750385292		0	0	False	True	0.9905394315719604	0					non-mobilizable	no_good_hit	813.0	78.598	28.0	0.0036826125154200864	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
USA0036_01_000000001839	19471	0.7121729203428515	28	9	3	9	2	False	7656	maximal	True	USA0036_01_000000001839	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0833_000000004171	1714	0.7121725857381568	3	3	3	3	3	False	35112	fragment	False	SPA0142_000000013771	0.5795323081217665		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	98.13	99.0	0.02726968281053152	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
AST0087_000000013075	2774	0.71216883000947	3	2	2	2	2	False	122637	fragment	False	MON0061_000000013382	0.7467011923138074		0	0	False	False	1.0	0					non-mobilizable	other	2779.0	94.99799999999999	100.0	0.001076865919894544	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
MON0033_000000035149	1733	0.71216883000947	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.7841124687344742		0	0	False	False	0.9994229674339294	0					non-mobilizable	other	1770.0	83.164	100.0	0.0004713182366782728	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
FIJ0100_000000002801	7225	0.7121677842312009	8	3	2	3	1	False	101324	fragment	False	FIJ0035_000000001207	0.105456109361435		0	0	False	False	0.9997231960296631	0					non-mobilizable	no_good_hit	164.0	87.195	4.0	4.268113272525168e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0787_000000002017	5955	0.7121677842312009	8	3	2	3	1	False	96277	fragment	False	ISR0787_000000002017	0.9678027059427984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0793_000000002111	5839	0.7121677842312009	7	3	2	3	1	False	96277	fragment	False	ISR0787_000000002017	0.9615449202350965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.9572179086326045e-06	NZ_LT906469.1	high GC Gram+	Mycolicibacter terrae strain NCTC10856 chromosome 1	True	False
SPA0125_000000020806	1577	0.7121673540191821	2	2	2	1	1	False	4014	fragment	False	SPA0125_000000020806	1.0		0	0	False	False	0.9949270486831665	0					non-mobilizable	no_good_hit	103.0	84.46600000000001	6.0	3.749375413452165e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0840_000000011968	1463	0.7121657523942626	3	1	1	1	1	False	122136	fragment	False	AST0019_000000019239	0.2313995771450538		0	0	False	False	0.969924807548523	0					non-mobilizable	other	1416.0	95.48	97.0	0.023798619239054842	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
MON0038_000000024792	1390	0.7121657523942626	3	1	1	1	1	False	75574	maximal	True	MON0038_000000024792	1.0		0	0	False	False	0.9920863509178162	0					non-mobilizable	no_good_hit	1217.0	95.727	88.0	0.020423048869438368	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ISR0392_000000030626	1153	0.7121657523942626	3	1	1	1	1	False	22787	fragment	False	ISR0392_000000030626	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1044.0	95.69	91.0	0.017488507794344646	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
SPA0064_000000007786	2772	0.7121588127301863	4	3	2	1	2	True	68929	maximal	True	SPA0064_000000007786	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	81.04899999999999	48.0	0.00029577054792996225	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
CHI0135_000000014402	1321	0.7121455767067206	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.26701302903045765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1324.0	92.9	100.0	0.00044497745997306576	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0091_000000017286	1220	0.7121455767067206	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.23346660256306914		0	0	False	False	1.0	0					non-mobilizable	chromosome	1221.0	92.465	100.0	0.00041064485716122556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0052_000000024007	1865	0.7121448037395894	3	3	2	3	1	False	74499	maximal	True	DEN0052_000000024007	1.0		14	6	False	False	0.9957104325294495	0					non-mobilizable	no_good_hit								True	False
ENG0049_000000002007	9487	0.7121397206440179	6	5	4	3	4	False	64200	maximal	True	ENG0049_000000002007	1.0		11	3	False	False	0.9998946189880371	0					non-mobilizable	no_good_hit	7378.0	96.381	78.0	0.0013544755176943173	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0225_000000009678	1991	0.7121394810608814	2	2	2	2	2	False	116782	fragment	False	ISR0079_000000011824	0.46085263038724605		0	0	False	False	0.9979909658432007	0					non-mobilizable	other	1985.0	98.338	99.0	0.018187485103496322	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0090_000000000413	29337	0.7121356985297541	24	14	7	14	7	True	33693	maximal	True	ISR0090_000000000413	1.0		3	1	False	False	1.0	0					non-mobilizable	other	8658.0	97.089	99.0	0.0023396483740755173	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
FIJ0108_000000014576	1599	0.7121269380956915	3	2	1	2	1	False	70140	fragment	False	DEN0073_000000030317	0.7907162321771569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	6.283615472655052e-06	NZ_JACCCC010000001.1	high GC Gram+	Spinactinospora alkalitolerans strain CXB654 Ga0415162_01, whole genome shotgun sequence	True	False
CHI0153_000000000557	23668	0.7121252749717378	19	8	6	7	3	True	101265	maximal	False	ISR0049_000000000647	0.6970648063753833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	0.0	0.0037919411674582505	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0263_000000012149	1330	0.7121234918849965	1	1	1	1	1	False	26642	fragment	False	ISR0263_000000012149	0.9923838537699925		0	0	False	False	0.9864661693572998	0					non-mobilizable	chromosome	1330.0	99.925	100.0	0.0004188976090055736	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0151_000000013123	1251	0.7121222042723586	3	2	2	2	2	False	103626	maximal	True	AST0151_000000013123	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1251.0	95.604	100.0	0.008106460524779828	NZ_NFLJ01000001.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_1, whole genome shotgun sequence	False	False
ENG0043_000000002735	9994	0.7121205923602105	11	6	3	5	4	False	64643	maximal	True	ENG0043_000000002735	1.0		1	1	False	False	0.9998999238014221	0					non-mobilizable	no_good_hit	1289.0	84.639	13.0	0.0005707586806415524	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0354_000000008452	2289	0.7121189228442908	2	2	1	2	1	False	87261	maximal	False	CHI0044_000000005689	0.943503937007874		0	0	False	False	0.9829620122909546	0					non-mobilizable	no_good_hit								True	False
MAD0011_000000009986	1408	0.7121067624045982	4	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.5811908007432613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	91.601	50.0	0.008662857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0157_000000014417	1328	0.7121067624045982	3	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.6158929577282114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	91.475	46.0	0.009874285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0130_000000017822	1160	0.7121067624045982	3	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.21262283392375522		0	0	False	False	0.9991379380226135	0					non-mobilizable	no_good_hit	296.0	90.541	39.0	0.00672	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0146_000000018315	1158	0.7121067624045982	3	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.21248209686216912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	90.508	39.0	0.006697142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0203_000000002740	6725	0.7120993466072667	7	4	2	4	2	False	122858	fragment	False	ISR0076_000000002357	0.3410259909935044		0	0	False	False	0.9989591240882874	0					non-mobilizable	no_good_hit	780.0	93.205	12.0	0.00027100586579493114	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0192_000000018377	1254	0.7120953687359285	2	2	2	2	2	False	54629	fragment	False	ENG0192_000000018377	1.0		0	0	False	False	0.99920254945755	0					non-mobilizable	no_good_hit	392.0	79.337	31.0	0.0008969290529119146	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	False
ENG0018_000000017876	1241	0.7120882171915255	3	2	2	2	2	False	66586	fragment	False	ENG0018_000000017876	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.913	92.0	0.0004482347667826273	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0127_000000005649	3571	0.7120878268442773	5	5	3	3	2	False	111361	maximal	True	CHI0127_000000005649	0.9587037568110124		23	7	False	False	0.9988798499107361	0					non-mobilizable	other	3572.0	98.544	100.0	0.025371946627257613	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
MON0031_000000003904	9114	0.7120865669986958	10	7	7	7	7	False	12476	maximal	True	MON0031_000000003904	1.0		1	1	False	False	0.9989027976989746	0					non-mobilizable	chromosome	3614.0	98.67200000000001	96.0	0.0009876873954358073	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
CHI0157_000000003026	3240	0.7120786329450951	3	3	2	3	2	True	101123	fragment	False	CHI0157_000000003026	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3237.0	99.93799999999999	99.0	0.0010995892850528914	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ENG0011_000000005553	4515	0.7120776024537392	4	3	3	3	3	False	67225	maximal	True	ENG0011_000000005553	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit	808.0	72.896	18.0	0.0003487504793669893	CP024703.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 2305 chromosome, complete genome	True	True
SPA0053_000000020736	1592	0.7120681529258159	3	3	2	2	0	False	6472	maximal	True	SPA0053_000000020736	1.0		50	9	False	False	0.9987437129020691	0					non-mobilizable	no_good_hit	903.0	94.241	89.0	0.00024172092434939017	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0077_000000015049	2230	0.7120675299176098	3	2	2	1	2	False	96006	fragment	False	ISR0037_000000009370	0.9653736635964645		0	0	False	False	0.9986547231674194	0					non-mobilizable	no_good_hit	593.0	76.89699999999999	26.0	0.0035996896819239723	NZ_FMXR01000010.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
ENG0137_000000007787	2117	0.7120564857064069	3	2	2	2	2	False	57974	fragment	False	ENG0137_000000007787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00011156095366621682	CP014361.1	g-proteobacteria	Methylomonas sp. DH-1 plasmid, complete sequence	True	False
ENG0116_000000019765	1213	0.7120505493928414	3	2	2	1	1	True	87079	fragment	False	MON0032_000000016300	0.07433135325473143		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	93.444	100.0	0.0003742512641479733	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0802_000000005079	2943	0.7120460766936796	4	3	3	3	3	False	89455	fragment	False	ISR0802_000000005079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2213.0	99.955	75.0	0.11249555001779993	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
ISR0351_000000004752	2807	0.7120436745315181	4	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.6104549919025881		0	0	False	False	1.0	0					non-mobilizable	other	1881.0	96.119	98.0	0.03721692550618617	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
FIJ0123_000000021360	1574	0.7120430894325127	2	1	1	1	1	False	41312	maximal	True	FIJ0123_000000021360	1.0		2	1	False	False	0.9955527186393738	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00024739320859828843	NZ_UXAU01000024.1	high GC Gram+	Arthrobacter ulcerisalmonis isolate aT11b, whole genome shotgun sequence	True	False
ISR0309_000000003749	4397	0.7120383190088679	5	2	2	2	1	True	69081	maximal	True	ISR0309_000000003749	1.0		1	1	True	True	0.9988628625869751	2					non-mobilizable	no_good_hit								True	True
CAN0011_000000012891	2364	0.7120300535514094	5	3	1	1	3	True	94483	fragment	False	CAN0011_000000012891	1.0		0	0	False	False	0.9949238300323486	0					non-mobilizable	chromosome	1151.0	93.65799999999999	92.0	0.0001772589143893392	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ENG0196_000000005691	1960	0.712028220059646	1	1	1	1	1	False	54418	maximal	True	ENG0196_000000005691	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0001_000000009786	4839	0.7120215100184366	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.4388361542652635		0	0	False	False	1.0	0					non-mobilizable	chromosome	4839.0	98.32600000000001	100.0	0.0021352369733324975	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0126_000000023768	1658	0.7120208162421892	3	2	2	2	2	False	77613	fragment	False	FIJ0126_000000023768	0.9901023748628591		0	0	False	False	0.9975874423980713	0					non-mobilizable	other	1658.0	95.476	100.0	0.0004988909686884949	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0081_000000002432	17318	0.7120158071833058	16	5	4	3	1	True	132160	fragment	False	SPA0132_000000001387	0.6745790938273567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.227	3.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0069_000000001514	16200	0.7120158071833058	15	5	4	3	1	True	132160	fragment	False	SPA0132_000000001387	0.6594237718876657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0142_000000024720	1398	0.7120147290837718	2	2	2	2	0	True	57660	maximal	True	ENG0142_000000024720	1.0		3	2	False	False	0.9828326106071472	0					non-mobilizable	no_good_hit	162.0	99.383	12.0	4.353211466845698e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0040_000000029201	1181	0.7120139257071596	2	1	1	1	1	False	18318	fragment	False	MAD0040_000000029201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0069_000000038255	1377	0.712005828657503	3	2	2	2	2	False	81147	fragment	False	MON0069_000000038255	0.9786936365358895		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	72.378	41.0	0.0001547131976666836	NZ_CP019400.1	high GC Gram+	Acidipropionibacterium acidipropionici strain WSH1105 chromosome, complete genome	True	False
ISR0189_000000002065	5009	0.7120041185068716	5	4	4	4	4	False	122437	maximal	True	ISR0189_000000002065	1.0	PS871	1	1	False	True	0.9970054030418396	0					non-mobilizable	no_good_hit	2320.0	93.23299999999999	46.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0008_000000003232	8092	0.7120026928752186	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.4432730841138442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	81.289	10.0	0.003650198400087169	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0119_000000002010	7917	0.7120026928752186	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.4425636104880307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	84.494	8.0	0.00285569004185924	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0140_000000003019	7819	0.7120026928752186	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.3659840297193078		0	0	False	False	0.9996163249015808	0					non-mobilizable	no_good_hit	516.0	80.62	6.0	0.002324504453786854	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0015_000000002159	6367	0.7120026928752186	7	4	3	4	1	False	84618	fragment	False	MAD0045_000000004276	0.6517702596380802		0	0	False	True	0.9971729516983032	0					non-mobilizable	no_good_hit	750.0	82.93299999999999	12.0	0.0001995342954905516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0032_000000003123	6073	0.7120026928752186	7	4	3	4	1	False	96272	fragment	False	MAD0089_000000002262	0.5794242465649653		0	0	False	False	0.9981886744499207	0					non-mobilizable	no_good_hit	906.0	83.99600000000001	15.0	0.004095123080694809	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
SPA0003_000000002852	6065	0.7120026928752186	7	4	3	4	1	False	96272	fragment	False	MAD0089_000000002262	0.5396049373567701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	84.154	12.0	0.003395955725454232	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0092_000000002907	5776	0.7120026928752186	6	4	3	4	1	False	84611	backbone	True	MAD0092_000000002907	0.7258481584989742	PS419	3	2	False	True	0.9996537566184998	0					non-mobilizable	no_good_hit	787.0	83.48200000000001	14.0	0.0002088707932742004	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0839_000000002594	5694	0.7120026928752186	6	4	3	4	1	False	96272	fragment	False	MAD0089_000000002262	0.42054926322463126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	84.537	15.0	0.004008862173230062	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0054_000000005808	5639	0.7120026928752186	6	4	3	4	1	False	96272	fragment	False	MAD0089_000000002262	0.44494006804582337		0	0	False	False	0.9991133213043213	0					non-mobilizable	no_good_hit	875.0	85.714	15.0	0.003958921647855736	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
SPA0008_000000005205	5236	0.7120026928752186	6	4	3	4	1	False	96272	fragment	False	MAD0089_000000002262	0.34847389563376385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	81.868	10.0	0.0024607058866259273	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0009_000000003829	7262	0.7120003675272072	11	10	4	9	7	False	38391	maximal	True	ISR0009_000000003829	1.0		2	2	True	True	0.9979344606399536	12					non-mobilizable	no_good_hit	4194.0	99.95200000000001	83.0	0.035060287305383214	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	True	True
FIJ0113_000000014719	1742	0.7119918555236426	3	3	2	3	2	False	41939	fragment	False	FIJ0113_000000014719	0.9924905469989774		0	0	False	False	0.9982778429985046	0					non-mobilizable	other	1462.0	98.29	100.0	0.007209261013737566	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
SPA0107_000000004647	6244	0.7119897006761772	7	5	4	4	4	True	112059	fragment	False	SPA0107_000000004647	0.9997552219321149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5521.0	87.303	88.0	0.01965393918390242	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
USA0020_01_000000018616	1867	0.7119879600346525	3	1	1	1	1	False	1789	maximal	False	USA0130_01_000000018441	0.9730443974630021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0386_000000010055	3407	0.7119878691855275	3	3	3	3	3	False	114116	fragment	False	ISR0077_000000008276	0.9796860572483842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2433.0	78.298	71.0	0.2936014625228519	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0188_000000006516	3373	0.7119878691855275	3	3	3	3	3	False	114116	fragment	False	ISR0077_000000008276	0.974789858801918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2433.0	78.298	72.0	0.2936014625228519	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0038_000000032678	1105	0.7119817767343141	1	1	1	1	1	False	47591	fragment	False	FIJ0038_000000032678	1.0		0	0	False	False	0.9773755669593811	0					non-mobilizable	other	1086.0	99.90799999999999	98.0	0.0017383558198070025	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
FIJ0108_000000015830	1486	0.7119814071763305	3	2	2	1	2	False	42207	maximal	True	FIJ0108_000000015830	1.0		1	1	False	False	0.9751009345054626	0					non-mobilizable	no_good_hit	841.0	93.22200000000001	64.0	0.00018071892570343766	AP019533.1	enterobacteria	Enterobacter asburiae MRY18-106 DNA, complete genome	True	False
DEN0077_000000003198	3220	0.7119800232768931	5	5	5	5	2	False	131570	maximal	False	CHI0106_000000005314	0.9530963593231234		0	0	False	False	0.9993788599967957	0					non-mobilizable	no_good_hit	2630.0	76.19800000000001	81.0	0.0009592461453822173	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0383_000000006471	2158	0.7119798075687089	5	3	1	1	3	False	23106	maximal	True	ISR0383_000000006471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	99.314	47.0	0.00022823468970375137	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ISR0816_000000004355	9878	0.7119796122340993	8	7	5	6	7	True	130112	maximal	True	ISR0816_000000004355	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6360.0	95.04700000000001	87.0	0.0021316507216410175	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0072_000000002799	8779	0.7119790760296053	11	5	3	4	1	True	51466	fragment	False	FIJ0072_000000002799	0.9505175061417874		0	0	False	False	0.9998860955238342	0					non-mobilizable	no_good_hit	182.0	87.912	2.0	0.009987211497472748	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
FIJ0069_000000002766	8703	0.7119790760296053	11	5	3	4	1	True	51466	fragment	False	FIJ0072_000000002799	0.9493854240910296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
FIJ0062_000000004015	6851	0.7119790760296053	8	5	3	4	1	True	51458	fragment	False	FIJ0062_000000004015	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	88.17200000000001	3.0	0.010230802021801351	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
MON0109_000000014515	2442	0.7119737604147889	4	3	3	2	2	False	8501	maximal	True	MON0109_000000014515	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0036_000000019603	1261	0.7119698382210566	2	2	2	2	2	False	12163	fragment	False	MON0036_000000019603	1.0		0	0	False	False	0.9809674620628357	0					non-mobilizable	other	1168.0	77.39699999999999	92.0	0.012566273812492547	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
CHI0092_000000009395	1174	0.7119658140361229	2	2	2	2	2	False	83614	maximal	True	CHI0092_000000009395	1.0		2	2	False	False	0.9991481900215149	0					non-mobilizable	no_good_hit	820.0	99.87799999999999	75.0	0.0001718236128862255	CP025630.1	enterobacteria	Klebsiella pneumoniae strain LS359 chromosome	True	False
CHI0140_000000000654	30971	0.7119612783432433	30	9	4	9	7	True	80309	maximal	True	CHI0140_000000000654	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1399.0	77.19800000000001	4.0	0.00030811683110006435	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	True
FIJ0160_000000005917	2940	0.7119609009602426	5	2	2	2	2	False	64422	maximal	True	FIJ0160_000000005917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	97.447	39.0	0.052785787368616874	NZ_WEHX01000036.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_36_length_21502_cov_149.187544, whole genome shotgun sequence	True	False
ENG0204_000000005102	4416	0.7119605624396353	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.2878658055682161		0	0	False	False	1.0	0					non-mobilizable	chromosome	4417.0	99.366	100.0	0.0018186176035265367	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0053_000000010183	2026	0.7119571400702069	3	2	2	2	1	False	89733	fragment	False	FIJ0053_000000010183	1.0		0	0	False	False	0.997532069683075	0					non-mobilizable	other	2027.0	98.07600000000001	100.0	0.09247763374109914	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AST0102_000000008805	3410	0.7119545363573005	4	3	3	3	3	False	126367	maximal	False	SPA0066_000000003952	0.8954111852105444		0	0	False	False	1.0	0					non-mobilizable	other	3141.0	96.46600000000001	96.0	0.07144490169181528	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0211_000000013388	1696	0.7119484528166208	3	3	3	2	2	False	28402	fragment	False	ISR0211_000000013388	1.0		0	0	False	False	0.9952830076217651	0					non-mobilizable	other	1719.0	78.825	100.0	0.0005139450111956914	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0187_000000008050	2015	0.7119469661106519	3	2	2	2	2	False	104457	fragment	False	CHI0187_000000008050	1.0		0	0	False	False	0.9905707240104675	0					non-mobilizable	no_good_hit	1629.0	77.655	80.0	0.002340452390729313	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0010_000000007975	2469	0.711946613959559	3	3	2	2	3	False	38313	fragment	False	ISR0010_000000007975	1.0		0	0	False	False	0.9983798861503601	0					non-mobilizable	other	2325.0	100.0	94.0	0.011814586235295315	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
MAD0103_000000021250	1173	0.7119451813389679	2	2	2	2	2	False	30160	fragment	False	ISR0284_000000011474	0.9334793398357917		0	0	False	False	0.9948849081993103	0					non-mobilizable	other	1172.0	98.12299999999999	99.0	0.0003494819505577212	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0017_01_000000017003	1605	0.7119408391737461	2	2	2	2	2	False	51857	fragment	False	USA0017_01_000000017003	0.9904397705544933		0	0	False	False	0.9875389337539673	0					non-mobilizable	chromosome	1605.0	99.68799999999999	100.0	0.00022656548060202573	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MAD0091_000000014190	1213	0.7119403793323819	1	1	1	1	1	False	120838	fragment	False	USA0052_01_000000006844	0.0711251831599397		0	0	False	False	0.9950535893440247	0					non-mobilizable	chromosome	1076.0	95.074	99.0	0.0003110428923220526	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0138_000000010938	2376	0.7119332378736073	3	3	3	3	1	False	3531	maximal	True	SPA0138_000000010938	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	82.334	44.0	0.0002109785398326593	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0028_000000002937	4043	0.7119277692690391	5	5	3	4	4	False	122188	fragment	False	MAD0111_000000003353	0.3416951672917071		0	0	False	False	1.0	0					non-mobilizable	other	4018.0	97.01299999999999	99.0	0.06967142014503314	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
FIJ0052_000000002906	8810	0.7119266832930048	7	6	4	4	5	True	96848	maximal	True	FIJ0052_000000002906	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	3182.0	83.941	43.0	0.0008799805129275847	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
FIJ0117_000000006467	3219	0.7119152888252771	2	2	2	2	2	False	88653	maximal	False	ISR0141_000000010683	0.9837622549019608		0	0	False	False	0.998136043548584	0					non-mobilizable	no_good_hit	446.0	80.493	14.0	0.00016210508628764918	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ISR0266_000000006362	2608	0.7119106674941105	7	2	2	1	1	True	26579	fragment	False	ISR0266_000000006362	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2611.0	95.787	100.0	0.0007435512326186346	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ENG0168_000000010601	2819	0.7119061374118208	4	4	4	4	4	False	55990	maximal	True	ENG0168_000000010601	1.0		6	5	False	False	0.998581051826477	0					non-mobilizable	no_good_hit	2393.0	84.62200000000001	84.0	0.000583033051697477	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0046_000000011021	2314	0.7119057368542127	4	3	2	2	2	True	124656	fragment	False	ISR0812_000000015709	0.12018415616263241		0	0	False	False	1.0	0					non-mobilizable	chromosome	2146.0	89.74799999999999	99.0	0.0007547936809054137	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0024_01_000000007438	3235	0.7119014798030684	6	1	1	1	1	False	2133	maximal	True	USA0024_01_000000007438	1.0		7	6	False	False	0.9996908903121948	0					non-mobilizable	no_good_hit	891.0	86.756	28.0	0.0003156091042942697	CP010553.1	verrucomicrobia	Akkermansia muciniphila strain H2 chromosome	True	False
AUS0012_000000003042	4800	0.7119004180263975	6	3	3	3	1	True	101261	fragment	False	AUS0012_000000003042	0.9978775692582663		0	0	False	False	0.9987499713897705	0					non-mobilizable	no_good_hit	160.0	86.25	3.0	0.008995247793618466	NZ_FRAE01000049.1	firmicutes	Tepidibacter formicigenes DSM 15518, whole genome shotgun sequence	True	True
MAD0011_000000008457	1644	0.7118987968280318	2	2	2	2	2	False	19714	maximal	True	MAD0011_000000008457	1.0		9	2	False	False	0.9501216411590576	0					non-mobilizable	chromosome	1647.0	87.61399999999999	100.0	0.0008566960731200266	CP046875.1	firmicutes	Streptococcus sp. CNU 77-61 chromosome, complete genome	False	False
SPA0031_000000012753	2438	0.7118915644959299	4	3	3	3	2	False	25160	maximal	True	SPA0031_000000012753	1.0		8	3	False	False	0.9995898008346558	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.7490853376862237e-06	LR131978.1	bony fishes	Parambassis ranga genome assembly, chromosome: 6	True	False
ISR0834_000000002288	7085	0.7118890858805922	8	6	6	6	4	True	104254	maximal	True	ISR0834_000000002288	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2369.0	99.789	55.0	0.2928880643166357	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0002_000000003146	6802	0.7118890858805922	8	6	6	6	4	True	68190	fragment	False	ISR0002_000000003146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2371.0	99.74700000000001	54.0	0.29313543599257885	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0157_000000003941	6802	0.7118890858805922	8	6	6	6	4	True	68190	fragment	False	ISR0002_000000003146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2371.0	99.74700000000001	54.0	0.29313543599257885	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0129_000000003770	6650	0.7118890858805922	7	6	6	6	4	True	108078	maximal	True	ENG0129_000000003770	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2195.0	99.772	60.0	0.27136672850958565	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
FIJ0088_000000028009	1101	0.7118730947212579	2	2	2	2	2	False	43602	fragment	False	FIJ0088_000000028009	1.0		0	0	False	False	0.9854677319526672	0					non-mobilizable	no_good_hit	217.0	74.194	19.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
SPA0106_000000028952	1312	0.7118697487254672	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20492177083394778		0	0	False	False	0.9977133870124817	0					non-mobilizable	chromosome	1314.0	90.868	100.0	0.00043992854779485393	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0100_000000015212	2005	0.7118671191952183	2	1	1	1	1	False	60572	fragment	False	ENG0100_000000015212	0.9703346855983772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	81.301	36.0	0.0002570982671364317	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0077_000000007489	1820	0.711865958475875	2	2	2	1	0	True	96834	maximal	True	CHI0077_000000007489	1.0		9	4	False	False	0.9928571581840515	0					non-mobilizable	no_good_hit	1360.0	90.956	75.0	0.00037804920485784877	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0348_000000000703	12701	0.7118644489283404	17	12	8	11	8	True	30263	maximal	False	ISR0213_000000001493	0.9568479930557139		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	86.0	80.233	1.0	2.9036928058936667e-05	CP017459.1	firmicutes	Staphylococcus nepalensis strain JS9 chromosome, complete genome	True	True
ISR0330_000000020607	1536	0.7118560790697768	2	2	2	1	1	False	24652	maximal	True	ISR0330_000000020607	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0161_000000010555	2851	0.7118512333416636	6	6	5	5	4	False	61049	fragment	False	ISR0161_000000010555	1.0		0	0	False	False	0.9996492266654968	0					non-mobilizable	chromosome	2851.0	99.334	100.0	0.0015314445874986835	CP030927.1	firmicutes	Streptococcus thermophilus strain CS9 chromosome, complete genome	False	False
SPA0047_000000018556	2111	0.7118439543980175	2	2	2	2	2	False	77796	fragment	False	SPA0047_000000018556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	75.887	48.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0134_000000011779	2755	0.7118408172607017	4	4	4	3	3	False	117893	fragment	False	ISR0134_000000011779	0.928591487983297		0	0	False	False	0.9974591732025146	0					non-mobilizable	chromosome	2757.0	93.544	100.0	0.0008677389899114705	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0058_000000025965	1946	0.7118395775293287	2	2	2	2	2	False	12798	fragment	False	MON0058_000000025965	0.973832301631964		0	0	False	False	1.0	0					non-mobilizable	other	1898.0	75.342	95.0	0.0005595606876392502	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0082_000000011688	1763	0.7118391345707005	3	3	3	3	2	False	61621	maximal	True	ENG0082_000000011688	1.0		1	1	False	False	0.9841179847717285	0					non-mobilizable	no_good_hit	348.0	76.72399999999999	20.0	0.0003586112570575529	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0106_000000019683	1376	0.7118331724291296	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.29601029219362157		0	0	False	False	0.9832848906517029	0					non-mobilizable	other	726.0	97.65799999999999	96.0	0.0066461324092917514	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0116_000000007490	2420	0.7118302074879083	3	2	1	2	0	True	105844	fragment	False	FIJ0116_000000007490	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	94.189	96.0	0.031817142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0392_000000009302	3363	0.7118239101446255	5	2	2	2	1	False	34349	maximal	True	ISR0392_000000009302	1.0		1	1	False	False	0.9994052648544312	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000010012	3215	0.7118180818367562	4	1	1	1	1	False	94040	maximal	True	ISR0344_000000010012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	71.375	34.0	0.0003071250342442932	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0308_000000010134	1740	0.7118175755399792	3	3	2	3	2	False	25413	fragment	False	ISR0308_000000010134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0014_000000016072	2237	0.7118140671823534	2	2	1	2	1	False	38030	fragment	False	ISR0014_000000016072	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2237.0	98.167	100.0	0.011752709535673363	MN480762.1	firmicutes	Streptococcus salivarius strain NU10 plasmid pSsal-NU10, complete sequence	False	True
SPA0142_000000019320	1378	0.7118137923826139	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8375706272933908		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	97.027	100.0	0.00528919783058446	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0102_000000007915	2234	0.7118128823158333	4	4	4	3	3	False	131700	fragment	False	ISR0264_000000003339	0.2709960607419725		0	0	False	False	0.9991047382354736	0					non-mobilizable	chromosome	2233.0	97.71600000000001	99.0	0.000597870711999434	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0069_01_000000010576	5780	0.7118098298971952	6	4	3	3	4	False	87404	maximal	True	USA0069_01_000000010576	1.0		3	3	False	False	1.0	0					non-mobilizable	other	5782.0	97.804	100.0	0.0016051007770020716	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0015_000000032461	1188	0.7118066662181722	3	2	2	2	1	True	14635	fragment	False	MON0015_000000032461	0.9290598290598291		0	0	False	False	0.9991582632064819	0					non-mobilizable	no_good_hit	389.0	73.008	32.0	0.00012824236932657945	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0076_000000010086	1266	0.7117924323602879	2	2	2	2	2	False	62032	fragment	False	ENG0076_000000010086	1.0		0	0	False	False	0.9865719079971313	0					non-mobilizable	other	1198.0	89.316	94.0	0.000334498531421709	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0038_000000009563	1312	0.7117910323802858	2	2	1	2	1	False	87808	maximal	True	CHI0038_000000009563	1.0		23	3	False	False	0.9931402206420898	0					non-mobilizable	no_good_hit	419.0	92.124	77.0	0.00018014257245325605	NZ_CP015196.1	firmicutes	Streptococcus marmotae strain HTS5 chromosome, complete genome	True	False
FIJ0132_000000008972	3321	0.7117856749490994	5	4	3	4	4	False	127054	fragment	False	ENG0049_000000005054	0.8092226945249908		0	0	False	False	1.0	0					non-mobilizable	chromosome	2479.0	99.677	100.0	0.000718326455893799	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0211_000000006447	4486	0.7117829944872668	8	4	2	3	3	True	53669	maximal	True	ENG0211_000000006447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.007594250067805804	XM_020581417.1	cellular slime molds	Polysphondylium pallidum PN500 putative protein serine/threonine kinase partial mRNA	True	True
DEN0067_000000023238	1439	0.7117675277311848	2	2	1	2	1	False	70807	fragment	False	DEN0067_000000023238	1.0		0	0	False	False	0.9979152083396912	0					non-mobilizable	no_good_hit	110.0	82.727	8.0	0.000261516407733137	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0034_01_000000015584	3578	0.7117644141692769	4	3	3	3	2	False	125505	maximal	True	USA0034_01_000000015584	1.0		1	1	False	False	0.9888205528259277	0					non-mobilizable	no_good_hit	711.0	77.637	20.0	0.0002123198518760341	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0031_000000008003	1796	0.7117615163501968	3	3	3	2	2	False	18947	maximal	True	MAD0031_000000008003	1.0		1	1	False	False	0.9966592192649841	0					non-mobilizable	no_good_hit								True	False
MON0041_000000037386	1778	0.7117533317988509	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.26508445323132623		0	0	False	False	1.0	0					non-mobilizable	chromosome	1778.0	98.819	100.0	0.0006193942554232725	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0358_000000011111	1766	0.7117533317988509	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2588374371004695		0	0	False	False	1.0	0					non-mobilizable	chromosome	1766.0	95.074	100.0	0.0006228194702188195	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0852_000000011267	1168	0.7117531748157904	2	2	2	2	2	False	26873	fragment	False	ISR0255_000000027392	0.9636		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	99.829	100.0	0.002119013378655162	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0077_000000011134	2846	0.7117520803646273	3	3	3	3	3	False	125351	fragment	False	ISR0212_000000010113	0.6081051484354262		0	0	False	False	1.0	0					non-mobilizable	other	2846.0	99.12200000000001	100.0	0.011207468486399393	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0081_000000013887	2519	0.7117488815178855	4	4	4	3	3	False	95321	fragment	False	FIJ0081_000000013887	1.0		0	0	False	False	0.9964271783828735	0					non-mobilizable	no_good_hit	1982.0	78.708	78.0	0.005399931577146767	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0084_000000023198	1228	0.7117406124667579	1	1	1	1	1	False	71186	fragment	False	ISR0814_000000034607	0.833878732784948		0	0	False	False	0.9967426657676697	0					non-mobilizable	no_good_hit	752.0	82.713	66.0	0.0028969454266604185	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0013_000000010154	4419	0.7117374684763695	9	2	1	2	1	False	73490	fragment	False	MON0013_000000010154	0.9683928154886867		0	0	False	False	0.9981896281242371	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000008319	3722	0.7117374684763695	5	2	1	2	1	False	73489	fragment	False	DEN0035_000000008319	1.0		0	0	False	False	0.9973132610321045	0					non-mobilizable	no_good_hit								True	False
CHI0182_000000021591	1341	0.7117356102724112	2	2	2	2	1	False	85614	fragment	False	ISR0266_000000014408	0.5239757721270326		0	0	False	False	1.0	0					non-mobilizable	chromosome	1341.0	99.70200000000001	100.0	0.00037504012789428125	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0064_000000020414	1416	0.7117344269091461	2	2	2	2	2	False	14188	fragment	False	MON0064_000000020414	0.9735408560311284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	4.0	0.00018522977753903717	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
MAD0014_000000007575	3876	0.7117325430159978	4	4	4	4	4	False	19521	maximal	True	MAD0014_000000007575	1.0		1	1	False	False	0.9994840025901794	0					non-mobilizable	no_good_hit	1696.0	93.927	69.0	0.0005897665054452319	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0213_000000003572	6061	0.7117295941072943	9	6	3	4	6	True	130648	backbone	False	USA0082_01_000000002282	0.42281500177456616	PS1107|PS1110|PS1114	0	0	True	True	0.9980201125144958	21		MOBV			mobilizable	plasmid	5007.0	99.94	100.0	0.8396511237839651	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0349_000000001440	6061	0.7117295941072943	9	6	3	4	6	True	130648	backbone	False	USA0082_01_000000002282	0.4227531953922948	PS1107|PS1110|PS1114	0	0	True	True	0.9996700286865234	22		MOBV			mobilizable	plasmid	5007.0	99.9	100.0	0.8396511237839651	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0341_000000002286	6061	0.7117295941072943	9	6	3	4	6	True	130648	backbone	False	USA0082_01_000000002282	0.4227531953922948	PS1107|PS1110|PS1114	0	0	True	True	1.0	40		MOBV			mobilizable	plasmid	5007.0	99.9	100.0	0.8396511237839651	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0139_000000013119	1999	0.7117290430561786	2	1	1	1	1	False	35394	maximal	True	ISR0139_000000013119	1.0		29	5	False	False	0.9864932298660278	0					non-mobilizable	no_good_hit	1298.0	86.36399999999999	65.0	0.006511360889533478	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
CHI0144_000000004203	3345	0.7117263009778566	4	3	0	2	2	False	99261	maximal	True	CHI0144_000000004203	1.0	PS556	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	614.0	99.67399999999999	35.0	9.086820493344682e-05	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
ENG0038_000000012503	1945	0.7117171607461017	2	1	1	1	1	False	65070	maximal	True	ENG0038_000000012503	1.0		6	3	False	False	0.9676092267036438	0					non-mobilizable	no_good_hit								True	False
ENG0131_000000011347	2341	0.7116977077402029	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.5260495030866679		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2341.0	100.0	100.0	0.05150101241306453	CP041740.1	firmicutes	Enterococcus faecalis EnGen0107 strain B594 plasmid p2, complete sequence	False	True
DEN0003_000000014541	1758	0.7116896533992274	2	2	2	2	2	False	104456	fragment	False	AST0149_000000014396	0.9686327077747989		0	0	False	False	0.9937428832054138	0					non-mobilizable	no_good_hit	1569.0	77.82	88.0	0.0022533927853705038	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0192_000000013004	1340	0.7116861121615863	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.24855070789852346		0	0	False	False	1.0	0					non-mobilizable	chromosome	1353.0	92.23899999999999	100.0	0.0004354520498317015	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0039_000000002403	8188	0.7116854714230973	10	3	3	3	1	True	64977	maximal	True	ENG0039_000000002403	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	84.412	21.0	0.0004440242839628355	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	True
USA0084_01_000000007398	4283	0.7116731244544476	4	4	4	4	3	False	111069	fragment	False	FIJ0095_000000004547	0.6841627896531849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	72.093	12.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
CAN0018_000000008569	4005	0.7116731244544476	4	4	4	4	3	False	111069	fragment	False	FIJ0095_000000004547	0.5302938200591806		0	0	False	False	0.9980024695396423	0					non-mobilizable	no_good_hit	515.0	72.039	13.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
USA0036_01_000000004039	9711	0.7116719831306814	12	8	5	6	6	False	1393	maximal	True	USA0036_01_000000004039	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	1.0	0.00046051660516605166	NZ_VWXL01000084.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_84, whole genome shotgun sequence	True	False
ISR0383_000000004691	2823	0.7116679333239728	3	3	3	3	1	True	23188	maximal	True	ISR0383_000000004691	1.0		5	2	False	False	0.9900814890861511	0					non-mobilizable	no_good_hit	2097.0	99.762	74.0	0.0007510012752310235	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
AST0118_000000017243	1794	0.7116638985062949	3	2	2	2	1	False	125443	fragment	False	ENG0163_000000012900	0.9252814738996928		0	0	False	False	0.9972129464149475	0					non-mobilizable	chromosome	1261.0	88.34299999999999	91.0	0.0003498213562162919	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0363_000000014224	1295	0.7116543830261216	3	3	2	3	2	True	23693	fragment	False	ISR0363_000000014224	1.0		0	0	False	False	0.9675675630569458	0					non-mobilizable	no_good_hit								True	True
MON0062_000000003121	11444	0.7116531262861022	10	5	4	5	2	True	103121	fragment	False	MON0062_000000003121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	82.243	3.0	0.0007203881350002762	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ENG0107_000000003927	6182	0.7116500034681087	8	7	6	6	6	True	101006	maximal	True	ENG0107_000000003927	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	79.217	11.0	0.002192244518555784	NZ_LT963433.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
ENG0194_000000006353	4257	0.7116480140277289	5	4	3	4	3	False	54548	maximal	True	ENG0194_000000006353	1.0		30	5	False	False	0.9997650980949402	0					non-mobilizable	other	4257.0	100.0	100.0	0.0012891707536348042	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
SPA0032_000000014069	2017	0.7116449934337139	4	2	2	2	2	False	58509	maximal	False	FIJ0087_000000015675	0.9752883346364094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	72.727	10.0	5.189756483967829e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	False
ENG0129_000000018257	1480	0.7116449934337139	2	2	2	2	2	False	58506	fragment	False	ENG0129_000000018257	1.0		0	0	False	False	0.9993243217468262	0					non-mobilizable	no_good_hit	210.0	72.857	14.0	5.189756483967829e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	False
DEN0018_000000015719	2418	0.7116433327962454	6	1	1	1	1	False	75122	fragment	False	DEN0018_000000015719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0191_000000002049	10518	0.7116347671031754	8	8	8	7	7	False	119585	fragment	False	ENG0112_000000001949	0.9477047470005217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2478.0	78.168	34.0	0.0007888154674419938	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
USA0009_01_000000018276	1403	0.7116334640856798	2	2	1	2	1	True	87645	fragment	False	USA0009_01_000000018276	0.9710288084395278		0	0	False	False	1.0	0					non-mobilizable	other	1403.0	99.85700000000001	100.0	0.0003754446354397777	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0031_000000019091	1276	0.7116334640856798	2	2	1	2	1	True	87645	fragment	False	USA0009_01_000000018276	0.7975066429127912		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	98.354	100.0	0.0003414350286631359	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0095_000000006320	4557	0.711631154479434	5	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.2288674339052828	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	4557.0	98.815	100.0	0.0007952404266999006	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0058_000000007890	3815	0.711631154479434	5	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.19809688512698262	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3816.0	99.214	100.0	0.000665551305313152	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
MON0046_000000020169	1674	0.7116272995777961	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.2956365447195967		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	96.35799999999999	100.0	0.038042981252857794	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0062_000000002760	7653	0.7116203255031117	7	4	4	3	2	False	99928	fragment	False	ENG0062_000000002760	1.0		0	0	False	False	0.9969946146011353	0					non-mobilizable	no_good_hit	3026.0	95.572	59.0	0.1253628597495231	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
SPA0044_000000010855	2460	0.7116148869256104	3	2	2	2	2	False	115334	fragment	False	SPA0044_000000010855	1.0		0	0	False	False	0.9983739852905273	0					non-mobilizable	other	1269.0	98.976	98.0	0.015768594630221483	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0353_000000024238	1519	0.7116107712365988	2	2	2	2	2	False	24012	fragment	False	ISR0353_000000024238	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	97.367	100.0	0.001958689458689459	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0033_000000016546	2182	0.7116077359115078	3	3	3	3	2	False	102867	fragment	False	MAD0047_000000018435	0.7104496383690456		0	0	False	False	1.0	0					non-mobilizable	chromosome	2072.0	98.311	95.0	0.0005796329140813854	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0057_000000015169	1733	0.7116050607779151	3	3	3	2	3	False	101770	fragment	False	SPA0023_000000015059	0.79479097641534		0	0	False	False	0.9930756092071533	0					non-mobilizable	other	1731.0	98.729	99.0	0.00046776744333186694	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0048_000000000339	28434	0.7116041488722796	25	8	7	7	3	True	17581	maximal	True	MAD0048_000000000339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	71.726	2.0	0.00026121577920777857	CP053716.1	actinobacteria	Eggerthellaceae bacterium zg-1050 chromosome	True	True
FIJ0123_000000016327	2001	0.7116013617106088	3	3	3	2	1	False	126226	fragment	False	USA0059_01_000000013440	0.6637943624979702		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	77.333	7.0	4.856474763722659e-05	CP061497.1	g-proteobacteria	Thermomonas sp. XSG chromosome, complete genome	True	False
CHI0184_000000002912	3058	0.7115976709509024	5	5	4	5	4	False	92126	fragment	False	CHI0184_000000002912	1.0		0	0	False	False	0.995421826839447	0					non-mobilizable	other	3058.0	99.15	100.0	0.01222311075569772	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0142_000000001992	12691	0.7115723019984708	18	7	5	6	7	True	126195	backbone	True	FIJ0142_000000001992	0.9705996884735202	PS947	2	1	True	True	0.9999212026596069	6					non-mobilizable	no_good_hit	1608.0	73.818	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0017_01_000000016211	1687	0.7115716341106847	2	2	2	2	1	False	8497	fragment	False	MON0109_000000021244	0.9890791027154664		0	0	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	954.0	80.71300000000001	89.0	0.00031909124966298514	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0296_000000005409	4450	0.7115673387923869	2	2	2	2	2	False	25697	maximal	True	ISR0296_000000005409	1.0		1	1	False	False	0.992808997631073	0					non-mobilizable	no_good_hit	1213.0	98.846	27.0	0.013994573061601524	NZ_QRUU01000007.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf7, whole genome shotgun sequence	True	False
SPA0143_000000002384	6665	0.7115630553219886	6	6	4	4	6	True	130116	fragment	False	SPA0143_000000002384	1.0		0	0	False	False	0.9974493384361267	0					non-mobilizable	no_good_hit	3707.0	95.09	88.0	0.0012400128309688156	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0012_000000037296	1502	0.7115528841163091	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.5314617899604052		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	94.274	100.0	0.0004519223560660415	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0136_000000024820	1145	0.7115515596829303	2	2	2	2	2	False	40506	fragment	False	FIJ0136_000000024820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	76.181	44.0	0.00039440944257060676	NZ_FPKO01000009.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
MON0013_000000029812	1832	0.7115509341110088	2	1	1	1	1	False	76404	fragment	False	MON0013_000000029812	1.0		0	0	False	False	0.9585152864456177	0					non-mobilizable	no_good_hit	243.0	90.947	19.0	6.711201078490013e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0046_000000020440	1618	0.7115509341110088	2	1	1	1	1	False	76403	fragment	False	FIJ0046_000000020440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0130_000000020191	1430	0.7115509341110088	1	1	1	1	1	False	76402	fragment	False	ENG0130_000000020191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	87.09700000000001	9.0	3.3835638770720485e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0003_000000035124	1395	0.7115502880020349	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.25443994252261287		0	0	False	False	1.0	0					non-mobilizable	chromosome	1172.0	80.03399999999999	96.0	0.0003083711839399434	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0087_000000004508	6469	0.7115455253813074	6	6	3	3	4	True	111084	maximal	True	AST0087_000000004508	1.0		1	1	False	False	0.9979904294013977	0					non-mobilizable	no_good_hit	4221.0	99.73899999999999	65.0	0.011538072357032098	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
MAD0051_000000018334	1575	0.7115445128912502	2	2	2	2	2	False	17323	fragment	False	MAD0051_000000018334	1.0		0	0	False	False	0.9911110997200012	0					non-mobilizable	no_good_hit	760.0	84.211	75.0	0.004923356716030137	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
MON0025_000000004666	5654	0.711538792882977	5	4	4	4	3	False	88579	maximal	True	MON0025_000000004666	1.0		5	2	False	False	0.9833745956420898	0					non-mobilizable	no_good_hit	113.0	100.0	2.0	0.003600707281787494	NZ_NQCD01000053.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_39_length_31105_cov_80.1848_ID_77.ctg_1, whole genome shotgun sequence	True	False
ISR0344_000000010022	3211	0.7115357743415326	4	3	2	2	3	False	24281	maximal	True	ISR0344_000000010022	1.0		5	3	False	False	0.9959514141082764	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.176482587750486e-06	NZ_VLJV01000001.1	high GC Gram+	Prauserella rugosa strain DSM 43194 JD82DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
SPA0059_000000010317	2490	0.7115351576947316	4	4	4	4	2	False	102867	fragment	False	MAD0047_000000018435	0.9571032460274289		0	0	False	False	0.9983935952186584	0					non-mobilizable	chromosome	2005.0	98.155	99.0	0.0005608809076866713	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0021_000000039588	1100	0.7115345075782779	2	2	2	2	2	False	91360	fragment	False	CAN0021_000000039588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	69.551	56.0	0.00019225875415082916	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0166_000000000712	16759	0.711532676311577	17	12	9	10	7	False	57266	maximal	True	ISR0166_000000000712	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	98.54	1.0	0.0010181850850858344	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0043_000000001091	5934	0.7115314877957503	10	9	3	3	9	False	87443	fragment	False	CHI0043_000000001091	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5934.0	99.98299999999999	100.0	0.12546523430891557	LR130559.1	enterobacteria	Escherichia coli strain MS14385 genome assembly, plasmid: 5	False	True
SPA0117_000000025739	1458	0.7115247218702386	2	2	2	2	2	False	4293	maximal	True	SPA0117_000000025739	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1458.0	98.01100000000001	100.0	0.0005260704558904185	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	False	False
CAN0022_000000011677	2626	0.711519649344255	3	3	3	2	2	False	91310	fragment	False	DEN0065_000000012220	0.9329553719715604		0	0	False	False	0.996572732925415	0					non-mobilizable	other	2634.0	96.773	100.0	0.0007119258256027778	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0267_000000008186	2085	0.7115188459070172	2	2	2	2	2	False	75673	fragment	False	SPA0109_000000013772	0.9413590906036358		0	0	False	False	0.9980815052986145	0					non-mobilizable	no_good_hit	382.0	74.607	18.0	0.001807005992916152	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0011_000000021467	2072	0.7115188459070172	2	2	2	2	2	False	75673	fragment	False	SPA0109_000000013772	0.9481565274207686		0	0	False	False	0.998552143573761	0					non-mobilizable	no_good_hit	458.0	75.764	22.0	0.00015662512273823212	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0044_000000029142	1876	0.7115188459070172	3	2	2	2	2	False	71215	fragment	False	MON0044_000000029142	1.0		0	0	False	False	0.9994669556617737	0					non-mobilizable	no_good_hit	470.0	71.915	24.0	5.1591981132075474e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0048_000000001778	9310	0.7115114091869645	8	6	5	6	5	False	130905	maximal	True	ISR0048_000000001778	1.0	PS1128	235	12	False	True	0.9963480234146118	0					non-mobilizable	no_good_hit	1731.0	82.322	19.0	0.000488669300588508	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0119_000000003419	4824	0.7115110885103504	4	3	1	3	2	False	107903	fragment	False	FIJ0119_000000003419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	3.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ENG0099_000000003976	4698	0.7115110885103504	4	3	1	3	2	False	107902	fragment	False	ENG0099_000000003976	0.9883467400073261		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	3.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0048_000000004251	4430	0.7115110885103504	4	3	1	3	2	False	107902	fragment	False	ENG0099_000000003976	0.9721718753110368		0	0	False	False	0.9997742772102356	0					non-mobilizable	no_good_hit	135.0	94.074	3.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
MAD0094_000000002444	5163	0.7115101779879275	6	6	5	6	6	False	15831	maximal	True	MAD0094_000000002444	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	5162.0	96.959	100.0	0.0010692266783347245	NZ_CP025034.2	enterobacteria	Lelliottia nimipressuralis strain SGAir0187 chromosome, complete genome	False	False
MAD0091_000000006756	2246	0.7115100648014567	1	1	1	1	1	True	15751	fragment	False	MAD0091_000000006756	1.0		0	0	False	False	0.987088143825531	0					non-mobilizable	no_good_hit	774.0	78.42399999999999	34.0	0.01679575319815508	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0062_000000016374	1788	0.7115100648014567	3	1	1	1	1	True	48547	fragment	False	FIJ0062_000000016374	0.9837223587223587		0	0	False	False	0.9972035884857178	0					non-mobilizable	no_good_hit	894.0	76.734	50.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0031_000000015212	1628	0.7115100648014567	2	1	1	1	1	True	48547	fragment	False	FIJ0062_000000016374	0.9446308724832215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	77.069	54.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0023_000000009156	1469	0.7115100648014567	2	1	1	1	1	True	34287	fragment	False	ISR0312_000000013048	0.9492180262238262		0	0	False	False	0.9959155917167664	0					non-mobilizable	no_good_hit	894.0	76.957	60.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0080_000000023249	1427	0.7115100648014567	2	1	1	1	1	True	34287	fragment	False	ISR0312_000000013048	0.9558927585124432		0	0	False	False	0.9957953691482544	0					non-mobilizable	no_good_hit	894.0	76.846	62.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0312_000000013048	1427	0.7115100648014567	2	1	1	1	1	True	34287	fragment	False	ISR0312_000000013048	0.957176046558398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	76.543	62.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0052_000000020930	1396	0.7115100648014567	2	1	1	1	1	True	34287	fragment	False	ISR0312_000000013048	0.9415665453704419		0	0	False	False	0.9992836713790894	0					non-mobilizable	no_good_hit	891.0	77.104	64.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0049_000000013827	1369	0.7115100648014567	2	1	1	1	1	True	34287	fragment	False	ISR0312_000000013048	0.9376057371208956		0	0	False	False	0.9897735714912415	0					non-mobilizable	no_good_hit	894.0	76.957	65.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0149_000000020269	1339	0.7115100648014567	2	1	1	1	1	True	46097	fragment	False	FIJ0057_000000025495	0.9783236994219653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	76.846	66.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0080_000000047234	1235	0.7115100648014567	2	1	1	1	1	True	10016	fragment	False	MON0080_000000047234	1.0		0	0	False	False	0.9838056564331055	0					non-mobilizable	no_good_hit	894.0	77.517	72.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0102_000000021908	1323	0.7115092981712742	2	2	1	2	2	False	78242	fragment	False	ISR0022_000000017797	0.5480301660049117		0	0	False	False	0.9795918464660645	0					non-mobilizable	no_good_hit	1165.0	89.95700000000001	88.0	0.0003504581095675365	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0165_000000015499	1299	0.7115092981712742	2	2	1	2	2	False	78242	fragment	False	ISR0022_000000017797	0.4621103187113902		0	0	False	False	0.9992302060127258	0					non-mobilizable	other	1169.0	90.163	90.0	0.00035166243296811224	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0327_000000001144	12675	0.7114965590057807	11	8	6	7	2	True	80330	fragment	False	ISR0327_000000001144	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4967.0	93.316	92.0	0.027498233726642077	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
CHI0117_000000010964	1320	0.7114860682623987	2	2	1	2	2	False	82035	fragment	False	CHI0117_000000010964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0048_000000001557	14657	0.7114843706325354	15	11	9	8	4	True	75076	fragment	False	MON0048_000000001557	1.0		0	0	False	False	0.9961792826652527	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000029331	1502	0.7114778855907462	2	2	2	2	2	False	76782	maximal	True	DEN0001_000000029331	1.0		29	6	False	False	0.9733688235282898	0					non-mobilizable	no_good_hit	901.0	98.446	60.0	0.02540435261241426	NZ_SAXT01000008.1	bacteria	Brachyspira aalborgi strain W1 W1_contig8, whole genome shotgun sequence	True	False
ISR0376_000000010204	2352	0.7114772200443257	3	2	2	2	2	False	23337	maximal	True	ISR0376_000000010204	1.0		37	7	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	0.010290916287354047	NZ_POUA01000468.1	high GC Gram+	Desertiactinospora gelatinilytica strain 7K107 NODE_468_length_5053_cov_21.0057, whole genome shotgun sequence	True	False
CAN0009_000000001404	11280	0.7114734231853438	11	8	2	8	3	True	94841	maximal	True	CAN0009_000000001404	1.0		1	1	False	False	0.9996454119682312	0					non-mobilizable	no_good_hit	57.0	100.0	1.0	0.0004133573474268505	NZ_JNWQ01000035.1	high GC Gram+	Streptomyces novaecaesareae strain NRRL B-1267 contig35.1, whole genome shotgun sequence	True	True
ENG0190_000000008692	3516	0.7114551425470813	5	2	2	2	1	False	79839	fragment	False	ENG0190_000000008692	1.0		0	0	False	False	0.9974402785301208	0					non-mobilizable	no_good_hit	1188.0	80.387	37.0	0.0006838060970785193	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0081_000000014685	1627	0.7114508803383893	2	2	2	1	1	False	119127	maximal	True	ISR0081_000000014685	1.0	PS816	1	1	False	True	0.9993853569030762	0					non-mobilizable	no_good_hit	1425.0	85.053	88.0	0.18542182813926197	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ENG0122_000000006219	4336	0.7114478097410959	5	5	2	3	4	True	105589	fragment	False	ENG0029_000000005148	0.581769380144161		0	0	False	False	0.999769389629364	0					non-mobilizable	other	2347.0	95.398	99.0	0.00045301460008533484	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0023_000000000002	96349	0.7114462384924568	92	15	5	12	6	True	127415	maximal	False	SPA0046_000000000019	0.913338387024547		0	0	False	True	1.0	0					non-mobilizable	virus	34922.0	96.564	98.0	0.35958378406222635	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0111_000000012251	1656	0.7114462152239487	3	2	2	2	1	False	59728	maximal	True	ENG0111_000000012251	1.0		14	4	False	False	0.998792290687561	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00044390449044437176	NZ_LMUA01000016.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00016, whole genome shotgun sequence	True	False
ISR0327_000000022327	1322	0.7114398297527698	2	2	2	1	1	False	45032	fragment	False	FIJ0068_000000024173	0.9434032983508245		0	0	False	False	1.0	0					non-mobilizable	chromosome	1249.0	96.557	94.0	0.0005510288963438703	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
USA0007_01_000000000499	26480	0.7114392135451685	33	14	7	14	5	True	118918	maximal	True	USA0007_01_000000000499	0.9838282569419917		26	7	False	False	1.0	0					non-mobilizable	other	16316.0	97.365	99.0	0.004366083692018642	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0065_01_000000000461	26011	0.7114392135451685	33	14	7	14	5	True	118918	maximal	False	USA0007_01_000000000499	0.9803468375743412		0	0	False	False	1.0	0					non-mobilizable	other	15845.0	97.70299999999999	99.0	0.004240489159906476	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0026_01_000000016848	1917	0.7114366098741428	2	2	2	2	1	False	1623	fragment	False	USA0026_01_000000016848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	81.39	65.0	0.0003468698889932839	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0029_000000000663	28816	0.7114307880717852	21	16	13	14	13	False	65833	maximal	True	ENG0029_000000000663	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	86.15700000000001	9.0	0.0005877163271344211	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MAD0070_000000006663	2759	0.7114268550278828	3	2	2	2	2	False	16371	maximal	True	MAD0070_000000006663	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	89.257	49.0	0.00037895845758869907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0120_000000009018	3370	0.7114266013465674	6	3	2	2	3	False	106582	maximal	True	ISR0120_000000009018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1904.0	99.265	85.0	0.000576294869158655	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
FIJ0142_000000025273	1442	0.7114177289169268	2	1	1	1	1	False	59236	fragment	False	MON0106_000000029522	0.9421852005763395		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	86.52799999999999	99.0	0.0003976651059977451	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0293_000000002372	13767	0.7114139086548159	15	11	5	8	8	False	115580	maximal	True	ISR0293_000000002372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3198.0	95.21600000000001	79.0	0.0010039043526582031	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0065_000000010061	1110	0.7113950034723459	4	2	2	2	2	False	16618	maximal	True	MAD0065_000000010061	1.0		698	14	False	False	0.99909907579422	0					non-mobilizable	other	690.0	99.71	99.0	0.0010959871599298186	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
USA0042_01_000000005559	4625	0.7113933953967556	4	3	3	2	3	False	76029	fragment	False	USA0042_01_000000005559	0.9892118009687363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	91.065	7.0	7.061123586580041e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0003_01_000000022177	1720	0.7113875795780819	2	2	1	2	2	False	2233	fragment	False	USA0003_01_000000022177	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1721.0	97.443	100.0	0.0005844541317339225	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0105_000000028123	1932	0.7113853826727683	2	2	2	2	1	False	8732	maximal	True	MON0105_000000028123	1.0		5	2	False	False	0.9948239922523499	0					non-mobilizable	no_good_hit	849.0	76.796	43.0	0.0064825318917417175	NZ_KB898332.1	CFB group bacteria	Prevotella veroralis DSM 19559 = JCM 6290 strain DSM 19559 D464DRAFT_scaffold00008.8, whole genome shotgun sequence	True	False
ISR0188_000000002265	8847	0.7113821873853716	13	9	7	9	5	False	129716	fragment	False	AST0097_000000002268	0.96254960444751		0	0	False	True	0.9997739195823669	0					non-mobilizable	other	4702.0	99.319	99.0	0.021936682333502915	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0099_000000008935	2376	0.7113810908374206	4	4	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.49377985032737587		0	0	False	False	1.0	0					non-mobilizable	other	2378.0	97.225	100.0	0.0006320707088852642	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0015_000000023787	1147	0.7113764629534981	2	2	1	2	1	False	37941	fragment	False	ISR0015_000000023787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0817_000000002011	5757	0.7113699961348278	7	3	1	2	1	True	75672	maximal	True	ISR0817_000000002011	1.0		7	3	False	False	0.9998263120651245	0					non-mobilizable	no_good_hit	555.0	95.495	10.0	0.0001474388095673416	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0273_000000003220	3075	0.7113686195774687	5	4	3	4	2	True	26383	fragment	False	ISR0273_000000003220	0.9994661921708186		0	0	False	False	0.9960975646972656	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.532878728504635e-06	NC_013790.1	euryarchaeotes	Methanobrevibacter ruminantium M1, complete sequence	True	True
AST0102_000000003855	6890	0.7113680142835533	5	3	2	3	2	False	108390	maximal	True	AST0102_000000003855	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	1.0	0.00027684334207857844	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0033_000000005586	2353	0.7113673857027822	3	3	3	3	3	False	117069	maximal	True	AST0033_000000005586	1.0		7	2	False	False	0.9923502206802368	0					non-mobilizable	no_good_hit	480.0	71.458	20.0	0.003869155193375612	NZ_JAAIPW010000009.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_9_length_121732_cov_277.833, whole genome shotgun sequence	True	False
CHI0089_000000007348	1242	0.7113639094177954	2	2	2	2	2	False	83857	fragment	False	CHI0089_000000007348	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	93.52799999999999	99.0	0.004938024790083966	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0024_000000017260	1239	0.711363631630148	3	2	1	2	1	True	49199	maximal	True	FIJ0024_000000017260	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	75.976	27.0	0.001045229343135688	NZ_LN901320.1	g-proteobacteria	Legionella saoudiensis strain LS-1, whole genome shotgun sequence	True	True
SPA0042_000000012552	2554	0.7113617041965711	4	3	3	3	3	False	73732	fragment	False	SPA0042_000000012552	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2554.0	99.53	100.0	0.00810653762252684	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
SPA0075_000000000439	17688	0.7113611580337019	24	19	5	10	19	True	123520	maximal	True	SPA0075_000000000439	1.0		2	1	False	False	0.9998869299888611	0					non-mobilizable	no_good_hit	4781.0	99.101	62.0	0.000875435428395609	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	True
ENG0079_000000020268	1637	0.7113562866580029	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.20150021314620642		0	0	False	False	1.0	0					non-mobilizable	chromosome	1637.0	99.32799999999999	100.0	0.0005772989536985772	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0050_000000022255	1731	0.7113544697808024	3	3	3	3	2	False	11328	fragment	False	MON0050_000000022255	1.0		0	0	False	False	0.9896013736724854	0					non-mobilizable	no_good_hit	286.0	71.678	16.0	0.0025498546857007074	NZ_LN866273.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0091_000000000745	23662	0.7113518666891266	15	8	3	5	5	False	43402	maximal	True	FIJ0091_000000000745	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	98.0	0.0	0.0007871359496232993	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	True	False
USA0073_01_000000001609	15326	0.7113487733257237	16	8	2	8	2	False	72160	maximal	True	USA0073_01_000000001609	0.9819444324126483		3	3	False	False	0.9992170333862305	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0004984717904319651	NZ_FUWW01000009.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0195_000000004170	5584	0.7113477448244154	8	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.630638648522064	PS1110	0	0	True	True	1.0	69		MOBV			mobilizable	other	3595.0	92.90700000000001	90.0	0.584379585847057	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0331_000000003553	5564	0.7113477448244154	8	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6304560586914777	PS1110	0	0	True	True	1.0	42		MOBV			mobilizable	other	3595.0	92.90700000000001	90.0	0.584379585847057	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0399_000000002273	5543	0.7113477448244154	7	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6413781101498381	PS1110	0	0	True	True	0.9998195767402649	13		MOBV			mobilizable	other	3363.0	93.161	90.0	0.5468775476928094	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0107_000000006997	6795	0.7113354731854342	11	5	3	3	3	True	15523	maximal	True	MON0107_000000006997	1.0		1	1	False	False	0.993818998336792	0					non-mobilizable	other	4027.0	95.406	95.0	0.0011157949692031702	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0396_000000005721	3858	0.7113339282294252	6	4	1	2	2	True	115006	fragment	False	ISR0396_000000005721	1.0		0	0	False	False	0.9950751662254333	0					non-mobilizable	no_good_hit	1259.0	98.33200000000001	52.0	0.0001775625322167313	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
CAN0020_000000014755	2502	0.7113312167689951	3	3	3	3	1	False	91886	fragment	False	CAN0020_000000014755	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2502.0	99.321	100.0	0.03738136163216501	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0133_000000000030	99309	0.7113260714355285	91	15	5	12	5	True	127415	maximal	False	SPA0046_000000000019	0.92038032316389		0	0	True	True	1.0	130					non-mobilizable	virus	46076.0	96.445	98.0	0.4648407089488105	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
USA0020_01_000000025517	1351	0.7113189690482415	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09205804546428406		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	97.929	100.0	0.0004516026378140159	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	True
USA0048_01_000000011837	1347	0.7113189690482415	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08665458946582742		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	82.896	98.0	0.06859620709471814	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0003_000000023701	1343	0.7113189690482415	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09173938429576041		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	97.84200000000001	100.0	0.00044892845491060205	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	True
AST0092_000000010104	1339	0.7113189690482415	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.08558525112936721		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	94.337	100.0	0.0003767055647329208	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ENG0021_000000014216	1244	0.7113189690482415	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.07533560374264688		0	0	False	False	0.9991961121559143	0					non-mobilizable	chromosome	1247.0	96.47200000000001	100.0	0.0003499389015693999	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
DEN0071_000000001884	14386	0.7113123121878159	13	8	6	8	3	False	70520	maximal	True	DEN0071_000000001884	1.0		13	7	False	False	0.99749755859375	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.40250287410529e-05	NZ_NBOF01000001.1	g-proteobacteria	Colwellia mytili strain KCTC 52417 KCTC52417, whole genome shotgun sequence	True	False
FIJ0058_000000034817	1239	0.7113080870233556	4	4	1	4	3	False	45955	fragment	False	FIJ0058_000000034817	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1239.0	99.919	100.0	0.01233718995087048	CP030784.2	enterobacteria	Escherichia albertii strain 2012EL-1823B plasmid unnamed1, complete sequence	False	True
CHI0078_000000002577	6668	0.7113051748765651	4	4	3	3	4	False	86694	fragment	False	CHI0078_000000002577	1.0		0	0	False	False	0.996700644493103	0					non-mobilizable	other	6581.0	99.179	99.0	0.11908899992758346	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	False	False
ENG0153_000000022378	1323	0.7113017217108344	3	2	2	2	1	False	94900	fragment	False	ENG0153_000000022378	0.9257425742574257		0	0	False	False	0.9863945841789246	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.8366484838466765e-05	NZ_FOCD01000001.1	firmicutes	Terribacillus saccharophilus strain DSM 21619, whole genome shotgun sequence	True	False
USA0015_01_000000028940	1155	0.7113007515842269	2	2	2	1	1	False	1932	maximal	True	USA0015_01_000000028940	1.0		1	1	False	False	0.993073582649231	0					non-mobilizable	no_good_hit								True	False
MON0033_000000012583	5468	0.7112992047776667	6	3	2	3	1	False	12349	fragment	False	MON0033_000000012583	1.0		0	0	False	False	0.9998171329498291	0					non-mobilizable	no_good_hit	3187.0	98.149	84.0	0.015193521757180419	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0073_000000011703	1573	0.7112950049907442	3	2	2	2	1	True	52861	fragment	False	ETH0004_000000016805	0.9205219454329774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0010_000000001130	13728	0.7112941692114236	13	13	7	9	9	False	106662	fragment	False	CAN0010_000000001130	0.9894190452607313		0	0	False	False	1.0	0					non-mobilizable	chromosome	13728.0	99.723	100.0	0.0038371292166266653	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0172_000000017903	1337	0.7112897792186141	2	1	1	1	1	False	56876	fragment	False	ENG0172_000000017903	1.0		0	0	False	False	0.9962602853775024	0					non-mobilizable	no_good_hit	1031.0	95.441	77.0	0.000287997232539713	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0001_000000009723	3504	0.7112860969079259	3	3	2	2	3	True	114143	maximal	True	SPA0001_000000009723	1.0		18	6	False	False	1.0	0					non-mobilizable	plasmid	3504.0	99.914	100.0	0.025924528022616432	CP047878.1	enterobacteria	Escherichia coli strain LD22-1 plasmid pLD22-1-135kb, complete sequence	False	True
MON0007_000000035374	1791	0.7112807436738251	4	2	2	1	1	False	13944	maximal	True	MON0007_000000035374	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	83.333	9.0	4.5020973901537174e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
TAN0015_000000001759	2919	0.7112768808475574	3	3	3	3	3	False	2530	maximal	True	TAN0015_000000001759	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	78.072	14.0	0.00016041358671931244	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
CHI0046_000000002727	4334	0.7112743237214497	4	4	4	4	4	False	122784	maximal	True	CHI0046_000000002727	1.0		24	5	False	False	1.0	0					non-mobilizable	chromosome	2311.0	98.745	100.0	0.0007281064535762792	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0191_000000007368	3797	0.7112605802174231	4	3	1	3	0	True	129129	maximal	True	ENG0191_000000007368	1.0		5	3	False	False	0.9881485104560852	0					non-mobilizable	no_good_hit	794.0	98.866	21.0	0.0034110901293461287	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ITA0005_000000002835	5965	0.7112566391946885	5	4	4	4	2	True	20396	fragment	False	ITA0005_000000002835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0139_000000004952	5237	0.7112427974521269	6	3	1	2	2	True	40448	maximal	True	FIJ0139_000000004952	1.0		0	0	False	False	0.9956081509590149	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.817722138431575e-07	CP032250.1	eudicots	Gossypioides kirkii chromosome KI_08	True	True
SPA0132_000000001721	16304	0.711239701299034	23	7	1	7	3	False	32494	maximal	True	SPA0132_000000001721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	86.538	0.0	0.00014125015402277434	NZ_UTAE01000012.1	firmicutes	Listeria thailandensis, whole genome shotgun sequence	True	False
SPA0019_000000001106	15579	0.711239701299034	19	7	1	7	3	False	7773	maximal	True	SPA0019_000000001106	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.3909108611592778e-05	CP050804.1	high GC Gram+	Arcanobacterium sp. 2701 chromosome, complete genome	True	False
CHI0114_000000006105	1289	0.7112395508901862	2	2	2	2	2	False	82273	maximal	True	CHI0114_000000006105	1.0		18	2	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	83.78399999999999	57.0	0.00664801504124648	NZ_JAAIPV010000010.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_10_length_111161_cov_93.7847, whole genome shotgun sequence	True	False
ISR0126_000000012246	3970	0.7112312795517644	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.2025068930800231	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	3975.0	98.667	100.0	0.0007931594290369799	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0041_000000044312	1535	0.7112283524772041	2	2	2	2	2	False	11785	fragment	False	MON0041_000000044312	1.0		0	0	False	False	0.9941368103027344	0					non-mobilizable	no_good_hit	254.0	72.835	16.0	6.969029242214629e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0090_000000020333	1452	0.7112199640836221	2	2	2	1	1	False	72248	fragment	False	ISR0309_000000010391	0.6801993295363818		0	0	False	False	0.9931129217147827	0					non-mobilizable	no_good_hit	55.0	85.455	4.0	2.8981058195038228e-05	NC_014147.1	g-proteobacteria	Moraxella catarrhalis BBH18, complete sequence	True	False
MON0083_000000002121	9303	0.7112196728076037	7	7	6	7	4	True	101001	maximal	True	MON0083_000000002121	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4688.0	71.95	49.0	0.0024515609205222667	NZ_CM001148.1	high GC Gram+	Parascardovia denticolens DSM 10105 = JCM 12538 strain DSM 10105 chromosome, whole genome shotgun sequence	True	True
MON0008_000000012850	2601	0.7112128010597215	5	2	2	2	0	False	13865	maximal	True	MON0008_000000012850	1.0		7	6	False	False	0.9992310404777527	0					non-mobilizable	no_good_hit	994.0	99.296	38.0	0.04942019608818992	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0081_01_000000014868	2073	0.7112128010597215	4	2	2	2	0	False	570	maximal	True	USA0081_01_000000014868	1.0		14	6	False	False	0.9971056580543518	0					non-mobilizable	no_good_hit	1048.0	85.68700000000001	53.0	0.0003470642506451921	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0399_000000008007	2013	0.7112128010597215	2	2	2	2	0	False	92625	fragment	False	ISR0399_000000008007	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	94.389	100.0	0.0006060757513397345	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0110_000000016678	1627	0.7112128010597215	3	2	2	2	0	False	14543	fragment	False	MAD0110_000000016678	1.0		0	0	False	False	0.9772587418556213	0					non-mobilizable	no_good_hit	1188.0	74.411	72.0	0.0003089827760066491	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
CHI0061_000000004798	1621	0.7112128010597215	3	2	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.28922760238779727		0	0	False	False	1.0	0					non-mobilizable	chromosome	1622.0	95.561	100.0	0.000451264919789818	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0124_000000009897	1418	0.7112128010597215	2	2	2	2	0	False	32074	fragment	False	ISR0124_000000009897	1.0		0	0	False	False	0.9985895752906799	0					non-mobilizable	other	1418.0	99.788	100.0	0.17684526039715248	NZ_CYYV01000029.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0131_000000019357	1355	0.7112128010597215	2	2	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.26289500873222815		0	0	False	False	0.9896678924560547	0					non-mobilizable	chromosome	1356.0	99.926	100.0	0.0003015568791911955	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0090_000000017139	1319	0.7112128010597215	2	2	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.18945576232504446		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	97.271	100.0	0.0003666353481574277	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0054_000000039892	1275	0.7112128010597215	2	2	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.2698435748128737		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	94.848	100.0	0.00033985444010378203	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0071_000000016311	1220	0.7112128010597215	2	2	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.2389680790831312		0	0	False	False	0.9983606338500977	0					non-mobilizable	chromosome	697.0	100.0	100.0	0.00015489563683916758	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0060_000000025834	1192	0.7112128010597215	2	2	2	2	0	False	112253	fragment	False	AST0060_000000025834	1.0		0	0	False	False	0.9974831938743591	0					non-mobilizable	no_good_hit	1049.0	87.89299999999999	88.0	0.00027773540861191984	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0063_000000025144	1192	0.7112128010597215	2	2	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.22048433014121716		0	0	False	False	0.9379194378852844	0					non-mobilizable	chromosome	1192.0	99.916	100.0	0.00026505848200495487	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0206_000000022647	1135	0.7112128010597215	2	2	2	2	0	False	53919	maximal	True	ENG0206_000000022647	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	78.112	82.0	0.006476702057716788	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
MON0012_000000052374	1123	0.7112109455430098	2	2	1	1	2	False	34986	fragment	False	MON0012_000000052374	0.9616771866546439		0	0	False	False	0.993766725063324	0					non-mobilizable	chromosome	1123.0	94.212	100.0	0.0003320030505186622	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0086_000000022151	1302	0.7111964211115172	3	1	1	1	1	False	33886	maximal	True	ISR0086_000000022151	1.0		25	4	False	False	0.9900153875350952	0					non-mobilizable	no_good_hit	859.0	83.935	66.0	0.00027854344609124285	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0802_000000008830	1893	0.7111957504732959	3	3	3	3	1	False	77888	fragment	False	ISR0802_000000008830	1.0		0	0	False	False	0.9963021874427795	0					non-mobilizable	other	1893.0	99.525	100.0	0.22550655542312276	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0214_000000006772	3917	0.7111956610124514	4	3	2	2	1	False	28234	maximal	True	ISR0214_000000006772	1.0		2	1	False	False	0.999489426612854	0					non-mobilizable	no_good_hit	925.0	85.838	24.0	0.0003129020630132435	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
CHI0125_000000002618	6020	0.7111703390255615	8	6	3	3	5	False	81656	maximal	True	CHI0125_000000002618	1.0		1	1	False	False	1.0	0		MOBB			mobilizable	no_good_hit	1948.0	93.01799999999999	74.0	0.1761615795670682	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0150_000000011800	1481	0.7111700337581152	2	1	1	1	1	False	57144	maximal	True	ENG0150_000000011800	1.0		203	15	False	False	0.9905469417572021	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00014082027812004929	NZ_JH724311.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.5, whole genome shotgun sequence	True	False
AST0106_000000002031	8889	0.7111624918632087	10	10	7	7	7	False	107531	maximal	True	AST0106_000000002031	1.0		151	10	False	False	1.0	0					non-mobilizable	other	6361.0	98.774	100.0	0.002666330161266859	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
ENG0198_000000006789	2792	0.7111592264887839	3	2	1	2	1	False	67439	fragment	False	ENG0198_000000006789	1.0		0	0	False	False	0.9942693114280701	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	5.8372129443756315e-05	NZ_CZBZ01000003.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
ISR0042_000000012734	2336	0.7111583024860616	3	3	3	3	2	False	104115	fragment	False	ISR0042_000000012734	0.9692236572835629		0	0	False	False	0.982876718044281	0					non-mobilizable	no_good_hit	970.0	86.186	71.0	0.00021520701267740668	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0112_000000001012	17073	0.7111572218267891	17	6	3	6	2	True	117516	fragment	False	MON0027_000000000929	0.696769021185234		0	0	False	True	0.9998828768730164	0					non-mobilizable	no_good_hit	102.0	84.314	1.0	0.01086002632733655	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
ISR0187_000000002292	10167	0.7111572218267891	10	6	3	6	2	True	117511	fragment	False	DEN0010_000000003007	0.8613650061479358		0	0	False	True	0.9993115067481995	0					non-mobilizable	no_good_hit	126.0	89.68299999999999	2.0	0.005961749415748558	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
SPA0013_000000002182	9792	0.7111572218267891	8	6	3	6	2	True	117511	fragment	False	DEN0010_000000003007	0.6758379317358775		0	0	False	True	0.999285101890564	0					non-mobilizable	no_good_hit	112.0	91.071	2.0	0.005294033481184719	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
DEN0065_000000001556	13774	0.7111452501629787	18	9	7	7	7	True	126203	maximal	True	DEN0065_000000001556	1.0	PS947	1	1	False	True	0.9996370077133179	0					non-mobilizable	no_good_hit	1602.0	73.658	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0043_000000008576	3044	0.7111375830594093	4	2	2	2	1	False	83113	maximal	True	MON0043_000000008576	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	94.68299999999999	58.0	0.0015515262503616519	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0141_000000012886	2102	0.7111372798208998	3	3	3	3	1	False	57734	fragment	False	ENG0141_000000012886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	81.96700000000001	6.0	0.0005055611729019212	NZ_JNZO01000007.1	high GC Gram+	Streptomyces flavochromogenes strain NRRL B-2684 contig7.1, whole genome shotgun sequence	True	False
AST0093_000000010025	1728	0.7111370801382604	3	2	2	2	1	False	109524	fragment	False	AST0093_000000010025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	87.14299999999999	4.0	8.077418663028005e-06	NZ_CP021780.1	firmicutes	Paenibacillus donghaensis strain KCTC 13049 chromosome, complete genome	True	False
SPA0116_000000017224	2336	0.7111331471022828	4	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.7357158553945546		0	0	False	False	0.9974315166473389	0					non-mobilizable	other	2336.0	99.7	100.0	0.000736808291633455	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0115_000000001472	10822	0.7111260600140663	10	7	5	6	5	False	59554	maximal	True	ENG0115_000000001472	1.0		1	1	False	False	0.9999076128005981	0					non-mobilizable	no_good_hit	259.0	72.973	2.0	0.0003132967327097824	NZ_UYZY01000003.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
MON0015_000000008337	4309	0.7111217387070361	4	3	3	3	3	False	94098	fragment	False	MON0015_000000008337	0.929217451907919		0	0	False	False	1.0	0					non-mobilizable	other	3217.0	97.917	99.0	0.08810137692687477	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ENG0171_000000008358	2852	0.7111163511148759	5	3	2	3	2	True	55802	maximal	True	ENG0171_000000008358	1.0		2	2	False	False	0.9992987513542175	0					non-mobilizable	no_good_hit	718.0	82.59100000000001	58.0	0.0002524573158498415	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0358_000000010035	1946	0.7111143448175464	4	4	2	4	2	False	64476	maximal	True	ISR0358_000000010035	1.0		1	1	False	False	0.9763617515563965	0					non-mobilizable	no_good_hit	613.0	88.41799999999999	31.0	0.000282624207742784	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0342_000000007499	2148	0.7111092462257469	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3172694996259875	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2171.0	73.837	100.0	0.2619134673979281	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0126_000000028389	1423	0.7111031377083635	2	1	1	1	1	False	41116	maximal	True	FIJ0126_000000028389	1.0		2	1	False	False	0.9831342101097107	0					non-mobilizable	no_good_hit								True	False
ISR0813_000000006358	4432	0.7110905248319407	4	4	4	4	3	False	77072	maximal	True	ISR0813_000000006358	1.0		113	12	False	False	0.9824007153511047	0					non-mobilizable	other	4173.0	99.80799999999999	94.0	0.001316472887663715	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
DEN0010_000000010364	4139	0.7110883526599353	7	3	3	2	1	True	119383	maximal	True	DEN0010_000000010364	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	75.433	14.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ENG0001_000000002068	10399	0.7110856377067373	10	9	6	7	7	False	99207	maximal	True	ENG0001_000000002068	1.0		55	10	False	False	1.0	0					non-mobilizable	no_good_hit	6580.0	84.65	73.0	0.0012494233027458895	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
USA0057_01_000000000999	22305	0.7110806897937113	22	13	10	13	6	True	997	maximal	True	USA0057_01_000000000999	1.0		3	2	False	False	0.9992378354072571	0					non-mobilizable	no_good_hit	8940.0	91.32	74.0	0.1548496781916278	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	True	True
ISR0082_000000027639	1233	0.7110726453733012	2	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.11589264224379185		0	0	False	False	0.9991889595985413	0					non-mobilizable	other	1233.0	98.21600000000001	100.0	0.005947610817699935	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
MAD0036_000000000493	27445	0.7110715082605219	59	15	6	10	10	True	18751	maximal	True	MAD0036_000000000493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3209.0	91.275	54.0	0.05672916740509694	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AST0052_000000015269	1594	0.7110682629074033	2	2	2	2	2	False	114481	fragment	False	AST0052_000000015269	1.0		0	0	False	False	0.999372661113739	0					non-mobilizable	no_good_hit	101.0	84.15799999999999	22.0	2.761790081859458e-05	CP043624.1	high GC Gram+	Glutamicibacter sp. ZJUTW chromosome, complete genome	True	False
DEN0020_000000003275	2861	0.7110610615779198	3	2	2	2	2	False	74918	fragment	False	DEN0020_000000003275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	5.936925406024582e-05	NZ_AUED01000003.1	g-proteobacteria	Pseudomonas vranovensis DSM 16006 H621DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0020_000000015983	1585	0.7110488124860035	2	2	1	2	1	False	47593	fragment	False	ISR0020_000000015983	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	99.93700000000001	100.0	0.002537839279791974	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
FIJ0144_000000024126	1319	0.7110466354867357	2	2	1	1	2	False	40047	fragment	False	FIJ0144_000000024126	1.0		0	0	False	False	0.9863532781600952	0					non-mobilizable	no_good_hit	231.0	93.074	18.0	7.741665339924745e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0036_000000013715	1792	0.7110390120122582	3	3	3	3	2	False	114894	fragment	False	ISR0216_000000008235	0.4681153191751849		0	0	False	False	0.9966517686843872	0					non-mobilizable	chromosome	1792.0	96.708	100.0	0.0007907794498011792	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0120_000000003981	5483	0.7110336566091878	9	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.6250961944827353	PS1110	0	0	True	True	1.0	11		MOBV			mobilizable	other	4044.0	92.854	94.0	0.7947908445146015	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0050_000000021988	1294	0.7110316287726461	1	1	1	1	1	False	64119	maximal	True	ENG0050_000000021988	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	78.895	77.0	0.0003347458749191144	NZ_KE159646.1	actinobacteria	Enterorhabdus caecimuris B7 acPFx-supercont1.1, whole genome shotgun sequence	True	False
MAD0060_000000003574	4134	0.7110289242811085	7	7	4	6	7	False	50902	maximal	True	MAD0060_000000003574	1.0		64	11	False	False	1.0	0					non-mobilizable	chromosome	3057.0	99.935	100.0	0.0006510348706291881	CP047594.1	enterobacteria	Escherichia coli strain LD27-1 chromosome, complete genome	False	False
DEN0011_000000002340	11818	0.7110215037328531	16	8	5	8	4	True	125264	fragment	False	DEN0011_000000002340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	77.778	5.0	0.0006824775828937495	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
USA0035_01_000000015075	1688	0.7110130344877743	2	2	2	2	1	False	1416	maximal	True	USA0035_01_000000015075	1.0		217	12	False	False	0.9893364906311035	0					non-mobilizable	other	1688.0	99.645	100.0	0.013589824145903316	NZ_CYZO01000003.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0040_000000017516	1408	0.7110104218674198	2	2	2	2	1	True	47464	fragment	False	FIJ0040_000000017516	1.0		0	0	False	False	0.9936079382896423	0					non-mobilizable	no_good_hit								True	True
ISR0223_000000007771	3543	0.7110085697401426	6	3	2	2	0	True	119821	fragment	False	ISR0223_000000007771	1.0		0	0	False	False	0.9878634214401245	0					non-mobilizable	no_good_hit	1370.0	97.81	39.0	0.01376383204486888	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0090_000000006046	2108	0.7110046480518721	3	3	3	3	2	False	15791	maximal	True	MAD0090_000000006046	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1970.0	95.88799999999999	93.0	0.007775724259943765	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0814_000000013980	2807	0.711001881347485	4	4	3	3	4	True	65060	fragment	False	ISR0814_000000013980	1.0		0	0	False	False	0.9996437430381775	0					non-mobilizable	no_good_hit	1755.0	76.125	82.0	0.14021782977006858	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
BAN0018_000000000739	3166	0.7110016365024143	3	2	2	2	2	True	114153	fragment	False	BAN0018_000000000739	0.9915669515669515		0	0	False	False	0.9981048703193665	0					non-mobilizable	chromosome	3166.0	100.0	100.0	0.0006434530230500527	CP025747.1	enterobacteria	Escherichia coli strain ML35 chromosome, complete genome	False	True
FIJ0010_000000006100	3036	0.7110016365024143	2	2	2	2	2	True	89821	fragment	False	FIJ0010_000000006100	0.9945122787881148		0	0	False	False	1.0	0					non-mobilizable	plasmid	2958.0	96.89	100.0	0.01792208107059736	KY454639.1	enterobacteria	Klebsiella pneumoniae strain INF167 plasmid INF167_p0001, complete sequence	False	True
BAN0016_000000000243	2925	0.7110016365024143	2	2	2	2	2	True	114153	fragment	False	BAN0018_000000000739	0.9675039099549524		0	0	False	False	0.9948717951774597	0					non-mobilizable	plasmid	2925.0	99.863	100.0	0.02792421116968447	CP057842.1	enterobacteria	Escherichia coli strain RHB13-C06 plasmid pRHB13-C06_2, complete sequence	False	True
BAN0013_000000000088	2925	0.7110016365024143	2	2	2	2	2	True	114153	fragment	False	BAN0018_000000000739	0.9653982034904335		0	0	False	False	0.9996581077575684	0					non-mobilizable	chromosome	2836.0	100.0	100.0	0.00046918939959644747	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
MAD0101_000000009518	2925	0.7110016365024143	3	2	2	2	2	True	114139	fragment	False	MAD0101_000000009518	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2928.0	96.072	100.0	0.020779313039462934	CP054455.1	enterobacteria	Escherichia coli strain SCU-487 plasmid pSCU-487-1, complete sequence	False	True
MAD0052_000000005851	2883	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.9866298541966501		0	0	False	False	0.9993062615394592	0					non-mobilizable	plasmid	2883.0	99.965	100.0	0.019768159681734	CP055255.1	enterobacteria	Escherichia coli strain AH01 plasmid pAH01-4, complete sequence	False	True
FIJ0122_000000005792	2870	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.9866807047648178		0	0	False	False	1.0	0					non-mobilizable	plasmid	2870.0	100.0	100.0	0.02098848522978331	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
ENG0068_000000008207	2870	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.9866807047648178		0	0	False	False	1.0	0					non-mobilizable	plasmid	2870.0	100.0	100.0	0.02098848522978331	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
SPA0068_000000004139	2870	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.9866807047648178		0	0	False	False	1.0	0					non-mobilizable	plasmid	2870.0	100.0	100.0	0.02098848522978331	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
AST0053_000000003418	2870	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.9866807047648178		0	0	False	False	1.0	0					non-mobilizable	plasmid	2870.0	100.0	100.0	0.02098848522978331	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
ENG0049_000000006841	2870	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.9866807047648178		0	0	False	False	1.0	0					non-mobilizable	plasmid	2870.0	100.0	100.0	0.02098848522978331	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
SPA0078_000000002600	2869	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.9865141264685547		0	0	False	False	1.0	0					non-mobilizable	plasmid	2869.0	100.0	100.0	0.02098116961973459	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
FIJ0033_000000013028	2700	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.9571951709415094		0	0	False	False	0.9996296167373657	0					non-mobilizable	plasmid	2700.0	100.0	100.0	0.019744831521500576	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
FIJ0079_000000010501	2685	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.9535452637070821		0	0	False	False	1.0	0					non-mobilizable	plasmid	2685.0	100.0	100.0	0.01963509737076975	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
MAD0057_000000006106	2668	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.9483014518007501		0	0	False	False	1.0	0					non-mobilizable	plasmid	2668.0	100.0	100.0	0.019510731999941477	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
SPA0094_000000005033	2664	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.948935092426342		0	0	False	False	1.0	0					non-mobilizable	plasmid	2664.0	99.962	100.0	0.019481469559746587	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
CHI0049_000000006352	2533	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.33746886440303275		0	0	False	False	1.0	0					non-mobilizable	plasmid	2534.0	99.448	100.0	0.01852312464336401	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
CHI0063_000000005104	2528	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.5544340361220511		0	0	False	False	1.0	0					non-mobilizable	plasmid	2528.0	99.96	100.0	0.019704010978728714	CP019007.1	enterobacteria	Escherichia coli strain Ecol_AZ159 plasmid pECAZ159_1, complete sequence	False	True
DEN0085_000000012670	2406	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.3824034040344799		0	0	False	False	1.0	0					non-mobilizable	plasmid	2406.0	100.0	100.0	0.014071815995646806	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
ENG0066_000000008161	2382	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.33196717435049217		0	0	False	False	0.9995802044868469	0					non-mobilizable	plasmid	2382.0	100.0	100.0	0.018084459972656845	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
MAD0012_000000011932	2366	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.3265096048321362		0	0	False	False	1.0	0					non-mobilizable	plasmid	2366.0	99.915	100.0	0.033332393730973055	CP053385.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-1, complete sequence	False	True
CHI0009_000000003779	2180	0.7110016365024143	2	2	2	2	2	True	114138	fragment	False	AST0053_000000003418	0.21615494363575324		0	0	False	False	1.0	0					non-mobilizable	plasmid	2180.0	99.954	100.0	0.02462007796169708	JF267652.1	enterobacteria	Salmonella enterica subsp. enterica serovar Dublin strain 853 plasmid pSD_88, complete sequence	False	True
FIJ0104_000000011984	2176	0.7110016365024143	2	2	2	2	2	True	89815	fragment	False	FIJ0104_000000011984	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2161.0	97.91799999999999	99.0	0.01650530691465381	MN423365.1	enterobacteria	Leclercia adecarboxylata strain L21 plasmid pL21-1NR, complete sequence	False	True
USA0117_01_000000005664	4376	0.7110010221462264	5	4	4	4	1	True	131104	maximal	True	USA0117_01_000000005664	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	98.325	22.0	0.006017522723402108	NZ_WNCH01000001.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold1_size158588, whole genome shotgun sequence	True	True
ISR0107_000000013289	2001	0.7109944295748766	3	1	1	1	1	False	121240	fragment	False	ISR0107_000000013289	0.9630958482829318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	87.671	4.0	0.0013149609215838797	NZ_AMRI01000029.1	g-proteobacteria	Gallaecimonas xiamenensis 3-C-1 contig29, whole genome shotgun sequence	True	False
SPA0141_000000015702	1432	0.7109909592089241	2	1	1	1	1	False	32140	fragment	False	ISR0122_000000013058	0.9708885457358458		0	0	False	False	0.9958100318908691	0					non-mobilizable	chromosome	1423.0	81.658	99.0	0.00039596086363091076	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0003_000000012544	1787	0.7109900815622718	3	3	2	3	1	False	67851	fragment	False	ENG0003_000000012544	1.0		0	0	False	False	0.989367663860321	0					non-mobilizable	no_good_hit								True	False
ISR0107_000000011770	2203	0.7109887958919897	3	2	2	1	2	False	60377	fragment	False	ENG0102_000000011870	0.9608714043993232		0	0	False	False	0.9927371740341187	0					non-mobilizable	no_good_hit								True	False
ISR0105_000000007217	2493	0.710987719806607	3	3	3	2	2	False	49231	fragment	False	FIJ0024_000000007929	0.9451975213013168		0	0	False	False	0.9995988607406616	0					non-mobilizable	no_good_hit	1273.0	77.848	51.0	0.00040409771736022365	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0018_000000009487	3058	0.7109874552314143	3	3	3	3	2	False	106511	fragment	False	SPA0018_000000009487	1.0		0	0	False	False	0.9990189671516418	0					non-mobilizable	other	3059.0	99.085	100.0	0.0010679378982059902	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
ENG0107_000000009482	2873	0.7109806290234957	4	4	1	4	2	False	60954	maximal	False	SPA0104_000000011508	0.9379010358819571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	84.0	3.0	2.468050420268964e-05	CP046252.1	a-proteobacteria	Sphingobium sp. CAP-1 chromosome MIN1, complete sequence	True	False
ISR0172_000000002595	6155	0.7109791093449642	9	4	3	3	4	False	100067	backbone	False	ENG0060_000000003853	0.9984331212196896	PS336|PS567	0	0	True	True	0.9998375177383423	23					non-mobilizable	no_good_hit	464.0	74.138	7.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	True
FIJ0109_000000010286	2556	0.7109750162563047	3	2	2	2	2	False	89436	fragment	False	FIJ0109_000000010286	1.0		0	0	False	False	0.9823943376541138	0					non-mobilizable	no_good_hit	790.0	97.595	31.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
MAD0033_000000013676	1510	0.7109739932444809	2	2	2	2	1	True	18865	maximal	True	MAD0033_000000013676	0.9459368703828073		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	76.55199999999999	9.0	3.238780703983198e-05	NZ_LS483476.1	firmicutes	Bacillus lentus strain NCTC4824 chromosome 1	True	True
FIJ0092_000000011896	2735	0.7109738004498432	4	3	2	3	2	True	43323	maximal	True	FIJ0092_000000011896	1.0		1	1	False	False	0.9945155382156372	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.001422118119457922	NZ_QBLM01000007.1	spirochetes	Borreliella turdi strain TPT2017 plasmid cp32-5, whole genome shotgun sequence	True	True
FIJ0004_000000016621	1574	0.7109687025081484	2	2	1	2	1	False	51984	fragment	False	FIJ0004_000000016621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0776_000000006970	3621	0.710962941054461	5	5	5	4	4	False	24393	fragment	False	ISR0776_000000006970	1.0		0	0	False	False	0.9994476437568665	0					non-mobilizable	no_good_hit	254.0	72.047	7.0	6.906694731612248e-05	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	True	False
ISR0119_000000020410	1525	0.7109607877951554	2	2	2	2	2	False	122121	fragment	False	SPA0106_000000024647	0.9867365267063282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	93.527	74.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0006_000000014115	2275	0.7109596667000039	4	2	1	2	1	False	8248	maximal	True	SPA0006_000000014115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0193_000000012419	2169	0.7109516317859873	4	4	4	2	2	False	29092	maximal	True	ISR0193_000000012419	1.0		22	5	False	False	0.9953895807266235	0					non-mobilizable	chromosome	2169.0	99.17	99.0	0.00044853277828695666	CP056474.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00473 chromosome, complete genome	False	False
MON0105_000000007336	6852	0.7109493802106213	5	4	3	4	3	False	17004	maximal	True	MON0105_000000007336	1.0		1	1	False	False	0.9924109578132629	0					non-mobilizable	no_good_hit	3054.0	98.396	45.0	0.4641228336880511	NZ_WNAJ01000052.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold52_size6578, whole genome shotgun sequence	True	False
ISR0231_000000014388	1380	0.7109450354815136	2	2	2	2	2	False	62070	fragment	False	ISR0231_000000014388	0.9568867792265018		0	0	False	False	0.9905797243118286	0					non-mobilizable	chromosome	1380.0	93.986	100.0	0.00036954895197096346	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0802_000000000457	16060	0.7109442214650653	15	13	6	13	10	True	122698	maximal	False	ISR0854_000000000205	0.6946818106010632		0	0	False	False	0.9996886849403381	0					non-mobilizable	chromosome	16060.0	99.944	100.0	0.002907958996311406	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	True
SPA0087_000000000832	15649	0.7109442214650653	15	13	6	13	10	True	122698	maximal	False	ISR0854_000000000205	0.6840487274253066		0	0	False	False	1.0	0					non-mobilizable	other	15649.0	99.97399999999999	100.0	0.003304833509085652	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0048_000000007999	2350	0.710944031615925	4	3	2	3	2	True	86922	fragment	False	CHI0048_000000007999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0105_000000000229	32059	0.7109388615708316	32	27	8	14	25	True	123804	fragment	False	ISR0105_000000000229	0.9590599344661747		0	0	False	False	1.0	0					non-mobilizable	other	31979.0	99.991	99.0	0.006074950735299286	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
ISR0286_000000007323	2373	0.7109269835492754	2	1	1	1	1	False	26040	fragment	False	ISR0286_000000007323	1.0		0	0	False	False	0.9780868291854858	0					non-mobilizable	no_good_hit	78.0	100.0	3.0	3.254612567961171e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
SPA0105_000000016182	1513	0.7109236756339781	2	2	2	2	1	False	116527	fragment	False	SPA0105_000000016182	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	96.03399999999999	100.0	0.0004289318659756823	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0068_000000024901	1294	0.7109211606099438	2	2	2	2	1	False	45026	fragment	False	ISR0074_000000022260	0.6603769499747295		0	0	False	False	0.9899536371231079	0					non-mobilizable	other	1294.0	97.759	100.0	0.00036704758617244024	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0852_000000007590	1584	0.7109207574497813	3	1	1	1	1	False	20539	fragment	False	ISR0852_000000007590	1.0		0	0	False	False	0.9993686676025391	0					non-mobilizable	no_good_hit	938.0	74.094	59.0	0.0002631501255853458	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0080_000000049868	1178	0.7109207574497813	1	1	1	1	1	False	10008	fragment	False	MON0080_000000049868	1.0		0	0	False	False	0.9685908555984497	0					non-mobilizable	no_good_hit	938.0	74.094	79.0	0.0002631501255853458	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0160_000000006624	4038	0.7109177343663415	6	4	2	2	4	False	30438	maximal	True	ISR0160_000000006624	1.0		2	2	False	False	0.9972758889198303	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.971890658003271e-07	CP050579.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 37a	True	False
FIJ0046_000000006045	4402	0.7109175293773005	5	5	5	5	5	False	46987	maximal	True	FIJ0046_000000006045	1.0		0	0	False	False	0.9984098076820374	0					non-mobilizable	no_good_hit	1037.0	70.58800000000001	23.0	0.0026865601294576344	NZ_QJKD01000006.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_106, whole genome shotgun sequence	True	False
CHI0115_000000001172	6365	0.7109090146670821	7	6	3	4	5	False	82256	maximal	True	CHI0115_000000001172	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	6367.0	99.45	100.0	0.038680180207567014	LS992186.1	enterobacteria	Escherichia coli isolate Escherichia coli str. 3426 genome assembly, plasmid: 2	False	True
ISR0817_000000001345	9055	0.7109028292400803	12	8	5	4	6	False	102157	maximal	False	ISR0256_000000002091	0.7017411603622602		0	0	False	False	0.9998895525932312	0					non-mobilizable	no_good_hit	2626.0	93.336	43.0	0.000507947225367318	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
SPA0012_000000020722	1144	0.7108901366259485	1	1	1	1	1	False	7991	fragment	False	SPA0012_000000020722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	11.0	1.4688379355438305e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0035_000000022023	1330	0.7108793261315012	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.12746146689391227	PS730	0	0	False	True	0.995488703250885	0					non-mobilizable	other	1330.0	95.94	100.0	0.00041344965091658894	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0012_000000012262	2302	0.7108720496604991	4	4	4	3	3	False	106609	fragment	False	ENG0027_000000009711	0.9384366339112115		0	0	False	False	0.9986968040466309	0					non-mobilizable	other	2304.0	94.661	100.0	0.008993215782150354	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0010_000000016865	1513	0.7108709234048106	2	2	2	2	2	False	45154	maximal	True	SPA0010_000000016865	0.9917794242596127		443	13	False	False	0.9993390440940857	0					non-mobilizable	other	1513.0	99.934	100.0	0.03247910983180461	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0170_000000001247	8908	0.710870606374321	7	7	4	2	4	False	120734	maximal	True	CHI0170_000000001247	1.0		17	7	False	False	1.0	0					non-mobilizable	chromosome	8075.0	92.322	99.0	0.0011386186652948438	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
AST0118_000000020484	1520	0.7108658182993769	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.07000929492911505	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1464.0	82.65	96.0	0.04410963877291704	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ISR0282_000000008401	2601	0.7108647983640142	4	3	3	2	3	False	86238	fragment	False	CHI0055_000000005804	0.9427425237053246		0	0	False	False	1.0	0					non-mobilizable	plasmid	2601.0	100.0	100.0	0.020936843207202273	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0020_000000025328	1100	0.7108647841359548	2	2	2	2	2	False	71603	fragment	False	FIJ0138_000000015931	0.9443846034825456		0	0	False	False	0.9972727298736572	0					non-mobilizable	other	1095.0	99.45200000000001	99.0	0.0003973002467692118	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0095_000000007134	2844	0.7108620049609029	5	5	5	4	3	False	84698	fragment	False	SPA0095_000000007134	0.9883203559510567		0	0	False	False	0.99964839220047	0					non-mobilizable	other	2830.0	99.329	100.0	0.0007400854476574175	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
AST0104_000000027063	1303	0.7108604494511565	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2256093968535801		0	0	False	False	1.0	0					non-mobilizable	chromosome	1303.0	100.0	100.0	0.00043824557706878336	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0112_000000016339	1160	0.7108552068983869	1	1	1	1	1	False	82375	maximal	True	CHI0112_000000016339	1.0		8	2	False	False	0.9948275685310364	0					non-mobilizable	chromosome	1088.0	83.54799999999999	94.0	0.00032842521772927106	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	False	False
MAD0047_000000006409	5437	0.7108488540795795	5	4	3	4	1	True	129414	fragment	False	MAD0047_000000006409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	81.631	27.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0016_000000001952	15640	0.7108419690379383	14	12	7	9	9	False	115380	fragment	False	CAN0016_000000001952	1.0		0	0	False	False	0.9997442364692688	0					non-mobilizable	no_good_hit	5310.0	88.569	48.0	0.0009378741897591818	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0400_000000007528	2435	0.7108395903821626	5	1	1	1	1	True	22556	maximal	True	ISR0400_000000007528	1.0		2	2	False	False	0.9938398599624634	0					non-mobilizable	no_good_hit								True	True
ISR0814_000000013609	2877	0.7108233980611514	2	2	2	2	2	False	21611	fragment	False	ISR0814_000000013609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	79.508	34.0	0.14061592097617664	NZ_JAAISM010000123.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_123_length_6884_cov_176.512, whole genome shotgun sequence	True	False
ISR0103_000000026516	1157	0.7108220886302252	3	2	2	1	1	True	33003	fragment	False	ISR0858_000000009278	0.9377646062658764		0	0	False	False	0.9991356730461121	0					non-mobilizable	other	1158.0	89.119	100.0	0.00034804946276638507	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0072_000000002887	8535	0.7108059312636827	13	6	3	5	3	True	82704	maximal	True	FIJ0072_000000002887	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2238.0	81.367	50.0	0.004758520598850078	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	True
SPA0030_000000007187	4206	0.7108054314947183	4	4	3	4	4	True	118312	fragment	False	AUS0024_000000008128	0.9620083519364508		0	0	False	False	0.995958149433136	0					non-mobilizable	no_good_hit	427.0	86.417	28.0	0.0008865897034315621	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0115_000000004818	1661	0.7108041805009199	3	3	3	3	1	True	131057	maximal	True	CHI0115_000000004818	1.0		1	1	False	False	0.9825406670570374	0					non-mobilizable	chromosome	1650.0	94.485	99.0	0.0002556999521458007	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
SPA0126_000000007880	4678	0.7108028915975909	5	4	0	1	4	False	51571	backbone	True	SPA0126_000000007880	1.0	PS206	1	1	True	True	0.9985036253929138	20					non-mobilizable	no_good_hit	77.0	90.90899999999999	2.0	0.028421839940164548	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
MAD0110_000000018888	1410	0.7107933714369682	2	2	2	2	1	False	29149	maximal	True	MAD0110_000000018888	0.9887071651090342		26	9	False	False	0.9992907643318176	0					non-mobilizable	other	1336.0	83.458	94.0	0.00488405439177857	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
ENG0154_000000020935	1578	0.710790561115698	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.5690335381737228		0	0	False	False	0.9847908616065979	0					non-mobilizable	other	1559.0	100.0	99.0	0.009056138760041386	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
CHI0120_000000000327	23974	0.7107890369385851	26	18	6	13	12	True	116746	fragment	False	AUS0014_000000000962	0.9867931597434106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
SPA0025_000000009940	2153	0.7107886819206642	3	3	3	2	3	False	131700	fragment	False	ISR0264_000000003339	0.21311828556065815		0	0	False	False	1.0	0					non-mobilizable	other	2173.0	96.226	100.0	0.042109344707250876	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ISR0349_000000004182	2422	0.7107823208125152	2	1	1	1	1	False	42154	fragment	False	ISR0349_000000004182	0.9943960149439601		0	0	False	False	0.9909166097640991	0					non-mobilizable	other	2419.0	98.801	99.0	0.0008425139948612918	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0081_000000010271	1216	0.7107819700864744	1	1	1	1	1	False	5608	fragment	False	SPA0081_000000010271	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	99.589	100.0	0.000701709804012163	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MON0079_000000010834	2112	0.7107801181668728	2	2	2	2	2	False	10096	maximal	True	MON0079_000000010834	1.0		1	1	False	False	0.9715909361839294	0					non-mobilizable	other	2081.0	91.446	98.0	0.026351583256003154	NZ_JAAIQH010000014.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_14_length_78667_cov_335.352, whole genome shotgun sequence	False	False
ISR0229_000000004534	3415	0.7107698703088895	4	3	3	2	1	True	91068	maximal	True	ISR0229_000000004534	1.0		0	0	False	False	0.9961932897567749	0					non-mobilizable	no_good_hit	870.0	84.25299999999999	25.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0047_000000035030	1361	0.7107694399019142	2	2	2	2	2	False	112602	fragment	False	MAD0088_000000017435	0.7064871754067894		0	0	False	False	0.9977957606315613	0					non-mobilizable	no_good_hit	1098.0	73.679	79.0	0.0071322120502448376	AP014513.1	firmicutes	Clostridium botulinum B str. Osaka05 DNA, contig: Osaka05p1_contig003, extrachromosome 1, complete sequence	True	False
SPA0042_000000026422	1294	0.7107679445497178	2	2	2	1	1	False	6833	fragment	False	SPA0042_000000026422	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1294.0	100.0	100.0	0.0004075504954433459	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0075_000000007180	3378	0.7107622523917694	5	2	1	2	2	False	123759	fragment	False	SPA0071_000000006026	0.5507659560228688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2330.0	98.369	83.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0155_000000005354	3357	0.7107622523917694	6	2	1	2	2	False	123759	fragment	False	SPA0071_000000006026	0.6893689900383528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2330.0	98.32600000000001	83.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CAN0006_000000014173	3185	0.7107622523917694	4	2	1	2	2	False	97027	fragment	False	CAN0006_000000014173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2361.0	97.416	83.0	0.4206023881661023	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0154_000000002423	2938	0.7107622523917694	5	2	1	2	2	False	106919	fragment	False	SPA0089_000000012237	0.8438187304047775		0	0	False	False	0.998298168182373	0					non-mobilizable	no_good_hit	2366.0	98.352	81.0	0.42131527356977366	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0153_000000006033	2933	0.7107622523917694	5	2	1	2	2	False	106919	fragment	False	SPA0089_000000012237	0.8390279006762069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2330.0	98.32600000000001	79.0	0.41489930493673144	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
USA0145_01_000000009456	2562	0.7107622523917694	3	2	1	2	2	False	130146	fragment	False	USA0145_01_000000009456	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1711.0	84.454	100.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0103_000000011779	2415	0.7107622523917694	4	2	1	2	2	False	130145	fragment	False	ISR0103_000000011779	0.9949197508334967		0	0	False	False	1.0	0					non-mobilizable	plasmid	1711.0	84.337	100.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
SPA0136_000000017293	2386	0.7107622523917694	5	2	1	2	2	False	106917	fragment	False	SPA0136_000000017293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1838.0	98.259	77.0	0.32721440028515414	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
USA0047_01_000000015726	2296	0.7107622523917694	3	2	1	2	2	False	130145	fragment	False	ISR0103_000000011779	0.9899988323113118		0	0	False	False	1.0	0					non-mobilizable	plasmid	1711.0	84.454	100.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0119_01_000000010626	2293	0.7107622523917694	3	2	1	2	2	False	130145	fragment	False	ISR0103_000000011779	0.9901035448379463		0	0	False	False	1.0	0					non-mobilizable	plasmid	1711.0	84.454	99.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0069_01_000000027113	2266	0.7107622523917694	3	2	1	2	2	False	130145	fragment	False	ISR0103_000000011779	0.9860142674950807		0	0	False	False	1.0	0					non-mobilizable	plasmid	1711.0	84.454	100.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0125_01_000000010690	2250	0.7107622523917694	3	2	1	2	2	False	130145	fragment	False	ISR0103_000000011779	0.9831403205657931		0	0	False	False	1.0	0					non-mobilizable	plasmid	1712.0	84.463	100.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0133_01_000000010132	2248	0.7107622523917694	3	2	1	2	2	False	130145	fragment	False	ISR0103_000000011779	0.9828903571424346		0	0	False	False	1.0	0					non-mobilizable	plasmid	1711.0	84.454	100.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0034_01_000000023717	2248	0.7107622523917694	3	2	1	2	2	False	130145	fragment	False	ISR0103_000000011779	0.9821648723361245		0	0	False	False	1.0	0					non-mobilizable	plasmid	1711.0	84.454	100.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0066_01_000000009230	2248	0.7107622523917694	3	2	1	2	2	False	130145	fragment	False	ISR0103_000000011779	0.9828446337727611		0	0	False	False	1.0	0					non-mobilizable	plasmid	1712.0	84.463	100.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
SPA0005_000000013991	2076	0.7107622523917694	4	2	1	2	2	False	106916	fragment	False	SPA0005_000000013991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1625.0	83.69200000000001	84.0	0.31484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
SPA0132_000000020000	2063	0.7107622523917694	4	2	1	2	2	False	99867	fragment	False	ISR0206_000000012244	0.7224964739069111		0	0	False	False	1.0	0					non-mobilizable	plasmid	2069.0	85.065	100.0	0.3972946859903382	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
SPA0052_000000013547	2055	0.7107622523917694	4	2	1	2	2	False	99867	fragment	False	ISR0206_000000012244	0.7207042569042259		0	0	False	False	1.0	0					non-mobilizable	plasmid	2061.0	85.007	100.0	0.3957487922705314	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
MON0019_000000047833	1400	0.7107622523917694	2	2	1	2	2	False	13155	fragment	False	MON0019_000000047833	1.0		0	0	False	False	0.9964285492897034	0					non-mobilizable	plasmid	1406.0	83.713	100.0	0.26917874396135266	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
MON0011_000000003793	9930	0.7107593923133777	10	5	2	4	3	True	109387	fragment	False	MON0011_000000003793	1.0		0	0	False	False	0.9998992681503296	0					non-mobilizable	no_good_hit								True	True
CAN0016_000000015889	3040	0.7107588628692448	4	3	2	3	3	True	115610	maximal	True	CAN0016_000000015889	0.9846237337192474		35	7	False	False	0.9996710419654846	0					non-mobilizable	no_good_hit	1529.0	92.28299999999999	50.0	0.11349100104120184	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ENG0151_000000008495	2764	0.7107588628692448	4	3	2	3	3	True	115610	maximal	False	CAN0016_000000015889	0.9407894736842106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	91.113	45.0	0.09274133571322327	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
CHI0064_000000006594	2710	0.7107571960592372	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8857831773215603	PS721	0	0	False	True	0.9996309876441956	0					non-mobilizable	no_good_hit	2291.0	74.291	83.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0021_01_000000002722	6736	0.7107532879339951	8	7	1	5	7	False	83092	maximal	True	USA0021_01_000000002722	1.0	PS412	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	942.0	99.682	54.0	0.00018078284157582698	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	True
ISR0027_000000014451	1787	0.7107532067090053	2	2	2	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.10188541630393097		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	99.44	100.0	0.003929281729059964	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0113_000000021296	1770	0.7107532067090053	2	2	2	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.10124057359421566		0	0	False	False	0.9977400898933411	0					non-mobilizable	other	1770.0	99.04	100.0	0.0038918809511237834	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0140_000000002109	11557	0.7107518954794896	11	7	3	4	4	True	105660	fragment	False	AST0140_000000002109	0.9998680970805487		0	0	False	False	0.9993077516555786	0					non-mobilizable	no_good_hit	72.0	98.611	1.0	1.557858416485881e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0055_000000002350	11372	0.7107518954794896	11	7	3	4	4	True	105660	fragment	False	AST0140_000000002109	0.9918664013152202		0	0	False	False	0.9998241066932678	0					non-mobilizable	no_good_hit	75.0	98.667	1.0	1.6246237771924186e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0230_000000008292	3633	0.7107483505186214	4	4	4	3	2	False	27548	maximal	True	ISR0230_000000008292	1.0		46	8	False	False	0.996696949005127	0					non-mobilizable	no_good_hit	2240.0	82.679	85.0	0.00042078978918906493	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
FIJ0066_000000003817	7543	0.7107438668541592	11	4	2	3	3	False	45383	maximal	True	FIJ0066_000000003817	1.0		2	1	False	False	0.9966856837272644	0					non-mobilizable	no_good_hit								True	False
CHI0123_000000010225	1374	0.7107399791261888	3	2	2	2	2	False	81707	fragment	False	CHI0123_000000010225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	76.4	18.0	0.0015929053944228806	NZ_CACZYW010000008.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
FIJ0043_000000027439	1127	0.7107330870168688	2	2	2	2	2	False	47151	fragment	False	FIJ0043_000000027439	0.9911032028469751		0	0	False	False	0.9804791212081909	0					non-mobilizable	other	1127.0	98.40299999999999	100.0	0.007834098173436489	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
MON0101_000000013822	4207	0.7107294362204303	4	2	1	2	0	True	98576	maximal	True	MON0101_000000013822	1.0		0	0	False	False	0.990492045879364	0					non-mobilizable	no_good_hit	664.0	99.84899999999999	16.0	0.00013459105937779954	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	True
SPA0089_000000028858	1295	0.7107278854642282	2	2	2	2	2	False	5408	maximal	True	SPA0089_000000028858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	77.8	38.0	0.00013130757140678156	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0003_000000016775	1536	0.7107221663659457	3	2	2	2	1	False	38593	fragment	False	ISR0003_000000016775	1.0		0	0	False	False	0.9993489384651184	0					non-mobilizable	other	1281.0	90.867	97.0	0.007625441190498903	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	False	False
ISR0817_000000003395	3440	0.7107197785272383	7	1	1	1	1	False	94027	maximal	True	ISR0817_000000003395	1.0		4	3	False	False	0.9779070019721985	0					non-mobilizable	no_good_hit	1083.0	71.653	31.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0032_000000003886	7605	0.7107114901278345	10	8	6	7	7	False	36976	fragment	False	ISR0032_000000003886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	85.755	9.0	0.0006291120481668945	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
AST0097_000000014606	1448	0.7107106110714237	2	2	2	1	1	False	108946	fragment	False	AST0097_000000014606	1.0		0	0	False	False	0.9834254384040833	0					non-mobilizable	no_good_hit	780.0	71.41	53.0	0.0003616081855711299	LT906445.1	firmicutes	Veillonella parvula strain NCTC11810 genome assembly, chromosome: 1	True	False
MON0019_000000042751	1573	0.7107092362585784	2	1	1	1	1	True	13167	fragment	False	MON0019_000000042751	1.0		0	0	False	False	0.9370629191398621	0					non-mobilizable	no_good_hit	816.0	79.41199999999999	51.0	0.0010527731952972648	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0376_000000003244	5576	0.7107026901096571	4	4	4	4	4	False	90872	fragment	False	CHI0126_000000002565	0.9509349955476403		0	0	False	False	0.9998206496238708	0					non-mobilizable	other	5576.0	100.0	100.0	0.0009731047802572314	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MON0090_000000036736	1661	0.7107012143163048	2	2	2	2	1	False	52272	fragment	False	MON0090_000000036736	0.9717479610899316		0	0	False	False	0.9626730680465698	0					non-mobilizable	chromosome	1460.0	86.712	98.0	0.0005137819539028903	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0031_000000014263	1900	0.7106996071238557	3	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.20024811329523762		0	0	False	False	1.0	0					non-mobilizable	other	1674.0	87.993	94.0	0.0003875144297215402	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0023_000000016067	1927	0.7106972670103336	4	3	3	3	2	False	107580	maximal	True	ISR0023_000000016067	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	96.023	64.0	0.14182027649769585	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
DEN0010_000000000831	26752	0.7106926538676753	19	11	8	10	6	True	76061	fragment	False	DEN0010_000000000831	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	73.077	2.0	0.00023963832017553842	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0025_000000006728	3420	0.7106913885678696	5	4	2	2	3	True	130603	fragment	False	ISR0183_000000010028	0.8120554044869842		0	0	False	False	0.9973683953285217	0		MOBV			mobilizable	other	1537.0	95.771	90.0	0.3016969218626677	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0041_000000008436	3047	0.7106913885678696	5	4	2	2	3	True	130603	fragment	False	ISR0183_000000010028	0.7438964243715539		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1537.0	95.185	89.0	0.3016969218626677	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0147_000000006717	2885	0.7106913885678696	4	4	2	2	3	True	130603	fragment	False	ISR0183_000000010028	0.6707440355373302		0	0	False	False	0.9989601373672485	0		MOBV			mobilizable	no_good_hit	1517.0	95.25399999999999	88.0	0.297750591949487	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0105_000000008963	3337	0.7106846376746139	4	4	4	4	3	False	71519	maximal	True	FIJ0105_000000008963	1.0		350	13	False	False	0.9955049157142639	0					non-mobilizable	chromosome	3337.0	98.65100000000001	100.0	0.0015143110565587917	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
ISR0016_000000003853	4955	0.7106790325312109	6	4	2	4	1	False	122854	fragment	False	ISR0104_000000005033	0.9907196166206823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	92.541	9.0	0.0001471477161933415	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0138_000000013903	2105	0.7106749190692809	3	3	3	3	3	False	113809	fragment	False	ISR0098_000000007100	0.7706277383736345		0	0	False	False	1.0	0					non-mobilizable	other	2044.0	95.988	96.0	0.007895971735833982	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0294_000000016464	1142	0.7106748096049688	1	1	1	1	1	False	25745	fragment	False	ISR0294_000000016464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0159_000000009247	2584	0.7106697455032318	3	2	2	2	2	False	39408	fragment	False	FIJ0159_000000009247	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	94.68299999999999	38.0	0.15816739517565162	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0023_000000013036	1345	0.7106681651839617	2	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.05227328781930316		0	0	False	False	1.0	0					non-mobilizable	chromosome	1345.0	87.881	100.0	0.00042362557298983517	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0310_000000007308	2265	0.7106664364295102	5	4	2	3	3	False	25331	maximal	True	ISR0310_000000007308	1.0		1	1	False	False	0.99823397397995	0					non-mobilizable	no_good_hit	829.0	96.26100000000001	37.0	0.998792270531401	GQ882843.1		Uncultured organism clone VC1D585TF genomic sequence	True	False
FIJ0094_000000012378	1647	0.7106658457708561	2	1	1	1	1	False	88817	maximal	True	FIJ0094_000000012378	0.9975384615384615		515	11	False	False	1.0	0					non-mobilizable	other	1647.0	99.575	100.0	0.0005284468798518551	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0046_01_000000001642	6366	0.7106652391863785	6	3	0	3	1	False	91110	fragment	False	USA0046_01_000000001642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000029154	1456	0.7106641455308635	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9518074579608274		0	0	False	False	0.9876373410224915	0					non-mobilizable	other	1456.0	99.038	100.0	0.00381254339879728	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ENG0109_000000006037	4034	0.7106614600053734	7	5	4	4	4	False	109334	fragment	False	ISR0038_000000006956	0.96056133559158		0	0	False	False	0.9975210428237915	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	1.699791936278935e-05	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
AST0148_000000004656	7044	0.7106471767803341	8	6	5	5	4	False	105196	maximal	True	AST0148_000000004656	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	95.833	2.0	2.6923978449957147e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0103_000000020025	2538	0.7106441082024111	3	3	2	3	3	False	76524	fragment	False	SPA0141_000000008412	0.9352012013145341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	72.817	19.0	0.003434190831899506	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
MON0092_000000006958	6537	0.7106422396677892	8	7	3	5	6	True	123556	backbone	False	ISR0826_000000002301	0.5381126464220293	PS902	0	0	False	True	0.9969404935836792	0	rep_cluster_1702				non-mobilizable	other	3895.0	98.819	96.0	0.0010347254828652489	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0149_000000010161	3678	0.7106418390019995	2	1	1	1	1	False	45063	fragment	False	SPA0149_000000010161	1.0		0	0	False	False	0.9986405372619629	0					non-mobilizable	no_good_hit	1162.0	78.055	78.0	0.00186422849745125	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0083_000000013025	2030	0.7106412763357822	4	3	2	3	2	False	131640	fragment	False	ISR0083_000000013025	1.0		0	0	False	False	0.9960591197013855	0					non-mobilizable	other	1260.0	95.476	100.0	0.050609486261415294	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
USA0072_01_000000006056	3343	0.7106261799315898	5	2	2	2	1	False	60659	fragment	False	USA0072_01_000000006056	0.9998499849984999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	94.845	3.0	1.8114152720993617e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ENG0099_000000005408	3333	0.7106261799315898	5	2	2	2	1	False	60659	fragment	False	USA0072_01_000000006056	0.9983547711636255		0	0	False	False	0.9990999102592468	0					non-mobilizable	no_good_hit	87.0	94.25299999999999	3.0	1.620739980299429e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
FIJ0104_000000011096	2335	0.7106257610768758	2	2	2	2	2	False	66434	fragment	False	FIJ0104_000000011096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	98.225	51.0	0.0031782939477855553	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0018_000000017323	1218	0.7106255947813853	2	1	1	1	1	False	37769	fragment	False	ISR0018_000000017323	1.0		0	0	False	False	0.9991790056228638	0					non-mobilizable	no_good_hit	156.0	76.282	13.0	7.508844977686951e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0052_000000032148	1449	0.7106230562519392	2	2	2	2	2	False	72228	fragment	False	MON0070_000000021945	0.9324405049376073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	78.545	37.0	0.0021192574958177842	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
ENG0039_000000022081	1189	0.7106227137301968	2	2	2	2	2	False	64903	maximal	True	ENG0039_000000022081	0.9636846767050486		54	7	False	False	0.9991589784622192	0					non-mobilizable	other	1190.0	87.98299999999999	99.0	0.03896103896103896	NZ_CABIXZ010000010.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MAD0101_000000007987	3429	0.7106194678723254	3	3	3	3	2	False	71860	maximal	True	MAD0101_000000007987	1.0		5	1	False	False	0.9991251230239868	0					non-mobilizable	no_good_hit	706.0	92.493	21.0	0.0002459519380977435	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CAN0008_000000023806	1166	0.710618628965	2	2	2	2	2	False	94874	maximal	True	CAN0008_000000023806	1.0		28	7	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	78.495	8.0	1.0648344960506927e-05	AP009493.1	high GC Gram+	Streptomyces griseus subsp. griseus NBRC 13350 DNA, complete genome	True	False
MON0103_000000034632	1618	0.7106132100641958	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.3037940917376942		0	0	False	False	1.0	0					non-mobilizable	chromosome	1618.0	94.74700000000001	100.0	0.0005211887228555598	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0072_000000013442	1617	0.7106132100641958	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.32570682854697264		0	0	False	False	1.0	0					non-mobilizable	chromosome	1617.0	98.639	100.0	0.0005208664045359213	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0120_000000016132	1544	0.7106132100641958	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.32616714405528774		0	0	False	False	1.0	0					non-mobilizable	chromosome	1557.0	96.98100000000001	100.0	0.0005420135437159193	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0093_000000012338	1372	0.7106039085480592	3	1	1	1	1	True	109456	maximal	True	AST0093_000000012338	1.0		1	1	False	False	0.9868804812431335	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000035211	1301	0.7106026458733509	2	2	1	2	2	False	15272	fragment	False	MAD0098_000000035211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	88.889	3.0	0.00016424529287922	NZ_QICS01000005.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_105, whole genome shotgun sequence	True	False
AUS0024_000000001849	13903	0.7105995496812463	18	11	7	8	9	True	127410	maximal	True	AUS0024_000000001849	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	1613.0	99.132	12.0	0.006952716349888653	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	True
FIJ0093_000000005176	4165	0.7105883527325462	7	6	4	4	3	False	52207	fragment	False	FIJ0093_000000005176	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2206.0	93.291	100.0	0.0006844162769123369	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0070_000000003339	6449	0.7105834710507147	6	2	1	2	1	False	62458	maximal	True	ENG0070_000000003339	1.0		1	1	False	False	0.9976740479469299	0					non-mobilizable	no_good_hit	2319.0	77.878	48.0	0.011212285615136097	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
FIJ0064_000000000721	25188	0.7105777022306037	29	12	8	12	6	False	83898	maximal	True	FIJ0064_000000000721	0.9972482407843816		18	6	False	False	0.9998809099197388	0					non-mobilizable	no_good_hit	6498.0	96.353	31.0	0.06279015784586815	NZ_KB894132.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00018.18, whole genome shotgun sequence	True	False
CHI0112_000000000461	25111	0.7105777022306037	29	12	8	12	6	False	83898	maximal	False	FIJ0064_000000000721	0.9949507012247901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6538.0	96.375	31.0	0.06317703497369236	NZ_KB894132.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00018.18, whole genome shotgun sequence	True	False
AST0099_000000005550	3785	0.7105776107652788	4	3	3	3	3	False	121411	maximal	True	AST0099_000000005550	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	2078.0	99.42299999999999	98.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0134_000000010086	3752	0.7105747984755154	4	1	1	1	1	False	94045	fragment	False	ENG0134_000000010086	1.0		0	0	False	False	0.9957355856895447	0					non-mobilizable	no_good_hit	1081.0	71.508	28.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0177_000000010398	2593	0.7105747984755154	3	1	1	1	1	False	94038	fragment	False	ENG0177_000000010398	0.982369823698237		0	0	False	False	0.9976860880851746	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0007256044753411511	LS991402.1	high GC Gram+	Propionibacterium freudenreichii isolate PFRJS_23 genome assembly, complete genome: monopartite	True	False
ENG0199_000000009883	2536	0.7105747984755154	3	1	1	1	1	False	94035	maximal	True	ENG0199_000000009883	1.0		0	0	False	False	0.9877760410308838	0					non-mobilizable	no_good_hit	1072.0	71.455	42.0	0.0003074212011047024	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0166_000000011551	2439	0.7105747984755154	3	1	1	1	1	False	94038	fragment	False	ENG0177_000000010398	0.9537215580408793		0	0	False	False	0.9971299767494202	0					non-mobilizable	no_good_hit	1081.0	71.508	44.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0041_000000027958	1366	0.7105747984755154	1	1	1	1	1	False	47349	maximal	True	FIJ0041_000000027958	1.0		1	1	False	False	0.9956076145172119	0					non-mobilizable	no_good_hit	41.0	97.561	3.0	0.0014774322227967792	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	True	False
MAD0009_000000004292	2299	0.7105692246701051	2	1	1	1	1	False	96023	fragment	False	MAD0009_000000004292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0027_000000023734	1737	0.7105691730348811	3	2	2	2	1	False	80882	fragment	False	FIJ0041_000000018839	0.21406671572234487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	74.52199999999999	9.0	0.0002291390472279383	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
MON0104_000000030536	1499	0.7105687960165951	1	1	1	1	1	False	71619	fragment	False	FIJ0111_000000013908	0.9358621722277343		0	0	False	False	0.9926617741584778	0					non-mobilizable	other	1392.0	94.82799999999999	93.0	0.04837251356238698	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	False	False
FIJ0140_000000004386	5751	0.7105656444117041	5	1	1	1	1	False	40409	maximal	True	FIJ0140_000000004386	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0027_000000013384	2955	0.7105656444117041	2	1	1	1	1	False	12666	maximal	True	MON0027_000000013384	1.0		1	1	False	False	0.9996615648269653	0					non-mobilizable	no_good_hit								True	False
MON0022_000000004462	4953	0.7105584646540873	5	5	2	4	4	True	13033	maximal	True	MON0022_000000004462	1.0		4	1	False	False	0.9995961785316467	0					non-mobilizable	no_good_hit	1495.0	81.873	31.0	0.009711140782232064	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	True
USA0081_01_000000023276	1308	0.7105530352710182	3	2	2	1	1	False	549	fragment	False	USA0081_01_000000023276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0320_000000012318	2017	0.7105521029978981	3	3	3	3	2	False	116153	fragment	False	DEN0083_000000012288	0.6926143110431408		0	0	False	False	0.9975210428237915	0					non-mobilizable	other	2017.0	96.728	100.0	0.013464235624123423	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0343_000000000833	12615	0.71055052144069	9	4	3	4	3	True	92389	fragment	False	ISR0343_000000000833	0.9839135245552812		0	0	False	False	0.9989694952964783	0					non-mobilizable	no_good_hit	884.0	87.557	7.0	0.0002384802803576339	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0179_000000002087	11749	0.71055052144069	8	4	3	4	3	True	92389	fragment	False	ISR0343_000000000833	0.9491874752279033		0	0	False	False	0.9990637302398682	0					non-mobilizable	no_good_hit	72.0	100.0	1.0	0.0003715312845040057	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0086_000000025534	1315	0.7105500693184362	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.11480300084375031	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1297.0	99.229	99.0	0.0005619270977636082	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MON0108_000000010080	2154	0.7105452343758677	2	2	2	2	2	True	8534	fragment	False	MON0108_000000010080	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2057.0	99.56200000000001	95.0	0.0009401513204644787	CP002220.1	high GC Gram+	Bifidobacterium bifidum S17, complete genome	False	True
ISR0143_000000023255	1248	0.7105368381693885	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.4964228530286448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0099_000000000534	24303	0.7105356876504435	25	16	8	15	8	True	108928	maximal	True	AST0099_000000000534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	97.829	10.0	0.0003775893132802727	CP012325.1	firmicutes	Clostridioides difficile strain DSM 29020 chromosome, complete genome	True	True
ISR0822_000000005959	1426	0.7105276199457601	3	1	1	1	1	False	75575	maximal	True	ISR0822_000000005959	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	95.507	86.0	0.02054178752565603	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ISR0215_000000007582	3798	0.7105174827475924	4	4	3	4	3	False	39304	maximal	True	ISR0215_000000007582	0.9998546088979354		40	6	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	86.889	25.0	0.00025848882995680047	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0365_000000004311	3439	0.7105174827475924	4	4	3	4	3	False	39304	maximal	False	ISR0215_000000007582	0.95260663507109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	86.82	27.0	0.00025713690092982975	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0134_000000011070	3455	0.7105154135215993	4	3	3	3	2	False	58208	maximal	True	ENG0134_000000011070	1.0		1	1	False	False	0.9991316795349121	0					non-mobilizable	no_good_hit	49.0	87.755	1.0	0.0002666375789307833	NZ_WBXO01000006.1	firmicutes	Heliorestis acidaminivorans strain DSM 24790 NODE_6_length_165018_cov_20.6054, whole genome shotgun sequence	True	False
ENG0106_000000015531	1342	0.7105047965695954	2	2	2	2	2	False	92321	fragment	False	ISR0102_000000010490	0.3165327489651814		0	0	False	False	0.9932935833930969	0					non-mobilizable	other	1225.0	96.245	91.0	0.934351145038168	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	False	False
DEN0018_000000032467	1257	0.7105037386703072	2	2	2	2	2	False	74954	fragment	False	MON0007_000000049491	0.9599395313681027		0	0	False	False	1.0	0					non-mobilizable	chromosome	1258.0	95.54799999999999	100.0	0.0005172517459305549	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0084_000000012862	2192	0.7105013258589247	3	3	2	1	2	False	107340	maximal	False	AST0118_000000013481	0.7054655743097202		0	0	False	False	1.0	0					non-mobilizable	other	2192.0	99.27	100.0	0.0027708503007340033	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0791_000000001563	8458	0.7104899670747262	9	7	3	3	6	False	73977	fragment	False	ISR0791_000000001563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5920.0	86.014	72.0	0.0013130936463939473	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0140_000000016475	1393	0.7104776188244954	2	2	1	2	1	False	85650	fragment	False	CHI0061_000000005302	0.9568965517241379		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	98.20700000000001	100.0	0.0003415328179203471	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0090_000000005088	4946	0.7104765427213172	5	5	3	4	4	False	109933	fragment	False	ISR0001_000000005448	0.9631146378043153		0	0	False	False	1.0	0					non-mobilizable	other	4876.0	99.959	99.0	0.010161745635286318	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
DEN0034_000000001320	4657	0.7104765427213172	5	5	3	4	4	False	109933	fragment	False	ISR0001_000000005448	0.9236237126980462		0	0	False	False	0.9997852444648743	0					non-mobilizable	other	4657.0	99.742	100.0	0.009705155094841569	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
DEN0094_000000006648	4637	0.7104765427213172	5	5	3	4	4	False	109933	fragment	False	ISR0001_000000005448	0.930924136593287		0	0	False	False	0.9982747435569763	0					non-mobilizable	other	4638.0	99.15899999999999	100.0	0.0008784838535956253	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0126_000000010521	4619	0.7104765427213172	5	5	3	4	4	False	109933	fragment	False	ISR0001_000000005448	0.9309459503800792		0	0	False	False	1.0	0					non-mobilizable	other	4620.0	99.134	100.0	0.000875073001705047	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0247_000000002545	4535	0.7104765427213172	5	5	3	4	4	False	109933	fragment	False	ISR0001_000000005448	0.9272798079329465		0	0	False	False	0.9914002418518066	0					non-mobilizable	other	4535.0	99.956	100.0	0.0009575738196698841	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ETH0003_000000018912	2102	0.7104737788171036	4	4	4	3	2	True	53171	maximal	True	ETH0003_000000018912	1.0		1	1	False	False	0.968125581741333	0					non-mobilizable	no_good_hit	211.0	76.303	10.0	0.0027525352298169367	NZ_AZEH01000014.1	firmicutes	Lactobacillus oeni DSM 19972 NODE_21, whole genome shotgun sequence	True	True
FIJ0012_000000002938	7176	0.7104697208691638	8	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.5102127149127521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	1.0	0.0023142060695313734	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	True	True
USA0011_01_000000020403	1777	0.7104683817071525	2	2	2	2	2	False	69752	fragment	False	USA0011_01_000000020403	0.9827965825772917		0	0	False	False	1.0	0					non-mobilizable	other	1777.0	99.887	100.0	0.011567395056501775	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	False	False
DEN0078_000000018976	1752	0.7104683817071525	2	2	2	2	2	False	69752	fragment	False	USA0011_01_000000020403	0.9731881933074102		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	99.88600000000001	100.0	0.011404565734197415	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	False	False
FIJ0058_000000023449	1747	0.7104683817071525	2	2	2	2	2	False	69752	fragment	False	USA0011_01_000000020403	0.9716062625670825		0	0	False	False	1.0	0					non-mobilizable	other	1747.0	99.943	100.0	0.011371999869736542	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	False	False
SPA0064_000000008767	2446	0.7104620884341273	3	2	1	2	1	False	6122	fragment	False	SPA0064_000000008767	1.0		0	0	False	False	0.997955858707428	0					non-mobilizable	chromosome	2446.0	100.0	100.0	0.0003807468836762988	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
CHI0077_000000004126	3310	0.7104611226151922	5	5	5	5	4	False	84542	maximal	True	CHI0077_000000004126	0.9980061349693252		159	9	False	False	0.9978851675987244	0					non-mobilizable	chromosome	3299.0	99.667	99.0	0.0013073931935477093	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0077_000000001374	5418	0.7104491548799341	11	6	3	4	5	False	69928	maximal	True	DEN0077_000000001374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	380.0	90.0	7.0	0.008306121107190603	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
ISR0013_000000023534	1163	0.7104481531818666	2	2	2	1	1	False	85695	fragment	False	ISR0252_000000009219	0.45444047962499123		0	0	False	False	0.9862424731254578	0					non-mobilizable	other	1163.0	99.226	100.0	0.00824511111741833	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0023_000000008788	1506	0.7104479153619447	2	1	1	1	1	False	97107	maximal	True	MAD0023_000000008788	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	78.09899999999999	88.0	0.030779214759189728	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MON0095_000000021466	1472	0.7104479153619447	1	1	1	1	1	False	97106	fragment	False	MON0095_000000021466	1.0		0	0	False	False	0.9667119383811951	0					non-mobilizable	no_good_hit	1295.0	77.83800000000001	87.0	0.029574004542715433	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0001_000000009746	2673	0.7104463321667249	4	3	1	3	2	False	68070	fragment	False	ENG0001_000000009746	1.0		0	0	False	False	0.9988776445388794	0					non-mobilizable	no_good_hit	1065.0	90.89200000000001	66.0	0.0004664334792072563	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0059_000000004284	6200	0.710440281821215	9	2	0	2	2	False	25783	maximal	True	SPA0059_000000004284	1.0		1	1	True	True	0.9996774196624756	21					non-mobilizable	no_good_hit	209.0	98.565	3.0	5.8604904610656344e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
SPA0050_000000008606	3018	0.7104380769435165	4	4	4	4	3	False	119880	fragment	False	AST0148_000000010354	0.6928346693920927		0	0	False	False	0.9970179200172424	0					non-mobilizable	other	3018.0	100.0	100.0	0.007905459404928794	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0017_000000011192	3011	0.7104380769435165	4	4	4	4	3	False	119880	fragment	False	AST0148_000000010354	0.6917667661601202		0	0	False	False	0.9983394145965576	0					non-mobilizable	other	3011.0	100.0	100.0	0.007887117271738704	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
FIJ0037_000000002736	8144	0.7104314717918344	13	6	5	6	3	False	47841	fragment	False	FIJ0037_000000002736	1.0		0	0	False	False	0.9990176558494568	0					non-mobilizable	no_good_hit	1029.0	74.05199999999999	13.0	0.00029794386157160947	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0097_000000004903	4951	0.7104081720910621	4	4	2	3	3	True	129286	maximal	True	ISR0097_000000004903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2130.0	89.531	43.0	0.041607055365017145	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0061_000000008578	4740	0.7104056619182172	8	4	1	3	1	False	38869	maximal	True	MON0061_000000008578	1.0		1	1	False	False	0.999578058719635	0					non-mobilizable	no_good_hit	80.0	95.0	2.0	0.01667388479861412	NZ_CABIWU010000111.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0288_000000013087	2312	0.7104044671638802	5	3	2	3	2	False	25976	fragment	False	ISR0288_000000013087	1.0		0	0	False	False	0.9943771362304688	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.219472276581447e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
MAD0112_000000011915	2378	0.7103992239057941	3	2	2	2	2	False	47658	fragment	False	FIJ0131_000000007025	0.7016968228864287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	83.96700000000001	86.0	0.01564423510700932	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
FIJ0011_000000033120	1385	0.7103871639428582	3	2	2	1	1	False	50897	maximal	False	MON0068_000000030706	0.9781285965149265		0	0	False	False	0.9978339076042175	0					non-mobilizable	chromosome	1357.0	98.52600000000001	98.0	0.0005645845598613687	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
DEN0078_000000014068	2237	0.7103868384178279	3	3	3	3	2	True	76848	maximal	True	DEN0078_000000014068	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	78.847	75.0	0.6082854799015587	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ENG0208_000000000619	26138	0.7103808028509024	22	14	8	13	6	False	75560	maximal	True	ENG0208_000000000619	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	0.0	1.4752961657052653e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0004_000000003918	3544	0.7103798861562299	6	4	4	2	2	False	105358	fragment	False	SPA0004_000000003918	1.0		0	0	False	False	0.9954853057861328	0					non-mobilizable	other	3544.0	99.97200000000001	100.0	0.02188496034393299	NZ_CZAI01000010.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0148_000000009032	3233	0.7103685559346972	3	3	3	3	2	True	131036	maximal	True	ISR0148_000000009032	1.0		34	9	False	False	1.0	0					non-mobilizable	other	2909.0	88.86200000000001	90.0	0.0008780576300910108	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MAD0015_000000001265	9252	0.7103670217175385	15	8	3	5	5	False	114383	maximal	True	MAD0015_000000001265	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2041.0	83.04799999999999	22.0	0.0032498064829800982	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ISR0165_000000014322	1611	0.7103665982874848	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.42354883723591996		0	0	False	False	1.0	0					non-mobilizable	other	1542.0	99.48100000000001	100.0	0.0004346224594610907	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0167_000000003456	7017	0.7103600462208471	11	10	4	6	8	True	113921	fragment	False	ISR0088_000000002906	0.9739386821423942		0	0	False	False	0.9960097074508667	0					non-mobilizable	other	7017.0	99.971	100.0	0.0018523119181328822	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
MAD0051_000000010450	2752	0.710359231937445	4	4	4	4	4	False	29635	backbone	True	MAD0051_000000010450	1.0	PS87	11	5	True	True	1.0	1					non-mobilizable	no_good_hit	898.0	99.109	50.0	0.00031914162301324543	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
TAN0010_000000007581	2007	0.7103580737674355	2	2	1	2	1	False	55831	maximal	True	TAN0010_000000007581	1.0		2	1	False	False	0.996512234210968	0					non-mobilizable	no_good_hit	1199.0	88.741	60.0	0.5179731485491554	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	False
ISR0096_000000005197	4802	0.7103548823258459	8	4	3	3	2	True	64059	maximal	True	ISR0096_000000005197	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	75.225	5.0	6.719723446048399e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0023_000000009876	3184	0.7103532305669257	3	3	3	3	3	False	99231	fragment	False	CHI0111_000000008113	0.5733284069741568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	75.37100000000001	25.0	0.0003852577325153109	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0027_000000001255	7070	0.7103486748210578	6	6	6	5	5	False	74162	maximal	False	MAD0053_000000001837	0.9479109400769654		0	0	False	False	0.9950494766235352	0					non-mobilizable	other	7064.0	99.193	99.0	0.0014269789985477557	CP011416.1	enterobacteria	Escherichia coli strain CFSAN029787, complete genome	False	False
CAN0019_000000000847	7104	0.710346397269793	8	7	2	1	7	False	103045	fragment	False	CAN0019_000000000847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3785.0	87.741	80.0	0.0007518448840418479	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0072_000000010938	1899	0.7103455963357321	2	2	2	2	2	False	5873	fragment	False	SPA0072_000000010938	0.9778587443946188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1394.0	96.7	73.0	0.059047942011784156	NZ_JAAIOD010000029.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_29_length_23591_cov_281.03, whole genome shotgun sequence	True	False
ISR0020_000000016802	1530	0.7103439963826056	3	3	3	2	1	False	113040	fragment	False	ISR0020_000000016802	1.0		0	0	False	False	0.9869281053543091	0					non-mobilizable	other	1530.0	99.869	100.0	0.0006435748584051129	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
USA0015_01_000000007870	4073	0.7103376470296355	4	3	3	2	2	True	79353	fragment	False	ISR0841_000000003119	0.9963172109010557		0	0	False	False	0.9995089769363403	0					non-mobilizable	other	4099.0	79.922	100.0	0.0006770250721828202	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
SPA0031_000000007987	3566	0.7103376470296355	3	3	3	2	2	True	64922	fragment	False	SPA0031_000000007987	0.9526685393258427		0	0	False	False	1.0	0					non-mobilizable	other	3579.0	93.12700000000001	100.0	0.000663859980074895	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ENG0011_000000018608	1533	0.710331545223732	3	3	3	2	2	False	67143	maximal	True	ENG0011_000000018608	1.0		5	4	False	False	1.0	0					non-mobilizable	chromosome	1533.0	99.935	100.0	0.00030539549314395094	CP026238.1	enterobacteria	Citrobacter freundii complex sp. CFNIH9 chromosome, complete genome	False	False
ISR0855_000000016865	1133	0.7103165361923308	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.2100715744053201		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	96.999	100.0	0.0003521632843021661	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0208_000000021674	1398	0.7103098862134699	3	3	3	3	2	False	53809	fragment	False	ENG0208_000000021674	1.0		0	0	False	False	0.9670958518981934	0					non-mobilizable	other	1351.0	98.29799999999999	97.0	0.0008129195191611152	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
FIJ0097_000000007239	4125	0.7103040330109969	4	4	4	4	3	False	111069	fragment	False	FIJ0095_000000004547	0.5330195628917477		0	0	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit	515.0	72.039	12.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0154_000000001920	13364	0.7102838089311292	8	6	4	6	4	False	47736	maximal	True	FIJ0154_000000001920	1.0		2	1	False	False	0.999700665473938	0					non-mobilizable	no_good_hit	54.0	88.889	0.0	0.00018421425534929857	NZ_AAWS01000009.1	CFB group bacteria	Microscilla marina ATCC 23134 1099589004145, whole genome shotgun sequence	True	False
SPA0038_000000002526	11103	0.7102793003564807	9	6	4	6	3	True	7055	fragment	False	SPA0038_000000002526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	91.81299999999999	8.0	0.00023946766526568655	NZ_CP008813.1	firmicutes	Streptococcus agalactiae strain C001 chromosome, complete genome	True	True
MAD0013_000000006983	3260	0.7102611136106785	5	5	4	5	3	True	80927	fragment	False	MAD0013_000000006983	1.0		0	0	False	False	0.9831288456916809	0					non-mobilizable	no_good_hit								True	True
ISR0826_000000001705	7007	0.7102606296742641	7	6	5	6	6	False	99329	fragment	False	ISR0826_000000001705	1.0		0	0	False	False	0.9987155795097351	0					non-mobilizable	no_good_hit	1290.0	82.09299999999999	64.0	0.0003390625876055618	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
FIJ0103_000000012858	1716	0.7102552975580844	3	3	3	3	3	False	42573	maximal	True	FIJ0103_000000012858	1.0		41	6	False	False	1.0	0					non-mobilizable	other	1405.0	96.228	93.0	0.0006793596599717805	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0058_000000021851	1859	0.7102517010337341	3	3	3	3	3	False	124922	fragment	False	ENG0206_000000011673	0.6080486188286207		0	0	False	False	0.9983862042427063	0					non-mobilizable	other	1859.0	82.571	99.0	0.00442640734570532	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
MON0057_000000022215	1208	0.7102450186045718	1	1	1	1	1	False	61702	fragment	False	MON0057_000000022215	1.0		0	0	False	False	0.998344361782074	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000028246	1150	0.7102443482317331	2	1	1	1	1	False	98	fragment	False	USA0130_01_000000028246	1.0		0	0	False	False	0.9800000190734863	0					non-mobilizable	no_good_hit	326.0	73.006	28.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
FIJ0081_000000003836	7362	0.7102384854117991	15	3	2	2	1	False	44287	maximal	True	FIJ0081_000000003836	1.0		1	1	False	False	0.9917141795158386	0					non-mobilizable	no_good_hit	140.0	90.0	2.0	0.0002227018054867957	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
FIJ0070_000000011439	1707	0.7102278802582103	2	2	2	2	1	False	44936	maximal	True	FIJ0070_000000011439	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	98.305	17.0	0.0005633198315405456	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0069_000000003982	5895	0.7102227365092599	8	5	3	3	3	True	5966	maximal	True	SPA0069_000000003982	1.0		3	1	False	False	0.9981340169906616	0					non-mobilizable	no_good_hit	3343.0	96.44	86.0	0.0009272372827698819	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0046_000000026887	1284	0.710217059889766	1	1	1	1	1	False	46943	maximal	True	FIJ0046_000000026887	1.0		22	4	False	False	0.9984423518180847	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	4.0	0.13056379821958458	NZ_ATDK01000607.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig608, whole genome shotgun sequence	True	False
USA0073_01_000000011041	1282	0.7102148515406048	2	2	2	2	2	False	120740	maximal	False	AST0024_000000027103	0.8645213342609931		0	0	False	False	0.9984399080276489	0					non-mobilizable	other	1282.0	99.92200000000001	100.0	0.11500134661998385	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
SPA0089_000000013315	2947	0.7102142905705155	2	2	2	2	1	False	71700	fragment	False	SPA0089_000000013315	1.0		0	0	False	False	0.9888021945953369	0					non-mobilizable	no_good_hit	448.0	72.545	15.0	0.00012316286795973456	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0096_000000023985	1569	0.7102119960863115	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.22608940951991582		0	0	False	False	0.9961758852005005	0					non-mobilizable	chromosome	1569.0	98.598	100.0	0.0005053951251932701	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0125_000000010095	1921	0.7102108420002593	3	2	2	1	1	False	47300	maximal	False	FIJ0042_000000011686	0.9422426292895119		0	0	False	False	0.9953149557113647	0					non-mobilizable	other	1915.0	95.45700000000001	99.0	0.018372274218216446	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0026_000000016017	2558	0.7102096374297836	4	4	4	3	4	False	38314	fragment	False	MON0026_000000016017	0.9936356404136834		0	0	False	False	0.9996090531349182	0					non-mobilizable	other	2560.0	98.67200000000001	100.0	0.0031174735672595834	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0010_000000007777	2514	0.7102096374297836	4	4	4	3	4	False	38314	fragment	False	MON0026_000000016017	0.9847537138389366		0	0	False	False	0.99443119764328	0					non-mobilizable	other	2508.0	99.00299999999999	99.0	0.0030541251399452034	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0132_000000005420	3535	0.7102065629576759	5	4	3	3	4	False	99687	maximal	True	ENG0132_000000005420	0.9882968531613491		62	7	False	False	1.0	0					non-mobilizable	no_good_hit	2806.0	99.00200000000001	81.0	0.04384947988469733	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0114_000000005032	3415	0.7102065629576759	5	4	3	3	4	False	99687	maximal	False	ENG0132_000000005420	0.9674636697184485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2758.0	98.33200000000001	82.0	0.04319150269457325	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0153_000000012469	1511	0.7102054719337585	2	2	2	2	2	False	79130	fragment	False	ISR0049_000000019440	0.9711164979954091		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	98.743	100.0	0.0031574303117491956	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0101_000000029668	1346	0.7102000394969961	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.6922343647513056		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	99.264	91.0	0.004687595900079789	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0070_000000013329	1582	0.7101972238842033	2	2	0	2	2	False	34896	fragment	False	ISR0070_000000013329	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	other	1582.0	98.736	100.0	0.0005105505711481768	FP929058.1	firmicutes	Enterococcus sp. 7L76 draft genome	False	True
MON0054_000000032001	1548	0.7101945241571492	2	1	1	1	1	False	119438	maximal	True	MON0054_000000032001	1.0		0	0	False	False	0.9890180826187134	0					non-mobilizable	no_good_hit	1123.0	99.199	80.0	0.0002494798978400961	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0344_000000007572	4049	0.7101933251666058	6	6	2	3	5	True	123556	backbone	False	ISR0826_000000002301	0.40603869654363445	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4051.0	98.64200000000001	100.0	0.001082951573265664	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AUS0024_000000012966	2525	0.7101885516148023	2	1	0	1	0	True	98949	maximal	True	AUS0024_000000012966	1.0		1	1	False	False	0.9972277283668518	0					non-mobilizable	no_good_hit								True	True
MAD0037_000000005137	2505	0.7101800073383829	3	3	3	3	3	False	51586	fragment	False	MAD0037_000000005137	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2505.0	99.441	100.0	0.0005159835379820758	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
MAD0046_000000024150	1124	0.7101740454161418	2	2	2	2	2	False	106047	fragment	False	AST0116_000000023881	0.9884444444444445		0	0	False	False	0.9991103410720825	0					non-mobilizable	other	1126.0	88.18799999999999	100.0	0.0018644729086939558	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0080_000000017552	1835	0.7101727804769213	2	2	2	2	1	False	113521	fragment	False	AST0087_000000017412	0.28498974551180867		0	0	False	False	0.985831081867218	0					non-mobilizable	no_good_hit	448.0	79.464	24.0	0.0001340174951557946	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0167_000000011774	1808	0.7101727804769213	2	2	2	2	1	False	113521	fragment	False	AST0087_000000017412	0.46489328071983305		0	0	False	False	0.9994469285011292	0					non-mobilizable	no_good_hit	492.0	77.846	27.0	0.00017281536413578328	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0017_000000014821	2275	0.7101683472286905	3	2	2	2	1	False	106943	maximal	True	ISR0017_000000014821	1.0		0	0	False	False	0.9991208910942078	0					non-mobilizable	no_good_hit	1339.0	73.33800000000001	58.0	0.06914252789272432	NZ_OAOE01000044.1	firmicutes	Clostridium tertium isolate src5, whole genome shotgun sequence	True	False
CAN0001_000000016989	2706	0.7101652262793622	4	3	3	3	2	False	97385	maximal	True	CAN0001_000000016989	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	74.45100000000001	23.0	0.004148938981527972	NZ_SLUM01000006.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_106, whole genome shotgun sequence	True	False
FIJ0002_000000021553	1717	0.7101609473164537	2	2	2	2	1	False	53055	fragment	False	FIJ0002_000000021553	0.9448431208183122		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	84.647	100.0	0.012229063601096202	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ENG0037_000000032112	1120	0.7101595209112096	2	2	2	1	1	False	65121	maximal	True	ENG0037_000000032112	1.0		8	4	False	False	0.9964285492897034	0					non-mobilizable	no_good_hit	80.0	85.0	7.0	2.361768528148843e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
DEN0035_000000024097	1457	0.7101580271871707	3	2	1	2	2	False	91239	fragment	False	DEN0035_000000024097	0.9529411764705883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	94.742	77.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0055_000000013181	1789	0.7101524856908793	3	2	2	2	2	False	21302	fragment	False	MON0055_000000013181	1.0		0	0	False	False	0.9983230829238892	0					non-mobilizable	chromosome	1688.0	91.055	94.0	0.0006570043640521193	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ENG0139_000000011896	1753	0.7101485894845228	3	3	3	3	3	False	66672	fragment	False	ENG0139_000000011896	0.9812895797351755		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	96.807	100.0	0.022094771283113733	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
FIJ0066_000000028851	1170	0.7101478007255769	2	1	1	1	1	True	45267	fragment	False	FIJ0066_000000028851	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1094.0	83.272	99.0	0.00036756080657381827	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0222_000000036482	1183	0.7101419268792446	2	2	2	2	1	False	27841	maximal	True	ISR0222_000000036482	1.0		37	7	False	False	0.9873203635215759	0					non-mobilizable	other	1185.0	85.90700000000001	99.0	0.005149683248383315	NZ_CYZX01000003.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	False	False
CHI0029_000000001340	8006	0.7101379785192988	8	8	7	7	8	False	88630	maximal	True	CHI0029_000000001340	1.0		5	2	False	False	0.997626781463623	0					non-mobilizable	no_good_hit	2386.0	74.979	29.0	0.0017472923651566288	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ISR0830_000000025926	1191	0.7101225717804059	2	2	1	2	1	False	21029	fragment	False	ISR0830_000000025926	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	97.915	97.0	0.019103942056913136	NZ_JAAITU010000022.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_22_length_60197_cov_159.13, whole genome shotgun sequence	False	False
CHI0045_000000005578	3584	0.7101222230774972	5	5	4	4	4	False	87176	maximal	True	CHI0045_000000005578	1.0		115	9	False	False	0.9963727593421936	0					non-mobilizable	no_good_hit	2893.0	95.506	80.0	0.0008726740933322065	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
MON0092_000000028259	1961	0.7101141235160924	2	2	2	2	2	False	22613	maximal	True	MON0092_000000028259	1.0		12	2	False	False	0.9949005842208862	0					non-mobilizable	no_good_hit	186.0	75.806	9.0	0.00022938038623169165	NZ_VCEK01000004.1	high GC Gram+	Saccharomonospora piscinae strain KCTC 19743 NODE_4_length_802161_cov_202.276248, whole genome shotgun sequence	True	False
FIJ0138_000000006124	2928	0.7101133563316708	2	2	1	2	1	False	88812	fragment	False	FIJ0138_000000006124	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	99.82700000000001	100.0	0.12443422659673826	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0051_000000003527	6788	0.7101090862580085	8	8	8	7	5	False	17364	maximal	True	MAD0051_000000003527	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3759.0	92.95	74.0	0.028895363176717228	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ISR0086_000000013078	2086	0.7101035994200356	4	4	3	3	0	True	33915	fragment	False	ISR0086_000000013078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0164_000000017528	1596	0.7101026876252426	5	2	2	2	1	False	30281	maximal	True	ISR0164_000000017528	1.0		11	4	False	False	0.9987468719482422	0					non-mobilizable	no_good_hit	586.0	78.498	37.0	0.002353448065620148	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
ISR0208_000000007932	3323	0.7101020477977888	7	5	4	5	3	True	45574	maximal	True	ISR0208_000000007932	1.0		1	1	False	False	0.9951850771903992	0					non-mobilizable	no_good_hit	449.0	98.21799999999999	13.0	0.028914418484574673	NZ_QRYH01000038.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf38, whole genome shotgun sequence	True	True
CHI0016_000000001755	2727	0.7100876891353292	4	3	2	3	1	True	89697	maximal	True	CHI0016_000000001755	1.0		3	2	False	False	0.9988998770713806	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	3.0	3.5725018230266656e-05	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
ISR0372_000000003438	4310	0.7100821214398293	3	2	2	2	0	True	131020	maximal	True	ISR0372_000000003438	1.0		2	2	False	False	0.9997679591178894	0					non-mobilizable	no_good_hit	3581.0	98.213	83.0	0.007485828156332529	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0133_000000010118	2451	0.7100799748206814	3	2	2	2	2	False	68272	maximal	True	ENG0133_000000010118	1.0		1	1	False	False	0.9877601265907288	0					non-mobilizable	no_good_hit	869.0	90.334	82.0	0.002528533596503266	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ENG0062_000000008285	3020	0.7100777887499335	3	3	3	3	3	False	63212	maximal	True	ENG0062_000000008285	1.0		27	6	False	False	0.992384135723114	0					non-mobilizable	other	3003.0	86.081	99.0	0.00126913400791502	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
USA0011_01_000000031195	1155	0.7100728945187125	3	2	2	2	2	False	1988	fragment	False	USA0011_01_000000031195	1.0		0	0	False	False	0.9974026083946228	0					non-mobilizable	other	1155.0	99.82700000000001	100.0	0.00981776726616869	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
FIJ0045_000000007084	3173	0.7100616609831758	5	5	3	4	4	False	122181	fragment	False	FIJ0045_000000007084	0.9832481550177432		0	0	False	False	1.0	0					non-mobilizable	other	3173.0	97.88799999999999	100.0	0.05502931889941362	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0080_000000007241	4024	0.7100558308906642	5	3	2	2	3	False	122493	maximal	True	ISR0080_000000007241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2457.0	97.76100000000001	83.0	0.30477020799601445	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0849_000000007537	3555	0.7100558308906642	4	3	2	2	3	False	122499	fragment	False	MON0015_000000009975	0.9875546188450958		0	0	False	False	1.0	0					non-mobilizable	plasmid	3555.0	99.97200000000001	100.0	0.4426454103873459	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
BAN0014_000000001310	2338	0.7100558308906642	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7971863285775889		0	0	False	False	0.9931565523147583	0					non-mobilizable	plasmid	2338.0	99.95700000000001	100.0	0.291069871715033	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0032_000000011707	2310	0.7100558308906642	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.906250521915429		0	0	False	False	0.9991341829299927	0					non-mobilizable	plasmid	2310.0	99.56700000000001	100.0	0.2874579648773197	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0076_000000007202	2118	0.7100558308906642	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7670045128457152		0	0	False	False	1.0	0					non-mobilizable	plasmid	2118.0	99.85799999999999	100.0	0.26366919915307013	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0152_000000011178	2110	0.7100558308906642	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7777985501476486		0	0	False	False	0.9981042742729187	0					non-mobilizable	plasmid	2110.0	98.67299999999999	100.0	0.2626728110599078	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0261_000000008663	2109	0.7100558308906642	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.7635783455756054		0	0	False	False	0.9938359260559082	0					non-mobilizable	plasmid	2109.0	100.0	100.0	0.2625482625482625	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
USA0113_01_000000009231	2011	0.7100558308906642	3	3	2	2	3	False	122489	fragment	False	ISR0395_000000012012	0.6442639499646282		0	0	False	False	0.9940328001976013	0					non-mobilizable	plasmid	1993.0	100.0	99.0	0.24810063519740938	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0295_000000006245	4941	0.7100477676504103	6	4	3	3	3	False	92788	fragment	False	ISR0295_000000006245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	1.0588166216241797e-05	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ENG0196_000000008190	1452	0.7100444388011455	1	1	1	1	1	False	54408	maximal	True	ENG0196_000000008190	1.0		32	4	False	False	0.9896694421768188	0					non-mobilizable	chromosome	1459.0	84.853	99.0	0.0004564061232807153	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0192_000000003402	5820	0.7100420374792245	9	3	1	3	2	False	63658	maximal	True	ISR0192_000000003402	1.0		1	1	True	True	1.0	33					non-mobilizable	no_good_hit	3190.0	97.367	81.0	0.5447697312104092	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0052_000000031720	1466	0.7100305917745064	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.3823476015022473		0	0	False	False	1.0	0					non-mobilizable	chromosome	1466.0	95.566	100.0	0.0004931104227386848	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0119_01_000000013551	1815	0.7100299764288652	3	3	3	3	2	False	131571	fragment	False	USA0047_01_000000018471	0.8207939640099573		0	0	False	False	0.9829201102256775	0					non-mobilizable	other	1816.0	91.465	100.0	0.0002897596480458555	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
USA0001_01_000000011804	1440	0.7100219479072619	2	2	2	2	0	True	51130	maximal	True	USA0001_01_000000011804	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0070_000000005722	3734	0.7100090325589343	5	3	3	2	2	False	5930	maximal	True	SPA0070_000000005722	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1711.0	99.883	64.0	0.005921708776595745	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
ISR0023_000000013418	2249	0.7100067921717997	3	3	3	3	1	False	113450	fragment	False	ISR0023_000000013418	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	77.358	7.0	0.005649091714665485	NZ_QTTN01000064.1	firmicutes	Paenibacillus taihuensis strain CGMCC 1.10966 Ga0079840_164, whole genome shotgun sequence	True	False
FIJ0024_000000011922	1747	0.7100018458574764	3	2	2	1	1	False	127766	fragment	False	CHI0079_000000003445	0.48355978260869564		0	0	False	False	0.9816828966140747	0					non-mobilizable	other	1729.0	99.306	99.0	0.03304520767995105	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0278_000000003952	2659	0.7099997953148643	4	3	2	3	1	False	111358	maximal	True	ISR0278_000000003952	1.0		18	5	False	False	0.9902219176292419	0					non-mobilizable	no_good_hit	2028.0	98.866	87.0	0.00045111128717384007	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0068_000000006817	2129	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.8222324446235256		0	0	False	False	1.0	0					non-mobilizable	chromosome	1769.0	95.986	98.0	0.0003934705257638625	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0087_000000007101	2117	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.9389722533011948		0	0	False	False	1.0	0					non-mobilizable	other	2118.0	98.631	100.0	0.015041280036377587	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0357_000000012157	2102	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.8619714002146114		0	0	False	False	0.9919124841690063	0					non-mobilizable	other	2102.0	98.62	100.0	0.014927600073891975	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
DEN0028_000000014197	2092	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.8588850531272185		0	0	False	False	1.0	0					non-mobilizable	other	2093.0	98.56700000000001	100.0	0.014863655094993818	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0168_000000012907	1949	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.851569049212154		0	0	False	False	1.0	0					non-mobilizable	chromosome	1949.0	98.87100000000001	100.0	0.0004335297421877851	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0084_000000019007	1846	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.713340192670069		0	0	False	False	0.9962080121040344	0					non-mobilizable	chromosome	1846.0	98.971	100.0	0.0004106069683452072	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0167_000000016375	1749	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.6609877750228232		0	0	False	False	0.9799885749816895	0					non-mobilizable	other	1750.0	99.14299999999999	100.0	0.012426640899208504	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
FIJ0039_000000013753	1665	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.5727851175934353		0	0	False	False	0.990390419960022	0					non-mobilizable	other	1579.0	98.92299999999999	95.0	0.011211686300143521	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
FIJ0099_000000013393	1644	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.6277385235558641		0	0	False	False	1.0	0					non-mobilizable	other	1630.0	99.571	99.0	0.011574041180566411	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
USA0046_01_000000007381	1537	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.5120046843982692		0	0	False	False	0.9817826747894287	0					non-mobilizable	other	1461.0	97.46700000000001	95.0	0.01037329657681213	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
FIJ0097_000000020875	1519	0.7099997953148643	3	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.48484919230302237		0	0	False	False	0.9934167265892029	0					non-mobilizable	other	1501.0	98.135	99.0	0.010657496483026161	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
FIJ0089_000000016646	1500	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.5416623652206825		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	99.53299999999999	100.0	0.01065039148537081	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ENG0113_000000019983	1394	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.5093830947064311		0	0	False	False	0.9964131712913513	0					non-mobilizable	other	1394.0	99.139	100.0	0.009897261733903628	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
SPA0035_000000015095	1372	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.4554859257535985		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	99.56299999999999	100.0	0.00974095178548591	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
USA0082_01_000000021848	1362	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.42845655781918174		0	0	False	False	0.9809104204177856	0					non-mobilizable	other	1362.0	99.486	100.0	0.009669901808932404	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
CHI0084_000000004761	1356	0.7099997953148643	4	3	2	3	1	False	111351	fragment	False	CHI0105_000000003254	0.40009817589942315		0	0	False	False	0.974926233291626	0					non-mobilizable	other	1356.0	99.041	100.0	0.009627271823000298	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0783_000000010939	1284	0.7099973882336409	1	1	1	1	1	False	81164	fragment	False	CHI0129_000000020249	0.9467582538958079		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000016750	1533	0.7099872497640224	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.07664889000799227		0	0	False	False	1.0	0					non-mobilizable	chromosome	1512.0	94.84100000000001	99.0	0.00042836785022485046	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0186_000000004084	5589	0.7099798408767616	4	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9497324135928492	PS1101	0	0	False	True	0.9978529214859009	0					non-mobilizable	other	4018.0	99.204	99.0	0.0007770198790489386	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
AST0104_000000027202	1296	0.7099756517410424	2	1	1	1	1	True	107697	maximal	True	AST0104_000000027202	1.0		0	0	False	False	0.9915123581886292	0					non-mobilizable	no_good_hit	871.0	84.156	67.0	0.0033468681768294337	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
SPA0108_000000003174	8733	0.7099597051733506	5	5	5	5	5	False	104490	fragment	False	SPA0031_000000002386	0.9834728223713338		0	0	False	False	0.9993129372596741	0					non-mobilizable	other	8721.0	99.083	99.0	0.061667527286360005	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0032_000000003226	10245	0.7099483932023846	15	7	6	5	5	True	48484	fragment	False	FIJ0032_000000003226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4399.0	97.613	88.0	0.3658842201988138	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
ENG0113_000000005347	5168	0.7099425509158475	6	6	6	6	4	False	99325	maximal	True	ENG0113_000000005347	1.0		7	5	False	False	1.0	0					non-mobilizable	other	4998.0	97.339	97.0	0.07948075972379479	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
USA0116_01_000000005719	4668	0.7099418217270705	4	3	2	2	3	False	77994	fragment	False	USA0116_01_000000005719	0.990655536651854		0	0	False	False	1.0	0					non-mobilizable	other	4668.0	99.7	100.0	0.0009038987339026327	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0170_000000002231	4664	0.7099418217270705	4	3	2	2	3	False	77994	fragment	False	USA0116_01_000000005719	0.9904275638712603		0	0	False	False	0.9989279508590698	0					non-mobilizable	other	4664.0	99.7	100.0	0.0009031240188960738	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0004_000000003832	6734	0.7099390984994994	12	10	4	6	10	True	118544	fragment	False	FIJ0004_000000003832	0.9208463363023323		0	0	False	False	0.9997029900550842	0					non-mobilizable	other	6735.0	96.006	100.0	0.007496120009173924	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
ISR0222_000000015111	3677	0.7099262764917105	4	3	3	3	3	False	125685	maximal	True	ISR0222_000000015111	1.0		1	1	False	False	0.9989121556282043	0					non-mobilizable	no_good_hit	2323.0	98.666	81.0	0.015530941488080905	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0128_000000009655	3608	0.7099262764917105	4	3	3	3	3	False	125691	fragment	False	ISR0128_000000009655	1.0		0	0	False	False	0.9991685152053833	0					non-mobilizable	other	2920.0	98.801	99.0	0.019524038847419534	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0075_000000006887	3518	0.7099262764917105	3	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.7397962847111553		0	0	False	False	1.0	0					non-mobilizable	other	2920.0	98.76700000000001	96.0	0.019524038847419534	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0179_000000007457	3309	0.7099262764917105	3	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.7324263622855178		0	0	False	False	0.9978845715522766	0					non-mobilizable	other	2920.0	98.801	98.0	0.019524038847419534	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0142_000000009884	3301	0.7099262764917105	3	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.7317733824796937		0	0	False	False	0.9996970891952515	0					non-mobilizable	other	2920.0	98.801	98.0	0.019524038847419534	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0113_000000004700	3237	0.7099262764917105	4	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.6732847593737189		0	0	False	False	1.0	0					non-mobilizable	other	2920.0	98.801	99.0	0.019524038847419534	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0043_000000003764	5653	0.7099237337828244	15	5	3	5	4	False	18069	maximal	True	MAD0043_000000003764	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1368.0	76.75399999999999	24.0	0.0008371677607068532	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
USA0006_01_000000017105	1377	0.7099222526263531	2	2	2	1	1	False	87625	fragment	False	USA0006_01_000000017105	0.9815703340696081		0	0	False	False	0.9753086566925049	0					non-mobilizable	other	1377.0	99.78200000000001	100.0	0.011140166940583078	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0289_000000005564	1848	0.7099120109748143	3	3	3	3	3	False	99107	fragment	False	ISR0366_000000010689	0.9933304011928067		0	0	False	False	1.0	0					non-mobilizable	other	1845.0	98.645	99.0	0.005241957262697675	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0366_000000010689	1832	0.7099120109748143	3	3	3	3	3	False	99107	fragment	False	ISR0366_000000010689	0.994179148231255		0	0	False	False	1.0	0					non-mobilizable	chromosome	1832.0	99.945	100.0	0.0005771268036788603	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0144_000000009720	1791	0.7099120109748143	3	3	3	3	3	False	99107	fragment	False	ISR0366_000000010689	0.9814443463678992		0	0	False	False	1.0	0					non-mobilizable	chromosome	1791.0	99.88799999999999	100.0	0.0005642037021218787	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0042_000000022717	1492	0.7099060991009984	3	3	3	2	2	False	84837	fragment	False	ISR0060_000000015834	0.6853322219405076		0	0	False	False	0.974530816078186	0					non-mobilizable	other	1485.0	78.99	99.0	0.0024753178552147977	NZ_CABJCG010000002.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
CHI0105_000000003254	2187	0.7098947441525144	4	3	2	3	2	False	111351	fragment	False	CHI0105_000000003254	0.950221426680082		0	0	False	False	1.0	0					non-mobilizable	other	2188.0	98.85700000000001	100.0	0.015538629872252142	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
FIJ0007_000000010929	1654	0.7098947441525144	3	3	2	3	2	False	124353	fragment	False	FIJ0039_000000009941	0.11288557551040672		0	0	False	False	1.0	0					non-mobilizable	other	1637.0	98.10600000000001	99.0	0.009417443293743591	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0345_000000008963	1510	0.7098947441525144	3	3	2	3	2	False	111351	fragment	False	CHI0105_000000003254	0.5415640222810021		0	0	False	False	0.9980132579803467	0					non-mobilizable	other	1509.0	98.675	99.0	0.010714336464268967	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ITA0006_000000016393	1391	0.7098947441525144	3	3	2	3	2	False	113382	fragment	False	AST0060_000000021408	0.8090265315777035		0	0	False	False	0.9769949913024902	0					non-mobilizable	chromosome	1392.0	98.42	100.0	0.0003893140432096606	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0144_000000012553	1360	0.7098947441525144	3	3	2	3	2	False	113382	fragment	False	AST0060_000000021408	0.7390157847479963		0	0	False	False	0.9941176176071167	0					non-mobilizable	chromosome	1360.0	99.779	100.0	0.0003803578610509912	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0026_000000009640	1465	0.7098934561244943	3	3	2	1	3	False	19082	maximal	True	MAD0026_000000009640	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	83.40899999999999	48.0	0.0015916811996707866	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0021_000000002746	9966	0.7098914390671986	20	11	8	7	2	True	81899	fragment	False	DEN0021_000000002746	1.0		0	0	False	False	0.9990969300270081	0					non-mobilizable	no_good_hit								True	True
ISR0054_000000005793	3949	0.709885642435227	5	5	5	4	4	False	35712	fragment	False	ISR0206_000000006415	0.9962302085951245		0	0	False	False	0.9972144961357117	0					non-mobilizable	no_good_hit	151.0	80.795	4.0	2.0763794045198118e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
CHI0147_000000001331	12684	0.7098826250100406	16	11	9	10	9	False	79677	maximal	True	CHI0147_000000001331	1.0		53	9	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	81.283	1.0	6.262786522483403e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ENG0115_000000001648	9569	0.7098818673975439	13	6	4	5	4	True	95115	maximal	True	ENG0115_000000001648	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4900.0	98.163	67.0	0.002186197636014828	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
AST0057_000000001683	3825	0.7098767393443254	7	4	0	1	3	False	113223	maximal	True	AST0057_000000001683	1.0		1	1	False	False	0.9937254786491394	0					non-mobilizable	no_good_hit	3087.0	99.02799999999999	81.0	0.029464857069177945	CP026475.1	enterobacteria	Escherichia coli strain KBN10P04869 plasmid pKBN10P04869B, complete sequence	True	False
FIJ0155_000000001429	13150	0.7098749158012955	19	19	10	16	19	False	67929	maximal	True	FIJ0155_000000001429	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	12075.0	97.565	92.0	0.0024344971451674535	CP055941.1	enterobacteria	Escherichia coli strain RHB40-C12 chromosome	False	False
ISR0781_000000003765	6184	0.7098726916071166	7	5	3	5	5	True	105439	fragment	False	ISR0253_000000001523	0.9651060863739718		0	0	False	True	1.0	0					non-mobilizable	chromosome	6184.0	100.0	100.0	0.0011660220825686204	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
CHI0002_000000001505	6111	0.7098726916071166	7	5	3	5	5	True	105439	fragment	False	ISR0253_000000001523	0.9592797425831309		0	0	False	True	0.9996727108955383	0					non-mobilizable	chromosome	6111.0	100.0	100.0	0.0011522553654365634	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0807_000000002174	6109	0.7098726916071166	7	5	3	5	5	True	105439	fragment	False	ISR0253_000000001523	0.959408551952693		0	0	False	True	0.9995089173316956	0					non-mobilizable	other	6109.0	99.984	100.0	0.0012900001964145681	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0101_000000027913	1446	0.7098720206244136	1	1	1	1	1	False	88977	fragment	False	FIJ0005_000000019741	0.6361348162709687		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	99.03200000000001	100.0	0.08376811594202899	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0245_000000005284	1477	0.7098601229968269	3	3	3	2	2	False	79622	fragment	False	ISR0245_000000005284	1.0		0	0	False	False	0.991875410079956	0					non-mobilizable	no_good_hit	154.0	76.623	10.0	0.0004505198762255919	NZ_FUZT01000007.1	firmicutes	Maledivibacter halophilus strain M1, whole genome shotgun sequence	True	False
CHI0153_000000004482	3635	0.7098584501660808	3	3	3	3	3	False	79275	fragment	False	FIJ0171_000000005938	0.8426528862147432		0	0	False	False	1.0	0					non-mobilizable	other	1645.0	98.29799999999999	97.0	0.010021884772709261	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ISR0169_000000005179	5018	0.7098485462564876	12	4	3	3	3	False	30107	maximal	True	ISR0169_000000005179	1.0		1	1	False	False	0.9978079199790955	0					non-mobilizable	no_good_hit	1637.0	95.663	71.0	0.0002489579072440055	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
ISR0080_000000003054	8690	0.7098458897632887	8	8	8	8	6	False	114949	maximal	False	ENG0005_000000002642	0.937882566311494		0	0	False	False	0.9973532557487488	0					non-mobilizable	no_good_hit	1295.0	76.293	15.0	0.00032571309453496855	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
CAN0018_000000025002	1358	0.7098424713642786	3	3	2	1	2	False	92061	fragment	False	CAN0018_000000025002	1.0		0	0	False	False	0.9882179498672485	0					non-mobilizable	no_good_hit	742.0	75.202	54.0	0.00010103332175832856	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
SPA0001_000000005370	6097	0.7098349837231983	8	8	2	5	7	True	98711	maximal	True	SPA0001_000000005370	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4057.0	94.109	100.0	0.026850478630173924	CP031283.1	enterobacteria	Escherichia fergusonii strain 40A plasmid p150_40A, complete sequence	False	True
FIJ0078_000000004284	5700	0.7098305113336197	9	6	6	5	5	False	50839	fragment	False	MON0026_000000004150	0.959827259057375		0	0	False	False	0.999824583530426	0					non-mobilizable	no_good_hit	1669.0	85.98	74.0	0.03838130997079683	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MON0099_000000007851	3787	0.709829136705588	5	4	4	4	1	True	95570	fragment	False	MON0099_000000007851	1.0		0	0	False	False	0.9941906332969666	0					non-mobilizable	no_good_hit	2300.0	78.26100000000001	60.0	0.004723599386914856	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0363_000000003716	4897	0.7098272879076905	4	4	4	4	4	False	118977	maximal	True	ISR0363_000000003716	1.0		15	3	False	False	0.9997957944869995	0					non-mobilizable	no_good_hit	3232.0	93.1	66.0	0.05069594997957709	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
MON0061_000000033322	1390	0.709821032594121	1	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.17676767676767677		0	0	False	False	0.9971222877502441	0					non-mobilizable	other	1386.0	99.42299999999999	99.0	0.0003736731830547053	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0777_000000012703	1368	0.709821032594121	1	1	1	1	1	False	61420	fragment	False	MON0080_000000039846	0.9739206020390577		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	99.635	100.0	0.0055816422359234	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0781_000000003164	7241	0.7098177189279838	9	8	7	6	7	True	129451	fragment	False	ISR0357_000000002775	0.991955736460851		0	0	False	False	0.9997237920761108	0					non-mobilizable	other	7241.0	99.945	100.0	0.0023182785052995396	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0134_000000013558	2388	0.7098150838650278	4	3	3	3	3	False	71677	maximal	True	ISR0134_000000013558	1.0		3	2	False	False	0.9899497628211975	0					non-mobilizable	no_good_hit	1726.0	99.479	74.0	0.002101462252255874	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0149_000000009475	2516	0.7098132221712268	3	3	3	3	2	False	46222	maximal	True	FIJ0149_000000009475	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	1.34232151821933e-05	NZ_LT630287.1	firmicutes	Lactobacillus acidipiscis strain ACA-DC 1533 chromosome I	True	False
FIJ0130_000000001998	10654	0.7098027343532654	7	7	7	7	7	False	48695	fragment	False	FIJ0139_000000002124	0.9631467978564525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.19	37.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
SPA0014_000000010968	2123	0.7098007480748845	3	3	3	3	3	False	48392	maximal	False	ISR0311_000000009465	0.9874128366438074		0	0	False	False	0.9995289444923401	0					non-mobilizable	no_good_hit	851.0	78.49600000000001	40.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0790_000000007688	2122	0.7098007480748845	3	3	3	3	3	False	48392	maximal	False	ISR0311_000000009465	0.9864992344132834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.49600000000001	40.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0214_000000007481	3579	0.7097913674017734	5	3	1	2	0	True	95631	fragment	False	ISR0214_000000007481	1.0		0	0	False	False	0.997485339641571	0					non-mobilizable	no_good_hit								True	True
AST0116_000000015573	1733	0.7097911046721151	1	1	1	1	1	False	129429	maximal	False	ENG0089_000000011930	0.9909803705077593		0	0	False	False	1.0	0					non-mobilizable	other	1735.0	99.193	100.0	0.007080151892531951	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0108_000000008673	2592	0.7097875889439165	4	4	4	3	2	False	120974	fragment	False	FIJ0153_000000010210	0.9387296873597579		0	0	False	False	1.0	0					non-mobilizable	other	2278.0	75.373	96.0	0.0005221296169276382	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0006_000000026833	1461	0.7097874424308741	2	2	2	2	2	False	51680	maximal	True	FIJ0006_000000026833	0.9734848484848485		366	14	False	False	0.9890486001968384	0					non-mobilizable	no_good_hit	436.0	72.018	29.0	0.00149763888988413	NZ_OKQO01000007.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
CHI0111_000000002952	10139	0.7097846655876092	12	6	1	5	2	False	82665	maximal	True	CHI0111_000000002952	1.0		1	1	False	False	0.9994082450866699	0					non-mobilizable	no_good_hit	1283.0	74.669	13.0	0.0013901689708141322	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
AST0055_000000020379	1753	0.7097842348593804	2	1	1	1	1	False	113755	maximal	True	AST0055_000000020379	1.0		2	1	False	False	0.9960068464279175	0					non-mobilizable	no_good_hit	342.0	89.766	27.0	0.0024539612403658632	NZ_SMUS01000008.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00008, whole genome shotgun sequence	True	False
ENG0040_000000002926	7349	0.7097782610085157	9	5	4	2	1	False	87673	maximal	True	ENG0040_000000002926	1.0		0	0	True	True	0.9994556903839111	30					non-mobilizable	no_good_hit								True	True
FIJ0151_000000005888	3005	0.7097754272168278	5	5	2	5	4	False	41855	maximal	True	FIJ0151_000000005888	1.0		7	1	False	False	0.999334454536438	0					non-mobilizable	chromosome	2930.0	99.932	100.0	0.0005679222615443918	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
MON0029_000000017858	1730	0.7097747319011587	3	3	3	2	2	False	84668	fragment	False	MON0043_000000014837	0.8667041471501494		0	0	False	False	0.9884393215179443	0					non-mobilizable	chromosome	1730.0	98.671	100.0	0.00048391371726060615	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0002_000000022726	1647	0.7097671513290235	2	1	1	1	1	False	131612	maximal	True	AST0002_000000022726	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000011150	2358	0.7097627898000929	2	2	1	1	2	False	93133	maximal	False	ISR0176_000000013568	0.4271766065262194		0	0	False	False	0.9893978238105774	0					non-mobilizable	other	2212.0	82.23299999999999	91.0	0.0006757055242970889	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0056_000000002323	7373	0.7097618502269151	13	9	3	6	7	True	125618	fragment	False	ISR0056_000000002323	0.990275148945563		0	0	False	False	0.9995931386947632	0					non-mobilizable	no_good_hit	2174.0	93.238	54.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0178_000000001927	7095	0.7097618502269151	12	9	3	6	7	True	125618	fragment	False	ISR0056_000000002323	0.9852976647296702		0	0	False	False	0.9984496235847473	0					non-mobilizable	no_good_hit	2173.0	93.281	54.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
TAN0017_000000017108	2135	0.7097489812684461	4	3	2	3	2	False	111357	fragment	False	TAN0017_000000017108	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	98.244	91.0	0.013748170463103747	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ENG0016_000000006774	3360	0.7097484765273275	5	2	1	1	1	True	66812	fragment	False	ENG0016_000000006774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	95.57	80.0	0.29015151515151516	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
MAD0109_000000002856	4652	0.7097480720018373	7	7	6	7	5	False	113227	fragment	False	FIJ0028_000000005720	0.31064069049974097		0	0	False	False	0.9997850656509399	0					non-mobilizable	chromosome	4652.0	99.527	100.0	0.0009725763172334417	CP038138.1	enterobacteria	Escherichia coli strain G3X16-2 chromosome, complete genome	False	False
FIJ0036_000000011922	3216	0.7097464798104426	4	2	2	2	2	False	47971	maximal	True	FIJ0036_000000011922	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	2.1893321973826847e-05	NZ_MDCJ01000007.1	g-proteobacteria	Vibrio scophthalmi strain FP3289 contig00007, whole genome shotgun sequence	True	False
MON0107_000000018598	3083	0.7097425262028279	4	4	3	4	3	False	121964	fragment	False	MON0107_000000018598	0.9861503051484012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	76.327	37.0	0.0003883069235501466	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0039_000000031289	1562	0.70973627347738	3	2	2	2	1	False	80882	fragment	False	FIJ0041_000000018839	0.4219145395934763		0	0	False	False	0.9980793595314026	0					non-mobilizable	no_good_hit	202.0	78.218	13.0	5.948644983653366e-05	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	True	False
ISR0366_000000013783	1486	0.7097341778583693	2	2	2	2	2	False	23620	maximal	True	ISR0366_000000013783	1.0		181	10	False	False	1.0	0					non-mobilizable	other	1486.0	99.529	100.0	0.052557069545213234	NZ_QRUU01000047.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf47, whole genome shotgun sequence	False	False
MAD0002_000000032712	1366	0.7097316524038532	1	1	1	1	1	False	20136	maximal	True	MAD0002_000000032712	1.0		16	5	False	False	0.9992679357528687	0					non-mobilizable	other	1320.0	78.03	96.0	0.00039411483283840657	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0127_000000023450	1172	0.7097302817538015	2	1	1	1	1	False	58683	maximal	True	ENG0127_000000023450	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	77.6	32.0	5.7233552723391964e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
FIJ0035_000000006331	1912	0.7097195637240108	3	2	2	2	2	False	82398	fragment	False	MAD0110_000000013016	0.9760318383119626		0	0	False	False	1.0	0					non-mobilizable	other	1913.0	98.745	100.0	0.025589892527804917	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
CHI0153_000000008306	1824	0.7097195637240108	2	2	2	2	2	False	82398	fragment	False	MAD0110_000000013016	0.8837323690596682		0	0	False	False	1.0	0					non-mobilizable	other	1825.0	98.74	100.0	0.02438534737743753	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
CHI0112_000000010924	1679	0.7097195637240108	3	2	2	2	2	False	82398	fragment	False	MAD0110_000000013016	0.12179583835946925		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	98.81299999999999	95.0	0.021387368336523147	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0079_000000005702	4883	0.7097186428325344	7	7	4	5	5	True	79824	fragment	False	ISR0079_000000005702	0.9996009895459261		0	0	False	False	0.9997951984405518	0					non-mobilizable	other	4887.0	99.898	100.0	0.10685854255970606	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0156_000000003621	3997	0.7097166047917662	6	6	4	5	4	False	82566	fragment	False	ISR0198_000000007709	0.9330953431774716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	84.211	2.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
CHI0112_000000009716	1872	0.7097095140330912	3	3	2	3	1	False	82420	fragment	False	CHI0112_000000009716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	84.219	74.0	0.00027952431015803805	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0033_000000010709	6421	0.7097064768191687	9	4	3	4	2	True	118234	fragment	False	MON0033_000000010709	1.0		0	0	False	False	0.9995327591896057	0					non-mobilizable	other	6420.0	99.86	99.0	0.0012432239067754443	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0317_000000003489	4575	0.7097056467443157	5	4	3	3	3	False	126968	maximal	True	ISR0317_000000003489	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2794.0	97.92399999999999	61.0	0.084141712357655	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0197_000000003205	6693	0.7096972944837554	6	4	3	4	2	True	106545	maximal	True	ISR0197_000000003205	1.0		0	0	False	False	0.9944718480110168	0					non-mobilizable	no_good_hit	5076.0	100.0	76.0	0.0009102340619809311	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
SPA0135_000000013278	1567	0.7096972405273859	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.13201217299025228		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	95.14399999999999	99.0	0.015106002800985174	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0170_000000008399	1562	0.7096972405273859	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.13186916160452256		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	95.262	100.0	0.015077027092287632	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0180_000000007871	2193	0.709695402982238	4	3	2	1	2	False	66689	fragment	False	ENG0180_000000007871	1.0		0	0	False	False	0.9908800721168518	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.3542486343471667e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	False
ENG0163_000000017347	1495	0.709695402982238	3	3	2	1	2	False	60806	fragment	False	ENG0163_000000017347	0.9945612762871646		0	0	False	False	0.9819397926330566	0					non-mobilizable	no_good_hit								True	False
MON0075_000000024299	1130	0.7096948322513965	2	2	2	2	2	False	10327	fragment	False	MON0075_000000024299	1.0		0	0	False	False	0.9964601993560791	0					non-mobilizable	no_good_hit	594.0	93.098	53.0	0.004884356879283079	NZ_QIBZ01000007.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_007, whole genome shotgun sequence	True	False
SPA0089_000000000016	93795	0.7096928191239946	115	28	11	25	8	False	65819	maximal	True	SPA0089_000000000016	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	0.0	0.00013851067054845	NZ_QKNS01000006.1	CFB group bacteria	Hymenobacter sediminis strain ELS1360 NODE_6_length_382642_cov_42.704249, whole genome shotgun sequence	True	False
MON0043_000000006195	3933	0.7096915886591559	6	4	1	1	3	False	11694	fragment	False	MON0043_000000006195	1.0		0	0	False	False	0.9944062829017639	0					non-mobilizable	no_good_hit	328.0	87.195	8.0	0.08972943125345113	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	False
DEN0045_000000026491	1583	0.7096773488920025	3	3	2	3	2	False	72875	maximal	True	DEN0045_000000026491	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	73.038	18.0	0.0013109033357237147	NZ_QGDL01000011.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_111, whole genome shotgun sequence	True	False
CHI0006_000000001496	5864	0.7096719404895584	4	4	4	1	2	False	90657	fragment	False	CHI0006_000000001496	1.0		0	0	False	False	0.9998294711112976	0					non-mobilizable	other	5864.0	99.454	100.0	0.01434085394489668	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0148_000000011125	1714	0.7096711224593161	3	2	2	1	2	False	39901	maximal	True	FIJ0148_000000011125	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1369.0	86.486	80.0	0.00036031971242048996	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
ISR0079_000000004521	6238	0.7096671738106954	7	7	5	6	4	False	82570	fragment	False	ISR0079_000000004521	1.0		0	0	False	False	0.9975953698158264	0					non-mobilizable	no_good_hit	76.0	84.211	1.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
CHI0112_000000008022	2227	0.7096624594917087	3	3	3	3	3	False	82425	fragment	False	CHI0112_000000008022	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2227.0	99.775	100.0	0.0004751277252609147	CP019455.1	enterobacteria	Escherichia coli strain FHI_NMBU_03 chromosome, complete genome	False	False
ISR0125_000000008251	1830	0.7096577652899163	4	3	3	3	2	False	32043	fragment	False	ISR0125_000000008251	1.0		0	0	False	False	0.9901639223098755	0					non-mobilizable	other	1225.0	97.959	96.0	0.00036532672675922606	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0114_000000019571	2377	0.7096568506067591	3	3	3	3	3	False	120879	fragment	False	SPA0114_000000019571	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	90.988	65.0	0.0003925961420545127	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0023_000000017277	1807	0.7096461678633775	3	1	1	1	1	False	37523	maximal	True	ISR0023_000000017277	1.0		2	2	False	False	0.9939125776290894	0					non-mobilizable	no_good_hit								True	False
SPA0071_000000008303	2875	0.7096352199497252	4	4	4	4	3	False	83009	fragment	False	SPA0071_000000008303	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2888.0	94.01	100.0	0.049520107330833535	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0050_000000020633	1400	0.7096345752066625	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.10237084508526853		0	0	False	False	0.9992856979370117	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	3.0	9.364513242401733e-06	CP010415.1	g-proteobacteria	Azotobacter chroococcum NCIMB 8003, complete genome	True	False
FIJ0140_000000008442	3348	0.7096290120959825	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.43097928374202443		0	0	False	False	1.0	0					non-mobilizable	other	3355.0	98.59899999999999	99.0	0.30172724001439366	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0386_000000011033	3052	0.7096290120959825	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.3797928322881411		0	0	False	False	1.0	0					non-mobilizable	other	2998.0	99.566	98.0	0.2695214105793451	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0253_000000003837	3044	0.7096290120959825	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.411286922266425		0	0	False	False	1.0	0					non-mobilizable	other	3044.0	99.73700000000001	100.0	0.2737495501979129	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0121_000000010424	2392	0.709628125407045	3	3	3	3	2	False	103889	maximal	True	ISR0121_000000010424	1.0		78	7	False	False	0.9949832558631897	0					non-mobilizable	no_good_hit	475.0	75.579	20.0	0.00015213424686940275	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CAN0016_000000012575	3793	0.70961744311505	6	6	6	6	5	False	92988	maximal	True	CAN0016_000000012575	0.9843093303446344		8	3	False	False	0.9994727373123169	0					non-mobilizable	chromosome	3794.0	99.39399999999999	100.0	0.0010559209381633434	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0021_000000002314	7760	0.7096133639904529	7	4	2	4	2	True	66396	fragment	False	ENG0021_000000002314	1.0		0	0	False	False	0.9988402128219604	0					non-mobilizable	other	7763.0	95.723	99.0	0.017972648201924034	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0090_000000000489	26136	0.7096124448848767	34	8	5	6	7	True	49011	maximal	True	ISR0090_000000000489	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	6585.0	98.633	88.0	0.0017802201427150359	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0126_000000001491	15513	0.7096114334572196	25	11	10	8	9	False	58784	maximal	True	ENG0126_000000001491	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3053.0	98.919	20.0	0.0007482829578556348	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0048_000000026408	1542	0.7096083303757795	2	2	2	2	2	False	11395	fragment	False	MON0048_000000026408	1.0		0	0	False	False	0.9721141457557678	0					non-mobilizable	no_good_hit	117.0	82.906	8.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
MON0102_000000006789	6321	0.7096082757081839	11	8	1	4	6	False	93900	fragment	False	MON0102_000000006789	0.9898744769874477		0	0	False	False	0.9984179735183716	0					non-mobilizable	other	3848.0	98.883	96.0	0.10104273369579492	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0820_000000018526	1400	0.7095986080909701	3	2	2	2	2	False	46189	fragment	False	SPA0012_000000015675	0.931076851647713		0	0	False	False	0.9921428561210632	0					non-mobilizable	other	1400.0	100.0	100.0	0.021978194614635373	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MAD0098_000000010542	4042	0.7095927841142271	4	2	1	2	1	False	15341	maximal	True	MAD0098_000000010542	1.0		1	1	False	False	0.9901039004325867	0					non-mobilizable	no_good_hit	1960.0	74.541	48.0	0.009390664430091447	CP002411.1	firmicutes	Clostridium botulinum BKT015925 plasmid p1BKT015925, complete sequence	True	False
ISR0067_000000013215	2218	0.7095911701873072	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.451542038486936		0	0	False	False	0.9936879873275757	0					non-mobilizable	other	2163.0	94.36	97.0	0.04917695473251029	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0123_000000006683	3052	0.7095905261559433	3	2	1	2	1	True	111380	fragment	False	ISR0123_000000006683	0.9955223880597015		0	0	False	False	0.9918086528778076	0					non-mobilizable	no_good_hit								True	True
ENG0024_000000007602	3603	0.7095854409512495	5	4	4	4	2	False	131677	fragment	False	ENG0024_000000007602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	84.555	54.0	0.00034957904856235616	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0083_000000017549	2027	0.7095850589296222	3	2	2	2	1	False	104976	fragment	False	MON0058_000000023281	0.8519807280981715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.028384279475982533	XM_006163026.2	placentals	PREDICTED: Tupaia chinensis complexin 3 (CPLX3), mRNA	True	False
AUS0008_000000011393	2142	0.7095797971546672	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.5344470734385482		0	0	False	False	0.998132586479187	0					non-mobilizable	chromosome	2142.0	97.199	100.0	0.000674838059353599	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0087_000000018562	1995	0.7095797971546672	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.30850355974792715		0	0	False	False	1.0	0					non-mobilizable	chromosome	1995.0	96.94200000000001	100.0	0.0006285040123078358	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0348_000000005899	2486	0.7095708021271215	2	2	2	2	1	False	56514	fragment	False	ISR0348_000000005899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	79.96600000000001	54.0	0.0004674928343473551	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0328_000000002996	7730	0.7095658270747728	12	5	1	5	1	True	107763	fragment	False	ISR0328_000000002996	1.0		0	0	False	False	0.9979301691055298	0					non-mobilizable	no_good_hit								True	True
TAN0004_000000001389	2937	0.7095624107986013	3	2	2	2	1	False	85314	maximal	True	TAN0004_000000001389	1.0		3	1	False	False	0.9993190169334412	0					non-mobilizable	no_good_hit	1126.0	71.936	41.0	0.0005849279520664993	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ENG0103_000000014124	1201	0.7095613999128821	2	2	2	2	2	False	60281	fragment	False	ISR0175_000000015730	0.6346650715468402		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	79.53699999999999	93.0	0.002835709314016138	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
SPA0077_000000013062	2214	0.7095593989699616	3	2	2	2	2	False	95549	fragment	False	CHI0018_000000006944	0.803137511665769		0	0	False	False	1.0	0					non-mobilizable	chromosome	2214.0	99.819	100.0	0.0003411078065596588	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0090_000000010236	1328	0.7095585049710917	2	1	1	1	1	False	83767	maximal	True	CHI0090_000000010236	1.0		1	1	False	False	0.9947289228439331	0					non-mobilizable	no_good_hit	89.0	86.51700000000001	7.0	0.037177862272919304	KU545925.1	bacteria	Uncultured bacterium clone CX_03B_000_Contig_1 genomic sequence	True	False
USA0044_01_000000014186	1988	0.7095544634679511	2	2	2	2	2	False	1230	maximal	True	USA0044_01_000000014186	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	76.48899999999999	47.0	0.00018042351463862182	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
MON0032_000000001824	8711	0.7095537377943968	6	4	4	4	4	False	72767	fragment	False	MON0032_000000001824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2557.0	74.306	32.0	0.003356426467971885	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
FIJ0025_000000010657	2017	0.7095523060620478	3	3	3	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.2472459796429041		0	0	False	False	1.0	0					non-mobilizable	other	1998.0	99.249	99.0	0.004389091293098896	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0045_000000010304	1289	0.7095492200471741	2	2	2	2	2	False	64472	maximal	False	FIJ0139_000000019715	0.9194382852919438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	79.717	16.0	6.88204533082579e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0095_000000001446	10934	0.7095403049094564	10	5	4	4	2	True	66019	maximal	True	MAD0095_000000001446	1.0		1	1	False	False	0.9999085664749146	0					non-mobilizable	no_good_hit	57.0	91.228	1.0	2.5542457950728598e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	True
ISR0122_000000006981	2485	0.7095327953636953	3	2	2	2	1	False	32154	maximal	True	ISR0122_000000006981	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	89.01700000000001	14.0	0.0072029563438211165	NZ_CABLCC010000018.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	False
FIJ0050_000000009505	2670	0.7095272903050344	2	2	2	2	2	False	46612	maximal	True	FIJ0050_000000009505	0.9891975308641976		47	10	False	False	0.9947565793991089	0					non-mobilizable	no_good_hit	639.0	70.579	24.0	0.007848724582255384	NZ_AUHY01000004.1	bacteria	Meiothermus rufus DSM 22234 G552DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
MON0023_000000007690	2592	0.7095272903050344	2	2	2	2	2	False	46612	maximal	False	FIJ0050_000000009505	0.9749063670411985		0	0	False	False	0.998071014881134	0					non-mobilizable	no_good_hit	658.0	74.316	25.0	0.0002712111653486866	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0082_000000014364	1448	0.7095225637325658	2	1	1	1	1	False	109612	fragment	False	ENG0082_000000014364	1.0		0	0	False	False	0.9958563446998596	0					non-mobilizable	other	1448.0	99.309	100.0	0.007138065076264331	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0003_000000006513	3827	0.7095210884480174	3	2	2	2	2	False	85809	fragment	False	FIJ0046_000000006688	0.9134896060538856		0	0	False	False	0.9992160797119141	0					non-mobilizable	no_good_hit	924.0	72.51100000000001	24.0	0.0015772236317759853	NZ_JQHM01000002.1	enterobacteria	Pectobacterium betavasculorum strain NCPPB 2795 ID_3, whole genome shotgun sequence	True	False
ETH0001_000000006644	3796	0.7095210884480174	3	2	2	2	2	False	85809	fragment	False	FIJ0046_000000006688	0.9206276271769709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	72.809	23.0	0.0015230174980896708	NZ_JQHM01000002.1	enterobacteria	Pectobacterium betavasculorum strain NCPPB 2795 ID_3, whole genome shotgun sequence	True	False
ISR0029_000000015527	2940	0.7095154028393429	2	2	2	2	2	False	37130	maximal	True	ISR0029_000000015527	1.0		54	11	False	False	0.9989795684814453	0					non-mobilizable	no_good_hit	531.0	73.258	18.0	0.00438355708605746	NZ_FMJR01000058.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0389_000000005830	3469	0.7095074617945262	3	3	2	2	3	False	38110	fragment	False	ISR0389_000000005830	1.0		0	0	False	False	0.9997117519378662	0					non-mobilizable	no_good_hit	1388.0	73.127	40.0	0.0011142431742468721	NZ_CVPE01000006.1	firmicutes	Rubeoparvulum massiliense strain mt6, whole genome shotgun sequence	True	False
ISR0775_000000005083	3631	0.7095023626791432	6	5	5	5	5	False	103933	fragment	False	ISR0775_000000005083	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3660.0	84.126	100.0	0.001768750150299593	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0120_000000010514	2988	0.7094898357702216	3	3	3	3	2	False	32288	maximal	True	ISR0120_000000010514	1.0		21	4	False	False	0.9963185787200928	0					non-mobilizable	no_good_hit	1754.0	83.124	58.0	0.007946929284639585	NZ_CABIXZ010000004.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ISR0140_000000011766	2027	0.7094811411148002	3	2	2	1	1	False	31243	maximal	True	ISR0140_000000011766	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	77.053	38.0	0.033037732568249004	NZ_JAAISM010000076.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_76_length_23004_cov_174.081, whole genome shotgun sequence	True	False
MAD0057_000000002986	5117	0.7094792961589765	5	5	0	3	5	False	127611	fragment	False	CHI0016_000000000691	0.46418786692759295		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	5117.0	99.98	100.0	0.7696705280577705	CP016519.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg strain CE-R2-11-0435 plasmid pCE-R2-11-0435_6, complete sequence	False	True
ISR0153_000000005045	5110	0.7094792961589765	5	5	0	3	5	False	127611	fragment	False	CHI0016_000000000691	0.6889401446352635		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	5110.0	99.961	100.0	0.7417247386759582	CP038396.1	enterobacteria	Escherichia coli O157:H7 strain DEC5A plasmid pDEC5A-3, complete sequence	False	True
CHI0170_000000002423	4268	0.7094768116856855	6	5	5	4	2	False	116714	maximal	True	CHI0170_000000002423	1.0	PS782	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	3427.0	97.461	80.0	0.000483286256208337	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
FIJ0123_000000004513	7371	0.7094744509690663	10	7	5	6	5	False	126473	fragment	False	ENG0174_000000001931	0.9631238549501694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2497.0	93.152	77.0	0.0005635935320911198	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0082_000000003628	7117	0.7094744509690663	9	7	5	6	5	False	126473	fragment	False	ENG0174_000000001931	0.9432252994321763		0	0	False	False	0.9998595118522644	0					non-mobilizable	no_good_hit	2497.0	93.19200000000001	76.0	0.0005635935320911198	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0372_000000012280	1438	0.7094689861623958	2	2	2	2	2	False	23449	fragment	False	ISR0372_000000012280	0.9725631768953069		0	0	False	False	0.9972183704376221	0					non-mobilizable	no_good_hit	1170.0	96.75200000000001	81.0	0.0014783769975162254	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0181_000000013340	1417	0.7094677539544273	1	1	1	1	1	False	29580	maximal	True	ISR0181_000000013340	1.0		76	9	False	False	0.9971771240234375	0					non-mobilizable	chromosome	1405.0	77.509	99.0	0.00025426498594722163	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	False	False
MAD0105_000000036142	1112	0.7094655407253634	2	1	1	1	1	False	14757	fragment	False	MAD0105_000000036142	1.0		0	0	False	False	0.9757194519042969	0					non-mobilizable	no_good_hit	45.0	100.0	4.0	0.0006513018636114689	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0148_000000006334	5364	0.7094652887984114	12	3	2	3	2	True	105169	fragment	False	AST0148_000000006334	1.0		0	0	False	False	0.9944071769714355	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00012918974233445865	NZ_PYLQ01000001.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_0, whole genome shotgun sequence	True	True
ENG0153_000000004943	5577	0.7094552389074894	5	5	5	5	5	False	111069	fragment	False	FIJ0095_000000004547	0.9595139282238107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	71.845	9.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0168_000000010529	2053	0.7094510066947894	1	1	1	1	1	False	113057	maximal	True	FIJ0168_000000010529	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	91.35600000000001	76.0	0.00022396281816091092	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
SPA0069_000000013739	1642	0.7094510066947894	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.5162932718596022		0	0	False	False	0.9963459372520447	0					non-mobilizable	other	1642.0	100.0	100.0	0.0026244746252806796	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0064_000000013630	1631	0.7094510066947894	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.5372973817484744		0	0	False	False	0.9920294284820557	0					non-mobilizable	other	1631.0	100.0	100.0	0.0005662868260144525	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0062_000000008740	1609	0.7094510066947894	1	1	1	1	1	False	113056	fragment	False	CHI0116_000000009548	0.9853085999266412		0	0	False	False	1.0	0					non-mobilizable	other	478.0	93.93299999999999	94.0	0.0012981819974474565	NZ_DS483474.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_14, whole genome shotgun sequence	False	False
CHI0105_000000004467	1544	0.7094510066947894	1	1	1	1	1	False	113056	fragment	False	CHI0116_000000009548	0.9587639525685075		0	0	False	False	1.0	0					non-mobilizable	other	467.0	93.79	94.0	0.0012680554110088024	NZ_DS483474.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_14, whole genome shotgun sequence	False	False
USA0057_01_000000022306	1451	0.7094510066947894	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.4574489909780588		0	0	False	False	1.0	0					non-mobilizable	other	1451.0	100.0	100.0	0.0023190056103942628	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0202_000000009870	1430	0.7094510066947894	1	1	1	1	1	False	107342	fragment	False	ISR0202_000000009870	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	99.51	100.0	0.000512747645630737	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ENG0033_000000018319	1370	0.7094510066947894	2	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.4532718236450614		0	0	False	False	0.9992700815200806	0					non-mobilizable	chromosome	1370.0	99.854	100.0	0.00048008489331700086	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
CHI0136_000000010676	1289	0.7094510066947894	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.31467941661857607		0	0	False	False	1.0	0					non-mobilizable	chromosome	1289.0	100.0	100.0	0.00045167957822665966	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
AST0106_000000015209	1273	0.7094510066947894	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.31362614651842824		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	100.0	100.0	0.0020343276802906912	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0221_000000017530	1270	0.7094510066947894	1	1	1	1	1	False	107341	fragment	False	USA0075_01_000000019075	0.9844961225415012		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	99.681	100.0	0.00041917817011012285	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
ENG0033_000000019573	1269	0.7094510066947894	1	1	1	1	1	False	107341	fragment	False	USA0075_01_000000019075	0.9843836366022437		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	100.0	100.0	0.00045497831676681214	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
USA0057_01_000000026120	1248	0.7094510066947894	1	1	1	1	1	False	107341	fragment	False	USA0075_01_000000019075	0.979657323461098		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	100.0	100.0	0.00044744318691499586	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
CHI0146_000000006947	1217	0.7094510066947894	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.08448594385682456		0	0	False	False	0.9811010956764221	0					non-mobilizable	chromosome	816.0	99.387	97.0	0.0002851051996104614	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
CHI0124_000000012250	1181	0.7094510066947894	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.19404035426547062		0	0	False	False	0.9898391366004944	0					non-mobilizable	chromosome	1181.0	100.0	100.0	0.00041380582477287147	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
AST0106_000000016399	1166	0.7094510066947894	1	1	1	1	1	False	107341	fragment	False	USA0075_01_000000019075	0.9431992503726885		0	0	False	False	0.9982847571372986	0					non-mobilizable	other	1166.0	100.0	100.0	0.00041802029892218937	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
USA0011_01_000000031239	1152	0.7094510066947894	1	1	1	1	1	False	107341	fragment	False	USA0075_01_000000019075	0.41081618538973		0	0	False	False	1.0	0					non-mobilizable	other	382.0	92.67	99.0	0.00013236520289049473	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ENG0142_000000030600	1132	0.7094510066947894	1	1	1	1	1	False	57640	fragment	False	ENG0142_000000030600	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1132.0	99.912	100.0	0.00036102869236429106	CP029612.1	firmicutes	Enterococcus faecalis strain H25 chromosome, complete genome	False	False
SPA0092_000000040608	1126	0.7094510066947894	2	1	1	1	1	False	107341	fragment	False	USA0075_01_000000019075	0.5409830604406076		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	99.37799999999999	100.0	0.0004036676706330155	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
MON0031_000000028789	1106	0.7094510066947894	2	1	1	1	1	False	12414	fragment	False	MON0031_000000028789	1.0		0	0	False	False	0.9900542497634888	0					non-mobilizable	other	1000.0	99.7	100.0	0.000333938590063806	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
SPA0018_000000027198	1099	0.7094510066947894	2	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.08331723194378717		0	0	False	False	0.9963603019714355	0					non-mobilizable	other	1099.0	100.0	100.0	0.0017560470070433797	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
MON0081_000000046756	1028	0.7094510066947894	1	1	1	1	1	False	9935	fragment	False	MON0081_000000046756	1.0		0	0	False	False	0.9708171486854553	0					non-mobilizable	other	711.0	91.84200000000001	91.0	0.015208961654459285	NZ_QRYH01000020.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf20, whole genome shotgun sequence	False	False
CHI0018_000000014967	1188	0.7094439330022214	2	1	1	1	0	True	89504	maximal	True	CHI0018_000000014967	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	87.963	9.0	2.9436104214916886e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
SPA0114_000000042473	1103	0.7094439164911546	1	1	1	1	1	False	32140	fragment	False	ISR0122_000000013058	0.3207070707070707		0	0	False	False	0.9981867671012878	0					non-mobilizable	chromosome	1098.0	82.87799999999999	99.0	0.00030563928244956603	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0013_000000003165	8467	0.7094296371545448	11	5	4	5	2	True	93917	fragment	False	CAN0013_000000003165	1.0		0	0	False	False	0.9996457099914551	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.08012820512820513	KU546360.1	bacteria	Uncultured bacterium clone TE_03E_000_Contig_20 genomic sequence	True	True
USA0047_01_000000022030	1647	0.7094279280937422	3	3	3	3	2	False	1161	fragment	False	USA0047_01_000000022030	1.0		0	0	False	False	0.9993928074836731	0					non-mobilizable	no_good_hit	190.0	74.737	11.0	3.9246206896995437e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
CHI0182_000000006234	4113	0.7094236372650271	6	4	2	3	2	True	77381	maximal	True	CHI0182_000000006234	1.0		1	1	False	False	0.9997568726539612	0					non-mobilizable	no_good_hit	1316.0	99.62	32.0	0.010915761862071256	NZ_LNAM01000153.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf3, whole genome shotgun sequence	True	True
FIJ0005_000000030117	1231	0.7094217467179599	2	1	1	1	1	False	51850	fragment	False	FIJ0005_000000030117	1.0		0	0	False	False	0.9772542715072632	0					non-mobilizable	plasmid	1231.0	100.0	100.0	0.008548137131578764	CP048352.1	enterobacteria	Raoultella ornithinolytica strain 23 plasmid p23_C, complete sequence	False	True
MAD0048_000000012909	1853	0.7094214020036844	3	3	3	2	2	False	17544	maximal	True	MAD0048_000000012909	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	94.64	29.0	0.00015217582992715472	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0093_000000001177	13586	0.7094154046408521	13	6	3	5	4	True	66025	maximal	True	ISR0093_000000001177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	96.16799999999999	10.0	0.007213395410986074	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	True
ENG0134_000000020012	1963	0.7094129101616645	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.449741219427038		0	0	False	False	0.9989811778068542	0					non-mobilizable	other	1963.0	98.26799999999999	100.0	0.12116346569505342	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	False	False
FIJ0047_000000016966	1818	0.7094098427721248	2	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.057173405532289334		0	0	False	False	0.9763476252555847	0					non-mobilizable	chromosome	1824.0	89.145	100.0	0.0004030402274651329	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0052_000000006577	3197	0.7094071948138226	4	4	4	4	3	False	114597	maximal	True	AST0052_000000006577	1.0		5	2	False	False	0.999061644077301	0					non-mobilizable	no_good_hit	368.0	97.554	12.0	7.421274833466188e-05	LR698971.1	enterobacteria	Citrobacter portucalensis isolate MGYG-HGUT-01705 genome assembly, chromosome: 1	True	False
FIJ0083_000000001048	21846	0.7093959405559759	21	13	6	9	4	True	90802	maximal	True	FIJ0083_000000001048	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0170_000000005071	1947	0.709395701425442	3	3	3	3	1	False	117164	fragment	False	CHI0170_000000005071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	82.40700000000001	5.0	2.745730323344067e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ISR0378_000000010940	2457	0.7093941602995859	3	1	1	1	1	False	23276	maximal	True	ISR0378_000000010940	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000023016	1944	0.7093766359568485	3	2	2	2	1	False	68164	maximal	True	DEN0096_000000023016	1.0		28	8	False	False	0.9979423880577087	0					non-mobilizable	no_good_hit	1095.0	75.89	55.0	0.04860061380605561	NZ_JH604937.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld388, whole genome shotgun sequence	True	False
FIJ0172_000000003088	7675	0.7093750483667234	10	4	1	4	0	True	59754	fragment	False	FIJ0054_000000002868	0.9636653501072667		0	0	False	False	0.999478816986084	0					non-mobilizable	no_good_hit	329.0	95.137	7.0	9.305197431069793e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0109_000000015860	2049	0.7093743839221343	4	4	3	3	4	True	131617	fragment	False	ENG0006_000000010997	0.788408320534573		0	0	False	False	0.9975597858428955	0					non-mobilizable	other	2049.0	99.902	100.0	0.04725208804392968	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
CHI0071_000000003863	2655	0.7093708852036821	6	4	3	1	2	True	84910	fragment	False	CHI0071_000000003863	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2666.0	93.023	100.0	0.0005899351204635967	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
FIJ0067_000000004079	7572	0.7093706745338864	8	4	2	2	3	False	132498	fragment	False	ISR0032_000000003111	0.059069564656998794		0	0	False	False	0.9994717240333557	0					non-mobilizable	no_good_hit	3185.0	96.32700000000001	46.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0155_000000007250	3143	0.7093705389467985	4	4	4	3	3	False	131841	fragment	False	ENG0155_000000007250	1.0		0	0	False	False	0.9987273216247559	0					non-mobilizable	no_good_hit	2047.0	90.865	65.0	0.043908673425179796	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	True	False
ISR0079_000000020017	1432	0.7093655596905439	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8641526810220265		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	95.92299999999999	98.0	0.0025201094633086857	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0346_000000018827	1331	0.7093655596905439	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7061361207981937		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	96.255	100.0	0.005120311978229078	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0041_000000019704	2971	0.7093615637136796	3	3	3	3	3	False	11822	maximal	True	MON0041_000000019704	1.0		3	3	False	False	0.9946146011352539	0					non-mobilizable	no_good_hit	1129.0	71.568	37.0	0.0006863168249252203	NZ_FQLR01000004.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	False
FIJ0018_000000003433	7516	0.7093552567396305	8	8	7	8	4	True	50040	fragment	False	FIJ0018_000000003433	0.9928581238840819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	1.03977679458143e-05	AP022839.1	g-proteobacteria	Legionella sp. TUM19329 DNA, complete genome	True	True
FIJ0036_000000019659	2075	0.7093511445738554	3	2	2	2	2	False	50462	fragment	False	FIJ0036_000000019659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	350.0	91.14299999999999	28.0	0.00010795111276753676	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0033_000000003584	7087	0.709350364246393	11	5	2	4	4	True	36906	maximal	True	ISR0033_000000003584	1.0		1	1	False	False	0.9947791695594788	0					non-mobilizable	no_good_hit								True	True
ISR0269_000000011122	1712	0.7093492468451444	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9684447661973528		0	0	False	False	0.9970794320106506	0					non-mobilizable	chromosome	1474.0	82.15700000000001	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0040_000000019936	1306	0.7093446771218719	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.3982270045117166		0	0	False	False	0.9977028965950012	0					non-mobilizable	chromosome	1306.0	96.93700000000001	100.0	0.0003364224909649293	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
ISR0057_000000017304	1297	0.7093446771218719	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.4010370896010243		0	0	False	False	0.9976869821548462	0					non-mobilizable	other	1297.0	98.15	100.0	0.12869910625620656	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0104_000000003419	7209	0.7093345417208108	8	8	4	5	7	False	32992	maximal	True	ISR0104_000000003419	1.0		2	1	False	False	0.9986128211021423	0					non-mobilizable	no_good_hit	1156.0	77.941	20.0	0.0003070373985422793	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0026_000000009862	3024	0.7093235896778299	2	2	2	2	1	False	119482	fragment	False	AST0026_000000009862	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3024.0	97.48700000000001	100.0	0.04521387974872869	NZ_WAJR01000011.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_011, whole genome shotgun sequence	False	False
ISR0309_000000010863	1772	0.7093174513773407	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.32643653411236256		0	0	False	False	0.9994356632232666	0					non-mobilizable	other	1771.0	97.854	99.0	0.04046639231824417	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0024_000000024334	1138	0.7093083702247439	2	2	2	2	1	False	37403	maximal	True	ISR0024_000000024334	1.0		28	5	False	False	0.9560632705688477	0					non-mobilizable	no_good_hit	459.0	77.778	40.0	0.00019957353353367558	NZ_AVNC01000015.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.14, whole genome shotgun sequence	True	False
CAN0013_000000010708	2094	0.7093039617382119	3	2	2	2	1	False	93886	maximal	True	CAN0013_000000010708	1.0		3	2	False	False	0.9894937872886658	0					non-mobilizable	chromosome	2094.0	98.806	100.0	0.0007173224986676583	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
AST0048_000000002339	7779	0.7093014348846306	10	4	3	4	2	False	114992	maximal	True	AST0048_000000002339	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	1.0	8.53802355427248e-06	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
ISR0818_000000007440	2378	0.7092991904761495	1	1	1	1	1	False	67525	fragment	False	ISR0818_000000007440	1.0		0	0	False	False	0.9945332407951355	0					non-mobilizable	no_good_hit	125.0	92.8	9.0	3.467453890553174e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0116_000000007986	2256	0.7092991904761495	1	1	1	1	1	False	63025	maximal	True	FIJ0116_000000007986	1.0		25	8	False	False	0.9973404407501221	0					non-mobilizable	no_good_hit	599.0	93.48899999999999	36.0	0.00016442442642300531	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0035_01_000000011819	2134	0.7092964092755363	3	1	1	1	1	False	84831	maximal	True	USA0035_01_000000011819	1.0		4	3	False	False	0.9981256127357483	0					non-mobilizable	no_good_hit	1869.0	96.84299999999999	88.0	0.012544984369408603	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0134_000000010936	1502	0.7092948110962723	2	2	2	2	1	False	91187	fragment	False	DEN0018_000000025606	0.6579640594397105		0	0	False	False	1.0	0					non-mobilizable	chromosome	1502.0	99.068	100.0	0.0002284143146535772	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0211_000000009533	2349	0.7092946563038821	3	2	2	2	2	False	91882	fragment	False	CAN0020_000000015316	0.9808890735355215		0	0	False	False	0.9965943098068237	0					non-mobilizable	other	2349.0	99.70200000000001	100.0	0.010133443817218223	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ISR0028_000000009061	2110	0.7092946563038821	2	2	2	2	2	False	77930	fragment	False	ISR0028_000000009061	0.9908217594991453		0	0	False	False	0.9928910136222839	0					non-mobilizable	other	2110.0	98.863	100.0	0.009101973173131701	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ISR0781_000000028456	1104	0.7092905914139216	1	1	1	1	1	False	76179	fragment	False	SPA0120_000000031435	0.7125528408792783		0	0	False	False	0.9628623127937317	0					non-mobilizable	other	1104.0	100.0	100.0	0.01358709041635871	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
FIJ0079_000000012180	2307	0.7092851590843561	2	2	0	2	2	False	44385	fragment	False	FIJ0079_000000012180	1.0		0	0	False	False	0.9973992109298706	0		MOBP,MOBP			mobilizable	plasmid	2307.0	100.0	100.0	0.07562639380821198	CP025818.1	enterobacteria	Klebsiella pneumoniae strain Kp81 plasmid pKp81_2	False	True
MON0033_000000039164	1533	0.7092817487043513	2	2	2	2	2	True	110597	fragment	False	MON0033_000000039164	0.9557256990679095		0	0	False	False	1.0	0					non-mobilizable	other	1541.0	86.43700000000001	100.0	0.02619361691192846	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	True
MAD0093_000000021422	1502	0.7092817487043513	2	2	2	2	2	True	110597	fragment	False	MON0033_000000039164	0.9465101108936725		0	0	False	False	0.9880159497261047	0					non-mobilizable	other	1482.0	92.51	100.0	0.00023081586194200813	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
MAD0062_000000011883	1254	0.7092791353268495	2	2	2	2	2	False	41765	fragment	False	MAD0062_000000011883	1.0		0	0	False	False	0.99920254945755	0					non-mobilizable	other	1214.0	82.125	96.0	0.007521111893033075	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0090_000000003339	3683	0.7092777717018862	6	3	3	3	2	False	104118	maximal	True	CHI0090_000000003339	1.0		14	5	False	False	0.9945696592330933	0					non-mobilizable	no_good_hit	1055.0	86.445	55.0	0.00023278855766346163	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0177_000000013530	2191	0.7092771707443329	3	3	2	2	2	False	121039	fragment	False	ISR0177_000000013530	0.9727025627599775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	90.984	6.0	0.00033030778680133763	NZ_NQOF01000007.1	firmicutes	Blautia hominis strain KB1 KB1_contig7, whole genome shotgun sequence	True	False
ISR0205_000000009228	1817	0.7092695526514908	2	2	2	2	1	False	83997	fragment	False	SPA0127_000000013470	0.3828066819703999		0	0	False	False	0.963126003742218	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00022514010951458184	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0030_000000012512	1722	0.7092695526514908	2	2	2	2	1	False	83997	fragment	False	SPA0127_000000013470	0.30709803989820456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000015213	1549	0.7092695526514908	2	2	2	2	1	False	54623	maximal	True	FIJ0115_000000015213	1.0		1	1	False	False	0.9941897988319397	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000018751	1803	0.7092652007359702	3	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.2633317696350996		0	0	False	False	1.0	0					non-mobilizable	other	1432.0	88.96600000000001	100.0	0.00042994345400553446	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0126_000000000811	27845	0.7092622951686902	27	16	12	13	11	True	114752	maximal	True	SPA0126_000000000811	1.0		1	1	False	False	0.9995331168174744	0					non-mobilizable	no_good_hit	3366.0	99.257	14.0	0.0009344574592754276	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0142_000000000789	18976	0.7092487669734593	19	9	5	9	4	True	57707	maximal	True	ENG0142_000000000789	1.0	PS183|PS235	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.220692600281613e-07	CP050572.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 04a	True	True
MAD0086_000000000187	20684	0.7092477215925972	30	9	2	9	2	False	16054	maximal	True	MAD0086_000000000187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000001915	11247	0.7092475615708977	15	9	4	8	8	False	113867	maximal	True	ENG0095_000000001915	1.0		1	1	False	False	0.999822199344635	0					non-mobilizable	no_good_hit	52.0	96.154	0.0	1.011283745398411e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	False
MON0037_000000006290	7267	0.7092405892864594	6	6	2	0	5	False	80372	fragment	False	MON0025_000000002640	0.9144939342474169		0	0	False	False	0.9991743564605713	0			MPF_I		non-mobilizable	plasmid	7148.0	98.51700000000001	98.0	0.061055203403441026	MN335638.1	enterobacteria	Escherichia coli strain SFE199 plasmid pSFE199, complete sequence	False	True
MON0050_000000029906	1355	0.7092338557865147	1	1	1	1	1	False	11309	maximal	True	MON0050_000000029906	1.0		126	10	False	False	0.998524010181427	0					non-mobilizable	chromosome	1355.0	99.779	100.0	0.00038149538866744565	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
USA0030_01_000000001649	9678	0.7092335446413286	8	4	4	3	4	False	111128	fragment	False	USA0030_01_000000001649	0.9802134230175349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3720.0	97.90299999999999	74.0	0.0010052944244554227	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0170_000000038719	1221	0.7092317697626829	2	2	2	2	2	False	55209	maximal	False	ISR0389_000000016873	0.9475246241575945		0	0	False	False	0.9975429773330688	0					non-mobilizable	no_good_hit	151.0	80.132	12.0	3.9654120262696574e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0039_000000040394	1234	0.7092284105567105	2	2	2	2	1	True	11899	fragment	False	MON0039_000000040394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	72.131	19.0	2.260922589185459e-05	NZ_CP034463.1	high GC Gram+	Streptomyces aquilus strain GGCR-6 chromosome, complete genome	True	True
MAD0038_000000005682	2416	0.7092260632395587	2	2	2	2	2	False	90703	fragment	False	MAD0038_000000005682	1.0		0	0	False	False	0.9995861053466797	0					non-mobilizable	no_good_hit	1142.0	73.292	47.0	0.00020580190475844184	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
USA0130_01_000000006668	5951	0.7092236194330588	11	6	5	5	3	True	101650	maximal	True	USA0130_01_000000006668	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	96.48899999999999	58.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0135_01_000000002624	5394	0.7092218189845315	7	3	2	3	1	True	108898	fragment	False	USA0135_01_000000002624	0.9862004476383359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4044.0	99.90100000000001	75.0	0.0015990469790747518	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
USA0106_01_000000002194	5285	0.7092218189845315	7	3	2	3	1	True	108898	fragment	False	USA0135_01_000000002624	0.9777088984315192		0	0	False	False	0.9998108148574829	0					non-mobilizable	no_good_hit	4032.0	99.90100000000001	76.0	0.0015943008589290933	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ENG0185_000000004521	5277	0.7092218189845315	7	3	2	3	1	True	108898	fragment	False	USA0135_01_000000002624	0.9751009119614819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4073.0	99.87700000000001	78.0	0.0011007406137595551	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0006_01_000000004871	4977	0.7092218189845315	7	3	2	3	1	True	108898	fragment	False	USA0135_01_000000002624	0.9536770650979682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3913.0	99.92299999999999	79.0	0.0015472351674846473	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0385_000000003895	4953	0.7092218189845315	7	3	2	3	1	True	108898	fragment	False	USA0135_01_000000002624	0.6951231627347436		0	0	False	False	0.997779130935669	0					non-mobilizable	no_good_hit	3569.0	99.86	72.0	0.0014111797233091058	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
CAN0010_000000002695	4911	0.7092218189845315	7	3	2	3	1	True	108898	fragment	False	USA0135_01_000000002624	0.9452332483293375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3969.0	99.874	81.0	0.0015693837281643866	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
USA0058_01_000000004401	4836	0.7092218189845315	7	3	2	3	1	True	108898	fragment	False	USA0135_01_000000002624	0.85571067903185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3712.0	99.919	77.0	0.0014677376550448686	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
USA0091_01_000000002483	4592	0.7092218189845315	7	3	2	3	1	True	108898	fragment	False	USA0135_01_000000002624	0.5107936351953487		0	0	False	False	0.9969512224197388	0					non-mobilizable	no_good_hit	3553.0	99.887	77.0	0.0014048515631148945	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
USA0004_01_000000006004	4418	0.7092218189845315	7	3	2	3	1	True	108898	fragment	False	USA0135_01_000000002624	0.17631453911941716		0	0	False	False	0.9975101947784424	0					non-mobilizable	no_good_hit	3579.0	99.916	81.0	0.0014151348234304878	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
USA0027_01_000000006279	4275	0.7092218189845315	6	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.9760561151968008		0	0	False	False	0.9990643262863159	0					non-mobilizable	other	4276.0	99.883	100.0	0.0016904097918786765	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0051_000000009778	4188	0.7092218189845315	6	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.9579767306918701		0	0	False	False	1.0	0					non-mobilizable	other	4094.0	99.829	100.0	0.0016188224796816618	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
CHI0100_000000000745	4088	0.7092218189845315	6	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.9648089873591275		0	0	False	False	0.9973092079162598	0					non-mobilizable	other	4089.0	99.927	100.0	0.0016168449296209708	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
USA0101_01_000000008289	3876	0.7092218189845315	6	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.6136642481616632		0	0	False	False	1.0	0					non-mobilizable	other	3733.0	99.17	96.0	0.0010069167392877875	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0350_000000004331	3818	0.7092218189845315	6	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.4276722288607467		0	0	False	False	1.0	0					non-mobilizable	other	3747.0	99.867	98.0	0.0014815805054697057	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
AST0099_000000005517	3806	0.7092218189845315	7	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.17553216819848563		0	0	False	False	0.9942196607589722	0					non-mobilizable	other	3569.0	99.88799999999999	94.0	0.0014111797233091058	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
DEN0065_000000008532	3765	0.7092218189845315	6	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.6156782193961412		0	0	False	False	0.9997344017028809	0					non-mobilizable	other	3765.0	99.92	100.0	0.0014886996856881933	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0824_000000004787	3722	0.7092218189845315	5	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.518466979081965		0	0	False	False	1.0	0					non-mobilizable	other	3722.0	99.919	100.0	0.0014716927551662506	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0082_000000005184	3655	0.7092218189845315	6	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.5233192966292614		0	0	False	False	0.99589604139328	0					non-mobilizable	other	3632.0	99.53200000000001	99.0	0.0014357013440616743	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0182_000000007916	3524	0.7092218189845315	6	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.5080661408528987		0	0	False	False	0.9977298378944397	0					non-mobilizable	other	3525.0	98.12799999999999	100.0	0.0013914042227021956	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0015_000000005838	3403	0.7092218189845315	5	3	2	3	1	True	108877	fragment	False	USA0027_01_000000006279	0.2572307700560168		0	0	False	False	0.9779606461524963	0					non-mobilizable	other	3319.0	99.819	98.0	0.001312302220274555	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0199_000000007208	3392	0.7092218189845315	6	3	2	3	1	True	66985	fragment	False	ENG0199_000000007208	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3376.0	99.882	99.0	0.0013348462909664326	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
USA0057_01_000000009577	3270	0.7092218189845315	3	3	2	3	1	True	60710	fragment	False	USA0057_01_000000009577	0.9892149417589213		0	0	False	False	0.9984709620475769	0					non-mobilizable	other	3270.0	99.939	100.0	0.0008838911978334526	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0047_000000012701	3111	0.7092218189845315	3	3	2	3	1	True	60710	fragment	False	USA0057_01_000000009577	0.9707582655911694		0	0	False	False	0.9958212971687317	0					non-mobilizable	other	3111.0	99.87100000000001	100.0	0.001230036137749809	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
USA0048_01_000000005004	3105	0.7092218189845315	3	3	2	3	1	True	60710	fragment	False	USA0057_01_000000009577	0.9725754571185532		0	0	False	False	1.0	0					non-mobilizable	other	3103.0	99.90299999999999	99.0	0.0012268720576527035	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
USA0042_01_000000007661	3005	0.7092218189845315	4	3	2	3	1	True	60710	fragment	False	USA0057_01_000000009577	0.7097842780099289		0	0	False	False	0.9906821846961975	0					non-mobilizable	other	2908.0	99.931	97.0	0.001149747605285754	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0033_000000034384	1154	0.7092214423960772	1	1	1	1	1	False	48211	maximal	True	FIJ0033_000000034384	1.0		3	1	False	False	0.9991334676742554	0					non-mobilizable	no_good_hit								True	False
DEN0052_000000030149	1531	0.7092210823991503	2	2	2	2	2	False	104576	fragment	False	SPA0132_000000025583	0.9633168927250308		0	0	False	False	0.9960809946060181	0					non-mobilizable	chromosome	1512.0	99.669	100.0	0.00034402074415489174	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0322_000000002190	4160	0.7092047639765195	5	5	5	5	3	True	71200	maximal	True	ISR0322_000000002190	1.0		2	1	False	False	0.9870192408561707	0					non-mobilizable	no_good_hit	1991.0	92.76700000000001	48.0	0.0008822438714842448	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
USA0059_01_000000003232	7621	0.7092015701452015	8	6	3	5	6	True	123514	fragment	False	USA0059_01_000000003232	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7546.0	97.946	99.0	0.008085018740251743	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	True
ISR0378_000000025386	1292	0.7091939328584115	3	3	3	2	1	False	117698	fragment	False	ISR0378_000000025386	0.9650385165867766		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	97.988	100.0	0.000366479840486172	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0131_000000015554	2097	0.7091925793409461	4	2	2	1	2	False	31672	maximal	True	ISR0131_000000015554	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	94.81	18.0	0.0024447802244444068	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0034_000000001984	13867	0.70919222974418	14	8	3	8	2	False	48183	maximal	True	FIJ0034_000000001984	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	0.0	2.7426880256154305e-05	NZ_SOBW01000007.1	CFB group bacteria	Gelidibacter sediminis strain DSM 28135 Ga0170425_101, whole genome shotgun sequence	True	False
MON0002_000000018326	1509	0.7091921329832406	2	2	2	2	2	False	99912	fragment	False	SPA0126_000000025445	0.8223414098048148		0	0	False	False	0.9602385759353638	0					non-mobilizable	chromosome	1509.0	97.28299999999999	100.0	0.0004206606807650035	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0018_000000017708	1691	0.7091907037039135	3	3	3	2	2	False	7795	maximal	True	SPA0018_000000017708	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	75.74	45.0	0.01088810993578807	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0114_000000003482	7041	0.7091898777210299	8	5	5	5	3	False	92559	fragment	False	ISR0114_000000003482	1.0		0	0	False	False	0.9977275729179382	0					non-mobilizable	no_good_hit	152.0	76.316	2.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
ETH0004_000000003883	7152	0.7091869234892227	7	5	5	5	4	False	52955	maximal	True	ETH0004_000000003883	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	87.324	22.0	0.3492170022371365	NZ_AWEZ01000011.1	actinobacteria	Olsenella profusa F0195 contig00044, whole genome shotgun sequence	True	False
CHI0144_000000001738	7027	0.7091867772187396	6	4	4	4	4	False	126413	maximal	True	CHI0144_000000001738	1.0	PS958	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3666.0	98.309	52.0	0.0031460631719184033	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
ISR0238_000000004484	3072	0.7091800263500646	5	3	2	3	1	False	27297	maximal	True	ISR0238_000000004484	1.0		1	1	False	False	0.9986979365348816	0					non-mobilizable	no_good_hit	1930.0	96.321	74.0	0.026729734228485822	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ENG0128_000000008914	2978	0.7091800263500646	4	3	2	3	1	False	58647	fragment	False	ENG0128_000000008914	1.0		0	0	False	False	0.9912692904472351	0					non-mobilizable	virus	2367.0	95.311	90.0	0.032749819674859904	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
ENG0113_000000007293	3843	0.7091760572179096	5	2	2	2	2	False	59620	maximal	True	ENG0113_000000007293	1.0		2	2	False	False	0.9942753314971924	0					non-mobilizable	no_good_hit	1610.0	79.938	41.0	0.0006889586751089509	CP029458.1	firmicutes	Clostridium novyi strain 150557 chromosome, complete genome	True	False
CAN0007_000000016835	2433	0.7091742803782548	3	3	2	2	2	False	124447	maximal	True	CAN0007_000000016835	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1885.0	99.15100000000001	90.0	0.01076	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0009_000000018105	2049	0.7091673133346464	2	2	2	2	1	False	66230	maximal	True	MON0009_000000018105	0.9957221942627076		294	11	False	False	0.9995119571685791	0					non-mobilizable	other	2049.0	99.219	100.0	0.0006203528438543419	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0052_000000018439	1961	0.7091658338241584	2	2	2	2	2	False	83997	fragment	False	SPA0127_000000013470	0.6255363156897892		0	0	False	False	0.9892911911010742	0					non-mobilizable	no_good_hit								True	False
ISR0185_000000017415	1887	0.7091658338241584	2	2	2	2	2	False	83997	fragment	False	SPA0127_000000013470	0.6146084561445267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	5.448387847575221e-06	CP027773.1	b-proteobacteria	Variovorax sp. PMC12 chromosome 1, complete sequence	True	False
MAD0059_000000011171	1735	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9559699648860984		0	0	False	False	0.9982708692550659	0					non-mobilizable	chromosome	1610.0	83.292	97.0	0.0004244105135367214	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0039_000000014094	1621	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9449064500250561		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.182	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0011_000000008609	1617	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9221041259358935		0	0	False	False	0.9987631440162659	0					non-mobilizable	chromosome	1490.0	82.34899999999999	96.0	0.0003923996639927826	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0071_000000022557	1613	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9364976837308645		0	0	False	False	1.0	0					non-mobilizable	chromosome	1480.0	82.23	96.0	0.00038999885027698724	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0206_000000016193	1610	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9336123664792652		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.09	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0044_000000013734	1608	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9353676952471801		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	82.206	96.0	0.00038946533611792155	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0110_000000010469	1607	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9341407582013295		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	82.40899999999999	96.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0056_000000013181	1605	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9345124129535921		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.182	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0045_000000026220	1603	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9348016815353443		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.249	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0043_000000016408	1602	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9323797454680369		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.182	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0090_000000028544	1602	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9296077872507448		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.194	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0086_000000020505	1601	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9257294380064373		0	0	False	False	0.9993754029273987	0					non-mobilizable	chromosome	1476.0	82.182	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0040_000000015296	1601	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9227942887997663		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.182	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0161_000000010780	1600	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9234244933440748		0	0	False	False	0.9993749856948853	0					non-mobilizable	chromosome	1475.0	82.23700000000001	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0048_000000014935	1594	0.7091565102027317	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9216597987256797		0	0	False	False	0.998745322227478	0					non-mobilizable	chromosome	1471.0	82.189	96.0	0.000387331279481659	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0021_000000014940	2349	0.7091535456936239	2	2	1	2	1	False	74798	fragment	False	DEN0021_000000014940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001703147669210875	NZ_FMZZ01000015.1	high GC Gram+	Alloactinosynnema iranicum strain IBRC-M 10403, whole genome shotgun sequence	True	False
MON0102_000000017914	2543	0.7091509859128459	4	3	3	3	3	False	15943	fragment	False	MON0102_000000017914	1.0		0	0	False	False	0.9874164462089539	0					non-mobilizable	no_good_hit	610.0	75.082	24.0	0.0003447890800290567	AP018049.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
ISR0379_000000021749	1163	0.7091496255150204	2	2	2	2	2	False	47868	fragment	False	ISR0379_000000021749	0.9991304347826087		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	99.226	100.0	0.010317241869178794	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	False
MAD0066_000000009837	2568	0.7091493065236575	3	2	2	2	1	False	16588	maximal	True	MAD0066_000000009837	1.0		5	4	False	False	0.9988317489624023	0					non-mobilizable	no_good_hit	2051.0	84.544	79.0	0.020696571845368345	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	True	False
ENG0125_000000020290	1319	0.7091374714586617	2	2	2	2	2	False	62148	fragment	False	ENG0074_000000017105	0.9535524618041		0	0	False	False	0.9916603565216064	0					non-mobilizable	other	1306.0	99.694	99.0	0.000418969124062376	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0017_01_000000007315	3717	0.7091338977365734	5	5	5	2	2	False	92588	maximal	True	USA0017_01_000000007315	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1507.0	98.87200000000001	70.0	0.00021272295123856032	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
CHI0010_000000005292	1447	0.7091278190917651	2	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.8870592005658691		0	0	False	False	1.0	0					non-mobilizable	chromosome	1445.0	99.031	99.0	0.0005033231878622428	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0070_000000013152	1918	0.709125289777143	3	3	3	3	3	False	62386	fragment	False	ENG0070_000000013152	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1919.0	85.774	100.0	0.0034527483985489077	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0344_000000018005	1892	0.7091235475130385	2	1	1	1	1	False	24352	maximal	True	ISR0344_000000018005	1.0		1	1	False	False	0.9910147786140442	0					non-mobilizable	no_good_hit								True	False
FIJ0124_000000000149	60005	0.7091093459322356	101	35	15	25	19	False	50254	maximal	True	FIJ0124_000000000149	1.0		2	1	True	True	0.9998833537101746	11					non-mobilizable	no_good_hit	1101.0	77.384	3.0	0.00957646623105209	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
DEN0052_000000009859	3889	0.709107064110965	5	5	5	5	3	False	72334	maximal	True	DEN0052_000000009859	1.0		2	2	False	False	0.999742865562439	0					non-mobilizable	no_good_hit	1404.0	99.64399999999999	89.0	0.000619465978822476	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ISR0319_000000009947	1964	0.7090957961836689	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.34359205921561414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	4.0	2.5581155036273066e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0101_000000016502	2006	0.7090911845344198	4	3	3	3	2	False	60488	maximal	True	ENG0101_000000016502	1.0		0	0	False	False	0.9975074529647827	0					non-mobilizable	no_good_hit								True	False
ISR0059_000000016071	1140	0.7090884748192253	2	2	2	2	2	False	35436	maximal	True	ISR0059_000000016071	1.0		2	1	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit	845.0	100.0	74.0	0.0003822385866230081	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	True	False
FIJ0079_000000026253	1108	0.709082546536335	2	2	2	2	2	False	44348	fragment	False	ISR0266_000000018345	0.9478813559322034		0	0	False	False	0.9981949329376221	0					non-mobilizable	chromosome	1108.0	98.014	100.0	0.0003726097187520301	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0167_000000020726	1345	0.7090815447981533	3	3	3	3	3	False	30170	fragment	False	ISR0167_000000020726	1.0		0	0	False	False	0.9955390095710754	0					non-mobilizable	chromosome	1345.0	100.0	100.0	0.0002821884893131608	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0815_000000025102	1226	0.7090809197437399	2	1	1	1	1	False	21446	fragment	False	ISR0815_000000025102	1.0		0	0	False	False	0.9584013223648071	0					non-mobilizable	other	1226.0	98.042	100.0	0.0003652707494824585	AP013044.1	CFB group bacteria	Tannerella forsythia 3313 DNA, complete genome	False	False
FIJ0166_000000022950	1117	0.7090799085810929	2	2	2	2	2	False	38983	fragment	False	FIJ0166_000000022950	1.0		0	0	False	False	0.9937332272529602	0					non-mobilizable	no_good_hit	498.0	72.49	44.0	0.0017685901292375493	NZ_QICB01000003.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_003, whole genome shotgun sequence	True	False
CAN0004_000000007941	3301	0.70907748997211	5	5	5	4	4	False	96254	fragment	False	CAN0004_000000007941	0.9630945027794935		0	0	False	False	0.9996970891952515	0					non-mobilizable	other	3264.0	98.039	99.0	0.0017210278697862825	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
FIJ0112_000000009990	2695	0.7090751541873179	3	3	0	2	3	False	49793	fragment	False	FIJ0112_000000009990	0.9982863670982483		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1934.0	99.586	100.0	0.4547165372853446	CP039330.1	enterobacteria	Citrobacter portucalensis strain Effluent_1 plasmid unnamed3, complete sequence	False	True
FIJ0020_000000008556	2626	0.7090751541873179	3	3	0	2	3	False	49793	fragment	False	FIJ0112_000000009990	0.9853432282003711		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2626.0	99.54299999999999	100.0	0.6181389870435807	CP016532.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg strain SA01AB09084001 plasmid pSA01AB09084001_4, complete sequence	False	True
ISR0207_000000003450	6630	0.7090662829379274	9	5	3	5	3	True	28601	maximal	True	ISR0207_000000003450	1.0		1	1	True	True	1.0	41					non-mobilizable	no_good_hit	450.0	73.778	7.0	0.0009190523734527545	NZ_SLWW01000001.1	a-proteobacteria	Rhodovulum euryhalinum strain DSM 4868 Ga0310554_101, whole genome shotgun sequence	True	True
MAD0052_000000005638	2959	0.7090637082403729	5	5	3	4	4	True	65058	fragment	False	MAD0052_000000005638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1982.0	85.21700000000001	86.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CAN0013_000000012758	1772	0.7090634059931528	2	2	1	2	1	False	93859	fragment	False	CAN0013_000000012758	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1772.0	98.251	100.0	0.02068804392266807	NZ_JAAIPV010000014.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_14_length_85605_cov_116.177, whole genome shotgun sequence	False	False
MON0080_000000037767	1497	0.7090573086261359	1	1	1	1	1	False	10034	maximal	True	MON0080_000000037767	1.0		31	7	False	False	0.9993320107460022	0					non-mobilizable	chromosome	1422.0	75.949	94.0	0.0004928663349288167	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0111_000000013908	1490	0.7090573086261359	1	1	1	1	1	False	71619	fragment	False	FIJ0111_000000013908	0.9498794258883868		0	0	False	False	0.9979865550994873	0					non-mobilizable	other	1469.0	96.869	99.0	0.05105021560717763	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	False	False
CHI0173_000000015132	1193	0.7090554149902331	3	3	3	3	3	False	77863	maximal	True	CHI0173_000000015132	1.0		0	0	False	False	0.9731768369674683	0					non-mobilizable	no_good_hit	786.0	80.407	65.0	0.010793172690763053	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0066_000000025416	1326	0.7090519651722116	3	2	2	2	2	False	16549	fragment	False	MAD0066_000000025416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	85.04700000000001	8.0	0.02773417059131345	XM_024645680.1	nematodes	Strongyloides ratti LP14331p (SRAE_X000251300), partial mRNA	True	False
ENG0053_000000022570	1109	0.7090503460558182	2	2	2	2	1	False	63816	fragment	False	ENG0053_000000022570	1.0		0	0	False	False	0.9990983009338379	0					non-mobilizable	no_good_hit	440.0	72.727	39.0	0.00013425062898615367	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ENG0138_000000008702	2248	0.7090430380585668	4	4	4	2	2	False	57928	maximal	True	ENG0138_000000008702	1.0		5	3	False	False	0.975978672504425	0					non-mobilizable	no_good_hit	711.0	96.624	32.0	0.00016018635918125764	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0130_000000005116	4277	0.7090397187581448	3	2	2	2	2	False	52787	fragment	False	FIJ0130_000000005116	0.9937342376241294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	92.697	6.0	5.792894049965376e-05	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
CHI0076_000000007550	1217	0.7090386873516599	3	2	2	2	2	False	84571	fragment	False	MAD0062_000000012232	0.9432326998897403		0	0	False	False	0.9991782903671265	0					non-mobilizable	chromosome	1222.0	95.008	100.0	0.00032437660871191277	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0098_000000002541	8120	0.7090364542024906	12	11	2	10	11	True	42882	fragment	False	FIJ0098_000000002541	1.0		0	0	False	False	0.9996305704116821	0			MPF_F	MOBF	mobilizable	plasmid	7997.0	99.48700000000001	98.0	0.047808407582371586	CP024249.1	enterobacteria	Escherichia coli O182:H21 strain D181 plasmid unnamed1, complete sequence	False	True
CHI0099_000000001852	3436	0.7090347558767282	5	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.3181957861242499		0	0	False	False	0.9979627728462219	0					non-mobilizable	chromosome	3437.0	98.48700000000001	100.0	0.0006227797042349382	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
FIJ0005_000000008400	3594	0.7090247802637024	6	3	0	2	3	False	79511	backbone	True	FIJ0005_000000008400	0.9997277800412343	PS390	5	3	False	True	0.9997217655181885	0		MOBP		MOBP	mobilizable	no_good_hit	2027.0	100.0	86.0	0.5729638009049773	CP055339.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_10, complete sequence	True	True
USA0026_01_000000019898	1625	0.7090207085338813	3	3	3	2	1	False	68314	fragment	False	USA0026_01_000000019898	0.9511533242876526		0	0	False	False	0.9932307600975037	0					non-mobilizable	other	1628.0	94.902	100.0	0.01599669033992967	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
MON0104_000000001890	13161	0.7090188312761144	15	6	4	6	3	True	103570	fragment	False	ISR0181_000000000999	0.1862472553226288		0	0	False	False	0.9959729313850403	0					non-mobilizable	other	11999.0	97.7	93.0	0.0032127027755856014	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0005_000000005393	4406	0.7090144420158156	5	4	4	3	4	False	19995	maximal	True	MAD0005_000000005393	1.0		4	2	False	False	0.9995460510253906	0					non-mobilizable	no_good_hit	1517.0	73.171	34.0	0.0066924595905894545	NZ_WNZY01000008.1	firmicutes	Paenibacillus timonensis strain 12ME58 NODE_8_length_223834_cov_65.4255, whole genome shotgun sequence	True	False
DEN0035_000000029631	1214	0.7090138172119441	2	2	2	2	2	False	92318	fragment	False	DEN0035_000000029631	0.9841148721085747		0	0	False	False	0.9728171229362488	0					non-mobilizable	other	1115.0	95.964	92.0	0.849618320610687	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	False	False
ISR0846_000000007031	1523	0.7090111657057308	2	2	2	2	1	False	70400	fragment	False	ISR0846_000000007031	0.9760956175298805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	90.39299999999999	69.0	0.00025545806244193174	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0071_000000028534	1513	0.7090111657057308	2	2	2	2	1	False	70400	fragment	False	ISR0846_000000007031	0.9716935860555734		0	0	False	False	0.9986781477928162	0					non-mobilizable	no_good_hit	905.0	90.49700000000001	69.0	0.00025236671075121533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0076_000000011748	1451	0.7090104519582364	2	2	1	2	1	False	120845	fragment	False	SPA0076_000000011748	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1448.0	98.204	99.0	0.0004194585882479125	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0017_000000009866	2131	0.7090020420045898	4	3	3	2	2	False	104311	fragment	False	ENG0017_000000009866	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2131.0	100.0	100.0	0.0009310026505164661	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
MON0076_000000032189	1496	0.7089863117557499	2	2	1	1	2	False	78843	fragment	False	ISR0399_000000011371	0.9544837855724685		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	94.79	100.0	0.004623387226462475	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0379_000000005684	3802	0.7089843747268383	5	2	2	2	1	False	114540	maximal	True	ISR0379_000000005684	1.0		1	1	False	False	0.9973698258399963	0					non-mobilizable	no_good_hit	254.0	99.60600000000001	7.0	0.00040367358921664987	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
FIJ0066_000000026140	1287	0.7089840387915924	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16162538480723115		0	0	False	False	0.9914529919624329	0					non-mobilizable	chromosome	1290.0	90.23299999999999	100.0	0.00043151369416450096	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0007_000000055060	1198	0.7089840387915924	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.10992284839370285		0	0	False	False	0.9966611266136169	0					non-mobilizable	chromosome	1189.0	91.085	99.0	0.0004116514438125407	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0026_000000045486	1187	0.7089840387915924	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.14512871454101098		0	0	False	False	0.9856781959533691	0					non-mobilizable	chromosome	1188.0	91.414	100.0	0.00041130288204809315	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0232_000000025446	1178	0.7089840387915924	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.10960378487348321		0	0	False	False	0.9957554936408997	0					non-mobilizable	other	1180.0	89.322	100.0	0.00035256567551854404	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0232_000000004514	4957	0.708975789605438	5	2	2	2	2	False	102670	fragment	False	ISR0232_000000004514	0.9935942332421327		0	0	False	False	0.9997982382774353	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	77.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0373_000000002712	4910	0.708975789605438	5	2	2	2	2	False	102670	fragment	False	ISR0232_000000004514	0.9908269501476873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	81.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0262_000000003089	4904	0.708975789605438	5	2	2	2	2	False	102670	fragment	False	ISR0232_000000004514	0.9817382265405417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	80.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0152_000000005132	4795	0.708975789605438	4	2	2	2	2	False	102670	fragment	False	ISR0232_000000004514	0.9783899282024666		0	0	False	False	0.9997914433479309	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	80.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0106_000000008956	4330	0.708975789605438	5	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.9820429786137121		0	0	False	False	0.9997690320014954	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	73.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0816_000000010733	3959	0.708975789605438	5	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.9781941472987973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	82.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0400_000000004464	3910	0.708975789605438	5	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.9693652472433953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	83.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0030_000000007820	3905	0.708975789605438	5	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.8935362487120041		0	0	False	False	0.99769526720047	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	83.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0170_000000011796	3855	0.708975789605438	5	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.8762118009895221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	88.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0073_000000006778	3804	0.708975789605438	5	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.8684388046116385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	85.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0201_000000002318	3803	0.708975789605438	5	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.875659857075343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	83.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0138_000000006387	3793	0.708975789605438	4	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.8783787673501127		0	0	False	False	0.9923543334007263	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	85.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0027_000000005443	3793	0.708975789605438	4	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.8721528891352966		0	0	False	False	0.9973635673522949	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	83.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0203_000000004605	3782	0.708975789605438	5	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.8740819842138143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	83.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0140_000000005848	3763	0.708975789605438	4	2	2	2	2	False	102669	fragment	False	SPA0106_000000008956	0.8723018457204361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	86.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0141_000000006989	3337	0.708975789605438	4	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.9101444150521946		0	0	False	False	0.9967036247253418	0					non-mobilizable	chromosome	1022.0	85.81200000000001	92.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0032_000000010179	3202	0.708975789605438	5	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.9345186276825477		0	0	False	False	0.995627760887146	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	89.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0128_000000010976	3199	0.708975789605438	5	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.9341530214419598		0	0	False	False	0.999062180519104	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	89.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0155_000000005706	3187	0.708975789605438	5	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.9322998987729149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	89.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0105_000000009772	3095	0.708975789605438	5	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.9215413905283423		0	0	False	False	0.9990307092666626	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	89.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0202_000000004514	2884	0.708975789605438	4	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.8212572495106866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	74.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0238_000000004992	2787	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.8215391097768104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	76.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0192_000000007517	2714	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.7930302155390617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	78.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0338_000000010319	2578	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.7882323710920744		0	0	False	False	0.9996120929718018	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	82.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0227_000000010397	2552	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.7876378335671624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	83.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0349_000000003992	2515	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.7603369448603271		0	0	False	False	0.997614324092865	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	84.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0025_000000008613	2478	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.7300801216799241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	86.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0342_000000006759	2471	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.7286593283772577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	86.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0069_01_000000025204	2441	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.6707703850095914		0	0	False	False	0.9991806745529175	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	87.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0194_000000010080	2440	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.34694536763558925		0	0	False	False	0.9971311688423157	0					non-mobilizable	no_good_hit	955.0	86.387	84.0	0.0002702187634220504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0207_000000012087	2401	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.6888445128638992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	88.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0297_000000005824	2397	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.6890045610350196		0	0	False	False	0.9979140758514404	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	89.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0291_000000005870	2372	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.6811741895309255		0	0	False	False	0.9995784163475037	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	89.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0048_000000008138	2366	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.686702620107129		0	0	False	False	1.0	0					non-mobilizable	chromosome	1022.0	85.81200000000001	90.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0179_000000010537	2272	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.44612273040339684		0	0	False	False	0.9991196990013123	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	85.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0224_000000013370	2256	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.4471223513118253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	88.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0127_000000013132	2236	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.4194653944048586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.714	86.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0064_000000009360	2223	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.41929438080355275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	87.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0021_000000008388	2214	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.3651420870650769		0	0	False	False	0.9832881689071655	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	87.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AUS0004_000000009579	2178	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.46348078274062904		0	0	False	False	0.994490385055542	0					non-mobilizable	chromosome	1022.0	85.81200000000001	91.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0047_000000008815	2151	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.3615228712615954		0	0	False	False	0.9865179061889648	0					non-mobilizable	chromosome	1022.0	85.81200000000001	90.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0047_000000013962	2135	0.708975789605438	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.36033700223446746		0	0	False	False	1.0	0					non-mobilizable	chromosome	1022.0	85.81200000000001	90.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0033_000000014585	2126	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.358509400937501		0	0	False	False	1.0	0					non-mobilizable	chromosome	1022.0	85.81200000000001	91.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0074_000000014072	2100	0.708975789605438	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.3561563313645835		0	0	False	False	1.0	0					non-mobilizable	chromosome	1022.0	85.81200000000001	92.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0348_000000012238	1483	0.7089702379730308	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.3324959819811094		0	0	False	False	0.9919083118438721	0					non-mobilizable	other	1483.0	97.84200000000001	100.0	0.005373283685448988	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0002_000000002999	9723	0.7089681145003103	10	4	3	4	1	True	76337	maximal	True	SPA0002_000000002999	1.0		2	2	False	False	0.9987658262252808	0					non-mobilizable	no_good_hit	3279.0	93.90100000000001	54.0	0.000907798346024182	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
DEN0007_000000003213	8886	0.7089681145003103	8	4	3	4	1	True	76336	fragment	False	DEN0007_000000003213	1.0		0	0	False	False	0.9997749328613281	0					non-mobilizable	no_good_hit	3499.0	98.02799999999999	65.0	0.0009713914390922572	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0114_000000006475	5533	0.7089676597832529	6	6	6	6	5	False	81243	fragment	False	FIJ0114_000000006475	0.9956006120887528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3099.0	95.934	56.0	0.001102035916967613	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0029_000000017289	1776	0.7089634827762321	3	2	2	2	2	False	94179	fragment	False	DEN0018_000000020884	0.9694146328665474		0	0	False	False	1.0	0					non-mobilizable	chromosome	1776.0	98.086	100.0	0.0005721150173584531	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
TAN0023_000000000806	2191	0.7089619632468019	4	3	1	2	3	False	112726	maximal	True	TAN0023_000000000806	1.0	PS721	1	1	False	True	0.9995436072349548	0					non-mobilizable	no_good_hit	1657.0	74.653	75.0	0.19939061547836684	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
DEN0051_000000031216	1536	0.7089600784120715	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.10557035747498561		0	0	False	False	0.9908854365348816	0					non-mobilizable	chromosome	1543.0	83.344	99.0	0.0005350423084269686	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0099_000000011297	2846	0.7089574875596617	4	3	3	3	3	True	118308	fragment	False	SPA0083_000000005092	0.9314370272936534		0	0	False	False	0.9887561202049255	0					non-mobilizable	no_good_hit	749.0	77.57	26.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0182_000000032845	1226	0.7089537059180917	2	2	2	1	1	False	85695	fragment	False	ISR0252_000000009219	0.6285939036196331		0	0	False	False	0.9959216713905334	0					non-mobilizable	other	1222.0	94.02600000000001	99.0	0.0003438058261408628	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0061_000000024331	1726	0.7089501813961047	2	2	2	2	2	False	111942	fragment	False	AST0061_000000024331	1.0		0	0	False	False	0.9965237379074097	0					non-mobilizable	no_good_hit	66.0	90.90899999999999	4.0	0.0546218487394958	NZ_JAAIPV010000089.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_92_length_1190_cov_95.6485, whole genome shotgun sequence	True	False
CHI0089_000000003953	2121	0.7089454363389905	4	4	4	4	3	False	83887	maximal	True	CHI0089_000000003953	1.0		5	2	False	False	1.0	0					non-mobilizable	plasmid	2121.0	99.859	100.0	0.014026730183935424	CP039454.1	enterobacteria	Enterobacter bugandensis strain 220 plasmid pSurvcare220, complete sequence	False	True
ENG0153_000000015048	1994	0.7089431884394725	2	2	2	2	2	False	56938	maximal	True	ENG0153_000000015048	1.0		15	6	False	False	0.994483470916748	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000017086	1765	0.7089355009759405	3	2	2	2	2	False	112358	maximal	True	MAD0066_000000017086	1.0		0	0	False	False	0.9954674243927002	0					non-mobilizable	no_good_hit	1500.0	97.8	85.0	0.0004157155472616092	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0188_000000009542	1592	0.7089313092045549	2	2	2	1	1	False	109227	fragment	False	ISR0176_000000017862	0.38466111771700356		0	0	False	False	0.9886934757232666	0					non-mobilizable	other	1592.0	100.0	100.0	0.005731887451813957	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
SPA0120_000000012417	3384	0.7089305380594378	2	2	2	2	2	False	61366	fragment	False	SPA0120_000000012417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1749.0	77.759	51.0	0.0006044060995520284	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0169_000000000430	23911	0.7089298405944637	26	18	6	13	12	True	116746	fragment	False	AUS0014_000000000962	0.9853773509320577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	888.0	77.477	4.0	0.00013564160405445087	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
CAN0017_000000001544	23881	0.7089298405944637	26	18	6	13	12	True	116746	fragment	False	AUS0014_000000000962	0.9879721362396381		0	0	False	False	0.9999580979347229	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
AUS0014_000000000962	23879	0.7089298405944637	26	18	6	13	12	True	116746	fragment	False	AUS0014_000000000962	0.9879888206035311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
ENG0030_000000000876	23879	0.7089298405944637	26	18	6	13	12	True	116746	fragment	False	AUS0014_000000000962	0.9879888206035311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
CHI0023_000000000229	23842	0.7089298405944637	26	18	6	13	12	True	116746	fragment	False	AUS0014_000000000962	0.9274322982524059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
ISR0841_000000000272	23839	0.7089298405944637	26	18	6	13	12	True	116746	fragment	False	AUS0014_000000000962	0.9274954812244626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
CHI0142_000000007856	2369	0.7089228218602556	3	3	1	3	1	False	82037	fragment	False	CHI0142_000000007856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	85.35700000000001	12.0	9.357317236952517e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0126_000000005911	2541	0.7089188037880102	2	1	1	1	1	False	81488	fragment	False	ISR0075_000000009371	0.9559712773998488		0	0	False	False	1.0	0					non-mobilizable	chromosome	2542.0	96.459	100.0	0.0007111768395368423	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0007_000000008392	3130	0.7089184884145912	4	4	3	2	1	False	91244	fragment	False	SPA0112_000000010859	0.9802465233881164		0	0	False	False	1.0	0					non-mobilizable	other	3133.0	96.68	100.0	0.0022193374299902496	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
MAD0039_000000008590	1700	0.7089171152838195	2	2	2	2	2	False	18473	maximal	True	MAD0039_000000008590	1.0		93	10	False	False	0.9976470470428467	0					non-mobilizable	no_good_hit	349.0	73.926	20.0	0.0005377734601700689	NZ_VLKH01000001.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0012_000000012153	1940	0.7089117175088531	2	2	2	1	1	False	67063	fragment	False	ENG0012_000000012153	0.9495002001606316		0	0	False	False	0.9943298697471619	0					non-mobilizable	chromosome	1783.0	95.064	92.0	0.0007641112961119942	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0008_000000007344	1749	0.7089117175088531	2	2	2	1	1	False	67063	fragment	False	ENG0012_000000012153	0.9257937210082403		0	0	False	False	0.9817038178443909	0					non-mobilizable	chromosome	1520.0	98.22399999999999	99.0	0.0006513384168317167	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0019_000000000841	8160	0.7089076597947017	14	13	3	8	12	True	84500	maximal	True	FIJ0019_000000000841	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4404.0	93.006	99.0	0.02858302829490613	CP024237.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed5, complete sequence	False	True
SPA0077_000000008481	3411	0.7089066668220643	7	1	1	1	1	False	5702	fragment	False	SPA0077_000000008481	1.0		0	0	False	False	0.9956024885177612	0					non-mobilizable	no_good_hit	2254.0	97.78200000000001	66.0	0.10745457146945199	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ISR0028_000000017666	1104	0.7089055338633388	1	1	1	1	1	False	37168	fragment	False	ISR0028_000000017666	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	80.77600000000001	100.0	0.0023470132500920293	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
FIJ0087_000000010076	3130	0.7089050662703537	3	3	3	3	3	False	43742	maximal	False	MAD0046_000000007866	0.9554423933800127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.00019634457619450066	NZ_QXMG01000002.1	b-proteobacteria	Aquabacterium tepidiphilum strain YIM 730274 contig002, whole genome shotgun sequence	True	False
CAN0017_000000016240	2188	0.7089039071394638	3	2	2	2	2	True	92490	maximal	True	CAN0017_000000016240	1.0		0	0	False	False	0.986288845539093	0					non-mobilizable	no_good_hit	805.0	95.652	66.0	0.06047386235426852	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
ISR0024_000000020801	1300	0.7089035505410173	2	2	1	2	1	False	37424	fragment	False	ISR0024_000000020801	1.0		0	0	False	False	0.9676923155784607	0					non-mobilizable	virus	1300.0	99.0	100.0	0.07604495960660344	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
ENG0056_000000005976	1811	0.7089019912611407	2	2	2	2	2	False	64477	maximal	True	ENG0056_000000005976	1.0		1	1	False	False	0.9972391128540039	0					non-mobilizable	no_good_hit	559.0	87.29899999999999	31.0	0.0002574398723993676	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
USA0087_01_000000000820	11423	0.7089008800989248	10	8	5	7	5	False	99255	maximal	True	USA0087_01_000000000820	1.0	PS556	1	1	False	True	0.9998249411582947	0					non-mobilizable	no_good_hit	5567.0	91.486	49.0	0.07189051180030845	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	True	True
CHI0134_000000005122	2777	0.7088991280887739	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.6515299283350532		0	0	False	False	1.0	0					non-mobilizable	other	2778.0	98.56	100.0	0.011621625017275388	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0234_000000004207	2743	0.7088991280887739	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.6454035100039882		0	0	False	False	0.9992708563804626	0					non-mobilizable	other	2744.0	99.63600000000001	100.0	0.004781211216934168	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
SPA0130_000000002006	15210	0.7088975828940249	21	7	4	7	4	False	106965	fragment	False	ISR0819_000000001049	0.9547210300429184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	99.228	17.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
ISR0810_000000000617	13349	0.7088975828940249	21	7	4	7	4	False	106962	fragment	False	ISR0810_000000000617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	99.19	19.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
DEN0071_000000040954	1030	0.7088900949653048	2	2	2	2	1	False	70307	fragment	False	DEN0071_000000040954	0.8760541684719094		0	0	False	False	1.0	0					non-mobilizable	other	1030.0	99.806	100.0	0.00025228806147884934	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0120_000000017300	1969	0.7088887930827654	4	3	2	3	2	False	111351	fragment	False	CHI0105_000000003254	0.8357779355217824		0	0	False	False	1.0	0					non-mobilizable	other	1969.0	99.594	100.0	0.013982635385730323	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
FIJ0017_000000017442	1670	0.7088887930827654	3	3	2	3	2	False	111351	fragment	False	CHI0105_000000003254	0.6285219919987414		0	0	False	False	0.9994012117385864	0					non-mobilizable	other	1671.0	98.205	100.0	0.011865346084435792	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
CHI0110_000000006410	1541	0.7088887930827654	4	3	2	3	2	False	111351	fragment	False	CHI0105_000000003254	0.5692608268129998		0	0	False	False	0.9759896397590637	0					non-mobilizable	other	1541.0	99.09100000000001	100.0	0.010941696389240191	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0196_000000008557	2300	0.7088886740790146	3	2	2	2	2	False	87817	fragment	False	ISR0196_000000008557	1.0		0	0	False	False	0.9930434823036194	0					non-mobilizable	other	2300.0	99.82600000000001	100.0	0.0007380919664516494	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0374_000000007147	2228	0.7088863361596939	5	4	3	4	2	False	122004	fragment	False	ISR0374_000000007147	1.0		0	0	False	False	0.9991023540496826	0					non-mobilizable	no_good_hit	1341.0	91.87200000000001	60.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ETH0001_000000001592	11190	0.7088803399779169	19	6	5	5	5	True	53607	maximal	True	ETH0001_000000001592	0.9751106194690266		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	4027.0	96.449	83.0	0.33606215019630775	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
SPA0030_000000003141	8637	0.7088769156624081	8	8	8	8	7	False	125056	fragment	False	CHI0172_000000000825	0.9464288714795329		0	0	False	False	1.0	0					non-mobilizable	other	8638.0	99.525	100.0	0.0018241211028868084	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0196_000000001215	12997	0.7088760706673938	15	9	6	7	3	False	100658	fragment	False	ISR0196_000000001215	1.0		0	0	False	False	0.999923050403595	0					non-mobilizable	no_good_hit	967.0	88.935	13.0	0.004335745612043839	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
AST0019_000000009291	3008	0.7088720884894067	3	3	3	3	0	True	122709	fragment	False	AST0019_000000009291	1.0		0	0	False	False	0.9996675252914429	0					non-mobilizable	no_good_hit								True	True
ISR0776_000000016552	1434	0.7088709260690443	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.24603834415906065		0	0	False	False	0.9944211840629578	0					non-mobilizable	other	1431.0	98.323	99.0	0.0004305456157058223	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0817_000000003232	3596	0.7088674319197364	7	7	5	5	4	False	21379	maximal	True	ISR0817_000000003232	1.0		2	2	False	False	0.9794215559959412	0					non-mobilizable	no_good_hit	2524.0	90.214	70.0	0.03579948857873459	NZ_WNAJ01000022.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold22_size70001, whole genome shotgun sequence	True	False
SPA0134_000000022474	1101	0.7088653604245412	1	1	1	1	1	False	73045	fragment	False	SPA0111_000000027590	0.6371976647206005		0	0	False	False	0.9909173250198364	0					non-mobilizable	other	1102.0	99.637	100.0	0.0003474200981106784	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0118_000000008404	1687	0.7088652825583329	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.351375880109098		0	0	False	False	0.9994072318077087	0					non-mobilizable	other	1689.0	97.21700000000001	100.0	0.000524511746761	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0045_000000001214	8205	0.7088638950169357	5	5	5	5	4	False	104490	fragment	False	SPA0031_000000002386	0.7818656485937225		0	0	False	False	1.0	0					non-mobilizable	other	8209.0	99.09899999999999	100.0	0.05804585098782636	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
MAD0045_000000028332	1495	0.7088632318196976	2	2	1	2	1	False	17823	maximal	True	MAD0045_000000028332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0003683995088006549	NZ_JYCD01000132.1	firmicutes	Aeribacillus pallidus strain GS3372 LG46_132, whole genome shotgun sequence	True	False
ISR0347_000000011683	1936	0.7088619471425979	3	3	3	3	3	False	24168	fragment	False	ISR0347_000000011683	1.0		0	0	False	False	0.9679751992225647	0					non-mobilizable	chromosome	1933.0	100.0	99.0	0.0008444587421585974	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ENG0153_000000022918	1292	0.7088618399455392	2	2	2	2	1	False	56902	maximal	True	ENG0153_000000022918	1.0		145	10	False	False	1.0	0					non-mobilizable	other	1292.0	99.303	100.0	0.005098252930211987	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0102_000000008226	3627	0.7088607183807439	4	4	4	3	3	False	108351	maximal	True	AST0102_000000008226	1.0		2	2	False	False	0.9903501272201538	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.720846829411339e-06	NC_008576.1	a-proteobacteria	Magnetococcus marinus MC-1, complete sequence	True	False
MON0060_000000006989	4731	0.7088595216713222	5	5	4	5	4	False	103056	fragment	False	MON0060_000000006989	1.0		0	0	False	False	0.9881631731987	0					non-mobilizable	no_good_hit	1110.0	80.991	23.0	0.5862619808306709	KJ798143.1	bacteria	Uncultured bacterium BD_contig00953 genomic sequence	True	False
ENG0073_000000001674	14004	0.7088594263492589	23	7	3	5	4	True	107962	fragment	False	ENG0073_000000001674	1.0		0	0	False	False	0.9975007176399231	0					non-mobilizable	no_good_hit	7404.0	99.02799999999999	85.0	0.012287590380448769	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0055_000000001994	12766	0.7088580164715245	19	10	6	9	5	True	35374	maximal	True	SPA0055_000000001994	0.9897573762015032		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2264.0	94.479	18.0	0.0017735746923309612	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
SPA0054_000000001690	11626	0.7088580164715245	18	10	6	9	5	True	35374	maximal	False	SPA0055_000000001994	0.9592820910770706		0	0	False	False	0.9995699524879456	0					non-mobilizable	no_good_hit	2265.0	94.48100000000001	19.0	0.001774370731241343	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
AST0012_000000014326	1627	0.7088496916034568	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.18009598672890242		0	0	False	False	1.0	0					non-mobilizable	other	1635.0	83.425	100.0	0.0004949204330782496	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
SPA0098_000000006834	5004	0.708848948446244	6	4	4	3	2	False	5087	maximal	True	SPA0098_000000006834	1.0		1	1	False	False	0.9946042895317078	0					non-mobilizable	no_good_hit	741.0	86.505	18.0	0.00032397730142251903	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0101_000000020817	2952	0.7088485699507434	4	3	2	3	0	False	27302	maximal	True	MON0101_000000020817	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0011813349084465446	MK233181.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_1_c1 sequence	True	False
FIJ0151_000000011681	1488	0.7088449243843292	3	2	2	1	0	False	109640	maximal	True	FIJ0151_000000011681	1.0		5	4	False	False	0.9852150678634644	0					non-mobilizable	no_good_hit	1256.0	96.975	84.0	0.00030769826740131774	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0005_000000011372	1368	0.7088449243843292	2	2	2	1	0	False	109639	fragment	False	ISR0305_000000011417	0.3512305139884259		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	98.24600000000001	100.0	0.0055816422359234	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0094_000000003809	1360	0.7088449243843292	2	2	2	1	0	False	109639	fragment	False	ISR0305_000000011417	0.42878580502618363		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	97.794	100.0	0.00033319676924174567	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0054_000000017477	1567	0.7088286675187615	2	1	1	1	1	False	63746	maximal	True	ENG0054_000000017477	1.0		2	2	False	False	0.990427553653717	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00878048780487805	XM_015289010.2	birds	PREDICTED: Gallus gallus inositol polyphosphate-5-phosphatase A (INPP5A), transcript variant X3, mRNA	True	False
ENG0158_000000003140	5121	0.7088226247532611	6	4	4	4	3	True	129403	fragment	False	ENG0158_000000003140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	80.362	15.0	0.0060077655643315285	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0087_000000012872	2494	0.7088221947271239	2	2	2	1	1	False	103874	maximal	True	FIJ0087_000000012872	1.0		446	12	False	False	1.0	0					non-mobilizable	no_good_hit	2003.0	98.552	80.0	0.01046566998602833	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0085_000000007243	1569	0.7088084914522413	2	2	2	2	1	False	91187	fragment	False	DEN0018_000000025606	0.7584437195733285		0	0	False	False	0.9993626475334167	0					non-mobilizable	other	1569.0	99.87299999999999	100.0	0.006257083113856566	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ISR0396_000000007966	2840	0.7088026176985529	4	4	4	3	3	False	22681	maximal	True	ISR0396_000000007966	1.0		1	1	False	False	0.9985915422439575	0					non-mobilizable	no_good_hit	1468.0	75.681	68.0	0.00045388454248910913	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0021_000000001574	13065	0.7087999543356694	27	10	4	10	3	True	112965	maximal	True	SPA0021_000000001574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1302.0	91.167	40.0	0.05005775895263766	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
MON0079_000000006967	3348	0.7087930154330995	3	3	3	3	2	False	10110	maximal	True	MON0079_000000006967	1.0		2	1	False	False	0.9961170554161072	0					non-mobilizable	other	2102.0	96.81299999999999	97.0	0.008139561912583972	NZ_CABJCG010000009.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
FIJ0044_000000005774	3771	0.7087896779090306	7	5	3	3	5	False	107894	fragment	False	FIJ0032_000000008062	0.6423243996393738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	26.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0106_000000022844	1234	0.7087853826363593	2	2	2	2	2	False	42325	fragment	False	FIJ0106_000000022844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	74.691	39.0	0.0017692852087756545	NZ_SLXA01000003.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_103, whole genome shotgun sequence	True	False
ISR0150_000000007575	3002	0.7087841067674209	4	4	4	4	4	False	117940	maximal	True	ISR0150_000000007575	1.0		0	0	False	False	0.9983344674110413	0					non-mobilizable	no_good_hit	1174.0	97.359	83.0	0.0003531678372188319	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0093_000000003657	6049	0.7087764375247598	5	4	2	4	3	True	97526	maximal	True	FIJ0093_000000003657	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.27	24.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0018_000000012612	2118	0.7087762768695789	2	2	2	1	1	False	62085	fragment	False	FIJ0013_000000013505	0.9757258448357925		0	0	False	False	1.0	0					non-mobilizable	chromosome	2142.0	96.87200000000001	100.0	0.000571126907279774	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0157_000000010004	1853	0.7087762768695789	2	2	2	1	1	False	62083	fragment	False	FIJ0128_000000014910	0.9438840015466919		0	0	False	False	1.0	0					non-mobilizable	chromosome	1859.0	96.557	99.0	0.0004956346537719851	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0165_000000008920	1788	0.7087762768695789	2	2	2	1	1	False	62083	fragment	False	FIJ0128_000000014910	0.9522635963680502		0	0	False	False	1.0	0					non-mobilizable	chromosome	1812.0	95.199	100.0	0.00048309707103394244	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0097_000000017918	1767	0.7087762768695789	2	2	2	1	1	False	62083	fragment	False	FIJ0128_000000014910	0.9501281467100725		0	0	False	False	1.0	0					non-mobilizable	chromosome	1791.0	95.25399999999999	100.0	0.00047749517236375313	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0071_000000020693	2011	0.7087659325760585	3	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.459387282392555		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	91.835	100.0	0.0003423289266136503	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0199_000000002204	9573	0.7087643170885509	6	6	6	4	5	False	61397	maximal	True	ENG0199_000000002204	1.0		25	7	False	False	0.999686598777771	0					non-mobilizable	other	3314.0	92.094	95.0	0.006794022081598052	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
FIJ0159_000000007022	3280	0.7087602875470936	4	4	4	4	2	True	78634	fragment	False	USA0021_01_000000005434	0.9521418020679469		0	0	False	False	0.9868902564048767	0					non-mobilizable	chromosome	3281.0	97.105	100.0	0.001462820136937458	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0103_000000004686	5334	0.7087562480449344	4	4	4	4	2	False	33069	fragment	False	ISR0103_000000004686	1.0		0	0	False	False	0.9827521443367004	0					non-mobilizable	no_good_hit	438.0	99.54299999999999	8.0	0.00012165500922156106	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0036_000000013433	2177	0.7087558687081078	4	4	4	4	3	False	18727	maximal	True	MAD0036_000000013433	1.0		10	7	False	False	0.9990813136100769	0					non-mobilizable	no_good_hit	490.0	76.122	22.0	0.0009574856623925296	NZ_UYZY01000005.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ISR0390_000000001035	9820	0.7087552703640885	10	8	3	3	7	False	73978	maximal	True	ISR0390_000000001035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6240.0	90.24	65.0	0.0013900449605948873	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MAD0053_000000004354	2728	0.7087498460000762	3	2	2	2	2	False	17222	maximal	True	MAD0053_000000004354	1.0		4	2	False	False	0.9937683343887329	0					non-mobilizable	no_good_hit	1455.0	79.244	53.0	0.026602888418728727	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
SPA0115_000000004079	6040	0.7087470202485158	6	6	6	6	5	False	114948	fragment	False	ISR0243_000000000897	0.3625872895463506		0	0	False	False	0.9991722106933594	0					non-mobilizable	no_good_hit	681.0	76.946	11.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
USA0047_01_000000031377	1152	0.7087445363488786	2	2	2	2	2	False	46690	fragment	False	USA0047_01_000000031377	0.927125620960256		0	0	False	False	0.9991319179534912	0					non-mobilizable	chromosome	1165.0	75.708	99.0	0.00039276234279652956	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0150_000000022066	1124	0.7087434384810252	2	2	2	1	1	False	38625	maximal	True	ISR0150_000000022066	0.9891696750902528		77	10	False	False	0.9635231494903564	0					non-mobilizable	no_good_hit	570.0	81.75399999999999	51.0	0.0005549536217330409	NZ_LOJF01000001.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_1, whole genome shotgun sequence	True	False
ISR0058_000000002123	9315	0.7087425739778483	8	4	3	3	2	True	52264	maximal	True	ISR0058_000000002123	1.0		1	1	False	False	0.9973161816596985	0					non-mobilizable	no_good_hit								True	True
ENG0172_000000019513	1241	0.7087398619957823	2	2	2	1	1	False	55708	fragment	False	ENG0172_000000019513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	77.327	73.0	0.07711231761112997	MH106263.1	bacteria	Uncultured bacterium clone B2PC_36_I20_0 genomic sequence	True	False
MON0047_000000016447	2382	0.7087347512123326	2	2	2	2	2	False	37958	fragment	False	MON0047_000000016447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1250.0	82.4	52.0	0.007150528679650572	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	False
CHI0167_000000011486	1844	0.7087190836832475	3	2	2	1	2	False	114037	fragment	False	CHI0167_000000011486	0.9780066815144766		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	99.241	100.0	0.000887747827594844	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
MON0087_000000040247	1284	0.7087190836832475	2	2	2	1	2	False	76106	fragment	False	ISR0081_000000017451	0.36529609900074067		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	98.676	100.0	0.009469962577778435	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
MON0037_000000060705	1265	0.7087133832535305	2	2	2	2	2	False	12039	maximal	True	MON0037_000000060705	1.0		4	1	False	False	0.9786561131477356	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00016152548064457168	NZ_CABMGA010000004.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0813_000000028743	1063	0.7087111587876317	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.014108881937820394		0	0	False	False	1.0	0					non-mobilizable	other	1063.0	99.906	100.0	0.0003211078523266713	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0106_000000004606	8024	0.7087100646615788	7	3	3	3	3	False	88842	fragment	False	SPA0106_000000004606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4037.0	82.38799999999999	78.0	0.043640424586093615	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
FIJ0086_000000002595	10719	0.7087055383607153	17	4	3	4	3	False	43869	maximal	True	FIJ0086_000000002595	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	89.61	1.0	0.007344414379590259	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	False
CAN0009_000000018833	1494	0.7086981516193119	3	2	2	2	2	False	94757	maximal	True	CAN0009_000000018833	1.0		121	12	False	False	0.9993306398391724	0					non-mobilizable	no_good_hit	294.0	75.17	20.0	0.0069508914756361735	NZ_OAOF01000028.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
FIJ0035_000000007870	1540	0.7086948861116467	2	1	1	1	1	False	109820	fragment	False	MON0106_000000025168	0.6463949843260188		0	0	False	False	0.9993506669998169	0					non-mobilizable	other	1540.0	97.85700000000001	100.0	0.0004633634283715109	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0138_000000010588	1750	0.7086913905040392	2	1	1	1	1	False	76284	fragment	False	FIJ0138_000000010588	0.9963570127504554		0	0	False	False	0.9834285974502563	0					non-mobilizable	other	1711.0	99.883	98.0	0.02435377056184576	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	False
DEN0007_000000015579	1647	0.7086913905040392	2	1	1	1	1	False	76284	fragment	False	FIJ0138_000000010588	0.9671428571428571		0	0	False	False	1.0	0					non-mobilizable	other	1647.0	100.0	100.0	0.023442284412162645	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	False
FIJ0121_000000018143	1416	0.7086913905040392	2	1	1	1	1	False	61310	fragment	False	FIJ0121_000000018143	1.0		0	0	False	False	0.9971751570701599	0					non-mobilizable	other	1416.0	96.963	99.0	0.02013814711956135	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	False
ENG0088_000000013890	1207	0.7086913905040392	2	1	1	1	1	False	61309	fragment	False	ENG0088_000000013890	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	99.917	100.0	0.0004135727299881038	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
AUS0022_000000014579	2385	0.708675063139655	3	2	2	2	1	False	99274	maximal	True	AUS0022_000000014579	1.0		2	2	False	False	0.9903563857078552	0					non-mobilizable	no_good_hit								True	False
MAD0106_000000001315	9308	0.7086664555594886	12	6	3	4	5	False	14753	fragment	False	MAD0106_000000001315	1.0		0	0	False	False	0.9938762187957764	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.926976455591859e-07	LR132001.1	bony fishes	Gouania willdenowi genome assembly, chromosome: 21	True	False
ISR0279_000000002598	6396	0.7086643191442793	7	5	2	4	3	False	92893	maximal	False	ISR0287_000000001161	0.909578680026908	PS140	0	0	False	True	1.0	0					non-mobilizable	plasmid	4271.0	99.836	97.0	0.6090429325345885	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
USA0021_01_000000002872	6355	0.708661519190785	5	2	2	2	2	False	100863	maximal	True	USA0021_01_000000002872	1.0		3	3	False	False	0.9990558624267578	0					non-mobilizable	no_good_hit	266.0	82.331	4.0	0.10193798449612403	LN853941.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK1380	True	False
MAD0040_000000007401	3737	0.7086594625107256	5	5	4	3	2	True	18400	fragment	False	MAD0040_000000007401	1.0		0	0	False	False	0.9879582524299622	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0059657360884818e-05	NC_019970.1	firmicutes	Thermoanaerobacterium thermosaccharolyticum M0795, complete genome	True	True
AUS0006_000000006803	3361	0.7086582951642503	3	3	3	3	3	False	102146	fragment	False	AUS0006_000000006803	1.0		0	0	False	False	0.9976197481155396	0					non-mobilizable	no_good_hit	896.0	86.161	40.0	0.23319437206878582	NZ_CABMGA010000048.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0055_000000006424	1477	0.7086517597951365	2	2	2	2	1	False	17098	fragment	False	MAD0055_000000006424	0.9795171909290417		0	0	False	False	0.971563994884491	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.3389491168488334e-06	CP048817.1	a-proteobacteria	Sphingomonas alpina strain So64.6b chromosome, complete genome	True	False
ENG0142_000000025085	1378	0.7086486409759823	2	2	2	2	2	False	114438	fragment	False	ENG0111_000000013887	0.9385955884875304		0	0	False	False	0.994194507598877	0					non-mobilizable	no_good_hit	1096.0	76.734	79.0	0.0004481062376472117	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0047_01_000000007390	4655	0.7086442049435435	3	3	3	3	2	True	100764	maximal	True	USA0047_01_000000007390	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1479.0	94.59100000000001	79.0	0.00044769604649253777	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ENG0106_000000017251	1214	0.70864396958834	2	2	2	2	1	False	60046	fragment	False	ENG0106_000000017251	1.0		0	0	False	False	0.9983525276184082	0					non-mobilizable	chromosome	1202.0	78.03699999999999	98.0	0.0003324840867635261	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0089_000000000699	16334	0.708636196655647	19	19	6	12	19	True	54180	fragment	False	MAD0105_000000001210	0.9350695670144606		0	0	False	False	1.0	0					non-mobilizable	plasmid	16334.0	100.0	100.0	0.14191255691099294	MN124285.1	enterobacteria	Escherichia coli strain RKI3099 plasmid pRKI3099a, complete sequence	False	True
CHI0135_000000014635	1300	0.7086321245204767	3	2	2	2	2	False	80647	fragment	False	CHI0135_000000014635	1.0		0	0	False	False	0.9592307806015015	0					non-mobilizable	other	1300.0	98.615	100.0	0.006271060431974201	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
MON0042_000000016677	1576	0.7086301506203548	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.09864453024775036		0	0	False	False	0.989847719669342	0					non-mobilizable	chromosome	1580.0	92.27799999999999	100.0	0.000530135778712238	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0796_000000015576	1391	0.7086219217533624	2	2	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.0848772644565225		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	94.899	100.0	0.031572930955647005	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0169_000000015049	1597	0.7086214425426257	3	3	3	3	3	False	64302	fragment	False	ENG0169_000000015049	1.0		0	0	False	False	0.9956167936325073	0					non-mobilizable	no_good_hit	303.0	78.548	19.0	8.374752762122736e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0080_000000020918	2446	0.7086192516538787	3	3	3	3	3	False	53081	fragment	False	MON0080_000000020918	1.0		0	0	False	False	0.9995911717414856	0					non-mobilizable	other	2314.0	75.843	93.0	0.00913576176249432	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	False	False
SPA0138_000000021508	1267	0.7086177489860862	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.10146328920841673	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1269.0	86.682	100.0	0.00044023350849723867	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
FIJ0054_000000016249	1558	0.7086160929770003	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9501214791845402		0	0	False	False	1.0	0					non-mobilizable	chromosome	1558.0	98.588	100.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0223_000000025424	1269	0.7086158690409151	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8076170669372249		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	95.266	100.0	0.00033620902985775117	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0078_000000019245	2310	0.7086123973192502	3	3	3	3	3	False	10158	maximal	True	MON0078_000000019245	1.0		8	3	False	False	0.9995670914649963	0					non-mobilizable	no_good_hit	541.0	71.34899999999999	23.0	0.003775705783170728	NZ_JODS01000030.1	high GC Gram+	Kitasatospora purpeofusca strain NRRL B-1817 contig30.1, whole genome shotgun sequence	True	False
ISR0289_000000000870	6613	0.7086123602228316	7	5	3	5	5	False	25945	maximal	True	ISR0289_000000000870	1.0		1	1	False	False	0.9986390471458435	0					non-mobilizable	no_good_hit	993.0	88.822	19.0	0.00018586293032588156	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MON0059_000000015515	2513	0.708599935814546	3	3	3	3	3	False	47446	maximal	True	MON0059_000000015515	1.0		60	5	False	False	0.9984082579612732	0					non-mobilizable	no_good_hit	1236.0	94.01299999999999	57.0	0.0004931421299507377	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
MON0078_000000006352	5694	0.7085949414258754	6	4	4	3	3	False	65082	maximal	True	MON0078_000000006352	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	96.965	12.0	0.40174418604651163	HG796466.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01364	True	False
SPA0113_000000009137	3608	0.708589490894685	3	3	2	3	2	False	108242	fragment	False	SPA0113_000000009137	0.9700955872830873		0	0	False	False	0.9983370304107666	0					non-mobilizable	other	3547.0	99.944	98.0	0.03657668623062085	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0144_000000009283	3405	0.7085835419224694	4	4	4	3	3	True	44762	maximal	True	FIJ0144_000000009283	1.0		10	4	False	False	0.9994126558303833	0					non-mobilizable	no_good_hit	1133.0	70.786	33.0	0.1068260701889703	NZ_SMCQ01000042.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_142, whole genome shotgun sequence	True	True
ISR0337_000000006367	1620	0.7085832747140803	2	2	2	2	2	False	126821	fragment	False	ISR0337_000000006367	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	80.48899999999999	96.0	0.0006213228215860155	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
CHI0005_000000006536	2696	0.7085822141945465	2	2	2	2	2	False	90787	fragment	False	CHI0005_000000006536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0024_000000010279	3209	0.7085790059087896	3	3	1	3	2	True	121627	fragment	False	AST0024_000000010279	1.0		0	0	False	False	0.9971953630447388	0					non-mobilizable	no_good_hit	2805.0	90.48100000000001	87.0	0.06906200475435816	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
CHI0188_000000005666	2658	0.7085781621144743	5	5	4	4	3	False	112930	fragment	False	FIJ0172_000000008063	0.5034661697444898		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	97.874	100.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0175_000000000936	20442	0.7085751582595292	25	13	6	9	7	True	55620	maximal	True	ENG0175_000000000936	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	87.838	1.0	1.4076533146571804e-05	NZ_VFPL01000001.1	CFB group bacteria	Pararcticibacter tournemirensis strain DSM 23085 Ga0242586_11, whole genome shotgun sequence	True	True
SPA0142_000000019075	1398	0.7085714350467397	3	3	2	3	1	False	3429	fragment	False	SPA0142_000000019075	1.0		0	0	False	False	0.9992846846580505	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.3629473579237354e-05	LT795064.1	smut fungi	Sporisorium reilianum f. sp. reilianum strain SRS1_H2-8 genome assembly, chromosome: XI	True	False
ISR0094_000000012555	1415	0.7085701098084973	2	2	1	1	2	False	105746	fragment	False	ISR0256_000000012067	0.6849852928838286		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	95.913	100.0	0.00921042375743719	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0196_000000014683	1473	0.7085666775065343	2	2	2	2	1	False	28975	fragment	False	ISR0196_000000014683	1.0		0	0	False	False	0.9877800345420837	0					non-mobilizable	no_good_hit	457.0	75.492	31.0	0.004546780537365081	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
AST0153_000000021019	1611	0.7085634071760977	4	3	3	2	1	True	103342	maximal	True	AST0153_000000021019	1.0		0	0	False	False	0.9310986995697021	0					non-mobilizable	no_good_hit	1107.0	99.639	69.0	0.00030496354362122974	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	True
CHI0182_000000012603	2199	0.7085611815747455	3	3	3	3	3	False	85179	maximal	True	CHI0182_000000012603	1.0		36	8	False	False	0.9995452761650085	0					non-mobilizable	other	2199.0	99.90899999999999	100.0	0.0011447332375743322	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
MON0005_000000047316	1161	0.7085607500793718	2	2	1	2	1	True	14084	fragment	False	MON0097_000000030734	0.9353368876995952		0	0	False	False	0.9974160194396973	0					non-mobilizable	no_good_hit								True	True
ISR0018_000000001111	16005	0.7085497371747136	21	7	1	7	1	False	37820	maximal	True	ISR0018_000000001111	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	8.667159630377573e-06	NZ_LS483476.1	firmicutes	Bacillus lentus strain NCTC4824 chromosome 1	True	False
DEN0005_000000001324	15283	0.7085497371747136	20	7	1	7	1	False	76565	maximal	True	DEN0005_000000001324	1.0		1	1	False	False	0.9999345541000366	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.03609625668449198	XM_018035191.2	bees	PREDICTED: Ceratina calcarata uncharacterized LOC108631347 (LOC108631347), mRNA	True	False
FIJ0106_000000011997	2167	0.7085444806820839	2	2	1	1	2	True	70177	fragment	False	ENG0053_000000008057	0.2527787087331357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	75.604	38.0	0.08977310095363367	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0079_000000019878	1428	0.7085393919625542	2	2	2	1	1	False	44372	fragment	False	FIJ0079_000000019878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	73.58	52.0	0.00031816530960443305	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
FIJ0105_000000007329	4004	0.7085334177623759	3	3	3	3	1	True	42438	fragment	False	FIJ0105_000000007329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0267_000000014345	1301	0.7085283196412802	2	2	2	2	1	False	26524	maximal	True	ISR0267_000000014345	1.0		6	3	False	False	0.9992313385009766	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000009749	3077	0.7085250256652241	3	3	3	3	2	False	112791	backbone	True	ISR0201_000000009749	1.0	PS721|PS724	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2631.0	73.736	84.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0004_000000004611	2841	0.708524372068082	4	4	4	2	2	False	10098	maximal	True	SPA0004_000000004611	1.0		15	5	False	False	0.9996480345726013	0					non-mobilizable	chromosome	2842.0	99.93	100.0	0.000512904115094167	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
MON0100_000000007404	5087	0.7085235720262935	6	5	3	4	3	True	9134	maximal	True	MON0100_000000007404	1.0		2	1	False	False	0.994692325592041	0					non-mobilizable	no_good_hit	97.0	79.381	2.0	1.3902495586697146e-05	CP061008.1	b-proteobacteria	Achromobacter xylosoxidans strain GD03 chromosome, complete genome	True	True
ISR0215_000000007015	4091	0.7085226693392939	4	3	3	3	2	False	28179	maximal	True	ISR0215_000000007015	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2495.0	95.631	86.0	0.0004696475665985295	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
AST0089_000000012970	1761	0.7084988645898946	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.26347125849777364		0	0	False	False	0.9994321465492249	0					non-mobilizable	chromosome	1761.0	91.596	100.0	0.00059240569557685	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0199_000000015131	2013	0.7084965288726603	3	3	3	2	2	False	102050	fragment	False	ISR0361_000000005758	0.7313644372856272		0	0	False	False	1.0	0					non-mobilizable	other	2013.0	93.98899999999999	100.0	0.00557021483121998	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
ISR0309_000000003022	5355	0.708484691433458	7	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8393282089446764	PS1159|PS463	0	0	True	True	1.0	175		MOBV			mobilizable	other	3840.0	98.62	100.0	0.0013042682083689921	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0024_000000013917	1516	0.708476926074186	3	3	2	3	2	False	83347	fragment	False	FIJ0024_000000013917	0.9836476038237087		0	0	False	False	0.9993403553962708	0					non-mobilizable	no_good_hit	280.0	85.714	20.0	0.00010251851347415257	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
FIJ0085_000000022068	1424	0.708476926074186	3	3	2	3	2	False	104678	fragment	False	CHI0165_000000010792	0.9652682508506532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	87.209	6.0	0.0013202242828075734	NZ_FRAC01000035.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
FIJ0166_000000017613	1405	0.708476926074186	3	3	2	3	2	False	104678	fragment	False	CHI0165_000000010792	0.9605759742944672		0	0	False	False	0.9985765218734741	0					non-mobilizable	no_good_hit	86.0	87.209	6.0	0.0013202242828075734	NZ_FRAC01000035.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
CHI0099_000000003923	1393	0.708476926074186	3	3	2	3	2	False	83347	fragment	False	FIJ0024_000000013917	0.95555726467873		0	0	False	False	0.969131350517273	0					non-mobilizable	no_good_hit	175.0	82.286	12.0	5.142078314450645e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0005_000000016978	3072	0.7084721675521551	3	3	3	3	3	False	119077	fragment	False	ENG0052_000000006995	0.39150214551441004		0	0	False	False	0.9791666865348816	0					non-mobilizable	other	3094.0	79.024	99.0	0.0009228128056911507	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ETH0002_000000011068	2427	0.7084718778784481	2	1	1	1	1	False	53349	maximal	True	ETH0002_000000011068	1.0		2	2	False	False	0.9995879530906677	0					non-mobilizable	no_good_hit	827.0	97.823	60.0	0.0048885285292394375	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
ISR0014_000000022663	1556	0.7084718778784481	1	1	1	1	1	False	38018	maximal	True	ISR0014_000000022663	1.0		3	1	False	False	0.990359902381897	0					non-mobilizable	no_good_hit	318.0	96.541	29.0	0.0018761059851923748	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	False
FIJ0121_000000011219	2314	0.7084717838201424	4	3	3	3	2	False	71672	maximal	True	FIJ0121_000000011219	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1546.0	99.677	89.0	0.001882179234629174	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
AST0148_000000013975	2479	0.7084712713316165	2	2	2	2	2	True	105052	fragment	False	AST0148_000000013975	1.0		0	0	False	False	0.9995965957641602	0					non-mobilizable	other	2484.0	92.794	100.0	0.0007495164483277304	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MON0037_000000029322	2382	0.7084712713316165	2	2	2	2	2	True	75317	maximal	True	MON0037_000000029322	1.0		12	7	False	False	1.0	0					non-mobilizable	other	1530.0	86.73200000000001	97.0	0.0004618232661413288	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
AUS0024_000000021754	1482	0.7084690796413435	3	2	1	2	1	False	98856	maximal	True	AUS0024_000000021754	1.0		7	4	False	False	0.9959514141082764	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.158683879720864e-06	CP047691.1	enterobacteria	Serratia marcescens strain C110 chromosome, complete genome	True	False
ENG0058_000000005934	4931	0.7084684069817153	6	6	6	6	3	False	63569	fragment	False	ENG0058_000000005934	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1847.0	98.971	82.0	0.02375373364919147	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0019_000000008159	2121	0.7084681155579913	4	4	3	4	4	False	37738	fragment	False	ISR0019_000000008159	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2086.0	97.699	98.0	0.002927351028795001	NZ_QVHZ01000003.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf3, whole genome shotgun sequence	False	False
MAD0068_000000023242	1250	0.7084662413914702	1	1	1	1	1	False	16422	fragment	False	MAD0068_000000023242	1.0		0	0	False	False	0.9991999864578247	0					non-mobilizable	chromosome	1250.0	99.84	100.0	0.00035203774611285783	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
SPA0144_000000004900	3381	0.7084615178333142	6	3	1	2	1	True	128099	fragment	False	SPA0144_000000004900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	87.84700000000001	54.0	0.12382985711939563	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0178_000000008540	1222	0.7084610284684241	2	2	2	2	1	True	77601	fragment	False	CHI0178_000000008540	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	98.279	99.0	0.00033851519847154417	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
FIJ0058_000000004939	7458	0.7084605945991549	9	4	4	4	4	False	65032	fragment	False	FIJ0058_000000004939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	0.00022141415517725905	NZ_JXLO01000004.1	firmicutes	Bacillus badius strain DSM 30822 Contig4, whole genome shotgun sequence	True	False
SPA0076_000000000031	46050	0.7084594317909163	73	35	21	33	22	True	108324	maximal	True	SPA0076_000000000031	1.0	PS91	2	1	False	True	0.9999565482139587	0					non-mobilizable	no_good_hit	1476.0	84.28200000000001	3.0	0.00040905076894879786	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
USA0031_01_000000004587	6622	0.7084570016611901	10	8	5	5	6	False	52208	maximal	True	USA0031_01_000000004587	1.0	PS17|PS7	162	11	False	True	0.9919963479042053	0					non-mobilizable	other	3471.0	92.79700000000001	100.0	0.0010788889310599928	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0075_000000000468	4414	0.7084520537467833	9	9	8	6	7	False	85436	fragment	False	MAD0034_000000003195	0.9749300624058532		0	0	False	False	0.9968282580375671	0					non-mobilizable	plasmid	3028.0	99.538	97.0	0.017511744976162476	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	False	True
FIJ0004_000000007869	3386	0.7084481179729222	4	4	4	3	2	True	65885	fragment	False	FIJ0004_000000007869	1.0		0	0	False	True	0.9920259714126587	0					non-mobilizable	no_good_hit								True	True
CAN0008_000000003978	6868	0.7084470130969257	11	5	3	4	5	False	95074	maximal	True	CAN0008_000000003978	1.0		3	2	False	False	0.9994176030158997	0					non-mobilizable	no_good_hit	50.0	86.0	1.0	1.3744744388427598e-05	NZ_CP048103.1	firmicutes	Kroppenstedtia eburnea strain DSM 45196 chromosome, complete genome	True	False
AST0014_000000006419	2697	0.7084429407616873	2	1	1	1	1	False	124490	fragment	False	AST0014_000000006419	1.0		0	0	False	False	0.9810901284217834	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00029404026804091804	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0831_000000011802	1569	0.7084424903357357	2	2	2	2	2	False	51857	fragment	False	USA0017_01_000000017003	0.9794392523364486		0	0	False	False	1.0	0					non-mobilizable	chromosome	1569.0	98.725	100.0	0.00023861002356882682	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0353_000000000005	221951	0.7084419635966689	261	74	41	62	40	True	127698	maximal	True	ISR0353_000000000005	0.9286224785891521	PS319	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1755.0	91.16799999999999	3.0	0.0007302959572248087	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
AST0019_000000015172	1935	0.7084230719473937	4	3	3	2	2	False	122279	fragment	False	AST0019_000000015172	0.938135430757935		0	0	False	False	0.9968992471694946	0					non-mobilizable	other	1951.0	76.064	99.0	0.0008107855220379126	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	False	False
SPA0016_000000005705	5536	0.7084151979188321	12	4	2	4	1	True	68396	fragment	False	SPA0037_000000004273	0.9544001494171291		0	0	False	False	0.9998193383216858	0					non-mobilizable	no_good_hit	130.0	100.0	2.0	0.0005949800289649193	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	True
ISR0118_000000002451	5103	0.7084150285448622	7	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.5032663888527262	PS1159|PS463	0	0	True	True	0.9998040199279785	8		MOBV			mobilizable	other	2987.0	99.699	100.0	0.0010144685778040662	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0388_000000019157	1831	0.7084113074885126	3	3	3	3	2	False	109887	fragment	False	AST0090_000000011755	0.9457142739100842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	74.775	12.0	9.529849068270609e-05	CP023071.1	a-proteobacteria	Sinorhizobium fredii CCBAU 83666 plasmid pSF83666b, complete sequence	True	False
ISR0123_000000000228	52870	0.7084080957308109	60	34	17	30	20	True	33619	maximal	False	ISR0190_000000000292	0.9958315842861634		0	0	True	True	1.0	91					non-mobilizable	no_good_hit	601.0	72.87899999999999	1.0	0.0006298697271134857	NZ_JQNF01000010.1	firmicutes	Carnobacterium jeotgali MS3 BP18DRAFT_scf7180000000060_quiver.7_C, whole genome shotgun sequence	True	True
DEN0070_000000002594	11230	0.7084057528195451	21	4	3	4	3	False	104665	maximal	True	DEN0070_000000002594	1.0		2	2	False	False	0.9997328519821167	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	2.6499848984834953e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0806_000000007017	1720	0.7083918530931959	3	3	3	2	3	False	80988	maximal	False	ISR0285_000000010031	0.9591108671789242		0	0	False	False	0.9877907037734985	0					non-mobilizable	other	1687.0	99.17	98.0	0.0006998822038023749	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
FIJ0023_000000002734	9740	0.7083871033392559	9	5	2	3	2	False	75721	maximal	True	FIJ0023_000000002734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000006183	2230	0.7083835516500575	3	3	3	2	2	False	49095	fragment	False	FIJ0055_000000006183	1.0		0	0	False	False	0.9950672388076782	0					non-mobilizable	other	2230.0	98.7	100.0	0.0020211920577971826	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ENG0012_000000010170	2349	0.7083819991148618	4	3	3	3	2	False	80225	maximal	True	ENG0012_000000010170	1.0		31	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
BAN0020_000000000634	2569	0.7083766382511874	4	3	1	3	3	True	98648	fragment	False	BAN0020_000000000634	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2569.0	99.29899999999999	100.0	0.009352740786621246	CP024238.1	enterobacteria	Escherichia coli O15:H11 strain 90-9272 plasmid unnamed	False	True
CHI0173_000000012417	1417	0.7083715498478322	3	3	2	3	3	False	83347	fragment	False	FIJ0024_000000013917	0.9706879530402148		0	0	False	False	0.9992942810058594	0					non-mobilizable	no_good_hit	140.0	83.571	10.0	2.5595571192792288e-05	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	False
ISR0078_000000015304	1351	0.7083643871553567	2	2	2	2	1	False	84193	fragment	False	ISR0126_000000036851	0.987728338596233		0	0	False	False	0.9992598295211792	0					non-mobilizable	other	1351.0	99.556	100.0	0.005880738620770769	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0126_000000036851	1349	0.7083643871553567	2	2	2	2	1	False	84193	fragment	False	ISR0126_000000036851	0.9877313794470458		0	0	False	False	0.9962935447692871	0					non-mobilizable	other	1349.0	99.555	100.0	0.005872026415406664	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0011_000000007190	3577	0.7083634977656488	4	3	3	3	3	False	38261	maximal	True	ISR0011_000000007190	1.0		1	1	False	False	0.9949678778648376	0					non-mobilizable	no_good_hit	66.0	84.848	2.0	1.7883989117450686e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0024_000000033822	1528	0.7083465418283502	2	1	1	1	1	False	12907	fragment	False	MON0024_000000033822	0.9756666666666667		0	0	False	False	0.9803664684295654	0					non-mobilizable	no_good_hit	1102.0	72.777	71.0	0.00356004268135497	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0092_000000042753	1304	0.7083465418283502	1	1	1	1	1	False	78653	fragment	False	MON0092_000000042753	0.9488239881574151		0	0	False	False	0.9976993799209595	0					non-mobilizable	other	1304.0	97.546	100.0	0.00041722609011122933	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
DEN0018_000000017503	2193	0.7083437331318749	4	2	1	2	1	False	96080	fragment	False	DEN0018_000000017503	1.0		0	0	False	False	0.99726402759552	0					non-mobilizable	no_good_hit	411.0	74.939	19.0	0.00011587776551135202	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0139_000000011548	2374	0.7083257053800742	3	3	3	3	2	False	3531	maximal	False	SPA0138_000000010938	0.9995791245791246		0	0	False	False	0.9966301321983337	0					non-mobilizable	no_good_hit	2127.0	78.702	89.0	0.00046713497374340916	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0069_000000005024	4778	0.7083249675999352	6	6	6	6	5	False	51945	maximal	True	FIJ0069_000000005024	1.0		5	1	True	True	1.0	53					non-mobilizable	no_good_hit	1084.0	98.524	39.0	0.0017525689780726597	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
CHI0186_000000000428	32381	0.7083229555638908	24	11	7	10	7	True	128748	maximal	False	ENG0127_000000000383	0.17715479361961123	PS1050|PS1051	0	0	False	True	0.999845564365387	0					non-mobilizable	no_good_hit	5778.0	96.054	29.0	0.20179152524580987	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0198_000000003091	5961	0.7083040335468594	5	4	3	4	3	False	104087	fragment	False	ENG0198_000000003091	1.0		0	0	False	False	0.9976513981819153	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	1.80437018458707e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0052_000000014328	1503	0.7082986194115779	2	2	2	2	1	False	17263	maximal	True	MAD0052_000000014328	1.0		49	6	False	False	0.9966733455657959	0					non-mobilizable	no_good_hit	425.0	72.235	28.0	0.00011719033227534164	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0105_000000002027	11378	0.7082943645351419	10	10	10	9	9	False	49841	maximal	False	FIJ0031_000000001602	0.9885658624137946		0	0	False	False	1.0	0					non-mobilizable	chromosome	11378.0	99.98200000000001	100.0	0.0023635072977468675	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	False	False
ENG0053_000000001535	16341	0.708293253024709	18	11	8	9	5	True	106279	maximal	True	ENG0053_000000001535	1.0		1	1	False	False	0.9998776316642761	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.8826367113479114e-07	LR699160.1	caecilians	Geotrypetes seraphini genome assembly, chromosome: 15	True	True
MON0093_000000039819	1185	0.7082912350013402	2	2	2	2	1	False	9363	maximal	True	MON0093_000000039819	1.0		3	2	False	False	0.99915611743927	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	4.0	0.3652173913043478	NZ_BAFU01000099.1	high GC Gram+	Nocardia brevicatena NBRC 12119, whole genome shotgun sequence	True	False
AST0024_000000006881	4552	0.7082838244500915	7	5	4	4	3	False	121689	maximal	True	AST0024_000000006881	1.0		12	5	False	False	0.9993409514427185	0					non-mobilizable	no_good_hit	969.0	80.392	21.0	0.00015093752210691136	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
FIJ0067_000000020445	1565	0.7082772233337091	2	1	1	1	1	False	45180	fragment	False	FIJ0067_000000020445	1.0		0	0	False	False	0.9942492246627808	0					non-mobilizable	other	1497.0	99.399	96.0	0.003070651671924679	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0329_000000005825	2435	0.7082764751266188	4	3	2	2	3	False	85647	maximal	True	ISR0329_000000005825	1.0		4	3	False	False	0.9835729002952576	0					non-mobilizable	no_good_hit	875.0	95.88600000000001	61.0	0.0003860095846402993	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0102_000000013586	2323	0.7082676191031284	3	2	2	2	2	False	61814	maximal	True	FIJ0102_000000013586	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	936.0	94.87200000000001	44.0	0.0003013676288620584	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0175_000000014681	1723	0.7082669190746219	2	1	1	1	1	False	117127	fragment	False	ENG0175_000000014681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0140_000000028259	1256	0.7082614664258913	2	1	1	1	1	False	40341	maximal	True	FIJ0140_000000028259	1.0		0	0	False	False	0.9976114630699158	0					non-mobilizable	no_good_hit	865.0	98.382	69.0	0.010744531356870158	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0122_000000005694	2964	0.7082537582245	4	3	3	3	3	False	32161	maximal	True	ISR0122_000000005694	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	71.922	15.0	0.0005291741434811097	NZ_BEWD01000001.1	high GC Gram+	Streptomyces rubrogriseus strain NBRC 15455, whole genome shotgun sequence	True	False
ISR0007_000000009708	1659	0.7082502801736648	3	2	1	2	1	False	58412	fragment	False	ISR0007_000000009708	1.0		0	0	False	False	0.9879445433616638	0					non-mobilizable	no_good_hit								True	False
MON0030_000000020202	1768	0.7082492618873996	3	3	2	3	2	False	124922	fragment	False	ENG0206_000000011673	0.5617842508323219		0	0	False	False	1.0	0					non-mobilizable	chromosome	1759.0	81.069	99.0	0.000613707020588755	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
CHI0146_000000001138	5377	0.7082486586106053	8	7	5	5	5	True	132358	backbone	False	ISR0371_000000002559	0.7828791174728353	PS1159|PS463	0	0	True	True	1.0	18		MOBV			mobilizable	other	5288.0	99.149	100.0	0.044880463348046844	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
FIJ0133_000000010682	3489	0.7082468820730504	4	3	3	3	1	True	40716	fragment	False	FIJ0133_000000010682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.00033503924147115733	NZ_KB894697.1	firmicutes	Bacillus fordii DSM 16014 = CIP 108821 strain DSM 16014 C509DRAFT_scaffold00013.13, whole genome shotgun sequence	True	True
MAD0047_000000005839	5803	0.7082460038718733	11	10	8	9	5	True	82062	maximal	True	MAD0047_000000005839	1.0		3	2	False	False	0.99862140417099	0					non-mobilizable	no_good_hit	936.0	92.84200000000001	71.0	0.0003274654211688751	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
DEN0063_000000009854	4331	0.7082411906576824	7	4	1	2	3	False	124424	fragment	False	DEN0063_000000009854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3774.0	98.49	89.0	0.0011290724638288335	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0075_000000006606	3658	0.7082411906576824	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.3060619053303788		0	0	False	False	1.0	0					non-mobilizable	other	3659.0	98.961	100.0	0.0010946586463519408	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0097_000000009003	3572	0.7082411906576824	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.245024130375476		0	0	False	False	0.99916011095047	0					non-mobilizable	other	3510.0	99.088	98.0	0.3156711047139259	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0388_000000009859	3371	0.7082411906576824	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.21619638105585495		0	0	False	False	1.0	0					non-mobilizable	other	3371.0	99.67399999999999	100.0	0.30316660669305506	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0077_000000009004	3219	0.7082411906576824	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.16050225088729722		0	0	False	False	0.999068021774292	0					non-mobilizable	other	3219.0	99.969	100.0	0.03420420484258413	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0285_000000004958	3090	0.7082411906576824	7	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.11006685386156019		0	0	False	False	0.9996763467788696	0					non-mobilizable	other	2984.0	99.765	97.0	0.2683519251529327	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0031_000000009881	2993	0.7082411906576824	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.09090211672224309		0	0	False	False	0.9983294606208801	0					non-mobilizable	other	2940.0	99.796	98.0	0.2643936667866139	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
DEN0064_000000013137	2918	0.7082411906576824	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.08343101425603439		0	0	False	False	1.0	0					non-mobilizable	other	2910.0	99.656	99.0	0.2616948542641238	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0016_000000009390	2801	0.7082411906576824	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.07826262219967016		0	0	False	False	0.9917886257171631	0					non-mobilizable	other	2786.0	99.06700000000001	99.0	0.250539762504498	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0117_000000009588	2798	0.7082411906576824	5	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.04605956486928452		0	0	False	False	1.0	0					non-mobilizable	other	2798.0	99.85700000000001	100.0	0.25161928751349405	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0005_000000012705	1241	0.7082373502304559	2	2	2	2	1	False	38511	fragment	False	ISR0005_000000012705	1.0		0	0	False	False	0.9863013625144958	0					non-mobilizable	no_good_hit	541.0	86.691	81.0	0.00245066894185561	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0125_000000014718	1790	0.7082349559315685	3	3	3	3	1	False	58830	maximal	True	ENG0125_000000014718	1.0		1	1	False	False	0.9983240365982056	0					non-mobilizable	other	1790.0	99.777	100.0	0.0003944859290463363	NZ_JAAQVO010000001.1	enterobacteria	Hafnia paralvei strain H.a110, whole genome shotgun sequence	False	False
SPA0070_000000014963	1354	0.7082186977555246	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.4281403053860225		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	98.671	100.0	0.024217365623154165	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	False	False
ISR0126_000000015800	3100	0.7082163098705655	2	1	1	1	1	False	31992	maximal	True	ISR0126_000000015800	1.0		2	1	False	False	0.9996774196624756	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000016263	2658	0.7082163098705655	3	1	1	1	1	False	75723	maximal	True	DEN0011_000000016263	1.0		3	2	False	False	0.9920993447303772	0					non-mobilizable	no_good_hit								True	False
FIJ0086_000000013608	2317	0.7082133222808229	4	2	1	1	2	False	116484	fragment	False	FIJ0086_000000013608	1.0		0	0	False	False	0.9991368055343628	0					non-mobilizable	other	2306.0	100.0	99.0	0.06964798307901496	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0068_000000013956	2276	0.7082133222808229	4	2	1	1	2	False	116484	fragment	False	FIJ0086_000000013608	0.9911523521795425		0	0	False	False	0.9991212487220764	0					non-mobilizable	other	2276.0	100.0	100.0	0.06874150173742258	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0081_000000026115	2101	0.7082133222808229	3	2	1	1	2	False	116483	fragment	False	MON0081_000000026115	1.0		0	0	False	False	0.9785816073417664	0					non-mobilizable	other	2001.0	100.0	95.0	0.06043208943949237	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0143_000000000267	28809	0.7082112131404804	35	23	9	16	21	False	125041	maximal	True	SPA0143_000000000267	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	5705.0	97.59899999999999	70.0	0.0010230492787269422	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
MON0016_000000013859	2356	0.7082057718992012	2	2	2	1	2	False	93346	fragment	False	MON0016_000000013859	0.977332170880558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	72.137	11.0	0.00019626081152700076	NZ_VUKA01000001.1	a-proteobacteria	Roseomonas oryzae strain KCTC 42542 Scaffold1, whole genome shotgun sequence	True	False
AUS0020_000000010509	2646	0.7082036136846279	3	3	2	3	3	False	99644	fragment	False	AUS0020_000000010509	0.9947044894279159		0	0	False	False	0.9981103539466858	0					non-mobilizable	chromosome	2646.0	99.43299999999999	100.0	0.0004988077645793306	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
ISR0290_000000014968	1176	0.7081979301349728	3	1	1	1	1	False	25909	fragment	False	ISR0290_000000014968	1.0		0	0	False	False	0.9991496801376343	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	0.0004490464366844524	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
CHI0136_000000001337	10539	0.7081930621863424	11	9	4	7	9	True	117794	maximal	True	CHI0136_000000001337	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2882.0	97.016	72.0	0.00040637711202744887	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
SPA0114_000000018795	2467	0.7081929356619496	3	3	3	3	2	False	92347	fragment	False	ENG0097_000000012557	0.9782852078360434		0	0	False	False	0.9837859869003296	0					non-mobilizable	no_good_hit	711.0	82.7	49.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0086_000000022624	1277	0.7081910350136141	3	1	1	1	1	False	33885	maximal	True	ISR0086_000000022624	1.0		3	2	False	False	0.9874706268310547	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000011124	1660	0.7081865275296573	3	3	3	2	2	False	86604	fragment	False	ISR0160_000000016995	0.9689690297566363		0	0	False	False	0.9915662407875061	0					non-mobilizable	no_good_hit	384.0	72.917	23.0	0.0015899189858256824	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
SPA0136_000000007871	4776	0.7081860239076425	7	3	3	3	2	False	70638	maximal	False	DEN0070_000000006790	0.9994850669412976		0	0	True	True	1.0	57					non-mobilizable	no_good_hit	80.0	86.25	2.0	0.022500712047849616	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
FIJ0029_000000025012	1261	0.7081834390120949	1	1	1	1	1	False	48825	fragment	False	MON0102_000000036036	0.7132571859679956		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	95.182	100.0	0.017428803681404224	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0089_000000008552	2246	0.7081804333061582	4	2	2	2	1	True	68844	fragment	False	DEN0089_000000008552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	84.615	26.0	0.0001567765061167911	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	True
ENG0117_000000013952	1646	0.7081798727768938	2	2	2	2	1	False	59360	fragment	False	ENG0117_000000013952	1.0		0	0	False	False	0.9617254137992859	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000008285	4475	0.7081755335017356	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.6635895952345147		0	0	False	False	0.997094988822937	0					non-mobilizable	other	4477.0	98.704	100.0	0.009359376208867152	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0130_000000015672	1916	0.7081739884481594	3	3	3	2	1	False	31766	maximal	True	ISR0130_000000015672	1.0		22	7	False	False	0.9702505469322205	0					non-mobilizable	no_good_hit								True	False
USA0135_01_000000007688	1975	0.708171950052063	3	3	3	3	3	False	100788	fragment	False	ISR0175_000000010194	0.35195843129314813		0	0	False	False	1.0	0					non-mobilizable	other	1851.0	98.055	94.0	0.0005137433282792098	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0208_000000009280	2885	0.7081683364017093	2	2	2	2	2	False	90983	maximal	False	CHI0003_000000003515	0.9359613211699417		0	0	False	False	1.0	0					non-mobilizable	other	2885.0	99.65299999999999	100.0	0.0005582773620271895	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CAN0009_000000020980	1361	0.7081676212245367	1	1	1	1	1	False	94701	maximal	True	CAN0009_000000020980	0.9828869047619048		102	11	False	False	0.9985305070877075	0					non-mobilizable	other	1292.0	75.619	94.0	0.012321928415463491	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0076_000000010657	1565	0.708166323168905	2	2	2	1	1	False	5732	maximal	True	SPA0076_000000010657	1.0		5	4	False	False	0.9961661100387573	0					non-mobilizable	other	1464.0	94.331	93.0	0.00248729446935725	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
SPA0112_000000011456	2993	0.7081660464975577	4	4	4	4	3	False	4542	maximal	True	SPA0112_000000011456	1.0		2	1	False	False	0.9929836392402649	0					non-mobilizable	no_good_hit	1861.0	86.405	86.0	0.0009790416475344511	NZ_CP045240.1	firmicutes	Lactobacillus vaginalis strain LV515 chromosome, complete genome	True	False
ISR0255_000000012549	2463	0.708165718596983	4	4	4	3	3	False	26896	maximal	True	ISR0255_000000012549	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	75.57	12.0	0.00010067001858090375	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
SPA0156_000000008233	2188	0.7081647557763925	3	3	2	3	2	False	3179	maximal	True	SPA0156_000000008233	1.0		0	0	False	False	0.9337294101715088	0					non-mobilizable	no_good_hit	417.0	73.861	19.0	0.0001922609079722143	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	True	False
MON0077_000000042130	1088	0.7081631069462531	2	1	1	1	1	False	10183	fragment	False	MON0077_000000042130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	0.0001113718955084127	NZ_JARQ01000008.1	CFB group bacteria	Chryseobacterium hispalense DSM 25574 Contig8, whole genome shotgun sequence	True	False
FIJ0135_000000002166	13084	0.7081579720005642	13	2	1	2	1	True	44565	maximal	True	FIJ0135_000000002166	1.0		1	1	False	False	0.999694287776947	0					non-mobilizable	no_good_hit	459.0	76.035	4.0	0.0013137790166156285	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ENG0066_000000001771	8802	0.7081419166214001	12	4	4	3	4	False	62812	fragment	False	ENG0066_000000001771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2194.0	93.43700000000001	66.0	0.011717950651057093	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
SPA0033_000000027536	1161	0.7081388077518721	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.10724252982963645		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	90.448	100.0	0.0003719553408629042	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0108_000000015074	1501	0.7081387248505154	3	3	3	3	2	False	113613	fragment	False	AST0055_000000023473	0.9753886010362693		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	98.867	100.0	0.005835031975975229	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
SPA0011_000000003684	5989	0.7081378434507266	8	3	2	3	1	True	82146	maximal	True	SPA0011_000000003684	0.9996652660365687		4	2	True	True	1.0	278					non-mobilizable	no_good_hit	1569.0	84.76700000000001	48.0	0.3291754756871036	AP019696.1	firmicutes	Amedibacterium intestinale JCM 30884 plasmid pABar1 DNA, complete genome	True	True
USA0031_01_000000005075	5989	0.7081378434507266	8	3	2	3	1	True	82146	maximal	False	SPA0011_000000003684	0.9985530957022185		0	0	True	True	1.0	31					non-mobilizable	no_good_hit	2498.0	80.745	47.0	0.5194503171247358	AP019696.1	firmicutes	Amedibacterium intestinale JCM 30884 plasmid pABar1 DNA, complete genome	True	True
SPA0122_000000005336	5926	0.7081378434507266	8	3	2	3	1	True	82146	maximal	False	SPA0011_000000003684	0.9972809500027745		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	2497.0	80.416	48.0	0.5194503171247358	AP019696.1	firmicutes	Amedibacterium intestinale JCM 30884 plasmid pABar1 DNA, complete genome	True	True
CAN0014_000000032186	1535	0.7081354474439442	2	2	2	1	1	True	93496	fragment	False	CAN0014_000000032186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	74.654	75.0	0.00042542418057585953	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ENG0092_000000005167	3907	0.7081257052068134	4	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.7065922606698587		0	0	False	False	1.0	0					non-mobilizable	chromosome	2890.0	97.059	100.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0069_000000008817	2643	0.7081207532126215	5	4	2	3	3	False	122181	fragment	False	FIJ0045_000000007084	0.5778256253072271		0	0	False	False	0.9992432594299316	0					non-mobilizable	other	2643.0	98.37299999999999	100.0	0.045817286006731205	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ENG0125_000000008546	2997	0.7081165436542425	3	1	1	1	1	False	58852	fragment	False	ENG0125_000000008546	1.0		0	0	False	False	0.9949949979782104	0					non-mobilizable	no_good_hit	247.0	90.28299999999999	8.0	0.00027388170537008544	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
SPA0107_000000014052	2301	0.7081160692668348	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.1768011825855588	PS721	0	0	False	True	0.9887005686759949	0					non-mobilizable	no_good_hit	1597.0	98.99799999999999	69.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0093_000000008214	4748	0.7081113706618158	6	5	2	5	1	True	9402	fragment	False	SPA0130_000000006868	0.9797028667085164		0	0	False	False	0.9997893571853638	0					non-mobilizable	no_good_hit								True	True
SPA0073_000000002121	6990	0.7081084863986965	9	9	2	7	8	True	82250	fragment	False	SPA0073_000000002121	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6985.0	99.95700000000001	100.0	0.032546391656492035	AP022208.1	enterobacteria	Escherichia coli plasmid pWP7-S18-ESBL-09_1 DNA, complete genome, strain: WP7-S18-ESBL-09	False	True
ISR0021_000000002360	8698	0.7081010019494139	15	10	6	10	9	True	132197	fragment	False	ISR0849_000000002289	0.839120530363381		0	0	False	False	0.9997700452804565	0					non-mobilizable	other	8699.0	99.931	100.0	0.003021817676486937	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0153_000000004774	3375	0.7081005600530991	5	3	1	1	2	False	94002	maximal	True	CHI0153_000000004774	1.0		2	1	False	False	1.0	0	rep_cluster_269				non-mobilizable	no_good_hit	1764.0	99.376	65.0	0.48674765323025954	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
CHI0167_000000005991	3143	0.7080950180505231	3	3	2	3	3	False	78199	maximal	True	CHI0167_000000005991	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1138.0	79.17399999999999	51.0	0.0005256064061487088	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
AST0055_000000010349	3258	0.7080938141018668	4	2	1	2	1	False	113875	maximal	True	AST0055_000000010349	1.0		6	4	False	False	0.9717618227005005	0					non-mobilizable	no_good_hit	510.0	71.176	15.0	0.0025371959096078924	NZ_JAAIWM010000007.1	firmicutes	Bacillus mesophilus strain SA4 NODE_7_length_194309_cov_1.950548, whole genome shotgun sequence	True	False
ENG0051_000000000183	56798	0.7080933253489823	70	12	4	8	6	False	64888	maximal	True	ENG0051_000000000183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	95.522	0.0	0.00044403046115735036	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
AST0028_000000009703	1681	0.7080899183204696	3	3	2	3	2	False	118761	maximal	True	AST0028_000000009703	1.0		125	12	False	False	0.9994051456451416	0					non-mobilizable	chromosome	1681.0	100.0	100.0	0.00035023772385506664	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
AST0048_000000007449	2111	0.7080883939198325	3	1	1	1	1	False	114922	maximal	True	AST0048_000000007449	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	77.971	32.0	0.006929248723559446	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	True	False
FIJ0094_000000011427	1777	0.7080883939198325	3	1	1	1	1	False	43177	fragment	False	FIJ0094_000000011427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	77.971	38.0	0.006929248723559446	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	True	False
FIJ0129_000000006479	3221	0.7080882910556717	4	4	4	4	4	False	40968	maximal	True	FIJ0129_000000006479	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	3221.0	98.758	100.0	0.0006834502521443252	NZ_CP027986.1	enterobacteria	Enterobacter sichuanensis strain SGAir0282 chromosome, complete genome	False	False
MAD0096_000000007336	2452	0.7080881206839863	3	2	2	2	2	True	15507	maximal	True	MAD0096_000000007336	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	78.988	10.0	5.714239067436184e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
FIJ0147_000000001240	11576	0.7080805620842092	6	5	4	4	4	False	39950	maximal	True	FIJ0147_000000001240	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	77.727	2.0	6.92481839028467e-05	CP060820.1	g-proteobacteria	Lysobacter sp. II4 chromosome, complete genome	True	False
ENG0119_000000008393	3886	0.7080787584150537	5	4	4	4	2	False	59277	maximal	True	ENG0119_000000008393	1.0		26	6	False	False	0.9994853138923645	0					non-mobilizable	no_good_hit	311.0	75.884	8.0	9.977835420199799e-05	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
ISR0841_000000007214	1985	0.7080749282260498	3	2	2	2	1	False	20765	maximal	True	ISR0841_000000007214	1.0		3	1	False	False	0.9979848861694336	0					non-mobilizable	no_good_hit	713.0	80.084	36.0	0.0029137624934245134	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
MAD0045_000000003604	7803	0.7080714266315874	13	2	1	2	1	True	18440	maximal	True	MAD0045_000000003604	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	95.53200000000001	12.0	0.0030227430024626183	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0082_000000023318	1771	0.7080695838503417	3	2	2	2	1	False	69224	maximal	True	DEN0082_000000023318	1.0		5	4	False	False	0.9802371263504028	0					non-mobilizable	no_good_hit	1209.0	98.84200000000001	68.0	0.002179164088530345	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0057_000000003558	5592	0.7080683087576835	2	2	2	2	1	True	44707	fragment	False	MON0057_000000003558	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5528.0	95.152	99.0	0.08761578479888339	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ENG0034_000000007221	1998	0.7080670467724185	4	3	2	3	3	False	65461	fragment	False	ENG0034_000000007221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	94.444	4.0	1.9765459164143788e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0036_000000014282	1752	0.7080583773115349	4	4	3	2	0	True	7096	maximal	True	SPA0036_000000014282	1.0		0	0	False	False	0.9691780805587769	0					non-mobilizable	no_good_hit	455.0	83.29700000000001	25.0	0.00012911504207379325	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
USA0001_01_000000014969	1151	0.7080564371691876	2	1	1	1	1	False	45670	fragment	False	FIJ0062_000000024049	0.3456485871740109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	100.0	4.0	0.0003560112499554986	NZ_SPFU01000019.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_19_length_112356_cov_30.0039, whole genome shotgun sequence	True	False
ENG0036_000000002745	7639	0.7080563193305923	12	3	3	3	2	False	121513	backbone	False	ENG0141_000000003012	0.20757688390345747	PS853	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.027892561983471075	XM_005811572.2	bony fishes	PREDICTED: Xiphophorus maculatus zinc finger matrin-type 2 (zmat2), mRNA	True	True
ISR0225_000000006782	2572	0.7080513849986463	4	3	2	2	1	True	67315	fragment	False	ISR0225_000000006782	1.0		0	0	False	False	0.9906687140464783	0					non-mobilizable	plasmid	2380.0	99.958	93.0	0.03291685691752107	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
CHI0129_000000012301	1995	0.7080467561175491	3	3	3	2	2	False	119436	fragment	False	CHI0024_000000003275	0.2136738294775937		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	87.585	94.0	0.0004064118823449266	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0076_000000000444	31684	0.7080443885295391	39	24	11	22	13	True	100675	backbone	False	SPA0056_000000000367	0.8162681016882204	PS581	0	0	False	True	1.0	0					non-mobilizable	other	26906.0	96.655	94.0	0.43199909943232073	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
AUS0014_000000003443	9312	0.7080441383903536	15	8	3	4	6	True	106871	fragment	False	SPA0038_000000002739	0.969466372377884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	96.323	19.0	0.00027818310592291084	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
MAD0011_000000007583	1827	0.7080375304146005	2	2	2	1	1	False	19716	maximal	True	MAD0011_000000007583	1.0		46	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0269_000000008187	2202	0.7080342175704545	3	2	1	1	2	False	26471	maximal	True	ISR0269_000000008187	1.0		62	9	False	False	0.9445958137512207	0					non-mobilizable	chromosome	2125.0	99.10600000000001	97.0	0.0006154185092262047	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0005_01_000000000715	26035	0.7080313351378081	21	13	9	11	4	False	2195	maximal	True	USA0005_01_000000000715	1.0		1	1	False	False	0.9993086457252502	0					non-mobilizable	no_good_hit	3922.0	99.15899999999999	35.0	0.0007477090442847849	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
CHI0129_000000012430	1979	0.7080277589339955	4	2	2	2	2	True	81231	fragment	False	CHI0129_000000012430	1.0		0	0	False	False	0.9858514666557312	0					non-mobilizable	no_good_hit	129.0	76.744	6.0	3.2630350542460305e-05	NZ_CP040367.1	firmicutes	Bacillus flexus isolate 1-2-1 chromosome, complete genome	True	True
MON0081_000000010635	5224	0.7080215910008005	6	6	4	5	2	False	22390	fragment	False	MON0081_000000010635	1.0		0	0	False	False	0.9998085498809814	0					non-mobilizable	no_good_hit	633.0	90.363	27.0	0.02207914902550824	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0127_000000005958	4890	0.7080213141717642	3	3	0	3	0	True	129144	fragment	False	ISR0812_000000005528	0.18333775885328502		0	0	False	False	0.9928425550460815	0					non-mobilizable	no_good_hit	794.0	87.28	27.0	0.0016519006266767313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0320_000000004147	4538	0.7080213141717642	3	3	0	3	0	True	129144	fragment	False	ISR0812_000000005528	0.0935685071574642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	85.352	30.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0244_000000006002	3625	0.7080213141717642	4	3	0	3	0	True	129130	fragment	False	ISR0244_000000006002	1.0		0	0	False	False	0.999448299407959	0					non-mobilizable	no_good_hit								True	True
FIJ0120_000000006224	3601	0.7080183867087702	6	6	4	5	4	False	80601	fragment	False	FIJ0120_000000006224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	98.141	49.0	0.00036104609327136027	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0014_000000005327	5149	0.7080169098214827	8	5	4	5	3	False	45428	fragment	False	MAD0014_000000005327	1.0		0	0	False	False	0.9996115565299988	0					non-mobilizable	no_good_hit	250.0	81.2	6.0	8.470050876075138e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0148_000000008233	4587	0.7080116769695953	3	2	2	2	1	False	87818	maximal	True	ENG0148_000000008233	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	98.084	57.0	0.0002501794327565073	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
USA0078_01_000000008944	1870	0.7080116769695953	2	2	2	2	1	False	87816	fragment	False	USA0078_01_000000008944	1.0		0	0	False	False	0.9957219362258911	0					non-mobilizable	other	1724.0	99.13	92.0	0.0005531676634172214	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0110_000000018665	1613	0.7080116769695953	3	2	2	2	1	False	87815	fragment	False	ISR0110_000000014325	0.7762256542928163		0	0	False	False	1.0	0					non-mobilizable	other	1613.0	99.69	100.0	0.0005175312091866284	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0057_000000010671	2910	0.7080094990860225	4	2	1	2	1	True	6342	fragment	False	SPA0057_000000010671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1745.0	80.0	81.0	0.000521329846933693	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
CHI0158_000000017421	1175	0.7079983798960633	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.05467690600149868		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	95.745	100.0	0.0004025989925423166	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
CHI0038_000000008389	1482	0.7079964831801125	2	2	2	2	2	False	87815	fragment	False	ISR0110_000000014325	0.5642269521719865		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	99.663	100.0	0.00047547377221178455	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0055_000000030691	1199	0.7079872272818376	3	2	2	2	2	False	113365	fragment	False	AST0055_000000030691	0.9951754385964913		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	81.577	100.0	0.000414439937928121	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0105_000000028411	1218	0.7079870239903727	2	2	2	2	2	False	42391	fragment	False	FIJ0105_000000028411	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	99.507	100.0	0.04185582611088183	NZ_CABMGA010000022.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0269_000000007450	2368	0.7079846141243381	3	3	3	3	3	False	93571	fragment	False	ISR0078_000000006158	0.5566449580626323		0	0	False	False	0.9911317825317383	0					non-mobilizable	other	2379.0	96.04899999999999	100.0	0.0005825426958928533	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0107_000000012416	4362	0.7079821978324701	4	3	1	3	1	False	94039	fragment	False	MON0107_000000012416	1.0		0	0	False	False	0.9795964956283569	0					non-mobilizable	no_good_hit								True	False
MON0081_000000008657	6307	0.707976525208307	7	2	1	1	2	True	121798	maximal	False	SPA0132_000000005938	0.9352400081996185		0	0	True	True	1.0	29					non-mobilizable	plasmid	4245.0	86.83200000000001	99.0	0.6711281070745698	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
ENG0051_000000004363	6166	0.707976525208307	7	2	1	1	2	True	121798	maximal	False	SPA0132_000000005938	0.9405547853413321		0	0	True	True	1.0	26					non-mobilizable	plasmid	4844.0	88.25399999999999	97.0	0.7673677501593371	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
MON0065_000000004855	5510	0.707976525208307	7	2	1	1	2	True	63889	fragment	False	MON0065_000000004855	0.9703006825308984		0	0	False	False	0.9969146847724915	0					non-mobilizable	plasmid	4853.0	88.234	99.0	0.7673677501593371	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
ENG0068_000000014416	1742	0.7079751289959801	1	1	1	1	1	False	62601	maximal	True	ENG0068_000000014416	1.0	PS140	15	5	False	True	0.9535017013549805	0					non-mobilizable	plasmid	1561.0	99.80799999999999	90.0	0.22494592645998557	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	False	True
ISR0015_000000004786	4887	0.7079750293126553	6	5	5	5	3	True	38181	maximal	True	ISR0015_000000004786	1.0		1	1	False	False	0.9965213537216187	0					non-mobilizable	no_good_hit	1243.0	90.426	25.0	0.0005937106918238994	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	True	True
SPA0002_000000005667	4472	0.7079734154501613	5	5	5	5	5	False	68317	maximal	True	SPA0002_000000005667	1.0		59	7	False	False	0.9973166584968567	0					non-mobilizable	other	4472.0	99.28399999999999	100.0	0.04404014932871032	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
ISR0814_000000010652	3639	0.7079715753991654	3	3	3	3	2	False	29074	maximal	True	ISR0814_000000010652	1.0		1	1	False	False	0.9997252225875854	0					non-mobilizable	no_good_hit	683.0	95.16799999999999	19.0	0.7669683257918553	GQ879930.1		Uncultured organism clone VC1CC87TR genomic sequence	True	False
ENG0180_000000014996	1208	0.7079691588027368	1	1	1	1	1	True	55300	fragment	False	ISR0370_000000020751	0.9235555720812225		0	0	False	False	0.9784768223762512	0					non-mobilizable	no_good_hit	107.0	77.57	9.0	0.00266523154199021	NZ_AYZJ01000003.1	firmicutes	Lactobacillus camelliae DSM 22697 = JCM 13995 strain DSM 22697 NODE_7, whole genome shotgun sequence	True	True
FIJ0043_000000009051	2919	0.7079682219293436	3	2	2	2	2	False	68758	maximal	True	FIJ0043_000000009051	0.9876543209876543		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	2.0	0.00036679777736155336	NZ_QFFM01000006.1	high GC Gram+	Bifidobacterium callitrichidarum strain TRI 5 DS8229454_c6, whole genome shotgun sequence	True	False
MON0052_000000008782	2835	0.7079682219293436	3	2	2	2	2	False	68758	maximal	False	FIJ0043_000000009051	0.9736211031175059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	95.833	2.0	0.00036679777736155336	NZ_QFFM01000006.1	high GC Gram+	Bifidobacterium callitrichidarum strain TRI 5 DS8229454_c6, whole genome shotgun sequence	True	False
MON0084_000000013366	2419	0.7079682219293436	3	2	2	2	2	False	68757	fragment	False	FIJ0120_000000008830	0.9562828007858699		0	0	False	False	0.96238112449646	0					non-mobilizable	no_good_hit								True	False
MON0025_000000015968	2401	0.7079682219293436	2	2	2	2	2	False	68757	fragment	False	FIJ0120_000000008830	0.7912562640242299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	86.458	4.0	0.0028118456476218965	NZ_CZBD01000031.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0126_000000015992	2333	0.7079682219293436	2	2	2	2	2	False	68757	fragment	False	FIJ0120_000000008830	0.7895847132809881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0075_000000010343	2308	0.7079682219293436	2	2	2	2	2	False	68757	fragment	False	FIJ0120_000000008830	0.791185908201072		0	0	False	False	0.9995667338371277	0					non-mobilizable	no_good_hit								True	False
CAN0022_000000019471	1657	0.7079644332033754	3	2	2	2	2	False	96494	fragment	False	DEN0083_000000017426	0.8431388714716365		0	0	False	False	0.9981895089149475	0					non-mobilizable	no_good_hit	343.0	93.00299999999999	23.0	0.0010211881613835607	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
USA0119_01_000000012992	1892	0.7079624320684483	3	2	2	1	1	False	228	maximal	True	USA0119_01_000000012992	1.0		2	2	False	False	0.9984143972396851	0					non-mobilizable	no_good_hit	174.0	92.529	12.0	0.0002872251230668338	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0015_000000007280	2618	0.7079582278187349	3	2	2	2	2	False	47877	maximal	True	MAD0015_000000007280	1.0		6	2	False	False	0.9835752248764038	0					non-mobilizable	chromosome	2615.0	98.279	99.0	0.000736770751272226	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
CHI0141_000000016001	1732	0.7079578977194734	4	2	2	2	1	True	110596	maximal	False	ISR0089_000000016844	0.9664031620553359		0	0	False	False	0.9953810572624207	0					non-mobilizable	chromosome	1688.0	99.822	97.0	0.00038893362791155554	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	False	True
CAN0017_000000026504	1270	0.7079578977194734	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.7858647537752259		0	0	False	False	0.9937008023262024	0					non-mobilizable	other	1239.0	94.431	100.0	0.0001941236664974226	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ISR0393_000000014318	1268	0.7079578977194734	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.7824334668942369		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	94.35	100.0	0.0001941236664974226	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
MON0083_000000017504	2139	0.7079555197049999	2	2	2	2	1	False	9882	fragment	False	MON0083_000000017504	1.0		0	0	False	False	0.9794296622276306	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000024175	1479	0.7079549250519067	2	2	2	2	2	False	99100	fragment	False	AUS0022_000000022603	0.9693945442448436		0	0	False	False	0.9972954988479614	0					non-mobilizable	chromosome	1479.0	99.459	100.0	0.0005022227945946148	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0185_000000009502	2196	0.7079522683661825	1	1	1	1	1	False	109790	fragment	False	ENG0185_000000009502	1.0		0	0	False	False	0.994080126285553	0					non-mobilizable	no_good_hit	1689.0	92.185	77.0	0.0005625179962334009	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
FIJ0062_000000000449	33872	0.7079509771279536	52	20	10	13	11	True	82657	fragment	False	FIJ0062_000000000449	1.0		0	0	False	False	0.9999704957008362	0					non-mobilizable	no_good_hit	2153.0	75.29	17.0	0.003511451649054066	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0148_000000012373	2812	0.7079480649165608	5	5	3	4	3	False	131139	fragment	False	AST0148_000000012373	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2506.0	99.721	100.0	0.015542209041160484	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0152_000000006122	1801	0.7079475463056112	3	3	3	3	3	False	110901	fragment	False	CHI0152_000000006122	0.9884750963684318		0	0	False	False	0.9983342289924622	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	0.0006750553545390722	NZ_BCUH01000007.1	g-proteobacteria	Psychrobacter phenylpyruvicus DSM 7000 = NBRC 102152, whole genome shotgun sequence	True	False
CAN0008_000000005179	5410	0.7079352183161196	3	3	2	3	3	False	95069	fragment	False	CAN0008_000000005179	1.0		0	0	False	False	0.9966728091239929	0					non-mobilizable	other	5229.0	92.31200000000001	96.0	0.007914319026718838	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0142_000000001470	14229	0.7079348490960258	19	8	1	8	3	False	3443	fragment	False	SPA0142_000000001470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0028_000000016890	1156	0.7079336389058822	2	1	1	1	1	False	85365	fragment	False	SPA0125_000000025181	0.5714324014751615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0144_000000002359	8956	0.7079326448134603	12	9	3	8	2	False	81044	maximal	False	SPA0134_000000003076	0.9650945356326616		0	0	False	False	0.9983251690864563	0					non-mobilizable	other	4899.0	92.305	92.0	0.0012787817554533508	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ISR0171_000000023866	1272	0.7079280677571338	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.5311350157595321		0	0	False	False	1.0	0					non-mobilizable	virus	1271.0	99.213	99.0	0.03386576357963788	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
FIJ0017_000000015700	1847	0.707921545178847	3	1	1	1	1	False	50135	fragment	False	FIJ0017_000000015700	1.0		0	0	False	False	0.9967514872550964	0					non-mobilizable	other	1120.0	99.554	100.0	0.0002700582833560594	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0092_000000016228	1810	0.7079192935755455	2	1	1	1	1	False	65382	fragment	False	ISR0092_000000016228	0.9790659218879102		0	0	False	False	0.9690607786178589	0					non-mobilizable	no_good_hit	865.0	80.694	48.0	0.9379760609357998	GQ883759.1		Uncultured organism clone VC1DE83TF genomic sequence	True	False
ENG0035_000000013421	1661	0.7079192935755455	2	1	1	1	1	False	65382	fragment	False	ISR0092_000000016228	0.9446006523384781		0	0	False	False	0.9993979334831238	0					non-mobilizable	no_good_hit	867.0	80.969	52.0	0.9379760609357998	GQ883759.1		Uncultured organism clone VC1DE83TF genomic sequence	True	False
ENG0128_000000017634	1647	0.7079192935755455	3	1	1	1	1	False	65382	fragment	False	ISR0092_000000016228	0.9441027670876562		0	0	False	False	0.9556769728660583	0					non-mobilizable	no_good_hit	852.0	81.10300000000001	52.0	0.9238302502720348	GQ883759.1		Uncultured organism clone VC1DE83TF genomic sequence	True	False
ENG0129_000000012717	2108	0.7079167094797157	4	3	3	3	1	False	58537	maximal	True	ENG0129_000000012717	1.0		1	1	False	False	0.9914610981941223	0					non-mobilizable	no_good_hit	437.0	96.11	21.0	0.00020437052939466948	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	True	False
ISR0126_000000002249	19159	0.7079158638159861	32	11	3	8	5	True	96808	fragment	False	ISR0126_000000002249	1.0		0	0	False	False	0.9999477863311768	0					non-mobilizable	no_good_hit								True	True
MAD0052_000000004509	3488	0.7079074350252894	5	5	5	5	4	False	70320	maximal	True	MAD0052_000000004509	1.0		252	13	False	False	0.9991399049758911	0					non-mobilizable	no_good_hit	1325.0	73.887	37.0	0.00043656260634271273	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0063_000000006695	3023	0.7079054057922216	5	1	1	1	1	False	35283	maximal	True	ISR0063_000000006695	1.0		15	5	False	False	0.9996691942214966	0					non-mobilizable	no_good_hit	168.0	79.762	5.0	4.5405490409751324e-05	CP010521.1	firmicutes	Clostridium botulinum strain NCTC 8550, complete genome	True	False
FIJ0026_000000008185	3750	0.7079051563010421	4	3	2	3	1	False	49132	maximal	True	FIJ0026_000000008185	1.0		3	1	False	False	0.9994666576385498	0					non-mobilizable	no_good_hit	155.0	76.12899999999999	4.0	4.428908683982702e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0223_000000014526	2063	0.70789990312876	2	1	1	1	1	False	27808	fragment	False	ISR0223_000000014526	1.0		0	0	False	False	0.9927290081977844	0					non-mobilizable	no_good_hit	67.0	92.537	3.0	0.00044079342817070726	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
SPA0078_000000004377	1718	0.7078961684691474	4	4	4	3	2	False	85421	fragment	False	CHI0071_000000006226	0.9817754115401999		0	0	False	False	0.9988358616828918	0					non-mobilizable	chromosome	1718.0	99.884	100.0	0.00032535909828725057	CP045694.1	enterobacteria	Klebsiella pneumoniae strain TK421 chromosome, complete genome	False	False
USA0132_01_000000008884	1792	0.7078953056796662	3	2	1	2	1	False	5642	fragment	False	USA0132_01_000000008884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	98.52	64.0	0.0002403552985435359	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0058_000000022406	2198	0.7078890449183586	4	2	1	2	2	False	34222	maximal	True	MON0058_000000022406	1.0		2	1	False	False	0.9531392455101013	0					non-mobilizable	no_good_hit								True	False
ENG0021_000000007469	2501	0.7078815482249612	4	4	3	3	2	False	123243	maximal	True	ENG0021_000000007469	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1436.0	92.061	57.0	0.025935189212701174	NZ_JAAWUO010000022.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_22_length_55176_cov_71.891, whole genome shotgun sequence	True	False
ENG0186_000000012795	1140	0.7078760143938576	2	2	2	2	2	False	106120	fragment	False	AST0116_000000021801	0.9561311728402171		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	99.912	100.0	0.022993378552971577	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0832_000000006063	2226	0.7078749963604487	2	2	2	2	2	False	21008	fragment	False	ISR0832_000000006063	1.0		0	0	False	False	0.9964061379432678	0					non-mobilizable	no_good_hit	1834.0	87.677	82.0	0.31923816180325004	MK232231.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_5-CL19_c13 sequence	True	False
MAD0002_000000010873	3168	0.7078727324119253	3	3	2	3	2	False	95263	maximal	False	ENG0194_000000008411	0.9755276843071276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	85.294	25.0	0.00012230786260432902	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0108_000000019170	1260	0.7078701514294184	3	3	3	2	1	False	101087	fragment	False	TAN0024_000000004209	0.22846113782508334		0	0	False	False	0.9992063641548157	0					non-mobilizable	chromosome	1131.0	79.487	95.0	0.0002971673865995648	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0018_000000017926	1505	0.7078701114436615	3	3	2	3	1	True	49955	fragment	False	FIJ0018_000000017926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	99.156	55.0	0.0002400219150444171	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0125_000000012364	2837	0.7078671290130776	6	3	1	3	1	True	53826	fragment	False	SPA0125_000000012364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0068_000000018828	1391	0.7078540233277525	2	1	1	1	1	False	62564	fragment	False	ENG0068_000000018828	0.9602009273570324		0	0	False	False	0.9985621571540833	0					non-mobilizable	other	1391.0	97.34	100.0	0.00048432359506087497	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
TAN0022_000000004044	1500	0.7078465771151512	1	1	1	1	1	False	12907	fragment	False	MON0024_000000033822	0.9666230366492147		0	0	False	False	0.9993333220481873	0					non-mobilizable	no_good_hit	1093.0	70.997	71.0	0.00034478663085837143	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
ISR0286_000000003141	4251	0.7078401944038498	3	3	3	3	3	False	118067	maximal	True	ISR0286_000000003141	1.0		3	1	False	False	0.997412383556366	0					non-mobilizable	no_good_hit	199.0	76.382	5.0	0.0036243215895501793	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
ISR0234_000000008565	1598	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.9886287785901372		0	0	False	False	0.9668335318565369	0					non-mobilizable	chromosome	1587.0	99.93700000000001	100.0	0.0006862770551531359	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
ENG0145_000000019102	1534	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.9247298678319801		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	99.935	100.0	0.0006465334546268894	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ENG0204_000000017853	1515	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.9179407623989604		0	0	False	False	0.9914191365242004	0					non-mobilizable	other	1515.0	100.0	100.0	0.0006385203198337317	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0140_000000015327	1506	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.9189843916034076		0	0	False	False	1.0	0					non-mobilizable	other	1506.0	100.0	100.0	0.0006347246244053937	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0204_000000008333	1485	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.9110914631997817		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	100.0	100.0	0.0006258680017392719	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
SPA0066_000000008776	1478	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.90720119495637		0	0	False	False	0.9972936511039734	0					non-mobilizable	other	1478.0	100.0	100.0	0.0006309299189359711	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
AST0058_000000009880	1413	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.8320900036972482		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	100.0	100.0	0.0005955024383125688	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
SPA0137_000000026621	1390	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.45994867792977634		0	0	False	False	0.9949640035629272	0					non-mobilizable	other	1353.0	99.77799999999999	100.0	0.0005511339826278656	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	False
AST0093_000000012262	1382	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.7624819327983853		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	100.0	100.0	0.0005824283762816271	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
SPA0032_000000021795	1365	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.45882867465458355		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	100.0	100.0	0.0005752587293614333	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
SPA0034_000000025630	1355	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.4559074687092187		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	99.926	100.0	0.0005699152114326506	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
ENG0072_000000008715	1234	0.7078377471039371	2	2	2	1	1	False	113034	fragment	False	ISR0234_000000008565	0.25206427848494267		0	0	False	False	0.9991896152496338	0					non-mobilizable	other	1234.0	100.0	100.0	0.0005200102736822927	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ENG0075_000000005877	4071	0.7078363761103177	5	3	3	3	2	False	62119	maximal	True	ENG0075_000000005877	1.0		1	1	False	False	0.9928764700889587	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000006490	3219	0.7078362681032374	3	3	3	3	3	False	60176	maximal	True	ENG0105_000000006490	1.0		3	2	False	False	0.9993786811828613	0					non-mobilizable	no_good_hit	1483.0	84.42299999999999	46.0	0.0014954536582192004	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
FIJ0145_000000006395	2250	0.7078351597962944	3	3	3	3	3	False	93571	fragment	False	ISR0078_000000006158	0.37411516546903456		0	0	False	False	1.0	0					non-mobilizable	other	2250.0	99.289	100.0	0.0005514051022992538	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0147_000000014207	1309	0.7078294214345596	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.6523209303020868		0	0	False	False	0.9931245446205139	0					non-mobilizable	other	1256.0	98.56700000000001	100.0	0.002083627337854777	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0151_000000015211	1292	0.7078294214345596	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.7060063139244105		0	0	False	False	0.9891641139984131	0					non-mobilizable	other	1290.0	98.837	99.0	0.002138415945144982	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0010_000000009069	1455	0.7078271963466827	2	2	2	2	1	False	105243	maximal	True	CAN0010_000000009069	1.0		70	10	False	False	0.9814432859420776	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000009755	2844	0.7078255043386907	4	4	3	4	2	False	59081	maximal	True	ENG0122_000000009755	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1229.0	79.74	52.0	0.0003249530807541564	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ENG0058_000000004415	6262	0.7078228598376403	7	7	6	6	7	True	87127	maximal	True	ENG0058_000000004415	1.0		12	6	False	False	0.9982433915138245	0					non-mobilizable	no_good_hit	3938.0	97.969	63.0	0.00992637789319752	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	True
ISR0045_000000001756	12401	0.7078221829901531	9	8	7	8	5	False	107941	maximal	True	ISR0045_000000001756	1.0		1	1	False	False	0.9995968341827393	0					non-mobilizable	no_good_hit	82.0	84.146	1.0	0.00039094173520213133	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0807_000000010075	1451	0.7078133552100654	2	2	2	2	1	False	125442	fragment	False	MON0070_000000010284	0.04694998635661158		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	84.97399999999999	94.0	0.00041108737278125755	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0019_000000011803	1522	0.7078103052012946	2	2	2	1	1	False	37729	maximal	True	ISR0019_000000011803	0.9242792026575811		151	11	False	False	0.97437584400177	0					non-mobilizable	no_good_hit								True	False
CHI0177_000000012415	1353	0.7078075848485631	2	1	1	1	1	False	85365	fragment	False	SPA0125_000000025181	0.8416519390715761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	94.93700000000001	12.0	4.465720616553886e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0113_01_000000014958	1197	0.7078075848485631	1	1	1	1	1	False	85365	fragment	False	SPA0125_000000025181	0.7053576180808228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0141_000000004389	5952	0.7078061734258058	8	5	3	5	0	True	122486	maximal	True	ENG0141_000000004389	0.9445562419722231		26	5	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	79.2	25.0	0.00019225875415082916	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0077_000000011427	1780	0.7078060681888737	4	3	2	2	2	True	62011	maximal	True	ENG0077_000000011427	1.0		16	8	False	False	0.9882022738456726	0					non-mobilizable	no_good_hit								True	True
MAD0058_000000001754	7175	0.7078013638887344	9	4	1	2	2	False	16971	fragment	False	MAD0058_000000001754	1.0		0	0	False	False	0.9993031620979309	0					non-mobilizable	no_good_hit	3195.0	97.18299999999999	69.0	0.3870104597421552	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ISR0831_000000006684	2621	0.7077920584863003	5	2	2	2	2	False	118640	fragment	False	ENG0009_000000003397	0.3903954565470563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1865.0	89.65100000000001	75.0	0.00044348917143277686	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ENG0063_000000002337	10789	0.7077907125298076	9	6	5	5	3	True	106014	maximal	True	ENG0063_000000002337	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1398.0	79.757	13.0	0.00038866721711462227	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0026_000000005103	2157	0.7077890849817611	4	4	4	4	4	False	93968	fragment	False	CHI0029_000000004585	0.5667275215282046		0	0	False	False	1.0	0					non-mobilizable	chromosome	2157.0	100.0	100.0	0.00041344565145687816	CP031215.1	enterobacteria	Escherichia coli strain Es_ST80_L1_NDM_10_2017 chromosome, complete genome	False	False
CHI0039_000000006056	2146	0.7077890849817611	4	4	4	4	4	False	93968	fragment	False	CHI0029_000000004585	0.5676591038812104		0	0	False	False	1.0	0					non-mobilizable	other	2146.0	99.581	100.0	0.0004149118225292088	CP021844.1	enterobacteria	Escherichia coli strain EC1515, complete genome	False	False
ISR0077_000000001741	12369	0.7077698597202647	14	8	3	7	3	True	37261	maximal	True	ISR0077_000000001741	0.9999583992012646	PS124	5	1	True	True	1.0	11					non-mobilizable	no_good_hit	1766.0	81.37	15.0	0.00042282583774782493	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
ISR0298_000000000846	12019	0.7077698597202647	14	8	3	7	3	True	37261	maximal	False	ISR0077_000000001741	0.9858113024496726	PS124	0	0	False	True	0.9999167919158936	0					non-mobilizable	no_good_hit	1634.0	82.681	14.0	0.0003793488637731634	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
MON0107_000000056548	1104	0.707767329198138	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.10686436263365343		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	98.19	100.0	0.011494372546773976	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0021_000000003674	9579	0.7077646653861958	9	4	4	3	4	False	111128	fragment	False	USA0030_01_000000001649	0.9777719023133122		0	0	False	False	0.9985384941101074	0					non-mobilizable	no_good_hit	3200.0	99.344	71.0	0.0008646938056504685	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0178_000000018042	1273	0.7077640003668998	2	1	1	1	1	False	55436	fragment	False	ENG0178_000000018042	1.0		0	0	False	False	0.9984288811683655	0					non-mobilizable	virus	1042.0	99.13600000000001	100.0	0.06094134176325957	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
TAN0018_000000001229	5535	0.7077522091808334	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7864999631693191	PS1159|PS463	0	0	True	True	1.0	11		MOBV			mobilizable	other	5361.0	99.925	100.0	0.5261607931677629	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MON0038_000000004036	5495	0.7077522091808334	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7863600361316981	PS1159|PS463	0	0	True	True	0.9998180270195007	2		MOBV			mobilizable	other	5321.0	99.925	100.0	0.5222342200844213	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0204_000000001004	15385	0.7077486071942647	19	14	9	12	10	True	126166	maximal	True	ENG0204_000000001004	0.9992191058762283		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	75.31	17.0	0.09882555141793183	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ENG0080_000000001382	15344	0.7077486071942647	19	14	9	12	10	True	126166	maximal	False	ENG0204_000000001004	0.9977912228840986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	75.31	17.0	0.09882555141793183	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
FIJ0067_000000010243	2907	0.7077437787540595	4	4	4	4	4	False	94377	fragment	False	SPA0107_000000008940	0.4151623421365342		0	0	False	False	0.9979360103607178	0					non-mobilizable	no_good_hit	517.0	97.485	18.0	0.00432838700477297	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0030_000000011575	2832	0.7077277546150529	3	3	3	3	3	False	98640	maximal	False	FIJ0131_000000005969	0.930729668916747		0	0	False	False	1.0	0					non-mobilizable	chromosome	2832.0	98.941	100.0	0.0005154366072145467	CP054303.1	enterobacteria	Klebsiella pneumoniae strain MS14393 chromosome, complete genome	False	False
ENG0097_000000006149	5070	0.7077216975459985	7	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6565159181876271	PS931	0	0	False	True	1.0	0					non-mobilizable	other	5070.0	99.17200000000001	100.0	0.07977651872836009	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
ENG0172_000000022425	1099	0.7077210726030503	2	2	2	2	2	False	78237	fragment	False	CHI0165_000000015061	0.9680061030246208		0	0	False	False	0.9990900754928589	0					non-mobilizable	other	1099.0	98.36200000000001	100.0	0.0002968836143227687	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0124_000000020692	1421	0.7077159952450649	2	2	2	2	1	False	4041	maximal	True	SPA0124_000000020692	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	78.42	72.0	0.00039911270289848315	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0051_000000002163	12166	0.7077139109238111	16	9	7	7	7	False	127502	maximal	True	ENG0051_000000002163	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1858.0	90.635	51.0	0.0007681847440591631	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MON0097_000000021832	1679	0.7077120479098282	2	2	2	2	1	False	13589	fragment	False	MON0097_000000021832	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1682.0	98.395	100.0	0.004091455490182213	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0024_000000031485	1633	0.7077104166204929	2	2	2	2	1	False	12912	fragment	False	MON0024_000000031485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	77.273	9.0	0.00011771092520012793	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
CAN0005_000000001210	15482	0.7077017978672054	29	6	2	5	3	False	96290	maximal	True	CAN0005_000000001210	1.0		3	2	False	False	0.9997416138648987	0					non-mobilizable	no_good_hit	421.0	95.249	8.0	7.532971547428395e-05	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0175_000000006229	3792	0.7077001536502298	6	2	2	2	2	False	48411	maximal	True	ISR0175_000000006229	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	91.116	22.0	0.03455413340092088	NZ_CABIWU010000034.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0096_000000022993	1785	0.7076963524748762	3	3	3	2	2	False	61292	fragment	False	ENG0089_000000011247	0.9809120500681155		0	0	False	False	0.9988795518875122	0					non-mobilizable	no_good_hit	946.0	74.101	52.0	0.0003602982399741579	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ISR0329_000000013230	1319	0.707687799792463	2	2	2	2	2	False	38840	fragment	False	ISR0329_000000013230	0.945532770137394		0	0	False	False	0.9886277318000793	0					non-mobilizable	other	1317.0	96.431	99.0	0.02067427027366701	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
FIJ0124_000000013958	2003	0.7076840071858439	3	3	3	3	2	False	41243	fragment	False	FIJ0124_000000013958	1.0		0	0	False	False	0.9885172247886658	0					non-mobilizable	no_good_hit	118.0	77.96600000000001	6.0	0.0010152460453129474	NZ_MATO01000016.1	firmicutes	Caryophanon latum strain DSM 14151 DSM_14151_R1_001_contig_23, whole genome shotgun sequence	True	False
CAN0014_000000025007	1944	0.7076826130586082	3	3	3	3	3	False	93605	fragment	False	CAN0014_000000025007	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1921.0	90.42200000000001	99.0	0.00035579455299730885	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0018_000000013549	1584	0.7076792122165606	3	2	2	2	2	False	87815	fragment	False	ISR0110_000000014325	0.5871143952685376		0	0	False	False	0.9880050420761108	0					non-mobilizable	other	1584.0	99.874	100.0	0.0005082207842074646	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0085_000000023561	1185	0.7076714716232088	4	3	1	3	1	False	68917	fragment	False	SPA0020_000000029234	0.9337748344370861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000005133	5198	0.7076711819160297	14	1	1	1	1	False	100064	maximal	True	AUS0018_000000005133	1.0		1	1	False	False	0.999807596206665	0					non-mobilizable	no_good_hit								True	False
FIJ0099_000000010075	2214	0.7076614587133401	3	3	3	2	3	False	63865	fragment	False	FIJ0099_000000010075	1.0		0	0	False	False	0.9932249188423157	0					non-mobilizable	chromosome	2214.0	99.639	100.0	0.00041125687944672663	CP035210.1	enterobacteria	Klebsiella pneumoniae strain TH164 chromosome, complete genome	False	False
ISR0300_000000001865	3731	0.7076596459622617	4	4	3	4	2	False	130349	backbone	False	ISR0335_000000002496	0.18959410698864582	PS1101	0	0	False	True	0.99919593334198	0					non-mobilizable	other	3731.0	99.839	100.0	0.0007224217436162031	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0159_000000007013	3576	0.7076568327645761	3	3	2	3	1	True	111927	fragment	False	ISR0159_000000007013	0.9775157232704402		0	0	False	False	0.9977628588676453	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.0006429472031796662	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0208_000000024052	1162	0.7076567478417992	2	2	2	2	1	False	30025	maximal	True	ISR0208_000000024052	0.990325417766051		75	7	False	False	0.9982788562774658	0					non-mobilizable	no_good_hit								True	False
AST0102_000000022282	1411	0.7076556442563775	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.19420349201706408		0	0	False	False	1.0	0					non-mobilizable	chromosome	1411.0	98.15700000000001	100.0	0.0004975498317328814	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0076_000000002462	3088	0.7076542042907459	5	5	2	3	4	True	123556	backbone	False	ISR0826_000000002301	0.31050607888566395	PS902	0	0	False	True	0.9996761679649353	0	rep_cluster_1702				non-mobilizable	plasmid	3110.0	95.08	100.0	0.025892759911875823	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
ISR0167_000000018295	1541	0.7076475550523871	2	2	1	2	1	False	30173	fragment	False	ISR0167_000000018295	1.0		0	0	False	False	0.9935107231140137	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00010123579987128591	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
CHI0126_000000013049	1197	0.7076475550523871	2	2	1	2	1	False	81424	fragment	False	CHI0126_000000013049	1.0		0	0	False	False	0.9874686598777771	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000006906	3932	0.7076446524475974	5	4	4	4	3	False	18402	maximal	True	MAD0040_000000006906	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1522.0	97.109	39.0	0.0008139938393518896	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0032_000000004636	4591	0.7076433769319749	3	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.6390735645576627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	88.40299999999999	63.0	0.013676651692019495	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0021_000000005047	4362	0.7076419609903506	5	4	3	4	1	True	124748	fragment	False	ISR0021_000000005047	0.9759531304651977		0	0	False	False	0.9990829825401306	0					non-mobilizable	no_good_hit	861.0	87.10799999999999	42.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0130_000000000069	96124	0.7076399117344544	92	14	4	11	6	True	127415	maximal	False	SPA0046_000000000019	0.8046471985651341		0	0	True	True	1.0	304					non-mobilizable	virus	28419.0	93.181	96.0	0.28676433417250546	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
FIJ0165_000000000502	22943	0.7076387086751548	28	20	13	16	18	True	95754	maximal	True	FIJ0165_000000000502	1.0		2	1	False	False	0.9999127984046936	0					non-mobilizable	no_good_hit	9763.0	97.48	58.0	0.0034016142592435093	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0185_000000008112	2636	0.7076376906243274	3	3	3	2	2	True	55091	fragment	False	ENG0185_000000008112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	78.975	46.0	0.00015167927133169517	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
SPA0150_000000015310	1364	0.7076351927541599	2	2	2	2	1	True	81735	fragment	False	SPA0150_000000015310	0.9717261904761905		0	0	False	False	0.9882698059082031	0					non-mobilizable	other	1149.0	96.51899999999999	96.0	0.0003187985626294772	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0102_000000014853	3078	0.7076271475485149	4	4	4	4	4	True	128496	fragment	False	MON0102_000000014853	1.0		0	0	False	False	0.9870045781135559	0					non-mobilizable	other	3078.0	99.64299999999999	100.0	0.0014796648273043122	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
ISR0266_000000008008	2217	0.7076271185562563	4	3	2	1	2	False	26573	fragment	False	ISR0266_000000008008	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2217.0	100.0	100.0	0.013373485977755114	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
SPA0087_000000009998	1439	0.7076247051487754	3	3	2	3	2	False	5472	maximal	True	SPA0087_000000009998	1.0		10	6	False	False	0.995135486125946	0					non-mobilizable	no_good_hit	101.0	81.188	7.0	5.772870772829954e-05	CP026606.1	euryarchaeotes	Methanococcus maripaludis strain DSM 2067 chromosome, complete genome	True	False
FIJ0074_000000007121	4483	0.7076223486373101	7	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9938768785563676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0175_000000005920	4389	0.7076223486373101	7	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9870368321389091		0	0	False	False	0.9970380663871765	0					non-mobilizable	no_good_hit								True	False
ENG0029_000000005506	4373	0.7076223486373101	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9855393071966662		0	0	False	False	0.9995426535606384	0					non-mobilizable	no_good_hit								True	False
USA0044_01_000000006735	4372	0.7076223486373101	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9876968625776943		0	0	False	False	0.9997712969779968	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000008438	4372	0.7076223486373101	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9857245948636564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0103_000000005935	4366	0.7076223486373101	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9859272786815405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0127_000000004748	4366	0.7076223486373101	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9852735908737534		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0805_000000002804	4361	0.7076223486373101	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9860720440501383		0	0	False	False	0.9997707009315491	0					non-mobilizable	no_good_hit								True	False
ISR0796_000000004947	4356	0.7076223486373101	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9817532729340923		0	0	False	False	0.9990817308425903	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000012945	4356	0.7076223486373101	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.981950819255487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0055_000000007477	4345	0.7076223486373101	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9840677355531435		0	0	False	False	0.998388946056366	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000007007	4292	0.7076223486373101	6	2	1	2	1	False	113933	fragment	False	FIJ0074_000000007121	0.9703113870249722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0802_000000004006	3498	0.7076223486373101	4	2	1	2	1	False	104671	fragment	False	ISR0802_000000004006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0262_000000014561	1191	0.7076135143607596	2	2	2	2	2	False	26654	fragment	False	MON0019_000000053777	0.9556491821024122		0	0	False	False	0.9991603493690491	0					non-mobilizable	other	1191.0	98.90799999999999	100.0	0.0024883060072725446	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0025_000000019620	2021	0.7076120041406228	2	2	2	2	2	False	24049	maximal	True	MON0025_000000019620	1.0		45	5	False	False	0.9970311522483826	0					non-mobilizable	chromosome	2048.0	79.59	100.0	0.0006520499606288173	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0092_000000003398	5105	0.7076098141794563	9	2	1	2	1	False	109721	maximal	True	AST0092_000000003398	1.0		2	1	False	False	0.9980411529541016	0					non-mobilizable	no_good_hit								True	False
MAD0062_000000006702	2068	0.7076098141794563	3	2	1	2	1	False	16767	maximal	True	MAD0062_000000006702	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0018_000000005075	3313	0.7076003571135966	4	3	2	3	2	False	92016	fragment	False	SPA0033_000000008417	0.9477507683710533		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	88.37200000000001	3.0	5.362577254628574e-05	NZ_AAQJ02000001.1	g-proteobacteria	Rickettsiella grylli gcontig_637, whole genome shotgun sequence	True	False
AUS0018_000000008911	3093	0.7075990841699266	3	2	1	2	1	False	100028	fragment	False	AUS0018_000000008911	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	916.0	98.69	32.0	0.00012900807189673483	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0229_000000002680	5563	0.7075919380013043	8	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.6264040511966613	PS1004|PS1005|PS1006|PS1103	0	0	True	True	0.9994606971740723	9					non-mobilizable	no_good_hit	1620.0	94.259	66.0	0.27598014038692004	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0293_000000010714	3424	0.7075919036496908	3	2	1	2	1	False	43164	maximal	True	ISR0293_000000010714	1.0		0	0	False	False	0.9997079372406006	0					non-mobilizable	no_good_hit								True	False
SPA0128_000000008187	4490	0.7075777892360855	5	5	5	5	3	False	37135	maximal	True	SPA0128_000000008187	1.0		4	2	False	False	0.9986637234687805	0					non-mobilizable	no_good_hit	64.0	84.375	1.0	0.0002553447359858984	NZ_AXBE01000012.1	a-proteobacteria	Leisingera aquimarina DSM 24565 Leiaq_neu_scaffold_2516677487.5_C, whole genome shotgun sequence	True	False
DEN0070_000000008286	3948	0.7075739745452132	5	3	3	3	2	False	70631	maximal	True	DEN0070_000000008286	1.0		1	1	False	False	0.9936676621437073	0					non-mobilizable	no_good_hit	428.0	91.822	11.0	0.0015741877449299726	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
CAN0022_000000023222	1416	0.707565336780165	1	1	1	1	1	False	116458	fragment	False	CAN0022_000000023222	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	99.506	100.0	0.0022630296129019876	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
MON0008_000000002926	7734	0.7075600192727796	11	8	6	7	7	False	98390	fragment	False	MON0008_000000002926	1.0		0	0	False	False	0.9972847104072571	0					non-mobilizable	no_good_hit	1438.0	79.485	19.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
USA0018_01_000000007841	3100	0.7075547872681509	3	3	3	3	2	False	123576	fragment	False	ENG0127_000000007497	0.7881841220379594		0	0	False	True	1.0	0					non-mobilizable	plasmid	2238.0	99.15100000000001	90.0	0.07221720041322315	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0179_000000012162	1928	0.7075544494298871	2	2	2	2	2	False	77930	fragment	False	ISR0028_000000009061	0.9633338146845255		0	0	False	False	0.9963693022727966	0					non-mobilizable	other	1919.0	98.59299999999999	99.0	0.008277659813213182	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ISR0140_000000006576	4305	0.7075518286789724	4	4	2	4	1	True	31260	maximal	True	ISR0140_000000006576	1.0		1	1	False	False	0.9923344850540161	0					non-mobilizable	no_good_hit	66.0	98.485	2.0	5.57964819030549e-05	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
CHI0064_000000002686	6190	0.7075505819985233	6	4	3	4	3	True	117404	maximal	True	CHI0064_000000002686	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2137.0	97.38	87.0	0.03249954354573672	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0157_000000008427	2176	0.7075488179471775	3	2	2	2	1	True	39469	fragment	False	FIJ0157_000000008427	1.0		0	0	False	False	0.9696691036224365	0					non-mobilizable	no_good_hit	794.0	87.90899999999999	36.0	0.000533224396465484	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0158_000000004304	4019	0.7075282057544029	10	2	1	2	1	True	57731	fragment	False	ISR0158_000000004304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	79.054	4.0	4.622988755719321e-05	NZ_CP014170.1	firmicutes	Clostridium tyrobutyricum strain KCTC 5387 chromosome, complete genome	True	True
ISR0213_000000014707	1803	0.7075279860946021	2	2	2	2	2	False	28265	maximal	True	ISR0213_000000014707	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	99.715	72.0	0.00021045551425060826	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0132_01_000000002376	8176	0.7075245145768078	10	6	3	4	4	False	124544	maximal	True	USA0132_01_000000002376	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	78.223	28.0	0.006701030927835051	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
AST0014_000000003010	6511	0.7075245145768078	9	6	3	4	4	False	124543	fragment	False	AST0014_000000003010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	78.223	35.0	0.006701030927835051	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
AST0006_000000003085	5213	0.7075233061426051	6	5	2	4	5	False	127639	maximal	True	AST0006_000000003085	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	99.611	35.0	0.01165365342034728	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0011_000000029519	1585	0.7075232616233955	3	3	3	3	2	False	105240	fragment	False	MON0011_000000029519	1.0		0	0	False	False	0.9993690848350525	0					non-mobilizable	chromosome	1001.0	94.605	99.0	0.0004287942177957319	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
CAN0013_000000017599	1321	0.7075201350050084	3	3	3	3	3	False	93811	fragment	False	CAN0013_000000017599	0.9650060369159351		0	0	False	False	0.9856169819831848	0					non-mobilizable	chromosome	1321.0	99.697	100.0	0.00026906756470004774	CP020520.1	enterobacteria	Escherichia coli strain 190 chromosome, complete genome	False	False
ISR0158_000000012126	1585	0.7075181224785846	2	2	2	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.1574543707721561		0	0	False	False	1.0	0					non-mobilizable	chromosome	1124.0	97.77600000000001	100.0	0.0002499250002448063	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0001_000000027332	1277	0.7075165810941642	2	1	1	1	1	False	14364	maximal	True	MON0001_000000027332	1.0		0	0	False	False	0.9655442237854004	0					non-mobilizable	no_good_hit	46.0	93.478	4.0	0.0006060442816355115	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0002_000000007918	2715	0.7075140445530981	4	3	3	3	3	False	68001	maximal	True	ENG0002_000000007918	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1141.0	89.921	88.0	0.0003078952561423617	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
ISR0171_000000010547	2562	0.7075104357678634	3	3	3	3	3	False	29999	maximal	True	ISR0171_000000010547	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	70.814	34.0	0.003808827673664929	NZ_QSBM01000011.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf11, whole genome shotgun sequence	True	False
ENG0058_000000002517	9569	0.7075095004056174	12	8	4	7	5	False	126169	fragment	False	ENG0058_000000002517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1609.0	73.4	16.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MAD0011_000000002742	4670	0.7075054093892845	8	6	2	4	4	True	43457	fragment	False	MAD0011_000000002742	1.0		0	0	False	False	0.999785840511322	0					non-mobilizable	no_good_hit								True	True
SPA0056_000000004008	7393	0.7075031586321412	6	5	5	4	4	False	132486	fragment	False	ISR0176_000000003732	0.9008785622829374		0	0	False	False	0.9998647570610046	0					non-mobilizable	no_good_hit	1320.0	83.63600000000001	66.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0062_000000005383	2509	0.7075018608204859	5	3	2	3	1	False	16770	maximal	True	MAD0062_000000005383	1.0		41	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0054_01_000000000408	27988	0.7074935492148277	29	23	9	13	19	True	106557	maximal	True	USA0054_01_000000000408	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	10960.0	97.555	84.0	0.029951402809721625	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
MON0080_000000013813	3371	0.7074935028900422	4	4	4	4	4	False	52689	fragment	False	MON0080_000000013813	1.0		0	0	False	False	0.9982200860977173	0					non-mobilizable	no_good_hit	1085.0	77.419	32.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0156_000000003804	2017	0.7074761203562875	3	1	1	1	1	False	39502	maximal	True	FIJ0156_000000003804	1.0		96	11	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	100.0	21.0	0.3679163034001744	GU591777.1	firmicutes	Roseburia inulinivorans DSM 16841 DNA topoisomerase gene, partial cds	True	False
CHI0019_000000001119	6275	0.7074729828087334	8	5	3	5	3	False	121903	fragment	False	CHI0019_000000001119	0.9580019880715706		0	0	False	False	0.9969720840454102	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000030184	1412	0.7074714167598003	3	3	2	3	2	True	69185	fragment	False	DEN0082_000000030184	0.9873554913294798		0	0	False	False	0.9865438938140869	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0010986786943071097	NZ_LPTR01000030.1	enterobacteria	Shigella boydii strain 600384 600384_31, whole genome shotgun sequence	True	True
USA0010_01_000000019030	1384	0.7074714167598003	3	3	2	3	2	True	69185	fragment	False	DEN0082_000000030184	0.9776912181303116		0	0	False	False	0.9992774724960327	0					non-mobilizable	no_good_hit								True	True
MON0095_000000018579	1677	0.7074702507152514	2	2	2	2	1	False	86960	fragment	False	MON0095_000000018579	0.998942767629741		0	0	False	False	1.0	0					non-mobilizable	chromosome	1177.0	77.23	93.0	0.00039212794652380615	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0061_000000006499	3639	0.7074697570762878	5	3	3	2	3	False	52084	maximal	False	FIJ0004_000000006570	0.47315893875526904		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1003.0	79.661	29.0	0.0002945274873326187	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
ISR0297_000000009774	1544	0.7074686183030051	2	2	2	2	2	False	92583	fragment	False	SPA0027_000000025424	0.3149647588721568		0	0	False	False	0.9948186278343201	0					non-mobilizable	chromosome	1542.0	98.898	99.0	0.00028645736999417603	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0856_000000004631	1440	0.7074661483412163	2	2	2	2	2	False	79114	fragment	False	ISR0856_000000004631	0.6795119652472925		0	0	False	False	0.9972222447395325	0					non-mobilizable	chromosome	1381.0	91.962	96.0	0.00030585115243914626	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0109_000000001823	10932	0.7074650877132512	14	10	7	10	6	True	64662	fragment	False	SPA0109_000000001823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	85.73899999999999	5.0	0.00017372518802501644	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
MON0014_000000007542	2172	0.7074627975270855	3	3	3	3	3	False	33942	fragment	False	MON0014_000000007542	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2172.0	99.586	100.0	0.0009383028085983286	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0158_000000007254	2568	0.7074596217724903	3	3	2	3	2	False	30506	maximal	True	ISR0158_000000007254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	88.406	13.0	9.639396635597645e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0056_000000000597	24161	0.7074541670870159	31	25	15	20	19	False	123885	fragment	False	ENG0056_000000000597	1.0		0	0	False	False	0.9997516870498657	0					non-mobilizable	no_good_hit	15958.0	99.875	89.0	0.004499371898626074	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0087_000000006523	1611	0.7074508623643977	3	3	2	2	2	False	83991	maximal	True	CHI0087_000000006523	0.97171590194846		209	9	False	False	0.9875853657722473	0					non-mobilizable	other	1588.0	99.62200000000001	99.0	0.042428617260186076	NZ_QRML01000038.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf38, whole genome shotgun sequence	False	False
ISR0088_000000008999	2622	0.7074420737332175	3	2	2	2	2	False	114665	fragment	False	ISR0088_000000008999	1.0		0	0	False	False	0.9969488978385925	0					non-mobilizable	no_good_hit	1495.0	94.314	57.0	0.0004238167973672159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0014_000000004421	5196	0.7074403770188447	6	6	6	6	6	False	88995	maximal	True	FIJ0014_000000004421	1.0		257	13	False	False	0.9990377426147461	0					non-mobilizable	chromosome	5196.0	99.48	100.0	0.0014539801973214859	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0024_000000041716	1259	0.7074309748125931	1	1	1	1	1	False	109833	fragment	False	USA0052_01_000000010759	0.4598580002268527		0	0	False	False	0.9992057085037231	0					non-mobilizable	other	1262.0	93.58200000000001	100.0	0.08713434077360321	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
ENG0078_000000017588	1472	0.7074300416014513	2	2	2	2	2	False	83775	fragment	False	FIJ0051_000000015081	0.12012534818941503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0007585548126088666	NZ_JHYG01000018.1	a-proteobacteria	Acidocella facilis ATCC 35904 T331DRAFT_scaffold00018.18_C, whole genome shotgun sequence	True	False
FIJ0131_000000008331	2229	0.7074277057199657	3	3	3	3	3	False	40827	maximal	True	FIJ0131_000000008331	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2203.0	99.09200000000001	99.0	0.0006424927551793319	CP004856.1	firmicutes	Enterococcus casseliflavus EC20, complete genome	False	False
ENG0170_000000005186	2342	0.7074188787704709	4	3	3	2	2	False	111909	fragment	False	ENG0170_000000005186	1.0		0	0	False	False	0.9948761463165283	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000012278	3195	0.7074172890584377	3	3	3	3	2	False	46041	maximal	True	FIJ0058_000000012278	1.0		2	1	False	False	0.9996870160102844	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	4.517988164513914e-06	CP041656.1	a-proteobacteria	Bradyrhizobium cosmicum strain 58S1 chromosome, complete genome	True	False
USA0032_01_000000008732	2784	0.7074170147641274	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.950086134992926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	74.532	19.0	0.0002458384092202292	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ISR0329_000000005418	2564	0.7074103478161546	2	2	2	2	2	True	128429	fragment	False	ISR0329_000000005418	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2570.0	89.494	99.0	0.0005379224787602988	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
USA0090_01_000000004924	1777	0.707405980500355	2	2	2	2	2	False	395	maximal	True	USA0090_01_000000004924	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1658.0	99.51700000000001	98.0	0.0006099163490709174	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
CHI0058_000000004149	4231	0.707398014799611	3	2	2	2	1	True	130389	maximal	True	CHI0058_000000004149	1.0		0	0	False	False	0.9950366616249084	0					non-mobilizable	no_good_hit	879.0	84.3	24.0	0.0014510679627769522	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0023_000000012004	2241	0.7073967861412584	4	3	3	1	2	False	7624	maximal	True	SPA0023_000000012004	1.0		1	1	False	False	0.9959839582443237	0					non-mobilizable	no_good_hit	724.0	97.928	32.0	0.0002511812117843246	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0121_000000013880	1825	0.7073954397375591	3	3	3	3	2	False	79372	fragment	False	ISR0121_000000013880	0.9452436260978235		0	0	False	False	0.9989041090011597	0					non-mobilizable	chromosome	1825.0	97.096	100.0	0.0006129379384349113	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0021_000000027654	1351	0.7073917897305042	2	2	2	2	2	False	74706	fragment	False	DEN0021_000000027654	1.0		0	0	False	False	0.9866765141487122	0					non-mobilizable	chromosome	1360.0	84.044	100.0	0.0002069410967170372	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
FIJ0141_000000015769	1869	0.7073862430851433	3	3	3	2	2	False	40271	maximal	True	FIJ0141_000000015769	1.0		1	1	False	False	0.9850187301635742	0					non-mobilizable	no_good_hit	352.0	75.568	26.0	0.00013366103017193172	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ISR0029_000000008488	5390	0.7073768867078872	4	4	4	3	4	False	37149	maximal	True	ISR0029_000000008488	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00022257728598796492	NZ_FORX01000013.1	d-proteobacteria	Desulfomicrobium apsheronum strain DSM 5918, whole genome shotgun sequence	True	False
MAD0112_000000009074	3039	0.7073768457615374	3	3	2	3	2	False	14463	maximal	True	MAD0112_000000009074	1.0		195	12	False	False	0.9976966381072998	0					non-mobilizable	chromosome	2335.0	83.68299999999999	96.0	0.0007474561832418325	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0056_000000013326	1591	0.7073735205901329	3	3	3	2	2	False	99814	fragment	False	FIJ0056_000000013326	1.0		0	0	False	False	0.997485876083374	0					non-mobilizable	other	1606.0	81.009	100.0	0.008563783293919554	NZ_PDYG01000134.1	firmicutes	Agathobacter ruminis strain JK623 contig000135, whole genome shotgun sequence	False	False
MON0047_000000023797	1666	0.7073697938151138	2	2	2	2	1	False	11454	maximal	True	MON0047_000000023797	1.0		0	0	False	False	0.9933973550796509	0					non-mobilizable	no_good_hit	858.0	78.089	74.0	0.00021076973105782317	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0120_000000015235	2727	0.7073677385313749	4	3	3	3	3	False	128188	maximal	True	SPA0120_000000015235	1.0		14	4	False	False	0.9996333122253418	0					non-mobilizable	no_good_hit	1467.0	98.36399999999999	54.0	0.0004169902180807641	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0005_01_000000009287	3856	0.7073661653310762	5	5	4	4	3	False	90586	maximal	True	USA0005_01_000000009287	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	2165.0	95.98200000000001	63.0	0.01597835861382165	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	True	False
SPA0078_000000004794	1583	0.707364130409327	4	4	4	2	2	False	79746	fragment	False	CHI0145_000000010724	0.959538049507965		0	0	False	False	1.0	0					non-mobilizable	chromosome	1583.0	99.55799999999999	100.0	0.0002880327490686729	CP054303.1	enterobacteria	Klebsiella pneumoniae strain MS14393 chromosome, complete genome	False	False
CHI0165_000000010792	1542	0.7073624943151012	3	3	2	3	3	False	104678	fragment	False	CHI0165_000000010792	0.9853917303772185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	85.51700000000001	20.0	0.0001062195428414505	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ISR0232_000000011420	2363	0.7073584421777972	3	2	2	2	2	False	105934	maximal	False	AST0118_000000011583	0.7606018662315754		0	0	False	False	0.9860346913337708	0					non-mobilizable	other	2366.0	95.351	99.0	0.013045135838485638	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
ISR0120_000000030244	1213	0.7073442128473652	2	2	2	2	1	False	32240	fragment	False	MAD0095_000000030249	0.9471383147853736		0	0	False	False	0.9991756081581116	0					non-mobilizable	chromosome	1216.0	85.197	99.0	0.0003397545545985569	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0079_000000016735	1990	0.7073387685245064	3	3	3	3	2	False	61820	maximal	True	ENG0079_000000016735	1.0		23	4	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	87.5	4.0	0.0003266876176190454	NZ_VMYE01000004.1	b-proteobacteria	Extensimonas perlucida strain HX2-24 Scaffold4, whole genome shotgun sequence	True	False
MAD0101_000000021929	1323	0.7073387620004228	2	2	2	2	1	False	15075	fragment	False	MAD0101_000000021929	1.0		0	0	False	False	0.9848828315734863	0					non-mobilizable	other	1323.0	96.07	100.0	0.0006293619735877441	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0012_000000011599	2038	0.7073357057859324	3	2	2	2	1	False	72867	maximal	True	ENG0012_000000011599	1.0		2	1	False	False	0.9931305050849915	0					non-mobilizable	no_good_hit	300.0	89.0	15.0	0.0026476633249266283	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	True	False
MAD0056_000000002539	4535	0.7073344149855636	7	6	0	1	6	False	17072	fragment	False	MAD0056_000000002539	1.0		0	0	False	False	0.9997795224189758	0					non-mobilizable	plasmid	4371.0	99.725	98.0	0.0694685267963667	CP058173.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00056 plasmid pRHBSTW-00056_2, complete sequence	False	True
SPA0008_000000005455	5037	0.7073341067318297	5	5	4	4	4	False	88210	maximal	True	SPA0008_000000005455	1.0		1	1	False	False	0.9998014569282532	0					non-mobilizable	no_good_hit	1219.0	85.89	56.0	0.0005657147920660016	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0027_000000000249	4796	0.7073203821472299	5	4	3	4	2	False	74081	fragment	False	DEN0027_000000000249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	94.565	2.0	2.509193713339232e-05	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ENG0203_000000003445	4218	0.7073193798711129	8	3	3	2	2	False	54097	maximal	True	ENG0203_000000003445	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	98.012	32.0	0.0002531036719574685	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0173_000000001252	5662	0.7073174478465236	7	7	7	6	6	False	121659	fragment	False	SPA0158_000000001980	0.6792715504851704		0	0	False	False	0.9973507523536682	0					non-mobilizable	other	5662.0	98.94	100.0	0.09357479533614488	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0364_000000003531	4195	0.707317443588283	4	3	3	3	2	False	94098	fragment	False	MON0015_000000008337	0.6246615610737217		0	0	False	False	1.0	0					non-mobilizable	chromosome	4111.0	97.47	98.0	0.001692599264151736	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0143_000000007122	2648	0.7073121494940033	3	3	3	2	2	True	106729	maximal	True	ENG0143_000000007122	1.0		9	5	False	False	0.9939576983451843	0					non-mobilizable	other	2654.0	95.59200000000001	100.0	0.001172982841747022	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	True
SPA0059_000000004889	5451	0.7073064725468667	7	5	5	3	3	False	6280	maximal	True	SPA0059_000000004889	1.0		11	6	False	False	0.9987158179283142	0					non-mobilizable	no_good_hit	1475.0	93.96600000000001	27.0	0.027186083094290738	NZ_MBEW02000011.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_11_length_54035_cov_209.225, whole genome shotgun sequence	True	False
USA0057_01_000000008578	3625	0.7073057524149157	3	3	3	3	3	False	59944	fragment	False	USA0057_01_000000008578	1.0		0	0	False	False	0.9983448386192322	0					non-mobilizable	other	3617.0	98.645	99.0	0.000946712276461983	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
USA0145_01_000000013890	1705	0.7073051831812365	2	2	2	2	2	False	97044	fragment	False	ISR0151_000000010584	0.7127364291621784		0	0	False	False	0.9935483932495117	0					non-mobilizable	no_good_hit	670.0	75.22399999999999	39.0	0.00660892657754172	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
ENG0107_000000003072	7727	0.7073046966241188	13	7	3	3	7	False	100890	maximal	True	ENG0107_000000003072	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	2856.0	99.16	89.0	0.0005526636160151269	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
MON0018_000000009745	1959	0.7073039465812845	2	2	2	1	2	False	46533	fragment	False	FIJ0051_000000010558	0.6331898613103778		0	0	False	False	0.9984685778617859	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.00019034325233170484	NZ_KI912232.1	high GC Gram+	Saccharomonospora paurometabolica YIM 90007 SacpaDRAFT_SPI.49, whole genome shotgun sequence	True	False
FIJ0167_000000010863	1868	0.7073027142064496	3	3	3	2	2	False	38970	maximal	True	FIJ0167_000000010863	1.0		17	3	False	False	0.9967880249023438	0					non-mobilizable	chromosome	1868.0	99.251	100.0	0.0003931839136183155	NZ_CP017184.1	enterobacteria	Enterobacter roggenkampii strain DSM 16690 chromosome, complete genome	False	False
ISR0097_000000002467	8012	0.7072976901658705	18	16	6	10	12	True	118539	maximal	True	ISR0097_000000002467	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4130.0	96.90100000000001	52.0	0.004596981957207653	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ISR0124_000000008490	1709	0.7072940709157305	2	2	2	2	2	False	32079	maximal	True	ISR0124_000000008490	1.0		1	1	False	False	0.9736688137054443	0					non-mobilizable	no_good_hit	181.0	99.448	11.0	0.0010257053148630397	NZ_SPFU01000011.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_11_length_175489_cov_27.2095, whole genome shotgun sequence	True	False
ISR0007_000000001697	7573	0.7072932627113176	9	7	4	4	4	False	128693	fragment	False	DEN0010_000000003825	0.22567743944557078		0	0	False	False	0.9977551698684692	0					non-mobilizable	other	4739.0	99.62	100.0	0.0366544407818376	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0083_000000002817	7430	0.7072932627113176	9	7	4	4	4	False	128693	fragment	False	DEN0010_000000003825	0.16969502454825208		0	0	False	False	0.9986541271209717	0					non-mobilizable	other	4774.0	99.728	99.0	0.036925267344506865	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0128_000000021831	1705	0.7072917090139768	2	2	2	2	2	False	83394	fragment	False	SPA0128_000000021831	0.9529520295202952		0	0	False	False	0.9994134902954102	0					non-mobilizable	other	1708.0	84.66	100.0	0.006174562831524714	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0048_000000009711	3205	0.7072825282284865	5	4	4	3	2	False	46790	maximal	True	FIJ0048_000000009711	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	71.86399999999999	18.0	0.004057910489315793	NZ_KB905700.1	CFB group bacteria	Proteiniphilum acetatigenes DSM 18083 F597DRAFT_scaffold00009.9, whole genome shotgun sequence	True	False
FIJ0050_000000011159	2265	0.7072656944369811	3	2	2	2	2	False	48395	maximal	True	FIJ0050_000000011159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	75.64699999999999	40.0	0.00011870436374743325	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ENG0126_000000007582	2479	0.7072644629566607	6	2	1	2	1	False	58777	maximal	True	ENG0126_000000007582	1.0		3	3	False	False	0.9995965957641602	0					non-mobilizable	no_good_hit								True	False
SPA0057_000000002140	11368	0.7072545388114396	15	7	6	7	5	True	70492	maximal	True	SPA0057_000000002140	1.0		2	2	False	False	0.9999120235443115	0					non-mobilizable	no_good_hit								True	True
FIJ0002_000000007543	4628	0.7072509867595098	3	2	2	2	2	False	52440	fragment	False	FIJ0002_000000007543	1.0		0	0	False	False	0.9993517994880676	0					non-mobilizable	no_good_hit	122.0	86.066	3.0	0.00012538556059884143	NZ_LT574836.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
FIJ0123_000000027964	1251	0.7072486745594468	2	2	2	1	2	False	87076	fragment	False	FIJ0123_000000027964	0.964151151897282		0	0	False	False	0.9664268493652344	0					non-mobilizable	chromosome	1251.0	97.20200000000001	100.0	0.0003603227541065344	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0144_000000002861	4615	0.7072449647539109	8	6	5	3	4	False	79873	maximal	True	CHI0144_000000002861	1.0		3	2	False	False	0.9952329397201538	0					non-mobilizable	no_good_hit	1444.0	77.562	35.0	0.003465092402464066	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0151_000000001616	9909	0.7072397507167143	11	5	4	5	4	True	103729	maximal	True	AST0151_000000001616	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	96.131	3.0	0.35867237687366166	GQ879384.1		Uncultured organism clone VC1C756TR genomic sequence	True	True
FIJ0083_000000015396	2309	0.7072375050423549	3	3	2	2	2	False	78845	maximal	True	FIJ0083_000000015396	1.0		1122	15	False	False	1.0	0					non-mobilizable	other	2315.0	84.75200000000001	100.0	0.0066126751067925515	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
ISR0320_000000018317	1444	0.7072348993178346	2	2	2	2	2	False	25050	fragment	False	ISR0320_000000018317	0.9924297043979813		0	0	False	False	0.992382287979126	0					non-mobilizable	chromosome	1444.0	98.89200000000001	100.0	0.00040386783921749836	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0046_000000032902	1164	0.7072341090582435	2	1	1	1	1	True	36130	maximal	True	ISR0046_000000032902	1.0		1	1	False	False	0.9965635538101196	0					non-mobilizable	no_good_hit								True	True
MON0092_000000003539	10918	0.7072256714479933	9	5	3	3	1	True	95078	fragment	False	MON0092_000000003539	1.0		0	0	False	False	0.9902912378311157	0					non-mobilizable	no_good_hit	171.0	100.0	3.0	3.966132032068744e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ISR0123_000000007175	2889	0.7072245350334511	5	2	2	1	1	False	74670	fragment	False	ISR0123_000000007175	1.0		0	0	False	False	0.996192455291748	0					non-mobilizable	no_good_hit	431.0	73.086	14.0	0.0244574780058651	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0119_000000015011	1183	0.7072187443275744	3	3	3	1	1	False	41562	maximal	True	FIJ0119_000000015011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	74.208	55.0	0.011038652265471096	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
SPA0019_000000023209	1256	0.7072151903173828	2	1	1	1	1	False	7742	fragment	False	SPA0019_000000023209	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	99.76100000000001	100.0	0.0003396045715750433	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0024_000000006681	5791	0.7072143993180954	2	2	2	2	1	True	39204	fragment	False	MON0024_000000006681	0.9720883867752118		0	0	False	False	0.9948195219039917	0					non-mobilizable	other	5806.0	94.316	100.0	0.09200926278391067	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0027_000000006089	5725	0.7072143993180954	2	2	2	2	1	True	39204	fragment	False	MON0024_000000006681	0.9646342961213396		0	0	False	False	0.9907423853874207	0					non-mobilizable	other	5740.0	94.338	100.0	0.09096244131455399	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
AST0090_000000007660	3094	0.7072112998498143	6	4	2	3	4	False	109914	fragment	False	AST0090_000000007660	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3094.0	99.806	100.0	0.0008723473504952327	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0069_000000005413	5355	0.7072089512328591	6	6	6	5	4	False	91074	maximal	True	DEN0069_000000005413	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	73.82600000000001	11.0	0.0001390398483410868	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
CHI0185_000000002608	7097	0.7072081449965884	8	5	2	3	4	True	83369	maximal	True	CHI0185_000000002608	0.9835459553493766		2	1	False	False	0.999859094619751	0					non-mobilizable	no_good_hit	2883.0	77.48899999999999	62.0	0.03941418080736838	NZ_FQVD01000024.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
SPA0057_000000004607	6037	0.7072078295223947	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4150062828543065	PS1107|PS1110|PS1114	0	0	True	True	1.0	113		MOBV			mobilizable	other	4966.0	99.59700000000001	100.0	0.8154048283790442	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0010_01_000000004509	5965	0.7072078295223947	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4122649497020036	PS1107|PS1110|PS1114	0	0	True	True	1.0	6		MOBV			mobilizable	other	2681.0	97.12799999999999	100.0	0.4399737231072426	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0088_000000024656	1228	0.7072005220104405	2	2	2	2	1	True	43609	fragment	False	FIJ0088_000000024656	1.0		0	0	False	False	0.9885993599891663	0					non-mobilizable	no_good_hit	112.0	81.25	9.0	0.0011480693476016936	NZ_NGUZ01000006.1	high GC Gram+	Corynebacterium kefirresidentii strain SB NODE_6_length_94942_cov_18.7917, whole genome shotgun sequence	True	True
ENG0048_000000005188	5011	0.7071990812983832	4	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.6540512788156613		0	0	False	False	0.9970065951347351	0					non-mobilizable	other	4523.0	98.49700000000001	94.0	0.00945556282763567	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0001_000000005276	4619	0.7071990812983832	4	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.6355123237945005		0	0	False	False	0.9997835159301758	0					non-mobilizable	other	4477.0	98.459	100.0	0.009359376208867152	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0080_000000012158	2550	0.7071914609956876	3	3	3	3	1	False	113716	maximal	False	FIJ0030_000000011095	0.4784285877412207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	82.98200000000001	64.0	0.001559896034811192	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0048_01_000000007937	2003	0.7071869407524459	5	1	1	1	1	True	118212	fragment	False	ISR0233_000000006788	0.7137727669309154		0	0	False	False	1.0	0					non-mobilizable	chromosome	2004.0	98.95200000000001	100.0	0.0003997731093007224	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MAD0059_000000011201	1729	0.7071841891559059	3	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.6556926162001021		0	0	False	False	0.9820705652236938	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	5.0	0.0010439391303184015	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
ISR0151_000000006624	2761	0.7071837221150451	3	3	3	2	3	False	122015	maximal	True	ISR0151_000000006624	1.0		0	0	False	False	0.9971024990081787	0					non-mobilizable	no_good_hit	1348.0	79.377	49.0	0.0003635961065911834	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0128_000000001518	15696	0.7071833059335736	7	7	7	7	6	False	109425	fragment	False	ISR0128_000000001518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00012965243885498375	NZ_FRFG01000028.1	g-proteobacteria	Vibrio quintilis isolate CECT 7734, whole genome shotgun sequence	True	False
USA0108_01_000000003056	3997	0.7071831625882272	5	4	3	4	2	False	69403	maximal	True	USA0108_01_000000003056	1.0		34	8	False	False	0.9899924993515015	0					non-mobilizable	no_good_hit	1571.0	99.3	48.0	0.0004693641252143903	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
USA0106_01_000000003772	2700	0.7071772283959372	4	3	3	3	2	False	15824	fragment	False	USA0106_01_000000003772	1.0		0	0	False	False	0.996666669845581	0					non-mobilizable	chromosome	1331.0	96.844	94.0	0.00037196144027723863	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0006_000000022840	1674	0.7071748278297754	3	3	2	3	2	False	51695	fragment	False	FIJ0006_000000022840	1.0		0	0	False	False	0.9964157938957214	0					non-mobilizable	no_good_hit	412.0	70.388	24.0	0.0027517283866109934	NZ_BIMK01000023.1	firmicutes	Paenibacillus chibensis strain NBRC 15958 PCH05_CON01110, whole genome shotgun sequence	True	False
ENG0153_000000016305	1835	0.7071684871892534	3	3	3	2	3	False	84668	fragment	False	MON0043_000000014837	0.9744834558464248		0	0	False	False	1.0	0					non-mobilizable	chromosome	1835.0	98.69200000000001	100.0	0.0005133011899687401	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0054_000000007257	3866	0.7071649943249128	4	2	2	2	2	False	128179	maximal	True	SPA0054_000000007257	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	95.022	47.0	0.0005139845321091002	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0080_000000002257	2637	0.7071649943249128	4	2	2	2	2	False	128180	maximal	True	MAD0080_000000002257	1.0		0	0	False	False	0.9810390472412109	0					non-mobilizable	no_good_hit	1868.0	95.236	71.0	0.0005310509803252297	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0061_000000020303	2067	0.7071649943249128	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.32483622521061184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1824.0	98.41	88.0	0.0005185355849667346	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0782_000000006703	2004	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.47195886007111215		0	0	False	False	1.0	0					non-mobilizable	other	1865.0	87.292	93.0	0.0300734693877551	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0203_000000008854	1948	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2971344981868903		0	0	False	False	1.0	0					non-mobilizable	chromosome	1763.0	98.355	90.0	0.0005011846959470029	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0088_000000006042	1936	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4482979788616713		0	0	False	False	1.0	0					non-mobilizable	other	1776.0	87.331	92.0	0.02863673469387755	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0055_000000010031	1919	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4683871704739672		0	0	False	False	0.9979155659675598	0					non-mobilizable	chromosome	1837.0	86.28200000000001	96.0	0.0005208111113955519	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0039_000000008692	1910	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4500102302751746		0	0	False	False	1.0	0					non-mobilizable	other	1776.0	87.275	93.0	0.02863673469387755	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0047_000000020691	1886	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4628174502143023		0	0	False	False	0.9968186616897583	0					non-mobilizable	plasmid	1863.0	80.301	98.0	0.015593168545429852	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ISR0051_000000020093	1880	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2528897248473567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1682.0	98.395	89.0	0.00047814499085522817	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0143_000000010755	1870	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.28488527568192207		0	0	False	False	1.0	0					non-mobilizable	chromosome	1869.0	99.197	100.0	0.0005313354211288318	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0111_000000010430	1867	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.27063195082917046		0	0	False	False	0.9967862963676453	0					non-mobilizable	chromosome	1867.0	98.875	100.0	0.0005307665395216275	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0002_000000012207	1864	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2816416584541362		0	0	False	False	1.0	0					non-mobilizable	chromosome	1864.0	98.98100000000001	100.0	0.000529913217110821	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0006_000000010432	1847	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.28798459504416757		0	0	False	False	1.0	0					non-mobilizable	chromosome	1810.0	98.12200000000001	97.0	0.0005142689729127022	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0356_000000010845	1838	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2764673127025485		0	0	False	False	0.9972796440124512	0					non-mobilizable	chromosome	1838.0	98.912	100.0	0.0005225177562171649	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0084_000000010054	1833	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2643674688643569		0	0	False	False	0.9978178143501282	0					non-mobilizable	other	1724.0	85.67299999999999	94.0	0.0005528466142800088	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0239_000000008351	1814	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.270701217660653		0	0	False	False	1.0	0					non-mobilizable	chromosome	1814.0	98.95299999999999	100.0	0.0005156911769307131	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0028_000000010651	1807	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2698544964740508		0	0	False	False	1.0	0					non-mobilizable	chromosome	1807.0	98.949	100.0	0.000513700091305498	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0060_000000007874	1799	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2794810334629487		0	0	False	False	0.9911061525344849	0					non-mobilizable	chromosome	1800.0	95.389	100.0	0.0005117090056802828	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0347_000000012666	1796	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.15381079472383208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1584.0	85.038	88.0	0.000507899735070252	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0045_000000007311	1762	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2622818682674134		0	0	False	False	1.0	0					non-mobilizable	chromosome	1756.0	98.007	99.0	0.0004989091695181857	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0230_000000019563	1740	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2586935864208599		0	0	False	False	1.0	0					non-mobilizable	chromosome	1741.0	98.507	100.0	0.0004949269982677555	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0227_000000015251	1725	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3267302946662746		0	0	False	False	1.0	0					non-mobilizable	plasmid	1702.0	79.906	98.0	0.01422653809588483	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
AST0052_000000013892	1723	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.24315274234819848		0	0	False	False	0.999419629573822	0					non-mobilizable	other	1705.0	85.51299999999999	99.0	0.0005467466806729703	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0085_000000007830	1722	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.24513818040107654		0	0	False	False	0.9994192719459534	0					non-mobilizable	chromosome	1722.0	99.652	100.0	0.0004895226229993145	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0141_000000015712	1706	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.25632299898263367		0	0	False	False	0.9994138479232788	0					non-mobilizable	chromosome	1706.0	98.76899999999999	100.0	0.00048497157014167996	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0062_000000009607	1694	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.24968219558662832		0	0	False	False	1.0	0					non-mobilizable	chromosome	1706.0	98.124	100.0	0.00048497157014167996	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ETH0002_000000015091	1694	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.20791256066834193		0	0	False	False	0.9988193511962891	0					non-mobilizable	chromosome	1681.0	95.241	99.0	0.00047757610924802383	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0078_000000012052	1656	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.21112674033241302		0	0	False	False	1.0	0					non-mobilizable	chromosome	1668.0	98.26100000000001	100.0	0.00047416281960479796	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0204_000000016644	1614	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.1781184624229434		0	0	False	False	1.0	0					non-mobilizable	chromosome	1614.0	98.823	100.0	0.0004588030162102814	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0373_000000010506	1581	0.7071649943249128	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.14370897301837823		0	0	False	False	0.9987349510192871	0					non-mobilizable	chromosome	1581.0	98.545	100.0	0.0004494164696914102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0365_000000002809	5076	0.7071607045164269	5	4	3	4	4	False	116327	maximal	True	ISR0365_000000002809	1.0		3	1	False	False	0.9998030066490173	0					non-mobilizable	no_good_hit	293.0	98.294	30.0	0.0006105759278349438	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0082_000000023042	1539	0.7071589816268576	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.1472842125266033	PS521	0	0	False	True	0.9993502497673035	0					non-mobilizable	other	1560.0	79.038	100.0	0.03571594122282483	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0037_000000000988	15727	0.7071548674209815	20	8	2	8	1	False	36725	maximal	True	ISR0037_000000000988	1.0		1	1	False	False	0.9998092651367188	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	0.0	0.003209789859070164	NZ_WAJR01000033.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_033, whole genome shotgun sequence	True	False
ISR0123_000000005389	3628	0.7071481445342767	5	5	4	4	4	False	126998	fragment	False	ISR0123_000000005389	0.9633870511733107		0	0	False	False	0.997519314289093	0					non-mobilizable	chromosome	2697.0	94.624	98.0	0.0011894806464346046	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
DEN0045_000000025858	1615	0.7071454945464034	2	2	2	2	2	False	99080	fragment	False	DEN0045_000000025858	0.9366878446667086		0	0	False	False	0.9993808269500732	0					non-mobilizable	chromosome	1615.0	98.824	100.0	0.0003276887890437436	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
SPA0071_000000009370	2511	0.7071448189439486	4	3	3	1	2	False	122140	fragment	False	SPA0071_000000009370	0.9482944022847822		0	0	False	False	1.0	0					non-mobilizable	other	2352.0	95.15299999999999	94.0	0.039658711176700084	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
SPA0124_000000009876	2956	0.7071411521306696	3	3	3	2	1	False	76681	maximal	False	ENG0041_000000007667	0.41278052701203677		0	0	False	True	1.0	0					non-mobilizable	other	2958.0	99.493	100.0	0.0010140419258497701	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
MAD0107_000000015526	2504	0.7071406123279738	3	1	1	1	1	False	89832	fragment	False	MAD0107_000000015526	1.0		0	0	False	False	0.9976038336753845	0					non-mobilizable	other	2314.0	95.80799999999999	92.0	0.03182651107039032	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0076_000000006704	2279	0.7071406123279738	3	1	1	1	1	False	89833	fragment	False	ISR0215_000000011934	0.9546014790468365		0	0	False	False	1.0	0					non-mobilizable	other	2284.0	96.06	100.0	0.031454512889048096	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0051_000000014429	2017	0.7071406123279738	2	1	1	1	1	False	89829	fragment	False	MON0042_000000013151	0.9446460202876252		0	0	False	False	1.0	0					non-mobilizable	other	2009.0	95.072	99.0	0.02765186481310536	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0015_000000005264	1889	0.7071406123279738	2	1	1	1	1	False	89829	fragment	False	MON0042_000000013151	0.9245575425120564		0	0	False	False	0.9920592904090881	0					non-mobilizable	other	1889.0	96.771	100.0	0.025984761852275388	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0040_000000021175	1591	0.7071406123279738	1	1	1	1	1	False	48827	fragment	False	MAD0040_000000021175	1.0		0	0	False	False	0.9968573451042175	0					non-mobilizable	other	1582.0	96.01799999999999	99.0	0.02178256017415026	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0147_000000015982	1365	0.7071406123279738	2	1	1	1	1	False	48826	fragment	False	FIJ0147_000000015982	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	96.12	100.0	0.01879279701299238	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0067_000000006828	4400	0.7071404786139077	6	4	4	3	2	False	45241	maximal	True	FIJ0067_000000006828	1.0		1	1	False	False	0.9997727274894714	0					non-mobilizable	no_good_hit								True	False
AST0092_000000008908	1572	0.7071383827648214	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.8285113815151087		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	100.0	100.0	0.0004362652803927776	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0012_000000021062	1446	0.7071383827648214	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.5850193742157195		0	0	False	False	0.9868602752685547	0					non-mobilizable	other	1446.0	97.994	100.0	0.005900126577109959	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0207_000000023080	1317	0.7071383827648214	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.3489447190336186		0	0	False	False	0.9977220892906189	0					non-mobilizable	chromosome	1317.0	99.089	100.0	0.0003683229912752792	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0084_000000005802	4474	0.7071309549004637	6	5	5	5	5	False	111989	fragment	False	ENG0084_000000005802	0.9960899315738025		0	0	False	False	0.9995529651641846	0					non-mobilizable	no_good_hit	664.0	82.53	15.0	0.0014994235599758098	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0090_000000002116	5683	0.7071212251752405	8	8	8	8	6	False	102826	maximal	True	CHI0090_000000002116	1.0		28	8	False	False	0.999824047088623	0					non-mobilizable	other	5683.0	99.70100000000001	100.0	0.002495550874628654	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0058_000000048457	1124	0.7071165676869449	1	1	1	1	1	False	57070	fragment	False	MAD0090_000000011279	0.4606764466177669		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	99.46600000000001	100.0	0.002348208106022746	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0095_000000011377	2846	0.7071100195047355	3	3	3	3	2	False	77871	fragment	False	DEN0028_000000009232	0.9537871204537871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	88.71	2.0	2.7186362963794895e-05	CP003126.1	bacteria	Thermus sp. CCB_US3_UF1, complete genome	True	False
AUS0010_000000003278	6440	0.7071086273433324	8	8	8	7	6	False	121430	fragment	False	AUS0010_000000003278	1.0		0	0	False	False	0.9998447299003601	0					non-mobilizable	no_good_hit	1386.0	87.734	22.0	0.018658278092049306	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0247_000000008975	1572	0.7071056823768891	2	2	2	1	1	False	27098	fragment	False	ISR0247_000000008975	1.0		0	0	False	False	0.9898219108581543	0					non-mobilizable	no_good_hit	1311.0	99.619	83.0	0.0005441220694249918	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
SPA0095_000000000848	22629	0.7070992742295215	21	19	12	10	15	True	113897	maximal	True	SPA0095_000000000848	1.0		5	4	False	False	0.9997790455818176	0					non-mobilizable	no_good_hit	7207.0	93.07600000000001	52.0	0.002131512894364685	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
FIJ0126_000000011793	3048	0.7070984311581582	4	2	1	2	1	True	44045	maximal	True	FIJ0126_000000011793	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0031_000000009520	2523	0.7070959081169935	4	4	2	4	2	False	54688	fragment	False	FIJ0119_000000006736	0.9231998470886841		0	0	False	False	0.9984145760536194	0					non-mobilizable	no_good_hit	935.0	85.561	37.0	0.000258609759831579	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0081_000000001447	4139	0.7070930514129492	3	3	3	3	2	False	85073	maximal	True	DEN0081_000000001447	1.0		68	10	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00018793067446230946	NZ_KB905700.1	CFB group bacteria	Proteiniphilum acetatigenes DSM 18083 F597DRAFT_scaffold00009.9, whole genome shotgun sequence	True	False
ENG0057_000000003730	5674	0.7070893739582705	5	5	5	5	5	False	126398	maximal	True	ENG0057_000000003730	1.0	PS958	0	0	False	True	0.9998237490653992	0					non-mobilizable	no_good_hit	3562.0	99.242	63.0	0.0010718478265123968	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0107_000000036397	1666	0.7070801188016687	3	2	1	2	2	False	8581	fragment	False	MON0107_000000036397	1.0		0	0	False	False	0.9993997812271118	0					non-mobilizable	no_good_hit	234.0	77.35	14.0	0.00023677922602018388	NZ_CABJAT010000001.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
DEN0035_000000028480	1258	0.7070798971245935	1	1	1	1	1	False	73386	fragment	False	ISR0262_000000011318	0.4827240988320302		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	99.762	100.0	0.1498212157330155	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
SPA0126_000000009620	3967	0.7070797901924398	7	4	3	3	2	False	3988	maximal	True	SPA0126_000000009620	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	76.718	11.0	0.07252711672332848	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0033_01_000000000466	11672	0.7070738356907553	8	8	7	7	6	False	98842	maximal	False	USA0041_01_000000002131	0.9982744107744108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5691.0	98.647	56.0	0.0008035729545791299	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
USA0041_01_000000002131	11650	0.7070738356907553	8	8	7	7	6	False	98842	maximal	True	USA0041_01_000000002131	0.9982776004032936		94	9	False	False	1.0	0					non-mobilizable	no_good_hit	5691.0	98.102	53.0	0.0008035729545791299	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
MON0034_000000007818	3144	0.7070723536693028	4	4	4	4	4	False	91600	fragment	False	CHI0117_000000004307	0.8915510960311238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	337.0	72.997	11.0	0.0037566335132443963	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
ISR0128_000000002006	13179	0.7070715740619911	17	16	6	8	15	True	123780	fragment	False	ISR0128_000000002006	0.9949600682329224		0	0	False	False	0.9999241232872009	0					non-mobilizable	other	13179.0	100.0	100.0	0.03578343122320248	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0150_000000004196	1799	0.7070693012962601	2	1	1	1	1	False	129511	maximal	True	CHI0150_000000004196	1.0		195	12	False	False	0.9983323812484741	0					non-mobilizable	chromosome	1794.0	96.87799999999999	99.0	0.000497198733340293	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0082_000000027071	1555	0.7070693012962601	1	1	1	1	1	False	69208	maximal	True	DEN0082_000000027071	0.9908835904628331		43	9	False	False	1.0	0					non-mobilizable	other	1509.0	76.47399999999999	96.0	0.0003441202792530234	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0019_000000050193	1332	0.7070693012962601	1	1	1	1	1	False	13144	fragment	False	MON0019_000000050193	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	89.039	100.0	0.0011142700233737182	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0036_000000010641	1329	0.7070693012962601	1	1	1	1	1	False	36737	fragment	False	ISR0036_000000010641	0.9909390444810544		0	0	False	False	0.9977426528930664	0					non-mobilizable	other	1342.0	78.83800000000001	100.0	0.013835519171330716	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ENG0042_000000021530	1142	0.7070658810117576	2	2	2	2	2	False	64646	fragment	False	ENG0172_000000020656	0.6228145600458584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	78.443	14.0	0.00029665327783672424	CP019063.1	enterobacteria	Rahnella sp. ERMR1:05 plasmid unnamed1, complete sequence	True	False
ISR0795_000000007282	1575	0.707065008384548	2	2	2	1	1	False	117257	fragment	False	ENG0065_000000014070	0.27417452830188677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	78.372	50.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0101_000000021376	1355	0.7070615444891479	2	2	2	2	1	True	15077	maximal	True	MAD0101_000000021376	1.0		0	0	False	False	0.9055350422859192	0					non-mobilizable	no_good_hit	837.0	73.955	61.0	0.0002094640253768073	LT827128.1	actinobacteria	Gordonibacter sp. Marseille-P2775 genome assembly, chromosome: contig00001	True	True
SPA0092_000000041607	1082	0.7070610012151131	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.011156893133043707		0	0	False	False	1.0	0					non-mobilizable	other	1082.0	95.656	100.0	0.0005496377272149485	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	True
AST0150_000000006915	3877	0.7070608055711978	3	3	3	3	3	False	104203	maximal	True	AST0150_000000006915	1.0		139	7	False	False	0.9945834279060364	0					non-mobilizable	no_good_hit	1689.0	99.52600000000001	44.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0200_000000006475	3421	0.7070542676652181	4	3	2	3	2	False	122578	maximal	True	ISR0200_000000006475	1.0		9	4	False	False	0.999415397644043	0					non-mobilizable	other	2279.0	98.508	97.0	0.03639849804266198	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0026_01_000000011248	2952	0.7070542676652181	5	3	2	3	2	False	75169	maximal	True	USA0026_01_000000011248	1.0		4	3	False	False	1.0	0					non-mobilizable	other	2952.0	98.645	100.0	0.047151873452105135	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0111_000000007349	2727	0.7070542676652181	4	3	2	3	2	False	110063	fragment	False	AST0111_000000007349	0.9660004822707468		0	0	False	False	0.995232880115509	0					non-mobilizable	other	2279.0	98.508	96.0	0.03639849804266198	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0031_000000007793	2665	0.7070542676652181	3	3	2	3	2	False	110063	fragment	False	AST0111_000000007349	0.9544079864301451		0	0	False	False	0.9984990358352661	0					non-mobilizable	other	2427.0	98.59899999999999	100.0	0.03876328193656627	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0052_000000001807	7450	0.7070401931054101	8	4	2	4	2	False	86532	maximal	True	CHI0052_000000001807	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	7122.0	99.34	96.0	0.03409537126603009	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	False	True
MON0080_000000015978	3024	0.7070379193359635	5	4	2	4	1	True	10060	fragment	False	MON0080_000000015978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0121_000000005714	3107	0.7070113798720983	4	4	4	3	2	False	121555	fragment	False	CHI0120_000000003302	0.2826289389530103		0	0	False	False	1.0	0					non-mobilizable	other	3107.0	100.0	100.0	0.0006012515556367721	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0206_000000004843	4985	0.7070102104506644	9	2	2	2	1	False	64352	fragment	False	ENG0206_000000004843	1.0		0	0	False	False	0.9979940056800842	0					non-mobilizable	no_good_hit								True	False
SPA0100_000000018334	1546	0.7070038356523292	2	2	1	2	2	False	32703	fragment	False	SPA0100_000000018334	1.0		0	0	False	False	0.9825356006622314	0					non-mobilizable	other	1545.0	98.835	99.0	0.004066839454664222	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
ISR0046_000000010459	2916	0.7069961705611556	4	3	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.6828845362599463		0	0	False	False	1.0	0					non-mobilizable	other	2916.0	99.931	100.0	0.005081017388757966	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
CHI0101_000000004590	2912	0.7069961705611556	4	3	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.6793927162789393		0	0	False	False	0.9972527623176575	0					non-mobilizable	other	2912.0	99.588	100.0	0.0050705590339269035	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0335_000000005948	2912	0.7069961705611556	4	3	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.6879514848008632		0	0	False	False	1.0	0					non-mobilizable	other	2914.0	97.495	100.0	0.005067072915649882	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
SPA0061_000000007002	2421	0.7069926433570027	4	3	3	3	3	False	73204	fragment	False	SPA0061_000000007002	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2299.0	99.522	98.0	0.0025252136761528842	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
SPA0060_000000006354	2414	0.7069926433570027	3	3	3	3	3	False	73204	fragment	False	SPA0061_000000007002	0.9985543163981826		0	0	False	False	1.0	0					non-mobilizable	other	2299.0	99.522	98.0	0.0025252136761528842	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
FIJ0064_000000014288	1851	0.7069861750822176	3	2	2	2	1	False	126883	maximal	True	FIJ0064_000000014288	1.0	PS979	21	7	False	True	0.9962182641029358	0					non-mobilizable	no_good_hit	1492.0	81.233	81.0	0.0002427287566826261	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
FIJ0045_000000009850	2345	0.7069812537766754	3	3	3	2	2	False	47055	maximal	True	FIJ0045_000000009850	1.0		1	1	False	False	0.989765465259552	0					non-mobilizable	other	2333.0	85.684	99.0	0.0006412072135117273	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0132_000000001381	15638	0.7069767032718405	18	7	1	7	2	False	82634	fragment	False	ISR0126_000000002944	0.9823328503517756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	5.674474235741742e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
CHI0107_000000002256	5306	0.7069722188023909	6	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7365358433480867	PS1159|PS463	0	0	True	True	1.0	194		MOBV			mobilizable	other	3501.0	99.971	90.0	0.029767220336964936	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0139_000000017482	1552	0.7069714444817344	4	2	1	2	2	False	109049	fragment	False	FIJ0159_000000016440	0.5604944492237106		0	0	False	False	1.0	0					non-mobilizable	plasmid	1554.0	96.654	100.0	0.29990338164251207	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
DEN0071_000000032828	1338	0.7069714444817344	4	2	1	2	2	False	99859	fragment	False	ISR0259_000000011342	0.3479972406583808		0	0	False	False	1.0	0					non-mobilizable	plasmid	1338.0	96.712	100.0	0.2583574879227053	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0032_01_000000018471	1103	0.7069714444817344	4	2	1	2	2	False	1488	fragment	False	USA0032_01_000000018471	1.0		0	0	False	False	0.9791477918624878	0					non-mobilizable	plasmid	1071.0	98.59899999999999	97.0	0.20676328502415459	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
MAD0007_000000000454	11967	0.7069685432030243	16	3	3	3	1	True	41113	fragment	False	MAD0007_000000000454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	9.644731493086416e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	True
MON0109_000000007547	4359	0.7069643404049829	6	4	3	4	2	True	89663	maximal	True	MON0109_000000007547	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2898.0	93.09899999999999	66.0	0.014270803963177862	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
SPA0130_000000027318	1239	0.7069614186916284	2	2	2	2	2	False	3786	maximal	True	SPA0130_000000027318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	91.72399999999999	58.0	0.07391126558985893	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
MAD0103_000000014844	1612	0.7069556923053625	2	2	2	2	1	False	15823	fragment	False	MAD0103_000000014844	1.0		0	0	False	False	0.9844912886619568	0					non-mobilizable	chromosome	916.0	97.81700000000001	96.0	0.00025609083359945324	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0041_000000007902	1843	0.7069534213288576	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.1227395482517536		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	97.777	100.0	0.0015820448638050797	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MAD0041_000000029852	1266	0.7069413215502997	4	2	2	2	2	False	18206	fragment	False	MAD0041_000000029852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	84.42200000000001	16.0	0.0026904229180107343	NZ_FNHZ01000010.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0290_000000013073	1310	0.7069347016733979	2	2	2	1	1	False	25911	fragment	False	ISR0290_000000013073	1.0		0	0	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit								True	False
SPA0075_000000001543	8013	0.7069258642739159	10	3	3	2	2	False	51067	fragment	False	SPA0075_000000001543	1.0		0	0	False	False	0.9987520575523376	0					non-mobilizable	no_good_hit	297.0	90.572	4.0	0.0014418588737860282	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
FIJ0131_000000009723	1908	0.7069256179090889	3	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3402315941841291		0	0	False	False	0.99947589635849	0					non-mobilizable	chromosome	1923.0	91.992	100.0	0.000618851173706045	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CAN0020_000000011386	3254	0.7069207233245952	3	3	3	3	2	False	102884	fragment	False	CAN0020_000000011386	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3254.0	99.416	100.0	0.002518489958943891	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
MON0054_000000015818	2778	0.7069185302396139	4	3	2	3	3	True	108192	fragment	False	MON0054_000000015818	1.0		0	0	False	False	0.9748020172119141	0					non-mobilizable	no_good_hit	654.0	78.74600000000001	23.0	0.0632111251580278	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
FIJ0115_000000020373	1156	0.7069079529402981	1	1	1	1	1	False	43060	fragment	False	FIJ0115_000000020373	0.9603315135691114		0	0	False	False	1.0	0					non-mobilizable	chromosome	1104.0	92.572	95.0	0.00150902321669326	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0772_000000005266	1184	0.7069076334232233	3	3	3	2	2	False	22515	maximal	True	ISR0772_000000005266	1.0		16	5	False	False	0.9966216087341309	0					non-mobilizable	other	705.0	98.014	100.0	0.001242396287302816	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0049_000000008702	1887	0.7068973467434396	2	2	2	2	2	False	86784	maximal	True	CHI0049_000000008702	1.0		30	5	False	False	0.996820330619812	0					non-mobilizable	no_good_hit	1581.0	79.507	82.0	0.00029870062383862355	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
CAN0007_000000006985	6137	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4255976586026478	PS1107|PS1110|PS1114	0	0	True	True	0.9998370409011841	39		MOBV			mobilizable	other	3456.0	99.94200000000001	99.0	0.567416652980785	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0078_000000002560	6118	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41413663760866587	PS1107|PS1110|PS1114	0	0	True	True	0.9998365640640259	20		MOBV			mobilizable	plasmid	5818.0	99.897	99.0	0.9756793022475679	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0149_000000004126	6118	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41582101977224545	PS1107|PS1110|PS1114	0	0	True	True	0.9998365640640259	32		MOBV			mobilizable	plasmid	5818.0	99.897	99.0	0.9756793022475679	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
USA0039_01_000000003906	6116	0.7068910927427339	9	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4218145975008403	PS1107|PS1110|PS1114	0	0	True	True	1.0	130		MOBV			mobilizable	plasmid	3453.0	99.913	99.0	0.5790003354579001	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
USA0053_01_000000003643	6115	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4105391613875286	PS1107|PS1110|PS1114	0	0	True	True	1.0	8		MOBV			mobilizable	plasmid	5819.0	99.845	99.0	0.9756793022475679	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0814_000000006304	6062	0.7068910927427339	9	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41942655747730656	PS1107|PS1110|PS1114	0	0	True	True	1.0	9		MOBV			mobilizable	other	4976.0	99.87899999999999	100.0	0.8168829035966497	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0339_000000002162	6061	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4232658835745456	PS1107|PS1110|PS1114	0	0	True	True	0.9998350143432617	78		MOBV			mobilizable	plasmid	4586.0	99.935	100.0	0.7690372358269038	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0218_000000002352	6061	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41952840953380965	PS1107|PS1110|PS1114	0	0	True	True	0.9983500838279724	16		MOBV			mobilizable	other	4497.0	99.956	100.0	0.7383806864838233	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0297_000000001773	6060	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4194451501480332	PS1107|PS1110|PS1114	0	0	True	True	0.9968646764755249	18		MOBV			mobilizable	plasmid	4589.0	98.671	100.0	0.7690372358269038	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0006_000000004335	6049	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4029829150765279	PS1107|PS1110|PS1114	0	0	True	True	0.999504029750824	26		MOBV			mobilizable	plasmid	5985.0	96.508	100.0	0.9998322710499832	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0018_000000003598	6042	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41949960104767936	PS1107|PS1110|PS1114	0	0	True	True	1.0	66		MOBV			mobilizable	other	4726.0	99.979	99.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0392_000000004555	6042	0.7068910927427339	9	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41904812780654915	PS1107|PS1110|PS1114	0	0	True	True	0.9996689558029175	14		MOBV			mobilizable	plasmid	5657.0	99.89399999999999	100.0	0.9486749412948675	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
AUS0020_000000004389	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4159965202096201	PS1107|PS1110|PS1114	0	0	True	True	0.9998344779014587	15		MOBV			mobilizable	other	5528.0	99.928	100.0	0.9077024141895221	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0133_000000003920	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4160616818160921	PS1107|PS1110|PS1114	0	0	True	True	1.0	46		MOBV			mobilizable	other	5528.0	99.946	100.0	0.9077024141895221	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0043_01_000000002275	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4157860899337183	PS1107|PS1110|PS1114	0	0	True	True	1.0	10		MOBV			mobilizable	plasmid	5905.0	99.96600000000001	100.0	0.9902717208990272	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0174_000000004568	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41563005161455	PS1107|PS1110|PS1114	0	0	True	True	1.0	296		MOBV			mobilizable	plasmid	4365.0	99.954	100.0	0.731969137873197	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0025_000000003290	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41933346969102453	PS1107|PS1110|PS1114	0	0	True	True	1.0	51		MOBV			mobilizable	other	4726.0	99.93700000000001	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0258_000000002231	6041	0.7068910927427339	9	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4194780458498552	PS1107|PS1110|PS1114	0	0	True	True	1.0	31		MOBV			mobilizable	other	4975.0	99.94	100.0	0.8168829035966497	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0084_000000004146	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4195572910194341	PS1107|PS1110|PS1114	0	0	True	True	1.0	33		MOBV			mobilizable	other	4726.0	99.915	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0350_000000002502	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4160616818160921	PS1107|PS1110|PS1114	0	0	True	True	0.9981791377067566	18		MOBV			mobilizable	other	5528.0	99.946	100.0	0.9077024141895221	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0198_000000003047	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41900006520287	PS1107|PS1110|PS1114	0	0	True	True	1.0	35		MOBV			mobilizable	other	4726.0	99.852	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0063_000000006482	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4193631226580209	PS1107|PS1110|PS1114	0	0	True	True	1.0	168		MOBV			mobilizable	other	4726.0	99.89399999999999	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0113_000000004525	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41604497106691285	PS1107|PS1110|PS1114	0	0	True	True	1.0	26		MOBV			mobilizable	other	5528.0	99.91	100.0	0.9077024141895221	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0059_000000001981	6041	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4159855942792655	PS1107|PS1110|PS1114	0	0	True	True	1.0	41		MOBV			mobilizable	other	5528.0	99.964	100.0	0.9077024141895221	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0138_000000004772	6041	0.7068910927427339	9	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41946035381244146	PS1107|PS1110|PS1114	0	0	True	True	1.0	169		MOBV			mobilizable	other	4975.0	99.899	100.0	0.8168829035966497	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0135_01_000000002271	6040	0.7068910927427339	9	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41911894672396954	PS1107|PS1110|PS1114	0	0	True	True	1.0	38		MOBV			mobilizable	plasmid	5647.0	99.965	100.0	0.9469976517946997	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0104_000000004416	6039	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41566991546659987	PS1107|PS1110|PS1114	0	0	True	True	0.9985097050666809	18		MOBV			mobilizable	other	4959.0	99.859	100.0	0.8142552143209065	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0106_000000002905	6038	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41575191852638393	PS1107|PS1110|PS1114	0	0	True	True	1.0	31		MOBV			mobilizable	plasmid	5962.0	99.96600000000001	100.0	0.9998322710499832	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0065_000000004534	6037	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41543492023370254	PS1107|PS1110|PS1114	0	0	True	True	1.0	33		MOBV			mobilizable	other	5014.0	99.801	100.0	0.8232878962062736	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0199_000000003828	6021	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41948551442375703	PS1107|PS1110|PS1114	0	0	True	True	1.0	66		MOBV			mobilizable	other	4706.0	99.958	100.0	0.772704877648218	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0015_000000003441	6021	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41571769199611963	PS1107|PS1110|PS1114	0	0	True	True	1.0	63		MOBV			mobilizable	other	4951.0	99.87899999999999	100.0	0.812941369683035	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0390_000000001857	6021	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4156896854499503	PS1107|PS1110|PS1114	0	0	True	True	0.9998339414596558	13		MOBV			mobilizable	plasmid	5908.0	99.915	100.0	0.9907749077490775	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0225_000000001981	6021	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41898500784823545	PS1107|PS1110|PS1114	0	0	True	True	1.0	27		MOBV			mobilizable	plasmid	5825.0	99.96600000000001	100.0	0.9768534048976854	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0026_000000001966	6021	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41941612385690275	PS1107|PS1110|PS1114	0	0	True	True	0.9998339414596558	22		MOBV			mobilizable	other	4706.0	99.915	100.0	0.772704877648218	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0153_000000004515	6021	0.7068910927427339	9	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.42694643859449855	PS1107|PS1110|PS1114	0	0	True	True	1.0	87		MOBV			mobilizable	plasmid	3981.0	99.975	100.0	0.6675612210667561	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0324_000000005278	6018	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4189447881533256	PS1107|PS1110|PS1114	0	0	True	True	1.0	68		MOBV			mobilizable	other	4726.0	99.93700000000001	100.0	0.775989489242897	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0079_000000004682	6017	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4160484828548317	PS1107|PS1110|PS1114	0	0	True	True	0.9998338222503662	9		MOBV			mobilizable	other	4985.0	99.88	100.0	0.8185252093939892	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0201_000000001622	6011	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4157658633173706	PS1107|PS1110|PS1114	0	0	True	True	1.0	9		MOBV			mobilizable	other	4977.0	99.92	100.0	0.8172113647561176	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0043_000000002868	6001	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.41542936348773435	PS1107|PS1110|PS1114	0	0	True	True	1.0	27		MOBV			mobilizable	plasmid	4365.0	99.90799999999999	100.0	0.731969137873197	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0189_000000001551	5989	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4270490509763844	PS1107|PS1110|PS1114	0	0	True	True	0.9996660351753235	13		MOBV			mobilizable	other	3974.0	99.95	100.0	0.6524880932829693	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0122_000000002527	5987	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.4156122983871424	PS1107|PS1110|PS1114	0	0	True	True	0.9986637830734253	1		MOBV			mobilizable	other	4973.0	96.72200000000001	100.0	0.812941369683035	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0188_000000004422	5908	0.7068910927427339	7	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.396324946973876	PS1107|PS1110|PS1114	0	0	True	True	1.0	154		MOBV			mobilizable	other	4330.0	99.885	100.0	0.7107899490885203	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0130_01_000000006749	5879	0.7068910927427339	7	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.3933541421930343	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	4292.0	99.581	100.0	0.7193894666219389	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
USA0004_01_000000004615	5827	0.7068910927427339	7	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.402077771176491	PS1107|PS1110|PS1114	0	0	False	True	0.9998283982276917	0		MOBV			mobilizable	other	4795.0	99.896	100.0	0.7873213992445394	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0843_000000002577	5812	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.40503673993570044	PS1107|PS1110|PS1114	0	0	True	True	1.0	1		MOBV			mobilizable	plasmid	4339.0	99.90799999999999	100.0	0.7276081851727608	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0816_000000007580	5684	0.7068910927427339	8	6	3	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.3777316611409371	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	4365.0	99.404	100.0	0.731969137873197	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
DEN0011_000000018017	2430	0.7068880387403392	2	1	1	1	1	False	75712	fragment	False	DEN0011_000000018017	0.9869308600337268		0	0	False	False	0.9958847761154175	0					non-mobilizable	other	2447.0	98.038	99.0	0.010936710219673554	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0086_000000016727	1675	0.7068880387403392	1	1	1	1	1	False	61317	fragment	False	ISR0086_000000016727	0.982905982905983		0	0	False	False	0.9940298795700073	0					non-mobilizable	other	1676.0	97.196	100.0	0.06657392686804452	NZ_JAAIPV010000053.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_53_length_25160_cov_79.8066, whole genome shotgun sequence	False	False
ENG0088_000000011150	1638	0.7068880387403392	1	1	1	1	1	False	61317	fragment	False	ISR0086_000000016727	0.9722388059701492		0	0	False	False	0.9981684684753418	0					non-mobilizable	other	1638.0	97.25299999999999	99.0	0.06506359300476948	NZ_JAAIPV010000053.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_53_length_25160_cov_79.8066, whole genome shotgun sequence	False	False
MON0090_000000041510	1485	0.7068880387403392	1	1	1	1	1	False	25430	fragment	False	MON0090_000000041510	0.9641911690468503		0	0	False	False	0.9986531734466553	0					non-mobilizable	other	1485.0	99.39399999999999	100.0	0.006638068697748693	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0081_000000007901	1230	0.7068848138641822	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.07709716700343451		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	96.669	100.0	0.0003412921894352156	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0143_000000000767	15751	0.7068842238288232	21	7	1	7	4	False	3416	maximal	True	SPA0143_000000000767	1.0		2	1	False	False	0.9998730421066284	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.678267015912052e-06	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0247_000000004735	2742	0.7068841952494599	4	3	2	2	3	False	27106	maximal	True	ISR0247_000000004735	1.0		106	10	False	False	1.0	0					non-mobilizable	chromosome	2111.0	100.0	100.0	0.0003875177413335606	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ENG0108_000000001721	14367	0.7068746096902521	23	8	4	6	4	False	59955	maximal	True	ENG0108_000000001721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	96.586	5.0	0.00015069853470690348	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
FIJ0138_000000001659	9394	0.7068685158279855	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.7726573176668449		0	0	False	False	1.0	0					non-mobilizable	plasmid	7928.0	98.24700000000001	98.0	0.06870414375661284	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0101_000000019703	2172	0.7068559935086933	2	2	2	2	2	False	118109	fragment	False	SPA0101_000000019703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	82.76299999999999	85.0	0.0030528372895735818	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0080_000000021995	1297	0.70685590757503	1	1	1	1	0	True	61717	maximal	True	ENG0080_000000021995	1.0		2	2	False	False	0.98149573802948	0					non-mobilizable	no_good_hit	290.0	78.62100000000001	22.0	0.0009763558031721322	NZ_FMXR01000006.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	True
ISR0072_000000008496	3208	0.7068547644064703	4	4	4	4	3	False	34858	fragment	False	ISR0072_000000008496	1.0		0	0	False	False	0.998129665851593	0					non-mobilizable	other	3208.0	97.693	100.0	0.0008534950582715967	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0032_000000028396	1321	0.7068503669935355	2	1	1	1	1	False	48367	maximal	True	FIJ0032_000000028396	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0002730665372129009	NZ_VOID02000352.1	b-proteobacteria	Vogesella perlucida strain DS-28 NODE_16_length_98877_cov_453.060120, whole genome shotgun sequence	True	False
ENG0053_000000007689	3363	0.7068462686818867	4	4	4	4	4	False	78308	maximal	True	ENG0053_000000007689	1.0		46	9	False	False	0.9982158541679382	0					non-mobilizable	chromosome	3344.0	99.88	99.0	0.0006217139405449547	CP052036.1	enterobacteria	Klebsiella pneumoniae strain KPN41053 chromosome, complete genome	False	False
SPA0030_000000007267	4164	0.7068440019347497	4	4	4	4	4	False	99194	fragment	False	ISR0262_000000003358	0.937080674145621		0	0	False	False	1.0	0					non-mobilizable	other	2228.0	98.47399999999999	96.0	0.001006815575821584	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
SPA0096_000000037433	1160	0.7068424390929401	2	2	2	2	2	False	5151	fragment	False	SPA0096_000000037433	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	97.32799999999999	100.0	0.002090770843217442	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0089_000000005367	4268	0.7068379512905003	1	1	1	1	1	True	43588	fragment	False	FIJ0089_000000005367	1.0		0	0	False	False	0.9739925265312195	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00010156375418950486	NZ_SPQQ01000007.1	firmicutes	Desulfosporosinus fructosivorans strain 63.6F NODE_7_length_305227_cov_39.405495, whole genome shotgun sequence	True	True
MON0026_000000003703	6464	0.7068314351875423	5	5	5	5	5	False	125464	fragment	False	MON0026_000000003703	0.9491851485034607		0	0	False	False	1.0	0					non-mobilizable	other	2417.0	85.10600000000001	92.0	0.0007236944738412907	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CAN0018_000000005155	6417	0.7068314351875423	5	5	5	5	5	False	125464	fragment	False	MON0026_000000003703	0.9442407746654505		0	0	False	False	1.0	0					non-mobilizable	other	2417.0	85.064	92.0	0.0007236944738412907	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0061_000000037900	1163	0.7068300101578151	2	2	2	2	2	False	121908	fragment	False	ENG0166_000000024275	0.9135525025517235		0	0	False	False	0.9828031063079834	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.954800821730925e-06	NZ_AP018437.1	GNS bacteria	Pelolinea submarina strain MO-CFX1	True	False
ISR0212_000000011372	3042	0.7068251204496454	4	3	3	3	3	False	72233	fragment	False	ETH0003_000000010538	0.8639779723670358		0	0	False	False	0.9944115877151489	0					non-mobilizable	no_good_hit	1465.0	75.017	47.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0014_000000008205	3002	0.7068251204496454	4	3	3	3	3	False	72233	fragment	False	ETH0003_000000010538	0.8646257772241256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	75.358	48.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0040_000000018030	1371	0.7068214620454201	2	2	2	2	1	False	114046	fragment	False	ENG0200_000000015508	0.3289128836718259		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	98.68700000000001	100.0	0.00040957251690682466	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0045_000000002149	11096	0.7068199059782748	3	3	3	3	1	False	106563	fragment	False	MON0045_000000002149	1.0		0	0	False	False	0.9999098777770996	0					non-mobilizable	other	11096.0	99.883	100.0	0.0033411013286705283	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
USA0135_01_000000002682	5287	0.7068199059782748	3	3	3	3	1	False	106562	fragment	False	USA0135_01_000000002682	0.994331983805668		0	0	False	False	0.9996216893196106	0					non-mobilizable	other	5288.0	99.546	100.0	0.0015922483076150247	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0114_000000022585	2069	0.7068148946219209	2	2	2	2	2	False	15710	fragment	False	MAD0092_000000008726	0.9361296472831269		0	0	False	False	0.9990333318710327	0					non-mobilizable	chromosome	2038.0	78.361	97.0	0.0008696905652291877	CP029458.1	firmicutes	Clostridium novyi strain 150557 chromosome, complete genome	False	False
ISR0027_000000005972	4360	0.7068125742196196	8	4	2	4	1	True	127623	maximal	True	ISR0027_000000005972	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	89.535	2.0	0.0031580902842281255	NZ_JAAWUO010000025.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_25_length_26915_cov_147.311, whole genome shotgun sequence	True	True
ISR0126_000000015355	3189	0.7068114390208045	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.2849603777270046		0	0	False	False	1.0	0					non-mobilizable	chromosome	3186.0	99.37200000000001	100.0	0.0006356851488381432	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0006_000000010446	3070	0.7068099617890832	5	2	1	1	2	False	8260	maximal	True	SPA0006_000000010446	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	99.912	37.0	0.5784114052953157	FJ589781.1	firmicutes	Clostridium perfringens plasmid pJIR2774 insertion sequence tISCpe8 transposase (tnp) and lincosamide nucleotidyltransferase genes, complete cds	True	False
ISR0337_000000000919	7855	0.70680956378141	8	4	4	4	3	True	124821	maximal	True	ISR0337_000000000919	1.0		1	1	False	False	0.9994907975196838	0					non-mobilizable	no_good_hit	106.0	81.132	1.0	4.042891614696257e-05	NZ_AKGD01000001.1	g-proteobacteria	Hydrocarboniphaga effusa AP103 245_1, whole genome shotgun sequence	True	True
ISR0375_000000015706	1488	0.7068052294084319	2	2	1	2	1	False	23368	fragment	False	ISR0375_000000015706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	99.18	16.0	0.009579752424505244	NZ_QNRL01000020.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_120, whole genome shotgun sequence	True	False
AST0108_000000020867	1371	0.7068051333114937	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.6288265938277264		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	98.876	100.0	0.002063704207931066	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0109_000000009734	2539	0.7067917740992877	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.20198922070743885		0	0	False	False	0.9972429871559143	0					non-mobilizable	no_good_hit	1081.0	87.32700000000001	81.0	0.0003017244151537802	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0002_000000010920	2301	0.7067900727833701	3	2	2	2	2	False	121989	maximal	True	MON0002_000000010920	1.0		6	4	False	False	0.9782702922821045	0					non-mobilizable	no_good_hit	1341.0	91.275	58.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0061_000000027987	1630	0.7067900727833701	3	2	2	2	2	False	121998	maximal	True	MON0061_000000027987	1.0		7	4	False	False	0.9993864893913269	0					non-mobilizable	no_good_hit	1341.0	91.499	82.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0146_000000005237	1506	0.7067900727833701	2	2	2	2	2	False	122060	maximal	True	CHI0146_000000005237	1.0		6	5	True	True	0.9973439574241638	1					non-mobilizable	no_good_hit	1338.0	91.48	88.0	0.9970104633781763	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0187_000000020931	1455	0.7067900727833701	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7221329134325842		0	0	False	False	0.999312698841095	0					non-mobilizable	other	1341.0	91.499	92.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0047_01_000000022417	1617	0.7067881414074831	2	2	2	2	1	False	56993	maximal	True	USA0047_01_000000022417	1.0		5	4	False	False	0.9962894320487976	0					non-mobilizable	no_good_hit	1350.0	73.778	83.0	0.002356933430828973	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ENG0185_000000003613	6699	0.7067857931208856	7	7	7	7	6	False	55072	maximal	True	ENG0185_000000003613	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1474.0	83.446	22.0	0.0003828750617392584	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0037_000000006417	3290	0.7067838807257767	7	4	3	3	4	False	36710	maximal	True	ISR0037_000000006417	1.0		1	1	False	False	0.993009090423584	0					non-mobilizable	no_good_hit	1909.0	83.133	58.0	0.0022371759151495487	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0050_000000021044	1349	0.7067800857668055	2	2	1	2	1	True	64120	maximal	True	ENG0050_000000021044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	83.44200000000001	79.0	0.0027912627714673246	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	True	True
USA0059_01_000000001995	11501	0.7067780851308292	13	9	7	7	8	True	75658	maximal	True	USA0059_01_000000001995	1.0		29	7	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	75.976	13.0	0.00048283284281857056	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
DEN0070_000000006321	5101	0.7067752302998079	9	7	5	6	4	False	70644	maximal	True	DEN0070_000000006321	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	80.0	8.0	0.00012291568450811165	CP012069.2	actinobacteria	Olsenella sp. oral taxon 807 strain F0089, complete genome	True	False
AUS0018_000000022849	1251	0.7067716583398225	2	2	1	2	1	True	99819	fragment	False	AUS0018_000000022849	1.0		0	0	False	False	0.987210214138031	0					non-mobilizable	no_good_hit	96.0	78.125	8.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
SPA0128_000000033424	1131	0.7067713647265246	1	1	1	1	1	False	3855	maximal	True	SPA0128_000000033424	1.0		7	2	False	False	0.9761273264884949	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.092235840482482e-06	CP003153.1	b-proteobacteria	Dechlorosoma suillum PS, complete genome	True	False
MON0040_000000010322	2611	0.7067696046058722	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.5536244631382354		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	96.807	98.0	0.000344941856670364	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0812_000000034947	1125	0.706768054464086	3	1	1	1	1	False	21604	fragment	False	ISR0812_000000034947	1.0		0	0	False	False	0.9893333315849304	0					non-mobilizable	no_good_hit	119.0	97.479	11.0	0.029135802469135802	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
AST0007_000000012688	1412	0.7067648208056428	3	3	3	3	2	False	126774	fragment	False	AST0007_000000012688	1.0		0	0	False	False	0.9815863966941833	0					non-mobilizable	no_good_hit	232.0	81.46600000000001	16.0	0.0009040382997791002	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0026_000000002897	7491	0.706762019856016	8	6	4	5	5	False	132423	maximal	True	ISR0026_000000002897	1.0		0	0	False	False	0.9998664855957031	0					non-mobilizable	no_good_hit	4806.0	99.979	69.0	0.0013538296473759794	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
CHI0095_000000001580	4881	0.7067567293199759	5	5	5	4	4	False	83516	fragment	False	CHI0095_000000001580	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4442.0	100.0	91.0	0.0010765220266442232	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
MON0060_000000021123	1935	0.706755822881233	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.34521886663682655		0	0	False	False	0.9157622456550598	0					non-mobilizable	chromosome	1939.0	91.645	100.0	0.0007964688508198193	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0095_000000016896	1107	0.7067530679378717	1	1	1	1	1	False	5184	maximal	True	SPA0095_000000016896	1.0		2	2	False	False	0.9990966320037842	0					non-mobilizable	other	1103.0	75.703	99.0	0.06264367816091954	NZ_VWXL01000041.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_41, whole genome shotgun sequence	False	False
MON0036_000000017728	1374	0.7067441264753579	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.0594371793436858		0	0	False	False	0.9461426734924316	0					non-mobilizable	other	1292.0	93.03399999999999	94.0	0.000613651727650985	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0132_000000015251	2109	0.7067426137570056	2	2	2	2	2	False	43081	fragment	False	FIJ0132_000000015251	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2109.0	99.431	100.0	0.00040873339956830926	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
ISR0172_000000003681	4298	0.7067418529833476	6	2	1	2	1	False	114831	maximal	True	ISR0172_000000003681	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	95.706	63.0	0.1652573085286301	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0816_000000013746	3014	0.7067418529833476	4	2	1	2	1	False	114824	fragment	False	ISR0816_000000013746	0.964683001151116		0	0	False	False	1.0	0					non-mobilizable	plasmid	2149.0	94.23	99.0	0.2592413626479826	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0365_000000006139	2546	0.7067418529833476	4	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.8790618686968075		0	0	False	False	1.0	0					non-mobilizable	plasmid	1407.0	98.934	98.0	0.16984778932109204	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0295_000000014558	2418	0.7067418529833476	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7307128302648762		0	0	False	False	1.0	0					non-mobilizable	plasmid	1408.0	97.23	99.0	0.16996859144720947	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
CAN0023_000000003796	2186	0.7067418529833476	4	2	1	2	1	False	114846	maximal	True	CAN0023_000000003796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	98.126	74.0	0.10304421357815897	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
CHI0018_000000006154	2786	0.7067396120553122	4	4	4	4	4	False	89571	fragment	False	USA0015_01_000000011947	0.9838709677419355		0	0	False	False	1.0	0					non-mobilizable	chromosome	2786.0	99.928	100.0	0.0011776207240950926	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MAD0097_000000003238	10247	0.7067246151042376	12	4	4	4	2	True	98424	fragment	False	MAD0097_000000003238	0.9595318544985225		0	0	False	False	0.9994144439697266	0					non-mobilizable	no_good_hit								True	True
ENG0074_000000005660	3822	0.7067153479469408	4	4	4	4	4	False	111540	fragment	False	ISR0175_000000006008	0.9532731753613117		0	0	False	False	1.0	0					non-mobilizable	other	3822.0	99.97399999999999	100.0	0.004817360147155791	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
SPA0116_000000010463	3671	0.7067153479469408	4	4	4	4	4	False	111540	fragment	False	ISR0175_000000006008	0.80561448216212		0	0	False	False	0.9994552135467529	0					non-mobilizable	other	3671.0	100.0	100.0	0.004626985537833486	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ENG0181_000000013582	1481	0.7067127617934998	2	2	2	2	2	False	92332	fragment	False	ENG0181_000000013582	1.0		0	0	False	False	0.9952734708786011	0					non-mobilizable	no_good_hit	1159.0	93.874	78.0	0.8839694656488549	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
ISR0361_000000002216	5015	0.7067013034770322	5	4	4	4	3	False	109982	maximal	True	ISR0361_000000002216	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	84.036	57.0	0.0012551044431996232	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0128_000000018139	1608	0.7066989300745172	2	2	2	2	1	False	58617	fragment	False	ENG0128_000000018139	0.9758757435558494		0	0	False	False	0.9875621795654297	0					non-mobilizable	no_good_hit								True	False
ENG0071_000000010930	1879	0.7066981762581784	3	3	2	2	1	False	108675	fragment	False	ENG0071_000000010930	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	96.801	100.0	0.01965262582056893	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
ENG0005_000000012363	1936	0.7066963458885204	3	3	3	3	2	False	109887	fragment	False	AST0090_000000011755	0.9699918092203008		0	0	False	False	0.9994834661483765	0					non-mobilizable	no_good_hit	229.0	73.79899999999999	12.0	0.0005766646428362755	NZ_JOFG01000004.1	high GC Gram+	Streptomyces californicus strain NRRL B-2988 contig4.1, whole genome shotgun sequence	True	False
MON0048_000000017012	2338	0.7066957035219059	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.45890146504900625		0	0	False	False	1.0	0					non-mobilizable	chromosome	2338.0	99.102	100.0	0.0007532579129953267	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0141_000000013881	2113	0.7066926689846679	3	3	3	3	3	False	40277	fragment	False	FIJ0141_000000013881	1.0		0	0	False	False	0.9995267391204834	0					non-mobilizable	no_good_hit	393.0	72.774	18.0	0.0038815570588887657	NZ_BILX01000022.1	firmicutes	Paenibacillus ehimensis NBRC 15659 PEH01S_CON0022, whole genome shotgun sequence	True	False
FIJ0047_000000024111	1297	0.7066922265337072	1	1	1	1	1	False	78501	fragment	False	FIJ0047_000000024111	1.0		0	0	False	False	1.0	0					non-mobilizable	other	747.0	98.39399999999999	98.0	0.0015739492411918972	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
USA0133_01_000000007587	3290	0.7066921435610481	4	3	3	2	2	False	116554	fragment	False	ENG0211_000000008424	0.986033241861492		0	0	False	True	1.0	0					non-mobilizable	chromosome	2733.0	99.12200000000001	100.0	0.0007916664854907042	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0211_000000008424	3204	0.7066921435610481	3	3	3	2	2	False	116554	fragment	False	ENG0211_000000008424	0.9919043216555381		0	0	False	True	1.0	0					non-mobilizable	chromosome	2647.0	99.84899999999999	100.0	0.0007667366730585546	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
FIJ0151_000000003850	4503	0.706690678409788	4	4	4	4	3	False	105572	maximal	False	ISR0387_000000005025	0.9884607010668409		0	0	False	False	0.9951143860816956	0					non-mobilizable	no_good_hit	314.0	71.33800000000001	7.0	0.00020689807558006788	NZ_FWDP01000004.1	firmicutes	Marinilactibacillus piezotolerans strain Marseille-P2378, whole genome shotgun sequence	True	False
FIJ0112_000000018087	1529	0.7066903395237444	2	2	2	2	2	False	77613	fragment	False	FIJ0126_000000023768	0.9633489810973703		0	0	False	False	1.0	0					non-mobilizable	chromosome	1529.0	95.095	100.0	0.0004925023924077275	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0387_000000005025	4593	0.7066853113077753	4	4	4	4	4	False	105572	maximal	True	ISR0387_000000005025	0.9982234066178104		107	12	False	False	0.9969518780708313	0					non-mobilizable	no_good_hit	314.0	71.33800000000001	7.0	0.00020689807558006788	NZ_FWDP01000004.1	firmicutes	Marinilactibacillus piezotolerans strain Marseille-P2378, whole genome shotgun sequence	True	False
ISR0328_000000004929	5214	0.7066850852431802	8	7	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7381828473617065	PS1159|PS463	0	0	True	True	1.0	18		MOBV			mobilizable	other	2829.0	98.904	100.0	0.5377448184065412	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MAD0046_000000018019	1482	0.7066746945073908	2	1	1	1	0	True	17734	maximal	True	MAD0046_000000018019	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	85.285	22.0	0.11530398322851153	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	True
FIJ0132_000000031125	1149	0.7066642927650116	2	2	2	2	2	False	40733	fragment	False	FIJ0132_000000031125	1.0		0	0	False	False	0.9991296529769897	0					non-mobilizable	chromosome	1149.0	98.346	100.0	0.00021712984232174595	LR607330.1	enterobacteria	Klebsiella quasipneumoniae strain 4928STDY7071295 genome assembly, chromosome: 1	False	False
USA0034_01_000000039866	1292	0.7066598786111601	1	1	1	1	1	False	1449	maximal	True	USA0034_01_000000039866	1.0		1	1	False	False	0.9806501269340515	0					non-mobilizable	other	1072.0	85.541	90.0	0.00025027172701395624	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ISR0830_000000010362	2626	0.7066593184645423	3	3	3	2	2	False	131668	fragment	False	DEN0028_000000005326	0.4161637309536194		0	0	False	False	0.9992383718490601	0					non-mobilizable	no_good_hit	916.0	87.009	35.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0011_000000020500	2174	0.706659030465389	2	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.8222354007708857		0	0	False	False	0.9995400309562683	0					non-mobilizable	other	2174.0	99.54	100.0	0.008581335102517929	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0174_000000012734	1927	0.7066506896590677	2	2	1	2	1	True	29893	maximal	True	ISR0174_000000012734	1.0		7	4	False	False	0.9989621043205261	0					non-mobilizable	other	1941.0	93.096	100.0	0.07674621422342028	NZ_PUEC01000034.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq34, whole genome shotgun sequence	False	True
ISR0392_000000022592	1543	0.7066505889523662	2	2	2	1	2	False	108710	fragment	False	ISR0392_000000022592	1.0		0	0	False	False	0.9980557560920715	0					non-mobilizable	chromosome	1543.0	97.40799999999999	100.0	0.00034295140282924894	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0110_000000012980	1418	0.7066505889523662	2	2	2	1	2	False	107326	fragment	False	CHI0042_000000007421	0.40153097234111496		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	97.955	100.0	0.1407149950347567	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0090_000000045837	1355	0.706648771095053	1	1	1	1	1	False	9530	maximal	True	MON0090_000000045837	1.0		9	6	False	False	0.9992619752883911	0					non-mobilizable	no_good_hit	1138.0	72.056	83.0	0.026611835885800718	NZ_CACVNJ010000016.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
ISR0203_000000013385	1344	0.706648771095053	1	1	1	1	1	False	94701	maximal	False	CAN0009_000000020980	0.9768552534900808		0	0	False	False	0.9940476417541504	0					non-mobilizable	other	1289.0	74.942	95.0	0.012283452448514347	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CAN0015_000000023951	1469	0.7066455265709097	1	1	1	1	1	False	93181	maximal	True	CAN0015_000000023951	1.0		34	8	False	False	0.9993192553520203	0					non-mobilizable	no_good_hit	1143.0	70.866	76.0	0.003420935137714963	NZ_FQXU01000008.1	firmicutes	Clostridium intestinale DSM 6191, whole genome shotgun sequence	True	False
CHI0129_000000012158	2016	0.7066395376704139	2	2	2	2	2	False	92116	fragment	False	CHI0129_000000012158	1.0		0	0	False	False	0.9995039701461792	0					non-mobilizable	no_good_hit	1344.0	80.432	66.0	0.03462787374983764	GU942954.1		Uncultured organism clone 26 genomic sequence	True	False
CHI0179_000000006205	2910	0.7066302796973278	4	3	2	2	3	False	89193	fragment	False	CHI0096_000000002395	0.7562331540478648		0	0	False	False	0.9934707880020142	0					non-mobilizable	chromosome	2910.0	99.553	100.0	0.0005606125458111412	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
SPA0040_000000028255	1511	0.7066281091156256	2	1	1	1	1	False	10810	fragment	False	MON0061_000000029370	0.9589743589743589		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	96.691	100.0	0.02080434273432441	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0092_000000010361	1780	0.7066234349645886	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.9106595921966183		0	0	False	False	1.0	0					non-mobilizable	other	1674.0	81.541	97.0	0.0007690715897102379	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
ISR0374_000000007525	2116	0.7066185750069531	3	2	1	1	0	True	111377	fragment	False	ISR0093_000000009557	0.7670815206814197		0	0	False	False	0.989130437374115	0					non-mobilizable	no_good_hit								True	True
DEN0069_000000016493	1649	0.7066179461504571	3	1	1	1	1	False	91022	maximal	True	DEN0069_000000016493	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0093_000000004590	7602	0.7066156737208328	6	3	3	3	3	False	12217	maximal	False	MON0035_000000002688	0.9467878001297858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	72.859	12.0	0.044906677516147075	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
MAD0099_000000011418	2690	0.7066107510803925	6	4	3	2	2	False	15233	maximal	True	MAD0099_000000011418	1.0		1	1	False	False	0.994795560836792	0					non-mobilizable	no_good_hit	88.0	85.227	3.0	0.04084507042253521	NZ_BCNQ01000269.1	high GC Gram+	Piscicoccus intestinalis NBRC 104926, whole genome shotgun sequence	True	False
ISR0183_000000021769	1422	0.706610342049215	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.2544515821779613		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	98.17200000000001	100.0	0.01981537260151718	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0058_000000025898	1950	0.7066087081581459	2	1	1	1	1	False	130053	maximal	True	MON0058_000000025898	1.0		12	6	False	False	0.9779487252235413	0					non-mobilizable	no_good_hit	1181.0	92.54899999999999	61.0	0.0003552754031698394	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0088_000000001515	19252	0.7065926666337792	6	6	5	5	4	False	93532	maximal	True	FIJ0088_000000001515	1.0		15	2	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	93.321	9.0	0.0007065078125771268	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
DEN0083_000000005006	5153	0.7065890789783079	7	4	3	3	4	False	75892	fragment	False	ISR0185_000000005310	0.9619403676832441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000010293	4852	0.7065840273480704	5	4	3	4	3	True	49683	maximal	True	FIJ0021_000000010293	0.9939637800032886		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	94.98100000000001	21.0	0.009580816129869166	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
ISR0793_000000006590	2429	0.7065750977260074	4	4	4	3	1	False	22016	maximal	True	ISR0793_000000006590	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	76.813	31.0	0.00028361612038390634	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
MON0101_000000034532	1872	0.7065730136366273	1	1	1	1	1	False	9039	maximal	True	MON0101_000000034532	1.0		0	0	False	False	0.9535256624221802	0					non-mobilizable	no_good_hit	605.0	73.884	32.0	9.928066795765076e-05	NZ_LR590484.1	CFB group bacteria	Sphingobacterium thalpophilum strain NCTC11429 chromosome 1	True	False
ISR0080_000000003931	6969	0.7065707259713974	8	3	3	3	2	False	116899	fragment	False	ISR0080_000000003931	1.0		0	0	False	False	0.9992825388908386	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000009306	4198	0.7065699002572152	9	3	1	3	1	True	101811	fragment	False	USA0003_01_000000009306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1957.0	86.714	46.0	0.001569581700031021	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
FIJ0005_000000026868	1364	0.7065680540816547	1	1	1	1	1	False	51865	fragment	False	FIJ0005_000000026868	0.9507816078350227		0	0	False	False	0.990469217300415	0					non-mobilizable	other	1364.0	97.727	100.0	0.012494728929468494	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0053_000000003557	7427	0.7065644842600994	7	6	1	2	6	True	63891	maximal	True	ENG0053_000000003557	1.0		1	1	False	False	1.0	0	rep_cluster_3				non-mobilizable	plasmid	6534.0	99.602	95.0	0.11925583773026856	CP033624.1	enterobacteria	Klebsiella pneumoniae strain 4743 plasmid unnamed6	False	True
ISR0355_000000012405	1665	0.7065641072905403	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.6241843191562375		0	0	False	False	0.9891892075538635	0					non-mobilizable	other	1104.0	97.736	96.0	0.010111288341308693	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MAD0100_000000009371	3965	0.706563866162724	7	2	1	2	2	False	69242	fragment	False	ENG0182_000000006958	0.9609198291027896		0	0	False	False	0.9982345700263977	0					non-mobilizable	no_good_hit								True	False
SPA0102_000000020396	1587	0.7065602611459748	2	2	2	2	1	False	84768	fragment	False	SPA0102_000000020396	1.0		0	0	False	False	0.9974794983863831	0					non-mobilizable	no_good_hit								True	False
ENG0059_000000006256	2003	0.7065573846965783	3	3	2	1	2	False	69382	maximal	True	ENG0059_000000006256	1.0		143	11	False	False	0.9990015029907227	0					non-mobilizable	no_good_hit	1316.0	96.884	88.0	0.0003671586256690578	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0123_000000006306	1733	0.7065564994243734	4	4	1	2	4	False	58969	fragment	False	FIJ0155_000000011855	0.9478609625668449		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	99.596	100.0	0.0003261456383387587	CP009859.1	enterobacteria	Escherichia coli strain ECONIH1, complete genome	False	False
ISR0099_000000005855	3665	0.7065530724054875	5	5	5	5	3	True	103490	fragment	False	ISR0099_000000005855	0.9886666843534565		0	0	False	False	1.0	0					non-mobilizable	other	3665.0	99.56299999999999	100.0	0.001647281243928939	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	True
ISR0321_000000007563	1535	0.7065411277030227	2	2	1	1	2	False	99072	fragment	False	ISR0321_000000007563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	77.143	13.0	0.003488214575995665	NZ_LT707051.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
USA0037_01_000000007528	4744	0.7065327672705498	5	4	3	4	3	True	49683	maximal	False	FIJ0021_000000010293	0.9822388972076878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	94.98100000000001	22.0	0.009580816129869166	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
ISR0137_000000001469	18470	0.7065265475897631	27	15	7	13	7	True	132297	fragment	False	SPA0131_000000000731	0.9374872659780654		0	0	False	False	1.0	0					non-mobilizable	other	13321.0	92.853	98.0	0.5884749966780352	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
FIJ0121_000000008712	2999	0.7065227930453233	5	4	4	4	3	False	41489	maximal	True	FIJ0121_000000008712	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1301.0	98.23200000000001	43.0	0.006067592985862508	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0040_000000008520	1770	0.7065136775871746	1	1	0	1	0	True	109083	maximal	True	CHI0040_000000008520	0.9677476784694793		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	89.583	5.0	0.000741746101887507	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0130_000000012016	1708	0.7065136775871746	1	1	0	1	0	True	109083	maximal	False	CHI0040_000000008520	0.9537285324788488		0	0	False	False	0.9994145035743713	0					non-mobilizable	no_good_hit	71.0	91.54899999999999	7.0	0.00015395578389886425	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0334_000000012685	1675	0.7065136775871746	1	1	0	1	0	True	109083	maximal	False	CHI0040_000000008520	0.9506529591553209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	87.5	6.0	0.000741746101887507	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0110_000000015462	1517	0.7065136775871746	1	1	0	1	0	True	109081	fragment	False	ISR0110_000000015462	0.9960792970732734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	89.583	6.0	0.000741746101887507	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0033_000000021561	1470	0.7065136775871746	1	1	0	1	0	True	109081	fragment	False	ISR0110_000000015462	0.9810767225137335		0	0	False	False	0.9993197321891785	0					non-mobilizable	no_good_hit	97.0	89.691	7.0	0.000741746101887507	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0209_000000019229	1467	0.7065136775871746	1	1	0	1	0	True	109081	fragment	False	ISR0110_000000015462	0.9879974670638904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	89.583	6.0	0.000741746101887507	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MAD0088_000000018122	1458	0.7065136775871746	1	1	0	1	0	True	109081	fragment	False	ISR0110_000000015462	0.9864863054323819		0	0	False	False	0.9993141293525696	0					non-mobilizable	no_good_hit	97.0	89.691	7.0	0.000741746101887507	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0366_000000014078	1458	0.7065136775871746	1	1	0	1	0	True	109081	fragment	False	ISR0110_000000015462	0.9870863880633255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	89.583	7.0	0.000741746101887507	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0016_000000015522	1435	0.7065136775871746	1	1	0	1	0	True	109081	fragment	False	ISR0110_000000015462	0.9663474405110118		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	89.583	7.0	0.000741746101887507	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0141_000000021791	1422	0.7065136775871746	1	1	0	1	0	True	109079	fragment	False	ISR0141_000000021791	0.9917936140110485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	91.54899999999999	5.0	0.00015395578389886425	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0068_000000014670	1404	0.7065136775871746	1	1	0	1	0	True	109081	fragment	False	ISR0110_000000015462	0.9595190661139743		0	0	False	False	0.9893162250518799	0					non-mobilizable	no_good_hit	96.0	89.583	7.0	0.000741746101887507	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
AST0094_000000017842	1290	0.7065136775871746	1	1	0	1	0	True	109079	fragment	False	ISR0141_000000021791	0.9750860264276865		0	0	False	False	0.9992247819900513	0					non-mobilizable	no_good_hit	77.0	87.01299999999999	6.0	0.0005839277823369737	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0104_000000022569	1243	0.7065136775871746	1	1	0	1	0	True	109079	fragment	False	ISR0141_000000021791	0.8734514131250335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	86.84200000000001	6.0	0.0005839277823369737	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0081_000000041741	1243	0.7065136775871746	1	1	0	1	0	True	109079	fragment	False	ISR0141_000000021791	0.8676853215010981		0	0	False	False	0.962992787361145	0					non-mobilizable	no_good_hit	71.0	91.54899999999999	6.0	0.00015395578389886425	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0048_000000020456	1243	0.7065136775871746	1	1	0	1	0	True	109079	fragment	False	ISR0141_000000021791	0.8733576639480671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	86.84200000000001	6.0	0.0005839277823369737	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0009_000000027721	1230	0.7065136775871746	1	1	0	1	0	True	109079	fragment	False	ISR0141_000000021791	0.8720651874083812		0	0	False	False	0.992682933807373	0					non-mobilizable	no_good_hit	76.0	86.84200000000001	6.0	0.0005839277823369737	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0208_000000024562	1212	0.7065136775871746	1	1	0	1	0	True	109079	fragment	False	ISR0141_000000021791	0.8657559576005804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	91.525	5.0	0.0004497822107190203	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0157_000000027042	1175	0.7065136775871746	1	1	0	1	0	True	109079	fragment	False	ISR0141_000000021791	0.844848664339695		0	0	False	False	0.9982978701591492	0					non-mobilizable	no_good_hit	76.0	86.84200000000001	6.0	0.0005839277823369737	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
SPA0092_000000039478	1158	0.7065136775871746	1	1	0	1	0	True	109079	fragment	False	ISR0141_000000021791	0.8360889362931528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	86.84200000000001	6.0	0.0005839277823369737	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
SPA0141_000000006729	3474	0.7065109538792336	4	4	4	3	3	False	47572	fragment	False	USA0120_01_000000003075	0.94609375		0	0	False	False	1.0	0					non-mobilizable	chromosome	3474.0	98.50299999999999	100.0	0.0007902686981877097	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MAD0094_000000000204	29851	0.7065108983553036	61	20	7	17	13	False	52305	maximal	True	MAD0094_000000000204	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	98.649	1.0	0.06886880648177002	KX128338.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR_28 genomic sequence	True	False
AST0035_000000008346	1941	0.7065098053227469	3	1	1	1	1	False	116805	fragment	False	ISR0106_000000013221	0.9580036435243201		0	0	False	False	0.9994847774505615	0					non-mobilizable	other	1941.0	96.084	100.0	0.0007045360865925693	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0057_000000005133	4307	0.7065016085521598	5	4	1	3	3	False	11049	maximal	True	MON0057_000000005133	0.9372170598046223		1	1	False	False	1.0	0					non-mobilizable	other	4331.0	80.189	99.0	0.0018350751358229428	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
SPA0079_000000000320	28452	0.7064948276085126	32	18	10	18	10	True	105276	fragment	False	SPA0079_000000000320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5744.0	77.873	20.0	0.057925309514847555	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
ISR0346_000000005365	3677	0.7064945599427429	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9843885038454436		0	0	False	True	0.9991841316223145	0					non-mobilizable	chromosome	3575.0	89.147	100.0	0.0007378210456480026	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0187_000000007449	3672	0.7064945599427429	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9826709748464723		0	0	False	True	0.9980936646461487	0					non-mobilizable	chromosome	3549.0	89.208	100.0	0.0007324490637978631	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0251_000000003457	3668	0.7064945599427429	4	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.983563035687666		0	0	False	True	1.0	0					non-mobilizable	chromosome	3609.0	89.111	100.0	0.0007448459449904926	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0804_000000004917	3651	0.7064945599427429	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9741099497220822		0	0	False	True	1.0	0					non-mobilizable	chromosome	3569.0	89.12899999999999	98.0	0.0007363747428421958	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0395_000000010664	3619	0.7064945599427429	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9813481335756807		0	0	False	True	1.0	0					non-mobilizable	chromosome	3550.0	89.18299999999999	100.0	0.0007326556784844069	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
SPA0096_000000010058	3605	0.7064945599427429	4	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9803129153038489		0	0	False	True	0.9986130595207214	0					non-mobilizable	chromosome	3556.0	89.229	99.0	0.0007338953666036699	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
ISR0785_000000009154	3566	0.7064945599427429	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9744727518065088		0	0	False	True	1.0	0					non-mobilizable	other	3568.0	88.565	100.0	0.001982009028843374	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
AUS0006_000000006583	3451	0.7064945599427429	3	3	3	3	3	False	121284	fragment	False	ISR0079_000000007369	0.9508574274383023		0	0	False	True	1.0	0					non-mobilizable	chromosome	3454.0	89.288	100.0	0.0007130272832627434	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
FIJ0003_000000004154	6041	0.7064831685114464	11	7	1	3	5	True	52218	fragment	False	FIJ0003_000000004154	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0016_000000003035	7155	0.7064775376440996	12	8	8	7	6	False	100641	maximal	True	AUS0016_000000003035	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000001083	17440	0.7064757455146847	19	7	2	2	7	False	42060	maximal	True	FIJ0112_000000001083	1.0		1	1	False	False	0.9999426603317261	0					non-mobilizable	no_good_hit	178.0	79.775	1.0	5.5447758589591675e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0128_000000008448	3026	0.7064714163004353	3	2	2	2	2	False	109232	maximal	True	FIJ0128_000000008448	1.0		1	1	False	False	0.9957038760185242	0					non-mobilizable	no_good_hit	1212.0	73.68	39.0	0.007084024739779755	NZ_FNHZ01000006.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
SPA0008_000000012977	2345	0.7064705767706793	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8714769332494142	PS871	0	0	True	True	1.0	3					non-mobilizable	other	2322.0	92.463	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0131_000000008777	2114	0.7064705767706793	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.6099199266132124	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2115.0	94.75200000000001	100.0	0.9151147682979645	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0393_000000011375	1576	0.7064705586161091	3	2	2	2	1	False	64478	maximal	True	ISR0393_000000011375	0.9644295302013423		389	13	False	False	0.9841370582580566	0					non-mobilizable	chromosome	1576.0	94.98700000000001	100.0	0.0006828975146432739	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0084_000000007470	3766	0.7064705395534461	3	2	2	2	1	True	49895	backbone	False	ISR0371_000000003554	0.5410667408252838	PS190	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	680.0	90.0	35.0	0.23403520883672765	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0013_000000048858	1177	0.706465443994926	2	2	2	2	2	False	13469	maximal	True	MON0013_000000048858	1.0		77	8	False	False	0.9983007907867432	0					non-mobilizable	other	1177.0	100.0	100.0	0.08917197452229299	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	False	False
MON0095_000000020047	1568	0.7064554256774206	3	3	3	3	2	False	9307	fragment	False	MON0095_000000020047	1.0		0	0	False	False	0.9974489808082581	0					non-mobilizable	no_good_hit	423.0	72.104	27.0	0.00011370283558432983	CP045725.1	high GC Gram+	Raineyella sp. CBA3103 chromosome, complete genome	True	False
ENG0089_000000008431	2526	0.7064464909999439	3	2	2	2	2	False	61298	maximal	True	ENG0089_000000008431	1.0		1	1	False	False	0.9861441254615784	0					non-mobilizable	other	1649.0	96.84700000000001	99.0	0.0005984925106724507	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0145_000000015937	1803	0.7064437887757787	4	2	1	1	2	False	31066	fragment	False	ISR0145_000000015937	1.0		0	0	False	False	0.999445378780365	0					non-mobilizable	no_good_hit	871.0	76.923	48.0	0.00022693130239897678	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
TAN0009_000000015183	2518	0.7064341408263239	3	3	3	2	1	False	19009	fragment	False	TAN0009_000000015183	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2460.0	80.203	96.0	0.007697223467470408	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
SPA0046_000000002916	7722	0.7064227358361099	6	5	5	5	5	False	104490	fragment	False	SPA0031_000000002386	0.5786153710262969		0	0	False	False	1.0	0					non-mobilizable	other	7723.0	99.728	100.0	0.0546151615253482	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
DEN0082_000000025725	1625	0.7064180027558912	2	2	1	2	1	False	103866	fragment	False	ENG0047_000000012628	0.9375813163016171		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	99.69200000000001	100.0	0.02594870975473356	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0154_000000014803	2166	0.7064179748016155	3	3	3	3	3	False	79171	maximal	True	CHI0154_000000014803	1.0		1	1	False	False	0.9879962801933289	0					non-mobilizable	no_good_hit	480.0	71.042	22.0	0.00047626351095002463	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
FIJ0162_000000021029	1109	0.7064068281432424	2	2	1	2	1	True	39188	fragment	False	FIJ0162_000000021029	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1114.0	93.537	100.0	0.04411941014266874	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ISR0282_000000004187	4684	0.7064016756206389	3	3	3	3	3	False	122469	maximal	True	ISR0282_000000004187	1.0	PS871	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2320.0	93.79299999999999	49.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0107_000000003906	5188	0.7064011572755803	7	7	7	6	4	False	32864	maximal	True	ISR0107_000000003906	1.0		1	1	False	False	0.9998072385787964	0					non-mobilizable	no_good_hit	631.0	71.157	12.0	0.0006159034646064796	CP002188.1	mycoplasmas	Mycoplasma bovis PG45 clone MU clone A2, complete genome	True	False
ISR0819_000000005645	4249	0.7063949741303777	7	5	3	5	5	False	122693	fragment	False	DEN0046_000000004717	0.9474166643977965		0	0	False	False	1.0	0					non-mobilizable	other	4249.0	99.71799999999999	100.0	0.007599623965726342	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
FIJ0095_000000017648	1559	0.7063946114829137	2	2	2	2	2	False	43103	fragment	False	FIJ0095_000000017648	1.0		0	0	False	False	0.9993585348129272	0					non-mobilizable	other	1559.0	97.434	100.0	0.009518689133542688	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
SPA0109_000000027712	1242	0.7063921817226958	2	2	1	2	1	False	4644	maximal	True	SPA0109_000000027712	1.0		0	0	False	False	0.9726247787475586	0					non-mobilizable	no_good_hit	177.0	99.435	14.0	0.0011155267377814962	NZ_CYZN01000008.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0125_000000017586	1510	0.7063911072214071	3	3	3	2	2	False	58813	maximal	True	ENG0125_000000017586	1.0		1	1	False	False	0.998675525188446	0					non-mobilizable	other	1510.0	99.735	100.0	0.0003327441402632317	NZ_JAAQVO010000001.1	enterobacteria	Hafnia paralvei strain H.a110, whole genome shotgun sequence	False	False
MON0010_000000005856	3865	0.7063896417751491	4	4	4	2	2	False	128175	maximal	True	MON0010_000000005856	1.0		55	10	False	False	1.0	0					non-mobilizable	no_good_hit	2169.0	94.744	56.0	0.12504327755337566	NZ_CABIWU010000048.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0311_000000018391	1291	0.7063860628308412	2	2	2	2	1	False	25286	fragment	False	ISR0311_000000018391	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	82.525	100.0	0.15292014302741358	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ITA0011_000000000176	12095	0.7063813071561409	15	4	1	4	1	False	28304	maximal	False	ISR0213_000000001563	0.9205370990123256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000001861	12073	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8887033924695991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.145153799435533e-05	NZ_VFJE01000053.1	CFB group bacteria	Flavobacterium microcysteis strain MaA-Y11 171, whole genome shotgun sequence	True	False
MAD0029_000000000352	12059	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8931392837441309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.214187224082593e-05	NZ_VOJA01000004.1	g-proteobacteria	Francisella salimarina strain SYSU SYW-1 SYW-1_S13_L001_R1_001_(paired)_contig_6, whole genome shotgun sequence	True	False
MON0011_000000002852	12014	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8324596092984792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000001547	12014	0.7063813071561409	15	4	1	4	1	False	74062	maximal	True	DEN0028_000000001547	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.580236189242215e-07	HG975442.1	eudicots	Solanum pennellii chromosome ch03, complete genome	True	False
FIJ0096_000000002187	11967	0.7063813071561409	16	4	1	4	1	False	50671	maximal	False	FIJ0070_000000001410	0.4601743741040656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0101_000000002062	11962	0.7063813071561409	15	4	1	4	1	False	52665	maximal	True	FIJ0101_000000002062	0.9248393164087313		28	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000001789	11930	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.9237700521046093		0	0	False	False	0.9999161958694458	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.965183869992784e-06	LR761671.1	butterflies	Aphantopus hyperantus genome assembly, chromosome: 24	True	False
MAD0087_000000001788	11925	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.887127142914592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0004_000000000513	11924	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8927526989383219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.214187224082593e-05	NZ_VOJA01000004.1	g-proteobacteria	Francisella salimarina strain SYSU SYW-1 SYW-1_S13_L001_R1_001_(paired)_contig_6, whole genome shotgun sequence	True	False
MAD0009_000000000573	11915	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8870298817107778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000001710	11910	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8892861332121256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000002943	11906	0.7063813071561409	14	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8890705969206684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0077_000000000417	11901	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8912877127220185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.214187224082593e-05	NZ_VOJA01000004.1	g-proteobacteria	Francisella salimarina strain SYSU SYW-1 SYW-1_S13_L001_R1_001_(paired)_contig_6, whole genome shotgun sequence	True	False
ISR0834_000000001260	11899	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.9003247783768759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0043_000000000974	11871	0.7063813071561409	15	4	1	4	1	False	56103	maximal	False	ISR0793_000000000795	0.9001197110568029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	0.0	6.611243631857306e-06	NZ_CP018845.1	b-proteobacteria	Herbaspirillum robiniae strain AA6 chromosome, complete genome	True	False
MAD0106_000000000915	11871	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8514349142580652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0070_000000001410	11854	0.7063813071561409	15	4	1	4	1	False	50671	maximal	True	FIJ0070_000000001410	0.8143376448844962		3	1	False	False	0.9998312592506409	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	0.0008114924882114267	LN591299.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001323	True	False
ISR0280_000000000404	11795	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8867602550246626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0065_000000001868	11786	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.9015198051155854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0312_000000001000	11772	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8843331796810071		0	0	False	False	0.9999150633811951	0					non-mobilizable	no_good_hit								True	False
MON0106_000000002453	11748	0.7063813071561409	17	4	1	4	1	False	8674	maximal	True	MON0106_000000002453	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	1.0	0.0002739771245605638	NZ_BJCL01000007.1	b-proteobacteria	Aquabacterium pictum strain W35 sequence07, whole genome shotgun sequence	True	False
FIJ0135_000000002439	11722	0.7063813071561409	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.9069008985549453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0839_000000001013	11700	0.7063813071561409	13	4	1	4	1	False	56103	maximal	False	ISR0793_000000000795	0.7245282735872227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0125_000000001763	11672	0.7063813071561409	15	4	1	4	1	False	58888	maximal	True	ENG0125_000000001763	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000002097	11648	0.7063813071561409	15	4	1	4	1	False	50671	maximal	False	FIJ0070_000000001410	0.8139246859050603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000000765	11623	0.7063813071561409	14	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.7976618922917482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000001841	11483	0.7063813071561409	15	4	1	4	1	False	50671	maximal	False	FIJ0070_000000001410	0.809247999758972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0106_000000002010	11464	0.7063813071561409	14	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.8946109506608282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0793_000000000795	11430	0.7063813071561409	15	4	1	4	1	False	56103	maximal	True	ISR0793_000000000795	0.9012817552394733		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000003101	11411	0.7063813071561409	15	4	1	4	1	False	50671	maximal	False	FIJ0070_000000001410	0.7006460295775274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.460038439091397e-07	LR812074.1	bony fishes	Danio rerio genome assembly, chromosome: 12	True	False
FIJ0161_000000001232	11346	0.7063813071561409	15	4	1	4	1	False	50671	maximal	False	FIJ0070_000000001410	0.6618449236324818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0101_000000003777	11342	0.7063813071561409	15	4	1	4	1	False	56103	maximal	False	ISR0793_000000000795	0.8861813445531244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000002985	11166	0.7063813071561409	14	4	1	4	1	False	49142	maximal	True	FIJ0032_000000002985	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0092_000000001947	11074	0.7063813071561409	14	4	1	4	1	False	50671	maximal	False	FIJ0070_000000001410	0.5673856286998293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.415029242226617e-05	NZ_ATTM01000005.1	CFB group bacteria	Flavobacterium antarcticum DSM 19726 YWADRAFT_scaffold_4.5_C, whole genome shotgun sequence	True	False
FIJ0016_000000001452	11027	0.7063813071561409	14	4	1	4	1	False	50671	maximal	False	FIJ0070_000000001410	0.5654969297313472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.415029242226617e-05	NZ_ATTM01000005.1	CFB group bacteria	Flavobacterium antarcticum DSM 19726 YWADRAFT_scaffold_4.5_C, whole genome shotgun sequence	True	False
TAN0013_000000000535	10896	0.7063813071561409	13	4	1	4	1	False	2582	maximal	True	TAN0013_000000000535	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018222435192246693	NZ_FQYI01000007.1	CFB group bacteria	Cruoricaptor ignavus strain DSM 25479, whole genome shotgun sequence	True	False
MON0044_000000003212	9572	0.7063813071561409	11	4	1	4	1	False	11647	fragment	False	MON0044_000000003212	0.9324165867178339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0085_000000001107	9381	0.7063813071561409	12	4	1	4	1	False	11647	fragment	False	MON0044_000000003212	0.9238926034266611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0006_000000001767	13827	0.7063806682900089	23	10	5	7	7	False	66646	fragment	False	SPA0006_000000001767	1.0		0	0	False	False	0.9994214177131653	0					non-mobilizable	no_good_hit	69.0	88.406	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	False
AST0092_000000008584	1652	0.7063713690486808	3	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.2788055031198774		0	0	False	False	1.0	0					non-mobilizable	other	1653.0	96.61200000000001	100.0	0.037540009144947414	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0093_000000016861	1519	0.7063663777498692	1	1	1	1	1	False	70056	fragment	False	ISR0093_000000016861	1.0		0	0	False	False	0.9986833333969116	0					non-mobilizable	no_good_hit	136.0	77.941	9.0	3.13388787557249e-05	NZ_LT839648.1	firmicutes	Oceanobacillus senegalensis strain Marseille-P3587, whole genome shotgun sequence	True	False
DEN0073_000000046516	1167	0.7063663777498692	2	1	1	1	1	False	70055	fragment	False	DEN0073_000000046516	1.0		0	0	False	False	0.9811482429504395	0					non-mobilizable	no_good_hit	136.0	77.941	12.0	3.13388787557249e-05	NZ_LT839648.1	firmicutes	Oceanobacillus senegalensis strain Marseille-P3587, whole genome shotgun sequence	True	False
MON0012_000000038616	1457	0.7063659319285375	2	2	2	2	1	False	13587	fragment	False	MON0012_000000038616	1.0		0	0	False	False	0.9519560933113098	0					non-mobilizable	other	1388.0	99.06299999999999	94.0	0.00628691351981035	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	False	False
ISR0345_000000009078	1497	0.7063635357187731	2	2	2	2	1	False	119664	fragment	False	ENG0204_000000015965	0.9250427193085619		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	99.93299999999999	100.0	0.000447241230140591	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0098_000000032186	1416	0.7063635357187731	2	2	2	2	1	False	119664	fragment	False	ENG0204_000000015965	0.9191973702300269		0	0	False	False	0.9957627058029175	0					non-mobilizable	other	1424.0	91.994	100.0	0.0004230256287760269	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0077_000000022485	1335	0.7063635357187731	3	2	2	2	1	False	119664	fragment	False	ENG0204_000000015965	0.872379607965161		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	94.60700000000001	100.0	0.000398511069369925	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0290_000000012993	1315	0.7063635357187731	3	2	2	2	1	False	119664	fragment	False	ENG0204_000000015965	0.8683514748801446		0	0	False	False	0.9916349649429321	0					non-mobilizable	other	1316.0	95.137	100.0	0.0003889444120407145	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0051_000000040309	1217	0.7063635357187731	2	2	2	2	1	False	119664	fragment	False	ENG0204_000000015965	0.6584068886365122		0	0	False	False	0.9975349307060242	0					non-mobilizable	other	1205.0	95.104	100.0	0.00035964652397000733	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0109_000000017003	1192	0.7063635357187731	2	2	2	2	1	False	119664	fragment	False	ENG0204_000000015965	0.6256922384492625		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	90.917	100.0	0.00035755381767924255	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0858_000000009247	1185	0.7063635357187731	2	2	2	2	1	False	119664	fragment	False	ENG0204_000000015965	0.6177400538281081		0	0	False	False	0.9949367046356201	0					non-mobilizable	other	1185.0	93.84	100.0	0.00035366736313925077	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0328_000000024747	1180	0.7063635357187731	2	2	2	2	1	False	119664	fragment	False	ENG0204_000000015965	0.6402498638331253		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	92.615	100.0	0.000351574656848486	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0008_000000025813	1121	0.7063635357187731	2	2	2	2	1	False	119664	fragment	False	ENG0204_000000015965	0.3540180838866448		0	0	False	False	0.9973238110542297	0					non-mobilizable	other	1122.0	95.98899999999999	100.0	0.00033453404848082975	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0038_000000021802	1561	0.7063620350776092	3	2	2	2	2	False	122000	fragment	False	MON0038_000000021802	1.0		0	0	False	False	0.9352979063987732	0					non-mobilizable	no_good_hit	1348.0	79.896	86.0	0.00036332476621313026	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
SPA0088_000000007886	1986	0.7063591986147479	3	2	2	1	1	False	8297	fragment	False	SPA0088_000000007886	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1988.0	96.12700000000001	99.0	0.017187730231509973	NZ_NFHM01000007.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_7, whole genome shotgun sequence	False	False
SPA0005_000000017831	1615	0.7063591986147479	2	2	2	1	1	False	8296	fragment	False	SPA0005_000000017831	1.0		0	0	False	False	0.9956656098365784	0					non-mobilizable	other	1615.0	97.27600000000001	99.0	0.013980740727899942	NZ_NFHM01000007.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_7, whole genome shotgun sequence	False	False
ENG0004_000000010625	2476	0.706334182849866	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.36543546553308487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	85.56700000000001	51.0	0.00023236724992674264	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0037_000000029779	2351	0.706334182849866	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.3527758603402146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	87.76299999999999	47.0	0.0001585697012943252	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0115_000000010362	2314	0.706334182849866	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.32091695735734965		0	0	False	False	0.9982714056968689	0					non-mobilizable	no_good_hit	643.0	85.226	47.0	0.0001804225259490871	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0033_000000008688	2284	0.706334182849866	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.308560902212569		0	0	False	False	0.99956214427948	0					non-mobilizable	no_good_hit	648.0	85.185	47.0	0.0001818276858085037	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0102_000000002214	9558	0.7063275186017862	12	5	2	5	0	True	116911	fragment	False	ENG0113_000000002542	0.9733597135397465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	96.02	8.0	0.00011421332672403422	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0188_000000002058	9540	0.7063275186017862	12	5	2	5	0	True	116911	fragment	False	ENG0113_000000002542	0.9719422521151342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	95.866	8.0	0.00010986510362540348	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
USA0059_01_000000001635	13589	0.7063237850012509	14	7	1	7	2	False	82631	fragment	False	USA0059_01_000000001635	1.0		0	0	False	False	0.999779224395752	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	3.12040407590465e-05	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	True	False
ISR0215_000000009459	3065	0.7063234014318379	3	2	2	2	1	False	76681	maximal	False	ENG0041_000000007667	0.9637413392324702		0	0	False	True	1.0	0					non-mobilizable	other	3065.0	97.84700000000001	100.0	0.032616563764104746	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ISR0155_000000004259	6137	0.7063207588864207	5	4	4	4	3	False	130746	fragment	False	ISR0130_000000004031	0.9041441466858781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	89.21799999999999	75.0	0.0004030526187042584	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0097_000000013751	2558	0.7063162173140315	2	2	2	2	2	False	9237	maximal	True	MON0097_000000013751	1.0		57	9	True	True	0.9988272190093994	4					non-mobilizable	other	1809.0	99.945	100.0	0.0005802120726471727	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0061_000000021276	1978	0.7063144590760219	1	1	1	1	1	False	126634	fragment	False	AST0061_000000021276	0.9813747269547682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	98.669	80.0	0.09220231822971549	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	True	False
CHI0132_000000019985	1524	0.7063118380095094	3	3	3	3	2	False	80863	maximal	True	CHI0132_000000019985	1.0		4	3	False	False	0.9829396605491638	0					non-mobilizable	no_good_hit	399.0	76.942	26.0	0.006036559006978324	NZ_SIXC01000014.1	d-proteobacteria	Desulfovibrio legallii strain H1T scaffold_13, whole genome shotgun sequence	True	False
MON0013_000000013339	3581	0.7063108604969612	4	4	4	4	4	False	81470	fragment	False	MON0013_000000013339	0.9296013570822732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1414.0	81.047	81.0	0.00047392455646148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0010_000000011759	1613	0.7063094083309736	2	2	2	2	1	False	79243	maximal	True	FIJ0010_000000011759	1.0		1	1	False	False	0.9993800520896912	0					non-mobilizable	no_good_hit	1160.0	99.741	89.0	0.012102163561941359	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	False
SPA0033_000000006635	4465	0.7062955542352011	5	5	4	4	3	True	59072	fragment	False	SPA0033_000000006635	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	93.264	56.0	0.0030184720167864883	NZ_AQXR01000009.1	high GC Gram+	Alloscardovia criceti DSM 17774 D570DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
ISR0018_000000014646	1437	0.7062899475805269	2	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.06811847011472144		0	0	False	False	1.0	0					non-mobilizable	chromosome	1437.0	90.118	100.0	0.00045262375209330607	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
TAN0005_000000008799	1946	0.7062887156109748	2	2	2	2	1	True	100214	maximal	True	TAN0005_000000008799	1.0		3	2	False	False	0.9912641048431396	0					non-mobilizable	no_good_hit	894.0	91.275	46.0	0.0002497126067954826	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0034_000000009608	1531	0.7062851367434703	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.440933936959466		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	96.545	100.0	0.0017045239468357757	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0185_000000020684	1597	0.7062840806647608	3	3	3	3	2	False	94372	fragment	False	ISR0185_000000020684	0.9858292830051832		0	0	False	False	0.9981215000152588	0					non-mobilizable	no_good_hit	566.0	98.76299999999999	35.0	0.004739416003288232	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0080_000000006831	5624	0.7062752524636348	6	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7864674498611293	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	5450.0	99.90799999999999	100.0	0.5348974182781977	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
CHI0030_000000002566	2290	0.7062752139062901	3	3	2	2	2	True	88531	fragment	False	CHI0030_000000002566	0.9914489311163895		0	0	False	False	1.0	0					non-mobilizable	other	2149.0	99.581	98.0	0.0004160219585221459	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0005_000000008588	2795	0.7062591612581405	3	2	2	2	2	False	79042	fragment	False	ENG0005_000000008588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	78.947	22.0	0.0010915090216775366	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0068_000000020989	1375	0.7062577123004183	2	2	2	2	2	False	119664	fragment	False	ENG0204_000000015965	0.8815711916812733		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	92.00299999999999	95.0	0.00038984128616532796	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0044_000000018460	1349	0.7062577123004183	2	2	2	2	2	False	119664	fragment	False	ENG0204_000000015965	0.8976567629653626		0	0	False	False	0.9992586970329285	0					non-mobilizable	other	1357.0	91.74600000000001	100.0	0.0004029954399929924	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0850_000000012964	1220	0.7062577123004183	2	2	2	2	2	False	119664	fragment	False	ENG0204_000000015965	0.5026640498714948		0	0	False	False	0.9967213273048401	0					non-mobilizable	other	1228.0	90.87899999999999	100.0	0.0003656256848007639	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0099_000000015297	1368	0.7062497451114373	1	1	1	1	1	False	121019	maximal	False	ISR0228_000000018856	0.5783029648443482		0	0	False	False	0.9934210777282715	0					non-mobilizable	other	1368.0	99.196	100.0	0.018425167133922796	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0032_000000011532	2843	0.7062468219423057	3	3	3	3	2	False	118703	fragment	False	ISR0042_000000009936	0.9567814476458187		0	0	False	False	1.0	0					non-mobilizable	other	2668.0	97.976	94.0	0.015490763668491845	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
USA0130_01_000000004693	8418	0.7062351634688069	13	9	6	7	9	False	81402	maximal	True	USA0130_01_000000004693	1.0		1	1	False	False	0.9997624158859253	0					non-mobilizable	no_good_hit	221.0	75.566	3.0	0.00022327813458835537	NZ_RSTD01000001.1	firmicutes	Lactobacillus metriopterae strain JCM 31635 contig1, whole genome shotgun sequence	True	False
ENG0103_000000002629	7696	0.706232292292735	8	7	6	6	7	False	60330	maximal	True	ENG0103_000000002629	1.0		8	4	False	False	1.0	0					non-mobilizable	other	7700.0	96.675	100.0	0.005846172075091069	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	False	False
ENG0159_000000005289	4177	0.7062207872457078	5	4	3	3	4	True	79824	fragment	False	ISR0079_000000005702	0.6413387607417458		0	0	False	False	0.9992817640304565	0					non-mobilizable	other	4177.0	99.976	100.0	0.09133059224914705	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0046_000000026698	1310	0.7062169741176608	2	2	2	2	2	False	11501	fragment	False	MON0046_000000026698	1.0		0	0	False	False	0.976335883140564	0					non-mobilizable	chromosome	1260.0	88.175	96.0	0.0004217524639532915	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0202_000000009963	2178	0.706216227243663	4	3	3	3	3	False	131176	fragment	False	ENG0202_000000009963	0.9839458343431534		0	0	False	False	0.9958677887916565	0					non-mobilizable	other	2161.0	97.316	99.0	0.007958244099509383	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
AST0019_000000005772	4545	0.7062146165784626	5	3	1	3	1	False	122854	fragment	False	ISR0104_000000005033	0.9405641246541236		0	0	False	False	0.9964796304702759	0					non-mobilizable	no_good_hit								True	False
MON0045_000000014106	1439	0.7062074224395125	3	2	2	1	1	False	11560	maximal	True	MON0045_000000014106	1.0		0	0	False	False	0.9909659624099731	0					non-mobilizable	no_good_hit								True	False
ISR0213_000000011916	2174	0.7062008631909757	2	2	2	2	2	False	98641	maximal	True	ISR0213_000000011916	0.9992757122163206		425	13	False	False	1.0	0					non-mobilizable	chromosome	2174.0	99.72399999999999	100.0	0.0004601929888020412	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ENG0033_000000006710	3899	0.7061922239928305	4	3	2	3	2	False	130349	backbone	False	ISR0335_000000002496	0.14726581677612863	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3901.0	98.667	100.0	0.0007532166651269206	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0046_000000010891	2878	0.7061868514586168	5	2	2	2	1	False	12224	maximal	True	MON0046_000000010891	1.0		6	1	False	False	0.9892286062240601	0					non-mobilizable	no_good_hit	627.0	76.715	22.0	0.00014013491046331594	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0136_000000020313	1377	0.7061864560392924	3	3	3	3	2	False	40520	maximal	True	FIJ0136_000000020313	1.0		25	7	False	False	0.9862018823623657	0					non-mobilizable	no_good_hit	508.0	74.40899999999999	36.0	7.906903792021967e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
MON0047_000000035168	1138	0.706180138016389	2	2	2	2	1	False	11433	maximal	True	MON0047_000000035168	1.0		235	13	False	False	1.0	0					non-mobilizable	other	1140.0	90.87700000000001	100.0	0.005043895644150279	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	False	False
MON0008_000000022377	1621	0.7061779952462434	2	2	2	2	1	True	13853	fragment	False	MON0008_000000022377	1.0		0	0	False	False	0.9993830919265747	0					non-mobilizable	other	1598.0	86.045	98.0	0.05567024738444312	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0058_000000005278	5408	0.7061771087852554	9	4	1	3	2	True	73806	maximal	True	ENG0058_000000005278	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	77.617	35.0	0.047196909667194926	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
DEN0046_000000004848	4553	0.7061727111634013	4	4	3	3	3	False	103072	fragment	False	DEN0046_000000004848	1.0		0	0	False	False	0.9953876733779907	0					non-mobilizable	chromosome	3397.0	99.853	98.0	0.0009504748315887903	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0013_000000008364	2925	0.7061712522198521	3	2	2	1	1	False	93037	maximal	True	ISR0013_000000008364	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	98.31	47.0	0.1288640242746065	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0200_000000011120	1840	0.7061712522198521	3	2	2	1	1	False	93036	fragment	False	ENG0200_000000011120	0.9889807162534435		0	0	False	False	0.991847813129425	0					non-mobilizable	no_good_hit	1274.0	98.509	69.0	0.12061445097667362	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0012_000000013340	1717	0.7061712522198521	2	2	2	1	1	False	93039	fragment	False	MAD0049_000000010213	0.9407529187701149		0	0	False	False	1.0	0					non-mobilizable	other	1717.0	97.962	100.0	0.16271572160060688	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0133_000000015464	1460	0.7061712522198521	2	2	2	1	1	False	93032	fragment	False	ISR0834_000000011067	0.8357724682001626		0	0	False	False	0.9732876420021057	0					non-mobilizable	other	1439.0	97.568	98.0	0.136165370756685	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0006_000000018862	1969	0.7061655023253042	2	1	1	1	1	False	51714	maximal	True	FIJ0006_000000018862	1.0		5	1	False	False	0.9989842772483826	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000025230	1296	0.7061655023253042	2	1	1	1	1	False	49043	fragment	False	FIJ0026_000000025230	1.0		0	0	False	False	0.9945987462997437	0					non-mobilizable	no_good_hit								True	False
ISR0095_000000018519	1819	0.7061592369832802	3	3	3	2	2	False	126813	maximal	True	ISR0095_000000018519	1.0		1	1	False	False	0.9989004731178284	0					non-mobilizable	chromosome	1486.0	82.1	95.0	0.0006290411175063386	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ENG0113_000000019903	1400	0.7061584123095146	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.2876366199795104		0	0	False	False	0.9907143115997314	0					non-mobilizable	other	1400.0	100.0	100.0	0.00029076902900395085	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
MON0103_000000031712	1741	0.7061574254199838	2	2	2	2	2	False	86952	fragment	False	MON0103_000000031712	1.0		0	0	False	False	0.9902355074882507	0					non-mobilizable	other	1741.0	99.885	100.0	0.01272301842644048	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	False	False
ENG0028_000000003546	4265	0.7061566783722125	7	5	3	4	3	False	65914	maximal	True	ENG0028_000000003546	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	72.135	31.0	0.000449654619327266	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0105_000000012071	2864	0.7061496000616116	5	4	4	4	2	False	66707	fragment	False	MAD0105_000000012071	1.0		0	0	False	False	0.9982541799545288	0					non-mobilizable	no_good_hit	1898.0	75.553	69.0	0.0077370320794672345	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
FIJ0071_000000023514	1554	0.7061481229330709	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.588002304912979		0	0	False	False	0.9980695247650146	0					non-mobilizable	other	1555.0	97.363	100.0	0.000381006460192548	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0146_000000030616	1398	0.7061481229330709	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.35310067183857746		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	97.78299999999999	100.0	0.00034251352952959435	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0325_000000001119	11752	0.7061409184475305	13	12	6	6	11	True	74989	maximal	True	ISR0325_000000001119	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	4143.0	94.714	77.0	0.001457242225570365	LR134354.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain NCTC11817 genome assembly, chromosome: 1	True	True
ISR0090_000000007297	3476	0.706139375932986	2	1	1	1	1	False	33682	fragment	False	ISR0327_000000006402	0.9539732494099135		0	0	False	False	0.9956846833229065	0					non-mobilizable	no_good_hit								True	False
FIJ0113_000000002962	7773	0.7061356675361555	7	7	6	7	6	False	41969	maximal	True	FIJ0113_000000002962	1.0		6	1	False	False	1.0	0					non-mobilizable	plasmid	7381.0	99.973	100.0	0.0431503245044729	CP031939.1	enterobacteria	Klebsiella pneumoniae strain TOP52_1721_U1 plasmid unnamed1, complete sequence	False	True
AST0060_000000001861	13885	0.7061355469173951	14	11	7	7	9	True	115879	maximal	True	AST0060_000000001861	1.0	PS319|PS757|PS758	3	1	False	True	1.0	0	rep_cluster_1152,rep_cluster_1320	MOBQ			mobilizable	no_good_hit	9526.0	99.255	69.0	0.004578930284560176	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	True	True
USA0145_01_000000013597	1749	0.7061346390817982	3	3	3	2	1	True	68797	maximal	True	USA0145_01_000000013597	1.0		38	5	False	False	0.9942824244499207	0					non-mobilizable	other	1656.0	81.763	93.0	0.03328529966917659	NZ_JAAIPV010000033.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_33_length_49271_cov_110.13, whole genome shotgun sequence	False	True
MON0093_000000011194	3646	0.7061333657935904	4	4	3	3	2	False	125477	fragment	False	MON0093_000000011194	1.0		0	0	False	False	0.9917718172073364	0					non-mobilizable	no_good_hit	1477.0	84.631	77.0	0.00044421529293212813	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0178_000000005568	3745	0.7061298185111877	4	4	3	3	3	False	55479	maximal	True	ENG0178_000000005568	1.0		6	3	True	True	1.0	8					non-mobilizable	no_good_hit	663.0	73.002	17.0	0.00015985599230729813	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0134_000000020808	1536	0.7061240185457114	3	2	2	2	1	False	31460	maximal	True	ISR0134_000000020808	1.0		2	1	False	False	0.9895833134651184	0					non-mobilizable	no_good_hit								True	False
SPA0150_000000010592	1896	0.7061239259243303	3	1	1	1	1	False	125791	maximal	True	SPA0150_000000010592	1.0		2	1	False	False	0.9989451766014099	0					non-mobilizable	no_good_hit	1272.0	91.667	87.0	0.00034060675703777705	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0379_000000014141	1762	0.7061239259243303	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.41483599639731716		0	0	False	False	0.9948921799659729	0					non-mobilizable	other	1619.0	99.074	92.0	0.0062103933888865434	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
DEN0078_000000002920	7933	0.7061223295651355	7	6	5	5	4	False	99669	fragment	False	ENG0183_000000003478	0.6538320645354497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.877	16.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
USA0145_01_000000001917	11792	0.7061212709343931	24	5	1	4	1	False	24	maximal	True	USA0145_01_000000001917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.359433892010875e-07	LR812538.1	bony fishes	Danio kyathit genome assembly, chromosome: 20	True	False
ENG0204_000000016451	1634	0.7061140073332418	3	2	2	2	2	True	54028	fragment	False	ENG0204_000000016451	0.994572591587517		0	0	False	False	0.9944920539855957	0					non-mobilizable	no_good_hit								True	True
AUS0022_000000003888	8857	0.7061133598462263	8	7	7	7	6	False	100933	maximal	True	AUS0022_000000003888	1.0		96	10	False	False	1.0	0					non-mobilizable	chromosome	4778.0	97.195	100.0	0.0008879992579248403	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0119_01_000000005967	3769	0.706111567533891	7	3	3	3	2	True	88406	maximal	True	USA0119_01_000000005967	1.0		2	2	False	False	0.9954895377159119	0					non-mobilizable	no_good_hit	491.0	98.77799999999999	13.0	0.0007818184138978594	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
ISR0130_000000019591	1582	0.706106154474824	2	2	1	2	2	True	45268	fragment	False	ISR0130_000000019591	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1584.0	84.154	100.0	0.0005294625904218097	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
TAN0017_000000029258	1272	0.7061003668239079	2	1	1	1	1	True	27410	fragment	False	TAN0017_000000029258	1.0		0	0	False	False	0.9748427867889404	0					non-mobilizable	no_good_hit	789.0	75.032	61.0	0.016969802454094508	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
TAN0005_000000017705	1106	0.7061003668239079	2	1	1	1	1	True	27409	fragment	False	MON0022_000000026485	0.9297005794224521		0	0	False	False	0.9855334758758545	0					non-mobilizable	no_good_hit	800.0	75.75	72.0	0.017230876338003655	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0055_000000024103	1104	0.7061003668239079	2	1	1	1	1	True	11082	maximal	True	MON0055_000000024103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	75.78	72.0	0.01731790096597337	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0010_000000012318	1745	0.7060988724451472	2	2	2	2	2	False	67268	maximal	True	ENG0010_000000012318	1.0		37	6	False	False	1.0	0					non-mobilizable	other	1677.0	99.463	96.0	0.01189226009706809	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0106_000000014045	1584	0.7060973162304759	2	2	2	1	1	False	93039	fragment	False	MAD0049_000000010213	0.3722772277227723		0	0	False	False	0.9911616444587708	0					non-mobilizable	other	1582.0	94.501	99.0	0.14972501422340223	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0296_000000004620	5105	0.7060940175234843	5	3	2	1	1	False	52061	maximal	True	ISR0296_000000004620	1.0		1	1	False	False	0.9998041391372681	0					non-mobilizable	no_good_hit	1561.0	90.26299999999999	36.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
MON0072_000000005621	3689	0.7060883171629245	7	6	2	4	6	False	65620	fragment	False	MON0072_000000005621	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3592.0	100.0	100.0	0.02506648796934224	CP051224.1	enterobacteria	Escherichia coli strain SCZE5 plasmid pSCZE2	False	True
SPA0158_000000003266	4480	0.7060869024715838	8	1	1	1	1	False	7635	maximal	True	SPA0158_000000003266	1.0		2	1	False	False	0.9959821701049805	0					non-mobilizable	no_good_hit								True	False
SPA0156_000000004962	3177	0.7060869024715838	7	1	1	1	1	False	7634	fragment	False	SPA0023_000000007741	0.9798948345190226		0	0	False	False	0.9981114268302917	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000011568	1633	0.7060708886850269	2	2	2	2	2	False	74955	fragment	False	MON0015_000000020670	0.6889288988277126		0	0	False	False	0.9993876218795776	0					non-mobilizable	chromosome	1609.0	93.288	99.0	0.0006972058435215139	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
CHI0119_000000006809	1756	0.7060618175433767	3	2	2	2	2	False	81931	maximal	True	CHI0119_000000006809	1.0		125	11	False	False	0.9994305372238159	0					non-mobilizable	no_good_hit	47.0	87.234	3.0	8.709876109586147e-06	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
DEN0061_000000033122	1325	0.7060573237437276	2	1	1	1	1	True	83385	fragment	False	DEN0061_000000033122	1.0		0	0	False	False	0.998490571975708	0					non-mobilizable	plasmid	823.0	95.383	100.0	0.017796445041027086	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	False	True
CHI0098_000000007726	1208	0.7060573237437276	2	1	1	1	1	True	83385	fragment	False	DEN0061_000000033122	0.9558490566037736		0	0	False	False	1.0	0					non-mobilizable	plasmid	706.0	95.46700000000001	100.0	0.015263374396501331	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	False	True
ISR0168_000000013116	1918	0.7060525701226313	2	2	2	2	1	False	125206	fragment	False	ISR0819_000000012339	0.6331356755724911		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	97.366	100.0	0.00865543324133674	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0011_000000011262	1524	0.7060519684901397	3	2	2	2	1	False	8031	maximal	True	SPA0011_000000011262	1.0		16	8	False	False	0.9960629940032959	0					non-mobilizable	no_good_hit	461.0	74.837	30.0	0.0014550371002269471	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0117_000000003329	4595	0.7060420831571073	3	3	2	3	2	False	96227	maximal	True	CHI0117_000000003329	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.932	39.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
CAN0006_000000014618	3088	0.7060420831571073	3	3	2	3	2	False	96225	fragment	False	CAN0006_000000014618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.932	58.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
CAN0004_000000019971	1434	0.7060257867755879	2	2	2	2	2	False	96119	fragment	False	MON0090_000000043511	0.96127573289215		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	99.85700000000001	98.0	0.000325922732282355	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0249_000000019441	1189	0.7060248468637439	2	2	2	2	2	False	80709	maximal	False	ENG0080_000000024279	0.9761566658691612		0	0	False	False	0.9756097793579102	0					non-mobilizable	chromosome	1189.0	100.0	100.0	0.0005540553775551607	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0355_000000016263	1323	0.7060224124068051	2	2	2	1	1	False	85695	fragment	False	ISR0252_000000009219	0.6364625455838959		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	95.837	94.0	0.003753842247953068	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0051_000000005179	4021	0.7060171432950607	6	4	3	3	3	False	115424	fragment	False	FIJ0051_000000005179	1.0		0	0	False	False	0.9975130558013916	0					non-mobilizable	no_good_hit	1000.0	73.0	25.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0120_000000008830	2621	0.7060155932271394	4	2	2	2	2	False	68757	fragment	False	FIJ0120_000000008830	0.9634549736985583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0023_000000011709	2735	0.7060140176312172	4	4	4	3	3	False	79104	fragment	False	FIJ0023_000000011709	1.0		0	0	False	False	0.9948811531066895	0					non-mobilizable	other	2735.0	98.245	100.0	0.03747361495655034	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
FIJ0086_000000001150	20147	0.7060139995966468	24	9	2	4	6	False	65922	fragment	False	FIJ0086_000000001150	1.0		0	0	False	False	0.9994043707847595	0					non-mobilizable	no_good_hit	846.0	74.941	4.0	0.0013746959647360601	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0064_000000012059	1816	0.7060055820763008	3	3	3	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.9051573113535027		0	0	False	False	1.0	0					non-mobilizable	other	1817.0	98.34899999999999	100.0	0.041899312445203264	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
FIJ0167_000000011954	1711	0.7059950406118499	2	2	2	2	2	False	38969	maximal	True	FIJ0167_000000011954	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	75.904	19.0	0.00010953230703670164	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
DEN0052_000000031794	1463	0.7059946906112954	2	2	2	2	1	False	72245	maximal	True	DEN0052_000000031794	1.0		0	0	False	False	0.9979494214057922	0					non-mobilizable	no_good_hit	524.0	83.015	36.0	0.014921926862354605	KC246801.1	bacteria	Uncultured bacterium Contig13 genomic sequence	True	False
ISR0790_000000001785	8171	0.7059942808678938	10	7	5	7	5	False	22085	maximal	True	ISR0790_000000001785	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000023673	1291	0.7059865015737522	3	2	1	2	2	False	97024	fragment	False	USA0005_01_000000023673	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	797.0	95.23200000000001	100.0	0.1816107688797627	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
CAN0001_000000036025	1196	0.7059865015737522	3	2	1	2	2	False	97023	fragment	False	USA0045_01_000000011220	0.9400336019024801		0	0	False	False	0.9991638660430908	0					non-mobilizable	plasmid	886.0	94.35700000000001	100.0	0.20191649555099248	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
MON0025_000000003704	6488	0.7059809894390323	8	4	3	4	2	False	96272	fragment	False	MAD0089_000000002262	0.6226281523162382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	88.262	20.0	0.005938382471783603	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
CAN0004_000000003675	6419	0.7059809894390323	7	4	3	4	2	False	96272	fragment	False	MAD0089_000000002262	0.5848027530847242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	83.79799999999999	15.0	0.004381146089656863	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0046_000000004158	6398	0.7059809894390323	7	4	3	4	2	False	96272	fragment	False	MAD0089_000000002262	0.5858590016525839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	84.60799999999999	18.0	0.004971352298626181	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0042_000000003910	5967	0.7059809894390323	6	4	3	4	2	False	96272	fragment	False	MAD0089_000000002262	0.4320721413432891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	85.95700000000001	20.0	0.0053209359762464705	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0106_000000006554	5613	0.7059809894390323	7	4	3	4	2	False	96272	fragment	False	MAD0089_000000002262	0.2719167069921038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	85.95299999999999	19.0	0.004862391152354923	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
USA0081_01_000000000871	26794	0.7059498700490714	35	13	6	13	5	True	118918	maximal	False	USA0007_01_000000000499	0.9828393837086621		0	0	False	False	1.0	0					non-mobilizable	other	15454.0	97.8	99.0	0.004135782417783115	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0026_01_000000000906	25871	0.7059498700490714	34	13	6	13	5	True	118918	maximal	False	USA0007_01_000000000499	0.9775933904580134		0	0	False	False	1.0	0					non-mobilizable	other	15485.0	97.70100000000001	99.0	0.004144083975342767	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0132_000000014347	2835	0.7059498262434938	4	4	4	4	1	True	116508	maximal	True	SPA0132_000000014347	1.0		1	1	False	False	0.9992945194244385	0					non-mobilizable	no_good_hit	76.0	84.211	3.0	0.0006856578658670372	NZ_FNEN01000010.1	firmicutes	Natribacillus halophilus strain DSM 21771, whole genome shotgun sequence	True	True
FIJ0031_000000010608	2282	0.7059484126491541	3	2	2	2	1	False	90556	fragment	False	DEN0073_000000021543	0.9592176446109031		0	0	False	False	0.9982471466064453	0					non-mobilizable	other	2292.0	94.415	100.0	0.034937366330583565	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0051_000000013868	1597	0.7059484126491541	2	2	2	2	1	False	90553	fragment	False	FIJ0051_000000013868	0.9721311475409836		0	0	False	False	0.9981215000152588	0					non-mobilizable	other	1562.0	97.823	98.0	0.023846623892453407	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0127_000000021090	1234	0.7059411507800949	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.07708181191471805		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	98.038	100.0	0.00033907059666427844	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0033_000000026701	1198	0.7059388688998588	2	2	2	2	2	False	7177	maximal	True	SPA0033_000000026701	1.0		0	0	False	False	0.9916527271270752	0					non-mobilizable	no_good_hit	322.0	86.95700000000001	27.0	0.012089484784573667	NZ_CABJCG010000035.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
SPA0130_000000007354	4433	0.7059386812442191	3	3	2	3	2	False	127908	maximal	True	SPA0130_000000007354	1.0		4	2	False	False	0.9993232488632202	0					non-mobilizable	chromosome	3027.0	99.835	100.0	0.0006729948359219006	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0372_000000010445	1676	0.7059361914549109	3	1	1	1	1	False	84828	fragment	False	ISR0372_000000010445	0.9510429689053876		0	0	False	False	0.9940333962440491	0					non-mobilizable	other	1677.0	97.257	100.0	0.01130939118340119	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0048_000000014057	1347	0.7059361914549109	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.8785555105937181		0	0	False	False	0.9925761222839355	0					non-mobilizable	other	1347.0	97.402	100.0	0.009088024198721194	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0168_000000028237	1127	0.7059361914549109	2	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.40059827197240366		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	98.04799999999999	100.0	0.007602611625378949	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0068_000000002716	4884	0.7059343017603106	5	3	2	2	1	False	6000	maximal	True	SPA0068_000000002716	1.0		2	1	False	False	0.9997952580451965	0		MOBQ			mobilizable	no_good_hit	2426.0	95.75399999999999	57.0	0.30049627791563277	AP019718.1	firmicutes	Clostridium butyricum NBRC 13949 plasmid pCBU2 DNA, complete genome	True	True
ENG0007_000000006577	3970	0.7059317801746727	4	4	4	3	2	False	84021	maximal	True	ENG0007_000000006577	1.0		1	1	False	False	0.9997481107711792	0					non-mobilizable	no_good_hit	976.0	73.873	24.0	0.00021881907539983802	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0034_000000003069	4827	0.7059295356624308	8	5	2	5	1	False	18827	maximal	True	MAD0034_000000003069	1.0		1	1	False	False	0.9997928142547607	0					non-mobilizable	no_good_hit	129.0	89.147	3.0	3.433899728505613e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ETH0005_000000025553	1832	0.705928609736773	3	3	3	3	2	False	52734	maximal	True	ETH0005_000000025553	1.0		103	13	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	71.655	30.0	0.01747438556791753	NZ_FMJR01000099.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
USA0079_01_000000006747	1906	0.7059279574855165	2	2	2	2	1	False	63039	fragment	False	USA0079_01_000000006747	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	82.211	60.0	0.000321019118254439	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0087_000000001179	5368	0.7059269630387326	8	7	5	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7832881921444207	PS1159|PS463	0	0	True	True	0.9998137354850769	9		MOBV			mobilizable	other	5292.0	100.0	100.0	0.044999532229394706	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0031_000000006533	5387	0.7059267387983381	8	7	5	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7833587778165109	PS1159|PS463	0	0	True	True	0.9996287226676941	5		MOBV			mobilizable	other	5292.0	99.98100000000001	100.0	0.044999532229394706	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0200_000000004868	4332	0.7059246395186872	9	6	3	5	5	False	106131	fragment	False	ISR0200_000000004868	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4332.0	99.977	100.0	0.0013651208010557858	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0012_000000001852	7082	0.7059235057143101	9	3	3	3	1	False	101310	maximal	True	AUS0012_000000001852	1.0		1	1	False	False	0.9853149056434631	0					non-mobilizable	no_good_hit	559.0	98.927	8.0	0.00500812249257308	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	True	False
ISR0014_000000006204	5684	0.7059208576587134	6	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9749357513663391	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5691.0	98.331	100.0	0.0011350522579097395	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0069_000000004160	5667	0.7059208576587134	6	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.973070517640654	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5669.0	98.37700000000001	100.0	0.0010950596617710488	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0075_000000001163	5661	0.7059208576587134	6	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9748624062828568	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5661.0	98.446	100.0	0.001093510231757931	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0824_000000002504	5642	0.7059208576587134	4	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9724581253371767	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5370.0	99.01299999999999	100.0	0.00107158353661287	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0117_000000005616	2643	0.7059198178250646	2	2	2	2	2	False	125456	fragment	False	CHI0186_000000006871	0.9635490753911806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1409.0	89.07	94.0	0.00039372379660474746	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0147_000000002824	6103	0.7059190671433814	8	8	8	8	8	False	95018	maximal	False	FIJ0057_000000004160	0.950198570293884		0	0	False	False	0.9996722936630249	0					non-mobilizable	other	5571.0	97.415	96.0	0.15262508567511995	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
CHI0096_000000006267	1415	0.7059152771397639	3	2	1	2	1	False	83442	fragment	False	CHI0096_000000006267	1.0		0	0	False	False	0.9992932677268982	0					non-mobilizable	chromosome	1243.0	97.104	96.0	0.0004216904520243011	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0025_000000017829	2190	0.7059145052126111	4	3	1	2	3	True	14074	maximal	True	MON0025_000000017829	1.0		0	0	False	False	0.9940639138221741	0					non-mobilizable	no_good_hit	335.0	98.209	15.0	0.00040689182159620984	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
CHI0116_000000004911	3637	0.7059119252843895	4	4	4	3	3	False	113623	fragment	False	CHI0116_000000004911	0.9576411960132891		0	0	False	False	0.9978004097938538	0					non-mobilizable	other	3640.0	93.48899999999999	100.0	0.13628862886288629	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
AST0084_000000014889	2328	0.7059030783270752	4	3	2	2	2	False	111467	fragment	False	AST0084_000000014889	1.0		0	0	False	False	0.998711347579956	0					non-mobilizable	no_good_hit								True	False
TAN0021_000000009067	2122	0.7058983348884329	2	2	1	1	2	False	2380	maximal	True	TAN0021_000000009067	1.0		322	15	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	79.49600000000001	26.0	0.0001472499079021183	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0086_000000006521	3814	0.7058958637324597	4	4	2	3	2	False	61452	maximal	True	ENG0086_000000006521	1.0		2	1	False	False	0.9981646537780762	0					non-mobilizable	no_good_hit	1147.0	70.793	30.0	0.0003869360253204903	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0013_000000043045	1318	0.70589235567285	2	2	1	2	2	False	13491	fragment	False	MON0013_000000043045	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	86.01700000000001	100.0	0.0004094053729166524	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0316_000000014625	1478	0.7058901426687212	1	1	1	1	1	False	42829	maximal	True	ISR0316_000000014625	1.0		13	4	False	False	0.9986467957496643	0					non-mobilizable	no_good_hit	179.0	81.564	12.0	0.0010957017186864102	NZ_AZQP01000001.1	firmicutes	Fervidicella metallireducens AeB contig00001, whole genome shotgun sequence	True	False
USA0056_01_000000011350	1543	0.7058890209568307	2	2	2	2	1	False	86638	fragment	False	CHI0134_000000008218	0.4187382095489743		0	0	False	False	0.9974076747894287	0					non-mobilizable	other	1543.0	99.22200000000001	100.0	0.00284555921143686	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0820_000000001645	9119	0.7058847706847798	10	6	3	5	2	False	132499	maximal	True	ISR0820_000000001645	1.0		2	1	False	False	0.9991227388381958	0					non-mobilizable	no_good_hit	1728.0	99.76899999999999	27.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0005_000000023586	1343	0.7058781396592493	2	1	1	1	1	False	124751	maximal	True	MAD0005_000000023586	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1066.0	92.214	79.0	0.009498997278326888	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0063_000000008611	1596	0.7058742543338307	3	2	2	2	2	False	85418	fragment	False	CHI0063_000000008611	1.0		0	0	False	False	0.9993734359741211	0					non-mobilizable	other	1596.0	98.87200000000001	100.0	0.013301531969544079	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0174_000000011064	2240	0.7058732127044522	3	2	2	2	2	False	29898	maximal	True	ISR0174_000000011064	1.0		1	1	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit	927.0	100.0	41.0	0.0001962319232466169	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
SPA0020_000000009670	3062	0.7058720449479757	5	5	5	3	4	False	23384	maximal	True	SPA0020_000000009670	1.0		2	1	False	False	0.9911822080612183	0					non-mobilizable	no_good_hit	1094.0	93.601	55.0	0.00982242352349114	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	True	False
FIJ0097_000000008691	3505	0.7058591887583614	3	3	3	3	2	False	75970	maximal	True	FIJ0097_000000008691	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	94.554	23.0	0.0002840621379751557	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0110_000000015082	1554	0.7058576615711901	3	2	2	2	2	False	119950	fragment	False	ISR0230_000000020186	0.9414845643598692		0	0	False	False	0.9884169697761536	0					non-mobilizable	other	1554.0	95.689	100.0	0.014147247982218012	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
ENG0183_000000000364	40595	0.7058540325761831	43	22	10	16	16	False	64009	maximal	True	ENG0183_000000000364	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	0.0	5.8696162575326745e-05	NC_016638.1	mycoplasmas	Mycoplasma haemocanis str. Illinois, complete genome	True	False
MON0021_000000023180	1309	0.7058501097821124	2	2	2	2	1	False	13053	maximal	True	MON0021_000000023180	1.0		25	9	False	False	0.9938884377479553	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	8.964576838053224e-06	NC_012483.1	bacteria	Acidobacterium capsulatum ATCC 51196, complete sequence	True	False
ISR0078_000000009929	1961	0.7058343401885784	3	2	2	2	2	False	34421	fragment	False	ISR0078_000000009929	1.0		0	0	False	False	0.9913309812545776	0					non-mobilizable	no_good_hit	735.0	93.333	37.0	0.008845611540269225	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
FIJ0092_000000030926	1223	0.7058339333018321	2	2	1	2	1	False	43266	maximal	True	FIJ0092_000000030926	1.0		612	15	False	False	0.9476696848869324	0					non-mobilizable	no_good_hit	210.0	77.143	17.0	0.003488214575995665	NZ_LT707051.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
FIJ0153_000000019818	1284	0.7058320713265346	3	3	3	3	2	False	47721	fragment	False	ISR0384_000000015141	0.9803030303030302		0	0	False	False	0.9984423518180847	0					non-mobilizable	no_good_hit	1043.0	71.62	78.0	0.00027039513599615817	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0153_000000001939	12663	0.7058264849106071	6	3	3	3	3	False	130266	fragment	False	ISR0262_000000000954	0.9854047537604267		0	0	False	False	0.9998420476913452	0					non-mobilizable	chromosome	12433.0	99.59	99.0	0.005358054860585843	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0304_000000001178	7894	0.7058264849106071	4	3	3	3	3	False	130265	fragment	False	ISR0245_000000000313	0.9640804597701149		0	0	False	False	0.9993665814399719	0					non-mobilizable	chromosome	7894.0	99.734	100.0	0.003401795931033145	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
FIJ0126_000000037866	1113	0.7058227175805137	2	1	1	1	1	True	74230	fragment	False	MON0052_000000022249	0.17343144236094626		0	0	False	False	1.0	0					non-mobilizable	other	1088.0	93.199	98.0	0.017912566862576768	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
MAD0061_000000010284	1717	0.70582222185289	3	2	2	2	2	True	16819	maximal	True	MAD0061_000000010284	1.0		1	1	False	False	0.9970879554748535	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.000400427122263748	NZ_SMBP01000019.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_119, whole genome shotgun sequence	True	True
MON0104_000000017653	2563	0.7058179521622667	3	3	3	3	3	False	8814	maximal	True	MON0104_000000017653	1.0		8	4	False	False	0.9996098279953003	0					non-mobilizable	plasmid	2563.0	99.961	100.0	0.01265372647799674	CP056568.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00373 plasmid pRHBSTW-00373_2, complete sequence	False	True
DEN0067_000000007612	4093	0.7058168846102958	4	3	2	3	1	True	120250	fragment	False	FIJ0071_000000008519	0.9266841228278981		0	0	False	False	0.9995113611221313	0					non-mobilizable	no_good_hit	54.0	90.741	1.0	0.00010468000128836925	NZ_PIPN01000002.1	g-proteobacteria	Aliidiomarina sedimenti strain GBSy1 contig2, whole genome shotgun sequence	True	True
MON0037_000000019720	3288	0.7058091373516354	5	3	1	2	1	False	124380	fragment	False	MON0037_000000019720	0.954119172624967		0	0	False	False	0.9996958374977112	0					non-mobilizable	other	2815.0	78.934	96.0	0.022472272115857048	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	False	False
ISR0339_000000004585	3100	0.7058091373516354	5	3	1	2	1	False	124380	fragment	False	MON0037_000000019720	0.802426768611134		0	0	False	False	0.9996774196624756	0					non-mobilizable	other	2636.0	79.211	96.0	0.02104661184184031	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	False	False
ISR0830_000000008430	3100	0.7058091373516354	5	3	1	2	1	False	124380	fragment	False	MON0037_000000019720	0.8007370957535779		0	0	False	False	0.9990322589874268	0					non-mobilizable	other	2638.0	80.62899999999999	95.0	0.0007726650150029281	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0178_000000007206	3003	0.7058091373516354	5	3	1	2	1	False	124380	fragment	False	MON0037_000000019720	0.7941505236907873		0	0	False	False	1.0	0					non-mobilizable	other	2543.0	78.962	96.0	0.020297536104645075	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	False	False
ISR0285_000000005890	2730	0.7058091373516354	5	3	1	2	1	False	124380	fragment	False	MON0037_000000019720	0.31812631812631814		0	0	False	False	1.0	0					non-mobilizable	other	2533.0	80.26100000000001	99.0	0.0007412437033935915	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0025_000000028646	1384	0.7058061985721147	1	1	1	1	1	False	48072	fragment	False	ISR0337_000000007619	0.944206008583691		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	92.56299999999999	98.0	0.0003820928468585496	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0172_000000016019	1738	0.7058011169288989	4	3	1	3	2	False	38726	fragment	False	ISR0087_000000020654	0.9775721734381267		0	0	False	False	0.9994246363639832	0					non-mobilizable	other	1675.0	100.0	100.0	0.00047213367757161965	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0063_000000008752	2966	0.705790623296305	5	5	5	5	4	False	48578	fragment	False	FIJ0063_000000008752	1.0		0	0	False	False	0.9996628165245056	0					non-mobilizable	chromosome	2966.0	99.292	100.0	0.0006109789097910761	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
AST0151_000000007252	2198	0.7057886218356593	3	2	1	1	2	False	103676	maximal	True	AST0151_000000007252	1.0		3	3	False	False	0.9995450377464294	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.404451503354878e-06	FR745875.1	firmicutes	Clostridium botulinum B str. Eklund 17B(NRP), complete chromosome sequence	True	False
SPA0062_000000008830	3702	0.7057846951446909	5	4	4	4	3	False	36484	maximal	True	SPA0062_000000008830	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	1350.0	80.148	43.0	0.000618490605778984	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0136_000000008035	4682	0.7057826002686197	7	4	3	4	3	False	75129	maximal	True	SPA0136_000000008035	1.0		42	9	False	False	0.9982913136482239	0					non-mobilizable	no_good_hit	904.0	74.336	32.0	0.00020854484312989174	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
ENG0150_000000006075	2704	0.7057793044822089	4	4	4	4	3	False	57173	fragment	False	ENG0150_000000006075	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2704.0	100.0	100.0	0.03198475901974938	CP057278.1	enterobacteria	Escherichia coli strain RHB31-C01 plasmid pRHB31-C01_3, complete sequence	False	True
MON0090_000000049981	1247	0.7057788570459155	2	2	2	1	1	False	9517	fragment	False	MON0090_000000049981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	82.12899999999999	61.0	0.001017561664505355	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0045_000000010027	2304	0.7057763738884106	4	4	2	2	3	True	123556	backbone	False	ISR0826_000000002301	0.15802934985417888	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2304.0	99.045	100.0	0.06970760941945639	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
MAD0028_000000005539	2287	0.7057735929215513	5	3	0	2	2	True	19018	fragment	False	MAD0028_000000005539	1.0		0	0	False	False	0.9921294450759888	0					non-mobilizable	no_good_hit								True	True
DEN0005_000000004498	6162	0.7057733438653212	7	2	2	2	2	False	76554	fragment	False	DEN0005_000000004498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	95.726	2.0	2.8440636668169606e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0047_000000003014	8162	0.7057679376704893	6	3	2	3	2	False	89107	fragment	False	ISR0047_000000003014	1.0		0	0	False	False	0.9987748265266418	0					non-mobilizable	no_good_hit	3972.0	98.84200000000001	72.0	0.031905569805495027	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0026_000000008385	3904	0.7057664743400268	5	4	2	2	4	False	12773	maximal	True	MON0026_000000008385	1.0		40	9	False	False	0.9882172346115112	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.938294521813335e-05	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0049_000000003735	1253	0.7057636874626064	3	2	1	1	2	False	72618	fragment	False	SPA0035_000000016228	0.9646464646464646		0	0	False	False	1.0	0					non-mobilizable	chromosome	1253.0	99.12200000000001	100.0	0.00027863410534861757	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0127_000000010687	1694	0.7057629254627494	2	1	1	1	1	False	81363	fragment	False	CHI0127_000000010687	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.217641651449812e-06	LK064633.1	birds	Apteryx australis mantelli genome assembly AptMant0, scaffold scaffold4	True	False
MON0092_000000027783	1997	0.7057622084408365	2	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.8903169427949466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.028384279475982533	XM_006163026.2	placentals	PREDICTED: Tupaia chinensis complexin 3 (CPLX3), mRNA	True	False
ENG0119_000000016424	1934	0.7057622084408365	3	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.8088203880047143		0	0	False	False	0.9948293566703796	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.028384279475982533	XM_006163026.2	placentals	PREDICTED: Tupaia chinensis complexin 3 (CPLX3), mRNA	True	False
ENG0014_000000012376	1926	0.7057622084408365	3	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.8064340762587112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000018007	1909	0.7057622084408365	2	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.8105685340738216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.028384279475982533	XM_006163026.2	placentals	PREDICTED: Tupaia chinensis complexin 3 (CPLX3), mRNA	True	False
MON0009_000000021603	1767	0.7057622084408365	2	1	1	1	1	False	104976	fragment	False	MON0058_000000023281	0.7035627631508665		0	0	False	False	0.9994340538978577	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.028384279475982533	XM_006163026.2	placentals	PREDICTED: Tupaia chinensis complexin 3 (CPLX3), mRNA	True	False
AST0097_000000005268	4345	0.7057475534515341	6	6	6	5	4	False	109020	maximal	True	AST0097_000000005268	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	81.118	22.0	0.00013996566467288493	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
MAD0062_000000002456	5186	0.7057453465938966	7	7	2	6	7	True	125599	backbone	False	MAD0046_000000003898	0.38250493118614654	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5107.0	99.98	100.0	0.056589344889115475	CP021212.1	enterobacteria	Escherichia coli B171 plasmid pB171_90, complete sequence	False	True
ENG0112_000000006534	4144	0.7057442718741299	7	5	4	4	3	False	125353	maximal	True	ENG0112_000000006534	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2635.0	99.469	64.0	0.01040185764382523	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0131_000000000963	25438	0.7057420157090954	24	9	5	5	8	False	104426	fragment	False	ENG0021_000000000597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11229.0	93.43700000000001	63.0	0.024986066834607752	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0021_000000000597	25438	0.7057420157090954	24	9	5	5	8	False	104426	fragment	False	ENG0021_000000000597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11229.0	93.43700000000001	63.0	0.024986066834607752	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
CHI0001_000000001685	4886	0.7057305397661233	5	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.22714469517481659	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	4888.0	99.345	100.0	0.000886288866306817	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0223_000000000386	30681	0.705728723457939	31	13	9	8	5	True	37605	maximal	True	ISR0223_000000000386	1.0		4	1	False	False	0.9999347925186157	0					non-mobilizable	no_good_hit	74.0	98.649	0.0	0.00028162276437819234	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0072_000000001430	8029	0.7057253182513502	9	6	6	6	3	False	84859	maximal	True	CHI0072_000000001430	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	6.336646439323154e-06	NZ_CP041305.1	firmicutes	Bacillus ciccensis strain 5L6 chromosome, complete genome	True	False
ENG0008_000000004511	4958	0.7057223713180473	5	3	3	2	2	False	108840	maximal	True	ENG0008_000000004511	1.0		57	5	False	False	0.9979830384254456	0					non-mobilizable	no_good_hit	1689.0	98.757	34.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ENG0098_000000001791	12924	0.7057105163463374	15	8	7	7	5	False	60731	maximal	True	ENG0098_000000001791	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0088_000000008669	1317	0.7057063308062884	2	2	2	2	1	False	110364	fragment	False	AST0088_000000008669	1.0		0	0	False	False	0.9886105060577393	0					non-mobilizable	other	1319.0	92.646	100.0	0.015005947479183823	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	False	False
CAN0016_000000016729	2892	0.7057059346987163	4	3	2	3	1	True	92952	maximal	True	CAN0016_000000016729	1.0		3	1	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	1587.0	75.11	54.0	0.00040958727534897414	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
SPA0038_000000007165	4113	0.7057052493426058	5	5	5	4	4	False	34859	maximal	False	SPA0054_000000006324	0.9691315365123243		0	0	False	False	1.0	0					non-mobilizable	other	4126.0	96.365	100.0	0.0010951456703422577	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0023_000000011346	1534	0.7057032022005297	2	1	1	1	1	True	66261	maximal	True	ENG0023_000000011346	0.9905414220482713		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	74.615	17.0	0.000260255701226455	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0154_000000013655	1533	0.7057032022005297	2	1	1	1	1	True	66261	maximal	False	ENG0023_000000011346	0.9902216427640156		0	0	False	False	0.9869536757469177	0					non-mobilizable	no_good_hit	260.0	74.615	17.0	0.000260255701226455	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0356_000000015364	1382	0.7057032022005297	2	1	1	1	1	True	124282	fragment	False	ISR0356_000000015364	0.9920993227990971		0	0	False	False	0.997829258441925	0		MOBV			mobilizable	plasmid	1388.0	89.553	100.0	0.02079517131617669	CP028186.1	e-proteobacteria	Campylobacter jejuni strain CFSAN054107 plasmid pGMI16-002, complete sequence	False	True
ENG0072_000000007902	1364	0.7057032022005297	1	1	1	1	1	True	62259	maximal	True	ENG0072_000000007902	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	74.615	19.0	0.000260255701226455	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
SPA0105_000000008801	3024	0.7057031339469796	3	2	2	2	2	False	4797	maximal	True	SPA0105_000000008801	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	89.02	42.0	0.00022806193510551938	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0087_000000010902	2917	0.7056995630847327	4	3	2	3	2	False	71687	maximal	False	ISR0176_000000011007	0.9632498352010547		0	0	False	False	0.9965718388557434	0					non-mobilizable	other	2917.0	99.554	100.0	0.005153382039509262	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0211_000000010939	2331	0.7056988226866383	3	3	3	3	3	False	73251	fragment	False	ENG0211_000000010939	0.9618659118789649		0	0	False	False	0.9995710253715515	0					non-mobilizable	other	2225.0	100.0	100.0	0.0007555854377214479	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MON0006_000000002013	7762	0.7056977651985551	8	4	2	3	3	True	14065	maximal	True	MON0006_000000002013	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	98.566	4.0	0.00011448724949736803	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
FIJ0018_000000011657	2297	0.7056919789066971	2	2	2	2	2	False	50003	maximal	True	FIJ0018_000000011657	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	85.126	33.0	0.0001671359529686995	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0083_000000030765	1322	0.7056861327451086	2	2	2	2	1	False	9858	maximal	True	MON0083_000000030765	1.0		7	2	False	False	0.9947050213813782	0					non-mobilizable	no_good_hit								True	False
CHI0149_000000008401	1483	0.7056859416527045	2	2	2	2	1	False	79571	maximal	True	CHI0149_000000008401	1.0		30	7	False	False	0.993931233882904	0					non-mobilizable	other	1334.0	95.427	90.0	0.06096667887220798	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	False	False
ENG0019_000000002070	10237	0.7056854464840681	13	8	6	7	4	True	121705	fragment	False	FIJ0041_000000003022	0.9543467933491687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	92.935	4.0	0.0012219184119066934	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0349_000000009289	1247	0.7056835867601444	3	3	3	1	1	False	24115	maximal	True	ISR0349_000000009289	1.0		71	9	False	False	0.983159601688385	0					non-mobilizable	no_good_hit	735.0	83.946	59.0	0.00019534311592496164	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
CAN0012_000000014439	3553	0.7056782582584954	4	4	4	4	3	False	105876	fragment	False	ISR0172_000000004468	0.9896067415730336		0	0	False	False	0.9997185468673706	0					non-mobilizable	chromosome	2987.0	99.397	100.0	0.0010142997576893945	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0325_000000016659	1281	0.7056760034221885	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.3188267865271482		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	93.92	100.0	0.01782128514056225	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0044_000000004392	5746	0.7056728471237781	9	7	3	2	5	True	84662	maximal	True	SPA0044_000000004392	0.99004843093297		58	7	False	False	1.0	0					non-mobilizable	other	2898.0	99.62	100.0	0.0009296871540148558	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0041_000000000406	39414	0.7056707157815291	33	8	6	8	5	True	107837	maximal	True	ENG0041_000000000406	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	15545.0	90.26100000000001	62.0	0.5524798975307763	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
SPA0029_000000001115	15139	0.7056679385731017	16	8	2	8	2	False	72160	maximal	False	USA0073_01_000000001609	0.9777176040715124		0	0	False	False	0.9990752339363098	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	3.4006056657669976e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
SPA0125_000000023859	1354	0.7056664969480868	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.05232312119860022		0	0	False	False	0.9992614388465881	0					non-mobilizable	other	1354.0	99.48299999999999	100.0	0.0028291411998653385	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0063_000000017696	2650	0.7056635164318669	4	4	4	4	1	False	71546	maximal	True	DEN0063_000000017696	1.0		1	1	False	False	0.999622642993927	0					non-mobilizable	no_good_hit	206.0	78.155	8.0	0.00014870170292607046	NC_014371.1	CFB group bacteria	Prevotella melaninogenica ATCC 25845 chromosome II, complete sequence	True	False
MAD0034_000000013094	1217	0.7056597414529423	1	1	1	1	1	False	18799	maximal	True	MAD0034_000000013094	1.0		1	1	False	False	0.9983566403388977	0					non-mobilizable	no_good_hit	219.0	73.973	18.0	3.6003660651264354e-05	NZ_CP021112.1	a-proteobacteria	Pseudorhodoplanes sinuspersici strain RIPI110 chromosome, complete genome	True	False
ISR0138_000000008922	3287	0.7056583767266064	3	2	1	1	2	False	120175	backbone	True	ISR0138_000000008922	0.9596237739397132	PS832|PS837|PS840	112	8	True	True	1.0	4	rep_cluster_475				non-mobilizable	other	2991.0	99.93299999999999	100.0	0.583984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0278_000000003316	3062	0.7056583767266064	5	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.9559762850258238	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2971.0	100.0	100.0	0.580078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0111_000000005735	3031	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.9534403706316588	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2992.0	99.866	100.0	0.583984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0089_000000008585	3007	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.9258889004863646	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2987.0	100.0	100.0	0.583203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0375_000000006912	2991	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.9245899934827703	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2971.0	100.0	100.0	0.580078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0132_01_000000005642	2980	0.7056583767266064	5	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.942446232969785	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2889.0	99.965	100.0	0.5640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0388_000000011440	2967	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.912415703282508	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2967.0	98.921	100.0	0.579296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0194_000000009269	2967	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.9226766985321846	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2967.0	100.0	100.0	0.579296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0182_000000009529	2952	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.8942293147618655	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2952.0	100.0	100.0	0.5763671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0273_000000003590	2855	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.8482777527514371	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2855.0	99.965	100.0	0.557421875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
AST0058_000000005404	2838	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.8765759817729071	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2838.0	100.0	100.0	0.5541015625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0053_000000009129	2822	0.7056583767266064	3	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.858542461456078	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2749.0	99.854	97.0	0.5365234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
AST0050_000000004695	2817	0.7056583767266064	3	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.8983352808533193	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2814.0	99.929	99.0	0.5494140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0107_000000004861	2812	0.7056583767266064	2	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.5213898666584094	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2650.0	100.0	100.0	0.5173828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0076_000000008935	2802	0.7056583767266064	3	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.8272800788612137	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2723.0	100.0	99.0	0.531640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0038_000000010336	2742	0.7056583767266064	3	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.5206355237988034	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2650.0	100.0	100.0	0.5173828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0125_000000005695	2704	0.7056583767266064	2	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.1993820354264404	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	2707.0	98.338	100.0	0.51416619129112	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
USA0086_01_000000006623	2696	0.7056583767266064	2	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.46443075084054364	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2630.0	100.0	98.0	0.5134765625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0227_000000009910	2674	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.4387160523156881	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2674.0	100.0	100.0	0.5220703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0320_000000008698	2662	0.7056583767266064	5	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.38393219873976775	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2659.0	100.0	99.0	0.519140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0042_000000009919	2659	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.3555775119993735	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2659.0	99.887	100.0	0.519140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0012_000000009399	2546	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.29148079001942884	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2546.0	100.0	100.0	0.4970703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CAN0023_000000003311	2538	0.7056583767266064	2	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.33982268236120305	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2538.0	100.0	100.0	0.4955078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0161_000000011983	2535	0.7056583767266064	5	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.34486451918997396	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2535.0	99.76299999999999	100.0	0.494921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0182_000000010747	2534	0.7056583767266064	2	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.34350110668773515	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2534.0	100.0	100.0	0.4947265625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0102_000000007224	2485	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.32054837730783187	PS832|PS837|PS840	0	0	False	True	0.9995976090431213	0	rep_cluster_475				non-mobilizable	other	1592.0	99.309	100.0	0.310546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0141_000000011199	2465	0.7056583767266064	2	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.23053266074420523	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2465.0	99.959	100.0	0.48125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0074_000000012003	2446	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.2905206327119727	PS832|PS837|PS840	0	0	False	True	0.997955858707428	0	rep_cluster_475				non-mobilizable	other	1568.0	99.235	100.0	0.305859375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0138_000000010885	2387	0.7056583767266064	4	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.16433749954401047	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1717.0	95.10799999999999	100.0	0.3337890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0155_000000005242	2338	0.7056583767266064	2	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.17101077440430018	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2338.0	99.95700000000001	100.0	0.4564453125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0154_000000013968	2283	0.7056583767266064	2	2	1	1	2	False	120175	backbone	False	ISR0138_000000008922	0.1424898168630809	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2283.0	100.0	100.0	0.445703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0054_000000017515	1564	0.7056569715376511	2	2	1	2	0	True	63741	fragment	False	ENG0054_000000017515	1.0		0	0	False	False	0.9948849081993103	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000013527	1305	0.7056569715376511	2	2	1	2	0	True	5724	fragment	False	SPA0076_000000013527	1.0		0	0	False	False	0.9984674453735352	0					non-mobilizable	no_good_hit	322.0	74.22399999999999	24.0	8.362010911109458e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
SPA0096_000000033295	1293	0.7056569715376511	2	2	1	2	0	True	106378	fragment	False	SPA0096_000000033295	1.0		0	0	False	False	0.9876256585121155	0					non-mobilizable	other	1295.0	87.49	100.0	0.01324272521345182	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	False	True
ISR0113_000000013175	1263	0.7056569715376511	2	2	1	2	0	True	40860	fragment	False	ISR0113_000000013175	0.9855305214116065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	71.429	47.0	0.00015435535864217773	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
FIJ0130_000000017296	1197	0.7056569715376511	2	2	1	2	0	True	40860	fragment	False	ISR0113_000000013175	0.9593821525756704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	71.572	49.0	0.00015435535864217773	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
AST0108_000000024821	1154	0.7056569715376511	2	2	1	2	0	True	107072	fragment	False	ISR0369_000000014102	0.6348940914158305		0	0	False	False	0.9991334676742554	0					non-mobilizable	other	1085.0	99.816	94.0	0.00033055683885201636	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
MON0024_000000031365	1639	0.7056517079461503	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.6088679501941829		0	0	False	False	0.9993898868560791	0					non-mobilizable	no_good_hit	1002.0	72.75399999999999	60.0	0.0002794195380187528	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0077_000000015332	1355	0.7056499911290844	3	2	2	1	1	True	61972	maximal	True	ENG0077_000000015332	1.0		10	6	False	False	0.9948339462280273	0					non-mobilizable	other	1359.0	93.525	100.0	0.0006387589390500034	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	True
ISR0298_000000004501	3202	0.7056480420212391	3	3	3	2	3	True	64653	fragment	False	ISR0298_000000004501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	85.507	2.0	0.00026802894712628963	NZ_KB904156.1	firmicutes	Streptococcus entericus DSM 14446 A3GWDRAFT_scaffold_1.2, whole genome shotgun sequence	True	True
ISR0852_000000007691	1570	0.7056445915170179	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.9800213505281024		0	0	False	False	1.0	0					non-mobilizable	other	1570.0	99.045	100.0	0.014548792700567486	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	False	False
MON0030_000000022966	1567	0.7056445915170179	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.982598893992513		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	99.617	100.0	0.014520974741292979	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	False	False
ISR0853_000000011999	1507	0.7056445915170179	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.9111655286228457		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	99.602	100.0	0.0030911774183947634	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
MON0084_000000023939	1496	0.7056445915170179	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.9069437765344807		0	0	False	False	0.999331533908844	0					non-mobilizable	other	1496.0	99.398	100.0	0.013862616371796298	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	False	False
ISR0098_000000012653	1380	0.7056445915170179	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.38725494361476764		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	99.565	100.0	0.0004169564297160826	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MAD0076_000000004425	1468	0.7056442859133606	2	2	2	2	2	False	84972	fragment	False	MAD0076_000000004425	0.9921763869132291		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0034_000000016737	1713	0.7056305603058323	3	2	1	2	2	False	51176	fragment	False	MON0034_000000016737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	86.415	77.0	0.020053557300225185	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ENG0002_000000003124	5934	0.7056281609303182	6	5	4	4	3	False	107901	maximal	True	ENG0002_000000003124	1.0		16	5	False	False	0.9996629357337952	0					non-mobilizable	no_good_hit	1369.0	86.852	23.0	0.0003882616969169461	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0002_000000024942	1691	0.7056126123206328	4	1	1	1	1	True	49311	fragment	False	MAD0002_000000024942	1.0		0	0	False	False	0.9988172650337219	0					non-mobilizable	no_good_hit	335.0	91.045	20.0	0.00802486986697513	NZ_VZBY01000019.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_31_length_41496_cov_31.8884_ID_61, whole genome shotgun sequence	True	True
FIJ0014_000000000826	19399	0.7056080076974717	21	11	8	10	8	False	50529	maximal	True	FIJ0014_000000000826	1.0		1	1	False	False	0.9998453259468079	0					non-mobilizable	no_good_hit	2791.0	94.16	24.0	0.0006728529883795296	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MAD0037_000000005466	2356	0.7056037603587709	2	2	2	2	2	False	18642	maximal	True	MAD0037_000000005466	1.0		0	0	False	False	0.9923599362373352	0					non-mobilizable	no_good_hit	1263.0	95.72399999999999	80.0	0.0004428052061240663	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
CAN0016_000000025662	1854	0.7055967701507128	2	2	1	2	2	False	92812	maximal	True	CAN0016_000000025662	1.0		204	12	False	False	0.9967637658119202	0					non-mobilizable	no_good_hit	799.0	84.85600000000001	43.0	0.00027501523214910634	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0004_000000005565	3122	0.7055935997274441	5	4	2	4	3	True	124299	maximal	True	ISR0004_000000005565	1.0		11	5	False	False	1.0	0		MOBV			mobilizable	other	3137.0	88.779	100.0	0.008014048940561189	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0790_000000007575	2159	0.7055911281208933	3	2	2	2	1	False	22075	fragment	False	ISR0790_000000007575	1.0		0	0	False	False	0.9995368123054504	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000000352	25748	0.7055880275084615	22	14	10	11	11	True	98621	maximal	True	ISR0310_000000000352	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2083.0	97.984	12.0	0.06919012329267887	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
CAN0017_000000021656	1592	0.7055869345577841	3	2	2	2	1	False	92380	maximal	True	CAN0017_000000021656	1.0		387	12	False	False	0.9792713522911072	0					non-mobilizable	other	1592.0	99.686	100.0	0.0036035995225400506	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CAN0012_000000005770	9617	0.7055805691191583	13	7	6	6	2	True	94328	maximal	True	CAN0012_000000005770	1.0		3	1	False	False	0.9982323050498962	0					non-mobilizable	no_good_hit	1441.0	93.546	21.0	0.043250721847930704	NZ_SPFY01000026.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_26_length_33248_cov_17.5032, whole genome shotgun sequence	True	True
MAD0106_000000007441	2724	0.705575761937237	3	3	3	3	3	False	42555	fragment	False	MAD0106_000000007441	1.0		0	0	False	False	0.9809104204177856	0					non-mobilizable	no_good_hit	827.0	77.751	30.0	0.00015364170229753438	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
AUS0002_000000009868	3448	0.7055736894038859	3	3	3	3	3	False	103048	fragment	False	AUS0002_000000009868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000016462	1559	0.7055619887854588	2	2	2	2	1	False	62340	fragment	False	ENG0070_000000016462	1.0		0	0	False	False	0.9961513876914978	0					non-mobilizable	no_good_hit	1256.0	73.487	80.0	0.0038243037273105168	NZ_FQXU01000008.1	firmicutes	Clostridium intestinale DSM 6191, whole genome shotgun sequence	True	False
ENG0065_000000006721	4145	0.7055609174636189	5	2	2	2	1	False	63528	maximal	True	ENG0065_000000006721	1.0		1	1	False	False	0.9997587203979492	0					non-mobilizable	no_good_hit	229.0	77.293	5.0	0.0016345092113674666	NZ_JPMD01000014.1	firmicutes	Clostridium sulfidigenes strain 113A c14, whole genome shotgun sequence	True	False
MAD0060_000000009261	1825	0.7055537861469259	1	1	1	1	1	False	16861	maximal	True	MAD0060_000000009261	1.0		1	1	False	False	0.9972602725028992	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	5.0	0.006441538161233652	NZ_CACWHD010000047.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
MON0092_000000029412	1888	0.7055496316584631	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.06691021427829069	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1888.0	100.0	100.0	0.3685546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
AST0024_000000020242	1740	0.7055496316584631	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.05690594719951039	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1740.0	98.96600000000001	100.0	0.3396484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0083_000000023432	1674	0.7055496316584631	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.014552152828014897	PS974|PS975	0	0	False	True	0.9988052845001221	0					non-mobilizable	other	1591.0	100.0	95.0	0.27565880721220526	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0015_000000022943	1650	0.7055496316584631	3	3	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.009876543209876543	PS974|PS975	0	0	False	True	0.9654545187950134	0					non-mobilizable	other	1551.0	99.936	94.0	0.2687239944521498	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0038_000000022851	1494	0.7055496316584631	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.4421757394851659	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1494.0	99.06299999999999	100.0	0.2569348127600555	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0002_000000017441	1377	0.7055496316584631	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.39559796588332824	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1377.0	99.637	100.0	0.23855755894590847	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0116_000000028814	1426	0.7055327176396395	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.05586224514919878	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	732.0	100.0	51.0	0.007060414352634375	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0025_000000021798	1280	0.7055327176396395	3	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.03628992839466539	PS721	0	0	False	True	0.973437488079071	0					non-mobilizable	no_good_hit	681.0	99.559	53.0	0.6938775510204082	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0047_000000043212	1126	0.7055327176396395	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.023493962400620495	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	682.0	98.387	61.0	0.6948979591836735	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
TAN0002_000000016742	2289	0.7055272686386956	3	2	2	2	1	False	49332	maximal	True	TAN0002_000000016742	1.0		4	1	False	False	0.9995631575584412	0					non-mobilizable	no_good_hit								True	False
SPA0129_000000019164	1259	0.7055260284636953	2	1	1	1	1	False	95155	fragment	False	SPA0129_000000019164	0.93171067101039		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	96.26700000000001	100.0	0.32709308372334894	KX125667.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time2_TR_33 genomic sequence	False	False
CHI0065_000000010909	1252	0.7055260284636953	1	1	1	1	1	False	85232	maximal	True	CHI0065_000000010909	1.0		1	1	False	False	0.9968051314353943	0					non-mobilizable	other	809.0	95.056	100.0	0.00026908965465601985	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
ENG0157_000000019899	1244	0.7055260284636953	2	1	1	1	1	False	95155	fragment	False	SPA0129_000000019164	0.8248496754233381		0	0	False	False	0.9959806799888611	0					non-mobilizable	other	869.0	98.389	100.0	0.22568902756110246	KX125667.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time2_TR_33 genomic sequence	False	False
DEN0051_000000039778	1233	0.7055260284636953	1	1	1	1	1	False	95155	fragment	False	SPA0129_000000019164	0.6626451002610204		0	0	False	False	0.9870235323905945	0					non-mobilizable	chromosome	1218.0	99.589	99.0	0.00029507436746917845	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	False	False
ISR0212_000000029496	1231	0.7055260284636953	2	1	1	1	1	False	95155	fragment	False	SPA0129_000000019164	0.8187563919139372		0	0	False	False	1.0	0					non-mobilizable	other	856.0	97.78	100.0	0.22230889235569423	KX125667.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time2_TR_33 genomic sequence	False	False
ENG0119_000000025494	1175	0.7055260284636953	1	1	1	1	1	False	95155	fragment	False	SPA0129_000000019164	0.41257015539526887		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	96.596	100.0	0.30525221008840353	KX125667.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time2_TR_33 genomic sequence	False	False
ISR0108_000000019658	1163	0.7055260284636953	1	1	1	1	1	False	32773	maximal	True	ISR0108_000000019658	1.0		0	0	False	False	0.9931212663650513	0					non-mobilizable	chromosome	1077.0	94.522	92.0	0.0003502993689718909	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
CAN0007_000000034394	1159	0.7055260284636953	1	1	1	1	1	False	95155	fragment	False	SPA0129_000000019164	0.4090581944845029		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	96.376	100.0	0.30109204368174725	KX125667.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time2_TR_33 genomic sequence	False	False
FIJ0009_000000008059	4414	0.7055141799047349	8	3	1	3	1	False	51303	maximal	True	FIJ0009_000000008059	1.0		1	1	False	False	0.9997734427452087	0					non-mobilizable	no_good_hit	1300.0	85.92299999999999	29.0	0.001523583807689866	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
TAN0013_000000001649	4426	0.7055140146518728	7	6	6	5	4	False	124941	maximal	True	TAN0013_000000001649	1.0		3	2	False	False	0.9975146651268005	0					non-mobilizable	no_good_hit	2228.0	80.16199999999999	68.0	0.0006115581982774024	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0107_000000016769	1769	0.7055101701696502	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.38363146028037337		0	0	False	False	0.994347095489502	0					non-mobilizable	other	1709.0	85.196	96.0	0.0005467466806729703	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0083_000000009876	1768	0.7055101701696502	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.26209374181526085		0	0	False	False	0.9949095249176025	0					non-mobilizable	other	1714.0	85.823	97.0	0.0005496361229078832	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0231_000000010612	1761	0.7055101701696502	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3954551343246829		0	0	False	False	1.0	0					non-mobilizable	other	1735.0	85.476	99.0	0.0009974097378839552	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0090_000000012275	2301	0.7055101648351236	3	2	1	2	1	True	83195	fragment	False	ISR0090_000000012275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0105_000000003462	2051	0.7055101648351236	3	2	1	2	1	True	83192	fragment	False	CHI0105_000000003462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0174_000000007762	1944	0.7055101648351236	2	2	1	2	1	True	77835	fragment	False	CHI0174_000000007762	1.0		0	0	False	False	0.9732510447502136	0					non-mobilizable	no_good_hit								True	True
ISR0054_000000018951	1380	0.7055040910295681	3	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.04479753853933499	PS721	0	0	False	True	0.9847826361656189	0					non-mobilizable	no_good_hit	728.0	100.0	53.0	0.7418367346938776	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0139_000000020856	1324	0.7055040910295681	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.0892834352677481	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1336.0	73.877	99.0	0.1603900060938452	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
AST0151_000000013095	1254	0.7055040910295681	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.05761969224428606	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1256.0	73.726	99.0	0.1510054844606947	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0153_000000011732	1248	0.7055040910295681	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.04001966975905588	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	728.0	100.0	58.0	0.7418367346938776	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0158_000000017181	1102	0.7055040910295681	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.022950407427003935	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1108.0	74.639	99.0	0.13333333333333333	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0379_000000019492	1293	0.7054998098280499	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19628625391353016		0	0	False	False	1.0	0					non-mobilizable	chromosome	1293.0	97.448	100.0	0.00045034179966621724	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0093_000000032278	1432	0.7054985793749909	1	1	1	1	1	False	10135	fragment	False	MON0093_000000032278	0.983932646206197		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	76.596	95.0	0.00048652976808149286	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
MON0053_000000011154	3205	0.7054901342294546	2	2	2	2	2	False	99945	maximal	True	MON0053_000000011154	1.0	PS332|PS564	2	2	False	True	0.9956318140029907	0					non-mobilizable	no_good_hit	1604.0	96.696	50.0	0.005811993082169183	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AST0003_000000007221	4895	0.7054860321541092	3	3	3	3	2	False	130666	maximal	True	AST0003_000000007221	1.0		2	1	False	False	1.0	0					non-mobilizable	other	4908.0	97.18799999999999	100.0	0.015868650922031706	NZ_NFJN01000001.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_1, whole genome shotgun sequence	False	False
ISR0126_000000013972	3495	0.7054842112534511	4	2	1	1	2	True	97317	fragment	False	ISR0126_000000013972	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3495.0	100.0	100.0	0.0009168209352150816	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0344_000000011071	2943	0.7054842112534511	3	2	1	1	2	True	76228	fragment	False	ISR0344_000000011071	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2943.0	100.0	100.0	0.0007719768721816744	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0841_000000007224	1981	0.7054842112534511	3	2	1	1	2	True	76227	fragment	False	ISR0841_000000007224	0.9666793650793651		0	0	False	False	0.9994952082633972	0					non-mobilizable	other	1981.0	99.899	100.0	0.000519549356532874	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
CAN0001_000000022936	1946	0.7054842112534511	4	2	1	1	2	True	97313	fragment	False	CAN0001_000000022936	0.9979155810317875		0	0	False	False	0.9979444742202759	0					non-mobilizable	other	1946.0	99.949	100.0	0.0005103654032608282	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0276_000000005300	1919	0.7054842112534511	4	2	1	1	2	True	97313	fragment	False	CAN0001_000000022936	0.9910071942446044		0	0	False	False	1.0	0					non-mobilizable	other	1919.0	99.635	100.0	0.0005032806393081072	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0330_000000027630	1180	0.7054842112534511	2	2	1	1	2	True	76226	fragment	False	DEN0007_000000020276	0.9286497129112353		0	0	False	False	0.998305082321167	0					non-mobilizable	other	1180.0	100.0	100.0	0.00030936802593548404	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0022_000000016430	1586	0.7054831732594996	3	3	3	2	2	False	62151	fragment	False	ISR0022_000000016430	0.9846705805609914		0	0	False	False	0.9873896837234497	0					non-mobilizable	other	1601.0	81.012	100.0	0.0018739140350753445	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0152_000000005998	3731	0.7054828545994981	4	3	3	3	3	False	43909	maximal	True	FIJ0152_000000005998	1.0		1	1	False	False	0.9978557825088501	0					non-mobilizable	no_good_hit	220.0	73.63600000000001	6.0	7.110780308455016e-05	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	True	False
MON0022_000000002889	6425	0.7054765242286297	10	4	3	4	1	False	68222	maximal	True	MON0022_000000002889	1.0		48	9	False	False	1.0	0					non-mobilizable	no_good_hit	2286.0	84.602	71.0	0.023077234784018155	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	True	False
SPA0028_000000008591	3258	0.7054718159009533	7	5	2	2	4	True	95010	maximal	True	SPA0028_000000008591	1.0		1	1	False	False	0.9978514313697815	0					non-mobilizable	no_good_hit	2304.0	95.31200000000001	71.0	0.006253546980348711	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0110_000000004781	4460	0.7054663688169596	5	4	4	4	4	False	94369	fragment	False	SPA0110_000000004781	0.9911720077110223		0	0	False	False	1.0	0					non-mobilizable	other	4438.0	99.572	99.0	0.0013997779793087823	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
USA0034_01_000000029957	1747	0.7054651018711504	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.2563948754189477		0	0	False	False	0.9942759275436401	0					non-mobilizable	chromosome	1668.0	82.374	95.0	0.0005779154054540157	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0228_000000020901	1313	0.7054566366757319	1	1	1	1	1	False	79734	fragment	False	ISR0153_000000020183	0.8209033538236551		0	0	False	False	0.9794363975524902	0					non-mobilizable	other	1311.0	82.075	100.0	0.0003683432394913592	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0037_000000058540	1306	0.7054566366757319	1	1	1	1	1	False	79734	fragment	False	ISR0153_000000020183	0.8187157248438691		0	0	False	False	0.982388973236084	0					non-mobilizable	other	1306.0	97.626	100.0	0.019317021182112884	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0032_000000029751	1106	0.7054537438094537	2	2	2	2	1	False	12357	maximal	True	MON0032_000000029751	1.0		276	15	False	False	0.9990958571434021	0					non-mobilizable	other	1097.0	95.44200000000001	99.0	0.011446475195822455	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0077_000000001018	6411	0.7054507620369148	7	6	3	4	5	True	123509	fragment	False	DEN0077_000000001018	0.9996064231738035		0	0	False	False	1.0	0					non-mobilizable	other	6358.0	99.984	99.0	0.04893124071522587	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0040_000000004185	6352	0.7054507620369148	7	6	3	4	5	True	123509	fragment	False	DEN0077_000000001018	0.9950085790048354		0	0	False	False	0.9988979697227478	0					non-mobilizable	other	6352.0	99.969	100.0	0.04888505738279055	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0097_000000005672	5317	0.7054448469320472	4	3	2	3	1	True	122806	maximal	True	SPA0097_000000005672	1.0		0	0	False	False	0.9998119473457336	0					non-mobilizable	no_good_hit	2917.0	98.354	54.0	0.011988504849259764	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	True
ISR0045_000000006233	3968	0.7054393156983876	4	3	3	2	2	False	131765	fragment	False	ISR0045_000000006233	0.982597496239752		0	0	False	False	0.9994959831237793	0					non-mobilizable	no_good_hit	1241.0	71.878	31.0	0.000368788790514958	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0091_000000006161	3755	0.7054393156983876	4	3	3	2	2	False	131765	fragment	False	ISR0045_000000006233	0.9672556691336694		0	0	False	False	0.9970705509185791	0					non-mobilizable	no_good_hit	1218.0	71.757	32.0	0.0003612254437037407	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0102_000000008287	3265	0.7054393156983876	3	3	3	2	2	False	131764	fragment	False	ENG0102_000000008287	1.0		0	0	False	False	0.9791730642318726	0					non-mobilizable	no_good_hit	1227.0	71.883	37.0	0.00036394824855577894	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MON0005_000000045913	1197	0.705435802854037	2	1	1	1	1	False	14087	maximal	True	MON0005_000000045913	1.0		5	2	False	False	0.9381787776947021	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000018244	1807	0.7054326221036193	3	2	2	2	0	True	112249	fragment	False	DEN0078_000000018244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	81.045	73.0	0.012353808627261851	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ISR0798_000000002605	5171	0.7054323211625542	6	5	4	3	3	True	132358	backbone	False	ISR0371_000000002559	0.7494411793748343	PS1159|PS463	0	0	True	True	1.0	39		MOBV			mobilizable	other	2721.0	98.273	100.0	0.517208594789884	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0102_000000009931	3727	0.7054305655910101	4	3	2	3	1	True	113126	fragment	False	AST0094_000000005809	0.9609466846505859		0	0	False	False	1.0	0					non-mobilizable	other	3742.0	96.633	100.0	0.007816208281667876	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0133_01_000000013326	1590	0.7054300694709896	3	1	1	1	1	False	55156	fragment	False	ENG0183_000000018836	0.9937272058062042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	97.101	9.0	0.004552856335781463	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
ENG0183_000000018836	1590	0.7054300694709896	3	1	1	1	1	False	55156	fragment	False	ENG0183_000000018836	0.9961749138613888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	96.37700000000001	9.0	0.004552856335781463	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
ISR0839_000000000592	16677	0.7054268112469096	17	9	1	9	2	False	82635	maximal	True	ISR0839_000000000592	1.0		5	2	False	False	0.9995802640914917	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	5.674474235741742e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
DEN0083_000000019554	1548	0.7054266421650173	2	2	2	2	2	False	69083	fragment	False	DEN0083_000000019554	0.968142759441672		0	0	False	False	0.9993540048599243	0					non-mobilizable	other	1547.0	99.03	99.0	0.0004878396654669471	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CHI0117_000000004309	3478	0.7054222531859173	5	5	5	4	3	False	120985	maximal	False	FIJ0060_000000003739	0.9670921985815603		0	0	False	False	0.9997124671936035	0					non-mobilizable	chromosome	2547.0	96.741	99.0	0.0007374586375277743	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0012_000000000053	99946	0.7054210216607224	111	31	16	25	15	True	50848	maximal	True	FIJ0012_000000000053	1.0		2	1	True	True	1.0	29					non-mobilizable	no_good_hit	737.0	85.21	1.0	0.0002140657917008069	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ENG0012_000000005300	4539	0.7054190603658536	7	4	2	3	1	False	69904	fragment	False	ENG0012_000000005300	1.0		0	0	False	False	0.991628110408783	0					non-mobilizable	no_good_hit								True	False
ENG0210_000000001885	9381	0.7054127627219781	10	7	5	5	4	False	108028	fragment	False	ENG0210_000000001885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	84.706	1.0	3.1182924230691275e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0159_000000007223	3488	0.7054117809955874	5	4	1	2	4	True	93816	maximal	True	ISR0159_000000007223	1.0		6	2	False	False	0.9936926364898682	0					non-mobilizable	chromosome	2114.0	92.148	97.0	0.0006546739252462238	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	True
CHI0160_000000009006	3232	0.7054117809955874	5	4	1	2	4	True	93815	fragment	False	CHI0160_000000009006	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3232.0	99.969	100.0	0.010431497893360453	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0037_000000021204	1167	0.7054111833654811	1	1	1	1	1	False	36664	fragment	False	ITA0005_000000014377	0.9233569233569234		0	0	False	False	0.9931448101997375	0					non-mobilizable	chromosome	1167.0	99.4	100.0	0.0003316579770001166	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0171_000000003409	6577	0.7054095695685685	6	3	2	2	3	False	100814	maximal	True	ENG0171_000000003409	1.0		33	6	False	False	0.9957427382469177	0					non-mobilizable	chromosome	6577.0	99.985	100.0	0.001179448116568789	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
SPA0114_000000021057	2214	0.7054068095498306	2	2	2	2	2	False	79634	fragment	False	SPA0114_000000021057	0.9954421148587056		0	0	False	False	0.9990966320037842	0					non-mobilizable	chromosome	2214.0	99.955	100.0	0.0003123576182795122	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0069_01_000000027933	2194	0.7054068095498306	2	2	2	2	2	False	79634	fragment	False	SPA0114_000000021057	0.99096657633243		0	0	False	False	1.0	0					non-mobilizable	chromosome	2194.0	99.954	100.0	0.0003095346845399775	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0088_000000007274	3807	0.7054049572116351	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9793081765329654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2006.0	93.071	75.0	0.00035898670259405585	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
AST0055_000000012465	2752	0.7053988653116681	4	4	4	4	4	False	113842	maximal	True	AST0055_000000012465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	98.24700000000001	53.0	0.0003306985959491678	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0028_000000009204	1914	0.7053943400270133	3	2	2	2	2	False	65873	fragment	False	ENG0028_000000009204	1.0		0	0	False	False	0.9874607920646667	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000005692	5503	0.7053737253222083	9	5	3	2	3	False	77665	maximal	True	ENG0043_000000005692	1.0		4	2	False	False	0.9938215613365173	0					non-mobilizable	no_good_hit	1404.0	92.87700000000001	59.0	0.0003094049784660354	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
AST0148_000000011187	3136	0.7053730197404104	9	2	1	2	1	True	105114	maximal	True	AST0148_000000011187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	85.64	71.0	0.16666666666666666	MH617106.1	viruses	Inoviridae sp. isolate ctcb32, complete genome	True	True
ENG0033_000000014618	1758	0.7053702069159471	2	2	2	2	1	False	65492	maximal	True	ENG0033_000000014618	1.0		4	3	False	False	0.9994311928749084	0					non-mobilizable	no_good_hit	1051.0	79.92399999999999	60.0	0.0012356554590548714	NZ_OEPZ01000001.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
CAN0008_000000017399	1660	0.7053697407044053	2	2	2	1	1	False	94966	fragment	False	CAN0008_000000017399	1.0		0	0	False	False	0.9987951517105103	0					non-mobilizable	no_good_hit	899.0	75.973	53.0	0.0002927717397044689	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0172_000000025941	1124	0.7053681270258041	2	2	2	2	2	False	47151	fragment	False	FIJ0043_000000027439	0.9902395740905058		0	0	False	False	0.9804270267486572	0					non-mobilizable	other	1124.0	99.73299999999999	100.0	0.007820170887794823	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
ENG0064_000000009854	2256	0.705367478893857	3	3	2	3	3	False	107429	fragment	False	AST0106_000000008560	0.9504838681116304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	73.488	9.0	0.00020916397160549284	NZ_FNGF01000002.1	high GC Gram+	Glycomyces sambucus strain CGMCC 4.3147, whole genome shotgun sequence	True	False
AUS0012_000000001330	8975	0.7053668625137655	16	7	4	5	6	False	116877	fragment	False	AUS0012_000000001330	0.9933460050314407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	96.296	3.0	0.03831759044733559	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
AST0055_000000003710	7647	0.7053668625137655	13	7	4	5	6	False	116877	fragment	False	AUS0012_000000001330	0.827319653167056		0	0	False	False	0.9990845918655396	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.007128854036713598	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0268_000000001732	7629	0.7053668625137655	13	7	4	5	6	False	116877	fragment	False	AUS0012_000000001330	0.8263729492347949		0	0	False	False	0.9998689293861389	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.007128854036713598	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0011_000000003282	7351	0.7053668625137655	13	7	4	5	6	False	116877	fragment	False	AUS0012_000000001330	0.546082399088294		0	0	False	False	0.9990477561950684	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.007128854036713598	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
USA0080_01_000000010410	4159	0.7053595940717036	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.6281959149725944		0	0	False	False	0.9975955486297607	0					non-mobilizable	chromosome	4159.0	98.02799999999999	100.0	0.001399558455800308	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0063_000000018881	1512	0.7053544298565212	3	3	2	2	1	False	45561	maximal	True	FIJ0063_000000018881	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	87.387	7.0	0.00044128502198401744	NZ_CABJCG010000010.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
AST0118_000000008116	3573	0.7053528139001892	3	3	3	3	3	False	105952	fragment	False	AST0118_000000008116	1.0		0	0	False	False	0.9927232265472412	0					non-mobilizable	chromosome	3573.0	99.384	100.0	0.0010560673612507244	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	False	False
ISR0143_000000024461	1183	0.7053478945459792	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.019206656753313248		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	100.0	100.0	0.0004053424269037634	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ISR0786_000000003918	4686	0.7053381439348549	4	4	4	4	4	False	61429	fragment	False	ISR0786_000000003918	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3460.0	100.0	100.0	0.0006275687182303542	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0009_000000025903	1622	0.7053330290577297	3	3	3	3	1	False	51211	fragment	False	FIJ0009_000000025903	1.0		0	0	False	False	0.9956843256950378	0					non-mobilizable	no_good_hit								True	False
MON0104_000000023758	1913	0.7053242031473547	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.07302110498025369		0	0	False	False	0.9984318017959595	0					non-mobilizable	other	1913.0	99.21600000000001	100.0	0.003998017719247988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0093_000000012467	1359	0.7053240296239655	1	1	0	1	1	False	109455	maximal	True	AST0093_000000012467	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	85.69	84.0	0.17555886736214604	DQ295022.1	firmicutes	Streptococcus thermophilus plasmid pSMQ-316, complete sequence	True	False
USA0005_01_000000017712	1818	0.7053079592580813	3	2	2	2	1	True	2167	maximal	True	USA0005_01_000000017712	1.0		92	8	False	False	0.9983498454093933	0					non-mobilizable	no_good_hit	736.0	95.245	40.0	0.0023660448421831994	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0777_000000005476	3128	0.7053065079688486	5	3	2	2	2	False	77407	maximal	True	ISR0777_000000005476	1.0		1	1	False	False	0.9993606209754944	0					non-mobilizable	no_good_hit	128.0	78.906	4.0	0.0002715346195949644	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
USA0047_01_000000017167	2105	0.7053004652455149	3	3	2	2	3	True	88531	fragment	False	CHI0030_000000002566	0.951528384279476		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	99.845	97.0	0.0003745747056712431	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0034_01_000000017998	3042	0.7052990753555135	2	1	1	1	1	False	93184	fragment	False	USA0034_01_000000017998	1.0		0	0	False	False	0.9970414042472839	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000023742	1485	0.7052990753555135	1	1	1	1	1	False	93183	fragment	False	CAN0015_000000023742	1.0		0	0	False	False	0.9723905920982361	0					non-mobilizable	no_good_hit								True	False
MON0083_000000011215	3047	0.7052923703072529	4	3	3	3	3	False	68766	fragment	False	MON0083_000000011215	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3008.0	75.266	97.0	0.009690986148774824	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	False	False
MAD0021_000000007167	2063	0.7052914791586553	1	1	1	1	1	False	53051	maximal	True	MAD0021_000000007167	1.0		96	8	False	False	0.9966068863868713	0					non-mobilizable	no_good_hit	1299.0	80.908	63.0	0.000537060943333217	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0350_000000012287	1601	0.7052914791586553	1	1	1	1	1	False	53049	fragment	False	ISR0350_000000012287	0.9525244677688095		0	0	False	False	0.99750155210495	0					non-mobilizable	no_good_hit	1328.0	79.367	83.0	0.008325322174259988	NZ_JH591190.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.4, whole genome shotgun sequence	True	False
FIJ0085_000000020574	1526	0.7052914791586553	1	1	1	1	1	False	53049	fragment	False	ISR0350_000000012287	0.3821245421245421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1314.0	79.22399999999999	86.0	0.008231073243985348	NZ_JH591190.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.4, whole genome shotgun sequence	True	False
FIJ0150_000000006458	3566	0.7052877966374073	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.9751730198048671	PS597	0	0	False	True	1.0	0					non-mobilizable	chromosome	1754.0	99.943	100.0	0.00031997143803158974	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ISR0784_000000003516	3540	0.7052877966374073	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.9753233403853832	PS597	0	0	False	True	0.9994350075721741	0					non-mobilizable	chromosome	1767.0	100.0	100.0	0.00032234430094910864	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ISR0097_000000010504	2699	0.7052874633825355	4	3	3	3	3	False	72723	fragment	False	ISR0097_000000010504	0.9563846001442271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.649542897579037e-05	NZ_JHYA01000003.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ENG0144_000000005615	3306	0.7052851945116441	3	3	3	3	3	False	87216	maximal	True	ENG0144_000000005615	0.9897156684815487		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	1162.0	95.181	70.0	0.0004537249564020121	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
SPA0058_000000011154	2787	0.7052817875830538	2	2	1	2	1	False	6309	fragment	False	SPA0058_000000011154	1.0		0	0	False	False	0.9982059597969055	0					non-mobilizable	other	2767.0	99.928	99.0	0.0587535579251455	NZ_PYLQ01000020.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_19, whole genome shotgun sequence	False	False
ISR0212_000000008697	3873	0.7052801953430913	4	4	4	2	1	False	124474	fragment	False	ISR0212_000000008697	1.0		0	0	False	False	0.9961270093917847	0					non-mobilizable	no_good_hit	3442.0	88.64	88.0	0.04647457719436804	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	True	False
AST0104_000000009462	3444	0.7052777541052936	4	4	4	4	3	False	107992	maximal	True	AST0104_000000009462	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	78.697	34.0	0.01310718320154163	NZ_DS483463.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_3, whole genome shotgun sequence	True	False
SPA0031_000000029088	1166	0.7052752979608498	1	1	1	1	1	False	7258	fragment	False	SPA0031_000000029088	1.0		0	0	False	False	0.9991423487663269	0					non-mobilizable	no_good_hit	81.0	91.35799999999999	12.0	2.5785465571085212e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0066_000000001384	16284	0.7052725472221398	22	7	0	7	2	False	71027	maximal	True	DEN0066_000000001384	1.0		1	1	False	False	0.9999386072158813	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0790685480293411e-05	CP040504.1	b-proteobacteria	Neisseria sp. oral taxon 014 str. F0314 chromosome	True	False
CHI0034_000000008285	1980	0.7052717633506526	3	3	2	3	3	False	88233	maximal	True	CHI0034_000000008285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	89.375	24.0	0.0002233943820277121	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0798_000000001865	7142	0.7052675290380082	9	5	3	4	3	False	125521	maximal	True	ISR0798_000000001865	1.0		9	5	False	False	0.9997199773788452	0					non-mobilizable	no_good_hit	1451.0	83.87299999999999	47.0	0.0006326106169860554	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0131_000000000446	27149	0.7052640282437304	38	10	7	10	6	True	60383	maximal	True	FIJ0131_000000000446	1.0		4	1	False	False	0.9990423321723938	0					non-mobilizable	no_good_hit	440.0	85.455	2.0	0.010448897986385491	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0023_000000000169	37395	0.7052633824147087	42	18	12	17	7	True	106306	maximal	True	SPA0023_000000000169	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	4.606922862473349e-06	CP036270.1	bacteria	Planctomycetes bacterium Pan258 chromosome	True	True
FIJ0047_000000023680	1321	0.7052619895589144	2	2	2	2	1	False	46848	fragment	False	ISR0826_000000009260	0.9744604316546763		0	0	False	False	0.9962149858474731	0					non-mobilizable	other	1332.0	83.634	99.0	0.015188946838686065	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	False	False
FIJ0056_000000015455	1381	0.7052550588731593	1	1	1	1	1	False	71619	fragment	False	FIJ0111_000000013908	0.7903031779741329		0	0	False	False	0.9898624420166016	0					non-mobilizable	other	1381.0	94.352	100.0	0.04798998469884546	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	False	False
CHI0053_000000008479	1364	0.7052550588731593	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.2758514802399738		0	0	False	False	0.9948680400848389	0					non-mobilizable	other	1366.0	89.458	100.0	0.0004240269933779614	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0106_000000016828	1342	0.7052550588731593	1	1	1	1	1	False	26376	fragment	False	MON0057_000000017443	0.36058537965865556		0	0	False	False	0.997764527797699	0					non-mobilizable	other	1342.0	98.95700000000001	100.0	0.002226409768974706	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0228_000000014122	1900	0.7052536971850365	3	1	1	1	1	False	27606	maximal	True	ISR0228_000000014122	1.0		2	2	False	False	0.9978947639465332	0					non-mobilizable	no_good_hit	463.0	96.76	58.0	0.0001238082783252974	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0115_000000016658	1666	0.7052536971850365	3	1	1	1	1	False	4387	maximal	True	SPA0115_000000016658	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	99.11399999999999	41.0	0.005751135764237464	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
CHI0021_000000001555	5232	0.7052517239758073	7	2	0	1	2	False	120147	backbone	False	ISR0235_000000000680	0.9498832405245194	PS832|PS834	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1580.0	86.962	53.0	0.24068108605614358	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0176_000000001443	5165	0.7052517239758073	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.836105526907219	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	79					non-mobilizable	no_good_hit	2302.0	88.662	71.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0008_01_000000001560	5158	0.7052517239758073	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.5929681775948737	PS879|PS961	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1405.0	94.875	67.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0044_000000003428	5158	0.7052517239758073	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6119534930963096	PS879|PS961	0	0	True	True	1.0	129					non-mobilizable	no_good_hit	1405.0	94.875	67.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0172_000000004802	5158	0.7052517239758073	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6122083699936676	PS879|PS961	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1405.0	94.875	67.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ENG0039_000000004268	5158	0.7052517239758073	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.60857969677972	PS879|PS961	0	0	True	True	1.0	149					non-mobilizable	no_good_hit	1405.0	94.875	67.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0111_000000003278	5145	0.7052517239758073	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6306132010052127	PS879|PS961	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1403.0	95.296	68.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0162_000000004567	5118	0.7052517239758073	6	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.6010374604710622	PS879|PS961	0	0	True	True	0.9998046159744263	1					non-mobilizable	no_good_hit	1405.0	94.875	67.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
USA0113_01_000000003721	5103	0.7052517239758073	5	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.589605428393103	PS879|PS961	0	0	True	True	0.9994121193885803	2					non-mobilizable	no_good_hit	1405.0	94.875	67.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0816_000000008542	5031	0.7052507103224823	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9235345768909089		0	0	False	False	0.999403715133667	0					non-mobilizable	no_good_hit	1746.0	99.198	57.0	0.008409689971130915	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
FIJ0153_000000014433	1794	0.7052498117337402	2	1	1	1	1	False	39645	maximal	True	FIJ0153_000000014433	1.0		192	14	False	False	0.9994425773620605	0					non-mobilizable	chromosome	1794.0	97.324	100.0	0.0006365023217909259	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0346_000000009280	2377	0.7052456757101897	4	3	3	3	3	False	24194	maximal	True	ISR0346_000000009280	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	1752.0	99.829	74.0	0.000754661684434187	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
FIJ0006_000000015765	2296	0.7052446127332428	4	3	2	3	3	False	101202	fragment	False	ISR0159_000000009035	0.31529523037427376		0	0	False	False	1.0	0					non-mobilizable	chromosome	2297.0	95.90799999999999	100.0	0.0007801783060820268	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0171_000000014119	1485	0.7052435464061849	2	2	2	2	1	False	38792	maximal	True	FIJ0171_000000014119	1.0		2	1	False	False	0.9952861666679382	0					non-mobilizable	no_good_hit	672.0	94.345	45.0	0.005708597777815589	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
MAD0051_000000003207	7267	0.7052385344377676	7	6	6	4	1	True	84568	maximal	True	MAD0051_000000003207	1.0		29	9	False	False	0.996009349822998	0					non-mobilizable	chromosome	4789.0	96.72200000000001	98.0	0.0010653526056739874	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0033_000000009826	3050	0.7052352218135743	5	4	2	4	3	True	124663	fragment	False	ISR0033_000000009826	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2042.0	92.214	98.0	0.000633396154451599	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0032_000000027339	1182	0.7052321482813225	2	2	2	2	1	False	120637	fragment	False	ISR0039_000000028021	0.39343846794519355		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	92.574	100.0	0.08908652396744046	NZ_SPFY01000040.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_40_length_13268_cov_18.7176, whole genome shotgun sequence	False	False
MAD0041_000000017367	1993	0.7052296862486727	2	2	2	2	1	False	114872	fragment	False	MAD0041_000000017367	1.0		0	0	False	False	0.9939789175987244	0					non-mobilizable	no_good_hit								True	False
CHI0131_000000000621	19014	0.7052295108961592	17	16	6	7	16	True	123795	fragment	False	CHI0162_000000000949	0.9900005154373486		0	0	False	False	0.9998947978019714	0					non-mobilizable	other	18955.0	99.98899999999999	99.0	0.003600744769430942	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
FIJ0046_000000004678	5447	0.7052266807847201	8	4	2	3	3	False	107945	fragment	False	FIJ0046_000000004678	1.0		0	0	False	False	0.9994492530822754	0					non-mobilizable	other	2935.0	96.286	99.0	0.0008144914496448229	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0140_000000018905	1525	0.7052259937929074	3	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.5033683213054984		0	0	False	False	0.9993442893028259	0					non-mobilizable	other	1525.0	99.41	100.0	0.01895215947670153	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0150_000000018482	1320	0.7052259937929074	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.32405610617020203		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	99.62100000000001	100.0	0.01640282043948118	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0284_000000011382	1299	0.7052259937929074	1	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.12348569947806773		0	0	False	False	1.0	0					non-mobilizable	other	1032.0	99.516	100.0	0.012821309987191125	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0190_000000021973	1362	0.7052092297958586	2	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.681847916323168		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	94.449	99.0	0.006464164679302121	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
SPA0040_000000004068	7749	0.7052025805339054	9	3	3	2	2	False	108808	maximal	True	SPA0040_000000004068	1.0		0	0	False	False	0.9988385438919067	0					non-mobilizable	no_good_hit	5038.0	99.42399999999999	65.0	0.12532968400099528	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
MAD0045_000000002895	8971	0.7051900806190522	6	6	6	6	4	False	17911	maximal	True	MAD0045_000000002895	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	4484.0	97.54700000000001	56.0	0.006202550214086238	NZ_KB899637.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
TAN0007_000000038764	1104	0.7051857669781911	2	2	2	2	2	False	2776	maximal	True	TAN0007_000000038764	1.0		6	1	False	False	1.0	0					non-mobilizable	chromosome	1120.0	76.25	100.0	0.00029610035828143353	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0126_000000005237	9174	0.7051855900237091	9	7	7	7	5	False	70926	maximal	True	ISR0126_000000005237	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1924.0	90.48899999999999	41.0	0.026342982323197532	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
USA0035_01_000000004068	6262	0.705183343782943	8	6	2	5	4	True	114937	maximal	True	USA0035_01_000000004068	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0177_000000001845	7876	0.7051827836147847	5	4	3	3	3	True	91223	maximal	True	CHI0177_000000001845	1.0		173	10	False	False	1.0	0					non-mobilizable	no_good_hit	1547.0	86.102	20.0	0.002455751788757476	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
MAD0044_000000018251	1364	0.7051817676649691	2	1	1	1	1	False	17946	maximal	True	MAD0044_000000018251	1.0		6	3	False	False	0.9794721603393555	0					non-mobilizable	chromosome	1364.0	99.853	100.0	0.00045438074039058076	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	False	False
ENG0142_000000023357	1473	0.7051812281770928	2	2	2	2	2	False	57663	fragment	False	ENG0142_000000023357	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	99.932	100.0	0.14382022471910114	NZ_JAAITU010000068.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_68_length_10235_cov_140.332, whole genome shotgun sequence	False	False
CHI0049_000000008249	1974	0.7051795741869052	4	3	2	3	3	False	86785	maximal	True	CHI0049_000000008249	1.0		6	1	False	False	0.9934144020080566	0					non-mobilizable	no_good_hit	443.0	80.361	22.0	0.00013809976617845082	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
ISR0284_000000000721	8896	0.7051768961475356	6	5	1	0	5	False	80374	fragment	False	ISR0284_000000000721	1.0		0	0	False	False	0.9993255138397217	0			MPF_I		non-mobilizable	plasmid	8817.0	99.898	99.0	0.09118270672803434	CP052260.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-2, complete sequence	False	True
MON0031_000000005008	7053	0.7051768961475356	5	5	1	0	5	False	80372	fragment	False	MON0025_000000002640	0.6997009494207995		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	7053.0	100.0	100.0	0.06579954093343535	MK758104.1	enterobacteria	Escherichia coli strain 0126:B16 plasmid R16, complete sequence	False	True
MON0092_000000006730	6707	0.7051758134815183	8	5	5	5	4	False	72202	maximal	True	MON0092_000000006730	1.0		3	1	False	False	0.9995527267456055	0					non-mobilizable	no_good_hit	1753.0	77.068	26.0	0.000613707020588755	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0021_01_000000001143	15318	0.7051752187308461	18	8	4	8	1	True	94269	maximal	True	USA0021_01_000000001143	1.0		4	2	False	False	0.9981067776679993	0					non-mobilizable	no_good_hit	7627.0	98.53200000000001	87.0	0.002042183159674568	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CAN0007_000000013921	2981	0.7051699067794612	4	2	2	2	1	False	95378	maximal	True	CAN0007_000000013921	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	84.946	3.0	0.02586713697824809	NZ_CABIXL010000021.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	False
ISR0206_000000005836	4361	0.7051682497567203	6	2	2	2	2	False	34183	maximal	True	ISR0206_000000005836	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1939.0	91.8	44.0	0.0026604703601603155	NZ_PGFC01000001.1	high GC Gram+	Pseudoscardovia suis strain DSM 24744 Ga0181009_101, whole genome shotgun sequence	True	False
ISR0082_000000009815	2953	0.7051682497567203	5	2	2	2	2	False	34182	fragment	False	ISR0082_000000009815	1.0		0	0	False	False	0.9945817589759827	0					non-mobilizable	no_good_hit	1939.0	91.8	66.0	0.0026604703601603155	NZ_PGFC01000001.1	high GC Gram+	Pseudoscardovia suis strain DSM 24744 Ga0181009_101, whole genome shotgun sequence	True	False
FIJ0168_000000017751	1331	0.7051627992220675	2	2	2	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.0190636755775977		0	0	False	False	0.9932381510734558	0					non-mobilizable	chromosome	1167.0	80.291	91.0	0.0004019214598182637	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0261_000000002584	6205	0.7051573858452299	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.16713009236947404		0	0	False	False	0.9980660676956177	0					non-mobilizable	chromosome	5693.0	97.57600000000001	93.0	0.0016178992908890766	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0150_000000003341	6442	0.7051571686768512	9	6	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.06798061183038502		0	0	False	True	1.0	0					non-mobilizable	plasmid	6466.0	99.613	100.0	0.20870996900826447	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CHI0160_000000008859	3277	0.7051514821992069	5	3	1	3	2	True	101507	fragment	False	CHI0160_000000008859	1.0		0	0	False	False	0.9884040355682373	0					non-mobilizable	other	3274.0	93.40299999999999	99.0	0.0009725105091225552	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0207_000000008410	3294	0.7051459491424319	4	4	2	4	1	False	120185	maximal	True	ISR0207_000000008410	1.0		9	3	False	False	0.9836065769195557	0					non-mobilizable	no_good_hit	1020.0	82.84299999999999	31.0	0.002742321365616834	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
MAD0098_000000015816	2787	0.7051441571747403	4	4	4	4	3	False	102936	fragment	False	FIJ0076_000000005705	0.9962611577652932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1602.0	79.71300000000001	57.0	0.00042283690671193904	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
AUS0012_000000006256	2647	0.7051441571747403	4	4	4	4	3	False	102936	fragment	False	FIJ0076_000000005705	0.9696457868404491		0	0	False	False	0.9996222257614136	0					non-mobilizable	no_good_hit	1006.0	81.41199999999999	41.0	0.0193724790567794	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ETH0002_000000000396	34615	0.7051372089368603	48	9	5	9	5	True	53398	maximal	True	ETH0002_000000000396	1.0		1	1	False	False	0.9999422430992126	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.1948871671218445e-05	NZ_VEML01000001.1	firmicutes	Staphylococcus argensis strain DE0069 NODE_1_length_1275692_cov_31.136151, whole genome shotgun sequence	True	True
ENG0122_000000015465	1866	0.7051318772669276	4	3	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.09327464214068754		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1866.0	96.249	100.0	0.0004802721077913129	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
MON0025_000000022603	1794	0.7051318772669276	4	3	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.032867415121123705		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1796.0	90.089	100.0	0.0003793252080037195	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ENG0205_000000001295	12438	0.7051236116624203	12	10	2	9	5	False	111565	fragment	False	ENG0205_000000001295	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12438.0	99.79899999999999	100.0	0.005457974431364006	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0283_000000006440	2097	0.705122942206906	3	3	2	2	1	False	129165	fragment	False	ISR0283_000000006440	1.0		0	0	False	False	0.992370069026947	0					non-mobilizable	no_good_hit	54.0	98.148	3.0	0.0014833058128795723	KC246795.1	bacteria	Uncultured bacterium Contig26 genomic sequence	True	False
MAD0097_000000025302	1640	0.7051187090636031	2	2	2	2	1	False	15406	fragment	False	MAD0097_000000025302	1.0		0	0	False	False	0.9878048896789551	0					non-mobilizable	no_good_hit								True	False
ENG0028_000000009080	1936	0.7051175139644559	3	3	3	2	2	False	65874	maximal	True	ENG0028_000000009080	1.0		35	8	False	False	0.9633264541625977	0					non-mobilizable	no_good_hit	172.0	76.163	9.0	4.869139734059547e-05	CP060496.1	high GC Gram+	Brachybacterium sp. Z12 chromosome, complete genome	True	False
AST0113_000000032787	1114	0.7051168862459708	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17388357074720703		0	0	False	False	1.0	0					non-mobilizable	chromosome	1114.0	93.088	100.0	0.0003879492438301082	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0151_000000005140	3371	0.705108824881894	3	2	2	1	1	False	71550	fragment	False	SPA0151_000000005140	1.0		0	0	False	False	0.9970335364341736	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.7516009308137096e-05	LT841388.1	apicomplexans	Plasmodium cynomolgi genome assembly, chromosome: 10	True	False
FIJ0131_000000012793	1450	0.7051040555484271	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.9091887720492292		0	0	False	False	0.9924138188362122	0					non-mobilizable	other	1450.0	97.03399999999999	100.0	0.002384134547537418	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0013_000000010744	2572	0.7051005677733779	4	4	4	3	3	False	50643	maximal	True	FIJ0013_000000010744	1.0		3	3	False	False	0.9953343868255615	0					non-mobilizable	no_good_hit	2163.0	76.05199999999999	83.0	0.07680166445456828	NZ_FUWW01000020.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ENG0182_000000003616	7049	0.7050948971130594	7	3	1	3	1	False	62732	fragment	False	ENG0182_000000003616	1.0		0	0	False	False	0.9975883364677429	0					non-mobilizable	no_good_hit	4167.0	97.36	78.0	0.022428889918038968	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
DEN0093_000000005681	5473	0.7050945038977332	6	6	6	5	4	False	129685	maximal	True	DEN0093_000000005681	1.0	PS1061	21	4	False	True	0.9994518756866455	0					non-mobilizable	no_good_hit	1739.0	92.927	71.0	0.00046548696850874806	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0143_000000014409	1309	0.7050874938391644	2	1	1	1	1	False	85614	fragment	False	ISR0266_000000014408	0.6524735449059804		0	0	False	False	0.9992360472679138	0					non-mobilizable	other	1309.0	99.84700000000001	100.0	0.0003206926962238435	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0061_01_000000003997	2773	0.7050777078612241	5	4	2	3	2	False	103409	maximal	True	USA0061_01_000000003997	1.0		0	0	False	False	0.9996393918991089	0					non-mobilizable	no_good_hit	1971.0	98.32600000000001	71.0	0.0021921669832264154	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0198_000000026881	1240	0.7050709521695246	2	1	1	1	1	False	43368	fragment	False	ISR0198_000000026881	0.9556322548601692		0	0	False	False	0.8870967626571655	0					non-mobilizable	other	1240.0	98.54799999999999	100.0	0.0005301138011855039	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ENG0100_000000011965	2513	0.7050635611330345	2	2	2	2	1	False	60585	maximal	True	ENG0100_000000011965	1.0		2	2	False	False	0.9996020793914795	0					non-mobilizable	no_good_hit	228.0	71.491	9.0	5.354754914308313e-05	NZ_LT630337.1	firmicutes	Bacillus massilionigeriensis strain Marseille-P2348T, whole genome shotgun sequence	True	False
CHI0018_000000004033	3984	0.7050631091064434	7	7	4	6	6	False	89587	maximal	True	CHI0018_000000004033	1.0		103	11	False	False	1.0	0					non-mobilizable	chromosome	3829.0	100.0	100.0	0.0008154978680525301	CP047594.1	enterobacteria	Escherichia coli strain LD27-1 chromosome, complete genome	False	False
ENG0125_000000014786	1783	0.7050629602697256	3	2	2	2	2	False	58828	maximal	True	ENG0125_000000014786	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	91.429	4.0	0.000360176016453258	NZ_BAKJ01000003.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
ISR0187_000000006456	4214	0.7050624782421705	5	3	3	3	2	True	115667	fragment	False	SPA0001_000000007476	0.9351255276605199		0	0	False	False	1.0	0					non-mobilizable	chromosome	4201.0	95.12	99.0	0.0013228843227963826	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
MON0060_000000006341	5085	0.7050609231726759	5	5	3	3	5	False	64339	fragment	False	MON0060_000000006341	1.0		0	0	False	False	0.9878072738647461	0					non-mobilizable	chromosome	5025.0	97.473	99.0	0.0011366896448116361	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0839_000000003205	4828	0.7050583093520542	4	3	3	2	2	False	20851	maximal	True	ISR0839_000000003205	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1762.0	88.13799999999999	36.0	0.00042403253249025596	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0170_000000029730	1581	0.7050564350475936	1	1	1	1	1	False	114675	maximal	False	ISR0066_000000020184	0.9794352320147259		0	0	False	False	1.0	0					non-mobilizable	chromosome	1260.0	93.492	99.0	0.00035811097173511737	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0397_000000013272	1362	0.7050564350475936	1	1	1	1	1	False	114675	maximal	False	ISR0066_000000020184	0.574712643678161		0	0	False	False	0.9926578402519226	0					non-mobilizable	chromosome	1184.0	93.581	100.0	0.0003364934706613533	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0023_000000012911	1360	0.7050564350475936	1	1	1	1	1	False	114675	maximal	False	ISR0066_000000020184	0.5744189579219201		0	0	False	False	0.9985294342041016	0					non-mobilizable	chromosome	1184.0	93.581	100.0	0.0003364934706613533	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0781_000000026232	1190	0.7050564350475936	1	1	1	1	1	False	64466	fragment	False	ISR0781_000000026232	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1067.0	95.03299999999999	99.0	0.00030321389663990077	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0310_000000006469	2526	0.7050523879487421	3	2	2	2	2	False	95160	maximal	True	ISR0310_000000006469	1.0		3	2	False	False	0.9972288012504578	0					non-mobilizable	no_good_hit	2049.0	80.234	81.0	0.014902018133957298	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	True	False
ISR0385_000000021127	1148	0.7050510700202771	2	1	1	1	1	False	23016	fragment	False	ISR0385_000000021127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	71.73100000000001	44.0	0.00012854591614215342	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
ENG0054_000000022289	1265	0.7050428365272675	2	2	2	1	2	False	97037	fragment	False	ENG0054_000000022289	0.9907530888546523		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1265.0	99.84200000000001	100.0	0.00029489358167852307	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0071_01_000000000787	17959	0.7050401162528679	23	8	3	8	3	False	1601	maximal	True	USA0071_01_000000000787	1.0		1	1	False	False	0.9996659159660339	0					non-mobilizable	no_good_hit								True	False
ENG0096_000000017809	1840	0.7050251217564399	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.9190188263786447		0	0	False	False	0.9961956739425659	0					non-mobilizable	other	1840.0	99.51100000000001	100.0	0.010689498831653472	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
MAD0050_000000021589	1118	0.7050188664864881	2	2	2	1	1	False	17372	fragment	False	MAD0050_000000021589	1.0		0	0	False	False	0.9821109175682068	0					non-mobilizable	other	1118.0	99.463	100.0	0.011521759311788915	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0020_000000015915	1267	0.7050172342545699	3	3	3	2	2	False	66454	maximal	True	ENG0020_000000015915	1.0		1	1	False	False	0.9589581489562988	0					non-mobilizable	no_good_hit	53.0	86.792	4.0	1.2408457215152917e-05	NZ_JACBZI010000001.1	high GC Gram+	Nocardioides marinus strain DSM 18248 Ga0104575_01, whole genome shotgun sequence	True	False
MAD0107_000000027396	1451	0.7050045887500692	1	1	1	1	1	False	17799	maximal	True	MAD0107_000000027396	1.0		81	12	False	False	1.0	0					non-mobilizable	other	1397.0	73.801	95.0	0.0002614856284204015	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	False	False
SPA0045_000000003494	7792	0.7050023656553263	9	5	5	4	2	False	120649	maximal	False	ENG0024_000000003148	0.9828123053929505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	78.83	17.0	0.00039380564812234697	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
AST0111_000000005443	3733	0.7049847943490893	4	2	2	2	2	False	106845	maximal	False	ENG0007_000000006678	0.9699948927477018		0	0	False	False	0.9962496757507324	0					non-mobilizable	other	3270.0	83.54700000000001	94.0	0.019387060971680213	NZ_JAAITI010000004.1	firmicutes	Blautia luti strain MSK.16.34 NODE_4_length_167586_cov_139.322, whole genome shotgun sequence	False	False
MAD0070_000000018842	1180	0.7049847381835364	2	1	1	1	1	False	107673	fragment	False	MAD0111_000000012828	0.6804246343632597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	85.92200000000001	70.0	0.013914484251103183	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
ISR0834_000000002667	6098	0.7049834118393137	8	6	2	4	6	True	111502	fragment	False	ISR0834_000000002667	0.9531379367444941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2656.0	93.486	88.0	0.0005124739768387328	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
AST0007_000000006308	2972	0.7049811638212755	5	4	4	4	3	False	127142	maximal	True	AST0007_000000006308	1.0		105	10	False	False	1.0	0					non-mobilizable	other	2967.0	97.84299999999999	99.0	0.018981671103829614	NZ_QSFS01000007.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf7, whole genome shotgun sequence	False	False
SPA0093_000000000649	33761	0.7049809782004288	52	22	7	16	15	False	52966	maximal	True	SPA0093_000000000649	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00011386687696894809	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
USA0010_01_000000004305	6219	0.7049795583998298	6	5	4	5	3	False	97860	maximal	True	USA0010_01_000000004305	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5036.0	96.088	81.0	0.12104578939765998	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	True	False
DEN0092_000000000727	8667	0.704973150144352	13	13	5	9	10	False	132521	backbone	False	USA0060_01_000000001071	0.08800160338354364	PS1166	0	0	False	True	0.9998846054077148	0					non-mobilizable	plasmid	8118.0	100.0	94.0	0.15910382813571947	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0010_000000011746	2031	0.7049687372675476	2	2	2	2	2	False	126255	maximal	True	SPA0010_000000011746	0.9654827413706852		157	11	False	False	0.997538149356842	0					non-mobilizable	other	2031.0	99.557	100.0	0.0010954261909387208	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
SPA0015_000000006393	3185	0.7049661734553091	4	3	3	3	3	False	35304	fragment	False	SPA0015_000000006393	0.9958457959454968		0	0	False	False	0.9959183931350708	0					non-mobilizable	other	3186.0	98.93299999999999	100.0	0.002733169205835797	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
USA0015_01_000000001077	16941	0.7049650196992432	18	8	3	3	7	False	6289	maximal	True	USA0015_01_000000001077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4209.0	87.02799999999999	28.0	0.04558120371675467	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
AST0050_000000000048	61721	0.7049544967617144	65	12	8	10	6	False	114805	maximal	True	AST0050_000000000048	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	91.10600000000001	2.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	False
ISR0093_000000022794	1164	0.7049510048279491	1	1	1	1	1	False	33486	maximal	True	ISR0093_000000022794	1.0		7	5	False	False	1.0	0					non-mobilizable	other	1104.0	88.134	95.0	0.00031140850891814926	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0017_000000005127	2378	0.7049465256777226	5	4	1	1	4	False	7834	maximal	True	SPA0017_000000005127	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2134.0	99.29700000000001	100.0	0.024073948669330263	LM997158.1	enterobacteria	Escherichia coli genome assembly FHI92, scaffold scaffold-11_contig-13.0_1_88602_[organism:Escherichia	False	False
ISR0087_000000010944	2861	0.7049450480937103	3	3	3	3	3	False	76253	fragment	False	ISR0107_000000006693	0.7553267412876875		0	0	False	False	0.9993009567260742	0					non-mobilizable	chromosome	2849.0	97.71799999999999	99.0	0.000810087408658947	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0359_000000000461	28651	0.7049438115584026	32	13	3	10	7	False	23829	maximal	True	ISR0359_000000000461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	74.29	5.0	0.001270103951788127	NZ_ATXD01000008.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0026_000000005216	4283	0.7049434315581133	3	3	0	3	0	True	129144	fragment	False	ISR0812_000000005528	0.13345074222336142		0	0	False	False	0.9981321692466736	0					non-mobilizable	no_good_hit	867.0	85.698	36.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0177_000000004581	5143	0.7049403797831412	7	2	1	1	0	False	82628	maximal	True	ISR0177_000000004581	1.0	PS143|PS408	1	1	False	True	0.9998055696487427	0					non-mobilizable	no_good_hit	104.0	88.462	5.0	0.015456887407182906	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
USA0066_01_000000014068	1456	0.7049403797831412	3	2	1	1	0	False	56786	fragment	False	USA0066_01_000000014068	1.0		0	0	False	False	0.9993131756782532	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000031520	1441	0.7049403797831412	2	2	1	1	0	False	7705	fragment	False	SPA0092_000000031520	1.0		0	0	False	False	0.9923664331436157	0					non-mobilizable	no_good_hit								True	False
SPA0020_000000028427	1239	0.7049403797831412	2	2	1	1	0	False	7704	fragment	False	USA0081_01_000000023381	0.9224865694551037		0	0	False	False	0.9991928935050964	0					non-mobilizable	no_good_hit								True	False
MON0060_000000037245	1159	0.7049362922704844	3	1	1	1	1	False	10857	fragment	False	MON0060_000000037245	1.0		0	0	False	False	0.9680759310722351	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	6.0773940134470336e-05	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ENG0055_000000007327	2630	0.7049342897806966	3	2	2	2	2	False	89731	fragment	False	ENG0055_000000007327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2049.0	98.73100000000001	78.0	0.09348183312032135	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0040_000000010917	2487	0.7049340155407231	4	4	3	4	4	False	36492	fragment	False	ISR0040_000000010917	1.0		0	0	False	False	0.9923602938652039	0					non-mobilizable	no_good_hit	1138.0	75.395	45.0	0.0017968548553191283	CP019303.1	CFB group bacteria	Prevotella intermedia strain strain 17 chromosome II, complete sequence	True	False
SPA0058_000000013721	2274	0.7049320067335593	3	3	3	2	2	False	72453	fragment	False	USA0053_01_000000008750	0.9927411297117293		0	0	False	False	0.9978012442588806	0					non-mobilizable	chromosome	2281.0	80.929	100.0	0.0006347677686738471	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0182_000000026292	1522	0.7049194959511986	3	3	2	3	3	False	32872	maximal	True	ISR0182_000000026292	1.0		10	4	False	False	1.0	0					non-mobilizable	other	1523.0	98.03	100.0	0.00041152719580988525	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0076_000000002348	3197	0.7049173984940045	3	2	1	2	1	False	101475	maximal	True	CHI0076_000000002348	1.0		20	9	False	False	0.9946824908256531	0					non-mobilizable	chromosome	2107.0	94.305	100.0	0.000554587968348739	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0012_000000004263	5577	0.7049173548898859	5	5	5	5	5	False	128757	fragment	False	SPA0089_000000004103	0.05338141748122744		0	0	False	False	1.0	0					non-mobilizable	chromosome	5003.0	97.581	92.0	0.0014216351364035873	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0158_000000009814	1978	0.7049150828287967	2	2	0	2	1	True	35408	fragment	False	SPA0158_000000009814	0.9637912673056444		0	0	False	False	0.995449960231781	0					non-mobilizable	no_good_hit								True	True
ISR0836_000000011223	1782	0.7049150828287967	3	2	0	2	1	True	48641	fragment	False	ISR0836_000000011223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0021_000000001598	7800	0.7049146846987744	4	3	3	3	3	False	21470	maximal	True	MAD0021_000000001598	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2189.0	74.509	48.0	0.003924427059097254	NZ_JH376763.1	CFB group bacteria	Prevotella histicola F0411 supercont1.2, whole genome shotgun sequence	True	False
MAD0106_000000002168	6650	0.7049146846987744	3	3	3	3	3	False	21469	fragment	False	ISR0822_000000000754	0.9682469354600503		0	0	False	False	0.9998496174812317	0					non-mobilizable	no_good_hit	2189.0	74.509	57.0	0.003924427059097254	NZ_JH376763.1	CFB group bacteria	Prevotella histicola F0411 supercont1.2, whole genome shotgun sequence	True	False
MON0068_000000029065	1452	0.7049057966801461	3	3	2	3	2	False	75510	fragment	False	MON0068_000000029065	1.0		0	0	False	False	0.9703856706619263	0					non-mobilizable	no_good_hit	366.0	72.404	25.0	0.0008144123534458107	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
FIJ0164_000000020096	1133	0.7048903386740476	1	1	1	1	1	False	39677	fragment	False	MON0109_000000033257	0.4629046762589928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000021271	1251	0.7048901362735012	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.04750784134280697		0	0	False	False	1.0	0					non-mobilizable	chromosome	1251.0	96.962	100.0	0.0003555510045026979	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0054_000000006613	3540	0.7048876377824619	4	3	3	3	1	False	55400	maximal	True	ISR0054_000000006613	1.0		206	10	False	False	0.9901130199432373	0					non-mobilizable	no_good_hit	970.0	91.649	47.0	0.004793218190461099	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
ISR0820_000000003470	5078	0.7048762270511446	7	6	4	3	5	False	126401	fragment	False	FIJ0126_000000006059	0.9441079411684594		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3572.0	99.104	70.0	0.0010748586350138362	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0012_000000000181	29691	0.7048662566007479	41	24	10	16	16	True	89555	maximal	True	MON0012_000000000181	1.0		2	1	False	False	0.9971035122871399	0					non-mobilizable	no_good_hit	105.0	96.19	0.0	0.00021746539895491147	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0108_000000002253	8459	0.7048657398365273	7	7	5	6	5	False	66435	maximal	True	FIJ0108_000000002253	1.0		17	2	False	False	0.9977538585662842	0					non-mobilizable	no_good_hit	3531.0	95.92200000000001	56.0	0.009497205200453196	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
MON0020_000000008956	2265	0.7048619734035947	2	2	2	2	1	False	13111	fragment	False	MON0080_000000022861	0.9767543859649123		0	0	False	False	0.9849889874458313	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	0.0017619493908153702	NZ_UWOC01000193.1	a-proteobacteria	Rhodoplanes piscinae isolate Rhod_genome, whole genome shotgun sequence	True	False
SPA0039_000000003682	6464	0.7048599535714805	6	4	4	4	2	True	129418	maximal	True	SPA0039_000000003682	1.0		2	1	False	False	0.9998453259468079	0					non-mobilizable	no_good_hit	1214.0	81.796	23.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0097_000000004163	5449	0.7048599535714805	5	4	4	4	2	True	129417	fragment	False	SPA0009_000000006011	0.9606207391460352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	81.631	22.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0151_000000013742	1413	0.7048592987052557	2	2	2	2	1	False	95546	fragment	False	ISR0395_000000026452	0.9384886891341158		0	0	False	False	0.9992923140525818	0					non-mobilizable	chromosome	1413.0	99.434	100.0	0.0002176431192328234	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0148_000000028250	1280	0.7048592987052557	2	2	2	2	1	False	95546	fragment	False	ISR0395_000000026452	0.5595351916535397		0	0	False	False	0.984375	0					non-mobilizable	chromosome	1280.0	99.609	100.0	0.0001971427404382303	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0192_000000002179	6614	0.7048581887329884	6	6	6	6	6	False	124527	maximal	True	ENG0192_000000002179	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	99.76899999999999	20.0	0.008898677205115538	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0034_01_000000035055	1478	0.7048572011904601	2	1	1	1	1	False	23260	fragment	False	USA0034_01_000000035055	0.9906943450250537		0	0	False	False	0.9864681959152222	0					non-mobilizable	no_good_hit	865.0	80.694	58.0	0.9379760609357998	GQ883759.1		Uncultured organism clone VC1DE83TF genomic sequence	True	False
ISR0378_000000023048	1397	0.7048572011904601	2	1	1	1	1	False	23260	fragment	False	USA0034_01_000000035055	0.9641407307171854		0	0	False	False	0.994989275932312	0					non-mobilizable	no_good_hit	865.0	80.809	62.0	0.9379760609357998	GQ883759.1		Uncultured organism clone VC1DE83TF genomic sequence	True	False
ENG0069_000000004013	5502	0.7048480831748265	7	4	3	4	1	True	108894	fragment	False	ENG0069_000000004013	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5503.0	99.927	100.0	0.002176096086784389	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0262_000000006989	2318	0.704846646518821	3	3	3	3	2	False	99539	maximal	True	ISR0262_000000006989	1.0		8	4	False	False	0.9909404516220093	0					non-mobilizable	no_good_hit	1592.0	99.686	69.0	0.013911598828312858	NZ_WNAJ01000011.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold11_size114365, whole genome shotgun sequence	True	False
ISR0800_000000004441	2490	0.7048424979294057	4	2	2	2	2	False	33049	maximal	True	ISR0800_000000004441	0.9926582645226714		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0179_000000005189	3326	0.7048401733510583	5	4	3	3	3	True	118240	fragment	False	MAD0072_000000001538	0.7661486363959619		0	0	False	False	1.0	0					non-mobilizable	other	3326.0	99.88	100.0	0.0028542046511947313	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0139_000000004763	3833	0.7048379993683137	3	2	2	2	1	False	57873	maximal	True	ENG0139_000000004763	1.0		2	1	False	False	0.9981737732887268	0					non-mobilizable	no_good_hit	127.0	86.61399999999999	3.0	4.1020886142298195e-05	NZ_CP014170.1	firmicutes	Clostridium tyrobutyricum strain KCTC 5387 chromosome, complete genome	True	False
ISR0058_000000006757	3549	0.7048329341445106	3	3	3	3	1	True	39470	fragment	False	ISR0058_000000006757	1.0		0	0	False	False	0.9974640607833862	0					non-mobilizable	no_good_hit	794.0	88.035	51.0	0.000533224396465484	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
CHI0165_000000010936	1525	0.7048314753294028	2	1	1	1	1	False	86332	fragment	False	ISR0182_000000018557	0.18818659242867625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	99.4	87.0	0.00039821211132838716	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0058_000000023530	1464	0.7048314753294028	1	1	1	1	1	False	86332	fragment	False	ISR0182_000000018557	0.09546904913848117		0	0	False	False	1.0	0					non-mobilizable	chromosome	1464.0	99.59	100.0	0.00042409669288645194	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0037_000000009717	1395	0.7048314753294028	3	1	1	1	1	False	86332	fragment	False	ISR0182_000000018557	0.143041545567258		0	0	False	False	0.9799283146858215	0					non-mobilizable	other	1396.0	99.427	100.0	0.00041704646794527033	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0244_000000022634	1205	0.7048314753294028	1	1	1	1	1	False	59497	fragment	False	ISR0244_000000022634	0.9674948297329975		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	100.0	100.0	0.0003599454820115452	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0166_000000018903	1161	0.7048314753294028	1	1	1	1	1	False	59497	fragment	False	ISR0244_000000022634	0.8299069146956046		0	0	False	False	0.9991386532783508	0					non-mobilizable	other	1161.0	100.0	100.0	0.0003467913281838807	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0070_000000019255	1161	0.7048314753294028	1	1	1	1	1	False	59497	fragment	False	ISR0244_000000022634	0.828950699095145		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	99.82799999999999	100.0	0.0003467913281838807	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0159_000000007805	2894	0.7048260200854147	4	1	1	1	1	False	59508	maximal	True	ENG0159_000000007805	1.0		1	1	False	False	0.9996544718742371	0					non-mobilizable	no_good_hit	433.0	79.215	15.0	0.18150830847890925	MK233966.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c1 sequence	True	False
ISR0266_000000012352	1609	0.7048260200854147	2	1	1	1	1	False	59507	fragment	False	ISR0266_000000012352	1.0		0	0	False	False	0.975761353969574	0					non-mobilizable	no_good_hit								True	False
ITA0001_000000002295	1470	0.7048260200854147	1	1	1	1	1	False	59506	fragment	False	ITA0001_000000002295	1.0		0	0	False	False	0.9809523820877075	0					non-mobilizable	no_good_hit								True	False
ISR0107_000000021077	1397	0.7048260200854147	1	1	1	1	1	False	59505	fragment	False	ISR0107_000000021077	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0050_000000019961	1442	0.704823657765601	2	2	2	2	2	True	35903	fragment	False	ISR0050_000000019961	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	872.0	96.67399999999999	100.0	0.027353809434080775	CP026848.1	firmicutes	Weissella koreensis strain WiKim0080 plasmid pWKW_1, complete sequence	False	True
SPA0012_000000002648	8848	0.7048213918390495	13	4	1	4	1	False	24855	maximal	True	SPA0012_000000002648	1.0		5	4	False	False	0.9974005222320557	0					non-mobilizable	no_good_hit	5982.0	99.565	86.0	0.45213972478451536	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	False
DEN0089_000000005110	3758	0.7048198221127318	5	3	2	3	1	True	131865	maximal	False	DEN0010_000000010511	0.9558139534883721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0064_000000005516	3410	0.7048196471340881	4	4	4	4	4	False	102265	maximal	True	ISR0064_000000005516	1.0		0	0	False	False	0.9935483932495117	0					non-mobilizable	no_good_hit	2425.0	91.175	71.0	0.000841787103946637	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0135_000000004273	4427	0.704817882897429	4	4	3	4	2	False	114412	maximal	True	ISR0135_000000004273	1.0		4	2	False	False	0.9966117143630981	0					non-mobilizable	no_good_hit	82.0	85.366	2.0	0.022512506948304613	NZ_BCAH01000002.1	firmicutes	Lactobacillus gorillae strain KZ01(T)=JCM19575(T)=DSM28356(T), whole genome shotgun sequence	True	False
MON0036_000000008796	2462	0.7048131866094094	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.6152016047931022		0	0	False	False	0.9983752965927124	0					non-mobilizable	other	2464.0	96.67200000000001	100.0	0.000765612935218755	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0099_000000013479	2448	0.7048131866094094	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.6129678417250474		0	0	False	False	1.0	0					non-mobilizable	other	2448.0	99.06	100.0	0.000761257558911131	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0038_000000021090	1204	0.7048126659276872	1	1	1	1	1	False	89235	fragment	False	ENG0108_000000010095	0.13756819953234606		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	99.50200000000001	100.0	0.006533321023390702	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0028_000000005257	4876	0.7048076519479911	6	3	1	1	3	False	126717	fragment	False	SPA0028_000000005257	0.978836689997476		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	3470.0	98.79	86.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0153_000000003365	4751	0.7048076519479911	5	3	1	1	3	False	126717	fragment	False	SPA0028_000000005257	0.9481607486611107		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	3471.0	99.165	84.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0032_000000007272	4351	0.7048076519479911	6	3	1	1	3	False	126717	fragment	False	SPA0028_000000005257	0.47643935513864405		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	3469.0	99.568	84.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0036_000000014945	1677	0.7048007359210793	4	3	3	3	3	False	102268	maximal	True	SPA0036_000000014945	1.0		0	0	False	False	0.999403715133667	0					non-mobilizable	no_good_hit	461.0	98.48200000000001	27.0	0.0005804748005645402	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
DEN0035_000000010851	2937	0.7047969589180415	3	3	3	3	2	False	73471	maximal	True	DEN0035_000000010851	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	8.74855471511632e-05	NZ_FUXC01000001.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
MON0073_000000002113	2458	0.7047961561012096	5	3	0	1	2	True	10391	fragment	False	MON0073_000000002113	1.0		0	0	False	False	0.9995931386947632	0					non-mobilizable	plasmid	2458.0	100.0	100.0	0.4439826526924467	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	False	True
ISR0341_000000005604	2379	0.7047927599216058	3	2	2	2	2	False	36453	maximal	True	ISR0341_000000005604	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	86.928	86.0	0.00376881943211192	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0047_000000005899	5784	0.7047912606673666	6	6	4	3	6	False	11484	maximal	True	MON0047_000000005899	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	5784.0	100.0	100.0	0.04181822126127169	CP024248.1	enterobacteria	Escherichia coli O27:H7 strain B4103-1 plasmid unnamed3, complete sequence	False	True
ENG0153_000000019335	1547	0.7047912175566705	4	2	1	2	1	False	66424	fragment	False	ENG0153_000000019335	0.9831136634054196		0	0	False	False	0.9974143505096436	0					non-mobilizable	no_good_hit	106.0	84.906	7.0	0.0003103579757566084	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0047_000000021350	1402	0.7047912175566705	4	2	1	2	1	False	66424	fragment	False	ENG0153_000000019335	0.7482019143735856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000025312	1385	0.7047912175566705	3	2	1	2	1	False	66424	fragment	False	ENG0153_000000019335	0.766093719460076		0	0	False	False	0.9992779493331909	0					non-mobilizable	no_good_hit	51.0	94.118	4.0	0.00014778951226505162	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0107_000000021507	1375	0.7047912175566705	3	2	1	2	1	False	66424	fragment	False	ENG0153_000000019335	0.7624051467052182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	94.118	4.0	0.00014778951226505162	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0384_000000017442	1180	0.7047912175566705	3	2	1	2	1	False	66423	fragment	False	ENG0020_000000017027	0.9903361344537815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0005_000000015064	3407	0.7047910698721357	5	4	4	4	3	False	14145	maximal	True	MON0005_000000015064	1.0		3	3	False	False	0.9630173444747925	0					non-mobilizable	no_good_hit	1904.0	96.008	56.0	0.0072899013538388225	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
MON0096_000000030262	1268	0.7047877575704207	3	2	2	2	2	False	42410	fragment	False	FIJ0105_000000024437	0.9692056366058351		0	0	False	False	0.9976340532302856	0					non-mobilizable	chromosome	1269.0	98.42399999999999	100.0	0.0004412791937905813	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0012_000000050311	1163	0.7047877575704207	2	2	2	2	2	False	42410	fragment	False	FIJ0105_000000024437	0.7197679482661303		0	0	False	False	1.0	0					non-mobilizable	chromosome	1163.0	99.398	100.0	0.0004050287702880375	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0028_000000010893	2809	0.7047836473610324	4	4	4	4	3	False	104119	fragment	False	CHI0141_000000009837	0.945225465217293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	86.45299999999999	57.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0174_000000000332	33721	0.7047811721155006	22	17	12	12	15	False	122686	maximal	True	CHI0174_000000000332	1.0		1	1	False	False	0.9994365572929382	0					non-mobilizable	no_good_hit	5682.0	99.912	43.0	0.0022077500147675588	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MAD0098_000000010180	4166	0.7047764607947795	3	3	3	3	3	False	94098	fragment	False	MON0015_000000008337	0.6293803666744024		0	0	False	False	1.0	0					non-mobilizable	chromosome	3985.0	96.662	99.0	0.0017274055227547956	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0133_000000003791	4682	0.7047760971885979	7	3	0	1	3	True	86599	backbone	True	ISR0133_000000003791	0.8327143089940126	PS437	2	2	True	True	1.0	266					non-mobilizable	no_good_hit	907.0	98.677	25.0	0.2560768795929904	AY112724.1	high GC Gram+	Bifidobacterium longum strain RW048 plasmid pNAC1, complete sequence	True	True
CHI0073_000000002063	4626	0.7047760971885979	7	3	0	1	3	True	86599	backbone	False	ISR0133_000000003791	0.2279276898220268	PS437	0	0	True	True	1.0	494					non-mobilizable	no_good_hit	394.0	84.264	35.0	0.00016100716691537522	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ENG0130_000000004427	6464	0.7047741011474116	8	1	1	1	1	True	92647	fragment	False	ENG0130_000000004427	1.0		0	0	False	False	0.999690592288971	0					non-mobilizable	other	6464.0	99.89200000000001	100.0	0.007091288128154487	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CHI0163_000000002139	4223	0.7047741011474116	3	1	1	1	1	True	92648	fragment	False	CHI0163_000000002139	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4223.0	99.929	100.0	0.004632433618608734	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0086_000000007821	3905	0.7047741011474116	4	1	1	1	1	True	92646	fragment	False	FIJ0086_000000007821	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3904.0	99.87200000000001	99.0	0.004282422646477946	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0101_000000013710	3257	0.7047741011474116	2	1	1	1	1	True	92645	fragment	False	SPA0101_000000013710	1.0		0	0	False	False	0.999692976474762	0					non-mobilizable	other	3257.0	99.90799999999999	100.0	0.0035725257845073514	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0065_000000009784	2644	0.7047741011474116	2	1	1	1	1	True	92644	fragment	False	MON0065_000000009784	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2546.0	99.961	96.0	0.0027924072854948433	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0073_000000002652	1744	0.7047741011474116	2	1	1	1	1	True	10385	fragment	False	MON0073_000000002652	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	99.885	100.0	0.0019124423963133642	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CAN0016_000000037167	1210	0.7047741011474116	2	1	1	1	1	True	92643	fragment	False	CAN0016_000000037167	1.0		0	0	False	False	0.9710744023323059	0					non-mobilizable	other	1210.0	100.0	100.0	0.001326530612244898	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0101_000000049859	1332	0.7047727180402951	3	2	2	2	1	False	60742	fragment	False	MON0101_000000049859	0.979315831344471		0	0	False	False	0.9159159064292908	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000009004	3642	0.7047708225663739	8	4	3	4	2	False	96340	fragment	False	DEN0094_000000009004	0.9887558411214954		0	0	False	False	0.9997254014015198	0					non-mobilizable	no_good_hit	252.0	88.889	7.0	7.433788196269778e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0133_000000007488	2922	0.7047690739857685	4	4	4	3	2	False	6033	maximal	True	SPA0133_000000007488	1.0		31	6	False	False	1.0	0					non-mobilizable	chromosome	2922.0	99.69200000000001	100.0	0.0004445847417177257	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
ENG0032_000000004569	4138	0.704769069311346	8	3	3	2	1	False	94051	maximal	True	ENG0032_000000004569	1.0		1	1	False	False	0.9920251369476318	0					non-mobilizable	no_good_hit	1073.0	71.575	25.0	0.0003080135348255207	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0284_000000002273	3935	0.7047632171516589	5	1	1	1	1	False	64781	maximal	True	ISR0284_000000002273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	85.235	7.0	0.07308641975308643	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ENG0060_000000011947	2460	0.7047632171516589	3	1	1	1	1	False	64797	fragment	False	ENG0060_000000011947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	85.52600000000001	12.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0233_000000007047	2126	0.7047632171516589	2	1	1	1	1	False	64778	fragment	False	ISR0043_000000009724	0.7470801860416121		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	85.52600000000001	14.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
SPA0128_000000017819	2084	0.7047632171516589	2	1	1	1	1	False	64778	fragment	False	ISR0043_000000009724	0.7409524319064928		0	0	False	False	0.9995201826095581	0					non-mobilizable	no_good_hit	283.0	85.512	13.0	0.06938271604938272	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0190_000000012058	1900	0.7047632171516589	3	1	1	1	1	False	64778	fragment	False	ISR0043_000000009724	0.2117189166133504		0	0	False	False	0.9984210729598999	0					non-mobilizable	no_good_hit	273.0	84.98200000000001	14.0	0.06691358024691359	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0804_000000011039	1762	0.7047632171516589	2	1	1	1	1	False	64775	fragment	False	ISR0804_000000011039	0.9558120028211284		0	0	False	False	0.9909194111824036	0					non-mobilizable	no_good_hit	304.0	85.52600000000001	17.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0010_000000013075	1654	0.7047632171516589	3	1	1	1	1	False	64777	maximal	True	ISR0010_000000013075	1.0		0	0	False	False	0.9993954300880432	0					non-mobilizable	no_good_hit	298.0	85.235	18.0	0.07308641975308643	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0054_000000016035	1612	0.7047632171516589	3	1	1	1	1	False	64775	fragment	False	ISR0804_000000011039	0.9402250447090099		0	0	False	False	0.9937965273857117	0					non-mobilizable	no_good_hit	304.0	85.197	18.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0359_000000018126	1528	0.7047632171516589	2	1	1	1	1	False	23813	maximal	True	ISR0359_000000018126	1.0		3	1	False	False	0.9993455410003662	0					non-mobilizable	no_good_hit	196.0	96.939	21.0	0.0013538693446295354	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	False
ISR0050_000000018779	1521	0.7047632171516589	2	1	1	1	1	False	64775	fragment	False	ISR0804_000000011039	0.7439283016835606		0	0	False	False	0.9776462912559509	0					non-mobilizable	no_good_hit	262.0	83.969	17.0	0.06419753086419754	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
FIJ0005_000000023712	1521	0.7047632171516589	2	1	1	1	1	False	51883	maximal	True	FIJ0005_000000023712	1.0		1	1	False	False	0.9934253692626953	0					non-mobilizable	no_good_hit	304.0	94.40799999999999	20.0	0.07432098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0359_000000020533	1359	0.7047632171516589	2	1	1	1	1	False	64774	fragment	False	ISR0359_000000020533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	85.855	22.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0134_000000023820	1346	0.7047632171516589	2	1	1	1	1	False	67829	fragment	False	ISR0248_000000003315	0.4690910184172343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	96.053	23.0	0.07432098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0384_000000014997	1331	0.7047632171516589	2	1	1	1	1	False	67829	fragment	False	ISR0248_000000003315	0.7841326184426528		0	0	False	False	0.996243417263031	0					non-mobilizable	no_good_hit	221.0	97.738	17.0	0.05407407407407407	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
AUS0020_000000020449	1252	0.7047632171516589	2	1	1	1	1	False	99487	maximal	True	AUS0020_000000020449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	85.185	23.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ENG0003_000000018003	1185	0.7047632171516589	2	1	1	1	1	False	67828	fragment	False	ENG0003_000000018003	1.0		0	0	False	False	0.9696202278137207	0					non-mobilizable	no_good_hit	302.0	95.695	25.0	0.07382716049382716	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ENG0040_000000022462	1115	0.7047632171516589	3	1	1	1	1	False	64773	fragment	False	ENG0040_000000022462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	85.197	27.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
AST0016_000000002349	9783	0.7047623076898155	16	14	12	14	12	False	123959	maximal	True	AST0016_000000002349	1.0		1	1	False	False	0.9995911121368408	0					non-mobilizable	no_good_hit	3538.0	98.898	42.0	0.0013345499697413918	CP040907.1	firmicutes	Enterococcus faecium strain FB-1 chromosome, complete genome	True	False
SPA0149_000000025277	1584	0.704760973766478	2	2	2	2	2	True	34294	maximal	True	SPA0149_000000025277	0.998961937716263		55	5	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	75.238	13.0	0.0023901966956988117	NZ_AYYQ01000030.1	firmicutes	Lactobacillus ozensis DSM 23829 = JCM 17196 strain DSM 23829 NODE_98, whole genome shotgun sequence	True	True
ISR0080_000000022916	1445	0.704760973766478	2	2	2	2	2	True	34294	maximal	False	SPA0149_000000025277	0.9551767676767676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	75.238	14.0	0.0023901966956988117	NZ_AYYQ01000030.1	firmicutes	Lactobacillus ozensis DSM 23829 = JCM 17196 strain DSM 23829 NODE_98, whole genome shotgun sequence	True	True
FIJ0101_000000013306	2094	0.7047552034849053	2	2	2	2	1	False	67235	fragment	False	FIJ0101_000000013306	1.0		0	0	False	False	0.9985673427581787	0					non-mobilizable	no_good_hit	777.0	74.003	37.0	0.00026891237452058723	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
ISR0032_000000004988	6075	0.7047412148444041	8	5	4	5	4	False	36974	maximal	True	ISR0032_000000004988	1.0		1	1	False	False	0.9950617551803589	0					non-mobilizable	no_good_hit	425.0	74.58800000000001	7.0	0.007183513921272802	NZ_ADFP01000039.1	bacteria	Pyramidobacter piscolens W5455 contig00068, whole genome shotgun sequence	True	False
MON0086_000000024877	1222	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19413166722729383		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	93.535	100.0	0.00039355066827868803	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0111_000000017207	1213	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20990023225641685		0	0	False	False	0.9934048056602478	0					non-mobilizable	chromosome	1213.0	98.434	100.0	0.0004224568585104143	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0065_000000022140	1206	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19142864148944472		0	0	False	False	0.9867330193519592	0					non-mobilizable	chromosome	1206.0	93.615	100.0	0.00038839357516447096	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0025_01_000000012914	1202	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20815540980204547		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	99.00200000000001	100.0	0.0003871043018859167	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0147_000000015296	1200	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20472742279259984		0	0	False	False	1.0	0					non-mobilizable	chromosome	1200.0	93.583	100.0	0.0003864596652466396	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0074_000000018677	1188	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20192009421828658		0	0	False	False	0.9873737096786499	0					non-mobilizable	chromosome	1188.0	93.51899999999999	100.0	0.0003825918454109768	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0098_000000030600	1183	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19415472713728274		0	0	False	False	0.9898563027381897	0					non-mobilizable	chromosome	1183.0	93.57600000000001	100.0	0.000380980253812784	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0064_000000025102	1183	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1993768251385152		0	0	False	False	0.9940828680992126	0					non-mobilizable	chromosome	1183.0	93.745	100.0	0.000380980253812784	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0100_000000038751	1183	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2019961378163319		0	0	False	False	0.9991546869277954	0					non-mobilizable	chromosome	1183.0	93.829	100.0	0.000380980253812784	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0013_000000048563	1183	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19918011963902563		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	93.745	100.0	0.000380980253812784	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0107_000000052450	1183	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20180878419985565		0	0	False	False	0.9991546869277954	0					non-mobilizable	chromosome	1183.0	93.745	100.0	0.000380980253812784	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0008_000000032097	1183	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2018972997128368		0	0	False	False	0.9974640607833862	0					non-mobilizable	chromosome	1183.0	93.745	100.0	0.000380980253812784	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0033_000000049871	1183	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2019611794644613		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	93.829	100.0	0.000380980253812784	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0042_000000021818	1181	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2004515419204572		0	0	False	False	0.9991532564163208	0					non-mobilizable	chromosome	1181.0	93.90299999999999	100.0	0.00038033561717350684	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0014_000000014260	1172	0.7047347975169109	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19430381490129647		0	0	False	False	0.9991467595100403	0					non-mobilizable	chromosome	1172.0	93.515	100.0	0.0003774347522967598	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0047_000000004059	7584	0.7047246849704807	10	7	7	6	6	False	17701	maximal	True	MAD0047_000000004059	1.0		1	1	False	False	0.996835470199585	0					non-mobilizable	no_good_hit	5108.0	82.713	67.0	0.0017862391831431528	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0269_000000016226	1204	0.7047215368396308	3	2	2	2	0	True	26445	fragment	False	ISR0269_000000016226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	83.478	57.0	0.028641150783457487	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
ENG0116_000000004528	4857	0.7047206662784441	7	5	3	3	5	True	130614	fragment	False	ENG0116_000000004528	1.0		0	0	False	False	0.9991764426231384	0					non-mobilizable	other	4857.0	99.73200000000001	100.0	0.7916191097342247	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0096_000000003717	2028	0.7047167007710283	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.31828714854263634		0	0	False	False	0.9980276226997375	0					non-mobilizable	no_good_hit	115.0	88.696	5.0	5.5948256696491015e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0274_000000004688	1641	0.7047143578758199	2	2	2	1	1	False	47939	fragment	False	FIJ0036_000000024410	0.47524767002128493		0	0	False	False	1.0	0					non-mobilizable	other	1558.0	96.47	100.0	0.06282341526520052	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0133_000000024811	1550	0.7047143578758199	3	2	2	1	1	False	47939	fragment	False	FIJ0036_000000024410	0.7657141019030015		0	0	False	False	0.9922580718994141	0					non-mobilizable	other	1550.0	96.839	100.0	0.0626212807244502	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0038_000000029213	1229	0.7047143578758199	2	2	2	1	1	False	47604	fragment	False	FIJ0038_000000029213	1.0		0	0	False	False	0.9991863369941711	0					non-mobilizable	other	1229.0	97.071	100.0	0.04964424320827943	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0061_000000016111	1286	0.7047023752758089	2	2	2	2	1	False	63238	fragment	False	ENG0061_000000016111	1.0		0	0	False	False	0.9961119890213013	0					non-mobilizable	no_good_hit	108.0	79.63	8.0	2.291438349071549e-05	CP046535.1	a-proteobacteria	Sphingomonas sp. LMO-1 chromosome, complete genome	True	False
USA0047_01_000000020534	1765	0.7046930510550453	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.8828024136865151		0	0	False	False	0.9892351031303406	0					non-mobilizable	no_good_hit	764.0	76.571	43.0	0.00021358429863131809	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0282_000000014962	1614	0.7046871305171468	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.838516719008466		0	0	False	False	0.9931846261024475	0					non-mobilizable	other	1614.0	99.195	100.0	0.007320238894839072	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0058_000000048078	1133	0.7046809847899351	3	1	1	1	1	False	10966	fragment	False	MON0058_000000048078	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	99.647	100.0	0.0003230877599971687	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0212_000000002803	9790	0.704679553539158	17	5	1	5	2	True	60589	fragment	False	ISR0212_000000002803	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0013_000000005185	4443	0.7046739379152706	7	2	0	2	0	False	38121	fragment	False	ISR0013_000000005185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.412	44.0	0.0004913572933173603	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0186_000000010450	2687	0.7046739379152706	5	2	0	2	0	False	29340	fragment	False	ISR0186_000000010450	1.0		0	0	False	False	0.9985113739967346	0					non-mobilizable	no_good_hit	322.0	77.64	13.0	0.004372310544740083	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	False
ISR0196_000000016223	1357	0.7046652954159303	2	2	2	2	1	False	28966	fragment	False	ISR0196_000000016223	1.0		0	0	False	False	0.9992631077766418	0					non-mobilizable	no_good_hit	161.0	78.882	11.0	6.643829040133871e-05	NZ_SPUH01000001.1	g-proteobacteria	Luteimonas yindakuii strain 1626 Scaffold1_1, whole genome shotgun sequence	True	False
MON0092_000000012773	4024	0.704659433728552	5	5	4	4	5	False	9468	maximal	True	MON0092_000000012773	1.0		55	9	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	74.805	28.0	0.01749809803282252	NZ_JNJN01000008.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
DEN0079_000000004109	7977	0.7046554194606349	8	7	6	7	7	True	100771	maximal	True	DEN0079_000000004109	1.0		6	5	False	False	0.9997493028640747	0					non-mobilizable	no_good_hit	5263.0	99.27799999999999	84.0	0.001398234589326384	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
FIJ0036_000000021269	1936	0.7046546170141745	2	1	1	1	1	False	109813	fragment	False	FIJ0036_000000021269	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	95.506	100.0	0.0006010419304521067	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0064_000000014669	1531	0.7046546170141745	2	1	1	1	1	False	16669	fragment	False	MAD0064_000000014669	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1531.0	92.75	100.0	0.000519892338112152	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0032_000000020398	1493	0.7046546170141745	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.5464715012831296		0	0	False	False	0.995311439037323	0					non-mobilizable	other	1493.0	98.727	100.0	0.00046415867506963935	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0043_000000015568	1425	0.7046546170141745	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.37796639269438653		0	0	False	False	0.9992982745170593	0					non-mobilizable	other	1425.0	95.439	100.0	0.0004430039901468944	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0025_000000023396	1744	0.7046542787312695	3	3	3	3	2	False	93194	fragment	False	SPA0113_000000016247	0.9698777162903149		0	0	False	False	0.9925458431243896	0					non-mobilizable	other	1744.0	99.713	100.0	0.000550002934611183	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CHI0136_000000010673	1290	0.7046534498665208	2	2	1	2	2	False	80568	fragment	False	CHI0136_000000010673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	96.273	73.0	0.00020003621184301482	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0168_000000011362	1394	0.7046534405669953	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.24082460032653802		0	0	False	False	1.0	0					non-mobilizable	chromosome	1394.0	97.848	100.0	0.00046887564428326823	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0034_000000019421	1500	0.7046494057051916	2	2	1	2	0	False	12232	maximal	True	MON0034_000000019421	1.0		9	3	False	False	0.9440000057220459	0					non-mobilizable	no_good_hit	983.0	99.79700000000001	67.0	0.008516469221029261	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
AST0118_000000015903	1936	0.7046446517383445	3	3	3	3	2	False	105891	maximal	True	AST0118_000000015903	1.0		5	3	False	False	0.9994834661483765	0					non-mobilizable	other	1936.0	99.79299999999999	100.0	0.0005941628337790322	NC_008261.1	firmicutes	Clostridium perfringens ATCC 13124, complete sequence	False	False
MON0026_000000041837	1269	0.7046437162392617	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18732450283030008		0	0	False	False	0.9550827145576477	0					non-mobilizable	chromosome	1269.0	92.59299999999999	100.0	0.0004086996293017006	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0097_000000034548	1205	0.7046437162392617	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2051029448569837		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	93.27799999999999	100.0	0.000419668364394834	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0110_000000021599	1184	0.7046437162392617	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20268199889987584		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	92.905	100.0	0.0003813025721324225	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0110_000000019133	1576	0.7046430770824621	3	1	1	1	1	False	59789	fragment	False	ISR0228_000000016366	0.9755287009063445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0095_000000003556	7202	0.7046414274758864	15	3	2	3	2	True	105173	maximal	True	FIJ0095_000000003556	1.0		1	1	False	False	0.9968064427375793	0					non-mobilizable	no_good_hit								True	True
MON0041_000000063268	1122	0.7046396841057746	2	2	2	2	1	False	11738	fragment	False	MON0097_000000033349	0.9915480427046264		0	0	False	False	0.9866310358047485	0					non-mobilizable	other	1051.0	72.312	92.0	0.0033189009963141207	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0820_000000023758	1125	0.7046344146429763	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.13210889696391395		0	0	False	False	1.0	0					non-mobilizable	other	1085.0	96.037	96.0	0.0003010258204619802	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0086_01_000000004067	4703	0.7046320390732729	6	5	2	3	4	False	54654	fragment	False	USA0086_01_000000004067	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	no_good_hit	3496.0	97.855	74.0	0.3910464465584779	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
CHI0101_000000003632	3730	0.7046320390732729	6	5	2	3	4	False	118168	backbone	False	FIJ0074_000000005173	0.043395126572424794	PS799	0	0	False	True	1.0	0		MOBB			mobilizable	plasmid	3336.0	95.743	95.0	0.4200706001008573	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
MON0053_000000009783	3569	0.7046320390732729	5	5	2	3	4	False	54653	fragment	False	MON0053_000000009783	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	3591.0	96.241	100.0	0.40156687185226636	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
CHI0111_000000020416	1471	0.7046296216699216	2	2	2	2	2	False	82509	maximal	True	CHI0111_000000020416	1.0		127	11	False	False	1.0	0					non-mobilizable	chromosome	1471.0	99.524	100.0	0.0002540720226777428	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ENG0154_000000026310	1292	0.7046142895642359	2	1	1	1	1	False	56805	fragment	False	ENG0154_000000026310	1.0		0	0	False	False	0.9969040155410767	0					non-mobilizable	chromosome	1217.0	99.34299999999999	96.0	0.00021953234915681345	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ENG0010_000000018274	1203	0.7046112455281639	2	2	2	2	1	False	91012	fragment	False	ISR0276_000000005364	0.09179298729137957		0	0	False	False	0.9908561706542969	0					non-mobilizable	chromosome	1203.0	98.421	100.0	0.00018527410008346582	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0052_000000010953	2102	0.7046095773810802	3	2	2	2	2	False	114511	fragment	False	AST0052_000000010953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	90.68700000000001	74.0	0.00028812458830328614	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0103_000000002825	7151	0.7046083558731964	8	3	1	3	2	False	60328	maximal	True	ENG0103_000000002825	1.0		1	1	True	True	0.9998601675033569	8					non-mobilizable	no_good_hit	1807.0	89.81700000000001	68.0	0.15562942874639138	NZ_UGGU01000004.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	True
ISR0335_000000007968	2278	0.7045996709864197	6	2	1	1	2	False	77701	maximal	True	ISR0335_000000007968	1.0		0	0	False	False	0.9517120122909546	0					non-mobilizable	no_good_hit	518.0	72.78	23.0	0.00031906913911041286	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
USA0020_01_000000014355	2434	0.7045932734496461	3	1	1	1	1	False	125512	fragment	False	FIJ0081_000000013796	0.8771719335627831		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	2373.0	82.17399999999999	97.0	0.0010350614460873713	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
USA0087_01_000000006619	2308	0.7045932734496461	3	1	1	1	1	False	125512	fragment	False	FIJ0081_000000013796	0.698631924820948		0	0	False	False	0.9956672191619873	0					non-mobilizable	other	2295.0	81.786	99.0	0.0010013046771976096	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MON0071_000000006267	1922	0.7045895390063338	3	3	2	2	1	False	10418	maximal	True	MON0071_000000006267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	78.658	47.0	0.00026743867494946654	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0255_000000012808	2424	0.7045892540644854	4	1	1	1	1	False	26895	fragment	False	ISR0255_000000012808	1.0		0	0	False	False	0.9987623691558838	0					non-mobilizable	no_good_hit	1198.0	93.74	49.0	0.13805452865064696	MK231669.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c3 sequence	True	False
MON0101_000000025645	2451	0.7045877498386225	2	2	2	2	2	False	9056	maximal	True	MON0101_000000025645	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0156_000000012373	1217	0.7045822059097759	2	2	1	1	2	False	78972	backbone	False	ISR0271_000000016040	0.9877650897226754	PS384	0	0	True	True	0.9950698614120483	1					non-mobilizable	other	1217.0	99.91799999999999	100.0	0.0003708091476421143	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
ISR0029_000000025507	1692	0.7045795020256802	3	1	1	1	1	False	74962	fragment	False	ISR0029_000000025507	1.0		0	0	False	False	0.9988179802894592	0					non-mobilizable	no_good_hit	73.0	91.781	4.0	2.0234301975598555e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0047_01_000000029940	1211	0.7045795020256802	1	1	1	1	1	False	74959	fragment	False	MON0087_000000043461	0.39475440294607705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	4.0	1.377056662228235e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0060_000000035497	1211	0.7045795020256802	1	1	1	1	1	False	74959	fragment	False	MON0087_000000043461	0.5902961576812132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	89.844	10.0	0.23217550274223034	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	False
USA0120_01_000000005951	2171	0.704569530067584	2	2	2	2	2	False	90735	fragment	False	USA0120_01_000000005951	1.0		0	0	False	False	0.9995393753051758	0					non-mobilizable	no_good_hit	1289.0	81.92399999999999	59.0	0.8303108808290155	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ISR0004_000000005581	3113	0.7045673259230487	3	2	2	2	2	False	38576	maximal	True	ISR0004_000000005581	1.0		29	9	False	False	1.0	0					non-mobilizable	other	3113.0	99.743	100.0	0.0010329477813695652	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
ENG0002_000000018059	1336	0.7045667579867996	3	2	1	2	1	False	67966	maximal	True	ENG0002_000000018059	1.0		0	0	False	False	0.9865269660949707	0					non-mobilizable	no_good_hit	1044.0	95.49799999999999	78.0	0.00029163568154167243	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0157_000000009117	1277	0.7045619068172362	3	3	1	2	3	False	78929	fragment	False	MON0087_000000036578	0.9481165600568586		0	0	False	False	0.9866875410079956	0					non-mobilizable	other	1265.0	84.743	99.0	0.2458984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
USA0007_01_000000004443	4132	0.7045563664872186	6	4	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.00760589582902705	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2529.0	97.904	63.0	0.5031859816806054	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
USA0011_01_000000012628	2938	0.7045563664872186	5	4	1	3	3	False	126707	backbone	False	ENG0100_000000008751	0.8289056776991814	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2399.0	98.958	84.0	0.4681640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
FIJ0015_000000005162	5510	0.7045535263020797	3	3	3	2	1	False	50391	fragment	False	FIJ0015_000000005162	1.0		0	0	False	False	0.9996370077133179	0					non-mobilizable	other	5510.0	99.90899999999999	100.0	0.001976715731126473	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ENG0178_000000017106	1343	0.7045515464582446	2	1	1	1	1	False	86332	fragment	False	ISR0182_000000018557	0.14132681851081605		0	0	False	False	0.9985107779502869	0					non-mobilizable	chromosome	1180.0	99.068	98.0	0.0003411905724725591	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0115_000000017397	1246	0.7045515464582446	1	1	1	1	1	False	59497	fragment	False	ISR0244_000000022634	0.842253593081608		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	99.92	100.0	0.0003722027617145961	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0101_000000009113	3417	0.70454900911697	4	2	2	2	1	False	125516	fragment	False	FIJ0124_000000006963	0.9421348024216512		0	0	False	False	0.9997073411941528	0					non-mobilizable	no_good_hit	2267.0	82.311	66.0	0.0009885910889144524	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0106_000000007125	2953	0.70454900911697	4	2	2	2	1	False	125515	fragment	False	ENG0145_000000010338	0.9453904974788598		0	0	False	False	0.98306804895401	0					non-mobilizable	no_good_hit	2261.0	81.866	76.0	0.000985522291742656	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AUS0018_000000009658	2874	0.70454900911697	4	2	2	2	1	False	125515	fragment	False	ENG0145_000000010338	0.9241917425540043		0	0	False	False	0.9902575016021729	0					non-mobilizable	no_good_hit	2258.0	82.152	78.0	0.000985522291742656	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0120_000000005922	4706	0.7045482779145209	3	3	3	3	2	False	38478	fragment	False	ISR0120_000000005922	0.9712508045483801		0	0	False	False	0.9859753251075745	0					non-mobilizable	no_good_hit	171.0	98.24600000000001	4.0	0.0037341299477221808	NZ_WKRD01000013.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold13_size45526, whole genome shotgun sequence	True	False
MAD0102_000000015593	1397	0.7045480895620242	2	1	1	1	1	True	14976	fragment	False	MAD0102_000000015593	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1389.0	96.256	99.0	0.012673958533220026	CP053753.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-002, complete sequence	False	True
MON0025_000000029254	1444	0.7045393358019137	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.23797483843932057		0	0	False	False	0.9986149668693542	0					non-mobilizable	other	1443.0	93.34700000000001	100.0	0.0006855380045131252	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
AUS0018_000000021351	1338	0.7045387462877719	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.2906224685938386		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	97.60799999999999	100.0	0.014057091150135205	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
MON0042_000000013031	2038	0.7045322885432034	3	3	3	3	2	False	46938	fragment	False	MON0042_000000013031	0.9827230531201651		0	0	False	False	0.9685966372489929	0					non-mobilizable	no_good_hit								True	False
ENG0038_000000005185	4110	0.7045318541714267	3	2	1	2	0	True	65104	maximal	True	ENG0038_000000005185	1.0		1	1	False	False	0.9970802664756775	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.7176641142177929e-06	CP032298.1	mosquitos	Anopheles stephensi strain Indian chromosome X	True	True
FIJ0144_000000010622	2960	0.7045318541714267	4	2	1	2	0	True	86137	maximal	True	FIJ0144_000000010622	1.0		61	9	False	False	0.9989864826202393	0					non-mobilizable	no_good_hit								True	True
AUS0006_000000010688	2307	0.7045318541714267	3	1	1	1	0	True	102094	fragment	False	AUS0006_000000010688	1.0		0	0	False	False	0.9995665550231934	0					non-mobilizable	no_good_hit	330.0	82.42399999999999	14.0	0.005652264373396213	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ENG0124_000000014125	2210	0.7045318541714267	2	1	1	1	0	True	58936	fragment	False	ENG0124_000000014125	1.0		0	0	False	False	0.9696832299232483	0					non-mobilizable	no_good_hit	417.0	82.734	18.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
FIJ0001_000000010028	1977	0.7045318541714267	3	2	1	2	0	True	52583	fragment	False	FIJ0001_000000010028	1.0		0	0	False	False	0.9969651103019714	0					non-mobilizable	no_good_hit								True	True
ISR0049_000000015921	1863	0.7045318541714267	2	1	1	1	0	True	35983	fragment	False	ISR0049_000000015921	1.0		0	0	False	False	0.971551239490509	0					non-mobilizable	no_good_hit	417.0	82.734	22.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
SPA0045_000000014160	1823	0.7045318541714267	4	2	1	2	0	True	6755	fragment	False	SPA0045_000000014160	1.0		0	0	False	False	0.9923203587532043	0					non-mobilizable	other	1696.0	99.705	93.0	0.046605625670213646	NZ_CZBD01000029.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
DEN0036_000000000387	1618	0.7045318541714267	3	2	1	2	0	True	73371	maximal	True	DEN0036_000000000387	1.0		17	6	False	False	0.9969097375869751	0					non-mobilizable	other	1631.0	79.706	99.0	0.03949583993660856	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
FIJ0136_000000017413	1587	0.7045318541714267	3	2	1	2	0	True	40527	fragment	False	FIJ0136_000000017413	1.0		0	0	False	False	0.9817265272140503	0					non-mobilizable	no_good_hit	88.0	89.773	6.0	0.0004434069966566093	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
FIJ0123_000000021984	1535	0.7045318541714267	3	2	1	2	0	True	41309	fragment	False	FIJ0123_000000021984	1.0		0	0	False	False	0.9732899069786072	0					non-mobilizable	no_good_hit								True	True
ENG0038_000000016883	1533	0.7045318541714267	2	2	1	2	0	True	65042	maximal	True	ENG0038_000000016883	1.0		7	5	False	False	0.9582517743110657	0					non-mobilizable	no_good_hit	1170.0	97.521	76.0	0.00026426224226512563	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ITA0002_000000007858	1372	0.7045318541714267	2	1	1	1	0	True	20419	fragment	False	ITA0002_000000007858	1.0		0	0	False	False	0.9919825196266174	0					non-mobilizable	no_good_hit								True	True
USA0091_01_000000007770	1336	0.7045318541714267	3	2	1	2	0	True	93138	maximal	True	USA0091_01_000000007770	1.0		4	3	False	False	0.9992514848709106	0					non-mobilizable	chromosome	1279.0	88.507	94.0	0.0004086996293017006	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ENG0095_000000021351	1311	0.7045318541714267	3	2	1	2	0	True	80847	fragment	False	ENG0210_000000013723	0.3658359942674867		0	0	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit	351.0	74.074	26.0	9.723706227162639e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0037_000000026486	1280	0.7045318541714267	2	2	1	2	0	True	124250	fragment	False	ISR0071_000000003227	0.012987620513897354		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	97.432	97.0	0.00037665467119862405	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0067_000000027326	1223	0.7045318541714267	3	2	1	2	0	True	80847	fragment	False	ENG0210_000000013723	0.18119386009966604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	74.747	24.0	8.23423677618108e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0041_000000032072	1192	0.7045318541714267	1	1	1	1	0	True	18196	fragment	False	MAD0041_000000032072	1.0		0	0	False	False	1.0	0					non-mobilizable	other	607.0	96.046	100.0	0.020332841229365187	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
ISR0037_000000021241	1165	0.7045318541714267	3	2	1	2	0	True	93137	fragment	False	ENG0082_000000009793	0.1010290131116492		0	0	False	False	0.9991416335105896	0					non-mobilizable	other	1165.0	98.97	100.0	0.00035194871949928945	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0068_000000028544	1129	0.7045318541714267	3	2	1	2	0	True	81409	fragment	False	FIJ0042_000000021077	0.8206164742859426		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	98.14	100.0	0.003487789644233088	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ISR0330_000000029506	1114	0.7045318541714267	2	1	1	1	0	True	24628	fragment	False	ISR0330_000000029506	1.0		0	0	False	False	0.9254937171936035	0					non-mobilizable	no_good_hit								True	True
CAN0012_000000020604	2375	0.7045301399242013	3	3	3	2	1	True	94217	maximal	True	CAN0012_000000020604	1.0		11	6	False	False	0.9848421216011047	0					non-mobilizable	other	2375.0	100.0	100.0	0.15413582651603688	NZ_BAKJ01000064.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
SPA0057_000000018308	1773	0.7045275426209229	2	2	2	2	2	False	70667	fragment	False	SPA0057_000000018308	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	79.107	90.0	0.0003003986297928926	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0125_000000011394	3114	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.037207912263191784	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	3115.0	97.913	100.0	0.75	NZ_ABJL02000005.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont573, whole genome shotgun sequence	False	True
USA0048_01_000000005905	2650	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.026172319188069122	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2650.0	100.0	100.0	0.6237344007534731	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0210_000000007275	2634	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.025114191786104915	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2634.0	100.0	100.0	0.5825221238938053	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
ISR0322_000000003910	2607	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.023544189651417916	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2607.0	100.0	100.0	0.6136096067812573	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0062_000000012638	2607	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.023536921111650094	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2607.0	99.962	100.0	0.6136096067812573	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0174_000000005846	2596	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02338431896999446	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2596.0	99.961	100.0	0.6026474686483976	AP019728.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN4 DNA, complete genome	False	True
SPA0058_000000012036	2596	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02338024812527866	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2596.0	100.0	100.0	0.6026474686483976	AP019728.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN4 DNA, complete genome	False	True
USA0047_01_000000013865	2584	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02346191866302598	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2584.0	100.0	100.0	0.6081940193077466	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0813_000000011716	2584	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02346191866302598	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2584.0	100.0	100.0	0.6081940193077466	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0040_000000006516	2549	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.023315151408661857	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2549.0	99.647	100.0	0.5997174476100777	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0172_000000002980	2548	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02267802335986941	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2548.0	100.0	100.0	0.590129749768304	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0058_000000007907	2548	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02267802335986941	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2548.0	100.0	100.0	0.590129749768304	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
CHI0159_000000005696	2548	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02335389450191203	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2548.0	100.0	100.0	0.5997174476100777	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0112_000000006837	2548	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02335389450191203	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2548.0	100.0	100.0	0.5997174476100777	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0163_000000003612	2548	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02335389450191203	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2548.0	100.0	100.0	0.5997174476100777	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0009_000000003355	2514	0.7045249079276957	6	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02292946144507672	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2514.0	99.125	100.0	0.5557522123893806	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
ISR0170_000000018526	2498	0.7045249079276957	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.02231882393856347	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2500.0	95.04	100.0	0.5879444313633153	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0105_000000012485	2484	0.7045249079276957	6	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.020332065296216503	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2485.0	95.61399999999999	100.0	0.5484513274336283	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
ISR0129_000000004638	2408	0.7045249079276957	6	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.020600246810946788	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2408.0	100.0	100.0	0.5667530021191429	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0158_000000007153	2405	0.7045249079276957	6	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.020531024914095072	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2408.0	99.37700000000001	100.0	0.5667530021191429	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
TAN0007_000000027319	1521	0.7045241698518101	3	2	2	2	1	True	2804	fragment	False	TAN0007_000000027319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	71.446	53.0	0.0002331518668595142	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	True
SPA0106_000000028542	1331	0.7045215992461534	3	3	2	3	2	False	57556	fragment	False	MON0087_000000031086	0.346460738557275		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	99.55	100.0	0.009535203599163251	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0119_01_000000000012	94005	0.7045210101995754	92	15	4	13	4	True	88738	maximal	True	USA0119_01_000000000012	1.0		2	2	True	True	1.0	16					non-mobilizable	no_good_hit	1461.0	77.892	7.0	0.014599573336568696	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	True	True
ISR0034_000000001510	12013	0.7045167042636008	18	5	4	5	4	False	56530	maximal	True	ISR0034_000000001510	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	97.98	8.0	0.0002765613121971467	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0149_000000000741	17653	0.7045147955201925	18	16	5	8	13	True	102136	fragment	False	ISR0149_000000000741	1.0		0	0	False	False	1.0	0					non-mobilizable	other	17501.0	99.98899999999999	99.0	0.005615990747414559	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0095_000000006107	4310	0.7045139833184285	5	5	3	4	4	False	43144	maximal	True	FIJ0095_000000006107	1.0		2	1	False	False	0.9995359778404236	0					non-mobilizable	no_good_hit	2101.0	72.53699999999999	48.0	0.0009450573408691571	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0068_000000004347	5215	0.7045050878453505	7	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7270185948090246	PS1159|PS463	0	0	True	True	1.0	121		MOBV			mobilizable	other	4734.0	97.507	92.0	0.04025378681567287	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0024_000000004335	6092	0.7045024491705433	9	7	3	4	6	True	130648	backbone	False	USA0082_01_000000002282	0.7540694440028934	PS1107|PS1110|PS1114	0	0	True	True	1.0	211		MOBV			mobilizable	plasmid	3691.0	92.57700000000001	98.0	0.6137202281113721	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0231_000000006869	2502	0.7044992853028438	4	3	3	3	1	False	27485	fragment	False	ISR0231_000000006869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	0.00018897575142726422	NZ_SELI01000017.1	CFB group bacteria	Apibacter muscae strain CB23 NODE_6_length_201084_cov_185.120374, whole genome shotgun sequence	True	False
ISR0092_000000000739	18394	0.7044806847904862	18	10	7	9	7	False	56257	maximal	True	ISR0092_000000000739	1.0		2	1	False	False	0.999238908290863	0					non-mobilizable	no_good_hit	341.0	75.07300000000001	2.0	0.0004194794675508068	CP007521.1	mycoplasmas	Mycoplasma californicum strain ST-6, complete genome	True	False
ISR0310_000000001292	9964	0.7044761663805901	8	5	5	4	4	False	108743	maximal	True	ISR0310_000000001292	1.0		1	1	False	False	0.9993978142738342	0					non-mobilizable	no_good_hit	2609.0	96.819	40.0	0.07192895361023774	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0820_000000014738	1698	0.7044693715996669	3	2	2	2	1	False	91447	fragment	False	DEN0010_000000023730	0.47960656026611154		0	0	False	False	0.9958775043487549	0					non-mobilizable	no_good_hit								True	False
ISR0166_000000012205	1716	0.7044690279612044	1	1	1	1	1	False	39220	fragment	False	ISR0166_000000012205	0.9833948339483395		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	97.304	97.0	0.0035013943995284556	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0080_000000039846	1430	0.7044690279612044	1	1	1	1	1	False	61420	fragment	False	MON0080_000000039846	0.9890430873313406		0	0	False	False	0.9860140085220337	0					non-mobilizable	other	1430.0	99.37100000000001	100.0	0.005834796455840921	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0082_000000031306	1368	0.7044690279612044	1	1	1	1	1	False	69177	fragment	False	DEN0082_000000031306	0.9791044776119403		0	0	False	False	0.9619883298873901	0					non-mobilizable	other	1386.0	76.984	100.0	0.008814766839378239	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	False	False
DEN0008_000000003640	2219	0.7044674474124009	3	2	2	2	1	True	76143	maximal	True	DEN0008_000000003640	1.0		6	5	False	False	0.9945921301841736	0					non-mobilizable	no_good_hit	404.0	77.723	18.0	0.00010610712840952046	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
ISR0290_000000002230	4309	0.7044623963802973	5	4	4	3	3	False	118759	maximal	False	ISR0048_000000004456	0.7797683122763506		0	0	False	False	0.9962868690490723	0					non-mobilizable	other	1910.0	97.016	94.0	0.008659030261223156	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0110_000000004989	2780	0.7044619406498283	5	5	2	4	4	False	94948	fragment	False	MON0110_000000004989	1.0		0	0	False	False	0.9989208579063416	0					non-mobilizable	no_good_hit	1241.0	94.521	84.0	0.00038576190153240806	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0033_000000019786	3328	0.7044554093949534	6	3	2	2	1	False	96884	fragment	False	MAD0110_000000008042	0.949515702964485		0	0	False	False	0.9993990659713745	0					non-mobilizable	no_good_hit								True	False
ISR0014_000000015885	2268	0.7044529406779815	2	2	2	2	2	False	91448	maximal	True	ISR0014_000000015885	1.0		2	2	False	False	0.9792768955230713	0					non-mobilizable	no_good_hit	195.0	89.744	9.0	5.387362469522524e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0028_000000012517	2338	0.7044438584802867	3	2	2	2	2	False	74029	maximal	True	DEN0028_000000012517	1.0		2	2	False	False	0.9987168312072754	0					non-mobilizable	no_good_hit	637.0	94.19200000000001	52.0	0.00019148742069154055	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0305_000000011417	1620	0.7044323655399192	2	2	2	1	2	False	109639	fragment	False	ISR0305_000000011417	0.9116298313398506		0	0	False	False	1.0	0					non-mobilizable	chromosome	1621.0	98.02600000000001	100.0	0.00045312684109018007	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0012_000000014804	3445	0.7044273281579201	6	3	2	3	0	True	94257	fragment	False	CAN0012_000000014804	0.9937699680511183		0	0	False	False	0.9973875284194946	0					non-mobilizable	other	3408.0	98.738	99.0	0.0009123679550237679	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0119_000000010502	3130	0.7044273281579201	5	3	2	3	0	True	94257	fragment	False	CAN0012_000000014804	0.9484760522496372		0	0	False	False	1.0	0					non-mobilizable	other	3130.0	99.553	100.0	0.0008379217291662371	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0013_000000000861	2774	0.7044273281579201	5	3	2	3	0	True	77289	fragment	False	DEN0013_000000000861	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2774.0	98.45	100.0	0.000742319921140559	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0060_000000011403	2565	0.7044273281579201	4	3	2	3	0	True	77288	fragment	False	ENG0060_000000011403	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2565.0	99.68799999999999	100.0	0.0006866191478370827	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0187_000000012243	2377	0.7044273281579201	5	3	2	3	0	True	77286	fragment	False	ENG0187_000000012243	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2377.0	99.74799999999999	100.0	0.0006362742181204792	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0051_000000008944	4638	0.7044240178049259	5	4	4	3	3	True	112064	fragment	False	USA0059_01_000000005506	0.9325114918512327		0	0	False	False	1.0	0					non-mobilizable	other	3825.0	99.66	100.0	0.013662363831892902	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0021_000000004937	4443	0.7044240178049259	4	4	4	3	3	True	112061	fragment	False	ISR0021_000000004937	0.9990911807313544		0	0	False	False	0.9966238737106323	0					non-mobilizable	other	4443.0	99.977	100.0	0.01587035045535258	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0062_01_000000005621	4414	0.7044240178049259	4	4	4	3	3	True	112061	fragment	False	ISR0021_000000004937	0.994414601127619		0	0	False	False	0.9997734427452087	0					non-mobilizable	other	4414.0	99.955	100.0	0.015766739432568875	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
SPA0074_000000013433	1616	0.7044174883621949	2	2	2	2	2	False	87132	fragment	False	MON0096_000000022634	0.9731981733492717		0	0	False	False	1.0	0					non-mobilizable	chromosome	1616.0	99.56700000000001	100.0	0.00024893317107720244	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0092_000000028117	1608	0.7044174883621949	2	2	2	2	2	False	87132	fragment	False	MON0096_000000022634	0.9607182151721689		0	0	False	False	0.9944030046463013	0					non-mobilizable	other	1608.0	99.44	100.0	0.006666141229274606	NZ_AGDG01000008.1	CFB group bacteria	Bacteroides faecis MAJ27 contig008, whole genome shotgun sequence	False	False
ISR0009_000000002177	10996	0.7044171375101911	10	9	5	6	6	False	121560	maximal	True	ISR0009_000000002177	1.0		4	2	False	False	0.9998180866241455	0					non-mobilizable	chromosome	5940.0	96.58200000000001	96.0	0.0010644806222377984	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
FIJ0081_000000027144	1340	0.7044110179352758	2	2	2	1	1	False	44360	fragment	False	FIJ0081_000000027144	0.9965559858420786		0	0	False	False	1.0	0					non-mobilizable	chromosome	1340.0	99.925	100.0	0.0002778920384242297	CP053751.1	enterobacteria	Shigella sonnei strain 506 chromosome, complete genome	False	False
ENG0157_000000016346	1523	0.7044108827023242	2	2	2	1	2	False	56598	fragment	False	ENG0157_000000016346	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1523.0	99.934	100.0	0.0003073456622965829	CP054328.1	enterobacteria	Escherichia coli strain SCU-121 chromosome, complete genome	False	False
MON0088_000000007728	3828	0.7044082152404212	4	4	4	4	3	False	64027	maximal	True	MON0088_000000007728	1.0		129	9	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	0.0007600198535798486	NZ_MOMC01000069.1	high GC Gram+	Frankia asymbiotica strain NRRL B-16386 contig_70, whole genome shotgun sequence	True	False
MAD0045_000000023394	1776	0.7043999866229405	2	2	1	1	2	False	71510	maximal	False	DEN0063_000000025095	0.9499486652977412		0	0	False	False	0.9977477192878723	0					non-mobilizable	no_good_hit	1363.0	76.229	76.0	0.00048652976808149286	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
SPA0031_000000009134	3195	0.7043983068605632	4	3	2	2	1	True	7287	fragment	False	SPA0031_000000009134	1.0		0	0	False	False	0.9934272170066833	0					non-mobilizable	no_good_hit	1856.0	82.274	58.0	0.0038704658987071265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0065_000000023107	1124	0.7043929754500082	2	2	2	2	1	False	62818	fragment	False	ENG0065_000000023107	1.0		0	0	False	False	0.9982206225395203	0					non-mobilizable	no_good_hit	571.0	99.475	54.0	0.007948460508701473	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0032_000000019219	1565	0.7043915701380659	2	2	2	2	2	True	41695	fragment	False	MON0110_000000009067	0.967337599582816		0	0	False	False	0.9872204661369324	0					non-mobilizable	no_good_hit	805.0	72.05	50.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
ENG0012_000000014667	1591	0.7043885342441782	2	2	1	2	2	False	83991	maximal	False	CHI0087_000000006523	0.9658597144630664		0	0	False	False	0.9780012369155884	0					non-mobilizable	other	1592.0	95.98	100.0	0.0425088225858197	NZ_QRML01000038.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf38, whole genome shotgun sequence	False	False
ENG0207_000000006865	2558	0.7043880009113179	4	2	2	2	1	False	53898	fragment	False	ENG0207_000000006865	1.0		0	0	False	False	0.9956997632980347	0					non-mobilizable	no_good_hit	689.0	72.42399999999999	26.0	0.00020461590301633115	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0063_000000023435	1251	0.7043782796544005	2	2	2	2	1	False	101087	fragment	False	TAN0024_000000004209	0.22136721003403273		0	0	False	False	1.0	0					non-mobilizable	chromosome	1065.0	78.779	95.0	0.0002795614193503985	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0035_000000016795	1321	0.7043732353883759	2	2	2	2	2	False	18757	fragment	False	MAD0035_000000016795	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	98.713	100.0	0.01798977853492334	NZ_CABIYV010000013.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0190_000000000819	25402	0.7043710809494519	25	11	8	10	4	True	114648	backbone	True	ENG0190_000000000819	1.0	PS193|PS740|PS741	12	6	True	True	1.0	64					non-mobilizable	no_good_hit	5155.0	92.376	38.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0087_000000044575	1163	0.7043666322047603	1	1	1	1	1	False	9663	fragment	False	MON0087_000000044575	1.0		0	0	False	False	0.9931212663650513	0					non-mobilizable	no_good_hit	1026.0	80.214	88.0	0.00989829718204513	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0148_000000003885	9239	0.7043659644304524	8	8	4	7	6	False	67298	maximal	True	ENG0148_000000003885	1.0		5	3	False	False	0.9983764290809631	0					non-mobilizable	no_good_hit	4806.0	99.792	52.0	0.001286741421746171	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
AST0085_000000002137	7881	0.7043646189032678	9	6	2	2	5	False	111142	maximal	True	AST0085_000000002137	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3633.0	98.844	73.0	0.0010233317958937684	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0007_000000020350	1207	0.7043636839911289	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18098556272479593		0	0	False	False	0.9867439866065979	0					non-mobilizable	chromosome	1207.0	91.632	100.0	0.0004203654879237291	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0819_000000001095	15668	0.7043574589110048	8	3	3	2	1	False	116421	fragment	False	ISR0819_000000001095	1.0		0	0	False	False	0.9999361634254456	0					non-mobilizable	no_good_hit	98.0	78.571	1.0	5.3283424525694266e-05	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
ITA0005_000000010050	1825	0.7043544464297431	4	2	2	1	1	False	31896	fragment	False	ITA0005_000000010050	0.996165191740413		0	0	False	False	0.9890410900115967	0					non-mobilizable	other	1720.0	100.0	94.0	0.0004647931994725314	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0015_000000005018	3785	0.704349078595035	3	2	1	2	2	False	33683	fragment	False	ISR0821_000000007368	0.6385189131592968		0	0	False	False	1.0	0					non-mobilizable	other	3785.0	94.346	100.0	0.0026813450942155506	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
SPA0102_000000020261	1601	0.7043376945471818	2	2	2	2	2	False	87815	fragment	False	ISR0110_000000014325	0.954250745348161		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	99.375	100.0	0.0005136786195400778	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0080_000000021531	2390	0.7043330363453891	3	3	3	3	3	False	61888	fragment	False	MON0080_000000021531	1.0		0	0	False	False	0.9991631507873535	0					non-mobilizable	no_good_hit	982.0	74.745	42.0	0.00034244355967070177	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0047_01_000000030775	1177	0.7043227536376524	3	3	2	2	1	False	69351	fragment	False	USA0047_01_000000030775	0.9965546942291128		0	0	False	False	0.9983007907867432	0					non-mobilizable	other	1182.0	96.87	100.0	0.01804155209288115	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0081_000000008475	1161	0.7043227536376524	3	3	2	2	1	False	69351	fragment	False	USA0047_01_000000030775	0.9898045879354291		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	96.82700000000001	100.0	0.017797128017109684	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0379_000000005701	3794	0.7043210595268334	6	4	3	3	1	False	35997	maximal	True	ISR0379_000000005701	1.0		0	0	False	False	0.9997364282608032	0					non-mobilizable	no_good_hit	208.0	74.51899999999999	5.0	0.001172415410228152	NZ_BBCG01000001.1	firmicutes	Cellulosilyticum ruminicola JCM 14822, whole genome shotgun sequence	True	False
CAN0004_000000009156	2923	0.7043185441926767	3	3	2	3	1	False	96236	fragment	False	CAN0004_000000009156	1.0		0	0	False	False	0.9900786876678467	0					non-mobilizable	no_good_hit	322.0	71.118	11.0	0.012157586949830717	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ISR0816_000000018009	2207	0.7043181136029958	3	3	3	3	2	False	96183	fragment	False	ISR0816_000000018009	0.9954732505678737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1601.0	81.137	72.0	0.00042204110324886763	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0094_000000008910	2168	0.7043181136029958	3	3	3	3	2	False	96183	fragment	False	ISR0816_000000018009	0.9925280761229258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1575.0	81.27	72.0	0.0004151441399022488	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
DEN0061_000000019505	2167	0.7043181136029958	3	3	3	3	2	False	96183	fragment	False	ISR0816_000000018009	0.992375683060708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1575.0	81.27	72.0	0.0004151441399022488	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
USA0040_01_000000007236	2167	0.7043181136029958	3	3	3	3	2	False	96183	fragment	False	ISR0816_000000018009	0.992375683060708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1575.0	81.27	72.0	0.0004151441399022488	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ENG0067_000000012852	2167	0.7043181136029958	3	3	3	3	2	False	96183	fragment	False	ISR0816_000000018009	0.9920654726051988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1575.0	81.333	72.0	0.0004151441399022488	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0148_000000004734	6210	0.7043169976315288	8	7	4	5	7	False	116698	maximal	True	ISR0148_000000004734	1.0	PS782	2	1	False	True	0.9996779561042786	0					non-mobilizable	no_good_hit	3533.0	99.71700000000001	58.0	0.0004985300984018243	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
MON0084_000000028248	1308	0.7043146455904212	2	2	2	2	2	False	70308	fragment	False	MON0084_000000028248	0.9638938095158697		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	96.48299999999999	100.0	0.27234840591789955	NZ_WNAF01000023.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold23_size4799, whole genome shotgun sequence	False	False
ENG0049_000000004167	4794	0.7042986804513307	6	4	4	4	4	False	100184	fragment	False	ENG0049_000000004167	1.0		0	0	False	False	0.9966624975204468	0					non-mobilizable	no_good_hit	1009.0	70.763	21.0	0.0004048895546707665	CP049366.1	firmicutes	Lactobacillus sp. NFFJ11 chromosome, complete genome	True	False
ISR0253_000000001523	6676	0.7042982004312163	8	6	3	5	6	True	105439	fragment	False	ISR0253_000000001523	0.9802331263468822		0	0	False	True	1.0	0					non-mobilizable	chromosome	6114.0	94.78200000000001	100.0	0.0011173706168706298	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
ISR0327_000000003350	6338	0.7042982004312163	7	6	3	5	6	True	105439	fragment	False	ISR0253_000000001523	0.9657196761508109		0	0	False	True	1.0	0					non-mobilizable	other	6339.0	98.61200000000001	100.0	0.0013375198500153013	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
FIJ0002_000000020726	1778	0.7042981273007685	3	2	2	1	1	False	52368	fragment	False	FIJ0002_000000020726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	86.006	71.0	0.006833676183911512	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0158_000000016827	1122	0.7042970447743295	2	1	1	1	1	False	56560	maximal	True	ENG0158_000000016827	1.0		115	10	False	False	0.9937611222267151	0					non-mobilizable	no_good_hit	87.0	82.759	8.0	0.0003631615809634158	NZ_LAJC01000001.1	high GC Gram+	Allosalinactinospora lopnorensis strain CA15-2 contig00001, whole genome shotgun sequence	True	False
ENG0029_000000009365	2582	0.7042959009210831	3	2	2	2	1	False	65811	fragment	False	ENG0029_000000009365	0.9351393393440359		0	0	False	False	0.999225378036499	0					non-mobilizable	no_good_hit	78.0	83.333	3.0	0.00039591945867012196	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	False
ENG0186_000000006306	2497	0.7042959009210831	3	2	2	2	1	False	65811	fragment	False	ENG0029_000000009365	0.6310760282509348		0	0	False	False	0.9983980655670166	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.83388121937138e-07	CP020635.1	bony fishes	Oryzias latipes strain HSOK chromosome 15	True	False
ENG0048_000000011246	2407	0.7042959009210831	3	2	2	2	1	False	65811	fragment	False	ENG0029_000000009365	0.8968742351394873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0058_000000031536	1648	0.7042947730869706	3	2	2	2	1	False	80882	fragment	False	FIJ0041_000000018839	0.6361256005117506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	73.898	18.0	0.00043447144019842846	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
CHI0132_000000018924	1614	0.7042947730869706	2	2	2	2	1	False	80882	fragment	False	FIJ0041_000000018839	0.5323972238387563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	73.926	21.0	0.00011987221130131304	NC_014831.1	firmicutes	Thermaerobacter marianensis DSM 12885, complete sequence	True	False
MON0024_000000031989	1609	0.7042947730869706	2	2	2	2	1	False	80882	fragment	False	FIJ0041_000000018839	0.5333814548248272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	73.653	20.0	0.00011424770871826023	NC_014831.1	firmicutes	Thermaerobacter marianensis DSM 12885, complete sequence	True	False
FIJ0123_000000024558	1396	0.7042947730869706	3	2	2	2	1	False	61720	fragment	False	MAD0042_000000017715	0.945606269631145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	77.885	15.0	5.950416159080379e-05	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
ENG0027_000000010889	2073	0.7042938290677586	3	2	1	2	1	False	65962	fragment	False	ENG0027_000000010889	0.9847277422911918		0	0	False	False	0.974433183670044	0					non-mobilizable	no_good_hit								True	False
AUS0010_000000005282	4234	0.7042914403453036	11	4	4	3	3	False	101590	fragment	False	ENG0020_000000004512	0.9510338559418314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000016301	1467	0.7042887484939134	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.3636342147198669		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	88.147	99.0	0.0004410834454608599	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0029_000000008639	2980	0.7042853336299796	5	2	1	1	2	False	7386	maximal	True	SPA0029_000000008639	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	82.353	2.0	6.085978274901795e-05	NZ_FUHT01000004.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
MON0069_000000029472	1743	0.7042778352810084	2	2	2	2	2	False	80882	fragment	False	FIJ0041_000000018839	0.6484242470754527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	72.667	25.0	0.0006561709079709142	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
FIJ0093_000000006003	3482	0.7042745085782652	3	3	3	3	3	False	79275	fragment	False	FIJ0171_000000005938	0.9369497350578702		0	0	False	False	0.9994255900382996	0					non-mobilizable	other	1609.0	98.135	96.0	0.009802427441920008	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
SPA0040_000000007192	5002	0.7042702924661793	5	4	1	0	3	True	91930	fragment	False	MON0104_000000006441	0.3653724688835222		0	0	False	False	0.997800886631012	0					non-mobilizable	plasmid	4903.0	99.898	98.0	0.09608561851931709	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0096_000000000391	36671	0.7042616546056016	37	15	8	13	8	True	122324	fragment	False	ISR0067_000000000295	0.5059236786601577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	89.052	2.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0099_000000026838	1353	0.70426142756216	2	2	2	2	2	True	69437	fragment	False	MON0078_000000031173	0.39173878780391075		0	0	False	False	0.9637841582298279	0					non-mobilizable	no_good_hit	380.0	71.842	28.0	0.0004099585864891718	NZ_RKQN01000002.1	g-proteobacteria	Vulcaniibacterium tengchongense strain DSM 25623 Ga0244695_102, whole genome shotgun sequence	True	True
SPA0058_000000018104	1705	0.7042591748159694	2	2	2	2	2	False	90433	fragment	False	TAN0007_000000022590	0.9629319955406912		0	0	False	False	0.9994134902954102	0					non-mobilizable	other	1705.0	98.12299999999999	100.0	0.0005919955530850473	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MON0043_000000009073	2905	0.7042588981220925	4	4	3	3	3	False	11691	maximal	False	MON0107_000000018903	0.9702302631578947		0	0	False	False	1.0	0					non-mobilizable	other	2253.0	98.624	99.0	0.0010772164649976432	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
SPA0075_000000007234	2527	0.7042584717254567	4	4	4	4	4	False	74385	fragment	False	ENG0049_000000007624	0.9735615405747273		0	0	False	False	1.0	0					non-mobilizable	other	2527.0	93.62899999999999	100.0	0.026735534128554946	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
SPA0076_000000005721	2526	0.7042584717254567	4	4	4	4	4	False	74385	fragment	False	ENG0049_000000007624	0.9734044253274492		0	0	False	False	1.0	0					non-mobilizable	other	2524.0	93.7	100.0	0.02670378171272531	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
ENG0003_000000007612	3042	0.7042531718063347	2	2	2	2	2	False	67894	fragment	False	ENG0003_000000007612	1.0		0	0	False	False	0.9980276226997375	0					non-mobilizable	chromosome	3030.0	99.835	99.0	0.0005680428260768426	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
SPA0048_000000012591	1598	0.7042449346307574	2	2	2	2	1	False	75898	fragment	False	SPA0047_000000023893	0.9905968648729079		0	0	False	False	0.987484335899353	0					non-mobilizable	other	1598.0	99.625	100.0	0.0004558049052256876	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
DEN0010_000000030887	1501	0.7042449346307574	2	2	2	2	1	False	75898	fragment	False	SPA0047_000000023893	0.9655528064615669		0	0	False	False	0.990006685256958	0					non-mobilizable	other	1501.0	99.26700000000001	100.0	0.0004574125998874765	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
SPA0077_000000018946	1499	0.7042449346307574	2	2	2	2	1	False	75898	fragment	False	SPA0047_000000023893	0.9611563305923871		0	0	False	False	0.9853235483169556	0					non-mobilizable	other	1480.0	99.595	99.0	0.0004510088234890518	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
SPA0138_000000020705	1314	0.7042425698551024	3	2	2	1	1	False	3524	maximal	True	SPA0138_000000020705	1.0		18	4	False	False	0.978691041469574	0					non-mobilizable	no_good_hit	958.0	77.453	73.0	0.022043850925794382	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0195_000000016307	1178	0.7042425698551024	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.13966667511559028		0	0	False	False	0.9685908555984497	0					non-mobilizable	other	1182.0	78.765	99.0	0.02734763460718852	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0014_000000015151	1105	0.7042425698551024	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.11549950818207133		0	0	False	False	0.992760181427002	0					non-mobilizable	other	1110.0	77.928	100.0	0.025619169389591325	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0182_000000014807	2563	0.7042390686728311	4	3	3	2	2	False	131668	fragment	False	DEN0028_000000005326	0.415954585837181		0	0	False	False	0.9976589679718018	0					non-mobilizable	no_good_hit	916.0	87.118	36.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0008_000000013447	2264	0.7042390686728311	3	3	3	2	2	False	131668	fragment	False	DEN0028_000000005326	0.30630545580604684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	87.0	40.0	0.00027322779299945263	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0332_000000003154	3979	0.7042368459246582	5	3	2	3	2	False	77078	fragment	False	SPA0016_000000007221	0.6326123638594877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	92.359	20.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0180_000000007654	2881	0.7042311333317033	3	3	2	3	0	True	112661	maximal	True	ISR0180_000000007654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	77.622	25.0	0.00017739785697366785	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ISR0820_000000016212	1566	0.7042299709211769	3	3	3	3	2	False	70154	fragment	False	FIJ0114_000000020799	0.725535334952382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	75.59899999999999	29.0	0.0008228065182331006	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
DEN0010_000000018786	2394	0.704223040747581	4	4	3	4	3	True	75991	maximal	True	DEN0010_000000018786	1.0		1	1	False	False	0.9995822906494141	0					non-mobilizable	no_good_hit								True	True
ISR0171_000000009407	2817	0.7042178901074132	3	2	1	2	1	True	30004	maximal	True	ISR0171_000000009407	1.0		2	2	False	False	0.9911252856254578	0					non-mobilizable	no_good_hit								True	True
CHI0024_000000010733	1196	0.7042099494141655	5	2	2	2	1	False	88983	fragment	False	ISR0064_000000017160	0.7216584081925496		0	0	False	False	0.9941471815109253	0					non-mobilizable	chromosome	857.0	97.55	100.0	0.00026823315670710545	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0014_000000020651	1126	0.7042099494141655	4	2	2	2	1	False	88983	fragment	False	ISR0064_000000017160	0.48432274247491636		0	0	False	False	0.9964476227760315	0					non-mobilizable	chromosome	834.0	97.48200000000001	100.0	0.00026098361193123773	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0110_000000012816	1296	0.7042080386161977	2	2	2	1	1	True	105306	maximal	True	MON0110_000000012816	1.0		1	1	False	False	0.9791666865348816	0					non-mobilizable	no_good_hit	1038.0	99.807	80.0	0.0004962565411828325	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	True	True
ISR0801_000000002032	3163	0.7042043666534479	2	2	2	2	1	False	21871	maximal	True	ISR0801_000000002032	1.0		75	10	False	False	0.9993677139282227	0					non-mobilizable	no_good_hit	818.0	72.738	25.0	0.0047405145322514785	NZ_FUWV01000003.1	firmicutes	Garciella nitratireducens DSM 15102, whole genome shotgun sequence	True	False
ISR0810_000000015869	1182	0.7042035781562019	2	2	1	2	1	True	21700	fragment	False	ISR0810_000000015869	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	100.0	100.0	0.005839943034594616	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0022_000000023310	1149	0.7042027155880826	2	1	1	1	1	False	37565	fragment	False	ISR0022_000000023310	1.0		0	0	False	False	0.9799826145172119	0					non-mobilizable	no_good_hit	57.0	87.719	5.0	5.7650594161436074e-05	NZ_CABJAT010000001.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ISR0221_000000005593	4049	0.7041999921744322	4	3	1	2	0	True	85347	fragment	False	ISR0221_000000005593	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4049.0	92.986	100.0	0.008443512317114736	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0171_000000005753	3590	0.7041999921744322	3	3	1	2	0	True	85346	fragment	False	FIJ0171_000000005753	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3491.0	89.88799999999999	97.0	0.007285090864989534	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0056_000000002651	10294	0.7041991152208897	9	5	4	5	4	True	51767	fragment	False	SPA0056_000000002651	1.0		0	0	False	True	0.9997085928916931	0					non-mobilizable	no_good_hit	2876.0	96.766	28.0	0.26332661659644624	NZ_CABMGA010000033.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0060_000000034114	1256	0.7041967760592379	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.6334888919866556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	75.476	33.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0019_000000054436	1226	0.7041967760592379	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.6754098353510801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	75.0	34.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0092_000000046129	1211	0.7041967760592379	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.24383425942357562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	75.476	34.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0017_000000017540	1127	0.7041967760592379	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.10039549741405537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	75.238	37.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0006_000000012920	1748	0.7041875208575141	3	2	1	2	2	False	67593	fragment	False	FIJ0142_000000018627	0.9699360270896381		0	0	False	False	0.9799771308898926	0					non-mobilizable	other	1748.0	99.771	100.0	0.026302714584682092	NZ_NFIG01000027.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_27, whole genome shotgun sequence	False	False
CHI0043_000000006594	1488	0.7041874311291776	2	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.3357454196444985		0	0	False	False	0.9986559152603149	0					non-mobilizable	other	1480.0	81.959	99.0	0.03001350300748803	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	False	False
ISR0168_000000016674	1478	0.7041869787378475	4	3	2	2	2	True	30122	fragment	False	ISR0168_000000016674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	75.54	9.0	3.841737133312454e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
CHI0053_000000006040	1868	0.7041866892252521	3	1	1	1	1	False	88570	fragment	False	SPA0095_000000009907	0.9613851519681116		0	0	False	False	0.9973233342170715	0					non-mobilizable	other	1601.0	98.876	100.0	0.0005558643690939411	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0029_000000007510	1518	0.7041866892252521	1	1	1	1	1	False	88566	fragment	False	SPA0078_000000004312	0.7021586092124448		0	0	False	False	0.9888010621070862	0					non-mobilizable	other	1520.0	97.76299999999999	100.0	0.0005270289049471928	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0018_000000007703	2252	0.7041864489276136	3	1	1	1	1	False	89559	fragment	False	CHI0018_000000007703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	90.855	52.0	0.0002920699281288375	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0108_01_000000004758	2297	0.7041812443927484	4	3	2	1	1	True	117915	fragment	False	USA0108_01_000000004758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	77.815	65.0	0.010635803653260013	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ISR0812_000000005784	6424	0.7041738563184521	9	7	5	3	4	False	99618	fragment	False	ISR0812_000000005784	0.9968847352024922		0	0	False	False	0.9982876777648926	0					non-mobilizable	plasmid	6426.0	99.36200000000001	100.0	0.01038919006392103	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MAD0075_000000000327	5323	0.7041666104063741	9	9	2	6	9	True	16273	fragment	False	MAD0075_000000000327	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	4095.0	97.338	100.0	0.0006749045402307982	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
TAN0010_000000009036	1736	0.7041607147989206	3	3	3	3	3	False	2616	fragment	False	TAN0010_000000009036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	74.368	16.0	9.632331771502675e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0142_000000021279	1685	0.7041560824557309	2	2	2	2	1	False	120886	fragment	False	FIJ0142_000000021279	1.0		0	0	False	False	0.9994065165519714	0					non-mobilizable	other	1543.0	91.964	91.0	0.0004371641784265723	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CAN0006_000000011769	3828	0.7041539584781081	3	3	3	3	2	False	95736	fragment	False	CAN0006_000000011769	0.9795642009935833		0	0	False	False	0.9971264600753784	0					non-mobilizable	no_good_hit	1147.0	74.455	30.0	0.0003165449842021123	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0095_000000005502	3747	0.7041539584781081	3	3	3	3	2	False	95736	fragment	False	CAN0006_000000011769	0.9646397806459567		0	0	False	False	0.9962636828422546	0					non-mobilizable	no_good_hit	1171.0	73.015	31.0	0.06114935168881063	NZ_CACWQI010000033.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	False
ENG0091_000000002721	7702	0.7041532482627282	9	2	0	1	1	False	61202	maximal	True	ENG0091_000000002721	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	841.0	80.737	11.0	0.9307262569832402	GQ877591.1		Uncultured organism clone VC1AO10TR genomic sequence	True	True
SPA0125_000000004670	7652	0.7041532482627282	10	2	0	1	1	False	23396	maximal	True	SPA0125_000000004670	1.0		1	1	True	True	0.9998692870140076	43					non-mobilizable	no_good_hit	890.0	81.01100000000001	12.0	0.9865921787709497	GQ877591.1		Uncultured organism clone VC1AO10TR genomic sequence	True	True
ENG0127_000000003400	7491	0.7041532482627282	9	2	0	1	1	False	65114	maximal	False	SPA0130_000000004293	0.47629695428278424		0	0	True	True	1.0	15					non-mobilizable	no_good_hit	880.0	91.25	12.0	0.997716894977169	GQ877590.1		Uncultured organism clone VC1AO10TF genomic sequence	True	True
ENG0038_000000002715	7420	0.7041532482627282	9	2	0	1	1	False	65114	maximal	False	SPA0130_000000004293	0.7128321061053442		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	880.0	96.023	12.0	0.997716894977169	GQ877590.1		Uncultured organism clone VC1AO10TF genomic sequence	True	True
ISR0180_000000011318	2043	0.7041503133417144	2	2	2	2	2	False	29638	maximal	True	ISR0180_000000011318	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	73.298	9.0	0.001953348225881864	NZ_FMWL01000012.1	firmicutes	Acidaminobacter hydrogenoformans DSM 2784, whole genome shotgun sequence	True	False
DEN0069_000000008919	3161	0.7041495698901947	5	4	3	3	4	False	104353	maximal	True	DEN0069_000000008919	1.0		109	12	True	True	1.0	11					non-mobilizable	chromosome	2500.0	99.48	100.0	0.0006956884852281031	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0845_000000003871	2609	0.7041387514809087	3	3	1	2	1	True	124588	fragment	False	ENG0029_000000009019	0.622579001019368		0	0	False	False	1.0	0					non-mobilizable	other	2645.0	86.087	100.0	0.137244658063842	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0153_000000008379	1804	0.7041387514809087	3	3	1	2	1	True	118248	fragment	False	SPA0130_000000014816	0.34072282032106654		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	99.39	100.0	0.09419570555352384	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0172_000000014252	1625	0.7041387514809087	3	3	1	2	1	True	118248	fragment	False	SPA0130_000000014816	0.23563337567681486		0	0	False	False	0.9852307438850403	0					non-mobilizable	other	1560.0	99.80799999999999	96.0	0.08144820019852672	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0146_000000004853	5108	0.7041352439297887	8	6	3	5	5	False	123742	fragment	False	ENG0146_000000004853	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	5037.0	96.90299999999999	100.0	0.0009352154629725501	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0098_000000007499	4569	0.7041352439297887	7	6	3	5	5	False	123737	fragment	False	SPA0098_000000007499	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4350.0	97.632	100.0	0.000807694531229523	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
TAN0010_000000007818	1957	0.7041345836295386	3	3	3	3	2	False	10879	maximal	True	TAN0010_000000007818	1.0		1	1	False	False	0.987225353717804	0					non-mobilizable	no_good_hit	404.0	89.604	21.0	0.00011251203836828436	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0037_000000008113	2690	0.7041302912019406	2	2	2	2	1	False	36706	maximal	True	ISR0037_000000008113	1.0		0	0	False	False	0.9847583770751953	0					non-mobilizable	no_good_hit	862.0	94.432	32.0	0.1393880524526469	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0096_000000005772	4287	0.7041297578025063	4	4	4	4	4	False	72520	maximal	True	ISR0096_000000005772	1.0		81	8	False	False	1.0	0					non-mobilizable	chromosome	4287.0	99.837	100.0	0.001945544720746697	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
ISR0203_000000004577	3803	0.7041281374967117	5	5	4	3	4	False	88287	fragment	False	SPA0067_000000004855	0.12717673814165043		0	0	False	False	0.9992111325263977	0					non-mobilizable	other	3803.0	99.76299999999999	100.0	0.0012203077705448975	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0114_000000025819	1817	0.7041229153413124	2	1	1	1	1	False	4436	maximal	True	SPA0114_000000025819	1.0		0	0	False	False	0.9950467944145203	0					non-mobilizable	no_good_hit	1554.0	89.189	85.0	0.004570497263016174	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
MON0004_000000006353	4978	0.7041210382858349	4	4	4	4	3	False	52871	maximal	True	MON0004_000000006353	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	1.0	0.0007234966165893519	NZ_NOJY02000017.1	firmicutes	Romboutsia weinsteinii strain CCRI-19649 CCRI-19649_NODE_17_length_70491_cov_201.452, whole genome shotgun sequence	True	False
CHI0169_000000009706	1586	0.7041166426116738	3	3	3	2	2	False	78029	fragment	False	CHI0169_000000009706	1.0		0	0	False	False	0.9993695020675659	0					non-mobilizable	chromosome	1586.0	99.93700000000001	100.0	0.0005834142506200387	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
DEN0028_000000009594	2909	0.7041136138736962	3	3	3	3	2	False	74037	maximal	True	DEN0028_000000009594	1.0		1	1	False	False	0.9996562600135803	0					non-mobilizable	no_good_hit	982.0	77.189	33.0	0.018848898541731305	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0126_000000004560	4502	0.7041132421358753	6	3	3	2	2	False	74672	fragment	False	ENG0126_000000004560	1.0		0	0	False	False	0.9997778534889221	0					non-mobilizable	no_good_hit	1110.0	91.441	26.0	0.00024680928341183454	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0038_000000016727	2083	0.7041107641473936	2	2	2	2	2	False	47648	fragment	False	FIJ0038_000000016727	1.0		0	0	False	False	0.9990398287773132	0					non-mobilizable	other	2083.0	97.6	100.0	0.0026109365888527304	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
MAD0105_000000034196	1167	0.7041050008739689	1	1	1	1	1	False	14765	fragment	False	MAD0105_000000034196	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	75.90899999999999	100.0	0.0002699302800649139	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0030_000000014972	2301	0.7041019234250477	4	4	1	1	4	False	48739	fragment	False	FIJ0112_000000010888	0.9553895841744044		0	0	False	False	1.0	0					non-mobilizable	plasmid	2301.0	98.479	100.0	0.3449001051524711	CP024491.1	enterobacteria	Klebsiella pneumoniae strain INF249 plasmid unnamed2, complete sequence	False	True
ENG0066_000000003832	4540	0.7040997719971032	5	5	2	2	5	False	98151	fragment	False	ENG0154_000000006352	0.9412779278964132		0	0	False	False	1.0	0	rep_cluster_2361	MOBQ			mobilizable	plasmid	3597.0	99.361	100.0	0.6987951807228916	EU090225.1	enterobacteria	Escherichia coli plasmid pIGJC156, complete sequence	False	True
ISR0285_000000014420	1362	0.7040991751001532	1	1	1	1	1	False	26056	maximal	True	ISR0285_000000014420	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	98.039	22.0	8.117118577263392e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0015_000000015886	1933	0.7040978696373243	3	3	3	3	1	False	80597	fragment	False	FIJ0015_000000015886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	99.471	15.0	5.261757018218274e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0053_000000025256	1590	0.7040977239942205	2	2	2	2	2	False	21626	maximal	True	MON0053_000000025256	1.0		140	10	False	False	0.9987421631813049	0					non-mobilizable	other	1590.0	97.296	100.0	0.00044126386412738614	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0062_000000004770	3632	0.7040871172721263	5	4	3	4	3	False	125955	fragment	False	DEN0062_000000004770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2502.0	97.44200000000001	69.0	0.006809442353746151	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0122_000000005764	4662	0.7040845516491465	9	8	6	5	4	False	120522	maximal	False	SPA0090_000000006897	0.9612635066643339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1703.0	99.413	52.0	0.0003205052760026853	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0020_000000011052	2748	0.7040840517096435	4	4	3	4	4	False	85908	maximal	True	SPA0020_000000011052	0.9891614613165368		177	11	False	False	0.9996361136436462	0					non-mobilizable	no_good_hit	585.0	91.45299999999999	36.0	0.00027236392297324397	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ETH0003_000000012153	3011	0.7040833421400664	3	3	3	2	3	False	87820	fragment	False	ETH0003_000000012153	1.0		0	0	False	False	0.9980072975158691	0					non-mobilizable	other	3004.0	99.634	99.0	0.0009641105590492837	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0057_000000003075	5185	0.7040823381061992	7	4	2	2	4	True	86005	maximal	True	CHI0057_000000003075	1.0		2	1	False	False	0.9988428354263306	0					non-mobilizable	no_good_hit	2495.0	97.715	53.0	0.0008797104471702647	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
DEN0082_000000036012	1208	0.7040792108215177	2	2	2	2	2	False	69162	maximal	True	DEN0082_000000036012	1.0		3	2	False	False	0.9892383813858032	0					non-mobilizable	no_good_hit								True	False
ISR0379_000000000556	22034	0.7040784808360405	28	17	10	11	14	False	23244	maximal	True	ISR0379_000000000556	1.0		5	5	False	False	0.9999546408653259	0					non-mobilizable	no_good_hit	1296.0	75.84899999999999	6.0	0.007011306966869106	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0386_000000002699	11853	0.7040781508235467	21	5	3	5	3	False	67496	maximal	True	ISR0386_000000002699	1.0		1	1	False	False	0.9996625185012817	0					non-mobilizable	no_good_hit	1382.0	77.569	12.0	0.0033885325451783483	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
ENG0095_000000011185	2466	0.7040738515997105	4	4	3	3	3	False	98912	maximal	False	ENG0157_000000010153	0.9925355824500234		0	0	False	False	0.9959448575973511	0					non-mobilizable	chromosome	2466.0	99.959	100.0	0.0010418986987044529	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MON0005_000000021794	2453	0.7040691783689894	3	3	3	3	3	False	14131	maximal	True	MON0005_000000021794	1.0		35	11	False	False	0.9865471124649048	0					non-mobilizable	no_good_hit	566.0	81.625	81.0	0.00015799285872278572	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0812_000000027402	1442	0.7040682860018694	2	2	2	1	1	False	80776	fragment	False	ISR0812_000000027402	1.0		0	0	False	False	0.9909847378730774	0					non-mobilizable	no_good_hit	55.0	98.182	4.0	0.00022161119546928223	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0216_000000015307	1117	0.7040680587483742	2	1	1	1	1	True	68796	fragment	False	ISR0385_000000020661	0.6919656560468516		0	0	False	False	1.0	0					non-mobilizable	other	1074.0	96.462	96.0	0.00037277654252362423	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CAN0021_000000016882	2566	0.7040664773837122	3	2	2	2	1	True	124823	fragment	False	CAN0021_000000016882	1.0		0	0	False	False	0.9968823194503784	0					non-mobilizable	no_good_hit								True	True
FIJ0077_000000020081	1490	0.7040644946797024	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.8429836175463523		0	0	False	False	1.0	0					non-mobilizable	chromosome	1375.0	96.291	92.0	0.0003845560714378675	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0048_000000026224	1311	0.7040643486942433	2	2	2	2	1	False	85276	fragment	False	FIJ0048_000000026224	0.9963855421686747		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	84.973	97.0	0.01672136676741863	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ISR0071_000000005218	1523	0.7040614976580618	2	2	2	2	1	False	34876	fragment	False	ISR0071_000000005218	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1523.0	98.62100000000001	100.0	0.000423704631659533	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
AST0019_000000028128	1102	0.7040601739722038	2	1	1	1	1	False	121854	fragment	False	FIJ0048_000000015861	0.11183398807513538		0	0	False	False	1.0	0					non-mobilizable	chromosome	1100.0	97.09100000000001	99.0	0.000369580371445103	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0026_000000016210	1415	0.7040567890933898	2	2	2	2	1	False	90675	fragment	False	ISR0026_000000016210	1.0		0	0	False	False	0.9992932677268982	0					non-mobilizable	no_good_hit	147.0	78.23100000000001	10.0	4.0789871959185376e-05	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	False
ENG0048_000000019394	1320	0.704051036966044	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.05084904764884955		0	0	False	False	0.9984848499298096	0					non-mobilizable	other	1320.0	99.545	100.0	0.002758046742514695	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0020_01_000000014724	2373	0.7040498729657184	4	3	2	3	2	False	80178	maximal	True	USA0020_01_000000014724	1.0		137	11	False	False	1.0	0					non-mobilizable	no_good_hit	496.0	71.57300000000001	20.0	8.543378828012173e-05	NZ_CP028290.1	b-proteobacteria	Acidovorax cattleyae strain CAT98_1 chromosome	True	False
MON0092_000000037290	1501	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.3048771985793652		0	0	False	False	1.0	0					non-mobilizable	plasmid	1507.0	87.39200000000001	99.0	0.012965500494336809	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0038_000000023578	1453	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.28363209844582027		0	0	False	False	0.9951823949813843	0					non-mobilizable	plasmid	1439.0	87.491	99.0	0.012306384750143097	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0026_000000036684	1404	0.7040482864270041	3	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.21091015385116102		0	0	False	False	0.9508547186851501	0					non-mobilizable	plasmid	1329.0	87.81	94.0	0.0113870917385045	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0037_000000057607	1325	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.1854405586968955		0	0	False	False	0.999245285987854	0					non-mobilizable	plasmid	1324.0	88.74600000000001	99.0	0.011404436889667493	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0001_000000026669	1307	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.17071377349610847		0	0	False	False	0.9992349147796631	0					non-mobilizable	plasmid	1309.0	88.694	100.0	0.01127434825594505	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0090_000000047582	1306	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.17176048088255497		0	0	False	False	0.9977028965950012	0					non-mobilizable	plasmid	1309.0	89.228	100.0	0.01127434825594505	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0101_000000051096	1302	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.17074642865410725		0	0	False	False	1.0	0					non-mobilizable	plasmid	1305.0	88.736	100.0	0.011239657953619066	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0028_000000021877	1203	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.16630480222437535		0	0	False	False	0.9983375072479248	0					non-mobilizable	plasmid	1205.0	89.544	100.0	0.010381072971050943	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0077_000000038087	1202	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.16603706627901807		0	0	False	False	1.0	0					non-mobilizable	plasmid	1204.0	89.12	100.0	0.010372400395469446	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0080_000000048726	1202	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.1662916076974651		0	0	False	False	0.9850249290466309	0					non-mobilizable	plasmid	1204.0	89.535	100.0	0.010372400395469446	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0044_000000047951	1202	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.16603706627901807		0	0	False	False	0.9933444261550903	0					non-mobilizable	plasmid	1204.0	89.12	100.0	0.010372400395469446	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0106_000000037286	1202	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.16603706627901807		0	0	False	False	1.0	0					non-mobilizable	plasmid	1204.0	89.12	100.0	0.010372400395469446	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0011_000000039174	1193	0.7040482864270041	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.16478076321035562		0	0	False	False	1.0	0					non-mobilizable	plasmid	1195.0	88.87	100.0	0.01029434721523598	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0040_000000019724	1321	0.704045123959585	1	1	1	1	1	False	36462	maximal	True	ISR0040_000000019724	1.0		111	9	False	False	0.9780469536781311	0					non-mobilizable	other	1327.0	81.462	100.0	0.03599574595729595	NZ_JAAITI010000036.1	firmicutes	Blautia luti strain MSK.16.34 NODE_36_length_36671_cov_213.455, whole genome shotgun sequence	False	False
FIJ0084_000000001471	10050	0.7040451078074387	8	4	3	4	1	False	74856	fragment	False	FIJ0084_000000001471	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	84.27	1.0	2.9081739074625747e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
SPA0065_000000006623	3355	0.7040446747963734	2	2	1	2	2	False	89578	fragment	False	MAD0007_000000001801	0.9714131323803815		0	0	False	False	1.0	0					non-mobilizable	other	3355.0	99.314	100.0	0.012770283390635887	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
ISR0785_000000005722	5144	0.7040419320167801	5	2	1	1	2	False	86512	maximal	True	ISR0785_000000005722	1.0		24	7	False	False	0.9933903813362122	0					non-mobilizable	no_good_hit	66.0	95.455	1.0	0.00032152591251527246	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
CHI0052_000000004439	3545	0.7040419320167801	3	2	1	1	2	False	86511	fragment	False	CHI0052_000000004439	1.0		0	0	False	False	0.9994358420372009	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	0.00028556184292595683	NZ_WYDO01000002.1	g-proteobacteria	Agaribacter marinus strain M720 NODE_2_length_133071_cov_65.840181, whole genome shotgun sequence	True	False
ISR0110_000000012413	1884	0.7040393527103409	3	3	3	3	2	False	121332	fragment	False	SPA0114_000000018546	0.21702717449651426		0	0	False	False	1.0	0					non-mobilizable	chromosome	1875.0	99.09299999999999	99.0	0.0005906803004337434	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0043_000000002027	3809	0.7040391243551098	5	5	4	5	5	False	87438	fragment	False	CHI0043_000000002027	1.0		0	0	False	False	0.9942241907119751	0					non-mobilizable	chromosome	3809.0	99.42200000000001	100.0	0.0007530793589016432	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
ENG0141_000000001790	13008	0.7040360939060291	11	3	2	3	1	True	102551	fragment	False	ENG0141_000000001790	0.9798276375563258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.05188679245283019	NZ_JAAIQH010000051.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_57_length_1484_cov_1293.39, whole genome shotgun sequence	True	True
SPA0143_000000001091	12341	0.7040360939060291	10	3	2	3	1	True	102551	fragment	False	ENG0141_000000001790	0.957910516605166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.008964143426294821	XM_014422911.2	bugs	PREDICTED: Halyomorpha halys peroxisomal N(1)-acetyl-spermine/spermidine oxidase (LOC106682185), mRNA	True	True
ISR0132_000000001916	11713	0.7040360939060291	11	3	2	3	1	True	102550	fragment	False	ISR0132_000000001916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.008964143426294821	XM_014422911.2	bugs	PREDICTED: Halyomorpha halys peroxisomal N(1)-acetyl-spermine/spermidine oxidase (LOC106682185), mRNA	True	True
ISR0331_000000001824	9140	0.7040360939060291	8	3	2	3	1	True	102548	fragment	False	ISR0331_000000001824	1.0		0	0	False	False	0.9956236481666565	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.008964143426294821	XM_014422911.2	bugs	PREDICTED: Halyomorpha halys peroxisomal N(1)-acetyl-spermine/spermidine oxidase (LOC106682185), mRNA	True	True
ENG0171_000000004968	4626	0.7040345933493629	7	5	4	5	4	False	90753	maximal	True	ENG0171_000000004968	1.0		13	3	False	False	0.9982706308364868	0					non-mobilizable	no_good_hit	1289.0	82.234	28.0	0.8303108808290155	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ENG0066_000000005281	3454	0.7040280396836375	4	4	3	4	3	False	62785	maximal	True	ENG0066_000000005281	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1254.0	97.76700000000001	36.0	0.014877271429930549	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0378_000000027903	1199	0.7040267995550353	1	1	1	1	1	False	23248	fragment	False	ISR0378_000000027903	1.0		0	0	False	False	0.9608006477355957	0					non-mobilizable	no_good_hit								True	False
SPA0121_000000005057	2430	0.7040229623348411	4	3	3	3	3	False	87343	fragment	False	SPA0121_000000005057	0.9706845920843163		0	0	False	False	1.0	0					non-mobilizable	other	2431.0	99.34200000000001	100.0	0.011349200418472575	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0047_000000001354	15382	0.7040226975109755	14	6	3	4	1	True	79222	fragment	False	FIJ0047_000000001354	1.0		0	0	False	False	0.99993497133255	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
MON0028_000000001426	11294	0.7040226975109755	10	6	3	4	1	True	79220	fragment	False	MON0028_000000001426	1.0		0	0	False	False	0.9999114871025085	0					non-mobilizable	no_good_hit	99.0	100.0	1.0	0.0015187676285528314	NZ_VZBY01000067.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_18_length_64526_cov_24.3876_ID_35, whole genome shotgun sequence	True	True
ISR0375_000000008903	2409	0.7040062479539961	3	2	2	2	2	False	23388	maximal	True	ISR0375_000000008903	1.0		46	9	True	True	0.9970942139625549	3					non-mobilizable	no_good_hit	616.0	73.539	28.0	0.013011430402734751	NZ_SNXO01000016.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_116, whole genome shotgun sequence	True	True
ISR0295_000000018027	1978	0.7039995983714951	2	2	2	2	2	False	109848	backbone	False	ISR0388_000000015216	0.7416805295885064	PS691	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	0.0014024236757884138	NZ_CP015806.1	spirochetes	Borrelia mayonii strain MN14-1539 plasmid lp28-3	True	True
ENG0067_000000014792	1845	0.7039896829183949	3	3	3	3	2	False	93570	fragment	False	ENG0110_000000015888	0.6205937950694252		0	0	False	False	0.9983739852905273	0					non-mobilizable	other	1845.0	99.89200000000001	100.0	0.00045210805186297204	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0095_000000010360	2600	0.7039817015170329	4	4	3	4	3	False	75922	fragment	False	ISR0850_000000005066	0.6900152173359206		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	303.0	79.538	12.0	8.374752762122736e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0812_000000025472	1556	0.7039778655206741	1	1	1	1	1	False	21629	fragment	False	ISR0816_000000023704	0.9654205607476636		0	0	False	False	0.9993573427200317	0					non-mobilizable	other	1557.0	98.65100000000001	100.0	0.0004320997939472705	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0033_000000028128	2239	0.7039770958357281	3	3	3	2	2	False	124976	maximal	True	MON0033_000000028128	1.0		161	14	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	84.119	79.0	0.000539441926133964	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0197_000000009794	2575	0.7039705662003951	3	3	2	3	1	False	28938	maximal	True	ISR0197_000000009794	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	77.848	6.0	6.146959037894364e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0147_000000016737	1508	0.703970176924376	3	3	3	3	2	False	80850	fragment	False	MON0002_000000017192	0.9586856701721309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	73.291	30.0	0.0007297615737131523	NZ_FCOU01000003.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
ENG0046_000000014533	1304	0.7039628821016318	2	2	2	1	1	True	64404	fragment	False	ENG0046_000000014533	1.0		0	0	False	False	0.995398759841919	0					non-mobilizable	no_good_hit	489.0	84.25399999999999	87.0	0.00013187142373381725	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0078_000000008182	2315	0.7039580165917746	2	2	1	1	1	False	131158	maximal	True	ISR0078_000000008182	1.0		1	1	False	False	0.9974082112312317	0					non-mobilizable	no_good_hit	1368.0	83.699	59.0	0.00039400009025552726	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CAN0006_000000010742	4188	0.7039554771901284	4	4	4	4	4	False	95747	fragment	False	USA0016_01_000000004361	0.9908594491927826		0	0	False	True	1.0	0					non-mobilizable	other	2381.0	99.874	100.0	0.04757050628610262	NZ_VJYL01000037.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold36_1, whole genome shotgun sequence	False	True
FIJ0068_000000021801	1478	0.7039470858700183	2	2	2	2	2	False	45042	fragment	False	FIJ0068_000000021801	1.0		0	0	False	False	0.9986467957496643	0					non-mobilizable	chromosome	1483.0	94.336	100.0	0.0003028534660830774	CP022148.1	enterobacteria	Enterobacter roggenkampii strain 704SK10 chromosome, complete genome	False	False
MON0075_000000015549	1641	0.7039421812549871	1	1	1	1	1	False	10341	maximal	True	MON0075_000000015549	1.0		1	1	False	False	0.9920780062675476	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000019187	1592	0.7039378040887384	2	2	2	2	1	True	34362	fragment	False	ISR0079_000000016318	0.9545717592592593		0	0	False	False	0.9811557531356812	0					non-mobilizable	no_good_hit	155.0	81.29	9.0	0.023595156783607574	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	True	True
ENG0175_000000002690	8849	0.7039370539980191	9	6	5	5	4	False	118337	fragment	False	SPA0096_000000003461	0.9610136955968367		0	0	False	False	0.9997739791870117	0					non-mobilizable	chromosome	6593.0	99.90899999999999	99.0	0.0029417054126576335	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0090_000000008037	4079	0.7039364501325333	5	2	1	2	1	False	6338	fragment	False	SPA0090_000000008037	1.0		0	0	False	False	0.9997548460960388	0					non-mobilizable	no_good_hit	994.0	85.815	26.0	0.021753239487053242	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
USA0086_01_000000005331	3447	0.7039319514519792	4	4	4	3	4	False	127061	fragment	False	CAN0001_000000013216	0.9869976231633535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2264.0	98.587	83.0	0.0006759441319170295	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0071_000000003159	6582	0.7039305878405909	6	6	6	6	5	False	121186	maximal	True	ENG0071_000000003159	1.0		7	4	False	False	0.9984806776046753	0					non-mobilizable	no_good_hit	2410.0	89.37799999999999	66.0	0.016481636117233165	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0013_000000011702	3972	0.7039261789764059	6	5	5	5	4	False	113600	fragment	False	MON0013_000000011702	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2479.0	91.73100000000001	94.0	0.0006009310385662388	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0072_000000003681	5247	0.7039237811081306	6	6	4	4	5	True	106905	maximal	True	MON0072_000000003681	1.0	PS656	5	3	True	True	0.9998094439506531	1					non-mobilizable	no_good_hit	4550.0	98.198	89.0	0.7691136671177267	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0151_000000007620	2470	0.7039235823586023	3	3	3	3	3	False	117893	fragment	False	ISR0134_000000011779	0.40013206746953406		0	0	False	False	0.9975708723068237	0					non-mobilizable	chromosome	2470.0	97.53	100.0	0.0007782228718094517	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0394_000000003518	4929	0.7039235428562158	5	4	3	4	2	True	61727	maximal	True	ISR0394_000000003518	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	75.811	14.0	0.00017520069514607653	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
SPA0026_000000001355	12484	0.7039194812514149	21	8	7	8	7	True	7544	fragment	False	SPA0026_000000001355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7077.0	95.76100000000001	81.0	0.3659751037344398	NC_015168.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA02, complete sequence	True	True
SPA0007_000000008454	2917	0.7039174013449849	3	3	3	2	2	False	68906	maximal	True	SPA0007_000000008454	1.0		16	3	False	False	0.9986287355422974	0					non-mobilizable	other	2914.0	98.318	99.0	0.0008524562512189451	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
ISR0140_000000004480	6950	0.7039138059321158	14	8	0	2	8	False	132324	maximal	True	ISR0140_000000004480	1.0	PS1156	6	2	True	True	1.0	2	rep_cluster_663				non-mobilizable	no_good_hit	2726.0	100.0	83.0	0.07054285640322037	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	True	True
ENG0190_000000005208	5791	0.7039138059321158	9	8	0	2	8	False	132315	backbone	False	ISR0300_000000001005	0.2535836436342571	PS1156	0	0	True	True	1.0	158	rep_cluster_663				non-mobilizable	plasmid	4232.0	94.68299999999999	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0048_000000003322	5492	0.7039138059321158	9	8	0	2	8	False	132315	backbone	False	ISR0300_000000001005	0.2536787972357262	PS1156	0	0	True	True	1.0	2	rep_cluster_663				non-mobilizable	plasmid	4232.0	94.66	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
USA0119_01_000000003741	5470	0.7039138059321158	9	8	0	2	8	False	132315	backbone	False	ISR0300_000000001005	0.2520236712105058	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	4232.0	94.68299999999999	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
MAD0058_000000010350	1511	0.7039115308913831	3	3	2	3	2	False	111351	fragment	False	CHI0105_000000003254	0.40918678486611687		0	0	False	False	0.9993382096290588	0					non-mobilizable	other	1511.0	98.544	100.0	0.00036442181221416417	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MON0055_000000003952	4121	0.7038986928457784	4	3	3	2	1	True	98528	fragment	False	MON0055_000000003952	1.0		0	0	False	False	0.9941761493682861	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
MON0104_000000026962	1693	0.703895339846119	2	2	2	2	1	False	8799	fragment	False	MON0104_000000026962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0020_000000001557	12279	0.7038950694113617	10	8	2	6	5	True	84862	fragment	False	FIJ0020_000000001557	0.9911769052051174		0	0	False	False	0.9997556805610657	0			MPF_F		non-mobilizable	plasmid	12260.0	99.976	100.0	0.0494911203426712	CP037875.1	enterobacteria	Salmonella enterica subsp. enterica serovar 4,[5],12:i:- strain PNCS015054 plasmid pPNCS015054_S2, complete sequence	False	True
CHI0072_000000000834	11990	0.7038950694113617	12	8	2	6	5	True	84862	fragment	False	FIJ0020_000000001557	0.9839156283084942		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	11060.0	99.756	100.0	0.06449674803861521	LT844544.1	enterobacteria	Yersinia pestis isolate p21801 genome assembly, plasmid: I	False	True
DEN0093_000000025442	1222	0.7038931496063715	2	2	2	2	1	False	111255	fragment	False	ISR0194_000000017981	0.6055012688464959		0	0	False	False	0.9729951024055481	0					non-mobilizable	no_good_hit	622.0	96.945	51.0	0.00017663773903694034	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0007_000000015208	3681	0.7038815924635037	4	3	3	3	3	False	79275	fragment	False	FIJ0171_000000005938	0.8504649478617214		0	0	False	False	0.9986416697502136	0					non-mobilizable	other	1726.0	97.85600000000001	95.0	0.010515663766985083	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0163_000000005559	4412	0.7038802344924543	5	5	5	5	5	False	124954	fragment	False	ENG0184_000000004383	0.07268459943621743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3332.0	76.321	75.0	0.00115517155289124	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0253_000000006167	1994	0.7038721810705693	3	3	3	3	2	False	26940	maximal	True	ISR0253_000000006167	1.0		50	11	False	False	0.9964894652366638	0					non-mobilizable	no_good_hit	66.0	84.848	3.0	7.328371289255933e-06	NZ_JAASRO010000001.1	high GC Gram+	Kribbella shirazensis strain DSM 45490 Ga0104628_01, whole genome shotgun sequence	True	False
FIJ0007_000000005689	2974	0.7038715129994252	4	4	4	4	4	False	124463	fragment	False	FIJ0007_000000005689	0.9849863400506674		0	0	False	False	1.0	0					non-mobilizable	other	2974.0	99.529	100.0	0.006540736047309784	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0037_01_000000002586	13835	0.7038709463068854	9	7	7	6	4	False	1376	maximal	True	USA0037_01_000000002586	1.0		1	1	False	False	0.9999276995658875	0					non-mobilizable	no_good_hit	7234.0	88.568	75.0	0.0011509837817806187	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MON0106_000000014852	2741	0.7038656409878032	3	3	3	3	3	False	26291	maximal	True	MON0106_000000014852	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1168.0	96.661	86.0	0.0005646814267714158	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
SPA0009_000000021605	1706	0.7038651314450315	2	2	2	2	2	False	8121	maximal	True	SPA0009_000000021605	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	407.0	72.482	23.0	0.016382563974949194	NZ_CYZX01000030.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	True	False
MON0026_000000002812	7664	0.7038624363069815	5	3	3	3	2	True	77881	maximal	True	MON0026_000000002812	1.0		5	2	False	False	0.9942588806152344	0					non-mobilizable	no_good_hit	1011.0	80.317	13.0	0.0017619759579529269	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
CHI0095_000000001407	5428	0.7038616840030648	7	4	1	2	3	False	83520	fragment	False	CHI0095_000000001407	1.0		0	0	False	False	0.9950258135795593	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	8.595050449039294e-06	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	True	False
FIJ0150_000000004709	4783	0.7038427629407431	3	2	1	1	0	False	112654	fragment	False	FIJ0150_000000004709	1.0		0	0	False	False	0.9997909069061279	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.009336445481827277	XM_032671980.1	butterflies	PREDICTED: Danaus plexippus plexippus alpha-tocopherol transfer protein-like (LOC116778105), mRNA	True	False
CAN0006_000000034945	1281	0.7038378167071146	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9126900237596065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	6.0	2.6254343326701307e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0113_000000004274	3496	0.7038193097701035	4	2	2	2	1	False	94033	maximal	True	ISR0113_000000004274	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	71.495	31.0	0.0003071250342442932	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0069_000000006177	3920	0.7038168506362796	3	2	2	2	2	False	111982	maximal	True	ISR0069_000000006177	1.0		1	1	False	False	0.9997448921203613	0					non-mobilizable	no_good_hit	1849.0	94.538	52.0	0.010605190629306385	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
CHI0145_000000003043	5563	0.7038130258529669	8	8	7	8	8	False	79777	maximal	True	CHI0145_000000003043	1.0		27	8	False	False	1.0	0					non-mobilizable	other	5578.0	94.65799999999999	99.0	0.0012002192322905724	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0137_000000003182	3606	0.7038074439677852	5	2	1	1	1	False	96714	backbone	False	FIJ0118_000000002268	0.860198844301788	PS518	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1160.0	98.79299999999999	56.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0169_000000028275	1152	0.7037965672360489	1	1	1	1	1	False	58896	fragment	False	ISR0169_000000028275	0.9637809187279152		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0110_000000013145	2323	0.7037920702900987	5	4	4	3	4	False	93842	fragment	False	ISR0062_000000015555	0.9811363577791914		0	0	False	False	1.0	0					non-mobilizable	other	2323.0	98.666	100.0	0.019356022383267592	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
MON0065_000000007795	3368	0.7037884016251711	6	5	4	5	5	False	117350	maximal	True	MON0065_000000007795	1.0	PS787	2	1	False	True	0.995843231678009	0					non-mobilizable	chromosome	1496.0	98.99700000000001	93.0	0.000615677834527213	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0008_000000019269	1843	0.7037872999738333	2	2	1	2	2	False	14199	maximal	True	MON0008_000000019269	1.0		278	11	False	False	0.9815518260002136	0					non-mobilizable	no_good_hit	1367.0	78.639	74.0	0.006078904630734583	NZ_FNBY01000005.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
CHI0070_000000001953	4787	0.7037817135645736	5	4	3	3	4	True	130091	fragment	False	ISR0047_000000005869	0.8608472090852846		0	0	False	False	0.9908084273338318	0					non-mobilizable	chromosome	2493.0	93.70200000000001	100.0	0.000873358747190696	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0064_000000003720	7050	0.7037763577300499	7	7	6	6	5	False	95696	fragment	False	FIJ0064_000000003720	1.0		0	0	False	False	0.9909219741821289	0					non-mobilizable	plasmid	6909.0	99.986	99.0	0.057569545143923866	CP035386.1	enterobacteria	Enterobacter hormaechei strain S11_16 plasmid unnamed1, complete sequence	False	True
SPA0006_000000007565	4178	0.7037735738538223	4	4	4	4	4	False	82042	maximal	False	ISR0194_000000005261	0.9835872375756148		0	0	False	False	0.999760627746582	0					non-mobilizable	other	3786.0	98.917	100.0	0.10618600084163277	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
ISR0202_000000001479	7325	0.7037726651888379	8	8	4	5	8	True	80279	fragment	False	ENG0031_000000002550	0.682392758811465		0	0	False	False	1.0	0					non-mobilizable	chromosome	7337.0	97.615	100.0	0.0016593315794284514	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
DEN0096_000000000703	27867	0.7037726231736006	34	23	17	22	17	False	68244	maximal	True	DEN0096_000000000703	1.0		2	2	False	False	0.9997847080230713	0					non-mobilizable	no_good_hit	445.0	72.36	2.0	0.000320149946593168	NZ_JH976434.1	firmicutes	Amphibacillus jilinensis Y1 Scaffold1, whole genome shotgun sequence	True	False
FIJ0133_000000003927	8767	0.7037717694403585	9	4	3	4	3	True	40726	maximal	True	FIJ0133_000000003927	1.0		1	1	False	False	0.9994297027587891	0					non-mobilizable	no_good_hit								True	True
FIJ0157_000000002842	6885	0.7037534644411928	10	7	5	7	3	False	110061	maximal	True	FIJ0157_000000002842	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1778.0	97.58200000000001	74.0	0.02839338499640489	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0037_000000013283	1149	0.7037493714026829	3	1	1	1	1	False	87910	maximal	True	CHI0037_000000013283	1.0		6	3	False	False	0.9982593655586243	0					non-mobilizable	no_good_hit	208.0	72.596	18.0	0.001714075486212144	NZ_JAAIPW010000010.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_10_length_119598_cov_282.667, whole genome shotgun sequence	True	False
SPA0149_000000033113	1224	0.7037457776937571	3	2	2	2	2	False	103337	fragment	False	FIJ0169_000000013717	0.3220106854153257		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	97.87100000000001	99.0	0.00037202891457514754	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
TAN0022_000000001083	4260	0.7037431908958908	5	5	4	4	5	False	123382	maximal	True	TAN0022_000000001083	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	91.831	40.0	0.000198412280244851	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0378_000000006380	3630	0.7037418269987843	4	4	4	3	3	False	112773	maximal	True	ISR0378_000000006380	1.0	PS721	3	2	False	True	0.9986225962638855	0					non-mobilizable	no_good_hit	2644.0	73.903	72.0	0.31566118220597195	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0831_000000007296	2426	0.7037394757093284	4	4	2	3	3	False	111359	fragment	False	ENG0104_000000011381	0.23753421978881503		0	0	False	False	0.9975267648696899	0					non-mobilizable	other	2426.0	99.711	100.0	0.017229619314225626	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
MON0061_000000005312	6974	0.7037389705650601	12	4	4	4	4	False	43558	maximal	True	MON0061_000000005312	1.0		1	1	False	False	0.9998565912246704	0					non-mobilizable	no_good_hit	593.0	82.125	9.0	0.00016274662615338282	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0158_000000013882	1392	0.7037381719049659	3	2	0	2	1	True	30499	fragment	False	ISR0158_000000013882	1.0		0	0	False	False	0.9985632300376892	0					non-mobilizable	no_good_hit								True	True
ISR0356_000000005278	3325	0.7037335544172485	4	2	1	2	1	False	70835	maximal	True	ISR0356_000000005278	1.0		50	6	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	76.71	41.0	0.0003797421276912266	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0041_000000029812	1133	0.703728979552565	2	2	2	2	1	False	6886	maximal	True	SPA0041_000000029812	1.0		0	0	False	False	0.9726390242576599	0					non-mobilizable	no_good_hit	512.0	94.727	58.0	0.00017360798501603412	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0141_000000008556	3184	0.7037282756838598	4	3	2	3	2	False	114120	maximal	True	ENG0141_000000008556	1.0		24	3	False	False	1.0	0					non-mobilizable	no_good_hit	2445.0	78.241	76.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0037_000000006262	4281	0.7037190558706485	6	4	4	4	3	False	73186	maximal	True	FIJ0037_000000006262	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1857.0	98.76100000000001	43.0	0.0025507714846836893	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
FIJ0164_000000015081	1492	0.7037177811631401	1	1	1	1	1	False	112353	maximal	True	FIJ0164_000000015081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	96.596	79.0	0.0003249079427495543	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AUS0018_000000024347	1173	0.7037177811631401	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2318410469354608		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	98.12100000000001	99.0	0.0003249079427495543	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CAN0020_000000029625	1167	0.7037177811631401	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.23082221821963292		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	98.115	100.0	0.00032379714636408574	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0122_000000012462	1148	0.7037177811631401	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.22246061374710133		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	79.49600000000001	100.0	0.00225136134546392	NZ_KB822501.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.6, whole genome shotgun sequence	False	False
CHI0160_000000028510	1135	0.7037177811631401	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.22187240679176262		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	98.50200000000001	100.0	0.0003149107752803372	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0142_000000016626	1126	0.7037177811631401	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.20565443303637074		0	0	False	False	0.9982237815856934	0					non-mobilizable	other	1126.0	99.023	100.0	0.000312411483413033	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0150_000000022178	1118	0.7037177811631401	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.19021911541255035		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	97.941	99.0	0.0003099121915457287	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0377_000000006308	2271	0.7037158550077818	3	3	2	2	2	False	33725	fragment	False	ISR0377_000000006308	1.0		0	0	False	False	0.9916336536407471	0					non-mobilizable	no_good_hit	311.0	85.531	14.0	5.084183417000952e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
TAN0021_000000000016	89617	0.7037135834819753	115	27	15	20	14	True	2391	maximal	True	TAN0021_000000000016	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	333.0	86.486	0.0	0.0031042502907303897	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
SPA0035_000000008404	2286	0.7037101147345287	3	2	2	2	2	False	7122	maximal	True	SPA0035_000000008404	1.0		2	1	False	False	0.9995625615119934	0					non-mobilizable	no_good_hit	1320.0	98.258	58.0	0.0007794554685094672	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MAD0088_000000010870	2243	0.7037085931714422	4	2	2	2	1	False	15897	fragment	False	MAD0088_000000010870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0015_000000015756	1653	0.7036942008325394	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.19989287819553228	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1616.0	74.443	96.0	0.19463741620962827	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0089_000000023347	1626	0.7036942008325394	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.19556398016543847	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1586.0	74.149	96.0	0.19098110907982938	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
DEN0003_000000015881	1588	0.7036942008325394	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.19514562237203467	PS721	0	0	False	True	0.999370276927948	0					non-mobilizable	other	1602.0	73.97	99.0	0.19256550883607557	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0112_000000024136	1556	0.7036942008325394	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.17136667597804736	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1522.0	74.442	96.0	0.18318098720292506	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0121_000000016972	1517	0.7036942008325394	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.14676842620661434	PS721	0	0	False	True	0.9986816048622131	0					non-mobilizable	other	1460.0	74.315	95.0	0.17550274223034734	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0225_000000014697	1474	0.7036942008325394	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.1322431654522519	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1431.0	74.14399999999999	96.0	0.17184643510054845	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0097_000000004514	6375	0.7036935461029996	9	3	2	2	2	False	101715	maximal	True	SPA0097_000000004514	1.0		1	1	False	False	0.9967058897018433	0					non-mobilizable	no_good_hit	1810.0	91.381	48.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MON0031_000000004892	7207	0.7036933077345643	8	8	3	5	8	True	89005	fragment	False	MON0031_000000004892	0.9751060820367752		0	0	False	False	1.0	0					non-mobilizable	other	7207.0	99.958	100.0	0.0013844008038208387	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
MON0070_000000029643	1184	0.7036899019032905	2	2	2	2	2	False	10431	maximal	True	MON0070_000000029643	1.0		71	10	False	False	0.9738175868988037	0					non-mobilizable	chromosome	1184.0	100.0	100.0	0.00023828510460272958	CP054454.1	enterobacteria	Escherichia coli strain SCU-487 chromosome, complete genome	False	False
DEN0031_000000028368	1215	0.7036849258524339	1	1	1	1	1	False	73683	fragment	False	DEN0031_000000028368	1.0		0	0	False	False	0.9934156537055969	0					non-mobilizable	no_good_hit	670.0	84.925	57.0	0.003354171374055384	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
ENG0092_000000004736	4208	0.7036827701197861	7	5	5	4	3	False	104579	maximal	True	ENG0092_000000004736	1.0		1	1	False	False	0.9957224130630493	0					non-mobilizable	no_good_hit	2486.0	99.71799999999999	59.0	0.0005657786560058941	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0366_000000015767	1325	0.7036769478337993	2	2	2	1	1	False	36133	fragment	False	ISR0366_000000015767	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	99.245	100.0	0.0006548056503199349	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
DEN0011_000000037657	1261	0.7036661462625895	2	2	2	2	2	False	75577	maximal	False	ENG0089_000000015803	0.9804447852760736		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	99.68299999999999	100.0	0.0004182243587807366	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
DEN0070_000000007003	4635	0.7036639166614342	7	4	3	4	3	False	70635	maximal	True	DEN0070_000000007003	1.0		1	1	False	False	0.9974110126495361	0					non-mobilizable	no_good_hit	702.0	72.934	15.0	0.00012027585838773109	NZ_CP020953.1	firmicutes	Clostridium drakei strain SL1 chromosome, complete genome	True	False
ISR0105_000000005618	3029	0.7036619712218201	4	3	1	3	3	True	45455	fragment	False	ISR0105_000000005618	1.0		0	0	False	False	0.9996698498725891	0		MOBQ			mobilizable	plasmid	1569.0	99.936	99.0	0.13105984620528252	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
FIJ0067_000000003356	9226	0.7036494054382887	11	5	4	4	4	False	45247	maximal	True	FIJ0067_000000003356	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3535.0	96.181	69.0	0.0009416524907508651	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0069_000000010944	2123	0.703646389358116	3	3	3	3	3	False	93791	maximal	False	MON0033_000000029205	0.9932242990654205		0	0	False	False	0.993876576423645	0					non-mobilizable	no_good_hit	1168.0	78.425	55.0	0.0019399226037774976	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
AST0150_000000022765	1224	0.7036443700979759	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.2730724332523526		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	97.876	100.0	0.011211337843536293	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
DEN0053_000000003909	2499	0.7036427048783246	3	2	2	2	2	False	72144	fragment	False	DEN0053_000000003909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	77.277	42.0	0.0004469355606843243	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ENG0085_000000010351	1580	0.7036382621886906	2	1	1	1	1	False	61471	maximal	True	ENG0085_000000010351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000017758	2208	0.7036356889797475	2	2	2	2	1	True	6673	maximal	True	SPA0047_000000017758	1.0		1	1	False	False	0.9977355003356934	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.478314889939236e-06	CP053222.1	a-proteobacteria	Sphingobium sp. RSMS chromosome 1, complete sequence	True	True
ENG0073_000000007531	3412	0.7036267626803092	3	3	3	2	2	False	122772	fragment	False	MON0084_000000007784	0.9755843535175768		0	0	False	False	1.0	0					non-mobilizable	other	3412.0	99.941	100.0	0.0014353108352919784	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
ISR0775_000000013521	1455	0.7036183428502469	3	2	2	2	1	True	127828	maximal	True	ISR0775_000000013521	1.0		37	8	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	87.915	29.0	0.00012675503791059525	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0002_000000031537	1231	0.7036101862131889	3	2	2	2	2	False	52290	maximal	True	FIJ0002_000000031537	0.9857904085257548		38	6	False	False	0.9805036783218384	0					non-mobilizable	other	1234.0	96.272	100.0	0.002362494395542492	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0081_000000020535	1172	0.7036079439817057	3	2	0	2	1	False	34211	fragment	False	ISR0081_000000020535	1.0		0	0	False	False	0.9889078736305237	0	rep_cluster_2131				non-mobilizable	plasmid	1172.0	100.0	100.0	0.009033263391755123	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
MON0103_000000032834	1692	0.7036037971650015	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.21286328083357287	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1693.0	92.085	100.0	0.7323516673884799	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MON0074_000000012499	1669	0.7036007979011615	3	2	2	2	1	False	10369	maximal	True	MON0074_000000012499	1.0		6	1	False	False	0.9952067136764526	0					non-mobilizable	no_good_hit								True	False
SPA0132_000000019027	2167	0.7036006334955203	2	2	2	2	1	False	65502	fragment	False	SPA0132_000000019027	0.998784046692607		0	0	False	False	0.9990770816802979	0					non-mobilizable	other	2169.0	99.723	100.0	0.0006529211898826128	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0271_000000005919	2726	0.7035902335830179	4	4	4	4	3	False	105082	fragment	False	SPA0130_000000012000	0.5683162137181804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	82.611	61.0	0.00034762497807870656	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0008_000000000312	19707	0.7035834677587988	21	12	9	8	5	True	90540	maximal	True	CHI0008_000000000312	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	71.688	2.0	0.002198278894177785	NZ_BBCG01000001.1	firmicutes	Cellulosilyticum ruminicola JCM 14822, whole genome shotgun sequence	True	True
DEN0022_000000037925	1109	0.7035813241580421	1	1	1	1	1	False	74406	fragment	False	DEN0022_000000037925	1.0		0	0	False	False	0.9918845891952515	0					non-mobilizable	other	1103.0	84.859	99.0	0.00881262714385649	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0157_000000014909	1670	0.703576803716339	2	2	2	1	1	False	115269	fragment	False	AST0047_000000013444	0.9678762641284949		0	0	False	False	0.9880239367485046	0					non-mobilizable	chromosome	1670.0	99.94	100.0	0.0003536836715967642	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ENG0189_000000000062	94602	0.7035767180062392	89	12	4	11	3	True	127415	maximal	False	SPA0046_000000000019	0.776091420411991		0	0	False	True	1.0	0					non-mobilizable	virus	25842.0	97.117	98.0	0.2641447671266508	MK238400.1	viruses	CrAssphage ZA, complete genome	False	True
ENG0166_000000012999	2185	0.7035715984468671	3	3	3	3	3	False	81201	fragment	False	DEN0010_000000020867	0.5987010783652191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	75.347	65.0	0.0004299678438942279	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0118_000000019733	1237	0.7035683130544553	2	2	2	2	2	False	4238	maximal	True	SPA0118_000000019733	1.0		5	2	False	False	0.9927243590354919	0					non-mobilizable	other	1237.0	99.838	100.0	0.04901649746192893	NZ_ADFP01000050.1	bacteria	Pyramidobacter piscolens W5455 contig00050, whole genome shotgun sequence	False	False
SPA0052_000000014937	1841	0.703556979731929	2	2	2	2	2	False	106329	maximal	True	SPA0052_000000014937	1.0		0	0	False	False	0.9657794833183289	0					non-mobilizable	no_good_hit	580.0	76.37899999999999	31.0	0.021155261221486386	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ENG0127_000000018896	1418	0.7035509764564808	2	2	2	1	1	False	58691	fragment	False	ENG0127_000000018896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	92.969	63.0	0.00031842925331901947	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
FIJ0132_000000001686	12942	0.7035501756254431	13	7	4	7	5	False	40801	maximal	True	FIJ0132_000000001686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	80.328	1.0	6.414954542028377e-05	CP029616.1	firmicutes	Lactobacillus salivarius strain DJ-sa-01 chromosome, complete genome	True	False
ENG0169_000000012010	1979	0.7035491698198874	3	2	2	2	0	False	55905	maximal	True	ENG0169_000000012010	1.0		4	3	False	False	0.9757453203201294	0					non-mobilizable	no_good_hit	610.0	73.115	30.0	0.0001619610974310915	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0282_000000002486	7279	0.703547925578647	7	7	4	5	6	True	114031	fragment	False	ISR0395_000000004901	0.9737930307504762		0	0	False	False	1.0	0					non-mobilizable	chromosome	7124.0	100.0	98.0	0.003663828909528681	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
SPA0039_000000003485	6805	0.703547925578647	7	7	4	5	6	True	114031	fragment	False	ISR0395_000000004901	0.6441818931171864		0	0	False	False	0.9989713430404663	0					non-mobilizable	chromosome	6805.0	100.0	100.0	0.003499746160386515	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
MON0104_000000028132	1621	0.7035444412263727	2	2	2	2	1	False	23501	maximal	True	MON0104_000000028132	1.0		2	2	False	False	0.9956817030906677	0					non-mobilizable	no_good_hit	1240.0	99.919	76.0	0.00888133843705647	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	False
ISR0181_000000007018	2694	0.7035442126097149	5	1	0	1	1	False	34214	fragment	False	ISR0181_000000007018	1.0		0	0	False	False	0.9896065592765808	0	rep_cluster_2131				non-mobilizable	plasmid	2662.0	100.0	99.0	0.022764603223488347	CP051712.1	enterobacteria	Escherichia coli strain SCU-123 plasmid pSCU-123-1, complete sequence	False	True
SPA0117_000000023030	1634	0.7035442126097149	2	1	0	1	1	False	34212	fragment	False	SPA0117_000000023030	1.0		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	plasmid	1634.0	100.0	100.0	0.014321295143212951	CP051707.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-1, complete sequence	False	True
MON0026_000000049536	1110	0.7035442126097149	1	1	0	1	1	False	12684	fragment	False	MON0026_000000049536	1.0		0	0	False	False	0.8990991115570068	0	rep_cluster_2131				non-mobilizable	plasmid	1047.0	99.809	94.0	0.00724492128247574	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
MON0083_000000037559	1109	0.7035358682384686	4	3	2	3	2	False	9838	maximal	True	MON0083_000000037559	1.0		2	2	False	False	0.9927862882614136	0					non-mobilizable	no_good_hit	534.0	97.75299999999999	48.0	0.00019428920951266215	LR135191.1	firmicutes	Enterococcus faecium isolate E4438 genome assembly, chromosome: 1	True	False
ISR0385_000000014377	1617	0.7035234692354809	3	2	2	2	2	False	23033	fragment	False	ISR0385_000000014377	1.0		0	0	False	False	0.9969078302383423	0					non-mobilizable	no_good_hit								True	False
CHI0057_000000006314	2948	0.7035229656956974	3	3	3	2	3	True	100776	fragment	False	CHI0067_000000003498	0.9826457105435494		0	0	False	False	0.9989823698997498	0					non-mobilizable	no_good_hit	2102.0	94.95700000000001	71.0	0.000642338319378806	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	True
ISR0146_000000003555	10505	0.7035216308579599	17	3	2	3	2	False	73149	maximal	True	ISR0146_000000003555	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	100.0	7.0	0.11846828879138413	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
FIJ0081_000000030335	1200	0.7035159248455753	2	2	2	2	1	True	44220	fragment	False	FIJ0081_000000030335	1.0		0	0	False	False	0.9983333349227905	0					non-mobilizable	other	1200.0	99.75	100.0	0.006947381839462751	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	False	True
ISR0128_000000027002	1299	0.7035151214070755	2	1	1	1	1	False	115508	fragment	False	MON0088_000000019692	0.5436993925967083		0	0	False	False	0.9907621145248413	0					non-mobilizable	other	1299.0	99.92299999999999	100.0	0.0005609935723448321	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0325_000000017270	1242	0.7035151214070755	2	1	1	1	1	False	115508	fragment	False	MON0088_000000019692	0.36668918342445883		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	99.919	100.0	0.0005363582613867001	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
AST0046_000000013122	1230	0.7035151214070755	2	1	1	1	1	False	115508	fragment	False	MON0088_000000019692	0.3643221807132956		0	0	False	False	0.9967479705810547	0					non-mobilizable	chromosome	1230.0	99.919	100.0	0.0005605741666077509	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
CAN0014_000000039038	1276	0.7035132875969298	2	2	2	2	2	False	93436	fragment	False	CAN0014_000000039038	1.0		0	0	False	False	0.9976488947868347	0					non-mobilizable	chromosome	1276.0	94.044	100.0	0.0004968449372280261	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ENG0045_000000005236	2422	0.7035116116859036	3	3	3	3	2	False	93256	fragment	False	ENG0045_000000005236	1.0		0	0	False	False	0.9987613558769226	0					non-mobilizable	other	2401.0	96.96	99.0	0.004428885932197447	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ENG0037_000000024805	1446	0.7035098340565336	3	3	3	3	2	False	65156	fragment	False	MON0004_000000031736	0.9271815137888642		0	0	False	False	0.9993084073066711	0					non-mobilizable	other	1456.0	83.791	100.0	0.00044984815291601777	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0060_000000001913	11238	0.7035081288516025	14	5	5	4	4	True	14159	maximal	True	MON0060_000000001913	0.999135263062079		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0005_000000002896	10986	0.7035081288516025	14	5	5	4	4	True	14159	maximal	False	MON0060_000000001913	0.9879426944296138		0	0	False	False	0.999089777469635	0					non-mobilizable	no_good_hit								True	True
ENG0115_000000001735	9055	0.7035069384772992	19	6	2	5	5	True	59551	maximal	True	ENG0115_000000001735	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	98.611	1.0	0.09766162310866575	NZ_QYYA01000046.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_46, whole genome shotgun sequence	True	True
FIJ0165_000000011002	1449	0.7035008022563142	2	1	1	1	1	False	39049	maximal	True	FIJ0165_000000011002	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	94.87200000000001	74.0	0.0004335514639136149	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
SPA0039_000000012134	2216	0.7034883562840183	5	1	1	1	1	True	7005	fragment	False	SPA0039_000000012134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	76.817	75.0	0.030299010373829295	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
ISR0791_000000006024	2937	0.7034870642760811	5	2	0	2	0	True	22054	maximal	True	ISR0791_000000006024	1.0		2	1	False	False	0.9955736994743347	0					non-mobilizable	no_good_hit								True	True
MAD0099_000000004870	5453	0.7034813055871998	5	4	3	3	4	False	15246	maximal	True	MAD0099_000000004870	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	95.816	18.0	0.0007947912353767343	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
USA0048_01_000000008175	1948	0.7034794201610104	3	2	2	2	0	True	108071	fragment	False	USA0048_01_000000008175	0.9992698064987221		0	0	False	False	0.9887063503265381	0					non-mobilizable	no_good_hit	470.0	98.29799999999999	61.0	0.05800865800865801	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ENG0194_000000014672	1826	0.7034794201610104	3	2	2	2	0	True	108071	fragment	False	USA0048_01_000000008175	0.9784394250513347		0	0	False	False	0.9978094100952148	0					non-mobilizable	no_good_hit	459.0	98.911	64.0	0.056648113790970935	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
DEN0078_000000018506	1786	0.7034794201610104	2	2	2	2	0	True	69756	fragment	False	DEN0078_000000018506	1.0		0	0	False	False	0.9983202815055847	0					non-mobilizable	no_good_hit	459.0	99.12899999999999	89.0	0.056648113790970935	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0819_000000017422	1523	0.7034794201610104	3	2	2	2	0	True	21308	maximal	True	ISR0819_000000017422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	98.514	53.0	0.05813234384662956	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
MON0080_000000034910	1599	0.7034710438815831	3	3	3	3	3	False	10042	maximal	True	MON0080_000000034910	1.0		49	5	False	False	0.9912445545196533	0					non-mobilizable	no_good_hit	521.0	77.543	32.0	0.00014336917562724014	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0036_000000004055	5742	0.7034634638055327	7	4	3	3	2	True	124778	maximal	True	MAD0036_000000004055	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	93.333	1.0	2.6241655862669613e-05	CP010553.1	verrucomicrobia	Akkermansia muciniphila strain H2 chromosome	True	True
DEN0061_000000014632	2803	0.7034619546525502	4	3	2	2	2	False	71895	fragment	False	DEN0061_000000014632	1.0		0	0	False	False	0.9946485757827759	0					non-mobilizable	no_good_hit								True	False
MON0007_000000021151	2816	0.7034590538104201	4	3	3	2	1	False	13982	maximal	True	MON0007_000000021151	1.0		3	2	False	False	0.9566761255264282	0					non-mobilizable	no_good_hit	866.0	80.831	30.0	0.0013186534584894694	NZ_FQTX01000001.1	high GC Gram+	Bifidobacterium merycicum DSM 6492, whole genome shotgun sequence	True	False
FIJ0033_000000002632	10806	0.7034588067525479	15	9	4	7	8	False	80591	maximal	True	FIJ0033_000000002632	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	71.429	16.0	0.0038872109376801235	NZ_OAOF01000003.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
USA0075_01_000000012565	1979	0.7034586147043796	3	3	3	3	2	False	673	fragment	False	USA0075_01_000000012565	1.0		0	0	False	False	0.9984840750694275	0					non-mobilizable	other	1979.0	99.646	100.0	0.0008059091310971324	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0163_000000005895	1657	0.7034558899749661	2	2	2	1	1	False	86332	fragment	False	ISR0182_000000018557	0.2368249630194835		0	0	False	False	0.9969825148582458	0					non-mobilizable	chromosome	1658.0	97.346	99.0	0.00047946406700901675	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0150_000000001239	14672	0.7034441369476881	16	7	6	6	4	True	64769	fragment	False	FIJ0150_000000001239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	98.054	3.0	0.07307075387631438	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
DEN0063_000000026957	1827	0.7034411821029346	3	3	3	3	3	False	116013	fragment	False	FIJ0081_000000020765	0.6830535152797299		0	0	False	False	1.0	0					non-mobilizable	chromosome	1836.0	96.62299999999999	100.0	0.0008400345950720425	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
MAD0112_000000015559	1840	0.7034369739782497	3	3	3	2	2	False	35881	fragment	False	MAD0112_000000015559	0.9777647747220597		0	0	False	False	0.999456524848938	0					non-mobilizable	other	1840.0	98.587	100.0	0.030414289258248572	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0819_000000017025	1558	0.7034352836396247	2	2	2	2	2	False	21309	fragment	False	ISR0819_000000017025	1.0		0	0	False	False	0.9993581771850586	0					non-mobilizable	other	1558.0	99.48700000000001	100.0	0.043145731149721506	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0187_000000023129	1321	0.703426674718871	3	2	1	2	1	False	90920	fragment	False	MON0033_000000043489	0.7874808730321562		0	0	False	False	0.9977290034294128	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	6.0	0.00018529193774190892	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	False
MAD0044_000000014514	1707	0.7034205145290752	3	3	2	2	2	False	17960	fragment	False	MAD0044_000000014514	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1708.0	97.834	100.0	0.04924843484031043	CP023476.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain FORC_075 plasmid pFORC75_2, complete sequence	False	True
ISR0066_000000020184	1600	0.7034070868087813	2	2	2	1	1	False	114675	maximal	True	ISR0066_000000020184	0.9825165216253353		47	4	False	False	1.0	0					non-mobilizable	chromosome	1260.0	93.492	99.0	0.00035811097173511737	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0073_000000004517	1840	0.7034014235285408	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.49932803388045355		0	0	False	False	1.0	0					non-mobilizable	chromosome	1840.0	99.728	100.0	0.0005796483844704664	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0085_000000008596	1558	0.7033935263713055	2	2	2	1	1	False	117262	fragment	False	MON0037_000000031911	0.26639387916808555		0	0	False	False	1.0	0					non-mobilizable	other	1554.0	96.84700000000001	99.0	0.00694671205364132	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0233_000000014029	1335	0.7033935263713055	2	2	2	1	1	False	117262	fragment	False	MON0037_000000031911	0.09525634421914547		0	0	False	False	0.9992509484291077	0					non-mobilizable	other	1335.0	99.02600000000001	100.0	0.005967104880590806	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0008_000000005215	2352	0.7033927054612023	2	2	2	2	2	False	102428	fragment	False	ISR0008_000000005215	1.0		0	0	False	False	0.9991496801376343	0					non-mobilizable	chromosome	1765.0	100.0	100.0	0.0003219792451156442	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
MAD0012_000000012799	2215	0.7033922986027557	4	4	4	3	4	False	76708	fragment	False	MAD0012_000000012799	0.9591790708164185		0	0	False	False	0.9954853057861328	0					non-mobilizable	no_good_hit	93.0	81.72	4.0	1.4573974692853483e-05	CP015992.1	g-proteobacteria	Pseudomonas sp. TCU-HL1, complete genome	True	False
MAD0035_000000013696	1628	0.7033799235438859	2	2	2	2	1	False	18766	maximal	True	MAD0035_000000013696	1.0		2	2	False	False	0.9723587036132812	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.052054794520547946	EU060987.1	bacteria	Uncultured bacterium clone LM0ABA39ZC12RM1 genomic sequence	True	False
AUS0024_000000018466	1751	0.7033788365832101	3	3	3	2	2	False	103287	fragment	False	ISR0821_000000016865	0.840788634274599		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	99.714	100.0	0.12987976844292712	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0378_000000003133	5985	0.7033740136873549	5	2	2	1	1	False	23287	maximal	True	ISR0378_000000003133	1.0		6	2	False	False	0.9998329281806946	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.7764146719104883e-06	CP002993.1	high GC Gram+	Streptomyces sp. SirexAA-E, complete genome	True	False
FIJ0160_000000005157	3327	0.7033731926261841	5	5	4	4	2	False	100795	fragment	False	FIJ0160_000000005157	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3328.0	98.04700000000001	100.0	0.0009239048936134762	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0358_000000015862	1224	0.7033725287470242	1	1	1	1	1	False	23839	maximal	True	ISR0358_000000015862	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0094_000000009512	1666	0.7033677701505555	2	2	2	2	1	False	114053	fragment	False	ISR0836_000000009571	0.3251424419905447		0	0	False	False	0.9639856219291687	0					non-mobilizable	other	1616.0	95.66799999999999	97.0	0.0004828172370835926	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0302_000000005511	2585	0.7033659813459218	4	3	3	3	3	False	109847	maximal	True	ISR0302_000000005511	1.0		0	0	False	False	0.9992263317108154	0					non-mobilizable	no_good_hit	190.0	91.053	7.0	5.0562145608704694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0050_000000011245	2131	0.7033578585551887	2	2	2	2	2	False	44980	fragment	False	MAD0050_000000011245	1.0		0	0	False	False	0.9915532469749451	0					non-mobilizable	other	2112.0	96.73299999999999	99.0	0.1133666290747006	NZ_CABKPS010000030.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0093_000000025989	1248	0.7033569089266375	2	1	1	1	1	False	15649	fragment	False	MAD0093_000000025989	1.0		0	0	False	False	0.9919871687889099	0					non-mobilizable	other	1248.0	98.55799999999999	100.0	0.006937142920720751	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	False
CHI0077_000000006202	2196	0.7033561979360418	2	2	2	2	1	False	125504	maximal	True	CHI0077_000000006202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	74.408	19.0	0.009353703621219544	NZ_PPTT01000032.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_32, whole genome shotgun sequence	True	False
MON0060_000000028247	1490	0.7033539302830408	2	2	2	2	2	False	79411	fragment	False	MON0043_000000018490	0.8311738240222118		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0047_000000006279	2840	0.7033523036493178	4	1	1	1	1	False	64350	fragment	False	ENG0047_000000006279	1.0		0	0	False	False	0.9978873133659363	0					non-mobilizable	no_good_hit	241.0	98.755	8.0	6.427012304247265e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
SPA0054_000000025227	1150	0.7033507688663174	1	1	1	1	1	False	60526	fragment	False	ENG0100_000000027822	0.9934286803966438		0	0	False	False	0.9982608556747437	0					non-mobilizable	no_good_hit	669.0	84.454	58.0	0.004104118908526215	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	True	False
ENG0100_000000027822	1150	0.7033507688663174	1	1	1	1	1	False	60526	fragment	False	ENG0100_000000027822	0.9934286803966438		0	0	False	False	0.9843478202819824	0					non-mobilizable	no_good_hit	669.0	84.454	58.0	0.004104118908526215	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	True	False
ENG0134_000000032676	1150	0.7033507688663174	1	1	1	1	1	False	60526	fragment	False	ENG0100_000000027822	0.9934286803966438		0	0	False	False	0.9773913025856018	0					non-mobilizable	no_good_hit	669.0	84.454	58.0	0.004104118908526215	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	True	False
ISR0223_000000025807	1253	0.7033419966140074	2	2	2	2	2	True	27779	fragment	False	ISR0223_000000025807	1.0		0	0	False	False	0.9824421405792236	0					non-mobilizable	no_good_hit	77.0	84.416	6.0	3.618117246041494e-05	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	True
SPA0112_000000003617	9014	0.7033411923009689	12	10	6	7	8	True	126947	maximal	True	SPA0112_000000003617	1.0	PS981	2	2	False	True	0.9986687302589417	0					non-mobilizable	no_good_hit	7526.0	99.88	83.0	0.011349479507590955	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0013_000000002060	14122	0.7033257115067226	15	6	2	6	2	False	109419	fragment	False	CAN0013_000000002060	1.0		0	0	False	False	0.9989378452301025	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000018111	1620	0.7033088931076749	2	2	2	1	1	False	3915	fragment	False	SPA0127_000000018111	1.0		0	0	False	False	0.9944444298744202	0					non-mobilizable	no_good_hit								True	False
MON0028_000000001624	10413	0.7032988193413187	7	7	5	5	6	False	123646	fragment	False	MON0028_000000001624	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2791.0	98.38799999999999	55.0	0.08982903506230078	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
ISR0164_000000006389	3811	0.7032890139079411	5	4	2	3	4	True	128902	maximal	True	ISR0164_000000006389	1.0	PS1059	16	3	False	True	1.0	0					non-mobilizable	no_good_hit	1952.0	91.189	88.0	0.051061252435877176	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	True	True
SPA0109_000000030640	1133	0.7032859962807674	2	2	2	2	2	False	4636	fragment	False	SPA0109_000000030640	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1133.0	95.057	100.0	0.00032198698967764324	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0119_000000012179	2580	0.7032850742243177	4	3	3	2	1	False	77804	backbone	False	ISR0096_000000009033	0.9947837150127227	PS374	0	0	True	True	0.9968992471694946	13					non-mobilizable	no_good_hit	987.0	75.887	45.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
CHI0048_000000009560	2006	0.7032850742243177	3	3	3	2	1	False	86910	maximal	True	CHI0048_000000009560	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	82.243	9.0	0.00045655216969958006	NZ_CAKE01000001.1	firmicutes	Lactobacillus hominis DSM 23910 = CRBIP 24.179 strain type strain:CRBIP 24.179, whole genome shotgun sequence	True	False
FIJ0026_000000012270	2616	0.7032835265663169	4	3	3	3	3	False	67960	fragment	False	FIJ0026_000000012270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0022_000000007807	3203	0.7032827025509486	4	3	2	2	2	True	106372	backbone	True	ISR0022_000000007807	1.0	PS651	1	1	True	True	0.999375581741333	37					non-mobilizable	no_good_hit	1451.0	94.073	63.0	0.48297730307076103	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0169_000000012518	1901	0.7032827025509486	3	3	2	2	2	True	106370	fragment	False	ENG0169_000000012518	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	98.081	96.0	0.6084779706275033	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CAN0001_000000006429	7172	0.7032816819144206	10	6	2	3	6	False	97456	maximal	True	CAN0001_000000006429	0.999938445874836		30	5	True	True	1.0	13					non-mobilizable	no_good_hit	1540.0	80.844	49.0	0.22339955849889626	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
ISR0018_000000003046	7149	0.7032816819144206	9	6	2	3	6	False	97456	maximal	False	CAN0001_000000006429	0.9988631076238097		0	0	True	True	0.9995803833007812	4					non-mobilizable	no_good_hit	1540.0	80.844	49.0	0.22339955849889626	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
USA0027_01_000000004025	6569	0.7032816819144206	10	6	2	3	6	False	97456	maximal	False	CAN0001_000000006429	0.9275283392525641		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1540.0	80.844	53.0	0.22339955849889626	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
SPA0040_000000037782	1155	0.7032727609949255	2	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.1755405719600093		0	0	False	False	0.9991341829299927	0					non-mobilizable	other	1155.0	99.74	100.0	0.004134111434722954	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0216_000000003296	6174	0.7032540632090987	5	4	4	4	4	False	130685	fragment	False	ISR0216_000000003296	1.0		0	0	False	False	0.9987042546272278	0					non-mobilizable	chromosome	5437.0	91.999	100.0	0.0022345604883910754	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0317_000000002803	5461	0.7032537645736168	6	2	0	2	0	True	102785	fragment	False	ISR0317_000000002803	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	91.139	2.0	2.6445339517474266e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	True
AST0104_000000008905	3643	0.7032537645736168	4	2	0	2	0	True	108004	maximal	True	AST0104_000000008905	1.0		1	1	False	False	0.9997255206108093	0					non-mobilizable	no_good_hit	134.0	78.358	4.0	0.0004231225149627103	NZ_LHAD01000008.1	firmicutes	Streptococcus parauberis strain PL23 ADO03_contig000008, whole genome shotgun sequence	True	True
DEN0083_000000009464	2925	0.7032537645736168	3	2	0	2	0	True	74796	fragment	False	DEN0083_000000009464	0.9778529544601131		0	0	False	False	0.9996581077575684	0					non-mobilizable	no_good_hit								True	True
ENG0198_000000006583	2877	0.7032537645736168	3	2	0	2	0	True	74796	fragment	False	DEN0083_000000009464	0.9524165972358744		0	0	False	False	0.9927007555961609	0					non-mobilizable	no_good_hit								True	True
DEN0051_000000015672	2827	0.7032537645736168	3	2	0	2	0	True	95191	fragment	False	DEN0051_000000015672	0.9991115849324805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	95.0	3.0	1.0437159776665919e-05	NZ_BDFO01000001.1	proteobacteria	Oligoflexus tunisiensis strain Shr3, whole genome shotgun sequence	True	True
SPA0046_000000010461	2814	0.7032537645736168	3	2	0	2	0	True	95191	fragment	False	DEN0051_000000015672	0.9968164131588255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	95.946	3.0	0.021457965902410347	NZ_CABIXL010000021.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	True
ISR0039_000000013527	2619	0.7032537645736168	3	2	0	2	0	True	60471	fragment	False	ISR0039_000000013527	1.0		0	0	False	False	0.9996181726455688	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.1796065942105695e-06	LR699094.1	starfish	Asterias rubens genome assembly, chromosome: 3	True	True
SPA0128_000000016075	2316	0.7032537645736168	2	2	0	2	0	True	3882	maximal	True	SPA0128_000000016075	1.0		7	2	False	False	0.9956822395324707	0					non-mobilizable	no_good_hit								True	True
DEN0021_000000016068	2202	0.7032537645736168	2	2	0	2	0	True	74789	fragment	False	DEN0021_000000016068	0.9524975514201763		0	0	False	False	0.9940962791442871	0					non-mobilizable	no_good_hit								True	True
DEN0065_000000016955	2042	0.7032537645736168	2	2	0	2	0	True	74789	fragment	False	DEN0021_000000016068	0.9193914623069936		0	0	False	False	0.9955925345420837	0					non-mobilizable	no_good_hit								True	True
ISR0213_000000012915	2022	0.7032537645736168	3	2	0	2	0	True	28275	maximal	True	ISR0213_000000012915	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000007396	2017	0.7032537645736168	3	2	0	2	0	True	60469	fragment	False	ISR0189_000000007396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	98.469	10.0	0.0029923579780867324	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
MAD0098_000000022374	2003	0.7032537645736168	3	2	0	2	0	True	60467	fragment	False	MAD0098_000000022374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.553271545707085e-05	CP007563.1	g-proteobacteria	Candidatus Portiera aleyrodidarum MED (Bemisia tabaci) strain BT-Q, complete genome	True	True
ISR0309_000000009530	1981	0.7032537645736168	4	2	0	2	0	True	25382	maximal	True	ISR0309_000000009530	1.0		9	5	False	False	0.9939424395561218	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015365703749231714	MF101451.1	red algae	Chondria sp. isolate PD1582 chloroplast, complete genome	True	True
ISR0083_000000014780	1812	0.7032537645736168	3	2	0	2	0	True	60468	fragment	False	ISR0083_000000014780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0060_000000015407	1781	0.7032537645736168	3	2	0	2	0	True	35407	fragment	False	ISR0060_000000015407	1.0		0	0	False	False	0.9994385242462158	0					non-mobilizable	no_good_hit								True	True
ISR0267_000000011029	1613	0.7032537645736168	3	2	0	2	0	True	29744	fragment	False	ISR0267_000000011029	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	768.0	96.094	100.0	0.00016253767292673344	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ENG0013_000000017755	1540	0.7032537645736168	2	2	0	2	0	True	66963	fragment	False	ENG0013_000000017755	1.0		0	0	False	False	0.9993506669998169	0					non-mobilizable	no_good_hit								True	True
ISR0355_000000014170	1489	0.7032537645736168	3	2	0	2	0	True	23947	fragment	False	ISR0355_000000014170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0380_000000010614	1196	0.7032537645736168	2	2	0	2	0	True	23176	fragment	False	ISR0380_000000010614	1.0		0	0	False	False	1.0	0					non-mobilizable	other	657.0	94.67299999999999	100.0	0.00019756144130708578	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0072_000000026844	1109	0.7032537645736168	2	2	0	2	0	True	124250	fragment	False	ISR0071_000000003227	0.009131313513294784		0	0	False	False	1.0	0					non-mobilizable	chromosome	1110.0	92.34200000000001	100.0	0.0003892180598591264	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0061_000000006519	2647	0.7032484052018829	3	2	1	2	2	False	6239	maximal	True	SPA0061_000000006519	0.9984744469870328		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1880.0	99.89399999999999	71.0	0.00029260670528742964	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ENG0051_000000007214	3717	0.7032476242822454	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.4267285234103847		0	0	False	False	0.9956954717636108	0					non-mobilizable	other	3598.0	99.277	100.0	0.0006961045054957606	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0061_000000006027	3492	0.7032476242822454	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.3967581326734865		0	0	False	False	0.9982817769050598	0					non-mobilizable	other	3494.0	99.88600000000001	100.0	0.0006761660282805038	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0016_01_000000005432	3174	0.7032476242822454	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.31168449297416045		0	0	False	False	1.0	0					non-mobilizable	other	3176.0	99.93700000000001	100.0	0.0006146083995965071	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0001_000000012741	2079	0.7032463821047626	4	3	2	3	2	False	74022	fragment	False	DEN0028_000000013698	0.9754515979620195		0	0	False	False	0.9937469959259033	0					non-mobilizable	no_good_hit	1458.0	97.051	70.0	0.005635353120373313	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
ISR0067_000000026827	1170	0.7032463821047626	4	3	2	3	2	False	35041	fragment	False	ISR0067_000000026827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	97.41799999999999	50.0	0.44198473282442746	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
AST0047_000000010950	2021	0.7032461075772519	4	4	2	2	1	False	115342	fragment	False	AST0047_000000010950	0.9621329211746522		0	0	False	False	1.0	0					non-mobilizable	other	2023.0	93.72200000000001	100.0	0.0004717364099319412	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0804_000000012554	1579	0.7032461075772519	4	4	2	2	1	False	63703	fragment	False	ISR0804_000000012554	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1589.0	94.021	100.0	0.07029277583381317	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
USA0032_01_000000014269	1512	0.7032461075772519	4	4	2	2	1	False	63701	fragment	False	USA0032_01_000000014269	0.9692101740294512		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	94.48100000000001	100.0	0.0673694467821234	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
ISR0236_000000001862	4630	0.7032397763888277	7	3	1	2	2	False	130029	backbone	False	ISR0080_000000005952	0.9150676459079548	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	2843.0	95.709	61.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0193_000000008012	3385	0.7032397763888277	5	3	1	2	2	False	126770	fragment	False	ISR0193_000000008012	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2089.0	97.60700000000001	62.0	0.41557148546395856	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
MON0012_000000013416	3305	0.7032397763888277	4	3	1	2	2	False	126761	fragment	False	MON0012_000000013416	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2549.0	97.725	97.0	0.4407073509015257	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0020_000000003027	3044	0.7032397763888277	5	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.6168450821965031	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2720.0	96.765	89.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
MON0009_000000011308	3023	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.5121829180680496	PS974|PS975	0	0	False	True	0.9980152249336243	0					non-mobilizable	plasmid	2713.0	97.899	90.0	0.539120047780211	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ENG0052_000000009818	3002	0.7032397763888277	5	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.7034750590299296	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2561.0	96.79799999999999	85.0	0.5095579450418161	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0055_000000011431	2975	0.7032397763888277	5	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3922726306774943	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1997.0	98.24700000000001	67.0	0.3896484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0852_000000003278	2860	0.7032397763888277	5	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.7676348987243946	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2246.0	97.99600000000001	81.0	0.43828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0112_000000012103	2806	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.5754586754048178	PS974|PS975	0	0	False	True	0.9975053668022156	0					non-mobilizable	plasmid	2808.0	98.255	100.0	0.5582321321919171	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
MON0103_000000018264	2729	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.568068742374834	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2610.0	100.0	100.0	0.4523231622746186	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0077_000000004055	2725	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.5678059837375627	PS974|PS975	0	0	False	True	0.9981651306152344	0					non-mobilizable	other	2587.0	99.961	100.0	0.4483356449375867	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0062_000000005492	2722	0.7032397763888277	4	3	1	2	2	False	126760	fragment	False	CHI0062_000000005492	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	2740.0	96.715	100.0	0.5436989846705156	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
DEN0062_000000007048	2669	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.5820619491079914	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2233.0	97.537	84.0	0.44424532058940663	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0394_000000007068	2654	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.5775570815256197	PS974|PS975	0	0	False	True	0.9943481683731079	0					non-mobilizable	no_good_hit	2226.0	98.51799999999999	84.0	0.4428514536041418	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
CHI0033_000000002530	2646	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.4788665879035692	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2648.0	98.15	100.0	0.526179573959785	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
MON0058_000000017950	2636	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.5509848509005738	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2518.0	99.921	96.0	0.43637309292649096	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0135_000000007298	2597	0.7032397763888277	5	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.508503313247579	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2164.0	97.59700000000001	83.0	0.4305057745917961	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
MON0107_000000022713	2586	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.5531759504874386	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2586.0	100.0	100.0	0.4481622746185853	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0047_000000007056	2570	0.7032397763888277	5	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.4777466957513766	PS974|PS975	0	0	False	True	0.995719850063324	0					non-mobilizable	no_good_hit	2031.0	97.78399999999999	82.0	0.40402230187176424	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
MON0088_000000012450	2514	0.7032397763888277	3	3	1	2	2	False	126720	maximal	True	MON0088_000000012450	1.0	PS974|PS975	82	9	False	True	1.0	0					non-mobilizable	no_good_hit	2165.0	99.954	86.0	0.3751733703190014	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0137_000000014623	2510	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.5438304322281476	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2510.0	99.92	100.0	0.4900390625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0223_000000011644	2490	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.4506737409541367	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2084.0	97.649	84.0	0.4145758661887694	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
MON0022_000000011578	2488	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.47345654359458916	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2148.0	97.53299999999999	86.0	0.42731979291119077	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
MON0006_000000008680	2439	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.5317264250278144	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2439.0	100.0	100.0	0.4226768377253814	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CAN0021_000000017856	2427	0.7032397763888277	5	3	1	2	2	False	126706	fragment	False	ISR0778_000000004885	0.9547672672672672		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1774.0	95.039	73.0	0.35225009956192754	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0035_000000006871	2383	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.4222335485348126	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2384.0	97.98700000000001	100.0	0.4744176786780808	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0005_000000006021	2380	0.7032397763888277	6	3	1	2	2	False	126703	fragment	False	ISR0005_000000006021	1.0		0	0	False	True	0.99873948097229	0					non-mobilizable	plasmid	2202.0	86.83	92.0	0.43628036638789325	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0838_000000009813	2376	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.31958460651840526	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1985.0	97.58200000000001	84.0	0.3948626045400239	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0815_000000013279	2340	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3880701903791553	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2060.0	98.495	88.0	0.401953125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0048_000000008310	2316	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.44579128489607067	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2315.0	98.92	99.0	0.451953125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0017_01_000000011940	2310	0.7032397763888277	4	3	1	2	2	False	126731	fragment	False	CHI0091_000000001356	0.9525845316750874		0	0	False	True	1.0	0					non-mobilizable	other	1978.0	98.43299999999999	99.0	0.34275312066574204	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0103_000000006958	2300	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3734707279631182	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2302.0	99.696	100.0	0.3989251040221914	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0069_000000021815	2281	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.4664767269826028	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2283.0	99.781	100.0	0.39563106796116504	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AUS0018_000000012322	2275	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.4743089229668396	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2246.0	98.264	99.0	0.43828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
DEN0046_000000010855	2244	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.37900563607236004	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2246.0	98.30799999999999	100.0	0.3892163661581137	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0079_000000010301	2230	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3733777030365416	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2230.0	100.0	100.0	0.38644244105409153	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0320_000000010912	2228	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3727542278153852	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2228.0	98.384	100.0	0.44344882516925527	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0182_000000012839	2228	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.37426503345502116	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2230.0	99.32700000000001	100.0	0.38644244105409153	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0082_000000015089	2224	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.37153130315577726	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2224.0	99.775	100.0	0.3854022191400832	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0053_000000008075	2216	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3723957697069062	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2216.0	98.962	100.0	0.4326171875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0194_000000012259	2213	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3728667661870013	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2213.0	99.458	100.0	0.43203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0101_000000028909	2202	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.40446521464245916	PS974|PS975	0	0	False	True	0.9482288956642151	0					non-mobilizable	other	2175.0	98.391	99.0	0.4244140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0111_000000008144	2190	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.36838451613083656	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2190.0	99.49799999999999	100.0	0.42734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0089_000000013077	2179	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.36614197844466123	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2179.0	98.57700000000001	100.0	0.425390625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0054_01_000000004209	2179	0.7032397763888277	5	3	1	2	2	False	126694	maximal	True	USA0054_01_000000004209	1.0	PS974	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1105.0	99.91	51.0	0.18131056002627688	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
MON0028_000000011697	2177	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3612311674256439	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2115.0	98.48700000000001	97.0	0.412890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
AST0025_000000016848	2174	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3670385013078702	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2174.0	99.17200000000001	100.0	0.4244140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0076_000000011926	2132	0.7032397763888277	4	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.30454959748571386	PS974|PS975	0	0	False	True	0.9995309710502625	0					non-mobilizable	other	2044.0	98.581	96.0	0.3990234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0224_000000014279	2121	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3597474656411875	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2119.0	98.348	99.0	0.4215452011150936	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0041_000000011840	2118	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.36007214016266076	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2118.0	98.48899999999999	100.0	0.4215452011150936	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0038_000000011499	2083	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3445260337405701	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2083.0	98.368	100.0	0.4145758661887694	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
MON0071_000000005759	2082	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.34470697420583	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2082.0	100.0	100.0	0.3607836338418863	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0830_000000013794	2078	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.344958934061397	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2078.0	98.98899999999999	100.0	0.4056640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0087_000000016692	2077	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3448158889811054	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2076.0	98.94	99.0	0.4052734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0059_000000018923	2071	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.32897622323747505	PS974|PS975	0	0	False	True	0.9773056507110596	0					non-mobilizable	other	2063.0	99.515	99.0	0.35714285714285715	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0020_000000011501	2064	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.33886478075514964	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2064.0	98.353	100.0	0.4107925129430506	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
USA0116_01_000000012238	2060	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.23747622926991466	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2062.0	99.41799999999999	100.0	0.35731622746185854	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0100_000000006821	2060	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.33886397725776707	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2060.0	98.98100000000001	100.0	0.4021484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0187_000000014356	2060	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.3393242910026392	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2060.0	99.07799999999999	100.0	0.4021484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0312_000000008452	2047	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.31417846980779035	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2047.0	98.97399999999999	100.0	0.35471567267683773	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0022_01_000000003620	2027	0.7032397763888277	5	3	1	2	2	False	126699	fragment	False	USA0022_01_000000003620	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1473.0	97.081	82.0	0.2552011095700416	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0349_000000005179	2009	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.2969866733475995	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2009.0	98.656	100.0	0.3921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0069_000000012360	1996	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.28919849355353905	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1995.0	98.24600000000001	99.0	0.39705296694544007	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0143_000000015032	1972	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.2785546001473499	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1972.0	98.225	100.0	0.3924731182795699	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0297_000000007400	1969	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.26494598165849115	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1969.0	98.273	100.0	0.3918757467144564	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0375_000000011303	1969	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.26487672080109914	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1969.0	98.273	100.0	0.3918757467144564	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0119_000000016472	1929	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.16492448124379833	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1929.0	98.34100000000001	100.0	0.3839107925129431	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0092_000000015113	1909	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.23407637421032199	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1909.0	98.376	100.0	0.33079056865464634	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0030_000000006286	1844	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.17487724958210155	PS974|PS975	0	0	False	True	0.9913232326507568	0					non-mobilizable	other	1844.0	100.0	100.0	0.3195214979195562	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0353_000000020085	1842	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.1620308002824052	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1842.0	98.914	100.0	0.3595703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0040_000000015185	1821	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.11874270047212607	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1821.0	99.945	100.0	0.3155339805825243	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0097_000000019987	1821	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.11887422979707575	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1821.0	98.243	100.0	0.362405416168857	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0387_000000013529	1795	0.7032397763888277	3	3	1	2	2	False	126698	fragment	False	SPA0062_000000017221	0.9593179223969158		0	0	False	True	1.0	0					non-mobilizable	plasmid	1796.0	96.715	100.0	0.3573561616563806	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0289_000000005845	1788	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.14233729100872272	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1788.0	98.65799999999999	100.0	0.3558343289526085	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
USA0069_01_000000034106	1780	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.14904016158201552	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1780.0	99.27	100.0	0.308252427184466	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0070_000000006970	1736	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.08517141330948419	PS974|PS975	0	0	False	True	0.9971198439598083	0					non-mobilizable	other	1736.0	99.654	100.0	0.30079750346740636	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0219_000000019356	1709	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.10868371092809118	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1709.0	98.12799999999999	100.0	0.34010354440461965	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0081_000000014122	1685	0.7032397763888277	4	3	1	2	2	False	126698	fragment	False	SPA0062_000000017221	0.6323119777158774		0	0	False	True	1.0	0					non-mobilizable	plasmid	1687.0	96.56200000000001	100.0	0.3354568982679674	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
SPA0153_000000011237	1667	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.09834500307657326	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1667.0	98.14	100.0	0.33174034249303064	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0155_000000011653	1667	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.09839567691112386	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1667.0	98.26	100.0	0.33174034249303064	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0134_000000015890	1666	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.09804204490340536	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1666.0	98.139	100.0	0.33154121863799285	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0126_000000026633	1665	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.09831460813656541	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1665.0	98.13799999999999	100.0	0.325	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0171_000000014553	1650	0.7032397763888277	3	3	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.0933048830837178	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1650.0	98.242	100.0	0.3220703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0851_000000009000	1506	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.8571233863606514	PS974	0	0	False	True	1.0	0					non-mobilizable	plasmid	1506.0	100.0	100.0	0.2996814018319395	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ISR0278_000000008054	1478	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.833778886226408	PS974	0	0	False	True	1.0	0					non-mobilizable	plasmid	1478.0	98.579	100.0	0.29410593389088013	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CAN0023_000000005593	1435	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.7916203724006984	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1435.0	98.32799999999999	100.0	0.280078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0053_000000029230	1394	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.73291847140219	PS974	0	0	False	True	0.9992826581001282	0					non-mobilizable	other	1394.0	100.0	100.0	0.24150485436893204	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0007_000000012975	1380	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.1988826315454335	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1380.0	98.76799999999999	100.0	0.2693359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0055_000000011892	1379	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.7119594339824064	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1379.0	99.20200000000001	100.0	0.269140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0026_000000038630	1349	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.6484690653054286	PS974	0	0	False	True	1.0	0					non-mobilizable	plasmid	1349.0	98.147	100.0	0.2684189565909996	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
AUS0008_000000018860	1315	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.19696602727470713	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1315.0	98.859	100.0	0.256640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0075_01_000000019306	1277	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.13597591037196935	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1279.0	99.531	100.0	0.22156726768377255	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0049_000000018052	1229	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.3750599118178745	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1229.0	100.0	100.0	0.23984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0030_000000024771	1221	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.3720648285405035	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1221.0	99.67200000000001	100.0	0.21151178918169208	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0321_000000009941	1218	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.15747622881491735	PS974	0	0	False	True	0.9909688234329224	0					non-mobilizable	other	1218.0	98.76799999999999	100.0	0.21099167822468792	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0818_000000016184	1201	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.13651303774378323	PS974	0	0	False	True	1.0	0					non-mobilizable	plasmid	1201.0	98.085	100.0	0.23894862604540024	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0012_000000020616	1104	0.7032397763888277	3	3	1	2	2	False	126691	backbone	False	ENG0023_000000009908	0.1146022894419491	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1104.0	99.275	100.0	0.2154296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
FIJ0162_000000018261	1262	0.7032396100358382	2	2	2	1	2	False	39207	maximal	True	FIJ0162_000000018261	1.0		3	2	False	False	0.9904912710189819	0					non-mobilizable	no_good_hit								True	False
ISR0790_000000005823	2737	0.7032391945546884	3	3	3	1	1	False	22078	fragment	False	ISR0790_000000005823	1.0		0	0	False	False	0.9926927089691162	0					non-mobilizable	no_good_hit	96.0	91.667	7.0	5.094167017896077e-05	NZ_LT635480.1	firmicutes	Ndongobacter massiliensis strain Marseille-P3170T chromosome contig00001	True	False
SPA0077_000000005750	4913	0.7032328332557641	8	5	5	4	4	False	131675	maximal	True	SPA0077_000000005750	0.9542517715714882		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	86.79	19.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0015_000000004189	6786	0.7032323111563678	8	5	3	3	4	True	71561	maximal	True	FIJ0015_000000004189	1.0		18	1	False	False	0.9998526573181152	0					non-mobilizable	no_good_hit	3506.0	86.965	51.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0092_000000009479	2716	0.7032294804089387	7	6	5	5	4	False	129885	maximal	True	ISR0092_000000009479	1.0		2	2	False	False	0.9996318221092224	0					non-mobilizable	no_good_hit	1089.0	99.17399999999999	40.0	0.0151578536367693	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0047_000000005983	4630	0.7032284078227735	7	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.918630622273303	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	888					non-mobilizable	no_good_hit	2843.0	95.814	61.0	0.5649143767423337	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0128_000000006423	3931	0.7032284078227735	7	4	1	2	3	False	126771	fragment	False	ISR0840_000000003546	0.9522963243652899		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2844.0	95.956	72.0	0.5648019112084411	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0049_000000007624	2562	0.7032271081852963	4	4	4	4	4	False	74385	fragment	False	ENG0049_000000007624	0.9759719483592756		0	0	False	False	1.0	0					non-mobilizable	other	2562.0	93.521	100.0	0.027105978979900722	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
FIJ0172_000000006806	3762	0.703226820445181	5	5	5	5	5	False	38751	fragment	False	FIJ0172_000000006806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	72.171	17.0	0.006158508747219443	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0061_000000003513	4471	0.7032170719204123	4	4	3	3	4	False	47796	fragment	False	MAD0059_000000003950	0.9703821656050955		0	0	False	False	1.0	0					non-mobilizable	chromosome	4474.0	98.994	100.0	0.002239052519872655	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	False	False
FIJ0160_000000011395	1651	0.7032157166372556	3	2	2	2	1	False	39330	fragment	False	FIJ0160_000000011395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	89.455	56.0	0.007308501969305989	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	False
ISR0060_000000003612	8678	0.703209765289043	12	8	6	7	4	True	125257	fragment	False	SPA0139_000000002006	0.35058978892393305		0	0	False	False	0.9983867406845093	0					non-mobilizable	no_good_hit	628.0	71.975	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
DEN0070_000000007707	4235	0.7032015041787818	6	3	2	3	1	True	70634	maximal	True	DEN0070_000000007707	0.9736306827924956		2	2	False	False	0.9988193511962891	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	0.00026983963815789476	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	True	True
USA0006_01_000000018783	1249	0.7031988360299409	2	2	1	2	1	False	99835	fragment	False	SPA0106_000000024458	0.3735372343800663		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0031_000000017591	1963	0.7031965460589636	3	3	2	3	1	False	113393	fragment	False	MAD0039_000000005904	0.31622462344466273		0	0	False	False	0.9877738356590271	0					non-mobilizable	chromosome	1343.0	94.788	97.0	0.00037420048581690595	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0063_000000002636	7293	0.7031928126630335	10	5	3	4	4	False	68232	maximal	True	ISR0063_000000002636	1.0		2	2	False	False	0.9983546137809753	0					non-mobilizable	no_good_hit	1102.0	87.477	15.0	0.025027846604987383	NZ_QEKH01000037.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_137, whole genome shotgun sequence	True	False
USA0015_01_000000015047	2241	0.7031878726658786	4	3	3	3	3	False	1950	maximal	True	USA0015_01_000000015047	1.0		1	1	False	False	0.9991075396537781	0					non-mobilizable	no_good_hit	239.0	76.569	11.0	0.00010346760547147175	NZ_UHFN01000007.1	firmicutes	Streptococcus hyointestinalis strain NCTC12224, whole genome shotgun sequence	True	False
ISR0821_000000009506	3020	0.7031863895988058	4	2	2	2	2	False	21244	fragment	False	ISR0821_000000009506	1.0		0	0	False	False	0.9980132579803467	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.8322113872984336e-07	LR812520.1	bony fishes	Danio kyathit genome assembly, chromosome: 2	True	False
ENG0068_000000009898	2417	0.7031852165848261	3	3	3	3	3	False	62613	maximal	True	ENG0068_000000009898	1.0		1	1	False	False	0.9975175857543945	0					non-mobilizable	no_good_hit	91.0	83.516	4.0	2.949826109408056e-05	CP054042.1	firmicutes	Listeria monocytogenes strain PNUSAL000009 chromosome	True	False
ISR0074_000000009406	3061	0.7031832502973604	5	4	4	3	2	False	117017	maximal	True	ISR0074_000000009406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	86.0	2.0	1.0405464865204635e-05	CP003677.1	g-proteobacteria	Pseudomonas stutzeri CCUG 29243, complete genome	True	False
ISR0307_000000001876	3983	0.7031773112256161	3	3	3	2	3	False	124192	fragment	False	ISR0307_000000001876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1967.0	80.732	51.0	0.0005217634586566105	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0241_000000003587	3558	0.7031773112256161	3	3	3	2	3	False	124191	fragment	False	ISR0241_000000003587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1977.0	80.88	55.0	0.013907416342633327	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0092_000000004917	5724	0.7031767257916061	6	3	1	2	2	False	49101	maximal	True	FIJ0092_000000004917	1.0		3	1	True	True	0.9996505975723267	3					non-mobilizable	no_good_hit	75.0	84.0	1.0	8.903770307807102e-05	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
ISR0808_000000007588	2112	0.7031747663139103	3	3	3	3	3	False	74175	fragment	False	FIJ0153_000000010755	0.4570956142521675		0	0	False	False	1.0	0					non-mobilizable	other	1985.0	93.098	94.0	0.05743067214728188	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
ISR0786_000000005498	3137	0.7031665755576013	5	5	4	5	4	False	91822	fragment	False	ISR0786_000000005498	1.0		0	0	False	False	0.994899570941925	0					non-mobilizable	other	3137.0	99.235	100.0	0.021281365050469372	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ENG0181_000000002073	11085	0.7031658504187028	12	7	7	7	5	False	55291	maximal	True	ENG0181_000000002073	1.0		3	2	False	False	0.9999097585678101	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	0.0	0.0001682390974467243	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	True	False
FIJ0061_000000018985	1466	0.7031644512475647	2	1	1	1	1	False	45797	maximal	True	FIJ0061_000000018985	1.0		1	1	False	False	0.9856753349304199	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.489048161296805e-05	NZ_JACCEU010000004.1	b-proteobacteria	Eoetvoesia caeni strain PB3-7B NODE_4_length_477728_cov_38.619718, whole genome shotgun sequence	True	False
MAD0106_000000009961	2142	0.7031632955882574	2	2	1	2	2	False	43416	maximal	True	MAD0106_000000009961	1.0		22	4	False	False	0.996265172958374	0					non-mobilizable	no_good_hit	486.0	71.399	22.0	0.0010325581193559093	NZ_PYAL01000007.1	b-proteobacteria	Achromobacter aloeverae strain AVA-1 Scaffold7_1, whole genome shotgun sequence	True	False
MON0088_000000028591	1133	0.7031548894036804	1	1	1	1	1	False	9620	fragment	False	MON0088_000000028591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	7.0	0.2344213649851632	NZ_ATDK01000607.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig608, whole genome shotgun sequence	True	False
MON0054_000000024456	1949	0.7031474469483943	2	2	2	2	1	False	66949	maximal	True	MON0054_000000024456	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	78.428	53.0	0.0002883388031522794	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0035_01_000000003883	6570	0.7031448942855171	9	8	6	6	7	False	33876	fragment	False	USA0035_01_000000003883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2698.0	99.815	75.0	0.05726965791094218	CP034582.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10B, complete sequence	True	False
SPA0093_000000029155	1280	0.7031431855021725	2	1	1	1	1	False	74959	fragment	False	MON0087_000000043461	0.5053761379487627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	75.096	40.0	0.002048331048554213	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MAD0056_000000000708	11965	0.7031400000422469	12	11	10	9	9	True	17084	maximal	True	MAD0056_000000000708	1.0		1	1	False	False	0.9999164342880249	0					non-mobilizable	no_good_hit	7108.0	99.719	67.0	0.05163381120888224	CP056561.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00399 plasmid pRHBSTW-00399_2, complete sequence	True	True
ISR0064_000000002236	6877	0.7031394914576042	8	5	2	5	2	True	67216	fragment	False	ISR0064_000000002236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	88.37200000000001	1.0	0.0012954566484685852	NZ_FMJR01000081.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	True
AST0089_000000021216	1145	0.7031356864586649	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.007813696951126093		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	98.428	100.0	0.002392119388504026	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0141_000000010683	3264	0.7031340014349292	3	3	2	3	2	False	88653	maximal	True	ISR0141_000000010683	0.9899036968002485		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	77.729	14.0	0.0043173805959337425	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0255_000000015231	2085	0.7031302438352379	3	2	2	2	1	False	115339	fragment	False	ISR0255_000000015231	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1814.0	99.39399999999999	100.0	0.02253366992899158	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0106_000000007524	3305	0.7031266781765162	5	4	4	4	3	True	61250	maximal	True	FIJ0106_000000007524	1.0		32	8	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	71.913	22.0	0.006873314070134682	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
SPA0101_000000013750	3245	0.7031207641367618	4	3	2	2	2	False	71469	fragment	False	SPA0101_000000013750	0.9592604712041884		0	0	False	True	0.9947611689567566	0					non-mobilizable	plasmid	3230.0	96.84200000000001	99.0	0.4591356439880188	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	False	True
ENG0031_000000003897	5114	0.7031188681595263	6	5	5	4	5	False	65720	maximal	True	ENG0031_000000003897	1.0		168	11	False	False	0.9960891604423523	0					non-mobilizable	other	2535.0	98.935	99.0	0.0006851576308687577	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0034_000000017618	2031	0.7031176439072812	4	3	3	3	1	True	74414	maximal	True	SPA0034_000000017618	1.0		1	1	False	False	0.9960610270500183	0					non-mobilizable	no_good_hit	182.0	89.01100000000001	9.0	0.03284072249589491	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	True	True
ISR0384_000000004403	3379	0.7031143651773915	4	4	4	3	4	False	68637	maximal	True	ISR0384_000000004403	1.0	PS319	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1844.0	98.75299999999999	83.0	0.0008862600834325146	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	True	True
SPA0020_000000029234	1208	0.7031123606817734	4	2	1	2	1	True	68917	fragment	False	SPA0020_000000029234	0.9430379746835443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0106_000000011597	2232	0.7031114530782501	3	3	3	3	3	False	80252	maximal	True	FIJ0106_000000011597	1.0		242	13	False	False	0.9991039633750916	0					non-mobilizable	no_good_hit	457.0	74.179	20.0	0.0005227446673597526	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0121_000000009745	1713	0.7031077610679117	3	2	2	2	1	False	91447	fragment	False	DEN0010_000000023730	0.4842775713667106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0010_000000009958	2504	0.7030982939464449	5	4	3	4	2	False	13745	fragment	False	MON0010_000000009958	1.0		0	0	False	False	0.9764376878738403	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.410193470092489e-06	CP047895.1	a-proteobacteria	Sphingomonas sp. C33 chromosome, complete genome	True	False
SPA0116_000000004763	7432	0.7030945348962249	11	6	5	4	4	True	126134	fragment	False	SPA0116_000000004763	1.0		0	0	False	False	0.9998654723167419	0					non-mobilizable	no_good_hit	603.0	85.24	8.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0232_000000027067	1113	0.7030945059254168	3	2	2	1	1	False	27402	fragment	False	ISR0232_000000027067	1.0		0	0	False	False	0.9685534834861755	0					non-mobilizable	no_good_hit	170.0	77.059	15.0	0.00040936774031518806	NZ_FNDS01000007.1	g-proteobacteria	Pseudomonas panipatensis strain CCM 7469, whole genome shotgun sequence	True	False
ISR0855_000000001809	5720	0.703094212161794	5	4	3	4	3	False	117735	maximal	True	ISR0855_000000001809	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1882.0	99.947	61.0	0.000541607771740398	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
FIJ0083_000000013643	2584	0.7030806626230062	5	2	2	2	1	False	44116	maximal	True	FIJ0083_000000013643	1.0		3	2	False	False	0.9961300492286682	0					non-mobilizable	no_good_hit	75.0	84.0	3.0	3.168002150816595e-05	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	False
ISR0179_000000013353	1734	0.7030699160127261	2	2	2	1	2	False	105504	fragment	False	ISR0179_000000013353	1.0		0	0	False	False	0.9769319295883179	0					non-mobilizable	no_good_hit	55.0	98.182	3.0	0.00022161119546928223	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0014_000000021807	1621	0.7030664973802614	3	3	3	2	2	False	101429	fragment	False	ISR0014_000000021807	1.0		0	0	False	False	0.9907464385032654	0					non-mobilizable	no_good_hit	512.0	73.828	31.0	8.866076501523923e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ENG0138_000000005143	3934	0.7030631928321887	5	4	3	3	4	False	112096	fragment	False	ENG0138_000000005143	0.9561871249465915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	76.071	10.0	0.00013385821153878168	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0093_000000003723	5713	0.7030514385559007	6	6	5	6	5	False	102444	maximal	True	ISR0093_000000003723	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	75.562	25.0	0.0027240176559557984	NZ_PTJA01000004.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_104, whole genome shotgun sequence	True	False
MON0105_000000004396	10622	0.7030460531823465	10	6	4	5	2	True	13369	maximal	True	MON0105_000000004396	1.0		1	1	False	False	0.9999058842658997	0					non-mobilizable	no_good_hit	474.0	73.418	4.0	0.0013618654003292163	NZ_JYJA01000040.1	high GC Gram+	Microbacterium trichothecenolyticum strain DSM 8608 RS82_contig000040, whole genome shotgun sequence	True	True
SPA0113_000000015351	2004	0.7030387011215354	4	2	2	2	2	False	4494	fragment	False	SPA0113_000000015351	1.0		0	0	False	False	0.9995009899139404	0					non-mobilizable	other	1711.0	99.649	99.0	0.005921708776595745	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	False	False
ENG0140_000000002086	6230	0.7030315745727048	8	2	1	1	2	True	121798	maximal	False	SPA0132_000000005938	0.852634970500118		0	0	True	True	0.9940609931945801	7					non-mobilizable	plasmid	5452.0	88.83	100.0	0.8634480560866794	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
ENG0053_000000004845	5421	0.7030315745727048	8	2	1	1	2	True	63889	fragment	False	MON0065_000000004855	0.9627949183303086		0	0	False	False	1.0	0					non-mobilizable	plasmid	4584.0	88.765	99.0	0.725780752071383	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
DEN0041_000000003696	8403	0.7030296660517245	5	4	2	4	2	False	106652	fragment	False	ENG0141_000000002992	0.8707225799669547		0	0	False	False	1.0	0					non-mobilizable	other	8352.0	99.37700000000001	100.0	0.002528368819025544	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0039_01_000000002813	8356	0.7030296660517245	6	4	2	4	2	False	106652	fragment	False	ENG0141_000000002992	0.8701027369282086		0	0	False	False	1.0	0					non-mobilizable	other	8247.0	99.382	100.0	0.002496571151520731	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0060_000000002883	7841	0.7030296660517245	4	4	2	4	2	False	106652	fragment	False	ENG0141_000000002992	0.8572118815337186		0	0	False	False	0.998724639415741	0					non-mobilizable	other	7790.0	99.35799999999999	100.0	0.002358175589142641	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
SPA0107_000000003858	7410	0.7030296660517245	4	4	2	4	2	False	106652	fragment	False	ENG0141_000000002992	0.536610405997475		0	0	False	False	1.0	0					non-mobilizable	other	7389.0	99.161	100.0	0.0022373444526243525	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0004_01_000000003792	7078	0.7030296660517245	4	4	2	4	2	False	106652	fragment	False	ENG0141_000000002992	0.5227414493557636		0	0	False	False	0.9988697171211243	0					non-mobilizable	other	7036.0	99.70200000000001	99.0	0.002129838052965223	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0209_000000003549	5459	0.7030296660517245	4	4	2	4	2	False	106646	fragment	False	ENG0209_000000003549	1.0		0	0	False	False	0.9996336102485657	0					non-mobilizable	other	5394.0	99.38799999999999	100.0	0.0016325831001756746	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
FIJ0050_000000016433	1561	0.7030292224235705	2	2	2	2	2	False	46590	maximal	True	FIJ0050_000000016433	1.0		23	6	False	False	0.9993593692779541	0					non-mobilizable	no_good_hit	447.0	78.3	28.0	0.00011121362693730844	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
CAN0006_000000004114	10693	0.7030273571820295	5	5	5	5	5	False	97431	maximal	True	CAN0006_000000004114	1.0		7	3	False	False	1.0	0					non-mobilizable	other	10669.0	99.428	99.0	0.01391730249355475	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
CAN0015_000000008897	4665	0.7030263926508837	7	4	3	3	1	True	108897	fragment	False	CAN0015_000000008897	1.0		0	0	False	False	0.990996778011322	0					non-mobilizable	no_good_hit	4135.0	99.226	89.0	0.001115882218861627	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0016_000000015007	1285	0.7030218396504029	3	3	2	3	1	False	50203	maximal	True	FIJ0016_000000015007	1.0		0	0	False	False	0.9945525527000427	0					non-mobilizable	no_good_hit	877.0	98.404	74.0	0.0005905241103713831	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0838_000000015423	1582	0.7030213589666893	2	2	2	2	1	False	20875	maximal	True	ISR0838_000000015423	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0167_000000007117	2710	0.7030060348996743	3	3	3	3	2	False	47659	fragment	False	FIJ0167_000000007117	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2012.0	83.598	91.0	0.0006982622190661822	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0235_000000001665	2581	0.7029996592811839	6	6	4	4	5	False	110002	maximal	True	ISR0235_000000001665	1.0		121	10	False	False	1.0	0					non-mobilizable	other	2582.0	98.838	100.0	0.000899308776152603	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0087_000000010324	2623	0.7029933702329982	6	2	0	2	0	True	122487	maximal	True	ENG0087_000000010324	1.0		11	5	False	False	0.9885627031326294	0					non-mobilizable	no_good_hit	345.0	83.18799999999999	13.0	0.00011578838595365705	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0043_000000007683	3321	0.7029903615503493	3	3	3	3	2	False	88199	maximal	True	MON0043_000000007683	1.0		16	2	False	False	0.9996988773345947	0					non-mobilizable	no_good_hit	2268.0	99.118	68.0	0.0006571614509730599	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0015_000000022373	1143	0.7029889607387325	2	2	2	2	2	False	62823	fragment	False	ENG0101_000000027325	0.9418838011227235		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	100.0	100.0	0.0005183317886259305	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
MON0101_000000027797	2278	0.7029773658092299	3	3	3	3	3	False	9051	fragment	False	MON0101_000000027797	1.0		0	0	False	False	0.9912203550338745	0					non-mobilizable	no_good_hit	250.0	73.6	11.0	0.0002764299301108099	NZ_JAASQI010000001.1	a-proteobacteria	Pseudochelatococcus lubricantis strain DSM 103870 Ga0373372_01, whole genome shotgun sequence	True	False
AST0047_000000012632	1777	0.7029757468521368	2	2	2	2	1	False	115285	fragment	False	ISR0350_000000010854	0.9901850813236119		0	0	False	False	0.9960607886314392	0					non-mobilizable	no_good_hit	322.0	73.602	18.0	0.00011119677118572942	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
TAN0013_000000009937	1253	0.7029582880360172	3	2	2	2	1	False	74932	maximal	True	TAN0013_000000009937	1.0		252	13	False	False	0.9569034576416016	0					non-mobilizable	other	1253.0	97.287	100.0	0.00044144770872067257	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
FIJ0026_000000025628	1275	0.7029579785805509	2	2	2	1	1	True	49037	fragment	False	FIJ0026_000000025628	1.0		0	0	False	False	0.9945098161697388	0					non-mobilizable	plasmid	1227.0	99.59299999999999	96.0	0.006984163153697163	CP039831.1	enterobacteria	Klebsiella pneumoniae strain C2315 plasmid pC2315-4-KPC, complete sequence	False	True
ISR0310_000000003368	4495	0.7029548864495333	6	6	6	6	4	False	93298	fragment	False	ISR0310_000000003368	1.0		0	0	False	False	0.9979977607727051	0					non-mobilizable	other	2108.0	79.26899999999999	95.0	0.017563369042970407	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0815_000000007463	4049	0.7029518188637706	7	4	2	4	1	True	113115	fragment	False	ISR0815_000000007463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0192_000000005038	3910	0.7029518188637706	5	4	2	4	1	True	113117	fragment	False	ENG0130_000000007357	0.9537401574803149		0	0	False	False	0.9994884729385376	0					non-mobilizable	no_good_hit								True	True
ISR0012_000000007699	3066	0.7029518188637706	5	4	2	4	1	True	113112	fragment	False	AST0058_000000004926	0.8351661341936077		0	0	False	False	0.9983692169189453	0					non-mobilizable	no_good_hit	160.0	91.25	5.0	0.030043734550294732	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0096_000000007915	3022	0.7029518188637706	5	4	2	4	1	True	113112	fragment	False	AST0058_000000004926	0.8309583419355154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	3.0	0.0009699924141618893	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0098_000000006359	2750	0.7029518188637706	6	4	2	4	1	True	113112	fragment	False	AST0058_000000004926	0.23714689265536726		0	0	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit	78.0	100.0	3.0	0.0026916488971230816	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	True
SPA0033_000000005138	5597	0.7029488539235074	2	2	2	2	2	True	105179	fragment	False	DEN0079_000000005641	0.6961196247569789		0	0	False	False	0.9994639754295349	0					non-mobilizable	other	5606.0	93.41799999999999	100.0	0.012326520145548437	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0222_000000020603	2504	0.7029466075082695	4	3	3	3	2	False	84277	fragment	False	ISR0222_000000020603	0.9344069962926054		0	0	False	False	0.9996006488800049	0					non-mobilizable	no_good_hit	1229.0	88.853	77.0	0.0005234420210858895	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
MON0019_000000043271	1553	0.7029375967875257	2	2	2	2	2	False	102366	fragment	False	MON0008_000000021750	0.5650458570524984		0	0	False	False	0.9929169416427612	0					non-mobilizable	no_good_hit	1182.0	75.127	74.0	0.0014403760139489045	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0209_000000012175	1488	0.7029293023763991	2	2	2	2	1	False	106161	fragment	False	DEN0051_000000029417	0.6764607768480143		0	0	False	False	0.9993279576301575	0					non-mobilizable	other	783.0	99.48899999999999	100.0	0.0002354452248125546	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0771_000000002482	4367	0.7029292570191278	6	5	5	5	5	False	120207	maximal	True	ISR0771_000000002482	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1694.0	99.41	71.0	0.0006711390772214288	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
MON0044_000000027050	2000	0.702922196204797	3	3	3	3	3	False	46691	maximal	True	MON0044_000000027050	1.0		92	10	False	False	0.9994999766349792	0					non-mobilizable	no_good_hit	1206.0	77.032	60.0	0.0003344280465411428	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0046_000000034017	1132	0.7029192278283491	2	2	2	2	2	False	36125	maximal	True	ISR0046_000000034017	1.0		276	13	False	False	0.9796819686889648	0					non-mobilizable	no_good_hit	211.0	73.46	18.0	8.474676403852555e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ENG0161_000000001660	11245	0.702917087533997	8	7	5	6	6	False	109493	maximal	True	ENG0161_000000001660	1.0		1	1	False	False	1.0	0	rep_cluster_731	MOBQ			mobilizable	no_good_hit	3871.0	98.14	71.0	0.054474817713465275	CP035169.1	firmicutes	Lactiplantibacillus plantarum strain SRCM103418 plasmid unnamed1	True	True
CHI0082_000000005757	1579	0.7029123269381823	4	3	2	2	2	False	84265	maximal	True	CHI0082_000000005757	1.0		0	0	False	False	0.9708676338195801	0					non-mobilizable	no_good_hit	614.0	100.0	39.0	0.0009193988661247263	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
SPA0116_000000001759	16341	0.702904942068619	23	9	0	9	3	False	4369	maximal	True	SPA0116_000000001759	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000004818	4643	0.7029036484655014	5	4	4	4	3	True	96754	fragment	False	ISR0054_000000004818	1.0		0	0	False	False	0.9963385462760925	0					non-mobilizable	no_good_hit	2373.0	99.74700000000001	58.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
FIJ0076_000000006079	2562	0.7028962648889581	3	3	3	2	2	False	122442	maximal	True	FIJ0076_000000006079	1.0	PS871	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1729.0	93.00200000000001	67.0	0.7483759203118233	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
CHI0143_000000004653	4044	0.7028937043158123	3	2	2	2	1	True	79949	maximal	True	CHI0143_000000004653	1.0		1	1	False	False	0.9997527003288269	0					non-mobilizable	no_good_hit	343.0	72.012	8.0	0.00017300797535872123	CP028415.1	firmicutes	Streptococcus mitis strain SK637 chromosome, complete genome	True	True
ENG0021_000000005873	3239	0.7028934328752887	4	4	4	3	4	False	126842	maximal	True	ENG0021_000000005873	1.0		135	10	False	False	1.0	0					non-mobilizable	other	3240.0	99.29	100.0	0.01694915254237288	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0847_000000007500	3387	0.7028882468854941	2	2	1	1	2	False	20645	fragment	False	ISR0847_000000007500	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3339.0	99.85	99.0	0.6429121725731896	NZ_GL882588.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld8, whole genome shotgun sequence	False	False
USA0036_01_000000018770	1730	0.7028847190094294	3	3	1	2	3	True	41641	fragment	False	USA0036_01_000000018770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0030_000000013972	2492	0.7028812791775239	4	4	4	4	3	False	92108	fragment	False	MON0030_000000013972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	80.749	7.0	6.1062876939489e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0182_000000018557	2106	0.7028790212522456	3	3	3	3	2	False	86332	fragment	False	ISR0182_000000018557	0.7517667297523081		0	0	False	False	0.9933523535728455	0					non-mobilizable	chromosome	1755.0	96.866	100.0	0.0005084522209998884	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0052_000000040505	1176	0.7028785722546332	1	1	1	1	1	False	72176	maximal	True	DEN0052_000000040505	1.0		6	4	False	False	0.9583333134651184	0					non-mobilizable	no_good_hit								True	False
ISR0786_000000007535	2121	0.7028770280379865	3	3	3	3	3	False	22146	fragment	False	ISR0786_000000007535	0.9541075050709938		0	0	False	False	1.0	0					non-mobilizable	chromosome	2119.0	99.811	99.0	0.0005922634951767437	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0188_000000003235	7782	0.702867855919719	9	4	4	4	4	True	113428	maximal	True	ENG0188_000000003235	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2635.0	100.0	34.0	0.014431058003648856	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
USA0132_01_000000012345	1265	0.7028672810083759	2	2	2	1	1	False	89621	fragment	False	MAD0007_000000007192	0.9655965067630322		0	0	False	False	0.999209463596344	0					non-mobilizable	chromosome	1266.0	97.47200000000001	100.0	0.0004960778477515516	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0040_000000008527	3222	0.7028624336835649	4	3	3	3	3	False	111983	fragment	False	ISR0159_000000007482	0.9553788713728828		0	0	False	False	0.9996896386146545	0					non-mobilizable	no_good_hit	53.0	90.566	2.0	9.20454987980982e-06	NZ_KV917369.1	firmicutes	Bacillus abyssalis strain DSM 25875 Scaffold1, whole genome shotgun sequence	True	False
ISR0832_000000000461	21801	0.7028601049594118	28	25	8	12	24	True	123801	fragment	False	ISR0166_000000000456	0.9640199819268866		0	0	False	False	1.0	0					non-mobilizable	other	21803.0	99.743	100.0	0.01398043559810576	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0794_000000000499	21314	0.7028601049594118	28	25	8	12	24	True	123801	fragment	False	ISR0166_000000000456	0.8592249138811431		0	0	False	False	0.9997184872627258	0					non-mobilizable	other	21314.0	99.991	100.0	0.005626899075137702	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
SPA0040_000000025128	1692	0.7028563590136218	3	3	3	3	1	False	121854	fragment	False	FIJ0048_000000015861	0.5039401865101002		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	100.0	100.0	0.0005691806995570758	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0351_000000009619	1555	0.7028563590136218	3	3	3	3	1	False	121854	fragment	False	FIJ0048_000000015861	0.37712742033237184		0	0	False	False	0.9942122101783752	0					non-mobilizable	chromosome	1555.0	100.0	100.0	0.0005230673016627414	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0024_01_000000003536	6780	0.7028528673293698	10	6	2	6	4	False	61682	fragment	False	USA0024_01_000000003536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
USA0052_01_000000004076	4109	0.7028512537408617	6	4	4	3	3	False	1085	maximal	True	USA0052_01_000000004076	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	76.628	6.0	6.84977877604011e-05	NZ_CP022121.1	firmicutes	Dehalobacterium formicoaceticum strain DMC chromosome, complete genome	True	False
ENG0031_000000013823	1565	0.7028479595798361	2	2	1	2	2	False	65677	maximal	True	ENG0031_000000013823	1.0		8	3	False	False	0.9993610382080078	0					non-mobilizable	no_good_hit	186.0	77.419	15.0	0.0022008947900129887	NZ_NIQC01000009.1	firmicutes	Natranaerobius trueperi strain DSM 18760 ZB100008, whole genome shotgun sequence	True	False
ISR0302_000000001976	5818	0.7028445158061661	6	6	6	5	5	False	130062	maximal	False	ENG0198_000000002709	0.69164902167955		0	0	False	False	0.9998281002044678	0					non-mobilizable	other	5827.0	97.15100000000001	100.0	0.0017534948712382582	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0057_000000012496	1774	0.7028411782875571	3	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.49167336830172553		0	0	False	False	0.985343873500824	0					non-mobilizable	other	1774.0	99.887	100.0	0.0005692201202778487	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0203_000000010782	1705	0.7028411782875571	2	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.452649594760382		0	0	False	False	0.9994134902954102	0					non-mobilizable	other	1705.0	99.883	100.0	0.0005470677298101829	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0113_000000017753	1695	0.7028411782875571	2	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.4518321855821619		0	0	False	False	0.9982300996780396	0					non-mobilizable	other	1695.0	99.705	100.0	0.0005438572384380574	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0379_000000014809	1686	0.7028411782875571	2	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.450332415776424		0	0	False	False	1.0	0					non-mobilizable	other	1686.0	99.70299999999999	100.0	0.0005409677962031445	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0208_000000016326	1684	0.7028411782875571	2	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.4495150822308411		0	0	False	False	0.9982185363769531	0					non-mobilizable	other	1684.0	99.941	100.0	0.0005403256979287194	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0127_000000007365	3984	0.702839442143134	6	5	5	4	4	False	131671	fragment	False	SPA0127_000000007365	0.9766613924050633		0	0	False	False	0.9989959597587585	0					non-mobilizable	no_good_hit	900.0	87.444	23.0	0.00027322779299945263	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0776_000000006741	3752	0.702838775702782	4	4	3	4	2	False	95736	fragment	False	CAN0006_000000011769	0.9487654909716697		0	0	False	False	0.998400866985321	0					non-mobilizable	no_good_hit	1171.0	73.1	31.0	0.06114935168881063	NZ_CACWQI010000033.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	False
ENG0129_000000017050	1580	0.702838765990811	3	2	2	1	1	False	61362	fragment	False	ENG0129_000000017050	0.976310751141819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	91.916	54.0	0.00020051984619585852	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0830_000000009274	2872	0.7028372258458805	3	2	1	2	1	False	61992	fragment	False	ISR0830_000000009274	1.0		0	0	False	False	0.9933844208717346	0					non-mobilizable	no_good_hit	49.0	100.0	2.0	0.000196938428021056	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0279_000000011463	1900	0.7028359645464473	2	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.9884570468887678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	85.57600000000001	81.0	0.010822363185776323	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0183_000000016771	1895	0.7028359645464473	2	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.9889110453814246		0	0	False	False	0.9994723200798035	0					non-mobilizable	no_good_hit	1438.0	85.675	81.0	0.010776891071550372	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0141_000000018318	1730	0.7028359645464473	2	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.9062495360081575		0	0	False	False	0.9942196607589722	0					non-mobilizable	no_good_hit	1454.0	85.83200000000001	83.0	0.010898150042819575	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0197_000000014852	1721	0.7028359645464473	2	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.9056911710077333		0	0	False	False	0.9988378882408142	0					non-mobilizable	no_good_hit	1438.0	85.814	83.0	0.010776891071550372	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0096_000000013770	1718	0.7028359645464473	2	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.9070208793283326		0	0	False	False	0.9976717233657837	0					non-mobilizable	no_good_hit	1438.0	85.744	83.0	0.010776891071550372	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0842_000000013199	1718	0.7028359645464473	2	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.9061943914455245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	85.78399999999999	83.0	0.010807205814367673	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0050_000000016521	1695	0.7028359645464473	2	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.7540181308015941		0	0	False	False	0.9988200664520264	0					non-mobilizable	no_good_hit	1430.0	85.385	84.0	0.01073141895732442	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0120_000000024033	1688	0.7028359645464473	2	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.8719713803319744		0	0	False	False	0.9988151788711548	0					non-mobilizable	no_good_hit	1412.0	85.48200000000001	83.0	0.010579845243237917	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AST0113_000000018085	2088	0.7028353724458593	2	2	2	2	2	False	106591	fragment	False	SPA0104_000000016551	0.963325541440189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1552.0	83.31200000000001	74.0	0.09123138737887024	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0176_000000002846	2800	0.7028253663091051	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.9971525933447941		0	0	False	False	1.0	0		MOBV			mobilizable	other	2800.0	100.0	100.0	0.005550663937937271	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
MAD0007_000000004057	2042	0.7028184454952486	4	3	3	2	3	False	19864	fragment	False	MAD0007_000000004057	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	82.70100000000001	99.0	0.5881326352530541	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
SPA0031_000000019046	1715	0.7028158603973674	3	3	3	3	2	False	7276	maximal	True	SPA0031_000000019046	1.0		129	12	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	73.029	14.0	8.001670264616581e-05	NC_020134.1	firmicutes	Thermoclostridium stercorarium subsp. stercorarium DSM 8532, complete sequence	True	False
ISR0326_000000017197	1225	0.7028148106410872	3	2	2	1	1	False	24805	maximal	True	ISR0326_000000017197	1.0		2	2	False	False	0.9910203814506531	0					non-mobilizable	no_good_hit	498.0	90.964	41.0	0.00014933610167139013	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0061_000000016674	2660	0.7028096668773652	3	3	3	3	1	False	115900	fragment	False	FIJ0126_000000010686	0.3936378157212055		0	0	False	False	0.9996240735054016	0					non-mobilizable	no_good_hit	1156.0	80.19	50.0	0.00034976816804729036	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0114_000000018074	1552	0.7028037722303613	2	2	2	2	2	False	103885	fragment	False	ISR0114_000000018074	0.9935467649667746		0	0	False	False	0.9813144207000732	0					non-mobilizable	no_good_hit	493.0	76.065	32.0	0.00017079526457929292	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0097_000000006687	5593	0.7028030516126395	8	6	6	4	4	True	86836	fragment	False	CHI0049_000000002684	0.9757939776826482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	94.15700000000001	44.0	0.000470731542930258	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
SPA0031_000000019078	1713	0.7027981427725082	2	2	2	2	2	False	84533	fragment	False	SPA0031_000000019078	1.0		0	0	False	False	0.9953298568725586	0					non-mobilizable	other	1713.0	100.0	100.0	0.042819268670901904	NZ_SPFU01000037.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_37_length_39982_cov_22.4705, whole genome shotgun sequence	False	False
ISR0230_000000031343	1149	0.7027980214057704	2	2	2	1	1	False	27506	fragment	False	ISR0230_000000031343	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	96.786	100.0	0.45782145782145783	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
SPA0088_000000002944	5607	0.7027954565715506	8	5	4	5	3	False	77277	maximal	True	SPA0088_000000002944	1.0		1	1	False	False	0.9935794472694397	0					non-mobilizable	no_good_hit	986.0	95.74	66.0	0.00027353360992163334	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0201_000000000857	20134	0.7027902200735999	32	11	7	9	6	False	118959	maximal	True	ISR0201_000000000857	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	83.333	15.0	0.00020051984619585852	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0123_000000002994	3532	0.7027770571964391	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.9742941219755505	PS597	0	0	False	True	1.0	0					non-mobilizable	chromosome	1776.0	100.0	100.0	0.0003239870521996987	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ISR0330_000000002472	8010	0.7027770407260252	8	5	4	5	3	True	71227	maximal	True	ISR0330_000000002472	1.0		8	3	False	False	0.9997503161430359	0					non-mobilizable	no_good_hit	116.0	97.414	2.0	0.005420692905962762	NZ_CABMGA010000026.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
TAN0007_000000020405	1957	0.7027766734938741	3	2	2	2	1	True	2822	maximal	True	TAN0007_000000020405	1.0		0	0	False	False	0.9713847637176514	0					non-mobilizable	no_good_hit	995.0	81.307	57.0	0.0014931541146199394	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0138_000000012477	1576	0.7027758131692905	3	2	2	2	2	True	69659	fragment	False	ISR0819_000000015393	0.949941792782305		0	0	False	False	0.9790608882904053	0					non-mobilizable	other	1576.0	98.03299999999999	100.0	0.0005553355760663412	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0052_000000008173	3922	0.7027706237293321	5	4	4	4	4	False	101974	maximal	False	ENG0179_000000008214	0.9539261828090166		0	0	False	False	0.9959204196929932	0					non-mobilizable	no_good_hit	754.0	77.586	19.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
CHI0143_000000016517	1204	0.7027699039523139	2	2	2	2	2	False	79895	fragment	False	CHI0143_000000016517	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	99.65100000000001	100.0	0.0002351379469109856	CP031653.1	enterobacteria	Escherichia coli strain UK_Dog_Liverpool chromosome, complete genome	False	False
CAN0001_000000004386	10062	0.7027694741462723	10	7	3	3	7	False	104429	fragment	False	CAN0001_000000004386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4843.0	96.09700000000001	71.0	0.0007455664077402032	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0161_000000005186	5473	0.7027494948339679	5	5	5	5	4	False	127034	maximal	True	ISR0161_000000005186	1.0		59	7	False	False	1.0	0					non-mobilizable	no_good_hit	2958.0	98.141	65.0	0.15472764376537074	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0312_000000006691	2501	0.7027399599342214	3	2	1	2	1	False	25258	maximal	True	ISR0312_000000006691	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	76.812	19.0	0.003687133600740512	NZ_OAOI01000163.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
FIJ0124_000000001639	13440	0.7027373619896946	29	14	8	14	7	False	41269	maximal	True	FIJ0124_000000001639	1.0		3	1	False	False	0.9999256134033203	0					non-mobilizable	no_good_hit	750.0	82.8	6.0	0.002017105713308245	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0027_000000030908	1341	0.7027320111356364	2	2	2	2	2	False	12626	fragment	False	MON0027_000000030908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.751312045160491e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	False
ETH0001_000000028074	1299	0.7027230253285859	1	1	1	1	1	False	53441	fragment	False	ETH0001_000000028074	1.0		0	0	False	False	0.9899923205375671	0					non-mobilizable	other	1212.0	74.587	92.0	0.024022932816537466	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0159_000000011668	1961	0.7027215706763473	2	2	2	2	1	False	110569	fragment	False	ENG0115_000000009024	0.6295190713101161		0	0	False	False	0.9607343077659607	0					non-mobilizable	no_good_hit	68.0	85.294	3.0	0.00011719904771400633	NZ_FJNE01000003.1	firmicutes	Trichococcus palustris isolate Trichococcus palustris, whole genome shotgun sequence	True	False
ISR0293_000000011890	3069	0.7027205476783644	6	5	5	5	3	True	25833	maximal	True	ISR0293_000000011890	1.0		20	7	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit	193.0	75.648	6.0	0.0001307077443992769	NZ_UFSV01000001.1	actinobacteria	Fannyhessea vaginae strain NCTC13935, whole genome shotgun sequence	True	True
ENG0110_000000010643	2873	0.7027179267595326	3	2	2	2	2	True	111493	fragment	False	CHI0125_000000005331	0.9830976459939804		0	0	False	False	0.992342472076416	0					non-mobilizable	no_good_hit	1253.0	87.071	78.0	0.00024229211830130565	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
FIJ0105_000000020253	1626	0.7027087796198698	3	3	3	2	1	True	42420	fragment	False	FIJ0105_000000020253	1.0		0	0	False	False	0.9993849992752075	0					non-mobilizable	no_good_hit	509.0	72.102	31.0	0.00014963718252153406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0070_000000013243	2448	0.7027074038956199	2	2	2	2	2	False	124158	maximal	True	MON0070_000000013243	0.9562782033943718		1102	15	False	False	1.0	0					non-mobilizable	other	2440.0	87.82799999999999	99.0	0.0006923658644041623	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
USA0020_01_000000018188	1915	0.7027061073441699	2	2	0	2	0	True	1790	maximal	True	USA0020_01_000000018188	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0164_000000011552	1880	0.7026963742043735	3	3	3	3	2	False	117885	fragment	False	ISR0122_000000008533	0.530233562066083		0	0	False	False	0.9930850863456726	0					non-mobilizable	chromosome	1881.0	95.587	100.0	0.0005919410908295465	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0138_000000014278	2045	0.7026951396277954	3	2	0	1	2	False	104442	fragment	False	ISR0138_000000014278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	4.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
USA0064_01_000000003963	2113	0.7026905440743098	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.4285770397902492		0	0	False	False	0.9966871738433838	0					non-mobilizable	chromosome	2113.0	99.195	100.0	0.0006807362910766496	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0228_000000009185	2807	0.7026875974560056	5	5	5	5	5	False	125786	fragment	False	AST0061_000000012781	0.6223391637816453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	70.10300000000001	41.0	0.0005780102923451001	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
USA0015_01_000000014089	2386	0.7026816484058034	4	4	4	4	1	False	1954	maximal	True	USA0015_01_000000014089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	72.85300000000001	30.0	0.007546490828843895	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
AST0150_000000018997	1465	0.7026775656421285	2	2	2	2	2	False	103885	fragment	False	ISR0114_000000018074	0.978915491233502		0	0	False	False	0.9986348152160645	0					non-mobilizable	no_good_hit	493.0	76.268	33.0	0.0001697495792859503	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0080_000000012099	2047	0.7026767600481023	4	2	2	2	2	False	44326	maximal	True	FIJ0080_000000012099	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	84.29799999999999	6.0	0.001969546507778881	NZ_JH379476.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1494, whole genome shotgun sequence	True	False
SPA0061_000000006963	2435	0.7026767581324745	5	2	1	1	2	False	6198	maximal	True	SPA0061_000000006963	1.0		6	1	False	False	0.9991786479949951	0					non-mobilizable	no_good_hit	1609.0	98.26	66.0	0.007007421417085383	NZ_QVHZ01000009.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf9, whole genome shotgun sequence	True	False
ISR0199_000000009987	2962	0.7026758249554632	1	1	1	1	1	False	89872	fragment	False	DEN0096_000000013648	0.9367842551966468		0	0	False	False	1.0	0					non-mobilizable	plasmid	2962.0	100.0	100.0	0.04341705890115691	CP053283.1	enterobacteria	Escherichia coli strain SCU-308 plasmid pSCU-308-2, complete sequence	False	True
CHI0156_000000006911	2005	0.7026717587412119	3	2	2	2	1	False	79008	fragment	False	CHI0156_000000006911	1.0		0	0	False	False	0.9985037446022034	0					non-mobilizable	no_good_hit								True	False
FIJ0014_000000006818	3487	0.702666290563841	4	3	2	3	0	True	50509	fragment	False	FIJ0014_000000006818	1.0		0	0	False	False	0.996558666229248	0					non-mobilizable	other	2337.0	87.805	92.0	0.0048595152612616755	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0069_01_000000024587	2502	0.7026587908969341	4	4	3	2	2	False	77795	fragment	False	USA0069_01_000000024587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	75.649	45.0	0.00026320754993159	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0053_000000004127	4644	0.7026428308758889	7	4	2	3	3	False	124406	maximal	True	FIJ0053_000000004127	1.0		0	0	False	False	0.9995693564414978	0					non-mobilizable	no_good_hit	3126.0	98.40100000000001	67.0	0.2809463835912199	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0112_000000000786	28372	0.7026404434519162	52	28	4	19	17	False	54387	maximal	True	SPA0112_000000000786	1.0		4	2	False	False	0.9996827840805054	0					non-mobilizable	no_good_hit	7375.0	93.885	85.0	0.24377418394682013	MF775681.1	viruses	Lactococcus phage LP9406, complete genome	True	False
AST0031_000000011233	2514	0.7026403626279286	4	3	1	3	1	False	117471	maximal	True	AST0031_000000011233	1.0		8	5	False	False	0.9900556802749634	0					non-mobilizable	no_good_hit	139.0	81.295	5.0	1.9009103658344556e-05	CP048286.1	firmicutes	Paenibacillus sp. 14171R-81 chromosome, complete genome	True	False
ENG0198_000000002709	6758	0.7026390984960587	7	7	7	7	6	False	130062	maximal	True	ENG0198_000000002709	0.9745539369203055		525	14	False	False	0.9997040629386902	0					non-mobilizable	chromosome	6758.0	98.579	100.0	0.002384357597885872	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0104_000000007161	3537	0.7026376171536108	5	5	4	4	4	False	70076	backbone	False	ENG0054_000000007084	0.9947676281697657	PS326	0	0	True	True	1.0	17					non-mobilizable	other	2936.0	99.898	99.0	0.0007935823388318089	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
MAD0040_000000001703	9987	0.7026305336025238	16	13	7	9	13	True	18515	fragment	False	MAD0040_000000001703	1.0		0	0	False	False	1.0	0		MOBC	MPF_T		conjugative	other	9284.0	99.10600000000001	95.0	0.1460969468051621	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
SPA0063_000000011982	1501	0.702630120790256	2	2	2	2	2	False	6123	fragment	False	SPA0063_000000011982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	79.845	9.0	3.406528452097424e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
DEN0028_000000002793	7737	0.7026261134670149	8	5	5	5	4	False	74057	maximal	True	DEN0028_000000002793	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	84.152	9.0	0.0001395396038766639	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0018_000000002618	10699	0.7026223223288353	9	8	6	7	5	False	127396	fragment	False	SPA0035_000000001109	0.9612249908002349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	97.26	1.0	0.0001856100641901472	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ENG0089_000000006320	3458	0.7026144778348894	4	4	3	3	3	False	61300	maximal	True	ENG0089_000000006320	1.0		2	1	False	False	0.9939271211624146	0					non-mobilizable	no_good_hit	1127.0	86.868	62.0	0.00869942442810774	NZ_SLUM01000009.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_109, whole genome shotgun sequence	True	False
FIJ0132_000000006960	4125	0.7026136558489194	5	2	0	2	1	False	113930	maximal	False	AST0055_000000007870	0.9292372486702175		0	0	True	True	0.9997575879096985	3					non-mobilizable	no_good_hit								True	True
ENG0016_000000005752	3952	0.7026136558489194	5	2	0	2	1	False	66819	maximal	True	ENG0016_000000005752	1.0		1	1	True	True	0.9994939565658569	15					non-mobilizable	no_good_hit								True	True
SPA0097_000000010086	3225	0.7026136558489194	2	2	0	2	1	False	5123	maximal	True	SPA0097_000000010086	1.0		1	1	True	True	1.0	169					non-mobilizable	no_good_hit								True	True
CHI0063_000000004913	2622	0.7026048314692384	3	3	2	3	3	False	95937	fragment	False	CAN0005_000000006379	0.9455045871559633		0	0	False	False	0.9980930685997009	0					non-mobilizable	no_good_hit	511.0	91.389	41.0	0.0002373856794407212	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0157_000000005172	3565	0.7026040519767836	5	1	1	1	1	True	39476	fragment	False	FIJ0157_000000005172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	2.0247766999642107e-05	LN591218.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000028985	True	True
CAN0004_000000002359	9325	0.7026023965801209	10	5	4	5	4	True	101294	fragment	False	CAN0003_000000004189	0.8433497788953773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6929.0	97.749	89.0	0.05993616984372019	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0233_000000010559	1626	0.7025993365190338	3	3	3	3	3	False	125784	fragment	False	USA0059_01_000000014197	0.6740987970171061		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	70.017	70.0	0.0005780102923451001	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
ENG0038_000000021863	1255	0.7025986157159977	2	1	1	1	1	False	74426	fragment	False	ENG0122_000000023817	0.9506590478336825		0	0	False	False	0.9952191114425659	0					non-mobilizable	no_good_hit								True	False
ENG0167_000000017579	1437	0.7025984492058046	3	1	1	1	1	False	56045	fragment	False	USA0018_01_000000014840	0.9424242424242424		0	0	False	False	0.9923451542854309	0					non-mobilizable	other	1417.0	98.589	99.0	0.00034717190967351865	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0075_000000012285	2083	0.7025920881386732	3	3	2	3	3	False	93619	fragment	False	ISR0075_000000012285	0.9884225759768451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	95.963	31.0	0.0002759930276349286	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
MAD0067_000000000192	30842	0.7025881932966488	64	16	9	13	12	False	16531	maximal	True	MAD0067_000000000192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	84.181	1.0	0.0020436837399412443	NZ_JAAITU010000013.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_13_length_86119_cov_145.304, whole genome shotgun sequence	True	False
FIJ0079_000000017242	1631	0.7025833850765814	3	2	2	2	1	False	44381	maximal	True	FIJ0079_000000017242	1.0		0	0	False	False	0.9693439602851868	0					non-mobilizable	no_good_hit	1118.0	86.494	68.0	0.0003627079070323733	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ISR0204_000000001502	6109	0.702582732060891	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9362874411635065	PS1159|PS463	0	0	True	True	1.0	57		MOBV			mobilizable	no_good_hit	4403.0	96.866	77.0	0.037345104142746575	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0239_000000001707	6813	0.7025806387792629	14	3	2	3	1	True	27276	maximal	True	ISR0239_000000001707	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	5.9676726804311275e-06	NZ_CP033334.1	a-proteobacteria	Mesorhizobium loti strain NZP2042 chromosome, complete genome	True	True
MON0075_000000005272	3961	0.7025770658988244	4	3	2	2	2	False	109823	maximal	False	CHI0129_000000005079	0.9562376725838264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1337.0	98.654	71.0	0.0004714372873724323	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0781_000000026035	1197	0.7025769695733555	2	2	2	2	1	False	22275	maximal	True	ISR0781_000000026035	1.0		107	10	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0018448923812777588	NZ_CP014685.1	a-proteobacteria	Kozakia baliensis strain NBRC 16680 plasmid pKB16680_4	True	False
ISR0223_000000006423	4136	0.7025730693083309	6	4	3	4	2	False	130349	backbone	False	ISR0335_000000002496	0.19091453212348042	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	3739.0	98.823	100.0	0.0007214533498580044	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0014_000000001694	3661	0.7025730693083309	4	4	3	4	2	False	130349	backbone	False	ISR0335_000000002496	0.1897284998018847	PS1101	0	0	False	True	0.9991805553436279	0					non-mobilizable	other	3661.0	99.208	100.0	0.0007088642310014218	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AUS0010_000000020496	1222	0.702570591881513	2	2	2	2	1	False	101407	fragment	False	ISR0023_000000025846	0.7251535920198795		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	72.27199999999999	96.0	0.0006081098258548367	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	False
AST0140_000000013392	2144	0.7025422034365663	3	3	3	3	3	False	114560	fragment	False	AST0052_000000010322	0.9850340136054422		0	0	False	False	0.9934701323509216	0					non-mobilizable	other	2144.0	99.67399999999999	100.0	0.010718376288530887	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0286_000000011062	1741	0.7025414762119878	2	2	2	1	1	False	26030	fragment	False	ISR0286_000000011062	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	96.985	80.0	0.0004049972502355895	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0037_000000013560	1719	0.70253770084116	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.09587124242470169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	98.993	87.0	0.0004232479157600116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0105_000000002981	14473	0.7025332231693119	16	7	7	7	6	False	109248	maximal	True	MON0105_000000002981	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	99.052	6.0	0.9988151658767772	GQ883859.1		Uncultured organism clone VC1DF78TF genomic sequence	True	False
CHI0135_000000006055	3365	0.7025311615659002	5	4	3	3	3	False	88892	maximal	True	CHI0135_000000006055	0.9981129889356761		486	13	False	False	1.0	0					non-mobilizable	other	3365.0	99.97	100.0	0.016250108688301273	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	False	False
FIJ0074_000000010138	3194	0.7025311615659002	5	4	3	3	3	False	88892	maximal	False	CHI0135_000000006055	0.9889021078603083		0	0	False	False	0.9996868968009949	0					non-mobilizable	chromosome	3194.0	99.75	100.0	0.0004858940084536123	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0155_000000007240	3176	0.7025311615659002	5	4	3	3	3	False	88892	maximal	False	CHI0135_000000006055	0.9895114381531932		0	0	False	False	0.9732367992401123	0					non-mobilizable	other	3176.0	100.0	100.0	0.01533712695759707	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	False	False
USA0052_01_000000005204	3176	0.7025311615659002	5	4	3	3	3	False	88892	maximal	False	CHI0135_000000006055	0.9895114381531932		0	0	False	False	1.0	0					non-mobilizable	other	3176.0	100.0	100.0	0.01533712695759707	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	False	False
USA0040_01_000000005384	3154	0.7025311615659002	5	4	3	3	3	False	88892	maximal	False	CHI0135_000000006055	0.9822251973406921		0	0	False	False	1.0	0					non-mobilizable	other	3156.0	99.68299999999999	100.0	0.01524051513424213	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	False	False
ENG0005_000000015941	1499	0.7025300449830966	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.06774981633991616		0	0	False	False	0.9986657500267029	0					non-mobilizable	other	1499.0	95.53	100.0	0.003132338150331321	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0007_000000015975	2404	0.7025298864858014	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.22427269367878774		0	0	False	False	0.9995840191841125	0					non-mobilizable	no_good_hit	895.0	86.257	47.0	0.0003057103052133546	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0350_000000012164	1615	0.7025285499972272	2	2	2	1	1	False	123215	maximal	True	ISR0350_000000012164	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	95.626	87.0	0.0003548098712179519	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0005_000000003120	8153	0.7025187676235994	5	1	1	1	1	False	89119	fragment	False	DEN0005_000000003120	1.0		0	0	False	False	0.9992640614509583	0					non-mobilizable	no_good_hit	2408.0	94.934	60.0	0.019289682954481493	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0044_01_000000016309	1696	0.7025134856238001	3	3	3	2	0	True	1223	maximal	True	USA0044_01_000000016309	1.0		1	1	False	False	0.9994103908538818	0					non-mobilizable	no_good_hit	112.0	84.821	7.0	4.5712534871251265e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
ISR0031_000000005480	3703	0.7025087203553917	5	4	2	3	2	False	130509	fragment	False	ISR0203_000000002513	0.15801947300927607		0	0	False	False	0.9927086234092712	0					non-mobilizable	other	1524.0	95.079	97.0	0.00864	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0027_000000005653	3672	0.7025087203553917	8	4	2	3	2	False	130509	fragment	False	ISR0203_000000002513	0.12497927910148944		0	0	False	False	1.0	0					non-mobilizable	other	2208.0	86.50399999999999	99.0	0.012491428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0037_000000007826	3563	0.7025087203553917	6	4	2	3	2	False	130509	fragment	False	ISR0203_000000002513	0.12291730044360583		0	0	False	False	0.9991580247879028	0					non-mobilizable	other	1557.0	96.146	100.0	0.00885142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0092_000000005285	3084	0.7025087203553917	7	4	2	3	2	False	120386	fragment	False	AST0092_000000005285	0.9816012002956458		0	0	False	False	0.990920901298523	0					non-mobilizable	other	2068.0	86.412	99.0	0.011742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0855_000000001587	6257	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.7060165450161022	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	5849.0	98.75200000000001	99.0	0.9530409261372901	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ITA0011_000000000314	6107	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48942907101208377	PS1107|PS1110|PS1114	0	0	True	True	1.0	34		MOBV			mobilizable	other	5973.0	99.93299999999999	100.0	0.9734224686124245	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0034_000000003173	6107	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48591450239993916	PS1107|PS1110|PS1114	0	0	True	True	1.0	116		MOBV			mobilizable	other	4999.0	99.88	100.0	0.8146094896461764	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0379_000000003075	6106	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4856108237434025	PS1107|PS1110|PS1114	0	0	True	True	1.0	197		MOBV			mobilizable	other	4215.0	99.929	100.0	0.6869395075819338	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0169_000000003999	6106	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4854594465703492	PS1107|PS1110|PS1114	0	0	True	True	1.0	69		MOBV			mobilizable	other	4215.0	99.905	100.0	0.6869395075819338	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0139_000000003468	6106	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4965404002558281	PS1107|PS1110|PS1114	0	0	True	True	1.0	131		MOBV			mobilizable	other	3387.0	99.911	100.0	0.5519321702266428	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0315_000000001283	6106	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4852097554374766	PS1107|PS1110|PS1114	0	0	True	True	1.0	46		MOBV			mobilizable	other	5640.0	99.929	100.0	0.9192890917984673	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0275_000000002149	6106	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4852097554374766	PS1107|PS1110|PS1114	0	0	True	True	1.0	112		MOBV			mobilizable	other	5640.0	99.929	100.0	0.9192890917984673	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0284_000000001191	6106	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4856064497961848	PS1107|PS1110|PS1114	0	0	True	True	1.0	65		MOBV			mobilizable	other	5640.0	99.947	100.0	0.9192890917984673	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CAN0009_000000003187	6106	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.49655399843143094	PS1107|PS1110|PS1114	0	0	True	True	1.0	139		MOBV			mobilizable	other	3429.0	99.913	100.0	0.5587803684982879	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0241_000000001940	6106	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4859739483383016	PS1107|PS1110|PS1114	0	0	True	True	1.0	105		MOBV			mobilizable	other	4998.0	99.9	100.0	0.8146094896461764	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ITA0008_000000000118	6106	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4965641245609384	PS1107|PS1110|PS1114	0	0	True	True	0.9996724724769592	59		MOBV			mobilizable	other	6104.0	99.91799999999999	100.0	0.9949453774661666	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0205_000000003256	6105	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4859065146554132	PS1107|PS1110|PS1114	0	0	True	True	1.0	79		MOBV			mobilizable	other	4933.0	99.87799999999999	100.0	0.8040110875591064	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0056_000000002984	6105	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48589434542122856	PS1107|PS1110|PS1114	0	0	True	True	1.0	232		MOBV			mobilizable	other	4998.0	99.88	100.0	0.8146094896461764	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0141_000000005876	6088	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4930561014356856	PS1107|PS1110|PS1114	0	0	True	True	1.0	96		MOBV			mobilizable	other	3355.0	99.911	100.0	0.5467144953530083	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0103_000000003983	6088	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.489464114071276	PS1107|PS1110|PS1114	0	0	True	True	1.0	24		MOBV			mobilizable	other	3958.0	99.92399999999999	100.0	0.6450350562530572	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0039_000000004741	6088	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4857562223800213	PS1107|PS1110|PS1114	0	0	True	True	1.0	69		MOBV			mobilizable	other	4915.0	99.837	100.0	0.800750040763085	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0046_000000003995	6087	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4858703063685719	PS1107|PS1110|PS1114	0	0	True	True	1.0	1188		MOBV			mobilizable	other	4743.0	99.87299999999999	100.0	0.7728680906571009	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0115_000000004040	6087	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4858588642972237	PS1107|PS1110|PS1114	0	0	True	True	1.0	270		MOBV			mobilizable	other	4864.0	99.87700000000001	100.0	0.7925974237730311	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
USA0008_01_000000001336	6087	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4894238215297937	PS1107|PS1110|PS1114	0	0	True	True	1.0	10		MOBV			mobilizable	other	3958.0	99.899	100.0	0.6448720039132562	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0110_000000004733	6087	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4894639952352098	PS1107|PS1110|PS1114	0	0	True	True	1.0	56		MOBV			mobilizable	other	3958.0	99.92399999999999	100.0	0.6448720039132562	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0061_000000005955	6087	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.492795311322225	PS1107|PS1110|PS1114	0	0	True	True	1.0	134		MOBV			mobilizable	other	3735.0	99.866	100.0	0.6086743844774173	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0045_000000004495	6087	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48935522046115953	PS1107|PS1110|PS1114	0	0	True	True	1.0	597		MOBV			mobilizable	other	3958.0	99.874	100.0	0.6448720039132562	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0100_000000005202	6087	0.702506892246649	7	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4965926931617372	PS1107|PS1110|PS1114	0	0	True	True	1.0	674		MOBV			mobilizable	other	6087.0	99.934	100.0	0.9920104353497473	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0103_000000002550	6087	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48590858196632375	PS1107|PS1110|PS1114	0	0	True	True	1.0	203		MOBV			mobilizable	other	4799.0	99.875	100.0	0.7819990216859612	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0001_000000003861	6087	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4963860979603674	PS1107|PS1110|PS1114	0	0	True	True	1.0	127		MOBV			mobilizable	other	3409.0	99.912	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0022_000000005581	6087	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4928364037135929	PS1107|PS1110|PS1114	0	0	True	True	1.0	212		MOBV			mobilizable	other	3651.0	99.836	100.0	0.5948149355943257	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0108_000000004772	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4960836759580676	PS1107|PS1110|PS1114	0	0	True	True	1.0	514		MOBV			mobilizable	other	4085.0	99.927	100.0	0.665742703407794	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0011_000000003635	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4858182256304231	PS1107|PS1110|PS1114	0	0	True	True	1.0	56		MOBV			mobilizable	other	4806.0	99.875	100.0	0.7833034404043698	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
DEN0031_000000004700	6086	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4894936949543236	PS1107|PS1110|PS1114	0	0	True	True	0.9998356699943542	77		MOBV			mobilizable	other	3957.0	99.92399999999999	100.0	0.6448720039132562	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0144_000000002417	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4964948027204604	PS1107|PS1110|PS1114	0	0	True	True	1.0	405		MOBV			mobilizable	other	3704.0	99.919	100.0	0.6036197619435839	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0044_000000002966	6086	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4929242373079936	PS1107|PS1110|PS1114	0	0	True	True	1.0	71		MOBV			mobilizable	other	3368.0	99.881	100.0	0.5488341757704223	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0118_000000004489	6086	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4895614321760887	PS1107|PS1110|PS1114	0	0	True	True	1.0	82		MOBV			mobilizable	other	4396.0	99.932	100.0	0.7164519810859286	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0153_000000004690	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.486058618150951	PS1107|PS1110|PS1114	0	0	True	True	1.0	645		MOBV			mobilizable	other	4905.0	99.91799999999999	100.0	0.7994456220446764	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0096_000000005491	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.49231602073316194	PS1107|PS1110|PS1114	0	0	True	True	1.0	159		MOBV			mobilizable	other	3409.0	99.912	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0145_01_000000004003	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4964500994868245	PS1107|PS1110|PS1114	0	0	True	True	1.0	155		MOBV			mobilizable	other	3409.0	99.912	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0047_000000003265	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.49645633258510385	PS1107|PS1110|PS1114	0	0	True	True	1.0	814		MOBV			mobilizable	other	3409.0	99.883	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0106_000000006279	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48605473206091876	PS1107|PS1110|PS1114	0	0	True	True	1.0	118		MOBV			mobilizable	other	4751.0	99.916	100.0	0.7743355617153106	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
DEN0079_000000006272	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4856361894299487	PS1107|PS1110|PS1114	0	0	True	True	1.0	208		MOBV			mobilizable	other	4737.0	99.916	100.0	0.7720528289580956	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
DEN0011_000000006030	6086	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48596716372048926	PS1107|PS1110|PS1114	0	0	True	True	1.0	1314		MOBV			mobilizable	other	4471.0	99.911	100.0	0.7286809065710093	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
DEN0064_000000005249	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.486060361965118	PS1107|PS1110|PS1114	0	0	True	True	1.0	422		MOBV			mobilizable	other	4804.0	99.917	100.0	0.7829773357247677	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0182_000000004804	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48580592341614265	PS1107|PS1110|PS1114	0	0	True	True	1.0	61		MOBV			mobilizable	other	5775.0	99.913	100.0	0.9413011576716126	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0091_000000002833	6086	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4895390519023074	PS1107|PS1110|PS1114	0	0	True	True	1.0	147		MOBV			mobilizable	other	3957.0	99.949	100.0	0.6448720039132562	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0126_000000005759	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4965321160845453	PS1107|PS1110|PS1114	0	0	True	True	1.0	317		MOBV			mobilizable	other	3409.0	99.912	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0153_000000002431	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4860530102671032	PS1107|PS1110|PS1114	0	0	True	True	1.0	291		MOBV			mobilizable	other	4817.0	99.917	100.0	0.7850970161421816	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0154_000000000791	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.49307824594927707	PS1107|PS1110|PS1114	0	0	True	True	1.0	123		MOBV			mobilizable	other	3176.0	99.906	100.0	0.5175281265286157	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0122_000000005202	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48956022611719713	PS1107|PS1110|PS1114	0	0	True	True	1.0	42		MOBV			mobilizable	other	5831.0	99.949	100.0	0.9504320887004728	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0056_000000002098	6086	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48945271972793447	PS1107|PS1110|PS1114	0	0	True	True	1.0	112		MOBV			mobilizable	other	3957.0	99.949	100.0	0.6448720039132562	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0155_000000002554	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4860530102671032	PS1107|PS1110|PS1114	0	0	True	True	1.0	329		MOBV			mobilizable	other	4817.0	99.917	100.0	0.7850970161421816	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0120_000000004200	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48509431153736393	PS1107|PS1110|PS1114	0	0	True	True	1.0	18		MOBV			mobilizable	other	4664.0	99.743	100.0	0.760150008152617	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0101_000000007261	6086	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4966690676376696	PS1107|PS1110|PS1114	0	0	True	True	1.0	128		MOBV			mobilizable	other	6086.0	99.95100000000001	100.0	0.9920104353497473	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0380_000000001939	6086	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.485855531656695	PS1107|PS1110|PS1114	0	0	True	True	1.0	239		MOBV			mobilizable	other	4515.0	99.889	100.0	0.7358552095222567	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0054_000000004163	6086	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4895390519023074	PS1107|PS1110|PS1114	0	0	True	True	1.0	113		MOBV			mobilizable	other	3957.0	99.949	100.0	0.6448720039132562	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0145_000000005075	6085	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4860537985137088	PS1107|PS1110|PS1114	0	0	True	True	0.9998356699943542	94		MOBV			mobilizable	other	4789.0	99.916	100.0	0.7805315506277515	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0110_000000003612	6085	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.49260227227724807	PS1107|PS1110|PS1114	0	0	True	True	1.0	226		MOBV			mobilizable	other	3385.0	99.852	100.0	0.5516060655470406	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0030_000000003606	6085	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4964493756558109	PS1107|PS1110|PS1114	0	0	True	True	1.0	61		MOBV			mobilizable	other	3409.0	99.912	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0065_01_000000001903	6084	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.49605926184826465	PS1107|PS1110|PS1114	0	0	True	True	1.0	71		MOBV			mobilizable	other	6086.0	99.869	100.0	0.9920104353497473	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0358_000000002519	6084	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48562813633045804	PS1107|PS1110|PS1114	0	0	True	True	1.0	17		MOBV			mobilizable	other	4777.0	99.791	100.0	0.7785749225501386	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
DEN0018_000000005352	6077	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4894039486658429	PS1107|PS1110|PS1114	0	0	True	True	1.0	37		MOBV			mobilizable	other	5803.0	99.914	100.0	0.9458666231860428	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0021_000000004714	6070	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48949654162031025	PS1107|PS1110|PS1114	0	0	True	True	1.0	51		MOBV			mobilizable	other	5685.0	99.947	100.0	0.9266264470895157	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0123_000000002134	6066	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48955504390400356	PS1107|PS1110|PS1114	0	0	True	True	1.0	132		MOBV			mobilizable	other	5848.0	99.949	100.0	0.9532039784770912	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0116_01_000000004416	6066	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4892638940030912	PS1107|PS1110|PS1114	0	0	True	True	1.0	100		MOBV			mobilizable	other	4394.0	99.863	100.0	0.7161258764063264	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0020_000000004184	6066	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48560825983253647	PS1107|PS1110|PS1114	0	0	True	True	1.0	93		MOBV			mobilizable	other	4172.0	99.928	100.0	0.6799282569704875	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0850_000000002256	6065	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4893585670014875	PS1107|PS1110|PS1114	0	0	True	True	1.0	22		MOBV			mobilizable	other	5830.0	99.914	100.0	0.9502690363606717	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0205_000000002071	6054	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4887295885730161	PS1107|PS1110|PS1114	0	0	True	True	1.0	106		MOBV			mobilizable	other	5800.0	99.79299999999999	100.0	0.9453774661666395	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0779_000000005203	6051	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4856073557464747	PS1107|PS1110|PS1114	0	0	True	True	1.0	84		MOBV			mobilizable	other	4663.0	99.87100000000001	100.0	0.759986955812816	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0031_000000004125	6039	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4925382812122226	PS1107|PS1110|PS1114	0	0	True	True	1.0	400		MOBV			mobilizable	other	3362.0	99.881	100.0	0.5478558617316158	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0102_000000004561	6032	0.702506892246649	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48955757421865875	PS1107|PS1110|PS1114	0	0	True	True	1.0	335		MOBV			mobilizable	other	3291.0	99.90899999999999	100.0	0.5364421979455405	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0022_000000002095	6030	0.702506892246649	7	5	3	3	4	True	130615	maximal	True	SPA0022_000000002095	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	5168.0	96.691	88.0	0.8403717593347465	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0003_01_000000006413	6016	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4890332324559382	PS1107|PS1110|PS1114	0	0	True	True	1.0	1		MOBV			mobilizable	other	5767.0	99.046	100.0	0.9398336866134029	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0052_000000003156	6009	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48642706293066507	PS1107|PS1110|PS1114	0	0	True	True	1.0	396		MOBV			mobilizable	other	4567.0	99.891	100.0	0.7443339311919126	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0074_000000004286	6004	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48896196745629744	PS1107|PS1110|PS1114	0	0	True	True	0.9998334646224976	2		MOBV			mobilizable	other	5810.0	99.948	100.0	0.9470079895646503	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0374_000000002527	5978	0.702506892246649	7	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48655119950146014	PS1107|PS1110|PS1114	0	0	True	True	0.9984945058822632	3		MOBV			mobilizable	other	5811.0	99.931	100.0	0.9471710419044513	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0092_000000006213	5978	0.702506892246649	7	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.48695553445920753	PS1107|PS1110|PS1114	0	0	True	True	1.0	33		MOBV			mobilizable	other	5811.0	99.948	100.0	0.9471710419044513	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0086_000000004006	5866	0.702506892246649	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4747945807869441	PS1107|PS1110|PS1114	0	0	True	True	0.997442901134491	1		MOBV			mobilizable	other	5866.0	99.98299999999999	100.0	0.9563019729333115	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0010_000000004299	5861	0.702506892246649	7	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4742576994099751	PS1107|PS1110|PS1114	0	0	False	True	0.9993175268173218	0		MOBV			mobilizable	other	5799.0	99.931	100.0	0.9452144138268385	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0073_000000007322	5850	0.702506892246649	7	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4695803505112399	PS1107|PS1110|PS1114	0	0	True	True	1.0	38		MOBV			mobilizable	other	4578.0	99.803	100.0	0.7459644545899233	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0079_000000003737	5793	0.702506892246649	7	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.46587913708147716	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	5793.0	99.914	100.0	0.9442360997880319	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0199_000000004574	5768	0.702506892246649	7	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4640286243894601	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	5768.0	99.931	100.0	0.9401597912930051	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0196_000000003210	5333	0.702506892246649	8	5	3	3	4	True	130637	backbone	False	AST0039_000000003129	0.048494081578559556	PS1110	0	0	True	True	0.9958747625350952	15		MOBV			mobilizable	other	3604.0	94.34	94.0	0.584542638186858	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0028_000000002735	5306	0.702506892246649	9	5	3	3	4	True	130637	backbone	False	AST0039_000000003129	0.048536962997817235	PS1110	0	0	True	True	1.0	168		MOBV			mobilizable	other	3604.0	94.42299999999999	94.0	0.584542638186858	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0039_000000045191	1113	0.7025050102328546	2	2	2	2	2	False	11888	maximal	True	MON0039_000000045191	1.0		3	1	False	False	0.9739443063735962	0					non-mobilizable	no_good_hit	405.0	73.086	35.0	0.0028215755502437813	NZ_FZOV01000010.1	a-proteobacteria	Rhodobacter megalophilus strain DSM 18937, whole genome shotgun sequence	True	False
FIJ0005_000000005257	5218	0.7025048127464053	7	6	3	4	4	True	59761	fragment	False	ENG0111_000000004386	0.6450580232092836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	79.369	16.0	0.017333220596939206	NZ_GG704772.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld3, whole genome shotgun sequence	True	True
USA0130_01_000000011423	3354	0.7025036783593374	4	4	3	4	3	False	121451	maximal	True	USA0130_01_000000011423	1.0		5	4	False	False	0.9997018575668335	0					non-mobilizable	no_good_hit	718.0	77.577	37.0	0.0011148202682720908	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	True	False
ENG0116_000000012911	1850	0.7025021159089411	3	2	2	2	2	False	59446	maximal	True	ENG0116_000000012911	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0369_000000001871	5096	0.7024963063275459	7	7	3	4	5	False	72817	maximal	True	ISR0369_000000001871	1.0		0	0	False	False	0.9984301328659058	0					non-mobilizable	no_good_hit	1002.0	79.94	58.0	0.16390211857447856	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0077_000000004349	4730	0.7024948741975819	5	5	3	4	5	False	62021	maximal	True	ENG0077_000000004349	1.0		34	6	False	False	1.0	0					non-mobilizable	no_good_hit	1724.0	77.55199999999999	36.0	0.0004876092407521351	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
AST0052_000000015458	1578	0.7024941876989196	2	2	2	2	2	False	114475	fragment	False	AST0052_000000015458	0.9789196310935442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	96.154	58.0	0.00025019818646960726	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0141_000000002648	10349	0.7024918628276134	10	4	4	3	3	True	89145	maximal	True	CHI0141_000000002648	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	3845.0	95.709	37.0	0.0007936070110148355	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
SPA0028_000000023447	1407	0.7024830545448972	1	1	1	1	1	False	7427	fragment	False	SPA0028_000000023447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	85.73899999999999	41.0	0.004925898827653094	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
FIJ0163_000000022249	1118	0.7024830545448972	2	1	1	1	1	False	39119	maximal	True	FIJ0163_000000022249	1.0		0	0	False	False	0.9785330891609192	0					non-mobilizable	no_good_hit	684.0	85.965	61.0	0.0057936737506593386	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
ISR0324_000000027968	1109	0.7024830545448972	2	1	1	1	1	False	24890	maximal	True	ISR0324_000000027968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	85.818	62.0	0.005844719334365588	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
FIJ0088_000000009639	2863	0.7024782399429843	4	4	4	4	4	False	72135	fragment	False	USA0019_01_000000010222	0.9682564176053408		0	0	False	False	0.9965071678161621	0					non-mobilizable	chromosome	2862.0	98.95200000000001	99.0	0.0008007386611235363	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0144_000000009989	1640	0.7024771852045021	2	2	2	2	2	True	79841	fragment	False	CHI0144_000000009989	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1640.0	96.585	100.0	0.0004389113819442194	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0249_000000004794	3454	0.7024751531479257	8	4	3	3	3	False	94426	fragment	False	ISR0249_000000004794	1.0		0	0	False	False	0.9997105002403259	0					non-mobilizable	chromosome	3272.0	97.005	95.0	0.0006301832330018672	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
CAN0014_000000014985	3118	0.7024751531479257	7	4	3	3	3	False	94425	fragment	False	CAN0014_000000014985	1.0		0	0	False	False	0.9993585348129272	0					non-mobilizable	chromosome	3119.0	97.243	100.0	0.0006006975954944404	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0197_000000010217	2475	0.7024751531479257	6	4	3	3	3	False	94420	fragment	False	ISR0197_000000010217	0.9425711687756856		0	0	False	False	0.9882827997207642	0					non-mobilizable	chromosome	2481.0	96.695	100.0	0.0004779371308393366	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
DEN0078_000000015048	2118	0.7024697227965074	3	2	2	1	1	True	69771	maximal	True	DEN0078_000000015048	1.0		1	1	False	False	0.9886685609817505	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0001654823811410261	NZ_SOBK01000007.1	d-proteobacteria	Pseudodesulfovibrio indicus strain DSM 101483 Ga0244724_107, whole genome shotgun sequence	True	True
FIJ0120_000000020101	1270	0.702468229599424	3	1	1	1	1	False	41513	fragment	False	FIJ0120_000000020101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	5.0	1.963724726786058e-06	LN590714.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG27, chromosome: 27	True	False
FIJ0046_000000022945	1468	0.7024636721223992	3	2	2	2	1	False	46957	maximal	True	FIJ0046_000000022945	1.0		31	5	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.003534907208685772	NZ_CAACVB010000313.1	high GC Gram+	Actinomadura roseirufa isolate LMG 30035, whole genome shotgun sequence	True	False
DEN0035_000000018361	1845	0.7024547130127364	3	3	2	2	2	False	73428	maximal	True	DEN0035_000000018361	1.0		0	0	False	False	0.9869918823242188	0					non-mobilizable	no_good_hit	493.0	95.943	27.0	0.013689003822801889	NZ_CYYA01000029.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0054_01_000000003505	2573	0.7024526562133979	3	2	2	2	2	False	89193	fragment	False	CHI0096_000000002395	0.5745959785321132		0	0	False	False	1.0	0					non-mobilizable	other	2536.0	95.229	100.0	0.004652546231694599	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
ISR0170_000000006281	6931	0.7024376573447203	8	4	3	4	3	True	32807	maximal	True	ISR0170_000000006281	1.0		2	1	False	False	0.9975472688674927	0					non-mobilizable	no_good_hit	693.0	77.20100000000001	10.0	0.895778364116095	NZ_RQUY01000048.1	firmicutes	Veillonella caviae strain DSM 20738 contig_0048, whole genome shotgun sequence	True	True
ENG0100_000000020599	1515	0.7024372425921521	2	2	2	2	1	False	88311	fragment	False	ENG0100_000000020599	0.9476873189902976		0	0	False	False	1.0	0					non-mobilizable	chromosome	1515.0	96.10600000000001	100.0	0.0005134361587499749	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0005_000000003727	7676	0.7024363176552569	6	5	3	4	4	True	130960	maximal	True	AST0005_000000003727	0.9922708443103407		15	6	False	False	1.0	0					non-mobilizable	other	7614.0	98.779	99.0	0.14371790742179358	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
SPA0136_000000005020	7098	0.7024363176552569	6	5	3	4	4	True	130960	maximal	False	AST0005_000000003727	0.9644970618728146		0	0	False	False	1.0	0					non-mobilizable	other	7103.0	99.029	100.0	0.13454724595941414	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
SPA0039_000000009551	2752	0.702430059914684	2	2	2	2	2	False	7010	maximal	True	SPA0039_000000009551	1.0		10	5	False	False	1.0	0					non-mobilizable	other	2751.0	88.477	99.0	0.0007691845070446284	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0350_000000012915	1528	0.7024205080417434	3	2	1	2	1	False	122102	fragment	False	ISR0028_000000007710	0.2212336539349053		0	0	False	False	0.9941099286079407	0					non-mobilizable	other	1529.0	95.814	100.0	0.034705075445816184	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0176_000000024464	1396	0.7024205080417434	2	2	1	2	1	False	122102	fragment	False	ISR0028_000000007710	0.15660592086055652		0	0	False	False	0.9971346855163574	0					non-mobilizable	other	1396.0	97.564	100.0	0.03168724279835391	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0098_000000009680	2398	0.7024197740272748	4	2	2	1	2	False	42871	fragment	False	FIJ0098_000000009680	1.0		0	0	False	False	0.9937447905540466	0					non-mobilizable	no_good_hit								True	False
ENG0031_000000001687	11554	0.702418259029556	17	12	5	8	10	True	105441	fragment	False	ENG0031_000000001687	1.0		0	0	False	True	0.9999134540557861	0					non-mobilizable	chromosome	11555.0	99.92200000000001	100.0	0.002108927549924123	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
FIJ0087_000000002807	8775	0.7024137842422301	7	7	6	6	3	False	43765	maximal	True	FIJ0087_000000002807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	72.934	8.0	0.00010855527425016902	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ENG0124_000000014535	2149	0.7024125724736456	4	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.2145125093937506		0	0	False	False	1.0	0					non-mobilizable	chromosome	2149.0	97.48700000000001	100.0	0.0005756280992267074	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0275_000000010354	1393	0.7023999375850101	2	2	2	2	2	False	68619	fragment	False	ENG0066_000000015015	0.9528431681569591		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	98.851	100.0	0.015848437926951453	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
SPA0060_000000001622	10332	0.7023997654456307	7	6	5	5	5	False	119751	fragment	False	SPA0103_000000001197	0.589260631487058		0	0	False	False	1.0	0					non-mobilizable	other	9182.0	99.60799999999999	100.0	0.0014665288471383678	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
SPA0061_000000001889	10331	0.7023997654456307	7	6	5	5	5	False	119751	fragment	False	SPA0103_000000001197	0.5894841835473196		0	0	False	False	1.0	0					non-mobilizable	other	9176.0	99.60799999999999	100.0	0.0014655704359540927	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
USA0071_01_000000003580	3839	0.7023986924966413	4	4	4	4	3	False	131558	maximal	True	USA0071_01_000000003580	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2059.0	80.767	59.0	0.0003150584530537472	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
TAN0002_000000034311	1240	0.7023953776549421	2	2	2	2	1	True	63488	fragment	False	TAN0002_000000034311	0.9651992083940106		0	0	False	False	0.9725806713104248	0					non-mobilizable	no_good_hit	167.0	74.251	13.0	0.21052631578947367	KP449625.1	bacteria	Uncultured bacterium clone contig87268 genomic sequence	True	True
ISR0149_000000002697	5546	0.7023894773907247	3	2	1	2	1	False	47026	fragment	False	ISR0149_000000002697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	2.0	8.985965176250303e-05	NZ_LT574836.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
ISR0165_000000004209	4283	0.7023894773907247	3	2	1	2	1	False	47025	fragment	False	ISR0165_000000004209	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	5.0	3.348695874311006e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
FIJ0087_000000026013	1237	0.7023893870346342	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.05652441683503407	PS730	0	0	False	True	0.9749393463134766	0					non-mobilizable	chromosome	1242.0	81.079	100.0	0.0004308223408571552	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0121_000000007269	3270	0.7023839354303799	5	5	2	3	5	True	123556	backbone	False	ISR0826_000000002301	0.3621849012109865	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3291.0	98.48100000000001	100.0	0.09958229917065198	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
SPA0127_000000004691	6118	0.7023766978241076	8	7	5	5	5	True	132395	backbone	False	SPA0082_000000002281	0.9183557824275541	PS1159|PS1161|PS463	0	0	True	True	1.0	133		MOBV			mobilizable	plasmid	3600.0	99.861	95.0	0.5170234161758368	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0246_000000014087	1627	0.7023761898831034	3	3	2	3	2	False	33962	fragment	False	ISR0246_000000014087	1.0		0	0	False	False	0.9920098185539246	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.0337025384648534e-05	LL999062.1	nematodes	Strongyloides stercoralis genome assembly S_stercoralis_PV0001 ,scaffold SSTP_contig0000011	True	False
SPA0080_000000002852	4328	0.7023708046039299	6	5	5	5	4	False	99321	fragment	False	SPA0080_000000002852	1.0		0	0	False	False	0.9983826279640198	0					non-mobilizable	other	4334.0	93.124	100.0	0.06873235842888353	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0375_000000012634	1794	0.702362455879125	3	3	2	2	2	True	23376	maximal	True	ISR0375_000000012634	1.0		744	14	False	False	1.0	0					non-mobilizable	other	1175.0	99.404	100.0	0.0010276277816632338	NZ_LT629969.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	True
ISR0322_000000005176	2109	0.7023607347064161	4	4	4	3	2	False	87821	fragment	False	ISR0297_000000005738	0.4233272859027685		0	0	False	False	0.9900426864624023	0					non-mobilizable	other	2004.0	99.85	95.0	0.0006430614218367349	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0132_000000009502	4098	0.7023568989639103	4	4	1	3	3	True	103492	fragment	False	SPA0132_000000009502	1.0		0	0	False	False	0.9997559785842896	0					non-mobilizable	plasmid	4098.0	99.70700000000001	100.0	0.05117603707358507	KU932028.1	enterobacteria	Escherichia coli plasmid pEC14III, complete sequence	False	True
ISR0052_000000014412	2441	0.7023475128116514	4	3	3	3	1	False	35793	maximal	True	ISR0052_000000014412	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	93.56299999999999	35.0	0.030397587826940606	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0061_01_000000005748	1886	0.7023469755695537	4	2	1	2	2	False	126732	fragment	False	USA0145_01_000000008660	0.09986622022441628		0	0	False	True	1.0	0					non-mobilizable	plasmid	1889.0	96.771	100.0	0.3646376811594203	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
MON0094_000000026316	1456	0.7023469755695537	3	2	1	2	2	False	126693	maximal	True	MON0094_000000026316	1.0	PS974	0	0	False	True	0.9924450516700745	0					non-mobilizable	no_good_hit	1129.0	100.0	78.0	0.1955617198335645	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0044_01_000000008616	3411	0.7023460019353074	5	5	2	4	3	False	1237	maximal	True	USA0044_01_000000008616	1.0		1	1	True	True	0.9997068047523499	5					non-mobilizable	no_good_hit	203.0	79.31	7.0	0.001126865840675893	NZ_FOZC01000006.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	True
CAN0021_000000031383	1395	0.7023434399642883	2	1	1	1	1	False	91445	fragment	False	SPA0044_000000019753	0.9324776320316956		0	0	False	False	0.9992831349372864	0					non-mobilizable	no_good_hit								True	False
MON0077_000000036424	1252	0.7023434399642883	1	1	1	1	1	False	71183	fragment	False	MON0077_000000036424	1.0		0	0	False	False	0.9992012977600098	0					non-mobilizable	no_good_hit								True	False
MON0103_000000049686	1197	0.7023434399642883	2	1	1	1	1	False	71182	fragment	False	MON0103_000000049686	0.9805084745762712		0	0	False	False	0.9682539701461792	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000037426	1180	0.7023434399642883	1	1	1	1	1	False	71182	fragment	False	MON0103_000000049686	0.9736842105263157		0	0	False	False	0.9991525411605835	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000019480	1136	0.7023434399642883	1	1	1	1	1	False	22893	fragment	False	ISR0389_000000019480	1.0		0	0	False	False	0.9929577708244324	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000005568	3616	0.7023426766548168	4	4	4	4	2	False	53541	maximal	True	ISR0836_000000005568	1.0		35	10	False	False	0.9966813921928406	0					non-mobilizable	other	3616.0	99.613	100.0	0.0014297686938796012	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0044_000000004773	5295	0.7023382864403613	6	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7335858402011796	PS1159|PS463	0	0	True	True	0.9990556836128235	164		MOBV			mobilizable	other	3172.0	99.49600000000001	91.0	0.026960596705193955	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0225_000000002413	5259	0.7023382864403613	7	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7348841274199198	PS1159|PS463	0	0	True	True	0.999619722366333	51		MOBV			mobilizable	other	2939.0	99.626	91.0	0.024978950322761716	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0201_000000010399	2900	0.7023362199787565	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.7594869698208228		0	0	False	False	0.9993103742599487	0					non-mobilizable	other	1787.0	93.956	98.0	0.00034126196038920906	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0126_000000015503	2682	0.7023362199787565	4	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.5984592443618971		0	0	False	False	0.9996271729469299	0					non-mobilizable	other	1368.0	96.41799999999999	98.0	0.00026475885349151463	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0393_000000008193	2159	0.7023362199787565	3	3	1	2	2	True	94673	fragment	False	ISR0393_000000008193	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	94.449	97.0	0.00022563574566028863	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CAN0007_000000015044	2738	0.7023248789458274	6	4	3	3	4	True	95367	fragment	False	CAN0007_000000015044	1.0		0	0	False	False	0.9970781803131104	0					non-mobilizable	plasmid	2738.0	99.963	100.0	0.26226523572249905	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
CHI0075_000000000712	10033	0.7023116725324222	9	5	4	5	4	True	101303	fragment	False	CHI0075_000000000712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5770.0	97.48700000000001	85.0	0.05002341595407004	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
AST0012_000000021927	1114	0.7023083736057456	2	1	1	1	1	False	124563	fragment	False	AST0012_000000021927	1.0		0	0	False	False	0.9991023540496826	0					non-mobilizable	no_good_hit								True	False
MON0062_000000016569	2296	0.7023077804405568	4	2	2	2	1	True	126300	fragment	False	ISR0814_000000016061	0.953490130133428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0043_000000007915	4153	0.7022945743647221	6	5	5	5	4	False	73449	maximal	True	ENG0043_000000007915	0.9534373476352999		1	1	False	False	0.9997591972351074	0					non-mobilizable	chromosome	3863.0	98.913	93.0	0.0010751296238299057	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0017_000000008169	3740	0.7022907012194333	4	3	2	3	1	False	117024	maximal	True	DEN0017_000000008169	1.0		0	0	False	False	0.9941176176071167	0					non-mobilizable	no_good_hit	895.0	74.413	24.0	0.00884121892542101	NZ_FQZY01000012.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
TAN0012_000000009099	1116	0.7022875273195213	2	1	1	1	1	False	78063	fragment	False	CHI0168_000000013920	0.9735663082437276		0	0	False	False	0.9982078671455383	0					non-mobilizable	chromosome	1116.0	96.057	100.0	0.0003749658777685289	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0002_000000014178	2504	0.7022812032103409	2	2	2	2	2	False	52410	maximal	True	FIJ0002_000000014178	1.0		5	3	False	False	0.9984025359153748	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000010578	2081	0.7022747100409542	1	1	0	1	1	True	60162	maximal	True	ENG0105_000000010578	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	75.083	43.0	0.0047166338903553515	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
ISR0210_000000009964	1922	0.7022743687410491	3	2	1	2	2	False	108209	fragment	False	ISR0042_000000015485	0.9803921568627452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	71.32600000000001	57.0	0.0003102730175456127	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0082_000000004698	5658	0.7022698964125434	2	2	2	2	1	True	37601	maximal	True	ISR0082_000000004698	0.9883504502789247		6	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0212_000000005597	5643	0.7022698964125434	2	2	2	2	1	True	37601	maximal	False	ISR0082_000000004698	0.9837485039319587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0121_000000002159	3815	0.7022674635637833	7	5	3	3	4	False	94428	fragment	False	CHI0121_000000002159	0.9951417004048583		0	0	False	False	1.0	0					non-mobilizable	chromosome	3822.0	96.625	100.0	0.0007361773547605911	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ENG0186_000000004460	3705	0.7022674635637833	7	5	3	3	4	False	94428	fragment	False	CHI0121_000000002159	0.9800786369593709		0	0	False	False	1.0	0					non-mobilizable	chromosome	3706.0	96.92399999999999	100.0	0.0007138222308987511	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0796_000000006231	3583	0.7022565872289181	4	4	2	4	3	False	88521	fragment	False	ISR0796_000000006231	1.0		0	0	False	False	0.9983254075050354	0					non-mobilizable	other	1802.0	99.889	100.0	0.016373769239860718	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
FIJ0090_000000016222	2640	0.7022552554608232	4	4	4	3	3	False	43493	fragment	False	FIJ0139_000000009551	0.9847027785847665		0	0	False	False	0.9996212124824524	0					non-mobilizable	no_good_hit								True	False
ENG0110_000000002889	9153	0.7022444543297471	10	5	4	3	1	False	116324	maximal	True	ENG0110_000000002889	0.9869341788760113	PS336|PS768	3	2	True	True	1.0	66					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
AUS0010_000000002195	8858	0.7022444543297471	10	5	4	3	1	False	116324	maximal	False	ENG0110_000000002889	0.9828463182998581	PS336|PS768	0	0	True	True	0.9998871088027954	7					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0175_000000006537	3976	0.7022431124136835	4	4	4	4	3	False	97407	maximal	True	ENG0175_000000006537	1.0		18	5	False	False	0.9917001724243164	0					non-mobilizable	other	3977.0	99.01899999999999	100.0	0.0010644739128909532	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0061_01_000000000953	14302	0.7022318708037844	20	11	7	7	7	True	95127	fragment	False	ISR0156_000000001630	0.9333883030836225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6416.0	97.179	85.0	0.0028533471493526865	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
FIJ0089_000000002197	9540	0.7022289831237817	9	5	4	4	2	True	43596	fragment	False	FIJ0089_000000002197	1.0		0	0	False	False	0.9998951554298401	0					non-mobilizable	no_good_hit								True	True
MON0027_000000002923	10075	0.7022214335767881	13	9	7	8	4	True	125257	fragment	False	SPA0139_000000002006	0.8156162621699486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1230.0	79.593	13.0	0.0003434210696414088	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0080_000000003574	3511	0.7022175176981298	5	4	3	3	1	False	92963	fragment	False	SPA0080_000000003574	0.973911701142328		0	0	False	False	1.0	0					non-mobilizable	other	3511.0	96.58200000000001	99.0	0.08445279021618758	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
USA0074_01_000000000401	2758	0.7022172252891679	3	2	2	2	2	False	698	maximal	True	USA0074_01_000000000401	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0104_000000027561	1655	0.7022168758495199	2	1	1	1	1	False	127487	fragment	False	MON0088_000000018575	0.7895945449883858		0	0	False	False	0.998791515827179	0					non-mobilizable	chromosome	1656.0	94.867	100.0	0.0006815697766839715	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0006_000000007846	1622	0.7022168758495199	2	1	1	1	1	False	127487	fragment	False	MON0088_000000018575	0.6295170758526075		0	0	False	False	1.0	0					non-mobilizable	chromosome	1622.0	94.32799999999999	100.0	0.0006675677389756604	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0024_000000010617	1467	0.7022168758495199	1	1	1	1	1	False	53875	fragment	False	MAD0024_000000010617	1.0		0	0	False	False	0.9993183612823486	0					non-mobilizable	other	1466.0	91.542	99.0	0.005675541101965238	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0001_000000013349	1961	0.7022092272815765	2	2	1	1	2	False	116488	fragment	False	ISR0001_000000013349	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1961.0	100.0	100.0	0.0005522385242158001	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0040_000000009797	3870	0.7021990909938605	4	4	4	4	3	False	83012	maximal	True	SPA0040_000000009797	1.0		86	11	False	False	0.9997416138648987	0					non-mobilizable	no_good_hit	3444.0	96.196	89.0	0.059186762530530804	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0165_000000003955	4197	0.7021974132840358	5	4	3	4	3	False	92187	fragment	False	MON0093_000000009160	0.9773093757198802		0	0	False	False	0.9992852210998535	0					non-mobilizable	no_good_hit	316.0	77.215	7.0	0.0021804192793505963	NZ_FQVI01000011.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ISR0312_000000012373	1490	0.7021962725465918	2	2	1	2	1	False	82735	fragment	False	ISR0312_000000012373	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	other	1492.0	91.95700000000001	100.0	0.04239799407339868	MH229773.1	firmicutes	Clostridioides difficile Cd-13Lar ermG-carrying contig genomic sequence	False	True
ISR0055_000000015279	1138	0.702189705975819	1	1	1	1	1	False	39633	fragment	False	FIJ0153_000000021141	0.9646256337310054		0	0	False	False	0.9657293558120728	0					non-mobilizable	chromosome	1118.0	99.374	98.0	0.00037955538671325084	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0263_000000003797	3208	0.7021896945319297	4	3	3	2	2	False	33058	fragment	False	ISR0263_000000003797	1.0		0	0	False	False	0.9996882677078247	0					non-mobilizable	other	3208.0	99.15799999999999	100.0	0.021411874707807386	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0099_000000003016	6343	0.7021872115943847	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.41295583599445024	PS1107|PS1110|PS1114	0	0	True	True	1.0	7		MOBV			mobilizable	other	4286.0	99.95299999999999	93.0	0.7037280341599605	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0028_000000003923	6083	0.7021872115943847	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.47975182421647233	PS1107|PS1110|PS1114	0	0	True	True	1.0	778		MOBV			mobilizable	other	4865.0	97.677	100.0	0.7925974237730311	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0149_000000005436	6083	0.7021872115943847	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4835287283941039	PS1107|PS1110|PS1114	0	0	True	True	1.0	222		MOBV			mobilizable	other	5836.0	97.807	100.0	0.9512473503994783	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0104_000000005330	6083	0.7021872115943847	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4755481301132035	PS1107|PS1110|PS1114	0	0	True	True	1.0	248		MOBV			mobilizable	other	5706.0	97.476	100.0	0.9297244415457362	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CAN0014_000000007198	6056	0.7021872115943847	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.7994082638105914	PS1107|PS1110|PS1114	0	0	True	True	1.0	381		MOBV			mobilizable	other	3566.0	92.765	99.0	0.5799771726724279	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0139_000000003844	5992	0.7021872115943847	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4868620953866835	PS1107|PS1110|PS1114	0	0	True	True	0.9981642365455627	40		MOBV			mobilizable	other	5766.0	99.67	100.0	0.9398336866134029	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0289_000000001047	5832	0.7021872115943847	8	5	3	3	4	True	130638	maximal	True	ISR0289_000000001047	1.0	PS1110	16	5	True	True	1.0	21		MOBV			mobilizable	no_good_hit	2914.0	93.171	86.0	0.468938529267895	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ENG0005_000000004109	5801	0.7021872115943847	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.412928137551653	PS1107|PS1110|PS1114	0	0	True	True	1.0	69		MOBV			mobilizable	other	2094.0	93.98299999999999	97.0	0.33735529104842654	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0113_000000004289	5636	0.7021872115943847	8	5	3	3	4	True	130628	fragment	False	FIJ0113_000000004289	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2714.0	89.646	80.0	0.4523649781952365	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	True	True
ENG0121_000000003338	5513	0.7021872115943847	8	5	3	3	4	True	130630	fragment	False	ENG0121_000000003338	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2998.0	99.867	83.0	0.5077079451126546	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
ISR0110_000000004192	5448	0.7021872115943847	9	5	3	3	4	True	130637	backbone	False	AST0039_000000003129	0.04747656750341742	PS1110	0	0	True	True	1.0	14		MOBV			mobilizable	other	3297.0	94.359	91.0	0.5361160932659383	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CHI0005_000000003083	5064	0.7021872115943847	6	5	3	3	4	True	128104	fragment	False	CHI0005_000000003083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3363.0	93.815	82.0	0.5467144953530083	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0125_000000003265	4895	0.7021872115943847	7	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.8877217024171532		0	0	False	False	0.9997957348823547	0		MOBV			mobilizable	other	3205.0	99.844	100.0	0.42544150843181516	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0057_000000003366	4826	0.7021872115943847	7	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.8738707766583677		0	0	False	False	1.0	0		MOBV			mobilizable	other	3188.0	96.016	100.0	0.4227858186163856	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0148_000000007918	4764	0.7021872115943847	7	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.8831247477901067		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3125.0	99.77600000000001	99.0	0.5292224292732509	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
SPA0018_000000005782	4760	0.7021872115943847	7	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.8830850938677491		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3578.0	94.522	100.0	0.03063178047223995	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
DEN0005_000000006283	4759	0.7021872115943847	7	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.883078633010713		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3577.0	94.493	100.0	0.03063178047223995	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ENG0169_000000004579	4696	0.7021872115943847	6	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.8815397817909153		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3096.0	99.54799999999999	100.0	0.5241402676605116	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ENG0111_000000004653	4661	0.7021872115943847	7	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.8789961652581374		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3101.0	99.839	100.0	0.5251566999830595	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ISR0158_000000003622	4627	0.7021872115943847	7	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.8812075152551488		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3028.0	99.637	100.0	0.5127901067253938	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ISR0260_000000002299	4587	0.7021872115943847	7	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.8780653153901299		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3008.0	99.46799999999999	100.0	0.5077079451126546	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ISR0208_000000005557	4582	0.7021872115943847	7	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.8795982867090684		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2983.0	99.598	100.0	0.505166864306285	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ENG0160_000000004991	4390	0.7021872115943847	6	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.820468234680144		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3255.0	93.51799999999999	100.0	0.027846289173666328	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ENG0161_000000005265	4053	0.7021872115943847	6	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.023290290101703918		0	0	False	False	0.9995065331459045	0		MOBV			mobilizable	plasmid	2713.0	99.963	100.0	0.4548809124454881	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0189_000000003226	3964	0.7021872115943847	7	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.14250618737329987		0	0	False	False	1.0	0					non-mobilizable	plasmid	3317.0	94.54299999999999	100.0	0.02838958933406923	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ISR0351_000000003163	3901	0.7021872115943847	6	5	3	3	4	True	130599	fragment	False	CHI0125_000000003265	0.033278990128663616		0	0	False	False	0.9917969703674316	0					non-mobilizable	other	2331.0	95.066	100.0	0.3824930202003613	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0185_000000015461	1226	0.7021854908609766	2	2	1	2	1	False	55035	fragment	False	ENG0185_000000015461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0056_01_000000008355	2289	0.702182861676079	2	2	2	2	2	False	73617	fragment	False	FIJ0160_000000007713	0.9942477415382666		0	0	False	False	0.9960681796073914	0					non-mobilizable	no_good_hit	1677.0	82.82600000000001	73.0	0.00037143795673070504	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0057_000000002718	2269	0.702182861676079	2	2	2	2	2	False	73617	fragment	False	FIJ0160_000000007713	0.9897926117434127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1677.0	82.82600000000001	73.0	0.00037143795673070504	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0287_000000006206	2002	0.7021792409548568	4	2	2	1	1	False	95170	fragment	False	MON0078_000000020753	0.5569884638737098		0	0	False	False	1.0	0					non-mobilizable	other	1095.0	99.087	100.0	0.2155818540433925	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CAN0011_000000018575	1623	0.7021792409548568	4	2	2	1	1	False	95169	fragment	False	CAN0011_000000018575	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1626.0	96.863	100.0	0.3007783543365456	CP021617.1	other sequences	Unidentified plasmid plasmid FA1-2_2752, complete sequence	False	True
AST0024_000000026263	1375	0.7021789650429419	3	3	2	2	1	False	120986	fragment	False	AST0024_000000026263	1.0		0	0	False	False	0.9810909032821655	0					non-mobilizable	no_good_hit	53.0	90.566	4.0	0.00027380670299870995	NZ_LT706945.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
MON0007_000000060152	1101	0.7021763535766632	2	2	2	1	1	False	13890	maximal	True	MON0007_000000060152	1.0		6	4	False	False	0.9954586625099182	0					non-mobilizable	no_good_hit	89.0	86.51700000000001	8.0	0.0005752200551141076	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0118_000000000847	11210	0.7021717657871525	11	3	1	3	1	False	50555	fragment	False	ISR0118_000000000847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0062717770034843206	XR_004690012.1	wasps, ants, and bees	PREDICTED: Chelonus insularis mitogen-activated protein kinase kinase kinase 15 (LOC118064029), transcript variant X4, misc_RNA	True	False
ISR0073_000000000325	37915	0.7021693378201866	50	5	1	5	1	True	61772	fragment	False	ISR0073_000000000325	1.0		0	0	False	False	0.9998944997787476	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	0.0	0.002161646219926448	MN694504.1	viruses	Marine virus AFVG_250M556, complete genome	True	True
FIJ0172_000000001957	11639	0.7021617187645447	7	6	6	6	6	False	83885	maximal	True	FIJ0172_000000001957	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3954.0	74.001	40.0	0.0007508869234755437	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ENG0145_000000011967	2649	0.7021582509959426	5	4	3	3	3	True	80094	fragment	False	ENG0145_000000011967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	535.0	84.486	26.0	0.004229660193401412	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	True
DEN0010_000000004532	8335	0.7021574729572955	5	5	3	2	3	False	78888	maximal	True	DEN0010_000000004532	1.0		676	12	False	False	1.0	0					non-mobilizable	other	8352.0	99.796	100.0	0.21184140432764262	NZ_WNAJ01000030.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold30_size39421, whole genome shotgun sequence	False	False
ISR0136_000000002765	2811	0.7021437620215757	4	4	4	4	3	False	102868	fragment	False	ISR0136_000000002765	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1963.0	98.21700000000001	99.0	0.0005491259186034177	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0194_000000011416	2193	0.7021405591931311	4	4	2	2	4	False	29041	maximal	True	ISR0194_000000011416	1.0		8	4	False	False	0.9968080520629883	0					non-mobilizable	chromosome	1277.0	100.0	100.0	0.0002406326753525759	CP041002.1	enterobacteria	Escherichia coli strain FDAARGOS_772 chromosome, complete genome	False	False
CHI0122_000000003184	4145	0.702139202102188	4	3	1	3	0	True	81779	maximal	True	CHI0122_000000003184	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	83.539	12.0	0.04504767464487254	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
SPA0046_000000003237	7162	0.7021326871390899	6	4	4	4	4	False	49612	fragment	False	SPA0046_000000003237	1.0		0	0	False	False	0.9994415044784546	0					non-mobilizable	no_good_hit	1315.0	72.928	18.0	0.00030177941826791765	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
ISR0076_000000000519	29377	0.70213002934427	49	22	8	9	21	False	62814	maximal	True	ISR0076_000000000519	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5024.0	97.83	73.0	0.02692543807687751	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0171_000000024256	1252	0.7021281789174498	2	2	2	2	2	False	29963	fragment	False	ISR0171_000000024256	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	99.601	100.0	0.00035512492676080645	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
DEN0093_000000012022	2697	0.7021265033396437	2	2	2	2	2	False	71877	maximal	True	DEN0093_000000012022	0.9997125335377539		12	6	True	True	1.0	27					non-mobilizable	no_good_hit	1410.0	74.752	55.0	0.0003744843404708877	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0061_000000016461	2530	0.7021265033396437	2	2	2	2	2	False	71877	maximal	False	DEN0093_000000012022	0.9811853223248244		0	0	True	True	0.9996047616004944	3					non-mobilizable	no_good_hit	1003.0	80.359	40.0	0.007338774909919847	NZ_JAAITU010000004.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_4_length_135990_cov_185.338, whole genome shotgun sequence	True	True
ISR0344_000000014242	2348	0.7021265033396437	2	2	2	2	2	False	71877	maximal	False	DEN0093_000000012022	0.4800395256916996		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1003.0	80.359	43.0	0.007338774909919847	NZ_JAAITU010000004.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_4_length_135990_cov_185.338, whole genome shotgun sequence	True	True
DEN0018_000000024688	1612	0.702122132943484	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.4338895823091842		0	0	False	False	0.9807692170143127	0					non-mobilizable	other	1612.0	99.50399999999999	100.0	0.0003348312406900392	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
SPA0114_000000040472	1160	0.7021104843579477	1	1	1	1	1	False	78605	maximal	True	SPA0114_000000040472	0.9969217238346526		169	12	False	False	0.9991379380226135	0					non-mobilizable	other	1160.0	97.845	100.0	0.0008056113366683835	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
MON0096_000000025855	1468	0.7021081053641188	2	2	2	2	2	False	12963	maximal	True	MON0096_000000025855	1.0		42	9	False	False	0.9870572090148926	0					non-mobilizable	no_good_hit	1180.0	94.57600000000001	80.0	0.05165307375252127	NZ_SPFY01000030.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_30_length_22806_cov_22.6189, whole genome shotgun sequence	True	False
ISR0224_000000025150	1251	0.7021044549496003	3	3	3	3	3	False	27720	maximal	True	ISR0224_000000025150	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	77.54	15.0	0.0007210596441727408	NZ_FCOB02000006.1	b-proteobacteria	Caballeronia ptereochthonis isolate LMG 29326, whole genome shotgun sequence	True	False
CHI0132_000000004107	8133	0.7020802187243211	8	6	3	4	5	True	117930	fragment	False	DEN0071_000000004021	0.9493098697429793		0	0	False	False	0.9988933801651001	0					non-mobilizable	no_good_hit	2588.0	80.835	32.0	0.018230776335514492	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
FIJ0053_000000012627	1645	0.7020801148712802	2	2	2	2	2	False	46391	fragment	False	FIJ0053_000000012627	1.0		0	0	False	False	0.9987841844558716	0					non-mobilizable	no_good_hit	613.0	75.204	36.0	0.08066253703204955	NZ_JH604978.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld563, whole genome shotgun sequence	True	False
MAD0070_000000009684	2015	0.7020769009903102	2	2	2	2	2	False	53110	fragment	False	MAD0070_000000009684	1.0		0	0	False	False	0.9568238258361816	0					non-mobilizable	no_good_hit	165.0	74.545	8.0	3.0300163081797986e-05	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CHI0175_000000000964	13447	0.7020695377347899	10	8	8	7	7	False	130240	maximal	True	CHI0175_000000000964	1.0		73	9	False	False	1.0	0					non-mobilizable	other	6167.0	97.762	93.0	0.0011752322380583378	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0176_000000013246	2544	0.7020624070074937	3	3	3	3	2	False	108250	fragment	False	ISR0161_000000009355	0.4760490159673227		0	0	False	False	0.9960691928863525	0					non-mobilizable	chromosome	2105.0	76.627	97.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0089_000000015134	1778	0.7020606428348217	2	2	2	1	2	False	9604	maximal	True	MON0089_000000015134	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	71.586	35.0	0.00023345390774661128	NZ_AP019845.1	fusobacteria	Leptotrichia trevisanii strain JMUB4039	True	False
AST0113_000000017782	2124	0.7020592203746808	3	3	3	3	3	False	106608	maximal	True	AST0113_000000017782	1.0		11	2	False	False	1.0	0					non-mobilizable	other	2124.0	95.99799999999999	100.0	0.0007416526522379185	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
MON0069_000000030935	1673	0.7020583713580416	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.13318090787382608		0	0	False	False	0.9892408847808838	0					non-mobilizable	other	1677.0	80.859	100.0	0.0004639837855793502	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0050_000000023203	1672	0.7020583713580416	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.11063344919568947		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	83.135	100.0	0.003990546666150091	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0023_000000028676	1174	0.7020488247635798	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.12945351040929096	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1165.0	81.545	98.0	0.00032682248333887993	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0252_000000000923	7765	0.7020467445471601	9	5	1	4	3	False	70001	maximal	True	ISR0252_000000000923	1.0		1	1	False	False	0.9998711943626404	0					non-mobilizable	no_good_hit	2336.0	97.47399999999999	31.0	0.003207705089036493	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
CHI0059_000000010804	1671	0.702043499571678	2	2	2	2	1	False	85802	maximal	True	CHI0059_000000010804	1.0		7	3	False	False	0.9539198279380798	0					non-mobilizable	no_good_hit	1185.0	99.325	87.0	0.0002466774074121144	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	True	False
FIJ0006_000000020026	1873	0.7020395343875037	4	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5376885038502848		0	0	False	False	1.0	0					non-mobilizable	other	1717.0	92.895	92.0	0.004875247671109822	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0176_000000016059	2125	0.7020373529867737	2	2	2	2	2	False	111712	maximal	False	ISR0205_000000007601	0.965000672848455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	96.07799999999999	5.0	0.011588828369451848	MK233614.1	viruses	Uncultured human fecal virus clone RuminococcusA.sp_S01.I14_1_c1 sequence	True	False
ISR0125_000000003462	4340	0.70203498536091	6	5	5	3	3	False	112746	maximal	True	ISR0125_000000003462	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2009.0	73.917	46.0	0.24168190127970748	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0085_000000013491	2300	0.7020342821206758	3	3	3	3	2	False	43957	fragment	False	FIJ0085_000000013491	1.0		0	0	False	False	0.9965217113494873	0					non-mobilizable	other	2300.0	99.609	100.0	0.00046968508626249776	AP023197.1	enterobacteria	Escherichia coli TUM18780 DNA, complete genome	False	False
MAD0034_000000006124	2507	0.7020296465868237	4	4	4	3	3	False	18814	maximal	True	MAD0034_000000006124	1.0		1	1	False	False	0.9976066946983337	0					non-mobilizable	no_good_hit	1436.0	83.635	57.0	0.00041366095744973814	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0171_000000009971	2687	0.7020286673863868	4	3	3	2	2	True	123007	maximal	True	ISR0171_000000009971	1.0		5	3	False	False	0.9988834857940674	0					non-mobilizable	no_good_hit	1542.0	79.896	57.0	0.0007221841630698419	LS483328.1	firmicutes	Streptococcus equi subsp. zooepidemicus strain NCTC12090 genome assembly, chromosome: 1	True	True
FIJ0026_000000017026	1908	0.7020241831313571	5	2	1	2	1	True	49099	maximal	True	FIJ0026_000000017026	1.0		31	5	False	False	0.9926624894142151	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	7.629684125354947e-06	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	True
ISR0845_000000000124	48214	0.7020229029992118	50	7	1	7	1	True	61765	fragment	False	ISR0845_000000000124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	0.0	0.002161646219926448	MN694504.1	viruses	Marine virus AFVG_250M556, complete genome	True	True
ISR0310_000000011170	1570	0.7020168330043439	3	3	3	3	2	False	110708	fragment	False	ISR0310_000000011170	0.9894528675016481		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	72.388	25.0	0.00014453752745737568	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
ENG0112_000000011549	2406	0.7020136265719439	3	3	3	3	3	True	64544	fragment	False	ENG0112_000000011549	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2406.0	100.0	100.0	0.0006924862791258146	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	True
ISR0021_000000003319	6397	0.7020102684186469	6	4	3	4	2	False	72813	maximal	True	ISR0021_000000003319	1.0		4	3	False	False	0.9909332394599915	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000026454	1332	0.7020092067401654	2	2	2	2	2	False	24242	maximal	True	ISR0344_000000026454	1.0		1	1	False	False	0.9992492198944092	0					non-mobilizable	no_good_hit	388.0	75.258	29.0	4.623952170625803e-05	NZ_CP023445.1	high GC Gram+	Actinosynnema pretiosum strain X47 chromosome, complete genome	True	False
ENG0184_000000008480	2650	0.702008581670701	3	3	3	3	2	False	96122	fragment	False	ENG0184_000000008480	0.983181638306292		0	0	False	False	0.994339644908905	0					non-mobilizable	other	2650.0	97.54700000000001	100.0	0.000618016691350006	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0044_000000020444	1377	0.7020065794484536	2	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9309658743249418		0	0	False	False	0.9818446040153503	0					non-mobilizable	no_good_hit	63.0	96.825	5.0	1.4219621352463153e-05	NC_012881.1	d-proteobacteria	Desulfovibrio salexigens DSM 2638, complete genome	True	False
MAD0007_000000000746	7438	0.7020015602333266	15	3	1	3	0	True	119803	maximal	True	MAD0007_000000000746	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1754.0	93.33	24.0	0.005630220991807369	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0096_000000008250	2890	0.7019980388995932	3	3	3	2	2	False	33358	maximal	True	ISR0096_000000008250	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000004202	5948	0.7019959262021391	7	5	3	4	5	False	69846	fragment	False	DEN0078_000000004202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2318.0	73.943	38.0	0.009629034983944566	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
FIJ0129_000000009246	2279	0.7019753734289039	3	2	1	2	2	False	79046	fragment	False	FIJ0129_000000009246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	84.507	51.0	0.0008865897034315621	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0060_000000009088	3151	0.7019743877809901	3	1	1	1	1	False	35423	maximal	True	ISR0060_000000009088	1.0		1	1	False	False	0.9990479350090027	0					non-mobilizable	no_good_hit	64.0	96.875	3.0	1.7538365173817726e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0057_000000002037	10532	0.7019732655149071	10	5	4	5	3	True	63584	maximal	True	ENG0057_000000002037	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.644026264622256e-06	NZ_JABTBL010000001.1	firmicutes	Clostridium beijerinckii strain DJ054 Ga0423202_01, whole genome shotgun sequence	True	True
FIJ0105_000000016545	1933	0.7019722085612521	3	3	3	3	2	False	42427	maximal	True	FIJ0105_000000016545	1.0		9	6	False	False	0.9974133372306824	0					non-mobilizable	no_good_hit	695.0	83.741	53.0	0.00019711747689629572	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0139_000000009860	2556	0.7019707307445641	3	3	3	3	2	False	90786	fragment	False	CHI0005_000000006756	0.9697711992186019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	73.094	9.0	0.0016066980144750225	NZ_AUAR01000013.1	d-proteobacteria	Desulfomicrobium escambiense DSM 10707 G394DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
CHI0075_000000000342	18356	0.7019579850170187	22	20	6	9	19	True	123799	fragment	False	CHI0075_000000000342	0.9663854035395321		0	0	False	False	0.9999455213546753	0					non-mobilizable	other	18358.0	99.902	100.0	0.049846444601937163	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0017_000000016978	1713	0.7019555052945851	2	2	2	1	1	True	75211	maximal	True	DEN0017_000000016978	1.0		9	5	False	False	0.9918271899223328	0					non-mobilizable	no_good_hit	1205.0	99.25299999999999	70.0	0.00033434971202603704	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
SPA0036_000000012012	2073	0.70195005292366	3	2	2	2	2	False	7101	maximal	True	SPA0036_000000012012	1.0		45	6	False	False	0.9995176196098328	0					non-mobilizable	no_good_hit	457.0	99.781	22.0	0.6898638426626323	NZ_JAAIPW010000057.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_62_length_661_cov_2652.68, whole genome shotgun sequence	True	False
ENG0090_000000022185	1153	0.7019433259870562	2	2	2	2	2	False	61206	fragment	False	ENG0090_000000022185	1.0		0	0	False	False	0.9817866683006287	0					non-mobilizable	other	1153.0	99.566	100.0	0.0004183636967807422	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0081_000000004595	5457	0.7019411713827449	8	7	2	3	6	False	94159	fragment	False	ENG0081_000000004595	0.9652939167184149		0	0	False	False	1.0	0					non-mobilizable	chromosome	5392.0	96.25399999999999	99.0	0.0008301882720878095	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0106_01_000000001931	6009	0.7019357272716236	14	7	1	7	5	False	328	maximal	True	USA0106_01_000000001931	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	78.632	2.0	5.3621643783353376e-05	LR216048.1	firmicutes	Streptococcus pneumoniae strain 2245STDY6092834 genome assembly, chromosome: 1	True	False
AST0108_000000022697	1267	0.7019297610439728	2	2	1	2	1	False	107114	maximal	True	AST0108_000000022697	1.0		1	1	False	False	0.9944751262664795	0					non-mobilizable	no_good_hit	541.0	87.616	43.0	0.010014600726292539	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
MON0026_000000028285	1705	0.7019147350646651	3	3	2	2	2	False	12736	maximal	False	MON0107_000000032162	0.9551282051282051		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	100.0	100.0	0.009903752266703864	NZ_RQUZ01000004.1	firmicutes	Veillonella seminalis strain ADV4313-2 contig_0004, whole genome shotgun sequence	False	False
ENG0025_000000001061	16192	0.7019086627062909	22	11	7	10	6	True	99776	maximal	True	ENG0025_000000001061	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3262.0	96.934	22.0	0.005364302731959191	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0037_000000001591	6395	0.7019040636045367	9	6	4	5	5	False	132432	maximal	True	CHI0037_000000001591	1.0		4	2	False	False	0.9965597987174988	0					non-mobilizable	chromosome	4828.0	99.896	99.0	0.001359746488706863	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0109_000000004804	5813	0.7019012040072417	5	4	4	3	4	False	103639	maximal	True	FIJ0109_000000004804	1.0		1	1	False	False	0.9993118643760681	0					non-mobilizable	no_good_hit	1487.0	80.363	30.0	0.0030633352895392926	NZ_CYXL01000004.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ISR0048_000000004026	4625	0.701896293126132	5	4	4	3	3	False	74495	maximal	True	ISR0048_000000004026	1.0		4	2	False	False	0.994378387928009	0					non-mobilizable	no_good_hit	748.0	97.594	16.0	0.34744186046511627	NZ_JAAITU010000102.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_102_length_2150_cov_314.107, whole genome shotgun sequence	True	False
ISR0255_000000003701	7084	0.7018826082174932	8	4	1	4	1	True	101271	fragment	False	CHI0109_000000002074	0.9641481680175195		0	0	False	False	0.9998588562011719	0					non-mobilizable	plasmid	6881.0	97.90700000000001	99.0	0.06994984689569579	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0787_000000005158	2686	0.7018826082174932	4	4	1	4	1	True	78316	fragment	False	ISR0787_000000005158	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2686.0	97.46799999999999	100.0	0.026734392463675555	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0037_000000019416	1812	0.7018705463471439	3	2	2	2	2	False	65191	maximal	True	ENG0037_000000019416	1.0		89	9	False	False	0.9690949320793152	0					non-mobilizable	other	993.0	86.20299999999999	98.0	0.004951559741318516	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0206_000000001677	11468	0.7018691533280977	20	8	6	8	6	False	53978	maximal	True	ENG0206_000000001677	1.0		2	1	False	False	0.9998255968093872	0					non-mobilizable	no_good_hit	592.0	73.986	5.0	0.008354158191433718	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
ISR0077_000000000580	26699	0.7018604099383247	39	13	5	12	7	True	123949	fragment	False	ISR0077_000000000580	1.0		0	0	False	False	0.9998501539230347	0					non-mobilizable	no_good_hit	1215.0	91.605	5.0	0.019187501980543146	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
FIJ0029_000000005347	6560	0.7018585109868306	12	4	3	4	2	True	71157	maximal	True	FIJ0029_000000005347	0.9664790996784566		1	1	False	False	0.9986280202865601	0					non-mobilizable	no_good_hit								True	True
FIJ0056_000000003891	6220	0.7018585109868306	12	4	3	4	2	True	71157	maximal	False	FIJ0029_000000005347	0.9426829268292682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0032_000000012891	2185	0.7018562566051237	3	3	3	2	1	False	126851	maximal	True	SPA0032_000000012891	1.0	PS979	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	1264.0	80.301	70.0	0.00035782653093151517	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0185_000000024718	1342	0.7018541969807224	1	1	1	1	1	False	79734	fragment	False	ISR0153_000000020183	0.9715828314720767		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	97.99	100.0	0.01984990452506772	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0052_000000038534	1232	0.7018528530367457	2	2	2	2	1	False	72178	maximal	False	ISR0115_000000026651	0.9701866133400197		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	98.86399999999999	100.0	0.00034944746989812374	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0192_000000001708	7782	0.7018449126850587	9	8	3	4	8	True	114032	fragment	False	ENG0005_000000003031	0.999774486020321		0	0	False	False	1.0	0					non-mobilizable	chromosome	7782.0	99.98700000000001	100.0	0.0040022817275084475	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0005_000000003031	7779	0.7018449126850587	9	8	3	4	8	True	114032	fragment	False	ENG0005_000000003031	0.999816426184969		0	0	False	False	0.9987145066261292	0					non-mobilizable	chromosome	7779.0	100.0	100.0	0.004000738629554132	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0093_000000001688	7745	0.7018449126850587	9	8	3	4	8	True	114032	fragment	False	ENG0005_000000003031	0.9986371647985228		0	0	False	False	0.9998708963394165	0					non-mobilizable	chromosome	7745.0	100.0	100.0	0.003983250186071895	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
SPA0085_000000001794	7737	0.7018449126850587	9	8	3	4	8	True	114032	fragment	False	ENG0005_000000003031	0.9981958294195391		0	0	False	False	0.999870777130127	0					non-mobilizable	chromosome	7737.0	100.0	100.0	0.003979135258193722	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0140_000000002505	5319	0.7018433632311549	5	5	5	4	4	False	121547	maximal	False	USA0050_01_000000002698	0.9967548950574279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2628.0	97.10799999999999	78.0	0.000508019365551019	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0071_000000001474	5231	0.7018416491863151	8	7	5	3	4	True	132358	backbone	False	ISR0371_000000002559	0.752027350764932	PS1159|PS463	0	0	True	True	1.0	32		MOBV			mobilizable	other	3312.0	98.671	100.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0005_000000005238	5231	0.7018416491863151	8	7	5	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7527691004600776	PS1159|PS463	0	0	True	True	1.0	262		MOBV			mobilizable	other	3321.0	99.789	100.0	0.6312987259935349	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0004_000000003084	5229	0.7018416491863151	8	7	5	3	4	True	132358	backbone	False	ISR0371_000000002559	0.751729868006646	PS1159|PS463	0	0	True	True	1.0	260		MOBV			mobilizable	other	3318.0	99.63799999999999	100.0	0.6307282753375166	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AST0047_000000003873	5211	0.7018416491863151	7	7	5	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7526463752395799	PS1159|PS463	0	0	True	True	1.0	230		MOBV			mobilizable	other	3245.0	98.73700000000001	100.0	0.6168473093744058	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0032_000000006225	3219	0.7018388592101257	5	3	1	1	2	True	115637	fragment	False	ENG0032_000000006225	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1086.0	93.646	84.0	0.009348212283757913	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0107_000000007940	2997	0.7018388592101257	4	3	1	1	2	True	115632	fragment	False	ISR0107_000000007940	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1719.0	95.055	83.0	0.2541469194312796	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
ISR0157_000000014910	2114	0.7018307989200512	2	2	2	2	2	False	111712	maximal	False	ISR0205_000000007601	0.9665358938009336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	95.506	4.0	0.010082280681423108	MK233614.1	viruses	Uncultured human fecal virus clone RuminococcusA.sp_S01.I14_1_c1 sequence	True	False
CHI0078_000000011488	1319	0.7018297381156843	2	1	0	1	1	False	107118	maximal	False	SPA0088_000000011515	0.9912723823994448		0	0	True	True	1.0	52					non-mobilizable	plasmid	1051.0	99.23899999999999	100.0	0.12919896640826872	KJ685893.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 14620 plasmid KVHS-002 transposase (insB) and plasmid mediated quinolone resistance protein (qnrD1) genes, complete cds	False	True
MAD0045_000000032454	1319	0.7018297381156843	2	1	0	1	1	False	107118	maximal	False	SPA0088_000000011515	0.9900561856963938		0	0	True	True	0.999241828918457	58					non-mobilizable	chromosome	967.0	99.48299999999999	100.0	0.7790322580645161	HG796671.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI02001	False	True
SPA0087_000000010823	1319	0.7018297381156843	2	1	0	1	1	False	107118	maximal	False	SPA0088_000000011515	0.9923351332649326		0	0	True	True	0.999241828918457	45					non-mobilizable	plasmid	1051.0	99.619	100.0	0.12919896640826872	KJ685893.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 14620 plasmid KVHS-002 transposase (insB) and plasmid mediated quinolone resistance protein (qnrD1) genes, complete cds	False	True
ENG0131_000000019991	1315	0.7018297381156843	2	1	0	1	1	False	107118	maximal	False	SPA0088_000000011515	0.9914596684711169		0	0	True	True	1.0	10					non-mobilizable	plasmid	1190.0	94.79	100.0	0.9588709677419355	CP039512.1	enterobacteria	Salmonella enterica subsp. enterica serovar Worthington strain 7102.58 plasmid p7102_58-1, complete sequence	False	True
AST0108_000000021991	1306	0.7018297381156843	2	1	0	1	1	False	107118	maximal	False	SPA0088_000000011515	0.9914137684779595		0	0	True	True	0.9977028965950012	12					non-mobilizable	plasmid	1189.0	94.786	100.0	0.9580645161290322	CP039512.1	enterobacteria	Salmonella enterica subsp. enterica serovar Worthington strain 7102.58 plasmid p7102_58-1, complete sequence	False	True
ISR0183_000000023649	1299	0.7018297381156843	1	1	0	1	1	False	107118	maximal	False	SPA0088_000000011515	0.9509882122661379		0	0	True	True	1.0	18					non-mobilizable	plasmid	1119.0	96.962	100.0	0.9016129032258065	CP058145.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00138 plasmid pRHBSTW-00138_15, complete sequence	False	True
DEN0096_000000035657	1279	0.7018297381156843	1	1	0	1	1	False	107118	maximal	False	SPA0088_000000011515	0.9904878888718659		0	0	True	True	0.9992181658744812	32					non-mobilizable	other	1201.0	99.917	100.0	0.967741935483871	LN853013.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0346	False	True
FIJ0122_000000012464	1279	0.7018297381156843	2	1	0	1	1	False	107118	maximal	False	SPA0088_000000011515	0.9873552307978147		0	0	True	True	0.9851446151733398	3					non-mobilizable	plasmid	1182.0	95.008	100.0	0.9524193548387097	CP039512.1	enterobacteria	Salmonella enterica subsp. enterica serovar Worthington strain 7102.58 plasmid p7102_58-1, complete sequence	False	True
SPA0088_000000011515	1279	0.7018297381156843	1	1	0	1	1	False	107118	maximal	True	SPA0088_000000011515	0.9927903721984406		22	10	True	True	1.0	47					non-mobilizable	plasmid	1275.0	99.765	100.0	0.15676141257536608	KJ685893.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 14620 plasmid KVHS-002 transposase (insB) and plasmid mediated quinolone resistance protein (qnrD1) genes, complete cds	False	True
ISR0212_000000001447	16891	0.7018293382876065	21	13	5	11	8	False	119592	fragment	False	ISR0212_000000001447	0.9276659715325236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2884.0	90.18700000000001	43.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
CHI0062_000000006989	2077	0.7018280674430455	2	2	1	2	2	False	85585	fragment	False	MON0081_000000025207	0.951507750844577		0	0	False	False	0.9995185136795044	0					non-mobilizable	no_good_hit	1179.0	71.247	56.0	0.00031768776624400866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0139_000000020246	1358	0.7018149719833124	2	2	2	1	1	False	31287	fragment	False	ISR0139_000000020246	1.0		0	0	False	False	0.9926362037658691	0					non-mobilizable	no_good_hit	137.0	87.59100000000001	10.0	0.00035470426531879044	NZ_PEBI01000004.1	high GC Gram+	Bifidobacterium primatium strain TRE 1 NODE_4_length_383418_cov_73.375402, whole genome shotgun sequence	True	False
MAD0085_000000005737	1966	0.7018143747120874	2	2	2	2	2	False	125825	fragment	False	ISR0795_000000004889	0.956268221574344		0	0	False	False	1.0	0					non-mobilizable	other	1966.0	99.288	100.0	0.005375299349982894	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0139_000000010760	2377	0.7018129550501729	3	3	3	3	2	False	31308	fragment	False	ISR0139_000000010760	1.0		0	0	False	False	0.9911653399467468	0					non-mobilizable	no_good_hit								True	False
AST0058_000000007896	1833	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.9342372960252222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	85.309	80.0	0.010314591243586538	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0010_000000014927	1674	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.7869384185879417		0	0	False	False	0.9892473220825195	0					non-mobilizable	no_good_hit	1219.0	83.839	78.0	0.009117158902303163	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0005_000000017650	1630	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.7667908983150736		0	0	False	False	0.9950920343399048	0					non-mobilizable	no_good_hit	1370.0	85.182	83.0	0.010276697815064911	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0148_000000022490	1620	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.697619248890211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1162.0	83.305	77.0	0.008700331188565278	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0309_000000012209	1611	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.7680984043265203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	84.792	83.0	0.010094809358161108	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0052_000000010045	1590	0.7018127302140245	3	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.7612502595286523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	83.939	82.0	0.009283889987798315	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0232_000000018231	1589	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6959818929968321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	83.189	78.0	0.008639701702930679	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0082_000000020973	1563	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6772402901300291		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.073	73.0	0.008609386960113378	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0296_000000016758	1557	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.551141120368871		0	0	False	False	0.9961464405059814	0					non-mobilizable	no_good_hit	1105.0	82.715	77.0	0.008253188732010095	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0006_000000024949	1556	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.7788637408163422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	84.34299999999999	81.0	0.009526407930336721	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0038_000000022260	1552	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.7806831876922928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	84.094	81.0	0.009518829244632395	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0214_000000019663	1550	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6361539890195578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	83.052	72.0	0.0084350771889139	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0057_000000021257	1546	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.5529444383245908		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	82.73100000000001	77.0	0.00827592478912307	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0303_000000008989	1544	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6958456568062028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	84.235	82.0	0.009556722673154022	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0005_000000023518	1532	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6601528495866523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	84.23899999999999	83.0	0.009662824273014573	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0090_000000023779	1531	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6751653606663457		0	0	False	False	0.9902024865150452	0					non-mobilizable	no_good_hit	1154.0	83.27600000000001	75.0	0.008639701702930679	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0112_000000024683	1529	0.7018127302140245	2	2	2	2	1	True	126072	maximal	True	ISR0112_000000024683	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	83.29	74.0	0.008601808274409052	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0027_000000025186	1494	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6207023320099968		0	0	False	False	0.984605073928833	0					non-mobilizable	no_good_hit	1271.0	84.186	84.0	0.009526407930336721	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0101_000000022682	1489	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6209382783940741		0	0	False	False	0.993955671787262	0					non-mobilizable	no_good_hit	1271.0	84.186	85.0	0.009526407930336721	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0045_000000017629	1481	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6185088576825885		0	0	False	False	0.9898716807365417	0					non-mobilizable	no_good_hit	1273.0	84.289	85.0	0.009526407930336721	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
USA0061_01_000000007311	1478	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.618660932760473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	83.902	85.0	0.00945062107329347	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0001_000000023168	1444	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6207408308805749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1168.0	83.305	80.0	0.008730645931382579	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0329_000000011873	1442	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6021569711167666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	83.26100000000001	80.0	0.008662437760043653	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0069_000000015365	1437	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.603232754608242		0	0	False	False	0.9993041157722473	0					non-mobilizable	no_good_hit	1152.0	83.16	79.0	0.008624544331522028	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0273_000000009401	1436	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6323517096836078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	82.96799999999999	78.0	0.00851086404595715	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0086_000000019951	1431	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.5837508196642752		0	0	False	False	0.9993011951446533	0					non-mobilizable	no_good_hit	1145.0	83.057	79.0	0.008579072217296077	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0048_000000014245	1431	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.6026282316308386		0	0	False	False	0.9993011951446533	0					non-mobilizable	no_good_hit	1151.0	83.05799999999999	80.0	0.008601808274409052	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0297_000000010938	1398	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.4646062662258132		0	0	False	False	0.9871244430541992	0					non-mobilizable	no_good_hit	1116.0	82.885	79.0	0.008351711646166321	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0391_000000011398	1383	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.4975022927087641		0	0	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	1156.0	83.21799999999999	83.0	0.008639701702930679	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AUS0018_000000020783	1372	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.46332683090141236		0	0	False	False	0.9883381724357605	0					non-mobilizable	no_good_hit	1156.0	83.21799999999999	83.0	0.008639701702930679	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0054_000000019127	1370	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.4626721200091251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1146.0	83.24600000000001	83.0	0.008579072217296077	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0819_000000019641	1361	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.1390274171006433		0	0	False	False	0.9977957606315613	0					non-mobilizable	other	1373.0	85.14200000000001	100.0	0.010284276500769237	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
DEN0073_000000039881	1347	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.39246794385879485		0	0	False	False	0.9977728128433228	0					non-mobilizable	no_good_hit	1100.0	82.818	81.0	0.00823045267489712	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0039_000000028544	1312	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.13887512378164138		0	0	False	False	0.9961889982223511	0					non-mobilizable	other	1314.0	84.551	99.0	0.009837134044214052	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ETH0002_000000018951	1271	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.17219379119132835		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	83.147	91.0	0.008707909874269604	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0125_000000012500	1225	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.1514751394318253		0	0	False	False	0.9991836547851562	0					non-mobilizable	no_good_hit	1100.0	82.818	89.0	0.00823045267489712	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0058_000000036057	1202	0.7018127302140245	3	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.1211172484961094		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	83.15899999999999	94.0	0.008563914845887427	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0072_000000022502	1183	0.7018127302140245	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.1206788276635981		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	83.463	97.0	0.008692752502860954	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0004_000000019031	1414	0.7018100732980722	3	2	2	2	1	False	67756	maximal	True	ENG0004_000000019031	1.0		9	2	False	False	0.9908062219619751	0					non-mobilizable	no_good_hit	374.0	99.465	52.0	0.001222005268054882	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
FIJ0063_000000026429	1127	0.7017998864083487	2	1	1	1	1	False	89945	fragment	False	CHI0013_000000007185	0.3109356533896736		0	0	False	False	0.9804791212081909	0					non-mobilizable	other	1124.0	94.12799999999999	99.0	0.008057566356428817	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0311_000000015665	1469	0.7017968693081335	2	2	1	2	2	False	25291	maximal	True	ISR0311_000000015665	1.0		0	0	False	False	0.9925119280815125	0					non-mobilizable	no_good_hit	53.0	98.113	4.0	0.031007751937984496	HG796486.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01415	True	False
ENG0086_000000017518	1423	0.7017908011850704	2	2	2	2	2	False	61422	fragment	False	ENG0086_000000017518	0.9760324483775811		0	0	False	False	0.9964863061904907	0					non-mobilizable	other	1420.0	98.944	99.0	0.018966024218770885	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0073_000000023783	2191	0.7017901821445585	2	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.8974873211469707		0	0	False	False	0.995435893535614	0					non-mobilizable	other	2191.0	98.99600000000001	100.0	0.008648469339399108	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0153_000000013889	2160	0.7017901821445585	2	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.8202209541015252		0	0	False	False	0.9949073791503906	0					non-mobilizable	other	2160.0	99.306	100.0	0.008526048083909898	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
TAN0013_000000006231	1727	0.7017787848665409	1	1	1	1	1	False	2569	maximal	True	TAN0013_000000006231	1.0		19	3	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	76.206	70.0	0.006270611733011287	NZ_FUXC01000004.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ISR0334_000000006075	3247	0.7017764574897001	3	3	3	3	3	False	38803	maximal	True	ISR0334_000000006075	1.0		9	3	False	False	0.9839852452278137	0					non-mobilizable	no_good_hit	1405.0	72.456	43.0	0.0005979133553584068	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
DEN0063_000000031912	1572	0.7017763924117529	2	2	2	2	1	False	103249	maximal	True	DEN0063_000000031912	1.0		2	2	False	False	0.9974554777145386	0					non-mobilizable	other	1408.0	99.574	90.0	0.0025964343777507533	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0147_000000010256	2374	0.7017728643387428	3	3	3	2	2	False	113538	maximal	True	ISR0147_000000010256	1.0		13	7	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	2.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
SPA0095_000000004353	4792	0.7017720603732185	5	5	5	5	4	False	132014	maximal	True	SPA0095_000000004353	1.0		155	12	False	False	0.9993739724159241	0					non-mobilizable	chromosome	4792.0	99.75	100.0	0.0007639738568178089	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0172_000000004468	3560	0.7017708376709239	4	4	4	4	3	False	105876	fragment	False	ISR0172_000000004468	0.9905713481564875		0	0	False	False	1.0	0					non-mobilizable	chromosome	2920.0	99.384	100.0	0.0009915332304648754	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0175_000000013497	1523	0.7017674613371371	2	2	2	2	1	False	119436	fragment	False	CHI0024_000000003275	0.05989315151767702		0	0	False	False	0.9980301856994629	0					non-mobilizable	other	1159.0	88.179	92.0	0.00026899707252795655	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0024_000000030029	1703	0.701767416512163	3	3	2	2	2	False	14211	maximal	True	MON0024_000000030029	1.0		4	2	False	False	0.9894304275512695	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000032849	1385	0.7017600187467359	4	3	1	3	3	False	68142	maximal	True	DEN0096_000000032849	1.0		0	0	False	False	0.9805054068565369	0					non-mobilizable	chromosome	1140.0	96.75399999999999	100.0	0.0002216604314119711	CP026935.2	enterobacteria	Escherichia coli strain CFS3292 chromosome, complete genome	False	False
MON0021_000000009757	2862	0.7017540292060532	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.5845575767327735		0	0	False	False	1.0	0					non-mobilizable	chromosome	2862.0	96.925	100.0	0.0008007386611235363	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0178_000000003516	4346	0.7017530295826393	6	4	2	3	2	False	77078	fragment	False	SPA0016_000000007221	0.9740055717315849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.7	19.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
FIJ0099_000000008476	2649	0.7017463295954643	4	3	3	3	3	False	119880	fragment	False	AST0148_000000010354	0.34472789121904357		0	0	False	False	0.9981124997138977	0					non-mobilizable	other	2649.0	100.0	100.0	0.006938566955336906	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
DEN0052_000000016029	2631	0.7017463295954643	4	3	3	3	3	False	119880	fragment	False	AST0148_000000010354	0.34342306089249025		0	0	False	False	0.9977195262908936	0					non-mobilizable	other	2631.0	99.92399999999999	100.0	0.00689140146999096	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
CHI0184_000000002788	3193	0.7017302511045083	5	4	3	4	3	False	119195	maximal	True	CHI0184_000000002788	1.0	PS816	7	5	False	True	0.9761979579925537	0					non-mobilizable	plasmid	1707.0	99.883	99.0	0.007890768818049787	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0129_000000006077	3516	0.7017212336875768	4	2	2	2	2	False	81288	maximal	True	CHI0129_000000006077	1.0		195	10	False	False	0.9994311928749084	0					non-mobilizable	other	3515.0	99.459	100.0	0.0014595762992056648	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
CHI0015_000000001643	4937	0.7017177508334914	6	6	4	4	6	False	89883	fragment	False	CHI0015_000000001643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2875.0	82.33	77.0	0.0005322047049275315	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
AST0005_000000006629	4444	0.7017139981910758	3	3	3	3	3	False	128587	maximal	True	AST0005_000000006629	0.9984553231939164		16	3	False	False	1.0	0					non-mobilizable	other	4444.0	99.617	100.0	0.0016135329034694772	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CAN0010_000000000378	39464	0.7017137655892421	44	30	6	8	26	False	102750	maximal	True	CAN0010_000000000378	0.9551060174858345		23	6	False	False	0.9998226165771484	0					non-mobilizable	no_good_hit	13177.0	97.291	88.0	0.0029261315048898424	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0096_000000022634	1654	0.7017132964759806	2	2	2	2	2	False	87132	fragment	False	MON0096_000000022634	0.981714786786512		0	0	False	False	0.978234589099884	0					non-mobilizable	chromosome	1655.0	99.637	100.0	0.0002549445603477974	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0116_000000024145	1111	0.7017120997556343	2	2	2	2	2	False	127725	fragment	False	SPA0027_000000032168	0.9491196786160815		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	99.55	100.0	0.010959823852921139	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ISR0215_000000018624	1591	0.7017086360141126	3	2	2	2	2	False	33277	maximal	True	ISR0215_000000018624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	99.13	14.0	0.005142715982842642	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
CHI0185_000000003931	4976	0.7017013951888784	6	5	5	5	5	False	84222	maximal	True	CHI0185_000000003931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	99.536	44.0	0.0007921182759207087	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
ISR0062_000000008735	3801	0.7016869546513214	4	4	4	4	3	False	35361	maximal	True	ISR0062_000000008735	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3268.0	87.271	86.0	0.18689543988945187	NZ_CYZN01000044.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0030_000000016960	1791	0.7016846991659424	5	3	2	1	2	True	123561	fragment	False	SPA0030_000000016960	1.0		0	0	False	True	0.9983249306678772	0	rep_cluster_1702				non-mobilizable	other	1791.0	99.051	100.0	0.0003720347118778213	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
FIJ0049_000000002414	6558	0.7016744535506105	5	5	3	4	4	False	47800	maximal	True	FIJ0049_000000002414	1.0		2	1	False	False	0.9998475313186646	0					non-mobilizable	chromosome	6472.0	99.92299999999999	99.0	0.0032391926796548065	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	False	False
MAD0096_000000008607	2135	0.7016669522617386	3	3	2	2	2	True	15493	maximal	True	MAD0096_000000008607	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1621.0	98.458	76.0	0.04343512883073706	CP011660.1	enterobacteria	Enterobacter hormaechei strain CAV1176 extrachromosomal sequence	True	True
ENG0051_000000007076	3787	0.7016608330186869	6	4	1	2	3	False	130029	backbone	False	ISR0080_000000005952	0.007456123430511221	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2720.0	96.691	72.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0015_000000006529	2832	0.7016608330186869	4	4	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.6814152911222007	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2607.0	96.663	92.0	0.5187176423735563	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0205_000000003376	2831	0.7016608330186869	4	4	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.6819825269046237	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2606.0	96.738	92.0	0.5184152896675294	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0026_000000008713	2586	0.7016608330186869	4	4	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.6043493933043141	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	2360.0	97.96600000000001	91.0	0.460546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0044_000000019993	2573	0.7016608330186869	5	4	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5407531282046174	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	chromosome	1228.0	94.544	90.0	0.0007112716671716539	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	False	True
ENG0033_000000010685	2472	0.7016608330186869	4	4	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.5475321352084138	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	2246.0	97.729	91.0	0.44683393070489846	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0057_000000010044	2366	0.7016608330186869	4	4	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.43924455297073645	PS974|PS975	0	0	False	True	0.9995773434638977	0					non-mobilizable	other	2140.0	98.22399999999999	90.0	0.417578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0175_000000011610	2219	0.7016608330186869	4	4	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.29024585323703495	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1990.0	97.889	90.0	0.38828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0153_000000012745	2215	0.7016608330186869	4	4	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.2853418849591614	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1988.0	98.038	90.0	0.3954599761051374	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0001_000000012932	2062	0.7016608330186869	4	4	1	2	3	False	126707	backbone	False	ENG0100_000000008751	0.16532533402902588	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1836.0	97.712	89.0	0.358203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0836_000000007410	2687	0.7016550966444651	3	3	3	3	2	False	20933	maximal	True	ISR0836_000000007410	1.0		13	5	False	False	0.9988834857940674	0					non-mobilizable	chromosome	2677.0	100.0	99.0	0.0005102470808566201	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
USA0017_01_000000021791	1241	0.7016541407482934	1	1	1	1	1	False	13756	fragment	False	USA0017_01_000000021791	0.9620200333889816		0	0	False	False	0.998388409614563	0					non-mobilizable	other	1241.0	97.34100000000001	100.0	0.00038576190153240806	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0120_000000001142	18459	0.7016481475901558	22	14	6	10	10	False	119593	fragment	False	FIJ0120_000000001142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3448.0	95.186	49.0	0.13767334052671543	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
CHI0087_000000001212	5291	0.7016396365690644	5	4	1	0	3	True	91930	fragment	False	MON0104_000000006441	0.7399054296978844		0	0	False	False	0.9869589805603027	0					non-mobilizable	plasmid	5291.0	98.318	100.0	0.1210443219000984	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0857_000000000284	4497	0.7016396365690644	5	4	1	0	3	True	20470	fragment	False	ISR0857_000000000284	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4497.0	99.978	100.0	0.10287623275290025	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0297_000000002982	4058	0.7016396365690644	5	4	1	0	3	False	25659	maximal	True	ISR0297_000000002982	1.0		127	10	False	False	0.98841792345047	0					non-mobilizable	no_good_hit	3581.0	99.97200000000001	88.0	0.24507119386637458	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	True	False
FIJ0011_000000010733	3998	0.70163815467849	4	4	4	4	4	False	50999	maximal	True	FIJ0011_000000010733	1.0		1	1	False	False	0.9994997382164001	0					non-mobilizable	no_good_hit	861.0	71.545	21.0	0.0001907013910997552	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0062_000000007586	1890	0.7016271784702296	3	3	3	3	3	False	85578	fragment	False	CHI0062_000000007586	1.0		0	0	False	False	0.9994708895683289	0					non-mobilizable	other	1880.0	83.51100000000001	99.0	0.040703353956366005	NZ_CBYM010000027.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0152_000000002922	7673	0.7016199537149637	7	6	6	6	5	False	127649	maximal	False	MON0042_000000002564	0.9439517122443952		0	0	False	False	0.9959598779678345	0					non-mobilizable	chromosome	7674.0	95.67399999999999	100.0	0.003159106801778094	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0111_000000003661	4603	0.7016169815561405	3	3	2	2	3	False	14526	fragment	False	MAD0111_000000003661	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	4603.0	100.0	100.0	0.044537782595230724	CP053081.1	enterobacteria	Escherichia coli strain HB37 plasmid pHB37-1, complete sequence	False	True
ISR0077_000000006451	4433	0.7016164962385127	4	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.6600697903455448		0	0	False	False	0.9997743964195251	0					non-mobilizable	other	4435.0	98.219	100.0	0.009269462630453102	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CAN0015_000000010756	3776	0.7016164962385127	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.3341765325319358		0	0	False	False	0.9989407062530518	0					non-mobilizable	other	2460.0	98.13	100.0	0.005139711063761273	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0007_000000017488	3290	0.7016164962385127	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.238568399874028		0	0	False	False	0.9987841844558716	0					non-mobilizable	other	2158.0	98.285	99.0	0.004510316014862924	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0142_000000020604	1658	0.7016109780698198	2	2	2	2	2	False	57678	maximal	True	ENG0142_000000020604	1.0		8	4	False	False	0.9993968605995178	0					non-mobilizable	no_good_hit	214.0	82.243	13.0	0.0007539502746785978	NZ_DS544183.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_16, whole genome shotgun sequence	True	False
FIJ0084_000000007872	1643	0.701603525542187	4	4	2	2	3	False	79599	fragment	False	FIJ0084_000000007872	0.986948685601069		0	0	False	False	0.9993913769721985	0					non-mobilizable	other	1643.0	99.696	100.0	0.06441489153034405	NZ_CYZN01000039.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0007_000000001318	12528	0.7016006172489687	16	10	7	8	6	True	127407	fragment	False	ISR0043_000000001427	0.9810499025715841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	87.225	8.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0158_000000002306	6667	0.7015990374761158	10	8	8	8	7	False	30516	maximal	True	ISR0158_000000002306	1.0		1	1	False	False	0.998650074005127	0					non-mobilizable	no_good_hit	818.0	69.682	12.0	0.007768974225512309	NZ_FMJR01000073.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ENG0103_000000006081	3127	0.7015978713610502	4	2	1	2	2	True	60311	maximal	True	ENG0103_000000006081	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.000132156712282048	NZ_PKHY01000003.1	high GC Gram+	Trueperella bernardiae strain UMB0116 .16933_8_48.3, whole genome shotgun sequence	True	True
ISR0330_000000020230	1560	0.7015873732699408	1	1	1	1	1	False	45026	fragment	False	ISR0074_000000022260	0.6666973934850033		0	0	False	False	0.9891025424003601	0					non-mobilizable	other	1566.0	95.977	100.0	0.00044426099950492574	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0199_000000014148	1794	0.7015860459483082	2	2	1	1	2	False	123230	fragment	False	ENG0199_000000014148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	94.896	88.0	0.0003711568516894738	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0316_000000001583	9272	0.7015793867272173	15	7	4	6	5	False	119865	maximal	True	ISR0316_000000001583	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	9.836119015915965e-06	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0150_000000006775	3333	0.7015671317010053	3	3	3	3	3	False	30830	maximal	True	ISR0150_000000006775	1.0		36	7	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	78.685	51.0	0.054583698510078875	NZ_FOAT01000025.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ENG0204_000000020230	1356	0.7015616091643583	2	2	2	1	1	False	54011	fragment	False	ISR0382_000000009482	0.18657513348588864		0	0	False	False	0.971238911151886	0					non-mobilizable	other	1376.0	76.672	99.0	0.0005711486523389787	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	False	False
MAD0061_000000003879	4079	0.7015501186656143	5	2	2	2	1	True	16831	maximal	True	MAD0061_000000003879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0139_000000008964	3005	0.7015452485838174	4	2	2	2	2	False	123225	fragment	False	SPA0040_000000012761	0.9660044006765219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1849.0	98.97200000000001	83.0	0.00716299597057238	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0011_000000016301	1729	0.7015431557346856	4	4	3	2	4	False	67157	maximal	True	ENG0011_000000016301	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1729.0	100.0	100.0	0.00038253116533205054	NZ_JAAJTM010000001.1	enterobacteria	Escherichia marmotae strain UMB2500_14 scaffold00001, whole genome shotgun sequence	False	False
USA0030_01_000000002522	6583	0.7015410979160641	8	7	2	4	7	True	89004	fragment	False	USA0030_01_000000002522	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6606.0	94.369	100.0	0.0012666325977783498	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
ISR0090_000000015232	1923	0.7015408167844375	5	2	2	2	2	False	33668	maximal	True	ISR0090_000000015232	1.0		1	1	False	False	0.9713988304138184	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000020620	1679	0.7015398800413507	2	2	1	2	1	False	64589	maximal	True	ENG0043_000000020620	1.0		1	1	False	False	0.9946396946907043	0					non-mobilizable	no_good_hit	132.0	83.333	8.0	0.0001348612113419308	NZ_CABJAT010000001.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
FIJ0103_000000010188	2118	0.7015383709109025	3	3	2	3	2	False	101684	maximal	True	FIJ0103_000000010188	1.0		4	2	False	False	0.9995278716087341	0					non-mobilizable	no_good_hit	706.0	73.654	33.0	0.012594321698061994	NZ_QGDS01000020.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_120, whole genome shotgun sequence	True	False
SPA0116_000000011129	3472	0.7015188155602522	4	3	2	3	2	False	4361	maximal	True	SPA0116_000000011129	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	82.3	38.0	0.011883275852826076	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
SPA0079_000000003489	6144	0.7015157559018546	6	5	4	4	3	False	111519	fragment	False	SPA0079_000000003489	1.0		0	0	False	False	0.9991862177848816	0					non-mobilizable	no_good_hit	4775.0	98.97399999999999	78.0	0.08639293214570208	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
ISR0388_000000020288	1734	0.7015151199526872	2	2	2	2	2	False	107772	fragment	False	ISR0802_000000009550	0.9526345291479821		0	0	False	False	0.9982699155807495	0					non-mobilizable	no_good_hit								True	False
MON0019_000000027807	2401	0.7015147884317485	3	2	2	2	1	False	97381	fragment	False	CAN0001_000000017351	0.9468608169440242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002418293043377012	NZ_JOEH01000029.1	high GC Gram+	Streptacidiphilus jeojiense strain NRRL B-24555 contig29.1, whole genome shotgun sequence	True	False
ISR0121_000000003787	5960	0.7015118066226428	6	6	5	4	3	False	82164	maximal	False	ISR0789_000000002086	0.9583059538423031		0	0	False	False	1.0	0					non-mobilizable	other	5336.0	97.62	100.0	0.02787904782328973	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0019_000000004044	6265	0.7015106009599626	10	8	4	5	4	False	115728	fragment	False	ISR0053_000000003122	0.7046721445824402		0	0	False	False	0.9969672560691833	0					non-mobilizable	other	6263.0	99.40899999999999	99.0	0.04844700311063652	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0052_000000004691	5746	0.7015106009599626	10	8	4	5	4	False	115728	fragment	False	ISR0053_000000003122	0.43868116658897865		0	0	False	False	1.0	0					non-mobilizable	other	3860.0	99.741	100.0	0.02985282510794373	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0149_000000011589	3282	0.70150746904089	4	4	3	4	2	False	80188	fragment	False	ISR0117_000000008030	0.98301043219076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	71.396	13.0	0.002736423754764309	NZ_PZZW01000007.1	a-proteobacteria	Rhodobacter johrii strain JA192 Ga0191650_107, whole genome shotgun sequence	True	False
FIJ0047_000000007122	4172	0.7015026161033303	3	3	3	3	3	False	46902	maximal	True	FIJ0047_000000007122	1.0		2	2	False	False	0.993048906326294	0					non-mobilizable	no_good_hit	922.0	97.397	22.0	0.032226459988103154	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0126_000000009386	3731	0.7014990276073552	5	3	3	3	3	False	113890	fragment	False	DEN0083_000000006854	0.8731581528348851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000004635	3651	0.7014990276073552	4	3	3	3	3	False	113890	fragment	False	DEN0083_000000006854	0.873364228189134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.00032996877987698085	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
ISR0106_000000008287	2872	0.7014951751002938	4	3	3	3	2	False	32908	maximal	True	ISR0106_000000008287	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	75.862	5.0	5.376467390221371e-05	NZ_CP018092.1	cyanobacteria	Synechococcus lividus PCC 6715 chromosome, complete genome	True	False
ISR0246_000000017982	1319	0.7014928009444499	2	2	1	2	0	True	27116	maximal	True	ISR0246_000000017982	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0070_000000000247	34663	0.7014867736977229	48	18	11	16	10	True	44959	maximal	True	FIJ0070_000000000247	1.0		1	1	False	False	0.9999423027038574	0					non-mobilizable	no_good_hit	211.0	75.829	1.0	0.007838236964671135	KU516292.1	bacteria	Uncultured bacterium gwd2_scaffold_533 CRISPR-Cas system sequence	True	True
MAD0035_000000005336	4262	0.7014853025521068	5	4	2	4	1	True	125761	maximal	True	MAD0035_000000005336	1.0		39	9	False	False	0.9997653961181641	0					non-mobilizable	no_good_hit	1811.0	96.411	64.0	0.0006383458479466542	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0104_000000019181	2365	0.7014853025521068	4	4	2	4	1	True	125760	maximal	True	MON0104_000000019181	1.0		100	12	False	False	0.9961944818496704	0					non-mobilizable	chromosome	1426.0	96.14299999999999	91.0	0.0005028429150491886	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0133_000000005744	3136	0.7014793376220758	2	2	2	2	2	False	125500	fragment	False	CHI0133_000000005744	0.9792603904021931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	73.74	23.0	0.0003484699781179948	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ISR0806_000000004658	2385	0.7014784451921994	2	1	1	1	1	False	21778	fragment	False	ISR0806_000000004658	1.0		0	0	False	False	0.9941299557685852	0					non-mobilizable	no_good_hit	1324.0	93.73100000000001	56.0	0.02300189509188588	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
FIJ0167_000000003014	5930	0.7014726551497974	5	5	5	5	4	False	90173	maximal	True	FIJ0167_000000003014	1.0		62	11	False	False	0.9978077411651611	0					non-mobilizable	chromosome	5930.0	99.916	100.0	0.0012420353878485409	CP034843.1	enterobacteria	Escherichia coli strain L103-2 chromosome, complete genome	False	False
FIJ0011_000000009524	4451	0.7014701249763373	5	5	3	4	5	False	122188	fragment	False	MAD0111_000000003353	0.476823567284987		0	0	False	False	0.9995506405830383	0					non-mobilizable	other	4343.0	95.87799999999999	100.0	0.0012990467971060074	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0066_000000023090	1583	0.7014688827266732	2	2	2	2	1	False	70936	maximal	True	DEN0066_000000023090	1.0		4	3	False	False	0.9905242919921875	0					non-mobilizable	no_good_hit	857.0	73.862	54.0	0.00019206192421104953	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0053_000000003122	6518	0.7014687220734839	10	8	4	5	5	False	115728	fragment	False	ISR0053_000000003122	0.778744403960441		0	0	False	False	0.9975452423095703	0					non-mobilizable	other	6519.0	98.819	100.0	0.05042016806722689	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0084_000000015402	1869	0.7014664295614376	4	3	2	3	2	False	105419	fragment	False	ENG0084_000000015402	1.0		0	0	False	False	0.9919742941856384	0					non-mobilizable	no_good_hit	106.0	80.189	6.0	2.218152020941078e-05	CP019062.1	enterobacteria	Rahnella sp. ERMR1:05 chromosome, complete genome	True	False
ENG0056_000000005773	1873	0.7014615706854663	3	2	2	2	2	False	73049	fragment	False	ENG0056_000000005773	0.9848137535816619		0	0	False	False	1.0	0					non-mobilizable	other	1873.0	97.65100000000001	100.0	0.0009873626025865524	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
DEN0045_000000008817	3976	0.7014568774761196	4	1	1	1	1	False	99276	fragment	False	DEN0045_000000008817	1.0		0	0	False	False	0.9962273836135864	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000010149	3002	0.7014568774761196	4	1	1	1	1	False	99278	fragment	False	USA0015_01_000000010024	0.7163391366623597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.00023796726719210935	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AUS0022_000000014347	2427	0.7014568774761196	3	1	1	1	1	False	99275	fragment	False	AUS0022_000000014347	1.0		0	0	False	False	0.9934074878692627	0					non-mobilizable	no_good_hit								True	False
ISR0217_000000011394	2090	0.7014568774761196	3	1	1	1	1	False	61990	fragment	False	ISR0217_000000011394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0106_000000023495	1636	0.7014568774761196	1	1	1	1	1	False	61987	fragment	False	SPA0106_000000023495	0.9736015084852294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	4.0	0.000233864383275004	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0032_000000022092	1518	0.7014568774761196	2	1	1	1	1	False	36929	fragment	False	ISR0032_000000022092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0077_000000013980	1472	0.7014568774761196	1	1	1	1	1	False	61986	fragment	False	ENG0077_000000013980	1.0		0	0	False	False	0.9993206262588501	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000040172	1145	0.7014498820253862	2	2	2	2	2	False	3935	fragment	False	SPA0126_000000040172	1.0		0	0	False	False	0.9886462688446045	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	0.0009867009867009866	NZ_BAFX01000026.1	high GC Gram+	Nocardia concava NBRC 100430, whole genome shotgun sequence	True	False
ENG0059_000000003512	3537	0.7014435535332281	5	5	5	5	4	False	63387	maximal	True	ENG0059_000000003512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1413.0	100.0	40.0	0.00027037025406378745	CP042481.1	enterobacteria	Klebsiella pneumoniae strain C51 chromosome, complete genome	True	False
SPA0020_000000027489	1275	0.7014343279743389	2	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.21143709362271126		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	93.956	99.0	0.00044371912614171407	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0032_000000013630	2417	0.701434190251496	2	2	2	2	2	False	64907	fragment	False	ISR0032_000000013630	1.0		0	0	False	False	0.999586284160614	0					non-mobilizable	no_good_hit	1734.0	82.18	71.0	0.0003841233752649472	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ETH0001_000000016720	1919	0.7014256803531123	2	2	2	1	0	True	53514	fragment	False	ETH0001_000000016720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0005_000000015668	1843	0.7014256803531123	2	2	2	1	0	True	55090	fragment	False	SPA0005_000000015668	1.0		0	0	False	False	0.9983721971511841	0					non-mobilizable	no_good_hit	556.0	76.619	47.0	0.00014950854830727018	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
FIJ0119_000000011378	1543	0.7014256803531123	2	2	2	1	0	True	41569	fragment	False	FIJ0119_000000011378	1.0		0	0	False	False	0.9993519186973572	0					non-mobilizable	no_good_hit	960.0	83.542	78.0	0.00025913006104073144	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ENG0184_000000018788	1209	0.7014256803531123	2	2	2	1	0	True	55089	fragment	False	ENG0184_000000018788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	77.24	46.0	0.00354946790074327	NZ_FOAT01000009.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	True
SPA0002_000000000913	28223	0.7014234548081665	25	24	16	17	24	False	114190	maximal	True	SPA0002_000000000913	1.0		4	2	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	28223.0	99.99600000000001	100.0	0.09870524128958247	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
ISR0020_000000010101	2287	0.7014201826920377	4	2	2	2	2	True	37689	fragment	False	ISR0020_000000010101	1.0		0	0	False	False	0.9916921854019165	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0006724473544505397	NZ_RCXZ01000039.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0039, whole genome shotgun sequence	True	True
FIJ0072_000000020498	1283	0.7014130174178048	2	2	2	2	1	False	44729	fragment	False	FIJ0072_000000020498	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	93.531	100.0	0.020140132591824553	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
DEN0092_000000008427	1862	0.7014098284852167	2	2	1	1	2	False	68559	maximal	True	DEN0092_000000008427	1.0		1	1	False	False	0.9978517889976501	0					non-mobilizable	no_good_hit	582.0	74.742	31.0	0.01675129866339812	NZ_BAJR01000035.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	True	False
SPA0117_000000010003	3769	0.7014085996725155	5	4	4	3	2	False	4318	maximal	True	SPA0117_000000010003	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	1.0	1.226228268051613e-05	CP019857.1	firmicutes	Clostridioides difficile strain DSM 29745 chromosome, complete genome	True	False
SPA0113_000000021675	1355	0.7013980567279837	3	2	2	2	2	False	4484	maximal	True	SPA0113_000000021675	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0366_000000006462	2709	0.701397866099993	4	4	4	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.6901691780991579		0	0	False	False	1.0	0					non-mobilizable	chromosome	2589.0	96.678	100.0	0.0007502134252837578	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0309_000000002093	7368	0.7013941137016922	6	5	5	5	4	True	50091	maximal	True	ISR0309_000000002093	1.0		1	1	False	False	0.9949783086776733	0					non-mobilizable	no_good_hit	3536.0	97.087	74.0	0.12365723083382904	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0069_000000014116	1576	0.7013898324476624	2	2	2	2	2	False	44979	fragment	False	FIJ0069_000000014116	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	97.272	100.0	0.0845819236346061	NZ_CABKPS010000030.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0282_000000010384	2183	0.7013883573632006	3	3	3	3	3	False	76474	maximal	True	ISR0282_000000010384	0.9829119850187266		194	14	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	76.087	21.0	0.0019315196167325266	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ISR0827_000000004730	2377	0.7013874760004387	3	3	3	2	2	False	46393	fragment	False	ISR0827_000000004730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	75.325	25.0	0.08120118502558578	NZ_JH604978.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld563, whole genome shotgun sequence	True	False
DEN0061_000000022850	1876	0.7013833268510313	4	3	2	2	1	True	71863	fragment	False	MAD0032_000000008752	0.9636459430979979		0	0	False	False	0.9994669556617737	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000019108	2832	0.7013714968434414	4	4	4	4	2	False	69597	fragment	False	ISR0025_000000014129	0.9855261596529298		0	0	False	False	1.0	0					non-mobilizable	chromosome	2822.0	98.689	100.0	0.00062781694184381	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0227_000000005683	4668	0.7013694346186438	6	5	5	5	5	False	93531	maximal	True	ISR0227_000000005683	1.0		1	1	False	False	0.9965724349021912	0					non-mobilizable	no_good_hit	1250.0	94.64	57.0	0.028157265882140764	NZ_CABKPS010000010.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0098_000000009069	1932	0.7013658309105619	3	2	2	2	1	False	127933	fragment	False	ENG0029_000000011030	0.6252927400468384		0	0	False	False	1.0	0					non-mobilizable	other	1933.0	95.965	100.0	0.012338027449076085	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
MAD0060_000000010732	1584	0.7013612868905779	2	2	2	2	2	False	119664	fragment	False	ENG0204_000000015965	0.921230179507822		0	0	False	False	0.9804292917251587	0					non-mobilizable	other	1553.0	91.758	99.0	0.0004627870483005581	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0191_000000012840	2396	0.7013557964487693	3	3	3	3	3	False	89539	fragment	False	ENG0191_000000012840	1.0		0	0	False	False	0.9833055138587952	0					non-mobilizable	other	2378.0	99.74799999999999	99.0	0.009485386837778735	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
USA0045_01_000000011220	1290	0.7013530549315046	3	2	1	2	2	False	97023	fragment	False	USA0045_01_000000011220	0.9860278254398335		0	0	False	False	0.9968992471694946	0					non-mobilizable	plasmid	989.0	82.508	100.0	0.1897584541062802	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
CHI0038_000000009840	1280	0.7013530549315046	4	2	1	2	2	False	106914	fragment	False	SPA0065_000000013721	0.6369073993040936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	82.44	84.0	0.1962890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ISR0119_000000007491	4328	0.7013493621230789	4	3	3	3	3	False	32359	fragment	False	ISR0119_000000007491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	87.321	9.0	0.026337500793298215	NZ_CABKPS010000089.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0165_000000011286	1414	0.7013486705470098	3	3	3	3	3	False	66116	fragment	False	FIJ0165_000000011286	0.9548482605477424		0	0	False	False	0.9936350584030151	0					non-mobilizable	chromosome	1414.0	99.71700000000001	100.0	0.00028032755272657726	CP040827.1	enterobacteria	Enterobacter cloacae strain NH77 chromosome, complete genome	False	False
ISR0782_000000000586	17877	0.7013407864331581	23	7	6	5	3	False	108804	maximal	True	ISR0782_000000000586	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	89.15700000000001	0.0	0.0005054707967329326	NZ_JAAWUO010000005.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_5_length_162225_cov_126.953, whole genome shotgun sequence	True	False
ISR0182_000000002427	10116	0.7013392011712949	11	8	6	6	3	True	120442	fragment	False	ISR0182_000000002427	1.0		0	0	False	False	0.9982206225395203	0					non-mobilizable	no_good_hit	99.0	81.818	1.0	2.9212802314858594e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0107_000000000442	37760	0.7013380803241345	43	14	1	8	10	False	9410	maximal	True	MON0107_000000000442	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	95.28299999999999	0.0	0.00042634744419194743	NZ_QPJT01000005.1	firmicutes	Anaerobacterium chartisolvens strain DSM 27016 Ga0244570_105, whole genome shotgun sequence	True	False
USA0069_01_000000009259	6590	0.7013327693065529	6	4	2	3	3	False	38413	maximal	True	USA0069_01_000000009259	1.0		90	8	False	False	0.9949924349784851	0					non-mobilizable	no_good_hit	1961.0	79.245	30.0	0.008158171363478363	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0047_01_000000016149	2237	0.7013222326704353	3	2	2	2	2	False	95549	fragment	False	CHI0018_000000006944	0.8042876071855385		0	0	False	False	1.0	0					non-mobilizable	chromosome	2237.0	99.419	100.0	0.0003446529848474456	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0041_000000043254	1567	0.7013220330311437	3	2	2	1	1	False	97213	fragment	False	MON0004_000000028979	0.9982860875248806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.684	56.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0083_000000025342	1563	0.7013220330311437	3	2	2	1	1	False	97213	fragment	False	MON0004_000000028979	0.9993188509054672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.801	57.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0107_000000038959	1563	0.7013220330311437	3	2	2	1	1	False	97213	fragment	False	MON0004_000000028979	0.9986978054272073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.801	57.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0103_000000036126	1563	0.7013220330311437	3	2	2	1	1	False	97213	fragment	False	MON0004_000000028979	0.9993188509054672		0	0	False	False	0.999360203742981	0					non-mobilizable	no_good_hit	855.0	73.801	57.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0013_000000035698	1563	0.7013220330311437	3	2	2	1	1	False	97213	fragment	False	MON0004_000000028979	0.9993188509054672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.801	57.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0004_000000028979	1563	0.7013220330311437	3	2	2	1	1	False	97213	fragment	False	MON0004_000000028979	0.9993188509054672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.801	57.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0054_000000031640	1563	0.7013220330311437	3	2	2	1	1	False	97213	fragment	False	MON0004_000000028979	0.9993188509054672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.801	57.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0077_000000028466	1560	0.7013220330311437	3	2	2	1	1	False	97213	fragment	False	MON0004_000000028979	0.9985513415627005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.801	57.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0096_000000027163	1402	0.7013220330311437	2	2	2	1	1	False	97213	fragment	False	MON0004_000000028979	0.5236407328956352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	73.885	58.0	0.00019571475026797865	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0373_000000009168	1780	0.7013209019528261	2	1	1	1	1	False	110221	fragment	False	ISR0375_000000009302	0.14816608410346016		0	0	False	False	0.9910112619400024	0					non-mobilizable	no_good_hit	1433.0	94.27799999999999	88.0	0.006860028386324357	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0119_000000021564	1447	0.7013209019528261	2	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.7674965428166182		0	0	False	False	0.9958534836769104	0					non-mobilizable	other	1436.0	94.499	99.0	0.006874511204873951	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
SPA0015_000000018103	1373	0.7013209019528261	2	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.7213305513490872		0	0	False	False	0.9985433220863342	0					non-mobilizable	other	1360.0	94.853	99.0	0.0065076131349509035	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0045_000000020436	1289	0.7013209019528261	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.600141466299163		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	94.637	98.0	0.0060634733660966875	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ENG0077_000000016221	1286	0.7013209019528261	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.5188632793326416		0	0	False	False	0.9743390083312988	0					non-mobilizable	other	1281.0	95.238	99.0	0.006155197883577449	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0177_000000024932	1281	0.7013209019528261	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.6004583012320978		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	94.72399999999999	99.0	0.0060731285784630835	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
AST0094_000000007163	3008	0.7013148182542611	5	4	1	1	3	True	115656	fragment	False	AST0094_000000007163	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1072.0	95.429	85.0	0.009236102726849377	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
FIJ0142_000000023599	1538	0.7013135982893066	3	2	2	2	2	False	107556	fragment	False	MON0051_000000025864	0.9378705306375009		0	0	False	False	1.0	0					non-mobilizable	chromosome	1552.0	89.304	100.0	0.0004999157137594145	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0082_000000012216	1395	0.7013134614493313	4	2	2	2	2	False	24774	fragment	False	SPA0137_000000023963	0.9561025860561495		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	97.31299999999999	99.0	0.0066411830572608984	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0131_000000032208	1176	0.7013042718981142	3	1	1	1	1	False	31625	fragment	False	ISR0131_000000032208	1.0		0	0	False	False	0.9957482814788818	0					non-mobilizable	no_good_hit	79.0	100.0	13.0	2.458541271816008e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0129_000000005845	3567	0.7013030754013476	4	4	3	4	3	False	51740	maximal	True	FIJ0129_000000005845	1.0		13	2	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	84.025	39.0	0.005150688490517017	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
ISR0095_000000019813	1723	0.7013015153551181	1	1	1	1	1	False	33401	fragment	False	ISR0095_000000019813	1.0		0	0	False	False	0.991874635219574	0					non-mobilizable	no_good_hit	1257.0	85.521	73.0	0.0009982327936189522	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ENG0067_000000014859	1834	0.7012980911123202	3	2	2	2	1	False	95548	fragment	False	ENG0064_000000012080	0.9608482871125612		0	0	False	False	1.0	0					non-mobilizable	chromosome	1834.0	98.855	99.0	0.0002825352957179641	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0395_000000026452	1463	0.7012980911123202	3	2	2	2	1	False	95546	fragment	False	ISR0395_000000026452	0.9775689185371421		0	0	False	False	0.9986329674720764	0					non-mobilizable	chromosome	1455.0	100.0	99.0	0.00022411692306269494	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0835_000000004804	2756	0.7012942790249435	4	2	1	2	1	False	66922	fragment	False	ISR0835_000000004804	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2756.0	98.113	100.0	0.0663248110164187	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ENG0014_000000011103	2178	0.7012942790249435	4	2	1	2	1	False	66918	fragment	False	ENG0014_000000011103	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2178.0	97.61200000000001	100.0	0.05240984159083249	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0223_000000016100	1891	0.7012928940011824	3	2	2	2	2	False	27803	maximal	True	ISR0223_000000016100	1.0		58	7	False	False	0.9899523854255676	0					non-mobilizable	other	1801.0	96.669	100.0	0.0008704900486390548	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0084_000000006524	2024	0.7012882657685368	3	3	3	3	2	False	44011	fragment	False	FIJ0084_000000006524	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1994.0	98.345	99.0	0.01406155192120451	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	False	False
MON0012_000000046459	1246	0.7012867771645632	2	1	1	1	1	False	13576	fragment	False	MON0012_000000046459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	76.786	9.0	0.001258120596577912	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	True	False
ENG0029_000000005431	4433	0.7012849543304969	10	4	2	2	3	True	65825	maximal	True	ENG0029_000000005431	1.0		2	2	False	False	0.9889465570449829	0					non-mobilizable	no_good_hit								True	True
ISR0241_000000010198	1547	0.7012847500667748	2	2	2	1	1	False	67499	fragment	False	ISR0241_000000010198	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	78.179	99.0	0.003811473461083179	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
ENG0199_000000001062	16355	0.7012777830385836	13	8	7	7	5	True	54310	maximal	True	ENG0199_000000001062	1.0		1	1	False	False	0.9998165965080261	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	1.49081147663945e-05	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	True	True
SPA0014_000000004371	4600	0.7012694753510046	6	2	1	1	0	False	43989	maximal	True	SPA0014_000000004371	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	94.902	10.0	0.003978884961083017	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
AST0026_000000007440	4113	0.7012694753510046	5	2	1	1	0	False	119544	backbone	True	AST0026_000000007440	1.0	PS518|PS823	1	1	True	True	1.0	207					non-mobilizable	no_good_hit	518.0	97.68299999999999	48.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0078_000000004826	3659	0.7012694753510046	3	2	1	1	0	False	96714	backbone	False	FIJ0118_000000002268	0.6900273853179112	PS518	0	0	True	True	0.9997267127037048	5					non-mobilizable	no_good_hit	1179.0	99.152	58.0	0.3008939974457216	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0011_000000011384	3621	0.7012694753510046	4	2	1	1	0	False	96714	backbone	False	FIJ0118_000000002268	0.7515084760655079	PS518	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	518.0	97.29700000000001	55.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0043_000000007052	3607	0.7012694753510046	3	2	1	1	0	False	96714	backbone	False	FIJ0118_000000002268	0.512682387895077	PS518	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	518.0	97.68299999999999	54.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0068_000000008641	3602	0.7012694753510046	3	2	1	1	0	False	96714	backbone	False	FIJ0118_000000002268	0.5127728960997735	PS518	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	518.0	97.68299999999999	54.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0118_000000002268	3598	0.7012694753510046	4	2	1	1	0	False	96714	backbone	True	FIJ0118_000000002268	0.8654272373957056	PS518	6	1	True	True	1.0	11					non-mobilizable	no_good_hit	1160.0	98.79299999999999	57.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CAN0003_000000014195	3482	0.7012694753510046	3	2	1	1	0	True	96714	backbone	False	FIJ0118_000000002268	0.5822432531971629	PS518	0	0	True	True	0.9977024793624878	1					non-mobilizable	no_good_hit	1176.0	91.92200000000001	66.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0161_000000004617	3441	0.7012694753510046	3	2	1	1	0	False	96714	backbone	False	FIJ0118_000000002268	0.5983568599847306	PS518	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1160.0	98.79299999999999	59.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0138_000000005313	3372	0.7012694753510046	3	2	1	1	0	False	96714	backbone	False	FIJ0118_000000002268	0.2540640681982959	PS518	0	0	False	True	0.9997034668922424	0					non-mobilizable	no_good_hit	1160.0	98.79299999999999	60.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0121_01_000000014214	3314	0.7012694753510046	4	2	1	1	0	False	96714	backbone	False	FIJ0118_000000002268	0.16668566543174695	PS518	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	521.0	95.20200000000001	60.0	0.13282247765006386	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0114_000000014205	3190	0.7012694753510046	4	2	1	1	0	False	96714	backbone	False	FIJ0118_000000002268	0.2523084319015831	PS518	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1161.0	98.191	63.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CAN0004_000000009858	2744	0.7012694753510046	3	2	1	1	0	True	96235	fragment	False	CAN0004_000000009858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	91.59100000000001	72.0	0.27816091954022987	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
TAN0009_000000016455	2363	0.7012694753510046	4	2	1	1	0	False	19230	fragment	False	TAN0009_000000016455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000023410	2066	0.7012595529283815	3	3	3	2	2	False	93385	maximal	True	FIJ0021_000000023410	1.0		3	2	False	False	0.9937076568603516	0					non-mobilizable	no_good_hit	1593.0	89.07700000000001	81.0	0.00044405780469342255	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0063_000000014486	2182	0.7012538975421784	4	4	4	4	2	False	63087	fragment	False	ENG0063_000000014486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	76.85600000000001	21.0	0.00016611749534160643	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
CHI0021_000000006843	1325	0.7012486092082879	3	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.1911427681255457		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	95.62299999999999	100.0	0.0020491581272180513	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	True
CAN0013_000000019356	1215	0.7012486092082879	2	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.14548060373760538		0	0	False	False	0.9942386746406555	0					non-mobilizable	other	1215.0	95.473	100.0	0.0018789108507875484	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	True
AST0094_000000006789	3144	0.7012391240715657	2	2	2	2	2	False	126977	fragment	False	ISR0219_000000008631	0.05929940717108091		0	0	False	False	0.9990457892417908	0					non-mobilizable	other	1832.0	98.199	100.0	0.026112420541389902	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
FIJ0102_000000018414	1737	0.7012380195067801	3	3	3	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.34958153205024967		0	0	False	False	1.0	0					non-mobilizable	chromosome	1737.0	97.006	100.0	0.00048587288210781505	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0780_000000009205	1349	0.7012317039674506	3	1	1	1	1	False	22303	maximal	True	ISR0780_000000009205	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	96.61200000000001	57.0	0.0013295521375662521	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
SPA0156_000000014887	1385	0.7012262439409851	2	1	1	1	1	False	108086	fragment	False	SPA0146_000000016693	0.6756546013229917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0102_000000025709	1221	0.7012262439409851	1	1	1	1	1	False	108086	fragment	False	SPA0146_000000016693	0.40318193804825997		0	0	False	False	0.9991809725761414	0					non-mobilizable	no_good_hit								True	False
DEN0039_000000004190	3787	0.7012178619948243	4	4	4	3	3	False	121541	fragment	False	ISR0221_000000005717	0.9760214755374393		0	0	False	False	0.999735951423645	0					non-mobilizable	no_good_hit	2006.0	93.071	75.0	0.00035898670259405585	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
MON0062_000000002276	14408	0.7012124599982885	20	13	5	8	12	True	105442	fragment	False	MON0062_000000002276	1.0		0	0	False	True	0.9998611807823181	0					non-mobilizable	chromosome	14409.0	99.882	100.0	0.0026387601783104462	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
FIJ0043_000000002807	8433	0.7012092650416824	9	6	2	4	4	True	96581	fragment	False	SPA0147_000000000002	0.9371894960965224		0	0	False	False	0.9998814463615417	0					non-mobilizable	no_good_hit	157.0	89.17200000000001	2.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0085_000000013012	1909	0.7012083903205677	3	3	3	3	1	False	92344	fragment	False	ISR0077_000000016071	0.7093419529576414		0	0	False	False	0.9994761943817139	0					non-mobilizable	no_good_hit	905.0	80.663	47.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0100_000000002887	11010	0.7012047441741851	9	8	7	7	6	False	20310	fragment	False	MAD0100_000000002887	0.9922116918457352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3946.0	73.289	35.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
SPA0117_000000018974	1998	0.701202953161702	3	2	2	2	2	False	4302	maximal	True	SPA0117_000000018974	1.0		80	11	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	94.34	8.0	5.595251543740525e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0117_000000001399	17166	0.7012002010895125	19	15	8	9	14	False	87495	maximal	True	ISR0117_000000001399	1.0		1	1	False	False	1.0	0				MOBF	mobilizable	plasmid	6008.0	97.054	95.0	0.037378175526816944	CP025740.1	enterobacteria	Escherichia coli strain Ec40 plasmid unnamed	False	True
MAD0105_000000002667	9301	0.7011990758493316	8	8	8	8	6	False	15793	maximal	True	MAD0105_000000002667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2125.0	75.012	33.0	0.0004441503623215188	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CHI0062_000000002489	6367	0.7011984670697997	10	9	5	6	7	True	123626	fragment	False	ISR0317_000000001658	0.24929636539383832		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	6401.0	96.61	100.0	0.05336873937190581	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
SPA0012_000000010204	2396	0.7011892466212309	3	3	3	3	3	True	126784	fragment	False	ISR0029_000000017613	0.9646346228995701		0	0	False	False	0.9920701384544373	0					non-mobilizable	no_good_hit								True	True
ISR0143_000000009859	3211	0.7011836498138995	2	2	2	2	2	False	83867	maximal	True	ISR0143_000000009859	1.0		6	4	False	False	0.9996885657310486	0					non-mobilizable	no_good_hit	1302.0	99.07799999999999	41.0	0.06027448071216617	NZ_WNCH01000039.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold39_size21568, whole genome shotgun sequence	True	False
TAN0009_000000002845	8363	0.7011823239975589	15	8	4	5	6	True	2887	maximal	True	TAN0009_000000002845	0.9962975556773653		6	1	True	True	1.0	36					non-mobilizable	no_good_hit	1337.0	93.71700000000001	48.0	0.16139164049287266	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	True
TAN0008_000000001291	7814	0.7011823239975589	14	8	4	5	6	True	2887	maximal	False	TAN0009_000000002845	0.9746502451273467		0	0	False	True	0.9987202286720276	0					non-mobilizable	no_good_hit	1337.0	93.71700000000001	49.0	0.16139164049287266	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	True
ISR0082_000000019431	1667	0.7011820526027621	1	1	1	1	1	False	34160	maximal	True	ISR0082_000000019431	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0047_000000010854	1431	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.6328974374805023		0	0	False	False	0.9867225885391235	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000026518	1390	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.4859712380048461		0	0	False	False	0.999280571937561	0					non-mobilizable	no_good_hit								True	False
ISR0215_000000021666	1388	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.4815995204762259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0171_000000017472	1386	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.5006962033744736		0	0	False	False	0.9956709742546082	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000024984	1288	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.4507246860493782		0	0	False	False	0.9852484464645386	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000030419	1272	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.41063948184499044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000029578	1271	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.39088799022511606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0017_000000026556	1266	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.3895755692912971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0149_000000014605	1260	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.40889422115160334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0030_000000005580	1238	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.34123028770743347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0172_000000013437	1230	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.33948742462384535		0	0	False	False	0.9845528602600098	0					non-mobilizable	no_good_hit								True	False
SPA0137_000000030057	1229	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.3415683253384757		0	0	False	False	0.9991863369941711	0					non-mobilizable	no_good_hit								True	False
ENG0006_000000018113	1222	0.7011805221313065	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.3395489919013046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000006554	4140	0.7011755994181527	4	4	4	4	4	False	89534	maximal	True	ENG0122_000000006554	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	91.76799999999999	79.0	0.00032335198444108766	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
CHI0151_000000007609	3260	0.7011720744956481	3	2	0	1	1	False	126137	fragment	False	ISR0357_000000007006	0.3620000659065465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0064794816414686825	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
FIJ0058_000000037531	1161	0.7011676321962674	2	2	2	2	2	False	45944	maximal	True	FIJ0058_000000037531	1.0		28	4	False	False	0.9939706921577454	0					non-mobilizable	no_good_hit	365.0	73.699	31.0	0.0005505245447347585	NZ_VAJM01000003.1	CFB group bacteria	Hymenobacter jeollabukensis strain 1-3-3-8 contig3, whole genome shotgun sequence	True	False
FIJ0011_000000028713	1577	0.7011371200000209	2	2	2	2	1	False	50931	maximal	True	FIJ0011_000000028713	1.0		16	2	False	False	0.986049473285675	0					non-mobilizable	no_good_hit	986.0	78.905	62.0	0.0005161092245922075	CP047880.1	euryarchaeotes	Methanomassiliicoccaceae archaeon DOK chromosome, complete genome	True	False
FIJ0158_000000005547	3219	0.7011311923663034	3	2	2	2	2	False	39439	maximal	True	FIJ0158_000000005547	1.0		3	3	False	False	0.9996893405914307	0					non-mobilizable	no_good_hit	1595.0	82.132	67.0	0.0004217758354278438	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
CHI0049_000000013540	1220	0.701130446800597	2	2	2	2	1	False	86742	fragment	False	CHI0049_000000013540	1.0		0	0	False	False	0.9540983438491821	0					non-mobilizable	no_good_hit	85.0	83.529	7.0	0.03253968253968254	NZ_SETF01000036.1	firmicutes	Sporanaerobacter acetigenes strain F-12 NODE_36_length_2520_cov_922.866, whole genome shotgun sequence	True	False
ISR0789_000000011355	1247	0.7011267431758822	2	2	2	2	1	False	22093	fragment	False	ISR0789_000000011355	1.0		0	0	False	False	0.9919807314872742	0					non-mobilizable	other	1236.0	99.515	99.0	0.0003719361944211378	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0051_000000008923	3066	0.7011257819938573	3	3	3	3	3	False	64079	maximal	True	ENG0051_000000008923	1.0		3	2	True	True	1.0	2					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.01883116883116883	XM_019905106.1	beetles	PREDICTED: Dendroctonus ponderosae heat shock protein 70 A1-like (LOC109538062), transcript variant X2, mRNA	True	True
SPA0095_000000013429	1443	0.7011256056581346	3	3	3	3	3	False	74159	maximal	False	DEN0026_000000018121	0.9458518049398353		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	100.0	100.0	0.000287679363195196	CP049101.1	enterobacteria	Escherichia coli strain EC28 chromosome, complete genome	False	False
ISR0203_000000002059	9193	0.7011254047402936	8	4	3	3	1	True	36200	fragment	False	ISR0203_000000002059	0.9830693610049154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0101_000000014634	4009	0.7011224611849535	7	2	2	2	2	False	22023	fragment	False	ISR0793_000000003307	0.97411933860532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0047_000000019494	1590	0.7011202379518651	2	2	2	1	2	False	46870	fragment	False	FIJ0047_000000019494	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1578.0	97.97200000000001	99.0	0.12220069740410694	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0173_000000008918	1981	0.7011083135617864	2	2	2	2	2	False	88059	fragment	False	SPA0126_000000021053	0.9528347798491061		0	0	False	False	0.9944472312927246	0					non-mobilizable	other	1981.0	98.587	100.0	0.0005919369222448999	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0067_000000002790	8360	0.7011069680291122	10	4	3	3	2	False	62501	maximal	True	ISR0067_000000002790	1.0		14	5	False	False	0.9998803734779358	0					non-mobilizable	no_good_hit								True	False
ENG0002_000000014311	1626	0.7010962465445266	3	3	3	2	1	False	103245	fragment	False	ENG0086_000000013755	0.6320934596765744		0	0	False	False	0.998769998550415	0					non-mobilizable	other	1626.0	99.87700000000001	100.0	0.0004317999254381175	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MON0037_000000008632	5976	0.7010953403536836	5	5	5	5	5	False	12142	maximal	True	MON0037_000000008632	1.0		184	12	False	False	0.9998326897621155	0					non-mobilizable	chromosome	5870.0	99.98299999999999	98.0	0.0011401846209318392	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ENG0176_000000004541	1914	0.7010944245898169	2	2	2	2	1	False	55569	maximal	True	ENG0176_000000004541	1.0		42	7	False	False	0.9994775056838989	0					non-mobilizable	chromosome	1914.0	99.634	100.0	0.0008652068355410505	LR134344.1	high GC Gram+	Bifidobacterium bifidum strain NCTC13001 genome assembly, chromosome: 1	False	False
MAD0050_000000018707	1293	0.7010941138965625	2	2	1	2	1	True	17384	maximal	True	MAD0050_000000018707	1.0		1	1	False	False	0.9945862293243408	0					non-mobilizable	no_good_hit								True	True
MON0100_000000012670	3278	0.7010919751722023	3	2	2	1	1	False	97765	maximal	True	MON0100_000000012670	1.0		5	3	False	False	0.9923734068870544	0					non-mobilizable	no_good_hit	1982.0	99.697	60.0	0.00039606106177952774	CP027457.1	enterobacteria	Escherichia coli strain 88-3493 chromosome, complete genome	True	False
FIJ0005_000000026367	1387	0.7010913401736494	3	2	2	2	2	False	51874	fragment	False	SPA0040_000000030627	0.9465811965811965		0	0	False	False	0.9891852736473083	0					non-mobilizable	no_good_hit	115.0	83.478	31.0	1.730745343184593e-05	CP022656.1	b-proteobacteria	Delftia acidovorans strain RAY209 genome	True	False
AST0060_000000004416	6166	0.7010859301389706	8	5	3	4	3	True	132409	maximal	True	AST0060_000000004416	0.9600513396438313	PS1159|PS463	1	1	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3009.0	95.51299999999999	70.0	0.025557284889308463	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
MAD0080_000000002140	2725	0.7010834132827715	3	3	2	1	2	False	16161	fragment	False	MAD0080_000000002140	1.0		0	0	False	False	0.9699082374572754	0					non-mobilizable	plasmid	2677.0	100.0	98.0	0.012634143347481433	MK715436.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain SCNJ1 plasmid pVir-SCNJ1, complete sequence	False	True
FIJ0001_000000010159	1957	0.7010748753832358	3	2	2	2	1	False	100816	maximal	True	FIJ0001_000000010159	1.0		6	3	False	False	0.983648419380188	0					non-mobilizable	no_good_hit	1495.0	99.53200000000001	76.0	0.00026795855932995296	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
AUS0014_000000018081	1539	0.7010748753832358	2	2	2	2	1	False	100803	fragment	False	AUS0014_000000018081	0.9793849730822963		0	0	False	False	0.9987004399299622	0					non-mobilizable	other	1539.0	100.0	100.0	0.002347131250114457	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
DEN0010_000000037579	1255	0.7010709855197521	1	1	1	1	1	True	75850	maximal	True	DEN0010_000000037579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	100.0	3.0	0.03825136612021858	XM_014669823.1	eukaryotes	Blastocystis sp. ST4 germination-specific cysteine protease 1-like protein mRNA	True	True
CHI0158_000000003503	4209	0.7010649768122668	3	3	3	3	3	False	122467	fragment	False	ISR0169_000000006572	0.9682551247172038		0	0	False	True	0.9904965758323669	0					non-mobilizable	no_good_hit	2322.0	92.506	55.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0060_000000002866	4509	0.7010629447383666	4	2	2	2	2	True	119010	maximal	True	FIJ0060_000000002866	1.0		1	1	False	False	0.9960079789161682	0					non-mobilizable	no_good_hit	1940.0	95.825	57.0	0.0006523194534249632	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0139_000000011903	2304	0.7010628371839427	4	3	2	2	2	False	33898	fragment	False	SPA0139_000000011903	1.0		0	0	False	False	0.9991319179534912	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	8.839479844596894e-06	CP014219.1	firmicutes	Clostridium botulinum strain B515 chromosome, complete genome	True	False
ISR0060_000000002004	15590	0.7010534200998928	16	3	1	3	3	True	73512	backbone	False	ENG0194_000000001305	0.95316710586926	PS345	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	405.0	84.198	4.0	0.006877933868665853	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
AST0031_000000021151	1167	0.7010520115364338	1	1	1	1	1	False	117125	fragment	False	AST0031_000000021151	1.0		0	0	False	False	0.9820051193237305	0					non-mobilizable	no_good_hit								True	False
FIJ0099_000000012390	1787	0.7010513343409598	4	4	2	2	3	True	42776	fragment	False	FIJ0099_000000012390	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1787.0	99.77600000000001	100.0	0.02961906499278595	MF510424.1	enterobacteria	Klebsiella pneumoniae strain JAB-1 plasmid pKp-CTX-M, complete sequence	False	True
ENG0125_000000015978	1654	0.7010465250075429	2	1	1	1	1	False	58822	fragment	False	ENG0125_000000015978	0.9696186166774402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	80.969	86.0	0.0006959177894353005	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0150_000000006699	2473	0.7010438616193838	5	2	2	2	2	False	109667	maximal	True	ENG0150_000000006699	1.0		6	4	False	False	0.9826121926307678	0					non-mobilizable	no_good_hit	1745.0	99.885	71.0	0.00037551285619861206	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	True	False
ISR0135_000000008946	2154	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.9796066629817821		0	0	False	False	1.0	0					non-mobilizable	chromosome	2154.0	99.954	100.0	0.00041282705230938674	CP041522.1	enterobacteria	Escherichia coli strain 69 chromosome	False	False
AST0092_000000007001	2151	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.9721528750748509		0	0	False	False	0.9972106218338013	0					non-mobilizable	chromosome	2138.0	99.81299999999999	100.0	0.0004158172443322281	CP051744.1	enterobacteria	Escherichia coli strain SCU-484 chromosome, complete genome	False	False
CHI0112_000000008742	2058	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.9728560742628183		0	0	False	False	0.9965986609458923	0					non-mobilizable	other	1984.0	99.74799999999999	99.0	0.000419106611803082	CP013031.1	enterobacteria	Escherichia coli strain H1827/12, complete genome	False	False
SPA0046_000000015487	2035	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.9734599876515266		0	0	False	False	0.9970515966415405	0					non-mobilizable	chromosome	2035.0	100.0	100.0	0.0003900093935890816	CP041522.1	enterobacteria	Escherichia coli strain 69 chromosome	False	False
ENG0194_000000013334	2026	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.9721548309795168		0	0	False	False	0.999506413936615	0					non-mobilizable	chromosome	2026.0	100.0	100.0	0.00039164528734676274	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
CHI0029_000000005832	2003	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.9657112983735132		0	0	False	False	0.995506763458252	0					non-mobilizable	chromosome	1989.0	100.0	99.0	0.0003825915458045604	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
MAD0060_000000008412	1994	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.9708594656812009		0	0	False	False	1.0	0					non-mobilizable	chromosome	1994.0	99.699	100.0	0.0004299691751150324	LR134220.1	enterobacteria	Escherichia coli strain NCTC11121 genome assembly, chromosome: 1	False	False
MAD0008_000000006847	1921	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.8527591363448627		0	0	False	False	1.0	0					non-mobilizable	other	1921.0	99.74	100.0	0.000415500506066632	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
ISR0015_000000014515	1777	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.5386574677709804		0	0	False	False	1.0	0					non-mobilizable	other	1777.0	99.775	100.0	0.00036038361374668686	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
FIJ0123_000000018881	1753	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.48625628027362006		0	0	False	False	1.0	0					non-mobilizable	chromosome	1753.0	99.601	100.0	0.00033630556816061584	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
CHI0086_000000003508	1730	0.7010438616193838	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.4338750145868163		0	0	False	False	0.9855491518974304	0					non-mobilizable	chromosome	1728.0	99.65299999999999	99.0	0.00037936608937522186	CP053720.1	enterobacteria	Escherichia coli strain CP131_Sichuan chromosome, complete genome	False	False
ISR0165_000000021470	1175	0.7010431213918258	2	2	2	2	2	False	83558	fragment	False	ISR0165_000000021470	0.9882301656495205		0	0	False	False	0.999148964881897	0					non-mobilizable	other	1175.0	98.809	100.0	0.02425970698241481	NZ_QRST01000015.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf15, whole genome shotgun sequence	False	False
SPA0029_000000019053	1415	0.7010348921452494	2	2	2	2	2	False	104573	fragment	False	SPA0029_000000019053	1.0		0	0	False	False	0.9964664578437805	0					non-mobilizable	chromosome	1404.0	97.65	99.0	0.00031943157117757324	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MON0008_000000021641	1669	0.7010326091244939	2	2	2	2	2	False	82010	fragment	False	SPA0056_000000020672	0.6510025062656641		0	0	False	False	0.9970042109489441	0					non-mobilizable	other	1669.0	99.101	100.0	0.011156593627096877	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0047_000000004854	3171	0.7010304660948127	4	3	3	2	2	False	116955	maximal	True	CHI0047_000000004854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	78.516	63.0	0.0558199121522694	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
FIJ0050_000000004965	5196	0.7010299624827482	4	3	3	3	2	False	130370	maximal	True	FIJ0050_000000004965	1.0	PS1101	3	1	False	True	0.9886451363563538	0					non-mobilizable	other	4822.0	97.65700000000001	95.0	0.000929946063515471	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
DEN0077_000000000798	7362	0.7010277774050307	6	4	2	3	2	True	69932	maximal	True	DEN0077_000000000798	1.0		11	4	False	False	0.9998641610145569	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000004157	6804	0.7010277774050307	8	4	2	3	2	True	52265	fragment	False	FIJ0088_000000004157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0067_000000015509	1338	0.7010274911115705	2	1	1	1	1	False	6022	maximal	True	SPA0067_000000015509	1.0		82	8	False	False	1.0	0					non-mobilizable	other	1338.0	99.70100000000001	100.0	0.000350139505844999	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
AUS0004_000000004823	4409	0.7010259880336733	3	2	2	2	1	True	122829	maximal	True	AUS0004_000000004823	1.0		19	7	False	False	0.9997732043266296	0					non-mobilizable	no_good_hit	3860.0	96.81299999999999	87.0	0.04189761982393218	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0028_000000002952	5537	0.7010255478679096	7	5	5	5	5	False	121377	maximal	True	ISR0028_000000002952	1.0		33	5	False	False	1.0	0					non-mobilizable	chromosome	5537.0	98.79	100.0	0.001744933907791464	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0018_000000011525	2431	0.7010118097495217	5	3	3	1	0	False	99999	maximal	True	AUS0018_000000011525	1.0		2	2	False	False	0.9991772770881653	0					non-mobilizable	no_good_hit	1079.0	79.98100000000001	72.0	0.00047972289420615235	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0117_000000008952	2267	0.7010046793953999	4	3	0	3	3	True	61355	maximal	True	FIJ0117_000000008952	1.0		8	3	False	False	0.9973533153533936	0	Inc11				non-mobilizable	other	2172.0	96.915	100.0	0.0009748599232597507	FR873482.1	firmicutes	Streptococcus salivarius JIM8777 complete genome	False	True
BAN0013_000000000026	5763	0.7010036402898985	6	6	3	4	6	False	98727	fragment	False	BAN0013_000000000026	0.9748824194266145		0	0	False	False	0.9979177713394165	0		MOBP			mobilizable	plasmid	5763.0	99.809	100.0	0.15057753619401035	KX833212.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain Salmonella Typhi strain Ty004 plasmid pTy004_02 plasmid pTy004_02, complete sequence	False	True
DEN0096_000000031656	1436	0.701002093637781	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.9196745465411883		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	89.569	100.0	0.0004464260715314561	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0022_000000011022	2761	0.7010012358284077	4	3	3	2	1	False	91315	maximal	True	CAN0022_000000011022	1.0		2	2	False	False	0.9985512495040894	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0077_000000007478	3958	0.701000540764548	6	4	2	4	3	True	44521	maximal	True	FIJ0077_000000007478	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2337.0	83.48299999999999	59.0	0.013003522487357687	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0018_000000011405	1855	0.7010001441381655	3	3	3	3	3	False	37783	maximal	True	ISR0018_000000011405	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	85.83	51.0	0.00024384677225222442	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0046_000000009539	3017	0.7009852888984702	4	3	3	3	3	False	117425	maximal	True	FIJ0046_000000009539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1725.0	79.536	57.0	0.000992211887483865	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0224_000000015430	1981	0.7009729588064781	4	3	3	3	3	False	27739	maximal	True	ISR0224_000000015430	1.0		11	3	False	False	0.9969712495803833	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0001621205366189762	NZ_VKGK01000011.1	g-proteobacteria	Shewanella hanedai strain JCM 20706 NODE_11_length_172711_cov_40.552796, whole genome shotgun sequence	True	False
MAD0111_000000004425	3822	0.7009606813238292	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7938183407002019		0	0	False	False	1.0	0					non-mobilizable	other	3823.0	98.14299999999999	100.0	0.34364879453040664	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0169_000000006298	3540	0.7009606813238292	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6695323293188576		0	0	False	False	1.0	0					non-mobilizable	other	3540.0	98.87	100.0	0.03760549308050424	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0081_000000021193	1702	0.7009606128689263	2	2	2	2	2	False	44245	fragment	False	FIJ0081_000000021193	1.0		0	0	False	False	0.999412477016449	0					non-mobilizable	no_good_hit	816.0	79.53399999999999	48.0	0.00023837148350814885	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
MAD0100_000000002303	13004	0.7009586302307321	9	6	3	6	2	True	15185	fragment	False	MAD0100_000000002303	1.0		0	0	False	False	0.9999231100082397	0					non-mobilizable	no_good_hit	345.0	74.203	3.0	6.59306919551795e-05	NZ_CP014476.1	g-proteobacteria	Methylomonas denitrificans strain FJG1 chromosome, complete genome	True	True
FIJ0166_000000012739	1885	0.7009464595494118	3	2	2	2	1	True	89671	maximal	True	FIJ0166_000000012739	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	91.321	54.0	0.015516844447855114	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MON0103_000000010512	4155	0.7009382783853333	6	6	3	4	2	False	132272	fragment	False	DEN0079_000000010289	0.21017843613658332		0	0	False	False	1.0	0					non-mobilizable	other	4163.0	93.274	100.0	0.0009651698950981408	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0012_000000026200	2004	0.7009320677907177	2	2	2	2	1	False	13602	fragment	False	MON0012_000000026200	1.0		0	0	False	False	0.9955089688301086	0					non-mobilizable	no_good_hit	497.0	87.928	25.0	0.00025638401362970497	NZ_JPNB01000002.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000013_quiver.2_C, whole genome shotgun sequence	True	False
USA0004_01_000000015550	1426	0.7009306869229617	3	3	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.22659230189710655		0	0	False	False	1.0	0					non-mobilizable	chromosome	1408.0	93.182	100.0	0.00039239273082670317	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0202_000000004158	5827	0.7009246133200562	2	2	2	2	1	True	105179	fragment	False	DEN0079_000000005641	0.7994640646862315		0	0	False	False	1.0	0					non-mobilizable	other	5837.0	96.025	100.0	0.012899075510989084	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
SPA0084_000000001568	8056	0.7009232707077456	8	8	8	8	8	False	87644	maximal	True	SPA0084_000000001568	1.0		32	5	False	False	0.9990069270133972	0					non-mobilizable	chromosome	8057.0	98.064	100.0	0.0025386014619495035	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0058_000000005965	3203	0.7009170194289803	4	3	3	2	1	True	85916	fragment	False	CHI0058_000000005965	1.0		0	0	False	False	0.998751163482666	0					non-mobilizable	no_good_hit								True	True
ISR0825_000000004854	4524	0.700910256844477	7	5	4	3	5	False	115994	maximal	True	ISR0825_000000004854	1.0	PS760	36	8	False	True	1.0	0					non-mobilizable	no_good_hit	1051.0	90.58	23.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
DEN0061_000000014254	2865	0.7009052744219774	4	4	3	4	2	False	71902	maximal	True	DEN0061_000000014254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2533.0	99.40799999999999	88.0	0.0007031341120015995	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0058_000000003266	7918	0.7008983609746134	7	4	4	4	4	False	90388	maximal	True	ENG0058_000000003266	1.0		3	2	False	False	0.9933063983917236	0					non-mobilizable	no_good_hit	1247.0	95.589	47.0	0.010033579475451552	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
MON0053_000000012052	3019	0.7008905082488255	2	2	2	2	2	False	108734	fragment	False	AUS0010_000000006971	0.8141595192549255		0	0	False	False	0.9993375539779663	0					non-mobilizable	no_good_hit	1669.0	97.42399999999999	55.0	0.04597606045562359	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0054_000000015589	2812	0.7008905082488255	3	2	2	2	2	False	108734	fragment	False	AUS0010_000000006971	0.6749819885255729		0	0	False	False	0.9989331364631653	0					non-mobilizable	no_good_hit	1669.0	97.36399999999999	59.0	0.04597606045562359	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0167_000000007581	3278	0.7008849153901472	3	3	3	3	1	False	56078	maximal	True	ENG0167_000000007581	1.0		5	4	False	False	0.9938986897468567	0					non-mobilizable	other	3282.0	98.995	100.0	0.0009920085677592677	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ENG0074_000000004228	5124	0.7008799713448433	4	4	4	1	2	False	124486	maximal	True	ENG0074_000000004228	1.0		31	8	False	False	1.0	0					non-mobilizable	no_good_hit	2743.0	92.59899999999999	73.0	0.03720144884119938	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	True	False
FIJ0171_000000012990	1607	0.7008712305334288	3	3	3	2	2	False	38794	maximal	True	FIJ0171_000000012990	1.0		7	3	False	False	0.9987554550170898	0					non-mobilizable	no_good_hit	656.0	73.32300000000001	40.0	0.005966344644143562	NZ_QJKD01000020.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_120, whole genome shotgun sequence	True	False
MON0021_000000025866	1176	0.7008654552656803	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.09677065508005214		0	0	False	False	1.0	0					non-mobilizable	chromosome	1177.0	90.90899999999999	100.0	0.00040746870263917023	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0003_000000013799	1176	0.7008654552656803	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.11698033475284608		0	0	False	False	0.9617347121238708	0					non-mobilizable	chromosome	1177.0	91.164	100.0	0.00040746870263917023	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0080_000000051746	1140	0.7008654552656803	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.08116660837496148		0	0	False	False	0.9991227984428406	0					non-mobilizable	chromosome	1141.0	90.885	100.0	0.00039492047911905893	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AUS0002_000000020957	1771	0.7008616281351314	3	3	3	3	2	False	102888	fragment	False	AUS0002_000000020957	0.9956697459584296		0	0	False	False	0.983625054359436	0					non-mobilizable	no_good_hit	391.0	73.913	22.0	0.00022566676657426185	CP026606.1	euryarchaeotes	Methanococcus maripaludis strain DSM 2067 chromosome, complete genome	True	False
FIJ0111_000000000913	22470	0.7008611232987764	19	11	8	9	2	True	97623	fragment	False	FIJ0129_000000000627	0.7114058272995163		0	0	False	False	0.9998664855957031	0					non-mobilizable	no_good_hit	1246.0	81.38	6.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MON0068_000000030048	1407	0.7008596311977111	1	1	1	1	1	False	10544	fragment	False	MON0068_000000030048	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	97.10799999999999	93.0	0.00036461891353005535	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AUS0012_000000002845	5087	0.7008544750604601	8	6	3	5	5	True	120943	maximal	True	AUS0012_000000002845	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4169.0	95.46700000000001	82.0	0.0011826142644968183	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0059_000000015191	1200	0.7008487456233874	2	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9929413956808494		0	0	False	False	0.9825000166893005	0					non-mobilizable	other	1200.0	98.833	100.0	0.0005989986381398769	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0090_000000021322	1194	0.7008487456233874	2	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9949763683052404		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	98.492	100.0	0.0005960011470399276	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0288_000000024630	1177	0.7008487456233874	2	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9895611517194512		0	0	False	False	0.9949023127555847	0					non-mobilizable	other	1177.0	98.471	100.0	0.0005875082555900711	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0101_000000029065	1173	0.7008487456233874	2	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9886525917816946		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	98.806	100.0	0.0005855099281901049	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0359_000000023892	1167	0.7008487456233874	2	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9907909104532135		0	0	False	False	0.9922879338264465	0					non-mobilizable	other	1167.0	98.62899999999999	100.0	0.0005825124370901555	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0018_01_000000018179	1161	0.7008487456233874	2	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9877101052856173		0	0	False	False	0.9896640777587891	0					non-mobilizable	other	1161.0	98.45	100.0	0.0005795149459902062	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0062_000000027320	1145	0.7008487456233874	1	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9802945813008823		0	0	False	False	0.9982532858848572	0					non-mobilizable	other	1145.0	98.69	100.0	0.0005715216363903413	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0034_000000029935	1143	0.7008487456233874	1	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9785220985286174		0	0	False	False	0.993000864982605	0					non-mobilizable	other	1143.0	98.6	100.0	0.0005705224726903582	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0808_000000014843	1143	0.7008487456233874	1	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9797624528297152		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	98.51299999999999	100.0	0.0005705224726903582	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0825_000000021172	1143	0.7008487456233874	1	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9801625114379706		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	98.68799999999999	100.0	0.0005705224726903582	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0771_000000010349	1143	0.7008487456233874	1	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9797624528297152		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	98.51299999999999	100.0	0.0005705224726903582	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0223_000000010442	2726	0.7008479804720461	3	2	2	2	2	False	27819	maximal	True	ISR0223_000000010442	1.0		1	1	False	False	0.9853264689445496	0					non-mobilizable	no_good_hit	501.0	82.435	23.0	0.008125192973333117	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
AST0048_000000002648	6720	0.7008347763420876	12	8	6	7	6	False	131552	fragment	False	AST0048_000000002648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	99.245	50.0	0.00028157086736867767	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
CAN0013_000000013039	1737	0.7008298440670198	2	2	2	2	1	False	93857	maximal	True	CAN0013_000000013039	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0013_000000005096	4978	0.7008234875403015	10	5	2	4	2	False	63932	fragment	False	SPA0013_000000005096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	92.21600000000001	4.0	4.9979421123892665e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CAN0016_000000033937	1345	0.7008222430559962	2	2	1	1	2	False	92700	maximal	True	CAN0016_000000033937	0.9874213836477987		97	9	False	False	1.0	0					non-mobilizable	other	1345.0	99.62799999999999	100.0	0.003966169518334681	NZ_JAATLI010000005.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_05, whole genome shotgun sequence	False	False
MON0022_000000026485	1205	0.7008194323677935	2	1	1	1	1	True	27409	fragment	False	MON0022_000000026485	0.9757239861362981		0	0	False	False	0.982572615146637	0					non-mobilizable	no_good_hit	894.0	76.957	74.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0106_000000025168	1694	0.7008191071998017	2	1	1	1	1	False	109820	fragment	False	MON0106_000000025168	0.9786386027765338		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	97.993	100.0	0.0005097298792936764	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0097_000000023127	1595	0.7008191071998017	1	1	1	1	1	False	109820	fragment	False	MON0106_000000025168	0.9639512003148366		0	0	False	False	0.9993730187416077	0					non-mobilizable	other	1595.0	97.492	100.0	0.0004799228751294271	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0040_000000017180	1417	0.7008191071998017	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.38429953892319585		0	0	False	False	1.0	0					non-mobilizable	chromosome	1417.0	99.506	100.0	0.00047661730962319295	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0090_000000016637	1360	0.7008191071998017	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.22857664374402364		0	0	False	False	0.9977940917015076	0					non-mobilizable	chromosome	1360.0	99.044	100.0	0.00047955334845743675	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0135_000000013920	1620	0.7008171991321162	3	3	3	2	1	False	58085	fragment	False	ENG0135_000000013920	1.0		0	0	False	False	0.9888888597488403	0					non-mobilizable	chromosome	1620.0	99.506	100.0	0.0004507081462922365	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0162_000000007544	4865	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.8333532149428032	PS499	0	0	False	True	0.9993833303451538	0					non-mobilizable	chromosome	4646.0	94.92	100.0	0.0008943976710586134	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
CAN0023_000000001888	4809	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.8328380983671966	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4544.0	95.20200000000001	100.0	0.0008747405793869956	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
USA0060_01_000000003106	4800	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.832632656213228	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4545.0	95.204	100.0	0.0008749332959720114	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
USA0008_01_000000001661	4799	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.8286449539367957	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4544.0	95.46700000000001	100.0	0.0008747405793869956	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
CAN0022_000000005897	4797	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.83253474612397	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4547.0	95.206	100.0	0.0008753187291420431	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
USA0134_01_000000000980	4793	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.8323875840577227	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4544.0	95.20200000000001	100.0	0.0008747405793869956	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
USA0040_01_000000003807	4793	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.8323875840577227	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4544.0	95.20200000000001	100.0	0.0008747405793869956	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
USA0086_01_000000004068	4702	0.7008161053106942	10	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.8063883775959972	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4562.0	95.178	100.0	0.0008782094779172811	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ENG0126_000000004384	4701	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.8064084525611313	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4561.0	95.198	100.0	0.0008782094779172811	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ENG0084_000000005586	4623	0.7008161053106942	8	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.7641864829171378	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4561.0	95.242	99.0	0.0008782094779172811	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
SPA0120_000000009265	4575	0.7008161053106942	8	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.7455431084071045	PS499	0	0	False	True	1.0	0					non-mobilizable	other	4522.0	93.521	100.0	0.0008743893357409206	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
USA0009_01_000000005330	4521	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.750887544191942	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4276.0	95.01899999999999	100.0	0.0008230925346027447	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ISR0290_000000002093	4503	0.7008161053106942	9	7	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.7414688584340042	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4150.0	95.133	100.0	0.0007988102448907461	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ISR0333_000000004176	4422	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.727039991142758	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4287.0	95.031	100.0	0.0008252124170379191	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
SPA0052_000000006773	4408	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.7240864413970198	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4279.0	94.999	100.0	0.0008238634009428081	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ISR0104_000000005784	4367	0.7008161053106942	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.7032493970675866	PS499	0	0	False	True	1.0	0					non-mobilizable	other	4285.0	93.72200000000001	99.0	0.0008287050578496527	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
SPA0090_000000007464	4343	0.7008161053106942	8	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.7009865814167237	PS499	0	0	False	True	1.0	0					non-mobilizable	other	4280.0	93.738	100.0	0.0008277371706061936	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0025_000000008742	4342	0.7008161053106942	8	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.7009082490619195	PS499	0	0	False	True	0.9993090629577637	0					non-mobilizable	other	4279.0	93.73700000000001	100.0	0.0008275435931575018	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0804_000000004111	4340	0.7008161053106942	8	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.7007827987797053	PS499	0	0	False	True	1.0	0					non-mobilizable	other	4275.0	93.75399999999999	99.0	0.0008267692833627345	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
DEN0040_000000001896	3848	0.7008161053106942	8	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.08906576375154537	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	3852.0	96.391	99.0	0.0007419588523110669	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ENG0073_000000001261	17448	0.7008150967868988	25	9	7	9	8	False	62255	maximal	True	ENG0073_000000001261	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2308.0	93.501	40.0	0.0009534650752821049	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
DEN0010_000000008650	4831	0.7008054779041861	5	3	2	3	2	False	76032	maximal	True	DEN0010_000000008650	1.0		1	1	False	False	0.9997929930686951	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000008848	2975	0.7008054779041861	4	3	2	3	2	False	54719	fragment	False	ISR0011_000000008848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0354_000000015382	1198	0.7008008397217239	1	1	1	1	1	False	87034	fragment	False	CHI0046_000000009244	0.9453617830616482		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.649	100.0	0.00047226472743222564	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MON0052_000000016581	1695	0.7007927632283518	5	4	1	4	3	False	45784	fragment	False	MON0052_000000016581	1.0		0	0	False	False	0.9935103058815002	0					non-mobilizable	no_good_hit								True	False
CHI0074_000000006772	2093	0.7007901741781035	2	2	2	2	1	False	114361	fragment	False	ISR0196_000000008430	0.632535536952392		0	0	False	False	1.0	0					non-mobilizable	chromosome	1948.0	79.877	97.0	0.000611798539563445	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0023_000000007211	1714	0.7007876335560826	3	3	3	2	3	False	64172	fragment	False	MAD0023_000000007211	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	99.708	100.0	0.23242876526458617	NZ_BBAB01000041.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
MAD0095_000000027920	1356	0.7007875483301788	2	2	2	2	1	True	15568	fragment	False	MAD0095_000000027920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	82.714	58.0	0.01604179092199165	NZ_JH379399.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld290, whole genome shotgun sequence	True	True
ISR0042_000000002770	7468	0.7007865218106609	9	6	4	6	5	False	99802	fragment	False	ISR0042_000000002770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	78.03	2.0	0.0010019558177562602	NZ_QYBC01000019.1	bacteria	Lichenibacterium ramalinae strain RmlP001 NODE_27_length_124756_cov_9.55995, whole genome shotgun sequence	True	False
USA0075_01_000000012741	1950	0.7007849571715774	3	2	2	2	2	False	120896	maximal	True	USA0075_01_000000012741	1.0		0	0	False	False	0.9866666793823242	0					non-mobilizable	other	1585.0	92.618	98.0	0.0035832146100932497	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CAN0008_000000005615	4988	0.7007836065717329	9	4	4	4	3	False	113585	fragment	False	CAN0008_000000005615	1.0		0	0	False	False	0.9997994899749756	0					non-mobilizable	no_good_hit	2275.0	98.681	87.0	0.0005567990161501137	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0085_000000005655	3842	0.7007826428867933	5	5	5	4	3	True	34003	maximal	True	ISR0085_000000005655	1.0		1	1	False	False	0.9966163635253906	0					non-mobilizable	no_good_hit	2368.0	99.916	62.0	0.000447020345941246	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	True	True
CHI0110_000000005180	1819	0.7007588637396838	4	2	2	1	1	True	82699	fragment	False	CHI0110_000000005180	1.0		0	0	False	False	0.9994502663612366	0					non-mobilizable	chromosome	1683.0	78.431	99.0	0.00036921244470715375	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0005_000000007173	2051	0.7007570798879299	5	2	2	2	1	True	57030	fragment	False	SPA0075_000000009822	0.956215725480336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1740.0	97.98899999999999	85.0	0.03755112696893221	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0104_000000022066	1439	0.7007562670871604	2	2	2	1	1	False	60223	fragment	False	ENG0104_000000022066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	76.515	9.0	4.272076539591302e-05	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
CAN0022_000000004514	6064	0.7007544484808972	9	6	3	3	5	True	130643	backbone	True	CAN0022_000000004514	0.9959932310053237	PS1110|PS1112	20	6	True	True	1.0	289		MOBV			mobilizable	no_good_hit	2931.0	98.26	82.0	0.38879298897888726	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0020_000000002998	6015	0.7007544484808972	9	6	3	3	5	True	130643	backbone	False	CAN0022_000000004514	0.9958344074403518	PS1110|PS1112	0	0	True	True	1.0	6		MOBV			mobilizable	no_good_hit	3175.0	98.205	82.0	0.5376926986278163	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
ISR0036_000000001335	5964	0.7007544484808972	9	6	3	3	5	True	130643	backbone	False	CAN0022_000000004514	0.9957019918770422	PS1110|PS1112	0	0	True	True	1.0	12		MOBV			mobilizable	no_good_hit	3250.0	98.277	81.0	0.5503981026596646	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
MON0058_000000028012	1823	0.7007539273695337	2	2	2	2	2	False	63817	fragment	False	MON0058_000000028012	0.9969066366704162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	79.12100000000001	10.0	4.462775811454241e-05	NZ_CP025228.1	high GC Gram+	Actinomyces qiguomingii strain actinomyces sp. 410 chromosome, complete genome	True	False
USA0080_01_000000015417	2822	0.7007517816557226	3	3	2	3	3	True	124679	fragment	False	USA0080_01_000000015417	1.0		0	0	False	False	0.9985825419425964	0					non-mobilizable	other	2539.0	82.23700000000001	93.0	0.0007842788336800006	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0060_000000032675	1304	0.7007344877109405	2	2	2	1	1	False	10866	fragment	False	MON0060_000000032675	1.0		0	0	False	False	0.9662576913833618	0					non-mobilizable	no_good_hit	77.0	87.01299999999999	6.0	4.982557726252964e-05	NZ_QQAV01000001.1	b-proteobacteria	Pseudacidovorax intermedius strain DSM 21352 Ga0244541_101, whole genome shotgun sequence	True	False
ISR0257_000000003200	4736	0.7007284427303755	7	7	6	6	5	False	120522	maximal	False	SPA0090_000000006897	0.9612654622044257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1784.0	89.91	53.0	0.0003351935318947003	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0090_000000006897	4671	0.7007284427303755	8	7	6	6	5	False	120522	maximal	True	SPA0090_000000006897	0.9615158711868208		175	11	False	False	1.0	0					non-mobilizable	no_good_hit	1706.0	90.035	52.0	0.0003205052760026853	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ENG0161_000000003915	5355	0.700728316225562	6	6	3	3	5	True	132358	backbone	False	ISR0371_000000002559	0.8380097409999675	PS1159|PS463	0	0	True	True	1.0	33		MOBV			mobilizable	other	3047.0	98.786	100.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
AST0048_000000009102	1728	0.7007196941208007	2	1	1	1	1	False	114896	maximal	True	AST0048_000000009102	1.0		2	2	False	False	0.9976851940155029	0					non-mobilizable	chromosome	1421.0	98.804	100.0	0.0003881860231162043	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
ENG0036_000000001606	12387	0.7007189911743055	11	5	3	4	1	True	66832	fragment	False	ENG0036_000000001606	0.9963140162466285		0	0	False	False	1.0	0					non-mobilizable	plasmid	12415.0	94.781	100.0	0.2449153213042102	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0279_000000001136	12286	0.7007189911743055	11	5	3	4	1	True	66832	fragment	False	ENG0036_000000001606	0.9909067486693429		0	0	False	False	0.9998372197151184	0					non-mobilizable	plasmid	12313.0	94.851	100.0	0.2429170623615068	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0010_000000001276	11647	0.7007189911743055	8	5	3	4	1	True	66832	fragment	False	ENG0036_000000001606	0.9515068648823467		0	0	False	False	0.997166633605957	0					non-mobilizable	plasmid	11654.0	94.405	99.0	0.22987891737891739	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0057_000000010407	2114	0.700718896180145	4	2	2	2	2	False	35587	maximal	True	ISR0057_000000010407	1.0		4	1	False	False	0.9933775067329407	0					non-mobilizable	other	1357.0	98.23100000000001	99.0	0.0006561336886906939	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ENG0004_000000011812	2221	0.7007180465719055	3	1	1	1	1	False	67783	fragment	False	ENG0004_000000011812	1.0		0	0	False	False	0.9977487325668335	0					non-mobilizable	no_good_hit	1158.0	95.682	73.0	0.0003599407419943517	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0106_000000025015	1536	0.700716925779586	2	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.07662974043104645		0	0	False	False	0.9993489384651184	0					non-mobilizable	chromosome	1537.0	94.275	100.0	0.0002926865729128969	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
FIJ0027_000000013419	1293	0.700711903162912	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.36056828017305054		0	0	False	False	0.996133029460907	0					non-mobilizable	no_good_hit	442.0	73.529	33.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
ISR0047_000000015240	1962	0.7007086550821657	2	2	2	2	2	False	36089	maximal	True	ISR0047_000000015240	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1767.0	94.624	90.0	0.0022421897270894615	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ISR0273_000000011339	1243	0.700698123859876	2	2	2	2	2	False	26371	maximal	True	ISR0273_000000011339	1.0		533	13	False	False	0.9710378050804138	0					non-mobilizable	other	1245.0	91.486	100.0	0.026836646499567848	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0089_01_000000003525	2223	0.7006976346265401	3	3	1	3	3	False	406	maximal	True	USA0089_01_000000003525	1.0		4	4	False	False	0.9950517416000366	0					non-mobilizable	no_good_hit								True	False
CHI0071_000000001879	5789	0.7006939933126469	10	10	0	2	10	False	84928	maximal	True	CHI0071_000000001879	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4447.0	99.145	90.0	0.039845424142166755	CP021541.1	enterobacteria	Klebsiella pneumoniae strain AR_0047 plasmid tig00000002, complete sequence	False	True
CAN0021_000000012076	3504	0.7006938388515547	3	3	3	3	3	False	97406	fragment	False	ENG0037_000000009338	0.9933228942769681		0	0	False	False	0.9977169036865234	0					non-mobilizable	other	3521.0	98.58	100.0	0.0009423606791102552	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0037_000000009338	3504	0.7006938388515547	3	3	3	3	3	False	97406	fragment	False	ENG0037_000000009338	0.9934020169769657		0	0	False	False	0.9860159754753113	0					non-mobilizable	other	3521.0	98.665	100.0	0.0009423606791102552	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0154_000000008366	3504	0.7006938388515547	3	3	3	3	3	False	97406	fragment	False	ENG0037_000000009338	0.9934020169769657		0	0	False	False	0.9997146129608154	0					non-mobilizable	other	3521.0	98.665	100.0	0.0009423606791102552	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0077_000000030287	1475	0.7006925897734021	3	3	3	3	2	False	10207	maximal	True	MON0077_000000030287	1.0		25	8	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	74.78	76.0	0.0018713563738163963	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
MON0055_000000016199	1523	0.7006924542388392	3	3	3	3	2	False	80850	fragment	False	MON0002_000000017192	0.9632093148697193		0	0	False	False	0.9986867904663086	0					non-mobilizable	no_good_hit	475.0	73.684	30.0	0.0007394059997974671	NZ_FCOU01000003.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
ISR0046_000000011508	2712	0.7006817590971464	3	2	1	2	0	True	92692	maximal	True	ISR0046_000000011508	1.0		1	1	False	False	0.9996312856674194	0					non-mobilizable	no_good_hit								True	True
AST0085_000000008601	1136	0.7006813392551032	2	2	2	2	2	False	111098	maximal	True	AST0085_000000008601	1.0		7	3	False	False	0.98591548204422	0					non-mobilizable	chromosome	1023.0	99.70700000000001	90.0	0.00028442582163439647	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
MON0031_000000022884	1397	0.7006801452727514	1	1	1	1	1	False	12433	maximal	True	MON0031_000000022884	1.0		1	1	False	False	0.994989275932312	0					non-mobilizable	other	1406.0	76.814	99.0	0.0005408356123750021	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	False
DEN0096_000000022465	1994	0.7006694288363411	3	3	3	3	2	False	119440	fragment	False	DEN0096_000000022465	1.0		0	0	False	False	0.9934804439544678	0					non-mobilizable	other	1994.0	84.905	99.0	0.020487010274830842	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ENG0113_000000005285	5235	0.7006691726148427	7	3	3	2	3	False	92441	fragment	False	ENG0113_000000005285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.892464910992091e-06	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	False
ENG0079_000000008361	3847	0.7006691726148427	5	3	3	2	3	False	92442	fragment	False	ENG0079_000000008361	1.0		0	0	False	False	0.9997400641441345	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	0.004848719937936384	NZ_CYSC01000010.1	a-proteobacteria	Thalassobius autumnalis strain CECT 5120, whole genome shotgun sequence	True	False
ENG0036_000000006627	3457	0.7006691726148427	4	3	3	2	3	False	92439	fragment	False	DEN0071_000000010147	0.9600970612024804		0	0	False	False	0.9959502220153809	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	2.0	0.004607384979924966	NZ_AUFV01000025.1	g-proteobacteria	Solimonas flava DSM 18980 K343DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	False
ISR0095_000000012928	2441	0.7006691726148427	3	3	3	2	3	False	70133	fragment	False	ISR0095_000000012928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0110_000000014325	1638	0.7006628511907744	2	2	2	2	2	False	87815	fragment	False	ISR0110_000000014325	0.9606662716150941		0	0	False	False	0.9841269850730896	0					non-mobilizable	other	1638.0	99.756	100.0	0.0005255574376169421	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0030_000000016337	2155	0.7006593137159055	2	2	2	2	2	False	122331	maximal	True	MON0030_000000016337	0.9932969215491558		117	8	False	False	0.9967517256736755	0					non-mobilizable	chromosome	2064.0	78.19800000000001	95.0	0.0006597856003001428	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0041_000000020113	1765	0.7006586062519335	2	2	2	2	1	False	22669	fragment	False	MAD0041_000000020113	1.0		0	0	False	False	0.9977337121963501	0					non-mobilizable	no_good_hit	1271.0	79.308	71.0	0.00037765424048555204	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0154_000000007926	2832	0.7006529390784854	3	2	2	1	1	False	82162	fragment	False	ISR0154_000000007926	0.9917176809506663		0	0	False	False	0.9996469020843506	0					non-mobilizable	chromosome	2205.0	99.773	100.0	0.0005530196276802884	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0774_000000014512	1708	0.7006462956091849	2	2	2	2	2	False	93448	fragment	False	ISR0774_000000014512	1.0		0	0	False	False	0.9783372282981873	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.00010531514649700034	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0358_000000012115	1621	0.7006412898434073	3	2	2	2	1	False	38685	fragment	False	ISR0358_000000012115	1.0		0	0	False	False	0.9956817030906677	0					non-mobilizable	chromosome	1608.0	97.264	99.0	0.0006925992729216096	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
FIJ0126_000000012954	2796	0.7006301108236077	3	3	3	3	2	False	41152	maximal	True	FIJ0126_000000012954	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	78.235	34.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0107_000000002092	8315	0.7006290032698724	12	10	3	5	10	True	113924	fragment	False	ISR0107_000000002092	1.0		0	0	False	False	0.9971136450767517	0					non-mobilizable	other	8295.0	100.0	99.0	0.022521458382549805	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0052_000000002938	6807	0.7006223462918648	4	3	2	3	3	False	44002	fragment	False	MON0052_000000002938	0.9627719263160234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	76.765	6.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
SPA0006_000000010543	3041	0.7006134567218739	4	4	3	4	3	False	95872	fragment	False	SPA0006_000000010543	0.9965426407639117		0	0	False	False	0.9970404505729675	0					non-mobilizable	other	3066.0	97.684	100.0	0.0014787907228694043	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
SPA0140_000000007233	3037	0.7006134567218739	4	4	3	4	3	False	95872	fragment	False	SPA0006_000000010543	0.9958895100295955		0	0	False	False	1.0	0					non-mobilizable	other	3062.0	97.74700000000001	100.0	0.0014768595564014066	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
SPA0053_000000004154	7255	0.7006065083623254	8	4	3	2	3	False	99280	fragment	False	SPA0053_000000004154	0.9672278391714103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	94.059	3.0	0.000824679667338172	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0080_000000027421	1226	0.7005970910444013	1	1	1	1	1	False	34271	maximal	True	ISR0080_000000027421	1.0		19	8	False	False	0.9991843104362488	0					non-mobilizable	other	644.0	92.236	100.0	0.00030824346906144435	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
ISR0011_000000011092	2441	0.7005840416319878	5	2	1	2	1	False	63907	fragment	False	ISR0011_000000011092	1.0		0	0	False	False	0.9995903372764587	0					non-mobilizable	no_good_hit								True	False
ENG0075_000000003444	6930	0.7005816340459043	12	8	7	6	7	False	113587	maximal	True	ENG0075_000000003444	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2275.0	98.725	90.0	0.0005567990161501137	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0135_000000002734	6639	0.7005791996573393	13	9	5	8	8	False	90379	maximal	True	ENG0135_000000002734	1.0		4	3	False	False	0.9909625053405762	0					non-mobilizable	no_good_hit	1105.0	80.633	16.0	0.013668581282412162	NZ_OFSM01000025.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
USA0006_01_000000004256	5628	0.7005732096079421	7	4	3	4	1	True	94265	fragment	False	ISR0799_000000002225	0.9728833447714398		0	0	False	False	1.0	0					non-mobilizable	other	5552.0	98.631	100.0	0.0014865143875365235	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0035_000000004236	5385	0.7005732096079421	7	4	3	4	1	True	94265	fragment	False	ISR0799_000000002225	0.9571112347166858		0	0	False	False	0.9996286034584045	0					non-mobilizable	other	5307.0	98.926	100.0	0.0014209053035973327	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0020_000000019393	1871	0.700567124246504	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.5370750435134592		0	0	False	False	0.9994655251502991	0					non-mobilizable	chromosome	1871.0	98.61	100.0	0.000629094457405189	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
TAN0002_000000032197	1315	0.7005663313701034	3	1	1	1	1	False	3015	maximal	True	TAN0002_000000032197	1.0		0	0	False	False	0.9787072539329529	0					non-mobilizable	no_good_hit								True	False
ISR0119_000000019850	1566	0.7005654130233168	2	2	2	1	1	False	95968	fragment	False	ISR0060_000000015774	0.4254690614511397		0	0	False	False	0.9878671765327454	0					non-mobilizable	no_good_hit	198.0	76.263	12.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ENG0096_000000024060	1343	0.7005519161698939	2	2	2	1	1	False	60822	fragment	False	ENG0096_000000024060	1.0		0	0	False	False	0.9813849329948425	0					non-mobilizable	other	1343.0	99.553	100.0	0.024937748541271787	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	False	False
ISR0009_000000016282	2037	0.7005317220406134	2	2	2	2	2	False	83784	fragment	False	ISR0009_000000016282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	16.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
MON0077_000000034354	1317	0.7005251246742089	1	1	1	1	1	False	10200	fragment	False	MON0077_000000034354	1.0		0	0	False	False	0.9992406964302063	0					non-mobilizable	other	1220.0	94.098	92.0	0.0007442240150946716	NZ_JACBYZ010000001.1	high GC Gram+	Aeriscardovia aeriphila strain DSM 22365 Ga0197576_01, whole genome shotgun sequence	False	False
ISR0024_000000008396	2720	0.7005205728099738	3	2	0	2	1	True	74795	maximal	True	ISR0024_000000008396	1.0		1	1	False	False	0.9959558844566345	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	2.0	0.0030428432327166506	NZ_WHJC01000051.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig051, whole genome shotgun sequence	True	True
FIJ0075_000000009473	2048	0.7005205728099738	3	2	0	2	1	True	55731	maximal	True	FIJ0075_000000009473	1.0		1	1	False	False	0.9951171875	0					non-mobilizable	no_good_hit	51.0	86.275	2.0	2.0885866793948265e-06	CP050228.1	eudicots	Morus alba cultivar Heyebai chromosome 5	True	True
FIJ0147_000000010874	1912	0.7005205728099738	2	2	0	2	1	True	55729	fragment	False	FIJ0147_000000010874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0376_000000013379	1839	0.7005205728099738	2	2	0	2	1	True	55728	fragment	False	ISR0376_000000013379	1.0		0	0	False	False	0.9815117120742798	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	1.2787265384049957e-06	CP050228.1	eudicots	Morus alba cultivar Heyebai chromosome 5	True	True
ISR0047_000000024626	1216	0.7005195847103909	2	2	2	2	2	False	36059	fragment	False	ISR0047_000000024626	1.0		0	0	False	False	0.9580591917037964	0					non-mobilizable	no_good_hit	1037.0	74.542	83.0	0.008052435941128451	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
FIJ0037_000000000684	22092	0.7005169733464874	27	12	6	7	10	True	47858	fragment	False	FIJ0037_000000000684	0.9413330743117967		0	0	False	False	0.9999094605445862	0		MOBP	MPF_T		conjugative	no_good_hit	6326.0	77.506	87.0	0.09072938166807175	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	True
CHI0150_000000003592	2240	0.7005168502088797	4	2	2	2	2	True	79549	fragment	False	CHI0150_000000003592	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2047.0	94.919	91.0	0.0005358155788772385	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	True
ISR0067_000000014794	2005	0.7005067029507552	3	3	3	3	3	False	81637	fragment	False	CHI0125_000000007105	0.9525447042640991		0	0	False	False	0.9990025162696838	0					non-mobilizable	other	2003.0	98.652	99.0	0.009975174229055125	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
FIJ0092_000000028413	1316	0.7005043735940185	2	2	2	2	2	False	43274	fragment	False	FIJ0092_000000028413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	78.571	60.0	0.01310718320154163	NZ_DS483463.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_3, whole genome shotgun sequence	True	False
CAN0016_000000001381	19265	0.7005010875794753	16	13	5	11	11	False	93313	maximal	True	CAN0016_000000001381	1.0	PS412	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	12582.0	98.561	86.0	0.001773397511819472	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
AST0026_000000000287	43492	0.7005007106742297	36	15	9	14	5	True	119621	maximal	True	AST0026_000000000287	0.9948891101665875	PS193|PS740|PS741|PS742|PS743|PS793	17	6	True	True	1.0	179					non-mobilizable	no_good_hit	3525.0	91.177	22.0	0.12320235137688512	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0231_000000000114	43452	0.7005007106742297	37	15	9	14	5	True	119621	maximal	False	AST0026_000000000287	0.9947648988724602	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	5155.0	92.435	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0334_000000000174	43431	0.7005007106742297	36	15	9	14	5	True	119621	maximal	False	AST0026_000000000287	0.994782016874337	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	5155.0	92.454	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0115_000000000334	43431	0.7005007106742297	36	15	9	14	5	True	119621	maximal	False	AST0026_000000000287	0.9947297669592997	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	5155.0	92.435	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0222_000000003088	19939	0.7004983099131354	22	7	3	5	4	True	27917	maximal	True	ISR0222_000000003088	1.0		1	1	False	False	0.9999498724937439	0					non-mobilizable	no_good_hit								True	True
DEN0069_000000013325	2076	0.700496796604511	2	2	2	2	2	False	70724	maximal	True	DEN0069_000000013325	1.0		49	10	False	False	0.9860308170318604	0					non-mobilizable	no_good_hit	68.0	88.235	3.0	2.7431517421470116e-05	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
MAD0050_000000006187	3697	0.7004916284080417	5	3	3	2	1	False	17419	maximal	True	MAD0050_000000006187	1.0		3	1	False	False	0.9975655674934387	0					non-mobilizable	no_good_hit	122.0	78.689	3.0	1.4246614114073114e-05	CP009280.1	firmicutes	Paenibacillus sp. FSL P4-0081, complete genome	True	False
CAN0001_000000013747	3411	0.7004869290680829	3	3	3	3	3	False	97406	fragment	False	ENG0037_000000009338	0.9640887377842932		0	0	False	False	1.0	0					non-mobilizable	other	3415.0	98.829	100.0	0.0009142425002791733	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0138_000000020855	1392	0.7004808686263726	2	2	2	2	1	False	31340	maximal	True	ISR0138_000000020855	1.0		45	9	False	False	0.9978448152542114	0					non-mobilizable	no_good_hit	711.0	79.46600000000001	51.0	0.0057127598456098334	NZ_LNAM01000112.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf2, whole genome shotgun sequence	True	False
MON0039_000000013712	3328	0.7004768050436008	4	4	4	3	2	False	22059	maximal	True	MON0039_000000013712	1.0		8	4	False	False	0.983473539352417	0					non-mobilizable	no_good_hit	2060.0	83.35	62.0	0.014016960316153466	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0078_000000024780	1396	0.7004764348336935	2	2	2	2	2	False	95159	fragment	False	ISR0052_000000026418	0.9914772727272727		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	80.0	99.0	0.010156478502486107	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	False	False
FIJ0030_000000030189	1274	0.7004655403225902	2	2	1	0	1	False	48662	maximal	True	FIJ0030_000000030189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	99.708	81.0	0.00030673185142447766	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MON0041_000000052654	1322	0.7004505085779383	2	2	2	2	1	False	11769	maximal	True	MON0041_000000052654	1.0		373	12	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	4.0	1.5177932190811796e-05	NZ_CP044067.1	b-proteobacteria	Cupriavidus pauculus strain FDAARGOS_664 chromosome 2, complete sequence	True	False
AST0106_000000005289	3740	0.7004447386850557	4	4	4	3	3	False	107488	fragment	False	ISR0803_000000003327	0.9733178654292344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	75.286	23.0	0.07450130095403296	NZ_ADFP01000122.1	bacteria	Pyramidobacter piscolens W5455 contig00054, whole genome shotgun sequence	True	False
AST0140_000000017480	1650	0.7004445366263027	2	2	2	1	1	False	105517	maximal	False	CHI0057_000000012153	0.9810126582278481		0	0	False	False	0.9993939399719238	0					non-mobilizable	other	1644.0	99.757	100.0	0.000396519892362829	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MAD0028_000000007451	1699	0.7004422287723295	3	2	2	1	1	True	125708	fragment	False	MON0019_000000032934	0.25802235506727894		0	0	False	False	1.0	0					non-mobilizable	chromosome	1563.0	94.11399999999999	100.0	0.0005504806648959538	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0197_000000017753	1436	0.7004415922186465	2	1	1	1	1	False	67515	fragment	False	ENG0191_000000015929	0.19173144876325088		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	99.93	100.0	0.0006052025488516546	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0239_000000010973	1428	0.7004415922186465	2	1	1	1	1	False	67515	fragment	False	ENG0191_000000015929	0.19363957597173145		0	0	False	False	1.0	0					non-mobilizable	other	1428.0	100.0	100.0	0.0006018285973597986	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0253_000000008943	1415	0.7004415922186465	2	1	1	1	1	False	67515	fragment	False	ENG0191_000000015929	0.371648424570403		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	99.929	100.0	0.0005963459261855328	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
MON0077_000000035007	1296	0.7004415922186465	2	1	1	1	1	False	61337	fragment	False	MON0077_000000035007	0.9962437395659433		0	0	False	False	0.9953703880310059	0					non-mobilizable	other	1292.0	99.845	99.0	0.0005440496780617661	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ENG0195_000000022590	1198	0.7004415922186465	2	1	1	1	1	False	61337	fragment	False	MON0077_000000035007	0.9587191358024691		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	99.917	100.0	0.0005048274919689411	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ENG0087_000000022279	1144	0.7004415922186465	1	1	1	1	1	False	61336	fragment	False	ENG0087_000000022279	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	100.0	100.0	0.00048205331939891365	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ENG0081_000000013542	1925	0.7004400469335937	4	4	4	3	2	False	75091	maximal	True	ENG0081_000000013542	0.9898989898989898		10	4	False	False	0.996363639831543	0					non-mobilizable	no_good_hit	683.0	98.536	69.0	0.00020539310493539753	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0129_000000012712	2108	0.7004398836827229	3	3	3	2	2	False	58538	maximal	True	ENG0129_000000012712	1.0		13	7	False	False	0.9938330054283142	0					non-mobilizable	other	2108.0	99.95299999999999	100.0	0.018885004929640584	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0065_000000013742	2394	0.7004348989063485	3	2	2	2	1	True	35195	maximal	True	ISR0065_000000013742	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	89.818	39.0	0.0019488245367882452	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0047_000000004133	6351	0.7004319841173302	13	5	3	4	4	False	116858	fragment	False	ISR0047_000000004133	0.9763779527559056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.1872954300574863e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
CHI0157_000000002432	3896	0.7004114279969543	5	5	4	4	2	True	118553	maximal	True	CHI0157_000000002432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2779.0	84.059	71.0	0.09764021277355325	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	True	True
ISR0048_000000006870	2797	0.7004103001095205	3	3	3	2	2	False	36040	maximal	True	ISR0048_000000006870	1.0		6	4	False	False	0.9971398115158081	0					non-mobilizable	no_good_hit	1761.0	75.809	63.0	0.0005273324447083951	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
FIJ0102_000000019965	1613	0.7004094755629564	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.1607053991514304	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1616.0	91.399	100.0	0.6990038977912516	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ENG0092_000000002282	7600	0.7003896169565947	10	5	2	3	4	True	99738	maximal	True	ENG0092_000000002282	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	99.84700000000001	28.0	0.00047398969482689965	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
FIJ0053_000000017790	1177	0.7003879948011621	1	1	1	1	1	False	46365	fragment	False	FIJ0053_000000017790	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	999.0	97.79799999999999	95.0	0.00033911931597119455	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0073_000000006568	3962	0.7003859683562191	3	2	2	1	1	True	34807	maximal	True	ISR0073_000000006568	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0004_000000021637	1330	0.7003819850856657	1	1	1	1	1	False	96066	fragment	False	CHI0141_000000019848	0.9540228771653672		0	0	False	False	0.9992481470108032	0					non-mobilizable	chromosome	1286.0	99.76700000000001	97.0	0.0003593288910774861	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0085_000000000572	33142	0.7003808292332447	23	9	6	4	7	True	61490	maximal	True	ENG0085_000000000572	1.0		1	1	False	False	0.9993361830711365	0					non-mobilizable	no_good_hit	8349.0	87.531	70.0	0.003394524187978371	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
ENG0009_000000004829	2510	0.7003761620161616	4	4	4	4	3	False	110709	fragment	False	MON0103_000000019240	0.9555343511450382		0	0	False	False	0.9940239191055298	0					non-mobilizable	no_good_hit	465.0	74.624	18.0	0.00016811996614778961	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
ISR0232_000000018091	1599	0.700372579547203	4	1	1	1	1	False	27432	maximal	True	ISR0232_000000018091	1.0		4	2	False	False	0.9924952983856201	0					non-mobilizable	no_good_hit								True	False
FIJ0161_000000011497	1519	0.700372579547203	2	1	1	1	1	False	39276	maximal	True	FIJ0161_000000011497	1.0		1	1	False	False	0.9993416666984558	0					non-mobilizable	no_good_hit								True	False
MON0088_000000018787	1705	0.7003650826533308	2	2	1	2	1	True	17391	fragment	False	MON0088_000000018787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	98.361	4.0	0.00016864659676884555	LN590853.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000507	True	True
SPA0030_000000009140	3348	0.7003534810725607	4	3	3	3	2	False	72298	maximal	True	SPA0030_000000009140	1.0		25	5	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	81.692	84.0	0.00041617074840408534	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0012_000000016503	1453	0.7003506199540337	2	2	2	2	1	True	79624	fragment	False	CHI0187_000000009812	0.915365396627108		0	0	False	False	0.9924294352531433	0					non-mobilizable	chromosome	1454.0	95.186	100.0	0.0006543402542283134	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
AST0012_000000011642	1941	0.7003475171266688	3	2	2	2	2	True	125205	maximal	True	AST0012_000000011642	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	759.0	90.90899999999999	98.0	0.000311751251329164	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ENG0048_000000003616	6704	0.7003422501109009	5	2	1	2	1	False	64285	maximal	True	ENG0048_000000003616	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	2.0	2.2243477100340324e-05	NZ_LT839618.1	high GC Gram+	Corynebacterium fournierii strain Marseille-P2948, whole genome shotgun sequence	True	False
ENG0210_000000003313	5872	0.7003422501109009	4	2	1	2	1	False	60208	fragment	False	ENG0210_000000003313	1.0		0	0	False	False	0.9998297095298767	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	0.0015822784810126582	LR797073.1	viruses	uncultured Caudovirales phage genome assembly	True	False
ISR0040_000000004052	6515	0.7003385808867395	7	6	6	4	4	False	116703	maximal	True	ISR0040_000000004052	1.0	PS782	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	3535.0	99.632	66.0	0.0004988123917757778	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0361_000000007491	1840	0.7003322749902784	2	2	2	2	2	False	131699	fragment	False	AST0140_000000015176	0.6570993437102702		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	92.949	96.0	0.015619450086066357	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
MON0104_000000015162	2942	0.7003321066841763	2	2	2	2	1	True	112596	fragment	False	MON0104_000000015162	1.0		0	0	False	False	0.999660074710846	0					non-mobilizable	other	2962.0	86.833	99.0	0.027378711011769506	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
SPA0052_000000006282	4823	0.7003266961712069	6	6	6	5	5	False	130049	fragment	False	ENG0005_000000004373	0.5846514240166272		0	0	False	False	1.0	0					non-mobilizable	chromosome	4845.0	91.744	100.0	0.0016797191428726788	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0174_000000012456	1601	0.7003200213596831	3	3	3	2	1	True	131026	fragment	False	CHI0117_000000007167	0.09581218352398298		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	95.191	100.0	0.0004788009388089408	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ENG0091_000000002144	9628	0.7003185833226746	10	7	4	7	2	True	95060	fragment	False	ISR0812_000000003487	0.9559176329468213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	99.42	5.0	7.283169047999472e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
SPA0122_000000003719	8726	0.7003154506495521	14	2	2	2	2	False	72033	maximal	True	SPA0122_000000003719	1.0		1	1	False	False	0.9979372024536133	0					non-mobilizable	no_good_hit	75.0	100.0	1.0	0.014758675708017551	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
SPA0096_000000005434	6138	0.7003154506495521	7	2	2	2	2	False	72034	maximal	True	SPA0096_000000005434	1.0		1	1	False	False	0.9998371005058289	0					non-mobilizable	no_good_hit	50.0	98.0	1.0	1.9379990594771912e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
DEN0057_000000000707	4985	0.7003154506495521	5	2	2	2	2	False	72032	fragment	False	DEN0057_000000000707	1.0		0	0	False	False	0.9995988011360168	0					non-mobilizable	no_good_hit	85.0	96.471	2.0	3.322284101960899e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
DEN0079_000000014146	3520	0.7003153053631191	6	4	4	3	2	True	69622	maximal	True	DEN0079_000000014146	1.0		1	1	False	False	0.9994317889213562	0					non-mobilizable	no_good_hit								True	True
DEN0021_000000004113	6998	0.7003061535202384	9	8	6	5	6	False	108027	fragment	False	DEN0021_000000004113	0.9993558545662754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	84.337	1.0	3.044047365377005e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
SPA0031_000000018072	1799	0.7003014657276142	3	3	3	2	3	False	21478	fragment	False	SPA0031_000000018072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	78.212	10.0	7.32970547421331e-05	NZ_KI629782.1	firmicutes	Brevibacillus panacihumi W25 Scaffold1, whole genome shotgun sequence	True	False
SPA0075_000000021631	1105	0.7002998886915053	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.0844052779216568		0	0	False	False	0.9819004535675049	0					non-mobilizable	other	1110.0	82.70299999999999	99.0	0.00830623953194037	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CHI0041_000000008926	1653	0.7002980894531177	2	1	1	1	1	True	87595	maximal	True	CHI0041_000000008926	1.0		1	1	False	False	0.9987900853157043	0					non-mobilizable	no_good_hit								True	True
CHI0139_000000000561	13576	0.7002968809969449	19	15	8	11	10	True	117931	maximal	True	CHI0139_000000000561	1.0		1	1	False	False	0.9999263286590576	0					non-mobilizable	no_good_hit	1014.0	86.98200000000001	16.0	0.006803736289080783	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ISR0324_000000005043	6273	0.7002949059456829	10	9	7	7	9	False	77897	maximal	True	ISR0324_000000005043	1.0		16	8	False	False	0.9990435242652893	0					non-mobilizable	no_good_hit	910.0	74.725	14.0	0.0007340827875918011	NZ_LN868538.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
ENG0086_000000001107	18050	0.7002902062466236	22	6	1	6	2	False	61459	maximal	True	ENG0086_000000001107	1.0		1	1	False	False	0.9996675848960876	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.080560400795796e-06	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
TAN0009_000000032101	1353	0.7002872238725601	2	2	2	2	1	False	51189	maximal	False	MON0035_000000020223	0.6866625638953301		0	0	False	False	0.9874353408813477	0					non-mobilizable	no_good_hit	685.0	77.226	50.0	0.0001540775573480741	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0085_000000003153	4438	0.7002861505048725	4	3	3	3	2	False	114409	maximal	True	SPA0085_000000003153	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.316282508895632e-06	NZ_CP032157.1	CFB group bacteria	Paraflavitalea soli strain 5GH32-13 chromosome, complete genome	True	False
ISR0338_000000010436	2550	0.7002831021804349	3	2	2	2	2	False	24423	maximal	True	ISR0338_000000010436	1.0		6	1	False	False	0.998039186000824	0					non-mobilizable	no_good_hit	64.0	100.0	3.0	1.703430573983099e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0010_000000017424	1714	0.7002830561704773	2	2	2	2	2	False	126081	fragment	False	AST0010_000000017424	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	79.815	100.0	0.0008579742607721768	NZ_LT635494.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	False	False
ISR0828_000000001531	4452	0.7002801484496142	5	5	4	4	3	False	77977	fragment	False	ENG0082_000000004059	0.9891552065156389		0	0	False	False	0.9988769292831421	0					non-mobilizable	no_good_hit	1265.0	90.67200000000001	45.0	0.00023735970379612154	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
CHI0018_000000003940	4069	0.7002779782472409	3	3	2	2	3	True	97333	fragment	False	ENG0199_000000004616	0.6502618919612563		0	0	False	False	0.9990169405937195	0					non-mobilizable	chromosome	4067.0	99.60700000000001	100.0	0.0006267258660061332	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
DEN0053_000000002142	3843	0.7002779782472409	3	3	2	2	3	True	97333	fragment	False	ENG0199_000000004616	0.5309040787126675		0	0	False	False	1.0	0					non-mobilizable	other	3843.0	99.97399999999999	100.0	0.09446534385680215	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0087_000000007413	3748	0.7002779782472409	3	3	2	2	3	True	97333	fragment	False	ENG0199_000000004616	0.5203551466264178		0	0	False	False	1.0	0					non-mobilizable	other	3748.0	99.973	100.0	0.09212952718152984	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0052_000000004623	6231	0.7002776730160004	6	3	2	3	3	False	84118	fragment	False	ISR0052_000000004623	1.0		0	0	False	False	0.9998394846916199	0					non-mobilizable	no_good_hit	1655.0	98.429	40.0	0.0004464069647057297	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0209_000000001797	13606	0.7002775004476903	16	7	1	7	0	False	28481	fragment	False	ISR0209_000000001797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	8.667159630377573e-06	NZ_LS483476.1	firmicutes	Bacillus lentus strain NCTC4824 chromosome 1	True	False
MAD0052_000000004307	3623	0.7002676184299428	6	3	1	2	2	True	17294	fragment	False	MAD0052_000000004307	1.0		0	0	False	False	0.9754347205162048	0					non-mobilizable	no_good_hit	214.0	84.579	6.0	0.04407484407484408	NZ_LNAM01000017.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf113, whole genome shotgun sequence	True	True
ENG0129_000000009887	2700	0.70026725636931	3	3	2	3	2	False	70126	fragment	False	ENG0129_000000009887	1.0		0	0	False	False	0.9992592334747314	0					non-mobilizable	no_good_hit	1335.0	73.933	51.0	0.0004056721932244033	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0047_000000010975	3595	0.7002633440001137	4	3	3	2	1	True	67608	maximal	True	SPA0047_000000010975	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	98.49600000000001	42.0	0.00046564602668545106	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0129_000000018511	1221	0.7002625796578582	2	2	2	2	2	False	40912	maximal	True	FIJ0129_000000018511	1.0		12	2	False	False	0.9926289916038513	0					non-mobilizable	chromosome	1221.0	99.345	100.0	0.00025894698994288095	NZ_CP027986.1	enterobacteria	Enterobacter sichuanensis strain SGAir0282 chromosome, complete genome	False	False
ISR0373_000000009096	1797	0.7002558255349411	4	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9820709979357075		0	0	False	False	1.0	0					non-mobilizable	chromosome	1584.0	83.081	97.0	0.00041720807238933516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0249_000000011157	1797	0.7002558255349411	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9811417219606451		0	0	False	False	1.0	0					non-mobilizable	chromosome	1584.0	83.20700000000001	97.0	0.00041720807238933516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0075_000000014834	1708	0.7002558255349411	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9693794267367092		0	0	False	False	1.0	0					non-mobilizable	chromosome	1493.0	82.184	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0080_000000019239	1690	0.7002558255349411	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.967273032631701		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.194	97.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0378_000000018055	1688	0.7002558255349411	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.969539303996472		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0069_01_000000041736	1443	0.7002532523050881	2	1	1	1	1	False	44223	fragment	False	USA0069_01_000000041736	1.0		0	0	False	False	0.9771309494972229	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	4.0	0.00013500772919249626	NZ_RKRD01000002.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_12, whole genome shotgun sequence	True	False
ISR0029_000000006430	6997	0.7002526120099283	7	7	6	6	6	False	110515	maximal	True	ISR0029_000000006430	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3454.0	84.916	52.0	0.003264604322949657	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
ISR0119_000000007970	4070	0.7002467283123709	5	3	3	1	1	True	81248	maximal	True	ISR0119_000000007970	1.0		3	2	False	False	0.9911547899246216	0					non-mobilizable	no_good_hit	971.0	91.65799999999999	52.0	0.000292304928866914	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ENG0080_000000022868	1252	0.7002442210261889	2	2	2	2	2	False	82044	fragment	False	MON0052_000000019897	0.7703233598746012		0	0	False	False	0.9808306694030762	0					non-mobilizable	other	1257.0	80.986	100.0	0.0005239782947231194	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MON0009_000000005525	5079	0.7002393004837141	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.06223398352372601	PS1032	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2516.0	85.294	69.0	0.4113976022335359	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0022_000000001682	5049	0.7002393004837141	8	6	3	4	4	True	128139	backbone	False	ISR0202_000000001946	0.06212181876729504	PS1032	0	0	False	True	0.9990097284317017	0					non-mobilizable	no_good_hit	2589.0	85.245	69.0	0.42338643455411396	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0206_000000005780	4400	0.7002393004837141	8	6	3	4	4	True	128074	fragment	False	MAD0014_000000006453	0.9763140085720731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2474.0	85.368	76.0	0.4044999178847101	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0154_000000015121	2453	0.7002389127251705	3	3	2	3	2	False	39605	fragment	False	FIJ0154_000000015121	1.0		0	0	False	False	0.9995923638343811	0					non-mobilizable	no_good_hit	76.0	88.15799999999999	3.0	0.00018500839938133192	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	False
ISR0035_000000001045	12815	0.7002367006128795	6	5	5	5	4	True	75152	fragment	False	MON0093_000000001999	0.9344568489492152		0	0	False	False	0.9992196559906006	0					non-mobilizable	no_good_hit	1640.0	74.329	13.0	0.00046332875717631117	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ENG0052_000000011914	2552	0.7002360043355961	3	3	3	2	2	False	93093	fragment	False	ENG0052_000000011914	0.9443917815431289		0	0	False	False	1.0	0					non-mobilizable	other	2553.0	97.807	100.0	0.009151315860248792	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
USA0080_01_000000001975	16300	0.700230828680448	23	7	1	7	3	False	636	maximal	True	USA0080_01_000000001975	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.678267015912052e-06	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0037_000000009586	2583	0.7002304612125451	2	1	1	1	1	False	41015	maximal	True	SPA0037_000000009586	1.0		62	5	False	False	0.9996128678321838	0					non-mobilizable	no_good_hit	121.0	80.165	5.0	0.0016786503651064545	NZ_JHVC01000019.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00018.18_C, whole genome shotgun sequence	True	False
FIJ0128_000000013090	1983	0.7002304612125451	2	1	1	1	1	False	41014	fragment	False	FIJ0128_000000013090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	80.165	6.0	0.0016786503651064545	NZ_JHVC01000019.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00018.18_C, whole genome shotgun sequence	True	False
ISR0340_000000000933	21770	0.7002281464488146	27	11	5	9	7	True	130530	maximal	True	ISR0340_000000000933	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	5166.0	97.6	75.0	0.0009154761329150466	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
AST0019_000000005341	4843	0.700225664735774	9	5	2	4	3	True	122868	maximal	True	AST0019_000000005341	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	86.949	13.0	0.0002683005527342106	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
MON0012_000000035265	1574	0.7002229772025609	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.08820503728288553		0	0	False	False	0.9987293481826782	0					non-mobilizable	other	1577.0	91.82	100.0	0.0004893576379923208	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0047_000000019720	2002	0.7002218180866661	3	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.2738592252276851		0	0	False	False	0.9995005130767822	0					non-mobilizable	other	1999.0	99.35	99.0	0.03820852137994339	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0068_000000011129	1438	0.7002186323756483	2	2	2	2	1	False	85115	maximal	True	CHI0068_000000011129	1.0		187	14	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	99.075	83.0	0.09633473889069089	NZ_CYXV01000026.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0018_000000001553	13880	0.7002156579250839	18	7	6	7	5	False	66660	fragment	False	ENG0018_000000001553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5970.0	97.102	44.0	0.976759410801964	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	False
CHI0054_000000011517	1512	0.7002124805661688	2	2	2	2	1	False	86321	maximal	True	CHI0054_000000011517	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000005269	6028	0.7002117313192894	9	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4932477334507765	PS1107|PS1110|PS1114	0	0	True	True	1.0	1499		MOBV			mobilizable	other	3437.0	99.884	100.0	0.5600847872166965	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0094_000000014332	1588	0.7001949167144705	3	3	2	2	2	False	109187	fragment	False	AST0094_000000014332	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1521.0	100.0	100.0	0.005002797617088503	NZ_CP041248.1	enterobacteria	Raoultella electrica strain DSM 102253 plasmid unnamed1, complete sequence	False	True
MAD0094_000000008121	1925	0.7001909474689672	2	2	2	2	2	False	77930	fragment	False	ISR0028_000000009061	0.9618845222265755		0	0	False	False	1.0	0					non-mobilizable	other	1925.0	98.70100000000001	100.0	0.008303554473734183	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
FIJ0142_000000027655	1326	0.7001831125157502	3	2	2	2	2	False	124631	fragment	False	ENG0204_000000020312	0.9470945271683884		0	0	False	False	0.9947209358215332	0					non-mobilizable	no_good_hit	72.0	83.333	5.0	0.001421418873048201	NZ_MQNM01000023.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_23_length_47136_cov_32.8072, whole genome shotgun sequence	True	False
DEN0003_000000000552	31211	0.7001811370044899	32	19	12	15	7	True	116932	maximal	False	AST0035_000000000351	0.9793953296330568		0	0	False	False	0.9995514154434204	0					non-mobilizable	no_good_hit	842.0	100.0	3.0	0.9964454976303317	GQ881649.1		Uncultured organism clone VC1CT72TF genomic sequence	True	True
SPA0038_000000000679	30582	0.7001811370044899	31	19	12	15	7	True	116932	maximal	False	AST0035_000000000351	0.970655086303544		0	0	False	False	0.9995095133781433	0					non-mobilizable	no_good_hit	842.0	100.0	3.0	0.9964454976303317	GQ881649.1		Uncultured organism clone VC1CT72TF genomic sequence	True	True
ISR0298_000000002300	5668	0.7001809850330338	5	4	2	4	3	False	121608	fragment	False	ENG0138_000000003661	0.9429600984355775		0	0	False	False	0.9918842911720276	0					non-mobilizable	other	2614.0	99.235	95.0	0.267021059088121	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	False	False
FIJ0093_000000010967	1736	0.7001786141670374	3	2	2	2	2	False	49953	fragment	False	FIJ0093_000000010967	1.0		0	0	False	False	0.9821428656578064	0					non-mobilizable	no_good_hit	242.0	78.512	14.0	0.00010150360106136545	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
FIJ0157_000000008626	2128	0.7001691588116195	3	3	3	2	2	False	50794	fragment	False	FIJ0157_000000008626	0.9620537458807851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	97.795	71.0	0.002517694757293459	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0033_000000002166	10658	0.7001594110778235	14	6	4	6	5	False	37478	fragment	False	ISR0033_000000002166	1.0		0	0	False	False	0.99934321641922	0					non-mobilizable	no_good_hit	867.0	93.887	8.0	0.9988425925925926	GQ882848.1		Uncultured organism clone VC1D588TR genomic sequence	True	False
FIJ0025_000000019009	1105	0.7001536105766054	1	1	1	1	1	False	49154	maximal	True	FIJ0025_000000019009	1.0		5	1	False	False	0.996380090713501	0					non-mobilizable	other	1113.0	74.933	98.0	0.014287387281883125	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AST0106_000000003087	6133	0.7001520401005891	7	6	3	5	5	False	132269	fragment	False	AST0106_000000003087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	76.493	4.0	0.001144395531157374	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ENG0155_000000000164	57407	0.7001490660997606	55	2	2	2	0	False	56775	fragment	False	ENG0155_000000000164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	100.0	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	False
FIJ0017_000000024255	1240	0.7001402132230297	3	3	3	1	1	False	78780	fragment	False	FIJ0038_000000026034	0.6263362487852283		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	97.823	100.0	0.07211090400745573	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	False
MAD0059_000000003063	5912	0.7001273197389869	6	4	4	4	3	False	16918	fragment	False	MAD0059_000000003063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2970.0	98.956	52.0	0.0011009388025658403	CP037955.1	firmicutes	Enterococcus hirae strain CQP3-9 chromosome, complete genome	True	False
ISR0243_000000003503	2957	0.7001185196954218	4	2	2	2	2	True	27232	maximal	True	ISR0243_000000003503	1.0		1	1	False	False	0.9969563484191895	0					non-mobilizable	no_good_hit	1476.0	91.531	50.0	0.0004434920922620114	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0082_000000015174	1376	0.7001182742163822	3	3	3	1	2	False	78780	fragment	False	FIJ0038_000000026034	0.9668179253268128		0	0	False	False	1.0	0					non-mobilizable	plasmid	1376.0	97.82	100.0	0.044356921487603305	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ISR0341_000000002988	4450	0.7001153609552605	4	3	3	2	1	False	57721	fragment	False	ISR0341_000000002988	1.0		0	0	False	False	0.9930337071418762	0					non-mobilizable	no_good_hit	3481.0	83.051	86.0	0.0015926479527452854	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0098_000000014617	2460	0.7001068240615946	3	3	3	3	2	False	65937	maximal	True	SPA0098_000000014617	1.0		1	1	False	False	0.982520341873169	0					non-mobilizable	no_good_hit	742.0	92.85700000000001	30.0	0.003610831517331014	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0303_000000007713	1740	0.7000958600448728	3	3	3	3	1	False	130049	fragment	False	ENG0005_000000004373	0.2256965099441038		0	0	False	False	0.995976984500885	0					non-mobilizable	other	1740.0	97.98899999999999	100.0	0.0005235795984002972	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0112_000000002860	11067	0.7000948111795992	17	14	11	13	11	False	132206	fragment	False	ISR0160_000000001845	0.9549607209234247		0	0	False	False	1.0	0					non-mobilizable	other	11067.0	99.729	100.0	0.01399462776263007	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
CHI0105_000000004168	1653	0.7000797051160327	2	2	2	2	1	False	83190	maximal	True	CHI0105_000000004168	1.0		73	8	False	False	0.9800363183021545	0					non-mobilizable	no_good_hit	1210.0	78.264	73.0	0.00019009139178685595	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
ISR0085_000000016125	1611	0.7000797051160327	2	2	2	2	1	False	33974	maximal	True	ISR0085_000000016125	1.0		37	9	False	False	0.9993792772293091	0					non-mobilizable	other	1611.0	99.62799999999999	100.0	0.0006363756095303675	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0028_000000002986	5496	0.7000742283187885	7	5	3	3	4	True	130601	backbone	False	ENG0172_000000003303	0.9999102978112666	PS1107	0	0	True	True	1.0	41		MOBV			mobilizable	other	3519.0	91.24799999999999	91.0	0.5705201369639654	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0051_000000030002	1233	0.7000742172349906	2	2	2	2	2	False	11242	fragment	False	MON0051_000000030002	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	73.333	27.0	8.181655390733221e-05	CP040751.1	d-proteobacteria	Desulfovibrio sp. IOR2 chromosome, complete genome	True	False
ISR0058_000000006150	3840	0.7000710529644779	5	4	1	2	4	False	35522	fragment	False	ISR0058_000000006150	1.0		0	0	False	False	0.9973958134651184	0					non-mobilizable	plasmid	3840.0	99.92200000000001	100.0	0.06768813033359193	CP053083.1	enterobacteria	Escherichia coli strain HB37 plasmid pHB37-3, complete sequence	False	True
CHI0008_000000004045	2315	0.7000680872979739	3	3	3	3	3	False	90519	maximal	True	CHI0008_000000004045	1.0		38	8	False	False	0.9995680451393127	0					non-mobilizable	no_good_hit	337.0	74.184	14.0	0.0007595146471248918	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0079_000000002436	11544	0.7000655727500255	14	4	4	2	3	False	69917	maximal	True	ISR0079_000000002436	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	79.07	12.0	0.009102798171671263	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0060_000000021895	1246	0.7000630350800437	2	2	2	1	1	False	63620	fragment	False	ISR0060_000000021895	0.9600806451612903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000007343	4319	0.7000418724632986	5	4	4	4	4	False	92428	fragment	False	ISR0324_000000007343	1.0		0	0	False	False	0.9997684359550476	0					non-mobilizable	other	4319.0	99.46700000000001	100.0	0.009364238065909662	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
USA0069_01_000000004813	11942	0.7000369870511258	7	6	5	6	4	True	120251	maximal	True	USA0069_01_000000004813	1.0		2	1	False	False	0.9986602067947388	0					non-mobilizable	no_good_hit	1386.0	72.439	12.0	0.0007429223524395503	CP017235.1	firmicutes	Lactobacillus delbrueckii subsp. bulgaricus strain L99 chromosome, complete genome	True	True
MON0058_000000038350	1385	0.700026183589231	2	2	2	2	2	False	11770	fragment	False	MON0058_000000038350	0.9804219466915007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	524.0	73.664	37.0	0.0005379168855863294	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0205_000000007182	2448	0.7000258074763313	2	2	2	2	2	False	28659	maximal	True	ISR0205_000000007182	1.0		219	12	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	75.079	52.0	0.024060437984125466	NZ_JAAIUD010000015.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_15_length_52285_cov_288.376, whole genome shotgun sequence	True	False
FIJ0133_000000027600	1408	0.7000099744515675	3	1	1	1	1	False	40666	maximal	True	FIJ0133_000000027600	1.0		7	1	False	False	0.9971590638160706	0					non-mobilizable	no_good_hit								True	False
CHI0084_000000005468	1235	0.7000099744515675	2	1	1	1	1	False	84141	maximal	True	CHI0084_000000005468	1.0		41	9	False	False	1.0	0					non-mobilizable	other	1232.0	99.919	99.0	0.000297088245586514	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0160_000000008167	2602	0.7000069702101364	4	3	2	2	3	False	128193	maximal	True	ENG0160_000000008167	1.0		5	2	False	False	0.9988470673561096	0					non-mobilizable	chromosome	1781.0	98.98899999999999	100.0	0.0005063046304118418	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0170_000000001314	8464	0.7000058162568584	12	9	8	5	4	True	77996	maximal	True	CHI0170_000000001314	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	99.395	25.0	0.00035717964892566256	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0170_000000005043	1958	0.7000019151834159	4	3	3	2	2	False	105356	fragment	False	CHI0170_000000005043	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1959.0	99.336	100.0	0.03183843377020391	NZ_QRML01000024.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf24, whole genome shotgun sequence	False	False
ENG0128_000000004604	5270	0.6999964814552802	7	6	3	3	5	True	58666	maximal	True	ENG0128_000000004604	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2538.0	95.154	58.0	0.0008980732857548083	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
DEN0071_000000007221	4990	0.6999886532210978	5	3	3	3	2	True	70499	fragment	False	DEN0071_000000007221	0.9847863036128955		0	0	False	False	0.9997996091842651	0					non-mobilizable	no_good_hit	277.0	94.946	6.0	0.00012171814680359294	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	True	True
SPA0030_000000006211	4814	0.6999886532210978	5	3	3	3	2	True	70499	fragment	False	DEN0071_000000007221	0.9796018499436675		0	0	False	False	0.9918986558914185	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.090784718067628e-06	NZ_KV440952.1	firmicutes	Neobacillus drentensis strain FJAT-10044 Scaffold1, whole genome shotgun sequence	True	True
SPA0055_000000006503	4797	0.6999886532210978	5	3	3	3	2	True	70499	fragment	False	DEN0071_000000007221	0.9812023491883786		0	0	False	False	0.9977068901062012	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.090784718067628e-06	NZ_KV440952.1	firmicutes	Neobacillus drentensis strain FJAT-10044 Scaffold1, whole genome shotgun sequence	True	True
ENG0169_000000004484	4775	0.6999886532210978	5	3	3	3	2	True	70499	fragment	False	DEN0071_000000007221	0.9789252921432375		0	0	False	False	0.9976963400840759	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.090784718067628e-06	NZ_KV440952.1	firmicutes	Neobacillus drentensis strain FJAT-10044 Scaffold1, whole genome shotgun sequence	True	True
SPA0018_000000007786	3686	0.6999886532210978	5	3	3	3	2	True	64234	fragment	False	SPA0018_000000007786	1.0		0	0	False	False	0.9671730995178223	0					non-mobilizable	no_good_hit	108.0	97.22200000000001	3.0	2.9713803311284024e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
USA0101_01_000000002416	10191	0.699980298454538	18	6	4	5	5	False	103142	maximal	True	USA0101_01_000000002416	1.0		1	1	False	False	0.9984300136566162	0					non-mobilizable	no_good_hit	8042.0	90.23899999999999	78.0	0.003965904731941661	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
ENG0102_000000008852	3072	0.6999769043824633	3	3	3	3	2	False	110358	fragment	False	ENG0102_000000008852	0.9960437160759227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	99.35	55.0	0.030949722715376028	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0007_000000008723	2994	0.6999769043824633	4	3	3	3	2	False	110358	fragment	False	ENG0102_000000008852	0.9925622086403536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	99.35	59.0	0.030949722715376028	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0021_000000011066	2980	0.6999769043824633	4	3	3	3	2	False	110358	fragment	False	ENG0102_000000008852	0.9905496830256707		0	0	False	False	0.9993288516998291	0					non-mobilizable	no_good_hit	1692.0	99.35	59.0	0.030949722715376028	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0041_000000011499	2972	0.6999769043824633	4	3	3	3	2	False	110358	fragment	False	ENG0102_000000008852	0.9891617310102733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	99.35	60.0	0.030949722715376028	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0057_000000010604	2924	0.6999769043824633	4	3	3	3	2	False	110358	fragment	False	ENG0102_000000008852	0.9776533399324182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	99.35	60.0	0.030949722715376028	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0264_000000004096	2509	0.6999769043824633	3	3	3	3	2	False	26626	fragment	False	ISR0264_000000004096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	99.118	71.0	0.03105953840803851	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0070_000000011743	2128	0.6999769043824633	3	3	3	3	2	False	62399	fragment	False	ENG0070_000000011743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	99.35	83.0	0.030949722715376028	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0037_000000024458	2762	0.6999759163755276	3	3	2	2	2	False	82869	fragment	False	MON0037_000000024458	1.0		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	2702.0	92.154	97.0	0.08162831643494627	CP018462.1	enterobacteria	Klebsiella pneumoniae strain Kp_Goe_39795 plasmid pKp_Goe_795-3, complete sequence	False	True
ISR0214_000000017516	1711	0.6999729670758562	3	3	1	3	2	False	28211	fragment	False	ISR0214_000000017516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	94.486	47.0	0.00027331464825913656	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0319_000000006392	2803	0.6999673133585572	3	3	2	3	0	True	25102	fragment	False	ISR0319_000000006392	1.0		0	0	False	False	0.9989297389984131	0					non-mobilizable	no_good_hit	562.0	94.306	20.0	0.9876543209876543	EU059355.1	bacteria	Uncultured bacterium clone LM0ABA5ZE04FM1 genomic sequence	True	True
USA0130_01_000000009467	4098	0.6999557366769428	6	6	4	5	6	False	118672	fragment	False	USA0130_01_000000009467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1708.0	96.838	75.0	0.00033004955001954164	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
SPA0041_000000017795	1895	0.6999538267318898	2	2	2	2	2	False	11428	fragment	False	SPA0041_000000017795	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	96.382	93.0	0.00032213095178588286	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CAN0017_000000022365	1536	0.6999522971531879	3	3	3	2	1	False	92375	fragment	False	ENG0171_000000013063	0.34299815553639806		0	0	False	False	0.9928385615348816	0					non-mobilizable	other	1538.0	95.384	100.0	0.00302381451826756	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
CHI0043_000000005033	1857	0.699945964869173	2	2	2	2	2	False	93611	fragment	False	CAN0014_000000024460	0.9594809138098744		0	0	False	False	0.9822294116020203	0					non-mobilizable	other	1856.0	96.929	99.0	0.0005151318237610454	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0378_000000028884	1164	0.6999420747526256	2	2	2	2	2	False	87338	fragment	False	FIJ0006_000000026879	0.4027312577273238		0	0	False	False	0.9914089441299438	0					non-mobilizable	other	1164.0	99.399	100.0	0.005431736661186668	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0260_000000000751	11185	0.6999386752589453	10	7	3	7	2	True	110464	fragment	False	ISR0260_000000000751	0.9980968597133315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	88.37200000000001	0.0	0.0012954566484685852	NZ_FMJR01000081.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	True
AST0088_000000001020	11163	0.6999386752589453	10	7	3	7	2	True	110464	fragment	False	ISR0260_000000000751	0.9973807577201969		0	0	False	False	0.998297929763794	0					non-mobilizable	no_good_hit	43.0	88.37200000000001	0.0	0.0012954566484685852	NZ_FMJR01000081.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	True
ISR0131_000000028464	1301	0.6999320704277173	2	2	2	1	1	False	31635	maximal	True	ISR0131_000000028464	1.0		1	1	False	False	0.9892390370368958	0					non-mobilizable	no_good_hit	177.0	87.006	14.0	0.0012417336020208328	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0361_000000002603	4367	0.6999304969227993	4	4	4	4	3	False	37449	maximal	True	ISR0361_000000002603	1.0		129	12	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	71.03	31.0	0.009297810540046565	NZ_JXQL01000086.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig86, whole genome shotgun sequence	True	False
FIJ0159_000000001435	12263	0.6999265570524411	15	9	4	9	5	False	70593	maximal	True	FIJ0159_000000001435	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2038.0	82.777	17.0	0.0010849681042940317	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
DEN0026_000000010894	2709	0.6999229320422876	2	2	2	2	2	False	74187	maximal	True	DEN0026_000000010894	1.0		143	12	False	False	0.999261736869812	0					non-mobilizable	no_good_hit	1455.0	96.495	57.0	0.050563360689942966	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	True	False
USA0034_01_000000017742	3089	0.6999196626050439	5	2	2	2	2	False	117684	fragment	False	USA0034_01_000000017742	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	97.244	38.0	0.0023503506970645356	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0202_000000002568	4600	0.699918880356452	7	2	0	2	0	True	28715	maximal	True	ISR0202_000000002568	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
AST0062_000000008549	1941	0.6999184180283246	4	4	2	2	2	False	115342	fragment	False	AST0047_000000010950	0.9433448787728846		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	96.54799999999999	100.0	0.0004526056554243155	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0078_000000004358	3964	0.6999103551728219	5	4	2	4	1	True	124748	fragment	False	ISR0021_000000005047	0.9455389473687587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	87.10799999999999	46.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0186_000000005085	3812	0.6999103551728219	5	4	2	4	1	True	124748	fragment	False	ISR0021_000000005047	0.6308442650521359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1591.0	80.138	41.0	0.0032682540246781406	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0066_000000003361	4815	0.6999094515563155	10	7	5	5	5	True	82441	fragment	False	SPA0066_000000003361	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4815.0	99.896	100.0	0.10528387717610008	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0332_000000013542	1154	0.6999082271913892	2	2	2	1	1	False	24563	maximal	True	ISR0332_000000013542	1.0		394	12	False	False	1.0	0					non-mobilizable	other	1154.0	99.913	100.0	0.00037001356181537063	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ENG0199_000000012090	2096	0.6999079858375777	3	3	1	3	1	False	63137	maximal	True	ENG0199_000000012090	1.0		1	1	False	False	0.9990457892417908	0					non-mobilizable	no_good_hit	311.0	73.633	15.0	0.0026845050717033926	NZ_BCQW01000010.1	firmicutes	Amphibacillus sediminis NBRC 103570, whole genome shotgun sequence	True	False
ISR0198_000000027125	1228	0.6999065999386229	2	1	1	1	1	False	28850	fragment	False	ISR0198_000000027125	1.0		0	0	False	False	0.9959283471107483	0					non-mobilizable	no_good_hit	166.0	73.494	13.0	0.006271160357032933	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
DEN0033_000000013554	1644	0.6999026365313535	3	3	3	3	3	False	73603	maximal	True	DEN0033_000000013554	1.0		30	8	False	False	0.9993917346000671	0					non-mobilizable	no_good_hit	436.0	72.248	26.0	0.0031430375842671876	NZ_KE386957.1	firmicutes	Cohnella thermotolerans DSM 17683 G485DRAFT_scaffold00005.5, whole genome shotgun sequence	True	False
USA0111_01_000000002035	10308	0.6998980373644075	11	4	3	4	1	False	68591	maximal	True	USA0111_01_000000002035	1.0		3	3	False	False	0.9996119737625122	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.343747542683892e-05	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
CHI0176_000000001512	7076	0.6998959549262558	9	8	6	7	8	True	77727	fragment	False	CHI0176_000000001512	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7076.0	99.887	100.0	0.04831462208746483	CP056614.1	enterobacteria	Escherichia coli strain RHBSTW-00317 plasmid pRHBSTW-00317_2, complete sequence	False	True
MAD0090_000000003215	3746	0.6998894706296522	3	3	3	3	3	False	110340	fragment	False	MAD0090_000000003215	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3750.0	92.29299999999999	100.0	0.03181609819867235	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0060_000000008569	1675	0.6998880307165722	3	3	3	2	2	False	85748	fragment	False	CHI0060_000000008569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	74.093	11.0	0.0016040794272592193	NZ_JABEMG010000002.1	high GC Gram+	Promicromonospora citrea strain ATCC 15908 ATCC15908_2, whole genome shotgun sequence	True	False
ISR0813_000000016410	1875	0.6998868771835465	2	2	2	2	2	False	21578	fragment	False	ISR0813_000000016410	1.0		0	0	False	False	0.990933358669281	0					non-mobilizable	other	1878.0	95.04799999999999	100.0	0.04284407864654778	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0198_000000017175	1926	0.6998840344423851	3	3	3	3	3	False	94373	fragment	False	ISR0198_000000017175	0.997191011235955		0	0	False	False	0.9927310347557068	0					non-mobilizable	no_good_hit	566.0	99.117	29.0	0.004739416003288232	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0094_000000016656	2191	0.6998821897486874	3	2	2	2	2	False	121984	maximal	True	MON0094_000000016656	1.0		1	1	False	False	0.9958922863006592	0					non-mobilizable	no_good_hit	1338.0	97.309	61.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0115_000000016876	2036	0.6998821897486874	3	2	2	2	2	False	122019	maximal	True	ISR0115_000000016876	1.0		1	1	False	False	0.9960707426071167	0					non-mobilizable	no_good_hit	1338.0	97.309	66.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0138_000000003903	5526	0.6998795482222268	11	4	4	3	3	False	88920	fragment	False	SPA0138_000000003903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	430.0	85.814	48.0	0.00012116920010081277	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
FIJ0005_000000008183	3672	0.6998790067821162	5	5	5	4	3	False	124947	fragment	False	FIJ0005_000000008183	0.9676394746431344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2323.0	80.801	80.0	0.005525744837472395	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0013_000000004157	5682	0.6998774882575343	5	5	5	5	2	False	67015	maximal	True	ENG0013_000000004157	1.0		0	0	False	False	0.9994720220565796	0					non-mobilizable	no_good_hit	1728.0	97.685	44.0	0.0005718984279250684	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
MAD0061_000000007476	2275	0.6998715857367385	3	3	3	3	3	False	16823	maximal	True	MAD0061_000000007476	1.0		28	5	False	False	0.9657142758369446	0					non-mobilizable	no_good_hit	395.0	72.152	17.0	0.0002179286812824169	CP007223.1	thermotogales	Thermosipho sp. 1063, complete genome	True	False
DEN0079_000000008960	4807	0.6998704566347554	3	3	2	3	3	False	79065	fragment	False	DEN0079_000000008960	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1828.0	77.352	38.0	0.0006099085911279842	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0186_000000007972	1913	0.6998645338849927	2	2	2	2	2	False	55012	maximal	True	ENG0186_000000007972	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	75.721	34.0	0.0031927546404617066	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
AST0047_000000018466	1269	0.6998634741016498	2	2	2	2	1	False	115061	maximal	True	AST0047_000000018466	1.0		12	6	False	False	0.9535067081451416	0					non-mobilizable	no_good_hit	502.0	94.62200000000001	83.0	0.0001333336526953757	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0126_000000020772	2372	0.6998628079161391	5	4	2	2	3	True	94672	fragment	False	ISR0126_000000020772	1.0		0	0	False	False	0.9991568326950073	0					non-mobilizable	other	1764.0	97.73200000000001	98.0	0.00033971253037609123	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0096_000000000037	88394	0.699861775719194	79	11	4	10	5	False	115487	maximal	False	AUS0014_000000000041	0.8884203236327792	PS49	0	0	False	True	0.9993438720703125	0					non-mobilizable	no_good_hit	245.0	98.77600000000001	0.0	0.9878542510121457	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ITA0005_000000008585	2127	0.6998611437633361	4	3	3	2	1	False	20384	maximal	True	ITA0005_000000008585	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	79.922	48.0	0.0004679096218477303	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0311_000000004066	4253	0.6998594248954108	6	5	3	4	2	False	132272	fragment	False	DEN0079_000000010289	0.4941258831017591		0	0	False	False	1.0	0					non-mobilizable	other	4267.0	96.367	99.0	0.0009919996117856646	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0154_000000002982	2530	0.6998563611803614	4	4	4	2	3	False	91055	fragment	False	SPA0154_000000002982	0.9563747633187524		0	0	False	False	1.0	0					non-mobilizable	other	2350.0	98.085	100.0	0.02552983371372677	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0046_000000030454	1167	0.6998554555183282	2	2	2	2	2	True	11493	maximal	True	MON0046_000000030454	1.0		4	3	False	False	0.973436176776886	0					non-mobilizable	chromosome	1091.0	98.71700000000001	93.0	0.0004989056116353942	LS483366.1	firmicutes	Streptococcus salivarius strain NCTC7366 genome assembly, chromosome: 1	False	True
ISR0810_000000000369	18406	0.6998539141446861	22	10	2	10	4	False	100090	maximal	True	ISR0810_000000000369	1.0		1	1	False	False	0.9999456405639648	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	9.949876189501152e-06	CP025223.1	firmicutes	Enterococcus sp. CR-Ec1 chromosome, complete genome	True	False
CHI0164_000000012329	1736	0.6998532575646906	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.08056273433962506		0	0	False	False	1.0	0					non-mobilizable	other	1742.0	94.48899999999999	100.0	0.0005571175791504214	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
MON0012_000000046944	1235	0.6998514633815437	2	1	1	1	1	False	13575	fragment	False	MON0012_000000046944	1.0		0	0	False	False	0.9846153855323792	0					non-mobilizable	no_good_hit	653.0	82.542	52.0	0.00017980426222787826	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AUS0022_000000008300	4284	0.6998460657806798	4	3	3	3	3	False	99386	maximal	True	AUS0022_000000008300	1.0		40	7	False	False	0.9890289306640625	0					non-mobilizable	no_good_hit	1550.0	74.903	36.0	0.14351503759398496	NZ_WNCH01000070.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold70_size10563, whole genome shotgun sequence	True	False
AUS0006_000000009664	2521	0.6998459667075458	5	1	1	1	1	False	102115	fragment	False	AUS0006_000000009664	1.0		0	0	False	False	0.9992066621780396	0					non-mobilizable	other	2523.0	99.16799999999999	100.0	0.0006086568280822001	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0323_000000015500	1420	0.6998459667075458	3	1	1	1	1	False	24970	fragment	False	ISR0323_000000015500	0.9888475836431226		0	0	False	False	0.9985915422439575	0					non-mobilizable	no_good_hit	1203.0	98.088	85.0	0.00029008941608041415	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0365_000000012785	1345	0.6998459667075458	2	1	1	1	1	False	24970	fragment	False	ISR0323_000000015500	0.9630281690140845		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	97.92200000000001	99.0	0.00029008941608041415	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0349_000000010175	1153	0.6998459667075458	2	1	1	1	1	False	24114	fragment	False	ISR0349_000000010175	1.0		0	0	False	False	0.9930616021156311	0					non-mobilizable	other	1072.0	97.948	93.0	0.00025847401382872177	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0174_000000016029	1294	0.6998396213854144	2	2	2	2	1	False	55635	maximal	True	ENG0174_000000016029	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	93.26700000000001	78.0	0.003475331689238527	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	True	False
DEN0039_000000008662	2239	0.6998373045500489	3	3	2	2	2	True	73276	fragment	False	FIJ0140_000000012594	0.9489880214787279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0363_000000007258	2599	0.6998336732279834	3	3	3	3	2	False	121996	maximal	True	ISR0363_000000007258	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	51.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0081_000000000377	11036	0.6998283873629423	13	9	8	9	6	True	47509	fragment	False	MAD0081_000000000377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	74.505	4.0	0.01580324057254959	NZ_FOXF01000034.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
ENG0110_000000024600	1207	0.6998167283008664	2	2	2	2	1	False	59771	maximal	True	ENG0110_000000024600	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	73.127	32.0	0.0010004688060635742	NZ_QJSQ01000002.1	b-proteobacteria	Paraburkholderia silvatlantica strain SRCL-318 Ga0215860_102, whole genome shotgun sequence	True	False
FIJ0164_000000010099	2281	0.699808643370205	3	3	3	3	3	False	40349	maximal	True	FIJ0164_000000010099	1.0		124	5	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	70.99600000000001	64.0	0.0019206433494751915	NZ_CYUO01000004.1	firmicutes	Lagierella massiliensis strain SIT14, whole genome shotgun sequence	True	False
AST0106_000000002967	6351	0.6998047010148727	4	4	3	4	2	False	107523	fragment	False	ISR0155_000000003978	0.9795371612868822		0	0	False	False	0.9988977909088135	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
CAN0009_000000000352	29145	0.6998038797623951	28	17	12	12	5	True	94850	maximal	True	CAN0009_000000000352	1.0		1	1	False	False	0.9996225833892822	0					non-mobilizable	no_good_hit	699.0	80.973	5.0	0.00020991054859233443	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0206_000000014904	1747	0.6997982472366342	5	4	1	3	2	False	113665	fragment	False	ISR0206_000000014904	1.0		0	0	False	False	0.9994276165962219	0					non-mobilizable	chromosome	1748.0	92.22	100.0	0.0005876933775438523	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0338_000000000926	14318	0.6997700656859889	18	10	5	9	2	False	132288	fragment	False	CHI0140_000000001647	0.2795658963146029		0	0	False	False	1.0	0					non-mobilizable	other	14335.0	96.868	99.0	0.0033406496804230788	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0021_000000026475	1150	0.6997649449810875	1	1	1	1	1	False	13044	maximal	True	MON0021_000000026475	1.0		6	3	False	False	0.969565212726593	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	9.218337644003603e-06	NZ_CP012401.1	a-proteobacteria	Azospirillum thiophilum strain BV-S chromosome 1, complete sequence	True	False
USA0135_01_000000002892	4954	0.6997619095707961	5	5	4	5	5	True	126781	maximal	True	USA0135_01_000000002892	1.0		3	2	False	False	0.9991925954818726	0					non-mobilizable	no_good_hit	2797.0	99.249	56.0	0.010786537660293504	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0055_000000025566	1188	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20900185575503874		0	0	False	False	1.0	0					non-mobilizable	chromosome	1188.0	98.73700000000001	100.0	0.00041374281439922594	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0160_000000025337	1186	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2026819845139733		0	0	False	False	1.0	0					non-mobilizable	chromosome	1186.0	98.65100000000001	100.0	0.00041304569087033085	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0026_000000027573	1183	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20608226957461276		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	99.07	100.0	0.00041200000557698824	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0167_000000023304	1177	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1978949556908705		0	0	False	False	1.0	0					non-mobilizable	chromosome	1177.0	93.79799999999999	100.0	0.00037904634389495257	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0180_000000011183	1177	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1989323284516069		0	0	False	False	0.9991503953933716	0					non-mobilizable	chromosome	1177.0	93.458	100.0	0.00037872402557531404	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0055_000000031360	1174	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19868057344449527		0	0	False	False	0.9982964396476746	0					non-mobilizable	chromosome	1174.0	93.78200000000001	100.0	0.0003780793889360369	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0061_000000040649	1165	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19922102622519913		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	98.79799999999999	100.0	0.0004057258938169326	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0017_000000016972	1165	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20072831622575818		0	0	False	False	0.9982832670211792	0					non-mobilizable	chromosome	1165.0	99.14200000000001	100.0	0.0004057258938169326	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0008_000000032666	1165	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20018544293455673		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	98.541	100.0	0.0003751785240592898	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0081_000000044280	1165	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19922102622519913		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	98.79799999999999	100.0	0.0004057258938169326	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0088_000000027854	1165	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20034741995714997		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	98.79799999999999	100.0	0.0004057258938169326	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0092_000000047989	1165	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2005008856970242		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	99.056	100.0	0.0004057258938169326	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0053_000000035675	1162	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19988388075624383		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	98.537	100.0	0.00037421156910037414	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0033_000000050694	1162	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1987661832651178		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	98.709	100.0	0.00040468020852359	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0099_000000032030	1162	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19988388075624383		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	98.537	100.0	0.00037421156910037414	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0096_000000021184	1153	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19542828119211306		0	0	False	False	1.0	0					non-mobilizable	chromosome	1153.0	98.959	100.0	0.00040154315264356215	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0143_000000025210	1149	0.6997546177045837	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18481932838409046		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	93.734	100.0	0.00037002143094507276	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0013_000000004361	5676	0.6997476732645312	8	5	4	5	4	False	103063	maximal	True	FIJ0013_000000004361	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	80.74600000000001	20.0	0.6080937167199149	KJ798143.1	bacteria	Uncultured bacterium BD_contig00953 genomic sequence	True	False
FIJ0094_000000006030	3201	0.6997461492912058	4	4	1	3	3	True	43196	maximal	True	FIJ0094_000000006030	1.0		1	1	False	False	1.0	0	rep_cluster_2373			MOBF,MOB_unknown	mobilizable	no_good_hit	2208.0	99.774	77.0	0.24697851387645478	MK360094.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 11-03671 plasmid pSE11-03671, complete sequence	True	True
TAN0009_000000010319	3388	0.6997440343026589	3	3	3	3	2	False	2711	maximal	True	TAN0009_000000010319	1.0		1	1	False	False	0.9911451935768127	0					non-mobilizable	no_good_hit								True	False
AST0108_000000020317	1411	0.699742619096666	4	1	1	1	1	False	107133	fragment	False	AST0108_000000020317	1.0		0	0	False	False	0.9936215281486511	0					non-mobilizable	no_good_hit	526.0	99.81	71.0	0.013789299503585218	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
MON0102_000000014580	3138	0.6997391390804899	4	3	3	3	3	False	8962	maximal	True	MON0102_000000014580	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	81.609	17.0	0.008433950306319776	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
MAD0032_000000004832	3219	0.6997365876198587	5	4	1	4	3	True	19474	fragment	False	MAD0032_000000004832	1.0		0	0	False	False	0.998136043548584	0					non-mobilizable	no_good_hit	272.0	76.471	8.0	0.003752504020540022	NZ_VZBY01000044.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_16_length_70886_cov_18.5679_ID_31, whole genome shotgun sequence	True	True
ISR0821_000000002444	9394	0.699727306319927	15	3	2	3	3	False	105657	backbone	False	FIJ0086_000000002946	0.4665890734835535	PS637	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	153.0	77.778	2.0	0.0002484586513796037	NZ_QJKD01000003.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_103, whole genome shotgun sequence	True	True
AST0061_000000010700	3785	0.6997218227885355	5	2	1	2	1	False	112117	maximal	True	AST0061_000000010700	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	2.0	1.3847717282486194e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
TAN0009_000000016717	2333	0.6997161512922937	2	1	1	1	1	True	44624	fragment	False	TAN0009_000000016717	1.0		0	0	False	False	0.9935705065727234	0					non-mobilizable	no_good_hit	882.0	92.85700000000001	78.0	0.013374109914186598	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ENG0175_000000001696	12854	0.6997155896306163	21	3	2	3	2	True	55617	maximal	True	ENG0175_000000001696	1.0		3	2	False	False	0.9999222159385681	0					non-mobilizable	no_good_hit	1216.0	90.625	11.0	0.019187501980543146	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
MON0072_000000015741	1375	0.6997133974677983	2	2	2	2	2	False	76114	fragment	False	DEN0008_000000006547	0.4698275862068966		0	0	False	False	0.9927272796630859	0					non-mobilizable	chromosome	1377.0	95.20700000000001	100.0	0.0003108701377331187	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0097_000000001817	11812	0.6997062055542127	13	4	4	4	3	False	67441	maximal	True	SPA0097_000000001817	1.0		1	1	False	False	0.999915361404419	0					non-mobilizable	no_good_hit	4610.0	95.336	79.0	0.23794760502247714	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
CHI0071_000000004311	2377	0.6997056648615868	3	3	0	2	2	False	84902	maximal	True	CHI0071_000000004311	1.0		5	2	True	True	1.0	58					non-mobilizable	no_good_hit	972.0	100.0	85.0	0.381232822928936	CP055377.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00165 plasmid pRHBSTW-00165_14, complete sequence	True	True
SPA0095_000000015286	1241	0.6997011346855522	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.22093054483946886		0	0	False	False	0.998388409614563	0					non-mobilizable	other	1196.0	96.405	96.0	0.0003318504201587328	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0046_000000026678	1310	0.6997006959993977	2	1	1	1	1	False	11502	maximal	True	MON0046_000000026678	1.0		189	12	False	False	0.9801526665687561	0					non-mobilizable	other	1299.0	99.92299999999999	99.0	0.02423088410991637	NZ_CYZO01000021.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0153_000000010169	1467	0.6996919843864225	3	2	2	1	2	False	101769	fragment	False	USA0066_01_000000013774	0.9737143543551996		0	0	False	False	0.9986366629600525	0					non-mobilizable	other	1467.0	99.59100000000001	100.0	0.00039638559070781325	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0167_000000019644	1428	0.6996919843864225	2	2	2	1	2	False	101769	fragment	False	USA0066_01_000000013774	0.964131693767829		0	0	False	False	0.9978991746902466	0					non-mobilizable	chromosome	1428.0	99.86	100.0	0.00041366095744973814	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0032_000000020907	1416	0.6996866211130895	1	1	1	1	1	False	84815	fragment	False	SPA0086_000000007628	0.19332135543691056		0	0	False	False	1.0	0					non-mobilizable	chromosome	1417.0	99.365	100.0	0.0002992521232952562	CP049936.1	enterobacteria	Escherichia coli strain JL05 chromosome, complete genome	False	False
AST0084_000000005108	5670	0.6996794702570165	7	5	4	4	5	False	122615	fragment	False	ENG0091_000000003941	0.7188113345882542		0	0	False	False	0.9992945194244385	0					non-mobilizable	no_good_hit	2102.0	99.23899999999999	69.0	0.0006622301553955682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0063_000000016263	1807	0.6996787292279256	3	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.5624907987641481		0	0	False	False	1.0	0					non-mobilizable	chromosome	1809.0	81.426	99.0	0.000631413512815782	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0095_000000031539	1151	0.6996779810210463	2	2	1	2	2	False	33372	fragment	False	ISR0095_000000031539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	79.259	58.0	0.00018360173425272276	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0379_000000008316	2809	0.6996721938393943	3	2	2	2	1	True	127049	maximal	True	ISR0379_000000008316	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1731.0	100.0	62.0	0.28411890293972736	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ENG0177_000000022467	1149	0.6996684736674694	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.21246932022300405		0	0	False	False	0.997389018535614	0					non-mobilizable	other	1149.0	98.869	100.0	0.00035714085722516486	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0047_000000007741	2396	0.6996675952526572	3	2	2	2	1	True	64336	maximal	True	ENG0047_000000007741	1.0		1	1	False	False	0.9983305335044861	0					non-mobilizable	no_good_hit	47.0	93.617	2.0	0.00011235982501178557	NZ_NFIG01000001.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_1, whole genome shotgun sequence	True	True
MAD0098_000000039270	1168	0.6996626548817755	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19920518540465904		0	0	False	False	0.9982876777648926	0					non-mobilizable	chromosome	1168.0	93.236	100.0	0.0004067715791102752	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0101_000000024949	1164	0.6996626548817755	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19779172158927238		0	0	False	False	0.9991409182548523	0					non-mobilizable	chromosome	1164.0	93.041	100.0	0.000405377332052485	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0098_000000031231	1162	0.6996626548817755	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20020212170049625		0	0	False	False	0.9939758777618408	0					non-mobilizable	chromosome	1162.0	99.139	100.0	0.00040468020852359	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0062_000000030561	1144	0.6996626548817755	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19145963876943756		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.301	100.0	0.0003984060967635343	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0294_000000009584	2002	0.6996618454688024	2	2	2	2	0	True	25767	maximal	True	ISR0294_000000009584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	99.352	54.0	0.0003645722217571301	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
ISR0044_000000000149	2304	0.6996592206017094	3	3	2	3	1	True	79701	fragment	False	ISR0044_000000000149	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2304.0	99.95700000000001	100.0	0.02298219703017723	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0131_000000015451	1700	0.6996592206017094	3	3	2	3	1	True	78209	fragment	False	USA0015_01_000000019227	0.9459459459459459		0	0	False	False	1.0	0					non-mobilizable	other	1700.0	99.059	100.0	0.01695473415296184	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0069_000000015897	1131	0.6996544152945722	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1637961924975144		0	0	False	False	1.0	0					non-mobilizable	chromosome	1131.0	99.204	100.0	0.0003987456098284794	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0056_000000007765	2458	0.6996503785036674	3	3	3	2	3	False	108489	maximal	True	CHI0056_000000007765	1.0		4	3	False	False	0.9963384866714478	0					non-mobilizable	other	2360.0	96.059	96.0	0.024291623258068842	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0132_000000022074	1872	0.6996465457225196	3	2	1	2	1	False	3731	maximal	True	SPA0132_000000022074	1.0		1	1	False	False	0.9983974099159241	0					non-mobilizable	no_good_hit	70.0	92.85700000000001	4.0	0.0001079692593792251	NZ_FRAC01000007.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
ISR0140_000000006328	4518	0.6996457423120382	5	2	2	2	2	False	31261	fragment	False	ISR0140_000000006328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000019931	1483	0.6996356676898627	2	2	0	2	1	False	50620	fragment	False	FIJ0013_000000019931	1.0		0	0	False	False	0.995954155921936	0					non-mobilizable	plasmid	1502.0	94.34100000000001	100.0	0.1559336186201858	CP055989.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00676 plasmid pRHBSTW-00676_5, complete sequence	False	True
MON0107_000000022344	2623	0.699633746111979	5	4	1	3	2	False	78244	fragment	False	MON0107_000000022344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	91.89200000000001	47.0	0.000310339801887418	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0013_000000007598	3045	0.699625969123718	3	3	3	1	0	False	31634	fragment	False	MAD0013_000000007598	1.0		0	0	False	False	0.9957306981086731	0					non-mobilizable	no_good_hit	381.0	71.654	12.0	0.006834584821754028	NZ_FQZY01000029.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0131_000000028664	1294	0.699625969123718	3	3	3	1	0	False	31633	fragment	False	ISR0131_000000028664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0124_000000006785	3810	0.6996255637745171	6	5	5	5	2	False	41261	maximal	True	FIJ0124_000000006785	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0061_000000005451	4278	0.6996242139654377	5	2	2	2	1	True	115190	maximal	True	FIJ0061_000000005451	1.0	PS748	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1500.0	88.667	61.0	0.0005916829781587506	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0224_000000007398	3786	0.6996212636819232	5	5	3	5	3	False	27756	maximal	True	ISR0224_000000007398	1.0		38	9	False	False	0.9994717240333557	0					non-mobilizable	no_good_hit	2922.0	94.83200000000001	77.0	0.0006166995045072919	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MON0007_000000025398	2409	0.6996160583884578	4	1	1	1	1	False	13972	maximal	True	MON0007_000000025398	1.0		58	8	False	False	0.9833955764770508	0					non-mobilizable	no_good_hit	112.0	77.679	5.0	0.0005233876751894858	NZ_BLAD01000044.1	high GC Gram+	Acrocarpospora corrugata strain NBRC 13972 sequence044, whole genome shotgun sequence	True	False
ISR0190_000000017980	1251	0.6996096526191296	2	2	2	2	2	False	29168	maximal	True	ISR0190_000000017980	1.0		26	7	False	False	0.9920064210891724	0					non-mobilizable	no_good_hit	44.0	93.182	4.0	0.00018590414263603428	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
AST0153_000000023600	1455	0.6996082710709456	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.05601507178474234		0	0	False	False	0.9903780221939087	0					non-mobilizable	no_good_hit	1258.0	98.728	86.0	0.000357542090127913	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0039_000000010680	2371	0.6996033533634809	4	3	1	3	2	False	84032	fragment	False	ENG0039_000000010680	1.0		0	0	False	False	0.9940953254699707	0					non-mobilizable	no_good_hit	669.0	74.29	28.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
SPA0090_000000028366	1295	0.6996028040510396	2	2	2	2	2	False	5367	maximal	True	SPA0090_000000028366	1.0		2	2	False	False	0.9961389899253845	0					non-mobilizable	no_good_hit	605.0	76.86	46.0	0.0001594259604353045	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0029_000000008261	4232	0.6995903069187919	6	5	2	4	4	True	124676	maximal	True	FIJ0029_000000008261	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	2080.0	85.096	74.0	0.0007307983698714874	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
USA0015_01_000000003925	7181	0.6995869584320643	7	6	4	4	3	False	113666	maximal	True	USA0015_01_000000003925	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	93.11399999999999	35.0	0.019872995568550413	NZ_JAAITU010000021.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_21_length_65667_cov_156.896, whole genome shotgun sequence	True	False
USA0003_01_000000002740	13086	0.6995851989515524	8	4	4	4	2	True	2260	maximal	True	USA0003_01_000000002740	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	75.17399999999999	14.0	0.00045272178697793215	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	True
USA0015_01_000000001963	11801	0.6995773425559934	7	5	3	5	5	False	54392	maximal	True	USA0015_01_000000001963	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	2125.0	80.65899999999999	32.0	0.0006367543720010007	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
SPA0067_000000015650	1325	0.6995730880849297	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.05207474217619116		0	0	False	False	0.996981143951416	0					non-mobilizable	other	1325.0	95.62299999999999	100.0	0.022681719288026998	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	True
USA0121_01_000000015373	3023	0.6995701259194251	4	4	4	3	2	False	6719	maximal	True	USA0121_01_000000015373	1.0		12	6	False	False	0.9960304498672485	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000004015	8186	0.6995678224535291	7	6	5	5	4	False	99681	fragment	False	DEN0011_000000004015	1.0		0	0	False	False	0.9993891716003418	0					non-mobilizable	no_good_hit	1260.0	73.175	22.0	0.00048422047498686467	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0166_000000005588	3240	0.6995626686080569	4	2	2	2	2	False	75889	fragment	False	ISR0166_000000005588	0.9982935153583617		0	0	False	False	0.999691367149353	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000007332	3223	0.6995626686080569	4	2	2	2	2	False	75889	fragment	False	ISR0166_000000005588	0.995679012345679		0	0	False	False	0.996897280216217	0					non-mobilizable	no_good_hit								True	False
USA0075_01_000000014004	1763	0.6995455321214364	2	2	1	2	1	True	669	maximal	True	USA0075_01_000000014004	1.0		3	3	False	False	0.9943278431892395	0					non-mobilizable	no_good_hit	987.0	94.63	56.0	0.00027187527487389923	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	True
ISR0344_000000007335	4164	0.6995452491275294	4	3	3	3	3	False	69993	fragment	False	ISR0344_000000007335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	82.286	4.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
FIJ0013_000000008378	3211	0.6995452491275294	4	3	3	3	3	False	69991	fragment	False	FIJ0013_000000008378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	82.286	5.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
SPA0035_000000011485	1745	0.6995410193610903	2	2	1	1	2	False	14271	maximal	True	SPA0035_000000011485	1.0		133	9	False	False	0.9994269609451294	0					non-mobilizable	chromosome	1692.0	93.322	97.0	0.0007238046396391954	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ENG0161_000000013678	1537	0.6995346487910372	3	3	1	3	1	False	56398	fragment	False	ENG0161_000000013678	1.0		0	0	False	False	0.9876382350921631	0					non-mobilizable	chromosome	1522.0	97.175	99.0	0.00042569853322925504	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0140_000000022435	1510	0.6995346487910372	4	3	1	3	1	False	113385	fragment	False	FIJ0140_000000022435	1.0		0	0	False	False	0.9973509907722473	0					non-mobilizable	chromosome	1512.0	95.76700000000001	100.0	0.000422339964919754	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0019_000000053772	1242	0.6995344217183065	1	1	1	1	1	False	13137	fragment	False	MON0019_000000053772	1.0		0	0	False	False	0.999194860458374	0					non-mobilizable	other	1242.0	97.585	100.0	0.0018251127275508193	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
CHI0033_000000002196	3038	0.6995168007065485	2	2	0	1	1	False	130016	maximal	True	CHI0033_000000002196	1.0	PS1072	5	3	False	True	0.9996708631515503	0					non-mobilizable	no_good_hit	672.0	86.756	22.0	0.00041381562750902786	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
ISR0358_000000014679	1327	0.699514684921561	2	2	2	2	2	False	113068	fragment	False	AST0058_000000008935	0.2001748939900171		0	0	False	False	0.9962320923805237	0					non-mobilizable	other	1327.0	100.0	100.0	0.008855940693247846	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
FIJ0021_000000019164	2556	0.6995113991089026	3	3	3	3	1	True	51232	fragment	False	FIJ0021_000000019164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	82.838	35.0	0.0014629015292499394	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
FIJ0008_000000008515	3368	0.6995020206833354	6	4	2	4	2	True	51442	fragment	False	FIJ0019_000000002106	0.9238571428571428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	93.495	20.0	0.00019268849649675915	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
SPA0126_000000030092	1493	0.6995015451712606	2	2	2	2	1	True	3950	fragment	False	SPA0126_000000030092	1.0		0	0	False	False	0.992632269859314	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	0.0003494855247972171	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MON0015_000000015312	2456	0.6994964942963321	4	2	2	1	2	True	13425	maximal	True	MON0015_000000015312	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	2457.0	99.715	100.0	0.9116555308092057	CP056864.1	enterobacteria	Citrobacter sp. RHBSTW-00107 plasmid pRHBSTW-00107_4, complete sequence	False	True
DEN0034_000000002099	3187	0.6994905885876351	3	2	1	2	1	False	73559	maximal	True	DEN0034_000000002099	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	85.619	34.0	0.0008395288496482712	NZ_LT635836.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
CHI0158_000000014355	1383	0.6994878868021592	3	2	2	2	2	False	78867	fragment	False	CHI0158_000000014355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	74.442	29.0	0.000114261099180348	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
MON0083_000000019473	1961	0.699481634808055	2	2	2	2	1	False	9881	fragment	False	MON0083_000000019473	1.0		0	0	False	False	0.9913309812545776	0					non-mobilizable	no_good_hit								True	False
SPA0050_000000015131	1711	0.6994809951904123	2	2	2	2	2	False	6585	maximal	True	SPA0050_000000015131	1.0		16	4	False	False	1.0	0					non-mobilizable	other	1722.0	89.315	99.0	0.02598129709772115	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0396_000000012114	1897	0.6994801140672947	2	2	2	2	1	False	22679	maximal	True	ISR0396_000000012114	1.0		22	5	False	False	0.9889298677444458	0					non-mobilizable	other	1885.0	90.345	99.0	0.0020505100602808443	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
MON0068_000000012736	3275	0.6994762801806071	2	2	2	2	2	False	10569	maximal	True	MON0068_000000012736	1.0		40	9	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	74.811	28.0	0.000956991668543121	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0106_000000011503	3446	0.6994751738322329	3	2	1	1	1	False	8664	maximal	True	MON0106_000000011503	1.0		1	1	False	False	0.996227502822876	0					non-mobilizable	no_good_hit	1384.0	85.477	61.0	0.0003654034034945127	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0030_000000003036	8938	0.699474818602569	13	11	8	10	7	False	44652	fragment	False	SPA0030_000000003036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	79.529	5.0	0.0013351303409159057	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
ISR0130_000000017544	1739	0.6994682783688817	2	2	2	1	2	False	107637	fragment	False	ISR0130_000000017544	1.0		0	0	False	False	0.9976998567581177	0					non-mobilizable	no_good_hit	134.0	81.343	8.0	3.9298777808010174e-05	CP042344.1	b-proteobacteria	Comamonas sp. NLF-7-7 strain NLF 7-7 chromosome, complete genome	True	False
MAD0067_000000008379	1276	0.6994682507694556	2	1	1	1	1	False	16493	maximal	True	MAD0067_000000008379	1.0		0	0	False	False	0.9796238541603088	0					non-mobilizable	no_good_hit	442.0	82.805	34.0	0.00018615096206972732	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
AUS0008_000000009011	2620	0.6994663606728878	4	4	4	4	3	False	126258	maximal	False	FIJ0083_000000012676	0.972202166064982		0	0	False	False	0.9992366433143616	0					non-mobilizable	no_good_hit	1822.0	79.91199999999999	71.0	0.0004811958273371753	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
AUS0010_000000006971	3311	0.6994556799798888	3	2	2	2	2	False	108734	fragment	False	AUS0010_000000006971	0.9656926518395268		0	0	False	False	0.9990939497947693	0					non-mobilizable	no_good_hit	1952.0	97.541	59.0	0.053808814606431686	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0045_000000012595	1643	0.6994501127774113	1	1	1	1	1	False	11567	maximal	True	MON0045_000000012595	1.0		129	10	False	False	0.9993913769721985	0					non-mobilizable	chromosome	1587.0	99.93700000000001	97.0	0.0004468623976562546	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0197_000000018493	1377	0.6994501127774113	1	1	1	1	1	False	28917	fragment	False	MON0008_000000024980	0.6372185102697352		0	0	False	False	0.9992737770080566	0					non-mobilizable	other	1377.0	97.89399999999999	100.0	0.011260321279224871	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0211_000000011075	2302	0.6994500625122361	4	3	3	3	3	False	89181	fragment	False	ENG0211_000000011075	1.0		0	0	False	False	0.9986968040466309	0					non-mobilizable	other	2218.0	99.955	100.0	0.0007532072461458858	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ENG0041_000000012998	1900	0.6994500625122361	4	3	3	3	3	False	89180	fragment	False	DEN0092_000000006707	0.6213033167065739		0	0	False	False	0.9942105412483215	0					non-mobilizable	other	1900.0	99.47399999999999	100.0	0.0006451694002846355	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0258_000000021362	1356	0.699448342856697	2	1	1	1	1	False	95526	maximal	True	ISR0258_000000021362	1.0		0	0	False	False	0.9594395160675049	0					non-mobilizable	no_good_hit	199.0	94.975	15.0	5.9614008328498477e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0773_000000007008	2110	0.6994447545472713	3	3	3	3	3	False	22503	maximal	False	SPA0021_000000014694	0.9431111111111111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	73.79899999999999	11.0	0.00011812620478275232	LS483414.1	firmicutes	Streptococcus pyogenes strain NCTC13736 genome assembly, chromosome: 1	True	False
SPA0136_000000022525	1860	0.6994438214942852	3	3	3	3	3	False	93481	fragment	False	SPA0136_000000022525	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1860.0	97.527	100.0	0.0006621476307830617	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
SPA0145_000000000006	74160	0.6994430833460054	64	10	4	9	3	True	114303	fragment	False	SPA0145_000000000006	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	29782.0	97.35700000000001	97.0	0.3023928984947897	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
FIJ0088_000000011843	2339	0.699441820450145	4	4	4	3	3	False	43669	maximal	False	FIJ0095_000000010128	0.9553739256606645		0	0	False	False	0.9970072507858276	0					non-mobilizable	no_good_hit	514.0	86.965	82.0	0.008596662077302798	NZ_PDYG01000087.1	firmicutes	Agathobacter ruminis strain JK623 contig000088, whole genome shotgun sequence	True	False
ISR0778_000000011943	1203	0.6994401001472894	2	2	2	2	2	False	52146	fragment	False	FIJ0003_000000017216	0.681701188734385		0	0	False	False	0.9958437085151672	0					non-mobilizable	other	1190.0	96.891	99.0	0.01867910893266723	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ENG0061_000000006726	3154	0.6994396484188684	4	4	4	4	4	False	63270	maximal	True	ENG0061_000000006726	1.0		19	5	False	False	0.9968294501304626	0					non-mobilizable	no_good_hit	392.0	74.745	12.0	0.00024706783878051435	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
ISR0281_000000000724	14532	0.6994374771480264	21	10	8	9	9	True	126212	maximal	True	ISR0281_000000000724	0.9778693798275656	PS943|PS946|PS949	1	1	True	True	1.0	41					non-mobilizable	no_good_hit	1610.0	73.354	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0267_000000009634	1817	0.699428870891327	2	1	1	1	1	False	26533	fragment	False	ISR0267_000000009634	1.0		0	0	False	False	0.9988992810249329	0					non-mobilizable	no_good_hit	1280.0	95.156	70.0	0.022236903871898743	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ENG0132_000000010869	1765	0.6994256714603321	2	2	1	2	1	False	61318	fragment	False	ENG0132_000000010869	1.0		0	0	False	False	0.998866856098175	0					non-mobilizable	other	1766.0	96.602	100.0	0.06991255961844198	NZ_JAAIPV010000053.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_53_length_25160_cov_79.8066, whole genome shotgun sequence	False	False
CAN0015_000000026315	1318	0.6994233556187968	2	2	2	2	2	False	93135	fragment	False	CAN0015_000000026315	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1318.0	96.586	100.0	0.0005877163271344211	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0212_000000016537	2138	0.6994222561374231	4	4	4	3	4	False	120055	fragment	False	CHI0132_000000011904	0.4261720479471604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1531.0	92.619	72.0	0.008227241909968468	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
ISR0320_000000003018	5672	0.6994194079438064	4	2	2	2	1	False	32991	fragment	False	ISR0320_000000003018	0.9951206529453513		0	0	False	False	1.0	0					non-mobilizable	chromosome	5672.0	99.87700000000001	100.0	0.0018278671906703028	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0150_000000007195	2666	0.6994182887345243	4	4	4	4	3	False	57786	maximal	True	SPA0150_000000007195	1.0		2	1	False	False	0.9996249079704285	0					non-mobilizable	no_good_hit	573.0	99.476	21.0	0.0024686243030020544	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
AST0118_000000007741	3727	0.6994135203920322	5	4	3	3	4	False	105954	fragment	False	AST0118_000000007741	1.0		0	0	False	False	0.9991950392723083	0					non-mobilizable	no_good_hit	85.0	96.471	2.0	0.0017700979875671689	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ISR0397_000000010146	1822	0.6994130197369214	2	2	2	2	2	False	78381	fragment	False	ISR0397_000000010146	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	99.506	100.0	0.02122921961342069	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0854_000000004295	1987	0.6994130102430437	2	2	1	0	1	False	52733	maximal	True	ISR0854_000000004295	1.0		1	1	False	False	0.9894313216209412	0					non-mobilizable	no_good_hit	116.0	79.31	6.0	0.01987110633727175	HM560030.1	bacteria	Uncultured bacterium plasmid pTRACA73, complete sequence	True	False
SPA0014_000000013509	1756	0.6994121695843264	3	3	3	3	3	False	91551	fragment	False	CAN0021_000000022418	0.7079083130408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1534.0	75.619	86.0	0.000528071073138018	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0039_000000015777	1741	0.6993973186562131	3	3	3	2	2	False	6998	maximal	True	SPA0039_000000015777	1.0		6	3	False	False	0.9931074380874634	0					non-mobilizable	no_good_hit	584.0	99.315	34.0	0.00015491652709564462	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
SPA0056_000000000504	28736	0.6993962073789224	30	22	10	13	18	True	123870	maximal	False	ENG0011_000000000365	0.9550686658263119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11234.0	99.804	83.0	0.003604824232326156	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
USA0032_01_000000003310	8070	0.6993885239502655	7	1	1	1	1	False	99281	maximal	True	USA0032_01_000000003310	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	888.0	99.324	11.0	0.9988726042841037	GQ877407.1		Uncultured organism clone VC1AM22TF genomic sequence	True	False
SPA0155_000000002870	5548	0.6993885239502655	5	1	1	1	1	False	99277	fragment	False	SPA0100_000000005690	0.9906414827391867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	94.553	5.0	0.0010503382827789652	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0153_000000002763	5526	0.6993885239502655	5	1	1	1	1	False	99277	fragment	False	SPA0100_000000005690	0.9900018468883683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	94.553	5.0	0.0010503382827789652	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0154_000000000999	5308	0.6993885239502655	5	1	1	1	1	False	99277	fragment	False	SPA0100_000000005690	0.9618071374469108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	94.553	5.0	0.0010503382827789652	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0026_01_000000009342	3590	0.6993885239502655	5	1	1	1	1	False	99279	fragment	False	USA0026_01_000000009342	1.0		0	0	False	False	0.9961003065109253	0					non-mobilizable	no_good_hit	705.0	94.61	20.0	0.0028884302776421545	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0100_000000016773	2177	0.6993875739501744	3	3	3	3	2	False	72276	fragment	False	ISR0346_000000010486	0.9304468063184519		0	0	False	False	1.0	0					non-mobilizable	other	2177.0	98.66799999999999	100.0	0.03690387354996269	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ENG0117_000000002269	8665	0.6993805251267303	11	5	2	4	4	False	64398	maximal	True	ENG0117_000000002269	1.0		0	0	False	False	0.9969994425773621	0					non-mobilizable	no_good_hit	2463.0	76.533	28.0	0.00403443380955148	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0279_000000001144	12243	0.699377241485807	10	8	6	8	6	False	27791	maximal	True	ISR0279_000000001144	1.0		1	1	False	False	0.9995099306106567	0					non-mobilizable	no_good_hit	1729.0	99.075	14.0	0.8930232558139535	NZ_NFHU01000029.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_29, whole genome shotgun sequence	True	False
SPA0130_000000011177	2916	0.6993757418440183	3	3	1	3	3	False	3809	maximal	True	SPA0130_000000011177	1.0		3	3	False	False	1.0	0					non-mobilizable	other	2916.0	100.0	100.0	0.0015546077988513503	CP013610.1	firmicutes	Lactobacillus delbrueckii subsp. bulgaricus strain MN-BM-F01, complete genome	False	False
ISR0287_000000012084	1205	0.6993698233628508	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.2738647758802748		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	96.76299999999999	100.0	0.00462133105081545	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0162_000000006970	5169	0.6993666560636707	8	5	4	4	5	False	30363	fragment	False	ISR0162_000000006970	1.0		0	0	False	False	0.9998065233230591	0					non-mobilizable	no_good_hit	319.0	81.505	6.0	8.7804880776911e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0039_000000005137	2676	0.6993641114248187	4	3	3	3	3	False	19765	maximal	True	MAD0039_000000005137	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0141_000000004263	6461	0.6993588691451249	6	5	3	3	4	True	132402	maximal	True	CHI0141_000000004263	1.0	PS1159|PS463	39	11	False	True	0.9998452067375183	0		MOBV			mobilizable	no_good_hit	4618.0	100.0	71.0	0.03926721608450488	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
SPA0130_000000004781	6828	0.6993584073250054	4	4	4	4	3	False	116271	backbone	False	MAD0078_000000000904	0.9519094559348451	PS761	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	132.0	79.545	2.0	0.00020751226064807187	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	True
ENG0179_000000007202	4537	0.6993499410095659	4	4	1	4	1	False	62733	fragment	False	ENG0179_000000007202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3154.0	98.098	70.0	0.019007844891150625	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ISR0312_000000001560	8230	0.6993380192087769	7	5	2	5	2	False	25270	maximal	True	ISR0312_000000001560	1.0		13	3	False	False	0.9997569918632507	0					non-mobilizable	no_good_hit	3005.0	76.273	36.0	0.0009526075349815098	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0017_000000004231	2833	0.6993355884428613	3	3	3	3	3	False	7837	maximal	True	SPA0017_000000004231	1.0		5	1	False	False	1.0	0					non-mobilizable	chromosome	2833.0	99.929	100.0	0.0004410123413379461	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ISR0022_000000001394	17468	0.6993335707933946	21	7	5	5	4	True	127551	backbone	True	ISR0022_000000001394	0.9991699276651251	PS1009|PS1010	8	2	False	True	0.9998282790184021	0					non-mobilizable	no_good_hit	1059.0	98.772	7.0	0.0028929182346903864	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0327_000000000725	16791	0.6993335707933946	21	7	5	5	4	True	127551	backbone	False	ISR0022_000000001394	0.9799665932913272	PS1009|PS1010	0	0	True	True	0.9999404549598694	2					non-mobilizable	no_good_hit	571.0	94.046	7.0	0.005026322054972091	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
CHI0103_000000000988	2076	0.6993319098499928	2	1	1	1	1	False	93251	fragment	False	ISR0186_000000011419	0.48887587822014056		0	0	False	False	0.9971098303794861	0					non-mobilizable	other	2076.0	98.94	100.0	0.008955236763512698	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
FIJ0062_000000016211	1805	0.6993319098499928	2	1	1	1	1	False	62939	maximal	True	FIJ0062_000000016211	1.0		87	10	False	False	1.0	0					non-mobilizable	chromosome	1797.0	92.654	99.0	0.0008278184302697056	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0091_000000013418	1625	0.6993319098499928	1	1	1	1	1	False	111673	fragment	False	CHI0064_000000010051	0.8336089866229193		0	0	False	False	0.9913846254348755	0					non-mobilizable	other	1625.0	99.93799999999999	100.0	0.007634915635122493	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
ENG0091_000000014904	1625	0.6993319098499928	1	1	1	1	1	False	111673	fragment	False	CHI0064_000000010051	0.8329995077335344		0	0	False	False	0.9993846416473389	0					non-mobilizable	other	1625.0	99.13799999999999	100.0	0.007634915635122493	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
ISR0358_000000012564	1562	0.6993319098499928	1	1	1	1	1	False	111673	fragment	False	CHI0064_000000010051	0.8201343969629364		0	0	False	False	0.9942381381988525	0					non-mobilizable	other	1562.0	99.36	100.0	0.0073387335630703265	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
SPA0124_000000020400	1442	0.6993319098499928	1	1	1	1	1	False	4042	maximal	True	SPA0124_000000020400	1.0		52	6	False	False	0.9916782379150391	0					non-mobilizable	no_good_hit	1242.0	79.14699999999999	85.0	0.010193772772441205	NZ_PPTT01000010.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_10, whole genome shotgun sequence	True	False
DEN0093_000000018853	1702	0.6993318910909798	2	2	2	2	2	False	99107	fragment	False	ISR0366_000000010689	0.9545190812584211		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	99.882	100.0	0.0048354497309374975	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0322_000000007000	1689	0.6993318910909798	2	2	2	2	2	False	99107	fragment	False	ISR0366_000000010689	0.9512956283758272		0	0	False	False	0.9976317286491394	0					non-mobilizable	chromosome	1689.0	99.76299999999999	100.0	0.0005320535470289001	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0017_000000004250	5182	0.6993309944977383	14	4	1	1	4	False	66722	maximal	True	ENG0017_000000004250	1.0		1	1	False	False	0.9998070001602173	0					non-mobilizable	no_good_hit	1312.0	97.94200000000001	25.0	0.000546178996730425	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	False
MAD0011_000000011596	1214	0.6993286667076983	2	2	2	2	2	False	19708	maximal	True	MAD0011_000000011596	1.0		98	13	False	False	0.9909390211105347	0					non-mobilizable	no_good_hit	600.0	77.167	49.0	0.005401008919432666	NZ_LFQU01000011.1	CFB group bacteria	Prevotella rara strain 109 contig00011, whole genome shotgun sequence	True	False
ISR0073_000000002178	10414	0.6993219907653689	11	5	4	5	5	False	65033	maximal	True	ISR0073_000000002178	1.0		4	2	False	False	0.9989437460899353	0					non-mobilizable	no_good_hit	150.0	87.333	1.0	4.932581343970708e-05	NZ_VCBL01000001.1	firmicutes	Rummeliibacillus suwonensis strain G20 KACC17316-1_1, whole genome shotgun sequence	True	False
ENG0143_000000006760	2798	0.6993209873413679	4	4	4	4	4	False	113811	maximal	True	ENG0143_000000006760	1.0		65	9	False	False	0.9992852210998535	0					non-mobilizable	no_good_hit	1258.0	85.294	81.0	0.004870992387135306	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0227_000000012878	2056	0.69931600709427	3	3	3	3	2	False	37225	maximal	True	ISR0227_000000012878	1.0		11	2	False	False	0.9975680708885193	0					non-mobilizable	other	2056.0	97.08200000000001	100.0	0.0005830748197975192	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0040_000000010588	1892	0.6993080618859494	3	2	2	1	2	False	116073	fragment	False	AST0040_000000010588	1.0		0	0	False	False	0.9989429116249084	0					non-mobilizable	no_good_hit	81.0	100.0	4.0	0.00025752869030565436	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0063_000000019281	1610	0.6992968551436833	2	2	2	2	2	False	63076	fragment	False	ENG0063_000000019281	1.0		0	0	False	False	0.9950310587882996	0					non-mobilizable	no_good_hit	885.0	90.508	64.0	0.0003875452428383042	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0360_000000019300	1293	0.6992945069189221	2	2	2	2	2	False	23780	fragment	False	ISR0777_000000012840	0.9756457564575645		0	0	False	False	0.9938128590583801	0					non-mobilizable	no_good_hit	503.0	78.529	39.0	0.0035673607977134507	NZ_MCIA01000013.1	firmicutes	Lacrimispora algidixylanolytica strain SPL73 contig_20, whole genome shotgun sequence	True	False
ENG0134_000000004535	7317	0.6992888027664904	5	4	4	3	1	True	110148	fragment	False	AUS0006_000000002119	0.9341722524345517		0	0	False	False	0.99986332654953	0					non-mobilizable	no_good_hit	46.0	89.13	1.0	8.074997707597873e-06	NZ_KZ987724.1	firmicutes	Paenibacillus aceti strain L14 Scaffold1, whole genome shotgun sequence	True	True
MAD0047_000000019808	2248	0.6992867210977991	3	3	3	2	2	False	17656	maximal	True	MAD0047_000000019808	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	86.391	59.0	0.08025662752693379	NZ_WAJR01000035.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_035, whole genome shotgun sequence	True	False
ISR0184_000000009096	1238	0.6992846106668646	3	1	1	1	1	False	68544	fragment	False	DEN0092_000000011211	0.4369488225543483		0	0	False	False	0.9983844757080078	0					non-mobilizable	chromosome	1157.0	98.704	100.0	0.00039280754435140375	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0080_000000019788	2560	0.6992818081182666	3	2	2	2	1	False	13073	fragment	False	MON0080_000000019788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0021_000000012897	2255	0.6992818081182666	2	2	2	2	1	False	13072	fragment	False	MON0021_000000012897	1.0		0	0	False	False	0.9964523315429688	0					non-mobilizable	no_good_hit								True	False
ISR0155_000000003978	6613	0.6992764495963278	4	4	3	4	3	False	107523	fragment	False	ISR0155_000000003978	0.9861677581694397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ENG0117_000000016681	1386	0.6992764267219936	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.3348341366339903		0	0	False	False	0.9862914681434631	0					non-mobilizable	no_good_hit	906.0	80.574	64.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0036_01_000000002962	13148	0.6992749036321008	15	6	4	5	6	True	96295	fragment	False	USA0036_01_000000002962	1.0		0	0	False	False	0.9998478889465332	0					non-mobilizable	plasmid	13155.0	99.85600000000001	100.0	0.10590821610043243	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
CHI0027_000000001565	8538	0.6992749036321008	9	6	4	5	6	True	89856	fragment	False	CHI0027_000000001565	1.0		0	0	False	False	0.9992972612380981	0					non-mobilizable	plasmid	8539.0	99.61399999999999	100.0	0.06875337203965116	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0085_000000004042	3446	0.6992570987386574	3	3	3	3	3	False	128233	maximal	False	SPA0086_000000004183	0.9778887303851641		0	0	False	False	0.999419629573822	0					non-mobilizable	other	1797.0	99.666	100.0	0.0010372599242846458	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0806_000000002426	4165	0.6992534408949117	4	4	3	4	4	False	21780	fragment	False	ISR0806_000000002426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3001.0	99.93299999999999	72.0	0.1027221366204417	NZ_QRML01000044.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf44, whole genome shotgun sequence	True	False
ISR0157_000000021835	1455	0.6992456008785732	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.21767120214819674		0	0	False	False	0.9951890110969543	0					non-mobilizable	chromosome	1455.0	97.595	100.0	0.0004894078871413294	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ETH0005_000000022139	2129	0.6992343818598101	5	2	2	2	1	False	52745	maximal	True	ETH0005_000000022139	1.0		1	1	False	False	0.9859088659286499	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.009853782581055308	XM_023363335.1	scorpions	PREDICTED: Centruroides sculpturatus protein scribble homolog (LOC111621254), mRNA	True	False
ISR0065_000000007451	4045	0.6992336212961385	4	4	4	4	4	False	72523	fragment	False	SPA0120_000000010007	0.9518000947418286		0	0	False	False	0.9995055794715881	0					non-mobilizable	chromosome	4062.0	97.48899999999999	100.0	0.0018522843167483722	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
CAN0006_000000014668	3076	0.6992105577814769	3	3	1	3	3	True	95697	fragment	False	CAN0006_000000014668	1.0		0	0	False	False	0.9944733381271362	0			MPF_F		non-mobilizable	plasmid	3076.0	99.512	100.0	0.020994060217109305	CP048351.1	enterobacteria	Raoultella ornithinolytica strain 23 plasmid p23_B, complete sequence	False	True
ISR0029_000000019643	2266	0.6992046056470697	2	2	2	2	2	False	37123	maximal	True	ISR0029_000000019643	1.0		1	1	False	False	0.9885260462760925	0					non-mobilizable	no_good_hit	1722.0	76.423	75.0	0.14469562272457878	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
ENG0211_000000010073	2582	0.6991992021276707	4	3	2	3	1	False	125188	fragment	False	ENG0211_000000010073	1.0		0	0	False	False	0.9961270093917847	0					non-mobilizable	no_good_hit	614.0	78.99	23.0	0.000168898560475332	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0040_000000009627	3929	0.6991961289434194	4	2	2	2	2	False	6971	maximal	True	SPA0040_000000009627	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	99.79799999999999	25.0	0.0005460364968370106	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	True	False
USA0013_01_000000006614	1507	0.699192380955541	2	1	1	1	1	False	84307	fragment	False	CHI0081_000000006347	0.9760812581913499		0	0	False	False	0.9840742945671082	0					non-mobilizable	other	1489.0	98.052	99.0	0.0037491805758660683	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0167_000000008420	3620	0.6991853004466861	6	5	5	5	3	False	101392	maximal	True	ISR0167_000000008420	1.0		10	4	False	False	1.0	0					non-mobilizable	other	1419.0	87.667	92.0	0.0015516108401774902	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
USA0039_01_000000012159	1835	0.6991832125094247	3	3	3	2	2	False	124165	fragment	False	USA0039_01_000000012159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	99.346	67.0	0.02893403419046266	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0138_000000005459	4310	0.6991803400803529	3	3	3	3	1	True	72080	fragment	False	SPA0138_000000005459	1.0		0	0	False	False	0.9937354922294617	0					non-mobilizable	no_good_hit	2354.0	94.56200000000001	55.0	0.037178023093516054	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ENG0023_000000007032	2455	0.6991780375944646	3	3	3	1	2	False	106793	fragment	False	ENG0023_000000007032	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2178.0	96.97	94.0	0.0006179911795030182	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0275_000000002066	6338	0.6991778530824196	6	6	6	6	5	False	105144	maximal	True	ISR0275_000000002066	0.9849511503309172		293	12	False	False	0.9943199753761292	0					non-mobilizable	no_good_hit	105.0	78.095	2.0	4.658755392739999e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
FIJ0083_000000001806	14850	0.6991689004312753	12	6	5	6	4	True	44146	maximal	True	FIJ0083_000000001806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.008078476630121177	XM_005989083.2	coelacanths	PREDICTED: Latimeria chalumnae calcium activated nucleotidase 1 (CANT1), mRNA	True	True
ISR0331_000000003051	6264	0.6991668620129246	8	4	3	4	3	False	39529	maximal	True	ISR0331_000000003051	1.0		3	2	False	False	0.9993614554405212	0					non-mobilizable	no_good_hit	848.0	92.925	14.0	0.9976442873969376	GQ875367.1		Uncultured organism clone VC1A183TR genomic sequence	True	False
ISR0183_000000009444	3596	0.6991656435989165	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.4314155980125943		0	0	False	False	1.0	0					non-mobilizable	other	3071.0	99.544	98.0	0.03211733813175432	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0077_000000010171	3060	0.6991656435989165	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.4165354765398077		0	0	False	False	1.0	0					non-mobilizable	other	3060.0	99.60799999999999	100.0	0.03250356072362407	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0092_000000005383	5311	0.6991654037610651	6	6	6	6	5	True	43338	fragment	False	FIJ0092_000000005383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0825_000000016916	1422	0.6991609164210049	2	2	2	1	1	False	63040	fragment	False	ISR0825_000000016916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	79.187	84.0	0.0323485768244975	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	True	False
MAD0013_000000000931	13473	0.6991541265408167	31	4	2	4	2	False	19624	maximal	True	MAD0013_000000000931	1.0		1	1	False	False	0.9999257922172546	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00014314978897746625	LR745209.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0033_000000004242	6142	0.6991508741222578	9	3	0	1	2	False	65534	fragment	False	ENG0033_000000004242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	80.493	23.0	0.01208196070991221	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	False
ISR0273_000000004349	2524	0.6991506713061668	3	2	0	2	0	False	26381	maximal	True	ISR0273_000000004349	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	90.97	12.0	0.001038928439445812	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
SPA0142_000000017147	1573	0.6991506713061668	2	2	0	2	0	False	3432	fragment	False	SPA0142_000000017147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000004675	6846	0.6991443411306586	10	6	2	4	5	True	95414	maximal	False	MON0051_000000003951	0.9782001117942984		0	0	False	False	0.9988314509391785	0					non-mobilizable	no_good_hit	68.0	92.647	1.0	1.882914211618199e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
TAN0005_000000002572	4746	0.6991384004032101	10	7	5	7	2	True	2948	maximal	True	TAN0005_000000002572	1.0		1	1	False	False	0.9978929758071899	0					non-mobilizable	no_good_hit	1022.0	92.27	43.0	0.08212989108511497	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CAN0020_000000009121	4041	0.69913674302665	4	4	4	4	3	False	91924	maximal	True	CAN0020_000000009121	1.0		8	4	False	False	0.9975253939628601	0					non-mobilizable	no_good_hit	93.0	84.946	2.0	0.0005551834217402586	NZ_QSGP01000013.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf13, whole genome shotgun sequence	True	False
ISR0180_000000021026	1173	0.6991337429818679	2	2	2	2	1	True	29606	fragment	False	ISR0180_000000021026	1.0		0	0	False	False	0.9761295914649963	0					non-mobilizable	chromosome	1174.0	90.03399999999999	100.0	0.00039191615203267597	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	True
SPA0070_000000001353	11553	0.6991248677662362	16	7	4	6	5	True	116909	maximal	True	SPA0070_000000001353	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	77.358	4.0	0.00011317536166909055	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0004_000000006425	2777	0.6991246923408637	4	3	3	3	1	False	38575	maximal	True	ISR0004_000000006425	1.0		2	2	False	False	0.9978393912315369	0					non-mobilizable	no_good_hit	409.0	82.152	15.0	0.0017217601719221951	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
CHI0175_000000008471	1367	0.6991238431699182	3	2	1	2	2	False	77748	fragment	False	CHI0175_000000008471	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	96.48899999999999	100.0	0.00715418372238817	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ISR0332_000000002674	4537	0.6991168463324143	5	3	3	3	2	False	24579	maximal	True	ISR0332_000000002674	1.0		29	8	False	False	0.9995591640472412	0					non-mobilizable	no_good_hit	910.0	72.637	20.0	0.002747328223302838	NZ_FNHS01000007.1	a-proteobacteria	Methylobacterium phyllostachyos strain BL47, whole genome shotgun sequence	True	False
SPA0039_000000012644	2133	0.6991047727484189	3	3	3	3	3	False	130140	fragment	False	SPA0126_000000018141	0.9493375751472919		0	0	False	False	1.0	0					non-mobilizable	other	2133.0	98.406	100.0	0.015618246683320269	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	False	False
ISR0141_000000024107	1275	0.6991039744199511	1	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.2159599972260627		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	97.15700000000001	99.0	0.0002659486868143754	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0028_000000002104	8569	0.6991017651526947	11	4	3	4	2	True	118905	fragment	False	CAN0001_000000004595	0.5637357162116932		0	0	False	False	0.9948652386665344	0					non-mobilizable	other	8573.0	94.20299999999999	100.0	0.002294711184795617	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0013_000000003164	10008	0.6990968558335652	11	10	8	10	9	True	96704	fragment	False	ENG0046_000000001705	0.9739969575965013		0	0	False	False	0.9987010359764099	0					non-mobilizable	no_good_hit	1031.0	84.57799999999999	35.0	0.06967044988376864	NZ_JH604968.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld499, whole genome shotgun sequence	True	True
ISR0112_000000007264	4022	0.6990940937440846	6	5	3	4	2	False	74616	fragment	False	ISR0112_000000007264	1.0		0	0	False	False	0.9992541074752808	0					non-mobilizable	no_good_hit	900.0	94.556	23.0	0.00578937517345536	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ENG0147_000000003183	4278	0.6990905793216249	6	6	5	6	4	False	120091	maximal	True	ENG0147_000000003183	1.0		20	4	False	False	0.9988312125205994	0					non-mobilizable	no_good_hit	3091.0	97.412	72.0	0.0006861105373162839	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0100_000000035094	1311	0.6990902518791583	3	1	1	1	1	False	9097	maximal	True	MON0100_000000035094	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	81.197	9.0	0.00014152186642672868	AP019717.1	firmicutes	Clostridium butyricum NBRC 13949 plasmid pCBU1 DNA, complete genome	True	False
AST0099_000000018229	1142	0.6990881993506824	2	2	2	1	1	False	108672	fragment	False	AST0099_000000018229	1.0		0	0	False	False	0.9982486963272095	0					non-mobilizable	other	1142.0	95.709	100.0	0.015604485776805252	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
DEN0051_000000013718	3169	0.6990860366151537	4	3	3	3	2	False	92452	maximal	True	DEN0051_000000013718	1.0		1	1	False	False	0.9779109954833984	0					non-mobilizable	no_good_hit	2417.0	98.84200000000001	76.0	0.0006895583287572081	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0149_000000036367	1116	0.6990859694414561	2	2	2	2	2	False	3274	fragment	False	USA0031_01_000000022921	0.9727352682497801		0	0	False	False	0.9892473220825195	0					non-mobilizable	no_good_hit	909.0	77.778	81.0	0.0002534908386387486	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0079_000000019914	1666	0.6990834339552198	3	2	2	2	2	False	61810	fragment	False	MON0068_000000024171	0.9454285714285715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	95.833	3.0	2.490749779277174e-05	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
MAD0066_000000000560	15010	0.6990798237840657	38	9	6	6	6	False	42925	maximal	True	MAD0066_000000000560	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	73.24600000000001	2.0	0.03030716723549488	MK233473.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_5_c1 sequence	True	False
DEN0051_000000038996	1255	0.6990607645346069	2	2	2	2	1	False	72418	fragment	False	DEN0051_000000038996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.809913402006646e-06	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	True	False
CHI0164_000000001866	10917	0.6990574769609562	12	5	4	5	3	False	78430	maximal	True	CHI0164_000000001866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7874.0	98.031	84.0	0.054464886306110134	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
ISR0035_000000009985	1908	0.6990527493810539	3	2	2	2	2	False	36795	maximal	True	ISR0035_000000009985	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	80.808	31.0	0.010093367952267139	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0258_000000007951	2750	0.6990504517514329	6	4	4	3	1	False	70059	fragment	False	ISR0258_000000007951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	77.941	5.0	3.13388787557249e-05	NZ_LT839648.1	firmicutes	Oceanobacillus senegalensis strain Marseille-P3587, whole genome shotgun sequence	True	False
ISR0298_000000005418	2679	0.699039698605337	4	3	3	3	3	False	25641	maximal	True	ISR0298_000000005418	1.0		2	1	False	False	0.9947741627693176	0					non-mobilizable	no_good_hit								True	False
ENG0161_000000013904	1509	0.6990373486975798	1	1	1	1	1	False	61287	fragment	False	ENG0089_000000013023	0.9499685336689742		0	0	False	False	0.9860835075378418	0					non-mobilizable	other	1471.0	98.64	97.0	0.0007753328129285428	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
DEN0009_000000001007	2358	0.6990328627896545	2	2	2	2	1	False	76091	maximal	True	DEN0009_000000001007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1229.0	99.105	52.0	0.009613502743919146	NZ_CYXV01000011.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0169_000000007238	3076	0.6990303310828193	4	3	2	3	3	False	48934	maximal	True	FIJ0169_000000007238	1.0		16	2	False	False	1.0	0					non-mobilizable	no_good_hit	1473.0	92.53200000000001	50.0	0.012486418579383403	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	False
ISR0396_000000006010	3684	0.6990283997951452	4	4	3	2	2	True	130195	fragment	False	ISR0396_000000006010	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3681.0	99.973	100.0	0.24797843665768193	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CHI0132_000000010966	2879	0.6990262229888048	5	4	4	4	2	True	80920	fragment	False	CHI0132_000000010966	1.0		0	0	False	False	0.9996526837348938	0					non-mobilizable	no_good_hit	134.0	78.358	5.0	2.5514079257720856e-05	NC_014963.1	bacteria	Terriglobus saanensis SP1PR4, complete sequence	True	True
MON0108_000000001721	9180	0.6990233300255574	8	4	4	3	4	False	111128	fragment	False	USA0030_01_000000001649	0.9607302741986506		0	0	False	False	0.9998910427093506	0					non-mobilizable	no_good_hit	3200.0	99.0	73.0	0.0008646938056504685	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0076_000000037770	1278	0.6990132929821633	2	2	2	2	2	False	68619	fragment	False	ENG0066_000000015015	0.917448254227557		0	0	False	False	0.9976525902748108	0					non-mobilizable	other	1278.0	97.96600000000001	100.0	0.014539120138446125	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
CHI0061_000000001805	3297	0.6990123966313079	3	3	3	3	3	False	122475	maximal	True	CHI0061_000000001805	1.0	PS871	1	1	False	True	0.999696671962738	0					non-mobilizable	no_good_hit	2314.0	92.82600000000001	70.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0379_000000015245	1642	0.699011306218093	3	2	1	1	2	False	23215	maximal	True	ISR0379_000000015245	1.0		4	3	False	False	0.9884287714958191	0					non-mobilizable	no_good_hit	686.0	86.006	42.0	0.12756817332835263	MK232116.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K17_7_c1 sequence	True	False
DEN0071_000000026319	1625	0.6990100915334795	3	2	2	2	2	False	70421	maximal	True	DEN0071_000000026319	1.0		0	0	False	False	0.9858461618423462	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	3.0	0.00017965783348985342	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0059_01_000000008441	3140	0.6989874638625699	4	4	4	4	3	False	925	maximal	True	USA0059_01_000000008441	1.0		1	1	False	False	0.9996815323829651	0					non-mobilizable	no_good_hit	576.0	76.042	21.0	0.0072564321268984485	NZ_MBEW02000009.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_9_length_78551_cov_233.8, whole genome shotgun sequence	True	False
ISR0297_000000000900	9671	0.6989861948581619	8	4	3	4	1	False	115472	fragment	False	ISR0297_000000000900	1.0		0	0	False	False	0.9994829893112183	0					non-mobilizable	virus	4234.0	95.70100000000001	92.0	0.12020940620821123	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ISR0190_000000009341	2465	0.6989802162604858	3	3	3	3	3	False	102067	fragment	False	ISR0190_000000009341	0.9945599134256652		0	0	False	False	0.9991886615753174	0					non-mobilizable	other	2432.0	80.14	99.0	0.0003766338004772351	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
ENG0173_000000007348	2452	0.6989802162604858	3	3	3	3	3	False	102067	fragment	False	ISR0190_000000009341	0.9910466815132128		0	0	False	False	0.9979608654975891	0					non-mobilizable	other	2421.0	80.05	99.0	0.0003749260627174455	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
ENG0018_000000008643	2431	0.6989802162604858	3	3	3	3	3	False	102067	fragment	False	ISR0190_000000009341	0.990237881730855		0	0	False	False	0.9954751133918762	0					non-mobilizable	other	2426.0	80.09100000000001	99.0	0.0003757023071537135	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
ENG0029_000000001786	13213	0.6989738268075618	15	13	5	8	10	True	65832	fragment	False	ENG0029_000000001786	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	13121.0	94.51299999999999	99.0	0.005232896852635156	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
SPA0018_000000011853	2492	0.6989734434931121	3	2	2	2	1	False	80212	fragment	False	DEN0087_000000004748	0.9566183377465558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	74.48899999999999	33.0	0.00029182532683907296	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0082_000000002179	3734	0.6989710992493618	2	2	2	2	1	False	16129	maximal	True	MAD0082_000000002179	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	75.11399999999999	12.0	0.00030306000240501744	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	True	False
SPA0057_000000002188	11112	0.6989667067380118	12	10	5	6	9	True	130128	maximal	True	SPA0057_000000002188	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	9099.0	98.48299999999999	82.0	0.0030619969390128436	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0083_000000015668	2349	0.698965482765727	5	3	2	2	3	False	87395	fragment	False	MON0083_000000015668	0.974		0	0	False	False	0.9906343221664429	0					non-mobilizable	other	2349.0	98.723	100.0	0.0004098385693352429	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0093_000000012533	1514	0.6989607176336291	2	1	1	1	1	False	123274	fragment	False	FIJ0169_000000013988	0.9712807535870809		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	99.01100000000001	100.0	0.0058219296526440785	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
USA0046_01_000000003277	3315	0.6989588733549901	5	2	1	2	1	True	33778	maximal	True	USA0046_01_000000003277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	83.50299999999999	35.0	0.00014390648909156376	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	True
USA0039_01_000000007268	3143	0.698948405990855	7	3	2	2	3	False	1328	fragment	False	USA0039_01_000000007268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	92.491	31.0	0.00012083008491423063	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0806_000000008588	1466	0.6989468122754053	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.262340803325694		0	0	False	False	1.0	0					non-mobilizable	chromosome	1253.0	80.607	96.0	0.0003294449932230364	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AUS0014_000000010770	2832	0.6989457732235438	4	3	3	3	3	False	100891	maximal	True	AUS0014_000000010770	1.0		1	1	False	False	0.9911723136901855	0					non-mobilizable	no_good_hit	2480.0	94.234	87.0	0.017419955691647733	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	True	False
CHI0087_000000001188	5340	0.6989441181585868	6	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.9177887829556085		0	0	False	False	0.9994382262229919	0					non-mobilizable	plasmid	5341.0	98.671	100.0	0.06447562241916399	MF344577.1	enterobacteria	Klebsiella pneumoniae strain N201205880 plasmid p205880-NR2, complete sequence	False	True
AST0059_000000010058	1519	0.6989370990320678	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.34436206735300107		0	0	False	False	0.9993416666984558	0					non-mobilizable	other	1535.0	77.068	99.0	0.021098282016956717	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0066_000000014144	2006	0.6989366006075439	3	3	3	3	2	False	16571	fragment	False	MON0012_000000022342	0.645079365079365		0	0	False	False	0.9825523495674133	0					non-mobilizable	other	1986.0	98.89200000000001	99.0	0.0017763690122493396	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0294_000000001772	10291	0.6989351670309213	13	9	8	7	7	False	125057	maximal	True	ISR0294_000000001772	1.0		1	1	False	False	0.9998056292533875	0					non-mobilizable	no_good_hit	6903.0	98.27600000000001	67.0	0.0014574805755495964	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
USA0064_01_000000001012	13313	0.6989336138810902	10	10	6	8	6	False	119751	fragment	False	SPA0103_000000001197	0.9897784952575716		0	0	False	False	1.0	0					non-mobilizable	chromosome	13322.0	98.927	100.0	0.002049563085031712	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0187_000000003677	4824	0.6989320297954423	7	5	5	3	2	False	77099	fragment	False	CHI0187_000000003677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1480.0	82.973	53.0	0.0003685961130046931	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0108_000000005794	3777	0.698926803680456	4	4	3	2	3	False	52527	fragment	False	FIJ0171_000000005363	0.9898780171295094		0	0	False	False	0.9994704723358154	0					non-mobilizable	no_good_hit	121.0	93.38799999999999	5.0	3.7331796922491104e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0102_000000002474	9850	0.6989263153940579	9	4	4	3	1	False	108396	maximal	True	AST0102_000000002474	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0035_000000008542	3152	0.6989201741236133	3	2	1	2	2	False	12210	maximal	True	MON0035_000000008542	1.0		3	2	False	False	0.9996827244758606	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.210876420151719e-06	CP027295.1	high GC Gram+	Brachybacterium sp. SGAir0954 chromosome, complete genome	True	False
FIJ0082_000000014573	2076	0.6989186122848224	2	2	2	2	2	False	44179	maximal	True	FIJ0082_000000014573	1.0		28	9	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	85.08200000000001	55.0	0.018983780205230057	NZ_JH379476.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1494, whole genome shotgun sequence	True	False
CHI0133_000000015120	1340	0.6989184992171499	2	2	2	1	1	False	80775	fragment	False	DEN0022_000000030360	0.9844089920232052		0	0	False	False	0.9850746393203735	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0825_000000013017	1828	0.6989072070488821	2	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.8833984136823033		0	0	False	False	0.995076596736908	0					non-mobilizable	other	1810.0	99.50299999999999	99.0	0.0008656972835098785	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
USA0045_01_000000007065	2009	0.6989064244611134	3	3	3	2	3	False	91305	fragment	False	ENG0135_000000008766	0.6856964598265846		0	0	False	False	0.9960179328918457	0					non-mobilizable	no_good_hit	367.0	75.204	18.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0305_000000007321	2384	0.6989041426504089	4	4	4	3	3	False	65283	fragment	False	ISR0305_000000007321	1.0		0	0	False	False	0.9974831938743591	0					non-mobilizable	chromosome	2384.0	99.413	100.0	0.0010869228088676117	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
DEN0093_000000007761	4104	0.6989021289743751	5	4	4	4	4	False	68507	maximal	True	DEN0093_000000007761	1.0		101	9	False	False	0.9980506896972656	0					non-mobilizable	other	4104.0	99.561	100.0	0.01980288814239932	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0058_000000008135	4937	0.698898883084807	4	4	4	3	2	False	83125	maximal	True	MON0058_000000008135	1.0		28	2	False	False	0.9997974634170532	0					non-mobilizable	no_good_hit	3867.0	97.44	78.0	0.012291394434217513	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
USA0101_01_000000011458	2837	0.6988954751030932	4	4	4	3	3	False	96635	fragment	False	ISR0207_000000007572	0.3325289061640429		0	0	False	False	1.0	0					non-mobilizable	chromosome	2839.0	98.87299999999999	100.0	0.0008223939287210282	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0046_000000009327	2690	0.6988954751030932	4	4	4	3	3	False	96635	fragment	False	ISR0207_000000007572	0.22129554953107822		0	0	False	False	0.9977695345878601	0					non-mobilizable	chromosome	2672.0	99.177	99.0	0.0007742735930961812	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0785_000000013276	2631	0.6988954751030932	4	4	4	3	3	False	96635	fragment	False	ISR0207_000000007572	0.16647387259713012		0	0	False	False	0.9996199011802673	0					non-mobilizable	chromosome	2631.0	99.772	100.0	0.0007623884499599238	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0154_000000029467	1166	0.6988939651542777	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19510452916574203		0	0	False	False	0.9982847571372986	0					non-mobilizable	chromosome	1166.0	91.081	100.0	0.00039145899088402074	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ITA0004_000000000123	6238	0.6988927480337439	11	5	4	3	4	True	123816	maximal	False	ISR0315_000000001274	0.6848286589916395	PS595|PS607|PS819|PS904	0	0	True	True	1.0	688		MOBP			mobilizable	no_good_hit	2720.0	98.971	80.0	0.544466800804829	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	True
ISR0186_000000008905	3046	0.6988848794832417	3	3	3	3	3	False	113622	fragment	False	ENG0012_000000007455	0.9282978679631274		0	0	False	False	0.9924491047859192	0					non-mobilizable	other	3049.0	92.391	100.0	0.11412391239123912	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ENG0193_000000003391	5831	0.6988845306400903	6	6	6	5	4	False	104386	maximal	True	ENG0193_000000003391	1.0		96	11	False	False	0.9986280202865601	0					non-mobilizable	no_good_hit	2186.0	98.445	37.0	0.008462333900070874	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0009_000000003098	10310	0.6988833801464004	18	6	4	6	4	False	51358	maximal	True	FIJ0009_000000003098	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	73.973	3.0	0.003355704697986577	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
USA0024_01_000000002544	9198	0.6988795411808645	14	14	3	7	13	True	123594	fragment	False	USA0024_01_000000002544	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5488.0	99.435	99.0	0.16609153650563022	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0055_01_000000009603	2854	0.6988758520547275	5	4	2	2	4	True	105579	fragment	False	ISR0201_000000010399	0.13000444272385328		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	99.79299999999999	98.0	0.0003745747056712431	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0130_000000008924	3178	0.6988741170503693	3	2	1	2	1	True	31785	maximal	True	ISR0130_000000008924	1.0		2	2	False	False	0.981120228767395	0					non-mobilizable	no_good_hit	366.0	99.727	12.0	0.012520581778265642	NZ_QEKH01000046.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_146, whole genome shotgun sequence	True	True
ENG0132_000000000885	19911	0.6988720057318022	24	4	3	4	2	False	75283	maximal	True	ENG0132_000000000885	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5400.0	97.796	50.0	0.2573091047837077	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ISR0033_000000017293	1818	0.6988658230511281	2	2	2	2	1	False	36877	maximal	True	ISR0033_000000017293	1.0		71	10	False	False	0.9972497224807739	0					non-mobilizable	no_good_hit	267.0	74.157	14.0	0.0006977419260340296	NZ_JHWJ01000003.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
SPA0109_000000017366	1868	0.6988605118315903	3	3	3	3	2	False	75186	fragment	False	SPA0109_000000017366	1.0		0	0	False	False	0.9994646906852722	0					non-mobilizable	chromosome	1598.0	88.29799999999999	91.0	0.00044433743807169296	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0825_000000005734	3904	0.6988594388000534	4	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.612655545227804		0	0	False	False	0.9992315769195557	0					non-mobilizable	chromosome	2890.0	97.09299999999999	100.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0066_01_000000011743	1744	0.6988535025748112	3	3	2	2	1	False	112724	backbone	False	ISR0050_000000008971	0.18310770270960525	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1527.0	74.59100000000001	86.0	0.1837903717245582	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
DEN0063_000000007228	5563	0.6988523693538681	7	3	3	3	2	False	71576	maximal	True	DEN0063_000000007228	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	75.608	28.0	0.0005451875815796466	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0135_000000015244	1477	0.6988473229791891	1	1	1	1	1	False	58077	maximal	True	ENG0135_000000015244	1.0		5	3	False	False	0.9925524592399597	0					non-mobilizable	other	1445.0	81.661	98.0	0.010039281120728613	NZ_LT699722.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	False
AST0140_000000002925	8797	0.6988463522747383	11	7	5	6	5	False	122858	fragment	False	ISR0076_000000002357	0.9880260836173683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.715	22.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0073_000000020061	2568	0.6988447709196569	5	3	1	3	1	False	73974	fragment	False	DEN0073_000000020061	1.0		0	0	False	False	0.9996106028556824	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	1.2119423967957914e-05	CP026120.1	firmicutes	Lysinibacillus sphaericus strain KCCM 35418 chromosome, complete genome	True	False
CHI0104_000000000823	6929	0.6988413206633465	11	9	5	6	7	True	113964	maximal	True	CHI0104_000000000823	1.0		10	4	False	False	1.0	0					non-mobilizable	other	6568.0	94.854	95.0	0.04502168066304407	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0077_000000011211	1245	0.6988383272928498	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.08765051761855078		0	0	False	False	0.9871485829353333	0					non-mobilizable	other	1223.0	95.50299999999999	98.0	0.00033907059666427844	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0196_000000006865	2744	0.6988350135476624	3	2	2	2	1	True	28990	maximal	True	ISR0196_000000006865	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	82.51299999999999	28.0	0.000148551602507675	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
FIJ0152_000000005477	4047	0.6988273639434472	3	3	3	3	3	False	122467	fragment	False	ISR0169_000000006572	0.9610700819232729		0	0	False	True	0.9901161193847656	0					non-mobilizable	no_good_hit	2309.0	93.54700000000001	57.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ENG0042_000000013399	1917	0.6988263103137496	3	2	2	2	1	False	64693	maximal	True	ENG0042_000000013399	1.0		0	0	False	False	0.992175281047821	0					non-mobilizable	no_good_hit	591.0	87.648	31.0	0.0006924312212417678	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0052_000000015854	2654	0.6988236313549254	3	2	2	2	2	False	75128	fragment	False	DEN0018_000000012473	0.5640347629532922		0	0	False	False	0.9966089129447937	0					non-mobilizable	no_good_hit	1225.0	71.837	46.0	0.000308612219309535	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
ISR0039_000000009811	3455	0.698815627301454	3	3	3	3	2	True	131098	maximal	True	ISR0039_000000009811	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	99.23700000000001	34.0	0.018377535101404056	NZ_JAANXY010000017.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_17, whole genome shotgun sequence	True	True
CAN0017_000000007002	5282	0.6988100142052461	7	6	3	4	4	False	113691	maximal	True	CAN0017_000000007002	1.0		2	2	False	False	0.9996213316917419	0					non-mobilizable	no_good_hit	1830.0	93.60700000000001	72.0	0.0006357766583523067	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0077_000000029195	1527	0.6988035834143272	2	2	2	2	2	False	10209	maximal	True	MON0077_000000029195	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1527.0	99.67299999999999	100.0	0.0006550005601413702	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
ISR0238_000000013236	1168	0.6988006681805227	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.020435947398395774		0	0	False	False	0.9991438388824463	0					non-mobilizable	chromosome	1179.0	97.964	100.0	0.0004139877244556747	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0816_000000008687	4960	0.6987912332010789	5	5	5	4	4	False	110512	maximal	True	ISR0816_000000008687	1.0		4	1	False	False	0.9937499761581421	0					non-mobilizable	no_good_hit	3492.0	84.851	74.0	0.003300583140893998	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
USA0048_01_000000006318	2484	0.6987896443241141	2	1	1	1	1	False	1124	maximal	True	USA0048_01_000000006318	1.0		6	4	False	False	0.9935587644577026	0					non-mobilizable	no_good_hit								True	False
AST0040_000000014809	1367	0.6987885411144786	2	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.2676717398323458		0	0	False	False	0.9992684721946716	0					non-mobilizable	chromosome	1177.0	71.368	93.0	0.0002998732975021814	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0080_01_000000025827	1636	0.6987872942780157	2	2	2	2	1	False	69402	fragment	False	USA0080_01_000000025827	0.9811262376237624		0	0	False	False	0.9993887543678284	0					non-mobilizable	no_good_hit	620.0	99.194	38.0	0.00018505502771191566	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0296_000000017379	1499	0.6987852609818757	3	3	3	3	2	False	44583	fragment	False	ISR0296_000000017379	1.0		0	0	False	False	0.9993329048156738	0					non-mobilizable	other	1499.0	99.93299999999999	100.0	0.01943258915251599	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
MON0004_000000031281	1470	0.6987849651755293	2	2	2	2	1	False	14195	fragment	False	MON0004_000000031281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	3.0	7.879237552446175e-05	NZ_SMDA01000002.1	b-proteobacteria	Gulbenkiania mobilis strain DSM 18507 Ga0310533_102, whole genome shotgun sequence	True	False
MON0084_000000017261	1972	0.6987741527360664	2	2	2	2	1	False	9825	fragment	False	MON0084_000000017261	1.0		0	0	False	False	0.9477687478065491	0					non-mobilizable	no_good_hit	1363.0	77.183	69.0	0.003733477771851623	NZ_OEST01000005.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ENG0143_000000001003	18705	0.6987739687559177	16	5	3	5	1	True	111615	fragment	False	ENG0143_000000001003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	70.102	4.0	0.003239392553729152	NZ_FNAM01000003.1	firmicutes	Sporomusa acidovorans strain Mol, whole genome shotgun sequence	True	True
FIJ0108_000000001777	10251	0.6987704199354452	9	6	5	6	5	True	52108	fragment	False	FIJ0108_000000001777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	85.366	1.0	0.0019511490099725394	NZ_JHZB01000034.1	d-proteobacteria	Desulfobulbus elongatus DSM 2908 Q362DRAFT_scaffold00033.33_C, whole genome shotgun sequence	True	True
MON0084_000000003250	6848	0.6987642448229971	12	3	2	2	3	False	22025	maximal	True	MON0084_000000003250	1.0		1	1	False	False	0.9997079372406006	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	1.1387765928637593e-05	CP039292.1	high GC Gram+	Actinomyces sp. dk561 chromosome, complete genome	True	False
MON0054_000000005719	5698	0.6987642448229971	12	3	2	2	3	False	22024	fragment	False	MON0054_000000005719	1.0		0	0	False	False	0.9980695247650146	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00026922858924219236	NZ_SPFU01000017.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_17_length_141144_cov_23.9452, whole genome shotgun sequence	True	False
ISR0793_000000003307	4173	0.6987642448229971	8	3	2	2	3	False	22023	fragment	False	ISR0793_000000003307	0.993514592167623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0330_000000012573	2315	0.6987581807195874	3	3	3	3	3	False	107567	fragment	False	ENG0020_000000007696	0.8978770571021917		0	0	False	False	1.0	0					non-mobilizable	chromosome	2331.0	90.605	100.0	0.0007484231382007483	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0076_000000009215	1751	0.6987548490908654	2	1	1	1	1	True	5739	maximal	True	SPA0076_000000009215	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0078_000000023764	1450	0.6987548184115859	1	1	1	1	1	False	73418	fragment	False	DEN0035_000000021129	0.7306326662362814		0	0	False	False	0.9882758855819702	0					non-mobilizable	other	1226.0	78.874	90.0	0.031016261200316544	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0256_000000012318	1448	0.6987548184115859	2	1	1	1	1	False	26836	maximal	True	ISR0256_000000012318	1.0		26	5	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	75.718	48.0	0.0008274844592191468	NZ_LAQL01000002.1	a-proteobacteria	Kiloniella spongiae strain MEBiC09566 contig2, whole genome shotgun sequence	True	False
ENG0080_000000020950	1355	0.6987548184115859	1	1	1	1	1	False	62269	maximal	True	ENG0080_000000020950	1.0		20	7	False	False	0.9328413009643555	0					non-mobilizable	no_good_hit	990.0	69.596	72.0	0.0011207849863091803	LT578418.1	mycoplasmas	Mycoplasma agalactiae isolate JF4428 genome assembly, chromosome: I	True	False
SPA0040_000000032323	1335	0.6987548184115859	1	1	1	1	1	False	13916	maximal	False	MON0007_000000048994	0.952434456928839		0	0	False	False	0.9940074682235718	0					non-mobilizable	other	1353.0	76.571	100.0	0.016520081185804784	NZ_FMJR01000091.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	False	False
MAD0076_000000004988	1306	0.6987548184115859	1	1	1	1	1	False	16236	maximal	True	MAD0076_000000004988	1.0		2	1	False	False	0.9992343187332153	0					non-mobilizable	no_good_hit	805.0	70.932	61.0	0.0035888152372656043	NZ_NNRJ01000012.1	a-proteobacteria	Ochrobactrum thiophenivorans strain DSM 7216 O_thioNEW.contig.11_1, whole genome shotgun sequence	True	False
ISR0390_000000013006	1215	0.6987548184115859	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.15202037787627468		0	0	False	False	0.998353898525238	0					non-mobilizable	other	1226.0	78.548	100.0	0.00034477916437860407	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0093_000000015734	2715	0.698751546126733	2	1	1	1	1	False	92199	fragment	False	MON0093_000000015734	1.0		0	0	False	False	0.999263346195221	0					non-mobilizable	no_good_hit	1224.0	77.533	44.0	0.00047540303459011913	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
CAN0015_000000017474	2135	0.698751546126733	2	1	1	1	1	False	93251	fragment	False	ISR0186_000000011419	0.7227338525123794		0	0	False	False	1.0	0					non-mobilizable	other	2135.0	99.57799999999999	100.0	0.009209867591969203	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
CAN0018_000000018841	1820	0.698751546126733	2	1	1	1	1	False	92198	fragment	False	CAN0018_000000018841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	73.884	66.0	0.011083789380269191	NZ_FMKA01000011.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
SPA0045_000000015620	1633	0.698751546126733	1	1	1	1	1	False	6752	maximal	False	SPA0137_000000021309	0.9604503464203233		0	0	False	False	0.9773423075675964	0					non-mobilizable	no_good_hit	1310.0	91.29799999999999	83.0	0.00036323041804821966	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0094_000000015720	1455	0.698751546126733	1	1	1	1	1	False	109182	maximal	True	AST0094_000000015720	1.0		9	5	False	False	0.9986254572868347	0					non-mobilizable	no_good_hit	1241.0	76.148	85.0	0.005137821113819613	NZ_OFSM01000006.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ENG0137_000000010445	1499	0.6987490712642901	2	2	2	2	2	False	57969	maximal	True	ENG0137_000000010445	1.0		1	1	False	False	0.9959973096847534	0					non-mobilizable	no_good_hit	536.0	73.694	57.0	7.452604628535924e-05	NZ_CP029426.1	a-proteobacteria	Bradyrhizobium amphicarpaeae strain 39S1MB chromosome, complete genome	True	False
ENG0168_000000009968	2995	0.6987490317897385	4	3	3	3	2	False	96689	fragment	False	CAN0003_000000017204	0.9742921966333057		0	0	False	False	1.0	0					non-mobilizable	chromosome	2784.0	99.425	93.0	0.0005173334592432135	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0202_000000008559	2600	0.6987490317897385	4	3	3	3	2	False	96689	fragment	False	CAN0003_000000017204	0.3818576075171666		0	0	False	False	1.0	0					non-mobilizable	chromosome	2600.0	99.57700000000001	100.0	0.000483129594169282	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CHI0005_000000004727	3527	0.6987476499823929	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.9731081970628291	PS597	0	0	False	True	1.0	0					non-mobilizable	chromosome	3527.0	100.0	100.0	0.000643593434397824	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
SPA0100_000000008813	3522	0.6987476499823929	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.9738386366228217	PS597	0	0	False	True	1.0	0					non-mobilizable	chromosome	3511.0	100.0	100.0	0.0006406729877301084	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
MON0074_000000019378	1152	0.6987457623389242	2	2	2	2	2	False	10359	maximal	True	MON0074_000000019378	1.0		30	6	False	False	0.9583333134651184	0					non-mobilizable	chromosome	1153.0	95.056	100.0	0.00040890020448572075	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
MON0057_000000006566	3567	0.6987397055639809	6	3	3	3	3	False	16330	maximal	True	MON0057_000000006566	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	97.073	6.0	0.006779435711674587	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
FIJ0115_000000008220	2941	0.6987375437933971	3	3	3	2	2	False	41744	maximal	True	FIJ0115_000000008220	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	89.75200000000001	45.0	0.0010131761611339779	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0382_000000002383	5101	0.6987352151959668	7	5	2	3	5	False	130157	backbone	False	CHI0140_000000005922	0.9318955430660683	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	129	rep_cluster_475				non-mobilizable	other	4439.0	99.527	100.0	0.866796875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0048_000000004581	4147	0.6987326008945977	4	4	4	3	4	False	90870	fragment	False	DEN0034_000000001349	0.9533231307389594		0	0	False	False	0.9992765784263611	0					non-mobilizable	chromosome	4147.0	100.0	100.0	0.0007614448130658494	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0119_000000011996	2622	0.6987311625439183	4	3	3	1	1	False	32348	maximal	True	ISR0119_000000011996	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	94.057	57.0	0.002408971067614426	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
CHI0129_000000006752	3237	0.6987311428633027	6	2	1	2	0	False	81283	fragment	False	CHI0129_000000006752	1.0		0	0	False	False	0.9959839582443237	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	5.6504874376369e-05	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	True	False
MON0035_000000021782	1344	0.6987311428633027	2	2	1	2	0	False	75200	fragment	False	DEN0017_000000018486	0.46841032608695654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	6.986938616949474e-06	NZ_CP022530.1	g-proteobacteria	Bacterioplanes sanyensis strain NV9 chromosome, complete genome	True	False
ENG0033_000000006112	4279	0.6987310250036866	5	5	4	5	5	False	95758	fragment	False	CAN0006_000000009280	0.742320819112628		0	0	False	False	1.0	0					non-mobilizable	other	4175.0	98.10799999999999	100.0	0.001195222679688672	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
CHI0044_000000014286	1150	0.6987306009922624	1	1	1	1	1	False	87218	maximal	True	CHI0044_000000014286	1.0		10	6	False	False	0.9747825860977173	0					non-mobilizable	other	1110.0	80.09	96.0	0.007777490520510169	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0337_000000004268	2295	0.6987303275489519	4	2	1	2	2	False	75825	maximal	True	ISR0337_000000004268	1.0		81	5	False	False	0.9965141415596008	0					non-mobilizable	no_good_hit	1184.0	99.24	52.0	0.029161633840313554	NZ_JAAIQH010000024.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_24_length_40567_cov_291.086, whole genome shotgun sequence	True	False
FIJ0107_000000010509	2554	0.6987292566301451	3	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.3502730479680707		0	0	False	False	1.0	0					non-mobilizable	chromosome	2554.0	99.84299999999999	100.0	0.0007400675713869527	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0139_000000008148	3017	0.698726018493688	5	4	3	1	3	True	54321	maximal	True	ISR0139_000000008148	1.0		1	1	False	False	0.9946967363357544	0					non-mobilizable	no_good_hit	247.0	80.16199999999999	8.0	0.0002450063437327174	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
FIJ0021_000000026115	1842	0.698721816975901	2	2	2	2	1	False	49620	fragment	False	FIJ0021_000000026115	1.0		0	0	False	False	0.9940282106399536	0					non-mobilizable	chromosome	1636.0	93.64299999999999	91.0	0.0005816498553355244	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
MAD0096_000000012969	1488	0.698721816975901	2	2	2	2	1	False	15478	fragment	False	MAD0096_000000012969	1.0		0	0	False	False	0.9946236610412598	0					non-mobilizable	no_good_hit	1323.0	93.65100000000001	89.0	0.00047052018303626923	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0194_000000005248	5065	0.6987192275351913	5	5	4	3	4	False	77803	maximal	True	ENG0194_000000005248	1.0		4	2	False	False	0.99802565574646	0					non-mobilizable	no_good_hit	987.0	75.887	21.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
CHI0169_000000002050	6687	0.6987169321062279	14	3	3	3	3	False	115262	maximal	True	CHI0169_000000002050	1.0		1	1	False	False	0.9994018077850342	0					non-mobilizable	no_good_hit	1475.0	99.661	22.0	0.0005780385356409385	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
CHI0149_000000002318	7111	0.6987163916071292	8	8	8	8	7	False	116675	fragment	False	ISR0320_000000001949	0.9605667673451079		0	0	False	False	0.9983124732971191	0					non-mobilizable	chromosome	7104.0	99.338	99.0	0.002785486919034997	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
FIJ0087_000000004808	5842	0.6987078139619869	7	2	1	1	2	False	45116	maximal	True	FIJ0087_000000004808	1.0		3	1	True	True	0.9996576309204102	4					non-mobilizable	no_good_hit	971.0	73.018	16.0	0.14173578199052134	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
TAN0017_000000006073	5263	0.6987078139619869	7	2	1	1	2	False	2492	fragment	False	TAN0017_000000006073	1.0		0	0	False	False	0.9994300007820129	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000002915	7985	0.6987038433253212	12	8	6	7	7	False	115973	maximal	True	SPA0019_000000002915	1.0		108	5	False	False	1.0	0					non-mobilizable	other	3080.0	98.506	100.0	0.0009881892443402247	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0037_000000016198	3837	0.6987018361426902	4	2	2	2	2	False	85809	fragment	False	FIJ0046_000000006688	0.8043714754080808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	72.36	23.0	0.0015230174980896708	NZ_JQHM01000002.1	enterobacteria	Pectobacterium betavasculorum strain NCPPB 2795 ID_3, whole genome shotgun sequence	True	False
ISR0079_000000011824	2324	0.6986983652040143	3	3	3	3	3	False	116782	fragment	False	ISR0079_000000011824	0.7205149623929851		0	0	False	False	1.0	0					non-mobilizable	other	2324.0	98.92399999999999	100.0	0.021295124947289294	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0112_000000011819	2294	0.6986870162214155	3	3	3	2	2	False	42184	maximal	True	FIJ0112_000000011819	1.0		105	11	False	False	1.0	0					non-mobilizable	chromosome	2294.0	99.78200000000001	100.0	0.00043142545944553645	CP042882.1	enterobacteria	Klebsiella pneumoniae strain NMBU-W07E18 chromosome, complete genome	False	False
ISR0123_000000018154	1285	0.6986866026227753	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.3948838882206065		0	0	False	False	0.9906615018844604	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000017001	2227	0.6986792598827034	3	3	3	3	1	False	40686	maximal	True	FIJ0133_000000017001	1.0		2	1	False	False	0.9964077472686768	0					non-mobilizable	no_good_hit	110.0	78.182	5.0	2.4856883043531997e-05	NZ_CP016020.1	firmicutes	Bacillus weihaiensis strain Alg07 chromosome, complete genome	True	False
MON0066_000000030197	1223	0.6986767098723765	2	2	2	2	2	True	10620	maximal	True	MON0066_000000030197	1.0		31	7	False	False	0.9942763447761536	0					non-mobilizable	no_good_hit	623.0	75.281	75.0	0.00019903255388026666	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
CHI0020_000000007572	1416	0.6986743506710857	2	2	2	2	2	False	89341	fragment	False	CHI0020_000000007572	1.0		0	0	False	False	0.9901130199432373	0					non-mobilizable	no_good_hit	537.0	82.309	39.0	0.00015874543717930682	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0111_000000008266	2592	0.6986705225603987	4	2	0	1	2	False	42090	fragment	False	FIJ0111_000000008266	1.0		0	0	False	False	0.9988425970077515	0					non-mobilizable	other	1707.0	99.941	100.0	0.051548572291886995	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0224_000000026270	1198	0.6986698438328429	2	2	2	2	2	False	27714	fragment	False	ISR0224_000000026270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	70.71	83.0	0.0003509426759396747	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0081_000000000004	97246	0.6986664609190141	90	13	4	11	4	True	127415	maximal	False	SPA0046_000000000019	0.9109521641713764		0	0	True	True	1.0	14					non-mobilizable	virus	32837.0	97.338	97.0	0.331705541569353	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0038_000000016645	1980	0.6986648317195007	3	3	3	3	2	False	128280	fragment	False	ISR0038_000000016645	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	98.78	99.0	0.000518011804624503	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
TAN0014_000000004997	1323	0.6986645990174458	3	3	3	3	2	False	2540	maximal	True	TAN0014_000000004997	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	96.59899999999999	60.0	0.005293194940426526	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MAD0101_000000017142	1674	0.6986625117313727	3	3	3	3	2	False	44962	fragment	False	MAD0101_000000017142	0.9840874696202797		0	0	False	False	0.979092001914978	0					non-mobilizable	other	1674.0	97.25200000000001	100.0	0.07875535470507931	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0141_000000006226	4417	0.6986599857816539	7	6	5	4	5	False	87844	maximal	True	CHI0141_000000006226	0.9683980694093313		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	99.78399999999999	28.0	0.00013841757323201445	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0038_000000025644	1349	0.6986592236524078	1	1	1	1	1	False	51865	fragment	False	FIJ0005_000000026868	0.9474427436399661		0	0	False	False	0.9762787222862244	0					non-mobilizable	other	1349.0	96.294	100.0	0.012357222741690042	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0380_000000001956	6018	0.6986570838522228	8	5	3	3	2	False	127900	maximal	True	ISR0380_000000001956	1.0		7	3	False	False	1.0	0					non-mobilizable	other	6018.0	99.834	100.0	0.006092812081916724	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
FIJ0043_000000006849	3707	0.6986558297170723	4	4	4	4	4	False	47240	fragment	False	FIJ0043_000000006849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	75.329	50.0	0.02469924192485168	NZ_QFFN01000018.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c18, whole genome shotgun sequence	True	False
CHI0131_000000001812	7191	0.6986453776303525	9	8	6	6	4	False	116556	maximal	True	CHI0131_000000001812	1.0	PS777	130	12	False	True	0.999582827091217	0					non-mobilizable	no_good_hit	2653.0	98.869	70.0	0.0007684759622980069	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0178_000000009283	2388	0.6986289365165104	3	3	3	3	3	False	55471	maximal	True	ENG0178_000000009283	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	88.665	47.0	0.00020725067952759738	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0016_000000004379	5886	0.698623487649268	4	4	4	4	2	False	123855	fragment	False	AST0016_000000004379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3246.0	90.943	71.0	0.04458192309826333	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
FIJ0014_000000006065	3893	0.6986223559768051	4	4	4	4	3	False	50513	maximal	False	FIJ0090_000000010266	0.9912820554935068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	75.553	22.0	0.00015145352723177082	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
CHI0131_000000003169	4536	0.6986196301222949	6	6	3	4	4	False	83283	fragment	False	CHI0131_000000003169	1.0		0	0	False	False	0.9997795224189758	0					non-mobilizable	chromosome	4533.0	99.515	99.0	0.001405176482847295	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
ISR0847_000000001436	12500	0.6986157215310493	19	10	8	9	8	True	126208	backbone	False	ISR0395_000000002325	0.50658475391687	PS943|PS946|PS949	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1195.0	72.803	9.0	0.145970855648275	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0064_000000010624	1701	0.6986145216068441	2	1	1	1	1	False	109812	fragment	False	CHI0064_000000010624	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1702.0	96.76899999999999	100.0	0.000572546641009217	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0110_000000006538	2828	0.6986095879953106	3	2	2	2	2	False	107014	fragment	False	AST0110_000000006538	1.0		0	0	False	False	0.9957567453384399	0					non-mobilizable	other	2828.0	99.682	100.0	0.022958810626370948	NZ_NFJN01000008.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_8, whole genome shotgun sequence	False	False
SPA0122_000000004575	7044	0.6985979081598731	14	4	1	2	3	False	120176	maximal	True	SPA0122_000000004575	1.0	PS832|PS837|PS840	3	2	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1672.0	97.60799999999999	36.0	0.003828331026695035	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	True
CAN0003_000000017204	2895	0.6985968010750571	4	3	3	3	3	False	96689	fragment	False	CAN0003_000000017204	0.9756054259058435		0	0	False	False	1.0	0					non-mobilizable	chromosome	2895.0	99.37799999999999	100.0	0.0005379673126302047	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
AUS0004_000000005322	4010	0.6985926479546535	5	4	4	4	4	False	125537	fragment	False	SPA0138_000000005370	0.6935109510046981		0	0	False	False	0.9985037446022034	0					non-mobilizable	other	2879.0	99.305	100.0	0.0357902329225374	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0020_000000015068	1439	0.6985917415054184	1	1	1	1	1	False	38678	fragment	False	MON0020_000000015068	1.0		0	0	False	False	0.9645587205886841	0					non-mobilizable	other	1439.0	91.035	100.0	0.03921354748984211	NZ_JAAITI010000036.1	firmicutes	Blautia luti strain MSK.16.34 NODE_36_length_36671_cov_213.455, whole genome shotgun sequence	False	False
ISR0119_000000001892	14988	0.6985913331694502	13	6	6	5	2	False	68896	fragment	False	ISR0119_000000001892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1979.0	73.67399999999999	13.0	0.0005472641061305527	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0274_000000000876	4941	0.6985899192095804	3	3	2	1	3	False	111731	fragment	False	USA0019_01_000000005166	0.6074218656062436		0	0	False	False	0.9967617988586426	0					non-mobilizable	other	4939.0	99.291	99.0	0.023862691645882877	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0032_000000011934	2276	0.6985864641415386	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.48225486055045896	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2210.0	91.176	97.0	0.956691208315288	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ENG0109_000000021835	1117	0.6985849519663387	1	1	1	1	1	False	59830	fragment	False	ENG0109_000000021835	1.0		0	0	False	False	0.9829901456832886	0					non-mobilizable	chromosome	915.0	87.869	90.0	0.00020318924775022989	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0078_000000008837	4375	0.6985840671251254	6	3	3	3	3	False	16329	fragment	False	MON0078_000000008837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	95.40799999999999	4.0	0.006480342959688944	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
SPA0106_000000005115	7323	0.6985806970956505	4	3	2	1	2	True	79356	fragment	False	SPA0106_000000005115	1.0		0	0	False	False	0.9997268915176392	0					non-mobilizable	no_good_hit	3523.0	90.51899999999999	79.0	0.0007140529560513298	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
MON0063_000000014608	2000	0.6985788778994269	3	1	1	1	1	True	10742	fragment	False	MON0063_000000014608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0093_000000002725	4608	0.6985763453395145	7	7	2	2	7	False	98186	fragment	False	ENG0093_000000002725	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	4608.0	99.95700000000001	100.0	0.05200419916693946	CP058573.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2-2, complete sequence	False	True
FIJ0002_000000025835	1466	0.6985585322998717	2	2	2	2	1	True	91772	fragment	False	FIJ0002_000000025835	0.9894142554693013		0	0	False	False	0.9768076539039612	0					non-mobilizable	no_good_hit	56.0	85.714	4.0	4.199928830296912e-05	NZ_JZEY01000061.1	a-proteobacteria	Devosia chinhatensis strain IPL18 NODE_61, whole genome shotgun sequence	True	True
ISR0188_000000011403	1851	0.6985571207490741	2	2	2	2	2	False	29257	maximal	True	ISR0188_000000011403	1.0		5	3	False	False	0.9956780076026917	0					non-mobilizable	no_good_hit	746.0	82.17200000000001	40.0	0.0005438250637569102	NZ_GL872282.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0392_000000014952	2224	0.6985546286216444	2	2	2	2	2	False	22820	maximal	True	ISR0392_000000014952	1.0		16	6	False	False	0.9901078939437866	0					non-mobilizable	chromosome	1086.0	87.845	96.0	0.00032298369949118106	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	False	False
MON0080_000000005656	6367	0.6985507348746716	10	5	2	4	2	True	13546	maximal	True	MON0080_000000005656	1.0		1	1	False	False	0.9948170185089111	0					non-mobilizable	other	5434.0	94.42399999999999	97.0	0.0014992974212861912	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MAD0025_000000001692	5546	0.6985483865633104	7	6	4	6	6	False	41869	maximal	True	MAD0025_000000001692	1.0		31	3	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	98.15899999999999	13.0	0.00028298492823880067	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
MAD0045_000000024909	1682	0.6985474803358699	2	1	0	1	1	False	29420	fragment	False	MAD0045_000000024909	1.0		0	0	False	False	0.9994054436683655	0	IncI-gamma/K1				non-mobilizable	plasmid	1687.0	94.428	100.0	0.016716489537197187	AP009241.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-1 DNA, complete sequence	False	True
SPA0087_000000006550	2316	0.6985446904421202	3	3	3	3	1	False	17314	maximal	True	SPA0087_000000006550	1.0		2	1	False	False	0.9961140155792236	0					non-mobilizable	no_good_hit	1056.0	100.0	48.0	0.00022436750163277867	CP010226.1	enterobacteria	Escherichia coli strain S1, complete genome	True	False
ISR0781_000000003212	7115	0.698544578206621	9	5	2	2	5	False	97456	maximal	False	CAN0001_000000006429	0.9987618205254163		0	0	True	True	1.0	29					non-mobilizable	no_good_hit	1540.0	80.844	49.0	0.22339955849889626	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
AST0029_000000000060	85458	0.6985426614957604	77	10	5	8	3	True	118490	fragment	False	AST0029_000000000060	1.0		0	0	False	False	0.9998946785926819	0					non-mobilizable	virus	21130.0	94.55799999999999	98.0	0.21295762686159725	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
MON0069_000000019874	2471	0.6985417858372934	3	3	2	2	2	False	66679	fragment	False	MON0069_000000019874	1.0		0	0	False	False	0.9963577389717102	0					non-mobilizable	chromosome	2447.0	96.485	99.0	0.00038988020870789873	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
DEN0021_000000000794	24354	0.6985381073707856	17	14	12	14	10	True	122954	maximal	True	DEN0021_000000000794	0.97279787041544		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	75.813	9.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0037_000000007598	1738	0.6985380301872857	1	1	0	1	1	False	18624	fragment	False	MAD0037_000000007598	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	1740.0	96.839	100.0	0.012225833227816936	CP056149.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 plasmid pRHBSTW-00872_2, complete sequence	False	True
SPA0002_000000005243	4939	0.6985359007520129	6	6	6	5	5	False	104461	maximal	True	SPA0002_000000005243	1.0		24	8	False	False	0.992913544178009	0					non-mobilizable	no_good_hit	1629.0	77.40899999999999	33.0	0.002340452390729313	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0155_000000007005	3332	0.6985331435929006	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.930473232071176		0	0	False	False	1.0	0					non-mobilizable	chromosome	3332.0	100.0	100.0	0.001349841025927808	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
ISR0086_000000004294	5546	0.6985244866263925	3	3	3	3	2	True	59010	maximal	True	ISR0086_000000004294	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	72.04899999999999	16.0	0.00026622980775485073	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ENG0140_000000004725	3214	0.6985151015150258	4	3	2	3	2	False	57798	fragment	False	ENG0140_000000004725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.060120557372279e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	False
AUS0018_000000018530	1529	0.6985135790793893	2	2	2	2	2	False	99912	fragment	False	SPA0126_000000025445	0.8342059332621748		0	0	False	False	0.9888816475868225	0					non-mobilizable	chromosome	1529.0	99.01899999999999	100.0	0.00042765769807646395	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0260_000000005355	2431	0.6985131768197027	3	2	2	1	1	False	64782	maximal	True	ISR0260_000000005355	1.0		0	0	False	False	0.9925956130027771	0					non-mobilizable	no_good_hit	298.0	85.57	12.0	0.07308641975308643	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0071_000000004721	1653	0.6985088615231987	2	2	2	1	2	False	34879	fragment	False	ISR0071_000000004721	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1026.0	97.85600000000001	99.0	0.0002473724221983565	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0122_000000006592	2492	0.6985048378454728	2	2	2	2	2	False	71621	fragment	False	FIJ0122_000000006592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	95.59700000000001	66.0	0.05445820002782028	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	True	False
MAD0001_000000011929	2166	0.6985028369897326	3	3	3	3	2	True	131028	maximal	True	MAD0001_000000011929	1.0		22	8	False	False	0.9958449006080627	0					non-mobilizable	no_good_hit	1001.0	98.601	48.0	0.0002783867487907576	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ETH0002_000000014182	1826	0.6984986240781754	3	2	2	2	2	False	53334	fragment	False	ETH0002_000000014182	1.0		0	0	False	False	0.9956188201904297	0					non-mobilizable	no_good_hit								True	False
SPA0045_000000010182	2632	0.6984964087527795	4	4	2	3	4	False	126993	fragment	False	ISR0320_000000008290	0.9217151673074301		0	0	False	False	0.9973404407501221	0					non-mobilizable	chromosome	1748.0	94.336	99.0	0.0007709106194041647	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0812_000000003495	9983	0.6984927577931048	11	7	6	6	5	False	58862	maximal	True	ISR0812_000000003495	1.0		4	3	False	False	0.9967945218086243	0					non-mobilizable	no_good_hit	3612.0	73.283	41.0	0.0012532655198289695	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0040_000000011953	2052	0.6984896456500186	3	3	3	3	3	False	47489	maximal	True	FIJ0040_000000011953	1.0		132	8	False	False	0.9995126724243164	0					non-mobilizable	other	1511.0	79.947	98.0	0.011984524680881868	NZ_JH379446.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld985, whole genome shotgun sequence	False	False
MAD0028_000000009839	1205	0.6984808536244704	2	2	2	2	2	False	19004	maximal	True	MAD0028_000000009839	1.0		154	13	False	False	1.0	0					non-mobilizable	other	607.0	90.774	100.0	0.0050073126595771055	NZ_JH378834.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.6, whole genome shotgun sequence	False	False
ISR0176_000000003334	8752	0.698480579024659	8	8	8	8	7	False	129736	maximal	True	ISR0176_000000003334	1.0	PS1061	5	2	False	True	1.0	0					non-mobilizable	no_good_hit	2038.0	78.656	23.0	0.0011996168317469436	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0046_000000002724	7602	0.698479797636734	8	4	3	4	3	True	77035	fragment	False	FIJ0053_000000002169	0.9450465383144204		0	0	False	False	0.9977637529373169	0					non-mobilizable	no_good_hit								True	True
ISR0051_000000010539	3870	0.6984784300263791	4	4	4	4	4	False	95758	fragment	False	CAN0006_000000009280	0.47610422996027113		0	0	False	False	1.0	0					non-mobilizable	other	3766.0	97.902	100.0	0.001077456821824864	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
MON0093_000000013450	3115	0.698478426214254	4	4	4	2	2	False	22239	maximal	True	MON0093_000000013450	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit	1606.0	97.572	52.0	0.023363323824153317	NZ_CYXX01000020.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0055_000000013070	2409	0.6984666708998791	3	3	3	3	2	False	102729	fragment	False	SPA0055_000000013070	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2409.0	96.596	100.0	0.0005903883887668312	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0187_000000008162	3342	0.6984639784923309	5	2	2	2	2	False	54991	fragment	False	ENG0187_000000008162	1.0		0	0	False	False	0.9886295795440674	0					non-mobilizable	no_good_hit	1065.0	70.141	31.0	0.00040848708661342956	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
ISR0144_000000003196	2133	0.6984638506462051	2	2	2	2	2	False	125912	fragment	False	ISR0144_000000003196	0.9876680376404369		0	0	False	False	1.0	0					non-mobilizable	other	2133.0	99.906	100.0	0.012420658743712442	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
MON0097_000000034247	1059	0.6984614777697354	2	2	2	2	1	True	9208	fragment	False	MON0097_000000034247	1.0		0	0	False	False	0.9981114268302917	0					non-mobilizable	other	1059.0	89.42399999999999	100.0	0.00032914200953329656	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0246_000000020554	1172	0.6984563907540651	3	2	1	2	1	False	27111	fragment	False	ISR0246_000000020554	1.0		0	0	False	False	0.9982935190200806	0					non-mobilizable	no_good_hit	478.0	76.36	40.0	0.00015643969984971092	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
FIJ0111_000000016061	1297	0.6984465850378759	1	1	1	1	1	False	42075	fragment	False	FIJ0111_000000016061	1.0		0	0	False	False	0.986892819404602	0					non-mobilizable	no_good_hit	494.0	90.486	38.0	0.00015696902166398123	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0387_000000002530	8035	0.6984446180537767	11	10	9	9	9	False	128295	maximal	True	ISR0387_000000002530	1.0		1	1	False	False	0.9952706694602966	0					non-mobilizable	no_good_hit	3539.0	99.604	89.0	0.0012848704507033557	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MAD0008_000000003194	3360	0.6984423832338059	4	4	4	4	4	False	39655	fragment	False	MAD0008_000000003194	0.983489292847127		0	0	False	False	1.0	0					non-mobilizable	chromosome	3360.0	99.94	100.0	0.0006824324338051713	CP025913.1	enterobacteria	Escherichia coli strain 203740 chromosome, complete genome	False	False
FIJ0023_000000008974	3473	0.6984418975831151	4	3	3	3	3	False	49383	fragment	False	FIJ0023_000000008974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	73.111	13.0	0.0001399002489018941	CP049885.1	b-proteobacteria	Acidovorax sp. HDW3 chromosome, complete genome	True	False
ENG0194_000000009118	3020	0.6984381918057823	5	2	0	1	2	True	86597	fragment	False	ENG0194_000000009118	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	75.406	30.0	0.0003772224271640118	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
CHI0129_000000017232	1508	0.6984316175001838	3	3	3	3	3	False	81185	fragment	False	CHI0129_000000017232	0.9790809327846366		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	99.735	99.0	0.0006255326996595707	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
SPA0067_000000010727	1985	0.6984192581582457	3	3	3	3	2	False	87335	fragment	False	MON0054_000000022302	0.978382706556418		0	0	False	False	1.0	0					non-mobilizable	other	1986.0	99.194	100.0	0.009792024309871939	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0082_000000003750	2399	0.6984162791632313	4	3	3	3	2	False	84277	fragment	False	ISR0222_000000020603	0.9277156549520766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	86.949	68.0	0.0005015962411551363	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0228_000000017052	1592	0.6984095267758071	3	3	3	2	2	False	117885	fragment	False	ISR0122_000000008533	0.47729841826693825		0	0	False	False	0.9786432385444641	0					non-mobilizable	chromosome	1592.0	96.48200000000001	100.0	0.0005014793799306754	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0121_000000003994	3242	0.6984018284957164	2	2	2	2	2	False	117286	maximal	True	SPA0121_000000003994	0.9986572675394427		91	8	False	False	0.9959901571273804	0					non-mobilizable	no_good_hit	1805.0	99.28	56.0	0.01388268973265818	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0081_01_000000023381	1303	0.6984017853911644	2	2	1	1	1	False	7704	fragment	False	USA0081_01_000000023381	0.9467312348668282		0	0	False	False	0.9976975917816162	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000006057	4894	0.6983944047967233	4	2	2	2	2	False	127773	maximal	True	ISR0344_000000006057	1.0		0	0	False	False	0.9971393346786499	0					non-mobilizable	no_good_hit	2377.0	99.369	49.0	0.04541803717585864	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0100_000000005586	3488	0.6983939809695521	4	3	2	3	2	True	42742	maximal	True	FIJ0100_000000005586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	73.186	18.0	0.3921442369607212	HG796852.1	bacteria	Uncultured bacterium plasmid pRGF00232	True	True
MON0029_000000016412	1851	0.6983915715450661	2	2	2	2	2	False	52348	fragment	False	USA0034_01_000000027858	0.2854518940192564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	98.49799999999999	86.0	0.027929834379754805	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0110_000000005779	5127	0.6983835807973539	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.7704542902347099		0	0	False	False	0.9974644184112549	0					non-mobilizable	chromosome	5105.0	97.258	99.0	0.0022518007783283163	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MAD0004_000000002527	3625	0.698380110882449	5	4	4	4	3	False	37590	fragment	False	MAD0004_000000002527	1.0		0	0	False	False	0.9958620667457581	0					non-mobilizable	no_good_hit	249.0	79.518	7.0	0.003849150693470469	NZ_FNQE01000024.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
DEN0051_000000026453	1775	0.698379166995485	2	2	2	2	1	True	72528	maximal	True	DEN0051_000000026453	1.0		1	1	False	False	0.9938028454780579	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	3.0	0.001148442272449603	NZ_VWXL01000011.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_11, whole genome shotgun sequence	True	True
MON0098_000000019006	1787	0.6983759013453982	2	2	1	2	2	True	87079	fragment	False	MON0032_000000016300	0.20469441823075557		0	0	False	False	0.9882484674453735	0					non-mobilizable	other	1710.0	93.45	98.0	0.0005316670078378108	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0199_000000006268	3878	0.6983745930767914	5	4	2	3	2	False	105030	maximal	True	ENG0199_000000006268	1.0		1	1	False	False	0.9971634745597839	0					non-mobilizable	no_good_hit	84.0	92.85700000000001	2.0	0.0007183721513947672	NZ_OFSM01000020.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
MAD0106_000000010753	2002	0.698364899722625	3	2	1	2	1	True	20277	fragment	False	MAD0106_000000010753	1.0		0	0	False	False	0.9995005130767822	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	9.407313805105883e-05	NZ_QJKB01000004.1	b-proteobacteria	Undibacterium pigrum strain DSM 19792 Ga0244539_104, whole genome shotgun sequence	True	True
ISR0397_000000011660	1561	0.6983643413297961	3	3	3	2	1	False	22640	fragment	False	ISR0397_000000011660	1.0		0	0	False	False	0.9993593692779541	0					non-mobilizable	chromosome	1561.0	99.103	100.0	0.00028163689529985935	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0779_000000013118	2562	0.6983601305285447	3	3	3	3	3	False	35134	maximal	True	ISR0779_000000013118	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	76.033	5.0	2.1418852422979497e-05	NZ_CP058907.1	a-proteobacteria	Rhodopseudomonas palustris strain CGMCC 1.2180 chromosome, complete genome	True	False
ETH0001_000000021334	1596	0.6983551470939322	3	3	2	3	1	False	53492	maximal	True	ETH0001_000000021334	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	83.16799999999999	6.0	3.5058854609513414e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0154_000000033141	1231	0.6983506617369325	2	2	2	2	2	False	39546	maximal	True	FIJ0154_000000033141	1.0		2	1	False	False	0.9805036783218384	0					non-mobilizable	no_good_hit	128.0	77.344	10.0	0.0003776042053810086	NZ_AZCX01000003.1	firmicutes	Lactobacillus kimchicus JCM 15530 Scaffold3, whole genome shotgun sequence	True	False
MON0092_000000024406	2258	0.6983454881612341	2	2	2	2	2	False	9452	fragment	False	MON0092_000000024406	1.0		0	0	False	False	0.9995571374893188	0					non-mobilizable	no_good_hit	800.0	73.625	35.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MON0028_000000012973	1980	0.6983271234806816	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2573906213360985		0	0	False	False	0.9924242496490479	0					non-mobilizable	chromosome	1982.0	97.83	100.0	0.0006983341255314697	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0012_000000012076	2001	0.6983229480691813	4	3	2	2	1	True	50789	maximal	True	FIJ0012_000000012076	1.0		1	1	False	False	0.9880059957504272	0					non-mobilizable	no_good_hit								True	True
CHI0138_000000003897	3982	0.6983165651870745	5	5	5	5	5	False	116340	fragment	False	ISR0127_000000004840	0.38587264758958495		0	0	False	False	0.9974886775016785	0					non-mobilizable	other	3940.0	89.46700000000001	99.0	0.014053294222693972	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
DEN0017_000000025788	1106	0.6983110173236123	1	1	1	1	1	False	75158	fragment	False	DEN0017_000000025788	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1106.0	99.729	100.0	0.0002255555913904308	CP024672.1	enterobacteria	Citrobacter freundii strain HM38 chromosome, complete genome	False	False
ISR0130_000000029539	1111	0.6983075882562496	2	2	2	2	1	False	31708	fragment	False	ISR0130_000000029539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0396_000000007472	3023	0.6983061582156742	3	3	3	3	3	False	22684	maximal	True	ISR0396_000000007472	1.0		2	1	False	False	0.9990075826644897	0					non-mobilizable	no_good_hit	832.0	81.13	27.0	0.0031847745494638898	NZ_CABJCG010000007.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MAD0077_000000007235	1672	0.6983055121584955	2	2	2	2	2	False	43815	fragment	False	MAD0077_000000007235	0.9452510586811858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	83.62899999999999	57.0	0.000253152468476649	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0068_000000013956	1792	0.698302815616335	3	3	3	3	2	False	122298	fragment	False	ENG0186_000000007597	0.5978951783525839		0	0	False	False	0.9927455186843872	0					non-mobilizable	other	1804.0	80.1	99.0	0.006932529831179343	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0040_01_000000011219	1217	0.6982968810750849	2	2	2	1	1	False	62256	fragment	False	USA0008_01_000000005557	0.973660873491648		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	99.75299999999999	100.0	0.00017176036434667286	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0128_000000018402	2018	0.6982927674167202	3	3	3	3	1	False	3877	maximal	True	SPA0128_000000018402	1.0		2	2	False	False	0.9980178475379944	0					non-mobilizable	no_good_hit	251.0	72.51	12.0	7.051454521441768e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
ISR0029_000000022494	1945	0.6982913416662092	2	2	2	2	2	False	100818	fragment	False	ENG0179_000000016588	0.971792311532701		0	0	False	False	1.0	0					non-mobilizable	other	1919.0	99.583	100.0	0.002923994457229714	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0075_000000003380	7035	0.6982873160088763	10	8	6	5	5	False	62125	maximal	True	ENG0075_000000003380	1.0		6	4	False	False	0.9978678226470947	0					non-mobilizable	no_good_hit	2989.0	94.24600000000001	55.0	0.008642346921055373	NZ_SPFU01000005.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_5_length_345508_cov_31.5811, whole genome shotgun sequence	True	False
ENG0206_000000020847	1230	0.698285341662077	3	2	2	2	1	False	53929	fragment	False	ENG0206_000000020847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.1509318417252185e-05	NZ_VIQO01000002.1	high GC Gram+	Catellatospora sichuanensis strain H14505 Scaffold2_1, whole genome shotgun sequence	True	False
ISR0799_000000010522	1542	0.6982775555061465	2	2	2	2	2	False	87077	maximal	False	ISR0224_000000018988	0.9633833538498853		0	0	False	False	0.996757447719574	0					non-mobilizable	other	1542.0	97.73	100.0	0.00041639414030697985	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0001_000000005147	6701	0.6982703281633802	9	6	6	6	3	False	126012	fragment	False	DEN0001_000000005147	0.9875785692906316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3059.0	90.71600000000001	76.0	0.0010776171169368618	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0256_000000008333	2129	0.6982701751495218	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.634096488900743		0	0	False	False	1.0	0					non-mobilizable	chromosome	1916.0	96.294	100.0	0.0005545433858453743	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0097_000000006181	4951	0.6982697002067975	6	4	4	4	3	False	52139	maximal	True	SPA0097_000000006181	1.0		1	1	False	False	0.9979801774024963	0					non-mobilizable	no_good_hit	2986.0	99.531	60.0	0.13318757808316972	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0005_000000004572	5233	0.6982667064715401	9	6	5	4	5	False	114122	maximal	True	ENG0005_000000004572	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2431.0	78.23899999999999	46.0	0.29335770871419864	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
MON0092_000000051397	1015	0.6982586727429301	2	2	2	2	1	False	9411	fragment	False	MON0092_000000051397	1.0		0	0	False	False	0.9990147948265076	0					non-mobilizable	other	1028.0	77.626	100.0	0.0002999582588206099	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0103_000000001758	9218	0.6982540184084183	21	5	4	4	3	True	88424	fragment	False	FIJ0150_000000002223	0.9696619777451186		0	0	False	False	0.9995660781860352	0					non-mobilizable	no_good_hit	94.0	92.553	1.0	0.0004013672380755088	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	True
DEN0070_000000000070	90212	0.6982520565442669	83	11	4	11	4	False	115487	maximal	False	AUS0014_000000000041	0.8896852187743377	PS49	0	0	True	True	1.0	779					non-mobilizable	no_good_hit	246.0	99.18700000000001	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
MON0013_000000006022	6465	0.6982469928720143	7	7	7	7	5	False	114948	fragment	False	ISR0243_000000000897	0.2912395486751053		0	0	False	False	0.9993813037872314	0					non-mobilizable	no_good_hit	223.0	81.61399999999999	3.0	0.006203160524321441	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ISR0009_000000003238	8262	0.6982450554610664	10	9	2	2	9	False	80381	fragment	False	ISR0009_000000003238	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	8262.0	99.322	100.0	0.09759699447096074	CP056818.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_3, complete sequence	False	True
AST0110_000000003936	4807	0.698238731737405	7	6	3	6	4	True	108200	fragment	False	AST0110_000000003936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	13.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
USA0004_01_000000015489	1433	0.6982376851498996	3	2	2	2	2	False	2199	maximal	True	USA0004_01_000000015489	1.0		1	1	False	False	0.9853454232215881	0					non-mobilizable	no_good_hit	1074.0	75.233	74.0	0.0002959266663931289	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0789_000000004985	2776	0.6982347536355384	5	2	2	1	1	False	22105	maximal	True	ISR0789_000000004985	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	99.35799999999999	39.0	0.0014221299070005322	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	True	False
FIJ0033_000000013296	2655	0.6982340374068919	4	4	3	3	2	False	108082	maximal	True	FIJ0033_000000013296	1.0		638	13	False	False	1.0	0					non-mobilizable	other	1258.0	99.523	100.0	0.0002654764647827623	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0026_000000004290	6471	0.6982212528943504	6	5	4	5	4	False	79279	maximal	True	FIJ0026_000000004290	1.0	PS388	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1764.0	96.76899999999999	64.0	0.010588816210581501	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0079_000000014796	1886	0.6982122048698813	2	2	2	2	2	False	117939	fragment	False	ISR0079_000000014796	0.9654442276078424		0	0	False	False	0.9893955588340759	0					non-mobilizable	other	1886.0	97.87899999999999	100.0	0.0008263832384052074	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MON0016_000000024053	1554	0.6982117989257426	2	2	2	1	1	False	107632	fragment	False	MON0016_000000024053	1.0		0	0	False	False	0.9871299862861633	0					non-mobilizable	no_good_hit	134.0	81.343	8.0	3.9298777808010174e-05	CP042344.1	b-proteobacteria	Comamonas sp. NLF-7-7 strain NLF 7-7 chromosome, complete genome	True	False
FIJ0169_000000003047	6881	0.6982100756713112	7	7	4	5	4	True	129237	maximal	True	FIJ0169_000000003047	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	3796.0	82.455	55.0	0.06339882519748835	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
CHI0050_000000004847	1967	0.6982039246735796	2	2	2	2	2	False	86698	maximal	False	FIJ0012_000000011546	0.9295225376297629		0	0	False	False	0.9994916319847107	0					non-mobilizable	no_good_hit	155.0	89.677	10.0	5.312025587188513e-05	NZ_CP013195.1	CFB group bacteria	Prevotella enoeca strain F0113 chromosome, complete genome	True	False
CHI0162_000000025667	1292	0.6981963464432751	2	2	1	2	1	False	78518	maximal	True	CHI0162_000000025667	1.0		20	8	False	False	1.0	0					non-mobilizable	chromosome	818.0	84.719	96.0	0.00027499741663993547	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0149_000000009506	2867	0.6981962096257366	3	2	1	2	1	False	104544	fragment	False	SPA0045_000000008837	0.9698459521468371		0	0	False	False	0.9972096085548401	0					non-mobilizable	no_good_hit	795.0	83.899	28.0	0.0021368038903824987	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
FIJ0103_000000013972	1593	0.6981921728059587	2	2	2	2	2	False	102278	maximal	True	FIJ0103_000000013972	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	87.416	98.0	0.0003682290017828282	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0030_000000017809	2006	0.6981908947123168	2	2	2	1	1	False	48729	fragment	False	FIJ0030_000000017809	1.0		0	0	False	False	0.9720837473869324	0					non-mobilizable	other	1864.0	97.425	92.0	0.0009465403188008861	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	False
USA0051_01_000000001015	20502	0.6981887070267668	17	14	8	10	10	True	105458	maximal	True	USA0051_01_000000001015	1.0	PS636	9	4	False	True	1.0	0					non-mobilizable	no_good_hit	5799.0	91.774	64.0	0.0008171329833433409	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
USA0035_01_000000003992	6402	0.6981886118028091	6	2	2	2	2	False	96666	maximal	True	USA0035_01_000000003992	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1727.0	81.76	33.0	0.00046290049883477235	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0230_000000008399	3587	0.6981865467731162	4	4	3	4	2	False	33035	maximal	True	ISR0230_000000008399	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	76.52199999999999	10.0	0.0007670419398738092	NZ_SGXF01000002.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_102, whole genome shotgun sequence	True	False
ISR0333_000000013641	1715	0.6981829512931579	2	2	2	2	1	False	34484	fragment	False	ISR0333_000000013641	0.9891499957372856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	88.31200000000001	23.0	0.0050773174563797235	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0024_000000028692	1776	0.6981824928825081	3	2	0	2	1	False	52125	fragment	False	FIJ0031_000000013226	0.9353099730458221		0	0	False	False	0.9679054021835327	0					non-mobilizable	no_good_hit								True	False
MAD0080_000000000509	7714	0.6981809717759276	8	4	3	4	3	False	16166	maximal	True	MAD0080_000000000509	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	98.561	9.0	0.0002789652559626814	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
ENG0043_000000004966	6203	0.6981771539683054	7	7	7	7	6	True	64632	maximal	True	ENG0043_000000004966	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	3213.0	95.89200000000001	77.0	0.0014744309294665366	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	True	True
ISR0396_000000007103	3169	0.6981738215223052	5	1	1	1	1	False	79605	maximal	False	ISR0363_000000005783	0.9758885479561781		0	0	False	False	0.9974755644798279	0					non-mobilizable	no_good_hit	1256.0	95.86	40.0	0.03203737268016236	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0079_000000041071	1500	0.6981738215223052	2	1	1	1	1	False	69484	maximal	False	FIJ0132_000000022224	0.9554616384915475		0	0	False	False	0.9980000257492065	0					non-mobilizable	no_good_hit	1214.0	72.241	79.0	0.006484366870581019	NZ_QSCB01000005.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf5, whole genome shotgun sequence	True	False
AST0005_000000019983	1366	0.6981738215223052	1	1	1	1	1	False	127963	maximal	True	AST0005_000000019983	1.0		114	11	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	73.3	87.0	0.000334160658020377	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0155_000000014614	1359	0.6981738215223052	1	1	1	1	1	False	56730	fragment	False	ENG0155_000000014614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1194.0	77.387	87.0	0.03188992310805342	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	True	False
MON0047_000000029589	1348	0.6981738215223052	1	1	1	1	1	False	13334	fragment	False	MON0016_000000026684	0.9649859943977591		0	0	False	False	0.9577151536941528	0					non-mobilizable	other	1240.0	77.984	91.0	0.0010246930943722248	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
AST0151_000000012908	1271	0.6981738215223052	1	1	1	1	1	False	114435	fragment	False	ISR0176_000000023648	0.32218920257553246		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	99.292	100.0	0.012767925362930792	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0816_000000025036	1505	0.6981621129355934	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.44422909908473507		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	94.559	100.0	0.020944890673806338	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0825_000000011647	2030	0.6981616529613132	3	3	3	2	3	False	91305	fragment	False	ENG0135_000000008766	0.6868704340132469		0	0	False	False	0.9990147948265076	0					non-mobilizable	no_good_hit	367.0	74.932	18.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0104_000000011508	3137	0.6981599126898306	4	4	2	4	3	False	60954	maximal	True	SPA0104_000000011508	0.9702390717805235		167	11	False	False	0.9952183365821838	0					non-mobilizable	no_good_hit	96.0	79.167	3.0	0.0001443610532707978	AP022318.1	b-proteobacteria	Burkholderia sp. THE68 DNA, chromosome 3b, complete genome	True	False
FIJ0108_000000022119	1116	0.6981581701142431	1	1	1	1	1	False	42180	fragment	False	FIJ0151_000000013910	0.943357783211084		0	0	False	False	0.9784946441650391	0					non-mobilizable	other	1116.0	99.014	100.0	0.0002098040787418228	AP022014.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP3-S18-ESBL-03	False	False
AST0014_000000001486	13366	0.6981474377665038	12	11	8	9	9	False	124557	maximal	True	AST0014_000000001486	1.0		2	1	False	False	0.9993266463279724	0					non-mobilizable	no_good_hit	7318.0	99.631	55.0	0.09002879149543519	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	False
ENG0108_000000003056	8272	0.6981472097813979	9	9	8	8	9	False	128464	fragment	False	ENG0108_000000003056	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4410.0	97.619	99.0	0.016905266065181366	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0083_000000006978	4745	0.6981340077495143	6	4	2	4	3	False	44134	maximal	True	FIJ0083_000000006978	1.0		1	1	False	False	0.9993677735328674	0					non-mobilizable	no_good_hit	124.0	90.323	3.0	3.439490552726132e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0040_000000009182	2678	0.69812401027364	3	3	2	3	2	False	49981	fragment	False	FIJ0040_000000009182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	80.973	40.0	0.0002403481286590735	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0052_000000004449	5965	0.6981191767752823	4	4	4	3	3	False	46499	maximal	True	FIJ0052_000000004449	1.0		5	3	False	False	0.9991617798805237	0					non-mobilizable	no_good_hit	86.0	83.721	1.0	2.5534895988858373e-05	CP042819.1	a-proteobacteria	Octadecabacter sp. SW4	True	False
ISR0211_000000008080	2735	0.6981169939922098	4	4	4	3	1	False	66527	fragment	False	ISR0211_000000008080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	78.992	13.0	0.00010631050739324828	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0033_000000025447	1254	0.6981046337688047	2	2	2	2	1	False	93379	fragment	False	ENG0006_000000017005	0.9300458715596331		0	0	False	False	0.9976076483726501	0					non-mobilizable	chromosome	1258.0	90.14299999999999	99.0	0.0003489824560814807	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0058_000000000507	3155	0.6981034619905278	3	3	3	1	2	False	115175	maximal	True	DEN0058_000000000507	1.0	PS748	14	6	False	True	1.0	0					non-mobilizable	no_good_hit	770.0	98.052	51.0	0.00023012370121504715	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0254_000000008001	1584	0.6980975637349758	3	3	3	3	1	True	58600	maximal	True	ISR0254_000000008001	1.0		58	8	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	83.346	84.0	0.00035289505683446746	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0064_000000012705	1740	0.698089934565369	2	2	2	2	2	False	54330	maximal	False	ISR0107_000000015205	0.9797109505280712		0	0	False	False	0.995976984500885	0					non-mobilizable	no_good_hit	1118.0	86.04700000000001	77.0	0.0003174359368200087	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0352_000000008823	1213	0.698089934565369	2	2	2	2	2	False	34666	fragment	False	SPA0026_000000025014	0.6931437331660926		0	0	False	False	1.0	0					non-mobilizable	other	1095.0	85.479	98.0	0.0033625429922944285	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
FIJ0159_000000002006	9294	0.6980831193620641	14	13	13	9	11	False	48304	maximal	True	FIJ0159_000000002006	1.0		20	1	False	False	0.9998924136161804	0					non-mobilizable	no_good_hit	3693.0	82.23700000000001	51.0	0.0009191065772200075	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0006_000000019194	1650	0.6980827811214863	2	2	2	2	2	True	102690	fragment	False	SPA0006_000000019194	0.9966545012165451		0	0	False	False	0.9921212196350098	0					non-mobilizable	no_good_hit								True	True
ENG0058_000000029614	1174	0.6980799192772608	2	2	2	2	1	False	63403	maximal	True	ENG0058_000000029614	1.0		318	13	False	False	0.9659284353256226	0					non-mobilizable	chromosome	1172.0	98.976	99.0	0.00021015495293587904	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	False
CHI0060_000000005293	2487	0.6980796728153097	3	2	2	2	1	True	102694	fragment	False	CHI0060_000000005293	1.0		0	0	False	False	0.9967832565307617	0					non-mobilizable	no_good_hit								True	True
CHI0028_000000008663	1644	0.6980796728153097	2	2	2	2	1	True	102690	fragment	False	SPA0006_000000019194	0.9948484848484849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0154_000000016139	2013	0.698079004530428	2	2	2	2	1	False	79165	maximal	True	CHI0154_000000016139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	95.61399999999999	6.0	3.515410876867912e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0015_000000008033	3076	0.6980748921532527	4	4	4	4	3	False	94764	fragment	False	ISR0015_000000008033	1.0		0	0	False	False	0.999674916267395	0					non-mobilizable	no_good_hit	321.0	76.947	17.0	9.607096843752465e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0139_000000005813	4434	0.6980699435817642	6	5	4	4	3	True	78581	maximal	True	FIJ0139_000000005813	1.0		28	4	False	False	0.9997744560241699	0					non-mobilizable	no_good_hit	805.0	72.05	18.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
FIJ0046_000000020453	1617	0.6980656015893837	3	3	2	3	2	False	46962	fragment	False	FIJ0046_000000020453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	76.035	28.0	0.0001267454193193743	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ETH0001_000000011218	2587	0.6980633921355317	4	2	0	2	1	True	53545	maximal	True	ETH0001_000000011218	1.0		1	1	False	False	0.9899497628211975	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	7.069837400367764e-06	CP019336.1	CFB group bacteria	Polaribacter sejongensis strain KCTC 23670 chromosome	True	True
ISR0365_000000003997	3680	0.6980568563563471	5	5	5	5	5	False	23662	fragment	False	ISR0365_000000003997	1.0		0	0	False	False	0.999728262424469	0					non-mobilizable	no_good_hit	1811.0	78.741	64.0	0.000520047482596237	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0064_000000011683	2292	0.6980494230909922	3	1	1	1	1	False	10714	maximal	True	MON0064_000000011683	1.0		7	2	False	False	0.9921466112136841	0					non-mobilizable	no_good_hit	692.0	73.41	30.0	0.00020736037861565602	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
USA0101_01_000000022474	1352	0.6980447855908797	2	2	2	1	1	False	75181	fragment	False	DEN0017_000000022080	0.9572711030666207		0	0	False	False	1.0	0					non-mobilizable	chromosome	1305.0	88.81200000000001	96.0	0.0003624048582384607	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0017_000000022080	1302	0.6980447855908797	2	2	2	1	1	False	75181	fragment	False	DEN0017_000000022080	0.9591765374854493		0	0	False	False	0.9984639286994934	0					non-mobilizable	chromosome	1306.0	88.97399999999999	99.0	0.00036296412499500156	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0046_000000006649	1722	0.6980435649199815	3	2	1	2	1	True	118240	fragment	False	MAD0072_000000001538	0.028900665938863684		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	96.80799999999999	100.0	0.015280527759773411	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	True
MAD0042_000000020874	1211	0.6980435649199815	3	2	1	2	1	True	57829	fragment	False	SPA0008_000000024767	0.9083591002812589		0	0	False	False	0.9933938980102539	0					non-mobilizable	no_good_hit	330.0	77.273	27.0	0.00011397969697434446	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0045_000000022020	1203	0.6980435649199815	3	2	1	2	1	True	57829	fragment	False	SPA0008_000000024767	0.949009396064301		0	0	False	False	0.9842061400413513	0					non-mobilizable	no_good_hit	345.0	86.667	37.0	8.842368919614617e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
ISR0794_000000017666	1202	0.6980435649199815	3	2	1	2	1	True	57829	fragment	False	SPA0008_000000024767	0.9481874979072206		0	0	False	False	0.9542429447174072	0					non-mobilizable	no_good_hit	344.0	86.337	37.0	8.816589418391251e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
ISR0779_000000029374	1198	0.6980435649199815	3	2	1	2	1	True	22314	fragment	False	ISR0779_000000029374	0.937447168216399		0	0	False	False	0.9933221936225891	0					non-mobilizable	other	1198.0	96.661	100.0	0.0003998420673939316	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0039_000000008687	2841	0.6980390755412481	4	4	4	3	2	False	69043	fragment	False	ENG0039_000000008687	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1254.0	81.18	83.0	0.003345682087877059	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
ISR0096_000000009076	2606	0.6980381999241745	3	2	2	2	1	False	132023	fragment	False	DEN0005_000000011402	0.7000429450754533		0	0	False	False	0.999616265296936	0					non-mobilizable	no_good_hit	105.0	85.714	4.0	0.004311238237366829	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
ISR0092_000000011020	2423	0.6980381999241745	2	2	2	2	1	False	132023	fragment	False	DEN0005_000000011402	0.6487450574679068		0	0	False	False	0.9987618923187256	0					non-mobilizable	no_good_hit	332.0	74.699	14.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
MON0103_000000021714	2376	0.6980381999241745	3	2	2	2	1	False	132023	fragment	False	DEN0005_000000011402	0.24395033255566856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	14.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
ISR0187_000000015797	1803	0.6980381999241745	2	2	2	2	1	False	83781	fragment	False	ISR0187_000000015797	0.9768601770309098		0	0	False	False	0.9955629706382751	0					non-mobilizable	no_good_hit	332.0	74.699	18.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
FIJ0051_000000015081	1468	0.6980381999241745	2	2	2	2	1	False	83775	fragment	False	FIJ0051_000000015081	0.8347236973334928		0	0	False	False	0.9938691854476929	0					non-mobilizable	no_good_hit	63.0	95.238	4.0	0.002570161256891763	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
CHI0149_000000004355	3434	0.6980287877906447	4	4	4	4	4	False	79589	maximal	True	CHI0149_000000004355	1.0		15	3	False	False	0.9994176030158997	0					non-mobilizable	no_good_hit	996.0	76.807	49.0	0.0035231608601076917	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	True	False
ENG0120_000000001339	13183	0.6980282617949762	12	10	7	8	6	True	132354	fragment	False	ENG0120_000000001339	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11237.0	97.206	90.0	0.12206281925877623	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0104_000000027450	1376	0.6980196512895439	2	2	2	2	1	False	52272	fragment	False	MON0090_000000036736	0.5792774743415969		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	85.613	91.0	0.00044497187079089605	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0040_000000012714	2099	0.6980023387333771	2	2	1	2	1	False	36489	fragment	False	ISR0040_000000012714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0050_01_000000002065	6981	0.6979959467457781	8	8	4	4	7	True	123498	fragment	False	USA0050_01_000000002065	0.9770288930215801		0	0	False	False	1.0	0					non-mobilizable	other	6981.0	99.771	100.0	0.0015575340353542375	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ISR0194_000000004601	4706	0.6979948332752894	4	4	4	3	3	False	29053	maximal	True	ISR0194_000000004601	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	72.059	6.0	0.0030296840958605664	NZ_QEKJ01000009.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_109, whole genome shotgun sequence	True	False
CAN0006_000000011261	3982	0.6979923844196161	5	5	5	5	3	False	95740	fragment	False	MAD0054_000000002871	0.7279021463189477		0	0	False	False	0.9947262406349182	0					non-mobilizable	chromosome	3964.0	99.899	99.0	0.0011032466854577721	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CAN0008_000000007821	3651	0.6979923844196161	5	5	5	5	3	False	95740	fragment	False	MAD0054_000000002871	0.47921898543445507		0	0	False	False	1.0	0					non-mobilizable	chromosome	3651.0	99.89	100.0	0.0010161116330862651	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0067_000000000023	136237	0.6979851117813712	165	31	16	23	15	False	62694	maximal	True	ENG0067_000000000023	1.0	PS2	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2342.0	90.863	2.0	0.9953111679454391	KX128149.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_TE_18 genomic sequence	True	True
MON0102_000000022532	2001	0.6979826252265056	2	2	2	2	1	False	95277	fragment	False	CHI0176_000000004027	0.8344246050466188		0	0	False	False	0.9910045266151428	0					non-mobilizable	other	1397.0	96.421	95.0	0.0003766474269140408	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0066_000000022466	1435	0.6979815616581616	1	1	1	1	1	False	77967	maximal	False	ISR0026_000000014892	0.9716546327418069		0	0	False	False	0.9825783967971802	0					non-mobilizable	no_good_hit								True	False
USA0047_01_000000007263	4744	0.6979758551506311	7	6	6	5	2	False	1178	maximal	True	USA0047_01_000000007263	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	71.765	14.0	9.456828027441175e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ENG0017_000000010377	2009	0.6979711133007955	3	2	2	2	2	False	83786	maximal	True	ENG0017_000000010377	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0210_000000009961	1923	0.6979680614724735	3	2	2	2	1	False	113714	fragment	False	ISR0090_000000014083	0.9530046297811673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	86.37299999999999	25.0	0.005556270397361064	NZ_SLUM01000018.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_118, whole genome shotgun sequence	True	False
MAD0046_000000000924	17423	0.697967947992446	23	16	13	13	13	False	105640	maximal	True	MAD0046_000000000924	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	94.969	1.0	0.0003340980937377753	NZ_OUNG01000002.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	False
MON0102_000000005850	7128	0.6979667852587843	5	4	4	3	4	False	107651	maximal	True	MON0102_000000005850	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2049.0	71.01	28.0	0.02343731634500106	NZ_JDUU01000002.1	high GC Gram+	Bifidobacterium biavatii DSM 23969 contig2, whole genome shotgun sequence	True	False
MON0030_000000031411	1165	0.6979642974811712	2	1	1	1	1	False	12490	fragment	False	MON0030_000000031411	1.0		0	0	False	False	0.8145923018455505	0					non-mobilizable	no_good_hit								True	False
ISR0111_000000015029	1165	0.6979592985053643	3	2	2	1	1	False	117698	fragment	False	ISR0378_000000025386	0.6299788262775522		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	97.854	100.0	0.0003304279894081365	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0109_000000007969	2303	0.6979541531778766	4	3	3	3	1	True	100122	maximal	True	CHI0109_000000007969	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	99.74700000000001	17.0	7.710383891011962e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
ISR0393_000000008047	2199	0.6979501358591037	3	3	3	3	3	False	122002	fragment	False	ISR0393_000000008047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	61.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0003_000000020292	1185	0.6979501195253579	2	2	2	2	2	False	76605	fragment	False	DEN0003_000000020292	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	99.376	95.0	0.0176017601760176	NZ_JAAIUL010000023.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_23_length_63630_cov_356.789, whole genome shotgun sequence	False	False
MON0106_000000004145	8031	0.6979493577231468	4	4	4	3	3	False	8988	maximal	True	MON0106_000000004145	1.0		6	2	False	False	0.9877972602844238	0					non-mobilizable	no_good_hit	50.0	88.0	1.0	0.000689496667432774	NZ_MJBR01000013.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold20, whole genome shotgun sequence	True	False
MAD0066_000000025341	1328	0.6979492872168535	2	2	2	2	2	False	52852	fragment	False	ETH0004_000000020927	0.9587591240875912		0	0	False	False	0.9992470145225525	0					non-mobilizable	no_good_hit	506.0	73.518	37.0	0.0002125687259119134	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0195_000000006739	3399	0.6979459004738742	4	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.5508675724333577		0	0	False	False	0.9985289573669434	0					non-mobilizable	other	2987.0	98.05799999999999	99.0	0.01997217540198518	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0049_000000008474	3399	0.6979459004738742	4	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.5497619994731398		0	0	False	False	1.0	0					non-mobilizable	other	2987.0	97.824	99.0	0.01997217540198518	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0014_000000006808	5207	0.6979456138184003	5	4	4	4	4	False	124964	maximal	True	ISR0014_000000006808	0.9908070934860916		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2726.0	78.247	64.0	0.006460423850296385	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ETH0002_000000018439	1322	0.6979446311861124	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.23670829805298468		0	0	False	False	0.9977307319641113	0					non-mobilizable	no_good_hit	459.0	96.95	35.0	0.00012329839878701034	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0108_000000004928	4713	0.6979405620388559	6	4	4	4	4	False	107301	maximal	True	AST0108_000000004928	1.0		53	7	False	False	1.0	0					non-mobilizable	no_good_hit	3816.0	92.427	81.0	0.118042226487524	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
SPA0068_000000004826	2327	0.6979401271282931	2	2	2	2	2	False	80110	maximal	False	CHI0141_000000011647	0.9922450357867861		0	0	False	False	0.9901160001754761	0					non-mobilizable	other	2327.0	99.484	100.0	0.027116510060854766	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MAD0055_000000005275	1708	0.6979358650680603	3	3	3	2	2	False	122996	maximal	True	MAD0055_000000005275	1.0		20	9	False	False	0.9976580739021301	0					non-mobilizable	other	1737.0	80.714	100.0	0.006618823174014244	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0121_01_000000008451	5585	0.6979348379700058	6	4	3	4	3	False	20204	maximal	True	USA0121_01_000000008451	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	97.59	1.0	1.9859410087256363e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0020_01_000000020753	1670	0.6979304740011569	3	2	2	2	2	False	1780	maximal	True	USA0020_01_000000020753	1.0		94	13	False	False	0.9952095746994019	0					non-mobilizable	other	1046.0	87.285	99.0	0.001279838782194597	NZ_FUHT01000002.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	False	False
CHI0086_000000003977	1585	0.6979298368996875	6	4	3	3	0	True	84050	maximal	True	CHI0086_000000003977	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	94.444	63.0	7.015183808353608e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0095_000000024774	1140	0.6979279726843655	3	2	2	1	1	False	43058	fragment	False	FIJ0095_000000024774	1.0		0	0	False	False	0.9868420958518982	0					non-mobilizable	other	1059.0	97.167	93.0	0.0001958420449654084	CP006722.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae 1158, complete genome	False	False
MON0084_000000033122	1143	0.6979213145329	2	2	1	2	2	False	9804	fragment	False	MON0084_000000033122	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	99.551	97.0	0.020387229131939993	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0160_000000007713	2313	0.6979210334191949	2	2	2	2	2	False	73617	fragment	False	FIJ0160_000000007713	0.9970487307809484		0	0	False	False	0.9961089491844177	0					non-mobilizable	no_good_hit	1677.0	82.70700000000001	72.0	0.00037143795673070504	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0033_000000010459	2292	0.6979210334191949	2	2	2	2	2	False	73617	fragment	False	FIJ0160_000000007713	0.9917414233956212		0	0	False	False	0.9995636940002441	0					non-mobilizable	no_good_hit	1677.0	82.82600000000001	76.0	0.00037143795673070504	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0148_000000001991	13259	0.6979195445500885	18	12	7	8	11	True	124132	fragment	False	ISR0148_000000001991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7854.0	97.03299999999999	84.0	0.0022063820112558927	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0137_000000018455	1985	0.6979173617764376	4	3	1	2	1	True	118242	maximal	True	SPA0137_000000018455	1.0		39	7	False	False	1.0	0					non-mobilizable	no_good_hit	1764.0	92.85700000000001	89.0	0.014043109079033311	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	True
SPA0070_000000011921	1738	0.6979173617764376	4	3	1	2	1	True	118240	fragment	False	MAD0072_000000001538	0.00671236058564854		0	0	False	False	0.994246244430542	0					non-mobilizable	chromosome	1742.0	91.50399999999999	100.0	0.0004946425574641534	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0030_000000022721	1638	0.6979173617764376	4	3	1	2	1	True	118240	fragment	False	MAD0072_000000001538	0.07753922413685604		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	96.163	100.0	0.000401356226084428	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
CHI0087_000000006512	1613	0.6979173617764376	4	3	1	2	1	True	118240	fragment	False	MAD0072_000000001538	0.10400062840203272		0	0	False	False	0.9919404983520508	0					non-mobilizable	other	1613.0	98.884	100.0	0.00039498160062432104	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0119_000000019659	1611	0.6979173617764376	4	3	1	2	1	True	118240	fragment	False	MAD0072_000000001538	0.06092766875204211		0	0	False	False	0.9987585544586182	0					non-mobilizable	other	1611.0	92.986	100.0	0.012824393430087143	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ENG0122_000000018486	1583	0.6979173617764376	4	3	1	2	1	True	118240	fragment	False	MAD0072_000000001538	0.05444745334275512		0	0	False	False	0.9993683099746704	0					non-mobilizable	other	1583.0	93.11399999999999	100.0	0.012601360500868235	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0833_000000004558	1556	0.6979173617764376	4	3	1	2	1	True	118240	fragment	False	MAD0072_000000001538	0.055265591394232656		0	0	False	False	0.9974293112754822	0					non-mobilizable	other	1556.0	99.807	100.0	0.0027087139012452414	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0140_000000009335	2714	0.6979065723168645	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9830155104935926		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2714.0	99.963	100.0	0.012733860899114779	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0054_000000006285	2699	0.6979065723168645	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9825316753999955		0	0	False	False	0.9996294975280762	0	Inc18				non-mobilizable	plasmid	2699.0	99.963	100.0	0.012663456212978869	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0034_000000005943	2653	0.6979065723168645	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9723766511120736		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2602.0	99.962	98.0	0.012208172575966656	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0024_000000004687	2640	0.6979065723168645	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9772652768343236		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2640.0	99.962	100.0	0.012386531114177627	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0001_000000003369	2589	0.6979065723168645	4	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9651068600901991		0	0	False	False	0.9984549880027771	0	Inc18				non-mobilizable	chromosome	2589.0	99.884	100.0	0.0012038099561781546	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
FIJ0113_000000001921	11175	0.6979051500615968	12	1	1	1	1	True	45837	maximal	True	FIJ0113_000000001921	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0003_01_000000004088	9188	0.6979051500615968	9	1	1	1	1	True	44567	maximal	True	USA0003_01_000000004088	1.0		1	1	False	False	0.9997823238372803	0					non-mobilizable	no_good_hit								True	True
FIJ0095_000000006144	4280	0.6979051500615968	6	1	1	1	1	True	44571	maximal	True	FIJ0095_000000006144	1.0		0	0	False	False	0.9969626069068909	0					non-mobilizable	no_good_hit								True	True
ETH0005_000000013350	3594	0.6979051500615968	5	1	1	1	1	True	52782	maximal	True	ETH0005_000000013350	1.0		3	3	False	False	0.9988870620727539	0					non-mobilizable	no_good_hit	69.0	89.855	2.0	0.0002432012544828888	NZ_BHYK01000003.1	firmicutes	Clostridium tagluense strain A121 sequence003, whole genome shotgun sequence	True	True
ISR0232_000000007836	3220	0.6979051500615968	5	1	1	1	1	True	44569	fragment	False	ISR0232_000000007836	1.0		0	0	False	False	0.9996894598007202	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000014064	3090	0.6979051500615968	4	1	1	1	1	True	50989	maximal	True	FIJ0011_000000014064	0.9737015121630506		3	2	False	False	0.9957928657531738	0					non-mobilizable	no_good_hit	112.0	85.714	4.0	0.0008882837859153058	NZ_LOEE01000003.1	firmicutes	Thermotalea metallivorans strain B2-1 AN619_contig000010, whole genome shotgun sequence	True	True
MAD0099_000000009855	3067	0.6979051500615968	5	1	1	1	1	True	44563	fragment	False	MAD0099_000000009855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0081_000000011203	3042	0.6979051500615968	4	1	1	1	1	True	50989	maximal	False	FIJ0011_000000014064	0.9661812297734627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0002100336053768603	LN593107.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000010085	True	True
DEN0011_000000014048	3022	0.6979051500615968	5	1	1	1	1	True	75734	maximal	True	DEN0011_000000014048	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0042_000000011476	2762	0.6979051500615968	4	1	1	1	1	True	60857	fragment	False	SPA0042_000000011476	0.9699344023323615		0	0	False	False	0.9927588701248169	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.240876482273442e-05	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	True
MON0062_000000014158	2744	0.6979051500615968	5	1	1	1	1	True	60857	fragment	False	SPA0042_000000011476	0.966871832005793		0	0	False	False	0.991253674030304	0					non-mobilizable	no_good_hit								True	True
MAD0095_000000013361	2501	0.6979051500615968	4	1	1	1	1	True	18102	fragment	False	MAD0095_000000013361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0104_000000010909	2376	0.6979051500615968	4	1	1	1	1	True	44566	fragment	False	FIJ0104_000000010909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0817_000000005201	2311	0.6979051500615968	4	1	1	1	1	True	55956	fragment	False	ISR0817_000000005201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	100.0	6.0	2.265220352924544e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
CAN0014_000000022274	2166	0.6979051500615968	5	1	1	1	1	True	93623	maximal	True	CAN0014_000000022274	1.0		5	5	False	False	0.9907664060592651	0					non-mobilizable	no_good_hit	297.0	100.0	14.0	6.251474429252001e-05	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ENG0096_000000016579	1991	0.6979051500615968	3	1	1	1	1	True	60855	fragment	False	ENG0096_000000016579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0096_000000022814	1641	0.6979051500615968	3	1	1	1	1	True	9267	maximal	True	MON0096_000000022814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0001_000000014608	1431	0.6979051500615968	1	1	1	1	1	True	52550	maximal	True	FIJ0001_000000014608	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0042_000000018476	1347	0.6979051500615968	1	1	1	1	1	True	18101	fragment	False	MAD0042_000000018476	1.0		0	0	False	False	0.9591684937477112	0					non-mobilizable	no_good_hit								True	True
FIJ0108_000000019455	1243	0.6979051500615968	2	1	1	1	1	True	42197	fragment	False	FIJ0108_000000019455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0076_000000012272	1110	0.6979051500615968	1	1	1	1	1	True	44531	maximal	True	FIJ0076_000000012272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0041_000000048727	1416	0.6978969505812703	1	1	1	1	1	False	12072	fragment	False	MON0037_000000049753	0.9491719836547423		0	0	False	False	0.9894067645072937	0					non-mobilizable	other	1339.0	71.023	94.0	0.20853754940711464	NZ_CACWQI010000062.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	False	False
MON0048_000000030814	1332	0.6978969505812703	1	1	1	1	1	False	12072	fragment	False	MON0037_000000049753	0.6362994350282486		0	0	False	False	0.9797297120094299	0					non-mobilizable	other	1263.0	72.605	93.0	0.002573719579744471	NZ_FUHN01000006.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	False	False
ISR0176_000000007832	4118	0.6978960663376544	5	3	3	2	2	False	112779	maximal	True	ISR0176_000000007832	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2199.0	74.307	53.0	0.2652041438147471	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0183_000000011344	2930	0.6978932591811489	2	2	1	2	1	False	56681	maximal	True	ISR0183_000000011344	1.0		45	7	False	False	0.9832764267921448	0					non-mobilizable	other	2933.0	98.943	100.0	0.011405542502372914	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0159_000000008306	3057	0.6978910427190294	3	1	1	1	1	False	34620	fragment	False	ISR0159_000000008306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0176_000000013166	2559	0.6978910427190294	3	1	1	1	1	False	34619	fragment	False	ISR0176_000000013166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0387_000000014362	1677	0.6978910427190294	1	1	1	1	1	False	22969	fragment	False	ISR0387_000000014362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0043_000000012431	1777	0.6978859032655189	3	3	3	3	3	False	36304	fragment	False	ISR0043_000000012431	0.9925314443727397		0	0	False	False	1.0	0					non-mobilizable	other	1777.0	98.706	100.0	0.07531487214282685	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
ISR0320_000000016424	1586	0.6978858236242981	3	3	3	2	0	False	40001	fragment	False	ISR0320_000000016424	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1023.0	96.18799999999999	99.0	0.0002738789187195973	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0318_000000003524	1367	0.6978707800832211	2	1	1	1	1	False	25114	maximal	True	ISR0318_000000003524	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000011128	4365	0.6978692235636175	5	4	3	3	4	False	77983	fragment	False	ISR0126_000000011128	0.9838858195211786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2395.0	98.205	55.0	0.0008344568640874026	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0037_000000001413	7008	0.6978674676778819	10	9	3	5	7	True	88025	maximal	True	CHI0037_000000001413	1.0		5	3	False	False	1.0	0					non-mobilizable	plasmid	7008.0	100.0	100.0	0.02953847969782814	CP024708.1	enterobacteria	Klebsiella pneumoniae strain cr-hvkp3 plasmid pPUTH1, complete sequence	False	True
ENG0034_000000002531	5628	0.6978490949928103	15	4	2	4	1	True	88418	fragment	False	ENG0034_000000002531	1.0		0	0	False	False	0.9996446371078491	0					non-mobilizable	no_good_hit	527.0	77.419	9.0	0.012854554929647368	NZ_WKRD01000015.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold15_size40297, whole genome shotgun sequence	True	True
SPA0062_000000001062	19528	0.6978388553510235	15	14	11	10	11	True	120831	maximal	False	CHI0135_000000000881	0.9542635125287167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7133.0	78.22800000000001	45.0	0.0014352119267349588	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ISR0779_000000009370	3525	0.6978384916949358	7	5	2	2	4	False	124369	fragment	False	ENG0025_000000004712	0.17529519949046704		0	0	False	False	1.0	0					non-mobilizable	other	3523.0	98.46700000000001	99.0	0.3168405901403383	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0108_000000006456	3467	0.6978326390314273	5	5	5	5	4	False	117034	fragment	False	ENG0108_000000006456	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3467.0	98.962	100.0	0.029422250895570535	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0032_000000024158	1240	0.6978224296138572	1	1	1	1	1	False	7227	fragment	False	SPA0032_000000024158	1.0		0	0	False	False	0.9919354915618896	0					non-mobilizable	no_good_hit	627.0	99.84100000000001	56.0	0.00027443814707780366	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ETH0002_000000017887	1376	0.6978082131878183	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.17608157202059976		0	0	False	False	0.9985465407371521	0					non-mobilizable	chromosome	1391.0	81.812	99.0	0.0003816995613391195	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0353_000000024295	1514	0.6978071361505617	3	2	2	2	2	False	119950	fragment	False	ISR0230_000000020186	0.7171010296010296		0	0	False	False	0.998678982257843	0					non-mobilizable	other	1514.0	96.235	100.0	0.01378286297301729	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
ENG0198_000000016356	1268	0.6978071361505617	2	2	2	2	2	False	119949	fragment	False	AST0025_000000027512	0.8071499500631826		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	95.171	95.0	0.010931550276021645	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
ISR0086_000000023674	1223	0.6978071361505617	2	2	2	2	2	False	119949	fragment	False	AST0025_000000027512	0.7914821863979306		0	0	False	False	0.9983646869659424	0					non-mobilizable	other	1223.0	95.74799999999999	100.0	0.011131962031082042	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
USA0035_01_000000022106	1188	0.6978071361505617	2	2	2	2	2	False	119949	fragment	False	AST0025_000000027512	0.6348644723660699		0	0	False	False	0.9898989796638489	0					non-mobilizable	other	1188.0	95.286	100.0	0.01081312514803141	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
CHI0139_000000001224	7469	0.6977982117957261	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.7456481364465807		0	0	False	False	0.9989289045333862	0					non-mobilizable	other	7469.0	99.51799999999999	100.0	0.0270010340513844	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0058_000000009091	3361	0.6977967816624056	4	4	3	3	3	False	131733	maximal	True	SPA0058_000000009091	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	2027.0	87.765	60.0	0.01347091431242904	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0787_000000011092	1357	0.6977963830946871	3	2	1	2	1	True	22128	fragment	False	ISR0787_000000011092	1.0		0	0	False	False	0.9859985113143921	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0274660604977423e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0007_000000006579	4271	0.6977884178477407	3	3	3	3	1	False	121130	maximal	True	DEN0007_000000006579	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1711.0	98.13	66.0	0.0005389878942058171	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0132_000000019089	1600	0.6977817012077059	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9239184903530626		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.022	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0111_000000011196	1597	0.6977817012077059	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9227108516408161		0	0	False	False	0.9981215000152588	0					non-mobilizable	chromosome	1471.0	81.985	96.0	0.0003875980365611918	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0082_000000038356	1141	0.6977771877472738	2	2	2	2	2	False	69151	maximal	True	DEN0082_000000038356	1.0		386	14	False	False	1.0	0					non-mobilizable	chromosome	1141.0	100.0	100.0	0.00022207806628445862	CP044403.1	enterobacteria	Escherichia coli strain NMBU-W10C18 chromosome, complete genome	False	False
MAD0062_000000004972	2713	0.6977746387840228	3	3	3	1	2	False	16772	maximal	True	MAD0062_000000004972	1.0		1	1	False	False	0.9985256195068359	0					non-mobilizable	no_good_hit	628.0	99.522	23.0	0.00026586936951644426	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0838_000000002211	8045	0.6977733801073579	21	5	2	3	5	False	71309	maximal	True	ISR0838_000000002211	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.00047927461139896376	MN270261.1	viruses	Streptococcus phage phi-SsuFJNP8_rum, complete genome	True	False
MON0001_000000003493	7871	0.6977663515071081	8	6	5	4	3	True	53135	fragment	False	MON0001_000000003493	1.0		0	0	False	False	0.999491810798645	0					non-mobilizable	no_good_hit	4168.0	93.37799999999999	74.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
CHI0156_000000007605	1850	0.6977641406218682	2	2	2	2	2	False	93611	fragment	False	CAN0014_000000024460	0.9624472523398072		0	0	False	False	0.9843243360519409	0					non-mobilizable	other	1848.0	96.97	99.0	0.0005129102309901083	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0054_000000017027	1605	0.6977609963731749	3	2	1	2	2	True	105432	fragment	False	CAN0016_000000027530	0.9277788907248538		0	0	False	False	0.9906542301177979	0					non-mobilizable	other	1608.0	94.465	100.0	0.002883049035156334	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
DEN0078_000000000323	29356	0.6977583454805928	32	13	9	12	8	True	69860	fragment	False	DEN0078_000000000323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	78.04899999999999	0.0	6.541982907192856e-05	NZ_LT635480.1	firmicutes	Ndongobacter massiliensis strain Marseille-P3170T chromosome contig00001	True	True
ISR0280_000000000677	8394	0.6977571102085599	11	8	3	4	8	True	74263	maximal	True	ISR0280_000000000677	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4061.0	97.193	73.0	0.09261714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
SPA0038_000000022035	1143	0.6977559143921108	2	2	2	1	1	False	85214	fragment	False	DEN0017_000000021572	0.5317563440149082		0	0	False	False	0.9991251230239868	0					non-mobilizable	other	1143.0	99.56299999999999	100.0	0.0021074115560706184	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0011_000000007056	3638	0.6977510305686052	4	4	4	4	4	False	58548	maximal	True	ISR0011_000000007056	1.0		0	0	False	False	0.9936778545379639	0					non-mobilizable	no_good_hit	1829.0	98.79700000000001	84.0	0.000518919557249204	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0073_000000002530	5697	0.6977460470392959	10	10	1	7	10	True	5857	fragment	False	SPA0073_000000002530	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5697.0	99.772	100.0	0.04393976795852876	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0339_000000007419	1985	0.6977438389057751	3	3	3	3	2	False	24772	maximal	True	ISR0339_000000007419	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	91.469	21.0	6.406557393015057e-05	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
ISR0367_000000001429	6966	0.6977430526503959	6	5	3	4	3	False	120534	fragment	False	ISR0367_000000001429	1.0		0	0	False	False	0.9981337785720825	0					non-mobilizable	no_good_hit	3484.0	100.0	76.0	0.0009417537601877991	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0160_000000026360	1141	0.6977406949837855	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17504997164034958		0	0	False	False	1.0	0					non-mobilizable	chromosome	1141.0	93.427	100.0	0.0003674428843879642	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0081_01_000000010880	2859	0.6977389246022814	4	4	0	3	3	False	117722	fragment	False	USA0081_01_000000010880	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1640.0	100.0	79.0	0.00039730231967347035	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
MON0088_000000015544	2047	0.6977368289317716	2	2	2	2	2	False	32446	maximal	True	MON0088_000000015544	1.0		136	11	False	False	0.9936492443084717	0					non-mobilizable	other	1949.0	99.641	95.0	0.0393249354005168	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0157_000000021707	1464	0.6977319809081849	2	2	2	2	2	False	106161	fragment	False	DEN0051_000000029417	0.6645475289459676		0	0	False	False	0.998633861541748	0					non-mobilizable	other	657.0	98.32600000000001	100.0	0.00019750903769441918	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0141_000000010637	2591	0.6977314542436073	4	3	3	3	3	False	80112	maximal	False	USA0057_01_000000011883	0.973733583489681		0	0	False	False	0.9996140599250793	0					non-mobilizable	chromosome	2591.0	99.575	100.0	0.0007242504497203806	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0098_000000016615	2189	0.6977243513003335	3	3	3	3	3	False	13775	fragment	False	MON0039_000000020725	0.9604494442861227		0	0	False	False	0.9904065728187561	0					non-mobilizable	no_good_hit	228.0	80.263	10.0	0.0010676190206248878	NZ_QRUP01000004.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf4, whole genome shotgun sequence	True	False
ISR0786_000000005919	2862	0.6977222686575284	3	3	2	3	3	False	98863	fragment	False	ISR0786_000000005919	1.0		0	0	False	False	0.9968553185462952	0					non-mobilizable	chromosome	2862.0	97.17	100.0	0.0004966938005113811	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
TAN0002_000000005262	5513	0.6977053262595582	6	6	5	4	5	True	89284	fragment	False	TAN0002_000000005262	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5513.0	99.946	100.0	0.1310197290230568	CP052666.1	enterobacteria	Klebsiella pneumoniae strain C17KP0033 plasmid pC17KP0033-3, complete sequence	False	True
ISR0013_000000009139	2713	0.6977018068936691	3	3	2	2	3	False	38109	fragment	False	ISR0013_000000009139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	79.851	10.0	0.00010356799530907066	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
ISR0120_000000025199	1430	0.6976876301993756	3	2	2	2	2	False	80648	fragment	False	ISR0120_000000025199	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1460.0	87.945	99.0	0.00041272360602673177	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0020_000000003444	5373	0.6976800415697735	10	3	2	3	2	False	43426	maximal	True	ISR0020_000000003444	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	73.795	6.0	0.09121153313002495	NZ_MLHQ01000054.1	g-proteobacteria	Rodentibacter myodis strain Ac151 contig_54, whole genome shotgun sequence	True	False
ISR0302_000000009728	1640	0.6976783477616445	2	2	2	2	2	False	25537	fragment	False	ISR0302_000000009728	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	82.645	95.0	0.013196555217831814	NZ_VULP01000007.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq7, whole genome shotgun sequence	False	False
DEN0082_000000003780	8663	0.6976777013811873	14	7	5	6	5	False	69340	maximal	False	FIJ0015_000000003299	0.9815476876946143		0	0	False	False	0.99919193983078	0					non-mobilizable	no_good_hit	110.0	91.818	1.0	0.00013546245515136377	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0041_000000006285	5579	0.6976770590633656	8	1	1	1	1	False	53633	maximal	True	FIJ0041_000000006285	1.0		1	1	False	False	0.9956981539726257	0					non-mobilizable	no_good_hit	59.0	93.22	1.0	0.0015243501800310127	NZ_FRAF01000027.1	firmicutes	Alicyclobacillus montanus strain USBA-GBX-503, whole genome shotgun sequence	True	False
ISR0369_000000004024	2929	0.6976676182034238	3	3	3	3	2	False	117895	fragment	False	SPA0038_000000007226	0.18706185669504966		0	0	False	False	0.9976100921630859	0					non-mobilizable	chromosome	2931.0	93.62	100.0	0.0009228985697278553	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0113_000000002413	5759	0.6976635106321492	8	7	5	6	5	False	127000	fragment	False	ENG0051_000000004628	0.9203435193098047		0	0	False	False	1.0	0					non-mobilizable	chromosome	2267.0	96.69200000000001	99.0	0.0010000644633163993	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
AST0140_000000019590	1474	0.6976577392772559	3	1	1	1	1	False	105470	maximal	True	AST0140_000000019590	1.0		65	9	False	False	0.9830393195152283	0					non-mobilizable	virus	1474.0	88.331	99.0	0.08046102583711148	MK232557.1	viruses	Uncultured human fecal virus clone B.wexlerae_S04.r1.M11_1-CL17_c1 sequence	False	False
FIJ0153_000000004543	6169	0.6976502442490699	8	3	1	3	3	False	39669	fragment	False	FIJ0153_000000004543	1.0		0	0	False	False	0.9995136857032776	0					non-mobilizable	no_good_hit								True	False
ISR0273_000000010684	1305	0.6976498381846269	1	1	1	1	1	False	26376	fragment	False	MON0057_000000017443	0.24478390461997018		0	0	False	False	0.9747126698493958	0					non-mobilizable	other	1305.0	99.08	100.0	0.002164980118376597	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0057_000000002115	6838	0.6976393493986429	10	9	1	3	9	True	17014	fragment	False	MAD0057_000000002115	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6698.0	98.014	98.0	0.056815578465063	MT468575.1	enterobacteria	Enterobacter roggenkampii strain YK16 mcr-10-harboring plasmid pYK16-mcr-10, complete sequence	False	True
ISR0066_000000006511	4927	0.6976244549065194	5	3	3	3	2	False	131844	maximal	True	ISR0066_000000006511	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	97.538	49.0	0.0002994858495065155	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0207_000000000397	28014	0.697611716777759	65	17	10	14	13	False	53917	maximal	True	ENG0207_000000000397	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4318.0	94.04799999999999	84.0	0.016331753698472007	LR756499.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0100_000000012829	2895	0.6976100411363274	4	2	2	2	2	True	48548	fragment	False	MAD0100_000000012829	0.9532132768361582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1404.0	96.083	48.0	0.0003742601825845507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0082_000000010367	2832	0.6976100411363274	3	2	2	2	2	True	48548	fragment	False	MAD0100_000000012829	0.942562321365797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1512.0	92.46	53.0	0.00040306994717409554	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CAN0016_000000005164	8051	0.6976066273956488	8	7	1	4	6	True	94485	fragment	False	CAN0016_000000005164	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5755.0	96.473	98.0	0.0014747042835903511	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
USA0057_01_000000006406	4714	0.6975981431823064	5	5	2	4	4	False	44362	maximal	True	USA0057_01_000000006406	1.0		92	10	False	False	1.0	0					non-mobilizable	chromosome	4714.0	99.83	100.0	0.0013279082472597277	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0283_000000008886	1504	0.6975967854042826	3	3	3	3	2	False	65574	fragment	False	SPA0151_000000011346	0.7722357620408237		0	0	False	False	1.0	0					non-mobilizable	chromosome	1505.0	98.47200000000001	100.0	0.0004277989686176461	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0086_000000000388	11938	0.6975936204308358	27	9	3	7	6	False	16049	maximal	True	MAD0086_000000000388	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	0.0	1.0117150987799278e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0812_000000014417	2751	0.6975878328515811	2	2	2	2	1	False	93401	maximal	True	ISR0812_000000014417	1.0		0	0	False	False	0.9996364712715149	0					non-mobilizable	other	2504.0	98.243	91.0	0.0006948031391105854	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0252_000000008018	1519	0.6975819978740168	3	2	2	2	0	True	37656	fragment	False	ISR0252_000000008018	0.9595317725752508		0	0	False	False	0.9822251200675964	0					non-mobilizable	other	1488.0	98.387	98.0	0.0004771987566517399	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0020_000000024863	1118	0.6975819978740168	2	2	2	2	0	True	37652	fragment	False	ISR0020_000000024863	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	96.869	100.0	0.0003584606665635464	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0826_000000002301	5185	0.6975682965182665	11	7	4	4	6	True	123556	backbone	True	ISR0826_000000002301	0.7332698939288955	PS902	17	5	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	5201.0	99.539	100.0	0.04355110280874876	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
MAD0032_000000011697	1474	0.6975632739528402	2	1	1	1	1	True	114492	fragment	False	FIJ0033_000000013131	0.11821080481670365		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	91.689	100.0	0.00033992027981249887	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0015_000000011472	3223	0.6975620296620983	4	2	2	2	1	False	34854	fragment	False	ISR0072_000000008946	0.8672710532006527		0	0	False	False	0.9941048622131348	0					non-mobilizable	no_good_hit	92.0	89.13	5.0	3.458717678477605e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0072_000000008946	3075	0.6975620296620983	3	2	2	2	1	False	34854	fragment	False	ISR0072_000000008946	0.9386271560610583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	80.0	3.0	3.576711429859449e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0029_000000009296	2867	0.6975620296620983	3	2	2	2	1	False	34854	fragment	False	ISR0072_000000008946	0.38635425414016594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	3.0	8.76998303276752e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0003_000000018050	1294	0.6975528629138651	2	2	2	1	1	False	52136	fragment	False	FIJ0003_000000018050	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	93.509	100.0	0.057692307692307696	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0031_000000014698	2159	0.6975505805556838	2	2	2	2	2	False	108241	fragment	False	ENG0024_000000011607	0.9602429042937938		0	0	False	False	1.0	0					non-mobilizable	other	2166.0	87.027	100.0	0.022073916676122005	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0092_000000016338	1801	0.6975440203327345	3	3	3	2	2	False	124928	maximal	True	ISR0092_000000016338	1.0		0	0	False	False	0.9789006114006042	0					non-mobilizable	chromosome	1670.0	80.59899999999999	92.0	0.0005818353345801065	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0111_000000010880	1645	0.6975382374433362	3	2	2	1	1	False	110546	fragment	False	ISR0111_000000010880	1.0		0	0	False	False	0.9829787015914917	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0274660604977423e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0037_000000010516	3173	0.6975357495516789	5	4	4	4	2	True	76822	fragment	False	ENG0037_000000010516	1.0		0	0	False	False	0.9936968088150024	0					non-mobilizable	other	3163.0	96.26899999999999	99.0	0.001073923367193119	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0054_000000040780	1251	0.6975339632395289	2	2	2	2	1	False	11852	fragment	False	MON0040_000000020133	0.9293989862418537		0	0	False	False	0.9992006421089172	0					non-mobilizable	no_good_hit	730.0	94.384	82.0	0.00019419915389989515	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0095_000000004459	4679	0.6975314053892093	7	6	4	5	6	False	118690	maximal	False	ISR0366_000000002659	0.947495183044316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1263.0	94.774	66.0	0.0003022918082036387	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
DEN0010_000000014547	3038	0.6975295807510586	4	4	3	4	3	False	76007	fragment	False	DEN0010_000000014547	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3027.0	95.34200000000001	99.0	0.018481408619362406	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0072_000000008545	3196	0.6975285156600909	4	4	3	4	4	False	113074	fragment	False	ISR0072_000000008545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2183.0	99.49600000000001	68.0	0.014572897882855807	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
MON0071_000000005173	2312	0.6975254242093428	4	2	1	1	2	False	10422	fragment	False	MON0071_000000005173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0111_000000007934	2515	0.69751978917986	3	3	2	3	1	False	129169	fragment	False	AST0111_000000007934	0.988865096359743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	98.925	4.0	2.899817910347086e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0047_000000018435	2385	0.6975182280946373	4	4	4	3	3	False	102867	fragment	False	MAD0047_000000018435	0.9646714560088387		0	0	False	False	0.9995807409286499	0					non-mobilizable	chromosome	2132.0	97.795	99.0	0.0005964257556288906	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0072_000000003567	6712	0.6975181051985209	10	6	4	5	4	True	122232	fragment	False	ISR0072_000000003567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	88.821	46.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0005_000000011450	2493	0.6975159857422378	4	4	4	3	3	False	79639	fragment	False	MAD0005_000000011450	1.0		0	0	False	False	0.989971935749054	0					non-mobilizable	no_good_hit	1592.0	73.869	64.0	0.0004445809760301735	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0265_000000012138	1434	0.6975154100430466	1	1	1	1	1	False	27242	fragment	False	ISR0265_000000012138	1.0		0	0	False	False	0.9993026256561279	0					non-mobilizable	no_good_hit								True	False
ISR0298_000000011773	1270	0.6975154100430466	1	1	1	1	1	False	27243	fragment	False	ISR0298_000000011773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0353_000000031438	1144	0.6975154100430466	1	1	1	1	1	False	27241	fragment	False	ISR0353_000000031438	0.9550359712230215		0	0	False	False	0.9510489702224731	0					non-mobilizable	no_good_hit								True	False
ISR0241_000000015071	1112	0.6975154100430466	1	1	1	1	1	False	27241	fragment	False	ISR0353_000000031438	0.9453671328671329		0	0	False	False	0.9946042895317078	0					non-mobilizable	no_good_hit								True	False
SPA0057_000000013165	2408	0.697511442737273	2	2	2	2	2	False	76301	fragment	False	ENG0153_000000011627	0.942292796281952		0	0	False	False	0.9975082874298096	0					non-mobilizable	other	2410.0	94.066	100.0	0.0020661866452408176	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
AST0025_000000012308	2848	0.6975048594976615	3	3	3	3	3	False	120460	fragment	False	ENG0088_000000007200	0.9738907051554344		0	0	False	False	1.0	0					non-mobilizable	other	2706.0	77.679	94.0	0.0009176787939039517	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
CAN0013_000000018408	1270	0.6975040386820707	2	2	2	2	2	False	93788	fragment	False	CAN0017_000000025884	0.9753501795007842		0	0	False	False	0.9968503713607788	0					non-mobilizable	other	1188.0	78.367	93.0	0.001971697198149715	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	False	False
USA0020_01_000000024985	1380	0.6975039521491039	3	3	3	3	3	False	1768	fragment	False	USA0020_01_000000024985	1.0		0	0	False	False	0.9992753863334656	0					non-mobilizable	no_good_hit	390.0	95.12799999999999	28.0	0.0001668009507225397	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ISR0219_000000007686	4137	0.6974988462387158	3	2	2	2	2	False	77994	fragment	False	USA0116_01_000000005719	0.7313076201244382		0	0	False	False	1.0	0					non-mobilizable	other	4137.0	100.0	100.0	0.0008010553167819346	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0012_000000012642	1855	0.6974984164626024	3	2	2	2	1	False	67061	fragment	False	ENG0012_000000012642	1.0		0	0	False	False	0.9859838485717773	0					non-mobilizable	no_good_hit	426.0	78.873	23.0	0.0006046657899250958	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0163_000000010817	2273	0.6974965528008461	5	3	3	2	1	False	39166	maximal	True	FIJ0163_000000010817	1.0		7	2	False	False	0.9995600581169128	0					non-mobilizable	no_good_hit	562.0	91.459	42.0	0.00018781953302947859	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0168_000000011791	1868	0.6974947560237466	2	2	2	2	1	False	61009	fragment	False	FIJ0168_000000011791	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1637.0	94.01299999999999	95.0	0.01489995355148954	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ISR0222_000000036005	1208	0.6974940592658028	2	2	2	2	1	False	61553	fragment	False	ENG0083_000000018079	0.9564705882352942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	0.00023998231709242477	NZ_AUBS01000008.1	a-proteobacteria	Pseudodonghicola xiamenensis DSM 18339 G455DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
MON0001_000000002126	10963	0.6974920606131085	10	4	3	3	3	False	35542	maximal	True	MON0001_000000002126	1.0		7	5	False	False	0.9998175501823425	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	9.077962678225939e-05	LR745205.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0058_000000002058	9558	0.6974920606131085	7	4	3	3	3	False	35541	fragment	False	ISR0058_000000002058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	1.0	0.07116104868913857	GQ879128.1		Uncultured organism clone VC1C530TF genomic sequence	True	False
ISR0257_000000011066	1587	0.6974841809749586	3	3	2	2	1	False	122102	fragment	False	ISR0028_000000007710	0.14406317538499008		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	96.47399999999999	100.0	0.03625971650663009	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0093_000000004936	3907	0.6974704622637721	4	4	4	4	3	False	109570	maximal	True	AST0093_000000004936	1.0		11	6	False	False	0.9997440576553345	0					non-mobilizable	no_good_hit	1664.0	99.94	43.0	0.0004654415915583505	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0279_000000013109	1686	0.6974689731323648	2	1	1	1	1	False	67831	fragment	False	ISR0279_000000013109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	100.0	11.0	0.04469135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0237_000000008091	1489	0.6974689731323648	2	1	1	1	1	False	64775	fragment	False	ISR0804_000000011039	0.37922419460881		0	0	False	False	0.9973136186599731	0					non-mobilizable	no_good_hit								True	False
USA0116_01_000000021014	1159	0.6974689731323648	2	1	1	1	1	False	255	fragment	False	USA0116_01_000000021014	1.0		0	0	False	False	0.9896462559700012	0					non-mobilizable	no_good_hit								True	False
ISR0387_000000012188	1989	0.6974609547688401	2	2	2	1	2	False	66439	fragment	False	ISR0387_000000012188	1.0		0	0	False	False	0.9994972348213196	0					non-mobilizable	other	1183.0	98.225	97.0	0.0031782939477855553	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
MON0030_000000020627	1733	0.697456536181884	3	3	2	3	1	False	12508	maximal	True	MON0030_000000020627	1.0		0	0	False	False	0.9515291452407837	0					non-mobilizable	no_good_hit	338.0	75.74	19.0	9.274055072149338e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0126_000000002299	13474	0.6974556572940525	32	11	3	9	7	False	41172	maximal	True	FIJ0126_000000002299	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	84.507	1.0	0.001126659373316134	LR796806.1	viruses	uncultured Caudovirales phage genome assembly	True	False
SPA0090_000000009087	3668	0.6974496124470065	6	2	1	2	1	False	34702	fragment	False	SPA0090_000000009087	1.0		0	0	False	False	0.9972737431526184	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000015388	2240	0.6974466975812769	5	5	3	3	2	True	71095	fragment	False	DEN0065_000000015388	1.0		0	0	False	False	0.9910714030265808	0					non-mobilizable	no_good_hit	474.0	88.819	21.0	0.001004342932043008	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
SPA0047_000000010170	3896	0.6974401492697745	4	4	3	4	2	False	95714	maximal	True	SPA0047_000000010170	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	94.214	30.0	0.0004082731597978324	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0062_000000014519	2666	0.6974386221692637	4	3	3	3	3	False	56917	maximal	True	MON0062_000000014519	1.0		126	8	False	False	0.9842460751533508	0					non-mobilizable	no_good_hit	122.0	77.869	5.0	0.00034322833193867273	NZ_FOSK01000007.1	a-proteobacteria	Pseudovibrio ascidiaceicola strain DSM 16392, whole genome shotgun sequence	True	False
ENG0117_000000006149	3600	0.6974362986340933	4	4	2	1	3	False	109465	maximal	True	ENG0117_000000006149	1.0		2	2	False	False	0.9994444251060486	0		MOBQ			mobilizable	plasmid	3602.0	96.22399999999999	100.0	0.10092540661805945	CP008840.1	firmicutes	Lactobacillus gasseri DSM 14869 plasmid pEB01-2, complete sequence	False	True
ENG0074_000000004880	4462	0.6974272124384367	4	4	3	3	3	False	112524	maximal	False	USA0035_01_000000004690	0.41678736037765113		0	0	False	False	1.0	0					non-mobilizable	other	4462.0	99.462	100.0	0.00884655656560849	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MON0069_000000010048	4360	0.6974272124384367	4	4	3	3	3	False	112524	maximal	False	USA0035_01_000000004690	0.41082202280229385		0	0	False	False	1.0	0					non-mobilizable	other	4360.0	99.86200000000001	100.0	0.008644281566798345	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MON0019_000000014451	4300	0.6974272124384367	4	4	3	3	3	False	112524	maximal	False	USA0035_01_000000004690	0.3428187996894706		0	0	False	False	1.0	0					non-mobilizable	other	4300.0	99.837	100.0	0.00852529627338061	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MON0095_000000000107	47187	0.6974256794469437	52	44	12	18	37	True	125597	maximal	True	MON0095_000000000107	0.9674722028011457	PS105|PS854|PS855|PS93	3	1	False	True	1.0	0					non-mobilizable	chromosome	18672.0	98.816	99.0	0.007772225626407002	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
ISR0779_000000014307	2361	0.6974242001008211	3	3	3	3	2	False	22344	fragment	False	ISR0779_000000014307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.739698533111626e-07	CP023757.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 1	True	False
ISR0097_000000021561	1424	0.6974236748429409	1	1	1	1	1	False	63501	maximal	True	ISR0097_000000021561	0.9830145565551177		36	7	False	False	0.995084285736084	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000017379	2505	0.6974192417502922	8	1	1	1	1	True	75718	maximal	True	DEN0011_000000017379	1.0		1	1	False	False	0.9976047873497009	0					non-mobilizable	no_good_hit	652.0	91.258	54.0	0.011519512281572325	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0071_000000000061	38244	0.6974173721588901	53	25	18	19	10	True	71567	maximal	True	ISR0071_000000000061	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	6.337980654447206e-07	CP039350.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu01	True	True
ISR0831_000000008211	2186	0.697412962958406	2	2	1	2	1	False	78789	fragment	False	SPA0013_000000011401	0.6386603147105528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	73.74	17.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
DEN0070_000000006438	5015	0.6974107070724378	8	4	3	4	4	False	70642	maximal	True	DEN0070_000000006438	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	73.028	11.0	0.00018875120714010758	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0026_000000008906	3308	0.697409605312189	4	3	3	3	3	True	109759	maximal	True	DEN0026_000000008906	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	80.012	78.0	0.0012777830696066518	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	True
CHI0186_000000009314	2068	0.6974095049387161	3	3	3	3	2	False	77148	fragment	False	CHI0186_000000009314	1.0		0	0	False	False	0.9995164275169373	0					non-mobilizable	other	1862.0	87.863	90.0	0.029632581493584123	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0066_01_000000001523	11407	0.6974037811408025	14	6	0	6	2	False	850	maximal	True	USA0066_01_000000001523	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000006531	5379	0.6973966071555976	7	3	2	3	2	False	82539	fragment	False	SPA0040_000000006531	0.9397521448999047		0	0	False	False	0.9990704655647278	0					non-mobilizable	no_good_hit	259.0	75.676	5.0	7.904476286100638e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
AST0148_000000004961	6691	0.6973932457383254	6	5	5	5	2	False	121514	fragment	False	ENG0053_000000003686	0.9567193399524542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	78.28399999999999	19.0	0.0073230642088106335	NZ_SLUK01000006.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_106, whole genome shotgun sequence	True	False
SPA0057_000000017637	1834	0.6973855478599634	2	2	2	2	2	False	95619	fragment	False	SPA0057_000000017637	0.994535519125683		0	0	False	False	0.9994547367095947	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000007066	3626	0.6973810589949726	4	4	4	4	4	False	29350	maximal	True	ISR0186_000000007066	1.0		1	1	False	False	0.992277979850769	0					non-mobilizable	no_good_hit	1025.0	99.22	55.0	0.00045651769374222684	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0065_000000012290	2631	0.6973780671980778	3	2	2	1	1	True	110078	fragment	False	ISR0065_000000012290	1.0		0	0	False	False	0.9992398619651794	0					non-mobilizable	other	2635.0	91.461	100.0	0.000976693733939866	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
CHI0104_000000003119	2622	0.6973780671980778	4	2	2	1	1	True	112068	maximal	True	CHI0104_000000003119	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2358.0	100.0	90.0	0.0007563937252374922	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0061_000000016992	2473	0.6973780671980778	3	2	2	1	1	True	112054	fragment	False	DEN0049_000000001217	0.9509536784741144		0	0	False	False	0.994338870048523	0					non-mobilizable	other	2399.0	99.958	97.0	0.00856755974604581	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0792_000000005969	2401	0.6973780671980778	3	2	2	1	1	True	91079	fragment	False	ISR0792_000000005969	1.0		0	0	False	False	0.9945855736732483	0					non-mobilizable	other	2390.0	91.381	99.0	0.0008846298624016345	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ENG0129_000000011111	2397	0.6973780671980778	3	2	2	1	1	True	120754	fragment	False	ENG0129_000000011111	1.0		0	0	False	False	0.9899874925613403	0					non-mobilizable	other	2316.0	96.632	97.0	0.003693999604271317	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
MAD0076_000000002637	2385	0.6973780671980778	2	2	2	1	1	True	91078	fragment	False	MAD0076_000000002637	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2388.0	91.08	100.0	0.0007751418980933784	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
USA0010_01_000000011399	2361	0.6973780671980778	3	2	2	1	1	True	110076	fragment	False	SPA0064_000000009277	0.7308977832631661		0	0	False	False	1.0	0					non-mobilizable	other	2302.0	86.447	98.0	0.0008501059105747978	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
DEN0010_000000019377	2324	0.6973780671980778	2	2	2	1	1	True	91077	fragment	False	DEN0010_000000019377	0.9405784003615003		0	0	False	False	1.0	0					non-mobilizable	other	2156.0	91.744	93.0	0.0006981152189117723	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ENG0128_000000011955	2317	0.6973780671980778	2	2	2	1	1	True	64919	fragment	False	ENG0128_000000011955	1.0		0	0	False	False	0.9948208928108215	0					non-mobilizable	other	2341.0	79.24	100.0	0.013313796471872665	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	True
ISR0281_000000007437	2309	0.6973780671980778	3	2	2	1	1	True	26178	fragment	False	ISR0281_000000007437	1.0		0	0	False	False	0.999566912651062	0					non-mobilizable	other	2329.0	81.194	99.0	0.00823528991436013	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
SPA0064_000000009277	2307	0.6973780671980778	3	2	2	1	1	True	110076	fragment	False	SPA0064_000000009277	0.9348831267854534		0	0	False	False	1.0	0					non-mobilizable	other	2252.0	90.853	97.0	0.0008326583220171492	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
SPA0120_000000018164	2278	0.6973780671980778	2	2	2	1	1	True	85234	fragment	False	SPA0120_000000018164	1.0		0	0	False	False	0.9973661303520203	0					non-mobilizable	no_good_hit	2019.0	88.014	88.0	0.0005163516041639373	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0043_000000009899	2235	0.6973780671980778	2	2	2	1	1	True	110086	fragment	False	ISR0043_000000009899	1.0		0	0	False	False	0.9932885766029358	0					non-mobilizable	other	2234.0	86.39200000000001	99.0	0.0008274611679787005	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ENG0009_000000005504	2223	0.6973780671980778	3	2	2	1	1	True	110076	fragment	False	SPA0064_000000009277	0.736938891332638		0	0	False	False	0.9901034832000732	0					non-mobilizable	other	2230.0	89.01299999999999	100.0	0.000722815757383511	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0010_000000009143	2222	0.6973780671980778	3	2	2	1	1	True	110071	fragment	False	ISR0010_000000009143	0.9569990850869168		0	0	False	False	0.9954995512962341	0					non-mobilizable	other	2224.0	95.99799999999999	100.0	0.0035471970282052426	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
DEN0073_000000023545	2213	0.6973780671980778	2	2	2	1	1	True	91077	fragment	False	DEN0010_000000019377	0.9195352839931153		0	0	False	False	1.0	0					non-mobilizable	other	2212.0	92.04299999999999	100.0	0.0007182656581913486	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
MON0025_000000017704	2206	0.6973780671980778	2	2	2	1	1	True	90707	fragment	False	MON0025_000000017704	1.0		0	0	False	False	0.9442429542541504	0					non-mobilizable	other	2187.0	100.0	99.0	0.0007015174727913272	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0832_000000006155	2193	0.6973780671980778	2	2	2	1	1	True	120753	fragment	False	ISR0832_000000006155	1.0		0	0	False	False	0.9831281304359436	0					non-mobilizable	other	2181.0	90.601	100.0	0.00040184891448677434	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
MON0001_000000015861	2186	0.6973780671980778	2	2	2	1	1	True	110071	fragment	False	ISR0010_000000009143	0.9491449144914492		0	0	False	False	0.9995425343513489	0					non-mobilizable	other	2122.0	99.95299999999999	97.0	0.0033844376503928564	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
SPA0031_000000014501	2185	0.6973780671980778	3	2	2	1	1	True	110076	fragment	False	SPA0064_000000009277	0.7531292484158754		0	0	False	False	0.9990846514701843	0					non-mobilizable	other	2190.0	90.77600000000001	100.0	0.0007098154739773327	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0815_000000014265	2182	0.6973780671980778	2	2	2	1	1	True	110076	fragment	False	SPA0064_000000009277	0.7469213721146601		0	0	False	False	1.0	0					non-mobilizable	other	2113.0	90.819	99.0	0.000685114935505594	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0261_000000008587	2128	0.6973780671980778	3	2	2	1	1	True	110075	fragment	False	ISR0261_000000008587	1.0		0	0	False	False	0.9976503849029541	0					non-mobilizable	other	2145.0	86.10700000000001	100.0	0.0007944221173057063	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0385_000000010833	2071	0.6973780671980778	3	2	2	1	1	True	23041	fragment	False	ISR0385_000000010833	1.0		0	0	False	False	0.9893771409988403	0					non-mobilizable	other	2085.0	87.194	100.0	0.0006760147371212693	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0293_000000017436	2038	0.6973780671980778	2	2	2	1	1	True	91225	fragment	False	ISR0293_000000017436	1.0		0	0	False	False	0.9921491742134094	0					non-mobilizable	no_good_hit	1349.0	79.392	76.0	0.0004903886060564663	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
CHI0097_000000003198	2013	0.6973780671980778	3	2	2	1	1	True	83422	fragment	False	CHI0097_000000003198	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	91.609	99.0	0.000641185686476245	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0077_000000017142	2004	0.6973780671980778	2	2	2	1	1	True	91076	fragment	False	ISR0077_000000017142	0.952468487394958		0	0	False	False	1.0	0					non-mobilizable	other	2007.0	89.088	100.0	0.0007428218022096814	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MON0066_000000017327	1960	0.6973780671980778	2	2	2	1	1	True	10642	fragment	False	MON0066_000000017327	1.0		0	0	False	False	0.9994897842407227	0					non-mobilizable	no_good_hit	1091.0	79.835	55.0	0.0062288111245187615	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ENG0044_000000008401	1951	0.6973780671980778	2	2	2	1	1	True	93468	fragment	False	ENG0044_000000008401	0.938882849474834		0	0	False	False	1.0	0					non-mobilizable	other	1952.0	91.598	100.0	0.0007235180872097297	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ENG0173_000000009090	1939	0.6973780671980778	2	2	2	1	1	True	93468	fragment	False	ENG0044_000000008401	0.9312153786797808		0	0	False	False	1.0	0					non-mobilizable	other	1940.0	90.56700000000001	100.0	0.0007190633837482023	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
SPA0155_000000010052	1916	0.6973780671980778	2	2	2	1	1	True	110069	fragment	False	SPA0155_000000010052	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1931.0	86.432	100.0	0.0007149799055751356	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MON0053_000000020589	1910	0.6973780671980778	2	2	2	1	1	True	110070	fragment	False	SPA0119_000000016764	0.711043751141355		0	0	False	False	0.9790576100349426	0					non-mobilizable	other	1898.0	97.208	100.0	0.000704214372209778	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
CHI0001_000000004735	1904	0.6973780671980778	2	2	2	1	1	True	91076	fragment	False	ISR0077_000000017142	0.9298902195608783		0	0	False	False	1.0	0					non-mobilizable	other	1907.0	90.404	100.0	0.0007060704986520809	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MAD0085_000000005957	1896	0.6973780671980778	2	2	2	1	1	True	16064	fragment	False	MAD0085_000000005957	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1917.0	80.803	100.0	0.006766871625942771	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
SPA0119_000000016764	1896	0.6973780671980778	2	2	2	1	1	True	110070	fragment	False	SPA0119_000000016764	0.9419303780637845		0	0	False	False	0.99472576379776	0					non-mobilizable	other	1898.0	96.31200000000001	100.0	0.003027005291275459	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0154_000000017500	1850	0.6973780671980778	2	2	2	1	1	True	110070	fragment	False	SPA0119_000000016764	0.7003843963553531		0	0	False	False	0.9935135245323181	0					non-mobilizable	other	1850.0	99.459	100.0	0.0006863955583636686	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0132_01_000000008842	1804	0.6973780671980778	2	2	2	1	1	True	93468	fragment	False	ENG0044_000000008401	0.5498729520785919		0	0	False	False	0.9911308288574219	0					non-mobilizable	other	1809.0	88.557	100.0	0.0005863127816186392	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0167_000000016262	1764	0.6973780671980778	2	2	2	1	1	True	30175	maximal	True	ISR0167_000000016262	1.0		1	1	False	False	0.9931972622871399	0					non-mobilizable	other	1757.0	78.828	98.0	0.006188079015909651	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0058_000000019385	1756	0.6973780671980778	2	2	2	1	1	True	110070	fragment	False	SPA0119_000000016764	0.6917827004219409		0	0	False	False	0.9874715209007263	0					non-mobilizable	other	1754.0	95.95200000000001	100.0	0.00065075793067145	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0858_000000005756	1755	0.6973780671980778	2	2	2	1	1	True	59256	fragment	False	ISR0858_000000005756	0.9997955010224949		0	0	False	False	1.0	0					non-mobilizable	other	1764.0	86.45100000000001	99.0	0.0006529852824022137	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0113_01_000000010959	1677	0.6973780671980778	2	2	2	1	1	True	59256	fragment	False	ISR0858_000000005756	0.9849806862076801		0	0	False	False	0.989266574382782	0					non-mobilizable	other	1689.0	85.376	100.0	0.0005466619172297956	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ENG0160_000000012323	1642	0.6973780671980778	2	2	2	1	1	True	93468	fragment	False	ENG0044_000000008401	0.369290465631929		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	88.35	100.0	0.0005339866409087718	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ENG0119_000000019145	1630	0.6973780671980778	2	2	2	1	1	True	59256	fragment	False	ISR0858_000000005756	0.966527529318227		0	0	False	False	1.0	0					non-mobilizable	other	1645.0	86.383	100.0	0.0006088094730754011	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0327_000000018001	1607	0.6973780671980778	2	2	2	1	1	True	71833	fragment	False	ISR0327_000000018001	0.9569343886200713		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	96.455	100.0	0.0025610666802831374	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
DEN0061_000000028389	1532	0.6973780671980778	2	2	2	1	1	True	71833	fragment	False	ISR0327_000000018001	0.9507113975833875		0	0	False	False	0.997389018535614	0					non-mobilizable	other	1537.0	96.74700000000001	100.0	0.0024509647482335822	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0853_000000011868	1522	0.6973780671980778	2	2	2	1	1	True	20518	fragment	False	ISR0853_000000011868	1.0		0	0	False	False	0.9993429780006409	0					non-mobilizable	other	1523.0	94.485	100.0	0.0004946607836050826	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
FIJ0057_000000007614	3895	0.6973726018408558	4	4	4	4	3	False	46165	maximal	True	FIJ0057_000000007614	1.0		29	2	False	False	0.99948650598526	0					non-mobilizable	no_good_hit	881.0	71.056	22.0	0.0003204209954914881	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
USA0130_01_000000006194	6413	0.6973634622684685	8	7	6	6	6	False	99343	fragment	False	USA0130_01_000000006194	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6413.0	99.579	100.0	0.0014596037418311367	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
FIJ0172_000000005771	4373	0.6973490273447548	9	2	1	2	2	False	40994	fragment	False	FIJ0172_000000005771	1.0		0	0	False	False	0.9993139505386353	0					non-mobilizable	no_good_hit	94.0	97.87200000000001	4.0	2.2801544914998046e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0133_000000019250	1973	0.6973490273447548	5	2	1	2	2	False	40993	fragment	False	FIJ0133_000000019250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	98.319	11.0	2.893099247279322e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0128_000000019027	1391	0.6973490273447548	4	2	1	2	2	False	40992	fragment	False	FIJ0128_000000019027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0383_000000001246	7340	0.697338582279822	8	7	6	4	4	False	99457	fragment	False	ISR0383_000000001246	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4665.0	87.631	99.0	0.0020710641414053515	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0839_000000011946	1711	0.6973385532245956	2	2	2	2	2	False	97122	fragment	False	ISR0839_000000011946	1.0		0	0	False	True	0.9988310933113098	0					non-mobilizable	no_good_hit	1518.0	78.986	87.0	0.034742502201826356	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0011_000000000785	25435	0.6973301579950584	24	14	9	10	4	True	119120	maximal	False	MON0005_000000000537	0.7908340263363918	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1063.0	98.495	4.0	0.00031983501091113227	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0037_000000000549	25435	0.6973301579950584	24	14	9	10	4	True	119120	maximal	False	MON0005_000000000537	0.7908340263363918	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1063.0	98.495	4.0	0.00031983501091113227	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0060_000000000502	23420	0.6973301579950584	22	14	9	10	4	True	119120	maximal	False	MON0005_000000000537	0.7547114271057717	PS816	0	0	False	True	0.9988471269607544	0					non-mobilizable	no_good_hit	246.0	85.366	1.0	0.019524001613553853	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0045_000000031847	1343	0.6973299068850056	3	1	1	1	1	False	17812	maximal	True	MAD0045_000000031847	1.0		9	3	False	False	0.9918093681335449	0					non-mobilizable	other	1324.0	98.867	99.0	0.0028691262068546745	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
DEN0018_000000002706	10462	0.6973197687835242	13	10	8	6	8	False	75150	maximal	True	DEN0018_000000002706	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3083.0	95.881	43.0	0.0008601522715598034	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0150_000000007264	2644	0.6973189682376436	4	4	4	4	3	False	95304	fragment	False	USA0102_01_000000005135	0.966984592809978		0	0	False	False	1.0	0					non-mobilizable	other	1603.0	98.191	99.0	0.04004906009862081	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0141_000000023543	1109	0.6973189494436561	2	2	2	2	1	False	57712	maximal	True	ENG0141_000000023543	1.0		236	11	False	False	1.0	0					non-mobilizable	other	1108.0	99.18799999999999	99.0	0.024422529618108414	NZ_QSFS01000023.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf23, whole genome shotgun sequence	False	False
USA0045_01_000000007781	1828	0.6973104425962264	2	2	2	2	1	False	103251	fragment	False	USA0045_01_000000007781	0.9569753749372385		0	0	False	False	0.9994529485702515	0					non-mobilizable	other	1828.0	99.891	100.0	0.0004854759777079635	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MON0041_000000018462	3107	0.6972988619423163	5	5	5	5	3	False	118954	maximal	True	MON0041_000000018462	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	88.318	12.0	0.0006427982341240964	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0352_000000001633	4622	0.6972985793705523	4	4	4	4	4	False	50123	maximal	True	ISR0352_000000001633	1.0		24	4	False	False	0.9995672702789307	0					non-mobilizable	no_good_hit	1310.0	74.58	40.0	0.004508686315243704	AP012299.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC1 DNA, complete genome	True	False
ISR0308_000000017688	1109	0.6972976250004825	2	2	2	2	2	False	25398	maximal	True	ISR0308_000000017688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	96.463	84.0	0.006217858812529219	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
USA0014_01_000000003668	1412	0.6972966850261699	3	3	2	3	2	False	10394	fragment	False	USA0014_01_000000003668	1.0		0	0	False	False	0.993626058101654	0					non-mobilizable	other	1379.0	97.027	98.0	0.0007268085824595456	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MAD0093_000000022766	1420	0.6972963736450623	2	2	2	2	2	False	15659	maximal	True	MAD0093_000000022766	1.0		1	1	False	False	0.9725351929664612	0					non-mobilizable	no_good_hit								True	False
ENG0106_000000010345	2011	0.6972935234721055	5	5	3	3	4	False	60074	maximal	True	ENG0106_000000010345	1.0		9	4	False	False	0.9895574450492859	0					non-mobilizable	no_good_hit	783.0	99.361	39.0	0.010759049571426605	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0062_000000025829	1495	0.697283557565342	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.06896275518495144		0	0	False	False	0.9919732213020325	0					non-mobilizable	chromosome	1463.0	94.66799999999999	98.0	0.0004144302508483447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0046_000000025969	1415	0.697283557565342	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.07258405401197686		0	0	False	False	1.0	0					non-mobilizable	chromosome	1415.0	98.869	100.0	0.0004021992962934519	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0013_000000040419	1401	0.697283557565342	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.06326310509076123		0	0	False	False	1.0	0					non-mobilizable	chromosome	1401.0	94.932	100.0	0.0003979326842394195	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0090_000000010375	1316	0.697283557565342	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.051813107630709364		0	0	False	False	1.0	0					non-mobilizable	chromosome	1316.0	94.605	100.0	0.00037261745271882743	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0040_01_000000010830	1276	0.697283557565342	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.04694715084669435		0	0	False	False	0.9858934283256531	0					non-mobilizable	chromosome	1276.0	94.279	100.0	0.0003612398205747411	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0093_000000014045	1197	0.6972791824706505	2	1	1	1	1	False	109443	fragment	False	AST0093_000000014045	0.993214588634436		0	0	False	False	0.9941520690917969	0					non-mobilizable	no_good_hit	884.0	92.081	74.0	0.014348984294562748	NZ_QIML01000011.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_11, whole genome shotgun sequence	True	False
CHI0127_000000006707	2931	0.6972788038105826	3	3	3	3	1	False	81397	maximal	True	CHI0127_000000006707	1.0		1	1	False	False	0.9996588230133057	0					non-mobilizable	no_good_hit	598.0	74.247	20.0	0.004140346399529249	NZ_LT635833.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ISR0052_000000032589	1160	0.6972781560546115	2	1	1	1	1	True	109781	fragment	False	AST0090_000000018406	0.48614875037639266		0	0	False	False	0.9991379380226135	0					non-mobilizable	no_good_hit	176.0	82.955	15.0	4.381774654194397e-05	LT827128.1	actinobacteria	Gordonibacter sp. Marseille-P2775 genome assembly, chromosome: contig00001	True	True
MAD0023_000000000720	7156	0.6972735342209544	8	7	6	7	7	True	98719	fragment	False	MAD0025_000000001121	0.708058016853881		0	0	False	False	0.9997205138206482	0			MPF_T		non-mobilizable	plasmid	7156.0	99.273	100.0	0.20653273594450064	DQ115387.2	enterobacteria	Salmonella enterica subsp. enterica serovar Dublin serovar Dublin plasmid pOU1114, complete sequence	False	True
SPA0006_000000012748	2514	0.6972695193022651	3	2	2	2	2	False	24780	fragment	False	SPA0006_000000012748	1.0		0	0	False	False	0.99443119764328	0					non-mobilizable	no_good_hit	1694.0	82.999	69.0	0.0003423068762873307	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
SPA0053_000000014873	2242	0.6972695193022651	2	2	2	2	2	False	24779	fragment	False	SPA0053_000000014873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1720.0	83.895	76.0	0.00037477003493696843	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
FIJ0009_000000018186	2179	0.6972690281212931	4	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.494485960293311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1668.0	82.914	76.0	0.0005793096525118058	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0041_000000008200	4325	0.6972618440883648	6	4	3	3	3	False	61529	maximal	True	FIJ0041_000000008200	1.0		2	2	False	False	0.9986127018928528	0					non-mobilizable	no_good_hit	849.0	83.15700000000001	20.0	0.008519023798696377	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0007_01_000000003174	6021	0.6972438055193158	9	4	2	2	3	False	60668	maximal	True	USA0007_01_000000003174	0.9994942683749157		2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2671.0	97.19200000000001	80.0	0.5201636469900643	LN853428.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0822	True	True
FIJ0109_000000012450	2048	0.6972433769130226	2	2	2	1	2	False	116074	fragment	False	FIJ0109_000000012450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	6.7937306604249265e-06	NZ_PDEA01000001.1	b-proteobacteria	Comamonas terrigena strain FDAARGOS_394 pRIID_98.contig.0, whole genome shotgun sequence	True	False
SPA0018_000000013859	2149	0.6972400709994078	3	3	3	3	2	False	30576	maximal	True	SPA0018_000000013859	1.0		172	11	False	False	1.0	0					non-mobilizable	other	2149.0	99.581	100.0	0.0009691413308548341	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	False
SPA0021_000000015473	2128	0.6972400709994078	3	3	3	3	2	False	30576	maximal	False	SPA0018_000000013859	0.995114006514658		0	0	False	False	0.9938910007476807	0					non-mobilizable	other	2128.0	99.57700000000001	100.0	0.0009596664854414488	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	False
DEN0096_000000009684	4348	0.6972389736680198	4	4	4	4	4	False	113892	maximal	True	DEN0096_000000009684	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	92.59700000000001	19.0	0.00018951004276425526	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	False
MAD0047_000000019192	2311	0.6972273946719503	6	5	4	1	2	False	17659	maximal	True	MAD0047_000000019192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	92.70700000000001	39.0	0.00030394451312834976	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0020_000000013534	1583	0.6972227461611099	2	1	1	1	1	False	13103	maximal	True	MON0020_000000013534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	99.571	44.0	0.00028097509210074103	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
ISR0834_000000011149	1581	0.6972227461611099	3	1	1	1	1	False	20971	maximal	True	ISR0834_000000011149	1.0		7	4	False	False	0.9987349510192871	0					non-mobilizable	no_good_hit	695.0	99.85600000000001	44.0	0.0002789652559626814	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
MON0076_000000034703	1391	0.6972227461611099	2	1	1	1	1	False	10275	maximal	True	MON0076_000000034703	1.0		24	6	True	True	1.0	1					non-mobilizable	no_good_hit	695.0	99.85600000000001	50.0	0.0002789652559626814	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	True
ISR0292_000000015274	1341	0.6972227461611099	2	1	1	1	1	False	25868	maximal	True	ISR0292_000000015274	1.0		3	3	True	True	0.9903057217597961	2					non-mobilizable	no_good_hit	696.0	99.85600000000001	55.0	0.00027936722319029327	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	True
MAD0056_000000012289	1170	0.6972227461611099	2	1	1	1	1	False	17031	maximal	True	MAD0056_000000012289	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	98.561	59.0	0.0002789652559626814	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
ISR0150_000000006789	3327	0.6972223211631496	4	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.9095661907971289		0	0	False	False	0.9996994137763977	0					non-mobilizable	no_good_hit	193.0	82.383	6.0	4.9698744094329796e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
CHI0001_000000002715	3165	0.6972223211631496	3	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.9040387506290185		0	0	False	False	0.998420238494873	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00029687268068218217	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0105_000000005795	2966	0.6972223211631496	4	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.7685546158806548		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.0013219951407746177	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	False
ISR0091_000000010976	2787	0.6972223211631496	2	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.6940001483134183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0048_000000006905	2786	0.6972223211631496	2	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.8276556959543723		0	0	False	False	0.9996410608291626	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000009054	2561	0.6972223211631496	1	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.6191859072056379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000012667	2322	0.6972223211631496	1	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.33976906456845396		0	0	False	False	0.9995693564414978	0					non-mobilizable	no_good_hit								True	False
CHI0098_000000003878	2310	0.6972223211631496	1	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.3900779384769627		0	0	False	False	0.9995670914649963	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000023276	1930	0.6972223211631496	2	1	1	1	1	False	128404	fragment	False	MAD0098_000000023276	0.9800299575676872		0	0	False	False	0.9984455704689026	0					non-mobilizable	no_good_hit								True	False
CHI0173_000000009824	1745	0.6972223211631496	1	1	1	1	1	False	77886	fragment	False	CHI0173_000000009824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	100.0	5.0	0.0006796821899828908	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0066_000000022639	1564	0.6972223211631496	1	1	1	1	1	False	128404	fragment	False	MAD0098_000000023276	0.4019920662297344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0161_000000012908	1379	0.6972223211631496	2	1	1	1	1	False	63124	fragment	False	FIJ0161_000000012908	1.0		0	0	False	False	0.9883973598480225	0					non-mobilizable	no_good_hit								True	False
ENG0062_000000021376	1099	0.6972223211631496	1	1	1	1	1	False	63123	fragment	False	ENG0062_000000021376	1.0		0	0	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit								True	False
MON0102_000000024840	1807	0.697220626782665	2	2	2	2	1	False	81465	fragment	False	MON0102_000000024840	0.9534400948991697		0	0	False	False	0.9983397722244263	0					non-mobilizable	chromosome	1128.0	78.90100000000001	92.0	0.00038934349088789837	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0158_000000001041	10211	0.6972186510328154	17	9	5	6	4	False	36560	fragment	False	SPA0158_000000001041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	8.295075641724444e-06	CP053447.1	bacteria	Ignavibacteriae bacterium isolate IGN3 chromosome	True	False
ISR0846_000000008596	1282	0.6972176711336794	2	2	2	1	1	False	20658	fragment	False	ISR0846_000000008596	1.0		0	0	False	False	0.9836193323135376	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	8.30880946354075e-05	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
ISR0108_000000005968	3645	0.6972152200172962	4	3	2	2	2	False	32813	fragment	False	ISR0108_000000005968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2155.0	97.07700000000001	59.0	0.0009612308038326066	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0134_000000009395	1598	0.6972107620254874	3	2	2	2	2	False	102277	maximal	True	FIJ0134_000000009395	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1023.0	86.51	99.0	0.00028186458281264753	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0062_000000011848	2779	0.6972098329356026	4	4	4	3	3	False	114561	maximal	True	SPA0062_000000011848	1.0		40	8	False	False	1.0	0					non-mobilizable	other	2779.0	99.244	100.0	0.013894376728669531	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
BAN0036_000000000322	3139	0.6972054448070573	4	4	2	1	3	False	123448	fragment	False	BAN0036_000000000322	1.0		0	0	False	True	1.0	0	rep_cluster_1868	MOBP			mobilizable	no_good_hit	2416.0	99.917	85.0	0.8778181818181818	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	True	True
USA0119_01_000000006471	3530	0.6972037841912974	5	2	1	2	1	True	82595	fragment	False	USA0119_01_000000006471	0.9992566161165626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	95.984	11.0	0.0007853011963920656	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
SPA0102_000000016050	2122	0.6972027180208062	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.4696354972228476		0	0	False	False	1.0	0					non-mobilizable	other	2122.0	98.021	100.0	0.0007478519091026729	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0087_000000023958	2114	0.6972027180208062	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.45993196498369115		0	0	False	False	1.0	0					non-mobilizable	other	2114.0	97.96600000000001	100.0	0.0007450311569702724	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0824_000000010448	2105	0.6972027180208062	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.4622612088156973		0	0	False	False	1.0	0					non-mobilizable	other	2105.0	98.005	100.0	0.0007418578108213219	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0137_000000008453	1913	0.6972027180208062	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.37541830799919584		0	0	False	False	0.9989545345306396	0					non-mobilizable	other	1914.0	95.24600000000001	100.0	0.0006741597596437108	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
USA0006_01_000000013650	1750	0.6971997749384705	3	2	2	2	2	False	88891	fragment	False	USA0006_01_000000013650	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	100.0	100.0	0.008448703952389693	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	False	False
ISR0022_000000009683	2621	0.6971989621702931	5	4	3	4	2	False	37591	maximal	True	ISR0022_000000009683	1.0		1	1	False	False	0.9862647652626038	0					non-mobilizable	no_good_hit	305.0	80.328	11.0	0.0020035529672619446	NZ_OBJM01000005.1	firmicutes	Clostridium cadaveris strain LH052 isolate Clostridium cadaveris, whole genome shotgun sequence	True	False
ISR0046_000000013837	2362	0.6971974223175482	3	3	3	3	3	False	120992	fragment	False	ISR0046_000000013837	1.0		0	0	False	False	0.9995766282081604	0					non-mobilizable	no_good_hit	1449.0	81.50399999999999	73.0	0.000523476681049312	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MAD0107_000000018958	2069	0.6971965207275013	2	2	2	2	2	False	14682	maximal	True	MAD0107_000000018958	1.0		64	8	False	False	0.9922667741775513	0					non-mobilizable	no_good_hit	1187.0	78.433	57.0	0.00037656015500445563	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0027_000000009711	2305	0.6971928270285557	4	4	4	3	3	False	106609	fragment	False	ENG0027_000000009711	0.9513549318273137		0	0	False	False	1.0	0					non-mobilizable	other	2305.0	99.95700000000001	100.0	0.009056105403004552	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0165_000000009927	1603	0.6971871122414907	2	2	2	2	1	True	50085	fragment	False	FIJ0165_000000009927	0.9775600505689002		0	0	False	False	1.0	0					non-mobilizable	other	1580.0	95.633	99.0	0.05521536792749921	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0084_000000017710	1536	0.6971852822717202	2	1	1	1	1	False	125500	fragment	False	CHI0133_000000005744	0.13835785716323437		0	0	False	False	0.9973958134651184	0					non-mobilizable	no_good_hit								True	False
ISR0075_000000009371	2646	0.6971842945933537	2	1	1	1	1	False	81488	fragment	False	ISR0075_000000009371	0.9712711530893349		0	0	False	False	1.0	0					non-mobilizable	chromosome	2647.0	95.391	100.0	0.0007355264597807247	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0093_000000014877	2642	0.6971809878093452	2	2	2	2	2	False	116265	fragment	False	SPA0136_000000014386	0.940271198907059		0	0	False	False	0.986752450466156	0					non-mobilizable	no_good_hit	66.0	83.333	2.0	0.0006795353676923403	NZ_KB902184.1	high GC Gram+	Corynebacterium lubricantis DSM 45231 A37ODRAFT_scaffold_11.12, whole genome shotgun sequence	True	False
MON0004_000000028267	1595	0.6971795152957387	2	2	2	2	2	False	14205	maximal	True	MON0004_000000028267	1.0		28	6	False	False	0.989341676235199	0					non-mobilizable	no_good_hit	91.0	82.41799999999999	6.0	1.129777116554916e-05	NZ_JAAIVH010000001.1	firmicutes	Paenibacillus elgii strain SWL-W8 Contig00001, whole genome shotgun sequence	True	False
ISR0020_000000010947	2149	0.6971792033787086	2	2	2	2	2	False	120987	maximal	True	ISR0020_000000010947	1.0		71	7	False	False	0.9962773323059082	0					non-mobilizable	no_good_hit								True	False
ISR0349_000000002531	3740	0.6971779254196989	5	3	3	3	2	False	28510	maximal	True	ISR0349_000000002531	1.0		1	1	False	False	0.9903743267059326	0					non-mobilizable	no_good_hit								True	False
CHI0058_000000005739	3299	0.6971661169575648	5	4	2	4	4	False	85918	maximal	True	CHI0058_000000005739	1.0		0	0	False	False	0.9969688057899475	0					non-mobilizable	no_good_hit	942.0	94.79799999999999	57.0	0.0004383939856076187	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0001_000000007709	4248	0.6971527567956568	6	6	5	6	5	True	80930	maximal	False	MAD0099_000000006191	0.9260258430975457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	6.869465670680786e-06	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	True	True
SPA0130_000000012000	2714	0.6971520309295822	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.7190236115933364		0	0	False	False	1.0	0					non-mobilizable	chromosome	2712.0	79.609	99.0	0.0005988852855376436	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0096_000000001675	8497	0.6971511579866464	8	6	4	5	3	False	126275	maximal	True	MAD0096_000000001675	1.0		4	2	False	False	0.9994115829467773	0					non-mobilizable	no_good_hit	1454.0	73.65899999999999	17.0	0.016884410334524577	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
DEN0026_000000006915	4225	0.6971489975338548	6	3	2	2	2	False	74214	maximal	True	DEN0026_000000006915	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	91.277	24.0	0.0001413447169521948	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CAN0006_000000013289	3392	0.6971469909612563	4	4	4	4	4	False	95723	fragment	False	CAN0006_000000013289	0.9988679619841684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1922.0	83.663	64.0	0.0003561663341394168	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
USA0132_01_000000006516	2544	0.6971428042789488	3	1	1	1	1	False	107892	fragment	False	AST0113_000000014888	0.9987157712999785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	5.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
AST0113_000000014888	2544	0.6971428042789488	2	1	1	1	1	False	107892	fragment	False	AST0113_000000014888	0.9988078808613721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	5.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
AST0104_000000013441	2507	0.6971428042789488	2	1	1	1	1	False	107892	fragment	False	AST0113_000000014888	0.9961995749718542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	5.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ENG0129_000000010665	2499	0.6971428042789488	2	1	1	1	1	False	107892	fragment	False	AST0113_000000014888	0.994399038642966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	5.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ENG0045_000000005064	2499	0.6971428042789488	2	1	1	1	1	False	107892	fragment	False	AST0113_000000014888	0.994399038642966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	5.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ENG0076_000000004803	2499	0.6971428042789488	2	1	1	1	1	False	107892	fragment	False	AST0113_000000014888	0.994399038642966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	5.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ENG0077_000000008100	2499	0.6971428042789488	2	1	1	1	1	False	107892	fragment	False	AST0113_000000014888	0.9940850471431827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	93.333	5.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
SPA0116_000000016065	2489	0.6971428042789488	2	1	1	1	1	False	107892	fragment	False	AST0113_000000014888	0.9898278382801197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	5.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0350_000000008094	2279	0.6971428042789488	2	1	1	1	1	False	107892	fragment	False	AST0113_000000014888	0.7155696606459343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	6.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
CAN0003_000000023939	2073	0.6971428042789488	2	1	1	1	1	False	96609	fragment	False	CAN0003_000000023939	0.9975173783515392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	6.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
USA0083_01_000000018546	1483	0.6971428042789488	2	1	1	1	1	False	1004	fragment	False	USA0083_01_000000018546	1.0		0	0	False	False	0.9898853898048401	0					non-mobilizable	no_good_hit	135.0	93.333	9.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
USA0056_01_000000014010	1204	0.6971428042789488	1	1	1	1	1	False	1003	fragment	False	USA0056_01_000000014010	1.0		0	0	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit	83.0	96.38600000000001	7.0	0.0002989558420346497	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0794_000000002351	7406	0.6971421431100749	7	6	6	6	4	False	30365	maximal	True	ISR0794_000000002351	1.0		11	4	False	False	0.9998649954795837	0					non-mobilizable	other	6717.0	99.71700000000001	91.0	0.045950272992241276	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0135_01_000000009849	1554	0.6971353374496148	2	2	2	2	2	False	854	fragment	False	USA0135_01_000000009849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	95.509	31.0	0.00010733200043964219	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0069_000000014125	3287	0.6971350516360141	5	3	3	3	1	True	11554	maximal	True	MON0069_000000014125	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2676.0	97.53399999999999	81.0	0.0006997552427956898	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
ENG0008_000000014215	1784	0.6971347328821326	2	2	2	2	2	False	88976	maximal	True	ENG0008_000000014215	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	70.681	79.0	0.00026153175559601036	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	False
ENG0068_000000013518	1841	0.6971335539096797	2	2	2	1	1	False	66439	fragment	False	ISR0387_000000012188	0.9627953745600805		0	0	False	False	0.9929386377334595	0					non-mobilizable	other	1184.0	98.057	100.0	0.00037848138028509065	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ENG0074_000000014183	1620	0.6971335539096797	2	2	2	1	1	False	66437	fragment	False	ENG0074_000000014183	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	98.225	97.0	0.0031782939477855553	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
SPA0149_000000005318	6189	0.6971241432062789	10	10	10	8	8	False	6997	maximal	True	SPA0149_000000005318	1.0		1	1	False	False	0.994829535484314	0					non-mobilizable	no_good_hit	180.0	81.667	3.0	0.07436643124221022	KX127684.1	bacteria	Uncultured bacterium clone Control_Mom_TR_86 genomic sequence	True	False
ISR0391_000000005659	2445	0.6971198084139845	3	3	3	3	2	False	22857	fragment	False	ISR0391_000000005659	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2272.0	95.02600000000001	93.0	0.0007706639364956606	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0056_000000004800	2323	0.6971166830757739	3	3	3	3	1	False	63599	maximal	True	ENG0056_000000004800	0.9997847610848041		11	4	False	False	0.9995695352554321	0					non-mobilizable	no_good_hit	894.0	84.228	46.0	0.0035157438168336975	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0157_000000013469	2323	0.6971166830757739	3	3	3	3	1	False	63599	maximal	False	ENG0056_000000004800	0.9997847610848041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	84.228	46.0	0.0035157438168336975	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0117_000000003250	10539	0.6971092976420313	13	7	3	4	5	False	7813	fragment	False	SPA0117_000000003250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3201.0	74.071	48.0	0.0013486026645171173	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
SPA0132_000000014277	2847	0.6971088318369372	3	3	3	3	3	False	3742	fragment	False	SPA0132_000000014277	1.0		0	0	False	False	0.9985949993133545	0					non-mobilizable	no_good_hit	604.0	71.192	21.0	0.01362220465851504	NZ_AUBR01000028.1	firmicutes	Desulfovirgula thermocuniculi DSM 16036 G454DRAFT_scaffold00025.25_C, whole genome shotgun sequence	True	False
FIJ0011_000000021961	2029	0.6971083429850911	4	3	3	3	2	True	77898	maximal	False	CHI0173_000000008014	0.9591642924976258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1573.0	96.50299999999999	77.0	0.020213204243485425	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
ENG0081_000000010289	2589	0.6970973843367588	5	3	2	3	2	False	83444	fragment	False	ENG0081_000000010289	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1309.0	97.555	97.0	0.00044445697924882014	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0159_000000011162	2049	0.6970946978392083	4	2	2	2	1	True	70468	fragment	False	ISR0107_000000010459	0.6103813568150874		0	0	False	False	1.0	0					non-mobilizable	plasmid	1200.0	100.0	100.0	0.14933366546269772	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0130_000000009114	3590	0.6970932921764095	3	3	3	3	3	False	117085	fragment	False	ISR0099_000000005422	0.9014893014491756		0	0	False	False	1.0	0					non-mobilizable	other	3506.0	80.633	97.0	0.0005421291142895734	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
FIJ0171_000000001643	12216	0.6970824562115172	7	2	0	2	0	True	90891	fragment	False	FIJ0171_000000001643	1.0		0	0	False	False	0.999672532081604	0					non-mobilizable	plasmid	6812.0	96.961	99.0	0.05778045633573272	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
SPA0052_000000003705	8607	0.6970824562115172	4	2	0	2	0	True	90890	fragment	False	SPA0052_000000003705	0.9890405815281119		0	0	False	False	0.9927965402603149	0					non-mobilizable	plasmid	8572.0	98.402	99.0	0.07272001901398886	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ENG0148_000000004276	8481	0.6970824562115172	5	2	0	2	0	True	90890	fragment	False	SPA0052_000000003705	0.9883348291762935		0	0	False	False	0.998585045337677	0					non-mobilizable	plasmid	8481.0	98.514	100.0	0.07194757571641994	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
USA0055_01_000000002940	8344	0.6970824562115172	5	2	0	2	0	True	90890	fragment	False	SPA0052_000000003705	0.97497868615125		0	0	False	False	0.9982023239135742	0					non-mobilizable	plasmid	8306.0	98.507	99.0	0.0704621078364797	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
USA0026_01_000000005748	6046	0.6970824562115172	5	2	0	2	0	True	90885	fragment	False	USA0026_01_000000005748	0.9663395316804407		0	0	False	False	1.0	0					non-mobilizable	plasmid	6046.0	98.24700000000001	100.0	0.051278351215537143	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
MAD0012_000000004480	5808	0.6970824562115172	4	2	0	2	0	True	90885	fragment	False	USA0026_01_000000005748	0.9479821369500496		0	0	False	False	0.9950068593025208	0					non-mobilizable	plasmid	5808.0	98.50200000000001	100.0	0.049258114898818414	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
MON0101_000000011929	4737	0.6970824562115172	3	2	0	2	0	True	90882	fragment	False	MON0101_000000011929	0.9867700729927007		0	0	False	False	0.998733401298523	0					non-mobilizable	plasmid	4723.0	98.221	99.0	0.040048214043188916	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
DEN0033_000000005971	4540	0.6970824562115172	3	2	0	2	0	True	90884	fragment	False	DEN0033_000000005971	1.0		0	0	False	False	0.9876651763916016	0					non-mobilizable	plasmid	4280.0	97.897	98.0	0.036296346597854134	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ENG0079_000000007222	4384	0.6970824562115172	3	2	0	2	0	True	90882	fragment	False	MON0101_000000011929	0.9504960945746252		0	0	False	False	0.9961222410202026	0					non-mobilizable	plasmid	4368.0	98.23700000000001	99.0	0.03704332473176694	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
SPA0047_000000007264	5451	0.697080118525715	8	8	4	4	5	True	102529	fragment	False	CHI0106_000000003252	0.6518019657808519		0	0	False	False	0.9998165369033813	0					non-mobilizable	plasmid	5502.0	76.609	99.0	0.1756743691385478	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0030_000000021654	1401	0.6970795526174126	2	2	1	2	1	False	7307	fragment	False	SPA0030_000000021654	1.0		0	0	False	False	0.9728764891624451	0					non-mobilizable	no_good_hit								True	False
FIJ0101_000000014326	1947	0.6970777956194405	3	2	2	2	1	False	44742	fragment	False	FIJ0101_000000014326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.3389491168488334e-06	CP048817.1	a-proteobacteria	Sphingomonas alpina strain So64.6b chromosome, complete genome	True	False
FIJ0072_000000015101	1682	0.6970777956194405	2	2	2	2	1	False	44741	fragment	False	FIJ0072_000000015101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.389850899207112e-07	LR778270.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 18	True	False
ENG0082_000000016054	1301	0.6970745610055681	2	2	2	2	2	False	69450	fragment	False	ISR0325_000000014765	0.7413760582328374		0	0	False	False	0.9992313385009766	0					non-mobilizable	no_good_hit	498.0	74.096	38.0	0.00017352362382486438	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0082_000000001720	9495	0.6970708116217074	8	6	5	4	4	True	96832	maximal	True	ENG0082_000000001720	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	3324.0	94.946	67.0	0.020302056476740916	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	True
ENG0025_000000017898	1521	0.6970700266373697	2	2	2	2	2	True	86557	maximal	True	ENG0025_000000017898	1.0		1	1	False	False	0.9967126846313477	0					non-mobilizable	no_good_hit	189.0	92.59299999999999	12.0	4.253536091253734e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
AUS0018_000000018740	1512	0.6970666997455461	3	2	2	2	2	False	99897	fragment	False	AUS0018_000000018740	1.0		0	0	False	False	0.9900793433189392	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000001969	18157	0.6970591831523894	18	16	8	10	11	True	94343	maximal	True	CAN0014_000000001969	1.0		3	2	False	False	0.9958142638206482	0					non-mobilizable	chromosome	13918.0	91.745	93.0	0.005547948788287895	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
SPA0112_000000017770	1876	0.6970561218886331	4	4	4	3	2	False	4531	fragment	False	SPA0112_000000017770	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1811.0	99.448	97.0	0.0006867326663552972	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	False	False
SPA0035_000000014882	1388	0.6970442676608937	2	2	2	2	1	False	117885	fragment	False	ISR0122_000000008533	0.3605865391571894		0	0	False	False	1.0	0					non-mobilizable	chromosome	1388.0	95.677	100.0	0.0004371790697447183	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0002_000000015474	1526	0.6970412314983334	2	2	2	2	2	False	67972	maximal	True	ENG0002_000000015474	1.0		12	4	False	False	0.9613368511199951	0					non-mobilizable	no_good_hit	186.0	73.118	12.0	2.9381365035985026e-05	NZ_KZ614144.1	firmicutes	Paenibacillus castaneae strain DSM 19417 Scaffold1, whole genome shotgun sequence	True	False
FIJ0069_000000012945	1725	0.6970268480110644	2	2	2	2	2	False	82389	fragment	False	CHI0112_000000011294	0.9585668297709627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	4.2466724747419505e-05	NC_006908.1	mycoplasmas	Mycoplasma mobile 163K complete genome	True	False
ISR0195_000000009049	2433	0.6970214297337596	3	3	3	3	3	False	60086	fragment	False	ENG0106_000000008343	0.9571464191617819		0	0	False	False	0.9995889663696289	0					non-mobilizable	no_good_hit	2144.0	97.948	88.0	0.015345158609622604	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0339_000000001007	11702	0.6970161537028112	12	8	6	5	6	False	127872	maximal	True	ISR0339_000000001007	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.765	10.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0124_000000005752	2663	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9800978721353775		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2663.0	99.962	100.0	0.012494484966252687	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0130_000000006179	2616	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9752776950844926		0	0	False	False	0.9996177554130554	0	Inc18				non-mobilizable	plasmid	2616.0	99.962	100.0	0.012273883616360172	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0185_000000007947	2616	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9752776950844926		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2616.0	99.962	100.0	0.012273883616360172	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
AUS0006_000000009233	2616	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9752776950844926		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2616.0	99.962	100.0	0.012273883616360172	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0162_000000011630	2616	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9752776950844926		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2616.0	99.962	100.0	0.012273883616360172	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0055_000000006138	2610	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9736164411961967		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2610.0	99.962	100.0	0.012245721741905809	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0137_000000005762	2577	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9707810165958428		0	0	False	False	0.9926270842552185	0	Inc18				non-mobilizable	plasmid	2577.0	99.92200000000001	100.0	0.012090831432406808	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0059_000000006608	2576	0.6970147218147567	2	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9645282676540203		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2581.0	99.38	100.0	0.012100218723891595	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
ISR0811_000000005625	2572	0.6970147218147567	2	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9269793759804379		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2572.0	99.92200000000001	100.0	0.012067363203694838	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0069_000000003839	2570	0.6970147218147567	2	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9409892728987235		0	0	False	False	0.9992218017578125	0	Inc18				non-mobilizable	plasmid	2519.0	99.96	98.0	0.01181859997934796	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
MON0031_000000012984	2568	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9698620992109193		0	0	False	False	0.9984423518180847	0	Inc18				non-mobilizable	plasmid	2568.0	99.961	100.0	0.012048588620725262	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0132_000000012230	2549	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9669976836941877		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2549.0	99.961	100.0	0.011959409351619777	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0119_000000004329	2536	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9612188112833785		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2536.0	100.0	100.0	0.001179156970213146	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
CHI0020_000000003863	2518	0.6970147218147567	3	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.955725116162314		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2520.0	99.921	100.0	0.001171714559355785	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
CHI0188_000000006702	2256	0.6970147218147567	2	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.06268496392241527		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2256.0	100.0	100.0	0.01058417114909835	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
MON0096_000000000963	18691	0.6970100896523019	29	13	6	9	10	False	113863	maximal	True	MON0096_000000000963	1.0		2	2	False	False	0.9988764524459839	0					non-mobilizable	no_good_hit	130.0	94.615	1.0	0.010776042101745886	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	False
ENG0169_000000009632	2431	0.6970062258124357	4	4	3	4	2	False	125442	fragment	False	MON0070_000000010284	0.1630181066876682		0	0	False	False	0.9979432225227356	0					non-mobilizable	no_good_hit	1425.0	84.98200000000001	80.0	0.0004273501699462304	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0046_000000021374	1558	0.6970008443833569	2	2	2	2	1	False	46960	maximal	True	FIJ0046_000000021374	1.0		1	1	False	False	0.998074471950531	0					non-mobilizable	no_good_hit	532.0	87.78200000000001	34.0	0.00029230621313709217	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	False
ISR0307_000000008410	1379	0.6969981675133834	2	2	2	1	1	False	25429	fragment	False	ISR0307_000000008410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0102_000000017753	2565	0.6969956372621746	3	1	1	1	1	False	43467	maximal	True	MON0102_000000017753	1.0		68	8	False	False	0.9945418834686279	0					non-mobilizable	no_good_hit	49.0	100.0	2.0	6.964768428704713e-05	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
AUS0016_000000004139	5745	0.6969922064127164	6	5	5	2	2	False	100629	maximal	True	AUS0016_000000004139	1.0		2	2	False	False	0.9998259544372559	0					non-mobilizable	no_good_hit	291.0	93.12700000000001	11.0	0.00302184301055031	NZ_CABMGA010000007.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0194_000000011901	2279	0.6969907231372571	3	3	3	3	2	False	85687	maximal	True	ENG0194_000000011901	0.9674334542045199		437	13	False	False	1.0	0					non-mobilizable	plasmid	2279.0	97.54299999999999	100.0	0.0034166241713411527	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	False	True
ENG0062_000000004241	5494	0.6969890821895925	5	4	4	4	4	False	126405	maximal	True	ENG0062_000000004241	1.0	PS958	6	6	False	True	1.0	0					non-mobilizable	no_good_hit	3554.0	99.12799999999999	65.0	0.00304992154156237	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
FIJ0144_000000024428	1303	0.6969883197204186	2	1	1	1	1	False	40045	maximal	True	FIJ0144_000000024428	1.0		7	3	False	False	0.9992325305938721	0					non-mobilizable	no_good_hit	554.0	76.173	41.0	0.0002849239237468435	NZ_CM000955.1	firmicutes	Finegoldia magna ATCC 53516 chromosome, whole genome shotgun sequence	True	False
TAN0020_000000005267	1414	0.6969865383418479	2	2	2	2	2	False	2870	maximal	False	TAN0006_000000008971	0.9473852040816326		0	0	False	False	0.9851484894752502	0					non-mobilizable	no_good_hit	272.0	73.16199999999999	19.0	4.6442089080833944e-05	NZ_CP049744.1	high GC Gram+	Rhodococcus fascians A25f chromosome, complete genome	True	False
MON0095_000000025649	1252	0.6969850715459195	2	2	2	2	0	True	12259	fragment	False	MON0095_000000025649	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	97.068	99.0	0.00032831321187529774	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0033_000000053701	1049	0.6969850715459195	2	2	2	2	0	True	12258	fragment	False	MON0033_000000053771	0.9512548262548263		0	0	False	False	1.0	0					non-mobilizable	other	1049.0	99.905	100.0	0.0003163599765990216	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MON0033_000000053771	1036	0.6969850715459195	2	2	2	2	0	True	12258	fragment	False	MON0033_000000053771	0.9518589132507149		0	0	False	False	1.0	0					non-mobilizable	other	1036.0	99.51700000000001	100.0	0.00027502333712520096	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MAD0047_000000036337	1317	0.6969843502582742	2	2	2	2	1	False	17613	maximal	True	MAD0047_000000036337	1.0		0	0	False	False	0.9908883571624756	0					non-mobilizable	other	1208.0	89.238	98.0	0.0003209588525960541	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
USA0039_01_000000013854	1615	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9721463483150066		0	0	False	False	0.9696594476699829	0					non-mobilizable	other	1613.0	99.69	100.0	0.004223931243203584	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ENG0200_000000013524	1537	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9818292524293128		0	0	False	False	0.9986987709999084	0					non-mobilizable	other	1536.0	99.87	99.0	0.004022167778112594	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0234_000000009063	1530	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9737604938177015		0	0	False	False	0.98562091588974	0					non-mobilizable	other	1529.0	98.49600000000001	99.0	0.004003825644922504	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0393_000000011818	1522	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9805052163545371		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	100.0	100.0	0.003985483511732415	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0092_000000020383	1516	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9781930096549579		0	0	False	False	0.9986807107925415	0					non-mobilizable	other	1516.0	99.934	100.0	0.003969761683283766	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0021_000000015847	1507	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9739095898974687		0	0	False	False	0.970802903175354	0					non-mobilizable	other	1507.0	100.0	100.0	0.003946178940610793	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ENG0141_000000017759	1495	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9193155322625485		0	0	False	False	0.9979932904243469	0					non-mobilizable	other	1495.0	100.0	100.0	0.003914735283713496	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
AST0062_000000010881	1468	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9631566427579642		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	99.932	100.0	0.003843987055694577	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
FIJ0096_000000025747	1459	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9607824766777456		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	100.0	100.0	0.003820404313021604	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ENG0005_000000016397	1457	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.9600987768508412		0	0	False	False	0.9986273050308228	0					non-mobilizable	other	1457.0	100.0	100.0	0.0038151637035387215	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
AST0025_000000028627	1348	0.6969791445953927	2	2	2	2	1	False	119877	fragment	False	MON0030_000000022630	0.4506868838257529		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	99.926	100.0	0.0035295504867216055	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
CHI0112_000000016656	1138	0.6969758683288312	2	2	2	1	0	False	82374	maximal	True	CHI0112_000000016656	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1131.0	93.28	99.0	0.00027252554563299633	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	False	False
MON0030_000000022630	1588	0.6969738444481025	2	2	2	2	2	False	119877	fragment	False	MON0030_000000022630	0.9873799297049217		0	0	False	False	0.996221661567688	0					non-mobilizable	other	1588.0	99.559	100.0	0.004158423624667549	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
SPA0027_000000023832	1576	0.6969738444481025	2	2	2	2	2	False	119877	fragment	False	MON0030_000000022630	0.8765660649990848		0	0	False	False	0.9860405921936035	0					non-mobilizable	other	1559.0	99.80799999999999	99.0	0.004082434787165748	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0088_000000014469	1692	0.6969695082274346	2	2	2	2	2	False	114476	fragment	False	ISR0088_000000014469	1.0		0	0	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit	900.0	98.77799999999999	65.0	0.0002707454565057513	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0061_000000004734	7658	0.6969638908437017	7	5	4	4	3	True	10845	fragment	False	MON0061_000000004734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3064.0	90.50299999999999	59.0	0.0009826379239190502	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MAD0066_000000011077	2369	0.6969635968711991	2	2	2	2	1	True	131933	fragment	False	MAD0096_000000007670	0.9538169548713622		0	0	False	True	0.9991557598114014	0					non-mobilizable	no_good_hit								True	True
FIJ0152_000000016011	1645	0.696959912904046	3	3	2	2	2	False	83537	fragment	False	FIJ0152_000000016011	1.0		0	0	False	False	0.9993920922279358	0					non-mobilizable	chromosome	1645.0	100.0	100.0	0.00034517699139199133	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
FIJ0104_000000016411	1646	0.6969590121575956	2	2	2	2	2	False	42488	fragment	False	FIJ0104_000000016411	1.0		0	0	False	False	0.9896719455718994	0					non-mobilizable	no_good_hit	135.0	75.556	8.0	4.552538158933184e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0052_000000007888	4046	0.6969579228240722	6	6	4	5	5	False	101916	fragment	False	USA0013_01_000000002644	0.7541114758734582		0	0	False	False	0.9982699155807495	0					non-mobilizable	chromosome	4046.0	99.75299999999999	100.0	0.0007388747294065384	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ENG0098_000000011149	2287	0.6969565587472635	3	2	2	2	1	False	87706	fragment	False	ENG0098_000000011149	0.9760897893882938		0	0	False	False	0.9803235530853271	0					non-mobilizable	no_good_hit	322.0	71.118	14.0	0.012157586949830717	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ISR0279_000000009583	2223	0.6969565587472635	3	2	2	2	1	False	87706	fragment	False	ENG0098_000000011149	0.8593549338789024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	71.118	14.0	0.012157586949830717	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
CHI0040_000000007316	2206	0.6969565587472635	2	2	2	2	1	False	87706	fragment	False	ENG0098_000000011149	0.7587555965276334		0	0	False	False	0.997733473777771	0					non-mobilizable	no_good_hit	322.0	71.118	14.0	0.012157586949830717	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
MAD0034_000000008671	1812	0.6969509890791548	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9874975753825129		0	0	False	False	1.0	0					non-mobilizable	chromosome	1592.0	83.166	97.0	0.0004193421290255977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0121_000000015199	1700	0.6969509890791548	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.970687507269568		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	82.353	97.0	0.00038946533611792155	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0122_000000009486	1700	0.6969509890791548	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9711929069691333		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	82.206	97.0	0.00038946533611792155	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0021_000000028238	1699	0.6969509890791548	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9706116491172588		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	82.353	97.0	0.00038946533611792155	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0066_000000019425	1698	0.6969509890791548	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9696198886191997		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.194	97.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0062_000000017282	1697	0.6969509890791548	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9695647259964384		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.31700000000001	97.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0196_000000012397	1696	0.6969509890791548	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9691347047429377		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.23700000000001	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0081_000000021279	1696	0.6969509890791548	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9684087488343325		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.182	97.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0109_000000019461	1695	0.6969509890791548	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9691619848333498		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.225	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0048_000000019722	1695	0.6969509890791548	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9703284504073278		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.15700000000001	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0120_000000017436	1443	0.6969472363372224	2	2	2	2	2	False	41529	fragment	False	FIJ0120_000000017436	1.0		0	0	False	False	0.9909909963607788	0					non-mobilizable	no_good_hit								True	False
FIJ0075_000000009166	2110	0.6969471908197986	3	2	2	2	2	False	48863	fragment	False	FIJ0075_000000009166	0.9995039682539683		0	0	False	False	0.9919431209564209	0					non-mobilizable	no_good_hit	542.0	91.697	26.0	0.00016198149737743525	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0186_000000007324	2101	0.6969463642748704	4	3	2	3	2	True	55015	fragment	False	ENG0186_000000007324	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2101.0	94.479	100.0	0.00047512903146983203	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0105_000000003835	5044	0.6969462096116888	7	6	3	4	3	True	60186	maximal	True	ENG0105_000000003835	1.0		1	1	False	False	0.9950436353683472	0					non-mobilizable	no_good_hit	67.0	98.507	1.0	1.837352542019e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MON0037_000000032400	2192	0.6969450465091321	2	1	1	1	1	False	16138	fragment	False	MON0037_000000032400	0.9500244977951984		0	0	False	False	0.9990875720977783	0					non-mobilizable	plasmid	2173.0	93.87899999999999	99.0	0.031314457153572096	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	False	True
MAD0062_000000013955	1101	0.6969438034891579	2	2	2	2	1	False	16743	maximal	True	MAD0062_000000013955	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1101.0	89.28200000000001	99.0	0.0004724242240571827	CP011013.1	firmicutes	Lactobacillus mucosae LM1, complete genome	False	False
ISR0388_000000008070	3955	0.6969436152501555	5	5	5	4	4	False	115323	maximal	True	ISR0388_000000008070	0.9739830956154252		2	2	False	False	0.9868521094322205	0					non-mobilizable	other	3955.0	98.12899999999999	100.0	0.0014359462300964016	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MAD0089_000000012313	2055	0.6969427133370665	3	3	2	3	1	False	15834	maximal	True	MAD0089_000000012313	1.0		28	8	False	False	0.9990267753601074	0					non-mobilizable	other	2063.0	87.882	100.0	0.004286577575553544	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0021_000000003352	10373	0.6969353656625662	12	9	6	8	4	False	96802	maximal	False	MON0046_000000002062	0.9723741341812585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	92.80799999999999	13.0	0.008409761260883315	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ENG0019_000000002857	7440	0.6969353037480649	7	4	3	2	3	False	92093	fragment	False	ENG0019_000000002857	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3580.0	86.899	48.0	0.0007972514064306692	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
SPA0089_000000030430	1226	0.6969341418436632	2	2	1	1	2	False	5404	fragment	False	SPA0089_000000030430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	87.12299999999999	79.0	0.00039938556067588326	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
AST0150_000000015802	1767	0.6969253870191456	2	1	1	1	1	False	129783	maximal	False	FIJ0063_000000014314	0.826834921653792		0	0	False	False	0.9994340538978577	0					non-mobilizable	other	1767.0	99.15100000000001	100.0	0.492883058889199	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
AST0003_000000018800	1743	0.6969253870191456	2	1	1	1	1	False	129783	maximal	False	FIJ0063_000000014314	0.7095972170564765		0	0	False	False	1.0	0					non-mobilizable	other	1743.0	99.08200000000001	100.0	0.486184761373151	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
ISR0199_000000018040	1699	0.6969253870191456	3	1	1	1	1	False	129783	maximal	False	FIJ0063_000000014314	0.362536490857926		0	0	False	False	1.0	0					non-mobilizable	other	1698.0	99.588	99.0	0.47362545353056096	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
MAD0048_000000013437	1776	0.696919500854689	3	3	3	3	3	False	121031	fragment	False	DEN0096_000000023538	0.7410066760713198		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	76.257	99.0	0.03712301925370591	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	False	False
FIJ0102_000000009214	3411	0.6969073732459232	4	4	4	4	2	False	122425	maximal	True	FIJ0102_000000009214	1.0	PS871	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	1512.0	97.22200000000001	51.0	0.03255062473071952	NZ_QRYH01000020.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf20, whole genome shotgun sequence	True	True
ENG0060_000000013894	2164	0.6969063870534282	3	3	2	2	2	True	124656	fragment	False	ISR0812_000000015709	0.08431150327855583		0	0	False	False	1.0	0					non-mobilizable	other	1084.0	92.435	99.0	0.00032516731815544623	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0038_000000008842	1410	0.6969037718388537	3	2	2	2	2	False	87814	maximal	True	CHI0038_000000008842	1.0		2	1	False	False	0.9936169981956482	0					non-mobilizable	other	1410.0	100.0	100.0	0.0005662964773063419	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	False	False
CHI0171_000000001034	6758	0.6968983602064366	7	7	7	7	6	False	77959	maximal	True	CHI0171_000000001034	0.9839849624060151		13	4	False	False	0.9998520016670227	0					non-mobilizable	no_good_hit	1819.0	74.546	27.0	0.00300347480474071	NZ_CABJCG010000002.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
DEN0040_000000000607	8365	0.6968978396779374	6	3	3	3	3	False	93750	fragment	False	ISR0002_000000002126	0.1671370087086734		0	0	False	False	0.9997609257698059	0					non-mobilizable	no_good_hit	2806.0	89.62899999999999	33.0	0.0013988291799763599	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0120_000000005464	7640	0.6968978396779374	6	3	3	3	3	False	93750	fragment	False	ISR0002_000000002126	0.0828659788456041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2807.0	89.633	37.0	0.0013993287618263514	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0080_01_000000006273	6605	0.6968978396779374	6	3	3	3	3	False	86407	fragment	False	USA0080_01_000000006273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2821.0	89.685	43.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0394_000000002859	5869	0.6968978396779374	5	3	3	3	3	False	86406	fragment	False	ISR0394_000000002859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2821.0	89.685	48.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MAD0064_000000016966	1356	0.6968957123086257	2	2	2	2	2	False	61422	fragment	False	ENG0086_000000017518	0.9536191145467323		0	0	False	False	0.9587020874023438	0					non-mobilizable	other	1356.0	96.755	100.0	0.01811061509262477	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0001_000000010369	2524	0.6968932269451636	4	1	1	1	1	False	68066	fragment	False	ENG0001_000000010369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000016017	2016	0.6968881030251538	3	2	2	2	2	False	48863	fragment	False	FIJ0075_000000009166	0.9772511848341232		0	0	False	False	0.9990079402923584	0					non-mobilizable	no_good_hit	467.0	91.435	23.0	0.00013940043361664037	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0201_000000005539	5108	0.6968839437832695	2	1	1	1	1	False	90742	maximal	True	ISR0201_000000005539	1.0		27	6	False	False	0.9980422854423523	0					non-mobilizable	no_good_hit	1163.0	81.34100000000001	23.0	0.7493523316062176	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ISR0773_000000006759	2162	0.6968839437832695	2	1	1	1	1	False	90740	maximal	True	ISR0773_000000006759	1.0		28	4	False	False	0.9907492995262146	0					non-mobilizable	no_good_hit	1289.0	82.00200000000001	59.0	0.8303108808290155	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
CHI0131_000000009380	1863	0.6968839437832695	2	1	1	1	1	False	90758	fragment	False	CHI0131_000000009380	1.0		0	0	False	False	0.9989264607429504	0					non-mobilizable	no_good_hit	1299.0	81.678	84.0	0.0003456984394797265	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0137_000000008024	1429	0.6968839437832695	1	1	1	1	1	False	40492	maximal	True	FIJ0137_000000008024	1.0		1	1	False	False	0.9951014518737793	0					non-mobilizable	virus	1390.0	85.18	97.0	0.0368523506039839	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ISR0109_000000027544	1146	0.6968839437832695	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.6141838272095169		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	81.882	99.0	0.015439735009801933	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
MON0044_000000038930	1452	0.6968774627603215	3	3	1	2	2	True	11598	fragment	False	MON0044_000000038930	1.0		0	0	False	False	0.9938016533851624	0					non-mobilizable	other	1452.0	99.311	100.0	0.0005903163705185182	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
CAN0003_000000002398	15756	0.6968748150995602	15	14	13	14	12	False	96810	maximal	True	CAN0003_000000002398	0.9987294326916969		31	7	False	False	0.9986671805381775	0					non-mobilizable	no_good_hit	952.0	92.43700000000001	23.0	0.00021629365118937602	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0036_000000002531	3599	0.6968676966641457	3	3	3	3	3	False	117902	fragment	False	ISR0036_000000002531	0.9790293588975434		0	0	False	False	1.0	0					non-mobilizable	chromosome	3600.0	97.389	100.0	0.0011334505658269697	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0160_000000005920	4509	0.6968671216791492	5	4	4	4	4	False	78751	maximal	True	CHI0160_000000005920	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1638.0	76.679	68.0	0.009186440677966102	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0107_000000010251	2454	0.6968584784980406	3	3	2	2	1	False	32855	maximal	True	ISR0107_000000010251	1.0		5	2	False	False	0.9902200698852539	0					non-mobilizable	no_good_hit	853.0	77.491	34.0	0.011300274068773711	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
MON0046_000000017604	1884	0.6968534995947195	3	3	1	2	2	True	118248	fragment	False	SPA0130_000000014816	0.344062270694689		0	0	False	False	1.0	0					non-mobilizable	other	1884.0	99.31	100.0	0.09837521550598192	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0087_000000010946	1302	0.6968522434656147	1	1	1	1	1	False	5470	maximal	True	SPA0087_000000010946	1.0		23	6	False	False	0.9892473220825195	0					non-mobilizable	chromosome	1302.0	99.92299999999999	100.0	0.00042433843485328686	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MAD0068_000000001399	12029	0.6968501842566273	13	9	6	7	6	True	16492	maximal	True	MAD0068_000000001399	1.0		4	1	False	False	0.9989193081855774	0					non-mobilizable	no_good_hit	276.0	100.0	4.0	0.0006705305481526274	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
USA0053_01_000000002110	9941	0.6968433722907036	13	11	4	3	11	True	1075	maximal	True	USA0053_01_000000002110	1.0		1	1	False	False	0.998491108417511	0					non-mobilizable	no_good_hit	3907.0	95.111	81.0	0.052215338088292367	CP032497.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain SO21 plasmid pSO21_75, complete sequence	True	True
CHI0137_000000008438	1896	0.6968433294604863	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3058236275977068		0	0	False	False	0.996835470199585	0					non-mobilizable	other	1903.0	95.691	100.0	0.0005702471301726066	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0130_01_000000009210	4225	0.696841868025223	3	1	1	1	1	False	121	maximal	True	USA0130_01_000000009210	1.0		2	2	False	False	0.9992899298667908	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001291748597017496	AC115508.5	rodents	Rattus norvegicus 2 BAC CH230-355B17 (Children's Hospital Oakland Research Institute) complete sequence	True	False
CHI0093_000000002777	2042	0.6968340130638158	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.2498568184752112		0	0	False	False	0.9985308647155762	0					non-mobilizable	other	2042.0	99.804	100.0	0.0035558406425613208	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0061_000000022601	1275	0.6968319675554607	1	1	1	1	1	False	45771	fragment	False	FIJ0061_000000022601	1.0		0	0	False	False	0.9152941107749939	0					non-mobilizable	no_good_hit								True	False
FIJ0125_000000003553	5558	0.6968298367750327	6	2	2	2	0	True	41206	maximal	True	FIJ0125_000000003553	1.0		1	1	True	True	1.0	430					non-mobilizable	no_good_hit	189.0	83.069	3.0	0.15717926932880205	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0098_000000004988	4476	0.6968298367750327	6	2	2	2	0	True	49394	maximal	False	FIJ0132_000000006369	0.9998537528491486		0	0	True	True	1.0	796					non-mobilizable	no_good_hit	174.0	94.82799999999999	11.0	0.0597169485674836	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0132_000000006369	4465	0.6968298367750327	5	2	2	2	0	True	49394	maximal	True	FIJ0132_000000006369	0.999926964650891		5	1	True	True	1.0	119					non-mobilizable	no_good_hit	216.0	93.98100000000001	9.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0023_000000006828	4454	0.6968298367750327	5	2	2	2	0	True	49394	maximal	False	FIJ0132_000000006369	0.9999267881982575		0	0	True	True	1.0	86					non-mobilizable	no_good_hit	216.0	93.98100000000001	9.0	0.07352433551950294	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0052_000000006197	4392	0.6968298367750327	5	2	2	2	0	True	46496	maximal	False	FIJ0145_000000002684	0.9998881431767338		0	0	True	True	1.0	203					non-mobilizable	no_good_hit	555.0	76.937	19.0	0.18203967977723634	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
FIJ0145_000000002684	4371	0.6968298367750327	4	2	2	2	0	True	46496	maximal	True	FIJ0145_000000002684	0.9998881681950347		2	1	True	True	1.0	239					non-mobilizable	no_good_hit	302.0	82.781	11.0	0.10476853463278803	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MON0011_000000010660	4330	0.6968298367750327	4	2	2	2	0	True	51301	backbone	True	MON0011_000000010660	0.9389554458261904	PS203	4	1	True	True	1.0	326					non-mobilizable	no_good_hit	218.0	93.119	8.0	0.18436703483432457	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0041_000000011731	4291	0.6968298367750327	6	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.6112479275166047	PS577	0	0	True	True	1.0	195					non-mobilizable	no_good_hit	261.0	90.805	6.0	0.22090059473237042	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0157_000000004391	4250	0.6968298367750327	5	2	2	2	0	True	51301	backbone	False	MON0011_000000010660	0.6505205031106179	PS203	0	0	True	True	1.0	105					non-mobilizable	no_good_hit	212.0	90.094	9.0	0.07283396617190196	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0172_000000005928	4249	0.6968298367750327	5	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.38656958692823423	PS577	0	0	True	True	1.0	143					non-mobilizable	no_good_hit	224.0	93.75	7.0	0.18946474086661003	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0161_000000003721	4243	0.6968298367750327	5	2	2	2	0	True	51301	backbone	False	MON0011_000000010660	0.6491655770239002	PS203	0	0	True	True	1.0	330					non-mobilizable	no_good_hit	212.0	90.094	9.0	0.07283396617190196	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0100_000000004708	4240	0.6968298367750327	5	2	2	2	0	True	51301	backbone	False	MON0011_000000010660	0.6508158210242924	PS203	0	0	True	True	1.0	108					non-mobilizable	no_good_hit	212.0	90.094	9.0	0.07283396617190196	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0073_000000004466	4230	0.6968298367750327	4	2	2	2	0	True	51301	backbone	False	MON0011_000000010660	0.6506126545448833	PS203	0	0	True	True	1.0	438					non-mobilizable	no_good_hit	212.0	90.094	9.0	0.07283396617190196	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0113_000000005941	4221	0.6968298367750327	4	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.34844121012044393	PS577	0	0	True	True	1.0	362					non-mobilizable	no_good_hit	188.0	78.723	5.0	0.06316879530548844	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0003_000000005924	4220	0.6968298367750327	5	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.34883669052099964	PS577	0	0	True	True	1.0	696					non-mobilizable	no_good_hit	187.0	85.561	4.0	0.15717926932880205	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0009_000000008498	4203	0.6968298367750327	5	2	2	2	0	True	51301	backbone	False	MON0011_000000010660	0.6504131796276076	PS203	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	212.0	90.094	9.0	0.07283396617190196	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0057_000000006944	4201	0.6968298367750327	5	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.3487699716145566	PS577	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	187.0	85.561	4.0	0.15717926932880205	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0001_000000004699	4181	0.6968298367750327	5	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.2873134636734254	PS577	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	187.0	85.561	4.0	0.15717926932880205	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0292_000000003947	4174	0.6968298367750327	5	2	2	2	0	True	100510	backbone	False	FIJ0072_000000005906	0.2608648082352142	PS577	0	0	True	True	1.0	120					non-mobilizable	no_good_hit	113.0	89.381	4.0	0.0951571792693288	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0052_000000005419	4161	0.6968298367750327	6	2	2	2	0	True	49895	backbone	False	ISR0371_000000003554	0.8039815952562078	PS190	0	0	True	True	1.0	108					non-mobilizable	no_good_hit	809.0	95.056	39.0	0.27683810838798756	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MAD0024_000000003800	3085	0.6968298367750327	4	2	2	2	0	True	61933	backbone	False	FIJ0024_000000006648	0.49921018612960105	PS225|PS272	0	0	True	True	1.0	67					non-mobilizable	no_good_hit	529.0	92.439	17.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0065_000000003957	3061	0.6968298367750327	4	2	2	2	0	True	61933	backbone	False	FIJ0024_000000006648	0.6206019243266825	PS225|PS272	0	0	True	True	1.0	173					non-mobilizable	no_good_hit	528.0	92.42399999999999	18.0	0.4468988954970263	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MAD0030_000000003381	3061	0.6968298367750327	3	2	2	2	0	True	61933	backbone	False	FIJ0024_000000006648	0.48925117418182773	PS225|PS272	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	378.0	90.212	19.0	0.31945624468988953	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
SPA0127_000000009938	2949	0.6968298367750327	4	2	2	2	0	True	61933	backbone	False	FIJ0024_000000006648	0.1621290285312856	PS225|PS272	0	0	True	True	1.0	205					non-mobilizable	no_good_hit	203.0	96.552	15.0	0.17162276975361088	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0853_000000006376	2689	0.6968298367750327	2	2	2	2	0	True	43299	maximal	True	ISR0853_000000006376	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	80.944	32.0	0.1769464105156724	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
MON0006_000000009875	2181	0.6968298367750327	3	2	2	2	0	True	14054	fragment	False	MON0006_000000009875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	88.67200000000001	67.0	0.4204349326889886	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0205_000000003233	6139	0.6968262029275495	7	7	6	6	6	False	100929	fragment	False	CAN0020_000000005412	0.9560233890719938		0	0	False	False	0.9986968636512756	0					non-mobilizable	chromosome	2890.0	97.09299999999999	100.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0028_000000012368	1480	0.6968224825079806	2	2	2	1	2	False	65857	fragment	False	ENG0028_000000012368	1.0		0	0	False	False	0.9952702522277832	0					non-mobilizable	other	1480.0	98.78399999999999	100.0	0.0006483930024410089	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
USA0009_01_000000002049	11760	0.6968200712607516	12	9	5	5	9	False	116680	fragment	False	USA0009_01_000000002049	1.0		0	0	False	True	0.9998299479484558	0					non-mobilizable	no_good_hit	3881.0	96.90799999999999	52.0	0.0005472257054087975	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
MAD0059_000000006135	3124	0.6968185360335808	2	2	1	1	2	False	16908	fragment	False	MAD0059_000000006135	1.0		0	0	False	False	0.9996799230575562	0					non-mobilizable	plasmid	2517.0	96.345	93.0	0.06679455412570272	CP021570.1	other sequences	Unidentified plasmid plasmid MO1-2_2831, complete sequence	False	True
MAD0108_000000008369	2041	0.6968185360335808	2	2	1	1	2	False	16138	fragment	False	MON0037_000000032400	0.9201642335766423		0	0	False	False	1.0	0					non-mobilizable	plasmid	2041.0	96.178	100.0	0.05435217009032052	CP021570.1	other sequences	Unidentified plasmid plasmid MO1-2_2831, complete sequence	False	True
ENG0204_000000001424	11872	0.6968181842392359	16	11	9	9	5	True	68771	fragment	False	ENG0204_000000001424	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5785.0	99.602	78.0	0.07998837740234943	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
DEN0018_000000017670	2175	0.6968132304332892	3	3	3	3	3	False	75113	fragment	False	DEN0018_000000017670	0.9526960784313725		0	0	False	False	0.99908047914505	0					non-mobilizable	no_good_hit	521.0	75.24	24.0	0.0001758176979534203	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0143_000000003202	5742	0.6968107867623171	5	3	3	3	3	False	79954	maximal	True	CHI0143_000000003202	1.0		2	1	False	False	0.99930340051651	0					non-mobilizable	no_good_hit	508.0	74.40899999999999	12.0	0.0002334051718113639	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	True	False
ISR0162_000000012307	3163	0.696807461875052	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.28524763941748066		0	0	False	False	1.0	0					non-mobilizable	chromosome	3162.0	99.87299999999999	100.0	0.0006308950566647945	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0182_000000014694	1906	0.6968072157712949	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.588964259151454		0	0	False	False	1.0	0					non-mobilizable	other	1903.0	94.115	99.0	0.0005895312930676719	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0047_000000028948	1609	0.6968036397983866	3	3	3	3	3	False	65574	fragment	False	SPA0151_000000011346	0.9732863014554074		0	0	False	False	1.0	0					non-mobilizable	chromosome	1610.0	97.64	100.0	0.0004576652529958728	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0103_000000009494	2293	0.6968005245965122	3	3	3	2	0	True	131081	maximal	True	MAD0103_000000009494	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	98.473	6.0	0.0003169780773085148	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
FIJ0159_000000011493	2125	0.6967982660363803	2	2	2	2	2	False	39402	maximal	True	FIJ0159_000000011493	1.0		42	9	False	False	0.997176468372345	0					non-mobilizable	no_good_hit	1035.0	81.15899999999999	70.0	0.0003834048096764071	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
AST0149_000000014396	1865	0.6967809994214431	3	2	2	2	2	False	104456	fragment	False	AST0149_000000014396	0.997155858930603		0	0	False	False	0.9951742887496948	0					non-mobilizable	other	1883.0	79.023	99.0	0.0005156872219537798	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0018_000000001226	17522	0.6967738574844208	15	14	5	7	12	True	105602	fragment	False	CHI0094_000000000381	0.9624706883981963		0	0	False	False	1.0	0					non-mobilizable	other	11321.0	97.465	93.0	0.0021903130022937374	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0125_000000001638	17267	0.6967738574844208	15	14	5	7	12	True	105602	fragment	False	CHI0094_000000000381	0.949366951071735		0	0	False	False	1.0	0					non-mobilizable	other	10980.0	97.395	91.0	0.0021244622267362285	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0814_000000007499	5098	0.6967716434053909	4	4	4	4	4	False	21556	maximal	True	ISR0814_000000007499	1.0		15	5	False	False	0.9950960874557495	0					non-mobilizable	no_good_hit	3513.0	72.958	68.0	0.3566426364572606	NZ_MDFN01000052.1	CFB group bacteria	Arcticibacter eurypsychrophilus strain MJ9-5 contig52_scaffold52, whole genome shotgun sequence	True	False
USA0082_01_000000004380	6456	0.6967569034299018	3	3	3	3	3	False	63797	maximal	False	MON0040_000000003667	0.9923524013459774		0	0	True	True	1.0	1					non-mobilizable	other	6456.0	99.427	100.0	0.008939044166217753	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
ENG0179_000000013933	2396	0.6967513398973617	2	2	2	2	1	False	132023	fragment	False	DEN0005_000000011402	0.5444823832198303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	14.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
ISR0295_000000020850	1718	0.6967513398973617	2	2	2	2	1	False	83781	fragment	False	ISR0187_000000015797	0.950107213803585		0	0	False	False	0.9965075850486755	0					non-mobilizable	no_good_hit	512.0	73.047	28.0	0.0008431548960358416	NZ_FQTX01000002.1	high GC Gram+	Bifidobacterium merycicum DSM 6492, whole genome shotgun sequence	True	False
AST0085_000000007650	1321	0.6967506684370067	2	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.07182158265406845		0	0	False	False	0.9871309399604797	0					non-mobilizable	other	1321.0	97.956	100.0	0.0015517983226470858	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ENG0190_000000006918	4443	0.6967487187216166	3	2	2	2	2	False	93253	maximal	True	ENG0190_000000006918	0.9927066450567261		500	12	False	False	0.9981994032859802	0					non-mobilizable	other	4443.0	99.212	100.0	0.01917068033904742	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
MON0016_000000026684	1428	0.6967463737758824	1	1	1	1	1	False	13334	fragment	False	MON0016_000000026684	0.9925816023738873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	78.01	86.0	0.001028878932176033	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0037_000000053594	1412	0.6967463737758824	1	1	1	1	1	False	119088	maximal	True	MON0037_000000053594	0.9827973074046372		83	7	False	False	0.9978753328323364	0					non-mobilizable	other	1378.0	98.113	100.0	0.0017602595519966866	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
MON0064_000000003129	6618	0.6967421633136507	8	4	3	4	3	False	125575	fragment	False	ENG0050_000000003044	0.9544327222260185		0	0	False	False	0.9948624968528748	0					non-mobilizable	no_good_hit								True	False
DEN0085_000000003086	11605	0.6967419398919488	12	10	9	9	10	False	96764	maximal	True	DEN0085_000000003086	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	83.835	2.0	7.326394510684931e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0150_000000004490	3517	0.6967352496019342	4	4	4	4	3	False	108438	fragment	False	ENG0150_000000004490	0.9908573141486811		0	0	False	False	0.9991469979286194	0					non-mobilizable	chromosome	3517.0	99.943	100.0	0.0007365206354606197	CP047662.1	enterobacteria	Escherichia coli strain LD93-1 chromosome, complete genome	False	False
FIJ0148_000000012874	1535	0.6967350333265786	2	2	2	2	2	False	43079	fragment	False	FIJ0148_000000012874	1.0		0	0	False	False	0.9811074733734131	0					non-mobilizable	chromosome	1538.0	97.854	100.0	0.00028584335226371384	CP052036.1	enterobacteria	Klebsiella pneumoniae strain KPN41053 chromosome, complete genome	False	False
ISR0836_000000012485	1613	0.6967268165979456	2	2	2	2	1	False	117263	fragment	False	MAD0026_000000006911	0.2852633262004095		0	0	False	False	1.0	0					non-mobilizable	chromosome	1617.0	87.755	100.0	0.0005074681343107401	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0088_000000017762	1613	0.6967268165979456	2	2	2	2	1	False	117263	fragment	False	MAD0026_000000006911	0.2687457943156636		0	0	False	False	1.0	0					non-mobilizable	chromosome	1617.0	87.693	100.0	0.0005074681343107401	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0099_000000013663	1612	0.6967268165979456	2	2	2	2	1	False	117263	fragment	False	MAD0026_000000006911	0.2688036309193814		0	0	False	False	1.0	0					non-mobilizable	chromosome	1616.0	87.686	100.0	0.0005071529367117893	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0375_000000014493	1591	0.6967268165979456	2	2	2	2	1	False	117263	fragment	False	MAD0026_000000006911	0.36234944146278564		0	0	False	False	0.9956002235412598	0					non-mobilizable	chromosome	1595.0	88.088	100.0	0.0005005337871338231	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0132_000000010764	3669	0.6967256950074331	3	3	3	2	3	False	54779	fragment	False	SPA0132_000000010764	0.9788331781804537		0	0	False	False	0.9893704056739807	0					non-mobilizable	no_good_hit	2176.0	71.324	58.0	0.0007551465531265008	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0052_000000016879	1880	0.6967246851216432	2	2	2	2	2	False	113185	fragment	False	ISR0015_000000012098	0.707014547405292		0	0	False	False	1.0	0					non-mobilizable	other	1880.0	99.947	100.0	0.00980694053726794	NZ_NQCD01000001.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_4_length_191599_cov_71.773_ID_7.ctg_1, whole genome shotgun sequence	False	False
ISR0334_000000010800	1938	0.6967222173287405	3	2	1	2	1	False	110153	fragment	False	ISR0334_000000010800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1617.0	96.042	87.0	0.00043694346151693466	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0089_000000014619	1593	0.6967222173287405	2	2	1	2	1	False	110152	fragment	False	AST0089_000000014619	1.0		0	0	False	False	0.9968612790107727	0					non-mobilizable	other	1573.0	96.249	99.0	0.00042504648607959237	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0182_000000004076	5918	0.6967131500671997	6	6	6	6	5	False	105547	maximal	True	CHI0182_000000004076	1.0		124	9	False	False	1.0	0					non-mobilizable	other	5915.0	99.256	99.0	0.008503027244481444	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
MON0080_000000048881	1198	0.6967067570131321	2	2	2	1	1	False	125442	fragment	False	MON0070_000000010284	0.058694423307347636		0	0	False	False	1.0	0					non-mobilizable	chromosome	1194.0	84.42200000000001	99.0	0.0003324840867635261	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0820_000000010110	2321	0.6967060915713652	3	2	2	2	2	False	69988	fragment	False	ISR0820_000000010110	1.0		0	0	False	False	0.9978457689285278	0					non-mobilizable	no_good_hit	175.0	82.286	7.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ISR0028_000000011903	1628	0.6967029427811746	2	2	1	2	1	False	108208	fragment	False	ISR0083_000000015962	0.965325108766911		0	0	False	False	0.9852579832077026	0					non-mobilizable	no_good_hit	204.0	75.0	12.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
MON0033_000000004665	13053	0.696693123212664	14	12	11	11	11	False	61881	maximal	True	MON0033_000000004665	1.0		6	3	False	False	0.9975484609603882	0					non-mobilizable	no_good_hit	3181.0	71.833	24.0	0.0017344244808897957	NZ_LT669940.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
ISR0394_000000002500	6602	0.6966882379098891	8	7	3	4	7	True	123498	fragment	False	USA0050_01_000000002065	0.957815867455987		0	0	False	False	1.0	0					non-mobilizable	other	6611.0	97.338	100.0	0.0014718473491685603	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
DEN0003_000000008292	3338	0.6966876448229263	5	1	1	1	1	False	113561	fragment	False	DEN0003_000000008292	1.0		0	0	False	False	0.9991012811660767	0					non-mobilizable	no_good_hit	2272.0	97.667	79.0	0.0005567990161501137	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0052_000000021551	1697	0.6966876448229263	1	1	1	1	1	False	113553	maximal	True	ISR0052_000000021551	1.0		9	4	False	False	1.0	0					non-mobilizable	other	949.0	92.94	91.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0377_000000012084	1350	0.6966876448229263	1	1	1	1	1	False	38544	fragment	False	ISR0377_000000012084	1.0		0	0	False	False	0.9970370531082153	0					non-mobilizable	other	949.0	92.624	90.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0787_000000004324	3129	0.6966806165545039	3	2	2	2	2	False	107821	fragment	False	MAD0008_000000003219	0.955226115603474		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1595.0	82.821	51.0	0.048133357536152964	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
CAN0009_000000003804	5335	0.6966751760164396	4	4	4	4	4	False	94828	maximal	True	CAN0009_000000003804	1.0		2	2	False	False	0.9921274781227112	0					non-mobilizable	no_good_hit	1831.0	75.587	34.0	0.05602432063531455	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	True	False
MAD0014_000000023428	1457	0.6966741486828221	2	2	2	2	1	True	19493	fragment	False	MAD0014_000000023428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	4.0	0.00010150262930849382	NZ_PTJE01000002.1	CFB group bacteria	Nonlabens xylanidelens strain DSM 16809 LY01DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
DEN0062_000000013076	1606	0.6966728085940547	2	2	2	2	2	False	71698	fragment	False	DEN0062_000000013076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	71.767	28.0	0.0047347986658389535	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
CAN0022_000000022557	1452	0.6966725247483513	1	1	1	1	1	False	91269	fragment	False	FIJ0043_000000020492	0.9355754194666329		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	85.92	100.0	0.006350109409190372	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0105_000000008691	3762	0.6966629122035479	2	2	2	2	2	False	111729	fragment	False	ISR0262_000000004150	0.9782260642550131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	92.30799999999999	2.0	0.0002800624507073991	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0117_000000002196	7101	0.6966536317692091	5	5	4	5	2	True	82116	fragment	False	CHI0117_000000002196	1.0		0	0	False	False	0.9971835017204285	0					non-mobilizable	no_good_hit	40.0	100.0	1.0	1.9483692149670724e-05	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	True
ENG0010_000000002606	6839	0.6966413649586712	9	4	2	3	2	True	113134	fragment	False	ISR0042_000000002093	0.30789305526705707		0	0	False	False	1.0	0					non-mobilizable	other	6766.0	95.167	99.0	0.15442285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0041_000000046127	1484	0.6966396350608313	3	2	1	2	1	True	93137	fragment	False	ENG0082_000000009793	0.18116228756771205		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	98.65299999999999	100.0	0.002902757619738752	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	True
CAN0002_000000007437	2488	0.6966347856025159	4	4	4	3	1	True	96943	maximal	True	CAN0002_000000007437	1.0		4	3	False	False	0.9943729639053345	0					non-mobilizable	no_good_hit	391.0	76.471	16.0	0.001699951929379889	NZ_JAAISM010000002.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_2_length_228830_cov_202.307, whole genome shotgun sequence	True	True
ISR0256_000000004909	3651	0.6966254468886205	5	3	3	2	2	False	29403	maximal	True	ISR0256_000000004909	1.0		12	4	False	False	0.9838400483131409	0					non-mobilizable	no_good_hit	548.0	73.54	15.0	0.0007436630560290318	NZ_FOOS01000002.1	a-proteobacteria	Jannaschia rubra strain DSM 16279, whole genome shotgun sequence	True	False
ISR0232_000000024330	1227	0.6966224075477085	2	2	2	2	1	False	27414	fragment	False	ISR0232_000000024330	1.0		0	0	False	False	0.9885900616645813	0					non-mobilizable	chromosome	1227.0	98.77799999999999	100.0	0.0005471072263225514	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0015_000000004151	7491	0.6966176581316433	12	12	3	7	12	True	63892	fragment	False	FIJ0146_000000001939	0.9630090601134127		0	0	False	False	1.0	0					non-mobilizable	plasmid	7491.0	99.706	100.0	0.06140250200849306	CP055399.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00123 plasmid pRHBSTW-00123_3, complete sequence	False	True
ISR0331_000000018747	1342	0.6966072422887356	2	2	2	2	2	False	24602	maximal	True	ISR0331_000000018747	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	85.52600000000001	6.0	0.00026971665172290625	NZ_FOMG01000002.1	firmicutes	Clostridium uliginosum strain DSM 12992, whole genome shotgun sequence	True	False
FIJ0111_000000006062	3729	0.6966057805191692	3	3	3	3	2	False	42093	maximal	True	FIJ0111_000000006062	1.0		9	4	False	False	0.999463677406311	0					non-mobilizable	other	3730.0	97.936	100.0	0.0017747817227950907	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0149_000000020074	1349	0.6966003286805328	2	2	2	2	2	False	89331	fragment	False	FIJ0149_000000020074	0.99251968503937		0	0	False	False	0.9755374193191528	0					non-mobilizable	no_good_hit	984.0	73.78	72.0	0.00859867264066739	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0089_000000018058	1514	0.6965943452924146	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.05524484026789986		0	0	False	False	0.9993395209312439	0					non-mobilizable	other	1514.0	94.055	100.0	0.0031637033521036643	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0049_000000001810	10557	0.6965835850094357	13	10	9	9	9	False	125228	fragment	False	ENG0049_000000001810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2660.0	77.744	48.0	0.000793950201829548	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0182_000000000473	31042	0.6965790108709874	29	27	8	13	25	True	123804	fragment	False	ISR0105_000000000229	0.8049605639003704		0	0	False	False	1.0	0					non-mobilizable	other	31057.0	98.596	100.0	0.0685740055442813	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0047_000000016011	1865	0.6965775984859209	3	3	3	3	2	False	36086	fragment	False	ISR0047_000000016011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	3.0	1.6182029855845083e-05	CP007739.1	firmicutes	Bacillus methanolicus MGA3, complete genome	True	False
ISR0303_000000003463	3290	0.696576164349031	3	3	3	2	2	False	124166	fragment	False	ISR0303_000000003463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2003.0	87.91799999999999	61.0	0.34789446094705573	MK232231.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V01.O07_5-CL19_c13 sequence	True	False
MAD0112_000000001645	12322	0.6965759668727874	16	11	7	10	7	True	15540	backbone	False	MAD0096_000000001048	0.9820097244732577	PS33	0	0	True	True	1.0	261					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.4854311564728777e-06	CP050233.1	eudicots	Morus alba cultivar Heyebai chromosome 10	True	True
ISR0138_000000021382	1357	0.6965727420930955	1	1	1	1	0	False	31335	fragment	False	ISR0138_000000021382	0.9514479773100463		0	0	False	False	0.9727339744567871	0					non-mobilizable	no_good_hit	123.0	100.0	9.0	4.305041097263229e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0049_000000011186	2635	0.6965721495442624	4	4	2	4	2	False	113756	fragment	False	ISR0059_000000003816	0.5947275676344733		0	0	False	False	0.9988614916801453	0					non-mobilizable	chromosome	1097.0	97.995	92.0	0.0003059095968570518	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0045_000000017331	2301	0.6965718983744272	3	3	3	2	2	False	17862	maximal	True	MAD0045_000000017331	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	74.939	35.0	0.00021530324357396996	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0783_000000004894	2889	0.6965601999525002	4	3	3	3	2	False	60041	maximal	True	ISR0783_000000004894	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	92.234	80.0	0.0005979770489043517	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0191_000000017826	1775	0.6965560765246395	3	1	1	1	1	False	54701	maximal	True	ENG0191_000000017826	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	84.14399999999999	80.0	0.0004263723064836713	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
ISR0042_000000011110	2597	0.6965489410482314	4	2	2	2	2	False	56508	maximal	True	ISR0042_000000011110	1.0		86	8	False	False	1.0	0					non-mobilizable	other	2516.0	93.561	97.0	0.0007356132267475061	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
SPA0131_000000017224	1594	0.6965489213817321	2	2	2	2	1	True	36236	fragment	False	SPA0131_000000017224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	70.767	77.0	0.0012514639383193987	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0009_000000013170	2672	0.6965488424454389	4	1	1	1	1	False	13817	fragment	False	MON0009_000000013170	1.0		0	0	False	False	0.9996257424354553	0					non-mobilizable	no_good_hit	1233.0	92.70100000000001	46.0	0.12524242114933143	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
ISR0375_000000002763	5914	0.6965472626316143	3	2	2	2	1	False	107676	maximal	True	ISR0375_000000002763	1.0		1	1	False	False	0.9935745596885681	0					non-mobilizable	no_good_hit	4226.0	92.404	71.0	0.0013276122867806443	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
USA0069_01_000000050056	1196	0.6965463154150331	2	2	2	2	1	False	33234	fragment	False	ISR0098_000000014565	0.9838308457711442		0	0	False	False	0.9966555237770081	0					non-mobilizable	other	1196.0	98.07700000000001	100.0	0.003819868430305781	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0331_000000002744	6813	0.6965451770818127	10	7	3	7	7	False	122695	fragment	False	ISR0327_000000002508	0.6495499714449977		0	0	False	False	0.9988257884979248	0					non-mobilizable	chromosome	6813.0	99.971	100.0	0.001233514956278305	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
TAN0005_000000009224	1879	0.6965427447459618	2	1	1	1	1	False	97300	fragment	False	MON0013_000000027501	0.6412049488972565		0	0	False	False	1.0	0					non-mobilizable	chromosome	1758.0	76.28	93.0	0.0005162188376931563	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0194_000000013783	1957	0.6965405359961461	3	1	1	1	1	False	123229	maximal	True	ENG0194_000000013783	1.0		50	4	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	96.089	86.0	0.00039715123047205793	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0137_000000004379	3218	0.6965381967523893	4	4	4	4	4	False	80529	fragment	False	ISR0170_000000013580	0.9720321332936626		0	0	False	False	0.9959602355957031	0					non-mobilizable	chromosome	3207.0	86.186	99.0	0.0014835439023593992	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0202_000000002633	9524	0.6965342873348858	6	6	4	5	5	True	100768	maximal	True	ENG0202_000000002633	0.9911348253737637		24	9	False	False	1.0	0					non-mobilizable	no_good_hit	1650.0	95.03	35.0	0.0004991901790390407	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
USA0010_01_000000002876	9080	0.6965342873348858	6	6	4	5	5	True	100768	maximal	False	ENG0202_000000002633	0.9608730366996291		0	0	False	False	0.9986783862113953	0					non-mobilizable	no_good_hit	1239.0	94.915	32.0	0.0003749984476033571	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ISR0025_000000001691	17123	0.6965342423600949	17	11	8	11	5	True	37394	fragment	False	ISR0025_000000001691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	81.111	1.0	0.0003607354026553443	NZ_MDEH01000006.1	g-proteobacteria	Xanthomonas melonis strain CFBP4644 Xm-CFBP4644-G106, whole genome shotgun sequence	True	True
ENG0133_000000013781	1780	0.6965324327362409	2	2	2	2	2	False	83781	fragment	False	ISR0187_000000015797	0.9648550061087807		0	0	False	False	0.9848314523696899	0					non-mobilizable	no_good_hit	69.0	97.101	4.0	0.0019077009398232572	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	False
FIJ0132_000000010770	2822	0.6965266199705332	3	3	3	3	3	False	89467	fragment	False	FIJ0132_000000010770	0.9959016393442623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	89.39399999999999	2.0	0.00038768937134677324	NZ_AWET01000045.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00004, whole genome shotgun sequence	True	False
FIJ0032_000000007194	4764	0.6965262326212466	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.3969177791355219		0	0	False	False	0.9997900724411011	0					non-mobilizable	chromosome	4766.0	93.49600000000001	100.0	0.0020647352157023937	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0082_000000024197	1475	0.6965246133299547	1	1	1	1	1	False	70103	fragment	False	MON0110_000000010660	0.7877351725171614		0	0	False	False	1.0	0					non-mobilizable	other	1475.0	99.729	100.0	0.0038623291888846673	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
MON0043_000000018490	1561	0.6965235039296089	2	2	2	2	2	False	79411	fragment	False	MON0043_000000018490	0.963645497093527		0	0	False	False	0.9564381837844849	0					non-mobilizable	no_good_hit								True	False
ISR0842_000000012562	1798	0.6965231478902322	3	2	2	2	2	False	20745	fragment	False	ISR0842_000000012562	1.0		0	0	False	False	0.9994438290596008	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000034789	1167	0.6965213359689022	2	2	2	2	1	False	51641	maximal	True	FIJ0006_000000034789	1.0		1	1	False	False	0.9854327440261841	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.0009996945377801227	NZ_LIQQ01000076.1	high GC Gram+	Streptomyces graminilatus strain NRRL B-59124 B59124_contig_76, whole genome shotgun sequence	True	False
ISR0296_000000002957	7417	0.6965191354703718	11	2	2	2	2	False	66979	fragment	False	ISR0296_000000002957	1.0		0	0	False	False	0.9951462745666504	0					non-mobilizable	no_good_hit	3910.0	99.335	81.0	0.02105030748850284	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0247_000000005554	2411	0.6965156858140514	2	2	2	2	2	False	125950	maximal	True	ISR0247_000000005554	1.0		0	0	False	False	0.9937785267829895	0					non-mobilizable	no_good_hit	1840.0	92.446	76.0	0.005019500513171399	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0064_000000011179	1906	0.6965136395026044	3	3	1	3	1	False	16673	maximal	True	MAD0064_000000011179	1.0		1	1	False	False	0.993179440498352	0					non-mobilizable	no_good_hit								True	False
ISR0140_000000013356	1750	0.6965107685328223	2	1	1	1	1	False	31236	maximal	True	ISR0140_000000013356	1.0		1	1	False	False	0.9954285621643066	0					non-mobilizable	other	1539.0	99.025	90.0	0.029897748921115044	NZ_JAAISM010000027.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_27_length_51442_cov_160.138, whole genome shotgun sequence	False	False
ETH0003_000000012335	2977	0.6965088777088346	3	2	1	2	1	False	53220	maximal	True	ETH0003_000000012335	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	94.92399999999999	35.0	0.00010545046410371567	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0108_000000005009	4654	0.6965032957790894	5	4	4	4	2	False	107300	maximal	True	AST0108_000000005009	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	1.1603459506988345e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0784_000000002043	6275	0.6965031407234966	5	4	2	4	4	False	93312	fragment	False	ISR0784_000000002043	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3609.0	97.756	76.0	0.0005090660798564219	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
FIJ0099_000000004185	5469	0.6965014644352903	6	6	5	3	5	False	42816	maximal	True	FIJ0099_000000004185	1.0		1	1	False	False	0.9998171329498291	0		MOBC			mobilizable	plasmid	2817.0	99.965	91.0	0.03305358295674629	CP021734.1	enterobacteria	Escherichia coli strain AR_0114 plasmid unitig_2, complete sequence	False	True
DEN0083_000000015895	1857	0.6965010976115695	1	1	1	1	1	False	105763	fragment	False	ENG0096_000000017381	0.618114406779661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	1.192577782662691e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0107_000000041433	1477	0.6965010976115695	1	1	1	1	1	False	105762	fragment	False	FIJ0136_000000018292	0.933377308707124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0102_000000024068	1353	0.6965010976115695	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.6870548221182962		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000030932	1383	0.6964953078635016	2	2	2	2	2	False	72835	fragment	False	DEN0045_000000030932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	71.905	15.0	4.7923367063357935e-05	CP030827.1	a-proteobacteria	Neorhizobium sp. NCHU2750 chromosome, complete genome	True	False
USA0001_01_000000007064	2290	0.6964888967683801	3	2	1	2	1	False	86635	fragment	False	USA0001_01_000000007064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	77.778	5.0	1.8096448721430822e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
ISR0358_000000006330	2980	0.6964788269000732	5	4	4	3	2	False	120968	fragment	False	AST0149_000000008152	0.3757986447241045		0	0	False	False	0.9996644258499146	0					non-mobilizable	other	2983.0	95.91	100.0	0.18715066256358726	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	False
ENG0204_000000000549	23480	0.6964747247973792	36	11	6	9	6	False	88376	fragment	False	ENG0204_000000000549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	96.76700000000001	4.0	0.9988425925925926	GQ882848.1		Uncultured organism clone VC1D588TR genomic sequence	True	False
SPA0008_000000006761	4206	0.6964704582640051	7	7	3	3	7	False	89662	maximal	True	SPA0008_000000006761	1.0		163	11	False	False	1.0	0					non-mobilizable	other	2654.0	98.38	100.0	0.000618716597002724	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0012_000000019293	1309	0.6964689570865397	2	2	2	2	2	False	50707	fragment	False	FIJ0108_000000018166	0.9579545454545455		0	0	False	False	1.0	0					non-mobilizable	plasmid	917.0	100.0	100.0	0.0038870382550762767	CP026274.1	enterobacteria	Klebsiella oxytoca strain KONIH4 plasmid pKPC-4b66, complete sequence	False	True
FIJ0001_000000016513	1290	0.6964689570865397	2	2	2	2	2	False	52523	maximal	True	FIJ0001_000000016513	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1150.0	99.913	95.0	0.004775303080049706	CP056712.1	enterobacteria	Enterobacter asburiae strain RHBSTW-00542 plasmid pRHBSTW-00542_2, complete sequence	False	True
TAN0012_000000001273	4843	0.6964662315755306	5	5	5	3	3	False	2599	maximal	True	TAN0012_000000001273	1.0		2	1	False	False	0.9995870590209961	0					non-mobilizable	no_good_hit	2235.0	72.66199999999999	46.0	0.0009371292848834496	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	False
MON0019_000000049342	1357	0.6964607133857633	1	1	1	1	1	False	13151	maximal	True	MON0019_000000049342	1.0		2	2	False	False	0.9896831512451172	0					non-mobilizable	no_good_hit								True	False
ISR0139_000000008931	2789	0.6964558366383091	5	5	3	4	3	True	122224	fragment	False	ISR0139_000000008931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	89.117	75.0	0.06663977410246066	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0109_000000017322	1872	0.6964427556787021	3	2	2	2	2	False	4656	maximal	True	SPA0109_000000017322	1.0		8	5	False	False	0.995192289352417	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	8.85617871157869e-05	NZ_FOPY01000004.1	g-proteobacteria	Halomonas xianhensis strain CGMCC 1.6848, whole genome shotgun sequence	True	False
ISR0794_000000008185	2422	0.696442715291231	4	4	4	4	3	False	98942	fragment	False	CHI0113_000000002935	0.9778768075547869		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	99.865	100.0	0.0002274044170615472	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
DEN0063_000000013692	3304	0.6964385744798571	4	3	2	3	3	False	117779	maximal	True	DEN0063_000000013692	1.0	PS794	1	1	False	True	0.9812348484992981	0					non-mobilizable	chromosome	3053.0	93.973	92.0	0.0005434500902073342	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0047_000000007149	2542	0.6964349907202633	3	2	2	2	2	False	126641	fragment	False	SPA0036_000000008803	0.6994138607204393		0	0	False	False	0.9984264373779297	0					non-mobilizable	virus	2542.0	99.213	100.0	0.14875307341060764	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
DEN0094_000000019029	1964	0.6964343675393947	2	2	2	1	1	False	68353	maximal	True	DEN0094_000000019029	1.0		1	1	False	False	0.9928717017173767	0					non-mobilizable	no_good_hit	727.0	90.646	44.0	0.0006496946614070633	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0021_000000005180	9382	0.6964338388911276	9	5	4	4	3	False	70934	maximal	True	FIJ0021_000000005180	1.0		6	2	False	False	0.9995736479759216	0					non-mobilizable	no_good_hit	1512.0	99.008	16.0	0.004132265307294501	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
DEN0079_000000015954	3232	0.6964328940053645	5	4	2	4	1	False	69617	maximal	True	DEN0079_000000015954	1.0		1	1	False	False	0.999690592288971	0					non-mobilizable	no_good_hit	2530.0	95.13799999999999	78.0	0.03438274462812168	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	True	False
SPA0127_000000006687	4379	0.6964308066373679	9	5	3	5	3	True	108199	fragment	False	ENG0095_000000006017	0.9724330357142856		0	0	False	False	0.9993149042129517	0					non-mobilizable	no_good_hit	651.0	78.648	15.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ENG0122_000000007569	3623	0.6964308066373679	6	5	3	5	3	True	108198	fragment	False	ENG0122_000000007569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	18.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0045_000000015702	1624	0.6964299576363311	2	2	2	1	1	False	32445	fragment	False	ISR0388_000000020088	0.956790835000703		0	0	False	False	0.9975369572639465	0					non-mobilizable	other	1625.0	99.2	100.0	0.03278423772609819	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0107_000000014490	2240	0.6964285503400869	2	2	1	2	1	False	4718	maximal	True	SPA0107_000000014490	1.0		0	0	False	False	0.9995535612106323	0					non-mobilizable	no_good_hit	1099.0	99.09	49.0	0.011651845406116688	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0032_000000013090	1776	0.6964220217413744	3	3	3	3	2	False	68550	maximal	True	ENG0032_000000013090	1.0		118	13	False	False	1.0	0					non-mobilizable	chromosome	1809.0	76.45100000000001	100.0	0.0005671509238548196	CP017831.1	firmicutes	Butyrivibrio hungatei strain MB2003 chromosome I, complete sequence	False	False
USA0080_01_000000035110	1186	0.6964173997651188	1	1	1	1	1	False	592	fragment	False	USA0080_01_000000035110	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	99.41	100.0	0.017088963557965475	NZ_CABJDM010000020.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
SPA0131_000000015603	1737	0.6964130532547227	2	2	2	2	1	False	3763	maximal	True	SPA0131_000000015603	1.0		0	0	False	False	0.9982728958129883	0					non-mobilizable	chromosome	1541.0	75.795	91.0	0.00042625829461417187	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0103_000000052571	1142	0.6964050888440669	1	1	1	1	1	False	8839	maximal	True	MON0103_000000052571	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000018930	1894	0.6964039226663743	2	2	2	2	1	False	104758	fragment	False	SPA0090_000000018930	0.9822109543260403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	6.47742427128977e-05	NZ_CVTA01000011.1	high GC Gram+	Mycolicibacterium komanii strain GPK 1020, whole genome shotgun sequence	True	False
FIJ0083_000000019156	1868	0.6964039226663743	2	2	2	2	1	False	104758	fragment	False	SPA0090_000000018930	0.9776480600123367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.627835995523451e-05	NZ_VFPI01000001.1	high GC Gram+	Halopolyspora algeriensis strain DSM 46680 Ga0314185_11, whole genome shotgun sequence	True	False
SPA0109_000000019838	1666	0.6964039226663743	2	2	2	2	1	False	104758	fragment	False	SPA0090_000000018930	0.5794623501886071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.627835995523451e-05	NZ_VFPI01000001.1	high GC Gram+	Halopolyspora algeriensis strain DSM 46680 Ga0314185_11, whole genome shotgun sequence	True	False
FIJ0126_000000024562	1611	0.6964039226663743	2	2	2	2	1	False	104758	fragment	False	SPA0090_000000018930	0.5685749855497755		0	0	False	False	0.9956548810005188	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.627835995523451e-05	NZ_VFPI01000001.1	high GC Gram+	Halopolyspora algeriensis strain DSM 46680 Ga0314185_11, whole genome shotgun sequence	True	False
AST0148_000000023460	1441	0.6964039226663743	2	2	2	2	1	False	104757	fragment	False	AST0148_000000023460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000030221	1457	0.6964014722247509	2	2	2	2	2	False	76763	fragment	False	DEN0001_000000030221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	97.22200000000001	22.0	6.673654375365578e-05	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ENG0176_000000003424	2411	0.6963979480552998	2	2	0	1	2	False	120138	fragment	False	ENG0176_000000003424	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2411.0	99.917	100.0	0.36968860254640284	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0008_000000012258	2044	0.6963965930887469	3	3	3	3	3	False	67431	maximal	False	SPA0090_000000016732	0.9771334276284771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	80.0	5.0	2.158869997623167e-05	NZ_CP010803.1	a-proteobacteria	Martelella endophytica strain YC6887 chromosome, complete genome	True	False
ENG0185_000000002784	8852	0.6963896490355452	8	6	6	6	5	True	76912	maximal	True	ENG0185_000000002784	1.0		15	5	False	False	0.9959331154823303	0					non-mobilizable	no_good_hit	777.0	76.319	9.0	0.0074504356610683165	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
MAD0013_000000022119	1158	0.6963886939220496	2	1	1	1	1	False	53411	fragment	False	ETH0001_000000031624	0.9455236486486487		0	0	False	False	0.9965457916259766	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000015176	1313	0.6963794751601243	1	1	1	1	1	False	68558	maximal	True	ISR0004_000000015176	1.0		1	1	False	False	0.9824828505516052	0					non-mobilizable	no_good_hit	890.0	99.43799999999999	68.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
ISR0207_000000010327	2760	0.6963786425218577	4	3	3	3	3	False	125351	fragment	False	ISR0212_000000010113	0.5439010195818723		0	0	False	False	0.9992753863334656	0					non-mobilizable	other	2761.0	98.913	100.0	0.010871797301993492	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0206_000000013526	1884	0.6963778537349985	1	1	1	1	1	False	53947	fragment	False	ENG0206_000000013526	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1884.0	99.31	100.0	0.008585236857703005	NZ_CABIXZ010000004.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0176_000000004753	6486	0.6963703044362702	4	3	1	3	2	False	107908	fragment	False	ISR0176_000000004753	0.9987019766950109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	2.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0189_000000001376	6464	0.6963703044362702	4	3	1	3	2	False	107908	fragment	False	ISR0176_000000004753	0.9979963460551662		0	0	False	False	0.9990717768669128	0					non-mobilizable	no_good_hit	135.0	94.074	2.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0007_000000002002	6444	0.6963703044362702	4	3	1	3	2	False	107908	fragment	False	ISR0176_000000004753	0.9970193546523239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	2.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0052_000000004429	6444	0.6963703044362702	4	3	1	3	2	False	107908	fragment	False	ISR0176_000000004753	0.9970193546523239		0	0	False	False	0.9987585544586182	0					non-mobilizable	no_good_hit	135.0	94.074	2.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0278_000000001344	6430	0.6963703044362702	4	3	1	3	2	False	107908	fragment	False	ISR0176_000000004753	0.9957134433080684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	2.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0222_000000009722	6357	0.6963703044362702	4	3	1	3	2	False	107908	fragment	False	ISR0176_000000004753	0.9827166005192505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	2.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ENG0188_000000004113	6332	0.6963703044362702	4	3	1	3	2	False	107908	fragment	False	ISR0176_000000004753	0.9814744146459761		0	0	False	False	0.9969993829727173	0					non-mobilizable	no_good_hit	135.0	94.074	2.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0858_000000001388	5556	0.6963703044362702	4	3	1	3	2	False	107904	fragment	False	ISR0858_000000001388	1.0		0	0	False	False	0.9998199939727783	0					non-mobilizable	no_good_hit	135.0	94.074	2.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0040_000000009880	2756	0.6963652222019894	4	3	3	2	3	False	107867	maximal	True	ISR0040_000000009880	1.0		0	0	False	False	0.9934688210487366	0					non-mobilizable	no_good_hit	1830.0	98.79799999999999	84.0	0.016766587829785674	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
ISR0112_000000020130	1799	0.6963637923905979	4	2	2	2	1	False	72830	maximal	True	ISR0112_000000020130	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0002_000000016775	1493	0.6963622109413711	2	2	1	2	1	True	53313	fragment	False	ISR0088_000000016470	0.9673985362608117		0	0	False	False	0.9839249849319458	0					non-mobilizable	no_good_hit								True	True
AST0116_000000001857	10744	0.6963585556745596	12	8	7	8	8	False	119435	maximal	False	DEN0078_000000001888	0.9885635864592863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3062.0	73.645	28.0	0.0010111288122232145	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0108_000000009335	1844	0.6963535363255043	2	1	1	1	1	False	61623	maximal	False	SPA0081_000000006621	0.9224972500330811		0	0	False	False	1.0	0					non-mobilizable	other	1845.0	96.85600000000001	100.0	0.008364042333036833	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0082_000000011383	1805	0.6963535363255043	2	1	1	1	1	False	61623	maximal	False	SPA0081_000000006621	0.6444666413137153		0	0	False	False	0.9994459748268127	0					non-mobilizable	other	1805.0	99.335	100.0	0.008187049576125038	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0048_000000011188	1790	0.6963535363255043	2	1	1	1	1	False	61623	maximal	False	SPA0081_000000006621	0.6423318126988545		0	0	False	False	0.9977653622627258	0					non-mobilizable	other	1790.0	99.49700000000001	100.0	0.008118975438851272	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AUS0024_000000027583	1160	0.6963509507455885	2	2	2	2	2	False	98774	fragment	False	FIJ0012_000000020475	0.9472628210625943		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	90.361	100.0	0.019097050584939858	NZ_CABIWU010000007.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0129_000000018983	1192	0.6963504865331888	3	2	2	2	2	False	40910	maximal	True	FIJ0129_000000018983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	97.419	52.0	0.00020835177588753986	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0266_000000017805	1209	0.6963489932731753	2	1	1	1	1	True	26558	fragment	False	ISR0266_000000017805	1.0		0	0	False	False	0.9892473220825195	0					non-mobilizable	no_good_hit								True	True
SPA0122_000000011760	2314	0.6963481338029932	3	3	2	2	2	False	121337	maximal	True	SPA0122_000000011760	1.0		1	1	False	False	0.9952463507652283	0					non-mobilizable	chromosome	1306.0	98.928	100.0	0.00041101766903180436	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0125_000000000348	27131	0.6963425175412918	58	38	11	20	30	False	54536	maximal	True	ISR0125_000000000348	1.0		1	1	False	False	0.9999262690544128	0	rep_cluster_1817				non-mobilizable	no_good_hit	10781.0	97.74600000000001	84.0	0.17824828384748986	CP001105.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
MAD0091_000000005420	2682	0.6963418764747108	3	2	2	2	2	False	15754	maximal	True	MAD0091_000000005420	1.0		1	1	False	False	0.9970171451568604	0					non-mobilizable	no_good_hit	481.0	72.34899999999999	18.0	0.010693608809172438	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
CHI0090_000000003765	3318	0.6963413790143295	5	4	3	3	1	False	102092	fragment	False	CHI0090_000000003765	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3325.0	97.594	100.0	0.05077910174152154	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0128_000000029925	1259	0.6963237857256409	2	2	1	2	2	False	9087	fragment	False	SPA0128_000000029925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0251_000000008180	1933	0.6963210660763639	4	3	2	3	3	False	78255	fragment	False	ISR0251_000000008180	1.0		0	0	False	False	0.998965322971344	0					non-mobilizable	no_good_hit	666.0	94.14399999999999	71.0	0.00020625817799676334	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0148_000000002045	5380	0.696320461076944	6	5	4	4	4	False	126411	fragment	False	CHI0148_000000002045	1.0		0	0	False	True	0.994795560836792	0					non-mobilizable	no_good_hit	3592.0	99.165	67.0	0.0010808802520167148	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0066_000000005734	5205	0.696320461076944	6	5	4	4	4	False	126394	fragment	False	FIJ0066_000000005734	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3551.0	99.465	68.0	0.003047346319320691	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
MAD0089_000000010295	2368	0.696318628759674	3	3	3	3	3	False	38959	maximal	True	MAD0089_000000010295	1.0		20	4	False	False	0.9966216087341309	0					non-mobilizable	chromosome	2359.0	94.913	100.0	0.00048810270376993043	NZ_CP025034.2	enterobacteria	Lelliottia nimipressuralis strain SGAir0187 chromosome, complete genome	False	False
ENG0141_000000004534	5786	0.6963140678822829	6	4	3	4	2	True	73415	maximal	True	ENG0141_000000004534	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	87.64299999999999	12.0	0.0031307220048109718	NZ_OLMR01000006.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0008_000000001918	5573	0.6963139399143121	6	6	6	5	4	False	124521	fragment	False	ISR0008_000000001918	1.0		0	0	False	False	0.9980261921882629	0					non-mobilizable	no_good_hit	1305.0	88.96600000000001	23.0	0.009652323170777015	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
CHI0110_000000000370	11597	0.6963135287563961	14	4	3	3	4	False	88847	fragment	False	CHI0110_000000000370	1.0		0	0	False	False	0.9996550679206848	0					non-mobilizable	no_good_hit	4102.0	87.396	70.0	0.0443668614674025	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
AST0090_000000008942	2631	0.6963101080681847	2	2	2	2	1	True	130207	fragment	False	AST0090_000000008942	1.0		0	0	False	False	0.9988597631454468	0					non-mobilizable	no_good_hit	860.0	78.605	33.0	0.0012051042358850758	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
SPA0018_000000004165	6270	0.6963095941284667	9	6	4	5	5	False	125899	fragment	False	ISR0338_000000003137	0.9338489866711882		0	0	False	False	0.9996809959411621	0					non-mobilizable	other	5269.0	95.179	99.0	0.10475505186784194	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
MAD0078_000000000813	7495	0.6963042250703947	13	4	1	4	2	False	16212	fragment	False	MAD0078_000000000813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0161_000000003468	2912	0.6963005608989765	4	3	3	3	3	False	78637	fragment	False	CHI0161_000000003468	0.9718786485434654		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	100.0	100.0	0.0006999642726569164	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
CHI0119_000000002094	4558	0.6962978901779013	4	3	3	3	2	False	96249	fragment	False	CHI0119_000000002094	1.0		0	0	False	False	0.9993418455123901	0					non-mobilizable	no_good_hit	2004.0	80.09	86.0	0.003210615745610486	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
USA0082_01_000000020461	1459	0.6962949662315968	4	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.020936594528849488		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	96.84700000000001	99.0	0.0003401541472209546	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
CHI0138_000000006223	2396	0.6962931594299324	3	3	3	3	3	False	102726	maximal	True	CHI0138_000000006223	1.0		6	3	False	False	0.9937395453453064	0					non-mobilizable	no_good_hit	1733.0	99.94200000000001	72.0	0.00042464812680404965	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0336_000000009320	1609	0.6962925153334009	2	1	1	1	1	False	108131	fragment	False	ISR0336_000000009320	0.9957143613847861		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	100.0	100.0	0.00840024448472754	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
SPA0093_000000016830	2309	0.6962882821065078	3	3	3	3	3	False	95292	fragment	False	ISR0384_000000006469	0.9697120331425565		0	0	False	False	1.0	0					non-mobilizable	chromosome	2309.0	98.787	100.0	0.0006690465941093173	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0090_000000011526	1206	0.6962809791268426	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.07977329299969306		0	0	False	False	1.0	0					non-mobilizable	chromosome	1224.0	79.41199999999999	100.0	0.00032291986013416313	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0201_000000014617	2069	0.6962761264634827	3	3	3	3	3	False	94374	fragment	False	SPA0109_000000014185	0.9615557553956835		0	0	False	False	0.9748671054840088	0					non-mobilizable	no_good_hit	448.0	98.884	22.0	0.0037495910680882118	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ITA0002_000000005324	1839	0.6962747898847133	2	2	2	2	1	False	106746	fragment	False	ITA0002_000000005324	1.0		0	0	False	False	0.9989124536514282	0					non-mobilizable	other	1839.0	99.07600000000001	100.0	0.008770632220382414	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0840_000000001334	8396	0.6962698371582653	10	5	3	3	3	False	132498	fragment	False	ISR0032_000000003111	0.04316453262839945		0	0	False	False	0.99797523021698	0					non-mobilizable	no_good_hit	1728.0	99.76899999999999	43.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0171_000000010866	2501	0.6962677544966968	2	2	2	2	2	False	29995	maximal	True	ISR0171_000000010866	1.0		2	2	False	False	0.9888044595718384	0					non-mobilizable	no_good_hit	1164.0	82.045	46.0	0.009801092970367605	NZ_LT985084.1	euryarchaeotes	Methanobrevibacter oralis strain M2 CSUR P5920, whole genome shotgun sequence	True	False
ISR0187_000000017548	1631	0.6962603421683021	2	2	2	2	2	False	29290	maximal	True	ISR0187_000000017548	1.0		662	14	False	False	0.9981606602668762	0					non-mobilizable	chromosome	1632.0	87.868	100.0	0.0005476386742633722	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0060_000000003939	3830	0.6962575891424302	4	4	4	4	3	False	16868	maximal	True	MAD0060_000000003939	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	2.0	0.00039249401913875597	NZ_QLMH01000007.1	firmicutes	Anoxybacillus vitaminiphilus strain CGMCC 1.8979 Ga0171590_107, whole genome shotgun sequence	True	False
ENG0100_000000013686	2207	0.6962480970595788	3	1	1	1	1	False	94023	fragment	False	ENG0100_000000013686	1.0		0	0	False	False	0.9995468854904175	0					non-mobilizable	no_good_hit								True	False
DEN0023_000000000026	25252	0.6962408850012872	32	11	7	9	3	True	74402	fragment	False	DEN0023_000000000026	1.0		0	0	False	False	0.999841570854187	0					non-mobilizable	no_good_hit	59.0	84.74600000000001	0.0	0.0007160847449256754	NZ_WEHZ01000025.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00025, whole genome shotgun sequence	True	True
ISR0392_000000019536	1755	0.6962399169077312	2	2	2	2	2	False	108217	fragment	False	MON0069_000000027274	0.7172431475131358		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	87.913	99.0	0.023753066790937374	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
ISR0121_000000011177	2237	0.6962361321197249	2	2	2	2	2	False	118061	fragment	False	ISR0121_000000011177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	79.762	8.0	0.003072394443933401	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
ISR0017_000000007718	4288	0.6962267668977348	5	5	4	4	4	False	88707	fragment	False	ISR0017_000000007718	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4290.0	98.85799999999999	100.0	0.008466680090174388	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0064_000000005688	3754	0.6962267668977348	5	5	4	4	4	False	62391	fragment	False	SPA0064_000000005688	1.0		0	0	False	False	0.9962706565856934	0					non-mobilizable	other	3741.0	98.77	99.0	0.007382929246270042	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0180_000000006466	2052	0.6962266682320554	3	3	3	3	2	False	80900	maximal	True	CHI0180_000000006466	1.0		22	6	False	False	1.0	0					non-mobilizable	other	2052.0	98.148	100.0	0.000569560846649005	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0173_000000005778	1672	0.6962208386558205	3	3	3	3	3	False	127727	fragment	False	ISR0173_000000005778	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	99.34200000000001	100.0	0.01649897807047858	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ENG0052_000000025427	1318	0.6962199791120345	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.05548150664290404		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	95.26299999999999	100.0	0.0003780218279872684	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0037_01_000000018470	1838	0.6962112301706176	2	1	1	1	1	False	104390	fragment	False	USA0037_01_000000018470	0.9950809801339575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.447684360728454e-07	CP039348.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu02	True	False
ISR0140_000000012995	1803	0.6962112301706176	2	1	1	1	1	False	104390	fragment	False	USA0037_01_000000018470	0.9901507213755595		0	0	False	False	0.9755962491035461	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.447684360728454e-07	CP039348.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu02	True	False
ISR0048_000000010947	1747	0.6962112301706176	2	1	1	1	1	False	104390	fragment	False	USA0037_01_000000018470	0.9773841522380027		0	0	False	False	0.9782484173774719	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000020377	1731	0.6962112301706176	2	1	1	1	1	False	104390	fragment	False	USA0037_01_000000018470	0.9541735135572493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0127_000000014759	1717	0.6962112301706176	2	1	1	1	1	False	104390	fragment	False	USA0037_01_000000018470	0.9678944937978424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0206_000000015219	1711	0.6962112301706176	2	1	1	1	1	False	104390	fragment	False	USA0037_01_000000018470	0.9647412438494941		0	0	False	False	0.9964932799339294	0					non-mobilizable	no_good_hit								True	False
AST0149_000000017093	1559	0.6962112301706176	2	1	1	1	1	False	104390	fragment	False	USA0037_01_000000018470	0.42408119016368695		0	0	False	False	0.9929441809654236	0					non-mobilizable	no_good_hit								True	False
ISR0265_000000011396	1515	0.6962112301706176	2	1	1	1	1	False	104390	fragment	False	USA0037_01_000000018470	0.21901503812985532		0	0	False	False	0.9986798763275146	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000023836	1391	0.6962112301706176	2	1	1	1	1	False	30228	fragment	False	ISR0198_000000023836	1.0		0	0	False	False	0.9920920133590698	0					non-mobilizable	no_good_hit	96.0	86.458	7.0	0.00013468442570126416	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	True	False
ISR0165_000000019603	1263	0.6962112301706176	2	1	1	1	1	False	30227	fragment	False	ISR0165_000000019603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000026850	1206	0.6962112301706176	1	1	1	1	1	False	27778	fragment	False	ISR0223_000000026850	1.0		0	0	False	False	0.9966832399368286	0					non-mobilizable	no_good_hit								True	False
ISR0119_000000020840	1496	0.6962049996094889	1	1	1	1	1	False	65946	fragment	False	ISR0119_000000020840	0.9970776889822143		0	0	False	False	1.0	0					non-mobilizable	chromosome	1469.0	86.521	98.0	0.00041727465888436626	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0105_000000022428	1486	0.6962049996094889	1	1	1	1	1	False	65946	fragment	False	ISR0119_000000020840	0.99210126650937		0	0	False	False	0.9986541271209717	0					non-mobilizable	chromosome	1435.0	86.76	97.0	0.0004078881123654951	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0095_000000002658	2971	0.6961995383209778	2	2	2	2	2	False	104989	maximal	True	CHI0095_000000002658	1.0		120	10	False	False	0.9996634125709534	0					non-mobilizable	other	2972.0	99.19200000000001	100.0	0.06197829716193656	NZ_AGDG01000042.1	CFB group bacteria	Bacteroides faecis MAJ27 contig042, whole genome shotgun sequence	False	False
ISR0029_000000020154	2202	0.6961961061729054	3	3	3	3	3	False	120333	maximal	True	ISR0029_000000020154	0.9932112403521578		81	10	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	71.404	26.0	0.004081219887459459	NZ_HE610719.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	True	False
CHI0074_000000006469	2202	0.6961961061729054	3	3	3	3	3	False	120333	maximal	False	ISR0029_000000020154	0.9927234687594189		0	0	False	False	0.9990917444229126	0					non-mobilizable	no_good_hit	397.0	73.804	18.0	0.00022916547613355273	CP026606.1	euryarchaeotes	Methanococcus maripaludis strain DSM 2067 chromosome, complete genome	True	False
MON0101_000000043016	1527	0.6961907656705294	3	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9313097428620345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	83.98899999999999	55.0	0.003458539345189777	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
SPA0095_000000004934	4209	0.6961890719856983	6	3	2	3	2	True	55016	maximal	True	SPA0095_000000004934	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	4142.0	94.568	100.0	0.0009369091996745592	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0152_000000004147	5357	0.6961890308267763	8	4	2	4	1	False	85339	maximal	True	ENG0152_000000004147	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	77.119	20.0	0.0004546933621233965	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ISR0089_000000003093	6737	0.6961841898853489	6	5	2	5	1	False	61944	fragment	False	ISR0089_000000003093	1.0		0	0	False	False	0.9998515844345093	0					non-mobilizable	no_good_hit	337.0	81.009	12.0	7.477720399132228e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0004_000000015488	2586	0.6961813381022934	3	2	2	1	1	True	127710	maximal	True	MON0004_000000015488	1.0	PS1022	11	2	False	True	1.0	0					non-mobilizable	no_good_hit	1721.0	92.56200000000001	67.0	0.0037138879521301893	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
MON0076_000000003854	9000	0.6961773198441806	13	8	5	6	6	False	121824	fragment	False	CHI0054_000000001402	0.8474378009429788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7251.0	97.573	81.0	0.002036357668266488	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0079_000000007811	3088	0.6961752262463681	5	1	1	1	1	False	41193	maximal	True	SPA0079_000000007811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0105_000000020552	2635	0.6961733300827225	5	1	1	1	1	False	99918	fragment	False	MON0105_000000020552	1.0		0	0	False	False	0.9863377809524536	0					non-mobilizable	no_good_hit	402.0	94.77600000000001	19.0	0.006895128703337517	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0016_000000010609	2132	0.6961733300827225	3	1	1	1	1	False	75293	fragment	False	ENG0016_000000010609	1.0		0	0	False	False	0.9863977432250977	0					non-mobilizable	no_good_hit	256.0	96.875	20.0	0.0043846828412744815	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0291_000000011332	1341	0.6961733300827225	1	1	1	1	1	False	75269	fragment	False	ISR0291_000000011332	1.0		0	0	False	False	0.9962714314460754	0					non-mobilizable	no_good_hit								True	False
ISR0840_000000002931	4524	0.696168868171327	6	4	3	4	2	False	111796	maximal	True	ISR0840_000000002931	1.0		22	7	False	False	0.9997789859771729	0					non-mobilizable	no_good_hit	792.0	79.419	43.0	0.0004615274608839226	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AUS0002_000000009434	3591	0.6961637263157906	4	4	2	2	3	False	107949	fragment	False	AUS0002_000000009434	1.0		0	0	False	False	0.9997215270996094	0					non-mobilizable	other	3595.0	97.58	99.0	0.005965317151324473	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0116_01_000000015879	1548	0.6961570155332164	2	2	2	2	2	False	118600	fragment	False	USA0116_01_000000015879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1372.0	96.647	89.0	0.0002650075272590924	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
DEN0010_000000000663	30345	0.6961495482535038	44	15	11	13	10	False	101253	maximal	True	DEN0010_000000000663	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	97.93700000000001	7.0	0.000429508768884621	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
DEN0061_000000035704	1232	0.6961432404954135	2	2	2	2	1	False	71782	fragment	False	DEN0061_000000035704	0.9933510638297872		0	0	False	False	0.9902597665786743	0					non-mobilizable	no_good_hit	144.0	84.02799999999999	12.0	4.44870579993019e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0123_000000003259	3260	0.6961425436994065	3	2	2	2	2	False	78369	maximal	True	ENG0123_000000003259	1.0		55	6	False	False	1.0	0					non-mobilizable	other	2919.0	99.041	90.0	0.030088605114134526	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0161_000000012451	2440	0.6961414050761482	2	1	1	1	1	False	30403	maximal	True	ISR0161_000000012451	1.0		6	2	False	False	0.9983606338500977	0					non-mobilizable	no_good_hit								True	False
ENG0020_000000002241	9077	0.6961342153913794	11	8	5	5	5	True	96773	backbone	False	ENG0153_000000002663	0.9974471564157259	PS519|PS520	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1982.0	85.21700000000001	54.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0282_000000003872	4999	0.6961311549629468	6	5	5	5	4	False	49876	maximal	True	ISR0282_000000003872	1.0		1	1	False	False	0.9927985668182373	0					non-mobilizable	no_good_hit	671.0	89.12100000000001	40.0	0.0007685615684647781	AP014598.1	CFB group bacteria	Prevotella intermedia DNA, complete genome, strain: OMA14, chromosome: II	True	False
ISR0355_000000011867	1730	0.6961265174371412	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5456728708916181		0	0	False	False	0.9994219541549683	0					non-mobilizable	other	1731.0	94.223	100.0	0.004917888321294457	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
FIJ0120_000000004346	5033	0.6961253758615553	10	6	6	6	4	True	41554	fragment	False	FIJ0120_000000004346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	72.266	20.0	0.12492215718022169	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0047_01_000000010706	3292	0.6961251253373131	3	3	3	3	1	False	1175	fragment	False	USA0047_01_000000010706	1.0		0	0	False	False	0.9814702272415161	0					non-mobilizable	no_good_hit	56.0	98.214	2.0	1.472856986389998e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0265_000000014609	1217	0.6961234703708623	3	2	1	1	2	False	63925	fragment	False	ISR0380_000000008723	0.4836160370084811		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	99.91799999999999	100.0	0.023883411242487333	NZ_JAAIPV010000031.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_31_length_50914_cov_74.5275, whole genome shotgun sequence	False	False
ENG0159_000000010407	2199	0.6961214294543929	3	2	1	2	1	False	118625	fragment	False	USA0052_01_000000006917	0.6658948729213768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	90.915	83.0	0.0002725155771651279	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
FIJ0083_000000012676	2770	0.6961200203345009	4	4	4	4	2	False	126258	maximal	True	FIJ0083_000000012676	0.999236641221374		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	80.02199999999999	73.0	0.0004811958273371753	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0100_000000010956	3707	0.6961163372947597	3	3	3	3	3	False	67983	fragment	False	MON0100_000000010956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	73.742	17.0	0.003058582107783261	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
SPA0102_000000026800	1145	0.6961149505107701	2	2	2	2	2	False	22598	fragment	False	ISR0398_000000019721	0.9886561954624782		0	0	False	False	0.9877729415893555	0					non-mobilizable	other	1129.0	99.20299999999999	99.0	0.031645392060597556	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
ISR0213_000000003492	6182	0.6961072278727679	4	3	3	3	1	True	111337	fragment	False	ISR0213_000000003492	0.9757368506757857		0	0	False	False	0.9966030120849609	0					non-mobilizable	no_good_hit	262.0	90.07600000000001	4.0	0.0010667498184473868	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0094_000000024229	1571	0.6961059914377095	2	2	1	2	1	False	18699	fragment	False	MON0094_000000024229	1.0		0	0	False	False	0.9993634819984436	0					non-mobilizable	no_good_hit	1316.0	73.176	83.0	0.004746835443037975	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
FIJ0023_000000018605	1796	0.6961049565764695	2	2	2	2	1	False	91447	fragment	False	DEN0010_000000023730	0.32195901485241585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	1.364351673728161e-05	NZ_CP009211.1	high GC Gram+	Corynebacterium imitans strain DSM 44264 chromosome, complete genome	True	False
FIJ0009_000000009217	3900	0.6961036725980736	5	2	0	2	0	True	64871	backbone	False	ISR0048_000000005110	0.48289858929997337	PS290	0	0	False	True	0.9979487061500549	0					non-mobilizable	no_good_hit								True	True
USA0080_01_000000014958	2911	0.6961032405933661	5	2	2	2	1	False	616	fragment	False	USA0080_01_000000014958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.024	XM_011035181.1	eudicots	PREDICTED: Populus euphratica uncharacterized LOC105131956 (LOC105131956), mRNA	True	False
USA0010_01_000000017656	1498	0.6961026320751569	2	2	2	2	1	False	2049	maximal	True	USA0010_01_000000017656	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	74.27199999999999	14.0	3.1339609283070156e-05	CP049910.1	b-proteobacteria	Diaphorobacter sp. HDW4A chromosome, complete genome	True	False
ENG0133_000000015956	1529	0.6960919585021791	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.26437017591905926		0	0	False	False	0.9973838925361633	0					non-mobilizable	other	1529.0	98.038	100.0	0.00047504711583869924	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0003_000000041494	1178	0.6960871145754022	2	2	2	2	2	False	96375	fragment	False	CAN0003_000000041494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	80.755	44.0	0.00014763927892299963	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
AST0048_000000010275	1534	0.6960855444295906	2	2	2	1	1	False	125789	maximal	False	ENG0129_000000018075	0.9272672337311212		0	0	False	False	1.0	0					non-mobilizable	other	1503.0	99.00200000000001	98.0	0.000516434443082873	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
DEN0022_000000028932	1444	0.6960841568044502	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7379989524962899		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	79.94	92.0	0.0003611540431887053	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
DEN0073_000000013917	3517	0.6960800866477991	4	3	1	1	3	False	70201	fragment	False	DEN0073_000000013917	1.0		0	0	False	False	0.9980096817016602	0					non-mobilizable	no_good_hit								True	False
AUS0022_000000019113	1790	0.6960788632068046	2	2	2	2	2	False	99196	fragment	False	AUS0022_000000019113	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	99.385	100.0	0.0035477448320720894	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
CHI0165_000000006273	2585	0.69607671832334	5	2	2	2	0	True	78328	fragment	False	CHI0165_000000006273	1.0		0	0	False	False	0.9992263317108154	0					non-mobilizable	other	2394.0	97.82799999999999	93.0	0.000640826685169321	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0209_000000007299	4031	0.6960764022679156	5	2	2	1	1	False	88888	fragment	False	ISR0209_000000007299	1.0		0	0	False	False	0.9997519254684448	0					non-mobilizable	no_good_hit	563.0	97.15799999999999	14.0	0.0029607152076451776	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
ISR0107_000000013082	2025	0.6960763997028611	4	2	2	2	2	False	32845	maximal	True	ISR0107_000000013082	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	77.358	10.0	0.00048245168558000385	NZ_SMGQ01000013.1	firmicutes	Natranaerovirga hydrolytica strain DSM 24176 Ga0244688_103, whole genome shotgun sequence	True	False
CHI0054_000000013531	1292	0.6960615787057508	2	2	2	2	1	False	86308	maximal	False	ISR0391_000000011281	0.9569274946159368		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.226	100.0	0.1046869931884528	NZ_CYXV01000026.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0048_000000008318	3662	0.6960546666185861	3	3	3	3	3	False	111069	fragment	False	FIJ0095_000000004547	0.40532980681562986		0	0	False	False	0.9975423216819763	0					non-mobilizable	no_good_hit	515.0	72.42699999999999	14.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0159_000000005337	4154	0.6960435367245136	5	5	5	5	4	False	124954	fragment	False	ENG0184_000000004383	0.7031070458432792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2970.0	78.855	71.0	0.007043992871256441	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0097_000000010447	3270	0.6960360239372964	4	4	4	4	3	False	9241	maximal	True	MON0097_000000010447	1.0		30	10	False	False	0.9816513657569885	0					non-mobilizable	no_good_hit	91.0	80.22	3.0	1.5754013334897065e-05	NZ_AP022570.1	high GC Gram+	Mycolicibacterium poriferae strain JCM 12603	True	False
MON0054_000000047785	1012	0.6960310066015907	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.028165733676286386	PS730	0	0	False	True	0.9990118741989136	0					non-mobilizable	other	1005.0	92.736	100.0	0.00031140940599511325	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0045_000000021262	1144	0.6960288687999888	2	2	2	2	2	False	6745	fragment	False	SPA0045_000000021262	0.9973190348525469		0	0	False	False	0.9991258978843689	0					non-mobilizable	other	1144.0	99.56299999999999	100.0	0.005716800792249559	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0378_000000020196	1549	0.6960271596117221	2	1	1	1	1	False	34085	fragment	False	ISR0378_000000020196	1.0		0	0	False	False	0.9638476371765137	0					non-mobilizable	no_good_hit	112.0	76.786	7.0	4.390161134734045e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
MON0092_000000041873	1332	0.6960271596117221	1	1	1	1	1	False	34084	fragment	False	MON0092_000000041873	0.9710871241326138		0	0	False	False	0.9466966986656189	0					non-mobilizable	no_good_hit	112.0	76.786	8.0	4.390161134734045e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0042_000000005205	4519	0.6960239078625888	4	4	4	4	3	False	89742	maximal	True	FIJ0042_000000005205	1.0		316	14	False	False	1.0	0					non-mobilizable	chromosome	4519.0	99.934	100.0	0.0010054863322404585	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0155_000000017875	1210	0.6960194577996343	2	2	1	2	1	False	45767	fragment	False	FIJ0061_000000022692	0.9730032656739316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	90.152	35.0	7.015711191713245e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0082_000000027483	1239	0.6960193951221378	2	2	2	2	2	False	34136	maximal	True	ISR0082_000000027483	1.0		94	12	False	False	1.0	0					non-mobilizable	chromosome	1240.0	95.484	100.0	0.0005073290192608815	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
ISR0820_000000020419	1287	0.6960171546651143	2	2	1	2	1	False	21266	maximal	True	ISR0820_000000020419	1.0		26	7	False	False	0.9906759858131409	0					non-mobilizable	no_good_hit								True	False
MON0033_000000053240	1103	0.6960171102076506	1	1	1	1	1	False	12260	fragment	False	MON0033_000000053240	1.0		0	0	False	False	0.9392565488815308	0					non-mobilizable	no_good_hit	295.0	73.559	26.0	4.446270817278424e-05	NZ_FMIA01000002.1	high GC Gram+	Micromonospora yangpuensis strain DSM 45577, whole genome shotgun sequence	True	False
FIJ0147_000000010486	1975	0.6960150318752882	3	3	2	2	1	False	39941	fragment	False	FIJ0147_000000010486	1.0		0	0	False	False	0.9913924336433411	0					non-mobilizable	no_good_hit	663.0	88.98899999999999	36.0	0.005610824392231427	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	False
CHI0064_000000005056	3499	0.6960104183957218	4	4	3	4	3	False	87719	fragment	False	SPA0014_000000005508	0.9279669798596752		0	0	False	False	0.9974278211593628	0					non-mobilizable	no_good_hit	114.0	79.825	3.0	0.904	KU546458.1	bacteria	Uncultured bacterium clone PE_03F_000_Contig_27 genomic sequence	True	False
ISR0221_000000005898	3865	0.6960102343292099	4	4	3	3	2	False	27969	maximal	True	ISR0221_000000005898	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3734.0	86.12700000000001	96.0	0.0027705685569058146	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
ISR0776_000000010035	2457	0.6960072115091851	4	4	4	4	4	False	22426	fragment	False	ISR0776_000000010035	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2462.0	85.41799999999999	100.0	0.0003914748107885036	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0058_01_000000005838	3500	0.6960049615125219	6	2	2	1	1	False	947	maximal	True	USA0058_01_000000005838	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	97.198	56.0	0.00016488185513454694	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0303_000000004752	2559	0.6960049615125219	4	2	2	1	1	False	25514	fragment	False	ISR0303_000000004752	1.0		0	0	False	False	0.9937475323677063	0					non-mobilizable	no_good_hit	750.0	95.46700000000001	62.0	0.00013589157847774944	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
ENG0010_000000004201	4515	0.6960031826084365	4	4	4	4	4	False	67282	maximal	True	ENG0010_000000004201	1.0		62	10	False	False	0.9997785091400146	0					non-mobilizable	no_good_hit	1100.0	72.90899999999999	24.0	0.0035064473386549463	NZ_LS999945.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
USA0055_01_000000018804	1403	0.6959993038525158	2	2	2	2	2	False	99809	fragment	False	USA0055_01_000000018804	0.9951702575564874		0	0	False	False	0.9978617429733276	0					non-mobilizable	other	1408.0	86.506	100.0	0.014660429370979867	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ISR0015_000000001611	13074	0.6959919624067071	6	4	4	4	1	True	130443	fragment	False	ISR0049_000000001584	0.9267857879284339		0	0	False	True	0.9996940493583679	0					non-mobilizable	no_good_hit	130.0	98.462	2.0	0.14527027027027026	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
ISR0233_000000008953	1819	0.6959850145426083	2	2	2	2	1	False	108777	fragment	False	FIJ0121_000000012940	0.7126960312199998		0	0	False	False	1.0	0					non-mobilizable	other	1823.0	96.59899999999999	100.0	0.011119392954459364	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
USA0093_01_000000002395	8153	0.6959845756918467	11	7	2	2	7	False	85250	maximal	True	USA0093_01_000000002395	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	2606.0	86.416	79.0	0.0005757198163560401	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0058_000000014392	2307	0.6959807755587125	3	3	3	3	3	False	122161	maximal	True	ENG0058_000000014392	1.0		4	3	False	False	1.0	0					non-mobilizable	other	962.0	93.45100000000001	98.0	0.0002894175569544238	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0077_000000026761	1649	0.6959789437071011	3	3	3	2	2	False	10214	fragment	False	MON0077_000000026761	1.0		0	0	False	False	0.9981806874275208	0					non-mobilizable	no_good_hit	79.0	83.544	5.0	0.0002667058747097864	NZ_FQXV01000004.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
USA0042_01_000000007518	3086	0.6959741038798787	3	2	0	2	0	False	92663	fragment	False	MON0015_000000010856	0.9252721388643719		0	0	False	False	0.9977316856384277	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000015363	2312	0.6959741038798787	2	2	0	2	0	False	69501	fragment	False	FIJ0032_000000015363	1.0		0	0	False	False	0.999567449092865	0					non-mobilizable	no_good_hit								True	False
ISR0847_000000001052	15601	0.6959730720448708	14	12	8	11	8	True	20654	maximal	True	ISR0847_000000001052	1.0		2	2	False	False	0.9999359250068665	0					non-mobilizable	other	11343.0	97.04700000000001	95.0	0.17479832153972408	NZ_CBVI010000112.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0092_000000021282	2087	0.6959723227356571	3	3	3	3	3	False	79664	fragment	False	MON0105_000000018460	0.4180084789936486		0	0	False	False	1.0	0					non-mobilizable	other	2087.0	99.281	100.0	0.008078914652424643	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0225_000000001105	8751	0.6959692833527873	7	5	4	5	5	True	100766	maximal	True	ISR0225_000000001105	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1505.0	94.485	35.0	0.0004552687130434941	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ENG0069_000000012579	1453	0.695968764472872	2	2	2	2	1	False	62475	fragment	False	ENG0069_000000012579	0.9654427645788337		0	0	False	False	0.9944941401481628	0					non-mobilizable	no_good_hit	779.0	69.961	53.0	0.00023964364613416217	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CHI0007_000000000685	10779	0.6959665528537631	13	10	2	8	4	True	116730	maximal	True	CHI0007_000000000685	1.0		175	8	False	False	1.0	0					non-mobilizable	other	8621.0	99.919	99.0	0.04262515576478035	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0386_000000024617	1141	0.6959634811274539	2	2	2	2	1	True	22986	fragment	False	ISR0386_000000024617	1.0		0	0	False	False	0.9982471466064453	0					non-mobilizable	other	1141.0	99.56200000000001	100.0	0.0003838911203963373	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
ENG0040_000000011623	1996	0.695960897962671	2	2	2	2	2	False	86326	fragment	False	SPA0097_000000015930	0.9692011549566891		0	0	False	False	1.0	0					non-mobilizable	chromosome	1997.0	98.147	100.0	0.000643347365998576	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0120_000000017142	2421	0.6959552769468842	3	3	3	3	2	False	4180	maximal	True	SPA0120_000000017142	1.0		44	8	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	100.0	50.0	0.0003640554692542176	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
AST0033_000000007478	1752	0.6959473274175793	3	1	1	1	1	False	117051	maximal	True	AST0033_000000007478	1.0		19	4	False	False	1.0	0					non-mobilizable	other	1235.0	97.814	91.0	0.014415045850125577	NZ_JAAIPV010000014.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_14_length_85605_cov_116.177, whole genome shotgun sequence	False	False
CHI0037_000000005620	2382	0.6959411073017215	3	3	3	3	1	False	87980	fragment	False	CHI0037_000000005620	1.0		0	0	False	False	0.99370276927948	0					non-mobilizable	chromosome	2385.0	97.35799999999999	100.0	0.0011922974782208162	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	False
MON0101_000000018812	3223	0.695940847971045	4	4	4	4	4	False	9065	maximal	True	MON0101_000000018812	1.0		3	1	False	False	0.9959664940834045	0					non-mobilizable	no_good_hit	1059.0	84.891	33.0	0.00027985755118011023	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0017_000000002621	9988	0.6959404060162334	10	7	4	5	4	False	126277	fragment	False	FIJ0017_000000002621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	73.749	14.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
ISR0395_000000001900	16682	0.69593549385682	17	8	5	7	5	True	55423	fragment	False	ISR0395_000000001900	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	123.0	88.618	1.0	0.0005741392617133822	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
ISR0048_000000014092	1343	0.6959335933263748	2	2	2	1	1	False	76106	fragment	False	ISR0081_000000017451	0.8036391794125688		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	96.805	100.0	0.004436893844428317	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
MAD0048_000000012481	1912	0.6959321178223626	3	3	3	3	3	False	17549	maximal	True	MAD0048_000000012481	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	79.637	52.0	0.01016230894242044	NZ_CBYM010000011.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0060_000000019523	1600	0.6959274495657451	3	2	2	2	2	False	63319	maximal	True	ENG0060_000000019523	1.0		50	6	False	False	0.9862499833106995	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	0.0002475707123847249	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0211_000000010290	2512	0.6959198599545399	4	4	2	2	2	False	115344	fragment	False	ENG0211_000000010290	0.9675534058847239		0	0	False	False	0.9976114630699158	0					non-mobilizable	other	2509.0	93.304	99.0	0.000582788106829866	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
AST0151_000000007264	2192	0.6959198599545399	4	4	2	2	2	False	115343	fragment	False	AST0151_000000007264	1.0		0	0	False	False	0.9968065619468689	0					non-mobilizable	other	2203.0	92.374	100.0	0.0005132641453265433	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0095_000000017128	1938	0.6959198599545399	4	4	2	2	2	False	63705	fragment	False	ISR0095_000000017128	1.0		0	0	False	False	0.9917440414428711	0					non-mobilizable	other	1951.0	93.285	100.0	0.0004547053723824695	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0087_000000009087	1294	0.69591540129666	4	4	2	3	2	False	68871	fragment	False	ISR0829_000000012462	0.6858479474838356		0	0	False	False	0.9922720193862915	0					non-mobilizable	no_good_hit	1070.0	98.411	83.0	0.00028647413318126175	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0149_000000023204	1719	0.695915203762036	2	2	2	2	1	False	3292	fragment	False	SPA0149_000000023204	1.0		0	0	False	False	0.9842932224273682	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	0.004697430229345123	NZ_CAPF01000012.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
MAD0014_000000002033	10639	0.6959151373071549	18	4	0	4	0	False	43868	maximal	True	MAD0014_000000002033	1.0		3	1	False	False	0.9993420243263245	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.742809308237548e-07	CP046701.1	eudicots	Solanum tuberosum cultivar MSH/14-112 chromosome 8	True	False
FIJ0086_000000003147	9097	0.6959151373071549	17	4	0	4	0	False	43867	fragment	False	FIJ0086_000000003147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.742809308237548e-07	CP046701.1	eudicots	Solanum tuberosum cultivar MSH/14-112 chromosome 8	True	False
FIJ0132_000000012792	2447	0.6959141385299172	4	3	2	3	2	False	80509	maximal	False	FIJ0109_000000010352	0.9395193065405831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1859.0	96.34200000000001	76.0	0.0008655949332848302	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0121_000000013734	1877	0.6959141385299172	3	3	2	3	2	False	80505	maximal	True	FIJ0121_000000013734	1.0		2	1	False	False	0.9989344477653503	0					non-mobilizable	chromosome	1878.0	95.47399999999999	100.0	0.0008744560883130692	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0074_000000017891	1689	0.6959141385299172	4	3	2	3	2	False	80504	fragment	False	ISR0378_000000014294	0.8478868941928681		0	0	False	False	1.0	0					non-mobilizable	chromosome	1690.0	97.041	100.0	0.0007872436677719792	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0171_000000012472	1673	0.6959141385299172	4	3	2	3	2	False	80504	fragment	False	ISR0378_000000014294	0.852243557811975		0	0	False	False	0.9886431694030762	0					non-mobilizable	chromosome	767.0	99.087	100.0	0.0003567780840317323	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0009_000000041079	1104	0.6959090185331598	2	2	2	2	1	False	51114	maximal	True	FIJ0009_000000041079	1.0		2	1	False	False	0.9990941882133484	0					non-mobilizable	no_good_hit	74.0	81.081	7.0	0.002357881136950904	NZ_AEZA01000055.1	g-proteobacteria	Vibrio anguillarum 96F contig00059, whole genome shotgun sequence	True	False
ISR0075_000000024344	1153	0.6958991923416624	2	1	1	1	1	False	34606	fragment	False	ISR0075_000000024344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	82.412	17.0	4.375648295607249e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0069_000000004641	5165	0.6958949963485005	6	5	3	5	5	True	82411	maximal	True	ISR0069_000000004641	1.0		1	1	False	False	0.9992255568504333	0					non-mobilizable	no_good_hit	3304.0	99.546	64.0	0.04402473809079519	CP032262.1	enterobacteria	Escherichia coli strain AR_0067 plasmid unnamed4, complete sequence	True	True
ISR0207_000000020193	1498	0.6958942578281925	2	1	1	1	1	False	106747	fragment	False	ENG0190_000000019715	0.9620112048888297		0	0	False	False	0.9712950587272644	0					non-mobilizable	other	1499.0	98.46600000000001	100.0	0.00714820841465335	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0059_01_000000004846	5373	0.6958898453965905	5	5	5	5	4	False	934	maximal	True	USA0059_01_000000004846	1.0		12	5	False	False	0.9977666139602661	0					non-mobilizable	no_good_hit	1217.0	76.74600000000001	33.0	0.000337797120950664	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0222_000000006180	10346	0.6958804160697935	16	9	4	5	7	True	106872	fragment	False	ISR0222_000000006180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	96.323	19.0	0.00027818310592291084	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0006_000000024998	1257	0.6958795833979368	1	1	1	1	1	False	8233	fragment	False	SPA0006_000000024998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	73.52600000000001	71.0	0.0002671315015802018	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0076_000000004896	7648	0.6958729995989763	8	7	4	6	2	True	35239	maximal	False	MON0050_000000002093	0.9782088430542096		0	0	False	False	0.9946390986442566	0					non-mobilizable	no_good_hit	197.0	94.92399999999999	3.0	0.010443864229765013	MK232865.1	viruses	Uncultured human fecal virus clone C.aerofaciens_B06.V07.N13_4-proph_c1 sequence	True	True
CHI0078_000000005397	3006	0.6958661725649142	5	5	4	2	3	False	101911	fragment	False	CHI0078_000000005397	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2185.0	97.391	100.0	0.0003982068999026585	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0075_000000008526	2721	0.6958625006892943	4	4	4	4	3	False	25190	maximal	True	MON0075_000000008526	1.0		1	1	False	False	0.9996324777603149	0					non-mobilizable	no_good_hit	461.0	80.043	17.0	0.0003800740725857762	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0122_000000015690	1841	0.6958611811189388	2	2	2	2	1	False	59062	maximal	True	ENG0122_000000015690	1.0		1	1	False	False	0.9989136457443237	0					non-mobilizable	no_good_hit								True	False
ENG0053_000000006635	3929	0.6958606010839838	6	5	5	4	5	False	63883	fragment	False	ENG0053_000000006635	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3929.0	100.0	100.0	0.0007632401175172157	CP057313.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 chromosome, complete genome	False	False
ISR0078_000000012524	1603	0.6958594742327968	2	2	2	2	2	False	34414	fragment	False	ISR0078_000000012524	1.0		0	0	False	False	0.979413628578186	0					non-mobilizable	other	1574.0	95.807	98.0	0.0015395803297814344	NZ_LOJF01000001.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_1, whole genome shotgun sequence	False	False
AST0059_000000009970	1531	0.6958591121493063	3	2	2	2	2	True	112642	fragment	False	ISR0204_000000007061	0.9478917125952446		0	0	False	False	0.9542782306671143	0					non-mobilizable	other	1531.0	99.935	100.0	0.00043152002788803944	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0316_000000014133	1523	0.6958591121493063	3	2	2	2	2	True	112642	fragment	False	ISR0204_000000007061	0.9425380760790141		0	0	False	False	0.9757058620452881	0					non-mobilizable	other	1523.0	99.40899999999999	100.0	0.0821282106626376	NZ_JAAITI010000054.1	firmicutes	Blautia luti strain MSK.16.34 NODE_54_length_18532_cov_211.497, whole genome shotgun sequence	False	True
ISR0122_000000011814	1519	0.6958591121493063	3	2	2	2	2	True	112642	fragment	False	ISR0204_000000007061	0.8617207726487311		0	0	False	False	0.9907833933830261	0					non-mobilizable	other	1519.0	100.0	100.0	0.011064462520773201	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	False	True
FIJ0047_000000015441	1989	0.6958589987403446	3	3	3	2	2	False	50794	fragment	False	FIJ0157_000000008626	0.9450421250022432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	97.795	69.0	0.002517694757293459	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MAD0070_000000003792	4587	0.6958525123923137	5	5	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.3271245605768801	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4589.0	98.62700000000001	100.0	0.0012270237657525402	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0131_000000011971	2562	0.6958477721069116	2	2	1	2	1	False	39264	fragment	False	ISR0131_000000011971	1.0		0	0	False	False	0.9890710115432739	0					non-mobilizable	no_good_hit	366.0	84.973	14.0	0.0015828612519073258	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
MON0085_000000010332	2493	0.6958343250086281	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.7978303829746765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1250.0	89.84	89.0	0.00038825068799390743	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0148_000000020373	1432	0.6958314914786796	2	2	2	2	2	False	116049	fragment	False	ISR0288_000000016396	0.5331856273532037		0	0	False	False	0.9993016719818115	0					non-mobilizable	other	1454.0	78.611	100.0	0.0004941611143556032	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0049_000000020821	1417	0.6958314914786796	2	2	2	2	2	False	116049	fragment	False	ISR0288_000000016396	0.5296573648243059		0	0	False	False	0.9929428100585938	0					non-mobilizable	other	1424.0	78.722	99.0	0.0004838732355001778	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0188_000000017904	1405	0.6958314914786796	2	2	2	2	2	False	116049	fragment	False	ISR0288_000000016396	0.5267108727141282		0	0	False	False	0.990747332572937	0					non-mobilizable	other	1423.0	78.707	99.0	0.000483530306204997	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
TAN0012_000000002598	2875	0.6958292150097086	3	3	3	3	3	False	13041	fragment	False	TAN0012_000000002598	1.0		0	0	False	False	0.9993043541908264	0					non-mobilizable	no_good_hit	1775.0	77.07	61.0	0.0006214978771686469	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0079_000000020718	1087	0.6958184405704295	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.11796841800295887		0	0	False	False	1.0	0					non-mobilizable	other	1087.0	100.0	100.0	0.0015757788569944412	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
DEN0001_000000015403	2733	0.6958133140326578	4	3	2	3	3	False	107430	maximal	True	DEN0001_000000015403	0.9834326135517498		192	14	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	2.0	1.3849719106620858e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0093_000000018267	1760	0.6958105163473991	3	2	2	2	2	False	68462	fragment	False	DEN0093_000000018267	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1248.0	98.23700000000001	100.0	0.0003917906154958074	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0001_000000023814	1828	0.6958073835904127	3	3	3	2	2	False	76851	fragment	False	DEN0001_000000023814	0.9542377283951317		0	0	False	False	0.9994529485702515	0					non-mobilizable	no_good_hit	1026.0	71.248	55.0	0.0003413536591844184	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0339_000000009212	1630	0.6958061710160879	4	3	2	3	3	False	80504	fragment	False	ISR0378_000000014294	0.732648896445799		0	0	False	False	0.9963189959526062	0					non-mobilizable	chromosome	1629.0	96.931	99.0	0.0007587946963655273	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0097_000000020864	1576	0.6958061710160879	3	3	2	3	3	False	80504	fragment	False	ISR0378_000000014294	0.7267867909742423		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	98.859	100.0	0.0007350094907634118	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
USA0026_01_000000020691	1563	0.6958061710160879	3	3	2	3	3	False	80504	fragment	False	ISR0378_000000014294	0.721159300072033		0	0	False	False	0.9968010187149048	0					non-mobilizable	chromosome	1558.0	98.20299999999999	99.0	0.0007256819591547391	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0086_000000009676	1436	0.6958023343271215	2	2	2	1	1	False	5531	fragment	False	SPA0086_000000009676	1.0		0	0	False	False	0.9951253533363342	0					non-mobilizable	other	1313.0	99.695	91.0	0.02871462651288	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
FIJ0139_000000009986	2587	0.6958014245498991	4	4	2	3	1	False	120386	fragment	False	AST0092_000000005285	0.47746427262733604		0	0	False	False	0.9655972123146057	0					non-mobilizable	other	2009.0	85.465	98.0	0.01141142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0141_000000001859	16263	0.6958010605840507	21	12	5	8	8	False	119592	fragment	False	ISR0212_000000001447	0.9149547824196006		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2893.0	90.01	43.0	0.0012379289067762779	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
AST0039_000000012155	1310	0.6957974935812719	2	2	2	2	2	False	116505	maximal	True	AST0039_000000012155	1.0		5	4	False	False	0.9900763630867004	0					non-mobilizable	other	1312.0	87.348	100.0	0.018226847729296527	NZ_QJKD01000026.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_126, whole genome shotgun sequence	False	False
ISR0027_000000007287	3583	0.6957786025218534	5	3	2	2	3	False	112796	maximal	True	ISR0027_000000007287	1.0	PS721	1	1	False	True	0.9997209310531616	0					non-mobilizable	no_good_hit	2649.0	73.839	73.0	0.31602681291895185	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0137_000000000856	11334	0.6957730984329483	10	7	4	7	7	False	80552	maximal	True	CHI0137_000000000856	1.0		8	3	False	False	1.0	0					non-mobilizable	other	11339.0	99.09200000000001	100.0	0.002312424077687331	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
CAN0003_000000000851	31247	0.6957727631092183	27	17	11	13	8	True	96815	maximal	True	CAN0003_000000000851	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2312.0	75.043	7.0	0.0009574131401180838	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ENG0184_000000020722	1102	0.6957708987194487	2	2	2	2	2	False	55079	maximal	True	ENG0184_000000020722	1.0		43	8	False	False	0.9972776770591736	0					non-mobilizable	no_good_hit	569.0	72.935	50.0	7.501378136029326e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
DEN0051_000000025107	1859	0.6957605965698035	3	3	2	2	2	False	72531	maximal	True	DEN0051_000000025107	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	87.2	7.0	0.0006065794301088419	NZ_NHOC01000007.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c7, whole genome shotgun sequence	True	False
DEN0011_000000015536	2770	0.6957572918186313	4	4	4	3	3	False	86191	maximal	True	DEN0011_000000015536	1.0		975	15	False	False	1.0	0					non-mobilizable	chromosome	2770.0	98.809	100.0	0.0008924994270791868	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0052_000000003885	7187	0.6957567568438573	9	6	6	6	3	False	131814	maximal	True	ISR0052_000000003885	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	94.19200000000001	25.0	0.048612037012346336	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
DEN0064_000000016856	2360	0.6957561267102784	3	3	3	3	3	False	71287	maximal	True	DEN0064_000000016856	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	80.723	4.0	0.0024133262699393724	NZ_CADAEU010000014.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	False
ENG0047_000000017530	1235	0.6957529252813162	1	1	1	1	1	False	98637	fragment	False	BAN0013_000000000615	0.9865506329113924		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	99.838	100.0	0.009099154235825892	NZ_NQCD01000010.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_10_length_135617_cov_88.7886_ID_19.ctg_1, whole genome shotgun sequence	False	False
FIJ0087_000000026937	1192	0.6957529252813162	1	1	1	1	1	False	43702	fragment	False	FIJ0155_000000017146	0.9451026856240126		0	0	False	False	1.0	0					non-mobilizable	chromosome	1185.0	86.414	99.0	0.0003158403821668624	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0183_000000003488	10403	0.6957391606481019	11	8	4	6	8	False	29498	maximal	True	ISR0183_000000003488	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2622.0	86.84200000000001	57.0	0.002827858195371414	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ISR0168_000000015071	1654	0.6957223169792308	3	3	3	2	2	True	69872	maximal	True	ISR0168_000000015071	1.0		79	11	False	False	1.0	0					non-mobilizable	other	1654.0	99.456	100.0	0.005406289349315628	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ISR0215_000000008095	3569	0.6957152640908577	6	2	0	2	0	True	69082	maximal	True	ISR0215_000000008095	0.9460393008049243		1	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
ISR0396_000000006344	3506	0.6957152640908577	6	2	0	2	0	True	69082	maximal	False	ISR0215_000000008095	0.9323376019178767		0	0	False	True	0.9917284846305847	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.002140724466227255	MK232835.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_1_c1 sequence	True	True
ISR0252_000000002567	3441	0.6957152640908577	5	2	0	2	0	True	69082	maximal	False	ISR0215_000000008095	0.9149790102182966		0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
FIJ0112_000000009370	2850	0.6957152640908577	3	2	0	2	0	True	42035	maximal	True	FIJ0112_000000009370	1.0		3	1	True	True	0.9996491074562073	1					non-mobilizable	plasmid	1510.0	97.55	100.0	0.5368196371398078	AP022029.1	enterobacteria	Klebsiella sp. WP3-S18-ESBL-05 plasmid pWP3-S18-ESBL-05_9 DNA, complete genome, strain: WP3-S18-ESBL-05	False	True
ISR0371_000000006830	2598	0.6957152640908577	3	2	0	2	0	True	23491	maximal	True	ISR0371_000000006830	1.0		1	1	True	True	1.0	17	Col(IMGS31)	MOBV			mobilizable	plasmid	1601.0	99.06299999999999	100.0	0.6349206349206349	CP056207.1	enterobacteria	Citrobacter sp. RHBSTW-00986 plasmid pRHBSTW-00986_8, complete sequence	False	True
MON0012_000000024220	2133	0.6957152640908577	5	2	0	2	0	True	63929	fragment	False	MON0012_000000024220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0134_000000022777	1722	0.6957152640908577	2	2	0	2	0	True	58185	maximal	True	ENG0134_000000022777	1.0		0	0	False	False	0.9907084703445435	0					non-mobilizable	no_good_hit								True	True
ISR0224_000000023896	1312	0.6957152640908577	3	2	0	2	0	True	27722	fragment	False	ISR0224_000000023896	1.0		0	0	False	False	0.988567054271698	0					non-mobilizable	no_good_hit								True	True
ISR0834_000000003610	4620	0.6957138118252851	5	4	4	4	4	False	74837	maximal	True	ISR0834_000000003610	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0165_000000011654	1370	0.6957131785587034	2	1	1	1	1	False	39046	maximal	True	FIJ0165_000000011654	1.0		0	0	False	False	0.9897810220718384	0					non-mobilizable	no_good_hit	827.0	98.428	60.0	0.005577049025366796	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0147_000000004513	5205	0.6957099711862614	4	3	3	2	3	False	108477	maximal	True	ISR0147_000000004513	1.0		4	2	False	False	0.9932757019996643	0					non-mobilizable	no_good_hit	2056.0	94.115	53.0	0.0005790265472249313	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0127_000000009146	2088	0.6957065171505232	2	2	0	0	2	False	124369	fragment	False	ENG0025_000000004712	0.05030234115536808		0	0	False	False	0.9947317838668823	0					non-mobilizable	other	2088.0	99.665	100.0	0.02218277672668523	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0068_000000002482	9050	0.6956993986213866	7	5	4	5	3	False	101721	maximal	True	ENG0068_000000002482	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3184.0	98.681	35.0	0.13195653976942856	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0840_000000003228	4191	0.6956986127613406	5	3	1	2	3	True	20802	maximal	True	ISR0840_000000003228	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	78.117	28.0	0.0007142285934397188	NZ_LN876587.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	True
MAD0097_000000013073	3068	0.6956974287825268	4	3	2	3	2	False	96211	fragment	False	MAD0097_000000013073	1.0		0	0	False	False	0.9817470908164978	0					non-mobilizable	no_good_hit	205.0	91.70700000000001	7.0	0.00015614383475344348	NZ_FIZW01000002.1	firmicutes	Murdochiella massiliensis strain SIT12, whole genome shotgun sequence	True	False
SPA0045_000000003999	6836	0.6956973896320344	6	2	1	2	0	False	6772	maximal	True	SPA0045_000000003999	1.0		3	2	False	False	1.0	0					non-mobilizable	other	6869.0	84.277	100.0	0.11843658841505765	NZ_QFFN01000013.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c13, whole genome shotgun sequence	False	False
ENG0046_000000011468	1645	0.6956943004388453	2	2	1	2	1	False	108208	fragment	False	ISR0083_000000015962	0.9715758539287952		0	0	False	False	0.9768996834754944	0					non-mobilizable	no_good_hit	204.0	75.0	12.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
SPA0026_000000004516	5533	0.6956929903885896	9	8	3	5	6	True	125618	fragment	False	ISR0056_000000002323	0.39991149332495096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1961.0	95.20700000000001	64.0	0.23646930621140574	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0042_000000013920	2168	0.695684193666541	3	3	3	3	2	False	102728	fragment	False	DEN0079_000000026536	0.9409881061299177		0	0	False	False	0.9976937174797058	0					non-mobilizable	other	2168.0	95.895	100.0	0.0005313005143096857	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0067_000000029548	1145	0.6956830819033809	2	2	2	1	1	False	45150	fragment	False	FIJ0134_000000012702	0.986451048951049		0	0	False	False	1.0	0					non-mobilizable	chromosome	1145.0	98.166	100.0	0.00021128886765291614	CP034136.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain G747 chromosome, complete genome	False	False
FIJ0134_000000012702	1144	0.6956830819033809	2	2	2	1	1	False	45150	fragment	False	FIJ0134_000000012702	0.9877729257641921		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.738	100.0	0.0002162401457492636	CP029597.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain ATCC 700603 chromosome, complete genome	False	False
ISR0168_000000005877	4422	0.6956721886070714	4	3	3	2	2	False	66438	maximal	True	ISR0168_000000005877	1.0		23	5	False	False	0.9997738599777222	0					non-mobilizable	no_good_hit	1183.0	98.225	37.0	0.0031782939477855553	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
SPA0054_000000016969	1745	0.6956643577386421	4	2	2	2	2	False	107193	fragment	False	AST0108_000000015392	0.9839970903800691		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	96.73200000000001	100.0	0.0066411830572608984	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0055_000000017829	1745	0.6956643577386421	4	2	2	2	2	False	107193	fragment	False	AST0108_000000015392	0.9839970903800691		0	0	False	False	0.998853862285614	0					non-mobilizable	other	1377.0	96.73200000000001	100.0	0.0066411830572608984	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0137_000000023963	1543	0.6956643577386421	3	2	2	2	2	False	24774	fragment	False	SPA0137_000000023963	0.995706344448576		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	96.587	100.0	0.0066411830572608984	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0327_000000019502	1498	0.6956643577386421	3	2	2	2	2	False	24773	fragment	False	ISR0327_000000019502	0.9817437925321804		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	97.039	100.0	0.005700027028070582	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0808_000000011238	1488	0.6956643577386421	3	2	2	2	2	False	24773	fragment	False	ISR0327_000000019502	0.9723377809815569		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	96.758	100.0	0.005801382292752616	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0070_000000013768	1484	0.6956643577386421	3	2	2	2	2	False	24773	fragment	False	ISR0327_000000019502	0.9733852706817941		0	0	False	False	0.9993261694908142	0					non-mobilizable	other	1136.0	96.919	100.0	0.005478010734005174	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0341_000000009293	1480	0.6956643577386421	3	2	2	2	2	False	24773	fragment	False	ISR0327_000000019502	0.9550031189250661		0	0	False	False	1.0	0					non-mobilizable	other	1092.0	96.795	100.0	0.005265647322290436	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0347_000000016044	1417	0.6956643577386421	3	2	2	2	2	False	24773	fragment	False	ISR0327_000000019502	0.9430771034131936		0	0	False	False	0.9929428100585938	0					non-mobilizable	other	1173.0	96.931	100.0	0.005656589057492567	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0096_000000029997	1417	0.6956643577386421	4	2	2	2	2	False	24774	fragment	False	SPA0137_000000023963	0.9690029585959175		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	96.73200000000001	100.0	0.0066411830572608984	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0361_000000008890	1600	0.6956592628023759	3	3	3	3	2	False	23752	fragment	False	ISR0361_000000008890	1.0		0	0	False	False	0.9868749976158142	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	1.4421188628298953e-05	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	False
SPA0028_000000006552	4090	0.6956581318305454	6	4	4	2	3	False	104796	fragment	False	USA0042_01_000000005065	0.32587629031184334		0	0	False	False	0.999266505241394	0					non-mobilizable	no_good_hit	157.0	86.624	4.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0027_000000008660	4077	0.6956581318305454	6	4	4	2	3	False	104796	fragment	False	USA0042_01_000000005065	0.32497698612202197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	86.624	4.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0093_000000004693	6526	0.6956579168929906	4	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5595704669668325	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	1.0	0.0016832655351381681	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0839_000000002845	5268	0.6956544821780275	8	5	5	5	4	False	69688	maximal	True	ISR0839_000000002845	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	72.37	12.0	0.007320368955995535	NZ_CZBD01000018.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0026_000000008823	3345	0.6956491292969109	4	3	0	3	3	False	98454	maximal	True	DEN0026_000000008823	0.9906974271372011		2	2	True	True	1.0	55	rep_cluster_2350	MOBF		MOBP	mobilizable	plasmid	3250.0	100.0	100.0	0.9827586206896551	CP045865.1	enterobacteria	Escherichia coli O157:H7 strain CFSAN076619 plasmid p2CFSAN076619, complete sequence	False	True
ISR0152_000000003257	7807	0.6956436720195119	6	5	5	4	3	False	30739	maximal	True	ISR0152_000000003257	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1984.0	96.321	92.0	0.008979362424473182	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	False	False
FIJ0112_000000012146	2238	0.6956328373177707	3	1	1	1	1	False	81220	fragment	False	FIJ0112_000000012146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000014469	1904	0.695630876578359	3	3	2	3	3	False	80504	fragment	False	ISR0378_000000014294	0.9111596742939656		0	0	False	False	0.9984243512153625	0					non-mobilizable	chromosome	866.0	97.113	96.0	0.00040341574207509594	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MAD0102_000000004493	3697	0.6956304168904138	4	4	4	4	1	False	114382	maximal	True	MAD0102_000000004493	1.0		1	1	False	False	0.99431973695755	0					non-mobilizable	no_good_hit	1997.0	77.316	55.0	0.0005292669906763255	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0009_000000010729	3422	0.6956270809969107	5	5	5	5	4	False	103382	maximal	True	FIJ0009_000000010729	1.0		14	4	False	False	0.9991233348846436	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	2.0	1.2222304156927867e-05	NZ_CP031560.1	enterobacteria	Dickeya dianthicola strain ME23 chromosome, complete genome	True	False
CHI0046_000000006194	1857	0.6956265597352063	2	2	2	2	1	False	87053	maximal	True	CHI0046_000000006194	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1626.0	99.385	100.0	0.0005639624845066684	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	False	False
FIJ0071_000000007061	5061	0.69562648090578	5	4	3	3	4	False	44894	maximal	True	FIJ0071_000000007061	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2781.0	97.12299999999999	64.0	0.0009350585354048235	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0047_000000011640	2627	0.6956218252627248	5	3	3	3	3	False	46895	maximal	True	FIJ0047_000000011640	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	95.115	41.0	0.00018161520902410983	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0200_000000001540	12235	0.6956211684431717	12	10	9	6	4	False	99674	maximal	True	ENG0200_000000001540	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3174.0	94.77	26.0	0.0007165398298404562	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0069_000000016699	2861	0.6956204893452862	3	2	1	2	1	False	62727	fragment	False	MON0069_000000016699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	98.88799999999999	51.0	0.005427359208983549	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
FIJ0015_000000022103	1453	0.6956181785545332	2	2	2	2	1	False	50318	fragment	False	FIJ0015_000000022103	1.0		0	0	False	False	0.9896765351295471	0					non-mobilizable	no_good_hit								True	False
ISR0261_000000003262	5090	0.6956178975807875	8	3	2	1	3	False	92898	fragment	False	ISR0261_000000003262	1.0		0	0	False	True	0.9992141723632812	0					non-mobilizable	plasmid	2895.0	95.095	99.0	0.44215701336610846	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
SPA0146_000000006756	3540	0.6956178975807875	6	3	2	1	3	False	92894	fragment	False	ENG0026_000000002685	0.7765489436330031		0	0	False	True	0.9963276982307434	0					non-mobilizable	plasmid	1706.0	96.366	99.0	0.26179136580119833	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
USA0082_01_000000008953	3324	0.6956178975807875	5	3	2	1	3	False	92894	fragment	False	ENG0026_000000002685	0.5775141242937852		0	0	False	True	1.0	0					non-mobilizable	plasmid	1660.0	96.68700000000001	99.0	0.25472422799201105	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0308_000000005141	3080	0.6956178975807875	5	3	2	1	3	False	92894	fragment	False	ENG0026_000000002685	0.3798435619735259		0	0	False	True	1.0	0					non-mobilizable	plasmid	1528.0	96.335	96.0	0.23444461514825626	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
FIJ0036_000000014970	2629	0.6956178975807875	4	3	2	1	3	False	47960	fragment	False	FIJ0036_000000014970	1.0		0	0	False	True	0.9996196031570435	0					non-mobilizable	no_good_hit	1084.0	88.745	88.0	0.16530957136272853	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
ISR0127_000000011695	2126	0.6956178975807875	4	3	2	1	3	False	32675	fragment	False	ISR0127_000000011695	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	800.0	93.625	100.0	0.12275311107697034	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0821_000000026900	1235	0.6956016292883961	1	1	1	1	1	False	21207	maximal	True	ISR0821_000000026900	1.0		2	2	False	False	0.9959514141082764	0					non-mobilizable	other	1235.0	98.381	100.0	0.0004994185601434825	NZ_CP018787.1	b-proteobacteria	Oxalobacter formigenes strain HC-1, complete genome	False	False
DEN0051_000000028423	1669	0.6956004388677051	2	2	2	1	1	False	72505	fragment	False	DEN0051_000000028423	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1669.0	87.777	99.0	0.0008156666897330532	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0076_000000004194	4059	0.6955877052568327	6	4	4	2	3	False	52084	maximal	False	FIJ0004_000000006570	0.9969404940452606		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1425.0	78.807	37.0	0.00041989662145179856	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
SPA0124_000000017207	1705	0.6955836590302075	1	1	1	1	1	False	6331	fragment	False	SPA0124_000000017207	1.0		0	0	False	False	0.9642228484153748	0					non-mobilizable	no_good_hit								True	False
MON0104_000000038906	1188	0.6955746947530831	1	1	1	1	1	False	8773	fragment	False	MON0104_000000038906	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	99.32700000000001	100.0	0.00033695706480022165	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0021_000000002689	2968	0.6955688272158758	6	6	5	5	5	False	93970	fragment	False	CHI0021_000000002689	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2968.0	99.596	100.0	0.0006297263969335063	AP021892.1	enterobacteria	Escherichia coli 2018-01-1CC DNA, complete genome	False	False
ISR0047_000000003259	7696	0.6955687832895029	13	10	1	3	10	True	132325	fragment	False	ISR0047_000000003259	1.0		0	0	False	True	1.0	0	rep_cluster_663		MPF_T		non-mobilizable	plasmid	2955.0	99.79700000000001	98.0	0.07647104506976624	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0055_01_000000002075	11046	0.6955673585830536	9	9	9	8	8	False	124526	maximal	True	USA0055_01_000000002075	1.0		2	2	False	False	0.9999094605445862	0					non-mobilizable	no_good_hit	2749.0	99.163	33.0	0.0013231922313635576	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
DEN0010_000000009814	4346	0.6955632948839998	5	5	5	4	4	False	95323	fragment	False	DEN0010_000000009814	1.0		0	0	False	False	0.9951679706573486	0					non-mobilizable	no_good_hit	1955.0	78.721	45.0	0.0053260348956551485	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0007_000000029474	2111	0.6955567546724858	3	2	2	2	2	False	13964	maximal	True	MON0007_000000029474	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.00014839674440373046	NZ_PDWN01000004.1	g-proteobacteria	Pseudoxanthomonas daejeonensis strain DSM 17801 NODE_4_length_262809_cov_36.3488, whole genome shotgun sequence	True	False
ISR0153_000000024792	1192	0.6955560407482355	2	1	1	1	1	False	30650	maximal	True	ISR0153_000000024792	1.0		29	5	False	False	0.9983221292495728	0					non-mobilizable	no_good_hit	78.0	82.051	6.0	1.4626483866410935e-05	CP001746.1	firmicutes	Bacillus cereus biovar anthracis str. CI, complete genome	True	False
ISR0391_000000010411	1495	0.6955537642457404	2	2	2	2	1	False	36665	fragment	False	ISR0391_000000010411	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1495.0	98.863	100.0	0.02533749406417475	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
USA0015_01_000000028792	1161	0.6955529688852685	3	2	2	2	1	False	1933	maximal	True	USA0015_01_000000028792	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	99.63799999999999	71.0	0.004725714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0327_000000018648	1557	0.6955529132767995	2	2	2	1	1	False	61362	fragment	False	ENG0129_000000017050	0.9636064113111082		0	0	False	False	0.9942196607589722	0					non-mobilizable	no_good_hit	664.0	88.102	52.0	0.0002128587248283304	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ENG0087_000000017007	1535	0.6955529132767995	2	2	2	1	1	False	61362	fragment	False	ENG0129_000000017050	0.9677168530680949		0	0	False	False	0.9967426657676697	0					non-mobilizable	no_good_hit	668.0	92.066	53.0	0.00020051984619585852	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0029_000000003803	3126	0.6955519564166158	3	3	3	3	3	False	88614	maximal	True	CHI0029_000000003803	1.0		5	2	True	True	0.9971209168434143	5					non-mobilizable	no_good_hit	681.0	89.574	55.0	0.005349612939769652	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	True
ISR0013_000000007355	3277	0.6955496659475283	6	3	3	2	3	False	115218	maximal	True	ISR0013_000000007355	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2794.0	96.27799999999999	85.0	0.021449463763405913	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0133_01_000000002525	11298	0.6955378565144072	16	10	4	4	9	False	103783	fragment	False	USA0133_01_000000002525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4160.0	87.74	77.0	0.015470678579836548	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
ISR0803_000000005868	2442	0.6955334556057965	5	2	1	2	1	False	48436	fragment	False	ISR0803_000000005868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0197_000000004055	5498	0.6955305502008435	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.04505255307797517		0	0	False	False	1.0	0					non-mobilizable	chromosome	5054.0	97.48700000000001	94.0	0.0014361416173872975	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0043_000000003992	5448	0.6955305502008435	6	6	6	6	5	False	128757	fragment	False	SPA0089_000000004103	0.04484331739587527		0	0	False	False	1.0	0					non-mobilizable	chromosome	5041.0	97.461	92.0	0.0014324438869404695	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0140_000000005777	4757	0.6955302768132942	5	5	5	5	5	False	105631	fragment	False	ENG0151_000000004735	0.9635324265720481		0	0	False	False	1.0	0					non-mobilizable	other	4757.0	99.32700000000001	100.0	0.0276450551622316	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
CAN0003_000000002275	16435	0.6955275615838366	27	13	8	9	8	False	96811	maximal	True	CAN0003_000000002275	1.0		12	6	False	False	0.9981138110160828	0					non-mobilizable	no_good_hit	766.0	80.679	5.0	0.00026550689168085376	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
CHI0122_000000010230	1396	0.6955267509311461	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.055404923763744056		0	0	False	False	0.9849570393562317	0					non-mobilizable	no_good_hit	1108.0	84.74700000000001	79.0	0.0003544382474826537	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MAD0098_000000036331	1263	0.6955267509311461	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.0661638285659245		0	0	False	False	0.9849564433097839	0					non-mobilizable	chromosome	1151.0	85.75200000000001	100.0	0.0003256847201244713	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0032_000000014626	1200	0.6955267509311461	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.015994207971204016		0	0	False	False	0.996666669845581	0					non-mobilizable	other	1111.0	93.249	93.0	0.017959183673469388	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AST0052_000000018608	1344	0.695524257846667	2	1	1	1	1	False	114418	maximal	True	AST0052_000000018608	0.9896153846153846		5	4	False	False	0.9992559552192688	0					non-mobilizable	other	1344.0	98.14	100.0	0.0017167963531819536	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
MAD0102_000000012854	1624	0.6955228450010258	2	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.18299020195560065		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	96.675	100.0	0.03689986282578875	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0012_000000003307	7310	0.6955220979007734	10	6	1	4	5	False	117725	maximal	True	SPA0012_000000003307	1.0	PS794	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	2535.0	84.694	39.0	0.000610376596057229	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
CHI0162_000000002012	11416	0.6955214460623547	11	4	3	3	1	True	78598	fragment	False	CHI0162_000000002012	1.0		0	0	False	False	0.9992992281913757	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.8346081445980206e-05	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	True
MON0096_000000015246	2350	0.6955022496009802	2	2	2	2	2	False	81466	fragment	False	MON0085_000000010688	0.9768668394538338		0	0	False	False	0.9995744824409485	0					non-mobilizable	no_good_hit	1414.0	80.622	83.0	0.00047392455646148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0142_000000007875	3670	0.695499298635821	3	3	2	3	1	False	77077	fragment	False	SPA0142_000000007875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	93.566	20.0	0.00031612128605678106	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
FIJ0109_000000005100	5453	0.6954966731173494	8	6	4	5	4	False	132417	fragment	False	FIJ0075_000000003112	0.8903044914324838		0	0	False	False	0.9990831017494202	0					non-mobilizable	chromosome	4822.0	99.959	99.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CHI0078_000000003978	4186	0.6954929042015171	4	4	4	4	3	False	84510	maximal	True	CHI0078_000000003978	1.0		1	1	False	False	0.9995222091674805	0					non-mobilizable	no_good_hit	92.0	97.82600000000001	2.0	3.2111372118930645e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0043_01_000000005850	1649	0.6954900067883178	3	2	1	2	2	False	97025	fragment	False	USA0043_01_000000005850	0.9997343520943359		0	0	False	False	1.0	0					non-mobilizable	plasmid	1344.0	84.07700000000001	100.0	0.2573913043478261	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
SPA0074_000000001373	15902	0.6954738363799884	15	7	5	7	3	True	89260	fragment	False	SPA0074_000000001373	1.0		0	0	False	False	0.9996855854988098	0					non-mobilizable	no_good_hit	2938.0	74.268	36.0	0.0008772875581771453	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0186_000000003081	5929	0.6954731494609537	7	5	3	3	4	False	103352	maximal	True	ENG0186_000000003081	0.9999074245510091		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	2090.0	94.354	48.0	0.00032076156595149116	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
AUS0020_000000005058	5401	0.6954731494609537	6	5	3	3	4	False	103352	maximal	False	ENG0186_000000003081	0.9553887670770788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1990.0	94.523	51.0	0.0003053477473089399	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0370_000000012055	2201	0.6954687042817396	2	2	2	2	2	False	23517	fragment	False	ISR0370_000000012055	1.0		0	0	False	False	0.9995456337928772	0					non-mobilizable	no_good_hit	1443.0	85.932	65.0	0.03497198845584847	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	True	False
AST0104_000000011751	2837	0.6954680757193528	4	3	3	3	3	False	107984	maximal	True	AST0104_000000011751	1.0		23	7	False	False	0.9859005808830261	0					non-mobilizable	no_good_hit								True	False
MON0018_000000016156	1324	0.6954635422478901	2	2	2	2	2	False	65568	fragment	False	MON0018_000000016156	1.0		0	0	False	False	0.981873095035553	0					non-mobilizable	chromosome	1227.0	84.84100000000001	91.0	0.00042454822909709954	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0009_000000022715	1689	0.6954606554647158	3	3	2	3	2	False	15574	fragment	False	SPA0093_000000021905	0.98		0	0	False	False	0.9988158941268921	0					non-mobilizable	no_good_hit	472.0	73.305	27.0	5.1591981132075474e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0842_000000015119	1533	0.6954571508627645	1	1	1	1	1	False	20740	maximal	True	ISR0842_000000015119	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	1230.0	76.179	79.0	0.004517769146469655	NZ_JNKW01000004.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
MON0093_000000013247	3154	0.6954549079755946	3	3	3	3	2	False	14504	fragment	False	MON0093_000000013247	1.0		0	0	False	False	0.9996829628944397	0					non-mobilizable	no_good_hit	1147.0	80.209	58.0	0.0865180467091295	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
FIJ0003_000000016046	1464	0.6954543570461823	2	2	2	2	1	False	52164	fragment	False	FIJ0030_000000023320	0.9032857696041666		0	0	False	False	1.0	0					non-mobilizable	chromosome	1464.0	98.49700000000001	100.0	0.0004924372344482566	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0108_000000003282	6249	0.6954529397638712	7	3	3	3	1	False	42241	maximal	True	FIJ0108_000000003282	1.0		3	2	False	False	0.9977596402168274	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	9.266519994423144e-07	LR736853.1	bivalves	Pecten maximus genome assembly, chromosome: 16	True	False
ISR0815_000000012832	2425	0.695451039846991	3	2	2	2	2	False	103389	fragment	False	ISR0250_000000003921	0.7356389394255155		0	0	False	False	0.9711340069770813	0					non-mobilizable	other	2421.0	99.09100000000001	99.0	0.0004671850747882223	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
USA0130_01_000000016736	2137	0.695451039846991	2	2	2	2	2	False	103389	fragment	False	ISR0250_000000003921	0.44597691800617284		0	0	False	False	0.9925128817558289	0					non-mobilizable	chromosome	2117.0	99.85799999999999	99.0	0.0004140906678523176	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
SPA0079_000000011853	2124	0.695451039846991	2	2	2	2	2	False	103389	fragment	False	ISR0250_000000003921	0.4465111016654267		0	0	False	False	1.0	0					non-mobilizable	chromosome	2124.0	100.0	100.0	0.0004154605330106192	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
FIJ0132_000000028226	1252	0.6954454955694915	2	2	2	2	1	False	40739	fragment	False	FIJ0132_000000028226	1.0		0	0	False	False	0.9992012977600098	0					non-mobilizable	no_good_hit	578.0	69.204	46.0	0.00017352441409769273	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
TAN0001_000000010910	1379	0.6954334903961417	3	2	2	2	2	False	3095	maximal	True	TAN0001_000000010910	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	73.333	53.0	0.004673756071944335	NZ_FQYT01000005.1	firmicutes	Parasporobacterium paucivorans DSM 15970, whole genome shotgun sequence	True	False
ISR0378_000000022600	1420	0.6954320482478696	1	1	1	1	1	False	23261	maximal	True	ISR0378_000000022600	1.0		1	1	False	False	0.9873239398002625	0					non-mobilizable	chromosome	1302.0	92.85700000000001	93.0	0.0004410589901108322	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0323_000000004852	3742	0.6954298948955192	4	3	1	3	2	True	47918	maximal	True	ISR0323_000000004852	1.0		2	1	False	False	0.9986638426780701	0					non-mobilizable	other	3765.0	91.288	99.0	0.042593012704174225	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0099_000000013969	1165	0.6954267569723498	3	2	2	1	1	False	88853	fragment	False	ENG0099_000000013969	0.9614349775784754		0	0	False	False	1.0	0					non-mobilizable	chromosome	1167.0	91.774	100.0	0.0004064230173458276	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0084_000000003986	3475	0.6954175850265029	8	3	3	3	1	False	50738	fragment	False	FIJ0084_000000003986	1.0		0	0	False	False	0.9991366863250732	0					non-mobilizable	no_good_hit	161.0	81.988	5.0	3.112877641981482e-05	NC_022571.1	firmicutes	Clostridium saccharobutylicum DSM 13864, complete sequence	True	False
SPA0042_000000025501	1337	0.6954172996159211	1	1	1	1	1	False	6835	maximal	True	SPA0042_000000025501	0.9992418498862774		12	3	False	False	0.9895287752151489	0					non-mobilizable	other	1337.0	97.906	100.0	0.0007895015207950327	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0105_000000018291	1319	0.6954172996159211	1	1	1	1	1	False	6835	maximal	False	SPA0042_000000025501	0.9925205684367988		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	98.029	100.0	0.0007788645242573751	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
AST0029_000000008976	3420	0.6954118430546321	3	2	1	2	0	True	118390	fragment	False	AST0029_000000008976	1.0		0	0	False	False	0.9447368383407593	0					non-mobilizable	plasmid	3243.0	99.69200000000001	95.0	0.28601751127620056	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
SPA0074_000000010327	2229	0.6954107073651511	4	3	2	2	2	False	33198	maximal	True	SPA0074_000000010327	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	99.39	52.0	0.8396778916544656	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	True	False
ETH0003_000000006556	4824	0.6954104434022838	4	2	1	2	1	False	72727	fragment	False	ETH0003_000000006556	0.9489752799492922		0	0	False	False	0.9997926950454712	0					non-mobilizable	no_good_hit	149.0	99.329	3.0	0.0002034020364941735	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
SPA0055_000000006595	4733	0.6954104434022838	5	2	1	2	1	False	72727	fragment	False	ETH0003_000000006556	0.9424751243781094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	0.01854714064914992	NZ_JAAIUL010000051.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_53_length_2588_cov_832.761, whole genome shotgun sequence	True	False
ENG0100_000000010920	2739	0.6954063908726142	4	4	3	4	2	False	80600	fragment	False	ENG0100_000000010920	1.0		0	0	False	False	0.9996349215507507	0					non-mobilizable	no_good_hit	1046.0	98.184	39.0	0.0002924753236190477	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0265_000000005719	2795	0.6954007384730247	4	4	4	4	2	False	120966	fragment	False	ISR0265_000000005719	0.9789186876334961		0	0	False	False	1.0	0					non-mobilizable	other	2722.0	99.008	97.0	0.0283194685935011	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0181_000000015584	1346	0.6953963937422478	1	1	1	1	1	False	114435	fragment	False	ISR0176_000000023648	0.6439599477185375		0	0	False	False	0.9739970564842224	0					non-mobilizable	other	1346.0	99.331	100.0	0.01352193670326135	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
DEN0082_000000025752	1623	0.6953945220217478	2	2	2	2	1	False	69212	maximal	True	DEN0082_000000025752	1.0		1	1	False	False	0.9975354075431824	0					non-mobilizable	no_good_hit								True	False
FIJ0111_000000014400	1440	0.6953940767523948	2	2	2	2	1	False	42079	maximal	True	FIJ0111_000000014400	1.0		7	4	False	False	0.9624999761581421	0					non-mobilizable	no_good_hit								True	False
FIJ0113_000000010793	2340	0.6953927097942476	3	3	3	2	2	False	102864	maximal	True	FIJ0113_000000010793	1.0		8	6	False	False	0.9854700565338135	0					non-mobilizable	no_good_hit	1503.0	97.93700000000001	74.0	0.0004203808000725451	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0153_000000012991	2305	0.6953926374278654	3	2	2	2	2	False	56947	maximal	True	ENG0153_000000012991	1.0		8	5	False	False	0.9635574817657471	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.3155602928499326e-05	NZ_SPQZ01000002.1	high GC Gram+	Leifsonia flava strain SYP-B2174 scaffold02, whole genome shotgun sequence	True	False
SPA0065_000000008322	2581	0.6953871010829347	5	4	2	3	3	True	127530	fragment	False	ENG0041_000000010425	0.9778986099922321		0	0	False	False	1.0	0					non-mobilizable	other	2585.0	97.447	100.0	0.4240433568730498	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0023_000000013002	1723	0.6953852943751283	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.971348049104952		0	0	False	False	0.998839259147644	0					non-mobilizable	chromosome	1497.0	82.432	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0030_000000021681	1701	0.6953852943751283	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9705308643081286		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.329	97.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0169_000000018712	1700	0.6953852943751283	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9704421524453938		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.15700000000001	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0050_000000015046	1700	0.6953852943751283	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9705974544940268		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	82.206	97.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0102_000000018852	1699	0.6953852943751283	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9705756597416079		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.194	97.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0051_000000005333	5702	0.6953801984986686	8	4	4	3	1	False	84611	backbone	False	MAD0092_000000002907	0.540566469659504	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	2.0	0.0020480668756530825	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	True
ISR0203_000000005852	2892	0.6953786896383951	4	2	2	2	2	False	106336	fragment	False	ISR0203_000000005852	1.0		0	0	False	False	0.9993084073066711	0					non-mobilizable	no_good_hit	267.0	78.277	9.0	0.005524512387981023	NZ_SMCQ01000023.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_123, whole genome shotgun sequence	True	False
ISR0821_000000005787	4637	0.6953711619563979	6	4	4	4	4	False	62954	fragment	False	ISR0821_000000005787	1.0		0	0	False	False	0.998059093952179	0					non-mobilizable	no_good_hit	894.0	78.3	43.0	0.00024747553976931923	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0016_000000003551	4829	0.695370622323022	5	1	1	1	1	True	50250	fragment	False	FIJ0016_000000003551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0039_000000013984	2543	0.6953681411360805	3	2	1	2	2	False	118640	fragment	False	ENG0009_000000003397	0.08666849058078636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	90.462	74.0	0.00031835330792579874	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
TAN0014_000000006401	1121	0.6953673609850064	3	2	2	2	2	False	2537	maximal	True	TAN0014_000000006401	1.0		4	3	False	False	0.9955397248268127	0					non-mobilizable	no_good_hit	875.0	69.37100000000001	76.0	0.00923427869535654	NZ_NFHM01000012.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_12, whole genome shotgun sequence	True	False
ISR0153_000000007187	3687	0.695358416684556	3	3	3	3	3	False	71683	maximal	True	ISR0153_000000007187	1.0		21	5	False	False	1.0	0					non-mobilizable	other	1751.0	99.54299999999999	99.0	0.002131918226926249	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0081_000000007337	1731	0.6953535270439046	3	2	1	2	2	False	110731	fragment	False	ENG0024_000000012950	0.1297515886865878		0	0	False	False	1.0	0					non-mobilizable	chromosome	1732.0	96.76700000000001	100.0	0.0002632623346773408	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
USA0050_01_000000001994	7225	0.695352205704996	9	4	3	4	3	True	118236	fragment	False	ENG0202_000000003324	0.9790120124173303		0	0	False	False	1.0	0					non-mobilizable	other	7128.0	99.874	100.0	0.0013801547841847353	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0064_000000005306	3998	0.6953510320569454	6	6	5	6	6	False	98138	fragment	False	SPA0064_000000005306	0.9899287155614311		0	0	False	False	1.0	0					non-mobilizable	other	3998.0	100.0	100.0	0.0008611158268650903	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0141_000000002144	15017	0.6953458958876841	10	9	9	9	7	False	121431	maximal	True	ISR0141_000000002144	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	85.59100000000001	19.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0039_000000025719	1114	0.6953427859843122	1	1	1	1	1	False	6982	fragment	False	SPA0039_000000025719	1.0		0	0	False	False	0.9991023540496826	0					non-mobilizable	other	1125.0	77.778	100.0	0.006651412436254762	NZ_FMXR01000009.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
ENG0206_000000007137	3527	0.6953414827808256	4	4	3	3	4	False	86333	maximal	True	ENG0206_000000007137	1.0		150	11	False	False	1.0	0					non-mobilizable	no_good_hit	1657.0	99.396	58.0	0.00047946406700901675	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0383_000000011427	1337	0.6953386619777063	2	1	1	1	1	False	80996	fragment	False	ISR0024_000000017274	0.6204431736954968		0	0	False	False	1.0	0					non-mobilizable	chromosome	1339.0	90.963	100.0	0.00024481571052020675	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
DEN0082_000000011957	3251	0.6953365925346222	2	2	2	2	1	True	69299	fragment	False	DEN0082_000000011957	1.0		0	0	False	False	0.9960012435913086	0					non-mobilizable	no_good_hit	2731.0	75.65	83.0	0.010645988299288556	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	True
SPA0046_000000013306	2314	0.6953338078845316	2	2	2	2	2	False	6731	maximal	True	SPA0046_000000013306	1.0		5	2	False	False	0.9740708470344543	0					non-mobilizable	no_good_hit	1759.0	100.0	76.0	0.0003752966027972192	CP055158.1	enterobacteria	Escherichia coli strain SCU-321 chromosome, complete genome	True	False
ISR0847_000000007979	3231	0.6953260623658657	5	3	2	3	3	False	89483	fragment	False	CHI0019_000000002420	0.7111668842876575		0	0	False	False	0.9956669807434082	0					non-mobilizable	chromosome	1859.0	98.279	98.0	0.0006313463818381558	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0020_000000007731	2955	0.6953258472460679	3	2	2	2	1	False	49803	maximal	False	FIJ0026_000000010023	0.9643652561247216		0	0	False	False	0.9824026823043823	0					non-mobilizable	other	2922.0	98.084	99.0	0.055581983901965636	NZ_CACVNJ010000010.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	False	False
MAD0099_000000020831	1512	0.695316976551421	2	2	2	2	2	False	105304	maximal	True	MAD0099_000000020831	0.9957865168539326		113	9	False	False	0.9980158805847168	0					non-mobilizable	other	1535.0	81.173	99.0	0.0006300315015750788	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MAD0014_000000031398	1110	0.6953158384724869	2	2	2	2	2	False	19462	maximal	True	MAD0014_000000031398	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	419.0	74.702	37.0	0.00012336346869047259	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0180_000000006955	3126	0.6953139562215136	2	2	2	2	2	False	45920	fragment	False	FIJ0059_000000005677	0.956526679780139		0	0	False	False	0.9980806112289429	0					non-mobilizable	other	3126.0	97.76100000000001	100.0	0.006414295771901485	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0280_000000003185	3199	0.6953094526151864	3	2	2	2	2	False	130357	maximal	True	ISR0280_000000003185	1.0	PS1101	4	1	False	True	0.9962488412857056	0					non-mobilizable	no_good_hit	2182.0	98.76299999999999	68.0	0.0004224133573262571	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
CHI0112_000000001694	8404	0.6953000129328146	10	8	4	5	7	True	82462	maximal	True	CHI0112_000000001694	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5958.0	99.245	83.0	0.08635513476678604	CP025885.1	enterobacteria	Escherichia coli strain 503440 plasmid p503440_68, complete sequence	True	True
MON0105_000000034611	1576	0.6952918415810779	2	2	2	2	2	False	8718	maximal	True	MON0105_000000034611	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	74.742	12.0	0.0024935376902791196	NZ_FPBA01000026.1	high GC Gram+	Geodermatophilus amargosae strain DSM 46136, whole genome shotgun sequence	True	False
ENG0139_000000010293	1985	0.6952911412226305	3	3	3	3	1	False	92344	fragment	False	ISR0077_000000016071	0.728374536438724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	80.773	45.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0002_000000012483	2860	0.6952905305027278	4	4	1	3	2	False	20213	maximal	True	MAD0002_000000012483	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1029.0	87.075	67.0	0.04127609928792694	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
MAD0044_000000004660	4987	0.6952883320691171	7	6	3	6	2	False	17984	maximal	True	MAD0044_000000004660	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1394.0	73.816	27.0	0.0003467663908594186	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0333_000000004086	4487	0.6952832196823143	5	4	2	3	4	False	26749	maximal	True	ISR0333_000000004086	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	2797.0	75.939	62.0	0.0008686845827083228	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0123_000000006434	3145	0.6952816387159106	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.305748347875674		0	0	False	False	0.9996820092201233	0					non-mobilizable	chromosome	3148.0	97.935	100.0	0.0006275020747086726	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0064_000000006109	4409	0.695274188650247	6	4	2	3	2	False	115427	fragment	False	FIJ0064_000000006109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	73.207	21.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0087_000000007395	4096	0.695274188650247	6	4	2	3	2	False	115425	fragment	False	FIJ0095_000000006419	0.9495074904717733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	73.207	25.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0037_000000001977	6551	0.6952671360984013	9	9	3	7	9	True	18678	maximal	True	MAD0037_000000001977	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	6539.0	97.00299999999999	99.0	0.0458623568116613	CP049048.1	enterobacteria	Enterobacter hormaechei strain Y233 plasmid p233-142, complete sequence	False	True
DEN0070_000000006594	4918	0.6952611496728038	5	4	2	4	3	False	70640	fragment	False	DEN0070_000000006594	1.0		0	0	False	False	0.997356653213501	0					non-mobilizable	no_good_hit	892.0	71.637	18.0	0.0002941635549365447	CP019600.1	bacteria	Brachyspira hyodysenteriae strain BH718 chromosome, complete genome	True	False
DEN0073_000000015581	3191	0.6952602813092215	5	5	4	3	3	False	70943	maximal	True	DEN0073_000000015581	1.0		6	3	False	False	0.9993732571601868	0					non-mobilizable	other	3226.0	77.464	99.0	0.0008316544962525401	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	False
MON0050_000000027372	1458	0.6952594032899275	1	1	1	1	1	False	13731	maximal	False	MON0010_000000018030	0.9642140468227425		0	0	False	False	0.9718793034553528	0					non-mobilizable	other	1458.0	92.044	100.0	0.009463742887578269	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0790_000000005936	2688	0.6952585533447857	3	3	2	3	2	False	75675	fragment	False	ISR0790_000000005936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	71.781	20.0	0.00015906409608595532	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0082_000000005309	6665	0.6952546180150521	6	3	3	3	3	False	108030	maximal	True	DEN0082_000000005309	0.9819528803905838		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	75.294	3.0	7.682457201540009e-05	LR594036.1	firmicutes	Streptococcus porcinus strain NCTC10710 genome assembly, chromosome: 1	True	False
SPA0030_000000008284	3701	0.6952470192657815	6	3	2	2	3	False	122642	fragment	False	SPA0033_000000007217	0.7285330506829666		0	0	False	False	0.9918940663337708	0					non-mobilizable	other	3683.0	100.0	99.0	0.0014308987069836562	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0825_000000013561	1759	0.6952419572792459	2	2	2	2	2	False	83781	fragment	False	ISR0187_000000015797	0.9640412795699822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	19.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
MON0077_000000019507	2165	0.6952404966004916	5	4	4	3	3	False	91839	maximal	True	MON0077_000000019507	1.0		0	0	False	False	0.9990761876106262	0					non-mobilizable	no_good_hit	1758.0	98.919	81.0	0.04397887412079798	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0015_000000017460	2138	0.6952376237207345	2	2	2	2	2	False	93254	fragment	False	USA0087_01_000000007135	0.9583224467301978		0	0	False	False	0.999064564704895	0					non-mobilizable	other	2138.0	99.67299999999999	100.0	0.003943553848794143	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
CHI0134_000000008218	1878	0.6952376237207345	2	2	2	2	2	False	86638	fragment	False	CHI0134_000000008218	0.9069325759131833		0	0	False	False	1.0	0					non-mobilizable	other	1836.0	99.67299999999999	100.0	0.0033862523689926313	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0022_000000019853	1329	0.6952370681341669	3	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.04067812855027737	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	728.0	99.31299999999999	55.0	0.7418367346938776	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0390_000000006485	2071	0.6952360048329954	3	3	2	2	2	True	22874	fragment	False	ISR0390_000000006485	1.0		0	0	False	False	0.9951714277267456	0					non-mobilizable	no_good_hit	860.0	82.90700000000001	89.0	0.0014722613760504019	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	True	True
FIJ0013_000000013505	2101	0.6952341171441182	2	2	2	1	1	False	62085	fragment	False	FIJ0013_000000013505	0.9768649669499527		0	0	False	False	1.0	0					non-mobilizable	other	2098.0	94.51899999999999	99.0	0.006597165921107434	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
SPA0088_000000006884	2299	0.6952328799545697	3	3	3	2	3	False	109672	fragment	False	SPA0088_000000006884	0.9872639437856829		0	0	False	False	0.9956502914428711	0					non-mobilizable	chromosome	2299.0	100.0	100.0	0.0004866652039885369	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
CHI0045_000000009208	2277	0.6952328799545697	3	3	3	2	3	False	109672	fragment	False	SPA0088_000000006884	0.9826011309264897		0	0	False	False	0.9982433319091797	0					non-mobilizable	chromosome	2274.0	100.0	100.0	0.0004415811285360488	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ISR0310_000000004535	3499	0.6952237484288447	6	4	3	2	3	True	129448	fragment	False	ISR0310_000000004535	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3270.0	99.969	93.0	0.0010467475737326237	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ENG0058_000000012372	2648	0.6952194619459867	4	3	3	3	2	False	65186	fragment	False	ENG0058_000000012372	1.0		0	0	False	False	0.9992446899414062	0					non-mobilizable	no_good_hit	697.0	75.036	26.0	0.0007217708836373915	NZ_LSRS01000003.1	firmicutes	Sporotomaculum syntrophicum strain FB SPSYN_contig000003, whole genome shotgun sequence	True	False
ISR0325_000000007170	2715	0.6952109169721422	3	3	3	3	3	False	38406	fragment	False	ISR0325_000000007170	1.0		0	0	False	False	0.9948434829711914	0					non-mobilizable	no_good_hit	560.0	73.571	20.0	0.008267798941482522	NZ_FONL01000012.1	firmicutes	Succiniclasticum ruminis DSM 9236, whole genome shotgun sequence	True	False
CHI0064_000000010210	1769	0.6951893981017315	2	2	2	2	2	False	85304	maximal	True	CHI0064_000000010210	1.0		18	8	False	False	0.997173547744751	0					non-mobilizable	no_good_hit	365.0	74.795	21.0	0.0015845652893137613	NZ_QSBM01000009.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf9, whole genome shotgun sequence	True	False
ISR0066_000000009020	3572	0.6951887036607468	3	2	1	2	0	True	40737	fragment	False	ISR0066_000000009020	1.0		0	0	False	False	0.9958006739616394	0					non-mobilizable	no_good_hit	1138.0	93.40899999999999	38.0	0.006537491216146163	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0008_000000000620	18036	0.6951762716856021	17	6	2	6	2	True	13880	fragment	False	MON0008_000000000620	1.0		0	0	False	False	0.9990019798278809	0					non-mobilizable	no_good_hit								True	True
ISR0092_000000020904	1486	0.6951721858405417	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.195207863246527		0	0	False	False	0.9986541271209717	0					non-mobilizable	no_good_hit	128.0	75.781	9.0	0.0009532244505824427	CP040906.1	firmicutes	Enterococcus faecium strain FB-1 plasmid punnamed, complete sequence	True	False
AST0113_000000007652	4633	0.6951690590647445	8	7	5	5	7	False	128465	fragment	False	ISR0075_000000003547	0.32300878947774603		0	0	False	False	0.9989207983016968	0					non-mobilizable	other	4633.0	98.921	100.0	0.017768366783281163	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CAN0012_000000005705	9713	0.6951547809224765	15	2	2	2	2	False	94329	fragment	False	CAN0012_000000005705	1.0		0	0	False	False	0.9998970627784729	0					non-mobilizable	no_good_hit	594.0	97.98	6.0	0.11826884722776226	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
SPA0073_000000005128	2340	0.6951499165984346	4	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.7244721598536251		0	0	False	False	0.9995726346969604	0					non-mobilizable	other	2340.0	97.436	100.0	0.0007380704899917137	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MAD0085_000000005824	1939	0.6951478700500907	2	1	1	1	1	False	16065	maximal	True	MAD0085_000000005824	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	80.128	8.0	5.774446177217753e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
USA0035_01_000000013933	1823	0.6951424939691047	3	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.9793484708110166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	98.68299999999999	76.0	0.0036633456195979334	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0359_000000015699	1737	0.6951424939691047	2	1	1	1	1	False	74441	fragment	False	ISR0359_000000015699	0.9943011397720456		0	0	False	False	1.0	0					non-mobilizable	other	1018.0	99.214	98.0	0.0032706143668818103	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0097_000000017722	1711	0.6951424939691047	2	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.974115869907688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	98.595	81.0	0.0036633456195979334	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0187_000000017122	1667	0.6951424939691047	2	1	1	1	1	False	74441	fragment	False	ISR0359_000000015699	0.9743811168681635		0	0	False	False	0.9994001388549805	0					non-mobilizable	other	1018.0	99.116	100.0	0.0032706143668818103	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0077_000000014269	1444	0.6951424939691047	1	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.8419929286424256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	98.68299999999999	82.0	0.0036633456195979334	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0051_000000026155	1402	0.6951424939691047	1	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.7807060470262321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	99.042	82.0	0.0036923175972573196	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0230_000000027014	1317	0.6951424939691047	2	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.773201356302519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	99.21	86.0	0.0036633456195979334	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0399_000000014014	1257	0.6951424939691047	1	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.6469076295763052		0	0	False	False	0.99443119764328	0					non-mobilizable	other	1139.0	98.68299999999999	91.0	0.0036633456195979334	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0024_000000021018	1183	0.6951424939691047	2	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.5148920054067893		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	98.68299999999999	96.0	0.0036633456195979334	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0776_000000020068	1171	0.6951424939691047	2	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.5148510763612496		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	98.946	97.0	0.0036633456195979334	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0022_000000036179	1163	0.6951424939691047	1	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.5146824706231157		0	0	False	False	0.9991401433944702	0					non-mobilizable	other	1139.0	98.68299999999999	98.0	0.0036633456195979334	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0015_01_000000029244	1143	0.6951424939691047	1	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.5098708753709243		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	98.68299999999999	99.0	0.0036633456195979334	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0169_000000028833	1129	0.6951404675487302	1	1	1	1	1	False	30074	maximal	True	ISR0169_000000028833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	78.836	66.0	0.00031354861156231465	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0069_000000028707	1785	0.6951388993226433	2	2	2	2	2	False	68275	maximal	True	MON0069_000000028707	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	77.5	9.0	1.6845993374426474e-05	LN907826.1	a-proteobacteria	Bradyrhizobium sp. G22 genome assembly, chromosome: I	True	False
FIJ0079_000000007717	3742	0.6951380655313678	5	4	4	3	3	False	44397	maximal	True	FIJ0079_000000007717	1.0		0	0	False	False	0.9962586760520935	0					non-mobilizable	no_good_hit	1784.0	88.845	59.0	0.0028804919491868274	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
CHI0042_000000002787	4395	0.6951193401296942	6	6	5	5	5	False	95758	fragment	False	CAN0006_000000009280	0.9741622281576932		0	0	False	False	1.0	0					non-mobilizable	other	4310.0	98.167	100.0	0.0012340940508662125	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
ISR0223_000000024460	1312	0.6951125756441198	3	3	2	1	2	False	38335	maximal	True	ISR0223_000000024460	0.9930662557781202		241	11	False	False	0.9679877758026123	0					non-mobilizable	no_good_hit	52.0	86.538	4.0	0.0002023239484113603	NZ_BDCH01000011.1	high GC Gram+	Nocardia crassostreae strain NBRC 100342, whole genome shotgun sequence	True	False
DEN0079_000000025097	2286	0.6951041665213944	4	3	3	3	2	False	69563	fragment	False	DEN0079_000000025097	1.0		0	0	False	False	0.9995625615119934	0					non-mobilizable	no_good_hit	479.0	72.65100000000001	20.0	0.00013226658792190734	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0074_000000000582	31527	0.6950977007408445	50	16	7	12	9	False	65245	maximal	True	FIJ0074_000000000582	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	6.942562789529663e-06	CP021175.1	enterobacteria	Escherichia coli strain 5CRE51, complete genome	True	False
ENG0197_000000004882	2057	0.6950832425648477	4	4	0	1	3	False	54374	fragment	False	ENG0197_000000004882	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2001.0	98.001	99.0	0.05470459518599562	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
AUS0008_000000021977	1129	0.6950826766177821	2	2	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.014617758057935535		0	0	False	False	1.0	0					non-mobilizable	chromosome	1128.0	96.01100000000001	99.0	0.0003148657790157212	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0054_000000015172	1696	0.6950717212952907	3	3	3	3	3	False	50693	fragment	False	ISR0054_000000015172	1.0		0	0	False	False	0.9976415038108826	0					non-mobilizable	no_good_hit	131.0	80.153	8.0	3.6190277342798484e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0127_000000005813	3847	0.6950679934455377	6	4	3	2	1	True	31913	fragment	False	ISR0127_000000005813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1630.0	95.337	42.0	0.00045564576732230587	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0114_000000040775	1152	0.6950676274107943	1	1	1	1	1	False	4414	fragment	False	SPA0114_000000040775	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	80.786	99.0	0.014996168379885315	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	False	False
SPA0142_000000007810	3699	0.6950494215632972	7	4	3	3	4	True	125722	fragment	False	SPA0142_000000007810	0.989841986455982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2067.0	95.065	56.0	0.0006414847104514721	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0083_000000006515	1632	0.6950485757348611	2	2	2	2	1	False	91187	fragment	False	DEN0018_000000025606	0.28513773222293404		0	0	False	False	0.998161792755127	0					non-mobilizable	chromosome	1632.0	98.529	100.0	0.00025094492843530684	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0166_000000004907	1539	0.6950485757348611	2	2	2	2	1	False	91187	fragment	False	DEN0018_000000025606	0.19430147058823527		0	0	False	False	1.0	0					non-mobilizable	chromosome	1539.0	98.571	100.0	0.00023663599014929606	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0023_01_000000007068	4539	0.6950438666204692	5	4	4	4	2	False	58455	maximal	True	USA0023_01_000000007068	1.0		1	1	False	False	0.9951531291007996	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.086273790413704e-07	LR812107.1	birds	Erithacus rubecula genome assembly, chromosome: 5	True	False
FIJ0078_000000021017	1142	0.6950420975520264	2	2	2	2	0	True	45668	fragment	False	FIJ0062_000000025192	0.9614406779661018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	76.523	69.0	0.005856756615064297	NZ_CACZYW010000005.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ISR0790_000000009503	1756	0.6950391693784932	3	3	2	1	2	False	79828	fragment	False	ISR0790_000000009503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0009_000000011972	2893	0.6950303521932161	3	2	2	2	1	False	44929	maximal	True	MON0009_000000011972	1.0		1	1	False	False	0.996889054775238	0					non-mobilizable	no_good_hit	1112.0	88.579	38.0	0.005541921066283571	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	True	False
FIJ0043_000000009844	2696	0.6950220883248629	3	3	2	3	3	False	47225	maximal	True	FIJ0043_000000009844	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	94.512	6.0	0.07904946653734239	KU544213.1	bacteria	Uncultured bacterium clone CX_IN_B_Contig_24 genomic sequence	True	False
CHI0044_000000007074	2129	0.6950200022982547	3	3	2	3	1	False	91849	fragment	False	CHI0044_000000007074	0.95706106870229		0	0	False	False	1.0	0					non-mobilizable	other	2129.0	99.95299999999999	100.0	0.01711064832310822	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0106_000000028827	1318	0.6950133986201222	2	2	2	1	1	False	39685	fragment	False	SPA0106_000000028827	0.9907763259031515		0	0	False	False	0.999241292476654	0					non-mobilizable	no_good_hit	495.0	74.343	37.0	0.00016690685946065437	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0033_000000004454	6319	0.6950128265682275	4	4	3	4	1	False	7216	maximal	True	SPA0033_000000004454	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	7.811351182140595e-06	CP040443.1	enterobacteria	Escherichia sp. E4742 chromosome, complete genome	True	False
MON0101_000000001579	20143	0.6950093863349973	25	4	3	4	3	True	14182	maximal	True	MON0101_000000001579	1.0		2	1	False	False	0.9957801699638367	0					non-mobilizable	no_good_hit	5710.0	96.883	77.0	0.001543632562995161	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0005_000000023898	1584	0.6950093782140769	3	2	2	2	2	False	76471	maximal	True	DEN0005_000000023898	1.0		1	1	False	False	0.9854797720909119	0					non-mobilizable	no_good_hit	906.0	81.678	57.0	0.0006777320176738036	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
USA0021_01_000000004168	4431	0.6949950326935148	6	4	1	3	3	False	107730	fragment	False	ISR0786_000000003820	0.9471214017521903		0	0	False	False	0.999548614025116	0					non-mobilizable	no_good_hit	1511.0	83.852	36.0	0.07528509435866385	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
MAD0089_000000004495	4420	0.6949836593420348	6	6	4	4	5	True	15850	maximal	True	MAD0089_000000004495	1.0		3	1	False	False	0.9993212819099426	0					non-mobilizable	no_good_hit	1456.0	95.46700000000001	60.0	0.0002601401001941664	CP038372.1	enterobacteria	Escherichia coli O157:H7 strain F6294 chromosome, complete genome	True	True
ENG0079_000000001457	17162	0.6949786640369615	22	22	10	19	15	True	61873	maximal	True	ENG0079_000000001457	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	91.016	29.0	0.02308746473196292	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ENG0125_000000014428	1824	0.6949759151823943	3	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.5644769871575241		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	99.616	100.0	0.0005852725771384762	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0083_000000030506	1332	0.6949608902273936	2	2	1	2	2	False	9859	maximal	True	MON0083_000000030506	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0109_000000022271	1616	0.6949602504150262	3	3	2	2	1	False	125442	fragment	False	MON0070_000000010284	0.16336226542173296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1296.0	84.414	80.0	0.0003607270579688382	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0032_01_000000002636	9800	0.6949585333763832	5	2	1	2	1	False	1506	maximal	True	USA0032_01_000000002636	1.0		2	2	False	False	0.9997959136962891	0					non-mobilizable	chromosome	5936.0	99.74700000000001	96.0	0.0014891885164621196	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0050_000000011408	2317	0.6949544824879732	2	2	2	2	1	False	57726	maximal	True	ISR0050_000000011408	1.0		22	4	False	False	0.9995684027671814	0					non-mobilizable	other	2318.0	97.325	100.0	0.0010436662000086595	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	False	False
FIJ0070_000000002812	6571	0.6949530549681415	9	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.30279265126480226	PS1045|PS1046|PS656|PS658	0	0	False	True	0.9987825155258179	0					non-mobilizable	no_good_hit	2941.0	88.337	62.0	0.5899091826437941	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
ISR0392_000000004225	6430	0.6949530549681415	7	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.30289167937602096	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	56					non-mobilizable	no_good_hit	2941.0	88.37100000000001	65.0	0.5899091826437941	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
FIJ0152_000000003366	6401	0.6949530549681415	7	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.3028822029215584	PS1045|PS1046|PS656|PS658	0	0	True	True	0.9987502098083496	1					non-mobilizable	no_good_hit	2941.0	88.37100000000001	64.0	0.5899091826437941	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
ISR0286_000000001772	6373	0.6949530549681415	9	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.3028034117718094	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2882.0	88.20299999999999	65.0	0.5780020181634712	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
FIJ0054_000000003694	6365	0.6949530549681415	8	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.3028062002165332	PS1045|PS1046|PS656|PS658	0	0	False	True	0.9996857643127441	0					non-mobilizable	no_good_hit	2405.0	95.34299999999999	64.0	0.40629228687415425	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0186_000000003507	6280	0.6949530549681415	9	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.30000987309032945	PS1045|PS1046|PS656|PS658	0	0	True	True	0.996974527835846	3					non-mobilizable	no_good_hit	2810.0	87.936	64.0	0.5634712411705348	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
ISR0113_000000002165	6275	0.6949530549681415	7	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.28600298315989525	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2764.0	87.771	64.0	0.5543895055499496	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
FIJ0058_000000006505	5813	0.6949530549681415	7	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.2748959087500173	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	4000.0	94.675	71.0	0.675744248985115	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0032_000000005933	5747	0.6949530549681415	7	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.157452567068842	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	4000.0	94.675	72.0	0.675744248985115	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
MAD0033_000000003033	5541	0.6949530549681415	7	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.15585330955332954	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	4040.0	94.554	73.0	0.682510148849797	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
MAD0002_000000005148	5521	0.6949530549681415	6	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.15606697027130365	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	2941.0	88.37100000000001	74.0	0.5899091826437941	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
MAD0066_000000002990	5424	0.6949530549681415	6	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.1552535898265724	PS1045|PS1046|PS656|PS658	0	0	True	True	0.9998156428337097	6					non-mobilizable	no_good_hit	2815.0	87.95700000000001	76.0	0.5644803229061554	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
USA0045_01_000000002709	5134	0.6949530549681415	5	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.10613950852214532	PS1045|PS1046|PS656|PS658	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2941.0	88.37100000000001	79.0	0.5899091826437941	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
FIJ0011_000000008514	4955	0.6949530549681415	5	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.07567002206450245	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	2941.0	88.37100000000001	84.0	0.5899091826437941	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
AUS0008_000000004112	4856	0.6949530549681415	6	5	3	3	4	True	128685	backbone	False	FIJ0105_000000005116	0.030013354181066588	PS1045|PS1046|PS656|PS658	0	0	False	True	0.9993821978569031	0					non-mobilizable	no_good_hit	2945.0	86.214	84.0	0.5899091826437941	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
ENG0174_000000009852	1942	0.6949511017075076	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.8743559762280804		0	0	False	False	0.9974253177642822	0					non-mobilizable	other	1952.0	81.814	100.0	0.05396472712123316	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
ISR0082_000000002314	10584	0.694947981395067	5	4	3	4	0	True	34202	maximal	True	ISR0082_000000002314	1.0		5	1	True	True	1.0	15					non-mobilizable	no_good_hit	43.0	93.023	0.0	0.0006098977695167286	NZ_BBCG01000019.1	firmicutes	Cellulosilyticum ruminicola JCM 14822, whole genome shotgun sequence	True	True
ENG0083_000000003796	6028	0.6949478225821408	7	6	4	4	5	False	74751	maximal	True	ENG0083_000000003796	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	2109.0	72.641	39.0	0.0006249130392096039	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0130_000000029764	1141	0.6949383095764446	2	1	1	1	1	False	23800	fragment	False	ISR0359_000000024117	0.9857266435986158		0	0	False	False	0.9886065125465393	0					non-mobilizable	no_good_hit								True	False
ISR0102_000000001650	12229	0.6949327184349697	19	14	2	4	14	False	105364	maximal	True	ISR0102_000000001650	1.0		1	1	False	False	0.9984463453292847	0					non-mobilizable	no_good_hit	2894.0	83.932	77.0	0.0012662219590908852	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
DEN0011_000000000088	68762	0.6949299269449011	60	24	16	24	11	True	116432	maximal	True	DEN0011_000000000088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
ISR0185_000000005310	5623	0.6949267820116533	8	4	3	3	4	False	75892	fragment	False	ISR0185_000000005310	0.9941630000377918		0	0	False	False	0.9957318305969238	0					non-mobilizable	no_good_hit								True	False
ISR0279_000000003701	4868	0.6949267820116533	7	4	3	3	4	False	75892	fragment	False	ISR0185_000000005310	0.642085516527589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0003_000000004223	5644	0.6949252937898833	6	5	5	5	3	False	128051	maximal	True	ISR0003_000000004223	0.9753445719534435		282	12	False	False	1.0	0					non-mobilizable	other	5650.0	98.035	99.0	0.011810043974012885	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0053_000000002764	3161	0.6949175173064923	4	2	1	1	1	True	102095	fragment	False	ISR0855_000000004285	0.9673351564873899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	82.734	13.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ENG0052_000000012934	2372	0.6949175173064923	3	2	1	1	1	True	63989	fragment	False	ENG0052_000000012934	1.0		0	0	False	False	0.9983136653900146	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.048510445706993e-05	NZ_CZAI01000003.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ENG0097_000000013424	2342	0.6949175173064923	3	2	1	1	1	True	63989	fragment	False	ENG0052_000000012934	0.9936762225969646		0	0	False	False	0.9944491982460022	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.02564102564102564	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	True
SPA0011_000000013285	1272	0.6949171503690805	2	1	1	1	1	False	8028	maximal	True	SPA0011_000000013285	1.0		20	3	False	False	1.0	0					non-mobilizable	chromosome	1272.0	100.0	100.0	0.00022946185508084695	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0059_000000011655	2166	0.6949144707186518	2	2	1	2	1	True	37585	fragment	False	SPA0059_000000011655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	89.773	4.0	0.00035735907439795505	NZ_FOMG01000003.1	firmicutes	Clostridium uliginosum strain DSM 12992, whole genome shotgun sequence	True	True
ENG0169_000000017567	1378	0.6949144707186518	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.13759394792450866		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	93.7	100.0	0.004260792668220918	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
CHI0164_000000017177	1165	0.6949144707186518	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.014717305482937091		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	99.31299999999999	100.0	0.005932479817336704	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	True
MON0047_000000035172	1138	0.6949144707186518	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.007477332504395047		0	0	False	False	1.0	0					non-mobilizable	chromosome	1139.0	96.137	100.0	0.0003182243473252222	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0819_000000011054	2346	0.6949138154198468	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8711985120885531	PS871	0	0	False	True	0.9953111410140991	0					non-mobilizable	other	2321.0	92.546	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0015_000000010754	2344	0.6949138154198468	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8702442602260755	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2322.0	92.37700000000001	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
DEN0071_000000010147	3709	0.6949081584486351	5	3	3	2	3	False	92439	fragment	False	DEN0071_000000010147	0.9936361006653167		0	0	False	False	0.9970342516899109	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	0.004848719937936384	NZ_CYSC01000010.1	a-proteobacteria	Thalassobius autumnalis strain CECT 5120, whole genome shotgun sequence	True	False
MAD0081_000000001297	4687	0.6949070475023639	7	5	2	3	4	False	113335	maximal	True	MAD0081_000000001297	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2406.0	93.59899999999999	73.0	0.0008031136304808887	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AUS0008_000000011419	2138	0.6949006345287436	3	3	3	3	1	False	101821	fragment	False	MON0097_000000016349	0.9689497716894977		0	0	False	False	0.9971936345100403	0					non-mobilizable	no_good_hit	1478.0	92.49	76.0	0.00041396009458412043	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0120_000000005967	3626	0.6948995899719773	4	4	4	4	4	False	119443	maximal	True	ENG0120_000000005967	0.9853850477796515		238	14	False	False	0.9925537705421448	0					non-mobilizable	other	2584.0	84.868	96.0	0.02665817392030741	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
SPA0050_000000014444	1790	0.6948980960638154	3	3	2	1	2	False	6586	maximal	True	SPA0050_000000014444	1.0		3	1	False	False	0.9921787977218628	0					non-mobilizable	no_good_hit	1141.0	94.303	72.0	0.00037939969942184167	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
CHI0141_000000013357	2068	0.6948834387434991	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.8685914310153898		0	0	False	False	0.9970986247062683	0					non-mobilizable	other	1518.0	98.155	97.0	0.013906459123993914	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0164_000000010991	2389	0.6948725711858793	1	1	1	1	1	False	79376	maximal	True	ISR0164_000000010991	1.0		55	10	False	False	0.9991628527641296	0					non-mobilizable	no_good_hit	1344.0	86.682	56.0	0.03486167034679829	GU942954.1		Uncultured organism clone 26 genomic sequence	True	False
FIJ0156_000000005616	1489	0.6948725711858793	1	1	1	1	1	False	39491	maximal	True	FIJ0156_000000005616	1.0		92	10	False	False	0.9865681529045105	0					non-mobilizable	no_good_hit	1226.0	87.113	82.0	0.14513253298466658	NZ_JH604896.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld208, whole genome shotgun sequence	True	False
ENG0208_000000020853	1458	0.6948725711858793	1	1	1	1	1	False	53814	fragment	False	ENG0208_000000020853	1.0		0	0	False	False	0.9890260696411133	0					non-mobilizable	no_good_hit	1289.0	79.441	87.0	0.00035513439040342986	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
TAN0009_000000015156	2522	0.6948665726547588	5	4	4	3	2	False	2701	maximal	True	TAN0009_000000015156	1.0		1	1	False	False	0.9908802509307861	0					non-mobilizable	no_good_hit	2200.0	77.455	86.0	0.07769846109696166	NZ_FUWW01000020.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
AST0002_000000015985	2300	0.6948644070067476	5	3	2	2	3	False	131891	maximal	True	AST0002_000000015985	1.0		16	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0100_000000016893	2564	0.6948573107667472	5	4	3	4	2	False	113756	fragment	False	ISR0059_000000003816	0.6862833662310683		0	0	False	False	1.0	0					non-mobilizable	chromosome	2565.0	98.20700000000001	100.0	0.0007162146920010938	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0022_000000003514	7463	0.6948472569245957	7	4	3	4	2	True	101294	fragment	False	CAN0003_000000004189	0.5821556203657301		0	0	False	False	1.0	0					non-mobilizable	plasmid	6065.0	97.164	99.0	0.05258182575061142	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0056_000000000978	9355	0.6948446463378951	12	9	7	6	8	False	97681	fragment	False	MAD0087_000000002313	0.9657166872974551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3722.0	82.751	64.0	0.023571752183928582	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
MAD0008_000000005517	2261	0.6948436714074461	5	5	5	2	3	False	19832	maximal	True	MAD0008_000000005517	1.0		1	1	False	False	0.9951348900794983	0					non-mobilizable	no_good_hit	121.0	79.339	5.0	3.2558977047903035e-05	NC_017310.1	d-proteobacteria	Desulfovibrio vulgaris RCH1, complete sequence	True	False
FIJ0055_000000004929	2837	0.694842657184755	4	3	2	3	2	True	46266	maximal	True	FIJ0055_000000004929	1.0		3	1	False	False	0.980965793132782	0					non-mobilizable	no_good_hit	46.0	93.478	2.0	0.017267843438219493	HG796394.1	bacteria	Uncultured bacterium plasmid pRGI00891	True	True
CHI0002_000000002118	4500	0.6948401761260676	7	6	2	0	6	False	91032	fragment	False	CHI0005_000000003377	0.9296059637912673		0	0	False	False	1.0	0					non-mobilizable	plasmid	4500.0	99.289	100.0	0.1029448779260005	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0856_000000000652	6693	0.6948378764788901	12	9	3	6	9	True	85126	fragment	False	ISR0856_000000000652	1.0		0	0	False	False	0.99925297498703	0					non-mobilizable	other	6693.0	99.955	100.0	0.002147554861811327	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0396_000000005029	4309	0.6948360910980225	6	6	4	5	6	False	101916	fragment	False	USA0013_01_000000002644	0.9535891297062141		0	0	False	False	0.9990717172622681	0					non-mobilizable	chromosome	3266.0	93.325	100.0	0.0005034518885314277	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0015_000000012497	2043	0.6948327497911606	3	3	3	3	3	False	95292	fragment	False	ISR0384_000000006469	0.5456652006897333		0	0	False	False	0.9906999468803406	0					non-mobilizable	chromosome	2016.0	97.619	99.0	0.0005832416582963372	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0327_000000003911	5619	0.6948326374850355	7	6	5	4	5	False	101581	fragment	False	ISR0798_000000002203	0.9628020096554998		0	0	False	False	0.9951948523521423	0					non-mobilizable	other	5621.0	98.87899999999999	100.0	0.011094134321935196	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0051_000000007606	3623	0.6948317814527635	3	3	2	2	2	False	27353	fragment	False	MAD0051_000000007606	1.0		0	0	False	False	0.9997239708900452	0					non-mobilizable	chromosome	3620.0	99.586	99.0	0.0008054128013232004	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0006_000000006525	5021	0.6948191404705101	6	5	1	3	4	False	51797	fragment	False	FIJ0006_000000006525	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5023.0	98.04899999999999	100.0	0.033906773252673654	MN480763.1	firmicutes	Streptococcus salivarius strain YU10 plasmid pSsal-YU10, complete sequence	False	True
CAN0007_000000020787	1949	0.6948188985355083	3	3	3	1	1	False	95276	maximal	True	CAN0007_000000020787	1.0		1	1	False	False	0.9763981699943542	0					non-mobilizable	no_good_hit	68.0	92.647	4.0	1.1442435133275323e-05	LN899821.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : III	True	False
AST0149_000000008152	3367	0.6948124166399119	5	4	4	4	2	False	120968	fragment	False	AST0149_000000008152	0.9259113787779741		0	0	False	False	1.0	0					non-mobilizable	other	2069.0	96.85799999999999	100.0	0.0005870490396013971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0075_000000014140	1850	0.6948084007098008	4	2	2	2	1	True	68029	maximal	True	ISR0075_000000014140	1.0		0	0	False	False	0.9945945739746094	0					non-mobilizable	no_good_hit	1160.0	93.87899999999999	62.0	0.014883098156349778	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
ISR0193_000000018323	1446	0.6948067734935852	2	1	1	1	1	False	29206	fragment	False	ISR0193_000000018323	1.0		0	0	False	False	0.9633471369743347	0					non-mobilizable	no_good_hit	586.0	79.181	40.0	0.001248255012289852	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ISR0026_000000010131	2217	0.6948028827134005	2	2	1	2	0	True	101931	maximal	True	ISR0026_000000010131	1.0		2	1	False	False	0.9950383305549622	0					non-mobilizable	no_good_hit	462.0	100.0	21.0	9.931808761191059e-05	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	True	True
ENG0033_000000012691	2056	0.6948027184820443	2	2	2	2	1	False	65502	fragment	False	SPA0132_000000019027	0.9732348869404708		0	0	False	False	0.9980545043945312	0					non-mobilizable	chromosome	2056.0	99.90299999999999	100.0	0.0005746465923457074	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0224_000000007751	3634	0.6947977845378009	3	3	3	3	3	False	125916	fragment	False	ISR0224_000000007751	0.9810888252148997		0	0	False	False	0.9958723187446594	0					non-mobilizable	other	3624.0	99.945	99.0	0.021116868431942833	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
MAD0005_000000014552	2037	0.6947934074553819	4	2	1	2	2	False	37494	maximal	True	MAD0005_000000014552	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	72.523	36.0	0.006959510861908653	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	True	False
ISR0779_000000022249	1554	0.6947880134229211	2	2	2	1	1	False	126626	fragment	False	AST0094_000000014408	0.7132214500521322		0	0	False	False	1.0	0					non-mobilizable	other	1514.0	98.54700000000001	97.0	0.03759791122715405	NZ_JAAIQH010000025.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_25_length_40215_cov_181.153, whole genome shotgun sequence	False	False
ISR0095_000000009225	3161	0.6947878460198389	5	4	4	4	2	True	53850	maximal	True	ISR0095_000000009225	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	99.89200000000001	32.0	0.0002915577790294625	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0202_000000004552	2857	0.6947878460198389	5	4	4	4	2	True	53849	fragment	False	ISR0202_000000004552	0.9625629949604031		0	0	False	False	0.998249888420105	0					non-mobilizable	no_good_hit	783.0	99.617	27.0	0.00024648452237950233	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
MON0018_000000005210	3027	0.6947804031237037	5	3	2	3	3	True	124296	fragment	False	MON0018_000000005210	0.9300720511660736		0	0	False	False	1.0	0		MOBV			mobilizable	other	2946.0	95.51899999999999	97.0	0.00068707404908485	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0216_000000013045	1317	0.694773301020454	2	2	2	1	1	False	93032	fragment	False	ISR0834_000000011067	0.6078425200695273		0	0	False	False	0.9992406964302063	0					non-mobilizable	other	1317.0	97.646	100.0	0.12469182628484733	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0044_01_000000016177	1710	0.6947723720608591	4	3	2	3	3	False	80504	fragment	False	ISR0378_000000014294	0.847523290037497		0	0	False	False	1.0	0					non-mobilizable	chromosome	794.0	96.851	100.0	0.0003693702517034405	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0169_000000013470	1684	0.6947723720608591	4	3	2	3	3	False	80504	fragment	False	ISR0378_000000014294	0.8477248328787574		0	0	False	False	0.9988123774528503	0					non-mobilizable	chromosome	1684.0	97.803	100.0	0.0007844454082893774	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
CHI0137_000000010315	1610	0.6947723720608591	3	3	2	3	3	False	80504	fragment	False	ISR0378_000000014294	0.7592159885994638		0	0	False	False	1.0	0					non-mobilizable	chromosome	1610.0	98.137	100.0	0.0007499335413372882	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0030_000000029085	1317	0.6947697167261445	3	2	2	1	1	False	48666	maximal	True	FIJ0030_000000029085	1.0		0	0	False	False	0.9931662678718567	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.220082130363456e-06	NZ_CP011102.1	firmicutes	Listeria weihenstephanensis strain WS 4560, complete genome	True	False
FIJ0096_000000030107	1266	0.6947612656388502	2	2	2	2	1	False	42961	maximal	True	FIJ0096_000000030107	1.0		8	5	False	False	0.9699841737747192	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	1.0907314752040946e-05	CP044411.1	proteobacteria	Acidithiobacillus sp. 'AMD consortium' chromosome, complete genome	True	False
DEN0087_000000004347	2874	0.6947595533935964	3	2	2	2	2	False	78368	fragment	False	DEN0087_000000004347	1.0		0	0	False	False	0.994084894657135	0					non-mobilizable	other	2872.0	99.164	99.0	0.02961411905474125	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ETH0002_000000012595	2090	0.6947595533935964	2	2	2	2	2	False	78367	fragment	False	ENG0013_000000012163	0.9713621539279433		0	0	False	False	0.981339693069458	0					non-mobilizable	other	2088.0	99.617	99.0	0.021527226216386273	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0129_000000001502	12324	0.694757592643794	7	4	2	4	0	True	102721	maximal	True	FIJ0129_000000001502	1.0		2	1	False	False	0.9982960224151611	0					non-mobilizable	no_good_hit								True	True
CHI0095_000000001349	5675	0.6947571564021754	11	4	3	3	3	False	83522	maximal	True	CHI0095_000000001349	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000017250	1112	0.6947562436350619	2	2	2	2	2	False	3676	maximal	True	SPA0133_000000017250	1.0		4	1	False	False	0.9847122430801392	0					non-mobilizable	chromosome	1112.0	100.0	100.0	0.00028415274271337477	CP023273.1	enterobacteria	Proteus mirabilis strain CCUG 70746 chromosome	False	False
CHI0156_000000004472	2915	0.6947546188754458	5	3	3	3	3	False	79014	fragment	False	CHI0156_000000004472	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2915.0	99.96600000000001	100.0	0.0015176308709242965	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
DEN0026_000000018121	1579	0.6947519031889681	3	3	3	3	3	False	74159	maximal	True	DEN0026_000000018121	0.9878724878724878		360	14	False	False	0.9930335879325867	0					non-mobilizable	other	1579.0	99.93700000000001	100.0	0.00028698328913402704	NC_002695.2	enterobacteria	Escherichia coli O157:H7 str. Sakai DNA, complete genome	False	False
ISR0267_000000006453	2582	0.6947491326094437	4	4	3	4	3	False	113756	fragment	False	ISR0059_000000003816	0.6868245385718353		0	0	False	False	1.0	0					non-mobilizable	chromosome	2587.0	94.666	100.0	0.0007215324251578037	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0024_000000011289	1843	0.6947454980313367	3	3	2	2	2	False	49221	maximal	True	FIJ0024_000000011289	1.0		4	1	False	False	0.9875203371047974	0					non-mobilizable	no_good_hit	1509.0	97.74700000000001	82.0	0.0018911106512919872	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0364_000000002667	5363	0.6947328785183329	5	3	3	3	1	False	42471	maximal	True	ISR0364_000000002667	1.0		4	2	False	False	0.9998135566711426	0					non-mobilizable	no_good_hit	413.0	100.0	8.0	0.503052503052503	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
ENG0077_000000016962	1231	0.6947267965789837	2	1	1	1	1	True	61968	maximal	True	ENG0077_000000016962	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	96.936	80.0	0.0002561229893166859	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
FIJ0063_000000019822	1450	0.6947249454277201	2	2	2	1	1	False	45560	fragment	False	FIJ0063_000000019822	1.0		0	0	False	False	0.9937931299209595	0					non-mobilizable	no_good_hit	1220.0	94.508	84.0	0.03354123354123354	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	True	False
CHI0137_000000008165	1952	0.6947238330429226	3	3	3	3	3	False	80514	fragment	False	CHI0137_000000008165	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1364.0	88.49	96.0	0.0022040618172991344	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
AST0106_000000006818	2954	0.694716608397599	3	3	3	3	3	False	107439	fragment	False	AST0106_000000006818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	8.312178464718172e-05	NZ_SLUI01000002.1	firmicutes	Anaerospora hongkongensis strain DSM 15969 Ga0310510_102, whole genome shotgun sequence	True	False
ISR0052_000000002889	9058	0.6947135199676373	10	3	2	2	2	False	101712	fragment	False	ISR0052_000000002889	1.0		0	0	False	False	0.9994480013847351	0					non-mobilizable	no_good_hit	2366.0	98.098	78.0	0.04066578399848685	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0057_000000021473	1268	0.6947128702110573	3	1	1	1	0	False	63502	maximal	True	ENG0057_000000021473	1.0		1	1	False	False	0.9960567951202393	0					non-mobilizable	no_good_hit	515.0	99.806	41.0	0.103420523138833	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	True	False
AST0019_000000007488	3624	0.6947121937760542	5	5	2	4	3	True	122785	maximal	True	AST0019_000000007488	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	2.0	7.781880178704736e-06	NZ_AP021874.1	d-proteobacteria	Desulfosarcina alkanivorans strain PL12	True	True
MAD0051_000000015606	1869	0.6947111596847452	2	2	2	2	1	False	17330	maximal	True	MAD0051_000000015606	1.0		37	10	False	False	0.9930444359779358	0					non-mobilizable	other	1806.0	81.672	95.0	0.257971432693695	NZ_QOHO01000138.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_138, whole genome shotgun sequence	False	False
ISR0139_000000015654	1717	0.6947094491953768	2	2	1	2	0	True	32532	maximal	True	ISR0139_000000015654	1.0		4	2	False	False	0.9668025374412537	0					non-mobilizable	no_good_hit								True	True
ISR0383_000000009635	1549	0.6947094491953768	2	2	1	2	0	True	32532	maximal	False	ISR0139_000000015654	0.9510774606872452		0	0	False	False	0.997417688369751	0					non-mobilizable	no_good_hit								True	True
ENG0202_000000012655	1689	0.6947092811009111	2	2	2	2	0	True	54130	fragment	False	ENG0202_000000012655	1.0		0	0	False	False	0.9940793514251709	0					non-mobilizable	no_good_hit								True	True
DEN0039_000000002749	4968	0.6947055127926676	7	3	3	3	2	True	73316	maximal	True	DEN0039_000000002749	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0070_000000006033	3908	0.6947026868365617	2	2	2	1	0	False	69267	fragment	False	ENG0070_000000006033	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3831.0	98.042	98.0	0.0017078135033739023	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0039_000000026159	1430	0.6947026868365617	2	2	2	2	0	False	36530	fragment	False	ISR0039_000000026159	1.0		0	0	False	False	0.9937062859535217	0					non-mobilizable	virus	976.0	97.64299999999999	100.0	0.03392602387000244	MK233338.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_3_c1 sequence	False	False
SPA0025_000000010002	2139	0.6947008596535035	2	2	2	2	2	False	94180	fragment	False	SPA0025_000000010002	1.0		0	0	False	False	0.9995325207710266	0					non-mobilizable	chromosome	2139.0	99.81299999999999	100.0	0.0006891165673872522	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0150_000000001247	14545	0.6946999123265366	14	10	5	8	4	True	104273	fragment	False	AST0150_000000001247	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	78.997	10.0	0.0004713406021824479	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
MAD0030_000000001038	7867	0.6946990836201944	15	15	2	12	15	True	19247	fragment	False	MAD0030_000000001038	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6950.0	95.626	100.0	0.07807432432432432	CP041534.1	enterobacteria	Escherichia coli strain 963 plasmid p4540-2	False	True
MON0093_000000001422	17044	0.6946934458920418	22	19	7	12	18	True	85130	maximal	True	MON0093_000000001422	1.0		93	9	False	False	0.9998826384544373	0					non-mobilizable	other	17044.0	99.988	100.0	0.00546933316046779	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0002_000000010248	3461	0.6946928930801703	4	3	3	3	3	False	132111	maximal	True	AST0002_000000010248	0.9920439390932992		5	2	False	False	1.0	0					non-mobilizable	chromosome	802.0	97.382	100.0	0.00025247327675956694	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0157_000000015732	2000	0.6946882645111317	3	2	2	2	2	False	54974	fragment	False	ISR0157_000000015732	1.0		0	0	False	False	0.9965000152587891	0					non-mobilizable	no_good_hit								True	False
CAN0001_000000002437	15532	0.6946773360083879	22	21	14	19	21	False	97481	maximal	True	CAN0001_000000002437	1.0		4	3	False	False	0.9999356269836426	0					non-mobilizable	chromosome	15532.0	98.944	100.0	0.0029739832475759193	LR778147.1	enterobacteria	Escherichia coli isolate SC418 genome assembly, chromosome: omosome1	False	False
SPA0134_000000005224	5709	0.6946729142617504	11	9	3	5	8	False	84014	fragment	False	SPA0134_000000005224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3000.0	99.833	58.0	0.0004232989142432251	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0150_000000004731	4715	0.6946701737222367	3	2	1	1	2	False	127348	fragment	False	ISR0150_000000004731	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2997.0	99.96700000000001	65.0	0.5348089967868619	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
ENG0010_000000004608	4199	0.6946701737222367	3	2	1	1	2	False	127344	fragment	False	ENG0010_000000004608	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2482.0	99.96	61.0	0.4428775437343806	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
FIJ0068_000000006042	4992	0.694669872202775	5	2	1	1	2	False	45115	fragment	False	FIJ0068_000000006042	1.0		0	0	False	False	0.9907852411270142	0					non-mobilizable	no_good_hit	971.0	73.018	19.0	0.14173578199052134	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	False
ISR0119_000000009262	3469	0.6946417407302501	4	4	3	4	2	False	102885	fragment	False	ISR0119_000000009262	1.0		0	0	False	False	0.9950994253158569	0					non-mobilizable	other	3469.0	99.135	100.0	0.002684944106245747	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
FIJ0030_000000024705	1523	0.6946403752598431	3	2	2	2	1	False	48696	maximal	True	FIJ0030_000000024705	1.0		5	3	False	False	0.9980301856994629	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	1.3183291698920661e-05	NZ_CP039268.1	g-proteobacteria	Thermochromatium tepidum ATCC 43061 chromosome, complete genome	True	False
SPA0046_000000015818	1998	0.6946268348261975	2	2	2	2	2	False	56251	fragment	False	SPA0046_000000015818	1.0		0	0	False	False	0.9984984993934631	0					non-mobilizable	no_good_hit	827.0	99.154	43.0	0.00023118145197065394	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0046_000000004716	5353	0.6946222984775586	6	5	5	4	5	False	90172	fragment	False	SPA0046_000000004716	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5353.0	100.0	100.0	0.0010438046915042256	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
FIJ0067_000000006776	4441	0.6946211955884735	4	4	4	1	1	False	118376	fragment	False	FIJ0067_000000006776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3412.0	93.406	77.0	0.0014252209616468848	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0192_000000001465	8646	0.6946189035457006	10	6	6	6	3	True	96564	maximal	True	ENG0192_000000001465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5506.0	97.185	76.0	0.0009873573421093648	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
FIJ0034_000000011515	2418	0.6946144142265352	2	2	1	2	1	False	48147	maximal	True	FIJ0034_000000011515	1.0		1	1	False	False	0.9995864629745483	0					non-mobilizable	no_good_hit	53.0	90.566	2.0	1.1880742025451749e-05	NZ_CP023665.1	firmicutes	Bacillus paralicheniformis strain Bac84 chromosome, complete genome	True	False
MON0037_000000001081	18811	0.6946046275886083	18	9	7	7	4	True	132160	fragment	False	SPA0132_000000001387	0.775260600713628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	96.23899999999999	9.0	0.00047044752093266645	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0011_000000001376	18629	0.6946046275886083	18	9	7	7	4	True	132160	fragment	False	SPA0132_000000001387	0.7744811611472421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1673.0	96.234	9.0	0.0004698854569888998	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0142_000000015856	1715	0.6945980866862721	3	2	2	2	1	True	39793	fragment	False	SPA0142_000000015856	0.9971714489810657		0	0	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit								True	True
FIJ0150_000000015693	1563	0.6945980866862721	3	2	2	2	1	True	39793	fragment	False	SPA0142_000000015856	0.968600035043735		0	0	False	False	0.9916826486587524	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0006331191670965624	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MON0067_000000011797	1545	0.6945980866862721	3	2	2	2	1	True	39793	fragment	False	SPA0142_000000015856	0.9410710053732027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0047_000000040529	1194	0.6945980866862721	2	2	2	2	1	True	17597	fragment	False	MAD0047_000000040529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0139_000000010390	2626	0.6945963447811505	4	3	2	1	3	False	40587	fragment	False	SPA0139_000000010390	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	1076.0	92.65799999999999	93.0	0.16515593793209402	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
FIJ0124_000000011813	2333	0.6945946807650061	4	4	4	4	3	False	41250	maximal	True	FIJ0124_000000011813	1.0		6	5	False	False	0.9982854723930359	0					non-mobilizable	no_good_hit	1130.0	80.885	48.0	0.00031374865041940814	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0065_000000004655	2572	0.694594262363967	2	2	2	2	2	False	34401	fragment	False	MAD0022_000000003850	0.6394655213552851		0	0	False	False	0.9992223978042603	0					non-mobilizable	no_good_hit								True	False
MON0037_000000049753	1508	0.6945939966305877	2	1	1	1	1	False	12072	fragment	False	MON0037_000000049753	0.9670072614987869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1168.0	72.26	76.0	0.0006356129128492323	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
ISR0317_000000017043	1340	0.6945939966305877	1	1	1	1	1	False	69177	fragment	False	DEN0082_000000031306	0.9692982456140351		0	0	False	False	0.9985074400901794	0					non-mobilizable	other	1340.0	99.478	100.0	0.0015741348136548848	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0048_000000008171	1929	0.6945893719643489	2	2	2	2	2	False	114913	maximal	True	AST0048_000000008171	1.0		4	3	False	False	0.9953343868255615	0					non-mobilizable	no_good_hit	981.0	92.86399999999999	51.0	0.006400919642332286	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
USA0080_01_000000009122	4750	0.6945825156611435	8	2	2	2	1	True	130516	fragment	False	ENG0051_000000005370	0.7133672854300545		0	0	False	False	1.0	0					non-mobilizable	other	4750.0	99.979	100.0	0.0009192993038374213	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
AST0053_000000003353	2963	0.694577085107246	4	4	4	4	3	False	114180	fragment	False	AST0053_000000003353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	74.236	8.0	0.001063086014193635	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	True	False
FIJ0172_000000004722	5260	0.6945767306545342	8	6	4	5	5	False	132417	fragment	False	FIJ0075_000000003112	0.8627268112235422		0	0	False	False	1.0	0					non-mobilizable	chromosome	4806.0	99.979	93.0	0.0013538296473759794	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0177_000000013967	1928	0.694575602281602	2	2	2	2	2	False	75839	fragment	False	ENG0177_000000013967	1.0		0	0	False	False	0.9963693022727966	0					non-mobilizable	no_good_hit	118.0	76.271	6.0	1.8226596186304726e-05	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	False
AST0048_000000011550	1383	0.6945675327848189	2	2	2	2	2	False	114879	maximal	True	AST0048_000000011550	1.0		0	0	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	819.0	99.634	59.0	0.0021545820426912784	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
ISR0072_000000007089	3772	0.6945650165109922	5	4	3	3	3	False	34862	maximal	True	ISR0072_000000007089	1.0		0	0	False	False	0.9986744523048401	0					non-mobilizable	no_good_hit	1107.0	93.49600000000001	29.0	0.00031108927500686766	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0067_000000010410	2736	0.6945600768498947	3	3	3	3	3	False	69420	fragment	False	ENG0067_000000010410	1.0		0	0	False	False	0.9941520690917969	0					non-mobilizable	other	2677.0	96.45100000000001	98.0	0.06406182290914343	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
MAD0093_000000015729	2005	0.6945597630288581	2	2	1	1	2	False	15672	maximal	True	MAD0093_000000015729	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	73.71600000000001	66.0	0.0058815084656037185	NZ_FNBY01000005.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
SPA0135_000000007760	3090	0.694553003555798	4	4	3	4	3	False	102883	fragment	False	SPA0135_000000007760	1.0		0	0	False	False	0.9983818531036377	0					non-mobilizable	other	3086.0	99.06	99.0	0.0023884234624475574	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
FIJ0128_000000012935	2005	0.6945525652672456	4	1	1	1	1	False	96003	maximal	True	FIJ0128_000000012935	1.0		23	3	False	False	0.9990025162696838	0					non-mobilizable	no_good_hit	582.0	78.52199999999999	29.0	0.002333124679906675	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
DEN0094_000000017569	2100	0.6945477468145109	3	1	1	1	1	False	68355	fragment	False	DEN0094_000000017569	1.0		0	0	False	False	0.9995238184928894	0					non-mobilizable	no_good_hit								True	False
FIJ0150_000000003070	7130	0.6945464115987555	11	6	4	2	3	False	121745	fragment	False	FIJ0150_000000003070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	72.642	20.0	0.0006352588297702808	CP012717.1	fusobacteria	Fusobacterium nucleatum subsp. nucleatum strain KCOM 1250, complete genome	True	False
ISR0266_000000005182	3028	0.6945419723441573	4	4	4	4	2	False	83468	fragment	False	ISR0266_000000005182	1.0		0	0	False	False	0.998678982257843	0					non-mobilizable	no_good_hit	175.0	81.714	6.0	7.048649124358135e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
SPA0009_000000027137	1379	0.6945353972704609	2	2	2	1	2	False	101769	fragment	False	USA0066_01_000000013774	0.9426091318531611		0	0	False	False	0.9912980198860168	0					non-mobilizable	other	1359.0	99.779	99.0	0.00036718392372524585	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
USA0125_01_000000017837	1296	0.6945353972704609	2	2	2	1	2	False	101769	fragment	False	USA0066_01_000000013774	0.5673717485652667		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	99.61399999999999	100.0	0.00035014961798541486	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0024_000000003906	7412	0.6945306085370666	9	9	5	5	8	False	126417	maximal	True	AST0024_000000003906	1.0	PS958	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	3569.0	99.272	48.0	0.0010742564733135483	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0120_000000005369	7775	0.6945248852587819	7	5	5	5	5	False	132486	fragment	False	ISR0176_000000003732	0.362941267412186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1656.0	97.88600000000001	71.0	0.00047074952996157204	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0040_000000010023	2689	0.6945238825127481	3	2	2	2	0	True	84986	fragment	False	MON0070_000000010761	0.9531943780936079		0	0	False	False	0.9977687001228333	0					non-mobilizable	other	2592.0	99.074	99.0	0.0004879137309770609	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0199_000000016368	1563	0.6945238825127481	3	2	2	2	0	True	93137	fragment	False	ENG0082_000000009793	0.3229337332872987		0	0	False	False	0.9955214262008667	0					non-mobilizable	other	1563.0	98.72	100.0	0.0004719862123182052	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0148_000000007977	1469	0.6945238825127481	3	2	2	2	0	True	93140	fragment	False	MAD0106_000000014870	0.9556962025316456		0	0	False	False	0.9727705717086792	0					non-mobilizable	other	1469.0	97.54899999999999	100.0	0.0004604671106347514	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0091_000000009031	1368	0.6945238825127481	3	2	2	2	0	True	124250	fragment	False	ISR0071_000000003227	0.018472188041677298		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	96.345	100.0	0.0003186903738709355	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
MON0103_000000044761	1307	0.6945238825127481	3	2	2	2	0	True	8849	maximal	True	MON0103_000000044761	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	75.20100000000001	47.0	0.0001445772245690921	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	True	True
DEN0039_000000016743	1291	0.6945238825127481	3	2	2	2	0	True	73209	maximal	True	DEN0039_000000016743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	77.454	29.0	0.0001459829075757364	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ISR0160_000000023345	1282	0.6945238825127481	3	2	2	2	0	True	30415	fragment	False	ISR0160_000000023345	1.0		0	0	False	False	0.9992199540138245	0					non-mobilizable	no_good_hit	286.0	80.07	22.0	7.560132899178333e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
SPA0118_000000019425	1264	0.6945238825127481	3	2	2	2	0	True	124250	fragment	False	ISR0071_000000003227	0.009239436344867735		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	99.525	100.0	0.006245425954862828	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0400_000000015314	1250	0.6945238825127481	3	2	2	2	0	True	22548	fragment	False	ISR0400_000000015314	1.0		0	0	False	False	0.9864000082015991	0					non-mobilizable	other	1250.0	96.64	100.0	0.021361381905250557	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ENG0055_000000015917	1213	0.6945238825127481	3	2	2	2	0	True	93137	fragment	False	ENG0082_000000009793	0.10340106965687178		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	99.176	100.0	0.001231131461661082	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0014_000000019466	1198	0.6945238825127481	3	2	2	2	0	True	93137	fragment	False	ENG0082_000000009793	0.08728690889983899		0	0	False	False	0.9983305335044861	0					non-mobilizable	other	1198.0	99.08200000000001	100.0	0.0012168987280002602	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0012_000000021894	1166	0.6945238825127481	3	2	2	2	0	True	81409	fragment	False	FIJ0042_000000021077	0.9294879183255718		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	93.809	100.0	0.00034994877255919765	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0014_000000020066	1161	0.6945238825127481	3	2	2	2	0	True	66886	fragment	False	ENG0014_000000020066	1.0		0	0	False	False	0.9965546727180481	0					non-mobilizable	other	1161.0	99.82799999999999	100.0	0.002300382339409516	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
FIJ0042_000000021077	1159	0.6945238825127481	3	2	2	2	0	True	81409	fragment	False	FIJ0042_000000021077	0.9556499003661639		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	98.18799999999999	100.0	0.18176110500706325	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
MAD0064_000000020949	1138	0.6945238825127481	2	2	2	2	0	True	16654	fragment	False	MAD0064_000000020949	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	96.92399999999999	100.0	0.04228337671997025	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
CHI0126_000000014328	1099	0.6945238825127481	3	2	2	2	0	True	81409	fragment	False	FIJ0042_000000021077	0.936914179299175		0	0	False	False	0.9990900754928589	0					non-mobilizable	other	1099.0	98.90799999999999	100.0	0.0003306744856024088	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
DEN0021_000000013468	2583	0.6945206634658574	6	6	5	5	4	False	74807	maximal	True	DEN0021_000000013468	1.0		60	8	False	False	1.0	0					non-mobilizable	no_good_hit	1861.0	93.015	83.0	0.0005777095573755498	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0392_000000012169	2668	0.6945197548012219	5	3	2	3	1	True	22825	maximal	True	ISR0392_000000012169	1.0		10	3	False	False	0.9996252059936523	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.00010324906019889524	NZ_QJPL01000003.1	CFB group bacteria	Sanguibacteroides justesenii strain OUH 969102 NODE_3_length_426154_cov_31.9454, whole genome shotgun sequence	True	True
USA0134_01_000000002334	1739	0.6945187824144479	2	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.49426142355591834		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	99.367	100.0	0.0005195890761927455	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0020_000000001000	17858	0.6945114910294228	27	7	2	7	2	False	59709	maximal	False	SPA0016_000000001487	0.6793891542084773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	5.2100577644146335e-05	NZ_LT635544.1	firmicutes	Gemella massiliensis strain Marseille-P3249T, whole genome shotgun sequence	True	False
SPA0021_000000000985	17765	0.6945114910294228	27	7	2	7	2	False	59709	maximal	False	SPA0016_000000001487	0.48213073005093376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.4268331763148012e-06	LR597452.1	bony fishes	Salarias fasciatus genome assembly, chromosome: 17	True	False
ISR0201_000000001038	17684	0.6945114910294228	26	7	2	7	2	False	30301	maximal	True	ISR0201_000000001038	0.942398628679513		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.4268331763148012e-06	LR597452.1	bony fishes	Salarias fasciatus genome assembly, chromosome: 17	True	False
SPA0016_000000001487	17670	0.6945114910294228	27	7	2	7	2	False	59709	maximal	True	SPA0016_000000001487	0.699773280232394		1	1	False	False	0.9999434351921082	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	1.997936249380052e-05	NZ_SRRP01000001.1	firmicutes	Streptococcus rubneri strain DSM 26920 contig1, whole genome shotgun sequence	True	False
ISR0050_000000000856	17630	0.6945114910294228	28	7	2	7	2	False	37266	maximal	True	ISR0050_000000000856	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	93.62899999999999	2.0	9.941627649943627e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0117_01_000000001277	17506	0.6945114910294228	25	7	2	7	2	False	37265	maximal	True	USA0117_01_000000001277	1.0		1	1	False	False	0.9999428987503052	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000001698	17185	0.6945114910294228	27	7	2	7	2	False	37264	fragment	False	USA0026_01_000000001698	0.9286217596468084		0	0	False	False	0.9995344877243042	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.011523687580025609	XM_629450.1	cellular slime molds	Dictyostelium discoideum AX4 hypothetical protein (DDB_G0292934) mRNA, complete cds	True	False
ISR0324_000000001582	17028	0.6945114910294228	25	7	2	7	2	False	37264	fragment	False	USA0026_01_000000001698	0.9200359946933059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.4268331763148012e-06	LR597452.1	bony fishes	Salarias fasciatus genome assembly, chromosome: 17	True	False
ENG0112_000000001156	16609	0.6945114910294228	25	7	2	7	2	False	59708	fragment	False	ENG0112_000000001156	1.0		0	0	False	False	0.9999397993087769	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.4268331763148012e-06	LR597452.1	bony fishes	Salarias fasciatus genome assembly, chromosome: 17	True	False
ISR0805_000000000736	16568	0.6945114910294228	23	7	2	7	2	False	21804	fragment	False	ISR0805_000000000736	1.0		0	0	False	False	0.9996982216835022	0					non-mobilizable	no_good_hit								True	False
MAD0038_000000000432	16422	0.6945114910294228	22	7	2	7	2	False	18588	maximal	True	MAD0038_000000000432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0027_000000001435	16228	0.6945114910294228	23	7	2	7	2	False	37264	fragment	False	USA0026_01_000000001698	0.6169250645994832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0384_000000000505	16180	0.6945114910294228	24	7	2	7	2	False	23091	maximal	True	ISR0384_000000000505	1.0		1	1	False	False	0.9999381899833679	0					non-mobilizable	no_good_hit								True	False
ENG0188_000000017459	1443	0.6945091695296778	2	2	2	2	2	False	54896	maximal	True	ENG0188_000000017459	1.0		31	7	False	False	1.0	0					non-mobilizable	other	1238.0	87.07600000000001	91.0	0.020408500785578435	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0085_000000018805	1420	0.6945050123615333	3	3	2	3	2	False	33961	fragment	False	ISR0085_000000018805	1.0		0	0	False	False	0.983098566532135	0					non-mobilizable	no_good_hit								True	False
DEN0023_000000002382	2522	0.6945030907783911	4	4	4	4	4	False	74385	fragment	False	ENG0049_000000007624	0.9650861499694547		0	0	False	False	1.0	0					non-mobilizable	other	1483.0	93.661	100.0	0.015685693419841027	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
ISR0223_000000016406	1861	0.6945021635005295	3	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.5196165490218366		0	0	False	False	0.9951639175415039	0					non-mobilizable	no_good_hit	1471.0	94.086	84.0	0.020941361331333477	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
AUS0016_000000015032	1890	0.6945017606418432	3	3	3	3	3	False	100301	fragment	False	AUS0016_000000015032	0.9889319313779745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	1.5113030845208438e-05	NZ_KE383842.1	firmicutes	Paenibacillus harenae DSM 16969 H581DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0026_000000004325	2483	0.6944998165600208	6	3	3	3	3	False	106797	fragment	False	ENG0026_000000004325	1.0		0	0	False	False	0.9987918138504028	0					non-mobilizable	chromosome	1279.0	97.73299999999999	100.0	0.0004012465434643305	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0307_000000003792	2449	0.6944912335288451	4	4	3	2	3	False	25438	fragment	False	ISR0307_000000003792	1.0		0	0	False	False	0.9836667776107788	0					non-mobilizable	no_good_hit	947.0	78.247	39.0	0.0034226584339162244	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0135_000000018321	1237	0.6944899312743043	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6436498904241201		0	0	False	False	0.9911075234413147	0					non-mobilizable	other	1237.0	99.677	100.0	0.6947723440134908	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
CHI0167_000000008699	2318	0.6944871304681813	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.4079388881325937		0	0	False	False	1.0	0					non-mobilizable	other	2335.0	92.12	100.0	0.0007018194616855048	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0089_000000026396	1427	0.6944861941956918	3	3	3	2	2	True	98790	fragment	False	SPA0089_000000026396	0.9942092852070255		0	0	False	False	1.0	0					non-mobilizable	chromosome	1416.0	99.57600000000001	99.0	0.00039391724953892195	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0075_000000017463	1407	0.6944861941956918	3	3	3	2	2	True	98790	fragment	False	SPA0089_000000026396	0.9902953712483497		0	0	False	False	0.986496090888977	0					non-mobilizable	chromosome	1389.0	99.64	99.0	0.0003864008073215715	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0198_000000025949	1282	0.6944861941956918	3	3	3	2	2	True	98790	fragment	False	SPA0089_000000026396	0.7245547918622393		0	0	False	False	0.9992199540138245	0					non-mobilizable	chromosome	1282.0	99.844	100.0	0.0003566134252009604	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
CHI0129_000000022925	1172	0.6944861941956918	3	3	3	2	2	True	98790	fragment	False	SPA0089_000000026396	0.4764040561622465		0	0	False	False	1.0	0					non-mobilizable	chromosome	1172.0	98.976	100.0	0.0003259908828339771	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
AST0087_000000019851	1866	0.6944842708355075	4	3	0	3	1	True	110906	maximal	True	AST0087_000000019851	1.0		11	4	False	False	0.9801715016365051	0					non-mobilizable	other	1739.0	93.329	93.0	0.009657482045205472	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
FIJ0147_000000013292	1609	0.6944788566219671	2	2	2	1	1	False	78538	maximal	True	FIJ0147_000000013292	0.9851876234364714		149	9	False	False	0.9894344210624695	0					non-mobilizable	chromosome	1609.0	100.0	100.0	0.0006374433763567971	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0012_000000015935	1559	0.6944749560193835	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.01355996347781238		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	89.43	100.0	0.011528614346391203	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	False	True
ENG0013_000000002067	9705	0.6944722633823271	15	10	5	6	9	True	67018	fragment	False	ENG0013_000000002067	1.0		0	0	False	False	0.9984543919563293	0					non-mobilizable	no_good_hit	758.0	83.641	8.0	0.9946879150066401	GQ882359.1		Uncultured organism clone VC1D105TF genomic sequence	True	True
ISR0199_000000026085	1171	0.6944631287563768	3	3	3	2	2	True	28794	fragment	False	ISR0199_000000026085	1.0		0	0	False	False	0.9931682348251343	0					non-mobilizable	chromosome	1171.0	100.0	100.0	0.00032571249608518636	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0027_000000012708	1792	0.6944593570027484	3	2	1	2	1	False	65956	maximal	True	ENG0027_000000012708	1.0		41	8	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	1.1291911074788797e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0027_01_000000023793	1139	0.6944578543146376	2	2	2	1	2	False	1566	maximal	True	USA0027_01_000000023793	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	93.632	77.0	0.0002480282195790607	CP023415.1	d-proteobacteria	Desulfovibrio sp. G11 chromosome, complete genome	True	False
SPA0003_000000003119	5613	0.6944525698945506	6	6	5	4	5	False	88289	maximal	True	SPA0003_000000003119	1.0		98	7	False	False	1.0	0					non-mobilizable	no_good_hit	3968.0	99.67200000000001	71.0	0.0012729598290477555	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0212_000000003667	7987	0.6944514610965583	16	6	2	5	3	True	28372	maximal	True	ISR0212_000000003667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.0005938014787572309	NZ_PIQO01000027.1	firmicutes	Bacillus camelliae strain 7578-1 scaffold27, whole genome shotgun sequence	True	True
ISR0266_000000015869	1326	0.6944484537764554	2	2	2	2	2	False	103885	fragment	False	ISR0114_000000018074	0.7090784253148421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	80.952	8.0	0.030132939438700147	NZ_LCYG01000159.1	a-proteobacteria	Microvirga vignae strain BR3299 T20BR3299_1_(paired)_contig_159, whole genome shotgun sequence	True	False
SPA0036_000000001967	9154	0.6944426564142313	7	7	6	6	6	False	84688	fragment	False	SPA0036_000000001967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	85.00399999999999	36.0	0.0005769078299964089	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0035_000000001443	9137	0.6944426564142313	7	7	6	6	6	False	84688	fragment	False	SPA0036_000000001967	0.9990714441774088		0	0	False	False	0.9998905658721924	0					non-mobilizable	no_good_hit	1247.0	85.00399999999999	36.0	0.0005769078299964089	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0145_000000017028	2032	0.6944424830187035	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.16088992692255302		0	0	False	False	1.0	0					non-mobilizable	other	2032.0	97.98200000000001	100.0	0.046410608139003204	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0085_000000022388	1383	0.6944338592568482	2	2	2	1	1	False	78863	fragment	False	CHI0158_000000014776	0.7040912081585656		0	0	False	False	0.9985538721084595	0					non-mobilizable	no_good_hit								True	False
DEN0084_000000000743	3249	0.6944336538994308	2	2	2	2	2	False	69049	maximal	True	DEN0084_000000000743	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.7438382661869005e-05	NZ_LKST01000002.1	high GC Gram+	Corynebacterium oculi strain NML 130210 Cocul_contig000002, whole genome shotgun sequence	True	False
ISR0381_000000003652	4201	0.6944303440148518	5	2	1	1	2	False	23166	fragment	False	ISR0381_000000003652	1.0		0	0	False	False	0.9930968880653381	0					non-mobilizable	no_good_hit								True	False
ISR0325_000000017223	1246	0.6944160206738694	2	2	2	2	2	False	25913	fragment	False	ISR0290_000000012744	0.9482775832297996		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	98.71600000000001	100.0	0.0005380870551381479	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0295_000000008274	3920	0.6944090336815698	6	2	1	2	0	False	27303	maximal	True	ISR0295_000000008274	1.0		1	1	False	False	0.9997448921203613	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	3.0	0.018518518518518517	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0128_000000012946	2722	0.6944090336815698	4	2	1	2	0	False	31851	maximal	True	ISR0128_000000012946	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0237_000000011485	1119	0.6944090336815698	2	2	1	2	0	False	27301	fragment	False	ISR0237_000000011485	1.0		0	0	False	False	0.9982126951217651	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000009915	4264	0.6944073329368922	4	4	4	4	4	False	94369	fragment	False	SPA0110_000000004781	0.959584088623025		0	0	False	False	1.0	0					non-mobilizable	other	4266.0	99.461	100.0	0.0013448723507245334	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0109_000000000625	21787	0.6944027113220048	38	6	6	5	5	False	10336	maximal	True	SPA0109_000000000625	1.0		2	1	False	False	0.9998623132705688	0					non-mobilizable	no_good_hit	2563.0	91.065	53.0	0.0006924580476143996	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0015_01_000000021908	1529	0.6944025799698832	3	2	2	1	1	False	1945	fragment	False	USA0015_01_000000021908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	90.01299999999999	63.0	0.0002258106376079488	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0045_01_000000004158	3337	0.6944016043123709	4	3	3	3	3	False	1208	maximal	True	USA0045_01_000000004158	1.0		0	0	False	False	0.9937069416046143	0					non-mobilizable	no_good_hit	504.0	72.222	15.0	0.01123850607333409	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
FIJ0008_000000015199	1887	0.6943994585191339	5	3	2	2	3	False	97648	fragment	False	FIJ0008_000000015199	1.0		0	0	False	False	0.999470055103302	0					non-mobilizable	no_good_hit	967.0	95.76	51.0	0.02208	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0008_000000005910	4790	0.6943882886942151	5	4	4	3	3	False	116278	fragment	False	FIJ0008_000000005910	1.0		0	0	False	False	0.9997912049293518	0					non-mobilizable	no_good_hit	1431.0	80.503	46.0	0.04975681444417229	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0271_000000006436	2545	0.6943775162263269	4	3	2	3	2	False	26417	maximal	True	ISR0271_000000006436	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000012911	2394	0.6943772456219197	3	3	3	3	2	False	69792	fragment	False	ISR0039_000000014715	0.950424541221583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000025734	1116	0.6943760383645753	1	1	1	1	1	False	6774	maximal	True	SPA0044_000000025734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	87.01299999999999	7.0	0.013924514474166361	NZ_FUYB01000042.1	g-proteobacteria	Thiothrix eikelboomii strain ATCC 49788, whole genome shotgun sequence	True	False
USA0009_01_000000021450	1215	0.6943745446239001	1	1	1	1	1	False	2082	fragment	False	USA0009_01_000000021450	1.0		0	0	False	False	0.9226337671279907	0					non-mobilizable	chromosome	1173.0	79.71	95.0	0.00032542627319859653	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0012_000000011521	1998	0.6943655357751071	4	3	1	3	1	True	63052	fragment	False	USA0057_01_000000013849	0.6507393815879752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00020576585315666866	NZ_FNDC01000013.1	firmicutes	Planomicrobium glaciei strain CGMCC 1.6846, whole genome shotgun sequence	True	True
DEN0010_000000006813	5942	0.6943636147553839	6	3	2	2	2	True	101263	fragment	False	DEN0010_000000006813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0014_000000003948	5788	0.6943636147553839	6	3	2	2	2	True	74335	fragment	False	FIJ0014_000000003948	1.0		0	0	False	False	0.9967173337936401	0					non-mobilizable	no_good_hit	135.0	94.074	2.0	0.002325950203520643	NZ_FQXK01000036.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
ISR0033_000000004726	5596	0.6943636147553839	6	3	2	2	2	True	74338	fragment	False	ISR0067_000000004534	0.9486722509356621		0	0	False	False	0.9964260458946228	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	2.8474380176436253e-05	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	True	True
FIJ0007_000000003622	4677	0.6943636147553839	4	3	2	2	2	True	74334	fragment	False	FIJ0007_000000003622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0018_000000001317	14247	0.6943580330636809	13	11	2	9	7	False	111574	fragment	False	ISR0018_000000001317	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	14259.0	99.846	100.0	0.0025868386194068775	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0104_000000026020	1448	0.6943575696951186	1	1	1	1	1	False	4817	maximal	True	SPA0104_000000026020	1.0		0	0	False	False	0.9779005646705627	0					non-mobilizable	no_good_hit	1168.0	99.914	81.0	0.04859345697020213	NZ_QIML01000029.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_29, whole genome shotgun sequence	True	False
SPA0149_000000002064	12834	0.6943569163925163	17	11	6	8	5	True	95058	maximal	True	SPA0149_000000002064	1.0		0	0	False	False	0.9997662305831909	0					non-mobilizable	no_good_hit	686.0	85.569	6.0	0.0001922258687681863	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0162_000000019812	1173	0.6943561679164879	3	1	1	1	1	False	39196	maximal	True	FIJ0162_000000019812	1.0		1	1	False	False	0.9897698163986206	0					non-mobilizable	no_good_hit	1013.0	94.76799999999999	86.0	0.010998804477774154	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0101_000000011471	2459	0.694355683518009	2	2	1	2	1	False	15106	maximal	False	TAN0023_000000000689	0.9692099147947328		0	0	False	False	0.9898332953453064	0					non-mobilizable	no_good_hit	204.0	75.49	8.0	0.003892716727003776	NZ_OAOG01000033.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	False
MON0091_000000005608	2212	0.6943550485498863	2	2	2	2	2	False	93598	fragment	False	MON0091_000000005608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	98.617	45.0	0.00026075945148874483	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0099_000000001079	8206	0.6943524519968868	8	5	4	4	3	True	62497	maximal	True	SPA0099_000000001079	1.0		1	1	False	False	1.0	0	rep_cluster_240				non-mobilizable	no_good_hit	4252.0	97.178	79.0	0.05041258533689522	CP029755.1	firmicutes	Lactobacillus amylovorus strain PMRA3 plasmid pPMRA301, complete sequence	True	True
FIJ0009_000000010798	3403	0.6943421965418478	3	3	3	3	1	False	51287	maximal	True	FIJ0009_000000010798	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0033_000000043361	1373	0.6943261889150868	2	2	2	2	2	False	16501	fragment	False	MAD0067_000000007271	0.9583916083916084		0	0	False	False	0.9985433220863342	0					non-mobilizable	no_good_hit								True	False
MAD0103_000000002158	6857	0.6943238673976528	10	4	4	4	3	True	14938	maximal	True	MAD0103_000000002158	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	1.1000007729735161e-05	NZ_CP017448.1	g-proteobacteria	Acidihalobacter prosperus strain V6 sequence	True	True
ISR0105_000000009286	2025	0.6943206123191712	5	2	1	2	1	False	116107	maximal	False	ENG0103_000000008770	0.9425161489921539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	92.02	69.0	0.027782774679698585	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ENG0016_000000006052	3768	0.6943130580233491	5	5	4	5	3	False	75676	maximal	True	ENG0016_000000006052	1.0		12	5	False	False	0.9970806837081909	0					non-mobilizable	no_good_hit	908.0	79.075	25.0	0.0002354341179915139	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
CHI0173_000000002540	6533	0.6943119646210466	7	5	4	4	3	False	84463	maximal	True	CHI0173_000000002540	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.7980589036757827e-05	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
DEN0064_000000028127	1513	0.6943110509087272	3	3	3	3	2	False	71224	fragment	False	DEN0064_000000028127	1.0		0	0	False	False	0.9920687079429626	0					non-mobilizable	no_good_hit	553.0	72.514	36.0	0.00016322911766530562	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ENG0021_000000013709	1296	0.6943095860208782	1	1	1	1	1	False	66341	fragment	False	ENG0021_000000013709	1.0		0	0	False	False	0.9938271641731262	0					non-mobilizable	other	1240.0	87.661	95.0	0.01075683589469347	NZ_NFHM01000008.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_8, whole genome shotgun sequence	False	False
ISR0190_000000011581	1977	0.6943094936035193	2	1	1	1	1	False	52519	maximal	True	ISR0190_000000011581	1.0		7	2	False	False	0.999494194984436	0					non-mobilizable	other	1814.0	89.52600000000001	91.0	0.034164428133630964	NZ_SPFY01000015.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_15_length_52862_cov_15.1313, whole genome shotgun sequence	False	False
ENG0101_000000007200	4199	0.6943078092289244	10	3	1	3	2	True	60511	fragment	False	ENG0101_000000007200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.6971616740539864e-06	CP052884.1	high GC Gram+	Gordonia ajococcus strain A2 chromosome, complete genome	True	True
FIJ0139_000000013696	1896	0.6943047722224653	3	1	1	1	1	False	81219	fragment	False	MON0099_000000016377	0.6323986556873519		0	0	False	False	0.9973628520965576	0					non-mobilizable	no_good_hit								True	False
SPA0024_000000011215	1280	0.6943024463011401	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.889556934960175	PS1007	0	0	False	True	0.995312511920929	0					non-mobilizable	chromosome	1227.0	99.43	100.0	0.0005153464801330989	CP031538.1	firmicutes	Lactococcus lactis subsp. cremoris strain 3107 chromosome L3107, complete sequence	False	True
DEN0011_000000013584	3116	0.6942986620465872	3	3	3	2	1	True	79360	fragment	False	ENG0169_000000006614	0.9564898915909756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2082.0	87.56	83.0	0.000771777374709609	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ENG0189_000000005660	2646	0.6942986620465872	3	3	3	2	1	True	120772	fragment	False	ENG0189_000000005660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2149.0	93.95100000000001	81.0	0.0007951645678826274	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
MON0104_000000006441	5896	0.6942984165969739	6	6	2	0	5	True	91930	fragment	False	MON0104_000000006441	0.9549737884872644		0	0	False	False	1.0	0					non-mobilizable	other	5745.0	99.98299999999999	97.0	0.3932092004381161	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0822_000000000920	5610	0.6942984165969739	6	6	2	0	5	True	91930	fragment	False	MON0104_000000006441	0.9374149576378757		0	0	False	False	1.0	0					non-mobilizable	other	5610.0	99.715	100.0	0.38396768893756844	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
DEN0035_000000005896	4958	0.6942984165969739	7	6	2	0	5	False	91929	fragment	False	DEN0035_000000005896	0.9348118707365649		0	0	False	False	1.0	0					non-mobilizable	plasmid	4958.0	98.48700000000001	100.0	0.13558533916849017	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
SPA0092_000000008364	4650	0.6942984165969739	6	6	2	0	5	False	91929	fragment	False	DEN0035_000000005896	0.7031977841988268		0	0	False	False	0.9980645179748535	0					non-mobilizable	other	4650.0	99.935	100.0	0.318250273822563	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
ETH0004_000000015881	1775	0.6942982066092908	3	3	3	3	2	False	52877	maximal	True	ETH0004_000000015881	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	97.531	23.0	0.002345537093159624	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
ISR0305_000000010010	1817	0.6942928339710865	3	2	1	2	2	False	85571	fragment	False	ISR0305_000000010010	0.9930758166856603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	82.456	28.0	0.0026485845483562582	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
CHI0062_000000008308	1709	0.6942928339710865	2	2	1	2	2	False	85571	fragment	False	ISR0305_000000010010	0.9737047080986444		0	0	False	False	0.99941486120224	0					non-mobilizable	no_good_hit	512.0	82.617	30.0	0.002643360515716502	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
FIJ0011_000000001105	27565	0.6942913609931053	47	12	6	8	9	True	51031	fragment	False	FIJ0011_000000001105	1.0		0	0	False	False	0.9998548626899719	0					non-mobilizable	no_good_hit	82.0	84.146	0.0	3.411531819904814e-05	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	True
ISR0375_000000011630	1928	0.6942794028125594	3	3	3	3	2	False	87336	maximal	True	ISR0375_000000011630	1.0		2	2	False	False	0.9968879818916321	0					non-mobilizable	no_good_hit	1660.0	96.084	86.0	0.008169064109394424	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0037_000000020948	1556	0.6942791589511625	3	3	2	2	3	False	97638	fragment	False	FIJ0014_000000014242	0.2328188366995651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	95.28299999999999	41.0	0.014514285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0292_000000000869	12582	0.6942788251622766	14	7	3	7	6	False	96040	maximal	True	ISR0292_000000000869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	96.492	23.0	0.0003680120313700222	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0156_000000007932	3286	0.6942668462621129	4	3	3	3	2	False	132072	backbone	False	SPA0051_000000006600	0.8908117302071187	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	4.0	0.00018342133190090007	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
MAD0101_000000016216	1765	0.6942659212500867	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.2486966439975715		0	0	False	False	1.0	0					non-mobilizable	chromosome	1766.0	93.375	100.0	0.0007264586622782633	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0124_000000004000	3954	0.694259854178475	6	6	6	5	3	False	81688	maximal	True	CHI0124_000000004000	1.0		13	5	False	False	0.9987354874610901	0					non-mobilizable	no_good_hit	1155.0	100.0	89.0	0.0012661838929120036	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
CHI0107_000000007946	1825	0.6942588619235799	5	4	4	3	2	True	83015	maximal	True	CHI0107_000000007946	1.0		35	5	False	False	0.9983561635017395	0					non-mobilizable	no_good_hit	468.0	84.615	25.0	0.00012268825128257128	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MAD0089_000000009402	2532	0.6942556384863388	5	4	4	4	4	False	45898	maximal	True	MAD0089_000000009402	1.0		62	8	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	81.306	58.0	0.0004015942874259991	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0275_000000003107	4338	0.6942398249514621	5	5	5	5	4	False	98890	maximal	True	ISR0275_000000003107	1.0		289	10	False	False	1.0	0					non-mobilizable	chromosome	4339.0	99.816	100.0	0.001881576898503717	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
ETH0003_000000032819	1290	0.6942358302587481	1	1	1	1	1	False	53018	fragment	False	ETH0003_000000032819	1.0		0	0	False	False	0.9968992471694946	0					non-mobilizable	no_good_hit	1102.0	72.232	84.0	0.0027051510480270665	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
MAD0047_000000032691	1446	0.6942335875658315	2	2	2	2	1	False	17628	fragment	False	MAD0047_000000032691	1.0		0	0	False	False	0.9951590299606323	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	2.104627688592641e-05	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	False
ISR0094_000000014249	1215	0.6942304510653137	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.32358456196129287		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	100.0	100.0	0.004659714199078037	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0027_000000029561	1401	0.6942171062829069	2	1	1	1	1	False	119965	fragment	False	MON0027_000000029561	0.9527495471559956		0	0	False	False	0.9864382743835449	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000009227	2504	0.6942125225772616	4	3	1	1	3	True	92130	fragment	False	SPA0030_000000011047	0.6287965433981446		0	0	False	False	0.9972044825553894	0					non-mobilizable	other	2508.0	94.73700000000001	100.0	0.058452922646132305	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
MAD0002_000000026286	1623	0.6942052736353947	2	2	2	2	2	False	53031	fragment	False	MAD0002_000000026286	0.9832292330588136		0	0	False	False	1.0	0					non-mobilizable	other	1051.0	78.497	93.0	0.013852269229224941	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
CHI0151_000000012627	1970	0.6942047028819691	3	3	2	3	2	False	121961	fragment	False	FIJ0081_000000017779	0.9603422027775594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	76.336	59.0	0.00039858866027256884	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0035_000000003850	7057	0.694200593341963	8	6	5	5	3	False	99675	fragment	False	DEN0035_000000003850	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	82.869	18.0	0.00031438697683387165	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0025_000000005573	2133	0.6941954036242091	3	2	2	2	2	False	19139	maximal	True	MAD0025_000000005573	1.0		1	1	False	False	0.9901546835899353	0					non-mobilizable	no_good_hit								True	False
DEN0040_000000005081	1628	0.6941906808353425	3	2	2	2	1	False	73184	fragment	False	DEN0040_000000005081	1.0		0	0	False	False	0.9944717288017273	0					non-mobilizable	no_good_hit	157.0	100.0	10.0	0.00021439674116953422	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
DEN0079_000000000278	39471	0.6941889800335043	45	20	13	18	8	True	76043	fragment	False	DEN0079_000000000278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	0.000442520212409702	NZ_SMCQ01000011.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_111, whole genome shotgun sequence	True	True
FIJ0095_000000003029	8374	0.6941677032804274	9	4	3	4	2	True	101294	fragment	False	CAN0003_000000004189	0.6732757127941021		0	0	False	False	1.0	0					non-mobilizable	plasmid	6943.0	97.94	98.0	0.059970860146046176	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0161_000000001747	8359	0.6941677032804274	9	4	3	4	2	True	101294	fragment	False	CAN0003_000000004189	0.6747689379888503		0	0	False	False	1.0	0					non-mobilizable	plasmid	6922.0	98.339	98.0	0.059970860146046176	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0059_000000002178	8358	0.6941677032804274	9	4	3	4	2	True	101294	fragment	False	CAN0003_000000004189	0.6738758614836495		0	0	False	False	1.0	0					non-mobilizable	plasmid	6924.0	98.31	98.0	0.059970860146046176	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0012_000000002987	7084	0.6941677032804274	7	4	3	4	2	True	101293	fragment	False	FIJ0171_000000002497	0.651733752720461		0	0	False	False	1.0	0					non-mobilizable	plasmid	6955.0	98.462	98.0	0.06024838256465405	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0149_000000002097	7029	0.6941677032804274	6	4	3	4	2	True	100154	fragment	False	ISR0149_000000002097	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6961.0	95.863	99.0	0.06026572771581704	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0153_000000008846	2084	0.6941613693997997	3	2	2	2	2	False	110221	fragment	False	ISR0375_000000009302	0.5824133376163587		0	0	False	False	0.9697696566581726	0					non-mobilizable	no_good_hit	1433.0	94.27799999999999	84.0	0.006860028386324357	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
TAN0002_000000019277	2041	0.6941542360213839	3	2	1	2	2	False	26216	fragment	False	TAN0002_000000019277	1.0		0	0	False	False	0.9916707277297974	0					non-mobilizable	no_good_hit	1157.0	75.972	56.0	0.04562095184455083	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
ISR0279_000000018905	1217	0.6941542360213839	2	2	1	2	2	False	26215	fragment	False	ISR0279_000000018905	1.0		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1207.0	76.056	97.0	0.04759222754153759	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
MAD0086_000000000978	5922	0.6941542081911134	9	3	2	3	1	False	16044	maximal	True	MAD0086_000000000978	1.0		1	1	False	False	0.9967916011810303	0					non-mobilizable	no_good_hit	75.0	93.333	1.0	0.0005826312888748918	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ENG0127_000000015800	1663	0.6941501945012738	3	3	3	2	2	False	58707	maximal	True	ENG0127_000000015800	1.0		3	3	False	False	0.9933854341506958	0					non-mobilizable	no_good_hit	563.0	81.172	53.0	0.0001342925473453951	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
FIJ0037_000000005617	4692	0.694141131913288	8	8	1	3	8	True	47824	maximal	True	FIJ0037_000000005617	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	77.707	15.0	0.0003029195887512933	CP044495.1	firmicutes	Streptococcus mutans strain UA140 chromosome, complete genome	True	True
ISR0094_000000011963	1500	0.6941405853662613	3	3	3	3	2	False	65574	fragment	False	SPA0151_000000011346	0.8680905716402668		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	98.73299999999999	100.0	0.023730369807497466	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
ISR0199_000000000767	24010	0.6941404415591129	31	14	6	14	6	True	108400	backbone	False	ISR0280_000000000088	0.15139577774958127	PS672	0	0	False	True	0.9971678256988525	0					non-mobilizable	plasmid	21431.0	98.35799999999999	99.0	0.21796762937568032	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0025_000000011967	3250	0.6941390370936402	4	4	3	4	3	False	37372	maximal	True	ISR0025_000000011967	1.0		2	2	False	False	0.9993846416473389	0					non-mobilizable	no_good_hit	388.0	72.938	12.0	0.0018777560814826283	NZ_WHZW01000002.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence02, whole genome shotgun sequence	True	False
ISR0830_000000017875	1667	0.6941377914904808	2	2	2	2	2	False	47076	fragment	False	ISR0830_000000017875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	94.234	43.0	0.00019532490170097046	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0258_000000002129	6240	0.6941233732918491	10	5	4	5	3	True	36815	fragment	False	ISR0133_000000002289	0.7135321978769315		0	0	False	False	0.999839723110199	0					non-mobilizable	no_good_hit	498.0	77.711	8.0	0.052614271621177246	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0783_000000005463	2563	0.6941185230416596	4	2	2	2	1	True	118203	fragment	False	SPA0083_000000006020	0.9543754674644727		0	0	False	False	1.0	0					non-mobilizable	other	2564.0	97.816	99.0	0.052734697244679093	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0814_000000020425	1988	0.6941185230416596	3	2	2	2	1	True	118201	fragment	False	FIJ0037_000000012391	0.5482106515026678		0	0	False	False	0.9994969964027405	0					non-mobilizable	other	1989.0	98.64299999999999	100.0	0.04095858769180003	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0185_000000010537	1930	0.6941185230416596	3	2	2	2	1	True	118201	fragment	False	FIJ0037_000000012391	0.4701652602561321		0	0	False	False	0.9994818568229675	0					non-mobilizable	other	1948.0	95.277	100.0	0.040133641313314636	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0029_000000015660	1897	0.6941185230416596	3	2	2	2	1	True	118201	fragment	False	FIJ0037_000000012391	0.6021953980276137		0	0	False	False	0.9857670068740845	0					non-mobilizable	other	1897.0	97.944	99.0	0.03906121102128362	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0155_000000008081	1574	0.6941185230416596	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.7813705608903625		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	98.096	100.0	0.0324410163339383	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0033_000000016236	1572	0.6941185230416596	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.7849007724187846		0	0	False	False	0.9815521836280823	0					non-mobilizable	other	1574.0	98.15799999999999	100.0	0.03239976901501403	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0060_000000009958	1456	0.6941185230416596	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.7268843987801362		0	0	False	False	0.9649725556373596	0					non-mobilizable	other	1457.0	98.353	100.0	0.029986800857944234	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0061_000000029626	1422	0.6941185230416596	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.5086538147985473		0	0	False	False	0.9992967844009399	0					non-mobilizable	other	1422.0	99.015	100.0	0.02930622009569378	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0088_000000003819	5622	0.6941184842488392	4	2	2	1	2	True	93227	fragment	False	ISR0088_000000003819	0.9555032925682032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.545695598373696e-05	NZ_FONX01000006.1	b-proteobacteria	Acidovorax wautersii strain DSM 27981, whole genome shotgun sequence	True	True
ISR0114_000000010035	2765	0.6941157812287281	5	4	3	3	3	False	90923	fragment	False	ISR0114_000000010035	1.0		0	0	False	False	0.9761301875114441	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0006015704154002027	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
ISR0354_000000011346	1680	0.6941131389362913	2	1	1	1	1	False	23994	fragment	False	ISR0354_000000011346	0.9996978851963747		0	0	False	False	0.9892857074737549	0					non-mobilizable	other	1661.0	100.0	99.0	0.004761590600734891	NZ_PYLP01000001.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_0, whole genome shotgun sequence	False	False
USA0116_01_000000004199	6394	0.694107942011729	6	5	2	5	2	True	92991	fragment	False	USA0116_01_000000004199	1.0		0	0	False	False	0.9996871948242188	0					non-mobilizable	no_good_hit	1663.0	99.82	27.0	0.08268245360927318	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ENG0135_000000016943	1335	0.6941079265765242	3	2	2	1	1	False	80563	fragment	False	MON0058_000000039766	0.9639465633474007		0	0	False	False	0.987265944480896	0					non-mobilizable	no_good_hit	225.0	72.444	16.0	3.375927057573091e-05	CP011566.1	g-proteobacteria	Pseudomonas sp. DR 5-09, complete genome	True	False
SPA0003_000000001323	11067	0.6941072468401053	14	7	4	6	4	False	97575	maximal	False	MON0088_000000001753	0.945803724026266		0	0	False	False	0.9999096393585205	0					non-mobilizable	no_good_hit	323.0	83.59100000000001	3.0	0.007616766467065868	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
CHI0164_000000013593	1542	0.6940997838185925	3	3	3	2	2	False	78375	fragment	False	CHI0164_000000013593	1.0		0	0	False	False	0.9824903011322021	0					non-mobilizable	other	1524.0	98.425	99.0	0.007211242530705783	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	False	False
ISR0380_000000002242	5208	0.6940988884701408	7	6	4	3	4	True	132358	backbone	False	ISR0371_000000002559	0.7414053938376933	PS1159|PS463	0	0	True	True	1.0	99		MOBV			mobilizable	other	3318.0	96.896	100.0	0.6307282753375166	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MON0027_000000003483	8888	0.6940908310875898	11	7	4	6	5	True	91347	fragment	False	MON0027_000000003483	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8900.0	98.11200000000001	100.0	0.0017745295630517837	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0101_000000022343	2771	0.6940883181754293	4	4	3	4	4	False	9062	maximal	True	MON0101_000000022343	1.0		3	2	False	False	0.9819559454917908	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.435006401232635e-06	NZ_CM001436.1	euryarchaeotes	Methanoplanus limicola DSM 2279 chromosome, whole genome shotgun sequence	True	False
MON0054_000000032497	1528	0.6940787868708276	3	3	3	3	3	False	11123	maximal	True	MON0054_000000032497	1.0		623	15	False	False	1.0	0					non-mobilizable	no_good_hit	465.0	77.634	30.0	0.00013909935276649644	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CAN0009_000000005823	3771	0.694078268817769	4	4	4	4	4	False	94809	fragment	False	ISR0293_000000008297	0.26734233427640297		0	0	False	False	0.9997348189353943	0					non-mobilizable	other	3722.0	99.221	99.0	0.0009120617965999219	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0813_000000000337	50893	0.6940691547579244	43	21	18	19	13	True	60305	maximal	True	ISR0813_000000000337	1.0		1	1	False	False	0.9998231530189514	0					non-mobilizable	no_good_hit	1822.0	74.42399999999999	4.0	0.015826019526981778	NZ_MIEH01000015.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_15, whole genome shotgun sequence	True	True
ISR0813_000000013197	2319	0.6940623497752643	2	2	1	1	2	False	21582	maximal	True	ISR0813_000000013197	1.0		6	3	False	False	0.99956876039505	0					non-mobilizable	no_good_hit	1451.0	98.897	63.0	0.001704626945332026	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0333_000000021807	1118	0.6940620426112032	1	1	1	1	1	False	24521	maximal	True	ISR0333_000000021807	1.0		1	1	False	False	0.9579606652259827	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000019675	1560	0.6940604183440541	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.5106278126380389		0	0	False	False	0.9903846383094788	0					non-mobilizable	no_good_hit	1225.0	99.265	79.0	0.9147982062780269	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0777_000000012665	1373	0.6940604183440541	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.4706119986609425		0	0	False	False	0.9992716908454895	0					non-mobilizable	no_good_hit	1225.0	99.265	89.0	0.9147982062780269	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0086_000000010837	2858	0.6940586962099006	3	2	2	2	2	False	74565	fragment	False	MON0086_000000010837	1.0		0	0	False	False	0.9867039918899536	0					non-mobilizable	no_good_hit	2212.0	97.92	85.0	0.017804369358124704	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
DEN0063_000000019216	2466	0.6940586962099006	3	2	2	2	2	False	74564	fragment	False	DEN0063_000000019216	1.0		0	0	False	False	0.999594509601593	0					non-mobilizable	plasmid	2109.0	98.056	93.0	0.016974948261839384	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0044_000000019521	1435	0.6940557729377328	3	2	2	2	1	False	27076	fragment	False	SPA0044_000000019521	1.0		0	0	False	False	0.986759603023529	0					non-mobilizable	no_good_hit	637.0	90.42399999999999	74.0	0.0002127274997753234	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0128_000000001819	14009	0.6940485049898559	16	7	6	7	6	True	76465	maximal	True	ISR0128_000000001819	1.0		1	1	False	False	0.999571681022644	0					non-mobilizable	no_good_hit	4361.0	99.771	42.0	0.0014812736099215434	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
CHI0150_000000001162	8021	0.6940453208055167	8	8	8	8	7	False	116676	maximal	True	CHI0150_000000001162	1.0		21	7	False	False	0.9992519617080688	0					non-mobilizable	chromosome	8021.0	99.20200000000001	100.0	0.003145094339104699	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0132_000000016732	1840	0.6940451080273297	3	2	2	2	1	False	80899	fragment	False	CHI0132_000000016732	1.0		0	0	False	False	0.998369574546814	0					non-mobilizable	other	1840.0	98.478	100.0	0.0005106886382191712	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0108_000000013658	1600	0.6940451080273297	2	2	2	2	1	False	30463	fragment	False	MON0108_000000013658	1.0		0	0	False	False	0.9568750262260437	0					non-mobilizable	other	1600.0	98.68799999999999	100.0	0.0004440408550910575	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0059_000000001719	6924	0.6940372913414284	6	5	5	5	5	True	108531	fragment	False	ENG0059_000000001719	0.9639151758196388		0	0	False	False	1.0	0					non-mobilizable	plasmid	6924.0	99.899	100.0	0.08925072194719472	CP058168.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00059 plasmid pRHBSTW-00059_2, complete sequence	False	True
CAN0003_000000041464	1179	0.6940342768444783	2	2	2	1	2	False	96377	maximal	True	CAN0003_000000041464	1.0		116	12	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	81.667	30.0	9.982911604253895e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0114_000000003988	8224	0.694033972825871	11	6	6	6	3	True	41897	fragment	False	FIJ0114_000000003988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	91.609	13.0	0.08947134606841403	NZ_FOXF01000063.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
ENG0010_000000015129	1432	0.6940312700802541	1	1	1	1	1	False	67847	fragment	False	ISR0821_000000019360	0.6406697510464859		0	0	False	False	0.9895251393318176	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0010770059235325794	MK232339.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_2-CL16_c8 sequence	True	False
SPA0109_000000019345	1704	0.6940272624572805	3	3	3	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2958545414908149		0	0	False	False	1.0	0					non-mobilizable	chromosome	1704.0	97.359	100.0	0.0005489080983444764	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0007_000000039125	1639	0.6940272624572805	3	3	3	2	1	False	130049	fragment	False	ENG0005_000000004373	0.26538523142122994		0	0	False	False	0.9969493746757507	0					non-mobilizable	chromosome	1645.0	91.67200000000001	100.0	0.0005295689991661625	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0101_000000025524	1604	0.6940272624572805	3	3	3	2	1	False	130049	fragment	False	ENG0005_000000004373	0.25447885036618295		0	0	False	False	1.0	0					non-mobilizable	chromosome	1610.0	91.553	100.0	0.0005182878579788128	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0042_000000005616	3777	0.6940221317754808	9	4	2	4	2	False	40706	fragment	False	MAD0042_000000005616	0.991817398794143		0	0	False	False	0.9857029318809509	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	8.992969077434552e-07	LR778257.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 5	True	False
MAD0050_000000006631	3483	0.6940221317754808	9	4	2	4	2	False	40706	fragment	False	MAD0042_000000005616	0.9535345512311358		0	0	False	False	0.9988515377044678	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	8.992969077434552e-07	LR778257.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 5	True	False
FIJ0133_000000012961	2902	0.6940221317754808	7	4	2	4	2	False	40705	fragment	False	FIJ0133_000000012961	1.0		0	0	False	False	0.9755341410636902	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	8.992969077434552e-07	LR778257.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 5	True	False
CHI0117_000000003098	4968	0.694020702787399	6	5	2	3	4	False	82113	maximal	True	CHI0117_000000003098	1.0		7	5	False	False	0.998792290687561	0					non-mobilizable	no_good_hit	2007.0	84.405	40.0	0.06911590258879352	NZ_WNCH01000027.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold27_size28662, whole genome shotgun sequence	True	False
SPA0142_000000016103	1685	0.6940158252158051	3	3	3	3	2	True	126782	fragment	False	SPA0142_000000016103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0123_000000007725	4199	0.6940150458052947	5	4	0	2	3	False	80132	maximal	True	FIJ0123_000000007725	1.0		2	1	True	True	1.0	1	rep_cluster_2358	MOBP			mobilizable	plasmid	2069.0	99.565	98.0	0.4864737708774406	CP039330.1	enterobacteria	Citrobacter portucalensis strain Effluent_1 plasmid unnamed3, complete sequence	False	True
ENG0153_000000006028	4716	0.694007639726968	7	5	4	5	2	False	130456	maximal	True	ENG0153_000000006028	1.0		60	9	False	False	1.0	0					non-mobilizable	no_good_hit	3306.0	99.425	70.0	0.005272127296981612	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
MAD0051_000000005930	4470	0.6940026091516238	6	3	2	3	1	False	101176	maximal	True	MAD0051_000000005930	1.0		12	2	False	False	0.9986577033996582	0					non-mobilizable	no_good_hit	755.0	96.556	27.0	0.0002008680808882157	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0110_000000011084	1715	0.6939986765223661	4	3	3	2	1	True	4608	fragment	False	SPA0110_000000011084	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	74.824	92.0	0.00035894892326530166	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0256_000000010977	1624	0.6939986765223661	4	3	3	2	1	True	129437	fragment	False	ISR0256_000000010977	1.0		0	0	False	False	0.9759852290153503	0					non-mobilizable	other	1624.0	100.0	100.0	0.0005049125533766922	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0034_000000007855	1981	0.6939982860726596	2	1	1	1	1	False	18810	maximal	True	MAD0034_000000007855	1.0		1	1	False	False	0.9989904165267944	0					non-mobilizable	no_good_hit	74.0	93.243	4.0	0.0003528410958374418	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0005_000000018937	2779	0.6939970318029253	3	3	3	3	2	False	91295	maximal	True	MON0005_000000018937	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0095_000000007869	3740	0.6939930783290271	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5002351670589211		0	0	False	False	1.0	0					non-mobilizable	chromosome	3757.0	90.391	100.0	0.0013215064679713763	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0009_000000000366	16313	0.6939916006099881	25	9	5	8	3	True	88770	maximal	True	MAD0009_000000000366	1.0		2	1	False	False	0.9998161196708679	0					non-mobilizable	no_good_hit	2128.0	91.635	47.0	0.03760677701768688	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0157_000000004172	4490	0.693990057395414	8	6	4	3	1	True	53549	maximal	True	FIJ0157_000000004172	1.0		18	4	False	False	0.9997772574424744	0					non-mobilizable	no_good_hit	2618.0	99.771	64.0	0.02998693230014443	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0062_000000008736	3297	0.693990057395414	7	6	4	3	1	True	53548	fragment	False	FIJ0062_000000008736	1.0		0	0	False	False	0.999696671962738	0					non-mobilizable	no_good_hit	2618.0	99.771	87.0	0.02998693230014443	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0107_000000014808	1749	0.6939802321962071	2	2	2	2	2	False	44862	maximal	True	FIJ0107_000000014808	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	1.123107440091302e-05	NZ_CP017688.1	CFB group bacteria	Flavobacterium crassostreae strain LPB0076 chromosome, complete genome	True	False
FIJ0071_000000021228	1706	0.6939802321962071	2	2	2	2	2	False	44861	fragment	False	FIJ0071_000000021228	1.0		0	0	False	False	0.9994138479232788	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	1.123107440091302e-05	NZ_CP017688.1	CFB group bacteria	Flavobacterium crassostreae strain LPB0076 chromosome, complete genome	True	False
FIJ0080_000000015006	1618	0.6939802321962071	2	2	2	2	2	False	44861	fragment	False	FIJ0071_000000021228	0.9742086752637749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	1.123107440091302e-05	NZ_CP017688.1	CFB group bacteria	Flavobacterium crassostreae strain LPB0076 chromosome, complete genome	True	False
MON0089_000000013517	1940	0.6939782219539284	3	3	3	3	2	False	25188	fragment	False	MON0089_000000013517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	4.0	0.003513603342671288	NZ_CYYV01000023.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0028_000000003206	6612	0.6939755085703838	5	3	3	3	3	False	16084	maximal	True	MON0028_000000003206	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	91.096	7.0	7.65592818259202e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0330_000000028505	1146	0.6939736296966103	2	1	1	1	1	False	24631	fragment	False	ISR0330_000000028505	1.0		0	0	False	False	0.988656222820282	0					non-mobilizable	no_good_hit								True	False
ISR0848_000000014377	1269	0.6939607517948623	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.06475693683983103		0	0	False	False	0.996847927570343	0					non-mobilizable	other	1226.0	89.478	100.0	0.0003801621319940344	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0048_000000002541	6180	0.6939599810559042	9	4	4	3	1	True	130709	maximal	True	CHI0048_000000002541	1.0		7	2	False	False	1.0	0					non-mobilizable	other	4604.0	100.0	92.0	0.0013895085613409317	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0013_01_000000005907	1738	0.6939589930154749	2	2	2	2	2	False	1978	fragment	False	USA0013_01_000000005907	1.0		0	0	False	False	0.9953970313072205	0					non-mobilizable	other	1134.0	98.236	99.0	0.004658085046025827	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
FIJ0101_000000003232	8166	0.6939547550835694	10	8	5	6	3	False	42712	fragment	False	FIJ0101_000000003232	1.0		0	0	False	False	0.9985305070877075	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000020892	1815	0.6939461187159023	3	2	2	2	1	True	125175	fragment	False	ISR0383_000000006890	0.4660891992235015		0	0	False	False	1.0	0					non-mobilizable	chromosome	1815.0	96.36399999999999	100.0	0.0008077194776866379	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
DEN0071_000000016604	2438	0.6939406326476586	2	2	2	2	2	False	132023	fragment	False	DEN0005_000000011402	0.6028210661315422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	14.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
ISR0795_000000004020	2363	0.6939406326476586	2	2	2	2	2	False	132023	fragment	False	DEN0005_000000011402	0.4935334703748641		0	0	False	False	0.9995768070220947	0					non-mobilizable	no_good_hit	1173.0	80.307	50.0	0.003766357095720195	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
TAN0002_000000010834	3230	0.6939339703417133	6	2	2	2	2	False	68567	fragment	False	TAN0002_000000010834	0.9857578840284842		0	0	False	False	0.9931888580322266	0					non-mobilizable	no_good_hit								True	False
MAD0094_000000006946	2201	0.6939337715016854	3	3	3	3	3	False	38962	maximal	True	MAD0094_000000006946	1.0		9	3	False	False	0.9963653087615967	0					non-mobilizable	chromosome	2201.0	97.955	100.0	0.0004823113411784927	CP034769.1	enterobacteria	Enterobacter sp. N18-03635 chromosome, complete genome	False	False
MAD0036_000000003706	6152	0.693933332496174	6	5	5	5	5	False	126389	maximal	True	MAD0036_000000003706	1.0	PS958	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3241.0	99.661	53.0	0.0009755019544663387	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0064_000000005505	5868	0.693933332496174	6	5	5	5	5	False	126399	maximal	True	DEN0064_000000005505	1.0	PS958	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3564.0	99.15799999999999	61.0	0.0010724499882126847	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0026_000000017481	2413	0.6939277668835687	3	3	3	3	1	True	12759	maximal	True	MON0026_000000017481	1.0		50	10	False	False	0.9991711378097534	0					non-mobilizable	other	727.0	99.175	91.0	0.00021704353815646328	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0290_000000000336	19076	0.6939236358450662	25	18	8	14	16	True	111501	maximal	False	ISR0344_000000000885	0.9719244650481648		0	0	False	False	0.9999476075172424	0					non-mobilizable	no_good_hit	8458.0	91.476	61.0	0.011000565571704174	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
DEN0007_000000022925	1105	0.6939233349190291	1	1	1	1	1	False	76177	fragment	False	DEN0007_000000022925	1.0		0	0	False	False	0.9981900453567505	0					non-mobilizable	no_good_hit								True	False
ISR0193_000000006579	4132	0.6939188039292639	5	4	3	4	3	False	123738	fragment	False	ISR0193_000000006579	1.0		0	0	False	True	0.9951597452163696	0					non-mobilizable	no_good_hit	3346.0	98.685	88.0	0.001011354449793238	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	True	True
MON0013_000000027455	1969	0.6939090006730562	3	3	3	3	2	False	64913	maximal	True	MON0013_000000027455	1.0		861	14	False	False	1.0	0					non-mobilizable	chromosome	1979.0	91.865	99.0	0.0006356117263272504	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0049_000000005621	4923	0.6938895191802146	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.34925638582355334		0	0	False	False	0.9977656006813049	0					non-mobilizable	chromosome	4923.0	99.47200000000001	100.0	0.0017368370721909518	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0170_000000000300	31040	0.6938884700666692	33	24	16	17	13	False	77997	maximal	True	CHI0170_000000000300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3963.0	75.347	13.0	0.0020562900199009365	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	False
DEN0052_000000015847	2655	0.6938882382978167	3	3	3	3	3	False	72304	maximal	True	DEN0052_000000015847	1.0		31	9	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	73.563	42.0	0.000980292171026256	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
MAD0001_000000016197	1595	0.6938876170101306	4	3	0	1	2	False	20274	maximal	True	MAD0001_000000016197	1.0		1	1	False	False	0.995611310005188	0					non-mobilizable	no_good_hit	186.0	79.57	11.0	0.016608230300793503	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0015_000000004829	5864	0.6938868126839277	6	6	6	6	5	False	75779	maximal	True	FIJ0015_000000004829	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	309.0	74.11	5.0	4.661661099084299e-05	NZ_FMIA01000002.1	high GC Gram+	Micromonospora yangpuensis strain DSM 45577, whole genome shotgun sequence	True	False
MAD0063_000000003736	3031	0.6938851557520368	3	3	3	3	2	False	16724	maximal	True	MAD0063_000000003736	1.0		146	7	False	False	0.9993401765823364	0					non-mobilizable	other	3031.0	99.505	100.0	0.00535485170772053	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0376_000000004190	4673	0.6938811156178761	3	3	3	3	2	False	104187	fragment	False	ISR0376_000000004190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	89.541	57.0	0.00025081433826586137	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0160_000000026187	1149	0.6938714267483118	2	2	2	2	2	False	30414	fragment	False	ISR0160_000000026187	1.0		0	0	False	False	0.9991296529769897	0					non-mobilizable	no_good_hit	402.0	73.632	35.0	0.0004763990931659473	NZ_ATUZ01000011.1	d-proteobacteria	Desulfovibrio desulfuricans DSM 642 G449DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0213_000000003354	6383	0.6938646147456929	13	7	3	5	5	True	113095	maximal	True	ISR0213_000000003354	1.0		1	1	False	False	1.0	0					non-mobilizable	other	5012.0	91.042	91.0	0.0017276959421901057	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0057_000000002477	9301	0.6938635184772391	12	6	5	6	5	False	113609	maximal	True	FIJ0057_000000002477	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3475.0	95.137	50.0	0.0009714658835231717	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0014_000000018523	1793	0.6938594376170933	3	3	3	2	3	False	19499	maximal	True	MAD0014_000000018523	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1802.0	82.242	100.0	0.0004769139832936393	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0392_000000018173	1876	0.6938568632912383	3	2	2	2	1	False	22808	maximal	True	ISR0392_000000018173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	96.914	22.0	0.004927389860594654	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	True	False
DEN0022_000000004346	7424	0.6938524160858546	10	7	6	6	4	False	126013	maximal	True	DEN0022_000000004346	1.0		7	4	False	False	0.9970366358757019	0					non-mobilizable	no_good_hit	2652.0	98.64299999999999	77.0	0.0009380899581878893	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0077_000000006639	4436	0.6938471112368703	4	3	3	2	2	False	102228	maximal	True	FIJ0077_000000006639	0.9825796886582654		59	11	False	False	1.0	0					non-mobilizable	other	3231.0	94.119	98.0	0.0007919246244671365	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0081_000000017554	2034	0.6938402002285342	3	3	3	3	3	False	77614	fragment	False	FIJ0121_000000012044	0.9578677839851024		0	0	False	False	0.998525083065033	0					non-mobilizable	other	2034.0	96.01799999999999	100.0	0.0006120973683426132	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0087_000000011980	1175	0.6938346327291992	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.0719072825947032		0	0	False	False	0.999148964881897	0					non-mobilizable	other	1138.0	84.71	97.0	0.0003634276233246051	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0113_000000023643	1172	0.6938346327291992	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.03921283570571521		0	0	False	False	0.9829351305961609	0					non-mobilizable	chromosome	1110.0	84.505	95.0	0.0003140226471767828	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0386_000000024152	1168	0.6938346327291992	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.05593861421061348		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	84.685	95.0	0.0003544382474826537	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0064_000000016409	1134	0.6938346327291992	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.04765333309226601		0	0	False	False	0.9973545074462891	0					non-mobilizable	other	1074.0	85.568	95.0	0.01722448979591837	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AUS0010_000000022390	1124	0.6938346327291992	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.016663228871900956		0	0	False	False	1.0	0					non-mobilizable	other	1024.0	85.156	91.0	0.01639183673469388	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0118_000000015017	1118	0.6938346327291992	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.019977103859003562		0	0	False	False	0.989266574382782	0					non-mobilizable	chromosome	1118.0	99.016	100.0	0.0003177203776236109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0037_000000022567	1107	0.6938346327291992	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.020486551777737904		0	0	False	False	1.0	0					non-mobilizable	other	1032.0	85.368	93.0	0.016522448979591837	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0123_000000021446	1100	0.6938346327291992	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.016587394536116195		0	0	False	False	0.9981818199157715	0					non-mobilizable	other	1027.0	85.2	93.0	0.016440816326530612	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
DEN0010_000000020053	2249	0.6938304014289418	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.636598099405773		0	0	False	False	1.0	0					non-mobilizable	other	2237.0	98.525	99.0	0.0006681712228370461	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0041_000000015692	1545	0.693830029076619	3	2	2	2	1	False	116780	maximal	True	ENG0041_000000015692	1.0		3	2	False	False	0.96957927942276	0					non-mobilizable	no_good_hit	1317.0	99.241	85.0	0.012063876207762683	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
CHI0160_000000011313	2670	0.6938219621210212	4	4	4	4	4	False	121445	maximal	True	CHI0160_000000011313	1.0		1139	14	False	False	1.0	0					non-mobilizable	chromosome	2670.0	100.0	100.0	0.0009069233009289762	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0091_000000002073	13752	0.6938214379109159	14	10	8	9	10	False	124324	maximal	True	ISR0091_000000002073	1.0		0	0	False	False	0.9989819526672363	0					non-mobilizable	no_good_hit	1109.0	73.85	11.0	0.011571215669576326	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0181_000000003974	4509	0.6938152696877277	3	2	2	2	1	True	29597	fragment	False	ISR0181_000000003974	1.0		0	0	False	False	0.9995564222335815	0					non-mobilizable	no_good_hit	173.0	74.566	4.0	0.0007093404792818653	NZ_AGDG01000008.1	CFB group bacteria	Bacteroides faecis MAJ27 contig008, whole genome shotgun sequence	True	True
MAD0105_000000018200	2009	0.6938098358623348	3	3	3	3	3	False	17737	fragment	False	MAD0105_000000018200	1.0		0	0	False	False	0.9820806384086609	0					non-mobilizable	no_good_hit	98.0	81.633	5.0	3.3358224591891656e-05	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
DEN0051_000000022074	2085	0.6938093943531705	3	3	3	3	3	False	103289	fragment	False	DEN0051_000000022074	1.0		0	0	False	False	0.9980815052986145	0					non-mobilizable	other	2085.0	99.23299999999999	100.0	0.0006690664019509514	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0086_000000005175	5678	0.6938063863361522	8	4	3	3	3	True	91911	fragment	False	MON0086_000000005175	0.9654245790039413		0	0	False	False	0.9950686693191528	0					non-mobilizable	plasmid	3150.0	99.333	100.0	0.391705069124424	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0145_000000012991	2628	0.6938056238777673	3	3	2	1	2	False	109822	fragment	False	SPA0145_000000012991	0.9925519404155233		0	0	False	False	1.0	0					non-mobilizable	other	2631.0	97.834	100.0	0.0007915415550283964	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0012_000000034717	1301	0.6937997574612492	2	2	2	1	1	False	94013	maximal	True	CAN0012_000000034717	1.0		18	7	False	False	0.9992313385009766	0					non-mobilizable	chromosome	1301.0	100.0	100.0	0.0002535400035417588	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
FIJ0088_000000009876	2798	0.6937952445602311	4	4	3	4	1	False	113390	fragment	False	FIJ0088_000000009876	0.9362621534029528		0	0	False	False	1.0	0					non-mobilizable	chromosome	2354.0	96.941	98.0	0.0006585592693546595	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0152_000000002733	7778	0.6937886286378211	7	4	3	4	3	True	101293	fragment	False	FIJ0171_000000002497	0.7670718208164814		0	0	False	False	1.0	0					non-mobilizable	plasmid	7787.0	96.55799999999999	100.0	0.06729051393682896	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0814_000000016811	2374	0.6937813379469929	3	3	3	3	3	False	126778	maximal	False	SPA0101_000000017809	0.9650306748466257	PS22	0	0	False	True	0.9991575479507446	0					non-mobilizable	no_good_hit	448.0	82.589	43.0	0.00010763717102484584	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
CHI0178_000000005719	1790	0.6937788336916038	3	2	2	2	1	False	77631	maximal	True	CHI0178_000000005719	1.0		1	1	False	False	0.9988827109336853	0					non-mobilizable	chromosome	1292.0	99.76799999999999	100.0	0.0002873136022404675	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0831_000000007226	2446	0.6937767835664874	3	3	2	2	1	True	21023	fragment	False	ISR0831_000000007226	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2444.0	89.36200000000001	99.0	0.000793342294862028	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
USA0052_01_000000004671	3571	0.6937690012309677	5	4	3	2	3	False	32792	maximal	True	USA0052_01_000000004671	1.0		0	0	False	False	0.9980397820472717	0					non-mobilizable	no_good_hit	756.0	82.40700000000001	21.0	0.0002273779973991571	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0094_000000005007	5499	0.6937625206923638	5	4	3	4	1	False	100449	maximal	True	MON0094_000000005007	1.0		1	1	False	False	0.9992725849151611	0					non-mobilizable	no_good_hit	98.0	81.633	2.0	3.2791243539155387e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0812_000000029821	1322	0.6937608413444812	4	2	2	2	2	False	88983	fragment	False	ISR0064_000000017160	0.9820081565151266		0	0	False	False	0.9818456768989563	0					non-mobilizable	chromosome	945.0	97.67200000000001	100.0	0.00029597054541477324	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ETH0001_000000029031	1266	0.6937606177351524	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2544292834384901		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	92.037	100.0	0.0004461590584928468	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0035_01_000000006876	3646	0.6937522940951536	4	3	2	3	0	True	49958	fragment	False	ISR0029_000000011434	0.9624684592427829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2819.0	99.71600000000001	77.0	0.0008168861794627625	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
USA0034_01_000000015815	3517	0.6937522940951536	4	3	2	3	0	True	49958	fragment	False	ISR0029_000000011434	0.650575973669775		0	0	False	False	0.9937446713447571	0					non-mobilizable	no_good_hit	2851.0	99.193	81.0	0.0008261623887398415	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0117_000000006541	3175	0.6937522940951536	4	3	2	3	0	True	49956	fragment	False	FIJ0117_000000006541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2215.0	99.50299999999999	70.0	0.0006417977293578979	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0037_000000006415	4825	0.6937520776862655	4	3	3	3	2	False	65239	maximal	True	ENG0037_000000006415	1.0		57	9	False	False	0.9991709589958191	0					non-mobilizable	no_good_hit	1088.0	80.79	27.0	0.02112344565174754	NZ_JAAITU010000033.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_33_length_50986_cov_155.653, whole genome shotgun sequence	True	False
MAD0036_000000026280	1200	0.6937494987492094	2	2	2	2	2	False	28305	maximal	True	MAD0036_000000026280	0.9509803921568627		10	5	False	False	0.9858333468437195	0					non-mobilizable	other	1157.0	83.57799999999999	96.0	0.000306321425653448	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
AST0057_000000002498	2387	0.6937419795474457	2	2	2	2	2	True	113205	fragment	False	AST0057_000000002498	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2387.0	100.0	100.0	0.0160735096973249	CP054369.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-1, complete sequence	False	True
AUS0002_000000003562	7793	0.6937416185122736	14	5	3	4	4	False	103141	fragment	False	AUS0002_000000003562	0.9371113989637305		0	0	False	False	1.0	0					non-mobilizable	other	7802.0	91.156	99.0	0.003852267071329218	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	False
FIJ0171_000000008657	2375	0.6937400525441428	3	2	2	2	2	False	38804	maximal	True	FIJ0171_000000008657	1.0		3	2	False	False	0.9991579055786133	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000019793	1630	0.6937380315219855	2	1	1	1	1	False	92030	fragment	False	CHI0162_000000019793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	86.96700000000001	26.0	0.00011987355052898485	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0047_000000029838	1337	0.6937380315219855	1	1	1	1	1	False	92027	fragment	False	CHI0130_000000012425	0.9865472878136762		0	0	False	False	0.997008204460144	0					non-mobilizable	no_good_hit	180.0	83.333	13.0	0.2048894062863795	GQ875831.1		Uncultured organism clone VC1A654TR genomic sequence	True	False
AST0033_000000002104	6157	0.6937369603244583	2	1	1	1	1	False	117101	maximal	True	AST0033_000000002104	1.0		39	4	False	False	1.0	0					non-mobilizable	other	3946.0	99.92399999999999	99.0	0.0010933968806176903	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	False
ISR0110_000000001605	12493	0.6937359224581979	22	8	1	5	5	False	32727	maximal	True	ISR0110_000000001605	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	90.62799999999999	11.0	0.00019339264676909357	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
MAD0105_000000020765	1794	0.6937307524400986	2	2	2	2	2	False	14810	fragment	False	MAD0105_000000020765	1.0		0	0	False	False	0.9821627736091614	0					non-mobilizable	no_good_hit	886.0	81.60300000000001	49.0	0.019092508525380657	NZ_SMUS01000033.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00033, whole genome shotgun sequence	True	False
MAD0048_000000010004	2367	0.6937298002475375	3	2	2	2	2	False	60495	maximal	False	ENG0113_000000010944	0.6388241388241388		0	0	False	False	0.9898605942726135	0					non-mobilizable	no_good_hit	2023.0	75.482	84.0	0.0006923521051232313	NZ_CP016786.1	firmicutes	Clostridium isatidis strain DSM 15098 chromosome, complete genome	True	False
FIJ0005_000000002770	9112	0.6937234247365153	12	11	2	8	10	True	51932	fragment	False	FIJ0005_000000002770	1.0		0	0	False	False	0.9998902678489685	0			MPF_F		non-mobilizable	plasmid	8681.0	99.931	95.0	0.0567888149587496	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
USA0011_01_000000020108	1804	0.6937232929739796	3	3	3	2	2	False	17438	fragment	False	USA0011_01_000000020108	1.0		0	0	False	False	0.9994456768035889	0					non-mobilizable	plasmid	1804.0	100.0	100.0	0.016122542050057677	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
MAD0105_000000002101	11111	0.6937232807679838	20	7	5	6	2	False	101690	maximal	True	MAD0105_000000002101	1.0		1	1	False	False	0.9954099655151367	0					non-mobilizable	no_good_hit	838.0	82.339	17.0	0.00027761571257361317	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0066_000000019168	1681	0.6937157320225602	2	2	2	2	2	False	35126	fragment	False	ISR0066_000000019168	1.0		0	0	False	False	1.0	0					non-mobilizable	other	962.0	99.064	99.0	0.0002728018022519065	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0082_000000002928	5928	0.6937119611990574	5	4	4	4	4	False	88656	maximal	True	ENG0082_000000002928	1.0		1	1	False	False	0.9946019053459167	0					non-mobilizable	no_good_hit	2563.0	77.604	52.0	0.0007354294667484133	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0083_000000002075	9728	0.6937090168987339	13	3	3	2	1	False	34129	maximal	True	ISR0083_000000002075	1.0		1	1	False	False	0.9985608458518982	0					non-mobilizable	no_good_hit	290.0	83.448	3.0	0.002043538727897142	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0816_000000021959	1751	0.6937057489943586	2	2	2	2	2	False	21410	maximal	True	ISR0816_000000021959	1.0		131	7	False	False	0.9994288682937622	0					non-mobilizable	no_good_hit	1076.0	99.071	61.0	0.00034512782250348983	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
SPA0092_000000010097	3975	0.6936999431339754	7	5	3	5	3	True	113116	fragment	False	ISR0126_000000011961	0.9624089586622132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	90.78	4.0	3.758362694978584e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0023_01_000000000963	26879	0.6936999256796341	23	21	13	15	16	True	91561	maximal	True	USA0023_01_000000000963	1.0		1	1	False	False	0.9998883605003357	0					non-mobilizable	chromosome	15833.0	94.947	96.0	0.005603396530164957	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
CHI0132_000000010408	3038	0.6936993677035794	4	4	3	4	3	True	80925	fragment	False	CHI0132_000000010408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0090_000000013837	1729	0.6936991076376483	3	1	1	1	1	False	103803	fragment	False	ENG0090_000000013837	1.0		0	0	False	False	0.9814922213554382	0					non-mobilizable	no_good_hit								True	False
AST0150_000000024481	1139	0.6936991076376483	1	1	1	1	1	False	103799	fragment	False	MON0044_000000048823	0.9640439932318106		0	0	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit								True	False
MON0021_000000022542	1346	0.6936978312465624	2	2	2	2	1	False	117010	fragment	False	CAN0009_000000021746	0.6770347331177007		0	0	False	False	0.9992570877075195	0					non-mobilizable	no_good_hit								True	False
ISR0149_000000004430	3492	0.6936898812824096	6	6	4	4	5	True	87606	fragment	False	ISR0149_000000004430	1.0		0	0	False	False	0.9942726492881775	0					non-mobilizable	no_good_hit	1859.0	99.57	77.0	0.0005438032492317351	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ENG0032_000000021668	1182	0.6936889978923185	2	2	2	2	1	False	65558	maximal	True	ENG0032_000000021668	0.9869604316546763		2	2	False	False	0.9983079433441162	0					non-mobilizable	no_good_hit	628.0	99.045	53.0	0.00019784959265703483	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ENG0086_000000021904	1112	0.6936889978923185	2	2	2	2	1	False	65558	maximal	False	ENG0032_000000021668	0.9581218274111675		0	0	False	False	0.9550359845161438	0					non-mobilizable	no_good_hit	653.0	98.162	59.0	0.00020573833239615106	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0047_000000000299	41232	0.6936871485304166	37	15	9	14	5	True	119621	maximal	False	AST0026_000000000287	0.9418262104666295	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	5153.0	95.98299999999999	23.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0125_000000023318	1151	0.6936786532847552	2	2	2	2	1	True	58793	fragment	False	ENG0125_000000023318	1.0		0	0	False	False	0.9947871565818787	0					non-mobilizable	no_good_hit	759.0	75.09899999999999	65.0	0.0006270385030104546	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0396_000000004025	5169	0.6936672830171388	4	4	3	4	3	False	94301	maximal	False	CAN0012_000000010059	0.9742968895511268		0	0	False	False	0.9998065233230591	0					non-mobilizable	other	4674.0	99.979	99.0	0.001090219705050426	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0154_000000016671	1242	0.6936670995589738	2	1	1	1	1	True	93952	maximal	True	ISR0154_000000016671	1.0		9	5	False	False	0.998389720916748	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	6.0	0.0019948553729854587	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0168_000000002021	8327	0.6936656226808288	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.6746231277851783		0	0	False	False	1.0	0					non-mobilizable	plasmid	6894.0	98.54899999999999	98.0	0.05977139090767176	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0128_000000010815	2381	0.6936595839403233	4	3	2	3	1	False	113656	fragment	False	FIJ0128_000000010815	0.9432746024924796		0	0	False	False	0.998740017414093	0					non-mobilizable	no_good_hit	1164.0	90.37799999999999	84.0	0.00038943942601273604	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0099_000000002482	1966	0.6936524440585968	3	2	2	2	2	False	4985	maximal	True	SPA0099_000000002482	1.0		1	1	False	False	0.9938962459564209	0					non-mobilizable	chromosome	1338.0	98.954	100.0	0.0006112813178804586	NZ_CP016766.1	firmicutes	Lactobacillus agilis strain La3 chromosome, complete genome	False	False
ISR0792_000000007245	2047	0.6936445061708905	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.13359700005842948		0	0	False	False	1.0	0					non-mobilizable	other	2048.0	96.58200000000001	100.0	0.0017571599762392829	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
USA0069_01_000000023880	2579	0.6936417738691166	5	4	2	4	2	True	780	maximal	True	USA0069_01_000000023880	1.0		1	1	False	False	0.9953470230102539	0					non-mobilizable	no_good_hit								True	True
USA0048_01_000000009238	1722	0.6936310293293221	2	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.38228305470655427		0	0	False	False	0.9994192719459534	0					non-mobilizable	other	1727.0	81.934	100.0	0.0027460225055496203	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
DEN0035_000000016475	2032	0.6936226419626152	2	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.13401070708002477		0	0	False	False	1.0	0					non-mobilizable	other	1012.0	97.62799999999999	95.0	0.0025490393827845292	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0295_000000008574	3814	0.6936188661096563	4	4	3	4	4	False	58295	maximal	True	ISR0295_000000008574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	92.65799999999999	70.0	0.0005079233941928128	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0385_000000002682	6800	0.6936152888019593	10	5	3	5	3	False	23056	maximal	True	ISR0385_000000002682	1.0		0	0	False	False	0.9998529553413391	0					non-mobilizable	no_good_hit	594.0	89.057	9.0	0.00017131999008605133	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0043_000000003175	2686	0.6936151671536621	5	2	1	1	2	False	87407	maximal	True	CHI0043_000000003175	1.0		36	6	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	82.12100000000001	48.0	0.8303108808290155	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
SPA0075_000000004424	3653	0.6936146094898011	4	3	2	3	2	False	95883	fragment	False	SPA0075_000000004424	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	81.25	2.0	0.0014375208062221954	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0076_000000003512	3650	0.6936146094898011	4	3	2	3	2	False	95883	fragment	False	SPA0075_000000004424	0.9995893785929373		0	0	False	False	0.9997260570526123	0					non-mobilizable	no_good_hit	96.0	81.25	2.0	0.0014375208062221954	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0065_000000011133	1694	0.6936097656599861	3	3	3	2	1	True	45415	fragment	False	FIJ0065_000000011133	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1637.0	90.47	97.0	0.0005681322625806548	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	False	True
ISR0110_000000005232	4418	0.6936076240451872	4	4	3	3	3	False	112524	maximal	False	USA0035_01_000000004690	0.4137646384608426		0	0	False	False	1.0	0					non-mobilizable	other	4418.0	99.887	100.0	0.0014754406112606482	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
AST0092_000000001368	12465	0.6935992469019099	19	6	3	6	1	False	114545	maximal	True	AST0092_000000001368	1.0	PS737	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	63.0	96.825	1.0	0.07192575406032482	GQ880800.1		Uncultured organism clone VC1CL23TR genomic sequence	True	True
MON0053_000000019636	1990	0.6935979427698613	3	3	3	3	3	False	11182	maximal	True	MON0053_000000019636	1.0		15	1	False	False	0.9989949464797974	0					non-mobilizable	chromosome	1997.0	85.929	99.0	0.0009884009702852627	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	False
SPA0093_000000009043	4484	0.6935936295353897	4	3	2	3	3	True	111498	fragment	False	SPA0093_000000009043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	94.741	88.0	0.00022795989067996543	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
CHI0184_000000001670	5139	0.6935836927545023	9	8	7	4	6	True	123585	fragment	False	CHI0184_000000001670	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2574.0	99.145	59.0	0.026165067803334725	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
SPA0124_000000004388	6375	0.6935814604305037	7	7	6	6	7	False	7192	fragment	False	SPA0124_000000004388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2125.0	97.506	77.0	0.00032679768730631005	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MON0083_000000019589	1950	0.6935794801607866	2	2	2	2	1	False	94580	maximal	True	MON0083_000000019589	1.0		41	9	False	False	0.9887179732322693	0					non-mobilizable	no_good_hit	1435.0	99.512	74.0	0.00038773324493520067	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0044_000000048823	1182	0.6935715844753088	1	1	1	1	1	False	103799	fragment	False	MON0044_000000048823	0.9815627743634767		0	0	False	False	0.9263959527015686	0					non-mobilizable	no_good_hit								True	False
ISR0093_000000023535	1131	0.6935702719805186	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.13194481861464472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	97.917	25.0	7.96996406573693e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0068_000000015836	1294	0.6935694152488773	3	3	3	2	2	False	128163	fragment	False	AST0118_000000014400	0.008092136446340381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1040.0	96.92299999999999	79.0	0.00029524955413904035	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0043_000000017238	1662	0.6935670741196158	2	2	2	2	1	False	117343	backbone	False	MON0013_000000032866	0.8117923419045139	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1438.0	98.40100000000001	97.0	0.0006230626847888156	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MON0075_000000015937	1610	0.6935670741196158	2	2	2	2	1	False	117343	backbone	False	MON0013_000000032866	0.8113697990396543	PS787	0	0	False	True	0.9993788599967957	0					non-mobilizable	chromosome	1438.0	98.40100000000001	97.0	0.0006230626847888156	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
FIJ0152_000000012775	1982	0.6935621008932467	2	2	1	2	2	True	39711	maximal	True	FIJ0152_000000012775	1.0		3	2	False	False	0.9924318790435791	0					non-mobilizable	no_good_hit	61.0	88.525	3.0	1.3740979280000634e-05	NZ_CP022530.1	g-proteobacteria	Bacterioplanes sanyensis strain NV9 chromosome, complete genome	True	True
ISR0198_000000017798	1859	0.693546889340734	3	3	3	2	1	False	28871	fragment	False	ISR0198_000000017798	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	73.66	22.0	0.00019719268475742503	LS483381.1	firmicutes	Streptococcus sobrinus strain NCTC10921 genome assembly, chromosome: 1	True	False
AST0031_000000005609	5133	0.6935462534411712	8	4	3	3	3	True	117592	maximal	True	AST0031_000000005609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	77.477	2.0	0.00041884329443520144	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
TAN0017_000000032691	1110	0.6935418789777429	2	2	2	1	1	False	2432	maximal	True	TAN0017_000000032691	1.0		7	5	False	False	0.9981982111930847	0					non-mobilizable	no_good_hit	335.0	74.627	30.0	0.0017104031216164618	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0192_000000004844	4069	0.6935378084244884	4	4	0	1	4	False	82339	maximal	True	ISR0192_000000004844	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3907.0	98.79700000000001	98.0	0.020540989903135343	MG462728.1	enterobacteria	Escherichia coli strain AMA1416 plasmid pAMA1416, complete sequence	False	True
MON0037_000000048452	1544	0.6935295941539935	2	1	1	1	1	True	12073	fragment	False	MON0037_000000048452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	4.0	5.248438013642867e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
MON0059_000000013785	2807	0.6935150581828403	3	3	3	3	0	False	92628	fragment	False	MON0059_000000013785	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2813.0	94.81	100.0	0.0009444831714708187	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0139_000000002927	7328	0.6935106624289878	8	5	5	5	3	False	130487	fragment	False	SPA0139_000000002927	0.951670036840121		0	0	False	False	0.9998635649681091	0					non-mobilizable	other	6430.0	99.53299999999999	100.0	0.01025862784270423	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0065_000000003815	7003	0.6935106624289878	7	5	5	5	3	False	130487	fragment	False	SPA0139_000000002927	0.9429407413825027		0	0	False	False	0.9992859959602356	0					non-mobilizable	other	6756.0	99.334	99.0	0.010764458458062334	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0066_000000008510	3645	0.6935078361789792	3	1	1	1	1	False	67361	fragment	False	FIJ0066_000000008510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	False
ENG0008_000000023309	1140	0.6935078361789792	1	1	1	1	1	False	67353	fragment	False	ENG0008_000000023309	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0033_000000014963	4550	0.6935066221054443	7	7	5	7	4	False	73996	fragment	False	MON0033_000000014963	1.0		0	0	False	False	0.9742857217788696	0					non-mobilizable	no_good_hit	697.0	80.631	28.0	0.0002072000823981723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0127_000000014984	1695	0.6935009364989271	3	1	1	1	1	False	31896	fragment	False	ITA0005_000000010050	0.9605479452054795		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.351	100.0	0.000506434922365081	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0186_000000016969	1828	0.693496257868095	3	2	2	1	1	False	63728	maximal	True	ISR0186_000000016969	1.0		0	0	False	False	0.9956236481666565	0					non-mobilizable	no_good_hit	1533.0	75.995	82.0	0.0006367735901540578	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
ENG0194_000000004102	6221	0.6934934636669783	7	7	7	7	6	False	54551	maximal	True	ENG0194_000000004102	1.0		3	2	False	False	0.9995177388191223	0					non-mobilizable	no_good_hit	177.0	76.271	3.0	0.0011175880418079526	NZ_NBOC01000010.1	g-proteobacteria	Colwellia chukchiensis strain CGMCC 1.9127 scaffold10, whole genome shotgun sequence	True	False
ENG0169_000000002844	7176	0.6934821577501171	8	2	1	1	2	True	64764	fragment	False	ENG0169_000000002844	1.0		0	0	False	False	0.9998606443405151	0					non-mobilizable	no_good_hit	1166.0	97.684	46.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0158_000000008152	2317	0.693477232547819	5	1	1	1	1	False	30505	maximal	True	ISR0158_000000008152	1.0		1	1	False	False	0.996547281742096	0					non-mobilizable	no_good_hit								True	False
ISR0013_000000004859	4719	0.6934745306924511	8	3	3	2	2	True	106990	maximal	True	ISR0013_000000004859	1.0		1	1	False	False	0.999576210975647	0					non-mobilizable	no_good_hit	1515.0	84.29	32.0	0.00041884624418763865	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
FIJ0073_000000012182	1514	0.6934742569369168	3	3	3	3	2	True	44691	maximal	True	FIJ0073_000000012182	1.0		29	9	False	False	0.9960370063781738	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.000311701265507138	NZ_FCOR01000010.1	CFB group bacteria	Apibacter mensalis strain R-53146, whole genome shotgun sequence	True	True
ISR0821_000000012265	2425	0.6934676096074449	2	1	1	1	1	False	100805	fragment	False	ISR0821_000000012265	1.0		0	0	False	False	0.9909278154373169	0					non-mobilizable	chromosome	2406.0	99.958	99.0	0.0004316815098693522	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
ISR0137_000000016276	1501	0.6934676096074449	2	1	1	1	1	False	100808	fragment	False	ISR0137_000000016276	1.0		0	0	False	False	0.9733511209487915	0					non-mobilizable	chromosome	1501.0	100.0	100.0	0.0002690346981224427	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0830_000000022596	1354	0.6934676096074449	1	1	1	1	1	False	100803	fragment	False	AUS0014_000000018081	0.866887789631067		0	0	False	False	0.9992614388465881	0					non-mobilizable	chromosome	1354.0	100.0	100.0	0.00024266929770644334	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0134_000000024884	1291	0.6934676096074449	1	1	1	1	1	False	100803	fragment	False	AUS0014_000000018081	0.6658236244649913		0	0	False	False	0.9821843504905701	0					non-mobilizable	chromosome	1291.0	100.0	100.0	0.00023154642317316603	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
ISR0820_000000020486	1284	0.6934676096074449	1	1	1	1	1	False	100803	fragment	False	AUS0014_000000018081	0.6674069366075046		0	0	False	False	0.9929906725883484	0					non-mobilizable	chromosome	1284.0	100.0	100.0	0.000230114345127396	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0167_000000019926	1277	0.6934676096074449	1	1	1	1	1	False	100803	fragment	False	AUS0014_000000018081	0.6628991750780457		0	0	False	False	1.0	0					non-mobilizable	chromosome	1267.0	99.684	99.0	0.00022706528521534164	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
FIJ0156_000000003445	2189	0.6934658872156121	4	4	4	3	3	False	95479	maximal	True	FIJ0156_000000003445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1729.0	79.352	78.0	0.0006278528130998499	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0353_000000014877	2489	0.6934632174668495	3	2	2	2	1	True	24033	maximal	True	ISR0353_000000014877	1.0		1	1	False	False	0.9791080951690674	0					non-mobilizable	no_good_hit	461.0	99.34899999999999	19.0	0.012777422849365295	NZ_JAAIPV010000043.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_43_length_36001_cov_89.1615, whole genome shotgun sequence	True	True
USA0027_01_000000007512	3627	0.6934563226686347	5	5	4	4	4	False	95836	fragment	False	ENG0166_000000007523	0.9422428330522765		0	0	False	False	0.999724268913269	0					non-mobilizable	other	3628.0	96.279	100.0	0.09154751679886829	NZ_CBVI010000130.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ENG0038_000000007649	2929	0.6934526045202974	4	3	3	2	2	False	65095	fragment	False	ENG0038_000000007649	1.0		0	0	False	False	0.9962444305419922	0					non-mobilizable	no_good_hit	563.0	81.705	19.0	0.0028864020711109255	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
CAN0014_000000031205	1582	0.6934509769296345	2	2	2	1	1	False	106182	fragment	False	AST0116_000000017643	0.9752401144262285		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	96.015	100.0	0.007179312843589388	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0814_000000038984	1104	0.6934456227105847	2	2	2	2	2	False	21477	fragment	False	ISR0814_000000038984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	78.212	16.0	7.32970547421331e-05	NZ_KI629782.1	firmicutes	Brevibacillus panacihumi W25 Scaffold1, whole genome shotgun sequence	True	False
USA0130_01_000000029196	1110	0.6934307851180057	2	2	2	2	2	False	347	fragment	False	USA0130_01_000000029196	0.9453333333333334		0	0	False	False	0.9504504799842834	0					non-mobilizable	chromosome	1110.0	100.0	100.0	0.00021702578007949916	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
MON0061_000000000894	22416	0.6934252992189289	35	10	5	10	4	False	10850	maximal	True	MON0061_000000000894	1.0		1	1	False	False	0.996698796749115	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000010953	4111	0.6934234640788837	5	4	3	4	2	True	93723	fragment	False	CAN0014_000000010953	1.0		0	0	False	False	0.9936755299568176	0					non-mobilizable	no_good_hit								True	True
ISR0383_000000005096	2635	0.6934192844679677	3	3	3	3	2	False	81027	fragment	False	CHI0144_000000005571	0.9766566265060241		0	0	False	False	0.9981024861335754	0					non-mobilizable	chromosome	2537.0	100.0	96.0	0.0010929880249715008	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0142_000000003303	1193	0.6934155561416897	3	2	2	2	1	False	31172	maximal	True	ISR0142_000000003303	1.0		2	2	False	False	0.9932942390441895	0					non-mobilizable	chromosome	1195.0	91.13	99.0	0.0003754003403503674	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0024_000000011995	2025	0.6934088574050575	4	2	2	2	2	False	37448	fragment	False	ISR0024_000000011995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	75.648	44.0	0.0002355465012274827	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0051_000000009442	2689	0.6934065988950319	3	2	2	2	2	True	111493	fragment	False	CHI0125_000000005331	0.939483125893471		0	0	False	False	0.9996281266212463	0					non-mobilizable	other	1252.0	89.537	91.0	0.00024229211830130565	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0024_000000016849	1542	0.6934036933437311	2	1	1	1	1	False	37430	fragment	False	ISR0024_000000016849	1.0		0	0	False	False	0.993514895439148	0					non-mobilizable	other	1218.0	99.67200000000001	100.0	0.01664387308533917	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
AST0026_000000004685	6544	0.6933823783280971	9	5	3	3	3	False	119581	maximal	True	AST0026_000000004685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.016821220616778088	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	False
ISR0392_000000022742	1533	0.6933800488519426	2	2	2	2	2	False	131699	fragment	False	AST0140_000000015176	0.36455117531655357		0	0	False	False	0.9941291809082031	0					non-mobilizable	other	1533.0	98.434	100.0	0.0004318020671219532	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0093_000000021257	1489	0.6933794931122376	2	2	2	2	1	False	68447	fragment	False	DEN0093_000000021257	1.0		0	0	False	False	0.9919409155845642	0					non-mobilizable	other	1478.0	95.67	99.0	0.0004206990797136278	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0071_000000014795	1357	0.6933780630332432	3	1	1	1	1	False	62275	fragment	False	ENG0071_000000014795	1.0		0	0	False	False	0.9705232381820679	0					non-mobilizable	no_good_hit	135.0	77.03699999999999	10.0	0.0006287083971865299	NZ_OAOI01000166.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
MAD0035_000000014854	1496	0.6933772023706796	1	1	1	1	1	False	18764	maximal	True	MAD0035_000000014854	1.0		1	1	False	False	0.9946523904800415	0					non-mobilizable	no_good_hit	1026.0	78.363	68.0	0.009542360025096688	NZ_CACWQI010000008.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	False
MAD0047_000000007489	4868	0.6933730843877273	9	5	3	4	4	False	81867	fragment	False	MAD0047_000000007489	1.0		0	0	False	False	0.9991782903671265	0					non-mobilizable	no_good_hit	711.0	83.12200000000001	16.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0130_000000025751	1251	0.6933717442074288	1	1	1	1	1	False	31714	maximal	True	ISR0130_000000025751	1.0		40	8	False	False	0.9560351967811584	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000002836	8402	0.6933681743717774	16	13	5	11	11	False	51622	fragment	False	MON0013_000000003778	0.808888601442158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	96.03200000000001	3.0	3.064723778897587e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0083_000000021371	1321	0.6933640802810247	2	1	1	1	1	False	34088	fragment	False	ISR0083_000000021371	0.9984544049459041		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	99.697	100.0	0.018052516411378557	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
MON0022_000000015455	1961	0.6933636618588237	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.989169788009603		0	0	False	False	1.0	0					non-mobilizable	chromosome	1676.0	84.30799999999999	97.0	0.0004422832378654205	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0027_000000022518	1827	0.6933636618588237	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9824921666285905		0	0	False	False	0.9945265650749207	0					non-mobilizable	chromosome	1500.0	82.53299999999999	97.0	0.00039506723478811086	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0096_000000021510	1735	0.6933636618588237	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9797557246088138		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.34100000000001	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0106_000000024490	1735	0.6933636618588237	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9791781588984669		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.475	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0035_000000016620	1735	0.6933636618588237	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9775111195550275		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	82.396	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0032_000000016955	1735	0.6933636618588237	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9778198840093106		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.34100000000001	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0046_000000014385	2261	0.6933622565932637	2	2	2	2	1	False	11528	maximal	True	MON0046_000000014385	1.0		1	1	False	False	0.9632905721664429	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	2.0797094876924525e-05	NZ_LT904908.1	actinobacteria	Collinsella provencensis strain Marseille-P3740, whole genome shotgun sequence	True	False
MON0029_000000007575	3322	0.6933585015317462	3	3	3	3	3	False	111069	fragment	False	FIJ0095_000000004547	0.19152790915667586		0	0	False	False	0.9984948635101318	0					non-mobilizable	no_good_hit	515.0	71.65	15.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0057_000000014161	2256	0.6933576168126647	4	3	2	2	3	False	109615	fragment	False	ISR0339_000000004178	0.6839393682508398		0	0	False	False	1.0	0					non-mobilizable	other	2256.0	99.24600000000001	100.0	0.011109137907219954	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0090_000000020282	1455	0.6933530091557141	3	3	3	2	3	False	68705	maximal	True	DEN0090_000000020282	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	95.055	75.0	0.00775127707796037	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	False
ISR0128_000000012552	2808	0.6933527823031114	4	3	3	3	1	False	31855	fragment	False	ISR0128_000000012552	1.0		0	0	False	False	0.994301974773407	0					non-mobilizable	no_good_hit	2268.0	97.48700000000001	86.0	0.001011657489456137	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0078_000000012469	2463	0.6933509254098953	2	2	2	2	2	False	69796	maximal	True	DEN0078_000000012469	1.0		3	3	False	False	0.9959399104118347	0					non-mobilizable	no_good_hit								True	False
FIJ0102_000000004768	6296	0.6933507191982198	9	6	4	6	3	True	95424	maximal	False	CHI0055_000000002002	0.9446088516863577	PS172	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	192.0	89.583	3.0	0.0077538874219372144	NZ_CABKPS010000012.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0293_000000023741	1477	0.6933486141392362	3	2	2	1	1	False	115897	fragment	False	FIJ0015_000000013913	0.4058926812817092		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00010538058744226779	NZ_SSNH01000004.1	high GC Gram+	Sinomonas susongensis strain A31 Scaffold4, whole genome shotgun sequence	True	False
FIJ0072_000000005327	4724	0.6933471463673241	6	6	6	6	3	False	53107	maximal	True	FIJ0072_000000005327	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	79.025	10.0	0.0001597096437549588	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ETH0005_000000000663	38998	0.6933378893522839	33	11	4	11	3	True	52826	maximal	True	ETH0005_000000000663	1.0		4	2	False	False	0.9997435808181763	0					non-mobilizable	no_good_hit	5000.0	89.2	31.0	0.03931891481692278	NZ_QEKH01000015.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_115, whole genome shotgun sequence	True	True
ISR0364_000000013818	1327	0.6933376497582128	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.20512780869923725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	80.642	67.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0059_000000009607	3819	0.6933324752245033	2	2	2	2	1	False	63165	maximal	True	MON0059_000000009607	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	92.37100000000001	17.0	0.00018820181633572947	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
DEN0052_000000034856	1345	0.6933196082349533	2	2	2	2	1	True	72211	fragment	False	DEN0052_000000034856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	88.0	4.0	1.0860092147881874e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0020_000000003692	5073	0.6933126235780691	5	4	3	3	4	True	56172	fragment	False	ISR0020_000000003692	1.0		0	0	False	False	0.9994086623191833	0					non-mobilizable	no_good_hit	1752.0	76.42699999999999	72.0	0.00026540772627278004	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
CHI0112_000000003332	4700	0.6933072546281376	9	6	5	5	5	False	118695	maximal	True	CHI0112_000000003332	1.0		40	8	False	False	0.9938297867774963	0					non-mobilizable	no_good_hit	1405.0	92.456	74.0	0.0002607423134524609	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	False
FIJ0069_000000002878	8329	0.6933066492194334	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.674693995036625		0	0	False	False	1.0	0					non-mobilizable	plasmid	6891.0	98.53399999999999	98.0	0.05974537318092727	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0036_000000003920	8281	0.6933066492194334	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.6740545070136537		0	0	False	False	1.0	0					non-mobilizable	plasmid	6847.0	98.554	98.0	0.05936377985534144	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0132_000000003018	8208	0.6933066492194334	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.66939597227198		0	0	False	False	1.0	0					non-mobilizable	plasmid	8214.0	98.63600000000001	100.0	0.07117582779733925	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0327_000000021376	1378	0.6932958749391374	3	3	3	3	2	False	24770	fragment	False	ISR0327_000000021376	1.0		0	0	False	False	0.9775036573410034	0					non-mobilizable	no_good_hit	105.0	79.048	8.0	0.0001649158368838272	NZ_NNRN01000062.1	a-proteobacteria	Ochrobactrum lupini strain LUP21 OluLMG_1.contig.61_1, whole genome shotgun sequence	True	False
ISR0282_000000009222	2405	0.6932894512462506	4	2	2	2	2	False	26141	fragment	False	ISR0282_000000009222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	81.73100000000001	30.0	0.00017458228579261205	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0128_000000016068	1629	0.6932893582667317	3	2	2	2	2	False	51668	fragment	False	FIJ0128_000000016068	1.0		0	0	False	False	0.9987722635269165	0					non-mobilizable	no_good_hit	175.0	89.14299999999999	11.0	5.460493174067897e-05	NZ_LR134384.1	CFB group bacteria	Prevotella oris strain NCTC13071 chromosome 1	True	False
MON0109_000000018681	1918	0.6932859038670576	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.24735344226722705		0	0	False	False	0.9994786381721497	0					non-mobilizable	chromosome	1922.0	91.103	100.0	0.0006175619004274908	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0134_000000009926	1519	0.693282458846919	2	1	1	1	1	False	40628	maximal	True	FIJ0134_000000009926	1.0		0	0	False	False	0.9795918464660645	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000012984	2269	0.6932823357361491	2	2	1	2	1	False	30238	fragment	False	ISR0223_000000012984	1.0		0	0	False	False	0.9973556399345398	0					non-mobilizable	no_good_hit	1376.0	78.343	60.0	0.003010935259393502	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0150_000000018334	1329	0.6932720265312519	3	2	2	1	1	False	30804	maximal	True	ISR0150_000000018334	1.0		74	8	False	False	0.9992475509643555	0					non-mobilizable	no_good_hit	846.0	97.281	64.0	0.0037708166524273233	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0145_000000000126	90087	0.6932669375411764	79	12	4	10	6	False	115487	maximal	False	AUS0014_000000000041	0.9178712446959473	PS49	0	0	True	True	1.0	158					non-mobilizable	no_good_hit	246.0	99.59299999999999	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ENG0074_000000000092	85269	0.6932669375411764	70	12	4	10	6	False	115487	maximal	False	AUS0014_000000000041	0.7103500291263296	PS49	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	246.0	99.59299999999999	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
SPA0121_000000005190	2366	0.693263705943995	4	3	3	3	1	False	4137	maximal	True	SPA0121_000000005190	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	99.664	25.0	0.00021157379918512032	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0302_000000013936	1223	0.6932631615673117	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.43913334289462225		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	99.264	100.0	0.9133034379671151	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0104_000000019570	2320	0.6932606483470013	3	2	2	2	2	False	8812	maximal	True	MON0104_000000019570	0.9634892872759073		2	2	False	False	0.9806034564971924	0					non-mobilizable	no_good_hit	1414.0	81.895	61.0	0.005526984226535796	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0065_000000006182	4730	0.6932601058768347	5	3	3	3	3	False	90746	maximal	True	ISR0065_000000006182	1.0		6	3	False	False	0.9989429116249084	0					non-mobilizable	no_good_hit	2276.0	98.726	79.0	0.010310962659066567	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0112_000000012386	2743	0.6932573137960774	2	2	2	2	2	False	103865	maximal	False	FIJ0162_000000008023	0.9430270165082867		0	0	False	False	0.9934378266334534	0					non-mobilizable	no_good_hit	1315.0	78.783	47.0	0.010404494741728427	NZ_FUWW01000005.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0854_000000005946	1555	0.6932537917839761	3	1	0	1	1	False	20502	maximal	True	ISR0854_000000005946	1.0		2	1	False	False	0.9884244203567505	0					non-mobilizable	no_good_hit	135.0	85.185	9.0	0.0010825417755313	NZ_FQVD01000014.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0350_000000009947	1924	0.6932491429569861	2	2	2	2	2	False	110221	fragment	False	ISR0375_000000009302	0.4639605399166556		0	0	False	False	0.9989604949951172	0					non-mobilizable	no_good_hit	1285.0	94.86399999999999	86.0	0.006145542671211053	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
DEN0064_000000037766	1170	0.6932488713048288	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.10729202596836324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	93.05	22.0	7.767885933713438e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0048_000000001187	17521	0.6932457835646054	14	10	9	9	7	True	127678	maximal	True	MON0048_000000001187	1.0		12	4	False	False	0.996860921382904	0					non-mobilizable	no_good_hit	3025.0	76.628	18.0	0.0008292632361997793	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	True
ISR0180_000000003579	5666	0.6932446791490712	8	4	2	4	1	False	29651	fragment	False	ISR0180_000000003579	1.0		0	0	False	False	0.9989410638809204	0					non-mobilizable	no_good_hit								True	False
MON0069_000000030025	1716	0.6932410113631234	3	3	3	3	3	False	25761	fragment	False	ISR0294_000000010738	0.955593029792018		0	0	False	False	0.9516317248344421	0					non-mobilizable	no_good_hit	1448.0	71.892	83.0	0.03566869415033416	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0847_000000005587	4299	0.6932395759012664	4	4	2	3	3	True	22875	fragment	False	ISR0847_000000005587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	79.673	72.0	0.019339296844729705	NZ_JH379444.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld979, whole genome shotgun sequence	True	True
SPA0098_000000033195	1174	0.6932390848612523	2	1	1	1	1	False	5034	fragment	False	SPA0098_000000033195	1.0		0	0	False	False	0.9897785186767578	0					non-mobilizable	no_good_hit								True	False
MON0092_000000010048	4929	0.6932366474258546	8	6	4	5	5	False	120889	maximal	True	MON0092_000000010048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2575.0	94.835	55.0	0.0007301209525410026	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AST0006_000000006335	2083	0.6932336602888881	3	2	2	2	2	False	127540	maximal	True	AST0006_000000006335	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	88.37200000000001	4.0	2.262147800220945e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0101_000000005685	4861	0.6932213524335328	5	2	1	2	0	True	95195	maximal	True	FIJ0101_000000005685	1.0		5	1	False	False	0.9925941228866577	0					non-mobilizable	no_good_hit	81.0	95.06200000000001	2.0	0.023515579071134628	NZ_CABIXL010000021.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	True
ENG0063_000000007600	4069	0.6932213524335328	4	2	1	2	0	True	63108	maximal	True	ENG0063_000000007600	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	78.689	3.0	5.215633576758786e-05	CP026082.1	firmicutes	Streptococcus agalactiae strain YZ1605 chromosome, complete genome	True	True
ISR0022_000000013628	1885	0.6932213524335328	2	2	1	2	0	True	37584	fragment	False	ISR0022_000000013628	1.0		0	0	False	False	0.9946949481964111	0					non-mobilizable	no_good_hit	73.0	95.89	4.0	0.0020952159236410197	NZ_KB291713.1	firmicutes	Clostridium celatum DSM 1785 Scfld437, whole genome shotgun sequence	True	True
ISR0193_000000014251	1878	0.6932213524335328	2	2	1	2	0	True	35408	fragment	False	SPA0158_000000009814	0.9403437815975733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0048_000000033807	1221	0.6932213524335328	2	2	1	2	0	True	124250	fragment	False	ISR0071_000000003227	0.02562050448530761		0	0	False	False	0.9909909963607788	0		MOBV			mobilizable	other	1220.0	97.213	100.0	0.00036857859885707373	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0206_000000021053	1217	0.6932213524335328	2	2	1	2	0	True	124250	fragment	False	ISR0071_000000003227	0.04861647549417816		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	92.635	100.0	0.04529564894012644	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
ENG0053_000000021792	1147	0.6932213524335328	2	2	1	2	0	True	63820	fragment	False	ENG0053_000000021792	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	100.0	100.0	0.002272619104278711	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0198_000000029452	1132	0.6932213524335328	2	2	1	2	0	True	124250	fragment	False	ISR0071_000000003227	0.007423875044310073		0	0	False	False	1.0	0					non-mobilizable	chromosome	1134.0	96.825	100.0	0.0002396741956716239	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
SPA0007_000000005406	4312	0.6932210238728487	5	5	4	4	5	False	100926	fragment	False	SPA0046_000000005059	0.8668791065482737		0	0	False	False	1.0	0					non-mobilizable	chromosome	2890.0	97.09299999999999	100.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0051_000000008074	3435	0.6932191870968422	4	4	4	4	4	False	46581	maximal	True	MAD0051_000000008074	1.0		52	11	False	False	0.9967976808547974	0					non-mobilizable	no_good_hit	1260.0	79.286	37.0	0.0005446242548303397	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
MAD0095_000000017010	2062	0.6932183382465824	2	1	1	1	1	False	38788	maximal	True	MAD0095_000000017010	1.0		7	4	False	False	0.996120274066925	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000031400	1238	0.6932105075715397	2	1	1	1	1	False	15561	fragment	False	SPA0098_000000031400	0.9457050243111832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	1.0608786742775113e-05	CP047138.1	b-proteobacteria	Ralstonia solanacearum strain CFBP 8695 chromosome, complete genome	True	False
FIJ0005_000000016798	2045	0.6932037914079365	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.32493867317440983		0	0	False	False	1.0	0					non-mobilizable	chromosome	2045.0	98.631	100.0	0.0004622326720442223	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ETH0003_000000022896	1793	0.6932037914079365	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.13992313698305844		0	0	False	False	0.9988845586776733	0					non-mobilizable	chromosome	1793.0	96.431	100.0	0.00040521718826784243	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MON0103_000000007390	5380	0.6932034673747642	7	4	3	4	2	True	91661	fragment	False	CHI0005_000000002299	0.5758058320576038		0	0	False	False	0.9972118735313416	0					non-mobilizable	no_good_hit	1251.0	70.344	23.0	0.0012514639383193987	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0308_000000012982	1427	0.693200508575021	2	2	2	2	2	False	25407	maximal	True	ISR0308_000000012982	1.0		15	2	False	False	0.9670637845993042	0					non-mobilizable	other	1427.0	96.006	100.0	0.0006906776438883504	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
ENG0110_000000023254	1283	0.6931970355426215	2	2	2	2	1	False	59776	fragment	False	ENG0110_000000023254	1.0		0	0	False	False	0.9984411597251892	0					non-mobilizable	no_good_hit	165.0	78.788	13.0	6.28780591230121e-05	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	True	False
ISR0298_000000004946	2921	0.6931946253666215	4	4	4	4	4	False	76253	fragment	False	ISR0107_000000006693	0.6838162033966061		0	0	False	False	0.9866483807563782	0					non-mobilizable	chromosome	2921.0	99.486	100.0	0.0008305671465183023	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0109_000000004280	3944	0.6931939086895004	4	3	3	3	3	False	116713	fragment	False	CHI0109_000000004280	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3233.0	97.959	82.0	0.00045618609230880413	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0170_000000038816	1218	0.6931814224086771	2	2	2	2	2	False	89055	fragment	False	ISR0146_000000030323	0.42799588090150603		0	0	False	False	0.9958949089050293	0					non-mobilizable	other	1218.0	98.44	100.0	0.030462316337513454	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0012_000000005940	5693	0.6931793807783391	6	4	2	3	3	False	88166	maximal	True	MON0012_000000005940	1.0		60	9	False	False	0.9996486902236938	0					non-mobilizable	chromosome	4622.0	98.745	92.0	0.0006518701327795192	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
AST0153_000000020405	1652	0.6931791946406999	2	2	2	2	1	False	103344	fragment	False	AST0153_000000020405	1.0		0	0	False	False	0.9745762944221497	0					non-mobilizable	other	1652.0	99.939	100.0	0.013787286635267395	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	False	False
MAD0025_000000001530	5994	0.6931781131450984	9	8	4	7	7	False	19159	maximal	True	MAD0025_000000001530	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	0.0013564190536982366	NZ_WNAJ01000033.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold33_size37599, whole genome shotgun sequence	True	False
FIJ0099_000000009856	2265	0.693170688469546	6	3	0	1	3	False	42784	maximal	True	FIJ0099_000000009856	1.0		5	4	False	False	1.0	0					non-mobilizable	chromosome	2265.0	99.956	100.0	0.00042654094510470787	CP053080.1	enterobacteria	Escherichia coli strain HB37 chromosome HB37, complete sequence	False	False
MON0062_000000016814	2257	0.6931623589135067	3	3	3	3	3	False	120659	fragment	False	MON0104_000000022401	0.5155744145010032		0	0	False	False	1.0	0					non-mobilizable	other	2260.0	88.584	100.0	0.003740567643176743	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0209_000000006272	4656	0.6931614869417254	6	6	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.472402618041619	PS902	0	0	False	True	0.9903350472450256	0	rep_cluster_1702				non-mobilizable	other	4659.0	97.961	100.0	0.0012471081792033128	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0134_000000007962	1927	0.6931587291988308	2	2	1	2	2	False	40630	fragment	False	FIJ0134_000000007962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000003810	11473	0.6931550590028913	14	12	10	10	10	True	129021	maximal	True	CAN0006_000000003810	1.0	PS1059	2	2	False	True	0.999825656414032	0					non-mobilizable	no_good_hit	1486.0	92.32799999999999	13.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0170_000000008253	5398	0.6931548424812402	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9500316429363856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1869.0	91.546	60.0	0.0005293443355036167	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0012_000000004729	5236	0.6931548424812402	4	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9846988904412982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	88.66799999999999	54.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ENG0148_000000007199	5225	0.6931548424812402	4	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9840378413193261		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	88.66799999999999	54.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
SPA0126_000000006982	5185	0.6931548424812402	4	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9799824460330793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	88.61	55.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0065_000000005613	5119	0.6931548424812402	4	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9691286411651909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	88.66799999999999	55.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
FIJ0078_000000013989	1759	0.6931528053336545	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.2216045662986778	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1759.0	99.943	100.0	0.7613685578172369	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
SPA0089_000000003842	8750	0.6931508877577072	15	2	2	2	2	False	5439	maximal	True	SPA0089_000000003842	1.0		3	1	False	False	0.9998857378959656	0					non-mobilizable	no_good_hit	1611.0	94.103	18.0	0.0005446058708037234	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0040_000000001027	17664	0.693149868514929	19	6	2	4	4	False	36512	fragment	False	ISR0040_000000001027	1.0		0	0	False	False	0.9999433755874634	0					non-mobilizable	no_good_hit	5672.0	91.837	57.0	0.1971727492214563	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0008_000000014854	2303	0.6931492273511125	2	1	1	1	1	False	13862	fragment	False	MON0008_000000014854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	87.094	60.0	0.00041611295065338756	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0056_000000012255	1656	0.6931492273511125	1	1	1	1	1	False	124854	fragment	False	CHI0056_000000012255	0.9292623941958887		0	0	False	False	0.9921497702598572	0					non-mobilizable	chromosome	1474.0	91.995	100.0	0.0005123857937378788	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0155_000000014305	1534	0.6931492273511125	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.4314520077342235		0	0	False	False	0.9928292036056519	0					non-mobilizable	chromosome	1536.0	89.97399999999999	100.0	0.0005343451848980736	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0233_000000011770	1508	0.6931492273511125	1	1	1	1	1	False	27383	maximal	True	ISR0233_000000011770	1.0		205	9	False	False	1.0	0					non-mobilizable	other	1381.0	71.687	90.0	0.0006441928618694193	NZ_RRCM01000001.1	firmicutes	Lachnoanaerobaculum orale strain DSM 24553 DSM24553_1, whole genome shotgun sequence	False	False
USA0135_01_000000011493	1335	0.6931492273511125	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.42346530776267954		0	0	False	False	0.9902621507644653	0					non-mobilizable	chromosome	1335.0	97.303	100.0	0.00044901658971563516	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0081_000000040143	1298	0.6931492273511125	1	1	1	1	1	False	9949	fragment	False	MON0081_000000040143	1.0		0	0	False	False	0.9976887702941895	0					non-mobilizable	chromosome	1301.0	85.473	100.0	0.00045208460848845494	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0041_000000013277	2734	0.6931442543993207	4	2	2	2	2	False	94752	fragment	False	FIJ0041_000000013277	1.0		0	0	False	False	0.9930504560470581	0					non-mobilizable	no_good_hit	98.0	83.67299999999999	4.0	0.0004118830425583573	NZ_CZBD01000003.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0132_000000024546	1415	0.6931425816341609	3	2	2	2	1	True	40757	maximal	True	FIJ0132_000000024546	1.0		80	5	False	False	0.9985865950584412	0					non-mobilizable	other	1332.0	82.65799999999999	94.0	0.0003983019380628489	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	False	True
ISR0834_000000001049	13642	0.6931403829505688	14	11	6	9	9	True	123515	maximal	True	ISR0834_000000001049	1.0		36	8	False	False	1.0	0					non-mobilizable	chromosome	10157.0	98.71	99.0	0.0018576446757775443	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
ISR0346_000000009668	2303	0.6931360791918084	2	2	2	2	1	False	113063	maximal	True	ISR0346_000000009668	1.0		20	5	False	False	1.0	0					non-mobilizable	other	2305.0	98.178	100.0	0.0005573438886782991	CP003939.1	firmicutes	Clostridioides difficile BJ08, complete genome	False	False
ISR0825_000000012351	1925	0.6931355894628101	3	3	3	3	1	False	23625	fragment	False	ISR0825_000000012351	0.9947145877378436		0	0	False	False	0.9932467341423035	0					non-mobilizable	no_good_hit	792.0	72.348	40.0	0.003359389580683944	NZ_FUXZ01000005.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
MON0107_000000021363	2738	0.6931343894724996	5	5	3	5	5	False	68382	fragment	False	DEN0094_000000011025	0.47243377483443705		0	0	False	False	0.9850255846977234	0					non-mobilizable	no_good_hit								True	False
USA0046_01_000000004751	2335	0.6931298929127834	4	3	3	3	3	False	30596	maximal	True	USA0046_01_000000004751	1.0		141	8	False	False	0.9995717406272888	0					non-mobilizable	other	2335.0	99.7	100.0	0.0126756203396458	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0111_000000005969	2904	0.6931270373698205	3	3	3	3	3	False	101960	fragment	False	ISR0111_000000005969	1.0		0	0	False	False	0.9855371713638306	0					non-mobilizable	no_good_hit	753.0	77.42399999999999	26.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
MAD0039_000000006170	2284	0.6931248161601985	4	2	1	2	1	False	18486	maximal	True	MAD0039_000000006170	1.0		1	1	False	False	0.9947460889816284	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000029298	1261	0.6931230147972951	2	2	2	2	2	False	21396	maximal	True	ISR0816_000000029298	1.0		29	7	False	False	0.9984139800071716	0					non-mobilizable	chromosome	1156.0	79.758	91.0	0.00020134117951667874	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	False	False
MAD0108_000000008880	1936	0.6931156807010691	2	2	2	2	2	False	85278	maximal	True	MAD0108_000000008880	0.9530075187969924		1	1	False	False	1.0	0					non-mobilizable	other	1959.0	86.473	99.0	0.025347983447273858	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
USA0066_01_000000004839	4146	0.6931149082266159	6	3	3	2	3	False	33524	maximal	True	USA0066_01_000000004839	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	83.762	39.0	0.0003663727663090634	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0813_000000001767	14411	0.6931139525630232	17	16	10	12	8	True	128689	maximal	True	ISR0813_000000001767	1.0	PS1045|PS658	4	4	False	True	0.9997918009757996	0					non-mobilizable	no_good_hit	2327.0	85.51799999999999	59.0	0.0031733466369259903	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
MON0037_000000057187	1334	0.6931107372205652	4	3	2	3	1	True	12054	maximal	True	MON0037_000000057187	1.0		3	1	False	False	0.9377810955047607	0					non-mobilizable	no_good_hit								True	True
ISR0271_000000000024	98061	0.6931065542723511	91	12	5	11	3	True	127415	maximal	False	SPA0046_000000000019	0.923371954546984		0	0	True	True	1.0	38					non-mobilizable	virus	34331.0	97.189	99.0	0.3470229609633292	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
DEN0073_000000005973	6812	0.6931051272525015	5	2	2	2	2	False	78041	maximal	True	DEN0073_000000005973	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	98.148	1.0	1.868748287715307e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
DEN0073_000000031296	1694	0.6930866169051475	2	1	1	1	1	False	89343	fragment	False	DEN0073_000000031296	0.9960462287104623		0	0	False	False	0.9994096755981445	0					non-mobilizable	no_good_hit	568.0	81.514	33.0	0.00016792660985199062	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CAN0006_000000015558	2896	0.693084142670918	3	3	3	3	2	False	95690	maximal	True	CAN0006_000000015558	1.0		4	3	False	False	0.9851519465446472	0					non-mobilizable	no_good_hit	1433.0	100.0	57.0	0.005315594886338327	NZ_DS544188.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_21, whole genome shotgun sequence	True	False
MON0096_000000027739	1376	0.6930794190405221	2	2	2	2	1	False	77251	fragment	False	ISR0246_000000012330	0.6884574642247502		0	0	False	False	0.9876453280448914	0					non-mobilizable	chromosome	1376.0	98.98299999999999	100.0	0.0004851993039948311	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0093_000000015252	1246	0.6930758187366819	3	2	2	2	2	False	43229	maximal	True	FIJ0093_000000015252	1.0		33	8	False	False	0.995184600353241	0					non-mobilizable	other	1129.0	99.823	91.0	0.0002631645254219731	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0156_000000002754	9415	0.6930706960017539	9	8	7	7	7	False	125690	maximal	True	ISR0156_000000002754	1.0		1	1	False	False	0.9996813535690308	0					non-mobilizable	no_good_hit	2916.0	98.93700000000001	65.0	0.019497284426251437	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0054_000000016482	1536	0.6930572372426672	2	2	2	2	2	False	107129	fragment	False	FIJ0054_000000016482	1.0		0	0	False	False	0.9654948115348816	0					non-mobilizable	no_good_hit	48.0	95.833	3.0	1.563075003474444e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0018_000000015557	1913	0.6930565326193054	3	3	3	2	2	False	7799	fragment	False	SPA0018_000000015557	1.0		0	0	False	False	0.9984318017959595	0					non-mobilizable	other	1904.0	97.794	99.0	0.02855370275096087	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0210_000000002151	8420	0.6930474723263602	15	7	6	7	6	False	53760	maximal	True	ENG0210_000000002151	1.0		1	1	False	False	0.9990499019622803	0					non-mobilizable	no_good_hit	590.0	73.898	7.0	0.008354158191433718	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
ENG0033_000000007149	3670	0.6930443657789952	9	6	1	1	5	False	65525	fragment	False	ENG0033_000000007149	1.0		0	0	False	False	0.9997275471687317	0					non-mobilizable	plasmid	3511.0	100.0	96.0	0.09600656455142231	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0194_000000007929	3000	0.6930393957959584	3	2	1	2	1	True	99585	maximal	True	ISR0194_000000007929	1.0		4	3	False	False	0.9906666874885559	0					non-mobilizable	no_good_hit	2109.0	88.85700000000001	70.0	0.0006353476802390216	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
FIJ0040_000000019836	1253	0.6930372372559022	1	1	1	1	1	False	47444	fragment	False	FIJ0040_000000019836	1.0		0	0	False	False	0.9968076348304749	0					non-mobilizable	chromosome	1211.0	94.055	97.0	0.0004831594957412086	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
SPA0059_000000012889	1927	0.6930356867379717	3	3	3	3	3	False	86912	maximal	False	DEN0089_000000008646	0.710040581017102		0	0	False	False	0.9984431862831116	0					non-mobilizable	no_good_hit	289.0	75.087	15.0	0.0001202764494900321	AP019834.1	fusobacteria	Leptotrichia wadei JMUB3933 DNA, complete genome	True	False
ISR0057_000000009390	2326	0.6930267652345051	2	2	2	2	2	False	64843	backbone	True	ISR0057_000000009390	1.0	PS289	11	4	True	True	1.0	9					non-mobilizable	no_good_hit	1238.0	98.14200000000001	79.0	0.0004163669576298656	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0064_000000011969	1763	0.6930208916341406	4	3	3	2	1	True	77283	fragment	False	SPA0064_000000011969	1.0		0	0	False	False	0.9994328022003174	0					non-mobilizable	no_good_hit	1352.0	99.334	77.0	0.3995859213250518	KX128328.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR_16 genomic sequence	True	True
ISR0318_000000003048	1518	0.6930208916341406	3	3	3	2	1	True	77282	fragment	False	ISR0318_000000003048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	99.325	88.0	0.3939662821650399	KX128328.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR_16 genomic sequence	True	True
CHI0183_000000005709	1375	0.6930208916341406	3	3	3	2	1	True	77281	fragment	False	CHI0183_000000005709	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	99.28	91.0	0.3694173321502514	KX128328.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR_16 genomic sequence	False	True
FIJ0150_000000009117	2581	0.6930147077836816	3	2	2	2	1	False	39821	maximal	True	FIJ0150_000000009117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	748.0	77.406	29.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0047_01_000000009950	3535	0.6930125768212969	6	2	1	2	1	False	24246	maximal	True	USA0047_01_000000009950	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0174_000000014187	1435	0.6930111052506136	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.2974216515765733		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.541	99.0	0.0004192901731995885	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0060_000000027539	1525	0.6930102887530365	2	2	1	2	1	False	10880	maximal	True	MON0060_000000027539	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000025909	1294	0.6930036191747188	2	1	1	1	1	False	6704	maximal	True	SPA0046_000000025909	1.0		43	9	False	False	0.9976816177368164	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000010133	2710	0.6929982354095793	4	4	4	3	1	False	79547	maximal	True	ISR0132_000000010133	0.9865313653136532		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	95.149	53.0	0.005044499836063631	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
FIJ0167_000000014302	1463	0.6929883958680377	3	2	2	2	1	True	38955	maximal	True	FIJ0167_000000014302	1.0		1	1	False	False	0.9986329674720764	0					non-mobilizable	no_good_hit	1214.0	99.75299999999999	83.0	0.010827940191921447	CP061391.1	enterobacteria	Klebsiella pneumoniae strain NU-CRE195 plasmid pCRE-195-2, complete sequence	True	True
USA0035_01_000000004555	5575	0.6929836825797446	8	4	3	4	4	True	115100	maximal	True	USA0035_01_000000004555	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	87.51799999999999	34.0	0.00040065354258730197	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
MAD0014_000000004772	5632	0.6929836247271084	6	4	2	4	2	False	19527	maximal	True	MAD0014_000000004772	1.0		1	1	False	False	0.9948508739471436	0					non-mobilizable	no_good_hit	853.0	71.278	15.0	0.0002818233604550797	CP019600.1	bacteria	Brachyspira hyodysenteriae strain BH718 chromosome, complete genome	True	False
DEN0058_000000002904	1234	0.6929790833972446	2	1	1	1	1	False	71979	fragment	False	DEN0058_000000002904	0.9959821428571429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	82.57799999999999	57.0	0.0012700199523020916	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
USA0108_01_000000003910	2971	0.6929725322564708	4	1	1	1	1	False	79649	fragment	False	USA0108_01_000000003910	1.0		0	0	False	False	0.9986536502838135	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.00016700495876262173	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
FIJ0013_000000010391	2647	0.6929725322564708	3	1	1	1	1	False	79648	fragment	False	FIJ0013_000000010391	1.0		0	0	False	False	0.9958443641662598	0					non-mobilizable	no_good_hit	122.0	98.361	5.0	0.0002569307057886488	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ENG0038_000000017611	1487	0.6929725322564708	3	1	1	1	1	False	65041	fragment	False	ENG0038_000000017611	1.0		0	0	False	False	0.9852051138877869	0					non-mobilizable	no_good_hit	123.0	96.74799999999999	8.0	0.0002612128842184596	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ISR0351_000000008150	1793	0.6929706508195511	3	3	3	3	2	False	114362	fragment	False	ISR0351_000000008150	1.0		0	0	False	False	0.9944227337837219	0					non-mobilizable	chromosome	1373.0	84.99600000000001	99.0	0.00043024472256780136	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0204_000000014781	1795	0.6929627509343351	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.9166824080631146		0	0	False	False	0.9938718676567078	0					non-mobilizable	other	1790.0	99.553	99.0	0.010398865366953813	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
MAD0012_000000018888	1583	0.6929580308992717	3	2	1	2	0	True	80844	maximal	True	MAD0012_000000018888	1.0		0	0	False	False	0.9962097406387329	0					non-mobilizable	no_good_hit	246.0	80.89399999999999	15.0	6.480570740115992e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MON0092_000000030341	1832	0.6929548500196087	2	2	2	2	2	False	16229	fragment	False	MON0092_000000030341	1.0		0	0	False	False	0.9688864350318909	0					non-mobilizable	other	1137.0	74.846	97.0	0.023071852340145024	NZ_QFFN01000018.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c18, whole genome shotgun sequence	False	False
SPA0132_000000011387	3496	0.6929538650389201	5	3	0	0	3	False	108279	fragment	False	SPA0132_000000011387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	94.124	60.0	0.09060712308544012	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0045_000000007371	3371	0.6929538650389201	5	3	0	0	3	False	99954	fragment	False	ISR0045_000000007371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	96.40899999999999	50.0	0.06652518914928954	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0040_000000012901	2448	0.6929538650389201	3	3	0	0	3	False	102419	fragment	False	MAD0040_000000012901	0.9499356936395597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1097.0	94.531	86.0	0.10075659715814726	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0103_000000011684	1961	0.6929538650389201	3	3	0	0	3	False	102418	fragment	False	SPA0096_000000022044	0.7256196120689655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	96.301	88.0	0.06707879682598265	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0026_000000006125	4803	0.6929514715247362	6	6	5	5	4	False	130509	fragment	False	ISR0203_000000002513	0.07138346640627767		0	0	False	False	0.9993754029273987	0					non-mobilizable	other	3056.0	98.986	100.0	0.017445714285714287	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0010_000000029612	1563	0.6929444811872582	2	2	2	2	2	False	86743	maximal	True	DEN0010_000000029612	1.0		88	6	False	False	0.9948816299438477	0					non-mobilizable	no_good_hit	85.0	83.529	5.0	0.03253968253968254	NZ_SETF01000036.1	firmicutes	Sporanaerobacter acetigenes strain F-12 NODE_36_length_2520_cov_922.866, whole genome shotgun sequence	True	False
CHI0112_000000008408	2133	0.6929345447070551	3	3	2	3	2	False	82424	maximal	True	CHI0112_000000008408	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2110.0	92.275	100.0	0.06108882185843559	NZ_UGGU01000002.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	False	False
ISR0083_000000003777	5749	0.6929321320815509	9	5	3	3	4	True	64058	maximal	True	ISR0083_000000003777	1.0		3	2	False	False	0.9989563226699829	0					non-mobilizable	no_good_hit	960.0	69.896	16.0	0.00039570840817489974	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0107_000000024890	1334	0.6929310602576846	1	1	1	1	1	False	4709	fragment	False	SPA0107_000000024890	1.0		0	0	False	False	0.9925037622451782	0					non-mobilizable	other	1223.0	75.961	91.0	0.009488024022702083	NZ_QJKH01000012.1	firmicutes	Dielma fastidiosa strain JC118 Ga0244565_112, whole genome shotgun sequence	False	False
DEN0017_000000012607	2359	0.6929301817867782	3	2	2	2	2	False	87680	fragment	False	DEN0017_000000012607	1.0		0	0	False	False	0.9991521835327148	0					non-mobilizable	other	2349.0	99.53200000000001	99.0	0.0009566605863579711	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0271_000000011548	1599	0.6929214544942413	3	2	1	2	1	False	26409	fragment	False	ISR0271_000000011548	1.0		0	0	False	False	0.9962476491928101	0					non-mobilizable	no_good_hit	75.0	100.0	5.0	0.0006341154090044388	NZ_LNAM01000164.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf4, whole genome shotgun sequence	True	False
FIJ0032_000000028862	1302	0.6929161957896001	2	1	1	1	1	False	48365	fragment	False	FIJ0032_000000028862	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1198.0	78.548	92.0	0.00503933551676402	LR756491.1	viruses	uncultured phage genome assembly, chromosome: 1	False	False
ISR0196_000000019309	1168	0.6929145771633256	2	1	1	1	1	False	32438	fragment	False	ISR0115_000000030304	0.9699341021416804		0	0	False	False	0.9905821681022644	0					non-mobilizable	no_good_hit	174.0	78.161	14.0	0.017011062408682946	NZ_JAAITI010000063.1	firmicutes	Blautia luti strain MSK.16.34 NODE_63_length_9582_cov_201.122, whole genome shotgun sequence	True	False
SPA0016_000000004489	6917	0.6929010961484345	7	7	6	6	5	False	104499	fragment	False	DEN0045_000000004185	0.5420909124895189		0	0	False	False	1.0	0					non-mobilizable	other	6651.0	99.729	96.0	0.047032276775293376	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0065_000000011444	1659	0.6928988825040971	2	2	2	2	2	False	125862	fragment	False	FIJ0065_000000011444	0.9756184222013565		0	0	False	False	1.0	0					non-mobilizable	other	1662.0	97.89399999999999	100.0	0.0005164231907611269	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0068_000000004299	2720	0.6928963394450451	3	3	3	3	2	False	82142	maximal	True	SPA0068_000000004299	1.0		9	3	False	False	0.991911768913269	0					non-mobilizable	no_good_hit	1123.0	81.3	56.0	0.00033398966770286785	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0114_000000004649	7279	0.6928950231284431	7	4	3	4	2	False	50132	maximal	True	FIJ0114_000000004649	1.0		47	3	False	False	1.0	0					non-mobilizable	no_good_hit	1835.0	80.054	25.0	0.0005179667033595304	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0087_000000023678	2139	0.692892302334158	3	3	3	3	2	False	93430	maximal	True	MON0087_000000023678	0.9775336994508237		10	8	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	87.5	2.0	0.00022103164115993561	NZ_SAVB01000004.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold4_1, whole genome shotgun sequence	True	False
ENG0141_000000015973	1675	0.6928877313181329	2	1	1	1	1	False	57729	maximal	True	ENG0141_000000015973	1.0		39	6	False	False	0.9970149397850037	0					non-mobilizable	no_good_hit	81.0	85.185	5.0	1.585567916886969e-05	NZ_CP017080.1	firmicutes	Peribacillus muralis strain G25-68 chromosome, complete genome	True	False
ISR0208_000000013864	1980	0.6928863128999083	3	2	2	1	1	False	28515	maximal	True	ISR0208_000000013864	1.0		0	0	False	False	0.9691919088363647	0					non-mobilizable	no_good_hit								True	False
DEN0024_000000006369	1514	0.6928863128999083	2	2	2	1	1	False	74312	fragment	False	DEN0024_000000006369	0.9776410453620471		0	0	False	False	0.998678982257843	0					non-mobilizable	no_good_hit								True	False
ITA0006_000000015738	1465	0.6928863128999083	2	2	2	1	1	False	74312	fragment	False	DEN0024_000000006369	0.9637514651980577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000031992	1420	0.6928863128999083	2	2	2	1	1	False	74312	fragment	False	DEN0024_000000006369	0.9477444496042248		0	0	False	False	0.9978873133659363	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000000926	22879	0.6928859761180554	32	8	4	4	7	False	157	maximal	True	USA0125_01_000000000926	1.0		1	1	False	False	0.9998251795768738	0					non-mobilizable	no_good_hit	290.0	76.207	1.0	8.03751439586276e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0096_000000039145	1113	0.6928819094798947	1	1	1	1	1	False	47530	fragment	False	FIJ0039_000000020239	0.9672161646766467		0	0	False	False	0.9991015195846558	0					non-mobilizable	other	1114.0	99.461	100.0	0.008949319353204628	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0399_000000006870	2279	0.6928734010664581	3	2	0	2	1	True	79868	fragment	False	CHI0144_000000006506	0.9530115335326783		0	0	False	False	0.9982448220252991	0					non-mobilizable	no_good_hit	436.0	87.844	19.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0107_000000025311	2343	0.6928725784432269	3	2	1	1	2	False	93133	maximal	False	ISR0176_000000013568	0.6186438203977649		0	0	False	False	0.9957319498062134	0					non-mobilizable	no_good_hit	2068.0	81.625	86.0	0.0006327739578362242	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0078_000000019960	2237	0.6928725784432269	2	2	1	1	2	False	110265	maximal	False	FIJ0108_000000008066	0.6573060058629189		0	0	False	False	0.9870362281799316	0					non-mobilizable	other	2150.0	96.419	99.0	0.0006676169682972158	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0066_01_000000009390	2210	0.6928725784432269	2	2	1	1	2	False	110265	maximal	False	FIJ0108_000000008066	0.6558984557118517		0	0	False	False	1.0	0					non-mobilizable	other	2157.0	96.245	98.0	0.0006704168530664027	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0008_000000016967	1524	0.6928690332517681	4	2	2	2	1	False	67401	fragment	False	ENG0008_000000016967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000003081	9739	0.6928596537794453	16	3	2	3	2	False	73746	maximal	True	FIJ0006_000000003081	0.9582321258844652		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	1.936905428263275e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0812_000000013175	2997	0.6928589110498721	3	2	2	2	1	False	74728	maximal	True	ISR0812_000000013175	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	75.535	52.0	0.0004654776706743985	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
DEN0035_000000001626	13618	0.6928566817978068	9	8	4	8	4	True	73521	maximal	True	DEN0035_000000001626	1.0		1	1	False	False	0.9999265670776367	0					non-mobilizable	no_good_hit	38.0	97.368	0.0	9.926303900500876e-05	NZ_FCNY02000010.1	b-proteobacteria	Caballeronia cordobensis isolate LMG 27620, whole genome shotgun sequence	True	True
SPA0066_000000005913	2385	0.6928500693542505	4	3	2	3	2	False	6076	maximal	True	SPA0066_000000005913	1.0		22	5	False	False	0.9958071112632751	0					non-mobilizable	no_good_hit	988.0	98.178	82.0	0.002935289796670959	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
TAN0016_000000005292	2138	0.6928500657096428	3	3	1	3	2	False	2516	fragment	False	TAN0016_000000005292	1.0		0	0	False	False	0.999064564704895	0					non-mobilizable	other	2138.0	97.848	100.0	0.016849857284783876	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	False	False
ISR0243_000000002684	3687	0.6928460902466574	4	4	4	4	2	True	102799	fragment	False	ISR0243_000000002684	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1970.0	99.391	100.0	0.007034831167624771	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
CHI0086_000000002199	2412	0.6928440162887948	4	4	4	3	3	False	84059	maximal	True	CHI0086_000000002199	1.0		89	9	False	False	0.9995853900909424	0					non-mobilizable	no_good_hit	224.0	98.661	9.0	0.0023033585457714694	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
ISR0256_000000001771	9155	0.6928426765015684	8	4	3	3	1	True	36200	fragment	False	ISR0203_000000002059	0.9810725552050474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	9.452452772487802e-05	NZ_NIDK01000006.1	CFB group bacteria	Polaribacter haliotis strain RA4-7 contig6, whole genome shotgun sequence	True	True
ISR0221_000000013246	1699	0.6928390982094741	3	3	2	3	2	False	59561	maximal	True	ISR0221_000000013246	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0124_000000005224	3100	0.6928366540312351	4	3	3	3	0	True	84994	maximal	True	ISR0124_000000005224	1.0		45	4	False	False	1.0	0					non-mobilizable	no_good_hit	1856.0	92.88799999999999	79.0	0.0003446786327722752	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
FIJ0128_000000020850	1273	0.692830724982508	2	2	2	1	1	False	40983	fragment	False	FIJ0128_000000020850	1.0		0	0	False	False	0.9952867031097412	0					non-mobilizable	no_good_hit	647.0	74.652	51.0	0.00019394891433782406	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0119_000000005578	2048	0.6928242664936378	4	2	2	2	2	False	81935	fragment	False	CHI0119_000000005578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	78.024	61.0	0.013552926890091185	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
MON0040_000000004386	5659	0.6928235540432959	6	6	6	5	4	False	119339	maximal	True	MON0040_000000004386	1.0		5	1	False	False	1.0	0					non-mobilizable	chromosome	2795.0	99.89299999999999	92.0	0.0003943638434129946	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0100_000000016135	2673	0.6928151948241229	3	3	3	3	3	False	9124	maximal	True	MON0100_000000016135	1.0		2	1	False	False	0.9970071315765381	0					non-mobilizable	no_good_hit	1645.0	79.149	61.0	0.003925167564216807	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0011_000000012641	3311	0.6928150475536164	4	3	2	3	3	False	75748	maximal	True	DEN0011_000000012641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	77.665	24.0	0.0006396856027273569	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
CHI0124_000000005979	2557	0.6928135107789625	4	4	4	4	3	False	120966	fragment	False	ISR0265_000000005719	0.9546934460718536		0	0	False	False	1.0	0					non-mobilizable	other	2557.0	100.0	100.0	0.026611971222422356	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0116_000000007624	4899	0.6928106928465857	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9433835937497653	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	456					non-mobilizable	no_good_hit	2720.0	96.618	57.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ITA0002_000000001460	4823	0.6928106928465857	8	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.9469700036620134	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9995853304862976	102					non-mobilizable	no_good_hit	2720.0	96.838	58.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0827_000000002209	4584	0.6928106928465857	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.912090271570869	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	2720.0	96.581	59.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
USA0019_01_000000006742	4313	0.6928106928465857	7	5	1	3	3	False	130029	backbone	False	ISR0080_000000005952	0.44367726260888274	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2720.0	96.875	65.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
MON0051_000000007262	4405	0.6928085598650972	5	3	2	3	1	False	11279	maximal	True	MON0051_000000007262	1.0		1	1	False	False	0.9943246245384216	0					non-mobilizable	no_good_hit	722.0	99.307	16.0	0.0006157845830087867	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	True	False
ENG0164_000000003870	4568	0.6928084733280231	7	4	2	3	2	True	130610	fragment	False	ENG0211_000000006824	0.7467752873862628		0	0	False	False	1.0	0		MOBV			mobilizable	other	3404.0	93.39	97.0	0.5577270487764822	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0011_01_000000010042	3770	0.6928084733280231	6	4	2	3	2	True	127536	fragment	False	ENG0124_000000008297	0.9864181963062401		0	0	False	False	0.9997347593307495	0		MOBV			mobilizable	other	3518.0	99.943	99.0	0.5775989489242898	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0025_000000008888	3769	0.6928084733280231	6	4	2	3	2	True	127536	fragment	False	ENG0124_000000008297	0.9864327582903689		0	0	False	False	0.9997346997261047	0		MOBV			mobilizable	other	3518.0	99.943	99.0	0.5775989489242898	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0124_000000008297	3718	0.6928084733280231	6	4	2	3	2	True	127536	fragment	False	ENG0124_000000008297	0.992885135434006		0	0	False	False	0.9991931319236755	0		MOBV			mobilizable	other	3718.0	99.89200000000001	100.0	0.610445064871079	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0060_000000007549	3708	0.6928084733280231	6	4	2	3	2	True	127536	fragment	False	ENG0124_000000008297	0.9919109209911279		0	0	False	False	1.0	0		MOBV			mobilizable	other	3708.0	99.919	100.0	0.6088027590737395	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0157_000000008008	3692	0.6928084733280231	6	4	2	3	2	True	127536	fragment	False	ENG0124_000000008297	0.9911295017179711		0	0	False	False	0.9994583129882812	0		MOBV			mobilizable	other	3692.0	99.946	100.0	0.6061750697979964	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0166_000000004764	3676	0.6928084733280231	6	4	2	3	2	True	127536	fragment	False	ENG0124_000000008297	0.9888119263259069		0	0	False	False	0.9945592880249023	0		MOBV			mobilizable	other	3676.0	99.973	100.0	0.6035473805222532	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0187_000000007780	3467	0.6928084733280231	5	4	2	3	2	True	127536	fragment	False	ENG0124_000000008297	0.1502675561447738		0	0	False	False	1.0	0		MOBV			mobilizable	other	1399.0	95.99700000000001	97.0	0.22959435046805715	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0155_000000012819	1542	0.6928048690959828	2	2	2	2	2	False	117974	fragment	False	ISR0155_000000012819	0.9778350711310435		0	0	False	False	1.0	0					non-mobilizable	chromosome	1455.0	99.863	100.0	0.00040465278342114726	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
AST0101_000000005077	1475	0.6928048690959828	2	2	2	2	2	False	117974	fragment	False	ISR0155_000000012819	0.97291800260856		0	0	False	False	1.0	0					non-mobilizable	chromosome	1456.0	99.863	99.0	0.0004049310865734314	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
CHI0126_000000008996	1686	0.6928028620130171	2	2	2	2	1	False	81465	fragment	False	MON0102_000000024840	0.9230769230769231		0	0	False	False	0.9958481788635254	0					non-mobilizable	chromosome	1698.0	81.095	100.0	0.0005424617319517051	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0069_000000001283	17688	0.6927980811718388	23	8	2	6	2	False	106860	maximal	False	SPA0057_000000001179	0.365823771713926		0	0	False	False	0.9960424900054932	0					non-mobilizable	no_good_hit	54.0	94.444	0.0	0.0002044658426307424	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0156_000000007889	1158	0.6927971818934994	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17573071628485484		0	0	False	False	0.9965457916259766	0					non-mobilizable	chromosome	1158.0	97.323	100.0	0.00038943942601273604	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0046_000000019685	1779	0.6927969194943322	3	2	2	2	2	True	36163	maximal	True	ISR0046_000000019685	1.0		5	2	False	False	0.9870713949203491	0					non-mobilizable	no_good_hit	241.0	76.34899999999999	13.0	0.0008237807347007163	NZ_NPIA01000005.1	firmicutes	Lottiidibacillus patelloidae strain SA5d-4 NODE_5_length_286484_cov_168.711, whole genome shotgun sequence	True	True
ISR0009_000000000017	107140	0.6927934648962861	145	36	19	32	24	False	122959	maximal	True	ISR0009_000000000017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	70.921	1.0	0.00015139856296281492	CP027781.1	firmicutes	Clostridium botulinum strain MAP 5 chromosome, complete genome	True	False
CAN0006_000000021035	2155	0.6927906237634321	4	2	2	2	2	True	95640	fragment	False	CAN0006_000000021035	1.0		0	0	False	False	0.9995359778404236	0					non-mobilizable	no_good_hit	396.0	80.808	18.0	0.00012306433993021306	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ISR0256_000000002890	6018	0.6927802884962413	7	6	5	5	4	False	115225	maximal	True	ISR0256_000000002890	1.0		3	3	False	False	0.9998338222503662	0					non-mobilizable	no_good_hit	2494.0	99.15799999999999	41.0	0.019290589163842332	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0006_000000001655	10000	0.6927793536503355	13	7	3	7	4	True	91613	fragment	False	ISR0006_000000001655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4595.0	95.29899999999999	84.0	0.0458047261695673	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
FIJ0074_000000019085	1572	0.6927633836976743	2	2	2	2	2	False	44628	maximal	True	FIJ0074_000000019085	1.0		222	13	False	False	0.9987277388572693	0					non-mobilizable	other	1064.0	97.65	100.0	0.00031780412313443443	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0002_000000027463	1367	0.6927544786144135	2	2	2	2	2	False	131319	fragment	False	AST0002_000000027463	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	87.125	100.0	0.0003635404582472719	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0177_000000013431	2204	0.6927542170528788	2	2	2	2	2	False	72513	fragment	False	ISR0177_000000013431	0.9655977429731584		0	0	False	False	0.9954627752304077	0					non-mobilizable	no_good_hit	50.0	90.0	2.0	6.854003843277747e-06	CP032869.1	CFB group bacteria	Mucilaginibacter sp. HYN0043 chromosome, complete genome	True	False
AST0047_000000011286	1962	0.6927541696657904	2	2	2	2	2	False	115326	fragment	False	AST0047_000000011286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	99.704	57.0	0.00022720104801953053	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0089_000000013023	1589	0.6927540622525907	1	1	1	1	1	False	61287	fragment	False	ENG0089_000000013023	0.9738237243207422		0	0	False	False	0.9949653744697571	0					non-mobilizable	other	1602.0	98.564	100.0	0.0008444270976180932	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0139_000000013284	1605	0.6927490682440021	3	3	3	3	1	False	57848	maximal	True	ENG0139_000000013284	1.0		3	1	False	False	0.9607476592063904	0					non-mobilizable	no_good_hit	110.0	81.818	7.0	2.1231444177123322e-05	NZ_LAXD01000001.1	high GC Gram+	Streptomyces thermoautotrophicus strain H1 H1_chromosome, whole genome shotgun sequence	True	False
CAN0017_000000016267	2184	0.6927387600227319	3	2	2	2	2	False	94073	maximal	True	CAN0017_000000016267	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0854_000000001246	5413	0.6927372415308359	5	5	4	3	2	False	62928	maximal	True	ISR0854_000000001246	1.0		44	8	False	False	1.0	0					non-mobilizable	no_good_hit	2518.0	75.417	59.0	0.01949461891874882	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
ENG0090_000000000605	22073	0.6927345419043818	17	7	4	7	1	True	61269	fragment	False	ENG0090_000000000605	0.9983747044917258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.889787804941655e-06	NC_015844.1	CFB group bacteria	Zobellia galactanivorans, complete genome	True	True
SPA0136_000000001273	20304	0.6927345419043818	15	7	4	7	1	True	61269	fragment	False	ENG0090_000000000605	0.9584333801476917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	98.413	0.0	0.04060248853962017	NZ_QSOD01000017.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf17, whole genome shotgun sequence	True	True
ENG0112_000000006722	4035	0.6927291219593742	5	4	2	3	3	True	64001	fragment	False	ENG0124_000000007183	0.7093658887393264		0	0	False	False	0.9957868456840515	0					non-mobilizable	no_good_hit	678.0	78.90899999999999	41.0	0.0741702415895236	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
MAD0053_000000008890	1229	0.6927189489340714	2	2	2	2	2	False	87338	fragment	False	FIJ0006_000000026879	0.5175924198550266		0	0	False	False	0.9943042993545532	0					non-mobilizable	other	1235.0	90.68799999999999	100.0	0.0057586683604842325	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0085_000000009265	1440	0.6927116392336152	2	2	2	2	1	False	5537	fragment	False	SPA0085_000000009265	1.0		0	0	False	False	0.9937499761581421	0					non-mobilizable	other	1440.0	99.861	100.0	0.012472588907283333	NZ_NFHM01000007.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_7, whole genome shotgun sequence	False	False
ISR0301_000000003805	4187	0.6927101794928474	6	3	2	3	3	False	125898	fragment	False	AST0089_000000003509	0.6150826990743564		0	0	False	False	0.99355149269104	0					non-mobilizable	other	3199.0	95.28	99.0	0.06370050568647438	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
CHI0051_000000003916	4318	0.6927094138012475	7	6	6	4	2	True	131061	maximal	True	CHI0051_000000003916	1.0		9	7	False	False	0.9981473088264465	0					non-mobilizable	no_good_hit	760.0	96.84200000000001	51.0	0.00022852036525924417	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CAN0014_000000001538	21573	0.6927091674390558	28	19	8	10	17	True	123866	fragment	False	CAN0014_000000001538	1.0		0	0	False	False	0.9999536275863647	0					non-mobilizable	other	15981.0	97.109	100.0	0.3727453039318633	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
FIJ0085_000000015769	1973	0.6927068294970647	3	3	3	3	3	False	43940	maximal	True	FIJ0085_000000015769	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1973.0	100.0	100.0	0.00040560424954780885	CP053702.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain CMCST_CEPR_1 chromosome, complete genome	False	False
SPA0107_000000029267	1134	0.6926945042403801	1	1	1	1	1	False	4702	fragment	False	SPA0107_000000029267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	4.128934641628452e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
DEN0070_000000020404	1666	0.6926931207111632	4	3	3	3	2	False	104631	fragment	False	DEN0070_000000020404	0.8182098808333673		0	0	False	False	0.9981992840766907	0					non-mobilizable	other	1666.0	100.0	100.0	0.0036698420535245914	NZ_WBKJ01000002.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000002, whole genome shotgun sequence	False	False
FIJ0154_000000014876	2488	0.6926925510217041	3	3	3	2	2	False	124356	maximal	True	FIJ0154_000000014876	1.0		0	0	False	False	0.9979903697967529	0					non-mobilizable	no_good_hit	1297.0	99.537	52.0	0.032439738679882854	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0028_000000006163	3873	0.6926890278462258	5	4	4	4	3	False	72235	fragment	False	FIJ0043_000000006308	0.9391244537245571		0	0	False	False	0.999483585357666	0					non-mobilizable	no_good_hit	1468.0	75.0	37.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0040_000000004403	6068	0.6926765306646117	6	6	6	5	5	False	129618	maximal	True	ISR0040_000000004403	1.0	PS1061	1	1	False	True	0.9976928234100342	0					non-mobilizable	chromosome	4287.0	96.524	100.0	0.0011450925828657918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0781_000000003582	6469	0.6926657034213819	7	5	2	4	2	True	78332	fragment	False	ISR0781_000000003582	1.0		0	0	False	False	0.9998454451560974	0					non-mobilizable	no_good_hit								True	True
ISR0090_000000018365	1652	0.6926651108310473	2	2	2	2	1	False	43614	fragment	False	ISR0090_000000018365	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	99.544	93.0	0.018553907931977066	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	False	False
ENG0158_000000011681	1613	0.6926648346302675	2	2	2	2	1	False	56569	maximal	True	ENG0158_000000011681	1.0		99	11	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	81.818	4.0	0.0003213240528355612	NZ_FCOQ01000038.1	firmicutes	Paenibacillus phocaensis strain mt24, whole genome shotgun sequence	True	False
SPA0015_000000002872	5492	0.6926621154120667	5	4	2	3	2	False	20403	fragment	False	SPA0015_000000002872	1.0		0	0	False	False	0.9992716908454895	0					non-mobilizable	no_good_hit	81.0	92.59299999999999	3.0	0.0024199159079221996	NZ_VJZV01000040.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold40_1, whole genome shotgun sequence	True	False
ENG0164_000000002936	5909	0.6926597413838615	10	5	3	4	4	False	119718	maximal	True	ENG0164_000000002936	1.0		5	3	False	False	0.9994922876358032	0					non-mobilizable	no_good_hit	2850.0	100.0	48.0	0.00043834586211660893	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0062_000000027911	1386	0.6926487579679669	3	2	2	2	1	True	35314	maximal	True	ISR0062_000000027911	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	83.713	85.0	0.00045779431744344027	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
ISR0317_000000007585	2512	0.6926439991272744	2	2	2	2	2	False	132023	fragment	False	DEN0005_000000011402	0.6052206364950037		0	0	False	False	0.9940286874771118	0					non-mobilizable	no_good_hit	1158.0	79.706	46.0	0.003718070466287885	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0028_000000006848	3549	0.6926421234866932	3	3	3	3	3	False	42554	maximal	True	MON0028_000000006848	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	77.67	26.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0019_000000014818	4213	0.6926355298419254	5	3	2	3	0	False	13221	maximal	True	MON0019_000000014818	1.0		6	4	False	False	0.990980327129364	0					non-mobilizable	no_good_hit	3490.0	99.943	83.0	0.003828176431863068	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0042_000000025251	1311	0.6926318820126124	3	2	2	2	1	False	36337	maximal	True	ISR0042_000000025251	1.0		25	7	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit	814.0	98.15700000000001	62.0	0.00019620856511928176	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0037_000000002383	7642	0.6926298364316393	9	5	4	5	3	True	36723	maximal	True	ISR0037_000000002383	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0169_000000002979	4683	0.692624763563049	6	4	4	4	2	False	78051	maximal	True	CHI0169_000000002979	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1724.0	73.492	47.0	0.0007917871271885287	CP024729.1	CFB group bacteria	Prevotella intermedia strain KCOM 1933 chromosome 1, complete sequence	True	False
MAD0110_000000021879	1165	0.6926172954569233	2	2	2	2	2	False	34268	fragment	False	MAD0110_000000021879	0.9748827561567057		0	0	False	False	0.9785407781600952	0					non-mobilizable	no_good_hit	1080.0	73.704	89.0	0.0013136129825228578	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
TAN0003_000000001604	4102	0.6926151036029089	5	5	5	4	3	True	102947	fragment	False	TAN0003_000000001604	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0002_000000011652	3049	0.6926148044352866	4	3	3	3	3	False	87121	maximal	True	TAN0002_000000011652	1.0		123	11	False	False	1.0	0					non-mobilizable	chromosome	3049.0	98.95	100.0	0.0008130755784160445	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0312_000000011942	1533	0.6926111969020957	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9143684032300894		0	0	False	False	0.9993476867675781	0					non-mobilizable	chromosome	1533.0	99.152	100.0	0.00040867184584428485	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0099_000000001461	13053	0.6926106095326147	20	8	7	7	5	True	17692	maximal	True	MAD0099_000000001461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	92.912	7.0	0.015686678337280748	NZ_QRYH01000016.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf16, whole genome shotgun sequence	True	True
ISR0247_000000006108	2215	0.6926097979344213	3	3	3	3	3	False	76660	maximal	True	ISR0247_000000006108	1.0		187	10	False	False	0.9738149046897888	0					non-mobilizable	other	2181.0	99.90799999999999	98.0	0.0009054855811805206	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
SPA0023_000000022655	1263	0.6926074713192455	2	1	1	1	1	True	7599	fragment	False	SPA0023_000000022655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	98.305	5.0	1.717767790373096e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
CHI0124_000000002842	5672	0.6926061170193891	7	5	5	5	4	False	81690	maximal	True	CHI0124_000000002842	1.0		46	9	False	False	1.0	0					non-mobilizable	no_good_hit	2338.0	91.831	41.0	0.00914892282605287	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ENG0182_000000009772	2884	0.6926052258054954	3	3	3	3	3	False	110358	fragment	False	ENG0102_000000008852	0.9660745734843772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	99.35	61.0	0.030949722715376028	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0170_000000015871	2882	0.6926052258054954	3	3	3	3	3	False	110358	fragment	False	ENG0102_000000008852	0.9538185073591781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	99.35	61.0	0.030949722715376028	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0076_000000005705	2789	0.6926013450198923	4	4	4	4	2	False	102936	fragment	False	FIJ0076_000000005705	0.9969806830696859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	81.41199999999999	43.0	0.0193724790567794	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0044_000000013053	3575	0.6926004182453529	3	3	3	3	3	False	14051	fragment	False	MON0100_000000010804	0.9540966106218307		0	0	False	False	0.9991608262062073	0					non-mobilizable	no_good_hit	1213.0	88.376	34.0	0.05621425582368531	NZ_JNJN01000051.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00049.49_C, whole genome shotgun sequence	True	False
SPA0059_000000010321	2489	0.6925962782234667	3	2	2	2	2	False	68169	fragment	False	SPA0059_000000010321	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2488.0	99.87899999999999	99.0	0.000692347844242614	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0043_000000005230	4173	0.6925953016455366	6	5	4	4	3	True	36318	maximal	True	ISR0043_000000005230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2062.0	98.206	64.0	0.3283938814531549	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	True	True
SPA0001_000000006369	5189	0.6925943968420489	6	4	3	4	1	False	101501	fragment	False	SPA0001_000000006369	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2270.0	98.943	100.0	0.0667078625235405	NZ_CAEUHO010000007.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
CHI0079_000000005320	1210	0.6925905020539949	2	2	2	2	1	False	84364	maximal	True	CHI0079_000000005320	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	88.706	43.0	0.00017815299514201813	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
DEN0062_000000014626	1466	0.6925806597862688	3	3	2	2	1	False	81907	fragment	False	ISR0343_000000012866	0.9852696301045396		0	0	False	False	1.0	0					non-mobilizable	other	731.0	98.76899999999999	100.0	0.0002182393703226146	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0157_000000010631	2364	0.6925765632380206	3	2	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.20662267696061898		0	0	False	False	1.0	0					non-mobilizable	other	2370.0	91.646	100.0	0.0006288770884614228	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0381_000000004850	3285	0.6925703151370589	4	3	0	2	1	True	74793	maximal	True	ISR0381_000000004850	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	3.0	2.678438233180086e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	True
DEN0033_000000011310	2070	0.6925697294048749	3	3	3	3	3	False	100788	fragment	False	ISR0175_000000010194	0.6443594315024668		0	0	False	False	0.9956521987915039	0					non-mobilizable	other	2052.0	96.15	99.0	0.000569560846649005	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0005_000000028063	1380	0.6925695145178441	2	2	2	1	1	False	76451	fragment	False	ISR0288_000000018817	0.7223183066933067		0	0	False	False	1.0	0					non-mobilizable	chromosome	1380.0	98.62299999999999	100.0	0.00019464128134091612	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0149_000000004426	3370	0.6925692181323182	3	3	2	3	1	True	101546	fragment	False	CHI0149_000000004426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2429.0	85.056	72.0	0.0007015133265790935	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ETH0005_000000011501	4196	0.6925676747202136	3	2	2	2	2	False	52787	fragment	False	FIJ0130_000000005116	0.9770594579127854		0	0	False	False	0.999761700630188	0					non-mobilizable	no_good_hit	272.0	74.265	6.0	0.0008114287782718076	NZ_FNQG01000003.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
AST0005_000000002709	10069	0.6925461059525456	18	4	2	3	2	False	128774	maximal	True	AST0005_000000002709	1.0		5	2	False	False	0.9987089037895203	0					non-mobilizable	no_good_hit	347.0	84.15	3.0	0.07064881565396498	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
FIJ0051_000000007837	2762	0.6925407801051945	4	3	2	2	2	False	69883	fragment	False	FIJ0051_000000007837	1.0		0	0	False	False	0.9985517859458923	0					non-mobilizable	other	1437.0	99.791	100.0	0.023542527378844515	NZ_GG663525.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld21, whole genome shotgun sequence	False	False
ISR0280_000000000369	12291	0.6925373157591685	15	15	5	8	14	True	123593	maximal	True	ISR0280_000000000369	1.0	PS902	22	4	False	True	0.9992677569389343	0	rep_cluster_1702				non-mobilizable	no_good_hit	3873.0	99.92299999999999	69.0	0.00424731182795699	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0310_000000013432	1345	0.6925224147475597	1	1	1	1	1	False	25664	fragment	False	ISR0310_000000013432	1.0		0	0	False	False	0.9754647016525269	0					non-mobilizable	chromosome	1331.0	81.292	98.0	0.00043020937399806714	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MAD0047_000000038898	1237	0.6925193213914421	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.6798050211850523		0	0	False	False	1.0	0					non-mobilizable	chromosome	1249.0	87.83	99.0	0.00033157904985929896	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0825_000000006618	3433	0.6925180360438524	4	3	2	2	0	False	26458	maximal	True	ISR0825_000000006618	1.0		2	1	False	False	0.9941741824150085	0					non-mobilizable	no_good_hit	584.0	92.295	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	False
AST0140_000000020631	1403	0.6925104957992532	3	3	2	2	1	False	114327	fragment	False	AST0140_000000020631	1.0		0	0	False	False	0.963649332523346	0					non-mobilizable	other	1384.0	96.676	99.0	0.0016258614244097876	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0052_000000038528	1232	0.6925104940062236	2	1	1	1	1	False	72179	fragment	False	DEN0052_000000038528	0.9959677419354839		0	0	False	False	0.9886363744735718	0					non-mobilizable	no_good_hit	114.0	83.333	9.0	3.7972795204578436e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	False
ISR0400_000000000172	41817	0.6925095768123382	38	26	16	23	12	True	119539	fragment	False	ISR0046_000000000133	0.8374103253300441		0	0	False	False	0.9996652007102966	0					non-mobilizable	no_good_hit	14216.0	97.98100000000001	72.0	0.07897328059547055	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ENG0141_000000002711	9182	0.6925068725583106	10	5	5	2	2	False	129842	maximal	True	ENG0141_000000002711	1.0		1	1	False	False	0.9998911023139954	0					non-mobilizable	no_good_hit	1211.0	75.557	13.0	0.004364026133115558	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
FIJ0167_000000018207	1186	0.6925054095552592	1	1	1	1	1	False	38941	fragment	False	FIJ0167_000000018207	1.0		0	0	False	False	0.9898819327354431	0					non-mobilizable	no_good_hit								True	False
FIJ0028_000000003637	7992	0.6925041366524362	5	4	2	2	1	True	90725	maximal	True	FIJ0028_000000003637	1.0		2	2	False	False	0.9942442178726196	0		MOBV			mobilizable	no_good_hit	5612.0	96.41799999999999	80.0	0.001695207907906001	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	True
MON0013_000000043762	1299	0.6924983443531999	2	2	2	2	2	False	71786	fragment	False	MON0013_000000043762	0.99422462339089		0	0	False	False	0.9969207048416138	0					non-mobilizable	no_good_hit	244.0	77.04899999999999	19.0	5.87064905406721e-05	CP031694.1	firmicutes	Bacillus velezensis strain SRCM101368 chromosome, complete genome	True	False
CHI0182_000000026585	1103	0.6924982918441827	2	2	2	2	1	True	77308	fragment	False	MON0037_000000068459	0.9850352112676056		0	0	False	False	1.0	0					non-mobilizable	chromosome	1104.0	82.699	99.0	0.0003692437772998889	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0228_000000018691	1457	0.6924967606238511	3	2	2	2	2	False	72383	fragment	False	ISR0228_000000018691	0.9892414725445994		0	0	False	False	1.0	0					non-mobilizable	other	1457.0	99.725	100.0	0.04034693934103694	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0053_000000015277	2476	0.6924931885406083	2	2	1	1	2	False	113843	maximal	False	ISR0091_000000011009	0.2748139274136051		0	0	False	False	0.9899030923843384	0					non-mobilizable	no_good_hit	1476.0	89.77	85.0	0.00045824780722357824	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0251_000000009955	1666	0.6924929823169306	2	2	2	2	2	False	83997	fragment	False	SPA0127_000000013470	0.23003709136575404		0	0	False	False	0.9921968579292297	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	6.0	0.00031797778477534713	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
CAN0014_000000005784	7403	0.6924916689535413	10	8	8	7	6	False	111527	maximal	True	CAN0014_000000005784	1.0		13	8	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	4.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0298_000000008623	1710	0.6924778510961875	2	2	2	2	2	False	25636	fragment	False	ISR0298_000000008623	1.0		0	0	False	False	0.9853801131248474	0					non-mobilizable	chromosome	1682.0	98.633	98.0	0.0007501527303818996	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0122_000000006404	2579	0.6924778394509093	5	5	5	4	4	False	85423	fragment	False	FIJ0144_000000011212	0.9537713729126659		0	0	False	False	0.9879798293113708	0					non-mobilizable	other	2579.0	99.961	100.0	0.00048466353860031125	CP013322.1	enterobacteria	Klebsiella pneumoniae strain CAV1193, complete genome	False	False
ISR0360_000000001224	16221	0.692470479387511	17	10	5	7	3	True	101897	fragment	False	ISR0360_000000001224	1.0		0	0	False	False	0.9995684623718262	0					non-mobilizable	no_good_hit	253.0	88.538	2.0	6.813722295932397e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0791_000000000563	15954	0.692470479387511	17	10	5	7	3	True	101896	fragment	False	ISR0791_000000000563	1.0		0	0	False	False	0.9999372959136963	0					non-mobilizable	no_good_hit	146.0	81.507	1.0	0.00034814677868189226	NZ_FQXK01000003.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
ISR0207_000000008210	3362	0.6924655941426752	6	2	1	2	1	False	75888	maximal	True	ISR0207_000000008210	1.0		0	0	False	False	0.9991076588630676	0					non-mobilizable	no_good_hit	113.0	79.646	3.0	0.00010336332783976387	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
CHI0054_000000002181	6782	0.6924651175134604	8	8	8	6	7	False	90039	maximal	True	CHI0054_000000002181	1.0		2	1	False	False	1.0	0					non-mobilizable	other	6783.0	87.896	99.0	0.0027607888131011976	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0127_000000017645	1504	0.692463683740411	2	1	1	1	1	False	58696	maximal	True	ENG0127_000000017645	1.0		2	2	False	False	0.991356372833252	0					non-mobilizable	no_good_hit	619.0	72.536	41.0	0.009045713949520504	NZ_SLUL01000015.1	firmicutes	Thermolongibacillus altinsuensis strain DSM 24979 Ga0244693_115, whole genome shotgun sequence	True	False
DEN0038_000000001690	2205	0.6924605911232726	2	2	2	2	2	False	92606	fragment	False	SPA0058_000000012406	0.7320573815430932		0	0	False	False	0.999546468257904	0					non-mobilizable	no_good_hit	1690.0	88.81700000000001	76.0	0.00032060457516651505	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0854_000000001208	5571	0.6924590346821053	11	2	1	2	1	True	20510	maximal	True	ISR0854_000000001208	1.0		1	1	False	False	0.9985640048980713	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.002294357579877634	XM_027516129.1	even-toed ungulates	PREDICTED: Bos indicus x Bos taurus nuclear factor of activated T cells 5 (NFAT5), transcript variant X10, mRNA	True	True
CHI0006_000000005774	2363	0.6924583145034517	3	3	3	2	2	False	95549	fragment	False	CHI0018_000000006944	0.8791437984739334		0	0	False	False	1.0	0					non-mobilizable	chromosome	2363.0	98.223	100.0	0.0003639202581506346	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0036_000000021239	1213	0.69245106932782	2	2	2	1	1	False	65268	fragment	False	ENG0036_000000021239	1.0		0	0	False	False	0.9629018902778625	0					non-mobilizable	no_good_hit	67.0	82.09	5.0	4.7170715240710683e-05	NZ_JABJVN010000001.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_1_length_1357150_cov_180.545800, whole genome shotgun sequence	True	False
ENG0053_000000014227	1766	0.6924429528596352	3	3	3	2	2	False	63857	maximal	True	ENG0053_000000014227	1.0		15	8	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	3.0	0.0005434612209065351	CP034163.1	enterobacteria	Escherichia albertii strain 06-3542 plasmid p06-3542, complete sequence	True	False
ENG0072_000000000397	30790	0.6924397562078443	33	25	4	16	19	True	115133	fragment	False	ENG0072_000000000397	0.9639604475670049		0	0	False	False	1.0	0					non-mobilizable	chromosome	30791.0	99.92200000000001	100.0	0.005586250602576642	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
MON0008_000000005466	5036	0.6924374188676335	5	5	5	4	4	False	113893	fragment	False	FIJ0012_000000004440	0.9627323052589957		0	0	False	False	0.9934471845626831	0					non-mobilizable	no_good_hit	800.0	74.0	15.0	0.000224620200634074	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0208_000000003858	6225	0.6924340805369832	7	4	2	4	2	False	122858	fragment	False	ISR0076_000000002357	0.10517498700322593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	94.059	3.0	0.000824679667338172	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0214_000000026176	1212	0.6924322045330561	2	2	1	1	0	False	28192	fragment	False	ISR0214_000000026176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	97.82600000000001	8.0	0.0001260190579590729	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	True	False
ENG0046_000000008867	2109	0.6924278809155732	2	1	1	1	1	False	68284	fragment	False	FIJ0044_000000009939	0.9190843155031732		0	0	False	False	0.9981033802032471	0					non-mobilizable	no_good_hit	503.0	96.819	24.0	0.09992022337455125	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0095_000000013125	2414	0.6924273013036246	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.3570317534149049		0	0	False	False	1.0	0					non-mobilizable	chromosome	2418.0	91.853	100.0	0.0008108552958208135	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0043_000000011197	2415	0.6924240391420957	4	3	2	3	0	True	47220	maximal	True	FIJ0043_000000011197	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	82.40700000000001	4.0	4.928580179315829e-05	NZ_AEUZ02000001.1	firmicutes	Streptococcus urinalis 2285-97 final_molecule, whole genome shotgun sequence	True	True
ISR0215_000000013828	2108	0.6924177843422337	3	2	2	2	2	False	119274	fragment	False	ISR0342_000000007411	0.9421604436319357		0	0	False	False	0.9990512132644653	0					non-mobilizable	no_good_hit	326.0	73.006	15.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0166_000000002690	5818	0.6924127910410874	7	4	4	2	3	False	66753	maximal	True	ISR0166_000000002690	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	75.73899999999999	17.0	0.0035546578778510177	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0847_000000013026	2147	0.6924120873055918	4	2	1	1	2	False	20638	fragment	False	ISR0847_000000013026	1.0		0	0	False	False	0.9920819997787476	0					non-mobilizable	no_good_hit	1131.0	83.20100000000001	81.0	0.000377995225075456	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0053_000000001707	14776	0.6924048627227474	14	13	11	11	11	True	112073	maximal	True	SPA0053_000000001707	1.0		61	9	False	False	0.9999323487281799	0					non-mobilizable	other	14785.0	99.932	100.0	0.05282018485635582	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0069_01_000000039708	1521	0.6923934136481595	2	2	2	2	2	False	763	maximal	True	USA0069_01_000000039708	1.0		3	2	False	False	0.9953977465629578	0					non-mobilizable	no_good_hit	554.0	77.437	36.0	0.0026353513560475523	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	True	False
ISR0043_000000007820	2803	0.6923858838288919	4	3	3	3	2	False	122043	maximal	True	ISR0043_000000007820	1.0		1	1	False	False	0.9850160479545593	0					non-mobilizable	no_good_hit	1338.0	99.851	48.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0010_000000012921	1475	0.6923839030733483	1	1	1	1	1	False	63845	maximal	False	ENG0053_000000016984	0.9829833475830014		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	97.831	100.0	0.000277331499006856	CP042882.1	enterobacteria	Klebsiella pneumoniae strain NMBU-W07E18 chromosome, complete genome	False	False
ENG0053_000000016984	1473	0.6923839030733483	1	1	1	1	1	False	63845	maximal	True	ENG0053_000000016984	0.9891417442779739		74	9	False	False	1.0	0					non-mobilizable	chromosome	1473.0	100.0	100.0	0.0002860207365033965	CP057313.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 chromosome, complete genome	False	False
FIJ0160_000000013211	1465	0.6923839030733483	1	1	1	1	1	False	63845	maximal	False	ENG0053_000000016984	0.986210086644344		0	0	False	False	0.9986348152160645	0					non-mobilizable	chromosome	1464.0	99.727	99.0	0.0002858887613278292	CP054063.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP chromosome, complete genome	False	False
MAD0082_000000002374	3467	0.6923821954889909	4	3	2	3	2	True	47752	maximal	True	MAD0082_000000002374	1.0		12	1	False	False	1.0	0			MPF_F		non-mobilizable	no_good_hit	1937.0	78.575	55.0	0.022227429843576074	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	True
ENG0126_000000012129	1498	0.6923796678283765	1	1	1	1	1	False	124866	fragment	False	ENG0126_000000012129	0.9919678714859438		0	0	False	False	0.9993324279785156	0					non-mobilizable	no_good_hit	1131.0	71.35300000000001	74.0	0.00045577372928436546	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
AST0012_000000015776	1494	0.6923796678283765	1	1	1	1	1	False	124866	fragment	False	ENG0126_000000012129	0.9906542056074767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	71.479	74.0	0.00045577372928436546	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
AUS0006_000000006616	3436	0.6923706683988538	10	7	6	6	4	True	102159	maximal	True	AUS0006_000000006616	1.0		1	1	False	False	0.9880675077438354	0					non-mobilizable	no_good_hit	607.0	99.835	18.0	0.0011182936978798555	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	True
CHI0066_000000000166	34604	0.6923681044804686	29	12	7	10	5	True	106666	fragment	False	DEN0069_000000000472	0.9596605282485107		0	0	False	False	1.0	0					non-mobilizable	plasmid	20090.0	95.774	99.0	0.0823983256043009	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
USA0016_01_000000009120	1613	0.6923659802816914	2	2	2	2	1	True	88657	fragment	False	USA0016_01_000000009120	0.9760458936720019		0	0	False	False	0.9975201487541199	0					non-mobilizable	other	1613.0	99.876	100.0	0.0028912983041423407	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0028_000000009368	1535	0.6923659802816914	2	2	2	2	1	True	88657	fragment	False	USA0016_01_000000009120	0.6005918919283469		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	99.935	100.0	0.0027513967732967436	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0034_000000011274	1495	0.6923659802816914	2	2	2	2	1	True	88657	fragment	False	USA0016_01_000000009120	0.9041241808431045		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	99.134	100.0	0.07390983000739099	NZ_BAKJ01000059.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0254_000000008624	1493	0.6923659802816914	3	2	2	2	1	True	88657	fragment	False	USA0016_01_000000009120	0.8482357682517115		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	99.866	100.0	0.002676065179764499	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0100_000000001772	1485	0.6923659802816914	2	2	2	2	1	True	88657	fragment	False	USA0016_01_000000009120	0.8211501498627574		0	0	False	False	0.9905723929405212	0					non-mobilizable	other	1450.0	97.17200000000001	98.0	0.0025989399768624392	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0064_000000014282	1450	0.6923659802816914	3	2	2	2	1	True	88657	fragment	False	USA0016_01_000000009120	0.8411302486163812		0	0	False	False	0.9979310631752014	0					non-mobilizable	other	1450.0	99.655	100.0	0.0025989399768624392	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0113_000000021735	1350	0.6923659802816914	2	2	2	2	1	True	88657	fragment	False	USA0016_01_000000009120	0.46226722219004984		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	99.556	100.0	0.0024195790398809044	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0150_000000001867	10902	0.6923650806790679	16	9	5	9	4	True	128756	maximal	True	FIJ0150_000000001867	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0007_000000007514	2497	0.6923568084446099	3	3	3	3	3	False	127109	maximal	True	AST0007_000000007514	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1387.0	96.9	99.0	0.0002950346687022498	CP050031.1	enterobacteria	Escherichia coli strain 33-6 chromosome, complete genome	False	False
MON0039_000000005476	7253	0.6923537507273863	7	7	7	7	7	True	104557	maximal	True	MON0039_000000005476	1.0		75	7	False	False	1.0	0					non-mobilizable	other	7253.0	99.352	100.0	0.0032719799494223727	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	True
ISR0088_000000006477	3546	0.6923530580339206	4	4	4	3	3	False	105542	fragment	False	ISR0088_000000006477	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3546.0	98.675	100.0	0.0017705180763700782	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MAD0004_000000010123	1133	0.6923505590047592	2	2	2	2	1	False	20013	fragment	False	MAD0004_000000010123	1.0		0	0	False	False	0.9938217401504517	0					non-mobilizable	other	1133.0	95.41	100.0	0.0005389090424367068	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0095_000000032305	1129	0.6923457599803023	2	2	2	2	0	True	33370	maximal	True	ISR0095_000000032305	1.0		9	6	False	False	0.9574844837188721	0					non-mobilizable	no_good_hit								True	True
SPA0037_000000010827	2288	0.6923371104420121	3	3	3	3	3	False	125951	fragment	False	ISR0333_000000007883	0.3679329198863182		0	0	False	False	0.996940553188324	0					non-mobilizable	other	2193.0	96.854	95.0	0.0059938419432090315	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0150_000000002848	2984	0.6923340088365068	6	4	3	3	3	False	79554	maximal	True	CHI0150_000000002848	0.9910932588194201		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	91.28	44.0	0.006287068227798636	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
ISR0109_000000009664	3246	0.6923298692302811	5	2	2	2	1	False	99278	fragment	False	USA0015_01_000000010024	0.9510552933479673		0	0	False	False	0.999691903591156	0					non-mobilizable	no_good_hit	150.0	96.667	5.0	0.0006113297036486946	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0101_000000051265	1298	0.6923296759199687	2	2	2	2	2	False	57832	fragment	False	ISR0067_000000022638	0.5168102073639778		0	0	False	False	0.9992296099662781	0					non-mobilizable	chromosome	1239.0	88.21600000000001	95.0	0.0003663584063261241	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MON0103_000000045685	1285	0.6923296759199687	2	2	2	2	2	False	57832	fragment	False	ISR0067_000000022638	0.6125600179739453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1228.0	87.948	95.0	0.0003631005708616234	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0300_000000009979	1159	0.6923261509685402	1	1	1	1	1	False	71198	fragment	False	DEN0064_000000032352	0.9612229679343773		0	0	False	False	0.9922347068786621	0					non-mobilizable	no_good_hit								True	False
MON0098_000000008297	3393	0.6923256122221142	4	3	3	3	3	False	74957	maximal	True	MON0098_000000008297	1.0		494	11	False	False	1.0	0					non-mobilizable	chromosome	3393.0	96.846	100.0	0.0013969091737232819	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0093_000000001476	8927	0.6923249790828666	10	9	7	8	5	True	76826	fragment	False	ENG0093_000000001476	1.0		0	0	False	False	0.998991847038269	0					non-mobilizable	other	8882.0	97.219	99.0	0.0030169058844273637	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0090_000000014271	1684	0.6923229719872065	2	2	1	2	1	False	81166	fragment	False	ENG0090_000000014271	1.0		0	0	False	False	0.9982185363769531	0					non-mobilizable	no_good_hit								True	False
ISR0319_000000010962	1813	0.6923207460278634	2	1	1	1	1	False	25091	maximal	True	ISR0319_000000010962	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	309.0	97.735	31.0	9.273290184433096e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
TAN0010_000000008842	1768	0.6923197687926421	2	2	2	1	1	False	2617	maximal	True	TAN0010_000000008842	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	75.235	18.0	0.0006680784820914282	NZ_GL891981.1	CFB group bacteria	Dysgonomonas gadei ATCC BAA-286 supercont1.3, whole genome shotgun sequence	True	False
CHI0058_000000005078	3629	0.6923195472575036	3	3	2	3	3	False	85925	maximal	True	CHI0058_000000005078	1.0		140	13	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	99.499	41.0	0.0032094513029342175	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0029_000000009838	2463	0.6923189570833851	3	3	3	3	1	True	116472	maximal	True	ENG0029_000000009838	1.0		33	9	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	100.0	53.0	0.0002927424153602975	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0046_000000008598	2182	0.69231272917942	3	3	3	2	3	False	80222	fragment	False	ENG0045_000000005795	0.9893520616221114		0	0	False	False	0.9986250996589661	0					non-mobilizable	no_good_hit								True	False
ENG0027_000000015875	1446	0.692307673509194	1	1	1	1	1	False	65946	fragment	False	ISR0119_000000020840	0.9767476242913659		0	0	False	False	1.0	0					non-mobilizable	chromosome	1435.0	86.62	99.0	0.0004076036715618929	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0784_000000004688	2621	0.6923048471523889	3	2	2	2	2	False	110063	fragment	False	AST0111_000000007349	0.9605076096078429		0	0	False	False	0.9984738826751709	0					non-mobilizable	other	2279.0	98.596	97.0	0.03639849804266198	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0358_000000016383	1183	0.6923040568985185	2	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.1818061022467163		0	0	False	False	0.9814032316207886	0					non-mobilizable	no_good_hit	41.0	90.244	3.0	1.257041446590404e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0049_000000006021	3291	0.6922938224716112	5	5	5	3	2	False	120964	maximal	True	ENG0049_000000006021	1.0		37	4	False	False	0.9832877516746521	0					non-mobilizable	no_good_hit	2331.0	97.211	81.0	0.0007477234405680258	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0022_000000019965	1284	0.6922936968031279	2	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6636212196463109		0	0	False	False	0.9984423518180847	0					non-mobilizable	other	1284.0	95.794	100.0	0.7211916807195053	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
AST0046_000000012874	1258	0.6922936968031279	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6579879876458661		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	93.676	100.0	0.00035953317575312813	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0338_000000024185	1219	0.6922936968031279	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6132549971810352		0	0	False	False	0.9868744611740112	0					non-mobilizable	other	1219.0	95.57	100.0	0.684654300168634	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
ENG0048_000000020902	1215	0.6922936968031279	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6121726599863663		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	94.815	100.0	0.6824058459808882	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
ISR0105_000000017169	1188	0.6922936968031279	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.24075999062631429		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	95.714	100.0	0.01658020972780009	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0077_000000033590	1122	0.6922936968031279	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.4281131331393247		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	95.098	100.0	0.6301292861157954	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
ISR0009_000000009711	3288	0.6922886409260384	4	2	2	2	2	False	65068	maximal	True	ISR0009_000000009711	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.287733239289051e-06	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
ISR0814_000000022341	1831	0.6922886409260384	3	2	2	2	2	False	65065	fragment	False	ENG0038_000000013969	0.9453845060549305		0	0	False	False	0.9934462308883667	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.287733239289051e-06	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
FIJ0080_000000010255	2457	0.6922817052029345	2	2	2	2	2	False	44329	fragment	False	FIJ0080_000000010255	1.0		0	0	False	False	0.9979649782180786	0					non-mobilizable	other	2457.0	98.291	100.0	0.04673377352387114	NZ_CACVNJ010000010.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	False	False
MON0078_000000019965	2236	0.6922814816640129	3	3	3	2	2	False	127490	fragment	False	MON0078_000000019965	0.9565010503912141		0	0	False	False	0.9982110857963562	0					non-mobilizable	other	2240.0	94.73200000000001	100.0	0.0363810668963164	NZ_SPFY01000013.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_13_length_61543_cov_14.8577, whole genome shotgun sequence	False	False
SPA0138_000000001853	9334	0.6922779179762658	8	6	6	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7860795910108913		0	0	False	False	1.0	0					non-mobilizable	other	7964.0	99.598	99.0	0.01270640123058855	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0294_000000012483	1518	0.6922735278444756	2	2	2	2	1	False	81212	fragment	False	CHI0160_000000019186	0.9372105594102051		0	0	False	False	0.970355749130249	0					non-mobilizable	chromosome	1518.0	99.275	100.0	0.00029686934930622203	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
SPA0074_000000001446	15315	0.6922693062226294	22	6	1	6	2	False	5832	maximal	True	SPA0074_000000001446	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909682213363296e-07	CP039347.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu11	True	False
ITA0002_000000000955	6536	0.69226859836614	4	4	2	3	2	False	20440	maximal	True	ITA0002_000000000955	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	78.043	7.0	0.00016148320911048603	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0014_000000007101	3068	0.6922640420231714	5	5	4	5	3	True	80926	fragment	False	SPA0014_000000007101	1.0		0	0	False	False	0.9898957014083862	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	6.869465670680786e-06	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	True	True
MON0072_000000003114	6006	0.6922414051177299	5	5	5	5	4	True	100462	fragment	False	MON0072_000000003114	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5959.0	96.04	99.0	0.001744445856582362	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0171_000000009688	2123	0.6922345279687474	2	2	2	2	2	False	48933	fragment	False	FIJ0171_000000009688	0.9989909182643795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1473.0	92.329	72.0	0.012486418579383403	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	False
FIJ0028_000000015313	1982	0.6922345279687474	2	2	2	2	2	False	48933	fragment	False	FIJ0171_000000009688	0.9658502119642016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	91.81700000000001	70.0	0.011289555887545837	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	False
SPA0092_000000023119	1934	0.6922340456563426	3	3	3	3	3	False	109867	maximal	False	ISR0255_000000015196	0.9326611579513836		0	0	False	False	1.0	0					non-mobilizable	other	1934.0	98.397	100.0	0.047411150082166245	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
SPA0046_000000009153	3149	0.6922325016430397	3	3	3	2	3	False	83317	fragment	False	CHI0101_000000004261	0.981967731730465		0	0	False	True	0.9987297654151917	0					non-mobilizable	no_good_hit	1144.0	86.88799999999999	36.0	0.0005947164799509097	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
ISR0842_000000018285	1284	0.6922292880898315	3	2	2	2	1	True	93137	fragment	False	ENG0082_000000009793	0.1516505159013051		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	98.52	100.0	0.006538979042648618	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	True
CHI0127_000000014021	1235	0.6922292880898315	3	2	2	2	1	True	93139	fragment	False	CHI0127_000000014021	1.0		0	0	False	False	0.9991902709007263	0					non-mobilizable	other	1238.0	92.40700000000001	100.0	0.008586227274307367	NZ_LT699722.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	True
MON0108_000000016158	1357	0.6922288306875541	2	2	1	1	2	False	8524	maximal	True	MON0108_000000016158	1.0		7	3	False	False	0.9823139309883118	0					non-mobilizable	other	606.0	96.205	99.0	0.004282761354626798	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	False	False
SPA0013_000000004562	5423	0.6922159526171191	5	5	5	5	4	False	38906	maximal	True	SPA0013_000000004562	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	83.09700000000001	40.0	0.001984652959660117	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0095_000000011418	2417	0.6922077728540901	3	3	3	3	3	False	83670	fragment	False	ENG0095_000000011418	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2417.0	99.338	100.0	0.0004672666736937179	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
MON0097_000000022510	1636	0.6922057545820165	2	2	2	2	2	False	9227	maximal	True	MON0097_000000022510	1.0		22	5	False	False	0.9987775087356567	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.122900437688624e-05	NZ_JAGO01000011.1	g-proteobacteria	Carnimonas nigrificans ATCC BAA-78 L881DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
USA0062_01_000000013335	1409	0.6922048232823396	1	1	1	1	1	False	130859	fragment	False	USA0062_01_000000013335	1.0		0	0	False	True	0.9985805749893188	0					non-mobilizable	no_good_hit	1152.0	79.688	82.0	0.0006293700883991455	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	True
SPA0120_000000034275	1143	0.6922048232823396	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.14131997056102003	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1157.0	79.516	100.0	0.0006299226521290833	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	False	True
CHI0145_000000016083	1140	0.6922048232823396	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.1415004161608097	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1148.0	85.889	100.0	0.013481898100009453	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0120_000000000643	23599	0.6921972265491441	30	14	6	11	8	True	130537	fragment	False	ENG0120_000000000643	0.9991739564564529		0	0	False	False	1.0	0					non-mobilizable	chromosome	9558.0	99.906	100.0	0.0016988748353920584	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
DEN0011_000000000756	23415	0.6921972265491441	31	14	6	11	8	True	130537	fragment	False	ENG0120_000000000643	0.9974942949354095		0	0	False	False	1.0	0					non-mobilizable	chromosome	9348.0	99.72200000000001	100.0	0.0016581672558896223	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0088_000000000719	23371	0.6921972265491441	30	14	6	11	8	True	130537	fragment	False	ENG0120_000000000643	0.9978288891692947		0	0	False	False	1.0	0					non-mobilizable	chromosome	17717.0	99.825	100.0	0.0031492378972277604	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
DEN0041_000000000983	23370	0.6921972265491441	30	14	6	11	8	True	130537	fragment	False	ENG0120_000000000643	0.9978140507654136		0	0	False	False	1.0	0					non-mobilizable	chromosome	9329.0	99.914	100.0	0.0016581672558896223	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
USA0064_01_000000000609	23370	0.6921972265491441	30	14	6	11	8	True	130537	fragment	False	ENG0120_000000000643	0.9978140507654137		0	0	False	False	1.0	0					non-mobilizable	chromosome	9329.0	99.925	100.0	0.0016581672558896223	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0065_000000000602	23350	0.6921972265491441	30	14	6	11	8	True	130537	fragment	False	ENG0120_000000000643	0.9969322054537527		0	0	False	False	1.0	0					non-mobilizable	chromosome	17717.0	99.836	100.0	0.0031492378972277604	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
AUS0022_000000013634	2564	0.6921939328110549	4	4	4	4	3	False	99310	maximal	True	AUS0022_000000013634	1.0		342	14	False	False	0.9992199540138245	0					non-mobilizable	no_good_hit	459.0	76.253	18.0	0.002663783887093788	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0089_000000004813	4749	0.6921935275321324	7	3	1	2	2	False	48095	maximal	True	ISR0089_000000004813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	76.986	36.0	0.12690355329949238	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
CAN0004_000000013461	2060	0.6921881799089776	3	3	3	3	1	False	96183	fragment	False	ISR0816_000000018009	0.9347589803790798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	81.297	71.0	0.00038622994741065446	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0142_000000033574	1039	0.6921827990677046	1	1	1	1	1	False	40140	maximal	True	FIJ0142_000000033574	1.0		0	0	False	False	0.9903753399848938	0					non-mobilizable	chromosome	564.0	96.986	100.0	0.00016014017242801514	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0014_000000013730	1202	0.6921812424416711	2	1	1	1	1	False	124050	maximal	True	AST0014_000000013730	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	5.981103571490587e-05	NZ_CADIJQ010000003.1	b-proteobacteria	Achromobacter kerstersii strain LMG 3441 isolate LMG 3441, whole genome shotgun sequence	True	False
USA0011_01_000000011336	3313	0.6921756266785518	4	4	4	4	4	False	98154	maximal	False	FIJ0058_000000011780	0.9872999625472125		0	0	False	False	1.0	0					non-mobilizable	chromosome	3313.0	100.0	100.0	0.0006585215713533572	CP053231.1	enterobacteria	Escherichia coli strain SCU-306 chromosome, complete genome	False	False
ENG0023_000000009759	1769	0.6921711406176866	3	3	3	2	3	False	66269	maximal	True	ENG0023_000000009759	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	74.77600000000001	31.0	7.529058498154897e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
MAD0040_000000022862	1486	0.6921700745472901	2	2	2	2	1	True	18343	maximal	True	MAD0040_000000022862	1.0		22	3	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	74.51	14.0	4.061868932583282e-05	NZ_CP047656.1	g-proteobacteria	Paraglaciecola mesophila strain GPM4 chromosome, complete genome	True	True
MAD0075_000000000131	9066	0.6921671539133796	8	7	2	4	7	False	103514	fragment	False	MAD0075_000000000131	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	9079.0	96.63	100.0	0.11951184191471716	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
FIJ0165_000000006914	2411	0.6921580747466017	3	2	2	2	1	False	39059	maximal	True	FIJ0165_000000006914	1.0		2	1	False	False	0.9879717826843262	0					non-mobilizable	no_good_hit	1494.0	97.992	62.0	0.0023821528407132735	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
FIJ0150_000000013727	1770	0.6921533665318701	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.35312885893111207		0	0	False	False	0.9971751570701599	0					non-mobilizable	other	1768.0	97.964	99.0	0.0005497107096836814	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0086_000000030042	1141	0.6921348982790623	2	2	2	1	1	False	43786	fragment	False	FIJ0086_000000030042	0.9631481262093748		0	0	False	False	0.997370719909668	0					non-mobilizable	other	721.0	99.861	92.0	0.01487296013220409	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0785_000000015786	2274	0.6921345718296729	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.5054799337346034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	1.952246042241892e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0129_000000009620	2845	0.6921326396906672	3	3	2	3	1	False	78790	maximal	False	SPA0118_000000009163	0.7212213805555573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	305.0	77.377	24.0	5.699288497794413e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
MON0004_000000012952	2970	0.6921246342734144	2	2	2	2	1	True	130999	fragment	False	MON0004_000000012952	1.0		0	0	False	False	0.9973064064979553	0					non-mobilizable	no_good_hit	1942.0	87.59	65.0	0.004052384068986716	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0056_000000013231	1601	0.6921220730354372	2	2	2	2	1	False	46722	fragment	False	FIJ0056_000000013231	1.0		0	0	False	False	0.9937539100646973	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	6.283615472655052e-06	NZ_JACCCC010000001.1	high GC Gram+	Spinactinospora alkalitolerans strain CXB654 Ga0415162_01, whole genome shotgun sequence	True	False
ENG0191_000000013798	2248	0.6921207411811132	3	3	2	3	2	False	85631	maximal	True	ENG0191_000000013798	1.0		219	12	False	False	0.996886134147644	0					non-mobilizable	other	1898.0	99.15700000000001	99.0	0.0004006434794692921	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0005_000000033372	1631	0.6921192816553431	2	2	2	2	1	False	24228	maximal	True	MON0005_000000033372	1.0		15	2	False	False	0.9644389748573303	0					non-mobilizable	chromosome	802.0	94.76299999999999	100.0	0.00035366518106685907	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0107_000000007234	3228	0.69211809479582	5	5	4	3	3	False	66218	fragment	False	ISR0107_000000007234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	77.843	42.0	0.0006047690228473806	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
FIJ0166_000000003478	7420	0.6921117097846049	10	6	2	6	3	True	92956	fragment	False	FIJ0166_000000003478	1.0		0	0	False	False	0.9997304677963257	0					non-mobilizable	no_good_hit								True	True
AST0057_000000002276	2663	0.6921058820535242	3	3	3	3	3	False	113212	maximal	True	AST0057_000000002276	1.0		42	9	False	False	1.0	0					non-mobilizable	other	1797.0	95.214	97.0	0.0008100365147863236	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	False	False
DEN0016_000000000967	5450	0.6920994025695171	6	3	3	3	3	False	75384	fragment	False	DEN0016_000000000967	1.0		0	0	False	False	0.9996330142021179	0					non-mobilizable	no_good_hit	1195.0	71.79899999999999	22.0	0.004364138360998853	NZ_CABFVD010000004.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	False
ENG0199_000000008994	2759	0.6920978525019308	3	3	3	3	2	False	66953	maximal	True	ENG0199_000000008994	0.9590718643805993		505	12	False	False	0.9960130453109741	0					non-mobilizable	chromosome	2759.0	96.412	100.0	0.001217297008990425	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
USA0075_01_000000017755	1390	0.6920858079393284	2	1	1	1	1	False	666	maximal	True	USA0075_01_000000017755	1.0		12	5	False	False	1.0	0					non-mobilizable	other	1388.0	99.20700000000001	99.0	0.0006014261648566789	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
ENG0187_000000015517	1917	0.6920848823929598	2	2	1	2	1	False	54977	maximal	True	ENG0187_000000015517	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0007_000000001761	16052	0.6920844131359194	26	8	7	8	6	False	76673	fragment	False	DEN0007_000000001761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	82.045	3.0	0.010401294806493074	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0073_000000004632	5491	0.6920835871430345	6	4	3	3	4	False	34813	maximal	True	ISR0073_000000004632	1.0		1	1	False	False	0.998725175857544	0					non-mobilizable	no_good_hit	1573.0	94.215	40.0	0.005205453142643324	NZ_LT629842.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0165_000000009796	2176	0.6920692125441694	3	2	2	2	1	False	30245	maximal	True	ISR0165_000000009796	1.0		1	1	False	False	0.9866728186607361	0					non-mobilizable	no_good_hit								True	False
AST0040_000000002209	7900	0.6920686659917199	9	5	3	3	5	True	116411	maximal	True	AST0040_000000002209	1.0		2	2	True	True	0.9981012940406799	4					non-mobilizable	no_good_hit	1977.0	80.627	38.0	0.20976452797580472	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0089_000000020809	1488	0.6920611621899957	4	2	2	1	1	False	75848	fragment	False	ISR0089_000000020809	1.0		0	0	False	False	0.9905914068222046	0					non-mobilizable	no_good_hit	580.0	89.82799999999999	39.0	0.004915026909560109	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0055_000000014884	1161	0.6920582906460249	2	2	2	2	2	False	35658	fragment	False	ISR0055_000000014884	1.0		0	0	False	False	0.9810507893562317	0					non-mobilizable	no_good_hit	828.0	76.087	70.0	0.0002645184248009344	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0014_000000005195	6664	0.6920579409634464	7	4	2	4	0	True	102511	fragment	False	ISR0014_000000005195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0066_000000005351	3758	0.6920530483902306	4	4	4	3	4	False	109673	fragment	False	MAD0066_000000005351	0.9783475783475784		0	0	False	False	0.9922831058502197	0					non-mobilizable	chromosome	3723.0	100.0	99.0	0.0007814773491246908	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
DEN0090_000000012851	2115	0.6920511241654479	3	3	1	2	2	True	68742	fragment	False	DEN0090_000000012851	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2115.0	99.102	100.0	0.0010526189579322107	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
MON0059_000000010316	3600	0.6920510072136465	5	3	2	3	1	True	10952	maximal	True	MON0059_000000010316	1.0		2	1	False	False	0.9991666674613953	0					non-mobilizable	no_good_hit								True	True
ISR0824_000000009092	2344	0.6920432335001248	3	3	3	3	2	False	71258	maximal	True	ISR0824_000000009092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.751312045160491e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	False
CHI0013_000000004445	1997	0.6920401236573586	3	3	2	3	3	False	112929	fragment	False	CHI0049_000000007875	0.9582404609029508		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	97.147	100.0	0.515970515970516	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
SPA0003_000000012790	1421	0.6920377868206659	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.24785898608249507		0	0	False	False	1.0	0					non-mobilizable	chromosome	1155.0	80.0	95.0	0.0003038363135878854	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0096_000000018102	2204	0.6920365944016209	3	3	3	3	3	False	5169	maximal	True	SPA0096_000000018102	1.0		7	4	False	False	0.9832123517990112	0					non-mobilizable	no_good_hit	411.0	99.27	19.0	0.0013021288218274902	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ISR0271_000000009125	1930	0.69203443569283	3	3	3	2	2	False	41102	fragment	False	ISR0271_000000009125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	72.197	45.0	0.008392668071920503	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0053_000000005726	4574	0.6920267251650287	5	2	2	2	2	False	125517	fragment	False	USA0125_01_000000004163	0.23767780811940117		0	0	False	False	0.9986882209777832	0					non-mobilizable	no_good_hit	2266.0	82.39200000000001	61.0	0.0009885910889144524	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0844_000000005408	2366	0.6920169021339824	3	3	2	2	1	False	77680	maximal	True	ISR0844_000000005408	1.0		0	0	False	False	0.995773434638977	0					non-mobilizable	no_good_hit	1474.0	93.758	62.0	0.00022442519943554595	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CHI0005_000000009799	1933	0.692015744793822	3	2	2	1	1	False	90772	fragment	False	USA0062_01_000000010485	0.9891975308641976		0	0	False	False	0.9953440427780151	0					non-mobilizable	no_good_hit	784.0	79.97399999999999	40.0	0.00023041781739832222	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0039_000000010100	1471	0.6920150035233616	3	2	1	2	1	True	18465	maximal	True	MAD0039_000000010100	1.0		0	0	False	False	0.9904826879501343	0					non-mobilizable	no_good_hit	753.0	85.39200000000001	51.0	0.0015661690751656604	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0049_000000001217	2569	0.6920137340343243	3	3	3	1	1	True	112054	fragment	False	DEN0049_000000001217	0.9684593610998786		0	0	False	False	1.0	0					non-mobilizable	other	2569.0	100.0	100.0	0.009174934707191678	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0774_000000010004	2477	0.6920137340343243	3	3	3	1	1	True	120782	fragment	False	ISR0294_000000004770	0.21618993686243757		0	0	False	False	0.9947516918182373	0					non-mobilizable	other	2489.0	96.505	100.0	0.003970052274482521	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0789_000000004100	3378	0.6920126772252909	5	5	2	3	4	True	123556	backbone	False	ISR0826_000000002301	0.3317850479474048	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3337.0	96.404	98.0	0.03324085901325243	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0034_000000004455	3239	0.6920126772252909	5	5	2	3	4	True	123556	backbone	False	ISR0826_000000002301	0.31843352760382454	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3161.0	99.93700000000001	98.0	0.031534408430464636	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0103_000000041129	1404	0.6920115407198041	2	2	2	2	2	False	8854	maximal	True	MON0103_000000041129	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	74.957	81.0	0.00031598530178555484	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0014_000000023730	1478	0.6920093271725786	3	2	2	1	1	False	75838	fragment	False	ISR0014_000000023730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	82.22200000000001	12.0	6.241763605016967e-05	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
FIJ0150_000000011203	2134	0.6920092879704297	2	2	2	2	2	False	46441	fragment	False	FIJ0150_000000011203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	4.096341864306628e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
SPA0086_000000004255	3435	0.6920050637268346	3	3	2	3	2	False	129853	fragment	False	SPA0136_000000010455	0.9615384615384616		0	0	False	False	0.9988355040550232	0					non-mobilizable	no_good_hit	119.0	77.311	3.0	0.00016686424360438373	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
MAD0067_000000008073	1316	0.6920047934426458	3	3	2	3	2	False	97973	fragment	False	USA0046_01_000000005616	0.17183502838959255		0	0	False	False	1.0	0					non-mobilizable	plasmid	1316.0	99.316	100.0	0.008076899453350531	CP027551.1	enterobacteria	Escherichia coli strain 2015C-4136CT1 plasmid unnamed, complete sequence	False	True
FIJ0106_000000002879	8261	0.6920047653855718	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.6715394829780801		0	0	False	False	1.0	0					non-mobilizable	plasmid	6827.0	98.169	98.0	0.0589995316809186	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0077_000000001016	7283	0.6920047653855718	8	4	3	4	3	True	101293	fragment	False	FIJ0171_000000002497	0.6677978304363537		0	0	False	False	0.9990388751029968	0					non-mobilizable	plasmid	6828.0	97.83200000000001	98.0	0.0589995316809186	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0083_000000000986	7266	0.6920047653855718	8	4	3	4	3	True	101293	fragment	False	FIJ0171_000000002497	0.6676188865496836		0	0	False	False	1.0	0					non-mobilizable	plasmid	6829.0	97.833	98.0	0.059008204256500094	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0082_000000001033	7248	0.6920047653855718	8	4	3	4	3	True	101293	fragment	False	FIJ0171_000000002497	0.6666110729596368		0	0	False	False	1.0	0					non-mobilizable	plasmid	6812.0	98.429	98.0	0.059051567134407575	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0363_000000010453	1786	0.6920033801367806	3	2	1	2	1	True	23702	maximal	True	ISR0363_000000010453	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1268.0	94.55799999999999	100.0	0.008835044279902018	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	True
ISR0052_000000027594	1353	0.6920033073708156	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.2824750713547958		0	0	False	False	1.0	0					non-mobilizable	chromosome	1322.0	98.26	98.0	0.0003540059213586967	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0130_000000024342	1313	0.6920033073708156	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.26777271159855637		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	98.40100000000001	100.0	0.6898002103049422	NZ_JAAWUO010000037.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_37_length_1902_cov_261.886, whole genome shotgun sequence	False	False
MON0061_000000037719	1245	0.6920029641039939	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11040215057356838		0	0	False	False	1.0	0					non-mobilizable	chromosome	1247.0	82.037	100.0	0.00043274667002853934	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
CHI0129_000000016091	1601	0.6919970778409431	2	2	2	2	1	False	81209	maximal	True	CHI0129_000000016091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	83.333	4.0	0.0007088375064893574	NZ_PXZT01000012.1	firmicutes	Trichococcus alkaliphilus strain B5 NODE_12_length_100164_cov_1412.64, whole genome shotgun sequence	True	False
CHI0056_000000003414	4823	0.6919868463375423	4	3	1	2	2	False	86167	maximal	True	CHI0056_000000003414	1.0		1	1	False	False	0.999377965927124	0					non-mobilizable	no_good_hit	2600.0	93.57700000000001	72.0	0.0009027749699191197	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0232_000000006507	3731	0.6919846383205087	4	4	4	4	4	False	107190	fragment	False	ISR0232_000000006507	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1831.0	99.618	93.0	0.05071078227616593	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0038_000000025137	1123	0.6919757527081737	2	2	2	2	1	True	64999	maximal	True	ENG0038_000000025137	1.0		1	1	False	False	0.967943012714386	0					non-mobilizable	no_good_hit	123.0	97.561	11.0	0.00015595618398227723	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
TAN0002_000000014332	2589	0.6919740104820001	4	4	3	3	1	True	3051	maximal	True	TAN0002_000000014332	1.0		3	2	False	False	0.9915025234222412	0					non-mobilizable	no_good_hit	891.0	70.707	34.0	0.052703996171332854	NZ_NBIU01000039.1	e-proteobacteria	Helicobacter valdiviensis strain WBE14 contig39, whole genome shotgun sequence	True	True
ISR0045_000000008454	2958	0.691970795592547	4	4	3	4	2	False	125442	fragment	False	MON0070_000000010284	0.4562496222513663		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1421.0	84.448	84.0	0.00039540159687436995	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0049_000000010213	1801	0.6919636388858487	2	2	2	1	1	False	93039	fragment	False	MAD0049_000000010213	0.9631258486601556		0	0	False	False	1.0	0					non-mobilizable	other	1802.0	98.22399999999999	100.0	0.170586004172198	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0009_000000038422	1168	0.6919625065072614	2	2	2	2	1	False	51144	maximal	True	FIJ0009_000000038422	1.0		3	2	False	False	0.9931507110595703	0					non-mobilizable	no_good_hit	495.0	74.747	42.0	0.00012369993914473096	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
SPA0138_000000019810	1371	0.6919598757945428	2	2	2	2	2	False	3528	maximal	True	SPA0138_000000019810	1.0		70	6	False	False	0.9970824122428894	0					non-mobilizable	other	1371.0	99.344	100.0	0.0004710487263805166	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
SPA0051_000000013348	1862	0.6919432429147908	4	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.5280666608791963		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	99.141	100.0	0.11693776298436225	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	False
ISR0211_000000002407	7077	0.6919379379450072	11	10	4	4	9	True	113922	fragment	False	ISR0211_000000002407	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6733.0	99.97	95.0	0.018280016618196927	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0052_000000023974	1113	0.6919338421569894	2	2	2	1	1	False	6500	fragment	False	SPA0052_000000023974	1.0		0	0	False	False	0.9991015195846558	0					non-mobilizable	no_good_hit	611.0	99.509	82.0	0.005010555021643955	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	True	False
ISR0339_000000007710	1917	0.6919313427704312	4	4	4	2	2	False	106609	fragment	False	ENG0027_000000009711	0.5803851339438213		0	0	False	False	0.9937402009963989	0					non-mobilizable	other	1903.0	97.846	99.0	0.00747600367904282	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0005_000000018242	1906	0.6919313427704312	4	4	4	2	2	False	106609	fragment	False	ENG0027_000000009711	0.6257231128525231		0	0	False	False	0.9989506602287292	0					non-mobilizable	other	1906.0	96.852	100.0	0.0074877954829529825	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0249_000000008945	2142	0.6919278767099961	3	3	3	3	2	False	27064	maximal	True	ISR0249_000000008945	1.0		7	3	False	False	0.9995331168174744	0					non-mobilizable	no_good_hit	891.0	82.37899999999999	46.0	0.00032088722604750505	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0365_000000006009	2593	0.6919275509772979	2	2	2	2	1	False	66585	fragment	False	ISR0365_000000006009	0.9748215701823949		0	0	False	False	0.9996143579483032	0					non-mobilizable	no_good_hit	112.0	84.821	4.0	3.869035585367656e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0121_000000002859	4874	0.6919273059190371	7	2	2	2	2	True	4140	maximal	True	SPA0121_000000002859	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1408.0	92.18799999999999	55.0	0.00040134211087097235	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ENG0064_000000006003	3798	0.6919258615733875	4	2	0	2	1	True	62997	maximal	True	ENG0064_000000006003	1.0		3	2	False	False	0.9994733929634094	0					non-mobilizable	no_good_hit								True	True
MAD0084_000000002785	2459	0.6919242463049807	3	3	3	3	3	False	16085	maximal	True	MAD0084_000000002785	1.0		286	13	False	False	1.0	0					non-mobilizable	chromosome	2468.0	78.32300000000001	99.0	0.0007069246614935081	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	False	False
MON0059_000000012035	3156	0.6919216179068746	4	4	4	4	3	False	123080	maximal	False	SPA0125_000000011150	0.9434700908236768		0	0	False	False	1.0	0					non-mobilizable	chromosome	3162.0	93.675	100.0	0.0012984830851266236	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0326_000000011583	1718	0.6919211138831339	3	3	3	3	2	False	24819	maximal	True	ISR0326_000000011583	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	90.37899999999999	20.0	0.0005943831662320639	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0078_000000003320	4950	0.6919190698075172	7	5	4	4	5	False	87825	fragment	False	ISR0078_000000003320	1.0		0	0	False	False	0.9997979998588562	0					non-mobilizable	no_good_hit	2640.0	99.88600000000001	54.0	0.00045611977404528116	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
MON0054_000000038806	1306	0.6919160323742771	1	1	1	1	1	False	11111	fragment	False	MON0054_000000038806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	77.532	65.0	0.00021051881471132575	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0820_000000003267	5334	0.6919145210273465	8	5	4	5	1	True	37921	fragment	False	ISR0820_000000003267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2209.0	92.57600000000001	76.0	0.05855509272770688	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
ENG0138_000000004844	4214	0.6919121400474967	7	2	2	2	2	False	57949	fragment	False	ENG0138_000000004844	1.0		0	0	False	False	0.9997627139091492	0					non-mobilizable	no_good_hit	1026.0	70.468	24.0	0.0002750106614471138	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ENG0143_000000005748	3304	0.6919120359749547	4	3	3	3	1	False	57624	maximal	True	ENG0143_000000005748	1.0		0	0	False	False	0.9906174540519714	0					non-mobilizable	no_good_hit	1544.0	99.87	47.0	0.000560360402892956	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0373_000000005268	2897	0.6919058019101596	5	2	2	2	0	True	67598	fragment	False	ISR0373_000000005268	1.0		0	0	False	False	0.9962029457092285	0					non-mobilizable	no_good_hit	349.0	91.691	12.0	0.4188034188034188	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	True
CHI0037_000000002808	4184	0.6919008945564221	6	4	3	3	3	False	123120	maximal	True	CHI0037_000000002808	1.0		13	2	False	False	1.0	0					non-mobilizable	other	3417.0	92.04	90.0	0.0025462090484086944	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0276_000000004762	2134	0.6918997347187781	3	3	2	3	2	False	112736	fragment	False	ISR0276_000000004762	1.0		0	0	False	True	0.9826616644859314	0					non-mobilizable	no_good_hit	1773.0	74.39399999999999	82.0	0.21194393662400976	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0110_000000008752	2673	0.6918992531500526	4	4	4	3	3	False	76253	fragment	False	ISR0107_000000006693	0.43852140090662145		0	0	False	False	1.0	0					non-mobilizable	chromosome	2674.0	98.28	100.0	0.0007603102680285692	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0058_000000001141	10812	0.6918948643074775	13	6	4	6	4	False	125987	fragment	False	FIJ0124_000000001671	0.3069142838132327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	4.909896387157955e-05	NZ_JRPR02000001.1	e-proteobacteria	Helicobacter jaachi strain MIT 09-6949 NODE_1_length_712846_cov_62.9814, whole genome shotgun sequence	True	False
AST0108_000000003227	6296	0.691891778494839	8	6	4	5	4	False	107314	maximal	True	AST0108_000000003227	1.0		1	1	False	False	0.9996823668479919	0					non-mobilizable	no_good_hit	638.0	75.392	10.0	0.00035757657153769826	NZ_LN913016.1	firmicutes	Anaerococcus rubeinfantis isolate Anaerococcus rubiinfantis, whole genome shotgun sequence	True	False
FIJ0051_000000000041	91728	0.6918860108661927	112	29	13	24	14	True	101358	maximal	True	FIJ0051_000000000041	1.0		2	1	True	True	1.0	24					non-mobilizable	no_good_hit	76.0	85.52600000000001	0.0	0.00122110334214312	NZ_UGSH01000001.1	a-proteobacteria	Ochrobactrum intermedium strain NCTC12171, whole genome shotgun sequence	True	True
ISR0323_000000004369	4040	0.6918803552461658	4	2	2	2	2	True	40369	maximal	True	ISR0323_000000004369	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	86.27	23.0	0.00029351009462671204	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0018_000000002709	8168	0.6918783420978522	14	4	2	3	3	False	66644	fragment	False	ENG0018_000000002709	1.0		0	0	False	False	0.9969393014907837	0					non-mobilizable	no_good_hit	69.0	88.406	1.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	False
ISR0213_000000021952	1247	0.6918777487157786	1	1	1	1	1	False	28249	maximal	True	ISR0213_000000021952	1.0		4	1	False	False	0.9791499376296997	0					non-mobilizable	no_good_hit								True	False
MON0031_000000004628	7692	0.6918683195835271	5	4	2	3	2	False	17182	fragment	False	MON0031_000000004628	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	7692.0	99.98700000000001	100.0	0.09627228119367114	CP025898.1	enterobacteria	Escherichia coli strain 500465 plasmid p500465_79, complete sequence	False	True
MON0109_000000021154	1701	0.6918663327061141	2	2	2	2	1	False	64581	fragment	False	MON0109_000000021154	0.9919198448610214		0	0	False	False	1.0	0					non-mobilizable	chromosome	1701.0	99.588	100.0	0.0007078125013011259	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
ISR0772_000000003293	1650	0.6918592490983937	3	2	2	1	0	True	29694	maximal	True	ISR0772_000000003293	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	99.171	75.0	0.00023202064630747004	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
CAN0008_000000020677	1375	0.6918592490983937	4	2	2	1	0	True	94914	fragment	False	CAN0008_000000020677	1.0		0	0	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit	581.0	99.31200000000001	87.0	0.00018612997905716823	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MON0110_000000013342	1256	0.6918592490983937	3	2	2	1	0	True	29692	fragment	False	MON0110_000000013342	1.0		0	0	False	False	1.0	0					non-mobilizable	other	796.0	99.37200000000001	95.0	0.0002551264368111185	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0178_000000014251	1230	0.6918592490983937	2	2	2	1	0	True	29691	fragment	False	ISR0178_000000014251	1.0		0	0	False	False	1.0	0					non-mobilizable	other	733.0	98.772	100.0	0.0002349088701204261	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0774_000000021882	1125	0.6918592490983937	2	2	2	1	0	True	22456	fragment	False	ISR0774_000000021882	1.0		0	0	False	False	0.9973333477973938	0					non-mobilizable	other	1030.0	74.757	91.0	0.00029052097624171345	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ISR0171_000000000306	50414	0.6918591047659535	52	21	11	18	12	True	130801	maximal	False	ISR0079_000000000160	0.313901788298879		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1113.0	82.39	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0079_000000012940	2564	0.6918554916445283	4	4	4	3	3	False	113588	fragment	False	DEN0061_000000010968	0.2701896603075599		0	0	False	False	1.0	0					non-mobilizable	chromosome	2564.0	97.036	100.0	0.0007173342147709274	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0303_000000009946	1428	0.6918497989695029	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.18882369212895608		0	0	False	False	0.9852941036224365	0					non-mobilizable	other	817.0	97.06200000000001	99.0	0.0002000651682864345	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0830_000000026818	1153	0.6918456428088374	1	1	1	1	1	False	21028	fragment	False	ISR0830_000000026818	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1040.0	99.904	90.0	0.025836130796966308	NZ_JAAIQH010000025.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_25_length_40215_cov_181.153, whole genome shotgun sequence	False	False
ENG0063_000000020071	1546	0.6918434529035785	2	2	2	2	2	False	63071	maximal	False	ENG0115_000000013159	0.6382660687593423		0	0	False	False	0.9993531703948975	0					non-mobilizable	other	1546.0	100.0	100.0	0.001953885766606132	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
TAN0002_000000014627	2544	0.6918409981533945	4	4	3	4	2	False	125442	fragment	False	MON0070_000000010284	0.3338928919312164		0	0	False	False	0.9929245114326477	0					non-mobilizable	no_good_hit	1458.0	85.322	81.0	0.00040714619876172745	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0094_000000009447	2142	0.6918079481202604	3	1	1	1	1	False	43188	maximal	True	FIJ0094_000000009447	1.0		3	2	False	False	0.9990662932395935	0					non-mobilizable	no_good_hit								True	False
ENG0107_000000007606	3488	0.6917994418825045	4	3	0	2	3	False	118846	fragment	False	ENG0107_000000007606	1.0		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3394.0	98.586	100.0	0.09277899343544858	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0160_000000016243	1225	0.6917948082806432	2	2	2	2	0	True	63236	maximal	True	ENG0160_000000016243	0.9755993150684932		4	2	False	False	0.9975510239601135	0					non-mobilizable	no_good_hit	158.0	74.051	13.0	0.0015187077177964933	NZ_AUMW01000014.1	firmicutes	Desulfallas alcoholivorax DSM 16058 H569DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0112_000000006717	3860	0.691781318139438	4	4	4	3	3	False	42043	fragment	False	FIJ0112_000000006717	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3860.0	99.819	100.0	0.0007230101202681152	CP049604.1	enterobacteria	Klebsiella pneumoniae strain Kp8701 chromosome, complete genome	False	False
ISR0222_000000025282	1916	0.6917797707362398	2	2	2	2	2	False	79121	fragment	False	ISR0222_000000025282	0.9968152866242038		0	0	False	False	0.9791231751441956	0					non-mobilizable	other	1785.0	79.49600000000001	93.0	0.014770547189351623	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0033_000000009072	2897	0.6917793592273411	7	3	2	2	1	False	65523	maximal	True	ENG0033_000000009072	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	95.238	18.0	0.007389937106918239	MK233092.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_4_c1 sequence	True	False
ISR0223_000000009545	2949	0.6917775729513552	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.9121900466587937		0	0	False	False	0.9986436367034912	0					non-mobilizable	other	2896.0	99.551	100.0	0.03600164152562397	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0333_000000016299	1465	0.6917773109565409	2	2	2	2	2	False	120112	fragment	False	DEN0031_000000018114	0.3824479227381009		0	0	False	False	0.991126298904419	0					non-mobilizable	no_good_hit	499.0	79.359	34.0	0.0008629556053369402	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
MAD0059_000000005960	3221	0.6917742606529043	3	2	2	2	2	False	16928	fragment	False	MAD0059_000000005960	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	95.54	44.0	0.005774416310424203	LR536659.1	firmicutes	Enterococcus faecium isolate E8407 genome assembly, plasmid: 2	True	False
FIJ0160_000000006112	2850	0.691773865116879	5	4	4	4	2	False	87981	maximal	True	FIJ0160_000000006112	1.0		32	8	False	False	1.0	0					non-mobilizable	chromosome	2456.0	97.31299999999999	100.0	0.0012268060881189856	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	False
CHI0026_000000004272	2486	0.6917679436032359	3	2	2	1	2	True	93885	maximal	True	CHI0026_000000004272	0.9982876712328768		17	7	False	False	0.9947707056999207	0					non-mobilizable	no_good_hit	1532.0	76.044	61.0	0.0005026370724040433	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
MON0013_000000025414	2109	0.6917667858388175	2	2	2	2	2	False	13528	fragment	False	MON0013_000000025414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	71.79899999999999	32.0	0.0023592433767711672	NZ_MDET01000012.1	a-proteobacteria	Pseudaminobacter manganicus strain JH-7 JH-7_scaffold2, whole genome shotgun sequence	True	False
ISR0016_000000013295	1655	0.6917649312163472	2	1	1	1	1	False	71190	fragment	False	ISR0016_000000013295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	98.836	88.0	0.25338659256686347	NZ_JAAIOD010000034.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_34_length_5758_cov_233.055, whole genome shotgun sequence	True	False
AST0019_000000023307	1317	0.6917577933913877	3	2	2	1	1	False	121949	fragment	False	AST0019_000000023307	0.9949856314379358		0	0	False	False	0.9962034821510315	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	5.730782039381967e-07	CP032583.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_13	True	False
ISR0134_000000025071	1282	0.6917577933913877	3	2	2	1	1	False	121949	fragment	False	AST0019_000000023307	0.982700321409533		0	0	False	False	0.9992199540138245	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	5.730782039381967e-07	CP032583.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_13	True	False
FIJ0015_000000026252	1262	0.6917577933913877	2	2	2	1	1	False	121949	fragment	False	AST0019_000000023307	0.9682631344737466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	5.730782039381967e-07	CP032583.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_13	True	False
SPA0051_000000015839	1545	0.6917569948984927	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.24223200671098233		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	93.88799999999999	99.0	0.0005357394319558637	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0022_000000014694	1760	0.6917459367028727	2	2	2	1	1	False	77875	fragment	False	ISR0022_000000014694	1.0		0	0	False	False	0.9994317889213562	0					non-mobilizable	other	1760.0	98.125	100.0	0.001018296336390924	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
AUS0020_000000017291	1517	0.6917450517336373	3	2	1	2	2	False	99506	fragment	False	FIJ0001_000000010442	0.30920522684411644		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	89.598	99.0	0.6191646191646192	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
ISR0363_000000004769	3865	0.691742768206817	3	3	3	3	2	False	101412	maximal	True	ISR0363_000000004769	1.0		92	10	False	False	0.9930142164230347	0					non-mobilizable	other	3845.0	87.542	99.0	0.060373267980016965	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0806_000000007855	1574	0.6917339154001804	3	3	3	2	2	False	84668	fragment	False	MON0043_000000014837	0.5214687463214754		0	0	False	False	0.9993646740913391	0					non-mobilizable	chromosome	1563.0	98.59200000000001	99.0	0.00043717364162005023	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AUS0008_000000011590	2113	0.6917220090117461	3	3	3	2	1	True	101820	maximal	True	AUS0008_000000011590	1.0		1	1	False	False	0.9919545650482178	0					non-mobilizable	no_good_hit	151.0	100.0	7.0	0.0013945964038007401	NZ_CYYA01000012.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MAD0045_000000003373	8163	0.6917214155692945	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.6705748533317308		0	0	False	False	1.0	0					non-mobilizable	plasmid	6735.0	98.27799999999999	98.0	0.05837510623905087	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0160_000000002954	8054	0.6917176832110562	10	4	2	4	1	False	30448	maximal	True	ISR0160_000000002954	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0048_000000007965	2516	0.6917168180979224	2	1	1	1	1	False	70045	maximal	True	SPA0048_000000007965	1.0		10	5	False	False	1.0	0					non-mobilizable	other	2516.0	97.21799999999999	100.0	0.0007178142370961831	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0040_000000004036	6022	0.6917120739994272	6	6	5	6	5	False	127578	fragment	False	MON0040_000000004036	0.9674714956405097		0	0	False	False	0.9991697072982788	0					non-mobilizable	chromosome	6051.0	91.935	100.0	0.002611920398864179	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0165_000000010175	1934	0.691710780579353	2	2	1	2	1	False	56223	maximal	True	ENG0165_000000010175	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	82.615	37.0	0.00019793297839022862	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0017_000000016322	1246	0.6917102956271546	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.06407594986985816	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1249.0	85.588	100.0	0.00041905971079157854	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0153_000000017642	1876	0.6917099079887441	3	2	2	2	2	True	103371	fragment	False	AST0153_000000017642	0.9874118226007697		0	0	False	False	1.0	0					non-mobilizable	other	1876.0	99.094	100.0	0.0025310987668486808	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
USA0050_01_000000007087	1720	0.6917099079887441	3	2	2	2	2	True	103371	fragment	False	AST0153_000000017642	0.865232951085637		0	0	False	False	0.9994186162948608	0					non-mobilizable	other	1720.0	99.535	100.0	0.0023205113494468707	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ISR0235_000000003470	1396	0.6917021948241728	3	1	1	1	1	True	56779	fragment	False	ISR0235_000000003470	1.0		0	0	False	False	0.9820916652679443	0					non-mobilizable	other	1396.0	99.928	100.0	0.0002700405409250795	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0308_000000000154	36840	0.6917012603182451	32	10	3	6	7	False	64885	fragment	False	ISR0308_000000000154	0.9903252143148727		0	0	False	False	0.9994571208953857	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	8.177112996662511e-06	NZ_CP034036.1	enterobacteria	Brenneria nigrifluens DSM 30175 = ATCC 13028 chromosome, complete genome	True	False
ISR0103_000000011447	2475	0.6917008062602691	4	3	2	2	3	False	33049	maximal	False	ISR0800_000000004441	0.9909557395160826		0	0	False	False	0.9987878799438477	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000015321	2301	0.6917008062602691	3	3	2	2	3	False	33049	maximal	False	ISR0800_000000004441	0.9461620218246725		0	0	False	False	0.9965232610702515	0					non-mobilizable	no_good_hit								True	False
FIJ0132_000000026310	1334	0.691700640599787	2	1	1	1	1	False	40751	fragment	False	FIJ0132_000000026310	1.0		0	0	False	False	0.9962518811225891	0					non-mobilizable	no_good_hit	896.0	87.835	85.0	0.00028815257775687724	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0257_000000003590	4307	0.6916994231659681	8	4	1	4	4	False	113900	fragment	False	ISR0257_000000003590	1.0		0	0	False	False	0.9867657423019409	0					non-mobilizable	no_good_hit	711.0	83.12200000000001	37.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0046_000000007823	3576	0.6916994231659681	7	4	1	4	4	False	108769	fragment	False	SPA0046_000000007823	1.0		0	0	False	False	0.998881459236145	0					non-mobilizable	no_good_hit	711.0	83.404	41.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0160_000000008742	2085	0.6916935627856583	3	3	2	2	3	False	43932	maximal	True	FIJ0160_000000008742	1.0		82	12	False	False	0.9947242140769958	0					non-mobilizable	chromosome	2088.0	98.132	100.0	0.0007267512788731137	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0102_000000001225	22629	0.6916817581249057	25	10	7	9	5	True	123962	maximal	True	SPA0102_000000001225	1.0		16	7	False	False	0.9977904558181763	0					non-mobilizable	no_good_hit	1182.0	100.0	7.0	0.0002850212981622039	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
FIJ0063_000000009013	2884	0.6916798133787709	3	3	3	3	3	False	108783	fragment	False	FIJ0063_000000009013	0.969525124589004		0	0	False	False	1.0	0					non-mobilizable	other	2888.0	96.60700000000001	100.0	0.017632180256356992	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0229_000000009888	1641	0.6916773183095178	3	2	2	2	2	False	79372	fragment	False	ISR0121_000000013880	0.777050678916747		0	0	False	False	0.9951249361038208	0					non-mobilizable	other	1638.0	95.788	99.0	0.0005089568313766286	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0001_000000010329	3298	0.6916738714973237	4	3	3	2	1	False	97373	maximal	True	SPA0001_000000010329	1.0		2	2	False	False	0.9924196600914001	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0013865576880974968	NZ_QRUU01000049.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf49, whole genome shotgun sequence	True	False
USA0120_01_000000004649	2717	0.6916738714973237	4	3	3	2	1	False	27934	fragment	False	USA0120_01_000000004649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	98.095	4.0	0.0011241906367891385	NZ_LMUA01000015.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00015, whole genome shotgun sequence	True	False
ISR0264_000000007294	1538	0.6916636618496818	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.23328318671750256		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	92.068	100.0	0.00046276126667122304	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0003_000000021881	1468	0.6916496833361838	2	1	1	1	1	False	129419	maximal	True	AST0003_000000021881	1.0		1	1	False	False	0.9945504069328308	0					non-mobilizable	no_good_hit	185.0	95.135	13.0	0.000199916537576662	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
FIJ0018_000000021623	1267	0.6916462662513579	2	2	1	1	2	True	74230	fragment	False	MON0052_000000022249	0.8424101223517529		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	95.738	100.0	0.028937142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0159_000000000910	19496	0.6916377882849405	19	12	9	9	7	True	122765	maximal	True	ISR0159_000000000910	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	4287.0	91.696	40.0	0.017552137397376617	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0081_000000000051	92604	0.691637432659592	85	12	4	11	5	False	115487	maximal	False	AUS0014_000000000041	0.9283223762227246	PS49	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	246.0	100.0	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
MON0007_000000050789	1291	0.6916352078347995	1	1	1	1	1	False	13911	fragment	False	MON0007_000000050789	1.0		0	0	False	False	0.9411308765411377	0					non-mobilizable	no_good_hit								True	False
MAD0070_000000010938	1832	0.6916305964354985	4	2	1	1	2	True	122258	fragment	False	ENG0017_000000009764	0.42835807965651657		0	0	False	False	0.999454140663147	0					non-mobilizable	other	1797.0	98.77600000000001	100.0	0.00047797852343491975	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0139_000000017375	1620	0.6916305964354985	3	2	1	1	2	True	75860	fragment	False	SPA0139_000000017375	0.9784172226838063		0	0	False	False	0.9969135522842407	0					non-mobilizable	other	1620.0	99.87700000000001	100.0	0.011093578485181119	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
USA0125_01_000000014951	1570	0.6916305964354985	4	2	1	1	2	True	75859	fragment	False	USA0125_01_000000014951	0.9945114823982398		0	0	False	False	0.9980891942977905	0					non-mobilizable	other	1570.0	100.0	100.0	0.010764270032930845	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ISR0307_000000007294	1536	0.6916305964354985	4	2	1	1	2	True	75859	fragment	False	USA0125_01_000000014951	0.9815910253445727		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	99.74	100.0	0.010531009879253567	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ISR0390_000000009717	1515	0.6916305964354985	4	2	1	1	2	True	75859	fragment	False	USA0125_01_000000014951	0.9691071744515215		0	0	False	False	0.9986798763275146	0					non-mobilizable	other	1515.0	99.868	100.0	0.010386937431394072	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	True
ENG0122_000000006983	3899	0.6916266001829543	3	2	1	2	1	False	59084	fragment	False	ENG0122_000000006983	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	82.45100000000001	34.0	0.00477504359901236	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0381_000000001919	7411	0.6916252719818878	9	3	1	2	1	False	23169	maximal	True	ISR0381_000000001919	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.02609661299278179	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	False
CHI0126_000000013506	1160	0.6916236804446234	2	2	2	2	2	False	81412	fragment	False	CHI0126_000000013506	1.0		0	0	False	False	0.9887930750846863	0					non-mobilizable	chromosome	576.0	86.285	100.0	0.00020007445279288599	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0338_000000018480	1565	0.6916225333802761	3	2	1	1	2	False	28254	fragment	False	ISR0338_000000018480	1.0		0	0	False	False	0.9942492246627808	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	5.0	0.0007877926392766009	NC_047916.1	viruses	Faecalibacterium phage FP_oengus, complete genome	True	False
ENG0070_000000015327	1664	0.6916210465444947	2	2	2	2	1	True	62363	fragment	False	ENG0070_000000015327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	78.161	5.0	0.001615079138877805	NZ_FOWX01000035.1	g-proteobacteria	Pseudomonas borbori strain DSM 17834, whole genome shotgun sequence	True	True
FIJ0015_000000012049	2486	0.6916206460922073	2	2	2	2	1	False	50363	maximal	True	FIJ0015_000000012049	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0092_000000036220	1544	0.6916107425208117	3	3	3	3	2	False	109458	fragment	False	MON0092_000000036220	1.0		0	0	False	False	0.9682642221450806	0					non-mobilizable	chromosome	1525.0	99.541	99.0	0.0004291118736636039	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0150_000000001277	14316	0.6916013622696594	19	7	1	7	1	False	104272	maximal	True	AST0150_000000001277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	7.249029536170845e-07	LR778255.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 3	True	False
USA0117_01_000000001716	14108	0.6916013622696594	19	7	1	7	1	False	1735	maximal	True	USA0117_01_000000001716	1.0		1	1	False	False	0.998724102973938	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00033539653017044244	NZ_WOTP01000008.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_8_length_98391_cov_3.729195, whole genome shotgun sequence	True	False
ISR0016_000000001225	13002	0.6916013622696594	19	7	1	7	1	False	37934	fragment	False	ISR0016_000000001225	1.0		0	0	False	False	0.998692512512207	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	4.0131906084009e-07	LR584416.1	bony fishes	Salmo trutta genome assembly, chromosome: 3	True	False
ISR0375_000000014487	1592	0.6915994552672613	2	2	2	2	2	False	116800	fragment	False	ISR0159_000000013040	0.4219351066429921		0	0	False	False	1.0	0					non-mobilizable	other	1517.0	98.682	95.0	0.005751159905765955	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0092_000000009939	1845	0.6915772383560177	2	2	2	1	1	False	15708	maximal	True	MAD0092_000000009939	1.0		67	12	False	False	0.9869918823242188	0					non-mobilizable	no_good_hit	1430.0	94.825	77.0	0.018796398673195387	NZ_CYXX01000017.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0050_000000001279	9980	0.6915671810628515	10	7	4	5	4	True	114799	maximal	True	AST0050_000000001279	1.0		1	1	True	True	1.0	19	rep_cluster_1404				non-mobilizable	no_good_hit	2210.0	97.195	32.0	0.001005616703889811	NC_009785.1	firmicutes	Streptococcus gordonii str. Challis substr. CH1, complete sequence	True	True
ISR0363_000000004688	3935	0.6915586073000888	5	4	4	3	3	False	49121	maximal	True	ISR0363_000000004688	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1954.0	96.82700000000001	50.0	0.0007610495391422236	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ENG0188_000000003883	6670	0.6915509539878608	14	6	2	4	4	False	54931	maximal	True	ENG0188_000000003883	1.0		1	1	False	False	0.9980509877204895	0					non-mobilizable	no_good_hit	530.0	93.396	19.0	0.0001231833948783704	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0168_000000012459	2417	0.6915492504430204	3	3	3	3	2	False	61611	fragment	False	ENG0168_000000012459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000018295	1798	0.6915408253371564	2	2	2	1	1	True	73181	fragment	False	SPA0097_000000018295	1.0		0	0	False	False	0.9983314871788025	0					non-mobilizable	no_good_hit	1562.0	82.33	86.0	0.000420577585982339	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
CHI0021_000000004976	1737	0.6915408253371564	2	2	2	1	1	True	89275	maximal	True	CHI0021_000000004976	1.0		0	0	False	False	0.9850316643714905	0					non-mobilizable	other	1524.0	80.184	97.0	0.00041053799199437346	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
DEN0031_000000014523	2357	0.6915344739069303	3	3	2	3	1	False	73794	maximal	True	DEN0031_000000014523	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	1717.0	74.898	72.0	0.008298652275060887	NZ_JAAITU010000001.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_1_length_201599_cov_156.995, whole genome shotgun sequence	True	False
MON0016_000000008786	3143	0.6915329731938392	4	4	4	4	3	False	91601	maximal	True	MON0016_000000008786	1.0		55	5	False	False	0.9974546432495117	0					non-mobilizable	no_good_hit	734.0	75.068	23.0	0.008214807019926	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
FIJ0097_000000004565	6089	0.6915325544945756	5	5	5	5	4	False	129475	maximal	True	FIJ0097_000000004565	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	4133.0	98.161	71.0	0.0012359049233005783	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0211_000000008050	2744	0.6915258894280155	4	3	3	3	1	False	114465	fragment	False	ISR0211_000000008050	0.979314200521804		0	0	False	False	0.9985422492027283	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000009102	2000	0.6915240371624511	4	2	1	2	1	False	39338	fragment	False	FIJ0160_000000009102	1.0		0	0	False	False	0.9994999766349792	0					non-mobilizable	no_good_hit	636.0	99.84299999999999	43.0	0.00017633892619313416	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0112_000000021944	1681	0.6915200017491601	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.3304090607922577		0	0	False	False	0.9934563040733337	0					non-mobilizable	no_good_hit	572.0	97.02799999999999	34.0	0.007682026218795987	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0130_000000007343	3785	0.6915168568961431	4	4	4	4	3	False	81239	fragment	False	ISR0130_000000007343	1.0		0	0	False	False	0.9968295693397522	0					non-mobilizable	no_good_hit	1818.0	95.82	48.0	0.0006468316823572028	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MAD0066_000000001829	7315	0.6915127693565651	7	7	6	7	5	False	79206	maximal	True	MAD0066_000000001829	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	72.406	20.0	0.0033426949142194274	NZ_PVXN01000009.1	firmicutes	Clostridium thermopalmarium DSM 5974 CPAL_contig000009, whole genome shotgun sequence	True	False
SPA0127_000000001951	13126	0.6915095085367043	13	10	6	9	4	True	97814	fragment	False	SPA0127_000000001951	1.0		0	0	False	False	0.9995428919792175	0					non-mobilizable	no_good_hit	9195.0	99.48899999999999	71.0	0.4572906820556191	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
FIJ0154_000000011790	3042	0.6915036278715928	4	4	4	3	3	False	101111	fragment	False	FIJ0154_000000011790	1.0		0	0	False	False	0.9921104311943054	0					non-mobilizable	other	3004.0	96.471	99.0	0.0005719768714600706	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0087_000000030120	1284	0.6914964872713791	2	2	2	2	1	False	33814	fragment	False	ISR0087_000000030120	1.0		0	0	False	False	0.9898753762245178	0					non-mobilizable	other	646.0	98.29700000000001	100.0	0.0026794369853837545	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	False	False
MON0006_000000009678	2216	0.691493220632969	2	2	2	2	2	False	81468	fragment	False	MON0034_000000011460	0.9470232591775093		0	0	False	False	0.9941335916519165	0					non-mobilizable	no_good_hit	1979.0	80.445	89.0	0.0006330331797701419	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0011_000000010427	4412	0.6914768026154008	6	5	4	5	3	False	125695	maximal	True	MON0011_000000010427	1.0		3	1	False	False	0.9988667368888855	0					non-mobilizable	no_good_hit	2584.0	99.34200000000001	59.0	0.017276667469299303	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0174_000000012784	1568	0.6914589282281584	3	2	2	2	1	False	102215	fragment	False	ENG0174_000000012784	0.9355238950851884		0	0	False	False	0.9764030575752258	0					non-mobilizable	other	1206.0	92.289	93.0	0.00029470383857879196	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0115_000000014581	1622	0.6914584680416838	2	2	2	2	2	False	101410	fragment	False	ISR0055_000000010869	0.9252055855485757		0	0	False	False	0.9993834495544434	0					non-mobilizable	other	1627.0	84.51100000000001	100.0	0.02551292927388695	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ENG0127_000000018554	1439	0.6914507614753994	3	3	3	3	2	False	58692	fragment	False	ENG0127_000000018554	1.0		0	0	False	False	0.9986101388931274	0					non-mobilizable	no_good_hit	216.0	74.53699999999999	15.0	3.779562492681513e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
SPA0016_000000021996	1547	0.6914471734555413	2	2	2	2	1	False	106477	fragment	False	SPA0016_000000021996	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	87.28200000000001	100.0	0.01529518510763463	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
ISR0100_000000013140	1271	0.69144116242353	2	2	2	2	1	False	33159	maximal	True	ISR0100_000000013140	1.0		1	1	False	False	0.9952793121337891	0					non-mobilizable	no_good_hit	200.0	73.0	16.0	0.0005686705397226374	NZ_PXZT01000001.1	firmicutes	Trichococcus alkaliphilus strain B5 NODE_1_length_349939_cov_814.52, whole genome shotgun sequence	True	False
MON0093_000000003984	8446	0.6914370062287812	4	4	2	2	3	False	34970	maximal	True	MON0093_000000003984	1.0		1	1	False	False	0.9998816251754761	0		MOBP		MOBP	mobilizable	no_good_hit	4421.0	98.846	70.0	0.04556654055112834	CP041565.1	enterobacteria	Escherichia coli strain 405 plasmid p168-2	True	True
CHI0064_000000012240	1491	0.691435073476415	3	3	2	2	1	False	108207	fragment	False	ENG0175_000000014789	0.4688585926354226		0	0	False	False	0.98591548204422	0					non-mobilizable	no_good_hit	204.0	75.0	13.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
SPA0077_000000019629	1444	0.6914283025801566	2	1	1	1	1	False	81428	maximal	True	SPA0077_000000019629	1.0		10	6	False	False	0.9799168705940247	0					non-mobilizable	chromosome	1104.0	91.214	98.0	0.00038376650265673775	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0135_000000009127	2412	0.6914209369169214	4	3	3	3	2	False	90633	fragment	False	CHI0109_000000006175	0.47477758668483006		0	0	False	False	0.9747098088264465	0					non-mobilizable	other	2370.0	100.0	98.0	0.0037801663337014035	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0111_000000008299	4053	0.6914202988035038	3	3	3	3	3	False	110064	maximal	True	SPA0111_000000008299	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2144.0	98.601	79.0	0.03424143165295199	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0364_000000003641	4084	0.6914132427550108	6	5	2	4	4	True	123556	backbone	False	ISR0826_000000002301	0.36385675507675297	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4108.0	97.68700000000001	100.0	0.001097680143129564	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0021_000000004828	3909	0.6914032840174037	7	4	3	3	2	True	68958	maximal	True	ENG0021_000000004828	1.0		1	1	False	False	0.9823484420776367	0					non-mobilizable	no_good_hit	897.0	88.74	23.0	0.00913642435428117	NZ_AAXG02000034.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont317, whole genome shotgun sequence	True	True
FIJ0091_000000017015	1243	0.6913903199757407	3	3	3	2	0	True	84566	fragment	False	FIJ0091_000000017015	0.9751892346509672		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	98.315	100.0	0.00378719896331132	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0063_000000001071	16983	0.6913786150630663	25	8	4	6	4	False	45655	fragment	False	FIJ0063_000000001071	1.0		0	0	False	False	0.9998233318328857	0					non-mobilizable	no_good_hit	1328.0	85.241	8.0	0.00043118786385553054	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
CHI0159_000000000056	85737	0.6913744344074432	90	9	4	9	4	False	78829	fragment	False	CHI0159_000000000056	1.0		0	0	False	False	0.999988317489624	0					non-mobilizable	no_good_hit	57.0	94.73700000000001	0.0	0.0025959314674092603	NZ_FQVH01000039.1	firmicutes	Caldanaerobius fijiensis DSM 17918, whole genome shotgun sequence	True	False
ENG0210_000000003495	5599	0.6913707373259222	6	4	2	4	3	False	53757	maximal	True	ENG0210_000000003495	1.0		143	8	False	False	0.9969637393951416	0					non-mobilizable	no_good_hit	747.0	99.73200000000001	27.0	0.002303962196464578	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
TAN0019_000000001819	3333	0.6913702759451803	2	2	1	1	2	True	129285	maximal	True	TAN0019_000000001819	1.0		30	12	False	False	0.996099591255188	0					non-mobilizable	other	2423.0	91.085	99.0	0.029625276971855987	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0041_000000003602	6909	0.6913687055781067	7	5	5	5	4	False	124970	maximal	True	ENG0041_000000003602	1.0		31	8	False	False	0.9998552799224854	0					non-mobilizable	no_good_hit	2958.0	78.837	52.0	0.007014935492619426	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0074_000000002764	5335	0.6913687055781067	6	5	5	5	4	False	124958	fragment	False	MON0074_000000002764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3013.0	78.891	68.0	0.007148115144705746	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0059_000000009626	2691	0.6913650162981944	5	4	3	2	3	True	129444	fragment	False	ISR0024_000000008234	0.9853101022073888		0	0	False	False	1.0	0					non-mobilizable	other	2691.0	99.666	100.0	0.0008368544476791755	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0101_000000036015	1797	0.6913638249463836	3	1	1	1	1	False	9038	maximal	True	MON0101_000000036015	1.0		7	2	False	False	0.9888703227043152	0					non-mobilizable	no_good_hit								True	False
ISR0119_000000009609	3338	0.691361812637676	3	3	3	3	3	False	126367	maximal	False	SPA0066_000000003952	0.9085810304664288		0	0	False	False	1.0	0					non-mobilizable	other	3135.0	96.396	98.0	0.07144490169181528	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0064_000000003124	8216	0.6913581378969111	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.6730433520300821		0	0	False	False	1.0	0					non-mobilizable	plasmid	6786.0	98.39399999999999	98.0	0.05880006244254419	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0088_000000020707	1287	0.6913536264308892	2	2	2	2	1	False	87320	fragment	False	SPA0032_000000022606	0.8238131240893128		0	0	False	False	0.9860140085220337	0					non-mobilizable	other	1287.0	100.0	100.0	0.0002770565307351779	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MAD0109_000000006999	2025	0.6913508534919846	2	2	2	2	2	False	14591	maximal	True	MAD0109_000000006999	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	97.14299999999999	5.0	2.8952221874238786e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0096_000000004011	1925	0.6913474559758243	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.07426690694637364		0	0	False	False	1.0	0					non-mobilizable	other	1862.0	94.307	97.0	0.01651469008319497	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	True
CAN0020_000000003267	10068	0.6913440837396971	10	5	5	5	4	False	130496	fragment	False	CAN0020_000000003267	0.9874811463046758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8066.0	98.76	82.0	0.012867564928226306	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
CAN0012_000000005556	9945	0.6913440837396971	11	5	5	5	4	False	130496	fragment	False	CAN0020_000000003267	0.9814759634485499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8213.0	99.06200000000001	83.0	0.013090960152674679	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0049_000000002257	9577	0.6913440837396971	8	5	5	5	4	False	130490	maximal	True	SPA0049_000000002257	1.0		31	5	False	False	1.0	0					non-mobilizable	other	8813.0	99.04700000000001	97.0	0.014056346658326578	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0051_000000003808	9002	0.6913440837396971	8	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7170408247504837		0	0	False	False	1.0	0					non-mobilizable	other	7134.0	99.397	92.0	0.011381986685644623	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0001_000000003577	8869	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.807511925635563		0	0	False	False	1.0	0					non-mobilizable	other	8873.0	99.65100000000001	100.0	0.014156874509328347	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0185_000000003043	8738	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7933202508656271		0	0	False	False	1.0	0					non-mobilizable	other	8738.0	99.931	100.0	0.013941457685753129	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0172_000000002048	8233	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6637606339588479		0	0	False	False	1.0	0					non-mobilizable	other	7451.0	99.141	96.0	0.01186866913890715	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0112_000000004018	8232	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7212842875998363		0	0	False	False	1.0	0					non-mobilizable	other	7974.0	99.624	97.0	0.012722358032334864	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0024_01_000000002853	8213	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6651978169832642		0	0	False	False	1.0	0					non-mobilizable	other	7246.0	99.117	96.0	0.011554320144504797	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0056_000000001747	8138	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7118974473321102		0	0	False	False	1.0	0					non-mobilizable	other	8141.0	99.705	100.0	0.01298883662149828	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0777_000000001939	8130	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7028338341239952		0	0	False	False	1.0	0					non-mobilizable	other	7955.0	99.585	100.0	0.01269204010901687	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0061_000000002437	8037	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.659121318908341		0	0	False	False	1.0	0					non-mobilizable	other	7246.0	98.551	96.0	0.011554320144504797	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0012_000000002955	8034	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6928474124950152		0	0	False	False	1.0	0					non-mobilizable	other	7940.0	99.962	99.0	0.012668104906397401	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0013_000000002813	8027	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6926817819980603		0	0	False	False	0.9995017051696777	0					non-mobilizable	other	7938.0	99.962	99.0	0.012664913546048139	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0073_000000004838	7951	0.6913440837396971	8	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6809400648683013		0	0	False	False	0.9998742341995239	0					non-mobilizable	other	7877.0	98.59100000000001	99.0	0.01256279001487174	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0805_000000001661	7950	0.6913440837396971	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6788368287923863		0	0	False	False	1.0	0					non-mobilizable	other	7811.0	99.62899999999999	98.0	0.012462262163869971	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0148_000000003758	7681	0.6913343021930621	5	5	3	4	2	False	106652	fragment	False	ENG0141_000000002992	0.6346139497234724		0	0	False	False	1.0	0					non-mobilizable	other	7619.0	99.934	99.0	0.0023069964862063234	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
SPA0078_000000000982	8410	0.6913334029555731	9	9	4	5	8	False	45497	fragment	False	SPA0078_000000000982	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	8411.0	99.917	100.0	0.0755941466220832	CP026165.1	enterobacteria	Klebsiella pneumoniae strain F81 plasmid pF81_1, complete sequence	False	True
ISR0217_000000005570	4826	0.6913225670860111	4	4	3	4	2	False	56477	maximal	True	ISR0217_000000005570	1.0	PS242	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	1555.0	98.84200000000001	40.0	0.0005643551951365221	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ISR0115_000000022665	1569	0.6913193796595344	2	2	2	2	2	False	32460	maximal	True	ISR0115_000000022665	1.0		56	6	False	False	0.9840663075447083	0					non-mobilizable	no_good_hit	466.0	71.888	29.0	0.0001807449527267286	CP048617.1	firmicutes	Caloranaerobacter azorensis strain T3-1 chromosome, complete genome	True	False
MON0070_000000012696	2532	0.6913173195763114	3	3	1	3	2	False	10937	fragment	False	MON0070_000000012696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	89.34200000000001	56.0	0.039577283477531956	NZ_QIML01000019.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_19, whole genome shotgun sequence	True	False
SPA0079_000000015490	1672	0.6913147182180145	3	3	3	3	2	False	104631	fragment	False	DEN0070_000000020404	0.6172532530045817		0	0	False	False	1.0	0					non-mobilizable	chromosome	1672.0	99.581	100.0	0.00033905841245542246	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
DEN0079_000000036669	1657	0.6913147182180145	3	3	3	3	2	False	104631	fragment	False	DEN0070_000000020404	0.6141347401592874		0	0	False	False	0.9939649701118469	0					non-mobilizable	chromosome	1638.0	99.573	99.0	0.0003321554268126174	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
SPA0114_000000027732	1695	0.6913145887996492	2	2	2	2	2	True	4429	maximal	True	SPA0114_000000027732	1.0		43	5	False	False	1.0	0					non-mobilizable	other	1669.0	98.86200000000001	100.0	0.0004424667254677003	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	True
DEN0064_000000002858	9678	0.6913130353812591	7	6	3	5	2	True	71363	fragment	False	DEN0064_000000002858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3785.0	84.65	46.0	0.0016801457643592218	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0228_000000019184	1422	0.6913093884124799	3	2	2	2	2	False	89615	fragment	False	ISR0829_000000011069	0.9682947675709009		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	98.734	100.0	0.019476959346473314	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
MON0104_000000029084	1571	0.6913087493139737	2	1	1	1	1	False	68541	fragment	False	MON0104_000000029084	0.9467864547339323		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	96.806	98.0	0.02324453002987066	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0349_000000004988	2076	0.6913080218375572	2	1	1	1	1	False	24122	maximal	True	ISR0349_000000004988	1.0		108	7	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	5.557801131770412e-05	NZ_CDPP01000004.1	firmicutes	Beduini massiliensis strain GM1, whole genome shotgun sequence	True	False
MON0019_000000029056	2300	0.6913060588097176	3	2	2	1	1	True	79365	fragment	False	MON0019_000000029056	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1909.0	93.819	99.0	0.0006194635043043938	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0186_000000007517	3465	0.6913020391600281	6	5	4	4	2	False	113399	maximal	True	ISR0186_000000007517	1.0		10	5	False	False	1.0	0					non-mobilizable	chromosome	1388.0	96.037	98.0	0.0003870749976699932	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0054_000000015212	1257	0.6912949847520781	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.27221506816079716		0	0	False	False	0.9992044568061829	0					non-mobilizable	chromosome	1258.0	93.641	100.0	0.00043814213791055345	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0383_000000002788	4165	0.6912908611704477	6	6	5	5	5	False	125488	fragment	False	DEN0083_000000006349	0.953168814382407		0	0	False	False	0.9992797374725342	0					non-mobilizable	no_good_hit	1496.0	85.428	77.0	0.00044993738823091484	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0192_000000011148	1963	0.6912845814518854	2	2	2	2	2	False	106480	maximal	False	ISR0352_000000004650	0.980231541416081		0	0	False	False	0.9903209209442139	0					non-mobilizable	other	1933.0	88.515	98.0	0.019123966777342388	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
ISR0249_000000010258	1922	0.6912845814518854	2	2	2	2	2	False	106480	maximal	False	ISR0352_000000004650	0.9693599973867801		0	0	False	False	0.9989594221115112	0					non-mobilizable	other	1918.0	88.425	99.0	0.01897440499336943	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
ISR0148_000000011437	2544	0.6912829250662251	3	2	2	2	2	False	124158	maximal	False	MON0070_000000013243	0.77223793740478		0	0	False	False	0.9964622855186462	0					non-mobilizable	other	2445.0	95.95100000000001	96.0	0.000693785228619833	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0038_000000003546	3512	0.6912805774352767	5	3	3	3	1	False	94774	maximal	True	MAD0038_000000003546	1.0		3	2	False	False	0.9914578795433044	0					non-mobilizable	no_good_hit	456.0	74.561	13.0	0.00010203961580614012	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0230_000000024605	1429	0.6912776331062599	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.6625684398089211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	82.171	9.0	5.183595186521673e-05	NZ_KE148312.1	firmicutes	Oribacterium parvum ACB1 acqcx-supercont2.1, whole genome shotgun sequence	True	False
CHI0027_000000012261	1421	0.6912776331062599	2	2	2	2	2	False	131420	fragment	False	CHI0008_000000005149	0.6814072746891582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	85.455	8.0	4.4080966940499266e-05	NZ_KE148312.1	firmicutes	Oribacterium parvum ACB1 acqcx-supercont2.1, whole genome shotgun sequence	True	False
ENG0180_000000016371	1116	0.6912693990503794	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.0763253388012889		0	0	False	False	1.0	0					non-mobilizable	chromosome	1117.0	90.868	100.0	0.00038655499677231806	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0050_000000008607	2947	0.6912617711668704	4	3	3	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.4377847519238922		0	0	False	False	0.9989820122718811	0					non-mobilizable	other	2785.0	99.24600000000001	95.0	0.053220377878069304	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0110_000000014185	1924	0.6912603975779037	3	3	2	2	3	False	104051	fragment	False	SPA0090_000000016681	0.9807019769336999		0	0	False	False	0.9942827224731445	0					non-mobilizable	other	1924.0	99.792	100.0	0.13815647675838783	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0145_000000012404	2551	0.6912539852722274	3	3	3	3	3	False	131578	fragment	False	USA0052_01_000000005758	0.8193493460203971		0	0	False	False	1.0	0					non-mobilizable	other	2551.0	99.686	100.0	0.0004073247533169413	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0083_000000019521	1425	0.6912444157164527	3	2	2	2	2	False	34092	fragment	False	ISR0083_000000019521	1.0		0	0	False	False	0.9901754260063171	0					non-mobilizable	no_good_hit	408.0	73.039	28.0	8.031804330716607e-05	AP022848.1	a-proteobacteria	Bosea sp. ANAM02 DNA, complete genome	True	False
ISR0175_000000015985	1253	0.6912432223792707	1	1	1	1	1	False	29842	fragment	False	ISR0175_000000015985	1.0		0	0	False	False	0.9984038472175598	0					non-mobilizable	no_good_hit								True	False
MON0082_000000013860	2388	0.6912418533643233	2	1	1	1	1	False	105759	fragment	False	MON0082_000000013860	1.0		0	0	False	False	0.9995812177658081	0					non-mobilizable	no_good_hit								True	False
MON0087_000000024664	2051	0.6912418533643233	4	1	1	1	1	False	105765	fragment	False	MON0087_000000024664	1.0		0	0	False	False	0.9995124340057373	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	0.0005600856601597891	NZ_CACWHY010000014.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
MON0064_000000024696	1200	0.6912418533643233	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.37758833386443236		0	0	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit								True	False
MON0103_000000032508	1705	0.6912402162806106	3	2	2	2	2	False	38555	fragment	False	MON0103_000000032508	1.0		0	0	False	False	0.9665688872337341	0					non-mobilizable	no_good_hit	276.0	91.304	21.0	8.863753790060542e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0069_01_000000043312	1389	0.6912332890920471	2	2	2	1	1	False	24234	fragment	False	USA0069_01_000000043312	0.9996246246246246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	97.39299999999999	58.0	0.00019600363344369953	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0126_000000034105	1332	0.6912332890920471	2	2	2	1	1	False	24234	fragment	False	USA0069_01_000000043312	0.9791216702663788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	97.84899999999999	56.0	0.00028495973738110604	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0057_000000003372	4614	0.6912326696714309	8	4	2	3	3	True	110289	fragment	False	MAD0057_000000003372	0.9731666585191547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.6971616740539864e-06	CP052884.1	high GC Gram+	Gordonia ajococcus strain A2 chromosome, complete genome	True	True
CHI0059_000000007861	2199	0.6912247290701652	2	2	2	2	1	False	87706	fragment	False	ENG0098_000000011149	0.9666551954937906		0	0	False	False	0.9890859723091125	0					non-mobilizable	no_good_hit	166.0	74.096	7.0	0.006271160357032933	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
FIJ0054_000000000942	19937	0.6912233781945402	26	9	1	9	4	False	46358	maximal	True	FIJ0054_000000000942	0.9997607019409731		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	9.076079165833581e-06	CP013655.1	firmicutes	Enterococcus rotai strain LMG 26678 genome	True	False
MAD0098_000000001354	19419	0.6912233781945402	25	9	1	9	4	False	17706	maximal	True	MAD0098_000000001354	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0005145310670309784	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	True	False
FIJ0124_000000001081	18791	0.6912233781945402	22	9	1	9	4	False	46358	maximal	False	FIJ0054_000000000942	0.9692291006486973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	9.076079165833581e-06	CP013655.1	firmicutes	Enterococcus rotai strain LMG 26678 genome	True	False
MON0012_000000009899	4082	0.6912222212836211	5	4	3	3	2	False	13610	maximal	True	MON0012_000000009899	1.0		25	8	False	False	0.9973052144050598	0					non-mobilizable	no_good_hit	658.0	75.07600000000001	16.0	0.004630625206084326	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	False
MAD0045_000000021409	1923	0.6912178071282409	4	3	1	3	1	False	40269	fragment	False	MAD0045_000000021409	0.9530355097365406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0158_000000002457	7088	0.6912168320061992	8	7	5	3	4	True	132411	maximal	False	SPA0123_000000001863	0.07652744295018128	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	2482.0	99.919	94.0	0.0008425593010562908	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0166_000000027492	1107	0.6912161135060321	2	2	2	2	2	False	56104	maximal	True	ENG0166_000000027492	1.0		2	2	False	False	0.9900632500648499	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	8.638658834282657e-05	NZ_NJIH01000009.1	b-proteobacteria	Candidimonas nitroreducens strain SC-089 Scaffold7_1, whole genome shotgun sequence	True	False
SPA0079_000000006328	3716	0.6912114708466529	4	3	2	2	2	False	5652	maximal	True	SPA0079_000000006328	1.0		8	4	False	False	1.0	0					non-mobilizable	chromosome	3481.0	77.16199999999999	92.0	0.0009681079434721885	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0035_000000007331	3024	0.6911943202714791	3	3	3	2	2	False	93987	fragment	False	ENG0035_000000007331	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3040.0	97.829	100.0	0.0008138204330253099	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
AST0050_000000007775	1732	0.6911937685865385	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.11392300764601292		0	0	False	False	0.994226336479187	0					non-mobilizable	other	1727.0	99.76799999999999	99.0	0.0005918959634821452	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ISR0066_000000025004	1289	0.6911930372683425	3	1	1	1	1	False	89914	fragment	False	SPA0075_000000015746	0.9435708442615347		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	96.819	100.0	0.02174059820403754	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0090_000000003429	7470	0.6911928717549447	8	6	6	6	4	False	128380	maximal	True	AST0090_000000003429	1.0		4	2	False	False	0.999732255935669	0					non-mobilizable	other	4287.0	98.46	98.0	0.0014926922886624376	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0181_000000011780	1753	0.6911912852297547	2	2	1	2	2	False	111200	fragment	False	USA0133_01_000000010793	0.818734808951764		0	0	False	False	0.9977182149887085	0					non-mobilizable	chromosome	1757.0	96.016	99.0	0.00024714784889626114	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
DEN0008_000000003467	2305	0.6911845534199273	3	2	2	2	2	False	76144	maximal	True	DEN0008_000000003467	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	398.0	100.0	17.0	0.0021554649451903814	NZ_NQCD01000075.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_5_length_184183_cov_78.9263_ID_9.ctg_1, whole genome shotgun sequence	True	False
ISR0223_000000010099	2813	0.6911836110955532	5	4	2	2	4	False	36140	maximal	True	ISR0223_000000010099	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	70.255	24.0	0.011980719883487066	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	False
SPA0026_000000020296	1628	0.6911793778287486	2	2	2	2	1	False	7514	maximal	True	SPA0026_000000020296	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	85.73899999999999	36.0	0.004925898827653094	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
ENG0083_000000010845	2055	0.6911723268652517	3	3	3	3	2	False	61569	maximal	True	ENG0083_000000010845	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	93.291	80.0	0.0004426253557162184	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0034_000000009917	1485	0.6911713897782336	2	2	2	1	1	False	87124	fragment	False	CHI0062_000000006256	0.22122529188188508		0	0	False	False	0.9979798197746277	0					non-mobilizable	other	1485.0	98.11399999999999	100.0	0.0037416166607836215	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
USA0125_01_000000009938	2427	0.6911598842515599	3	2	2	2	2	False	63042	fragment	False	USA0125_01_000000009938	0.9952991452991453		0	0	False	False	0.9909353256225586	0					non-mobilizable	no_good_hit	1229.0	78.763	51.0	0.0010205072565684166	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0083_01_000000001679	15133	0.6911426052250422	24	6	0	6	3	False	507	fragment	False	USA0083_01_000000001679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0007_000000007504	3506	0.6911338415140436	4	4	4	3	2	False	109900	maximal	True	ENG0007_000000007504	1.0		13	6	False	False	0.9960068464279175	0					non-mobilizable	no_good_hit	548.0	70.985	15.0	0.00019541647540538836	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
FIJ0022_000000016687	1540	0.6911184651792719	3	3	3	2	2	False	49466	fragment	False	ISR0349_000000006666	0.9648466879801233		0	0	False	False	0.9993506669998169	0					non-mobilizable	chromosome	1540.0	99.805	100.0	0.00034250630042453867	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0076_000000000503	12484	0.6911166297738868	14	12	4	6	12	True	123519	maximal	True	SPA0076_000000000503	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4766.0	99.51700000000001	79.0	0.0008868967473503844	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
ISR0310_000000011915	1486	0.6911155869093234	3	2	0	2	1	False	25319	fragment	False	ISR0310_000000011915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0154_000000005486	5774	0.6911153294639503	5	5	3	5	4	False	39619	maximal	True	FIJ0154_000000005486	1.0		1	1	False	False	0.9982681274414062	0					non-mobilizable	no_good_hit	68.0	85.294	1.0	0.0005752356749145732	NZ_LFNG01000008.1	CFB group bacteria	Chryseobacterium koreense CCUG 49689 contig08, whole genome shotgun sequence	True	False
MON0078_000000012956	3215	0.6911087053618071	5	5	3	5	5	False	78248	fragment	False	MON0078_000000012956	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	92.665	92.0	0.0004728694276848873	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0014_000000003116	12755	0.6911076684163333	11	11	10	11	10	True	102436	maximal	True	CAN0014_000000003116	0.996464209947356	PS597	244	12	False	True	1.0	0					non-mobilizable	other	9862.0	99.98	100.0	0.0026406986805075946	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0342_000000011771	1170	0.6911056382077645	3	2	0	2	2	False	24328	maximal	True	ISR0342_000000011771	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	88.696	19.0	0.036756408189585685	LT629305.1	firmicutes	Lactococcus lactis subsp. lactis, strain BGBU1-4, plasmid pBU6	True	False
ENG0109_000000003425	6649	0.6910989904391969	7	7	7	6	5	True	120272	fragment	False	ENG0109_000000003425	1.0		0	0	False	False	0.9996991753578186	0					non-mobilizable	other	3435.0	99.68	100.0	0.0007252555131774111	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0254_000000007632	1645	0.6910972183923891	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.06190794308112719		0	0	False	False	1.0	0					non-mobilizable	other	1647.0	98.361	100.0	0.00043752599806626285	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0060_000000029536	1430	0.6910951238983373	1	1	1	1	1	False	12795	maximal	False	MON0025_000000028829	0.9774127310061602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	76.51899999999999	50.0	0.000304758867582915	NZ_SPUH01000001.1	g-proteobacteria	Luteimonas yindakuii strain 1626 Scaffold1_1, whole genome shotgun sequence	True	False
ISR0012_000000004918	4825	0.6910881889010059	4	4	3	2	1	True	38198	maximal	True	ISR0012_000000004918	1.0		7	4	False	False	1.0	0					non-mobilizable	other	2613.0	97.245	93.0	0.000505114184276423	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0136_000000003829	6640	0.6910825335925947	6	4	4	4	3	False	116213	fragment	False	SPA0013_000000002713	0.5057112788243795		0	0	False	False	0.995632529258728	0					non-mobilizable	no_good_hit	1554.0	95.238	23.0	0.00035114297944818063	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
TAN0009_000000033458	1301	0.6910806529723754	3	3	2	2	1	False	84668	fragment	False	MON0043_000000014837	0.25093703957882413		0	0	False	False	1.0	0					non-mobilizable	chromosome	1301.0	97.54	100.0	0.0003638449001959445	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0165_000000020423	1222	0.6910782871707853	1	1	1	1	1	False	30223	fragment	False	ISR0165_000000020423	1.0		0	0	False	False	0.9950900077819824	0					non-mobilizable	no_good_hit	204.0	74.51	16.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
AST0005_000000012376	2273	0.6910613287849418	4	3	2	3	2	False	128445	maximal	True	AST0005_000000012376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0017_000000008328	4442	0.6910608619686763	8	5	3	4	4	True	92546	fragment	False	CAN0017_000000008328	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2841.0	94.439	98.0	0.06236403190717912	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
ISR0335_000000004660	3569	0.6910580553818223	4	3	2	2	3	False	126749	fragment	False	CHI0167_000000004849	0.9746010638297873		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3569.0	100.0	100.0	0.696875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0033_000000010563	2863	0.6910527923443056	4	3	3	3	1	False	119263	fragment	False	ISR0293_000000011332	0.5288680133789838		0	0	False	False	0.9996507167816162	0					non-mobilizable	other	2864.0	99.09200000000001	100.0	0.009379627566866293	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ENG0189_000000006621	2355	0.6910525970827749	3	3	3	3	2	True	67887	fragment	False	ENG0115_000000007652	0.5288310966206687		0	0	False	False	0.9991507530212402	0					non-mobilizable	other	1295.0	98.301	99.0	0.0003496088463746266	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
MON0059_000000017921	2185	0.6910523100430346	3	2	2	2	1	True	56657	maximal	True	MON0059_000000017921	1.0		3	1	False	False	0.9995423555374146	0					non-mobilizable	no_good_hit	1340.0	97.76100000000001	61.0	0.00040030481761915194	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
AUS0006_000000016267	1603	0.6910513793929808	2	2	1	2	1	True	102028	fragment	False	AUS0006_000000016267	0.9693037974683545		0	0	False	False	0.9844042658805847	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.197750876012927e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
AST0106_000000003871	5005	0.6910482914984473	4	3	3	3	2	True	126108	maximal	True	AST0106_000000003871	1.0		1	1	False	False	0.9998002052307129	0					non-mobilizable	no_good_hit	1842.0	86.916	46.0	0.0038432827238377622	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0023_000000029486	1188	0.6910447701395208	2	2	2	2	2	False	49286	maximal	True	FIJ0023_000000029486	1.0		24	5	False	False	0.9579124450683594	0					non-mobilizable	other	1135.0	86.87200000000001	95.0	0.006493060327057853	NZ_FUWW01000002.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
AST0061_000000017566	2393	0.6910441201065743	5	3	3	2	2	False	112028	maximal	True	AST0061_000000017566	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	96.49700000000001	50.0	0.022068304903658402	NC_047914.1	viruses	Faecalibacterium phage FP_Taranis, complete genome	True	False
MAD0089_000000017323	1566	0.6910385361678475	2	1	1	1	1	False	124753	fragment	False	MAD0089_000000017323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	93.89399999999999	77.0	0.010824022346368716	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0010_01_000000009076	2995	0.6910319337275153	3	2	2	1	1	False	94581	maximal	True	USA0010_01_000000009076	1.0		120	13	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	99.426	52.0	0.0004239649428580158	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0035_000000003727	4337	0.6910310453214146	8	3	2	3	2	False	116897	fragment	False	AST0035_000000003727	1.0		0	0	False	False	0.9974637031555176	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000004994	3671	0.6910310453214146	6	3	2	3	2	False	33017	fragment	False	ISR0181_000000004994	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000001361	13917	0.6910302938007061	19	10	6	9	7	True	126199	maximal	True	ENG0132_000000001361	1.0	PS941	1	1	True	True	1.0	34					non-mobilizable	no_good_hit	1588.0	72.859	17.0	0.14895445431108564	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
USA0035_01_000000009621	2620	0.6910247720202642	4	3	3	3	3	False	83159	maximal	False	SPA0116_000000013938	0.9357344197639162		0	0	False	False	0.9984732866287231	0					non-mobilizable	other	2601.0	97.04	99.0	0.013586627260706252	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ENG0062_000000000518	27251	0.6910211870090514	33	17	9	14	8	True	114015	fragment	False	ENG0062_000000000518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1788.0	85.40299999999999	7.0	0.31741222598467295	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ITA0005_000000008696	2103	0.6910168996820552	4	3	3	3	2	False	20383	maximal	True	ITA0005_000000008696	1.0		42	9	False	False	1.0	0					non-mobilizable	no_good_hit	1891.0	76.943	89.0	0.002722063660885425	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
MON0103_000000022947	2278	0.6910134554435671	3	3	1	2	2	False	41918	fragment	False	MON0103_000000022947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	74.495	65.0	0.2140210463909886	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
FIJ0045_000000010315	2241	0.6910104241054223	4	3	3	3	2	False	91180	maximal	True	FIJ0045_000000010315	1.0		3	1	False	False	0.9906291961669922	0					non-mobilizable	no_good_hit	1350.0	81.03699999999999	60.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0083_000000012258	2332	0.6910101335358579	5	3	3	2	2	False	69108	maximal	True	DEN0083_000000012258	1.0		1	1	False	False	0.9978559017181396	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.495855274554585e-05	NC_019386.1	bacteria	Thermus oshimai JL-2, complete sequence	True	False
ISR0014_000000023454	1498	0.6909923886632933	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.5881191972404746		0	0	False	False	0.9953271150588989	0					non-mobilizable	no_good_hit								True	False
MON0069_000000001090	19659	0.6909901237996442	28	11	5	10	4	False	13239	maximal	True	MON0069_000000001090	1.0		2	1	False	False	0.9996439218521118	0					non-mobilizable	no_good_hit	864.0	75.926	7.0	0.012407741035625036	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
FIJ0061_000000001633	12708	0.6909878565228941	14	5	5	5	3	True	64767	fragment	False	FIJ0061_000000001633	0.9683680211430459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0051_000000026671	1762	0.6909691751303796	2	1	1	1	1	False	72526	maximal	True	DEN0051_000000026671	1.0		43	7	False	False	0.9829738736152649	0					non-mobilizable	no_good_hit	54.0	87.037	3.0	1.6450553980164977e-05	LT670850.1	CFB group bacteria	Polaribacter sp. KT 15 genome assembly, chromosome: I	True	False
TAN0017_000000012413	2832	0.6909622226176485	3	3	3	3	3	False	46119	maximal	True	TAN0017_000000012413	1.0		56	6	False	False	0.9996469020843506	0					non-mobilizable	other	2666.0	88.74700000000001	94.0	0.03542701125580524	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0244_000000014511	1764	0.6909617593944718	2	2	2	2	2	False	27183	maximal	True	ISR0244_000000014511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	96.165	56.0	0.013684617936525489	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
USA0026_01_000000007936	4279	0.6909594302457153	4	2	2	2	2	False	1637	maximal	True	USA0026_01_000000007936	1.0		5	3	False	False	0.9974293112754822	0					non-mobilizable	no_good_hit	1381.0	73.497	32.0	0.004123359715932796	NZ_CCFE01000030.1	firmicutes	Bacillus rubiinfantis, whole genome shotgun sequence	True	False
USA0069_01_000000019404	3190	0.6909576590718955	4	4	3	4	2	True	790	maximal	True	USA0069_01_000000019404	1.0		4	2	False	False	0.9984325766563416	0					non-mobilizable	no_good_hit	2322.0	96.382	73.0	0.0007885403781256657	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0098_000000000522	34409	0.6909516696030193	34	12	6	11	8	False	60732	maximal	True	ENG0098_000000000522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	71.82600000000001	6.0	0.0005624024752198169	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0031_01_000000004273	7149	0.6909516029782901	9	4	3	4	2	True	108879	fragment	False	USA0031_01_000000004273	1.0		0	0	False	False	0.9994404911994934	0					non-mobilizable	other	6478.0	99.87700000000001	96.0	0.0017507480899270741	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
DEN0007_000000016385	1561	0.6909468987595385	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.21782144392881064		0	0	False	False	1.0	0					non-mobilizable	plasmid	1596.0	76.566	100.0	0.006480075511962901	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MAD0057_000000000940	12731	0.6909468919712921	15	15	6	11	15	True	54178	fragment	False	ENG0201_000000000765	0.9397074161933308		0	0	False	False	0.999921441078186	0					non-mobilizable	plasmid	12731.0	100.0	100.0	0.11384164117973207	CP026941.2	enterobacteria	Escherichia coli strain CFS3313 plasmid pCFS3313-2, complete sequence	False	True
ISR0020_000000001856	8879	0.6909452412252717	11	7	5	6	5	False	122858	fragment	False	ISR0076_000000002357	0.9889634544430785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.715	22.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0027_000000026333	1567	0.6909448966419451	2	2	1	1	2	False	57000	fragment	False	MON0027_000000026333	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1567.0	92.853	100.0	0.000625312206884903	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0085_000000007947	2888	0.6909386270402429	2	2	2	1	2	False	33997	maximal	True	ISR0085_000000007947	1.0		1	1	False	False	0.9868420958518982	0					non-mobilizable	chromosome	2715.0	100.0	94.0	0.0005125531131747113	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	False	False
ISR0154_000000010100	2143	0.6909323260156479	3	3	3	3	3	False	118767	maximal	True	ISR0154_000000010100	1.0		8	2	False	False	0.9995333552360535	0					non-mobilizable	chromosome	1455.0	99.931	100.0	0.00040465278342114726	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
CHI0041_000000005118	2744	0.6909284780143472	2	1	1	1	1	False	87608	fragment	False	CHI0041_000000005118	1.0		0	0	False	False	0.9996355772018433	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000012945	2499	0.6909276202066652	4	3	2	2	3	False	27543	fragment	False	ISR0230_000000012945	1.0		0	0	False	False	0.9959983825683594	0					non-mobilizable	no_good_hit	315.0	90.15899999999999	13.0	0.000280997415539694	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
AST0110_000000004479	4196	0.6909266639508993	5	3	3	3	3	False	125697	maximal	True	AST0110_000000004479	1.0		0	0	False	False	0.9988083839416504	0					non-mobilizable	no_good_hit	3283.0	97.47200000000001	86.0	0.02183160767316799	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0005_000000012108	4104	0.6909266639508993	4	3	3	3	3	False	125688	fragment	False	MON0005_000000012108	1.0		0	0	False	False	0.9968323707580566	0					non-mobilizable	other	2917.0	98.97200000000001	98.0	0.019503973031543463	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0049_000000005308	3871	0.6909266639508993	3	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.9383782952310306		0	0	False	False	0.99405837059021	0					non-mobilizable	other	3273.0	99.32799999999999	91.0	0.021885116515504188	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0037_000000018096	3527	0.6909266639508993	4	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.6078035269887531		0	0	False	False	1.0	0					non-mobilizable	other	3225.0	99.287	99.0	0.02156406346148701	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0078_000000007445	3522	0.6909266639508993	3	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.8385222699482261		0	0	False	False	1.0	0					non-mobilizable	other	2917.0	98.8	95.0	0.019503973031543463	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0003_000000007487	3091	0.6909266639508993	3	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.49368024923243337		0	0	False	False	1.0	0					non-mobilizable	other	2934.0	99.352	98.0	0.01961767932150788	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0070_000000009821	3089	0.6909266639508993	4	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.5522517057855542		0	0	False	False	0.9932016730308533	0					non-mobilizable	other	2926.0	98.941	99.0	0.019564170479171684	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0053_000000012110	3007	0.6909266639508993	4	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.3279972483482268		0	0	False	False	0.9953442215919495	0					non-mobilizable	other	2843.0	98.34700000000001	99.0	0.01900901623993365	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0090_000000019208	3004	0.6909266639508993	3	3	3	3	3	False	125686	fragment	False	MON0049_000000005308	0.3315692544606391		0	0	False	False	0.9996671080589294	0					non-mobilizable	other	2941.0	99.42200000000001	98.0	0.01966449955855205	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0100_000000005121	2507	0.6909243791938952	3	2	2	2	2	False	33176	fragment	False	ISR0100_000000005121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1211.0	99.75200000000001	64.0	0.0003271668245269127	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0135_000000008870	2167	0.6909211268511107	2	2	2	2	2	False	129167	maximal	True	ISR0135_000000008870	1.0		1	1	False	False	0.9829257130622864	0					non-mobilizable	no_good_hit	54.0	98.148	2.0	0.0014833058128795723	KC246795.1	bacteria	Uncultured bacterium Contig26 genomic sequence	True	False
ISR0158_000000007643	2460	0.6909211267396871	4	4	4	3	4	False	106200	maximal	True	ISR0158_000000007643	1.0		2	1	False	False	0.997560977935791	0					non-mobilizable	no_good_hit	1952.0	96.055	79.0	0.004292289279617016	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0112_000000005645	2969	0.6909210784387857	3	3	3	3	2	False	101207	fragment	False	CHI0112_000000005645	0.9813407389123832		0	0	False	False	1.0	0					non-mobilizable	other	2969.0	99.663	100.0	0.0012092711330112685	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
TAN0007_000000017377	2240	0.690910555574406	4	3	3	2	2	False	2831	maximal	True	TAN0007_000000017377	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0039_000000003288	10611	0.6909095884452144	11	8	6	6	7	False	129214	maximal	True	MON0039_000000003288	1.0		1	1	False	False	0.9987748265266418	0					non-mobilizable	no_good_hit	5735.0	98.309	75.0	0.001405850091855901	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0147_000000013075	1631	0.6909081662389954	1	1	1	1	1	False	40581	fragment	False	FIJ0147_000000013075	0.9867119901112484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	87.785	80.0	0.0036824865766066674	LR756496.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
FIJ0135_000000017603	1618	0.6909081662389954	1	1	1	1	1	False	40581	fragment	False	FIJ0147_000000013075	0.9819129368485592		0	0	False	False	0.999381959438324	0					non-mobilizable	no_good_hit	1318.0	87.785	81.0	0.0036824865766066674	LR756496.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0181_000000002345	7183	0.6909021059825181	9	7	4	6	4	False	128377	maximal	True	ISR0181_000000002345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1888.0	98.25200000000001	88.0	0.0006841989624435054	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0285_000000016003	1247	0.6909002186090653	2	2	2	2	2	False	26124	fragment	False	ISR0285_000000016003	1.0		0	0	False	False	0.9887730479240417	0					non-mobilizable	other	1231.0	100.0	99.0	0.005097241273564381	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
ISR0134_000000006766	4862	0.69089962014602	3	3	3	3	3	False	131806	maximal	True	ISR0134_000000006766	1.0		25	5	False	False	0.9969148635864258	0					non-mobilizable	no_good_hit	2628.0	99.01100000000001	55.0	0.03407837897440554	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	True	False
ENG0100_000000012066	2493	0.6908778510058244	6	4	3	4	3	True	71101	fragment	False	ENG0100_000000012066	0.9607172917911216		0	0	False	False	1.0	0					non-mobilizable	plasmid	1394.0	92.46799999999999	97.0	0.11077047196450182	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0292_000000016288	1269	0.6908762615165706	2	2	2	2	1	False	25864	fragment	False	ISR0292_000000016288	1.0		0	0	False	False	0.9700551629066467	0					non-mobilizable	plasmid	1167.0	95.37299999999999	92.0	0.0018588131677367474	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
USA0013_01_000000002594	4706	0.6908716939860099	6	6	6	6	6	False	116668	fragment	False	USA0013_01_000000002594	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4706.0	98.93799999999999	100.0	0.0019894813310116373	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0205_000000000688	25580	0.6908624900959556	38	26	13	24	23	True	118806	fragment	False	ISR0205_000000000688	1.0		0	0	False	False	1.0	0					non-mobilizable	other	21100.0	97.19	99.0	0.34083486920813527	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	True
MON0005_000000007679	5780	0.6908591176111549	6	4	3	4	3	False	76410	maximal	True	MON0005_000000007679	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	89.03200000000001	5.0	4.2783906875373835e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0039_000000020434	1288	0.6908573870110422	2	2	2	2	2	False	64912	fragment	False	ENG0039_000000020434	1.0		0	0	False	False	0.9945651888847351	0					non-mobilizable	other	1317.0	88.686	100.0	0.0004087831763012776	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0110_000000021187	1419	0.690846565314288	2	2	2	1	1	False	59786	fragment	False	ENG0110_000000021187	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	97.814	99.0	0.0038134144995869024	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
FIJ0164_000000001674	13139	0.6908440570276633	16	10	6	6	9	False	125581	fragment	False	ISR0004_000000001014	0.46563943602022934		0	0	False	False	0.9990105628967285	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
DEN0078_000000008214	3463	0.6908280246829741	4	4	4	2	1	False	69826	maximal	True	DEN0078_000000008214	1.0		1	1	False	False	0.9953797459602356	0					non-mobilizable	no_good_hit	2417.0	75.714	71.0	0.0007394806773730112	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0842_000000013473	1690	0.6908218552164858	2	2	2	1	1	False	20744	maximal	True	ISR0842_000000013473	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	96.76100000000001	30.0	0.0009067753814170024	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
AST0055_000000006921	4624	0.6908208428952443	6	6	6	3	3	False	113940	maximal	True	AST0055_000000006921	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1861.0	78.238	40.0	0.5365429234338747	NZ_OFSM01000094.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
DEN0012_000000001196	5241	0.6908186092010623	5	4	1	3	4	True	75486	fragment	False	DEN0012_000000001196	1.0		0	0	False	False	0.9990459680557251	0					non-mobilizable	plasmid	5237.0	99.714	99.0	0.05076151974328399	CP036181.1	enterobacteria	Escherichia coli strain WCHEC025970 plasmid p2_025970, complete sequence	False	True
ISR0297_000000007870	1866	0.6908117974316216	3	3	2	3	3	False	80506	maximal	True	ISR0297_000000007870	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1641.0	96.405	98.0	0.0007643912153307309	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0134_000000017259	1853	0.6908117974316216	4	3	2	3	3	False	80504	fragment	False	ISR0378_000000014294	0.9664953593255724		0	0	False	False	0.9973016977310181	0					non-mobilizable	chromosome	1855.0	96.226	100.0	0.0008637294269630957	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
CHI0162_000000018723	1718	0.6908117974316216	3	3	2	3	3	False	80504	fragment	False	ISR0378_000000014294	0.8175944316150504		0	0	False	False	0.9994179010391235	0					non-mobilizable	chromosome	918.0	95.20700000000001	100.0	0.0004272009476772114	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0021_000000021365	1509	0.6908117974316216	3	3	2	3	3	False	51540	fragment	False	FIJ0144_000000022788	0.584731516577244		0	0	False	False	1.0	0					non-mobilizable	chromosome	1510.0	96.887	100.0	0.0007028295067134909	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
USA0053_01_000000007971	2572	0.6908086825336535	4	4	4	4	4	False	98807	fragment	False	USA0042_01_000000007829	0.581488979954684		0	0	False	False	0.996889591217041	0					non-mobilizable	chromosome	2512.0	98.925	98.0	0.0011205434300945566	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0066_000000024413	1505	0.6908081087357515	3	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.4785126107168219		0	0	False	False	0.9514949917793274	0					non-mobilizable	other	1458.0	99.794	97.0	0.013356434372880113	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0099_000000002687	1772	0.6908074627875329	3	3	3	3	2	True	4983	maximal	True	SPA0099_000000002687	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	74.367	74.0	0.0007598714835977291	NZ_CP044534.1	firmicutes	Lactobacillus frumenti strain LF145 chromosome, complete genome	True	True
SPA0009_000000009249	3762	0.6908025736319658	3	3	3	3	3	False	8143	maximal	True	SPA0009_000000009249	1.0		1	1	False	False	0.9997341632843018	0					non-mobilizable	no_good_hit								True	False
FIJ0078_000000012587	1966	0.6907983206672436	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.618694303534883		0	0	False	False	1.0	0					non-mobilizable	other	1966.0	97.406	100.0	0.0006109970762981044	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0170_000000021815	2132	0.6907968337410929	2	1	1	1	1	False	105804	fragment	False	ISR0170_000000021815	1.0		0	0	False	False	0.9910881519317627	0					non-mobilizable	other	2071.0	86.721	96.0	0.0006368182358361606	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0018_000000020397	1469	0.6907947339668064	2	2	2	2	2	False	7791	maximal	True	SPA0018_000000020397	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	77.523	44.0	0.0005585830348104751	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0115_000000009526	2095	0.6907925700894175	2	2	2	2	1	False	59541	maximal	True	ENG0115_000000009526	1.0		404	12	False	False	0.9894987940788269	0					non-mobilizable	other	2095.0	99.523	100.0	0.0006719934071477763	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
AST0108_000000010095	2668	0.6907921810854423	3	3	3	3	3	False	120674	fragment	False	ENG0157_000000008472	0.9658605842026272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	731.0	72.64	27.0	0.00019911025209523969	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0008_000000016130	1778	0.6907789643113188	2	2	2	2	2	False	51414	fragment	False	FIJ0151_000000010204	0.9631093624250856		0	0	False	False	0.9814398288726807	0					non-mobilizable	no_good_hit	179.0	85.475	27.0	0.00043003437845454877	NZ_JHXG01000003.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MON0012_000000032827	1670	0.6907789643113188	2	2	2	2	2	False	51414	fragment	False	FIJ0151_000000010204	0.7457804404224714		0	0	False	False	0.9958083629608154	0					non-mobilizable	no_good_hit	301.0	85.382	18.0	0.002021366749558911	NZ_JH594505.1	CFB group bacteria	Prevotella maculosa OT 289 supercont1.6, whole genome shotgun sequence	True	False
SPA0008_000000019703	1550	0.6907789643113188	2	2	2	2	2	False	51414	fragment	False	FIJ0151_000000010204	0.6319111724466365		0	0	False	False	0.9890322685241699	0					non-mobilizable	no_good_hit	160.0	89.375	10.0	0.0002689777323654646	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0092_000000023593	1540	0.6907789643113188	2	2	2	2	2	False	51414	fragment	False	FIJ0151_000000010204	0.6317719827471016		0	0	False	False	0.9694805145263672	0					non-mobilizable	no_good_hit	317.0	77.28699999999999	31.0	0.0007555971282449982	NZ_JHXG01000003.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MON0041_000000055403	1265	0.6907789643113188	2	2	2	2	2	False	19407	fragment	False	MON0041_000000055403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0126_000000007998	2332	0.6907787524537629	3	3	3	3	3	False	120661	fragment	False	ENG0126_000000007998	1.0		0	0	False	False	0.9995712041854858	0					non-mobilizable	other	2331.0	98.413	99.0	0.0038684077268538886	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AUS0002_000000009223	3656	0.6907680549774294	3	3	1	3	1	True	103075	fragment	False	AUS0002_000000009223	1.0		0	0	False	False	0.9994529485702515	0					non-mobilizable	other	1831.0	98.853	90.0	0.007098581059589291	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
CHI0030_000000003175	1897	0.6907661825066052	4	3	2	2	2	False	88519	fragment	False	CHI0030_000000003175	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	98.635	94.0	0.011309810624312456	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
SPA0056_000000004124	7230	0.6907654658328494	9	4	1	2	2	True	101813	fragment	False	CHI0167_000000002108	0.800477883038755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	88.676	50.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0081_000000018871	1273	0.6907629251832219	2	2	2	2	1	False	34219	fragment	False	ISR0081_000000018871	1.0		0	0	False	False	0.954438328742981	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	6.0	0.0017493119373046602	NZ_JAAITI010000029.1	firmicutes	Blautia luti strain MSK.16.34 NODE_29_length_42874_cov_168.243, whole genome shotgun sequence	True	False
SPA0083_000000000831	11936	0.6907624060707145	15	9	3	9	1	True	84074	fragment	False	SPA0083_000000000831	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11733.0	99.97399999999999	98.0	0.11707648091968705	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0102_000000022829	1387	0.6907570574357739	2	2	2	2	2	False	4897	maximal	True	SPA0102_000000022829	1.0		14	5	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit								True	False
CHI0027_000000002601	5736	0.6907285263602445	6	5	4	4	5	False	88838	fragment	False	CHI0027_000000002601	1.0		0	0	False	False	0.9991283416748047	0					non-mobilizable	other	4000.0	97.925	100.0	0.09332087809434844	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0842_000000008727	2487	0.6907284006710966	3	3	2	2	2	False	68261	fragment	False	ISR0842_000000008727	1.0		0	0	False	False	0.9895456433296204	0					non-mobilizable	no_good_hit	200.0	77.5	8.0	0.0007568161474600559	NZ_CABJCG010000007.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0296_000000003552	6365	0.6907251749266864	7	4	4	3	3	False	92449	maximal	True	ISR0296_000000003552	0.9996522948539639		4	4	False	False	0.9996857643127441	0					non-mobilizable	no_good_hit	100.0	89.0	2.0	0.0003889903931160488	NZ_LSRW01000017.1	g-proteobacteria	Steroidobacter cummioxidans strain 35Y AUR_c17.17, whole genome shotgun sequence	True	False
DEN0011_000000006475	5752	0.6907251749266864	7	4	4	3	3	False	92449	maximal	False	ISR0296_000000003552	0.9515318146111548		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	89.0	2.0	0.0003889903931160488	NZ_LSRW01000017.1	g-proteobacteria	Steroidobacter cummioxidans strain 35Y AUR_c17.17, whole genome shotgun sequence	True	False
ISR0029_000000008139	5614	0.6907251749266864	7	4	4	3	3	False	92445	fragment	False	ISR0029_000000008139	0.9854054054054053		0	0	False	False	0.9918062090873718	0					non-mobilizable	no_good_hit	100.0	89.0	2.0	0.0003889903931160488	NZ_LSRW01000017.1	g-proteobacteria	Steroidobacter cummioxidans strain 35Y AUR_c17.17, whole genome shotgun sequence	True	False
DEN0061_000000006255	5550	0.6907251749266864	6	4	4	3	3	False	92445	fragment	False	ISR0029_000000008139	0.9798717491984326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	89.0	2.0	0.0003889903931160488	NZ_LSRW01000017.1	g-proteobacteria	Steroidobacter cummioxidans strain 35Y AUR_c17.17, whole genome shotgun sequence	True	False
MON0070_000000014014	2339	0.6907228097806913	2	2	2	2	2	False	10454	maximal	True	MON0070_000000014014	1.0		85	7	False	False	0.98418128490448	0					non-mobilizable	no_good_hit	45.0	95.556	2.0	0.0016306563391765185	NZ_LABY01000344.1	a-proteobacteria	Methylobacterium variabile strain DSM 16961 contig_344, whole genome shotgun sequence	True	False
ENG0009_000000001939	6843	0.6907221652642778	10	2	2	2	2	False	106158	fragment	False	ENG0009_000000001939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	92.035	2.0	0.0005037486158258755	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0820_000000004500	4207	0.6907221652642778	6	2	2	2	2	False	106155	fragment	False	ISR0820_000000004500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	91.176	2.0	0.000453827581825113	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0015_000000002333	6038	0.6907181270129276	8	5	3	2	5	True	19446	maximal	True	MAD0015_000000002333	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1251.0	98.561	21.0	0.0005402480473274577	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	True
AUS0022_000000009976	3558	0.6907101726513989	7	2	0	2	1	False	99357	fragment	False	AUS0022_000000009976	1.0		0	0	False	False	0.9994378685951233	0					non-mobilizable	no_good_hit	683.0	97.95	19.0	0.03538397589109425	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	True	False
ISR0343_000000003436	4240	0.6907091994632093	4	4	4	4	4	False	90829	maximal	False	ISR0322_000000001954	0.9637300021915407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2781.0	100.0	66.0	0.9996404171161453	NZ_QRML01000069.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf69, whole genome shotgun sequence	True	False
CHI0056_000000009480	2073	0.6907080246067836	4	3	3	2	2	False	86112	maximal	True	CHI0056_000000009480	1.0		2	1	False	False	1.0	0	ColRNAI_rep_cluster_1857				non-mobilizable	chromosome	971.0	100.0	99.0	0.00018292609333228732	CP041002.1	enterobacteria	Escherichia coli strain FDAARGOS_772 chromosome, complete genome	False	True
MON0086_000000003980	7115	0.6907001557431321	8	7	4	3	5	True	116371	fragment	False	USA0005_01_000000004191	0.6305234925840578		0	0	False	False	0.9991567134857178	0			MPF_T		non-mobilizable	plasmid	7115.0	99.97200000000001	100.0	0.2153408402954353	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0005_000000017730	1625	0.6906947750554415	2	2	2	2	1	False	100822	fragment	False	SPA0102_000000019960	0.958564583772375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	89.059	60.0	0.00020318924775022989	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0258_000000010272	2316	0.690686833365044	3	2	2	2	1	False	57393	fragment	False	ISR0258_000000010272	1.0		0	0	False	False	0.9991364479064941	0					non-mobilizable	no_good_hit	752.0	78.191	32.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0029_000000009330	3283	0.6906824966770095	3	3	3	3	2	True	118387	maximal	True	AST0029_000000009330	1.0		10	6	False	False	0.9993907809257507	0					non-mobilizable	no_good_hit	1831.0	99.891	58.0	0.0007237833222129102	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ENG0035_000000002788	8095	0.6906797712247338	9	7	2	7	1	True	85169	fragment	False	ENG0035_000000002788	1.0		0	0	False	False	0.99518221616745	0					non-mobilizable	other	8092.0	98.072	99.0	0.1301159480887059	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0039_000000021865	1702	0.6906786586626131	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.5547812457105614		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	92.845	100.0	0.005500661783013799	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
SPA0126_000000026164	1693	0.6906786586626131	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.28752178104647397		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	99.292	100.0	0.00047608222684641217	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0301_000000012587	1546	0.6906786586626131	2	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.3145191988496888		0	0	False	False	0.9922380447387695	0					non-mobilizable	chromosome	1550.0	88.71	99.0	0.00040036702990907863	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0160_000000017759	1120	0.6906786586626131	2	2	2	2	1	False	56439	fragment	False	ENG0160_000000017759	1.0		0	0	False	False	0.9982143044471741	0					non-mobilizable	other	1122.0	99.465	100.0	0.00798704956962639	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
ISR0377_000000000632	13038	0.6906748269302946	14	7	4	7	3	False	40698	maximal	True	ISR0377_000000000632	1.0		5	2	False	False	0.9947844743728638	0					non-mobilizable	no_good_hit	829.0	99.035	6.0	0.00020300730311417615	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0090_000000014340	3895	0.6906728573869803	6	3	3	3	2	False	9570	maximal	True	MON0090_000000014340	1.0		3	3	False	False	0.9838254451751709	0					non-mobilizable	no_good_hit	527.0	97.53299999999999	14.0	0.00021143476172387666	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
USA0035_01_000000008056	3101	0.6906715171029654	5	4	3	4	4	False	121975	maximal	True	USA0035_01_000000008056	1.0		11	5	False	False	0.9880683422088623	0					non-mobilizable	no_good_hit	1259.0	99.126	41.0	0.9402092675635276	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0033_000000006866	4703	0.6906685613119647	5	4	3	3	4	False	126400	fragment	False	FIJ0033_000000006866	0.9660976958236409		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3571.0	99.44	77.0	0.0010748586350138362	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0035_000000006797	4418	0.6906685613119647	4	4	3	3	4	False	126400	fragment	False	FIJ0033_000000006866	0.9543239690918739		0	0	False	True	0.9997736811637878	0					non-mobilizable	no_good_hit	3682.0	98.669	83.0	0.0011076764476795247	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0211_000000004685	4268	0.6906685613119647	5	4	3	3	4	False	126400	fragment	False	FIJ0033_000000006866	0.4788873206304399		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3548.0	99.324	83.0	0.0030447710970790114	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
ENG0070_000000005476	4251	0.6906685613119647	4	4	3	3	4	False	126400	fragment	False	FIJ0033_000000006866	0.9362724347899227		0	0	False	True	0.9988238215446472	0					non-mobilizable	no_good_hit	3578.0	99.329	84.0	0.0010769662009648437	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0085_000000005108	5711	0.6906680821431675	8	7	6	7	6	False	132492	fragment	False	ISR0054_000000002543	0.6607944718871237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	96.76899999999999	88.0	0.0007360862211656415	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0014_000000018263	1277	0.6906678683120774	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.9777581498493688		0	0	False	False	0.9968676567077637	0					non-mobilizable	other	1274.0	82.41799999999999	99.0	0.017102683701750828	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
AST0025_000000031207	1246	0.6906678683120774	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.3724993456058529		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	96.469	100.0	0.004778701958692056	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0117_000000016874	1221	0.6906678683120774	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.9132803487937693		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	82.28200000000001	100.0	0.0166024471033597	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
ISR0104_000000021492	1148	0.6906678683120774	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.614670810964517		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	81.882	99.0	0.015439735009801933	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
DEN0035_000000020306	1693	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.8551055883057573		0	0	False	False	0.9734199643135071	0					non-mobilizable	other	1685.0	99.70299999999999	99.0	0.002273264172465695	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ISR0025_000000024772	1589	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.8187238933313239		0	0	False	False	0.9918187260627747	0					non-mobilizable	other	1589.0	99.62200000000001	100.0	0.002143671915603043	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
SPA0104_000000023742	1583	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.7854441014133985		0	0	False	False	1.0	0					non-mobilizable	other	1583.0	99.74700000000001	100.0	0.002135572399549127	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
CAN0007_000000025482	1580	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.7850756660077783		0	0	False	False	1.0	0					non-mobilizable	other	1580.0	99.684	100.0	0.002131522641522169	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
DEN0070_000000021652	1573	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.784265987576035		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	99.619	100.0	0.002122073206125934	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ENG0166_000000018857	1570	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.784146380407682		0	0	False	False	1.0	0					non-mobilizable	other	1570.0	99.682	100.0	0.002118023448098976	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ENG0202_000000013668	1550	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.7321575341065648		0	0	False	False	0.9516128897666931	0					non-mobilizable	other	1531.0	99.804	99.0	0.0020653765937485237	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ISR0380_000000007815	1526	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.7391684059783312		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	99.41	100.0	0.002058626997036927	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ENG0101_000000022515	1499	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.7347787187096427		0	0	False	False	0.9973315596580505	0					non-mobilizable	other	1499.0	99.666	100.0	0.002022179174794306	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
CHI0104_000000006635	1492	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.7329443563120681		0	0	False	False	0.9993297457695007	0					non-mobilizable	other	1489.0	99.664	99.0	0.002008679981371113	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
USA0056_01_000000011721	1487	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.7321358508074592		0	0	False	False	1.0	0					non-mobilizable	other	1487.0	99.59700000000001	100.0	0.0020059801426864743	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ISR0244_000000017758	1485	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.7318843461660509		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	99.73100000000001	100.0	0.002003280304001836	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
USA0011_01_000000024635	1468	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.7215509570350406		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	99.046	100.0	0.001980331675182408	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
USA0083_01_000000018991	1443	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.7162832535018063		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	99.65299999999999	100.0	0.0019465836916244255	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
USA0004_01_000000015500	1432	0.6906652244023361	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.6753343321369627		0	0	False	False	0.9993016719818115	0					non-mobilizable	other	1432.0	99.581	100.0	0.0019317345788589131	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
DEN0079_000000050436	1247	0.6906652244023361	2	2	2	2	1	True	78793	fragment	False	DEN0079_000000050436	0.9457114648413958		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	99.759	99.0	0.0016779497425028855	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
USA0071_01_000000008956	1225	0.6906652244023361	2	2	2	2	1	True	78793	fragment	False	DEN0079_000000050436	0.9396013860125499		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	99.51	100.0	0.0016523012749988188	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
CHI0159_000000013421	1213	0.6906652244023361	2	2	2	2	1	True	78793	fragment	False	DEN0079_000000050436	0.9225374587577003		0	0	False	False	0.9950535893440247	0					non-mobilizable	other	1223.0	89.53399999999999	100.0	0.0016540971659255983	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ISR0128_000000030664	1136	0.6906652244023361	2	2	2	2	1	True	78793	fragment	False	DEN0079_000000050436	0.9182549022894144		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	99.912	100.0	0.0003015956402290851	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CHI0182_000000005184	4859	0.6906642026626859	7	3	3	3	2	True	131695	maximal	True	CHI0182_000000005184	1.0		1	1	False	False	0.9997941851615906	0					non-mobilizable	no_good_hit	1987.0	99.446	41.0	0.0062653202222201195	NZ_CABIXL010000004.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	True
CHI0122_000000005754	2421	0.6906642026626859	3	3	3	3	2	True	81765	fragment	False	CHI0122_000000005754	1.0		0	0	False	False	0.9909128546714783	0					non-mobilizable	no_good_hit	1987.0	98.84200000000001	82.0	0.0062653202222201195	NZ_CABIXL010000004.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	True
MON0110_000000005998	2387	0.6906571916148859	2	2	2	2	0	False	107333	fragment	False	MON0110_000000005998	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2228.0	95.736	94.0	0.0005230638234249373	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	False	False
CAN0022_000000015849	1988	0.6906571916148859	2	2	2	2	0	False	107331	fragment	False	DEN0082_000000017344	0.552640326998485		0	0	False	False	1.0	0					non-mobilizable	other	1989.0	96.229	100.0	0.03224131496535722	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ENG0069_000000009660	1969	0.6906571916148859	2	2	2	2	0	False	107331	fragment	False	DEN0082_000000017344	0.5525543913440513		0	0	False	False	1.0	0					non-mobilizable	chromosome	1969.0	99.848	100.0	0.0007964006575161526	CP023199.1	high GC Gram+	Bifidobacterium breve strain DRBB30 chromosome, complete genome	False	False
AUS0012_000000005097	3148	0.6906541952592586	5	4	3	4	4	False	101219	maximal	True	AUS0012_000000005097	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1727.0	76.54899999999999	53.0	0.00044698499795077	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
MON0098_000000016158	2047	0.6906473114920296	3	3	2	3	2	False	9198	maximal	True	MON0098_000000016158	1.0		6	3	False	False	0.966292142868042	0					non-mobilizable	no_good_hit	66.0	93.939	3.0	0.0020633610564408608	NZ_AJLR01000113.1	firmicutes	Bacillus azotoformans LMG 9581 contig113, whole genome shotgun sequence	True	False
ETH0003_000000031611	1342	0.6906363651087659	2	2	2	1	1	False	53037	fragment	False	ETH0003_000000031611	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	82.39200000000001	100.0	0.004222186189508758	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0051_000000017054	2271	0.6906352854664571	2	2	1	1	2	False	110265	maximal	False	FIJ0108_000000008066	0.5704877626970124		0	0	False	False	0.9991193413734436	0					non-mobilizable	other	2123.0	97.456	95.0	0.0006601506089127176	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0062_000000015787	1555	0.6906322793323652	1	1	1	1	1	False	63191	fragment	False	ENG0062_000000015787	1.0		0	0	False	False	0.9929260611534119	0					non-mobilizable	no_good_hit	973.0	75.02600000000001	63.0	0.00028851406822303646	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0100_000000015760	1940	0.6906241594251967	4	4	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.36829762395481896		0	0	False	False	1.0	0					non-mobilizable	other	1940.0	100.0	100.0	0.054389901823281905	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0118_000000004817	1991	0.6906237121880836	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.29921916622221206	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1894.0	99.736	95.0	0.819402338674751	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0816_000000028076	1322	0.6906216827936328	1	1	1	1	1	False	96067	fragment	False	CHI0188_000000010932	0.9724236004326428		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	99.62200000000001	100.0	0.0003978362047209093	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0088_000000017562	1824	0.6906207894274271	3	3	3	2	3	False	9634	maximal	True	MON0088_000000017562	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	80.328	10.0	0.0018556318426424198	NZ_SLXA01000009.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_109, whole genome shotgun sequence	True	False
ISR0259_000000014807	1257	0.6906175658582746	2	2	2	2	2	False	26732	maximal	True	ISR0259_000000014807	1.0		107	9	False	False	0.9848846197128296	0					non-mobilizable	chromosome	1264.0	79.27199999999999	100.0	0.0003365870077415012	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0133_000000007726	2822	0.6906088433584666	3	3	3	2	2	False	3697	maximal	True	SPA0133_000000007726	1.0		1	1	False	False	0.9957476854324341	0					non-mobilizable	other	2822.0	99.681	100.0	0.0040932524452866655	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
ISR0195_000000003041	7504	0.6906084403204289	13	6	4	4	5	False	92283	maximal	True	ISR0195_000000003041	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	99.21700000000001	54.0	0.002070998444947161	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MON0090_000000023052	2551	0.6906057539585292	3	1	1	1	1	True	117913	maximal	True	MON0090_000000023052	1.0		0	0	False	False	0.9996079802513123	0					non-mobilizable	no_good_hit	1558.0	80.488	61.0	0.011005250406746665	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
MON0049_000000009448	2269	0.6906057539585292	3	1	1	1	1	True	79407	maximal	True	MON0049_000000009448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	85.65700000000001	11.0	0.00011156346376887263	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CHI0028_000000006038	2255	0.6906057539585292	3	1	1	1	1	True	88710	maximal	True	CHI0028_000000006038	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2198.0	98.36200000000001	97.0	0.004832012246082925	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0852_000000005018	2133	0.6906057539585292	2	1	1	1	1	True	81457	fragment	False	ISR0852_000000005018	0.9809663250366032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	3.0	0.0019494364910143161	NZ_CABMGA010000020.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
SPA0032_000000013951	2032	0.6906057539585292	3	1	1	1	1	True	81456	maximal	True	SPA0032_000000013951	1.0		3	1	False	False	0.9940944910049438	0					non-mobilizable	no_good_hit								True	True
ISR0151_000000009692	2027	0.6906057539585292	1	1	1	1	1	True	30768	maximal	True	ISR0151_000000009692	1.0		10	5	False	False	0.9782930612564087	0					non-mobilizable	no_good_hit	1731.0	99.307	85.0	0.003802707862301947	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0089_000000014563	1997	0.6906057539585292	3	1	1	1	1	True	33736	maximal	True	ISR0089_000000014563	1.0		1	1	False	False	0.9994992613792419	0					non-mobilizable	no_good_hit	1329.0	81.71600000000001	88.0	0.002907564947347122	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0385_000000011376	1987	0.6906057539585292	3	1	1	1	1	True	23844	fragment	False	ISR0385_000000011376	1.0		0	0	False	False	0.9994967579841614	0					non-mobilizable	other	1987.0	99.295	100.0	0.00436794552604492	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
MON0070_000000016953	1983	0.6906057539585292	2	1	1	1	1	True	79406	fragment	False	MON0070_000000016953	1.0		0	0	False	False	0.9873928427696228	0					non-mobilizable	no_good_hit	827.0	73.64	41.0	0.00022114240811329437	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MON0043_000000014274	1967	0.6906057539585292	2	1	1	1	1	True	23843	maximal	True	MON0043_000000014274	1.0		3	2	False	False	0.9903405904769897	0					non-mobilizable	other	1967.0	98.068	100.0	0.0043217587908752604	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0097_000000016501	1919	0.6906057539585292	2	1	1	1	1	True	81455	fragment	False	FIJ0097_000000016501	0.9796273022736601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0234_000000007468	1761	0.6906057539585292	2	1	1	1	1	True	81455	fragment	False	FIJ0097_000000016501	0.954714842783876		0	0	False	False	0.9994321465492249	0					non-mobilizable	no_good_hit								True	True
CHI0024_000000007399	1719	0.6906057539585292	2	1	1	1	1	True	89020	fragment	False	CHI0024_000000007399	1.0		0	0	False	False	0.9901105165481567	0					non-mobilizable	no_good_hit	1173.0	84.484	68.0	0.0004588229896200122	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
ENG0117_000000013469	1705	0.6906057539585292	2	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.585486160986312		0	0	False	False	0.9994134902954102	0					non-mobilizable	other	1723.0	80.441	100.0	0.01209938117668791	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
CHI0070_000000007238	1690	0.6906057539585292	3	1	1	1	1	True	85002	fragment	False	CHI0070_000000007238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0064_000000025216	1660	0.6906057539585292	3	1	1	1	1	True	71239	maximal	True	DEN0064_000000025216	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1666.0	77.431	99.0	0.0005801178882422892	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	False	True
DEN0040_000000005103	1620	0.6906057539585292	1	1	1	1	1	True	73180	fragment	False	DEN0040_000000005103	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	81.40899999999999	90.0	0.00037037961604251144	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
SPA0143_000000012681	1609	0.6906057539585292	2	1	1	1	1	True	81455	fragment	False	FIJ0097_000000016501	0.6303236797274275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0023_000000019914	1603	0.6906057539585292	1	1	1	1	1	True	37516	maximal	True	ISR0023_000000019914	1.0		0	0	False	False	0.9993761777877808	0					non-mobilizable	no_good_hit	1148.0	79.965	71.0	0.00040543953396243737	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
USA0084_01_000000020549	1571	0.6906057539585292	1	1	1	1	1	True	2556	fragment	False	USA0084_01_000000020549	1.0		0	0	False	False	0.9694462418556213	0					non-mobilizable	no_good_hit	58.0	100.0	4.0	0.000248297852876988	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0069_01_000000038581	1567	0.6906057539585292	2	1	1	1	1	True	766	maximal	True	USA0069_01_000000038581	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	88.52799999999999	71.0	0.0004333328235300115	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
ENG0018_000000013765	1565	0.6906057539585292	2	1	1	1	1	True	77451	fragment	False	ENG0018_000000013765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	83.209	77.0	0.008547008547008548	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
CAN0020_000000022954	1553	0.6906057539585292	1	1	1	1	1	True	91830	fragment	False	CAN0020_000000022954	1.0		0	0	False	False	0.9987121820449829	0					non-mobilizable	chromosome	1407.0	85.501	90.0	0.0006109215275983466	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CAN0021_000000028338	1542	0.6906057539585292	1	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.5093341377992483		0	0	False	False	1.0	0					non-mobilizable	other	1558.0	80.488	99.0	0.01092709820889372	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
DEN0061_000000028939	1505	0.6906057539585292	2	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.3363232532311456		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	79.749	100.0	0.010685536870075523	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
FIJ0090_000000030785	1501	0.6906057539585292	2	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.40692539953713175		0	0	False	False	0.9986675381660461	0					non-mobilizable	other	1483.0	80.85	98.0	0.010451080276516686	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
ENG0052_000000021918	1497	0.6906057539585292	2	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.47553592498584407		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	80.509	99.0	0.010522127729110273	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
SPA0114_000000031837	1476	0.6906057539585292	2	1	1	1	1	True	59652	fragment	False	SPA0114_000000031837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0784_000000008152	1475	0.6906057539585292	1	1	1	1	1	True	22231	fragment	False	ISR0784_000000008152	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	81.443	94.0	0.014246823956442832	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
AST0061_000000028620	1470	0.6906057539585292	2	1	1	1	1	True	111904	maximal	True	AST0061_000000028620	1.0		0	0	False	False	0.9741496443748474	0					non-mobilizable	no_good_hit	1247.0	79.791	84.0	0.0027074224282785985	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0100_000000021350	1468	0.6906057539585292	2	1	1	1	1	True	60549	maximal	True	ENG0100_000000021350	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	1381.0	77.77	93.0	0.00048188363992539914	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	False	True
MAD0097_000000028370	1467	0.6906057539585292	1	1	1	1	1	True	35103	fragment	False	MAD0097_000000028370	1.0		0	0	False	False	0.9768234491348267	0					non-mobilizable	no_good_hit	1157.0	84.70200000000001	87.0	0.007400608480211556	NZ_FOAT01000009.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	True
MON0060_000000029377	1437	0.6906057539585292	2	1	1	1	1	True	79405	fragment	False	MON0060_000000029377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	84.65299999999999	14.0	8.880451716002262e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CHI0126_000000010810	1425	0.6906057539585292	1	1	1	1	1	True	81452	fragment	False	CHI0126_000000010810	0.9753618378556702		0	0	False	False	0.9915789365768433	0					non-mobilizable	no_good_hit								True	True
CHI0032_000000005498	1378	0.6906057539585292	2	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.29413890451597874		0	0	False	False	1.0	0					non-mobilizable	other	1364.0	80.572	98.0	0.009612720335912355	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
MON0011_000000034051	1370	0.6906057539585292	2	1	1	1	1	True	13648	fragment	False	MON0011_000000034051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	86.056	18.0	0.00011156346376887263	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0073_000000017425	1360	0.6906057539585292	1	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.3093453987940987		0	0	False	False	0.9992647171020508	0					non-mobilizable	other	1228.0	83.06200000000001	90.0	0.008660684471158286	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
ENG0081_000000018627	1354	0.6906057539585292	1	1	1	1	1	True	61650	fragment	False	ENG0081_000000018627	1.0		0	0	False	False	0.9763663411140442	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000023565	1345	0.6906057539585292	1	1	1	1	1	True	81452	fragment	False	CHI0126_000000010810	0.9637984606659327		0	0	False	False	0.9940520524978638	0					non-mobilizable	no_good_hit								True	True
AST0029_000000021869	1343	0.6906057539585292	2	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.3364924393248375		0	0	False	False	0.9970216155052185	0					non-mobilizable	other	1350.0	81.03699999999999	100.0	0.009527463392800051	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
ISR0108_000000017033	1338	0.6906057539585292	1	1	1	1	1	True	35102	fragment	False	ISR0108_000000017033	0.9698012232415902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	85.861	89.0	0.006822937393291313	NZ_FOAT01000009.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	True
FIJ0034_000000020846	1335	0.6906057539585292	1	1	1	1	1	True	81452	fragment	False	CHI0126_000000010810	0.9571244606458814		0	0	False	False	0.9805243611335754	0					non-mobilizable	no_good_hit	755.0	73.51	56.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
FIJ0083_000000027626	1312	0.6906057539585292	2	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.30492116556077514		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	83.977	93.0	0.008632265490120852	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
ISR0066_000000024666	1308	0.6906057539585292	1	1	1	1	1	True	35102	fragment	False	ISR0108_000000017033	0.9671150971599403		0	0	False	False	1.0	0					non-mobilizable	other	1045.0	82.96700000000001	90.0	0.0002824653335532999	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
ISR0351_000000011846	1296	0.6906057539585292	1	1	1	1	1	True	79403	fragment	False	ISR0351_000000011846	0.9411815854833675		0	0	False	False	0.9961419701576233	0					non-mobilizable	other	1209.0	71.547	91.0	0.00032072432685879013	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
ISR0256_000000013896	1292	0.6906057539585292	1	1	1	1	1	True	26832	fragment	False	ISR0256_000000013896	1.0		0	0	False	False	0.9845201373100281	0					non-mobilizable	no_good_hit	708.0	74.01100000000001	65.0	0.00018966692425913224	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
USA0113_01_000000013945	1290	0.6906057539585292	1	1	1	1	1	True	79403	fragment	False	ISR0351_000000011846	0.9023339861280553		0	0	False	False	0.9968992471694946	0					non-mobilizable	no_good_hit	225.0	82.667	17.0	9.996086353690988e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0047_000000016569	1290	0.6906057539585292	2	1	1	1	1	True	64297	fragment	False	ENG0047_000000016569	1.0		0	0	False	False	0.9992247819900513	0					non-mobilizable	other	1271.0	78.363	98.0	0.0019018862005411553	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0089_000000024529	1289	0.6906057539585292	1	1	1	1	1	True	81452	fragment	False	CHI0126_000000010810	0.9434178097833819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0074_000000017049	1284	0.6906057539585292	1	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.19665880359911217		0	0	False	False	0.9618380069732666	0					non-mobilizable	other	1273.0	83.58200000000001	98.0	0.008959083772051353	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
MON0040_000000022480	1245	0.6906057539585292	1	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.2976929029055025		0	0	False	False	0.9879518151283264	0					non-mobilizable	chromosome	1178.0	82.088	94.0	0.0004588229896200122	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	True
MON0057_000000021722	1236	0.6906057539585292	1	1	1	1	1	True	11033	fragment	False	MON0057_000000021722	1.0		0	0	False	False	0.9304206967353821	0					non-mobilizable	other	1146.0	93.54299999999999	92.0	0.0017239142959702938	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0211_000000018763	1226	0.6906057539585292	1	1	1	1	1	True	79403	fragment	False	ISR0351_000000011846	0.9175597449571797		0	0	False	False	0.9820554852485657	0					non-mobilizable	no_good_hit	785.0	72.611	63.0	0.00020974611223506325	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0254_000000011165	1225	0.6906057539585292	1	1	1	1	1	True	79403	fragment	False	ISR0351_000000011846	0.7828692147184495		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	71.547	96.0	0.00032072432685879013	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
ISR0233_000000016138	1206	0.6906057539585292	1	1	1	1	1	True	27372	fragment	False	ISR0233_000000016138	0.9615384615384615		0	0	False	False	0.9925373196601868	0					non-mobilizable	no_good_hit								True	True
ISR0331_000000021517	1177	0.6906057539585292	1	1	1	1	1	True	24593	fragment	False	ISR0331_000000021517	1.0		0	0	False	False	0.9983007907867432	0					non-mobilizable	other	1123.0	82.725	99.0	0.0003039012234194966	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
ISR0259_000000016049	1176	0.6906057539585292	1	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.2015679894885253		0	0	False	False	1.0	0					non-mobilizable	chromosome	1164.0	82.302	99.0	0.0004545092692047813	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	True
ISR0794_000000018212	1170	0.6906057539585292	1	1	1	1	1	True	27372	fragment	False	ISR0233_000000016138	0.9477611940298507		0	0	False	False	0.9982905983924866	0					non-mobilizable	no_good_hit								True	True
ISR0309_000000018149	1169	0.6906057539585292	1	1	1	1	1	True	25360	fragment	False	ISR0309_000000018149	1.0		0	0	False	False	0.9880239367485046	0					non-mobilizable	chromosome	1160.0	90.086	99.0	0.0005172082180324935	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0335_000000017202	1164	0.6906057539585292	1	1	1	1	1	True	24479	fragment	False	ISR0335_000000017202	1.0		0	0	False	False	0.9664948582649231	0					non-mobilizable	no_good_hit	1038.0	75.723	88.0	0.0004309197495802934	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MAD0079_000000005399	1159	0.6906057539585292	1	1	1	1	1	True	16169	fragment	False	MAD0079_000000005399	1.0		0	0	False	False	0.9982743859291077	0					non-mobilizable	no_good_hit								True	True
ENG0051_000000026032	1156	0.6906057539585292	1	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.1334755345797586		0	0	False	False	0.9775086641311646	0					non-mobilizable	no_good_hit	1029.0	83.965	89.0	0.007296573381361411	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ENG0112_000000024141	1143	0.6906057539585292	1	1	1	1	1	True	59651	fragment	False	ENG0112_000000024141	1.0		0	0	False	False	0.9877515435218811	0					non-mobilizable	no_good_hit								True	True
ISR0818_000000017249	1133	0.6906057539585292	1	1	1	1	1	True	79403	fragment	False	ISR0351_000000011846	0.4616277146067138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0147_000000022772	1128	0.6906057539585292	1	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.19872156613239336		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	83.571	99.0	0.007943105199963055	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
FIJ0043_000000027424	1127	0.6906057539585292	1	1	1	1	1	True	47153	fragment	False	FIJ0043_000000027424	1.0		0	0	False	False	0.9804791212081909	0					non-mobilizable	other	1125.0	79.733	99.0	0.0003022731811511778	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
CHI0180_000000011754	1122	0.6906057539585292	1	1	1	1	1	True	77450	fragment	False	CHI0180_000000011754	1.0		0	0	False	False	0.9991087317466736	0					non-mobilizable	other	1089.0	83.471	97.0	0.007708648606404217	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
ISR0045_000000023721	1120	0.6906057539585292	1	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.16185479658017715		0	0	False	False	0.9991071224212646	0					non-mobilizable	other	1100.0	84.273	98.0	0.00775127707796037	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
ISR0180_000000022312	1108	0.6906057539585292	1	1	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.13365547396770258		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	83.18299999999999	99.0	0.007843638766332033	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
CHI0151_000000021959	1102	0.6906057539585292	1	1	1	1	1	True	79403	fragment	False	ISR0351_000000011846	0.3181818181818182		0	0	False	False	0.9809437394142151	0					non-mobilizable	no_good_hit								True	True
ISR0207_000000002561	8379	0.6905965531882282	6	3	2	3	1	False	28603	maximal	True	ISR0207_000000002561	1.0		1	1	False	False	0.9982098340988159	0					non-mobilizable	no_good_hit								True	False
SPA0011_000000000063	54885	0.6905943579578673	56	37	21	27	27	True	83914	maximal	True	SPA0011_000000000063	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2140.0	73.925	6.0	0.0004029323444108383	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
FIJ0142_000000007595	4113	0.6905779956129753	4	4	4	4	4	False	87656	maximal	True	FIJ0142_000000007595	0.9755633975370427		142	12	False	False	0.997568666934967	0					non-mobilizable	no_good_hit	1288.0	73.37	31.0	0.00033369156749050007	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0034_000000008748	2358	0.6905770742636058	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.18120524198943722	PS721	0	0	False	True	0.991094172000885	0					non-mobilizable	no_good_hit	1597.0	99.93700000000001	68.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0174_000000008594	1762	0.6905755086691178	3	2	2	2	1	True	77820	maximal	True	CHI0174_000000008594	0.987071557426338		49	5	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	75.969	22.0	0.0024471592506453343	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	True
ISR0159_000000015771	1663	0.6905755086691178	3	2	2	2	1	True	77820	maximal	False	CHI0174_000000008594	0.9597048808172531		0	0	False	False	0.996993362903595	0					non-mobilizable	no_good_hit	262.0	76.718	16.0	0.0016612569325529685	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	True
ENG0101_000000005040	5710	0.6905737315811622	7	7	5	6	2	False	128528	maximal	True	ENG0101_000000005040	1.0		1	1	False	False	0.9998248815536499	0					non-mobilizable	no_good_hit	3468.0	95.098	61.0	0.001207069390281819	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0081_000000016788	1523	0.6905716602305378	2	2	2	2	2	True	120612	fragment	False	ISR0114_000000016553	0.9497635933806148		0	0	False	False	0.9901509881019592	0					non-mobilizable	other	1521.0	100.0	99.0	0.5501266739051756	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
USA0121_01_000000009133	5183	0.6905696297325	7	4	4	4	4	False	95049	maximal	True	USA0121_01_000000009133	1.0		61	12	False	False	0.9994211792945862	0					non-mobilizable	no_good_hit	265.0	77.736	5.0	0.025826550095467794	NZ_ADFP01000017.1	bacteria	Pyramidobacter piscolens W5455 contig00259, whole genome shotgun sequence	True	False
ISR0181_000000001493	10510	0.6905676179165462	11	8	6	6	7	False	29603	maximal	True	ISR0181_000000001493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	79.574	5.0	0.0001312419308695073	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AUS0024_000000013886	2354	0.6905656540353591	2	2	2	1	1	False	98910	maximal	True	AUS0024_000000013886	1.0		2	2	False	False	0.9978759288787842	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.924280714976426e-07	LR792551.1	bony fishes	Pseudochaenichthys georgianus genome assembly, chromosome: 6	True	False
AST0003_000000020761	1560	0.6905576898665615	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6937191080510452		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	95.066	99.0	0.7284991568296796	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
MAD0041_000000007525	3879	0.6905564399547552	6	3	1	3	0	True	18285	maximal	True	MAD0041_000000007525	1.0		3	1	True	True	0.9948440194129944	10					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001788302618451518	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
MAD0089_000000005451	3819	0.6905564399547552	6	3	1	3	0	True	18285	maximal	False	MAD0041_000000007525	0.9922660479505028		0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
ISR0374_000000000419	24602	0.6905539989710145	30	15	8	15	6	True	108400	backbone	False	ISR0280_000000000088	0.17329910830732273	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23126.0	95.60700000000001	96.0	0.19332089645883702	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0112_000000016954	1976	0.6905537674604344	2	2	2	2	1	False	29072	fragment	False	SPA0112_000000016954	1.0		0	0	False	False	0.9893724918365479	0					non-mobilizable	no_good_hit	503.0	73.956	25.0	0.005512332581141311	NZ_SMAL01000011.1	firmicutes	Natranaerovirga pectinivora strain DSM 24629 Ga0244691_111, whole genome shotgun sequence	True	False
FIJ0114_000000001434	16952	0.6905533961501557	29	7	1	7	1	False	46994	maximal	False	FIJ0128_000000001151	0.9648841189395697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.0012314292524032732	NZ_OFSM01000046.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
MON0058_000000001936	12968	0.6905533961501557	18	7	1	7	1	False	11028	fragment	False	MON0058_000000001936	1.0		0	0	False	False	0.9966070055961609	0					non-mobilizable	no_good_hit								True	False
ISR0156_000000011169	2284	0.6905519869882829	4	4	2	1	3	False	67161	fragment	False	ISR0156_000000011169	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2284.0	99.912	100.0	0.001026683887493794	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	False
ISR0346_000000003524	5101	0.6905519068328272	6	6	4	6	4	False	24199	maximal	True	ISR0346_000000003524	1.0		1	1	False	False	0.994706928730011	0					non-mobilizable	no_good_hit	1330.0	83.91	34.0	0.0005228642360467034	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
MAD0002_000000039552	1175	0.6905511976831619	2	2	1	2	1	True	95144	fragment	False	MON0070_000000024732	0.5018000021152103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	7.897230704432978e-05	NZ_FXAZ01000003.1	firmicutes	Paenibacillus aquistagni strain 11, whole genome shotgun sequence	True	True
USA0015_01_000000010266	3209	0.6905498001753481	5	5	3	4	5	True	57710	maximal	True	USA0015_01_000000010266	1.0		9	3	False	False	1.0	0					non-mobilizable	chromosome	2223.0	100.0	100.0	0.0005239767714635931	CP019857.1	firmicutes	Clostridioides difficile strain DSM 29745 chromosome, complete genome	False	True
FIJ0166_000000018447	1351	0.6905487136480398	2	2	2	2	1	True	38998	fragment	False	FIJ0166_000000018447	0.9896496815286624		0	0	False	False	0.9985195994377136	0					non-mobilizable	chromosome	1236.0	74.029	90.0	0.0003391952878420161	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
CHI0141_000000007953	3465	0.6905485660092056	6	4	1	4	3	False	80130	maximal	True	CHI0141_000000007953	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	99.068	29.0	0.0002371550282975379	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0397_000000006199	3223	0.6905395330189307	5	5	3	4	5	False	22648	maximal	True	ISR0397_000000006199	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2193.0	99.772	68.0	0.00039573594519057157	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0060_000000009159	1570	0.690536489964351	2	2	2	2	1	False	41394	fragment	False	SPA0060_000000009159	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1570.0	98.79	100.0	0.0003163648329738859	CP057665.1	enterobacteria	Escherichia coli strain RHB18-C20 chromosome, complete genome	False	False
MON0056_000000012433	1587	0.690530317120045	3	3	3	3	1	False	74686	fragment	False	MON0056_000000012433	1.0		0	0	False	False	0.9911783337593079	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	0.0003899987000043333	NZ_CACVNJ010000004.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
MAD0047_000000012187	3337	0.6905273946340892	5	4	2	2	4	False	17680	maximal	True	MAD0047_000000012187	1.0		45	9	False	False	0.9997003078460693	0					non-mobilizable	no_good_hit	1769.0	87.111	52.0	0.0005469108249144946	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0001_000000001463	19566	0.6905051422128932	21	16	8	12	14	False	100483	maximal	True	SPA0001_000000001463	1.0	PS573	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	4986.0	98.255	67.0	0.0014595128670818352	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ENG0028_000000001801	7529	0.6905012719809022	7	7	4	4	7	False	65924	fragment	False	ENG0028_000000001801	0.9884651286838245		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	7533.0	98.991	100.0	0.07691285866099894	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
ISR0164_000000007948	3160	0.6904986635414524	4	4	4	4	4	False	120038	fragment	False	ISR0164_000000007948	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	99.889	99.0	0.002270048512011655	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
CAN0008_000000016048	1802	0.690495355436611	3	2	2	2	2	False	95251	fragment	False	CAN0007_000000022451	0.9852126434325996		0	0	False	False	0.9961154460906982	0					non-mobilizable	no_good_hit	459.0	93.682	34.0	0.0002247745751490604	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CAN0007_000000022451	1802	0.690495355436611	3	2	2	2	2	False	95251	fragment	False	CAN0007_000000022451	0.9852126434325996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	93.682	34.0	0.0002247745751490604	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0088_000000006406	4314	0.6904908545260217	7	7	6	6	6	False	98141	fragment	False	CHI0011_000000001234	0.9639186529630439		0	0	False	False	0.999536395072937	0					non-mobilizable	chromosome	4314.0	99.699	100.0	0.000908847045446356	CP050646.1	enterobacteria	Escherichia coli strain PapM-36-2 chromosome, complete genome	False	False
AST0040_000000008919	2231	0.6904889355784769	3	3	3	3	3	False	116153	fragment	False	DEN0083_000000012288	0.8353036349345677		0	0	False	False	0.9919318556785583	0					non-mobilizable	other	2231.0	99.91	100.0	0.0006286654523937516	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0065_000000007297	3836	0.6904878323820899	4	3	3	2	1	False	94049	fragment	False	ENG0065_000000007297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1073.0	71.76100000000001	27.0	0.0003080135348255207	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0015_000000012067	1445	0.6904826682634703	2	1	1	1	1	False	107388	fragment	False	AST0106_000000013289	0.9891525423728813		0	0	False	False	1.0	0					non-mobilizable	chromosome	1454.0	99.31200000000001	100.0	0.00045798211127546915	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0002_000000014422	2570	0.6904794014543666	4	4	4	3	3	False	55898	maximal	True	MAD0002_000000014422	1.0		26	2	False	False	0.9976653456687927	0					non-mobilizable	no_good_hit	453.0	74.172	17.0	0.002951633015839325	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	False
MON0086_000000018568	1657	0.6904775472348378	2	2	2	2	1	True	116463	fragment	False	MON0086_000000018568	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1658.0	99.87899999999999	100.0	0.004248009947060105	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ENG0159_000000011018	2078	0.6904579601196096	2	2	2	2	2	False	64853	fragment	False	ENG0159_000000011018	0.959016393442623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1436.0	79.039	69.0	0.0003178031169631197	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0040_000000011521	2013	0.6904579601196096	2	2	2	2	2	False	64853	fragment	False	ENG0159_000000011018	0.9434552454282964		0	0	False	False	0.9930452108383179	0					non-mobilizable	no_good_hit	1436.0	79.596	71.0	0.0003178031169631197	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0207_000000001525	9913	0.6904532144175352	14	7	3	6	6	False	123740	maximal	True	ENG0207_000000001525	1.0	PS903	29	4	False	True	0.9991929531097412	0					non-mobilizable	no_good_hit	6000.0	99.93299999999999	61.0	0.007599452241515381	NZ_CZBZ01000001.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
MON0068_000000031190	1353	0.6904441155574392	2	2	2	2	2	False	73915	fragment	False	DEN0028_000000023243	0.9831594214124108		0	0	False	False	0.9408721327781677	0					non-mobilizable	no_good_hit	128.0	79.688	9.0	5.750258077058935e-05	CP050959.1	firmicutes	Streptococcus gallolyticus strain FDAARGOS_666 chromosome	True	False
ISR0178_000000003485	4375	0.69044186717085	6	5	3	3	5	True	104858	fragment	False	ISR0178_000000003485	1.0		0	0	False	False	0.9988571405410767	0					non-mobilizable	no_good_hit	1613.0	82.82700000000001	52.0	0.20002490970232906	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0027_000000012228	1861	0.6904312852004231	2	2	2	2	2	False	88059	fragment	False	SPA0126_000000021053	0.7935337589509545		0	0	False	False	0.9677592515945435	0					non-mobilizable	chromosome	1822.0	99.561	98.0	0.0005278742841737724	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0103_000000007037	2650	0.6904292242575049	3	3	3	3	3	False	60310	maximal	True	ENG0103_000000007037	1.0		1	1	False	False	0.999622642993927	0					non-mobilizable	no_good_hit	503.0	73.161	19.0	9.984323183353418e-05	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
SPA0120_000000009302	4559	0.6904268033424046	5	4	4	3	4	False	33026	maximal	False	ISR0108_000000004387	0.9629022340643574		0	0	False	False	0.9975872039794922	0					non-mobilizable	no_good_hit	3209.0	98.97200000000001	70.0	0.0010299256321778562	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0226_000000007070	1184	0.6904266331098879	1	1	1	1	1	False	69399	fragment	False	ISR0226_000000007070	1.0		0	0	False	False	0.9957770109176636	0					non-mobilizable	no_good_hit	230.0	81.73899999999999	19.0	6.191834943525868e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0003_000000015671	1389	0.6904265470903674	2	2	2	2	2	False	67845	maximal	True	ENG0003_000000015671	1.0		19	7	False	False	0.9719222187995911	0					non-mobilizable	no_good_hit								True	False
AST0089_000000004844	4045	0.6904231953988151	8	3	2	2	2	True	110289	fragment	False	MAD0057_000000003372	0.6265913370998116		0	0	False	False	0.9943139553070068	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0004480339562577374	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	True	True
ENG0109_000000004283	5478	0.6904219553871385	8	7	4	5	7	False	121630	maximal	True	ENG0109_000000004283	1.0		291	12	False	False	1.0	0					non-mobilizable	plasmid	3785.0	99.63	100.0	0.006037552812631633	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
ENG0131_000000004266	6639	0.6904085230597443	7	6	6	6	6	False	58382	maximal	True	ENG0131_000000004266	1.0		1	1	False	False	0.9992468953132629	0					non-mobilizable	no_good_hit	2508.0	77.472	62.0	0.00568107867426275	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
AST0002_000000006318	5282	0.6904074806402799	6	5	4	4	3	True	132358	backbone	False	ISR0371_000000002559	0.7781640810492527	PS1159|PS463	0	0	True	True	0.9992427229881287	14		MOBV			mobilizable	other	3100.0	99.774	100.0	0.026348242458262106	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0238_000000002878	4576	0.6904039090692116	6	5	4	4	2	True	122403	fragment	False	ISR0238_000000002878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	78.56	17.0	0.00019225875415082916	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0045_01_000000001877	7706	0.6903917615071831	9	4	2	2	3	True	1211	fragment	False	USA0045_01_000000001877	1.0		0	0	False	False	0.999740481376648	0					non-mobilizable	no_good_hit	2042.0	95.29899999999999	62.0	0.16337232755143202	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0135_000000003898	5156	0.6903857107661904	8	3	1	3	1	True	94965	maximal	True	CHI0135_000000003898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	88.235	3.0	0.0007380362370904755	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	True
FIJ0020_000000003014	7312	0.6903847755884208	6	2	1	2	1	True	49828	maximal	True	FIJ0020_000000003014	1.0		1	1	False	False	0.9974015355110168	0					non-mobilizable	no_good_hit								True	True
MAD0046_000000000396	30366	0.6903839707217994	46	11	3	9	4	False	17783	maximal	True	MAD0046_000000000396	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	7.945851115660227e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0060_000000035899	1199	0.6903826220025403	2	2	2	2	1	False	10860	maximal	True	MON0060_000000035899	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	75.49	42.0	8.88373800849907e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0160_000000009368	2983	0.6903818821512155	4	4	3	3	4	False	95924	fragment	False	SPA0033_000000010111	0.9799801455989411		0	0	False	False	0.9963124394416809	0					non-mobilizable	no_good_hit	867.0	75.663	40.0	0.00025719312553494064	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0038_000000019222	1389	0.690380861868705	3	1	1	1	1	False	83850	fragment	False	ENG0038_000000019222	1.0		0	0	False	False	0.997840166091919	0					non-mobilizable	no_good_hit	1106.0	91.772	80.0	0.0003715999363163877	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0848_000000011562	1543	0.6903733543558832	2	2	2	2	1	False	117343	backbone	False	MON0013_000000032866	0.7733253006871211	PS787	0	0	False	True	0.9993519186973572	0					non-mobilizable	chromosome	1476.0	98.916	100.0	0.0006395389422849708	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
DEN0096_000000005790	6682	0.6903722699940684	6	3	2	3	2	False	68238	maximal	True	DEN0096_000000005790	1.0		1	1	False	False	0.9964082837104797	0					non-mobilizable	no_good_hit	1453.0	98.417	22.0	0.03277096460916503	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
AST0061_000000025239	1666	0.6903632844681837	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.6084142271599411		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	99.4	100.0	0.005461347940609889	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
USA0004_01_000000003373	7906	0.6903619442014525	7	5	5	5	5	False	130489	maximal	True	USA0004_01_000000003373	1.0		70	8	False	False	1.0	0					non-mobilizable	no_good_hit	6333.0	99.921	80.0	0.010103846865765001	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
CHI0180_000000009672	1347	0.6903618358228912	1	1	1	1	1	False	77470	fragment	False	ENG0003_000000014987	0.6436536180308422		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	99.48	100.0	0.01569166919256686	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0056_000000002565	10581	0.6903579689674769	18	7	2	5	4	True	88017	maximal	True	SPA0056_000000002565	1.0		4	2	False	False	0.9966921806335449	0					non-mobilizable	no_good_hit	419.0	100.0	4.0	0.0001420120112264232	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
FIJ0024_000000003563	5776	0.690355407553588	7	4	2	3	2	True	98539	fragment	False	FIJ0030_000000004372	0.9301465969307235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	83.221	3.0	4.304743006842491e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ENG0152_000000003957	5614	0.690355407553588	7	4	2	3	2	True	98539	fragment	False	FIJ0030_000000004372	0.6122460757156047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	77.84100000000001	3.0	0.07234394377842084	HG796409.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00979	True	True
SPA0003_000000003759	4676	0.690355407553588	7	4	2	3	2	True	98534	fragment	False	SPA0003_000000003759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	371.0	91.914	8.0	0.00010805783466155642	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MAD0043_000000003639	5799	0.6903522388511273	6	5	0	2	5	False	18070	fragment	False	MAD0043_000000003639	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5801.0	99.931	100.0	0.6778868630201028	CP016009.1	enterobacteria	Escherichia coli strain NGF1 plasmid pNGF1_pCol_let_like, complete sequence	False	True
ENG0079_000000002488	11274	0.6903446211558456	12	8	4	8	6	False	121664	maximal	True	ENG0079_000000002488	1.0		1	1	False	False	0.998580813407898	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	5.965010441750778e-06	NC_011891.1	d-proteobacteria	Anaeromyxobacter dehalogenans 2CP-1, complete sequence	True	False
ISR0254_000000001655	4853	0.6903439027964814	7	4	0	2	2	True	74794	maximal	True	ISR0254_000000001655	1.0		2	2	False	False	0.9940243363380432	0					non-mobilizable	no_good_hit	92.0	92.391	2.0	0.026748971193415638	NZ_CABIXL010000021.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	True
CHI0093_000000005343	1313	0.6903363752583763	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.07163057243418067		0	0	False	False	0.9961919188499451	0					non-mobilizable	other	1313.0	99.54299999999999	100.0	0.0003216734078330907	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0090_000000006658	4815	0.6903320593341085	7	3	2	2	2	True	120332	maximal	True	SPA0090_000000006658	1.0		4	3	False	False	0.9997923374176025	0					non-mobilizable	no_good_hit	721.0	74.757	15.0	0.0020340072237379258	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
CHI0010_000000005333	1435	0.6903272280937894	3	2	2	2	2	False	90267	maximal	True	CHI0010_000000005333	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1341.0	99.851	100.0	0.006887477127408047	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
MAD0103_000000018586	1326	0.6903262318932634	1	1	1	1	1	False	14909	maximal	True	MAD0103_000000018586	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000005521	3934	0.6903252086326661	5	3	2	2	1	False	32816	fragment	False	ISR0108_000000005521	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2505.0	92.535	67.0	0.039608662613981764	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
FIJ0169_000000013647	1663	0.6903190099544626	3	3	3	3	2	False	79319	fragment	False	FIJ0169_000000013647	0.980409333343995		0	0	False	False	0.9993986487388611	0					non-mobilizable	other	1663.0	95.971	100.0	0.02713690913543963	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0249_000000003215	4674	0.6903167820183137	7	6	3	4	4	True	107447	fragment	False	ISR0249_000000003215	1.0		0	0	False	False	0.997218668460846	0					non-mobilizable	other	4269.0	99.883	91.0	0.011589291581471253	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0141_000000018725	1476	0.6903159037097774	2	2	2	1	2	False	80075	fragment	False	ISR0126_000000028652	0.6517604982454235		0	0	False	False	0.9993224740028381	0					non-mobilizable	chromosome	1480.0	93.71600000000001	100.0	0.0020147796317598536	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ENG0171_000000002801	7861	0.6903056365722192	8	7	7	6	6	False	119340	maximal	True	ENG0171_000000002801	1.0		8	4	False	False	1.0	0					non-mobilizable	chromosome	5043.0	98.374	94.0	0.0007116615957366925	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0045_000000005985	4133	0.6903048106731929	6	4	3	4	2	False	120906	maximal	True	ISR0045_000000005985	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	97.581	57.0	0.0015152561016613263	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
SPA0090_000000011471	2991	0.6902960570154175	5	3	2	2	2	True	124797	fragment	False	SPA0090_000000011471	0.9522045855379189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	77.876	4.0	3.28795170087815e-05	CP059255.1	a-proteobacteria	Rhodoblastus sp. isolate SSC7 chromosome, complete genome	True	True
MON0033_000000021117	3080	0.69028811045023	4	2	2	2	2	False	12331	maximal	True	MON0033_000000021117	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	86.883	33.0	0.030791840162356976	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0014_000000030385	1114	0.6902829781992605	2	2	2	1	1	False	58751	fragment	False	ISR0234_000000013712	0.9736081860561416		0	0	False	False	0.9964093565940857	0					non-mobilizable	chromosome	1114.0	98.025	100.0	0.0002476994882212551	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0039_000000021095	1334	0.6902807951755235	2	1	1	1	1	False	6988	maximal	True	SPA0039_000000021095	1.0		1	1	False	False	0.9917541146278381	0					non-mobilizable	no_good_hit	167.0	97.605	13.0	0.00013860580925335723	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
FIJ0138_000000015931	1196	0.6902804561711672	2	2	2	2	2	False	71603	fragment	False	FIJ0138_000000015931	0.9888461123692441		0	0	False	False	0.9573578834533691	0					non-mobilizable	other	1160.0	86.81	97.0	0.056613964450554846	NZ_PYLP01000027.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_26, whole genome shotgun sequence	False	False
ISR0244_000000014592	1755	0.6902767847778857	3	3	3	2	2	False	27182	fragment	False	ISR0244_000000014592	1.0		0	0	False	False	0.9789173603057861	0					non-mobilizable	no_good_hit	1482.0	98.988	84.0	0.00042041568068165817	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0027_000000023593	1748	0.6902747799636448	2	2	2	2	2	False	81201	fragment	False	DEN0010_000000020867	0.13393011682822573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	75.279	30.0	0.00023015978788473948	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0791_000000007706	2352	0.690272473658063	4	3	3	3	3	False	65737	maximal	False	MON0038_000000013282	0.9661558109833972		0	0	False	False	0.9970238208770752	0					non-mobilizable	chromosome	2352.0	97.109	100.0	0.0007574480511506281	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0208_000000021055	1323	0.6902626961914521	2	1	1	1	1	False	28499	maximal	True	ISR0208_000000021055	1.0		2	2	False	False	0.9939531087875366	0					non-mobilizable	no_good_hit	77.0	88.31200000000001	6.0	2.1105131323902672e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0002_000000003625	8432	0.6902609685913372	15	3	2	3	2	True	132505	maximal	False	ISR0205_000000002412	0.9671367224063812		0	0	False	False	0.998814046382904	0					non-mobilizable	no_good_hit	875.0	83.429	12.0	0.013768735938143676	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
DEN0041_000000011955	2834	0.6902606582571152	3	2	1	1	0	True	73129	maximal	True	DEN0041_000000011955	1.0		8	5	False	False	0.9989414215087891	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00010113533781075706	NZ_BAVQ01000023.1	high GC Gram+	Tomitella biformata AHU 1821, whole genome shotgun sequence	True	True
SPA0149_000000015452	2519	0.6902565465960937	4	3	3	3	1	False	3312	maximal	True	SPA0149_000000015452	1.0		1	1	False	False	0.9861056208610535	0					non-mobilizable	no_good_hit	487.0	99.795	19.0	0.001394056043347685	NZ_PYLP01000001.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_0, whole genome shotgun sequence	True	False
SPA0136_000000018243	2269	0.6902486278081058	4	2	2	2	1	False	3614	maximal	True	SPA0136_000000018243	1.0		1	1	False	False	0.9933891296386719	0					non-mobilizable	no_good_hit	581.0	81.067	26.0	0.0028240582400938094	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
ISR0181_000000003061	5697	0.69024545060611	7	5	4	5	4	True	118444	fragment	False	ISR0024_000000003680	0.8047075389924366		0	0	False	False	0.9998244643211365	0					non-mobilizable	no_good_hit	109.0	79.817	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
SPA0144_000000014419	1315	0.6902388756405013	3	2	2	2	2	False	105238	fragment	False	SPA0154_000000007428	0.9075407369072737		0	0	False	False	0.9992395639419556	0					non-mobilizable	chromosome	774.0	96.25299999999999	98.0	0.00033145793035610076	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0062_000000004649	6167	0.6902262071463994	8	2	2	2	1	False	61995	maximal	True	ISR0062_000000004649	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	92.727	11.0	0.001575507424168448	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0133_000000007190	3060	0.6902262071463994	5	2	2	2	1	False	99278	fragment	False	USA0015_01_000000010024	0.9342590094325973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	95.425	5.0	0.0006236383554000107	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0223_000000019761	1590	0.6902258195008973	4	3	2	2	1	False	90921	fragment	False	DEN0039_000000012971	0.9753740648379052		0	0	False	False	0.9930817484855652	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000028204	1138	0.6902252372480071	2	2	2	2	2	False	63286	fragment	False	ENG0060_000000028204	1.0		0	0	False	False	0.9991212487220764	0					non-mobilizable	other	1138.0	100.0	100.0	0.012945168048091812	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	False	False
ISR0075_000000001635	11471	0.6902236356973801	15	6	3	5	4	False	129564	fragment	False	ISR0075_000000001635	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1650.0	98.60600000000001	14.0	0.006729002490710873	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0030_000000028687	1269	0.6902106172323085	1	1	1	1	1	False	40334	fragment	False	MON0030_000000028687	0.9904801324503312		0	0	False	False	0.9984239339828491	0					non-mobilizable	no_good_hit	380.0	75.263	30.0	0.001424889070307126	NZ_FNNC01000005.1	firmicutes	Marinococcus luteus strain DSM 23126, whole genome shotgun sequence	True	False
FIJ0140_000000029675	1208	0.6902106172323085	1	1	1	1	1	False	40334	fragment	False	MON0030_000000028687	0.966903073286052		0	0	False	False	0.9354304671287537	0					non-mobilizable	no_good_hit	446.0	72.646	36.0	0.010065413672378846	NZ_RAPK01000001.1	firmicutes	Sinobaca qinghaiensis strain DSM 17008 Ga0074848_110, whole genome shotgun sequence	True	False
FIJ0097_000000024649	1282	0.6902101964889591	3	2	1	2	1	True	80847	fragment	False	ENG0210_000000013723	0.3557856376813584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	78.916	13.0	4.552717944509675e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0114_000000009625	1546	0.6902072932838227	1	1	1	1	1	False	59571	maximal	True	ENG0114_000000009625	1.0		1	1	False	False	0.9902975559234619	0					non-mobilizable	no_good_hit	1241.0	99.51700000000001	80.0	0.018669356659991868	NZ_NFIG01000027.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_27, whole genome shotgun sequence	True	False
FIJ0147_000000000700	17633	0.6902069317525534	18	8	3	7	6	True	52267	maximal	True	FIJ0147_000000000700	1.0		5	1	False	False	0.9998865723609924	0					non-mobilizable	no_good_hit	1223.0	90.515	7.0	0.00034117456410681255	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0019_000000017765	1631	0.6902030941499908	2	2	2	2	2	False	79834	fragment	False	SPA0097_000000017926	0.6309203090654746		0	0	False	False	0.9981606602668762	0					non-mobilizable	chromosome	1629.0	98.404	99.0	0.00045564576732230587	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0010_000000000074	27216	0.6902008393281103	36	29	6	15	26	True	50293	fragment	False	MAD0010_000000000074	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8540.0	95.925	90.0	0.0015762228201359554	CP055981.1	enterobacteria	Escherichia coli strain RHB01-C20 chromosome	False	True
MON0007_000000030305	2061	0.6901992814593976	3	3	3	2	0	True	13956	maximal	True	MON0007_000000030305	1.0		1	1	False	False	0.980106770992279	0					non-mobilizable	no_good_hit	1001.0	73.626	48.0	0.0007448100283027811	CP019865.1	GNS bacteria	Dehalococcoides mccartyi strain KBTCE2, complete genome	True	True
FIJ0162_000000001851	13725	0.6901978127045311	16	6	4	6	3	True	93014	fragment	False	FIJ0162_000000001851	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	77.39699999999999	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
ENG0123_000000006806	1615	0.690197156358902	3	3	3	3	2	False	66671	fragment	False	ENG0135_000000013362	0.9708853238265003		0	0	False	False	1.0	0					non-mobilizable	chromosome	1617.0	91.775	100.0	0.0005058921463159862	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0086_000000002007	11370	0.6901963675976148	10	7	6	7	5	False	33929	maximal	True	ISR0086_000000002007	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	73.009	11.0	0.0005407029655146881	CP022124.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain ChDC F332, complete genome	True	False
SPA0126_000000001981	14878	0.6901777690836077	19	8	0	7	3	False	74068	maximal	False	ISR0109_000000001277	0.916778507984324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.704945397550956e-07	CP023114.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-02	True	False
ISR0109_000000001277	14805	0.6901777690836077	19	8	0	7	3	False	74068	maximal	True	ISR0109_000000001277	0.9236710664271186		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.704945397550956e-07	CP023114.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-02	True	False
ISR0357_000000001079	14703	0.6901777690836077	17	8	0	7	3	False	74068	maximal	False	ISR0109_000000001277	0.9037420266137811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.704945397550956e-07	CP023114.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-02	True	False
ENG0196_000000000360	14484	0.6901777690836077	17	8	0	7	3	False	54432	maximal	True	ENG0196_000000000360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0103_000000000790	14298	0.6901777690836077	17	8	0	7	3	False	14944	maximal	True	MAD0103_000000000790	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.09812955291292e-05	NZ_DF977001.1	firmicutes	Tepidanaerobacter syntrophicus strain JL, whole genome shotgun sequence	True	False
ENG0177_000000001397	13535	0.6901777690836077	18	8	0	7	3	False	55555	fragment	False	ENG0177_000000001397	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	1.8050798228177406e-05	NZ_RBIG01000001.1	a-proteobacteria	Oceanibaculum indicum strain USBA 36 Ga0105851_101, whole genome shotgun sequence	True	False
ISR0193_000000006468	4209	0.6901728770273439	7	2	2	2	2	False	126826	maximal	True	ISR0193_000000006468	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1458.0	93.416	35.0	0.0006902986851000218	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ISR0812_000000002923	11625	0.6901674461694016	17	7	6	6	4	True	58222	maximal	True	ISR0812_000000002923	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	0.0	1.1920896399390777e-05	CP003259.1	firmicutes	Clostridium sp. BNL1100, complete genome	True	True
ENG0135_000000004672	4324	0.6901629164750736	7	2	2	2	2	False	117143	fragment	False	ENG0135_000000004672	1.0		0	0	False	False	0.9983811378479004	0					non-mobilizable	plasmid	4324.0	99.46799999999999	100.0	0.023279733761268295	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0025_000000007863	3032	0.6901629164750736	4	2	2	2	2	False	117142	fragment	False	ENG0025_000000007863	1.0		0	0	False	False	0.9874669909477234	0					non-mobilizable	plasmid	3032.0	99.34	100.0	0.016322200562203147	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
SPA0015_000000015358	1578	0.6901551303369526	2	2	2	2	1	True	92374	maximal	True	SPA0015_000000015358	0.994140625		43	7	False	False	0.9987325668334961	0					non-mobilizable	chromosome	1578.0	99.62	100.0	0.0003502739777752605	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
CAN0017_000000022366	1536	0.6901551303369526	2	2	2	2	1	True	92374	maximal	False	SPA0015_000000015358	0.9809885931558935		0	0	False	False	1.0	0					non-mobilizable	chromosome	1536.0	99.67399999999999	100.0	0.0003409451844546765	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ISR0070_000000001366	12707	0.6901483518401759	5	3	2	3	1	True	130406	maximal	True	ISR0070_000000001366	1.0		1	1	False	False	0.9998425841331482	0					non-mobilizable	no_good_hit	164.0	98.171	2.0	0.19829683698296838	GQ882185.1		Uncultured organism clone VC1CZ15TF genomic sequence	True	True
SPA0028_000000001373	12614	0.6901483518401759	6	3	2	3	1	True	130450	fragment	False	ISR0176_000000002081	0.3824427726437712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0060_000000011278	2509	0.6901468790345222	3	3	3	3	3	False	35414	maximal	True	ISR0060_000000011278	1.0		120	13	False	False	1.0	0					non-mobilizable	chromosome	2517.0	97.1	99.0	0.0007293419544103302	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0127_000000015479	1260	0.6901456837600994	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.7188111800406518		0	0	False	False	1.0	0					non-mobilizable	chromosome	1261.0	88.105	99.0	0.00033611392021135696	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0075_000000015648	1258	0.6901456837600994	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.7183281351061286		0	0	False	False	1.0	0					non-mobilizable	chromosome	1260.0	88.095	99.0	0.00033584716313182414	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0004_000000007321	1501	0.6901448863293433	2	2	2	2	1	False	20024	fragment	False	MAD0004_000000007321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0849_000000006424	4078	0.6901399865582036	5	5	5	5	5	False	58294	maximal	True	ISR0849_000000006424	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	93.601	41.0	0.0003809780085411575	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0098_000000004393	5023	0.6901279324440693	4	4	2	4	3	False	42880	maximal	True	FIJ0098_000000004393	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	80.8	2.0	2.1980777989818215e-05	CP041253.1	CFB group bacteria	Echinicola sp. LN3S3 chromosome, complete genome	True	False
ISR0145_000000015173	1906	0.6901208644825598	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2521527248012435		0	0	False	False	1.0	0					non-mobilizable	chromosome	1906.0	99.37	100.0	0.0006722215811710206	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0219_000000022385	1469	0.6901141205100084	2	2	2	2	2	False	28032	maximal	True	ISR0219_000000022385	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	97.49799999999999	87.0	0.005614768863075206	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	True	False
AST0094_000000001187	13367	0.6901138711849877	8	8	7	8	5	False	109424	fragment	False	AST0094_000000001187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.377259092467588e-06	NZ_CP017834.1	proteobacteria	Silvanigrella aquatica strain MWH-Nonnen-W8red chromosome	True	False
SPA0039_000000013084	2066	0.690112395542759	2	2	2	2	2	False	100117	fragment	False	ISR0219_000000016025	0.9735175480778689		0	0	False	False	0.999515950679779	0					non-mobilizable	other	2066.0	99.90299999999999	100.0	0.07591074513840385	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
ISR0375_000000017589	1348	0.6901109118246151	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8573774385985539		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	98.667	91.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0015_000000022462	1435	0.6901068383074567	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.19482322846420824		0	0	False	False	0.9972125291824341	0					non-mobilizable	other	1425.0	78.105	99.0	0.0003156436818202845	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
FIJ0049_000000012689	1353	0.6901054138799476	1	1	1	1	1	False	131471	maximal	True	FIJ0049_000000012689	1.0		0	0	False	False	0.9911308288574219	0					non-mobilizable	no_good_hit	1118.0	95.259	83.0	0.03912769090526611	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0081_000000002101	9614	0.6901048119463812	8	6	3	6	4	True	105923	maximal	True	ISR0081_000000002101	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.29799999999999	25.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0219_000000027766	1165	0.690103111877935	2	2	2	2	2	False	28021	fragment	False	ISR0219_000000027766	1.0		0	0	False	False	0.9991416335105896	0					non-mobilizable	other	1088.0	76.654	92.0	0.0003264340483721409	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MAD0070_000000007475	2501	0.6901019372365256	3	2	1	2	1	True	71425	fragment	False	MAD0070_000000007475	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	96.18799999999999	100.0	0.000406008017038249	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
SPA0074_000000006917	3582	0.6901010671077076	6	4	2	3	3	False	130866	maximal	True	SPA0074_000000006917	1.0	PS1128	5	2	False	True	0.9997208118438721	0					non-mobilizable	no_good_hit	1443.0	83.92200000000001	55.0	0.00043246993942409217	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0008_000000007378	3252	0.6900985507363361	5	4	4	4	4	False	67469	maximal	True	ENG0008_000000007378	1.0		9	4	False	False	0.9996924996376038	0					non-mobilizable	other	3078.0	75.471	93.0	0.0005765625243480796	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	False	False
ISR0278_000000006188	1839	0.6900962024299527	5	1	1	1	1	False	26272	maximal	True	ISR0278_000000006188	1.0		1	1	False	False	0.9967373609542847	0					non-mobilizable	no_good_hit	1085.0	76.12899999999999	58.0	0.00034177315119980026	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0282_000000019640	1290	0.690090235398751	2	1	1	1	1	False	26129	fragment	False	ISR0282_000000019640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.239694763743287e-06	CP032508.1	g-proteobacteria	Gamma proteobacterium SS-5 chromosome, complete genome	True	False
DEN0024_000000006352	1516	0.6900840962466819	2	2	2	2	1	False	74314	fragment	False	DEN0024_000000006352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	78.548	80.0	0.012634700526271823	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	False
ENG0030_000000010611	1854	0.6900824903566147	4	3	3	3	1	True	65739	fragment	False	ENG0030_000000010611	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1147.0	96.6	100.0	0.14273259434549757	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CHI0083_000000008161	1326	0.6900781246699061	2	1	1	1	1	False	84192	maximal	True	CHI0083_000000008161	1.0		88	12	False	False	0.9954751133918762	0					non-mobilizable	no_good_hit	63.0	100.0	5.0	1.5201029943332032e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0011_000000007502	5111	0.6900740191626851	4	4	4	4	4	False	75778	fragment	False	DEN0011_000000007502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	73.778	4.0	3.384704428378039e-05	NZ_FMIA01000002.1	high GC Gram+	Micromonospora yangpuensis strain DSM 45577, whole genome shotgun sequence	True	False
ISR0835_000000003721	3388	0.6900738645779012	5	5	4	3	3	False	93258	fragment	False	ISR0835_000000003721	0.8067822403557331		0	0	False	False	1.0	0					non-mobilizable	other	3388.0	99.646	100.0	0.006250265271813648	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0226_000000002884	2449	0.6900715376486136	3	3	2	3	1	False	27652	maximal	True	ISR0226_000000002884	1.0		1	1	False	False	0.9804001450538635	0					non-mobilizable	no_good_hit	596.0	98.49	24.0	0.00021608194408380348	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MAD0044_000000010919	2238	0.6900682971817862	3	3	3	3	3	False	99102	fragment	False	FIJ0002_000000016133	0.9722618959647831		0	0	False	False	1.0	0					non-mobilizable	chromosome	2239.0	96.29299999999999	100.0	0.0007604699690816969	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0223_000000014682	2044	0.6900607351878107	3	3	3	3	2	False	55380	fragment	False	ISR0027_000000011824	0.9649220032696918		0	0	False	False	0.9985322952270508	0					non-mobilizable	no_good_hit	497.0	84.306	24.0	0.0024622930228385153	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
AST0149_000000022399	1179	0.6900586274159287	2	2	2	2	1	True	104302	fragment	False	AST0149_000000022399	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	96.86200000000001	100.0	0.006462691398256499	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0181_000000006503	3219	0.690055068500745	5	4	4	4	2	False	111912	fragment	False	ENG0181_000000006503	0.9682539682539683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	89.928	4.0	0.05367561260210035	KU546098.1	bacteria	Uncultured bacterium clone CH_03D_000_Contig_8 genomic sequence	True	False
CHI0018_000000011282	1564	0.6900526436001675	2	1	1	1	1	False	89524	maximal	True	CHI0018_000000011282	1.0		2	2	False	False	0.9961636662483215	0					non-mobilizable	no_good_hit	460.0	91.95700000000001	29.0	0.0003281119070729389	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0186_000000003358	5371	0.6900470050921013	9	4	3	3	3	True	122267	maximal	True	ENG0186_000000003358	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	2310.0	97.965	63.0	0.0052230675669248	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ENG0040_000000003321	6547	0.6900460167777032	3	3	1	3	1	False	64876	fragment	False	ENG0040_000000003321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	78.972	3.0	0.00010443538567839445	CP060694.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1292-4 chromosome, complete genome	True	False
ISR0103_000000007839	3420	0.6900439158362108	6	2	1	1	2	False	60942	maximal	True	ISR0103_000000007839	1.0		1	1	False	False	0.9973683953285217	0					non-mobilizable	no_good_hit	1271.0	82.927	37.0	0.15457991928580164	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
AST0087_000000013078	2774	0.6900372315584109	3	3	3	2	2	False	110968	fragment	False	AST0087_000000013078	1.0		0	0	False	False	0.9996395111083984	0					non-mobilizable	other	2774.0	97.26	100.0	0.017088170770785574	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
MON0101_000000016025	3712	0.6900152289319089	4	3	3	3	3	False	43902	maximal	True	MON0101_000000016025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	75.40100000000001	5.0	4.542884832821838e-05	CP019509.1	b-proteobacteria	Aquaspirillum sp. LM1, complete genome	True	False
FIJ0134_000000011155	1322	0.6900092807934748	2	1	1	1	1	False	58145	fragment	False	FIJ0134_000000011155	0.98237950630901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	73.777	38.0	0.005522912923175289	NZ_JGZP01000007.1	high GC Gram+	Bifidobacterium stellenboschense strain DSM 23968 Contig07, whole genome shotgun sequence	True	False
ISR0379_000000003328	5724	0.6900076385372886	5	4	3	4	3	False	125544	maximal	True	ISR0379_000000003328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	77.067	16.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0013_000000004216	4900	0.6900045383678136	5	2	2	2	1	True	19613	fragment	False	MAD0013_000000004216	1.0		0	0	False	False	0.9987754821777344	0					non-mobilizable	no_good_hit								True	True
ISR0114_000000007628	3567	0.6900024354524595	3	3	3	3	3	False	108733	maximal	True	ISR0114_000000007628	1.0		1	1	False	False	0.998037576675415	0					non-mobilizable	no_good_hit	1008.0	84.02799999999999	37.0	0.02741463952782834	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0025_000000008605	4410	0.689988464121625	4	3	2	3	2	True	49683	maximal	False	FIJ0021_000000010293	0.6337127599775155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	94.98100000000001	23.0	0.009580816129869166	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
ENG0080_000000004844	4887	0.689984998254732	4	4	4	4	4	False	61774	maximal	True	ENG0080_000000004844	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2721.0	79.89699999999999	90.0	0.006194841818036511	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	False	False
MAD0062_000000000174	27816	0.6899827703544872	37	14	5	11	10	True	16790	maximal	True	MAD0062_000000000174	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2425.0	92.495	9.0	0.08724491645220922	NZ_SMUS01000046.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00046, whole genome shotgun sequence	True	True
ENG0156_000000015366	1175	0.6899773954938172	2	1	1	1	1	False	56668	maximal	True	ENG0156_000000015366	1.0		12	5	False	False	0.957446813583374	0					non-mobilizable	chromosome	1133.0	99.823	96.0	0.0002561171731542142	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0148_000000016253	1282	0.6899766840439655	2	2	2	1	1	False	101769	fragment	False	USA0066_01_000000013774	0.469219812264673		0	0	False	False	0.9984399080276489	0					non-mobilizable	other	1248.0	99.92	97.0	0.000337171099326496	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0079_000000038894	1573	0.6899698435891767	2	2	2	2	1	True	69492	fragment	False	DEN0079_000000038894	0.9965132496513249		0	0	False	False	0.9599491357803345	0					non-mobilizable	other	1525.0	95.803	97.0	0.018494247852046015	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0099_000000004066	4998	0.6899668169094828	5	5	4	5	3	False	126673	maximal	True	AST0099_000000004066	1.0		2	2	False	False	0.9863945841789246	0					non-mobilizable	no_good_hit	675.0	98.963	13.0	0.6984455958549223	GQ881172.1		Uncultured organism clone VC1CO89TF genomic sequence	True	False
USA0113_01_000000013421	1344	0.6899585386129791	3	1	1	1	1	False	274	fragment	False	USA0113_01_000000013421	1.0		0	0	False	False	0.9828869104385376	0					non-mobilizable	other	1349.0	83.84	99.0	0.041723538900608016	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
MAD0056_000000001866	5771	0.6899508187202973	8	8	1	4	8	True	18668	fragment	False	MAD0056_000000001866	0.9960526221694641		0	0	False	False	1.0	0					non-mobilizable	plasmid	5795.0	96.152	100.0	0.03612176803589058	CP056767.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00675 plasmid pRHBSTW-00675_2, complete sequence	False	True
MAD0037_000000002353	5522	0.6899508187202973	9	8	1	4	8	True	18668	fragment	False	MAD0056_000000001866	0.9692887204465724		0	0	False	False	0.9992756247520447	0					non-mobilizable	plasmid	5544.0	96.429	100.0	0.034553429724697264	CP056767.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00675 plasmid pRHBSTW-00675_2, complete sequence	False	True
MAD0068_000000004353	5453	0.6899508187202973	8	8	1	4	8	True	18668	fragment	False	MAD0056_000000001866	0.9613753782253928		0	0	False	False	0.9998165965080261	0					non-mobilizable	plasmid	5466.0	96.70700000000001	100.0	0.034066057659864285	CP056767.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00675 plasmid pRHBSTW-00675_2, complete sequence	False	True
ENG0156_000000005021	3122	0.6899480785181573	1	1	1	1	1	False	56692	fragment	False	ENG0156_000000005021	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3122.0	99.80799999999999	100.0	0.030663575091863002	CP011119.1	enterobacteria	Yersinia enterocolitica strain FORC_002 plasmid pFORC2, complete sequence	False	True
ISR0327_000000021681	1362	0.6899425246423517	2	2	2	2	2	False	24768	maximal	True	ISR0327_000000021681	1.0		279	13	False	False	1.0	0					non-mobilizable	other	1362.0	100.0	100.0	0.0019154445914374982	NZ_QVHZ01000003.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf3, whole genome shotgun sequence	False	False
FIJ0061_000000016200	1672	0.6899266174876912	2	2	2	2	2	False	45800	maximal	True	FIJ0061_000000016200	1.0		2	1	False	False	0.9964115023612976	0					non-mobilizable	no_good_hit	116.0	93.103	7.0	6.158506021412323e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0027_000000035335	1178	0.6899146265106426	2	2	2	2	1	False	12617	fragment	False	MON0027_000000035335	1.0		0	0	False	False	0.9966044425964355	0					non-mobilizable	no_good_hit								True	False
ENG0090_000000009438	2416	0.6899044109418981	3	3	3	3	3	False	61251	maximal	True	ENG0090_000000009438	0.944076222038111		54	10	False	False	0.9975165724754333	0					non-mobilizable	no_good_hit	695.0	71.079	28.0	0.002290935077635345	NZ_FQXV01000004.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0075_000000005957	2923	0.6898953538999408	3	2	1	2	0	True	5795	maximal	True	SPA0075_000000005957	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0176_000000002857	2789	0.6898937664344641	4	3	2	1	3	True	111685	maximal	True	ENG0176_000000002857	1.0		43	11	False	False	0.9974901676177979	0					non-mobilizable	no_good_hit	1571.0	99.554	56.0	0.0034618861767105468	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	True	True
ISR0329_000000004737	2822	0.6898878118457729	5	4	4	3	3	False	80625	maximal	True	ISR0329_000000004737	1.0		46	9	False	False	0.9996456503868103	0					non-mobilizable	chromosome	2823.0	96.77600000000001	100.0	0.0013161147099837235	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0050_000000021377	1357	0.6898839210380461	2	2	2	1	1	False	86960	fragment	False	MON0095_000000018579	0.5575215150118774		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	77.923	91.0	0.0079857520395266	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0131_000000007025	2629	0.6898785712398481	3	2	2	2	2	False	47658	fragment	False	FIJ0131_000000007025	0.977474957697545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	83.869	78.0	0.01564423510700932	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
FIJ0038_000000014582	2375	0.6898785712398481	2	2	2	2	2	False	47658	fragment	False	FIJ0131_000000007025	0.4761354079058032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	83.869	86.0	0.01564423510700932	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
SPA0030_000000008829	3472	0.6898785564011076	4	2	2	2	1	True	7339	fragment	False	SPA0030_000000008829	1.0		0	0	False	False	0.9994239807128906	0					non-mobilizable	no_good_hit								True	True
SPA0046_000000003689	6487	0.6898780598205708	5	5	1	4	5	True	82457	fragment	False	SPA0046_000000003689	0.9654258627550213		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6481.0	100.0	99.0	0.04998765736855097	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
MAD0068_000000002079	9324	0.6898751352777731	9	4	3	4	3	True	19828	maximal	True	MAD0068_000000002079	1.0		18	1	False	False	1.0	0					non-mobilizable	no_good_hit	1515.0	87.65700000000001	38.0	0.00040280319009456273	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0112_000000004770	5599	0.6898744763281102	10	2	1	2	1	False	32660	maximal	True	ISR0112_000000004770	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000022287	1605	0.6898730904767091	2	2	2	2	2	False	34484	fragment	False	ISR0333_000000013641	0.9597361108037085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	91.045	21.0	5.332867399726014e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0040_000000010910	1261	0.6898693296539903	1	1	1	1	1	False	87657	maximal	True	CHI0040_000000010910	1.0		29	9	False	False	0.9984139800071716	0					non-mobilizable	no_good_hit	50.0	88.0	4.0	3.133904044974721e-05	CP029984.1	high GC Gram+	Gardnerella vaginalis strain UGent 06.41 chromosome	True	False
ENG0191_000000010784	2783	0.6898685109590822	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.5006370099801888		0	0	False	False	1.0	0					non-mobilizable	chromosome	2783.0	93.676	100.0	0.0007786280864193212	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0005_000000018772	2804	0.6898616651912249	2	2	2	2	1	False	14135	maximal	True	MON0005_000000018772	1.0		56	8	False	False	0.9875178337097168	0					non-mobilizable	no_good_hit	2133.0	75.668	75.0	0.004282224870128405	NZ_FPKO01000007.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ISR0072_000000019320	1524	0.6898490114934894	3	3	3	3	2	False	34833	fragment	False	MON0038_000000020259	0.9549991094405444		0	0	False	False	1.0	0					non-mobilizable	other	1524.0	99.147	100.0	0.009569468181361214	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0063_000000011922	2251	0.6898472173110041	3	3	1	3	3	False	45608	maximal	True	FIJ0063_000000011922	1.0		4	3	False	False	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	2251.0	100.0	100.0	0.6469235192639448	CP000652.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae MGH 78578 plasmid pKPN7, complete sequence	False	True
SPA0068_000000005144	2115	0.6898472173110041	3	3	1	3	3	False	45608	maximal	False	FIJ0063_000000011922	0.9697912039093737		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	2115.0	100.0	100.0	0.6078205865439908	CP000652.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae MGH 78578 plasmid pKPN7, complete sequence	False	True
AST0003_000000008450	4171	0.6898443942693929	5	4	3	4	1	False	130506	maximal	True	AST0003_000000008450	1.0		2	2	False	False	0.999520480632782	0					non-mobilizable	no_good_hit	1013.0	98.618	55.0	0.016170008788048255	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0103_000000017291	1715	0.6898441783278149	3	3	3	3	3	False	33039	fragment	False	ISR0103_000000017291	1.0		0	0	False	False	0.9970845580101013	0					non-mobilizable	other	1715.0	99.883	100.0	0.011906250434154405	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
SPA0102_000000014754	2350	0.6898420541753801	4	1	1	1	1	False	4909	maximal	True	SPA0102_000000014754	1.0		0	0	False	False	0.9948936104774475	0					non-mobilizable	no_good_hit	878.0	80.524	37.0	0.0779894463822556	MK232292.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.K22_2_c1 sequence	True	False
CHI0182_000000004868	5111	0.6898389628276741	7	6	6	5	6	False	104802	maximal	True	CHI0182_000000004868	1.0		1	1	False	False	0.9998043179512024	0					non-mobilizable	no_good_hit	157.0	86.624	3.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0087_000000005352	5158	0.6898259598885694	6	6	1	3	5	False	61402	fragment	False	ENG0087_000000005352	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5162.0	97.869	100.0	0.03479123906233121	MN480763.1	firmicutes	Streptococcus salivarius strain YU10 plasmid pSsal-YU10, complete sequence	False	True
ISR0134_000000001032	22053	0.6898236588169813	18	11	8	10	11	True	73774	maximal	True	ISR0134_000000001032	1.0		27	7	False	False	0.9997732639312744	0					non-mobilizable	no_good_hit	4982.0	91.449	58.0	0.000964520183165869	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MON0009_000000011661	2952	0.6898231712419399	4	4	3	4	2	False	125442	fragment	False	MON0070_000000010284	0.3461759716029536		0	0	False	False	0.9996612668037415	0					non-mobilizable	no_good_hit	1477.0	83.954	84.0	0.0004427094783798158	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0104_000000015428	2895	0.6898231712419399	4	4	3	4	2	False	125442	fragment	False	MON0070_000000010284	0.28804640026595446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	83.417	84.0	0.000415303653527732	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CAN0021_000000029725	1472	0.6898209254204003	2	2	2	2	2	False	115508	fragment	False	MON0088_000000019692	0.9127284333517268		0	0	False	False	0.9993206262588501	0					non-mobilizable	other	1477.0	84.15700000000001	100.0	0.0012546290602495251	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
ISR0315_000000007066	1379	0.6898155294663558	2	2	2	2	2	False	99471	fragment	False	ISR0315_000000007066	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1379.0	97.60700000000001	100.0	0.0004638267321050564	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0132_000000009353	2900	0.6898110149294316	3	3	3	2	2	False	95005	maximal	False	ISR0301_000000005776	0.998708381994386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	81.892	75.0	0.0003816753120390408	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0169_000000000906	21280	0.6898074515030088	32	17	8	14	11	True	99765	fragment	False	ENG0169_000000000906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	5.905159448531922e-05	NZ_QFZL01000004.1	a-proteobacteria	Sphingosinithalassobacter portus strain FM6 Scaffold4_1, whole genome shotgun sequence	True	True
MAD0042_000000001355	14907	0.6898023441653015	14	10	9	10	8	False	18177	maximal	True	MAD0042_000000001355	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	5578.0	96.899	65.0	0.0020280177556287783	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
AST0104_000000012568	2669	0.689789553415608	2	2	2	2	1	True	107935	fragment	False	AST0104_000000012568	1.0		0	0	False	False	0.9925065636634827	0					non-mobilizable	no_good_hit	218.0	77.064	8.0	0.00030292415123811273	NZ_LN879454.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	True
ISR0069_000000006096	3966	0.6897855506884059	5	4	4	4	4	False	34974	maximal	True	ISR0069_000000006096	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	92.399	40.0	0.010135094421480133	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
MON0048_000000031285	1314	0.6897805623135744	3	1	1	1	1	False	11388	fragment	False	MON0048_000000031285	1.0		0	0	False	False	0.9467275738716125	0					non-mobilizable	no_good_hit	909.0	85.919	69.0	0.0011607230742287518	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
MON0016_000000034558	1146	0.6897778177028872	1	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.05216185329916509		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	79.189	99.0	0.0002512451145523529	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
ISR0839_000000002904	5184	0.6897768824543301	7	3	3	3	3	False	62959	maximal	True	ISR0839_000000002904	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	81.428	33.0	0.0004770545433293318	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0056_000000000350	23669	0.6897752045147082	24	8	7	7	4	True	48177	maximal	True	ISR0056_000000000350	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.00046559063497694217	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	True	True
DEN0079_000000040836	1507	0.6897691693745679	2	2	2	2	2	False	69486	fragment	False	DEN0079_000000040836	1.0		0	0	False	False	0.9986728429794312	0					non-mobilizable	no_good_hit								True	False
ISR0783_000000000754	16730	0.6897642049967428	29	6	5	5	5	False	28480	fragment	False	ISR0783_000000000754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4354.0	91.249	62.0	0.001176448639269915	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0209_000000001917	12959	0.6897642049967428	19	6	5	5	5	False	28479	fragment	False	ISR0209_000000001917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4354.0	91.249	70.0	0.001176448639269915	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0268_000000004700	3713	0.6897591192686244	5	4	4	4	2	False	120969	maximal	True	ISR0268_000000004700	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	94.63600000000001	83.0	0.000502454932347424	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AUS0018_000000007103	3837	0.6897526872953672	3	3	3	3	2	False	100044	fragment	False	ISR0100_000000002858	0.9517747551010748		0	0	False	False	0.9900964498519897	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	6.0	6.204863146102529e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0124_000000011656	2504	0.6897522930240525	4	2	2	2	0	True	85863	maximal	True	SPA0124_000000011656	1.0		1	1	False	False	0.9916134476661682	0					non-mobilizable	no_good_hit	92.0	84.78299999999999	4.0	3.519835627544145e-05	CP058670.1	high GC Gram+	Chryseoglobus sp. CTD02-10-2 chromosome, complete genome	True	True
SPA0108_000000001461	16526	0.6897497634426701	15	12	11	11	11	True	116290	fragment	False	SPA0035_000000000608	0.9770625301044378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2055.0	96.05799999999999	26.0	0.07187095419713777	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0222_000000009243	6741	0.6897431780987039	12	10	1	4	9	True	82483	maximal	True	ISR0222_000000009243	0.990925868963396		16	5	False	False	1.0	0					non-mobilizable	other	6738.0	99.866	99.0	0.13761336710515565	HG794715.2	high GC Gram+	Bifidobacterium bifidum TgaA operon (putative type IV secretion system), strain MIMBb75	False	True
MAD0022_000000008451	1616	0.689735232372407	4	3	1	3	3	False	19278	maximal	True	MAD0022_000000008451	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1529.0	98.234	95.0	0.0003143021463874589	CP043754.1	enterobacteria	Escherichia coli strain CVM N56338 chromosome, complete genome	False	False
ISR0181_000000005046	3641	0.6897329218127909	4	3	2	3	1	False	42469	maximal	True	ISR0181_000000005046	1.0		1	1	False	False	0.9967042207717896	0					non-mobilizable	no_good_hit	341.0	100.0	9.0	0.41514041514041516	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
SPA0026_000000010974	2742	0.6897314575771063	6	5	4	3	4	False	119971	maximal	True	SPA0026_000000010974	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	97.839	30.0	0.00023720652819735584	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
AST0033_000000005666	2317	0.6897276804209386	4	2	2	2	1	False	117068	maximal	True	AST0033_000000005666	1.0		15	4	False	False	0.9896417856216431	0					non-mobilizable	no_good_hit	83.0	81.928	4.0	0.0003637928510268275	NZ_LWAG01000029.1	firmicutes	Bacillus endophyticus strain 3617_2C 3617_2C_contig_32, whole genome shotgun sequence	True	False
DEN0046_000000007806	3078	0.6897244695020854	5	4	4	4	3	False	96635	fragment	False	ISR0207_000000007572	0.660165009898943		0	0	False	False	0.9996750950813293	0					non-mobilizable	other	3078.0	99.318	100.0	0.000831706737392383	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0047_000000013845	3018	0.6897244695020854	4	4	4	4	3	False	96635	fragment	False	ISR0207_000000007572	0.6068762910576583		0	0	False	False	0.9996686577796936	0					non-mobilizable	other	2925.0	98.838	97.0	0.0007906080949724734	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0297_000000004456	2964	0.6897244695020854	4	4	4	4	3	False	96635	fragment	False	ISR0207_000000007572	0.6104398301154226		0	0	False	False	1.0	0					non-mobilizable	other	2964.0	99.15700000000001	100.0	0.000801153141382845	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0083_000000000156	58303	0.6897174580183736	53	25	15	24	10	True	104245	maximal	True	ISR0083_000000000156	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	0.0	2.0036101411816566e-05	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	True
ENG0005_000000000612	30700	0.6897040776018261	48	20	9	16	13	True	99777	fragment	False	ENG0005_000000000612	1.0		0	0	False	False	0.9999023079872131	0					non-mobilizable	no_good_hit	80.0	97.5	0.0	2.1938228613004093e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
MON0091_000000010950	1148	0.6896957463715051	1	1	1	1	1	False	9480	maximal	True	MON0091_000000010950	1.0		2	2	False	False	0.9991289377212524	0					non-mobilizable	other	1148.0	98.51899999999999	100.0	0.0003511699285872835	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0329_000000003888	3233	0.689694342265891	3	3	3	2	1	False	24712	fragment	False	MAD0045_000000010854	0.9598293113596232		0	0	False	False	0.9910299777984619	0					non-mobilizable	no_good_hit	1199.0	79.9	37.0	0.011692650334075724	NZ_MIEH01000002.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_2, whole genome shotgun sequence	True	False
ISR0068_000000010170	2028	0.6896887953723604	3	3	3	2	2	False	128163	fragment	False	AST0118_000000014400	0.469601241111061		0	0	False	False	0.9995068907737732	0					non-mobilizable	other	1834.0	87.186	90.0	0.029551020408163264	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0013_000000002528	7164	0.6896772484484025	6	4	2	3	4	False	132135	fragment	False	MAD0013_000000002528	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	4226.0	96.214	98.0	0.23964782732178358	MK231927.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_1-CL21_c1 sequence	False	False
ISR0133_000000000166	60250	0.6896759748336031	71	16	12	14	11	True	73650	fragment	False	ISR0133_000000000166	1.0		0	0	False	False	0.9999834299087524	0					non-mobilizable	no_good_hit	1377.0	79.956	2.0	0.00562864115563809	NZ_BJFA01000002.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_1, whole genome shotgun sequence	True	True
MON0016_000000001715	7128	0.6896755906081571	6	4	3	3	3	True	129334	maximal	True	MON0016_000000001715	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2139.0	85.694	30.0	0.000568192579404913	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0097_000000004864	4973	0.6896608278425255	5	4	4	4	4	False	85112	maximal	True	ISR0097_000000004864	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3589.0	99.944	72.0	0.0009988516546612382	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ETH0003_000000015484	2473	0.6896588646104561	3	2	2	2	1	False	53203	maximal	True	ETH0003_000000015484	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.03294289897510981	LN852708.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0012	True	False
USA0084_01_000000014545	2253	0.6896544086459094	3	3	3	2	2	False	74518	fragment	False	USA0084_01_000000014545	0.994283028493804		0	0	False	False	0.9964491724967957	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.898411029967917e-05	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0017_000000013144	2177	0.6896544086459094	3	3	3	2	2	False	74518	fragment	False	USA0084_01_000000014545	0.9831317321022492		0	0	False	False	0.9912723898887634	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.239694763743287e-06	CP032508.1	g-proteobacteria	Gamma proteobacterium SS-5 chromosome, complete genome	True	False
ISR0376_000000010058	2379	0.6896540292500092	3	3	2	3	2	False	110063	fragment	False	AST0111_000000007349	0.5644141600925746		0	0	False	False	1.0	0					non-mobilizable	other	2173.0	98.711	100.0	0.034704801470000796	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0060_000000003739	3525	0.6896510618574492	5	5	5	4	3	False	120985	maximal	True	FIJ0060_000000003739	0.9734042553191489		3	3	False	False	1.0	0					non-mobilizable	chromosome	2546.0	96.38600000000001	99.0	0.0007374586375277743	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0179_000000014408	1511	0.6896354958875756	2	2	2	2	2	False	77542	maximal	True	CHI0179_000000014408	1.0		5	2	False	False	0.9993382096290588	0					non-mobilizable	other	1518.0	97.56299999999999	100.0	0.22593144560357675	NZ_ADFP01000104.1	bacteria	Pyramidobacter piscolens W5455 contig00071, whole genome shotgun sequence	False	False
ISR0291_000000004195	3161	0.6896345894280297	3	3	2	2	3	False	32413	maximal	True	ISR0291_000000004195	1.0		14	4	False	False	0.9914584159851074	0					non-mobilizable	no_good_hit	975.0	88.92299999999999	32.0	0.006343830396977888	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
MAD0050_000000008974	2652	0.6896322638737417	2	2	2	2	2	False	96665	fragment	False	MAD0009_000000003463	0.9418027183108383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1729.0	82.475	66.0	0.00046290049883477235	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0052_000000025812	1754	0.6896204612614554	2	1	1	1	1	False	72258	fragment	False	DEN0052_000000025812	1.0		0	0	False	False	0.9982896447181702	0					non-mobilizable	no_good_hit	990.0	71.717	55.0	0.0002418379685610641	CP027781.1	firmicutes	Clostridium botulinum strain MAP 5 chromosome, complete genome	True	False
ISR0265_000000011516	1502	0.6896204612614554	2	1	1	1	1	False	30045	fragment	False	ISR0170_000000031190	0.9416178420850748		0	0	False	False	0.9820239543914795	0					non-mobilizable	no_good_hit	982.0	69.654	63.0	0.000488762309355802	NZ_JH601088.1	firmicutes	Helcococcus kunzii ATCC 51366 supercont1.1, whole genome shotgun sequence	True	False
SPA0115_000000024024	1209	0.6896204612614554	1	1	1	1	1	False	4374	fragment	False	SPA0115_000000024024	1.0		0	0	False	False	0.9983457326889038	0					non-mobilizable	other	1190.0	79.49600000000001	98.0	0.000389152064387338	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
MON0032_000000010946	2434	0.6896026649589669	3	3	3	3	2	False	12403	maximal	True	MON0032_000000010946	1.0		26	5	False	False	0.9880854487419128	0					non-mobilizable	no_good_hit	142.0	80.282	6.0	0.00208615675107734	NZ_NOXT01000107.1	a-proteobacteria	Sandarakinorhabdus cyanobacteriorum strain TH057 scaffold55, whole genome shotgun sequence	True	False
ISR0128_000000008594	4017	0.6896018376290033	5	4	3	3	1	True	31865	fragment	False	ISR0128_000000008594	1.0		0	0	False	False	0.9995021224021912	0					non-mobilizable	no_good_hit	1071.0	94.958	26.0	0.009914384196286275	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
ISR0067_000000000916	19709	0.6896009897827318	28	13	8	11	6	False	35092	maximal	True	ISR0067_000000000916	1.0		1	1	False	False	0.9996448159217834	0					non-mobilizable	no_good_hit	762.0	81.102	5.0	0.010928725078320123	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0105_000000020809	1791	0.6896008980272929	4	3	2	2	3	False	48525	maximal	True	MAD0105_000000020809	0.9737943598221283		17	5	False	False	0.9994416236877441	0					non-mobilizable	chromosome	1791.0	99.944	100.0	0.0009665038908530936	LR134203.1	firmicutes	Streptococcus lutetiensis strain NCTC11436 genome assembly, chromosome: 1	False	False
MAD0023_000000006872	1770	0.6896008980272929	4	3	2	2	3	False	48525	maximal	False	MAD0105_000000020809	0.9671919225265465		0	0	False	False	0.9819208979606628	0					non-mobilizable	chromosome	1731.0	99.711	98.0	0.0009634679493577159	NZ_LS483403.1	firmicutes	Streptococcus lutetiensis strain NCTC13774 chromosome 1	False	False
MAD0091_000000009312	1714	0.6896008980272929	3	3	2	2	3	False	48525	maximal	False	MAD0105_000000020809	0.960207465919645		0	0	False	False	0.9819136261940002	0					non-mobilizable	chromosome	1714.0	99.94200000000001	100.0	0.0009551045122973191	NZ_LS483403.1	firmicutes	Streptococcus lutetiensis strain NCTC13774 chromosome 1	False	False
MAD0101_000000023183	1252	0.6895991989749366	2	2	2	1	1	False	15069	maximal	True	MAD0101_000000023183	1.0		23	4	False	False	0.9984025359153748	0					non-mobilizable	no_good_hit								True	False
USA0102_01_000000005135	2726	0.6895952353418539	5	5	5	5	4	False	95304	fragment	False	USA0102_01_000000005135	0.9812783661119516		0	0	False	False	1.0	0					non-mobilizable	other	1713.0	99.124	99.0	0.04285249430552427	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0179_000000017323	1296	0.6895921855810763	2	2	1	2	1	False	41707	fragment	False	ISR0179_000000017323	0.984841571614335		0	0	False	False	0.9861111044883728	0					non-mobilizable	other	1296.0	97.994	100.0	0.01703835273995132	NZ_WNAF01000012.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold12_size75819, whole genome shotgun sequence	False	False
ENG0188_000000002871	8636	0.6895766317794517	14	10	7	10	9	False	132191	fragment	False	ENG0188_000000002871	0.9981684981684982		0	0	False	False	1.0	0					non-mobilizable	other	8649.0	99.734	100.0	0.17945259488286194	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
ISR0215_000000003341	8463	0.6895766317794517	12	10	7	10	9	False	132191	fragment	False	ENG0188_000000002871	0.9881889763779528		0	0	False	False	0.9996455311775208	0					non-mobilizable	other	8463.0	99.988	100.0	0.17559295304102426	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CHI0174_000000003733	4233	0.6895684479527991	3	3	3	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.6090966058299924		0	0	False	False	1.0	0					non-mobilizable	other	4237.0	98.56	100.0	0.008855441967058173	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0295_000000004563	6337	0.6895666313378094	7	6	6	6	6	False	101237	fragment	False	ISR0295_000000004563	1.0		0	0	False	False	0.9998421669006348	0					non-mobilizable	chromosome	6337.0	99.179	100.0	0.0024847029591729894	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0369_000000010872	1473	0.6895633523812204	3	3	2	3	2	True	23533	maximal	True	ISR0369_000000010872	1.0		3	1	False	False	0.9884589314460754	0					non-mobilizable	no_good_hit	313.0	84.345	21.0	0.004959020314443346	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	True
ISR0806_000000006689	1790	0.6895628653385408	3	3	3	3	2	False	21776	maximal	True	ISR0806_000000006689	1.0		27	10	False	False	0.994413435459137	0					non-mobilizable	no_good_hit	391.0	74.936	22.0	0.0037786218335639763	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	True	False
ENG0077_000000012607	1621	0.6895612488730459	2	2	2	2	1	False	62007	fragment	False	ENG0077_000000012607	1.0		0	0	False	False	0.9993830919265747	0					non-mobilizable	other	1629.0	84.40799999999999	100.0	0.0056363262446451415	NZ_FORW01000003.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	False	False
DEN0046_000000004717	4664	0.6895596721514989	9	5	3	5	5	False	122693	fragment	False	DEN0046_000000004717	0.9641085418130997		0	0	False	False	0.9976415038108826	0					non-mobilizable	other	4042.0	90.698	98.0	0.01862266578119993	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	False
CHI0156_000000002984	4185	0.6895563774659624	6	6	6	5	4	False	120094	maximal	False	ISR0079_000000004336	0.13263191678612374		0	0	False	False	0.9997610449790955	0					non-mobilizable	chromosome	4185.0	99.976	100.0	0.0009293255060315091	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0021_000000007980	2328	0.6895508427377175	4	3	3	3	2	False	66375	fragment	False	ENG0021_000000007980	1.0		0	0	False	False	0.9995704293251038	0					non-mobilizable	no_good_hit	1608.0	99.316	69.0	0.029412303018101285	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ITA0003_000000002252	2441	0.6895498400233676	2	2	2	2	2	False	54700	fragment	False	ITA0003_000000002252	1.0		0	0	False	False	0.9991806745529175	0					non-mobilizable	other	1478.0	92.693	95.0	0.00041396009458412043	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0054_000000002656	9327	0.6895471826485697	5	5	4	4	3	True	11153	fragment	False	MON0054_000000002656	1.0		0	0	False	False	0.9926021099090576	0					non-mobilizable	no_good_hit	125.0	85.6	1.0	0.0006226306143456102	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	True
ISR0376_000000008595	2700	0.6895416653908595	3	2	1	1	2	False	122490	fragment	False	ISR0376_000000008595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	100.0	68.0	0.22929380993897122	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MON0105_000000028802	1889	0.6895416653908595	2	2	1	1	2	False	122489	fragment	False	ISR0395_000000012012	0.33417432426955296		0	0	False	False	0.9989412426948547	0					non-mobilizable	plasmid	1889.0	99.947	100.0	0.23514758998629967	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MAD0036_000000017494	1745	0.6895416653908595	2	2	1	1	2	False	122489	fragment	False	ISR0395_000000012012	0.15743557680065817		0	0	False	False	0.997707724571228	0					non-mobilizable	plasmid	1745.0	100.0	100.0	0.2172126043093785	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
AST0005_000000020114	1357	0.6895409309963312	2	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.8528208628796291		0	0	False	False	1.0	0					non-mobilizable	chromosome	1351.0	95.781	99.0	0.00030044412317941987	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0187_000000021535	1334	0.6895409309963312	1	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.6282695475697169		0	0	False	False	0.9925037622451782	0					non-mobilizable	other	1334.0	96.102	100.0	0.008517136504204258	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
ISR0047_000000023500	1274	0.6895409309963312	1	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.35664000707902715		0	0	False	False	0.9897959232330322	0					non-mobilizable	chromosome	1226.0	95.595	96.0	0.00027262522288502914	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0140_000000020933	1384	0.6895408095968709	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.6161350517291513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0055_000000002456	5726	0.689539692642873	9	5	3	3	4	True	130634	backbone	True	CHI0055_000000002456	0.9628233455993649	PS1108	14	5	True	True	1.0	44		MOBV			mobilizable	no_good_hit	2374.0	94.48200000000001	82.0	0.3857818359693462	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MAD0109_000000006938	2040	0.6895292717318201	2	2	2	2	2	False	49966	maximal	True	MAD0109_000000006938	1.0		5	2	False	False	0.9960784316062927	0					non-mobilizable	no_good_hit	77.0	93.506	4.0	2.1157392908097575e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0058_000000019341	2072	0.6895278895982153	3	3	3	3	1	True	46021	maximal	True	FIJ0058_000000019341	1.0		1	1	False	False	0.9995173811912537	0					non-mobilizable	no_good_hit	86.0	82.55799999999999	4.0	0.0004139798562272311	NZ_RXOF01000013.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_13, whole genome shotgun sequence	True	True
ISR0279_000000018265	1257	0.6895204184846776	2	2	2	2	2	False	33121	fragment	False	ISR0279_000000018265	0.919810696442517		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	97.53399999999999	100.0	0.0028915707030476604	NZ_LRVM01000002.1	firmicutes	Anaerotignum neopropionicum strain DSM-3847 CLNEO_contig000002, whole genome shotgun sequence	False	False
ISR0228_000000008119	3125	0.6895183691882458	4	4	4	4	2	False	115901	fragment	False	ENG0037_000000009642	0.9252552894235272		0	0	False	False	0.9910399913787842	0					non-mobilizable	no_good_hit	937.0	84.41799999999999	30.0	0.0003201047366247457	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0021_000000016696	2127	0.6895158631337698	4	1	1	1	1	False	74785	fragment	False	DEN0021_000000016696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0203_000000011217	1645	0.6895107624819221	2	1	1	1	1	False	67063	fragment	False	ENG0012_000000012153	0.774397928297212		0	0	False	False	0.9878419637680054	0					non-mobilizable	chromosome	1660.0	94.94	100.0	0.0007113696073231192	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0023_000000013776	1641	0.6895107624819221	2	1	1	1	1	False	67063	fragment	False	ENG0012_000000012153	0.632011265861031		0	0	False	False	1.0	0					non-mobilizable	chromosome	1656.0	95.833	100.0	0.0007096544304519362	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
DEN0085_000000010214	3125	0.6895070950082951	4	4	2	3	2	False	104355	maximal	True	DEN0085_000000010214	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3131.0	88.374	100.0	0.0010759449694274597	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ENG0055_000000002847	6773	0.6894976340114507	8	6	2	4	6	False	79585	fragment	False	ENG0055_000000002847	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6699.0	96.208	100.0	0.03002869697784952	LT795503.1	enterobacteria	Escherichia coli strain KV7 genome assembly, plasmid: I	False	True
ISR0820_000000020652	1275	0.6894961566332827	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.6492969977088859		0	0	False	False	0.9913725256919861	0					non-mobilizable	other	1273.0	98.429	99.0	0.0021101915110863915	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0186_000000003489	5139	0.6894931437122892	8	6	4	5	4	True	121085	fragment	False	ENG0186_000000003489	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	5139.0	98.794	100.0	0.8347684809098294	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0116_000000021801	1235	0.6894851155006486	2	2	2	2	2	False	106120	fragment	False	AST0116_000000021801	0.9895132117344094		0	0	False	False	0.9975708723068237	0					non-mobilizable	other	1235.0	99.838	100.0	0.024911175710594317	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0042_01_000000009264	2277	0.6894826195392109	2	2	2	2	2	False	79988	maximal	True	USA0042_01_000000009264	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2022.0	96.044	91.0	0.0009018790411075663	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0001_000000012958	2652	0.6894823397389802	3	3	1	3	0	False	100332	fragment	False	FIJ0060_000000004086	0.718741773180875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0063_000000012499	1434	0.6894750338557799	2	2	2	2	1	True	69492	fragment	False	DEN0079_000000038894	0.952638270820089		0	0	False	False	0.9972106218338013	0					non-mobilizable	other	1434.0	95.955	100.0	0.017389932527547208	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0120_000000004253	6021	0.689468184386275	8	7	1	3	6	True	32300	maximal	True	ISR0120_000000004253	1.0		5	3	False	False	0.9990034699440002	0					non-mobilizable	chromosome	5941.0	92.57700000000001	98.0	0.00301730198287122	CP003941.1	high GC Gram+	Bifidobacterium animalis subsp. lactis ATCC 27673 chromosome, complete genome	False	True
FIJ0013_000000015171	1890	0.6894639481617443	3	2	2	2	2	False	50633	fragment	False	FIJ0013_000000015171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	77.922	16.0	0.00012930126774207134	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
ENG0148_000000024090	1510	0.6894625217292676	1	1	1	1	1	False	118093	maximal	False	AST0029_000000018187	0.9653536900922032		0	0	False	False	0.9748344421386719	0					non-mobilizable	other	1510.0	98.94	100.0	0.009773316062176166	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	False	False
MON0066_000000024692	1449	0.6894625217292676	1	1	1	1	1	False	52721	fragment	False	MON0066_000000024692	0.805314005414969		0	0	False	False	1.0	0					non-mobilizable	chromosome	1450.0	97.31	100.0	0.00040554712337224886	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0092_000000038536	1452	0.6894581936494154	2	2	2	2	1	False	12797	fragment	False	MON0025_000000027570	0.9568226763348715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	77.589	87.0	0.00038187457046639893	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0084_01_000000009775	3323	0.6894511217492177	5	4	3	2	1	False	120379	maximal	True	USA0084_01_000000009775	1.0		23	7	False	False	1.0	0					non-mobilizable	other	1980.0	92.626	99.0	0.011222857142857142	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0001_000000016303	1523	0.6894505695667645	2	2	2	2	1	False	100115	maximal	True	ISR0001_000000016303	0.9986357435197817		56	8	False	False	0.9980301856994629	0					non-mobilizable	other	1523.0	99.869	100.0	0.0008810955224485425	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
MAD0015_000000018057	1191	0.6894469188981296	2	2	2	2	1	False	19406	fragment	False	MAD0015_000000018057	1.0		0	0	False	False	0.9966414570808411	0					non-mobilizable	no_good_hit								True	False
FIJ0014_000000014695	1689	0.6894347969494277	2	2	2	2	1	False	50478	fragment	False	FIJ0014_000000014695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	92.97399999999999	47.0	0.001800667266134092	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0026_000000013794	2345	0.6894342330537113	4	4	4	4	3	False	49110	maximal	True	FIJ0026_000000013794	1.0		72	5	False	False	0.9978678226470947	0					non-mobilizable	no_good_hit	291.0	74.914	12.0	4.417500130410243e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0221_000000007496	3074	0.6894333579322849	4	4	4	4	4	False	106168	maximal	False	FIJ0072_000000007887	0.9840046726997955		0	0	False	False	1.0	0					non-mobilizable	other	1629.0	99.939	99.0	0.0004901596240343208	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0079_000000020260	1638	0.6894305028590509	2	2	2	1	1	False	61808	maximal	False	MON0083_000000022635	0.966440566959072		0	0	False	False	0.9841269850730896	0					non-mobilizable	no_good_hit	62.0	90.323	4.0	0.0009437757217563512	NZ_LAJB01000012.1	firmicutes	Domibacillus indicus strain SD 111 DSM28032_1_trimmed_contig_12, whole genome shotgun sequence	True	False
MAD0052_000000005663	2949	0.6894258006730463	5	1	1	1	1	False	17287	maximal	True	MAD0052_000000005663	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	74.437	34.0	0.0002988323621528369	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0104_000000016853	2033	0.6894227197459475	2	2	2	2	2	False	107860	maximal	True	AST0104_000000016853	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	77.222	35.0	0.00031345571111921665	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0025_000000001747	10459	0.6894213169057707	13	8	7	8	6	True	93266	maximal	True	SPA0025_000000001747	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	75.57300000000001	7.0	0.0002711810527401835	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0080_000000014847	1819	0.6894207783892751	2	2	2	2	2	False	61738	maximal	True	ENG0080_000000014847	1.0		8	4	False	False	0.9994502663612366	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0013547267262181957	NZ_JZEX01000090.1	a-proteobacteria	Devosia geojensis strain BD-c194 NODE_93, whole genome shotgun sequence	True	False
MON0063_000000005382	5095	0.6894192555143336	8	7	6	6	5	False	75936	fragment	False	MON0063_000000005382	0.7208882869311386		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	730.0	77.808	14.0	0.00021955804794598872	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CAN0011_000000011647	2619	0.6894048399562339	4	2	2	2	2	False	94493	maximal	True	CAN0011_000000011647	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	81.72	4.0	0.001992605220625678	NZ_SMCZ01000019.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_119, whole genome shotgun sequence	True	False
ISR0155_000000008053	2747	0.6893998574494431	3	3	3	3	1	False	113716	maximal	False	FIJ0030_000000011095	0.9541039615940536		0	0	False	False	0.9992719292640686	0					non-mobilizable	no_good_hit	998.0	82.96600000000001	58.0	0.00034647039386085136	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0045_000000012485	2057	0.6893998366531957	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.3195076844980557		0	0	False	False	0.9995138645172119	0					non-mobilizable	other	2057.0	98.833	100.0	0.014635014414350287	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
FIJ0141_000000004957	5838	0.6893964666606335	11	8	5	7	7	True	131786	maximal	True	FIJ0141_000000004957	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1611.0	86.28200000000001	38.0	0.00042794513679473884	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0356_000000001073	11298	0.6893841759699437	15	6	5	4	4	False	112204	maximal	True	ISR0356_000000001073	1.0	PS718|PS719	1	1	True	True	1.0	11					non-mobilizable	no_good_hit	753.0	77.291	7.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
TAN0007_000000004539	6537	0.689363133841904	5	5	5	5	5	False	2856	fragment	False	TAN0007_000000004539	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3506.0	91.61399999999999	99.0	0.09597344890010423	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MON0041_000000005304	7067	0.6893568709170755	9	8	3	7	5	False	11835	maximal	True	MON0041_000000005304	1.0		121	13	False	False	0.9970284700393677	0					non-mobilizable	no_good_hit								True	False
ISR0828_000000003515	2037	0.6893544443549562	3	3	3	3	2	False	100836	maximal	True	ISR0828_000000003515	1.0		116	9	False	False	0.9960726499557495	0					non-mobilizable	chromosome	2037.0	98.822	100.0	0.0008477095603818191	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
MON0021_000000003325	6165	0.6893427560301202	8	7	7	6	6	False	122778	maximal	True	MON0021_000000003325	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4346.0	95.67399999999999	93.0	0.001787193090786683	CP010413.1	high GC Gram+	Bifidobacterium breve strain BR3, complete genome	False	False
ISR0219_000000004623	6524	0.6893416190964852	8	2	1	2	0	True	65615	maximal	True	ISR0219_000000004623	1.0		6	2	False	False	0.9973942637443542	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.00019016829894456593	NZ_SMUS01000001.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00001, whole genome shotgun sequence	True	True
FIJ0071_000000025921	1420	0.6893321447218383	3	2	1	2	1	True	44839	maximal	True	FIJ0071_000000025921	1.0		1	1	False	False	0.9936619997024536	0					non-mobilizable	no_good_hit	420.0	99.04799999999999	30.0	0.0013488065154758648	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0074_000000009358	3464	0.6893168625712118	5	4	3	3	3	False	110652	fragment	False	FIJ0074_000000009358	1.0		0	0	False	False	0.9976905584335327	0					non-mobilizable	no_good_hit	2980.0	93.49	86.0	0.11940298507462686	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
SPA0057_000000018025	1798	0.6893125179584851	2	2	2	1	1	False	6335	maximal	True	SPA0057_000000018025	1.0		7	5	False	False	0.9994438290596008	0					non-mobilizable	no_good_hit	824.0	72.694	45.0	0.0009387157754959804	NZ_CP024411.1	mycoplasmas	Mesoplasma entomophilum strain TAC chromosome, complete genome	True	False
CHI0064_000000002548	6487	0.6892957276987538	7	4	2	3	3	False	85361	maximal	True	CHI0064_000000002548	1.0		12	2	False	False	0.9995375275611877	0					non-mobilizable	other	2291.0	96.24600000000001	91.0	0.015907321954745094	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
ENG0139_000000004080	4393	0.689291598330473	13	2	1	1	2	False	57877	maximal	True	ENG0139_000000004080	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.44658927834791e-07	CP023123.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-11	True	False
ISR0170_000000017006	2702	0.689291598330473	8	2	1	1	2	False	30061	maximal	True	ISR0170_000000017006	1.0		1	1	False	False	0.9996299147605896	0					non-mobilizable	no_good_hit								True	False
FIJ0161_000000009729	1745	0.689286212634942	3	3	1	3	2	False	112742	fragment	False	FIJ0161_000000009729	1.0		0	0	False	True	0.9495701789855957	0					non-mobilizable	no_good_hit	1504.0	73.936	85.0	0.18074344911639245	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0140_000000013689	1573	0.6892857162114331	3	1	1	1	1	False	3479	maximal	True	SPA0140_000000013689	1.0		1	1	False	False	0.9707565307617188	0					non-mobilizable	no_good_hit	81.0	100.0	5.0	0.00016035181187525432	NZ_DS562854.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_11, whole genome shotgun sequence	True	False
ISR0821_000000016865	1838	0.6892854592391405	3	3	3	2	2	False	103287	fragment	False	ISR0821_000000016865	0.9671786397067498		0	0	False	False	0.9956474304199219	0					non-mobilizable	other	1838.0	99.456	100.0	0.13633664835980408	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0243_000000009295	1367	0.6892848539626328	2	1	1	1	1	False	27220	fragment	False	ISR0243_000000009295	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	99.781	100.0	0.0005673822494920142	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
FIJ0118_000000006431	1559	0.6892817750824124	2	2	2	2	1	False	67747	maximal	True	FIJ0118_000000006431	1.0		293	12	False	False	0.9839640855789185	0					non-mobilizable	other	1562.0	84.251	100.0	0.0005322262661206775	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0119_000000017233	1838	0.6892720843803817	2	2	2	2	1	False	59260	fragment	False	ENG0119_000000017233	1.0		0	0	False	False	0.9912948608398438	0					non-mobilizable	no_good_hit	99.0	85.859	5.0	0.00146163215590743	NZ_QRHR01000012.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf12, whole genome shotgun sequence	True	False
SPA0002_000000003574	7880	0.6892689698122051	10	10	1	5	9	False	17015	fragment	False	SPA0002_000000003574	0.9913525199297393		0	0	False	False	1.0	0					non-mobilizable	plasmid	7880.0	100.0	100.0	0.07000817458060847	MG764547.1	enterobacteria	Escherichia coli strain 14E509 plasmid p14E509-CTXM, complete sequence	False	True
ISR0018_000000004343	5017	0.6892637234244866	6	4	3	3	3	False	109569	maximal	True	ISR0018_000000004343	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	879.0	81.001	18.0	0.004284946499242683	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
ISR0828_000000005433	1313	0.6892626877172242	2	1	1	1	1	True	21077	fragment	False	ISR0828_000000005433	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	99.01	100.0	0.0002520585421333528	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
MAD0045_000000037392	1151	0.6892621641495956	2	2	2	2	2	False	17788	maximal	True	MAD0045_000000037392	1.0		596	15	False	False	0.9991312026977539	0					non-mobilizable	other	1151.0	96.87200000000001	100.0	0.0053710207741742635	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0063_000000002669	4690	0.6892597079600002	6	6	0	5	6	True	85498	fragment	False	CHI0063_000000002669	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4675.0	99.89299999999999	99.0	0.032059812058440225	CP055255.1	enterobacteria	Escherichia coli strain AH01 plasmid pAH01-4, complete sequence	False	True
MON0068_000000010218	3997	0.6892576957513167	7	7	3	6	6	True	124661	maximal	True	MON0068_000000010218	1.0		35	8	False	False	1.0	0					non-mobilizable	other	2207.0	89.715	100.0	0.0006841051786046495	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0063_000000006805	2979	0.6892560962550889	3	2	2	2	2	False	35282	maximal	True	ISR0063_000000006805	1.0		8	2	False	False	0.9946290850639343	0					non-mobilizable	no_good_hit	142.0	81.69	5.0	8.543284026087133e-05	NZ_CP009761.1	firmicutes	Parvimonas micra strain KCOM 1535 (=ChDC B708) chromosome, complete genome	True	False
MON0033_000000043435	1370	0.6892559936401088	2	1	1	1	1	True	12279	fragment	False	MON0033_000000043435	1.0		0	0	False	False	0.9540145993232727	0					non-mobilizable	no_good_hit	81.0	98.765	6.0	0.0002540739164541444	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
CHI0103_000000000839	2318	0.6892538193498895	4	3	3	2	2	False	123357	maximal	True	CHI0103_000000000839	1.0		42	6	False	False	0.9616048336029053	0					non-mobilizable	chromosome	2002.0	99.051	97.0	0.0007928400203442749	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
USA0081_01_000000017929	1706	0.6892533712179292	2	2	1	2	1	False	123305	fragment	False	ISR0842_000000012327	0.9624248277835741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0040_000000005546	3118	0.6892526850377008	4	3	3	2	2	True	118204	fragment	False	CHI0040_000000005546	0.848827280025309		0	0	False	False	0.9884541630744934	0					non-mobilizable	other	3108.0	97.973	99.0	0.06395396799208052	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CAN0017_000000021267	1623	0.6892482236291237	3	1	1	1	1	False	119686	maximal	True	CAN0017_000000021267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	6.627079648598155e-06	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
SPA0069_000000014270	1570	0.6892421903497363	2	1	1	1	1	False	5940	fragment	False	SPA0069_000000014270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	94.04	33.0	0.0001222143840381525	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0044_000000015227	1799	0.689240484576114	3	2	2	2	2	False	12165	fragment	False	SPA0044_000000015227	1.0		0	0	False	False	0.9977765679359436	0					non-mobilizable	no_good_hit	1192.0	78.104	66.0	0.01283733235029437	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
USA0132_01_000000002150	9144	0.6892345708228036	8	7	4	4	6	False	92	maximal	True	USA0132_01_000000002150	1.0		1	1	False	False	0.9997812509536743	0					non-mobilizable	no_good_hit	2778.0	90.209	30.0	0.0005412802213165354	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	False
MON0041_000000016438	3377	0.6892294077136397	5	5	5	3	3	False	11824	maximal	True	MON0041_000000016438	1.0		1	1	True	True	0.9994077682495117	15					non-mobilizable	no_good_hit	985.0	75.22800000000001	29.0	0.0004828283712310993	CP014160.1	firmicutes	Aerococcus sanguinicola strain CCUG43001, complete genome	True	True
FIJ0003_000000005711	4397	0.6892290742409763	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.8851074923053195	PS388	0	0	False	True	0.9997725486755371	0					non-mobilizable	other	2595.0	97.03299999999999	98.0	0.015746063484128967	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MAD0062_000000002909	4477	0.6892251982454042	7	5	3	4	5	True	72500	fragment	False	MAD0062_000000002909	1.0		0	0	False	False	0.9995532631874084	0					non-mobilizable	no_good_hit								True	True
AST0151_000000009213	1743	0.6892224186133997	2	2	2	1	2	True	103662	fragment	False	AST0151_000000009213	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1743.0	100.0	100.0	0.01274379270487366	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
FIJ0090_000000041354	1153	0.6892210349901005	2	2	2	2	2	False	43411	fragment	False	FIJ0090_000000041354	1.0		0	0	False	False	0.9887250661849976	0					non-mobilizable	no_good_hit	1030.0	74.078	88.0	0.0030009512338062014	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
FIJ0026_000000001241	17467	0.6892131600946282	21	7	6	7	4	True	52461	maximal	False	ISR0311_000000000605	0.9564118067388556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000021823	1802	0.6892128332687324	2	2	2	2	1	False	91270	maximal	False	SPA0040_000000021880	0.9470257110407888		0	0	False	False	1.0	0					non-mobilizable	other	1798.0	95.05	99.0	0.012905032747328507	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0054_000000026759	1801	0.6892128332687324	2	2	2	2	1	False	91270	maximal	False	SPA0040_000000021880	0.9551752533027819		0	0	False	False	0.9966685175895691	0					non-mobilizable	other	1801.0	98.667	100.0	0.012926577042399173	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0213_000000000733	23043	0.6892105067972654	27	19	7	11	16	True	123822	fragment	False	ISR0213_000000000733	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11234.0	99.412	93.0	0.003604824232326156	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0143_000000005975	3180	0.6892098875733881	4	4	4	4	4	False	131582	maximal	True	CHI0143_000000005975	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	2626.0	95.62100000000001	85.0	0.00041882568752824316	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
FIJ0042_000000003250	6844	0.6892095039192614	7	5	2	4	3	True	47323	maximal	True	FIJ0042_000000003250	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1896.0	74.209	40.0	0.03670069642291864	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
ISR0249_000000004960	3371	0.6891993533912001	4	4	4	4	4	False	27070	maximal	True	ISR0249_000000004960	1.0		106	13	False	False	0.9988133907318115	0					non-mobilizable	no_good_hit	975.0	74.667	29.0	0.01533434287080577	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0005_000000015296	1811	0.689199106986917	2	2	2	2	2	False	128271	maximal	True	AST0005_000000015296	0.9847645429362881		8	3	False	False	0.9928216338157654	0					non-mobilizable	no_good_hit	1217.0	97.535	67.0	0.02298981176381472	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
ENG0112_000000007974	3450	0.6891944694300518	6	1	1	1	1	False	59697	fragment	False	ENG0112_000000007974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	84.694	3.0	1.535057278866017e-05	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	False
ISR0272_000000003394	3181	0.6891923770058821	4	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.4873923544146606		0	0	False	False	0.9993712902069092	0					non-mobilizable	other	3181.0	99.78	100.0	0.0008963206853779015	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0117_000000008443	3177	0.6891923770058821	4	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.4667831156283062		0	0	False	False	0.9977966547012329	0					non-mobilizable	other	3177.0	99.402	100.0	0.0008951925284422465	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0020_000000004778	4833	0.6891889318695593	3	2	1	2	1	False	49816	maximal	True	FIJ0020_000000004778	1.0		3	3	True	True	1.0	1					non-mobilizable	no_good_hit	696.0	99.713	14.0	0.00027936722319029327	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	True
CHI0180_000000002746	5594	0.6891756008999023	6	5	3	5	3	False	77492	maximal	True	CHI0180_000000002746	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	99.11200000000001	22.0	0.0002539273426553774	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0114_000000001703	16087	0.6891746344621832	18	6	0	5	2	False	4476	maximal	True	SPA0114_000000001703	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0117_000000005788	3626	0.6891732578510048	3	2	1	1	2	True	79916	fragment	False	FIJ0117_000000005788	1.0		0	0	False	False	0.9986210465431213	0					non-mobilizable	plasmid	3630.0	96.777	100.0	0.017456612199330153	CP020429.2	firmicutes	Streptococcus sp. FDAARGOS_192 plasmid unnamed1, complete sequence	False	True
FIJ0121_000000007697	3394	0.6891732578510048	2	2	1	1	2	True	79914	fragment	False	FIJ0121_000000007697	1.0		0	0	False	False	0.9985268115997314	0					non-mobilizable	plasmid	3398.0	97.705	100.0	0.016374031597821307	CP020429.2	firmicutes	Streptococcus sp. FDAARGOS_192 plasmid unnamed1, complete sequence	False	True
FIJ0082_000000014521	2083	0.6891732578510048	2	2	1	1	2	True	61377	fragment	False	FIJ0082_000000014521	1.0		0	0	False	False	0.9807969331741333	0					non-mobilizable	plasmid	2083.0	98.848	99.0	0.015032816595305313	CP054154.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B501, complete sequence	False	True
ENG0087_000000015392	1706	0.6891732578510048	2	2	1	1	2	True	61376	fragment	False	ENG0087_000000015392	1.0		0	0	False	False	0.9783118367195129	0					non-mobilizable	plasmid	1707.0	97.48100000000001	100.0	0.012317956345624815	CP054154.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B501, complete sequence	False	True
ENG0057_000000007995	2880	0.6891644478770029	4	4	4	3	3	False	63552	fragment	False	ENG0057_000000007995	1.0		0	0	False	False	0.9993055462837219	0					non-mobilizable	no_good_hit	100.0	80.0	3.0	0.0003464340746781952	NZ_KB891327.1	b-proteobacteria	Thiobacillus thioparus DSM 505 B058DRAFT_scaffold_3.4, whole genome shotgun sequence	True	False
ISR0207_000000007422	3628	0.6891590936532386	3	3	3	3	2	False	28588	maximal	True	ISR0207_000000007422	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000027113	1380	0.6891587680616585	2	1	1	1	1	False	41914	fragment	False	ISR0794_000000014656	0.9640845070422535		0	0	False	False	0.9992753863334656	0					non-mobilizable	no_good_hit	710.0	71.408	51.0	0.004575608988646196	NZ_FTMS01000009.1	spirochetes	Alkalispirochaeta americana strain ASpG1, whole genome shotgun sequence	True	False
FIJ0061_000000026743	1105	0.6891507322709778	2	2	2	2	2	False	45744	fragment	False	FIJ0061_000000026743	1.0		0	0	False	False	0.9981900453567505	0					non-mobilizable	other	1100.0	99.455	99.0	0.005750885657322568	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0139_000000018633	1466	0.6891453508963579	2	2	2	2	1	True	31293	fragment	False	ISR0139_000000018633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0145_01_000000014029	1689	0.6891416437414828	2	2	2	2	2	False	11	maximal	True	USA0145_01_000000014029	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	82.87200000000001	34.0	0.0002591223458548762	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
ISR0274_000000005557	1460	0.6891407367780638	2	2	2	2	2	False	64558	fragment	False	ISR0274_000000005557	1.0		0	0	False	False	0.9787670969963074	0					non-mobilizable	other	1427.0	75.893	97.0	0.005156660594976745	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0014_000000001033	2349	0.689139146792707	3	2	1	2	1	False	75412	fragment	False	DEN0014_000000001033	1.0		0	0	False	False	0.9982971549034119	0					non-mobilizable	no_good_hit								True	False
SPA0067_000000007854	2778	0.6891298790980774	6	4	4	3	2	False	79815	maximal	True	SPA0067_000000007854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2216.0	95.62299999999999	80.0	0.002883401004101997	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	True	False
DEN0094_000000034295	1157	0.6891192342476435	2	2	2	2	2	False	68258	fragment	False	DEN0094_000000034295	0.9877300613496933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	1.2647369107361772e-05	NZ_ML137218.1	a-proteobacteria	Falsirhodobacter deserti strain W402 Scaffold1, whole genome shotgun sequence	True	False
MON0105_000000033770	1611	0.6891188592725488	2	2	2	2	2	False	8720	maximal	True	MON0105_000000033770	1.0		14	7	False	False	0.9633767604827881	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	1.7961119847462825e-05	NC_015389.1	actinobacteria	Coriobacterium glomerans PW2, complete sequence	True	False
MON0044_000000014856	3240	0.689110961053782	4	4	4	4	3	False	126386	backbone	False	MON0066_000000006846	0.20057369189502097	PS958	0	0	False	True	0.9925925731658936	0					non-mobilizable	other	3090.0	99.54700000000001	95.0	0.000930038746094605	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0058_000000039816	1341	0.6890988243224054	2	2	2	2	2	False	84419	fragment	False	MON0058_000000039816	0.9931682809390238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	75.336	44.0	0.006653314776468991	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
ISR0257_000000001560	8232	0.6890894955057838	9	4	4	4	3	True	41048	fragment	False	ISR0257_000000001560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	0.00014105769259627188	NZ_AZDI01000001.1	firmicutes	Lactobacillus algidus DSM 15638 Scaffold1, whole genome shotgun sequence	True	True
AST0061_000000035513	1182	0.6890890989442464	2	2	2	2	2	False	111799	fragment	False	AST0061_000000035513	0.9851618705035972		0	0	False	False	0.9991539716720581	0					non-mobilizable	no_good_hit	437.0	74.828	37.0	0.00010168909580545396	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
ISR0843_000000001222	10733	0.6890825523212138	12	10	4	5	8	False	118190	maximal	True	ISR0843_000000001222	1.0	PS799|PS801|PS802	4	2	False	True	0.9997205138206482	0	rep_cluster_1097	MOBB			mobilizable	no_good_hit	3258.0	90.36200000000001	45.0	0.4079677256681795	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	True
FIJ0023_000000016146	2040	0.6890785463678238	3	3	3	3	3	False	49353	fragment	False	FIJ0023_000000016146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	84.351	13.0	0.0014129533452625148	NZ_FUWW01000001.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0112_000000005332	4773	0.6890672041394535	4	4	3	3	4	False	42048	maximal	True	FIJ0112_000000005332	1.0		5	2	False	False	1.0	0					non-mobilizable	plasmid	4773.0	99.83200000000001	100.0	0.025149309197868293	NZ_CP023479.1	enterobacteria	Klebsiella quasipneumoniae strain KPC142 plasmid pKQPS142a, complete sequence	False	True
MAD0002_000000024167	1734	0.6890638627314749	3	3	2	2	3	False	48525	maximal	False	MAD0105_000000020809	0.9341003290111358		0	0	False	False	0.9930796027183533	0					non-mobilizable	chromosome	1734.0	97.463	100.0	0.0009296202879301706	CP046624.1	firmicutes	Streptococcus sp. CNU G3 chromosome, complete genome	False	False
MAD0070_000000013549	1534	0.6890638627314749	3	3	2	2	3	False	48524	fragment	False	MAD0070_000000013549	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1516.0	97.427	99.0	0.000812680170925683	CP046624.1	firmicutes	Streptococcus sp. CNU G3 chromosome, complete genome	False	False
ISR0787_000000002703	4702	0.6890632430742706	4	4	4	4	4	False	111069	fragment	False	FIJ0095_000000004547	0.814148773907695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	72.48100000000001	11.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0054_000000004130	5831	0.6890593068982536	7	4	3	2	3	False	92901	fragment	False	ENG0054_000000004130	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	3084.0	93.061	94.0	0.47242279920110614	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	False	True
ISR0062_000000004561	6259	0.6890540630270375	8	2	1	2	1	False	35371	maximal	True	ISR0062_000000004561	1.0		3	3	False	False	0.9958459734916687	0					non-mobilizable	no_good_hit	1145.0	90.131	18.0	0.00030372142447739585	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0294_000000010738	1779	0.6890493971709998	3	3	3	3	3	False	25761	fragment	False	ISR0294_000000010738	0.9723193473193473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	93.49600000000001	9.0	3.437403058894266e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0101_000000008408	3678	0.6890465724805301	7	4	4	4	3	False	83435	fragment	False	ENG0101_000000008408	1.0		0	0	False	False	0.9997280836105347	0					non-mobilizable	no_good_hit	222.0	99.55	60.0	6.300798405242264e-05	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
USA0125_01_000000001392	17521	0.6890417714722554	14	11	11	10	7	True	91735	maximal	True	USA0125_01_000000001392	1.0		1	1	False	False	0.9997717142105103	0					non-mobilizable	no_good_hit	9442.0	92.427	55.0	0.2070670446304964	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
ISR0320_000000019628	1359	0.6890410983724253	3	3	2	3	2	False	25047	maximal	True	ISR0320_000000019628	1.0		1	1	False	False	0.9970566630363464	0					non-mobilizable	no_good_hit	684.0	99.415	50.0	0.003970053127797347	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
MON0002_000000013491	1943	0.6890272961460356	3	2	2	2	2	False	99845	fragment	False	MON0002_000000013491	1.0		0	0	False	False	0.9994853138923645	0					non-mobilizable	no_good_hit								True	False
MON0025_000000029000	1455	0.6890272961460356	2	2	2	2	2	False	99844	fragment	False	MON0039_000000025714	0.19110970996216897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0132_01_000000002984	6326	0.6890239263015001	13	4	3	3	3	True	89	maximal	True	USA0132_01_000000002984	1.0		1	1	False	False	0.9992095828056335	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	8.183561260259586e-06	NZ_LIYD01000005.1	CFB group bacteria	Flavobacterium akiainvivens strain IK-1 scaffold00001, whole genome shotgun sequence	True	True
MAD0066_000000022994	1426	0.6890233136511679	5	3	3	2	1	False	16554	maximal	True	MAD0066_000000022994	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	3.0	0.00014660460405095178	NZ_FNQN01000005.1	d-proteobacteria	Desulfuromusa kysingii strain DSM 7343, whole genome shotgun sequence	True	False
MAD0063_000000012354	1215	0.6890231157951002	2	2	2	2	1	False	16704	maximal	True	MAD0063_000000012354	1.0		34	5	False	False	0.9958847761154175	0					non-mobilizable	no_good_hit	661.0	98.79	54.0	0.022610483042137718	NZ_JAAIOD010000025.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_25_length_29190_cov_289.665, whole genome shotgun sequence	True	False
CHI0112_000000011217	1637	0.6890218108930551	3	3	3	3	3	False	82395	fragment	False	CHI0112_000000011217	1.0		0	0	False	False	0.9938912391662598	0					non-mobilizable	chromosome	1637.0	99.756	100.0	0.0006021865703560778	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
MON0019_000000048388	1384	0.6890200690222096	1	1	1	1	1	False	13153	fragment	False	MON0019_000000048388	1.0		0	0	False	False	0.9841040372848511	0					non-mobilizable	no_good_hit	104.0	82.69200000000001	8.0	4.4698245615557764e-05	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ISR0093_000000002364	8145	0.6890194379733914	12	6	5	6	5	True	48033	fragment	False	ISR0093_000000002364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	1.0	0.00010355031387927496	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0033_000000007164	4011	0.6890162002558979	3	3	3	2	2	False	85701	fragment	False	ISR0033_000000007164	1.0		0	0	False	False	0.9982547760009766	0					non-mobilizable	no_good_hit	1720.0	75.058	43.0	0.009514349648164373	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0049_000000010598	1617	0.6890153334104727	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.23043071317790917		0	0	False	False	1.0	0					non-mobilizable	chromosome	1617.0	92.82600000000001	100.0	0.0005439361386660168	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0038_000000023901	1435	0.6890153334104727	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.20080059537053377		0	0	False	False	0.9944250583648682	0					non-mobilizable	chromosome	1435.0	95.19200000000001	100.0	0.0005060187650389729	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0064_000000015429	1329	0.6890104085679185	3	3	3	2	2	False	93811	fragment	False	CAN0013_000000017599	0.959886010235687		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	100.0	100.0	0.011137389087371476	NZ_NQCD01000014.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_14_length_119238_cov_74.4289_ID_27.ctg_1, whole genome shotgun sequence	False	False
USA0025_01_000000006860	2324	0.6890060616890471	2	2	2	2	2	False	102930	maximal	True	USA0025_01_000000006860	1.0		35	8	False	False	0.9982788562774658	0					non-mobilizable	other	2324.0	99.785	100.0	0.017714298786764986	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	False	False
ISR0376_000000006390	3436	0.6890028633174133	4	4	3	4	3	False	128517	fragment	False	USA0024_01_000000005864	0.5862101791727357		0	0	False	False	1.0	0					non-mobilizable	other	3436.0	96.042	100.0	0.0010686226869063079	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0099_000000003050	1915	0.6889994359056939	2	2	2	2	2	False	83367	fragment	False	CHI0099_000000003050	0.9716522678185745		0	0	False	False	0.9958224296569824	0					non-mobilizable	chromosome	1828.0	95.514	95.0	0.0006432860590418743	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0052_000000011499	2453	0.6889938237218637	3	3	3	3	2	False	10580	maximal	True	SPA0052_000000011499	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1936.0	96.074	79.0	0.0005371250839084004	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
MAD0097_000000011078	3557	0.6889920813384658	4	4	2	3	3	False	40631	fragment	False	MAD0097_000000011078	0.9806451612903226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	75.316	4.0	0.0011205089279259742	NZ_FRCR01000007.1	firmicutes	Caldanaerovirga acetigignens strain DSM 18802, whole genome shotgun sequence	True	False
ENG0007_000000012439	2051	0.6889878723006689	3	3	2	3	2	False	80663	fragment	False	ENG0007_000000012439	1.0		0	0	False	False	0.9839102625846863	0					non-mobilizable	no_good_hit	549.0	83.06	27.0	0.00014627872071823123	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0087_000000034527	1485	0.6889875446645564	3	2	2	2	1	False	56883	fragment	False	ISR0179_000000014912	0.9378067283856564		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	99.39399999999999	100.0	0.007090741422066349	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0077_000000002009	13240	0.6889838582772859	14	8	4	6	4	False	101327	maximal	False	FIJ0161_000000000908	0.9300028567027202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	91.02	9.0	0.002434255157827527	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	True	False
ISR0040_000000004827	5607	0.6889823978954362	6	6	6	5	5	False	130062	maximal	False	ENG0198_000000002709	0.6864496531239471		0	0	False	False	1.0	0					non-mobilizable	chromosome	5607.0	98.89399999999999	100.0	0.0019764373103091266	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ETH0003_000000018014	2186	0.6889787640310477	3	2	2	2	0	True	53178	fragment	False	ETH0003_000000018014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.07060627547285e-05	NZ_SJCO01000007.1	CFB group bacteria	Puteibacter caeruleilacunae strain JC036 scaffold_6, whole genome shotgun sequence	True	True
FIJ0103_000000011475	1899	0.6889787640310477	2	2	2	2	0	True	50632	fragment	False	FIJ0103_000000011475	0.9849773242630385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.07060627547285e-05	NZ_SJCO01000007.1	CFB group bacteria	Puteibacter caeruleilacunae strain JC036 scaffold_6, whole genome shotgun sequence	True	True
FIJ0013_000000016408	1764	0.6889787640310477	2	2	2	2	0	True	50632	fragment	False	FIJ0103_000000011475	0.9507635597682991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.07060627547285e-05	NZ_SJCO01000007.1	CFB group bacteria	Puteibacter caeruleilacunae strain JC036 scaffold_6, whole genome shotgun sequence	True	True
FIJ0032_000000023702	1556	0.6889787640310477	2	2	2	2	0	True	48400	fragment	False	FIJ0032_000000023702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.07060627547285e-05	NZ_SJCO01000007.1	CFB group bacteria	Puteibacter caeruleilacunae strain JC036 scaffold_6, whole genome shotgun sequence	True	True
FIJ0167_000000014394	1454	0.6889787640310477	2	2	2	2	0	True	38954	fragment	False	FIJ0167_000000014394	1.0		0	0	False	False	0.9848693013191223	0					non-mobilizable	no_good_hit	51.0	98.039	4.0	1.742808822237683e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
CHI0018_000000003380	4614	0.6889729069126748	4	4	4	3	3	False	116964	maximal	True	CHI0018_000000003380	1.0	PS451	12	5	False	True	1.0	0					non-mobilizable	no_good_hit	1692.0	99.35	47.0	0.061896046852122986	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	True
ENG0180_000000004210	3806	0.6889679808400907	3	3	3	2	3	False	124206	maximal	True	ENG0180_000000004210	1.0		128	6	False	False	0.9934314489364624	0					non-mobilizable	no_good_hit	1978.0	80.536	53.0	0.0005527968984709525	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CAN0002_000000011780	1639	0.6889674364201148	2	2	2	2	2	False	96905	maximal	True	CAN0002_000000011780	1.0		50	9	False	False	0.9902379512786865	0					non-mobilizable	no_good_hit	615.0	78.04899999999999	37.0	0.0027922448998555093	NZ_BBAB01000001.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0284_000000006263	1977	0.6889647543041623	3	2	2	2	2	False	36783	fragment	False	ISR0284_000000006263	1.0		0	0	False	False	0.9863429665565491	0					non-mobilizable	no_good_hit	766.0	87.598	39.0	0.00021547797471010597	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0046_000000006282	4248	0.6889507035661592	7	4	3	3	4	True	37693	maximal	True	ISR0046_000000006282	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0079_000000003208	9118	0.6889490832117432	14	10	6	7	2	True	61868	maximal	True	ENG0079_000000003208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	92.661	1.0	3.811019987741219e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0090_000000015261	1920	0.6889485768370714	2	2	2	2	2	False	95284	fragment	False	CAN0007_000000019987	0.393975111728279		0	0	False	False	1.0	0					non-mobilizable	chromosome	1921.0	96.564	100.0	0.0006185288553864065	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0010_000000033782	1388	0.6889433291017237	2	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9651836342576915		0	0	False	False	0.9899135231971741	0					non-mobilizable	no_good_hit	77.0	94.805	6.0	1.7483141007126828e-05	NC_012881.1	d-proteobacteria	Desulfovibrio salexigens DSM 2638, complete genome	True	False
CHI0066_000000003672	3581	0.688939634686246	4	4	3	4	3	False	87719	fragment	False	SPA0014_000000005508	0.9415958454643265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000006564	4134	0.6889387673129584	7	4	2	4	2	True	110673	fragment	False	DEN0017_000000006757	0.9554422522722235		0	0	False	False	1.0	0					non-mobilizable	other	4081.0	99.191	100.0	0.001092592091722035	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0108_000000007739	2776	0.6889260359621991	5	3	2	1	1	True	29693	fragment	False	MON0108_000000007739	1.0		0	0	False	False	0.9938760995864868	0					non-mobilizable	other	2267.0	99.603	100.0	0.0007271905733509366	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0023_000000011840	2709	0.6889200529977463	4	4	4	4	2	False	54945	maximal	True	FIJ0023_000000011840	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	91.69200000000001	50.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0289_000000005678	1820	0.6889198741668309	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.8015824955197131		0	0	False	False	1.0	0					non-mobilizable	chromosome	1824.0	96.93	100.0	0.0005281641657136811	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0052_000000020566	1415	0.6889198741668309	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.46562565743115847		0	0	False	False	0.9611307382583618	0					non-mobilizable	chromosome	1415.0	98.65700000000001	100.0	0.00040989249743092487	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0047_000000001945	12350	0.6889191894039122	9	3	3	3	1	True	98595	fragment	False	MAD0047_000000001945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	91.23100000000001	5.0	0.00015738667692436557	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0013_000000021297	2452	0.6889118160588555	3	2	2	1	1	True	85389	maximal	True	MON0013_000000021297	1.0		9	5	False	False	0.9885807633399963	0					non-mobilizable	no_good_hit	1488.0	72.513	59.0	0.0003730345501780182	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
CHI0122_000000006166	2273	0.6889118160588555	2	2	2	1	1	True	91226	fragment	False	CHI0122_000000006166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1739.0	84.301	86.0	0.0006388787214407105	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
MON0026_000000023075	1982	0.6889118160588555	2	2	2	1	1	True	76430	fragment	False	MON0026_000000023075	0.9701492537313433		0	0	False	False	0.996468186378479	0					non-mobilizable	no_good_hit	1595.0	74.984	79.0	0.002492452432773994	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
SPA0144_000000013874	1358	0.6889012067393803	3	2	2	2	2	False	102267	maximal	True	SPA0144_000000013874	1.0		1	1	False	False	0.9712812900543213	0					non-mobilizable	no_good_hit	438.0	97.26	32.0	0.00012135450511244036	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0144_000000013084	1304	0.6889012067393803	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.21870902302974743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	100.0	40.0	0.00014384813191817874	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0832_000000011631	1156	0.6889012067393803	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.16348978650845694		0	0	False	False	0.9991349577903748	0					non-mobilizable	no_good_hit	378.0	98.413	33.0	0.00010469255933041194	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0183_000000026408	1152	0.6889012067393803	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.16389476602258835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	96.81700000000001	33.0	0.0001044148602340448	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0026_000000009735	3062	0.6888986448168528	4	4	4	4	3	False	119483	fragment	False	ISR0231_000000004927	0.8024940716772274		0	0	False	False	1.0	0					non-mobilizable	other	3062.0	99.804	100.0	0.008701535347677649	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
SPA0127_000000011287	2597	0.6888949212275285	2	2	2	2	2	False	26310	fragment	False	SPA0127_000000011287	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2597.0	99.846	100.0	0.001446371701927084	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
ENG0146_000000009258	2560	0.6888908343920082	3	2	2	2	1	False	114039	maximal	True	ENG0146_000000009258	1.0		98	10	False	False	1.0	0					non-mobilizable	other	2562.0	95.824	100.0	0.08906755769029967	BK008006.1	firmicutes	TPA_exp: Clostridium difficile strain QCD-23M63 transposon Tn6073, complete sequence	False	False
MON0049_000000009164	2337	0.6888908343920082	2	2	2	2	1	False	107331	fragment	False	DEN0082_000000017344	0.9431110545753922		0	0	False	False	1.0	0					non-mobilizable	chromosome	2240.0	97.277	96.0	0.0005408811141860935	CP012323.1	firmicutes	Clostridioides difficile strain DSM 28669 chromosome, complete genome	False	False
DEN0082_000000017344	2325	0.6888908343920082	2	2	2	2	1	False	107331	fragment	False	DEN0082_000000017344	0.9513715164073157		0	0	False	False	1.0	0					non-mobilizable	chromosome	2326.0	97.24799999999999	100.0	0.0005174315454756676	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0063_000000021085	2276	0.6888908343920082	2	2	2	2	1	False	107331	fragment	False	DEN0082_000000017344	0.9469913791577971		0	0	False	False	1.0	0					non-mobilizable	other	2276.0	99.473	100.0	0.1513840830449827	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0177_000000013777	2161	0.6888908343920082	2	2	2	2	1	False	107331	fragment	False	DEN0082_000000017344	0.8746221287914361		0	0	False	False	1.0	0					non-mobilizable	other	2161.0	96.391	100.0	0.00035408877410661465	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
SPA0002_000000009971	2059	0.6888908343920082	2	2	2	2	1	False	107331	fragment	False	DEN0082_000000017344	0.7682942437720722		0	0	False	False	1.0	0					non-mobilizable	chromosome	2059.0	97.96	100.0	0.0007501823511764703	LR135191.1	firmicutes	Enterococcus faecium isolate E4438 genome assembly, chromosome: 1	False	False
SPA0012_000000001437	13813	0.6888896169653762	19	10	6	8	8	True	126186	maximal	True	SPA0012_000000001437	1.0		1	1	True	True	1.0	94					non-mobilizable	no_good_hit	1610.0	73.354	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AUS0020_000000021350	1190	0.6888880332688169	2	2	2	2	2	False	99469	fragment	False	MAD0065_000000009318	0.9620226223201924		0	0	False	False	0.9991596341133118	0					non-mobilizable	chromosome	1190.0	97.479	100.0	0.00038323648205025395	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0115_000000015129	2238	0.6888843686273038	3	2	2	2	1	False	123224	maximal	True	ISR0115_000000015129	1.0		2	2	False	False	0.9995531439781189	0					non-mobilizable	no_good_hit	1447.0	96.406	64.0	0.005550203238770051	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
ISR0217_000000006255	4220	0.6888810423712689	5	5	5	4	3	False	28103	maximal	True	ISR0217_000000006255	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	78.535	32.0	0.014583467077528835	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0061_000000023342	1840	0.688876792040859	3	2	1	2	1	False	92634	maximal	True	DEN0061_000000023342	1.0		14	4	False	False	0.9945651888847351	0					non-mobilizable	no_good_hit	793.0	82.85	61.0	0.0003454588816250947	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0100_000000004527	2773	0.6888755821426776	2	2	2	1	1	False	64783	fragment	False	ISR0100_000000004527	0.991737950031368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	86.195	10.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0029_000000016536	2743	0.6888718550244838	4	3	2	2	3	False	79829	fragment	False	ISR0029_000000016536	0.9954853273137698		0	0	False	False	0.996354341506958	0					non-mobilizable	no_good_hit								True	False
ISR0249_000000006717	2658	0.6888718550244838	4	3	2	2	3	False	79829	fragment	False	ISR0029_000000016536	0.9806780896828291		0	0	False	False	0.9857035279273987	0					non-mobilizable	no_good_hit								True	False
AST0149_000000006748	4063	0.6888686921348253	5	5	5	5	4	True	104556	fragment	False	ISR0128_000000007934	0.9637430939226519		0	0	False	False	1.0	0					non-mobilizable	other	4063.0	99.926	100.0	0.00182671482741997	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	True
MON0014_000000013755	1215	0.6888684191473643	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.1918850074977133	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1202.0	94.01	99.0	0.0003871043018859167	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0126_000000017874	2117	0.6888588434088672	3	2	2	2	0	True	120114	fragment	False	FIJ0126_000000017874	0.9952458094040234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	85.212	73.0	0.2463321861981525	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
USA0050_01_000000008812	1305	0.6888552136594309	2	2	2	2	1	False	47533	fragment	False	FIJ0045_000000017819	0.9740601503759398		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	99.694	100.0	0.010493137247018903	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0042_000000016125	1921	0.6888519790381662	3	2	2	2	2	False	56828	fragment	False	ISR0125_000000007318	0.9628460417678484		0	0	False	False	0.9994794130325317	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0002183160089016592	MF001361.1	viruses	Enterococcus phage EF5, partial genome	True	False
FIJ0063_000000011700	2290	0.6888502023157115	4	4	4	4	3	False	45609	maximal	True	FIJ0063_000000011700	1.0		2	2	False	False	0.9934498071670532	0					non-mobilizable	plasmid	2289.0	99.869	99.0	0.009221641839169407	CP028549.2	enterobacteria	Klebsiella variicola strain WCHKP19 plasmid p1_020019, complete sequence	False	True
ISR0206_000000010008	2593	0.6888458518868678	4	4	4	3	4	False	64814	maximal	True	ISR0206_000000010008	1.0		65	7	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	89.189	54.0	0.00026443356153431195	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0003_000000007231	3837	0.6888416858734411	5	5	5	5	5	False	98027	maximal	True	MAD0003_000000007231	1.0		351	14	False	False	1.0	0					non-mobilizable	other	3837.0	99.97399999999999	100.0	0.0008264299003889132	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0015_000000000101	92203	0.6888414971591127	110	29	17	25	12	True	50410	maximal	True	FIJ0015_000000000101	0.9999837241349377		2	1	True	True	0.9999891519546509	5					non-mobilizable	no_good_hit	44.0	95.455	0.0	0.0006555577576875582	NZ_JH379401.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld309, whole genome shotgun sequence	True	True
ISR0839_000000003290	4738	0.6888388362542694	6	2	2	2	1	False	20850	maximal	True	ISR0839_000000003290	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0084_000000031502	1192	0.6888343529300025	2	2	1	2	1	False	115009	fragment	False	MON0084_000000031502	0.9770603228547154		0	0	False	False	0.9781879186630249	0					non-mobilizable	no_good_hit	544.0	78.493	45.0	0.00015044275750948445	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0066_000000005499	5408	0.6888321819979759	4	4	4	4	4	False	87153	maximal	False	FIJ0017_000000005098	0.9965829331363133		0	0	False	False	0.9998151063919067	0					non-mobilizable	other	5408.0	99.723	100.0	0.001033804409789665	CP015134.1	enterobacteria	Klebsiella pneumoniae strain ATCC 35657, complete genome	False	False
SPA0102_000000023395	1347	0.6888314491652325	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8255815786915395		0	0	False	False	0.998515248298645	0					non-mobilizable	chromosome	1286.0	95.49	100.0	0.00036550643262877344	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0186_000000004215	3972	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9586929236733521	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3972.0	98.31299999999999	100.0	0.0007381714576553362	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0198_000000008560	3924	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9531020412203516	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3601.0	99.75	92.0	0.0006692060557943113	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0125_000000006415	3870	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9558305828690489	PS903	0	0	False	True	0.9925064444541931	0					non-mobilizable	chromosome	3425.0	99.416	97.0	0.0010355495323241767	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	False	True
ENG0016_000000005913	3856	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9772114088471908	PS903	0	0	False	True	0.9997406601905823	0					non-mobilizable	chromosome	3856.0	98.262	100.0	0.0007151210268446432	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
MAD0035_000000005908	3848	0.6888297356005323	5	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9511877933637873	PS903	0	0	False	True	0.9927234649658203	0					non-mobilizable	chromosome	3790.0	99.156	100.0	0.0007043393737235126	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0105_000000005435	3746	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9272631197437256	PS903	0	0	True	True	1.0	1					non-mobilizable	chromosome	3583.0	99.637	96.0	0.0006658600255153397	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0073_000000006921	3732	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9567063154624195	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3628.0	99.61399999999999	100.0	0.0006742251012127687	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0037_000000008657	3724	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9518107249218429	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3595.0	99.583	97.0	0.0006680907123679875	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
CHI0126_000000004003	3723	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.955900322404341	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3628.0	99.61399999999999	99.0	0.0006742251012127687	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0055_000000005201	3704	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9483956977108048	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3642.0	98.929	99.0	0.0006768275692075243	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0006_000000008593	3704	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.94360780707167	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3616.0	99.087	98.0	0.000671808523789067	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0208_000000007034	3704	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.979305469921924	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3704.0	99.595	100.0	0.0006883527846128708	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0079_000000008723	3704	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9484653977304665	PS903	0	0	False	True	0.9983801245689392	0					non-mobilizable	chromosome	3642.0	98.95700000000001	99.0	0.0006768275692075243	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
USA0084_01_000000008698	3702	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9781697644419513	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3699.0	99.594	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0107_000000007100	3702	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9547961349268201	PS903	0	0	False	True	0.9994597434997559	0					non-mobilizable	chromosome	3604.0	99.501	99.0	0.0006697637275074733	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0020_000000005387	3702	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9270801514044975	PS903	0	0	False	True	0.9997298717498779	0					non-mobilizable	chromosome	3549.0	99.60600000000001	100.0	0.0006595397460995047	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0041_000000006964	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9796178704547979	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
AUS0022_000000009613	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	True	AUS0022_000000009613	0.9796178704547979	PS903	52	8	False	True	1.0	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0179_000000008965	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9796178704547979	PS903	0	0	False	True	0.9997298121452332	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0156_000000004220	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9794378200711834	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3699.0	99.324	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0087_000000007470	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9796178704547979	PS903	0	0	False	True	0.9997298121452332	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0124_000000008342	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9796178704547979	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
AST0149_000000007412	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.979355407445065	PS903	0	0	False	True	0.9997298121452332	0					non-mobilizable	chromosome	3699.0	99.27	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
TAN0021_000000004124	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9796178704547979	PS903	0	0	False	True	0.9964874386787415	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0131_000000007401	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9796178704547979	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0194_000000007389	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9796178704547979	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0151_000000006371	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9796178704547979	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0102_000000007173	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9796178704547979	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0089_000000005899	3701	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9796178704547979	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3699.0	99.29700000000001	100.0	0.0006874233317576009	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0080_000000006653	3693	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9787950979320931	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3691.0	99.296	100.0	0.0006859362071891691	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0081_000000007081	3692	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.954041515431941	PS903	0	0	False	True	0.9964788556098938	0					non-mobilizable	chromosome	3606.0	99.695	100.0	0.0006701355086495812	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
AST0150_000000007333	3692	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9555769670712382	PS903	0	0	False	True	0.9948537349700928	0					non-mobilizable	chromosome	3606.0	99.61200000000001	100.0	0.0006701355086495812	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0197_000000002803	3692	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9788389549240224	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3690.0	99.35	100.0	0.0006857503166181151	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0149_000000004186	3689	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9784513645266307	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3689.0	99.34899999999999	100.0	0.0006855644260470612	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
AST0153_000000008350	3681	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9776672908218507	PS903	0	0	False	True	0.9980983138084412	0					non-mobilizable	chromosome	3681.0	99.375	100.0	0.0006840773014786293	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0008_000000007924	3670	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.976519910319469	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3670.0	99.346	100.0	0.0006820325051970356	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0040_000000010462	3670	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9765051044940651	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3670.0	99.37299999999999	100.0	0.0006820325051970356	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0112_000000009401	3669	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.97675035514792	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3668.0	99.4	100.0	0.0006816607240549277	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0117_000000010341	3644	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9450432328415074	PS903	0	0	False	True	0.9972557425498962	0					non-mobilizable	chromosome	3644.0	99.149	100.0	0.0006771993503496323	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0779_000000009134	3602	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9503312674967023	PS903	0	0	False	True	0.9997223615646362	0					non-mobilizable	chromosome	3602.0	99.77799999999999	100.0	0.0006693919463653653	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0107_000000008630	3585	0.6888297356005323	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9423635335359735	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3580.0	99.525	100.0	0.0006653023538021779	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
AST0016_000000007431	3580	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9439651591498015	PS903	0	0	False	True	0.998603343963623	0					non-mobilizable	chromosome	3552.0	99.775	100.0	0.0006600974178126665	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0055_000000008903	3557	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.929764627592996	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3547.0	99.71799999999999	100.0	0.0006591679649573966	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0048_000000007562	3549	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9262187418580108	PS903	0	0	False	True	0.9997182488441467	0					non-mobilizable	chromosome	3549.0	99.60600000000001	100.0	0.0006595397460995047	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0203_000000004410	3548	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9261820811689723	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3548.0	99.605	100.0	0.0006593538555284506	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0009_000000003460	3525	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.924505179507197	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3520.0	99.83	99.0	0.0006541489195389394	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0084_000000007522	3522	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9246801525924403	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3520.0	99.83	100.0	0.0006541489195389394	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0174_000000004749	3522	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9245208053517391	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3520.0	99.83	100.0	0.0006541489195389394	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0006_000000006945	3521	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9244821080887052	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3521.0	99.83	100.0	0.0006543348101099933	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0159_000000006361	3520	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.923163425026157	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3520.0	99.97200000000001	100.0	0.0006541489195389394	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
USA0091_01_000000003230	3517	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9236665502162513	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3517.0	99.829	100.0	0.0006535912478257774	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0059_000000003533	3517	0.6888297356005323	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9236665502162513	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3517.0	99.829	100.0	0.0006535912478257774	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0174_000000017739	1382	0.6888292103663326	2	1	1	1	1	False	29889	maximal	True	ISR0174_000000017739	1.0		6	3	False	False	0.9956584572792053	0					non-mobilizable	no_good_hit	246.0	76.829	17.0	4.478874579617664e-05	CP010978.1	firmicutes	Pelosinus fermentans JBW45, complete genome	True	False
ENG0013_000000009716	2745	0.6888284163085592	4	3	3	3	2	False	66992	fragment	False	ENG0013_000000009716	1.0		0	0	False	False	0.9978141784667969	0					non-mobilizable	no_good_hit	1377.0	92.956	75.0	0.014919061920612375	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
TAN0009_000000019316	2074	0.6888232437122199	3	3	2	3	2	False	122416	backbone	False	ISR0319_000000007079	0.35323990189757376	PS871	0	0	False	True	0.9966248869895935	0					non-mobilizable	other	2059.0	99.32	99.0	0.8912949328713728	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0812_000000015432	2575	0.6888227185963051	3	3	3	2	1	False	80791	maximal	True	ISR0812_000000015432	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2575.0	96.583	99.0	0.0007145197749526523	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0258_000000009624	2424	0.6888119672377445	4	1	1	1	1	False	26789	maximal	True	ISR0258_000000009624	1.0		112	10	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	78.26100000000001	5.0	4.926202036509207e-05	NZ_FLKP01000002.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	False
ISR0387_000000015505	1550	0.6887981591516414	2	2	2	2	1	False	72680	fragment	False	ISR0387_000000015505	0.9986657771847899		0	0	False	False	0.9935483932495117	0					non-mobilizable	other	1558.0	98.90899999999999	99.0	0.00036325103376064904	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0158_000000016039	1179	0.6887957472116252	2	2	2	2	1	False	56562	maximal	True	ENG0158_000000016039	1.0		17	6	False	False	0.9974554777145386	0					non-mobilizable	no_good_hit	320.0	92.81200000000001	27.0	9.447722847052029e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0151_000000013436	1273	0.6887925723539559	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.33402853077078		0	0	False	False	1.0	0					non-mobilizable	virus	1239.0	99.11200000000001	97.0	0.0330124530012533	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
FIJ0171_000000010653	1939	0.6887890006828489	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.5715109915469876		0	0	False	False	1.0	0					non-mobilizable	chromosome	1855.0	92.66799999999999	99.0	0.0004952331133011896	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0185_000000020035	1645	0.6887890006828489	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.2839731685819773		0	0	False	False	1.0	0					non-mobilizable	other	1645.0	99.088	100.0	0.01166520023841285	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0254_000000008331	1534	0.6887890006828489	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.1959255060630727		0	0	False	False	0.9960886836051941	0					non-mobilizable	other	1539.0	95.77600000000001	100.0	0.0046424329250047604	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0012_000000025325	1224	0.6887732036023357	1	1	1	1	1	False	19636	maximal	True	MAD0012_000000025325	1.0		2	1	False	False	0.976307213306427	0					non-mobilizable	no_good_hit	1105.0	72.76	88.0	0.0005213012995780264	CP017948.1	bacteria	Tenericutes bacterium MO-XQ chromosome, complete genome	True	False
ISR0351_000000004646	2864	0.6887722668080866	3	2	2	2	1	False	24079	fragment	False	ISR0351_000000004646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	96.36	35.0	0.0001912545193075115	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ENG0002_000000009496	2326	0.6887722668080866	4	2	2	2	1	False	118640	fragment	False	ENG0009_000000003397	0.08833407971339007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	90.37200000000001	72.0	0.0003701336652390311	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
USA0064_01_000000004012	2085	0.6887722668080866	4	2	2	2	1	False	118625	fragment	False	USA0052_01_000000006917	0.5256876305297246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	91.014	82.0	0.0002858996982810141	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0334_000000011694	1806	0.6887722668080866	3	2	2	2	1	False	118595	fragment	False	ISR0334_000000011694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	95.315	86.0	0.00028940349565922675	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	False
ISR0293_000000021715	1622	0.6887722668080866	2	2	2	2	1	False	118594	fragment	False	ISR0293_000000021715	1.0		0	0	False	False	0.9981504082679749	0					non-mobilizable	no_good_hit	1068.0	90.91799999999999	76.0	0.00017141773876386444	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ISR0020_000000016731	1534	0.6887722668080866	3	2	2	2	1	False	118589	fragment	False	ENG0060_000000020161	0.799079622089432		0	0	False	False	1.0	0					non-mobilizable	chromosome	1530.0	91.961	99.0	0.0002827395585730965	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0004_000000007752	1501	0.6887722668080866	2	2	2	2	1	False	118605	fragment	False	CHI0172_000000004784	0.6060993815312433		0	0	False	False	0.9913390874862671	0					non-mobilizable	other	1509.0	91.45100000000001	100.0	0.00024210546608916935	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0836_000000015924	1277	0.6887722668080866	2	2	2	2	1	False	118589	fragment	False	ENG0060_000000020161	0.6821708377969137		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	94.28299999999999	100.0	0.0026861105961269445	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
ENG0099_000000012944	1256	0.6887722668080866	2	2	2	2	1	False	118589	fragment	False	ENG0060_000000020161	0.5924053187457663		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	93.551	100.0	0.0026439755279524042	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
CHI0159_000000013095	1237	0.6887722668080866	2	2	2	2	1	False	118589	fragment	False	ENG0060_000000020161	0.6306904721352216		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	94.42200000000001	100.0	0.002601840459777864	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
ISR0317_000000019596	1199	0.6887722668080866	3	2	2	2	1	False	118589	fragment	False	ENG0060_000000020161	0.5825299649035857		0	0	False	False	0.999165952205658	0					non-mobilizable	chromosome	1199.0	94.74600000000001	100.0	0.00026609272376332407	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0028_000000028886	1175	0.6887722668080866	2	2	2	2	1	False	118589	fragment	False	ENG0060_000000020161	0.27343323449699264		0	0	False	False	0.97957444190979	0					non-mobilizable	chromosome	988.0	94.02799999999999	99.0	0.0002192266430337236	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0341_000000012246	1161	0.6887722668080866	2	2	2	2	1	False	118589	fragment	False	ENG0060_000000020161	0.23418057773871706		0	0	False	False	1.0	0					non-mobilizable	chromosome	1168.0	92.89399999999999	100.0	0.00021693429641998926	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CHI0164_000000005162	4611	0.6887687256136696	4	3	3	3	3	False	78416	fragment	False	CHI0164_000000005162	1.0		0	0	False	False	0.9924094676971436	0					non-mobilizable	no_good_hit	1696.0	95.40100000000001	37.0	0.017483779797208783	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0041_000000008406	4074	0.6887662632233891	5	5	4	5	5	False	114924	maximal	True	SPA0041_000000008406	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	72.561	12.0	0.00013528586416842577	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0063_000000008703	2314	0.6887655973340684	3	3	3	3	2	False	35279	maximal	True	ISR0063_000000008703	1.0		1	1	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit	180.0	78.889	8.0	0.0010242423196211454	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ISR0045_000000005324	4613	0.6887639706673825	9	3	1	3	3	False	36262	maximal	True	ISR0045_000000005324	1.0		27	8	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	97.37100000000001	26.0	0.2754267009586159	NZ_QRYH01000053.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf53, whole genome shotgun sequence	True	False
ENG0172_000000021115	1157	0.688760009894677	2	2	1	2	1	False	55702	maximal	True	ENG0172_000000021115	1.0		10	3	False	False	0.9861711263656616	0					non-mobilizable	no_good_hit								True	False
DEN0083_000000010819	2600	0.6887587338711444	4	3	2	3	1	False	69122	maximal	True	DEN0083_000000010819	1.0		3	2	False	False	0.9938461780548096	0					non-mobilizable	no_good_hit	755.0	86.49	28.0	0.00021309694997134903	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
MON0065_000000014991	1728	0.6887551258967449	2	2	2	2	1	False	39381	maximal	True	MON0065_000000014991	1.0		62	10	False	False	0.9982638955116272	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000013611	1721	0.6887510874634115	3	1	1	1	1	False	91848	fragment	False	ISR0143_000000015255	0.7904257313508236		0	0	False	False	0.9988378882408142	0					non-mobilizable	other	1722.0	99.477	100.0	0.013838076016949833	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0099_000000012537	1582	0.6887510874634115	3	1	1	1	1	False	91848	fragment	False	ISR0143_000000015255	0.617561133358203		0	0	False	False	0.982300877571106	0					non-mobilizable	other	1583.0	99.55799999999999	100.0	0.012720416187573875	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0177_000000017692	1498	0.6887510874634115	2	1	1	1	1	False	91848	fragment	False	ISR0143_000000015255	0.44340140530602296		0	0	False	False	0.9786381721496582	0					non-mobilizable	other	1499.0	99.333	100.0	0.01204499585903013	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0126_000000022969	1899	0.688750627109344	2	2	2	2	1	False	51868	fragment	False	ISR0271_000000009018	0.9164037724520089		0	0	False	False	0.9973670244216919	0					non-mobilizable	other	1899.0	91.36399999999999	99.0	0.017380782135196084	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0004_000000001807	8616	0.688749865175919	9	6	3	4	4	True	96773	backbone	False	ENG0153_000000002663	0.955418184879312	PS519|PS520	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1172.0	95.22200000000001	53.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0228_000000006833	3631	0.68874831085235	3	3	3	3	3	False	64525	fragment	False	ISR0228_000000006833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	71.30199999999999	18.0	0.0002782326125663486	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
ISR0816_000000020948	1851	0.6887482623489897	2	1	1	1	1	False	123214	fragment	False	ISR0816_000000020948	1.0		0	0	False	False	0.9443544149398804	0					non-mobilizable	no_good_hit	1444.0	94.25200000000001	78.0	0.005504143460854947	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
SPA0075_000000015001	1468	0.6887482623489897	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8824237923253533		0	0	False	False	0.9972752332687378	0					non-mobilizable	other	1402.0	96.648	95.0	0.00537747907158841	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MAD0100_000000027091	1189	0.6887482623489897	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.22393046288732568		0	0	False	False	0.9991589784622192	0					non-mobilizable	chromosome	1188.0	94.529	99.0	0.0003178281776922137	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0012_000000008197	3343	0.6887471281632921	3	3	3	3	3	False	74490	maximal	True	MAD0012_000000008197	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	89.286	2.0	0.0005636169863912116	NZ_FNFP01000007.1	firmicutes	Natronincola ferrireducens strain DSM 18346, whole genome shotgun sequence	True	False
CHI0133_000000000988	14877	0.6887419255017024	18	13	4	12	9	True	116726	maximal	True	CHI0133_000000000988	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	8158.0	99.743	55.0	0.040330715825701684	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
MAD0050_000000015978	1518	0.6887400775740965	3	2	2	2	1	False	17394	maximal	True	MAD0050_000000015978	1.0		11	2	False	False	0.9986824989318848	0					non-mobilizable	no_good_hit	259.0	82.23899999999999	17.0	6.855656943993551e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0101_000000008829	3506	0.6887302471320149	4	4	4	3	3	False	122772	fragment	False	MON0084_000000007784	0.9795442767926227		0	0	False	False	1.0	0					non-mobilizable	other	3506.0	99.85700000000001	100.0	0.0014694162288113742	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
MON0057_000000006756	3488	0.6887302471320149	4	4	4	3	3	False	122772	fragment	False	MON0084_000000007784	0.9783606638662742		0	0	False	False	0.9982798099517822	0					non-mobilizable	other	3488.0	99.79899999999999	100.0	0.001545217668746455	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
FIJ0042_000000012039	2010	0.6887200902387557	2	2	2	2	2	False	47297	fragment	False	FIJ0042_000000012039	1.0		0	0	False	False	0.998009979724884	0					non-mobilizable	other	1976.0	99.19	98.0	0.0009932509228432625	CP003295.1	firmicutes	Streptococcus infantarius subsp. infantarius CJ18, complete genome	False	False
ISR0193_000000004593	5785	0.6887173308055509	8	2	2	2	1	True	29105	fragment	False	ISR0193_000000004593	1.0		0	0	False	False	0.9915298223495483	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.013313609467455622	XM_017171366.1	flies	PREDICTED: Drosophila kikkawai cyclic AMP-responsive element-binding protein 5 (LOC108077840), transcript variant X2, mRNA	True	True
USA0113_01_000000002907	6480	0.6887152520279161	6	6	5	6	4	False	284	maximal	True	USA0113_01_000000002907	1.0		17	2	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	92.45	38.0	0.0010521444750237463	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0107_000000007992	1815	0.688703021073375	2	2	1	2	1	False	125502	maximal	True	CHI0107_000000007992	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	87.5	16.0	7.445553183650854e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0019_000000012335	2333	0.6886988771584995	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8321135301593824	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2253.0	93.83	97.0	0.9753139887397142	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ETH0003_000000024136	1716	0.6886982681177591	2	2	2	2	1	False	53106	fragment	False	ETH0003_000000024136	1.0		0	0	False	False	0.9941725134849548	0					non-mobilizable	no_good_hit	472.0	78.814	27.0	0.0001597096437549588	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0048_000000010742	1848	0.6886941822387397	3	2	2	2	2	False	74997	fragment	False	USA0007_01_000000008676	0.9524569740241918		0	0	False	False	0.9940476417541504	0					non-mobilizable	other	1848.0	96.645	99.0	0.01371909302377431	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
ISR0813_000000005221	5223	0.6886940494218419	8	5	4	5	3	True	58217	fragment	False	ISR0813_000000005221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	90.315	11.0	0.00016842667763830555	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ENG0153_000000022284	1328	0.6886839558225408	2	2	2	2	2	False	56905	maximal	True	ENG0153_000000022284	1.0		0	0	False	False	0.9721385836601257	0					non-mobilizable	other	1340.0	88.35799999999999	100.0	0.030857519168352228	NZ_JAAIPV010000036.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_36_length_42518_cov_80.0128, whole genome shotgun sequence	False	False
ISR0372_000000015941	1112	0.6886786489821641	2	2	2	2	1	False	23443	fragment	False	ISR0372_000000015941	1.0		0	0	False	False	0.9982014298439026	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	4.4208890018089457e-07	CP032583.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_13	True	False
MON0106_000000011871	3349	0.6886771362799047	3	3	3	3	2	False	122428	fragment	False	AST0046_000000005596	0.9468521229868229		0	0	False	True	0.9991042017936707	0					non-mobilizable	no_good_hit	1788.0	94.072	53.0	0.7734950194889563	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0162_000000008610	4345	0.6886726008526417	7	6	4	5	4	False	108249	fragment	False	ISR0162_000000008610	1.0		0	0	False	False	0.9990794062614441	0					non-mobilizable	chromosome	1551.0	98.45299999999999	93.0	0.0004885562783736939	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0143_000000009789	1886	0.6886698830401301	3	2	2	2	1	False	125951	fragment	False	ISR0333_000000007883	0.11259404186118237		0	0	False	False	0.9878048896789551	0					non-mobilizable	other	1886.0	98.515	100.0	0.005126240164214848	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0122_000000002964	10729	0.6886654164476268	8	6	1	1	6	False	80375	fragment	False	USA0057_01_000000002499	0.981947335082798		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	10729.0	100.0	100.0	0.1167546389508625	KU932021.1	enterobacteria	Escherichia coli plasmid pEC3I, complete sequence	False	True
ISR0054_000000010585	2349	0.6886643689772849	3	2	2	2	2	False	62349	fragment	False	ISR0054_000000010585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
MON0019_000000053929	1238	0.6886643180324507	2	1	1	1	1	False	53054	fragment	False	MAD0099_000000021028	0.46823617339312407		0	0	False	False	0.9959612488746643	0					non-mobilizable	chromosome	1249.0	82.866	100.0	0.0005317048300667076	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0068_000000002185	6335	0.6886613772789358	10	8	3	5	8	True	28816	fragment	False	SPA0068_000000002185	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4519.0	99.491	99.0	0.07009541540609728	LR824486.1	enterobacteria	Klebsiella pneumoniae isolate 5825 genome assembly, plasmid: Kp5825_OXA-162_	False	True
SPA0070_000000009198	2341	0.688660704059886	3	2	2	1	2	False	122140	fragment	False	SPA0071_000000009370	0.9409080749970532		0	0	False	False	1.0	0					non-mobilizable	other	2342.0	95.175	100.0	0.03948908452496056	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
SPA0072_000000008956	2341	0.688660704059886	3	2	2	1	2	False	122140	fragment	False	SPA0071_000000009370	0.9409080749970532		0	0	False	False	1.0	0					non-mobilizable	other	2342.0	95.175	100.0	0.03948908452496056	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
SPA0069_000000010076	2341	0.688660704059886	3	2	2	1	2	False	122140	fragment	False	SPA0071_000000009370	0.9409080749970532		0	0	False	False	1.0	0					non-mobilizable	other	2342.0	95.175	100.0	0.03948908452496056	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
CHI0158_000000006685	2535	0.6886489589906435	3	2	2	2	2	False	78899	maximal	True	CHI0158_000000006685	1.0		1	1	False	False	0.9960552453994751	0					non-mobilizable	no_good_hit	1498.0	97.397	59.0	0.00040449716486963755	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0048_000000005179	4281	0.6886481540472214	5	4	3	3	1	True	121690	fragment	False	ENG0146_000000005043	0.7793317888241215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0081_000000013527	4168	0.6886481540472214	4	4	3	3	1	True	121690	fragment	False	ENG0146_000000005043	0.31803316982013546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	2.0	0.00030154933971092857	NZ_LT891956.1	firmicutes	Selenomonas felix strain Marseille-P3560, whole genome shotgun sequence	True	True
AST0084_000000003450	7529	0.688646060359429	10	3	2	2	2	True	111605	maximal	True	AST0084_000000003450	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	96.589	13.0	0.09084487143260808	EU685104.1	firmicutes	Streptococcus parasanguinis plasmid pFW213, complete sequence	True	True
MAD0087_000000006628	4049	0.6886378268483738	3	2	1	2	2	False	16004	maximal	True	MAD0087_000000006628	1.0		1	1	False	False	0.9987651109695435	0					non-mobilizable	no_good_hit	1746.0	77.663	47.0	0.0005786053356230712	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0099_000000024946	1440	0.6886354825392871	2	2	2	2	1	False	9152	fragment	False	MON0099_000000024946	1.0		0	0	False	False	0.9673610925674438	0					non-mobilizable	no_good_hit								True	False
ENG0033_000000012793	2035	0.6886255030222761	3	3	3	1	1	False	65501	maximal	True	ENG0033_000000012793	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	97.902	14.0	0.0014110307951282306	NZ_CABMOJ010000025.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ISR0209_000000011597	2526	0.6886250973490261	2	2	2	2	2	False	103391	fragment	False	USA0119_01_000000008892	0.9628328402366864		0	0	False	False	0.9976246953010559	0					non-mobilizable	chromosome	2526.0	99.64399999999999	100.0	0.0004941299321016549	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
MON0104_000000020059	2264	0.6886250973490261	2	2	2	2	2	False	103389	fragment	False	ISR0250_000000003921	0.4509757830255684		0	0	False	False	0.9849823117256165	0					non-mobilizable	chromosome	2264.0	99.779	100.0	0.0004428578361766515	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0816_000000010743	3950	0.6886239553855457	3	3	3	2	2	True	79354	fragment	False	ISR0816_000000010743	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4000.0	79.925	100.0	0.006279001487173923	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0105_000000006000	3453	0.6886239553855457	3	3	3	2	2	True	79352	fragment	False	ENG0105_000000006000	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3480.0	79.253	100.0	0.0005732792628023583	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
MON0105_000000023866	2284	0.6886234362124625	2	1	1	1	1	False	8740	maximal	True	MON0105_000000023866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	97.59	4.0	1.0496876027285734e-05	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
MAD0039_000000003563	3582	0.6886190389087166	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.35296773286598104		0	0	False	False	0.9983249306678772	0					non-mobilizable	other	3584.0	96.568	100.0	0.007492101196686998	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0054_000000007086	3321	0.6886190389087166	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.2292904121449341		0	0	False	False	0.9900632500648499	0					non-mobilizable	other	3320.0	98.584	99.0	0.006935891618590782	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0090_000000008863	2969	0.6886190389087166	2	2	2	2	1	True	33681	fragment	False	ISR0090_000000008863	1.0		0	0	False	False	0.9983159303665161	0					non-mobilizable	other	2985.0	93.3	100.0	0.006222856031632851	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0090_000000019759	2928	0.6886190389087166	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.16065403176102067		0	0	False	False	0.9849726557731628	0					non-mobilizable	other	1972.0	98.682	100.0	0.004121387512885871	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0106_000000012024	1725	0.6885959286464853	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.5922405571917259		0	0	False	False	0.9994202852249146	0					non-mobilizable	chromosome	1725.0	99.014	100.0	0.00046200318578530896	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0035_000000004278	6474	0.6885942634128464	7	6	1	3	6	False	90504	maximal	True	DEN0035_000000004278	1.0		9	5	False	False	1.0	0					non-mobilizable	other	6474.0	99.954	100.0	0.06079475547791459	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
SPA0016_000000025882	1318	0.6885832446902352	1	1	1	1	1	False	7859	fragment	False	SPA0016_000000025882	1.0		0	0	False	False	0.9931714534759521	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000002126	10524	0.6885768918951152	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9956963182087384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2821.0	89.685	28.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0084_000000002136	10521	0.6885768918951152	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9956535137234583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2821.0	89.685	28.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0009_01_000000002367	10224	0.6885768918951152	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9911243337722699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2783.0	89.544	27.0	0.001387338797426554	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0010_000000001656	10224	0.6885768918951152	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9911243337722699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2783.0	89.544	27.0	0.001387338797426554	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0025_000000003419	10008	0.6885768918951152	6	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9651566791786748		0	0	False	False	0.9999001026153564	0					non-mobilizable	no_good_hit	2821.0	89.685	29.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0003_000000000932	9975	0.6885768918951152	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9870852539020574		0	0	False	False	0.9991980195045471	0					non-mobilizable	no_good_hit	2895.0	89.568	29.0	0.0014432919646256083	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0083_000000000974	9926	0.6885768918951152	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9871886363660797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2821.0	89.72	28.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0129_000000001288	9890	0.6885768918951152	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9862797731663021		0	0	False	False	0.9989888668060303	0					non-mobilizable	no_good_hit	2803.0	89.618	28.0	0.001397330434426385	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0795_000000000829	9889	0.6885768918951152	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9862294644224833		0	0	False	False	0.9998988509178162	0					non-mobilizable	no_good_hit	2802.0	89.615	28.0	0.0013968308525763935	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0811_000000001092	9849	0.6885768918951152	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9836539602570616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2763.0	89.46799999999999	28.0	0.0013773471604267228	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CAN0016_000000003984	9705	0.6885768918951152	6	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9764224840452467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2815.0	89.663	29.0	0.0014033254166262838	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
DEN0011_000000003254	9458	0.6885768918951152	6	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.8829167215346353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2821.0	89.685	30.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0166_000000000847	9452	0.6885768918951152	6	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.88278841682396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2814.0	89.694	30.0	0.0014028258347762923	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0021_000000002574	9402	0.6885768918951152	6	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.8803904714053755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2764.0	89.47200000000001	29.0	0.0013778467422767143	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
DEN0052_000000003130	9401	0.6885768918951152	6	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.8803261554171826		0	0	False	False	0.9998936057090759	0					non-mobilizable	no_good_hit	2763.0	89.46799999999999	29.0	0.0013773471604267228	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0779_000000003176	9163	0.6885768918951152	6	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.7801231544355436		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2801.0	89.611	31.0	0.001396331270726402	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0124_000000003990	3961	0.6885713356219726	7	2	1	2	1	False	81689	fragment	False	CHI0124_000000003990	1.0		0	0	False	False	0.9997475147247314	0					non-mobilizable	no_good_hit								True	False
CHI0143_000000014175	1385	0.6885595946910045	2	2	2	2	1	False	79907	fragment	False	CHI0143_000000014175	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1027.0	97.566	100.0	0.0004705033421803263	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
ENG0180_000000000055	58638	0.6885573195365329	42	5	1	4	1	True	114289	fragment	False	ENG0180_000000000055	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	14078.0	96.95299999999999	94.0	0.14230539800014155	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
MON0100_000000028555	1604	0.6885565587798201	2	2	2	2	2	False	45949	fragment	False	MON0100_000000028555	1.0		0	0	False	False	0.9850373864173889	0					non-mobilizable	no_good_hit	42.0	100.0	3.0	0.00017879024415770172	KY555145.1	viruses	Caulobacter phage Ccr29, complete genome	True	False
MON0058_000000042074	1275	0.6885506150666947	2	2	2	2	1	False	10980	fragment	False	MON0058_000000042074	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	99.137	100.0	0.0028019952669593295	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0214_000000000297	43639	0.6885426270759184	36	15	9	14	5	True	119621	maximal	False	AST0026_000000000287	0.9926371456883295	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	5155.0	92.435	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0134_000000000319	43372	0.6885426270759184	36	15	9	14	5	True	119621	maximal	False	AST0026_000000000287	0.9783838105595724	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	0.9999077916145325	25					non-mobilizable	no_good_hit	4633.0	92.1	21.0	0.161482207215088	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0028_000000002862	5666	0.6885302961431656	7	3	1	1	2	True	113134	fragment	False	ISR0042_000000002093	0.025744206556374452		0	0	False	False	1.0	0					non-mobilizable	other	5668.0	95.36	100.0	0.12937142857142858	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0136_000000002579	2994	0.6885229357327362	4	2	2	1	1	False	31401	maximal	True	ISR0136_000000002579	1.0		0	0	False	False	0.9933199882507324	0					non-mobilizable	no_good_hit	878.0	85.30799999999999	51.0	0.00027850085683932973	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
SPA0145_000000010463	3245	0.6885221381263169	4	4	2	2	4	False	92914	fragment	False	SPA0145_000000010463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2677.0	98.618	85.0	0.0005943774029972081	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0033_000000017738	1765	0.6885139145776666	3	3	3	3	2	False	87335	fragment	False	MON0054_000000022302	0.6485200775892367		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	99.32	100.0	0.008701829160007104	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0007_000000007192	1314	0.6885025907133235	2	2	2	1	1	False	89621	fragment	False	MAD0007_000000007192	0.9828718803846116		0	0	False	False	0.9855403304100037	0					non-mobilizable	chromosome	1312.0	98.78	99.0	0.0005141170422152445	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0017_000000009822	1293	0.6885025907133235	2	2	2	1	1	False	89621	fragment	False	MAD0007_000000007192	0.9747340217076323		0	0	False	False	0.9914926290512085	0					non-mobilizable	chromosome	1293.0	98.685	100.0	0.0005066660705889365	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0180_000000005103	2680	0.6885016366278109	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8983477250528545	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2632.0	73.86	96.0	0.314320536258379	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0056_000000007041	2671	0.6885016366278109	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8982058205621644	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2643.0	73.818	97.0	0.31566118220597195	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0122_000000005169	2671	0.6885016366278109	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8982058205621644	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2643.0	73.818	97.0	0.31566118220597195	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0053_000000002440	8444	0.6884989569737342	5	5	3	5	3	False	78083	maximal	True	ISR0053_000000002440	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	82.956	16.0	0.049442449442449445	NZ_KL370812.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00042.42, whole genome shotgun sequence	True	False
ENG0068_000000003280	6819	0.6884978573551447	5	4	4	4	3	False	126274	fragment	False	ENG0068_000000003280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	73.919	21.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
MON0088_000000006765	4271	0.6884860001249822	2	2	2	2	2	False	37468	fragment	False	MON0029_000000004256	0.647336320314242		0	0	False	False	0.9995317459106445	0					non-mobilizable	no_good_hit	607.0	83.52600000000001	14.0	0.09762020398251578	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0005_000000013317	2597	0.6884848444907183	4	4	4	4	1	False	131829	fragment	False	DEN0005_000000013317	0.9655731065208586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	91.292	55.0	0.009457022640753356	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
TAN0013_000000002805	3003	0.6884839099797659	3	3	3	2	2	False	75354	fragment	False	TAN0013_000000002805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	69.223	35.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0016_000000026288	1297	0.6884825177472695	1	1	1	1	1	False	38009	maximal	False	ISR0014_000000023914	0.6545820745216515		0	0	False	False	0.9976869821548462	0					non-mobilizable	no_good_hit	873.0	75.71600000000001	67.0	0.005766101534701263	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0105_000000014940	2114	0.6884821325306169	3	3	3	3	3	False	82348	fragment	False	FIJ0105_000000014940	1.0		0	0	False	False	0.9938505291938782	0					non-mobilizable	no_good_hit	846.0	77.305	47.0	0.00029182532683907296	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AUS0022_000000019587	1743	0.6884772769725129	3	3	3	3	2	False	104578	fragment	False	AUS0022_000000019587	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1743.0	99.885	100.0	0.00039661425302304527	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0086_000000005607	4342	0.6884771182722984	8	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.6992903959867122	PS499	0	0	False	True	0.9981575608253479	0					non-mobilizable	chromosome	4282.0	94.979	100.0	0.0008244415506978557	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
AUS0018_000000019485	1458	0.6884741704151844	2	1	1	1	1	False	99870	fragment	False	AUS0018_000000019485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	562.0	91.281	42.0	0.009594717746788864	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0052_000000016037	2224	0.6884717635160639	4	4	2	2	2	False	113651	maximal	True	ISR0052_000000016037	1.0		3	1	False	False	0.997751772403717	0					non-mobilizable	chromosome	1543.0	94.038	99.0	0.0005190281719201719	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0042_01_000000004440	5986	0.688465003847076	11	7	6	6	4	False	87511	maximal	True	USA0042_01_000000004440	1.0		0	0	False	False	0.9979953169822693	0					non-mobilizable	no_good_hit	726.0	78.512	12.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
SPA0153_000000002967	5230	0.6884626390082494	12	2	1	2	0	True	105978	maximal	True	SPA0153_000000002967	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0790_000000001492	9411	0.6884567969182585	8	3	3	3	2	False	22086	maximal	True	ISR0790_000000001492	1.0		1	1	False	False	0.9988311529159546	0					non-mobilizable	no_good_hit	267.0	75.281	3.0	0.20436817472698907	NZ_BHYK01000110.1	firmicutes	Clostridium tagluense strain A121 sequence110, whole genome shotgun sequence	True	False
CHI0119_000000009364	1376	0.6884509179834419	3	1	1	1	1	False	81922	fragment	False	CHI0119_000000009364	1.0		0	0	False	False	0.9992732405662537	0					non-mobilizable	no_good_hit	564.0	74.468	40.0	0.00019055485392222552	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0025_000000008462	3926	0.6884507311434709	5	2	2	1	2	True	120499	maximal	True	AST0025_000000008462	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	72.283	20.0	0.00544705906294304	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
MON0081_000000019224	2917	0.6884507311434709	4	2	2	1	2	True	108705	fragment	False	MON0081_000000019224	1.0		0	0	False	False	0.999657154083252	0					non-mobilizable	no_good_hit	807.0	72.119	27.0	0.0053860085877668416	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ISR0068_000000014413	1432	0.6884500011084808	1	1	1	1	1	False	127889	fragment	False	ISR0068_000000014413	0.9526831125935264		0	0	False	False	0.998603343963623	0					non-mobilizable	other	1432.0	99.302	100.0	0.004574252488508429	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0168_000000025055	1257	0.6884417342582423	2	2	2	2	2	False	56444	maximal	True	ENG0168_000000025055	1.0		108	9	False	False	0.9840890765190125	0					non-mobilizable	no_good_hit	352.0	75.0	28.0	0.0029625982580940903	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0153_000000008084	1882	0.6884311921312617	3	3	2	2	3	False	83880	maximal	False	CHI0089_000000004436	0.9911087866108786		0	0	False	False	0.9994686245918274	0					non-mobilizable	other	1882.0	99.416	100.0	0.05110857515487447	NZ_QRUU01000035.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf35, whole genome shotgun sequence	False	False
ISR0190_000000011057	2074	0.6884285486266744	2	2	1	2	2	True	113499	fragment	False	FIJ0108_000000009955	0.9406738183524745		0	0	False	True	1.0	0					non-mobilizable	other	2017.0	90.134	100.0	0.000604269266238871	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0019_01_000000002752	9618	0.6884254780464546	15	5	3	4	3	False	118353	maximal	True	USA0019_01_000000002752	1.0		6	3	False	False	0.9998960494995117	0					non-mobilizable	no_good_hit	1962.0	92.25299999999999	31.0	0.0025295207597600894	NZ_FMIZ01000006.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
ENG0174_000000009209	2046	0.6884253368513056	3	3	3	3	2	False	56933	fragment	False	ENG0174_000000009209	1.0		0	0	False	False	0.995112419128418	0					non-mobilizable	other	2033.0	94.835	99.0	0.0032312523536282577	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0332_000000003285	3839	0.6884249428693101	6	5	3	5	3	False	128517	fragment	False	USA0024_01_000000005864	0.8002150555724964		0	0	False	False	0.9973951578140259	0					non-mobilizable	other	3864.0	93.60799999999999	99.0	0.0012005283693657764	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0012_000000001731	11663	0.6884244227930995	12	10	4	6	9	False	46599	maximal	True	MON0012_000000001731	1.0		3	3	False	False	0.990482747554779	0					non-mobilizable	no_good_hit	3592.0	99.72200000000001	31.0	0.02695986426222616	NZ_SPGG01000012.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_12_length_133198_cov_35.4223, whole genome shotgun sequence	True	False
SPA0029_000000007076	3567	0.688419289677916	6	4	3	3	2	False	73984	fragment	False	SPA0029_000000007076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000002520	9329	0.688415527662974	9	9	6	8	6	False	120092	maximal	True	SPA0133_000000002520	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	5667.0	99.98200000000001	61.0	0.013858993425172198	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0124_000000011928	1136	0.6884114411782394	2	2	2	2	2	False	60349	fragment	False	FIJ0070_000000016828	0.8014384666892278		0	0	False	False	1.0	0					non-mobilizable	chromosome	1143.0	84.514	100.0	0.0003963147261768491	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0013_01_000000006016	1699	0.6884046956800086	3	3	3	3	3	False	35112	fragment	False	SPA0142_000000013771	0.5693495336471067		0	0	False	False	1.0	0					non-mobilizable	other	1689.0	95.796	99.0	0.02688695042020827	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ENG0167_000000000235	57851	0.6883943677446127	77	37	21	25	24	True	94341	maximal	True	ENG0167_000000000235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7609.0	76.843	18.0	0.5599165859834662	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	True
MAD0009_000000001282	6487	0.6883904116010376	9	9	7	7	8	True	97682	fragment	False	MAD0009_000000001282	1.0		0	0	False	False	0.9998458623886108	0					non-mobilizable	plasmid	3761.0	98.51100000000001	90.0	0.02641527996402069	CP019905.1	enterobacteria	Escherichia coli strain MDR_56 plasmid unnamed6, complete sequence	False	True
CAN0013_000000014035	1615	0.6883886271447863	3	3	3	3	2	False	93844	maximal	True	CAN0013_000000014035	1.0		100	8	False	False	0.9969040155410767	0					non-mobilizable	other	1191.0	99.412	100.0	0.005718981732899524	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
USA0080_01_000000018893	2293	0.6883851205144874	3	3	3	2	2	False	129939	maximal	True	USA0080_01_000000018893	1.0		3	3	False	False	0.9991278052330017	0					non-mobilizable	no_good_hit	1621.0	99.01299999999999	71.0	0.022548527443105756	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0064_000000024263	1718	0.6883798116779519	2	2	2	2	1	True	105380	maximal	True	DEN0064_000000024263	1.0		52	8	False	False	0.9930151104927063	0					non-mobilizable	other	1718.0	99.59299999999999	100.0	0.0028534961560066343	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	True
USA0058_01_000000011770	1540	0.6883798116779519	2	2	2	2	1	True	105377	fragment	False	USA0058_01_000000011770	0.9940357852882704		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	98.961	100.0	0.0021312453868023427	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
CHI0056_000000013476	1526	0.6883798116779519	2	2	2	2	1	True	105379	fragment	False	CHI0056_000000013476	1.0		0	0	False	False	0.9986894130706787	0					non-mobilizable	other	1526.0	99.541	100.0	0.0021118578394240238	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
SPA0030_000000020137	1509	0.6883798116779519	2	2	2	2	1	True	105377	fragment	False	USA0058_01_000000011770	0.9840909090909091		0	0	False	False	0.9946984648704529	0					non-mobilizable	other	1509.0	99.602	100.0	0.0020883158176074937	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
AST0148_000000026425	1276	0.6883798116779519	2	2	2	2	1	True	105376	fragment	False	AST0148_000000026425	1.0		0	0	False	False	0.9882445335388184	0					non-mobilizable	other	1261.0	99.762	99.0	0.002094004168065439	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	True
CHI0147_000000015222	1207	0.6883798116779519	2	2	2	2	1	True	105374	fragment	False	AST0140_000000024610	0.7655991400883455		0	0	False	False	0.9875724911689758	0					non-mobilizable	other	1207.0	99.50299999999999	100.0	0.0016700987241609	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
AST0140_000000024610	1181	0.6883798116779519	2	2	2	2	1	True	105374	fragment	False	AST0140_000000024610	0.9425972457539998		0	0	False	False	0.9991532564163208	0					non-mobilizable	other	1181.0	100.0	100.0	0.0016340932790297363	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
ISR0805_000000010630	1141	0.6883798116779519	2	2	2	2	1	True	105374	fragment	False	AST0140_000000024610	0.7524567607166955		0	0	False	False	0.9886065125465393	0					non-mobilizable	other	1141.0	99.825	100.0	0.0018945751996782545	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	True
SPA0099_000000000947	10018	0.6883783543563646	10	8	2	6	4	True	5017	fragment	False	SPA0099_000000000947	1.0		0	0	False	False	0.9999001622200012	0			MPF_F		non-mobilizable	plasmid	10021.0	99.97	100.0	0.03361682854410951	CP055935.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_2, complete sequence	False	True
AST0084_000000009493	3461	0.6883771389015757	3	3	3	2	1	True	111537	maximal	True	AST0084_000000009493	1.0		18	6	False	False	0.9968217015266418	0					non-mobilizable	other	3504.0	79.709	100.0	0.0005764585698640177	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
ISR0167_000000009113	3309	0.6883771389015757	3	3	3	2	1	True	120782	fragment	False	ISR0294_000000004770	0.5144793492617814		0	0	False	False	0.9990933537483215	0					non-mobilizable	other	3311.0	96.406	100.0	0.005280105697854767	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
DEN0054_000000001898	3300	0.6883771389015757	3	3	3	2	1	True	85238	maximal	True	DEN0054_000000001898	1.0		33	7	False	False	1.0	0					non-mobilizable	other	3323.0	86.06700000000001	99.0	0.0008465705049400799	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
ISR0130_000000008620	3279	0.6883771389015757	3	3	3	2	1	True	110088	fragment	False	ENG0124_000000009125	0.20800390434358224		0	0	False	False	0.9926806688308716	0					non-mobilizable	other	3265.0	90.84200000000001	99.0	0.0010595230976035278	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ENG0014_000000007659	3238	0.6883771389015757	3	3	3	2	1	True	110088	fragment	False	ENG0124_000000009125	0.21143740340030912		0	0	False	False	0.998455822467804	0					non-mobilizable	other	3244.0	88.93299999999999	100.0	0.0012009138081700745	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
SPA0032_000000008221	3216	0.6883771389015757	3	3	3	2	1	True	110088	fragment	False	ENG0124_000000009125	0.30560336148513023		0	0	False	False	1.0	0					non-mobilizable	other	3231.0	91.055	100.0	0.0010478228425379672	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
MON0060_000000012122	3121	0.6883771389015757	3	3	3	2	1	True	64921	fragment	False	MON0060_000000012122	1.0		0	0	False	False	0.9833386540412903	0					non-mobilizable	other	3168.0	75.631	100.0	0.004952991262055364	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0035_000000007147	3096	0.6883771389015757	3	3	3	2	1	True	110088	fragment	False	ENG0124_000000009125	0.2982153855741627		0	0	False	False	1.0	0					non-mobilizable	other	3112.0	89.29899999999999	100.0	0.0010101220206600503	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0324_000000010385	2996	0.6883771389015757	4	3	3	2	1	True	120782	fragment	False	ISR0294_000000004770	0.43754897990167696		0	0	False	False	1.0	0					non-mobilizable	other	2996.0	96.662	100.0	0.001111819738939528	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
CHI0187_000000005763	2934	0.6883771389015757	3	3	3	2	1	True	77090	maximal	True	CHI0187_000000005763	1.0		1	1	False	False	0.9996591806411743	0					non-mobilizable	no_good_hit	1570.0	77.197	53.0	0.0005750279718254855	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0789_000000004854	2849	0.6883771389015757	3	3	3	2	1	True	85235	maximal	True	ISR0789_000000004854	1.0		7	4	False	False	1.0	0					non-mobilizable	other	2616.0	84.51799999999999	91.0	0.0006653090431010016	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
ISR0173_000000003214	2718	0.6883771389015757	3	3	3	2	1	True	120782	fragment	False	ISR0294_000000004770	0.35364087172010633		0	0	False	False	1.0	0					non-mobilizable	other	2720.0	96.14	100.0	0.004337058714647706	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
USA0066_01_000000007616	2703	0.6883771389015757	3	3	3	2	1	True	120782	fragment	False	ISR0294_000000004770	0.3597933731840126		0	0	False	False	1.0	0					non-mobilizable	other	2703.0	98.557	100.0	0.004311527831853606	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
MON0092_000000020560	2654	0.6883771389015757	3	3	3	2	1	True	120782	fragment	False	ISR0294_000000004770	0.2920369239798001		0	0	False	False	0.97211754322052	0					non-mobilizable	other	2658.0	96.57600000000001	100.0	0.0009863455914398418	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0063_000000007982	2527	0.6883771389015757	3	3	3	2	1	True	93469	fragment	False	ISR0063_000000007982	0.9369797859690845		0	0	False	False	0.9996042847633362	0					non-mobilizable	other	2541.0	90.20100000000001	100.0	0.0008242179679517013	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0288_000000011955	2523	0.6883771389015757	3	3	3	2	1	True	93469	fragment	False	ISR0063_000000007982	0.9341115947764147		0	0	False	False	1.0	0					non-mobilizable	other	2528.0	92.009	100.0	0.0008203178829298478	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0776_000000013373	1806	0.6883762905349189	2	2	2	2	2	False	95284	fragment	False	CAN0007_000000019987	0.38648914865202544		0	0	False	False	0.9966777563095093	0					non-mobilizable	other	1823.0	92.265	100.0	0.0005612213470681162	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0198_000000010360	3206	0.6883750359274702	4	4	4	4	3	False	128155	maximal	True	ISR0198_000000010360	1.0		172	9	False	False	0.9797255396842957	0					non-mobilizable	other	3206.0	99.376	100.0	0.0009098124622449119	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0038_000000006723	3884	0.6883657438487767	5	2	1	1	2	True	85051	fragment	False	MON0011_000000010244	0.29902617203866744		0	0	False	False	0.992790937423706	0					non-mobilizable	no_good_hit	1184.0	97.804	30.0	0.02571577756505091	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0082_000000013508	2444	0.6883636088686992	3	3	3	3	3	False	69456	maximal	True	MON0082_000000013508	1.0		59	12	False	False	1.0	0					non-mobilizable	no_good_hit	783.0	74.33	32.0	0.00033800608849358883	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0097_000000007190	3168	0.6883609935456779	4	3	3	3	2	False	131178	maximal	True	AST0097_000000007190	1.0		8	4	False	False	0.9747474789619446	0					non-mobilizable	other	2924.0	95.725	92.0	0.010759663977057845	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
CHI0132_000000026490	1151	0.6883609763874258	2	2	1	2	2	False	113756	fragment	False	ISR0059_000000003816	0.0279641237721897		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	96.43799999999999	100.0	0.0003215829156347232	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0006_000000020641	1531	0.6883607299773729	2	2	2	1	1	False	8240	fragment	False	SPA0006_000000020641	1.0		0	0	False	False	0.9797518253326416	0					non-mobilizable	no_good_hit	73.0	94.521	5.0	1.1212178169608799e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ISR0291_000000010155	1474	0.688357773738403	2	2	1	2	1	True	70766	fragment	False	ISR0291_000000010155	0.9824817518248175		0	0	False	False	0.9769335389137268	0					non-mobilizable	no_good_hit	120.0	83.333	8.0	4.199179430937084e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0812_000000005528	6682	0.6883516988096882	4	4	2	4	0	True	129144	fragment	False	ISR0812_000000005528	0.9040673952863996		0	0	False	False	0.9973061680793762	0					non-mobilizable	no_good_hit	866.0	85.566	24.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0126_000000003402	6328	0.6883516988096882	5	4	2	4	0	True	129143	fragment	False	ENG0126_000000003402	1.0		0	0	False	False	0.9996839165687561	0					non-mobilizable	no_good_hit	668.0	87.874	18.0	0.001384250904886071	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0011_000000001896	16572	0.6883420175118351	19	11	5	11	7	True	94548	fragment	False	CAN0011_000000001896	1.0		0	0	False	False	0.9996379613876343	0					non-mobilizable	no_good_hit	2938.0	74.268	20.0	0.0008772875581771453	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0002_000000019194	1452	0.6883413789743302	3	2	2	2	1	False	120851	fragment	False	MON0002_000000019194	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1384.0	96.02600000000001	95.0	0.0004006162881538459	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0081_000000014575	1639	0.688339870598228	2	1	1	1	1	False	46652	maximal	False	MON0032_000000016033	0.9192696978299157		0	0	False	False	0.9993898868560791	0					non-mobilizable	other	1639.0	96.21700000000001	100.0	0.037349507479022256	NZ_CABIWU010000016.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0021_000000015118	1162	0.6883377684319039	2	2	1	2	1	False	66338	maximal	True	ENG0021_000000015118	1.0		2	2	False	False	0.9991394281387329	0					non-mobilizable	no_good_hit								True	False
AST0116_000000004528	5550	0.6883359534376912	9	7	4	5	5	True	130637	backbone	False	AST0039_000000003129	0.6322354194384026	PS1110	0	0	True	True	1.0	344		MOBV			mobilizable	no_good_hit	2475.0	92.848	86.0	0.48638516179952646	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0073_000000001746	5530	0.6883359534376912	9	7	4	5	5	True	130637	backbone	False	AST0039_000000003129	0.6323100801174635	PS1110	0	0	True	True	0.9998191595077515	13		MOBV			mobilizable	no_good_hit	2475.0	93.131	88.0	0.48638516179952646	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0084_000000016547	1626	0.6883290829499928	3	2	2	2	2	False	34040	maximal	True	ISR0084_000000016547	1.0		1	1	False	False	0.998769998550415	0					non-mobilizable	no_good_hit								True	False
ISR0302_000000009753	1637	0.6883170222748911	2	2	1	2	2	False	80569	maximal	True	ISR0302_000000009753	1.0		534	13	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	95.008	67.0	0.0002230795292464234	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0033_000000027996	1142	0.6883159161442958	3	2	2	1	1	False	7175	maximal	True	SPA0033_000000027996	1.0		13	6	False	False	0.9833624958992004	0					non-mobilizable	no_good_hit	175.0	76.571	15.0	0.007621748570922143	NZ_WIQI01000041.1	high GC Gram+	Ornithinicoccus halotolerans strain EGI 80423 EGI_scaffold41, whole genome shotgun sequence	True	False
ISR0312_000000015379	1244	0.6883136297046101	3	2	1	2	1	False	25241	fragment	False	ISR0312_000000015379	1.0		0	0	False	False	0.9839228391647339	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	0.006348630509704335	NZ_KB850962.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.6, whole genome shotgun sequence	True	False
ISR0114_000000007485	3625	0.6883044462892929	2	2	2	2	2	False	125508	maximal	False	ENG0039_000000005571	0.8783290031589785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	74.172	20.0	0.0003484699781179948	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
AST0104_000000010284	3199	0.6883043444440202	4	4	4	4	3	False	117908	fragment	False	AST0104_000000010284	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3201.0	94.314	100.0	0.0010076867238456124	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0056_000000016108	2202	0.6883031026440748	3	3	3	2	1	False	92578	fragment	False	SPA0056_000000016108	1.0		0	0	False	False	0.9977293610572815	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	0.009443339960238568	XM_008621624.1	oomycetes	Saprolegnia diclina VS20 hypothetical protein mRNA	True	False
ENG0105_000000006880	3064	0.6883025933116078	4	4	3	4	3	True	60174	maximal	True	ENG0105_000000006880	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1456.0	94.64299999999999	47.0	0.0012967046341306261	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
SPA0131_000000008974	2768	0.6883019430380455	4	3	3	3	3	False	64666	maximal	True	SPA0131_000000008974	1.0		71	11	False	False	0.9989162087440491	0					non-mobilizable	no_good_hit	1344.0	75.744	48.0	0.00039712564133984594	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0044_000000047099	1222	0.6883017452385825	3	2	1	2	1	False	11591	maximal	True	MON0044_000000047099	1.0		1	1	False	False	0.9983633160591125	0					non-mobilizable	no_good_hit	410.0	73.415	33.0	0.00019090379310047855	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
ITA0003_000000005460	1271	0.6883015507761141	4	3	2	3	0	True	20410	fragment	False	ITA0003_000000005460	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	100.0	100.0	0.0003400960677664177	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0324_000000008904	3533	0.688297504899223	4	3	3	2	3	False	126823	maximal	True	ISR0324_000000008904	1.0		1	1	False	False	0.9940560460090637	0					non-mobilizable	no_good_hit	1465.0	80.068	49.0	0.0005983811997110638	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0130_000000007217	4147	0.6882918343322246	5	5	5	5	5	False	106101	fragment	False	ENG0130_000000007217	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4148.0	97.95100000000001	100.0	0.0015053103499619587	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0027_000000013342	1936	0.6882880214620452	2	2	2	2	2	False	37233	maximal	True	ISR0027_000000013342	1.0		2	2	False	False	0.9710744023323059	0					non-mobilizable	no_good_hit	117.0	80.342	6.0	0.003453812827582028	NZ_BAUV01000045.1	firmicutes	Bacillus akibai JCM 9157, whole genome shotgun sequence	True	False
USA0133_01_000000008308	2925	0.6882864113979338	2	2	2	2	2	False	112795	maximal	False	ISR0032_000000010605	0.9457087126137842	PS721	0	0	False	True	0.995555579662323	0					non-mobilizable	no_good_hit	2293.0	74.4	77.0	0.27629494210847044	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0145_000000011190	2740	0.6882864113979338	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9023808864912762	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2631.0	73.85	94.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
USA0069_01_000000022726	2716	0.6882864113979338	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8975048621532191	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2641.0	73.874	96.0	0.31566118220597195	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
DEN0038_000000001314	2678	0.6882864113979338	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9052775780266494	PS721	0	0	False	True	0.9958924651145935	0					non-mobilizable	other	2652.0	73.906	97.0	0.3168799512492383	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0006_000000004900	2671	0.6882864113979338	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8989406366880999	PS721	0	0	False	True	0.9955072999000549	0					non-mobilizable	other	2640.0	73.86399999999999	97.0	0.31566118220597195	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0161_000000003812	2661	0.6882864113979338	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8884516646788009	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2623.0	73.885	97.0	0.31346739792809264	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0112_000000006683	2597	0.6882864113979338	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8941649831037634	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2631.0	73.888	99.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0116_000000006516	2596	0.6882864113979338	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.89365031532262	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2630.0	73.916	99.0	0.314320536258379	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
DEN0045_000000017636	2243	0.6882864113979338	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.37461285341144995	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2257.0	74.258	99.0	0.2720292504570384	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0200_000000009151	2208	0.6882860496570757	4	1	1	1	1	False	74024	fragment	False	ENG0200_000000009151	0.9521227710140329		0	0	False	False	0.9990941882133484	0					non-mobilizable	no_good_hit	114.0	77.193	5.0	0.0013191524445543739	NZ_JHVN01000014.1	firmicutes	Anoxybacillus tepidamans PS2 N667DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	False
DEN0024_000000009284	1149	0.6882768920147778	3	2	2	2	1	False	74296	maximal	True	DEN0024_000000009284	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0025_000000007455	4374	0.6882743799987002	3	3	2	2	1	False	120508	maximal	True	AST0025_000000007455	1.0		1	1	False	False	0.9974851608276367	0					non-mobilizable	no_good_hit	2582.0	93.10600000000001	58.0	0.0022129743130165466	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0214_000000021489	1434	0.6882696852420951	2	2	2	2	1	False	28202	fragment	False	ISR0214_000000021489	1.0		0	0	False	False	0.9602510333061218	0					non-mobilizable	other	1377.0	100.0	96.0	0.002195655920292584	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0047_000000003712	7313	0.6882634091453025	8	4	3	4	3	True	101293	fragment	False	FIJ0171_000000002497	0.6565245689202195		0	0	False	False	1.0	0					non-mobilizable	plasmid	7232.0	97.262	99.0	0.06249457964026157	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0013_000000017001	1473	0.6882605995677099	3	3	2	3	2	False	112342	maximal	True	MAD0013_000000017001	1.0		10	3	False	False	0.9904955625534058	0					non-mobilizable	no_good_hit	1112.0	97.39200000000001	77.0	0.0003079682978711587	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0164_000000000177	45727	0.6882529645223455	40	22	12	19	9	True	108927	maximal	True	ISR0164_000000000177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6430.0	96.345	23.0	0.0019214033329636219	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MON0024_000000031771	1619	0.6882364248607812	2	2	2	2	2	False	102050	fragment	False	ISR0361_000000005758	0.10991328202253096		0	0	False	False	1.0	0					non-mobilizable	other	1619.0	94.256	100.0	0.004471234038280234	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
MON0098_000000016367	2023	0.688236235512804	2	2	2	2	1	False	44425	fragment	False	MON0098_000000016367	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2023.0	97.825	100.0	0.0038742608822278342	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0005_000000019423	1475	0.6882318680413659	2	2	2	2	2	False	122155	fragment	False	SPA0120_000000023605	0.5596756215521802		0	0	False	False	0.993220329284668	0					non-mobilizable	other	810.0	92.84	100.0	0.00024364079456412992	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0068_000000007935	1881	0.6882281977322144	3	3	2	2	3	False	87685	fragment	False	CHI0068_000000007935	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1881.0	99.734	100.0	0.0007372540346030966	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
FIJ0005_000000032029	1165	0.6882250137594104	2	2	2	2	1	False	51833	fragment	False	FIJ0005_000000032029	1.0		0	0	False	False	0.9725322127342224	0					non-mobilizable	no_good_hit	49.0	91.837	4.0	0.0015521924718665113	NZ_LABY01000191.1	a-proteobacteria	Methylobacterium variabile strain DSM 16961 contig_191, whole genome shotgun sequence	True	False
AUS0010_000000006471	3537	0.688217737479206	5	3	3	3	2	False	101579	fragment	False	ISR0796_000000005599	0.5935463522039982		0	0	False	False	1.0	0					non-mobilizable	other	3463.0	98.26700000000001	98.0	0.006834144665932322	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0208_000000002092	11410	0.6882148266570308	13	9	5	6	8	False	106691	maximal	True	ENG0208_000000002092	1.0		1	1	False	False	0.9999123811721802	0					non-mobilizable	no_good_hit	5310.0	99.15299999999999	68.0	0.0010277026751048367	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
DEN0094_000000011025	3093	0.6882114774134491	6	6	3	5	5	False	68382	fragment	False	DEN0094_000000011025	0.9638115073871153		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000009428	2871	0.6882080279367695	1	1	1	1	1	False	77582	fragment	False	CHI0179_000000005748	0.9671476754712748		0	0	False	False	0.9996516704559326	0					non-mobilizable	plasmid	2871.0	99.965	100.0	0.06085149690441862	CP022276.1	enterobacteria	Citrobacter freundii strain 18-1 plasmid pCKPC18-1, complete sequence	False	True
FIJ0048_000000012100	2629	0.6882079627573879	2	2	2	2	2	False	90750	maximal	True	FIJ0048_000000012100	1.0		47	7	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	81.524	49.0	0.0003456984394797265	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0855_000000006184	2569	0.6882063495174073	3	3	3	2	2	False	115899	fragment	False	ISR0855_000000006184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	84.542	36.0	0.0003204474611821598	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0007_000000013109	1366	0.6882056143993465	2	1	1	1	1	False	126687	fragment	False	AST0007_000000013109	1.0		0	0	False	False	0.9970717430114746	0					non-mobilizable	no_good_hit	191.0	83.77	17.0	0.0005843700078445322	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ISR0127_000000007306	3165	0.688203428144783	4	3	3	2	1	True	118206	fragment	False	ISR0127_000000007306	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2817.0	97.054	99.0	0.05801435406698564	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0082_000000013771	2186	0.6881950160230529	4	1	1	1	1	False	44181	maximal	True	FIJ0082_000000013771	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000006227	3416	0.6881933829486035	5	4	2	3	1	True	102501	maximal	True	AUS0004_000000006227	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	94.45700000000001	28.0	0.03477208551835417	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0069_01_000000016990	3626	0.6881932026044771	5	2	1	2	0	False	99307	fragment	False	USA0069_01_000000016990	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3561.0	99.29799999999999	98.0	0.04923000290564941	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0225_000000011174	1793	0.6881932026044771	2	2	1	2	0	False	27681	backbone	True	ISR0225_000000011174	1.0	PS80	5	3	True	True	0.9910764098167419	1					non-mobilizable	plasmid	1781.0	99.944	99.0	0.0246288378785992	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
MON0087_000000032809	1563	0.6881931744940892	2	2	2	1	1	False	97213	fragment	False	MON0004_000000028979	0.9968346689924278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.801	57.0	0.00021177339644381282	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MAD0044_000000000579	24941	0.6881851091680133	20	6	4	6	3	True	86939	fragment	False	MAD0044_000000000579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.275797120164047e-07	LR597440.1	bony fishes	Salarias fasciatus genome assembly, chromosome: 5	True	True
AST0153_000000031904	1113	0.6881804421419339	2	2	2	2	1	True	103165	fragment	False	AST0153_000000031904	1.0		0	0	False	False	0.9874213933944702	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	5.616297835577925e-05	NZ_SPFU01000002.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_2_length_605381_cov_32.3905, whole genome shotgun sequence	True	True
ENG0001_000000000774	22155	0.6881766729786586	35	13	8	11	7	True	73628	fragment	False	ENG0001_000000000774	1.0		0	0	False	False	0.9997743368148804	0					non-mobilizable	no_good_hit	669.0	95.665	3.0	0.9985052316890882	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
ISR0130_000000003746	6953	0.6881760937512016	7	5	4	5	5	True	130118	maximal	True	ISR0130_000000003746	0.9966275659824047		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	5139.0	96.887	77.0	0.0017284109356745026	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0042_000000020341	1580	0.688171328422169	3	3	3	3	2	False	79319	fragment	False	FIJ0169_000000013647	0.9547076847649795		0	0	False	False	0.9993671178817749	0					non-mobilizable	other	1580.0	96.266	100.0	0.025781696465017552	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0095_000000025654	1378	0.6881699319223282	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.21009050938762233		0	0	False	False	0.9992743134498596	0					non-mobilizable	other	1337.0	83.695	97.0	0.00039710552862466523	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0028_000000006959	4359	0.6881648670875891	5	3	3	3	2	True	48959	maximal	True	FIJ0028_000000006959	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	4.929915170487481e-07	CP032573.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_03	True	True
MON0090_000000041823	1475	0.6881595915897809	4	2	2	2	1	False	9545	maximal	True	MON0090_000000041823	1.0		0	0	False	False	0.9891525506973267	0					non-mobilizable	no_good_hit	820.0	98.171	56.0	0.0018627310502937384	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	True	False
MAD0067_000000005756	1750	0.6881580031227875	2	1	1	1	1	False	53622	maximal	True	MAD0067_000000005756	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	89.286	4.0	1.8920629052698682e-05	NZ_BIFQ01000002.1	GNS bacteria	Dictyobacter aurantiacus strain S27 sequence2, whole genome shotgun sequence	True	False
ISR0352_000000008066	1300	0.6881580031227875	1	1	1	1	1	False	53620	fragment	False	ENG0211_000000018212	0.9302279597935342		0	0	False	False	0.9992307424545288	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.003326469190559164	NZ_FRAF01000036.1	firmicutes	Alicyclobacillus montanus strain USBA-GBX-503, whole genome shotgun sequence	True	False
MON0025_000000008764	3748	0.6881543131657509	6	6	1	1	6	False	98174	backbone	False	BAN0018_000000000561	0.9474844115113628	PS396|PS544	0	0	False	True	0.9986659288406372	0					non-mobilizable	plasmid	3748.0	99.787	100.0	0.044872639306372225	CP051720.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-1, complete sequence	False	True
CHI0026_000000002814	3462	0.6881542127124127	5	2	0	2	1	True	101804	fragment	False	CHI0026_000000002814	0.9531433607520563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1750.0	86.229	56.0	0.0014011820207155779	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
SPA0095_000000009463	2114	0.6881516572225067	5	2	1	2	1	True	124284	fragment	False	SPA0095_000000009463	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	89.25399999999999	100.0	0.00041138556223396214	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0091_000000010632	2245	0.6881497909899706	3	3	3	3	2	False	61187	maximal	True	ENG0091_000000010632	1.0		79	11	False	False	0.9968819618225098	0					non-mobilizable	no_good_hit	395.0	84.051	22.0	0.0001225727332288458	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0245_000000005904	1378	0.6881471088559484	3	3	3	3	2	False	27154	maximal	True	ISR0245_000000005904	1.0		44	6	False	False	0.9898403286933899	0					non-mobilizable	no_good_hit	1017.0	100.0	74.0	0.0032261034956863567	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ENG0066_000000002044	7791	0.6881407960174526	9	4	2	4	2	True	101295	maximal	True	ENG0066_000000002044	1.0		1	1	False	False	0.9938390254974365	0					non-mobilizable	no_good_hit	4051.0	98.445	67.0	0.03511525852947808	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0096_000000007085	4618	0.6881328535417449	8	5	4	5	0	False	61851	maximal	True	ENG0096_000000007085	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1894.0	98.152	69.0	0.602588996763754	XM_014670584.1	eukaryotes	Blastocystis sp. ST4 valyl tRNA synthetase mRNA	True	False
USA0034_01_000000025295	2094	0.6881215151327083	2	2	2	2	2	False	1466	fragment	False	USA0034_01_000000025295	1.0		0	0	False	False	0.9918815493583679	0					non-mobilizable	other	2033.0	80.964	97.0	0.04204035874439462	NZ_CABMGA010000018.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0048_000000031566	1106	0.6881177148650579	2	2	2	2	2	False	46690	fragment	False	USA0047_01_000000031377	0.6881215106808913		0	0	False	False	1.0	0					non-mobilizable	chromosome	1104.0	76.268	99.0	0.00037254159390909914	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0131_000000010875	2754	0.688114292524451	4	3	3	3	3	False	36634	fragment	False	ISR0131_000000010875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	76.23	35.0	0.008735682180658257	NZ_JAAIUD010000007.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_7_length_110352_cov_243.767, whole genome shotgun sequence	True	False
TAN0021_000000012018	1726	0.6881104490682486	2	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.4517067163824445		0	0	False	False	1.0	0					non-mobilizable	chromosome	1730.0	88.09200000000001	100.0	0.0005430854629921772	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0018_000000002891	4408	0.6881098646484178	5	3	3	3	2	False	13277	maximal	True	MON0018_000000002891	1.0		1	1	False	False	0.9984119534492493	0					non-mobilizable	no_good_hit	1231.0	76.523	28.0	0.00022152685890698538	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
MON0105_000000035276	1547	0.6881096988723253	2	2	2	2	2	False	8712	maximal	True	MON0105_000000035276	1.0		15	8	False	False	0.9896574020385742	0					non-mobilizable	no_good_hit	1056.0	70.54899999999999	66.0	0.00030921003309781786	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0799_000000013996	1199	0.6881062481812598	2	1	1	1	1	False	21901	fragment	False	ISR0799_000000013996	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1199.0	99.833	100.0	0.00036325320840818986	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
CHI0140_000000000889	25706	0.6881057593563982	32	17	8	17	7	True	100674	fragment	False	CHI0140_000000000889	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	18429.0	97.15100000000001	98.0	0.2965739621120516	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ISR0162_000000011971	3247	0.6881051004969418	5	3	1	3	1	False	122423	maximal	True	ISR0162_000000011971	1.0	PS871	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1605.0	95.514	49.0	0.6942399307059333	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0115_000000006523	3715	0.6881046591930514	4	4	3	4	2	False	91586	fragment	False	ISR0396_000000005052	0.4775108245403305		0	0	False	False	0.9986541271209717	0					non-mobilizable	other	3738.0	93.258	99.0	0.049775338337772757	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0391_000000001561	6636	0.6880986619172261	8	5	3	4	3	False	111125	maximal	True	ISR0391_000000001561	1.0		2	2	False	False	1.0	0					non-mobilizable	other	6110.0	99.787	98.0	0.0016512461135420298	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0015_000000029575	1298	0.6880928357029048	1	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.7062119085659458		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	95.455	100.0	0.00036017572798818114	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0223_000000001704	11662	0.6880892390751933	13	8	5	6	6	False	132501	maximal	True	ISR0223_000000001704	1.0		3	2	False	False	0.9999142289161682	0					non-mobilizable	no_good_hit	3216.0	99.751	28.0	0.0008525707767704969	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0074_000000015284	2036	0.6880829417678821	2	2	2	1	2	False	54785	fragment	False	FIJ0074_000000015284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0187_000000001984	11335	0.688078371884044	13	4	3	3	2	False	67555	maximal	True	ISR0187_000000001984	1.0		2	1	False	False	0.9976180195808411	0					non-mobilizable	no_good_hit	5059.0	99.13	70.0	0.31404445548242893	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ENG0154_000000012702	2445	0.688077399552917	3	3	3	3	3	False	117426	maximal	True	ENG0154_000000012702	1.0		4	3	False	False	0.9934560060501099	0					non-mobilizable	no_good_hit	1754.0	79.704	72.0	0.001007227899750792	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0194_000000009428	2593	0.6880729406480567	2	1	0	1	1	False	98675	fragment	False	ISR0194_000000009428	1.0		0	0	False	False	1.0	0	IncI1/B/O				non-mobilizable	plasmid	2593.0	99.61399999999999	100.0	0.026277372262773723	MN612051.1	enterobacteria	Escherichia coli strain BM21 plasmid pIP72, complete sequence	False	True
ISR0348_000000006159	2405	0.6880729406480567	1	1	0	1	1	False	98689	fragment	False	ISR0348_000000006159	1.0		0	0	False	False	0.9925155639648438	0	IncI-gamma/K1				non-mobilizable	plasmid	2358.0	99.194	100.0	0.016604411868348722	MN915013.1	enterobacteria	Escherichia coli strain TD-33 plasmid pNDM-TD33, complete sequence	False	True
MON0107_000000026579	2237	0.6880729406480567	1	1	0	1	1	False	98665	fragment	False	MAD0057_000000007206	0.7484228717676343		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	2237.0	98.65899999999999	100.0	0.025320185877819337	CP024093.1	enterobacteria	Escherichia coli strain UFU_EC98 plasmid pEc98_1, complete sequence	False	True
MAD0057_000000007206	2237	0.6880729406480567	1	1	0	1	1	False	98665	fragment	False	MAD0057_000000007206	0.7508396944772624		0	0	False	False	0.9955297112464905	0	IncI-gamma/K1				non-mobilizable	plasmid	2250.0	96.089	100.0	0.026688213695830413	MK088173.1	enterobacteria	Salmonella enterica subsp. enterica strain H-185 plasmid R805a, complete sequence	False	True
ISR0069_000000011423	2153	0.6880729406480567	1	1	0	1	1	False	98665	fragment	False	MAD0057_000000007206	0.5532940499121544		0	0	False	False	0.9958198070526123	0	IncI1/B/O				non-mobilizable	plasmid	2153.0	100.0	100.0	0.019693794441444822	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
MAD0098_000000021875	2049	0.6880729406480567	1	1	0	1	1	False	98665	fragment	False	MAD0057_000000007206	0.5587878962487813		0	0	False	False	0.9765739440917969	0	IncI-gamma/K1				non-mobilizable	chromosome	2049.0	96.82799999999999	100.0	0.0004246123233453972	CP035331.1	enterobacteria	Escherichia coli strain BR25-DEC chromosome	False	True
MAD0105_000000019158	1924	0.6880729406480567	1	1	0	1	1	False	98665	fragment	False	MAD0057_000000007206	0.37471937530502686		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	1720.0	96.744	100.0	0.020729704930699762	CP014096.2	enterobacteria	Shigella sonnei strain FDAARGOS_90 plasmid unnamed1, complete sequence	False	True
ISR0135_000000011175	1780	0.6880729406480567	1	1	0	1	1	False	31422	fragment	False	ISR0135_000000011175	1.0		0	0	False	False	1.0	0	IncI1/B/O				non-mobilizable	plasmid	1780.0	100.0	100.0	0.018340017113225637	CP041565.1	enterobacteria	Escherichia coli strain 405 plasmid p168-2	False	True
MON0077_000000028039	1581	0.6880729406480567	1	1	0	1	1	False	29417	fragment	False	MON0077_000000028039	1.0		0	0	False	False	0.9810246825218201	0	IncI-gamma/K1				non-mobilizable	plasmid	1586.0	97.226	100.0	0.016052095887220102	LR793264.2	enterobacteria	Klebsiella pneumoniae isolate NGKP54 genome assembly, plasmid: 1	False	True
MAD0005_000000020486	1515	0.6880729406480567	1	1	0	1	1	False	29421	fragment	False	MAD0005_000000020486	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	1515.0	99.208	100.0	0.018466342224986887	CP041521.1	enterobacteria	Escherichia coli strain 3057 plasmid p92	False	True
MON0071_000000008921	1348	0.6880729406480567	1	1	0	1	1	False	16620	fragment	False	MON0071_000000008921	1.0		0	0	False	False	0.9888724088668823	0	IncI-gamma/K1				non-mobilizable	plasmid	1348.0	100.0	100.0	0.009207863939625943	CP054898.1	enterobacteria	Salmonella enterica strain FDAARGOS_717 plasmid unnamed3	False	True
MAD0065_000000009796	1143	0.6880729406480567	1	1	0	1	1	False	16619	fragment	False	MAD0065_000000009796	1.0		0	0	False	False	1.0	0	IncI1				non-mobilizable	plasmid	1141.0	96.757	99.0	0.01739156966544112	CP002733.1	enterobacteria	Escherichia coli UMNK88 plasmid pUMNK88_Hly, complete sequence	False	True
ENG0047_000000002228	6225	0.6880678045638154	12	4	3	2	4	False	64375	maximal	True	ENG0047_000000002228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	87.35799999999999	25.0	0.0002939715172388778	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	True	False
ISR0179_000000005390	4775	0.6880601174666642	8	4	1	3	2	False	93895	fragment	False	ISR0179_000000005390	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4555.0	99.89	99.0	0.11961232369395634	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0064_000000012957	1714	0.6880587812400623	3	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.8456157932437812		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	98.65799999999999	100.0	0.0972080354102826	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
MON0041_000000057340	1227	0.6880576549462103	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.12451901225553076		0	0	False	False	0.9991850256919861	0					non-mobilizable	other	1228.0	85.66799999999999	100.0	0.00034363751151642323	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0010_000000004286	4309	0.6880445833868741	3	3	3	2	2	False	104405	maximal	True	FIJ0010_000000004286	1.0		2	2	False	False	0.9983754754066467	0					non-mobilizable	no_good_hit	1898.0	95.89	86.0	0.00045564793474194834	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MON0012_000000031212	1741	0.68803982418024	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9792659695535205		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	82.34100000000001	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0046_000000017447	1834	0.6880376853921004	3	3	3	3	2	False	6724	maximal	True	SPA0046_000000017447	1.0		15	8	False	False	0.9803707599639893	0					non-mobilizable	other	1812.0	98.786	99.0	0.00559963390576784	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	False
ENG0038_000000024800	1134	0.6880367352138692	2	1	1	1	1	False	65000	fragment	False	ENG0038_000000024800	1.0		0	0	False	False	0.9955908060073853	0					non-mobilizable	no_good_hit	95.0	82.105	8.0	0.0010259269584611097	NZ_JHVL01000010.1	firmicutes	Clostridiisalibacter paucivorans DSM 22131 Q326DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	False
FIJ0031_000000006642	3508	0.6880353499431837	3	1	1	1	1	False	48611	fragment	False	FIJ0031_000000006642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1276.0	94.279	63.0	0.0004440676879061616	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0019_000000022863	1275	0.6880339233508218	3	2	1	2	0	True	7744	maximal	True	SPA0019_000000022863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	84.12200000000001	22.0	0.0001219821470115422	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0241_000000000148	50441	0.6880321358667336	62	13	5	7	9	False	64883	maximal	True	ISR0241_000000000148	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	5.031023236770794e-07	CP032578.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_08	True	False
CHI0045_000000004834	4051	0.6880299148937321	3	2	2	2	2	False	87179	maximal	True	CHI0045_000000004834	1.0		56	10	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	100.0	33.0	0.000242244502757804	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ENG0083_000000000017	155428	0.6880294235714113	193	36	16	27	21	False	88384	maximal	True	ENG0083_000000000017	1.0	PS457	1	1	True	True	1.0	94					non-mobilizable	no_good_hit	1826.0	99.014	1.0	0.9983579638752053	GQ874447.1		Uncultured organism clone 1041059766705 genomic sequence	True	True
ISR0774_000000017231	1445	0.6880289972350246	2	2	2	2	2	False	22466	fragment	False	ISR0774_000000017231	0.9818246614397719		0	0	False	False	0.9993079304695129	0					non-mobilizable	other	1445.0	97.92399999999999	100.0	0.00043109749589754825	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0311_000000013252	1683	0.6880287356268999	3	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.8509421276912226		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	99.109	100.0	0.015419027189556863	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ETH0005_000000010386	4668	0.6880259446368753	1	1	1	1	1	False	52791	maximal	True	ETH0005_000000010386	1.0		3	3	False	False	0.9875749945640564	0					non-mobilizable	no_good_hit	157.0	77.707	3.0	2.7645406197408934e-05	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
CAN0011_000000006761	4627	0.6880259446368753	1	1	1	1	1	False	94531	fragment	False	MON0105_000000011423	0.6549677763445623		0	0	False	False	0.9924356937408447	0					non-mobilizable	other	4628.0	93.323	100.0	0.015278874132595262	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	False
USA0069_01_000000013296	4619	0.6880259446368753	1	1	1	1	1	False	802	fragment	False	USA0069_01_000000013296	1.0		0	0	False	False	0.9954535365104675	0					non-mobilizable	no_good_hit	4178.0	73.983	89.0	0.07264159331377257	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
ISR0175_000000012639	1642	0.6880237395273773	2	1	1	1	1	False	29850	maximal	True	ISR0175_000000012639	1.0		4	2	False	False	0.9993909597396851	0					non-mobilizable	no_good_hit	502.0	72.311	30.0	0.0007894922267844446	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
SPA0060_000000010532	1332	0.6880237395273773	1	1	1	1	1	False	6225	fragment	False	SPA0060_000000010532	1.0		0	0	False	False	0.9872372150421143	0					non-mobilizable	no_good_hit								True	False
FIJ0141_000000012820	2277	0.6880206781047927	3	3	2	3	3	False	40285	maximal	True	FIJ0141_000000012820	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0065_01_000000001179	10068	0.6880175040213878	13	5	0	5	1	False	849	fragment	False	USA0065_01_000000001179	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0178_000000006453	3296	0.6880152955977555	4	3	2	3	3	True	79811	backbone	True	ENG0178_000000006453	1.0	PS394	1	1	True	True	1.0	244	rep_cluster_2350			MOBF,MOBP,MOB_unknown	mobilizable	plasmid	3100.0	99.90299999999999	100.0	0.9514891003991404	CP057241.1	enterobacteria	Escherichia fergusonii strain RHB32-C09 plasmid pRHB32-C09_4, complete sequence	False	True
ISR0816_000000020578	1887	0.6880146291667987	3	3	3	3	3	False	34997	fragment	False	ISR0816_000000020578	1.0		0	0	False	False	0.9644939303398132	0					non-mobilizable	no_good_hit	249.0	95.984	33.0	8.34753480131016e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0138_000000001578	9751	0.688013271612366	17	6	3	4	3	True	46427	fragment	False	FIJ0138_000000001578	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7064.0	98.287	98.0	0.0018833049815017303	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0006_000000005674	3399	0.6880111001370013	4	3	3	3	3	False	116959	fragment	False	ISR0388_000000008760	0.9741123608911664		0	0	False	False	0.9997057914733887	0					non-mobilizable	no_good_hit	2232.0	94.579	73.0	0.08100292825768668	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
MON0057_000000018287	1453	0.6880109862348194	2	1	1	1	1	False	59287	fragment	False	MON0057_000000018287	0.9901960784313726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	74.303	65.0	0.11910451515532637	NZ_CAPF01000096.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
MAD0066_000000022942	1429	0.6880109862348194	1	1	1	1	1	False	16555	maximal	True	MAD0066_000000022942	1.0		5	3	False	False	0.998600423336029	0					non-mobilizable	no_good_hit	1215.0	77.942	84.0	0.03240253608525563	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	True	False
MON0087_000000037389	1377	0.6880109862348194	2	1	1	1	1	False	59287	fragment	False	MON0057_000000018287	0.9645560908465245		0	0	False	False	0.9840232133865356	0					non-mobilizable	no_good_hit	985.0	74.721	70.0	0.00031851716890057775	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ENG0063_000000024000	1273	0.6880109862348194	1	1	1	1	1	False	63038	fragment	False	ENG0063_000000024000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	81.89	89.0	0.0003412175775539669	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0118_000000012241	1220	0.6880109862348194	1	1	1	1	1	False	59286	fragment	False	ENG0118_000000012241	1.0		0	0	False	False	0.9991803169250488	0					non-mobilizable	other	1126.0	73.268	91.0	0.00031652325603962904	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0352_000000002014	3846	0.6880089906259469	4	4	3	3	3	False	102665	maximal	True	ISR0352_000000002014	1.0		0	0	False	False	0.9997400045394897	0					non-mobilizable	no_good_hit	1001.0	83.31700000000001	55.0	0.00028358748119135187	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0107_000000012933	2043	0.6880079878445361	3	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3339069825556632		0	0	False	False	1.0	0					non-mobilizable	chromosome	2060.0	90.874	100.0	0.0007149001788818976	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0044_000000027498	1973	0.6880079878445361	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2927903030722234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1977.0	90.946	100.0	0.0006624172777813869	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0057_000000000921	13094	0.6880050415927506	12	11	5	9	4	False	132288	fragment	False	CHI0140_000000001647	0.20793537219418273		0	0	False	False	0.9983962178230286	0					non-mobilizable	other	13119.0	92.881	99.0	0.0030476225138184707	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0297_000000000560	12787	0.6879990154118977	16	6	4	6	2	True	110127	fragment	False	ISR0297_000000000560	1.0		0	0	False	False	0.9996871948242188	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.72783379462852e-06	CP028922.1	firmicutes	Paenibacillus sp. CAA11 chromosome, complete genome	True	True
FIJ0057_000000005203	5298	0.6879939008599134	7	3	2	3	2	False	52875	maximal	True	FIJ0057_000000005203	0.9485972509885143		10	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000006125	4764	0.6879939008599134	6	3	2	3	2	False	52874	fragment	False	FIJ0048_000000006125	0.988014184397163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0104_000000005414	4532	0.6879939008599134	6	3	2	3	2	False	52874	fragment	False	FIJ0048_000000006125	0.9583061495495174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0131_000000006418	3651	0.6879899061890961	6	3	2	2	3	False	3774	maximal	True	SPA0131_000000006418	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	99.711	19.0	0.0002781613215074575	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
MON0032_000000006289	3673	0.6879899053567348	3	3	3	3	3	False	113890	fragment	False	DEN0083_000000006854	0.9550902199596294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	99.48200000000001	5.0	5.782327880879227e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0165_000000005123	3648	0.6879899053567348	5	3	3	3	3	False	113890	fragment	False	DEN0083_000000006854	0.9447331107071913		0	0	False	False	0.9964364171028137	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	1.8694462539036777e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0135_000000005808	3515	0.6879899053567348	4	3	3	3	3	False	113890	fragment	False	DEN0083_000000006854	0.8610810810298491		0	0	False	False	0.9994310140609741	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001898585553762447	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	True	False
CHI0002_000000000084	33792	0.6879815955284826	40	15	8	14	7	True	91044	maximal	False	USA0037_01_000000000710	0.5601097227439806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	78.814	1.0	0.0005568461764292917	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
USA0030_01_000000001392	11178	0.6879789453378096	11	5	1	5	1	False	52224	maximal	True	USA0030_01_000000001392	1.0		0	0	False	False	0.9980318546295166	0					non-mobilizable	no_good_hit	1817.0	99.615	30.0	0.0004910206225957632	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0174_000000004034	3883	0.6879785985983665	6	4	2	3	3	True	130618	fragment	False	CHI0174_000000004034	1.0		0	0	False	False	0.9979397654533386	0		MOBV			mobilizable	no_good_hit	2006.0	92.772	86.0	0.39384372533543804	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0048_000000004397	4696	0.6879783478788628	7	3	2	2	1	True	130611	fragment	False	SPA0048_000000004397	0.9715240810705675		0	0	False	False	0.9963799118995667	0		MOBV			mobilizable	other	3497.0	99.914	100.0	0.5698679276047611	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0031_000000004524	4307	0.6879783478788628	7	3	2	2	1	True	130611	fragment	False	SPA0048_000000004397	0.9364530262755125		0	0	False	False	1.0	0		MOBV			mobilizable	other	3506.0	99.40100000000001	100.0	0.5713353986629708	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0138_000000006507	3730	0.6879783478788628	6	3	2	2	1	True	130611	fragment	False	SPA0048_000000004397	0.8200060778473843		0	0	False	False	1.0	0		MOBV			mobilizable	other	3491.0	99.914	100.0	0.5688896135659547	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0026_01_000000009024	3725	0.6879783478788628	6	3	2	2	1	True	130611	fragment	False	SPA0048_000000004397	0.7248583783224887		0	0	False	False	0.9997315406799316	0		MOBV			mobilizable	other	3379.0	92.72	99.0	0.5494863851296267	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0142_000000008746	3490	0.6879783478788628	5	3	2	2	1	True	130611	fragment	False	SPA0048_000000004397	0.6619673433923672		0	0	False	False	0.9994269609451294	0		MOBV			mobilizable	other	3476.0	99.85600000000001	100.0	0.5664438284689385	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0023_01_000000004663	6881	0.6879769892716417	7	6	4	5	5	True	81873	maximal	True	USA0023_01_000000004663	1.0		6	4	False	False	0.9991280436515808	0					non-mobilizable	no_good_hit	4367.0	80.101	77.0	0.015491634303108688	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
AST0148_000000004781	6910	0.6879760742320844	8	6	5	4	5	False	105195	maximal	True	AST0148_000000004781	1.0	PS421	3	3	False	True	0.999565839767456	0					non-mobilizable	no_good_hit	1341.0	77.479	22.0	0.000526028316143809	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MON0054_000000014899	2919	0.6879742404778787	3	2	2	2	2	False	11187	fragment	False	MON0054_000000014899	0.98918139199423		0	0	False	False	0.9838985800743103	0					non-mobilizable	no_good_hit	1585.0	87.697	54.0	0.00036018584861220303	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
DEN0067_000000024083	1386	0.6879738784851739	3	2	2	2	2	False	109135	fragment	False	AST0094_000000017340	0.9539387994671789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	76.509	33.0	0.00015281374192721017	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0086_000000001405	17421	0.6879738394033911	24	6	2	6	4	False	46079	maximal	False	FIJ0126_000000001666	0.9622203533731906		0	0	False	False	0.9998852014541626	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000001666	17421	0.6879738394033911	24	6	2	6	4	False	46079	maximal	True	FIJ0126_000000001666	0.9631148074731191		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000001534	16648	0.6879738394033911	23	6	2	6	4	False	46079	maximal	False	FIJ0126_000000001666	0.6623041157224041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0041_000000001432	14872	0.6879738394033911	16	6	2	6	4	False	11842	fragment	False	MON0041_000000001432	1.0		0	0	False	False	0.9993948340415955	0					non-mobilizable	no_good_hit								True	False
ISR0368_000000002486	4743	0.6879684340925182	8	2	2	2	2	False	23572	maximal	True	ISR0368_000000002486	1.0		3	2	False	False	0.999156653881073	0					non-mobilizable	no_good_hit	1309.0	72.04	27.0	0.07586858898605531	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
DEN0052_000000009344	4054	0.6879672856036421	3	3	3	3	3	False	122467	fragment	False	ISR0169_000000006572	0.9602845150017258		0	0	False	True	0.9980266690254211	0					non-mobilizable	no_good_hit	2283.0	93.25399999999999	56.0	0.9870073624945864	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0251_000000003770	3444	0.687961816565615	4	3	3	2	3	False	122147	maximal	True	ISR0251_000000003770	1.0		11	4	False	False	0.9959349632263184	0					non-mobilizable	no_good_hit	2212.0	95.479	64.0	0.03728393805234678	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
CHI0116_000000002871	6671	0.6879591616451186	6	4	4	4	4	True	82205	fragment	False	CHI0116_000000002871	1.0		0	0	False	False	0.9988007545471191	0					non-mobilizable	no_good_hit	143.0	96.50299999999999	2.0	0.002382239643170913	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	True
ISR0237_000000007249	1622	0.687953222150049	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.6115372954066208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	82.22200000000001	61.0	0.005255293935802978	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
DEN0007_000000014526	1775	0.6879443707243298	2	2	2	2	2	True	76292	maximal	True	DEN0007_000000014526	1.0		13	5	False	False	0.9915493130683899	0					non-mobilizable	other	1775.0	99.324	100.0	0.013507542282492763	NZ_NFHU01000005.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_5, whole genome shotgun sequence	False	True
USA0032_01_000000005865	4404	0.6879439100695938	8	5	5	5	5	False	103964	fragment	False	FIJ0135_000000005837	0.7501577826487908		0	0	False	False	0.9993187785148621	0					non-mobilizable	other	4385.0	98.586	99.0	0.002151554011907163	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0021_000000003615	5884	0.6879410653243974	7	6	5	5	4	False	121296	maximal	True	ISR0021_000000003615	1.0	PS849	14	4	False	True	1.0	0					non-mobilizable	no_good_hit	3355.0	96.781	59.0	0.0006929856586679923	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
SPA0108_000000006700	4445	0.6879362582668664	4	4	4	4	3	False	104446	maximal	True	SPA0108_000000006700	1.0		72	10	False	False	1.0	0					non-mobilizable	chromosome	4445.0	99.978	100.0	0.0019424299431432747	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
FIJ0035_000000009055	1335	0.6879360944869538	3	1	1	1	1	True	48012	fragment	False	FIJ0035_000000009055	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	94.98100000000001	100.0	0.02202337713795153	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
USA0015_01_000000016465	2044	0.6879282079889324	3	3	2	2	2	False	85585	fragment	False	MON0081_000000025207	0.477130476649013		0	0	False	False	0.9843444228172302	0					non-mobilizable	no_good_hit	1180.0	70.847	56.0	0.00031768776624400866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0286_000000007545	2319	0.6879220958605151	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8375074760934704	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2320.0	93.27600000000001	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
DEN0004_000000001228	1568	0.6879131756778292	3	2	2	2	1	True	76593	fragment	False	ISR0805_000000007006	0.9687875150060024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	79.41199999999999	9.0	0.0037307152875175314	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0139_000000016917	1321	0.6879131756778292	2	2	2	2	1	True	57829	fragment	False	SPA0008_000000024767	0.941426666559753		0	0	False	False	0.9992430210113525	0					non-mobilizable	no_good_hit	344.0	82.55799999999999	54.0	0.00017020837375575446	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
SPA0023_000000022834	1254	0.6879131756778292	3	2	2	2	1	True	7598	maximal	True	SPA0023_000000022834	1.0		1	1	False	False	0.9968101978302002	0					non-mobilizable	other	1240.0	88.306	99.0	0.0005543654937082207	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	False	True
SPA0008_000000024767	1228	0.6879131756778292	3	2	2	2	1	True	57829	fragment	False	SPA0008_000000024767	0.9589029065036154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	86.31	36.0	8.610353408604321e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
SPA0033_000000027052	1183	0.6879131756778292	3	2	2	2	1	True	22314	fragment	False	ISR0779_000000029374	0.9319699499165276		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	92.815	100.0	0.00039483151517095	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0050_000000014180	1800	0.6879056760283091	3	3	3	2	2	False	74367	fragment	False	ISR0840_000000008749	0.970681919047561		0	0	False	False	1.0	0					non-mobilizable	other	1800.0	97.72200000000001	100.0	0.00160902341764449	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0063_000000002501	7595	0.6878973062924715	11	5	3	3	3	True	124846	maximal	True	ISR0063_000000002501	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	76.068	2.0	0.0006581796137524899	NZ_KB891332.1	b-proteobacteria	Thiobacillus thioparus DSM 505 B058DRAFT_scaffold_8.9, whole genome shotgun sequence	True	True
ISR0029_000000011434	4031	0.6878930077656675	4	4	2	3	1	True	49958	fragment	False	ISR0029_000000011434	0.9957853017340272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3089.0	99.353	77.0	0.0008951541952381159	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0032_000000001818	14208	0.6878916579406997	11	7	6	7	3	True	132056	maximal	True	ISR0032_000000001818	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.8954574637686386e-05	CP051481.1	mycoplasmas	Mycoplasma sp. Phocoena C-264-GEN chromosome, complete genome	True	True
ISR0327_000000021073	1396	0.6878773961150024	2	2	2	2	1	True	110327	fragment	False	ISR0327_000000021073	1.0		0	0	False	False	0.9971346855163574	0					non-mobilizable	other	1344.0	90.32700000000001	96.0	0.036076085785106154	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0019_000000023849	1220	0.6878613457039575	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.14225483577709971		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	98.852	100.0	0.0003533655971487252	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0039_000000007883	2404	0.6878606559194274	4	3	3	3	2	False	73277	fragment	False	DEN0039_000000007883	1.0		0	0	False	False	0.9945923686027527	0					non-mobilizable	no_good_hit	206.0	75.243	8.0	0.0002629941229927169	NZ_QJKD01000001.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_101, whole genome shotgun sequence	True	False
MON0066_000000003740	6293	0.6878501467046728	7	6	5	4	5	False	113894	maximal	True	MON0066_000000003740	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1519.0	92.29799999999999	28.0	0.0004550571577087767	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0124_000000012159	1111	0.6878481834558139	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.0803698440099983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	314.0	94.26799999999999	28.0	8.497592348834496e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0106_000000009009	2682	0.6878432794575485	4	3	1	2	3	False	73833	fragment	False	ISR0106_000000009009	0.9510135135135136		0	0	False	False	0.9992542862892151	0					non-mobilizable	no_good_hit	901.0	90.01100000000001	38.0	0.00030259813654749326	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0052_000000030461	1236	0.6878413572619276	2	2	2	2	1	False	35769	fragment	False	ISR0052_000000030461	1.0		0	0	False	False	0.9862459301948547	0					non-mobilizable	no_good_hit	401.0	75.81	32.0	0.0001263603229858976	CP025249.1	high GC Gram+	Actinomyces sp. 432 chromosome, complete genome	True	False
ISR0392_000000017367	1952	0.6878386845272778	4	3	2	3	1	False	22812	maximal	True	ISR0392_000000017367	1.0		3	1	False	False	0.9861680269241333	0					non-mobilizable	no_good_hit								True	False
ISR0099_000000001380	14144	0.6878307569892936	18	12	5	9	7	True	122910	fragment	False	ISR0231_000000000600	0.9610672311312258		0	0	False	False	0.9999293088912964	0					non-mobilizable	chromosome	14149.0	98.912	100.0	0.004459415629955497	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ENG0032_000000018804	1324	0.6878203964326359	3	3	3	3	2	False	65574	fragment	False	SPA0151_000000011346	0.2875134364922631		0	0	False	False	1.0	0					non-mobilizable	chromosome	1325.0	98.71700000000001	100.0	0.00037659962396925764	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0068_000000004513	2541	0.6878198212709041	5	5	5	4	5	False	85423	fragment	False	FIJ0144_000000011212	0.6712792770248986		0	0	False	False	1.0	0					non-mobilizable	chromosome	2541.0	99.921	100.0	0.0004668193447731028	CP040861.1	enterobacteria	Klebsiella pneumoniae strain Xen39 chromosome, complete genome	False	False
CAN0001_000000032218	1348	0.6878192055182328	1	1	1	1	1	False	97105	fragment	False	CAN0001_000000032218	0.9983660130718954		0	0	False	False	0.9740356206893921	0					non-mobilizable	other	1260.0	77.46	92.0	0.02876280535855004	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0222_000000035473	1237	0.687815915805859	2	2	2	1	1	False	28611	fragment	False	ISR0222_000000035473	0.98438855160451		0	0	False	False	0.9991915822029114	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000001033	26643	0.6878136226387688	27	12	8	12	8	True	98432	fragment	False	FIJ0032_000000001033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.9600070163129275e-05	NZ_CP009117.1	spirochetes	Borreliella valaisiana Tom4006 chromosome, complete genome	True	True
MAD0040_000000010471	2885	0.6878128102703502	5	4	3	2	4	True	18386	maximal	True	MAD0040_000000010471	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0197_000000004137	5410	0.6878009969715442	9	4	3	4	4	False	82723	maximal	True	ISR0197_000000004137	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	78.83800000000001	22.0	0.00031458755055421936	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0082_000000030278	1140	0.6878007523821934	2	2	1	1	2	False	43358	fragment	False	ISR0184_000000008983	0.9498170157388035		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1140.0	99.47399999999999	100.0	0.013580865169075213	CP057187.1	enterobacteria	Escherichia coli strain RHB33-C23 plasmid pRHB33-C23_2, complete sequence	False	True
FIJ0051_000000007500	2886	0.6878002579136839	4	4	4	3	2	False	46547	maximal	True	FIJ0051_000000007500	1.0		1	1	False	False	0.9996535181999207	0					non-mobilizable	other	2600.0	94.115	90.0	0.014486364625592206	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0041_000000020799	1795	0.687798682781682	3	2	2	1	1	True	61606	maximal	True	FIJ0041_000000020799	1.0		2	1	False	False	0.9994428753852844	0					non-mobilizable	no_good_hit	111.0	80.18	6.0	0.0006905943629428356	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	True
CHI0143_000000007197	2658	0.6877941061130355	2	2	2	2	2	False	125233	fragment	False	CHI0143_000000007197	0.9634146341463414		0	0	False	False	1.0	0					non-mobilizable	other	2658.0	97.931	100.0	0.01817908036850967	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0371_000000003315	4458	0.6877931126477077	4	3	3	3	2	False	83123	maximal	True	ISR0371_000000003315	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	2709.0	96.936	61.0	0.008609698946679003	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
USA0093_01_000000004318	4595	0.6877899985734616	6	6	5	4	5	False	77424	maximal	True	USA0093_01_000000004318	1.0		4	2	False	False	0.9986942410469055	0					non-mobilizable	no_good_hit	3272.0	97.005	71.0	0.0009865118354251932	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
SPA0062_000000014754	2228	0.6877853378769883	2	2	2	2	2	False	6291	maximal	True	SPA0062_000000014754	1.0		53	8	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	3.0	0.001348799568384138	NZ_LFNG01000018.1	CFB group bacteria	Chryseobacterium koreense CCUG 49689 contig18, whole genome shotgun sequence	True	False
CHI0138_000000006304	2367	0.6877846322778299	5	3	2	2	1	True	118240	fragment	False	MAD0072_000000001538	0.15310486581432062		0	0	False	False	1.0	0					non-mobilizable	other	2386.0	92.456	100.0	0.021078427020163906	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	True
ISR0804_000000004078	4375	0.6877803152753978	6	3	1	2	2	True	86798	fragment	False	ISR0804_000000004078	1.0		0	0	False	False	0.9947428703308105	0					non-mobilizable	no_good_hit	212.0	100.0	5.0	0.00011755948732920445	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	True	True
ISR0134_000000022570	1420	0.687777062131198	3	2	2	1	1	False	54800	fragment	False	SPA0114_000000031068	0.9403227890322393		0	0	False	False	0.9964788556098938	0					non-mobilizable	no_good_hit	186.0	82.258	13.0	0.0007278049482738626	NZ_KB822503.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.8, whole genome shotgun sequence	True	False
MAD0012_000000005948	4468	0.6877760231746404	6	5	5	5	4	False	19692	maximal	True	MAD0012_000000005948	0.9949172576832152		2	1	False	False	0.9964189529418945	0					non-mobilizable	no_good_hit	1819.0	83.12299999999999	83.0	0.005745341614906832	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
TAN0009_000000022406	1838	0.6877740584941426	6	4	3	3	1	False	2684	maximal	True	TAN0009_000000022406	1.0		1	1	False	False	0.9940152168273926	0					non-mobilizable	no_good_hit	523.0	97.706	28.0	0.007635262626705867	NZ_CABIWU010000004.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0139_000000005506	3369	0.6877719580829795	3	3	3	3	3	False	111069	fragment	False	FIJ0095_000000004547	0.3196245849568314		0	0	False	False	0.9994063377380371	0					non-mobilizable	no_good_hit	515.0	72.039	15.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
AST0025_000000025960	1474	0.6877682207904708	2	2	2	2	2	False	120020	fragment	False	ISR0221_000000015129	0.9527027027027026		0	0	False	False	0.9993215799331665	0					non-mobilizable	other	1469.0	95.711	99.0	0.0470452506088963	NZ_CYYA01000030.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0119_000000028215	1125	0.6877679626868165	2	2	2	2	2	False	25703	fragment	False	SPA0119_000000028215	0.9677708146821844		0	0	False	False	0.984000027179718	0					non-mobilizable	other	1125.0	98.48899999999999	100.0	0.021209147860215865	NZ_QSFS01000021.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf21, whole genome shotgun sequence	False	False
MAD0101_000000017580	1633	0.6877655530834822	3	3	3	3	3	False	15093	maximal	True	MAD0101_000000017580	1.0		13	1	False	False	0.9902020692825317	0					non-mobilizable	other	1659.0	94.274	100.0	0.0007888447732487836	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CHI0039_000000008782	1418	0.6877612688798775	3	3	3	3	2	False	87756	fragment	False	CHI0039_000000008782	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1417.0	99.57700000000001	99.0	0.00029501284535097465	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
ISR0830_000000018581	1612	0.6877605485472559	3	2	2	2	1	False	21037	fragment	False	ISR0830_000000018581	1.0		0	0	False	False	0.9950371980667114	0					non-mobilizable	no_good_hit	457.0	70.241	28.0	0.00015668426903835464	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0114_000000009993	2774	0.6877507835820129	4	3	3	3	3	False	32553	maximal	True	ISR0114_000000009993	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	86.29	49.0	0.9992647058823529	NZ_JAEB01000048.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00037.37_C, whole genome shotgun sequence	True	False
ISR0319_000000006755	2689	0.687747485309979	3	3	3	3	2	False	25100	maximal	True	ISR0319_000000006755	1.0		2	2	False	False	0.9996281266212463	0					non-mobilizable	no_good_hit	2390.0	97.95	89.0	0.0005032859312468756	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0134_000000017381	2261	0.6877468784487089	5	5	3	4	4	False	58194	fragment	False	ENG0134_000000017381	1.0		0	0	False	False	0.9889429211616516	0					non-mobilizable	chromosome	2261.0	100.0	100.0	0.0004257873391946289	CP053080.1	enterobacteria	Escherichia coli strain HB37 chromosome HB37, complete sequence	False	False
ISR0384_000000012906	1492	0.6877454180712456	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.7933230774563413		0	0	False	False	0.9993297457695007	0					non-mobilizable	no_good_hit	76.0	84.211	5.0	6.525218160528656e-06	NZ_CP035758.1	GNS bacteria	Ktedonosporobacter rubrisoli strain SCAWS-G2 chromosome, complete genome	True	False
MAD0014_000000002205	10075	0.6877448171568469	11	10	6	6	8	False	19529	fragment	False	MAD0014_000000002205	1.0		0	0	False	False	0.9997022151947021	0			MPF_I		non-mobilizable	plasmid	9345.0	96.43700000000001	93.0	0.14244305786510855	CP002733.1	enterobacteria	Escherichia coli UMNK88 plasmid pUMNK88_Hly, complete sequence	False	True
SPA0107_000000028162	1180	0.6877418674146204	2	2	2	2	2	False	58300	fragment	False	ISR0282_000000019115	0.8262349358573657		0	0	False	False	0.9923728704452515	0					non-mobilizable	no_good_hit	478.0	74.895	40.0	0.00013608854426505712	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0060_000000010706	1366	0.6877371734790689	4	3	3	3	3	False	45860	fragment	False	FIJ0060_000000010706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	97.463	49.0	0.5106870229007634	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
CAN0020_000000026470	1328	0.6877351217431716	3	3	2	3	1	True	91720	maximal	True	CAN0020_000000026470	1.0		1	1	False	False	0.9698795080184937	0					non-mobilizable	no_good_hit	46.0	93.478	3.0	0.001136019388064223	NZ_NHMK01000004.1	bacteria	Deinococcus indicus strain DR1 Masurca_177_len:39612, whole genome shotgun sequence	True	True
FIJ0167_000000001187	13139	0.6877323784921447	24	9	4	6	7	False	58434	fragment	False	FIJ0167_000000001187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2463.0	93.829	57.0	0.09567430025445292	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
AST0024_000000013400	2532	0.6877297659371661	4	4	2	3	1	False	122104	maximal	True	AST0024_000000013400	1.0		0	0	False	False	0.9794628620147705	0					non-mobilizable	no_good_hit	1403.0	95.367	55.0	0.032053040695016	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0028_000000008749	2858	0.6877235902555923	4	4	2	2	4	False	87400	fragment	False	MON0028_000000008749	1.0		0	0	False	False	0.9664101004600525	0					non-mobilizable	other	2594.0	93.83200000000001	100.0	0.0005018216454985475	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0154_000000011328	2735	0.6877235902555923	6	4	2	2	4	False	87399	fragment	False	ISR0207_000000009981	0.9505497021517932		0	0	False	False	0.998171865940094	0					non-mobilizable	other	1605.0	92.523	99.0	0.00030148586773225567	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
USA0089_01_000000003529	2218	0.6877191922850402	3	3	3	3	3	False	93200	fragment	False	USA0089_01_000000003529	1.0		0	0	False	False	0.9986474514007568	0					non-mobilizable	other	2216.0	99.729	99.0	0.0006670758466743483	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0029_000000002503	4659	0.6877191175648998	7	7	5	7	7	True	97925	fragment	False	MAD0108_000000003174	0.558116057319972		0	0	False	False	0.9969950914382935	0					non-mobilizable	plasmid	4643.0	99.935	99.0	0.03747053695392464	CP024129.1	enterobacteria	Escherichia coli strain 14EC001 plasmid p14EC001b, complete sequence	False	True
FIJ0013_000000016778	1730	0.6877110636754561	1	1	1	1	1	False	50629	maximal	True	FIJ0013_000000016778	1.0		11	7	False	False	0.992485523223877	0					non-mobilizable	no_good_hit	1218.0	73.317	70.0	0.0004939601768730555	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
MAD0078_000000005905	1629	0.6877110636754561	2	1	1	1	1	False	16199	maximal	True	MAD0078_000000005905	1.0		9	4	False	False	0.990791916847229	0					non-mobilizable	no_good_hit	1102.0	73.04899999999999	66.0	0.0005213012995780264	CP017948.1	bacteria	Tenericutes bacterium MO-XQ chromosome, complete genome	True	False
ENG0193_000000012963	1543	0.6877110636754561	1	1	1	1	1	False	72253	fragment	False	DEN0052_000000029077	0.9816687737041719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	792.0	77.146	51.0	0.0002192325685640071	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0071_000000004262	1451	0.6877110636754561	1	1	1	1	1	False	44841	fragment	False	MAD0071_000000004262	1.0		0	0	False	False	0.9696760773658752	0					non-mobilizable	no_good_hit	1314.0	74.505	89.0	0.04052398454434078	NZ_FQVG01000032.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
SPA0128_000000026230	1428	0.6877110636754561	1	1	1	1	1	False	3865	fragment	False	SPA0128_000000026230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	72.627	87.0	0.0648996909538526	NZ_OAOE01000044.1	firmicutes	Clostridium tertium isolate src5, whole genome shotgun sequence	True	False
ISR0821_000000023896	1368	0.6877110636754561	1	1	1	1	1	False	21217	maximal	True	ISR0821_000000023896	1.0		7	3	False	False	0.9919590353965759	0					non-mobilizable	no_good_hit	829.0	72.859	59.0	0.002901712586448354	NZ_LZYT01000005.1	firmicutes	Clostridium felsineum DSM 794 CLFE_contig000005, whole genome shotgun sequence	True	False
MON0085_000000023588	1327	0.6877110636754561	1	1	1	1	1	False	9772	maximal	True	MON0085_000000023588	1.0		11	3	False	False	0.9992464184761047	0					non-mobilizable	no_good_hit	461.0	73.97	34.0	0.007191846065917318	NZ_VEJE01000045.1	firmicutes	Paenibacillus ihbetae strain DE00C1 NODE_45_length_62988_cov_13.639920, whole genome shotgun sequence	True	False
SPA0019_000000022307	1307	0.6877110636754561	1	1	1	1	1	False	7745	fragment	False	SPA0019_000000022307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	71.543	85.0	0.0031999768327469124	NZ_AXXR01000003.1	actinobacteria	Atopobium fossor DSM 15642 G469DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
AST0087_000000028024	1307	0.6877110636754561	1	1	1	1	1	False	110555	fragment	False	MON0041_000000048660	0.9372118200678908		0	0	False	False	0.9954093098640442	0					non-mobilizable	no_good_hit	996.0	73.092	75.0	0.02665320820602357	NZ_LSKV01000027.1	firmicutes	Staphylococcus lentus strain MF1767 contig27, whole genome shotgun sequence	True	False
FIJ0005_000000028202	1304	0.6877110636754561	1	1	1	1	1	False	62936	fragment	False	ENG0064_000000015415	0.5160485652062647		0	0	False	False	0.995398759841919	0					non-mobilizable	other	1304.0	98.31299999999999	100.0	0.005623457109810623	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
MON0059_000000030164	1291	0.6877110636754561	1	1	1	1	1	False	10925	maximal	True	MON0059_000000030164	1.0		13	5	False	False	0.9519752264022827	0					non-mobilizable	other	1253.0	75.259	95.0	0.09238310708898945	NZ_FNUK01000033.1	firmicutes	Caloramator fervidus strain DSM 5463, whole genome shotgun sequence	False	False
FIJ0003_000000018162	1286	0.6877110636754561	1	1	1	1	1	False	80454	fragment	False	FIJ0003_000000018162	0.9970809007506255		0	0	False	False	0.9696733951568604	0					non-mobilizable	other	1298.0	81.664	100.0	0.03338095856604754	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
FIJ0028_000000024126	1250	0.6877110636754561	1	1	1	1	1	False	48908	fragment	False	FIJ0028_000000024126	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	77.832	97.0	0.00047777609466294834	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0171_000000024422	1245	0.6877110636754561	1	1	1	1	1	False	62936	fragment	False	ENG0064_000000015415	0.5162918455069023		0	0	False	False	0.9887550473213196	0					non-mobilizable	other	1245.0	99.116	100.0	0.005368826281354118	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
MON0087_000000041937	1235	0.6877110636754561	1	1	1	1	1	False	9670	fragment	False	MON0092_000000042787	0.9600920951650038		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	99.757	100.0	0.016148239266131882	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
FIJ0012_000000020637	1231	0.6877110636754561	1	1	1	1	1	False	50698	maximal	True	FIJ0012_000000020637	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1213.0	70.734	97.0	0.00031390021542583346	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	False	False
CAN0021_000000005158	7346	0.6876977229561645	6	6	5	5	3	False	127588	maximal	True	CAN0021_000000005158	1.0		1	1	False	False	0.9989109635353088	0					non-mobilizable	no_good_hit	4942.0	86.807	67.0	0.002102806844070269	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
CHI0074_000000001406	10991	0.6876938660285044	13	9	2	7	5	False	92927	maximal	True	CHI0074_000000001406	1.0		5	1	False	False	0.9998180270195007	0					non-mobilizable	no_good_hit	1925.0	89.87	29.0	0.0008428303640289312	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MAD0072_000000000825	6400	0.6876897312107064	4	3	3	3	2	True	19873	fragment	False	MAD0007_000000000818	0.9678905792861323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1832.0	98.09	30.0	0.0004691774754816312	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
FIJ0123_000000030906	1149	0.6876852799997207	1	1	1	1	1	False	41281	maximal	True	FIJ0123_000000030906	1.0		0	0	False	False	0.9878154993057251	0					non-mobilizable	chromosome	1053.0	100.0	92.0	0.00019211934482920461	CP049609.1	enterobacteria	Escherichia coli strain 06-3538 chromosome, complete genome	False	False
CHI0061_000000006963	1235	0.6876763411090169	2	2	2	2	2	False	85618	fragment	False	CHI0061_000000006963	1.0		0	0	False	False	0.994331955909729	0					non-mobilizable	no_good_hit	78.0	89.744	6.0	0.0012652748643159192	NZ_BIMK01000043.1	firmicutes	Paenibacillus chibensis strain NBRC 15958 PCH05_CON02710, whole genome shotgun sequence	True	False
ISR0065_000000012320	2625	0.6876743887449701	3	3	2	3	1	True	114124	fragment	False	ISR0094_000000007029	0.5736377958004156		0	0	False	False	1.0	0					non-mobilizable	other	2359.0	97.117	90.0	0.15601516259892265	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
CHI0181_000000016215	1299	0.6876725578361169	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.46875413313637926		0	0	False	False	0.9984603524208069	0					non-mobilizable	other	1225.0	99.51	94.0	0.9147982062780269	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0125_000000010562	1825	0.6876720279343336	2	2	2	2	1	False	48202	fragment	False	FIJ0125_000000010562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	91.228	3.0	0.25925925925925924	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
MAD0007_000000002124	3252	0.6876716113026534	3	2	1	2	1	False	19868	maximal	True	MAD0007_000000002124	1.0		1	1	False	False	0.9996924996376038	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000007801	3468	0.6876696244959091	6	5	5	5	4	False	129646	maximal	True	FIJ0018_000000007801	0.9638038762566191	PS1061	0	0	False	True	0.9991349577903748	0					non-mobilizable	no_good_hit	1805.0	89.197	52.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0062_000000025259	1177	0.6876614116836403	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.14399900015354372		0	0	False	False	0.9957519173622131	0					non-mobilizable	no_good_hit	312.0	88.462	27.0	9.363614439476276e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0063_000000026057	1142	0.6876614116836403	3	2	2	2	1	True	45536	maximal	True	FIJ0063_000000026057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	86.014	25.0	0.00011065193792309807	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ISR0115_000000032517	1139	0.6876614116836403	3	2	2	2	1	True	57829	fragment	False	SPA0008_000000024767	0.7649133158977689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	84.889	20.0	6.714102958209677e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0376_000000022434	1110	0.6876614116836403	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.17378918515234448		0	0	False	False	0.9873873591423035	0					non-mobilizable	no_good_hit	233.0	89.27	21.0	6.985075723339215e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0256_000000016454	1103	0.6876614116836403	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.10819127407912456		0	0	False	False	0.9990933537483215	0					non-mobilizable	no_good_hit	229.0	90.39299999999999	21.0	6.864643383281643e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0005_000000017321	1758	0.68765969571831	3	2	2	2	2	False	19952	maximal	False	MAD0056_000000007628	0.9859038142620232		0	0	False	False	0.9982935190200806	0					non-mobilizable	chromosome	1758.0	99.374	100.0	0.0009409126156192565	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
DEN0017_000000015303	1920	0.6876579530439401	3	3	3	3	2	False	75223	maximal	True	DEN0017_000000015303	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	79.545	5.0	2.1778475356528663e-05	NZ_CP012898.1	CFB group bacteria	Algibacter alginicilyticus strain HZ22 chromosome, complete genome	True	False
MON0060_000000015579	2527	0.6876569124974915	3	3	3	3	3	False	96122	fragment	False	ENG0184_000000008480	0.9607547169811321		0	0	False	False	0.9960427284240723	0					non-mobilizable	other	2527.0	98.259	100.0	0.0005893205595885675	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0040_000000001531	13529	0.6876562515784176	12	5	2	4	3	True	36509	maximal	True	ISR0040_000000001531	1.0		1	1	False	False	0.9995564818382263	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	1.409142133311701e-05	NZ_JQLQ01000002.1	firmicutes	Carnobacterium pleistocenium FTR1 BP17DRAFT_scf7180000000008_quiver_dupTrim_9589.2_C, whole genome shotgun sequence	True	True
MAD0084_000000004168	1683	0.6876540838288477	2	2	2	2	2	False	97670	fragment	False	MAD0084_000000004168	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1000.0	98.7	100.0	0.00019065929909209493	CP040456.1	enterobacteria	Escherichia coli strain UPEC132 chromosome, complete genome	False	False
DEN0021_000000006298	4919	0.6876513113034487	3	3	3	1	0	False	81139	fragment	False	DEN0021_000000006298	1.0		0	0	False	False	0.9985769391059875	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	9.650964625683806e-05	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
FIJ0067_000000022329	1451	0.6876513113034487	3	3	3	1	0	False	45175	maximal	True	FIJ0067_000000022329	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0060_000000031278	1358	0.6876507367245263	2	2	2	2	2	False	26800	fragment	False	MON0060_000000031278	1.0		0	0	False	False	0.9712812900543213	0					non-mobilizable	no_good_hit	75.0	85.333	6.0	7.892431701935704e-06	NC_022657.1	high GC Gram+	Actinoplanes friuliensis DSM 7358, complete sequence	True	False
SPA0004_000000003614	3912	0.6876450766835922	5	3	2	2	3	False	84727	fragment	False	SPA0004_000000003614	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3912.0	99.463	100.0	0.0005952656367196251	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
FIJ0075_000000004852	3813	0.6876428657516248	5	4	4	3	2	False	44605	maximal	True	FIJ0075_000000004852	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	97.446	27.0	0.00929446170718333	NZ_SLUM01000012.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_112, whole genome shotgun sequence	True	False
ISR0384_000000016649	1224	0.6876409249190932	2	1	1	1	1	False	99071	fragment	False	ENG0180_000000013457	0.7165366597803381		0	0	False	False	0.9942810535430908	0					non-mobilizable	no_good_hit	172.0	76.163	14.0	4.869139734059547e-05	CP060496.1	high GC Gram+	Brachybacterium sp. Z12 chromosome, complete genome	True	False
ENG0187_000000017065	1759	0.6876393759925729	2	2	2	2	2	False	54973	fragment	False	ENG0187_000000017065	1.0		0	0	False	False	0.9931779503822327	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000003489	8527	0.6876382450894712	13	7	4	7	3	False	68518	maximal	True	DEN0093_000000003489	1.0		1	1	False	False	0.9995309114456177	0					non-mobilizable	no_good_hit	1065.0	70.141	12.0	0.00040848708661342956	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
ENG0106_000000017608	1190	0.6876366948147643	2	1	1	1	1	True	62064	fragment	False	SPA0120_000000032921	0.9636274442208168		0	0	False	False	0.9521008133888245	0					non-mobilizable	plasmid	1190.0	99.16	100.0	0.11393254120352625	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
SPA0018_000000002323	10189	0.6876352239775746	16	3	2	3	3	False	68285	maximal	True	SPA0018_000000002323	0.9968872195699203		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	99.656	6.0	0.11587554846429995	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
SPA0047_000000003829	10050	0.6876352239775746	15	3	2	3	3	False	68285	maximal	False	SPA0018_000000002323	0.9935021160296789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	99.774	4.0	0.08795372955723973	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0812_000000003503	9961	0.6876352239775746	15	3	2	3	3	False	68285	maximal	False	SPA0018_000000002323	0.9861624635572502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	99.571	3.0	0.046270442760271244	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
SPA0101_000000004193	9629	0.6876352239775746	15	3	2	3	3	False	68285	maximal	False	SPA0018_000000002323	0.9673800485030924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	98.529	1.0	0.01336258476266454	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
FIJ0139_000000005509	4688	0.6876339134269951	4	4	4	4	4	False	111069	fragment	False	FIJ0095_000000004547	0.8138745316597601		0	0	False	False	0.9985068440437317	0					non-mobilizable	no_good_hit	515.0	71.845	11.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0004_000000020867	1303	0.6876324883991023	3	3	3	2	1	False	101946	fragment	False	FIJ0057_000000026516	0.9465220643231115		0	0	False	False	0.9938603043556213	0					non-mobilizable	no_good_hit								True	False
ISR0386_000000014421	2200	0.6876321612547909	3	3	2	3	2	False	23001	maximal	True	ISR0386_000000014421	1.0		0	0	False	False	0.9995454549789429	0					non-mobilizable	no_good_hit	1249.0	94.315	57.0	0.012415686742672955	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	True	False
MAD0037_000000011814	1176	0.6876297989108691	1	1	1	1	1	False	18598	fragment	False	MAD0037_000000011814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000008963	3645	0.6876216357392331	4	4	4	3	2	False	121978	maximal	True	SPA0130_000000008963	1.0		0	0	False	False	0.9972565174102783	0					non-mobilizable	no_good_hit	1338.0	98.804	37.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0279_000000004060	4503	0.6876204419818787	5	3	2	2	2	False	75714	maximal	True	ISR0279_000000004060	1.0		284	11	False	False	0.9995558261871338	0					non-mobilizable	no_good_hit	4046.0	98.171	89.0	0.018022088128860837	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0173_000000003806	4917	0.6876181390424595	4	4	3	3	3	False	118299	maximal	True	ENG0173_000000003806	1.0		2	2	False	False	0.9914581775665283	0					non-mobilizable	no_good_hit	2045.0	85.721	42.0	0.046163922578313796	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ISR0109_000000019911	1626	0.687603234337025	2	1	1	1	1	False	32743	fragment	False	ISR0109_000000019911	1.0		0	0	False	False	0.998769998550415	0					non-mobilizable	plasmid	1626.0	98.155	100.0	0.002592765148130656	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
ENG0050_000000023306	1227	0.6876024316180768	3	1	1	1	1	False	64117	maximal	False	ISR0145_000000020705	0.9545795795795795		0	0	False	False	0.9918500185012817	0					non-mobilizable	other	1228.0	80.375	99.0	0.001237231204658577	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0158_000000011431	1675	0.6875921856445714	3	3	2	3	2	False	63960	maximal	False	ENG0052_000000019316	0.9955223880597015		0	0	False	False	0.960597038269043	0					non-mobilizable	no_good_hit								True	False
CHI0116_000000012001	1307	0.6875915694241949	3	2	2	1	1	False	82147	fragment	False	CHI0116_000000012001	1.0		0	0	False	False	0.9533282518386841	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000011716	2600	0.68758872859521	5	4	2	3	2	True	126113	fragment	False	CHI0162_000000011716	1.0		0	0	False	False	0.9965384602546692	0					non-mobilizable	no_good_hit	220.0	83.63600000000001	8.0	0.023786035295407213	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
SPA0069_000000018504	1176	0.6875833257858572	2	1	1	1	1	False	5936	fragment	False	SPA0110_000000015369	0.9564766650677088		0	0	False	False	0.9863945841789246	0					non-mobilizable	other	1158.0	97.15	98.0	0.0014915975060902596	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0169_000000010891	2742	0.6875819175059371	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9507144905632104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	73.333	18.0	0.00022722151997830894	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
MON0037_000000015232	4012	0.6875787463166988	4	2	1	2	1	False	12134	maximal	True	MON0037_000000015232	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0036491417759156645	XM_012394009.3	bees	PREDICTED: Bombus impatiens acyl-CoA Delta(11) desaturase-like (LOC105682075), transcript variant X1, mRNA	True	False
MON0081_000000043893	1176	0.6875725302744051	3	2	2	1	1	False	68912	fragment	False	ENG0108_000000014731	0.97189315934346		0	0	False	False	0.9991496801376343	0					non-mobilizable	chromosome	1176.0	99.15	100.0	0.0004157484374905934	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
CAN0020_000000023619	1507	0.6875648951887686	3	1	1	1	1	False	91808	fragment	False	CAN0020_000000023619	1.0		0	0	False	False	0.9980092644691467	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000022887	1168	0.6875648951887686	2	1	1	1	1	False	34548	fragment	False	ISR0785_000000032053	0.9570957095709571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0156_000000001810	4213	0.6875632603311735	6	5	3	5	1	True	39512	maximal	True	FIJ0156_000000001810	1.0		40	9	False	False	1.0	0					non-mobilizable	no_good_hit	3348.0	93.81700000000001	89.0	0.01075826103751871	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0024_000000003148	8029	0.6875612355576368	9	5	5	4	2	False	120649	maximal	True	ENG0024_000000003148	0.9973049281314168		16	7	False	False	0.9998754262924194	0					non-mobilizable	no_good_hit	1351.0	78.905	17.0	0.00039380564812234697	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
ENG0030_000000005015	4255	0.6875612355576368	7	5	5	4	2	False	120648	fragment	False	ENG0030_000000005015	1.0		0	0	False	False	0.9962397217750549	0					non-mobilizable	no_good_hit	1220.0	78.689	28.0	0.0003557143279914652	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
ISR0189_000000002986	3867	0.6875581286526479	6	2	2	1	1	True	121665	backbone	False	MON0048_000000009199	0.9216556235184524	PS858	0	0	True	True	1.0	66		MOBV			mobilizable	no_good_hit	1099.0	97.45200000000001	55.0	0.2902116402116402	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MON0108_000000014690	1495	0.6875472016078511	2	2	2	2	1	False	120860	fragment	False	MON0108_000000014690	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	91.316	100.0	0.000424106027642402	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0107_000000019831	1463	0.6875406524344407	2	2	2	2	2	False	45258	maximal	False	ISR0275_000000010500	0.7874699113417284		0	0	False	False	0.9897471070289612	0					non-mobilizable	no_good_hit	493.0	71.805	33.0	0.0012932471527053332	NZ_QZFU01000055.1	high GC Gram+	Nocardia panacis strain YIM PH 21724 NODE_8, whole genome shotgun sequence	True	False
ENG0177_000000002512	9015	0.6875395349506519	10	6	3	5	3	True	55552	maximal	True	ENG0177_000000002512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.469359349261279e-05	CP059201.1	CFB group bacteria	Blattabacterium cuenoti strain GYNAcap chromosome, complete genome	True	True
CHI0069_000000002081	4506	0.687525941402342	7	5	4	4	4	False	127139	fragment	False	CHI0069_000000002081	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4506.0	99.93299999999999	100.0	0.018311370527838974	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
FIJ0159_000000014880	1694	0.6875220886813598	4	3	3	2	2	False	39395	maximal	True	FIJ0159_000000014880	1.0		1	1	False	False	0.9858323335647583	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000004429	8593	0.6875185130134748	12	4	4	4	3	False	62638	maximal	True	ISR0814_000000004429	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1686.0	99.822	37.0	0.0003747762247660319	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0132_000000004670	5294	0.6875162208120309	9	8	7	6	6	False	31611	maximal	True	ISR0132_000000004670	1.0		3	1	False	False	0.9926331639289856	0					non-mobilizable	no_good_hit	97.0	77.32	2.0	0.0007034873921868931	NZ_QICS01000012.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_112, whole genome shotgun sequence	True	False
ISR0122_000000010469	1702	0.6875162060098797	2	2	2	2	1	False	106478	fragment	False	ISR0122_000000010469	1.0		0	0	False	False	0.9988248944282532	0					non-mobilizable	other	1704.0	87.852	100.0	0.01684065687535521	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
FIJ0036_000000020823	1972	0.6875086260377166	3	2	2	2	1	False	113521	fragment	False	AST0087_000000017412	0.5541605276869299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	77.975	28.0	0.0001979585830981616	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0117_000000014578	1851	0.6875086260377166	2	2	2	2	1	False	113521	fragment	False	AST0087_000000017412	0.47151829718097643		0	0	False	False	0.9994597434997559	0					non-mobilizable	no_good_hit	55.0	87.273	3.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
AST0108_000000003281	6238	0.6875047465923699	7	4	2	4	2	False	122858	fragment	False	ISR0076_000000002357	0.10531468491745243		0	0	False	False	0.9982365965843201	0					non-mobilizable	no_good_hit	209.0	93.78	3.0	0.0008533998547579093	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0078_000000037884	1256	0.6875027219425804	2	2	2	2	1	True	38998	fragment	False	FIJ0166_000000018447	0.9552183567727609		0	0	False	False	0.9976114630699158	0					non-mobilizable	no_good_hit	1147.0	74.281	89.0	0.00031486718393248977	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0161_000000009355	3185	0.6875026216473072	4	4	4	4	2	False	108250	fragment	False	ISR0161_000000009355	0.9882168940366958		0	0	False	False	0.9981161952018738	0					non-mobilizable	chromosome	852.0	98.23899999999999	99.0	0.00026823315670710545	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0055_000000006224	3118	0.6875026216473072	4	4	4	4	2	False	108254	fragment	False	ENG0055_000000006224	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2104.0	76.473	99.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0370_000000008985	2917	0.6875026216473072	4	4	4	4	2	False	108250	fragment	False	ISR0161_000000009355	0.9674205974984837		0	0	False	False	0.9914295673370361	0					non-mobilizable	chromosome	2104.0	76.426	99.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0202_000000008802	2510	0.6875017366888423	3	3	3	3	3	False	54134	maximal	True	ENG0202_000000008802	1.0		16	5	False	False	0.9996016025543213	0					non-mobilizable	other	2570.0	73.23	100.0	0.0021479864441984724	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
DEN0096_000000013648	3196	0.6875012033490234	2	1	1	1	1	False	89872	fragment	False	DEN0096_000000013648	0.974075795677641		0	0	False	False	0.987484335899353	0					non-mobilizable	plasmid	2943.0	100.0	100.0	0.023738249889054746	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
MON0061_000000002617	11623	0.6874993363024561	15	4	4	4	3	True	63577	backbone	True	MON0061_000000002617	0.9791593076651359	PS282|PS283	1	1	True	True	1.0	10					non-mobilizable	no_good_hit	216.0	74.074	2.0	5.9312927478354545e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0081_000000006347	1526	0.6874944198313845	2	1	1	1	1	False	84307	fragment	False	CHI0081_000000006347	0.9814200398142003		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	97.444	100.0	0.0038399475568554283	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ENG0182_000000010749	2638	0.6874937138706698	2	2	2	2	2	False	115383	fragment	False	ENG0182_000000010749	0.9925568330782875		0	0	False	False	1.0	0					non-mobilizable	other	2550.0	100.0	100.0	0.000493428916715432	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0099_000000006644	2620	0.6874937138706698	2	2	2	2	2	False	115383	fragment	False	ENG0182_000000010749	0.9901956270015663		0	0	False	False	1.0	0					non-mobilizable	other	2541.0	100.0	100.0	0.0004916867196772057	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0021_01_000000007185	2570	0.6874937138706698	2	2	2	2	2	False	115383	fragment	False	ENG0182_000000010749	0.9806861964243883		0	0	False	False	1.0	0					non-mobilizable	chromosome	2491.0	100.0	100.0	0.000496972062984922	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MAD0041_000000025614	1443	0.6874880628036641	2	2	2	2	1	False	18226	maximal	True	MAD0041_000000025614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	3.5183165410874564e-05	NZ_WMEZ01000001.1	firmicutes	Halobacillus litoralis strain 22505_10_Sand NODE_1_length_1080062_cov_46.7516, whole genome shotgun sequence	True	False
DEN0051_000000007141	5573	0.6874839635677242	5	5	3	4	4	False	121448	fragment	False	DEN0051_000000007141	0.9999071667285555		0	0	False	False	0.9996411204338074	0					non-mobilizable	no_good_hit	1709.0	81.393	30.0	0.0008313714635425945	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0010_000000003395	5386	0.6874839635677242	6	5	3	4	4	False	121448	fragment	False	DEN0051_000000007141	0.983132962497757		0	0	False	False	0.998885989189148	0					non-mobilizable	no_good_hit	1709.0	81.393	31.0	0.0008313714635425945	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0131_000000012116	1485	0.6874826516381568	3	3	3	3	2	False	81005	fragment	False	CHI0131_000000012116	1.0		0	0	False	False	0.9912458062171936	0					non-mobilizable	other	1485.0	99.73100000000001	100.0	0.01539722559425613	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
ENG0055_000000017519	1109	0.6874825840353049	2	2	2	1	1	False	63615	fragment	False	ENG0055_000000017519	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	99.459	99.0	0.0009379432353703731	NZ_JH370372.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.2, whole genome shotgun sequence	False	False
AST0104_000000010853	3038	0.6874816672221943	3	2	1	2	1	False	111473	fragment	False	AST0104_000000010853	0.9987130885100511		0	0	False	False	1.0	0					non-mobilizable	chromosome	1732.0	89.319	100.0	0.0004912292678209275	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0159_000000010419	2487	0.6874813344251225	2	1	1	1	1	False	37098	fragment	False	ISR0159_000000010419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0234_000000010206	1402	0.6874813344251225	2	1	1	1	1	False	27354	fragment	False	ISR0234_000000010206	1.0		0	0	False	False	0.9971469044685364	0					non-mobilizable	no_good_hit								True	False
AST0028_000000009138	1802	0.6874801664051301	3	3	3	3	2	False	118766	fragment	False	AST0028_000000009138	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	99.59200000000001	99.0	0.0004049820222120663	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ISR0087_000000014226	2351	0.6874733511050302	4	4	4	4	4	False	73252	maximal	True	ISR0087_000000014226	1.0		34	6	False	False	1.0	0					non-mobilizable	other	1153.0	98.179	99.0	0.0003913823850067931	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MON0016_000000007180	3547	0.6874705591274147	4	4	4	4	3	False	26463	maximal	True	MON0016_000000007180	1.0		271	11	False	False	1.0	0					non-mobilizable	chromosome	3547.0	96.42	100.0	0.001537494975825428	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0058_000000011592	3368	0.6874667729701871	4	4	4	4	3	False	46044	maximal	True	FIJ0058_000000011592	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	71.535	24.0	0.0001365725298664588	NZ_CP016172.1	b-proteobacteria	Bordetella flabilis strain AU10664, complete genome	True	False
ENG0183_000000004039	6932	0.6874612913633147	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.5586983017210247		0	0	False	False	0.9998557567596436	0					non-mobilizable	other	6855.0	99.081	99.0	0.024781077582778345	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0803_000000002717	4594	0.6874535460561574	5	5	5	5	4	False	83189	maximal	True	ISR0803_000000002717	1.0		8	2	False	False	0.9971702098846436	0					non-mobilizable	no_good_hit	1119.0	86.774	61.0	0.005598654314478672	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
ENG0178_000000011461	1952	0.6874469139501524	2	2	2	2	2	False	55465	fragment	False	ENG0178_000000011461	1.0		0	0	False	False	0.9959016442298889	0					non-mobilizable	no_good_hit	1157.0	88.15899999999999	59.0	0.39413569723832254	NZ_LNAM01000048.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf141, whole genome shotgun sequence	True	False
MAD0112_000000014874	1922	0.6874328105296412	2	2	1	2	1	False	14448	maximal	True	MAD0112_000000014874	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000020255	1954	0.6874313902481386	2	2	2	2	2	False	131871	maximal	False	ISR0170_000000022890	0.9833139252355703		0	0	False	False	0.9943705201148987	0					non-mobilizable	other	1581.0	99.93700000000001	100.0	0.0091577745448644	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ISR0009_000000009976	3205	0.687425927574097	2	2	2	2	0	True	131943	fragment	False	ISR0344_000000008372	0.7136226465304659		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0143_000000010360	3036	0.687425927574097	2	2	2	2	0	True	131943	fragment	False	ISR0344_000000008372	0.48042121684867395		0	0	False	True	0.9960474371910095	0					non-mobilizable	no_good_hit	84.0	91.667	3.0	0.0033992455333084607	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0142_000000012471	2706	0.687425927574097	2	2	2	2	0	True	40205	fragment	False	FIJ0142_000000012471	1.0		0	0	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0005018584445524835	KP241084.1	monocots	Apostasia odorata MADS14 (MADS14) gene, complete cds	True	True
ISR0190_000000000726	29494	0.6874256012417752	34	8	2	8	5	False	58009	backbone	True	ISR0190_000000000726	0.752182501068843	PS253	1	1	True	True	1.0	518					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.4894291462364442e-05	NZ_CP001668.1	mycoplasmas	Mycoplasma mycoides subsp. capri str. GM12 chromosome clone deltatypeIIIres, complete genome	True	True
AST0033_000000002561	5099	0.6874155094263258	6	4	1	2	3	False	117099	maximal	True	AST0033_000000002561	1.0		1	1	False	False	0.9976465702056885	0					non-mobilizable	other	4393.0	99.272	99.0	0.030030913169557368	NZ_SMBP01000005.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_105, whole genome shotgun sequence	False	False
DEN0082_000000006196	5835	0.6874152483918854	7	7	7	6	5	False	69333	maximal	True	DEN0082_000000006196	1.0		1	1	False	False	0.9986289739608765	0					non-mobilizable	no_good_hit	1610.0	97.14299999999999	40.0	0.0010839757642433607	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0387_000000002946	7124	0.6874140232123492	6	5	3	4	0	True	129151	fragment	False	ISR0387_000000002946	1.0		0	0	False	False	0.9956485033035278	0					non-mobilizable	no_good_hit	639.0	90.454	9.0	0.0013340665820503223	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0116_01_000000011872	2130	0.6874120472635392	4	3	3	3	3	False	120887	fragment	False	USA0116_01_000000011872	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2086.0	87.87200000000001	97.0	0.0005879006581307996	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0009_000000005048	5780	0.6874095825892994	7	5	2	3	4	True	96746	fragment	False	ISR0009_000000005048	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5714.0	99.73700000000001	99.0	0.0023954008973633817	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0182_000000014295	2635	0.6874086925286108	4	3	2	3	3	False	66453	maximal	True	ISR0182_000000014295	0.9900468384074941		160	12	False	False	0.9969639182090759	0					non-mobilizable	no_good_hit	1317.0	77.904	83.0	0.0004485989908439796	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0087_000000039993	1292	0.6874036172606824	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.9741842501769308		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	81.546	98.0	0.00033739095760075636	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0056_000000002821	8698	0.6874002913321681	9	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.7645938019600238		0	0	False	False	1.0	0					non-mobilizable	plasmid	7211.0	96.713	98.0	0.06226909267514266	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0164_000000002737	8648	0.6874002913321681	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.7093129089168301		0	0	False	False	1.0	0					non-mobilizable	plasmid	7217.0	97.256	98.0	0.06253794251816905	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0048_000000020228	1988	0.6873981496642001	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.40607834962800116		0	0	False	False	1.0	0					non-mobilizable	chromosome	1988.0	97.988	100.0	0.000668812566540455	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0068_000000007432	4155	0.6873914702143893	4	4	4	4	4	False	45107	maximal	True	FIJ0068_000000007432	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1731.0	79.145	42.0	0.0004567911878029856	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0204_000000007576	1589	0.6873904009329496	4	3	3	2	2	False	93801	maximal	True	ISR0204_000000007576	1.0	PS496	2	2	False	True	0.9685336947441101	0					non-mobilizable	no_good_hit	1316.0	80.623	82.0	0.000452960015605427	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
SPA0067_000000003080	7112	0.6873902196698225	8	8	2	5	6	False	98677	fragment	False	SPA0067_000000003080	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	6002.0	96.16799999999999	98.0	0.06075628548256286	MN612051.1	enterobacteria	Escherichia coli strain BM21 plasmid pIP72, complete sequence	False	True
ISR0352_000000004650	1991	0.6873855140552395	2	2	2	2	2	False	106480	maximal	True	ISR0352_000000004650	0.9826972420228617		48	5	False	False	0.9944751262664795	0					non-mobilizable	other	1991.0	88.24700000000001	99.0	0.01970227234203783	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
CHI0021_000000004804	1792	0.6873776057938079	4	3	3	3	3	False	89276	maximal	True	CHI0021_000000004804	1.0		43	11	False	False	0.9916294813156128	0					non-mobilizable	other	1791.0	98.604	99.0	0.0008216594951246674	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
MAD0002_000000011418	3055	0.6873730129554287	4	3	3	1	0	True	20219	maximal	True	MAD0002_000000011418	1.0		0	0	False	False	0.9996726512908936	0					non-mobilizable	no_good_hit	1261.0	86.12200000000001	41.0	0.0003756731434113516	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	True
MON0093_000000013303	3142	0.6873725348188245	2	2	2	2	2	False	9568	maximal	True	MON0093_000000013303	0.9996807151979565		3	1	False	False	0.9996817111968994	0					non-mobilizable	no_good_hit	1321.0	80.999	42.0	0.0005222255133928837	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
MON0090_000000018332	3132	0.6873725348188245	2	2	2	2	2	False	9568	maximal	False	MON0093_000000013303	0.9980903882877148		0	0	False	False	0.9996806979179382	0					non-mobilizable	no_good_hit	1321.0	80.999	42.0	0.0005222255133928837	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
ISR0220_000000003428	2897	0.6873679575937838	4	4	4	4	4	False	27996	maximal	True	ISR0220_000000003428	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	2897.0	99.137	100.0	0.0008186167468747129	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	False	False
MON0037_000000028842	2414	0.6873659487647423	2	2	2	2	2	False	105743	maximal	True	MON0037_000000028842	1.0		8	3	False	False	0.999585747718811	0					non-mobilizable	chromosome	2424.0	99.464	100.0	0.0008934378959261002	CP055229.1	firmicutes	Enterococcus hirae strain 13344 chromosome, complete genome	False	False
USA0117_01_000000006287	3857	0.6873656296632872	4	4	4	4	3	False	103010	maximal	False	USA0042_01_000000006407	0.9964847404319748		0	0	False	False	1.0	0					non-mobilizable	chromosome	1626.0	98.831	100.0	0.00022936336633719266	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0050_000000017569	2094	0.6873648644493118	5	5	5	5	4	False	98260	fragment	False	MON0050_000000017569	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2094.0	99.713	100.0	0.00040141940982716144	CP013662.1	enterobacteria	Escherichia coli strain 08-00022, complete genome	False	False
SPA0137_000000002609	12547	0.6873557510711824	12	8	4	5	7	False	115562	maximal	True	SPA0137_000000002609	1.0		2	2	False	False	0.9975292682647705	0					non-mobilizable	other	6377.0	98.056	92.0	0.0371395764969196	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0105_000000007692	3508	0.6873500178864835	4	4	4	4	3	True	6460	maximal	True	SPA0105_000000007692	1.0		5	4	False	False	0.9988597631454468	0					non-mobilizable	chromosome	3508.0	97.605	100.0	0.0011995359509492614	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	True
SPA0132_000000014253	2851	0.687346979131385	3	2	2	2	2	False	9253	fragment	False	SPA0132_000000014253	1.0		0	0	False	False	0.9954401850700378	0					non-mobilizable	no_good_hit	112.0	80.357	4.0	0.00038145834994989024	NZ_OEQH01000005.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
MON0100_000000026423	1723	0.6873453319532677	2	2	2	2	1	False	10671	maximal	True	MON0100_000000026423	0.9792293798916316		6	1	False	False	0.9692397117614746	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000018005	1447	0.6873421525111804	3	3	3	2	2	False	113445	fragment	False	ISR0058_000000016778	0.9434560106396318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	71.745	25.0	7.720417931957384e-05	CP021913.1	a-proteobacteria	Sagittula sp. P11 chromosome, complete genome	True	False
ISR0128_000000006077	5579	0.6873388318500281	6	3	3	3	3	False	78032	fragment	False	ISR0128_000000006077	0.983642208774584		0	0	False	False	0.9969528317451477	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.864942777542923e-06	CP053173.1	moths	Carposina sasakii isolate BJYQ chromosome 26	True	False
FIJ0057_000000018047	1873	0.6873375023260838	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8803454332425217	PS663	0	0	False	True	0.993593156337738	0					non-mobilizable	other	1760.0	83.40899999999999	96.0	0.053125189084528346	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
DEN0001_000000020839	2079	0.6873305466930968	3	3	3	3	1	False	76881	fragment	False	DEN0001_000000020839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	74.185	70.0	0.0003292490129332278	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0133_000000006588	5549	0.6873273004460294	7	7	4	3	5	True	132358	backbone	False	ISR0371_000000002559	0.7836623962120042	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	3318.0	99.789	94.0	0.6307282753375166	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0138_000000015983	1675	0.6873272082874722	2	2	2	1	1	False	32445	fragment	False	ISR0388_000000020088	0.9793261285731578		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	99.344	100.0	0.03381379198966408	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0822_000000006161	1398	0.6873260579276316	3	2	2	2	2	True	21185	maximal	True	ISR0822_000000006161	1.0		19	7	False	False	0.9992846846580505	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	4.0	0.0003485175097778524	NZ_NXFP01000013.1	firmicutes	Paenibacillus lautus strain BHU3 Scaffold_13, whole genome shotgun sequence	True	True
SPA0019_000000006656	4123	0.6873255783957769	7	6	3	6	5	True	124292	maximal	True	SPA0019_000000006656	1.0		64	9	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3136.0	87.117	89.0	0.0008675319770509467	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
USA0020_01_000000008313	4195	0.6873221444302642	6	6	5	5	5	False	125476	fragment	False	USA0020_01_000000008313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	84.822	77.0	0.0004158148334881104	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0124_000000003227	7525	0.6873197335062929	11	5	1	3	3	False	41268	maximal	True	FIJ0124_000000003227	1.0		1	1	False	False	0.9978737831115723	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.230874940428741e-06	NZ_CP042436.1	CFB group bacteria	Mucilaginibacter ginsenosidivorans strain Gsoil 3017 chromosome, complete genome	True	False
ISR0300_000000006310	1636	0.6873190841796144	4	3	1	2	0	True	31170	fragment	False	ISR0300_000000006310	1.0		0	0	False	False	0.9993887543678284	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000018514	1794	0.6873150762533512	3	2	2	2	2	False	80903	maximal	False	ISR0031_000000010743	0.4221229143343114		0	0	False	False	0.9983277320861816	0					non-mobilizable	no_good_hit	1076.0	70.26	58.0	0.00033714496234193915	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0037_000000017705	1400	0.6873143865142721	3	3	3	2	2	False	7063	fragment	False	SPA0037_000000017705	1.0		0	0	False	False	0.9835714101791382	0					non-mobilizable	other	1400.0	100.0	100.0	0.0044825089233647974	NZ_CABKUF010000004.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
CHI0113_000000002935	2558	0.6873128432426392	4	4	4	4	3	False	98942	fragment	False	CHI0113_000000002935	0.9967500612797616		0	0	False	False	1.0	0					non-mobilizable	chromosome	2524.0	100.0	100.0	0.00038818764833984006	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
AUS0024_000000013218	2475	0.6873128432426392	4	4	4	4	3	False	98942	fragment	False	CHI0113_000000002935	0.991916647639863		0	0	False	False	0.9995959401130676	0					non-mobilizable	chromosome	1531.0	99.869	100.0	0.00023540511373759622	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CAN0001_000000005742	7978	0.6873124632077651	12	9	4	7	8	True	97458	fragment	False	CAN0001_000000005742	1.0		0	0	False	False	1.0	0		MOBC			mobilizable	other	7878.0	99.92399999999999	99.0	0.12395341517154548	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
CAN0007_000000010902	3886	0.6873089792530243	7	3	3	2	2	True	95404	fragment	False	CAN0007_000000010902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2092.0	99.85700000000001	61.0	0.0005651063332737583	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0305_000000003018	4779	0.6873019579127687	3	3	2	3	1	False	40511	maximal	True	ISR0305_000000003018	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	77.734	21.0	0.07299374955097349	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0085_000000007980	4245	0.6872996403570228	6	4	3	2	3	False	124214	maximal	True	DEN0085_000000007980	1.0		32	5	False	False	0.9997644424438477	0					non-mobilizable	no_good_hit	2105.0	80.238	51.0	0.0005877697634762576	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0025_000000000985	25381	0.6872967588673502	32	9	3	6	5	False	37395	maximal	True	ISR0025_000000000985	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5247.0	85.134	38.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0019_000000007796	6994	0.6872901556514732	5	3	3	3	3	False	20438	fragment	False	MON0019_000000007796	1.0		0	0	False	False	0.9984272122383118	0					non-mobilizable	no_good_hit	5435.0	86.80799999999999	82.0	0.0024422542010787787	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	False
SPA0136_000000010312	3760	0.6872831632879204	5	5	3	3	3	False	3629	maximal	True	SPA0136_000000010312	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	75.0	5.0	0.002109679914675168	NZ_JPEN01000062.1	firmicutes	Streptococcus sinensis strain HKU4 scaffold39, whole genome shotgun sequence	True	False
SPA0056_000000004103	7259	0.6872803956710366	9	8	4	5	6	False	22596	maximal	True	SPA0056_000000004103	1.0		3	1	False	False	0.9980713725090027	0					non-mobilizable	no_good_hit	1111.0	89.109	24.0	0.0003098337831236223	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0183_000000023388	1314	0.6872793316945727	3	3	3	2	2	False	108264	fragment	False	ISR0819_000000009159	0.06166786659850836		0	0	False	False	0.9710806608200073	0					non-mobilizable	other	1320.0	81.742	100.0	0.01175512104283054	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0168_000000014586	2081	0.6872720169577836	2	2	2	2	2	False	72453	fragment	False	USA0053_01_000000008750	0.9680014728130073		0	0	False	False	0.994714081287384	0					non-mobilizable	chromosome	2086.0	81.304	99.0	0.0005802392599111157	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0069_000000038198	1379	0.687268887156105	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.4543339359802631		0	0	False	False	0.9804205894470215	0					non-mobilizable	chromosome	1259.0	98.809	97.0	0.0004435603819065474	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0064_000000021657	1347	0.687268887156105	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.31575676048268064		0	0	False	False	0.9962880611419678	0					non-mobilizable	chromosome	1205.0	98.42299999999999	97.0	0.0004245052819678413	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0096_000000033078	1165	0.687268887156105	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.19950989324658486		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	98.541	100.0	0.00041039039312435534	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0183_000000021333	1432	0.6872687421070638	1	1	1	1	1	False	73418	fragment	False	DEN0035_000000021129	0.7249469067919236		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	78.878	90.0	0.030684399969366654	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0005_000000040305	1356	0.6872687421070638	1	1	1	1	1	False	14104	maximal	True	MON0005_000000040305	1.0		36	4	False	False	0.9933628439903259	0					non-mobilizable	no_good_hit	450.0	72.444	33.0	0.0001191406917098787	NZ_CP044065.1	b-proteobacteria	Cupriavidus pauculus strain FDAARGOS_664 chromosome 1, complete sequence	True	False
MON0060_000000036367	1186	0.6872684681539452	2	2	2	2	2	False	10858	maximal	True	MON0060_000000036367	1.0		41	6	False	False	1.0	0					non-mobilizable	chromosome	1179.0	81.086	99.0	0.00032717105257638814	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0833_000000004107	1744	0.6872622830757246	3	3	3	2	2	False	28081	maximal	True	ISR0833_000000004107	1.0		135	11	False	False	1.0	0					non-mobilizable	other	1744.0	98.624	100.0	0.0067554473788244045	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
FIJ0010_000000007563	2460	0.6872541736772748	2	2	2	2	2	False	109988	fragment	False	FIJ0010_000000007563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	92.975	72.0	0.00017343770205626807	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
SPA0047_000000029148	1329	0.68725356949913	1	1	1	1	1	False	96066	fragment	False	CHI0141_000000019848	0.9507151852377922		0	0	False	False	0.9939804077148438	0					non-mobilizable	other	1288.0	99.76700000000001	97.0	0.0003875966657651857	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MAD0106_000000012673	1732	0.6872535337330666	4	4	4	3	2	False	14735	fragment	False	MAD0106_000000012673	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1732.0	99.654	100.0	0.0004878921845647373	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
FIJ0068_000000006763	4500	0.6872525569848827	4	4	1	1	4	False	45109	fragment	False	FIJ0068_000000006763	1.0		0	0	False	False	0.9995555281639099	0					non-mobilizable	no_good_hit	2015.0	97.469	88.0	0.0003575175430343547	CP017994.1	enterobacteria	Klebsiella pneumoniae strain P1428, complete genome	True	False
MAD0001_000000019406	1329	0.6872520693000569	2	2	1	2	2	False	90142	fragment	False	CHI0011_000000004067	0.31788003663003667		0	0	False	False	1.0	0					non-mobilizable	chromosome	1329.0	99.699	100.0	0.0002964974673802551	CP053597.1	enterobacteria	Escherichia coli strain T7Express_LysY chromosome, complete genome	False	False
CHI0062_000000001057	13397	0.6872507518094517	14	7	5	7	4	False	85606	maximal	True	CHI0062_000000001057	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	714.0	83.89399999999999	5.0	0.0002019529705575324	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CHI0142_000000005894	3075	0.687241952898532	5	2	2	2	2	False	128242	maximal	True	CHI0142_000000005894	1.0		1	1	False	False	0.9882926940917969	0					non-mobilizable	no_good_hit	1888.0	96.133	61.0	0.007392831383862774	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0328_000000012757	2232	0.687241952898532	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.33449359566378345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1824.0	98.84899999999999	82.0	0.0005185355849667346	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0048_000000007082	2223	0.687241952898532	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.33437821235023557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1824.0	98.84899999999999	82.0	0.0005185355849667346	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0075_000000012101	2112	0.687241952898532	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.30794474707566927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1704.0	94.71799999999999	81.0	0.00048298048451646486	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0022_01_000000003653	2006	0.687241952898532	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2666194609080949		0	0	False	False	1.0	0					non-mobilizable	chromosome	1818.0	94.884	91.0	0.0005154067361271109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0001_000000013125	2003	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.31504064686505506		0	0	False	False	0.9995007514953613	0					non-mobilizable	chromosome	1804.0	98.836	90.0	0.0005128467688946915	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0182_000000014698	1948	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.29679439379573985		0	0	False	False	1.0	0					non-mobilizable	chromosome	1754.0	98.803	90.0	0.0004986247287145836	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0056_000000001341	1948	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.27155553524809445		0	0	False	False	0.9989733099937439	0					non-mobilizable	chromosome	1866.0	95.23	96.0	0.0005290598947000145	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0024_000000013157	1879	0.687241952898532	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.29520186749963245		0	0	False	False	1.0	0					non-mobilizable	chromosome	1761.0	98.807	94.0	0.0005006158143397987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0130_000000015789	1866	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.29317592292051114		0	0	False	False	0.9994640946388245	0					non-mobilizable	chromosome	1824.0	98.84899999999999	98.0	0.0005185355849667346	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0065_000000014790	1849	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.27026815296469037		0	0	False	False	0.998918354511261	0					non-mobilizable	chromosome	1850.0	95.081	100.0	0.00052450884184238	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0189_000000008597	1800	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.26889041408543296		0	0	False	False	0.9905555844306946	0					non-mobilizable	chromosome	1800.0	98.389	100.0	0.0005117090056802828	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ITA0008_000000000994	1765	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.26024086645833133		0	0	False	False	1.0	0					non-mobilizable	chromosome	1765.0	95.12700000000001	100.0	0.0005003313735361966	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0032_000000019035	1759	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2584622101788371		0	0	False	False	1.0	0					non-mobilizable	chromosome	1759.0	95.16799999999999	100.0	0.0005000469327325944	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0116_000000013751	1740	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.24948736390222379		0	0	False	False	0.9954022765159607	0					non-mobilizable	chromosome	1740.0	94.943	100.0	0.0004932203534461425	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0056_000000011739	1723	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.24973103956302514		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	85.84700000000001	100.0	0.0009899017317504916	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
USA0078_01_000000009877	1712	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.24895026025103786		0	0	False	False	1.0	0					non-mobilizable	chromosome	1712.0	94.86	100.0	0.0004852560109452821	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0063_000000029171	1705	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2482339516974852		0	0	False	False	1.0	0					non-mobilizable	chromosome	1705.0	95.015	100.0	0.000483264925320067	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0061_01_000000006552	1656	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.1967117825570733		0	0	False	False	1.0	0					non-mobilizable	chromosome	1656.0	94.807	100.0	0.00046932732594356127	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0180_000000007931	1653	0.687241952898532	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.19588716390859354		0	0	False	False	0.9945553541183472	0					non-mobilizable	chromosome	1653.0	95.1	100.0	0.00046989620755076556	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0099_000000004097	1171	0.6872240787173823	1	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.7733656776883141		0	0	False	False	1.0	0					non-mobilizable	chromosome	1171.0	99.744	100.0	0.00024248594099674571	CP025739.1	enterobacteria	Escherichia coli strain Ec40 chromosome	False	False
ISR0326_000000006336	2856	0.6872235750403065	2	2	1	2	1	False	100299	maximal	True	ISR0326_000000006336	1.0		0	0	False	False	0.9751400351524353	0					non-mobilizable	no_good_hit	1146.0	72.688	39.0	0.026470726767462673	NZ_AUDW01000026.1	firmicutes	Gemella cuniculi DSM 15828 H612DRAFT_scaffold00018.18_C, whole genome shotgun sequence	True	False
FIJ0115_000000011747	2040	0.6872137985410595	4	3	2	3	3	False	88594	fragment	False	ISR0388_000000016375	0.6085478387566781		0	0	False	False	0.9990196228027344	0					non-mobilizable	plasmid	1916.0	100.0	100.0	0.006144891076591334	CP023417.1	enterobacteria	Klebsiella pneumoniae strain 1050 plasmid pKp1050-1, complete sequence	False	True
SPA0081_000000007075	1797	0.6872130612811275	2	2	2	2	1	False	5611	maximal	True	SPA0081_000000007075	1.0		53	9	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	6.0	2.168381202241404e-05	CP011479.1	a-proteobacteria	Hoeflea sp. IMCC20628, complete genome	True	False
FIJ0121_000000008766	2979	0.6872081628628094	5	5	3	3	4	False	122184	maximal	True	FIJ0121_000000008766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2622.0	97.521	88.0	0.04541827139932688	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	True	False
ISR0134_000000010678	3067	0.6872078044245938	3	3	2	3	3	False	121343	maximal	True	ISR0134_000000010678	1.0		0	0	False	False	0.9856537580490112	0					non-mobilizable	chromosome	2211.0	89.959	97.0	0.0006924891248948422	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0052_000000004402	7197	0.6872068559584908	6	4	3	4	2	False	72360	maximal	True	DEN0052_000000004402	1.0		1	1	False	False	0.9997221231460571	0					non-mobilizable	no_good_hit	608.0	78.454	8.0	0.00429421860301457	NZ_QEKH01000012.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_112, whole genome shotgun sequence	True	False
ISR0821_000000017864	1752	0.6872044402141833	3	3	3	3	2	False	24392	fragment	False	ISR0339_000000008107	0.9773595199127114		0	0	False	False	0.996004581451416	0					non-mobilizable	no_good_hit	254.0	72.047	14.0	6.906694731612248e-05	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	True	False
DEN0011_000000009318	4298	0.6872024789212834	6	5	5	3	2	False	75771	maximal	True	DEN0011_000000009318	1.0		15	5	False	False	0.999069333076477	0					non-mobilizable	no_good_hit	2528.0	99.169	59.0	0.0007032049274454536	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0078_000000011674	2129	0.687195953591256	3	1	1	1	1	False	113555	fragment	False	FIJ0078_000000011674	0.9734402807285415		0	0	False	False	1.0	0					non-mobilizable	chromosome	2129.0	96.477	100.0	0.0005883092155475963	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0075_000000014327	1369	0.6871928770294298	2	2	2	1	1	False	46514	fragment	False	FIJ0075_000000014327	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	96.348	100.0	0.00982419855222337	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0032_01_000000013244	1658	0.6871905028182131	3	3	3	3	2	False	65157	fragment	False	ISR0815_000000016938	0.6890933993850672		0	0	False	False	1.0	0					non-mobilizable	chromosome	1659.0	92.345	100.0	0.0005843563981203202	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0087_000000015968	2021	0.6871791501736121	3	3	3	2	1	True	131026	fragment	False	CHI0117_000000007167	0.12197327942834384		0	0	False	False	0.9940623641014099	0					non-mobilizable	other	2014.0	90.21799999999999	99.0	0.0010224990466505656	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	True
AST0092_000000005827	2724	0.6871729558638756	3	3	3	3	3	False	109680	maximal	True	AST0092_000000005827	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	98.67200000000001	64.0	0.05681071850781558	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	False
ISR0050_000000018526	1540	0.6871702421327938	2	1	1	1	1	False	35905	fragment	False	ISR0050_000000018526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	79.873	30.0	7.12118421285867e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0375_000000002499	6347	0.6871679662693911	10	9	5	6	7	True	116364	fragment	False	ISR0375_000000002499	0.9812644688372417		0	0	False	False	0.9965338110923767	0					non-mobilizable	plasmid	5766.0	99.896	91.0	0.1745065988618477	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0050_000000012727	1891	0.6871676750359021	2	2	1	2	2	False	35634	maximal	True	MAD0050_000000012727	0.9979520187244002		2	1	False	False	0.9968270659446716	0					non-mobilizable	no_good_hit								True	False
ISR0147_000000005678	4212	0.6871657791603432	6	3	3	2	1	True	83821	fragment	False	ISR0147_000000005678	1.0		0	0	False	False	0.9940645694732666	0					non-mobilizable	no_good_hit	1374.0	97.38	84.0	0.1696350728608793	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0023_000000012461	2170	0.6871613959555766	2	2	2	2	1	False	28765	fragment	False	SPA0023_000000012461	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2170.0	100.0	100.0	0.0009480491779202887	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0222_000000008002	7849	0.6871469577027712	13	7	5	5	4	False	27907	maximal	True	ISR0222_000000008002	1.0		8	5	False	False	0.999872624874115	0					non-mobilizable	no_good_hit	553.0	87.523	15.0	0.00018380023462558602	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0779_000000015583	2181	0.6871422736769291	3	3	2	3	1	False	70162	fragment	False	DEN0073_000000023084	0.9523281596452329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0034_000000009786	1702	0.6871347411446862	2	1	1	1	1	False	115974	fragment	False	ISR0009_000000017629	0.7226038654600484		0	0	False	False	0.999412477016449	0					non-mobilizable	chromosome	1700.0	98.529	99.0	0.0005355207206173586	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0025_000000012967	1637	0.6871347411446862	2	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.8774151782580351		0	0	False	False	0.9920586347579956	0					non-mobilizable	other	1637.0	98.71700000000001	100.0	0.13674356402540958	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
ISR0258_000000017551	1578	0.6871347411446862	2	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.964074746675394		0	0	False	False	0.9980988502502441	0					non-mobilizable	other	1578.0	98.796	100.0	0.13181210297559345	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
ISR0286_000000014487	1419	0.6871347411446862	3	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.43142253665082547		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	98.59100000000001	100.0	0.11852223336676697	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
SPA0024_000000011581	1235	0.6871347411446862	2	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.3466943312414259		0	0	False	False	0.9975708723068237	0					non-mobilizable	other	1235.0	98.866	100.0	0.1031427616181879	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
SPA0010_000000021531	1233	0.6871347411446862	2	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.3458142406185076		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	98.865	100.0	0.00039489043877143483	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0034_000000005196	2970	0.6871320718110147	5	5	5	4	4	False	88260	maximal	True	CHI0034_000000005196	1.0		30	10	False	False	1.0	0					non-mobilizable	chromosome	2965.0	95.245	99.0	0.0013792718338172883	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
ENG0123_000000007710	1456	0.6871183045426885	1	1	1	1	1	False	84359	fragment	False	CHI0080_000000002680	0.4799363057324841		0	0	False	False	0.9903846383094788	0					non-mobilizable	other	1455.0	99.10700000000001	99.0	0.015557124820782779	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CAN0007_000000027877	1440	0.6871183045426885	1	1	1	1	1	False	95198	maximal	True	CAN0007_000000027877	0.9989169675090253		73	9	False	False	0.9993055462837219	0					non-mobilizable	no_good_hit	1051.0	73.54899999999999	82.0	0.0031383823863206477	NZ_JHWJ01000004.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ENG0036_000000018303	1385	0.6871183045426885	2	1	1	1	1	False	95198	maximal	False	CAN0007_000000027877	0.9798611111111111		0	0	False	False	0.9942238330841064	0					non-mobilizable	no_good_hit	1051.0	73.73899999999999	75.0	0.0031383823863206477	NZ_JHWJ01000004.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
MON0099_000000026307	1376	0.6871183045426885	1	1	1	1	1	False	9149	maximal	True	MON0099_000000026307	1.0		2	1	False	False	0.9992732405662537	0					non-mobilizable	other	1376.0	100.0	100.0	0.02414949856859336	NZ_LMBX01000029.1	firmicutes	Cytobacillus praedii strain FJAT-25547 Scaffold19, whole genome shotgun sequence	False	False
AST0100_000000009560	1373	0.6871183045426885	1	1	1	1	1	False	110103	fragment	False	ISR0351_000000008711	0.28607388928486577		0	0	False	False	0.9912599921226501	0					non-mobilizable	chromosome	1376.0	88.227	100.0	0.0003899683417385591	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0066_000000024921	1344	0.6871183045426885	1	1	1	1	1	False	70887	fragment	False	MAD0066_000000024921	1.0		0	0	False	False	0.992559552192688	0					non-mobilizable	no_good_hit	1060.0	73.208	78.0	0.00030813759637385557	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
ISR0300_000000008296	1336	0.6871183045426885	1	1	1	1	1	False	25583	maximal	True	ISR0300_000000008296	1.0		40	7	False	False	0.9827844500541687	0					non-mobilizable	other	1351.0	82.383	100.0	0.014283880079604546	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0033_000000024133	1314	0.6871183045426885	1	1	1	1	1	False	36858	fragment	False	ISR0033_000000024133	1.0		0	0	False	False	0.9992389678955078	0					non-mobilizable	other	1227.0	99.756	93.0	0.0003925703656764138	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MAD0078_000000008246	1292	0.6871183045426885	1	1	1	1	1	False	16191	fragment	False	MAD0078_000000008246	0.9727201870615745		0	0	False	False	0.9992260336875916	0					non-mobilizable	other	1219.0	71.288	92.0	0.0024052771781288146	NZ_DS562854.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_11, whole genome shotgun sequence	False	False
MAD0108_000000014129	1283	0.6871183045426885	1	1	1	1	1	False	16191	fragment	False	MAD0078_000000008246	0.9694272445820433		0	0	False	False	0.9992205500602722	0					non-mobilizable	other	1206.0	71.31	92.0	0.002371202418105323	NZ_DS562854.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_11, whole genome shotgun sequence	False	False
MON0025_000000033570	1280	0.6871183045426885	1	1	1	1	1	False	41564	fragment	False	MON0078_000000035801	0.9774333992566439		0	0	False	False	0.999218761920929	0					non-mobilizable	no_good_hit	744.0	77.285	58.0	0.004550094076269415	NZ_QEKH01000009.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_109, whole genome shotgun sequence	True	False
FIJ0119_000000014240	1245	0.6871183045426885	1	1	1	1	1	False	41564	fragment	False	MON0078_000000035801	0.9595803436555892		0	0	False	False	0.9991967678070068	0					non-mobilizable	no_good_hit	744.0	77.688	60.0	0.004550094076269415	NZ_QEKH01000009.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_109, whole genome shotgun sequence	True	False
MON0052_000000024134	1242	0.6871183045426885	1	1	1	1	1	False	13639	fragment	False	MON0011_000000036703	0.9630503144654088		0	0	False	False	0.999194860458374	0					non-mobilizable	other	1242.0	98.87299999999999	100.0	0.010171881019319196	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	False	False
MAD0045_000000035060	1227	0.6871183045426885	1	1	1	1	1	False	17798	fragment	False	MAD0045_000000035060	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	77.579	99.0	0.005104485697022731	NZ_OFSM01000006.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	False
CHI0021_000000007562	1214	0.6871183045426885	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.40314515697372616		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	92.675	100.0	0.0003271668245269127	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0041_000000031609	1206	0.6871183045426885	1	1	1	1	1	False	18197	fragment	False	MAD0041_000000031609	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	93.86399999999999	100.0	0.00041986326046644195	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
TAN0021_000000019437	1194	0.6871183045426885	1	1	1	1	1	False	2360	fragment	False	TAN0021_000000019437	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	82.10700000000001	100.0	0.009778448070949075	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	False	False
ISR0017_000000027427	1187	0.6871183045426885	1	1	1	1	1	False	37831	fragment	False	ISR0380_000000010437	0.971122112211221		0	0	False	False	0.9991575479507446	0					non-mobilizable	chromosome	1197.0	76.525	100.0	0.0005709437415299555	CP030094.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 1, complete sequence	False	False
ISR0131_000000029065	1278	0.6871156804226869	3	2	2	2	2	False	31630	maximal	True	ISR0131_000000029065	1.0		1	1	False	False	0.9937402009963989	0					non-mobilizable	no_good_hit	950.0	96.84200000000001	74.0	0.0002693953281342968	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0079_000000011922	1914	0.6871115949888936	3	3	3	3	1	False	75566	fragment	False	MON0079_000000011922	0.9658897100625355		0	0	False	False	0.977011501789093	0					non-mobilizable	no_good_hit	173.0	77.457	9.0	5.8394279533416126e-05	CP017039.1	GNS bacteria	Anaerolineaceae bacterium oral taxon 439 strain W11661, complete genome	True	False
CHI0026_000000002316	4130	0.6871098917825778	9	4	4	3	3	False	88919	fragment	False	CHI0026_000000002316	1.0		0	0	False	False	0.992009699344635	0					non-mobilizable	no_good_hit	1641.0	72.15100000000001	63.0	0.0004575919203807165	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
MAD0040_000000001124	12712	0.6871075085506287	8	3	1	3	2	False	95559	fragment	False	CHI0125_000000001046	0.9425406443837604		0	0	False	False	0.9977973699569702	0					non-mobilizable	no_good_hit	721.0	84.743	6.0	0.025123342314286715	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0138_000000017070	1121	0.6871015703318298	3	3	3	3	2	False	40452	maximal	True	FIJ0138_000000017070	1.0		1	1	False	False	0.9884032011032104	0					non-mobilizable	other	903.0	98.89299999999999	100.0	0.00025048458492316067	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0017_01_000000006881	3948	0.6871014945534383	4	4	4	3	1	False	1909	maximal	True	USA0017_01_000000006881	1.0		1	1	False	False	0.9898682832717896	0					non-mobilizable	no_good_hit	248.0	94.355	6.0	0.010830483206173814	NZ_SPFY01000030.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_30_length_22806_cov_22.6189, whole genome shotgun sequence	True	False
MAD0103_000000006858	2948	0.6870953771217835	3	2	2	2	1	False	14929	fragment	False	MAD0103_000000006858	1.0		0	0	False	False	0.990841269493103	0					non-mobilizable	other	1706.0	83.529	98.0	0.15786542923433874	NZ_OFSM01000065.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	False
FIJ0091_000000018866	1110	0.6870936534019146	2	2	1	1	2	False	43358	fragment	False	ISR0184_000000008983	0.6476608187134504		0	0	False	False	0.9891892075538635	0	IncFIB				non-mobilizable	plasmid	1110.0	99.91	100.0	0.01100438587787017	CP045828.1	enterobacteria	Escherichia coli strain AUSMDU00014361 plasmid pAUSMDU00014361_01, complete sequence	False	True
DEN0064_000000014948	2617	0.6870895852005546	5	3	2	2	3	False	94728	fragment	False	DEN0064_000000014948	0.9749011867622304		0	0	False	False	0.9992357492446899	0					non-mobilizable	no_good_hit								True	False
ISR0115_000000013916	2407	0.6870860071326241	3	3	3	2	2	False	32480	maximal	True	ISR0115_000000013916	1.0		0	0	False	False	0.9995845556259155	0					non-mobilizable	no_good_hit	138.0	81.15899999999999	6.0	0.001107906870651873	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	False
MON0080_000000021605	2384	0.6870846862059603	1	1	1	1	0	True	10053	maximal	True	MON0080_000000021605	1.0		5	2	False	False	0.9844798445701599	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	1.2790577518136533e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0001_000000003242	9792	0.6870610200231616	8	6	5	3	4	False	104837	fragment	False	ISR0029_000000003091	0.681189553062914		0	0	False	False	1.0	0					non-mobilizable	chromosome	9602.0	99.906	100.0	0.001867442144985166	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
FIJ0071_000000014892	2396	0.6870580847914296	3	2	2	2	1	False	60628	fragment	False	SPA0131_000000008852	0.6464168310322157		0	0	False	False	0.9995826482772827	0					non-mobilizable	no_good_hit	509.0	72.888	21.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
ENG0163_000000008765	2731	0.6870567658927291	4	4	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.6409896202230093		0	0	False	False	1.0	0					non-mobilizable	other	2731.0	97.181	100.0	0.0007581185330822934	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CAN0016_000000020051	2413	0.6870567658927291	4	4	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.5497685981428866		0	0	False	False	1.0	0					non-mobilizable	other	2416.0	97.26799999999999	100.0	0.0006421838402274284	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
DEN0011_000000018172	2410	0.6870567658927291	4	4	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.5562752152135783		0	0	False	False	1.0	0					non-mobilizable	other	2416.0	93.584	100.0	0.0020704786823102835	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0091_000000012827	2384	0.6870567658927291	4	4	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.5500596712481549		0	0	False	False	1.0	0					non-mobilizable	other	2386.0	97.10799999999999	100.0	0.0006341997891678251	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
AST0040_000000008435	2365	0.6870567658927291	4	4	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.5493479275283051		0	0	False	False	1.0	0					non-mobilizable	other	2367.0	97.25399999999999	100.0	0.0006291432234967429	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0113_000000011926	2360	0.6870567658927291	4	4	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.5488989048532913		0	0	False	False	1.0	0					non-mobilizable	other	2360.0	97.79700000000001	100.0	0.0008317692850415867	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
AST0108_000000011669	2358	0.6870567658927291	4	4	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.5493428522535494		0	0	False	False	1.0	0					non-mobilizable	other	2358.0	97.964	100.0	0.0008310640970084866	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0019_000000008775	2210	0.6870567658927291	4	4	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.4999722098363073		0	0	False	False	1.0	0					non-mobilizable	other	2210.0	98.009	100.0	0.000778880182559078	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0778_000000006071	2194	0.6870567658927291	4	4	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.5203085586346817		0	0	False	False	1.0	0					non-mobilizable	other	2194.0	98.72399999999999	100.0	0.061514726507713884	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
SPA0131_000000012033	2165	0.6870567658927291	4	4	3	2	2	True	118240	fragment	False	MAD0072_000000001538	0.5041561404281123		0	0	False	False	1.0	0					non-mobilizable	other	2165.0	98.014	100.0	0.0007630134518143254	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0106_000000007948	4867	0.6870566627313089	4	4	4	3	4	False	54777	fragment	False	SPA0106_000000007948	1.0		0	0	False	False	0.9963016510009766	0					non-mobilizable	no_good_hit	1498.0	71.028	30.0	0.0005208393983246333	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
TAN0003_000000004561	1976	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.9884938395644887		0	0	False	False	1.0	0					non-mobilizable	other	1842.0	80.565	92.0	0.073522905522262	NZ_CACWHD010000054.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	False	False
MAD0015_000000010335	1957	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.988537334405254		0	0	False	False	0.9974450469017029	0					non-mobilizable	chromosome	1833.0	80.087	92.0	0.000517397821752326	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0017_000000001931	1941	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.9865198876621118		0	0	False	False	0.9866048693656921	0					non-mobilizable	chromosome	1834.0	80.044	93.0	0.0005176822625559282	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
TAN0004_000000002880	1852	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.9825038833451226		0	0	False	False	0.9735420942306519	0					non-mobilizable	chromosome	1825.0	80.0	97.0	0.0005151222953235087	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0096_000000019852	1847	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.9291370457919563		0	0	False	False	0.968056321144104	0					non-mobilizable	other	1775.0	81.521	95.0	0.009371037686594995	NZ_FMXR01000008.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
FIJ0095_000000015097	1807	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.9826131735875903		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	81.521	97.0	0.009371037686594995	NZ_FMXR01000008.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
FIJ0166_000000013346	1805	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.9825734810992028		0	0	False	False	1.0	0					non-mobilizable	chromosome	1835.0	80.054	100.0	0.0005179667033595304	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0068_000000017677	1803	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.98240628131721		0	0	False	False	1.0	0					non-mobilizable	chromosome	1833.0	80.033	100.0	0.000517397821752326	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0058_000000008661	1780	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.9286100084407288		0	0	False	False	1.0	0					non-mobilizable	chromosome	1807.0	79.911	99.0	0.0005100023608586699	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0017_000000016340	1778	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.9284820216800417		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	81.577	99.0	0.009371037686594995	NZ_FMXR01000008.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
MAD0008_000000007602	1777	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.9286559011137377		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	81.521	99.0	0.009371037686594995	NZ_FMXR01000008.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
TAN0017_000000021288	1761	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.8772107073519048		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	81.456	99.0	0.009280470523052007	NZ_FMXR01000008.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
MAD0045_000000023916	1743	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.8220532837921163		0	0	False	False	1.0	0					non-mobilizable	other	1774.0	79.98899999999999	100.0	0.0010135808280175688	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
FIJ0074_000000017713	1714	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.8051488612001205		0	0	False	False	1.0	0					non-mobilizable	chromosome	1650.0	78.90899999999999	100.0	0.0004644918322823246	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0081_000000004527	1711	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.8152093232843057		0	0	False	False	0.9994155168533325	0					non-mobilizable	other	1713.0	81.203	99.0	0.00904073391367351	NZ_FMXR01000008.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
FIJ0057_000000020258	1694	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.8069252894395601		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	81.084	99.0	0.008955494230338935	NZ_FMXR01000008.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
TAN0001_000000008264	1693	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.8072581357046396		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	81.084	99.0	0.008955494230338935	NZ_FMXR01000008.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
TAN0013_000000006417	1693	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.8072581357046396		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	81.084	99.0	0.008955494230338935	NZ_FMXR01000008.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
FIJ0126_000000023228	1689	0.6870556096405913	2	2	2	2	2	False	50128	fragment	False	MAD0015_000000010335	0.8053495148162675		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	81.04	99.0	0.00893418430950529	NZ_FMXR01000008.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
ISR0315_000000003142	2913	0.6870281705395638	8	1	1	1	1	False	55461	maximal	True	ISR0315_000000003142	1.0		0	0	False	False	0.9824922680854797	0					non-mobilizable	no_good_hit								True	False
SPA0024_000000010870	1333	0.6870281705395638	2	1	1	1	1	False	30649	fragment	False	SPA0024_000000010870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000003345	7450	0.6870253246719942	7	6	2	5	6	False	83105	maximal	True	ENG0095_000000003345	1.0	PS412	1	1	False	True	0.9998657703399658	0					non-mobilizable	no_good_hit	5780.0	98.616	79.0	0.0011669271168298192	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	True
ISR0162_000000020444	1938	0.6870232470695865	3	3	2	2	1	False	84383	maximal	True	ISR0162_000000020444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	96.071	64.0	0.19284940411700974	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	False
FIJ0087_000000014499	2224	0.6870227834360253	4	3	3	1	2	False	97643	maximal	True	FIJ0087_000000014499	1.0		130	11	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	94.11200000000001	57.0	0.0248	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ENG0016_000000001718	12492	0.6870219809640022	14	3	3	3	2	True	111597	fragment	False	ENG0016_000000001718	1.0		0	0	False	False	0.9999199509620667	0					non-mobilizable	other	9710.0	96.169	92.0	0.21013206321714656	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MON0081_000000015150	3731	0.6870104234647019	4	2	2	2	1	True	122729	maximal	True	MON0081_000000015150	1.0		2	2	False	False	0.991959273815155	0					non-mobilizable	no_good_hit	1421.0	99.719	49.0	0.014217202815406641	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0032_000000007174	4407	0.6870070323360057	4	3	1	3	1	True	57274	fragment	False	ISR0032_000000007174	1.0		0	0	False	False	0.9979577660560608	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000018179	1805	0.6870061699731611	2	2	2	2	1	False	45314	fragment	False	FIJ0066_000000018179	0.9913456169737577		0	0	False	False	0.996121883392334	0					non-mobilizable	chromosome	1768.0	92.025	98.0	0.0007457951812707245	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	False	False
DEN0094_000000003259	7889	0.6870049137480913	11	10	5	8	7	False	119723	fragment	False	DEN0094_000000003259	0.9543892240047435		0	0	False	False	1.0	0					non-mobilizable	chromosome	7889.0	100.0	100.0	0.0012136441419360517	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0070_000000018311	1852	0.6869976922582389	2	2	2	2	2	False	33245	fragment	False	MON0070_000000018311	0.9988419224088014		0	0	False	False	0.9989200830459595	0					non-mobilizable	other	1852.0	98.758	100.0	0.0029536040032424223	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
TAN0008_000000013757	1557	0.6869935000528337	3	3	3	3	1	True	49026	fragment	False	TAN0008_000000013757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	3.0	0.00035229626706875415	NZ_KE384014.1	CFB group bacteria	Mesonia mobilis DSM 19841 G551DRAFT_scaffold00008.8, whole genome shotgun sequence	True	True
USA0082_01_000000014864	2011	0.6869842195827504	4	2	1	1	2	False	91477	fragment	False	ENG0100_000000012743	0.8662258196877864		0	0	False	False	1.0	0					non-mobilizable	other	2011.0	99.304	100.0	0.006114273025105022	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0105_000000024371	1383	0.6869842195827504	3	2	1	1	2	False	91476	fragment	False	CAN0021_000000028862	0.9439313984168866		0	0	False	False	1.0	0					non-mobilizable	other	1383.0	99.06	100.0	0.00044368990762774226	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0019_01_000000008605	3421	0.6869765321104103	5	4	3	4	3	False	55723	fragment	False	USA0019_01_000000008605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	85.075	2.0	0.019400352733686066	NZ_FOYM01000063.1	firmicutes	Desulfallas geothermicus DSM 3669, whole genome shotgun sequence	True	False
MON0069_000000006651	6026	0.6869723563934081	8	7	7	6	5	False	96202	fragment	False	MON0069_000000006651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	5.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0015_000000017088	1442	0.6869621419177404	2	2	2	2	2	False	7904	maximal	True	SPA0015_000000017088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	83.861	68.0	0.0013021567474540822	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ENG0011_000000005922	4275	0.6869613805229451	5	4	4	3	3	False	67223	maximal	True	ENG0011_000000005922	1.0		8	4	False	False	0.9988304376602173	0					non-mobilizable	other	4048.0	98.79	98.0	0.004172805925858714	NZ_FNVV01000012.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
FIJ0009_000000000386	44755	0.6869609848414874	64	26	12	16	13	True	82658	maximal	True	FIJ0009_000000000386	1.0		22	1	True	True	1.0	2					non-mobilizable	no_good_hit	2156.0	75.557	13.0	0.003511451649054066	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0030_000000015964	1904	0.6869551193843649	2	2	2	2	2	False	65767	fragment	False	ISR0311_000000011311	0.9848643006263047		0	0	False	False	0.9894958138465881	0					non-mobilizable	other	1862.0	99.35600000000001	98.0	0.00045603089829996096	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0017_000000007997	2680	0.6869526599130898	3	2	0	1	2	True	113437	fragment	False	ENG0017_000000007997	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2118.0	99.339	100.0	0.21016578973493497	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
FIJ0006_000000025272	1538	0.6869467942246329	3	1	1	1	1	False	51685	maximal	True	FIJ0006_000000025272	1.0		5	4	False	False	0.9980494379997253	0					non-mobilizable	no_good_hit	206.0	98.544	13.0	6.56418637550284e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0399_000000003833	3654	0.6869425564959696	6	4	4	4	3	False	112458	maximal	True	ISR0399_000000003833	1.0		8	3	False	False	1.0	0					non-mobilizable	other	3482.0	96.26700000000001	95.0	0.011015337812143491	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0059_000000003456	4534	0.6869414221563134	6	6	1	1	5	True	91033	fragment	False	ISR0820_000000003624	0.9684467333509563		0	0	False	False	0.9975739121437073	0					non-mobilizable	other	4518.0	100.0	99.0	0.30921412924424974	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0091_000000011542	2071	0.6869400336108218	2	2	1	2	1	True	61185	fragment	False	ENG0091_000000011542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	87.324	3.0	3.2051803368405344e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
ISR0365_000000008180	1984	0.6869400336108218	3	3	1	3	1	True	39089	fragment	False	ISR0365_000000008180	1.0		0	0	False	False	0.9964717626571655	0					non-mobilizable	no_good_hit								True	True
ITA0005_000000005240	3412	0.6869241608868812	4	3	2	2	3	False	112766	maximal	True	ITA0005_000000005240	1.0	PS721	12	7	False	True	1.0	0					non-mobilizable	no_good_hit	2632.0	73.898	76.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0166_000000015490	1571	0.6869232453930553	2	2	2	2	1	False	110525	fragment	False	FIJ0166_000000015490	0.9915166816872537		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	92.15100000000001	95.0	0.005571115973741794	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0058_000000023180	2140	0.6869208782453339	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.4092360668185555		0	0	False	False	1.0	0					non-mobilizable	other	2047.0	99.316	96.0	0.000553209357836416	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0060_000000003311	7921	0.6869194001893819	10	5	3	5	2	False	53885	fragment	False	MON0060_000000003311	1.0		0	0	False	False	0.9979800581932068	0					non-mobilizable	no_good_hit	104.0	96.154	1.0	2.882771132321714e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0113_000000006334	1301	0.6869135787543555	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.11189765851535473		0	0	False	False	1.0	0					non-mobilizable	chromosome	1301.0	96.618	100.0	0.0004375723887783551	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0056_000000015085	1478	0.6869126690045694	2	2	2	2	2	False	35632	fragment	False	ISR0056_000000015085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	3.6963556344111423e-05	NZ_VCGX01000001.1	g-proteobacteria	Marinobacter piscensis strain Abdou3 NODE_1_length_1244469_cov_100.317264, whole genome shotgun sequence	True	False
AUS0002_000000017961	2034	0.6869051826746139	2	2	2	2	2	False	102929	fragment	False	USA0069_01_000000028875	0.9535596416784535		0	0	False	False	0.9995083808898926	0					non-mobilizable	other	2034.0	99.41	100.0	0.015502871043260102	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	False	False
ENG0114_000000004403	4062	0.6869030752495697	5	4	2	2	3	False	111020	fragment	False	ENG0114_000000004403	0.9187334114384255		0	0	False	False	0.9997538328170776	0					non-mobilizable	other	4067.0	92.624	100.0	0.021219077299561292	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
MAD0100_000000025262	1337	0.6869009305173389	1	1	1	1	1	False	15147	maximal	True	MAD0100_000000025262	1.0		1	1	False	False	0.998504102230072	0					non-mobilizable	no_good_hit								True	False
CAN0010_000000003106	4210	0.6868970413636662	6	5	5	5	5	False	121142	maximal	True	CAN0010_000000003106	1.0		0	0	False	False	0.9874109029769897	0					non-mobilizable	no_good_hit	2762.0	98.19	77.0	0.0008702605707030766	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0157_000000007045	2586	0.6868921082119546	3	3	3	3	2	False	39473	fragment	False	FIJ0157_000000007045	1.0		0	0	False	False	0.978731632232666	0					non-mobilizable	no_good_hit	738.0	73.71300000000001	28.0	0.0008238784019028641	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	True	False
SPA0124_000000015372	1906	0.686888906383847	3	2	2	2	2	False	23034	maximal	True	SPA0124_000000015372	1.0		90	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000003993	6322	0.6868811025465326	12	9	0	2	9	False	132315	backbone	False	ISR0300_000000001005	0.866293802705545	PS1156	0	0	True	True	1.0	71	rep_cluster_663				non-mobilizable	plasmid	5662.0	99.57600000000001	100.0	0.11094341101985612	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0228_000000025019	1100	0.6868799220579052	1	1	1	1	1	False	27585	fragment	False	ISR0228_000000025019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	77.96600000000001	69.0	0.010233701008519084	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
MAD0070_000000016283	1323	0.6868725529381593	4	2	2	2	2	True	16348	fragment	False	MAD0070_000000016283	1.0		0	0	False	False	0.9871504306793213	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.283271549053597e-06	NZ_CP029197.1	high GC Gram+	Streptomyces venezuelae ATCC 10712 chromosome, complete genome	True	True
MON0015_000000027355	1396	0.6868699928856329	2	2	2	2	2	False	13401	fragment	False	MON0015_000000027355	1.0		0	0	False	False	0.9914039969444275	0					non-mobilizable	chromosome	1396.0	98.49600000000001	100.0	0.00025987942339928245	CP052336.1	enterobacteria	Klebsiella pneumoniae strain D17KP0018 chromosome, complete genome	False	False
CAN0012_000000022790	2097	0.6868680554765565	3	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.31810931950949756		0	0	False	False	0.996661901473999	0					non-mobilizable	other	2097.0	99.428	100.0	0.000661391939727504	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0246_000000000669	13861	0.6868658746701725	18	5	5	5	2	False	99924	fragment	False	ISR0246_000000000669	1.0		0	0	False	False	0.9995671510696411	0					non-mobilizable	no_good_hit	4527.0	99.536	60.0	0.1876917972961765	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
USA0125_01_000000016051	1457	0.6868564486397446	2	2	2	2	2	False	86061	maximal	True	USA0125_01_000000016051	1.0		395	12	False	False	0.9986273050308228	0					non-mobilizable	other	1368.0	95.322	99.0	0.005724959062564128	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0068_000000025111	1161	0.6868537693864655	2	1	1	1	1	False	76732	maximal	False	FIJ0023_000000026962	0.6502057613168725		0	0	False	False	0.9862187504768372	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.960602987093053e-06	NZ_CP038033.1	g-proteobacteria	Nitrosococcus wardiae strain D1FHS chromosome, complete genome	True	False
ISR0336_000000004725	2783	0.6868503579368183	3	3	3	3	2	False	117163	fragment	False	ENG0192_000000006972	0.9790361646121463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1677.0	70.483	59.0	0.0024921100984635295	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
USA0130_01_000000011946	3187	0.6868487699816239	5	4	3	3	4	False	131579	fragment	False	USA0130_01_000000011946	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3112.0	99.711	98.0	0.0004969361990466684	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
MON0096_000000000147	45212	0.6868483503998932	39	23	12	22	10	True	15186	maximal	True	MON0096_000000000147	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	88.176	1.0	0.0003593805011104248	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MAD0044_000000002393	8963	0.6868393660254926	6	6	6	6	6	False	42558	maximal	True	MAD0044_000000002393	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3889.0	73.464	52.0	0.0005883454575861806	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0082_000000008654	3450	0.6868376998514192	5	5	2	2	5	False	87401	maximal	True	MON0082_000000008654	1.0		56	10	False	False	1.0	0					non-mobilizable	other	2853.0	95.09299999999999	99.0	0.0004974616365440555	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0187_000000006782	3872	0.6868351846021183	4	4	4	4	4	False	118986	maximal	False	MON0040_000000006783	0.8090685175057452		0	0	False	False	0.9878615736961365	0					non-mobilizable	chromosome	3872.0	98.76	100.0	0.0017138427222782287	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	False
MON0013_000000040865	1386	0.6868299668223677	2	1	1	1	1	False	67829	fragment	False	ISR0248_000000003315	0.7726752026136771		0	0	False	False	0.9992784857749939	0					non-mobilizable	no_good_hit	111.0	96.396	8.0	0.027160493827160494	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
CAN0006_000000022237	2039	0.6868261731292683	4	2	1	2	2	False	126732	fragment	False	USA0145_01_000000008660	0.2275837788761779		0	0	False	True	1.0	0					non-mobilizable	plasmid	2041.0	96.47200000000001	100.0	0.393816425120773	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ENG0066_000000010439	1918	0.6868261731292683	4	2	1	2	2	False	126732	fragment	False	USA0145_01_000000008660	0.1626176234221664		0	0	False	True	0.9994786381721497	0					non-mobilizable	plasmid	1921.0	96.825	100.0	0.3706280193236715	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
AST0094_000000020493	1136	0.6868261731292683	2	2	1	2	2	False	109048	fragment	False	AST0094_000000020493	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	98.76799999999999	100.0	0.2216796875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
ENG0144_000000005688	3259	0.6868214043812774	3	3	2	3	2	False	116552	maximal	True	ENG0144_000000005688	1.0	PS777	137	10	False	True	1.0	0					non-mobilizable	no_good_hit	2113.0	99.195	65.0	0.6913256955810148	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	True	True
ISR0104_000000004429	5636	0.6868211279150959	4	2	2	2	1	False	32991	fragment	False	ISR0320_000000003018	0.9919781382228491		0	0	False	False	1.0	0					non-mobilizable	chromosome	5636.0	99.29	100.0	0.0018162637311633146	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0063_000000017285	1805	0.6868151175545657	4	3	1	2	3	True	108954	fragment	False	ENG0063_000000017285	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	96.458	100.0	0.028023896345721156	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
MON0075_000000005627	3767	0.6868126540381776	4	2	2	2	2	False	104983	fragment	False	MON0106_000000010046	0.9631712745776176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	76.19800000000001	33.0	0.000351219523107644	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0035_000000002281	6803	0.6868118842778961	9	6	4	5	5	False	132434	maximal	True	AST0035_000000002281	0.9984286141873691		3	2	False	False	1.0	0					non-mobilizable	chromosome	4823.0	99.959	99.0	0.0013586194713105042	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0392_000000004056	6682	0.6868118842778961	9	6	4	5	5	False	132434	maximal	False	AST0035_000000002281	0.9895634278994561		0	0	False	False	1.0	0					non-mobilizable	chromosome	4823.0	99.93799999999999	99.0	0.0013586194713105042	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0139_000000009406	2139	0.6868108767021556	4	3	3	2	1	False	99525	fragment	False	ENG0139_000000009406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0034_000000021429	1369	0.686805952233582	2	2	2	2	1	True	43795	fragment	False	MON0078_000000031526	0.9548821548821549		0	0	False	False	0.9766252636909485	0					non-mobilizable	no_good_hit								True	True
USA0117_01_000000017387	1132	0.686805952233582	2	2	2	2	1	True	43792	fragment	False	FIJ0086_000000028272	0.9444407726284231		0	0	False	False	0.9982331991195679	0					non-mobilizable	no_good_hit								True	True
SPA0018_000000009999	2914	0.6868025344400943	2	2	1	2	2	False	69922	maximal	True	SPA0018_000000009999	0.9836122733612274		1081	13	False	False	1.0	0					non-mobilizable	other	2914.0	99.725	100.0	0.0005641862035265415	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0092_000000005904	2486	0.6867990230969817	3	2	2	2	2	False	68565	fragment	False	DEN0092_000000005904	0.9674878836833603		0	0	False	False	0.989139199256897	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000012435	1571	0.6867929590967997	2	2	2	1	2	False	38554	fragment	False	ISR0004_000000012435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	95.36399999999999	20.0	0.0009769759338261635	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
DEN0040_000000000496	9461	0.6867907242679636	12	10	4	6	10	True	123774	fragment	False	ISR0075_000000001823	0.9481786021608184		0	0	False	False	1.0	0					non-mobilizable	other	9435.0	99.428	99.0	0.025606143302079176	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0008_000000012362	2688	0.6867877932226651	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.12476153026331943		0	0	False	False	0.9973958134651184	0					non-mobilizable	other	1810.0	98.729	99.0	0.003782643333744566	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0062_000000016175	2361	0.6867877932226651	2	2	2	2	1	True	17467	fragment	False	MON0061_000000017591	0.9589581689029203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	85.568	62.0	0.0030633347064321667	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0057_000000011657	2690	0.6867864654109164	4	4	4	3	1	False	67173	maximal	True	SPA0057_000000011657	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	91.649	49.0	0.0002714768848392806	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0139_000000013214	1962	0.6867749726025989	2	2	2	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.26578215172181824		0	0	False	False	1.0	0					non-mobilizable	other	1962.0	99.235	100.0	0.004314289737226534	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0092_000000018103	1928	0.6867749726025989	2	2	2	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.2270195709443672		0	0	False	False	0.9994813203811646	0					non-mobilizable	other	1928.0	99.741	100.0	0.004239488181354173	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0853_000000009220	1926	0.6867700775333724	4	2	2	2	2	False	20523	fragment	False	ISR0853_000000009220	1.0		0	0	False	False	0.9953271150588989	0					non-mobilizable	other	1865.0	78.016	96.0	0.020101701163383244	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
MON0101_000000012553	4542	0.6867687152334827	7	6	6	5	5	False	9070	maximal	True	MON0101_000000012553	1.0		6	1	False	False	0.9962571263313293	0					non-mobilizable	no_good_hit	115.0	76.52199999999999	2.0	0.0014868506644363907	NZ_AODD01000035.1	firmicutes	Listeria grandensis FSL F6-0971 c35, whole genome shotgun sequence	True	False
ISR0004_000000004409	3806	0.6867619565177217	3	3	3	3	2	False	47028	maximal	True	ISR0004_000000004409	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1617.0	96.104	42.0	0.0016468812887535263	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
MAD0003_000000021482	1221	0.6867612536609788	2	2	2	2	1	False	20062	fragment	False	MAD0003_000000021482	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1221.0	99.509	100.0	0.00025334177529041376	CP060733.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 chromosome, complete genome	False	False
CHI0063_000000004484	2856	0.6867534126749821	4	3	3	2	2	False	85479	fragment	False	CHI0063_000000004484	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2727.0	99.89	95.0	0.011187261460171544	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0100_000000010226	1521	0.6867533523633245	3	3	3	2	2	False	125819	maximal	True	ISR0100_000000010226	1.0		1	1	False	False	0.9848783612251282	0					non-mobilizable	no_good_hit	221.0	73.303	14.0	0.0031870848598576237	NZ_CP018181.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 plasmid pL11827-1, complete sequence	True	False
ISR0246_000000006737	2949	0.6867517246111913	4	3	1	3	2	False	69205	fragment	False	ISR0246_000000006737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0010_000000021087	1191	0.6867405909603252	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.6203757244862222		0	0	False	False	0.973971426486969	0					non-mobilizable	other	1191.0	98.48899999999999	100.0	0.009774689304518535	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
FIJ0160_000000010199	1813	0.6867352875726054	2	2	2	1	2	False	53063	fragment	False	USA0047_01_000000018743	0.9502848265147592		0	0	False	False	0.9988968372344971	0					non-mobilizable	chromosome	1858.0	75.35	99.0	0.0004938931968690977	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0334_000000003491	5033	0.6867333099195412	7	4	3	4	3	True	118444	fragment	False	ISR0024_000000003680	0.716199580441193		0	0	False	False	0.9998013377189636	0					non-mobilizable	no_good_hit	109.0	78.899	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0208_000000022821	1223	0.6867310338804061	2	2	2	2	2	False	28496	fragment	False	ISR0208_000000022821	1.0		0	0	False	False	0.9476696848869324	0					non-mobilizable	chromosome	1204.0	99.751	98.0	0.0004673795856522626	CP043484.1	firmicutes	Enterococcus faecium strain DMEA02 chromosome, complete genome	False	False
ENG0137_000000007155	2356	0.686724900228824	4	2	1	2	1	False	57981	fragment	False	MON0090_000000024104	0.9758888434818145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	3.0	0.0002470036976822205	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
SPA0124_000000002230	12145	0.6867241207931126	16	11	6	9	6	True	95211	maximal	False	FIJ0024_000000001577	0.978530589647697	PS505	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	1901.0	85.271	32.0	0.35555555555555557	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
MAD0091_000000008921	1785	0.6867220412377795	2	2	2	2	2	False	50435	fragment	False	MAD0091_000000008921	1.0		0	0	False	False	0.9697479009628296	0					non-mobilizable	other	964.0	86.929	94.0	0.004077208699738771	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
AST0100_000000001242	12923	0.6867219207829851	20	2	2	2	1	True	108669	fragment	False	AST0100_000000001242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	1.0	0.09535160905840286	GQ877081.1		Uncultured organism clone VC1AJ12TF genomic sequence	True	True
ISR0217_000000003295	8331	0.6867219207829851	11	2	2	2	1	True	43399	fragment	False	ISR0217_000000003295	0.9647991128982271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	97.75299999999999	1.0	2.742219110871701e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0091_000000003175	8039	0.6867219207829851	10	2	2	2	1	True	43399	fragment	False	ISR0217_000000003295	0.6349972479783226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0038_000000003714	7873	0.6867219207829851	10	2	2	2	1	True	43399	fragment	False	ISR0217_000000003295	0.9402953165236806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0141_000000005373	6622	0.6867219207829851	6	2	2	2	1	True	31219	fragment	False	ISR0141_000000005373	1.0		0	0	False	False	0.9978858232498169	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.008964143426294821	XM_014422911.2	bugs	PREDICTED: Halyomorpha halys peroxisomal N(1)-acetyl-spermine/spermidine oxidase (LOC106682185), mRNA	True	True
ISR0102_000000002872	6946	0.6867218222519099	6	6	5	5	5	False	126393	maximal	True	ISR0102_000000002872	1.0	PS958	13	6	False	True	0.9998560547828674	0					non-mobilizable	no_good_hit	4568.0	94.571	66.0	0.0013720254341058967	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0154_000000015262	2108	0.6867148131657188	4	3	3	3	1	False	79170	fragment	False	CHI0154_000000015262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	93.74	62.0	0.005036599288160634	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0819_000000000782	20262	0.6867147934211705	25	12	5	12	4	True	108400	backbone	False	ISR0280_000000000088	0.10693490930254033	PS672	0	0	False	True	1.0	0					non-mobilizable	other	20262.0	99.985	100.0	0.20218944595241897	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0133_000000000696	19481	0.6867147934211705	24	12	5	12	4	True	108400	backbone	False	ISR0280_000000000088	0.09434494959334626	PS672	0	0	False	True	0.9996920228004456	0					non-mobilizable	plasmid	19481.0	99.512	100.0	0.19816071374072983	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0096_000000019565	1885	0.6867071838539177	2	2	2	2	1	False	103845	fragment	False	MON0096_000000019565	1.0		0	0	False	False	0.9819628596305847	0					non-mobilizable	no_good_hit	806.0	81.638	43.0	0.0226536304978727	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
ISR0807_000000006539	2110	0.6867011178633705	2	2	2	2	2	False	81467	fragment	False	ISR0807_000000006539	1.0		0	0	False	False	0.9995260834693909	0					non-mobilizable	no_good_hit	1341.0	78.822	89.0	0.00042900568343893017	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0029_000000025045	1260	0.6866979066387817	2	2	2	2	2	False	48823	fragment	False	FIJ0029_000000025045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	75.048	41.0	0.00015193359938989626	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0126_000000020560	2095	0.6866973099796402	4	3	3	2	1	False	3970	fragment	False	SPA0126_000000020560	1.0		0	0	False	False	0.9995226860046387	0					non-mobilizable	no_good_hit	706.0	75.637	33.0	0.0017968085380629527	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ISR0323_000000001657	8469	0.6866969436351934	8	4	3	4	2	True	25002	fragment	False	ISR0323_000000001657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0137_000000021979	1683	0.6866908485597344	2	2	2	2	1	False	3558	maximal	True	SPA0137_000000021979	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	71.258	44.0	0.001155968369210993	NZ_OEQH01000002.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
FIJ0009_000000022558	1814	0.6866899702482717	2	2	1	2	1	True	51230	fragment	False	FIJ0160_000000009871	0.9421296296296297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	82.508	50.0	0.0014629015292499394	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
FIJ0089_000000014597	1696	0.6866899702482717	2	2	1	2	1	True	51230	fragment	False	FIJ0160_000000009871	0.9271886440979219		0	0	False	False	0.9994103908538818	0					non-mobilizable	no_good_hit	909.0	82.838	53.0	0.0014629015292499394	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
USA0083_01_000000018002	1543	0.6866872139563828	2	2	2	2	2	False	102683	fragment	False	CAN0020_000000020591	0.5351600133598566		0	0	False	False	0.9993519186973572	0					non-mobilizable	other	1543.0	99.48200000000001	100.0	0.0033924705633877183	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0074_000000009983	2245	0.6866869757432279	3	3	2	2	2	False	89990	maximal	False	CHI0013_000000003630	0.8651563896813885		0	0	False	False	0.9955456852912903	0					non-mobilizable	other	2245.0	98.486	100.0	0.046356931848699566	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	False	False
CHI0046_000000007354	1568	0.6866825129525129	2	2	2	2	2	True	87043	maximal	True	CHI0046_000000007354	1.0		0	0	False	False	1.0	0	rep_cluster_1155				non-mobilizable	plasmid	1497.0	91.65	95.0	0.14759928867812686	CP048328.1	enterobacteria	Escherichia coli strain 61 plasmid p61_B, complete sequence	False	True
MON0069_000000027216	1872	0.6866779467278719	3	3	3	2	2	False	10487	maximal	True	MON0069_000000027216	1.0		340	12	False	False	0.999465823173523	0					non-mobilizable	no_good_hit	91.0	82.41799999999999	5.0	2.4277849899055973e-05	NC_007498.2	d-proteobacteria	Pelobacter carbinolicus DSM 2380, complete sequence	True	False
ISR0251_000000005011	2806	0.6866747640876172	3	2	2	2	2	False	108782	fragment	False	ISR0297_000000004288	0.946481178396072		0	0	False	False	0.9939415454864502	0					non-mobilizable	other	2787.0	98.959	99.0	0.017021224599518568	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0080_000000012063	2567	0.6866636106593328	3	3	3	3	2	True	34308	maximal	True	ISR0080_000000012063	1.0		1	1	False	False	0.9953252673149109	0					non-mobilizable	no_good_hit	534.0	98.12700000000001	21.0	0.0025259586084005895	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	True
SPA0121_000000002454	6002	0.6866609954240612	4	4	3	4	3	False	4143	maximal	True	SPA0121_000000002454	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	1.0	2.190281612765392e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
SPA0046_000000025596	1309	0.6866609304677941	2	2	2	2	1	False	6705	fragment	False	SPA0046_000000025596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0120_000000002273	9663	0.6866583949012112	9	5	4	5	4	True	101294	fragment	False	CAN0003_000000004189	0.8919894208239938		0	0	False	False	1.0	0					non-mobilizable	plasmid	7493.0	96.51700000000001	92.0	0.06472343156470609	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0077_000000004126	6398	0.6866529473244494	7	7	5	4	5	True	132387	maximal	True	ISR0077_000000004126	1.0	PS1159|PS463	33	11	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3314.0	98.552	81.0	0.6295873740254802	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ISR0320_000000004269	4440	0.6866483704226795	6	3	1	3	3	False	114821	fragment	False	ISR0320_000000004269	1.0		0	0	False	False	0.9993243217468262	0					non-mobilizable	no_good_hit	1110.0	87.74799999999999	48.0	0.1327615366030442	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
SPA0009_000000011363	3115	0.6866483704226795	5	3	1	3	3	False	114817	fragment	False	SPA0009_000000011363	0.9937629937629937		0	0	False	False	0.998715877532959	0					non-mobilizable	no_good_hit	1110.0	87.65799999999999	54.0	0.1327615366030442	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
MAD0066_000000014233	1999	0.6866453803045198	3	3	3	3	3	False	73688	fragment	False	ENG0100_000000015199	0.9743398106626806		0	0	False	False	0.9989994764328003	0					non-mobilizable	chromosome	2030.0	79.557	99.0	0.0007131547588171299	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0100_000000020035	1553	0.6866354960634118	2	2	2	2	1	False	125442	fragment	False	MON0070_000000010284	0.07053990489026914		0	0	False	False	1.0	0					non-mobilizable	chromosome	1459.0	85.469	93.0	0.0004074258321399979	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0018_000000014302	1474	0.6866354960634118	2	2	2	2	1	False	125442	fragment	False	MON0070_000000010284	0.09419761549647905		0	0	False	False	1.0	0					non-mobilizable	chromosome	1384.0	84.321	93.0	0.00038505516187836453	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0097_000000018078	1679	0.6866327350883169	3	1	1	1	1	False	34685	fragment	False	ISR0097_000000018078	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	98.98700000000001	100.0	0.00047633863077908335	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0166_000000000456	23806	0.6866285323110377	30	26	8	12	25	True	123801	fragment	False	ISR0166_000000000456	0.9911591264452763		0	0	False	False	1.0	0					non-mobilizable	other	23806.0	99.98299999999999	100.0	0.01526485044550535	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
SPA0126_000000040079	1148	0.6866240742741824	2	2	2	2	1	False	62134	fragment	False	ENG0074_000000019900	0.9524010109519798		0	0	False	False	0.99303138256073	0					non-mobilizable	other	1148.0	97.648	100.0	0.0004040727429663664	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0271_000000013382	1418	0.6866228978121862	3	3	2	2	1	False	26408	maximal	True	ISR0271_000000013382	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.945	20.0	0.00014263071301294324	CP003859.1	firmicutes	Streptococcus constellatus subsp. pharyngis C1050, complete genome	True	False
SPA0027_000000000007	152198	0.6866078671263314	174	37	24	30	24	False	127080	maximal	True	SPA0027_000000000007	1.0	PS2	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	2622.0	97.33	2.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	True
FIJ0166_000000009296	2577	0.6865979502835129	5	4	4	4	2	False	45672	maximal	True	FIJ0166_000000009296	1.0		1	1	False	False	0.9968956112861633	0					non-mobilizable	no_good_hit	160.0	80.625	6.0	0.00041199048771329633	NZ_DS562853.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_10, whole genome shotgun sequence	True	False
USA0010_01_000000006593	4125	0.6865955133345533	2	1	1	1	0	False	122825	maximal	True	USA0010_01_000000006593	1.0		15	8	False	False	1.0	0					non-mobilizable	no_good_hit	3505.0	96.719	85.0	0.038028475165742856	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0141_000000007678	3719	0.6865904666099946	4	3	3	3	2	True	124800	maximal	True	FIJ0141_000000007678	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	75.229	20.0	0.0034306344140982957	NZ_SPQQ01000009.1	firmicutes	Desulfosporosinus fructosivorans strain 63.6F NODE_9_length_217161_cov_34.344137, whole genome shotgun sequence	True	True
CHI0124_000000009127	1607	0.6865862836366029	3	3	3	3	2	False	81675	maximal	True	CHI0124_000000009127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	75.913	63.0	0.00017963378898933337	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0033_000000008570	3068	0.6865807422961349	4	4	4	3	3	False	76083	fragment	False	ISR0773_000000003765	0.9787903433697607		0	0	False	False	0.9993481040000916	0					non-mobilizable	other	3068.0	96.87100000000001	100.0	0.008394115634621963	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0030_000000003030	5729	0.6865758714662503	7	4	2	2	3	False	126764	fragment	False	ISR0030_000000003030	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3048.0	95.47200000000001	92.0	0.46464181622948303	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0116_000000016237	2462	0.6865725723829949	4	3	3	2	2	False	116159	fragment	False	USA0048_01_000000006517	0.7634222820931872		0	0	False	False	0.9979691505432129	0					non-mobilizable	chromosome	1967.0	94.96700000000001	96.0	0.00044458502230391425	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0100_000000019046	2317	0.6865698161269229	3	3	3	3	2	False	9119	fragment	False	MON0100_000000019046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	80.11	8.0	6.599430689112553e-05	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
FIJ0081_000000024583	1476	0.6865669430350294	3	3	2	2	3	False	78931	fragment	False	SPA0137_000000022025	0.41140699827150623		0	0	False	False	0.9993224740028381	0					non-mobilizable	other	1476.0	94.851	100.0	0.00035597494901714715	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0013_000000003781	6160	0.6865558973329596	8	7	5	5	4	True	132399	maximal	False	USA0062_01_000000004031	0.9711793490491831	PS1159|PS463	0	0	True	True	1.0	337		MOBV			mobilizable	no_good_hit	4740.0	99.57799999999999	77.0	0.040296311416154244	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
CAN0018_000000010991	3145	0.6865534506896677	4	2	2	2	2	True	105452	fragment	False	CAN0018_000000010991	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	3145.0	100.0	100.0	0.0005929117625094199	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ENG0014_000000010171	2395	0.6865534506896677	4	2	2	2	2	True	105447	fragment	False	ENG0014_000000010171	0.9796739130434783		0	0	False	True	1.0	0					non-mobilizable	other	2395.0	100.0	100.0	0.004294971618023811	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0072_000000005010	2229	0.6865534506896677	3	2	2	2	2	True	105447	fragment	False	ENG0014_000000010171	0.7144633469675046		0	0	False	True	1.0	0					non-mobilizable	other	2229.0	100.0	100.0	0.0039971582142677735	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CAN0015_000000017133	2183	0.6865534506896677	4	2	2	2	2	True	105447	fragment	False	ENG0014_000000010171	0.9337912338910301		0	0	False	True	1.0	0					non-mobilizable	other	2183.0	100.0	100.0	0.003914631608407667	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
DEN0054_000000003313	1692	0.6865534506896677	3	2	2	2	2	True	105432	fragment	False	CAN0016_000000027530	0.9685878879941145		0	0	False	False	0.9929078221321106	0					non-mobilizable	other	1692.0	100.0	100.0	0.0030337497936834853	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0038_000000016182	1648	0.6865534506896677	3	2	2	2	2	True	105432	fragment	False	CAN0016_000000027530	0.9723189748207379		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	100.0	100.0	0.002954811301121644	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
DEN0096_000000028544	1585	0.6865534506896677	3	2	2	2	2	True	105432	fragment	False	CAN0016_000000027530	0.9572495530669379		0	0	False	False	0.998738169670105	0					non-mobilizable	other	1585.0	100.0	100.0	0.002841785732226281	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
AST0140_000000019770	1461	0.6865534506896677	2	2	2	2	2	True	105432	fragment	False	CAN0016_000000027530	0.4610952235882216		0	0	False	False	0.9986310601234436	0					non-mobilizable	other	1461.0	100.0	100.0	0.0026193227077338193	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0001_000000023276	1194	0.6865526226884631	2	2	2	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.022909153487194273		0	0	False	False	0.9891121983528137	0					non-mobilizable	other	1194.0	97.655	100.0	0.0024945790476270133	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0090_000000031843	1894	0.6865428347482833	2	2	2	2	1	False	9558	fragment	False	MON0090_000000031843	1.0		0	0	False	False	0.9968320727348328	0					non-mobilizable	no_good_hit	116.0	78.44800000000001	6.0	0.00013890305918622475	NZ_DS995474.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld1, whole genome shotgun sequence	True	False
ISR0126_000000041398	1204	0.6865369929813282	2	2	2	1	1	False	31932	maximal	True	ISR0126_000000041398	1.0		11	4	False	False	0.9991694092750549	0					non-mobilizable	no_good_hit	243.0	73.663	19.0	0.0008086403042986347	NZ_SMAP01000003.1	g-proteobacteria	Thermomonas haemolytica strain DSM 13605 Ga0244667_103, whole genome shotgun sequence	True	False
FIJ0028_000000014432	2103	0.6865367304400694	5	3	2	2	2	True	89002	fragment	False	FIJ0028_000000014432	1.0		0	0	False	False	0.9976224303245544	0					non-mobilizable	other	2103.0	99.905	100.0	0.00040383159722889297	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
MAD0001_000000000677	23252	0.6865356586790858	20	11	10	10	8	True	98596	maximal	True	MAD0001_000000000677	1.0		3	1	False	False	0.999354898929596	0					non-mobilizable	no_good_hit	2151.0	95.583	14.0	0.071416702668572	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
MON0024_000000018740	2593	0.6865331514984115	3	3	3	3	3	False	12940	fragment	False	MON0026_000000014114	0.9389587073608617		0	0	False	False	0.9799460172653198	0					non-mobilizable	no_good_hit	181.0	78.453	7.0	3.832388227423011e-05	NZ_CP048630.1	a-proteobacteria	Ancylobacter pratisalsi strain DSM 102029 chromosome, complete genome	True	False
USA0003_01_000000010433	3763	0.6865313862818578	4	3	2	3	2	False	95261	maximal	True	USA0003_01_000000010433	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	82.432	20.0	0.00012286762398924585	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0010_000000030633	1512	0.6865293502888417	3	3	3	2	2	False	75900	maximal	True	DEN0010_000000030633	1.0		145	10	False	False	0.9847883582115173	0					non-mobilizable	other	1473.0	99.321	97.0	0.11238357001068866	NZ_JAAWUO010000031.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_31_length_13098_cov_76.7836, whole genome shotgun sequence	False	False
SPA0105_000000015536	1583	0.6865182265403386	2	2	2	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.6901385590723351		0	0	False	False	1.0	0					non-mobilizable	chromosome	1583.0	100.0	100.0	0.0006586819865049301	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
CAN0002_000000013317	1465	0.6865161454554815	3	1	1	1	1	False	96892	fragment	False	CAN0002_000000013317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0070_000000004529	4640	0.6865132037238738	6	3	0	2	2	True	5932	maximal	True	SPA0070_000000004529	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2071.0	90.005	44.0	0.0004852923880745818	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ISR0068_000000008924	2295	0.6865127093395036	4	3	3	3	1	True	71660	fragment	False	ISR0068_000000008924	0.9616697832859934		0	0	False	False	0.9995642900466919	0					non-mobilizable	other	2294.0	98.256	99.0	0.02952157791739623	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
FIJ0038_000000005288	6034	0.686512062960615	10	10	2	6	9	True	84498	fragment	False	FIJ0038_000000005288	1.0		0	0	False	False	0.9998342990875244	0					non-mobilizable	plasmid	5946.0	93.76100000000001	100.0	0.060862397609602804	LC056425.1	enterobacteria	Escherichia coli plasmid pV233-b DNA, contig: V233-b_scaffold_1, strain: V233	False	True
ISR0027_000000014860	1736	0.6865095076506657	3	3	3	3	2	False	70598	fragment	False	DEN0070_000000019052	0.9848399775407075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	78.34100000000001	13.0	7.52893411206679e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0183_000000001038	26017	0.6865021379058563	29	28	9	10	27	False	79584	maximal	True	ISR0183_000000001038	1.0		2	1	False	False	0.9999615550041199	0					non-mobilizable	plasmid	26017.0	99.939	100.0	0.07641381417015702	CP029142.1	enterobacteria	Klebsiella michiganensis strain AR375 plasmid unnamed2, complete sequence	False	True
USA0001_01_000000001215	11493	0.6865021273782641	17	17	7	11	13	False	132524	maximal	True	USA0001_01_000000001215	1.0	PS1166	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	10017.0	99.65100000000001	87.0	0.19630711331516945	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	True	True
FIJ0139_000000019604	1360	0.6865012786590977	2	2	2	1	1	False	40427	maximal	True	FIJ0139_000000019604	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0068_000000013420	2364	0.6864986734917607	4	4	3	4	3	False	64910	fragment	False	FIJ0068_000000013420	1.0		0	0	False	False	0.9974619150161743	0					non-mobilizable	no_good_hit	1603.0	82.096	67.0	0.00035430151414936036	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0038_000000019152	1740	0.686496224422669	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2651544912492893		0	0	False	False	1.0	0					non-mobilizable	chromosome	1744.0	91.17	100.0	0.0005839908419464971	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0076_000000009124	1561	0.6864832997589729	3	2	2	2	1	True	93137	fragment	False	ENG0082_000000009793	0.2680733337488748		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	96.79899999999999	100.0	0.0004154367901346936	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0141_000000019841	1503	0.6864832997589729	3	2	2	2	1	True	93143	maximal	True	FIJ0141_000000019841	1.0		63	9	False	False	1.0	0					non-mobilizable	other	1503.0	97.206	100.0	0.010456558892260472	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
CHI0141_000000018256	1517	0.6864811048496882	2	2	2	2	1	False	80083	maximal	True	CHI0141_000000018256	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	73.735	33.0	0.00013995392199789002	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0070_000000006570	2953	0.6864794682130628	3	3	3	3	3	False	44944	fragment	False	FIJ0070_000000006570	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	81.016	96.0	0.0006570622575059364	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	False	False
AST0111_000000005068	3992	0.6864762027974795	6	3	3	2	3	False	109685	maximal	True	AST0111_000000005068	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2405.0	81.247	63.0	0.12802918913031638	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0090_000000043168	1110	0.6864721676222916	2	2	2	2	2	False	93479	fragment	False	CAN0014_000000034781	0.27378984651711924		0	0	False	False	0.9684684872627258	0					non-mobilizable	chromosome	1110.0	98.198	100.0	0.00039500899544831386	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
CHI0188_000000003566	4211	0.6864643855813227	6	4	3	3	3	False	118678	fragment	False	ENG0025_000000005126	0.9639575971731449		0	0	False	False	1.0	0					non-mobilizable	other	2000.0	94.85	90.0	0.000371478699251329	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
CHI0042_000000001659	6881	0.6864631314710588	8	8	6	8	7	True	87497	maximal	True	CHI0042_000000001659	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6062.0	99.75299999999999	88.0	0.0022309613709829996	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	True
FIJ0097_000000007075	4218	0.6864616422740626	6	5	5	4	2	False	56142	maximal	True	FIJ0097_000000007075	1.0		85	11	False	False	0.9997628927230835	0					non-mobilizable	no_good_hit	1829.0	86.65899999999999	78.0	0.0003276842623131352	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0261_000000014084	1307	0.6864593214857373	3	2	2	2	2	False	67656	fragment	False	ENG0005_000000016737	0.7565536536821084		0	0	False	False	0.9915837645530701	0					non-mobilizable	other	1307.0	98.929	100.0	0.0003908212663027979	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0125_000000020259	1623	0.6864461539207589	3	3	3	3	2	False	4016	maximal	True	SPA0125_000000020259	1.0		1	1	False	False	0.9913740158081055	0					non-mobilizable	no_good_hit								True	False
SPA0131_000000022956	1239	0.6864395233010965	2	2	2	1	0	True	20826	fragment	False	ISR0839_000000015715	0.9432234432234432		0	0	False	False	0.9798224568367004	0					non-mobilizable	no_good_hit								True	True
AST0094_000000011535	1949	0.6864286608375884	2	2	2	2	1	False	109227	fragment	False	ISR0176_000000017862	0.9552945848305094		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	98.666	100.0	0.007018049501026768	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
SPA0138_000000006411	3779	0.6864224764419256	3	3	3	3	3	False	3536	maximal	True	SPA0138_000000006411	1.0		13	3	False	False	0.9997353553771973	0					non-mobilizable	no_good_hit	1897.0	98.682	50.0	0.0008278493052010266	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
SPA0096_000000022734	1804	0.686422321921916	2	2	2	1	1	True	5163	fragment	False	SPA0096_000000022734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	9.243444187682105e-05	NZ_MAHB01000011.1	CFB group bacteria	Elizabethkingia ursingii strain CSID_3000516135 16-107_contig_6, whole genome shotgun sequence	True	True
TAN0017_000000009624	3532	0.6864197533114769	6	5	2	4	5	False	94945	fragment	False	TAN0017_000000009624	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3525.0	95.887	100.0	0.001228331657913119	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0299_000000002851	3257	0.6864163036964291	6	3	3	3	2	False	25618	maximal	True	ISR0299_000000002851	1.0		19	4	False	False	1.0	0					non-mobilizable	other	2983.0	98.79299999999999	92.0	0.012259849609222433	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
FIJ0065_000000006325	2726	0.6864136238874973	5	4	3	4	3	False	113756	fragment	False	ISR0059_000000003816	0.7296273707186314		0	0	False	False	0.9992663264274597	0					non-mobilizable	chromosome	1283.0	96.648	100.0	0.0003579674056543177	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0103_000000044254	1320	0.6864123258019971	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.2863973547921644		0	0	False	False	0.9628787636756897	0					non-mobilizable	other	1320.0	99.47	100.0	0.01640282043948118	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0091_000000002020	9234	0.6864048029404237	9	9	6	5	8	False	5352	fragment	False	SPA0091_000000002020	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9235.0	96.979	100.0	0.046303679520162885	CP044317.1	firmicutes	Enterococcus faecium strain 15-307-1 plasmid p15-307-1_01, complete sequence	False	True
AUS0002_000000011731	2968	0.6864044668950124	3	3	3	3	3	False	103024	maximal	True	AUS0002_000000011731	1.0		47	11	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	79.016	31.0	0.06516272720741433	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0020_000000010576	2205	0.6863968560984259	3	3	2	3	1	False	124642	fragment	False	ISR0020_000000010576	1.0		0	0	False	False	0.999546468257904	0					non-mobilizable	no_good_hit								True	False
AST0094_000000019310	1199	0.6863936332404418	3	2	2	2	1	False	109059	maximal	True	AST0094_000000019310	1.0		16	5	False	False	0.992493748664856	0					non-mobilizable	no_good_hit	609.0	96.223	58.0	0.00014748028239563283	CP012321.1	firmicutes	Clostridioides difficile strain DSM 28666 chromosome, complete genome	True	False
ENG0006_000000014486	1543	0.6863911656989712	2	1	1	1	1	False	67581	fragment	False	ENG0006_000000014486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000015291	1265	0.6863908355106559	2	2	2	2	1	False	58299	maximal	True	ENG0132_000000015291	1.0		540	11	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	95.181	36.0	9.414990599231441e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0069_000000017172	1468	0.6863875610976666	3	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.510731371682744		0	0	False	False	0.9993187785148621	0					non-mobilizable	other	1467.0	97.682	99.0	0.013438938085547183	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0068_000000018469	1732	0.6863753766992797	2	2	2	2	2	False	48565	fragment	False	FIJ0031_000000013268	0.9670091941590049		0	0	False	False	1.0	0					non-mobilizable	chromosome	1732.0	99.885	100.0	0.0003403602352280512	CP034678.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 chromosome, complete genome	False	False
MON0057_000000001299	10267	0.6863630687813318	9	6	3	6	3	True	132156	fragment	False	MON0057_000000001299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2257.0	71.732	21.0	0.0006521594266209582	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MON0068_000000015443	2734	0.6863560992059093	4	4	3	3	3	False	77962	maximal	True	MON0068_000000015443	1.0		1	1	False	False	0.9853694438934326	0					non-mobilizable	no_good_hit	1167.0	99.14299999999999	43.0	0.00032824381668949347	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0142_000000012087	2319	0.6863526022356495	2	2	2	2	2	True	100761	fragment	False	ISR0019_000000007254	0.9520894892359646		0	0	False	False	0.9948253631591797	0					non-mobilizable	other	1228.0	95.195	95.0	0.00037166647432093625	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0852_000000008408	1467	0.686352221400306	1	1	1	1	1	False	20536	maximal	True	ISR0852_000000008408	1.0		143	12	False	False	1.0	0					non-mobilizable	other	1467.0	99.182	100.0	0.0020305918496530957	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MON0044_000000010381	4258	0.686351372419811	5	3	3	3	3	False	127585	fragment	False	MON0060_000000007008	0.4608149897048656		0	0	False	False	1.0	0					non-mobilizable	chromosome	3128.0	85.486	98.0	0.001277480028564157	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0839_000000005855	3051	0.6863508479768891	4	4	3	4	2	False	20846	maximal	True	ISR0839_000000005855	1.0		1	1	False	False	0.9973779320716858	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.0007795840689702612	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0032_000000012289	2846	0.6863493020023552	3	3	3	3	3	False	48445	fragment	False	FIJ0032_000000012289	1.0		0	0	False	False	0.9975404143333435	0					non-mobilizable	other	2851.0	87.65299999999999	99.0	0.03236801171195901	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	False	False
CHI0112_000000003917	4096	0.6863481622874655	5	5	2	5	5	True	82450	fragment	False	MAD0022_000000002054	0.9056000880329518		0	0	False	False	1.0	0					non-mobilizable	plasmid	4096.0	99.95100000000001	100.0	0.02448125336363093	CP024249.1	enterobacteria	Escherichia coli O182:H21 strain D181 plasmid unnamed1, complete sequence	False	True
ISR0155_000000008320	2628	0.6863480429094361	4	4	4	2	1	False	86352	maximal	True	ISR0155_000000008320	0.9962962962962962		13	4	False	False	0.9996194839477539	0					non-mobilizable	no_good_hit	1489.0	83.277	57.0	0.0026912014227254994	NZ_HG726021.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
MAD0096_000000009332	1979	0.68634769748338	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.29650878496779154	PS871	0	0	False	True	0.9823142886161804	0					non-mobilizable	other	1913.0	92.15899999999999	97.0	0.8276310090948462	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MAD0110_000000007289	3779	0.6863439857098305	3	2	2	2	2	False	75355	fragment	False	MAD0110_000000007289	1.0		0	0	False	False	0.9933844804763794	0					non-mobilizable	no_good_hit	1053.0	69.23100000000001	28.0	0.00036829503832216113	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0045_01_000000013059	1103	0.6863432123974383	2	1	1	1	1	False	39677	fragment	False	MON0109_000000033257	0.679573037222396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0116_000000010196	1560	0.6863337992258718	5	2	2	2	1	False	82155	maximal	True	CHI0116_000000010196	1.0		76	10	False	False	0.9961538314819336	0					non-mobilizable	other	1564.0	95.07700000000001	100.0	0.00924440867151574	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
ISR0140_000000013406	1742	0.6863314060649774	2	2	2	1	2	False	79576	maximal	False	ISR0323_000000010400	0.5683377595669878		0	0	False	False	1.0	0					non-mobilizable	other	1745.0	73.295	98.0	0.017813857055917152	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0008_000000004310	6344	0.6863291720196013	9	5	2	4	1	True	51474	maximal	True	FIJ0008_000000004310	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	76.52600000000001	3.0	0.047926267281105994	NZ_GL882589.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld9, whole genome shotgun sequence	True	True
SPA0058_000000013044	2396	0.6863276646745974	4	3	3	2	3	False	107178	fragment	False	SPA0058_000000013044	1.0		0	0	False	False	0.9995826482772827	0					non-mobilizable	other	2397.0	98.95700000000001	100.0	0.0008140210021495455	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ENG0042_000000011139	2361	0.6863240776077348	5	4	2	4	3	True	64703	fragment	False	ENG0042_000000011139	0.9994106893094544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	78.955	27.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0120_000000014280	2314	0.6863240776077348	5	4	2	4	3	True	64703	fragment	False	ENG0042_000000011139	0.9927836857020246		0	0	False	False	0.9987035393714905	0					non-mobilizable	no_good_hit	651.0	79.109	28.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
CHI0117_000000010148	1431	0.6863130572629821	1	1	1	1	1	False	82047	fragment	False	CHI0117_000000010148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	72.709	33.0	0.00334326520905899	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
FIJ0085_000000007731	3924	0.6863106033012092	4	4	4	4	4	False	43970	maximal	True	FIJ0085_000000007731	1.0		1	1	False	False	0.9979612827301025	0					non-mobilizable	chromosome	3924.0	100.0	100.0	0.0008068891840649361	CP053702.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain CMCST_CEPR_1 chromosome, complete genome	False	False
ISR0789_000000011173	1265	0.6863104422120756	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.9158278559471142		0	0	False	False	0.9968379735946655	0					non-mobilizable	other	1176.0	99.83	100.0	0.00035376999891911976	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0068_000000018632	1540	0.6863100970486786	2	2	1	2	2	False	125442	fragment	False	MON0070_000000010284	0.07171572353107296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1141.0	85.27600000000001	74.0	0.0003182227844717348	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0066_000000004726	5969	0.6863052057146021	10	8	4	4	6	True	132401	maximal	True	DEN0066_000000004726	1.0	PS1159|PS463	69	8	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2918.0	96.676	81.0	0.5544780376497433	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ISR0059_000000010281	1675	0.686302753117812	3	3	3	3	2	False	35445	fragment	False	ISR0059_000000010281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000005167	6631	0.6862998481070943	6	6	3	5	5	True	126224	maximal	True	SPA0126_000000005167	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	5387.0	99.777	81.0	0.9183290707587383	NZ_FNWC01000002.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0127_000000015709	1673	0.6862959415090102	2	2	2	2	2	False	58709	maximal	True	ENG0127_000000015709	1.0		76	11	False	False	0.9892408847808838	0					non-mobilizable	no_good_hit	251.0	76.892	24.0	4.455023928688001e-05	NC_008786.1	b-proteobacteria	Verminephrobacter eiseniae EF01-2, complete genome	True	False
ISR0019_000000013382	1358	0.6862956218310868	1	1	1	1	1	False	54624	fragment	False	ENG0203_000000012415	0.9317941885761506		0	0	False	False	0.9646539092063904	0					non-mobilizable	no_good_hit	105.0	78.095	8.0	0.00031489062181636317	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
CAN0006_000000010173	4428	0.6862935484034546	6	5	5	4	5	False	127062	maximal	True	CAN0006_000000010173	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2242.0	98.573	75.0	0.0006693670550031973	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0097_000000001205	18250	0.6862860353814397	14	10	8	10	6	False	89089	maximal	True	FIJ0097_000000001205	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3993.0	97.245	74.0	0.032098547042221814	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0010_000000001823	9207	0.6862854845300891	14	2	1	2	2	False	75396	maximal	True	MON0010_000000001823	1.0	PS359	1	1	False	True	0.9988052845001221	0					non-mobilizable	no_good_hit	3593.0	97.412	51.0	0.0014926516571556097	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
FIJ0074_000000013144	2418	0.686284711728794	3	2	2	1	0	True	44643	maximal	True	FIJ0074_000000013144	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000013566	2393	0.686284711728794	4	2	2	1	0	True	75953	maximal	True	ENG0101_000000013566	1.0		4	3	False	False	0.9991642236709595	0					non-mobilizable	no_good_hit	180.0	86.111	8.0	6.170395289626014e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
USA0064_01_000000004207	1974	0.686284711728794	3	2	2	1	0	True	129323	maximal	True	USA0064_01_000000004207	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1212.0	93.647	61.0	0.18743228602383533	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
DEN0063_000000012356	3592	0.6862845269433211	2	2	1	2	2	False	71559	maximal	False	ENG0157_000000006313	0.722335290858294		0	0	False	False	0.9997215867042542	0					non-mobilizable	other	3592.0	99.63799999999999	100.0	0.011416671965409804	NZ_RCXZ01000001.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0001, whole genome shotgun sequence	False	False
FIJ0055_000000003464	4177	0.6862844652977783	6	5	2	3	2	False	101255	fragment	False	FIJ0097_000000006864	0.8174596021607117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	90.296	21.0	0.00019713348177475618	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0208_000000012763	2139	0.686279346988395	3	3	3	2	1	False	74518	fragment	False	USA0084_01_000000014545	0.9715949261207246		0	0	False	False	0.9990649819374084	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.239694763743287e-06	CP032508.1	g-proteobacteria	Gamma proteobacterium SS-5 chromosome, complete genome	True	False
FIJ0094_000000003637	4933	0.6862789621773946	5	2	2	2	2	False	43199	fragment	False	FIJ0094_000000003637	1.0		0	0	False	False	0.9995945692062378	0					non-mobilizable	no_good_hit	1075.0	99.34899999999999	22.0	0.0003382070236741765	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0245_000000006670	1278	0.6862764055486639	2	2	2	2	1	False	28488	fragment	False	ISR0245_000000006670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
FIJ0026_000000007998	3822	0.6862763787969177	4	3	3	2	1	True	49133	maximal	True	FIJ0026_000000007998	1.0		1	1	False	False	0.9994767308235168	0					non-mobilizable	no_good_hit	996.0	97.89200000000001	26.0	0.020553604627143153	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0184_000000003015	2956	0.6862758906203328	4	3	2	3	2	False	77258	maximal	True	CHI0184_000000003015	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	73.831	56.0	0.0003560038439836744	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
ISR0312_000000005472	2978	0.6862758372376975	4	4	3	4	1	False	25262	maximal	True	ISR0312_000000005472	1.0		1	1	False	False	0.9902619123458862	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00025861134052439705	NZ_LSAZ01000023.1	firmicutes	Bacillus nakamurai strain NRRL B-41091 Bacillus-sp-B-41091_contig_3, whole genome shotgun sequence	True	False
FIJ0016_000000006450	2758	0.6862737214609848	3	3	3	2	2	False	50237	maximal	True	FIJ0016_000000006450	1.0		113	9	False	False	1.0	0					non-mobilizable	chromosome	2758.0	90.464	99.0	0.0010731850644125364	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
SPA0142_000000023744	1102	0.6862717817078304	2	2	2	1	1	False	3418	maximal	True	SPA0142_000000023744	1.0		158	10	False	False	0.9954627752304077	0					non-mobilizable	other	1102.0	99.546	100.0	0.01440778884279676	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
CHI0067_000000005464	2057	0.6862712037446539	2	2	2	2	2	False	95549	fragment	False	CHI0018_000000006944	0.2529171748588548		0	0	False	False	1.0	0					non-mobilizable	chromosome	2057.0	100.0	100.0	0.00031690811129085335	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0369_000000007369	1923	0.6862675368885041	2	2	2	2	2	False	125866	fragment	False	FIJ0068_000000014765	0.6318217979315831		0	0	False	False	0.9994799494743347	0					non-mobilizable	chromosome	1924.0	97.869	100.0	0.0006472705412467514	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0140_000000006627	4268	0.6862582434822239	4	4	4	4	4	False	77636	maximal	True	ISR0140_000000006627	1.0		16	6	False	False	0.9985941648483276	0					non-mobilizable	no_good_hit	1839.0	77.76	59.0	0.0664635031200116	NZ_JAAISM010000062.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_62_length_27564_cov_182.882, whole genome shotgun sequence	True	False
CHI0182_000000021969	1320	0.6862567969432485	3	2	2	2	2	False	77326	maximal	True	CHI0182_000000021969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	97.137	68.0	0.0001257976906543146	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0126_000000029335	1685	0.6862430913659329	2	2	2	1	1	False	126057	fragment	False	SPA0047_000000021631	0.9447077629930671		0	0	False	False	0.9821958541870117	0					non-mobilizable	other	1684.0	95.546	99.0	0.0038006536761924607	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0157_000000002548	10147	0.6862423446611328	12	7	4	5	5	True	104946	fragment	False	ISR0157_000000002548	1.0		0	0	False	True	0.9998028874397278	0					non-mobilizable	no_good_hit	1172.0	93.515	55.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0046_000000002414	9541	0.6862423446611328	12	7	4	5	5	True	104945	backbone	True	FIJ0046_000000002414	0.9942492814349286	PS623	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	3856.0	98.65100000000001	73.0	0.3110125050423558	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0157_000000002326	9345	0.6862423446611328	12	7	4	5	5	True	104947	fragment	False	ENG0157_000000002326	1.0		0	0	False	True	0.9993579387664795	0					non-mobilizable	no_good_hit	2719.0	94.777	61.0	0.21887858007260994	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0153_000000002663	9158	0.6862423446611328	11	7	4	5	5	True	96773	backbone	True	ENG0153_000000002663	0.9986308031548317	PS519|PS520	33	10	True	True	0.9996724128723145	1					non-mobilizable	no_good_hit	1982.0	85.21700000000001	54.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0137_000000001782	9078	0.6862423446611328	11	7	4	5	5	True	96773	backbone	False	ENG0153_000000002663	0.9956332402121156	PS519|PS520	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1172.0	93.601	55.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0187_000000002418	9076	0.6862423446611328	11	7	4	5	5	True	96773	backbone	False	ENG0153_000000002663	0.9952923801027989	PS519|PS520	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1982.0	85.21700000000001	55.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0069_000000002528	9029	0.6862423446611328	11	7	4	5	5	True	96773	backbone	False	ENG0153_000000002663	0.9969806143994536	PS519|PS520	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1982.0	85.166	55.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0122_000000002984	8627	0.6862423446611328	11	7	4	5	5	True	104945	backbone	False	FIJ0046_000000002414	0.9641051980906208	PS623	0	0	False	True	0.9997681975364685	0					non-mobilizable	no_good_hit	2664.0	97.86	70.0	0.21484469544171036	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
BAN0020_000000001129	1598	0.6862395234566305	4	4	4	3	3	False	97726	maximal	True	BAN0020_000000001129	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1519.0	99.671	100.0	0.011991657977059436	AP022262.1	enterobacteria	Escherichia coli plasmid pWP8-S18-ESBL-07_1 DNA, complete genome, strain: WP8-S18-ESBL-07	False	True
SPA0107_000000017731	1846	0.6862318563956848	3	3	3	3	3	False	10134	maximal	False	MON0101_000000031597	0.940973930152484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	80.137	8.0	0.0001960561186646796	NZ_FOME01000002.1	high GC Gram+	Saccharopolyspora jiangxiensis strain CGMCC 4.3529, whole genome shotgun sequence	True	False
ISR0189_000000008951	1745	0.6862218004282026	3	3	3	2	1	False	29221	maximal	True	ISR0189_000000008951	1.0		3	1	False	False	0.996561586856842	0					non-mobilizable	no_good_hit	1145.0	99.301	66.0	0.0006336037041447319	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	False
FIJ0086_000000019267	1692	0.6862183093702756	2	2	2	2	1	False	115980	fragment	False	ISR0021_000000012496	0.6108651590221935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	89.76700000000001	64.0	0.00024299456180885696	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0090_000000000861	18251	0.6862159935692937	22	20	7	10	20	True	123799	fragment	False	CHI0075_000000000342	0.9636631074308128		0	0	False	False	0.9994521141052246	0					non-mobilizable	other	18251.0	99.704	100.0	0.049555897694904025	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0042_000000022263	1144	0.6862124327332942	2	2	2	2	1	True	18089	maximal	True	MAD0042_000000022263	1.0		1	1	False	False	0.936188817024231	0					non-mobilizable	no_good_hit	64.0	84.375	6.0	0.00024010793423329344	NZ_PGSG01000006.1	high GC Gram+	Streptomyces barkulensis strain RC 1831 546, whole genome shotgun sequence	True	True
FIJ0171_000000008154	2530	0.6862122988741636	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8715225262133397	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2312.0	93.382	91.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0260_000000005221	2479	0.6862122988741636	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8845607461083055	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2312.0	93.339	93.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0007_000000007205	2390	0.6862122988741636	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8709978900922543	PS871	0	0	False	True	0.970292866230011	0					non-mobilizable	other	2310.0	93.506	97.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0081_000000014791	2376	0.6862122988741636	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.6664528832053884	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2216.0	94.314	93.0	0.9584235599826765	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0151_000000007691	2299	0.6862122988741636	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8351888733367179	PS871	0	0	False	True	0.9995650053024292	0					non-mobilizable	other	2299.0	93.432	99.0	0.9948029449978346	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0039_000000011004	2126	0.6862122988741636	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.6083489804740501	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2106.0	93.115	99.0	0.9103508012126462	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AST0106_000000011775	1680	0.6862089878281408	2	2	2	2	2	False	107410	fragment	False	AST0106_000000011775	1.0		0	0	False	False	0.9988095164299011	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	0.0007841546677482593	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
DEN0021_000000013333	2601	0.6862073013251055	4	4	4	3	3	False	74808	maximal	True	DEN0021_000000013333	1.0		4	2	False	False	0.9996155500411987	0					non-mobilizable	no_good_hit	248.0	73.79	9.0	3.8974335479626124e-05	CP048834.1	a-proteobacteria	Starkeya sp. ORNL1 chromosome, complete genome	True	False
MON0030_000000001869	12732	0.6861951747498084	14	5	4	4	2	True	103570	fragment	False	ISR0181_000000000999	0.2777136228427327		0	0	False	False	0.999921441078186	0					non-mobilizable	other	12640.0	97.99799999999999	99.0	0.003383821978186185	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0075_000000008303	2288	0.6861860611467775	2	2	2	2	2	False	47450	fragment	False	SPA0075_000000008303	1.0		0	0	False	False	0.9991258978843689	0					non-mobilizable	chromosome	2091.0	93.4	99.0	0.0008341489145482519	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0207_000000021146	1434	0.6861792611235956	2	2	2	2	2	False	28561	fragment	False	ISR0207_000000021146	1.0		0	0	False	False	0.9902371168136597	0					non-mobilizable	no_good_hit	270.0	82.963	19.0	9.106610889807629e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0344_000000017517	1938	0.6861744828648401	4	3	1	2	0	True	24262	fragment	False	ISR0344_000000017517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
ENG0166_000000003533	7056	0.6861742267826026	4	4	4	3	4	False	56188	maximal	True	ENG0166_000000003533	1.0		129	9	False	False	0.9957482814788818	0					non-mobilizable	chromosome	7039.0	99.95700000000001	99.0	0.0020018943757519904	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0063_000000031680	1583	0.6861720819700923	1	1	1	1	1	True	71459	maximal	True	DEN0063_000000031680	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	96.552	4.0	1.5939102561413783e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0029_000000033928	1217	0.6861608437973846	2	2	2	2	1	False	37081	maximal	True	ISR0029_000000033928	1.0		37	7	False	False	0.9991782903671265	0					non-mobilizable	no_good_hit	238.0	73.529	19.0	0.001852475581003705	NZ_QSFT01000009.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf9, whole genome shotgun sequence	True	False
FIJ0054_000000011793	2121	0.6861557804164553	3	2	2	2	2	False	46333	maximal	True	FIJ0054_000000011793	1.0		45	11	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	92.98200000000001	8.0	5.91396840382701e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0228_000000010550	2486	0.6861552801855106	3	3	3	3	2	False	121017	fragment	False	ISR0228_000000010550	1.0		0	0	False	False	0.9995977282524109	0					non-mobilizable	no_good_hit	185.0	75.676	7.0	3.8625223722203974e-05	CP059258.1	GNS bacteria	Anaerolineae bacterium isolate SSC4 chromosome	True	False
DEN0001_000000032909	1344	0.6861511299724095	2	2	2	2	1	False	76747	maximal	True	DEN0001_000000032909	1.0		1	1	False	False	0.9955357313156128	0					non-mobilizable	no_good_hit								True	False
ISR0325_000000008038	2457	0.686147840041295	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9316355224708173	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2457.0	99.34899999999999	100.0	0.0007119490620158072	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
FIJ0050_000000018512	1388	0.6861418848342639	2	2	2	1	1	False	52847	fragment	False	FIJ0050_000000018512	0.9762979683972912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	74.795	61.0	0.004266787567376958	NZ_CABJDM010000005.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
ISR0280_000000013210	1178	0.6861418848342639	2	2	2	1	1	False	52846	fragment	False	ISR0280_000000013210	0.9927597955706985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	74.441	72.0	0.004246637448995013	NZ_CABJDM010000005.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
ETH0004_000000024912	1174	0.6861418848342639	2	2	2	1	1	False	52846	fragment	False	ISR0280_000000013210	0.9910865874363328		0	0	False	False	0.9804088473320007	0					non-mobilizable	no_good_hit	848.0	74.764	72.0	0.0042415999193995265	NZ_CABJDM010000005.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
ENG0047_000000013169	1554	0.6861407117295379	3	3	2	3	2	False	64318	maximal	True	ENG0047_000000013169	1.0		15	7	False	False	0.9993565082550049	0					non-mobilizable	no_good_hit	471.0	73.461	30.0	8.24891524068861e-05	CP022655.2	firmicutes	Paenibacillus sp. RUD330 chromosome, complete genome	True	False
SPA0116_000000030015	1373	0.6861317482424467	2	2	2	2	2	False	4343	fragment	False	SPA0116_000000030015	1.0		0	0	False	False	0.9949016571044922	0					non-mobilizable	no_good_hit	957.0	97.492	75.0	0.0002652026370306191	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0169_000000017174	1841	0.6861264251793039	3	3	3	2	1	False	127981	fragment	False	AST0024_000000013247	0.23792117146209776		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	97.552	100.0	0.000458779217076732	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0021_000000026869	1387	0.6861256281867997	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.08595098309530905	PS871	0	0	False	True	0.9963951110839844	0					non-mobilizable	other	1388.0	95.89299999999999	100.0	0.6006929406669554	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0826_000000008990	1424	0.6861169686138555	3	2	2	2	2	False	27403	fragment	False	ISR0826_000000008990	1.0		0	0	False	False	0.9992977380752563	0					non-mobilizable	no_good_hit	166.0	73.494	12.0	3.928613264196128e-05	CP016282.1	high GC Gram+	Cryobacterium arcticum strain PAMC 27867 chromosome 1, complete sequence	True	False
ENG0111_000000012092	1677	0.6861110755937756	2	2	2	1	1	False	59729	fragment	False	SPA0006_000000018610	0.6463343108504399		0	0	False	False	0.9922480583190918	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0001486447898045321	NZ_MCGI01000008.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000008, whole genome shotgun sequence	True	False
SPA0056_000000016557	2146	0.6861095924564306	3	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.2465428573419352		0	0	False	False	1.0	0					non-mobilizable	other	2136.0	83.09899999999999	100.0	0.011902857142857142	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0054_000000022026	2130	0.6861095924564306	3	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.24735864610491054		0	0	False	False	1.0	0					non-mobilizable	other	1800.0	84.833	100.0	0.010222857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0027_01_000000013988	1950	0.6861084940235526	2	2	2	2	1	False	38691	maximal	False	ISR0001_000000013345	0.9910805300713557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	77.301	30.0	0.004351095831542759	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0117_000000001612	9573	0.6861063319665667	9	6	4	5	4	True	128152	maximal	True	CHI0117_000000001612	1.0	PS1029|PS1034	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	3026.0	99.537	54.0	0.4586112795633717	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0040_000000020090	1384	0.6861050359660977	2	2	2	2	1	True	11854	maximal	True	MON0040_000000020090	1.0		1	1	False	False	0.974711000919342	0					non-mobilizable	other	1334.0	81.484	96.0	0.00039380304569015107	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	False	True
ISR0232_000000007020	3516	0.6861037853864165	4	4	4	4	1	True	27463	fragment	False	ISR0232_000000007020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	75.655	18.0	0.0012641581802384288	NZ_SMAL01000002.1	firmicutes	Natranaerovirga pectinivora strain DSM 24629 Ga0244691_102, whole genome shotgun sequence	True	True
AST0060_000000012179	2388	0.6861014762674313	4	4	4	3	3	False	112452	maximal	True	AST0060_000000012179	1.0		1	1	False	False	0.9920435547828674	0					non-mobilizable	other	2442.0	80.262	100.0	0.001516923293116255	NZ_FQLR01000004.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	False	False
ENG0040_000000011114	2077	0.6860992597922078	4	2	2	2	2	False	118625	fragment	False	USA0052_01_000000006917	0.39469334787782684		0	0	False	False	0.995185375213623	0					non-mobilizable	no_good_hit	1630.0	91.963	82.0	0.0002996556005390083	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
DEN0073_000000036621	1461	0.6860992597922078	2	2	2	2	2	False	118589	fragment	False	ENG0060_000000020161	0.15893000999529736		0	0	False	False	1.0	0					non-mobilizable	other	1096.0	93.887	99.0	0.0023026814757386277	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
USA0051_01_000000008698	2378	0.6860987736790052	3	2	1	2	1	True	57187	maximal	True	USA0051_01_000000008698	1.0		1	1	False	False	0.9995794892311096	0					non-mobilizable	no_good_hit	991.0	84.258	41.0	0.007710877258771415	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0079_000000026704	1226	0.6860954249326399	2	2	2	2	2	False	61790	fragment	False	ENG0079_000000026704	1.0		0	0	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	326.0	73.006	26.0	0.002234973481584239	NZ_KE384028.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
FIJ0050_000000011056	2287	0.6860942397617973	4	4	3	4	2	True	46608	fragment	False	FIJ0050_000000011056	1.0		0	0	False	False	0.9969392418861389	0					non-mobilizable	no_good_hit	810.0	93.58	35.0	0.00024364079456412992	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
CHI0041_000000007134	2015	0.6860913437861241	3	3	3	3	3	False	87598	fragment	False	CHI0041_000000007134	1.0		0	0	False	False	0.9950371980667114	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.153713072940708e-06	NZ_CP024942.1	b-proteobacteria	Paraburkholderia terricola strain mHS1 chromosome mHS1_B, complete sequence	True	False
ISR0321_000000004586	2321	0.6860902796911931	3	2	1	1	1	False	25030	maximal	True	ISR0321_000000004586	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	88.01799999999999	38.0	0.014692801844836106	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0044_000000009277	2366	0.6860781595240749	4	3	3	3	1	False	84327	maximal	True	FIJ0044_000000009277	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	75.935	18.0	0.00014237932342557247	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0153_000000013712	1894	0.6860763995397218	3	2	2	2	1	True	39646	maximal	True	FIJ0153_000000013712	1.0		2	2	False	False	0.9994720220565796	0					non-mobilizable	no_good_hit	124.0	84.677	7.0	4.9438486270932365e-05	NZ_KE386941.1	firmicutes	Bacillus aurantiacus DSM 18675 G476DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
USA0135_01_000000011892	1288	0.6860726400267932	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.6554719740324543		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	98.97200000000001	98.0	0.0020985696852975602	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0060_000000001412	17384	0.6860708219972868	17	13	11	8	6	True	120543	maximal	True	AST0060_000000001412	1.0		14	6	False	False	0.9996548295021057	0					non-mobilizable	no_good_hit	141.0	80.142	1.0	7.203960298870388e-05	NZ_CP031367.1	e-proteobacteria	Arcobacter trophiarum LMG 25534 chromosome, complete genome	True	True
MAD0107_000000011568	3357	0.6860603529795188	3	2	2	2	1	False	85140	maximal	True	MAD0107_000000011568	1.0		0	0	False	False	0.9859994053840637	0					non-mobilizable	no_good_hit	116.0	82.759	4.0	1.7961250021072957e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
SPA0089_000000019225	2012	0.6860579817136399	3	2	2	2	1	True	118201	fragment	False	FIJ0037_000000012391	0.6938635224283128		0	0	False	False	0.9990059733390808	0					non-mobilizable	other	2004.0	98.303	99.0	0.04124731892426992	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0091_000000016414	1826	0.6860556339686604	1	1	1	1	1	False	123228	fragment	False	ISR0091_000000016414	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1826.0	100.0	100.0	0.00700492455792209	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
CHI0131_000000012692	1424	0.6860511335301898	2	2	2	2	2	False	105304	maximal	False	MAD0099_000000020831	0.966931216931217		0	0	False	False	0.9992977380752563	0					non-mobilizable	other	1392.0	82.471	97.0	0.0005746993936523174	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0128_000000001487	14416	0.6860504264485503	22	11	3	8	8	True	42521	fragment	False	FIJ0128_000000001487	1.0		0	0	False	False	0.9997919201850891	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	9.779700444403077e-06	CP031828.1	fungi	Lichtheimia ramosa strain KPH11 chromosome 06, complete sequence	True	True
DEN0045_000000001473	15682	0.6860501750191289	22	14	7	12	7	False	132288	fragment	False	CHI0140_000000001647	0.33724104339006405		0	0	False	False	0.9999362230300903	0					non-mobilizable	other	13508.0	93.09299999999999	99.0	0.596802055188909	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
ENG0119_000000024463	1233	0.6860500903854384	2	2	2	2	1	False	59240	maximal	True	ENG0119_000000024463	1.0		0	0	False	False	0.9813463091850281	0					non-mobilizable	no_good_hit	400.0	84.25	32.0	0.005876519087585299	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0040_01_000000004128	4334	0.6860496997635517	7	7	4	5	4	True	75377	fragment	False	MON0013_000000010830	0.9648442020596711		0	0	False	False	1.0	0					non-mobilizable	plasmid	4334.0	97.024	100.0	0.13112967671630948	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0013_000000010830	4211	0.6860496997635517	8	7	4	5	4	True	75377	fragment	False	MON0013_000000010830	0.9653857946486059		0	0	False	False	0.9997625350952148	0					non-mobilizable	plasmid	4211.0	99.929	100.0	0.13554410817772053	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
FIJ0001_000000004732	4156	0.6860496997635517	7	7	4	5	4	True	75377	fragment	False	MON0013_000000010830	0.9545413633275133		0	0	False	False	1.0	0					non-mobilizable	plasmid	4044.0	99.90100000000001	97.0	0.12238164426686039	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0092_000000041028	1114	0.6860495166367052	1	1	1	1	1	False	5297	fragment	False	SPA0092_000000041028	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	98.92299999999999	100.0	0.011710735366841678	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
CHI0111_000000003665	8418	0.6860486481218858	14	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9860879360347943		0	0	False	False	0.9998812079429626	0					non-mobilizable	other	8419.0	99.656	100.0	0.011659974208990287	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0011_01_000000012008	3115	0.686039605628048	4	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.04413219367215849		0	0	False	False	0.9996789693832397	0					non-mobilizable	other	1056.0	88.258	90.0	0.002206019191321458	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0054_000000002951	5285	0.6860386902953429	5	4	2	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9500500646078587	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.16799999999999	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0022_000000004206	6185	0.6860363056481344	5	3	2	3	1	False	37602	maximal	True	ISR0022_000000004206	1.0		4	4	False	False	0.9959579706192017	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000019286	1525	0.6860336019727863	2	1	1	1	1	False	106747	fragment	False	ENG0190_000000019715	0.980343776170207		0	0	False	False	0.998032808303833	0					non-mobilizable	other	1525.0	99.738	100.0	0.0072722761174443965	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0190_000000019715	1521	0.6860336019727863	2	1	1	1	1	False	106747	fragment	False	ENG0190_000000019715	0.9803573196986177		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	100.0	100.0	0.007253188778553466	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0057_000000026508	1338	0.6860336019727863	1	1	1	1	1	False	106745	fragment	False	ISR0342_000000010638	0.9492338679731386		0	0	False	False	0.9850522875785828	0					non-mobilizable	other	1240.0	99.435	93.0	0.005912303221465622	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0111_000000014923	1266	0.6860336019727863	2	1	1	1	1	False	106745	fragment	False	ISR0342_000000010638	0.7913526296872585		0	0	False	False	0.971563994884491	0					non-mobilizable	other	1251.0	98.241	99.0	0.00596479340341568	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0070_000000016945	1249	0.6860336019727863	1	1	1	1	1	False	106745	fragment	False	ISR0342_000000010638	0.7857005790214071		0	0	False	False	0.9991993308067322	0					non-mobilizable	other	1249.0	99.84	100.0	0.005955249733970215	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0101_000000029657	1150	0.6860336019727863	2	1	1	1	1	False	106745	fragment	False	ISR0342_000000010638	0.4670296532117743		0	0	False	False	0.9747825860977173	0					non-mobilizable	other	1150.0	100.0	100.0	0.005482838096419693	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0034_000000011720	1278	0.6860306350630622	2	2	2	2	2	False	65448	maximal	True	ENG0034_000000011720	1.0		83	9	False	False	0.9890453815460205	0					non-mobilizable	other	1279.0	96.01299999999999	100.0	0.0005844192991087263	NZ_LR793266.1	firmicutes	Streptococcus salivarius isolate clinical strain from anonymous patient of Limoges Hospital, whole genome shotgun sequence	False	False
FIJ0032_000000033770	1130	0.6860263125302625	2	2	2	1	1	True	63488	fragment	False	TAN0002_000000034311	0.9386946081004881		0	0	False	False	0.9920353889465332	0					non-mobilizable	no_good_hit	167.0	74.251	15.0	0.21052631578947367	KP449625.1	bacteria	Uncultured bacterium clone contig87268 genomic sequence	True	True
ENG0057_000000025266	1106	0.6860263125302625	2	2	2	1	1	True	63488	fragment	False	TAN0002_000000034311	0.6351032448377582		0	0	False	False	0.9990958571434021	0					non-mobilizable	no_good_hit	167.0	73.653	15.0	0.21052631578947367	KP449625.1	bacteria	Uncultured bacterium clone contig87268 genomic sequence	True	True
ISR0043_000000002946	7142	0.6860251068269821	6	5	4	5	5	True	116702	fragment	False	ISR0043_000000002946	1.0		0	0	False	True	0.9998599886894226	0					non-mobilizable	no_good_hit	3648.0	100.0	51.0	0.018034100124611825	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
ENG0013_000000002956	7448	0.6860186975803606	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.7444741289305357		0	0	False	False	1.0	0					non-mobilizable	other	7448.0	99.194	100.0	0.0015727949349540421	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0803_000000003550	3687	0.6860129428895874	4	3	2	2	3	False	21842	backbone	True	ISR0803_000000003550	1.0	PS50	5	1	True	True	0.994575560092926	12					non-mobilizable	no_good_hit	518.0	72.78	14.0	0.00031906913911041286	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
AST0099_000000009466	2241	0.686008693394732	2	2	2	1	2	False	108815	maximal	True	AST0099_000000009466	1.0		4	3	False	False	0.9941990375518799	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.0004056364145604157	NZ_CABJCG010000021.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
FIJ0023_000000000271	48036	0.6860068417102649	48	15	11	11	7	False	49434	maximal	True	FIJ0023_000000000271	1.0		1	1	False	False	0.999958336353302	0					non-mobilizable	no_good_hit	37.0	91.89200000000001	0.0	0.004356771148493283	NZ_PUEC01000052.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq52, whole genome shotgun sequence	True	False
MON0086_000000001023	17360	0.6860029875642649	16	7	3	7	2	True	120581	fragment	False	MON0086_000000001023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	100.0	0.0	0.00012931220276153393	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	True
DEN0010_000000040219	1179	0.6860022725297751	3	3	3	2	1	False	84249	maximal	False	ISR0825_000000020360	0.9803353340041269		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	98.814	100.0	0.0041925068274920345	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
FIJ0022_000000013792	1872	0.6859996483941404	3	2	1	2	2	False	110627	fragment	False	SPA0050_000000014269	0.9421601337995744		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	95.01100000000001	99.0	0.07325904171863057	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
CHI0014_000000003872	1751	0.6859996483941404	3	2	1	2	2	False	110627	fragment	False	SPA0050_000000014269	0.7255758641475961		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	96.059	100.0	0.07040270346381301	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0123_000000013594	1663	0.6859996483941404	2	2	1	2	2	False	110626	fragment	False	ISR0123_000000013594	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	95.186	100.0	0.05177615963310134	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
FIJ0108_000000016384	1442	0.6859996483941404	3	2	1	2	2	False	110608	fragment	False	FIJ0108_000000016384	0.980028110618785		0	0	False	False	0.9861303567886353	0					non-mobilizable	other	1442.0	96.463	100.0	0.05793136742165185	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
FIJ0042_000000017835	1362	0.6859996483941404	3	2	1	2	2	False	110623	fragment	False	FIJ0042_000000017835	1.0		0	0	False	False	0.9992657899856567	0					non-mobilizable	other	1362.0	95.88799999999999	100.0	0.054753188236714004	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
FIJ0093_000000017230	1102	0.6859996483941404	2	2	1	2	2	False	43207	fragment	False	FIJ0162_000000018250	0.6444254348445965		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	95.64399999999999	100.0	0.044293358007804644	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
MON0100_000000014256	2978	0.6859986922032297	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.6252682918410313		0	0	False	False	0.9989926218986511	0					non-mobilizable	chromosome	2978.0	97.54899999999999	100.0	0.0008332048214487128	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0052_000000025285	1469	0.6859973056878677	3	3	3	2	3	False	91806	fragment	False	ISR0090_000000017639	0.6639064301290073		0	0	False	False	0.9952348470687866	0					non-mobilizable	other	1469.0	99.455	100.0	0.013369884971629978	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
DEN0011_000000013053	3223	0.6859971779196263	4	4	4	4	4	False	75745	maximal	True	DEN0011_000000013053	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	77.857	9.0	0.0027251466624385605	NZ_QPJT01000017.1	firmicutes	Anaerobacterium chartisolvens strain DSM 27016 Ga0244570_117, whole genome shotgun sequence	True	False
ENG0065_000000005593	4945	0.6859949051067522	5	4	2	3	3	False	62876	maximal	True	ENG0065_000000005593	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
ENG0190_000000013723	2204	0.6859820170526453	3	3	3	3	3	False	81201	fragment	False	DEN0010_000000020867	0.5709467583598273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	75.40899999999999	62.0	0.0004195998249634451	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
CHI0043_000000001258	5376	0.6859794320606489	6	5	5	4	4	False	87442	maximal	True	CHI0043_000000001258	1.0		7	4	False	False	1.0	0					non-mobilizable	plasmid	4854.0	99.85600000000001	90.0	0.019912176304017728	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MON0035_000000017236	1675	0.6859785678184859	2	2	2	2	1	False	38303	fragment	False	ISR0010_000000012505	0.9684947491248541		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	99.94	100.0	0.00924928309768105	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
SPA0098_000000016388	2217	0.6859684960631464	2	2	2	2	1	False	55518	fragment	False	ISR0275_000000005792	0.9437992534218167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	75.762	32.0	0.0005055982544754347	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
MON0075_000000009560	2466	0.6859662063404204	2	2	2	2	0	True	119764	fragment	False	MON0075_000000009560	1.0		0	0	False	False	0.9975669384002686	0					non-mobilizable	other	2226.0	99.191	99.0	0.0005958375990395902	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0036_000000013083	1871	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.7893386452366795		0	0	False	False	0.9967931509017944	0					non-mobilizable	other	1871.0	98.985	100.0	0.0005997878118238748	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0066_000000018302	1870	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.9048099215018324		0	0	False	False	1.0	0					non-mobilizable	chromosome	1868.0	97.537	100.0	0.00035599076979047457	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
ENG0189_000000009103	1860	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.8716183559101573		0	0	False	False	1.0	0					non-mobilizable	other	1860.0	99.89200000000001	100.0	0.00046073640994883324	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	True
ENG0123_000000005912	1838	0.6859662063404204	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.5029750492963938		0	0	False	False	1.0	0					non-mobilizable	other	1838.0	99.837	100.0	0.06280771334792122	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ENG0001_000000014802	1817	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.8022509466149653		0	0	False	False	0.9829388856887817	0					non-mobilizable	chromosome	1802.0	98.66799999999999	99.0	0.00034321552523987906	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
ISR0125_000000008350	1807	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.7928927751487359		0	0	False	False	0.9961261749267578	0					non-mobilizable	chromosome	1808.0	96.792	100.0	0.0003445502522824786	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
DEN0017_000000016195	1800	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.8028132371072101		0	0	False	False	1.0	0					non-mobilizable	other	1802.0	98.946	100.0	0.003357900762006686	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
SPA0024_000000008588	1762	0.6859662063404204	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.4043304285347995		0	0	False	False	1.0	0					non-mobilizable	other	1762.0	95.914	100.0	0.060175054704595186	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
CHI0022_000000006900	1725	0.6859662063404204	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.44445333814808663		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	97.855	100.0	0.05894420131291028	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0153_000000016822	1711	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.20518566512894879		0	0	False	False	0.9964932799339294	0					non-mobilizable	chromosome	1711.0	98.13	100.0	0.00034713531151740154	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
ISR0082_000000019293	1677	0.6859662063404204	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.25804784955836124		0	0	False	False	0.999403715133667	0					non-mobilizable	other	1677.0	94.275	100.0	0.00035396861971034974	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ITA0001_000000001894	1666	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.6849025747684717		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	98.441	100.0	0.0031080625043115742	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
CHI0046_000000006986	1647	0.6859662063404204	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.23175326699598475		0	0	False	False	0.9981784820556641	0					non-mobilizable	other	1649.0	92.602	100.0	0.056277352297592995	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0790_000000010446	1610	0.6859662063404204	2	2	2	2	0	True	38515	fragment	False	ISR0790_000000010446	1.0		0	0	False	False	0.9981366395950317	0					non-mobilizable	other	1610.0	100.0	100.0	0.02484098067066016	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	False	True
SPA0014_000000014841	1607	0.6859662063404204	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.28922935012971107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1607.0	94.275	100.0	0.00035903156771078116	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
SPA0004_000000007455	1573	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.22909694235781156		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	100.0	100.0	0.0003705097785591271	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
MON0061_000000029800	1540	0.6859662063404204	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.1128590200548537		0	0	False	False	0.9746752977371216	0					non-mobilizable	other	1540.0	99.935	100.0	0.0019857859531772575	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0841_000000009743	1535	0.6859662063404204	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.3081952364821483		0	0	False	False	0.9967426657676697	0					non-mobilizable	other	1535.0	98.958	100.0	0.0524480306345733	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0334_000000014129	1524	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.3943451313293313		0	0	False	False	0.9993438124656677	0					non-mobilizable	other	1527.0	97.773	100.0	0.002843308529739143	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
ISR0789_000000009188	1522	0.6859662063404204	2	2	2	2	0	True	22096	maximal	True	ISR0789_000000009188	1.0		34	7	False	False	0.9881734848022461	0					non-mobilizable	chromosome	1042.0	80.998	99.0	0.0001916531787566486	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0008_000000016999	1521	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.15529887826937275		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	98.291	100.0	0.00048746799687558365	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0077_000000029793	1498	0.6859662063404204	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.4394985205277124		0	0	False	False	1.0	0					non-mobilizable	chromosome	1500.0	92.333	100.0	0.00039933534806063604	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
AST0060_000000020251	1490	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.1258701143343662		0	0	False	False	0.9953020215034485	0					non-mobilizable	other	1490.0	99.262	100.0	0.0003690352417503027	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	True
MON0064_000000019517	1473	0.6859662063404204	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.38038446580469637		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	93.211	100.0	0.0004663899229297796	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
CHI0081_000000006611	1460	0.6859662063404204	2	2	2	2	0	True	84305	fragment	False	CHI0081_000000006611	0.9613718411552346		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	75.931	97.0	0.02203112455999506	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	False	True
MAD0025_000000009055	1456	0.6859662063404204	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.1995655043688836		0	0	False	False	1.0	0					non-mobilizable	chromosome	1457.0	97.255	100.0	0.00038813155072025743	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0111_000000012083	1423	0.6859662063404204	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.194960735865293		0	0	False	False	0.9992972612380981	0					non-mobilizable	other	1424.0	93.75	100.0	0.0024397818265421496	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
DEN0018_000000028985	1392	0.6859662063404204	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.10948115202622274		0	0	False	False	0.9892241358757019	0					non-mobilizable	chromosome	1373.0	98.10600000000001	99.0	0.0003066867783996766	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
DEN0018_000000029155	1385	0.6859662063404204	2	2	2	2	0	True	84305	fragment	False	CHI0081_000000006611	0.9373287671232877		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	75.265	100.0	0.021475328845797566	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	False	True
MAD0011_000000010161	1382	0.6859662063404204	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.09757670946091387		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	96.02	100.0	0.0023677207599354195	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0046_000000025352	1370	0.6859662063404204	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.21761514355501815		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	91.98299999999999	100.0	0.0023488476234431806	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0120_000000026715	1358	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.10863826088884686		0	0	False	False	1.0	0					non-mobilizable	chromosome	1358.0	99.779	100.0	0.0002754752150462654	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
ISR0005_000000012049	1298	0.6859662063404204	2	2	2	2	0	True	38514	fragment	False	ISR0005_000000012049	0.9664970313825276		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	93.667	100.0	0.00028521199304127476	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
FIJ0043_000000023847	1265	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.09268450929578802		0	0	False	False	0.9849802255630493	0					non-mobilizable	chromosome	1251.0	99.361	99.0	0.000253753882688159	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
FIJ0044_000000017850	1249	0.6859662063404204	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.0816996995157987		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	97.43	99.0	0.00033157904985929896	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0130_000000014356	1204	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.045496900406482965		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	98.671	100.0	0.0002442127366990842	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
MON0085_000000026699	1202	0.6859662063404204	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.0793202856373442		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	94.435	100.0	0.0003203752525189204	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0269_000000016573	1179	0.6859662063404204	2	2	2	2	0	True	38514	fragment	False	ISR0005_000000012049	0.923728813559322		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	99.915	100.0	0.018186870870129067	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	False	True
ISR0126_000000043229	1155	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.060684034350266286		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	98.617	100.0	0.0021553210887727534	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
DEN0086_000000002574	1128	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.0609951464548756		0	0	False	False	0.9991135001182556	0					non-mobilizable	other	1128.0	99.823	100.0	0.002395953689577176	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CHI0035_000000009203	1100	0.6859662063404204	2	2	2	2	0	True	119759	fragment	False	ISR0282_000000010198	0.05976732428697376		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	99.455	100.0	0.0023363740241169975	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CHI0153_000000001968	8265	0.6859537488418767	8	4	3	4	0	True	79293	fragment	False	ISR0043_000000002370	0.8083020804758367		0	0	False	False	0.9981850981712341	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	0.0017619120576068638	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0378_000000016501	1810	0.6859425736099399	2	2	2	2	2	False	125948	maximal	True	ISR0378_000000016501	1.0		0	0	False	False	0.9839779138565063	0					non-mobilizable	no_good_hit	1484.0	96.49600000000001	82.0	0.004050632911392405	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0012_000000003973	5965	0.6859382326425886	6	4	3	3	3	False	118464	fragment	False	ENG0122_000000003528	0.11437630670420669		0	0	False	False	0.9984912276268005	0					non-mobilizable	no_good_hit	2902.0	83.666	84.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0045_000000021497	1230	0.6859298931082339	2	2	2	2	2	False	36219	maximal	True	ISR0045_000000021497	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	81.507	12.0	0.022831774219121612	NZ_KB904318.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_91.92, whole genome shotgun sequence	True	False
MON0105_000000032781	1660	0.6859219110182366	3	2	2	1	1	False	81916	fragment	False	CHI0144_000000009042	0.9471018570624649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0013_000000003665	6319	0.6859157966087298	7	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.11688246197504945		0	0	False	False	0.9979426860809326	0					non-mobilizable	no_good_hit	2902.0	83.666	87.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0013_000000025715	2088	0.6859151468063058	4	2	2	2	1	True	13527	maximal	True	MON0013_000000025715	1.0		5	2	False	False	0.9947317838668823	0					non-mobilizable	no_good_hit	1007.0	81.72800000000001	47.0	0.00045018582138159157	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	True
FIJ0078_000000015384	1595	0.6859098662523839	3	3	3	3	2	False	59130	fragment	False	ENG0121_000000010204	0.9711833231146536		0	0	False	False	0.9968652129173279	0					non-mobilizable	chromosome	1595.0	99.12200000000001	100.0	0.00044612982377871963	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0035_000000023317	1497	0.6859079783624721	2	2	2	2	2	False	99912	fragment	False	SPA0126_000000025445	0.8238034632823261		0	0	False	False	0.9993320107460022	0					non-mobilizable	chromosome	1497.0	98.73100000000001	100.0	0.00041870151591779454	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0060_000000001716	6039	0.6859059404886335	9	5	1	3	4	False	90311	fragment	False	CHI0060_000000001716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	86.84200000000001	6.0	0.0015806185393965673	NZ_KB894649.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00007.7, whole genome shotgun sequence	True	False
ISR0387_000000000549	23691	0.6859047378591924	23	19	11	15	13	True	71944	maximal	True	ISR0387_000000000549	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	12464.0	91.95299999999999	95.0	0.26820238584944467	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	False	True
ISR0241_000000004518	2945	0.6859029077033831	3	2	1	2	1	False	111473	fragment	False	AST0104_000000010853	0.9839496791343931		0	0	False	False	0.9945670366287231	0					non-mobilizable	chromosome	1715.0	89.329	100.0	0.00048639377415969073	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0005_000000017750	1344	0.6859025617572109	2	1	1	1	1	False	131310	fragment	False	ISR0025_000000027000	0.9550959971469459		0	0	False	False	0.9992559552192688	0					non-mobilizable	no_good_hit	60.0	86.667	4.0	9.476062101935125e-06	CP013923.1	b-proteobacteria	Achromobacter denitrificans strain USDA-ARS-USMARC-56712, complete genome	True	False
FIJ0095_000000024318	1159	0.685901047220061	2	1	1	1	1	False	43064	fragment	False	FIJ0095_000000024318	1.0		0	0	False	False	0.9879206418991089	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0005559212932484822	NZ_CYXX01000020.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0286_000000002017	5821	0.6859002533944453	7	3	2	2	2	True	36000	maximal	True	ISR0286_000000002017	1.0		28	5	False	False	0.9927847385406494	0					non-mobilizable	no_good_hit	285.0	89.12299999999999	5.0	0.0012120280985669048	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0064_000000017160	1363	0.6858994450246143	5	2	2	2	2	False	88983	fragment	False	ISR0064_000000017160	0.995903141357257		0	0	False	False	1.0	0					non-mobilizable	chromosome	974.0	97.536	100.0	0.0003051112757843456	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0093_000000000802	27833	0.6858967453935132	31	25	14	19	20	False	123886	fragment	False	DEN0093_000000000802	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14411.0	98.057	96.0	0.004063339242995415	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0023_000000002606	5081	0.6858960335966329	7	4	4	3	2	False	89441	maximal	True	MON0023_000000002606	1.0		2	1	False	False	0.996063768863678	0					non-mobilizable	no_good_hit	790.0	98.101	16.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
CHI0140_000000026218	1145	0.6858949863434265	2	1	1	1	1	False	80175	fragment	False	CHI0140_000000026218	1.0		0	0	False	False	0.9694322943687439	0					non-mobilizable	no_good_hit	496.0	71.774	42.0	8.543378828012173e-05	NZ_CP028290.1	b-proteobacteria	Acidovorax cattleyae strain CAT98_1 chromosome	True	False
MAD0085_000000005484	2051	0.685893150551264	2	1	1	1	1	False	16068	maximal	True	MAD0085_000000005484	1.0		1	1	False	False	0.9995124340057373	0					non-mobilizable	no_good_hit	662.0	99.094	35.0	0.0056235218049718394	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
ISR0087_000000022344	1640	0.685893150551264	2	1	1	1	1	False	33831	maximal	True	ISR0087_000000022344	1.0		2	1	False	False	0.9859756231307983	0					non-mobilizable	no_good_hit	668.0	99.85	41.0	0.12457975345536047	MK232116.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K17_7_c1 sequence	True	False
ENG0022_000000010440	1400	0.685893150551264	1	1	1	1	1	False	66302	maximal	True	ENG0022_000000010440	1.0		10	4	False	False	0.9957143068313599	0					non-mobilizable	no_good_hit	673.0	98.514	48.0	0.12532685842360852	MK232116.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K17_7_c1 sequence	True	False
ISR0208_000000021582	1291	0.685893150551264	2	1	1	1	1	False	28498	maximal	True	ISR0208_000000021582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	99.55799999999999	70.0	0.007699375542359327	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
USA0005_01_000000005852	6169	0.6858889420657996	8	7	6	6	5	False	67472	fragment	False	USA0005_01_000000005852	1.0		0	0	False	False	0.9975684881210327	0					non-mobilizable	no_good_hit	2016.0	89.881	33.0	0.013711419595335936	NZ_FRAD01000008.1	firmicutes	Hathewaya proteolytica DSM 3090, whole genome shotgun sequence	True	False
SPA0113_000000023149	1259	0.6858864305458464	2	2	2	2	1	True	103166	fragment	False	SPA0113_000000023149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0108_000000002242	8498	0.6858824351041504	11	6	5	6	5	False	42242	maximal	True	FIJ0108_000000002242	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	74.634	2.0	0.0010142853556275263	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
ISR0343_000000012866	1468	0.6858813849910455	3	3	2	2	1	False	81907	fragment	False	ISR0343_000000012866	0.9866130106611479		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	86.694	100.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0093_000000010986	3658	0.685878686889092	6	5	4	2	2	True	59181	fragment	False	SPA0093_000000010986	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	74.631	43.0	0.0002494798978400961	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
AST0097_000000000320	43778	0.6858785679881506	42	26	15	23	11	True	119539	fragment	False	ISR0046_000000000133	0.8589367131439146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	13408.0	97.24	71.0	0.07451170190868783	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
CHI0071_000000001289	8871	0.6858780147482858	13	10	3	6	10	True	111505	fragment	False	CHI0071_000000001289	0.9756429450465783		0	0	False	False	0.9986472725868225	0					non-mobilizable	no_good_hit	7277.0	93.816	88.0	0.0013771129489081406	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
SPA0155_000000001743	8132	0.6858780147482858	12	10	3	6	10	True	111505	fragment	False	CHI0071_000000001289	0.9241618109894438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6862.0	93.87899999999999	86.0	0.008927673436546903	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
USA0005_01_000000015145	2182	0.6858673372718317	2	2	2	2	2	False	92587	fragment	False	USA0005_01_000000015145	1.0		0	0	False	False	0.999541699886322	0					non-mobilizable	no_good_hit	1675.0	88.478	77.0	0.0003000633666392311	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
CHI0090_000000011760	1172	0.6858638624137646	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.10953435223088033		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	92.43799999999999	100.0	0.00036522941322503796	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0014_01_000000003949	1273	0.6858614650733069	2	2	2	2	2	False	1969	maximal	True	USA0014_01_000000003949	1.0		11	4	False	False	0.9984288811683655	0					non-mobilizable	virus	1273.0	100.0	100.0	0.33350812794965917	MK232753.1	viruses	Uncultured human fecal virus clone B.wexlerae_S04.r1.P04_2-CL17_c2 sequence	False	False
SPA0128_000000034081	1110	0.6858529912720475	2	1	1	1	1	False	3851	maximal	True	SPA0128_000000034081	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0338_000000007244	3415	0.6858479366519545	6	3	3	3	2	False	128183	maximal	True	ISR0338_000000007244	0.980164784864205		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1925.0	99.429	65.0	0.04862023653088042	NZ_VULP01000030.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq30, whole genome shotgun sequence	True	False
ISR0370_000000007957	3277	0.6858479366519545	4	3	3	3	2	False	128183	maximal	False	ISR0338_000000007244	0.9607613469985359		0	0	False	False	0.99969482421875	0					non-mobilizable	no_good_hit	1925.0	99.273	60.0	0.04862023653088042	NZ_VULP01000030.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq30, whole genome shotgun sequence	True	False
CHI0119_000000000174	23863	0.6858424495296548	26	18	6	13	12	True	116746	fragment	False	AUS0014_000000000962	0.9860412221288395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
ISR0178_000000003377	4492	0.6858380048038761	6	6	4	5	4	False	130509	fragment	False	ISR0203_000000002513	0.27656002311485134		0	0	False	False	1.0	0					non-mobilizable	other	4487.0	99.198	99.0	0.02562285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0034_000000003195	4647	0.6858360760646656	9	9	8	6	8	False	85436	fragment	False	MAD0034_000000003195	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3028.0	99.538	92.0	0.017511744976162476	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	False	True
ISR0365_000000013351	1294	0.6858344874782043	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9198976245213646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	6.0	2.6254343326701307e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0090_000000010856	3756	0.6858341820118674	6	3	2	3	1	False	43520	maximal	True	FIJ0090_000000010856	1.0		3	3	True	True	1.0	4					non-mobilizable	no_good_hit	49.0	97.959	3.0	3.914309246740114e-05	NZ_CWHU01000005.1	firmicutes	Anaerococcus jeddahensis strain SB3, whole genome shotgun sequence	True	True
FIJ0042_000000005039	4647	0.6858336138532198	3	2	2	2	2	False	127916	fragment	False	FIJ0169_000000004274	0.6367161385211927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	89.085	29.0	0.0002521505122683576	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0039_000000006884	4610	0.6858331445178245	8	3	3	2	1	True	36565	maximal	True	ISR0039_000000006884	1.0		1	1	False	False	0.9965292811393738	0					non-mobilizable	no_good_hit	226.0	98.23	5.0	0.002758908208058464	NZ_QIBZ01000011.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_011, whole genome shotgun sequence	True	True
ISR0323_000000003189	5181	0.6858279138345054	7	6	2	2	6	False	25000	maximal	True	ISR0323_000000003189	1.0		1	1	False	False	1.0	0		MOBQ			mobilizable	other	5193.0	90.37200000000001	100.0	0.12743267151562807	NZ_BCMF01000013.1	firmicutes	Lactobacillus mixtipabuli strain IWT30, whole genome shotgun sequence	False	True
ISR0091_000000010337	2964	0.6858275362851689	5	3	1	2	2	False	33629	maximal	True	ISR0091_000000010337	1.0		7	3	False	False	0.9952766299247742	0					non-mobilizable	no_good_hit	143.0	96.50299999999999	9.0	4.004957121575268e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0080_000000000336	11497	0.6858247433144053	16	15	7	9	9	True	102535	fragment	False	CHI0080_000000000336	1.0		0	0	False	False	0.9967817664146423	0			MPF_T		non-mobilizable	no_good_hit	9460.0	75.37	81.0	0.302395402892562	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	True	True
ISR0266_000000000869	12493	0.6858236578311847	19	13	6	10	13	True	53910	fragment	False	ISR0266_000000000869	0.9985456148082856		0	0	False	False	0.9991995692253113	0					non-mobilizable	other	11935.0	98.04799999999999	95.0	0.00550544401066446	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
FIJ0090_000000020797	2118	0.6858213880445071	3	3	3	3	3	False	43480	maximal	True	FIJ0090_000000020797	1.0		620	15	False	False	1.0	0					non-mobilizable	other	1706.0	83.118	98.0	0.0005079233941928128	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0047_000000020529	2182	0.6858206777259991	2	2	2	1	0	False	17654	maximal	True	MAD0047_000000020529	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	98.083	14.0	0.00010601726110522315	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0049_000000007576	2246	0.6858177036532781	2	2	1	2	1	False	46670	fragment	False	FIJ0049_000000007576	1.0		0	0	False	False	0.9973285794258118	0	IncFIB				non-mobilizable	no_good_hit	1233.0	99.757	55.0	0.01051517530982213	MN783745.1	enterobacteria	Escherichia coli plasmid pFII-FIB, complete sequence	True	True
FIJ0066_000000012160	2634	0.685815291574555	3	2	2	1	2	False	62086	fragment	False	MON0063_000000011525	0.9561480983695739		0	0	False	False	1.0	0					non-mobilizable	chromosome	2660.0	95.301	100.0	0.0007087735603187107	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0166_000000024275	1243	0.6858114891330948	3	3	3	3	3	False	121908	fragment	False	ENG0166_000000024275	0.9465351510143429		0	0	False	False	0.9839099049568176	0					non-mobilizable	no_good_hit	132.0	81.818	11.0	0.003920031360250882	NZ_VDCQ01000090.1	firmicutes	Paenibacillus hemerocallicola strain KCTC 33185 RDPYD18112709_A.Scaf90, whole genome shotgun sequence	True	False
SPA0057_000000022650	1455	0.6858083426062264	2	2	2	1	1	False	115792	fragment	False	ISR0054_000000014703	0.37931056224311527		0	0	False	False	0.9972508549690247	0					non-mobilizable	other	1453.0	99.587	99.0	0.018056781863629016	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0151_000000011995	1706	0.6858078520087115	4	1	1	1	1	False	30763	fragment	False	ISR0151_000000011995	1.0		0	0	False	False	1.0	0					non-mobilizable	other	888.0	98.311	99.0	0.0026808841174994938	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0049_000000012487	1737	0.6858036104405122	4	2	1	2	2	False	99866	fragment	False	ISR0104_000000013679	0.9494457072094485		0	0	False	False	1.0	0					non-mobilizable	plasmid	1298.0	97.304	99.0	0.24662483361855866	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CAN0014_000000028894	1700	0.6857963349376733	3	3	3	2	2	False	93567	fragment	False	CAN0014_000000028894	1.0		0	0	False	False	0.9976470470428467	0					non-mobilizable	other	1700.0	96.647	100.0	0.15162873717090586	NZ_CABKPS010000059.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0002_000000004261	4928	0.6857798121641977	7	5	3	4	2	True	105522	fragment	False	ISR0002_000000004261	1.0		0	0	False	False	0.9997971057891846	0					non-mobilizable	no_good_hit								True	True
ISR0858_000000008420	1284	0.6857713230860449	3	2	2	2	2	False	20453	fragment	False	ISR0858_000000008420	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1224.0	86.928	95.0	0.0004099716688707973	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ITA0002_000000003383	2574	0.6857554982280887	3	3	3	3	2	False	125666	fragment	False	ITA0002_000000003383	0.9531186302486752		0	0	False	False	0.999611496925354	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00011574313291858711	NZ_JAAISM010000001.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_1_length_241915_cov_163.61, whole genome shotgun sequence	True	False
ISR0196_000000009151	2171	0.6857496889646633	3	3	3	3	1	False	63451	fragment	False	ISR0196_000000009151	0.9501126500692201		0	0	False	False	0.9990787506103516	0					non-mobilizable	other	2133.0	90.905	100.0	0.0005985981001114573	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0100_000000014777	2058	0.6857496889646633	3	3	3	3	1	False	99500	fragment	False	ENG0100_000000014777	1.0		0	0	False	False	0.999028205871582	0					non-mobilizable	no_good_hit	914.0	93.21700000000001	53.0	0.0002560201263856984	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0077_000000021026	2030	0.6857496889646633	3	3	3	3	1	False	67172	fragment	False	ENG0011_000000013638	0.9620597910067952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	92.37100000000001	57.0	0.0002714768848392806	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0837_000000006446	1964	0.6857496889646633	3	3	3	3	1	False	20909	maximal	True	ISR0837_000000006446	1.0		1	1	False	False	0.9989816546440125	0					non-mobilizable	no_good_hit	948.0	91.456	48.0	0.00026529418145784773	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0026_000000018513	1759	0.6857496889646633	3	3	3	3	1	False	49089	fragment	False	FIJ0026_000000018513	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	90.883	97.0	0.0004830939596674155	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0084_000000029729	1254	0.6857475450960089	1	1	1	1	1	False	9810	maximal	True	MON0084_000000029729	1.0		37	7	False	False	0.99920254945755	0					non-mobilizable	other	1254.0	99.92	100.0	0.010121408434776286	NZ_WEHX01000002.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_2_length_123797_cov_134.930290, whole genome shotgun sequence	False	False
ISR0011_000000001820	12996	0.685737001913145	15	8	4	6	4	True	121810	maximal	True	ISR0011_000000001820	0.971568789094949		1	1	False	False	0.9997691512107849	0					non-mobilizable	no_good_hit	620.0	74.839	5.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
CHI0149_000000007709	1656	0.6857340882733608	2	2	2	1	2	False	79576	maximal	False	ISR0323_000000010400	0.3876004592422503		0	0	False	False	0.9993961453437805	0					non-mobilizable	other	1679.0	75.521	100.0	0.00045986970358398454	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0142_000000011104	2544	0.6857332886768965	3	3	3	3	3	False	65694	fragment	False	SPA0142_000000011104	0.9623371335504887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	81.592	10.0	3.47931687410401e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MAD0071_000000004087	1511	0.6857326187461308	3	3	3	3	3	False	16334	maximal	True	MAD0071_000000004087	1.0		380	15	False	False	0.9993382096290588	0					non-mobilizable	no_good_hit	779.0	98.588	52.0	0.00023258935631643033	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0816_000000015077	2712	0.6857200970466133	3	2	2	2	2	False	119125	maximal	True	ISR0816_000000015077	1.0	PS816	0	0	False	True	0.978613555431366	0					non-mobilizable	plasmid	1483.0	87.053	98.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0065_000000010628	2641	0.6857187038218764	4	4	4	3	3	False	121332	fragment	False	SPA0114_000000018546	0.815232149051619		0	0	False	False	1.0	0					non-mobilizable	chromosome	2441.0	98.89399999999999	100.0	0.0007690821414398794	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0175_000000015730	1278	0.6857085614020761	2	2	2	2	2	False	60281	fragment	False	ISR0175_000000015730	0.9603450805538519		0	0	False	False	0.9984350800514221	0					non-mobilizable	other	1201.0	80.017	94.0	0.0030342089659972675	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
ISR0224_000000018826	1641	0.6857059111512865	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.6249971177810195		0	0	False	False	1.0	0					non-mobilizable	other	1647.0	93.382	100.0	0.0003408586187037022	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
ISR0071_000000005403	1478	0.6857059111512865	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.5130543915316935		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	99.323	100.0	0.0003478832271967376	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
CHI0080_000000003617	1357	0.6857059111512865	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.15256974237823148		0	0	False	False	0.9926307797431946	0					non-mobilizable	other	1359.0	98.30799999999999	100.0	0.002531942939925086	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
DEN0079_000000054325	1164	0.6857059111512865	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.03083457526080477		0	0	False	False	0.9982817769050598	0					non-mobilizable	chromosome	1164.0	98.883	100.0	0.00022175536436332184	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
CHI0004_000000007338	1106	0.6857059111512865	2	2	2	2	1	True	90811	fragment	False	CHI0004_000000007338	1.0		0	0	False	False	0.9737793803215027	0					non-mobilizable	other	1088.0	90.993	98.0	0.00025596286228703056	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
FIJ0009_000000011942	3108	0.6857046194200529	4	4	3	3	4	False	122458	maximal	True	FIJ0009_000000011942	1.0	PS871	2	1	False	True	0.9996782541275024	0					non-mobilizable	no_good_hit	2231.0	96.19	72.0	0.9653529666522304	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ENG0190_000000008906	3434	0.6856988064301403	4	4	3	4	3	False	126975	maximal	True	ENG0190_000000008906	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1423.0	95.854	55.0	0.02029855010356403	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
DEN0064_000000032296	1343	0.6856974295839422	2	1	1	1	1	False	89621	fragment	False	MAD0007_000000007192	0.9772317968680883		0	0	False	False	0.9977661967277527	0					non-mobilizable	chromosome	1269.0	98.73899999999999	94.0	0.0004972543169557055	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0237_000000006472	1765	0.6856959899533686	2	2	2	2	2	False	58173	fragment	False	ISR0237_000000006472	0.9634934667477758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	82.353	9.0	0.0009305089211141443	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	False
ISR0266_000000014408	1428	0.6856912506886876	2	2	2	2	2	False	85614	fragment	False	ISR0266_000000014408	0.8014144699699443		0	0	False	False	0.9957982897758484	0					non-mobilizable	other	1428.0	99.65	100.0	0.0003498688665989485	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0100_000000006443	5695	0.6856898680626741	6	6	4	4	5	True	132380	maximal	True	MAD0100_000000006443	1.0	PS1159|PS463	0	0	False	True	0.995434582233429	0		MOBV			mobilizable	no_good_hit	3323.0	99.94	85.0	0.4575757575757576	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	True	True
MAD0026_000000004236	2968	0.6856833160530964	4	3	3	3	3	False	114521	maximal	True	MAD0026_000000004236	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	72.866	11.0	4.431382916620992e-05	CP009283.1	firmicutes	Paenibacillus sp. FSL R7-0273, complete genome	True	False
ISR0152_000000001486	16232	0.6856753317291041	19	13	6	9	12	False	30742	fragment	False	ISR0152_000000001486	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	0.0	0.0002843058115154007	NZ_FOYZ01000010.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	True
FIJ0161_000000010471	1638	0.6856747232451501	2	2	2	2	2	False	88574	fragment	False	MON0007_000000037733	0.9537936930651232		0	0	False	False	0.9713064432144165	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	5.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
ENG0014_000000005053	5113	0.6856731692040631	4	4	3	4	3	False	120926	maximal	True	ENG0014_000000005053	1.0		1	1	False	False	0.9933502674102783	0					non-mobilizable	no_good_hit	1283.0	91.348	29.0	0.00036101021940960164	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0040_000000001969	10866	0.6856722053021325	15	8	4	7	6	True	118219	fragment	False	ENG0040_000000001969	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9493.0	97.56700000000001	99.0	0.00168429832220778	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
DEN0093_000000002315	12213	0.6856703382716873	12	11	9	9	8	False	83972	maximal	True	DEN0093_000000002315	1.0		1	1	False	False	0.9991812109947205	0					non-mobilizable	no_good_hit	2016.0	99.70200000000001	24.0	0.4312928082191781	NZ_NFIG01000059.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_59, whole genome shotgun sequence	True	False
CHI0134_000000005079	2799	0.6856609524581169	3	3	3	2	2	True	110096	maximal	True	CHI0134_000000005079	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1971.0	86.2	86.0	0.0007305713676904813	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
FIJ0169_000000012400	1836	0.6856607707361138	2	2	2	2	2	True	112268	fragment	False	FIJ0162_000000011761	0.9627296587926509		0	0	False	False	0.9956427216529846	0					non-mobilizable	other	1840.0	95.48899999999999	100.0	0.03788566243194193	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0338_000000026530	1118	0.6856587625175158	1	1	1	1	1	False	24405	fragment	False	ISR0338_000000026530	1.0		0	0	False	False	0.9937388300895691	0					non-mobilizable	chromosome	1118.0	99.821	100.0	0.00037955538671325084	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0025_000000033258	1290	0.6856586019646577	2	2	2	2	1	True	69866	maximal	True	MON0025_000000033258	1.0		2	2	False	False	0.930232584476471	0					non-mobilizable	other	1197.0	72.431	90.0	0.020490884316194353	NZ_JAAIUD010000013.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_13_length_57977_cov_325.544, whole genome shotgun sequence	False	True
MAD0014_000000008109	3665	0.6856555047638304	3	1	1	1	1	False	71881	maximal	True	MAD0014_000000008109	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2932.0	76.22800000000001	79.0	0.014720029317900717	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0004_000000002656	5756	0.685653080004431	6	5	5	5	5	False	129931	maximal	True	SPA0004_000000002656	1.0	PS777	46	6	False	True	1.0	0					non-mobilizable	no_good_hit	2572.0	97.35600000000001	46.0	0.0007292693340116002	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ENG0009_000000002128	6118	0.6856521303675054	9	7	4	5	5	True	130640	maximal	True	ENG0009_000000002128	1.0	PS1110	8	4	True	True	1.0	103		MOBV			mobilizable	no_good_hit	2183.0	96.61	81.0	0.35561715310614705	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0098_000000020865	1654	0.6856511809978311	3	2	2	2	1	False	9193	fragment	False	MON0098_000000020865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	72.02199999999999	43.0	0.0002792300685695708	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
MON0096_000000011490	3003	0.6856468200504913	6	5	5	4	3	False	93930	maximal	True	MON0096_000000011490	1.0		2	1	False	False	0.993340015411377	0					non-mobilizable	no_good_hit	1848.0	99.729	62.0	0.0005828200919259064	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MON0034_000000017117	1681	0.6856458621350232	2	2	2	2	2	False	12237	maximal	True	MON0034_000000017117	1.0		237	12	False	False	1.0	0					non-mobilizable	other	1681.0	99.762	100.0	0.0004498908612973085	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CAN0002_000000006126	2946	0.6856430270625441	5	5	4	4	3	False	96953	maximal	True	CAN0002_000000006126	1.0		6	3	False	False	0.981670081615448	0					non-mobilizable	no_good_hit	613.0	99.51100000000001	21.0	0.00011524631546042504	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MAD0053_000000002697	4749	0.6856411476713343	6	4	3	3	2	False	112762	maximal	True	MAD0053_000000002697	1.0	PS721	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	2639.0	73.399	55.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
TAN0008_000000008836	2154	0.6856411181392961	3	3	2	2	1	True	2759	maximal	True	TAN0008_000000008836	1.0		0	0	False	False	0.9870009422302246	0					non-mobilizable	no_good_hit	891.0	70.707	40.0	0.052703996171332854	NZ_NBIU01000039.1	e-proteobacteria	Helicobacter valdiviensis strain WBE14 contig39, whole genome shotgun sequence	True	True
USA0069_01_000000033418	1818	0.6856345673575732	3	2	2	2	2	False	34613	maximal	True	USA0069_01_000000033418	1.0		142	11	False	False	0.9900990128517151	0					non-mobilizable	no_good_hit	332.0	72.892	18.0	8.729229158499648e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0086_000000023979	1208	0.6856318720817197	2	2	2	2	2	False	33881	maximal	False	SPA0149_000000032300	0.9708699122106943		0	0	False	False	0.996688723564148	0					non-mobilizable	no_good_hit	504.0	74.80199999999999	41.0	0.00013211576020426757	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0180_000000003179	4645	0.6856259198672642	7	2	0	1	2	True	86599	backbone	False	ISR0133_000000003791	0.22823067192870464	PS437	0	0	True	True	1.0	316					non-mobilizable	no_good_hit	322.0	84.47200000000001	35.0	0.00013123761261591782	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
CHI0116_000000005828	2961	0.6856259198672642	3	2	0	1	2	True	86598	maximal	True	CHI0116_000000005828	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	75.406	31.0	0.0003772224271640118	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ENG0157_000000014593	1706	0.6856209937182843	2	1	1	1	1	False	56631	fragment	False	ENG0157_000000014593	1.0		0	0	False	False	0.9988276958465576	0					non-mobilizable	chromosome	1002.0	87.126	99.0	0.0003547601077245452	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
CHI0158_000000017186	1187	0.6856209937182843	2	1	1	1	1	False	78838	maximal	True	CHI0158_000000017186	1.0		1	1	False	False	0.9983150959014893	0					non-mobilizable	chromosome	1198.0	86.64399999999999	100.0	0.0004224352286760146	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
FIJ0025_000000009086	2362	0.6856180349760068	3	3	3	2	2	False	49182	maximal	True	FIJ0025_000000009086	1.0		147	11	False	False	0.9995766282081604	0					non-mobilizable	chromosome	2377.0	85.949	100.0	0.0003600454819922476	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0067_000000012599	2321	0.6856038038245034	3	3	3	3	3	False	76894	fragment	False	DEN0001_000000019016	0.9587071910447783		0	0	False	False	0.9905213117599487	0					non-mobilizable	no_good_hit	258.0	75.969	11.0	7.156560466878227e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MON0040_000000012412	2192	0.6856026288881703	2	2	1	2	2	True	87089	fragment	False	MON0040_000000012412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1762.0	93.07600000000001	85.0	0.0005462886282991198	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0190_000000015712	1440	0.6855970033472021	2	2	2	1	1	True	29172	maximal	True	ISR0190_000000015712	1.0		3	2	False	False	0.9777777791023254	0					non-mobilizable	no_good_hit	623.0	71.91	42.0	0.00016221762915350805	NZ_CP022121.1	firmicutes	Dehalobacterium formicoaceticum strain DMC chromosome, complete genome	True	True
USA0125_01_000000009308	2604	0.6855922054786601	5	4	3	4	3	False	150	maximal	True	USA0125_01_000000009308	1.0		1	1	False	False	0.991167426109314	0					non-mobilizable	other	2414.0	99.876	100.0	0.0014516093131595935	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
SPA0002_000000006130	4009	0.6855895699916741	7	4	4	4	4	False	106833	maximal	True	SPA0002_000000006130	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1248.0	87.179	31.0	0.016781649542993694	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
MON0079_000000014659	1553	0.6855867814310812	1	1	1	1	1	False	77604	fragment	False	MON0079_000000014659	0.9923948973771403		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	99.484	99.0	0.016573580706597334	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0050_000000026152	1515	0.6855867814310812	1	1	1	1	1	False	77604	fragment	False	MON0079_000000014659	0.9887381527788681		0	0	False	False	0.9636963605880737	0					non-mobilizable	other	1515.0	99.736	100.0	0.016199096959191972	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0009_000000005096	5732	0.6855782636815606	8	5	3	4	0	True	122486	maximal	False	ENG0141_000000004389	0.6216957885304659		0	0	False	False	0.9998255372047424	0					non-mobilizable	no_good_hit	636.0	75.786	17.0	0.000221250882621643	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MAD0009_000000000280	19425	0.6855781279439934	22	13	10	13	7	True	50674	fragment	False	MAD0046_000000000782	0.9416670983762557		0	0	False	False	0.9999485015869141	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	1.0	0.0029584896452862415	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
ISR0126_000000002866	15903	0.6855722691323127	14	9	8	9	8	False	86079	fragment	False	ISR0013_000000001086	0.9573606479275846		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3753.0	96.536	56.0	0.0012625646386981615	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0016_000000020754	1745	0.6855693350116325	2	2	1	2	1	True	13345	fragment	False	MON0016_000000020754	0.9818235995232419		0	0	False	False	0.9799426794052124	0					non-mobilizable	no_good_hit	77.0	83.117	4.0	2.856792423938854e-05	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	True
USA0125_01_000000013677	1726	0.6855663437018761	2	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.7070862129587795		0	0	False	False	0.9849362969398499	0					non-mobilizable	other	1413.0	97.098	99.0	0.0003817847572165295	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0102_000000019519	1479	0.6855663437018761	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.47099181361001125		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	97.881	99.0	0.00038259591463271197	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0071_000000016356	1217	0.6855663437018761	1	1	1	1	1	False	62268	fragment	False	ENG0071_000000016356	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1129.0	69.619	90.0	0.0012713725075466189	LT578418.1	mycoplasmas	Mycoplasma agalactiae isolate JF4428 genome assembly, chromosome: I	False	False
TAN0008_000000007391	2449	0.6855625141323032	4	3	2	2	2	True	117919	maximal	True	TAN0008_000000007391	1.0		5	4	False	False	0.9995916485786438	0					non-mobilizable	no_good_hit	1909.0	79.204	78.0	0.013484806502262862	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ENG0145_000000022062	1292	0.6855587797935226	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.16469850037504544		0	0	False	False	1.0	0					non-mobilizable	chromosome	1292.0	100.0	100.0	0.00043454304147142803	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0780_000000010164	1240	0.6855587797935226	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.15931011852067894		0	0	False	False	0.97661292552948	0					non-mobilizable	other	1240.0	99.758	100.0	0.00038545080322472064	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0071_000000039048	1147	0.6855587797935226	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.11432436557681401		0	0	False	False	0.9930253028869629	0					non-mobilizable	other	1147.0	100.0	100.0	0.00035651866060979	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0068_000000036567	1155	0.6855542562804942	2	1	1	1	1	False	10529	maximal	True	MON0068_000000036567	1.0		203	12	False	False	0.9740259647369385	0					non-mobilizable	chromosome	1154.0	98.61399999999999	99.0	0.0003342334155147499	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0005_000000002486	7865	0.6855524502944615	10	10	10	7	6	False	112184	maximal	False	ENG0180_000000001446	0.9500273530967202		0	0	False	False	1.0	0					non-mobilizable	other	7810.0	99.91	99.0	0.01628089283257096	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0129_000000002314	7860	0.6855524502944615	10	10	10	7	6	False	112184	maximal	False	ENG0180_000000001446	0.9496350721132699		0	0	False	False	1.0	0					non-mobilizable	other	7776.0	100.0	99.0	0.016210006629944835	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0159_000000009462	1649	0.6855445138526924	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.17441678707376712		0	0	False	False	0.9987871646881104	0					non-mobilizable	chromosome	1655.0	84.834	99.0	0.0005807729450464849	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0183_000000009539	3560	0.6855419508070141	5	2	1	2	0	True	29484	maximal	True	ISR0183_000000009539	1.0		1	1	True	True	1.0	71					non-mobilizable	no_good_hit								True	True
SPA0127_000000008659	3404	0.6855419508070141	5	2	1	2	0	True	71002	maximal	True	SPA0127_000000008659	0.9980831613093483		2	2	True	True	1.0	27					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.6423797230582814e-05	CP024952.1	e-proteobacteria	Helicobacter pylori strain B125A chromosome, complete genome	True	True
DEN0066_000000009707	3352	0.6855419508070141	6	2	1	2	0	True	71002	maximal	False	SPA0127_000000008659	0.991350633396088		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.6423797230582814e-05	CP024952.1	e-proteobacteria	Helicobacter pylori strain B125A chromosome, complete genome	True	True
FIJ0134_000000003601	4564	0.6855304817446964	8	4	2	3	2	True	40642	fragment	False	FIJ0134_000000003601	1.0		0	0	False	False	0.9997808933258057	0					non-mobilizable	other	2552.0	97.335	100.0	0.00072751828642472	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0079_01_000000001459	10906	0.6855297568990674	11	5	5	5	4	False	130497	fragment	False	USA0079_01_000000001459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7319.0	98.634	73.0	0.011666017756728984	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0099_000000002403	8030	0.6855297568990674	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.661319953141577		0	0	False	False	1.0	0					non-mobilizable	other	7249.0	98.855	96.0	0.011554320144504797	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0200_000000014681	1423	0.6855243034288299	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.9173750916368533		0	0	False	False	0.9957835674285889	0					non-mobilizable	other	1423.0	97.54	100.0	0.0023393075052090683	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0261_000000009085	2017	0.6855229523569804	3	2	2	2	1	False	81435	maximal	True	ISR0261_000000009085	1.0		73	10	False	False	0.9925631880760193	0					non-mobilizable	chromosome	1582.0	95.07	100.0	0.0005503790260626602	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0051_000000013119	2611	0.6855210767021537	3	3	3	3	2	True	24010	fragment	False	MON0051_000000013119	1.0		0	0	False	False	0.9919571280479431	0					non-mobilizable	no_good_hit	570.0	76.842	22.0	0.00019589171161951555	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0065_000000005837	2007	0.6855175006262206	4	3	1	2	3	True	118240	fragment	False	MAD0072_000000001538	0.44517069027972134		0	0	False	False	1.0	0					non-mobilizable	other	2007.0	98.306	100.0	0.0004918268720374848	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0007_000000009486	1916	0.6855153516986535	2	2	2	1	1	False	127006	maximal	True	AST0007_000000009486	1.0		1	1	False	False	0.9817327857017517	0					non-mobilizable	no_good_hit	1005.0	98.806	66.0	0.00028500833450667443	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0069_000000005692	4266	0.6855139697691789	5	2	2	2	1	False	5962	maximal	True	SPA0069_000000005692	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	95.652	3.0	6.583943840114121e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0071_000000005691	4266	0.6855139697691789	5	2	2	2	1	False	5962	maximal	False	SPA0069_000000005692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	95.652	3.0	6.583943840114121e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0072_000000004669	4266	0.6855139697691789	5	2	2	2	1	False	5962	maximal	False	SPA0069_000000005692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	95.652	3.0	6.583943840114121e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0070_000000005007	4255	0.6855139697691789	5	2	2	2	1	False	5962	maximal	False	SPA0069_000000005692	0.9980661040787624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	95.19200000000001	2.0	5.948651013436443e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0036_000000005284	4203	0.6855123199126639	3	3	2	2	2	True	130386	maximal	True	ENG0036_000000005284	1.0		0	0	False	False	0.9969069957733154	0					non-mobilizable	no_good_hit	1383.0	98.40899999999999	33.0	0.0011323782159664507	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	True	True
USA0057_01_000000017635	1813	0.6855043664683064	2	2	2	2	2	True	56659	fragment	False	USA0057_01_000000017635	0.9518471380381025		0	0	False	False	0.9917263984680176	0					non-mobilizable	chromosome	1813.0	96.74600000000001	100.0	0.0005241058241549591	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
MAD0017_000000001894	1965	0.6855010947016328	3	3	3	3	3	False	84482	fragment	False	DEN0085_000000014277	0.9435197845360255		0	0	False	False	0.9923664331436157	0					non-mobilizable	other	1966.0	96.185	100.0	0.00035719137728375597	CP015229.1	enterobacteria	Escherichia coli strain 06-00048, complete genome	False	False
USA0047_01_000000012104	2936	0.6854945867575901	2	2	2	2	2	False	104988	maximal	True	USA0047_01_000000012104	1.0		268	11	False	False	1.0	0					non-mobilizable	chromosome	2936.0	99.21700000000001	100.0	0.00046801571065753896	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0209_000000004922	5825	0.685483798039082	7	2	2	1	2	False	28477	fragment	False	ISR0209_000000004922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	90.741	1.0	1.485394289344524e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
SPA0066_000000004828	3076	0.6854662492362864	4	4	4	4	4	False	87339	maximal	True	SPA0066_000000004828	0.9736014358916766		405	13	False	False	0.9928478598594666	0					non-mobilizable	other	3076.0	99.96700000000001	100.0	0.025644019314324792	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
USA0055_01_000000010499	2615	0.6854655795902757	3	3	2	3	3	False	81887	fragment	False	SPA0122_000000009941	0.9476256983240223		0	0	False	False	0.9996175765991211	0					non-mobilizable	no_good_hit	1010.0	81.782	52.0	0.00045984730830756604	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0090_000000001729	10622	0.6854490545777113	11	7	5	6	4	False	85922	maximal	True	ENG0090_000000001729	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4853.0	98.249	47.0	0.0009397293029559833	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
FIJ0090_000000021450	2061	0.6854442461572132	4	4	4	3	3	False	106165	fragment	False	FIJ0090_000000021450	1.0		0	0	False	False	1.0	0					non-mobilizable	other	707.0	99.434	100.0	0.00021256308020161578	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0167_000000017863	1582	0.6854410583138706	3	3	3	3	1	False	70919	fragment	False	ISR0167_000000017863	0.9768076599326599		0	0	False	False	0.998735785484314	0					non-mobilizable	chromosome	1582.0	97.219	100.0	0.00035185345092345397	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0035_000000005883	4965	0.6854358944451517	6	3	2	3	3	True	111956	fragment	False	CAN0013_000000004608	0.9641547800604049		0	0	False	False	0.999798595905304	0					non-mobilizable	no_good_hit	2095.0	90.167	56.0	0.0006300031213379371	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ISR0812_000000027738	1423	0.6854352159104755	2	2	2	2	2	False	65043	fragment	False	ENG0152_000000014336	0.637299035369775		0	0	False	False	0.9810259938240051	0					non-mobilizable	other	1423.0	99.93	100.0	0.013035586601397062	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
USA0037_01_000000015726	2174	0.6854276751406685	2	2	2	2	2	False	95549	fragment	False	CHI0018_000000006944	0.7636948189645906		0	0	False	False	0.9958601593971252	0					non-mobilizable	other	2173.0	98.85	99.0	0.0003486190188543447	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
FIJ0090_000000001387	18169	0.6854080213421513	23	13	8	10	8	False	43545	maximal	True	FIJ0090_000000001387	1.0		3	1	False	False	0.9996697902679443	0					non-mobilizable	no_good_hit	446.0	95.964	2.0	0.0007388160680042835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0198_000000009556	3485	0.6854041090457272	4	3	3	3	3	False	103957	fragment	False	ISR0198_000000009556	1.0		0	0	False	False	0.9954088926315308	0					non-mobilizable	other	3466.0	98.64399999999999	99.0	0.001700532539064398	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0279_000000002555	6493	0.6853989638099979	15	7	4	6	5	True	79083	maximal	True	ISR0279_000000002555	1.0		2	2	False	False	0.997073769569397	0					non-mobilizable	no_good_hit	1852.0	99.29799999999999	76.0	0.025597387682813777	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
DEN0062_000000001585	8846	0.6853894958018958	7	6	3	4	3	False	80290	fragment	False	DEN0062_000000001585	1.0		0	0	False	False	0.9998869299888611	0					non-mobilizable	no_good_hit	897.0	92.196	10.0	0.00023819085661149953	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0109_000000010026	2626	0.6853891944894989	3	1	0	1	1	True	42156	maximal	True	FIJ0109_000000010026	1.0		1	1	False	False	0.9992383718490601	0		MOBV			mobilizable	no_good_hit	889.0	80.202	33.0	0.32364840014711294	CP057614.1	enterobacteria	Escherichia coli strain RHB21-C04 plasmid pRHB21-C04_3, complete sequence	True	True
MAD0057_000000006312	2572	0.6853891944894989	2	1	0	1	1	True	17001	fragment	False	MAD0057_000000006312	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2423.0	99.959	97.0	0.024523353887589482	LT985265.1	enterobacteria	Escherichia coli strain 364 genome assembly, plasmid: RCS57TR364_p	False	True
ISR0379_000000019378	1301	0.6853870335769798	2	1	1	1	1	False	23203	fragment	False	ISR0379_000000019378	1.0		0	0	False	False	0.9784780740737915	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000025672	1358	0.6853868138462393	2	2	2	2	2	False	69705	maximal	True	DEN0078_000000025672	1.0		5	3	False	False	0.9727540612220764	0					non-mobilizable	no_good_hit								True	False
MON0012_000000042538	1343	0.6853791060279286	2	1	1	1	1	True	119668	fragment	False	ENG0175_000000017400	0.9574620409079801		0	0	False	False	0.9903202056884766	0					non-mobilizable	no_good_hit	132.0	75.0	10.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
DEN0043_000000003502	2190	0.6853721219080388	3	2	1	2	1	False	72997	maximal	True	DEN0043_000000003502	1.0		7	4	False	False	0.9981735348701477	0					non-mobilizable	no_good_hit	494.0	100.0	23.0	0.004959209745400408	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
ENG0147_000000003909	3522	0.6853620183594887	5	5	4	4	4	False	57365	maximal	True	ENG0147_000000003909	1.0		1	1	False	False	0.9971607327461243	0					non-mobilizable	no_good_hit	233.0	97.854	12.0	6.342194180490098e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
USA0047_01_000000003947	7896	0.6853610513192969	9	9	6	8	6	False	94250	fragment	False	ENG0157_000000002535	0.9569973376548211		0	0	False	False	1.0	0					non-mobilizable	other	3500.0	99.8	100.0	0.0010596194152318096	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0266_000000006374	2605	0.6853556891889077	3	3	3	3	1	False	84017	fragment	False	CHI0087_000000002988	0.9344719414430115		0	0	False	False	1.0	0					non-mobilizable	chromosome	2605.0	99.73100000000001	100.0	0.0011222952748524402	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0245_000000000577	5595	0.6853539249249679	11	7	2	7	4	True	108193	fragment	False	ISR0245_000000000577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
AST0104_000000004895	6212	0.6853527341024546	6	3	2	3	2	False	108030	maximal	False	DEN0082_000000005309	0.9548367336424887		0	0	False	False	0.9988731741905212	0					non-mobilizable	no_good_hit	170.0	75.882	3.0	7.682457201540009e-05	LR594036.1	firmicutes	Streptococcus porcinus strain NCTC10710 genome assembly, chromosome: 1	True	False
ISR0335_000000004372	3782	0.6853518814501546	3	3	2	1	3	False	101706	fragment	False	ISR0335_000000004372	1.0		0	0	False	False	0.9997355937957764	0					non-mobilizable	no_good_hit	1212.0	93.89399999999999	81.0	0.020117956565847618	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0072_000000015644	1857	0.6853507733824051	3	2	2	2	2	False	112344	fragment	False	ISR0072_000000015644	1.0		0	0	False	False	0.9994614720344543	0					non-mobilizable	no_good_hit	1186.0	80.27	63.0	0.0003336490626253317	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0011_000000020563	2153	0.6853486406190171	3	3	2	2	2	False	86645	fragment	False	FIJ0011_000000020563	0.9832923832923832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	83.069	17.0	0.0028839164992848824	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
ISR0150_000000010401	2234	0.6853482267871155	5	5	2	5	1	False	32982	maximal	True	ISR0150_000000010401	1.0		43	5	False	False	0.9892569184303284	0					non-mobilizable	no_good_hit	153.0	96.73200000000001	7.0	0.00017751632327250754	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0110_000000004662	4587	0.6853477062247051	4	4	4	4	4	False	84700	maximal	False	SPA0074_000000005441	0.9533720401881998		0	0	False	False	0.999563992023468	0					non-mobilizable	other	4587.0	98.88799999999999	100.0	0.06854495179732456	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0009_000000029871	1327	0.6853465265713701	1	1	1	1	1	False	13786	maximal	True	MON0009_000000029871	1.0		429	12	False	False	1.0	0					non-mobilizable	chromosome	1327.0	99.925	100.0	0.0005604696448203263	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
CHI0107_000000005373	2582	0.6853403546566215	3	3	3	3	2	False	83022	maximal	True	CHI0107_000000005373	1.0		8	3	False	False	0.9996126890182495	0					non-mobilizable	no_good_hit	1395.0	83.29700000000001	54.0	0.00044433200590216735	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0044_000000003229	6758	0.6853391138839597	6	3	3	3	3	False	65473	maximal	False	ENG0034_000000001998	0.9281646020219279		0	0	False	False	0.9998520016670227	0					non-mobilizable	no_good_hit	291.0	92.096	7.0	7.65592818259202e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0353_000000015222	2439	0.6853381219350579	3	3	3	2	3	False	24032	fragment	False	ISR0353_000000015222	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1807.0	97.95200000000001	99.0	0.00070376624049711	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
SPA0156_000000010272	1843	0.685334121229641	2	2	2	2	2	False	3175	maximal	True	SPA0156_000000010272	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	78.265	53.0	0.037018680899733133	NZ_FMJR01000053.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0092_000000008161	3029	0.6853340535461829	7	7	3	4	4	False	113679	fragment	False	ISR0092_000000008161	1.0		0	0	False	False	0.9980191588401794	0					non-mobilizable	chromosome	2537.0	95.94	99.0	0.0008532661581177925	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0112_000000015294	1795	0.6853248199963461	3	3	3	2	2	False	106609	fragment	False	ENG0027_000000009711	0.358836185741718		0	0	False	False	1.0	0					non-mobilizable	other	1797.0	93.823	100.0	0.007000400921332945	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0163_000000017918	1380	0.6853247571992493	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.10824323999275941		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	97.57	100.0	0.0003654520108191568	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0104_000000011406	3161	0.6853246067208889	5	2	2	2	1	True	99820	maximal	True	SPA0104_000000011406	1.0		0	0	False	False	0.9993672966957092	0					non-mobilizable	no_good_hit	110.0	80.0	3.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
MAD0097_000000016469	2479	0.6853209778088799	3	3	3	3	2	False	44210	fragment	False	MAD0097_000000016469	1.0		0	0	False	False	0.9935457706451416	0					non-mobilizable	no_good_hit	667.0	77.211	27.0	0.005712046671600853	NZ_AWEY01000023.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00011, whole genome shotgun sequence	True	False
FIJ0061_000000012866	2023	0.6853207972247806	3	3	2	3	1	False	126924	maximal	True	FIJ0061_000000012866	0.9522957201192044		298	13	False	False	0.9975284337997437	0					non-mobilizable	other	2038.0	96.32	100.0	0.0006092741946343771	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0004_000000006420	4144	0.6853183631378977	5	4	4	4	2	True	67819	maximal	True	ENG0004_000000006420	1.0		12	4	False	False	0.998552143573761	0					non-mobilizable	no_good_hit	115.0	77.391	3.0	0.003524091688757212	NZ_JACBZS010000002.1	high GC Gram+	Naumannella cuiyingiana strain DSM 103164 Ga0374045_02, whole genome shotgun sequence	True	True
FIJ0105_000000021404	1547	0.685313668611626	2	1	1	1	1	False	42419	fragment	False	FIJ0105_000000021404	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	99.61200000000001	100.0	0.0005253291207329327	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ETH0005_000000034785	1330	0.6853058944240394	2	2	2	1	1	False	52698	fragment	False	ETH0005_000000034785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0058_000000028488	1796	0.685305053281481	2	1	1	1	1	False	11005	fragment	False	MON0058_000000028488	1.0		0	0	False	False	0.9983296394348145	0					non-mobilizable	no_good_hit	621.0	94.84700000000001	35.0	0.00020868837003275398	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0163_000000012900	1954	0.6853043852725388	3	3	3	3	1	False	125443	fragment	False	ENG0163_000000012900	0.9640468227424749		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	86.916	91.0	0.00041650830516958183	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0100_000000007222	4033	0.6853010763276279	4	2	1	2	1	False	60601	maximal	True	ENG0100_000000007222	1.0		1	1	False	False	0.998016357421875	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000005988	5385	0.6852955838253645	8	7	6	7	5	False	132492	fragment	False	ISR0054_000000002543	0.5691377541872757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2306.0	98.569	88.0	0.0006451249961166554	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0150_000000009123	2169	0.6852944414323594	2	2	2	2	2	False	3265	maximal	True	SPA0150_000000009123	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1682.0	80.559	77.0	0.0002484422699322298	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
CHI0055_000000008991	1848	0.6852873523553354	2	2	2	2	1	False	86207	maximal	True	CHI0055_000000008991	1.0		3	3	False	False	0.9956709742546082	0					non-mobilizable	no_good_hit	47.0	93.617	3.0	0.00016286471960714197	NZ_KQ130615.1	firmicutes	Listeria fleischmannii 1991 Scaffold_3, whole genome shotgun sequence	True	False
FIJ0054_000000019887	1275	0.6852830989188053	2	2	2	2	2	False	46302	maximal	True	FIJ0054_000000019887	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	82.19200000000001	11.0	2.946796624548227e-05	CP033831.1	enterobacteria	Serratia sp. FDAARGOS_506 chromosome, complete genome	True	False
ENG0090_000000013805	1733	0.6852783016843077	3	1	1	1	1	False	61236	fragment	False	ENG0090_000000013805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0076_000000044911	1018	0.6852719181160224	3	2	2	2	1	False	10253	fragment	False	MON0076_000000044911	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	824.0	99.87899999999999	100.0	0.007293771491368003	LT968716.1	enterobacteria	Klebsiella pneumoniae genome assembly, plasmid: 30	False	True
SPA0100_000000022109	1260	0.6852687967640644	1	1	1	1	1	False	73382	fragment	False	SPA0014_000000019077	0.7815924469182731		0	0	False	False	0.9992063641548157	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000029487	1111	0.6852687967640644	1	1	1	1	1	False	73382	fragment	False	SPA0014_000000019077	0.3798045602605863		0	0	False	False	0.994599461555481	0					non-mobilizable	no_good_hit								True	False
AST0104_000000022335	1554	0.6852669550160364	2	2	2	2	1	True	110595	fragment	False	AST0104_000000022335	0.9969491525423728		0	0	False	False	0.9993565082550049	0					non-mobilizable	other	1554.0	99.87100000000001	100.0	0.005672810689577078	NZ_FWCH01000011.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	True
AST0087_000000027599	1326	0.6852669550160364	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.7858087919143357		0	0	False	False	0.9969834089279175	0					non-mobilizable	other	1252.0	100.0	94.0	0.014244884480932807	NZ_MIEH01000003.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_3, whole genome shotgun sequence	False	True
ENG0185_000000014869	1280	0.6852669550160364	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.7829811304010122		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	100.0	100.0	0.014563714829027226	NZ_MIEH01000003.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_3, whole genome shotgun sequence	False	True
SPA0022_000000011940	1114	0.6852669550160364	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.3806277867240653		0	0	False	False	1.0	0					non-mobilizable	other	1059.0	100.0	100.0	0.00016589890077081836	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ISR0147_000000000785	22637	0.6852561216099906	20	10	5	9	7	True	124900	fragment	False	ISR0147_000000000785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	99.75200000000001	2.0	0.9975124378109452	GQ883039.1		Uncultured organism clone VC1D785TR genomic sequence	True	True
ENG0092_000000004929	4059	0.685253099553096	5	2	2	1	2	False	101709	fragment	False	ENG0092_000000004929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	84.266	43.0	0.017693484877142906	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MAD0094_000000004780	2975	0.6852507332040628	3	2	1	2	2	False	15628	fragment	False	MAD0094_000000004780	1.0		0	0	False	False	0.9973109364509583	0					non-mobilizable	other	1764.0	88.209	95.0	0.002917078272996688	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0072_000000002035	2776	0.6852494891804939	2	2	2	2	2	False	16319	fragment	False	MAD0072_000000002035	1.0		0	0	False	False	0.9913544654846191	0					non-mobilizable	no_good_hit								True	False
DEN0080_000000000646	3253	0.6852468087775809	5	5	2	2	5	True	123556	backbone	False	ISR0826_000000002301	0.3402292357379048	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3253.0	99.969	100.0	0.09843806756265892	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0046_000000011680	2562	0.6852458425826197	3	3	2	3	2	False	125467	fragment	False	FIJ0046_000000011680	1.0		0	0	False	False	0.9996097087860107	0					non-mobilizable	no_good_hit	1140.0	83.07	80.0	0.0003179431510934644	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0170_000000005968	1666	0.6852434767571747	1	1	1	1	1	False	123246	maximal	True	CHI0170_000000005968	1.0		34	8	False	False	0.989195704460144	0					non-mobilizable	no_good_hit	1455.0	94.777	87.0	0.005546364923943792	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
ISR0188_000000013367	1568	0.6852434767571747	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9324601204179623		0	0	False	False	1.0	0					non-mobilizable	chromosome	1383.0	94.36	95.0	0.0003690129853981267	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0185_000000012785	1531	0.6852434767571747	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.895024945697955		0	0	False	False	0.9986936450004578	0					non-mobilizable	chromosome	1348.0	94.36200000000001	95.0	0.00035963357037348297	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0081_000000024190	1499	0.6852434767571747	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.866254272246289		0	0	False	False	0.9713141918182373	0					non-mobilizable	other	1416.0	94.986	94.0	0.005392832330893445	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0326_000000015586	1333	0.6852434767571747	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7218413085585623		0	0	False	False	0.9887471795082092	0					non-mobilizable	other	1333.0	96.84899999999999	100.0	0.005112635348576561	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0162_000000017489	1312	0.6852434767571747	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7237175127477006		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	96.49700000000001	100.0	0.005035869052051388	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0322_000000011450	1167	0.6852434767571747	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.25485477974302245		0	0	False	False	0.9948586225509644	0					non-mobilizable	other	1167.0	96.315	100.0	0.0044754750874176205	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0084_000000003725	5582	0.6852403309236847	11	5	4	2	2	True	47050	maximal	True	ISR0084_000000003725	1.0		4	2	False	False	0.9942672848701477	0					non-mobilizable	no_good_hit	171.0	78.947	3.0	0.001155964708258184	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
ISR0046_000000018052	1904	0.6852360807825698	3	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.7942231430495654		0	0	False	False	1.0	0					non-mobilizable	chromosome	1913.0	94.564	100.0	0.0005351318839804968	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0007_000000012691	1412	0.6852311873399628	1	1	1	1	1	False	126773	fragment	False	AST0090_000000015807	0.9883006111610984		0	0	False	False	0.9822946190834045	0					non-mobilizable	other	1412.0	99.646	100.0	0.3938040747976556	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
ENG0199_000000013964	1816	0.6852310892315842	4	2	1	2	1	False	54271	fragment	False	ENG0199_000000013964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	81.72	5.0	0.04457652303120357	NZ_BHYK01000087.1	firmicutes	Clostridium tagluense strain A121 sequence087, whole genome shotgun sequence	True	False
SPA0001_000000016688	2023	0.6852266579315572	2	2	2	2	2	False	8443	fragment	False	SPA0001_000000016688	0.9967497291440953		0	0	False	False	0.9911023378372192	0					non-mobilizable	other	2023.0	98.962	100.0	0.0005566782113615215	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
TAN0021_000000011641	1765	0.6852259472680323	3	3	3	2	1	False	19008	fragment	False	TAN0021_000000011641	1.0		0	0	False	False	0.998866856098175	0					non-mobilizable	chromosome	1129.0	80.425	92.0	0.00029983495739489304	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0330_000000014164	2109	0.685223009621284	3	2	1	2	1	False	24662	maximal	True	ISR0330_000000014164	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.8912668212258634e-07	LR862367.1	bats	Pipistrellus pipistrellus genome assembly, chromosome: 11	True	False
FIJ0055_000000002342	6185	0.6852208220204424	5	3	3	3	1	True	46279	maximal	True	FIJ0055_000000002342	1.0		1	1	False	False	0.9964430332183838	0					non-mobilizable	no_good_hit	64.0	100.0	1.0	0.030434782608695653	NZ_CYXX01000065.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0006_000000008437	1772	0.6852207100837339	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2369709274178119		0	0	False	False	1.0	0					non-mobilizable	chromosome	1772.0	93.059	100.0	0.0005708257440798989	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0101_000000007425	5957	0.6851980663757246	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.01711858174146974		0	0	False	False	1.0	0					non-mobilizable	other	5992.0	89.20200000000001	100.0	0.10077335323248084	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0388_000000024890	1417	0.6851957929440154	2	2	2	2	2	False	22930	fragment	False	ISR0388_000000024890	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	99.788	100.0	0.0037555198981553926	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CAN0008_000000011868	2446	0.6851847105684941	2	2	2	2	2	False	95020	maximal	True	CAN0008_000000011868	1.0		18	7	False	False	0.995911717414856	0					non-mobilizable	no_good_hit	1498.0	77.837	61.0	0.005427870889239915	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0029_000000004438	2902	0.6851775447788827	2	1	1	1	1	False	73851	fragment	False	DEN0029_000000004438	1.0		0	0	False	False	0.9986216425895691	0					non-mobilizable	no_good_hit	51.0	98.039	2.0	1.9775500606910112e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0773_000000014927	1213	0.6851768771845129	2	2	2	2	2	False	22491	maximal	False	USA0083_01_000000019756	0.7390989487773937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	502.0	76.494	41.0	0.00011222095219477937	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0031_000000013226	1855	0.685176571785034	3	2	0	2	1	False	52125	fragment	False	FIJ0031_000000013226	0.9546734234234235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	97.931	8.0	6.426055513087063e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0785_000000010666	3151	0.6851753311625393	3	2	2	2	1	False	102343	fragment	False	ISR0785_000000010666	1.0		0	0	False	False	0.9980958700180054	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00030708151917614414	EF079106.1	b-proteobacteria	Comamonas sp. CNB-1 plasmid pCNB, complete sequence	True	False
ISR0373_000000002763	4850	0.6851729075633864	4	2	2	1	1	True	114747	fragment	False	ISR0373_000000002763	1.0		0	0	False	False	0.9997938275337219	0					non-mobilizable	no_good_hit	2251.0	78.41	45.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0141_000000005801	6176	0.6851715766490639	3	2	2	2	1	False	72515	maximal	True	ISR0141_000000005801	1.0		36	6	False	False	1.0	0					non-mobilizable	no_good_hit	2496.0	93.79	74.0	0.001013294241172178	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
FIJ0041_000000015879	2311	0.6851693081891734	2	2	2	2	2	False	47395	maximal	True	FIJ0041_000000015879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	75.866	38.0	0.00032779192971071897	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0256_000000008385	2115	0.6851673314889652	3	3	3	3	3	False	26842	maximal	True	ISR0256_000000008385	1.0		26	9	False	False	0.9858155846595764	0					non-mobilizable	no_good_hit	105.0	76.19	5.0	4.629914052768555e-05	NZ_CP007452.1	firmicutes	Peptoclostridium acidaminophilum DSM 3953 strain al-2 chromosome, complete genome	True	False
ISR0177_000000003485	6327	0.6851664979773325	10	3	2	3	2	False	97441	maximal	True	ISR0177_000000003485	1.0	PS535	8	3	False	True	1.0	0					non-mobilizable	no_good_hit	2060.0	99.709	33.0	0.00046585270276018294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ENG0016_000000005721	3974	0.6851662062951774	4	4	3	4	3	False	66820	maximal	True	ENG0016_000000005721	1.0		14	6	False	False	0.9977352619171143	0					non-mobilizable	no_good_hit	676.0	71.30199999999999	17.0	0.0002782326125663486	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
AST0097_000000013868	1535	0.6851646159782581	1	1	1	1	1	False	108949	maximal	True	AST0097_000000013868	1.0		21	4	False	False	0.9973941445350647	0					non-mobilizable	no_good_hit	121.0	80.165	8.0	0.0006271919050431456	NZ_CABVPX010000014.1	b-proteobacteria	Burkholderia arboris isolate LMG 24066, whole genome shotgun sequence	True	False
AUS0006_000000007500	3105	0.6851546030568881	5	3	1	2	2	False	102144	maximal	True	AUS0006_000000007500	1.0		1	1	False	False	0.9977455735206604	0					non-mobilizable	no_good_hit	1807.0	83.01100000000001	57.0	0.0003544668208277998	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CAN0016_000000011585	4099	0.6851526635975543	5	5	5	5	4	False	93000	fragment	False	CAN0016_000000011585	1.0		0	0	False	False	0.9946328401565552	0					non-mobilizable	other	4099.0	99.463	100.0	0.027836270021328914	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
AST0060_000000026098	1180	0.685147930509282	2	2	2	2	1	False	112239	fragment	False	MON0031_000000027420	0.933107036025491		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	91.35600000000001	100.0	0.0004010443922605419	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
ISR0294_000000010288	1860	0.6851463596432517	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2805548198654999		0	0	False	False	1.0	0					non-mobilizable	chromosome	1865.0	91.367	100.0	0.0006243821393721913	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0018_000000003172	4166	0.6851457163524207	4	4	4	4	4	False	126796	maximal	True	MON0018_000000003172	1.0		31	4	False	False	1.0	0					non-mobilizable	chromosome	1531.0	89.419	100.0	0.0006521960052673081	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0164_000000019575	1444	0.6851454081199376	3	2	1	2	1	False	30277	maximal	True	ISR0164_000000019575	1.0		0	0	False	False	0.9833794832229614	0					non-mobilizable	no_good_hit								True	False
FIJ0140_000000027316	1291	0.6851353777110003	2	2	2	2	1	False	40347	maximal	True	FIJ0140_000000027316	1.0		1	1	False	False	0.999225378036499	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	8.384291192022626e-05	NZ_PPXB01000004.1	high GC Gram+	Arthrobacter glacialis strain TMN-18 scaffold9, whole genome shotgun sequence	True	False
ISR0223_000000008342	3312	0.6851332470762299	4	3	3	3	2	False	32988	maximal	True	ISR0223_000000008342	1.0		1	1	False	False	0.9990941882133484	0					non-mobilizable	no_good_hit	1017.0	94.1	37.0	0.0008248293106667641	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0134_000000007974	4625	0.6851288396530602	7	5	2	3	4	True	120398	fragment	False	SPA0002_000000005395	0.9881684736279519		0	0	False	False	0.9987027049064636	0					non-mobilizable	no_good_hit	108.0	79.63	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0786_000000003390	5410	0.685127332099124	9	4	2	2	4	False	37244	fragment	False	ISR0786_000000003390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1737.0	97.294	55.0	0.0003853680097907907	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0206_000000005958	4147	0.6851085487043768	5	2	2	2	1	False	114546	maximal	True	ENG0206_000000005958	1.0		1	1	False	False	0.9985531568527222	0					non-mobilizable	no_good_hit	165.0	93.333	4.0	0.199023199023199	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
ISR0258_000000005797	3360	0.6851085487043768	3	2	2	2	1	False	114530	maximal	True	ISR0258_000000005797	1.0		0	0	False	False	0.9919642806053162	0					non-mobilizable	no_good_hit	138.0	92.029	6.0	0.16605616605616605	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
AST0052_000000010778	2133	0.6851085487043768	2	2	2	2	1	False	114526	fragment	False	AST0052_000000010778	0.9924924924924925		0	0	False	False	0.9990623593330383	0					non-mobilizable	no_good_hit								True	False
SPA0086_000000007181	1951	0.6851085487043768	2	2	2	2	1	False	42468	fragment	False	SPA0086_000000007181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015421433507919192	AC148207.4	primates	Plecturocebus moloch clone LB5-404B3, complete sequence	True	False
ISR0025_000000020609	1910	0.6851085487043768	2	2	2	2	1	False	37352	fragment	False	ISR0025_000000020609	1.0		0	0	False	False	0.9984292984008789	0					non-mobilizable	no_good_hit								True	False
FIJ0103_000000003253	5610	0.6851065156730951	6	5	5	4	4	False	52538	fragment	False	FIJ0023_000000004898	0.9759429078732011		0	0	False	False	0.9998217225074768	0					non-mobilizable	no_good_hit	1248.0	91.587	22.0	0.00038793958968622	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0013_000000022861	2306	0.6851040600519586	3	3	3	3	3	False	13533	fragment	False	MON0013_000000022861	1.0		0	0	False	False	0.999566376209259	0					non-mobilizable	no_good_hit	544.0	81.434	65.0	0.00016674869292046025	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0084_01_000000014677	2232	0.6851033934298947	3	3	3	3	2	False	114047	maximal	True	USA0084_01_000000014677	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	89.36399999999999	86.0	0.002087653023546454	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0207_000000019672	1534	0.6850987885458907	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.6786381043566724	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1376.0	98.54700000000001	96.0	0.0005961803699266676	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
SPA0065_000000008267	2601	0.6850976610302966	2	2	2	2	2	False	6401	fragment	False	SPA0055_000000011949	0.9840788476118272		0	0	False	False	0.9988465905189514	0					non-mobilizable	chromosome	2601.0	99.962	100.0	0.0007270467835030847	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0121_000000000182	47312	0.6850913001547655	84	18	7	13	10	True	88784	fragment	False	FIJ0121_000000000182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7961.0	91.32	51.0	0.14075071775422676	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0261_000000010334	1784	0.6850841600438813	3	3	3	3	3	False	36304	fragment	False	ISR0043_000000012431	0.9909531453221115		0	0	False	False	0.9994394779205322	0					non-mobilizable	other	1784.0	99.32700000000001	100.0	0.07561172130104746	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
AST0084_000000000058	89914	0.6850832564482366	81	12	4	10	6	False	115487	maximal	False	AUS0014_000000000041	0.9195641123218058	PS49	0	0	True	True	1.0	213					non-mobilizable	no_good_hit	247.0	98.785	0.0	0.9959514170040485	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ISR0199_000000010700	2780	0.6850826592685079	4	4	4	3	3	False	105082	fragment	False	SPA0130_000000012000	0.5737745604818558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1616.0	82.426	79.0	0.00035786233338704233	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0037_000000055703	1366	0.6850705983243555	1	1	1	1	1	False	12061	maximal	True	MON0037_000000055703	1.0		12	5	False	False	0.9963396787643433	0					non-mobilizable	no_good_hit	1210.0	85.20700000000001	88.0	0.00033723785419412315	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0026_000000019474	1337	0.6850705983243555	1	1	1	1	1	False	119088	maximal	False	MON0037_000000053594	0.9571529745042493		0	0	False	False	0.998504102230072	0					non-mobilizable	other	1337.0	96.26	100.0	0.0017078480475436262	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ISR0098_000000001667	9849	0.6850641412537246	9	8	5	6	7	False	125011	maximal	True	ISR0098_000000001667	0.9930807248764415		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	72.597	20.0	0.0007712139249421784	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
ISR0839_000000002324	6127	0.6850616540940401	10	8	7	8	6	False	114968	maximal	True	ISR0839_000000002324	0.9932654402102497		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	74.919	15.0	0.00029970320141111355	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
CHI0005_000000015323	1320	0.6850562409028719	2	2	2	2	2	False	90711	maximal	True	CHI0005_000000015323	1.0		26	7	False	False	0.9969696998596191	0					non-mobilizable	no_good_hit	310.0	72.258	23.0	0.0067200141473982055	NZ_LOHE01000042.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00042, whole genome shotgun sequence	True	False
FIJ0103_000000007426	2792	0.6850519828718857	4	3	3	2	3	False	48970	maximal	True	FIJ0103_000000007426	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1694.0	94.215	61.0	0.02943477580541405	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ISR0198_000000003760	9452	0.6850450987001209	11	6	2	4	3	False	132504	maximal	False	USA0023_01_000000003225	0.9499026028869091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3127.0	95.65100000000001	33.0	0.5034806540391776	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0061_000000000105	51369	0.6850371482923996	47	13	3	8	6	False	16847	maximal	True	MAD0061_000000000105	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4259.0	75.29899999999999	8.0	0.001309101678748688	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0109_000000006162	2292	0.6850334516407549	4	3	2	1	2	False	14592	maximal	True	MAD0109_000000006162	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	97.22200000000001	3.0	0.0019422787580358363	NZ_CABJDZ010000013.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0051_000000025833	1812	0.6850331583385539	2	2	2	2	1	False	103345	fragment	False	DEN0051_000000025833	1.0		0	0	False	False	0.9724062085151672	0					non-mobilizable	other	1691.0	99.46799999999999	93.0	0.014104619701372884	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	False	False
ENG0040_000000009846	2329	0.6850330895054652	2	1	1	1	1	False	64857	fragment	False	ENG0040_000000009846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0282_000000002188	8156	0.6850252359518657	11	6	3	4	4	False	126176	fragment	False	ISR0282_000000002188	0.9667069851002514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1502.0	73.10300000000001	18.0	0.18383360318844189	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0266_000000003016	4526	0.6850231281257955	6	6	6	6	4	False	130049	fragment	False	ENG0005_000000004373	0.6567652626011701		0	0	False	False	0.9997790455818176	0					non-mobilizable	chromosome	4526.0	97.61399999999999	100.0	0.0014584903963645072	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0136_000000002912	2685	0.6850188409932988	3	3	3	3	3	False	94777	fragment	False	DEN0010_000000016710	0.9511100517719877		0	0	False	False	0.9988827109336853	0					non-mobilizable	no_good_hit	391.0	82.09700000000001	14.0	0.00016746864566089616	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0015_000000030552	1117	0.6850176430934143	2	2	2	1	2	False	50270	fragment	False	FIJ0015_000000030552	1.0		0	0	False	False	0.9991047382354736	0					non-mobilizable	no_good_hit								True	False
ENG0182_000000001909	11663	0.6850136791116144	15	7	3	3	6	False	85252	maximal	True	ENG0182_000000001909	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	2941.0	87.45299999999999	51.0	0.0012846684808674434	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0232_000000002431	7678	0.6850101152715539	8	4	4	3	2	False	43169	maximal	True	ISR0232_000000002431	1.0		1	1	False	False	0.9984371066093445	0					non-mobilizable	no_good_hit								True	False
AST0052_000000017471	1422	0.68500986042178	2	2	2	2	2	False	114438	fragment	False	ENG0111_000000013887	0.9313358191637069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	77.32	80.0	0.0004682270041645795	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
AST0094_000000012815	1769	0.6850008430715303	3	1	1	1	1	False	109206	fragment	False	AST0094_000000012815	1.0		0	0	False	False	0.9819107055664062	0					non-mobilizable	no_good_hit	48.0	91.667	3.0	1.3483120280907902e-05	CP054626.1	b-proteobacteria	Cupriavidus gilardii strain FDAARGOS_639 chromosome 2, complete sequence	True	False
CHI0098_000000004490	2022	0.6850006070275471	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.283487888579437		0	0	False	False	0.9995054602622986	0					non-mobilizable	other	2028.0	92.505	100.0	0.004225938185460347	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0166_000000000589	13076	0.6849961535505307	15	5	4	4	2	True	130543	fragment	False	CHI0166_000000000589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8433.0	97.676	87.0	0.0016809231784975956	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
CAN0015_000000011449	3507	0.6849947900834289	4	3	3	3	2	False	107239	fragment	False	CAN0015_000000011449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.991244307421715e-06	NC_019673.1	high GC Gram+	Saccharothrix espanaensis DSM 44229, complete genome	True	False
ENG0061_000000001811	10610	0.6849928544096984	5	4	3	4	4	False	63283	maximal	True	ENG0061_000000001811	1.0		48	8	False	False	1.0	0					non-mobilizable	no_good_hit	3846.0	96.75	74.0	0.18760370912640312	NZ_CBVI010000158.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0029_000000008825	5185	0.6849928270586788	6	4	2	2	4	False	102110	fragment	False	ISR0029_000000008825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3606.0	96.06200000000001	79.0	0.0017954971688696562	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MAD0053_000000009648	1126	0.6849812245391771	2	1	1	1	1	False	17201	maximal	True	MAD0053_000000009648	1.0		4	1	False	False	0.9964476227760315	0					non-mobilizable	no_good_hit								True	False
MAD0061_000000013810	1346	0.6849733779255094	3	3	3	1	1	True	16812	maximal	True	MAD0061_000000013810	1.0		1	1	False	False	0.9747399687767029	0					non-mobilizable	no_good_hit	149.0	90.604	11.0	0.0004923830340775637	NZ_SMMX01000004.1	firmicutes	Extibacter muris strain DSM 28560 NODE_4_length_300579_cov_69.745460, whole genome shotgun sequence	True	True
CHI0099_000000003424	1667	0.6849713784692166	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.7014087478170006		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	97.48100000000001	100.0	0.0004974661811189461	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0061_000000003979	1570	0.6849713784692166	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.5202539531540789		0	0	False	False	1.0	0					non-mobilizable	chromosome	1586.0	96.91	100.0	0.0004585925961355892	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0134_000000011924	1403	0.6849713784692166	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.3273818917355281		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	96.979	100.0	0.00035772042053645083	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0106_000000024647	1561	0.6849712962989001	2	2	2	2	2	False	122121	fragment	False	SPA0106_000000024647	0.9898319229500485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	93.527	71.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
AST0019_000000019491	1546	0.6849712962989001	2	2	2	2	2	False	122121	fragment	False	SPA0106_000000024647	0.9870411619351216		0	0	False	False	0.9980595111846924	0					non-mobilizable	no_good_hit	1078.0	93.59899999999999	74.0	0.004250494771812425	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0088_000000016326	1515	0.6849712962989001	2	2	2	2	2	False	122121	fragment	False	SPA0106_000000024647	0.9856885990543711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	93.527	74.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0343_000000012485	1510	0.6849712962989001	2	2	2	2	2	False	122121	fragment	False	SPA0106_000000024647	0.984503942883836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	93.527	74.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0130_000000027652	1225	0.6849693763326211	1	1	1	1	1	False	82274	fragment	False	CHI0114_000000005940	0.9541319181197877		0	0	False	False	0.977142870426178	0					non-mobilizable	no_good_hit								True	False
MON0080_000000041870	1369	0.6849634702300132	3	2	2	1	1	True	30453	fragment	False	MON0080_000000041870	0.9996251874062969		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	83.397	95.0	0.0004031834067629039	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0015_000000028728	1334	0.6849634702300132	3	2	2	1	1	True	30453	fragment	False	MON0080_000000041870	0.9868517165814463		0	0	False	False	0.9775112271308899	0					non-mobilizable	chromosome	1313.0	82.711	98.0	0.00045943963185546917	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0009_000000019041	1752	0.6849618468034752	2	1	1	1	1	False	47016	fragment	False	ISR0009_000000019041	1.0		0	0	False	False	0.9857305884361267	0					non-mobilizable	other	1761.0	82.851	99.0	0.000800943024959491	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
AST0153_000000029051	1209	0.6849587025439218	2	1	1	1	1	False	103207	maximal	False	MAD0104_000000008778	0.9421898928024501		0	0	False	False	0.9900744557380676	0					non-mobilizable	no_good_hit	964.0	96.88799999999999	80.0	0.0031000016095543144	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0033_01_000000003046	3500	0.6849548230108571	6	4	2	1	2	True	49184	fragment	False	ISR0815_000000008865	0.957330414026039		0	0	False	False	1.0	0					non-mobilizable	other	2757.0	99.71	100.0	0.0008844383142785441	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0815_000000008865	3448	0.6849548230108571	6	4	2	1	2	True	49184	fragment	False	ISR0815_000000008865	0.9717724960386956		0	0	False	False	0.999709963798523	0					non-mobilizable	other	2939.0	99.66	100.0	0.0009428446180516555	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0122_000000025263	1189	0.6849546627716854	2	2	2	1	0	False	76106	fragment	False	ISR0081_000000017451	0.4335356625988043		0	0	False	False	0.9991589784622192	0					non-mobilizable	other	1191.0	97.985	100.0	0.003925578940423567	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ENG0021_000000008016	2319	0.6849518280211995	4	3	2	3	2	True	66372	maximal	True	ENG0021_000000008016	1.0		14	6	False	False	0.9866321682929993	0					non-mobilizable	no_good_hit	1106.0	96.383	48.0	0.005450975749324178	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0090_000000027154	1169	0.6849457719893368	2	2	1	2	1	False	33647	maximal	True	ISR0090_000000027154	1.0		116	12	False	False	0.988879382610321	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	6.0	0.00034467901766479966	NZ_LMVN01000011.1	euryarchaeotes	Methanosphaera cuniculi strain 1R-7 contig_2, whole genome shotgun sequence	True	False
SPA0142_000000023655	1107	0.6849411529149461	1	1	1	1	1	False	60214	fragment	False	ENG0104_000000025714	0.7661955204402333		0	0	False	False	0.9927732348442078	0					non-mobilizable	other	1107.0	99.819	100.0	0.0003550803457570788	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0140_000000016642	1128	0.6849331537793926	2	2	2	1	1	False	57760	maximal	True	ENG0140_000000016642	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.079756406954591e-05	NC_018610.1	firmicutes	Lactobacillus buchneri subsp. silagei CD034, complete sequence	True	False
SPA0021_000000013074	2544	0.6849319431096973	3	3	3	2	3	True	64650	maximal	True	SPA0021_000000013074	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	80.645	4.0	0.0003521317514491576	NZ_FRCJ01000006.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	True
FIJ0151_000000013646	1252	0.6849300750776688	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.22072504815073052		0	0	False	False	1.0	0					non-mobilizable	chromosome	1255.0	97.45	100.0	0.0004217524639532915	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0131_000000003860	3885	0.6849205941166089	4	3	2	2	3	False	81047	maximal	True	CHI0131_000000003860	1.0		2	1	False	False	0.9989703893661499	0					non-mobilizable	no_good_hit	785.0	84.204	20.0	0.007004878397455371	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
CHI0045_000000017533	1203	0.6849057224194122	2	2	2	1	2	False	87076	fragment	False	FIJ0123_000000027964	0.9505853967686703		0	0	False	False	0.994181215763092	0					non-mobilizable	other	1188.0	98.485	99.0	0.0003206775651974533	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0182_000000020368	1937	0.6849029945760349	2	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.4882530429918666		0	0	False	False	0.9984512329101562	0					non-mobilizable	other	1937.0	99.432	100.0	0.007645404858939121	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0098_000000006955	3659	0.6848978227491261	5	4	4	4	4	False	127070	fragment	False	ENG0098_000000006955	0.9755356108859294		0	0	False	False	0.9950806498527527	0					non-mobilizable	other	2506.0	99.601	98.0	0.0007488898940522596	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0044_000000003399	3825	0.6848963707082824	4	4	3	4	2	False	113756	fragment	False	ISR0059_000000003816	0.7434451245942744		0	0	False	False	1.0	0					non-mobilizable	chromosome	3826.0	91.87100000000001	99.0	0.0010691442451911599	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0078_000000005090	3497	0.6848963707082824	4	4	3	4	2	False	113756	fragment	False	ISR0059_000000003816	0.2881343498617183		0	0	False	False	0.9948527216911316	0					non-mobilizable	chromosome	3499.0	90.626	100.0	0.0009784629008346322	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0163_000000002090	2128	0.6848942607287772	4	3	2	2	3	True	30306	maximal	True	ISR0163_000000002090	1.0		2	1	False	False	0.9962406158447266	0					non-mobilizable	other	1861.0	85.814	94.0	0.03750684987112094	NZ_JAAIPV010000033.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_33_length_49271_cov_110.13, whole genome shotgun sequence	False	True
ISR0042_000000014464	2101	0.6848902402816932	3	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.43211234693589046		0	0	False	False	1.0	0					non-mobilizable	chromosome	1999.0	88.244	100.0	0.0006943350347794929	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0132_000000015374	1259	0.6848826789407183	2	2	2	1	1	False	58291	fragment	False	ENG0132_000000015374	1.0		0	0	False	False	0.9968228936195374	0					non-mobilizable	no_good_hit	154.0	90.90899999999999	12.0	5.149890421776026e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0013_000000050719	1138	0.6848824435863015	2	2	2	2	1	True	13464	fragment	False	MON0013_000000050719	1.0		0	0	False	False	0.9885764718055725	0					non-mobilizable	no_good_hit	108.0	81.48100000000001	9.0	0.0002222816891681917	NZ_WBIQ01000005.1	high GC Gram+	Agromyces lapidis strain JCM 14321 Scaffold3_2, whole genome shotgun sequence	True	True
CHI0145_000000015015	1229	0.6848792416201954	2	2	2	2	2	False	79740	maximal	True	CHI0145_000000015015	1.0		5	2	False	False	0.9300243854522705	0					non-mobilizable	chromosome	1195.0	79.749	97.0	0.0003593113956291361	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
FIJ0028_000000006689	4530	0.6848771247530608	8	2	2	2	2	False	106593	maximal	True	FIJ0028_000000006689	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	82.588	32.0	0.08532261876624911	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
SPA0092_000000010050	3991	0.6848771247530608	6	2	2	2	2	False	106592	fragment	False	SPA0092_000000010050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	82.80799999999999	36.0	0.0857362325691326	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
CHI0023_000000004953	2687	0.6848771247530608	4	2	2	2	2	False	106594	maximal	True	CHI0023_000000004953	1.0		3	3	False	False	0.9929289221763611	0					non-mobilizable	no_good_hit	1488.0	82.863	55.0	0.08739068778066651	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
SPA0104_000000016551	2239	0.6848771247530608	3	2	2	2	2	False	106591	fragment	False	SPA0104_000000016551	0.9909337690001969		0	0	False	False	0.9959803223609924	0					non-mobilizable	no_good_hit	1542.0	83.074	69.0	0.09064051051760813	NZ_CBVI010000166.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
FIJ0076_000000011652	1176	0.684867918453234	2	2	1	2	1	False	44532	fragment	False	FIJ0076_000000011652	1.0		0	0	False	False	0.9812925457954407	0					non-mobilizable	no_good_hit								True	False
ENG0175_000000016513	1519	0.6848596608503719	2	2	1	2	1	False	55591	fragment	False	ENG0175_000000016513	1.0		0	0	False	False	0.9861751198768616	0					non-mobilizable	no_good_hit								True	False
DEN0016_000000007083	1402	0.6848536031474032	3	2	1	2	1	True	80847	fragment	False	ENG0210_000000013723	0.3693458140547822		0	0	False	False	0.9914407730102539	0					non-mobilizable	no_good_hit	463.0	74.73	33.0	0.00012843161115067418	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0813_000000014750	2076	0.6848479881855931	2	2	1	2	1	True	65570	fragment	False	ISR0813_000000014750	1.0		0	0	False	False	0.9918111562728882	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	5.857251084169469e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
ISR0310_000000005397	2960	0.6848471437165214	5	4	3	4	3	False	120893	maximal	True	ISR0310_000000005397	1.0		1	1	False	False	0.9996621608734131	0					non-mobilizable	no_good_hit	1223.0	90.92399999999999	49.0	0.00034408786537477653	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
AST0100_000000007278	1904	0.6848467220388271	2	2	2	2	2	False	108633	fragment	False	AST0100_000000007278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0003_000000006960	3987	0.6848346907716365	5	4	3	3	3	False	83509	fragment	False	MAD0003_000000006960	1.0		0	0	False	True	0.9959869384765625	0					non-mobilizable	no_good_hit	1625.0	85.785	67.0	0.0005021126686075053	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
DEN0052_000000035253	1333	0.6848261811860675	3	2	2	1	1	True	72208	fragment	False	DEN0052_000000035253	0.9916467780429594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	83.505	15.0	8.568074017449418e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
AUS0010_000000013778	1774	0.6848232320897228	2	2	2	2	1	True	101492	fragment	False	AUS0010_000000013778	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1627.0	85.37200000000001	91.0	0.5091252359974827	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
ENG0174_000000001884	7931	0.6848203670136372	20	2	2	1	1	True	102171	fragment	False	ENG0174_000000001884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0003_000000014971	1569	0.6848115117326472	3	2	2	2	2	False	52175	maximal	True	FIJ0003_000000014971	1.0		8	2	False	False	0.9968132376670837	0					non-mobilizable	other	835.0	97.365	98.0	0.0038682028162742806	NZ_JHWQ01000003.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	False
ISR0197_000000020730	1222	0.6848108092484012	1	1	1	1	1	False	28911	fragment	False	ISR0197_000000020730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	76.115	56.0	0.0002542893225955181	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0027_000000000083	91584	0.6848053987725876	141	44	17	27	33	True	101318	maximal	True	ISR0027_000000000083	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	1982.0	76.186	3.0	0.0005835660970818407	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ENG0097_000000009499	3303	0.6848003102474339	4	4	2	2	4	False	60787	maximal	True	ENG0097_000000009499	1.0		6	2	False	False	0.9987889528274536	0					non-mobilizable	chromosome	3303.0	100.0	100.0	0.0006508727845291757	CP048337.1	enterobacteria	Escherichia coli strain 142 chromosome, complete genome	False	False
ENG0031_000000009802	2156	0.6848002109331173	3	3	3	3	3	False	108677	maximal	True	ENG0031_000000009802	1.0		36	7	False	False	1.0	0					non-mobilizable	other	2156.0	96.05799999999999	100.0	0.02947210065645514	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
ISR0778_000000005876	2260	0.6847940061232258	3	3	3	3	2	False	71844	maximal	False	ETH0004_000000011614	0.9615773686028849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.806	11.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
FIJ0102_000000014010	2255	0.6847940061232258	3	3	3	3	2	False	71844	maximal	False	ETH0004_000000011614	0.9620922066015413		0	0	False	False	0.9995565414428711	0					non-mobilizable	no_good_hit	258.0	74.806	11.0	0.002267816646131319	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
FIJ0132_000000024111	1436	0.6847846259609541	2	2	2	2	1	False	40758	fragment	False	FIJ0132_000000024111	1.0		0	0	False	False	0.9986072182655334	0					non-mobilizable	no_good_hit	626.0	72.204	43.0	0.00018859692764582967	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0158_000000014247	1316	0.6847802131462573	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.32658115698554485		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	93.55799999999999	99.0	0.018114123159303882	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0098_000000030833	1258	0.6847802131462573	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2890651298762171		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	94.68299999999999	100.0	0.017500557786702366	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0045_000000021012	1256	0.6847802131462573	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2856602964909868		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	93.31700000000001	99.0	0.017472668451584114	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0228_000000009005	2856	0.684777145765269	5	4	4	3	2	False	125534	fragment	False	FIJ0068_000000010349	0.4956420787888917		0	0	False	False	0.9989495873451233	0					non-mobilizable	other	2498.0	99.279	100.0	0.03105219305336202	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0776_000000005105	5098	0.6847764634173201	5	2	1	1	2	False	22432	maximal	True	ISR0776_000000005105	1.0		99	8	False	False	1.0	0					non-mobilizable	chromosome	5098.0	99.47	100.0	0.0012786697017507938	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0032_000000018938	1317	0.6847709691623313	2	2	2	2	1	True	65573	fragment	False	ISR0378_000000023668	0.9543931074355481		0	0	False	False	1.0	0					non-mobilizable	virus	1317.0	99.92399999999999	100.0	0.21019006548474684	MK233194.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_5_c1 sequence	False	True
AST0002_000000015666	2347	0.6847660453063069	3	3	2	2	3	False	131900	maximal	True	AST0002_000000015666	1.0		7	3	False	False	0.9995739459991455	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.012907496276683767	NZ_JAAIUL010000047.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_47_length_6043_cov_219.158, whole genome shotgun sequence	True	False
ISR0850_000000005066	2908	0.6847643789726343	5	5	4	5	3	False	75922	fragment	False	ISR0850_000000005066	0.9785865327560714		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	562.0	75.623	19.0	0.0025445987591098	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
SPA0015_000000008406	2579	0.6847606920666705	4	2	2	1	1	False	7915	maximal	True	SPA0015_000000008406	1.0		53	8	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	92.057	40.0	0.023310651485548745	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
CHI0140_000000019822	1493	0.6847574275434581	2	2	2	2	2	False	80234	fragment	False	MAD0021_000000010037	0.9185551260881368		0	0	False	False	0.997990608215332	0					non-mobilizable	chromosome	1493.0	97.723	100.0	0.000502198464659466	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0185_000000000829	25674	0.6847570368255017	31	14	4	5	13	False	100800	maximal	True	ENG0185_000000000829	1.0	PS583	2	1	False	True	0.9999220967292786	0					non-mobilizable	no_good_hit	11006.0	98.001	78.0	0.0024434775076129615	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
MON0029_000000006569	3665	0.6847564521849457	6	5	2	3	4	True	12565	fragment	False	MON0029_000000006569	1.0		0	0	False	False	0.989904522895813	0					non-mobilizable	no_good_hit	2618.0	76.738	70.0	0.0010282113235814975	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
FIJ0166_000000012580	1907	0.6847526543194659	4	4	3	4	2	False	78274	fragment	False	SPA0096_000000020586	0.9419805585968244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	83.706	16.0	8.720593315412045e-05	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	False
MON0044_000000030956	1779	0.6847524309175509	3	3	2	3	2	False	11616	fragment	False	MON0044_000000030956	1.0		0	0	False	False	0.9651489853858948	0					non-mobilizable	no_good_hit	128.0	80.469	7.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
ISR0212_000000028596	1266	0.684749291418452	3	2	2	2	2	False	28317	maximal	True	ISR0212_000000028596	1.0		14	7	False	False	0.9818325638771057	0					non-mobilizable	no_good_hit	217.0	74.194	17.0	2.0335270371262845e-05	CP058693.1	high GC Gram+	Streptomyces sp. Rer75 chromosome	True	False
AST0002_000000027608	1359	0.6847462525504542	2	1	1	1	1	False	131310	fragment	False	ISR0025_000000027000	0.963043098971013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	4.0	9.760672299172176e-06	NZ_FNSC01000001.1	g-proteobacteria	Pseudomonas anguilliseptica strain DSM 12111, whole genome shotgun sequence	True	False
ETH0004_000000011614	2426	0.6847410745903911	3	3	3	3	3	False	71844	maximal	True	ETH0004_000000011614	0.983760113546429		12	6	False	False	0.9983512163162231	0					non-mobilizable	no_good_hit	519.0	72.832	21.0	0.0004917490097656927	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	True	False
ENG0204_000000010750	2373	0.6847371005471768	3	3	3	3	3	False	54044	maximal	True	ENG0204_000000010750	1.0		2	1	False	False	0.998735785484314	0					non-mobilizable	chromosome	2373.0	100.0	100.0	0.000469472231667525	CP056899.1	enterobacteria	Citrobacter sp. RHBSTW-00017 chromosome, complete genome	False	False
ISR0188_000000007677	2819	0.6847367819119339	3	3	2	2	3	False	29266	maximal	True	ISR0188_000000007677	1.0		23	3	False	False	1.0	0					non-mobilizable	other	1344.0	100.0	99.0	0.0005398419866828257	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
ISR0090_000000017507	1717	0.6847331744292925	4	4	1	2	2	False	33663	fragment	False	ISR0090_000000017507	1.0		0	0	False	False	0.9965055584907532	0					non-mobilizable	plasmid	1717.0	99.884	100.0	0.1919418019026301	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0207_000000014838	2000	0.6847186851541243	4	4	4	4	2	False	105479	fragment	False	FIJ0055_000000007347	0.9417958693440539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	66.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0080_000000036972	1524	0.6847181934600758	2	2	2	2	2	False	11327	maximal	False	MON0050_000000023820	0.9624312767257178		0	0	False	False	0.9711285829544067	0					non-mobilizable	other	1538.0	70.221	98.0	0.00045649777468770156	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0274_000000002210	2775	0.6847179614706137	4	4	4	4	3	False	115203	maximal	False	ISR0082_000000010566	0.9748020158387329		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	82.785	92.0	0.010247903021946456	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0066_01_000000013774	1486	0.6847148390841554	3	2	2	1	2	False	101769	fragment	False	USA0066_01_000000013774	0.9745883561422627		0	0	False	False	1.0	0					non-mobilizable	other	1486.0	99.19200000000001	100.0	0.00040152292101030196	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0117_000000008470	4430	0.6847094752220201	4	4	4	4	2	False	4322	maximal	True	SPA0117_000000008470	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4433.0	96.09700000000001	100.0	0.002725528398048992	NZ_UGTE01000001.1	CFB group bacteria	Porphyromonas endodontalis strain NCTC13058, whole genome shotgun sequence	False	False
AST0019_000000011917	2410	0.6847065257322482	3	3	2	3	2	False	122488	maximal	True	AST0019_000000011917	1.0		40	7	False	False	0.9995850324630737	0					non-mobilizable	no_good_hit								True	False
AST0058_000000001195	13121	0.6846992589259592	14	5	4	5	4	False	113162	maximal	True	AST0058_000000001195	0.9643694327238631		7	3	False	True	1.0	0					non-mobilizable	no_good_hit	893.0	81.747	7.0	0.0002504508397154111	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
FIJ0132_000000020811	1623	0.6846980763366278	3	3	3	2	2	False	97237	maximal	False	ISR0280_000000007254	0.6518562401263823		0	0	False	False	0.9987677335739136	0					non-mobilizable	other	1623.0	99.75399999999999	100.0	0.005944636449930548	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0095_000000015396	1230	0.6846973635924614	2	2	2	1	1	False	5191	fragment	False	SPA0095_000000015396	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	97.71799999999999	99.0	0.0024261757849450448	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
SPA0105_000000015649	1571	0.6846954935012791	3	3	3	3	2	False	4782	fragment	False	SPA0105_000000015649	1.0		0	0	False	False	0.9961807727813721	0					non-mobilizable	other	1571.0	98.345	100.0	0.004854458990643571	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	False
TAN0001_000000000692	11520	0.6846951986889811	11	9	8	8	8	False	103058	maximal	True	TAN0001_000000000692	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2407.0	92.854	21.0	0.000419787802066124	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0301_000000011525	1658	0.6846906031888442	3	3	3	3	2	True	25558	fragment	False	ISR0301_000000011525	1.0		0	0	False	False	0.9993968605995178	0					non-mobilizable	no_good_hit	1103.0	77.335	66.0	0.007686066868781758	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	True	True
ISR0383_000000007548	1902	0.6846901989955615	2	2	2	1	1	False	103868	fragment	False	ISR0383_000000007548	1.0		0	0	False	False	0.9994742274284363	0					non-mobilizable	other	1252.0	98.243	100.0	0.006546276576260721	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0192_000000008853	2379	0.6846871146639341	3	2	2	2	1	False	126632	maximal	True	ENG0192_000000008853	1.0		3	2	False	False	0.9991593360900879	0					non-mobilizable	no_good_hit	1733.0	98.846	89.0	0.10139327947547126	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	True	False
ISR0231_000000008173	2195	0.6846871146639341	2	2	2	2	1	False	126630	fragment	False	ISR0231_000000008173	0.9982980115330031		0	0	False	False	0.9990888237953186	0					non-mobilizable	virus	2147.0	97.11200000000001	98.0	0.12504390586582367	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
ISR0069_000000012276	2010	0.6846871146639341	2	2	2	2	1	False	126630	fragment	False	ISR0231_000000008173	0.9692272759114636		0	0	False	False	0.993034839630127	0					non-mobilizable	virus	1964.0	97.40299999999999	98.0	0.11433087460484721	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
SPA0096_000000021434	1902	0.6846871146639341	2	2	2	2	1	False	126627	fragment	False	SPA0096_000000021434	1.0		0	0	False	False	0.9989484548568726	0					non-mobilizable	other	1850.0	96.649	99.0	0.045953002610966055	NZ_JAAIQH010000025.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_25_length_40215_cov_181.153, whole genome shotgun sequence	False	False
ISR0380_000000006017	1886	0.6846871146639341	3	2	2	2	1	False	126630	fragment	False	ISR0231_000000008173	0.6444444444444445		0	0	False	False	0.998939573764801	0					non-mobilizable	virus	1886.0	97.508	100.0	0.10976466455918511	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
ENG0170_000000007366	1736	0.6846871146639341	3	2	2	2	1	False	126640	fragment	False	ENG0170_000000007366	1.0		0	0	False	False	0.9953917264938354	0					non-mobilizable	other	1736.0	99.94200000000001	100.0	0.000557020253063772	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0362_000000013033	1609	0.6846787618647099	3	2	1	1	2	False	60807	fragment	False	ISR0362_000000013033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	93.396	7.0	0.00017432738683247138	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0048_000000007938	3388	0.6846764225613009	3	2	2	2	2	False	64278	maximal	True	ENG0048_000000007938	1.0		40	8	False	False	0.996458113193512	0					non-mobilizable	no_good_hit	701.0	78.459	20.0	0.0005683360547308441	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
SPA0033_000000011510	2657	0.6846709106533442	3	3	3	3	3	False	7204	fragment	False	SPA0033_000000011510	1.0		0	0	False	False	0.998494565486908	0					non-mobilizable	no_good_hit	1209.0	83.209	67.0	0.0016001761267683155	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ENG0188_000000011252	2306	0.6846618125070633	3	3	2	3	2	True	120003	fragment	False	CHI0015_000000003571	0.37587006960556846		0	0	False	True	1.0	0					non-mobilizable	chromosome	2304.0	93.359	99.0	0.0008016920582293341	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MAD0041_000000006022	4606	0.6846561638892819	6	5	5	4	4	False	50773	maximal	True	MAD0041_000000006022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000021421	1519	0.6846487863548969	1	1	1	1	1	False	78538	maximal	False	FIJ0147_000000013292	0.9580484773151026		0	0	False	False	0.9901250600814819	0					non-mobilizable	chromosome	1519.0	99.40799999999999	100.0	0.0006017655754413046	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0148_000000006199	2759	0.6846478531921484	3	3	3	3	3	False	42570	maximal	True	FIJ0148_000000006199	1.0		23	3	False	False	1.0	0					non-mobilizable	no_good_hit	1549.0	97.41799999999999	59.0	0.0014020144638431198	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0144_000000011903	2648	0.6846467486593475	3	2	2	2	2	False	40096	fragment	False	FIJ0144_000000011903	1.0		0	0	False	False	0.9879153966903687	0					non-mobilizable	plasmid	2648.0	99.92399999999999	100.0	0.05747975071116805	LS992170.1	enterobacteria	Escherichia coli isolate Escherichia coli str. TO60 genome assembly, plasmid: 3	False	True
FIJ0023_000000003252	8439	0.6846463918448482	13	5	3	5	4	True	49419	maximal	True	FIJ0023_000000003252	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	78.422	13.0	0.8362869198312236	HG796678.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI02025	True	True
ISR0396_000000011385	2020	0.6846425100329435	2	2	2	2	2	False	22680	maximal	True	ISR0396_000000011385	1.0		48	9	False	False	0.9896039366722107	0					non-mobilizable	other	1241.0	99.355	100.0	0.00030402059886664064	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0825_000000004713	4646	0.6846412317053857	4	3	3	3	1	True	124814	maximal	True	ISR0825_000000004713	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	0.00011814506485011425	NZ_MPDM01000001.1	high GC Gram+	Boudabousia marimammalium strain DSM 15383 Scaffold1, whole genome shotgun sequence	True	True
SPA0127_000000012774	2300	0.6846402321673314	3	3	3	3	2	False	86327	maximal	True	SPA0127_000000012774	1.0		614	14	False	False	1.0	0					non-mobilizable	chromosome	2300.0	97.522	100.0	0.0007406874985294227	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0039_000000002042	11202	0.6846374102923818	16	6	5	6	2	True	54385	fragment	False	FIJ0039_000000002042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4082.0	98.824	88.0	0.32921711057304276	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0818_000000001351	10433	0.6846346831262338	16	6	3	5	5	False	56095	fragment	False	ISR0818_000000001351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8129.0	97.87200000000001	78.0	0.3381600299588066	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
ISR0208_000000001251	14593	0.6846256531965381	8	4	3	4	2	False	50200	maximal	True	ISR0208_000000001251	1.0		1	1	False	False	0.9999314546585083	0					non-mobilizable	no_good_hit	1070.0	86.63600000000001	12.0	0.0003806063130379206	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
DEN0078_000000012548	2448	0.6846234947409354	5	4	3	4	3	False	69794	fragment	False	DEN0078_000000012548	1.0		0	0	False	False	0.9963235259056091	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	3.9581230580458745e-05	NZ_JTAK01000002.1	g-proteobacteria	Pseudomonas flexibilis strain JCM 14085 PT85_2, whole genome shotgun sequence	True	False
ENG0191_000000003906	6292	0.6846221383397919	4	4	4	4	4	False	55478	maximal	True	ENG0191_000000003906	1.0	PS236	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	2695.0	97.40299999999999	44.0	0.0006759686374640186	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
FIJ0142_000000009887	3300	0.6846210818316333	1	1	1	1	1	False	112090	fragment	False	FIJ0142_000000009887	1.0		0	0	False	False	0.9990909099578857	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0012526784242624031	NZ_CABKPS010000044.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
USA0034_01_000000001556	26505	0.6846152471549616	17	11	8	8	6	False	122685	maximal	True	USA0034_01_000000001556	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	7424.0	99.23200000000001	79.0	0.002884725991835872	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0166_000000000340	19742	0.6846132391515141	29	21	6	11	15	True	116736	fragment	False	CHI0147_000000000676	0.6879243018246816		0	0	False	False	0.9998986721038818	0					non-mobilizable	chromosome	19692.0	99.995	99.0	0.0035003185501417833	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0840_000000006155	2508	0.6846103544820586	3	3	2	3	2	True	44037	fragment	False	ISR0840_000000006155	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2205.0	96.054	99.0	0.0003430615070506692	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
USA0053_01_000000001971	10450	0.6846097627362521	11	10	7	8	8	False	1077	maximal	True	USA0053_01_000000001971	1.0		3	3	False	False	0.9998086094856262	0					non-mobilizable	plasmid	9961.0	100.0	95.0	0.0386130322860776	CP013323.1	enterobacteria	Klebsiella pneumoniae strain CAV1193 plasmid pCAV1193-258, complete sequence	False	True
MON0013_000000025389	2110	0.6846087063622945	4	4	3	4	2	False	125442	fragment	False	MON0070_000000010284	0.20387969475508397		0	0	False	False	0.9985781908035278	0					non-mobilizable	no_good_hit	1418.0	83.286	67.0	0.0004246397037520682	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0098_000000013061	1933	0.6846049353234398	3	2	2	2	1	True	118201	fragment	False	FIJ0037_000000012391	0.46931506110361004		0	0	False	False	1.0	0					non-mobilizable	other	1935.0	97.15799999999999	100.0	0.0397005444646098	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0133_000000021359	1782	0.6846049353234398	3	2	2	2	1	True	118201	fragment	False	FIJ0037_000000012391	0.22834198678171239		0	0	False	False	1.0	0					non-mobilizable	other	1786.0	94.23299999999999	100.0	0.03677198482098663	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0186_000000012181	1593	0.6846049353234398	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.8702017932613179		0	0	False	False	1.0	0					non-mobilizable	other	1597.0	94.865	100.0	0.032874113182643126	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0086_000000024571	1361	0.6846049353234398	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.39643666885980006		0	0	False	False	0.9992652535438538	0					non-mobilizable	other	1362.0	95.742	99.0	0.028068800527965683	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0131_000000015129	1214	0.6846049353234398	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.18171148937975412		0	0	False	False	0.9901153445243835	0					non-mobilizable	other	1201.0	98.751	99.0	0.02472776769509982	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0021_000000008937	3066	0.6845987569530856	5	4	4	4	3	False	62395	maximal	True	MON0021_000000008937	0.9929876060013046		27	4	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	78.431	15.0	0.00012779245386958067	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0080_000000015671	3066	0.6845987569530856	5	4	4	4	3	False	62395	maximal	False	MON0021_000000008937	0.9929876060013046		0	0	False	False	0.9996738433837891	0					non-mobilizable	no_good_hit	595.0	73.95	19.0	0.0006108901064992036	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0142_000000002458	1399	0.6845975690639824	2	2	2	2	1	False	99809	fragment	False	USA0055_01_000000018804	0.9949581810563985		0	0	False	False	0.9971408247947693	0					non-mobilizable	other	1404.0	86.396	100.0	0.014618661765934342	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ISR0399_000000003377	4069	0.6845969530031224	4	4	4	4	4	False	51683	maximal	True	ISR0399_000000003377	1.0		47	7	False	False	0.9953305721282959	0					non-mobilizable	other	3998.0	98.149	99.0	0.030742704957780736	NZ_CYYU01000004.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
AST0094_000000001461	11226	0.6845949030615225	17	15	11	12	10	True	123348	maximal	True	AST0094_000000001461	1.0	PS890|PS891	0	0	False	True	0.9956351518630981	0	rep_cluster_1320				non-mobilizable	no_good_hit	1824.0	99.287	35.0	0.0007643647533508569	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
USA0034_01_000000017517	3137	0.6845854507629642	4	3	3	2	2	False	52833	fragment	False	MON0090_000000017198	0.9535585042219541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	3.0	2.811785638923102e-05	NZ_CP045798.1	firmicutes	Thermoanaerosceptrum fracticalcis strain DRI-13 chromosome, complete genome	True	False
DEN0056_000000001901	1498	0.6845755243404911	2	2	1	2	1	False	72038	fragment	False	DEN0056_000000001901	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1501.0	97.00200000000001	100.0	0.00041982103868762826	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0064_000000007450	4648	0.6845701116034332	4	3	2	3	2	False	71338	maximal	True	DEN0064_000000007450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	73.041	16.0	0.00023916019317181533	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0132_000000002655	7029	0.6845662200922134	8	6	3	4	4	False	115035	maximal	True	ENG0132_000000002655	1.0		3	2	False	False	0.9898989796638489	0					non-mobilizable	other	6949.0	99.295	99.0	0.12427285256582363	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	False	False
CHI0031_000000001111	6899	0.6845553531732965	9	4	1	2	2	True	101813	fragment	False	CHI0167_000000002108	0.5523025806593466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	89.4	48.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0189_000000002318	4638	0.6845541063012262	3	3	3	2	0	True	29238	maximal	True	ISR0189_000000002318	1.0		17	2	False	False	0.9959034323692322	0					non-mobilizable	no_good_hit	972.0	88.889	21.0	0.0003604597550952527	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
SPA0016_000000005664	5572	0.6845507794533119	3	3	3	3	3	False	86690	fragment	False	ENG0187_000000003804	0.9480097481722176		0	0	False	False	1.0	0					non-mobilizable	other	3611.0	98.78200000000001	96.0	0.0653559272937939	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	False	False
ISR0198_000000006387	5385	0.6845478409253369	7	2	2	1	0	True	94522	fragment	False	ISR0198_000000006387	0.937815597531326		0	0	False	False	0.9875580072402954	0					non-mobilizable	other	5324.0	97.671	99.0	0.0013639476336405891	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
MON0019_000000011037	5347	0.6845478409253369	6	2	2	1	0	True	94522	fragment	False	ISR0198_000000006387	0.9346332404828226		0	0	False	False	0.988591730594635	0					non-mobilizable	other	5184.0	96.431	97.0	0.12094271380235679	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0787_000000002634	4821	0.6845478409253369	5	2	2	1	0	True	113130	fragment	False	FIJ0102_000000004803	0.4260607974717621		0	0	False	False	1.0	0					non-mobilizable	other	4824.0	94.77600000000001	99.0	0.11019428571428572	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ITA0006_000000005712	4551	0.6845478409253369	7	2	2	1	0	True	94521	fragment	False	ITA0006_000000005712	0.9555529356283895		0	0	False	False	0.9991210699081421	0					non-mobilizable	other	4551.0	96.92399999999999	100.0	0.0011660213980822177	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
MON0104_000000009490	4376	0.6845478409253369	6	2	2	1	0	True	105861	fragment	False	MON0104_000000009490	0.9687671843831636		0	0	False	False	1.0	0					non-mobilizable	other	4378.0	95.089	100.0	0.09986285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0074_000000005921	4301	0.6845478409253369	5	2	2	1	0	True	88085	fragment	False	SPA0074_000000005921	1.0		0	0	False	False	0.9988374710083008	0					non-mobilizable	other	4305.0	95.796	100.0	0.0011021824956806189	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
FIJ0111_000000005427	4254	0.6845478409253369	6	2	2	1	0	True	105861	fragment	False	MON0104_000000009490	0.7119309225330801		0	0	False	False	1.0	0					non-mobilizable	other	4256.0	94.73700000000001	100.0	0.09705142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0020_000000003980	4171	0.6845478409253369	4	2	2	1	0	True	113130	fragment	False	FIJ0102_000000004803	0.2117845803223532		0	0	False	False	0.9887317419052124	0					non-mobilizable	other	4099.0	94.804	98.0	0.09314285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0003_000000003112	3993	0.6845478409253369	5	2	2	1	0	True	105861	fragment	False	MON0104_000000009490	0.7021453730181036		0	0	False	False	1.0	0					non-mobilizable	other	3994.0	94.89200000000001	99.0	0.09122285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0084_000000001798	3549	0.6845478409253369	4	2	2	1	0	True	105860	fragment	False	MAD0084_000000001798	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3552.0	95.27	100.0	0.08107428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0153_000000004940	3493	0.6845478409253369	3	2	2	1	0	True	113130	fragment	False	FIJ0102_000000004803	0.07283230977412304		0	0	False	False	1.0	0					non-mobilizable	other	3493.0	95.906	100.0	0.07974857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0146_000000005373	3233	0.6845478409253369	3	2	2	1	0	True	105855	fragment	False	MON0006_000000006555	0.7921543345597821		0	0	False	False	1.0	0					non-mobilizable	other	3233.0	95.02	100.0	0.07387428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0006_000000006555	3126	0.6845478409253369	3	2	2	1	0	True	105855	fragment	False	MON0006_000000006555	0.9516409725249909		0	0	False	False	1.0	0					non-mobilizable	other	3127.0	95.523	100.0	0.07142857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0854_000000002751	2810	0.6845478409253369	3	2	2	1	0	True	88083	fragment	False	ISR0854_000000002751	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2810.0	97.473	100.0	0.06554661066386652	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
FIJ0026_000000011738	2729	0.6845478409253369	3	2	2	1	0	True	105854	fragment	False	FIJ0026_000000011738	1.0		0	0	False	False	0.9989007115364075	0					non-mobilizable	other	2729.0	95.346	100.0	0.062354285714285716	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CHI0050_000000003803	2557	0.6845478409253369	2	2	2	1	0	True	88084	fragment	False	CHI0050_000000003803	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2557.0	97.771	100.0	0.0008202555628795206	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0269_000000007513	2351	0.6845478409253369	3	2	2	1	0	True	105853	fragment	False	ISR0269_000000007513	1.0		0	0	False	False	0.9995746612548828	0					non-mobilizable	other	2352.0	96.131	100.0	0.05373714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0146_000000010159	2301	0.6845478409253369	2	2	2	1	0	True	105838	fragment	False	SPA0146_000000010159	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2316.0	88.90299999999999	99.0	0.052365714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0065_000000014699	2256	0.6845478409253369	2	2	2	1	0	True	88082	fragment	False	ISR0065_000000014699	0.9653748691471492		0	0	False	False	0.9964538812637329	0					non-mobilizable	other	2257.0	95.74700000000001	100.0	0.0005781394574923926	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
FIJ0060_000000006509	2143	0.6845478409253369	2	2	2	1	0	True	105839	fragment	False	MON0023_000000010099	0.6073380493579866		0	0	False	False	1.0	0					non-mobilizable	other	2143.0	95.007	100.0	0.04896	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0023_000000010099	2108	0.6845478409253369	2	2	2	1	0	True	105839	fragment	False	MON0023_000000010099	0.7896628184618432		0	0	False	False	1.0	0					non-mobilizable	other	2108.0	95.68299999999999	100.0	0.04816	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0095_000000009633	2070	0.6845478409253369	2	2	2	1	0	True	88082	fragment	False	ISR0065_000000014699	0.9497343306320633		0	0	False	False	0.9995169043540955	0					non-mobilizable	other	2057.0	98.104	99.0	0.0006597986843819619	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MAD0083_000000005036	2034	0.6845478409253369	2	2	2	1	0	True	105839	fragment	False	MON0023_000000010099	0.6083788361486938		0	0	False	False	1.0	0					non-mobilizable	other	2034.0	96.116	100.0	0.04646857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0838_000000011892	2007	0.6845478409253369	2	2	2	1	0	True	36331	fragment	False	ISR0838_000000011892	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2008.0	97.41	100.0	0.0005143005550907935	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
MON0037_000000037075	1949	0.6845478409253369	2	2	2	1	0	True	88082	fragment	False	ISR0065_000000014699	0.6418679549114331		0	0	False	False	0.9917906522750854	0					non-mobilizable	chromosome	1949.0	96.04899999999999	100.0	0.0002997987725976215	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
FIJ0037_000000015902	1949	0.6845478409253369	3	2	2	1	0	True	105839	fragment	False	MON0023_000000010099	0.621179351420403		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	95.445	100.0	0.04212571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0154_000000021177	1838	0.6845478409253369	3	2	2	1	0	True	105839	fragment	False	MON0023_000000010099	0.5405700438912778		0	0	False	False	1.0	0					non-mobilizable	other	1839.0	95.215	100.0	0.042011428571428575	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0357_000000014394	1798	0.6845478409253369	2	2	2	1	0	True	23882	fragment	False	ISR0357_000000014394	1.0		0	0	False	False	0.9972191452980042	0					non-mobilizable	other	1782.0	78.563	98.0	0.04025142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
AST0118_000000017347	1785	0.6845478409253369	2	2	2	1	0	True	105837	fragment	False	AST0118_000000017347	0.975811209439528		0	0	False	False	1.0	0					non-mobilizable	other	1789.0	95.52799999999999	99.0	0.04086857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0095_000000021569	1695	0.6845478409253369	2	2	2	1	0	True	105837	fragment	False	AST0118_000000017347	0.9495798319327731		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	95.45700000000001	100.0	0.03872	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0047_000000007450	3831	0.6845462600835013	4	4	4	4	4	False	78525	fragment	False	MON0081_000000014742	0.7188421529732361		0	0	False	False	0.9929522275924683	0					non-mobilizable	no_good_hit	78.0	83.333	2.0	0.0003216051857792034	NZ_FOJI01000006.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
CHI0040_000000010445	1340	0.6845445231343213	2	2	2	1	1	False	87665	fragment	False	FIJ0086_000000021690	0.7224986139486964		0	0	False	False	0.9888059496879578	0					non-mobilizable	other	1340.0	97.09	100.0	0.004243250095069083	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0374_000000009795	1645	0.6845417144199942	2	2	2	2	1	False	70140	fragment	False	DEN0073_000000030317	0.9586488380851982		0	0	False	False	0.9939209818840027	0					non-mobilizable	no_good_hit								True	False
ENG0050_000000017007	1625	0.6845417144199942	2	2	2	2	1	False	70140	fragment	False	DEN0073_000000030317	0.9478609723538596		0	0	False	False	0.9981538653373718	0					non-mobilizable	no_good_hit								True	False
FIJ0121_000000005183	5034	0.6845392724792402	5	5	5	4	4	False	41496	maximal	True	FIJ0121_000000005183	1.0		2	1	False	False	0.9986094832420349	0					non-mobilizable	no_good_hit	4191.0	95.037	83.0	0.08042424125340494	CP021926.1	firmicutes	Pediococcus pentosaceus strain SRCM100194 plasmid pPP194-1, complete sequence	True	False
SPA0114_000000015932	2874	0.6845376746922829	4	3	2	3	2	False	4456	maximal	True	SPA0114_000000015932	1.0		7	3	False	False	0.9982602596282959	0					non-mobilizable	no_good_hit	1374.0	83.916	48.0	0.5064599483204134	MK233615.1	viruses	Uncultured human fecal virus clone RuminococcusA.sp_S01.I14_2_c1 sequence	True	False
FIJ0097_000000023055	1373	0.6845348381468139	3	3	3	3	2	False	42899	fragment	False	MAD0100_000000023377	0.9766134049118377		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	93.66799999999999	100.0	0.003755046185425932	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0328_000000026417	1101	0.6845329763104869	1	1	1	1	1	False	24726	maximal	True	ISR0328_000000026417	1.0		27	4	False	False	0.9981834888458252	0					non-mobilizable	no_good_hit	153.0	86.275	14.0	0.00016386601440709998	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MON0048_000000000855	21965	0.6845323043249085	27	14	5	9	6	False	11424	maximal	True	MON0048_000000000855	1.0		1	1	False	False	0.9999544620513916	0					non-mobilizable	no_good_hit	86.0	91.86	0.0	3.27056827291802e-05	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
MON0070_000000004807	5211	0.684527735072457	3	3	3	3	3	False	33651	maximal	True	MON0070_000000004807	1.0		2	1	False	False	0.9998080730438232	0					non-mobilizable	no_good_hit	2822.0	76.329	54.0	0.0008767714393493279	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
MON0093_000000020373	2158	0.6845208774766627	3	3	3	2	2	False	9522	fragment	False	MON0093_000000020373	1.0		0	0	False	False	0.9550509452819824	0					non-mobilizable	no_good_hit								True	False
SPA0140_000000013287	1623	0.6845178182841912	1	1	1	1	1	False	65947	fragment	False	SPA0140_000000013287	0.9534960364026688		0	0	False	False	0.9981516003608704	0					non-mobilizable	no_good_hit	1316.0	86.93	81.0	0.00037375521593323606	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0019_000000043320	1551	0.6845178182841912	2	1	1	1	1	False	13162	maximal	True	MON0019_000000043320	1.0		49	7	False	False	0.9987105131149292	0					non-mobilizable	other	1550.0	99.29	99.0	0.005054542725406827	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
USA0069_01_000000018360	3361	0.6845171809154851	3	2	2	2	2	False	791	maximal	True	USA0069_01_000000018360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	84.08	42.0	0.02127400368526048	NZ_JAAITU010000021.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_21_length_65667_cov_156.896, whole genome shotgun sequence	True	False
CHI0187_000000012861	1194	0.6845160797451608	2	1	1	1	1	False	77048	maximal	True	CHI0187_000000012861	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0006_000000017281	1298	0.6845091443395853	2	1	1	1	1	False	20346	maximal	True	ITA0006_000000017281	1.0		5	4	False	False	0.9807395935058594	0					non-mobilizable	no_good_hit	540.0	95.556	42.0	0.00023798443519979653	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
FIJ0068_000000007130	4313	0.6844995818368417	4	4	4	4	3	False	45108	maximal	True	FIJ0068_000000007130	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	89.79899999999999	60.0	0.0002795179074177599	CP017990.1	enterobacteria	Enterobacter cloacae complex sp. ECNIH7, complete genome	True	False
ISR0071_000000003689	2092	0.6844959334448759	3	3	3	3	3	False	94776	fragment	False	ISR0071_000000003689	0.9769236219098737		0	0	False	False	0.9741873741149902	0					non-mobilizable	no_good_hit	1029.0	70.748	48.0	0.0003562546236077828	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0047_000000026006	1770	0.6844948679204711	2	1	1	1	1	False	17644	maximal	True	MAD0047_000000026006	1.0		18	3	False	False	0.9903954863548279	0					non-mobilizable	chromosome	1770.0	99.887	100.0	0.0004986027004592838	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0774_000000011559	2143	0.6844869717145009	2	2	2	2	1	False	110162	fragment	False	ISR0774_000000011559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	74.454	42.0	0.004679444949859355	NZ_FOZC01000004.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
CHI0180_000000007949	1648	0.6844861405525189	2	1	1	1	1	False	77476	maximal	True	CHI0180_000000007949	1.0		4	3	False	False	0.9933252334594727	0					non-mobilizable	no_good_hit	743.0	79.00399999999999	44.0	0.00026001493839248794	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
CHI0102_000000006949	1364	0.6844861405525189	2	1	1	1	1	False	83276	maximal	True	CHI0102_000000006949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	79.00399999999999	53.0	0.00026001493839248794	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0119_000000015288	2103	0.6844803612981673	2	2	2	2	1	False	84001	maximal	True	ENG0119_000000015288	1.0		0	0	False	False	0.9938183426856995	0					non-mobilizable	no_good_hit	442.0	94.796	21.0	0.00018161466556956582	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
USA0027_01_000000001786	13517	0.6844784610957144	21	14	9	12	11	True	126208	backbone	False	ISR0395_000000002325	0.25488444284387685	PS943|PS946|PS949	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1605.0	73.02199999999999	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0796_000000014572	1506	0.6844751267751207	1	1	1	1	1	False	73925	fragment	False	ISR0796_000000014572	0.962		0	0	False	False	1.0	0					non-mobilizable	other	1506.0	96.016	100.0	0.03839379164220254	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0028_000000020754	1500	0.6844751267751207	1	1	1	1	1	False	73925	fragment	False	ISR0796_000000014572	0.9591633466135459		0	0	False	False	1.0	0					non-mobilizable	other	1505.0	94.95	100.0	0.03816404155923723	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0059_000000012793	1401	0.6844751267751207	1	1	1	1	1	False	35443	maximal	True	ISR0059_000000012793	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	1407.0	82.729	100.0	0.00038974144830706056	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0037_000000057196	1334	0.6844751267751207	1	1	1	1	1	False	12053	fragment	False	MON0037_000000057196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	384.0	75.521	29.0	0.006642311524410495	NZ_BJXX01000084.1	firmicutes	Aneurinibacillus danicus strain NBRC 102444 sequence084, whole genome shotgun sequence	True	False
USA0036_01_000000003442	11392	0.6844730240266707	15	6	5	5	4	False	63624	maximal	True	USA0036_01_000000003442	1.0		2	2	False	False	0.9999122023582458	0					non-mobilizable	no_good_hit								True	False
ISR0156_000000009856	2616	0.6844726563357826	3	3	3	3	3	False	131575	maximal	True	ISR0156_000000009856	1.0		5	3	False	False	0.9896789193153381	0					non-mobilizable	no_good_hit	1369.0	81.958	79.0	0.014405012648045638	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
ISR0804_000000007097	2598	0.6844726563357826	3	3	3	3	3	False	131575	maximal	False	ISR0156_000000009856	0.9965596330275229		0	0	False	False	0.9992302060127258	0					non-mobilizable	no_good_hit	1369.0	81.958	80.0	0.014405012648045638	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
SPA0156_000000010644	1796	0.6844617397220277	3	3	3	3	2	False	87335	fragment	False	MON0054_000000022302	0.7533790487721397		0	0	False	False	0.9988864064216614	0					non-mobilizable	other	1796.0	99.27600000000001	100.0	0.008854752461571854	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0306_000000005850	1728	0.6844617397220277	3	3	3	3	2	False	87335	fragment	False	MON0054_000000022302	0.5331406856948546		0	0	False	False	1.0	0					non-mobilizable	other	1631.0	99.387	94.0	0.008040805856469149	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0029_000000028998	1145	0.6844582976141835	2	2	2	2	1	True	12537	maximal	True	MON0029_000000028998	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	78.814	10.0	2.4886420540688866e-05	CP030885.1	a-proteobacteria	Rhodospirillaceae bacterium isolate ECT2AJA-110-B chromosome	True	True
ENG0126_000000009248	1997	0.6844482474815049	2	2	2	2	1	True	58773	fragment	False	ENG0126_000000009248	1.0		0	0	False	False	0.9924887418746948	0					non-mobilizable	other	2004.0	96.307	100.0	0.0005976171250341186	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
USA0008_01_000000005101	1338	0.6844482474815049	2	2	2	2	1	True	56651	fragment	False	USA0008_01_000000005101	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	97.34100000000001	92.0	0.0003701100554238313	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
USA0052_01_000000012003	1265	0.6844482474815049	2	2	2	2	1	True	56650	fragment	False	USA0052_01_000000012003	0.9555296563899409		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	98.57700000000001	100.0	0.00034176765801819645	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0009_000000030753	1224	0.6844482474815049	2	2	2	2	1	True	56650	fragment	False	USA0052_01_000000012003	0.48099914602903504		0	0	False	False	0.9975489974021912	0					non-mobilizable	other	1224.0	98.693	100.0	0.0003656256848007639	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
FIJ0091_000000019000	1101	0.6844433628419159	2	2	2	2	2	False	43355	fragment	False	FIJ0091_000000019000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	73.469	18.0	0.005111134409729503	NZ_FNBG01000039.1	firmicutes	Fontibacillus panacisegetis strain DSM 28129, whole genome shotgun sequence	True	False
ISR0810_000000008857	1865	0.6844406441537163	2	2	2	1	1	False	118948	fragment	False	ISR0810_000000008857	1.0		0	0	False	False	0.9962466359138489	0					non-mobilizable	no_good_hit	767.0	88.396	41.0	0.0002694928116953506	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0044_000000015471	3138	0.6844402564747746	4	3	1	2	3	True	61750	fragment	False	MON0044_000000015471	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3039.0	98.684	97.0	0.02120294244915621	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
AST0003_000000017220	1926	0.6844382215476155	3	3	3	3	3	False	129874	fragment	False	AST0007_000000009148	0.783211738987529		0	0	False	False	1.0	0					non-mobilizable	other	1730.0	99.82700000000001	90.0	0.0241103302097278	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0317_000000010260	1981	0.6844377946884023	2	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.45102676516003215		0	0	False	False	0.9843513369560242	0					non-mobilizable	other	1124.0	91.815	100.0	0.00033781271386149135	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0094_000000000617	10421	0.6844353592216296	10	5	4	5	2	False	127631	maximal	True	CHI0094_000000000617	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	6812.0	99.78	65.0	0.48925928586823764	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0029_000000011754	3931	0.6844352155059636	4	3	1	3	1	True	37143	fragment	False	ISR0029_000000011754	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3538.0	99.57600000000001	92.0	0.17591164618675686	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	False	True
FIJ0074_000000008886	3648	0.6844352155059636	4	3	1	3	1	True	44658	fragment	False	FIJ0074_000000008886	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3658.0	99.399	100.0	0.1818814984329138	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	False	True
USA0057_01_000000010256	3064	0.6844351322958863	5	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.8948084314668702		0	0	False	True	1.0	0					non-mobilizable	plasmid	2493.0	96.069	99.0	0.4811594202898551	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0145_01_000000008660	2786	0.6844351322958863	5	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.8984733592606099		0	0	False	True	1.0	0					non-mobilizable	plasmid	2484.0	96.73899999999999	99.0	0.47980676328502414	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0132_000000010851	2542	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.8645009399111706		0	0	False	True	1.0	0					non-mobilizable	plasmid	2465.0	96.714	99.0	0.4761352657004831	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0373_000000006408	2451	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.8165097055506684		0	0	False	True	1.0	0					non-mobilizable	plasmid	2370.0	96.54	99.0	0.45758454106280194	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0023_01_000000013145	2372	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.3566408661770143		0	0	False	True	1.0	0					non-mobilizable	plasmid	2193.0	96.899	99.0	0.4235748792270531	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0027_01_000000011606	2363	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.6609572271913557		0	0	False	True	1.0	0					non-mobilizable	plasmid	2364.0	97.166	100.0	0.45661835748792273	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0006_01_000000010357	2347	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.6589635934845007		0	0	False	True	1.0	0					non-mobilizable	plasmid	2349.0	96.42399999999999	100.0	0.4533333333333333	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ENG0118_000000005833	2344	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.6578322471760302		0	0	False	True	1.0	0					non-mobilizable	plasmid	2347.0	96.464	100.0	0.4527536231884058	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0338_000000011498	2344	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.6585721376808729		0	0	False	True	1.0	0					non-mobilizable	plasmid	2346.0	96.419	100.0	0.4527536231884058	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0307_000000004045	2343	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.6666458124010103		0	0	False	True	1.0	0					non-mobilizable	plasmid	2345.0	96.759	100.0	0.4527536231884058	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0093_01_000000007958	2291	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.3490557509991516		0	0	False	True	1.0	0					non-mobilizable	plasmid	2156.0	96.61399999999999	94.0	0.41642512077294686	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
CAN0005_000000007533	2282	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.7639897719437767		0	0	False	True	1.0	0					non-mobilizable	plasmid	2283.0	96.934	99.0	0.44077294685990337	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ENG0018_000000009361	2244	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.6473313664302283		0	0	False	True	1.0	0					non-mobilizable	plasmid	2246.0	96.883	100.0	0.4336231884057971	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0272_000000004766	2244	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.647642171691772		0	0	False	True	1.0	0					non-mobilizable	plasmid	2246.0	96.97200000000001	100.0	0.4336231884057971	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
USA0047_01_000000016335	2213	0.6844351322958863	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.3833175005682422		0	0	False	True	1.0	0					non-mobilizable	plasmid	2208.0	96.96600000000001	99.0	0.4264734299516908	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
DEN0011_000000022533	2001	0.6844351322958863	3	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.07179880228410046	PS974|PS975	0	0	False	True	0.9950025081634521	0					non-mobilizable	no_good_hit	1670.0	98.204	83.0	0.32578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MON0024_000000026977	1882	0.6844351322958863	4	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.12683168620979582	PS974|PS975	0	0	False	True	0.9989373087882996	0					non-mobilizable	other	1809.0	97.789	96.0	0.3529296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0079_000000013873	1843	0.6844351322958863	3	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.10570339617020431	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1844.0	98.21	100.0	0.3599609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0098_000000019844	1725	0.6844351322958863	3	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.10757602014377755	PS974|PS975	0	0	False	True	0.9965217113494873	0					non-mobilizable	other	1725.0	99.76799999999999	100.0	0.2988904299583911	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0023_000000007320	1698	0.6844351322958863	3	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.08881171994559167	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1652.0	100.0	97.0	0.28623439667128986	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0165_000000009467	1681	0.6844351322958863	3	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.09736774943080968	PS974|PS975	0	0	False	True	0.9988102316856384	0					non-mobilizable	other	1681.0	97.79899999999999	100.0	0.328125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0209_000000011359	1612	0.6844351322958863	4	2	1	2	1	False	99863	fragment	False	ENG0209_000000011359	1.0		0	0	False	False	0.9975185990333557	0					non-mobilizable	plasmid	1506.0	96.08200000000001	100.0	0.29043478260869565	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0384_000000011862	1600	0.6844351322958863	3	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.07817940131315426	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1600.0	99.0	100.0	0.3123046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0285_000000012017	1580	0.6844351322958863	4	2	1	2	1	False	109049	fragment	False	FIJ0159_000000016440	0.5677722450205185		0	0	False	False	1.0	0					non-mobilizable	plasmid	1582.0	96.65	100.0	0.30531400966183575	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0273_000000008785	1511	0.6844351322958863	2	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.04828126651330952	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1511.0	99.206	100.0	0.294921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0017_000000013717	1496	0.6844351322958863	2	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.034383814191332816	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	99.198	100.0	0.2919921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0854_000000006318	1487	0.6844351322958863	2	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.03412930923944659	PS974|PS975	0	0	False	True	0.9993274807929993	0					non-mobilizable	other	1487.0	98.991	100.0	0.290234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0009_000000023000	1470	0.6844351322958863	2	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.02940789792057771	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1470.0	99.456	100.0	0.2869140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0210_000000009826	1950	0.6844313667722443	2	2	2	2	2	False	77930	fragment	False	ISR0028_000000009061	0.9667683896701517		0	0	False	False	0.9856410026550293	0					non-mobilizable	other	1950.0	99.641	100.0	0.008411448892571685	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
MON0003_000000006079	2371	0.6844292604436034	5	4	3	2	3	False	97646	maximal	False	MON0042_000000011034	0.9657818332642056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	95.98200000000001	47.0	0.015337142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ENG0130_000000007357	4064	0.684427654657028	5	4	2	4	1	True	113117	fragment	False	ENG0130_000000007357	0.971611253196931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	99.648	7.0	8.920092050306797e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0024_000000004393	4683	0.684426544173414	6	4	1	2	3	False	49255	fragment	False	FIJ0024_000000004393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000027015	1466	0.6844263165091704	2	2	2	2	1	False	116049	fragment	False	ISR0288_000000016396	0.6062196481420128		0	0	False	False	1.0	0					non-mobilizable	other	1487.0	78.682	99.0	0.0005054777810965713	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0389_000000015429	1443	0.6844263165091704	2	2	2	2	1	False	116049	fragment	False	ISR0288_000000016396	0.5321682041774596		0	0	False	False	0.9979209899902344	0					non-mobilizable	other	1465.0	78.362	100.0	0.0004979333366025926	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0182_000000030368	1327	0.6844263165091704	2	2	2	2	1	False	116049	fragment	False	ISR0288_000000016396	0.5018063134893332		0	0	False	False	0.9984928369522095	0					non-mobilizable	other	1344.0	78.423	99.0	0.0004564388918857099	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0040_000000002700	7911	0.684426306532436	7	7	7	6	5	False	130238	fragment	False	MON0082_000000002382	0.9415670650730412		0	0	False	False	0.999620795249939	0					non-mobilizable	chromosome	7912.0	99.545	100.0	0.0014059224728592435	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0108_000000008169	2692	0.6844220403631278	3	2	2	2	1	False	76663	fragment	False	ISR0108_000000008169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	84.167	4.0	0.0018006839572678025	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0089_000000008274	2783	0.6844168945488189	3	2	2	2	2	True	48916	maximal	True	MAD0089_000000008274	0.9922118380062306		8	6	False	False	0.9892202615737915	0					non-mobilizable	no_good_hit	1248.0	99.038	50.0	0.0002775213493368419	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MON0093_000000029747	1538	0.6844167173070965	4	1	1	1	1	False	9384	maximal	True	MON0093_000000029747	1.0		9	4	False	False	0.9876462817192078	0					non-mobilizable	no_good_hit	1109.0	99.82	72.0	0.7641379310344828	NZ_QEKH01000082.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_182, whole genome shotgun sequence	True	False
ISR0282_000000004274	4584	0.6844141966981377	8	6	4	5	5	False	122701	maximal	True	ISR0282_000000004274	1.0		169	9	False	False	0.9976003766059875	0					non-mobilizable	chromosome	2563.0	93.679	98.0	0.0004675924973626755	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
FIJ0121_000000013974	1845	0.6844026966047005	1	1	1	1	1	True	41475	fragment	False	FIJ0121_000000013974	1.0		0	0	False	False	0.9929539561271667	0		MOBV			mobilizable	plasmid	1850.0	92.865	100.0	0.08772263120398956	NC_014131.1	firmicutes	Leuconostoc kimchii IMSNU 11154 plasmid LkipL4701, complete sequence	False	True
MON0078_000000010697	3759	0.684400686117176	4	3	3	3	2	False	34855	maximal	True	MON0078_000000010697	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	74.359	5.0	6.657641077362144e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0035_000000025731	1374	0.6844003078394497	2	2	2	2	2	False	73393	maximal	True	DEN0035_000000025731	1.0		4	3	False	False	0.994905412197113	0					non-mobilizable	chromosome	1382.0	82.634	100.0	0.00038296468217696874	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	False
FIJ0072_000000009627	2586	0.6843942160236726	3	2	2	2	2	False	86301	maximal	True	FIJ0072_000000009627	1.0		7	3	False	False	0.9984531998634338	0					non-mobilizable	no_good_hit	1472.0	91.37200000000001	57.0	0.00036041151639835625	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0307_000000003737	2474	0.6843893112918326	2	2	2	2	2	False	126641	fragment	False	SPA0036_000000008803	0.4737411487018096		0	0	False	False	0.9979789853096008	0					non-mobilizable	virus	2358.0	97.20100000000001	95.0	0.13739608945088397	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
ENG0095_000000014523	1909	0.6843810042592646	2	2	2	2	1	False	74106	fragment	False	ENG0095_000000014523	0.9843394077448746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	98.773	8.0	2.28657632902309e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0047_000000012308	2410	0.6843803695626692	3	3	2	2	1	False	36096	maximal	True	ISR0047_000000012308	1.0		26	8	False	False	0.9929460287094116	0					non-mobilizable	other	1080.0	99.074	99.0	0.020634131415895356	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0077_000000016071	2113	0.6843801128271294	3	3	3	3	1	False	92344	fragment	False	ISR0077_000000016071	0.9767787257234356		0	0	False	False	0.9768102169036865	0					non-mobilizable	no_good_hit	904.0	80.42	42.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0342_000000005810	2996	0.6843689032713653	3	3	3	3	3	False	117033	fragment	False	SPA0130_000000010599	0.9784384928743497		0	0	False	False	1.0	0					non-mobilizable	other	2996.0	99.065	100.0	0.025424016570177076	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0007_000000044008	1475	0.6843611941613461	2	2	2	1	1	False	13926	maximal	True	MON0007_000000044008	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	76.25399999999999	40.0	0.0002074035327500724	NC_014831.1	firmicutes	Thermaerobacter marianensis DSM 12885, complete sequence	True	False
USA0080_01_000000034521	1210	0.6843600382411674	2	1	1	1	1	False	24600	fragment	False	ISR0331_000000019414	0.9530408006158584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	84.884	57.0	0.001509698434982688	NZ_DS483477.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_17, whole genome shotgun sequence	True	False
SPA0133_000000015146	1295	0.6843591170463402	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.7076552859268664		0	0	False	False	0.9969111680984497	0					non-mobilizable	other	1293.0	98.685	99.0	0.0021450569884528857	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0040_000000008266	3239	0.6843584647234954	4	4	4	4	4	False	46939	fragment	False	MON0040_000000008266	0.9733415029948134		0	0	False	False	0.999382495880127	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	1.2040414714378344e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0115_000000002844	9350	0.6843525458797513	14	6	2	4	4	True	32500	maximal	True	ISR0115_000000002844	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.001738476718507729	NZ_VUKF01000059.1	high GC Gram+	Georgenia thermotolerans strain NBRC 104148 Scaffold59_1, whole genome shotgun sequence	True	True
ENG0069_000000011856	1560	0.6843393535217596	2	2	2	1	1	False	62482	maximal	True	ENG0069_000000011856	1.0		84	11	False	False	0.9833333492279053	0					non-mobilizable	other	1109.0	99.91	96.0	0.0002967137347127487	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0853_000000002548	5515	0.6843381835690168	5	4	4	4	4	False	116685	maximal	True	ISR0853_000000002548	1.0	PS782	22	6	False	True	0.9996373653411865	0					non-mobilizable	no_good_hit	3805.0	97.60799999999999	69.0	0.0005364985571985658	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
USA0108_01_000000005259	2036	0.6843380647556766	3	3	3	3	3	False	109867	maximal	False	ISR0255_000000015196	0.9480144751432135		0	0	False	False	1.0	0					non-mobilizable	other	2036.0	98.527	100.0	0.0499129283068848	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
MON0018_000000002597	4699	0.6843314453076011	6	3	3	3	2	False	96272	fragment	False	MAD0089_000000002262	0.1486963414218298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.9572179086326045e-06	NZ_LT906469.1	high GC Gram+	Mycolicibacter terrae strain NCTC10856 chromosome 1	True	False
MON0094_000000007168	4263	0.6843314453076011	5	3	3	3	2	False	96272	fragment	False	MAD0089_000000002262	0.05416146623899131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	98.182	1.0	0.0005289398673732258	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	False
MON0083_000000012330	2831	0.6843296124827061	3	3	3	3	3	False	123077	fragment	False	MON0083_000000012330	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2831.0	97.633	100.0	0.001248204078496892	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MON0102_000000001867	16515	0.6843294620638752	20	8	1	8	3	False	8985	fragment	False	MON0102_000000001867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0078_000000037652	1265	0.6843252692739261	3	3	3	3	2	False	10136	fragment	False	MON0078_000000037652	1.0		0	0	False	False	0.9865612387657166	0					non-mobilizable	no_good_hit	66.0	84.848	5.0	1.787746127948165e-05	CP061473.1	firmicutes	Geobacillus sp. 47C-IIb chromosome, complete genome	True	False
MAD0090_000000007115	1821	0.6843188704078047	3	3	3	2	3	False	15787	maximal	True	MAD0090_000000007115	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1269.0	95.666	77.0	0.0007088856128086909	LT604074.1	firmicutes	Lactobacillus salivarius isolate LPM01 genome assembly, chromosome: I	True	False
ISR0346_000000005319	3707	0.6843177924023862	5	3	3	2	2	False	70549	maximal	True	ISR0346_000000005319	1.0	PS332	0	0	False	True	0.9981116652488708	0					non-mobilizable	no_good_hit	1490.0	80.268	40.0	0.19285434867648976	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ENG0193_000000012112	1658	0.6843064059878081	2	2	1	2	1	False	54585	maximal	True	ENG0193_000000012112	1.0		3	2	False	False	0.9825090765953064	0					non-mobilizable	no_good_hit	1329.0	78.85600000000001	79.0	0.0003962223987894141	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0806_000000004036	2681	0.6843018990061465	4	3	3	2	1	False	79477	fragment	False	CHI0151_000000009287	0.9825602968460111		0	0	False	False	0.9981350302696228	0					non-mobilizable	other	2681.0	99.963	100.0	0.2691303474593292	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	False	False
AST0151_000000004690	3481	0.6843011900177629	3	3	3	3	3	False	108219	maximal	True	AST0151_000000004690	1.0		210	12	False	False	0.9982763528823853	0					non-mobilizable	other	3482.0	98.708	100.0	0.04769802217683905	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
ISR0384_000000009916	1836	0.6843003996597834	2	1	1	1	1	False	23079	maximal	True	ISR0384_000000009916	1.0		33	6	False	False	0.984749436378479	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	5.5664460648987435e-05	NZ_LUUN01000004.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold2_1, whole genome shotgun sequence	True	False
MAD0002_000000025401	1667	0.6842991996252509	3	3	2	3	1	False	20164	fragment	False	MAD0002_000000025401	1.0		0	0	False	False	0.9928014278411865	0					non-mobilizable	no_good_hit								True	False
ENG0030_000000004190	5150	0.6842974717831727	6	6	6	5	4	False	102434	fragment	False	DEN0045_000000006090	0.9754159791968751		0	0	False	True	1.0	0					non-mobilizable	other	2154.0	99.62899999999999	100.0	0.0005765565621268483	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0056_01_000000004455	5139	0.6842974717831727	6	6	6	5	4	False	102434	fragment	False	DEN0045_000000006090	0.9745962504870127		0	0	False	True	1.0	0					non-mobilizable	other	2158.0	100.0	100.0	0.0005776277308442229	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0048_000000008488	3178	0.6842943192599944	4	4	4	3	2	False	131341	maximal	True	ENG0048_000000008488	1.0		9	5	False	False	1.0	0					non-mobilizable	other	1317.0	99.696	100.0	0.0205301009344628	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
USA0111_01_000000018226	1388	0.6842904540075775	2	2	1	2	1	False	294	fragment	False	USA0113_01_000000012218	0.9580797836375929		0	0	False	False	0.9927954077720642	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000014840	2656	0.6842871081669581	4	3	1	3	1	True	2243	fragment	False	USA0003_01_000000014840	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2661.0	95.00200000000001	100.0	0.008700987227396954	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0169_000000025285	1283	0.6842866608014025	2	1	1	1	1	False	30083	maximal	True	ISR0169_000000025285	1.0		177	11	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	0.0003476695911814631	NZ_QJKH01000014.1	firmicutes	Dielma fastidiosa strain JC118 Ga0244565_114, whole genome shotgun sequence	True	False
ISR0159_000000014886	1759	0.6842853915558837	2	2	2	1	1	False	30476	maximal	True	ISR0159_000000014886	1.0		28	4	False	False	0.996588945388794	0					non-mobilizable	other	1031.0	81.377	91.0	0.010562472278667726	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0045_000000013078	2927	0.6842848588871413	4	2	2	2	2	False	42670	maximal	True	MAD0045_000000013078	1.0		223	12	False	False	0.9982917904853821	0					non-mobilizable	chromosome	2929.0	97.26899999999999	100.0	0.001033209863343175	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0121_000000006098	1943	0.6842844937491553	2	2	2	2	2	False	73109	fragment	False	SPA0121_000000006098	0.9637629037629037		0	0	False	False	0.9876479506492615	0					non-mobilizable	other	1939.0	98.04	99.0	0.001022173463575181	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
CHI0157_000000005265	2024	0.6842791769490174	2	2	2	2	1	False	95277	fragment	False	CHI0176_000000004027	0.8504644827036614		0	0	False	False	0.9935770630836487	0					non-mobilizable	other	2029.0	94.086	100.0	0.0005429346972314386	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CAN0007_000000020762	1953	0.6842791769490174	2	2	2	2	1	False	95277	fragment	False	CHI0176_000000004027	0.8422269227897855		0	0	False	False	0.997951865196228	0					non-mobilizable	chromosome	1406.0	97.29700000000001	99.0	0.0004069936820318377	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0123_000000003555	9267	0.6842791526573406	13	12	3	9	11	False	82882	fragment	False	FIJ0123_000000003555	1.0		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	9275.0	98.523	100.0	0.0900512162648085	CP027330.1	enterobacteria	Escherichia coli strain 2014C-3741 plasmid unnamed2	False	True
ISR0174_000000006055	4426	0.6842784122999451	5	5	4	5	4	False	84020	maximal	True	ISR0174_000000006055	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	73.626	10.0	0.00010158647230997661	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0156_000000013372	1139	0.6842783416325062	2	2	2	2	2	False	78969	fragment	False	CHI0156_000000013372	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1139.0	99.29799999999999	100.0	0.0001750921695643036	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0046_000000004673	2466	0.6842740696601429	4	3	1	2	3	False	87058	fragment	False	CHI0046_000000004673	1.0		0	0	False	False	0.999594509601593	0					non-mobilizable	chromosome	2470.0	97.449	100.0	0.0003799506295388879	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0031_000000010587	3204	0.6842719108813621	8	7	1	3	6	False	16469	fragment	False	MON0036_000000005600	0.9313354669770149		0	0	False	False	1.0	0					non-mobilizable	plasmid	3204.0	99.001	100.0	0.036732399536543114	AP022224.1	enterobacteria	Escherichia coli plasmid pWP8-S17-ESBL-12_2 DNA, complete genome, strain: WP8-S17-ESBL-12	False	True
CHI0173_000000001484	11146	0.6842650465708896	9	8	3	8	7	False	117868	maximal	True	CHI0173_000000001484	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	9193.0	98.64	87.0	0.002774790939788365	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
FIJ0058_000000001897	16874	0.684259489071525	21	9	4	6	5	False	46080	maximal	True	FIJ0058_000000001897	1.0		5	3	False	False	0.9999407529830933	0					non-mobilizable	no_good_hit	103.0	86.40799999999999	1.0	3.129553500342999e-05	NZ_UHHZ01000001.1	firmicutes	Tissierella praeacuta strain NCTC11158, whole genome shotgun sequence	True	False
ISR0828_000000000901	7388	0.6842543286404729	8	6	4	5	4	True	33452	fragment	False	ISR0828_000000000901	1.0		0	0	False	False	0.9995939135551453	0					non-mobilizable	other	4693.0	94.48100000000001	99.0	0.10303909288680863	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
MAD0086_000000003011	2688	0.6842511525192896	4	4	4	4	3	False	121033	fragment	False	MAD0086_000000003011	1.0		0	0	False	False	0.9988839030265808	0					non-mobilizable	no_good_hit	1975.0	76.051	73.0	0.041063213494632815	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ISR0002_000000004217	4979	0.6842461452856853	8	5	4	4	4	True	93190	fragment	False	ISR0002_000000004217	1.0		0	0	False	False	0.9977906942367554	0					non-mobilizable	no_good_hit	1040.0	87.596	21.0	0.0003222978467641732	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0076_000000003389	9847	0.6842450517439926	10	3	3	3	2	False	41887	maximal	True	MON0076_000000003389	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	84.28399999999999	9.0	0.0029409052901322296	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0344_000000024328	1437	0.6842423384181981	3	3	3	3	3	False	67139	fragment	False	ISR0234_000000009029	0.9558817135532012		0	0	False	False	0.9958246350288391	0					non-mobilizable	other	1437.0	99.58200000000001	100.0	0.04552515613606822	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0120_000000010775	1470	0.6842338554322396	2	2	2	1	1	False	81826	fragment	False	ISR0046_000000023329	0.9615868528383809		0	0	False	False	0.9836734533309937	0					non-mobilizable	chromosome	1458.0	99.863	99.0	0.0004950870174048401	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0057_000000001395	9579	0.6842332734546784	7	7	2	7	2	True	129156	fragment	False	MAD0057_000000001395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	88.27600000000001	50.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0003_000000001170	15744	0.6842225043338814	16	5	4	3	2	True	132160	fragment	False	SPA0132_000000001387	0.6151960884780849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0110_000000001422	15232	0.6842225043338814	14	5	4	3	2	True	132160	fragment	False	SPA0132_000000001387	0.5239411928811739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	85.0	1.0	2.1639461835015124e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
AST0010_000000016149	1843	0.6842220917165743	2	1	1	1	1	True	126222	fragment	False	AST0010_000000016149	1.0		0	0	False	False	0.9983721971511841	0					non-mobilizable	other	1843.0	99.946	100.0	0.3140664961636829	NZ_FNWC01000002.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0157_000000002829	3445	0.6842211462998851	3	2	2	2	1	False	78952	fragment	False	CHI0157_000000002829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	96.053	2.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0123_000000002875	4724	0.6842171606325861	8	4	2	3	4	False	126759	fragment	False	CHI0055_000000002815	0.9490495786792084		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3127.0	99.20100000000001	69.0	0.610546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CHI0003_000000002736	3747	0.6842171606325861	7	4	2	3	4	False	126768	fragment	False	CHI0003_000000002736	0.9983402489626556		0	0	False	True	1.0	0					non-mobilizable	plasmid	3648.0	99.89	97.0	0.7262046993229789	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0064_000000005928	3615	0.6842171606325861	6	4	2	3	4	False	126768	fragment	False	CHI0003_000000002736	0.9807846277021617		0	0	False	True	1.0	0					non-mobilizable	plasmid	3615.0	99.64	100.0	0.7196336121067304	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
CHI0159_000000004209	3305	0.6842171606325861	5	4	2	3	4	False	126747	fragment	False	ISR0100_000000003569	0.9801568407936899		0	0	False	True	0.9996974468231201	0					non-mobilizable	plasmid	3260.0	100.0	100.0	0.6489446435682995	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
SPA0002_000000007176	3225	0.6842171606325861	6	4	2	3	4	False	126748	fragment	False	SPA0002_000000007176	1.0		0	0	False	True	1.0	0					non-mobilizable	other	3225.0	99.845	100.0	0.6296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0858_000000002819	3119	0.6842171606325861	5	4	2	3	4	False	126747	fragment	False	ISR0100_000000003569	0.9725655177194344		0	0	False	True	0.9977557063102722	0					non-mobilizable	other	3119.0	100.0	100.0	0.608984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0133_01_000000008238	2962	0.6842171606325861	5	4	2	3	4	False	126747	fragment	False	ISR0100_000000003569	0.7089781421497765		0	0	False	True	1.0	0					non-mobilizable	other	2962.0	99.96600000000001	100.0	0.5783203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0073_000000003056	2957	0.6842171606325861	5	4	2	3	4	False	126747	fragment	False	ISR0100_000000003569	0.7086095834057284		0	0	False	True	1.0	0					non-mobilizable	other	2957.0	100.0	100.0	0.57734375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0100_000000000966	2944	0.6842171606325861	5	4	2	3	4	False	126747	fragment	False	ISR0100_000000003569	0.8362977872706642		0	0	False	True	0.99558424949646	0					non-mobilizable	other	2944.0	99.728	100.0	0.5748046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0097_000000001881	2941	0.6842171606325861	5	4	2	3	4	False	126747	fragment	False	ISR0100_000000003569	0.8367894615905986		0	0	False	True	0.9996599555015564	0					non-mobilizable	other	2941.0	99.762	100.0	0.57421875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0850_000000005179	2860	0.6842171606325861	5	4	2	3	4	False	126747	fragment	False	ISR0100_000000003569	0.821917223868716		0	0	False	True	1.0	0					non-mobilizable	other	2860.0	99.79	100.0	0.5583984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0005_000000006345	2759	0.6842171606325861	5	4	2	3	4	False	126747	fragment	False	ISR0100_000000003569	0.6976380954489715		0	0	False	True	1.0	0					non-mobilizable	other	2759.0	99.964	100.0	0.538671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
USA0014_01_000000002328	2735	0.6842171606325861	5	4	2	3	4	False	126747	fragment	False	ISR0100_000000003569	0.6936357533150143		0	0	False	True	1.0	0					non-mobilizable	other	2735.0	99.963	100.0	0.533984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0122_000000006449	2657	0.6842171606325861	5	4	2	3	4	False	126747	fragment	False	ISR0100_000000003569	0.31965755532351103		0	0	False	True	1.0	0					non-mobilizable	other	2657.0	99.586	100.0	0.51875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0255_000000026737	1278	0.6842171279085909	2	2	2	2	2	False	26875	fragment	False	MON0026_000000039708	0.9700984102952308		0	0	False	False	0.9992175102233887	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	7.553864867168191e-05	NZ_WWNR01000002.1	a-proteobacteria	Frigidibacter albus strain SP32 NODE_2_length_516292_cov_137.277, whole genome shotgun sequence	True	False
ENG0130_000000020228	1427	0.6842169822243184	1	1	1	1	1	False	58416	fragment	False	MON0028_000000016553	0.9475857687420585		0	0	False	False	0.9957953691482544	0					non-mobilizable	other	1427.0	98.38799999999999	100.0	0.011745519240906695	NZ_QIBZ01000007.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_007, whole genome shotgun sequence	False	False
ISR0019_000000014145	1288	0.6842150722338585	3	1	1	1	1	True	99732	fragment	False	ISR0019_000000014145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0132_000000009877	3041	0.6842091069664545	4	4	2	4	4	False	47775	maximal	True	FIJ0132_000000009877	1.0		71	5	False	False	0.998026967048645	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	2.0	0.00012298200619521857	NZ_JMLK01000006.1	firmicutes	Clostridium akagii DSM 12554 BR66DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0795_000000002254	3720	0.6842005257316646	5	5	4	4	2	True	116530	maximal	True	ISR0795_000000002254	1.0		104	11	False	False	1.0	0					non-mobilizable	no_good_hit	2399.0	100.0	64.0	0.006563120082107424	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0060_000000003230	4034	0.6841989895419079	7	3	3	3	3	False	45884	maximal	True	FIJ0060_000000003230	1.0		5	4	False	False	0.9997521042823792	0					non-mobilizable	no_good_hit	227.0	73.128	6.0	9.677387157543089e-05	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ITA0006_000000015091	1538	0.6841965325555898	2	1	1	1	1	False	20349	maximal	True	ITA0006_000000015091	1.0		13	9	False	False	0.9895969033241272	0					non-mobilizable	no_good_hit	585.0	82.564	38.0	0.00016174270104743013	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0062_000000005739	5525	0.684188879729037	7	6	3	4	5	False	124383	maximal	True	SPA0062_000000005739	1.0		11	5	False	False	0.9994570016860962	0					non-mobilizable	no_good_hit	2818.0	99.929	51.0	0.2534184958618208	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0106_000000008398	2979	0.6841857063833059	4	3	3	3	0	True	51597	backbone	False	FIJ0063_000000008578	0.8764086550666469	PS202|PS207	0	0	True	True	1.0	49					non-mobilizable	plasmid	1695.0	87.611	93.0	0.5777932474765054	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	False	True
FIJ0005_000000031262	1190	0.6841778552029796	2	1	1	1	1	True	51834	maximal	True	FIJ0005_000000031262	1.0		1	1	False	False	0.9983193278312683	0					non-mobilizable	no_good_hit								True	True
ISR0158_000000010084	1887	0.6841758475456857	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.48552821428419923		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	98.02600000000001	97.0	0.006609646530751353	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0055_000000019529	1822	0.6841758475456857	2	2	2	2	2	False	124223	fragment	False	ISR0053_000000008976	0.9686123438113329		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	99.89	100.0	0.00754640354403312	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
MAD0091_000000016021	1099	0.6841740567526626	2	2	2	2	2	False	15730	maximal	True	MAD0091_000000016021	1.0		26	5	False	False	0.9881710410118103	0					non-mobilizable	no_good_hit	538.0	71.00399999999999	48.0	9.28846515795454e-05	AP008230.1	firmicutes	Desulfitobacterium hafniense Y51 DNA, complete genome	True	False
CAN0014_000000043795	1140	0.6841693142152736	2	1	1	1	1	False	93366	fragment	False	CAN0014_000000043795	1.0		0	0	False	False	0.9938596487045288	0					non-mobilizable	no_good_hit	548.0	79.015	48.0	0.00019884842406262234	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
ISR0124_000000012113	1116	0.6841686747523421	2	2	1	2	1	True	32064	fragment	False	ISR0124_000000012113	1.0		0	0	False	False	0.9991039633750916	0					non-mobilizable	no_good_hit								True	True
SPA0135_000000006053	4073	0.6841671568765971	4	4	4	3	3	False	102994	fragment	False	SPA0135_000000006053	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4073.0	99.06700000000001	100.0	0.001370558649134292	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
MAD0098_000000039061	1175	0.6841570246479408	2	2	2	2	2	False	15259	fragment	False	MAD0098_000000039061	1.0		0	0	False	False	0.9965957403182983	0					non-mobilizable	other	1188.0	77.609	100.0	0.10678551937420411	NZ_FORW01000011.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	False	False
SPA0100_000000018270	1552	0.6841394763633689	2	2	2	2	2	False	4961	maximal	True	SPA0100_000000018270	1.0		158	10	False	False	0.999355673789978	0					non-mobilizable	other	891.0	99.214	100.0	0.0003773903331254153	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
FIJ0148_000000009167	1994	0.6841359513832277	3	3	3	3	2	False	84894	fragment	False	ENG0053_000000012101	0.9118081787337315		0	0	False	False	0.9974924921989441	0					non-mobilizable	chromosome	2003.0	95.557	100.0	0.00039005613246329745	CP035207.1	enterobacteria	Klebsiella quasipneumoniae strain TH114 chromosome, complete genome	False	False
AST0102_000000014506	2147	0.6841358910448089	4	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.4041380851033468		0	0	False	False	0.9995342493057251	0					non-mobilizable	no_good_hit	1528.0	82.984	71.0	0.000529465320195808	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0111_000000016680	2063	0.6841358910448089	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.3567804727477086		0	0	False	False	0.9936984777450562	0					non-mobilizable	no_good_hit	1528.0	83.05	74.0	0.000529465320195808	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0023_000000006343	1855	0.6841358910448089	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.25841969496013223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	82.90799999999999	82.0	0.0005291167584313605	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0116_000000036521	1126	0.68413567323807	2	2	1	2	1	True	4333	maximal	True	SPA0116_000000036521	1.0		4	2	False	False	0.9609236121177673	0					non-mobilizable	no_good_hit	738.0	77.236	65.0	0.0002522234574763758	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0032_01_000000008793	2752	0.6841347155224217	7	5	3	3	5	False	1501	fragment	False	USA0032_01_000000008793	1.0		0	0	False	False	0.992732584476471	0					non-mobilizable	no_good_hit	2073.0	100.0	75.0	0.6330583562480905	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	False
ETH0001_000000013140	2293	0.6841330991547829	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.24775233522417442		0	0	False	False	1.0	0					non-mobilizable	chromosome	2293.0	92.455	100.0	0.0007714737808307614	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0168_000000009969	2148	0.6841309666056171	3	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.16979358312100207		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	98.64299999999999	97.0	0.009515396989543835	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0069_01_000000033509	1811	0.6841289769943327	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.19808827753587613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1519.0	82.75200000000001	83.0	0.0005263282643157803	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0096_000000011237	3079	0.6841240498900172	6	5	4	4	3	False	43023	maximal	True	FIJ0096_000000011237	1.0		19	5	False	False	0.9990256428718567	0					non-mobilizable	no_good_hit	587.0	87.734	19.0	0.00015518167529892366	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ENG0052_000000002031	11478	0.6841225222655364	14	11	8	10	10	False	111454	maximal	False	SPA0110_000000002041	0.9675417095182213		0	0	False	False	0.9999128580093384	0					non-mobilizable	other	10323.0	98.98299999999999	95.0	0.014280628901721293	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0108_000000002318	11474	0.6841225222655364	14	11	8	10	10	False	111454	maximal	False	SPA0110_000000002041	0.9674385149784573		0	0	False	False	1.0	0					non-mobilizable	other	10322.0	98.98299999999999	95.0	0.01427924377767651	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0807_000000001123	11061	0.6841225222655364	13	11	8	10	10	False	111454	maximal	False	SPA0110_000000002041	0.9667703225012653		0	0	False	False	1.0	0					non-mobilizable	other	11062.0	99.39399999999999	100.0	0.015305620694861329	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0101_000000007160	4220	0.6841211971861301	4	4	3	4	3	False	60513	fragment	False	ENG0101_000000007160	1.0		0	0	False	False	0.9902843832969666	0					non-mobilizable	no_good_hit	208.0	77.885	5.0	0.002753550452369003	NZ_SLWV01000018.1	firmicutes	Marinisporobacter balticus strain DSM 102940 Ga0310545_118, whole genome shotgun sequence	True	False
CHI0071_000000003380	3026	0.6841188687599695	3	3	3	2	2	False	84915	maximal	True	CHI0071_000000003380	1.0	PS48	5	4	False	True	0.9983476400375366	0					non-mobilizable	no_good_hit	1557.0	84.45700000000001	79.0	0.0005465990704639953	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MAD0059_000000000831	15732	0.6841069532505945	11	7	5	7	4	False	89077	maximal	True	MAD0059_000000000831	1.0		1	1	False	False	0.9999364614486694	0					non-mobilizable	no_good_hit	8046.0	95.81200000000001	80.0	0.06459912999429109	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0230_000000023063	1512	0.6840969369238695	2	2	2	2	2	False	27523	maximal	True	ISR0230_000000023063	1.0		78	10	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	75.845	52.0	0.0026882274886730058	NZ_QXDJ01000006.1	firmicutes	Clostridium chromiireducens strain C1 Scaffold6, whole genome shotgun sequence	True	False
SPA0084_000000001222	9681	0.6840725016828144	16	10	8	7	8	False	47392	maximal	True	SPA0084_000000001222	1.0		182	13	False	False	1.0	0					non-mobilizable	no_good_hit	3727.0	83.579	74.0	0.001147019460443539	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0288_000000015382	1959	0.6840663928459129	4	2	2	2	2	False	25972	fragment	False	ISR0288_000000015382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	93.057	60.0	0.01866451367781155	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
FIJ0112_000000014684	1861	0.6840645630129721	2	1	1	1	1	False	42009	fragment	False	FIJ0112_000000014684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000007294	4476	0.6840594354684185	4	1	1	1	1	True	73763	fragment	False	DEN0070_000000007294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1592.0	98.555	36.0	0.03459228961796188	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0023_000000005966	4005	0.6840594354684185	5	1	1	1	1	True	73761	fragment	False	SPA0023_000000005966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	97.975	30.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
USA0119_01_000000006337	3588	0.6840594354684185	4	1	1	1	1	True	73760	fragment	False	USA0037_01_000000010030	0.9349859423273973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	98.15799999999999	27.0	0.021212253067618137	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0012_000000016004	2920	0.6840594354684185	3	1	1	1	1	True	73759	fragment	False	MON0012_000000016004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	97.72	40.0	0.02571577756505091	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0059_000000008622	2238	0.6840594354684185	2	1	1	1	1	True	45331	fragment	False	FIJ0066_000000014497	0.9208931407608079		0	0	False	False	0.9928507804870605	0					non-mobilizable	no_good_hit	1185.0	98.228	53.0	0.025737533722043338	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
DEN0031_000000016827	2051	0.6840594354684185	2	1	1	1	1	True	73757	fragment	False	DEN0031_000000016827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1108.0	98.195	54.0	0.024062309633626315	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
CHI0144_000000008975	1788	0.6840586154759595	3	1	1	1	1	False	101699	maximal	True	CHI0144_000000008975	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	94.601	46.0	0.013979400588063346	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
USA0119_01_000000011429	2142	0.6840502695943398	3	3	2	3	0	True	34817	fragment	False	USA0119_01_000000011429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	80.92699999999999	52.0	0.0103319390471244	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
MAD0088_000000016366	1589	0.6840416107797044	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.2591503077254092		0	0	False	False	1.0	0					non-mobilizable	chromosome	1591.0	91.70299999999999	100.0	0.0006809252178596222	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0060_000000006506	4542	0.6840359361426234	6	4	3	4	4	False	114118	maximal	True	ISR0060_000000006506	1.0		1	1	False	False	0.9988991618156433	0					non-mobilizable	no_good_hit	2433.0	78.298	53.0	0.2936014625228519	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ETH0004_000000012785	2198	0.6840275119338212	3	3	3	3	2	False	124463	fragment	False	FIJ0007_000000005689	0.20246390353052773		0	0	False	False	1.0	0					non-mobilizable	other	2198.0	97.634	100.0	0.004833500536811166	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0149_000000002728	5491	0.6840257334445695	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.02231635850640729	PS1107|PS1110|PS1114	0	0	True	True	1.0	18		MOBV			mobilizable	other	2160.0	94.444	97.0	0.3520300016305234	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0080_000000007302	1680	0.6840249346507309	2	2	2	1	1	False	76833	fragment	False	ENG0035_000000012715	0.9620322105852452		0	0	False	False	0.9922618865966797	0					non-mobilizable	chromosome	1680.0	99.762	100.0	0.0003408422152267352	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ENG0021_000000015396	1138	0.6840221565594016	2	2	2	1	1	False	70879	fragment	False	DEN0071_000000036227	0.6714453328963954		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	100.0	100.0	0.05204137678506042	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	False	False
MON0054_000000021490	2172	0.684018555098653	3	3	3	3	3	False	102050	fragment	False	ISR0361_000000005758	0.9257458123481169		0	0	False	False	1.0	0					non-mobilizable	other	2123.0	94.15899999999999	98.0	0.005877036880010265	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
SPA0089_000000018168	2135	0.6840095442814246	3	3	3	3	2	False	131422	fragment	False	SPA0089_000000018168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	77.778	31.0	0.00011815859695724038	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0128_000000021691	1716	0.6840095442814246	3	3	3	3	2	False	131420	fragment	False	CHI0008_000000005149	0.8758603968031421		0	0	False	False	0.996503472328186	0					non-mobilizable	no_good_hit	159.0	79.245	9.0	0.006815123496983114	NZ_LWAG01000028.1	firmicutes	Bacillus endophyticus strain 3617_2C 3617_2C_contig_31, whole genome shotgun sequence	True	False
ISR0174_000000020919	1184	0.6840094469959854	2	2	2	1	1	False	29877	fragment	False	ISR0174_000000020919	1.0		0	0	False	False	0.9923986196517944	0					non-mobilizable	chromosome	1184.0	98.986	100.0	0.0003293315238194662	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0106_000000017414	1299	0.6839991186163613	3	3	2	2	2	False	50428	maximal	True	MAD0106_000000017414	1.0		10	4	False	False	1.0	0					non-mobilizable	other	1165.0	97.25299999999999	100.0	0.0002809185360379385	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0820_000000022937	1161	0.6839991186163613	3	3	2	2	2	False	50427	fragment	False	ISR0355_000000017484	0.9502006150677182		0	0	False	False	1.0	0					non-mobilizable	chromosome	1161.0	98.96600000000001	100.0	0.0004528340187652856	LT671674.1	firmicutes	Streptococcus suis strain LS9N genome assembly, chromosome: I	False	False
FIJ0014_000000022393	1154	0.6839991186163613	3	3	2	2	2	False	50427	fragment	False	ISR0355_000000017484	0.945860932620897		0	0	False	False	1.0	0					non-mobilizable	chromosome	1127.0	99.911	98.0	0.0004395612975256134	LT671674.1	firmicutes	Streptococcus suis strain LS9N genome assembly, chromosome: I	False	False
SPA0064_000000001782	10511	0.6839948489699329	10	9	6	9	8	False	69475	maximal	True	SPA0064_000000001782	1.0		48	7	False	False	0.999809741973877	0					non-mobilizable	other	10434.0	99.962	99.0	0.004582203849876935	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0063_000000001481	10508	0.6839948489699329	10	9	6	9	8	False	69475	maximal	False	SPA0064_000000001782	0.9998572923603843		0	0	False	False	1.0	0					non-mobilizable	other	10431.0	99.962	99.0	0.004580886241178609	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0078_000000019107	1261	0.6839942392593521	2	1	1	1	1	False	44423	fragment	False	FIJ0078_000000019107	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	97.684	96.0	0.002314593049323058	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0040_000000002445	8661	0.6839926156936701	10	9	8	8	7	False	116386	maximal	True	ENG0040_000000002445	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3220.0	92.081	99.0	0.000782362686276976	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0076_000000018942	1393	0.6839825167858863	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.24995185232387812		0	0	False	False	0.9971284866333008	0					non-mobilizable	other	1393.0	98.851	100.0	0.005342934238152082	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
SPA0109_000000018042	1810	0.6839817196810253	2	2	2	2	2	False	21833	fragment	False	SPA0109_000000018042	1.0		0	0	False	False	0.9817679524421692	0					non-mobilizable	other	1813.0	86.376	100.0	0.020064739269244413	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	False	False
CHI0167_000000004632	3907	0.6839778853821906	5	2	1	2	1	True	78203	maximal	True	CHI0167_000000004632	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0206_000000022998	1130	0.6839709974257706	2	1	1	1	1	False	36451	fragment	False	ISR0040_000000022641	0.9947460595446584		0	0	False	False	0.9743362665176392	0					non-mobilizable	no_good_hit	824.0	80.218	87.0	0.004045067976874051	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0048_000000017755	1861	0.6839706230699706	3	2	2	2	1	False	46761	fragment	False	MAD0087_000000015835	0.9300422386483633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	94.15799999999999	80.0	0.00024638691429673535	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0062_000000000887	13266	0.6839690916146454	17	10	4	7	9	True	130724	maximal	True	DEN0062_000000000887	1.0	PS1124	64	9	False	True	1.0	0					non-mobilizable	other	13274.0	99.79700000000001	100.0	0.002569729676755974	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0063_000000033301	1508	0.6839689276452726	3	1	1	1	1	False	71456	fragment	False	DEN0063_000000033301	0.9659863945578231		0	0	False	False	0.9980106353759766	0					non-mobilizable	no_good_hit								True	False
SPA0143_000000014019	1470	0.6839689276452726	2	1	1	1	1	False	71456	fragment	False	DEN0063_000000033301	0.9542440318302388		0	0	False	False	0.9993197321891785	0					non-mobilizable	no_good_hit	138.0	82.609	8.0	4.0043753069142916e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CAN0009_000000014699	1833	0.6839654332176229	4	3	3	2	0	False	94771	fragment	False	CAN0009_000000014699	0.943438059517748		0	0	False	False	1.0	0					non-mobilizable	plasmid	1834.0	97.056	100.0	0.010147167156854599	CP017026.1	e-proteobacteria	Campylobacter coli plasmid pCC14983A-1, complete sequence	False	True
ISR0348_000000003497	3603	0.6839652983622168	3	3	2	3	3	False	24145	maximal	True	ISR0348_000000003497	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2175.0	99.54	97.0	0.021957378042621958	MG904995.1	enterobacteria	Escherichia coli strain 15OD0495 plasmid p15ODAR, complete sequence	False	True
ENG0160_000000015428	1293	0.6839644639791246	2	2	2	1	1	False	56449	fragment	False	ENG0160_000000015428	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	97.525	100.0	0.04343879232088223	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0378_000000011674	2345	0.683960678711072	2	2	2	2	2	False	59606	maximal	True	ISR0378_000000011674	1.0		193	6	False	False	0.9872068166732788	0					non-mobilizable	other	1343.0	99.404	93.0	0.005136408273491684	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0040_000000006564	3768	0.6839517186128894	3	2	2	2	1	False	47511	maximal	True	FIJ0040_000000006564	1.0		42	8	False	False	0.9946921467781067	0					non-mobilizable	no_good_hit	1357.0	73.766	35.0	0.0011608736623291251	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0171_000000004547	4550	0.6839445029294757	6	6	4	5	4	True	101124	maximal	True	FIJ0171_000000004547	1.0		47	10	False	False	0.997802197933197	0					non-mobilizable	chromosome	4550.0	99.846	100.0	0.0015457452588707055	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
AST0061_000000031503	1336	0.6839436627546636	2	1	1	1	1	False	111846	fragment	False	AST0061_000000031503	0.9770962732919255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	88.916	42.0	0.0012258965318991662	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0065_000000026981	1288	0.6839436627546636	2	1	1	1	1	False	111846	fragment	False	AST0061_000000031503	0.9599550898203593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	87.931	40.0	0.0012258965318991662	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0052_01_000000005758	2847	0.6839421289875846	4	3	3	3	2	False	131578	fragment	False	USA0052_01_000000005758	0.979651753837122		0	0	False	False	0.9996487498283386	0					non-mobilizable	chromosome	2087.0	97.988	100.0	0.00032153225688361873	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0089_000000007846	2734	0.6839421289875846	3	3	3	3	2	False	131578	fragment	False	USA0052_01_000000005758	0.9739816248793218		0	0	False	False	0.9890270829200745	0					non-mobilizable	chromosome	2087.0	97.988	100.0	0.00032153225688361873	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0083_000000024390	1277	0.683937199968098	1	1	1	1	1	False	69072	maximal	False	FIJ0104_000000021602	0.9697674418604652		0	0	False	False	0.9913860559463501	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.197750876012927e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0003_000000025626	1228	0.6839278443865764	2	2	2	2	1	False	129083	maximal	False	ISR0060_000000021392	0.9675918082906777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	73.6	40.0	0.012852868479250682	MH106323.1	bacteria	Uncultured bacterium clone B2Rectum_12_D23_0 genomic sequence	True	False
FIJ0018_000000001844	12762	0.6839203867397733	15	7	5	6	7	False	50060	maximal	True	FIJ0018_000000001844	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1576.0	82.805	45.0	0.0008413054747511963	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0050_000000014333	1783	0.6839154216658003	2	1	1	1	0	True	48848	maximal	True	FIJ0050_000000014333	1.0		1	1	False	False	0.9994391202926636	0					non-mobilizable	no_good_hit								True	True
ISR0081_000000017029	1411	0.6839061984716858	3	2	2	2	2	False	81752	fragment	False	CHI0122_000000009177	0.8234033441162265		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	99.22	100.0	0.005757216936833939	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0102_000000004318	9127	0.6839057239101576	5	4	4	4	3	False	11112	maximal	True	MON0102_000000004318	1.0		1	1	False	False	0.994740903377533	0					non-mobilizable	no_good_hit	858.0	77.506	10.0	0.00021051881471132575	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0090_000000023592	2496	0.6839046495191974	3	3	3	3	3	False	43816	maximal	False	MON0048_000000015158	0.9785028790786948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	97.25	43.0	0.00041241465533338207	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0064_000000010657	2476	0.6839043677492428	3	3	3	3	1	False	125453	fragment	False	MON0054_000000018337	0.9652900857100478		0	0	False	False	1.0	0					non-mobilizable	chromosome	1480.0	88.71600000000001	93.0	0.00041162033281405417	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0142_000000017635	1528	0.6839038974110443	2	2	2	2	1	False	3431	fragment	False	SPA0142_000000017635	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	91.59200000000001	94.0	0.0003360978080761051	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0054_000000000982	6578	0.6839030890357761	7	3	2	3	1	True	122977	fragment	False	CHI0067_000000001178	0.9228693967902601		0	0	False	False	1.0	0					non-mobilizable	other	6579.0	94.194	99.0	0.0013848283051555868	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0195_000000010088	2464	0.6838932679844033	4	2	1	2	1	True	54468	fragment	False	ENG0195_000000010088	1.0		0	0	False	False	0.9874188303947449	0					non-mobilizable	no_good_hit								True	True
AST0010_000000011520	2514	0.6838859597399091	3	2	2	2	2	False	126311	maximal	True	AST0010_000000011520	1.0		2	2	False	False	0.9964200258255005	0					non-mobilizable	no_good_hit	690.0	73.768	27.0	0.00024383087977003203	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MAD0013_000000002554	7122	0.6838856110690898	9	3	3	3	1	True	44564	fragment	False	MAD0013_000000002554	1.0		0	0	False	False	0.994804859161377	0					non-mobilizable	no_good_hit	293.0	95.22200000000001	4.0	0.00011966080260434361	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ISR0293_000000022704	1549	0.6838805038616204	2	2	1	2	1	True	77457	fragment	False	USA0010_01_000000014372	0.41282161758167757		0	0	False	False	0.9896707534790039	0					non-mobilizable	chromosome	1530.0	98.62700000000001	99.0	0.00023256606824535598	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
CAN0013_000000010683	2099	0.683878872002669	4	3	3	3	3	False	93887	maximal	True	CAN0013_000000010683	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	98.92299999999999	62.0	0.0003159504744082954	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0164_000000012128	2197	0.683876816574181	5	4	3	2	1	True	64406	fragment	False	ISR0164_000000012128	1.0		0	0	False	False	0.9995448589324951	0					non-mobilizable	no_good_hit	730.0	83.15100000000001	71.0	0.00019726445484461965	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0267_000000005372	3020	0.6838681421735718	3	3	3	3	3	True	106728	maximal	True	ISR0267_000000005372	1.0		63	8	False	False	0.9956953525543213	0					non-mobilizable	chromosome	3006.0	99.9	99.0	0.001244475440142595	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
MAD0112_000000015834	1812	0.6838665057178053	4	2	1	2	1	False	14446	maximal	True	MAD0112_000000015834	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	87.931	10.0	0.0009437873696155021	NZ_FUWW01000001.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
DEN0065_000000011220	2986	0.6838628437311375	3	3	3	3	2	False	77811	backbone	True	DEN0065_000000011220	0.9996681048788583	PS377	1	1	True	True	0.9996650815010071	3					non-mobilizable	no_good_hit	1002.0	75.649	40.0	0.00026320754993159	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
USA0034_01_000000018348	2972	0.6838628437311375	3	3	3	3	2	False	77811	backbone	False	DEN0065_000000011220	0.9909665839633524	PS377	0	0	True	True	0.9993270635604858	10					non-mobilizable	no_good_hit	1002.0	75.649	40.0	0.00026320754993159	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
FIJ0047_000000002276	10486	0.6838547484888654	10	8	7	8	3	True	125267	fragment	False	FIJ0047_000000002276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2066.0	79.719	20.0	0.0005775207022202088	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CHI0040_000000011517	1168	0.6838488572612482	1	1	1	1	1	False	87642	fragment	False	CHI0040_000000011517	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1168.0	95.12	100.0	0.00036783559797554886	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0065_000000015153	2273	0.6838483793406394	6	4	3	4	3	True	71101	fragment	False	ENG0100_000000012066	0.6292285064848242		0	0	False	False	1.0	0					non-mobilizable	plasmid	1303.0	95.85600000000001	98.0	0.10342880193626462	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0249_000000009665	2014	0.6838483793406394	5	4	3	4	3	True	68841	fragment	False	DEN0089_000000009404	0.9470328592447278		0	0	False	False	1.0	0					non-mobilizable	plasmid	1171.0	91.71600000000001	100.0	0.0927793465106898	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0124_000000004332	6448	0.6838448172958558	6	3	2	3	2	False	106842	fragment	False	SPA0124_000000004332	1.0		0	0	False	False	0.9993796348571777	0					non-mobilizable	no_good_hit	1049.0	99.619	16.0	0.16966164804921482	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0026_000000018625	1754	0.6838428468371082	4	1	1	1	1	False	7517	fragment	False	SPA0026_000000018625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	95.385	26.0	0.00012913612483537987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0154_000000003465	7205	0.6838360186919901	11	8	3	5	5	False	79200	maximal	True	ENG0154_000000003465	1.0		20	8	False	False	0.9944483041763306	0					non-mobilizable	no_good_hit	2372.0	75.253	48.0	0.000717319180054247	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
DEN0073_000000031901	1664	0.6838310266031364	3	3	3	3	3	False	70135	maximal	True	DEN0073_000000031901	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	76.53399999999999	17.0	0.0017554722858802577	NZ_SPFR01000009.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_9_length_156653_cov_46.1204, whole genome shotgun sequence	True	False
SPA0072_000000006618	3126	0.6838298693188176	4	4	3	2	3	False	6163	maximal	True	SPA0072_000000006618	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	390.0	93.333	12.0	0.00012229666839289884	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
USA0072_01_000000005186	3902	0.6838206132035428	3	3	2	2	2	False	727	maximal	True	USA0072_01_000000005186	1.0		154	11	False	False	0.9966683983802795	0					non-mobilizable	other	3888.0	99.949	99.0	0.01568837962084734	NZ_NFIG01000004.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_4, whole genome shotgun sequence	False	False
ENG0042_000000016195	1557	0.6838109927844802	3	1	1	1	1	False	64677	fragment	False	ENG0042_000000016195	1.0		0	0	False	False	0.9800899028778076	0					non-mobilizable	no_good_hit	1131.0	98.585	73.0	0.029679825598192947	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
FIJ0161_000000007271	2257	0.6838059168799151	2	2	2	2	2	False	119082	maximal	True	FIJ0161_000000007271	0.9878663003663004		45	7	False	False	0.9875941276550293	0					non-mobilizable	no_good_hit	889.0	86.052	47.0	0.0043805126383709226	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0112_000000012990	2184	0.6838059168799151	2	2	2	2	2	False	119082	maximal	False	FIJ0161_000000007271	0.9720868409393		0	0	False	False	0.9995421171188354	0					non-mobilizable	no_good_hit	889.0	85.939	44.0	0.0043805126383709226	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0010_000000033550	1396	0.6838030599327619	2	2	2	2	2	False	75883	maximal	False	ISR0838_000000015913	0.949025974025974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0142_000000003705	6533	0.6838003574460683	9	8	7	6	6	True	129451	fragment	False	ISR0357_000000002775	0.4837425794619166		0	0	False	False	0.9986223578453064	0					non-mobilizable	other	6531.0	99.816	99.0	0.002031471949198891	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0183_000000005252	6897	0.6837976156178841	10	10	7	8	9	True	98661	maximal	True	ISR0183_000000005252	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5069.0	99.744	100.0	0.04081813852499375	CP059926.1	enterobacteria	Escherichia coli strain 34.1 plasmid p1, complete sequence	False	True
ISR0011_000000023444	1247	0.6837960674636776	2	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.16543889688860744		0	0	False	False	1.0	0					non-mobilizable	chromosome	1248.0	90.785	100.0	0.00033390717487731726	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0173_000000011029	1575	0.6837933201555441	2	2	2	2	2	False	99080	fragment	False	DEN0045_000000025858	0.9353828662105181		0	0	False	False	0.9904761910438538	0					non-mobilizable	other	1570.0	86.49700000000001	99.0	0.0008185902579395675	NZ_KB903359.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_0.1, whole genome shotgun sequence	False	False
ENG0173_000000005974	3054	0.6837905162518885	3	2	2	2	2	False	59153	maximal	True	ENG0173_000000005974	1.0		7	3	False	False	0.9993451237678528	0					non-mobilizable	other	3081.0	83.447	100.0	0.001705139324393444	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	False
USA0087_01_000000009936	1586	0.6837822124572844	3	3	2	2	2	False	418	maximal	True	USA0087_01_000000009936	1.0		258	12	False	False	0.9609079360961914	0					non-mobilizable	chromosome	1555.0	99.61399999999999	98.0	0.00035381087784030563	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
CHI0131_000000010689	1663	0.683777130206061	3	3	3	3	1	False	103245	fragment	False	ENG0086_000000013755	0.7486873033973815		0	0	False	False	0.996993362903595	0					non-mobilizable	other	1663.0	99.759	100.0	0.0030670035080467323	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
CAN0007_000000027024	1487	0.683777130206061	3	3	3	3	1	False	103245	fragment	False	ENG0086_000000013755	0.45532521819444305		0	0	False	False	0.9986550211906433	0					non-mobilizable	other	1496.0	84.35799999999999	100.0	0.0004045040854361158	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
CHI0187_000000001405	12802	0.6837656501528122	12	9	7	7	9	True	93817	maximal	True	CHI0187_000000001405	1.0		13	7	False	False	0.9993751049041748	0					non-mobilizable	other	12802.0	99.898	100.0	0.3519755836014188	NZ_CZBD01000029.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0271_000000006491	2530	0.6837611592095697	3	3	2	3	2	False	122017	fragment	False	ISR0271_000000006491	1.0		0	0	False	False	0.9584980010986328	0					non-mobilizable	no_good_hit	1338.0	98.43	53.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0189_000000005058	2689	0.6837589835107972	3	3	2	3	0	True	114124	fragment	False	ISR0094_000000007029	0.658732049975707		0	0	False	False	1.0	0					non-mobilizable	other	2689.0	94.57	100.0	0.17802753208751745	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
DEN0045_000000015510	2490	0.6837589835107972	3	3	2	3	0	False	72930	maximal	True	DEN0045_000000015510	1.0		1	1	False	False	0.9955823421478271	0					non-mobilizable	no_good_hit	1632.0	93.934	66.0	0.10773425550309237	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	False
ISR0379_000000015584	1607	0.683758365370277	2	2	2	2	2	False	37073	fragment	False	SPA0092_000000025520	0.9435300794551645		0	0	False	False	0.9950217604637146	0					non-mobilizable	other	1607.0	99.564	100.0	0.4482277421155456	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
ISR0811_000000000623	14448	0.6837504603784228	14	8	4	4	4	False	103752	maximal	True	ISR0811_000000000623	1.0		2	1	False	False	0.9958471655845642	0					non-mobilizable	no_good_hit	7366.0	96.484	51.0	0.001283451022283663	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
MAD0041_000000008285	3606	0.6837422124716315	4	4	2	4	4	True	77091	fragment	False	MAD0041_000000008285	0.7878790322063411		0	0	False	False	1.0	0					non-mobilizable	plasmid	3600.0	96.917	99.0	0.01675693816480064	CP059918.1	enterobacteria	Escherichia coli strain 64.1 plasmid p1, complete sequence	False	True
AUS0004_000000003760	5683	0.6837410778694444	3	3	3	1	2	False	102542	maximal	True	AUS0004_000000003760	1.0		4	3	False	False	0.9971845746040344	0					non-mobilizable	no_good_hit	2519.0	95.514	51.0	0.03581388730791121	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0030_000000018830	1155	0.6837400267567937	3	3	2	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.011255164486677637		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	98.355	100.0	0.0024130295230189217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0107_000000003053	10810	0.6837382236942591	10	5	2	3	3	False	50582	maximal	True	MAD0107_000000003053	1.0		22	2	False	False	1.0	0					non-mobilizable	no_good_hit	2404.0	79.077	40.0	0.0006380829342425126	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0016_000000014795	1303	0.6837331957584251	1	1	1	1	1	False	85614	fragment	False	ISR0266_000000014408	0.3980523453471622		0	0	False	False	1.0	0					non-mobilizable	chromosome	1303.0	98.695	100.0	0.0003644046615808613	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0075_000000006298	3006	0.6837283280558809	4	3	3	3	2	False	44601	maximal	True	FIJ0075_000000006298	1.0		2	1	False	False	0.9990019798278809	0					non-mobilizable	no_good_hit	438.0	76.941	14.0	0.0016648681979343303	NZ_JWID01000003.1	firmicutes	Defluviitalea phaphyphila strain Alg1 scaffold3, whole genome shotgun sequence	True	False
MAD0039_000000012204	1240	0.6837192901649495	2	2	2	2	2	False	18453	maximal	True	MAD0039_000000012204	1.0		7	2	False	False	0.9967741966247559	0					non-mobilizable	no_good_hit	117.0	82.906	9.0	3.330891670778236e-05	CP016876.1	g-proteobacteria	Legionella pneumophila subsp. pneumophila strain FFI337, complete genome	True	False
ISR0052_000000008787	3699	0.6837183106106024	4	3	2	2	1	False	64792	maximal	True	ISR0052_000000008787	1.0		0	0	False	False	0.9970262050628662	0					non-mobilizable	no_good_hit	298.0	85.235	8.0	0.07308641975308643	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0264_000000007424	1521	0.6837175393804387	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.27153700241988654		0	0	False	False	0.9993425607681274	0					non-mobilizable	chromosome	1521.0	99.934	100.0	0.0005116231007254614	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0037_01_000000015320	2231	0.6837156977738876	3	2	1	2	1	False	90972	fragment	False	USA0037_01_000000015320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	74.357	85.0	0.000372690796983011	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	True	False
ENG0045_000000000658	14536	0.6837117140856589	21	6	1	6	1	False	64487	maximal	True	ENG0045_000000000658	0.9894831522867225		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0165_000000001074	14453	0.6837117140856589	22	6	1	6	1	False	64487	maximal	False	ENG0045_000000000658	0.9866194276279583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.56838252447855e-05	NZ_KE386825.1	fusobacteria	Leptotrichia hofstadii DSM 21651 G402DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0136_000000001757	13452	0.6837117140856589	20	6	1	6	1	False	40557	maximal	True	FIJ0136_000000001757	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0053_01_000000003042	7187	0.683711557189699	7	5	2	4	5	True	19667	fragment	False	USA0053_01_000000003042	1.0		0	0	False	False	0.9966606497764587	0			MPF_I		non-mobilizable	plasmid	7198.0	96.846	100.0	0.046951669704869615	CP060749.1	enterobacteria	Escherichia coli strain EC96 plasmid pEC96-153kb, complete sequence	False	True
FIJ0030_000000007410	4023	0.683707908066741	7	5	1	5	5	False	80581	fragment	False	FIJ0030_000000007410	0.9997476022211005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	93.694	5.0	3.0506995477967652e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0098_000000005657	3962	0.683707908066741	7	5	1	5	5	False	80581	fragment	False	FIJ0030_000000007410	0.9921700223713646		0	0	False	False	0.9939424395561218	0					non-mobilizable	no_good_hit	113.0	93.805	3.0	3.106675686288449e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0013_000000003859	6241	0.6837062628315054	14	5	4	5	4	True	110412	maximal	True	SPA0013_000000003859	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2325.0	97.376	59.0	0.013368737544207265	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0070_000000001726	5302	0.6837052543715763	8	6	4	4	4	True	129362	maximal	True	CHI0070_000000001726	1.0	PS463|PS753	27	9	False	True	1.0	0					non-mobilizable	no_good_hit	3114.0	99.904	89.0	0.02647581625970624	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
MAD0089_000000009179	2580	0.6837022832303538	4	4	2	4	3	False	59137	maximal	True	MAD0089_000000009179	0.9672460456064306		19	3	False	False	0.9879844784736633	0					non-mobilizable	no_good_hit	1295.0	81.85300000000001	56.0	0.00036076621257890185	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0017_000000003756	8642	0.6837008837810875	13	5	4	4	3	False	79879	fragment	False	ISR0017_000000003756	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8641.0	96.92200000000001	99.0	0.0023121176764529534	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0005_000000017381	3009	0.6836923479069386	4	3	2	3	3	False	14139	fragment	False	MON0005_000000017381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	96.35	5.0	0.002865872932251607	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
MAD0044_000000006353	3726	0.6836861359755071	6	5	4	5	4	False	17980	maximal	True	MAD0044_000000006353	1.0		2	2	False	False	0.9997316002845764	0					non-mobilizable	no_good_hit	469.0	98.294	24.0	0.0001319084589117834	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	True	False
ENG0183_000000023745	1303	0.6836771748873586	3	3	3	1	2	False	128163	fragment	False	AST0118_000000014400	0.05532566883487535		0	0	False	False	0.9884880781173706	0					non-mobilizable	no_good_hit	1133.0	85.34899999999999	87.0	0.0006491537610779186	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MAD0086_000000007541	1421	0.6836748135085432	1	1	1	1	1	False	16020	fragment	False	MAD0086_000000007541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0183_000000002934	2191	0.6836743609333661	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.32450513812351245		0	0	False	False	1.0	0					non-mobilizable	chromosome	2191.0	97.90100000000001	100.0	0.0007727901641808583	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0068_000000006808	1451	0.6836723173037415	3	2	1	2	2	True	5979	fragment	False	SPA0068_000000006808	1.0		0	0	False	False	0.9986216425895691	0					non-mobilizable	plasmid	1451.0	100.0	100.0	0.0165259114894975	CP056678.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00642 plasmid pRHBSTW-00642_3, complete sequence	False	True
ISR0214_000000014623	1996	0.6836696371962379	2	2	1	2	2	False	92032	fragment	False	ISR0196_000000009573	0.9630163304514889		0	0	False	False	0.9979959726333618	0					non-mobilizable	no_good_hit	593.0	80.607	29.0	0.00016302625953165323	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0087_000000028683	1127	0.6836678331460523	1	1	1	1	1	False	15948	maximal	True	MAD0087_000000028683	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	98.84899999999999	86.0	0.019479459878431853	NZ_JH379456.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1145, whole genome shotgun sequence	True	False
MON0072_000000004992	4086	0.6836648103453994	6	5	2	3	4	False	113685	fragment	False	MON0072_000000004992	1.0		0	0	False	False	0.9987763166427612	0					non-mobilizable	other	4086.0	98.654	100.0	0.0012708365869031346	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0071_000000001374	19209	0.6836646024925661	31	13	10	13	8	True	108299	fragment	False	FIJ0071_000000001374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	98.684	0.0	0.001167805926225807	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	True
SPA0009_000000013969	2561	0.6836630621168249	3	1	0	0	1	False	8135	fragment	False	SPA0009_000000013969	1.0		0	0	False	False	0.9972667098045349	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000005721	6028	0.6836614022485697	16	3	2	3	3	False	58226	maximal	True	ENG0134_000000005721	1.0		2	2	False	False	0.9996682405471802	0					non-mobilizable	no_good_hit								True	False
ISR0175_000000010201	2111	0.6836544898751246	3	3	3	2	2	True	118530	fragment	False	ISR0175_000000010201	1.0		0	0	False	False	0.9786831140518188	0					non-mobilizable	other	2110.0	94.882	99.0	0.003371354363249039	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	True
AST0108_000000009314	2841	0.6836521015798297	4	1	1	1	1	False	107263	maximal	True	AST0108_000000009314	1.0		2	1	False	False	0.9985920190811157	0					non-mobilizable	no_good_hit	125.0	92.0	4.0	0.057746478873239436	MH883550.1	firmicutes	Uncultured Blautia sp. clone PMB_contig_4 genomic sequence	True	False
ISR0400_000000012414	1527	0.6836521015798297	3	1	1	1	1	False	22554	maximal	True	ISR0400_000000012414	1.0		0	0	False	False	0.9849377870559692	0					non-mobilizable	no_good_hit								True	False
CHI0164_000000015616	1300	0.6836521015798297	1	1	1	1	1	False	78354	fragment	False	CHI0164_000000015616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0025_000000023457	1740	0.6836514044464639	1	1	1	1	0	True	12810	maximal	True	MON0025_000000023457	1.0		0	0	False	False	0.949999988079071	0					non-mobilizable	no_good_hit	877.0	99.43	50.0	0.0013978158329769647	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
CHI0058_000000012197	1741	0.6836509464770548	2	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.4847434174530679		0	0	False	False	0.9971280694007874	0					non-mobilizable	other	1741.0	99.82799999999999	100.0	0.0027828067324731157	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
MAD0099_000000022335	1408	0.6836507852083152	2	2	2	2	1	True	15202	maximal	True	MAD0099_000000022335	1.0		6	4	False	False	0.9509943127632141	0					non-mobilizable	no_good_hit	812.0	84.48299999999999	57.0	0.0002952574275696623	CP021849.1	firmicutes	Enterococcus faecium strain 16-346 chromosome, complete genome	True	True
SPA0038_000000013725	1988	0.6836499157313081	2	2	2	2	2	False	7042	maximal	True	SPA0038_000000013725	1.0		11	3	False	False	0.9944667816162109	0					non-mobilizable	no_good_hit	69.0	98.551	3.0	0.0005461759650447382	NZ_QSFS01000011.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf11, whole genome shotgun sequence	True	False
MON0044_000000028481	1913	0.6836320758926783	2	2	2	2	2	False	11620	maximal	True	MON0044_000000028481	1.0		58	7	False	False	0.9989545345306396	0					non-mobilizable	other	1937.0	77.02600000000001	100.0	0.007646265926377612	NZ_CABJCG010000010.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
CHI0174_000000009915	1534	0.6836302544596717	2	1	1	1	1	False	77791	fragment	False	CHI0174_000000009915	0.9414233191676412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	75.051	64.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0032_000000023499	1430	0.6836302544596717	3	1	1	1	1	False	77791	fragment	False	CHI0174_000000009915	0.7068030615862688		0	0	False	False	0.996503472328186	0					non-mobilizable	no_good_hit	987.0	75.887	68.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0003_000000008058	2242	0.6836224923938329	2	2	2	2	2	False	11228	maximal	True	SPA0003_000000008058	0.9941912421805184		27	6	False	False	0.9995539784431458	0					non-mobilizable	other	1359.0	84.32700000000001	95.0	0.0523897768512084	NZ_JH379381.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld127, whole genome shotgun sequence	False	False
MON0052_000000011761	2238	0.6836224923938329	2	2	2	2	2	False	11228	maximal	False	SPA0003_000000008058	0.9933095450490633		0	0	False	False	0.9991063475608826	0					non-mobilizable	no_good_hit	1380.0	81.812	62.0	0.001849868039166727	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
SPA0144_000000011017	1657	0.6836170471742402	3	1	1	1	1	False	3379	fragment	False	SPA0144_000000011017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	4.740449337711823e-06	NZ_KB913013.1	CFB group bacteria	Rudanella lutea DSM 19387 RudluDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ISR0214_000000012260	2330	0.6836152793064572	3	2	2	2	1	False	55581	maximal	True	ISR0214_000000012260	1.0		12	2	False	False	0.9948498010635376	0					non-mobilizable	no_good_hit								True	False
ENG0182_000000010442	2710	0.6836146504444738	4	2	2	2	2	False	55245	maximal	True	ENG0182_000000010442	1.0		119	12	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	96.711	29.0	0.002608112983866811	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0029_000000022986	1186	0.6836003535614659	2	2	2	2	1	True	7357	fragment	False	SPA0029_000000022986	1.0		0	0	False	False	0.9907251000404358	0					non-mobilizable	other	1186.0	100.0	100.0	0.0004251966130667763	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	True
SPA0058_000000000638	21877	0.6836000420179319	23	17	5	5	15	False	102745	fragment	False	SPA0058_000000000638	1.0		0	0	False	False	0.9999542832374573	0					non-mobilizable	no_good_hit	8032.0	98.28200000000001	89.0	0.001781133181851499	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0111_000000002408	6997	0.6835973509081159	6	4	3	4	3	False	84400	maximal	True	MAD0111_000000002408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1229.0	99.186	21.0	0.0002732928764920945	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0083_000000008286	1308	0.6835973086331499	2	2	2	2	2	False	84185	fragment	False	CHI0083_000000008286	0.9755351681957186		0	0	False	False	0.9954128265380859	0					non-mobilizable	other	1292.0	99.149	100.0	0.0003582318343136111	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0051_000000005893	6483	0.6835971320368018	5	4	3	3	3	True	107457	fragment	False	DEN0051_000000005893	1.0		0	0	False	False	0.9987660050392151	0					non-mobilizable	other	6483.0	99.954	100.0	0.15937645988542204	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
FIJ0087_000000025146	1282	0.6835965717493842	3	1	1	1	1	False	43704	maximal	True	FIJ0087_000000025146	1.0		6	3	False	False	0.9984399080276489	0					non-mobilizable	no_good_hit	914.0	99.125	71.0	0.001979979007451487	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
FIJ0061_000000009765	2551	0.6835925874528209	3	3	1	3	1	False	91574	fragment	False	USA0080_01_000000014832	0.47489830099223035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	83.61399999999999	32.0	0.00022810276435361135	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0330_000000018674	1671	0.6835925874528209	3	3	1	3	1	False	33373	fragment	False	ISR0330_000000018674	1.0		0	0	False	False	0.9994015693664551	0					non-mobilizable	no_good_hit	511.0	81.018	30.0	0.00013938058484429258	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0082_000000011767	1445	0.6835879363308318	3	2	2	1	2	False	80218	fragment	False	SPA0062_000000018882	0.7228527842583212		0	0	False	False	0.9861591458320618	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000013486	3009	0.683587689067457	8	2	2	2	1	False	113110	fragment	False	ISR0279_000000006054	0.6462969996316176		0	0	False	False	0.9896975755691528	0					non-mobilizable	no_good_hit	541.0	87.24600000000001	20.0	0.00015201914707951194	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0022_000000022707	1119	0.6835865774543893	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.09735741136274306	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1123.0	82.54700000000001	99.0	0.013198317421306362	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0319_000000003512	4286	0.6835862821129634	5	5	3	3	3	False	35205	maximal	True	ISR0319_000000003512	1.0		1	1	False	False	0.9937004446983337	0					non-mobilizable	no_good_hit	470.0	74.255	11.0	0.00029918371102327906	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
FIJ0113_000000008290	3038	0.683579836011675	2	2	1	1	1	True	41958	maximal	True	FIJ0113_000000008290	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	84.42299999999999	87.0	0.21066984830407362	HG796280.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00201	True	True
ISR0245_000000008132	1124	0.6835784271386375	2	2	2	2	2	False	27148	fragment	False	ISR0245_000000008132	1.0		0	0	False	False	0.9991103410720825	0					non-mobilizable	no_good_hit	585.0	95.04299999999999	52.0	0.10160055671537926	NZ_JAAIQH010000045.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_45_length_5748_cov_292.224, whole genome shotgun sequence	True	False
ISR0298_000000005833	2485	0.6835745927161533	6	6	4	3	4	True	130603	fragment	False	ISR0183_000000010028	0.2689890668223611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1946.0	95.324	86.0	0.3825966850828729	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ENG0140_000000002752	4907	0.6835726011665499	5	5	4	4	3	True	57803	fragment	False	ENG0140_000000002752	1.0		0	0	False	False	0.9991848468780518	0					non-mobilizable	other	4909.0	96.435	100.0	0.03423754126161083	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	True
SPA0126_000000014071	2907	0.6835697980524365	3	3	3	3	2	False	107863	maximal	True	SPA0126_000000014071	1.0		0	0	False	False	0.9862400889396667	0					non-mobilizable	no_good_hit	1081.0	97.41	54.0	0.009900445520048403	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
DEN0090_000000016194	1747	0.6835679132920217	3	2	1	2	1	True	68735	fragment	False	DEN0090_000000016194	1.0		0	0	False	False	0.9965655207633972	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00023418636389330793	NZ_FNBM01000012.1	g-proteobacteria	Pseudomonas seleniipraecipitans strain LMG 25475, whole genome shotgun sequence	True	True
ISR0832_000000001874	6783	0.6835657058191876	5	3	3	3	3	False	95668	maximal	True	ISR0832_000000001874	1.0		3	2	False	False	0.9998525977134705	0					non-mobilizable	no_good_hit	4640.0	99.655	68.0	0.0011637500150549808	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
USA0075_01_000000005810	4284	0.6835657058191876	3	3	3	3	3	False	89243	fragment	False	USA0075_01_000000005810	0.9790469348659003		0	0	False	False	1.0	0					non-mobilizable	other	4284.0	99.58	100.0	0.023260360717524832	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0789_000000003275	4176	0.6835657058191876	3	3	3	3	3	False	89243	fragment	False	USA0075_01_000000005810	0.9669701213818861		0	0	False	False	1.0	0					non-mobilizable	other	4176.0	99.59299999999999	100.0	0.022673828156821427	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0103_000000000721	24307	0.6835627096221968	37	12	5	11	7	True	123948	fragment	False	ISR0103_000000000721	1.0		0	0	False	False	0.9995474815368652	0					non-mobilizable	no_good_hit	125.0	94.4	1.0	0.001964698798998637	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
CAN0021_000000025427	1713	0.6835612001204779	2	1	1	1	1	False	115803	maximal	True	CAN0021_000000025427	1.0		74	9	False	False	0.9988324642181396	0					non-mobilizable	no_good_hit	1225.0	98.204	72.0	0.015221419422232724	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0130_000000001133	22815	0.6835599158051828	22	14	5	11	10	True	8460	fragment	False	SPA0001_000000001063	0.9568976625075384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1902.0	98.00200000000001	14.0	0.26288659793814434	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
USA0080_01_000000002672	13187	0.6835522646701326	10	9	9	9	7	False	83935	maximal	True	USA0080_01_000000002672	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	10071.0	99.891	84.0	0.0021267684967083665	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
TAN0017_000000009141	3701	0.6835504047289398	4	4	3	4	2	True	2485	maximal	True	TAN0017_000000009141	1.0		1	1	False	False	0.9997298121452332	0					non-mobilizable	no_good_hit								True	True
SPA0131_000000001153	13322	0.6835492233675599	19	18	7	12	16	False	132525	maximal	True	SPA0131_000000001153	1.0	PS1166	25	4	False	True	1.0	0					non-mobilizable	no_good_hit	10803.0	97.464	81.0	0.287177025837933	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
SPA0136_000000006051	6010	0.6835470006901175	9	7	4	3	5	False	124387	fragment	False	SPA0136_000000006051	1.0		0	0	False	False	0.999667227268219	0					non-mobilizable	no_good_hit	3281.0	99.726	55.0	0.29507016912558476	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0110_000000011581	1631	0.6835457118127586	2	2	1	2	0	False	4604	maximal	True	SPA0110_000000011581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	97.045	27.0	0.008076533897525526	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
SPA0010_000000009258	2443	0.6835403281689982	4	2	1	2	1	False	128255	maximal	True	SPA0010_000000009258	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000034876	1127	0.6835315947957639	1	1	1	1	1	False	21605	fragment	False	ISR0812_000000034876	1.0		0	0	False	False	0.9991126656532288	0					non-mobilizable	no_good_hit	120.0	100.0	11.0	0.00043613547320698844	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0194_000000013123	1950	0.6835297039023133	2	2	2	1	1	False	77609	fragment	False	ISR0194_000000013123	1.0		0	0	False	False	0.9769230484962463	0					non-mobilizable	other	1950.0	97.949	100.0	0.0005532681712684348	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0058_000000008899	4354	0.6835274005181047	4	3	1	3	1	True	46057	maximal	True	FIJ0058_000000008899	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	94.18299999999999	33.0	0.04174144618769177	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	True	True
FIJ0033_000000035763	1114	0.6835217497361065	1	1	1	1	1	False	48196	fragment	False	FIJ0033_000000035763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	0.1527777777777778	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
MON0009_000000018518	2013	0.6835210192558402	3	2	2	1	1	False	13810	fragment	False	MON0009_000000018518	1.0		0	0	False	False	0.9736711382865906	0					non-mobilizable	no_good_hit	1461.0	94.79799999999999	73.0	0.08418926716676284	NZ_CABIWU010000048.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0031_000000027824	1146	0.6835180266365138	1	1	1	1	1	False	12418	fragment	False	MON0031_000000027824	0.9866310160427807		0	0	False	False	0.9877836108207703	0					non-mobilizable	other	1146.0	100.0	100.0	0.00030229434809893817	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
MON0065_000000008260	3163	0.6835137154672266	5	5	4	3	3	False	110612	fragment	False	MON0065_000000008260	1.0		0	0	False	False	0.9984192252159119	0					non-mobilizable	no_good_hit	1246.0	90.369	68.0	0.0003000977524296517	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0305_000000008872	2017	0.6835128860036692	2	2	2	2	1	False	74489	fragment	False	ISR0305_000000008872	1.0		0	0	False	False	0.9776896238327026	0					non-mobilizable	no_good_hit								True	False
ITA0002_000000007285	1456	0.6834951100682175	2	2	2	2	1	False	20420	maximal	True	ITA0002_000000007285	1.0		0	0	False	False	0.9924450516700745	0					non-mobilizable	other	1474.0	81.954	100.0	0.0031768660788144393	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0067_000000003281	2900	0.6834838190205128	2	2	0	2	2	False	98676	fragment	False	USA0057_01_000000010563	0.9349142280524723		0	0	False	False	0.9979310631752014	0	IncI-gamma/K1				non-mobilizable	plasmid	2900.0	99.345	100.0	0.016688349816364828	CP027441.1	enterobacteria	Escherichia coli strain 2012C-4502 plasmid unnamed, complete sequence	False	True
ENG0146_000000016113	1381	0.6834714835484978	3	3	3	3	2	False	78876	fragment	False	CHI0158_000000012726	0.9468503937007874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0001_000000015537	1361	0.6834567454287053	2	2	2	1	1	False	52540	maximal	True	FIJ0001_000000015537	1.0		45	4	False	False	1.0	0					non-mobilizable	chromosome	801.0	86.01700000000001	99.0	0.00035057447411621236	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0160_000000005819	3741	0.6834556159865789	2	2	2	2	2	False	56485	fragment	False	ENG0160_000000005819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	95.652	1.0	1.0102477284579825e-05	CP018335.1	firmicutes	Clostridium kluyveri strain JZZ, complete genome	True	False
AUS0024_000000002522	11118	0.6834504120780026	9	8	6	5	8	False	99000	maximal	True	AUS0024_000000002522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	75.22	12.0	0.00031051651000494723	NZ_CP034159.1	CFB group bacteria	Chryseobacterium carnis strain G0081 chromosome, complete genome	True	False
FIJ0060_000000008042	1767	0.6834494374745814	3	3	3	3	2	False	50696	maximal	True	FIJ0060_000000008042	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	76.367	74.0	0.014222526695161362	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0224_000000006620	4158	0.6834483167231751	8	2	0	2	0	False	27758	maximal	True	ISR0224_000000006620	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	4.574727772338525e-07	LR584433.1	bony fishes	Salmo trutta genome assembly, chromosome: 5	True	False
ISR0826_000000002164	5558	0.6834463277255753	3	3	3	3	3	False	130366	fragment	False	ISR0826_000000002164	1.0		0	0	False	True	0.997121274471283	0					non-mobilizable	other	5539.0	98.682	100.0	0.0010720118903259207	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0039_01_000000012222	1826	0.6834445449291735	2	1	1	1	1	False	1320	fragment	False	USA0039_01_000000012222	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1452.0	80.234	91.0	0.0004463224153450253	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	False	False
FIJ0069_000000001826	12453	0.6834429403592551	4	2	2	2	2	False	45006	maximal	True	FIJ0069_000000001826	1.0		16	7	False	False	0.999598503112793	0					non-mobilizable	no_good_hit	102.0	81.373	1.0	0.0005609303668817825	NZ_SDFS01000008.1	firmicutes	Bacillus albus strain PG 26 NODE_8_length_180058_cov_30.252, whole genome shotgun sequence	True	False
SPA0031_000000014159	2231	0.6834345455099514	3	3	1	2	2	False	73430	fragment	False	SPA0031_000000014159	1.0		0	0	False	False	0.9986553192138672	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.385696989062385e-05	NZ_RCZM01000003.1	high GC Gram+	Phycicoccus bigeumensis strain S9.3A scaffold3.1, whole genome shotgun sequence	True	False
ISR0269_000000002086	5884	0.6834296899902348	10	6	5	6	5	False	79075	maximal	True	ISR0269_000000002086	1.0		1	1	False	False	0.9923521280288696	0					non-mobilizable	no_good_hit	936.0	99.573	16.0	0.047948717948717946	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0111_000000010309	1735	0.6834267521320436	2	2	2	2	2	False	100817	fragment	False	ISR0111_000000010309	0.9997093023255814		0	0	False	False	0.9965417981147766	0					non-mobilizable	other	1735.0	99.94200000000001	100.0	0.002646245505655701	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0083_000000006143	1720	0.6834267521320436	2	2	2	2	2	False	100817	fragment	False	ISR0111_000000010309	0.9953890489913544		0	0	False	False	0.9994186162948608	0					non-mobilizable	other	1720.0	100.0	100.0	0.002623354108547953	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0027_000000004554	5689	0.6834264223815767	8	4	3	3	4	False	59763	fragment	False	ENG0111_000000003878	0.9936681425428712		0	0	False	False	0.9998242259025574	0					non-mobilizable	no_good_hit	1620.0	83.82700000000001	28.0	0.0004361323041007522	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0066_000000004020	4352	0.6834216186918848	3	2	0	0	2	False	62793	fragment	False	ENG0066_000000004020	1.0		0	0	False	False	0.9995404481887817	0					non-mobilizable	no_good_hit	1678.0	79.321	65.0	0.155924758903848	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	False
USA0117_01_000000006156	3962	0.6834216186918848	4	2	0	0	2	False	84379	maximal	True	USA0117_01_000000006156	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	99.82700000000001	44.0	0.23905537909128574	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	True	False
DEN0052_000000011385	3481	0.6834216186918848	3	2	0	0	2	False	110284	backbone	False	ISR0214_000000007298	0.6288126816746271	PS696	0	0	True	True	1.0	514					non-mobilizable	no_good_hit	109.0	91.743	3.0	0.04038893044128646	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
MON0037_000000019005	3386	0.6834216186918848	3	2	0	0	2	False	110284	backbone	False	ISR0214_000000007298	0.48676343267289	PS696	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	109.0	91.743	3.0	0.04038893044128646	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0329_000000003651	3383	0.6834216186918848	3	2	0	0	2	False	110284	backbone	False	ISR0214_000000007298	0.4760498899757039	PS696	0	0	True	True	0.9997044205665588	14					non-mobilizable	no_good_hit	468.0	79.06	14.0	0.07001060766782846	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MON0011_000000013987	3355	0.6834216186918848	3	2	0	0	2	False	110284	backbone	False	ISR0214_000000007298	0.21874547883368495	PS696	0	0	False	True	0.9997019171714783	0					non-mobilizable	no_good_hit	168.0	95.833	5.0	5.587462810554381e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0775_000000000521	20940	0.6834162223275912	46	17	7	16	6	True	85930	maximal	True	ISR0775_000000000521	1.0		1	1	False	False	0.9999522566795349	0					non-mobilizable	no_good_hit	2115.0	95.934	60.0	0.037411831425229504	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0065_000000009575	3430	0.6834125275064272	4	4	4	4	4	False	71137	fragment	False	DEN0065_000000009575	1.0		0	0	False	False	0.9941691160202026	0					non-mobilizable	other	3411.0	100.0	99.0	0.06694018570503131	NZ_WEHX01000008.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_8_length_50941_cov_151.896090, whole genome shotgun sequence	False	False
ISR0074_000000003021	8098	0.6834122480949208	6	4	2	2	3	True	34747	fragment	False	ISR0074_000000003021	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8098.0	98.098	100.0	0.050672440875894134	CP042840.1	firmicutes	Enterococcus sp. DA9 plasmid unnamed4	False	True
ISR0167_000000022057	1253	0.6834083611630086	3	2	1	2	1	False	97023	fragment	False	USA0045_01_000000011220	0.9757686301122881		0	0	False	False	0.9992018938064575	0					non-mobilizable	plasmid	943.0	94.06200000000001	100.0	0.21492128678986996	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
USA0055_01_000000021331	1233	0.6834083611630086	3	2	1	2	1	False	97023	fragment	False	USA0045_01_000000011220	0.9635427160898354		0	0	False	False	0.9918897151947021	0					non-mobilizable	plasmid	943.0	94.06200000000001	100.0	0.21492128678986996	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
ISR0117_000000007986	3370	0.6834037823966086	4	4	4	4	3	False	106730	maximal	False	SPA0079_000000006635	0.950361640228425		0	0	False	False	0.9988130331039429	0					non-mobilizable	other	3370.0	99.46600000000001	100.0	0.0014880373983682381	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
ISR0018_000000014959	1408	0.6834015433966023	1	1	1	1	1	True	37776	fragment	False	ISR0018_000000014959	1.0		0	0	False	False	0.9765625	0					non-mobilizable	other	1408.0	99.50299999999999	100.0	0.008559383383724396	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
FIJ0090_000000006625	5669	0.6833996886304847	7	5	3	4	4	True	96443	fragment	False	FIJ0090_000000006625	1.0		0	0	False	False	0.9998236298561096	0					non-mobilizable	no_good_hit	1179.0	95.844	44.0	0.2131860170259011	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
ENG0129_000000015727	1709	0.6833946801050794	3	2	2	2	2	False	86300	fragment	False	ENG0100_000000017992	0.9448014018691588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	98.26299999999999	61.0	0.00028967651669446347	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0053_000000002013	6674	0.6833925010605616	7	4	3	4	2	True	87277	maximal	True	MAD0053_000000002013	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.07684729064039408	NZ_QYYA01000031.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_30, whole genome shotgun sequence	True	True
ISR0324_000000025846	1194	0.6833909425781212	2	1	1	1	1	False	48969	fragment	False	ISR0324_000000025846	1.0		0	0	False	False	0.9706867933273315	0					non-mobilizable	other	1096.0	93.066	100.0	0.019037849679225272	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
AST0028_000000003242	5404	0.6833891780494015	9	7	3	5	5	False	118894	fragment	False	AST0028_000000003242	0.9944762684124386		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	5404.0	99.98100000000001	100.0	0.1700928695104675	CP021735.1	enterobacteria	Escherichia coli strain AR_0114 plasmid unitig_4, complete sequence	False	True
SPA0012_000000001643	12724	0.6833866532960362	27	5	2	4	3	False	56097	fragment	False	SPA0083_000000000741	0.9746357258499729		0	0	False	False	0.9998428225517273	0					non-mobilizable	virus	11679.0	97.988	92.0	0.48562393375774976	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	False	False
ENG0100_000000012743	2365	0.683384897865239	4	3	1	1	3	False	91477	fragment	False	ENG0100_000000012743	0.9793323199396795		0	0	False	False	1.0	0					non-mobilizable	other	2365.0	98.73200000000001	100.0	0.000758960160370465	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0111_000000013753	2205	0.683384897865239	5	3	1	1	3	False	91477	fragment	False	ENG0100_000000012743	0.9769471922074018		0	0	False	False	0.999546468257904	0					non-mobilizable	other	2206.0	99.09299999999999	100.0	0.05405803144391847	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
USA0116_01_000000011742	2157	0.683384897865239	4	3	1	1	3	False	91477	fragment	False	ENG0100_000000012743	0.9684220457479491		0	0	False	False	1.0	0					non-mobilizable	other	2157.0	98.934	100.0	0.0005203267729362504	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0398_000000015974	1428	0.6833768186890344	3	3	3	2	1	True	22606	maximal	True	ISR0398_000000015974	1.0		0	0	False	False	0.9726890921592712	0					non-mobilizable	no_good_hit								True	True
ISR0114_000000019175	1463	0.6833741299761911	3	3	3	2	1	False	103802	maximal	True	ISR0114_000000019175	1.0		1	1	False	False	0.9747095108032227	0					non-mobilizable	no_good_hit	174.0	98.851	12.0	0.0035093413392295676	NZ_QEKJ01000019.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_119, whole genome shotgun sequence	True	False
ISR0147_000000001058	18349	0.683369280392391	20	10	2	5	8	False	60675	fragment	False	ENG0099_000000000871	0.9441672667421047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0102_000000007105	3734	0.6833691284288348	3	3	3	2	2	True	95569	fragment	False	ENG0102_000000007105	1.0		0	0	False	False	0.9941082000732422	0					non-mobilizable	no_good_hit	693.0	74.60300000000001	18.0	0.0005717854440001875	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ENG0080_000000008912	2835	0.6833674584341353	3	3	1	2	3	True	61749	fragment	False	ENG0080_000000008912	0.9806671721000758		0	0	False	False	0.981657862663269	0					non-mobilizable	plasmid	2835.0	99.4	100.0	0.03605643837707859	CP041545.1	enterobacteria	Escherichia coli strain 131 plasmid p2545-1	False	True
DEN0082_000000017695	2285	0.6833584146620117	4	3	2	2	2	True	91144	maximal	True	DEN0082_000000017695	1.0		0	0	False	False	0.9986870884895325	0					non-mobilizable	no_good_hit	1187.0	99.41	52.0	0.0002700255476953684	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0187_000000008603	3213	0.6833571371733242	5	3	2	3	3	True	54989	maximal	True	ENG0187_000000008603	1.0		1	1	False	False	0.9993775486946106	0					non-mobilizable	no_good_hit	888.0	82.883	28.0	0.00029721263022406736	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0011_000000007079	5864	0.683355408385973	6	5	5	4	4	False	51013	maximal	True	FIJ0011_000000007079	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	87.266	15.0	0.003044020393507519	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
CHI0132_000000017025	1809	0.683352077593576	4	2	2	2	2	False	80898	fragment	False	FIJ0152_000000013891	0.8757429806337059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	87.98700000000001	34.0	0.012826136909611248	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
ISR0234_000000001331	7200	0.6833482712023382	12	8	3	6	8	True	85129	fragment	False	ISR0234_000000001331	1.0		0	0	False	False	0.9995833039283752	0					non-mobilizable	other	7200.0	99.917	100.0	0.0023102581366078517	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0077_000000035037	1295	0.6833447411288082	1	1	1	1	1	False	10916	fragment	False	MON0077_000000035037	0.9874476987447699		0	0	False	False	0.9876447916030884	0					non-mobilizable	other	1234.0	91.24799999999999	95.0	0.006189066150995085	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
ISR0287_000000003023	3502	0.6833399110357612	4	3	3	2	2	False	130682	fragment	False	ISR0168_000000004408	0.09290019342641445		0	0	False	False	1.0	0					non-mobilizable	other	3500.0	98.54299999999999	99.0	0.024906573655550414	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
USA0009_01_000000014014	1790	0.6833370422250515	4	4	3	3	2	True	84567	maximal	True	USA0009_01_000000014014	1.0		232	14	False	False	1.0	0					non-mobilizable	other	1791.0	96.538	100.0	0.005445049111909448	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0114_000000013106	2132	0.6833367240837966	4	4	4	4	3	False	74141	fragment	False	ISR0114_000000013106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	96.54799999999999	47.0	0.0002526068332707587	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0126_000000027831	1448	0.6833361812865593	3	3	3	2	2	False	41119	fragment	False	FIJ0126_000000027831	1.0		0	0	False	False	0.9986187815666199	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000010563	2973	0.6833318881794455	2	2	0	2	2	False	98676	fragment	False	USA0057_01_000000010563	0.9458620689655173		0	0	False	False	1.0	0	IncI1/B/O				non-mobilizable	plasmid	2973.0	99.96600000000001	100.0	0.03012976480129765	MN612051.1	enterobacteria	Escherichia coli strain BM21 plasmid pIP72, complete sequence	False	True
ISR0089_000000008319	3085	0.6833313022150285	3	2	2	2	1	False	123237	maximal	False	ISR0304_000000002885	0.9647406026716372		0	0	False	False	0.9996758699417114	0					non-mobilizable	no_good_hit	1572.0	80.53399999999999	51.0	0.0003480700804834168	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0105_000000002411	16956	0.6833293031484713	17	7	3	4	3	False	107965	fragment	False	MON0105_000000002411	1.0		0	0	False	False	0.9999410510063171	0					non-mobilizable	other	16860.0	97.50299999999999	99.0	0.0046778412783044804	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0070_000000001818	14961	0.6833293031484713	25	7	3	4	3	False	107974	fragment	False	DEN0070_000000001818	1.0		0	0	False	False	0.9979947805404663	0					non-mobilizable	no_good_hit	10861.0	97.008	87.0	0.018012169711861734	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0279_000000001212	11783	0.6833276290128977	10	3	1	3	2	False	26256	fragment	False	ISR0279_000000001212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1392.0	72.917	12.0	0.00493140566785788	NZ_KE384518.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ISR0149_000000002862	5273	0.6833239049382638	5	4	3	4	0	False	132051	fragment	False	ISR0149_000000002862	1.0		0	0	False	False	0.9891902208328247	0					non-mobilizable	no_good_hit	310.0	81.29	6.0	0.0007042772182430815	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
USA0081_01_000000014989	2055	0.6833238734432051	5	4	3	4	3	True	568	maximal	True	USA0081_01_000000014989	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0094_000000001524	10872	0.6833237219166742	10	5	4	5	3	False	109423	maximal	True	AST0094_000000001524	1.0		2	2	False	False	0.9994481205940247	0					non-mobilizable	no_good_hit	4057.0	77.693	37.0	0.01957085478084542	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
MON0044_000000038448	1468	0.6833232076095479	2	2	2	2	1	False	12880	maximal	True	MON0044_000000038448	1.0		35	6	False	False	0.9993187785148621	0					non-mobilizable	no_good_hit	502.0	77.291	34.0	0.00017564840289210763	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0100_000000017992	1712	0.6833213018143834	3	2	2	2	2	False	86300	fragment	False	ENG0100_000000017992	0.9455822118197776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	99.359	64.0	0.00030534983547213495	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0045_000000013138	2912	0.6833204188844403	5	4	2	3	2	True	17881	fragment	False	MAD0045_000000013138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.019498607242339833	XM_033469919.1	bees	PREDICTED: Megalopta genalis uncharacterized LOC117220190 (LOC117220190), mRNA	True	True
ISR0097_000000013163	2227	0.6833184998903057	3	2	2	2	2	False	33297	fragment	False	ISR0097_000000013163	1.0		0	0	False	False	0.9995509386062622	0					non-mobilizable	no_good_hit	206.0	80.097	9.0	2.2980923130163948e-05	NZ_CP021978.1	high GC Gram+	Streptomyces hawaiiensis strain ATCC 12236 chromosome, complete genome	True	False
ENG0069_000000008243	2372	0.683314443671461	3	3	3	3	3	False	93445	maximal	False	ISR0101_000000009345	0.9596899224806201		0	0	False	False	1.0	0					non-mobilizable	other	2076.0	99.229	99.0	0.033075635610106	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0151_000000012455	1995	0.6833014188140787	3	3	3	3	3	False	79747	fragment	False	CHI0151_000000012455	0.9913229177301077		0	0	False	False	1.0	0					non-mobilizable	chromosome	1995.0	100.0	100.0	0.000388994081593557	CP050845.1	enterobacteria	Klebsiella pneumoniae strain Bckp206 chromosome, complete genome	False	False
MON0104_000000024512	1858	0.6832989064289642	2	2	2	2	1	False	68427	fragment	False	MON0104_000000024512	0.9946555819477435		0	0	False	False	0.9962325096130371	0					non-mobilizable	no_good_hit								True	False
MON0011_000000026535	1766	0.6832989064289642	2	2	2	2	1	False	68432	fragment	False	MON0011_000000026535	0.9705195563339171		0	0	False	False	0.9858437180519104	0					non-mobilizable	no_good_hit	910.0	71.319	51.0	0.00024270901022488073	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0036_01_000000019162	1684	0.6832989064289642	2	2	2	2	1	False	68427	fragment	False	MON0104_000000024512	0.9483315392895587		0	0	False	False	0.9946556091308594	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000009991	2487	0.6832972015881393	3	3	3	3	3	False	54469	maximal	True	ENG0195_000000009991	1.0		2	2	False	False	0.9987937211990356	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	0.0006932409012131716	NZ_AYZM01000035.1	firmicutes	Lactobacillus similis DSM 23365 = JCM 2765 strain DSM 23365 NODE_49, whole genome shotgun sequence	True	False
ISR0119_000000024427	1280	0.6832967066781038	2	2	2	2	1	False	32325	fragment	False	ISR0119_000000024427	1.0		0	0	False	False	0.9984375238418579	0					non-mobilizable	other	692.0	92.486	94.0	0.00021434673399663642	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0143_000000010946	2845	0.6832960252684482	4	4	4	4	4	False	61171	maximal	True	ISR0143_000000010946	1.0		579	13	False	False	0.999297022819519	0					non-mobilizable	other	2845.0	99.29700000000001	100.0	0.014882182720132286	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0025_000000015815	2487	0.6832956345222236	3	3	3	3	3	False	121365	maximal	True	ISR0025_000000015815	1.0		9	4	False	False	1.0	0					non-mobilizable	chromosome	2153.0	99.48899999999999	100.0	0.0006779900353431068	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0094_000000011294	3035	0.6832910968226171	4	3	1	3	1	True	68378	fragment	False	ENG0041_000000007954	0.9622030237580994		0	0	False	False	0.9950576424598694	0					non-mobilizable	other	1652.0	83.838	97.0	0.018545825771324864	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0035_000000027938	1280	0.6832816277211189	2	2	1	2	2	False	73389	maximal	True	DEN0035_000000027938	1.0		1241	13	False	False	1.0	0					non-mobilizable	chromosome	1251.0	99.041	98.0	0.0002222029448822929	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
MAD0017_000000001232	2534	0.6832815458068725	2	2	2	2	2	False	19379	fragment	False	MAD0017_000000001232	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	98.15899999999999	28.0	0.00028298492823880067	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
FIJ0116_000000011114	1565	0.6832815245921223	1	1	1	1	1	False	80455	maximal	True	FIJ0116_000000011114	1.0		28	6	False	False	0.9865814447402954	0					non-mobilizable	no_good_hit	1337.0	81.45100000000001	85.0	0.03434212235355241	GU942954.1		Uncultured organism clone 26 genomic sequence	True	False
USA0145_01_000000004206	5815	0.6832813931614584	10	4	1	3	3	True	22	maximal	True	USA0145_01_000000004206	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	550.0	88.545	9.0	0.002252483270490828	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0360_000000010414	2355	0.6832802729915708	5	4	3	2	1	False	38232	fragment	False	ISR0360_000000010414	1.0		0	0	False	False	0.9944798350334167	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.0005280897131230294	NZ_FRAC01000035.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
USA0101_01_000000013416	2418	0.6832795362584622	3	2	2	2	1	False	34628	fragment	False	USA0101_01_000000013416	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	98.947	92.0	0.00037196144027723863	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0017_000000013838	2432	0.6832781191948768	3	3	3	2	1	False	37864	maximal	True	ISR0017_000000013838	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	81.25	59.0	0.00022045341990011287	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
AST0033_000000003385	3781	0.6832760437111689	6	3	2	2	2	False	117093	fragment	False	AST0033_000000003385	1.0		0	0	False	False	0.9949748516082764	0					non-mobilizable	no_good_hit	732.0	78.005	19.0	0.1409055425448868	MK232394.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V06.J07_5-CL29_c1 sequence	True	False
ENG0068_000000013179	1880	0.6832683199100599	2	2	2	2	2	True	118529	fragment	False	ENG0068_000000013179	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1846.0	76.436	98.0	0.0005082201689929475	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	False	True
AST0006_000000000800	19375	0.6832665319949806	13	12	2	8	10	True	127685	maximal	True	AST0006_000000000800	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6051.0	96.315	89.0	0.0027440078947535656	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	True	True
MON0085_000000027330	1180	0.6832564741575348	2	2	2	2	1	False	9760	fragment	False	MON0085_000000027330	1.0		0	0	False	False	0.9652542471885681	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.00043074343989382756	NZ_BAVS01000014.1	firmicutes	Gracilibacillus boraciitolerans JCM 21714, whole genome shotgun sequence	True	False
ENG0065_000000022093	1181	0.6832539889859964	2	2	2	2	2	False	62823	fragment	False	ENG0101_000000027325	0.9158514300591435		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	99.40700000000001	100.0	0.0005099941566771201	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
DEN0071_000000011097	3443	0.6832528212072744	5	4	2	4	4	False	121520	fragment	False	DEN0071_000000011097	1.0		0	0	False	False	0.9991286396980286	0					non-mobilizable	no_good_hit	1311.0	81.541	38.0	0.0051337945850314344	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0067_000000025348	1303	0.6832516712890293	2	2	2	2	2	True	45163	fragment	False	FIJ0067_000000025348	0.9932195560776643		0	0	False	False	0.9992325305938721	0					non-mobilizable	other	1303.0	90.25299999999999	100.0	0.0040265218520763495	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0178_000000003943	3965	0.6832498195943051	3	2	1	0	1	False	126141	maximal	True	ISR0178_000000003943	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0064794816414686825	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0317_000000003983	4134	0.6832470689539238	4	3	3	3	2	False	109852	maximal	True	ISR0317_000000003983	1.0	PS691	2	1	False	True	0.9992743134498596	0					non-mobilizable	no_good_hit	198.0	90.90899999999999	7.0	5.218446044106955e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0165_000000000407	32096	0.6832417627593463	37	15	10	15	5	True	106304	fragment	False	ISR0165_000000000407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0055_01_000000003320	7542	0.6832413391243607	12	7	7	7	7	False	116385	maximal	True	USA0055_01_000000003320	1.0		9	3	False	False	0.9982762932777405	0					non-mobilizable	no_good_hit	3169.0	96.71799999999999	79.0	0.0008863821530158124	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0101_000000007151	6177	0.6832376987241807	6	5	5	4	4	True	128864	maximal	True	SPA0101_000000007151	1.0	PS1059	4	2	False	True	0.996924102306366	0					non-mobilizable	no_good_hit	927.0	80.259	25.0	0.0002457406736456661	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MAD0108_000000000153	37309	0.6832307920596693	43	18	10	11	12	True	14902	maximal	True	MAD0108_000000000153	1.0		1	1	False	False	0.9999731779098511	0					non-mobilizable	no_good_hit	18648.0	98.10700000000001	68.0	0.6271910641590688	NZ_JXLB01000024.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold24, whole genome shotgun sequence	True	True
ISR0107_000000013208	2011	0.6832297206977909	3	3	3	3	3	False	39123	fragment	False	SPA0111_000000015920	0.9712757825998791		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	78.431	33.0	0.004045699832401206	NZ_QOHO01000012.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_12, whole genome shotgun sequence	True	False
MON0034_000000010928	2462	0.6832211326661508	3	3	3	3	3	False	30042	maximal	False	USA0062_01_000000008382	0.9649957245134031		0	0	False	False	0.9987815022468567	0					non-mobilizable	no_good_hit	619.0	85.29899999999999	25.0	0.00017281342777111783	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0066_000000011567	1758	0.6832187482922941	2	2	1	2	1	False	62762	maximal	True	ENG0066_000000011567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	99.103	83.0	0.0004954364182507643	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0218_000000014829	1198	0.6832155978815591	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.249449440063523		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	92.661	100.0	0.016705711735832216	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0112_000000000192	46014	0.6832127771446881	56	16	12	13	6	True	74403	maximal	True	FIJ0112_000000000192	0.9408348778939098		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	0.0	2.2776120822996387e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
SPA0150_000000015805	1328	0.683206251818376	2	1	1	1	1	False	38074	fragment	False	SPA0151_000000012624	0.5705948305688168		0	0	False	False	0.9992470145225525	0					non-mobilizable	other	1197.0	79.282	90.0	0.00042728444576898634	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
FIJ0060_000000011386	1291	0.683206251818376	1	1	1	1	1	False	45854	fragment	False	FIJ0060_000000011386	1.0		0	0	False	False	0.999225378036499	0					non-mobilizable	chromosome	1291.0	93.416	100.0	0.0005147357219329859	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MON0062_000000027991	1261	0.683206251818376	1	1	1	1	1	False	38074	fragment	False	SPA0151_000000012624	0.46504900233784746		0	0	False	False	0.9659000635147095	0					non-mobilizable	other	1221.0	78.624	96.0	0.004644360939773002	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MAD0068_000000008310	3200	0.6831909119253357	8	1	1	1	1	False	16472	maximal	True	MAD0068_000000008310	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000014040	1669	0.6831706811161271	2	2	2	1	1	False	108709	fragment	False	ISR0037_000000014040	0.9650165016501651		0	0	False	False	0.9982025027275085	0					non-mobilizable	other	1674.0	94.624	100.0	0.00058118831407305	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MAD0066_000000021231	1515	0.6831706811161271	2	2	2	1	1	False	108709	fragment	False	ISR0037_000000014040	0.9221090473337328		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	97.625	100.0	0.004997690835917398	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0081_000000017451	1378	0.6831706811161271	2	2	2	1	1	False	76106	fragment	False	ISR0081_000000017451	0.8799094002729018		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	97.896	100.0	0.0004797939499272121	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MON0082_000000026571	1359	0.6831706811161271	2	2	2	1	1	False	76106	fragment	False	ISR0081_000000017451	0.8750281034769188		0	0	False	False	0.9992641806602478	0					non-mobilizable	other	1361.0	97.649	100.0	0.004486375931912648	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0201_000000023116	1265	0.6831706811161271	2	2	2	1	1	False	76106	fragment	False	ISR0081_000000017451	0.6464110870133108		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	97.23299999999999	100.0	0.009329721510765348	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
ISR0269_000000017151	1141	0.6831706811161271	2	2	2	1	1	False	76106	fragment	False	ISR0081_000000017451	0.2887724529708957		0	0	False	False	0.9921121597290039	0					non-mobilizable	other	1141.0	98.42200000000001	100.0	0.008414464020785202	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
ISR0086_000000014316	1926	0.6831692517319538	2	2	2	2	2	False	33914	fragment	False	ISR0086_000000014316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	84.906	3.0	1.9140404436745747e-05	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
SPA0109_000000007761	3641	0.6831644499054182	4	4	4	4	4	False	92111	fragment	False	SPA0109_000000007761	0.9885496183206107		0	0	False	False	0.9972534775733948	0					non-mobilizable	no_good_hit	1071.0	73.203	29.0	0.001071521519893295	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0378_000000010758	2492	0.6831636085027096	4	3	3	3	2	False	86871	maximal	True	ISR0378_000000010758	1.0		15	5	False	False	0.9923756122589111	0					non-mobilizable	no_good_hit	1459.0	99.315	59.0	0.0039904208005473825	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0099_000000008620	2427	0.6831569368476181	3	2	2	2	1	False	115759	fragment	False	ISR0099_000000008620	1.0		0	0	False	False	0.990111231803894	0					non-mobilizable	no_good_hit	194.0	95.876	8.0	0.08034970857618651	NZ_VULP01000059.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq59, whole genome shotgun sequence	True	False
SPA0002_000000001480	19719	0.6831554002066572	15	14	11	14	11	False	103708	fragment	False	SPA0002_000000001480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1758.0	81.96799999999999	24.0	0.00027267394409701397	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
MON0105_000000025133	2167	0.6831531516911634	3	3	3	3	3	False	8738	fragment	False	MON0105_000000025133	1.0		0	0	False	False	0.9967697262763977	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	1.551413672820255e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0100_000000013160	3172	0.6831385603069076	5	4	4	4	4	False	13987	maximal	False	MON0007_000000018293	1.0		0	0	False	False	0.9974779486656189	0					non-mobilizable	plasmid	3172.0	100.0	100.0	0.02185555073093067	CP024274.1	enterobacteria	Escherichia coli strain F9792 plasmid unnamed, complete sequence	False	True
MON0007_000000018293	3172	0.6831385603069076	5	4	4	4	4	False	13987	maximal	True	MON0007_000000018293	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	3172.0	100.0	100.0	0.02185555073093067	CP024274.1	enterobacteria	Escherichia coli strain F9792 plasmid unnamed, complete sequence	False	True
ISR0276_000000007670	1322	0.6831360342235072	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.25971043605366134		0	0	False	False	0.9462934732437134	0					non-mobilizable	no_good_hit	179.0	99.441	14.0	4.943043915335099e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0192_000000003720	4569	0.6831341296489328	4	4	4	4	4	False	68079	maximal	True	ENG0192_000000003720	1.0		34	4	False	False	1.0	0					non-mobilizable	chromosome	4507.0	100.0	99.0	0.002317733127381193	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0126_000000015259	3207	0.6831072669682708	6	3	2	2	2	True	130608	fragment	False	ISR0126_000000015259	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1531.0	97.126	82.0	0.24914397521604434	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0224_000000015817	1934	0.6831070857274184	3	3	3	3	3	False	34834	fragment	False	USA0116_01_000000012310	0.9683104108123063		0	0	False	False	1.0	0					non-mobilizable	other	1934.0	99.22399999999999	100.0	0.012145621795516237	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0777_000000012914	1346	0.6831045260275844	2	2	2	2	2	False	89615	fragment	False	ISR0829_000000011069	0.847403300730536		0	0	False	False	0.9725111722946167	0					non-mobilizable	other	1315.0	99.01100000000001	98.0	0.018010362126154773	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
AST0148_000000009694	3607	0.6830990271017946	5	3	3	2	2	False	115228	fragment	False	ISR0254_000000002007	0.24019095189340112		0	0	False	False	0.9961186647415161	0					non-mobilizable	other	3277.0	99.84700000000001	91.0	0.025349366265843352	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0152_000000010209	2332	0.6830911525574255	2	2	1	1	2	True	89609	maximal	True	ENG0152_000000010209	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	1485.0	99.73100000000001	97.0	0.015503552026744673	CP023382.1	enterobacteria	Escherichia coli strain 127 plasmid p95, complete sequence	False	True
SPA0092_000000033507	1362	0.6830896788888287	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.8369220591979296		0	0	False	False	0.9955947399139404	0					non-mobilizable	other	1345.0	98.959	99.0	0.002229730290628658	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0054_000000002316	8613	0.6830884035948644	11	4	2	4	3	False	35723	maximal	True	ISR0054_000000002316	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	91.781	2.0	2.0991260539978002e-05	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
ISR0115_000000003118	8612	0.6830884035948644	11	4	2	4	3	False	35723	maximal	False	ISR0054_000000002316	0.9999419482178102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	91.781	2.0	2.0991260539978002e-05	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
ISR0324_000000005612	5658	0.6830884035948644	8	4	2	4	3	False	30006	fragment	False	ISR0324_000000005612	0.9985746864310149		0	0	False	False	0.9994697570800781	0					non-mobilizable	no_good_hit	73.0	91.781	3.0	2.0991260539978002e-05	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
ISR0177_000000004443	5262	0.6830884035948644	7	4	2	4	3	False	30006	fragment	False	ISR0324_000000005612	0.9636797454931072		0	0	False	False	0.9969593286514282	0					non-mobilizable	no_good_hit	73.0	91.781	4.0	2.0991260539978002e-05	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
ISR0171_000000007675	3337	0.6830884035948644	6	4	2	4	3	False	30005	fragment	False	ISR0171_000000007675	1.0		0	0	False	False	0.9985016584396362	0					non-mobilizable	no_good_hit	113.0	76.991	3.0	3.1930368145318654e-05	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
ISR0024_000000016939	1535	0.6830854449757878	2	2	2	2	2	False	119248	maximal	False	CAN0007_000000022786	0.48107692307692307		0	0	False	False	0.9941368103027344	0					non-mobilizable	no_good_hit								True	False
MAD0035_000000004621	4937	0.6830816304830342	5	3	3	3	2	False	18786	maximal	True	MAD0035_000000004621	1.0		1	1	False	False	0.9921004772186279	0					non-mobilizable	no_good_hit	229.0	73.79899999999999	5.0	0.00016907239420980362	NZ_KE384560.1	CFB group bacteria	Sporocytophaga myxococcoides DSM 11118 K350DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
SPA0030_000000021995	1377	0.6830798365448252	2	2	2	2	2	False	119925	fragment	False	ISR0341_000000008703	0.8294533781698853		0	0	False	False	1.0	0					non-mobilizable	chromosome	1312.0	95.579	100.0	0.0003729018935224296	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0093_000000005225	3687	0.6830772338869356	4	3	2	2	3	False	109568	fragment	False	AST0093_000000005225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	81.62	22.0	0.004025993062002247	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
DEN0010_000000028213	1636	0.6830766741084738	2	2	1	1	2	False	75915	maximal	True	DEN0010_000000028213	1.0		3	1	False	False	0.9816625714302063	0					non-mobilizable	no_good_hit	65.0	98.462	4.0	0.00017223608184443315	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
AST0024_000000032243	1138	0.6830708854471087	2	2	2	2	2	True	120608	fragment	False	AST0024_000000032243	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	99.73100000000001	98.0	0.4031849439015563	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	False	True
SPA0156_000000006455	2617	0.683070755927528	5	4	4	4	3	False	120911	maximal	True	SPA0156_000000006455	1.0		49	6	False	False	1.0	0					non-mobilizable	other	2620.0	97.061	100.0	0.002913611475420787	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
FIJ0125_000000011769	1627	0.6830627394724774	2	2	2	2	2	False	53311	fragment	False	FIJ0107_000000015596	0.9700686005804159		0	0	False	False	0.993853747844696	0					non-mobilizable	no_good_hit	881.0	80.931	54.0	0.04029830006021585	NZ_JXQL01000058.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig58, whole genome shotgun sequence	True	False
SPA0132_000000025583	1622	0.6830582877480041	2	2	2	2	2	False	104576	fragment	False	SPA0132_000000025583	0.9908556499020249		0	0	False	False	1.0	0					non-mobilizable	chromosome	1622.0	99.815	100.0	0.0003690652721873458	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
USA0119_01_000000015872	1551	0.6830535067843314	3	3	3	3	2	False	130857	backbone	False	ENG0116_000000013937	0.1305933211269078	PS1128	0	0	False	True	0.996776282787323	0					non-mobilizable	no_good_hit	1312.0	83.84100000000001	84.0	0.01546696285093109	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0053_000000007245	2490	0.6830509770702583	4	3	3	3	3	False	113812	maximal	True	ISR0053_000000007245	1.0		13	3	False	False	0.9955823421478271	0					non-mobilizable	no_good_hit	2099.0	94.95	84.0	0.008109271561703761	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0192_000000007818	2434	0.6830493897914774	3	3	1	3	3	True	115093	fragment	False	ISR0192_000000007818	0.9747820578969707		0	0	False	True	1.0	0					non-mobilizable	other	1659.0	86.016	99.0	0.0004946758367864798	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0134_000000006224	2367	0.6830493897914774	3	3	1	3	3	True	115093	fragment	False	ISR0192_000000007818	0.9669754427832002		0	0	False	True	0.9991550445556641	0					non-mobilizable	other	1659.0	86.016	99.0	0.0004946758367864798	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0162_000000009574	2356	0.6830493897914774	3	3	1	3	3	True	115093	fragment	False	ISR0192_000000007818	0.9629176419121942		0	0	False	True	0.9970288872718811	0					non-mobilizable	other	1659.0	86.016	99.0	0.0004946758367864798	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0332_000000010008	1496	0.6830474976608062	2	2	2	2	1	False	38513	fragment	False	ISR0332_000000010008	1.0		0	0	False	False	0.9973261952400208	0					non-mobilizable	no_good_hit	715.0	86.294	85.0	0.0032357906584130555	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0061_000000012474	3226	0.6830348128326452	5	2	1	2	1	False	71915	fragment	False	DEN0061_000000012474	0.9988878296790594		0	0	False	False	0.9959702491760254	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000013347	3147	0.6830348128326452	5	2	1	2	1	False	71915	fragment	False	DEN0061_000000012474	0.9866707997520149		0	0	False	False	0.9974579215049744	0					non-mobilizable	no_good_hit								True	False
ISR0298_000000003366	4136	0.6830313479155468	6	4	2	4	3	False	104747	maximal	True	ISR0298_000000003366	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	98.04299999999999	22.0	0.0019216413619188811	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0168_000000013920	1116	0.6830245588337239	2	1	1	1	1	False	78063	fragment	False	CHI0168_000000013920	0.9735663082437276		0	0	False	False	1.0	0					non-mobilizable	chromosome	1116.0	97.491	100.0	0.0003749658777685289	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0013_000000004194	5643	0.6830236037945318	5	3	3	3	2	True	128436	maximal	True	ENG0013_000000004194	0.9770331325301205		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2317.0	96.979	47.0	0.0011181453849707936	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	True
FIJ0052_000000018260	1663	0.6830217299245442	3	3	3	3	2	False	65157	fragment	False	ISR0815_000000016938	0.7035552227404046		0	0	False	False	1.0	0					non-mobilizable	chromosome	1682.0	83.47200000000001	100.0	0.000561439034217151	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0091_000000012734	1884	0.6830144584688567	4	4	2	2	3	True	112415	maximal	False	SPA0013_000000014448	0.95853844955849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	87.26100000000001	84.0	0.0002513683226604523	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
AST0060_000000016217	1836	0.6830144584688567	4	4	2	2	3	True	112415	maximal	False	SPA0013_000000014448	0.9384090185441478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1616.0	77.22800000000001	87.0	0.0018739140350753445	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
DEN0072_000000003271	5975	0.683009771429175	12	7	1	4	5	False	93900	fragment	False	MON0102_000000006789	0.9624268311975953		0	0	False	False	1.0	0					non-mobilizable	other	3827.0	99.84299999999999	100.0	0.1004911617156515	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
USA0083_01_000000006678	4672	0.6830082640289635	6	2	2	2	2	False	505	maximal	True	USA0083_01_000000006678	1.0		20	6	False	False	0.9997859597206116	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000007702	5287	0.6830078268624037	5	4	4	4	4	False	124945	maximal	True	DEN0096_000000007702	1.0		3	2	False	False	0.9977302551269531	0					non-mobilizable	no_good_hit	2633.0	78.086	61.0	0.006225543372980512	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0083_000000015202	1771	0.6830054736866761	3	3	3	2	2	False	61292	fragment	False	ENG0089_000000011247	0.9786877505644407		0	0	False	False	0.991530179977417	0					non-mobilizable	no_good_hit	946.0	74.63	52.0	0.0003602982399741579	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ISR0073_000000023408	1200	0.6829967559683872	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.21534345234858604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	96.927	35.0	0.00011718901866693325	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AUS0020_000000006666	4205	0.682994758874837	4	4	4	3	3	False	132016	maximal	False	USA0003_01_000000007262	0.4102167434606641		0	0	False	False	0.9988109469413757	0					non-mobilizable	chromosome	4205.0	98.859	100.0	0.0006479969357328539	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0266_000000001446	8122	0.6829901427325771	7	7	6	6	3	False	104099	maximal	True	ISR0266_000000001446	1.0		63	7	False	False	1.0	0					non-mobilizable	other	8122.0	99.594	100.0	0.047204687336518676	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0100_000000003629	3238	0.6829894279737163	5	4	4	3	3	False	88287	fragment	False	SPA0067_000000004855	0.1286186931348222		0	0	False	False	1.0	0					non-mobilizable	other	3238.0	99.691	100.0	0.00103923605715702	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0162_000000016316	1945	0.6829888593921883	4	2	2	2	2	False	78565	fragment	False	ISR0141_000000015709	0.9458092485549132		0	0	False	False	1.0	0					non-mobilizable	other	1945.0	98.766	100.0	0.0110296620747566	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0083_000000007888	1371	0.6829880868760697	2	2	2	2	2	False	90934	maximal	False	ISR0800_000000008417	0.938239055062311		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	99.927	100.0	0.0005581878208306731	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
TAN0003_000000003289	2524	0.6829859325278669	3	2	1	2	2	False	2984	maximal	True	TAN0003_000000003289	1.0		1	1	False	False	0.999603807926178	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.060092449922958396	HG417129.1	viruses	Uncultured phage proviral partial gene for viral integrase family 1, clone D01	True	False
CAN0022_000000019663	1644	0.6829751975302116	2	2	2	2	1	False	91279	maximal	True	CAN0022_000000019663	1.0		33	6	False	False	0.9957420825958252	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.5928771254585422e-05	NZ_RBII01000001.1	a-proteobacteria	Litorimonas taeanensis strain DSM 22008 Ga0244544_11, whole genome shotgun sequence	True	False
FIJ0069_000000003296	7277	0.6829675547063875	12	9	8	9	5	False	49240	fragment	False	FIJ0069_000000003296	1.0		0	0	False	False	0.999862551689148	0					non-mobilizable	no_good_hit	2998.0	89.52600000000001	58.0	0.00116398104117656	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
SPA0048_000000012556	1602	0.6829674457997608	3	2	1	2	1	False	6625	fragment	False	SPA0048_000000012556	1.0		0	0	False	False	0.9800249934196472	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	2.619529113446567e-05	NZ_MDGQ01000003.1	CFB group bacteria	Roseivirga misakiensis strain SK-8 scaffold3_cov71_read188, whole genome shotgun sequence	True	False
ENG0153_000000011290	2659	0.682961278930142	4	4	3	4	3	False	114925	fragment	False	ISR0128_000000012875	0.9762687112084703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	77.155	14.0	2.8182069459817413e-05	NZ_RBXX01000002.1	high GC Gram+	Saccharopolyspora antimicrobica strain DSM 45119 Ga0074777_12, whole genome shotgun sequence	True	False
USA0023_01_000000024389	1244	0.6829539415459127	2	2	2	2	1	False	21497	fragment	False	ISR0814_000000033503	0.9608386075949367		0	0	False	False	0.9919614195823669	0					non-mobilizable	other	661.0	88.2	94.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0021_000000012885	1832	0.6829539220742911	3	3	3	3	2	False	131420	fragment	False	CHI0008_000000005149	0.8098202844828466		0	0	False	False	0.9934498071670532	0					non-mobilizable	no_good_hit	326.0	82.209	18.0	0.004949587534372136	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0046_000000002141	10535	0.6829528391392301	13	5	4	4	2	True	51467	fragment	False	FIJ0046_000000002141	0.9414540138301832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ISR0336_000000010893	1415	0.6829474892108639	2	2	2	2	2	False	127439	fragment	False	ISR0336_000000010893	1.0		0	0	False	True	0.9978798627853394	0					non-mobilizable	no_good_hit	1228.0	99.837	89.0	0.0005157668279961765	CP031538.1	firmicutes	Lactococcus lactis subsp. cremoris strain 3107 chromosome L3107, complete sequence	True	True
ISR0303_000000010176	1401	0.6829474892108639	4	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8954389814129211	PS1007	0	0	False	True	0.9564597010612488	0					non-mobilizable	chromosome	1229.0	99.512	95.0	0.0005295632569347774	CP047630.1	firmicutes	Lactococcus raffinolactis strain Lr_18_12S chromosome, complete genome	False	True
ISR0187_000000020703	1388	0.6829474892108639	3	2	2	2	2	False	127446	fragment	False	ISR0187_000000020703	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1226.0	99.91799999999999	91.0	0.0004922250541347105	CP010050.1	firmicutes	Lactococcus lactis subsp. lactis strain S0, complete genome	False	True
USA0039_01_000000016139	1381	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8942048389764109	PS1007	0	0	False	True	0.9797248244285583	0					non-mobilizable	chromosome	1232.0	99.51299999999999	93.0	0.0005060491578865151	CP033166.1	firmicutes	Streptococcus dysgalactiae subsp. dysgalactiae strain STREP97-15 chromosome	False	True
ENG0060_000000023197	1368	0.6829474892108639	3	2	2	2	2	False	127461	fragment	False	ENG0060_000000023197	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1225.0	98.204	98.0	0.0006695706924969243	LR822009.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_19 genome assembly, chromosome: STHERMO	False	True
ETH0005_000000034297	1353	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.864961404946613	PS1007	0	0	False	True	0.9593495726585388	0					non-mobilizable	chromosome	1226.0	99.837	99.0	0.0005547459535245161	CP033606.1	firmicutes	Lactococcus lactis strain IL6288 chromosome, complete genome	False	True
ISR0371_000000016157	1315	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8645369748844177	PS1007	0	0	False	True	0.9939163327217102	0					non-mobilizable	other	1224.0	100.0	100.0	0.0004984551151969305	CP015901.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3, complete genome	False	True
ISR0050_000000022225	1311	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8643456716453827	PS1007	0	0	False	True	1.0	0					non-mobilizable	chromosome	1226.0	99.837	100.0	0.0005149261322700214	CP031538.1	firmicutes	Lactococcus lactis subsp. cremoris strain 3107 chromosome L3107, complete sequence	False	True
ISR0209_000000021416	1301	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8641298376583725	PS1007	0	0	False	True	1.0	0					non-mobilizable	plasmid	1224.0	89.29700000000001	100.0	0.03252508583748104	CP009055.1	firmicutes	Lactococcus lactis subsp. lactis NCDO 2118 plasmid pNCDO2118, complete sequence	False	True
AST0090_000000017410	1297	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8642000557403551	PS1007	0	0	False	True	1.0	0					non-mobilizable	chromosome	1224.0	99.428	99.0	0.0006733164471592602	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
ISR0028_000000015227	1278	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8629656823888744	PS1007	0	0	False	True	0.9906103014945984	0					non-mobilizable	other	1226.0	99.91799999999999	100.0	0.0004994666918914334	CP003132.1	firmicutes	Lactococcus lactis subsp. cremoris A76, complete genome	False	True
ISR0842_000000018398	1277	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8638835416695138	PS1007	0	0	False	True	1.0	0					non-mobilizable	other	1225.0	99.91799999999999	100.0	0.0004990589639796854	CP003132.1	firmicutes	Lactococcus lactis subsp. cremoris A76, complete genome	False	True
ISR0102_000000012511	1268	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8638596725845835	PS1007	0	0	False	True	0.9645110368728638	0					non-mobilizable	other	1230.0	99.837	99.0	0.0005127152548849791	CP015899.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM1, complete genome	False	True
ISR0291_000000012178	1255	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.6180733930983912	PS1007	0	0	False	True	1.0	0					non-mobilizable	other	1255.0	99.84100000000001	100.0	0.0005110897092861414	CP015901.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3, complete genome	False	True
ISR0223_000000026377	1226	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8622949014396255	PS1007	0	0	False	True	1.0	0					non-mobilizable	other	1226.0	100.0	100.0	0.0004992702502994603	CP015901.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3, complete genome	False	True
ISR0220_000000008196	1151	0.6829474892108639	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.4663884499574644	PS1007	0	0	False	True	0.9965247511863708	0					non-mobilizable	other	1151.0	100.0	100.0	0.00046870268395459537	CP015901.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3, complete genome	False	True
ENG0049_000000008629	2246	0.6829472978723276	4	4	4	4	1	False	117372	maximal	True	ENG0049_000000008629	1.0	PS787	6	2	True	True	0.9991095066070557	28					non-mobilizable	chromosome	1184.0	98.649	100.0	0.000486776722683054	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
SPA0029_000000011572	2280	0.6829391205308133	4	4	3	3	2	False	113756	fragment	False	ISR0059_000000003816	0.1717474691409995		0	0	False	False	1.0	0					non-mobilizable	chromosome	2285.0	95.098	100.0	0.0006372883367278196	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0120_000000007025	3231	0.6829390329043431	3	3	3	2	2	False	42508	fragment	False	FIJ0120_000000007025	1.0		0	0	False	False	0.9996904730796814	0					non-mobilizable	other	2085.0	96.73899999999999	98.0	0.04740127592435918	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0058_000000014977	2224	0.6829333066234414	3	2	2	2	2	False	72794	fragment	False	ENG0058_000000014977	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1230.0	99.431	55.0	0.0004352255789403231	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0328_000000015156	1900	0.68293133890277	3	3	3	3	3	False	62142	maximal	True	ISR0328_000000015156	1.0		85	13	False	False	1.0	0					non-mobilizable	chromosome	1901.0	95.318	100.0	0.0007782050141974264	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
CHI0117_000000009116	1596	0.6829281532777083	2	2	2	2	2	False	119877	fragment	False	MON0030_000000022630	0.9862528032857407		0	0	False	False	0.9987468719482422	0					non-mobilizable	other	1596.0	99.749	100.0	0.004179386062599081	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
AST0104_000000019762	1743	0.6829177975978469	3	3	3	3	3	False	107826	maximal	True	AST0104_000000019762	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	84.444	64.0	0.03554554967181406	NZ_SLXA01000020.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_120, whole genome shotgun sequence	True	False
ENG0124_000000004992	5929	0.6829149661655931	8	7	5	6	2	True	58950	maximal	True	ENG0124_000000004992	1.0		1	1	False	False	0.9998313188552856	0					non-mobilizable	no_good_hit								True	True
ISR0077_000000015352	2192	0.6829139450535094	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.08774992279608487		0	0	False	False	1.0	0					non-mobilizable	chromosome	2214.0	84.959	100.0	0.0007405071194710625	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0100_000000003859	3095	0.6829095121302619	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.4309561037958161		0	0	False	False	1.0	0					non-mobilizable	other	3095.0	99.677	100.0	0.032886205650390084	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
MON0069_000000011854	3815	0.682906639830094	6	4	4	3	2	True	79366	maximal	True	MON0069_000000011854	0.975107296137339		7	3	False	False	0.9992136359214783	0					non-mobilizable	other	1646.0	99.21	97.0	0.0005336616338236173	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
DEN0073_000000014050	3495	0.682906639830094	5	4	4	3	2	True	79366	maximal	False	MON0069_000000011854	0.9351245085190039		0	0	False	False	1.0	0					non-mobilizable	other	1623.0	99.569	100.0	0.0005271614921205282	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0016_000000011860	1832	0.6829044977286379	3	3	3	3	2	False	120659	fragment	False	MON0104_000000022401	0.6853678872021907		0	0	False	False	0.9983624219894409	0					non-mobilizable	other	1832.0	97.762	100.0	0.003039937574192906	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0168_000000013600	2218	0.6829005472389522	5	3	2	2	3	False	72834	fragment	False	ENG0168_000000013600	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2219.0	99.324	100.0	0.00606773862470065	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0312_000000011656	1565	0.6828989061928191	2	1	1	1	1	False	108131	fragment	False	ISR0336_000000009320	0.9799236840763723		0	0	False	False	0.9993610382080078	0					non-mobilizable	other	1565.0	100.0	100.0	0.00817038704857828	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
FIJ0129_000000009893	2141	0.6828883129690931	3	2	1	2	1	False	40949	maximal	True	FIJ0129_000000009893	1.0		91	13	False	False	0.9990658760070801	0					non-mobilizable	no_good_hit	1207.0	80.365	56.0	0.0005864751469500593	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0130_01_000000006013	6589	0.6828857255873013	5	4	4	4	4	True	100364	fragment	False	USA0130_01_000000006013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	77.649	9.0	0.015395705679419185	NZ_JAAITI010000034.1	firmicutes	Blautia luti strain MSK.16.34 NODE_34_length_38842_cov_212.968, whole genome shotgun sequence	True	True
ENG0114_000000002171	10479	0.6828631772791961	10	10	9	7	8	True	112066	fragment	False	ENG0114_000000002171	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3864.0	100.0	94.0	0.0012396898432721394	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0052_000000019492	1484	0.6828610019149043	2	2	2	2	2	False	119635	fragment	False	MON0052_000000019492	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	99.124	100.0	0.004773938096541068	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0140_000000001862	12816	0.6828454833770388	12	10	7	6	9	False	129215	fragment	False	AST0140_000000001862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5401.0	96.501	62.0	0.0013237154945814457	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0008_000000005149	1880	0.6828434500963604	3	3	3	3	3	False	131420	fragment	False	CHI0008_000000005149	0.9051135196878727		0	0	False	False	0.9989361763000488	0					non-mobilizable	no_good_hit	222.0	81.98200000000001	12.0	0.08968058968058969	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	True	False
ISR0379_000000013636	1824	0.6828434500963604	3	3	3	3	3	False	131420	fragment	False	CHI0008_000000005149	0.8114241186537834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	81.931	17.0	0.004873205010693553	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0050_000000008518	3053	0.6828417584280587	5	4	2	3	4	True	131064	fragment	False	USA0072_01_000000007207	0.6779018620082632		0	0	False	False	0.9996724724769592	0					non-mobilizable	other	3056.0	98.069	100.0	0.0009228071236355939	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0321_000000008977	1327	0.6828408483674238	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2819178341935016		0	0	False	False	0.9932177662849426	0					non-mobilizable	other	1270.0	93.307	96.0	0.017640004462293617	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0213_000000011013	2331	0.6828376389470684	3	3	2	3	1	True	128832	fragment	False	ISR0213_000000011013	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	80.013	96.0	0.09426598619033323	NZ_JAAIPW010000029.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_29_length_16655_cov_366.729, whole genome shotgun sequence	False	True
ENG0177_000000014376	1870	0.682833661821405	3	3	3	2	2	False	68315	fragment	False	ENG0177_000000014376	1.0		0	0	False	False	0.9989304542541504	0					non-mobilizable	other	1904.0	82.09	100.0	0.22431466030989272	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
MAD0045_000000023180	1791	0.6828332757283723	2	2	2	2	2	False	25606	maximal	True	MAD0045_000000023180	1.0		43	11	False	False	1.0	0					non-mobilizable	other	1336.0	98.204	91.0	0.0022164482040128502	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0001_000000026664	1643	0.6828292988212014	2	2	2	2	2	False	76832	maximal	True	DEN0001_000000026664	1.0		2	2	False	False	0.9811320900917053	0					non-mobilizable	no_good_hit	193.0	73.575	12.0	0.0016040794272592193	NZ_JABEMG010000002.1	high GC Gram+	Promicromonospora citrea strain ATCC 15908 ATCC15908_2, whole genome shotgun sequence	True	False
FIJ0058_000000019906	2021	0.6828289171098979	3	1	1	1	1	False	46013	maximal	True	FIJ0058_000000019906	1.0		1	1	False	False	0.9995052218437195	0					non-mobilizable	no_good_hit	298.0	74.832	15.0	0.00021422184463286542	NZ_HE578907.1	firmicutes	Anaerococcus senegalensis JC48 strain type strain: JC17, whole genome shotgun sequence	True	False
ENG0116_000000015476	1547	0.6828214609535874	2	1	1	1	1	False	59441	maximal	True	ENG0116_000000015476	1.0		34	9	False	False	1.0	0					non-mobilizable	other	1227.0	91.443	99.0	0.00435691566230497	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
DEN0073_000000015534	3200	0.6828176565281602	4	4	4	4	3	False	99891	fragment	False	SPA0150_000000006091	0.9835969436361375		0	0	False	False	0.9846875071525574	0					non-mobilizable	other	3143.0	99.905	98.0	0.00995690201546457	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0012_01_000000003222	1380	0.6828162360141024	2	2	1	2	1	True	1985	maximal	True	USA0012_01_000000003222	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0112_000000008035	3423	0.6828130358101823	3	2	2	2	1	True	115711	fragment	False	ENG0112_000000008035	1.0		0	0	False	False	0.9994156956672668	0					non-mobilizable	other	1959.0	93.31299999999999	96.0	0.12961361973797966	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
AST0053_000000003501	2754	0.6828130358101823	3	3	2	3	1	True	114124	fragment	False	ISR0094_000000007029	0.7659085790276243		0	0	False	False	1.0	0					non-mobilizable	other	2580.0	94.302	94.0	0.17077874576045754	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
ISR0080_000000007302	3993	0.6828036301248627	6	3	3	3	3	False	34316	maximal	True	ISR0080_000000007302	1.0		2	2	False	False	0.9979965090751648	0					non-mobilizable	no_good_hit								True	False
ENG0147_000000010374	1464	0.682803146157925	3	3	2	3	1	False	57345	maximal	True	ENG0147_000000010374	1.0		2	2	False	False	0.9685792326927185	0					non-mobilizable	no_good_hit	1142.0	98.336	78.0	0.011498770508324263	NZ_CYZO01000010.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0020_000000005790	3174	0.6827912450376015	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.7169661100610761		0	0	False	False	1.0	0					non-mobilizable	other	3174.0	99.96799999999999	100.0	0.0013355546276778438	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
ENG0090_000000019456	1295	0.6827886918982933	2	2	2	2	2	False	61222	maximal	True	ENG0090_000000019456	1.0		72	10	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	74.933	28.0	0.0006227881986797579	NZ_FTNI01000001.1	high GC Gram+	Microbispora rosea strain ATCC 12950, whole genome shotgun sequence	True	False
TAN0006_000000012124	1250	0.6827860792317804	2	1	1	1	1	False	2862	fragment	False	TAN0006_000000012124	1.0		0	0	False	False	0.9775999784469604	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000009238	3412	0.6827838569066981	3	3	3	3	3	True	131049	maximal	True	ENG0097_000000009238	1.0		161	10	False	False	1.0	0					non-mobilizable	no_good_hit	1645.0	97.264	50.0	0.00037150565222545914	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0062_000000008396	3927	0.6827834991713079	5	5	5	4	5	False	35362	maximal	True	ISR0062_000000008396	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1902.0	70.557	47.0	0.006210906378722899	NZ_QSBM01000005.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf5, whole genome shotgun sequence	True	False
ISR0779_000000007750	4199	0.6827823456140374	7	5	1	3	5	True	85125	fragment	False	ISR0779_000000007750	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4197.0	94.973	99.0	0.0054610976793273746	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0070_000000013498	1563	0.6827798409142088	3	3	3	3	3	False	65574	fragment	False	SPA0151_000000011346	0.9724997471811843		0	0	False	False	0.9923224449157715	0					non-mobilizable	other	1563.0	98.273	100.0	0.02472771023302938	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
ENG0058_000000008713	3581	0.6827666673516873	4	2	2	1	2	False	63469	fragment	False	ENG0058_000000008713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	95.41799999999999	23.0	0.0001674264206131789	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
DEN0089_000000002837	6372	0.6827581981804827	6	6	6	6	5	False	70456	maximal	True	DEN0089_000000002837	1.0		133	9	False	False	0.9996861219406128	0					non-mobilizable	no_good_hit	1476.0	70.461	23.0	0.00036483236780723204	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0174_000000002523	6028	0.6827502485682165	3	3	3	3	2	False	55669	maximal	True	ENG0174_000000002523	1.0		1	1	False	False	0.9912077188491821	0					non-mobilizable	no_good_hit	2049.0	73.01100000000001	33.0	0.0005009159642018075	CP027777.1	firmicutes	Clostridium botulinum strain Mfbjulcb8 chromosome, complete genome	True	False
ISR0853_000000003689	4148	0.682745888197047	7	4	2	4	2	True	46799	fragment	False	ISR0009_000000007679	0.639391685263245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0109_000000004755	3621	0.6827450029682879	4	3	2	3	3	False	82815	fragment	False	CHI0109_000000004755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1171.0	94.62	59.0	0.0003357334725408315	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
SPA0019_000000000678	21057	0.6827444661132163	18	15	11	10	12	True	91125	maximal	True	SPA0019_000000000678	1.0		46	7	False	False	1.0	0					non-mobilizable	other	12679.0	99.874	99.0	0.002387406515371354	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0067_000000002547	3971	0.6827429293814417	4	4	4	4	4	False	105543	fragment	False	DEN0022_000000008859	0.9422513594250916		0	0	False	False	1.0	0					non-mobilizable	other	3973.0	98.89299999999999	100.0	0.001984339108166465	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0835_000000009814	1524	0.6827367066958461	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.6690593974988047		0	0	False	False	0.9960629940032959	0					non-mobilizable	no_good_hit	53.0	98.113	3.0	1.5400676741276036e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
FIJ0058_000000009657	4019	0.6827339341510469	4	4	4	3	3	False	122450	maximal	True	FIJ0058_000000009657	1.0	PS871	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	2321.0	92.589	58.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MAD0036_000000021755	1443	0.6827317046753126	2	2	2	2	1	False	18717	fragment	False	MAD0036_000000021755	1.0		0	0	False	False	0.987525999546051	0					non-mobilizable	no_good_hit	83.0	85.542	6.0	1.9165248039035776e-05	NZ_CP012621.1	g-proteobacteria	Zobellella denitrificans strain F13-1 chromosome, complete genome	True	False
ENG0090_000000011925	1966	0.6827315686826297	3	3	3	3	2	False	61241	fragment	False	MAD0105_000000017180	0.9393939393939394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1373.0	90.823	70.0	0.0003802637567065833	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
USA0078_01_000000011569	1487	0.6827214132196854	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.9620635832644788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	74.61399999999999	30.0	0.0018809121158574387	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
AST0153_000000009339	3305	0.6827170320495175	3	2	2	1	2	False	108490	maximal	True	AST0153_000000009339	0.969551282051282		70	8	False	False	0.993645966053009	0					non-mobilizable	other	2062.0	94.374	97.0	0.006208045070286314	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0270_000000004233	1844	0.6827170320495175	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.4611209441664561		0	0	False	False	0.9989153742790222	0					non-mobilizable	other	1844.0	93.98	100.0	0.013077228734425113	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0778_000000007822	1749	0.6827080269933679	6	5	4	3	3	True	22368	maximal	True	ISR0778_000000007822	1.0		2	2	False	False	0.9834191203117371	0					non-mobilizable	no_good_hit	340.0	76.471	19.0	9.032158118134477e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
AST0007_000000010868	1660	0.6827043238475486	2	2	2	2	1	False	126920	maximal	True	AST0007_000000010868	1.0		2	2	False	False	0.966265082359314	0					non-mobilizable	no_good_hit	1291.0	99.845	78.0	0.0005575359848419364	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	False
AST0085_000000005176	2352	0.6826943002644121	4	3	2	3	1	False	120405	fragment	False	ISR0079_000000012054	0.7428448306981446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	98.024	37.0	0.0006897023605884365	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0091_01_000000001568	7155	0.6826926755594452	6	2	2	2	1	False	68472	fragment	False	USA0091_01_000000001568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	93.294	40.0	0.0547373588610702	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AUS0010_000000008245	2845	0.6826876788770121	5	3	3	3	3	False	117648	fragment	False	AUS0010_000000008245	1.0		0	0	False	False	0.9887521862983704	0					non-mobilizable	no_good_hit	753.0	77.42399999999999	26.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
USA0003_01_000000028199	1327	0.6826790273576752	4	3	3	2	1	False	2223	maximal	True	USA0003_01_000000028199	1.0		12	5	False	False	1.0	0					non-mobilizable	chromosome	900.0	95.111	92.0	0.00031652638231517347	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0113_000000007171	1166	0.6826782084592845	2	1	1	1	1	False	82324	maximal	True	CHI0113_000000007171	1.0		42	7	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	81.363	43.0	0.03398058252427184	NZ_JH604968.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld499, whole genome shotgun sequence	True	False
CHI0178_000000008403	1242	0.6826748979501223	1	1	1	1	1	False	77604	fragment	False	MON0079_000000014659	0.3827505827505827		0	0	False	False	0.9927536249160767	0					non-mobilizable	other	1242.0	99.436	100.0	0.013278123729430142	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0311_000000010589	2018	0.6826717036073244	3	3	3	2	2	False	121333	fragment	False	ISR0311_000000010589	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1086.0	99.26299999999999	100.0	0.0003419893948615857	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0052_000000001905	9267	0.6826689350109929	17	6	5	6	4	False	132516	fragment	False	ISR0397_000000002120	0.8108119019078721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.061	82.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0062_000000002886	9074	0.6826689350109929	16	6	5	6	4	False	132516	fragment	False	ISR0397_000000002120	0.8082819110001307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6484.0	94.031	82.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0229_000000001450	9014	0.6826689350109929	16	6	5	6	4	False	132516	fragment	False	ISR0397_000000002120	0.8041456260692909		0	0	False	False	0.9986687302589417	0					non-mobilizable	no_good_hit	6483.0	94.031	82.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
AST0061_000000019081	2203	0.6826555317043835	3	2	2	2	2	False	112018	maximal	True	AST0061_000000019081	1.0		1	1	False	False	0.99591463804245	0					non-mobilizable	no_good_hit	1660.0	99.94	75.0	0.0003548282847121624	CP053245.1	enterobacteria	Escherichia coli strain SCU-485 chromosome, complete genome	True	False
ISR0049_000000006944	4081	0.6826484148273032	4	2	1	2	1	True	62036	fragment	False	ISR0049_000000006944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	85.134	21.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0001_000000009052	2852	0.6826451870849907	4	4	3	3	2	False	68073	maximal	True	ENG0001_000000009052	1.0		3	2	False	False	0.9996493458747864	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.136474234821207e-06	CP041354.1	g-proteobacteria	Pseudomonas aeruginosa strain AZPAE15042 chromosome, complete genome	True	False
FIJ0026_000000016613	1954	0.6826447428135801	2	2	1	1	1	True	106055	fragment	False	FIJ0026_000000016613	0.9854560259066447		0	0	False	False	0.9861822128295898	0					non-mobilizable	chromosome	1954.0	99.949	100.0	0.00043464249819956077	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
DEN0085_000000024523	1137	0.6826428171269242	1	1	1	1	1	False	68913	maximal	True	DEN0085_000000024523	1.0		25	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0057_000000009151	2383	0.6826364066671169	2	2	1	1	2	False	118732	maximal	True	ISR0057_000000009151	1.0		48	7	False	False	1.0	0					non-mobilizable	chromosome	2384.0	98.78399999999999	100.0	0.0011165380757295934	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
ENG0081_000000012699	2066	0.6826351697963619	3	3	3	3	1	True	61665	fragment	False	ENG0081_000000012699	1.0		0	0	False	False	0.9937076568603516	0					non-mobilizable	chromosome	2066.0	98.11200000000001	100.0	0.0009215142107308879	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
SPA0098_000000013071	2725	0.6826310678669658	5	4	2	3	3	True	119998	fragment	False	MON0078_000000014760	0.7745346117922295		0	0	False	True	0.9996330142021179	0					non-mobilizable	other	2724.0	94.053	99.0	0.0008461873969097983	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0126_000000003447	9393	0.6826252070580604	7	6	4	5	3	False	54098	fragment	False	SPA0126_000000003447	0.9951066919594034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1532.0	71.54	16.0	0.0016800835356275883	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0167_000000011678	2543	0.6826193142207102	4	3	3	3	2	False	30183	maximal	True	ISR0167_000000011678	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	2040.0	97.54899999999999	80.0	0.0003548559674014262	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0069_000000004419	5418	0.6826137282577704	5	5	4	4	4	False	100731	fragment	False	ISR0069_000000004419	1.0		0	0	False	False	0.9998154044151306	0					non-mobilizable	no_good_hit	2993.0	85.46600000000001	60.0	0.00047553168259785656	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
ENG0177_000000011057	2438	0.6826105691112597	3	3	3	3	3	False	60088	fragment	False	ISR0052_000000013739	0.9487229862475441		0	0	False	False	1.0	0					non-mobilizable	other	2320.0	97.88799999999999	95.0	0.016613175917700663	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0088_000000018553	1344	0.6826088883241149	2	1	1	1	1	False	38074	fragment	False	SPA0151_000000012624	0.5682956567889931		0	0	False	False	0.9903273582458496	0					non-mobilizable	no_good_hit	1209.0	78.825	89.0	0.004598301161857898	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
AST0031_000000003045	8896	0.6826068515270481	12	2	1	2	1	False	117614	fragment	False	AST0031_000000003045	1.0		0	0	False	False	0.9998875856399536	0					non-mobilizable	no_good_hit	1035.0	85.79700000000001	40.0	0.07719643127173749	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	False
ENG0106_000000002572	7338	0.6826068515270481	9	2	1	2	1	False	60523	fragment	False	ENG0101_000000003393	0.9571900406504065		0	0	False	False	0.9986372590065002	0					non-mobilizable	no_good_hit	673.0	85.43799999999999	23.0	0.049750491456222595	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	False
ENG0016_000000004321	5198	0.6826063653837349	12	3	2	3	1	False	66826	fragment	False	ENG0016_000000004321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000006324	3251	0.6826061989894361	3	3	3	2	2	False	92702	fragment	False	ISR0389_000000006324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	77.778	9.0	0.008080571495491275	NZ_OAOD01000026.1	firmicutes	Clostridium peptidivorans isolate src2, whole genome shotgun sequence	True	False
AST0005_000000001933	12909	0.6826009762486338	15	9	8	7	4	False	128778	maximal	True	AST0005_000000001933	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	85.271	1.0	5.8297072554204616e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
AST0153_000000017185	1921	0.6825851150448736	3	3	3	3	3	False	103381	fragment	False	AST0153_000000017185	1.0		0	0	False	False	0.9989588856697083	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000018281	1675	0.6825834587429612	2	2	2	2	1	True	73955	fragment	False	DEN0028_000000018281	1.0		0	0	False	False	0.9994029998779297	0					non-mobilizable	other	1219.0	92.863	99.0	0.0004104813163487687	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
ENG0014_000000004891	5322	0.6825829330728964	7	5	3	5	4	False	110834	maximal	True	ENG0014_000000004891	1.0		1	1	False	False	0.9900413155555725	0					non-mobilizable	chromosome	3367.0	94.654	97.0	0.0005172758120168618	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0015_000000009669	1817	0.6825793961715505	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.28177473806673803	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1750.0	74.571	95.0	0.21084704448507008	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0059_000000015080	1189	0.6825741583848802	3	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.054736167101270786		0	0	False	False	0.9991589784622192	0					non-mobilizable	chromosome	1170.0	98.205	98.0	0.0005012604406032105	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
USA0086_01_000000006969	2558	0.6825741553094173	3	3	3	3	1	False	74527	maximal	True	USA0086_01_000000006969	1.0		280	12	False	False	1.0	0					non-mobilizable	no_good_hit	1363.0	77.183	53.0	0.0013958734686048354	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0007_000000001676	9849	0.6825724621575295	12	7	6	7	3	True	87279	fragment	False	ISR0772_000000000352	0.9501342060168492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	100.0	2.0	0.15862068965517243	NZ_QYYA01000031.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_30, whole genome shotgun sequence	True	True
ISR0046_000000007848	3628	0.6825711449479137	7	1	1	1	1	False	36196	maximal	True	ISR0046_000000007848	1.0		4	1	False	False	0.9994487166404724	0					non-mobilizable	no_good_hit	95.0	83.15799999999999	3.0	2.15231029903375e-05	CP015698.1	b-proteobacteria	Curvibacter sp. AEP1-3 genome	True	False
CHI0069_000000003604	2721	0.6825532726979817	4	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.9816027264861586		0	0	False	False	0.9988974928855896	0					non-mobilizable	other	2747.0	97.23299999999999	100.0	0.015685714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0035_01_000000009725	2591	0.6825532726979817	4	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.9532343861224168		0	0	False	False	1.0	0					non-mobilizable	other	2594.0	98.61200000000001	100.0	0.014805714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0258_000000009272	2486	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.6964417449586705		0	0	False	False	0.9995977282524109	0					non-mobilizable	other	1977.0	86.39399999999999	90.0	0.011234285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0044_000000009030	2430	0.6825532726979817	3	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.6306576438241891		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	97.396	100.0	0.014034285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0014_000000007072	2411	0.6825532726979817	3	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.6289091601786583		0	0	False	False	1.0	0					non-mobilizable	other	2439.0	96.96600000000001	100.0	0.013925714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AUS0024_000000013676	2394	0.6825532726979817	4	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.680463774243173		0	0	False	False	0.9995822906494141	0					non-mobilizable	other	2394.0	99.541	100.0	0.013674285714285713	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0208_000000011451	2374	0.6825532726979817	4	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.8800692615497867		0	0	False	False	1.0	0					non-mobilizable	other	2066.0	86.834	99.0	0.011742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0033_000000010238	2349	0.6825532726979817	3	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.6337376407283315		0	0	False	False	1.0	0					non-mobilizable	other	2278.0	99.73700000000001	97.0	0.013011428571428571	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0145_000000014690	2336	0.6825532726979817	3	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.6808744429166665		0	0	False	False	1.0	0					non-mobilizable	other	2336.0	100.0	100.0	0.013342857142857142	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0395_000000016868	2291	0.6825532726979817	3	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.578584108051333		0	0	False	False	0.9995635151863098	0					non-mobilizable	other	2212.0	100.0	97.0	0.012634285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0056_01_000000008465	2252	0.6825532726979817	3	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.5180766327436279		0	0	False	False	1.0	0					non-mobilizable	other	2137.0	97.52	99.0	0.0122	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0228_000000012003	2216	0.6825532726979817	3	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.5270778832622989		0	0	False	False	0.9959385991096497	0					non-mobilizable	other	2218.0	98.91799999999999	100.0	0.012662857142857142	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0040_000000011513	2135	0.6825532726979817	3	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.3862999236595289		0	0	False	False	0.9920374751091003	0					non-mobilizable	other	2064.0	99.176	100.0	0.011788571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0092_000000026058	2123	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.43570317054493857		0	0	False	False	0.993876576423645	0					non-mobilizable	other	2065.0	86.87700000000001	97.0	0.011737142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0021_000000023053	2098	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.4380871640893042		0	0	False	False	0.9990466833114624	0					non-mobilizable	other	2105.0	86.508	99.0	0.01196	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0158_000000009250	2053	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.4156830801344554		0	0	False	False	0.9975645542144775	0					non-mobilizable	other	1997.0	87.281	97.0	0.011348571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0035_000000009691	1961	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.33995800279772376		0	0	False	False	1.0	0					non-mobilizable	other	1962.0	88.073	99.0	0.011102857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0133_000000010897	1954	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.3731650879255693		0	0	False	False	1.0	0					non-mobilizable	other	1966.0	88.25	100.0	0.011188571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0192_000000009433	1946	0.6825532726979817	3	3	2	2	1	False	124443	fragment	False	CHI0069_000000003604	0.28831301665319353		0	0	False	False	0.9922918677330017	0					non-mobilizable	other	1946.0	100.0	100.0	0.011114285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0787_000000007947	1815	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.24496094508839497		0	0	False	False	0.9939393997192383	0					non-mobilizable	other	1824.0	86.95200000000001	99.0	0.010308571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0120_01_000000007300	1789	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.17320493033368073		0	0	False	False	0.9988820552825928	0					non-mobilizable	other	1802.0	88.18	100.0	0.010188571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0273_000000007443	1710	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.1506740655579707		0	0	False	False	1.0	0					non-mobilizable	other	1712.0	89.25200000000001	99.0	0.00968	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0271_000000010735	1698	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.13177872325507178		0	0	False	False	0.9888103604316711	0					non-mobilizable	other	1706.0	88.101	100.0	0.00964	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0022_000000015613	1651	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.15089855271379887		0	0	False	False	0.9921259880065918	0					non-mobilizable	other	1656.0	88.829	100.0	0.00936	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0107_000000015702	1635	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.11262305828337887		0	0	False	False	0.9975535273551941	0					non-mobilizable	other	1635.0	99.266	100.0	0.009337142857142856	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0041_000000015068	1612	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.14993660091465702		0	0	False	False	1.0	0					non-mobilizable	other	1623.0	88.663	100.0	0.009171428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0116_000000017285	1562	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.11270214902363612		0	0	False	False	0.9993597865104675	0					non-mobilizable	other	1573.0	88.43	100.0	0.008885714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0373_000000010896	1528	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.16177949383850382		0	0	False	False	0.9986910820007324	0					non-mobilizable	other	1529.0	95.553	99.0	0.008731428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0165_000000010914	1460	0.6825532726979817	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.05605748608174173		0	0	False	False	0.9698629975318909	0					non-mobilizable	other	1460.0	99.726	100.0	0.008337142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0105_000000006225	3347	0.6825532278981007	6	6	3	3	5	True	82417	fragment	False	ENG0201_000000002521	0.9609991235758106		0	0	False	False	1.0	0					non-mobilizable	plasmid	3352.0	99.73200000000001	100.0	0.015300880793764583	MH909349.1	enterobacteria	Klebsiella pneumoniae strain A1705 plasmid pA1705-NDM, complete sequence	False	True
ISR0842_000000016017	1453	0.6825524300739465	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.35760248827626295		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	95.87100000000001	100.0	0.0006902986851000218	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0093_000000032023	1442	0.6825524300739465	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.3543678174644607		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	95.22200000000001	100.0	0.0006850619364544355	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0081_000000001024	19546	0.6825512068167383	28	8	1	8	3	False	44294	maximal	True	FIJ0081_000000001024	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000001102	20410	0.6825438661408897	34	9	4	8	4	False	71598	maximal	True	DEN0063_000000001102	1.0		1	1	False	False	0.999608039855957	0					non-mobilizable	no_good_hit	93.0	83.87100000000001	0.0	0.0003341129301703976	NZ_MZGX01000001.1	firmicutes	Ruminiclostridium hungatei strain DSM 14427 CLHUN_contig000001, whole genome shotgun sequence	True	False
ENG0179_000000009995	3329	0.6825437917821986	4	3	3	3	2	False	55407	fragment	False	ENG0179_000000009995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0022_000000004300	2693	0.6825352693319255	3	2	2	2	2	False	19293	maximal	True	MAD0022_000000004300	1.0		5	1	False	False	0.998885989189148	0					non-mobilizable	no_good_hit	1776.0	82.714	70.0	0.002316223532621241	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
MAD0071_000000002699	2268	0.6825352693319255	3	2	2	2	2	False	16336	fragment	False	MAD0071_000000002699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1776.0	82.714	80.0	0.002316223532621241	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
MON0030_000000026752	1355	0.682532993416599	2	2	2	2	1	True	86546	maximal	True	MON0030_000000026752	1.0		0	0	False	False	0.9608855843544006	0					non-mobilizable	no_good_hit	660.0	74.39399999999999	53.0	0.00021036656857065567	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	True
ISR0089_000000011966	2331	0.6825201307514353	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8711059796921936	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2310.0	96.494	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
CAN0006_000000016205	2784	0.682520124379565	2	2	2	2	1	False	95685	maximal	True	CAN0006_000000016205	1.0		199	12	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	75.44	70.0	0.004651104999834333	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	False
SPA0014_000000014825	1608	0.6825184717674122	2	2	2	2	2	False	7937	maximal	True	SPA0014_000000014825	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	88.40299999999999	61.0	0.00020296669654787478	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0107_000000041716	1467	0.6825091010344527	3	1	1	1	1	False	37962	fragment	False	MON0107_000000041716	0.9574022346368716		0	0	False	False	0.9734151363372803	0					non-mobilizable	no_good_hit	864.0	78.819	59.0	0.009335941745462449	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0076_000000030600	1571	0.6825085026878992	2	2	2	2	2	False	18909	maximal	True	MON0076_000000030600	1.0		22	6	False	False	0.9637174010276794	0					non-mobilizable	no_good_hit								True	False
AST0039_000000014065	1111	0.6825056412278547	2	1	1	1	1	False	116433	maximal	True	AST0039_000000014065	1.0		3	3	False	False	1.0	0					non-mobilizable	other	991.0	98.285	93.0	0.006319619546136414	NZ_JAAISM010000003.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_3_length_156655_cov_136.823, whole genome shotgun sequence	False	False
FIJ0136_000000001565	14878	0.6825009354384981	23	7	1	7	2	False	40558	maximal	True	FIJ0136_000000001565	1.0		1	1	False	False	0.9975131154060364	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	1.7400600186855676e-05	NZ_CP014699.1	firmicutes	Streptococcus pantholopis strain TA 26 chromosome, complete genome	True	False
SPA0069_000000013735	1642	0.6824988483010058	2	2	2	2	1	False	109845	fragment	False	SPA0014_000000012351	0.47937209238725825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	0.0014024236757884138	NZ_CP015806.1	spirochetes	Borrelia mayonii strain MN14-1539 plasmid lp28-3	True	False
FIJ0016_000000015121	1278	0.6824988483010058	2	2	2	2	1	False	50198	fragment	False	FIJ0016_000000015121	1.0		0	0	False	False	0.9882628917694092	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0002044703679390463	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
AST0092_000000002823	6149	0.6824976702338033	4	3	3	2	3	True	109724	maximal	True	AST0092_000000002823	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2909.0	91.92200000000001	47.0	0.001048530270353998	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	True
MAD0066_000000008995	2727	0.6824919801860287	4	4	4	3	3	False	16593	fragment	False	MAD0066_000000008995	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2773.0	72.376	98.0	0.0008607461581330015	CP017831.1	firmicutes	Butyrivibrio hungatei strain MB2003 chromosome I, complete sequence	False	False
MON0023_000000003307	4480	0.6824916794587582	7	6	4	3	4	False	124997	fragment	False	MON0023_000000003307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	90.389	35.0	0.192326372025255	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0130_000000000024	137816	0.6824847967966103	170	49	22	37	24	True	99774	maximal	False	ENG0160_000000000025	0.9527699730267335		0	0	True	True	1.0	36					non-mobilizable	no_good_hit	1714.0	85.939	2.0	0.029351582784531528	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
MAD0107_000000001237	19729	0.6824842428206009	31	7	3	7	2	False	14715	maximal	True	MAD0107_000000001237	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0036_000000003720	6126	0.6824707571073221	6	5	5	5	4	False	52141	maximal	True	MAD0036_000000003720	1.0		84	6	False	False	0.9990205764770508	0					non-mobilizable	no_good_hit	3154.0	94.515	51.0	0.14054970551490273	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0041_000000006117	4549	0.6824691345954366	5	2	1	1	2	True	58649	fragment	False	MAD0041_000000006117	1.0		0	0	False	False	0.9993405342102051	0					non-mobilizable	no_good_hit								True	True
USA0027_01_000000017234	1571	0.6824657383489873	3	3	3	3	2	False	1577	maximal	True	USA0027_01_000000017234	1.0		27	7	False	False	0.9961807727813721	0					non-mobilizable	no_good_hit	215.0	76.744	14.0	4.761865889530154e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0850_000000006651	2240	0.6824636573190865	4	3	3	3	2	False	120033	maximal	True	ISR0850_000000006651	1.0		0	0	False	False	0.9982143044471741	0					non-mobilizable	no_good_hit	1726.0	98.494	77.0	0.0021789936413348643	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
FIJ0046_000000022502	1493	0.6824569569558075	2	2	2	2	1	False	70318	maximal	True	FIJ0046_000000022502	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	75.229	86.0	0.00038929753923610367	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0396_000000008903	2560	0.6824526705332127	4	4	3	4	4	True	102933	maximal	True	ISR0396_000000008903	1.0		1	1	False	False	0.9937499761581421	0					non-mobilizable	no_good_hit	1466.0	79.604	57.0	0.0013915766544353395	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	True
MON0046_000000029028	1216	0.6824519222338545	1	1	1	1	0	True	11495	fragment	False	MON0046_000000029028	1.0		0	0	False	False	0.9991776347160339	0					non-mobilizable	no_good_hit								True	True
MON0027_000000016691	2418	0.6824487148968057	2	2	2	2	2	False	12659	maximal	True	MON0027_000000016691	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	79.441	54.0	0.00044026514194006806	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0169_000000006572	4168	0.6824461379959585	3	3	3	3	3	False	122467	fragment	False	ISR0169_000000006572	0.9697043518361835		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2310.0	93.42	55.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MON0012_000000012841	3409	0.6824448028048927	3	3	3	3	3	False	13608	maximal	True	MON0012_000000012841	1.0		35	5	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	74.725	18.0	0.004148938981527972	NZ_SLUM01000006.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_106, whole genome shotgun sequence	True	False
ISR0850_000000001692	7825	0.6824412284349776	10	9	4	8	7	False	119723	fragment	False	DEN0094_000000003259	0.9463302220919546		0	0	False	False	1.0	0					non-mobilizable	chromosome	7825.0	97.94200000000001	100.0	0.001203797130642453	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0089_000000015803	1304	0.6824405215715571	2	2	2	2	2	False	75577	maximal	True	ENG0089_000000015803	0.9968279143536876		58	10	False	False	1.0	0					non-mobilizable	other	1304.0	99.463	100.0	0.0004324970948343649	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
ISR0257_000000001458	8627	0.6824350010210509	7	6	6	6	5	False	26826	maximal	True	ISR0257_000000001458	1.0		1	1	False	False	0.9998840689659119	0					non-mobilizable	no_good_hit	6119.0	87.939	71.0	0.33309693961049586	NZ_QRYH01000036.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf36, whole genome shotgun sequence	True	False
MON0057_000000015649	1683	0.6824344163567527	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8253117514112008	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1442.0	98.89	94.0	0.0006247970276831477	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MON0005_000000035490	1535	0.6824321896082449	1	1	1	1	1	False	14111	maximal	False	MON0060_000000025634	0.9719827586206897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	80.882	75.0	0.01511508072827207	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
ISR0400_000000003369	4995	0.6824321124358496	9	4	2	4	2	True	22563	maximal	True	ISR0400_000000003369	1.0		1	1	False	False	0.9997997879981995	0					non-mobilizable	no_good_hit	2597.0	96.573	71.0	0.010046625652642766	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
MON0054_000000036547	1379	0.6824244402461374	2	1	1	1	1	False	83753	fragment	False	MON0054_000000036547	1.0		0	0	False	False	0.9796954393386841	0					non-mobilizable	other	1229.0	97.884	99.0	0.009865961227656855	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0136_000000019605	1420	0.6824230656750044	1	1	1	1	1	False	40525	fragment	False	FIJ0136_000000019605	1.0		0	0	False	False	0.9753521084785461	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000005625	3380	0.682422760668319	4	4	4	4	3	False	124954	fragment	False	ENG0184_000000004383	0.0559014311883323		0	0	False	False	0.9952662587165833	0					non-mobilizable	no_good_hit	2795.0	75.242	82.0	0.0006201763432316653	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0159_000000021429	1213	0.6824213445009677	2	2	2	1	1	False	39373	fragment	False	FIJ0159_000000021429	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	100.0	100.0	0.0032617207999289526	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
ISR0279_000000012704	1737	0.6824119423577769	2	2	2	2	2	False	99105	fragment	False	SPA0098_000000018878	0.6813154980501132		0	0	False	False	0.9861830472946167	0					non-mobilizable	other	1737.0	99.59700000000001	100.0	0.00493494458136831	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
USA0020_01_000000009468	3695	0.6824103634875727	9	4	2	2	4	False	87827	maximal	True	USA0020_01_000000009468	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1718.0	92.491	76.0	0.0003807036131304987	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0050_000000005225	4291	0.6824073147303356	7	3	2	2	2	True	30010	fragment	False	MAD0050_000000005225	0.9673808377467501		0	0	False	False	0.9953390955924988	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	0.0011251758087201125	NC_014316.1	g-proteobacteria	Nitrosococcus watsonii C-113 plasmid pNWAT01, complete sequence	True	True
USA0078_01_000000014061	1257	0.6823988934898229	2	2	2	2	2	False	98804	fragment	False	ISR0097_000000022103	0.9474431939961456		0	0	False	False	1.0	0					non-mobilizable	chromosome	1257.0	98.96600000000001	100.0	0.0005604948419748161	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0154_000000013447	2363	0.6823955605482852	3	3	3	3	2	False	79177	maximal	True	CHI0154_000000013447	0.9765116279069768		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	72.124	9.0	0.00394857833150028	NZ_AMXD01000009.1	b-proteobacteria	Thauera aminoaromatica S2 Cont9, whole genome shotgun sequence	True	False
ENG0100_000000013310	2265	0.6823906248080569	3	3	3	3	2	False	92347	fragment	False	ENG0097_000000012557	0.6350493176597757		0	0	False	False	0.9898454546928406	0					non-mobilizable	no_good_hit	713.0	82.889	52.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0011_000000004664	5337	0.6823880947204715	7	5	4	4	4	False	77428	fragment	False	ISR0011_000000004664	1.0		0	0	False	False	0.9966273307800293	0					non-mobilizable	other	2971.0	84.719	93.0	0.0007862378385529153	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0139_000000002481	8266	0.6823871096073835	9	7	4	4	5	False	128693	fragment	False	DEN0010_000000003825	0.6121660636593736		0	0	False	False	0.9996370673179626	0					non-mobilizable	other	5014.0	99.561	100.0	0.03878236377423898	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0007_000000020373	2901	0.6823859517983062	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.5460395301074323		0	0	False	False	1.0	0					non-mobilizable	chromosome	2899.0	97.24	99.0	0.0008108143660520394	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0108_000000017313	1632	0.6823859470435153	2	2	2	2	2	False	96494	fragment	False	DEN0083_000000017426	0.8474049846876911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	94.493	27.0	0.001027160021976447	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
SPA0033_000000020409	1547	0.6823859470435153	2	2	2	2	2	False	96494	fragment	False	DEN0083_000000017426	0.8313862698655109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	94.493	25.0	0.001027160021976447	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
ISR0169_000000008671	3331	0.6823788333804518	7	6	3	2	6	False	97651	maximal	True	ISR0169_000000008671	1.0		138	8	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	97.618	79.0	0.038354285714285716	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
DEN0073_000000048913	1113	0.682378368063418	3	2	2	1	1	False	70031	fragment	False	DEN0073_000000048913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000005573	3527	0.682375780044816	4	4	3	3	3	False	77809	maximal	True	ENG0032_000000005573	1.0		1	1	False	False	0.9985823631286621	0					non-mobilizable	no_good_hit	987.0	75.887	29.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0009_000000022227	1836	0.6823722138672482	2	1	1	1	1	False	51240	maximal	True	FIJ0009_000000022227	1.0		1	1	False	False	0.991830050945282	0					non-mobilizable	no_good_hit	1011.0	72.7	54.0	0.00035515707384906574	CP053183.1	firmicutes	Staphylococcus aureus strain Guangzhou-SAU071 chromosome, complete genome	True	False
MAD0095_000000020658	1755	0.6823722138672482	2	1	1	1	1	False	15581	maximal	True	MAD0095_000000020658	1.0		1	1	False	False	0.9840455651283264	0					non-mobilizable	no_good_hit	1292.0	72.059	73.0	0.0717741028237147	NZ_NSKI01000031.1	bacteria	Inordinaticella fortuita strain 4B NODE_32_length_17778_cov_269.202, whole genome shotgun sequence	True	False
SPA0065_000000013303	1500	0.6823722138672482	1	1	1	1	1	False	118701	fragment	False	SPA0065_000000013303	1.0		0	0	False	False	0.9993333220481873	0					non-mobilizable	other	1500.0	99.46700000000001	100.0	0.008713191271695788	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ENG0127_000000018518	1442	0.6823686490972877	2	1	1	1	1	False	63906	fragment	False	ENG0127_000000018518	1.0		0	0	False	False	0.9993064999580383	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000019018	2614	0.6823649953962084	3	3	3	2	2	False	101388	fragment	False	CAN0003_000000019018	0.984546322570746		0	0	False	False	1.0	0					non-mobilizable	other	2614.0	99.694	100.0	0.008934096931361655	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
SPA0128_000000020445	1815	0.6823592233700971	3	2	2	1	1	False	93036	fragment	False	ENG0200_000000011120	0.9793478260869566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1258.0	98.49	69.0	0.11900246538972122	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0013_000000017064	1549	0.6823564341610618	2	2	2	2	1	False	38090	fragment	False	ISR0013_000000017064	0.9906639004149378		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	96.837	100.0	0.010595337503935607	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0052_000000010322	2205	0.6823479749058378	3	3	3	3	3	False	114560	fragment	False	AST0052_000000010322	0.9988339552238805		0	0	False	False	1.0	0					non-mobilizable	other	2205.0	99.90899999999999	100.0	0.011023472393804048	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0004_000000002132	11129	0.682347151168474	13	8	6	7	4	False	52118	maximal	True	FIJ0004_000000002132	1.0		1	1	False	False	0.9994608759880066	0					non-mobilizable	no_good_hit	85.0	98.824	1.0	1.946386662139168e-05	NZ_JAASRM010000001.1	a-proteobacteria	Rhizomicrobium palustre strain DSM 19867 Ga0373301_01, whole genome shotgun sequence	True	False
ITA0006_000000009221	2715	0.6823468021784189	6	2	1	2	1	False	28580	fragment	False	ITA0006_000000009221	1.0		0	0	False	False	0.999263346195221	0					non-mobilizable	no_good_hit	109.0	98.165	4.0	0.022245108135942326	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
MON0086_000000014212	2177	0.6823461483232937	3	3	3	3	3	False	108188	maximal	True	MON0086_000000014212	1.0		53	6	False	False	0.9963251948356628	0					non-mobilizable	other	2176.0	99.86200000000001	99.0	0.009403290935659872	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	False	False
ISR0843_000000008784	1873	0.6823450672317758	2	2	2	2	2	False	20733	maximal	True	ISR0843_000000008784	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	87.82799999999999	68.0	0.0007888962036427474	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
SPA0085_000000003038	4603	0.6823374702457717	8	6	1	4	5	False	126721	fragment	False	SPA0085_000000003038	0.9979050279329609		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3449.0	100.0	75.0	0.005409416589400493	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	True
SPA0071_000000005651	4296	0.6823374702457717	8	6	1	4	5	False	126721	fragment	False	SPA0085_000000003038	0.9646969367803606		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3464.0	100.0	81.0	0.005432949434191968	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	True
ISR0208_000000013442	2039	0.6823359010770269	3	3	3	3	3	False	107203	fragment	False	ISR0208_000000013442	0.9648188112439541		0	0	False	False	0.983325183391571	0					non-mobilizable	no_good_hit	466.0	74.03399999999999	23.0	0.00010362337924437289	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0026_01_000000012367	2656	0.682331907106584	2	2	2	2	2	False	74517	maximal	True	USA0026_01_000000012367	1.0		36	9	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	78.861	55.0	0.0003276617243033844	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0063_000000008596	2343	0.682331693562334	2	2	1	2	1	True	64140	maximal	True	ISR0063_000000008596	0.9691626240131077		42	8	False	False	0.9995731711387634	0					non-mobilizable	no_good_hit								True	True
FIJ0020_000000005164	4460	0.6823229189357914	4	3	3	3	3	False	49815	maximal	True	FIJ0020_000000005164	1.0		13	2	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	92.163	38.0	0.5593419506462984	HG796474.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01385	True	False
ENG0175_000000006189	4184	0.6823150303278892	7	4	3	3	4	False	116850	fragment	False	ISR0288_000000006377	0.848025915345866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	2.0	1.9859410087256363e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0035_000000005496	2199	0.6823092857973605	3	3	3	3	3	False	112015	fragment	False	ISR0048_000000008036	0.9403486933578632		0	0	False	False	0.9972714781761169	0					non-mobilizable	other	2201.0	96.91	100.0	0.03456185000157099	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MON0060_000000006324	5093	0.6823066799701792	5	4	2	3	4	False	14140	maximal	True	MON0060_000000006324	1.0		3	1	False	False	0.9998036623001099	0					non-mobilizable	no_good_hit	132.0	96.97	3.0	0.00276050995680118	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ISR0207_000000012699	2296	0.6823057089297588	3	3	3	3	2	True	126783	fragment	False	ISR0207_000000012699	1.0		0	0	False	False	0.9773519039154053	0					non-mobilizable	no_good_hit								True	True
ENG0103_000000008644	2100	0.6822955823989871	3	3	3	3	3	False	60308	fragment	False	ENG0103_000000008644	0.9922216820612542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	72.015	63.0	0.00021681582184758898	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
CHI0147_000000014552	1275	0.6822810498626559	2	2	2	2	1	True	79623	fragment	False	CHI0147_000000014552	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	94.902	99.0	0.0005736743413447955	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0381_000000015801	1212	0.6822792829611205	1	1	1	1	1	False	23136	fragment	False	ISR0381_000000015801	1.0		0	0	False	False	0.9983498454093933	0					non-mobilizable	other	1223.0	74.734	100.0	0.0003626917111477726	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
TAN0005_000000007076	2299	0.6822771119817285	2	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7642427941295753		0	0	False	False	0.9834710955619812	0					non-mobilizable	chromosome	2079.0	99.32700000000001	94.0	0.0006546654130207498	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0033_000000006159	4247	0.6822765887487016	4	3	2	2	3	False	120178	maximal	True	ENG0033_000000006159	1.0	PS832|PS837|PS840	6	2	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2417.0	100.0	57.0	0.471875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0088_000000009488	2069	0.6822759062485818	2	2	1	2	2	False	109620	maximal	True	ENG0088_000000009488	1.0		14	3	False	False	0.9990333318710327	0					non-mobilizable	other	1860.0	98.441	90.0	0.009170465084157146	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0143_000000001759	10218	0.6822672422425372	9	9	2	7	9	True	87447	fragment	False	CHI0143_000000001759	0.962712469410863		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	10218.0	100.0	100.0	0.10798727447602338	AP023236.1	enterobacteria	Escherichia coli YJ6 plasmid pYJ6-NDM5 DNA, complete genome	False	True
FIJ0135_000000020548	1385	0.6822528332130594	2	2	2	2	2	False	70317	fragment	False	MON0107_000000041547	0.9479835154141873		0	0	False	False	0.9927797913551331	0					non-mobilizable	chromosome	1310.0	74.122	93.0	0.00043151369416450096	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0231_000000013151	1489	0.6822478196839141	2	1	1	1	1	False	121055	fragment	False	MON0102_000000027913	0.15789775967509606		0	0	False	False	0.9892545342445374	0					non-mobilizable	no_good_hit								True	False
CHI0173_000000004520	3695	0.6822459277111357	3	2	2	2	2	True	77913	fragment	False	CHI0173_000000004520	1.0		0	0	False	False	0.979431688785553	0					non-mobilizable	no_good_hit	2272.0	95.68700000000001	61.0	0.0005090668194319629	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0079_000000006423	4287	0.6822439922599582	3	2	2	2	2	False	117571	maximal	False	ENG0135_000000004478	0.9543836226079216		0	0	False	False	0.999533474445343	0					non-mobilizable	chromosome	4287.0	100.0	100.0	0.0008554306272905123	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
AST0031_000000007494	3882	0.6822439922599582	2	2	2	2	2	False	117570	fragment	False	AST0031_000000007494	1.0		0	0	False	False	0.9961360096931458	0					non-mobilizable	chromosome	3882.0	99.82	100.0	0.0007745978218652539	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0086_000000001156	2380	0.6822410544661801	2	2	2	2	2	False	68905	fragment	False	DEN0086_000000001156	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2380.0	98.613	100.0	0.000696665551923693	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
TAN0008_000000008945	2134	0.6822353342953269	2	2	2	2	2	False	109837	fragment	False	TAN0008_000000008945	1.0		0	0	False	False	0.938144326210022	0					non-mobilizable	other	2026.0	98.766	95.0	0.1403715513655899	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
SPA0008_000000006269	4480	0.6822324512605163	7	6	5	6	4	False	8182	maximal	True	SPA0008_000000006269	1.0		21	7	False	False	0.9988839030265808	0					non-mobilizable	no_good_hit	681.0	93.686	32.0	0.12691875701984276	NZ_CABKPS010000027.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0347_000000008982	2481	0.6822283514063456	6	3	2	2	3	False	85185	fragment	False	ISR0347_000000008982	0.9816010038969938		0	0	False	False	0.9991938471794128	0					non-mobilizable	other	2449.0	99.38799999999999	99.0	0.006699965788573383	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0121_01_000000012434	3809	0.6822206410248565	4	3	3	3	2	False	193	maximal	True	USA0121_01_000000012434	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	99.814	28.0	0.02309195970184521	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0041_000000022831	1475	0.6822185634875513	1	1	1	1	1	False	21495	maximal	True	SPA0041_000000022831	1.0		30	10	False	False	0.9986440539360046	0					non-mobilizable	no_good_hit	1153.0	88.465	82.0	0.0003196316599185786	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0051_000000002779	11185	0.6822182327923962	8	2	2	2	1	True	107667	maximal	True	DEN0051_000000002779	1.0		137	11	False	False	0.9975860714912415	0					non-mobilizable	no_good_hit	734.0	99.319	7.0	0.9932249322493225	EU058008.1	bacteria	Uncultured bacterium clone LM0ABA1ZB12FM1 genomic sequence	True	True
ENG0022_000000008377	1847	0.6822178114479577	3	3	3	3	3	False	81742	maximal	True	ENG0022_000000008377	1.0		31	7	False	False	0.995127260684967	0					non-mobilizable	other	1792.0	99.33	97.0	0.0006426389316477606	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ENG0095_000000006449	4209	0.6822165588893118	4	4	4	4	2	False	113465	fragment	False	ENG0095_000000006449	1.0		0	0	False	False	0.9990496635437012	0					non-mobilizable	no_good_hit	1448.0	73.48100000000001	34.0	0.0003704415078546267	NZ_CP019646.1	bacteria	Limihaloglobus sulfuriphilus strain SM-Chi-D1 chromosome, complete genome	True	False
AUS0004_000000004158	5160	0.6822112958572788	3	3	3	3	2	False	102526	maximal	True	AUS0004_000000004158	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.2015614011141025e-06	NZ_CP046672.1	enterobacteria	Raoultella ornithinolytica strain 172117885 chromosome, complete genome	True	False
ISR0039_000000013046	2705	0.6822042670233319	4	4	4	3	3	False	72541	fragment	False	ISR0039_000000013046	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2705.0	99.59299999999999	100.0	0.001459129271082907	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
AST0012_000000001624	9234	0.6822030717630683	8	7	6	6	5	False	125651	maximal	True	AST0012_000000001624	1.0		4	3	False	False	0.9997833967208862	0					non-mobilizable	no_good_hit	2040.0	78.676	44.0	0.0006735598187973665	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
MON0025_000000004753	5584	0.6821992289284967	6	6	3	6	2	True	35236	fragment	False	MON0025_000000004753	0.9904936014625229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	92.695	7.0	0.020621303351627856	MK232865.1	viruses	Uncultured human fecal virus clone C.aerofaciens_B06.V07.N13_4-proph_c1 sequence	True	True
AST0016_000000001760	11965	0.6821945902724862	9	8	6	7	6	False	123966	maximal	True	AST0016_000000001760	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2078.0	78.152	17.0	0.1749915340331866	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0023_000000019973	1177	0.6821924125402136	2	2	2	2	1	False	12966	fragment	False	MON0023_000000019973	1.0		0	0	False	False	0.9889549612998962	0					non-mobilizable	no_good_hit	537.0	72.812	44.0	0.0002883077835866045	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
FIJ0068_000000006300	4802	0.6821918893623796	3	2	1	2	0	True	45112	fragment	False	FIJ0068_000000006300	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	96.603	10.0	0.002964133354400379	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
SPA0045_000000020472	1198	0.6821914946093205	2	2	2	2	1	True	45163	fragment	False	FIJ0067_000000025348	0.9685304380899451		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	89.48200000000001	100.0	0.003701802347876644	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0072_000000021014	1404	0.6821909407947684	3	2	2	2	1	True	107681	fragment	False	ISR0072_000000021014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	77.869	17.0	0.0013841585636913958	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
CHI0028_000000002882	4112	0.6821856114669681	5	4	3	3	2	True	105523	maximal	True	CHI0028_000000002882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0359_000000010094	2548	0.6821755820725448	3	3	2	2	1	False	122154	maximal	False	AUS0014_000000010921	0.8921726557750636		0	0	False	False	0.9846938848495483	0					non-mobilizable	other	2508.0	99.04299999999999	100.0	0.016374597493190857	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0343_000000006792	2503	0.6821755820725448	3	3	2	2	1	False	122154	maximal	False	AUS0014_000000010921	0.8902879139295107		0	0	False	False	1.0	0					non-mobilizable	other	2503.0	99.12100000000001	100.0	0.016341939739913654	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0038_000000012959	2455	0.6821755820725448	3	3	2	2	1	False	122154	maximal	False	AUS0014_000000010921	0.750298119497158		0	0	False	False	1.0	0					non-mobilizable	other	2455.0	100.0	100.0	0.01602842530845248	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ENG0101_000000013685	2376	0.6821755820725448	3	3	2	2	1	False	122154	maximal	False	AUS0014_000000010921	0.7405414665614312		0	0	False	False	0.9861111044883728	0					non-mobilizable	other	2376.0	99.79	100.0	0.015512432806672633	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0325_000000008581	2331	0.6821755820725448	3	3	2	2	1	False	122154	maximal	False	AUS0014_000000010921	0.7356041493801901		0	0	False	False	0.992277979850769	0					non-mobilizable	other	2331.0	99.87100000000001	100.0	0.015218513027177782	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
AST0094_000000011389	1971	0.6821710170755793	4	4	4	4	4	False	109234	maximal	True	AST0094_000000011389	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	99.329	45.0	0.00031807306847190646	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
FIJ0023_000000011656	2745	0.6821693410766064	5	3	2	3	3	False	49373	maximal	True	FIJ0023_000000011656	1.0		126	11	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	81.15899999999999	32.0	0.007397125166663622	NZ_OAOI01000013.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
ISR0157_000000012889	2420	0.6821693410766064	4	3	2	3	3	False	30550	fragment	False	ISR0157_000000012889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	75.312	39.0	0.06154050641323852	NZ_CYZX01000033.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	True	False
FIJ0058_000000039354	1117	0.682167421310829	2	2	2	2	1	False	45938	fragment	False	FIJ0058_000000039354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0281_000000008576	2029	0.6821644143524136	4	4	4	2	3	False	120951	fragment	False	ISR0281_000000008576	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	99.704	100.0	0.0005719755663770875	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0176_000000003633	8195	0.6821385551615583	8	6	5	6	3	True	132046	fragment	False	ISR0378_000000001574	0.7356979790223984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.046	13.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
DEN0082_000000004408	7679	0.6821385551615583	7	6	5	6	3	True	132046	fragment	False	ISR0378_000000001574	0.6655838055575963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	73.72399999999999	15.0	0.0005085435313262816	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ISR0118_000000002779	4676	0.6821385084038066	6	2	0	2	2	True	109106	fragment	False	ISR0118_000000002779	1.0		0	0	False	False	0.9993584156036377	0					non-mobilizable	no_good_hit	3222.0	93.824	69.0	0.0006215771877494125	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
ISR0172_000000002202	7307	0.6821371032033967	8	6	6	5	6	True	118269	fragment	False	MON0080_000000004358	0.9239692430067612		0	0	False	False	0.9998631477355957	0					non-mobilizable	other	5046.0	96.056	91.0	0.0013418528480840007	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0308_000000010079	1748	0.6821361371004592	2	2	2	2	1	False	27329	fragment	False	ISR0308_000000010079	0.9896875		0	0	False	False	0.9925629496574402	0					non-mobilizable	other	1076.0	90.149	93.0	0.039484376154243925	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ISR0164_000000020257	1399	0.6821326856084047	2	2	2	2	2	False	118589	fragment	False	ENG0060_000000020161	0.7326775716238394		0	0	False	False	0.9921372532844543	0					non-mobilizable	chromosome	1402.0	92.65299999999999	100.0	0.00025931734662029563	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0120_000000015457	1346	0.6821326856084047	2	2	2	2	2	False	118589	fragment	False	ENG0060_000000020161	0.6663963179471426		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	91.79	100.0	0.002846223855190198	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
SPA0158_000000003005	4741	0.6821300335339396	3	3	3	3	3	False	3146	maximal	True	SPA0158_000000003005	1.0		5	3	False	False	0.9970470070838928	0					non-mobilizable	other	3294.0	96.964	93.0	0.02068449856427463	NZ_JH591190.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.4, whole genome shotgun sequence	False	False
ENG0178_000000015339	1482	0.6821277740420064	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.5072944750552273		0	0	False	False	0.9993252158164978	0					non-mobilizable	other	1371.0	98.46799999999999	99.0	0.00037042855338997557	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0120_000000014529	1169	0.6821275891666068	2	2	2	2	2	False	81804	fragment	False	CHI0120_000000014529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	97.213	52.0	0.016650235513199694	NZ_WNCH01000021.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold21_size36516, whole genome shotgun sequence	True	False
ENG0053_000000003071	8610	0.6821270663841096	3	3	2	3	2	False	106703	fragment	False	ENG0053_000000003071	0.998128873815928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	97.40100000000001	14.0	0.00028066046599912016	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0113_000000003608	8551	0.6821270663841096	3	3	2	3	2	False	106703	fragment	False	ENG0053_000000003071	0.9946573751451799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	97.40100000000001	14.0	0.00028066046599912016	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0076_000000013070	3503	0.6821218129703214	3	3	3	3	3	False	53525	maximal	True	MON0076_000000013070	0.9943634863898818		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.378	27.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0125_000000022856	1174	0.6821156457377238	2	2	2	2	1	False	58796	maximal	True	ENG0125_000000022856	1.0		6	4	False	False	0.995741069316864	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	0.0005075914784348267	NZ_BJXX01000069.1	firmicutes	Aneurinibacillus danicus strain NBRC 102444 sequence069, whole genome shotgun sequence	True	False
SPA0112_000000015963	2110	0.6821139798981699	2	2	2	2	1	True	70767	fragment	False	SPA0112_000000015963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0131_000000016054	1636	0.6821029144970033	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.5654321105775025		0	0	False	False	1.0	0					non-mobilizable	virus	1636.0	99.389	100.0	0.22702027214662593	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ISR0367_000000006397	1515	0.6821029144970033	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.46223664695321953		0	0	False	False	0.9966996908187866	0					non-mobilizable	virus	1515.0	99.274	100.0	0.21021938350458205	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ISR0032_000000025481	1324	0.6821029144970033	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.2730403466746379		0	0	False	False	0.9977341294288635	0					non-mobilizable	virus	1324.0	99.62200000000001	100.0	0.18369897250763675	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ISR0243_000000009892	1299	0.6821029144970033	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.23016928324252964		0	0	False	False	1.0	0					non-mobilizable	virus	1299.0	99.76899999999999	100.0	0.1802277145237434	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
DEN0064_000000035105	1248	0.6820940571980438	2	2	2	1	1	False	71193	maximal	True	DEN0064_000000035105	1.0		20	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0106_000000013216	1573	0.6820916144954753	3	3	3	2	2	True	131026	fragment	False	CHI0117_000000007167	0.1347948727302482		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	95.296	100.0	0.026930258852551694	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	True
SPA0108_000000010855	2736	0.6820886982681603	4	3	3	3	1	True	127703	maximal	True	SPA0108_000000010855	1.0	PS1022	10	6	False	True	0.9974415302276611	0					non-mobilizable	other	2738.0	92.44	100.0	0.009033229734683968	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ISR0245_000000002916	2134	0.6820886982681603	3	3	3	3	1	True	124056	fragment	False	ISR0245_000000002916	0.9997644842204427		0	0	False	False	0.9995313882827759	0					non-mobilizable	other	2134.0	99.95299999999999	100.0	0.007044928345184975	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
SPA0075_000000009188	2123	0.6820886982681603	3	3	3	3	1	True	124056	fragment	False	ISR0245_000000002916	0.9971883786316776		0	0	False	False	1.0	0					non-mobilizable	other	2123.0	100.0	100.0	0.007008597256672535	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
SPA0117_000000018544	2043	0.6820874909430241	3	3	3	3	1	False	22779	maximal	False	SPA0001_000000014851	0.9482740505208209		0	0	False	True	0.9985315799713135	0					non-mobilizable	no_good_hit	595.0	73.109	46.0	0.012498664672577715	NZ_SNXO01000016.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_116, whole genome shotgun sequence	True	True
ENG0043_000000020193	1712	0.6820839757575335	2	2	2	2	1	False	106466	fragment	False	ENG0043_000000020193	0.846308845296466		0	0	False	False	1.0	0					non-mobilizable	chromosome	1713.0	96.49700000000001	100.0	0.00037455125499830116	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
CAN0012_000000005631	9832	0.6820836508537645	8	7	4	5	4	False	94331	fragment	False	CAN0012_000000005631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	92.196	9.0	0.00023819085661149953	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MAD0109_000000000429	24337	0.6820812430082434	20	19	11	15	17	True	123681	fragment	False	MAD0109_000000000429	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	11318.0	97.632	74.0	0.0021480226394405225	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
MAD0105_000000005609	5352	0.6820732295125298	7	5	3	5	3	False	14859	maximal	True	MAD0105_000000005609	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0092_000000010305	2163	0.6820701854160699	3	3	2	3	3	False	61112	maximal	True	ENG0092_000000010305	1.0		5	4	False	False	0.9990753531455994	0					non-mobilizable	no_good_hit	1493.0	99.79899999999999	69.0	0.01064110519146144	NZ_AGDG01000001.1	CFB group bacteria	Bacteroides faecis MAJ27 contig001, whole genome shotgun sequence	True	False
ISR0013_000000003540	6284	0.6820693990905634	8	4	3	3	4	False	59765	fragment	False	ISR0013_000000003540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	84.00200000000001	26.0	0.0004361323041007522	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0111_000000003878	5719	0.6820693990905634	8	4	3	3	4	False	59763	fragment	False	ENG0111_000000003878	0.9970871314948884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	84.00200000000001	28.0	0.0004361323041007522	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0112_000000004712	5572	0.6820693990905634	8	4	3	3	4	False	59763	fragment	False	ENG0111_000000003878	0.9789622937065672		0	0	False	False	0.9998205304145813	0					non-mobilizable	no_good_hit	1619.0	83.941	29.0	0.0004361323041007522	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0012_000000008565	2510	0.6820508146287396	4	3	3	3	3	False	125351	fragment	False	ISR0212_000000010113	0.3372968563978808		0	0	False	False	1.0	0					non-mobilizable	other	2510.0	98.964	99.0	0.009880580039806653	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0001_000000002116	10581	0.682045916537129	8	8	6	7	7	False	20310	fragment	False	MAD0100_000000002887	0.9732130996060776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4092.0	73.094	39.0	0.0008477506202370787	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MON0044_000000022500	2335	0.682045183256259	2	2	2	2	1	True	60118	maximal	True	MON0044_000000022500	1.0		20	1	False	False	0.9982869625091553	0					non-mobilizable	no_good_hit	1268.0	74.211	53.0	0.0017825490308193723	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
MON0023_000000011692	1886	0.6820448204893939	2	2	1	2	0	True	12980	maximal	True	MON0023_000000011692	1.0		0	0	False	False	0.9840933084487915	0					non-mobilizable	no_good_hit	556.0	92.806	62.0	0.1417624521072797	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0053_000000008872	2909	0.6820390204826388	3	3	2	2	2	False	63871	maximal	True	ENG0053_000000008872	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1451.0	95.589	50.0	0.00022065340189719317	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
MON0090_000000025561	2319	0.6820387576462843	3	3	3	3	3	False	26462	fragment	False	MON0090_000000025561	1.0		0	0	False	False	0.99956876039505	0					non-mobilizable	chromosome	2319.0	96.292	100.0	0.0010050517072654659	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0342_000000010454	1372	0.6820356493346206	2	2	2	2	2	False	65263	fragment	False	ISR0342_000000010454	1.0		0	0	False	False	0.9956268072128296	0					non-mobilizable	other	1402.0	96.648	100.0	0.0006055100114446146	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0400_000000001322	10804	0.6820350689177204	15	9	5	8	4	True	110247	maximal	True	ISR0400_000000001322	1.0		3	2	False	False	0.9997223019599915	0					non-mobilizable	no_good_hit	180.0	95.556	3.0	5.130903256384278e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0008_000000019214	1363	0.6820348444907559	2	1	1	1	1	False	67386	fragment	False	ENG0008_000000019214	1.0		0	0	False	False	0.9911959171295166	0					non-mobilizable	chromosome	1363.0	100.0	100.0	0.00024860302258928994	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0009_000000024811	1365	0.6820282625928987	2	2	2	2	2	False	38341	fragment	False	ISR0009_000000024811	0.9973180076628352		0	0	False	False	0.9970695972442627	0					non-mobilizable	other	1364.0	99.04700000000001	99.0	0.006361637876715846	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0092_000000000567	23348	0.6820245983894252	22	18	5	7	18	False	61133	maximal	True	ENG0092_000000000567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7752.0	94.556	71.0	0.001445560776263877	CP027593.1	enterobacteria	Escherichia coli strain 2013C-3304 chromosome	True	False
CHI0165_000000008142	2005	0.6820175287089801	3	3	3	3	3	False	78323	maximal	False	ENG0039_000000011778	0.9634506581101491		0	0	False	False	0.987032413482666	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	3.0	1.5021400801955036e-05	NZ_NKFP01000006.1	cyanobacteria	Leptolyngbya ohadii IS1 Scaffold_1, whole genome shotgun sequence	True	False
USA0101_01_000000005933	5125	0.6820171157279398	7	4	2	3	3	False	126733	fragment	False	USA0101_01_000000005933	0.9878475798146241		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1390.0	99.712	71.0	0.26411865373645177	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0090_01_000000001671	5296	0.6820155446433235	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.45447088789828705		0	0	False	False	0.9958459138870239	0					non-mobilizable	chromosome	5304.0	98.209	100.0	0.001177426985533707	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
DEN0010_000000010511	4085	0.6820134283702831	4	3	2	3	1	True	131865	maximal	True	DEN0010_000000010511	0.9953432676955827		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0027_000000009944	1742	0.6820097975953411	2	2	1	2	1	False	88823	maximal	True	CHI0027_000000009944	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0082_000000006215	3142	0.6820062931846088	5	5	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.3294387911253052	PS902	0	0	False	True	0.9984086751937866	0	rep_cluster_1702				non-mobilizable	chromosome	3140.0	99.331	99.0	0.0007146797590352119	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CAN0020_000000002930	11032	0.6820060088023657	7	7	3	6	7	False	95779	maximal	False	ENG0009_000000001280	0.9161184191117572		0	0	False	True	0.9999093413352966	0					non-mobilizable	no_good_hit	1351.0	99.11200000000001	15.0	0.00035846036887139725	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ISR0201_000000004066	6512	0.682001153325436	8	4	3	2	3	False	118464	fragment	False	ENG0122_000000003528	0.15369890222744237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0035_000000001510	10267	0.6819997339100015	9	8	7	8	8	False	116916	maximal	True	AST0035_000000001510	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6309.0	91.932	70.0	0.002043969558536376	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ENG0179_000000007587	4325	0.6819988423709203	5	3	2	3	2	False	122846	fragment	False	ENG0179_000000007587	0.9821272920331543		0	0	False	False	0.9979190826416016	0					non-mobilizable	no_good_hit	160.0	75.0	4.0	3.259712441893481e-05	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
FIJ0047_000000002186	10789	0.6819898998008614	11	6	5	6	5	True	105928	maximal	False	TAN0016_000000000415	0.7176825261132297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	93.889	35.0	0.0003966677772653078	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0066_01_000000013668	1497	0.6819842602215309	3	3	2	1	2	False	819	maximal	True	USA0066_01_000000013668	1.0		45	9	False	False	1.0	0					non-mobilizable	chromosome	840.0	98.45200000000001	100.0	0.00027042507017675614	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0078_000000004457	5799	0.6819835809529791	8	5	3	3	4	True	130648	backbone	False	USA0082_01_000000002282	0.4169307427144737	PS1107|PS1110|PS1114	0	0	True	True	1.0	33		MOBV			mobilizable	other	3313.0	94.71799999999999	97.0	0.5397032447415621	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CAN0006_000000019828	2292	0.6819768615634283	3	2	1	2	2	False	95653	maximal	True	CAN0006_000000019828	1.0		5	3	False	False	0.9982547760009766	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	3.0	2.310101511191405e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0108_000000002089	10191	0.681968115085329	11	10	5	6	9	True	119604	maximal	False	SPA0100_000000002707	0.9398266159358849		0	0	False	False	0.999607503414154	0					non-mobilizable	chromosome	10189.0	100.0	99.0	0.005240360652853882	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
SPA0087_000000003926	3940	0.6819644612163837	9	3	1	2	2	False	5486	maximal	True	SPA0087_000000003926	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	95.455	1.0	1.5459691724912896e-06	LT972175.1	bony fishes	Larimichthys crocea genome assembly, chromosome: I	True	False
ENG0026_000000011410	1142	0.6819599635712804	2	1	1	1	1	False	66034	maximal	True	ENG0026_000000011410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	4.0	9.561207291421152e-06	CP046564.1	firmicutes	Bacillus sp. N1-1 chromosome, complete genome	True	False
SPA0046_000000004800	5273	0.6819568121868923	6	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7413258770800489	PS1159|PS463	0	0	True	True	1.0	182		MOBV			mobilizable	other	4733.0	100.0	91.0	0.04024528189557659	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0041_000000006443	5262	0.6819568121868923	6	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.739542965023583	PS1159|PS463	0	0	True	True	1.0	90		MOBV			mobilizable	other	4743.0	99.895	90.0	0.04033033109653935	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
USA0019_01_000000019966	1524	0.6819564609322684	2	2	2	2	1	False	1826	maximal	True	USA0019_01_000000019966	1.0		13	7	False	False	0.9973753094673157	0					non-mobilizable	no_good_hit	959.0	74.035	63.0	0.00017314754407850858	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
MON0041_000000024612	2499	0.6819558650969965	3	3	3	2	3	False	107634	fragment	False	MON0041_000000024612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	76.97800000000001	6.0	2.155837804205237e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
DEN0035_000000009529	3307	0.6819477869241212	4	3	2	2	3	False	94729	fragment	False	DEN0035_000000009529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	502.0	78.08800000000001	15.0	0.02065411627810331	NZ_CABIYV010000019.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0151_000000019496	1236	0.6819406673410577	2	1	1	1	1	False	57074	fragment	False	ENG0151_000000019496	1.0		0	0	False	False	0.9983818531036377	0					non-mobilizable	other	1236.0	99.191	100.0	0.0005409851014281306	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0206_000000002854	8146	0.6819405164634091	10	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9472087328661977		0	0	False	False	0.9997544884681702	0					non-mobilizable	no_good_hit	3032.0	95.976	37.0	0.4881010199125789	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0032_000000028064	1335	0.6819387438518989	3	3	3	1	1	False	48368	maximal	True	FIJ0032_000000028064	1.0		29	5	False	False	0.9985018968582153	0					non-mobilizable	no_good_hit	759.0	87.22	57.0	0.00021276172109441444	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0041_000000029505	2161	0.6819383014779019	2	2	2	1	1	False	11810	fragment	False	MON0041_000000029505	1.0		0	0	False	False	0.9995372295379639	0					non-mobilizable	chromosome	1233.0	82.887	98.0	0.00032757769366630664	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0796_000000010675	2144	0.6819358327178464	3	2	1	1	2	False	21955	fragment	False	ISR0796_000000010675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	82.055	30.0	0.00017952462884960786	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0108_000000007990	2132	0.6819346828271302	1	1	0	1	1	False	97728	fragment	False	MAD0108_000000007990	1.0		0	0	False	False	1.0	0	IncI1				non-mobilizable	plasmid	1972.0	90.822	97.0	0.01845680113406998	CP013191.1	enterobacteria	Escherichia coli strain FORC_031 plasmid pFORC31.1, complete sequence	False	True
MAD0014_000000017000	1931	0.6819346828271302	1	1	0	1	1	False	29419	fragment	False	MAD0023_000000005858	0.949794026776519		0	0	False	False	1.0	0	IncI1				non-mobilizable	plasmid	1936.0	92.82	100.0	0.0223277745033457	CP042297.1	enterobacteria	Escherichia coli strain RM9088 plasmid p2RM9088, complete sequence	False	True
MAD0111_000000010629	1610	0.6819346828271302	1	1	0	1	1	False	29418	fragment	False	MAD0111_000000010629	1.0		0	0	False	False	0.9968944191932678	0	IncI1				non-mobilizable	chromosome	1490.0	97.24799999999999	99.0	0.0002943430003297274	CP035360.1	enterobacteria	Escherichia coli strain BR10-DEC chromosome	False	True
ENG0009_000000003865	3145	0.6819340281523779	5	4	3	2	3	False	67332	maximal	True	ENG0009_000000003865	1.0		21	7	False	False	0.9930047988891602	0					non-mobilizable	no_good_hit	2776.0	96.073	88.0	0.02317366469586131	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	True	False
ISR0221_000000014295	1567	0.6819249490239978	2	1	0	1	1	False	27948	fragment	False	ISR0221_000000014295	1.0		0	0	False	False	0.9993618130683899	0	IncI2				non-mobilizable	plasmid	1567.0	100.0	100.0	0.027015836869889245	CP042888.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 plasmid pNMBU-W12E19_04, complete sequence	False	True
CHI0016_000000003327	1413	0.6819249490239978	1	1	0	1	1	False	89681	fragment	False	CHI0016_000000003327	1.0		0	0	False	False	1.0	0	IncI2				non-mobilizable	plasmid	1413.0	100.0	100.0	0.022104636964213033	CP052878.1	enterobacteria	Escherichia coli strain C21 plasmid pC21-1, complete sequence	False	True
MON0015_000000027257	1401	0.6819249490239978	2	1	0	1	1	False	42464	fragment	False	MON0015_000000027257	1.0		0	0	False	False	0.997144877910614	0					non-mobilizable	plasmid	1401.0	99.14299999999999	100.0	0.0117080524266153	MF156708.1	enterobacteria	Klebsiella pneumoniae strain 13294 plasmid p13294-KPC, complete sequence	False	True
FIJ0104_000000021250	1308	0.6819249490239978	2	1	0	1	1	False	42463	fragment	False	FIJ0104_000000021250	1.0		0	0	False	False	0.9938837885856628	0					non-mobilizable	chromosome	1291.0	99.845	99.0	0.00021437990612154344	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	False
ISR0063_000000013279	1495	0.6819227910496589	3	2	2	2	0	True	37656	fragment	False	ISR0252_000000008018	0.9522712310730743		0	0	False	False	0.9939799308776855	0					non-mobilizable	other	1444.0	99.1	100.0	0.0004630785513439547	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0348_000000012899	1427	0.6819227910496589	2	2	2	2	0	True	37655	fragment	False	ISR0348_000000012899	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	98.596	99.0	0.0004569811899610475	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0054_000000020351	1296	0.6819227910496589	2	2	2	2	0	True	37654	fragment	False	ISR0054_000000020351	1.0		0	0	False	False	0.9876543283462524	0					non-mobilizable	other	1277.0	97.807	99.0	0.0004094859539257701	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0341_000000004591	2896	0.6819174586174582	3	3	1	2	2	False	24357	maximal	True	ISR0341_000000004591	1.0		287	12	False	False	1.0	0					non-mobilizable	no_good_hit	2156.0	99.675	74.0	0.0039130024258799264	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0126_000000025844	1711	0.6819156001063171	3	2	1	1	2	True	3960	maximal	True	SPA0126_000000025844	1.0		9	7	False	False	0.9912331700325012	0					non-mobilizable	no_good_hit	70.0	94.286	4.0	0.00015993250384765153	NZ_QGDL01000002.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_102, whole genome shotgun sequence	True	True
MON0045_000000002608	9404	0.6819142014673005	11	6	3	4	5	True	81693	maximal	False	SPA0133_000000002509	0.9998153653939089		0	0	True	True	1.0	94					non-mobilizable	no_good_hit	3090.0	90.324	59.0	0.29189344027499287	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
CHI0038_000000003881	2936	0.6819090742131743	4	3	3	2	3	False	87879	fragment	False	CHI0038_000000003881	1.0		0	0	False	False	0.9959127902984619	0					non-mobilizable	no_good_hit								True	False
CHI0057_000000017878	1148	0.6819074332432287	1	1	1	1	1	False	85946	fragment	False	CHI0057_000000017878	1.0		0	0	False	False	0.9729965329170227	0					non-mobilizable	other	1130.0	99.292	98.0	0.00031352227979850153	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0013_000000012896	3682	0.681897586373122	5	5	4	1	4	False	30389	maximal	True	MON0013_000000012896	1.0		116	7	False	False	0.9994568228721619	0					non-mobilizable	chromosome	1931.0	99.43	100.0	0.0007992803991598031	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
ENG0011_000000020870	1376	0.681895683723271	3	3	2	3	1	False	67132	fragment	False	ENG0011_000000020870	0.9692592592592593		0	0	False	False	0.9970930218696594	0					non-mobilizable	no_good_hit	749.0	85.848	76.0	0.00021276172109441444	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0009_000000032241	1354	0.6818855269156342	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.13063294849123025		0	0	False	False	0.9807976484298706	0					non-mobilizable	chromosome	1354.0	96.16	100.0	0.00037867857689624065	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
BAN0036_000000001129	1198	0.6818819153545136	3	3	2	1	2	False	97637	fragment	False	BAN0036_000000001129	1.0		0	0	False	False	0.9808013439178467	0					non-mobilizable	no_good_hit	367.0	95.913	31.0	0.008365714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0046_000000029331	1279	0.6818804848517047	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.3310480382709422		0	0	False	False	1.0	0					non-mobilizable	chromosome	1233.0	96.431	99.0	0.00033015540886745975	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0011_000000016223	1737	0.6818782007208252	3	3	3	3	2	False	122298	fragment	False	ENG0186_000000007597	0.47856771319502545		0	0	False	False	0.9982728958129883	0					non-mobilizable	other	1745.0	79.943	99.0	0.0007256051425325757	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0151_000000019557	1138	0.6818727909743393	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.12058604606332045	PS1007	0	0	True	True	1.0	10					non-mobilizable	chromosome	598.0	99.833	100.0	0.0002703537422482744	CP033606.1	firmicutes	Lactococcus lactis strain IL6288 chromosome, complete genome	False	True
USA0015_01_000000017962	1864	0.6818706913940077	2	2	2	2	2	False	130808	fragment	False	USA0015_01_000000017962	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1864.0	99.571	100.0	0.0002871594413107295	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0105_000000027295	1418	0.6818698910436517	2	1	1	1	1	False	14786	fragment	False	MAD0105_000000027295	1.0		0	0	False	False	0.995768666267395	0					non-mobilizable	no_good_hit	46.0	93.478	3.0	1.3552233016492164e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0851_000000006927	1889	0.6818677151666617	3	3	3	2	2	False	99105	fragment	False	SPA0098_000000018878	0.692070491818859		0	0	False	False	0.9751191139221191	0					non-mobilizable	other	1878.0	99.255	99.0	0.00533576669310387	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ENG0058_000000012629	2597	0.6818669799847572	6	2	2	2	1	True	118220	fragment	False	ISR0265_000000005951	0.6362399505256647		0	0	False	False	0.9984597563743591	0					non-mobilizable	chromosome	2597.0	100.0	100.0	0.0005181283034172118	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0120_000000006331	4454	0.6818617354605553	4	2	2	2	2	False	102670	fragment	False	ISR0232_000000004514	0.7437876526565972		0	0	False	False	0.9997754693031311	0					non-mobilizable	no_good_hit	1110.0	81.26100000000001	83.0	0.00030804939030113746	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0132_000000009955	1928	0.6818617354605553	2	2	2	2	2	False	102657	fragment	False	ISR0119_000000014302	0.4140323444936601		0	0	False	False	0.9927386045455933	0					non-mobilizable	chromosome	778.0	86.24700000000001	93.0	0.00022015718198807054	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0060_000000011266	2564	0.6818604121636165	4	4	3	4	3	False	113756	fragment	False	ISR0059_000000003816	0.6873683023162624		0	0	False	False	0.9992199540138245	0					non-mobilizable	other	1574.0	93.837	100.0	0.0003846841287272251	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0131_000000016254	1615	0.6818595347822846	2	2	2	2	2	False	64934	maximal	False	ENG0039_000000014597	0.6328387734915925		0	0	False	False	0.9777089953422546	0					non-mobilizable	no_good_hit	594.0	82.492	36.0	0.0033822521074253972	NZ_SLUK01000007.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_107, whole genome shotgun sequence	True	False
ISR0795_000000005666	1866	0.6818387284293893	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.09738008647738805		0	0	False	False	1.0	0					non-mobilizable	other	1866.0	98.23200000000001	100.0	0.0006575878408658581	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0176_000000030130	1127	0.6818329842653904	3	1	1	1	1	True	68027	fragment	False	USA0111_01_000000019254	0.471646585939691		0	0	False	False	0.9991126656532288	0					non-mobilizable	other	1128.0	96.01100000000001	100.0	0.014509733237202595	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
CHI0173_000000008689	1951	0.6818301039156498	3	3	3	3	3	False	77891	fragment	False	CHI0173_000000008689	1.0		0	0	False	False	0.996924638748169	0					non-mobilizable	no_good_hit	863.0	75.435	44.0	0.0002559884738930908	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CAN0003_000000042383	1154	0.6818271592941282	2	2	2	2	2	False	96343	maximal	True	CAN0003_000000042383	1.0		38	10	False	False	0.9991334676742554	0					non-mobilizable	no_good_hit	1014.0	74.359	87.0	0.010740549606502387	NZ_AUDP01000017.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
FIJ0126_000000021116	1829	0.6818242934063884	3	3	3	3	1	True	41136	maximal	True	FIJ0126_000000021116	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	83.333	6.0	0.0010385196374622357	NZ_FRDF01000014.1	a-proteobacteria	Porphyrobacter sanguineus strain DSM 11032, whole genome shotgun sequence	True	True
ENG0164_000000014091	1461	0.6818184431020734	1	1	1	1	1	False	56267	maximal	True	ENG0164_000000014091	1.0		3	3	False	False	0.995208740234375	0					non-mobilizable	no_good_hit	438.0	73.744	29.0	0.00013608679071164427	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0033_000000028539	2198	0.6818179525041332	4	4	4	4	3	False	12310	maximal	True	MON0033_000000028539	1.0		8	6	False	False	1.0	0					non-mobilizable	chromosome	2077.0	98.411	94.0	0.0005837950113138459	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0005_000000025995	1404	0.6818145743639007	2	2	2	2	2	False	54791	fragment	False	FIJ0005_000000025995	0.9762253108997805		0	0	False	False	0.9829059839248657	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	4.0	1.1489618385091581e-05	CP046509.1	enterobacteria	Erwinia sp. J780 chromosome, complete genome	True	False
ISR0074_000000003188	7775	0.6818132332247752	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.8472990791037567		0	0	False	False	0.9990996718406677	0					non-mobilizable	no_good_hit	1728.0	99.94200000000001	35.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0085_000000001051	1853	0.6818100950501532	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.07764108623282172		0	0	False	False	0.9989206790924072	0					non-mobilizable	other	1853.0	99.244	100.0	0.001589770530530118	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0047_000000017285	1731	0.681792835264194	5	3	2	2	3	False	36080	fragment	False	ISR0047_000000017285	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	94.891	91.0	0.00040013644984128525	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0357_000000014455	1790	0.681792484430086	2	2	2	1	1	False	23881	maximal	True	ISR0357_000000014455	1.0		1	1	False	False	0.9798882603645325	0					non-mobilizable	no_good_hit	1476.0	99.59299999999999	82.0	0.0006108490097205749	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	True	False
ENG0166_000000022212	1350	0.6817899995212521	2	2	2	1	2	False	91747	maximal	False	CHI0147_000000013110	0.6121301051601858		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	99.037	100.0	0.0006487058342650365	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
ENG0133_000000020468	1179	0.6817878320955162	2	2	2	2	2	False	58244	fragment	False	ISR0129_000000009207	0.9759631832552236		0	0	False	False	0.9855809807777405	0					non-mobilizable	other	1177.0	99.15	99.0	0.011774246838674797	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0125_01_000000008613	2816	0.6817865973169344	3	3	3	3	3	False	129884	maximal	True	USA0125_01_000000008613	1.0		5	2	False	False	0.9968039989471436	0					non-mobilizable	no_good_hit	841.0	85.969	50.0	0.00022456999401861304	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0201_000000015724	1916	0.6817803656400354	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.45879494827484396		0	0	False	False	0.9942588806152344	0					non-mobilizable	other	1917.0	96.19200000000001	100.0	0.043575674439871974	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0056_000000003973	3828	0.6817765161469364	5	4	1	1	4	True	74269	fragment	False	ITA0013_000000000264	0.9606898300786203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1917.0	94.836	79.0	0.043725714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0095_000000027048	1395	0.6817740102063421	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.1038743270673374		0	0	False	False	1.0	0					non-mobilizable	chromosome	1356.0	78.392	96.0	0.00037303092661273657	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0129_000000004134	6164	0.6817723387095911	7	3	2	3	1	False	58566	maximal	True	ENG0129_000000004134	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0061_000000019279	1450	0.6817667859004324	2	2	2	2	1	False	45794	fragment	False	FIJ0061_000000019279	1.0		0	0	False	False	0.9951724410057068	0					non-mobilizable	chromosome	1466.0	87.79	100.0	0.000467683881795558	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0010_000000022402	1351	0.6817667859004324	2	2	2	2	1	False	125862	fragment	False	FIJ0065_000000011444	0.8802932673602345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1352.0	97.26299999999999	100.0	0.0004547386901842752	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0013_000000022979	1118	0.6817656498437653	2	2	1	2	1	False	19532	maximal	True	MAD0013_000000022979	1.0		121	10	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	80.609	72.0	0.0001912648260250341	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0173_000000012204	1400	0.6817595292723069	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8805951927103313		0	0	False	False	1.0	0					non-mobilizable	other	1401.0	96.645	100.0	0.005373640756762151	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0159_000000016841	1563	0.6817590310461596	3	2	2	2	2	False	52273	maximal	True	ISR0159_000000016841	1.0		23	9	False	False	0.9929622411727905	0					non-mobilizable	chromosome	938.0	84.648	98.0	0.0003140423374847733	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0330_000000027475	1185	0.6817588492586717	2	2	2	2	2	False	24635	maximal	True	ISR0330_000000027475	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	71.976	28.0	0.00029913278768118446	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
ENG0147_000000009006	1661	0.6817481703401861	3	3	2	3	2	False	67979	maximal	False	ENG0022_000000008532	0.9496924204665745		0	0	False	False	0.9855508804321289	0					non-mobilizable	no_good_hit	488.0	98.975	29.0	0.00443537737137861	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	True	False
MAD0097_000000026291	1580	0.6817427712460971	3	3	3	2	2	False	19946	maximal	False	MAD0030_000000006968	0.9082401445795649		0	0	False	False	1.0	0					non-mobilizable	other	1599.0	78.04899999999999	100.0	0.007655031608983347	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
MAD0105_000000024246	1573	0.6817427712460971	3	3	3	2	2	False	19946	maximal	False	MAD0030_000000006968	0.9057643950700534		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	77.952	100.0	0.0076205938061151696	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
MAD0013_000000015799	1573	0.6817427712460971	3	3	3	2	2	False	19946	maximal	False	MAD0030_000000006968	0.9063938590932251		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	78.015	100.0	0.0076205938061151696	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
MAD0111_000000010916	1571	0.6817427712460971	3	3	3	2	2	False	19946	maximal	False	MAD0030_000000006968	0.905428455219102		0	0	False	False	1.0	0					non-mobilizable	other	1590.0	77.987	100.0	0.007610754433867119	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
MAD0061_000000011495	1568	0.6817427712460971	3	3	3	2	2	False	19946	maximal	False	MAD0030_000000006968	0.9044452591878286		0	0	False	False	0.9961734414100647	0					non-mobilizable	other	1587.0	77.946	100.0	0.007595995375495043	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
MAD0040_000000021547	1566	0.6817427712460971	3	3	3	2	2	False	19946	maximal	False	MAD0030_000000006968	0.9029421760088253		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	77.918	100.0	0.007586156003246993	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
MAD0027_000000007848	1548	0.6817427712460971	3	3	3	2	2	False	19946	maximal	False	MAD0030_000000006968	0.8956632554662304		0	0	False	False	0.9844961166381836	0					non-mobilizable	other	1567.0	77.601	100.0	0.007497601653014538	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
SPA0023_000000018652	1515	0.6817357374408903	3	3	3	3	3	False	25141	fragment	False	SPA0023_000000018652	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1515.0	97.69	100.0	0.0007762888368742325	LR134275.1	firmicutes	Streptococcus vestibularis strain NCTC12167 genome assembly, chromosome: 1	False	False
FIJ0045_000000008970	2551	0.6817353750517556	3	3	2	1	2	False	109822	fragment	False	SPA0145_000000012991	0.9781202435312024		0	0	False	False	0.998039960861206	0					non-mobilizable	other	2554.0	97.76799999999999	100.0	0.0007683583295673137	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0146_000000004847	7670	0.6817351220540346	16	3	2	3	2	True	57732	maximal	True	ISR0146_000000004847	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	79.054	2.0	4.622988755719321e-05	NZ_CP014170.1	firmicutes	Clostridium tyrobutyricum strain KCTC 5387 chromosome, complete genome	True	True
ISR0033_000000024512	1294	0.6817340263996928	3	2	1	2	1	False	36857	fragment	False	ISR0033_000000024512	1.0		0	0	False	False	0.942040205001831	0					non-mobilizable	other	1297.0	95.29700000000001	100.0	0.0003851355051544417	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0156_000000002850	5478	0.6817336714273234	7	5	3	3	4	True	123548	maximal	False	SPA0102_000000006891	0.9240644392308408		0	0	True	True	1.0	151		MOBV			mobilizable	no_good_hit	2428.0	86.53200000000001	84.0	0.3941533913614715	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0131_000000012980	2036	0.6817323024541271	5	3	3	3	2	False	106096	maximal	True	ENG0131_000000012980	1.0		5	2	False	False	1.0	0					non-mobilizable	other	1072.0	99.25399999999999	100.0	0.0003731730721656094	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0109_000000004864	4903	0.6817311140196979	5	4	3	3	4	False	59893	fragment	False	ENG0109_000000004864	1.0		0	0	False	False	0.9959208369255066	0					non-mobilizable	no_good_hit	1310.0	74.809	37.0	0.00043487963561664216	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0106_000000005470	6508	0.6817234581749756	6	6	5	6	6	False	125482	fragment	False	MON0106_000000005470	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1551.0	85.816	91.0	0.00043315210294087627	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0058_01_000000011967	1509	0.6817103014616215	3	2	2	2	2	False	90682	fragment	False	USA0058_01_000000011967	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1444.0	99.861	96.0	0.0006101639873857158	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0007_000000055252	1194	0.6817075338400478	2	1	1	1	1	True	13904	fragment	False	MON0100_000000038128	0.9887780548628429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0010_000000002838	6446	0.6817069560553515	7	7	6	7	6	True	120882	maximal	True	FIJ0010_000000002838	1.0		1	1	False	False	0.9996897578239441	0					non-mobilizable	chromosome	5132.0	98.714	100.0	0.0014865125366518971	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0836_000000010759	1866	0.6817042063217549	3	3	3	3	2	False	93570	fragment	False	ENG0110_000000015888	0.6723227767566052		0	0	False	False	0.9983922839164734	0					non-mobilizable	chromosome	1876.0	95.096	99.0	0.0005244964176670769	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0187_000000007217	3682	0.6816999869864064	5	3	3	2	2	False	79992	maximal	False	USA0116_01_000000006881	0.9634209841187191		0	0	False	False	0.9934818148612976	0					non-mobilizable	chromosome	3673.0	96.92299999999999	99.0	0.0016359666327067483	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0033_000000008362	3596	0.6816958286115187	3	3	3	3	3	False	67244	maximal	True	SPA0033_000000008362	1.0		2	1	False	False	0.999721884727478	0					non-mobilizable	no_good_hit	1655.0	72.145	45.0	0.000584956656460559	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
CHI0090_000000003558	3487	0.6816868672999566	4	4	4	4	3	False	101555	fragment	False	CHI0090_000000003558	1.0		0	0	False	False	0.9988529086112976	0					non-mobilizable	no_good_hit	977.0	89.355	44.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0036_000000025436	1660	0.6816844274421309	3	2	2	2	1	False	125442	fragment	False	MON0070_000000010284	0.15369561630317902		0	0	False	False	1.0	0					non-mobilizable	chromosome	1532.0	84.073	92.0	0.0004270001686189271	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0005_000000037382	1459	0.6816844274421309	2	2	2	2	1	False	125442	fragment	False	MON0070_000000010284	0.11658451555762156		0	0	False	False	0.960246741771698	0					non-mobilizable	chromosome	1429.0	84.675	97.0	0.0003981979306570741	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0153_000000013154	2277	0.6816744014254529	4	4	3	4	4	False	125806	maximal	True	ENG0153_000000013154	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	2285.0	81.969	99.0	0.0007154985496182484	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0026_000000014711	1550	0.6816732644304573	3	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.07496912955779975	PS721	0	0	False	True	0.9935483932495117	0					non-mobilizable	no_good_hit	1344.0	73.81	85.0	0.16136502132845826	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
TAN0010_000000011093	1470	0.6816699954759174	1	1	1	1	1	False	24604	fragment	False	TAN0010_000000011093	0.9956427015250544		0	0	False	False	0.9863945841789246	0					non-mobilizable	no_good_hit	1220.0	70.574	80.0	0.0037294307429617214	NZ_ADNC01000027.1	mycoplasmas	Mycoplasma alligatoris A21JP2 gcontig_1119468158942, whole genome shotgun sequence	True	False
FIJ0072_000000015763	1618	0.6816656392047072	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9441616269406994		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0091_000000008431	2785	0.6816608569078983	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.6603221830465468		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	99.889	98.0	0.0003492027892064381	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0058_000000012341	2654	0.6816608569078983	4	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.5592833503179073		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	97.12100000000001	98.0	0.0002469404083406592	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0021_01_000000007076	2612	0.6816608569078983	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.5700413104072999		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	98.684	98.0	0.00026475885349151463	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0048_01_000000006329	2482	0.6816608569078983	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.567008489333545		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	99.854	98.0	0.00026475885349151463	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0024_000000005112	2446	0.6816608569078983	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.42931234756106806		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	99.88	98.0	0.00032324983648671394	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0166_000000003057	2431	0.6816608569078983	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.5229394265631997		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	99.708	98.0	0.00026475885349151463	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0006_000000005825	2349	0.6816608569078983	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.39575762790521496		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	99.12299999999999	98.0	0.00026475885349151463	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0396_000000010026	2283	0.6816608569078983	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.392858168787685		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	99.708	98.0	0.00026475885349151463	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0079_000000010289	2231	0.6816608569078983	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.34758850965725874		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	99.34200000000001	97.0	0.00026475885349151463	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0046_000000015056	2172	0.6816608569078983	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.3018369243220155		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	99.852	97.0	0.00026204735096855837	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0800_000000005841	1991	0.6816608569078983	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.08777980813156692		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	98.939	97.0	0.00021827595309797877	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0119_000000016443	1894	0.6816608569078983	3	3	1	2	2	True	94671	fragment	False	ISR0119_000000016443	0.9688513630452864		0	0	False	False	0.9994720220565796	0					non-mobilizable	other	970.0	98.557	97.0	0.00018767471033890101	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0267_000000002806	5444	0.6816572735458385	5	4	1	4	1	False	31902	fragment	False	ISR0267_000000002806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	84.553	14.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0010_000000022897	1324	0.6816514761483425	3	2	2	2	2	False	125822	maximal	True	AST0010_000000022897	1.0		6	3	False	False	0.9992446899414062	0					non-mobilizable	no_good_hit	965.0	70.984	71.0	0.0034654250122580195	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
SPA0146_000000003986	5771	0.6816442520075011	8	6	3	6	4	True	90483	fragment	False	SPA0075_000000001875	0.5413002015962751		0	0	False	False	0.9998267292976379	0					non-mobilizable	other	5771.0	97.851	100.0	0.09264590000482446	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
AST0019_000000017095	1740	0.6816417266871037	3	3	3	3	3	False	122212	fragment	False	SPA0149_000000021622	0.9439773382677391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	73.543	25.0	0.0007040431041549795	NZ_FCOU01000003.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
FIJ0040_000000013493	1815	0.6816412909829074	3	2	2	2	2	False	47482	fragment	False	FIJ0040_000000013493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	75.46	9.0	3.430951038184341e-05	CP043010.1	high GC Gram+	Paenarthrobacter ureafaciens strain YL1 chromosome, complete genome	True	False
USA0071_01_000000008122	1399	0.6816396071179626	2	2	1	1	2	False	99071	fragment	False	ENG0180_000000013457	0.8435844770977848		0	0	False	False	0.9992852210998535	0					non-mobilizable	no_good_hit	172.0	76.163	12.0	4.869139734059547e-05	CP060496.1	high GC Gram+	Brachybacterium sp. Z12 chromosome, complete genome	True	False
USA0054_01_000000006989	1345	0.6816396071179626	2	2	1	1	2	False	99071	fragment	False	ENG0180_000000013457	0.8508922223505603		0	0	False	False	0.9828996062278748	0					non-mobilizable	no_good_hit	120.0	81.667	9.0	3.259970873846434e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0055_000000024845	1227	0.6816388159169671	3	3	3	1	1	False	6390	fragment	False	SPA0055_000000024845	1.0		0	0	False	False	0.9983699917793274	0					non-mobilizable	chromosome	1228.0	97.883	100.0	0.00027253403343706063	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0161_000000000908	14519	0.6816323616929134	16	10	6	7	4	False	101327	maximal	True	FIJ0161_000000000908	0.9893650204651684		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	89.554	11.0	0.0044220065195085855	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0159_000000001189	14476	0.6816323616929134	16	10	6	7	4	False	101327	maximal	False	FIJ0161_000000000908	0.9825123755259889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	89.226	11.0	0.004285805086669512	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
TAN0009_000000006400	4774	0.6816278858254151	5	3	1	2	3	False	39570	maximal	True	TAN0009_000000006400	1.0		1	1	False	False	0.9981147646903992	0					non-mobilizable	no_good_hit	1525.0	77.902	32.0	0.13333937635968093	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MON0044_000000052088	1115	0.6816107573431052	2	2	2	1	1	False	13882	fragment	False	MON0044_000000052088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	72.277	35.0	5.201702620245476e-05	NZ_RRCN01000001.1	firmicutes	Paenibacillus oralis strain KCOM 3021 KCOM3021_1, whole genome shotgun sequence	True	False
AST0050_000000007472	1799	0.6816082731335715	2	2	2	2	1	False	114737	maximal	True	AST0050_000000007472	1.0		4	3	False	False	0.9988882541656494	0					non-mobilizable	no_good_hit	1050.0	99.81	58.0	0.026155687428314964	NZ_LMUA01000030.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00030, whole genome shotgun sequence	True	False
MON0005_000000032353	1678	0.6816054321780461	3	3	3	3	1	False	14112	maximal	True	MON0005_000000032353	1.0		1	1	False	False	0.989272952079773	0					non-mobilizable	no_good_hit	1076.0	90.79899999999999	64.0	0.00020595027223091022	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
DEN0009_000000000395	3578	0.6815982380753846	4	4	2	3	4	True	123489	fragment	False	CAN0012_000000009399	0.35149585154121016		0	0	False	False	1.0	0					non-mobilizable	other	3580.0	99.05	100.0	0.0006247070867337455	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0052_000000000879	24053	0.6815970067068033	25	12	8	10	6	False	102646	fragment	False	ISR0052_000000000879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11865.0	98.99700000000001	84.0	0.49199635066766195	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
FIJ0116_000000012723	1348	0.6815927558709396	3	3	2	3	1	True	41652	maximal	True	FIJ0116_000000012723	1.0		4	1	False	False	0.9992581605911255	0					non-mobilizable	no_good_hit	479.0	97.912	36.0	0.0024259969012476556	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
FIJ0068_000000012320	2572	0.6815912731406235	6	4	0	1	3	False	45085	fragment	False	FIJ0068_000000012320	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2487.0	98.874	100.0	0.0123569179339472	CP034728.1	enterobacteria	Escherichia coli strain L41-1 plasmid pL41-1-2	False	True
ISR0319_000000015772	1313	0.6815875704102373	2	1	1	1	1	False	83130	fragment	False	ISR0319_000000015772	0.9648162627052385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1313.0	100.0	100.0	0.0002474237380446434	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
CAN0013_000000004106	6113	0.6815839737916275	6	4	2	3	1	True	94293	maximal	True	CAN0013_000000004106	1.0		3	1	True	True	1.0	8					non-mobilizable	no_good_hit	233.0	88.84100000000001	5.0	0.06522358302477926	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
CAN0012_000000011010	4868	0.6815839737916275	6	4	2	3	1	True	94292	fragment	False	CAN0012_000000011010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	88.84100000000001	6.0	0.06522358302477926	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
ISR0385_000000019995	1207	0.6815790216361038	2	2	2	2	1	False	23021	maximal	True	ISR0385_000000019995	1.0		3	2	False	False	0.9991714954376221	0					non-mobilizable	no_good_hit	616.0	99.18799999999999	62.0	0.00019744521938571741	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0040_000000019713	1322	0.6815714696750816	2	2	1	2	1	False	66447	fragment	False	ISR0040_000000019713	0.9718137254901961		0	0	False	False	0.998487114906311	0					non-mobilizable	plasmid	1324.0	95.09100000000001	100.0	0.0019647838737738847	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	False	True
ENG0075_000000007229	3359	0.6815639319055377	5	4	4	4	3	False	62114	maximal	True	ENG0075_000000007229	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	97.166	7.0	6.724912794830018e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
MON0081_000000020173	2778	0.6815605507729469	2	2	2	2	1	False	14227	fragment	False	MON0081_000000020173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0774_000000004252	5491	0.6815594391137091	7	6	2	2	6	False	92095	fragment	False	ISR0774_000000004252	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5514.0	87.486	99.0	0.00122987885313014	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0393_000000002895	5605	0.6815459103240813	5	3	2	2	3	False	127346	maximal	True	ISR0393_000000002895	1.0	PS1004	13	6	False	True	0.9985727071762085	0					non-mobilizable	no_good_hit	2796.0	99.928	50.0	0.4989289539450196	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
USA0031_01_000000014118	1988	0.6815451810978829	2	2	2	2	2	False	125206	fragment	False	ISR0819_000000012339	0.9419761148842007		0	0	False	False	0.991448700428009	0					non-mobilizable	other	1985.0	96.977	99.0	0.008874614754941649	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0038_000000004772	6225	0.6815231524691691	10	4	4	4	3	False	7050	maximal	True	SPA0038_000000004772	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0180_000000004619	4480	0.6815230432810794	6	6	4	5	4	False	82567	fragment	False	ISR0180_000000004619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	84.211	2.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
SPA0007_000000008356	2947	0.6815179715390198	4	2	2	2	2	False	8210	maximal	True	SPA0007_000000008356	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	82.171	4.0	0.0008254762611084598	NZ_NGKC01000006.1	firmicutes	Vagococcus acidifermentans strain LMG 24798, whole genome shotgun sequence	True	False
AST0116_000000008144	3292	0.6815176170146021	4	4	3	3	3	False	132092	maximal	False	AST0016_000000007742	0.969183150493054		0	0	False	False	0.9996962547302246	0					non-mobilizable	other	2939.0	86.662	93.0	0.016674322462103812	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0376_000000004567	4395	0.6815161141373375	5	5	3	4	2	False	130509	fragment	False	ISR0203_000000002513	0.30242589327603425		0	0	False	False	1.0	0					non-mobilizable	other	2156.0	98.93299999999999	100.0	0.012302857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0032_000000007263	4354	0.6815161141373375	5	5	3	4	2	False	130509	fragment	False	ISR0203_000000002513	0.303346968030475		0	0	False	False	1.0	0					non-mobilizable	other	2315.0	96.587	100.0	0.013148571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0190_000000005646	4120	0.6815161141373375	5	5	3	4	2	False	130509	fragment	False	ISR0203_000000002513	0.2842305137505572		0	0	False	False	0.9973300695419312	0					non-mobilizable	other	2103.0	96.434	99.0	0.011948571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0778_000000008716	1595	0.6815112353123487	2	1	1	1	1	False	22366	maximal	True	ISR0778_000000008716	1.0		5	2	False	False	0.989341676235199	0					non-mobilizable	no_good_hit	318.0	99.057	20.0	0.0037075156136698556	NZ_DS499675.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_14, whole genome shotgun sequence	True	False
ISR0155_000000006516	3657	0.6815095578972694	4	4	4	4	4	False	130065	fragment	False	ENG0102_000000006735	0.9611373694468641		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	86.941	92.0	0.0029420559262457735	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0098_000000007313	5572	0.6815067991834352	7	5	5	5	3	True	15352	maximal	True	MAD0098_000000007313	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4874.0	93.10600000000001	87.0	0.0018294885166088124	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	True
FIJ0028_000000015968	1897	0.6814965446935537	2	2	2	2	2	False	58180	maximal	True	FIJ0028_000000015968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	81.87100000000001	9.0	0.0009305089211141443	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	False
MAD0005_000000000146	29847	0.6814950654663083	47	25	7	20	16	True	20010	maximal	True	MAD0005_000000000146	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	75.0	10.0	0.018304663378643893	NZ_AVNC01000023.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.22, whole genome shotgun sequence	True	True
SPA0053_000000026720	1226	0.681492853081823	2	2	2	2	2	False	6457	maximal	True	SPA0053_000000026720	1.0		112	10	False	False	0.9910277128219604	0					non-mobilizable	no_good_hit	415.0	70.361	33.0	0.00012141794629020324	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	True	False
ISR0103_000000013286	2166	0.6814918552899077	3	3	3	2	1	False	129891	fragment	False	ISR0103_000000013286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	99.51100000000001	49.0	0.014237505577867024	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0040_000000003997	5788	0.6814870569462839	3	3	1	3	2	False	103506	fragment	False	MON0033_000000008819	0.17517930179847568		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	5732.0	96.685	100.0	0.06708730363121299	CP041415.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_4, complete sequence	False	True
ENG0069_000000010690	1755	0.6814825085280173	2	2	2	2	1	True	62483	fragment	False	ISR0818_000000009553	0.9567639257294429		0	0	False	False	0.9960113763809204	0					non-mobilizable	other	1755.0	98.12	100.0	0.0005294803425140113	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CHI0130_000000007615	2134	0.6814824515263125	3	3	3	3	1	False	85976	maximal	True	CHI0130_000000007615	0.999034593674864		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	73.678	38.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0110_000000008103	2105	0.6814824515263125	3	3	3	3	1	False	67237	fragment	False	FIJ0110_000000008103	0.9761318518315513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	74.131	37.0	0.00026891237452058723	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
CHI0057_000000009507	2072	0.6814824515263125	3	3	3	3	1	False	85976	maximal	False	CHI0130_000000007615	0.9856669006290435		0	0	False	False	0.9966216087341309	0					non-mobilizable	no_good_hit	813.0	73.678	39.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
CHI0067_000000005418	2071	0.6814824515263125	3	3	3	3	1	False	85976	maximal	False	CHI0130_000000007615	0.9856641686538593		0	0	False	False	0.9937228560447693	0					non-mobilizable	no_good_hit	813.0	73.678	39.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0076_000000007236	2070	0.6814824515263125	3	3	3	3	1	False	67237	fragment	False	FIJ0110_000000008103	0.9721516033891621		0	0	False	False	0.9975845217704773	0					non-mobilizable	no_good_hit	789.0	74.018	38.0	0.00028052222817449623	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
FIJ0052_000000000714	24533	0.6814787241568214	24	9	7	9	5	True	98433	fragment	False	FIJ0052_000000000714	0.9986298008098491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.547223211484987e-06	NZ_CP019706.1	enterobacteria	Pantoea alhagi strain LTYR-11Z chromosome, complete genome	True	True
FIJ0023_000000000799	24449	0.6814787241568214	24	9	7	9	5	True	98433	fragment	False	FIJ0052_000000000714	0.9969632739575266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.547223211484987e-06	NZ_CP019706.1	enterobacteria	Pantoea alhagi strain LTYR-11Z chromosome, complete genome	True	True
FIJ0076_000000003173	5526	0.6814734507834119	8	6	3	3	6	True	89475	fragment	False	FIJ0076_000000003173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3207.0	93.545	58.0	0.05248299544343921	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
FIJ0009_000000022514	1817	0.6814704275356793	3	3	3	1	1	False	51234	fragment	False	FIJ0009_000000022514	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1846.0	88.353	99.0	0.0057292014408846246	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
DEN0046_000000011813	2069	0.6814647720735191	3	1	1	1	1	False	72715	fragment	False	DEN0046_000000011813	1.0		0	0	False	False	0.995650053024292	0					non-mobilizable	other	2069.0	99.37200000000001	100.0	0.000506782724078505	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0083_000000026372	1376	0.6814621528698107	2	2	2	2	2	False	44056	maximal	True	FIJ0083_000000026372	1.0		33	8	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	85.714	9.0	5.177399598435836e-05	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
ISR0134_000000023898	1342	0.6814479350972138	2	2	2	2	2	False	31455	maximal	True	ISR0134_000000023898	1.0		1	1	False	False	0.9724292159080505	0					non-mobilizable	no_good_hit								True	False
SPA0119_000000008190	4123	0.6814474203230771	5	4	3	3	3	False	104746	fragment	False	ISR0360_000000005134	0.8091770750081511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	94.664	14.0	0.0002588272359437845	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0021_000000005595	3969	0.6814474203230771	5	4	3	3	3	False	104746	fragment	False	ISR0360_000000005134	0.7561414553143713		0	0	False	False	0.9997480511665344	0					non-mobilizable	no_good_hit	427.0	91.803	11.0	0.00019010414226215897	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
AST0089_000000015937	1477	0.6814409124495097	2	2	2	2	2	False	110034	maximal	True	AST0089_000000015937	1.0		396	12	False	False	1.0	0					non-mobilizable	other	1477.0	95.93799999999999	100.0	0.006116689528277257	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
MON0064_000000013818	1983	0.6814400294025268	3	2	2	2	2	False	126281	fragment	False	AST0010_000000013204	0.46469560878243515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0016_000000031207	1250	0.6814400294025268	2	2	2	2	2	False	117010	fragment	False	CAN0009_000000021746	0.6705657633504033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0050_000000005054	4392	0.6814353190966096	5	5	5	5	5	False	47644	maximal	True	MAD0050_000000005054	1.0		28	7	False	False	1.0	0					non-mobilizable	other	3359.0	96.04	93.0	0.005352854187995572	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ISR0851_000000000477	23368	0.6814349853017625	24	17	6	13	11	True	116746	fragment	False	AUS0014_000000000962	0.8997616666687513		0	0	False	False	0.9999572038650513	0					non-mobilizable	no_good_hit	1620.0	74.13600000000001	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
CHI0172_000000000308	22625	0.6814349853017625	23	17	6	13	11	True	116746	fragment	False	AUS0014_000000000962	0.945275927973775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	74.289	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
ISR0170_000000001358	22539	0.6814349853017625	23	17	6	13	11	True	116746	fragment	False	AUS0014_000000000962	0.945555605296572		0	0	False	False	0.9999112486839294	0					non-mobilizable	no_good_hit	1618.0	74.166	7.0	0.04233406581769082	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
MON0004_000000039919	1200	0.6814288478075478	2	2	2	2	1	False	78772	fragment	False	MON0054_000000039658	0.6714855625538887		0	0	False	False	0.9700000286102295	0					non-mobilizable	plasmid	1200.0	99.417	100.0	0.03870738636363636	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
MON0045_000000011265	1878	0.6814279399519042	3	3	3	3	3	False	109891	fragment	False	ISR0333_000000009214	0.2808222425178502		0	0	False	False	0.9563365578651428	0					non-mobilizable	chromosome	1708.0	99.824	91.0	0.0007813136505152459	LS483366.1	firmicutes	Streptococcus salivarius strain NCTC7366 genome assembly, chromosome: 1	False	False
MON0093_000000039430	1196	0.6814256082194492	2	2	2	2	1	False	9364	maximal	True	MON0093_000000039430	1.0		821	16	False	False	1.0	0					non-mobilizable	other	1196.0	98.495	100.0	0.0003597916159219984	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0040_000000008930	4172	0.6814194208619948	5	4	4	4	4	False	14256	maximal	False	MON0107_000000011890	0.9608407573686888		0	0	False	False	0.9995205998420715	0					non-mobilizable	no_good_hit	3545.0	81.608	84.0	0.002077169046103698	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CHI0173_000000000530	27353	0.6814146816886414	28	17	13	17	7	True	79234	maximal	False	CHI0154_000000000584	0.9535651705081547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.155775308390254e-05	NZ_KB823014.1	a-proteobacteria	Robiginitomaculum antarcticum DSM 21748 H142DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
ISR0224_000000016477	1862	0.6814088374201849	3	3	3	2	2	False	103287	fragment	False	ISR0821_000000016865	0.8477728672691527		0	0	False	False	0.989258885383606	0					non-mobilizable	other	1760.0	99.71600000000001	95.0	0.000564725432356873	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0377_000000007735	1922	0.6813972671472965	3	3	2	2	2	False	78844	fragment	False	ISR0039_000000018276	0.9788615279323103		0	0	False	False	1.0	0					non-mobilizable	other	1849.0	99.78399999999999	96.0	0.005715063273914818	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0032_000000018334	1966	0.6813902406195923	2	1	1	1	1	False	48426	maximal	True	FIJ0032_000000018334	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	78.882	8.0	0.000625657538177065	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0149_000000001980	12026	0.6813877814951949	19	4	3	2	4	False	57241	fragment	False	ENG0149_000000001980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	94.921	57.0	0.00030796943234392857	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0213_000000008816	2816	0.6813874344031412	3	3	3	3	3	False	51672	maximal	True	ISR0213_000000008816	1.0		27	4	False	False	1.0	0					non-mobilizable	no_good_hit	1493.0	83.72399999999999	53.0	0.0004690140272387461	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0025_000000000833	9973	0.6813847691674231	14	12	6	7	9	False	85438	fragment	False	MAD0025_000000000833	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5485.0	99.398	99.0	0.031756330122170925	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	False	True
FIJ0167_000000013080	1583	0.6813832911545185	3	3	2	2	3	False	122170	fragment	False	DEN0093_000000016414	0.11909477699530516		0	0	False	False	0.9924194812774658	0					non-mobilizable	other	1564.0	99.29700000000001	99.0	0.02711564484230249	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
MON0093_000000032415	1425	0.6813798780366621	2	2	2	1	1	False	79834	fragment	False	SPA0097_000000017926	0.3235359608105099		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	99.439	100.0	0.0003985501060607884	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0197_000000001549	7533	0.6813762116798189	10	9	2	8	7	False	132521	backbone	False	USA0060_01_000000001071	0.029987408566981382	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6790.0	99.485	100.0	0.18569474835886216	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
AST0003_000000020675	1566	0.6813743131595402	4	3	2	1	3	False	129483	fragment	False	FIJ0098_000000013359	0.6243883343119985		0	0	False	False	1.0	0					non-mobilizable	other	1566.0	99.234	100.0	0.00046786933500670113	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0108_000000000726	9157	0.6813732060604111	13	9	4	8	5	False	131167	fragment	False	CHI0091_000000000183	0.9838499184339315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	82.932	32.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CHI0170_000000008981	1149	0.6813653799016443	2	2	2	2	2	False	77960	fragment	False	CHI0170_000000008981	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1066.0	77.955	92.0	0.0219435736677116	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
ISR0117_000000009703	2765	0.6813640462030333	3	3	3	3	3	False	77010	maximal	True	ISR0117_000000009703	1.0		13	6	False	False	1.0	0					non-mobilizable	other	1240.0	98.226	98.0	0.00629874025194961	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
AST0142_000000003444	1303	0.6813636721904364	3	3	3	2	2	False	105238	fragment	False	SPA0154_000000007428	0.7501213289210104		0	0	False	False	0.9800460338592529	0					non-mobilizable	chromosome	1303.0	93.78399999999999	100.0	0.000536195679300623	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0090_000000043995	1407	0.6813541402856811	2	2	2	2	1	False	9535	maximal	True	MON0090_000000043995	1.0		320	12	False	False	0.9729921817779541	0					non-mobilizable	other	1329.0	99.925	94.0	0.006198279604019547	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0288_000000017433	1715	0.6813475143844082	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.25535418131304144		0	0	False	False	0.9976676106452942	0					non-mobilizable	chromosome	1732.0	91.051	100.0	0.0006005719201431055	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0020_01_000000003899	8670	0.6813382245996783	18	3	0	3	0	False	1809	maximal	True	USA0020_01_000000003899	1.0		1	1	False	False	0.9970011711120605	0					non-mobilizable	no_good_hit								True	False
MAD0058_000000000409	19870	0.6813252583939109	22	7	1	6	3	False	16976	maximal	True	MAD0058_000000000409	1.0		1	1	False	False	0.9991947412490845	0					non-mobilizable	no_good_hit	188.0	81.915	1.0	7.044237813468582e-05	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
ISR0779_000000017241	1980	0.6813237970636561	2	2	2	2	2	False	22339	fragment	False	ISR0779_000000017241	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1980.0	98.788	100.0	0.0004113165892772114	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
MON0078_000000007260	5125	0.6813201286755342	5	5	3	4	5	False	97562	fragment	False	MON0078_000000007260	0.9657935202376035		0	0	False	False	0.9828292727470398	0					non-mobilizable	no_good_hit	430.0	74.884	10.0	0.00011337175880144977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0144_000000003176	2147	0.6813200338565122	2	1	1	1	1	False	108096	fragment	False	ISR0144_000000003176	1.0		0	0	False	False	0.9981369376182556	0					non-mobilizable	no_good_hit								True	False
USA0102_01_000000005073	2757	0.681319995801958	3	3	0	2	3	False	117736	maximal	True	USA0102_01_000000005073	1.0	PS794	7	3	False	True	1.0	0					non-mobilizable	no_good_hit	1586.0	89.596	78.0	0.020557849893823525	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ENG0067_000000009830	2918	0.6813157275218258	5	5	4	4	3	False	102919	maximal	True	ENG0067_000000009830	1.0		9	5	False	False	0.9982864856719971	0					non-mobilizable	no_good_hit	2381.0	99.958	82.0	0.0005743866973971594	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0372_000000002978	4876	0.6813053382797724	9	2	1	2	2	False	48437	maximal	True	ISR0372_000000002978	1.0		1	1	False	False	0.9997949004173279	0					non-mobilizable	no_good_hit								True	False
ENG0141_000000009502	2864	0.6813032775167092	4	3	3	3	2	False	57744	maximal	True	ENG0141_000000009502	1.0		9	5	False	False	0.998603343963623	0					non-mobilizable	no_good_hit	2181.0	92.022	76.0	0.001017858103006118	CP002888.1	firmicutes	Streptococcus salivarius 57.I, complete genome	True	False
ENG0049_000000007265	2696	0.6812961127371914	3	3	3	3	3	False	64190	fragment	False	ENG0049_000000007265	1.0		0	0	False	False	0.9974035620689392	0					non-mobilizable	no_good_hit								True	False
USA0025_01_000000012804	1214	0.6812934651394653	2	1	1	1	1	False	99071	fragment	False	ENG0180_000000013457	0.7128708303455974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	75.882	14.0	4.812190731322008e-05	CP060496.1	high GC Gram+	Brachybacterium sp. Z12 chromosome, complete genome	True	False
ISR0034_000000005246	3772	0.6812908169663424	3	1	1	1	1	False	103583	fragment	False	ISR0034_000000005246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.8954574637686386e-05	CP051481.1	mycoplasmas	Mycoplasma sp. Phocoena C-264-GEN chromosome, complete genome	True	False
MON0105_000000004445	10531	0.6812904782497538	11	4	3	4	3	True	66017	fragment	False	MON0105_000000004445	1.0		0	0	False	False	0.9999050498008728	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	True
ISR0031_000000003383	5247	0.6812895730472491	6	5	5	4	4	False	85326	maximal	True	ISR0031_000000003383	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	77.358	22.0	0.0004546933621233965	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
SPA0132_000000015981	2570	0.6812861732438344	3	2	1	2	1	True	3740	fragment	False	SPA0132_000000015981	1.0		0	0	False	False	0.9898832440376282	0					non-mobilizable	other	2558.0	99.609	99.0	0.013494685511024795	NZ_AKCB01000004.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.4, whole genome shotgun sequence	False	True
ISR0302_000000006871	2176	0.6812820289490691	4	4	3	4	2	False	25540	maximal	True	ISR0302_000000006871	1.0		4	2	False	False	0.9958639740943909	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000004412	5033	0.6812797493694474	8	4	2	4	0	True	94258	fragment	False	ENG0039_000000004412	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5033.0	99.94	100.0	0.0013475302464571765	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0048_000000003446	4836	0.6812796252664132	6	5	2	2	5	False	86930	fragment	False	CHI0048_000000003446	0.9573322286661143		0	0	False	False	1.0	0					non-mobilizable	other	4841.0	93.803	100.0	0.03443359235759606	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0165_000000003674	4828	0.6812796252664132	6	5	2	2	5	False	86930	fragment	False	CHI0048_000000003446	0.956575682382134		0	0	False	False	1.0	0					non-mobilizable	other	4840.0	92.686	100.0	0.0343765594924075	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0080_000000012056	2186	0.6812773514781196	3	3	3	3	3	False	73443	maximal	True	ENG0080_000000012056	0.9984449756934649		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1531.0	87.06700000000001	73.0	0.0034844558106611563	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
MAD0022_000000003244	3292	0.6812721946297856	3	3	3	2	2	False	19299	maximal	True	MAD0022_000000003244	1.0		16	2	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	79.913	10.0	0.0007217140549838012	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
DEN0021_000000011909	2870	0.6812701026311719	3	3	3	3	3	False	74812	maximal	True	DEN0021_000000011909	1.0		224	12	False	False	1.0	0					non-mobilizable	other	2673.0	76.655	93.0	0.010350371416389262	NZ_MCGI01000008.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000008, whole genome shotgun sequence	False	False
ISR0832_000000010282	1304	0.6812656643443278	1	1	1	1	1	False	20998	fragment	False	ISR0832_000000010282	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	99.77	100.0	0.034201270407895425	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
SPA0104_000000001829	14560	0.6812631927529684	19	13	8	6	10	False	8515	fragment	False	SPA0104_000000001829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1063.0	74.41199999999999	7.0	0.000308605868546339	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0003_01_000000029618	1261	0.6812626358607189	2	2	1	2	1	False	2219	maximal	True	USA0003_01_000000029618	1.0		18	7	False	False	0.9873116612434387	0					non-mobilizable	no_good_hit	46.0	89.13	4.0	0.001971349717439874	NZ_CAACUY010000144.1	high GC Gram+	Actinomadura fibrosa isolate LMG 29177, whole genome shotgun sequence	True	False
ENG0128_000000009373	2854	0.6812604084690981	4	4	2	3	3	True	58644	maximal	True	ENG0128_000000009373	1.0		5	4	False	False	0.9835318922996521	0					non-mobilizable	no_good_hit	1648.0	90.23100000000001	84.0	0.00044581224114127933	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ENG0183_000000020169	1501	0.6812598958496723	3	1	1	1	1	False	55152	maximal	True	ENG0183_000000020169	1.0		7	3	False	False	0.9986675381660461	0					non-mobilizable	no_good_hit	98.0	76.531	7.0	0.003164040838960107	NZ_AUCY01000040.1	d-proteobacteria	Desulfovibrio cuneatus DSM 11391 G497DRAFT_scaffold00035.35_C, whole genome shotgun sequence	True	False
DEN0065_000000026523	1297	0.6812515671886344	2	2	2	2	2	False	71053	maximal	True	DEN0065_000000026523	1.0		9	4	False	False	0.9992290139198303	0					non-mobilizable	no_good_hit	274.0	71.533	21.0	0.0004918078081396955	NZ_FJNE01000001.1	firmicutes	Trichococcus palustris isolate Trichococcus palustris, whole genome shotgun sequence	True	False
ISR0095_000000020138	1702	0.6812495477165456	4	2	1	2	2	False	33397	fragment	False	ISR0095_000000020138	1.0		0	0	False	False	0.9982373714447021	0					non-mobilizable	no_good_hit								True	False
SPA0081_000000001181	10154	0.6812452189282229	6	6	5	6	5	False	53833	maximal	True	SPA0081_000000001181	0.9999671430918351		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	4055.0	97.115	40.0	0.2814300590072891	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0082_000000001513	10145	0.6812452189282229	6	6	5	6	5	False	53833	maximal	False	SPA0081_000000001181	0.9994415876813442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4055.0	97.115	40.0	0.2814300590072891	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0080_000000001064	10139	0.6812452189282229	6	6	5	6	5	False	53833	maximal	False	SPA0081_000000001181	0.999080443412292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4055.0	97.115	40.0	0.2814300590072891	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0162_000000008757	3332	0.6812431925953846	4	4	4	4	4	False	97365	fragment	False	CHI0162_000000008757	0.9682643830885835		0	0	False	False	1.0	0					non-mobilizable	chromosome	2723.0	98.421	100.0	0.000505994134408921	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MON0021_000000025957	1172	0.6812381667135007	2	2	2	2	1	False	117010	fragment	False	CAN0009_000000021746	0.5334581987410476		0	0	False	False	0.9931740760803223	0					non-mobilizable	no_good_hit								True	False
ISR0299_000000000587	8594	0.6812325434241208	11	6	4	4	3	True	91662	maximal	True	ISR0299_000000000587	1.0		5	3	False	False	0.9996508955955505	0					non-mobilizable	no_good_hit	1379.0	71.066	16.0	0.001384641660431374	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
SPA0001_000000016498	2052	0.6812287699079755	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.6514158597114426		0	0	False	False	1.0	0					non-mobilizable	other	2052.0	99.366	100.0	0.01011760295191302	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0096_000000030313	1497	0.6812241907191482	3	3	3	3	3	False	68147	maximal	True	DEN0096_000000030313	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	2.1368940533703728e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0115_000000016017	1340	0.6812239713330542	3	3	3	2	2	False	74947	fragment	False	ISR0082_000000024502	0.9568597903381115		0	0	False	False	0.9992537498474121	0					non-mobilizable	no_good_hit	579.0	72.366	41.0	0.004671273285650786	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
FIJ0067_000000006321	4783	0.6812183661645307	5	4	3	2	3	True	75055	fragment	False	FIJ0067_000000006321	1.0		0	0	False	False	0.9997909069061279	0					non-mobilizable	no_good_hit	521.0	72.169	11.0	0.00015415339527369304	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0159_000000005887	3800	0.6812182425552712	5	4	4	3	3	False	56550	maximal	True	ENG0159_000000005887	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	82.069	4.0	3.133803549963896e-05	CP053069.1	b-proteobacteria	Nitrosomonadales bacterium 0125_3 chromosome, complete genome	True	False
ISR0293_000000025990	1347	0.6812150203394071	1	1	1	1	1	False	25811	maximal	True	ISR0293_000000025990	1.0		3	2	False	False	0.9821826219558716	0					non-mobilizable	no_good_hit	764.0	97.775	57.0	0.00022117961495035055	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
USA0034_01_000000042205	1218	0.6812124580779154	2	2	2	2	2	False	1446	maximal	True	USA0034_01_000000042205	1.0		5	4	False	False	0.9811165928840637	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.94843960775586e-06	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0342_000000005207	3398	0.6812028291541226	7	6	4	4	5	True	130603	fragment	False	ISR0183_000000010028	0.8989157438019089		0	0	False	False	1.0	0		MOBV			mobilizable	other	1985.0	95.214	90.0	0.39029202841357535	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
AST0033_000000010771	1222	0.6812009113006029	2	2	2	2	2	False	117010	fragment	False	CAN0009_000000021746	0.27135556096373814		0	0	False	False	0.9852700233459473	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
ISR0051_000000013774	2879	0.6812004409436295	7	5	4	4	3	False	113657	maximal	True	ISR0051_000000013774	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	943.0	93.10700000000001	81.0	0.00031673509064648626	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0383_000000001241	7360	0.6811938878712247	10	7	3	6	3	True	64348	fragment	False	ISR0383_000000001241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	1.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
USA0048_01_000000007724	2051	0.6811894455416642	6	5	1	3	4	False	1121	maximal	True	USA0048_01_000000007724	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2051.0	96.88	100.0	0.0011395745328995168	LR536650.1	firmicutes	Enterococcus faecium isolate E7246 genome assembly, chromosome: 1	False	False
ENG0198_000000001471	13208	0.6811826227846496	10	8	7	8	6	False	71896	maximal	True	ENG0198_000000001471	1.0		16	3	False	False	0.9999243021011353	0					non-mobilizable	no_good_hit	3451.0	83.48299999999999	26.0	0.04667461974351327	NZ_FNAF01000009.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
FIJ0063_000000020118	1432	0.6811797588897599	2	2	2	2	2	False	45559	maximal	True	FIJ0063_000000020118	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	2.0527677333472565e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0224_000000013884	2178	0.6811791448741769	4	4	3	3	1	False	27742	fragment	False	ISR0224_000000013884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	78.155	9.0	0.00014870170292607046	NC_014371.1	CFB group bacteria	Prevotella melaninogenica ATCC 25845 chromosome II, complete sequence	True	False
SPA0042_000000000573	28796	0.6811774137769078	45	15	7	13	7	False	6883	maximal	True	SPA0042_000000000573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	85.686	6.0	0.0003377601203159994	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0051_000000008125	3343	0.6811750874237221	5	5	5	4	2	False	64083	maximal	True	ENG0051_000000008125	1.0		2	2	False	False	0.9997008442878723	0					non-mobilizable	no_good_hit	1567.0	91.066	65.0	0.000439534004025502	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0019_000000011361	1595	0.6811726638245501	3	3	3	3	2	False	66520	fragment	False	ENG0019_000000011361	1.0		0	0	False	False	0.9661442041397095	0					non-mobilizable	no_good_hit	488.0	74.385	28.0	0.00013699834346169698	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0019_000000033066	2030	0.6811718412487562	3	3	3	3	3	False	92585	fragment	False	MON0019_000000033066	1.0		0	0	False	False	0.9699507355690002	0					non-mobilizable	chromosome	1959.0	99.285	97.0	0.0003639737381236838	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CHI0151_000000004631	5210	0.6811702096030104	6	6	4	4	6	False	79527	maximal	True	CHI0151_000000004631	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	5210.0	99.962	100.0	0.0009747444079442885	CP033901.1	enterobacteria	Klebsiella pneumoniae strain KPN1344 chromosome	False	False
CHI0165_000000009742	1696	0.6811679320265001	3	2	1	2	1	True	78313	fragment	False	CHI0165_000000009742	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1696.0	100.0	100.0	0.016914817180265048	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0118_000000004882	5861	0.6811609895619904	8	7	2	3	7	False	4267	fragment	False	SPA0118_000000004882	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5802.0	93.537	99.0	0.0008923059612172909	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0177_000000006743	3923	0.6811586217551003	5	4	2	4	4	False	109915	fragment	False	ENG0177_000000006743	0.998073983783069		0	0	False	False	0.9979607462882996	0					non-mobilizable	other	2004.0	100.0	97.0	0.0005649245855292438	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0066_000000019463	1127	0.6811584377478948	2	2	2	2	2	False	62699	fragment	False	ENG0066_000000019463	1.0		0	0	False	False	0.9955634474754333	0					non-mobilizable	chromosome	1127.0	99.556	100.0	0.0002313950470362836	CP049204.1	enterobacteria	Escherichia coli strain PapM-32-1 chromosome, complete genome	False	False
FIJ0160_000000013477	1442	0.6811562848915079	3	3	3	1	1	False	39320	fragment	False	FIJ0160_000000013477	1.0		0	0	False	False	0.9951456189155579	0					non-mobilizable	chromosome	1442.0	98.544	100.0	0.0002677908555276697	CP035210.1	enterobacteria	Klebsiella pneumoniae strain TH164 chromosome, complete genome	False	False
SPA0065_000000013013	1542	0.681155324522457	4	2	1	1	2	False	80033	fragment	False	FIJ0142_000000021321	0.6666939438068645		0	0	False	False	0.9961089491844177	0					non-mobilizable	no_good_hit	498.0	91.76700000000001	40.0	7.62984022806286e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0091_000000020006	1242	0.6811489747554228	2	2	2	2	0	True	61147	fragment	False	ENG0091_000000020006	1.0		0	0	False	False	0.9524959921836853	0					non-mobilizable	no_good_hit	750.0	89.333	60.0	0.005321454199259686	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ENG0010_000000002349	7533	0.6811487573115563	7	6	4	6	5	False	128379	maximal	True	ENG0010_000000002349	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	4209.0	97.434	100.0	0.0014770716518567068	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0092_000000014823	1935	0.6811472198725218	3	3	3	3	2	False	122298	fragment	False	ENG0186_000000007597	0.9641326499695686		0	0	False	False	0.99896639585495	0					non-mobilizable	other	1950.0	79.641	100.0	0.007494103476721804	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0333_000000016793	1424	0.6811398008110261	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8901111191795807		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	94.65899999999999	99.0	0.005431215479156031	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0145_000000000103	97884	0.6811379854432512	91	14	5	11	6	True	127415	maximal	False	SPA0046_000000000019	0.9119377987929275		0	0	True	True	1.0	393					non-mobilizable	virus	26547.0	95.64200000000001	98.0	0.26736226960680237	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ETH0005_000000002529	16616	0.6811351629726581	2	2	2	1	1	False	52819	maximal	True	ETH0005_000000002529	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	98.14299999999999	4.0	0.00028017115764551715	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
ENG0004_000000006677	3993	0.6811348965653276	6	5	4	3	2	False	119542	fragment	False	ISR0399_000000003211	0.9380639623285139		0	0	False	False	0.9997495412826538	0					non-mobilizable	other	3983.0	97.866	99.0	0.060831041857622975	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0189_000000009037	1871	0.6811342880642712	2	2	2	2	2	False	63487	maximal	False	ISR0051_000000018818	0.9384331241589724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	92.895	64.0	0.00022212582486260635	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
USA0121_01_000000004394	9879	0.681133380572609	12	4	2	4	1	False	45595	maximal	True	USA0121_01_000000004394	1.0		2	2	False	False	0.9989877343177795	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	0.0001936148947415241	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0061_000000003240	8906	0.6811330395250708	4	3	3	3	0	True	89809	fragment	False	DEN0061_000000003240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0181_000000006658	3137	0.6811275962669077	4	4	4	3	3	False	55277	fragment	False	ENG0181_000000006658	1.0		0	0	False	False	0.9945808053016663	0					non-mobilizable	chromosome	3123.0	98.20700000000001	100.0	0.0006554100721538891	CP056662.1	enterobacteria	Escherichia coli strain RHBSTW-00187 chromosome, complete genome	False	False
SPA0003_000000013924	1309	0.6811207097698652	2	2	2	1	1	False	101403	fragment	False	ISR0301_000000013880	0.7890484036957565		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	98.93	100.0	0.010743944210344743	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
AST0059_000000006807	2157	0.6811177037595534	3	1	1	1	1	False	112707	fragment	False	AST0059_000000006807	1.0		0	0	False	False	0.9670839309692383	0					non-mobilizable	no_good_hit	1733.0	70.514	78.0	0.0006819132537576859	NZ_LN831027.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain NCTC10562 chromosome 1	True	False
ISR0207_000000025477	1200	0.6811177037595534	1	1	1	1	1	False	28548	fragment	False	ISR0207_000000025477	1.0		0	0	False	False	0.996666669845581	0					non-mobilizable	no_good_hit	34.0	97.059	25.0	0.0001435519092403929	CP011829.1	firmicutes	Enterococcus faecium strain UW8175 plasmid unnamed1, complete sequence	True	False
ISR0201_000000008188	3617	0.6811157895988532	4	4	4	3	3	False	115988	backbone	False	ENG0038_000000005492	0.9298651696804887	PS760	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1058.0	90.454	34.0	0.00023914827917314877	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0170_000000010339	1563	0.6811124829562896	2	2	2	2	1	False	114053	fragment	False	ISR0836_000000009571	0.11107354819322364		0	0	False	False	0.999360203742981	0					non-mobilizable	other	1573.0	81.691	100.0	0.00048585027221309936	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	False	False
CHI0158_000000003805	3943	0.6811101155565592	5	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.6134468192323123		0	0	False	False	1.0	0		MOBV			mobilizable	other	2739.0	99.81700000000001	100.0	0.36356393573230644	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0003_000000006956	3659	0.6811068676260097	4	2	1	2	1	False	127911	fragment	False	ISR0003_000000006956	1.0		0	0	False	False	0.9964471459388733	0					non-mobilizable	no_good_hit	1365.0	95.971	37.0	0.008715209446162496	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	False
ISR0151_000000002263	6456	0.6810998058890132	8	4	1	4	2	False	30782	maximal	True	ISR0151_000000002263	1.0		1	1	False	False	0.9998450875282288	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000006831	3849	0.6810924872373874	4	4	4	3	2	True	33305	maximal	True	ISR0097_000000006831	1.0		1	1	False	False	0.9763575196266174	0					non-mobilizable	no_good_hit	56.0	87.5	1.0	0.0001924779612734342	NZ_RBAH01000007.1	firmicutes	Paenibacillus ginsengarvi strain KCTC 13059 NODE_7_length_285747_cov_29.434889, whole genome shotgun sequence	True	True
FIJ0082_000000017767	1742	0.6810919479856957	2	2	2	2	2	False	128954	maximal	True	FIJ0082_000000017767	1.0	PS1059	6	1	False	True	0.9977037906646729	0					non-mobilizable	no_good_hit	1450.0	94.48299999999999	83.0	0.019935885970584592	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0080_000000002836	7999	0.6810919121044517	7	5	5	5	5	False	103213	maximal	True	ENG0080_000000002836	1.0		5	2	False	False	0.999875009059906	0					non-mobilizable	no_good_hit	3160.0	81.203	79.0	0.0006962727455564384	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
ISR0106_000000008698	2768	0.6810913263194281	5	4	4	2	2	False	85312	maximal	True	ISR0106_000000008698	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	91.009	23.0	0.0002641897309325981	CP000387.1	firmicutes	Streptococcus sanguinis SK36, complete genome	True	False
SPA0056_000000024745	1448	0.6810890437125134	2	2	2	1	1	False	41288	fragment	False	SPA0056_000000024745	1.0		0	0	False	False	0.9882596731185913	0					non-mobilizable	no_good_hit	1000.0	74.5	76.0	0.00034988028640605307	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ETH0005_000000009221	5257	0.6810786057791668	6	3	1	2	2	False	53579	backbone	True	ETH0005_000000009221	1.0	PS229	2	1	True	True	0.9996195435523987	24					non-mobilizable	no_good_hit	1043.0	90.89200000000001	37.0	0.17770929635336416	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
DEN0024_000000001039	4569	0.6810786057791668	5	3	1	2	2	False	74346	maximal	True	DEN0024_000000001039	1.0	PS65	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1436.0	93.802	65.0	0.24550590652285567	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0308_000000003954	3838	0.6810786057791668	4	3	1	2	2	False	25425	backbone	True	ISR0308_000000003954	1.0	PS65	1	1	True	True	1.0	25					non-mobilizable	no_good_hit	1201.0	96.42	55.0	0.20287621982537238	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MON0041_000000060858	1164	0.6810784178091094	2	2	2	2	1	True	11749	fragment	False	MON0041_000000060858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	287.0	78.74600000000001	25.0	9.767649886301128e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
FIJ0126_000000013653	2671	0.6810748219978405	3	2	2	2	1	False	131668	fragment	False	DEN0028_000000005326	0.12430732307337966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1385.0	84.54899999999999	52.0	0.00047295988923142304	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0202_000000001188	19814	0.6810606850517853	22	12	6	9	10	False	54146	maximal	True	ENG0202_000000001188	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	2252.0	71.803	11.0	0.0006521594266209582	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0035_000000013172	2145	0.6810594906854824	5	3	2	2	2	True	12205	fragment	False	MON0035_000000013172	1.0		0	0	False	False	0.9953380227088928	0					non-mobilizable	chromosome	2190.0	75.936	99.0	0.0008601037634930276	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
ISR0166_000000010749	1907	0.6810493603737876	3	3	3	3	3	False	111662	fragment	False	ISR0173_000000004910	0.9752604166666666		0	0	False	False	0.9994755983352661	0					non-mobilizable	other	1906.0	99.52799999999999	99.0	0.009528001320415931	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0110_000000010631	1796	0.6810487744819066	2	2	2	2	1	False	4613	maximal	True	SPA0110_000000010631	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	97.98700000000001	58.0	0.00040455901514339714	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ENG0041_000000005119	5018	0.6810414305053256	6	3	2	1	3	False	126717	fragment	False	SPA0028_000000005257	0.9740496060880683		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	3488.0	95.929	86.0	0.5318300352814849	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0012_000000025330	1224	0.6810394955729043	2	2	2	1	1	False	19635	maximal	True	MAD0012_000000025330	1.0		1	1	False	False	0.9975489974021912	0					non-mobilizable	no_good_hit								True	False
MAD0014_000000027424	1260	0.6810319842477364	3	2	1	2	1	False	19479	fragment	False	MAD0014_000000027424	1.0		0	0	False	False	0.9944444298744202	0					non-mobilizable	no_good_hit								True	False
ISR0127_000000023129	1121	0.6810309954161364	2	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.26607034471776114		0	0	False	False	0.9973238110542297	0					non-mobilizable	no_good_hit	523.0	98.853	47.0	0.004378717086223818	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0096_000000025922	1464	0.6810203006074669	2	2	2	2	1	False	91454	maximal	True	MON0096_000000025922	0.9738330975954739		230	13	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	77.47399999999999	84.0	0.001723429845404676	NZ_AWEZ01000045.1	actinobacteria	Olsenella profusa F0195 contig00001, whole genome shotgun sequence	True	False
ISR0177_000000013040	2259	0.6810150988875553	4	3	2	3	1	False	126969	fragment	False	ISR0177_000000013040	1.0		0	0	False	False	0.9920318722724915	0					non-mobilizable	other	1770.0	96.836	100.0	0.025069637883008356	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0177_000000009982	2701	0.6810092258368741	4	4	3	3	4	False	55531	maximal	True	ENG0177_000000009982	1.0		104	10	False	False	1.0	0					non-mobilizable	other	1362.0	98.75200000000001	95.0	0.0007178421485685352	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0210_000000004810	4284	0.6810082374876283	5	3	2	3	3	False	54347	maximal	True	ENG0210_000000004810	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1500.0	76.333	39.0	0.0035336528750436655	NZ_LT608326.1	fusobacteria	Fusobacterium massiliense strain Marseille-P2749T, whole genome shotgun sequence	True	False
SPA0078_000000002969	2532	0.6810058802152483	3	3	2	3	1	True	5671	fragment	False	SPA0078_000000002969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1845.0	85.745	72.0	0.025752660633999204	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	True
DEN0073_000000021455	2414	0.6810038495988853	3	2	1	1	2	True	91831	fragment	False	DEN0073_000000021455	1.0		0	0	False	False	0.9946147203445435	0					non-mobilizable	no_good_hit	2141.0	83.46600000000001	88.0	0.0009317780493976242	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0232_000000013292	2080	0.6810038495988853	3	2	1	1	2	True	27450	maximal	True	ISR0232_000000013292	1.0		10	5	False	False	0.9778845906257629	0					non-mobilizable	chromosome	1243.0	86.96700000000001	99.0	0.0005524622725834573	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0027_000000020376	1255	0.6809943069275424	2	2	2	1	1	False	117698	fragment	False	ISR0378_000000025386	0.6346578834719624		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	97.131	100.0	0.0003559765452902089	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0151_000000004880	3628	0.6809927035538152	3	2	1	1	2	False	77583	fragment	False	FIJ0151_000000004880	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3628.0	99.97200000000001	100.0	0.023729611964906083	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
ENG0026_000000009339	1327	0.6809734872054779	1	1	1	1	1	False	66059	maximal	True	ENG0026_000000009339	1.0		20	5	False	False	0.9796533584594727	0					non-mobilizable	no_good_hit	1173.0	99.318	88.0	0.006812448412560016	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
SPA0021_000000002659	9216	0.6809705325956344	8	6	5	3	6	False	125522	maximal	True	SPA0021_000000002659	1.0		35	11	False	False	1.0	0					non-mobilizable	no_good_hit	2262.0	82.051	37.0	0.000985522291742656	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0057_000000004427	4805	0.6809464471907195	5	5	4	4	4	False	125479	fragment	False	MON0096_000000006216	0.9393717981026851		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	85.838	90.0	0.0004502385511413773	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0032_000000016265	1792	0.6809434818230683	2	2	2	1	1	False	35787	fragment	False	MON0032_000000016265	0.9725795668225917		0	0	False	False	1.0	0					non-mobilizable	other	1792.0	97.824	100.0	0.0045156573042206645	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ENG0036_000000006728	3412	0.6809430075805556	4	2	2	2	2	False	65326	maximal	True	ENG0036_000000006728	1.0		5	2	False	False	0.9964830279350281	0					non-mobilizable	no_good_hit	389.0	74.807	11.0	0.0004527794645647009	NZ_FNVT01000004.1	high GC Gram+	Nonomuraea solani strain CGMCC 4.7037, whole genome shotgun sequence	True	False
FIJ0001_000000004920	3973	0.6809419652295396	4	4	4	4	4	False	52647	maximal	True	FIJ0001_000000004920	1.0		34	6	False	False	0.9997482895851135	0					non-mobilizable	other	3974.0	94.992	100.0	0.002676907810827354	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
DEN0022_000000008695	4213	0.6809393448859484	4	4	4	3	3	True	102807	maximal	True	DEN0022_000000008695	1.0		0	0	False	False	0.9969143271446228	0					non-mobilizable	no_good_hit	2203.0	78.847	79.0	0.0003636123286834573	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	True
ENG0160_000000010527	1955	0.6809392007501328	3	3	3	3	3	False	56469	maximal	True	ENG0160_000000010527	1.0		12	7	False	False	0.9933503866195679	0					non-mobilizable	no_good_hit	108.0	86.111	6.0	0.005421015300435708	NZ_AFAL01000404.1	b-proteobacteria	Verminephrobacter aporrectodeae subsp. tuberculatae At4 Contig410, whole genome shotgun sequence	True	False
DEN0082_000000034719	1246	0.6809377680545832	2	2	2	2	2	False	69170	maximal	True	DEN0082_000000034719	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	98.0	31.0	1.029888196178148e-05	CP050992.1	b-proteobacteria	Chromobacterium violaceum strain FDAARGOS_635 chromosome, complete genome	True	False
ENG0169_000000002612	7772	0.6809361390899744	8	5	4	5	4	False	123741	maximal	True	ENG0169_000000002612	1.0	PS903	20	5	False	True	0.9988420009613037	0					non-mobilizable	no_good_hit	4123.0	97.52600000000001	53.0	0.0013914506463730465	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
ISR0074_000000021566	1398	0.6809339769962226	2	2	2	2	1	False	85290	fragment	False	MON0081_000000031907	0.6969907332554796		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	99.213	100.0	0.02017212002194819	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0082_000000024942	1436	0.6809335786650691	1	1	1	1	1	False	9910	maximal	True	MON0082_000000024942	1.0		1	1	False	False	0.89415043592453	0					non-mobilizable	no_good_hit	1024.0	85.352	75.0	0.0003974759497824209	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ENG0105_000000015004	1498	0.6809321291279621	4	3	1	2	3	False	60137	fragment	False	ENG0105_000000015004	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	95.194	100.0	0.04763245765780263	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
USA0057_01_000000020653	1556	0.6809207011097081	2	2	2	1	1	False	968	fragment	False	USA0057_01_000000020653	1.0		0	0	False	False	0.9935732483863831	0					non-mobilizable	no_good_hit	224.0	98.661	14.0	0.0023033585457714694	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
ISR0806_000000002606	3922	0.6809156879328815	3	3	3	3	2	False	130262	fragment	False	ISR0806_000000002606	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3831.0	99.84299999999999	98.0	0.0016506877506470223	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
USA0034_01_000000044123	1163	0.6809126458095799	2	1	1	1	1	False	1443	fragment	False	USA0034_01_000000044123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0382_000000006914	2046	0.6809108220397694	6	5	2	4	2	False	86475	maximal	True	ISR0382_000000006914	1.0		36	6	False	False	0.9995112419128418	0					non-mobilizable	other	2046.0	99.071	100.0	0.0005442461472296274	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0084_000000002126	10553	0.6809067965274186	14	7	5	6	3	True	108909	fragment	False	ENG0084_000000002126	0.9803514531234914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7508.0	99.814	85.0	0.0020295158552884355	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0290_000000000690	10357	0.6809067965274186	15	7	5	6	3	True	108909	fragment	False	ENG0084_000000002126	0.9714299251397707		0	0	False	False	0.9999034404754639	0					non-mobilizable	no_good_hit	7509.0	99.294	83.0	0.0020295158552884355	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0074_000000008025	2401	0.6809042296176596	7	3	2	3	2	True	110402	fragment	False	MON0074_000000008025	0.9855723613818412		0	0	False	False	0.99208664894104	0					non-mobilizable	other	2022.0	99.30799999999999	93.0	0.011640766297648807	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0140_000000002307	5656	0.680902419173725	8	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.07283935790422723	PS1110	0	0	True	True	1.0	4		MOBV			mobilizable	no_good_hit	3590.0	94.039	87.0	0.5837273764878526	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ENG0101_000000005168	5579	0.680902419173725	8	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.07269948507429994	PS1110	0	0	True	True	1.0	57		MOBV			mobilizable	no_good_hit	3590.0	94.01100000000001	88.0	0.5837273764878526	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ENG0019_000000003811	5577	0.680902419173725	8	6	4	4	5	True	130637	backbone	False	AST0039_000000003129	0.0729116639560419	PS1110	0	0	True	True	1.0	10		MOBV			mobilizable	no_good_hit	2096.0	94.323	89.0	0.340453285504647	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0001_000000019450	1781	0.6808975180594318	3	3	3	3	3	False	49023	maximal	True	MON0001_000000019450	1.0		10	3	False	False	0.9988770484924316	0					non-mobilizable	no_good_hit	1456.0	98.352	89.0	0.005795635149830114	NZ_GL833111.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD3, whole genome shotgun sequence	True	False
CHI0187_000000007924	2052	0.6808953805523864	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3567575109833294	PS721	0	0	False	True	0.9995126724243164	0					non-mobilizable	other	2079.0	74.218	100.0	0.2503351614868982	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0134_000000003707	4403	0.6808948382784874	6	4	2	4	1	True	95052	fragment	False	ISR0378_000000004872	0.97523509746829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	1.0	0.001110596945858399	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0171_000000001777	11729	0.6808940838866366	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9817753919498426	PS712	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	472.0	70.127	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ISR0814_000000003367	11477	0.6808940838866366	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9786217552489165	PS712	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	472.0	69.703	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ISR0156_000000002191	11453	0.6808940838866366	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9777213898665293	PS712	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	472.0	69.915	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ISR0079_000000002459	11446	0.6808940838866366	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9777201337474823	PS712	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	472.0	69.915	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ISR0039_000000001999	11432	0.6808940838866366	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9776730604445633	PS712	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	472.0	69.915	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
CHI0049_000000004792	3280	0.6808938791685027	4	4	4	3	3	False	104715	fragment	False	CHI0049_000000004792	0.9659779207544226		0	0	False	False	1.0	0					non-mobilizable	other	3280.0	99.665	100.0	0.0005486814660621521	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0335_000000012929	1492	0.6808924922955532	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9200658713389378		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	97.319	100.0	0.005722927405951691	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0005_000000039561	1382	0.6808924922955532	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.9811719939475063		0	0	False	False	1.0	0					non-mobilizable	chromosome	1269.0	82.03299999999999	99.0	0.0003379269241735931	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0296_000000019356	1335	0.6808924922955532	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7477592931435162		0	0	False	False	0.9992509484291077	0					non-mobilizable	other	1336.0	96.48200000000001	100.0	0.005124150293055337	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
CHI0164_000000000687	20631	0.6808897034813592	33	11	7	10	6	False	78432	maximal	True	CHI0164_000000000687	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	93.626	3.0	0.00023955823422814847	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
USA0037_01_000000025008	1347	0.6808893067319199	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.6291059530061007		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	98.255	94.0	0.0020886081203357046	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0118_000000015161	2026	0.6808892432497726	3	3	3	3	1	False	105894	maximal	True	AST0118_000000015161	1.0		8	2	False	False	0.998519241809845	0					non-mobilizable	no_good_hit	683.0	83.163	34.0	0.0033893912055267014	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
FIJ0039_000000005774	4255	0.6808887080240524	3	3	1	3	1	False	47585	maximal	True	FIJ0039_000000005774	1.0		3	1	False	False	0.9978848695755005	0					non-mobilizable	no_good_hit	2355.0	99.023	55.0	0.16912134492420433	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0179_000000005748	3082	0.6808866297272806	1	1	1	1	1	False	77582	fragment	False	CHI0179_000000005748	0.9896737489840938		0	0	False	False	1.0	0					non-mobilizable	plasmid	2927.0	100.0	100.0	0.010938767575489085	CP059418.1	enterobacteria	Enterobacter hormaechei strain ENCL48880 plasmid p48880_VIM_4, complete sequence	False	True
USA0055_01_000000003168	7834	0.6808838108156713	12	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.07285326718397038	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	7758.0	99.98700000000001	99.0	0.15204735676343178	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0139_000000002621	7651	0.6808838108156713	11	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.06742237730840958	PS1166	0	0	False	True	0.9996079206466675	0					non-mobilizable	plasmid	7646.0	99.241	99.0	0.14979320618617323	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0048_000000002792	7606	0.6808838108156713	11	11	4	7	10	False	132521	backbone	False	USA0060_01_000000001071	0.0659802765678385	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	7606.0	99.98700000000001	100.0	0.149067957739577	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0042_01_000000007047	3387	0.6808804835021423	3	2	1	2	1	False	20211	fragment	False	USA0042_01_000000007047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	87.273	2.0	0.04176334106728538	NZ_MIEH01000060.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_60, whole genome shotgun sequence	True	False
MAD0002_000000013687	2668	0.6808804835021423	2	2	1	2	1	False	20210	fragment	False	MAD0002_000000013687	1.0		0	0	False	False	0.9947526454925537	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000014737	2554	0.6808804835021423	4	2	1	2	1	False	40696	fragment	False	FIJ0133_000000014737	1.0		0	0	False	False	0.9968676567077637	0					non-mobilizable	no_good_hit	639.0	98.74799999999999	25.0	0.00015642350167493284	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0045_000000016936	2344	0.6808804835021423	2	2	1	2	1	False	17864	fragment	False	MAD0045_000000016936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000005105	6827	0.6808798219192724	7	5	3	4	3	False	104673	maximal	True	FIJ0071_000000005105	1.0		1	1	False	False	0.9983887672424316	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	2.6499848984834953e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0815_000000014693	2118	0.6808782968617026	3	3	3	3	1	False	70414	fragment	False	ISR0815_000000014693	0.9839679449548442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	89.355	57.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0058_01_000000009136	2083	0.6808782968617026	3	3	3	3	1	False	70414	fragment	False	ISR0815_000000014693	0.9763447162833188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	89.355	58.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0779_000000016379	2078	0.6808782968617026	3	3	3	3	1	False	70414	fragment	False	ISR0815_000000014693	0.9753263137704702		0	0	False	False	0.9995187520980835	0					non-mobilizable	no_good_hit	977.0	89.355	55.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0018_000000003961	5503	0.6808754793451999	7	5	3	4	2	True	124731	maximal	True	ISR0018_000000003961	1.0		0	0	False	False	0.9965473413467407	0					non-mobilizable	no_good_hit	2217.0	76.274	40.0	0.004545863243538246	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0355_000000015855	1353	0.6808741070291028	2	2	1	2	1	False	23942	maximal	True	ISR0355_000000015855	1.0		193	14	False	False	0.9150037169456482	0					non-mobilizable	no_good_hit	88.0	81.818	6.0	0.0027363653519531985	NZ_PEIK01000022.1	firmicutes	Clostridium combesii strain DSM 20696 scaffold_21, whole genome shotgun sequence	True	False
MON0019_000000039106	1722	0.6808654198783436	3	3	3	2	2	False	13173	maximal	True	MON0019_000000039106	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	350.0	76.571	19.0	0.0001225289262110267	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0219_000000023374	1403	0.6808632061938641	2	2	2	2	2	False	103885	fragment	False	ISR0114_000000018074	0.958063116050349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	75.381	33.0	0.0001469771537551857	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0035_000000010718	2087	0.6808621917456094	3	3	3	3	2	False	108674	maximal	True	MAD0035_000000010718	1.0		3	3	False	False	0.9889793992042542	0					non-mobilizable	no_good_hit	1572.0	90.90299999999999	82.0	0.02148522975929978	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	True	False
ISR0038_000000024654	1420	0.6808590273648079	2	2	1	2	1	False	36613	fragment	False	ISR0038_000000024654	1.0		0	0	False	False	0.9929577708244324	0					non-mobilizable	no_good_hit	995.0	84.925	70.0	0.0003479320099919298	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0125_000000009732	3696	0.6808580668531978	4	4	4	4	4	False	4027	maximal	True	SPA0125_000000009732	1.0		4	2	False	False	0.9962121248245239	0					non-mobilizable	no_good_hit	1006.0	79.324	42.0	0.010226909555768616	NZ_QICA01000012.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_012, whole genome shotgun sequence	True	False
ISR0386_000000009515	3623	0.6808504175891367	3	3	3	3	3	False	132078	fragment	False	ISR0275_000000003606	0.9502671294941205		0	0	False	True	0.9997239708900452	0					non-mobilizable	no_good_hit	394.0	94.416	11.0	0.0010297797633864818	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
USA0057_01_000000009493	3299	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8928327660944497	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	5.0	0.00019652285560810723	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
AST0092_000000005025	3299	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8925209669999866	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	5.0	0.00019652285560810723	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
AST0101_000000003018	3285	0.6808504175891367	4	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8774893127820169	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	2.0	0.005539379305447056	NZ_SLXA01000023.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_123, whole genome shotgun sequence	True	True
USA0065_01_000000003410	3264	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8899797653181993	PS1137	0	0	False	True	0.9978553652763367	0					non-mobilizable	no_good_hit	61.0	96.721	4.0	0.00015721828448648579	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
MON0031_000000010421	3262	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8560083065549566	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	112.0	82.14299999999999	5.0	0.0017389397167564859	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0288_000000009222	3257	0.6808504175891367	4	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8776339526578558	PS1137	0	0	False	True	0.9990789294242859	0					non-mobilizable	no_good_hit	83.0	98.795	4.0	0.001284622133099386	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0046_000000003579	3253	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8801021159606415	PS1137	0	0	False	True	0.9996926188468933	0					non-mobilizable	no_good_hit	57.0	100.0	3.0	0.003976990270577374	NZ_SLXA01000023.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_123, whole genome shotgun sequence	True	True
ISR0343_000000004907	3237	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8770223143905661	PS1137	0	0	False	True	0.9938214421272278	0					non-mobilizable	no_good_hit	63.0	98.413	3.0	0.0009712996616117308	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AST0029_000000009522	3206	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8676901352379099	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	2.0	0.00019652285560810723	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
AST0093_000000005897	3206	0.6808504175891367	4	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8588840625362687	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	73.0	100.0	2.0	0.0011279608973555583	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0008_000000009003	3187	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.855399516003623	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	3.0	0.0007833061787191377	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0012_000000007750	3186	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8552997001956094	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	3.0	1.2691765526118808e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0227_000000008460	3140	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8715200771111797	PS1137	0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
CHI0013_000000002691	3136	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8545872023856368	PS1137	0	0	False	True	0.9958546161651611	0					non-mobilizable	no_good_hit								True	True
SPA0029_000000008220	3125	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8541676329071977	PS1137	0	0	False	True	0.9983999729156494	0					non-mobilizable	no_good_hit								True	True
ISR0821_000000009175	3113	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8531133629420954	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0816_000000013384	3109	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8527249091782279	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AST0140_000000009226	3059	0.6808504175891367	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8233755066434898	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0115_000000026651	1360	0.6808496732445323	2	2	2	2	1	False	72178	maximal	True	ISR0115_000000026651	0.9950913488669721		176	12	False	False	0.9816176295280457	0					non-mobilizable	other	1360.0	98.456	100.0	0.00038578319381929335	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0093_000000006630	5648	0.6808493811568865	5	5	5	4	2	False	9404	maximal	True	MON0093_000000006630	1.0		4	2	False	False	0.9943342804908752	0					non-mobilizable	no_good_hit	535.0	97.009	9.0	0.04829083016820401	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
MAD0087_000000006959	3878	0.6808423209868052	5	4	4	4	4	False	16003	maximal	True	MAD0087_000000006959	1.0		309	13	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	74.86	20.0	0.00043783863427832807	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0083_000000004211	6017	0.6808344026395534	11	6	3	4	6	True	72501	fragment	False	DEN0083_000000004211	1.0		0	0	False	False	0.9998338222503662	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0006087662337662338	NZ_AVCH01000073.1	g-proteobacteria	Arenimonas malthae CC-JY-1 contig17, whole genome shotgun sequence	True	True
ISR0842_000000001717	10175	0.6808326767445042	17	5	5	4	2	True	28420	maximal	True	ISR0842_000000001717	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2756.0	95.9	82.0	0.000766582637777576	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0005_000000011586	1343	0.6808323688171353	1	1	1	1	1	False	102260	fragment	False	CHI0170_000000004962	0.04216885075214719		0	0	False	False	0.9985107779502869	0					non-mobilizable	plasmid	1254.0	75.04	90.0	0.0050601222965486106	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
CHI0117_000000000991	14874	0.6808296622409921	14	11	9	7	7	False	122681	fragment	False	CHI0117_000000000991	1.0		0	0	False	False	0.9997982978820801	0					non-mobilizable	chromosome	13923.0	99.964	94.0	0.0062127461703609796	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0127_000000025388	1152	0.6808235942531099	3	3	3	2	2	False	3900	fragment	False	SPA0127_000000025388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	76.316	45.0	0.0008116264714616895	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	True	False
ENG0136_000000003449	3532	0.6808234564057004	7	4	2	4	3	False	58047	fragment	False	ENG0136_000000003449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
ISR0816_000000024219	1567	0.6808223208013257	1	1	1	1	1	False	32926	fragment	False	ISR0816_000000024219	1.0		0	0	False	False	0.9993618130683899	0					non-mobilizable	no_good_hit	103.0	99.029	7.0	0.0004609836124845209	NZ_AAXG02000047.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont352, whole genome shotgun sequence	True	False
MAD0093_000000021060	1525	0.6808175649466076	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.8889102160422209		0	0	False	False	0.9888524413108826	0					non-mobilizable	no_good_hit	712.0	85.815	55.0	0.0034683787174378273	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0166_000000022118	1155	0.6808169173567299	2	1	1	1	1	False	38989	fragment	False	FIJ0166_000000022118	1.0		0	0	False	False	0.9818181991577148	0					non-mobilizable	no_good_hit								True	False
MON0074_000000010125	1982	0.680816131871008	3	2	2	2	2	False	119311	maximal	True	MON0074_000000010125	1.0	PS818	0	0	False	True	0.8869828581809998	0					non-mobilizable	no_good_hit	1409.0	96.238	71.0	0.024624425051155144	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ISR0392_000000021537	1609	0.6808082220103052	2	2	2	2	1	False	22802	maximal	True	ISR0392_000000021537	1.0		122	12	False	False	0.9925419688224792	0					non-mobilizable	no_good_hit	566.0	83.21600000000001	35.0	0.01237099761841757	NZ_QEKJ01000021.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_121, whole genome shotgun sequence	True	False
AUS0020_000000011805	2335	0.6808068690306475	3	3	2	1	2	True	99633	fragment	False	AUS0020_000000011805	0.9888636363636364		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1343.0	97.245	60.0	0.0005979801658011573	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CHI0075_000000001854	3499	0.6808064408079416	2	2	2	2	2	False	84685	maximal	True	CHI0075_000000001854	1.0		303	12	False	False	0.9959988594055176	0					non-mobilizable	other	3441.0	99.913	98.0	0.0011039433240632047	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0362_000000013803	1513	0.6808053880565387	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8968230649708745		0	0	False	False	0.9993390440940857	0					non-mobilizable	chromosome	1361.0	94.04799999999999	96.0	0.0003631173530969221	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0018_000000024823	1605	0.6808053531415637	2	2	2	2	2	False	99157	maximal	False	AUS0022_000000020318	0.9710965435041716		0	0	False	False	0.9757009148597717	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	4.339827852837621e-06	CP017637.1	a-proteobacteria	Bradyrhizobium japonicum strain J5, complete genome	True	False
ISR0194_000000000480	34424	0.6808044572984853	41	16	8	15	6	True	100494	maximal	True	ISR0194_000000000480	1.0		1	1	False	False	0.9999709725379944	0					non-mobilizable	no_good_hit	813.0	92.98899999999999	2.0	0.012399103827149127	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
FIJ0006_000000009894	3455	0.6808041761730559	5	5	5	4	3	False	51781	maximal	True	FIJ0006_000000009894	1.0		27	1	False	False	0.9997105598449707	0					non-mobilizable	no_good_hit	849.0	79.976	25.0	0.01768025078369906	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
DEN0079_000000027443	2125	0.6807972814086477	3	2	2	2	2	False	69537	maximal	True	DEN0079_000000027443	1.0		1	1	False	False	0.9981176257133484	0					non-mobilizable	no_good_hit	1660.0	99.15700000000001	78.0	0.00033682509357098556	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
FIJ0052_000000011900	2427	0.6807885940862715	4	2	1	0	1	False	94003	fragment	False	CHI0096_000000002628	0.6981490600779343		0	0	False	False	0.9971157908439636	0	rep_cluster_269				non-mobilizable	other	2295.0	96.993	94.0	0.6325234676974048	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0079_000000015778	1783	0.6807851432268722	2	2	2	1	1	False	47999	fragment	False	ISR0079_000000015778	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1783.0	99.04700000000001	100.0	0.0006288182979773011	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0388_000000026842	1313	0.6807851432268722	2	2	2	1	1	False	47998	fragment	False	MAD0001_000000017030	0.7630900496389806		0	0	False	False	0.997715175151825	0					non-mobilizable	other	1313.0	97.715	100.0	0.00039501807538883837	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0238_000000013746	1128	0.6807851432268722	2	2	2	1	1	False	47998	fragment	False	MAD0001_000000017030	0.3753205128205128		0	0	False	False	0.98758864402771	0					non-mobilizable	chromosome	1128.0	97.074	100.0	0.00039768699316521794	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0102_000000009702	1736	0.6807764046412264	2	2	2	2	2	False	33092	maximal	True	ISR0102_000000009702	1.0		11	6	False	False	0.9994239807128906	0					non-mobilizable	other	1736.0	98.50200000000001	100.0	0.03686704489917341	NZ_RCXZ01000045.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0045, whole genome shotgun sequence	False	False
ISR0059_000000001692	8721	0.6807754900914771	9	7	3	7	1	True	72263	maximal	True	ISR0059_000000001692	1.0		1	1	False	False	0.99644535779953	0					non-mobilizable	no_good_hit	361.0	74.792	4.0	0.0010531843424638645	NZ_JHYA01000001.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
ISR0197_000000018649	1364	0.6807728469832044	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.6037253222867278		0	0	False	False	0.9743402004241943	0					non-mobilizable	no_good_hit	1188.0	94.697	87.0	0.005696575296173639	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0351_000000003886	3319	0.6807707925542675	3	3	3	3	3	False	117172	fragment	False	ISR0351_000000003886	1.0		0	0	False	False	0.9933714866638184	0					non-mobilizable	other	3040.0	86.34899999999999	99.0	0.004592014259814305	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0168_000000025860	1220	0.6807702683748817	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.12963189559578803		0	0	False	False	0.9983606338500977	0					non-mobilizable	other	1222.0	84.45200000000001	100.0	0.00034706247010296565	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0849_000000004209	5773	0.6807651250694471	6	6	6	6	6	False	97780	fragment	False	MON0060_000000005169	0.9665640499401402		0	0	False	False	0.9991338849067688	0					non-mobilizable	other	5766.0	97.294	99.0	0.04003250948193223	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
MON0028_000000006463	3728	0.6807622738444785	3	3	3	3	3	False	128873	maximal	True	MON0028_000000006463	1.0	PS1059	5	3	False	True	1.0	0					non-mobilizable	no_good_hit	1346.0	99.777	65.0	0.000363668908255122	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0160_000000017253	1152	0.6807611545577946	2	2	1	1	2	True	76226	fragment	False	DEN0007_000000020276	0.6288135593220339		0	0	False	False	0.953125	0					non-mobilizable	other	1080.0	99.815	94.0	0.000473899928497768	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
FIJ0129_000000006897	3040	0.6807564280266272	5	4	2	4	3	False	40965	maximal	True	FIJ0129_000000006897	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	76.581	14.0	0.0015833530314456913	NZ_CABJCG010000006.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
FIJ0135_000000023201	1226	0.6807561783887954	2	2	2	2	2	False	40567	fragment	False	FIJ0135_000000023201	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	98.777	100.0	0.016823687752355317	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0071_01_000000003098	4455	0.6807477378702463	5	4	4	3	4	False	55901	maximal	True	USA0071_01_000000003098	1.0		26	6	False	False	1.0	0					non-mobilizable	other	2097.0	99.809	100.0	0.000634742010381787	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0078_000000011216	1756	0.6807454240362595	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.05485793772597928		0	0	False	False	0.9994305372238159	0					non-mobilizable	other	1756.0	97.836	100.0	0.003667637593912642	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0222_000000009734	6348	0.6807432848578756	7	7	6	7	5	False	27904	maximal	True	ISR0222_000000009734	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	70.138	12.0	0.0002493860589031303	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
ISR0009_000000025314	1341	0.6807373567345175	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.8348934654023901		0	0	False	False	0.9955257177352905	0					non-mobilizable	other	1341.0	98.807	100.0	0.0022230892473207543	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0135_000000006858	4234	0.68073624586113	7	4	3	3	4	False	66806	fragment	False	FIJ0135_000000006858	0.9833210522096858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	77.407	31.0	0.0002968229737807129	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0002_000000006708	4565	0.680733298758713	4	2	2	1	2	False	20230	maximal	True	MAD0002_000000006708	1.0		1	1	False	False	0.9997809529304504	0					non-mobilizable	no_good_hit	344.0	73.837	7.0	8.262495307907894e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0033_000000006788	2831	0.680733298758713	4	2	2	1	2	False	18893	fragment	False	MAD0033_000000006788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000006144	5955	0.6807315545436975	10	8	7	8	6	False	132492	fragment	False	ISR0054_000000002543	0.7338233009170504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3043.0	96.714	89.0	0.0008511171857660516	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0132_01_000000008534	1869	0.6807302095577762	3	2	2	2	1	False	76	fragment	False	USA0132_01_000000008534	1.0		0	0	False	False	0.995184600353241	0					non-mobilizable	no_good_hit								True	False
SPA0054_000000007338	3831	0.6807229902378499	4	3	3	3	3	False	128352	fragment	False	SPA0054_000000007338	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	98.09899999999999	100.0	0.000512895202827056	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0054_000000006320	4345	0.6807203658697873	6	4	3	4	3	False	131606	maximal	True	SPA0054_000000006320	1.0		0	0	False	False	0.9997698664665222	0					non-mobilizable	no_good_hit	1744.0	98.681	40.0	0.00034090072939448827	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
ISR0101_000000009289	2592	0.6807203493556546	3	3	3	3	2	False	126639	maximal	True	ISR0101_000000009289	1.0		1	1	False	False	0.9934413433074951	0					non-mobilizable	other	1778.0	96.344	100.0	0.000570504316826699	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0030_000000020923	1453	0.6807189092701222	2	2	2	2	2	False	7308	maximal	True	SPA0030_000000020923	1.0		231	9	False	False	0.9896765351295471	0					non-mobilizable	other	1432.0	98.81299999999999	99.0	0.015399350020446376	NZ_QSFS01000015.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf15, whole genome shotgun sequence	False	False
ENG0124_000000010090	3092	0.6807022376301018	3	3	3	3	3	False	102666	fragment	False	ENG0124_000000010090	0.9750191070179414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	86.204	65.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0051_000000040326	1217	0.6806980192137929	2	2	1	2	1	False	72411	fragment	False	DEN0051_000000040326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	79.789	86.0	0.00010502817264549608	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
MAD0109_000000005766	2455	0.6806952319598478	4	3	2	2	3	False	14594	fragment	False	MAD0109_000000005766	1.0		0	0	False	False	0.9975560307502747	0					non-mobilizable	plasmid	2455.0	99.959	100.0	0.03133579354640992	CP041524.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-2	False	True
ENG0203_000000012415	1505	0.6806905268635416	1	1	1	1	1	False	54624	fragment	False	ENG0203_000000012415	0.9811332979473647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000023405	1379	0.6806905268635416	1	1	1	1	1	False	54624	fragment	False	ENG0203_000000012415	0.953875398157345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000023814	1321	0.6806905268635416	1	1	1	1	1	False	12375	fragment	False	MON0032_000000023814	1.0		0	0	False	False	0.9992430210113525	0					non-mobilizable	no_good_hit								True	False
ENG0092_000000004105	4737	0.6806891691384914	6	5	5	5	4	False	61127	maximal	True	ENG0092_000000004105	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	3408.0	92.34200000000001	87.0	0.0013977328230002414	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0062_000000007876	3187	0.6806825583055235	5	2	2	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.7188513140395811		0	0	False	False	0.9996862411499023	0					non-mobilizable	other	3164.0	99.115	99.0	0.06044901705805859	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0060_000000004476	3018	0.6806825583055235	4	2	2	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.28222458012272383		0	0	False	False	1.0	0					non-mobilizable	other	2294.0	99.43299999999999	92.0	0.04384991968178689	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0008_000000011564	2487	0.6806825583055235	4	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.9063696624129449		0	0	False	False	0.9983916282653809	0					non-mobilizable	other	2487.0	99.43700000000001	100.0	0.04752160942400367	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0101_000000004173	6671	0.6806823581144521	4	3	3	3	2	False	60521	maximal	True	ENG0101_000000004173	1.0		47	9	False	False	0.9943037033081055	0					non-mobilizable	other	4039.0	99.876	92.0	0.013336812310293919	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	False
CHI0012_000000002362	2435	0.6806749756006123	4	4	3	2	3	False	123556	backbone	False	ISR0826_000000002301	0.1195961750167176	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	2435.0	98.76799999999999	100.0	0.024730668674147246	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0005_000000048245	1138	0.6806731861670788	1	1	1	1	1	False	48825	fragment	False	MON0102_000000036036	0.6961922844296344		0	0	False	False	0.9367311000823975	0					non-mobilizable	other	1138.0	95.78200000000001	100.0	0.015651479037213596	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0041_000000022820	2652	0.6806673668493072	3	3	3	3	3	False	11817	fragment	False	MON0041_000000022820	1.0		0	0	False	False	0.9901960492134094	0					non-mobilizable	no_good_hit	91.0	79.12100000000001	3.0	0.00020872224463185148	NZ_PTIY01000002.1	g-proteobacteria	Methylobacter tundripaludum strain OWC-G53F Ga0139037_102, whole genome shotgun sequence	True	False
ISR0839_000000008375	2299	0.6806636839808883	3	3	3	3	3	True	20845	fragment	False	ISR0839_000000008375	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2299.0	99.087	100.0	0.011784796689179833	NZ_CABJDM010000006.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	True
ISR0182_000000004882	6018	0.6806592309044632	6	2	2	2	1	True	33956	maximal	True	ISR0182_000000004882	1.0		1	1	False	False	0.9995014667510986	0					non-mobilizable	no_good_hit								True	True
AST0062_000000001317	11578	0.6806574460184307	10	6	6	6	5	True	111741	maximal	True	AST0062_000000001317	1.0		8	2	False	False	0.9999136328697205	0					non-mobilizable	no_good_hit	8319.0	98.81	81.0	0.3240733515411627	MK232046.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.O21_2-CL08_c3 sequence	True	True
ISR0782_000000003465	3962	0.6806574352401081	4	4	4	4	3	False	74492	maximal	True	ISR0782_000000003465	1.0		11	5	False	False	0.9987379908561707	0					non-mobilizable	no_good_hit	60.0	95.0	2.0	2.6588205922500338e-05	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
AUS0024_000000011266	2890	0.6806567077168645	5	4	3	4	3	False	98968	maximal	True	AUS0024_000000011266	1.0		18	4	False	False	0.9889273643493652	0					non-mobilizable	no_good_hit	876.0	73.17399999999999	30.0	0.021584699453551914	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
DEN0053_000000011806	1153	0.6806492493740254	1	1	1	1	1	False	72073	fragment	False	DEN0053_000000011806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0129_000000013984	1839	0.6806426206473887	2	2	2	2	2	False	129783	maximal	False	FIJ0063_000000014314	0.8458167777852952		0	0	False	False	0.9983686804771423	0					non-mobilizable	other	1833.0	99.291	99.0	0.511303377058331	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
MON0088_000000018275	1752	0.6806403691932662	3	3	3	3	3	False	107145	fragment	False	FIJ0147_000000011258	0.26846116110192		0	0	False	False	1.0	0					non-mobilizable	other	1630.0	98.65	93.0	0.01458422862054147	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0165_000000008933	2339	0.6806367907908635	3	3	3	3	3	False	88691	fragment	False	ISR0165_000000008933	0.9731498194945848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	72.38600000000001	37.0	0.00763540921021236	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0793_000000000202	24707	0.6806352131571911	25	10	5	10	3	True	49837	maximal	True	ISR0793_000000000202	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0001766919728836719	NZ_FOTW01000021.1	g-proteobacteria	Rugamonas rubra strain ATCC 43154, whole genome shotgun sequence	True	True
AUS0022_000000016300	2117	0.6806339400593047	2	2	2	2	2	False	99228	fragment	False	FIJ0087_000000014320	0.9455231282335461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	80.952	35.0	0.0002501889269122745	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0155_000000003773	7048	0.6806315847365284	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.5789436926261774		0	0	False	False	1.0	0					non-mobilizable	chromosome	6284.0	97.024	92.0	0.0017851504834071458	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0024_01_000000011741	1943	0.6806210626279651	4	4	2	4	2	False	1676	maximal	True	USA0024_01_000000011741	1.0		0	0	False	False	0.9716932773590088	0					non-mobilizable	no_good_hit	1375.0	88.291	87.0	0.00038017006292661524	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0140_000000000907	15351	0.6806189414412314	15	12	4	4	11	False	103773	fragment	False	ENG0140_000000000907	1.0		0	0	False	False	0.9999348521232605	0					non-mobilizable	no_good_hit	4370.0	87.689	45.0	0.000971286646106051	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
CAN0001_000000014114	3319	0.6806183200598174	4	4	3	4	2	False	113756	fragment	False	ISR0059_000000003816	0.27174032828993483		0	0	False	False	1.0	0					non-mobilizable	chromosome	3322.0	91.571	100.0	0.0009278044954996584	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0350_000000012771	1544	0.6806142438618675	2	2	2	1	2	True	76122	fragment	False	ISR0350_000000012771	0.9667840907754928		0	0	False	False	0.9948186278343201	0					non-mobilizable	plasmid	1544.0	99.935	100.0	0.016184522435964674	CP038320.1	enterobacteria	Escherichia coli O157:H7 strain NE122 plasmid pNE122-1, complete sequence	False	True
MAD0109_000000009497	1502	0.6806142438618675	2	2	2	1	2	True	76122	fragment	False	ISR0350_000000012771	0.9419305220801231		0	0	False	False	1.0	0					non-mobilizable	plasmid	1502.0	100.0	100.0	0.0226395173453997	CP042881.1	enterobacteria	Escherichia coli strain NMBU_W05E18 plasmid pNMBU-W05E18_03, complete sequence	False	True
DEN0008_000000005995	1491	0.6806142438618675	2	2	2	1	2	True	76122	fragment	False	ISR0350_000000012771	0.9020401518962722		0	0	False	False	0.9973172545433044	0					non-mobilizable	plasmid	1491.0	100.0	100.0	0.010900258972595724	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
ISR0310_000000012909	1393	0.6806142438618675	2	2	2	1	2	True	48515	fragment	False	FIJ0149_000000016987	0.6993043938233194		0	0	False	False	1.0	0					non-mobilizable	plasmid	1393.0	98.134	100.0	0.006420575361042052	CP054304.1	enterobacteria	Klebsiella pneumoniae strain MS14393 plasmid pMS14393A, complete sequence	False	True
ISR0047_000000002211	10430	0.6806128584461144	8	4	2	4	1	False	103148	fragment	False	ISR0047_000000002211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	90.56299999999999	5.0	0.5993413830954994	GQ876117.1		Uncultured organism clone VC1A925TF genomic sequence	True	False
AUS0002_000000003547	7820	0.6806128584461144	8	4	2	4	1	False	103145	fragment	False	AUS0002_000000003547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	90.164	1.0	1.6600467690509733e-05	NZ_CTDZ01000009.1	firmicutes	Numidum massiliense strain mt3, whole genome shotgun sequence	True	False
SPA0021_000000013228	2513	0.6806119373406845	3	3	3	3	0	False	7686	maximal	True	SPA0021_000000013228	1.0		9	4	False	False	0.9916434288024902	0					non-mobilizable	chromosome	1560.0	87.62799999999999	94.0	0.00048479047961459156	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	False	False
CHI0111_000000011967	2525	0.6806114507262108	4	3	2	3	2	True	105315	fragment	False	SPA0046_000000011199	0.973358348968105		0	0	False	False	1.0	0					non-mobilizable	chromosome	2525.0	100.0	100.0	0.0011611431095081243	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
ISR0803_000000003599	3640	0.6806108022542938	7	3	1	2	2	True	86799	fragment	False	ISR0803_000000003599	1.0		0	0	False	False	0.9997252821922302	0					non-mobilizable	no_good_hit								True	True
ISR0123_000000006179	3257	0.6806108022542938	5	3	1	2	2	True	86797	fragment	False	ISR0123_000000006179	1.0		0	0	False	False	0.9987718462944031	0					non-mobilizable	no_good_hit								True	True
SPA0100_000000003861	8163	0.6806106696804843	11	4	2	2	3	False	130741	maximal	True	SPA0100_000000003861	1.0	PS1125|PS140|PS493|PS494	2	2	False	True	0.9995099902153015	0					non-mobilizable	no_good_hit	1991.0	97.137	74.0	0.30573052696266706	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
ENG0117_000000019152	1207	0.6805974211814146	2	2	2	2	2	False	59328	maximal	True	ENG0117_000000019152	1.0		193	13	False	False	1.0	0					non-mobilizable	other	1207.0	99.089	100.0	0.001079244850767105	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0095_000000007923	3563	0.6805948953618597	2	2	1	2	2	False	36002	fragment	False	ISR0095_000000007923	0.9885353969618802		0	0	False	False	0.9935447573661804	0					non-mobilizable	other	3517.0	99.88600000000001	99.0	0.0006798439998056483	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0049_000000004957	4012	0.6805942228137257	7	5	3	4	3	False	113690	fragment	False	ENG0049_000000004957	0.9755343051334399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1711.0	92.87	50.0	0.0005752393941709299	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0109_000000000155	43225	0.6805931050870075	38	18	12	12	14	True	41688	fragment	False	MON0109_000000000155	1.0		0	0	False	False	0.9999768733978271	0					non-mobilizable	no_good_hit	9887.0	90.64399999999999	76.0	0.0040275471301528705	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
CAN0009_000000004679	4518	0.6805919576253064	3	3	3	3	2	False	94824	maximal	True	CAN0009_000000004679	1.0		3	3	False	False	0.9995573163032532	0					non-mobilizable	no_good_hit	1266.0	70.932	27.0	0.00489399691159439	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
ISR0345_000000008830	1526	0.6805870808473796	3	2	2	2	1	False	61974	fragment	False	ISR0345_000000008830	1.0		0	0	False	False	0.9908257126808167	0					non-mobilizable	no_good_hit	655.0	84.12200000000001	74.0	0.002532450659872098	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0008_000000001325	13841	0.6805802026839307	15	13	11	11	5	True	121702	fragment	False	ENG0008_000000001325	1.0		0	0	False	False	0.9994942545890808	0					non-mobilizable	no_good_hit	770.0	99.61	6.0	0.000122624899998517	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
ISR0188_000000009491	2254	0.6805741327958238	4	4	4	4	2	False	69753	maximal	True	ISR0188_000000009491	1.0		27	8	False	False	0.9951198101043701	0					non-mobilizable	other	1138.0	99.385	100.0	0.0005580102444202657	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0077_000000018793	1853	0.6805721087450269	3	3	3	2	1	False	63498	maximal	True	ISR0077_000000018793	1.0		18	8	False	False	0.9989206790924072	0					non-mobilizable	no_good_hit								True	False
FIJ0016_000000011055	1697	0.6805701189918207	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.8367042000514276		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	99.525	99.0	0.009776909752496541	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
AST0019_000000019075	1577	0.6805631564904048	3	3	3	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9764675907364395		0	0	False	False	0.9993658661842346	0					non-mobilizable	no_good_hit	703.0	89.758	78.0	0.00022594514206663417	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0123_000000006829	4780	0.6805603424384905	9	4	0	3	3	True	41377	maximal	True	FIJ0123_000000006829	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0006_000000001679	15695	0.6805566155913085	20	16	12	10	10	True	91943	maximal	True	ENG0006_000000001679	0.9998631636562672		29	5	False	False	1.0	0					non-mobilizable	other	11140.0	99.713	100.0	0.0020975959279635205	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0125_000000019208	1730	0.6805487243749053	3	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.19981615005267983	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1619.0	74.367	92.0	0.1947592931139549	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0188_000000012296	1710	0.6805487243749053	2	2	1	2	1	False	112738	maximal	True	ISR0188_000000012296	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1513.0	74.35600000000001	87.0	0.18196221815965874	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0213_000000017268	1571	0.6805487243749053	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.16656792702581322	PS721	0	0	False	True	0.9923615455627441	0					non-mobilizable	other	1504.0	74.402	94.0	0.18086532602071909	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
DEN0073_000000034132	1560	0.6805487243749053	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.17158698719257226	PS721	0	0	False	True	0.9967948794364929	0					non-mobilizable	other	1523.0	74.327	96.0	0.18318098720292506	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0043_000000014611	1516	0.6805487243749053	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.1468920733525113	PS721	0	0	False	True	0.9967018365859985	0					non-mobilizable	other	1476.0	74.39	96.0	0.1773308957952468	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0101_000000007763	1501	0.6805487243749053	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.1710915990831512	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1522.0	74.376	100.0	0.18305911029859842	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0243_000000008561	1461	0.6805487243749053	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.15822047523379043	PS721	0	0	False	True	0.9993155598640442	0					non-mobilizable	other	1483.0	74.241	100.0	0.17830591102985985	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0305_000000012826	1459	0.6805487243749053	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.11825269995348	PS721	0	0	False	True	0.9876627922058105	0					non-mobilizable	other	1452.0	74.449	98.0	0.1748933577087142	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0142_000000018495	1448	0.6805487243749053	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.13823754567507415	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1443.0	74.29	98.0	0.17355271176112128	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MON0014_000000009527	1741	0.6805470280584048	3	3	3	3	2	False	120659	fragment	False	MON0104_000000022401	0.6815748997343393		0	0	False	False	1.0	0					non-mobilizable	other	1741.0	99.25299999999999	100.0	0.002888853838938097	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0042_000000013725	2195	0.680545720814227	3	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.26347115181412223		0	0	False	False	1.0	0					non-mobilizable	other	2195.0	98.26899999999999	100.0	0.0006553160270509194	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0141_000000010616	2574	0.6805441239688218	3	2	2	2	2	True	115274	fragment	False	ENG0141_000000010616	1.0		0	0	False	False	0.9937840104103088	0					non-mobilizable	other	1968.0	99.492	90.0	0.0006682718327329532	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0141_000000010282	2655	0.6805319819713399	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9929894611870848		0	0	False	False	0.9996233582496643	0					non-mobilizable	no_good_hit	1035.0	93.43	55.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
DEN0028_000000015345	1952	0.6805285080883733	4	3	1	3	1	False	73969	fragment	False	DEN0028_000000015345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	1.2119423967957914e-05	CP026120.1	firmicutes	Lysinibacillus sphaericus strain KCCM 35418 chromosome, complete genome	True	False
ISR0084_000000004402	4893	0.6805256917225759	6	6	6	6	5	False	119885	maximal	True	ISR0084_000000004402	1.0		1	1	False	False	0.9932556748390198	0					non-mobilizable	no_good_hit	4169.0	99.928	85.0	0.010921430162327878	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
ENG0166_000000009650	2864	0.6805247236584534	3	3	2	3	3	False	56164	maximal	True	ENG0166_000000009650	1.0		1	1	False	False	0.9954608678817749	0					non-mobilizable	plasmid	2799.0	99.60700000000001	99.0	0.017127670649038904	CP012385.1	firmicutes	Enterococcus durans strain KLDS 6.0930 plasmid unnamed 1, complete sequence	False	True
ISR0187_000000011834	2371	0.6805125464739716	2	2	2	2	1	False	125875	fragment	False	ISR0187_000000011834	1.0		0	0	False	False	0.9945170879364014	0					non-mobilizable	other	2137.0	95.976	97.0	0.0426735424037097	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
MAD0095_000000024658	1514	0.6805077524293109	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.1669121600994455		0	0	False	False	1.0	0					non-mobilizable	chromosome	1514.0	90.819	100.0	0.0005072473768376778	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0080_000000003252	1227	0.6804983259776993	2	2	2	2	2	False	69388	maximal	True	DEN0080_000000003252	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	1234.0	90.681	100.0	0.0002740272090004405	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0158_000000015595	1244	0.6804916823447272	2	2	1	2	1	False	30495	maximal	True	ISR0158_000000015595	1.0		1	1	False	False	0.9991961121559143	0					non-mobilizable	no_good_hit								True	False
ENG0178_000000007083	3043	0.680490663230173	3	3	2	3	2	False	75176	maximal	True	ENG0178_000000007083	1.0		13	2	False	False	0.9996713995933533	0					non-mobilizable	other	3043.0	99.704	100.0	0.0485899177119118	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0014_000000017789	1311	0.680483281181313	2	2	2	2	2	False	73915	fragment	False	DEN0028_000000023243	0.969029660194254		0	0	False	False	0.9855072498321533	0					non-mobilizable	no_good_hit	97.0	79.381	7.0	0.0020421907927610852	NZ_QRST01000017.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf17, whole genome shotgun sequence	True	False
MON0075_000000018275	1434	0.680480797642913	2	2	2	2	2	False	43625	fragment	False	MON0075_000000018275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	98.571	10.0	0.9928571428571429	KU547922.1	bacteria	Uncultured bacterium clone PI_11F_Contig_13 genomic sequence	True	False
SPA0027_000000003670	8206	0.6804692097630324	5	4	4	2	3	False	94306	maximal	True	SPA0027_000000003670	1.0		5	4	False	False	1.0	0					non-mobilizable	chromosome	8132.0	98.91799999999999	99.0	0.0015911962288786361	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0170_000000018095	2553	0.6804648747116528	4	4	3	3	3	False	35128	fragment	False	ISR0170_000000018095	1.0		0	0	False	False	0.9972581267356873	0					non-mobilizable	other	1857.0	99.40799999999999	99.0	0.0005268679968569599	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0031_000000007285	3231	0.68046465321768	1	1	1	1	1	False	48607	fragment	False	FIJ0031_000000007285	1.0		0	0	False	False	0.9996904730796814	0					non-mobilizable	other	3153.0	100.0	100.0	0.020082445063171778	NZ_NGRP01000002.1	enterobacteria	Enterobacter kobei strain MGH178 scaffold00002, whole genome shotgun sequence	False	False
ENG0146_000000014275	1572	0.6804644762954036	2	1	1	1	1	False	57413	fragment	False	ENG0146_000000014275	1.0		0	0	False	False	0.9860050678253174	0					non-mobilizable	no_good_hit								True	False
MON0029_000000012052	2374	0.6804596644677471	3	2	2	2	2	False	12560	maximal	True	MON0029_000000012052	1.0		63	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000017376	1727	0.6804581924775882	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.20884853269472448		0	0	False	False	1.0	0					non-mobilizable	chromosome	1730.0	90.694	100.0	0.0005796151180587134	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0060_000000006880	2037	0.6804580694469031	4	4	4	3	2	False	106609	fragment	False	ENG0027_000000009711	0.6449101819713804		0	0	False	False	0.992145299911499	0					non-mobilizable	other	2037.0	98.38	100.0	0.00800270425369673	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0388_000000002732	9006	0.6804470019321152	15	10	7	8	6	True	22957	maximal	True	ISR0388_000000002732	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	7.767848740898301e-06	NZ_CP009520.1	euryarchaeotes	Methanosarcina vacuolata Z-761, complete genome	True	True
ENG0142_000000017107	1974	0.6804459654671495	3	3	3	2	2	False	102427	fragment	False	ENG0142_000000017107	0.9769218355894368		0	0	False	False	0.976190447807312	0					non-mobilizable	chromosome	1754.0	100.0	100.0	0.00031997143803158974	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
AUS0004_000000010686	1931	0.6804459654671495	3	3	3	2	2	False	102427	fragment	False	ENG0142_000000017107	0.8869836524990031		0	0	False	False	0.998964250087738	0					non-mobilizable	other	1362.0	98.97200000000001	100.0	0.00036392957172800135	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0148_000000015240	1909	0.6804459654671495	3	3	3	2	2	False	102427	fragment	False	ENG0142_000000017107	0.8869052204511324		0	0	False	False	0.9848088026046753	0					non-mobilizable	chromosome	1754.0	100.0	100.0	0.00031997143803158974	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
DEN0026_000000015285	1885	0.6804459654671495	3	3	3	2	2	False	102427	fragment	False	ENG0142_000000017107	0.9576385868249871		0	0	False	False	1.0	0					non-mobilizable	chromosome	1848.0	100.0	100.0	0.00033712906220441884	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
FIJ0088_000000014908	1873	0.6804459654671495	3	3	3	2	2	False	102427	fragment	False	ENG0142_000000017107	0.9657157809646307		0	0	False	False	1.0	0					non-mobilizable	chromosome	1754.0	100.0	100.0	0.00031997143803158974	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ENG0040_000000012841	1828	0.6804459654671495	3	3	3	2	2	False	102427	fragment	False	ENG0142_000000017107	0.8759835231112766		0	0	False	False	1.0	0					non-mobilizable	chromosome	1771.0	100.0	100.0	0.00032307441261603755	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
SPA0130_000000018074	1828	0.6804459654671495	3	3	3	2	2	False	102427	fragment	False	ENG0142_000000017107	0.8673710656163411		0	0	False	False	0.9917942881584167	0					non-mobilizable	chromosome	1828.0	100.0	100.0	0.00033347850386977436	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
CAN0005_000000002420	8091	0.6804431345835639	7	6	3	3	5	False	121559	fragment	False	CAN0017_000000004497	0.9508303789989027		0	0	False	False	1.0	0					non-mobilizable	other	7992.0	99.98700000000001	100.0	0.00154687739249628	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
TAN0001_000000011632	1314	0.6804361917699837	3	2	1	2	1	True	3092	fragment	False	TAN0001_000000011632	0.9927884615384616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0111_000000020354	1685	0.6804303477840892	2	2	2	2	0	True	4569	maximal	True	SPA0111_000000020354	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	98.884	27.0	0.002205055348369147	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0119_000000025579	1223	0.6804243384468679	2	1	1	1	1	False	32324	maximal	True	ISR0119_000000025579	1.0		59	11	False	False	0.9738348126411438	0					non-mobilizable	no_good_hit	490.0	92.449	40.0	0.00021821813513191486	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MAD0112_000000008860	3112	0.6804174152798488	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.04347099888337211		0	0	False	False	1.0	0					non-mobilizable	other	1070.0	87.477	92.0	0.00044768705501143323	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
SPA0128_000000021427	1736	0.6804122915710197	2	2	2	2	2	False	7228	fragment	False	SPA0128_000000021427	1.0		0	0	False	False	0.9930875301361084	0					non-mobilizable	no_good_hit	637.0	99.84299999999999	68.0	0.00027882214303751295	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0165_000000012412	1607	0.6804099944683739	2	1	1	1	1	True	63185	fragment	False	ENG0165_000000012412	1.0		0	0	False	False	0.9800871014595032	0		MOBV			mobilizable	plasmid	1607.0	100.0	100.0	0.3653321201091902	HG796315.1	bacteria	Uncultured bacterium plasmid pRGI00390	False	True
ISR0126_000000017756	2766	0.6804062471548364	2	2	1	2	1	True	126088	fragment	False	ISR0126_000000017756	0.9716363636363636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.251702426870044e-05	NZ_JXXZ01000006.1	g-proteobacteria	Pseudoalteromonas ruthenica strain S3137 contig0006, whole genome shotgun sequence	True	True
ISR0115_000000030304	1214	0.6803887704264526	2	1	1	1	1	False	32438	fragment	False	ISR0115_000000030304	0.9884417808219178		0	0	False	False	0.9876441359519958	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000007679	2914	0.6803866451639966	4	2	2	2	2	False	37458	fragment	False	ISR0024_000000007679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1120.0	89.821	38.0	0.0003153198635155739	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0134_000000029177	1312	0.6803853267460009	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2228493848743451		0	0	False	False	0.9984756112098694	0					non-mobilizable	chromosome	1312.0	98.399	100.0	0.0004225593170461589	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0388_000000019623	1790	0.6803828265527238	3	3	3	3	2	False	22935	maximal	True	ISR0388_000000019623	1.0		4	3	False	False	0.9748603105545044	0					non-mobilizable	no_good_hit	145.0	79.31	8.0	0.0016180680493793635	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
CHI0003_000000000373	20080	0.6803825191804773	10	7	6	5	5	False	119090	maximal	False	ISR0208_000000000716	0.9454436450839329		0	0	False	False	0.9995517730712891	0					non-mobilizable	no_good_hit	3359.0	87.139	19.0	0.0013045972187246426	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0090_000000008529	1563	0.6803798075571312	3	2	1	1	2	True	83793	fragment	False	CHI0090_000000008529	0.9448116325181758		0	0	False	False	0.999360203742981	0					non-mobilizable	no_good_hit	75.0	89.333	5.0	0.0007732416589168348	NZ_ADFP01000051.1	bacteria	Pyramidobacter piscolens W5455 contig00025, whole genome shotgun sequence	True	True
MON0092_000000046291	1207	0.680378717735315	2	2	1	2	1	False	9421	maximal	True	MON0092_000000046291	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0012_000000005100	4655	0.6803761572824465	6	3	2	2	3	False	124203	maximal	True	ISR0012_000000005100	1.0		62	6	False	False	1.0	0					non-mobilizable	no_good_hit	2105.0	80.71300000000001	45.0	0.014787273294922373	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0365_000000003503	4131	0.6803761572824465	6	3	2	2	3	False	124177	fragment	False	ISR0365_000000003503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2110.0	80.616	54.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0029_000000033819	1222	0.6803685870051321	1	1	1	1	1	False	37083	fragment	False	ISR0029_000000033819	1.0		0	0	False	False	0.9852700233459473	0					non-mobilizable	no_good_hit	144.0	92.361	12.0	3.5060440030588396e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0037_01_000000027525	1220	0.6803599588472627	1	1	1	1	1	False	1356	maximal	True	USA0037_01_000000027525	1.0		2	2	False	False	0.9975410103797913	0					non-mobilizable	no_good_hit	706.0	82.57799999999999	58.0	0.0012700199523020916	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0195_000000024201	1120	0.6803599588472627	1	1	1	1	1	False	71979	fragment	False	DEN0058_000000002904	0.9497568881685575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	82.436	63.0	0.0012700199523020916	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
SPA0075_000000009388	2087	0.6803595834822971	3	3	3	3	1	False	79983	maximal	True	SPA0075_000000009388	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	88.385	17.0	0.00018332397617204955	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	True	False
USA0060_01_000000002326	6947	0.680358943778749	8	7	6	7	6	False	85732	fragment	False	USA0060_01_000000002326	1.0		0	0	False	False	0.9998560547828674	0					non-mobilizable	no_good_hit	1842.0	86.48200000000001	26.0	0.14369386958219446	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
DEN0020_000000003601	2656	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.6030973335961501		0	0	False	False	1.0	0					non-mobilizable	other	2657.0	96.726	100.0	0.0738288920056101	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
AST0102_000000013608	2288	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5302144973980214		0	0	False	False	1.0	0					non-mobilizable	other	2288.0	97.99	100.0	0.0008063825158499825	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0142_000000014450	2288	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5300818404488084		0	0	False	False	1.0	0					non-mobilizable	other	2288.0	98.03299999999999	100.0	0.0008063825158499825	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0039_000000012463	2161	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5032808775073649		0	0	False	False	1.0	0					non-mobilizable	other	2161.0	96.9	100.0	0.0005998300481530233	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0057_000000014827	2160	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5031648698464178		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	96.852	100.0	0.0005995523490566561	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0138_000000012387	2120	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.4770567093984613		0	0	False	False	1.0	0					non-mobilizable	other	2120.0	97.97200000000001	100.0	0.05943899018232819	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0167_000000013886	2108	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.4861384381930571		0	0	False	False	1.0	0					non-mobilizable	other	2108.0	98.57700000000001	100.0	0.0591023842917251	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0078_000000015140	2107	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.4862740657965973		0	0	False	False	1.0	0					non-mobilizable	other	2107.0	98.339	100.0	0.000742562998854422	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0151_000000011224	2098	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.4771647763021319		0	0	False	False	1.0	0					non-mobilizable	other	2098.0	99.85700000000001	100.0	0.0007393896527054715	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0154_000000010320	2093	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.47380959374879983		0	0	False	False	0.9995222091674805	0					non-mobilizable	other	2093.0	99.904	100.0	0.0007376266826227213	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0231_000000008667	2090	0.6803588358999555	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.4725118532500994		0	0	False	False	0.9980860948562622	0					non-mobilizable	other	2090.0	97.081	100.0	0.0005801134123109564	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
FIJ0093_000000007143	2846	0.6803538464601429	3	3	2	3	2	False	89437	fragment	False	FIJ0093_000000007143	1.0		0	0	False	False	0.9996486306190491	0					non-mobilizable	no_good_hit	790.0	97.848	28.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
SPA0085_000000011976	1112	0.680344646144678	2	1	1	1	1	False	5528	maximal	True	SPA0085_000000011976	1.0		15	5	False	False	1.0	0					non-mobilizable	other	1112.0	94.78399999999999	100.0	0.7862703467799009	NZ_LNAM01000095.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf184, whole genome shotgun sequence	False	False
ISR0268_000000011326	1765	0.6803356379021082	2	2	2	2	2	False	66408	maximal	False	ENG0152_000000013570	0.947505932631758		0	0	False	False	0.9943342804908752	0					non-mobilizable	no_good_hit	1093.0	88.74700000000001	62.0	0.00711238479825447	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
FIJ0165_000000008735	1835	0.6803314288763633	2	1	1	1	1	False	83403	fragment	False	FIJ0033_000000019181	0.9728601252609603		0	0	False	False	1.0	0					non-mobilizable	chromosome	1835.0	98.20200000000001	100.0	0.0005133011899687401	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0100_000000015753	1114	0.6803298871386166	1	1	1	1	1	False	33153	maximal	True	ISR0100_000000015753	1.0		272	15	False	False	1.0	0					non-mobilizable	other	1114.0	97.21700000000001	100.0	0.018172912074455056	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0198_000000000431	46056	0.6803251345804043	48	42	11	17	37	True	125597	maximal	False	MON0095_000000000107	0.9395698321426887	PS105|PS854|PS855|PS93	0	0	False	True	1.0	0					non-mobilizable	chromosome	28768.0	97.49	99.0	0.012141818263279558	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
MAD0022_000000008363	1631	0.6803196057349711	2	2	2	2	2	False	97108	backbone	False	FIJ0002_000000018296	0.11968692038432462	PS521	0	0	False	True	0.9963212609291077	0					non-mobilizable	other	1531.0	79.164	93.0	0.035066981875492516	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0046_000000014432	2152	0.6803168797362401	3	3	3	2	3	False	46975	maximal	True	FIJ0046_000000014432	1.0		11	5	False	False	0.9874535202980042	0					non-mobilizable	no_good_hit	1224.0	75.98	56.0	0.006396090097747557	NZ_FCOU01000007.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
DEN0052_000000016490	2572	0.6803147111253023	4	3	2	2	3	False	94728	fragment	False	DEN0064_000000014948	0.9671708032573416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000018546	2498	0.6803145339806689	4	4	3	4	2	False	121332	fragment	False	SPA0114_000000018546	0.8437570155258285		0	0	False	False	1.0	0					non-mobilizable	chromosome	2498.0	99.4	100.0	0.0007870484045800733	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0077_000000030270	1476	0.6803138375967426	1	1	1	1	1	False	10208	fragment	False	MON0077_000000030270	1.0		0	0	False	False	0.9979674816131592	0					non-mobilizable	other	1396.0	76.289	94.0	0.0017966925234155905	NZ_QJKD01000001.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_101, whole genome shotgun sequence	False	False
MAD0090_000000007404	1754	0.6803073029395029	2	2	2	2	1	False	15785	maximal	True	MAD0090_000000007404	1.0		56	5	False	False	0.9982896447181702	0					non-mobilizable	no_good_hit	1250.0	99.2	71.0	0.0015215804945319343	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
TAN0002_000000024765	1656	0.6803059055530071	3	3	3	2	2	False	70248	fragment	False	TAN0002_000000024765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	3.0	0.000575062206248272	NZ_WJPO01000014.1	a-proteobacteria	Rhodovulum strictum strain DSM 11289 NODE_14_length_90425_cov_47.2961, whole genome shotgun sequence	True	False
ISR0092_000000004692	4588	0.6802968019551591	6	3	2	3	3	True	64936	maximal	True	ISR0092_000000004692	1.0		68	9	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	74.85	4.0	0.001177856301531213	NZ_RHNU01000002.1	firmicutes	Lactobacillus insicii strain DSM 29801 contig2, whole genome shotgun sequence	True	True
SPA0083_000000006815	2426	0.6802925706268557	3	3	2	2	3	False	109510	fragment	False	ENG0182_000000011915	0.4331157214428233		0	0	False	False	1.0	0					non-mobilizable	other	2427.0	97.404	100.0	0.0006833810637730194	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0085_000000003900	2804	0.6802897888205305	4	4	4	4	2	False	54911	maximal	False	ISR0135_000000006687	0.971517627951988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2147.0	79.087	76.0	0.00047247620259993216	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0036_000000011276	2143	0.6802882030837959	1	1	1	1	1	False	109240	maximal	True	ENG0036_000000011276	0.9811365117375388		83	10	False	False	1.0	0					non-mobilizable	other	2138.0	97.802	99.0	0.03713684649755725	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
ENG0142_000000015535	2143	0.6802882030837959	1	1	1	1	1	False	109240	maximal	False	ENG0036_000000011276	0.9811365117375388		0	0	False	False	1.0	0					non-mobilizable	other	2138.0	97.802	99.0	0.03713684649755725	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
ENG0026_000000005161	2138	0.6802882030837959	1	1	1	1	1	False	109240	maximal	False	ENG0036_000000011276	0.9801097389860012		0	0	False	False	0.9995322823524475	0					non-mobilizable	other	2131.0	97.88799999999999	99.0	0.037015143348922926	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
ENG0093_000000009628	1255	0.6802868456850599	2	2	2	2	2	False	61043	fragment	False	ENG0093_000000009628	1.0		0	0	False	False	0.9808765053749084	0					non-mobilizable	chromosome	1255.0	99.124	100.0	0.0006378666970509602	CP026502.1	firmicutes	Lactococcus garvieae strain JJJN1 chromosome, complete genome	False	False
ENG0163_000000006625	3477	0.6802820402708853	3	2	1	2	1	False	95393	maximal	False	CAN0011_000000008217	0.5136502579636536		0	0	False	False	0.9965487718582153	0					non-mobilizable	no_good_hit	434.0	73.96300000000001	12.0	0.0016896738610641757	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0130_000000008010	3760	0.6802758161404008	4	4	4	4	3	False	124983	maximal	False	CAN0008_000000006498	0.40423857087823495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	85.23899999999999	70.0	0.002668435938165898	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0130_000000019639	1687	0.6802702946941166	3	3	3	3	3	False	3800	maximal	True	SPA0130_000000019639	1.0		6	4	False	False	0.9739181995391846	0					non-mobilizable	chromosome	1687.0	99.941	100.0	0.0007635115735855789	CP033606.1	firmicutes	Lactococcus lactis strain IL6288 chromosome, complete genome	False	False
CHI0046_000000003152	3731	0.6802687559264021	5	5	4	4	3	False	87719	fragment	False	SPA0014_000000005508	0.9629625739887282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	79.825	3.0	0.904	KU546458.1	bacteria	Uncultured bacterium clone PE_03F_000_Contig_27 genomic sequence	True	False
ENG0149_000000011774	1652	0.6802685465886821	4	3	2	2	2	True	111684	fragment	False	FIJ0053_000000008919	0.42421914127299204		0	0	False	False	1.0	0					non-mobilizable	other	1652.0	98.00200000000001	100.0	0.0014155138255098083	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
CHI0079_000000003887	1642	0.6802638684247949	2	2	2	2	2	False	84387	maximal	True	CHI0079_000000003887	1.0		4	3	False	False	1.0	0					non-mobilizable	plasmid	1474.0	99.932	99.0	0.00653099228518223	CP050379.1	enterobacteria	Klebsiella pneumoniae strain 51015 plasmid p51015_CTX_M_15, complete sequence	False	True
SPA0112_000000013871	2449	0.6802618930865704	5	3	1	3	3	False	7501	maximal	True	SPA0112_000000013871	1.0		5	4	False	False	0.992650032043457	0					non-mobilizable	no_good_hit	1558.0	88.447	64.0	0.0002765982257894782	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
FIJ0123_000000002338	13395	0.6802588778388783	21	9	6	8	4	False	50345	maximal	False	FIJ0142_000000001745	0.9711504549622628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	74.439	2.0	2.5637024452219318e-05	NZ_CP021780.1	firmicutes	Paenibacillus donghaensis strain KCTC 13049 chromosome, complete genome	True	False
ISR0119_000000004467	7136	0.6802543954399325	6	5	3	4	4	True	130960	maximal	False	AST0005_000000003727	0.9685522440663338		0	0	False	False	1.0	0					non-mobilizable	other	7140.0	99.006	99.0	0.13526725657009683	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
FIJ0114_000000009870	3772	0.6802529976886541	3	1	1	1	1	False	41886	fragment	False	FIJ0114_000000009870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	84.26700000000001	24.0	0.0029409052901322296	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MAD0051_000000011009	2620	0.6802529976886541	2	1	1	1	1	False	17340	fragment	False	MAD0051_000000011009	1.0		0	0	False	False	0.9996182918548584	0					non-mobilizable	no_good_hit	991.0	83.65299999999999	38.0	0.0031412047855682622	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MAD0013_000000016975	1475	0.6802529976886541	2	1	1	1	1	False	19557	fragment	False	MAD0013_000000016975	1.0		0	0	False	False	0.9979661107063293	0					non-mobilizable	no_good_hit	929.0	84.069	63.0	0.0029440846472026426	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
SPA0003_000000004612	3867	0.6802514527277919	4	4	1	2	3	False	14248	fragment	False	SPA0003_000000004612	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	3867.0	99.897	100.0	0.042189580286793114	LT985281.1	enterobacteria	Escherichia coli strain B1-54 genome assembly, plasmid: RCS71_p	False	True
CHI0037_000000007124	1951	0.6802513619566952	3	3	3	3	3	False	87953	fragment	False	CHI0037_000000007124	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1951.0	99.897	100.0	0.0008268664602186065	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
MAD0010_000000000086	24460	0.6802509904045388	22	17	11	12	15	False	67185	maximal	True	MAD0010_000000000086	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	2367.0	98.26799999999999	24.0	0.005745047142895299	MN256758.1	enterobacteria	Escherichia coli strain 4M8F plasmid p4M8F, complete sequence	True	False
AST0005_000000008610	3381	0.6802491642148486	3	2	1	1	2	True	128555	maximal	True	AST0005_000000008610	0.9998020585906572		85	9	False	False	1.0	0					non-mobilizable	other	3381.0	100.0	100.0	0.010452875468523855	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0034_01_000000016380	3379	0.6802491642148486	3	2	1	1	2	True	128555	maximal	False	AST0005_000000008610	0.9996048782692531		0	0	False	False	1.0	0					non-mobilizable	other	3379.0	100.0	100.0	0.010446690335110528	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0048_000000005726	3368	0.6802491642148486	3	2	1	1	2	True	128555	maximal	False	AST0005_000000008610	0.9972387168900525		0	0	False	False	1.0	0					non-mobilizable	other	3369.0	99.941	100.0	0.010412672101337226	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0010_000000015770	1219	0.6802430296230716	1	1	1	1	1	False	51041	maximal	True	FIJ0010_000000015770	1.0		43	8	False	False	0.9876948595046997	0					non-mobilizable	chromosome	1183.0	99.662	97.0	0.00021606325073289534	LR130541.1	enterobacteria	Klebsiella pneumoniae strain AJ218 genome assembly, chromosome: 1	False	False
SPA0027_000000027676	1361	0.6802408810872883	2	2	2	2	1	False	36597	fragment	False	SPA0027_000000027676	0.9549903125559177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	74.704	18.0	0.0004912379195572843	NZ_QICS01000003.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_103, whole genome shotgun sequence	True	False
ISR0161_000000011793	2572	0.6802406303604039	3	3	3	3	2	False	90786	fragment	False	CHI0005_000000006756	0.9778766603687163		0	0	False	False	0.9980559945106506	0					non-mobilizable	no_good_hit	210.0	73.333	8.0	0.022927100723427934	NZ_PELK01000054.1	a-proteobacteria	Methylobacterium frigidaeris strain IER25-16 scaffold54, whole genome shotgun sequence	True	False
MON0042_000000007846	3354	0.680237647281615	2	2	2	2	2	False	125508	maximal	False	ENG0039_000000005571	0.7471652497232937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1255.0	73.546	36.0	0.012259124233804736	NZ_WAJS01000004.1	actinobacteria	Adlercreutzia muris strain DSM 29508 DSM29508T_contig_004, whole genome shotgun sequence	True	False
SPA0136_000000007686	4867	0.6802317374064722	5	4	3	4	3	False	104749	fragment	False	ENG0116_000000004292	0.7750362500517736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	95.234	24.0	0.0005239020258586259	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0018_000000031092	1308	0.6802296950304486	3	2	2	1	1	False	80563	fragment	False	MON0058_000000039766	0.9639989970054023		0	0	False	False	0.961773693561554	0					non-mobilizable	no_good_hit	224.0	83.036	21.0	6.151934321949179e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0110_000000010424	1715	0.6802277394766181	2	2	2	2	1	False	106993	maximal	True	AST0110_000000010424	1.0		45	9	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit	343.0	74.92699999999999	20.0	9.075204704415792e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0020_000000007176	2989	0.6802272684919567	4	4	4	4	4	False	129049	maximal	True	ISR0020_000000007176	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	93.382	38.0	0.0015145852044829492	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
AST0026_000000005028	6126	0.6802267367672951	7	6	4	4	6	False	119580	maximal	True	AST0026_000000005028	1.0	PS777	232	11	False	True	1.0	0					non-mobilizable	no_good_hit	3388.0	98.465	55.0	0.0010916921486158202	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MON0008_000000024525	1497	0.6802243817352099	1	1	1	1	1	False	13850	maximal	True	MON0008_000000024525	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	91.921	87.0	0.0005288546484750349	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
MON0063_000000015641	1876	0.680223444320585	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.39264613694350375		0	0	False	False	0.9882729053497314	0					non-mobilizable	other	1876.0	97.441	100.0	0.0005833093269139234	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0014_000000017435	1448	0.6802232503454692	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.7420270090436084		0	0	False	False	1.0	0					non-mobilizable	chromosome	1452.0	94.559	100.0	0.0005116647205763673	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0017_000000007576	4034	0.6802188199969275	4	3	3	3	3	False	75245	maximal	True	DEN0017_000000007576	1.0		10	5	False	False	0.9995042085647583	0					non-mobilizable	other	4073.0	79.18	99.0	0.0016383016259563041	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
MON0051_000000029943	1236	0.6802168462716429	3	1	1	1	1	False	11244	maximal	True	MON0051_000000029943	1.0		0	0	False	False	0.8899676203727722	0					non-mobilizable	no_good_hit	105.0	99.04799999999999	8.0	0.0004424665810096747	NZ_PPDD01000010.1	firmicutes	Veillonella infantium strain T11011-4 Contig_10_len_235046, whole genome shotgun sequence	True	False
ISR0296_000000005499	4394	0.6802160180589644	6	6	4	5	4	False	93003	maximal	False	CAN0016_000000009978	0.9562888365116777		0	0	False	False	0.9997724294662476	0					non-mobilizable	chromosome	4395.0	98.111	100.0	0.0015469918172460653	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0185_000000021705	1524	0.6802158331787448	2	2	2	1	2	True	29382	maximal	True	ISR0185_000000021705	1.0		0	0	False	False	0.9967191815376282	0					non-mobilizable	plasmid	1528.0	89.66	100.0	0.007820724148732406	CP041100.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KPCTRSRTH07 plasmid unnamed1, complete sequence	False	True
MAD0062_000000009886	1460	0.6802158331787448	2	2	2	1	2	True	76122	fragment	False	ISR0350_000000012771	0.6970759626197884		0	0	False	False	0.998630166053772	0					non-mobilizable	plasmid	1460.0	99.726	100.0	0.012036563433266784	CP038413.1	enterobacteria	Escherichia coli O157:H7 strain 493/89 plasmid p493-89-1, complete sequence	False	True
ISR0167_000000022017	1256	0.6802158331787448	3	2	2	1	2	True	48514	fragment	False	ISR0167_000000022017	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1256.0	99.92	100.0	0.010126275870415943	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
ISR0104_000000009819	2555	0.6802149924983082	4	2	2	2	2	False	32987	fragment	False	ISR0104_000000009819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	94.031	40.0	0.0008280766701575782	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0077_000000027254	1112	0.6802127730500248	2	2	2	1	1	False	44471	fragment	False	FIJ0077_000000027254	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	99.185	99.0	0.0002008411292042121	AP022112.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP5-W18-ESBL-06	False	False
MON0087_000000040320	1282	0.6802121653583244	3	2	1	2	1	True	93137	fragment	False	ENG0082_000000009793	0.13401844121102113		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	99.376	100.0	0.0032538870106151394	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
SPA0036_000000004808	4618	0.6802032848739045	7	3	3	3	1	True	7126	maximal	True	SPA0036_000000004808	1.0		3	1	False	False	0.998267650604248	0					non-mobilizable	no_good_hit	174.0	91.37899999999999	4.0	5.564742563107558e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	True
FIJ0129_000000002237	8834	0.6802026250451972	11	5	4	4	1	True	51462	fragment	False	FIJ0129_000000002237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	1.0	0.00515033407572383	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ISR0373_000000007354	2175	0.6801915957518565	3	2	2	2	2	False	88194	fragment	False	ISR0373_000000007354	0.5229194313704734		0	0	False	False	1.0	0					non-mobilizable	chromosome	2119.0	95.65799999999999	99.0	0.0006139691015266611	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0182_000000006604	4152	0.6801781369130243	4	4	3	4	3	False	112861	maximal	True	ENG0182_000000006604	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2297.0	74.227	55.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0167_000000005329	4617	0.6801690096561432	4	4	4	4	4	False	56090	maximal	True	ENG0167_000000005329	1.0		194	13	False	False	1.0	0					non-mobilizable	no_good_hit	1650.0	72.97	35.0	0.0016520137284882397	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0064_000000005629	3356	0.680163527228485	3	3	2	3	2	False	121046	maximal	True	ISR0064_000000005629	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	2635.0	73.435	77.0	0.000882797578049262	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0016_000000008208	2776	0.680163527228485	3	3	2	3	2	False	121043	fragment	False	ENG0016_000000008208	0.9720372621287706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2533.0	73.115	89.0	0.0008477982899279864	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
DEN0003_000000004096	6497	0.6801611320206836	7	7	6	4	6	False	76694	fragment	False	DEN0003_000000004096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	78.578	23.0	0.0037331006205673757	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
SPA0095_000000003229	6624	0.6801594120406659	13	5	3	4	2	False	5224	maximal	True	SPA0095_000000003229	1.0		1	1	False	False	0.9996980428695679	0					non-mobilizable	no_good_hit	1101.0	89.37299999999999	20.0	0.0002985205191851374	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ISR0222_000000004816	13221	0.680158750796945	14	12	10	11	8	False	117194	maximal	True	ISR0222_000000004816	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	98.891	8.0	0.9989909182643795	GQ883827.1		Uncultured organism clone VC1DF51TF genomic sequence	True	False
ISR0092_000000010423	2527	0.6801577249644493	3	1	1	1	1	False	108097	fragment	False	ISR0092_000000010423	1.0		0	0	False	False	0.9905025959014893	0					non-mobilizable	no_good_hit								True	False
SPA0143_000000008604	2264	0.6801577249644493	3	1	1	1	1	False	108088	fragment	False	SPA0143_000000008604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0005_000000015626	1768	0.6801577249644493	2	1	1	1	1	False	128250	maximal	True	AST0005_000000015626	1.0		1	1	False	False	0.9926470518112183	0					non-mobilizable	no_good_hit	81.0	91.35799999999999	5.0	0.0005513179289986252	NZ_MIEK01000067.1	firmicutes	Enterococcus rivorum strain LMG 25899 7, whole genome shotgun sequence	True	False
ISR0068_000000012124	1709	0.6801577249644493	2	1	1	1	1	False	108100	maximal	True	ISR0068_000000012124	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0146_000000016693	1375	0.6801577249644493	1	1	1	1	1	False	108086	fragment	False	SPA0146_000000016693	0.9432683123611155		0	0	False	False	0.9956363439559937	0					non-mobilizable	no_good_hit								True	False
ENG0202_000000015785	1341	0.6801577249644493	1	1	1	1	1	False	108086	fragment	False	SPA0146_000000016693	0.8230250646543854		0	0	False	False	0.9992542862892151	0					non-mobilizable	no_good_hit								True	False
ENG0200_000000017351	1220	0.6801577249644493	1	1	1	1	1	False	108086	fragment	False	SPA0146_000000016693	0.6551967766106008		0	0	False	False	0.9991803169250488	0					non-mobilizable	no_good_hit								True	False
ISR0304_000000000097	52891	0.6801543317526022	62	16	6	9	9	False	64882	maximal	True	ISR0304_000000000097	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	1.5713731842651908e-06	CP045903.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 14	True	False
CHI0071_000000004754	2177	0.6801479389194242	2	2	2	1	1	True	84901	maximal	True	CHI0071_000000004754	1.0		4	4	False	False	0.9990813136100769	0					non-mobilizable	plasmid	2177.0	99.265	100.0	0.00969450718845926	CP015132.1	enterobacteria	Klebsiella pneumoniae strain Kpn555 plasmid pKPN-d90, complete sequence	False	True
ISR0811_000000010345	1503	0.6801479389194242	2	2	2	1	1	True	48515	fragment	False	FIJ0149_000000016987	0.9653458526351045		0	0	False	False	0.9926813244819641	0					non-mobilizable	chromosome	1503.0	99.53399999999999	100.0	0.00027516359135019037	CP052309.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 chromosome, complete genome	False	True
ISR0250_000000010749	1268	0.6801479389194242	2	2	2	1	1	True	27014	fragment	False	ISR0250_000000010749	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1268.0	100.0	100.0	0.007413301815586072	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
MAD0015_000000000442	19942	0.680143860695121	25	12	7	12	9	False	19458	maximal	True	MAD0015_000000000442	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2275.0	77.363	11.0	0.0006342290398009011	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
FIJ0107_000000013061	2004	0.6801435410453226	3	2	2	1	0	False	42276	maximal	True	FIJ0107_000000013061	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0151_000000012662	1966	0.680143530546588	3	3	3	3	1	False	93570	fragment	False	ENG0110_000000015888	0.38477631675799223		0	0	False	False	0.997965395450592	0					non-mobilizable	chromosome	1972.0	95.69	100.0	0.0005496856799883346	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0085_000000006236	1751	0.6801352003757241	2	2	2	2	2	False	111109	maximal	True	AST0085_000000006236	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	98.169	82.0	0.011939277899343546	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	True	False
MAD0054_000000001449	7294	0.6801304916342854	8	5	4	4	3	True	19829	fragment	False	MAD0054_000000001449	1.0		0	0	False	False	0.9998629093170166	0					non-mobilizable	no_good_hit	1619.0	97.65299999999999	39.0	0.00031216457269940307	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	True
CHI0118_000000004391	2173	0.6801294795390646	3	1	1	1	1	False	81981	fragment	False	CHI0118_000000004391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	98.66799999999999	63.0	0.0036214972074232643	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0001_000000012447	2077	0.6801284318446718	2	2	2	2	2	False	48204	fragment	False	ISR0336_000000006058	0.928434214492358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	91.228	3.0	0.25925925925925924	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
MAD0097_000000018674	2195	0.6801276015832172	3	2	2	1	2	False	15421	maximal	True	MAD0097_000000018674	1.0		12	6	False	False	0.9995444416999817	0					non-mobilizable	no_good_hit	1398.0	92.99	64.0	0.005486930518631467	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0102_000000009035	3018	0.6801264968291874	4	3	2	2	3	False	60391	fragment	False	ISR0034_000000006610	0.958100558659218		0	0	False	False	1.0	0					non-mobilizable	other	3034.0	92.617	100.0	0.01761390460980713	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0078_000000001277	6183	0.6801259583758406	7	7	3	4	6	False	80540	maximal	True	SPA0078_000000001277	1.0		5	4	False	False	0.9987061023712158	0					non-mobilizable	no_good_hit	4283.0	99.977	69.0	0.02111137953645682	CP035203.1	enterobacteria	Klebsiella pneumoniae strain LH94 plasmid pLH94-1, complete sequence	True	False
ENG0118_000000001785	8059	0.6801242945288674	10	8	7	8	7	False	99049	fragment	False	MON0039_000000004766	0.966417965146078		0	0	False	False	0.9988832473754883	0					non-mobilizable	no_good_hit	561.0	77.184	9.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
TAN0003_000000004918	1871	0.6801163768723781	3	2	2	2	2	False	2978	fragment	False	TAN0003_000000004918	1.0		0	0	False	False	0.9989310503005981	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000002017	15969	0.6801134803297816	25	6	4	5	4	False	48487	maximal	True	FIJ0032_000000002017	1.0		1	1	False	False	0.9993111491203308	0					non-mobilizable	no_good_hit	632.0	74.367	4.0	0.00015606996752138812	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0193_000000003267	7832	0.6801132572607419	5	4	4	4	4	True	100366	maximal	False	FIJ0117_000000002577	0.9571014842524437		0	0	False	False	0.9983401298522949	0					non-mobilizable	no_good_hit	1052.0	75.19	13.0	0.02669790433036404	NZ_JAAITI010000034.1	firmicutes	Blautia luti strain MSK.16.34 NODE_34_length_38842_cov_212.968, whole genome shotgun sequence	True	True
ISR0374_000000009459	1698	0.6801089647621914	4	4	4	2	1	True	23411	maximal	True	ISR0374_000000009459	1.0		0	0	False	False	0.9994110465049744	0					non-mobilizable	no_good_hit	815.0	99.632	48.0	0.16055226824457594	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
AST0149_000000010940	2477	0.6801084101924492	3	3	3	3	2	False	104514	maximal	True	AST0149_000000010940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	5.422737474433388e-06	CP019398.1	g-proteobacteria	Pseudomonas sp. S34 chromosome, complete genome	True	False
USA0021_01_000000014963	1182	0.6801064550071269	2	2	2	1	1	False	104572	fragment	False	USA0021_01_000000014963	0.9986818980667838		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	100.0	100.0	0.00711265824309512	NZ_NFIG01000007.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_7, whole genome shotgun sequence	False	False
SPA0109_000000007127	3895	0.6801013335692745	4	4	3	3	3	True	75050	fragment	False	SPA0109_000000007127	1.0		0	0	False	False	0.995635449886322	0					non-mobilizable	no_good_hit	68.0	95.588	2.0	0.000931655426545227	NZ_JAAISM010000018.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_18_length_71915_cov_198.402, whole genome shotgun sequence	True	True
MAD0045_000000027255	1548	0.6800981200796462	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9400768061300258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	83.75399999999999	56.0	0.0034683787174378273	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0295_000000018717	1912	0.6800955334651491	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.5809465389527592		0	0	False	False	0.999476969242096	0					non-mobilizable	other	1913.0	94.09299999999999	100.0	0.06530361050328228	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
CHI0096_000000005029	1644	0.6800955334651491	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.20184710899917951		0	0	False	False	1.0	0					non-mobilizable	other	1644.0	99.87799999999999	100.0	0.003493921810200464	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0770_000000007131	1619	0.6800955334651491	2	2	2	2	1	True	22532	maximal	True	ISR0770_000000007131	1.0		7	4	False	False	0.9956763386726379	0					non-mobilizable	no_good_hit	1157.0	99.654	71.0	0.0002865041903716252	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
ISR0083_000000003043	6921	0.6800899289917219	7	7	7	7	6	False	114948	fragment	False	ISR0243_000000000897	0.8286429731404535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	76.946	10.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ENG0077_000000010608	1913	0.6800828892633426	3	3	2	3	2	False	129956	fragment	False	ISR0001_000000011907	0.18776190476190474		0	0	False	False	1.0	0					non-mobilizable	other	1913.0	96.184	100.0	0.07062126024968604	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
MON0080_000000035716	1569	0.6800827151462755	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.32308808487223256		0	0	False	False	1.0	0					non-mobilizable	chromosome	1573.0	92.75299999999999	100.0	0.0005063620801521858	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0217_000000015256	1496	0.680076313722081	3	3	3	3	2	False	65574	fragment	False	SPA0151_000000011346	0.8674674172010375		0	0	False	False	0.9846256971359253	0					non-mobilizable	other	1496.0	99.73299999999999	100.0	0.023667046605876395	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
ISR0215_000000023080	1308	0.680076313722081	3	3	3	3	2	False	65574	fragment	False	SPA0151_000000011346	0.19667673716012085		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	99.694	100.0	0.020690856129685915	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
ISR0194_000000019865	1376	0.6800726597846848	2	2	2	2	2	False	69396	maximal	True	ISR0194_000000019865	0.9518297236743838		126	9	False	False	1.0	0					non-mobilizable	other	1376.0	99.055	100.0	0.00039032515930943957	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0082_000000004385	6019	0.680070841232978	13	1	1	1	1	False	34195	fragment	False	ISR0082_000000004385	1.0		0	0	False	False	0.9938527941703796	0					non-mobilizable	no_good_hit	290.0	96.552	5.0	9.240581425083751e-05	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
SPA0145_000000012781	2670	0.680070841232978	5	1	1	1	1	False	31745	fragment	False	SPA0145_000000012781	0.9993968636911943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.661302845547317e-05	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0387_000000009742	2487	0.680070841232978	5	1	1	1	1	False	31745	fragment	False	SPA0145_000000012781	0.9651685393258427		0	0	False	False	0.9995979070663452	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001820363803077089	CR855238.1	monocots	Oryza sativa genomic DNA, chromosome 4, BAC clone: OSIGBa0136O08-OSIGBa0153H12, complete sequence	True	False
ISR0130_000000019299	1604	0.680070841232978	3	1	1	1	1	False	31744	fragment	False	ISR0130_000000019299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0001820363803077089	CR855238.1	monocots	Oryza sativa genomic DNA, chromosome 4, BAC clone: OSIGBa0136O08-OSIGBa0153H12, complete sequence	True	False
ISR0126_000000034190	1448	0.680070841232978	3	1	1	1	1	False	31946	fragment	False	ISR0126_000000034190	1.0		0	0	False	False	0.9882596731185913	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.661302845547317e-05	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
AST0046_000000012283	1330	0.6800676440640799	2	2	2	1	1	False	115519	fragment	False	AST0046_000000012283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0079_000000022947	1267	0.6800595354204318	2	1	1	1	1	False	34338	maximal	True	ISR0079_000000022947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	100.0	4.0	0.06206896551724138	MK233973.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c8 sequence	True	False
ENG0026_000000003185	3357	0.6800569350338435	3	3	3	3	2	True	131100	maximal	True	ENG0026_000000003185	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1471.0	99.932	44.0	0.0006672046666200683	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	True
MON0072_000000005199	3946	0.6800561609908706	4	4	4	4	3	False	49126	maximal	True	MON0072_000000005199	1.0		9	2	False	False	0.9931576251983643	0					non-mobilizable	no_good_hit	2692.0	98.73700000000001	68.0	0.0032782811135191633	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0143_000000004825	3954	0.6800514527336522	5	4	2	4	2	False	57632	maximal	True	ENG0143_000000004825	1.0		41	8	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	74.572	31.0	0.0005417521800616456	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0093_000000006290	3702	0.6800486119536299	4	4	4	3	4	False	115988	backbone	False	ENG0038_000000005492	0.8853387200375356	PS760	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1071.0	90.57	35.0	0.0002420895541298668	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
DEN0011_000000002721	10735	0.6800480317888277	15	5	5	4	4	False	100060	maximal	True	DEN0011_000000002721	1.0		1	1	False	False	0.9997205138206482	0					non-mobilizable	no_good_hit	1110.0	94.955	25.0	0.0007982854530324031	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0812_000000017446	2278	0.680038926782322	3	1	1	1	1	False	96079	fragment	False	ISR0812_000000017446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	75.381	20.0	0.00013905343036579285	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ENG0019_000000006955	2875	0.6800348151794421	5	2	2	2	2	False	66551	fragment	False	ENG0019_000000006955	1.0		0	0	False	False	0.9958260655403137	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.606963033093773e-05	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0107_000000006437	3521	0.6800329630993867	5	4	4	4	2	False	111303	maximal	True	ISR0107_000000006437	1.0		90	12	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	87.09700000000001	33.0	0.0002771885921494964	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0014_000000008080	3676	0.6800142949021033	5	5	2	5	3	False	46197	maximal	True	MAD0014_000000008080	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0103_000000013845	1606	0.6800046186232354	2	2	2	2	2	False	47198	fragment	False	FIJ0103_000000013845	0.9826400272924355		0	0	False	False	0.9900373816490173	0					non-mobilizable	other	1606.0	99.12799999999999	100.0	0.054614128215598204	NZ_CABIWU010000026.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0055_000000013891	1716	0.6800030860194816	2	2	2	1	1	False	11089	maximal	True	MON0055_000000013891	1.0		154	6	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	84.444	5.0	2.571128648638425e-05	CP015110.1	g-proteobacteria	Acinetobacter sp. TGL-Y2, complete genome	True	False
MAD0102_000000003129	4957	0.6799967555612113	7	5	2	3	5	False	15034	maximal	True	MAD0102_000000003129	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	4632.0	84.801	97.0	0.01960892596950761	CP016184.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2-4, complete sequence	False	True
CHI0060_000000008498	1689	0.6799964303662698	5	2	1	1	2	False	85750	maximal	True	CHI0060_000000008498	1.0		1	1	False	False	0.9976317286491394	0					non-mobilizable	no_good_hit	845.0	93.491	55.0	0.0002622558733805	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0290_000000015380	1152	0.6799790528954051	2	2	2	2	1	False	51122	fragment	False	ISR0290_000000015380	0.9610963748894783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000003721	6420	0.6799730983139401	6	6	5	6	6	True	63812	maximal	True	ENG0054_000000003721	1.0		2	2	False	False	0.999688446521759	0					non-mobilizable	no_good_hit	5407.0	99.242	84.0	0.009205813373210999	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	True	True
ISR0355_000000001323	11396	0.6799723579292736	13	11	9	11	8	False	109038	maximal	True	ISR0355_000000001323	1.0		1	1	False	False	0.9985960125923157	0					non-mobilizable	no_good_hit	461.0	73.102	4.0	0.00014407628887843862	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0258_000000007089	2954	0.6799715621816637	4	3	3	3	2	False	53691	maximal	True	ISR0258_000000007089	1.0		8	4	False	False	0.9989844560623169	0					non-mobilizable	no_good_hit	67.0	85.075	2.0	2.8108480600614758e-05	CP041676.1	firmicutes	Lactobacillus reuteri strain LL7 chromosome, complete genome	True	False
ISR0316_000000011915	1761	0.6799687846685556	2	2	2	1	1	False	117257	fragment	False	ENG0065_000000014070	0.4190468703204552		0	0	False	False	0.9863713979721069	0					non-mobilizable	no_good_hit	800.0	77.875	45.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0839_000000002774	5388	0.6799642273459268	7	6	5	5	3	True	107686	fragment	False	ISR0839_000000002774	1.0		0	0	False	False	0.9996287822723389	0					non-mobilizable	no_good_hit	244.0	77.04899999999999	4.0	0.0013841585636913958	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
MON0063_000000019849	1498	0.6799633695849849	2	1	1	1	1	False	10735	maximal	True	MON0063_000000019849	1.0		1	1	False	False	0.9599465727806091	0					non-mobilizable	no_good_hit								True	False
SPA0064_000000014467	1431	0.6799500817486254	2	2	1	2	2	False	116526	fragment	False	ENG0045_000000008222	0.8502633802551378		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	97.973	100.0	0.0005655793173576293	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
AUS0010_000000012871	1890	0.6799401020244238	3	3	3	3	2	False	131571	fragment	False	USA0047_01_000000018471	0.9544983087434977		0	0	False	False	1.0	0					non-mobilizable	chromosome	1890.0	97.77799999999999	100.0	0.0003012203330262661	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ENG0111_000000012810	1589	0.6799394249515747	1	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.9151508457386938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1168.0	98.71600000000001	84.0	0.003756699769833733	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0098_000000022177	1127	0.6799394249515747	1	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.4432758369213466		0	0	False	False	0.9955634474754333	0					non-mobilizable	other	1127.0	98.935	100.0	0.003624716316052085	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0051_000000020111	1766	0.6799383612325866	3	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.5627834236928784		0	0	False	False	0.9994337558746338	0					non-mobilizable	chromosome	1765.0	81.473	99.0	0.0006154776698114577	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0021_000000032381	1479	0.6799375029817879	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.4592206392261241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	369.0	83.469	25.0	0.00011049667200282293	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0132_000000022888	1328	0.6799375029817879	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.36606974078566823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	83.929	17.0	6.932100235032701e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
MAD0049_000000006703	2608	0.6799327592778334	4	3	3	3	2	False	131794	maximal	True	MAD0049_000000006703	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2007.0	96.11399999999999	77.0	0.0006440245692483726	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0783_000000009204	1511	0.6799265744419171	3	3	0	2	2	False	126696	fragment	False	ISR0783_000000009204	0.9749201800421755		0	0	False	True	0.9980145692825317	0					non-mobilizable	plasmid	1512.0	96.495	100.0	0.30081624527174994	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ENG0089_000000013812	1494	0.6799265744419171	4	3	0	2	2	False	126696	fragment	False	ISR0783_000000009204	0.9706076631305023		0	0	False	True	0.984605073928833	0					non-mobilizable	chromosome	1446.0	94.744	99.0	0.0008387858311876248	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	False	True
MON0004_000000033344	1393	0.6799265744419171	3	3	0	2	2	False	126696	fragment	False	ISR0783_000000009204	0.9294662287653445		0	0	False	True	1.0	0					non-mobilizable	other	1374.0	99.709	100.0	0.2380374479889043	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0022_000000000649	26191	0.6799253626992929	33	16	9	14	9	True	114016	fragment	False	DEN0085_000000000817	0.9503232684503748		0	0	False	False	0.999961793422699	0					non-mobilizable	no_good_hit	1113.0	84.007	4.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0193_000000013493	1479	0.6799229685657359	2	2	2	2	1	False	54579	fragment	False	ENG0193_000000013493	1.0		0	0	False	False	0.9878296256065369	0					non-mobilizable	chromosome	1479.0	98.715	100.0	0.00041301849970540625	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0092_000000000909	26968	0.6799228184225342	26	21	4	14	16	True	115132	fragment	False	SPA0092_000000000909	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	26982.0	98.936	100.0	0.0048884682116214695	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
FIJ0152_000000005846	3815	0.6799157087098572	5	2	1	2	1	False	39730	maximal	True	FIJ0152_000000005846	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000009608	2412	0.6799140379144325	4	3	3	2	2	False	113039	maximal	True	ISR0150_000000009608	1.0		3	2	False	False	0.9991708397865295	0					non-mobilizable	no_good_hit	1323.0	99.92399999999999	55.0	0.0005575454840291898	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	True	False
MON0096_000000002308	10690	0.6799135149246658	9	4	2	3	2	True	51317	fragment	False	MON0096_000000002308	1.0		0	0	False	False	0.9999064803123474	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0003322563644279462	NZ_SBLC01000015.1	a-proteobacteria	Gemmobacter intermedius strain 119/4 Scaffold15, whole genome shotgun sequence	True	True
FIJ0105_000000002839	9016	0.6799135149246658	8	4	2	3	2	True	51316	fragment	False	FIJ0105_000000002839	0.9656458356876483		0	0	False	False	0.9985581040382385	0					non-mobilizable	no_good_hit	514.0	74.319	6.0	0.00015329192142539202	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0812_000000004026	8849	0.6799135149246658	7	4	2	3	2	True	51316	fragment	False	FIJ0105_000000002839	0.956078083407276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0003322563644279462	NZ_SBLC01000015.1	a-proteobacteria	Gemmobacter intermedius strain 119/4 Scaffold15, whole genome shotgun sequence	True	True
FIJ0008_000000000073	68502	0.6799123432240717	103	25	18	22	17	True	51493	fragment	False	FIJ0008_000000000073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	7.65295917320212e-06	NZ_CP009933.1	firmicutes	Clostridium scatologenes strain ATCC 25775 chromosome, complete genome	True	True
ENG0115_000000009307	2140	0.6799113333958394	3	3	3	3	2	False	59542	maximal	False	ISR0344_000000015358	0.9858576642335766		0	0	False	False	0.9995326995849609	0					non-mobilizable	no_good_hit	188.0	73.936	9.0	5.3463896986341275e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
ISR0258_000000021510	1349	0.6799077931454177	2	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.24249017964727745		0	0	False	False	0.9881393909454346	0					non-mobilizable	other	1349.0	81.542	99.0	0.0033559986285702846	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
ENG0004_000000022634	1208	0.6799077931454177	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.5192004846013748		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	97.848	100.0	0.00036084235613615865	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0135_000000001992	9934	0.6799013099799489	11	10	2	5	9	True	81115	maximal	True	ISR0135_000000001992	1.0		1	1	False	False	0.9995973706245422	0					non-mobilizable	no_good_hit	6534.0	99.954	68.0	0.0014781037917106726	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MAD0052_000000012512	1651	0.6798993457542452	2	2	2	2	2	False	17268	fragment	False	MAD0052_000000012512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	83.87100000000001	6.0	0.004812319538017324	NZ_WHJC01000042.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig042, whole genome shotgun sequence	True	False
ISR0130_000000013581	2171	0.6798987279799126	2	2	2	2	1	False	103389	fragment	False	ISR0250_000000003921	0.14687848383500557		0	0	False	False	0.9820359349250793	0					non-mobilizable	other	1993.0	99.197	92.0	0.00038436590243940105	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0099_000000010457	1932	0.6798987279799126	2	2	2	2	1	False	103389	fragment	False	ISR0250_000000003921	0.21564313793837203		0	0	False	False	0.9953415989875793	0					non-mobilizable	chromosome	1932.0	99.63799999999999	100.0	0.000377887088668632	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
CHI0123_000000007790	1779	0.6798987279799126	2	2	2	2	1	False	103388	fragment	False	ENG0142_000000017618	0.5764298935935356		0	0	False	False	1.0	0					non-mobilizable	other	1779.0	99.944	100.0	0.00034324589379068567	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
FIJ0119_000000009339	1857	0.6798944448134123	2	2	2	2	1	False	41571	fragment	False	FIJ0119_000000009339	0.9997295835586804		0	0	False	False	0.9951534867286682	0					non-mobilizable	no_good_hit								True	False
MAD0067_000000005403	1849	0.6798944448134123	2	2	2	2	1	False	41571	fragment	False	FIJ0119_000000009339	0.9975767366720517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0098_000000011680	1497	0.6798900285460819	3	2	2	2	1	False	33242	fragment	False	ISR0098_000000011680	0.9975544585146912		0	0	False	False	0.9018036127090454	0					non-mobilizable	no_good_hit	68.0	98.529	5.0	6.840734429416383e-05	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
ISR0816_000000026583	1405	0.6798900285460819	3	2	2	2	1	False	33242	fragment	False	ISR0098_000000011680	0.9839140357162638		0	0	False	False	0.9829181432723999	0					non-mobilizable	no_good_hit								True	False
ISR0023_000000007848	3587	0.6798886083944583	5	4	0	3	2	True	38428	fragment	False	ISR0023_000000007848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0383_000000012977	1198	0.6798869317620183	2	2	2	1	1	False	23098	fragment	False	ISR0383_000000012977	1.0		0	0	False	False	0.9749582409858704	0					non-mobilizable	chromosome	1099.0	99.454	92.0	0.00048122773554738996	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
ISR0266_000000007055	2424	0.6798853451853348	2	2	1	2	1	False	26577	maximal	True	ISR0266_000000007055	1.0		1	1	False	False	0.9983498454093933	0					non-mobilizable	no_good_hit	1484.0	92.18299999999999	61.0	0.0013181821435986282	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
USA0020_01_000000021334	1626	0.6798659253730014	2	1	1	1	1	False	109811	maximal	True	USA0020_01_000000021334	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	91.01100000000001	82.0	0.0004131385526089015	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0010_000000009690	2119	0.6798605284090848	3	2	2	2	1	False	116992	maximal	True	ISR0010_000000009690	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0170_000000009863	1638	0.6798594488826621	3	3	2	3	2	False	38830	maximal	True	FIJ0170_000000009863	1.0		17	4	False	False	1.0	0					non-mobilizable	chromosome	1638.0	99.939	100.0	0.0006025546550567845	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
AST0026_000000016506	1625	0.6798564639163698	2	2	2	2	2	False	119248	maximal	False	CAN0007_000000022786	0.9470982456751422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	74.718	27.0	0.013143647738209818	NZ_SPFY01000026.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_26_length_33248_cov_17.5032, whole genome shotgun sequence	True	False
ISR0035_000000012276	1594	0.6798560213219281	2	2	2	2	1	False	36782	fragment	False	ISR0035_000000012276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	88.619	34.0	0.00015060895090994317	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0093_000000004635	4806	0.6798442208472995	3	3	3	3	3	False	65799	fragment	False	ISR0093_000000004635	0.9949526813880126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1890.0	79.312	41.0	0.00775360847385281	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
ISR0206_000000005319	4755	0.6798442208472995	3	3	3	3	3	False	65799	fragment	False	ISR0093_000000004635	0.9897003745318351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1890.0	79.259	41.0	0.00775360847385281	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
ISR0049_000000016457	1803	0.6798413000695046	2	2	2	2	1	True	77552	maximal	True	ISR0049_000000016457	0.9915451895043732		68	9	False	False	1.0	0					non-mobilizable	other	1803.0	98.39200000000001	100.0	0.01043555854284605	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	False	True
CHI0049_000000013114	1260	0.6798362412969277	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9048568237383381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	86.585	6.0	2.6107783890723775e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0021_000000000548	15450	0.6798357329294994	15	9	5	5	9	False	104428	maximal	True	CHI0021_000000000548	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4138.0	94.031	57.0	0.0006625367897489943	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
FIJ0140_000000022941	1485	0.6798302230039382	3	2	1	2	1	True	40360	maximal	True	FIJ0140_000000022941	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0032_000000024051	1535	0.6798298729632567	3	1	1	1	1	False	57003	fragment	False	FIJ0032_000000024051	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1532.0	92.559	99.0	0.0006113365189915623	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
FIJ0055_000000010204	1384	0.6798298729632567	2	1	1	1	1	False	56999	fragment	False	FIJ0055_000000010204	0.9803790546062293		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	92.90899999999999	99.0	0.0005510414083660065	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0369_000000013226	1282	0.6798285144056743	4	4	2	2	3	False	106030	fragment	False	ISR0369_000000013226	1.0		0	0	False	False	0.9945397973060608	0					non-mobilizable	other	1282.0	98.67399999999999	100.0	0.03688666205943331	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
MON0007_000000049238	1329	0.6798277893624829	1	1	1	1	1	False	13914	fragment	False	MON0090_000000044062	0.9729537366548042		0	0	False	False	0.9781790971755981	0					non-mobilizable	other	1329.0	79.759	99.0	0.01294299222443637	NZ_MIEH01000002.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_2, whole genome shotgun sequence	False	False
SPA0067_000000013563	1552	0.6798266551743039	2	1	1	1	1	False	6026	maximal	True	SPA0067_000000013563	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	99.79700000000001	63.0	0.0005486414711620327	NZ_LS483403.1	firmicutes	Streptococcus lutetiensis strain NCTC13774 chromosome 1	True	False
MAD0069_000000006855	1332	0.6798256838283688	2	2	2	2	1	False	16395	maximal	True	MAD0069_000000006855	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1353.0	98.448	100.0	0.0004776509184358063	NZ_CP010827.1	high GC Gram+	Corynebacterium singulare strain IBS B52218 chromosome, complete genome	False	False
SPA0085_000000011873	1122	0.6798256838283688	2	2	2	2	1	False	5529	fragment	False	SPA0085_000000011873	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1092.0	100.0	100.0	0.007897842028681256	CP055131.1	enterobacteria	Salmonella enterica strain FDAARGOS_711 plasmid unnamed	False	True
MON0074_000000020218	1109	0.6798256838283688	2	2	2	2	1	False	10357	maximal	True	MON0074_000000020218	1.0		0	0	False	False	0.8963029980659485	0					non-mobilizable	chromosome	1002.0	99.9	100.0	0.00024905719399214273	CP050916.1	g-proteobacteria	Acinetobacter baumannii strain DT-Ab003 chromosome, complete genome	False	False
ISR0227_000000013487	1955	0.6798247225210476	2	2	2	2	1	False	83782	fragment	False	ISR0227_000000013487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	17.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
ISR0322_000000003687	2732	0.6798205715396893	5	2	1	2	1	False	25017	maximal	True	ISR0322_000000003687	1.0		0	0	False	False	0.9985358715057373	0					non-mobilizable	no_good_hit	624.0	86.05799999999999	23.0	0.0001793539324217525	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
DEN0094_000000031296	1261	0.6798151206719807	2	1	1	1	1	False	68282	fragment	False	DEN0094_000000031296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	94.444	6.0	0.00019129731914320356	NZ_RJVG01000004.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_104, whole genome shotgun sequence	True	False
ISR0093_000000018791	1380	0.6798147083492656	2	2	2	2	2	False	99809	fragment	False	USA0055_01_000000018804	0.9872119273437008		0	0	False	False	1.0	0					non-mobilizable	other	1386.0	86.436	100.0	0.01442026564196809	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ENG0138_000000002883	7334	0.6798142931743889	11	10	7	8	9	False	128470	fragment	False	ISR0229_000000001627	0.49047271278714644		0	0	False	False	0.9983637928962708	0					non-mobilizable	other	6106.0	98.01799999999999	98.0	0.023411127478058062	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0182_000000025350	1155	0.6798035827544917	1	1	1	1	1	False	105692	fragment	False	ISR0039_000000030198	0.9305092476822909		0	0	False	False	0.9870129823684692	0					non-mobilizable	chromosome	1089.0	99.35700000000001	98.0	0.00036970121821308584	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0054_000000010716	2339	0.6798024637592396	4	2	1	1	2	True	117923	maximal	True	FIJ0054_000000010716	1.0		5	3	False	False	0.9987174272537231	0					non-mobilizable	no_good_hit	1871.0	79.53	79.0	0.013186407201369795	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ENG0206_000000011207	2286	0.6798024637592396	4	2	1	1	2	True	117924	fragment	False	ENG0206_000000011207	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2211.0	80.32600000000001	96.0	0.015530973136958174	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
SPA0117_000000017729	2136	0.6798024637592396	4	2	1	1	2	True	117920	fragment	False	SPA0117_000000017729	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2025.0	79.852	94.0	0.014280537971311038	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
USA0023_01_000000014824	2089	0.6798024637592396	4	2	1	1	2	True	117911	fragment	False	DEN0052_000000023100	0.7498208047814964		0	0	False	False	0.9971278309822083	0					non-mobilizable	other	1888.0	79.449	90.0	0.013314292616038252	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
USA0006_01_000000012043	2003	0.6798024637592396	3	2	1	1	2	True	117911	fragment	False	DEN0052_000000023100	0.7448847754067023		0	0	False	False	0.9995007514953613	0					non-mobilizable	other	1883.0	79.288	93.0	0.01327876888974146	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
DEN0052_000000023100	1929	0.6798024637592396	3	2	1	1	2	True	117911	fragment	False	DEN0052_000000023100	0.8498618680997799		0	0	False	False	1.0	0					non-mobilizable	other	1938.0	79.205	99.0	0.013641110897968753	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
CAN0014_000000026541	1842	0.6798024637592396	4	2	1	1	2	True	117911	fragment	False	DEN0052_000000023100	0.8142929049105601		0	0	False	False	0.9994571208953857	0					non-mobilizable	other	1815.0	79.339	98.0	0.012738808250030195	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
USA0013_01_000000005691	1821	0.6798024637592396	3	2	1	1	2	True	117917	maximal	True	USA0013_01_000000005691	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1549.0	78.696	85.0	0.010919993463634361	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
SPA0114_000000025783	1818	0.6798024637592396	3	2	1	1	2	True	117911	fragment	False	DEN0052_000000023100	0.8171515985474204		0	0	False	False	0.9988998770713806	0					non-mobilizable	other	1822.0	79.857	99.0	0.012838274683661218	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
ISR0169_000000018027	1758	0.6798024637592396	3	2	1	1	2	True	117911	fragment	False	DEN0052_000000023100	0.7952133022422984		0	0	False	False	1.0	0					non-mobilizable	other	1768.0	78.79	100.0	0.012468827930174564	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
SPA0028_000000019632	1639	0.6798024637592396	2	2	1	1	2	True	7433	maximal	True	SPA0028_000000019632	1.0		3	1	False	False	0.9987797141075134	0					non-mobilizable	no_good_hit	627.0	86.124	38.0	0.004447570532358562	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
MAD0044_000000000739	20839	0.6797963252815169	25	11	9	10	7	False	42190	maximal	True	MAD0044_000000000739	1.0		1	1	False	False	0.9999520182609558	0					non-mobilizable	no_good_hit	532.0	89.85	3.0	0.0011326361946849602	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
AST0153_000000013080	2458	0.6797944706334378	4	4	3	3	4	False	103413	maximal	True	AST0153_000000013080	1.0		418	13	False	False	1.0	0					non-mobilizable	other	2460.0	97.927	100.0	0.0007894598284056572	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0098_000000031536	1233	0.6797715203294279	2	1	1	1	1	False	5037	maximal	True	SPA0098_000000031536	1.0		4	2	False	False	0.9732360243797302	0					non-mobilizable	no_good_hit	567.0	81.658	46.0	0.0021765819916887102	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0052_000000015645	2684	0.6797651096753876	4	2	0	2	1	False	72306	maximal	True	DEN0052_000000015645	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	9.207095663105004e-07	LR131984.1	bony fishes	Gouania willdenowi genome assembly, chromosome: 11	True	False
ISR0114_000000004369	5787	0.6797648554259711	10	8	6	7	5	False	130509	fragment	False	ISR0203_000000002513	0.6473777750396658		0	0	False	False	0.9991359710693359	0					non-mobilizable	other	2997.0	97.931	99.0	0.01708	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
TAN0005_000000015754	1223	0.6797530411583854	2	2	2	1	1	True	2908	maximal	True	TAN0005_000000015754	1.0		183	11	False	False	0.9991823434829712	0					non-mobilizable	no_good_hit	105.0	77.143	8.0	0.0028004928867480677	NZ_AUFW01000021.1	spirochetes	Spirochaeta cellobiosiphila DSM 17781 K345DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	True
AST0140_000000004363	6139	0.6797496797979884	6	6	4	6	5	False	130224	maximal	True	AST0140_000000004363	1.0		45	9	False	False	0.9993484020233154	0					non-mobilizable	no_good_hit	710.0	72.25399999999999	11.0	0.00023026966139062273	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	True	False
DEN0071_000000007473	4844	0.67974825675633	7	6	4	6	1	False	70498	maximal	True	DEN0071_000000007473	1.0		1	1	False	False	0.999793529510498	0					non-mobilizable	no_good_hit	286.0	81.818	6.0	0.004279150776252965	CP028186.1	e-proteobacteria	Campylobacter jejuni strain CFSAN054107 plasmid pGMI16-002, complete sequence	True	False
ENG0179_000000012706	2636	0.6797427321135797	4	3	2	3	2	True	56155	fragment	False	ENG0179_000000012706	1.0		0	0	False	False	0.9920333623886108	0					non-mobilizable	no_good_hit								True	True
ISR0808_000000001363	8493	0.679729535745811	11	7	2	2	7	False	92098	maximal	True	ISR0808_000000001363	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	6655.0	86.98700000000001	80.0	0.0014828786681338121	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
SPA0082_000000002324	6661	0.679729535745811	9	7	2	2	7	False	92097	fragment	False	SPA0082_000000002324	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4596.0	84.704	95.0	0.0009079220540234579	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0093_000000005280	5842	0.6797279287597375	6	3	2	1	1	False	120146	maximal	True	DEN0093_000000005280	1.0	PS832	4	3	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	4636.0	99.48200000000001	79.0	0.0012863022143725943	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0106_000000003051	6798	0.6797236982503576	5	4	4	4	4	True	130105	maximal	True	ISR0106_000000003051	1.0		2	2	False	False	0.9998528957366943	0					non-mobilizable	no_good_hit	2654.0	93.67	68.0	0.0009301711747857272	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0203_000000001992	9494	0.6797216372773729	9	7	6	7	7	True	130102	maximal	True	ISR0203_000000001992	1.0		2	1	False	False	0.9998946785926819	0					non-mobilizable	no_good_hit	4814.0	95.139	74.0	0.0014966939582842058	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
AST0059_000000007230	2054	0.679713383144735	3	3	3	2	3	False	112685	maximal	True	AST0059_000000007230	1.0		3	2	False	False	0.9931840300559998	0					non-mobilizable	no_good_hit	1058.0	95.18	52.0	0.0003159986499054844	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0062_000000023673	1625	0.679711061068632	3	3	3	3	2	False	130989	maximal	True	ISR0062_000000023673	1.0		38	5	False	False	0.9956923127174377	0					non-mobilizable	other	1626.0	95.941	100.0	0.00043246943239518075	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0134_000000003940	8174	0.6797094031632087	10	2	2	2	2	False	58232	maximal	True	ENG0134_000000003940	1.0		1	1	False	False	0.9996329545974731	0					non-mobilizable	no_good_hit	55.0	96.36399999999999	1.0	0.0014192225814081841	NZ_FRAF01000027.1	firmicutes	Alicyclobacillus montanus strain USBA-GBX-503, whole genome shotgun sequence	True	False
USA0052_01_000000000157	51886	0.6797083343277844	55	11	6	8	7	False	88379	fragment	False	USA0052_01_000000000157	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1054.0	96.964	3.0	0.5763546798029556	GQ874447.1		Uncultured organism clone 1041059766705 genomic sequence	True	True
ISR0400_000000002335	6844	0.6797055684582091	9	4	4	4	3	False	121392	maximal	True	ISR0400_000000002335	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	2634.0	98.595	81.0	0.000828654487641575	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0180_000000002807	5467	0.679701573287565	4	3	3	3	2	False	78954	fragment	False	CHI0180_000000002807	1.0		0	0	False	False	0.9987195730209351	0					non-mobilizable	no_good_hit	76.0	96.053	1.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0104_000000008043	4309	0.679701573287565	4	3	3	3	2	False	78953	fragment	False	SPA0104_000000008043	0.9991351618482827		0	0	False	False	0.9907171130180359	0					non-mobilizable	no_good_hit	67.0	98.507	2.0	0.00021246116950216485	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0078_01_000000001237	8647	0.6796989264248945	12	2	1	2	2	False	24854	fragment	False	USA0078_01_000000001237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	89.51799999999999	45.0	0.08846212006653562	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	False
ISR0143_000000018092	1618	0.6796978497905063	3	3	2	3	2	False	102755	fragment	False	ISR0143_000000018092	0.9696386741922284		0	0	False	False	0.9981458783149719	0					non-mobilizable	other	1636.0	82.70200000000001	100.0	0.11849626264106698	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
CHI0130_000000008478	1918	0.6796958360573077	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.7496812432377268		0	0	False	False	0.9958289861679077	0					non-mobilizable	chromosome	1918.0	96.76700000000001	100.0	0.0006449143822302526	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0036_000000014864	1673	0.6796812377659508	2	2	2	1	1	False	65298	maximal	True	ENG0036_000000014864	1.0		3	2	False	False	0.9719067811965942	0					non-mobilizable	no_good_hit	932.0	71.245	54.0	0.0003407771528521238	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
MAD0047_000000026192	1758	0.6796754158503604	4	2	2	2	2	False	17643	maximal	True	MAD0047_000000026192	1.0		107	12	False	False	0.9982935190200806	0					non-mobilizable	no_good_hit	74.0	82.432	4.0	2.2260746527857188e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0813_000000022845	1366	0.6796724683438213	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.24503412204791455		0	0	False	False	0.9524158239364624	0					non-mobilizable	chromosome	1366.0	98.243	100.0	0.0004399645063066414	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0064_000000013720	1934	0.6796636896311053	4	3	2	3	3	True	45487	maximal	True	FIJ0064_000000013720	0.9988642816581488		3	1	False	False	0.9974147081375122	0					non-mobilizable	no_good_hit	1124.0	81.584	57.0	0.418106686701728	CP057203.1	enterobacteria	Escherichia coli strain RHB33-C11 plasmid pRHB33-C11_4, complete sequence	True	True
MAD0096_000000010647	1761	0.6796636896311053	4	3	2	3	3	True	45487	maximal	False	FIJ0064_000000013720	0.954239917269907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	82.897	56.0	0.37039819684447783	CP057203.1	enterobacteria	Escherichia coli strain RHB33-C11 plasmid pRHB33-C11_4, complete sequence	True	True
SPA0018_000000016964	1764	0.6796604501167057	2	2	2	2	2	False	129783	maximal	False	FIJ0063_000000014314	0.7126175471121791		0	0	False	False	1.0	0					non-mobilizable	other	1764.0	98.98	100.0	0.492045771699693	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
ISR0015_000000021346	1266	0.6796564798349255	1	1	1	1	1	False	37955	fragment	False	SPA0031_000000024671	0.9505899705014749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	78.277	63.0	0.0018896806796194967	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
USA0021_01_000000014935	1184	0.6796442388347244	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.7312908769484774		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	96.706	100.0	0.0003364227202799037	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ISR0395_000000001958	16319	0.6796431378571766	25	12	9	12	9	False	127295	fragment	False	ISR0395_000000001958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5096.0	99.568	65.0	0.47101784228529164	MK239139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_6-CL25_c3 sequence	True	False
CHI0073_000000006353	1240	0.6796299190490556	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.2681389603449655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	97.277	33.0	0.00011191273583595759	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0372_000000005093	3166	0.67962887286121	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.4321465479144207		0	0	False	False	0.9996841549873352	0					non-mobilizable	other	3092.0	99.321	100.0	0.03232657160492536	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
CHI0037_000000004064	3115	0.67962887286121	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.425274820645823		0	0	False	False	0.9990369081497192	0					non-mobilizable	other	3080.0	99.05799999999999	100.0	0.03220103152102273	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0137_000000008690	3081	0.67962887286121	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.42791283803883606		0	0	False	False	1.0	0					non-mobilizable	other	3081.0	99.64299999999999	100.0	0.03273739928998108	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0217_000000008250	3077	0.67962887286121	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.4258430157244508		0	0	False	False	1.0	0					non-mobilizable	other	3077.0	99.025	100.0	0.0009204948048601886	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0075_000000006359	2981	0.67962887286121	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.3729983464018631		0	0	False	False	0.9889298677444458	0					non-mobilizable	other	2981.0	99.49700000000001	100.0	0.2680820439006837	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0177_000000014434	1863	0.6796277302362039	3	3	2	2	3	False	127458	fragment	False	ENG0177_000000014434	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1227.0	99.919	72.0	0.0004926268705054327	CP010050.1	firmicutes	Lactococcus lactis subsp. lactis strain S0, complete genome	True	True
MON0100_000000013019	3203	0.6796183336409658	3	2	2	2	2	False	112760	maximal	True	MON0100_000000013019	1.0	PS721	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	2549.0	73.75399999999999	78.0	0.3045703839122486	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
TAN0009_000000026152	1618	0.6796167974296596	2	1	1	1	1	False	2675	maximal	True	TAN0009_000000026152	1.0		1	1	False	False	0.9969097375869751	0					non-mobilizable	no_good_hit	584.0	73.63	35.0	0.002540193784310411	NZ_AUME01000001.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0182_000000005137	5185	0.6796149277077896	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.796824536652564		0	0	False	False	0.9996142983436584	0					non-mobilizable	chromosome	5030.0	97.376	100.0	0.002071066106914618	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0019_000000010359	2726	0.6796145630307321	4	4	3	3	2	False	122587	maximal	True	AST0019_000000010359	1.0		10	4	False	False	0.9992663264274597	0					non-mobilizable	no_good_hit	174.0	75.862	6.0	0.0018105009052504525	NZ_FWWT01000020.1	firmicutes	Desulfonispora thiosulfatigenes DSM 11270, whole genome shotgun sequence	True	False
MAD0007_000000000332	16135	0.6796085934615465	21	10	5	8	3	True	19877	maximal	True	MAD0007_000000000332	1.0		4	1	False	False	0.9991323351860046	0					non-mobilizable	no_good_hit	2745.0	97.705	33.0	0.000939626268795526	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
MON0102_000000005290	7747	0.6796079316448527	8	7	5	6	4	False	78257	maximal	True	MON0102_000000005290	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	91.712	33.0	0.00037092674802595947	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0103_000000010167	4262	0.6796015533437619	6	5	4	3	3	False	8920	maximal	True	MON0103_000000010167	1.0		1	1	False	False	0.9976536631584167	0					non-mobilizable	no_good_hit	647.0	70.17	15.0	0.0008087446471692024	NZ_QSBM01000001.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf1, whole genome shotgun sequence	True	False
CHI0002_000000002275	4158	0.6795998486293123	7	5	3	5	4	False	122693	fragment	False	DEN0046_000000004717	0.6574095865693889		0	0	False	False	1.0	0					non-mobilizable	chromosome	4158.0	99.88	100.0	0.000752748337235601	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
ENG0001_000000015646	1723	0.6795995336843801	2	2	2	1	1	False	123245	maximal	True	ENG0001_000000015646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1449.0	96.54899999999999	84.0	0.005557879868422568	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
ISR0384_000000008945	1976	0.6795993184935755	3	3	3	3	3	False	23080	maximal	True	ISR0384_000000008945	1.0		47	11	False	False	0.9696356058120728	0					non-mobilizable	no_good_hit	94.0	87.234	5.0	0.00031667444164847774	NZ_QGDL01000008.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_108, whole genome shotgun sequence	True	False
CHI0103_000000000293	7331	0.6795962251618348	9	8	4	5	6	True	100946	fragment	False	SPA0105_000000003842	0.9409699220344396		0	0	False	False	0.9998635649681091	0					non-mobilizable	other	7331.0	99.986	100.0	0.0401593223867677	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ISR0830_000000002740	7062	0.6795962251618348	9	8	4	5	6	True	100946	fragment	False	SPA0105_000000003842	0.9528991490463148		0	0	False	False	1.0	0					non-mobilizable	other	7062.0	99.816	100.0	0.038685535521550705	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
USA0130_01_000000025637	1288	0.679592753571572	2	1	1	1	1	False	104	maximal	True	USA0130_01_000000025637	1.0		1	1	False	False	0.9487577676773071	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00038225217317439195	NZ_JAAABL010000015.1	a-proteobacteria	Rhodovarius lipocyclicus strain CCUG 44693 contig00015, whole genome shotgun sequence	True	False
MAD0090_000000005398	2348	0.6795913021239518	2	2	2	2	2	False	40056	fragment	False	MAD0090_000000005398	0.9654798089448545		0	0	False	False	0.9974446296691895	0					non-mobilizable	chromosome	2387.0	77.545	100.0	0.0006247450802658714	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0103_000000013310	1283	0.6795894927082022	1	1	1	1	1	False	89235	fragment	False	ENG0108_000000010095	0.27267433101898514		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	99.53200000000001	100.0	0.006962358729831155	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0007_000000002173	9053	0.6795890570807976	12	10	6	8	9	True	109948	maximal	True	SPA0007_000000002173	1.0		221	10	False	False	1.0	0					non-mobilizable	no_good_hit	7924.0	99.066	89.0	0.016514400323574666	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	True
ISR0024_000000004684	4392	0.6795889927113925	6	5	3	3	3	True	74599	maximal	True	ISR0024_000000004684	1.0		32	8	False	False	0.999772310256958	0					non-mobilizable	no_good_hit	598.0	97.82600000000001	14.0	0.05660914090650484	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0850_000000004331	3343	0.6795810406313028	4	4	3	4	3	False	20576	fragment	False	ISR0850_000000004331	1.0		0	0	False	False	0.9979060888290405	0					non-mobilizable	no_good_hit	787.0	98.094	36.0	0.00023808463636206675	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ISR0812_000000002716	12342	0.6795791786212858	11	9	2	8	7	False	115125	fragment	False	DEN0011_000000001484	0.4462459342859093		0	0	False	False	0.9998379349708557	0					non-mobilizable	chromosome	12272.0	99.723	99.0	0.0022263358604812595	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0145_000000010724	1738	0.6795784149122562	4	4	4	3	2	False	79746	fragment	False	CHI0145_000000010724	0.9880923041352379		0	0	False	False	0.9861910343170166	0					non-mobilizable	other	1718.0	99.884	99.0	0.00032528223491060804	CP013711.1	enterobacteria	Klebsiella pneumoniae strain J1, complete genome	False	False
AUS0018_000000010587	2631	0.6795781600886899	4	3	2	3	2	True	131624	fragment	False	ISR0345_000000002701	0.5785464513272632		0	0	False	False	1.0	0					non-mobilizable	other	2631.0	99.316	100.0	0.020049704972021895	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
ISR0305_000000006609	2592	0.6795781600886899	4	3	2	3	2	True	131619	fragment	False	ISR0305_000000006609	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1998.0	98.649	99.0	0.015224053547196853	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
ISR0123_000000017514	1329	0.6795771711062853	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.24156952523333483		0	0	False	False	1.0	0					non-mobilizable	chromosome	1329.0	98.796	100.0	0.0004280387284800145	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0106_000000033303	1326	0.6795771711062853	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20813563863149787		0	0	False	False	0.9856711626052856	0					non-mobilizable	chromosome	1332.0	91.21600000000001	100.0	0.00042868336511929164	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0372_000000008924	1944	0.6795733199597283	3	3	3	3	2	False	118738	fragment	False	MON0053_000000020756	0.9388968467973102		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	92.198	99.0	0.0016538679051430836	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0797_000000002527	4565	0.6795683799884673	6	4	4	3	4	False	93828	maximal	True	ISR0797_000000002527	0.9786383367603382		76	8	False	False	0.9973713159561157	0					non-mobilizable	no_good_hit	3003.0	92.141	66.0	0.09290446411986873	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
USA0047_01_000000017636	2046	0.6795681672801402	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.5717726334940719		0	0	False	False	0.9995112419128418	0					non-mobilizable	no_good_hit	1742.0	82.836	85.0	0.0006037089760231333	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0106_000000002554	11406	0.6795596924794371	10	4	2	4	1	True	102714	maximal	True	MON0106_000000002554	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0092_000000004066	9911	0.6795596924794371	12	4	2	4	1	True	102715	maximal	True	MON0092_000000004066	1.0		2	1	False	False	0.9991928339004517	0					non-mobilizable	no_good_hit								True	True
ISR0800_000000003608	3024	0.6795581120567175	3	3	3	3	3	False	112771	maximal	True	ISR0800_000000003608	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2640.0	73.788	86.0	0.31566118220597195	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0054_000000002090	10670	0.6795569730463751	13	5	4	4	2	True	51468	fragment	False	FIJ0054_000000002090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
SPA0031_000000017067	1892	0.6795502621119117	3	3	3	3	3	False	76473	fragment	False	ENG0036_000000012915	0.9759894459102902		0	0	False	False	0.9994714856147766	0					non-mobilizable	no_good_hit	109.0	77.064	6.0	6.676025698920058e-05	NZ_LR134523.1	firmicutes	Peptoniphilus ivorii strain NCTC13079 chromosome 1	True	False
CHI0169_000000008008	1906	0.6795475985481789	3	2	1	2	0	False	78034	fragment	False	CHI0169_000000008008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0224_000000025480	1237	0.6795453678871336	2	1	1	1	1	False	125731	maximal	False	ENG0046_000000013902	0.9433718099884311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0255_000000001739	13162	0.679545139481969	19	7	2	7	2	False	127404	fragment	False	ISR0255_000000001739	0.9528645059181656		0	0	False	False	0.9980246424674988	0					non-mobilizable	no_good_hit								True	False
CHI0088_000000000907	4997	0.6795385455673306	6	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.35942992308456306	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4991.0	99.84	99.0	0.05076348691237958	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0006_000000031076	1284	0.6795311261599851	2	1	1	1	1	False	51659	maximal	True	FIJ0006_000000031076	1.0		39	6	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	77.85600000000001	55.0	0.00025349816698563393	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
MON0093_000000026262	1723	0.6795285312332553	2	2	2	1	1	False	9389	maximal	True	MON0093_000000026262	0.9573829531812725		21	7	False	False	0.9959373474121094	0					non-mobilizable	chromosome	1723.0	99.42	100.0	0.00034961591990912425	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
MAD0003_000000022849	1138	0.6795249388086138	2	1	1	1	1	False	20055	maximal	True	MAD0003_000000022849	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0010_000000011505	2517	0.6795229100174524	3	3	2	2	3	False	126312	maximal	True	AST0010_000000011505	1.0		4	4	True	True	0.9992054104804993	15					non-mobilizable	no_good_hit	769.0	70.611	30.0	0.0001725697706936087	CP013019.1	firmicutes	Clostridium pasteurianum strain M150B, complete genome	True	True
ISR0075_000000014355	1827	0.6795189411131941	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.2603564139340298	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1669.0	74.476	90.0	0.20085313833028642	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0026_000000007843	3622	0.6795169751893916	6	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.29908183118645765		0	0	False	False	0.9997239112854004	0					non-mobilizable	other	3626.0	98.566	100.0	0.3257466714645556	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0093_000000005567	6500	0.6795098494071364	7	7	4	3	5	True	96790	fragment	False	MON0093_000000005567	0.9554040871756477		0	0	False	False	1.0	0					non-mobilizable	chromosome	6232.0	99.631	100.0	0.0017346278317152105	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0068_000000014566	2188	0.6795067096089842	4	4	4	4	4	False	85422	fragment	False	FIJ0068_000000014566	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2188.0	99.086	100.0	0.0004193147855723503	CP041092.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KPCTRSRTH01 chromosome, complete genome	False	False
SPA0023_000000004439	5082	0.6795050141253691	7	3	1	3	2	False	91967	maximal	True	SPA0023_000000004439	1.0		0	0	False	False	0.9998032450675964	0					non-mobilizable	no_good_hit	295.0	98.305	39.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0104_000000022401	2032	0.6795017517250651	3	3	3	3	3	False	120659	fragment	False	MON0104_000000022401	0.9201374212161973		0	0	False	False	0.998031497001648	0					non-mobilizable	other	1954.0	91.863	96.0	0.0032424893950839676	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0805_000000001314	10146	0.6795005070773076	11	5	3	5	3	False	21800	maximal	True	ISR0805_000000001314	1.0		105	9	False	False	1.0	0					non-mobilizable	no_good_hit	2336.0	86.387	24.0	0.0006417664278071544	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0251_000000010749	1571	0.6794944498754969	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.5118981563078547		0	0	False	False	0.9809038639068604	0					non-mobilizable	no_good_hit	508.0	75.78699999999999	32.0	0.00014107804988542326	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0369_000000009707	1591	0.6794880738739785	2	1	1	1	1	False	61987	fragment	False	SPA0106_000000023495	0.9605745721271394		0	0	False	False	0.9930860996246338	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000000680	16878	0.6794855171805273	17	13	8	13	6	True	100662	maximal	True	MAD0096_000000000680	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2533.0	99.882	15.0	0.0014023466598727808	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	True
FIJ0115_000000011694	2050	0.6794639261999424	3	2	1	1	2	False	61922	fragment	False	ENG0078_000000012307	0.9699297943978795		0	0	False	False	0.9985365867614746	0					non-mobilizable	no_good_hit	201.0	89.055	23.0	0.0004983659107699628	NZ_FOGP01000002.1	actinobacteria	Olsenella umbonata strain KHGC19, whole genome shotgun sequence	True	False
ISR0071_000000007068	1194	0.6794571473676916	3	2	2	2	2	False	66670	fragment	False	SPA0046_000000023620	0.6034010357609884		0	0	False	False	0.9681742191314697	0					non-mobilizable	other	1196.0	93.06	100.0	0.00038301162069457055	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0030_000000010381	3087	0.6794505071527961	4	4	4	4	4	False	48759	maximal	True	FIJ0030_000000010381	1.0		3	3	False	False	0.9863945841789246	0					non-mobilizable	no_good_hit	1223.0	71.218	39.0	0.00039165179388241854	NZ_CP014170.1	firmicutes	Clostridium tyrobutyricum strain KCTC 5387 chromosome, complete genome	True	False
USA0003_01_000000007020	5527	0.6794496947435785	5	5	5	5	5	False	130064	maximal	False	ENG0166_000000003878	0.45554087968109297		0	0	False	False	1.0	0					non-mobilizable	chromosome	5325.0	93.78399999999999	99.0	0.0018719871328673303	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0169_000000015035	2075	0.6794491283569131	3	3	3	3	2	False	113521	fragment	False	AST0087_000000017412	0.5842961880142542		0	0	False	False	0.9961445927619934	0					non-mobilizable	no_good_hit	563.0	77.975	27.0	0.0001979585830981616	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0013_000000024780	2157	0.6794439222269197	3	3	3	3	3	False	49736	fragment	False	MON0013_000000024780	0.9946700507614213		0	0	False	False	0.9851645827293396	0					non-mobilizable	other	2138.0	99.53200000000001	99.0	0.0005239451772403315	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0083_000000022106	1633	0.6794423231944089	2	2	2	1	1	False	62570	maximal	True	FIJ0083_000000022106	1.0		49	8	False	False	0.9840784072875977	0					non-mobilizable	no_good_hit	1214.0	99.91799999999999	74.0	0.00023493232573899581	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
MON0075_000000023185	1176	0.6794404840008302	2	1	1	1	1	False	10330	maximal	True	MON0075_000000023185	1.0		134	11	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	79.464	9.0	2.2691669310589953e-05	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	False
FIJ0155_000000001176	15273	0.6794339500456162	8	6	6	6	2	True	43977	fragment	False	FIJ0155_000000001176	1.0		0	0	False	False	0.9996071457862854	0					non-mobilizable	no_good_hit								True	True
ENG0211_000000014023	1747	0.6794244579618035	6	5	2	4	3	False	53642	fragment	False	ENG0211_000000014023	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1747.0	100.0	100.0	0.0004646717716689142	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
CAN0003_000000027979	1763	0.6794167021069928	3	1	1	1	1	False	96567	maximal	True	CAN0003_000000027979	1.0		2	2	False	False	0.99886554479599	0					non-mobilizable	no_good_hit	924.0	97.186	52.0	0.0002495660983787938	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0037_01_000000011198	3117	0.6794159224746462	4	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.044074058888737735		0	0	False	False	1.0	0					non-mobilizable	other	1056.0	88.068	90.0	0.002206019191321458	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AUS0024_000000005662	5494	0.6794149364182958	5	5	5	4	3	False	98983	maximal	True	AUS0024_000000005662	1.0		244	14	False	False	1.0	0					non-mobilizable	no_good_hit	1974.0	78.825	36.0	0.005378036264112213	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0079_000000000688	7012	0.6794117067317151	9	1	1	1	1	False	16180	maximal	True	MAD0079_000000000688	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000018546	1719	0.6794110625533896	2	2	2	2	2	False	7436	maximal	True	SPA0028_000000018546	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	71.452	35.0	0.001652360097864151	NZ_JOMF01000005.1	euryarchaeotes	Methanomicrobium mobile BP T502DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CHI0062_000000005685	2622	0.6793980854820402	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.975854403197686		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2623.0	99.92399999999999	100.0	0.01230673913655693	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0046_000000004405	2619	0.6793980854820402	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9758041930688768		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2619.0	99.962	100.0	0.012287964553587353	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0041_000000005399	2612	0.6793980854820402	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.975343380197396		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	2612.0	99.962	100.0	0.012255109033390596	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0003_000000004301	2593	0.6793980854820402	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9729236046306831		0	0	False	False	0.9992287158966064	0	Inc18				non-mobilizable	plasmid	2593.0	99.92299999999999	100.0	0.012165929764285112	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
ENG0165_000000007434	2575	0.6793980854820402	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9572069729732285		0	0	False	False	0.9996116757392883	0	Inc18				non-mobilizable	chromosome	2575.0	100.0	100.0	0.0006036589612985187	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	False	True
ISR0091_000000012053	2538	0.6793980854820402	4	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9614508805976109		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2538.0	99.961	100.0	0.001179622120891731	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
CHI0116_000000006657	2533	0.6793980854820402	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9643478480097755		0	0	False	False	0.9964469075202942	0	Inc18				non-mobilizable	plasmid	2533.0	99.961	100.0	0.011884311019741474	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
FIJ0033_000000005748	5462	0.6793947985845905	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7861393275729515	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5307.0	99.925	100.0	0.5208599195052518	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0077_000000005411	5417	0.6793947985845905	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7847155726577543	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	5302.0	99.906	100.0	0.5202709335427506	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
CHI0056_000000007816	2445	0.6793929985079555	5	3	3	3	3	False	106798	fragment	False	CHI0056_000000007816	1.0		0	0	False	False	0.9926380515098572	0					non-mobilizable	chromosome	1490.0	97.65100000000001	100.0	0.0004693292248376969	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0051_000000029417	1619	0.6793902339577449	2	2	2	2	2	False	106161	fragment	False	DEN0051_000000029417	0.9480065631913311		0	0	False	False	1.0	0					non-mobilizable	other	882.0	99.66	100.0	0.00026525222897680383	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0002_000000024518	1534	0.6793902339577449	2	2	2	2	2	False	106161	fragment	False	DEN0051_000000029417	0.9224376803825389		0	0	False	False	1.0	0					non-mobilizable	other	888.0	99.662	100.0	0.0002670587140776674	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0209_000000005955	3156	0.6793781349351045	3	2	2	2	1	True	97330	fragment	False	ENG0209_000000005955	0.977871371440485		0	0	False	False	1.0	0					non-mobilizable	other	3005.0	100.0	95.0	0.006640757983720858	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
DEN0014_000000000730	2863	0.6793781349351045	2	2	2	2	1	True	97330	fragment	False	ENG0209_000000005955	0.9488698423927003		0	0	False	False	1.0	0					non-mobilizable	other	2863.0	100.0	100.0	0.006326847320042975	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0164_000000011652	2271	0.6793781349351045	3	2	2	2	1	True	97327	fragment	False	MON0012_000000024851	0.8032925387569949		0	0	False	False	1.0	0					non-mobilizable	other	2273.0	99.25200000000001	100.0	0.005018149341892926	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0148_000000015205	1913	0.6793740966667359	3	3	2	2	3	True	89608	fragment	False	ISR0148_000000015205	1.0		0	0	False	False	0.9979090690612793	0					non-mobilizable	plasmid	1913.0	99.425	100.0	0.015895446259845812	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ISR0165_000000004845	3804	0.6793733922382554	9	5	3	4	5	True	129199	maximal	True	ISR0165_000000004845	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	99.07700000000001	57.0	0.0002917617037510503	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0126_000000023342	1872	0.6793713436291642	4	3	2	3	2	True	3967	fragment	False	SPA0126_000000023342	1.0		0	0	False	False	1.0	0					non-mobilizable	other	891.0	92.368	99.0	0.00030780989438576985	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0090_000000008549	4583	0.6793693069058271	3	3	2	3	1	False	100450	fragment	False	ENG0208_000000005591	0.7549791583303566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	0.00015502564969840465	NZ_QMFB01000017.1	firmicutes	Paenibacillus contaminans strain CKOBP-6 scaffold17, whole genome shotgun sequence	True	False
MON0028_000000015374	1690	0.6793678769972246	2	2	2	2	2	False	57844	fragment	False	MON0004_000000025986	0.9906213364595545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000021364	1905	0.6793609547765936	3	3	3	3	3	False	72899	maximal	False	ISR0010_000000010271	0.9639861864824864		0	0	False	False	0.9769029021263123	0					non-mobilizable	other	1925.0	78.33800000000001	99.0	0.0020524662352656873	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	False	False
MAD0093_000000004201	6230	0.6793594110232196	9	7	7	7	4	False	15690	maximal	True	MAD0093_000000004201	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	75.29	12.0	0.018511348787688137	NZ_JAAIPV010000039.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_39_length_41326_cov_76.1729, whole genome shotgun sequence	True	False
ISR0307_000000007090	1566	0.6793589216264931	3	3	3	3	2	False	74125	fragment	False	ISR0307_000000007090	1.0		0	0	False	False	0.9936143159866333	0					non-mobilizable	no_good_hit	1217.0	98.932	78.0	0.00041312585084050387	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0279_000000006054	3265	0.6793556263690991	7	2	2	2	2	False	113110	fragment	False	ISR0279_000000006054	0.9373542090143797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	88.914	27.0	0.0002484765650780149	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0028_000000005947	3064	0.6793548473925557	5	5	5	4	4	False	37201	maximal	True	ISR0028_000000005947	1.0		8	6	False	False	0.9742166996002197	0					non-mobilizable	no_good_hit	840.0	98.333	27.0	0.005972167847101114	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	True	False
SPA0028_000000006866	3924	0.6793513205115992	4	2	1	1	1	False	132418	maximal	True	SPA0028_000000006866	1.0		0	0	False	False	0.9979612827301025	0					non-mobilizable	no_good_hit	2924.0	100.0	75.0	0.0008235679623891755	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0016_000000006635	3082	0.6793513205115992	4	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.2146291374307652		0	0	False	False	0.9990265965461731	0					non-mobilizable	other	3081.0	98.86399999999999	100.0	0.09285390542378003	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AUS0024_000000010558	3079	0.6793513205115992	3	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.21447203363852588		0	0	False	False	0.9922052621841431	0					non-mobilizable	other	3085.0	98.865	100.0	0.09291433751321952	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0042_000000007995	2993	0.6793513205115992	4	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.194232299066656		0	0	False	False	1.0	0					non-mobilizable	chromosome	2993.0	100.0	100.0	0.0008430090124763644	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0036_000000013442	2895	0.6793513205115992	3	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.1571692428252173		0	0	False	False	1.0	0					non-mobilizable	chromosome	2441.0	99.959	92.0	0.0006874806117788532	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0155_000000006398	2886	0.6793513205115992	3	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.175739454036554		0	0	False	False	0.9982674717903137	0					non-mobilizable	chromosome	2886.0	100.0	100.0	0.0008128612971237671	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0051_000000010250	2802	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.15775464557212812		0	0	False	False	1.0	0					non-mobilizable	chromosome	2482.0	100.0	96.0	0.0006990325400915307	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0389_000000007825	2706	0.6793513205115992	3	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.14898926534829374		0	0	False	False	0.9992609024047852	0					non-mobilizable	other	2711.0	98.709	100.0	0.08167396887747394	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0176_000000003004	2677	0.6793513205115992	3	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.13870820783044		0	0	False	False	0.9887934327125549	0					non-mobilizable	chromosome	2677.0	99.925	100.0	0.000753974638164021	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0014_000000013881	2623	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.14819040740723197		0	0	False	False	0.9992375373840332	0					non-mobilizable	other	2629.0	98.631	100.0	0.07913582112101526	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0066_000000012264	2614	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.14806803474464572		0	0	False	False	0.9973220825195312	0					non-mobilizable	other	2620.0	98.626	100.0	0.07892430880797703	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0098_000000017143	2588	0.6793513205115992	3	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.1266493367181681		0	0	False	False	0.9969087839126587	0					non-mobilizable	chromosome	2573.0	99.961	99.0	0.0007246721858586929	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0005_000000011262	2522	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.09966095648349135		0	0	False	False	1.0	0					non-mobilizable	other	2397.0	98.54	95.0	0.07218613083547364	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0056_000000008741	2482	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.11039612330012254		0	0	False	False	1.0	0					non-mobilizable	other	2488.0	98.59299999999999	100.0	0.07487535881553105	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0097_000000016631	2457	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.08781919805366069		0	0	False	False	1.0	0					non-mobilizable	chromosome	2374.0	95.87200000000001	96.0	0.0006671942986443953	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CHI0057_000000007981	2420	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.11855603995478335		0	0	False	False	1.0	0					non-mobilizable	chromosome	2420.0	99.959	100.0	0.0006815637704479697	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0362_000000008975	2415	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.11843403425075373		0	0	False	False	0.9962732791900635	0					non-mobilizable	chromosome	2415.0	100.0	100.0	0.0006801549987025213	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0008_000000012678	2397	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.10917026102202693		0	0	False	False	1.0	0					non-mobilizable	other	2397.0	100.0	100.0	0.07239764314851185	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0004_000000011170	2361	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.07267206504211163		0	0	False	False	0.9889877438545227	0					non-mobilizable	chromosome	2363.0	99.069	100.0	0.0006635314921062293	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0011_000000012032	2267	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.07233293164356233		0	0	False	False	1.0	0					non-mobilizable	chromosome	2259.0	100.0	99.0	0.000636201320244529	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0141_000000014718	2243	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.07204494690122873		0	0	False	False	0.9991083145141602	0					non-mobilizable	chromosome	2243.0	99.822	100.0	0.0006316932506590939	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0112_000000012847	2208	0.6793513205115992	2	2	1	1	1	False	132417	fragment	False	FIJ0075_000000003112	0.053453930193537724		0	0	False	False	1.0	0					non-mobilizable	chromosome	2208.0	100.0	100.0	0.0006218318484409545	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0008_000000003068	8486	0.6793497230803992	9	5	3	5	3	False	117466	maximal	True	FIJ0008_000000003068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3520.0	95.17	43.0	0.08738492162229411	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
FIJ0023_000000000334	43096	0.6793488391364487	77	28	12	20	16	False	52651	maximal	True	FIJ0023_000000000334	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	88.506	0.0	0.0003264798177858523	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	True	False
ENG0111_000000001424	15393	0.6793483427521239	20	7	0	6	2	False	88733	maximal	True	ENG0111_000000001424	0.9359894869981991		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	1.012728990683906e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ISR0156_000000001518	15278	0.6793483427521239	19	7	0	6	2	False	88733	maximal	False	ENG0111_000000001424	0.9171451001466694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	8.861378668484178e-06	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ISR0134_000000001824	15036	0.6793483427521239	19	7	0	6	2	False	88733	maximal	False	ENG0111_000000001424	0.9259605892733022		0	0	False	False	0.9981378316879272	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	1.012728990683906e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ISR0785_000000001487	14765	0.6793483427521239	20	7	0	6	2	False	88733	maximal	False	ENG0111_000000001424	0.9133145328707737		0	0	False	False	0.9991195201873779	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	9.114560916155154e-06	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ENG0194_000000008411	3269	0.6793448605423418	3	3	2	3	2	False	95263	maximal	True	ENG0194_000000008411	0.9906881313131313		1	1	False	False	0.9990822672843933	0					non-mobilizable	no_good_hit	442.0	85.294	27.0	0.00012230786260432902	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0090_000000002098	9085	0.6793414652095148	11	6	3	2	6	False	113745	maximal	True	ENG0090_000000002098	1.0		5	5	False	False	0.9954870939254761	0					non-mobilizable	no_good_hit	7521.0	97.221	82.0	0.003298413774808376	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0072_000000003446	3399	0.6793404279723966	6	6	2	2	5	False	84852	maximal	True	CHI0072_000000003446	1.0		2	1	True	True	1.0	29					non-mobilizable	plasmid	3255.0	96.49799999999999	100.0	0.04203862799560752	CP030922.1	enterobacteria	Escherichia coli strain KL53 plasmid pKL53-S, complete sequence	False	True
MON0102_000000010641	4252	0.6793401861168298	5	5	3	3	5	False	69447	maximal	True	MON0102_000000010641	1.0		2	2	False	False	0.988476037979126	0					non-mobilizable	no_good_hit	1348.0	96.14200000000001	53.0	0.00029896561451204855	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0057_000000009168	1739	0.67933942145491	2	2	2	2	1	False	85804	fragment	False	MAD0057_000000009168	0.9259526832250868		0	0	False	False	0.9919493794441223	0					non-mobilizable	no_good_hit	82.0	80.488	5.0	0.0020597053839134403	NZ_LUTP01000030.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00030, whole genome shotgun sequence	True	False
ISR0114_000000017456	1604	0.6793380914190552	3	3	2	2	2	False	108207	fragment	False	ENG0175_000000014789	0.9573624471479467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	77.328	15.0	3.7970712763847215e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
CHI0119_000000001379	6418	0.679337164832046	8	6	5	5	5	True	95950	fragment	False	CHI0119_000000001379	0.9983763597986686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	78.947	15.0	0.0035287907383705374	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
AST0148_000000000965	23927	0.6793279275919465	16	14	9	12	9	False	105232	maximal	True	AST0148_000000000965	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5258.0	94.447	58.0	0.0011663908515432146	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0107_000000027180	1151	0.6793269855112334	1	1	1	1	1	False	32828	fragment	False	ISR0107_000000027180	1.0		0	0	False	False	0.9817550182342529	0					non-mobilizable	chromosome	1172.0	73.294	99.0	0.0003405918894705277	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0819_000000010962	2362	0.6793216198652551	5	2	0	2	0	False	21320	fragment	False	ISR0819_000000010962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0139_000000001609	11146	0.6793199228765502	14	6	5	5	4	False	3542	maximal	True	SPA0139_000000001609	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3540.0	91.271	49.0	0.06245347889270903	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CAN0014_000000001572	21250	0.6793197208934721	18	14	10	14	10	True	101007	maximal	True	CAN0014_000000001572	1.0		12	6	False	False	0.9999529123306274	0					non-mobilizable	no_good_hit	5449.0	72.197	25.0	0.0028406807905900664	NZ_CM001148.1	high GC Gram+	Parascardovia denticolens DSM 10105 = JCM 12538 strain DSM 10105 chromosome, whole genome shotgun sequence	True	True
CHI0185_000000012525	1586	0.6793184180555953	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.5930281488281448		0	0	False	False	1.0	0					non-mobilizable	chromosome	1587.0	95.022	100.0	0.00044389077823905226	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0002_000000020262	1834	0.6793117759346071	3	3	3	2	2	False	131699	fragment	False	AST0140_000000015176	0.680132246709157		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	98.14200000000001	99.0	0.03545948041876697	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
FIJ0011_000000034134	1349	0.6793019146395461	1	1	1	1	1	False	50889	maximal	True	FIJ0011_000000034134	1.0		7	4	False	False	0.9985173940658569	0					non-mobilizable	no_good_hit	1158.0	77.029	84.0	0.001418006067226661	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0013_000000043539	1306	0.6793019146395461	1	1	1	1	1	False	13487	maximal	True	MON0013_000000043539	1.0		24	6	False	False	0.9831546545028687	0					non-mobilizable	no_good_hit	579.0	77.202	44.0	0.006319097962503022	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0053_000000005636	1939	0.6793004003511709	2	2	2	2	2	False	112747	maximal	True	DEN0053_000000005636	1.0	PS721	4	4	False	True	1.0	0					non-mobilizable	no_good_hit	988.0	93.32	51.0	0.9989795918367347	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CAN0011_000000015898	1902	0.6793004003511709	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3062900061304964	PS721	0	0	False	True	0.9978969693183899	0					non-mobilizable	no_good_hit	1718.0	74.27199999999999	89.0	0.20694698354661792	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0208_000000017787	1722	0.6793004003511709	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.11136895367084594	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	944.0	99.57600000000001	55.0	0.009108031100594003	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0022_000000002880	7507	0.679300301310586	5	4	4	3	3	False	49500	maximal	True	FIJ0022_000000002880	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2097.0	86.314	51.0	0.006340052394120215	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0018_000000014608	1834	0.6792988825499049	2	2	2	2	2	False	51669	maximal	True	FIJ0018_000000014608	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	82.414	15.0	0.0030794452567681333	NZ_KB890632.1	CFB group bacteria	Prevotella paludivivens DSM 17968 = JCM 13650 strain DSM 17968 B045DRAFT_scaffold_14.15, whole genome shotgun sequence	True	False
ENG0152_000000019992	1284	0.6792878429557874	2	1	1	1	1	False	56999	fragment	False	FIJ0055_000000010204	0.6399325626204239		0	0	False	False	0.9945482611656189	0					non-mobilizable	chromosome	1284.0	92.679	100.0	0.0005123087876330336	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0009_000000026721	1462	0.6792875810690588	2	2	2	2	2	False	13793	fragment	False	MON0009_000000026721	1.0		0	0	False	False	0.9733242392539978	0					non-mobilizable	no_good_hit	975.0	98.051	88.0	0.00027020122076522763	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0088_000000000875	5218	0.6792799603445352	10	6	3	5	4	False	83949	maximal	True	CHI0088_000000000875	1.0		1	1	False	False	0.994442343711853	0					non-mobilizable	no_good_hit	485.0	80.825	9.0	0.006929706786781584	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0003_000000021084	1102	0.67927660024796	2	2	2	2	2	False	52121	fragment	False	FIJ0103_000000020806	0.987018800358102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000033696	1128	0.6792742032928548	2	2	1	2	1	False	74681	fragment	False	ISR0815_000000026893	0.9776902887139107		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	95.926	100.0	0.0003506077927637289	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0020_000000006070	3801	0.6792644605951318	3	3	2	3	2	False	127918	maximal	False	ISR0770_000000002449	0.9907682210276285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	88.71600000000001	36.0	0.000298886264762934	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0770_000000002449	3789	0.6792644605951318	3	3	2	3	2	False	127918	maximal	True	ISR0770_000000002449	0.999605367008682		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	88.641	35.0	0.000298886264762934	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0042_000000007432	3999	0.6792644218863118	7	6	5	6	4	False	99542	maximal	True	SPA0042_000000007432	1.0		7	2	False	False	0.9977494478225708	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	2.0	4.45469699707863e-05	CP021642.1	e-proteobacteria	Campylobacter concisus strain P2CDO4 chromosome, complete genome	True	False
ENG0004_000000020808	1306	0.6792635359419161	2	2	2	2	1	False	67746	fragment	False	ENG0004_000000020808	0.9996144949884349		0	0	False	False	0.9977028965950012	0					non-mobilizable	other	1306.0	100.0	100.0	0.0014256343253417699	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0385_000000018486	1297	0.6792635359419161	2	2	2	2	1	False	67746	fragment	False	ENG0004_000000020808	0.9961715160796325		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	99.92299999999999	100.0	0.0014158023644773438	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
USA0039_01_000000010424	2163	0.6792614641081022	2	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.07309579066783124		0	0	False	False	0.9912158846855164	0					non-mobilizable	no_good_hit	916.0	87.227	42.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0042_000000001677	12163	0.6792567691389756	15	8	4	7	3	False	18174	maximal	True	MAD0042_000000001677	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	92.647	1.0	0.00032466414478053197	CP002411.1	firmicutes	Clostridium botulinum BKT015925 plasmid p1BKT015925, complete sequence	True	False
ISR0770_000000005235	2061	0.679249876545372	3	3	2	3	3	True	22535	maximal	True	ISR0770_000000005235	1.0		309	10	False	False	0.9961183667182922	0					non-mobilizable	chromosome	1591.0	99.18299999999999	93.0	0.0003538564117446501	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0185_000000012627	2580	0.6792463145335448	4	2	2	2	2	False	77804	backbone	False	ISR0096_000000009033	0.9947837150127227	PS374	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	987.0	75.887	45.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0834_000000005361	3138	0.6792455507823226	4	2	0	1	1	False	73823	fragment	False	ENG0154_000000009578	0.9959884027599898		0	0	False	False	1.0	0					non-mobilizable	other	3138.0	99.713	100.0	0.5427335640138409	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	False
MON0010_000000011595	2204	0.6792455507823226	2	2	0	1	1	False	27424	fragment	False	MON0010_000000011595	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2071.0	100.0	94.0	0.35813148788927335	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	False
ENG0020_000000001052	18300	0.6792446125147111	20	17	10	11	14	True	112523	maximal	True	ENG0020_000000001052	0.9694590479798544		8	3	False	False	1.0	0					non-mobilizable	other	9002.0	98.956	92.0	0.10923013445949226	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0136_000000004659	7547	0.6792363220750312	11	5	1	5	3	False	3641	maximal	True	SPA0136_000000004659	1.0		4	4	False	False	0.9978799819946289	0					non-mobilizable	no_good_hit	1817.0	99.615	24.0	0.01929955290611028	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0099_000000010728	1880	0.6792357809468822	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.6039045417256419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	87.024	43.0	0.0022057018351439267	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0029_000000002503	8207	0.6792357152135775	10	4	4	4	2	False	116214	maximal	True	SPA0029_000000002503	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	94.941	32.0	0.00042354359376739313	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0037_000000004757	4277	0.6792324095199991	5	5	5	5	3	False	70408	maximal	True	ISR0037_000000004757	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	89.87299999999999	55.0	0.00026613727737349765	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0076_000000003186	3948	0.6792277493352658	6	2	1	2	2	False	5752	maximal	True	SPA0076_000000003186	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000005123	6731	0.6792260409409568	8	3	3	2	3	False	125525	maximal	True	DEN0001_000000005123	1.0		10	7	False	False	1.0	0					non-mobilizable	no_good_hit	2362.0	82.26100000000001	52.0	0.001030677450127662	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0151_000000003109	5399	0.6792260409409568	6	3	3	2	3	False	125517	fragment	False	USA0125_01_000000004163	0.7935675633693823		0	0	False	False	0.9987034797668457	0					non-mobilizable	no_good_hit	2380.0	82.395	64.0	0.0010385686428551388	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0377_000000000418	17060	0.679218792894326	26	9	5	8	8	False	72005	maximal	True	ISR0377_000000000418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	78.581	9.0	0.00026792336293618256	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
MON0039_000000008217	5199	0.6792098325532511	6	4	4	3	2	False	100175	fragment	False	MON0039_000000008217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	74.766	4.0	0.007542131283605789	NZ_RHNT01000029.1	firmicutes	Lactobacillus furfuricola strain JCM 18764 contig29, whole genome shotgun sequence	True	False
MAD0097_000000028536	1457	0.6792054479733511	1	1	1	1	1	False	97518	maximal	True	MAD0097_000000028536	1.0		174	11	False	False	1.0	0					non-mobilizable	other	1457.0	98.147	100.0	0.0019017838366660266	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
SPA0117_000000009905	3804	0.6792025351437416	5	4	4	3	3	False	11066	maximal	True	SPA0117_000000009905	1.0		11	2	False	False	0.9986855983734131	0					non-mobilizable	chromosome	3806.0	98.581	100.0	0.0018931909823590833	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	False
MON0021_000000003201	6302	0.6791983286601312	6	5	5	5	4	False	72236	maximal	True	MON0021_000000003201	1.0		98	11	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	74.608	23.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0157_000000001269	6911	0.6791902176657255	6	6	6	6	5	False	105089	maximal	True	CHI0157_000000001269	1.0		9	2	False	False	0.9976848363876343	0					non-mobilizable	no_good_hit	1730.0	82.197	74.0	0.0003832331704555267	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0042_000000003286	8000	0.6791899843902429	9	7	5	7	5	False	102291	maximal	True	SPA0042_000000003286	1.0		0	0	False	False	0.9977499842643738	0					non-mobilizable	no_good_hit	1716.0	77.04	21.0	0.0069725448352279725	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0009_000000004722	6122	0.6791881452046568	10	4	2	4	2	True	38387	fragment	False	ISR0009_000000004722	1.0		0	0	False	False	0.9996733069419861	0					non-mobilizable	no_good_hit								True	True
ISR0169_000000006086	4433	0.6791881452046568	8	4	2	4	2	True	30106	fragment	False	ISR0169_000000006086	1.0		0	0	False	False	0.9972930550575256	0					non-mobilizable	no_good_hit								True	True
SPA0006_000000018949	1672	0.6791864961343338	3	2	0	2	0	True	8242	fragment	False	SPA0006_000000018949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	79.977	52.0	0.001802453595183978	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0106_000000020306	1340	0.6791864961343338	3	2	0	2	0	True	32878	fragment	False	ISR0106_000000020306	0.9776645768025078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
ISR0388_000000027621	1276	0.6791864961343338	2	2	0	2	0	True	32878	fragment	False	ISR0106_000000020306	0.9548507462686567		0	0	False	False	0.9913793206214905	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
SPA0090_000000032075	1154	0.6791864961343338	2	2	0	2	0	True	5359	fragment	False	SPA0090_000000032075	1.0		0	0	False	False	0.9679375886917114	0					non-mobilizable	no_good_hit								True	True
SPA0060_000000004665	3480	0.6791864814367512	6	3	1	3	1	False	6244	maximal	True	SPA0060_000000004665	1.0		2	1	False	False	0.9873563051223755	0					non-mobilizable	no_good_hit	2970.0	98.552	85.0	0.017723680126077508	MT176425.1	viruses	Citrobacter phage PhiZZ23, complete genome	True	False
ISR0159_000000013040	2000	0.6791820039823934	3	3	3	2	1	False	116800	fragment	False	ISR0159_000000013040	0.8898826677072513		0	0	False	False	0.9869999885559082	0					non-mobilizable	no_good_hit	1538.0	95.904	77.0	0.005823239086642969	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0111_000000012032	1478	0.6791813686314385	2	2	2	1	1	False	32676	fragment	False	ISR0111_000000012032	1.0		0	0	False	False	0.9851149916648865	0					non-mobilizable	other	1478.0	99.932	100.0	0.010264357591593928	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
SPA0085_000000009024	1479	0.6791745307913272	1	1	1	1	1	False	114675	maximal	False	ISR0066_000000020184	0.7356621582838052		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	93.302	100.0	0.00036067093896753675	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0090_000000008120	4042	0.6791662859167836	4	3	2	3	2	False	58141	maximal	True	SPA0090_000000008120	1.0		1	1	False	False	0.9997525811195374	0					non-mobilizable	no_good_hit	1650.0	78.848	41.0	0.1996343692870201	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
AUS0018_000000007182	3794	0.6791638120620174	6	4	3	3	4	False	116850	fragment	False	ISR0288_000000006377	0.3644243818303561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0026_000000002146	8994	0.6791630935056069	9	7	5	6	5	True	53140	maximal	True	MON0026_000000002146	1.0		7	3	False	False	0.9996664524078369	0					non-mobilizable	no_good_hit	4167.0	92.51299999999999	67.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
USA0036_01_000000003403	11511	0.6791621043056331	12	6	5	5	2	True	75072	fragment	False	USA0036_01_000000003403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	95.05	2.0	3.190951364421795e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0052_000000022622	1628	0.6791580420172145	3	2	0	2	1	True	38426	fragment	False	ISR0052_000000022622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0049_000000015257	1443	0.6791580420172145	2	2	0	2	1	True	38425	fragment	False	MON0049_000000015257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0103_000000006712	3044	0.6791555682548327	4	2	1	2	1	False	46890	fragment	False	FIJ0103_000000006712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	98.913	3.0	0.02220595412396291	KU545938.1	bacteria	Uncultured bacterium clone TE_03B_000_Contig_7 genomic sequence	True	False
FIJ0078_000000008337	3033	0.6791555682548327	4	2	1	2	1	False	46890	fragment	False	FIJ0103_000000006712	0.9981931668856767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	3.0	0.02000976085895559	KU545938.1	bacteria	Uncultured bacterium clone TE_03B_000_Contig_7 genomic sequence	True	False
FIJ0126_000000014222	2582	0.6791555682548327	4	2	1	2	1	False	46889	fragment	False	FIJ0126_000000014222	1.0		0	0	False	False	0.999225378036499	0					non-mobilizable	no_good_hit								True	False
FIJ0070_000000008040	2407	0.6791555682548327	4	2	1	2	1	False	46887	fragment	False	FIJ0047_000000012692	1.0		0	0	False	False	0.9995845556259155	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	3.0	0.05457122608079376	NZ_JH379343.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld18, whole genome shotgun sequence	True	False
FIJ0047_000000012692	2407	0.6791555682548327	4	2	1	2	1	False	46887	fragment	False	FIJ0047_000000012692	1.0		0	0	False	False	0.9995845556259155	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	3.0	0.05457122608079376	NZ_JH379343.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld18, whole genome shotgun sequence	True	False
FIJ0115_000000010006	2397	0.6791555682548327	4	2	1	2	1	False	46887	fragment	False	FIJ0047_000000012692	0.9972303005123945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	98.529	3.0	0.04748405386250886	NZ_JH379343.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld18, whole genome shotgun sequence	True	False
FIJ0055_000000000262	33848	0.67915462018116	43	14	3	11	6	False	62194	maximal	True	FIJ0055_000000000262	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	79.446	6.0	0.0004363018053176491	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0236_000000006076	1821	0.6791507814786262	3	2	2	2	2	False	27330	maximal	True	ISR0236_000000006076	1.0		16	4	False	False	0.9994508624076843	0					non-mobilizable	no_good_hit								True	False
AST0033_000000010830	1214	0.6791500449396196	1	1	1	1	1	False	117007	fragment	False	AST0033_000000010830	1.0		0	0	False	False	0.9950576424598694	0					non-mobilizable	other	1214.0	98.84700000000001	100.0	0.0010603461991003228	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
FIJ0050_000000013317	1908	0.6791466574828502	2	1	1	1	1	False	46602	fragment	False	FIJ0050_000000013317	1.0		0	0	False	False	0.9795597195625305	0					non-mobilizable	no_good_hit	1242.0	75.12100000000001	64.0	0.003608429479632682	NZ_JH376829.1	CFB group bacteria	Alloprevotella rava F0323 supercont1.3, whole genome shotgun sequence	True	False
DEN0093_000000014296	2259	0.6791451207874503	3	2	2	2	1	False	68484	fragment	False	DEN0093_000000014296	1.0		0	0	False	False	0.9995573163032532	0					non-mobilizable	no_good_hit	1307.0	69.778	56.0	0.27747669629308475	NZ_NSKI01000044.1	bacteria	Inordinaticella fortuita strain 4B NODE_46_length_4613_cov_453.385, whole genome shotgun sequence	True	False
MON0098_000000011377	2682	0.6791417895049188	3	3	2	3	2	False	97053	fragment	False	MON0098_000000011377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	80.445	54.0	0.0006837080669157118	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0052_000000026829	1258	0.679135624481231	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2682658414744703		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	93.915	99.0	0.017347166443551984	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0292_000000002873	5365	0.6791270193952909	6	6	4	6	5	False	25890	maximal	True	ISR0292_000000002873	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2533.0	97.90799999999999	66.0	0.007302176227391672	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	True	False
DEN0086_000000000709	3419	0.6791257530126689	4	3	2	2	1	True	68911	maximal	True	DEN0086_000000000709	1.0		31	7	False	False	0.9979526400566101	0					non-mobilizable	no_good_hit	1875.0	88.16	55.0	0.00034824424224398095	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
FIJ0081_000000023624	1535	0.6791236065519949	2	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.9043573142852386		0	0	False	False	1.0	0					non-mobilizable	chromosome	1535.0	98.111	100.0	0.00040893860292381766	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0787_000000011154	1350	0.6791236065519949	3	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.10786836282392234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1350.0	98.22200000000001	100.0	0.0003598553002897782	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0010_000000003587	5561	0.6791160981331508	5	5	5	3	4	True	112069	fragment	False	MON0010_000000003587	0.9990066326861399		0	0	False	False	0.9924473762512207	0					non-mobilizable	other	5280.0	99.735	100.0	0.0188607789405237	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0045_01_000000004092	3396	0.6791148995647469	6	2	1	2	2	False	81865	fragment	False	USA0045_01_000000004092	0.7165982541445582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	83.26299999999999	21.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0008_000000001731	6061	0.6791082355912078	9	6	3	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.4266862997860237	PS1107|PS1110|PS1114	0	0	True	True	1.0	68		MOBV			mobilizable	other	4254.0	99.859	100.0	0.6984726556084743	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0190_000000005012	6021	0.6791082355912078	9	6	3	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.42330010369887633	PS1107|PS1110|PS1114	0	0	True	True	1.0	56		MOBV			mobilizable	other	4199.0	99.95200000000001	100.0	0.6894399737231073	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0101_000000009916	5506	0.6791082355912078	8	6	3	4	4	True	130648	backbone	False	USA0082_01_000000002282	0.37253113154723466	PS1107|PS1110|PS1114	0	0	False	True	0.994188129901886	0		MOBV			mobilizable	other	3802.0	99.132	99.0	0.6242404335687305	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0179_000000014018	1646	0.6791039228285921	3	3	2	3	2	False	126952	fragment	False	ISR0289_000000005085	0.24937434115899448		0	0	False	False	0.9939246773719788	0					non-mobilizable	other	1492.0	93.432	90.0	0.021241339904292552	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0842_000000007278	2916	0.6791001090150288	5	4	3	3	4	False	109855	fragment	False	ISR0842_000000007278	1.0		0	0	False	True	0.991769552230835	0					non-mobilizable	no_good_hit	261.0	80.46	9.0	0.025122669283611385	NZ_CABJDZ010000017.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
USA0001_01_000000013349	1280	0.679097606375687	2	2	2	2	2	False	59352	maximal	False	ENG0117_000000016052	0.5711865389432738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	72.01	30.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MAD0034_000000004323	3526	0.6790965276852975	5	2	0	2	2	True	109101	fragment	False	MAD0034_000000004323	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3534.0	99.491	100.0	0.0006832986357849771	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0140_000000005465	2888	0.6790965276852975	3	2	0	2	2	True	109095	fragment	False	ENG0140_000000005465	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2896.0	99.37799999999999	100.0	0.0005597315922388276	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0069_000000008960	2670	0.6790965276852975	4	2	0	2	2	True	109094	fragment	False	SPA0069_000000008960	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2678.0	99.32799999999999	100.0	0.0005175096243813658	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0072_000000007846	2670	0.6790965276852975	4	2	0	2	2	True	109094	fragment	False	SPA0069_000000008960	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2678.0	99.32799999999999	100.0	0.0005175096243813658	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0837_000000004521	2527	0.6790965276852975	3	2	0	2	2	True	109091	fragment	False	ISR0837_000000004521	1.0		0	0	False	False	0.9980213642120361	0					non-mobilizable	other	2529.0	95.492	100.0	0.0004880087481520613	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0003_000000014945	1740	0.6790959727049224	2	2	2	1	1	False	80777	maximal	True	ISR0003_000000014945	1.0		0	0	False	False	0.9988505840301514	0					non-mobilizable	no_good_hit	169.0	92.899	11.0	4.7501614201560446e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0055_000000005509	3331	0.6790928287772623	3	2	2	2	2	False	130682	fragment	False	ISR0168_000000004408	0.07527793367701088		0	0	False	False	0.9876914024353027	0					non-mobilizable	other	3331.0	98.679	100.0	0.023703598248923374	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
DEN0063_000000019585	2426	0.6790892291446561	3	2	1	1	2	False	73458	fragment	False	DEN0035_000000013102	0.9504612916165263		0	0	False	False	0.9888705611228943	0					non-mobilizable	virus	2428.0	94.11	100.0	0.025674946290044343	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	False	False
ISR0857_000000001891	1617	0.6790766392476335	2	2	2	2	2	False	83583	maximal	True	ISR0857_000000001891	1.0		0	0	False	False	0.9962894320487976	0					non-mobilizable	chromosome	1590.0	74.654	96.0	0.00043762623699320294	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0087_000000011427	2356	0.6790763321307326	3	2	2	1	2	False	61389	maximal	True	ENG0087_000000011427	1.0		1	1	False	False	0.9983022212982178	0					non-mobilizable	no_good_hit	561.0	71.48	24.0	0.00033824284980304845	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
CHI0137_000000002268	5329	0.6790746895007681	7	3	1	2	1	True	101807	fragment	False	CHI0137_000000002268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1515.0	90.165	56.0	0.00039727157868220766	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
AST0005_000000003659	7810	0.679069107309824	9	6	3	6	2	True	128755	fragment	False	AST0005_000000003659	1.0		0	0	False	False	0.9997439384460449	0					non-mobilizable	no_good_hit								True	True
SPA0073_000000002673	5358	0.6790668495344547	5	5	5	4	5	False	90165	maximal	False	FIJ0088_000000004962	0.9593430133301083		0	0	False	False	1.0	0					non-mobilizable	chromosome	5359.0	99.645	100.0	0.0010928963977865482	CP054368.1	enterobacteria	Escherichia coli strain SCU-115 chromosome, complete genome	False	False
ENG0072_000000004237	2704	0.6790641081756371	3	1	0	1	1	True	119785	backbone	True	ENG0072_000000004237	1.0	PS824	0	0	True	True	1.0	24	IncW				non-mobilizable	plasmid	1408.0	97.656	94.0	0.1793675479523069	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0210_000000007295	2624	0.6790641081756371	3	1	0	1	1	True	113436	maximal	True	ISR0210_000000007295	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2369.0	98.77600000000001	90.0	0.2350838876203713	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
ENG0182_000000012602	2268	0.6790641081756371	2	1	0	1	1	True	119784	fragment	False	ENG0182_000000012602	0.9483370288248337		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	2103.0	97.337	100.0	0.2713841368584759	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0025_000000017457	2255	0.6790641081756371	2	1	0	1	1	True	119784	fragment	False	ENG0182_000000012602	0.9457671957671958		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1659.0	98.855	100.0	0.39144814552326956	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
SPA0108_000000013625	2135	0.6790641081756371	1	1	0	1	1	True	86595	fragment	False	SPA0108_000000013625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1221.0	71.99	55.0	0.10595206509242062	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	True	True
SPA0001_000000016004	2116	0.6790641081756371	2	1	0	1	1	True	113435	fragment	False	SPA0001_000000016004	1.0		0	0	False	False	0.9896030426025391	0					non-mobilizable	plasmid	2079.0	98.557	98.0	0.206194778119726	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
USA0062_01_000000010177	2022	0.6790641081756371	2	1	0	1	1	True	877	maximal	True	USA0062_01_000000010177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	90.801	89.0	0.14196366524372084	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	True	True
SPA0103_000000008405	1958	0.6790641081756371	2	1	0	1	1	True	119780	fragment	False	SPA0103_000000008405	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1408.0	97.79799999999999	92.0	0.1793675479523069	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
SPA0011_000000009671	1831	0.6790641081756371	1	1	0	1	1	True	119779	fragment	False	ISR0257_000000010214	0.8213706028423529		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1011.0	99.209	94.0	0.2383652256083156	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
ISR0397_000000010161	1820	0.6790641081756371	1	1	0	1	1	True	86596	maximal	True	ISR0397_000000010161	1.0		1	1	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit	924.0	75.541	50.0	0.0003772224271640118	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
SPA0154_000000005068	1736	0.6790641081756371	1	1	0	1	1	True	119779	fragment	False	ISR0257_000000010214	0.4673925040311789		0	0	False	False	0.9976958632469177	0	IncW				non-mobilizable	plasmid	1408.0	97.79799999999999	92.0	0.1793675479523069	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0157_000000014472	1721	0.6790641081756371	1	1	0	1	1	True	119779	fragment	False	ISR0257_000000010214	0.69831903677428		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1408.0	97.37200000000001	93.0	0.1793675479523069	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0257_000000010214	1701	0.6790641081756371	1	1	0	1	1	True	119779	fragment	False	ISR0257_000000010214	0.9458787793093675		0	0	False	False	0.9958847761154175	0	IncW				non-mobilizable	plasmid	1199.0	99.666	100.0	0.2827781715095677	CP002795.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P1, complete sequence	False	True
ISR0791_000000011843	1558	0.6790641081756371	1	1	0	1	1	True	119779	fragment	False	ISR0257_000000010214	0.600579571115931		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1491.0	99.665	100.0	0.1929756350440643	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0209_000000018333	1547	0.6790641081756371	1	1	0	1	1	True	119779	fragment	False	ISR0257_000000010214	0.4766733982293776		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1430.0	99.79	99.0	0.18519958527734579	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0354_000000012307	1533	0.6790641081756371	2	1	0	1	1	True	119779	fragment	False	ISR0257_000000010214	0.5959526147982523		0	0	False	False	0.9889106154441833	0	IncW				non-mobilizable	plasmid	1454.0	99.794	100.0	0.18831000518403318	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
USA0081_01_000000020014	1520	0.6790641081756371	1	1	0	1	1	True	558	fragment	False	USA0081_01_000000020014	1.0		0	0	False	False	0.9993420839309692	0					non-mobilizable	plasmid	1438.0	90.473	99.0	0.1421622158244813	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
CHI0051_000000012526	1490	0.6790641081756371	2	1	0	1	1	True	86594	fragment	False	CHI0051_000000012526	0.9844742413549754		0	0	False	False	0.9892617464065552	0					non-mobilizable	no_good_hit	922.0	75.488	61.0	0.0003768060668691288	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ISR0200_000000017351	1450	0.6790641081756371	1	1	0	1	1	True	119779	fragment	False	ISR0257_000000010214	0.3521480677135539		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1343.0	100.0	100.0	0.17392431311560394	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0142_000000002389	1417	0.6790641081756371	2	1	0	1	1	True	86594	fragment	False	CHI0051_000000012526	0.9604026845637583		0	0	False	False	0.9915314316749573	0					non-mobilizable	no_good_hit	924.0	75.649	65.0	0.0003772224271640118	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
AST0055_000000027152	1347	0.6790641081756371	3	1	0	1	1	True	113434	fragment	False	AST0055_000000027152	1.0		0	0	False	False	0.993318498134613	0					non-mobilizable	plasmid	1284.0	99.844	100.0	0.12737019755782786	AF538868.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10L, complete sequence	False	True
CHI0170_000000004778	2086	0.6790613381324929	3	2	2	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.44525013539814995		0	0	False	False	0.9995205998420715	0					non-mobilizable	other	2089.0	94.87799999999999	100.0	0.006631329219453169	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
ISR0120_000000024055	1492	0.6790548605229603	2	1	1	1	1	False	32249	maximal	True	ISR0120_000000024055	1.0		31	5	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	3.0	1.3248904464312994e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0053_000000016170	1292	0.6790530773194574	2	2	2	2	2	False	46375	fragment	False	FIJ0053_000000016170	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	99.147	99.0	0.00023432047879181524	CP009274.2	enterobacteria	Klebsiella variicola strain DX120E, complete genome	False	False
ENG0198_000000003765	4905	0.6790516921213278	4	4	3	2	4	True	92286	maximal	True	ENG0198_000000003765	1.0		11	4	False	False	1.0	0					non-mobilizable	other	4910.0	94.11399999999999	100.0	0.0026439578089312776	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	True
ISR0281_000000004875	3306	0.6790511150493447	4	3	3	3	3	False	115988	backbone	False	ENG0038_000000005492	0.6121255512839499	PS760	0	0	False	True	0.9969751834869385	0					non-mobilizable	no_good_hit	876.0	89.84	26.0	0.00019797042977909667	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0061_000000035576	1310	0.6790504947042617	3	3	2	2	3	False	103337	fragment	False	FIJ0169_000000013717	0.44926073495333796		0	0	False	False	0.976335883140564	0					non-mobilizable	other	1311.0	98.01700000000001	100.0	0.00039947367056839613	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0255_000000015379	2069	0.6790463882072534	2	2	1	1	2	False	57004	fragment	False	ISR0255_000000015379	1.0		0	0	False	False	0.9903334975242615	0					non-mobilizable	chromosome	2055.0	90.75399999999999	99.0	0.0007992384049056325	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
MON0037_000000046960	1586	0.6790226301876828	3	2	2	2	2	False	18911	maximal	True	MON0037_000000046960	1.0		137	11	False	False	0.9791929125785828	0					non-mobilizable	chromosome	1469.0	99.319	93.0	0.00028519185952086216	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
SPA0047_000000028991	1335	0.6790184820591417	2	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.01566673734405715		0	0	False	False	0.9880149960517883	0					non-mobilizable	chromosome	1144.0	84.353	92.0	0.0004019214598182637	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0047_000000002322	11653	0.6790120301884893	27	7	5	6	3	False	13728	maximal	True	MON0047_000000002322	1.0		1	1	False	False	0.999313473701477	0					non-mobilizable	no_good_hit								True	False
USA0040_01_000000001362	15198	0.6790040338948727	12	11	11	10	8	True	91741	maximal	True	USA0040_01_000000001362	1.0		1	1	False	False	0.9985524415969849	0					non-mobilizable	no_good_hit	9395.0	96.06200000000001	62.0	0.2062539829037291	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
SPA0033_000000016462	1890	0.6790021875929114	3	3	3	2	1	False	55013	fragment	False	FIJ0084_000000006643	0.4832155477031802		0	0	False	False	0.9740740656852722	0					non-mobilizable	no_good_hit	893.0	86.00200000000001	58.0	0.0003673475775239291	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0101_000000007165	3871	0.6789975260417397	2	1	1	1	1	False	42707	maximal	True	FIJ0101_000000007165	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	75.0	11.0	0.00010002543099401216	CP011934.1	bacteria	Leptospira interrogans serovar Manilae strain UP-MMC-NIID HP chromosome 1, complete sequence	True	False
FIJ0149_000000017836	1493	0.6789975260417397	2	1	1	1	1	False	105796	fragment	False	FIJ0149_000000017836	1.0		0	0	False	False	0.9986603856086731	0					non-mobilizable	chromosome	1520.0	86.184	100.0	0.0005273739496091228	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0153_000000020444	1423	0.6789975260417397	1	1	1	1	1	False	37094	maximal	False	ISR0029_000000028507	0.9527910413824466		0	0	False	False	0.9915671348571777	0					non-mobilizable	other	1403.0	99.572	99.0	0.00039770585323092714	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0016_000000017052	1312	0.6789975260417397	1	1	1	1	1	False	37892	maximal	True	ISR0016_000000017052	1.0		72	10	False	False	0.9916158318519592	0					non-mobilizable	other	1260.0	87.14299999999999	96.0	0.002769004741838144	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0084_000000029269	1269	0.6789975260417397	1	1	1	1	1	False	39517	fragment	False	FIJ0155_000000017041	0.9913589945011784		0	0	False	False	0.9834515452384949	0					non-mobilizable	other	1235.0	79.028	97.0	0.00908051488215985	NZ_JHYA01000011.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00010.10_C, whole genome shotgun sequence	False	False
MON0009_000000031759	1257	0.6789975260417397	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.18844747137105164		0	0	False	False	0.9856801629066467	0					non-mobilizable	chromosome	1259.0	91.104	100.0	0.00043779357614610594	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0060_000000025265	1217	0.6789975260417397	1	1	1	1	1	False	112256	fragment	False	AST0060_000000025265	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	75.041	99.0	0.0892738665683745	NZ_SRYR01000020.1	firmicutes	Clostridium sartagoforme strain NM50_B9-20 NODE_20_length_13565_cov_393.538, whole genome shotgun sequence	False	False
ISR0380_000000010437	1212	0.6789975260417397	1	1	1	1	1	False	37831	fragment	False	ISR0380_000000010437	0.981044650379107		0	0	False	False	0.9818481802940369	0					non-mobilizable	other	1212.0	80.281	99.0	0.0008829847809386391	NZ_GL872282.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0004_000000002843	5629	0.6789969746274311	7	2	1	2	0	True	132100	maximal	True	ISR0004_000000002843	0.9999117698958885	PS1138|PS888	5	4	True	True	0.9996446967124939	41					non-mobilizable	no_good_hit	553.0	99.819	12.0	0.9452054794520548	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0330_000000004099	5568	0.6789969746274311	6	2	1	2	0	True	132100	maximal	False	ISR0004_000000002843	0.9999117698958885	PS1138|PS888	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	584.0	99.829	10.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
DEN0087_000000003571	3449	0.6789969746274311	4	2	1	2	0	False	68897	fragment	False	DEN0087_000000003571	1.0		0	0	False	False	0.9994201064109802	0					non-mobilizable	no_good_hit	584.0	99.829	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	False
ISR0801_000000003923	1797	0.6789949026704405	2	2	2	1	1	False	97123	maximal	True	ISR0801_000000003923	1.0	PS521	0	0	False	True	0.989426851272583	0					non-mobilizable	no_good_hit	1461.0	78.37100000000001	80.0	0.03342140638761415	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
AST0059_000000006675	2190	0.6789937196184651	3	3	3	3	3	False	112710	maximal	True	AST0059_000000006675	1.0		19	5	False	False	0.9990867376327515	0					non-mobilizable	other	2189.0	95.523	99.0	0.0013175317836477927	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0257_000000011759	1499	0.6789891844167869	2	2	2	2	1	False	43787	maximal	True	ISR0257_000000011759	1.0		449	15	False	False	0.9986657500267029	0					non-mobilizable	other	702.0	99.715	94.0	0.014459822350753977	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0167_000000005851	4220	0.6789889534072014	5	4	3	4	2	False	56088	maximal	True	ENG0167_000000005851	1.0		7	5	False	False	0.9985781908035278	0					non-mobilizable	no_good_hit	75.0	82.667	2.0	0.0017857142857142857	NZ_LITU01000069.1	firmicutes	Paenibacillus xylanivorans strain A59 contig_531, whole genome shotgun sequence	True	False
USA0125_01_000000014989	1567	0.6789855185480055	2	2	2	2	1	False	86332	fragment	False	ISR0182_000000018557	0.19549436168972728		0	0	False	False	0.9987236857414246	0					non-mobilizable	chromosome	1567.0	99.681	100.0	0.0004539544914970497	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0772_000000002902	1808	0.6789841949847454	3	3	3	3	1	False	86332	fragment	False	ISR0182_000000018557	0.432907615119056		0	0	False	False	1.0	0					non-mobilizable	chromosome	1485.0	98.788	99.0	0.0004296044421447176	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0334_000000002126	7472	0.6789777000934284	6	5	2	5	1	True	107468	fragment	False	ISR0334_000000002126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3219.0	78.347	43.0	0.006689152031315018	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ITA0005_000000008443	2162	0.6789746710638905	3	3	2	1	2	True	20390	fragment	False	ITA0005_000000008443	1.0		0	0	False	False	0.9981498718261719	0					non-mobilizable	no_good_hit	1137.0	86.895	53.0	0.0024535872093525988	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
USA0026_01_000000007672	4430	0.6789745470097462	8	3	2	1	2	True	106434	fragment	False	USA0026_01_000000007672	0.993616607448811		0	0	False	False	1.0	0					non-mobilizable	chromosome	4036.0	99.678	95.0	0.0006206694305996492	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
ENG0122_000000006481	4182	0.6789745470097462	7	3	2	1	2	True	106434	fragment	False	USA0026_01_000000007672	0.9820961082150887		0	0	False	False	1.0	0					non-mobilizable	chromosome	3865.0	100.0	92.0	0.0005945133068510273	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
ENG0192_000000004523	3948	0.6789745470097462	7	3	2	1	2	True	106434	fragment	False	USA0026_01_000000007672	0.786720983698398		0	0	False	False	1.0	0					non-mobilizable	chromosome	3877.0	99.97399999999999	98.0	0.0005963596214685771	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
USA0116_01_000000006727	3939	0.6789745470097462	7	3	2	1	2	True	106434	fragment	False	USA0026_01_000000007672	0.7864568156649463		0	0	False	False	1.0	0					non-mobilizable	chromosome	3865.0	100.0	98.0	0.0005945133068510273	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
ISR0333_000000014044	1667	0.6789737052712678	3	3	3	3	2	False	114325	maximal	True	ISR0333_000000014044	1.0		39	10	False	False	0.985602855682373	0					non-mobilizable	other	1684.0	90.083	100.0	0.0005052136665415174	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0097_000000001739	12064	0.6789716991205317	7	7	7	5	5	False	115482	maximal	True	AST0097_000000001739	1.0		0	0	False	False	0.9998342394828796	0					non-mobilizable	no_good_hit	2737.0	80.015	22.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0819_000000013274	1984	0.6789695766633457	2	2	2	2	2	False	37420	fragment	False	ISR0819_000000013274	0.955834242093784		0	0	False	False	0.9994959831237793	0					non-mobilizable	other	1086.0	92.726	96.0	0.01054067218704335	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	False	False
AST0113_000000007146	4895	0.6789671277105719	5	4	3	3	2	False	106668	fragment	False	AST0113_000000007146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2356.0	89.389	68.0	0.008983919474621002	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0132_000000026024	1345	0.6789650620752891	2	2	2	1	1	False	40752	fragment	False	USA0082_01_000000020800	0.9745981120468896		0	0	False	False	0.9568773508071899	0					non-mobilizable	chromosome	1345.0	98.885	100.0	0.00046846701141748916	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ETH0003_000000011543	3127	0.6789620869854962	3	3	3	2	3	False	53224	maximal	True	ETH0003_000000011543	1.0		279	13	False	False	1.0	0					non-mobilizable	chromosome	3131.0	93.868	100.0	0.001339981930611662	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0018_000000004398	5987	0.6789532344838505	7	6	5	2	4	False	96248	fragment	False	FIJ0018_000000004398	1.0		0	0	False	False	0.9994989037513733	0					non-mobilizable	no_good_hit	2034.0	80.62899999999999	82.0	0.003257545108827575	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0051_000000012215	3301	0.6789514352044159	5	4	4	4	4	True	35859	maximal	True	ISR0051_000000012215	1.0		32	7	False	False	0.9966676831245422	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00046843470740847505	NZ_BJYE01000008.1	firmicutes	Halolactibacillus alkaliphilus strain NBRC 103919 sequence08, whole genome shotgun sequence	True	True
FIJ0165_000000004331	4175	0.6789512794798597	5	3	3	3	3	True	106839	maximal	True	FIJ0165_000000004331	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	89.245	37.0	0.00042591114367256783	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
FIJ0047_000000007923	3803	0.6789512794798597	3	3	3	3	3	True	106838	fragment	False	FIJ0047_000000007923	1.0		0	0	False	False	0.999737024307251	0					non-mobilizable	no_good_hit	1560.0	89.551	41.0	0.00042536440279493935	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
AST0014_000000006754	2549	0.6789504078536888	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8960386741768119		0	0	False	False	0.9988230466842651	0					non-mobilizable	other	2549.0	99.529	100.0	0.005605716598905257	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0059_000000003028	5117	0.678940230819027	6	6	6	6	5	False	103309	fragment	False	ISR0169_000000004098	0.3284466284146362		0	0	False	False	1.0	0					non-mobilizable	other	5118.0	98.88600000000001	100.0	0.019156112772863235	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0395_000000029749	1293	0.6789390572230168	2	2	2	1	1	False	22707	fragment	False	ISR0395_000000029749	1.0		0	0	False	False	0.996133029460907	0					non-mobilizable	other	1300.0	90.846	100.0	0.0196460069338848	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	False	False
SPA0002_000000010323	1971	0.67893782334948	4	3	2	2	2	True	8401	maximal	True	SPA0002_000000010323	1.0		14	5	False	False	0.9989852905273438	0					non-mobilizable	no_good_hit	93.0	81.72	5.0	2.8127142019443193e-05	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	True
MAD0092_000000003235	5238	0.6789373407915067	8	1	1	1	1	True	15723	maximal	True	MAD0092_000000003235	1.0		1	1	False	False	0.9998090863227844	0					non-mobilizable	no_good_hit								True	True
CAN0011_000000011537	2646	0.6789347696182286	5	2	1	1	2	True	94494	fragment	False	CAN0011_000000011537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	95.26	52.0	0.09671208530805687	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
CAN0004_000000013361	2073	0.6789347696182286	4	2	1	1	2	True	96187	fragment	False	CAN0004_000000013361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	93.765	78.0	0.13843143649111364	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0052_000000008283	3471	0.6789308081199789	3	3	2	2	3	False	63999	maximal	True	ENG0052_000000008283	1.0		32	5	False	False	1.0	0					non-mobilizable	no_good_hit	2246.0	99.64399999999999	65.0	0.0003168743122627677	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0309_000000006458	2772	0.6789285640385057	2	2	0	2	0	True	25387	fragment	False	ISR0309_000000006458	1.0		0	0	False	False	0.9884560108184814	0					non-mobilizable	other	1059.0	90.935	99.0	0.00028579779630160887	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
CHI0126_000000012160	1280	0.6789268484709001	2	2	2	2	2	False	81438	fragment	False	USA0024_01_000000016534	0.9740723397959267		0	0	False	False	0.97265625	0					non-mobilizable	other	1287.0	80.109	100.0	0.00031361183506180317	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	False	False
USA0007_01_000000007862	2167	0.6789250015442255	2	2	2	2	2	False	87353	fragment	False	MON0086_000000013582	0.9540068829891838		0	0	False	False	1.0	0					non-mobilizable	chromosome	2167.0	98.662	100.0	0.0003929788504443328	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0268_000000002983	5235	0.6789146507914314	8	7	6	7	5	False	132492	fragment	False	ISR0054_000000002543	0.5671455091547776		0	0	False	False	0.9996179342269897	0					non-mobilizable	no_good_hit	2141.0	99.44	87.0	0.0005989446818610162	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0108_000000006682	2524	0.6788948611935918	4	3	3	3	3	False	87339	maximal	False	SPA0066_000000004828	0.37216117216117217		0	0	False	False	0.999603807926178	0					non-mobilizable	other	2534.0	92.818	100.0	0.021090642226317853	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
DEN0096_000000004468	8250	0.6788930635284386	6	5	4	5	4	False	68240	maximal	True	DEN0096_000000004468	1.0		1	1	False	False	0.998424232006073	0					non-mobilizable	no_good_hit	1821.0	69.852	22.0	0.0006489816724798518	CP021849.1	firmicutes	Enterococcus faecium strain 16-346 chromosome, complete genome	True	False
SPA0043_000000012573	1349	0.6788920159857137	4	3	0	2	2	False	106913	fragment	False	SPA0043_000000012573	1.0		0	0	False	False	0.9992586970329285	0					non-mobilizable	no_good_hit	613.0	96.411	85.0	0.119140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
MON0053_000000035256	1174	0.6788920159857137	3	3	0	2	2	False	11161	fragment	False	MON0053_000000035256	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1090.0	88.624	99.0	0.21585025886101156	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
AST0110_000000015284	1153	0.6788920159857137	4	3	0	2	2	False	106912	fragment	False	CHI0013_000000008055	0.9559068219633944		0	0	False	False	0.9973980784416199	0					non-mobilizable	no_good_hit	521.0	93.09	67.0	0.09887811370983077	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	False
CHI0177_000000008555	1925	0.6788889043624406	4	3	1	2	2	False	112354	maximal	True	CHI0177_000000008555	1.0		0	0	False	False	0.9974026083946228	0					non-mobilizable	no_good_hit	1168.0	78.51	68.0	0.00032900862519246577	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0185_000000005509	4203	0.6788881293675316	5	4	4	3	4	False	116003	fragment	False	ENG0185_000000005509	1.0		0	0	False	False	0.9990482926368713	0					non-mobilizable	no_good_hit	1080.0	98.796	43.0	0.00024412582140759465	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0841_000000005642	2466	0.6788808352846448	4	3	3	3	3	False	93550	fragment	False	ISR0841_000000005642	1.0		0	0	False	False	0.9971613883972168	0					non-mobilizable	no_good_hit	1341.0	73.676	53.0	0.0004385821712139975	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0098_000000004810	4614	0.6788766542556298	6	3	2	2	2	True	98535	fragment	False	FIJ0085_000000005776	0.9407508799374267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
AST0029_000000014323	2087	0.6788764080565332	3	3	3	3	3	False	118273	fragment	False	AST0029_000000014323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	88.315	21.0	0.001419264923059219	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0100_000000018371	2387	0.6788751487281843	3	3	3	3	3	False	9121	fragment	False	MON0100_000000018371	1.0		0	0	False	False	0.9832425713539124	0					non-mobilizable	no_good_hit	1716.0	70.804	71.0	0.000729926690537555	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
MAD0054_000000007786	2072	0.6788745528867677	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.41206480516485966		0	0	False	False	1.0	0					non-mobilizable	other	2072.0	98.359	100.0	0.000644284595220659	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0170_000000004197	2840	0.6788642014233233	4	3	3	3	3	False	55863	maximal	True	ENG0170_000000004197	1.0		2	2	False	False	0.9802817106246948	0					non-mobilizable	no_good_hit	1349.0	99.259	80.0	0.00043163527971599167	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0024_000000010412	1410	0.6788618340705924	3	3	2	1	3	False	7576	fragment	False	SPA0024_000000010412	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1410.0	100.0	100.0	0.000271458150266054	NZ_LR134475.1	enterobacteria	Klebsiella aerogenes strain NCTC9735 chromosome 1	False	False
FIJ0032_000000016588	2148	0.6788587759588764	3	3	3	3	2	False	48431	maximal	True	FIJ0032_000000016588	1.0		1	1	False	False	0.9995344281196594	0					non-mobilizable	no_good_hit	224.0	75.0	10.0	0.00011199343242133855	NZ_UHFR01000005.1	firmicutes	Streptococcus massiliensis strain NCTC13765, whole genome shotgun sequence	True	False
ENG0154_000000020887	1582	0.6788556150534529	3	2	2	1	1	False	71170	fragment	False	ENG0154_000000020887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0039_000000019397	1904	0.6788541762604275	2	1	1	1	1	False	56725	maximal	True	ISR0039_000000019397	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1620.0	70.741	82.0	0.0006134889911283373	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	True	False
ISR0261_000000010218	1805	0.6788541762604275	1	1	1	1	1	False	56722	fragment	False	ISR0261_000000010218	1.0		0	0	False	False	0.9772853255271912	0					non-mobilizable	no_good_hit	1093.0	74.748	89.0	0.00025801164451069454	CP046327.1	firmicutes	Clostridioides difficile strain FDAARGOS_723 chromosome, complete genome	True	False
ISR0250_000000008309	1574	0.6788541762604275	3	1	1	1	1	False	56723	maximal	True	ISR0250_000000008309	1.0		0	0	False	False	0.9783989787101746	0					non-mobilizable	no_good_hit	1186.0	81.872	75.0	0.005757660180745563	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
DEN0073_000000010922	4298	0.6788463968470508	5	2	2	2	1	False	101728	fragment	False	DEN0073_000000010922	1.0		0	0	False	False	0.9965100288391113	0					non-mobilizable	no_good_hit	1118.0	90.25	70.0	0.01918943549357773	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MON0102_000000033039	1332	0.6788444001828702	2	2	2	2	1	False	62566	maximal	False	ENG0078_000000016611	0.7109238467835504		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	96.321	100.0	0.004254598226558155	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0022_000000005903	4077	0.6788384108463149	5	4	1	3	2	False	13032	maximal	True	MON0022_000000005903	1.0		2	1	False	False	0.9963208436965942	0					non-mobilizable	other	4099.0	78.702	99.0	0.0017341010784542755	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ISR0324_000000002964	10345	0.6788382441373946	10	3	2	3	2	True	66023	maximal	True	ISR0324_000000002964	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	True
MON0084_000000002871	7421	0.6788382441373946	7	3	2	3	2	True	66015	fragment	False	MON0084_000000002871	1.0		0	0	False	False	0.9956879019737244	0					non-mobilizable	no_good_hit								True	True
MON0090_000000007468	6867	0.6788382441373946	8	3	2	3	2	True	66014	fragment	False	TAN0007_000000003543	0.7047314751221477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0001_000000002878	6704	0.6788382441373946	7	3	2	3	2	True	66014	fragment	False	TAN0007_000000003543	0.694985254262487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	81.915	1.0	2.4289152860351365e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	True
FIJ0032_000000005136	6620	0.6788382441373946	8	3	2	3	2	True	66014	fragment	False	TAN0007_000000003543	0.6916099331993242		0	0	False	False	0.9986404776573181	0					non-mobilizable	no_good_hit								True	True
ENG0147_000000007670	1907	0.678837025636394	3	2	1	2	1	True	57355	fragment	False	ENG0147_000000007670	1.0		0	0	False	False	0.9910854697227478	0					non-mobilizable	no_good_hit								True	True
ISR0855_000000001047	8240	0.6788364253475255	7	6	5	5	4	False	118337	fragment	False	SPA0096_000000003461	0.9400205270425295		0	0	False	False	0.9991505146026611	0					non-mobilizable	chromosome	8178.0	99.976	99.0	0.003649017772952286	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0130_000000022882	1246	0.6788307703250003	1	1	1	1	1	False	85290	fragment	False	MON0081_000000031907	0.35175335045489176		0	0	False	False	0.9991974234580994	0					non-mobilizable	other	1246.0	99.35799999999999	100.0	0.017977300950125626	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0326_000000018781	1132	0.6788307703250003	2	1	1	1	1	False	85290	fragment	False	MON0081_000000031907	0.3099597991780438		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.117	100.0	0.0163311866462587	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0116_000000036559	1125	0.6788307703250003	2	1	1	1	1	False	85290	fragment	False	MON0081_000000031907	0.3085510171245214		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	99.111	100.0	0.016230109452161606	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0069_000000008332	5045	0.6788294347142744	4	4	4	4	4	False	101958	maximal	True	MON0069_000000008332	1.0		1	1	False	False	0.9974231719970703	0					non-mobilizable	no_good_hit	754.0	77.984	15.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
CAN0007_000000018911	2151	0.678828934860191	3	3	3	3	3	False	95316	maximal	True	CAN0007_000000018911	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	72.48899999999999	21.0	8.667067002618693e-05	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	False
ISR0846_000000005471	1897	0.6788248719581335	3	3	3	3	0	True	20663	maximal	True	ISR0846_000000005471	1.0		0	0	False	False	0.9936742186546326	0					non-mobilizable	no_good_hit	184.0	80.435	10.0	0.0012574444858986583	NZ_JPWA01000010.1	a-proteobacteria	Thalassospira xianhensis MCCC 1A02616 contig10, whole genome shotgun sequence	True	True
ISR0022_000000004935	5198	0.6788173369981096	4	4	4	4	4	False	99191	maximal	False	ISR0349_000000001736	0.9831859054642846		0	0	False	False	0.9996152520179749	0					non-mobilizable	chromosome	5127.0	98.713	100.0	0.002024913411959278	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0092_000000020131	2201	0.6788150287521378	3	3	3	3	2	False	24775	maximal	True	SPA0092_000000020131	1.0		209	7	False	False	1.0	0					non-mobilizable	other	1151.0	96.87200000000001	100.0	0.005550407351635199	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0039_000000040536	1229	0.6788110324785667	2	2	2	2	1	False	11898	fragment	False	MON0039_000000040536	1.0		0	0	False	False	0.9845402836799622	0					non-mobilizable	no_good_hit	201.0	77.612	16.0	0.000549908395361691	NZ_RYFV01000001.1	high GC Gram+	Actinomyces oricola strain R5292 Scaffold1_1, whole genome shotgun sequence	True	False
MON0061_000000025255	1795	0.6788082909478849	3	2	2	1	1	False	122137	fragment	False	MON0061_000000025255	0.9330663615560641		0	0	False	False	0.9955431818962097	0					non-mobilizable	other	1797.0	94.26799999999999	100.0	0.030023917357895273	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ISR0023_000000011926	2492	0.6788065783758183	4	3	3	3	3	False	54045	maximal	True	ISR0023_000000011926	0.9849435382685068		433	12	False	False	1.0	0					non-mobilizable	other	2492.0	98.876	100.0	0.07526816739688774	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0164_000000011788	2250	0.6788037967742858	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.7548003314655453	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2250.0	92.53299999999999	99.0	0.9688176699870074	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MON0070_000000000311	20574	0.6788025697448389	25	23	8	11	22	True	123801	fragment	False	ISR0166_000000000456	0.7376740224971544		0	0	False	False	1.0	0					non-mobilizable	other	20574.0	99.976	100.0	0.013191703565004665	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
MON0046_000000000818	20441	0.6788025697448389	25	23	8	11	22	True	123801	fragment	False	ISR0166_000000000456	0.7317607381173463		0	0	False	False	0.9999510645866394	0					non-mobilizable	other	20441.0	99.868	100.0	0.013107059151696255	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ENG0030_000000014985	1285	0.6787960444917526	2	2	1	2	1	False	65726	maximal	True	ENG0030_000000014985	1.0		0	0	False	False	0.9494163393974304	0					non-mobilizable	no_good_hit	1070.0	99.626	83.0	0.000305106727417821	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0139_000000023201	1160	0.6787932151229689	2	2	1	2	1	False	83842	fragment	False	ISR0786_000000011881	0.7985645425715379		0	0	False	False	0.9991379380226135	0					non-mobilizable	other	1146.0	96.073	99.0	0.0003562075623021026	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0032_000000002937	6295	0.6787830901428239	8	6	5	6	6	False	75736	maximal	True	MON0032_000000002937	1.0		77	11	False	False	1.0	0					non-mobilizable	no_good_hit	5506.0	93.552	87.0	0.12321456600219746	NZ_QRYH01000021.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf21, whole genome shotgun sequence	True	False
MAD0027_000000004429	2612	0.6787806509536181	2	2	1	2	2	False	40749	fragment	False	MAD0027_000000004429	1.0		0	0	False	False	0.9873660206794739	0					non-mobilizable	other	2608.0	98.54299999999999	100.0	0.18729793807026368	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0107_000000028158	2125	0.6787755783135264	3	3	3	3	1	False	126234	fragment	False	MON0107_000000028158	1.0		0	0	False	False	0.9863529205322266	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	7.528812636151437e-06	NC_014972.1	d-proteobacteria	Desulfobulbus propionicus DSM 2032, complete sequence	True	False
ISR0817_000000005051	2384	0.6787733798677127	3	3	3	2	2	False	21377	maximal	True	ISR0817_000000005051	1.0		8	4	False	False	0.9857382774353027	0					non-mobilizable	no_good_hit	294.0	93.537	17.0	0.020738958097395243	NZ_WNCH01000052.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold52_size14128, whole genome shotgun sequence	True	False
DEN0082_000000015242	2605	0.6787732988054344	3	3	3	2	2	False	69281	maximal	True	DEN0082_000000015242	1.0		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	82.78299999999999	44.0	0.00040146195262678836	NZ_LT964679.1	actinobacteria	Raoultibacter timonensis strain Marseille-P3277, whole genome shotgun sequence	True	False
MON0068_000000025536	1658	0.6787725041941265	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.18225406747120546		0	0	False	False	0.9945717453956604	0					non-mobilizable	chromosome	1665.0	84.625	99.0	0.0005836059838028091	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0081_000000033238	1607	0.6787725041941265	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.18130387262509845		0	0	False	False	1.0	0					non-mobilizable	other	1612.0	84.73899999999999	100.0	0.00387431715160203	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
MON0082_000000021992	1607	0.6787725041941265	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.1812240452978354		0	0	False	False	1.0	0					non-mobilizable	other	1612.0	84.367	100.0	0.00387431715160203	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
MON0051_000000012850	2664	0.6787722032897879	6	5	3	5	4	False	88883	fragment	False	MON0051_000000012850	1.0		0	0	False	False	0.9981231093406677	0					non-mobilizable	other	1450.0	86.48299999999999	96.0	0.0004489148579929555	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0099_000000001571	4627	0.6787700184859701	9	9	5	7	9	False	9045	maximal	True	SPA0099_000000001571	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	4627.0	99.676	100.0	0.0009034988874447683	CP061764.1	enterobacteria	Escherichia coli O19:H7 strain 97.3 chromosome, complete genome	False	False
DEN0017_000000004660	6421	0.6787653553680157	7	4	2	3	1	True	94964	maximal	True	DEN0017_000000004660	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000001814	20280	0.6787572548400451	24	8	5	7	3	True	103573	fragment	False	CAN0007_000000001814	0.961582827624254		0	0	False	False	0.9989151954650879	0					non-mobilizable	other	14844.0	99.62899999999999	100.0	0.003974839317997589	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0048_000000016204	2021	0.6787495146650337	4	3	2	3	2	False	46768	fragment	False	FIJ0048_000000016204	0.9860279441117765		0	0	False	False	0.9990103840827942	0					non-mobilizable	no_good_hit	1145.0	95.28399999999999	57.0	0.019989856415816996	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0324_000000003545	8830	0.6787488005976114	13	6	3	3	6	False	85474	maximal	True	ISR0324_000000003545	1.0	PS430	9	1	True	True	1.0	59					non-mobilizable	no_good_hit	1139.0	86.304	30.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
ISR0125_000000001572	8827	0.6787488005976114	12	6	3	3	6	False	85474	maximal	False	ISR0324_000000003545	1.0	PS430	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	1139.0	86.304	30.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
ISR0373_000000001197	8810	0.6787488005976114	12	6	3	3	6	False	85474	maximal	False	ISR0324_000000003545	0.999518522714399	PS430	0	0	True	True	0.9988649487495422	2					non-mobilizable	no_good_hit	1139.0	86.304	30.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
ISR0167_000000003340	8790	0.6787488005976114	12	6	3	3	6	False	85474	maximal	False	ISR0324_000000003545	1.0	PS430	0	0	True	True	0.9986348152160645	14					non-mobilizable	no_good_hit	1139.0	86.304	29.0	0.00036128106543903833	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
ENG0211_000000006824	4170	0.6787452382859207	6	3	1	2	2	True	130610	fragment	False	ENG0211_000000006824	0.9491049829100149		0	0	False	False	1.0	0		MOBV			mobilizable	other	4170.0	99.904	100.0	0.6846772869108227	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0081_000000006247	4148	0.6787452382859207	6	3	1	2	2	True	130610	fragment	False	ENG0211_000000006824	0.943852218803346		0	0	False	False	0.9973481297492981	0		MOBV			mobilizable	other	4151.0	98.555	100.0	0.681064214156676	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0132_000000009401	4138	0.6787452382859207	6	3	1	2	2	True	130610	fragment	False	ENG0211_000000006824	0.9448431104980198		0	0	False	False	0.9997583627700806	0		MOBV			mobilizable	other	4138.0	99.87899999999999	100.0	0.6794219083593365	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0055_000000005230	3690	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9685166969854074		0	0	False	False	1.0	0		MOBV			mobilizable	other	3436.0	99.94200000000001	99.0	0.5641320413861061	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AUS0024_000000008723	3687	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9712445824448106		0	0	False	False	0.999728798866272	0		MOBV			mobilizable	other	3437.0	99.68	99.0	0.5641320413861061	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0294_000000005203	3664	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9717297437222222		0	0	False	False	0.9937227368354797	0		MOBV			mobilizable	other	3414.0	99.941	99.0	0.5605189686319593	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0007_000000007212	3648	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.95231564611171		0	0	False	False	0.999725878238678	0		MOBV			mobilizable	other	2099.0	99.428	99.0	0.34455575628181967	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0141_000000007529	3644	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9753131799106578		0	0	False	False	1.0	0		MOBV			mobilizable	other	3644.0	99.89	100.0	0.5982920019707669	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0067_000000007925	3630	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.97387780719713		0	0	False	False	0.997245192527771	0		MOBV			mobilizable	other	3630.0	99.97200000000001	100.0	0.5959927738544917	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0844_000000003723	3616	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.97320385526513		0	0	False	False	0.9994469285011292	0		MOBV			mobilizable	other	3616.0	100.0	100.0	0.5936935457382164	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0146_000000006758	3616	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9743368644580263		0	0	False	False	1.0	0		MOBV			mobilizable	other	3616.0	99.889	100.0	0.5936935457382164	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0019_01_000000008123	3616	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9742866605511966		0	0	False	False	1.0	0		MOBV			mobilizable	other	3616.0	99.86200000000001	100.0	0.5936935457382164	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0020_000000005509	3610	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9740167827493085		0	0	False	False	0.9988919496536255	0		MOBV			mobilizable	other	3610.0	99.945	100.0	0.5927081622598128	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CAN0018_000000009511	3610	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9742040679560146		0	0	False	False	1.0	0		MOBV			mobilizable	other	3610.0	99.917	100.0	0.5927081622598128	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0060_000000008028	3610	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9737560274309042		0	0	False	False	1.0	0		MOBV			mobilizable	other	3610.0	99.917	100.0	0.5927081622598128	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0032_000000005434	3607	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9718961737403923		0	0	False	False	1.0	0		MOBV			mobilizable	other	3607.0	99.806	100.0	0.5912300870422073	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0036_000000006501	3599	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9725861744178775		0	0	False	False	1.0	0		MOBV			mobilizable	other	3599.0	99.917	100.0	0.5909016258827393	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0076_000000003164	3598	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9722406714199648		0	0	False	False	1.0	0		MOBV			mobilizable	other	3598.0	99.97200000000001	100.0	0.5907373953030054	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0078_000000004557	3597	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9720290163318054		0	0	False	False	1.0	0		MOBV			mobilizable	other	3597.0	99.917	100.0	0.5905731647232715	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0002_000000005622	3597	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.971841732287646		0	0	False	False	0.9958298802375793	0		MOBV			mobilizable	other	3597.0	99.944	100.0	0.5905731647232715	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0134_000000010558	3596	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9716006493874666		0	0	False	False	0.9938821196556091	0		MOBV			mobilizable	other	3596.0	99.944	100.0	0.5904089341435376	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0006_01_000000006800	3596	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9718398124321724		0	0	False	False	0.996662974357605	0		MOBV			mobilizable	other	3596.0	99.917	100.0	0.5904089341435376	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0131_000000007600	3596	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9548991284375185		0	0	False	False	0.9980533719062805	0		MOBV			mobilizable	other	3596.0	99.889	100.0	0.5904089341435376	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0142_000000008034	3593	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9713994652808599		0	0	False	False	0.9997217059135437	0		MOBV			mobilizable	other	3593.0	100.0	100.0	0.5899162424043357	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0043_000000009332	3590	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9720517005242387		0	0	False	False	1.0	0		MOBV			mobilizable	other	3590.0	99.97200000000001	100.0	0.5894235506651339	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0010_000000012156	3587	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9715850899304166		0	0	False	False	0.999442458152771	0		MOBV			mobilizable	other	3587.0	99.916	100.0	0.588930858925932	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0021_000000009193	3584	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9708209521910266		0	0	False	False	1.0	0		MOBV			mobilizable	other	3584.0	99.944	100.0	0.5884381671867301	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0009_000000003419	3574	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9691461166685238		0	0	False	False	0.9997202157974243	0		MOBV			mobilizable	other	3574.0	99.944	100.0	0.5867958613893907	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0014_000000010205	3574	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9692375454061042		0	0	False	False	0.997761607170105	0		MOBV			mobilizable	other	3574.0	100.0	100.0	0.5867958613893907	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0231_000000004328	3563	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9673496579386377		0	0	False	False	1.0	0		MOBV			mobilizable	other	3563.0	99.88799999999999	100.0	0.5849893250123173	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0364_000000004300	3563	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9674834895576234		0	0	False	False	0.9966320395469666	0		MOBV			mobilizable	other	3563.0	100.0	100.0	0.5849893250123173	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0201_000000008393	3531	0.6787452382859207	5	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9611610031014287		0	0	False	False	0.9997168183326721	0		MOBV			mobilizable	other	3531.0	99.97200000000001	100.0	0.579733946460831	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0024_01_000000006963	3461	0.6787452382859207	4	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.6885232138940668		0	0	False	False	1.0	0		MOBV			mobilizable	other	3283.0	95.065	95.0	0.5383478403678765	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0097_000000006640	3441	0.6787452382859207	4	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.939929758947254		0	0	False	False	1.0	0		MOBV			mobilizable	other	3441.0	99.913	100.0	0.5649531942847759	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0805_000000003435	3431	0.6787452382859207	4	3	1	2	2	True	127536	fragment	False	ENG0124_000000008297	0.9313569273330798		0	0	False	False	1.0	0		MOBV			mobilizable	other	3431.0	100.0	100.0	0.5633108884874364	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0175_000000003613	3384	0.6787452382859207	5	3	1	2	2	True	129326	fragment	False	CHI0175_000000003613	1.0		0	0	False	False	0.9970449209213257	0		MOBV			mobilizable	no_good_hit	2626.0	96.649	77.0	0.4302841189029397	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ENG0152_000000007535	3029	0.6787452382859207	4	3	1	2	2	True	127532	fragment	False	ENG0152_000000007535	0.9993326659993327		0	0	False	False	1.0	0					non-mobilizable	other	3025.0	99.90100000000001	99.0	0.4966332731154541	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0268_000000006145	2997	0.6787452382859207	4	3	1	2	2	True	127532	fragment	False	ENG0152_000000007535	0.9938923737206999		0	0	False	False	1.0	0					non-mobilizable	other	2997.0	99.96700000000001	100.0	0.49203481688290357	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0084_000000008646	2786	0.6787452382859207	4	3	1	2	2	True	127051	fragment	False	ISR0084_000000008646	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	1904.0	100.0	100.0	0.3125307932337001	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0041_000000010425	2438	0.6787452382859207	4	3	1	2	2	True	127530	fragment	False	ENG0041_000000010425	0.9915432861065225		0	0	False	False	1.0	0					non-mobilizable	other	2438.0	99.959	100.0	0.4002299228116275	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0147_000000008022	2422	0.6787452382859207	4	3	1	2	2	True	127530	fragment	False	ENG0041_000000010425	0.990051887644448		0	0	False	False	1.0	0					non-mobilizable	other	2422.0	100.0	100.0	0.39760223353588436	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0061_01_000000004548	2418	0.6787452382859207	4	3	1	2	2	True	127530	fragment	False	ENG0041_000000010425	0.9899050824266352		0	0	False	False	0.9995864629745483	0					non-mobilizable	other	2418.0	99.917	100.0	0.3969453112169486	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AUS0016_000000011626	2417	0.6787452382859207	4	3	1	2	2	True	127530	fragment	False	ENG0041_000000010425	0.9893220138881338		0	0	False	False	0.9809681177139282	0					non-mobilizable	other	2417.0	99.917	100.0	0.3967810806372146	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0017_000000008787	2415	0.6787452382859207	4	3	1	2	2	True	127530	fragment	False	ENG0041_000000010425	0.9890814020808252		0	0	False	False	1.0	0					non-mobilizable	other	2415.0	99.876	100.0	0.39645261947774674	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0042_000000010971	2397	0.6787452382859207	4	3	1	2	2	True	127530	fragment	False	ENG0041_000000010425	0.9844140643441757		0	0	False	False	0.9970796704292297	0					non-mobilizable	other	2397.0	99.917	100.0	0.3934964690425357	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0069_01_000000007050	8488	0.678741803485633	7	7	7	7	6	False	54864	maximal	True	USA0069_01_000000007050	1.0		4	2	False	False	0.9974080920219421	0					non-mobilizable	no_good_hit	3174.0	81.47399999999999	37.0	0.015653943618140594	NZ_VJZV01000011.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold11_1, whole genome shotgun sequence	True	False
ISR0157_000000003793	7070	0.6787348077173617	6	6	3	6	4	True	98985	maximal	True	ISR0157_000000003793	1.0		4	2	False	False	0.999151349067688	0					non-mobilizable	no_good_hit	256.0	77.734	4.0	7.028922061805981e-05	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	True	True
ISR0041_000000013509	1175	0.6787341755967677	3	2	1	2	1	False	36399	maximal	True	ISR0041_000000013509	1.0		2	2	False	False	0.9965957403182983	0					non-mobilizable	no_good_hit	297.0	85.522	25.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
MON0062_000000031476	1108	0.6787341755967677	3	2	1	2	1	False	10761	fragment	False	MON0062_000000031476	1.0		0	0	False	False	0.9711191058158875	0					non-mobilizable	no_good_hit	297.0	85.185	26.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
SPA0002_000000013268	1416	0.6787315545284391	3	3	3	2	2	True	8397	maximal	True	SPA0002_000000013268	1.0		671	14	False	False	1.0	0					non-mobilizable	other	1429.0	93.352	100.0	0.004394537290169349	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0182_000000005990	5165	0.6787314415228112	5	4	3	3	2	False	29570	maximal	True	ISR0182_000000005990	1.0		1	1	False	False	0.9990319609642029	0					non-mobilizable	no_good_hit	1835.0	95.586	74.0	0.0005898425249385742	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0072_000000014784	1960	0.6787285860981507	3	2	2	2	2	False	49525	fragment	False	ISR0072_000000014784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
ISR0100_000000004564	2758	0.6787269964087109	3	3	3	3	3	False	33178	maximal	True	ISR0100_000000004564	1.0		14	5	False	False	0.9894851446151733	0					non-mobilizable	no_good_hit	1063.0	78.645	38.0	0.0002857214180899374	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
DEN0078_000000001765	11422	0.6787253774210632	15	4	3	3	2	False	94053	maximal	True	DEN0078_000000001765	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	71.6	9.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0121_000000001528	11894	0.6787221971983689	14	7	2	7	2	False	127402	fragment	False	ENG0121_000000001528	1.0		0	0	False	False	0.9964687824249268	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0020578360229611178	NC_049971.1	viruses	Bacillus phage vB_Bpu_PumA1, complete genome	True	False
CAN0013_000000016293	1416	0.6787159271727606	2	2	2	1	1	False	93830	fragment	False	CAN0013_000000016293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00018929700700398927	MH036943.1	viruses	Cervid alphaherpesvirus 2 strain Norway, complete genome	True	False
FIJ0169_000000002583	8029	0.6787158415103361	6	6	2	6	1	True	38882	fragment	False	FIJ0169_000000002583	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000023669	2398	0.6787135758231102	3	2	1	2	2	False	69569	maximal	False	USA0047_01_000000013602	0.946048632218845		0	0	False	False	0.9979149103164673	0					non-mobilizable	no_good_hit								True	False
MON0026_000000009714	3537	0.6787101181159579	2	2	2	1	0	True	101040	fragment	False	MON0026_000000009714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2241.0	98.34899999999999	63.0	0.0004545819074776592	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0084_000000005603	2368	0.6787101181159579	3	2	2	1	0	True	44016	fragment	False	MON0057_000000010065	0.8953293613445682		0	0	False	False	0.9780405163764954	0					non-mobilizable	chromosome	2373.0	91.277	99.0	0.0004795544731854538	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0047_000000018945	2080	0.6787101181159579	3	2	2	1	0	True	44016	fragment	False	MON0057_000000010065	0.46464100346020765		0	0	False	False	1.0	0					non-mobilizable	chromosome	2080.0	99.18299999999999	100.0	0.00042189424016908256	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MAD0072_000000003952	1533	0.6787101181159579	2	2	2	1	0	True	16315	fragment	False	MAD0072_000000003952	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1534.0	94.98	100.0	0.00031083738291571965	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ENG0040_000000021895	1141	0.6787101181159579	2	2	2	1	0	True	64799	maximal	True	ENG0040_000000021895	1.0		9	4	False	False	0.9833479523658752	0					non-mobilizable	no_good_hit								True	True
FIJ0148_000000008973	2027	0.6787099341621182	3	3	1	2	3	False	45809	backbone	True	FIJ0148_000000008973	0.9996744791666666	PS160	6	1	True	True	1.0	1					non-mobilizable	no_good_hit	837.0	96.416	54.0	0.0030602783204019776	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0152_000000004145	6066	0.6786864916176351	8	8	2	3	7	False	67167	fragment	False	ISR0152_000000004145	0.9746574366378155		0	0	False	False	1.0	0					non-mobilizable	chromosome	5988.0	99.916	100.0	0.0025902700682114547	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
USA0069_01_000000024286	2535	0.678682346240548	4	3	3	3	2	False	779	maximal	True	USA0069_01_000000024286	1.0		5	2	False	False	0.9936883449554443	0					non-mobilizable	no_good_hit								True	False
ENG0198_000000015247	1345	0.6786814234308531	3	3	3	3	2	False	54324	fragment	False	ENG0198_000000015247	1.0		0	0	False	False	0.9992564916610718	0					non-mobilizable	no_good_hit	553.0	72.514	40.0	0.00016322911766530562	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
SPA0145_000000012117	2816	0.6786744699379099	4	3	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.2474951866857867		0	0	False	False	1.0	0					non-mobilizable	other	2816.0	99.822	100.0	0.2532385750269881	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0219_000000011797	2808	0.6786744699379099	4	3	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.24660170854887187		0	0	False	False	1.0	0					non-mobilizable	other	2808.0	99.43	100.0	0.2524289312702411	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0297_000000010461	1453	0.6786743715327841	2	2	2	1	1	False	25650	fragment	False	ISR0297_000000010461	1.0		0	0	False	False	0.9910529851913452	0					non-mobilizable	no_good_hit	1159.0	99.31	80.0	0.0002701635819491533	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
DEN0033_000000015342	1415	0.6786743715327841	2	2	2	1	1	False	78137	fragment	False	CHI0167_000000014569	0.44089906172818694		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	99.59899999999999	93.0	0.0002909274496464543	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0006_000000005393	1394	0.6786743715327841	2	2	2	1	1	False	78137	fragment	False	CHI0167_000000014569	0.6032164685234442		0	0	False	False	0.9949784874916077	0					non-mobilizable	other	1394.0	99.354	100.0	0.0027624418955150476	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
FIJ0146_000000016030	1292	0.6786743715327841	2	2	2	1	1	False	78137	fragment	False	CHI0167_000000014569	0.17359460327658208		0	0	False	False	0.9558823704719543	0					non-mobilizable	chromosome	1195.0	99.749	92.0	0.00026572613561202024	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0244_000000017230	1524	0.6786635986322492	2	2	2	2	2	False	106161	fragment	False	DEN0051_000000029417	0.9112664711607625		0	0	False	False	0.9967191815376282	0					non-mobilizable	other	889.0	93.363	99.0	0.00026735979492781135	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0109_000000002882	9345	0.6786628831137699	13	9	4	8	5	False	83343	maximal	True	FIJ0109_000000002882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	90.12799999999999	10.0	0.00014763064974520194	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0044_000000011467	1921	0.6786610465577496	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.9053728039170156		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	83.45	94.0	0.0208252472663517	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0092_000000018189	1921	0.6786610465577496	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.9049740617574558		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	83.38600000000001	94.0	0.0208252472663517	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0002_000000002979	7187	0.678658340189639	9	4	3	4	3	False	38657	fragment	False	ISR0002_000000002979	1.0		0	0	False	False	0.9977737665176392	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0005335130429899195	NZ_QSCB01000020.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf20, whole genome shotgun sequence	True	False
ISR0201_000000005417	5190	0.678658340189639	6	4	3	4	3	False	28748	fragment	False	ISR0201_000000005417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0037_000000063427	1215	0.6786552862348979	1	1	1	1	1	False	12032	maximal	True	MON0037_000000063427	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.008890352321369773	NZ_GG771008.1	a-proteobacteria	Roseomonas cervicalis ATCC 49957 SCAFFOLD232, whole genome shotgun sequence	True	False
SPA0016_000000004704	6578	0.6786510500801316	9	5	3	4	4	False	28749	fragment	False	SPA0016_000000004704	1.0		0	0	False	False	0.9987838268280029	0					non-mobilizable	no_good_hit								True	False
ISR0106_000000008302	2867	0.678645454453063	3	3	3	3	3	False	72519	fragment	False	ISR0106_000000008302	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2867.0	99.37200000000001	100.0	0.0013072461851080667	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0800_000000000982	10286	0.6786330879769427	14	8	6	8	4	False	21898	maximal	True	ISR0800_000000000982	1.0		2	1	False	False	0.9995139241218567	0					non-mobilizable	no_good_hit	1731.0	76.256	17.0	0.006347855054225118	MN577570.1	bacteria	Uncultured Candidatus Melainabacteria bacterium isolate LL20 clone UCI_2 genomic sequence	True	False
CAN0014_000000006692	6469	0.6786325143840699	12	5	2	3	3	False	93746	fragment	False	CAN0014_000000006692	1.0		0	0	False	False	0.9998454451560974	0					non-mobilizable	no_good_hit	4977.0	98.815	79.0	0.0013317305078759019	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0170_000000003084	12704	0.6786115932702815	7	7	6	7	3	True	91064	fragment	False	ISR0170_000000003084	1.0		0	0	False	False	0.9986618161201477	0					non-mobilizable	no_good_hit	1733.0	74.553	13.0	0.0035421767868232695	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0005_000000025011	1453	0.6786086698577264	3	3	1	3	3	False	51881	fragment	False	FIJ0005_000000025011	1.0		0	0	False	False	0.9993117451667786	0	IncFII				non-mobilizable	plasmid	1454.0	98.556	100.0	0.011110686293251768	CP036328.1	enterobacteria	Klebsiella pneumoniae strain BA28434 plasmid pIncFIBpQil, complete sequence	False	True
CHI0046_000000003646	3195	0.6786022696953884	4	4	4	4	3	False	87067	maximal	True	CHI0046_000000003646	1.0		204	10	False	False	1.0	0					non-mobilizable	other	3195.0	99.81200000000001	100.0	0.0013266609845369647	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
DEN0078_000000007198	3864	0.6785994343741432	6	4	3	4	1	False	69829	maximal	True	DEN0078_000000007198	1.0		0	0	False	False	0.9971532225608826	0					non-mobilizable	no_good_hit	1088.0	94.669	28.0	0.0004414150668591263	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	False
ISR0792_000000005144	2708	0.6785947817250886	4	3	2	3	3	False	56758	maximal	True	ISR0792_000000005144	1.0		33	7	False	False	0.9985228776931763	0					non-mobilizable	chromosome	2570.0	95.214	95.0	0.0004943180405656848	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
CAN0001_000000003992	10815	0.6785934966517171	14	8	4	7	3	False	103150	maximal	True	CAN0001_000000003992	0.9992432125626715		67	11	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	83.315	8.0	0.06523457144909836	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AUS0002_000000002356	10571	0.6785934966517171	14	8	4	7	3	False	103150	maximal	False	CAN0001_000000003992	0.9879796578825705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	83.315	9.0	0.06523457144909836	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0281_000000007526	2288	0.6785915673573402	5	5	4	5	2	False	26177	maximal	True	ISR0281_000000007526	1.0		10	4	False	False	0.9641608595848083	0					non-mobilizable	no_good_hit	927.0	72.708	39.0	0.0007748540366589039	NZ_CP012622.1	mycoplasmas	Spiroplasma cantharicola strain CC-1 chromosome, complete genome	True	False
ISR0209_000000010746	2744	0.6785910557038345	4	3	3	2	1	True	118204	fragment	False	CHI0040_000000005546	0.7380910191787087		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	97.796	99.0	0.032709123906946046	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0019_000000006742	3962	0.6785896176903581	4	4	4	4	3	False	122849	maximal	True	AST0019_000000006742	1.0		38	10	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	77.60300000000001	24.0	0.0005386976968804976	CP012068.1	firmicutes	Eubacterium sulci ATCC 35585, complete genome	True	False
AST0093_000000005989	3151	0.6785887024072752	3	3	3	3	3	False	109561	maximal	True	AST0093_000000005989	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	88.02799999999999	65.0	0.0006308491931082786	AP008971.1	firmicutes	Finegoldia magna ATCC 29328 DNA, complete genome	True	False
ISR0394_000000002528	6539	0.6785884647437457	10	5	4	4	1	True	108901	fragment	False	SPA0128_000000004938	0.19569165238476763		0	0	False	False	0.9993882775306702	0					non-mobilizable	no_good_hit	4049.0	99.852	76.0	0.0016010245291354429	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0284_000000001847	4517	0.6785842326669896	5	5	5	5	5	False	119486	maximal	False	ISR0830_000000005113	0.9831349206349207		0	0	False	False	0.9909231662750244	0					non-mobilizable	other	4519.0	99.15899999999999	100.0	0.0014498579036518696	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0078_000000002255	10806	0.6785832178554406	17	8	4	6	4	False	61954	maximal	True	ENG0078_000000002255	1.0	PS19	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2343.0	80.794	58.0	0.001149774932921525	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
SPA0078_000000003789	1978	0.6785779339590847	3	3	0	2	2	True	5667	maximal	True	SPA0078_000000003789	1.0		2	1	False	False	0.9994944334030151	0					non-mobilizable	chromosome	1985.0	88.31200000000001	100.0	0.00038293706732126523	CP027312.1	enterobacteria	Escherichia coli strain 2013C-3181 chromosome, complete genome	False	True
AST0012_000000014506	1610	0.6785777272693007	3	3	3	3	1	False	124909	fragment	False	AST0012_000000014506	0.9640842366255129		0	0	False	False	0.9981366395950317	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
ISR0114_000000002834	8314	0.6785759032505039	11	8	6	5	6	False	92444	maximal	True	ISR0114_000000002834	1.0		0	0	False	False	0.9983161091804504	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	0.004848719937936384	NZ_CYSC01000010.1	a-proteobacteria	Thalassobius autumnalis strain CECT 5120, whole genome shotgun sequence	True	False
MON0047_000000033718	1187	0.6785716378298654	2	2	2	2	2	False	59206	fragment	False	ISR0377_000000014113	0.9496942688162664		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	99.32600000000001	100.0	0.01724313400503046	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0130_000000026138	1291	0.6785677579956579	1	1	1	1	1	False	93033	maximal	True	SPA0130_000000026138	1.0		6	4	False	False	1.0	0					non-mobilizable	other	1143.0	97.9	96.0	0.10828750237056704	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0781_000000026012	1198	0.6785677579956579	2	1	1	1	1	False	93032	fragment	False	ISR0834_000000011067	0.44362044826123925		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	97.83	100.0	0.11350274985776598	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0050_000000022880	1123	0.6785636678990804	3	1	1	1	1	False	6568	maximal	True	SPA0050_000000022880	1.0		116	12	False	False	0.9991095066070557	0					non-mobilizable	other	1123.0	98.75299999999999	100.0	0.020552085432198268	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0058_000000017335	1529	0.6785593219511247	3	3	2	1	2	False	35480	fragment	False	ISR0058_000000017335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	86.07600000000001	15.0	0.006563814866760168	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0045_000000018553	1410	0.6785584242729272	2	2	2	2	1	False	36229	fragment	False	ISR0045_000000018553	1.0		0	0	False	False	0.9808510541915894	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000003230	8106	0.67855575279777	8	6	2	4	2	False	101891	fragment	False	MAD0105_000000003230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	71.352	9.0	0.024050923647340617	NZ_QOHO01000102.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_102, whole genome shotgun sequence	True	False
ISR0847_000000002810	7482	0.67855575279777	10	6	2	4	2	False	101890	fragment	False	ISR0847_000000002810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	78.175	3.0	0.0006002530666929177	NZ_FQXK01000003.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
AUS0008_000000003432	5524	0.67855575279777	9	6	2	4	2	False	101889	fragment	False	AUS0008_000000003432	1.0		0	0	False	False	0.9976466298103333	0					non-mobilizable	no_good_hit								True	False
CHI0172_000000006476	1269	0.6785550701979621	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.17971040603512686	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1279.0	83.11200000000001	100.0	0.015053407694489082	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
DEN0085_000000024819	1122	0.6785512524685219	1	1	1	1	1	False	82369	fragment	False	DEN0085_000000024819	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	99.911	100.0	0.00045673616580378434	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0084_000000019318	1525	0.6785448517718026	2	2	2	2	1	False	90553	fragment	False	FIJ0051_000000013868	0.9527238572323106		0	0	False	False	0.9993442893028259	0					non-mobilizable	other	1531.0	97.257	100.0	0.023373052245646196	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0108_000000010118	1723	0.6785414403997444	3	1	1	1	1	False	39377	fragment	False	MAD0108_000000010118	1.0		0	0	False	False	0.9953569173812866	0					non-mobilizable	no_good_hit								True	False
FIJ0100_000000005144	3823	0.6785360900233692	4	4	4	3	2	False	42743	maximal	True	FIJ0100_000000005144	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	84.615	2.0	1.8908864002722875e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0787_000000007332	1949	0.6785360516968694	3	3	3	3	3	False	22134	maximal	True	ISR0787_000000007332	1.0		23	3	False	False	0.9989738464355469	0					non-mobilizable	no_good_hit	1180.0	90.169	66.0	0.004633843607778238	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0125_000000024377	1320	0.6785356501930004	2	2	2	2	1	False	5722	maximal	True	SPA0125_000000024377	0.986842105263158		160	13	False	False	0.9984848499298096	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	5.061274721996167e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0053_000000010201	3441	0.6785307751579929	7	4	2	2	4	False	100888	fragment	False	MON0053_000000010201	1.0		0	0	False	False	0.9997093677520752	0					non-mobilizable	no_good_hit	1177.0	93.713	75.0	0.00022126539324509708	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MON0033_000000023193	2782	0.6785307751579929	5	4	2	2	4	False	100885	fragment	False	ENG0071_000000007241	0.9259466019417476		0	0	False	False	0.9974838495254517	0					non-mobilizable	other	1628.0	98.464	93.0	0.00031456335412419656	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0185_000000012906	1531	0.6785303341973095	3	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.7712433998813961		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	99.02	100.0	0.003199250580778986	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0075_000000008605	2838	0.6785301288068571	3	3	3	3	1	False	109223	fragment	False	ENG0075_000000008605	1.0		0	0	False	False	0.9989429116249084	0					non-mobilizable	no_good_hit	1334.0	99.4	47.0	0.09627329192546584	NZ_QIML01000034.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_34, whole genome shotgun sequence	True	False
USA0086_01_000000010806	1578	0.6785221799773398	2	1	1	1	1	False	102261	fragment	False	USA0086_01_000000010806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1405.0	76.29899999999999	87.0	0.005696228505765995	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
MAD0013_000000019830	1283	0.6785140641754099	2	1	1	1	1	False	19538	maximal	True	MAD0013_000000019830	1.0		75	10	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	80.51899999999999	6.0	1.468717950303609e-05	NC_009901.1	g-proteobacteria	Shewanella pealeana ATCC 700345, complete sequence	True	False
SPA0046_000000027538	1225	0.6785134765274166	3	1	1	1	1	True	62064	fragment	False	SPA0120_000000032921	0.9587191822894887		0	0	False	False	1.0	0					non-mobilizable	plasmid	1225.0	99.91799999999999	100.0	0.11728631659639709	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
ENG0173_000000003369	5487	0.6785127074861961	6	4	2	2	3	False	126763	fragment	False	ENG0173_000000003369	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2693.0	95.47	97.0	0.4101856112900752	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0059_000000008488	1988	0.6785082065394484	2	2	2	2	2	False	106206	fragment	False	ISR0176_000000016625	0.9757817187031493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	86.815	34.0	0.009641941619118499	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0005_000000010625	1800	0.6785067248763923	3	3	2	3	3	False	90762	fragment	False	CHI0005_000000010625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	85.242	25.0	0.01114226865523488	NZ_WKRD01000015.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold15_size40297, whole genome shotgun sequence	True	False
MON0050_000000022192	1734	0.6785036590660161	2	2	1	1	2	False	57001	fragment	False	MON0050_000000022192	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1600.0	92.875	92.0	0.0006384892840414814	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
AST0099_000000001712	10625	0.6784953529445797	9	5	5	5	4	False	108923	maximal	True	AST0099_000000001712	1.0		34	6	False	False	1.0	0					non-mobilizable	no_good_hit	1631.0	80.748	25.0	0.00038976240180521533	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0385_000000008313	2605	0.6784882908146456	3	2	2	2	2	False	110227	fragment	False	ISR0385_000000008313	1.0		0	0	False	False	0.9946257472038269	0					non-mobilizable	no_good_hit	1433.0	94.48700000000001	83.0	0.006860028386324357	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
FIJ0172_000000003882	6254	0.6784865158461775	11	3	2	3	2	False	38754	maximal	True	FIJ0172_000000003882	1.0		1	1	False	False	0.991205632686615	0					non-mobilizable	no_good_hit	1239.0	82.647	25.0	0.02153262680324673	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CAN0007_000000022853	1771	0.6784830073871639	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.3405576431236088		0	0	False	False	0.9988706707954407	0					non-mobilizable	chromosome	1772.0	96.727	100.0	0.0005708257440798989	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0004_000000000436	32282	0.6784798639951399	41	12	9	10	6	True	79754	maximal	True	FIJ0004_000000000436	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	84.932	0.0	2.4666481378543635e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0061_000000005695	2882	0.6784706333518369	2	2	2	2	2	False	108734	fragment	False	AUS0010_000000006971	0.551109199212118		0	0	False	False	0.9996530413627625	0					non-mobilizable	no_good_hit	1888.0	97.405	66.0	0.05204368691047493	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0005_01_000000021758	1419	0.6784578167602614	3	2	2	2	1	False	6111	maximal	True	USA0005_01_000000021758	1.0		0	0	False	False	0.9647639393806458	0					non-mobilizable	no_good_hit	1191.0	96.89299999999999	84.0	0.00018342444184635967	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0208_000000010609	2906	0.6784572086111097	4	4	4	4	4	False	131985	fragment	False	ENG0208_000000010609	0.9864042933810376		0	0	False	False	0.992085337638855	0					non-mobilizable	other	2920.0	94.932	100.0	0.011316525307054794	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0058_000000021099	1446	0.6784484281721276	2	2	1	2	1	True	6292	fragment	False	SPA0058_000000021099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	81.234	80.0	0.0004556857384089352	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
AST0025_000000027534	1398	0.6784450714736953	2	1	1	1	1	False	119948	maximal	True	AST0025_000000027534	1.0		10	5	False	False	0.9878397583961487	0					non-mobilizable	no_good_hit	823.0	71.689	57.0	0.004359637564459193	NZ_FXLO01000006.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	False
CHI0159_000000005199	2747	0.6784430706205556	3	3	3	3	2	False	113451	fragment	False	CHI0159_000000005199	1.0		0	0	False	False	0.9996359944343567	0					non-mobilizable	no_good_hit	159.0	79.874	6.0	0.002063780003680627	NZ_NHMK01000036.1	bacteria	Deinococcus indicus strain DR1 Spades_21_len:76074, whole genome shotgun sequence	True	False
AST0092_000000010695	1242	0.6784428659642772	2	2	2	2	2	False	109621	fragment	False	AST0092_000000010695	1.0		0	0	False	False	0.9975845217704773	0					non-mobilizable	other	1242.0	96.779	100.0	0.007420340462680052	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
DEN0045_000000031970	1344	0.6784402983330403	3	2	2	2	1	False	72829	fragment	False	DEN0045_000000031970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000020189	1268	0.6784339739646086	2	1	1	1	1	False	65275	fragment	False	ENG0036_000000020189	1.0		0	0	False	False	0.9992113709449768	0					non-mobilizable	no_good_hit	98.0	79.592	8.0	2.3263251360165576e-05	CP031783.1	firmicutes	Bacillus subtilis strain MENO2 chromosome, complete genome	True	False
ENG0171_000000000867	19986	0.6784331931942746	15	14	11	13	12	False	55822	maximal	True	ENG0171_000000000867	1.0		2	2	False	False	1.0	0					non-mobilizable	other	14899.0	99.899	98.0	0.005025020456552443	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
CHI0185_000000013702	1431	0.6784320502404444	2	2	2	1	1	False	78531	fragment	False	SPA0007_000000018287	0.9856328792314952		0	0	False	False	0.9986023902893066	0					non-mobilizable	no_good_hit	197.0	80.711	22.0	0.0011163090449803495	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
SPA0007_000000018287	1430	0.6784320502404444	2	2	2	1	1	False	78531	fragment	False	SPA0007_000000018287	0.9861507064288287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	79.535	14.0	0.00048636244277249424	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
ISR0052_000000012660	2722	0.6784248972164683	3	3	3	2	1	False	35798	fragment	False	ISR0052_000000012660	1.0		0	0	False	False	0.9992652535438538	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.827101881509559e-07	LR812053.1	bony fishes	Danio rerio genome assembly, chromosome: 16	True	False
ISR0011_000000020378	1420	0.6784234806878563	2	1	1	1	1	False	54196	fragment	False	ENG0200_000000014563	0.9713886950453594		0	0	False	False	0.9887323975563049	0					non-mobilizable	no_good_hit	468.0	71.581	33.0	0.000227051015217824	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	False
FIJ0079_000000001414	18089	0.6784194053326191	28	6	5	5	2	True	44411	fragment	False	FIJ0079_000000001414	1.0		0	0	False	False	0.9995577335357666	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0016051364365971107	NZ_CABKRX010000081.1	firmicutes	Bacillus massilioanorexius isolate MGYG-HGUT-01428, whole genome shotgun sequence	True	True
ENG0134_000000022891	1711	0.678418462472072	2	1	1	1	1	False	60557	fragment	False	ENG0134_000000022891	0.9835234474017744		0	0	False	False	0.9947398900985718	0					non-mobilizable	no_good_hit	113.0	96.46	7.0	3.1179315864564845e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0096_000000024960	1663	0.6784153334969772	4	2	2	2	1	True	114999	fragment	False	SPA0096_000000024960	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1673.0	80.813	100.0	0.0004632355499878206	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0130_000000003062	8282	0.6784148740589183	8	4	3	4	3	True	101294	fragment	False	CAN0003_000000004189	0.6728364592977782		0	0	False	False	1.0	0					non-mobilizable	plasmid	6851.0	98.19	98.0	0.05938979758208593	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0063_000000011461	1740	0.6784090913391646	3	2	2	2	2	False	74367	fragment	False	ISR0840_000000008749	0.9533925689770536		0	0	False	False	1.0	0					non-mobilizable	other	1740.0	98.448	100.0	0.0015562245402023181	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0065_000000026689	1301	0.6784029727172683	1	1	1	1	1	False	35165	fragment	False	ISR0227_000000018178	0.9494809688581315		0	0	False	False	0.996925413608551	0					non-mobilizable	other	1302.0	96.46700000000001	100.0	0.00036903469607437925	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0148_000000007905	2251	0.6783964820109746	3	2	0	1	1	False	116491	fragment	False	FIJ0148_000000007905	1.0		0	0	False	False	0.9826743602752686	0					non-mobilizable	chromosome	2238.0	100.0	99.0	0.0006302844789136453	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0829_000000009966	1534	0.6783959621348529	2	1	1	1	1	False	21060	maximal	True	ISR0829_000000009966	1.0		39	6	False	False	0.9954367876052856	0					non-mobilizable	no_good_hit	1252.0	74.042	81.0	0.00029060976906068937	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
TAN0003_000000006737	1496	0.6783959621348529	1	1	1	1	1	False	2972	maximal	True	TAN0003_000000006737	1.0		3	2	False	False	0.9933155179023743	0					non-mobilizable	no_good_hit	431.0	74.942	29.0	0.00010073315810010187	CP011934.1	bacteria	Leptospira interrogans serovar Manilae strain UP-MMC-NIID HP chromosome 1, complete sequence	True	False
USA0083_01_000000018734	1466	0.6783959621348529	1	1	1	1	1	False	9222	maximal	True	USA0083_01_000000018734	0.9816311535635562		6	3	False	False	0.9938608407974243	0					non-mobilizable	no_good_hit	1223.0	76.206	83.0	0.0005238088011152618	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	True	False
FIJ0064_000000018401	1422	0.6783959621348529	1	1	1	1	1	False	59109	fragment	False	ENG0189_000000013115	0.5837573458514493		0	0	False	False	0.9992967844009399	0					non-mobilizable	chromosome	1422.0	97.89	100.0	0.00039771046398341317	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ETH0005_000000033053	1411	0.6783959621348529	1	1	1	1	1	False	59109	fragment	False	ENG0189_000000013115	0.5812238822013127		0	0	False	False	1.0	0					non-mobilizable	chromosome	1409.0	97.374	99.0	0.0003940720149814537	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0189_000000013115	1387	0.6783959621348529	1	1	1	1	1	False	59109	fragment	False	ENG0189_000000013115	0.9303679644898871		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	95.963	100.0	0.00033957139470185263	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0128_000000027097	1386	0.6783959621348529	1	1	1	1	1	False	109184	maximal	False	ISR0134_000000020358	0.6804074273986238		0	0	False	False	0.9956709742546082	0					non-mobilizable	other	1364.0	85.63	99.0	0.0003624759181059915	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MON0097_000000027274	1361	0.6783959621348529	1	1	1	1	1	False	9222	maximal	False	USA0083_01_000000018734	0.9471350613915417		0	0	False	False	0.997061014175415	0					non-mobilizable	other	1247.0	76.02199999999999	91.0	0.0005346492150456274	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
MON0039_000000037462	1326	0.6783959621348529	1	1	1	1	1	False	77874	fragment	False	MON0012_000000034303	0.822323804800355		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	99.62100000000001	99.0	0.0254186660499894	NZ_SPGG01000030.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_30_length_51891_cov_34.7452, whole genome shotgun sequence	False	False
ENG0138_000000014893	1322	0.6783959621348529	1	1	1	1	1	False	77874	fragment	False	MON0012_000000034303	0.8235527888131747		0	0	False	False	0.998487114906311	0					non-mobilizable	other	1322.0	100.0	100.0	0.02545720837910235	NZ_SPGG01000030.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_30_length_51891_cov_34.7452, whole genome shotgun sequence	False	False
ISR0774_000000019076	1297	0.6783959621348529	1	1	1	1	1	False	59109	fragment	False	ENG0189_000000013115	0.563932441260909		0	0	False	False	0.9946029186248779	0					non-mobilizable	other	1298.0	97.381	100.0	0.0003179957392984136	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0001_000000033586	1290	0.6783959621348529	1	1	1	1	1	False	97092	maximal	False	ITA0006_000000016262	0.9562588904694168		0	0	False	False	0.9937984347343445	0					non-mobilizable	no_good_hit	1097.0	75.843	84.0	0.0001979843412384657	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
FIJ0155_000000017041	1273	0.6783959621348529	1	1	1	1	1	False	39517	fragment	False	FIJ0155_000000017041	0.9929078014184398		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	79.238	97.0	0.009058385276435658	NZ_JHYA01000011.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00010.10_C, whole genome shotgun sequence	False	False
ISR0353_000000029284	1238	0.6783959621348529	1	1	1	1	1	False	24008	fragment	False	ISR0353_000000029284	1.0		0	0	False	False	0.9983844757080078	0					non-mobilizable	no_good_hit	1000.0	72.1	79.0	0.07222877358490566	NZ_FQXL01000071.1	firmicutes	Clostridium magnum DSM 2767, whole genome shotgun sequence	True	False
MON0005_000000044487	1234	0.6783959621348529	1	1	1	1	1	False	77874	fragment	False	MON0012_000000034303	0.5382234770192716		0	0	False	False	0.990275502204895	0					non-mobilizable	other	1234.0	99.919	100.0	0.023761345898132624	NZ_SPGG01000030.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_30_length_51891_cov_34.7452, whole genome shotgun sequence	False	False
FIJ0079_000000020830	1366	0.6783948628773933	3	2	1	1	2	True	74230	fragment	False	MON0052_000000022249	0.33550422528518814		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	91.45700000000001	100.0	0.022914878161526778	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
MON0096_000000030232	1269	0.6783948628773933	3	2	1	1	2	True	74230	fragment	False	MON0052_000000022249	0.5705739942575501		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	96.454	100.0	0.028982857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0026_000000019454	1195	0.6783915495437014	3	2	2	2	1	False	37275	maximal	True	ISR0026_000000019454	1.0		1	1	False	False	0.9481171369552612	0					non-mobilizable	no_good_hit	76.0	96.053	6.0	3.18025561622541e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
CAN0021_000000008624	4755	0.6783884389301873	5	5	3	4	4	True	91659	fragment	False	CAN0021_000000008624	0.996149490373726		0	0	False	False	0.9966351389884949	0		MOBP			mobilizable	plasmid	4661.0	99.85	98.0	0.09134210165239037	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0255_000000024617	1373	0.6783882669366456	3	2	2	1	1	True	51125	fragment	False	ISR0255_000000024617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0029_000000018187	1622	0.6783876854865416	1	1	1	1	1	False	118093	maximal	True	AST0029_000000018187	0.9879130076988907		203	11	False	False	1.0	0					non-mobilizable	other	1623.0	98.02799999999999	100.0	0.010505181347150259	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	False	False
MON0027_000000022885	1799	0.6783789067014026	3	3	3	2	2	False	12643	maximal	True	MON0027_000000022885	1.0		1	1	False	False	0.9811006188392639	0					non-mobilizable	no_good_hit	487.0	72.279	27.0	0.00020204486237798385	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
ISR0350_000000017646	1139	0.6783768232787594	2	2	2	2	2	True	24089	fragment	False	ISR0350_000000017646	1.0		0	0	False	False	0.984196662902832	0					non-mobilizable	no_good_hit	558.0	99.64200000000001	49.0	0.0911620294599018	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	True
USA0026_01_000000006334	5433	0.6783756357305717	6	3	3	3	3	False	121262	maximal	True	USA0026_01_000000006334	1.0		2	2	False	False	0.9941100478172302	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000004571	6223	0.6783708271955694	9	6	3	4	5	False	116858	fragment	False	ISR0047_000000004133	0.9661470634545741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	1.0	1.9859410087256363e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0204_000000004125	5228	0.6783708271955694	8	6	3	4	5	False	116856	fragment	False	ENG0204_000000004125	0.9895191481289306		0	0	False	False	0.9980872273445129	0					non-mobilizable	no_good_hit	82.0	100.0	2.0	1.9859410087256363e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0154_000000002543	9236	0.6783631938963346	10	4	3	3	0	False	56865	fragment	False	ENG0154_000000002543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000006197	4692	0.6783485292864788	4	2	2	2	2	True	48176	fragment	False	FIJ0034_000000006197	1.0		0	0	False	False	0.9993606209754944	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.993707665543917e-05	MN577570.1	bacteria	Uncultured Candidatus Melainabacteria bacterium isolate LL20 clone UCI_2 genomic sequence	True	True
CHI0064_000000008828	2042	0.6783436866004801	2	2	2	2	0	False	113055	fragment	False	ISR0395_000000021207	0.7429876549289789		0	0	False	False	1.0	0					non-mobilizable	chromosome	2042.0	99.853	100.0	0.0007157438036961277	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
SPA0095_000000005012	4147	0.6783436406963572	5	4	3	3	4	False	6649	fragment	False	SPA0095_000000005012	1.0		0	0	False	False	0.9995177388191223	0					non-mobilizable	other	4147.0	99.542	100.0	0.013528814809255458	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0344_000000009467	3373	0.678340557023318	4	2	1	2	0	False	35078	maximal	True	ISR0344_000000009467	1.0		1	1	False	False	0.9825081825256348	0					non-mobilizable	no_good_hit								True	False
MAD0005_000000009898	2793	0.6783378471266257	4	4	0	1	3	False	19973	fragment	False	MAD0005_000000009898	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2793.0	99.964	100.0	0.024457331067467895	CP041426.1	enterobacteria	Escherichia coli strain STEC388 plasmid pSTEC388_1, complete sequence	False	True
CHI0037_000000005089	2587	0.6783264804296422	4	4	4	3	2	False	87989	maximal	False	SPA0072_000000006185	0.31620997287345054		0	0	False	False	1.0	0					non-mobilizable	chromosome	2588.0	99.73	100.0	0.0007288985010950383	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0203_000000011558	1601	0.6783242946718637	2	2	1	2	1	False	54084	fragment	False	ENG0203_000000011558	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	99.677	97.0	0.005608954022530084	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0059_000000004268	3818	0.6783190143265917	6	5	4	5	4	False	85839	maximal	True	CHI0059_000000004268	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	77.027	29.0	0.3004126547455296	NZ_CADAEU010000069.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	False
ISR0251_000000006144	2406	0.6783187868268441	6	3	2	2	3	False	85185	fragment	False	ISR0347_000000008982	0.9716700852896069		0	0	False	False	1.0	0					non-mobilizable	other	2406.0	99.37700000000001	99.0	0.006582278481012658	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0204_000000006022	1887	0.6783187868268441	4	3	2	2	3	False	72832	fragment	False	ISR0204_000000006022	0.9932848349188583		0	0	False	False	1.0	0					non-mobilizable	chromosome	1887.0	99.788	100.0	0.00041973156764176737	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0040_000000008392	3201	0.6783136558230489	4	3	1	3	3	True	11875	fragment	False	MON0040_000000008392	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3201.0	100.0	100.0	0.04513781138037069	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
USA0047_01_000000007055	4864	0.6783132900403509	3	3	3	3	1	True	1179	maximal	True	USA0047_01_000000007055	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	1.0	1.054715827400128e-05	AP021846.1	g-proteobacteria	Pseudoalteromonas sp. A25 DNA, chromosome 1, nearly complete genome	True	True
ISR0159_000000000616	25985	0.6783119913487421	44	7	3	6	6	False	68596	fragment	False	ISR0159_000000000616	0.9999029390068719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	77.007	1.0	0.0014326268879220566	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
ISR0126_000000001506	25757	0.6783119913487421	43	7	3	6	6	False	68596	fragment	False	ISR0159_000000000616	0.995516644217818		0	0	False	False	0.9993011355400085	0					non-mobilizable	no_good_hit	274.0	77.007	1.0	0.0014326268879220566	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
AST0118_000000006174	4588	0.6783069734615749	6	3	1	3	2	True	128581	fragment	False	AST0118_000000006174	0.9654473609886013		0	0	False	False	0.999346137046814	0					non-mobilizable	no_good_hit	126.0	97.619	3.0	0.013336178384722074	NZ_JAAIPV010000065.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_65_length_9373_cov_114.326, whole genome shotgun sequence	True	True
ISR0265_000000003370	4493	0.6783069734615749	6	3	1	3	2	True	128581	fragment	False	AST0118_000000006174	0.8324134238745702		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	99.17399999999999	3.0	0.0005445930981901356	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0047_000000009579	4133	0.6783069734615749	6	3	1	3	2	True	128581	fragment	False	AST0118_000000006174	0.9503397886719057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	100.0	2.0	0.009922116718233223	NZ_JAAIPV010000065.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_65_length_9373_cov_114.326, whole genome shotgun sequence	True	True
ISR0128_000000008391	4117	0.6783069734615749	6	3	1	3	2	True	128581	fragment	False	AST0118_000000006174	0.822665410456362		0	0	False	False	0.9982997179031372	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.0061879867705110425	NZ_JAAIPV010000065.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_65_length_9373_cov_114.326, whole genome shotgun sequence	True	True
ENG0144_000000004757	4019	0.6783069734615749	6	3	1	3	2	True	128581	fragment	False	AST0118_000000006174	0.6848296441959624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0370_000000012139	2186	0.6782917973433303	4	4	2	4	1	False	75170	maximal	True	ISR0370_000000012139	1.0		0	0	False	False	0.9990850687026978	0					non-mobilizable	no_good_hit	1766.0	99.15100000000001	81.0	0.028201645761764	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0001_000000017179	1422	0.6782877706327982	2	2	1	1	2	False	74308	maximal	True	ISR0001_000000017179	0.9647239263803681		94	13	False	False	1.0	0					non-mobilizable	virus	1422.0	93.81200000000001	100.0	0.02292760386285566	NC_047909.1	viruses	Faecalibacterium phage FP_Brigit, complete genome	False	False
SPA0097_000000023539	1394	0.6782856499374222	1	1	1	1	1	False	100804	fragment	False	SPA0097_000000023539	1.0		0	0	False	False	0.9971305727958679	0					non-mobilizable	other	1214.0	99.012	100.0	0.0018511509794465776	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0373_000000008609	1886	0.6782842646924857	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3289531544290662		0	0	False	False	1.0	0					non-mobilizable	chromosome	1903.0	91.48700000000001	100.0	0.0006601759818636343	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0112_000000007846	3351	0.6782838938620938	3	3	1	3	3	True	42038	maximal	True	FIJ0112_000000007846	1.0		1	1	False	False	0.9997015595436096	0					non-mobilizable	plasmid	3351.0	99.94	100.0	0.025348062953995158	CP035211.1	enterobacteria	Klebsiella pneumoniae strain TH164 plasmid pTH164-2, complete sequence	False	True
ETH0004_000000020927	1370	0.6782825016561683	2	2	2	2	2	False	52852	fragment	False	ETH0004_000000020927	0.9732680722891567		0	0	False	False	0.9992700815200806	0					non-mobilizable	no_good_hit	531.0	74.765	38.0	0.0002232828754034413	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
MAD0003_000000016919	1607	0.6782808094937633	2	1	1	1	1	False	71379	maximal	True	MAD0003_000000016919	1.0		1	1	False	False	0.9968886375427246	0					non-mobilizable	no_good_hit	460.0	98.696	29.0	0.00014234738592516186	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0117_000000008030	3355	0.6782798930366629	4	4	3	4	3	False	80188	fragment	False	ISR0117_000000008030	0.993601462522852		0	0	False	False	0.9898658990859985	0					non-mobilizable	no_good_hit	427.0	77.283	14.0	9.410825880087121e-05	NZ_CP012266.1	enterobacteria	Cronobacter dublinensis subsp. dublinensis LMG 23823 chromosome, complete genome	True	False
MON0082_000000009502	3222	0.6782786000163158	3	3	3	3	3	False	46878	maximal	True	MON0082_000000009502	1.0		143	12	False	False	1.0	0					non-mobilizable	other	1717.0	99.359	95.0	0.0005494704302616036	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MON0093_000000030548	1501	0.6782735460679457	3	1	1	1	1	False	9383	maximal	True	MON0093_000000030548	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000007806	4765	0.678269304129381	5	4	4	2	2	False	74782	maximal	True	DEN0082_000000007806	1.0		3	1	False	False	0.9985309839248657	0					non-mobilizable	no_good_hit	1088.0	78.493	25.0	0.0004510405160976612	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
DEN0012_000000001646	3832	0.678266000459991	5	2	0	0	2	False	75470	maximal	True	DEN0012_000000001646	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	92.30799999999999	2.0	0.00043614853583573556	NZ_FRAD01000008.1	firmicutes	Hathewaya proteolytica DSM 3090, whole genome shotgun sequence	True	False
ENG0143_000000016813	1138	0.6782607911998525	2	2	2	1	1	False	57586	maximal	True	ENG0143_000000016813	1.0		1	1	False	False	0.9806678295135498	0					non-mobilizable	no_good_hit	496.0	95.565	51.0	0.0028493831172599496	NZ_QICA01000005.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_005, whole genome shotgun sequence	True	False
SPA0020_000000007355	3851	0.6782545026809588	7	5	3	4	4	True	86091	maximal	True	SPA0020_000000007355	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	2434.0	75.472	68.0	0.000769373828977255	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0076_000000015992	1627	0.6782460567373543	2	2	2	2	2	False	34560	fragment	False	ISR0076_000000015992	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1604.0	77.307	96.0	0.014224253831675181	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0036_000000004175	5124	0.6782450693766503	6	5	3	5	5	True	117186	maximal	True	SPA0036_000000004175	1.0	PS777	181	9	False	True	1.0	0					non-mobilizable	no_good_hit	2501.0	97.561	53.0	0.0007244139682318821	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
USA0069_01_000000034672	1750	0.6782443164795029	2	2	2	1	1	False	28762	fragment	False	USA0069_01_000000034672	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1750.0	99.88600000000001	100.0	0.0007644711904945066	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0200_000000017002	1476	0.6782443164795029	2	2	2	1	1	False	28761	fragment	False	ISR0200_000000017002	1.0		0	0	False	False	0.9993224740028381	0					non-mobilizable	chromosome	1476.0	100.0	100.0	0.0006447084082214964	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0087_000000009936	3071	0.6782397281375053	4	2	1	2	2	False	33855	fragment	False	ISR0087_000000009936	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3071.0	99.935	100.0	0.005351191555227086	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
MON0082_000000019949	1750	0.6782349118336474	2	2	1	2	1	False	88703	fragment	False	CHI0028_000000006623	0.37156201349247536		0	0	False	False	1.0	0					non-mobilizable	chromosome	1750.0	97.54299999999999	100.0	0.0005943083002340875	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0054_000000012858	2319	0.6782237201567523	3	1	1	1	1	True	6439	maximal	True	SPA0054_000000012858	1.0		2	1	False	False	0.9978439211845398	0					non-mobilizable	no_good_hit	903.0	99.779	41.0	0.0007180270971645094	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
ISR0185_000000013533	2413	0.6782226769108606	3	2	1	2	1	False	114874	maximal	True	ISR0185_000000013533	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	99.34899999999999	13.0	0.002120420480767232	NZ_JAANXY010000003.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_3, whole genome shotgun sequence	True	False
ISR0087_000000019706	1817	0.6782226769108606	2	2	1	2	1	False	114871	fragment	False	ISR0087_000000019706	1.0		0	0	False	False	0.9862410426139832	0					non-mobilizable	no_good_hit								True	False
MON0071_000000008588	1397	0.6782179087186045	2	2	2	1	1	False	101922	fragment	False	DEN0081_000000006108	0.9685774958898304		0	0	False	False	0.9076592922210693	0					non-mobilizable	other	1397.0	99.928	100.0	0.00025981175558860485	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ISR0396_000000015765	1468	0.6782171640266178	3	2	2	1	1	False	22672	fragment	False	ISR0396_000000015765	1.0		0	0	False	False	0.9931880235671997	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000011401	2792	0.678215587932039	4	4	4	4	4	False	120960	maximal	True	ISR0077_000000011401	1.0		65	6	False	False	0.9996418356895447	0					non-mobilizable	other	1322.0	89.939	96.0	0.00037442828009392787	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0111_000000004934	4096	0.6782093856562884	6	5	4	4	4	False	132113	maximal	True	AST0111_000000004934	1.0		7	2	False	False	1.0	0					non-mobilizable	other	4097.0	97.242	100.0	0.02810310876918538	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
SPA0010_000000003953	4793	0.6782037271518524	4	3	3	2	2	True	81475	maximal	True	SPA0010_000000003953	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0123_000000018572	1257	0.6782032851786466	1	1	1	1	1	False	108086	fragment	False	SPA0146_000000016693	0.66231720363356		0	0	False	False	0.9960222840309143	0					non-mobilizable	no_good_hit								True	False
ENG0141_000000020946	1256	0.6782032851786466	1	1	1	1	1	False	108086	fragment	False	SPA0146_000000016693	0.6645923458414809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0101_000000042189	1556	0.6781991789660511	2	2	1	2	1	False	9536	maximal	True	MON0101_000000042189	0.9996461429582448		12	4	False	False	0.9987146258354187	0					non-mobilizable	no_good_hit	1355.0	99.852	87.0	0.9337931034482758	NZ_QEKH01000082.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_182, whole genome shotgun sequence	True	False
MON0090_000000043829	1413	0.6781991789660511	3	2	1	2	1	False	9536	maximal	False	MON0101_000000042189	0.9537275064267352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	99.835	86.0	0.8372413793103448	NZ_QEKH01000082.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_182, whole genome shotgun sequence	True	False
MAD0101_000000024776	1172	0.6781956643369211	2	2	2	2	1	False	15063	maximal	True	MAD0101_000000024776	1.0		1	1	False	False	0.9820818901062012	0					non-mobilizable	no_good_hit	781.0	91.421	67.0	0.0001244911484236528	CP011636.1	enterobacteria	Klebsiella oxytoca strain CAV1374, complete genome	True	False
ISR0121_000000018068	1432	0.6781913835951391	2	2	2	2	2	False	32194	maximal	True	ISR0121_000000018068	1.0		40	9	False	False	1.0	0					non-mobilizable	chromosome	832.0	87.01899999999999	91.0	0.00028930626449145535	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0093_000000014855	2116	0.6781898582261133	3	3	3	3	3	False	15673	maximal	True	MAD0093_000000014855	1.0		7	5	False	False	0.9995273947715759	0					non-mobilizable	no_good_hit	564.0	73.05	26.0	0.00015477402292950562	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0061_000000003875	5877	0.6781895428678912	6	5	4	5	3	False	52445	fragment	False	FIJ0002_000000005856	0.9712934819317798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	80.833	24.0	0.0034209882077646256	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
DEN0070_000000019052	1781	0.6781855193886435	3	3	3	3	2	False	70598	fragment	False	DEN0070_000000019052	0.9974078341013826		0	0	False	False	0.9994385242462158	0					non-mobilizable	no_good_hit	217.0	77.88	12.0	7.52893411206679e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0054_000000008615	2813	0.678181350671615	3	3	3	3	2	False	71883	maximal	False	ISR0130_000000008965	0.6336017176596886		0	0	False	False	0.975471019744873	0					non-mobilizable	no_good_hit								True	False
SPA0025_000000011936	1783	0.6781732327716777	2	2	2	2	2	False	7564	maximal	True	SPA0025_000000011936	1.0		33	10	False	False	0.9977566003799438	0					non-mobilizable	other	1783.0	99.72	100.0	0.0004818275052123624	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0393_000000011244	1592	0.6781725362440588	3	3	3	2	2	False	22774	fragment	False	ISR0393_000000011244	1.0		0	0	False	False	0.9874371886253357	0					non-mobilizable	chromosome	802.0	98.87799999999999	100.0	0.00022783708368532882	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0145_01_000000006189	3942	0.6781720396291766	4	4	2	3	2	True	111329	fragment	False	USA0145_01_000000006189	1.0		0	0	False	False	0.9743784666061401	0					non-mobilizable	no_good_hit	45.0	95.556	1.0	0.00022468582283522869	NZ_NFIG01000006.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_6, whole genome shotgun sequence	True	True
ISR0097_000000006915	3813	0.6781689413148015	4	3	3	3	1	False	99925	fragment	False	ISR0097_000000006915	1.0		0	0	False	False	0.9997377395629883	0					non-mobilizable	no_good_hit	1237.0	99.434	32.0	0.05117359210417185	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
CHI0135_000000002001	9667	0.6781678946097606	10	3	1	3	2	True	80703	fragment	False	CHI0135_000000002001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	9.465149458885757e-06	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0063_000000010711	1858	0.6781662407212081	4	4	4	2	2	False	75841	maximal	True	ISR0063_000000010711	1.0		0	0	False	False	0.946178674697876	0					non-mobilizable	no_good_hit	705.0	95.603	38.0	0.004762742365405172	NZ_QRML01000003.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf3, whole genome shotgun sequence	True	False
MAD0075_000000000228	6418	0.6781593526871857	8	4	2	2	4	True	16274	maximal	True	MAD0075_000000000228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	85.714	2.0	3.794625244617806e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
ENG0123_000000001487	7686	0.6781576314613164	3	3	3	3	2	False	58985	maximal	True	ENG0123_000000001487	1.0		8	3	False	False	0.9998698830604553	0					non-mobilizable	no_good_hit	108.0	89.815	1.0	2.840622836034962e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0161_000000002657	5724	0.6781568338953836	4	3	3	3	2	True	113483	maximal	True	FIJ0161_000000002657	1.0	PS730	5	2	False	True	0.9998252987861633	0					non-mobilizable	no_good_hit	1282.0	90.484	87.0	0.00039789473553221763	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0056_000000005203	2548	0.6781533563541661	3	2	2	1	1	False	17064	maximal	True	MAD0056_000000005203	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000000937	17449	0.6781530569905537	19	14	3	5	13	False	103792	fragment	False	CHI0003_000000000446	0.9326266718463844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4469.0	88.051	55.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ENG0029_000000007486	3226	0.6781526817845522	3	3	3	3	3	False	126367	maximal	False	SPA0066_000000003952	0.9077841978665243		0	0	False	False	0.9990700483322144	0					non-mobilizable	other	3112.0	98.94	96.0	0.07112482853223594	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0089_000000019946	1931	0.6781524138573994	2	2	2	2	2	False	5418	maximal	True	SPA0089_000000019946	1.0		138	10	False	False	1.0	0					non-mobilizable	chromosome	1931.0	98.705	100.0	0.0005396924200619052	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0026_000000002008	13270	0.6781485417499469	13	13	7	11	12	True	114279	fragment	False	AST0053_000000001082	0.9709927106034417		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	12684.0	99.322	100.0	0.2100208976017514	CP028153.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis str. RM2968 plasmid pRM2968-2, complete sequence	False	True
CHI0130_000000005748	2809	0.6781484932765671	4	3	3	2	3	False	81119	maximal	True	CHI0130_000000005748	1.0		35	11	False	False	0.991100013256073	0					non-mobilizable	no_good_hit	225.0	80.889	8.0	6.235824335430305e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0052_000000010664	2422	0.6781448871310022	2	2	2	2	2	False	11230	maximal	True	MON0052_000000010664	1.0		28	7	False	False	0.9987613558769226	0					non-mobilizable	no_good_hit	907.0	82.029	43.0	0.0011830314985415398	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ISR0233_000000003173	3489	0.6781440432200181	5	4	4	4	3	False	110218	fragment	False	ISR0233_000000003173	0.9939135727328059		0	0	False	False	1.0	0					non-mobilizable	chromosome	1315.0	83.118	93.0	0.0004608511207398178	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0258_000000024578	1211	0.6781432511629265	2	2	2	2	2	False	26765	fragment	False	ISR0258_000000024578	1.0		0	0	False	False	0.9991742372512817	0					non-mobilizable	other	1211.0	96.449	100.0	0.002590717950035542	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
ISR0793_000000000276	20960	0.6781406289822489	25	8	2	4	6	False	22031	maximal	True	ISR0793_000000000276	1.0		1	1	False	False	0.9993797540664673	0					non-mobilizable	no_good_hit								True	False
ISR0853_000000004464	3580	0.6781399994298938	4	4	3	4	4	False	128517	fragment	False	USA0024_01_000000005864	0.6972344289414293		0	0	False	False	0.9972066879272461	0					non-mobilizable	chromosome	3582.0	94.66799999999999	100.0	0.0012478511167221809	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0097_000000008674	3512	0.6781359035813125	4	4	3	3	3	False	95623	fragment	False	FIJ0097_000000008674	1.0		0	0	False	False	0.998291552066803	0					non-mobilizable	no_good_hit	1108.0	76.625	37.0	0.00048820171745258666	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
AUS0016_000000002936	7312	0.6781345623773491	16	6	3	6	4	False	100647	maximal	True	AUS0016_000000002936	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	72.625	16.0	0.0028427859302116074	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
USA0087_01_000000001033	9525	0.6781294978825434	6	6	6	4	6	True	120775	fragment	False	USA0087_01_000000001033	1.0		0	0	False	False	0.9998950362205505	0					non-mobilizable	no_good_hit	2335.0	91.649	26.0	0.0008653261474016828	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ENG0120_000000009518	2263	0.6781293504743369	4	4	4	3	2	False	120966	fragment	False	ISR0265_000000005719	0.4749607544955066		0	0	False	False	1.0	0					non-mobilizable	other	2262.0	99.116	99.0	0.02353014669901194	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0030_000000016844	2096	0.6781275989921269	2	2	1	2	0	True	12517	maximal	True	MON0030_000000016844	1.0		1	1	False	False	0.9937977194786072	0					non-mobilizable	no_good_hit								True	True
CHI0182_000000014243	1962	0.6781268531356349	2	2	0	1	2	True	77346	fragment	False	CHI0182_000000014243	1.0		0	0	False	False	0.986748218536377	0					non-mobilizable	no_good_hit								True	True
MAD0052_000000019643	1194	0.678123538208467	1	1	1	1	1	False	17247	fragment	False	MAD0052_000000019643	1.0		0	0	False	False	0.9983249306678772	0					non-mobilizable	other	1130.0	76.283	94.0	0.0017623098363928771	NZ_FRDE01000004.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
ISR0055_000000003511	3416	0.6781166969239528	3	3	3	3	3	False	100036	fragment	False	ISR0051_000000011811	0.9738426514160371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000008158	3397	0.6781166969239528	3	3	3	3	3	False	100036	fragment	False	ISR0051_000000011811	0.971915893949358		0	0	False	False	0.9991168975830078	0					non-mobilizable	no_good_hit								True	False
SPA0124_000000008590	3396	0.6781166969239528	3	3	3	3	3	False	100036	fragment	False	ISR0051_000000011811	0.9716851136502266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0040_000000015136	1826	0.6781159482760492	2	2	2	2	2	False	55371	maximal	True	MON0040_000000015136	1.0		197	11	False	False	1.0	0					non-mobilizable	chromosome	1828.0	93.764	100.0	0.00029101487971039473	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0016_000000000303	34196	0.6781155387840712	39	14	8	11	7	True	116425	maximal	True	ISR0016_000000000303	1.0		1	1	False	False	0.9998830556869507	0					non-mobilizable	no_good_hit	805.0	93.54	2.0	0.012276340422919928	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
FIJ0162_000000020398	1142	0.6781149573756223	2	2	2	2	1	False	39193	maximal	True	FIJ0162_000000020398	1.0		385	14	False	False	1.0	0					non-mobilizable	other	1145.0	98.865	100.0	0.0003558964639944152	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0192_000000008171	2537	0.6781052465775766	4	4	2	3	3	False	54652	fragment	False	ENG0192_000000008171	1.0		0	0	False	False	0.9996058344841003	0					non-mobilizable	plasmid	2538.0	96.336	100.0	0.31959152798789714	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	False	True
ISR0180_000000003365	6046	0.6781027099066002	7	5	4	4	4	False	29654	maximal	True	ISR0180_000000003365	1.0		58	11	False	False	1.0	0					non-mobilizable	no_good_hit	3117.0	96.471	72.0	0.0010468077916159111	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
TAN0009_000000008452	3894	0.6780941086188736	7	3	3	3	2	False	2718	maximal	True	TAN0009_000000008452	1.0		1	1	False	False	0.9984591603279114	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	1.0	0.03294289897510981	LN852708.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0012	True	False
ISR0146_000000013049	3013	0.6780927795021241	5	5	4	4	4	False	90925	fragment	False	ISR0146_000000013049	1.0		0	0	False	False	0.995685338973999	0					non-mobilizable	no_good_hit	286.0	77.273	9.0	0.0017495188823073654	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0165_000000009270	2104	0.6780886621987819	3	3	2	2	1	False	56226	maximal	True	ENG0165_000000009270	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	79.585	43.0	0.03557605848547637	NZ_JAAITU010000051.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_51_length_25579_cov_164.907, whole genome shotgun sequence	True	False
USA0020_01_000000006721	5104	0.678068856115042	5	4	1	4	1	True	26101	fragment	False	USA0020_01_000000006721	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5174.0	82.296	100.0	0.04294067945489681	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
FIJ0028_000000023656	1276	0.6780540851706313	2	1	1	1	1	False	90712	fragment	False	CHI0005_000000015192	0.6478413654618475		0	0	False	False	0.9811912178993225	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	8.456945689494782e-06	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0054_000000009932	2944	0.6780344950415115	4	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.7192795600728783		0	0	False	False	0.9993206262588501	0					non-mobilizable	other	1945.0	96.60700000000001	98.0	0.038656033259379184	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
AST0153_000000014444	2241	0.6780344950415115	3	2	1	2	2	False	125886	fragment	False	SPA0097_000000009153	0.38879062514250745		0	0	False	False	0.9995537996292114	0					non-mobilizable	other	1283.0	97.506	97.0	0.02560412544222582	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
MON0019_000000032032	2093	0.6780340839640233	3	2	2	2	1	False	78807	fragment	False	ISR0783_000000006288	0.9323798944938004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	80.91199999999999	50.0	0.0006175367434362345	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AST0113_000000000690	29565	0.6780291726098444	22	15	8	12	8	True	106712	maximal	True	AST0113_000000000690	1.0		1	1	False	False	1.0	0					non-mobilizable	other	7273.0	95.61399999999999	90.0	0.1596897180653526	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
ENG0064_000000005089	4476	0.6780287338769599	7	4	3	4	0	True	94264	fragment	False	ENG0064_000000005089	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4476.0	98.458	100.0	0.0011983700025627712	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0023_000000002245	3894	0.6780287338769599	8	4	3	4	0	True	94262	fragment	False	CAN0023_000000002245	1.0		0	0	False	False	0.9994863867759705	0					non-mobilizable	other	3894.0	98.382	100.0	0.001042514954184775	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0316_000000005164	3526	0.6780287338769599	7	4	3	4	0	True	77291	fragment	False	ISR0316_000000005164	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3526.0	100.0	100.0	0.000943967432186317	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0041_01_000000006302	3359	0.6780287338769599	7	4	3	4	0	True	77290	fragment	False	USA0041_01_000000006302	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3359.0	98.541	100.0	0.0008992461382359297	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0062_000000015405	1595	0.6780265563673936	2	1	1	1	1	False	68608	fragment	False	ENG0062_000000015405	1.0		0	0	False	False	0.973040759563446	0					non-mobilizable	no_good_hit								True	False
MON0033_000000031810	1942	0.6780231381913859	3	3	3	3	2	False	74088	fragment	False	MON0033_000000031810	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1942.0	99.949	100.0	0.0004181700825481962	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0147_000000005108	4631	0.6780224919764326	6	5	5	5	5	False	129754	maximal	True	ISR0147_000000005108	1.0	PS1061	33	4	False	True	1.0	0					non-mobilizable	chromosome	1676.0	99.344	99.0	0.0004488720047508077	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0136_000000038649	1109	0.6780221289554652	2	2	2	2	2	False	3586	maximal	True	SPA0136_000000038649	1.0		48	6	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	73.874	29.0	7.960486593928231e-05	NZ_CP024109.1	firmicutes	Bacillus cytotoxicus strain CH_13 chromosome, complete genome	True	False
ENG0064_000000007109	3186	0.6780181957405564	5	4	3	3	3	False	62992	maximal	False	ENG0183_000000007960	0.9431818181818181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	77.969	30.0	0.00016325635929185557	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0067_000000001178	7228	0.6780119513362762	7	3	2	3	2	True	122977	fragment	False	CHI0067_000000001178	0.9686074794770447		0	0	False	False	1.0	0					non-mobilizable	other	6586.0	92.985	100.0	0.0013875738851414068	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0004_000000028168	1599	0.6780086182611418	2	2	2	2	2	False	14206	maximal	True	MON0004_000000028168	1.0		10	4	False	False	1.0	0					non-mobilizable	other	1588.0	87.594	99.0	0.15019912763132942	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0149_000000001913	13454	0.6779910981596261	11	5	4	4	1	True	3324	maximal	True	SPA0149_000000001913	1.0		1	1	False	False	0.9996283650398254	0					non-mobilizable	no_good_hit								True	True
MON0025_000000019368	2041	0.6779895349047474	2	2	0	2	2	False	97711	fragment	False	MAD0105_000000016722	0.9493524514338575		0	0	False	False	0.9995100498199463	0	IncFIA,IncFIC				non-mobilizable	plasmid	2041.0	98.726	100.0	0.025308756904362937	CP038385.1	enterobacteria	Escherichia coli O157:H7 strain DEC5E plasmid pDEC5E-2, complete sequence	False	True
MAD0008_000000003565	3082	0.6779871267771075	3	2	1	2	1	True	19841	fragment	False	MAD0008_000000003565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0142_000000011055	3000	0.6779865070723723	3	3	3	3	2	False	42435	fragment	False	FIJ0142_000000011055	0.9838766211005958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	72.91199999999999	16.0	0.0037871033776867963	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
AUS0002_000000022142	1679	0.6779842331610323	3	2	2	2	2	False	102863	fragment	False	SPA0016_000000019783	0.9402543313376798		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	85.46	100.0	0.0004123892316884593	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0089_000000008196	1138	0.6779674438145299	1	1	1	1	1	False	83839	fragment	False	CHI0089_000000008196	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.824	100.0	0.004995299058933106	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
ISR0210_000000010601	1800	0.6779612564348303	4	3	3	2	1	False	28437	maximal	True	ISR0210_000000010601	1.0		1	1	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit								True	False
CHI0119_000000009985	1308	0.6779602677830461	1	1	1	1	1	False	81911	maximal	True	CHI0119_000000009985	1.0		6	4	False	False	0.9778287410736084	0					non-mobilizable	no_good_hit								True	False
FIJ0074_000000006078	5176	0.6779558638438175	5	4	4	4	3	True	83212	fragment	False	ISR0275_000000002542	0.9724866717440974		0	0	False	False	0.9996135830879211	0					non-mobilizable	no_good_hit	3218.0	78.71300000000001	61.0	0.005233115996371531	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MAD0047_000000004460	7075	0.6779503531253429	5	3	3	3	2	True	44334	maximal	True	MAD0047_000000004460	1.0		6	3	False	False	0.9984452128410339	0					non-mobilizable	no_good_hit	571.0	88.441	15.0	0.1220892274211099	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
ISR0101_000000018371	1284	0.6779484873618393	2	2	2	1	1	False	40752	fragment	False	USA0082_01_000000020800	0.836006092730383		0	0	False	False	0.9937694668769836	0					non-mobilizable	chromosome	1284.0	98.83200000000001	100.0	0.0004472047437861894	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0037_000000032931	2160	0.6779461812289935	2	2	2	2	1	False	12102	maximal	True	MON0037_000000032931	1.0		2	1	False	False	0.9981481432914734	0					non-mobilizable	no_good_hit	525.0	89.333	60.0	0.00014955652494568587	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0173_000000004354	2121	0.6779445943933889	3	3	3	3	1	False	127982	maximal	True	ISR0173_000000004354	1.0		21	5	False	False	0.9962282180786133	0					non-mobilizable	no_good_hit	1829.0	98.90700000000001	86.0	0.000576181210882008	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0017_000000004105	2912	0.677937618982167	4	3	3	2	1	False	100806	fragment	False	SPA0017_000000004105	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2880.0	100.0	99.0	0.0005167613583841435	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
AST0029_000000004597	6681	0.6779310574755805	5	4	4	2	3	True	118459	maximal	True	AST0029_000000004597	1.0		2	2	False	False	0.9995509386062622	0					non-mobilizable	no_good_hit	1880.0	71.383	27.0	0.0003572137483616329	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	True
ENG0074_000000009669	2314	0.6779276530660266	3	3	2	3	2	True	112229	fragment	False	ENG0074_000000009669	1.0		0	0	False	False	0.9982714056968689	0					non-mobilizable	other	1576.0	92.069	100.0	0.007788979559499287	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ENG0130_000000006344	4673	0.6779262769567431	7	4	3	4	2	False	58471	maximal	True	ENG0130_000000006344	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0013152766952455183	NZ_QSCB01000040.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf40, whole genome shotgun sequence	True	False
FIJ0102_000000023981	1358	0.6779225894454787	2	2	2	2	2	False	51976	fragment	False	FIJ0013_000000020410	0.9423023800219207		0	0	False	False	0.9926362037658691	0					non-mobilizable	no_good_hit	734.0	89.91799999999999	85.0	0.002330468732612891	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0035_000000010395	1163	0.6779217351708324	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.22254291341918675		0	0	False	False	0.9931212663650513	0					non-mobilizable	other	1159.0	98.361	99.0	0.0003215755535931486	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0104_000000027639	1651	0.6779207507357649	2	2	2	2	2	False	8797	maximal	True	MON0104_000000027639	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1563.0	96.73700000000001	95.0	0.0007261249241682918	AP011114.1	firmicutes	Streptococcus dysgalactiae subsp. equisimilis RE378 DNA, complete genome	False	False
ISR0021_000000009103	2536	0.6779174715712268	8	7	2	5	5	False	68873	maximal	True	ISR0021_000000009103	1.0		208	9	False	False	1.0	0					non-mobilizable	no_good_hit	419.0	95.465	46.0	0.0001448721511951084	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
USA0059_01_000000022043	1131	0.6779126441410357	3	1	1	1	1	False	81140	maximal	True	USA0059_01_000000022043	0.9873417721518987		613	15	False	False	0.9973474740982056	0					non-mobilizable	no_good_hit	511.0	77.29899999999999	45.0	0.00021375212317901676	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
FIJ0083_000000009230	3738	0.6779111680052243	5	4	4	3	3	False	115988	backbone	False	ENG0038_000000005492	0.9292622392930049	PS760	0	0	False	True	0.9967897534370422	0					non-mobilizable	no_good_hit	1052.0	90.684	28.0	0.00023779076765466356	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0094_000000006111	3462	0.6779052386395709	5	2	1	2	1	True	33466	fragment	False	ISR0094_000000006111	1.0		0	0	False	False	0.9956672191619873	0					non-mobilizable	other	3447.0	92.689	99.0	0.05952153774092257	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	False	True
ISR0216_000000011268	1540	0.6779004636784263	2	2	2	2	1	False	28126	maximal	True	ISR0216_000000011268	1.0		3	3	False	False	0.9714285731315613	0					non-mobilizable	no_good_hit	319.0	89.02799999999999	87.0	0.00011225444340505144	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
MAD0050_000000019291	1252	0.6778947036815659	3	2	2	2	2	False	17381	fragment	False	MAD0050_000000019291	1.0		0	0	False	False	0.9904153347015381	0					non-mobilizable	no_good_hit	445.0	73.03399999999999	35.0	0.00010083979193697975	CP025815.1	a-proteobacteria	Sulfitobacter sp. JL08 chromosome, complete genome	True	False
ISR0388_000000010681	3147	0.6778894083560038	3	3	3	3	3	False	125351	fragment	False	ISR0212_000000010113	0.9759227538470644		0	0	False	False	0.9987289309501648	0					non-mobilizable	other	3147.0	98.88799999999999	100.0	0.012396139386472056	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0079_000000017414	3032	0.6778892164023237	4	4	4	4	4	False	86953	maximal	True	DEN0079_000000017414	1.0		481	15	False	False	1.0	0					non-mobilizable	chromosome	3032.0	99.34	100.0	0.0006745526943383864	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0146_000000001452	10535	0.6778886392555611	14	5	4	4	2	True	51467	fragment	False	FIJ0046_000000002141	0.935834632284379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
MAD0035_000000005192	4384	0.6778725384250612	8	6	3	5	6	False	110391	maximal	True	MAD0035_000000005192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	83.411	46.0	0.0004226866634267313	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0097_000000011900	2921	0.6778695292134835	3	3	2	1	1	True	101038	fragment	False	MON0097_000000011900	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2677.0	96.713	92.0	0.0005426964889181702	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0098_000000032783	1111	0.6778676164121088	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.03632755601203374	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1116.0	83.51299999999999	100.0	0.00035690813377559934	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	True
ISR0048_000000013224	1430	0.6778658640592125	2	2	1	2	0	True	36028	maximal	True	ISR0048_000000013224	1.0		1	1	False	False	0.9762237668037415	0					non-mobilizable	no_good_hit	100.0	100.0	7.0	2.4272612328868888e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0140_000000005144	4236	0.6778516587678455	4	4	4	4	3	False	3494	maximal	True	SPA0140_000000005144	1.0		8	2	False	False	0.9966949820518494	0					non-mobilizable	no_good_hit	2795.0	100.0	66.0	0.11472919147538291	NZ_JAAIPW010000026.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_26_length_24353_cov_249.415, whole genome shotgun sequence	True	False
CHI0179_000000003185	4794	0.6778512292880202	6	6	1	3	6	False	77588	maximal	True	CHI0179_000000003185	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	4662.0	99.914	100.0	0.013164993150588201	MF344582.1	enterobacteria	Citrobacter freundii strain 525011 plasmid p525011-HI2, complete sequence	False	True
ISR0789_000000006105	2281	0.6778461792038001	3	3	2	3	1	True	22100	fragment	False	ISR0789_000000006105	1.0		0	0	False	False	0.9978079795837402	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	9.265513029018125e-05	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0140_000000004448	4840	0.6778461193451055	4	4	4	4	4	False	100467	fragment	False	ISR0128_000000006641	0.9484966052376334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3521.0	97.898	74.0	0.0006311554017952506	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ENG0082_000000015972	1307	0.6778447496298659	2	2	1	1	2	False	61592	fragment	False	ENG0082_000000015972	0.9682220434432823		0	0	False	False	0.9992349147796631	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	0.00022724282690076664	NZ_QTTN01000012.1	firmicutes	Paenibacillus taihuensis strain CGMCC 1.10966 Ga0079840_112, whole genome shotgun sequence	True	False
MAD0047_000000026801	1722	0.6778375104860715	2	1	1	1	1	False	43161	maximal	True	MAD0047_000000026801	1.0		214	12	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	82.335	75.0	0.0010205218831096463	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
MON0077_000000028502	1559	0.6778375104860715	1	1	1	1	1	False	43160	fragment	False	MON0077_000000028502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	83.085	82.0	0.001014153571826591	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0353_000000018766	1972	0.6778371494346207	3	3	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.46418782841735295		0	0	False	False	0.976673424243927	0					non-mobilizable	other	1973.0	97.719	100.0	0.011329731473268285	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0166_000000010530	1945	0.6778371494346207	4	3	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.450257531889341		0	0	False	False	0.9994858503341675	0					non-mobilizable	other	1946.0	98.458	100.0	0.011191493773543608	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0081_000000004568	1928	0.6778371494346207	3	3	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.43661621385230137		0	0	False	False	1.0	0					non-mobilizable	other	1928.0	98.54799999999999	100.0	0.01109933530706049	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0108_000000015002	1882	0.6778371494346207	3	3	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.4303906963760471		0	0	False	False	0.9994686245918274	0					non-mobilizable	other	1884.0	98.24799999999999	100.0	0.010845899524231917	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0813_000000016365	1880	0.6778371494346207	3	3	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.4147706433844486		0	0	False	False	0.9994680881500244	0					non-mobilizable	other	1887.0	97.509	100.0	0.0108631792366975	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0332_000000008323	1737	0.6778371494346207	3	3	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.30656783920792263		0	0	False	False	0.9896373152732849	0					non-mobilizable	other	1735.0	97.867	99.0	0.009981913900952688	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0180_000000010243	1730	0.6778371494346207	3	3	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.19183807729146934		0	0	False	False	0.9849711060523987	0					non-mobilizable	other	1734.0	96.82799999999999	99.0	0.009930074763555934	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0071_000000004549	1719	0.6778371494346207	3	3	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.22448457960285226		0	0	False	False	0.9982547760009766	0					non-mobilizable	other	1628.0	97.359	95.0	0.009365604156346838	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0190_000000019591	1532	0.6778371494346207	3	3	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.07030273505944815		0	0	False	False	1.0	0					non-mobilizable	other	1533.0	98.63	100.0	0.008824173165758523	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0052_000000032704	1426	0.6778371494346207	3	3	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.05506419567775751		0	0	False	False	0.9978961944580078	0					non-mobilizable	other	1427.0	98.87899999999999	100.0	0.008213623325307867	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0070_000000010013	3329	0.6778370182632992	4	2	2	1	1	False	70624	maximal	True	DEN0070_000000010013	1.0		6	2	False	False	0.999699592590332	0					non-mobilizable	other	3311.0	99.57700000000001	99.0	0.0014511026626637862	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0136_000000004204	2818	0.6778320972316011	4	3	2	2	1	False	94044	fragment	False	ENG0136_000000004204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	71.628	39.0	0.0003080135348255207	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0154_000000005060	6176	0.6778318195127231	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9391965906957332	PS1159|PS463	0	0	True	True	0.9993523359298706	2		MOBV			mobilizable	no_good_hit	2813.0	95.272	77.0	0.5328009127210497	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ENG0096_000000006797	4792	0.677830796261701	9	4	1	2	3	False	77678	fragment	False	ENG0096_000000006797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2468.0	92.869	57.0	0.00037779269492893076	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0111_000000005319	3238	0.677830796261701	5	4	1	2	3	False	87060	maximal	True	ISR0111_000000005319	1.0		0	0	False	False	0.9969116449356079	0					non-mobilizable	no_good_hit	2586.0	98.45299999999999	80.0	0.00039690583004569426	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0107_000000030725	1955	0.6778219633411054	1	1	1	1	1	False	8591	maximal	True	MON0107_000000030725	1.0		2	1	False	False	0.99897700548172	0					non-mobilizable	no_good_hit	726.0	77.273	37.0	0.007415947402860437	NZ_PTIX01000027.1	high GC Gram+	Actinokineospora auranticolor strain YU 961-1 Ga0180963_127, whole genome shotgun sequence	True	False
USA0015_01_000000014043	2393	0.6778151185145844	4	3	2	2	2	True	86092	fragment	False	USA0015_01_000000014043	1.0		0	0	False	False	0.9995821118354797	0					non-mobilizable	chromosome	2108.0	80.455	99.0	0.0007318569865347489	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0331_000000002444	7373	0.6778116555378119	8	6	4	5	6	False	128368	maximal	True	ISR0331_000000002444	1.0		0	0	False	False	0.9991862177848816	0					non-mobilizable	other	5374.0	98.921	97.0	0.0018717887429259138	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0112_000000002203	6616	0.6778111339886752	5	5	1	4	5	True	82457	fragment	False	SPA0046_000000003689	0.9425788662604146		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6616.0	99.97	100.0	0.03955031991867488	CP024249.1	enterobacteria	Escherichia coli O182:H21 strain D181 plasmid unnamed1, complete sequence	False	True
AUS0020_000000010340	2697	0.6778095457835971	4	3	3	2	2	False	99646	maximal	True	AUS0020_000000010340	1.0		3	3	True	True	0.9996291995048523	4					non-mobilizable	no_good_hit	1577.0	78.694	58.0	0.0005575637417757569	NZ_CP032364.1	firmicutes	Lachnoanaerobaculum umeaense strain DSM 23576 = CCUG 58757 chromosome, complete genome	True	True
CHI0077_000000008941	1535	0.6778094697946537	2	2	2	2	2	False	84532	fragment	False	CHI0077_000000008941	1.0		0	0	False	False	0.9863192439079285	0					non-mobilizable	other	1535.0	98.37100000000001	100.0	0.03836726526937122	NZ_SPFU01000037.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_37_length_39982_cov_22.4705, whole genome shotgun sequence	False	False
USA0066_01_000000004631	4312	0.6778021495240192	5	4	3	3	3	True	75051	fragment	False	USA0066_01_000000004631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	71.992	12.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0128_000000019939	1862	0.6778012182544975	2	2	1	2	1	False	92197	maximal	True	SPA0128_000000019939	0.9835837506956038		36	7	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	78.472	8.0	0.000758429516794941	NZ_FNAR01000004.1	firmicutes	Bhargavaea beijingensis strain CGMCC 1.6762, whole genome shotgun sequence	True	False
FIJ0096_000000032842	1168	0.6778000803623667	2	2	2	1	1	False	42949	fragment	False	MAD0061_000000015842	0.6360089186176142		0	0	False	False	0.9897260069847107	0					non-mobilizable	other	1169.0	99.059	100.0	0.0003158106207003587	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0008_000000008272	1154	0.6777995425598786	2	2	2	2	2	False	89615	fragment	False	ISR0829_000000011069	0.4745100372349833		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	98.7	100.0	0.01580361303763809	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ENG0075_000000009742	2534	0.6777990227167024	4	3	3	1	1	True	62109	fragment	False	ENG0075_000000009742	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	85.21600000000001	24.0	0.002048004398398708	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0031_000000014537	2265	0.6777908955463477	2	2	2	2	2	False	65306	fragment	False	MON0031_000000014537	0.955814207365788		0	0	False	False	0.9933775067329407	0					non-mobilizable	no_good_hit	1001.0	73.626	43.0	0.000410931020107573	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
DEN0018_000000021438	1830	0.6777907991436025	3	3	3	3	3	False	86912	maximal	False	DEN0089_000000008646	0.47885313959522574		0	0	False	False	0.994535505771637	0					non-mobilizable	no_good_hit	279.0	75.26899999999999	15.0	0.000620598900588663	NZ_KE386825.1	fusobacteria	Leptotrichia hofstadii DSM 21651 G402DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
AST0025_000000012676	2776	0.6777881765801452	7	6	2	2	5	False	120458	maximal	True	AST0025_000000012676	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2573.0	99.92200000000001	100.0	0.09243214093115226	GU128949.1	firmicutes	Enterococcus faecalis strain DS5 plasmid pAMbeta1, complete sequence	False	True
DEN0092_000000002951	4060	0.677785436238423	6	4	1	1	4	True	100020	fragment	False	DEN0092_000000002951	0.9612036806764487		0	0	False	False	0.9997537136077881	0					non-mobilizable	other	4005.0	99.75	99.0	0.09340800373352001	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0334_000000001982	7846	0.6777789188169395	17	7	2	6	5	False	24518	maximal	True	ISR0334_000000001982	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000020013	1666	0.6777775950384721	3	2	2	2	2	False	41320	fragment	False	FIJ0123_000000020013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	0.00010242475546089633	NZ_FMYV01000002.1	bacteria	Geotoga petraea strain WG14, whole genome shotgun sequence	True	False
USA0073_01_000000010102	1442	0.6777663679359334	1	1	1	1	1	False	704	maximal	True	USA0073_01_000000010102	1.0		59	10	False	False	0.9986130595207214	0					non-mobilizable	other	1141.0	100.0	96.0	0.0003165769698585401	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0160_000000003936	5561	0.6777649676883205	5	3	3	3	3	False	56491	maximal	True	ENG0160_000000003936	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	73.829	6.0	0.0001525694887593572	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0047_000000010837	2717	0.6777604027133727	4	3	3	3	2	False	36099	fragment	False	ISR0047_000000010837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	79.883	42.0	0.003226078684097465	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0076_000000014699	1759	0.6777497590031859	3	3	3	2	2	False	62673	maximal	False	ENG0067_000000014821	0.9467391304347826		0	0	False	False	0.9937464594841003	0					non-mobilizable	other	1759.0	99.375	100.0	0.0006384404331081118	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
DEN0011_000000003227	9503	0.6777414506255319	19	5	1	4	3	False	75795	fragment	False	DEN0011_000000003227	1.0		0	0	False	False	0.9991581439971924	0					non-mobilizable	no_good_hit								True	False
CAN0017_000000000876	35254	0.6777361149312182	37	28	6	8	24	False	102749	fragment	False	CAN0017_000000000876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	13179.0	97.25299999999999	89.0	0.0029261315048898424	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0094_000000004387	3115	0.6777343856305049	4	4	2	2	4	False	40280	fragment	False	SPA0094_000000004387	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3099.0	98.87100000000001	100.0	0.03174505584588585	CP057400.1	enterobacteria	Escherichia coli strain RHB27-C22 plasmid pRHB27-C22_5, complete sequence	False	True
FIJ0112_000000004332	5762	0.6777309696936566	6	4	4	4	4	False	53387	maximal	False	ISR0133_000000002754	0.6412953060011883		0	0	False	False	0.9970496296882629	0					non-mobilizable	no_good_hit	1435.0	74.355	24.0	0.0004445444256909396	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
FIJ0015_000000026638	1247	0.6777210767893563	3	3	2	2	2	True	50298	maximal	True	FIJ0015_000000026638	1.0		36	8	False	False	0.9991980791091919	0					non-mobilizable	no_good_hit	150.0	87.333	12.0	4.70768439431059e-05	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	True
USA0010_01_000000021835	1197	0.6777172776941529	2	2	2	2	2	False	2037	fragment	False	USA0010_01_000000021835	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	99.58200000000001	100.0	0.006247943037148096	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
MAD0058_000000008277	1857	0.6777092932478501	3	3	3	3	3	False	44174	maximal	False	FIJ0082_000000016019	0.9709271870089051		0	0	False	False	0.9978460073471069	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.00022491033979697283	CP048111.1	enterobacteria	Klebsiella michiganensis strain BD177 plasmid unnamed3	True	False
AST0097_000000006274	3633	0.6777075783520329	4	3	3	3	2	False	109019	maximal	True	AST0097_000000006274	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0036_000000002906	6813	0.6777075009210227	6	2	1	1	2	False	99280	fragment	False	SPA0053_000000004154	0.9515587788294966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	94.118	3.0	0.000972383488353964	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0035_000000002114	6802	0.6777075009210227	6	2	1	1	2	False	99280	fragment	False	SPA0053_000000004154	0.9509598352884312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	94.118	3.0	0.000972383488353964	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0103_000000020102	1494	0.6777073305411478	2	1	1	1	1	False	63718	fragment	False	ISR0103_000000020102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	86.015	49.0	0.0001400116350754109	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0219_000000023940	1369	0.6777073305411478	2	1	1	1	1	False	63718	fragment	False	ISR0103_000000020102	0.9581659973226238		0	0	False	False	0.9978086352348328	0					non-mobilizable	no_good_hit	522.0	86.015	54.0	0.0001400116350754109	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0152_000000018763	1265	0.6777073305411478	2	1	1	1	1	False	63715	fragment	False	ISR0152_000000018763	1.0		0	0	False	False	0.999209463596344	0					non-mobilizable	no_good_hit	529.0	87.902	57.0	0.00023517578162478352	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0054_000000022353	1261	0.6777073305411478	2	1	1	1	1	False	63715	fragment	False	ISR0152_000000018763	0.9977965562673209		0	0	False	False	0.9865186214447021	0					non-mobilizable	no_good_hit	529.0	87.902	58.0	0.00023517578162478352	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0153_000000025556	1160	0.6777073305411478	2	1	1	1	1	False	63715	fragment	False	ISR0152_000000018763	0.9445762664050427		0	0	False	False	0.9991379380226135	0					non-mobilizable	no_good_hit	529.0	87.902	54.0	0.00023517578162478352	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0786_000000003715	4934	0.6777025627635654	4	4	3	2	4	True	97337	fragment	False	ISR0786_000000003715	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4892.0	97.935	99.0	0.0007553322658917831	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	True
MAD0099_000000016607	1893	0.6777013903138261	3	3	3	3	3	False	76082	fragment	False	FIJ0073_000000008526	0.3483821889720766		0	0	False	False	1.0	0					non-mobilizable	other	1839.0	92.822	97.0	0.005024974341430038	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0057_01_000000027180	1202	0.6776952420307953	2	2	2	2	2	False	4809	fragment	False	USA0057_01_000000027180	0.9315476190476191		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	90.75	99.0	0.00037708175952975536	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0051_000000028112	1293	0.6776945991429797	2	2	2	2	1	True	35829	fragment	False	ISR0051_000000028112	1.0		0	0	False	False	0.9992266297340393	0					non-mobilizable	other	1293.0	99.76799999999999	100.0	0.005010606818613706	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
SPA0031_000000018078	1798	0.6776936043890249	2	2	2	2	1	False	61380	fragment	False	ENG0087_000000014517	0.9437410358399626		0	0	False	False	0.9988876581192017	0					non-mobilizable	no_good_hit	980.0	74.898	55.0	0.00034244355967070177	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0071_000000024507	1497	0.6776936043890249	2	2	2	2	1	False	58166	fragment	False	ISR0178_000000010855	0.7010018930107509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	74.564	65.0	0.00021881907539983802	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0057_000000021629	1241	0.6776936043890249	2	2	2	2	1	False	11034	fragment	False	MON0057_000000021629	1.0		0	0	False	False	0.998388409614563	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	1.0689378963348675e-05	NZ_BKDH01000001.1	b-proteobacteria	Variovorax boronicumulans strain HAB30 Contig01, whole genome shotgun sequence	True	False
SPA0116_000000019224	2107	0.6776872973585655	4	2	2	2	2	True	112644	fragment	False	ISR0362_000000009069	0.7799183666167108		0	0	False	False	0.9990507960319519	0					non-mobilizable	chromosome	2107.0	99.478	100.0	0.000564372801197135	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0130_000000005709	5148	0.6776868781973605	6	5	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.40147426815997894	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5088.0	98.133	100.0	0.004244176677318161	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	True
ENG0154_000000005851	4678	0.6776868781973605	5	5	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.3703453912739079	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4678.0	98.824	100.0	0.011577209040918848	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
ISR0066_000000024263	1329	0.6776852763465839	1	1	1	1	1	False	35105	maximal	True	ISR0066_000000024263	1.0		108	7	False	False	0.9947328567504883	0					non-mobilizable	chromosome	1329.0	99.09700000000001	100.0	0.000543058441348666	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
SPA0126_000000034921	1305	0.6776852763465839	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.324488517197378		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	98.927	100.0	0.00038984128616532796	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0148_000000012271	1591	0.6776818807645266	1	1	1	1	1	False	39897	maximal	True	FIJ0148_000000012271	1.0		31	5	False	False	0.9981144070625305	0					non-mobilizable	other	1580.0	97.595	99.0	0.0023506725908590924	NZ_SAXT01000001.1	bacteria	Brachyspira aalborgi strain W1 W1_contig1, whole genome shotgun sequence	False	False
ENG0020_000000000116	60545	0.6776806484468071	66	41	17	29	24	True	116749	maximal	True	ENG0020_000000000116	0.9607673225269311		20	7	False	False	0.9999834895133972	0					non-mobilizable	no_good_hit	3805.0	100.0	6.0	0.0007592296094757604	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ETH0002_000000016247	1552	0.6776804735222369	2	1	1	1	1	False	53314	maximal	True	ETH0002_000000016247	1.0		2	2	False	False	0.9613401889801025	0					non-mobilizable	no_good_hit	43.0	100.0	3.0	5.077412405569196e-05	NZ_SAXT01000005.1	bacteria	Brachyspira aalborgi strain W1 W1_contig5, whole genome shotgun sequence	True	False
FIJ0141_000000003786	7836	0.6776752575503656	7	6	6	4	3	False	44027	maximal	True	FIJ0141_000000003786	1.0		2	1	False	False	0.9971924424171448	0					non-mobilizable	no_good_hit	2488.0	96.584	32.0	0.0008883948202331116	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	False
DEN0035_000000009675	3260	0.677671198853195	3	2	2	2	2	False	131475	maximal	True	DEN0035_000000009675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1358.0	96.09700000000001	47.0	0.0003611452429293909	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0105_000000007756	2351	0.6776707649299879	5	1	1	1	1	False	75887	fragment	False	ISR0105_000000007756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000019405	2017	0.6776707649299879	3	1	1	1	1	False	6670	fragment	False	SPA0047_000000019405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00014540206363225126	NZ_VDMA02000020.1	high GC Gram+	Microbispora catharanthi strain CR1-09 NODE_20_length_185692_cov_44.315323, whole genome shotgun sequence	True	False
DEN0010_000000032066	1452	0.6776707649299879	2	1	1	1	1	False	75885	fragment	False	DEN0010_000000032066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0773_000000011987	1435	0.6776707649299879	2	1	1	1	1	False	22495	fragment	False	ISR0773_000000011987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	76.17	16.0	0.00036992434966979045	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0379_000000021931	1152	0.6776707649299879	2	1	1	1	1	False	23199	fragment	False	ISR0379_000000021931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0022_000000030641	1110	0.6776707649299879	2	1	1	1	1	False	99055	fragment	False	AUS0022_000000030641	1.0		0	0	False	False	0.9864864945411682	0					non-mobilizable	no_good_hit								True	False
MON0065_000000022251	1200	0.6776703322243128	2	1	1	1	1	False	10658	maximal	True	MON0065_000000022251	1.0		68	12	False	False	0.9358333349227905	0					non-mobilizable	other	1134.0	98.589	95.0	0.00033905091479408117	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0203_000000005808	2909	0.6776701079369438	2	2	2	2	2	False	28696	fragment	False	ISR0203_000000005808	1.0		0	0	False	False	0.9993124604225159	0					non-mobilizable	other	2654.0	98.116	93.0	0.016348689886366438	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
MON0007_000000058403	1134	0.6776675165656222	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.3780646946603225		0	0	False	False	0.9938271641731262	0					non-mobilizable	no_good_hit	420.0	75.714	37.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0137_000000005853	6174	0.6776570013088039	7	6	6	6	4	False	124514	maximal	True	SPA0137_000000005853	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	99.648	23.0	0.0056037342431996965	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0041_000000012246	1271	0.6776549509818312	2	2	1	2	1	False	36402	maximal	True	ISR0041_000000012246	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	1.0772411853243842e-05	LR732085.1	basidiomycetes	Armillaria ostoyae strain C18/9 genome assembly, chromosome: LG11	True	False
FIJ0124_000000007550	3456	0.677654371608354	4	4	3	4	3	False	80885	maximal	True	FIJ0124_000000007550	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	71.72800000000001	27.0	0.0002368125793207183	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
MAD0051_000000023352	1168	0.6776523901343823	2	2	2	2	2	False	17313	fragment	False	MON0087_000000043184	0.7112829408466499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	75.862	17.0	0.0020503988025670993	NZ_NMWU01000012.1	high GC Gram+	Bifidobacterium margollesii strain Uis1B Contig_12, whole genome shotgun sequence	True	False
ISR0139_000000022181	1251	0.6776521014535722	2	1	1	1	1	False	31280	fragment	False	ISR0139_000000022181	0.9966044142614601		0	0	False	False	0.9992006421089172	0					non-mobilizable	other	1251.0	99.6	100.0	0.0004013114215156858	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0170_000000014304	1135	0.6776488165515567	3	1	1	1	1	False	38823	fragment	False	FIJ0170_000000014304	0.9887082204155375		0	0	False	False	0.9973568320274353	0					non-mobilizable	no_good_hit	729.0	77.778	64.0	0.0037946009144622836	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
DEN0078_000000023059	1484	0.6776484172209081	2	2	2	2	1	False	95547	fragment	False	DEN0078_000000023059	1.0		0	0	False	False	0.9743935465812683	0					non-mobilizable	chromosome	1484.0	100.0	100.0	0.0002285869304690348	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0025_000000018570	1472	0.6776424289371331	2	2	2	2	2	False	103284	fragment	False	ENG0025_000000018570	1.0		0	0	False	False	0.96875	0					non-mobilizable	other	1418.0	99.506	96.0	0.00045492662743018146	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0387_000000003015	7005	0.6776417169831611	9	4	4	4	3	False	130476	fragment	False	ISR0176_000000004000	0.9740492350456671		0	0	False	False	1.0	0					non-mobilizable	other	6928.0	99.899	99.0	0.011053276569670588	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0081_000000001794	6978	0.6776417169831611	8	4	4	4	3	False	130476	fragment	False	ISR0176_000000004000	0.9717917348160681		0	0	False	False	0.9991401433944702	0					non-mobilizable	other	6933.0	99.899	99.0	0.011061254970543744	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0090_000000001696	6910	0.6776417169831611	8	4	4	4	3	False	130476	fragment	False	ISR0176_000000004000	0.9602600680536023		0	0	False	False	0.9994211196899414	0					non-mobilizable	other	6893.0	99.318	100.0	0.010997427763558495	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0009_000000000813	18494	0.6776393823876774	21	11	8	10	10	False	67416	maximal	True	ENG0009_000000000813	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1809.0	70.757	10.0	0.0007282858117207776	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
SPA0096_000000024603	1683	0.6776290904774953	2	2	2	2	2	True	76842	fragment	False	DEN0011_000000026424	0.9343693224562223		0	0	False	False	0.9893048405647278	0					non-mobilizable	no_good_hit	1158.0	82.47	79.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0217_000000020202	1107	0.6776289898413386	1	1	1	1	1	False	73011	fragment	False	ENG0036_000000021120	0.2744491210695717		0	0	False	False	0.9936766028404236	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	6.3801327067603e-05	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0212_000000019955	1787	0.6776274484643896	5	3	1	1	3	False	63927	maximal	False	SPA0038_000000014456	0.9742210107893242		0	0	False	False	0.9938444495201111	0					non-mobilizable	other	1787.0	100.0	100.0	0.0005733937590616119	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0028_000000012429	1559	0.6776274484643896	4	3	1	1	3	False	63926	fragment	False	ISR0028_000000012429	0.9711021505376345		0	0	False	False	0.9935856461524963	0					non-mobilizable	other	1559.0	98.07600000000001	100.0	0.0003753916554145548	CP011914.1	firmicutes	Eubacterium limosum strain SA11, complete genome	False	False
ISR0204_000000003200	3088	0.6776272423327616	3	3	3	3	3	False	28674	maximal	True	ISR0204_000000003200	1.0		15	4	False	False	0.9948186278343201	0					non-mobilizable	no_good_hit	1282.0	80.499	41.0	0.0003876653921810214	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
FIJ0129_000000000992	17007	0.6776256789607836	14	10	6	8	2	True	40976	fragment	False	FIJ0129_000000000992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.5525253837900248e-05	NZ_LR134524.1	firmicutes	Peptoniphilus harei strain NCTC13077 chromosome 1	True	True
ISR0103_000000006057	4291	0.6776217062619072	6	2	1	2	1	False	119370	maximal	False	ISR0115_000000006552	0.940147729741473		0	0	True	True	0.9981356263160706	5					non-mobilizable	no_good_hit	669.0	73.991	15.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ISR0079_000000014962	1869	0.6776217062619072	3	2	1	2	1	False	102358	fragment	False	ISR0079_000000014962	1.0		0	0	False	False	0.9962546825408936	0					non-mobilizable	no_good_hit	669.0	74.738	36.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
MAD0041_000000020778	1717	0.6776217062619072	2	2	1	2	1	False	18240	fragment	False	MAD0041_000000020778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000023898	1344	0.6776114054673101	2	2	2	1	1	False	98827	fragment	False	AUS0024_000000023898	1.0		0	0	False	False	0.9709821343421936	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	6.772928821980121e-06	NZ_AP022618.1	high GC Gram+	Mycolicibacterium insubricum strain JCM 16366	True	False
FIJ0120_000000006629	3397	0.6776053036830336	5	3	2	3	2	False	126282	fragment	False	FIJ0120_000000006629	0.9552330966347637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	1.0	1.655272871732905e-05	AP012978.1	g-proteobacteria	Endosymbiont of unidentified scaly snail isolate Monju DNA, complete genome	True	False
SPA0100_000000020698	1348	0.6775935345694569	3	2	1	2	1	True	93137	fragment	False	ENG0082_000000009793	0.16536878162013038		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	98.962	100.0	0.00035875002761150994	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
CHI0129_000000007724	2899	0.6775847480254263	5	3	3	2	2	False	81274	maximal	True	CHI0129_000000007724	1.0		1	1	False	False	0.9979303479194641	0					non-mobilizable	no_good_hit	61.0	90.164	2.0	0.0002882689207016172	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
ISR0263_000000008692	1735	0.6775844293841848	3	3	3	3	2	False	32620	maximal	False	ISR0133_000000012443	0.9957142857142858		0	0	False	False	0.9942362904548645	0					non-mobilizable	other	1122.0	99.02	98.0	0.10727969348659004	NZ_CYZK01000039.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0009_000000001615	8612	0.6775816646009382	8	4	2	2	4	False	99285	fragment	False	ENG0009_000000001615	0.9830123220921649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	92.59299999999999	3.0	0.0009928979079394907	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0118_000000003348	2662	0.67757815626345	5	4	3	3	2	False	41589	fragment	False	FIJ0118_000000003348	1.0		0	0	False	False	0.9988730549812317	0					non-mobilizable	plasmid	2659.0	98.947	99.0	0.003986561478237394	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	False	True
ITA0011_000000000452	4032	0.6775761636945744	5	4	2	2	3	False	91480	fragment	False	FIJ0115_000000005538	0.9406025923883067		0	0	False	False	1.0	0					non-mobilizable	other	4032.0	98.512	100.0	0.0012941490721037835	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0114_000000003351	5834	0.6775730163538098	6	6	6	5	5	False	132081	fragment	False	ISR0187_000000004078	0.9562567334057449		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1982.0	97.679	44.0	0.005190823692795472	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
ISR0292_000000003265	4847	0.6775669284379745	5	5	5	5	5	False	90169	fragment	False	ISR0292_000000003265	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4847.0	99.979	100.0	0.050255633795513704	LM996226.1	enterobacteria	Escherichia coli genome assembly FHI40, scaffold scaffold-24_contig-48.18_620204_716630_[organism:Escherichia	False	False
ISR0356_000000011428	1763	0.6775620509540451	1	1	1	1	0	False	23909	maximal	True	ISR0356_000000011428	1.0		4	2	False	False	0.9965966939926147	0					non-mobilizable	no_good_hit	1059.0	99.056	60.0	0.004230307876849261	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	True	False
ISR0390_000000009938	1491	0.6775619585060928	3	2	1	2	1	False	43613	fragment	False	ISR0390_000000009938	1.0		0	0	False	False	0.9993293285369873	0					non-mobilizable	other	1491.0	99.93299999999999	100.0	0.018021722828321922	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	False	False
ISR0128_000000030730	1134	0.6775619585060928	2	2	1	2	1	False	31817	fragment	False	ISR0128_000000030730	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	99.912	100.0	0.01370376641911996	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	False	False
AST0012_000000019273	1251	0.6775542578847594	2	2	1	2	1	False	124639	fragment	False	ISR0191_000000009319	0.9457735247208932		0	0	False	False	0.987210214138031	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000004991	5314	0.6775532412968525	3	3	0	3	0	True	37900	fragment	False	MAD0041_000000004991	1.0		0	0	False	False	0.9994354248046875	0					non-mobilizable	no_good_hit	2523.0	91.71600000000001	82.0	0.005252625790141708	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0060_000000020161	1555	0.677551897933154	2	2	2	2	2	False	118589	fragment	False	ENG0060_000000020161	0.8975021035751333		0	0	False	False	1.0	0					non-mobilizable	chromosome	1558.0	92.555	100.0	0.00028868805684682374	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0325_000000004702	3869	0.6775472477377765	5	2	1	2	1	True	27861	fragment	False	ISR0325_000000004702	1.0		0	0	False	False	0.9989661574363708	0					non-mobilizable	other	3850.0	99.87	99.0	0.020307997593438955	NZ_AKCB01000004.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.4, whole genome shotgun sequence	False	True
ISR0362_000000002872	8164	0.6775450451576315	7	7	5	6	6	False	111543	maximal	True	ISR0362_000000002872	1.0		17	5	False	False	0.9998775124549866	0					non-mobilizable	no_good_hit	2176.0	98.713	27.0	0.02196958213329291	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0017_000000025131	1138	0.6775418217536762	2	2	2	2	2	False	75164	maximal	True	DEN0017_000000025131	1.0		10	5	False	False	0.9657293558120728	0					non-mobilizable	chromosome	1138.0	99.29700000000001	100.0	0.00022698788080361296	LS992183.1	enterobacteria	Citrobacter freundii isolate Citrobacter freundii str. U2785 genome assembly, chromosome: 1	False	False
FIJ0152_000000005311	4153	0.6775388712900043	3	2	2	2	2	False	39732	fragment	False	FIJ0152_000000005311	1.0		0	0	False	False	0.9990368485450745	0					non-mobilizable	other	3978.0	98.89399999999999	96.0	0.011471138949075184	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
USA0041_01_000000006292	3364	0.6775388712900043	3	2	2	2	2	False	25878	fragment	False	USA0041_01_000000006292	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3350.0	98.74600000000001	99.0	0.009659299094945601	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
MON0031_000000017868	1805	0.6775339332556366	4	2	2	2	2	False	12453	fragment	False	MON0031_000000017868	1.0		0	0	False	False	0.9662050008773804	0					non-mobilizable	no_good_hit	1316.0	77.128	72.0	0.0002346974127498828	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0012_000000009775	2448	0.6775328249851615	4	3	3	3	1	False	65087	fragment	False	ENG0038_000000009211	0.9469184890656064		0	0	False	False	0.9995915293693542	0					non-mobilizable	no_good_hit								True	False
SPA0108_000000019949	1403	0.6775323917640919	1	1	1	1	1	False	110103	fragment	False	ISR0351_000000008711	0.5748248755223767		0	0	False	False	0.9950106739997864	0					non-mobilizable	chromosome	1401.0	89.365	99.0	0.0003979326842394195	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0327_000000021673	1362	0.6775323917640919	1	1	1	1	1	False	24769	fragment	False	ISR0327_000000021673	1.0		0	0	False	False	0.961086630821228	0					non-mobilizable	chromosome	1362.0	99.119	100.0	0.0002529970672044605	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0115_000000027696	1317	0.6775323917640919	1	1	1	1	1	False	32444	fragment	False	MON0008_000000026257	0.38642857142857145		0	0	False	False	0.9992406964302063	0					non-mobilizable	other	1314.0	99.391	99.0	0.026505975452196382	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0083_000000002714	10667	0.6775285450138061	13	7	4	4	7	True	71234	maximal	True	FIJ0083_000000002714	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2317.0	98.015	30.0	0.2095721537345903	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0130_000000005645	3803	0.6775268838624595	3	3	1	2	1	False	40894	fragment	False	FIJ0130_000000005645	1.0		0	0	False	False	0.999737024307251	0					non-mobilizable	no_good_hit								True	False
DEN0089_000000006859	2792	0.6775262941761895	4	2	2	2	2	False	68852	maximal	True	DEN0089_000000006859	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	77.876	4.0	2.6234035547363345e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0097_000000014101	2238	0.6775154803573584	2	2	1	2	2	False	62003	maximal	True	FIJ0097_000000014101	1.0		36	7	False	False	0.9995531439781189	0					non-mobilizable	other	2238.0	99.955	100.0	0.0006694235625722503	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
TAN0004_000000000097	10910	0.6775053343917932	12	3	2	2	2	False	2968	maximal	True	TAN0004_000000000097	1.0		3	1	False	False	0.9992667436599731	0					non-mobilizable	no_good_hit	98.0	79.592	1.0	2.5833943671349625e-05	NZ_JACBZY010000001.1	high GC Gram+	Schumannella luteola strain DSM 23141 Ga0104594_01, whole genome shotgun sequence	True	False
ISR0140_000000015292	1509	0.6775029525408061	2	2	2	2	2	False	31232	maximal	True	ISR0140_000000015292	1.0		14	4	False	False	0.9980119466781616	0					non-mobilizable	other	1509.0	99.934	100.0	0.007628220368562424	NZ_QVMD01000006.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf6, whole genome shotgun sequence	False	False
CHI0178_000000002420	5115	0.6775006510650737	5	4	3	4	2	False	77647	maximal	True	CHI0178_000000002420	1.0		2	2	False	False	0.9964809417724609	0					non-mobilizable	no_good_hit	667.0	71.814	13.0	0.00017560729751775638	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
USA0117_01_000000014499	1411	0.6775003135556391	2	2	2	2	1	False	57133	fragment	False	USA0117_01_000000014499	0.9876855421686748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1030.0	82.039	73.0	0.5916473317865429	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
ISR0076_000000002357	9677	0.6774968731514136	11	7	5	6	5	False	122858	fragment	False	ISR0076_000000002357	0.9954299323072362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.663	20.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0101_000000020141	1668	0.6774961409035553	3	1	1	1	1	False	60457	fragment	False	ENG0101_000000020141	1.0		0	0	False	False	0.9922062158584595	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	1.1600775550514804e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
USA0047_01_000000023168	1568	0.6774917685981325	2	2	2	2	2	False	1159	fragment	False	USA0047_01_000000023168	1.0		0	0	False	False	0.9993622303009033	0					non-mobilizable	chromosome	1527.0	100.0	97.0	0.0005403604267785065	CP025824.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-8 chromosome, complete genome	False	False
ENG0150_000000014428	1250	0.6774901710505065	2	2	2	2	2	False	57133	fragment	False	USA0117_01_000000014499	0.6413152610441767		0	0	False	False	0.9991999864578247	0					non-mobilizable	no_good_hit	856.0	81.542	68.0	0.49129930394431554	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
AST0047_000000014831	1542	0.6774887674318866	2	2	2	2	0	True	115199	maximal	True	AST0047_000000014831	1.0		117	13	False	False	0.9987030029296875	0					non-mobilizable	no_good_hit	285.0	80.0	18.0	0.006374878922352624	NZ_JAAITI010000027.1	firmicutes	Blautia luti strain MSK.16.34 NODE_27_length_44393_cov_261.821, whole genome shotgun sequence	True	True
MON0093_000000028405	1604	0.6774835094493599	2	2	2	2	2	False	122155	fragment	False	SPA0120_000000023605	0.5679217599726074		0	0	False	False	1.0	0					non-mobilizable	other	856.0	92.17299999999999	96.0	0.00025749428844540307	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0398_000000001668	11749	0.6774766198836921	10	5	5	5	2	True	116907	maximal	True	ISR0398_000000001668	1.0		4	1	False	False	0.9999148845672607	0					non-mobilizable	no_good_hit	1980.0	76.717	17.0	0.012501780419272553	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
DEN0035_000000003661	7365	0.6774751287462282	5	5	5	5	4	False	123404	maximal	False	USA0145_01_000000003279	0.9947130289752069		0	0	False	False	0.9998642206192017	0					non-mobilizable	no_good_hit	3149.0	74.15100000000001	42.0	0.0011138802356260068	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
DEN0071_000000003581	8990	0.677470791732666	12	10	3	7	10	False	70514	maximal	True	DEN0071_000000003581	1.0		27	6	False	False	1.0	0					non-mobilizable	other	7785.0	95.24700000000001	97.0	0.008553639362564862	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ISR0326_000000011276	1758	0.6774661467106398	2	2	2	2	1	False	24820	fragment	False	ISR0326_000000011276	1.0		0	0	False	False	0.9988623261451721	0					non-mobilizable	no_good_hit	138.0	77.536	8.0	7.903949776044851e-05	NZ_WKKF01000001.1	firmicutes	Bacillus idriensis strain DSM 19097 Contig01, whole genome shotgun sequence	True	False
AST0113_000000025224	1482	0.6774656835270181	1	1	1	1	1	False	129464	fragment	False	ISR0062_000000023769	0.9684950084800137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	93.837	83.0	0.00034588001718022454	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0361_000000003735	3241	0.6774625838420989	7	3	2	3	2	False	44645	fragment	False	ISR0361_000000003735	1.0		0	0	False	False	0.9987658262252808	0					non-mobilizable	no_good_hit	240.0	100.0	7.0	8.575695402781395e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
ISR0027_000000014124	1830	0.6774560103107612	2	2	2	1	1	False	122279	fragment	False	AST0019_000000015172	0.7381472272382474		0	0	False	False	0.9961748719215393	0					non-mobilizable	other	1863.0	74.665	100.0	0.12062437728329459	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	False	False
MAD0062_000000008164	1728	0.6774560103107612	4	2	2	1	1	False	63726	fragment	False	MAD0062_000000008164	0.9762048192771084		0	0	False	False	1.0	0					non-mobilizable	other	1677.0	76.08800000000001	95.0	0.10953171703752906	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	False	False
MAD0030_000000007078	1660	0.6774560103107612	3	2	2	1	1	False	63726	fragment	False	MAD0062_000000008164	0.9571759259259259		0	0	False	False	1.0	0					non-mobilizable	other	1637.0	75.748	97.0	0.10700763865825307	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	False	False
AST0110_000000010583	1687	0.6774506357713659	3	2	2	2	1	False	106984	maximal	True	AST0110_000000010583	1.0		1	1	False	False	0.9934795498847961	0					non-mobilizable	no_good_hit	590.0	82.542	44.0	0.00016313463479138393	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
DEN0040_000000001511	4531	0.6774406210152277	7	5	4	5	4	True	118311	fragment	False	DEN0040_000000001511	1.0		0	0	False	False	0.9986757636070251	0					non-mobilizable	no_good_hit	296.0	95.946	21.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0127_000000002326	7557	0.6774383844008075	6	6	3	4	3	True	51549	maximal	False	FIJ0040_000000002946	0.9739935379808327		0	0	False	False	0.9993383884429932	0					non-mobilizable	no_good_hit	3094.0	98.836	56.0	0.2834204972933297	AF242367.1	firmicutes	Lactococcus lactis subsp. lactis plasmid pBL1, complete sequence	True	True
FIJ0075_000000002112	7485	0.6774383844008075	6	6	3	4	3	True	51549	maximal	False	FIJ0040_000000002946	0.9737936535002092		0	0	False	False	0.9997327923774719	0					non-mobilizable	no_good_hit	3094.0	98.836	57.0	0.2834204972933297	AF242367.1	firmicutes	Lactococcus lactis subsp. lactis plasmid pBL1, complete sequence	True	True
FIJ0064_000000003496	7476	0.6774383844008075	7	6	3	4	3	True	51549	maximal	False	FIJ0040_000000002946	0.9674882932861		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3094.0	98.836	57.0	0.2834204972933297	AF242367.1	firmicutes	Lactococcus lactis subsp. lactis plasmid pBL1, complete sequence	True	True
FIJ0062_000000009667	2972	0.6774362702178046	5	4	2	4	1	True	45726	maximal	True	FIJ0062_000000009667	1.0		1	1	False	False	0.9952893853187561	0					non-mobilizable	no_good_hit	930.0	96.559	38.0	0.003603596614403525	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
FIJ0016_000000008680	2087	0.6774360341703229	2	1	1	1	1	False	122307	fragment	False	FIJ0016_000000008680	0.9761665830406423		0	0	False	False	0.9980833530426025	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000008613	3423	0.6774357129844996	4	3	2	1	3	True	108706	maximal	True	ENG0154_000000008613	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	71.605	23.0	0.00033073509962923295	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
USA0010_01_000000011666	2299	0.6774342922088696	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5423147983359203		0	0	False	False	1.0	0					non-mobilizable	other	2299.0	97.78200000000001	100.0	0.0008102610500320331	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0858_000000005313	1869	0.6774141512768657	2	2	2	2	0	True	61614	fragment	False	ISR0858_000000005313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	98.374	7.0	0.0006229925087704068	NZ_NFIG01000006.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_6, whole genome shotgun sequence	True	True
CHI0040_000000005586	3090	0.6774111239885635	3	3	3	3	3	False	105541	fragment	False	CHI0040_000000005586	1.0		0	0	False	False	0.9996763467788696	0					non-mobilizable	other	3090.0	99.256	100.0	0.0015432083346239198	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0019_000000016947	3740	0.6773980200522166	6	6	1	1	6	False	98174	backbone	False	BAN0018_000000000561	0.9637451479035619	PS396|PS544	0	0	True	True	1.0	3					non-mobilizable	plasmid	3740.0	99.679	100.0	0.04501836132683162	CP054459.1	enterobacteria	Escherichia coli strain SCU-103 plasmid pSCU-103-2	False	True
ISR0150_000000014462	1650	0.6773969115861429	2	2	2	2	2	False	65385	maximal	False	ISR0046_000000015234	0.42311339550321153		0	0	False	False	0.9721212387084961	0					non-mobilizable	chromosome	1631.0	97.118	99.0	0.000719693189936305	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0311_000000002058	7092	0.6773962777978515	12	9	3	5	7	False	125618	fragment	False	ISR0056_000000002323	0.9885866531951529		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2173.0	93.281	53.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	False
ISR0286_000000010074	1869	0.6773925436346163	3	3	3	2	2	False	26035	fragment	False	ISR0286_000000010074	1.0		0	0	False	False	0.9588015079498291	0					non-mobilizable	no_good_hit	1585.0	73.88	84.0	0.005502293786178629	NZ_OFSM01000003.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ENG0068_000000018557	1407	0.6773876774279612	2	2	2	2	2	False	62566	maximal	False	ENG0078_000000016611	0.9520692540757767		0	0	False	False	0.9992892742156982	0					non-mobilizable	other	1407.0	99.645	100.0	0.004494338923020861	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0818_000000010204	1782	0.6773861295484912	2	2	2	2	0	True	28056	maximal	True	ISR0818_000000010204	1.0		210	12	False	False	0.9831649661064148	0					non-mobilizable	no_good_hit	710.0	76.76100000000001	51.0	0.0002446903586421707	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0048_000000002983	6043	0.6773767558666257	3	3	2	2	2	False	107507	fragment	False	ISR0048_000000002983	1.0		0	0	False	False	0.9990071058273315	0					non-mobilizable	chromosome	3478.0	99.914	100.0	0.0007735879793864174	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AUS0016_000000001334	12315	0.6773756343301736	12	9	4	9	3	True	100661	fragment	False	AUS0016_000000001334	1.0		0	0	False	False	0.9992691874504089	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0002188763578974046	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0102_000000011225	1795	0.6773731936428734	4	3	0	3	2	False	14987	fragment	False	MAD0102_000000011225	1.0		0	0	False	False	0.983843982219696	0					non-mobilizable	plasmid	1794.0	99.164	99.0	0.01997927414951584	LT906557.1	enterobacteria	Escherichia coli isolate E. coli RL465 genome assembly, plasmid: II	False	True
MON0019_000000011500	5187	0.6773714163428733	4	4	4	4	3	False	91098	fragment	False	CHI0001_000000001553	0.9894102702069727		0	0	False	False	0.999228835105896	0					non-mobilizable	other	5187.0	99.865	100.0	0.008273601705462971	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0089_01_000000000632	16544	0.6773699426740335	19	9	3	9	3	False	413	maximal	True	USA0089_01_000000000632	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	95.708	6.0	0.00017575539475882634	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ISR0814_000000017035	2348	0.6773664389682162	4	3	3	3	2	False	91600	fragment	False	CHI0117_000000004307	0.4434024843479433		0	0	False	False	0.9991481900215149	0					non-mobilizable	no_good_hit								True	False
MON0108_000000014016	1560	0.6773581115963373	1	1	1	1	1	False	8527	maximal	True	MON0108_000000014016	1.0		12	4	False	False	0.9833333492279053	0					non-mobilizable	other	1558.0	98.331	100.0	0.013793409716671107	NZ_GL833112.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD4, whole genome shotgun sequence	False	False
FIJ0048_000000002874	9165	0.6773514724632689	9	1	1	1	1	False	46823	maximal	True	FIJ0048_000000002874	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	82.4	1.0	0.000383115507768212	NZ_PVNS01000002.1	firmicutes	Bacillus urumqiensis strain BZ-SZ-XJ18 scaffold2, whole genome shotgun sequence	True	False
CHI0186_000000017287	1144	0.6773475714622851	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.14633495447599676		0	0	False	False	0.9790209531784058	0					non-mobilizable	no_good_hit	411.0	75.426	36.0	0.00011587776551135202	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0006_000000013442	1674	0.6773406886618868	2	1	1	1	1	False	123244	maximal	True	ENG0006_000000013442	1.0		5	2	False	False	0.9982078671455383	0					non-mobilizable	no_good_hit	1447.0	96.68299999999999	86.0	0.005542526609117533	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
FIJ0003_000000016381	1434	0.6773406886618868	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9177450586134375		0	0	False	False	0.9979079365730286	0					non-mobilizable	other	1435.0	94.98299999999999	100.0	0.0025832474956750447	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0264_000000008103	1418	0.6773406886618868	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8872686998179644		0	0	False	False	0.9992947578430176	0					non-mobilizable	other	1416.0	97.811	99.0	0.005423538849503514	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0010_000000015311	1417	0.6773406886618868	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8693252938746857		0	0	False	False	0.9872971177101135	0					non-mobilizable	other	1401.0	96.645	99.0	0.005362125812283375	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
USA0035_01_000000018704	1385	0.6773406886618868	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8578985823794649		0	0	False	False	1.0	0					non-mobilizable	other	1386.0	97.11399999999999	100.0	0.005316066034368271	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0233_000000014188	1323	0.6773406886618868	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7061234966889406		0	0	False	False	0.9984883069992065	0					non-mobilizable	other	1324.0	96.677	100.0	0.005078090515140233	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0124_000000018990	1510	0.6773323095759511	3	3	3	3	3	False	41228	maximal	True	FIJ0124_000000018990	1.0		12	6	False	False	0.9993377327919006	0					non-mobilizable	no_good_hit	801.0	73.408	52.0	0.00028343535200684865	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
ENG0080_000000006645	3696	0.6773276689608427	3	2	2	2	1	False	61762	maximal	True	ENG0080_000000006645	1.0		8	7	False	False	0.998106062412262	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.452409545747727e-07	CP027085.1	even-toed ungulates	Bos mutus isolate yakQH1 chromosome 17	True	False
ISR0278_000000009579	1281	0.6773256969261369	3	2	2	1	0	True	26263	fragment	False	ISR0278_000000009579	1.0		0	0	False	False	1.0	0					non-mobilizable	other	771.0	95.979	100.0	0.0051865822443755896	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
ENG0145_000000001065	22647	0.6773186013806864	22	9	4	8	3	True	80738	fragment	False	ENG0145_000000001065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0379_000000001122	12793	0.6772976989847898	13	10	5	7	7	False	23241	maximal	True	ISR0379_000000001122	1.0		8	4	False	False	0.9995309710502625	0					non-mobilizable	no_good_hit	992.0	77.419	15.0	0.023287736072324514	CP035500.1	firmicutes	Clostridioides difficile strain TW11-RT078 plasmid p1, complete sequence	True	False
ENG0168_000000002981	9036	0.6772916919614224	13	4	3	4	2	False	56010	maximal	True	ENG0168_000000002981	1.0		5	3	False	False	0.9983399510383606	0					non-mobilizable	no_good_hit	226.0	78.319	2.0	0.0016409414901799907	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	True	False
SPA0134_000000019775	1275	0.6772849179943964	2	2	2	1	1	False	76106	fragment	False	ISR0081_000000017451	0.7208753485900092		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	97.098	100.0	0.0048933563277550095	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	False	False
FIJ0038_000000010219	3302	0.6772848433985069	4	4	4	4	4	False	49285	fragment	False	FIJ0038_000000010219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3307.0	86.06	100.0	0.02017375578880485	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
CHI0053_000000002942	3948	0.6772827050469722	4	3	3	3	3	False	104783	maximal	True	CHI0053_000000002942	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	95.325	28.0	0.0003024143159438159	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0112_000000001246	14682	0.6772776980797174	18	7	1	7	2	False	14481	maximal	True	MAD0112_000000001246	1.0		1	1	False	False	0.99979567527771	0					non-mobilizable	no_good_hit								True	False
ISR0101_000000016622	1420	0.6772749251244338	2	2	2	2	1	False	117263	fragment	False	MAD0026_000000006911	0.08763810092564944		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	87.544	100.0	0.005144864743355003	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0093_000000015513	2080	0.6772702928554856	4	2	2	2	2	False	68477	fragment	False	DEN0093_000000015513	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2080.0	96.82700000000001	100.0	0.01620534565947728	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	False	False
SPA0030_000000001764	13418	0.6772676101484547	19	6	1	5	2	False	7352	maximal	True	SPA0030_000000001764	1.0		1	1	False	False	0.9998509287834167	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0010528368102944044	NZ_RQUY01000026.1	firmicutes	Veillonella caviae strain DSM 20738 contig_0026, whole genome shotgun sequence	True	False
AST0025_000000015187	2376	0.6772658628094469	4	2	1	1	2	True	120389	fragment	False	ISR0098_000000007000	0.967196819085487		0	0	False	False	0.9907407164573669	0					non-mobilizable	no_good_hit	109.0	79.817	5.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
MAD0105_000000009118	3609	0.6772621879784114	5	5	4	4	3	False	14852	maximal	True	MAD0105_000000009118	1.0		8	1	False	False	0.9994458556175232	0					non-mobilizable	other	1871.0	80.59899999999999	92.0	0.01744866374754643	NZ_WAJR01000007.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_007, whole genome shotgun sequence	False	False
ENG0038_000000002227	8901	0.6772592947166122	10	7	7	7	5	True	96755	maximal	True	ENG0038_000000002227	1.0		0	0	False	False	0.9996629357337952	0					non-mobilizable	no_good_hit	2373.0	99.705	43.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0379_000000021924	1152	0.6772539974094011	2	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.04461533835673205		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	86.336	99.0	0.0027604509705164465	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0113_000000007651	2063	0.6772533516780291	2	2	2	2	2	False	61294	fragment	False	SPA0134_000000011960	0.3771929824561403		0	0	False	False	0.9970915913581848	0					non-mobilizable	no_good_hit	897.0	93.98	61.0	0.2334549244398124	NZ_CABMGA010000048.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0062_000000023106	1373	0.6772494078346134	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.3151987613492627		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	96.212	96.0	0.00036628510810825823	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0118_000000005092	5448	0.6772484930337228	7	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.9478266648135848		0	0	False	False	0.9983479976654053	0					non-mobilizable	plasmid	5448.0	99.98200000000001	100.0	0.05229002870335704	MK436211.1	enterobacteria	Escherichia coli strain GY6987 plasmid pDW34-15 genomic sequence	False	True
USA0047_01_000000029015	1250	0.6772407808209734	2	2	1	2	1	False	1148	fragment	False	USA0047_01_000000029015	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	84.24600000000001	71.0	0.003519694090785196	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0210_000000001908	9163	0.6772362940315416	13	7	3	4	6	False	89596	maximal	False	CHI0018_000000001257	0.9608160621761658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2727.0	97.836	70.0	0.0006025956256843891	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0234_000000008649	1587	0.677232620581371	2	2	2	2	2	False	56571	maximal	False	ENG0158_000000011034	0.6417500490484599		0	0	False	False	0.9842470288276672	0					non-mobilizable	chromosome	1594.0	77.729	99.0	0.00041652280764771635	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	False	False
ISR0156_000000001362	16928	0.6772244913987496	20	10	8	8	9	False	117696	maximal	True	ISR0156_000000001362	1.0		24	6	False	False	0.9998818635940552	0					non-mobilizable	no_good_hit	3417.0	97.425	54.0	0.010554930169843763	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0098_000000015426	2343	0.6772190742241376	4	3	1	2	2	True	77456	maximal	True	SPA0098_000000015426	1.0		3	2	False	False	0.9906103014945984	0					non-mobilizable	no_good_hit	2085.0	95.444	89.0	0.0006215337683571448	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
SPA0145_000000030583	1129	0.6772133378974804	2	2	2	2	2	False	13249	fragment	False	SPA0145_000000030583	0.978713768115942		0	0	False	False	0.9937998056411743	0					non-mobilizable	other	1111.0	99.73	98.0	0.04000576659698695	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ISR0293_000000030884	1129	0.677212751073876	1	1	1	1	1	False	25793	maximal	True	ISR0293_000000030884	1.0		0	0	False	False	0.9973427653312683	0					non-mobilizable	no_good_hit	752.0	80.053	66.0	0.00018743451083356416	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0071_000000007158	5031	0.6772123559454064	5	3	1	3	1	False	126039	maximal	True	DEN0071_000000007158	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	2399.0	99.917	48.0	0.2265898138524048	NZ_NFIG01000055.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_55, whole genome shotgun sequence	True	False
FIJ0146_000000003933	4274	0.6772097888465921	4	4	4	4	3	False	59816	maximal	True	FIJ0146_000000003933	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	82.47	25.0	0.003559196830300181	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0052_000000019115	1691	0.6772077435881284	2	1	1	1	1	False	67063	fragment	False	ENG0012_000000012153	0.7773542103616545		0	0	False	False	0.9994086623191833	0					non-mobilizable	chromosome	1692.0	96.51299999999999	100.0	0.0006959836390307625	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0153_000000022483	1119	0.6771978813837704	1	1	1	1	1	False	39627	fragment	False	FIJ0153_000000022483	1.0		0	0	False	False	0.966041088104248	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000008346	5040	0.6771976853870463	5	4	3	3	2	True	71615	maximal	True	DEN0079_000000008346	0.9724837190163971		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1776.0	88.73899999999999	35.0	0.233628786876571	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ISR0201_000000014603	2071	0.6771911895705109	3	1	1	1	1	False	128405	fragment	False	ISR0201_000000014603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	75.282	34.0	0.0018019643731793458	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
MON0093_000000040477	1168	0.6771898004437277	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.02421154097823294	PS721	0	0	False	True	0.9854452013969421	0					non-mobilizable	no_good_hit	702.0	100.0	60.0	0.7153061224489796	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0067_000000005203	2144	0.6771875544732252	2	2	2	2	1	False	107331	fragment	False	DEN0082_000000017344	0.5020818746117451		0	0	False	False	0.9995335936546326	0					non-mobilizable	other	2144.0	97.76100000000001	100.0	0.007651221410566755	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	False	False
ISR0315_000000004706	2009	0.6771875544732252	2	2	2	2	1	False	107331	fragment	False	DEN0082_000000017344	0.4971067736086404		0	0	False	False	1.0	0					non-mobilizable	other	2009.0	96.26700000000001	100.0	0.19940417080436942	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0107_000000014423	1874	0.6771875544732252	2	2	2	2	1	False	114100	fragment	False	ISR0306_000000004549	0.667654735213108		0	0	False	False	0.993596613407135	0					non-mobilizable	chromosome	1875.0	96.74700000000001	100.0	0.0004166158508087956	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0292_000000012426	1609	0.6771875544732252	2	2	2	2	1	False	107331	fragment	False	DEN0082_000000017344	0.1646853219373322		0	0	False	False	0.9925419688224792	0					non-mobilizable	chromosome	1610.0	97.14299999999999	100.0	0.00048757191913219474	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
ISR0793_000000001958	6183	0.6771843816845567	6	2	2	2	1	False	47413	fragment	False	ISR0793_000000001958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0806_000000001617	5794	0.6771843816845567	6	2	2	2	1	False	96276	fragment	False	ISR0806_000000001617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	98.305	1.0	0.03008298755186722	NZ_VZBY01000063.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_67_length_1928_cov_60.7112_ID_133, whole genome shotgun sequence	True	False
MON0022_000000005121	4496	0.6771843816845567	6	2	2	2	1	False	96272	fragment	False	MAD0089_000000002262	0.04259621343881158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000009267	4185	0.6771843816845567	5	2	2	2	1	False	96272	fragment	False	MAD0089_000000002262	0.02783900780793541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000008613	4113	0.6771843816845567	4	2	2	2	1	False	47412	fragment	False	FIJ0041_000000008613	1.0		0	0	False	False	0.9987843632698059	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000006460	3947	0.6771843816845567	5	2	2	2	1	False	84611	backbone	False	MAD0092_000000002907	0.15167982371636948	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	2.0	2.1073809283093017e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0146_000000004543	3768	0.6771843816845567	4	2	2	2	1	False	39987	fragment	False	FIJ0146_000000004543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	3.0	2.134056636262584e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0146_000000005586	3116	0.6771843816845567	3	2	2	2	1	False	39984	fragment	False	FIJ0146_000000005586	1.0		0	0	False	False	0.9993581771850586	0					non-mobilizable	no_good_hit								True	False
MON0037_000000021649	3044	0.6771843816845567	5	2	2	2	1	False	31655	fragment	False	MON0037_000000021649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0044_000000014493	1128	0.6771834319932928	2	2	2	2	1	False	64489	maximal	True	ENG0044_000000014493	1.0		129	9	False	False	1.0	0					non-mobilizable	other	1128.0	100.0	100.0	0.008035822513137536	NZ_JAAITI010000008.1	firmicutes	Blautia luti strain MSK.16.34 NODE_8_length_140247_cov_225.262, whole genome shotgun sequence	False	False
USA0062_01_000000007463	3056	0.6771773441090962	3	3	3	3	3	False	129945	fragment	False	USA0062_01_000000007463	0.9476235746623495		0	0	False	False	0.9983638525009155	0					non-mobilizable	no_good_hit	1724.0	99.42	58.0	0.024026662204373047	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0064_000000018505	1544	0.6771709890836279	2	2	1	1	1	True	10707	maximal	True	MON0064_000000018505	1.0		0	0	False	False	0.9196891188621521	0					non-mobilizable	no_good_hit	1140.0	99.47399999999999	74.0	0.015026583464161797	AP018811.1	enterobacteria	Escherichia coli E2865 plasmid pE2865-3 DNA, complete genome	True	True
ENG0189_000000002624	4628	0.6771660954054817	4	3	2	3	0	True	112660	maximal	True	ENG0189_000000002624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	75.25399999999999	10.0	0.010373263888888888	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0103_000000026436	2029	0.6771660273405614	3	3	3	3	2	False	119436	fragment	False	CHI0024_000000003275	0.10282168020842274		0	0	False	False	0.9985214471817017	0					non-mobilizable	chromosome	2037.0	84.68299999999999	100.0	0.0005603925253157949	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0036_000000021264	1212	0.6771648585458296	2	2	2	2	2	False	65267	maximal	True	ENG0036_000000021264	1.0		165	9	False	False	0.9364686608314514	0					non-mobilizable	no_good_hit	851.0	77.556	70.0	0.0002029270781544652	CP012325.1	firmicutes	Clostridioides difficile strain DSM 29020 chromosome, complete genome	True	False
ISR0799_000000008553	1857	0.6771616735874189	2	2	2	2	1	False	106471	fragment	False	USA0026_01_000000015313	0.6140780663073656		0	0	False	False	0.9989230036735535	0					non-mobilizable	chromosome	1860.0	93.602	100.0	0.0004060555661663826	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
FIJ0136_000000016924	1634	0.6771616735874189	2	2	2	2	1	False	106466	fragment	False	ENG0043_000000020193	0.5945526004347594		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	99.572	100.0	0.0021070750237416904	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0051_000000017950	1620	0.6771616735874189	2	2	2	2	1	False	106466	fragment	False	ENG0043_000000020193	0.7557534958494462		0	0	False	False	1.0	0					non-mobilizable	chromosome	1620.0	100.0	100.0	0.0003542047207022486	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0850_000000009511	1607	0.6771616735874189	2	2	2	2	1	False	106466	fragment	False	ENG0043_000000020193	0.6581608594035405		0	0	False	False	1.0	0					non-mobilizable	chromosome	1607.0	99.876	100.0	0.00035136058149957456	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0021_000000021793	1475	0.6771616735874189	2	2	2	2	1	False	106466	fragment	False	ENG0043_000000020193	0.5000118742649903		0	0	False	False	0.9993220567703247	0					non-mobilizable	chromosome	1475.0	99.932	100.0	0.0003224816295955	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
AST0113_000000025882	1443	0.6771616735874189	2	2	2	2	1	False	106466	fragment	False	ENG0043_000000020193	0.34446319095668326		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	100.0	100.0	0.00031548067155814854	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0233_000000012639	1436	0.6771616735874189	2	2	2	2	1	False	106466	fragment	False	ENG0043_000000020193	0.59917336167631		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	99.652	100.0	0.0018515937899995871	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0112_000000013478	1386	0.6771616735874189	2	2	2	2	1	False	106466	fragment	False	ENG0043_000000020193	0.447099053979996		0	0	False	False	0.966810941696167	0					non-mobilizable	other	1386.0	99.78399999999999	100.0	0.0017870783269333993	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0241_000000005479	2543	0.6771580647247638	4	4	3	2	3	False	129878	maximal	True	ISR0241_000000005479	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	98.59899999999999	42.0	0.014920794288264167	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0045_000000009882	2337	0.6771529132770405	2	2	2	1	2	False	128956	maximal	True	FIJ0045_000000009882	1.0	PS1059	0	0	False	True	0.9961488842964172	0					non-mobilizable	no_good_hit	1333.0	97.524	57.0	0.01832615604749391	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0011_000000010492	2570	0.6771515972091257	3	3	3	3	3	False	117893	fragment	False	ISR0134_000000011779	0.6480996715601701		0	0	False	False	0.9910506010055542	0					non-mobilizable	chromosome	2551.0	97.334	99.0	0.0008034386797255134	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0087_000000026374	1390	0.6771483287854189	2	2	2	1	1	False	126057	fragment	False	SPA0047_000000021631	0.39088896453030886		0	0	False	False	0.9820144176483154	0					non-mobilizable	other	1387.0	99.85600000000001	99.0	0.0031392765168073602	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0064_000000035222	1245	0.6771459933179759	2	1	1	1	1	False	71189	fragment	False	DEN0064_000000035222	0.9884678747940692		0	0	False	False	0.9991967678070068	0					non-mobilizable	no_good_hit	1001.0	98.801	80.0	0.1736714136853074	NZ_JAAIOD010000034.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_34_length_5758_cov_233.055, whole genome shotgun sequence	True	False
FIJ0108_000000019920	1219	0.6771352333796921	2	1	1	1	1	True	42194	maximal	True	FIJ0108_000000019920	1.0		1	1	False	False	0.9491386413574219	0					non-mobilizable	no_good_hit								True	True
AUS0004_000000011673	1758	0.6771332438178216	4	3	2	3	2	False	102372	maximal	False	SPA0084_000000010492	0.992829179317785		0	0	False	False	1.0	0					non-mobilizable	virus	1769.0	81.96700000000001	100.0	0.16606805293005672	MK233948.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_5_c1 sequence	False	False
CHI0041_000000001010	10969	0.6771316732656893	9	9	7	7	7	True	105066	maximal	True	CHI0041_000000001010	1.0		1	1	False	False	0.9992706775665283	0					non-mobilizable	no_good_hit	5977.0	98.87899999999999	54.0	0.5435692195743133	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	True
MAD0062_000000007428	1888	0.6771270543014489	3	3	2	3	2	False	16766	fragment	False	MAD0062_000000007428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	0.00021504783435802706	NZ_JAAIUD010000004.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_4_length_181355_cov_306.037, whole genome shotgun sequence	True	False
ISR0397_000000007260	2678	0.6771197393227695	7	4	2	3	2	False	22645	maximal	True	ISR0397_000000007260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	95.794	30.0	0.025157232704402517	MK233092.1	viruses	Uncultured human fecal virus clone E.ramosum_S04.r3.N09_4_c1 sequence	True	False
FIJ0090_000000017503	2467	0.6771081072946677	6	2	1	1	2	True	43489	fragment	False	FIJ0090_000000017503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	76.577	4.0	3.046023726268514e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
FIJ0077_000000010319	2862	0.6770991849762112	4	3	1	1	3	True	74260	fragment	False	FIJ0077_000000010319	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1937.0	93.90799999999999	91.0	0.04365714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0001_000000015320	2215	0.6770979848884859	3	3	3	3	2	False	93860	maximal	False	MON0104_000000020522	0.7373477957956193		0	0	False	False	0.9941309094429016	0					non-mobilizable	other	2215.0	98.33	100.0	0.02586297529349921	NZ_JAAIPV010000014.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_14_length_85605_cov_116.177, whole genome shotgun sequence	False	False
ISR0312_000000006475	2577	0.6770912773080434	3	1	1	1	1	False	25259	fragment	False	ISR0312_000000006475	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	93.75	3.0	2.1073809283093017e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0042_000000014911	1768	0.6770912773080434	2	1	1	1	1	False	11718	fragment	False	MON0042_000000014911	1.0		0	0	False	False	0.9796379804611206	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000026442	1704	0.6770883615488965	3	2	2	2	2	False	5310	fragment	False	SPA0092_000000026442	1.0		0	0	False	False	0.9847418069839478	0					non-mobilizable	other	1704.0	99.70700000000001	100.0	0.00047292156111324013	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0179_000000010594	3158	0.6770866637737557	7	3	3	3	3	False	55406	maximal	True	ENG0179_000000010594	1.0		1	1	False	False	0.9974667429924011	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000018672	1513	0.6770824227976059	1	1	1	1	1	False	43112	maximal	False	FIJ0095_000000017023	0.9394050940276917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	79.643	81.0	0.0003431400376695255	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0006_01_000000017936	1312	0.6770824227976059	1	1	1	1	1	False	2122	maximal	True	USA0006_01_000000017936	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	76.565	42.0	0.0004290253457952031	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
MAD0100_000000026014	1280	0.6770824227976059	1	1	1	1	1	False	15144	maximal	True	MAD0100_000000026014	1.0		7	1	False	False	0.9703124761581421	0					non-mobilizable	other	1280.0	99.92200000000001	100.0	0.02200051604025114	NZ_JAAXMT010000015.1	firmicutes	Streptococcus alactolyticus strain FGM Scaffold6_2, whole genome shotgun sequence	False	False
DEN0016_000000008178	1277	0.6770824227976059	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.1432238866905345		0	0	False	False	0.9968676567077637	0					non-mobilizable	other	1188.0	98.906	93.0	0.0003209479510028474	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0858_000000008811	1236	0.6770824227976059	1	1	1	1	1	False	20452	fragment	False	ISR0858_000000008811	1.0		0	0	False	False	0.9886731505393982	0					non-mobilizable	other	1236.0	99.838	100.0	0.0002980536013804588	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
DEN0025_000000002279	1202	0.6770824227976059	1	1	1	1	1	False	74229	maximal	True	DEN0025_000000002279	1.0		220	13	False	False	0.9991680383682251	0					non-mobilizable	other	1202.0	99.41799999999999	100.0	0.001074770369627938	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0377_000000013922	1200	0.6770824227976059	1	1	1	1	1	False	23290	fragment	False	ISR0377_000000013922	1.0		0	0	False	False	0.9983333349227905	0					non-mobilizable	other	1201.0	82.681	100.0	0.0052472647702407	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0087_000000024316	1329	0.6770813982368987	2	2	2	1	1	False	52847	fragment	False	FIJ0050_000000018512	0.9560518731988472		0	0	False	False	0.9706546068191528	0					non-mobilizable	no_good_hit	759.0	75.494	56.0	0.00020788420294056095	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	True	False
CHI0155_000000002476	4536	0.6770812797196369	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.6863350974500423		0	0	False	False	0.9997795224189758	0					non-mobilizable	chromosome	4540.0	97.24700000000001	100.0	0.0015803790400051307	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0117_000000009324	2438	0.6770702449259076	4	4	4	4	4	False	73610	fragment	False	FIJ0006_000000016351	0.9534213398723886		0	0	False	False	1.0	0					non-mobilizable	other	2442.0	97.09299999999999	100.0	0.08783248035752901	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ISR0037_000000016847	1426	0.6770673481055821	2	1	1	1	1	False	83754	fragment	False	ISR0037_000000016847	0.9783258594917787		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	97.48899999999999	100.0	0.009246825926491755	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0022_000000001836	6769	0.6770590223946313	10	5	5	4	2	True	92996	fragment	False	ENG0007_000000003390	0.6452699497105987		0	0	False	False	0.9998522400856018	0					non-mobilizable	no_good_hit	133.0	93.23299999999999	2.0	0.0018133495750394506	NZ_VULP01000015.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq15, whole genome shotgun sequence	True	True
ISR0267_000000010274	1717	0.6770567749872647	3	3	3	3	2	True	26531	maximal	True	ISR0267_000000010274	1.0		4	1	False	False	0.981945276260376	0					non-mobilizable	no_good_hit	718.0	89.554	42.0	0.0033418435214442738	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0158_000000007197	2539	0.6770566017185293	3	3	3	3	2	False	92599	fragment	False	ENG0158_000000007197	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2539.0	99.882	100.0	0.00045116085928900745	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
FIJ0014_000000006001	3929	0.6770498406097011	5	4	4	4	4	False	71694	maximal	True	FIJ0014_000000006001	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1922.0	99.01100000000001	95.0	0.004683960665458899	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
AST0003_000000025644	1228	0.6770404862236892	3	2	2	2	2	False	129056	fragment	False	AST0003_000000025644	1.0		0	0	False	False	0.9991856813430786	0					non-mobilizable	other	1228.0	97.72	100.0	0.009499403867890931	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	False	False
FIJ0022_000000006288	3863	0.6770398254219785	4	4	4	4	4	False	99194	fragment	False	ISR0262_000000003358	0.240123679154659		0	0	False	False	1.0	0					non-mobilizable	other	2228.0	98.339	100.0	0.001006815575821584	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
SPA0150_000000007157	2679	0.6770343598550056	4	4	4	4	1	False	41825	maximal	True	SPA0150_000000007157	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	91.381	45.0	0.00026979069300798076	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0018_000000000062	16673	0.6770331395897762	23	6	2	6	1	False	19802	maximal	False	MAD0009_000000000354	0.9972577660045497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.9605413721361136e-07	LR761635.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG2	True	False
MON0109_000000007707	4283	0.6770305685009776	3	3	3	1	1	False	8511	maximal	True	MON0109_000000007707	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	4216.0	79.507	98.0	0.0011646730204962878	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0153_000000007063	4080	0.6770305685009776	5	3	3	1	1	False	56965	maximal	True	ENG0153_000000007063	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2867.0	73.736	69.0	0.015062636441759052	NZ_SRMQ01000004.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000004, whole genome shotgun sequence	True	False
CHI0122_000000003479	3818	0.6770305685009776	4	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.8254870762145281		0	0	False	False	1.0	0					non-mobilizable	other	3813.0	97.325	99.0	0.0015970858423160678	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0359_000000006581	3606	0.6770305685009776	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.7139545951096616		0	0	False	False	1.0	0					non-mobilizable	other	3606.0	96.256	100.0	0.0015107342193456978	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0105_000000008657	3445	0.6770305685009776	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.711447562719692		0	0	False	False	1.0	0					non-mobilizable	other	3445.0	96.226	100.0	0.0014436649976211386	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0012_000000007499	3126	0.6770305685009776	4	3	3	1	1	False	50820	fragment	False	FIJ0012_000000007499	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3125.0	95.712	100.0	0.000873295040338513	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AUS0018_000000003221	7969	0.6770295727802409	10	6	4	5	4	False	122858	fragment	False	ISR0076_000000002357	0.6230766340938254		0	0	False	False	0.9994980692863464	0					non-mobilizable	no_good_hit	1941.0	93.715	24.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0047_000000005000	5400	0.6770216422208541	8	5	3	4	3	False	36116	maximal	True	ISR0047_000000005000	1.0		32	2	False	False	1.0	0					non-mobilizable	no_good_hit	1611.0	75.854	30.0	0.009005160260373922	NZ_NMWU01000005.1	high GC Gram+	Bifidobacterium margollesii strain Uis1B Contig_5, whole genome shotgun sequence	True	False
MAD0083_000000001763	4814	0.677018918682694	4	3	2	3	3	False	88066	maximal	True	MAD0083_000000001763	1.0		4	1	False	False	0.9939758777618408	0					non-mobilizable	no_good_hit	4222.0	97.46600000000001	87.0	0.001140487327152494	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0051_000000003951	7156	0.6770188172904883	11	7	2	4	6	True	95414	maximal	True	MON0051_000000003951	0.9997808939526731		70	12	False	False	0.9998602867126465	0					non-mobilizable	no_good_hit	84.0	90.476	1.0	0.1480804387568556	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	True
SPA0042_000000008038	3732	0.6770188159508526	6	3	2	2	1	False	33010	fragment	False	SPA0042_000000008038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000010736	2811	0.6770166528322876	4	4	4	4	4	False	100792	fragment	False	DEN0017_000000010736	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2805.0	95.829	99.0	0.0007786682662134617	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0058_000000017380	1525	0.6770109450342764	2	2	2	1	1	False	44424	fragment	False	ISR0058_000000017380	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	97.74799999999999	100.0	0.0027207964652638597	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
AST0040_000000018100	1128	0.6770086950172157	2	2	2	2	2	False	115804	maximal	True	AST0040_000000018100	1.0		167	10	False	False	0.9902482032775879	0					non-mobilizable	chromosome	1127.0	99.734	99.0	0.0005092644520748683	LR134344.1	high GC Gram+	Bifidobacterium bifidum strain NCTC13001 genome assembly, chromosome: 1	False	False
SPA0054_000000003063	7681	0.677003933588606	5	5	4	5	4	False	63796	maximal	True	SPA0054_000000003063	1.0		36	7	False	False	0.9968754053115845	0					non-mobilizable	no_good_hit	5762.0	99.20200000000001	75.0	0.00797797574617823	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	True	False
ENG0004_000000020505	1324	0.6770031142991859	2	2	2	2	2	False	67749	fragment	False	ENG0004_000000020505	0.9813262195121951		0	0	False	False	0.9909365773200989	0					non-mobilizable	other	1324.0	96.148	100.0	0.011033182944016812	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
AST0106_000000002234	8175	0.6769944734273065	10	10	6	7	8	False	107529	maximal	True	AST0106_000000002234	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	93.333	3.0	2.908187134012339e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0113_000000008799	1820	0.6769802699358733	2	2	2	2	2	False	86332	fragment	False	ISR0182_000000018557	0.22635257120909133		0	0	False	False	0.9961538314819336	0					non-mobilizable	chromosome	1189.0	98.15	95.0	0.00034379950633173754	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0077_000000006790	1768	0.6769802699358733	2	2	2	2	2	False	86332	fragment	False	ISR0182_000000018557	0.23834273884474183		0	0	False	False	0.9937782883644104	0					non-mobilizable	other	1779.0	93.536	100.0	0.0005300526076465694	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0134_000000027297	1416	0.6769726884457118	3	1	1	1	1	False	58159	fragment	False	ENG0134_000000027297	0.9952941176470589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0131_000000016544	1122	0.6769713399003278	2	2	2	2	2	False	40803	maximal	True	FIJ0131_000000016544	1.0		5	2	False	False	0.9973261952400208	0					non-mobilizable	chromosome	1122.0	99.64299999999999	100.0	0.00019870802558848863	CP018307.1	enterobacteria	Klebsiella variicola strain X39 chromosome, complete genome	False	False
DEN0028_000000023236	1359	0.6769635252583152	2	1	1	1	1	False	82263	fragment	False	ISR0792_000000009886	0.8220576232705107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1344.0	99.33	99.0	0.0005319956536510085	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0809_000000004848	1334	0.6769635252583152	2	1	1	1	1	False	82263	fragment	False	ISR0792_000000009886	0.8211781287445984		0	0	False	False	0.9992503523826599	0					non-mobilizable	chromosome	1333.0	99.1	99.0	0.0005280314535492871	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0170_000000012134	1330	0.6769635252583152	2	1	1	1	1	False	82263	fragment	False	ISR0792_000000009886	0.8272814064147712		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	98.647	100.0	0.0005268421935187707	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0022_000000020567	1288	0.6769635252583152	2	1	1	1	1	False	82263	fragment	False	ISR0792_000000009886	0.6776389567465779		0	0	False	False	1.0	0					non-mobilizable	chromosome	1288.0	99.22399999999999	100.0	0.0005101925530915409	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0096_000000031668	1207	0.6769569920249409	2	2	2	1	1	False	70879	fragment	False	DEN0071_000000036227	0.9743435046150444		0	0	False	False	0.9875724911689758	0					non-mobilizable	chromosome	1207.0	99.834	100.0	0.00027457909824672364	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
SPA0001_000000006496	5101	0.6769560926244025	7	5	2	3	4	False	130157	backbone	False	CHI0140_000000005922	0.9337821395148491	PS1081|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	226	rep_cluster_475				non-mobilizable	plasmid	4493.0	99.755	100.0	0.8944643568299482	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0029_000000012098	2019	0.6769509823399327	3	2	1	2	1	False	65806	maximal	True	ENG0029_000000012098	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0365_000000009089	1810	0.6769492121768789	1	1	1	1	1	True	23651	fragment	False	ISR0365_000000009089	1.0		0	0	False	False	0.9911602139472961	0					non-mobilizable	other	1811.0	99.39299999999999	100.0	0.00083084004814282	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	True
MAD0044_000000020773	1198	0.6769492121768789	1	1	1	1	1	True	17936	fragment	False	MAD0044_000000020773	0.9820466786355476		0	0	False	False	0.9724540710449219	0					non-mobilizable	other	1217.0	95.727	100.0	0.000557718595852777	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	True
USA0135_01_000000013721	1114	0.6769492121768789	1	1	1	1	1	True	17936	fragment	False	MAD0044_000000020773	0.9465776293823038		0	0	False	False	0.9470376968383789	0					non-mobilizable	chromosome	1114.0	99.82	100.0	0.0005185228667186588	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	False	True
ISR0058_000000015584	1687	0.6769480635250643	3	3	3	3	2	False	71225	maximal	True	ISR0058_000000015584	1.0		11	6	False	False	0.9988144636154175	0					non-mobilizable	no_good_hit	553.0	72.875	32.0	0.00016322911766530562	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
DEN0041_000000007978	4168	0.6769456359152161	6	4	3	4	3	False	95260	maximal	True	DEN0041_000000007978	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	90.90899999999999	46.0	0.0004184817366750733	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
AST0104_000000017378	1972	0.6769446201842889	2	2	2	2	2	False	107856	maximal	True	AST0104_000000017378	1.0		0	0	False	False	0.9944218993186951	0					non-mobilizable	no_good_hit	1051.0	79.068	53.0	0.0036222850177304966	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
USA0101_01_000000011239	2895	0.6769425673862683	6	3	1	3	3	True	90365	maximal	True	USA0101_01_000000011239	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2497.0	97.197	86.0	0.02009936947891418	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
DEN0073_000000018307	2770	0.6769425673862683	5	3	1	3	3	True	90364	fragment	False	ISR0151_000000005507	0.7226835491129147		0	0	False	False	0.9963898658752441	0					non-mobilizable	plasmid	2775.0	94.919	100.0	0.022305790647673192	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0107_000000011474	2770	0.6769425673862683	5	3	1	3	3	True	90364	fragment	False	ISR0151_000000005507	0.7222992573820985		0	0	False	False	0.9996389746665955	0					non-mobilizable	plasmid	2773.0	95.023	100.0	0.022305790647673192	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0036_000000003766	2767	0.6769425673862683	4	3	1	3	3	True	90364	fragment	False	ISR0151_000000005507	0.7193337420855749		0	0	False	False	1.0	0					non-mobilizable	plasmid	2751.0	94.984	99.0	0.02212863274361225	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0275_000000005058	2747	0.6769425673862683	4	3	1	3	3	True	90364	fragment	False	ISR0151_000000005507	0.7187149890357283		0	0	False	False	1.0	0					non-mobilizable	plasmid	2752.0	94.913	100.0	0.02212058011160948	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0159_000000014803	1768	0.6769293885832758	1	1	1	1	1	False	30477	maximal	True	ISR0159_000000014803	1.0		114	7	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	72.594	75.0	0.00031909590734881336	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0103_000000010072	1756	0.6769293885832758	1	1	1	1	1	False	110104	fragment	False	ISR0260_000000007305	0.7061336232313987		0	0	False	False	1.0	0					non-mobilizable	chromosome	1507.0	89.516	100.0	0.000427514527814044	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0185_000000024495	1354	0.6769293885832758	2	1	1	1	1	False	33779	maximal	False	ISR0830_000000020560	0.9481012907886692		0	0	False	False	0.9948301315307617	0					non-mobilizable	chromosome	1211.0	75.392	95.0	0.0003351776455440721	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0074_000000017182	1275	0.6769293885832758	1	1	1	1	1	False	10362	maximal	True	MON0074_000000017182	1.0		12	5	False	False	1.0	0					non-mobilizable	other	1224.0	92.89200000000001	96.0	0.023410088770443087	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AST0031_000000002544	10296	0.676929105672854	12	4	4	3	3	True	117628	fragment	False	AST0031_000000002544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	92.537	2.0	0.019644435713584128	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
ISR0390_000000008414	1691	0.6769256204227136	2	1	1	1	1	False	22869	maximal	True	ISR0390_000000008414	1.0		70	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0142_000000020911	1709	0.6769198860051394	2	2	2	2	2	False	40179	fragment	False	FIJ0142_000000020911	1.0		0	0	False	False	0.9736688137054443	0					non-mobilizable	other	1714.0	87.98100000000001	100.0	0.20369487485101312	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
MAD0090_000000006513	1966	0.6769181433481947	3	2	2	1	1	False	15789	maximal	True	MAD0090_000000006513	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000009390	4185	0.6769168116703044	6	4	3	4	3	False	76949	maximal	True	DEN0001_000000009390	1.0		13	7	False	False	0.9997610449790955	0					non-mobilizable	no_good_hit	584.0	79.623	14.0	0.00025295656687522795	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0003_000000014949	1702	0.6769061092997848	4	3	1	2	3	False	76649	fragment	False	DEN0003_000000014949	0.9538554948391014		0	0	False	False	0.9911868572235107	0					non-mobilizable	plasmid	1684.0	91.03299999999999	99.0	0.06717819605962515	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
ENG0137_000000011346	1353	0.6769039966692164	2	2	1	2	1	True	57966	fragment	False	ENG0137_000000011346	1.0		0	0	False	False	0.9674796462059021	0					non-mobilizable	no_good_hit	683.0	73.499	50.0	0.00027675012774655084	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	True
ISR0020_000000016684	1537	0.6768957165753289	3	3	3	3	3	False	110000	fragment	False	ISR0159_000000016853	0.9701804143869353		0	0	False	False	0.9928432106971741	0					non-mobilizable	other	1537.0	99.414	100.0	0.000557818262374323	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0053_000000020573	1912	0.6768920987619272	3	3	2	3	1	False	120862	maximal	True	MON0053_000000020573	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1545.0	96.505	81.0	0.00044728721607914924	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0043_000000016582	1724	0.6768920987619272	3	3	2	3	1	False	120861	fragment	False	MON0043_000000016582	1.0		0	0	False	False	0.9808584451675415	0					non-mobilizable	chromosome	1551.0	97.228	90.0	0.00044902650531860157	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0116_000000027805	1478	0.6768900931609363	1	1	1	1	1	False	4346	maximal	True	SPA0116_000000027805	1.0		112	6	False	False	0.9939106702804565	0					non-mobilizable	chromosome	1473.0	87.23700000000001	99.0	0.0004605036920670753	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0024_000000024513	2053	0.6768880169526523	3	3	3	3	3	False	12929	maximal	True	MON0024_000000024513	1.0		7	6	False	False	0.999025821685791	0					non-mobilizable	no_good_hit	77.0	85.714	4.0	8.563970576480825e-05	NZ_JHBW01000087.1	high GC Gram+	Leucobacter musarum subsp. musarum strain CBX152 contig_91, whole genome shotgun sequence	True	False
ISR0848_000000000531	16619	0.6768797866698982	26	19	8	13	14	False	110193	maximal	True	ISR0848_000000000531	1.0		1	1	False	False	0.9999397993087769	0					non-mobilizable	no_good_hit	7944.0	99.056	48.0	0.0022391094780412715	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0103_000000003051	7563	0.6768795776182546	13	2	1	2	0	True	119825	maximal	True	ISR0103_000000003051	1.0		8	3	False	False	0.9981488585472107	0					non-mobilizable	no_good_hit	1071.0	98.786	14.0	0.010812995806174524	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0199_000000010226	2901	0.6768795776182546	4	2	1	2	0	True	119816	fragment	False	ISR0199_000000010226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	97.87799999999999	42.0	0.012308625132636046	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0096_000000014325	2709	0.6768795776182546	4	2	1	2	0	True	57192	fragment	False	SPA0096_000000014325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	98.27	44.0	0.01108584710221818	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0084_000000009334	2615	0.6768795776182546	4	2	1	2	0	True	119816	fragment	False	ISR0199_000000010226	0.9507066528783179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	98.542	37.0	0.009691273811328381	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0048_000000009017	2124	0.6768795776182546	3	2	1	2	0	True	57191	fragment	False	ISR0048_000000009017	1.0		0	0	False	False	0.9919962286949158	0					non-mobilizable	no_good_hit	853.0	98.476	40.0	0.008609974230710929	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0114_000000021552	1843	0.6768786518707385	3	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.32576909791777725		0	0	False	False	0.9994574189186096	0					non-mobilizable	chromosome	1847.0	92.366	100.0	0.0005916315010334259	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
CHI0060_000000004574	2807	0.6768758216992377	2	2	1	0	2	False	120170	maximal	True	CHI0060_000000004574	1.0	PS832	2	2	False	True	0.99857497215271	0	rep_cluster_475				non-mobilizable	no_good_hit	1819.0	97.141	64.0	0.3541015625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0335_000000005315	3207	0.676874721266237	5	5	5	5	4	False	95308	fragment	False	ISR0335_000000005315	1.0		0	0	False	False	0.9956345558166504	0					non-mobilizable	other	2166.0	99.631	99.0	0.05419138444594628	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0108_000000017150	1648	0.6768745435846899	3	2	1	1	2	False	4680	fragment	False	SPA0108_000000017150	1.0		0	0	False	False	0.9987863898277283	0					non-mobilizable	no_good_hit	1246.0	93.98100000000001	75.0	0.00039021462750105356	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0130_000000012944	2315	0.6768739499276833	3	2	2	2	2	False	58449	maximal	True	ENG0130_000000012944	1.0		4	3	False	False	0.9926565885543823	0					non-mobilizable	no_good_hit	903.0	98.339	39.0	0.0018840031197920697	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0174_000000003407	8195	0.6768739476373135	12	11	8	9	6	False	63566	maximal	True	ISR0174_000000003407	1.0		2	1	False	False	0.9998779892921448	0					non-mobilizable	no_good_hit	3721.0	99.24799999999999	56.0	0.04789370686991451	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0392_000000018880	1810	0.6768732255276686	3	3	3	3	2	False	35049	fragment	False	ISR0290_000000007508	0.9582435714638728		0	0	False	False	0.9988950490951538	0					non-mobilizable	chromosome	1810.0	99.006	100.0	0.0008072732238315624	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0047_000000007249	4112	0.6768702309626757	3	2	2	2	2	True	109529	maximal	False	ISR0108_000000005091	0.9354683057905059		0	0	False	False	0.9995136260986328	0					non-mobilizable	other	4113.0	95.45299999999999	100.0	0.11076085785106153	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0017_000000012033	2367	0.6768686384100181	4	3	3	3	3	False	70599	fragment	False	FIJ0017_000000012033	1.0		0	0	False	False	0.9978876113891602	0					non-mobilizable	no_good_hit	217.0	78.34100000000001	9.0	7.52893411206679e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0007_000000020936	2840	0.6768677791997455	5	2	2	2	2	True	47897	fragment	False	MON0007_000000020936	1.0		0	0	False	False	0.9989436864852905	0					non-mobilizable	no_good_hit	75.0	89.333	3.0	1.7859082187978905e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
CAN0021_000000013849	3082	0.6768565887501607	3	2	2	2	2	False	91619	fragment	False	CAN0021_000000013849	1.0		0	0	False	False	0.9954574704170227	0					non-mobilizable	no_good_hit	1668.0	80.456	54.0	0.00047292969815839977	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0803_000000002517	4861	0.6768560806155122	7	6	5	4	5	True	129449	fragment	False	ISR0132_000000004977	0.944666001994018		0	0	False	False	1.0	0					non-mobilizable	other	4813.0	99.958	99.0	0.001497005056591893	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0080_01_000000011094	3926	0.6768553460061952	4	4	4	4	4	False	62683	maximal	True	USA0080_01_000000011094	0.9822622107969152		422	13	False	False	0.9997453093528748	0					non-mobilizable	other	3926.0	97.12200000000001	100.0	0.02650111068349234	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0009_000000024406	1523	0.6768532791963819	3	2	2	2	2	False	8116	fragment	False	SPA0009_000000024406	1.0		0	0	False	False	0.9986867904663086	0					non-mobilizable	no_good_hit								True	False
AST0099_000000008006	2654	0.6768347425433503	4	2	0	2	1	True	108842	maximal	True	AST0099_000000008006	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0056_000000001269	17120	0.6768316934989564	18	8	7	6	6	True	46219	maximal	True	FIJ0056_000000001269	1.0		1	1	False	False	0.9998247623443604	0					non-mobilizable	no_good_hit	7677.0	96.652	46.0	0.0026068377084697255	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
AUS0022_000000021121	1611	0.6768277877391462	3	3	3	2	2	False	99124	fragment	False	FIJ0006_000000021361	0.970368563131812		0	0	False	False	1.0	0					non-mobilizable	chromosome	1611.0	99.069	100.0	0.0005470762512160554	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0089_000000014577	1335	0.6768212198330548	2	1	1	1	1	True	68812	fragment	False	DEN0089_000000014577	1.0		0	0	False	False	0.9992509484291077	0					non-mobilizable	no_good_hit	132.0	93.182	30.0	4.382667332107319e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0005_000000045164	1215	0.6768210856916023	1	1	1	1	1	False	14089	fragment	False	MON0005_000000045164	1.0		0	0	False	False	0.9950617551803589	0					non-mobilizable	other	1203.0	78.387	98.0	0.0017043793278042033	NZ_MCIA01000001.1	firmicutes	Lacrimispora algidixylanolytica strain SPL73 contig_1, whole genome shotgun sequence	False	False
FIJ0033_000000015235	2355	0.6768144651047622	5	3	3	2	1	False	48285	maximal	True	FIJ0033_000000015235	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	77.982	4.0	0.00020156082440334083	NZ_SMAL01000002.1	firmicutes	Natranaerovirga pectinivora strain DSM 24629 Ga0244691_102, whole genome shotgun sequence	True	False
CAN0007_000000035104	1135	0.6768123443268428	2	1	1	1	1	False	95140	maximal	True	CAN0007_000000035104	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0047_000000010363	2131	0.6768068739707104	3	3	3	3	2	False	117885	fragment	False	ISR0122_000000008533	0.6736282316417587		0	0	False	False	0.99859219789505	0					non-mobilizable	chromosome	2135.0	92.365	100.0	0.0006716860833640914	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0046_000000022426	1477	0.676805966546932	2	2	2	2	1	True	8526	fragment	False	MON0108_000000014417	0.9513477975016436		0	0	False	False	0.9661476016044617	0					non-mobilizable	other	1477.0	99.052	100.0	0.0004736687053247936	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0357_000000020571	1292	0.6768025462647196	2	1	1	1	1	False	26404	fragment	False	ISR0357_000000020571	1.0		0	0	False	False	0.9969040155410767	0					non-mobilizable	no_good_hit	46.0	89.13	4.0	0.0001997345749426318	NZ_JHWJ01000006.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0271_000000017488	1144	0.6768025462647196	2	1	1	1	1	False	26403	fragment	False	ISR0271_000000017488	1.0		0	0	False	False	0.9562937021255493	0					non-mobilizable	no_good_hit	46.0	89.13	4.0	0.0001997345749426318	NZ_JHWJ01000006.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ENG0210_000000003176	6110	0.6767986782711891	6	3	2	3	1	True	58630	maximal	True	ENG0210_000000003176	1.0		1	1	False	False	0.9990180134773254	0					non-mobilizable	no_good_hit	144.0	75.694	2.0	2.7269614486387374e-05	NZ_CP053688.1	high GC Gram+	Arthrobacter citreus strain NEB 577 chromosome, complete genome	True	True
ENG0059_000000002209	5428	0.6767915259047655	6	2	0	1	2	False	130015	backbone	True	ENG0059_000000002209	0.9270905914586206	PS1072|PS1073|PS1074	1	1	True	True	1.0	9					non-mobilizable	no_good_hit	1526.0	93.84	63.0	0.26074302345488787	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0038_000000001474	15840	0.6767912174974855	19	11	6	10	4	True	36660	maximal	True	ISR0038_000000001474	1.0		11	3	False	False	0.9997474551200867	0					non-mobilizable	no_good_hit	377.0	85.146	4.0	0.0003269327934571482	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
DEN0065_000000021017	1658	0.6767868960379947	2	2	2	2	2	False	71072	maximal	False	ISR0100_000000007899	0.9398578458173865		0	0	False	False	0.9831121563911438	0					non-mobilizable	no_good_hit	714.0	78.01100000000001	43.0	0.00023989803314194725	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0043_000000015609	1822	0.6767829187306398	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3178902991965253		0	0	False	False	0.9983534812927246	0					non-mobilizable	chromosome	1828.0	92.12299999999999	100.0	0.0005871299570038238	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
MON0101_000000035820	1807	0.6767829187306398	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.316281506408676		0	0	False	False	1.0	0					non-mobilizable	chromosome	1813.0	92.113	100.0	0.0005823068741149643	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ISR0789_000000011091	1274	0.6767773979111545	2	2	2	2	2	False	94406	fragment	False	CHI0164_000000013918	0.5379541625879088		0	0	False	False	0.9960753321647644	0					non-mobilizable	other	1274.0	99.294	100.0	0.006137779406375962	NZ_CZBD01000007.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
AST0006_000000004611	3158	0.6767755641630587	4	4	3	4	4	True	127595	fragment	False	AST0006_000000004611	0.9998409669211196		0	0	False	False	0.9984167218208313	0					non-mobilizable	other	3104.0	99.87100000000001	98.0	0.01725691277556559	NZ_CBYM010000003.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ENG0134_000000012289	3144	0.6767755641630587	4	4	3	4	4	True	127595	fragment	False	AST0006_000000004611	0.9976250791640278		0	0	False	False	1.0	0					non-mobilizable	other	3104.0	99.90299999999999	99.0	0.01725691277556559	NZ_CBYM010000003.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ENG0016_000000010832	2077	0.6767675868552759	3	3	3	3	3	False	93606	fragment	False	SPA0016_000000015905	0.9702946768060836		0	0	False	False	1.0	0					non-mobilizable	chromosome	2077.0	99.904	100.0	0.0003859088255080529	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CHI0063_000000012851	1122	0.6767656853725373	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.20405195373544874		0	0	False	False	0.9991087317466736	0					non-mobilizable	other	1121.0	100.0	99.0	0.013928096203350204	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0103_000000000116	18702	0.6767624149908736	23	11	5	11	4	True	108400	backbone	False	ISR0280_000000000088	0.07072222997521274	PS672	0	0	False	True	1.0	0					non-mobilizable	other	18721.0	95.31	100.0	0.15652894083003588	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0322_000000005391	2044	0.6767575305816717	3	3	3	3	3	False	25014	maximal	True	ISR0322_000000005391	1.0		172	9	False	False	1.0	0					non-mobilizable	other	2044.0	94.325	100.0	0.022056203914625327	NZ_QRML01000016.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf16, whole genome shotgun sequence	False	False
DEN0052_000000029077	1582	0.6767555645768837	1	1	1	1	1	False	72253	fragment	False	DEN0052_000000029077	0.9938431626701232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	76.449	51.0	0.0002521904338898775	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
MON0009_000000029400	1345	0.6767555645768837	1	1	1	1	1	False	13788	maximal	False	SPA0109_000000024378	0.9601943032675625		0	0	False	False	0.9888476133346558	0					non-mobilizable	other	1231.0	83.34700000000001	91.0	0.0003689245653165132	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0066_000000030581	1227	0.6767555645768837	1	1	1	1	1	False	70886	fragment	False	DEN0066_000000030581	1.0		0	0	False	False	0.9877750873565674	0					non-mobilizable	no_good_hit	1106.0	74.503	89.0	0.003952124901650103	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0058_000000010321	3004	0.6767545752144669	4	2	2	2	1	True	122738	maximal	False	ISR0239_000000004619	0.9735257043071077		0	0	False	False	0.997003972530365	0					non-mobilizable	other	2987.0	99.13	99.0	0.0546816342227187	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0239_000000004619	3001	0.6767545752144669	4	2	2	2	1	True	122738	maximal	True	ISR0239_000000004619	0.9758631512304368		6	3	False	False	0.9980006814002991	0					non-mobilizable	other	2984.0	99.49700000000001	99.0	0.054626696211108466	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0064_000000006602	2941	0.6767545752144669	4	2	2	2	1	True	122738	maximal	False	ISR0239_000000004619	0.9662203260978242		0	0	False	False	0.9897993803024292	0					non-mobilizable	other	2924.0	99.69200000000001	99.0	0.053527935978903804	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0133_000000010420	2380	0.6767545752144669	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.14031162840164632		0	0	False	False	1.0	0					non-mobilizable	other	1315.0	99.163	100.0	0.024062849085282105	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0084_000000010861	2303	0.6767545752144669	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.25967301515598723		0	0	False	False	0.9739470481872559	0					non-mobilizable	other	1521.0	99.277	100.0	0.02783525921585145	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0083_000000016835	2208	0.6767545752144669	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.26696152278915347		0	0	False	False	0.9995471239089966	0					non-mobilizable	other	1570.0	98.98100000000001	99.0	0.028714267401615177	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0158_000000009390	2050	0.6767545752144669	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.06431491293748888		0	0	False	False	0.9902439117431641	0					non-mobilizable	other	1165.0	99.82799999999999	99.0	0.021315948504770452	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0143_000000005215	3625	0.6767539408646086	5	4	4	4	4	False	79945	maximal	True	CHI0143_000000005215	1.0		4	2	False	False	1.0	0					non-mobilizable	other	3638.0	95.52	99.0	0.0017539016347869062	CP020566.1	firmicutes	Veillonella atypica strain OK5, complete genome	False	False
ISR0274_000000006416	1314	0.6767479715064074	2	1	1	1	1	False	26349	fragment	False	ISR0274_000000006416	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	99.772	100.0	0.002095128069290816	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0071_000000005112	6820	0.6767413035625542	9	2	2	2	1	True	44901	fragment	False	FIJ0071_000000005112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	85.455	1.0	0.03474903474903475	XM_031990117.1	bees	PREDICTED: Nomia melanderi uncharacterized LOC116432775 (LOC116432775), transcript variant X7, mRNA	True	True
ISR0393_000000004891	3489	0.6767394471512671	6	4	4	3	3	False	106799	fragment	False	ISR0393_000000004891	0.9899874843554444		0	0	False	False	0.9968472123146057	0					non-mobilizable	chromosome	1937.0	98.348	99.0	0.0006086465635739373	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0070_000000000929	17766	0.6767269538927204	23	21	6	9	20	True	123792	fragment	False	CHI0111_000000001519	0.5477726792700118		0	0	False	False	1.0	0					non-mobilizable	other	17766.0	99.98899999999999	100.0	0.030950592999005135	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
DEN0083_000000001124	18312	0.6767266736470597	16	11	7	10	5	True	95062	maximal	True	DEN0083_000000001124	1.0		1	1	False	False	0.9999454021453857	0					non-mobilizable	no_good_hit	2756.0	77.358	15.0	0.0007622805891651574	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0045_000000003666	3398	0.6767238782499716	3	2	2	2	1	True	130250	maximal	True	ENG0045_000000003666	1.0		20	8	False	False	1.0	0					non-mobilizable	other	3394.0	98.645	99.0	0.000908618864512957	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0111_01_000000010466	2387	0.6767182251408052	4	1	1	1	1	False	305	maximal	True	USA0111_01_000000010466	1.0		1	1	False	False	0.9995810389518738	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000014459	2000	0.6767182251408052	5	1	1	1	1	False	66690	fragment	False	ISR0072_000000014459	0.9605645872766088		0	0	False	False	0.9745000004768372	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000021892	1182	0.6767182251408052	3	1	1	1	1	False	65259	fragment	False	ENG0036_000000021892	1.0		0	0	False	False	0.9974619150161743	0					non-mobilizable	no_good_hit								True	False
ISR0400_000000013160	1448	0.6767150624356427	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.657524267867905		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	97.17	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0781_000000020934	1447	0.6767150624356427	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6574945056757293		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	97.17	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0293_000000024238	1447	0.6767150624356427	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6574945056757293		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	97.17	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
USA0017_01_000000009583	2871	0.6767115364439524	4	3	2	3	1	True	120243	fragment	False	USA0017_01_000000009583	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	2.0	0.0003272912125791244	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
FIJ0157_000000005122	3600	0.6767107649371092	3	3	3	3	3	True	51231	maximal	True	FIJ0157_000000005122	1.0		61	8	False	False	0.9980555772781372	0					non-mobilizable	no_good_hit	2498.0	93.074	69.0	0.008918229837162518	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	True
ISR0858_000000009278	1181	0.676708990579779	2	1	1	1	1	True	33003	fragment	False	ISR0858_000000009278	0.9468452895419188		0	0	False	False	1.0	0					non-mobilizable	chromosome	1158.0	80.311	98.0	0.0004011945908791146	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0250_000000005316	2246	0.6767069327927713	2	2	2	2	1	False	78238	maximal	False	ISR0273_000000004592	0.9416598192276089		0	0	False	False	0.9986643195152283	0					non-mobilizable	other	1132.0	99.117	98.0	0.00030580634590077546	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0024_000000000630	29784	0.676704635482717	30	14	8	12	9	False	81740	maximal	True	ENG0024_000000000630	1.0		5	3	False	False	0.9998321533203125	0					non-mobilizable	no_good_hit	3415.0	93.001	26.0	0.0012186583268402854	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ISR0024_000000002751	6936	0.6767024691582261	7	4	2	4	2	False	122858	fragment	False	ISR0076_000000002357	0.3480679027400918		0	0	False	False	0.9998558163642883	0					non-mobilizable	no_good_hit	936.0	93.48299999999999	13.0	0.0003260539322845265	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0104_000000007210	1564	0.6766977924086238	3	2	2	2	2	False	14881	maximal	True	MAD0104_000000007210	1.0		41	7	False	False	0.9955242872238159	0					non-mobilizable	no_good_hit	830.0	71.325	52.0	0.012803594432400164	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
ENG0029_000000005324	4524	0.676695032392565	5	5	4	4	5	False	127067	fragment	False	ENG0029_000000005324	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2435.0	98.604	95.0	0.0007270659570199982	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0107_000000000244	49514	0.6766948255496033	66	17	9	15	9	False	8626	maximal	True	MON0107_000000000244	1.0		1	1	False	False	0.9999595880508423	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0002669759905729857	NZ_FQXW01000016.1	enterobacteria	Nissabacter archeti strain 2134, whole genome shotgun sequence	True	False
SPA0023_000000019143	1478	0.6766825824273444	2	2	2	2	2	False	7610	maximal	True	SPA0023_000000019143	1.0		262	12	False	False	0.9851149916648865	0					non-mobilizable	chromosome	1459.0	99.315	99.0	0.0008075124131494923	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ENG0104_000000011749	2658	0.6766822345987034	3	3	2	3	1	True	68726	fragment	False	ENG0104_000000011749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0037_000000003239	5900	0.6766784361932859	5	2	0	1	1	False	36721	maximal	True	ISR0037_000000003239	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	265.0	75.472	4.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
ISR0255_000000005687	4883	0.6766784361932859	4	2	0	1	1	False	26908	fragment	False	ISR0255_000000005687	1.0		0	0	False	False	0.9985664486885071	0					non-mobilizable	no_good_hit	265.0	75.472	5.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	False
MON0049_000000012068	1797	0.6766758528657256	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.39602616938829677		0	0	False	True	1.0	0					non-mobilizable	other	1800.0	91.389	100.0	0.0005587325606066168	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0016_000000001947	3360	0.6766724338607683	7	1	1	1	1	False	75369	maximal	True	DEN0016_000000001947	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	87.205	33.0	0.0003156091042942697	CP010553.1	verrucomicrobia	Akkermansia muciniphila strain H2 chromosome	True	False
USA0006_01_000000011795	2048	0.6766724338607683	3	1	1	1	1	False	2132	fragment	False	USA0006_01_000000011795	1.0		0	0	False	False	0.98828125	0					non-mobilizable	no_good_hit	877.0	87.913	43.0	0.0003149081409706313	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	True	False
MAD0042_000000020925	1208	0.6766679867699628	1	1	1	1	1	False	18092	maximal	True	MAD0042_000000020925	1.0		6	4	False	False	0.9991722106933594	0					non-mobilizable	other	1157.0	75.02199999999999	95.0	0.016387587152817466	NZ_JHXL01000007.1	mycoplasmas	Acholeplasma equifetale ATCC 29724 T434DRAFT_scaffold00007.7_C, whole genome shotgun sequence	False	False
FIJ0140_000000011655	2587	0.6766658953324808	3	3	3	3	2	False	42028	fragment	False	FIJ0140_000000011655	0.999622783855149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	76.265	34.0	0.00015696416026485168	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ENG0159_000000011946	1921	0.6766645281898239	2	1	1	1	1	False	56522	fragment	False	ENG0159_000000011946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	80.556	15.0	0.019272677744483793	NZ_QRCT01000011.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.11, whole genome shotgun sequence	True	False
FIJ0081_000000015135	2328	0.6766477804772445	1	1	1	1	0	False	50568	maximal	True	FIJ0081_000000015135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	2.0	7.324165978463022e-06	CP020743.1	firmicutes	Bacillus mycoides strain Gnyt1 chromosome, complete genome	True	False
MON0069_000000023291	2154	0.6766443724700372	3	3	3	3	3	False	10493	maximal	True	MON0069_000000023291	1.0		22	7	False	False	0.9939647316932678	0					non-mobilizable	no_good_hit	41.0	100.0	2.0	3.6992987979128556e-05	NZ_OLMM01000005.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	False
AST0148_000000015620	2220	0.6766442642020793	3	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.28338853591343993		0	0	False	False	0.99909907579422	0					non-mobilizable	other	2220.0	98.514	100.0	0.0006627899780893651	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0805_000000003460	3404	0.6766414979749976	5	4	4	4	2	True	21798	maximal	True	ISR0805_000000003460	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	99.82799999999999	34.0	0.00047221874769543806	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	True
ENG0096_000000015583	2135	0.6766289120946946	3	3	2	3	2	False	69059	maximal	True	ENG0096_000000015583	1.0		0	0	False	False	0.9859485030174255	0					non-mobilizable	no_good_hit	764.0	97.775	54.0	0.47747183979974966	HG796511.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01496	True	False
USA0039_01_000000002928	8052	0.6766260526210771	10	7	4	5	5	False	76549	maximal	True	USA0039_01_000000002928	1.0		6	4	False	False	0.9991306662559509	0					non-mobilizable	no_good_hit	1598.0	78.285	28.0	0.006701030927835051	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
ISR0135_000000007276	2607	0.6766196113049352	2	2	2	2	2	False	61382	fragment	False	ISR0135_000000007276	0.9671727533853098		0	0	False	False	0.994246244430542	0					non-mobilizable	no_good_hit	311.0	74.277	12.0	0.0014312185736153433	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
FIJ0171_000000010877	1903	0.6766190765343901	3	3	3	3	3	False	38796	maximal	True	FIJ0171_000000010877	1.0		7	1	False	False	1.0	0					non-mobilizable	other	1277.0	99.60799999999999	99.0	0.0006493470144031885	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	False
CAN0016_000000016471	2937	0.6766151957301612	3	2	1	2	2	False	121066	maximal	True	CAN0016_000000016471	1.0		21	9	False	False	0.999659538269043	0					non-mobilizable	no_good_hit	998.0	72.846	34.0	0.0002794195380187528	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0093_000000033185	1395	0.6766052242466645	1	1	1	1	1	False	12787	maximal	True	MON0093_000000033185	1.0		9	3	False	False	0.9964157938957214	0					non-mobilizable	no_good_hit	983.0	74.975	69.0	0.0029258047480590745	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
FIJ0073_000000004715	3993	0.6766049457392386	7	6	3	5	4	False	128524	fragment	False	FIJ0073_000000004715	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3582.0	96.985	90.0	0.001114043039828672	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0005_000000020378	1338	0.6766030630995373	1	1	1	1	1	False	127889	fragment	False	ISR0068_000000014413	0.9367025432149979		0	0	False	False	0.9970104694366455	0					non-mobilizable	other	1338.0	99.552	100.0	0.0042737774822751715	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0087_000000029343	1243	0.6766030630995373	1	1	1	1	1	False	110524	fragment	False	AST0087_000000029343	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	93.242	100.0	0.005435448577680525	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0002_000000031929	1176	0.6766005852700414	2	2	2	2	2	False	130818	fragment	False	MON0014_000000013206	0.9526930395065573		0	0	False	False	0.9804421663284302	0					non-mobilizable	other	1176.0	98.29899999999999	100.0	0.011542126305242581	NZ_SPGG01000015.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_15_length_101801_cov_38.5671, whole genome shotgun sequence	False	False
FIJ0088_000000002543	11601	0.6765958133217436	7	7	6	6	5	False	123645	maximal	True	FIJ0088_000000002543	1.0	PS902	22	7	False	True	1.0	0					non-mobilizable	no_good_hit	3061.0	99.804	45.0	0.015362371227182361	NZ_AGDG01000028.1	CFB group bacteria	Bacteroides faecis MAJ27 contig028, whole genome shotgun sequence	True	True
FIJ0007_000000015499	1219	0.6765956904582241	2	2	2	2	1	False	51525	maximal	False	FIJ0133_000000029848	0.944954128440367		0	0	False	False	1.0	0					non-mobilizable	chromosome	1219.0	99.426	100.0	0.0002529264609046918	CP060733.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 chromosome, complete genome	False	False
ISR0092_000000014067	2013	0.6765924741137561	2	2	2	2	2	False	33580	maximal	True	ISR0092_000000014067	1.0		48	7	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	78.295	6.0	3.1100938954489285e-05	CP054157.1	enterobacteria	Proteus vulgaris strain Biosolid 26 chromosome, complete genome	True	False
MON0095_000000016369	1891	0.6765874926282873	3	3	3	3	1	True	9315	maximal	True	MON0095_000000016369	1.0		0	0	False	False	0.9925965070724487	0					non-mobilizable	no_good_hit	368.0	100.0	19.0	0.0028242500731072906	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MAD0070_000000007216	2575	0.6765873752032581	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.04388572189856044		0	0	False	False	0.9996116757392883	0					non-mobilizable	other	2600.0	90.42299999999999	99.0	0.00542199787971236	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0328_000000025788	1129	0.6765816826963015	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.2333903388970814		0	0	False	False	1.0	0					non-mobilizable	other	955.0	98.01	95.0	0.01906817772980752	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0138_000000021358	1275	0.6765713871017732	2	2	2	2	2	False	35895	fragment	False	SPA0138_000000021358	0.9885618436021756		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	72.462	100.0	0.000360234637937221	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0083_000000030737	1184	0.6765677421679825	2	1	1	1	1	False	44031	maximal	True	FIJ0083_000000030737	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	72.555	53.0	0.0009488767804809476	NZ_QGTQ01000001.1	firmicutes	Paenibacillus cellulosilyticus strain CECT 5696 Ga0244610_101, whole genome shotgun sequence	True	False
ISR0812_000000007973	4833	0.6765654923445032	12	7	0	1	6	False	62414	fragment	False	ISR0812_000000007973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2201.0	100.0	75.0	0.05695203085764581	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	True	False
ENG0012_000000010657	2238	0.6765636403338879	3	1	1	1	1	False	67072	maximal	True	ENG0012_000000010657	1.0		2	2	False	False	0.9696157574653625	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000015403	1269	0.6765636403338879	2	1	1	1	1	False	3713	fragment	False	SPA0133_000000015403	0.9987244897959184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000033071	1237	0.6765636403338879	2	1	1	1	1	False	74953	maximal	True	DEN0018_000000033071	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0132_000000035194	1176	0.6765636403338879	2	1	1	1	1	False	3713	fragment	False	SPA0133_000000015403	0.9621749408983451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0050_000000038491	1084	0.6765636403338879	1	1	1	1	1	False	11284	maximal	True	MON0050_000000038491	1.0		535	13	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	89.26	89.0	0.00026912802519835733	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
MON0021_000000019960	1513	0.6765487145440718	2	2	2	2	1	False	13060	maximal	True	MON0021_000000019960	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	77.5	11.0	1.6845993374426474e-05	LN907826.1	a-proteobacteria	Bradyrhizobium sp. G22 genome assembly, chromosome: I	True	False
AUS0004_000000014547	1375	0.6765426843533694	2	1	1	1	1	False	102332	maximal	True	AUS0004_000000014547	1.0		31	9	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit	768.0	91.536	56.0	0.0035448966033107382	NZ_BBAB01000001.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0080_000000024279	1185	0.676535301924611	2	2	2	2	2	False	80709	maximal	True	ENG0080_000000024279	0.9796227742975316		253	12	False	False	0.9966244697570801	0					non-mobilizable	chromosome	1185.0	97.89	100.0	0.0005521898712334261	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0334_000000007328	2752	0.6765338460802964	6	4	3	3	4	False	94417	fragment	False	ISR0334_000000007328	1.0		0	0	False	False	0.9974563717842102	0					non-mobilizable	chromosome	2752.0	98.001	100.0	0.0005301633253786351	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
MON0106_000000017100	2410	0.6765317658737113	6	1	1	1	1	True	98405	fragment	False	FIJ0062_000000011634	0.9598700136134032		0	0	False	False	0.9995850324630737	0					non-mobilizable	no_good_hit								True	True
MON0060_000000017037	2337	0.6765317658737113	6	1	1	1	1	True	98405	fragment	False	FIJ0062_000000011634	0.9517289188270512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0005_000000039337	1389	0.6765317658737113	3	1	1	1	1	True	98400	fragment	False	MON0005_000000039337	0.9686131429507275		0	0	False	False	0.9992800354957581	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	4.0	0.00023108697536035124	LN593855.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001023	True	True
CHI0098_000000004805	1899	0.6765256069035614	3	2	1	2	1	True	84527	fragment	False	CHI0098_000000004805	1.0		0	0	False	False	0.9994733929634094	0					non-mobilizable	no_good_hit	1390.0	94.029	73.0	0.02976899261728983	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
CHI0077_000000011487	1214	0.6765256069035614	2	2	1	2	1	True	84526	fragment	False	CHI0077_000000011487	1.0		0	0	False	False	0.9991762638092041	0					non-mobilizable	plasmid	1185.0	94.59899999999999	97.0	0.025590508562644786	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	False	True
ETH0005_000000016284	2933	0.6765233170064988	3	2	1	2	2	False	52771	maximal	True	ETH0005_000000016284	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000002384	9266	0.6765212833185911	10	7	5	7	2	True	120260	fragment	False	MON0105_000000004668	0.9659388770422203		0	0	False	False	0.9998920559883118	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.0003272912125791244	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
CAN0005_000000002098	9265	0.6765212833185911	10	7	5	7	2	True	120260	fragment	False	MON0105_000000004668	0.9659172927555808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.0003272912125791244	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
ISR0286_000000003030	4358	0.6765186692010483	7	2	1	1	2	False	26050	maximal	True	ISR0286_000000003030	1.0		2	1	False	False	0.9938045144081116	0					non-mobilizable	no_good_hit	1214.0	69.357	27.0	0.0005299635661257331	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	False
ISR0295_000000030211	1174	0.6765161525510895	2	2	2	2	2	False	74667	maximal	True	ISR0295_000000030211	0.9632858084067926		80	9	False	False	0.9540033936500549	0					non-mobilizable	no_good_hit	304.0	96.382	26.0	0.4322396576319544	EU061144.1	bacteria	Uncultured bacterium clone LM0ABA40ZF08RM1 genomic sequence	True	False
ISR0162_000000021345	1855	0.6765079255953006	2	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.34919510103601725		0	0	False	False	1.0	0					non-mobilizable	other	1855.0	98.814	100.0	0.04238683127572016	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0169_000000008502	2731	0.6765076773845082	2	2	2	2	2	False	55914	fragment	False	ENG0169_000000008502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	0.00046332596763846317	NZ_JHYQ01000015.1	g-proteobacteria	Thiothrix lacustris DSM 21227 Q394DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MON0033_000000032174	1915	0.6764853346567798	5	3	2	2	2	True	82700	fragment	False	MON0033_000000032174	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	80.488	100.0	0.0003124312712705424	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0065_000000030216	1159	0.6764783032623236	2	2	2	2	2	False	35155	fragment	False	ISR0065_000000030216	1.0		0	0	False	False	0.9896462559700012	0					non-mobilizable	no_good_hit	200.0	77.5	17.0	0.0016082757505960319	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
CHI0012_000000002525	2323	0.6764755341254998	5	5	4	4	2	True	90105	maximal	True	CHI0012_000000002525	1.0		1	1	False	False	0.997417151927948	0					non-mobilizable	other	2323.0	93.801	99.0	0.03565114455701262	NZ_BAJR01000020.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	False	True
ISR0353_000000006868	4922	0.6764657883832167	7	6	4	3	5	True	124580	maximal	True	ISR0353_000000006868	0.9982567008062759		326	15	False	False	1.0	0					non-mobilizable	other	4924.0	92.486	100.0	0.03919803731022287	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
MAD0107_000000002406	12922	0.6764638898353916	13	2	2	2	2	False	31736	maximal	True	MAD0107_000000002406	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0009673518742442564	NZ_BALG01000009.1	firmicutes	Paenibacillus popilliae ATCC 14706, whole genome shotgun sequence	True	False
MON0064_000000023852	1239	0.6764626395305642	2	2	2	2	2	False	10696	fragment	False	MON0064_000000023852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000006080	3418	0.6764623109104118	7	2	1	2	2	False	60179	maximal	True	ENG0105_000000006080	1.0		3	2	False	False	0.9941486120223999	0					non-mobilizable	no_good_hit	535.0	82.991	16.0	0.0033069849975802547	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ISR0133_000000008396	2445	0.6764617862486767	4	2	1	1	2	True	130611	fragment	False	SPA0048_000000004397	0.1479465634781609		0	0	False	False	1.0	0					non-mobilizable	other	2445.0	99.91799999999999	100.0	0.398336866134029	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0211_000000011006	2047	0.676461683664409	3	2	2	2	1	True	28408	fragment	False	ISR0211_000000011006	1.0		0	0	False	False	0.976062536239624	0					non-mobilizable	no_good_hit								True	True
TAN0002_000000013105	2786	0.6764589696201115	4	4	3	3	2	True	36624	fragment	False	TAN0002_000000013105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	93.993	67.0	0.0001701106803313214	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0037_000000001907	10641	0.6764579833968257	10	10	8	9	10	False	101320	fragment	False	FIJ0014_000000001935	0.9541144679141595		0	0	False	False	0.9994361400604248	0					non-mobilizable	no_good_hit	289.0	82.699	3.0	0.006898203592814371	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
FIJ0043_000000010963	2461	0.6764508186003606	4	2	2	1	1	False	123999	fragment	False	FIJ0043_000000010963	1.0		0	0	False	False	0.997968316078186	0					non-mobilizable	other	1324.0	98.26299999999999	100.0	0.00036711820539735965	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0014_000000030168	1123	0.6764508186003606	2	2	2	1	1	False	123997	fragment	False	ISR0104_000000012139	0.11294993543753863		0	0	False	False	0.9955476522445679	0					non-mobilizable	other	1123.0	96.616	100.0	0.0003099121915457287	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0083_000000029927	1355	0.6764505932020047	3	1	1	1	1	False	80218	fragment	False	SPA0062_000000018882	0.48096885813148793		0	0	False	False	0.9601476192474365	0					non-mobilizable	no_good_hit								True	False
ISR0331_000000010315	2268	0.6764475463261923	3	3	3	3	3	False	24614	maximal	True	ISR0331_000000010315	1.0		258	10	False	False	0.9920634627342224	0					non-mobilizable	other	2234.0	99.821	99.0	0.012505110126731143	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0073_000000000499	7515	0.6764444397314991	8	7	6	7	6	True	98719	fragment	False	MAD0025_000000001121	0.7207414259698357		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	7515.0	99.973	100.0	0.14455559830704118	CP018662.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain 95-0621 plasmid pSE95-0621-1, complete sequence	False	True
FIJ0067_000000030028	1130	0.6764404839397189	2	2	2	2	2	False	45145	maximal	True	FIJ0067_000000030028	1.0		179	12	False	False	0.982300877571106	0					non-mobilizable	no_good_hit	304.0	73.684	27.0	4.320630679136672e-05	NZ_CP050066.1	a-proteobacteria	Bradyrhizobium symbiodeficiens strain 101S1MB chromosome, complete genome	True	False
FIJ0035_000000010183	1186	0.6764395581741554	2	2	2	2	1	False	47995	fragment	False	FIJ0035_000000010183	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1190.0	95.546	100.0	0.0003316586205632263	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0121_000000013908	1853	0.676438587693125	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.38510369518401816		0	0	False	False	0.9994603395462036	0					non-mobilizable	chromosome	1857.0	92.461	100.0	0.0006240455452269772	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
TAN0007_000000002273	10724	0.6764269373277296	11	6	3	4	4	True	113140	fragment	False	TAN0007_000000002273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7705.0	95.6	72.0	0.17590857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0032_000000031507	1203	0.6764252686181979	2	1	1	1	1	False	48357	maximal	True	FIJ0032_000000031507	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	78.862	10.0	0.0002813368746811118	NZ_CADIKI010000004.1	b-proteobacteria	Paraburkholderia fynbosensis strain LMG 27177 isolate LMG 27177, whole genome shotgun sequence	True	False
FIJ0062_000000015284	1907	0.6764213473366479	3	2	1	2	1	True	89984	fragment	False	CHI0013_000000004622	0.9699481865284973		0	0	False	False	1.0	0					non-mobilizable	plasmid	1863.0	81.05199999999999	97.0	0.006035405084311885	MK413720.1	enterobacteria	Enterobacter cloacae strain 12949 plasmid p12949-HI2, complete sequence	False	True
ENG0154_000000003370	7391	0.6764207805572177	11	4	2	2	4	False	56862	maximal	True	ENG0154_000000003370	1.0		1	1	False	False	0.9987822771072388	0					non-mobilizable	no_good_hit	1455.0	80.687	37.0	0.00020183976237672955	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0211_000000010964	2053	0.6764197784839701	3	3	3	2	0	True	40673	maximal	True	ISR0211_000000010964	1.0		5	3	False	False	0.9668777585029602	0					non-mobilizable	no_good_hit	309.0	100.0	15.0	8.18426935599632e-05	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
CHI0122_000000004722	2895	0.6764194210761639	4	4	4	3	2	False	121389	fragment	False	CHI0122_000000004722	1.0		0	0	False	False	0.9934369325637817	0					non-mobilizable	chromosome	2085.0	99.42399999999999	100.0	0.0006568717962134052	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0162_000000005292	4563	0.6764183014839237	7	5	4	4	2	False	56379	maximal	True	ENG0162_000000005292	1.0		1	1	False	False	0.9971510171890259	0					non-mobilizable	no_good_hit	243.0	99.177	5.0	0.0005349745113383648	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	True	False
ISR0223_000000014033	2128	0.6764131118397663	3	3	3	3	3	False	102997	fragment	False	AUS0002_000000015444	0.9346657605887589		0	0	False	False	0.9896616339683533	0					non-mobilizable	no_good_hit	1819.0	74.491	83.0	0.005678552032750128	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
FIJ0067_000000016650	1869	0.6764111833402127	4	3	1	3	1	False	88637	maximal	True	FIJ0067_000000016650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0045_000000012558	2045	0.6764097641394426	2	2	1	1	2	True	41923	fragment	False	ISR0045_000000012558	1.0		0	0	False	False	0.9916870594024658	0					non-mobilizable	no_good_hit	1168.0	73.116	57.0	0.12616463882494794	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0222_000000024535	1991	0.676397741046557	2	2	2	2	2	False	93587	fragment	False	ISR0222_000000024535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	72.388	19.0	0.0010674538230913135	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
ISR0011_000000001236	18591	0.6763903112407511	18	8	5	7	4	False	63349	fragment	False	ISR0011_000000001236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0202_000000006788	3342	0.6763873067814287	5	4	4	3	3	False	112697	fragment	False	ISR0152_000000007022	0.5622022172178704		0	0	False	False	1.0	0					non-mobilizable	other	3342.0	96.679	100.0	0.03630040213020324	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0100_000000010813	1461	0.6763829763294091	2	2	2	2	1	False	68697	fragment	False	ISR0100_000000010813	0.9929357139960477		0	0	False	False	1.0	0					non-mobilizable	chromosome	914.0	98.14	99.0	0.00028777540784205325	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0398_000000015647	1459	0.6763829763294091	2	2	2	2	1	False	68697	fragment	False	ISR0100_000000010813	0.9907800024898643		0	0	False	False	0.9979438185691833	0					non-mobilizable	chromosome	921.0	98.48	99.0	0.00028998179103470863	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0090_000000021858	1369	0.6763829763294091	2	2	2	2	1	False	68697	fragment	False	ISR0100_000000010813	0.9504558158765635		0	0	False	False	0.9919649362564087	0					non-mobilizable	chromosome	815.0	98.037	99.0	0.00025657084554592697	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0106_000000018194	1153	0.6763829763294091	2	2	2	2	1	False	62700	fragment	False	ENG0106_000000018194	0.962422634836428		0	0	False	False	0.9601040482521057	0					non-mobilizable	chromosome	518.0	98.069	99.0	0.0001629571586575482	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0066_000000019387	1131	0.6763829763294091	2	2	2	2	1	False	62700	fragment	False	ENG0106_000000018194	0.953599306157849		0	0	False	False	1.0	0					non-mobilizable	chromosome	593.0	98.65100000000001	99.0	0.00018659697857885597	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0204_000000011312	1198	0.6763722588096289	2	1	1	1	1	False	82674	fragment	False	ENG0159_000000018254	0.9600184339549124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000023544	1298	0.6763659335280846	1	1	1	1	0	False	2150	maximal	True	USA0005_01_000000023544	1.0		1	1	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	77.0	80.51899999999999	6.0	2.1709608844266122e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
CAN0022_000000000211	59114	0.6763645393645483	98	32	13	25	17	True	91685	maximal	True	CAN0022_000000000211	1.0		2	1	True	True	1.0	610					non-mobilizable	no_good_hit	5207.0	91.992	46.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0051_000000014150	1333	0.6763644243808554	3	2	2	2	0	False	86567	maximal	True	CHI0051_000000014150	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1131.0	87.887	94.0	0.020046895416062575	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	False	False
FIJ0089_000000006295	3658	0.6763558255200622	5	5	3	3	4	True	110925	maximal	True	FIJ0089_000000006295	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	93.447	40.0	0.00041502058104900914	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0034_000000017503	1576	0.6763506468393197	3	2	2	2	1	True	61607	fragment	False	FIJ0034_000000017503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	85.714	5.0	0.0005227863869006512	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	True
ISR0148_000000025535	1147	0.6763487375897504	1	1	1	1	1	False	30894	fragment	False	ISR0148_000000025535	1.0		0	0	False	False	0.9468178153038025	0					non-mobilizable	no_good_hit	408.0	72.059	35.0	0.0037748701501433314	NZ_FQZL01000013.1	firmicutes	Dethiosulfatibacter aminovorans DSM 17477, whole genome shotgun sequence	True	False
FIJ0153_000000007510	3611	0.6763467348782779	6	2	2	1	1	True	121665	backbone	False	MON0048_000000009199	0.6032458447552005	PS858	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	1103.0	94.56	51.0	0.3034235229155163	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
SPA0025_000000009543	2238	0.676344689317386	4	4	4	2	1	False	7567	maximal	True	SPA0025_000000009543	1.0		99	7	False	False	0.9950848817825317	0					non-mobilizable	no_good_hit	207.0	78.744	9.0	0.002326478732579781	NZ_JPMD01000011.1	firmicutes	Clostridium sulfidigenes strain 113A c11, whole genome shotgun sequence	True	False
ENG0051_000000005002	5357	0.6763407597410633	5	4	1	4	1	True	81253	maximal	True	ENG0051_000000005002	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0085_000000001752	13031	0.6763337597441293	14	11	9	9	6	False	123555	maximal	False	ISR0157_000000001898	0.957659913498748		0	0	False	False	0.9993093609809875	0					non-mobilizable	no_good_hit	2902.0	82.185	22.0	0.003594104773373798	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0086_01_000000008784	1965	0.6763319188680078	2	1	1	1	1	False	74444	maximal	True	USA0086_01_000000008784	1.0		8	3	False	False	0.9862595200538635	0					non-mobilizable	no_good_hit	1152.0	98.87200000000001	87.0	0.003705194031772602	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0005_000000016278	3187	0.6763289369340512	6	5	4	4	4	False	43076	fragment	False	MON0005_000000016278	1.0		0	0	False	False	0.9996862411499023	0					non-mobilizable	no_good_hit	543.0	76.42699999999999	17.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
CHI0076_000000001666	4307	0.6763255240668591	3	3	3	3	2	False	84621	maximal	True	CHI0076_000000001666	1.0		6	3	False	False	0.9995356202125549	0					non-mobilizable	no_good_hit	2302.0	95.569	54.0	0.007315700619020821	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0137_000000008565	1885	0.6763220667737483	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.0289079473679591		0	0	False	False	0.9538461565971375	0					non-mobilizable	chromosome	1145.0	83.319	94.0	0.00040121571537608943	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0357_000000000572	23073	0.6763154428095668	18	9	4	7	3	True	23893	maximal	True	ISR0357_000000000572	1.0		4	1	False	False	0.9994365572929382	0					non-mobilizable	no_good_hit	2227.0	99.686	10.0	0.0009268180164095919	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ENG0181_000000015622	1290	0.676315274481384	2	2	2	1	1	False	94890	fragment	False	USA0021_01_000000012788	0.8153777132189531		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	99.45700000000001	100.0	0.00036749905630575924	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CAN0008_000000022148	1270	0.676315274481384	2	2	2	1	1	False	94890	fragment	False	USA0021_01_000000012788	0.672116538877909		0	0	False	False	0.9992126226425171	0					non-mobilizable	other	1270.0	99.291	100.0	0.014529757951865167	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
FIJ0095_000000020176	1376	0.6763122043735309	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.15299183435701763	PS787	0	0	False	True	0.9840116500854492	0					non-mobilizable	chromosome	1322.0	98.79	100.0	0.000544020347431738	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0006_000000003378	5329	0.6763066248424516	8	4	3	3	2	True	14063	fragment	False	MON0006_000000003378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.9600579645128516e-06	NZ_CP015163.1	high GC Gram+	Amycolatopsis albispora strain WP1 chromosome, complete genome	True	True
MAD0064_000000019445	1213	0.6763065065084165	2	2	2	2	2	False	16658	maximal	True	MAD0064_000000019445	1.0		22	3	False	False	0.966199517250061	0					non-mobilizable	other	1166.0	81.561	95.0	0.005722291284358413	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0266_000000000129	52292	0.676301731835321	58	6	4	4	2	True	114293	fragment	False	ISR0266_000000000129	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	22386.0	97.713	95.0	0.23052593622830062	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
DEN0041_000000013098	2594	0.6763010032878909	3	2	2	2	1	False	73126	fragment	False	DEN0041_000000013098	1.0		0	0	False	False	0.9895913600921631	0					non-mobilizable	no_good_hit								True	False
ISR0192_000000006768	2868	0.6762999018832687	2	2	2	1	0	True	29130	fragment	False	ISR0192_000000006768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0194_000000005737	4670	0.6762928572350717	6	4	1	3	3	False	114843	maximal	False	ISR0058_000000004718	0.9689970869746151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1350.0	98.889	60.0	0.16296206813239913	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
SPA0006_000000022234	1421	0.6762892562430143	1	1	1	1	1	False	13267	fragment	False	SPA0006_000000022234	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1397.0	95.991	100.0	0.0005749071953177186	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0094_000000004567	4073	0.6762869135659219	5	3	3	3	1	False	43197	maximal	True	FIJ0094_000000004567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	98.734	17.0	0.00022379029525504686	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0137_000000000248	38719	0.6762786649936913	24	3	0	3	2	True	78485	fragment	False	ENG0137_000000000248	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	23622.0	97.02799999999999	98.0	0.23877986391256434	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
AST0003_000000001677	17580	0.6762733107192275	20	13	7	8	9	True	130786	maximal	True	AST0003_000000001677	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6427.0	98.211	79.0	0.0028533471493526865	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0066_000000031814	1120	0.6762694321721333	3	1	1	1	1	False	16535	maximal	True	MAD0066_000000031814	1.0		2	2	False	False	0.9598214030265808	0					non-mobilizable	no_good_hit	117.0	78.632	10.0	0.00037249840946475607	CP035120.1	euryarchaeotes	Halorussus sp. RC-68 plasmid unnamed1, complete sequence	True	False
FIJ0075_000000009801	1990	0.6762646719777967	3	3	3	3	2	False	114894	fragment	False	ISR0216_000000008235	0.4495541114627243		0	0	False	False	0.9954773783683777	0					non-mobilizable	chromosome	1346.0	93.38799999999999	100.0	0.0005767282229352593	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
CHI0135_000000008248	2446	0.6762627253499663	4	4	3	2	3	False	80689	maximal	True	CHI0135_000000008248	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	79.827	15.0	0.0005039445660977292	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
SPA0150_000000015440	1355	0.6762609613381731	2	2	2	2	1	False	60413	maximal	True	SPA0150_000000015440	1.0		155	11	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	81.749	39.0	0.00252916503767201	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	True	False
ISR0192_000000015290	1112	0.6762609613381731	2	2	2	2	1	False	60412	fragment	False	ENG0101_000000030335	0.9937722419928826		0	0	False	False	0.9982014298439026	0					non-mobilizable	no_good_hit	529.0	81.85300000000001	47.0	0.0025436449901777656	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	True	False
ISR0130_000000005111	5258	0.6762516630627534	5	5	3	4	5	False	109933	fragment	False	ISR0001_000000005448	0.9783375676952923		0	0	False	False	0.9933434724807739	0					non-mobilizable	other	5260.0	98.59299999999999	100.0	0.0011106927034944686	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
AST0025_000000023800	1595	0.6762509731128584	2	1	1	1	1	False	120096	maximal	True	AST0025_000000023800	1.0		1	1	False	False	0.989341676235199	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000019395	1575	0.6762500957315575	2	2	2	2	1	False	41289	fragment	False	SPA0144_000000011146	0.9713937918441875		0	0	False	False	0.9974603056907654	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0626068374275854e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0037_000000004373	2932	0.6762495163131472	4	4	3	4	4	False	88000	maximal	True	CHI0037_000000004373	1.0		89	10	False	False	1.0	0					non-mobilizable	chromosome	2932.0	100.0	100.0	0.000543373073166825	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
ISR0217_000000005217	5168	0.6762416673443598	6	4	3	4	2	False	127117	maximal	True	ISR0217_000000005217	1.0		3	1	False	False	0.9988390207290649	0					non-mobilizable	no_good_hit	2100.0	99.524	59.0	0.0006615997601976668	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0123_000000003013	3633	0.6762393486689604	5	3	3	3	2	True	79550	maximal	True	SPA0123_000000003013	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3635.0	95.626	99.0	0.0009490692364863697	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	True
CAN0007_000000031872	1252	0.6762388716398327	2	1	1	1	1	False	95162	fragment	False	CAN0007_000000031872	1.0		0	0	False	False	0.9992012977600098	0					non-mobilizable	no_good_hit	851.0	85.899	89.0	0.0001892247653267039	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	False
ENG0072_000000007228	1492	0.6762362246047288	2	1	1	1	1	False	62260	maximal	True	ENG0072_000000007228	1.0		9	5	False	False	0.9886059165000916	0					non-mobilizable	no_good_hit	1217.0	98.685	82.0	0.00042385110556820445	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0384_000000018488	1124	0.6762318951589189	2	1	1	1	1	False	23066	fragment	False	ISR0384_000000018488	1.0		0	0	False	False	0.9991103410720825	0					non-mobilizable	chromosome	1127.0	92.19200000000001	100.0	0.0003921319850034786	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0001_000000005342	4563	0.6762237361312284	6	3	1	2	1	True	102096	fragment	False	ENG0001_000000005342	0.9853974205230823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	82.734	9.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ISR0115_000000006627	4561	0.6762237361312284	6	3	1	2	1	True	102096	fragment	False	ENG0001_000000005342	0.9853243691679796		0	0	False	False	0.9995614886283875	0					non-mobilizable	no_good_hit	417.0	82.734	9.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
DEN0064_000000007673	4545	0.6762237361312284	5	3	1	2	1	True	102096	fragment	False	ENG0001_000000005342	0.9833382863307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	82.734	9.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ISR0820_000000004052	4539	0.6762237361312284	5	3	1	2	1	True	102096	fragment	False	ENG0001_000000005342	0.982751682580601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	82.734	9.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ISR0794_000000004251	4473	0.6762237361312284	6	3	1	2	1	True	102096	fragment	False	ENG0001_000000005342	0.9689520225741076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	81.471	8.0	0.0062937790415424095	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ISR0074_000000006146	4446	0.6762237361312284	5	3	1	2	1	True	102096	fragment	False	ENG0001_000000005342	0.9120154640788405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	88.29799999999999	2.0	0.07371794871794872	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	True
ENG0166_000000006482	4054	0.6762237361312284	4	3	1	2	1	True	75375	fragment	False	ENG0166_000000006482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	88.29799999999999	2.0	0.07371794871794872	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	True
DEN0016_000000001741	3661	0.6762237361312284	4	3	1	2	1	True	75374	fragment	False	DEN0016_000000001741	1.0		0	0	False	False	0.994810163974762	0					non-mobilizable	no_good_hit	94.0	88.29799999999999	3.0	0.07371794871794872	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	True
FIJ0035_000000004075	2973	0.6762196021729072	3	3	3	2	2	False	48039	maximal	True	FIJ0035_000000004075	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	71.594	26.0	0.0030464554669378157	NZ_FNHQ01000001.1	firmicutes	Megasphaera paucivorans strain DSM 16981, whole genome shotgun sequence	True	False
ISR0785_000000031955	1215	0.6762165884787079	2	2	2	1	1	False	96061	fragment	False	CAN0004_000000022557	0.9672131147540983		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	99.75299999999999	100.0	0.0167026677489922	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0228_000000013489	1987	0.6762134967313133	3	3	3	3	2	False	125064	fragment	False	ISR0356_000000008953	0.9487000928505107		0	0	False	False	1.0	0					non-mobilizable	other	1987.0	98.13799999999999	100.0	0.018807530588279858	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
USA0057_01_000000027755	1176	0.6762132610898476	2	2	1	2	1	False	79411	fragment	False	MON0043_000000018490	0.2732426303854875		0	0	False	False	0.9719387888908386	0					non-mobilizable	no_good_hit								True	False
FIJ0159_000000011040	2204	0.6762116616130875	4	4	4	3	2	False	39404	maximal	True	FIJ0159_000000011040	1.0		47	9	False	False	0.9981850981712341	0					non-mobilizable	no_good_hit	304.0	78.289	14.0	0.0001328350775791925	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0058_000000018219	1694	0.6762111340259179	3	3	3	3	3	False	52517	fragment	False	SPA0058_000000018219	0.9495848161328588		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	99.23299999999999	100.0	0.07606595677764298	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	False	False
MON0102_000000033567	1310	0.6762088312542991	3	2	2	1	1	False	8932	fragment	False	MON0102_000000033567	1.0		0	0	False	False	0.9969465732574463	0					non-mobilizable	no_good_hit								True	False
MON0021_000000020165	1498	0.6762080910618408	1	1	1	1	1	False	46306	fragment	False	MON0021_000000020165	1.0		0	0	False	False	0.998664915561676	0					non-mobilizable	no_good_hit	1350.0	78.741	89.0	0.0003713531263431141	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0034_000000004869	4028	0.6762049633813804	5	5	4	5	4	False	82103	fragment	False	ISR0034_000000004869	0.9909595024761307		0	0	False	False	0.9982621669769287	0					non-mobilizable	no_good_hit	417.0	92.566	23.0	0.00019401265746039296	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0018_000000017050	1292	0.6761944836560528	2	2	0	2	1	True	66592	fragment	False	ENG0018_000000017050	1.0		0	0	False	False	0.9628483057022095	0					non-mobilizable	no_good_hit								True	True
ISR0033_000000013072	2367	0.6761886469805646	3	3	3	3	3	False	107567	fragment	False	ENG0020_000000007696	0.9597437598334755		0	0	False	False	0.9966201782226562	0					non-mobilizable	chromosome	2367.0	99.45100000000001	100.0	0.000762605144264845	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0210_000000014396	1318	0.6761818026226131	2	2	2	2	2	False	115004	maximal	False	ISR0065_000000026074	0.9736644093303235		0	0	False	False	0.9863429665565491	0					non-mobilizable	other	1317.0	98.25399999999999	99.0	0.0003735766615645254	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0126_000000034206	1329	0.6761809973318924	3	2	2	2	2	False	67656	fragment	False	ENG0005_000000016737	0.9371711004113294		0	0	False	False	0.9977426528930664	0					non-mobilizable	other	1329.0	97.59200000000001	100.0	0.00039740477921142083	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0019_000000005660	4612	0.6761687036883155	7	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.9888455519228364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	91.304	4.0	0.006724874605238715	NZ_JAAWUO010000025.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_25_length_26915_cov_147.311, whole genome shotgun sequence	True	True
ISR0101_000000005193	4562	0.6761687036883155	7	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.912268576603246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	96.552	3.0	2.2887613037529563e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0156_000000005770	4536	0.6761687036883155	7	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.9112412995922878		0	0	False	False	0.9997795224189758	0					non-mobilizable	no_good_hit	148.0	89.189	3.0	0.005424484488203604	NZ_JAAWUO010000025.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_25_length_26915_cov_147.311, whole genome shotgun sequence	True	True
ENG0128_000000005471	4493	0.6761687036883155	7	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.9045541414744515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	91.81299999999999	4.0	0.006241872561768531	NZ_JAAWUO010000025.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_25_length_26915_cov_147.311, whole genome shotgun sequence	True	True
AST0006_000000003521	4453	0.6761687036883155	7	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.9048335846903149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.000712992142826586	NZ_JAAITU010000016.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_16_length_70127_cov_172.725, whole genome shotgun sequence	True	True
AST0116_000000005886	4447	0.6761687036883155	7	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.9042627611339454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.000712992142826586	NZ_JAAITU010000016.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_16_length_70127_cov_172.725, whole genome shotgun sequence	True	True
ISR0072_000000005853	4433	0.6761687036883155	7	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.9025741111948183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.000712992142826586	NZ_JAAITU010000016.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_16_length_70127_cov_172.725, whole genome shotgun sequence	True	True
ISR0183_000000007857	4420	0.6761687036883155	7	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.8865349606076153		0	0	False	False	0.996832549571991	0					non-mobilizable	no_good_hit	108.0	100.0	2.0	4.352771372921043e-05	CP035757.1	firmicutes	Lactococcus lactis strain SRCM103457 chromosome	True	True
AST0058_000000003688	4365	0.6761687036883155	7	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.8881303978463827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.000712992142826586	NZ_JAAITU010000016.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_16_length_70127_cov_172.725, whole genome shotgun sequence	True	True
ISR0309_000000003911	4240	0.6761687036883155	7	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.8741930551544558		0	0	False	False	0.998113214969635	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00012146861954110434	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
FIJ0158_000000004615	3844	0.6761687036883155	6	3	2	3	2	True	127622	fragment	False	ISR0127_000000004183	0.15849056603773584		0	0	False	False	0.9958376884460449	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
ISR0061_000000002866	1977	0.6761641923090148	3	3	3	3	3	False	78376	fragment	False	ISR0061_000000002866	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1935.0	98.398	98.0	0.0006209090313690691	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0033_000000006342	10273	0.676164024158587	20	6	5	6	4	True	51927	fragment	False	MON0033_000000006342	1.0		0	0	False	False	0.9938673973083496	0					non-mobilizable	no_good_hit	98.0	85.714	1.0	0.0005015382229001319	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ISR0187_000000007727	3550	0.676161024818425	5	3	2	2	3	False	127772	fragment	False	ENG0064_000000006338	0.9629483667918176		0	0	False	False	0.9923943877220154	0					non-mobilizable	no_good_hit	2317.0	99.309	65.0	0.044270634131415895	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0092_000000012752	3285	0.6761572296230881	4	3	3	2	1	False	100034	maximal	False	AUS0018_000000008212	0.982398568019093		0	0	False	False	0.9996955990791321	0					non-mobilizable	no_good_hit	949.0	91.992	32.0	0.011537429568017172	NZ_CYYV01000014.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0024_000000007835	4072	0.6761571293310794	5	2	2	1	0	True	121665	backbone	False	MON0048_000000009199	0.9321311004491506	PS858	0	0	True	True	1.0	39		MOBV			mobilizable	no_good_hit	2309.0	95.626	58.0	0.6037037037037037	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MON0048_000000009199	4027	0.6761571293310794	6	2	2	1	0	True	121665	backbone	True	MON0048_000000009199	0.9502209196086214	PS858	2	1	True	True	1.0	20		MOBV			mobilizable	no_good_hit	1768.0	96.55	58.0	0.46613756613756613	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
SPA0020_000000006981	4026	0.6761571293310794	5	2	2	1	0	True	121665	backbone	False	MON0048_000000009199	0.9480116876920096	PS858	0	0	True	True	1.0	23		MOBV			mobilizable	no_good_hit	1416.0	97.175	58.0	0.37433862433862436	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MON0017_000000005003	3865	0.6761571293310794	6	2	2	1	0	True	121665	backbone	False	MON0048_000000009199	0.9334897429748346	PS858	0	0	True	True	1.0	78		MOBV			mobilizable	no_good_hit	1321.0	97.426	55.0	0.3492063492063492	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
MON0037_000000016202	3837	0.6761571293310794	6	2	2	1	0	True	121665	backbone	False	MON0048_000000009199	0.8630007709350216	PS858	0	0	True	True	1.0	99		MOBV			mobilizable	no_good_hit	1489.0	94.829	54.0	0.40999447818884593	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
MON0039_000000011659	3837	0.6761571293310794	6	2	2	1	0	True	121665	backbone	False	MON0048_000000009199	0.8630007709350216	PS858	0	0	True	True	0.9968725442886353	29		MOBV			mobilizable	no_good_hit	1489.0	94.829	54.0	0.40999447818884593	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
ISR0156_000000006830	3808	0.6761571293310794	5	2	2	1	0	True	121665	backbone	False	MON0048_000000009199	0.7527034095119539	PS858	0	0	True	True	1.0	24		MOBV			mobilizable	no_good_hit	1394.0	97.633	53.0	0.3682539682539683	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
FIJ0042_000000006330	3778	0.6761571293310794	5	2	2	1	0	True	121665	backbone	False	MON0048_000000009199	0.9228507747798949	PS858	0	0	True	True	0.9978824853897095	1		MOBV			mobilizable	no_good_hit	1487.0	95.09100000000001	55.0	0.40999447818884593	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
ISR0081_000000006200	3738	0.6761571293310794	5	2	2	1	0	True	121665	backbone	False	MON0048_000000009199	0.9151613522293245	PS858	0	0	True	True	1.0	2		MOBV			mobilizable	no_good_hit	1194.0	97.32	54.0	0.3156084656084656	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
AST0087_000000011105	3203	0.6761571293310794	4	2	2	1	0	True	111001	fragment	False	AST0087_000000011105	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1231.0	96.669	47.0	0.3253968253968254	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ENG0095_000000011329	2438	0.6761571293310794	2	2	2	1	0	True	78232	fragment	False	ENG0095_000000011329	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1044.0	97.126	46.0	0.2759259259259259	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ISR0387_000000017724	1350	0.6761509673228646	2	2	2	2	2	False	96059	fragment	False	ENG0152_000000016577	0.8496912503895717		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	98.667	100.0	0.00041967161707033747	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0080_000000010132	2492	0.6761506948352011	3	3	3	2	2	False	72730	fragment	False	DEN0046_000000008682	0.628599316739873		0	0	False	False	0.9787319302558899	0					non-mobilizable	other	1959.0	99.43799999999999	99.0	0.005269347628928126	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
CHI0013_000000004622	1930	0.6761416251952898	3	2	1	2	1	True	89984	fragment	False	CHI0013_000000004622	0.9756161510225485		0	0	False	False	0.9979274868965149	0					non-mobilizable	other	1904.0	80.2	98.0	0.04660261489698891	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
SPA0100_000000008327	3749	0.6761403531557177	5	5	5	4	4	False	85111	fragment	False	DEN0061_000000009911	0.9721437740693196		0	0	False	False	1.0	0					non-mobilizable	chromosome	3749.0	99.973	100.0	0.0010433935344677594	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0105_000000004082	6646	0.6761366198391501	7	4	3	2	2	True	105168	fragment	False	FIJ0105_000000004082	0.9442867378743864		0	0	False	False	0.999548614025116	0					non-mobilizable	no_good_hit	3390.0	93.92299999999999	88.0	0.4184829991281604	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0048_000000006537	2943	0.6761323132892799	5	3	2	3	1	False	36041	maximal	True	ISR0048_000000006537	1.0		1	1	False	False	0.9993204474449158	0					non-mobilizable	no_good_hit	559.0	79.428	19.0	0.00013607373578305285	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0170_000000002004	8089	0.6761284193572112	2	1	1	1	1	False	89084	fragment	False	FIJ0170_000000002004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3977.0	97.762	78.0	0.031945773396479776	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0244_000000012513	1988	0.6761177909850341	3	2	2	2	2	False	61111	maximal	False	ENG0092_000000010573	0.9513070339211521		0	0	False	False	0.9994969964027405	0					non-mobilizable	no_good_hit	517.0	81.238	26.0	0.0014573704790675124	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	False
ISR0105_000000012228	1607	0.6761122934870238	2	2	2	1	1	False	32938	maximal	True	ISR0105_000000012228	1.0		37	7	False	False	0.9950217604637146	0					non-mobilizable	no_good_hit	419.0	92.601	26.0	0.00014750058841442865	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0192_000000018424	1251	0.676110086118711	2	2	2	2	2	False	54627	fragment	False	SPA0145_000000027339	0.9931596948171534		0	0	False	False	0.9944044947624207	0					non-mobilizable	other	1251.0	98.08200000000001	100.0	0.01042439809525398	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0343_000000016167	1198	0.6761080713081041	2	2	2	2	2	False	73685	fragment	False	USA0034_01_000000039669	0.9457314967323734		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	79.149	97.0	0.00041144900978761677	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0180_000000010166	1741	0.6761014220994336	3	3	3	3	3	False	55330	maximal	True	ENG0180_000000010166	1.0		8	7	False	False	0.9977024793624878	0					non-mobilizable	no_good_hit	483.0	83.023	28.0	0.003126322988243723	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
MON0015_000000031072	1238	0.6760914750194876	1	1	1	1	1	False	13389	maximal	True	MON0015_000000031072	1.0		2	2	False	False	0.9975767135620117	0					non-mobilizable	no_good_hit								True	False
SPA0052_000000004906	6384	0.676090851557803	8	2	2	2	2	False	99280	fragment	False	SPA0053_000000004154	0.7360097078732477		0	0	False	False	0.9989035129547119	0					non-mobilizable	no_good_hit	200.0	94.0	3.0	0.0008164738995039613	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0151_000000014416	1177	0.6760831777455322	2	2	2	1	1	False	39738	fragment	False	FIJ0151_000000014416	1.0		0	0	False	False	0.9923534393310547	0					non-mobilizable	no_good_hit	56.0	89.286	5.0	0.00021162311078277464	NZ_CABJCG010000008.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MON0060_000000029894	1414	0.6760704232467687	2	2	2	2	1	False	10873	maximal	True	MON0060_000000029894	1.0		10	5	False	False	0.9915134310722351	0					non-mobilizable	other	947.0	98.522	92.0	0.019295883816750296	NZ_JH379456.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1145, whole genome shotgun sequence	False	False
ISR0331_000000018207	1377	0.6760675687579677	1	1	1	1	1	False	24604	fragment	False	TAN0010_000000011093	0.9642857142857143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1202.0	70.21600000000001	85.0	0.0036759734726157273	NZ_ADNC01000027.1	mycoplasmas	Mycoplasma alligatoris A21JP2 gcontig_1119468158942, whole genome shotgun sequence	True	False
MON0108_000000011346	1914	0.6760657704189492	3	3	2	3	0	False	92627	fragment	False	MON0108_000000011346	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1813.0	93.87799999999999	100.0	0.0006315939171789363	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0033_000000009168	2863	0.6760629387688566	3	3	3	3	3	False	66374	fragment	False	ENG0033_000000009168	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2863.0	99.965	100.0	0.0008043135035300426	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0044_000000044698	1282	0.6760582452666294	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.24717882033498548		0	0	False	False	0.9641185402870178	0					non-mobilizable	other	1248.0	79.407	97.0	0.0015348269001094884	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MON0087_000000000124	56134	0.6760486511195811	104	27	11	19	14	True	112942	maximal	False	SPA0101_000000000147	0.9623642125048271		0	0	True	True	1.0	49					non-mobilizable	no_good_hit	6705.0	92.274	49.0	0.11870414347995605	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0785_000000019504	1898	0.6760411039430289	2	2	1	2	2	False	76443	fragment	False	ISR0785_000000019504	1.0		0	0	False	False	0.9984194040298462	0					non-mobilizable	no_good_hit	121.0	82.645	6.0	6.957188734499062e-05	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
MON0041_000000022641	2669	0.6760389809609061	5	1	1	1	1	False	11818	maximal	True	MON0041_000000022641	1.0		1	1	False	False	0.983889102935791	0					non-mobilizable	no_good_hit	180.0	85.556	7.0	5.330583515185537e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0072_000000009264	2979	0.6760224481079353	2	1	1	1	1	True	69615	fragment	False	ISR0065_000000009747	0.39855733411392746		0	0	False	False	0.9808660745620728	0					non-mobilizable	no_good_hit	1597.0	88.917	77.0	0.02419207595398941	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
SPA0067_000000009140	2367	0.6760205580467181	2	2	2	2	2	False	124001	fragment	False	SPA0067_000000009140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	96.149	61.0	0.00040349678702145505	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0845_000000005888	1746	0.6760189932390693	4	3	2	3	2	False	20689	maximal	True	ISR0845_000000005888	1.0		4	4	False	False	0.9977090358734131	0					non-mobilizable	no_good_hit	352.0	73.86399999999999	20.0	6.243952318976345e-05	NZ_CP018845.1	b-proteobacteria	Herbaspirillum robiniae strain AA6 chromosome, complete genome	True	False
TAN0021_000000002677	4972	0.6760187459368707	6	5	4	4	3	True	52281	maximal	True	TAN0021_000000002677	1.0		78	9	False	False	1.0	0					non-mobilizable	other	4768.0	96.81200000000001	100.0	0.0508581443563383	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
FIJ0120_000000020035	1274	0.6760135982995807	2	1	1	1	1	False	41515	fragment	False	FIJ0120_000000020035	1.0		0	0	False	False	0.9874411225318909	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000002654	8879	0.6760108103208702	11	6	5	6	3	True	70501	fragment	False	ISR0076_000000002654	1.0		0	0	False	False	0.9986485242843628	0					non-mobilizable	no_good_hit	340.0	93.235	7.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0114_000000016714	1675	0.6760085388187986	2	1	1	1	1	True	71652	fragment	False	FIJ0057_000000016254	0.5808340130602815		0	0	False	False	0.9814925193786621	0					non-mobilizable	other	1675.0	99.94	100.0	0.02155216809146153	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
USA0111_01_000000019254	1311	0.6760085388187986	3	1	1	1	1	True	68027	fragment	False	USA0111_01_000000019254	0.963380646052363		0	0	False	False	0.9977116584777832	0					non-mobilizable	other	1277.0	100.0	97.0	0.016428056442476052	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
FIJ0038_000000027870	1287	0.6760085388187986	3	1	1	1	1	True	68027	fragment	False	USA0111_01_000000019254	0.7835986888857116		0	0	False	False	0.9829059839248657	0					non-mobilizable	other	1287.0	99.92200000000001	100.0	0.01655680296631991	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
SPA0070_000000007876	2734	0.6760080710802292	5	3	3	3	3	False	81441	maximal	True	SPA0070_000000007876	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	80.15899999999999	50.0	0.00033696067858129475	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
MON0075_000000022757	1195	0.6760046030766156	2	2	2	2	1	True	10333	maximal	True	MON0075_000000022757	1.0		7	6	False	False	1.0	0					non-mobilizable	no_good_hit	320.0	73.438	26.0	0.000572794284501248	NZ_PGTO01000001.1	a-proteobacteria	Magnetospirillum kuznetsovii strain LBB-42 NODE_1_length_546444_cov_116.019, whole genome shotgun sequence	True	True
ENG0133_000000005765	4248	0.6760009910866779	6	4	4	4	3	False	58274	maximal	True	ENG0133_000000005765	1.0		1	1	False	False	0.9981167316436768	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.020817843866171002	XM_025087887.1	hymenopterans	PREDICTED: Cephus cinctus meiotic recombination protein W68 (LOC107270500), transcript variant X2, mRNA	True	False
ISR0199_000000011733	2550	0.6759992542350907	5	4	2	2	4	True	28815	fragment	False	ISR0199_000000011733	1.0		0	0	False	False	0.9929412007331848	0					non-mobilizable	plasmid	2519.0	100.0	99.0	0.03692136248332087	CP053283.1	enterobacteria	Escherichia coli strain SCU-308 plasmid pSCU-308-2, complete sequence	False	True
MON0023_000000017027	1365	0.6759991531407782	1	1	1	1	1	False	53049	fragment	False	ISR0350_000000012287	0.3844660194174757		0	0	False	False	0.9838827848434448	0					non-mobilizable	no_good_hit	1211.0	73.988	88.0	0.028124409151068255	NZ_CACVNJ010000016.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
MAD0068_000000021244	1359	0.6759991531407782	1	1	1	1	1	False	62936	fragment	False	ENG0064_000000015415	0.42241926123033374		0	0	False	False	0.9985283017158508	0					non-mobilizable	other	1291.0	94.191	95.0	0.005567352012015123	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ISR0093_000000019465	1337	0.6759991531407782	1	1	1	1	1	False	33499	maximal	True	ISR0093_000000019465	1.0		38	10	False	False	1.0	0					non-mobilizable	other	1235.0	78.219	92.0	0.0003719045747286306	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
FIJ0051_000000017757	1243	0.6759991531407782	1	1	1	1	1	False	46513	fragment	False	FIJ0051_000000017757	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	95.36200000000001	99.0	0.008818798115592325	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0143_000000010770	2902	0.6759986147098244	4	4	4	4	4	False	127449	maximal	True	ISR0143_000000010770	1.0	PS1007|PS916	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1270.0	99.84299999999999	87.0	0.0157459797498511	CP003158.1	firmicutes	Lactococcus lactis subsp. cremoris UC509.9 plasmid pCIS8, complete sequence	True	True
CAN0003_000000012339	3981	0.6759974261137117	4	4	4	4	3	False	96756	maximal	True	CAN0003_000000012339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	97.00200000000001	34.0	0.00018123558480656623	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
USA0009_01_000000013198	1894	0.675991085498312	3	3	3	3	2	False	20166	maximal	True	USA0009_01_000000013198	1.0		0	0	False	False	0.985216498374939	0					non-mobilizable	no_good_hit	1151.0	98.61	61.0	0.0036523125490283263	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ENG0146_000000004940	5028	0.6759836227192302	7	3	1	1	3	False	57445	fragment	False	ENG0146_000000004940	1.0		0	0	False	False	0.9942322969436646	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000019903	2156	0.6759784645902294	3	2	2	2	2	False	3975	maximal	True	SPA0126_000000019903	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	78.836	9.0	0.0001939002727113513	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0101_000000010193	2364	0.6759771840502993	3	2	2	2	2	False	127803	fragment	False	ISR0101_000000010193	0.9799726900318617		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	98.402	92.0	0.00627444446393181	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
FIJ0108_000000007704	2897	0.6759748994946819	2	1	1	1	1	False	42233	maximal	True	FIJ0108_000000007704	1.0		2	1	False	False	0.9975836873054504	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000023134	1625	0.6759614800058303	3	2	2	2	1	False	47359	fragment	False	FIJ0041_000000023134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	70.697	43.0	0.0013227386624451332	NZ_FQUT01000003.1	CFB group bacteria	Chryseobacterium arachidis strain DSM 27619, whole genome shotgun sequence	True	False
ISR0320_000000006473	3307	0.6759559585923827	3	3	2	3	1	False	91586	fragment	False	ISR0396_000000005052	0.2723361387846019		0	0	False	False	0.9960689544677734	0					non-mobilizable	other	3345.0	93.214	100.0	0.044488390238652566	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0127_000000002009	12198	0.6759483904940214	10	5	4	5	4	True	112590	maximal	True	ENG0127_000000002009	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2603.0	95.544	21.0	0.05180787911494873	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	True
DEN0083_000000006349	4169	0.6759477874813327	6	6	5	5	5	False	125488	fragment	False	DEN0083_000000006349	0.9570168062385854		0	0	False	False	0.9997601509094238	0					non-mobilizable	no_good_hit	1496.0	85.16	67.0	0.00044993738823091484	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CAN0017_000000006460	5761	0.675929197830712	3	2	2	2	2	True	105179	fragment	False	DEN0079_000000005641	0.7817571809336843		0	0	False	False	0.9979170560836792	0					non-mobilizable	other	5761.0	100.0	100.0	0.012733277625243723	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
SPA0117_000000016471	2299	0.6759245452666238	3	3	3	3	3	False	4309	maximal	True	SPA0117_000000016471	1.0		9	3	False	False	0.9995650053024292	0					non-mobilizable	no_good_hit	145.0	77.241	6.0	3.0626342981202495e-05	NC_012669.1	high GC Gram+	Beutenbergia cavernae DSM 12333, complete sequence	True	False
ISR0023_000000025986	1276	0.6759232455383436	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.5816820118853658		0	0	False	False	0.9984325766563416	0					non-mobilizable	no_good_hit	438.0	91.553	44.0	0.009965714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0089_000000003771	5969	0.6759208943924053	4	2	1	2	1	True	48718	fragment	False	FIJ0107_000000004578	0.9956724367509986		0	0	False	False	0.9998324513435364	0					non-mobilizable	no_good_hit								True	True
AUS0022_000000011527	3065	0.6759147103225942	4	3	3	3	2	False	127057	maximal	True	AUS0022_000000011527	1.0		1	1	False	False	0.9814029335975647	0					non-mobilizable	other	2072.0	97.20100000000001	99.0	0.0006173483557756152	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0005_000000007341	4003	0.6759118919812603	5	5	4	5	5	False	82103	fragment	False	ISR0034_000000004869	0.9825713265567565		0	0	False	False	0.9997501969337463	0					non-mobilizable	no_good_hit	445.0	93.03399999999999	22.0	0.0002070712017125348	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0848_000000008533	2055	0.6759024712208456	3	3	3	3	2	False	20613	maximal	True	ISR0848_000000008533	1.0		0	0	False	False	0.9990267753601074	0					non-mobilizable	chromosome	1742.0	97.302	99.0	0.0006897708176995191	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0077_000000000271	30851	0.675897902503193	37	16	10	13	9	False	84556	maximal	True	CHI0077_000000000271	1.0		4	3	False	False	0.9998379349708557	0					non-mobilizable	no_good_hit	10751.0	96.50299999999999	35.0	0.0016587658695448053	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
CHI0018_000000010079	1736	0.6758900733580494	2	1	1	1	1	False	104387	maximal	True	CHI0018_000000010079	1.0		67	9	False	False	0.9959677457809448	0					non-mobilizable	other	1725.0	89.507	99.0	0.006673044077721793	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0026_000000001094	1600	0.6758900733580494	2	1	1	1	1	False	2325	maximal	True	TAN0026_000000001094	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	73.20100000000001	35.0	0.009615888029877314	NZ_JABAGO010000039.1	firmicutes	Aneurinibacillus aneurinilyticus strain WB01_D5_05 Contig_39, whole genome shotgun sequence	True	False
AST0106_000000015629	1235	0.6758900733580494	1	1	1	1	1	False	107358	maximal	True	AST0106_000000015629	1.0		195	9	False	False	0.9919028282165527	0					non-mobilizable	other	1240.0	78.226	99.0	0.0010029477375421833	NZ_LN868538.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	False	False
FIJ0081_000000000776	23529	0.6758876703120077	25	17	11	17	12	False	44295	maximal	True	FIJ0081_000000000776	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	7012.0	84.68299999999999	40.0	0.0024282007650847804	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
MON0076_000000020871	2280	0.6758858706064622	4	4	1	1	4	False	36778	fragment	False	MON0076_000000020871	1.0		0	0	False	False	0.9447368383407593	0					non-mobilizable	plasmid	2181.0	100.0	96.0	0.018228339214341856	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
MON0100_000000008923	4365	0.6758747630051961	4	4	3	4	2	False	127585	fragment	False	MON0060_000000007008	0.7637728869190673		0	0	False	False	1.0	0					non-mobilizable	chromosome	4374.0	84.522	99.0	0.0018813284546267716	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0356_000000000781	13963	0.6758744970887857	25	4	3	4	2	False	23928	maximal	True	ISR0356_000000000781	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00012224440731836518	AP017607.1	a-proteobacteria	Mesorhizobium loti plasmid plasmid_2 DNA, complete genome, strain: TONO	True	False
USA0119_01_000000018992	1299	0.6758716805150498	2	2	2	1	1	False	115792	fragment	False	ISR0054_000000014703	0.2829066187482608		0	0	False	False	0.9907621145248413	0					non-mobilizable	other	1299.0	99.23	100.0	0.016141668635668363	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0120_000000033630	1168	0.6758706046179483	2	2	2	1	1	False	4150	fragment	False	SPA0120_000000033630	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	94.04299999999999	95.0	0.0003113713142407814	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0068_000000010971	2201	0.6758700649859413	5	4	3	3	1	False	62611	fragment	False	ENG0068_000000010971	1.0		0	0	False	False	0.9954566359519958	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000023365	1767	0.6758698669307972	3	2	1	2	2	False	51227	maximal	True	FIJ0009_000000023365	1.0		2	2	False	False	0.9683078527450562	0					non-mobilizable	no_good_hit								True	False
ISR0788_000000006268	1157	0.6758680287670964	2	1	1	1	1	True	27409	fragment	False	MON0022_000000026485	0.950804768408949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	75.779	72.0	0.018035854146723523	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0085_000000004262	3242	0.6758672316619435	5	3	2	3	3	False	5549	maximal	True	SPA0085_000000004262	1.0		9	5	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	1007.0	69.811	31.0	0.0001555498200043968	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
AST0108_000000017287	1646	0.6758656459850848	3	2	2	2	2	False	107139	maximal	True	AST0108_000000017287	0.9745308310991957		149	12	False	False	0.9914945363998413	0					non-mobilizable	chromosome	1576.0	94.92399999999999	96.0	0.0006176463321807857	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ENG0080_000000019101	1466	0.6758634502534722	2	2	2	1	2	False	106161	fragment	False	DEN0051_000000029417	0.42556226500976885		0	0	False	False	1.0	0					non-mobilizable	other	705.0	97.305	100.0	0.00021196091850132792	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0011_000000013638	2033	0.6758631755887263	3	3	3	2	1	False	67172	fragment	False	ENG0011_000000013638	0.9809514083742221		0	0	False	False	0.9719626307487488	0					non-mobilizable	no_good_hit	948.0	92.194	56.0	0.00026529418145784773	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0138_000000015330	1240	0.6758628057749742	2	1	1	1	1	False	59501	fragment	False	ENG0115_000000016737	0.7155261204174248		0	0	False	False	0.9951612949371338	0					non-mobilizable	other	1242.0	98.309	100.0	0.03819636811326562	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
FIJ0113_000000022031	1188	0.6758628057749742	2	1	1	1	1	False	59501	fragment	False	ENG0115_000000016737	0.4828629032258065		0	0	False	False	0.9957912564277649	0					non-mobilizable	other	1176.0	99.15	99.0	0.036164973838104034	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
FIJ0099_000000011487	1929	0.6758566087374913	4	4	4	3	3	False	73090	fragment	False	FIJ0099_000000011487	0.9501910283644058		0	0	False	False	0.9989631772041321	0					non-mobilizable	chromosome	1929.0	99.844	100.0	0.00036465708710481376	LR607330.1	enterobacteria	Klebsiella quasipneumoniae strain 4928STDY7071295 genome assembly, chromosome: 1	False	False
AST0094_000000000443	25778	0.6758546915606055	27	24	20	20	23	True	109439	maximal	True	AST0094_000000000443	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	16605.0	99.916	82.0	0.003387193739362745	CP017220.1	enterobacteria	Escherichia coli strain FAM21845, complete genome	True	True
ISR0830_000000009914	2726	0.6758423968782794	4	3	2	3	2	False	109615	fragment	False	ISR0339_000000004178	0.8808508088895943		0	0	False	False	0.9933969378471375	0					non-mobilizable	other	2729.0	99.26700000000001	100.0	0.01345725053769806	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0315_000000003435	2684	0.6758423968782794	4	3	2	3	2	False	109615	fragment	False	ISR0339_000000004178	0.795510844140453		0	0	False	False	1.0	0					non-mobilizable	other	2622.0	99.46600000000001	98.0	0.012929418496813276	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0092_000000001810	9769	0.6758387327677378	14	8	4	6	6	False	109729	maximal	True	AST0092_000000001810	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1554.0	95.56	16.0	0.0003623178262236917	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
CHI0155_000000008485	1503	0.6758375560060378	2	2	2	2	2	False	88890	fragment	False	CHI0026_000000007483	0.9737876802096985		0	0	False	False	0.9993346929550171	0					non-mobilizable	other	1504.0	96.34299999999999	100.0	0.007255547933956157	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	False	False
FIJ0147_000000016318	1340	0.6758341511134524	2	2	2	2	1	False	39934	fragment	False	FIJ0147_000000016318	1.0		0	0	False	False	0.9850746393203735	0					non-mobilizable	no_good_hit								True	False
AST0101_000000002156	5672	0.6758339314468967	5	5	5	5	5	True	108530	fragment	False	SPA0138_000000003682	0.977096607542621		0	0	False	False	1.0	0					non-mobilizable	plasmid	5672.0	99.01299999999999	100.0	0.12098649542380475	CP035198.1	enterobacteria	Klebsiella pneumoniae strain LH375 plasmid pLH375-2_incR, complete sequence	False	True
FIJ0096_000000012336	2845	0.6758307584881372	4	4	3	4	2	False	113087	maximal	True	FIJ0096_000000012336	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2165.0	96.443	93.0	0.0006472790191523368	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0166_000000002625	5941	0.6758202940189361	9	4	1	2	4	False	87059	maximal	True	ISR0166_000000002625	1.0		2	2	False	False	0.9996633529663086	0					non-mobilizable	no_good_hit	2891.0	93.84299999999999	56.0	0.00044299314778692244	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0117_000000005551	3930	0.6758186942700214	4	3	2	2	3	True	97320	fragment	False	USA0001_01_000000003565	0.6518955727340751		0	0	False	False	1.0	0					non-mobilizable	other	3930.0	100.0	100.0	0.0010309643544533645	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
CAN0021_000000010716	3900	0.6758186942700214	4	3	2	2	3	True	97320	fragment	False	USA0001_01_000000003565	0.6501756140639202		0	0	False	False	0.9976922869682312	0					non-mobilizable	other	3900.0	100.0	100.0	0.0010230923945058967	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ENG0123_000000004094	2564	0.6758127515003602	3	3	3	2	2	False	122106	maximal	True	ENG0123_000000004094	1.0		48	5	False	False	0.9921996593475342	0					non-mobilizable	no_good_hit	1940.0	95.412	76.0	0.04412437128486511	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0046_000000008682	2777	0.675810951777315	3	3	3	2	1	False	72730	fragment	False	DEN0046_000000008682	0.9843156186340335		0	0	False	False	1.0	0					non-mobilizable	other	2777.0	98.74	100.0	0.007470740050002288	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
MON0012_000000010424	3933	0.6758102275884946	5	4	2	4	2	True	122482	fragment	False	MON0012_000000010424	0.9395109395109396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	75.749	8.0	0.02417075710248401	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ENG0178_000000016100	1417	0.6758090127732295	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.268798129232048		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	99.506	100.0	0.00543505379398229	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0044_000000008778	1862	0.6758064340558502	3	1	1	1	1	False	64514	maximal	True	ENG0044_000000008778	1.0		1	1	False	False	0.9935553073883057	0					non-mobilizable	no_good_hit	1429.0	92.58200000000001	77.0	0.05698757143428046	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MON0092_000000004262	9573	0.6758060085729132	9	4	3	3	2	True	9475	fragment	False	MON0092_000000004262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	98.765	1.0	0.00027728674915947454	NZ_LT891956.1	firmicutes	Selenomonas felix strain Marseille-P3560, whole genome shotgun sequence	True	True
ISR0183_000000020707	1500	0.6758043555631622	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.3035070619104534		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	77.962	99.0	0.020735720660419454	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0059_000000004187	3341	0.6757867647409782	6	3	1	3	1	False	112886	fragment	False	AST0059_000000004187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	74.141	20.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
ISR0237_000000000446	11460	0.6757858915629332	13	7	4	5	5	True	50833	maximal	True	ISR0237_000000000446	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	1588.0	77.456	17.0	0.13778100072516317	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
MON0108_000000003667	5291	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9500509866811763	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5293.0	99.206	100.0	0.0009963533580083477	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0079_000000001289	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0076_000000002149	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9496352343340693	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.18700000000001	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0072_000000002272	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
USA0019_01_000000005409	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	0.9998108148574829	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0017_000000002121	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0097_000000000862	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0042_000000002262	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0198_000000003497	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	0.9998108148574829	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0038_000000005256	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0042_000000005358	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0128_000000001779	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0187_000000003361	5285	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9498867623217527	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5287.0	99.206	100.0	0.0009952234921705005	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
AUS0018_000000005027	5281	0.6757686233489814	3	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9496010996694672	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5283.0	99.205	100.0	0.0009944702482786022	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
SPA0132_000000007169	5277	0.6757686233489814	4	3	2	3	3	False	130349	backbone	False	ISR0335_000000002496	0.9492894576770048	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5279.0	99.204	100.0	0.0009937170043867042	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0169_000000012394	2451	0.6757523012726204	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.2812857458348745		0	0	False	False	1.0	0					non-mobilizable	other	2452.0	97.30799999999999	100.0	0.0006907140838547769	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0166_000000008800	2723	0.6757470406380334	5	3	3	1	1	False	40998	maximal	True	FIJ0166_000000008800	1.0		2	1	False	False	0.9992654919624329	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000013817	2406	0.6757408523969958	2	2	2	2	1	False	125998	maximal	True	ENG0079_000000013817	0.9829066267546929		10	5	False	False	0.9995843768119812	0					non-mobilizable	no_good_hit								True	False
ISR0383_000000007599	1891	0.6757367352829852	3	2	2	2	2	True	80849	maximal	True	ISR0383_000000007599	1.0		2	1	False	False	0.9915388822555542	0					non-mobilizable	no_good_hit	635.0	75.748	33.0	0.00017648807834272075	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
DEN0069_000000014918	1838	0.6757364561527814	2	1	1	1	1	True	70716	maximal	True	DEN0069_000000014918	1.0		0	0	False	False	0.992927074432373	0					non-mobilizable	no_good_hit	904.0	73.119	48.0	0.00553517126988515	NZ_FOIN01000003.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	True
USA0072_01_000000003146	6414	0.6757334168120778	8	3	2	3	3	False	95890	fragment	False	USA0072_01_000000003146	0.9745430809399478		0	0	False	False	0.9996882081031799	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.4158582660528377e-05	NZ_KB235903.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_6, whole genome shotgun sequence	True	False
ENG0187_000000003825	6128	0.6757334168120778	9	3	2	3	3	False	95890	fragment	False	USA0072_01_000000003146	0.9533832241970689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	84.685	5.0	8.300844225600181e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0022_000000007111	4995	0.6757334168120778	5	3	2	3	3	False	95889	fragment	False	DEN0022_000000007111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	84.637	7.0	9.003847319624953e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0024_000000011776	1351	0.6757332631749724	2	2	2	2	1	False	24406	fragment	False	MON0100_000000032170	0.9362617176306848		0	0	False	False	0.9792746305465698	0					non-mobilizable	chromosome	1351.0	98.075	100.0	0.0004587285336283694	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0054_000000007964	2169	0.6757296878833645	2	2	2	2	2	False	86340	fragment	False	CHI0054_000000007964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	73.48	35.0	0.00027856050062748463	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0026_000000024640	1382	0.6757240791038795	2	2	2	2	1	False	7510	fragment	False	SPA0026_000000024640	1.0		0	0	False	False	0.9992763996124268	0					non-mobilizable	other	1335.0	86.742	100.0	0.0004941008589410725	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
ENG0010_000000016273	1341	0.6757234978857084	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.877903844149279		0	0	False	False	0.9992542862892151	0					non-mobilizable	other	1343.0	97.54299999999999	100.0	0.00041749392891652547	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0049_000000012366	1336	0.6757234978857084	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.8766688299393901		0	0	False	False	1.0	0					non-mobilizable	chromosome	1336.0	98.57799999999999	100.0	0.0004493531838608493	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0033_000000016178	1329	0.6757234978857084	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.8725213527483097		0	0	False	False	0.9992475509643555	0					non-mobilizable	other	1331.0	96.92	100.0	0.0004131385526089015	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0125_000000018729	1423	0.6757180866896735	3	2	1	2	1	False	58805	maximal	True	ENG0125_000000018729	1.0		13	5	False	False	0.9992972612380981	0					non-mobilizable	no_good_hit	204.0	73.039	14.0	0.09591736350221347	NZ_JAAIPW010000041.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_42_length_2033_cov_390.135, whole genome shotgun sequence	True	False
FIJ0135_000000007811	3704	0.6757180306070265	3	3	1	2	2	True	129238	maximal	True	FIJ0135_000000007811	1.0		5	1	False	False	1.0	0					non-mobilizable	other	3699.0	82.13	99.0	0.07180793728564429	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AUS0024_000000022720	1413	0.6757138750484911	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.16097794774870008		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	99.85799999999999	100.0	0.0003976753198183893	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0025_000000032427	1320	0.6757138750484911	1	1	1	1	1	False	12786	fragment	False	MON0025_000000032427	1.0		0	0	False	False	0.9962121248245239	0					non-mobilizable	no_good_hit	1107.0	73.893	81.0	0.009575741454980715	NZ_QEKJ01000007.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_107, whole genome shotgun sequence	True	False
SPA0079_000000021553	1235	0.6757138750484911	1	1	1	1	1	False	5640	fragment	False	SPA0079_000000021553	1.0		0	0	False	False	0.9821862578392029	0					non-mobilizable	other	1228.0	99.34899999999999	99.0	0.007045245751033533	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0045_000000011890	2151	0.6757079616236199	3	2	2	2	2	True	36248	maximal	True	ISR0045_000000011890	1.0		13	4	False	False	0.9948861002922058	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.501268885779532e-05	NZ_QLUV01000001.1	a-proteobacteria	Paracoccus endophyticus strain SYSUP0003 s.C4002_Contig1, whole genome shotgun sequence	True	True
SPA0104_000000034231	1121	0.6757061732707997	2	2	2	2	2	False	4808	maximal	True	SPA0104_000000034231	1.0		77	9	False	False	0.9830508232116699	0					non-mobilizable	other	1121.0	99.822	100.0	0.00035341554031240673	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0055_000000005133	5911	0.6757047074505022	10	6	2	3	5	True	107501	fragment	False	SPA0055_000000005133	0.9978802781075122		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	8.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
SPA0028_000000004058	5897	0.6757047074505022	10	6	2	3	5	True	107501	fragment	False	SPA0055_000000005133	0.9967010658095077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	99.38	8.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
SPA0155_000000003813	4451	0.6757047074505022	8	6	2	3	5	True	3203	fragment	False	SPA0155_000000003813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	6.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	True
ITA0005_000000009796	1874	0.6756999683021933	3	2	2	1	1	True	88658	fragment	False	ITA0005_000000009796	0.9957830410110027		0	0	False	False	0.9802561402320862	0					non-mobilizable	other	1874.0	99.573	100.0	0.0003955747164185472	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0187_000000009282	1707	0.6756999683021933	3	2	2	1	1	True	88658	fragment	False	ITA0005_000000009796	0.9717244056869042		0	0	False	False	0.9900410175323486	0					non-mobilizable	other	1707.0	99.883	100.0	0.0030598975849049836	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0081_01_000000022205	1372	0.6756999683021933	3	2	2	1	1	True	88657	fragment	False	USA0016_01_000000009120	0.7549869214762567		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	99.417	100.0	0.002459038446016842	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0056_000000008682	1611	0.6756962923735824	2	2	1	1	2	False	17046	maximal	True	MAD0056_000000008682	1.0		5	2	False	False	0.9987585544586182	0					non-mobilizable	chromosome	1613.0	99.256	100.0	0.0003044851301891151	CP038389.1	enterobacteria	Escherichia coli O157:H7 strain DEC5B chromosome, complete genome	False	False
ISR0182_000000006795	4733	0.6756896652301748	3	3	3	3	2	False	115384	fragment	False	ISR0182_000000006795	0.948454699407282		0	0	False	False	0.9890133142471313	0					non-mobilizable	other	4397.0	98.181	93.0	0.0008501921546544439	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0020_000000007833	2906	0.6756799617287815	3	2	0	2	0	False	49801	fragment	False	FIJ0020_000000007833	1.0		0	0	False	False	0.9907088875770569	0					non-mobilizable	no_good_hit								True	False
ISR0247_000000003246	3705	0.6756755518450014	2	2	2	2	1	False	60079	fragment	False	ISR0247_000000003246	1.0		0	0	False	False	0.9986504912376404	0					non-mobilizable	virus	3710.0	93.477	100.0	0.05137879376352439	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
ISR0816_000000015679	2596	0.6756755518450014	2	2	2	2	1	False	26165	fragment	False	ISR0816_000000015679	1.0		0	0	False	False	0.9992296099662781	0					non-mobilizable	virus	2599.0	97.307	100.0	0.03599567219663763	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
ISR0012_000000009129	2549	0.6756755518450014	2	2	2	2	1	False	38184	fragment	False	ISR0012_000000009129	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	87.75200000000001	85.0	0.020487710148144038	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ENG0106_000000008573	2450	0.6756755518450014	2	2	2	2	1	False	60077	fragment	False	ENG0106_000000008573	1.0		0	0	False	False	0.9955102205276489	0					non-mobilizable	virus	2459.0	92.029	100.0	0.033970482161682296	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
ISR0385_000000009724	2273	0.6756755518450014	2	2	2	2	1	False	26164	fragment	False	ISR0385_000000009724	1.0		0	0	False	False	0.9898812174797058	0					non-mobilizable	virus	2273.0	100.0	100.0	0.031515286023414524	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
ENG0107_000000012935	2217	0.6756755518450014	3	2	2	2	1	False	60013	fragment	False	ENG0107_000000012935	1.0		0	0	False	False	0.9873703122138977	0					non-mobilizable	no_good_hit	705.0	95.745	64.0	0.009709815236087221	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
SPA0028_000000024645	1347	0.6756755518450014	2	2	2	2	1	False	7423	fragment	False	SPA0028_000000024645	1.0		0	0	False	False	0.9962880611419678	0					non-mobilizable	no_good_hit	699.0	95.708	75.0	0.00962658824834933	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ENG0044_000000008713	1878	0.6756742608406283	3	3	1	1	3	True	64515	fragment	False	ENG0044_000000008713	1.0		0	0	False	False	0.9994674921035767	0					non-mobilizable	chromosome	1808.0	96.184	100.0	0.0002785277028709008	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ENG0100_000000022233	1415	0.675655757494191	2	2	2	2	1	False	73386	fragment	False	ISR0262_000000011318	0.4946778340073516		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	99.859	100.0	0.16853396901072706	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0211_000000002644	6582	0.6756554217549667	5	5	4	5	3	False	28415	maximal	True	ISR0211_000000002644	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	81.82600000000001	24.0	0.7333333333333333	HG796523.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01533	True	False
FIJ0106_000000010380	2466	0.6756532814490579	5	2	2	2	1	False	42355	maximal	True	FIJ0106_000000010380	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	74.458	16.0	0.00012767117971646254	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
ISR0054_000000006511	3584	0.6756508444666722	5	4	4	4	2	False	99600	maximal	True	ISR0054_000000006511	0.9772187353725975		44	9	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	82.84299999999999	17.0	0.0028171755035469536	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0070_000000005970	3371	0.6756508444666722	5	4	4	4	2	False	99600	maximal	False	ISR0054_000000006511	0.9395166803390756		0	0	False	False	0.9970335364341736	0					non-mobilizable	no_good_hit	576.0	82.292	17.0	0.002650369059257989	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
FIJ0162_000000007191	3163	0.6756508210286369	3	3	3	3	3	False	128944	maximal	True	FIJ0162_000000007191	1.0	PS1059	15	1	False	True	0.9996838569641113	0					non-mobilizable	no_good_hit	1420.0	94.366	45.0	0.019523134708253648	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0062_000000006982	4609	0.6756434939976889	13	4	2	3	2	False	110098	maximal	True	SPA0062_000000006982	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	81.52199999999999	2.0	2.4603339493280556e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
AUS0008_000000019576	1267	0.6756410303205208	2	1	1	1	1	True	101662	fragment	False	AUS0008_000000019576	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0101_000000011663	2054	0.6756405353499578	3	3	3	3	1	False	114381	maximal	True	ISR0101_000000011663	1.0		86	6	False	False	1.0	0					non-mobilizable	no_good_hit	1681.0	82.272	82.0	0.00267245405170263	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
SPA0066_000000000969	16890	0.6756262103428637	21	14	7	10	9	True	58480	maximal	True	SPA0066_000000000969	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1783.0	97.196	23.0	0.012644395878863566	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0112_000000006270	4101	0.6756258893235126	5	3	3	3	2	True	48555	fragment	False	FIJ0112_000000006270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.36200000000001	51.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0145_000000012237	2471	0.6756173066526875	3	3	3	3	1	False	65612	fragment	False	ISR0145_000000012237	1.0		0	0	False	False	0.9935249090194702	0					non-mobilizable	no_good_hit	446.0	83.40799999999999	18.0	0.06449738524113888	NZ_JAAISM010000123.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_123_length_6884_cov_176.512, whole genome shotgun sequence	True	False
SPA0095_000000007778	2596	0.675612732358298	3	3	3	3	3	False	57160	fragment	False	MAD0041_000000012078	0.963172658482158		0	0	False	False	1.0	0					non-mobilizable	chromosome	2596.0	99.961	100.0	0.0005177031536002314	CP049101.1	enterobacteria	Escherichia coli strain EC28 chromosome, complete genome	False	False
ISR0232_000000006856	3580	0.6756126211294549	6	5	5	5	4	False	27464	maximal	True	ISR0232_000000006856	1.0		3	3	False	False	0.9969273805618286	0					non-mobilizable	no_good_hit	1023.0	72.336	28.0	0.00426462452572932	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0115_000000020806	1378	0.6756006837290969	2	2	1	2	1	False	33958	fragment	False	TAN0001_000000009746	0.9457430609780656		0	0	False	False	0.9854862093925476	0					non-mobilizable	other	1378.0	98.911	100.0	0.0004678242570784324	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0389_000000001693	9528	0.67558754592384	9	5	3	5	4	False	55468	maximal	True	ISR0389_000000001693	1.0		1	1	False	False	0.998740553855896	0					non-mobilizable	no_good_hit	2272.0	77.773	43.0	0.0006374318408724368	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0140_000000003609	6750	0.6755854000630857	8	3	2	3	2	True	105930	fragment	False	FIJ0140_000000003609	0.9737754254893913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	86.053	24.0	0.20186505759736698	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
FIJ0159_000000003020	6719	0.6755854000630857	8	3	2	3	2	True	105930	fragment	False	FIJ0140_000000003609	0.9713645076412053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	86.053	24.0	0.20186505759736698	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
ISR0224_000000012713	2365	0.6755775243601985	3	3	3	3	2	False	37512	fragment	False	ISR0224_000000012713	1.0		0	0	False	False	0.983932375907898	0					non-mobilizable	no_good_hit	1475.0	92.678	70.0	0.00041367906261223714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0044_000000004792	4543	0.6755763577045613	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.9262219106576443	PS388	0	0	False	True	0.9997798800468445	0					non-mobilizable	other	2699.0	95.48	98.0	0.01636785925469852	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0823_000000001381	2274	0.6755743056824329	3	2	1	2	1	False	124443	fragment	False	CHI0069_000000003604	0.5139729426537203		0	0	False	False	0.9991204738616943	0					non-mobilizable	other	1631.0	98.345	100.0	0.009308571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0094_000000002180	2149	0.6755743056824329	3	2	1	2	1	False	124443	fragment	False	CHI0069_000000003604	0.42597288308073633		0	0	False	False	0.9865053296089172	0					non-mobilizable	other	975.0	99.48700000000001	100.0	0.005565714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0017_000000010841	1914	0.6755743056824329	3	2	1	2	1	False	124443	fragment	False	CHI0069_000000003604	0.2384606003130425		0	0	False	False	0.9994775056838989	0					non-mobilizable	other	1158.0	99.741	96.0	0.006611428571428571	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0090_000000032386	1863	0.6755743056824329	3	2	1	2	1	False	124443	fragment	False	CHI0069_000000003604	0.23773467118313169		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	99.758	100.0	0.007068571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0036_000000022827	1821	0.6755743056824329	3	2	1	2	1	False	124443	fragment	False	CHI0069_000000003604	0.2365400567002262		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	99.663	100.0	0.0067771428571428574	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0042_000000015308	1586	0.6755743056824329	3	2	1	2	1	False	120370	fragment	False	ISR0011_000000010546	0.0904827524033372		0	0	False	False	0.9993695020675659	0					non-mobilizable	other	1560.0	91.154	98.0	0.008874285714285715	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0117_000000010315	1406	0.6755743056824329	3	2	1	2	1	False	83382	fragment	False	MAD0112_000000019588	0.9284750337381916		0	0	False	False	0.9992887377738953	0					non-mobilizable	other	1406.0	91.679	99.0	0.008	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0132_000000027548	1278	0.6755743056824329	2	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.692703353320503		0	0	False	False	0.9890453815460205	0					non-mobilizable	other	1286.0	92.068	100.0	0.007308571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0018_000000021924	1249	0.6755743056824329	2	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.691273636541997		0	0	False	False	0.9959967732429504	0					non-mobilizable	other	1257.0	92.44200000000001	100.0	0.007142857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0005_01_000000024507	1244	0.6755743056824329	2	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.32521480188273433		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	94.382	100.0	0.00034705205864843933	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0079_000000021482	1239	0.6755743056824329	2	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.574747227962054		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	99.915	95.0	0.006748571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0062_000000012615	1238	0.6755743056824329	2	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.6724502113571834		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	99.677	100.0	0.007068571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0367_000000008081	1234	0.6755743056824329	3	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.5837727527421408		0	0	False	False	0.9959481358528137	0					non-mobilizable	other	1243.0	89.78299999999999	99.0	0.007	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0080_000000004122	1232	0.6755743056824329	2	2	1	2	1	False	84328	maximal	True	CHI0080_000000004122	1.0		0	0	False	False	0.9983766078948975	0					non-mobilizable	no_good_hit	1088.0	99.265	88.0	0.006211428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0007_000000015330	1230	0.6755743056824329	2	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.5773885855496645		0	0	False	False	0.9991869926452637	0					non-mobilizable	other	1177.0	92.26799999999999	95.0	0.006628571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0178_000000008795	1193	0.6755743056824329	2	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.6732959827231784		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	91.757	100.0	0.006822857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0098_000000007843	1190	0.6755743056824329	2	2	1	2	1	False	83380	fragment	False	CHI0098_000000007843	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	98.992	100.0	0.0067942857142857145	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0182_000000023917	1176	0.6755743056824329	3	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.583607541172222		0	0	False	False	0.9685373902320862	0					non-mobilizable	other	1184.0	91.89200000000001	100.0	0.006725714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0026_000000030427	1155	0.6755743056824329	2	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.5257593931517559		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	90.97200000000001	100.0	0.006542857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0108_000000022136	1115	0.6755743056824329	2	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.3375568293872373		0	0	False	False	0.9838564991950989	0					non-mobilizable	other	1104.0	91.486	98.0	0.006268571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0773_000000016881	1104	0.6755743056824329	2	2	1	2	1	False	111653	fragment	False	FIJ0132_000000027548	0.335105607108278		0	0	False	False	0.9990941882133484	0					non-mobilizable	other	1112.0	90.46799999999999	100.0	0.006251428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0100_000000041995	1028	0.6755743056824329	2	2	1	2	1	False	9083	fragment	False	MON0100_000000041995	1.0		0	0	False	False	0.9980545043945312	0					non-mobilizable	chromosome	970.0	94.43299999999999	94.0	0.00026980498752991576	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0100_000000020060	1552	0.6755595546818607	2	2	1	2	1	False	60556	maximal	True	ENG0100_000000020060	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000005076	4376	0.6755405236385754	6	3	3	2	2	False	30833	maximal	True	ISR0150_000000005076	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	2533.0	81.8	57.0	0.08682541333056047	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0025_000000003693	5475	0.6755382431643777	6	6	5	6	4	False	99895	maximal	True	SPA0025_000000003693	0.9944520147946272		127	13	False	False	1.0	0					non-mobilizable	other	5475.0	99.671	100.0	0.017346938775510204	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0136_000000000919	7514	0.6755306573107422	12	5	4	5	3	True	36814	fragment	False	ISR0136_000000000919	1.0		0	0	False	False	0.997604489326477	0					non-mobilizable	no_good_hit	80.0	83.75	1.0	0.0003810805861712289	NZ_FOCD01000005.1	firmicutes	Terribacillus saccharophilus strain DSM 21619, whole genome shotgun sequence	True	True
ENG0048_000000001642	11857	0.6755304444623973	18	8	5	6	7	False	64287	fragment	False	ENG0048_000000001642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2194.0	93.52799999999999	58.0	0.011717950651057093	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0009_000000010655	1257	0.6755297017847481	2	2	2	2	2	False	67303	maximal	False	ISR0300_000000008601	0.9778166204421385		0	0	False	False	0.9928401112556458	0					non-mobilizable	other	1257.0	99.523	100.0	0.0004032377163389611	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0036_01_000000005817	6749	0.6755260731828792	5	5	2	3	1	True	1392	maximal	True	USA0036_01_000000005817	1.0		4	2	False	False	0.9998518228530884	0					non-mobilizable	no_good_hit								True	True
USA0010_01_000000020529	1275	0.6755211209294943	1	1	1	1	1	False	104676	fragment	False	USA0010_01_000000020529	1.0		0	0	False	False	0.9866666793823242	0					non-mobilizable	chromosome	1275.0	97.961	100.0	0.000428820941002788	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0096_000000004770	6423	0.6755189214203456	10	7	5	5	6	False	60886	maximal	True	ENG0096_000000004770	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	85.385	2.0	0.0002999570140342093	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
DEN0067_000000000099	59049	0.6755188414460386	79	15	5	12	8	True	70873	maximal	True	DEN0067_000000000099	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	92.135	1.0	2.3474622998888422e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0093_000000003055	4090	0.6754989255720636	5	4	3	3	4	False	129942	maximal	True	ENG0093_000000003055	1.0		22	4	False	False	0.9997555017471313	0					non-mobilizable	no_good_hit	1756.0	98.69	46.0	0.0004300420406549094	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0111_000000010777	1591	0.6754977747781482	4	3	3	3	2	False	14508	maximal	True	MAD0111_000000010777	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	89.565	67.0	0.00015979399380589484	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0026_000000011093	2864	0.6754874522137946	4	4	4	2	3	False	49120	fragment	False	FIJ0026_000000011093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1955.0	96.98200000000001	68.0	0.0007610495391422236	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ISR0160_000000003374	7206	0.67547825839645	10	6	4	4	4	False	30447	maximal	True	ISR0160_000000003374	1.0		16	7	False	False	0.9998612403869629	0					non-mobilizable	no_good_hit	1448.0	72.928	24.0	0.0004205569417809994	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0356_000000011922	1703	0.6754762972027673	2	1	1	1	1	False	26650	fragment	False	ISR0356_000000011922	1.0		0	0	False	False	0.9953023791313171	0					non-mobilizable	no_good_hit	73.0	86.301	4.0	0.00019994945722053592	NZ_JOMF01000005.1	euryarchaeotes	Methanomicrobium mobile BP T502DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0037_000000012114	2465	0.6754695814237335	4	3	1	2	3	False	99511	fragment	False	FIJ0037_000000012114	0.9784768211920529		0	0	False	False	1.0	0					non-mobilizable	other	1653.0	99.456	99.0	0.0004938786846204922	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0017_000000008781	2416	0.6754695814237335	5	3	1	2	3	False	99511	fragment	False	FIJ0037_000000012114	0.9695740365111563		0	0	False	False	0.9991722106933594	0					non-mobilizable	other	1614.0	99.75200000000001	100.0	0.0004822193210005169	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0035_000000022403	1551	0.675457411025576	2	2	2	2	1	False	92014	fragment	False	ISR0026_000000012775	0.7334600159322799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.173274359789595e-05	NZ_LR215036.1	mycoplasmas	Mycoplasma citelli strain NCTC10181 chromosome 1	True	False
ISR0199_000000019856	1541	0.6754571206619405	4	3	3	3	3	False	28804	fragment	False	ISR0199_000000019856	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1541.0	99.416	100.0	0.01538738234647589	NZ_CAAHGR010000007.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	False
FIJ0104_000000012111	2159	0.6754544737355669	3	2	2	2	1	True	42502	fragment	False	FIJ0104_000000012111	1.0		0	0	False	False	0.981472909450531	0					non-mobilizable	other	2140.0	99.95299999999999	99.0	0.007064745302555396	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
MAD0001_000000018829	1375	0.6754466903768782	2	1	1	1	1	False	20269	fragment	False	MAD0001_000000018829	1.0		0	0	False	False	0.9810909032821655	0					non-mobilizable	no_good_hit								True	False
ISR0082_000000021605	1523	0.6754456652497866	3	3	3	3	2	False	123985	maximal	True	ISR0082_000000021605	1.0		13	2	False	False	0.9914641976356506	0					non-mobilizable	other	1522.0	94.744	99.0	0.00043148672156388955	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0028_000000008916	1847	0.6754364010725005	2	2	2	2	2	True	118768	maximal	True	AST0028_000000008916	1.0		26	6	False	False	0.9945858120918274	0					non-mobilizable	chromosome	1847.0	99.459	100.0	0.0005137476191165322	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	True
CHI0093_000000000241	17998	0.6754330112503797	20	7	1	7	1	False	83607	maximal	True	CHI0093_000000000241	1.0		1	1	False	False	0.9989998936653137	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.867476725381354e-05	NZ_AOCG01000002.1	firmicutes	Listeria aquatica FSL S10-1188 c2, whole genome shotgun sequence	True	False
SPA0034_000000014401	2519	0.6754312658927222	3	3	3	3	3	False	7157	maximal	True	SPA0034_000000014401	1.0		3	2	False	False	0.9996030330657959	0					non-mobilizable	other	2519.0	99.96	100.0	0.0007186704767428188	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0395_000000009183	4186	0.6754305768543095	5	5	3	3	4	False	127786	fragment	False	ISR0395_000000009183	0.9547961630695443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2963.0	99.021	71.0	0.056624340243249444	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0246_000000009096	2335	0.6754132104538269	4	3	2	3	1	False	129169	fragment	False	AST0111_000000007934	0.9538767395626242		0	0	False	False	0.997002124786377	0					non-mobilizable	no_good_hit	142.0	97.18299999999999	6.0	0.0006676199585223345	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
ISR0824_000000004306	3973	0.6754010867634112	2	2	1	2	2	False	21171	fragment	False	ISR0824_000000004306	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3973.0	99.95	100.0	0.02725177013008398	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0185_000000008670	3637	0.6753981149452708	4	3	3	3	2	False	29402	fragment	False	ISR0185_000000008670	0.9941371016235718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	74.08800000000001	15.0	0.0007436630560290318	NZ_FOOS01000002.1	a-proteobacteria	Jannaschia rubra strain DSM 16279, whole genome shotgun sequence	True	False
ISR0275_000000005792	2411	0.6753942721164161	2	2	2	2	1	False	55518	fragment	False	ISR0275_000000005792	0.9826341903473161		0	0	False	False	0.998755693435669	0					non-mobilizable	no_good_hit	747.0	76.975	31.0	0.0027240122230372554	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
SPA0030_000000019129	1588	0.6753924520393821	2	2	1	2	1	True	7314	fragment	False	SPA0030_000000019129	1.0		0	0	False	False	0.992443323135376	0					non-mobilizable	no_good_hit								True	True
USA0117_01_000000008312	2778	0.6753896144950786	3	2	2	2	2	False	71252	maximal	True	USA0117_01_000000008312	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0024_000000017259	1497	0.6753826121872911	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.22097346027010892		0	0	False	False	1.0	0					non-mobilizable	chromosome	1497.0	97.26100000000001	100.0	0.0005032082470951084	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0214_000000013546	2132	0.6753757144515704	5	4	3	3	2	False	73981	fragment	False	ISR0214_000000013546	0.9774640911342248		0	0	False	False	0.9990619421005249	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	0.0008202633328147761	NZ_AXUN02000068.1	firmicutes	Youngiibacter fragilis 232.1 contig_16, whole genome shotgun sequence	True	False
FIJ0004_000000015329	1712	0.6753715545705752	1	1	1	1	1	False	105429	fragment	False	FIJ0004_000000015329	0.9978654963238273		0	0	False	False	1.0	0					non-mobilizable	other	1712.0	99.708	100.0	0.008529496804554382	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
CHI0169_000000002206	6268	0.6753666229345646	6	4	4	3	2	False	96033	maximal	True	CHI0169_000000002206	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	92.969	2.0	3.113759359359948e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0146_000000000795	20036	0.6753598900612323	17	13	12	12	7	False	7653	fragment	False	SPA0146_000000000795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2376.0	94.571	17.0	0.03829101168883515	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
CHI0162_000000009059	3234	0.6753583079721571	5	4	4	4	3	False	79247	fragment	False	CHI0162_000000009059	0.9803831260085744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	75.617	10.0	0.00014028787071069835	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0064_000000005613	3398	0.6753571770335177	4	3	1	2	2	True	16682	maximal	True	MAD0064_000000005613	1.0		1	1	False	False	0.9967628121376038	0					non-mobilizable	no_good_hit	2368.0	89.02	69.0	0.0006372993433139944	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0066_000000001066	10045	0.6753452645408105	9	7	5	6	5	False	33485	maximal	True	MAD0066_000000001066	1.0		1	1	False	False	0.9993031620979309	0					non-mobilizable	no_good_hit	3357.0	87.906	46.0	0.0008211007948422415	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CAN0012_000000012383	4252	0.6753371878866737	5	4	3	3	4	False	96218	maximal	True	CAN0012_000000012383	1.0		4	3	False	False	0.9997648000717163	0				MOBQ	mobilizable	no_good_hit	1701.0	89.771	40.0	0.13229207340882468	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	True
ISR0213_000000012471	2090	0.6753350336283694	4	3	2	3	1	True	28277	maximal	True	ISR0213_000000012471	1.0		0	0	False	False	0.9990430474281311	0					non-mobilizable	no_good_hit	59.0	91.525	3.0	3.3642164536866303e-05	LS999826.1	CFB group bacteria	Cytophagales bacterium Alg240-R148 genome assembly, chromosome: I	True	True
AST0089_000000008720	2515	0.6753337323861874	3	2	2	2	1	True	110266	fragment	False	AST0089_000000008720	1.0		0	0	False	False	0.99522864818573	0					non-mobilizable	no_good_hit	96.0	78.125	4.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0013_000000024372	1126	0.6753318245129181	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.21235341946781466		0	0	False	False	0.99733567237854	0					non-mobilizable	chromosome	1126.0	100.0	100.0	0.0003545972988196165	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0077_000000025183	1104	0.6753318245129181	2	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.21224595654899736		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	95.199	100.0	0.0017640435781137048	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0368_000000006528	1959	0.6753284060550264	3	3	3	2	2	False	85616	fragment	False	MON0026_000000017562	0.4489738407807492		0	0	False	False	0.9841756224632263	0					non-mobilizable	other	1959.0	99.898	100.0	0.000480058332726518	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0246_000000014335	1604	0.6753235643900907	4	3	3	3	2	False	32248	maximal	True	ISR0246_000000014335	0.9781550461231401		167	11	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	2.4284320828257234e-05	NZ_LN879457.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	False
FIJ0010_000000006374	2915	0.675321078344859	4	4	3	3	2	False	100266	fragment	False	FIJ0010_000000006374	0.9824601259062631		0	0	False	False	0.9996569752693176	0					non-mobilizable	no_good_hit	1222.0	72.422	41.0	0.0004374053496288843	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ENG0070_000000002714	7710	0.6753206421624504	11	7	5	6	6	False	126473	fragment	False	ENG0174_000000001931	0.9651647399196055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2497.0	93.19200000000001	78.0	0.0005635935320911198	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0793_000000008250	2000	0.6753163218551864	3	1	1	1	1	True	48717	fragment	False	ISR0793_000000008250	1.0		0	0	False	False	0.9934999942779541	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.5903410485688856e-07	CP032565.1	eudicots	Gossypium raimondii isolate D5-4 chromosome D5_13	True	True
FIJ0030_000000021122	1737	0.6753163218551864	2	1	1	1	1	True	48716	fragment	False	FIJ0030_000000021122	1.0		0	0	False	False	0.9982728958129883	0					non-mobilizable	no_good_hit	88.0	97.727	5.0	3.6693718794522766e-05	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	True	True
ISR0190_000000018601	1209	0.6753158297587936	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.46922602023575544		0	0	False	False	0.9942100644111633	0					non-mobilizable	other	1172.0	96.50200000000001	97.0	0.00564829923434166	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
MAD0109_000000001676	7299	0.6753040643923373	13	12	2	10	12	True	25129	fragment	False	MAD0109_000000001676	1.0		0	0	False	False	0.9980819225311279	0			MPF_F		non-mobilizable	plasmid	7226.0	99.696	99.0	0.0922579903719689	CP041524.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-2	False	True
CHI0120_000000015473	1115	0.6753024708368276	2	1	0	1	1	True	81801	fragment	False	CHI0120_000000015473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0060_000000014413	2698	0.6753011574557778	2	2	0	2	2	False	49921	fragment	False	MON0060_000000014413	1.0		0	0	False	False	0.968124508857727	0	ColRNAI_rep_cluster_1987	MOBP		MOBP	mobilizable	plasmid	2704.0	88.24	99.0	0.576336697444707	CP043510.1	enterobacteria	Salmonella enterica subsp. enterica serovar Rissen strain GJ0703-2 plasmid unnamed, complete sequence	False	True
SPA0046_000000011199	2665	0.6753010066133567	4	3	2	3	3	True	105315	fragment	False	SPA0046_000000011199	0.9996039603960396		0	0	False	False	1.0	0					non-mobilizable	chromosome	2665.0	100.0	100.0	0.0012255488287359919	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
ENG0061_000000017652	1168	0.6752975134750867	2	2	2	2	0	True	63236	maximal	False	ENG0160_000000016243	0.953469387755102		0	0	False	False	0.9914383292198181	0					non-mobilizable	no_good_hit	152.0	78.947	13.0	4.820579348375727e-05	NZ_CP046996.1	firmicutes	Dehalobacter restrictus strain 12DCA chromosome, complete genome	True	True
ISR0171_000000025816	1183	0.6752971533497436	2	2	2	2	2	False	29955	fragment	False	ISR0171_000000025816	0.9902135231316727		0	0	False	False	0.9746407270431519	0					non-mobilizable	chromosome	1187.0	90.48	100.0	0.00041574488797204004	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0791_000000008117	2245	0.6752968432182432	2	2	2	2	2	False	65966	maximal	True	ISR0791_000000008117	0.9800420479489566		1140	15	False	False	0.9995545744895935	0					non-mobilizable	other	2245.0	97.95100000000001	100.0	0.0006708618452108865	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0171_000000004148	5017	0.6752938603097	6	6	5	6	6	False	91169	maximal	True	FIJ0171_000000004148	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	95.895	40.0	0.0013138554758976512	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
FIJ0002_000000006175	5635	0.6752904143381894	6	2	2	2	2	False	52443	maximal	True	FIJ0002_000000006175	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0012604096331307675	NZ_MUBA01000128.1	high GC Gram+	Streptomyces bobili strain NRRL B-1338 NRRL_B-1338_contig_128, whole genome shotgun sequence	True	False
USA0117_01_000000006753	3544	0.6752870650034329	5	4	3	3	4	True	125722	fragment	False	SPA0142_000000007810	0.969316031359827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2038.0	94.35700000000001	57.0	0.0006324628595285368	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0350_000000014888	1343	0.6752841177483945	2	2	2	1	1	False	24091	maximal	True	ISR0350_000000014888	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	99.179	64.0	0.00261872635231705	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ENG0125_000000013607	1931	0.6752835869797995	2	2	2	2	1	False	99112	fragment	False	ENG0125_000000013607	1.0		0	0	False	False	0.9994821548461914	0					non-mobilizable	other	1919.0	99.948	99.0	0.005452317803608536	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
AUS0022_000000022469	1512	0.6752835869797995	2	2	2	2	1	False	99104	fragment	False	ISR0226_000000005182	0.6417748917748918		0	0	False	False	0.9966931343078613	0					non-mobilizable	chromosome	1512.0	99.868	100.0	0.00047626357201461383	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0048_000000014515	1406	0.6752782785638817	4	3	2	2	2	True	6622	fragment	False	SPA0048_000000014515	1.0		0	0	False	False	0.9715505242347717	0					non-mobilizable	no_good_hit	1119.0	86.238	79.0	0.36682242990654207	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0072_000000014668	1371	0.6752782785638817	4	3	2	2	2	True	5863	fragment	False	SPA0072_000000014668	1.0		0	0	False	False	0.996353030204773	0					non-mobilizable	no_good_hit	956.0	83.368	70.0	0.2294638465322184	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0115_000000020021	1755	0.6752760077553344	2	2	1	2	1	False	83999	fragment	False	ISR0115_000000020021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	6.0	0.00031797778477534713	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
AST0108_000000016516	1720	0.6752737365549922	3	3	3	3	3	False	107145	fragment	False	FIJ0147_000000011258	0.27397840951248004		0	0	False	False	1.0	0					non-mobilizable	other	1720.0	98.663	100.0	0.015389987107864203	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0202_000000018065	1156	0.675268019470426	2	2	2	2	2	False	54104	fragment	False	ENG0202_000000018065	1.0		0	0	False	False	0.9991349577903748	0					non-mobilizable	other	1156.0	99.30799999999999	100.0	0.00032575531517038274	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
TAN0013_000000010186	1231	0.6752637328251395	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.6232799967274509		0	0	False	False	0.9935012459754944	0					non-mobilizable	other	1231.0	97.319	100.0	0.001967156483299961	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0333_000000003905	4622	0.6752592831895535	7	2	1	2	0	False	24556	maximal	True	ISR0333_000000003905	1.0		1	1	True	True	0.9969710111618042	11					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0027695351137487635	XR_004177472.1	primates	PREDICTED: Papio anubis uncharacterized LOC103877681 (LOC103877681), transcript variant X4, ncRNA	True	True
DEN0089_000000007179	2672	0.6752592831895535	3	2	1	2	0	False	68849	maximal	True	DEN0089_000000007179	1.0		1	1	False	False	0.9996257424354553	0					non-mobilizable	no_good_hit	121.0	86.777	5.0	2.721066222588659e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0077_000000026095	1686	0.6752571131242061	2	2	2	1	1	False	10218	fragment	False	MON0077_000000026095	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	76.965	75.0	0.01016911062419237	NZ_JH594507.1	CFB group bacteria	Prevotella maculosa OT 289 supercont1.8, whole genome shotgun sequence	True	False
ISR0145_000000006540	4973	0.6752563691394398	8	4	2	4	3	True	112148	fragment	False	ISR0145_000000006540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	1.0	0.0007585838110753236	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0098_000000021397	1620	0.6752562785822341	2	2	2	2	2	False	9191	fragment	False	MON0098_000000021397	1.0		0	0	False	False	0.999382734298706	0					non-mobilizable	no_good_hit	1198.0	98.414	74.0	0.17530755711775045	NZ_CABIWU010000095.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0009_000000017874	1862	0.6752523183775684	2	2	2	2	1	False	38365	maximal	True	ISR0009_000000017874	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	80.212	46.0	0.00013313382691058464	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
SPA0145_000000011681	2913	0.6752459524131293	4	4	4	4	4	False	76610	maximal	True	SPA0145_000000011681	1.0		96	9	False	False	1.0	0					non-mobilizable	chromosome	2208.0	98.279	100.0	0.0005914391131253925	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0025_000000009674	3504	0.6752445841935958	3	2	1	2	1	False	120483	fragment	False	AST0025_000000009674	1.0		0	0	False	False	0.9954338073730469	0					non-mobilizable	no_good_hit	661.0	90.92299999999999	19.0	0.00018328140360231269	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0138_000000006799	4308	0.6752431780769148	3	3	3	1	2	False	105729	fragment	False	ISR0138_000000006799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	93.421	2.0	0.00927643784786642	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
MON0008_000000024983	1474	0.6752393357999646	2	2	2	2	1	False	13847	fragment	False	MON0008_000000024983	1.0		0	0	False	False	0.9979647397994995	0					non-mobilizable	no_good_hit	902.0	84.035	75.0	0.0004479158475612973	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
CHI0149_000000003677	4185	0.6752369471767847	5	3	3	3	2	False	79594	maximal	True	CHI0149_000000003677	1.0		1	1	False	False	0.9990441799163818	0					non-mobilizable	no_good_hit	958.0	71.503	23.0	0.0004004488453368053	CP025931.1	CFB group bacteria	Porphyromonas gingivalis strain TDC 60 chromosome, complete genome	True	False
SPA0026_000000001944	10025	0.6752348815356854	16	13	2	7	11	False	83061	fragment	False	SPA0026_000000001944	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3054.0	98.756	43.0	0.0009216097409893252	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
MON0012_000000031135	1745	0.6752343214939375	3	2	2	2	2	False	13598	maximal	True	MON0012_000000031135	1.0		7	3	False	False	0.9575931429862976	0					non-mobilizable	no_good_hit	1504.0	95.678	86.0	0.13653706395348839	NZ_WEHX01000082.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_82_length_11008_cov_165.474196, whole genome shotgun sequence	True	False
MON0098_000000018184	1853	0.6752315712241739	3	3	3	3	3	False	120659	fragment	False	MON0104_000000022401	0.7769966414063219		0	0	False	False	0.9929843544960022	0					non-mobilizable	other	1853.0	99.191	100.0	0.0030748030515594	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0102_000000009354	3979	0.6752306997484322	5	3	3	3	1	False	4915	maximal	True	SPA0102_000000009354	1.0		1	1	False	False	0.999748706817627	0					non-mobilizable	no_good_hit	223.0	95.06700000000001	6.0	6.314585839967916e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0046_000000003145	3741	0.6752306585341177	3	3	2	3	3	False	127729	maximal	True	CHI0046_000000003145	1.0		17	7	False	False	0.9933173060417175	0					non-mobilizable	no_good_hit	1846.0	90.62799999999999	49.0	0.0002833059866500917	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0328_000000009842	2835	0.6752295741413921	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.3497360575896918		0	0	False	False	0.998589038848877	0					non-mobilizable	no_good_hit	1281.0	84.309	57.0	0.0004373165352603593	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0066_000000011379	2791	0.6752295741413921	4	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.4226523638136135		0	0	False	False	0.9992834329605103	0					non-mobilizable	no_good_hit	1161.0	84.152	56.0	0.0003961895883706703	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ETH0001_000000010355	2744	0.6752295741413921	4	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.41113076501224133		0	0	False	False	0.9989067316055298	0					non-mobilizable	no_good_hit	1121.0	83.586	56.0	0.0003136316806217776	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0212_000000010239	3358	0.6752293479594171	3	3	3	3	2	False	88094	maximal	True	ISR0212_000000010239	1.0		64	9	False	False	0.9973198175430298	0					non-mobilizable	other	1727.0	99.71	99.0	0.018026109660574413	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0085_000000022167	1417	0.6752190644815599	2	2	2	2	2	False	43911	fragment	False	ISR0346_000000015734	0.7131631331945851		0	0	False	False	0.9978828430175781	0					non-mobilizable	chromosome	1417.0	97.389	100.0	0.00045640274060820824	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0091_000000008579	1439	0.6752102785604162	2	2	2	2	2	False	89770	fragment	False	MON0091_000000008579	0.9150395737045006		0	0	False	False	0.9958304166793823	0					non-mobilizable	chromosome	1436.0	98.955	100.0	0.0002940130943392747	CP026831.1	enterobacteria	Shigella dysenteriae strain ATCC 12039 chromosome, complete genome	False	False
ISR0148_000000018885	1542	0.6752063289305836	3	1	1	1	1	False	30910	fragment	False	ISR0148_000000018885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0024_000000030340	1203	0.6752063289305836	1	1	1	1	1	False	120665	fragment	False	AST0024_000000030340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0288_000000022290	1318	0.6752049230181805	4	2	2	2	1	False	25957	maximal	True	ISR0288_000000022290	1.0		0	0	False	False	0.9825493097305298	0					non-mobilizable	no_good_hit	482.0	99.37799999999999	37.0	0.6057934508816121	GQ880385.1		Uncultured organism clone VC1CH24TR genomic sequence	True	False
MON0089_000000016532	1660	0.6751875901052862	2	2	1	2	2	False	126707	backbone	False	ENG0100_000000008751	0.05289194884441807	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1660.0	97.95200000000001	100.0	0.25448688449148643	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0002_000000001681	13691	0.6751848340223529	24	7	0	7	2	False	38663	maximal	True	ISR0002_000000001681	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000001307	13486	0.6751848340223529	22	7	0	7	2	False	7409	maximal	True	SPA0029_000000001307	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0380_000000000909	13416	0.6751848340223529	23	7	0	7	2	False	23195	maximal	True	ISR0380_000000000909	1.0		1	1	False	False	0.999925434589386	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.561305672678633e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0004_01_000000002111	11725	0.6751848340223529	16	7	0	7	2	False	2213	maximal	True	USA0004_01_000000002111	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000024701	1235	0.6751756050525466	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.019118972415337342		0	0	False	False	0.9870445132255554	0					non-mobilizable	other	1181.0	95.766	96.0	0.004625419423625702	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ISR0117_000000023970	1159	0.6751756050525466	3	2	2	1	2	False	32730	fragment	False	ISR0117_000000023970	0.972783389450056		0	0	False	False	1.0	0					non-mobilizable	plasmid	1109.0	83.13799999999999	95.0	0.009337226673910091	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
USA0034_01_000000044738	1146	0.6751756050525466	2	2	2	1	2	False	38279	fragment	False	USA0034_01_000000044738	1.0		0	0	False	False	0.9991273880004883	0					non-mobilizable	other	1070.0	97.664	93.0	0.0041903164100473515	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ISR0109_000000027867	1131	0.6751756050525466	3	2	2	1	2	False	32730	fragment	False	ISR0117_000000023970	0.9644498866529352		0	0	False	False	0.9973474740982056	0					non-mobilizable	other	1118.0	78.175	98.0	0.004339270594875976	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ISR0010_000000020047	1115	0.6751756050525466	2	2	2	1	2	False	38278	fragment	False	ISR0010_000000020047	1.0		0	0	False	False	0.9937219619750977	0					non-mobilizable	other	1058.0	95.84100000000001	96.0	0.0006069934189438545	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
FIJ0002_000000017350	2080	0.6751743771934348	3	3	3	3	3	False	124977	fragment	False	FIJ0002_000000017350	0.9726134585289514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1607.0	83.634	77.0	0.0038670528069427762	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0128_000000017556	1498	0.6751591363120844	2	2	2	2	1	True	86745	fragment	False	FIJ0128_000000017556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	3.0	1.0017322454855058e-05	CP002011.1	firmicutes	Clostridium botulinum F str. 230613, complete genome	True	True
DEN0003_000000005332	5170	0.6751586817508999	5	2	1	2	0	False	76689	maximal	True	DEN0003_000000005332	1.0		1	1	False	False	0.9961315393447876	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.0773940134470336e-05	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
USA0009_01_000000003796	6429	0.6751516317808445	3	3	2	3	3	False	44002	fragment	False	MON0052_000000002938	0.9438380244120567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	77.221	7.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
ISR0358_000000002291	6478	0.6751515524892971	10	7	3	5	7	False	23864	fragment	False	ISR0358_000000002291	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6354.0	99.921	100.0	0.10713141431004536	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0183_000000016404	1944	0.6751435102324573	3	3	3	1	2	False	127441	fragment	False	ISR0183_000000016404	1.0		0	0	False	True	0.991769552230835	0					non-mobilizable	chromosome	1039.0	99.23	99.0	0.000571933283266213	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
ISR0226_000000000888	6752	0.6751410354802942	7	4	3	3	3	False	27658	maximal	True	ISR0226_000000000888	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1766.0	73.33	26.0	0.00042275487828586473	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
MON0066_000000004049	5934	0.6751399118364534	5	5	5	5	5	False	69842	maximal	False	ENG0111_000000003721	0.9854191728606385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	70.131	14.0	0.04912194522903107	NZ_JRUV01000137.1	high GC Gram+	Thermobifida halotolerans strain DSM 44931 contig137, whole genome shotgun sequence	True	False
USA0063_01_000000009451	2152	0.6751393752943871	3	2	2	2	1	False	91535	fragment	False	USA0063_01_000000009451	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2152.0	99.76799999999999	100.0	0.0006478014204047509	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CAN0021_000000023555	1849	0.6751393752943871	2	2	2	2	1	False	91534	fragment	False	CAN0021_000000023555	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1849.0	99.946	100.0	0.0005565490585346256	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MAD0087_000000017052	1775	0.6751315711674344	3	3	3	3	2	False	35049	fragment	False	ISR0290_000000007508	0.9421346939161231		0	0	False	False	0.998309850692749	0					non-mobilizable	chromosome	1766.0	98.98100000000001	99.0	0.0007876380542082408	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0105_000000001339	24885	0.6751312412785163	23	13	8	8	8	False	8766	maximal	True	MON0105_000000001339	1.0		2	1	False	False	1.0	0					non-mobilizable	other	10988.0	82.117	92.0	0.007349868008423732	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
CHI0150_000000003586	2243	0.6751302205025983	4	4	4	3	3	False	102239	fragment	False	SPA0054_000000012699	0.63114854495837		0	0	False	False	1.0	0					non-mobilizable	chromosome	2255.0	88.47	100.0	0.00033160419463824475	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
ISR0237_000000001305	5625	0.6751218588233996	7	7	5	5	4	False	50486	maximal	True	ISR0237_000000001305	1.0	PS197	2	2	False	True	0.9950222373008728	0					non-mobilizable	no_good_hit	1024.0	94.336	26.0	0.04422902150863375	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	True
ISR0260_000000001077	8493	0.6751176138427959	10	8	4	5	5	False	128693	fragment	False	DEN0010_000000003825	0.7974095106930719		0	0	False	False	0.9992935061454773	0					non-mobilizable	other	4646.0	99.72	99.0	0.0359348159153164	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0061_000000017054	2466	0.6751166329364411	3	3	3	3	2	False	112050	fragment	False	AST0061_000000017054	1.0		0	0	False	False	0.9983779191970825	0					non-mobilizable	other	2246.0	98.664	91.0	0.05444668105643538	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	False	False
USA0078_01_000000004102	3620	0.6751060160533051	3	3	3	3	3	False	113890	fragment	False	DEN0083_000000006854	0.8500976364568714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	95.89	6.0	6.456437556919568e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0019_000000004599	5612	0.6751024572803668	6	5	3	4	4	False	89847	fragment	False	SPA0019_000000004599	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5541.0	99.85600000000001	99.0	0.044611581295346384	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0167_000000018182	1551	0.6751019609029251	2	2	1	2	1	False	30174	maximal	True	ISR0167_000000018182	1.0		0	0	False	False	0.9890393018722534	0					non-mobilizable	no_good_hit	74.0	93.243	5.0	0.0009976582743283127	NZ_JAEB01000017.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	False
MON0043_000000025526	1166	0.6751011545095108	1	1	1	1	1	False	11657	fragment	False	MON0043_000000025526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	74.643	47.0	0.0019796882534871157	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MON0062_000000020613	1795	0.6750995730051944	3	2	2	2	1	False	126844	backbone	False	ISR0792_000000009219	0.8840857750164847	PS979	0	0	False	True	0.9977715611457825	0					non-mobilizable	no_good_hit	1250.0	80.24	85.0	0.00035384435968108496	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CHI0175_000000000402	27491	0.6750993163378809	35	17	10	15	10	True	77768	maximal	True	CHI0175_000000000402	1.0		1	1	False	False	0.999963641166687	0					non-mobilizable	no_good_hit	1247.0	97.594	5.0	0.03658034137728075	NZ_UGGU01000001.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	True
USA0052_01_000000005416	3052	0.6750899191927417	3	3	2	3	2	False	81074	fragment	False	USA0113_01_000000005980	0.9651381909547738		0	0	False	False	1.0	0					non-mobilizable	other	3052.0	99.836	100.0	0.04865485511984308	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
FIJ0169_000000010974	2081	0.6750850850988179	3	1	1	1	1	True	55056	maximal	False	ENG0185_000000008831	0.7865168183232433		0	0	True	True	0.9995194673538208	3		MOBV			mobilizable	other	1265.0	94.704	100.0	0.518898931799507	NZ_WUMP01000022.1	g-proteobacteria	Pasteurella canis strain QBSD contig00022, whole genome shotgun sequence	False	True
ISR0202_000000003397	3661	0.6750841104275238	6	3	2	2	2	False	28713	maximal	True	ISR0202_000000003397	1.0		9	4	False	False	0.9961758852005005	0					non-mobilizable	no_good_hit	2281.0	90.48700000000001	62.0	0.03126560506020085	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ENG0140_000000013059	1406	0.6750835902141736	2	2	2	2	2	False	57777	fragment	False	ENG0140_000000013059	0.9539453330677372		0	0	False	False	1.0	0					non-mobilizable	plasmid	1404.0	99.64399999999999	99.0	0.00575368326014692	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
FIJ0076_000000009281	1528	0.675077345789718	2	2	2	1	1	False	44538	fragment	False	ISR0169_000000020032	0.9643304130162704		0	0	False	False	0.9908376932144165	0					non-mobilizable	no_good_hit	177.0	85.311	11.0	0.0005950682414515489	NZ_FRDH01000005.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
FIJ0033_000000028493	1362	0.6750752560380808	3	1	1	1	1	True	48240	maximal	True	FIJ0033_000000028493	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	78.102	10.0	0.0023288711012972676	NZ_FNAR01000015.1	firmicutes	Bhargavaea beijingensis strain CGMCC 1.6762, whole genome shotgun sequence	True	True
ISR0086_000000024686	1174	0.6750727701443401	2	2	2	2	2	False	33880	fragment	False	ISR0086_000000024686	1.0		0	0	False	False	0.9855195879936218	0					non-mobilizable	no_good_hit	394.0	75.127	33.0	5.342309890234908e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
FIJ0029_000000017341	1848	0.6750639851001339	4	1	1	1	1	True	48858	fragment	False	FIJ0029_000000017341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0102_000000003275	4785	0.6750601672425515	5	4	2	3	4	True	18450	fragment	False	MAD0102_000000003275	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4512.0	98.715	98.0	0.03169271418934113	CP019905.1	enterobacteria	Escherichia coli strain MDR_56 plasmid unnamed6, complete sequence	False	True
CAN0003_000000017457	2851	0.6750592244323346	4	3	3	1	1	False	96686	maximal	True	CAN0003_000000017457	1.0		10	4	False	False	0.9992985129356384	0					non-mobilizable	no_good_hit	1237.0	87.712	43.0	0.014663209970507088	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0330_000000024045	1343	0.6750583661664842	2	2	2	1	1	False	24640	maximal	True	ISR0330_000000024045	1.0		12	8	False	False	0.9806403517723083	0					non-mobilizable	no_good_hit	831.0	79.904	62.0	0.00039418435259504697	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ISR0807_000000010611	1388	0.6750547129692541	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.5487803947105616		0	0	False	False	0.9963976740837097	0					non-mobilizable	no_good_hit	236.0	89.831	17.0	9.123931723483526e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
CHI0049_000000003368	4460	0.6750512114922403	7	3	2	3	3	True	86924	fragment	False	CHI0049_000000003368	1.0		0	0	False	False	0.999775767326355	0					non-mobilizable	no_good_hit								True	True
ISR0328_000000009022	3062	0.6750509947476989	3	3	3	2	2	False	24754	maximal	True	ISR0328_000000009022	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	73.402	13.0	0.0032273936502906324	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
ISR0281_000000007328	2340	0.6750452034434106	3	2	2	1	1	False	124867	fragment	False	ISR0281_000000007328	0.9941823291469717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	71.618	47.0	0.00045577372928436546	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
AST0052_000000016096	1524	0.6750445392201565	2	2	2	2	1	False	114461	fragment	False	AST0052_000000016096	1.0		0	0	False	False	0.9986876845359802	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000002175	14823	0.675039829773923	12	10	7	10	9	False	31221	maximal	True	ISR0141_000000002175	1.0		4	4	False	False	0.9999325275421143	0					non-mobilizable	no_good_hit	3825.0	76.575	29.0	0.0009173870374066702	CP026615.2	firmicutes	Clostridioides difficile strain R3 chromosome, complete genome	True	False
FIJ0153_000000010446	2540	0.6750319041728199	3	1	1	1	1	True	107434	maximal	False	FIJ0115_000000009688	0.3672536566589685		0	0	True	True	0.9996063113212585	9		MOBV			mobilizable	plasmid	1971.0	96.499	100.0	0.31397574984045945	MF684783.1	enterobacteria	Escherichia coli strain PEC15-AB00674-RC plasmid pEC0674, complete sequence	False	True
ISR0252_000000004110	2439	0.6750307301633487	3	3	2	2	2	False	110265	maximal	False	FIJ0108_000000008066	0.8503490764010708		0	0	False	False	1.0	0					non-mobilizable	other	2143.0	97.993	99.0	0.0006663725750664662	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0181_000000011020	1862	0.6750292055796406	2	2	2	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.2024709113379086		0	0	False	False	0.9962406158447266	0					non-mobilizable	other	1862.0	99.03299999999999	100.0	0.004094285161131352	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0160_000000022043	1461	0.6750285476983857	1	1	1	1	1	False	78673	fragment	False	CHI0160_000000022043	1.0		0	0	False	False	0.9986310601234436	0					non-mobilizable	no_good_hit	1249.0	82.866	85.0	0.016982034291959835	NZ_PUBV01000013.1	CFB group bacteria	Paramuribaculum intestinale strain DSM 100764 seq13, whole genome shotgun sequence	True	False
MON0066_000000004093	5885	0.6750252198618911	4	4	4	4	4	False	76307	fragment	False	MON0066_000000004093	1.0		0	0	False	False	0.9979609251022339	0					non-mobilizable	other	5866.0	97.494	99.0	0.005024258593516621	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MON0087_000000022354	2260	0.6750250620971423	2	1	1	1	1	False	89830	fragment	False	MON0087_000000022354	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2195.0	93.62200000000001	97.0	0.030104297267880022	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0115_000000011635	2820	0.6750181388553896	3	3	2	3	2	False	60779	fragment	False	ENG0166_000000009231	0.7060072398890531		0	0	False	False	0.9907801151275635	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	2.823258099283586e-05	NZ_CP029477.1	firmicutes	Lactobacillus kullabergensis strain ESL0186 chromosome, complete genome	True	False
ENG0170_000000004536	2636	0.6750181088047403	4	2	1	1	2	False	115219	maximal	True	ENG0170_000000004536	1.0		6	4	False	False	0.9984825253486633	0					non-mobilizable	no_good_hit	2339.0	97.649	89.0	0.01809121438630701	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0074_000000010448	1928	0.6750160400046651	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.3701675345895692		0	0	False	False	0.9730290174484253	0					non-mobilizable	no_good_hit	1663.0	82.802	86.0	0.000576172596631778	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0816_000000028821	1285	0.6750057807647609	2	2	2	2	2	False	62698	maximal	True	ISR0816_000000028821	1.0		74	8	False	False	1.0	0					non-mobilizable	other	1302.0	75.73	100.0	0.0005247780388539467	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0132_000000019841	1535	0.6750029199970403	2	2	1	2	1	True	80864	fragment	False	CHI0132_000000019841	1.0		0	0	False	False	0.990879476070404	0					non-mobilizable	no_good_hit								True	True
MAD0003_000000022865	1137	0.6749987728890977	2	2	2	1	1	False	20054	fragment	False	MAD0003_000000022865	1.0		0	0	False	False	0.9982410073280334	0					non-mobilizable	no_good_hit	578.0	77.163	50.0	0.00429948557032299	NZ_FQXV01000014.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0085_000000002847	9259	0.6749914849667921	5	5	4	5	1	True	43976	fragment	False	FIJ0085_000000002847	1.0		0	0	False	False	0.999891996383667	0					non-mobilizable	no_good_hit								True	True
ISR0849_000000001317	13999	0.6749893097978973	19	7	2	7	1	False	20601	maximal	True	ISR0849_000000001317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.5384552465639188e-05	LN592391.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000357	True	False
ENG0160_000000005787	3761	0.674985482501484	4	4	4	2	1	False	56486	maximal	True	ENG0160_000000005787	1.0		20	6	False	False	1.0	0					non-mobilizable	other	3278.0	81.391	92.0	0.0013581517399223254	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MAD0052_000000019942	1180	0.6749721404762244	2	2	2	2	2	False	17245	fragment	False	MAD0052_000000019942	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	97.881	100.0	0.009296201094412818	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	False	False
SPA0033_000000027133	1179	0.6749682964819695	2	2	1	2	1	True	10979	fragment	False	MON0058_000000042269	0.9220472440944882		0	0	False	False	0.9872773289680481	0					non-mobilizable	no_good_hit	978.0	76.483	82.0	0.0003251499442768393	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0019_000000020574	3161	0.6749653342311849	5	1	1	1	0	False	44300	fragment	False	MON0019_000000020574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000006299	2827	0.6749653342311849	6	1	1	1	0	False	96888	fragment	False	CHI0051_000000006299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0007_000000034324	1843	0.6749653342311849	3	1	1	1	0	False	13946	maximal	True	MON0007_000000034324	1.0		0	0	False	False	0.9940314888954163	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000016720	1837	0.6749653342311849	2	1	1	1	0	False	96881	fragment	False	ENG0168_000000016720	0.9994340690435767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0096_000000018498	1767	0.6749653342311849	2	1	1	1	0	False	96881	fragment	False	ENG0168_000000016720	0.9804028307022319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0151_000000010846	1742	0.6749653342311849	2	1	1	1	0	False	3241	maximal	True	SPA0151_000000010846	1.0		46	9	False	False	1.0	0					non-mobilizable	chromosome	1742.0	100.0	100.0	0.000567850280614583	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0142_000000021508	1593	0.6749653342311849	1	1	1	1	0	False	57671	maximal	True	ENG0142_000000021508	1.0		0	0	False	False	0.9924670457839966	0					non-mobilizable	no_good_hit	672.0	80.655	42.0	0.002507445731176407	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
CHI0160_000000020413	1570	0.6749653342311849	4	1	1	1	0	False	78696	maximal	True	CHI0160_000000020413	1.0		4	3	False	False	0.9980891942977905	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000027780	1532	0.6749653342311849	3	1	1	1	0	False	51198	fragment	False	FIJ0009_000000027780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	2.8058410877428194e-07	CP030984.1	eudicots	Arachis hypogaea cultivar Shitouqi chromosome A02	True	False
MON0039_000000034125	1444	0.6749653342311849	3	1	1	1	0	False	11912	fragment	False	MON0039_000000034125	1.0		0	0	False	False	0.9826869964599609	0					non-mobilizable	no_good_hit								True	False
MON0025_000000030497	1393	0.6749653342311849	2	1	1	1	0	False	12792	maximal	True	MON0025_000000030497	1.0		1	1	False	False	0.9992821216583252	0					non-mobilizable	no_good_hit								True	False
FIJ0087_000000023259	1388	0.6749653342311849	3	1	1	1	0	False	43714	fragment	False	FIJ0087_000000023259	1.0		0	0	False	False	0.9978386163711548	0					non-mobilizable	no_good_hit								True	False
MAD0061_000000013631	1360	0.6749653342311849	2	1	1	1	0	False	16813	fragment	False	MAD0061_000000013631	1.0		0	0	False	False	0.966911792755127	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000014452	1354	0.6749653342311849	2	1	1	1	0	False	96880	fragment	False	CAN0002_000000014452	1.0		0	0	False	False	0.9948301315307617	0					non-mobilizable	no_good_hit								True	False
TAN0002_000000031286	1350	0.6749653342311849	2	1	1	1	0	False	3017	fragment	False	TAN0002_000000031286	1.0		0	0	False	False	0.9985185265541077	0					non-mobilizable	no_good_hit								True	False
CHI0137_000000013852	1266	0.6749653342311849	2	1	1	1	0	False	80463	fragment	False	CHI0137_000000013852	1.0		0	0	False	False	0.9865719079971313	0					non-mobilizable	other	1266.0	99.76299999999999	100.0	0.018070137847296622	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0846_000000009392	1189	0.6749653342311849	2	1	1	1	0	False	59960	fragment	False	ISR0846_000000009392	0.9440201724398581		0	0	False	False	0.9932716488838196	0					non-mobilizable	chromosome	1101.0	95.73100000000001	93.0	0.00026670649483656226	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	False	False
ENG0208_000000025104	1183	0.6749653342311849	3	1	1	1	0	False	53806	maximal	True	ENG0208_000000025104	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	96.266	52.0	0.003975161734521552	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0073_000000006613	1177	0.6749653342311849	2	1	1	1	0	False	84773	fragment	False	CHI0073_000000006613	0.9936421435059037		0	0	False	False	0.99745112657547	0					non-mobilizable	other	1177.0	99.15	100.0	0.0004085603112840467	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0153_000000021564	1172	0.6749653342311849	2	1	1	1	0	False	39631	maximal	True	FIJ0153_000000021564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0102_000000026477	1161	0.6749653342311849	2	1	1	1	0	False	4887	maximal	True	SPA0102_000000026477	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000040180	1145	0.6749653342311849	1	1	1	1	0	False	59960	fragment	False	ISR0846_000000009392	0.7120899597192888		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	97.993	100.0	0.0002590584481109322	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0077_000000026481	1143	0.6749653342311849	3	1	1	1	0	False	63702	fragment	False	ISR0268_000000016440	0.6166531494998648		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	89.759	99.0	0.00026876377064371723	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0837_000000012987	1133	0.6749653342311849	2	1	1	1	0	False	20894	maximal	True	ISR0837_000000012987	1.0		2	2	False	False	0.9911738634109497	0					non-mobilizable	no_good_hit	55.0	94.545	5.0	0.00016373162567311891	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0080_000000020975	1131	0.6749653342311849	1	1	1	1	0	False	44298	fragment	False	FIJ0080_000000020975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000029170	1124	0.6749653342311849	1	1	1	1	0	False	59960	fragment	False	ISR0846_000000009392	0.7247109501662702		0	0	False	False	0.9795373678207397	0					non-mobilizable	chromosome	1124.0	95.552	100.0	0.00027228308518314494	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	False	False
ENG0107_000000027895	1107	0.6749653342311849	2	1	1	1	0	False	59960	fragment	False	ISR0846_000000009392	0.9391818028203827		0	0	False	False	0.9963866472244263	0					non-mobilizable	chromosome	1107.0	95.48299999999999	100.0	0.0002681612575356708	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	False	False
ISR0815_000000027887	1101	0.6749653342311849	2	1	1	1	0	False	84773	fragment	False	CHI0073_000000006613	0.9617672047578589		0	0	False	False	0.9400544762611389	0					non-mobilizable	other	1101.0	98.54700000000001	100.0	0.0003821567537520845	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0091_000000017302	1220	0.6749601505854277	2	2	2	2	2	False	43366	maximal	True	FIJ0091_000000017302	1.0		26	9	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	75.60600000000001	47.0	0.0017250510705909057	NZ_JHWJ01000004.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
CHI0171_000000002621	1878	0.674958239599195	2	2	2	2	1	True	77945	fragment	False	CHI0171_000000002621	1.0		0	0	False	False	0.9941427111625671	0					non-mobilizable	other	1798.0	87.319	95.0	0.0005749990047476747	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
CHI0136_000000004257	3445	0.6749502925030633	3	3	3	2	3	True	106450	fragment	False	CHI0175_000000003429	0.9712213154131438		0	0	False	False	1.0	0					non-mobilizable	other	3445.0	100.0	100.0	0.023198167856661726	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
CHI0109_000000000402	25681	0.6749489482172369	28	14	6	11	8	True	130541	fragment	False	ISR0178_000000000348	0.9767958001215604		0	0	False	False	1.0	0					non-mobilizable	chromosome	7698.0	99.428	96.0	0.0013671702792717715	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
MAD0063_000000000344	20188	0.6749413454085925	34	13	6	8	11	True	52219	maximal	True	MAD0063_000000000344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	96.41	1.0	0.006447110431690539	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
MAD0048_000000013815	1728	0.674928643444549	2	1	1	1	1	False	51676	fragment	False	MAD0048_000000013815	1.0		0	0	False	False	0.9965277910232544	0					non-mobilizable	no_good_hit	63.0	88.889	4.0	0.00024012114499056942	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0006_000000027329	1437	0.674928643444549	2	1	1	1	1	False	51675	fragment	False	FIJ0006_000000027329	1.0		0	0	False	False	0.9526792168617249	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	4.0	0.0010092650531882683	NZ_CAPF01000018.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
ISR0183_000000004681	7746	0.6749038238263617	5	5	4	4	4	False	132270	fragment	False	ISR0183_000000004681	1.0		0	0	False	False	0.9981926083564758	0					non-mobilizable	no_good_hit	268.0	77.985	3.0	0.001144395531157374	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
AST0111_000000005950	3396	0.6749028117995975	6	2	2	2	2	False	106844	maximal	True	AST0111_000000005950	1.0		29	5	False	False	0.9997055530548096	0					non-mobilizable	no_good_hit	1651.0	88.795	69.0	0.0005278047815774299	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
SPA0116_000000032200	1278	0.6748992250761638	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.6260886555969025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	75.221	35.0	0.00013691883823298463	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0381_000000015372	1238	0.6748958094985379	2	2	2	2	1	False	23139	maximal	True	ISR0381_000000015372	1.0		72	11	False	False	0.9975767135620117	0					non-mobilizable	no_good_hit	248.0	95.565	20.0	0.00010172068570449605	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MON0041_000000046054	1486	0.6748935437075001	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.14130474263172701		0	0	False	False	1.0	0					non-mobilizable	other	1514.0	77.015	100.0	0.0031072459889134466	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0796_000000006828	3293	0.6748905004813534	5	4	3	3	3	False	127780	fragment	False	FIJ0043_000000007004	0.13932761733357815		0	0	False	False	0.9990890026092529	0					non-mobilizable	other	3276.0	99.45100000000001	99.0	0.06262908284249981	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0014_000000008431	2915	0.6748767406584033	3	3	2	3	2	False	66931	maximal	True	ENG0014_000000008431	1.0		28	8	False	False	0.9972555637359619	0					non-mobilizable	no_good_hit	2192.0	99.45299999999999	75.0	0.0004793468456199053	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
FIJ0081_000000021108	1708	0.6748727694948428	3	3	3	1	1	False	78781	fragment	False	FIJ0081_000000021108	1.0		0	0	False	False	0.9941452145576477	0					non-mobilizable	other	1708.0	99.766	100.0	0.09942917054986021	NZ_VJYL01000055.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold53_1, whole genome shotgun sequence	False	False
SPA0131_000000016200	1680	0.6748727694948428	3	3	3	1	1	False	91210	fragment	False	SPA0149_000000022072	0.9740586557191494		0	0	False	False	1.0	0					non-mobilizable	plasmid	1680.0	100.0	100.0	0.017080539985147355	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0056_000000022123	1615	0.6748727694948428	3	3	3	1	1	False	91196	fragment	False	CHI0168_000000009985	0.958735511280871		0	0	False	False	0.9993808269500732	0					non-mobilizable	other	1615.0	99.69	100.0	0.0940121155638397	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	False
CHI0168_000000009985	1602	0.6748727694948428	3	3	3	1	1	False	91196	fragment	False	CHI0168_000000009985	0.9665024966385841		0	0	False	False	0.9987515807151794	0					non-mobilizable	plasmid	1604.0	98.62799999999999	100.0	0.0516114491773721	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0070_000000016717	1537	0.6748727694948428	3	3	3	1	1	False	91196	fragment	False	CHI0168_000000009985	0.9479458407035357		0	0	False	False	0.9960963129997253	0					non-mobilizable	plasmid	1537.0	99.414	100.0	0.049454264464406456	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0155_000000014527	1510	0.6748727694948428	3	3	3	1	1	False	91193	fragment	False	FIJ0155_000000014527	0.9661073825503356		0	0	False	False	1.0	0					non-mobilizable	plasmid	1498.0	99.132	99.0	0.04832773760330578	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
FIJ0038_000000026034	1372	0.6748727694948428	3	3	3	1	1	False	78780	fragment	False	FIJ0038_000000026034	0.9688422105526381		0	0	False	False	0.991253674030304	0					non-mobilizable	plasmid	1353.0	99.926	99.0	0.04364669421487603	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CAN0014_000000012633	3603	0.6748710212079597	4	3	3	2	2	False	93714	maximal	True	CAN0014_000000012633	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1396.0	83.596	39.0	0.0004038049850928418	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
USA0044_01_000000001644	17858	0.6748637867270979	21	6	1	6	1	False	106860	maximal	False	SPA0057_000000001179	0.369739724434216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	0.0	0.028119507908611598	NZ_ATDK01000510.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig510, whole genome shotgun sequence	True	False
SPA0079_000000000817	17534	0.6748637867270979	22	6	1	6	1	False	106860	maximal	False	SPA0057_000000001179	0.2709690996675494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000002208	17440	0.6748637867270979	23	6	1	6	1	False	106860	maximal	False	SPA0057_000000001179	0.4165607887439867		0	0	False	False	0.9999426603317261	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000010285	1373	0.6748513625526731	3	2	1	2	2	False	51832	fragment	False	FIJ0055_000000010285	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1373.0	100.0	100.0	0.008976296557995905	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
FIJ0005_000000032305	1154	0.6748513625526731	2	2	1	2	2	False	51831	fragment	False	FIJ0005_000000032305	1.0		0	0	False	False	0.976603090763092	0					non-mobilizable	plasmid	1138.0	99.12100000000001	99.0	0.0028406178343789775	CP032832.1	enterobacteria	Klebsiella pneumoniae strain INF078 plasmid pINF078-VP, complete sequence	False	True
DEN0023_000000004911	1553	0.6748419689863231	2	2	2	2	2	False	74366	fragment	False	DEN0023_000000004911	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	99.35600000000001	100.0	0.0013888789455974685	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ENG0105_000000005061	4001	0.6748311612319385	5	5	4	5	4	False	95759	maximal	True	ENG0105_000000005061	1.0		38	8	False	False	0.9915021061897278	0					non-mobilizable	chromosome	4006.0	97.12899999999999	100.0	0.0006899697377752037	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
AUS0010_000000002791	7364	0.6748253280310837	8	6	2	3	5	True	105596	fragment	False	AUS0010_000000002791	1.0		0	0	False	False	0.9991852045059204	0					non-mobilizable	other	4085.0	96.23	99.0	0.0007907903429450287	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0004_000000000631	23921	0.6748235239655153	19	13	10	11	8	False	121830	maximal	True	ISR0004_000000000631	1.0		2	1	False	False	0.9999163746833801	0					non-mobilizable	no_good_hit	2738.0	80.058	11.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
MON0047_000000014031	2764	0.6748119650414786	4	4	4	4	4	False	11469	fragment	False	MON0047_000000014031	1.0		0	0	False	False	0.9996381998062134	0					non-mobilizable	plasmid	2668.0	99.963	97.0	0.019278467557072507	CP024248.1	enterobacteria	Escherichia coli O27:H7 strain B4103-1 plasmid unnamed3, complete sequence	False	True
FIJ0045_000000001160	15996	0.6748095858060562	15	10	6	8	7	True	96563	maximal	True	FIJ0045_000000001160	1.0		6	1	False	False	0.9999374747276306	0					non-mobilizable	no_good_hit	7576.0	87.32799999999999	51.0	0.20015355696169018	NZ_VZBY01000053.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_32_length_37771_cov_26.1813_ID_63, whole genome shotgun sequence	True	True
CHI0046_000000004009	2890	0.6748063575706739	5	4	4	3	2	False	106800	maximal	True	CHI0046_000000004009	1.0		24	5	False	False	0.9892733693122864	0					non-mobilizable	chromosome	1230.0	98.537	100.0	0.0003873778491104966	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0010_000000034249	1369	0.6748057983189965	2	2	2	2	2	False	87526	maximal	True	DEN0010_000000034249	1.0		132	12	False	False	1.0	0					non-mobilizable	chromosome	1375.0	84.8	100.0	0.00044125377958519567	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0198_000000007970	4260	0.6748044999941862	5	3	3	2	2	False	77243	fragment	False	FIJ0005_000000006431	0.9790020320614133		0	0	False	False	0.9995304942131042	0					non-mobilizable	plasmid	4262.0	99.531	100.0	0.006893761631199935	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MON0072_000000000698	16923	0.6747966337788334	13	13	3	5	11	True	106551	fragment	False	MON0069_000000001241	0.9732567820055884		0	0	False	False	0.9997636079788208	0					non-mobilizable	other	16919.0	98.788	99.0	0.04625074181135976	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0817_000000005243	2293	0.6747920380077056	3	3	3	3	1	False	125453	fragment	False	MON0054_000000018337	0.9389442368771506		0	0	False	False	0.9917139410972595	0					non-mobilizable	chromosome	1482.0	88.73100000000001	93.0	0.0004118999661923246	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0007_000000059978	1105	0.6747883501252544	2	2	2	2	2	False	63699	maximal	True	MON0007_000000059978	0.9495454545454546		161	11	False	False	0.9846153855323792	0					non-mobilizable	no_good_hit	141.0	77.305	13.0	0.00013131554558775042	NZ_AXWS01000008.1	b-proteobacteria	Derxia gummosa DSM 723 H566DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MON0078_000000023704	1914	0.6747876127066821	3	3	3	3	3	False	10157	maximal	True	MON0078_000000023704	1.0		6	4	False	False	0.9566352963447571	0					non-mobilizable	no_good_hit	946.0	75.687	77.0	0.00029045813654480915	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
FIJ0044_000000008206	2674	0.6747803856390551	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.404570196855923		0	0	False	False	0.9981301426887512	0					non-mobilizable	other	2460.0	86.50399999999999	96.0	0.0005874190006154143	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CAN0022_000000012083	2549	0.6747803856390551	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.32826282955464287		0	0	False	False	0.9996076822280884	0					non-mobilizable	other	1286.0	98.445	100.0	0.009228139721934965	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0003_000000008428	4184	0.6747802755113451	4	4	4	4	4	False	130507	maximal	True	AST0003_000000008428	1.0		352	10	False	False	0.9985659718513489	0					non-mobilizable	chromosome	2367.0	97.676	99.0	0.0007622828259452065	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0253_000000006194	1986	0.6747698370532267	2	2	2	2	2	False	89029	maximal	False	ENG0100_000000015539	0.7610198766903651		0	0	False	False	0.9959717988967896	0					non-mobilizable	other	1986.0	99.14399999999999	99.0	0.0004866781360889368	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0821_000000028265	1182	0.6747686487587715	2	2	2	1	1	False	55583	fragment	False	ENG0175_000000020588	0.9553049289891395		0	0	False	False	0.9974619150161743	0					non-mobilizable	no_good_hit	113.0	84.071	10.0	2.9807123955852457e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MAD0105_000000030088	1305	0.6747643635484937	2	2	2	2	1	False	14781	maximal	True	MAD0105_000000030088	1.0		119	11	False	False	0.9655172228813171	0					non-mobilizable	virus	946.0	96.406	96.0	0.02168127380351489	JQ680356.1	viruses	Unidentified phage clone 2011_scaffold3 genomic sequence	False	False
FIJ0164_000000008882	2597	0.6747631500808795	3	2	2	2	2	False	39772	maximal	True	FIJ0164_000000008882	1.0		1104	15	False	False	1.0	0					non-mobilizable	other	2597.0	99.42200000000001	100.0	0.0008312501380880671	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0105_000000005450	5105	0.6747622662195634	6	6	6	6	3	False	129764	maximal	True	SPA0105_000000005450	1.0	PS1061	1	1	False	True	0.9992164373397827	0					non-mobilizable	chromosome	1801.0	98.945	97.0	0.00048236991555310676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0103_000000004691	3300	0.6747612095777462	2	2	2	1	2	False	4875	maximal	True	SPA0103_000000004691	1.0		257	13	False	False	0.996363639831543	0					non-mobilizable	chromosome	3300.0	95.42399999999999	100.0	0.0006186939367243815	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ISR0363_000000005783	3232	0.6747557404648931	6	1	1	1	1	False	79605	maximal	True	ISR0363_000000005783	0.985867895545315		9	4	False	False	0.9993811845779419	0					non-mobilizable	no_good_hit	1299.0	95.99700000000001	40.0	0.033135067520996604	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0152_000000015795	1663	0.6747557404648931	2	1	1	1	1	False	39705	fragment	False	FIJ0152_000000015795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1124.0	74.911	67.0	0.003371959621466423	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
DEN0018_000000031829	1280	0.6747557404648931	1	1	1	1	1	False	74964	maximal	True	DEN0018_000000031829	1.0		4	3	False	False	0.981249988079071	0					non-mobilizable	no_good_hit	1141.0	73.26899999999999	88.0	0.000632734916243056	CP033601.1	firmicutes	Erysipelothrix rhusiopathiae strain KC-Sb-R1 chromosome, complete genome	True	False
FIJ0021_000000037156	1282	0.6747446642244928	2	1	1	1	1	False	49543	fragment	False	FIJ0021_000000037156	1.0		0	0	False	False	0.9976599216461182	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.00028050490883590464	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0058_000000024376	1124	0.6747391963449619	2	2	2	2	2	False	35466	fragment	False	ISR0843_000000013449	0.9782111046989587		0	0	False	False	0.9991103410720825	0					non-mobilizable	no_good_hit	314.0	83.439	28.0	0.0006149637230534526	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0112_000000000769	21514	0.6747365346572772	34	29	7	11	29	True	42063	maximal	True	FIJ0112_000000000769	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	10475.0	99.76100000000001	90.0	0.11469808800017521	CP058619.1	enterobacteria	Escherichia coli strain JS316 plasmid unnamed1, complete sequence	False	True
ISR0079_000000016318	1728	0.6747322209883673	2	2	2	2	1	True	34362	fragment	False	ISR0079_000000016318	0.9934045226130653		0	0	False	False	0.9849537014961243	0					non-mobilizable	no_good_hit	155.0	81.29	9.0	0.023595156783607574	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	True	True
SPA0124_000000019761	1486	0.6747322209883673	2	2	2	2	1	True	4044	fragment	False	SPA0124_000000019761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	81.29	10.0	0.023595156783607574	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	True	True
ISR0353_000000003101	9077	0.6747279290958664	6	6	5	6	4	False	24046	maximal	True	ISR0353_000000003101	1.0		1	1	False	False	0.9998898506164551	0					non-mobilizable	no_good_hit	5284.0	77.233	87.0	0.001583596029135986	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ISR0031_000000005131	3897	0.6747275948637014	5	3	3	2	3	False	43908	maximal	True	ISR0031_000000005131	1.0		1	1	False	False	0.9987169504165649	0					non-mobilizable	no_good_hit	325.0	72.308	8.0	8.584519670069209e-05	NC_020409.1	d-proteobacteria	Pseudodesulfovibrio piezophilus C1TLV30, complete genome	True	False
SPA0020_000000021672	1565	0.6747259257279467	2	2	2	1	1	False	7715	fragment	False	SPA0020_000000021672	1.0		0	0	False	False	0.9821086525917053	0					non-mobilizable	no_good_hit	1196.0	77.592	75.0	0.004659552081767624	NZ_FMJR01000133.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
SPA0012_000000004536	5451	0.6747258892362115	5	4	2	3	3	False	107231	fragment	False	SPA0012_000000004536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1831.0	80.721	33.0	0.004911419521345163	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0351_000000007816	1858	0.6747234452598017	3	3	3	3	3	False	70353	maximal	True	ISR0351_000000007816	1.0		756	13	False	False	0.9994617700576782	0					non-mobilizable	other	1858.0	98.92399999999999	100.0	0.0005961882478037029	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0083_000000006854	3884	0.6747189649235472	5	4	4	4	3	False	113890	fragment	False	DEN0083_000000006854	0.968433133148504		0	0	False	False	0.9938207864761353	0					non-mobilizable	no_good_hit	228.0	95.61399999999999	10.0	6.836398067497837e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0160_000000018024	1133	0.6747180444020457	2	2	2	2	2	False	39300	fragment	False	FIJ0160_000000018024	1.0		0	0	False	False	0.9947043061256409	0					non-mobilizable	other	1112.0	98.11200000000001	98.0	0.000308523696063893	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0100_000000009470	3933	0.6747175981649746	6	5	4	5	4	False	75934	fragment	False	ENG0137_000000004265	0.7501661315579193		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	303.0	79.538	11.0	8.374752762122736e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0185_000000008286	3799	0.6747124806822975	6	5	3	3	3	False	56478	maximal	True	ISR0185_000000008286	1.0	PS242	12	4	False	True	0.9986838698387146	0					non-mobilizable	no_good_hit	373.0	98.928	20.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
MAD0061_000000000578	19036	0.6747116220264573	38	7	4	7	4	False	16844	maximal	True	MAD0061_000000000578	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0053_000000002505	4562	0.6747071770020486	6	5	5	4	4	False	132084	fragment	False	AST0053_000000002505	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	904.0	89.27	20.0	0.022650796042388628	NZ_CYZN01000032.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0038_000000006548	4962	0.67470480840268	3	3	1	3	2	False	96656	fragment	False	MAD0111_000000003137	0.7576278663820539		0	0	False	False	0.9997984766960144	0					non-mobilizable	no_good_hit								True	False
AST0019_000000011165	2554	0.6746956926058458	4	3	3	3	2	False	127981	fragment	False	AST0024_000000013247	0.7857633950946517		0	0	False	False	0.9996084570884705	0					non-mobilizable	other	2554.0	99.883	100.0	0.0008196384473036368	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0137_000000014584	1702	0.6746911717753064	3	3	3	2	1	False	110336	fragment	False	ISR0137_000000014584	1.0		0	0	False	False	0.999412477016449	0					non-mobilizable	other	1702.0	99.471	100.0	0.014439483200624777	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CAN0017_000000009821	3743	0.6746875793594206	4	4	3	4	3	False	92533	fragment	False	CAN0017_000000009821	1.0		0	0	False	False	0.9970611929893494	0					non-mobilizable	other	3746.0	97.971	99.0	0.003213018950202069	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
SPA0121_000000008583	1342	0.6746872447131641	2	2	2	2	2	False	4126	maximal	True	SPA0121_000000008583	1.0		14	4	False	False	1.0	0					non-mobilizable	chromosome	1342.0	100.0	100.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MON0054_000000026264	1830	0.6746845218455144	3	3	3	2	1	False	11130	fragment	False	MON0054_000000026264	1.0		0	0	False	False	0.9879781603813171	0					non-mobilizable	no_good_hit	462.0	84.848	25.0	0.00015594141902614415	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ETH0003_000000004131	6723	0.6746805106827536	7	5	4	5	3	False	53269	fragment	False	ETH0003_000000004131	0.9445217106264707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	82.37899999999999	21.0	0.0028836768628647913	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MAD0033_000000005593	3354	0.6746763070422996	5	3	3	3	2	False	113541	maximal	True	MAD0033_000000005593	1.0		26	11	False	False	0.9997018575668335	0					non-mobilizable	no_good_hit	921.0	74.593	27.0	0.00032367467791005316	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0070_000000007938	1571	0.6746760454807277	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.7403500243922819		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	98.15	100.0	0.000359898028891814	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0075_000000004520	1566	0.6746760454807277	1	1	1	1	1	False	112395	maximal	True	CHI0075_000000004520	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	97.959	91.0	0.00036711820539735965	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0038_000000010728	1183	0.6746760454807277	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.26126934570005117		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	98.056	100.0	0.00032824033190595995	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0112_000000016316	1161	0.6746760454807277	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2394393805324524		0	0	False	False	0.9853574633598328	0					non-mobilizable	other	1161.0	98.45	100.0	0.00032213095178588286	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0056_000000018271	1148	0.6746760454807277	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2301066410262017		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	98.432	100.0	0.00031852086353311007	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0149_000000000751	24339	0.6746732267256056	20	16	10	14	9	True	108548	maximal	True	ENG0149_000000000751	1.0		4	2	False	False	0.9994658827781677	0					non-mobilizable	no_good_hit	10237.0	96.552	88.0	0.005910533443835782	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0379_000000014424	1730	0.674671802499443	2	1	1	1	1	False	61623	maximal	False	SPA0081_000000006621	0.4792393362117437		0	0	False	False	0.9976878762245178	0					non-mobilizable	other	1730.0	99.94200000000001	100.0	0.007846678889756204	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0039_000000008115	1786	0.6746680488137575	2	2	0	2	0	False	18474	fragment	False	MAD0039_000000008115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	77.844	28.0	0.00020917213525346927	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0001_000000009325	3590	0.6746588014826037	5	4	4	4	3	False	14406	maximal	True	MON0001_000000009325	1.0		58	10	False	False	0.9930362105369568	0					non-mobilizable	no_good_hit	1130.0	84.867	31.0	0.00031402828379767855	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0820_000000002554	6419	0.6746565049329866	8	6	5	6	5	False	92269	fragment	False	ISR0820_000000002554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	1.0	0.0008687602364167201	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0208_000000000067	76547	0.6746537247918676	77	14	6	13	4	True	53969	maximal	True	ENG0208_000000000067	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	87.5	0.0	0.0003325911984630374	KT895374.1	viruses	Bacillus phage vB_BpuM-BpSp, complete genome	True	True
ISR0153_000000023339	1262	0.6746495908298462	3	2	2	1	1	False	30655	fragment	False	ISR0153_000000023339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	7.0	9.17377634333275e-05	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0377_000000014843	1139	0.6746434566559993	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.08988107622368571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	75.362	12.0	2.4571857797457583e-05	CP011114.1	firmicutes	Paenibacillus durus ATCC 35681, complete genome	True	False
SPA0052_000000020372	1321	0.6746427880106469	2	2	2	2	2	False	6510	maximal	True	SPA0052_000000020372	1.0		2	1	False	False	0.9901589751243591	0					non-mobilizable	other	1322.0	96.823	100.0	0.0018650126453508909	NZ_FXLP01000004.1	firmicutes	Peptoniphilus vaginalis strain KhD- 2, whole genome shotgun sequence	False	False
CHI0131_000000010948	1627	0.674631317549855	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.30811110964310867		0	0	False	False	0.9950829744338989	0					non-mobilizable	chromosome	1642.0	93.484	100.0	0.0005712927319295125	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0027_000000009289	1871	0.674610745019016	3	3	3	3	3	False	74175	fragment	False	FIJ0153_000000010755	0.27795363442710685		0	0	False	False	0.9967931509017944	0					non-mobilizable	other	1854.0	97.249	99.0	0.05363862675852486	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
DEN0085_000000014538	2028	0.6746090283346637	4	4	2	3	4	False	68977	fragment	False	DEN0085_000000014538	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1974.0	100.0	100.0	0.014433698626128432	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
MAD0006_000000003534	2478	0.6746073675534129	2	2	1	2	1	False	19895	fragment	False	MAD0006_000000003534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.498677316639982e-06	NZ_CP032134.1	g-proteobacteria	Acinetobacter chinensis strain WCHAc010005 chromosome, complete genome	True	False
FIJ0021_000000011178	4474	0.6746066740700113	5	5	4	4	5	False	62392	fragment	False	FIJ0021_000000011178	1.0		0	0	False	False	0.994188666343689	0					non-mobilizable	other	4476.0	98.704	100.0	0.008833852507234875	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0024_000000041875	1255	0.6746027491487353	1	1	1	1	1	False	12878	maximal	True	MON0024_000000041875	1.0		58	9	False	False	0.9992032051086426	0					non-mobilizable	other	1259.0	87.212	100.0	0.037451725892883876	NZ_QIML01000019.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_19, whole genome shotgun sequence	False	False
MON0083_000000033933	1212	0.6745947818116664	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.9236194777372362		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	93.57	100.0	0.22542814594192107	NZ_CABIWU010000106.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0033_000000008987	3703	0.6745928013995129	4	3	2	1	2	False	85332	fragment	False	FIJ0033_000000008987	1.0		0	0	False	False	0.9940588474273682	0					non-mobilizable	no_good_hit	1070.0	76.822	29.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
USA0005_01_000000021097	1472	0.6745907508183563	2	2	2	1	1	False	2154	fragment	False	USA0005_01_000000021097	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	94.251	99.0	0.00043867479865970847	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0167_000000001376	11616	0.6745599635000056	12	6	4	5	4	False	83917	maximal	False	CHI0089_000000000402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	80.77600000000001	14.0	0.0034209882077646256	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
CHI0089_000000000402	11616	0.6745599635000056	12	6	4	5	4	False	83917	maximal	True	CHI0089_000000000402	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	80.77600000000001	14.0	0.0034209882077646256	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0090_000000047025	1321	0.6745502253230524	4	1	1	1	1	True	9527	maximal	True	MON0090_000000047025	1.0		4	2	False	False	0.9977290034294128	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.881311807350894e-06	NZ_AP022582.1	high GC Gram+	Mycobacterium seoulense strain JCM 16018	True	True
ISR0357_000000003741	5733	0.6745480964785483	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.0789461666318356		0	0	False	False	0.9945927262306213	0					non-mobilizable	chromosome	5479.0	97.51799999999999	96.0	0.0015570289589182148	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0025_000000001634	5698	0.6745455016434564	3	2	1	2	1	False	19157	maximal	True	MAD0025_000000001634	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0077_000000009217	2199	0.6745397782879377	2	2	2	2	1	False	117260	fragment	False	ENG0077_000000009217	0.98076780589276		0	0	False	False	0.9990904927253723	0					non-mobilizable	no_good_hit	775.0	78.32300000000001	35.0	0.00032151308164210605	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0064_000000010159	2065	0.6745397782879377	2	2	2	2	1	False	117260	fragment	False	ENG0077_000000009217	0.9530576020702848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.0	38.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0100_000000014913	2040	0.6745397782879377	2	2	2	2	1	False	117260	fragment	False	ENG0077_000000009217	0.9392824116669275		0	0	False	False	0.998039186000824	0					non-mobilizable	no_good_hit	786.0	78.372	38.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0140_000000007180	3058	0.674537416207111	3	3	2	2	2	False	126865	fragment	False	SPA0140_000000007180	0.9857344135258894		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1263.0	80.285	50.0	0.000357542090127913	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
TAN0012_000000005551	1672	0.6745353000616513	2	2	2	2	1	False	2592	fragment	False	TAN0012_000000005551	1.0		0	0	False	False	0.9730861186981201	0					non-mobilizable	no_good_hit	640.0	76.25	38.0	0.00015787471389855124	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
MON0031_000000005953	5951	0.6745284073336837	5	5	5	5	3	False	131736	maximal	True	MON0031_000000005953	1.0		17	8	False	False	1.0	0					non-mobilizable	no_good_hit	1833.0	86.743	33.0	0.0005865567736873263	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
USA0048_01_000000007931	2005	0.674524904201974	4	4	4	3	2	False	106609	fragment	False	ENG0027_000000009711	0.6447958342362277		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	98.404	100.0	0.007876925011988334	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0127_000000009271	1995	0.674524904201974	4	4	4	3	2	False	106609	fragment	False	ENG0027_000000009711	0.6867797843754314		0	0	False	False	1.0	0					non-mobilizable	other	1995.0	98.296	100.0	0.00783761899895446	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0084_000000014375	1986	0.674524904201974	4	4	4	3	2	False	106609	fragment	False	ENG0027_000000009711	0.6849777959824931		0	0	False	False	0.996475338935852	0					non-mobilizable	other	1986.0	97.432	100.0	0.007802243587223974	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0038_000000003152	8170	0.674523669193287	9	4	3	4	2	False	36658	maximal	True	ISR0038_000000003152	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	9.068117015806347e-06	CP024282.1	enterobacteria	Escherichia albertii strain 2014C-4356 chromosome, complete genome	True	False
ISR0039_000000004634	6207	0.674523669193287	6	4	3	4	2	False	36568	fragment	False	ISR0039_000000004634	1.0		0	0	False	False	0.9991944432258606	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	1.9223495475724362e-05	AP017652.1	firmicutes	Streptococcus sp. NPS 308 DNA, complete genome	True	False
ISR0196_000000006274	2955	0.6745144897796788	6	4	4	3	3	False	70431	fragment	False	ISR0196_000000006274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	99.93700000000001	54.0	0.8344647519582246	GQ343079.1	bacteria	Uncultured bacterium putative chloramphenicol O-acetyltransferase gene, complete cds	True	False
ISR0821_000000011690	2526	0.6745144897796788	5	4	4	3	3	False	70430	fragment	False	ISR0821_000000011690	0.9791164658634538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1610.0	96.584	64.0	0.6916089965397924	KU547548.1	bacteria	Uncultured bacterium clone CH_08G_000_Contig_3 genomic sequence	True	False
FIJ0171_000000019099	1117	0.6745114012909194	1	1	1	1	1	False	38761	maximal	True	FIJ0171_000000019099	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	98.837	8.0	0.0016369764082811748	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0103_000000010331	4211	0.6745052925581698	6	3	3	3	2	False	113537	maximal	True	MON0103_000000010331	1.0		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	74.484	21.0	0.00032367467791005316	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0104_000000014377	2560	0.6745052925581698	4	3	3	3	2	False	113534	fragment	False	SPA0104_000000014377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	72.675	27.0	0.00015736832987304412	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0097_000000023343	1581	0.6744979149007745	2	2	2	1	1	False	61362	fragment	False	ENG0129_000000017050	0.9599907241054483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	97.156	46.0	0.00020051984619585852	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0820_000000001728	8704	0.6744974503190199	9	8	4	7	3	False	31546	maximal	True	ISR0820_000000001728	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	1.0	1.9892364225572176e-05	LT906465.1	CFB group bacteria	Chryseobacterium taklimakanense strain NCTC13490 genome assembly, chromosome: 1	True	False
CHI0085_000000000871	2026	0.6744959056726436	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.28584218876557216	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1843.0	99.78299999999999	91.0	0.797747942832395	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0008_000000015367	1864	0.6744959056726436	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.2851143054636282	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1843.0	99.891	99.0	0.797747942832395	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0114_000000021331	1863	0.6744959056726436	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.27862313111012177	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1843.0	99.891	99.0	0.797747942832395	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0128_000000003051	7938	0.6744958358798321	6	5	2	4	4	False	63133	maximal	True	FIJ0128_000000003051	1.0		19	1	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	94.51799999999999	9.0	0.0001474971249255867	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0158_000000010327	1846	0.6744873940696265	3	2	2	1	1	False	114058	maximal	False	FIJ0172_000000014286	0.9712435233160621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	96.36200000000001	79.0	0.0004352829084790779	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0068_000000025381	1668	0.6744770732320272	2	2	2	2	2	False	70885	maximal	False	FIJ0151_000000010411	0.9590261282660333		0	0	False	False	1.0	0					non-mobilizable	chromosome	1673.0	91.39299999999999	99.0	0.0005553803396032968	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0114_000000012118	1199	0.6744684185391716	2	2	1	2	1	False	59560	fragment	False	ENG0114_000000012118	1.0		0	0	False	False	0.9708089828491211	0					non-mobilizable	no_good_hit								True	False
MAD0051_000000013251	2196	0.6744668381029185	3	3	3	3	3	False	87343	fragment	False	SPA0121_000000005057	0.7720537618866462		0	0	False	False	1.0	0					non-mobilizable	other	2196.0	99.226	100.0	0.010246973546555073	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0207_000000003353	6763	0.6744652382196049	9	8	5	3	4	True	116369	fragment	False	ISR0207_000000003353	1.0		0	0	False	False	0.9971905946731567	0					non-mobilizable	plasmid	6763.0	100.0	100.0	0.20468579731202324	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0070_000000013317	1894	0.6744622124140845	3	2	2	2	2	False	62384	fragment	False	ENG0070_000000013317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	90.588	26.0	0.00014961782174095157	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0308_000000005856	2751	0.6744599711632298	6	6	0	1	5	False	62413	fragment	False	ISR0308_000000005856	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2240.0	99.911	100.0	0.05796163504103135	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AST0101_000000002763	3785	0.6744595418174284	4	3	2	2	1	False	129993	maximal	False	CHI0188_000000003686	0.977567777597931		0	0	False	False	1.0	0					non-mobilizable	other	3785.0	100.0	100.0	0.006826123270694392	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0092_000000004465	3785	0.6744595418174284	4	3	2	2	1	False	129993	maximal	False	CHI0188_000000003686	0.9770737064516859		0	0	False	False	0.9994716048240662	0					non-mobilizable	other	3785.0	99.84100000000001	100.0	0.006826123270694392	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0039_000000013723	1529	0.6744536047707985	3	3	1	3	2	False	73239	maximal	True	DEN0039_000000013723	1.0		1	1	False	False	0.9993459582328796	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.290678291214374e-07	LR778277.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 25	True	False
ISR0819_000000013393	1966	0.6744529457639836	3	3	3	3	3	False	21315	maximal	True	ISR0819_000000013393	1.0		76	11	False	False	0.9984740614891052	0					non-mobilizable	no_good_hit	90.0	80.0	5.0	6.831518631239997e-05	NZ_KE136488.1	firmicutes	Enterococcus villorum ATCC 700913 acOto-supercont2.2, whole genome shotgun sequence	True	False
FIJ0120_000000019882	1284	0.6744491048160066	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.2992831776483491		0	0	False	False	0.9805296063423157	0					non-mobilizable	other	1268.0	80.678	98.0	0.04004703937958872	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	False	False
MAD0076_000000005190	1262	0.6744491048160066	1	1	1	1	1	False	16234	maximal	False	MON0041_000000054594	0.95		0	0	False	False	0.9833597540855408	0					non-mobilizable	no_good_hit	995.0	70.05	78.0	0.0013079329730968045	CP025121.1	mycoplasmas	Candidatus Phytoplasma ziziphi isolate Jwb-nky chromosome, complete genome	True	False
ENG0042_000000001758	14157	0.674448563585119	17	11	7	6	9	False	125581	fragment	False	ISR0004_000000001014	0.8206907206925174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	96.0	0.0	2.0230161436688264e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
USA0018_01_000000008482	2841	0.6744439790150927	3	3	2	2	3	False	1866	backbone	True	USA0018_01_000000008482	1.0	PS6	14	6	True	True	1.0	5					non-mobilizable	no_good_hit	1169.0	75.62	44.0	0.00034505386112295994	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	True
USA0039_01_000000008032	2841	0.6744439790150927	4	3	2	2	3	False	1866	backbone	False	USA0018_01_000000008482	1.0	PS6	0	0	True	True	0.9996480345726013	12					non-mobilizable	no_good_hit	1169.0	75.62	44.0	0.00034505386112295994	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	True
CHI0110_000000000250	15497	0.6744426840284223	20	5	0	5	1	False	82713	maximal	True	CHI0110_000000000250	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.3955719944311865e-05	CP002559.1	firmicutes	Lactobacillus amylovorus strain 30SC, complete genome	True	False
SPA0037_000000021375	1156	0.6744395769675718	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1754965073695296		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	99.82700000000001	100.0	0.00040756741535565813	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0143_000000025586	1132	0.6744395769675718	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16588662600414725		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.47	100.0	0.00034052244151278673	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0008_000000025552	1132	0.6744395769675718	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16573410032189698		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.55799999999999	100.0	0.00034052244151278673	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0137_000000020625	1131	0.6744395769675718	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16527299277356333		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	99.204	100.0	0.0003402213606626428	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0129_000000012524	2096	0.6744357881640808	2	2	2	2	2	False	68420	maximal	True	SPA0129_000000012524	1.0		129	12	False	False	0.989503800868988	0					non-mobilizable	no_good_hit	671.0	70.641	31.0	0.00815903241122523	NZ_CYYV01000017.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0064_000000015420	1439	0.6744333786879423	2	2	2	2	2	False	62935	maximal	True	ENG0064_000000015420	1.0		33	8	False	False	0.9993050694465637	0					non-mobilizable	no_good_hit	1155.0	76.623	80.0	0.016443098225876245	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	True	False
FIJ0070_000000002183	8297	0.6744167657083261	11	5	5	4	4	False	82556	maximal	True	FIJ0070_000000002183	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	77.281	20.0	0.0004188276125555271	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0112_000000001291	15275	0.6744163705970758	18	8	2	8	3	False	32668	maximal	True	ISR0112_000000001291	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.1178717510454895e-06	CP020684.1	bony fishes	Oryzias latipes strain Hd-rR chromosome 20 sequence	True	False
FIJ0124_000000004248	5853	0.6744151611744281	7	6	3	6	3	False	55108	maximal	True	FIJ0124_000000004248	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	3545.0	71.509	59.0	0.026294772231138425	KJ816753.1	CFB group bacteria	Bacteroides fragilis strain HMW 615 transposon CTnHyb, complete sequence	True	False
ENG0078_000000020612	1252	0.6744142403167628	2	2	2	2	2	False	61884	fragment	False	ENG0078_000000020612	1.0		0	0	False	False	0.9992012977600098	0					non-mobilizable	no_good_hit	522.0	76.054	41.0	0.00011745935860841045	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0130_000000004733	3400	0.6744135611581308	2	2	2	2	2	False	84841	maximal	True	CHI0130_000000004733	1.0	PS11	6	3	True	True	0.9991176724433899	4					non-mobilizable	no_good_hit	1545.0	97.411	82.0	0.0004388921599581303	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0093_000000001185	23536	0.6744106073676714	45	14	5	13	11	False	81996	maximal	True	SPA0093_000000001185	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	71.477	2.0	0.003305850732050308	NZ_JAAIUD010000005.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_5_length_176354_cov_263.687, whole genome shotgun sequence	True	False
MAD0013_000000018188	1386	0.6744100587374916	2	2	1	2	1	True	51530	fragment	False	MAD0036_000000021899	0.6464435146443516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	88.245	86.0	0.047076689445709946	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0330_000000013620	2173	0.6744041504146131	3	3	3	3	3	False	42332	fragment	False	ISR0330_000000013620	1.0		0	0	False	False	0.976530134677887	0					non-mobilizable	other	2173.0	99.72399999999999	100.0	0.00391816589427807	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0155_000000015130	1443	0.674395393175284	2	2	2	2	1	False	122071	fragment	False	FIJ0155_000000015130	0.9916419916419916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	90.24700000000001	87.0	0.00023335846341832116	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0144_000000011677	1443	0.674395393175284	2	2	2	2	1	False	122071	fragment	False	FIJ0155_000000015130	0.9902412902412903		0	0	False	False	0.9882189631462097	0					non-mobilizable	no_good_hit	729.0	90.398	87.0	0.0002336807817379597	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0159_000000010504	2303	0.674393298777586	2	2	2	2	2	False	40056	fragment	False	MAD0090_000000005398	0.9565587734241908		0	0	False	False	0.9973946809768677	0					non-mobilizable	no_good_hit	1287.0	76.845	54.0	0.0007075230125895677	NC_014370.1	CFB group bacteria	Prevotella melaninogenica ATCC 25845 chromosome I, complete sequence	True	False
USA0040_01_000000004176	4273	0.6743905321020994	8	6	1	2	6	True	113915	fragment	False	USA0040_01_000000004176	0.9802944466584245		0	0	False	False	1.0	0					non-mobilizable	other	4273.0	100.0	100.0	0.011600153148089315	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0392_000000007067	4230	0.6743905321020994	7	6	1	2	6	True	113915	fragment	False	USA0040_01_000000004176	0.9691627182961434		0	0	False	False	1.0	0					non-mobilizable	other	4230.0	99.976	100.0	0.011483391306945158	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0035_000000018700	1186	0.6743825852480393	2	2	2	2	2	False	107691	maximal	False	ISR0341_000000010433	0.47921615201900236		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	82.164	100.0	0.003835851143403295	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0175_000000015963	1255	0.6743773115484047	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.18096907425131978		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	97.954	100.0	0.00032546334094228857	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0832_000000003774	3505	0.6743645602361134	4	4	4	3	2	False	121555	fragment	False	CHI0120_000000003302	0.6072326075352225		0	0	False	False	1.0	0					non-mobilizable	chromosome	2797.0	99.964	100.0	0.0005580457381951172	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0038_000000023069	1506	0.6743578435594431	2	2	2	2	2	False	36618	maximal	True	ISR0038_000000023069	1.0		28	8	False	False	1.0	0					non-mobilizable	other	1506.0	99.535	100.0	0.0005952425682679945	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
CAN0022_000000009975	3006	0.6743528283316977	3	3	3	3	2	False	91319	fragment	False	MON0048_000000010648	0.8018463433430417		0	0	False	False	0.9980040192604065	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000010309	2124	0.6743508497721582	2	2	2	2	1	False	56819	fragment	False	ISR0389_000000010309	0.9925219185146983		0	0	False	False	0.985404908657074	0					non-mobilizable	no_good_hit	1215.0	73.086	60.0	0.00036385964114342894	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0224_000000014819	2051	0.6743488989685041	3	3	3	2	2	True	67887	fragment	False	ENG0115_000000007652	0.2677341032876173		0	0	False	False	0.9995124340057373	0					non-mobilizable	other	980.0	97.755	100.0	0.0002647077034808657	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0125_000000005527	2697	0.6743468133782738	5	4	4	3	2	False	60159	maximal	True	ISR0125_000000005527	1.0		28	4	False	False	1.0	0					non-mobilizable	no_good_hit	2218.0	100.0	82.0	0.001140349388238816	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	True	False
AST0085_000000005775	1965	0.674335526886096	3	2	1	2	1	True	111112	fragment	False	AST0085_000000005775	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	97.68299999999999	92.0	0.12506909894969598	NZ_QRHR01000017.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf17, whole genome shotgun sequence	False	True
USA0032_01_000000002305	10961	0.6743320363606513	16	7	4	5	6	False	1507	maximal	True	USA0032_01_000000002305	1.0		11	4	False	False	0.9994525909423828	0					non-mobilizable	no_good_hit	892.0	89.01299999999999	8.0	0.0002704833174001278	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0067_000000001373	14763	0.6743298303040636	20	11	2	6	9	False	88510	maximal	True	ISR0067_000000001373	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	3781.0	96.40299999999999	51.0	0.015276978796153005	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
ISR0131_000000007906	3515	0.6743297739518828	3	3	3	3	3	False	101413	maximal	True	ISR0131_000000007906	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	3085.0	86.613	88.0	0.048418009865837185	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
DEN0073_000000019680	2611	0.6743257099856999	4	3	1	2	2	False	70175	fragment	False	DEN0073_000000019680	1.0		0	0	False	False	0.9980850219726562	0					non-mobilizable	no_good_hit								True	False
CHI0015_000000003721	2559	0.6743255196844617	4	2	1	2	2	False	89859	maximal	True	CHI0015_000000003721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	95.64200000000001	67.0	0.018137599624941398	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0092_000000036948	1515	0.6743227658763948	2	2	2	2	2	False	9437	maximal	True	MON0092_000000036948	1.0		17	6	False	False	0.9821782112121582	0					non-mobilizable	no_good_hit	83.0	80.723	5.0	2.7279230200330583e-05	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
SPA0029_000000017634	1524	0.6743225923208918	3	2	1	2	1	False	7375	fragment	False	SPA0029_000000017634	1.0		0	0	False	False	0.9822834730148315	0					non-mobilizable	no_good_hit								True	False
ENG0019_000000012070	1480	0.6743214089192431	3	3	3	1	0	True	66518	maximal	True	ENG0019_000000012070	1.0		1	1	False	False	0.9932432174682617	0					non-mobilizable	no_good_hit	455.0	83.07700000000001	30.0	0.00012911504207379325	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
MON0062_000000010506	3841	0.6743167484576742	5	4	3	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.5761315237581418	PS317|PS959	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	576.0	92.361	15.0	0.00020254865490402404	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0011_000000026549	1765	0.6743071761273517	3	3	3	3	2	False	73610	fragment	False	FIJ0006_000000016351	0.6312202270454144		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	99.71700000000001	100.0	0.06357673178115765	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
DEN0005_000000022063	1700	0.6743068286093118	3	3	2	3	2	False	81148	fragment	False	DEN0005_000000022063	1.0		0	0	False	False	0.9911764860153198	0					non-mobilizable	no_good_hit	362.0	72.376	21.0	0.0035446037675221915	NZ_LQOL01000074.1	high GC Gram+	Mycolicibacterium canariasense strain CCUG 47953 contig_63, whole genome shotgun sequence	True	False
CAN0017_000000008445	4374	0.6743055868481803	6	5	4	5	4	False	95933	fragment	False	CAN0017_000000008445	1.0		0	0	False	False	0.9988569021224976	0					non-mobilizable	no_good_hit	99.0	94.949	2.0	0.0007473100650464781	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	True	False
CAN0019_000000003708	1708	0.6743015845285453	2	2	1	1	2	True	91962	fragment	False	USA0052_01_000000008689	0.9583795782463929		0	0	False	False	1.0	0					non-mobilizable	chromosome	1708.0	99.005	100.0	0.00025981039168509334	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
MON0025_000000031150	1368	0.6742979106424694	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.9140138426589476		0	0	False	False	0.9992690086364746	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000006346	3434	0.6742940128530713	5	2	1	1	2	False	50996	fragment	False	FIJ0011_000000011782	0.9189447785675232		0	0	False	False	0.9976703524589539	0					non-mobilizable	chromosome	3394.0	96.995	99.0	0.001581482984250463	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0324_000000019147	1605	0.6742859951532061	3	2	2	1	1	False	24913	fragment	False	ISR0324_000000019147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	100.0	11.0	0.0009314446287565214	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0130_000000022933	1463	0.6742859951532061	3	2	2	1	1	False	3793	fragment	False	SPA0130_000000022933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	100.0	15.0	0.0011616893684491447	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0129_000000011125	2177	0.6742758780234783	3	3	3	3	3	False	81254	maximal	True	CHI0129_000000011125	1.0		378	12	False	False	1.0	0					non-mobilizable	chromosome	2177.0	96.05	100.0	0.0007394024364261717	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0072_000000023976	1117	0.6742737566261543	1	1	1	1	1	False	44711	maximal	True	FIJ0072_000000023976	1.0		7	5	False	False	0.9471799731254578	0					non-mobilizable	no_good_hit								True	False
ISR0042_000000002615	7778	0.6742724105477111	8	6	3	4	4	False	120535	fragment	False	ISR0042_000000002615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5219.0	99.962	67.0	0.0014108731325466368	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0016_000000011957	1819	0.6742685585830893	3	3	3	3	3	False	124632	fragment	False	ISR0094_000000010008	0.9701527120740048		0	0	False	False	0.9994502663612366	0					non-mobilizable	no_good_hit	532.0	76.88	29.0	0.004387105433132293	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0028_000000003031	5431	0.6742681685371845	3	3	3	3	3	False	101226	maximal	True	ISR0028_000000003031	1.0		138	7	False	False	0.9966856837272644	0					non-mobilizable	no_good_hit	2368.0	99.916	44.0	0.06572991585904307	NZ_CYZN01000034.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0089_000000009305	2824	0.6742667849785594	2	2	2	2	1	False	37216	maximal	True	ISR0089_000000009305	1.0		3	3	False	False	0.9922096133232117	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00011528321749392488	NZ_CZAI01000008.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MON0024_000000001751	13505	0.6742651020063376	18	4	2	2	3	True	12958	maximal	True	MON0024_000000001751	1.0		2	1	False	False	0.9997778534889221	0					non-mobilizable	no_good_hit	98.0	85.714	1.0	0.0021244578206603523	NZ_VZBY01000016.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_29_length_45188_cov_19.3853_ID_57, whole genome shotgun sequence	True	True
ISR0844_000000008160	1541	0.6742644832014212	1	1	1	1	1	False	87660	fragment	False	ISR0844_000000008160	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1541.0	98.70200000000001	100.0	0.019538052804860997	NZ_JAAIQH010000014.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_14_length_78667_cov_335.352, whole genome shotgun sequence	False	False
ISR0279_000000016554	1374	0.6742644832014212	1	1	1	1	1	False	26224	maximal	True	ISR0279_000000016554	1.0		59	4	False	False	0.9861717820167542	0					non-mobilizable	other	1374.0	98.399	100.0	0.013570239199146501	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
MON0099_000000028674	1279	0.6742644832014212	1	1	1	1	1	False	62936	fragment	False	ENG0064_000000015415	0.5150857732756672		0	0	False	False	0.9913995265960693	0					non-mobilizable	other	1223.0	99.67299999999999	96.0	0.005273879192777116	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
USA0017_01_000000019979	1358	0.6742642953970664	2	2	2	2	2	True	1880	maximal	True	USA0017_01_000000019979	1.0		2	2	False	False	0.9477172493934631	0					non-mobilizable	no_good_hit	644.0	71.118	46.0	0.0033644222988799457	NZ_AVCZ01000003.1	firmicutes	Lysinibacillus massiliensis 4400831 = CIP 108448 = CCUG 49529 strain 4400831 contig3, whole genome shotgun sequence	True	True
USA0078_01_000000002573	5194	0.6742632875974949	4	3	2	2	2	True	97334	fragment	False	ISR0251_000000002140	0.961776476581286		0	0	False	False	0.9998074769973755	0					non-mobilizable	other	5199.0	99.23100000000001	100.0	0.12751100292591774	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
DEN0013_000000000234	4545	0.6742632875974949	3	3	2	2	2	True	97333	fragment	False	ENG0199_000000004616	0.8696488208791127		0	0	False	False	0.9966996908187866	0					non-mobilizable	other	4453.0	100.0	98.0	0.009841762497844627	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0390_000000003514	3504	0.6742600037346475	4	3	2	2	2	True	22885	maximal	True	ISR0390_000000003514	1.0		1	1	False	False	0.9997146129608154	0					non-mobilizable	no_good_hit	94.0	78.723	3.0	2.3461738749458723e-05	CP040626.1	firmicutes	Clostridium butyricum strain DSM 10702 chromosome 1, complete sequence	True	True
ISR0386_000000009626	3573	0.6742551232912901	4	4	4	4	4	False	69520	maximal	True	ISR0386_000000009626	1.0		191	12	False	False	0.9988805055618286	0					non-mobilizable	other	3573.0	99.97200000000001	100.0	0.0009919411722234255	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0186_000000005558	3475	0.6742524012089223	5	5	4	4	4	False	88205	fragment	False	CHI0186_000000005558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1972.0	78.702	67.0	0.0008973085407543175	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0303_000000005787	2177	0.6742453193469772	4	2	2	2	1	True	101666	maximal	True	ISR0303_000000005787	1.0		0	0	False	False	0.9825447797775269	0					non-mobilizable	no_good_hit	195.0	100.0	9.0	0.003116415800549389	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	True	True
ENG0188_000000017213	1465	0.6742409438011913	2	1	1	1	1	False	54897	maximal	True	ENG0188_000000017213	1.0		54	6	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	73.367	66.0	0.0029197346137270017	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MON0093_000000018441	2358	0.6742349300812308	4	3	2	2	3	False	62402	fragment	False	MON0093_000000018441	1.0		0	0	False	False	0.9983036518096924	0					non-mobilizable	no_good_hit								True	False
MON0050_000000006760	4157	0.6742305393223698	3	3	3	3	3	False	64153	maximal	True	MON0050_000000006760	1.0		7	1	False	False	0.9954293966293335	0					non-mobilizable	no_good_hit	571.0	74.081	14.0	0.0007485358930952226	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0062_000000025883	1492	0.6742279769923755	2	2	2	2	2	False	86960	fragment	False	MON0095_000000018579	0.8374330635631032		0	0	False	False	0.9993297457695007	0					non-mobilizable	other	1143.0	79.35300000000001	92.0	0.00030337287365222814	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0786_000000004214	4313	0.6742273019119993	6	4	1	4	2	True	107654	fragment	False	ISR0786_000000004214	0.9868782804298926		0	0	False	False	0.9986088275909424	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.152915017238525e-06	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	True
ISR0073_000000005348	4794	0.6742268622921529	5	5	2	3	4	True	64587	maximal	True	ISR0073_000000005348	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0347_000000002644	6170	0.6742253890292366	5	5	5	5	5	False	99186	maximal	True	ISR0347_000000002644	1.0		1	1	False	False	0.9990275502204895	0					non-mobilizable	chromosome	6186.0	96.46	100.0	0.0024296582423450307	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0012_000000016770	1376	0.6742205483060386	3	2	2	2	1	False	67038	fragment	False	ENG0012_000000016770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	95.899	55.0	0.8023379383634431	KU546640.1	bacteria	Uncultured bacterium clone AX_03X_000_Contig_8 genomic sequence	True	False
ENG0022_000000007910	1990	0.6742185639391691	4	4	4	3	2	False	66313	maximal	True	ENG0022_000000007910	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	88.679	19.0	3.6399676195123856e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
AST0026_000000008738	3461	0.6742166742754456	3	2	0	1	1	False	119506	fragment	False	AST0026_000000008738	0.9458163858221964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	76.308	20.0	0.9321329639889196	EU061041.1	bacteria	Uncultured bacterium clone LM0ABA4ZB10RM1 genomic sequence	True	False
SPA0127_000000008560	3442	0.6742166742754456	4	2	0	1	1	False	119506	fragment	False	AST0026_000000008738	0.9435134354232881		0	0	False	False	0.9997094869613647	0					non-mobilizable	no_good_hit	688.0	76.308	20.0	0.9321329639889196	EU061041.1	bacteria	Uncultured bacterium clone LM0ABA4ZB10RM1 genomic sequence	True	False
CAN0004_000000004577	5328	0.6742117899912299	2	2	1	2	1	False	111031	maximal	False	CAN0007_000000007731	0.9020814935455412		0	0	False	False	1.0	0					non-mobilizable	other	5316.0	73.363	98.0	0.0008163229465150098	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
BAN0016_000000000210	3507	0.6742051659539497	3	2	2	2	2	False	98347	fragment	False	BAN0016_000000000210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1767.0	95.64200000000001	72.0	0.0002751909791054654	CP050211.1	enterobacteria	Escherichia coli strain RM-065-CS chromosome	True	False
CHI0064_000000011648	1559	0.6742014787611134	1	1	1	1	1	False	85300	maximal	False	SPA0076_000000010509	0.9213452104401465		0	0	False	False	0.9987171292304993	0					non-mobilizable	other	1559.0	97.755	100.0	0.000736621520732125	CP015282.1	firmicutes	Streptococcus salivarius strain ATCC 27945, complete genome	False	False
CHI0159_000000004835	2934	0.6741972766368224	3	3	2	3	2	False	117276	maximal	True	CHI0159_000000004835	1.0		1	1	False	False	0.9795501232147217	0					non-mobilizable	no_good_hit	1902.0	87.75	65.0	0.0005982450428085619	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0086_000000000333	41346	0.6741933635019446	44	22	11	19	11	False	99926	maximal	True	ISR0086_000000000333	1.0		1	1	False	False	0.9999758005142212	0					non-mobilizable	no_good_hit	20732.0	97.85799999999999	50.0	0.8594177656133366	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
FIJ0085_000000010940	2820	0.6741912080684019	5	5	5	4	4	False	43960	maximal	True	FIJ0085_000000010940	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2820.0	100.0	100.0	0.000579816622451964	CP053702.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain CMCST_CEPR_1 chromosome, complete genome	False	False
FIJ0077_000000009116	3238	0.6741838458055446	3	3	2	3	3	False	51776	fragment	False	FIJ0076_000000004590	0.7087470265254927		0	0	False	False	0.9996911883354187	0					non-mobilizable	other	2939.0	98.741	93.0	0.2110783820676773	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0100_000000023576	1911	0.6741789370595942	1	1	1	1	0	True	9110	fragment	False	MON0100_000000023576	1.0		0	0	False	False	0.9487179517745972	0					non-mobilizable	plasmid	1119.0	90.795	94.0	0.25078581050740906	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
CHI0181_000000001561	12064	0.6741775917953338	10	8	6	7	3	True	77449	maximal	True	CHI0181_000000001561	1.0		6	3	False	False	0.9997513294219971	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	1.0	0.005924899969221299	NZ_WNCH01000059.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold59_size12996, whole genome shotgun sequence	True	True
SPA0098_000000019537	1896	0.6741760097320855	3	3	3	3	3	False	5060	maximal	True	SPA0098_000000019537	1.0		10	4	False	False	0.982594907283783	0					non-mobilizable	no_good_hit	75.0	82.667	4.0	1.9147357806934087e-05	CP047045.1	a-proteobacteria	Terricaulis silvestris strain 0127_4 chromosome, complete genome	True	False
CHI0007_000000000168	23825	0.6741724617762878	29	15	6	14	5	True	108400	backbone	False	ISR0280_000000000088	0.16923859104444866	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	23825.0	99.971	100.0	0.31308644571188265	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ISR0311_000000011311	1916	0.6741621811915111	2	2	2	2	2	False	65767	fragment	False	ISR0311_000000011311	0.9879201680672269		0	0	False	False	0.9900835156440735	0					non-mobilizable	other	1862.0	99.57	97.0	0.00045603089829996096	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0126_000000029777	1661	0.6741587449240429	3	2	2	1	1	True	117177	fragment	False	ISR0233_000000010226	0.6748111290394673		0	0	False	False	1.0	0					non-mobilizable	other	1677.0	92.427	100.0	0.005313320777847295	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0317_000000003042	5097	0.6741533424560233	6	6	4	6	5	False	110904	maximal	True	ISR0317_000000003042	1.0		45	9	False	False	0.9972532987594604	0					non-mobilizable	no_good_hit	615.0	74.146	12.0	0.00018996389747082004	NZ_UHHZ01000001.1	firmicutes	Tissierella praeacuta strain NCTC11158, whole genome shotgun sequence	True	False
DEN0079_000000043380	1429	0.6741507485618409	3	2	2	2	2	False	81752	fragment	False	CHI0122_000000009177	0.827877785622473		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	98.67	100.0	0.005830713323261606	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0051_01_000000002369	9591	0.6741504550345081	13	5	2	4	4	False	115059	maximal	True	USA0051_01_000000002369	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3214.0	98.164	78.0	0.0004527985718213625	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
DEN0017_000000014460	2042	0.6741411364343384	4	1	1	1	1	False	107652	maximal	True	DEN0017_000000014460	1.0		3	3	False	False	0.9995102882385254	0					non-mobilizable	no_good_hit	140.0	77.143	7.0	0.0018089085345120708	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
ENG0060_000000028000	1146	0.6741411364343384	1	1	1	1	1	False	107631	fragment	False	CAN0014_000000039401	0.9291076208558109		0	0	False	False	0.9842932224273682	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	7.152915017238525e-06	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
MON0092_000000049867	1120	0.6741411364343384	2	1	1	1	1	False	9413	fragment	False	MON0092_000000049867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	77.69800000000001	12.0	0.0018089085345120708	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
ISR0847_000000021409	1388	0.6741377123566088	3	3	3	1	2	False	64812	fragment	False	ENG0124_000000021932	0.953356890459364		0	0	False	False	0.9992795586585999	0					non-mobilizable	no_good_hit	303.0	83.82799999999999	21.0	0.00010421996756981344	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0158_000000012726	1524	0.6741315358691274	3	3	3	3	2	False	78876	fragment	False	CHI0158_000000012726	0.994931209268646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0098_000000021435	1617	0.6741239467893052	2	2	2	1	1	False	9190	fragment	False	MON0098_000000021435	1.0		0	0	False	False	0.9647495150566101	0					non-mobilizable	no_good_hit	1191.0	75.063	73.0	0.022511236492301807	NZ_JAAIUD010000015.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_15_length_52285_cov_288.376, whole genome shotgun sequence	True	False
FIJ0078_000000009901	2523	0.6741158014274301	4	4	4	3	3	False	44453	maximal	True	FIJ0078_000000009901	1.0		27	4	False	False	0.984542191028595	0					non-mobilizable	no_good_hit	112.0	77.679	4.0	0.00025478116363836684	NZ_FOYZ01000002.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	False
MON0024_000000045104	1171	0.6741070593015679	2	2	2	2	2	False	12869	maximal	True	MON0024_000000045104	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	82.385	79.0	0.0023923074940063417	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ENG0062_000000014324	1722	0.6741028262240084	1	1	1	1	1	False	63196	fragment	False	ENG0062_000000014324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	75.146	73.0	0.00031568431140086657	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0105_000000010935	1774	0.6740965274175009	3	2	1	2	1	False	110490	fragment	False	ENG0025_000000014395	0.9635641118744803		0	0	False	False	0.9847801327705383	0					non-mobilizable	other	1774.0	99.54899999999999	100.0	0.00874622624755816	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0117_000000020895	1804	0.6740925521110396	3	3	2	2	1	False	4299	maximal	True	SPA0117_000000020895	1.0		5	2	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	247.0	89.47399999999999	14.0	6.913386508329507e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0083_000000006319	3745	0.6740879765824822	5	3	3	3	2	False	34117	maximal	True	ISR0083_000000006319	1.0		4	4	False	False	0.9954606294631958	0					non-mobilizable	no_good_hit	1088.0	85.20200000000001	29.0	0.013348593608101216	NZ_WNAF01000011.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold11_size80383, whole genome shotgun sequence	True	False
ISR0297_000000000055	39072	0.6740869861458508	51	11	7	8	7	True	85012	maximal	True	ISR0297_000000000055	1.0		1	1	False	False	0.9999487996101379	0					non-mobilizable	no_good_hit	1887.0	73.185	5.0	0.009970235674902005	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	True
CHI0186_000000013240	1474	0.6740869163073044	3	3	2	2	3	False	78931	fragment	False	SPA0137_000000022025	0.5144742627889727		0	0	False	False	0.9925373196601868	0					non-mobilizable	chromosome	1474.0	99.389	100.0	0.0005382601371412284	CP021849.1	firmicutes	Enterococcus faecium strain 16-346 chromosome, complete genome	False	False
ENG0183_000000026146	1198	0.6740837557820709	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.1419710891112523	PS1128	0	0	False	True	0.9958263635635376	0					non-mobilizable	other	1145.0	85.852	95.0	0.013470082238396824	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
USA0057_01_000000028884	1134	0.6740837557820709	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.14100404179966086	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1140.0	86.053	100.0	0.01341100293033368	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
CHI0125_000000006252	2472	0.6740821451721789	3	2	2	2	2	False	81639	maximal	True	CHI0125_000000006252	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	971.0	85.376	65.0	0.00018209671086639055	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0227_000000009355	2844	0.6740792542375089	4	3	3	3	2	False	69989	fragment	False	ISR0227_000000009355	1.0		0	0	False	False	0.997890293598175	0					non-mobilizable	no_good_hit	175.0	82.286	6.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ISR0832_000000011002	1222	0.6740706589370994	3	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.024089001651007625		0	0	False	False	0.9967266917228699	0					non-mobilizable	chromosome	1141.0	98.072	93.0	0.0003242625161064605	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0098_000000011107	2295	0.6740663697763922	3	1	1	1	1	False	79607	maximal	True	ENG0098_000000011107	1.0		24	7	False	False	0.999128520488739	0					non-mobilizable	no_good_hit	1268.0	96.68799999999999	55.0	0.0323437061241161	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0252_000000002528	3478	0.6740638400766499	6	5	5	4	4	True	100460	fragment	False	ISR0252_000000002528	0.9670975323149236		0	0	False	False	1.0	0					non-mobilizable	other	3478.0	99.22399999999999	100.0	0.0010182034989653975	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0019_000000024758	2669	0.6740634863932359	3	2	2	2	1	True	60858	maximal	True	MON0019_000000024758	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	2.0	0.00010186670741334964	LN595796.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000654	True	True
ISR0273_000000005099	2253	0.674063300812915	3	2	2	2	2	False	26380	maximal	True	ISR0273_000000005099	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	94.311	41.0	0.0019070042677584544	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0338_000000005493	4240	0.6740630537957869	4	3	2	3	1	False	114541	maximal	True	ISR0338_000000005493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0463980463980464	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
SPA0100_000000013036	2260	0.6740613308252597	3	3	3	2	2	False	123014	fragment	False	ENG0113_000000012320	0.777449402823676		0	0	False	False	0.9982300996780396	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.026556776556776556	NZ_JAAIPV010000079.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_80_length_2184_cov_263.136, whole genome shotgun sequence	True	False
SPA0128_000000016645	2230	0.6740613308252597	3	3	3	2	2	False	123014	fragment	False	ENG0113_000000012320	0.7826930122467031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000039753	1547	0.6740605075671645	2	2	2	2	1	False	91379	fragment	False	MON0090_000000039753	1.0		0	0	False	False	0.9793148040771484	0					non-mobilizable	no_good_hit	269.0	77.32300000000001	17.0	0.19183078045222465	KX125117.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CY_102 genomic sequence	True	False
ENG0132_000000017302	1129	0.6740601573537369	2	2	2	1	1	False	58277	fragment	False	ISR0813_000000024768	0.5221836102757952		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	92.117	100.0	0.015324213071771115	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
FIJ0109_000000019762	1206	0.6740594748274717	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5957657180142235		0	0	False	False	0.9966832399368286	0					non-mobilizable	other	1206.0	95.191	100.0	0.6773468240584598	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
AST0090_000000020615	1098	0.6740594748274717	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.3877204538204454		0	0	False	False	1.0	0					non-mobilizable	chromosome	1098.0	94.444	100.0	0.0003120315615515677	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CAN0004_000000022557	1281	0.6740569889313937	2	2	2	1	1	False	96061	fragment	False	CAN0004_000000022557	0.9925925925925926		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	99.348	96.0	0.016925285769506877	NZ_CABJDZ010000010.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0104_000000016561	1633	0.674053258367729	3	1	1	1	1	False	42486	maximal	True	FIJ0104_000000016561	1.0		0	0	False	False	0.9908144474029541	0					non-mobilizable	no_good_hit	584.0	80.993	36.0	0.00013197171179554998	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0065_000000021061	1654	0.6740479467941259	2	1	1	1	1	False	71070	fragment	False	DEN0065_000000021061	1.0		0	0	False	False	0.9987908005714417	0					non-mobilizable	other	1655.0	99.819	100.0	0.4643458731049972	NZ_WEHX01000146.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_146_length_3562_cov_158.950621, whole genome shotgun sequence	False	False
ISR0064_000000013808	1632	0.6740370189281639	2	2	1	2	1	False	35231	maximal	True	ISR0064_000000013808	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	95.61200000000001	34.0	0.23863636363636365	AF548616.1	firmicutes	Eubacterium ramulus phloretin hydrolase (phy) gene, complete cds	True	False
FIJ0154_000000007607	4421	0.6740348131005401	4	4	4	4	4	False	64029	maximal	True	FIJ0154_000000007607	1.0		193	11	False	False	0.9947975277900696	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	0.0007600198535798486	NZ_MOMC01000069.1	high GC Gram+	Frankia asymbiotica strain NRRL B-16386 contig_70, whole genome shotgun sequence	True	False
ENG0037_000000005244	5777	0.6740317646398511	5	2	2	1	1	False	65242	maximal	True	ENG0037_000000005244	1.0		36	6	False	False	0.9998269081115723	0					non-mobilizable	no_good_hit	1992.0	92.118	63.0	0.010601858531450221	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
AST0118_000000022740	1370	0.6740279223756631	2	2	1	1	1	False	105746	fragment	False	ISR0256_000000012067	0.4708480565371025		0	0	False	False	0.9956204295158386	0					non-mobilizable	chromosome	1370.0	94.964	100.0	0.0003309585140471886	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	False	False
ISR0232_000000026197	1148	0.6740253446492328	2	2	2	2	2	False	87338	fragment	False	FIJ0006_000000026879	0.5230816794470412		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	97.47399999999999	100.0	0.00535700941563294	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0031_000000003382	8100	0.674020583237375	11	3	1	2	2	False	117608	fragment	False	AST0031_000000003382	1.0		0	0	False	False	0.997283935546875	0					non-mobilizable	no_good_hit	4492.0	96.126	55.0	0.18615741892676455	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ENG0149_000000011121	1779	0.6740198183330133	3	3	2	3	2	False	57205	fragment	False	ENG0149_000000011121	1.0		0	0	False	False	0.9926925301551819	0					non-mobilizable	no_good_hit								True	False
ENG0186_000000009168	1639	0.6740177766597553	2	1	1	1	1	False	55009	maximal	True	ENG0186_000000009168	1.0		2	2	False	False	0.992068350315094	0					non-mobilizable	no_good_hit	627.0	84.689	38.0	0.00014569776641827335	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
FIJ0088_000000003871	7349	0.6740171095886558	10	10	9	9	10	False	87433	fragment	False	FIJ0088_000000003871	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7349.0	99.837	100.0	0.0014948534563501976	CP054314.1	enterobacteria	Escherichia coli strain SCU-483 chromosome, complete genome	False	False
ISR0389_000000002780	6334	0.6740166257299675	9	8	7	7	8	False	128460	maximal	True	ISR0389_000000002780	1.0		20	3	False	False	1.0	0					non-mobilizable	no_good_hit	4903.0	97.777	77.0	0.018796415638617812	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
TAN0027_000000001432	4640	0.6740085770230337	7	4	2	3	3	False	2315	maximal	True	TAN0027_000000001432	1.0		3	1	True	True	1.0	83					non-mobilizable	no_good_hit	640.0	78.281	41.0	0.13001912045889102	LN853048.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0402	True	True
ISR0180_000000004760	4355	0.6740074123039801	6	3	2	2	2	False	122787	fragment	False	ISR0180_000000004760	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1855.0	97.089	66.0	0.3523483552006085	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0005_01_000000004861	7383	0.6740040760619215	7	7	5	7	4	False	91577	maximal	True	USA0005_01_000000004861	1.0		1	1	False	False	0.9998645782470703	0					non-mobilizable	no_good_hit	1341.0	95.6	43.0	0.0003282932111955095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0118_000000025429	1231	0.6740035924062091	3	2	2	1	1	False	105719	maximal	True	AST0118_000000025429	1.0		0	0	False	False	0.9878147840499878	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	5.0	0.00032410613002548653	NZ_BILU01000002.1	firmicutes	Paenibacillus alginolyticus DSM 5050 = NBRC 15375 PAL01S_CON00002, whole genome shotgun sequence	True	False
DEN0018_000000004143	7505	0.6740024532940014	8	2	1	2	2	True	75146	fragment	False	DEN0018_000000004143	1.0		0	0	False	False	0.9945369958877563	0					non-mobilizable	no_good_hit								True	True
ISR0198_000000006292	5477	0.6740024532940014	6	2	1	2	2	True	88830	fragment	False	ISR0198_000000006292	1.0		0	0	False	False	0.999817430973053	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.906501809271164e-06	NZ_UGOD01000001.1	g-proteobacteria	Legionella busanensis strain NCTC13316, whole genome shotgun sequence	True	True
CHI0027_000000004632	3552	0.6740024532940014	4	2	1	2	2	True	88829	fragment	False	CHI0027_000000004632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.906501809271164e-06	NZ_UGOD01000001.1	g-proteobacteria	Legionella busanensis strain NCTC13316, whole genome shotgun sequence	True	True
ENG0020_000000008132	2437	0.6739987245967294	4	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.3114676814546729		0	0	False	False	1.0	0					non-mobilizable	chromosome	2437.0	98.81	100.0	0.0007061514312176329	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0063_000000011359	2348	0.6739987245967294	4	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.28349231256901397		0	0	False	False	0.9991481900215149	0					non-mobilizable	other	2348.0	98.25399999999999	100.0	0.0007010566074062072	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0301_000000017261	1178	0.6739966748062317	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.17740513410962172	PS730	0	0	False	True	0.9991511106491089	0					non-mobilizable	other	1180.0	92.119	100.0	0.00035437216061940763	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0262_000000002441	6083	0.6739947843825257	7	6	4	6	4	False	26670	maximal	True	ISR0262_000000002441	1.0		1	1	False	False	0.9972053170204163	0					non-mobilizable	no_good_hit	1514.0	85.601	29.0	0.00041870151591779454	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0152_000000001206	17543	0.6739920731762211	18	6	4	4	2	True	132160	fragment	False	SPA0132_000000001387	0.7414241244004031		0	0	False	False	0.9998289942741394	0					non-mobilizable	no_good_hit	1675.0	96.119	10.0	0.00047044752093266645	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0102_000000020022	1608	0.6739902453091959	3	2	1	1	1	False	80478	maximal	True	FIJ0102_000000020022	1.0		192	11	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	87.228	69.0	0.019925601266988325	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0348_000000007646	2080	0.673987215400399	3	3	3	3	2	False	124463	fragment	False	FIJ0007_000000005689	0.24840749471528895		0	0	False	False	1.0	0					non-mobilizable	other	2080.0	99.76	100.0	0.00457389513701885	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0092_000000011527	1423	0.6739858424322522	3	3	3	2	1	False	68543	maximal	True	DEN0092_000000011527	1.0		24	7	False	False	0.9929726123809814	0					non-mobilizable	no_good_hit	651.0	97.542	51.0	0.00022656514689089877	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0158_000000008140	2277	0.6739854361666591	3	2	2	2	2	False	67630	maximal	False	ISR0120_000000012734	0.6336121067303863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	83.333	3.0	0.0003602569082076656	NZ_AUCE01000018.1	b-proteobacteria	Azonexus hydrophilus DSM 23864 G471DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
ISR0138_000000001441	16834	0.6739805712043356	18	14	11	14	11	False	95066	maximal	True	ISR0138_000000001441	0.9993720471263681		13	5	False	False	0.9997029900550842	0					non-mobilizable	no_good_hit	1110.0	73.78399999999999	7.0	0.0004752251620324907	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0082_01_000000001480	16721	0.6739805712043356	19	14	11	14	11	False	95066	maximal	False	ISR0138_000000001441	0.9960199596055601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	73.807	7.0	0.0004752251620324907	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0037_000000070307	1110	0.6739788325469719	2	2	2	2	1	False	12019	maximal	True	MON0037_000000070307	1.0		23	7	False	False	1.0	0					non-mobilizable	other	1111.0	97.48	100.0	0.030816213214880622	NZ_CYYU01000020.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0042_000000004274	6300	0.6739771391905948	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.18612700622274567		0	0	False	False	0.9993650913238525	0					non-mobilizable	other	5964.0	98.273	95.0	0.10106166474458991	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
SPA0053_000000014257	2350	0.6739709849012234	4	3	2	3	2	False	69491	maximal	True	SPA0053_000000014257	1.0		1	1	False	False	0.9978723526000977	0					non-mobilizable	other	2195.0	97.31200000000001	93.0	0.12418633610686591	NZ_CABJDM010000047.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0156_000000006241	4188	0.673970593739056	4	4	4	4	3	False	76679	maximal	False	ISR0238_000000003193	0.9843618174567066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	37.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0021_000000006198	3057	0.6739670969599285	4	4	4	3	3	False	130049	fragment	False	ENG0005_000000004373	0.2898026104315599		0	0	False	False	1.0	0					non-mobilizable	chromosome	3077.0	90.835	100.0	0.001064159066858329	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0049_000000009235	2100	0.6739639579968502	2	2	2	2	2	False	72513	fragment	False	ISR0177_000000013431	0.9241446926974901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.263527265071233e-06	CP041329.1	g-proteobacteria	Shewanella sp. Scap07 chromosome, complete genome	True	False
CAN0010_000000005215	2489	0.6739562998421943	3	2	2	1	1	False	94629	maximal	True	CAN0010_000000005215	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	plasmid	2161.0	91.994	91.0	0.010956691353509494	CP019193.1	enterobacteria	Salmonella enterica subsp. enterica serovar Rubislaw str. ATCC 10717 plasmid pATCC10717, complete sequence	False	True
SPA0137_000000025531	1446	0.6739562885086962	2	2	2	2	1	False	38090	fragment	False	ISR0013_000000017064	0.9577146546158812		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	97.649	100.0	0.009883506043722878	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0083_000000016551	1376	0.6739504640633696	3	2	2	1	1	True	103371	fragment	False	AST0153_000000017642	0.4359355002446938		0	0	False	False	1.0	0					non-mobilizable	other	1385.0	88.664	100.0	0.0003794121483027235	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
ENG0057_000000019829	1353	0.6739504640633696	3	2	2	1	1	True	103371	fragment	False	AST0153_000000017642	0.4319762999433343		0	0	False	False	0.9985218048095703	0					non-mobilizable	other	1353.0	99.852	100.0	0.0018250909508156887	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ISR0287_000000009525	1454	0.6739476687294982	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.922617118553107		0	0	False	False	0.9972489476203918	0					non-mobilizable	other	1454.0	97.387	100.0	0.002389115330018346	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0031_000000013255	2562	0.6739464846632632	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.710236230853549		0	0	False	False	0.9992193579673767	0					non-mobilizable	no_good_hit	80.0	83.75	3.0	1.19443997380195e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
ISR0001_000000007509	3860	0.6739461209849511	5	5	3	4	3	False	113080	maximal	True	ISR0001_000000007509	1.0		12	3	False	False	0.9992228150367737	0					non-mobilizable	chromosome	2247.0	84.646	94.0	0.0005927790295574846	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0042_01_000000005058	5132	0.6739420580612476	5	5	4	4	4	False	99337	fragment	False	MON0019_000000010285	0.5666407151080979		0	0	False	False	0.9988308548927307	0					non-mobilizable	other	5058.0	99.545	99.0	0.020778537611783273	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
CHI0123_000000011082	1269	0.6739390455352818	2	2	2	2	2	False	81705	maximal	True	CHI0123_000000011082	1.0		1	1	False	False	0.9992119669914246	0					non-mobilizable	other	1283.0	91.193	100.0	0.005922134210133014	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0067_000000005300	4205	0.6739373208604803	5	4	3	3	4	False	6651	maximal	True	SPA0067_000000005300	1.0		41	8	False	False	1.0	0					non-mobilizable	other	3635.0	96.314	100.0	0.0009503786587221401	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ISR0245_000000006120	1344	0.6739372853711814	2	2	2	2	1	True	27152	fragment	False	ISR0245_000000006120	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	70.785	44.0	0.00011211012417340234	CP014771.1	CFB group bacteria	Hymenobacter sp. PAMC 26554, complete genome	True	True
ISR0193_000000018613	1422	0.6739243502881768	1	1	1	1	1	False	29079	fragment	False	ISR0193_000000018613	1.0		0	0	False	False	0.9929676651954651	0					non-mobilizable	no_good_hit	110.0	80.90899999999999	8.0	3.024241578699753e-05	NZ_CP013659.2	firmicutes	Planococcus rifietoensis strain M8 chromosome, complete genome	True	False
ENG0207_000000009042	2001	0.673923369295699	2	2	2	2	2	False	107331	fragment	False	DEN0082_000000017344	0.657964126974611		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	98.101	100.0	0.0008089455865725554	CP023199.1	high GC Gram+	Bifidobacterium breve strain DRBB30 chromosome, complete genome	False	False
CHI0101_000000006535	1892	0.673923369295699	2	2	2	2	2	False	107331	fragment	False	DEN0082_000000017344	0.5439305545574333		0	0	False	False	0.9989429116249084	0					non-mobilizable	other	1892.0	97.992	100.0	0.006004489872384744	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ENG0182_000000005198	5131	0.6739152117980673	4	4	4	4	4	False	104542	fragment	False	ENG0182_000000005198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	94.118	1.0	0.00019343470520853169	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0103_000000003829	5137	0.6739092108515738	5	2	2	2	1	False	67039	maximal	True	ENG0103_000000003829	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	96.281	18.0	0.9989373007438895	KU546640.1	bacteria	Uncultured bacterium clone AX_03X_000_Contig_8 genomic sequence	True	False
ENG0183_000000010920	2569	0.6739052348909766	4	4	2	3	3	False	55166	maximal	True	ENG0183_000000010920	1.0		1	1	False	False	0.9964966773986816	0					non-mobilizable	no_good_hit	459.0	76.035	17.0	0.005029582477293905	NZ_SMAL01000011.1	firmicutes	Natranaerovirga pectinivora strain DSM 24629 Ga0244691_111, whole genome shotgun sequence	True	False
MON0042_000000013151	2023	0.6738973765829476	3	1	1	1	1	False	89829	fragment	False	MON0042_000000013151	0.9609209847573643		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	96.59899999999999	100.0	0.027927419021507006	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0102_000000036036	1216	0.6738973765829476	1	1	1	1	1	False	48825	fragment	False	MON0102_000000036036	0.9396268912085122		0	0	False	False	0.9440789222717285	0					non-mobilizable	other	1220.0	95.656	99.0	0.016795029002080433	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0046_000000010182	2389	0.6738968598696522	3	3	3	3	2	False	72722	maximal	True	DEN0046_000000010182	1.0		65	11	False	False	1.0	0					non-mobilizable	other	1340.0	90.149	93.0	0.0004258716038740867	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0045_000000012084	2187	0.6738872528751196	2	1	1	1	1	False	33440	fragment	False	SPA0045_000000012084	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2054.0	97.03	97.0	0.0005698385457453721	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0120_000000005027	8268	0.6738819211098572	9	9	8	9	6	False	127582	fragment	False	ISR0779_000000003099	0.5213856827457766		0	0	False	False	1.0	0					non-mobilizable	other	8087.0	99.295	98.0	0.22178945636074388	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MON0109_000000022005	1636	0.6738790207152441	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.1750248119009671		0	0	False	False	0.9822738170623779	0					non-mobilizable	chromosome	1639.0	90.48200000000001	100.0	0.0005489850508442286	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0143_000000018744	1559	0.6738790207152441	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2376862118840964		0	0	False	False	1.0	0					non-mobilizable	chromosome	1562.0	90.845	100.0	0.0005230673016627414	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0135_000000005182	3600	0.6738778670166105	4	4	2	3	3	True	131625	maximal	True	ISR0135_000000005182	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2967.0	97.641	82.0	0.06843246735268331	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	True	True
ISR0126_000000016708	2946	0.6738778670166105	4	4	2	3	3	True	131624	fragment	False	ISR0345_000000002701	0.8658548412547094		0	0	False	False	1.0	0					non-mobilizable	other	2945.0	98.81200000000001	99.0	0.06792487656314891	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
DEN0022_000000021390	1909	0.6738750777809295	3	3	3	2	2	True	74569	maximal	True	DEN0022_000000021390	1.0		1	1	False	False	0.9827134609222412	0					non-mobilizable	no_good_hit	167.0	94.611	9.0	4.7122891960266884e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
TAN0001_000000005997	2141	0.6738738732283988	4	4	4	3	3	False	87120	fragment	False	TAN0001_000000005997	0.994269340974212		0	0	False	False	1.0	0					non-mobilizable	chromosome	2141.0	99.206	100.0	0.0005708601502002412	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0077_000000004129	6638	0.6738698566319281	6	5	5	4	3	False	5709	maximal	True	SPA0077_000000004129	1.0		1	1	False	False	0.9998493790626526	0					non-mobilizable	no_good_hit	168.0	98.214	3.0	5.04123245153021e-05	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
ISR0851_000000005749	2254	0.6738649573534731	3	3	3	3	1	False	20558	maximal	True	ISR0851_000000005749	1.0		0	0	False	False	0.9897959232330322	0					non-mobilizable	no_good_hit	491.0	99.59299999999999	38.0	0.0001360725572198988	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0333_000000001944	7834	0.6738643882176446	8	8	6	8	6	False	109652	maximal	True	ISR0333_000000001944	1.0		3	2	False	False	0.9983405470848083	0					non-mobilizable	no_good_hit	3836.0	92.85700000000001	86.0	0.0020645628455193007	CP031881.1	firmicutes	Streptococcus thermophilus strain ST106 chromosome, complete genome	True	False
FIJ0125_000000003846	5176	0.6738584756597483	8	5	4	4	5	False	51799	maximal	False	FIJ0006_000000006451	0.9855978365551464		0	0	False	False	0.9994204044342041	0					non-mobilizable	no_good_hit	1586.0	73.14	30.0	0.0006595628185149307	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
ENG0115_000000011111	1843	0.6738560637596496	1	1	1	1	1	False	59530	fragment	False	ENG0115_000000011111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	75.691	68.0	0.026073974388628383	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0099_000000009991	2041	0.6738546574965791	2	2	2	2	2	True	33213	fragment	False	ISR0099_000000009991	1.0		0	0	False	False	0.9931406378746033	0					non-mobilizable	chromosome	817.0	99.87799999999999	100.0	0.0002951376880687964	CP043865.1	firmicutes	Enterococcus faecium strain ME3 chromosome	False	True
AUS0010_000000014229	1723	0.6738540419794388	2	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.07015311360716107		0	0	False	False	0.999419629573822	0					non-mobilizable	chromosome	1727.0	82.86	100.0	0.0005427702653932263	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0069_000000032972	1579	0.6738519684261017	2	2	1	2	2	False	125442	fragment	False	MON0070_000000010284	0.07264833443440158		0	0	False	False	0.9993667006492615	0					non-mobilizable	no_good_hit	1156.0	85.12100000000001	73.0	0.00032241728514579107	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0019_000000042599	1579	0.6738519684261017	2	2	1	2	2	False	125442	fragment	False	MON0070_000000010284	0.07264833443440158		0	0	False	False	0.9993667006492615	0					non-mobilizable	no_good_hit	1156.0	85.12100000000001	73.0	0.00032241728514579107	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0141_000000010392	2655	0.6738485933686034	4	2	2	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.3328698474244595		0	0	False	False	0.9973634481430054	0					non-mobilizable	other	2655.0	98.569	100.0	0.050734337948443356	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0170_000000038159	1238	0.673843111513463	1	1	1	1	1	False	30031	maximal	True	ISR0170_000000038159	1.0		85	8	False	False	0.9991922378540039	0					non-mobilizable	other	1238.0	99.031	100.0	0.00035115070695692854	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CAN0016_000000018055	2691	0.6738428938168214	3	3	3	3	1	False	92932	fragment	False	CAN0016_000000018055	1.0		0	0	False	False	0.9996283650398254	0					non-mobilizable	no_good_hit	385.0	76.104	14.0	0.0007506165076682747	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
SPA0045_000000001433	17429	0.6738389902175688	18	12	9	12	6	False	61946	maximal	True	SPA0045_000000001433	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	77.572	14.0	0.00023901999132940516	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0038_000000001724	13962	0.6738318479123256	10	9	7	9	7	True	55780	maximal	True	ISR0038_000000001724	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1504.0	80.785	11.0	0.0005385938392046047	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
SPA0149_000000005830	5762	0.6738279888252025	6	4	3	4	3	False	100819	maximal	True	SPA0149_000000005830	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2923.0	99.932	68.0	0.004459244156589365	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0808_000000015135	1122	0.6738210040993627	2	2	2	2	2	False	21738	maximal	False	MAD0026_000000012321	0.935429056924384		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	83.557	99.0	0.02103113061239929	NZ_JAAITU010000028.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_28_length_52874_cov_169.433, whole genome shotgun sequence	False	False
AST0150_000000013599	2054	0.6738141823487108	2	2	2	2	2	False	104109	maximal	True	AST0150_000000013599	1.0		38	6	False	False	0.9995131492614746	0					non-mobilizable	chromosome	2054.0	99.757	100.0	0.00042291738423228854	CP048736.1	firmicutes	Enterobacter sp. T2 chromosome, complete genome	False	False
ISR0258_000000005617	3429	0.6738091858252291	5	4	3	3	2	True	106209	fragment	False	ISR0258_000000005617	1.0		0	0	False	False	0.9991251230239868	0					non-mobilizable	chromosome	3429.0	99.3	100.0	0.001577020039379497	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
ISR0076_000000004924	5014	0.6738086687149767	6	6	6	6	6	False	34591	maximal	True	ISR0076_000000004924	1.0		336	10	False	False	1.0	0					non-mobilizable	other	4467.0	98.72399999999999	99.0	0.015342851743037301	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0163_000000007686	3216	0.6738059703862098	5	5	5	5	5	False	73124	maximal	True	FIJ0163_000000007686	0.9478411597856918		12	2	False	False	0.9996890425682068	0					non-mobilizable	chromosome	3216.0	99.06700000000001	100.0	0.0005484580141316221	LR607362.1	enterobacteria	Klebsiella variicola strain 4928STDY7387736 genome assembly, chromosome: 1	False	False
SPA0119_000000007299	4718	0.6737981032422364	6	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.9052532845662359		0	0	False	False	1.0	0		MOBV			mobilizable	other	3368.0	99.822	100.0	0.5488341757704223	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0052_000000006950	4278	0.6737981032422364	6	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.8802690024536364		0	0	False	False	1.0	0		MOBV			mobilizable	other	3410.0	99.883	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0095_000000006802	3978	0.6737981032422364	6	2	1	1	1	True	115638	fragment	False	ENG0095_000000006802	1.0		0	0	False	False	0.9994972348213196	0		MOBV			mobilizable	no_good_hit	1534.0	93.22	58.0	0.24914397521604434	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0107_000000007871	3905	0.6737981032422364	6	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.8481688468858422		0	0	False	False	1.0	0		MOBV			mobilizable	other	3409.0	99.912	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0006_01_000000006607	3706	0.6737981032422364	5	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.7906578798242344		0	0	False	False	1.0	0		MOBV			mobilizable	other	3413.0	99.854	100.0	0.5561715310614708	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0131_000000007413	3695	0.6737981032422364	5	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.7900449380267583		0	0	False	False	1.0	0		MOBV			mobilizable	other	3409.0	99.883	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0035_01_000000006864	3652	0.6737981032422364	5	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.7888385965916779		0	0	False	False	1.0	0		MOBV			mobilizable	other	3409.0	99.883	100.0	0.5555193217022665	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0112_000000009659	3572	0.6737981032422364	5	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.4197461117992622		0	0	False	False	0.9972004294395447	0		MOBV			mobilizable	other	3299.0	92.42200000000001	92.0	0.5361160932659383	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0025_000000005948	3545	0.6737981032422364	5	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.7226838338275614		0	0	False	False	1.0	0		MOBV			mobilizable	other	3241.0	93.397	97.0	0.5269851622370781	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0087_000000008278	3481	0.6737981032422364	5	2	1	1	1	True	106888	fragment	False	ISR0087_000000008278	1.0		0	0	False	False	0.9997127056121826	0					non-mobilizable	no_good_hit	1931.0	99.948	55.0	0.3405720338983051	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
AST0094_000000006113	3459	0.6737981032422364	4	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.6122701351198728		0	0	False	False	0.9985544681549072	0		MOBV			mobilizable	other	3256.0	92.69	97.0	0.5294309473340942	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0084_01_000000009429	3441	0.6737981032422364	4	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.5331554246549337		0	0	False	False	1.0	0		MOBV			mobilizable	other	3297.0	92.508	97.0	0.5361160932659383	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0003_000000008161	3392	0.6737981032422364	4	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.634641979204032		0	0	False	False	1.0	0		MOBV			mobilizable	other	3392.0	99.853	100.0	0.5527474319256481	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0159_000000007632	3316	0.6737981032422364	4	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.5187582015892648		0	0	False	False	1.0	0		MOBV			mobilizable	other	3315.0	99.005	99.0	0.5400293494211642	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0192_000000006774	2932	0.6737981032422364	4	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.2700455992986986		0	0	False	False	1.0	0					non-mobilizable	other	2932.0	99.76100000000001	100.0	0.4777433556171531	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0053_000000008810	2928	0.6737981032422364	4	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.2703271849917288		0	0	False	False	1.0	0					non-mobilizable	other	2928.0	99.76100000000001	100.0	0.4770911462579488	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0346_000000008094	2639	0.6737981032422364	4	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.20649667501348976		0	0	False	False	0.9992421269416809	0					non-mobilizable	other	2639.0	99.735	100.0	0.4299690200554378	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0034_000000014470	2506	0.6737981032422364	4	2	1	1	1	True	130611	fragment	False	SPA0048_000000004397	0.14950967550033262		0	0	False	False	1.0	0					non-mobilizable	other	2506.0	99.601	100.0	0.40828305886189464	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0108_000000004352	1864	0.6737914970232648	2	2	2	2	2	False	114344	maximal	True	CHI0108_000000004352	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1412.0	99.575	100.0	0.0005983120899325404	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
FIJ0160_000000001651	9204	0.6737896621808054	9	5	4	4	4	False	89109	maximal	True	FIJ0160_000000001651	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4729.0	97.54700000000001	95.0	0.03795218988960094	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0231_000000002733	4927	0.6737789357287588	5	5	5	5	4	False	104522	fragment	False	ISR0231_000000002733	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4830.0	97.743	98.0	0.00198828935458019	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0397_000000009119	2056	0.6737709880648799	3	3	3	3	3	False	22643	fragment	False	ISR0397_000000009119	1.0		0	0	False	False	0.951361894607544	0					non-mobilizable	chromosome	2056.0	99.854	100.0	0.0006327741929126827	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ENG0011_000000005696	4416	0.6737633301814877	4	3	2	3	1	True	130387	fragment	False	ENG0011_000000005696	1.0		0	0	False	False	0.9995471239089966	0					non-mobilizable	no_good_hit	62.0	96.774	1.0	1.8976996768932976e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0147_000000005926	4031	0.6737626725819912	4	2	1	1	1	False	62665	maximal	True	ISR0147_000000005926	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	697.0	95.98299999999999	17.0	0.07727323193072055	MK233431.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.P12_1_c2 sequence	True	False
TAN0007_000000017766	2200	0.6737626725819912	2	2	1	1	1	False	55599	maximal	True	TAN0007_000000017766	1.0		2	1	False	False	0.9995454549789429	0					non-mobilizable	no_good_hit	1466.0	77.35300000000001	66.0	0.2193753790175864	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
ISR0046_000000017757	1931	0.6737609631361291	3	3	3	3	2	False	119436	fragment	False	CHI0024_000000003275	0.15792772285926482		0	0	False	False	1.0	0					non-mobilizable	other	1957.0	86.765	100.0	0.020309497953387354	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
MON0085_000000013223	2096	0.6737606859924731	3	3	3	3	1	False	9788	maximal	True	MON0085_000000013223	1.0		663	14	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	99.611	61.0	0.013455266221303996	NZ_AUME01000009.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
ISR0327_000000020703	1419	0.6737593984355943	1	1	1	1	1	False	56818	fragment	False	ISR0049_000000017620	0.31974110032362457		0	0	False	False	0.9908386468887329	0					non-mobilizable	no_good_hit	1057.0	74.361	81.0	0.00022916141918630272	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
ENG0009_000000010475	1277	0.6737593984355943	1	1	1	1	1	False	67304	maximal	True	ENG0009_000000010475	1.0		48	6	False	False	0.9725919961929321	0					non-mobilizable	other	1277.0	100.0	100.0	0.0003512964380303172	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
SPA0077_000000022901	1223	0.6737593984355943	1	1	1	1	1	False	5682	maximal	True	SPA0077_000000022901	1.0		30	6	False	False	1.0	0					non-mobilizable	other	1220.0	80.82	99.0	0.00030961903574618186	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
DEN0062_000000007738	2486	0.673757029516595	3	3	3	3	3	False	101072	fragment	False	USA0015_01_000000013264	0.9360193446206779		0	0	False	False	1.0	0					non-mobilizable	chromosome	2486.0	96.098	100.0	0.000840322713824413	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0088_000000027991	1159	0.6737554344423591	2	1	1	1	1	False	96352	fragment	False	CAN0004_000000022987	0.47632153850196496		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	97.584	100.0	0.00033910832666146976	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
ENG0049_000000010568	1791	0.6737525105763458	2	2	2	2	2	False	117890	maximal	True	ENG0049_000000010568	1.0		36	5	False	False	1.0	0					non-mobilizable	other	1750.0	90.514	100.0	0.000557662351338197	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0015_000000004637	5051	0.673752209767787	6	5	5	5	5	False	129950	maximal	True	ISR0015_000000004637	1.0		9	3	False	False	0.9998019933700562	0					non-mobilizable	no_good_hit	3198.0	98.81200000000001	63.0	0.015765899090353006	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0098_000000019136	1927	0.6737444871072029	3	2	2	2	2	False	106581	fragment	False	SPA0128_000000015335	0.28551562830110033		0	0	False	False	0.9958484768867493	0					non-mobilizable	other	1910.0	99.26700000000001	99.0	0.0005781118787303585	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
DEN0073_000000033929	1569	0.6737426132165157	2	1	1	1	1	False	121055	fragment	False	MON0102_000000027913	0.20041617294044833		0	0	False	False	0.9885277152061462	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000004391	6027	0.6737417737239998	8	5	4	5	4	False	51791	fragment	False	FIJ0089_000000003519	0.973290261582099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	85.352	6.0	0.00012196600866410388	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
FIJ0006_000000006862	4786	0.6737417737239998	5	5	4	5	4	False	51785	fragment	False	FIJ0006_000000006862	0.9818611393702538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	9.548128835289407e-06	CP025003.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 chromosome, complete genome	True	False
FIJ0027_000000003590	4785	0.6737417737239998	5	5	4	5	4	False	51785	fragment	False	FIJ0006_000000006862	0.9817338469243927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	9.548128835289407e-06	CP025003.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 chromosome, complete genome	True	False
FIJ0072_000000005256	4785	0.6737417737239998	5	5	4	5	4	False	51785	fragment	False	FIJ0006_000000006862	0.9817338469243927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	9.548128835289407e-06	CP025003.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 chromosome, complete genome	True	False
ENG0107_000000001581	14007	0.6737368044646818	10	6	3	6	4	True	81859	maximal	True	ENG0107_000000001581	1.0		1	1	False	False	0.9986435174942017	0					non-mobilizable	no_good_hit	4168.0	72.649	39.0	0.0014000753546987799	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0006_000000025782	1216	0.6737337227089203	4	3	2	2	3	False	8230	maximal	True	SPA0006_000000025782	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1171.0	96.84	96.0	0.0006908138306956536	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0066_000000003929	7369	0.6737331386844126	11	5	2	2	3	True	113134	fragment	False	ISR0042_000000002093	0.3092497435631593		0	0	False	False	1.0	0					non-mobilizable	other	6751.0	95.43799999999999	92.0	0.15412571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0103_000000006205	6126	0.6737331386844126	9	5	2	2	3	True	113134	fragment	False	ISR0042_000000002093	0.1661235466881676		0	0	False	False	1.0	0					non-mobilizable	other	6128.0	95.34899999999999	100.0	0.13986285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0121_000000004279	5999	0.6737331386844126	9	5	2	2	3	True	113134	fragment	False	ISR0042_000000002093	0.12974674582163984		0	0	False	False	1.0	0					non-mobilizable	other	6000.0	95.45	100.0	0.13693714285714287	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CAN0020_000000004932	7000	0.6737320362638165	6	6	5	6	5	False	91939	maximal	True	CAN0020_000000004932	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.7296991264962794e-05	CP005084.1	a-proteobacteria	Sphingobium sp. TKS chromosome 2, complete sequence	True	False
MON0099_000000018572	1863	0.673731758090683	2	1	1	1	1	False	9160	fragment	False	MON0099_000000018572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	98.387	37.0	0.0001841327334734112	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0154_000000005648	4930	0.673728138169705	7	7	5	6	4	False	79212	maximal	True	CHI0154_000000005648	1.0		21	6	False	False	0.9947261810302734	0					non-mobilizable	no_good_hit	86.0	80.233	2.0	0.00034168703907842124	NZ_FMKA01000003.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0331_000000010036	2319	0.6737256218348983	3	2	2	2	2	False	29815	fragment	False	ISR0331_000000010036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	73.21	32.0	0.017840038314176247	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	False
DEN0031_000000025322	1363	0.6737253740813942	1	1	1	1	1	False	73712	fragment	False	DEN0031_000000025322	1.0		0	0	False	False	0.9757887125015259	0					non-mobilizable	no_good_hit	153.0	76.471	11.0	1.5644038094078383e-05	CP053109.1	high GC Gram+	Streptomyces sp. Z423-1 chromosome	True	False
FIJ0046_000000005746	4594	0.6737211494680685	3	3	2	2	3	False	66557	fragment	False	FIJ0115_000000004834	0.9432645034414946		0	0	False	False	1.0	0					non-mobilizable	other	4537.0	98.611	99.0	0.01308390722687524	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
CHI0041_000000009663	1536	0.6737207897011066	2	1	1	1	1	False	87590	fragment	False	CHI0041_000000009663	1.0		0	0	False	False	0.982421875	0					non-mobilizable	other	1536.0	99.935	100.0	0.0002972968837669897	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0052_000000038308	1239	0.6737207897011066	2	1	1	1	1	False	72185	fragment	False	DEN0052_000000038308	1.0		0	0	False	False	0.990314781665802	0					non-mobilizable	other	1220.0	99.91799999999999	98.0	0.0002360943982488342	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0785_000000007970	4009	0.6737108788822153	3	1	1	1	1	False	41161	maximal	False	FIJ0126_000000008067	0.9632610216934919		0	0	False	False	0.9950112104415894	0					non-mobilizable	other	4009.0	99.027	100.0	0.022296767302525076	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	False
AUS0012_000000009885	1729	0.6737033659118449	3	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.05654390428468131		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	99.24799999999999	100.0	0.0005165994957773671	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0234_000000007413	1771	0.6736993962192475	2	1	1	1	1	False	27359	maximal	True	ISR0234_000000007413	1.0		33	3	False	False	0.9909655451774597	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.010206896551724139	XM_017052482.2	bees	PREDICTED: Apis cerana stress response protein NST1 (LOC107995148), transcript variant X3, mRNA	True	False
AST0039_000000013119	1202	0.6736962465074118	2	1	1	1	1	False	116456	maximal	True	AST0039_000000013119	1.0		1	1	False	False	0.9966722130775452	0					non-mobilizable	no_good_hit	987.0	98.88600000000001	82.0	0.028492753623188406	NZ_JAAISM010000047.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_47_length_34500_cov_202.351, whole genome shotgun sequence	True	False
ISR0246_000000009790	2199	0.6736933101303587	3	3	3	3	3	False	112413	fragment	False	ISR0246_000000009790	0.9662805396486573		0	0	False	False	0.9890859723091125	0					non-mobilizable	chromosome	2199.0	99.955	100.0	0.0006151777620236045	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0144_000000022788	1393	0.6736921256512461	3	3	2	3	2	False	51540	fragment	False	FIJ0144_000000022788	0.7181601166212086		0	0	False	False	1.0	0					non-mobilizable	chromosome	767.0	95.82799999999999	100.0	0.0003567780840317323	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
AST0104_000000031395	1136	0.6736903670543448	1	1	1	1	1	False	107608	fragment	False	AST0104_000000031395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	7.0	1.6913891378989564e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0001_000000039401	1130	0.6736902773457276	2	2	2	1	2	False	76704	fragment	False	DEN0001_000000039401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	9.0	0.0009455493968046952	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0156_000000015027	1375	0.6736829186355192	2	2	2	2	2	False	70914	fragment	False	ISR0357_000000015528	0.3166553210800998		0	0	False	False	0.9992727041244507	0					non-mobilizable	other	949.0	92.51799999999999	90.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0021_000000013163	3796	0.6736737214529429	2	2	2	2	2	False	125854	maximal	True	FIJ0021_000000013163	1.0	PS937	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1702.0	99.119	45.0	0.010997409326424871	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	True
TAN0001_000000003460	3245	0.6736737214529429	2	2	2	2	2	False	125852	backbone	False	TAN0009_000000011119	0.9760857280436872	PS937	0	0	False	True	0.9950693249702454	0					non-mobilizable	no_good_hit	1690.0	99.29	52.0	0.010926165803108808	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	True
TAN0009_000000011119	3205	0.6736737214529429	2	2	2	2	2	False	125852	backbone	True	TAN0009_000000011119	0.9789001792654733	PS937	1	1	False	True	0.9996879696846008	0					non-mobilizable	no_good_hit	1705.0	99.12	53.0	0.011016839378238342	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	True
MAD0100_000000011645	3194	0.6736737214529429	2	2	2	2	2	False	125852	backbone	False	TAN0009_000000011119	0.9764477624534819	PS937	0	0	False	True	0.9978083968162537	0					non-mobilizable	no_good_hit	1692.0	99.35	53.0	0.01094559585492228	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	True
FIJ0002_000000011150	3159	0.6736737214529429	2	2	2	2	2	False	125852	backbone	False	TAN0009_000000011119	0.973729797479354	PS937	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1692.0	99.17299999999999	56.0	0.01094559585492228	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	True
MAD0066_000000007092	3154	0.6736737214529429	2	2	2	2	2	False	125852	backbone	False	TAN0009_000000011119	0.9763718626292487	PS937	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1690.0	99.34899999999999	54.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	True
CHI0167_000000011736	1812	0.673672945431551	2	1	1	1	1	False	78158	fragment	False	CHI0167_000000011736	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	99.83200000000001	99.0	0.024648323941527397	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0830_000000008051	3213	0.6736690415656696	5	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.748257312170763		0	0	False	False	0.9993775486946106	0					non-mobilizable	other	3214.0	99.53299999999999	100.0	0.005596962893757059	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
SPA0120_000000014975	2777	0.6736647640213833	3	2	2	1	1	False	82162	fragment	False	ISR0154_000000007926	0.9821680790960452		0	0	False	False	0.9920777678489685	0					non-mobilizable	chromosome	2240.0	99.68799999999999	100.0	0.0005618016998076977	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
DEN0022_000000023390	1755	0.6736583125225863	2	1	1	1	1	False	74556	fragment	False	DEN0022_000000023390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	82.54299999999999	76.0	0.00036899497908279036	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0086_000000004270	6921	0.6736509626660808	4	3	3	3	1	True	43865	maximal	True	FIJ0086_000000004270	1.0		2	2	False	False	0.9997110366821289	0					non-mobilizable	no_good_hit								True	True
ENG0008_000000007144	3340	0.6736475092226044	4	2	1	1	1	True	115654	fragment	False	ENG0067_000000008096	0.965293453724605		0	0	False	False	0.9997006058692932	0		MOBV			mobilizable	plasmid	3150.0	99.524	100.0	0.5334575639505337	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
SPA0026_000000032151	1100	0.6736326352394443	2	2	2	2	1	False	7499	fragment	False	SPA0026_000000032151	1.0		0	0	False	False	0.9918181896209717	0					non-mobilizable	no_good_hit								True	False
ISR0367_000000004308	2218	0.6736284140004644	2	2	2	2	2	False	86439	maximal	True	ISR0367_000000004308	1.0		299	11	False	False	0.9990983009338379	0					non-mobilizable	chromosome	2141.0	97.571	100.0	0.00032925944012970974	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0049_000000005123	3991	0.6736253173408149	4	4	2	4	2	False	127574	fragment	False	MAD0004_000000002298	0.8869696301581577		0	0	False	False	0.9944875836372375	0					non-mobilizable	chromosome	4028.0	84.508	100.0	0.001714319282747336	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ENG0012_000000019418	1175	0.6736122612310044	2	2	2	2	2	False	67029	maximal	True	ENG0012_000000019418	1.0		4	2	False	False	0.9404255151748657	0					non-mobilizable	no_good_hit	98.0	81.633	8.0	0.0003796583075232291	NZ_FNQM01000005.1	a-proteobacteria	Rubrimonas cliftonensis strain DSM 15345, whole genome shotgun sequence	True	False
ENG0007_000000011568	2226	0.6736120173531926	3	3	3	2	2	False	82802	backbone	False	ENG0129_000000011867	0.9958146866568561	PS409	0	0	True	True	1.0	17					non-mobilizable	chromosome	1198.0	99.499	100.0	0.00040290319182130084	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0011_000000030610	1490	0.6736117376223825	3	1	1	1	1	False	50920	maximal	True	FIJ0011_000000030610	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0065_000000007078	3735	0.6736104264371021	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.31952786619705403		0	0	False	False	0.9991967678070068	0					non-mobilizable	other	3737.0	98.555	100.0	0.007812026254764897	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0051_000000013666	2906	0.6736084898656018	4	3	3	3	3	False	103014	maximal	True	ISR0051_000000013666	1.0		138	10	False	False	0.9938059449195862	0					non-mobilizable	other	2718.0	95.806	93.0	0.005986408994645834	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
FIJ0102_000000023268	1398	0.6736079657806416	2	2	1	1	2	False	42609	fragment	False	ISR0168_000000016704	0.9542159668181602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	91.681	40.0	0.00018950250375554919	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0009_000000013534	2637	0.6736068513244499	3	2	1	2	1	False	76444	fragment	False	SPA0009_000000013534	1.0		0	0	False	False	0.9988623261451721	0					non-mobilizable	no_good_hit	834.0	73.141	31.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0051_000000012812	1942	0.6736050755479863	2	1	1	1	1	False	81368	fragment	False	SPA0051_000000012812	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	94.26	43.0	0.0001222143840381525	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0127_000000010370	1755	0.6736050755479863	2	1	1	1	1	False	81367	fragment	False	CHI0127_000000010370	1.0		0	0	False	False	0.9994301795959473	0					non-mobilizable	no_good_hit	453.0	94.26	31.0	0.0001222143840381525	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0060_000000006486	2149	0.673600022503073	3	2	2	2	1	False	112453	fragment	False	ISR0328_000000011990	0.5921921661433066		0	0	False	False	1.0	0					non-mobilizable	other	2149.0	97.39399999999999	100.0	0.006806946381036886	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0047_000000026171	1759	0.673600022503073	2	2	2	2	1	False	94606	fragment	False	FIJ0061_000000011278	0.4275689704528144		0	0	False	False	1.0	0					non-mobilizable	other	1759.0	96.816	100.0	0.005571048295094435	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0032_01_000000012766	1732	0.673600022503073	2	2	2	2	1	False	94606	fragment	False	FIJ0061_000000011278	0.3411334643180449		0	0	False	False	1.0	0					non-mobilizable	other	1682.0	97.444	97.0	0.005327037647357079	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0130_000000019298	1718	0.673600022503073	2	2	2	2	1	False	94606	fragment	False	FIJ0061_000000011278	0.2608194430475748		0	0	False	False	0.9819557666778564	0					non-mobilizable	other	1718.0	96.973	100.0	0.005441120547597921	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0058_000000015402	1705	0.673600022503073	3	2	2	2	1	False	94606	fragment	False	FIJ0061_000000011278	0.26201187354901007		0	0	False	False	0.9994134902954102	0					non-mobilizable	other	1705.0	97.478	100.0	0.005399923944733173	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0098_000000014500	1629	0.673600022503073	3	2	2	2	1	False	94606	fragment	False	FIJ0061_000000011278	0.2567836567677411		0	0	False	False	0.9969306588172913	0					non-mobilizable	other	1629.0	96.869	100.0	0.005155913296995817	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0034_000000008461	2436	0.6735945875361907	4	2	2	2	2	False	118640	fragment	False	ENG0009_000000003397	0.17320159229969723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	90.336	73.0	0.0003960238438956472	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
CAN0013_000000002919	9392	0.6735928730413696	8	6	6	5	4	False	130488	fragment	False	CHI0076_000000000512	0.8137929398601448		0	0	False	False	1.0	0					non-mobilizable	other	7995.0	99.975	100.0	0.01275586731600212	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0162_000000002432	9044	0.6735928730413696	8	6	6	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7945455452022118		0	0	False	False	1.0	0					non-mobilizable	other	7975.0	99.95	100.0	0.012723953712509494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0050_000000022036	1176	0.6735922563844727	2	1	1	1	1	False	46565	fragment	False	FIJ0050_000000022036	1.0		0	0	False	False	0.9413265585899353	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	4.0	1.5554915384371293e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0148_000000011580	2515	0.6735816224018051	4	2	1	2	2	False	111202	maximal	True	ISR0148_000000011580	1.0		9	4	False	False	0.9705765247344971	0					non-mobilizable	no_good_hit	2114.0	98.061	87.0	0.00029824294958183883	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0032_000000008574	3104	0.6735804166872525	3	1	1	1	1	False	105809	fragment	False	SPA0032_000000008574	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2083.0	86.79799999999999	90.0	0.000637751530759223	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0111_000000014812	2036	0.6735804166872525	2	1	1	1	1	False	105812	fragment	False	MAD0014_000000016100	0.9500773241702124		0	0	False	False	1.0	0					non-mobilizable	chromosome	2036.0	96.022	100.0	0.0007149191199225658	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0087_000000015697	1908	0.6735804166872525	2	1	1	1	1	False	105812	fragment	False	MAD0014_000000016100	0.9358790295392986		0	0	False	False	1.0	0					non-mobilizable	chromosome	1906.0	98.95100000000001	99.0	0.0006722215811710206	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0135_01_000000010646	1445	0.6735804166872525	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.19726033675487364		0	0	False	False	0.9965397715568542	0					non-mobilizable	no_good_hit	1227.0	90.954	88.0	0.00036912512227646027	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0193_000000006906	2971	0.6735793270978473	4	4	3	4	2	False	54601	maximal	True	ENG0193_000000006906	1.0		2	1	False	False	0.9983170628547668	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.809913402006646e-06	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	True	False
ISR0167_000000019164	1467	0.6735721256588993	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.22432493809723786		0	0	False	False	0.9938650131225586	0					non-mobilizable	chromosome	1483.0	90.762	100.0	0.0005141286025601165	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0079_000000007027	4518	0.6735666554094301	7	5	5	5	5	False	107169	maximal	True	ENG0079_000000007027	1.0		5	3	False	False	0.999778687953949	0					non-mobilizable	no_good_hit	694.0	88.905	27.0	0.00017288136273671447	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0010_000000009132	2700	0.6735641594218074	2	2	1	1	2	False	105814	fragment	False	ISR0275_000000005287	0.974904172426794		0	0	False	False	0.9970370531082153	0					non-mobilizable	chromosome	2628.0	82.839	96.0	0.0008978951052168542	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0275_000000005287	2628	0.6735641594218074	2	2	1	1	2	False	105814	fragment	False	ISR0275_000000005287	0.9769665307509344		0	0	False	False	1.0	0					non-mobilizable	chromosome	2603.0	83.289	97.0	0.0008898781846345609	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0109_000000013428	2616	0.6735641594218074	3	2	1	1	2	False	105814	fragment	False	ISR0275_000000005287	0.9719523864382165		0	0	False	False	1.0	0					non-mobilizable	chromosome	2627.0	83.479	98.0	0.0008982436669813017	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0066_000000020749	1556	0.6735583502417671	2	1	1	1	1	False	35121	maximal	True	ISR0066_000000020749	1.0		3	2	False	False	0.9993573427200317	0					non-mobilizable	no_good_hit								True	False
MON0033_000000036299	1667	0.6735536558499388	2	2	2	2	1	False	69734	fragment	False	MON0033_000000036299	0.9442890535886566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	85.417	5.0	0.0018040984410236298	NZ_SLUM01000028.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_128, whole genome shotgun sequence	True	False
ISR0096_000000010861	2156	0.6735461406954157	2	2	2	2	1	False	38686	fragment	False	ISR0096_000000010861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	99.20100000000001	89.0	0.000808966294507692	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
FIJ0011_000000009173	4623	0.6735450979884577	8	5	4	4	3	False	51005	maximal	True	FIJ0011_000000009173	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	91.333	4.0	4.171464085244432e-05	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	True	False
ISR0017_000000023594	1397	0.6735448439974875	2	2	2	1	2	False	106161	fragment	False	DEN0051_000000029417	0.41966421190252345		0	0	False	False	0.994989275932312	0					non-mobilizable	other	660.0	100.0	100.0	0.000198412280244851	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0013_000000001410	14067	0.6735436546935376	16	8	6	8	4	True	50673	fragment	False	FIJ0013_000000001410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	9.938091535668979e-05	NZ_JH767523.1	g-proteobacteria	Catenovulum agarivorans YM01 Scaffold2, whole genome shotgun sequence	True	True
ENG0036_000000004532	4811	0.6735371860184076	7	7	5	6	3	True	76828	fragment	False	ENG0036_000000004532	1.0		0	0	False	False	0.9985449910163879	0					non-mobilizable	other	4810.0	97.04799999999999	99.0	0.0016338176124111703	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0080_000000011658	2642	0.6735307588819301	2	1	1	1	1	False	34309	fragment	False	ISR0080_000000011658	0.9896414342629481		0	0	False	False	0.993943989276886	0					non-mobilizable	no_good_hit								True	False
ENG0004_000000020341	1333	0.6735306380560533	3	1	1	1	1	True	67752	maximal	True	ENG0004_000000020341	1.0		1	1	False	False	0.9759939908981323	0					non-mobilizable	no_good_hit	988.0	97.065	74.0	0.0004386675395392072	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0091_000000005466	2663	0.6735297960414082	4	3	3	2	2	True	128385	maximal	True	MAD0091_000000005466	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	97.807	63.0	0.2759469696969697	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
USA0125_01_000000004163	6229	0.6735284123201496	6	4	4	3	4	False	125517	fragment	False	USA0125_01_000000004163	0.8787987560152675		0	0	False	False	0.9998394846916199	0					non-mobilizable	no_good_hit	2383.0	81.74600000000001	56.0	0.0010394454420470805	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0048_000000000542	24283	0.6735262413441018	21	3	1	1	1	True	36056	fragment	False	ISR0048_000000000542	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	11387.0	93.01	95.0	0.11487131568790754	MT006214.1	viruses	CrAssphage LMMB, complete genome	False	True
USA0024_01_000000013092	1718	0.6735170629995453	3	3	2	3	2	False	93382	fragment	False	USA0024_01_000000013092	0.9686204854943754		0	0	False	False	1.0	0					non-mobilizable	chromosome	1714.0	84.131	99.0	0.0006037913849416199	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0113_000000022909	1145	0.6735164565221633	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.032988883598991776		0	0	False	False	0.9868995547294617	0					non-mobilizable	other	1145.0	96.33200000000001	100.0	0.00031768776624400866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0037_000000012769	4557	0.6735144266883145	7	7	1	4	6	True	61847	fragment	False	MON0011_000000009545	0.9783892051444234		0	0	False	False	0.9942944645881653	0			MPF_F		non-mobilizable	plasmid	4555.0	99.78	99.0	0.03154242019158176	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
ENG0066_000000003678	4703	0.6735141974773122	5	4	3	3	4	False	112098	maximal	True	ENG0066_000000003678	0.9554466230936819		21	7	False	False	0.9980863332748413	0					non-mobilizable	no_good_hit	1409.0	73.385	30.0	0.00041078343538749734	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0142_000000031009	1188	0.6735137431212739	2	2	2	2	1	True	40154	fragment	False	FIJ0142_000000031009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0036_000000008414	1145	0.6735099926327494	1	1	1	1	1	False	88031	fragment	False	CHI0036_000000008414	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1060.0	99.62299999999999	100.0	0.00020710071900519687	CP061764.1	enterobacteria	Escherichia coli O19:H7 strain 97.3 chromosome, complete genome	False	False
FIJ0021_000000039354	1210	0.6735076406601707	2	2	2	2	1	True	49516	fragment	False	FIJ0021_000000039354	1.0		0	0	False	False	0.9851239919662476	0					non-mobilizable	other	1210.0	93.96700000000001	99.0	0.0003642252909954878	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	True
SPA0141_000000001140	14680	0.6735059878422714	19	8	5	7	5	True	130531	fragment	False	SPA0141_000000001140	0.9882208060652725		0	0	False	False	1.0	0					non-mobilizable	chromosome	9320.0	97.88600000000001	96.0	0.0018551627813031526	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0140_000000001129	13946	0.6735059878422714	18	8	5	7	5	True	130531	fragment	False	SPA0141_000000001140	0.971533174566766		0	0	False	False	1.0	0					non-mobilizable	chromosome	9252.0	98.07600000000001	99.0	0.0018429879636958915	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0321_000000006623	1715	0.6735049758883227	3	3	3	2	2	False	103287	fragment	False	ISR0821_000000016865	0.5200295724647436		0	0	False	False	0.9994168877601624	0					non-mobilizable	other	1715.0	99.475	100.0	0.12720795606352975	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0782_000000010642	1172	0.6735017970206355	2	2	2	2	1	True	22257	fragment	False	ISR0782_000000010642	1.0		0	0	False	False	0.94112628698349	0					non-mobilizable	other	1108.0	77.97800000000001	94.0	0.002458864317631622	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	False	True
FIJ0075_000000006704	2845	0.6734918964218548	5	5	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.2995811592210022	PS902	0	0	False	True	0.9905096888542175	0	rep_cluster_1702				non-mobilizable	other	2875.0	97.948	100.0	0.000768831346895579	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0013_000000001603	15319	0.6734850802023112	17	7	5	7	5	False	13555	maximal	True	MON0013_000000001603	1.0		1	1	False	False	0.9989555478096008	0					non-mobilizable	no_good_hit	57.0	91.228	0.0	0.0002106688736739147	NZ_QPKS01000003.1	firmicutes	Exiguobacterium flavidum strain HF60 HF60_scaffold3, whole genome shotgun sequence	True	False
ISR0128_000000002135	12580	0.6734746203928289	14	7	5	5	6	True	31873	fragment	False	ISR0128_000000002135	1.0		0	0	False	False	0.999284565448761	0					non-mobilizable	no_good_hit	4054.0	95.78200000000001	38.0	0.032452106971163526	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0364_000000015930	1174	0.6734686589964692	2	2	2	1	1	False	23670	fragment	False	ISR0364_000000015930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	83.78399999999999	9.0	0.0002954590628038528	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0160_000000010396	2873	0.6734660837079104	3	3	3	3	3	False	78738	fragment	False	CHI0160_000000010396	1.0		0	0	False	False	0.9944308996200562	0					non-mobilizable	no_good_hit	277.0	73.646	10.0	0.0008441856711896811	NZ_SJOO01000005.1	enterobacteria	Enterobacter wuhouensis strain WCHEW120002, whole genome shotgun sequence	True	False
CHI0008_000000007251	1388	0.6734629924837722	3	2	2	2	1	False	90505	fragment	False	CHI0008_000000007251	1.0		0	0	False	False	0.9985590577125549	0					non-mobilizable	no_good_hit	66.0	93.939	5.0	0.0005731770764441857	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0061_000000001800	10740	0.6734561390132119	14	8	6	8	6	True	126167	fragment	False	ENG0061_000000001800	1.0		0	0	False	False	0.9988827109336853	0					non-mobilizable	no_good_hit	1583.0	72.71	23.0	0.14895445431108564	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
MAD0098_000000020234	2206	0.6734509889397955	4	4	4	3	4	False	108236	fragment	False	MAD0045_000000017403	0.9690226876090751		0	0	False	False	0.9968268275260925	0					non-mobilizable	no_good_hit	193.0	74.093	9.0	0.0016040794272592193	NZ_JABEMG010000002.1	high GC Gram+	Promicromonospora citrea strain ATCC 15908 ATCC15908_2, whole genome shotgun sequence	True	False
SPA0053_000000009529	3474	0.6734466869168488	5	5	4	5	4	False	73994	fragment	False	SPA0053_000000009529	1.0		0	0	False	False	0.9974093437194824	0					non-mobilizable	no_good_hit	585.0	83.419	37.0	0.00020645769936713455	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0097_000000016028	1873	0.6734420909432558	3	2	2	1	1	False	33294	maximal	True	ISR0097_000000016028	1.0		2	1	False	False	0.9967966079711914	0					non-mobilizable	no_good_hit	1212.0	92.162	65.0	0.00032689643872151856	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0086_01_000000011376	1491	0.6734386302714284	2	2	2	2	2	False	438	maximal	True	USA0086_01_000000011376	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	76.62	52.0	0.0348478756198901	NZ_CYZO01000038.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0011_000000009545	4743	0.6734374067910136	7	7	1	4	6	True	61847	fragment	False	MON0011_000000009545	0.9979152951503182		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4662.0	99.979	98.0	0.03227660915519785	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
ISR0300_000000010619	1106	0.6734274436414267	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.0762491665065393	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1119.0	80.161	100.0	0.0003134537655695785	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0207_000000016750	1181	0.6734267873825422	2	2	2	1	2	True	131026	fragment	False	CHI0117_000000007167	0.04066993886324847		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	95.34299999999999	100.0	0.0005999745773484174	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	True
CHI0070_000000010456	1254	0.6734258400483315	2	2	2	1	1	True	84950	fragment	False	CHI0070_000000010456	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1254.0	99.92	100.0	0.0002783090007307555	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ISR0776_000000014784	1619	0.6734221784361221	2	2	2	2	2	False	22415	maximal	True	ISR0776_000000014784	1.0		36	10	False	False	1.0	0					non-mobilizable	other	1619.0	98.39399999999999	100.0	0.000742706739168554	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
USA0075_01_000000004727	5278	0.6734219813020613	5	5	4	4	4	False	690	maximal	True	USA0075_01_000000004727	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1573.0	81.119	30.0	0.0007053905813004338	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	True	False
ISR0080_000000023183	1430	0.6734212172494226	2	2	2	2	2	False	34292	maximal	True	ISR0080_000000023183	1.0		133	14	False	False	0.9678321480751038	0					non-mobilizable	chromosome	1414.0	81.259	97.0	0.00039204599633512496	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0137_000000004265	4164	0.6734206918183395	7	5	4	5	3	False	75934	fragment	False	ENG0137_000000004265	0.9634143475057254		0	0	False	True	0.9966378211975098	0					non-mobilizable	no_good_hit	562.0	75.623	13.0	0.0025445987591098	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
ENG0173_000000013787	1224	0.6734204887092118	3	3	3	1	1	False	55676	maximal	True	ENG0173_000000013787	1.0		6	5	False	False	0.9991829991340637	0					non-mobilizable	no_good_hit	476.0	77.311	39.0	0.00013179672653711763	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
ISR0773_000000014896	1215	0.673416553080595	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.08137226038297915		0	0	False	False	0.9975308775901794	0					non-mobilizable	other	1216.0	89.885	100.0	0.0003440538858785751	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0775_000000000178	35840	0.6734044720340947	52	14	8	11	8	False	48939	maximal	True	ISR0775_000000000178	1.0		1	1	False	False	0.9991629719734192	0					non-mobilizable	no_good_hit	7150.0	80.727	51.0	0.1247651791727218	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0083_000000000877	7804	0.6734030373126055	6	6	1	4	6	True	16119	fragment	False	MAD0083_000000000877	1.0		0	0	False	False	0.9998718500137329	0			MPF_F		non-mobilizable	plasmid	7804.0	98.80799999999999	100.0	0.08263438810522303	MG767301.1	enterobacteria	Shigella flexneri strain ID116124 plasmid pSf4 genomic sequence	False	True
ISR0164_000000002546	8223	0.6733876348400454	6	4	3	4	3	False	30298	maximal	True	ISR0164_000000002546	1.0		1	1	False	False	0.9998784065246582	0					non-mobilizable	no_good_hit	124.0	79.032	1.0	0.0020140321914981427	NZ_CYZO01000018.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0092_000000011796	1568	0.6733711341615964	4	1	1	1	1	True	15705	fragment	False	MAD0092_000000011796	1.0		0	0	False	False	0.9757652878761292	0					non-mobilizable	chromosome	1568.0	97.895	100.0	0.00044150906502355043	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
FIJ0170_000000011932	1352	0.6733696754294577	2	1	1	1	1	False	82263	fragment	False	ISR0792_000000009886	0.8080413433444448		0	0	False	False	1.0	0					non-mobilizable	chromosome	1352.0	99.926	100.0	0.0005355634337425577	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0144_000000014081	1204	0.6733696754294577	2	1	1	1	1	False	82263	fragment	False	ISR0792_000000009886	0.23814985119037474		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	100.0	100.0	0.0004768932722370814	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
AST0089_000000014371	1614	0.6733665634027951	2	1	1	1	1	False	111747	fragment	False	AST0089_000000014371	1.0		0	0	False	False	0.997521698474884	0					non-mobilizable	no_good_hit								True	False
ISR0778_000000009776	1436	0.6733661792493465	2	1	1	1	1	False	22365	maximal	True	ISR0778_000000009776	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0071_000000006955	1571	0.6733639973680404	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.13674491194186997		0	0	False	False	1.0	0					non-mobilizable	chromosome	1574.0	83.291	99.0	0.0005461962848892898	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0109_000000019138	1873	0.6733635140877602	3	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.5509137116765861		0	0	False	False	1.0	0					non-mobilizable	other	1864.0	80.204	99.0	0.0004151893544633196	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
FIJ0140_000000017679	1838	0.6733635140877602	3	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.5608589884822941		0	0	False	False	0.9994559288024902	0					non-mobilizable	other	1838.0	80.033	99.0	0.00040929371098104414	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
ISR0025_000000009904	3872	0.6733628654631167	5	5	4	5	2	True	37379	maximal	True	ISR0025_000000009904	1.0		1	1	False	False	0.9989669322967529	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.7035735357296472e-06	LN590698.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG17, chromosome: 17	True	True
DEN0090_000000012168	2209	0.6733522041299398	2	2	2	2	2	False	68752	fragment	False	DEN0090_000000012168	1.0		0	0	False	False	0.9986419081687927	0					non-mobilizable	chromosome	2209.0	98.914	100.0	0.0007685786906068182	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0123_000000012510	1794	0.6733501762037651	2	2	2	2	2	False	110221	fragment	False	ISR0375_000000009302	0.3512384203235328		0	0	False	False	0.9988851547241211	0					non-mobilizable	no_good_hit	1202.0	94.676	85.0	0.005764161782738412	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
MON0107_000000039302	1549	0.6733354501593662	2	2	2	2	2	False	8576	maximal	True	MON0107_000000039302	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	73.383	34.0	0.016472053557527636	MH106224.1	bacteria	Uncultured bacterium clone B2Cecum_14_B01_0 genomic sequence	True	False
FIJ0018_000000020353	1340	0.6733349617642833	2	2	2	2	1	False	49940	maximal	True	FIJ0018_000000020353	1.0		1	1	False	False	0.9992537498474121	0					non-mobilizable	no_good_hit	122.0	95.08200000000001	9.0	0.002476108621360018	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
BAN0013_000000000567	1305	0.6733346844486523	2	2	1	2	1	True	98642	fragment	False	BAN0013_000000000567	1.0		0	0	False	False	0.9777777791023254	0					non-mobilizable	chromosome	1305.0	99.84700000000001	100.0	0.0002158105739237275	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
ISR0777_000000007438	2323	0.6733343843719201	3	3	2	3	3	True	124656	fragment	False	ISR0812_000000015709	0.6813673321291811		0	0	False	False	1.0	0					non-mobilizable	other	2327.0	91.104	100.0	0.000723303565373265	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0104_000000035340	1301	0.6733316387971362	2	2	1	2	1	False	66676	fragment	False	ENG0017_000000014889	0.9563000728332118		0	0	False	False	0.9715603590011597	0					non-mobilizable	other	1301.0	99.385	100.0	0.00020885010346112818	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
USA0056_01_000000000665	27694	0.6733305196196208	29	15	8	12	10	False	1018	maximal	True	USA0056_01_000000000665	1.0		1	1	False	False	0.9997472167015076	0					non-mobilizable	no_good_hit	2328.0	79.983	25.0	0.0027109446454728634	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0066_000000001267	9045	0.673327189759664	10	8	6	6	8	True	16612	maximal	True	MAD0066_000000001267	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	3625.0	80.828	96.0	0.06274919474188213	CP042249.1	enterobacteria	Escherichia coli strain BCE049 plasmid pBCE049-3, complete sequence	False	True
FIJ0032_000000013430	2619	0.6733257505220951	4	3	3	3	2	False	112604	maximal	True	FIJ0032_000000013430	1.0		16	5	False	False	0.9980908632278442	0					non-mobilizable	no_good_hit	1899.0	73.77600000000001	71.0	0.01043044586919444	NZ_CM003349.1	firmicutes	Clostridium haemolyticum NCTC 9693 plasmid p1Ch9693, whole genome shotgun sequence	True	False
MON0097_000000004915	5965	0.6733218994203732	6	6	6	6	5	False	114948	fragment	False	ISR0243_000000000897	0.3592856648799708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	77.093	11.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
SPA0066_000000008897	1458	0.6733192454827972	2	2	2	2	2	False	75157	fragment	False	SPA0066_000000008897	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1458.0	96.914	100.0	0.00040560949298813374	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0123_000000008754	3685	0.6733177912011347	5	2	1	2	1	True	41369	maximal	True	FIJ0123_000000008754	1.0		1	1	False	False	0.9910447597503662	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00017201177325025803	MN189965.1	eudicots	Oreocnide frutescens voucher GLGE12243 chloroplast, complete genome	True	True
DEN0007_000000001091	23899	0.6733131578664678	27	13	6	11	7	True	130553	fragment	False	DEN0007_000000001091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5347.0	97.32600000000001	87.0	0.0009471178322662852	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
AUS0002_000000003191	8475	0.6733123835221088	10	10	6	4	9	True	107461	fragment	False	AUS0002_000000003191	1.0		0	0	False	False	0.9994100332260132	0					non-mobilizable	other	8475.0	100.0	100.0	0.20835484743428978	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0121_000000007868	3048	0.6733003687191613	4	4	4	3	2	False	115901	fragment	False	ENG0037_000000009642	0.7105696680631647		0	0	False	False	0.9973753094673157	0					non-mobilizable	no_good_hit	937.0	84.845	31.0	0.0003201047366247457	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0209_000000022918	1211	0.6732949253800348	1	1	1	1	1	False	87658	fragment	False	CHI0040_000000010865	0.7775242098941522		0	0	False	False	0.9975227117538452	0					non-mobilizable	other	1211.0	99.505	100.0	0.015381290757242554	NZ_JAAIQH010000014.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_14_length_78667_cov_335.352, whole genome shotgun sequence	False	False
ISR0234_000000012360	1211	0.6732949253800348	1	1	1	1	1	False	87658	fragment	False	CHI0040_000000010865	0.7788467969235178		0	0	False	False	0.9983484745025635	0					non-mobilizable	chromosome	1211.0	99.009	100.0	0.000381389094730432	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0217_000000018590	1211	0.6732949253800348	1	1	1	1	1	False	87658	fragment	False	CHI0040_000000010865	0.7775242098941522		0	0	False	False	0.9991742372512817	0					non-mobilizable	other	1211.0	99.587	100.0	0.00038846945602718385	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0361_000000011771	1290	0.673294097522805	2	1	1	1	1	True	23744	fragment	False	ISR0361_000000011771	1.0		0	0	False	False	0.9937984347343445	0					non-mobilizable	chromosome	1292.0	88.235	100.0	0.0004338698531809998	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0102_000000022933	1417	0.6732930549203205	3	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.3923640368331588		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	79.774	99.0	0.00031360288215334295	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
AUS0020_000000014410	1856	0.6732872424004415	3	3	3	3	2	False	99566	fragment	False	AUS0020_000000014410	0.7139554462010628		0	0	False	False	0.9886853694915771	0					non-mobilizable	plasmid	1843.0	99.07799999999999	99.0	0.00755530020109164	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
AUS0024_000000025739	1245	0.6732846262857122	2	2	2	2	2	False	98800	fragment	False	AUS0024_000000025739	1.0		0	0	False	False	0.9823293089866638	0					non-mobilizable	other	1229.0	89.992	98.0	0.0006466381147281588	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ETH0004_000000024003	1211	0.6732825637210295	3	2	2	2	2	False	52849	fragment	False	ETH0004_000000024003	1.0		0	0	False	False	0.9694467186927795	0					non-mobilizable	other	1223.0	86.509	100.0	0.0005933459854917337	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MON0075_000000012758	1946	0.6732767005646946	2	2	1	2	2	False	121061	fragment	False	MON0075_000000012758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0272_000000004403	2434	0.6732743154300921	4	3	3	3	2	True	124057	fragment	False	ISR0272_000000004403	1.0		0	0	False	False	0.9942481517791748	0					non-mobilizable	other	2416.0	99.71	99.0	0.007976325341594802	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ENG0177_000000005147	5020	0.6732740441758963	4	2	2	2	1	False	60085	backbone	True	ENG0177_000000005147	0.9512694512694513	PS265	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4306.0	89.82799999999999	87.0	0.05928535759862398	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	True
SPA0039_000000005310	4662	0.6732740441758963	4	2	2	2	1	False	60080	fragment	False	SPA0039_000000005310	1.0		0	0	False	False	0.9995710253715515	0					non-mobilizable	virus	4279.0	91.844	92.0	0.05893857848304944	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
ENG0182_000000007996	3496	0.6732740441758963	2	2	2	2	1	False	60084	fragment	False	ENG0182_000000007996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2955.0	91.912	84.0	0.040600898851467566	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0142_000000001658	1719	0.6732727340676483	2	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.3212552477704611		0	0	False	False	0.9965096116065979	0					non-mobilizable	other	1723.0	84.098	100.0	0.008176532920926769	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	False
ISR0115_000000030689	1200	0.6732615200672473	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.20858031229087334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	95.34100000000001	100.0	0.0003478578478904596	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AUS0004_000000017122	1144	0.6732597185495279	2	2	2	2	1	False	102215	fragment	False	ENG0174_000000012784	0.13138640873015875		0	0	False	False	0.9414335489273071	0					non-mobilizable	other	1104.0	92.21	96.0	0.0002701860483476113	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0023_01_000000002899	11073	0.673258006053119	11	4	3	4	4	False	1721	maximal	True	USA0023_01_000000002899	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	3122.0	88.213	62.0	0.03374136678557101	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
AST0012_000000020956	1158	0.6732524600879768	3	1	1	1	1	False	124600	maximal	True	AST0012_000000020956	1.0		231	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0111_000000012767	1392	0.6732489384280463	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.039517790023825314		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	98.06	100.0	0.002908599711021941	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0165_000000007112	2271	0.6732443994182363	3	3	3	3	3	False	98699	maximal	True	CHI0165_000000007112	1.0		4	2	False	False	0.9859092831611633	0					non-mobilizable	chromosome	2273.0	95.469	100.0	0.0004861639246236031	CP046009.1	enterobacteria	Escherichia coli strain 1919D62 chromosome, complete genome	False	False
ENG0052_000000022076	1488	0.6732440019196514	2	2	2	2	2	False	76399	fragment	False	ENG0052_000000022076	0.9848372781065089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0083_000000012195	1831	0.6732321844056085	2	1	1	1	1	False	73102	fragment	False	ENG0083_000000012195	0.9836601307189543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	79.2	7.0	0.0007128416673483458	NZ_FCNX02000018.1	b-proteobacteria	Caballeronia fortuita isolate LMG 29320, whole genome shotgun sequence	True	False
DEN0041_000000020242	1683	0.6732321844056085	3	1	1	1	1	False	73102	fragment	False	ENG0083_000000012195	0.9445658110322228		0	0	False	False	0.988116443157196	0					non-mobilizable	no_good_hit	122.0	82.787	7.0	3.6303659808864305e-05	NZ_BCMS01000001.1	bacteria	Deinococcus grandis strain ATCC 43672, whole genome shotgun sequence	True	False
FIJ0111_000000017508	1195	0.6732271043099982	2	2	1	2	1	False	42068	fragment	False	FIJ0111_000000017508	1.0		0	0	False	False	0.9991631507873535	0					non-mobilizable	no_good_hit	852.0	75.939	71.0	0.006654786873354044	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
USA0018_01_000000011201	2075	0.6732233840541587	2	2	2	2	2	False	1857	fragment	False	USA0018_01_000000011201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	85.84200000000001	75.0	0.0003708540631721498	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
CHI0160_000000000251	33495	0.6732202466638036	45	32	22	29	16	True	78767	maximal	True	CHI0160_000000000251	1.0		2	2	False	False	0.9999402761459351	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00018377060527911693	NZ_CABLCC010000001.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	True
FIJ0160_000000004533	3761	0.6732122390544678	6	5	3	4	3	False	39351	fragment	False	FIJ0160_000000004533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	84.78	61.0	0.008737489503665206	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AUS0018_000000023909	1194	0.6732117113309171	1	1	1	1	1	False	99809	fragment	False	USA0055_01_000000018804	0.3880287310454908		0	0	False	False	0.999162495136261	0					non-mobilizable	other	1199.0	85.988	100.0	0.012478072007351099	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ISR0023_000000015139	2029	0.6732007275120306	3	2	2	2	2	False	54908	maximal	False	SPA0114_000000021848	0.9091612864665293		0	0	False	False	0.9995071291923523	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000001492	16090	0.6732001010454701	20	10	2	10	3	False	100089	fragment	False	ENG0208_000000001222	0.9209378733572282		0	0	False	False	0.9991298913955688	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	0.0001778168766933548	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	False
MAD0068_000000004088	5759	0.6731968101985264	8	5	3	4	3	True	128139	backbone	False	ISR0202_000000001946	0.9911742444732334	PS1032	0	0	True	True	0.9998263716697693	32					non-mobilizable	no_good_hit	3123.0	82.805	73.0	0.5059944161602891	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0010_000000003434	5740	0.6731968101985264	8	5	3	4	3	True	128139	backbone	False	ISR0202_000000001946	0.9914541513681797	PS1032	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	2362.0	85.605	73.0	0.38627032353424207	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0206_000000016817	1551	0.6731961093203874	2	2	1	0	1	False	79541	fragment	False	ISR0206_000000016817	1.0		0	0	False	False	0.9974210262298584	0					non-mobilizable	no_good_hit	1130.0	87.08	73.0	0.00032515132264846744	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MON0013_000000007095	5767	0.6731896509929449	7	4	2	3	3	False	13551	fragment	False	MON0013_000000007095	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0063_000000014167	2057	0.6731875898284208	4	2	2	2	2	False	10744	maximal	True	MON0063_000000014167	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	1838.0	76.605	88.0	0.0010540085533516028	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0171_000000014061	1708	0.6731827127124462	3	3	3	3	3	False	60530	maximal	True	ENG0171_000000014061	1.0		19	7	False	False	0.9789227247238159	0					non-mobilizable	no_good_hit	1434.0	98.745	84.0	0.006838039157675735	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0013_000000009069	2733	0.6731820011181627	4	2	2	2	2	False	117683	fragment	False	ISR0013_000000009069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	93.023	28.0	0.0023843689308378382	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0005_000000010121	2372	0.6731820011181627	3	2	2	2	2	False	117682	fragment	False	ENG0005_000000010121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	92.89399999999999	33.0	0.0023843689308378382	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0135_000000010938	1794	0.6731808711499959	3	3	3	3	3	False	99887	fragment	False	ISR0346_000000011693	0.4692098320531275		0	0	False	False	0.9927536249160767	0					non-mobilizable	other	1794.0	99.777	100.0	0.005681962225884143	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0002_000000014382	2545	0.6731807068876281	4	3	3	2	3	False	131919	maximal	True	AST0002_000000014382	1.0		4	3	False	False	0.9838899970054626	0					non-mobilizable	no_good_hit	706.0	75.779	27.0	0.0017968085380629527	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
DEN0026_000000001295	19479	0.6731709508602473	19	14	9	13	5	True	97816	fragment	False	DEN0026_000000001295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8960.0	99.73200000000001	46.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ENG0104_000000022279	1426	0.6731691862240132	2	2	2	2	1	False	60221	fragment	False	ENG0104_000000022279	1.0		0	0	False	False	0.9908835887908936	0					non-mobilizable	no_good_hit	576.0	86.806	41.0	0.00016132644179866573	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
AST0031_000000001815	13495	0.6731690974212035	8	4	3	4	1	False	117643	maximal	True	AST0031_000000001815	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	70.72800000000001	9.0	0.0005487947588307085	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	False
FIJ0104_000000006635	3743	0.6731632311517324	4	4	2	3	4	False	95693	fragment	False	FIJ0104_000000006635	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3655.0	99.398	98.0	0.028700918209452295	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
MON0100_000000023401	1924	0.6731619690826482	3	3	3	3	2	False	83389	fragment	False	MON0100_000000023401	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1924.0	99.48	100.0	0.0006194958103453222	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0132_000000020504	1417	0.6731527434560052	1	1	1	1	1	False	31583	maximal	True	ISR0132_000000020504	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	77.654	99.0	0.00034937851079432493	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0043_000000009921	2702	0.6731470696269558	3	3	3	3	2	False	11687	maximal	True	MON0043_000000009921	1.0		1	1	False	False	0.9526276588439941	0					non-mobilizable	no_good_hit	821.0	78.319	30.0	0.0002575008578096061	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
MON0012_000000038383	1465	0.6731442765750658	3	2	2	1	1	True	119979	fragment	False	MON0049_000000012068	0.11444369973190348		0	0	False	True	1.0	0					non-mobilizable	other	1466.0	92.01899999999999	100.0	0.000440782364610716	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0372_000000000935	11722	0.6731399035980524	15	13	5	6	13	True	123778	fragment	False	ISR0372_000000000935	1.0		0	0	False	False	0.9999147057533264	0					non-mobilizable	other	11722.0	99.991	100.0	0.031827105582573706	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0023_000000006817	2833	0.6731342603263648	4	4	4	4	3	False	127568	maximal	True	MON0023_000000006817	0.9963768115942029		190	12	False	False	1.0	0					non-mobilizable	other	2495.0	88.85799999999999	99.0	0.0007469815892070945	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0130_000000005651	3801	0.6731337678610048	6	4	3	4	3	False	75934	fragment	False	ENG0137_000000004265	0.7421563699010485		0	0	False	True	0.9928966164588928	0					non-mobilizable	no_good_hit	303.0	79.538	8.0	8.374752762122736e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0005_000000025586	1247	0.673127593636376	1	1	1	1	1	False	59108	fragment	False	ENG0121_000000012034	0.9388920466685802		0	0	False	False	1.0	0					non-mobilizable	chromosome	1247.0	96.552	100.0	0.0003487313428031899	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0037_000000055905	1362	0.6731267192595641	2	2	2	2	1	False	12058	maximal	True	MON0037_000000055905	1.0		2	1	False	False	0.9060205817222595	0					non-mobilizable	no_good_hit	93.0	81.72	7.0	2.724939242838201e-05	NZ_VFPA01000001.1	high GC Gram+	Pseudonocardia kunmingensis strain DSM 45301 Ga0264272_101, whole genome shotgun sequence	True	False
ISR0170_000000034518	1366	0.6731255822355472	2	2	2	2	1	False	40339	fragment	False	ISR0055_000000011428	0.9600083397539562		0	0	False	False	0.9875549077987671	0					non-mobilizable	chromosome	1367.0	99.415	100.0	0.0004745921235079098	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
ISR0128_000000005222	6336	0.6731175062243119	4	4	4	3	4	False	43175	maximal	True	ISR0128_000000005222	1.0		180	11	False	False	0.9998421669006348	0					non-mobilizable	other	6339.0	99.306	100.0	0.0028577938499229605	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	False
FIJ0088_000000010027	2753	0.6731150092099348	4	4	1	3	2	False	43675	maximal	True	FIJ0088_000000010027	1.0		0	0	False	False	0.9920087456703186	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000002753	9232	0.6731136291036904	9	5	4	5	4	False	50049	fragment	False	FIJ0018_000000002753	1.0		0	0	False	False	0.9992417693138123	0					non-mobilizable	chromosome	8933.0	99.32799999999999	99.0	0.0047816782839296195	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
ISR0238_000000004364	3143	0.6731116055533284	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.04431038888361597		0	0	False	False	0.9993636608123779	0					non-mobilizable	other	1065.0	87.23	91.0	0.00044559114183254073	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MAD0102_000000013191	1592	0.673108242250484	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.17849466185530538		0	0	False	False	0.9930904507637024	0					non-mobilizable	other	1592.0	99.18299999999999	100.0	0.00047901963257899533	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0021_000000001315	14567	0.6731065039760362	40	5	3	5	3	False	65219	maximal	True	ISR0021_000000001315	1.0		1	1	False	False	0.9999313354492188	0					non-mobilizable	no_good_hit	826.0	95.64200000000001	6.0	0.00402742953220233	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
FIJ0153_000000022280	1131	0.6730955314379826	2	1	1	1	1	False	39630	fragment	False	SPA0071_000000016631	0.9576198630136986		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	95.141	100.0	0.01181201044386423	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0025_000000014194	1492	0.6730906938923034	1	1	1	1	1	False	7556	maximal	True	SPA0025_000000014194	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	93.333	12.0	2.526468303893827e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
USA0061_01_000000005279	2065	0.6730888266266688	4	3	2	2	2	True	894	fragment	False	USA0061_01_000000005279	1.0		0	0	False	False	0.9980629682540894	0					non-mobilizable	plasmid	2029.0	98.07799999999999	98.0	0.16337232755143202	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0034_000000006772	2127	0.6730886450321386	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.3430112512161997		0	0	False	False	1.0	0					non-mobilizable	chromosome	2131.0	92.069	100.0	0.0007142527761443612	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0258_000000012088	2074	0.6730886450321386	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.32060255479264166		0	0	False	False	0.9937319159507751	0					non-mobilizable	chromosome	2092.0	90.535	100.0	0.0007257055935797712	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0034_01_000000042678	1204	0.6730880273380073	3	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.11469631209487348		0	0	False	False	0.9933554530143738	0					non-mobilizable	other	1205.0	97.427	100.0	0.0010326641189134622	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
USA0032_01_000000008221	2990	0.6730871189580414	6	1	1	1	1	False	10085	fragment	False	USA0032_01_000000008221	1.0		0	0	False	False	0.9993311166763306	0					non-mobilizable	other	2985.0	99.531	99.0	0.0060533645468395314	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
DEN0092_000000001870	5408	0.6730850726105765	6	2	2	2	1	False	68590	fragment	False	DEN0092_000000001870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.343747542683892e-05	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
DEN0045_000000026794	1568	0.6730816159011626	2	2	1	2	1	False	82684	maximal	True	DEN0045_000000026794	1.0		8	5	False	False	0.9840561151504517	0					non-mobilizable	no_good_hit	100.0	80.0	6.0	8.553326507719995e-06	NZ_CP035758.1	GNS bacteria	Ktedonosporobacter rubrisoli strain SCAWS-G2 chromosome, complete genome	True	False
MAD0106_000000020048	1132	0.67307119184006	3	2	2	1	1	False	14718	fragment	False	MAD0106_000000020048	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	96.823	100.0	0.01228127377458972	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0134_000000019319	1657	0.6730652534359176	3	2	2	1	1	False	31467	fragment	False	ISR0134_000000019319	1.0		0	0	False	False	0.9939649701118469	0					non-mobilizable	other	1655.0	98.73100000000001	99.0	0.040113501321756846	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	False	False
ISR0006_000000003007	5953	0.6730581461105388	4	3	1	3	1	True	118413	maximal	True	ISR0006_000000003007	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	70.425	19.0	0.023700257748161188	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
MON0027_000000022927	1796	0.6730457723224819	2	2	2	2	2	False	14196	maximal	True	MON0027_000000022927	1.0		12	5	False	False	0.9626948833465576	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	4.503279161230482e-06	NZ_CP012150.1	high GC Gram+	Mycolicibacterium goodii strain X7B chromosome, complete genome	True	False
ENG0170_000000004831	2496	0.6730444176255611	3	3	3	3	3	False	76253	fragment	False	ISR0107_000000006693	0.1889641867318174		0	0	False	False	0.9991987347602844	0					non-mobilizable	chromosome	2479.0	98.46700000000001	99.0	0.0007048443113261484	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0032_000000008770	2872	0.6730434979775671	5	4	4	3	2	False	131669	fragment	False	ISR0035_000000005853	0.6868271879655476		0	0	False	False	0.9996517896652222	0					non-mobilizable	no_good_hit	916.0	87.009	32.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0026_000000010023	3143	0.6730335689317785	3	3	3	2	2	False	49803	maximal	True	FIJ0026_000000010023	0.9939086294416244		28	1	False	False	0.9993636608123779	0					non-mobilizable	other	3038.0	98.19	97.0	0.057789279394135445	NZ_CACVNJ010000010.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	False	False
MON0087_000000017691	2810	0.673029009859944	5	4	3	3	3	False	57088	fragment	False	MON0087_000000017691	1.0		0	0	False	False	0.9996441006660461	0					non-mobilizable	other	2814.0	98.259	100.0	0.019424006435372357	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
FIJ0029_000000020847	1528	0.6730251373204206	3	3	2	3	2	True	48853	maximal	True	FIJ0029_000000020847	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0149_000000018524	2126	0.6730201938326394	4	4	4	3	4	False	120838	fragment	False	USA0052_01_000000006844	0.5888454977339527		0	0	False	False	1.0	0					non-mobilizable	other	2126.0	98.26	100.0	0.05086206896551724	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	False	False
AST0118_000000003772	7067	0.6730180447820957	7	4	2	4	2	False	122858	fragment	False	ISR0076_000000002357	0.34949935895789297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	93.882	14.0	0.0003475791377708427	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0011_000000010882	4254	0.6730174718051697	7	5	3	5	3	True	86652	fragment	False	MON0011_000000010882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	89.97200000000001	24.0	0.057039128680919725	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0013_000000010696	4254	0.6730174718051697	7	5	3	5	3	True	86652	fragment	False	MON0011_000000010882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	89.97200000000001	24.0	0.057039128680919725	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0037_000000042197	1744	0.673017355306475	3	2	2	2	2	False	46507	maximal	True	MON0037_000000042197	1.0		1	1	False	False	0.9925458431243896	0					non-mobilizable	no_good_hit	1005.0	86.965	58.0	0.007835876282216546	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0056_000000010992	1826	0.6730138751541822	2	1	1	1	1	True	102362	fragment	False	CHI0056_000000010992	0.9642822725766229		0	0	False	False	0.9912376999855042	0					non-mobilizable	other	1826.0	97.97399999999999	100.0	0.005192599541559444	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
USA0009_01_000000014462	1738	0.6730138751541822	2	1	1	1	1	True	102362	fragment	False	CHI0056_000000010992	0.8756856448266869		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	97.125	100.0	0.004937272823770057	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
AUS0004_000000012469	1627	0.6730138751541822	1	1	1	1	1	True	102362	fragment	False	CHI0056_000000010992	0.6870730741547786		0	0	False	False	0.9963122606277466	0					non-mobilizable	other	1629.0	96.992	100.0	0.004624569315466201	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
USA0065_01_000000007364	1583	0.6730138751541822	2	1	1	1	1	True	102362	fragment	False	CHI0056_000000010992	0.4241704183340191		0	0	False	False	0.9747315049171448	0					non-mobilizable	other	1534.0	97.979	97.0	0.004383586795305431	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
ISR0167_000000018022	1566	0.6730138751541822	2	1	1	1	1	True	102362	fragment	False	CHI0056_000000010992	0.5871655941052215		0	0	False	False	0.9744572043418884	0					non-mobilizable	other	1521.0	97.50200000000001	97.0	0.004340554202419579	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
SPA0090_000000023741	1533	0.6730138751541822	2	1	1	1	1	True	102362	fragment	False	CHI0056_000000010992	0.42285001364916597		0	0	False	False	0.9706457853317261	0					non-mobilizable	other	1472.0	97.82600000000001	96.0	0.0041971122261334065	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
SPA0056_000000023414	1529	0.6730138751541822	2	1	1	1	1	True	102362	fragment	False	CHI0056_000000010992	0.18		0	0	False	False	0.9928057789802551	0					non-mobilizable	other	1530.0	98.366	100.0	0.004369242597676814	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
USA0032_01_000000014226	1518	0.6730138751541822	2	1	1	1	1	True	102362	fragment	False	CHI0056_000000010992	0.34606229216024537		0	0	False	False	0.9808959364891052	0					non-mobilizable	other	1518.0	97.036	99.0	0.004303259288585174	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
USA0034_01_000000034557	1500	0.6730138751541822	2	1	1	1	1	True	102362	fragment	False	CHI0056_000000010992	0.34498431875025615		0	0	False	False	0.9980000257492065	0					non-mobilizable	other	1500.0	97.06700000000001	99.0	0.004251620177122152	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
ISR0342_000000010021	1450	0.6730138751541822	2	1	1	1	1	True	102362	fragment	False	CHI0056_000000010992	0.25574320201670064		0	0	False	False	0.9931034445762634	0					non-mobilizable	other	1452.0	98.072	100.0	0.004148341954196108	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
ISR0813_000000025302	1240	0.6730138751541822	1	1	1	1	1	True	21567	fragment	False	ISR0813_000000025302	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	98.46799999999999	100.0	0.0035372791352170133	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
AUS0008_000000020086	1237	0.6730138751541822	1	1	1	1	1	True	101660	fragment	False	AUS0008_000000020086	1.0		0	0	False	False	0.9717057347297668	0					non-mobilizable	other	1224.0	98.20299999999999	99.0	0.0035057219004340553	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
CAN0011_000000022244	1358	0.6730123293424721	2	2	2	2	2	False	94403	fragment	False	CAN0011_000000022244	1.0		0	0	False	False	0.9992636442184448	0					non-mobilizable	no_good_hit	507.0	71.795	36.0	8.030276606079954e-05	NZ_AP022642.1	g-proteobacteria	Pseudomonas otitidis strain MrB4	True	False
MON0069_000000038017	1386	0.6730095666669542	2	2	2	2	2	False	10472	maximal	True	MON0069_000000038017	1.0		7	1	False	False	0.9971140027046204	0					non-mobilizable	no_good_hit	385.0	73.506	27.0	7.03919921473822e-05	CP006580.1	enterobacteria	Enterobacter ludwigii strain P101, complete genome	True	False
ISR0018_000000012657	1670	0.673008852869751	3	3	3	3	2	False	70154	fragment	False	FIJ0114_000000020799	0.7349655675586533		0	0	False	False	0.9994012117385864	0					non-mobilizable	no_good_hit	431.0	74.942	25.0	0.0007717231867241719	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0389_000000010255	2133	0.6730078478971034	3	3	3	3	3	False	22909	fragment	False	ISR0389_000000010255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	81.089	31.0	0.020570608065925835	HE717014.1	bacteria	Uncultured bacterium fructooligosaccharide and inulin degrading DNA fragment, clone MetaPbio 13	True	False
CAN0015_000000015230	2515	0.6730054389967524	4	4	4	4	2	False	93282	fragment	False	CAN0015_000000015230	1.0		0	0	False	False	0.9992047548294067	0					non-mobilizable	other	2457.0	98.616	98.0	0.0012953859786071437	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0134_000000010783	3534	0.6730051932730745	5	4	2	3	2	False	58210	maximal	True	ENG0134_000000010783	1.0		18	6	False	False	0.9983022212982178	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0004303611846090089	NZ_SLVM01000019.1	a-proteobacteria	Rhodovulum steppense strain DSM 21153 Ga0310553_119, whole genome shotgun sequence	True	False
AST0104_000000017239	1986	0.6730041870002704	4	1	1	1	1	True	107857	maximal	True	AST0104_000000017239	1.0		1	1	False	False	0.9879153966903687	0					non-mobilizable	no_good_hit								True	True
DEN0009_000000003712	1153	0.6730034766349283	1	1	1	1	1	False	76064	maximal	True	DEN0009_000000003712	1.0		3	2	False	False	0.9991326928138733	0					non-mobilizable	no_good_hit	884.0	80.995	76.0	0.0001410541467991312	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
SPA0123_000000006873	1164	0.6729994037690988	3	2	2	2	2	False	4080	maximal	True	SPA0123_000000006873	1.0		18	6	False	False	0.9991409182548523	0					non-mobilizable	no_good_hit	652.0	89.87700000000001	76.0	0.00010488749928192405	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
MON0081_000000041005	1268	0.6729947840111492	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.12021966226364685		0	0	False	False	0.9992113709449768	0					non-mobilizable	other	1264.0	85.36399999999999	99.0	0.0029953314478323194	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0114_000000032074	1466	0.6729903488371537	2	2	1	1	2	True	54320	fragment	False	SPA0114_000000032074	1.0		0	0	False	False	0.9993178844451904	0					non-mobilizable	no_good_hit	869.0	73.188	59.0	0.000228130326080469	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
ENG0198_000000015752	1308	0.6729903488371537	3	2	1	1	2	True	54319	fragment	False	ENG0198_000000015752	1.0		0	0	False	False	0.966360867023468	0					non-mobilizable	no_good_hit	247.0	80.16199999999999	19.0	0.0002450063437327174	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
AST0026_000000008749	3456	0.6729882195618927	6	4	4	4	3	False	119505	maximal	True	AST0026_000000008749	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1907.0	97.116	55.0	0.03607514549487213	NZ_WAJR01000015.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_015, whole genome shotgun sequence	True	False
AST0084_000000031186	1137	0.6729880381689554	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.18155798210470347		0	0	False	False	0.9991204738616943	0					non-mobilizable	other	1137.0	97.713	100.0	0.0003154661734730715	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0096_000000002851	5400	0.6729877211687022	5	4	2	2	3	False	15526	maximal	True	MAD0096_000000002851	1.0		1	1	False	False	1.0	0				MOBP	mobilizable	no_good_hit	998.0	97.896	42.0	0.1224188790560472	CP058049.1	enterobacteria	Escherichia coli strain RHB03-C05 plasmid pRHB03-C05_4, complete sequence	True	True
SPA0093_000000019306	1981	0.6729836783677532	3	2	2	2	2	False	80655	fragment	False	SPA0062_000000015210	0.9512081784386617		0	0	False	False	1.0	0					non-mobilizable	other	1978.0	98.88799999999999	99.0	0.005822257693066595	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
FIJ0097_000000003843	7121	0.672974539837452	10	4	3	4	2	True	121707	fragment	False	ENG0182_000000003461	0.8271709247352347		0	0	False	False	0.9974722862243652	0					non-mobilizable	no_good_hit	82.0	93.902	2.0	3.319357880462956e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ISR0083_000000008766	2834	0.6729738454074103	4	4	4	4	3	False	34113	fragment	False	ISR0083_000000008766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	73.515	14.0	0.002220042046250876	NZ_AYYO01000055.1	firmicutes	Lactobacillus sharpeae JCM 1186 = DSM 20505 NODE_141, whole genome shotgun sequence	True	False
SPA0106_000000016707	2342	0.6729715875853526	4	3	3	3	2	True	39795	fragment	False	SPA0106_000000016707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.039927427349415e-06	NZ_JWJG01000028.1	b-proteobacteria	Noviherbaspirillum autotrophicum strain TSA66 contig01, whole genome shotgun sequence	True	True
USA0011_01_000000000104	80518	0.6729691720378479	67	8	3	7	3	False	20856	backbone	True	USA0011_01_000000000104	1.0	PS49	1	1	True	True	1.0	2					non-mobilizable	no_good_hit	247.0	98.381	0.0	0.9959514170040485	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
MON0068_000000010944	3753	0.6729665462953869	5	4	4	3	2	False	92289	maximal	False	MON0062_000000009998	0.9496957436137018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1609.0	97.76299999999999	70.0	0.0019828009282665043	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0818_000000009553	1885	0.6729590279417416	2	2	2	2	1	True	62483	fragment	False	ISR0818_000000009553	0.9905982905982906		0	0	False	False	0.9973474740982056	0					non-mobilizable	other	1885.0	100.0	100.0	0.0005687234693822105	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0081_000000017404	1464	0.6729580619444723	1	1	1	1	1	False	62555	maximal	True	ENG0081_000000017404	0.9990486988819837		185	9	False	False	1.0	0					non-mobilizable	chromosome	1386.0	78.42699999999999	94.0	0.0004175289382120847	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
MAD0103_000000000184	38255	0.6729537229340308	47	16	5	14	9	False	14945	maximal	True	MAD0103_000000000184	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	88.696	0.0	0.00204550348094452	MH539650.1	viruses	Siphoviridae sp. isolate ctcf5, complete genome	True	False
MAD0105_000000005929	5115	0.6729488901193438	6	5	4	4	5	True	14858	maximal	True	MAD0105_000000005929	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4650.0	87.355	91.0	0.07467715672207265	MK275621.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p3, complete sequence	False	True
CAN0011_000000020438	1480	0.6729467785167413	2	2	2	2	2	False	94414	maximal	True	CAN0011_000000020438	1.0		11	6	False	False	1.0	0					non-mobilizable	other	1480.0	99.932	100.0	0.0004639174772675731	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
FIJ0135_000000011368	2533	0.6729397215036057	4	4	4	3	2	False	74351	fragment	False	FIJ0135_000000011368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1595.0	73.85600000000001	64.0	0.0004445809760301735	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0078_000000032018	1464	0.6729386057846315	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.9388713532581522		0	0	False	False	0.999316930770874	0					non-mobilizable	no_good_hit	910.0	95.495	62.0	0.0007371506044147853	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0064_000000003925	5533	0.6729374846472312	6	5	3	3	5	False	86886	fragment	False	ENG0004_000000004449	0.9622667319241293		0	0	False	False	1.0	0					non-mobilizable	chromosome	5533.0	98.536	100.0	0.001548299990679973	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0098_000000001422	18910	0.6729367263632312	23	9	7	9	5	True	98429	fragment	False	MAD0098_000000001422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.014683153013910355	NZ_JAAIUL010000051.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_53_length_2588_cov_832.761, whole genome shotgun sequence	True	True
ENG0095_000000007999	3399	0.6729348527096395	3	3	3	3	3	False	60987	maximal	True	ENG0095_000000007999	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0008_000000025806	1432	0.6729286724131949	2	1	1	1	1	False	102578	maximal	True	MON0008_000000025806	1.0		6	2	False	False	0.950419008731842	0					non-mobilizable	no_good_hit	1245.0	93.494	87.0	0.004771987970293991	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0094_000000005926	2512	0.6729169879823034	4	3	2	2	2	False	110629	fragment	False	MAD0094_000000005926	0.9969418960244648		0	0	False	False	0.9996019005775452	0					non-mobilizable	other	2512.0	96.57600000000001	100.0	0.10097759182524038	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0223_000000000710	21263	0.6729124237196784	25	13	7	11	7	True	114014	fragment	False	ISR0223_000000000710	1.0		0	0	False	False	0.9994826912879944	0					non-mobilizable	no_good_hit	3309.0	99.788	16.0	0.5895562288362146	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0003_000000009068	2883	0.6729083117627039	5	5	4	5	3	False	102756	fragment	False	ISR0003_000000009068	0.9799067097237173		0	0	False	False	1.0	0					non-mobilizable	other	2621.0	84.09	90.0	0.19060530558405395	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
MON0019_000000008713	6434	0.6729058610944304	6	4	3	4	1	False	19385	fragment	False	MON0019_000000008713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	94.444	4.0	0.017249727635879432	NZ_WAJR01000035.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_035, whole genome shotgun sequence	True	False
MON0109_000000007604	4330	0.6729009485803913	8	7	4	5	4	False	128519	fragment	False	MON0109_000000007604	1.0		0	0	False	False	0.9979214668273926	0					non-mobilizable	chromosome	2180.0	95.275	97.0	0.0007327654541311378	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0028_000000005670	4176	0.6728975754468803	6	4	3	4	4	False	121988	maximal	True	MON0028_000000005670	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2672.0	98.765	68.0	0.009918417212222936	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0106_000000029522	1476	0.6728929638346725	2	1	1	1	1	False	59236	fragment	False	MON0106_000000029522	0.9583614331098076		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	86.005	99.0	0.0004068291761778607	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0021_000000013489	2579	0.6728924903457886	4	4	4	4	4	False	83932	maximal	True	DEN0021_000000013489	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	82.56	83.0	0.00038293457637118925	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CHI0064_000000006779	2640	0.6728920542122262	4	4	2	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9690241281193009		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2643.0	99.88600000000001	100.0	0.0012289280928217481	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
MON0066_000000024960	1438	0.6728822720669798	3	3	3	2	2	False	10629	maximal	True	MON0066_000000024960	1.0		39	6	False	False	0.998609185218811	0					non-mobilizable	no_good_hit	55.0	87.273	4.0	1.2981046950283312e-05	NZ_CP031012.1	b-proteobacteria	Alcaligenes faecalis strain Mc250 chromosome	True	False
AST0090_000000008145	2899	0.6728819905367084	3	3	3	3	3	False	109908	maximal	True	AST0090_000000008145	1.0		3	3	False	False	1.0	0					non-mobilizable	plasmid	2901.0	99.242	100.0	0.1416223079552669	LT984415.1	firmicutes	Lactococcus piscium strain CMTALT02 genome assembly, plasmid: pCMTALT02B	False	True
ISR0222_000000013136	4396	0.6728789507586597	7	4	3	3	2	False	114612	fragment	False	ISR0222_000000013136	0.9741158339716517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0099_000000004799	4341	0.6728789507586597	6	4	3	3	2	False	114612	fragment	False	ISR0222_000000013136	0.9651686712898353		0	0	False	False	0.9997696280479431	0					non-mobilizable	no_good_hit								True	False
MON0060_000000019640	2062	0.6728697543675458	3	3	2	2	3	False	10895	maximal	True	MON0060_000000019640	1.0		2	2	False	False	0.9975751638412476	0					non-mobilizable	no_good_hit	1002.0	91.51700000000001	48.0	0.00035582866226588415	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
AST0031_000000014927	1802	0.6728694335074529	3	3	3	3	2	False	117435	maximal	True	AST0031_000000014927	1.0		39	8	False	False	0.9822419285774231	0					non-mobilizable	other	1277.0	97.259	99.0	0.004520606668249115	NZ_JH591189.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.3, whole genome shotgun sequence	False	False
MON0083_000000021232	1820	0.6728675437460717	3	3	2	3	2	False	53023	maximal	True	MON0083_000000021232	1.0		15	3	False	False	0.9994505643844604	0					non-mobilizable	no_good_hit	1415.0	97.59700000000001	78.0	0.02471186974238794	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0057_000000007847	2931	0.6728614470215505	4	4	4	4	4	False	63555	fragment	False	ENG0057_000000007847	1.0		0	0	False	False	0.9969293475151062	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000006295	5406	0.6728614319045266	6	5	2	4	5	True	123589	fragment	False	ISR0128_000000006295	0.9923167848699763		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2837.0	98.978	99.0	0.08584574403680834	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0186_000000004634	5076	0.6728614319045266	5	5	2	4	5	True	123589	fragment	False	ISR0128_000000006295	0.9624491305956345		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2527.0	98.81299999999999	97.0	0.0764620414093716	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0083_000000005092	3041	0.6728609144237716	4	3	3	3	3	True	118308	fragment	False	SPA0083_000000005092	0.9608222066057626		0	0	False	False	0.9993423223495483	0					non-mobilizable	no_good_hit	750.0	77.6	25.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0091_000000002063	6214	0.672858426217424	2	2	2	2	2	True	9498	fragment	False	MON0091_000000002063	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	6168.0	100.0	99.0	0.04900317046619361	CP043515.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 plasmid unnamed4, complete sequence	False	True
ENG0018_000000010535	2003	0.6728551293259719	2	2	2	2	1	False	88980	fragment	False	ENG0018_000000010535	1.0		0	0	False	False	0.9920119643211365	0					non-mobilizable	other	2002.0	98.95100000000001	99.0	0.004198735972738642	NZ_JH976468.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.4, whole genome shotgun sequence	False	False
ISR0248_000000001552	2979	0.6728550466781312	6	3	2	2	3	False	35319	fragment	False	ISR0248_000000001552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0080_000000003604	1891	0.6728505631154985	3	1	1	1	1	False	16157	maximal	True	MAD0080_000000003604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1401.0	85.867	73.0	0.0003870749976699932	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
TAN0017_000000017270	2120	0.6728501551239578	3	3	3	3	1	False	2468	maximal	True	TAN0017_000000017270	1.0		270	13	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	82.509	79.0	0.0005088266367432446	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AUS0014_000000013060	2264	0.6728419213851901	4	2	1	2	1	False	100866	maximal	True	AUS0014_000000013060	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	775.0	92.90299999999999	34.0	0.0029743719809547965	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
FIJ0104_000000025474	1114	0.6728397131246063	2	2	2	1	1	False	81173	fragment	False	SPA0106_000000028323	0.27465127465127465		0	0	False	False	1.0	0					non-mobilizable	chromosome	1114.0	98.92299999999999	100.0	0.0003879492438301082	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0034_000000001322	9204	0.6728339936637971	7	3	1	2	1	False	19564	maximal	True	MAD0034_000000001322	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2832.0	99.04700000000001	31.0	0.00039987959824459775	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
TAN0008_000000020569	1125	0.6728302265098227	2	1	1	1	1	False	2733	fragment	False	TAN0008_000000020569	1.0		0	0	False	False	0.9991111159324646	0					non-mobilizable	no_good_hit	527.0	90.133	47.0	0.00014606972468911587	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0237_000000009942	1262	0.6728275016849332	3	2	2	2	2	False	27305	maximal	True	ISR0237_000000009942	1.0		81	8	False	False	0.9984152317047119	0					non-mobilizable	no_good_hit	115.0	75.652	9.0	0.0003706063640264756	NZ_VDBO01000005.1	firmicutes	Paenibacillus sinopodophylli strain CCTCC AB 2016047 NODE_5_length_307604_cov_576.019754, whole genome shotgun sequence	True	False
ISR0017_000000001841	17044	0.6728239823199407	23	9	2	9	2	False	127405	maximal	False	ISR0179_000000001403	0.8086043689689814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000011886	2443	0.6728192139727422	3	2	2	2	2	False	88981	maximal	True	ISR0177_000000011886	1.0		10	3	False	False	0.9889479875564575	0					non-mobilizable	other	2187.0	97.485	99.0	0.00457853168041765	NZ_JH976468.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.4, whole genome shotgun sequence	False	False
ISR0120_000000027993	1303	0.6728015429507211	3	1	1	1	1	False	32243	fragment	False	ISR0120_000000027993	1.0		0	0	False	False	0.9716039896011353	0					non-mobilizable	no_good_hit	412.0	87.37899999999999	32.0	0.0028269183151291718	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ENG0051_000000002184	12097	0.6727942311278601	18	12	8	10	10	True	126201	fragment	False	ENG0051_000000002184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1603.0	73.113	13.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0022_000000023333	1355	0.6727824759766327	2	2	1	2	2	False	84936	fragment	False	ENG0024_000000018190	0.7124269392310629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	73.096	14.0	0.013021184725408178	NZ_QQNA01000109.1	high GC Gram+	Streptomyces corynorhini strain AC230 Contig_109, whole genome shotgun sequence	True	False
USA0119_01_000000006144	3681	0.6727749970384126	7	5	2	4	4	False	113674	fragment	False	USA0119_01_000000006144	1.0		0	0	False	False	0.997011661529541	0					non-mobilizable	no_good_hit	1697.0	92.045	46.0	0.0005705270761379323	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0062_000000009955	1631	0.6727722250975988	1	1	1	1	1	False	111673	fragment	False	CHI0064_000000010051	0.8367224504350307		0	0	False	False	1.0	0					non-mobilizable	other	1631.0	99.20299999999999	100.0	0.0004877784564116084	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
TAN0006_000000008290	1670	0.6727576981897146	2	2	2	2	2	False	2874	maximal	True	TAN0006_000000008290	1.0		0	0	False	False	0.9940119981765747	0					non-mobilizable	no_good_hit								True	False
CHI0145_000000006194	3005	0.6727568021155687	3	2	2	2	2	False	88236	maximal	False	SPA0008_000000009713	0.9781260202415932		0	0	False	False	0.9946755170822144	0					non-mobilizable	no_good_hit	475.0	86.52600000000001	16.0	0.00018509868568067865	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
SPA0014_000000019077	1272	0.6727517877766295	2	1	1	1	1	False	73382	fragment	False	SPA0014_000000019077	0.9569905121344101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0132_000000032994	1254	0.6727517877766295	1	1	1	1	1	False	73382	fragment	False	SPA0014_000000019077	0.7805916492068006		0	0	False	False	0.9944178462028503	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000029230	1228	0.6727517877766295	2	1	1	1	1	False	73382	fragment	False	SPA0014_000000019077	0.5893059117232478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0061_000000015654	1721	0.6727517125636296	4	2	2	1	1	False	78095	fragment	False	FIJ0061_000000015654	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	93.432	94.0	0.0280264965140741	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
SPA0062_000000006970	4618	0.6727438591105127	8	3	2	1	3	False	88488	fragment	False	SPA0062_000000006970	0.9877293994126982		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	924.0	91.775	44.0	0.000310339801887418	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0199_000000005275	4533	0.6727438591105127	7	3	2	1	3	False	88488	fragment	False	SPA0062_000000006970	0.9680594286749057		0	0	False	True	0.9993382096290588	0					non-mobilizable	no_good_hit	926.0	91.57700000000001	42.0	0.000310339801887418	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0361_000000005527	2336	0.6727415009443819	3	1	1	1	1	False	41087	fragment	False	ISR0322_000000004153	0.9705645161290323		0	0	False	False	0.9905821681022644	0					non-mobilizable	other	2336.0	98.801	100.0	0.021930442459590693	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
CHI0136_000000006395	2217	0.6727375463888828	4	2	1	2	2	False	92033	maximal	True	CHI0136_000000006395	1.0		9	5	False	False	0.9995489120483398	0					non-mobilizable	no_good_hit	608.0	83.71700000000001	27.0	0.000170962516111576	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0196_000000009573	2082	0.6727375463888828	3	2	1	2	2	False	92032	fragment	False	ISR0196_000000009573	0.9837174348697395		0	0	False	False	0.9956772327423096	0					non-mobilizable	no_good_hit	607.0	84.02	29.0	0.000170962516111576	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0126_000000004911	9790	0.6727374341815322	8	6	5	6	4	False	32014	maximal	True	ISR0126_000000004911	1.0		6	4	False	False	0.9995914101600647	0					non-mobilizable	no_good_hit	474.0	79.747	5.0	0.00014451826109177654	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MON0099_000000006249	4504	0.6727362557356769	8	6	2	4	4	True	77464	fragment	False	MON0099_000000006249	1.0		0	0	False	False	0.9740231037139893	0					non-mobilizable	other	4393.0	99.181	98.0	0.0013130237184341416	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0267_000000007022	2400	0.6727362547452899	3	3	3	2	2	False	26537	maximal	True	ISR0267_000000007022	1.0		13	8	False	False	0.9975000023841858	0					non-mobilizable	chromosome	1612.0	100.0	96.0	0.00036449184271328543	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0178_000000018581	1240	0.6727246269512926	2	2	2	2	2	False	99432	fragment	False	ENG0178_000000018581	0.9890734265734266		0	0	False	False	0.9564515948295593	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	5.857251084169469e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0092_000000016065	3318	0.6727238874918791	3	2	1	2	2	False	39279	maximal	True	MON0092_000000016065	1.0		5	1	False	False	0.9903556108474731	0					non-mobilizable	other	1741.0	93.854	99.0	0.002887193578111121	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0186_000000006671	2339	0.6727176734750511	4	3	2	2	2	True	55019	fragment	False	ENG0186_000000006671	1.0		0	0	False	False	0.9957246780395508	0					non-mobilizable	other	1867.0	81.521	96.0	0.021018602540834846	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0185_000000018060	1817	0.6727055176235335	4	1	1	1	1	False	85751	fragment	False	ISR0185_000000018060	0.9657092614302463		0	0	False	False	0.9966978430747986	0					non-mobilizable	chromosome	1810.0	95.304	99.0	0.0006336331640013424	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
USA0081_01_000000006264	4984	0.6727052315837735	4	4	3	3	4	False	112524	maximal	False	USA0035_01_000000004690	0.9586085434790347		0	0	False	False	1.0	0					non-mobilizable	chromosome	4984.0	99.94	100.0	0.0016932179874593813	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0083_000000005106	4465	0.6727046799345323	7	2	2	2	2	False	34123	maximal	True	ISR0083_000000005106	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	86.719	3.0	0.0005635037410387252	NZ_FNAF01000004.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
FIJ0111_000000003141	7863	0.6727041359484232	8	6	4	5	4	False	53272	maximal	True	FIJ0111_000000003141	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	80.833	20.0	0.0034209882077646256	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0036_000000023236	1006	0.6727036047554826	1	1	1	1	1	False	121854	fragment	False	FIJ0048_000000015861	0.025178463399879007		0	0	False	False	1.0	0					non-mobilizable	chromosome	1006.0	98.90700000000001	100.0	0.0003379405217949758	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0018_000000003071	7095	0.6727017683344426	9	3	2	2	3	False	88265	maximal	False	CHI0176_000000001422	0.9564990202482038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2760.0	99.45700000000001	69.0	0.000824825236602868	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0306_000000001537	5214	0.6727017683344426	8	3	2	2	3	False	88264	fragment	False	ISR0306_000000001537	1.0		0	0	False	False	0.9996164441108704	0					non-mobilizable	no_good_hit	2927.0	99.624	56.0	0.0007911488665832616	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0140_000000012249	1932	0.6726947395977958	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.7630026056224671		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	94.11399999999999	95.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0165_000000010699	1846	0.6726947395977958	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.7639772412564519		0	0	False	False	0.9891657829284668	0					non-mobilizable	other	1767.0	94.56700000000001	96.0	0.025141061352760518	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
AST0025_000000023838	1592	0.6726947395977958	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.3873746348262385		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	94.037	96.0	0.02171273480465681	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0082_000000012981	1590	0.6726947395977958	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.4269544670257799		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	94.45200000000001	93.0	0.021041354188986502	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
SPA0033_000000019934	1582	0.6726947395977958	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.2778763910542689		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	93.729	93.0	0.020869937861581315	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0025_000000024958	1578	0.6726947395977958	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.34595476019998517		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	94.11399999999999	96.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0056_000000012996	1577	0.6726947395977958	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.34589357069810883		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	94.11399999999999	96.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0820_000000011342	2110	0.6726873277857052	4	4	4	3	4	False	101772	fragment	False	FIJ0075_000000008051	0.6915879369877346		0	0	False	False	1.0	0					non-mobilizable	other	2108.0	98.76700000000001	99.0	0.000629904593520204	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0153_000000003047	5407	0.6726864808380071	7	7	7	6	5	False	113624	maximal	True	CHI0153_000000003047	1.0		158	8	False	False	1.0	0					non-mobilizable	other	5407.0	99.76	100.0	0.20274527452745275	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ISR0125_000000004411	3417	0.6726862948421959	4	4	4	2	3	False	32048	maximal	True	ISR0125_000000004411	1.0		1	1	False	False	0.9947322010993958	0					non-mobilizable	no_good_hit	2289.0	99.51899999999999	70.0	0.05671086875697112	CP017375.1	firmicutes	Lactobacillus plantarum strain TMW 1.708 plasmid pL1708-1, complete sequence	True	False
USA0081_01_000000021930	1390	0.6726795830200487	2	1	1	1	1	False	552	maximal	True	USA0081_01_000000021930	1.0		1	1	False	False	0.9978417158126831	0					non-mobilizable	no_good_hit	53.0	86.792	4.0	2.0899660728840836e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0162_000000008483	4403	0.6726714171808785	5	4	4	4	2	True	100008	maximal	True	ISR0162_000000008483	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	82.12899999999999	44.0	0.00046921181450051226	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0170_000000011264	4016	0.6726626508844488	7	5	3	4	3	False	126610	fragment	False	ENG0144_000000004366	0.9621534984857678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	99.156	71.0	0.00042861797251149376	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0047_000000007502	3810	0.6726626508844488	6	5	3	4	3	False	126610	fragment	False	ENG0144_000000004366	0.5860998999839753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1803.0	99.22399999999999	76.0	0.00043489278517213503	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MAD0024_000000010648	1464	0.6726621604817716	2	2	2	1	1	False	19180	maximal	True	MAD0024_000000010648	1.0		4	3	False	False	0.9972677826881409	0					non-mobilizable	chromosome	1464.0	97.95100000000001	100.0	0.0007672564524536997	CP047141.1	firmicutes	Lactobacillus animalis strain P38 chromosome, complete genome	False	False
FIJ0079_000000004391	6712	0.6726592742432255	10	5	3	3	4	True	130644	maximal	True	FIJ0079_000000004391	1.0	PS1110|PS1112	1	1	False	True	0.9997020363807678	0		MOBV			mobilizable	no_good_hit	3588.0	96.182	77.0	0.584379585847057	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0063_000000002871	6705	0.6726592742432255	11	5	3	3	4	True	130635	backbone	False	AST0113_000000004904	0.999606338964229	PS1108|PS1109	0	0	True	True	1.0	366		MOBV			mobilizable	no_good_hit	3306.0	95.82600000000001	69.0	0.5385618783629545	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0061_000000005572	6705	0.6726592742432255	11	5	3	3	4	True	130635	backbone	False	AST0113_000000004904	0.999705708781546	PS1108|PS1109	0	0	True	True	1.0	60		MOBV			mobilizable	no_good_hit	3306.0	95.765	69.0	0.5385618783629545	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
AST0113_000000004904	6685	0.6726592742432255	10	5	3	3	4	True	130635	backbone	True	AST0113_000000004904	0.9998034591194968	PS1108|PS1109	7	7	True	True	1.0	558		MOBV			mobilizable	no_good_hit	3306.0	95.82600000000001	69.0	0.5385618783629545	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
DEN0065_000000004835	5828	0.6726592742432255	10	5	3	3	4	True	130643	backbone	False	CAN0022_000000004514	0.9741958637926766	PS1110|PS1112	0	0	True	True	1.0	11		MOBV			mobilizable	no_good_hit	2900.0	99.27600000000001	81.0	0.49110621717770625	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
SPA0141_000000007007	3328	0.6726573015352799	3	2	2	2	2	False	56695	maximal	False	ENG0156_000000004532	0.9694436437013548		0	0	False	False	1.0	0					non-mobilizable	chromosome	3288.0	97.62799999999999	99.0	0.0009261265454578241	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0160_000000013336	1453	0.6726548522121275	2	1	1	1	1	False	47268	maximal	True	FIJ0160_000000013336	1.0		1	1	False	False	0.9910529851913452	0					non-mobilizable	no_good_hit	355.0	92.39399999999999	24.0	0.19155844155844157	LN852816.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0126	True	False
MON0088_000000025992	1246	0.6726548522121275	2	1	1	1	1	False	9623	fragment	False	MON0088_000000025992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000007253	4681	0.6726510807046184	9	4	4	4	3	False	72969	maximal	True	DEN0045_000000007253	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	94.273	19.0	0.00016087493209478005	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
MAD0087_000000011935	2409	0.6726431512805593	2	2	2	2	1	False	15993	maximal	True	MAD0087_000000011935	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	84.615	6.0	4.99593395439776e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0058_000000045020	1201	0.672642919373797	2	1	1	1	1	False	10972	fragment	False	MON0058_000000045020	1.0		0	0	False	False	0.9508742690086365	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000001025	17381	0.6726396936814008	17	15	13	13	13	False	31417	maximal	True	SPA0142_000000001025	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2288.0	70.804	13.0	0.0003455778139659987	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0800_000000004805	2334	0.6726364613000511	3	2	2	2	2	True	125720	fragment	False	ISR0800_000000004805	1.0		0	0	False	False	0.9995715618133545	0					non-mobilizable	no_good_hit	1960.0	95.61200000000001	84.0	0.0006081971915289175	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0078_01_000000012563	1383	0.6726332576290818	2	1	1	1	1	False	88305	fragment	False	ISR0258_000000019600	0.9292991338445883		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	98.708	95.0	0.004180854547593386	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
SPA0139_000000014952	1872	0.6726320587018743	3	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.5509486500323942		0	0	False	False	1.0	0					non-mobilizable	chromosome	1591.0	85.73200000000001	98.0	0.0004514075553166253	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0396_000000003859	5354	0.6726318346934452	8	5	3	3	4	True	132358	backbone	False	ISR0371_000000002559	0.8335081320164176	PS1159|PS463	0	0	True	True	0.9996264576911926	21		MOBV			mobilizable	other	3048.0	98.62200000000001	100.0	0.00103485307702317	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CAN0006_000000005092	8678	0.6726292599775169	10	5	3	3	2	False	95772	maximal	True	CAN0006_000000005092	1.0		10	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0153_000000001319	9330	0.6726291501015463	8	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.846171198284406		0	0	False	False	1.0	0					non-mobilizable	other	8879.0	99.977	100.0	0.014166448590376133	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0771_000000000983	9188	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7220637661205255		0	0	False	False	1.0	0					non-mobilizable	other	8290.0	99.988	90.0	0.013226592967518335	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0400_000000001660	9137	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.828435014357794		0	0	False	False	0.9998905658721924	0					non-mobilizable	other	8879.0	99.96600000000001	97.0	0.014166448590376133	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0087_000000000468	8952	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.8177844570472205		0	0	False	False	1.0	0					non-mobilizable	other	8952.0	99.955	100.0	0.014282933243124215	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0118_000000001693	8476	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7846847774702267		0	0	False	False	1.0	0					non-mobilizable	other	8313.0	99.82	99.0	0.013261697931360221	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0115_000000003219	8394	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7772802101254809		0	0	False	False	1.0	0					non-mobilizable	other	8320.0	99.95200000000001	99.0	0.013274463372757271	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0774_000000002633	8374	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.70259419203139		0	0	False	False	1.0	0					non-mobilizable	other	8007.0	99.81299999999999	97.0	0.012773419797923062	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0258_000000001316	8313	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7218418255292006		0	0	False	False	0.9997594356536865	0					non-mobilizable	other	8313.0	99.95200000000001	100.0	0.013263293611534853	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0021_01_000000002255	8170	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7135569329517788		0	0	False	False	1.0	0					non-mobilizable	other	7975.0	99.95	99.0	0.012723953712509494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ITA0005_000000001920	8166	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7133963432161559		0	0	False	False	1.0	0					non-mobilizable	other	7975.0	99.887	100.0	0.012723953712509494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0804_000000002247	8165	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7113437054497425		0	0	False	False	1.0	0					non-mobilizable	other	7955.0	99.67299999999999	97.0	0.01269204010901687	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0162_000000003059	8119	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7043314067005488		0	0	False	False	0.999137818813324	0					non-mobilizable	other	7975.0	99.9	98.0	0.012723953712509494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0155_000000001747	8109	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.695689729475084		0	0	False	False	1.0	0					non-mobilizable	other	7972.0	99.975	100.0	0.012719166671985601	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0041_000000003023	8104	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6640836091338153		0	0	False	False	1.0	0					non-mobilizable	other	7245.0	99.448	95.0	0.011554320144504797	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0134_000000001442	8049	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6955246839333825		0	0	False	False	1.0	0					non-mobilizable	other	7975.0	99.95	99.0	0.012723953712509494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0157_000000002731	8049	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6952235492223868		0	0	False	False	1.0	0					non-mobilizable	other	7975.0	99.962	99.0	0.012723953712509494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0181_000000002421	8049	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7036961169659298		0	0	False	False	1.0	0					non-mobilizable	other	8049.0	99.975	100.0	0.012842034045432205	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0129_000000002260	8049	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6954277576803297		0	0	False	False	1.0	0					non-mobilizable	other	7975.0	99.93700000000001	99.0	0.012723953712509494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0096_000000003922	8049	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6954277576803297		0	0	False	False	1.0	0					non-mobilizable	other	7975.0	99.93700000000001	99.0	0.012723953712509494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0177_000000001795	8049	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6954734667320996		0	0	False	False	1.0	0					non-mobilizable	other	7975.0	99.93700000000001	99.0	0.012723953712509494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0211_000000002034	8045	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6954723216790758		0	0	False	False	1.0	0					non-mobilizable	other	7976.0	99.962	99.0	0.012725549392684126	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0197_000000001457	8044	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6949119953491875		0	0	False	False	0.9998756647109985	0					non-mobilizable	other	7970.0	99.962	99.0	0.012715975311636337	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0105_000000001516	8031	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7025176339656333		0	0	False	False	0.9973851442337036	0					non-mobilizable	other	8031.0	100.0	100.0	0.012813311802288844	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0065_000000001378	8025	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6943982690109162		0	0	False	False	1.0	0					non-mobilizable	other	7960.0	99.95	99.0	0.012700018509890026	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0775_000000001976	8009	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6938877356653048		0	0	False	False	1.0	0					non-mobilizable	other	7955.0	99.95	99.0	0.01269204010901687	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0781_000000002813	8004	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6938384769165797		0	0	False	False	1.0	0					non-mobilizable	other	7955.0	99.962	99.0	0.01269204010901687	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0376_000000001900	7949	0.6726291501015463	7	5	5	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6928332825569119		0	0	False	False	1.0	0					non-mobilizable	other	7949.0	99.962	100.0	0.012682466027969082	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0118_000000006826	4286	0.6726288370260477	5	5	5	4	3	False	132016	maximal	False	USA0003_01_000000007262	0.4172930515135868		0	0	False	False	1.0	0					non-mobilizable	chromosome	4286.0	99.09	100.0	0.0006604821288333203	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0003_000000002831	3668	0.6726284216939713	4	1	1	1	1	False	90992	maximal	True	CHI0003_000000002831	1.0		1	1	False	False	0.9994547367095947	0					non-mobilizable	no_good_hit	80.0	95.0	5.0	2.6721955992364373e-05	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
MAD0101_000000011213	2506	0.6726270556973679	3	3	2	2	3	False	109512	fragment	False	MAD0101_000000011213	0.9477421324981216		0	0	False	False	0.9968076348304749	0					non-mobilizable	chromosome	2506.0	98.92299999999999	100.0	0.0006696902327595633	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0042_000000027860	1230	0.6726242500324604	2	2	2	2	1	False	6828	maximal	True	SPA0042_000000027860	1.0		8	4	False	False	0.997560977935791	0					non-mobilizable	chromosome	1230.0	98.537	100.0	0.0004212084810618978	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
AST0006_000000002514	6592	0.6726235699930245	8	3	2	3	1	True	127668	maximal	True	AST0006_000000002514	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	90.685	7.0	0.006104450177905937	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0814_000000022777	1798	0.6726231583410628	2	2	2	2	2	False	91047	fragment	False	ENG0208_000000015421	0.9471442885771544		0	0	False	False	0.9916573762893677	0					non-mobilizable	other	1798.0	97.219	100.0	0.01953048581675905	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0039_000000003945	4411	0.6726213011343372	4	4	4	4	3	False	116720	maximal	True	AST0039_000000003945	1.0		8	5	False	False	0.9970528483390808	0					non-mobilizable	chromosome	4392.0	99.977	100.0	0.0010236142277482213	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
ENG0202_000000017935	1166	0.6726103035333284	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.011406097604352116		0	0	False	False	1.0	0					non-mobilizable	other	1049.0	97.235	95.0	0.002191382097161031	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0060_000000005457	4645	0.6726029784257289	6	5	5	5	4	False	63353	maximal	True	ENG0060_000000005457	1.0		238	11	False	False	0.9993541240692139	0					non-mobilizable	no_good_hit	1485.0	75.488	32.0	0.019743575930614665	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0080_01_000000027536	1532	0.6725938432523462	3	3	3	2	2	False	599	fragment	False	USA0080_01_000000027536	1.0		0	0	False	False	0.9941253066062927	0					non-mobilizable	chromosome	1532.0	98.825	100.0	0.00021609557776137967	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0039_000000012662	2025	0.6725824907746323	6	4	4	3	0	True	64937	maximal	True	ENG0039_000000012662	1.0		6	5	False	False	0.9980247020721436	0					non-mobilizable	no_good_hit	1004.0	73.108	49.0	0.01898820282587993	NZ_SNXO01000015.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_115, whole genome shotgun sequence	True	True
MAD0013_000000019299	1313	0.6725824907746323	4	4	4	3	0	True	19540	fragment	False	MAD0013_000000019299	1.0		0	0	False	False	0.9428789019584656	0					non-mobilizable	no_good_hit	1004.0	73.108	75.0	0.01898820282587993	NZ_SNXO01000015.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_115, whole genome shotgun sequence	True	True
SPA0058_000000025401	1182	0.6725811354167266	2	2	2	2	2	False	26595	maximal	False	ISR0265_000000014218	0.9723557692307692		0	0	False	False	0.9949238300323486	0					non-mobilizable	no_good_hit	700.0	92.714	59.0	0.007381203801478353	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0102_000000003944	6766	0.6725758813627459	6	6	4	5	3	False	108388	maximal	True	AST0102_000000003944	1.0		6	3	False	False	0.9982264041900635	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.405176712200275e-06	NC_020409.1	d-proteobacteria	Pseudodesulfovibrio piezophilus C1TLV30, complete genome	True	False
ISR0304_000000003383	2756	0.6725719333009718	3	3	2	2	1	True	110074	fragment	False	ISR0304_000000003383	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2771.0	88.055	100.0	0.004400885921632955	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0031_000000007961	2617	0.6725719333009718	3	3	2	2	1	True	79351	fragment	False	ENG0031_000000007961	0.9797224594752189		0	0	False	False	0.9977073073387146	0					non-mobilizable	other	2644.0	84.07700000000001	100.0	0.004169512296311426	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
MAD0046_000000007539	3260	0.6725715563039381	3	3	2	2	3	False	57006	maximal	True	MAD0046_000000007539	1.0		54	5	False	False	1.0	0					non-mobilizable	chromosome	3105.0	86.441	98.0	0.0012448859231075193	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0116_000000009229	1919	0.6725707687222714	3	3	3	3	1	False	130049	fragment	False	ENG0005_000000004373	0.3439353016018541		0	0	False	False	1.0	0					non-mobilizable	chromosome	1920.0	95.833	100.0	0.000640538658342469	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0003_01_000000001875	17401	0.6725704548368187	21	9	5	8	6	True	130549	fragment	False	USA0003_01_000000001875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10901.0	98.294	86.0	0.0021741030851786165	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
SPA0062_000000001605	15237	0.6725704548368187	19	9	5	8	6	True	130534	fragment	False	ITA0003_000000000288	0.2629356101478808		0	0	False	False	1.0	0					non-mobilizable	chromosome	10901.0	98.294	98.0	0.0021741030851786165	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0071_000000001160	15196	0.6725704548368187	19	9	5	8	6	True	130534	fragment	False	ITA0003_000000000288	0.2625041173016351		0	0	False	False	1.0	0					non-mobilizable	chromosome	9540.0	97.432	98.0	0.001691942103511731	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0072_000000001083	13249	0.6725704548368187	18	9	5	8	6	True	130518	fragment	False	SPA0072_000000001083	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9540.0	97.432	98.0	0.001691942103511731	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0227_000000017033	1541	0.6725701872125072	2	2	2	2	2	False	30232	fragment	False	ISR0227_000000017033	0.977693186356423		0	0	False	False	0.9987021684646606	0					non-mobilizable	other	1541.0	96.10600000000001	100.0	0.0004371641784265723	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0038_000000004283	6300	0.6725686526610769	8	5	5	5	2	False	36654	maximal	True	ISR0038_000000004283	1.0		1	1	False	False	0.9944444298744202	0					non-mobilizable	no_good_hit	621.0	89.53299999999999	15.0	0.00021825569624448588	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
DEN0039_000000004952	3378	0.6725610861876491	6	4	3	4	4	False	73299	fragment	False	DEN0039_000000004952	1.0		0	0	False	False	0.9988158941268921	0					non-mobilizable	other	3378.0	99.97	100.0	0.0014831881914151644	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MAD0103_000000010109	2183	0.6725561919753505	4	2	1	2	1	False	14923	maximal	True	MAD0103_000000010109	1.0		1	1	False	False	0.9954191446304321	0					non-mobilizable	no_good_hit								True	False
SPA0104_000000014022	2615	0.6725529056614599	3	2	2	2	1	True	4834	maximal	True	SPA0104_000000014022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0060_000000023222	1771	0.6725499207622553	3	2	2	2	2	False	10885	fragment	False	MON0060_000000023222	1.0		0	0	False	False	0.9830604195594788	0					non-mobilizable	no_good_hit	80.0	87.5	4.0	1.2333415872347247e-05	NZ_CP029608.1	g-proteobacteria	Pseudomonas kribbensis strain 46-2 chromosome, complete genome	True	False
ENG0185_000000014174	1350	0.6725455279436469	2	1	1	1	1	False	55043	maximal	True	ENG0185_000000014174	1.0		21	5	False	False	0.9940740466117859	0					non-mobilizable	no_good_hit								True	False
ISR0228_000000001933	9866	0.6725439305803249	8	7	6	7	5	True	58410	maximal	True	ISR0228_000000001933	1.0		66	9	False	False	0.9932090044021606	0					non-mobilizable	no_good_hit	5141.0	96.16799999999999	55.0	0.13969126895537828	NZ_KB904241.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_21.22, whole genome shotgun sequence	True	True
DEN0026_000000025240	1108	0.6725402529986461	2	2	1	2	1	False	74085	maximal	True	DEN0026_000000025240	1.0		93	11	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	73.837	15.0	0.0005810697283674041	NZ_BCSX01000019.1	high GC Gram+	Mycolicibacterium brisbanense strain JCM15654, whole genome shotgun sequence	True	False
FIJ0144_000000011212	2808	0.6725375452460883	5	5	5	5	5	False	85423	fragment	False	FIJ0144_000000011212	0.9801906490924358		0	0	False	False	0.9989316463470459	0					non-mobilizable	chromosome	2808.0	99.964	100.0	0.000552209032857126	CP052736.1	enterobacteria	Klebsiella pneumoniae strain C16KP0160 chromosome, complete genome	False	False
CAN0003_000000033837	1449	0.6725364944760077	2	2	2	2	1	False	105409	maximal	True	CAN0003_000000033837	1.0		46	9	False	False	0.9620428085327148	0					non-mobilizable	other	1449.0	99.37899999999999	100.0	0.0029961926833305744	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
SPA0009_000000016600	2180	0.6725331905361134	3	3	3	2	2	False	53930	fragment	False	SPA0009_000000016600	1.0		0	0	False	False	0.9995412826538086	0					non-mobilizable	no_good_hit	758.0	78.232	34.0	0.00032704609859431555	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0052_000000001140	11007	0.6725171046724697	13	7	3	5	4	False	17303	maximal	True	MAD0052_000000001140	1.0		1	1	False	False	0.9985463619232178	0					non-mobilizable	no_good_hit	577.0	83.709	5.0	0.0018413301356854288	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0078_000000020358	1184	0.6725169032894015	3	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.06305401854340714		0	0	False	False	0.9991554021835327	0					non-mobilizable	other	1186.0	94.772	100.0	0.00029004545843486766	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0111_000000003346	5045	0.6725158840961639	7	6	3	4	5	False	98727	fragment	False	BAN0013_000000000026	0.6338881448887189		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	4763.0	99.37	94.0	0.03275801580804711	CP029841.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 01ST04081 plasmid p01ST04081A, complete sequence	False	True
ISR0324_000000006150	5195	0.6725088557093529	8	3	2	3	2	False	82622	maximal	True	ISR0324_000000006150	1.0		2	2	False	False	0.9942252039909363	0					non-mobilizable	no_good_hit	973.0	70.709	18.0	0.0002610687690675881	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
MON0029_000000024044	1341	0.6724979541090106	2	2	2	2	1	False	12544	maximal	True	MON0029_000000024044	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	80.623	21.0	7.997514618533933e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0221_000000009628	2396	0.6724913230709583	3	3	3	3	3	False	129520	fragment	False	ISR0221_000000009628	1.0		0	0	False	True	0.9995826482772827	0					non-mobilizable	no_good_hit	1170.0	96.838	49.0	0.0054561663080563635	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0033_000000012785	2420	0.6724812019635711	4	4	2	2	4	False	36891	fragment	False	ISR0033_000000012785	1.0		0	0	False	False	0.9995867609977722	0					non-mobilizable	no_good_hit	1092.0	96.70299999999999	78.0	0.0002421043980818224	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0137_000000016249	1112	0.6724805550172204	2	2	2	2	1	False	80445	maximal	True	CHI0137_000000016249	1.0		0	0	False	False	0.9928057789802551	0					non-mobilizable	no_good_hit	427.0	99.53200000000001	38.0	0.006538254930550227	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0332_000000003219	3909	0.6724801188957134	7	6	5	5	6	False	122005	maximal	True	ISR0332_000000003219	1.0		3	1	False	False	0.9987208843231201	0					non-mobilizable	no_good_hit	1341.0	91.35	34.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0851_000000001479	9097	0.6724795659571421	10	10	9	9	7	False	20563	maximal	True	ISR0851_000000001479	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6342.0	89.83	78.0	0.0018352261512844827	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
MAD0070_000000014827	1424	0.6724774653895748	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.04630506193510178		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	92.211	100.0	0.002975512141469606	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0113_000000013847	1208	0.6724746068437077	2	2	2	2	1	True	32574	maximal	True	ISR0113_000000013847	1.0		0	0	False	False	0.9933775067329407	0					non-mobilizable	no_good_hit	600.0	99.0	50.0	0.0013174216365059955	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MAD0045_000000011961	3144	0.6724724660178844	4	4	3	4	3	False	85577	maximal	True	MAD0045_000000011961	1.0		46	7	False	False	0.9977735280990601	0					non-mobilizable	no_good_hit	1043.0	96.54799999999999	58.0	0.07776119402985075	NZ_CYZN01000046.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0333_000000006937	2993	0.6724701790098216	3	3	3	3	3	False	71688	maximal	True	ISR0333_000000006937	1.0		58	5	False	False	1.0	0					non-mobilizable	other	1752.0	99.715	100.0	0.002133136465913064	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
AST0102_000000019894	1582	0.6724658365113071	2	2	2	2	2	False	108190	maximal	True	AST0102_000000019894	1.0		4	1	False	False	0.9810366630554199	0					non-mobilizable	no_good_hit	916.0	76.747	57.0	0.028672925653387464	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	True	False
SPA0129_000000016584	1493	0.6724637341078097	3	2	2	1	1	False	24204	fragment	False	SPA0129_000000016584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0345_000000010749	1328	0.6724637341078097	3	2	2	1	1	False	24203	fragment	False	ISR0345_000000010749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0037_000000003232	7095	0.6724513997339611	11	8	3	7	6	False	121469	maximal	True	SPA0037_000000003232	0.9413379427246445		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	92.958	50.0	0.00026443356153431195	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0258_000000013202	1951	0.6724506838175442	3	3	3	3	3	False	80650	fragment	False	ISR0038_000000015418	0.9350913084361215		0	0	False	False	0.9994874596595764	0					non-mobilizable	chromosome	1985.0	88.161	100.0	0.0005626239095250692	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0102_000000001985	7350	0.6724441905440623	7	7	2	6	6	False	15041	maximal	True	MAD0102_000000001985	1.0		0	0	False	False	0.9998639225959778	0					non-mobilizable	no_good_hit	5209.0	93.76100000000001	71.0	0.0009973044581178165	CP029741.1	enterobacteria	Escherichia coli strain AR_0085 chromosome, complete genome	True	False
ENG0082_000000004059	4532	0.6724378192913512	6	6	5	5	3	False	77977	fragment	False	ENG0082_000000004059	0.9950398493041002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	90.64399999999999	47.0	0.00025069240867707455	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
ISR0330_000000005987	4166	0.672431352144516	7	4	2	3	2	False	33899	maximal	True	ISR0330_000000005987	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000011288	2210	0.6724267744003702	5	5	0	1	4	False	62411	fragment	False	ENG0070_000000011288	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2210.0	99.91	100.0	0.05718501643842709	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0095_000000015044	1844	0.672423231993142	2	2	1	2	1	False	69736	fragment	False	ENG0095_000000015044	1.0		0	0	False	False	0.9989153742790222	0					non-mobilizable	no_good_hit	407.0	87.22399999999999	21.0	0.07206723891273248	NZ_RKRD01000008.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_18, whole genome shotgun sequence	True	False
SPA0076_000000007598	2037	0.6724161627269452	2	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.46003631599663		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	91.8	100.0	0.0003372105521612035	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0804_000000009683	1976	0.6724161627269452	3	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.4559069109639488		0	0	False	False	0.9979757070541382	0					non-mobilizable	chromosome	1984.0	86.34100000000001	100.0	0.0006884094847838848	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0040_000000016824	1650	0.6724161627269452	2	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.16887567566075254		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	91.954	100.0	0.00033992027981249887	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
TAN0008_000000014125	1527	0.6724161627269452	2	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.14309623088306345		0	0	False	False	0.9973804950714111	0					non-mobilizable	other	1115.0	91.839	100.0	0.00033510298621019596	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0130_000000007631	3938	0.6723994945754821	4	4	3	4	2	False	71836	maximal	True	ENG0130_000000007631	1.0		59	10	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	0.00015599528894227394	NZ_JYCE01000138.1	firmicutes	Bacillus alveayuensis strain 24KAM51 LG50_138, whole genome shotgun sequence	True	False
ENG0014_000000015268	1535	0.6723969262809434	3	2	2	2	1	False	66908	maximal	False	ISR0023_000000020498	0.9668605237964232		0	0	False	False	1.0	0					non-mobilizable	chromosome	1536.0	99.544	100.0	0.0005079862121812709	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
USA0145_01_000000009325	2596	0.6723964860026699	4	4	4	4	3	False	104594	fragment	False	ISR0145_000000011363	0.983175428255826		0	0	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	1212.0	99.09200000000001	47.0	0.0015314923387443533	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
DEN0012_000000001140	5530	0.6723911495427556	5	5	1	3	5	False	75487	fragment	False	DEN0012_000000001140	1.0		0	0	False	False	0.995840847492218	0					non-mobilizable	plasmid	5512.0	99.98200000000001	99.0	0.04312476524352072	CP048938.1	enterobacteria	Klebsiella pneumoniae strain 20467 plasmid p1, complete sequence	False	True
SPA0030_000000013568	2255	0.6723892280378101	2	2	1	2	2	True	113493	fragment	False	SPA0030_000000013568	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1990.0	86.33200000000001	91.0	0.0006661198133787421	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0115_000000017893	1567	0.6723878942901511	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.35927203652642725		0	0	False	False	1.0	0					non-mobilizable	chromosome	1575.0	91.81	100.0	0.0005525978982224768	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0111_000000006790	2600	0.672386026473656	5	5	1	4	2	False	113642	fragment	False	ISR0111_000000006790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1381.0	91.962	60.0	0.0004638267321050564	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0177_000000011378	2373	0.6723758038286324	3	2	1	2	0	False	55528	fragment	False	ENG0177_000000011378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	74.809	48.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
FIJ0081_000000028260	1288	0.6723755229395669	3	3	3	2	1	False	44226	maximal	True	FIJ0081_000000028260	1.0		11	5	False	False	0.9572981595993042	0					non-mobilizable	no_good_hit	883.0	99.887	69.0	0.00030743147624272727	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0082_000000002511	3271	0.6723697979833599	6	6	1	3	6	True	16268	fragment	False	MAD0082_000000002511	1.0		0	0	False	False	0.999694287776947	0					non-mobilizable	plasmid	3273.0	97.34200000000001	100.0	0.03834524786124458	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
ENG0074_000000008711	2550	0.6723677828732638	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.19428082093510146		0	0	False	False	0.998039186000824	0					non-mobilizable	chromosome	2586.0	86.04	100.0	0.0005701761804338324	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0114_000000007838	3472	0.6723607570369761	4	3	3	3	3	False	85649	maximal	True	ISR0114_000000007838	1.0		7	2	False	False	0.9976958632469177	0					non-mobilizable	no_good_hit	2271.0	97.182	83.0	0.0010085337124706086	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
AST0003_000000016730	1987	0.6723558608649963	3	3	3	2	1	True	129999	maximal	True	AST0003_000000016730	1.0		146	10	False	False	1.0	0					non-mobilizable	other	1988.0	97.28399999999999	100.0	0.23866406630911752	NZ_JAAITI010000067.1	firmicutes	Blautia luti strain MSK.16.34 NODE_67_length_8204_cov_165.725, whole genome shotgun sequence	False	True
MON0011_000000029536	1584	0.6723468286975521	2	2	2	2	2	False	13663	fragment	False	MON0011_000000029536	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1570.0	71.72	98.0	0.03766478342749529	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
TAN0002_000000005913	5076	0.6723454856252546	6	6	5	4	5	False	115828	maximal	False	MAD0097_000000006530	0.7614734012887094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2961.0	71.834	57.0	0.010442311666745226	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
FIJ0096_000000014369	2474	0.6723427031584397	3	3	3	2	2	False	43017	maximal	True	FIJ0096_000000014369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	75.043	46.0	0.00021265881328574784	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
USA0057_01_000000015323	2088	0.6723410102731873	3	3	3	3	2	False	115353	fragment	False	CAN0019_000000002949	0.9857866275434013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	73.126	41.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0190_000000002999	9820	0.6723409754540018	11	10	4	6	8	True	112515	maximal	True	ENG0190_000000002999	1.0		1	1	False	False	0.9987779855728149	0					non-mobilizable	no_good_hit	6905.0	95.264	87.0	0.0837823406630746	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0017_000000016770	1178	0.6723364784600495	1	1	1	1	1	False	13279	maximal	True	MON0017_000000016770	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0028_000000006440	1966	0.6723336544040207	3	3	3	3	3	False	19013	maximal	True	MAD0028_000000006440	1.0		35	6	False	False	0.9949135184288025	0					non-mobilizable	other	1955.0	98.568	99.0	0.01331869390872637	NZ_OLMR01000005.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
CHI0160_000000002533	8273	0.6723311125231489	10	8	8	8	7	False	95741	fragment	False	CHI0160_000000002533	1.0		0	0	False	False	0.9987912774085999	0					non-mobilizable	chromosome	8248.0	100.0	99.0	0.0022958555172773775	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0021_000000013024	1377	0.6723296810195593	2	2	1	2	1	True	131026	fragment	False	CHI0117_000000007167	0.12357588330517069		0	0	False	False	0.9985475540161133	0					non-mobilizable	other	1377.0	97.24	100.0	0.006869881937956223	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ISR0077_000000010047	3095	0.6723294045133489	5	4	3	3	2	False	34522	maximal	True	ISR0077_000000010047	1.0		0	0	False	False	0.9996768832206726	0					non-mobilizable	no_good_hit	466.0	71.888	15.0	0.00046929629021282584	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
CHI0167_000000004871	3745	0.6723230959772883	3	2	2	2	1	True	78201	maximal	True	CHI0167_000000004871	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	971.0	86.406	29.0	0.0004519189064401942	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ENG0163_000000023245	1134	0.6723161690722637	2	2	2	1	1	False	56296	maximal	True	ENG0163_000000023245	1.0		10	5	False	False	0.920634925365448	0					non-mobilizable	no_good_hit	413.0	86.925	36.0	0.00013834019368300305	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0159_000000020881	1274	0.6723151191938478	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2101572255787172		0	0	False	False	0.9992150664329529	0					non-mobilizable	chromosome	1274.0	100.0	100.0	0.0004284843468575739	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0083_000000029985	1214	0.6723151191938478	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1836262540112683		0	0	False	False	1.0	0					non-mobilizable	chromosome	1214.0	98.353	100.0	0.00040828869814472674	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0092_000000033945	1128	0.6723151191938478	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1612059242295814		0	0	False	False	1.0	0					non-mobilizable	chromosome	1129.0	92.648	100.0	0.0003632527462326629	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0040_000000025054	1122	0.6723151191938478	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1596301904374181		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	98.396	100.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0077_000000041091	1122	0.6723151191938478	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.15821226636285773		0	0	False	False	0.9973261952400208	0					non-mobilizable	chromosome	1122.0	98.485	100.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0043_000000026648	1122	0.6723151191938478	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16060071297730044		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	98.485	100.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0053_000000037033	1122	0.6723151191938478	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16593676993466136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	98.75200000000001	100.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0082_000000032867	1122	0.6723151191938478	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.15694182322615596		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	100.0	100.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0030_000000019456	1116	0.6723151191938478	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.15385832322178816		0	0	False	False	0.9973118305206299	0					non-mobilizable	chromosome	1116.0	99.552	100.0	0.00037530247191374305	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0198_000000011972	1672	0.6723127282887768	3	3	2	3	1	False	54341	maximal	True	ENG0198_000000011972	1.0		1	1	False	False	0.9934210777282715	0					non-mobilizable	plasmid	1607.0	93.03	96.0	0.04912958195414981	AY647243.1	g-proteobacteria	Haemophilus influenzae biotype aegyptius plasmid pF1947, complete sequence	False	True
ISR0117_000000007513	3595	0.6723087859659141	5	5	3	4	5	False	122188	fragment	False	MAD0111_000000003353	0.11656305506216696		0	0	False	False	0.9994436502456665	0					non-mobilizable	other	3579.0	95.89299999999999	99.0	0.061934006453627566	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ENG0030_000000003306	6642	0.6723075522294194	12	6	4	2	5	True	106436	maximal	True	ENG0030_000000003306	0.9982774819918572		64	10	False	False	1.0	0					non-mobilizable	no_good_hit	3865.0	100.0	58.0	0.0005945133068510273	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
FIJ0133_000000036103	1100	0.6723048677987153	2	2	2	2	2	False	41763	fragment	False	FIJ0114_000000037988	0.9959128065395095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	75.467	38.0	0.0009959449116485146	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
CHI0054_000000004056	4066	0.6723028174502031	5	3	3	3	3	False	86360	maximal	True	CHI0054_000000004056	1.0		4	3	False	False	0.9995081424713135	0					non-mobilizable	no_good_hit	272.0	77.941	7.0	0.0013099945742762035	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
SPA0028_000000013357	2282	0.6722951409468806	4	2	2	2	2	False	7444	fragment	False	SPA0028_000000013357	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	75.368	20.0	0.0010581480815661502	NZ_QVMD01000003.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf3, whole genome shotgun sequence	True	False
ENG0069_000000006377	3205	0.6722943041704823	3	2	1	2	2	False	84125	fragment	False	ENG0069_000000006377	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2882.0	98.751	91.0	0.0007778999621189486	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0059_000000003816	4098	0.6722827394659687	5	5	4	5	3	False	113756	fragment	False	ISR0059_000000003816	0.868357126168453		0	0	False	False	1.0	0					non-mobilizable	chromosome	4010.0	91.696	98.0	0.0011203624119110506	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0078_000000033354	1414	0.6722822769862639	1	1	1	1	1	False	10985	fragment	False	MON0078_000000033354	0.9836738537817542		0	0	False	False	0.9936350584030151	0					non-mobilizable	no_good_hit	778.0	72.494	54.0	0.00025498956845685587	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
SPA0096_000000036207	1197	0.6722798555381386	1	1	1	1	1	False	22399	fragment	False	SPA0096_000000036207	0.9940928270042194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	4.0	0.0001878046490187207	NZ_KI912471.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ISR0797_000000003446	3390	0.6722785050923122	4	2	1	2	2	False	21941	maximal	True	ISR0797_000000003446	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	78.93	11.0	4.093253922325284e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0082_000000027303	1176	0.6722732255153288	2	1	1	1	1	False	44159	maximal	True	FIJ0082_000000027303	1.0		3	3	False	False	0.9914966225624084	0					non-mobilizable	no_good_hit	198.0	74.747	16.0	6.337336417503723e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ENG0142_000000029397	1177	0.6722684552246306	2	2	2	2	1	False	57645	maximal	True	ENG0142_000000029397	1.0		531	11	False	False	1.0	0					non-mobilizable	other	1177.0	97.791	100.0	0.0021214378875096737	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0102_000000019457	1652	0.6722661961287021	2	2	1	2	2	False	66677	fragment	False	FIJ0102_000000019457	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1612.0	99.50399999999999	98.0	0.0002588134743660596	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0137_000000010068	2616	0.6722659865247591	2	2	1	1	2	False	105814	fragment	False	ISR0275_000000005287	0.9723582717756087		0	0	False	False	0.9988532066345215	0					non-mobilizable	chromosome	2588.0	83.30799999999999	97.0	0.0008846497581678478	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0050_000000004086	3267	0.6722644787128806	6	4	3	4	4	False	114774	fragment	False	AST0050_000000004086	1.0		0	0	False	False	0.9996939301490784	0					non-mobilizable	other	3316.0	88.48	100.0	0.052947262909431886	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	False
ENG0109_000000011905	2072	0.6722611719651796	3	2	2	2	2	False	114073	fragment	False	ENG0109_000000011905	1.0		0	0	False	False	0.9990347623825073	0					non-mobilizable	other	1725.0	99.18799999999999	100.0	0.0005154036636112158	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0061_000000023922	1887	0.6722583751371333	3	2	2	2	2	False	10820	maximal	True	MON0061_000000023922	1.0		0	0	False	False	0.9793322682380676	0					non-mobilizable	no_good_hit	841.0	89.89299999999999	45.0	0.3637938501515808	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	False
MAD0015_000000012274	1695	0.6722490845284566	2	2	2	2	2	False	19425	maximal	True	MAD0015_000000012274	1.0		18	3	False	False	0.9988200664520264	0					non-mobilizable	other	1705.0	88.446	100.0	0.011498443692735658	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0176_000000019951	1715	0.6722453804085264	2	2	2	2	2	False	117675	fragment	False	ISR0176_000000019951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	93.413	39.0	0.0020596494266381326	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0180_000000004224	3320	0.6722433952273581	5	2	2	2	2	True	77487	fragment	False	CHI0180_000000004224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1193.0	89.69	40.0	0.0001761034705724875	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
ISR0092_000000023972	1323	0.6722422211637821	2	1	1	1	1	False	33564	maximal	True	ISR0092_000000023972	1.0		0	0	False	False	0.9969765543937683	0					non-mobilizable	no_good_hit	104.0	89.42299999999999	8.0	0.0021452523274946367	NZ_QSFS01000022.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf22, whole genome shotgun sequence	True	False
FIJ0058_000000016594	2398	0.6722392096408895	4	3	2	3	2	False	46027	maximal	True	FIJ0058_000000016594	1.0		4	1	False	False	0.9974979162216187	0					non-mobilizable	no_good_hit	632.0	70.57	26.0	0.4832684824902724	HM768296.1	monocots	Ananas comosus glyceraldehyde-3-phosphate dehydrogenase mRNA, complete cds	True	False
CHI0142_000000012017	1552	0.6722371057579936	2	2	1	2	1	False	80441	fragment	False	CHI0142_000000012017	1.0		0	0	False	False	0.9903350472450256	0					non-mobilizable	no_good_hit	778.0	85.09	49.0	0.00023123009291053955	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0138_000000005370	4375	0.6722370514444753	5	4	4	4	4	False	125537	fragment	False	SPA0138_000000005370	0.9758568693928117		0	0	False	False	0.9995428323745728	0					non-mobilizable	other	2914.0	99.45100000000001	100.0	0.0362254859288921	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0070_000000011023	1199	0.6722356278847206	2	2	2	2	1	False	84939	maximal	True	CHI0070_000000011023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	94.251	55.0	0.0009460588310566097	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
DEN0062_000000004438	3867	0.6722350877264945	3	2	1	1	2	False	73462	maximal	True	DEN0062_000000004438	1.0		1	1	False	False	0.9966382384300232	0					non-mobilizable	no_good_hit	2356.0	94.1	61.0	0.024912952830488205	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	True	False
USA0005_01_000000018634	1703	0.6722297862309506	2	2	2	2	2	False	31643	maximal	True	USA0005_01_000000018634	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000001927	15793	0.6722230621340936	18	16	7	11	13	True	52472	maximal	True	FIJ0002_000000001927	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	3485.0	77.704	51.0	0.0876265066368306	NZ_JAAITU010000038.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_38_length_39326_cov_192.594, whole genome shotgun sequence	True	True
FIJ0140_000000012594	2421	0.6722190210422772	5	4	3	3	2	True	73276	fragment	False	FIJ0140_000000012594	0.9868244752121482		0	0	False	False	0.9995869398117065	0					non-mobilizable	no_good_hit								True	True
CHI0089_000000003410	2397	0.6721983747365755	3	3	3	2	2	False	83890	maximal	True	CHI0089_000000003410	1.0		5	1	False	False	0.9970796704292297	0					non-mobilizable	no_good_hit	733.0	72.033	30.0	0.026665166516651666	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	True	False
ISR0004_000000010119	1880	0.6721976061712506	3	3	3	3	1	True	50943	maximal	True	ISR0004_000000010119	1.0		2	2	False	False	0.9978723526000977	0					non-mobilizable	no_good_hit								True	True
FIJ0120_000000011593	2060	0.6721935292369875	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.283103561574447		0	0	False	False	1.0	0					non-mobilizable	chromosome	2061.0	93.741	100.0	0.0006610748735786971	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0053_000000005682	2011	0.6721862504296412	3	3	2	3	2	True	98646	maximal	True	MAD0053_000000005682	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1464.0	99.727	100.0	0.006618681602055727	CP031548.1	enterobacteria	Escherichia coli strain cq9 plasmid unnamed2, complete sequence	False	True
FIJ0003_000000010513	2296	0.6721835855626944	3	3	3	2	2	False	52191	maximal	True	FIJ0003_000000010513	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0730633505943237e-05	NZ_LN879430.1	firmicutes	Herbinix luporum strain SD1D chromosome I	True	False
SPA0033_000000020714	1525	0.6721830388487771	2	2	2	2	2	False	123273	maximal	True	SPA0033_000000020714	0.9882620554538998		94	12	False	False	0.9973770380020142	0					non-mobilizable	chromosome	757.0	98.54700000000001	99.0	0.0002430833775985163	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
DEN0061_000000006299	5520	0.6721767773147549	4	3	3	3	3	False	71950	maximal	True	DEN0061_000000006299	1.0		16	7	False	False	0.999456524848938	0					non-mobilizable	no_good_hit	1824.0	98.84899999999999	33.0	0.0005102225023516975	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0053_000000032053	1282	0.6721715486859616	2	1	1	1	1	False	84365	fragment	False	MON0053_000000032053	0.9421054499453345		0	0	False	False	0.9984399080276489	0					non-mobilizable	no_good_hit	906.0	86.53399999999999	80.0	0.007260768531845265	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0007_000000001508	12159	0.6721689828456208	17	4	1	4	1	False	8219	maximal	True	SPA0007_000000001508	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000002053	11936	0.6721689828456208	15	4	1	4	1	False	52665	maximal	False	FIJ0101_000000002062	0.9234565177084539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0202_000000008996	1571	0.6721675577100651	3	2	1	1	2	False	28707	fragment	False	ISR0202_000000008996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	84.971	11.0	0.0011137525645618263	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
FIJ0067_000000018092	1739	0.6721674131537967	4	3	1	3	0	False	45192	maximal	True	FIJ0067_000000018092	1.0		1	1	False	False	0.9959747195243835	0					non-mobilizable	no_good_hit								True	False
ISR0064_000000003839	4538	0.6721611125571891	6	3	3	3	3	True	76844	maximal	True	ISR0064_000000003839	1.0		25	8	False	False	0.9991185665130615	0					non-mobilizable	no_good_hit	891.0	83.726	24.0	0.36300246103363415	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
FIJ0003_000000017216	1357	0.6721596843626865	2	2	2	2	2	False	52146	fragment	False	FIJ0003_000000017216	0.938902724718536		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	94.845	100.0	0.02130266754642285	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0288_000000003630	7063	0.6721572325453496	7	6	4	6	5	True	118314	fragment	False	ISR0288_000000003630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2645.0	78.563	58.0	0.005457545108387682	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0090_000000053820	1161	0.6721535514418789	1	1	1	1	1	False	9509	maximal	True	MON0090_000000053820	1.0		3	3	False	False	0.9896640777587891	0					non-mobilizable	no_good_hit								True	False
MON0074_000000016097	1350	0.6721447975270162	2	2	2	2	2	False	16228	fragment	False	MON0074_000000016097	1.0		0	0	False	False	1.0	0					non-mobilizable	other	692.0	75.723	96.0	0.014069709953856296	NZ_QFFN01000018.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c18, whole genome shotgun sequence	False	False
ISR0056_000000005600	3620	0.6721429217753137	3	3	3	3	3	False	111780	maximal	False	SPA0088_000000004486	0.9569761129207384		0	0	False	False	0.9997237324714661	0					non-mobilizable	chromosome	3620.0	99.807	100.0	0.0007058163637058655	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
ISR0164_000000011116	2366	0.6721423660104339	2	2	2	2	2	False	30288	maximal	True	ISR0164_000000011116	1.0		4	3	False	False	0.9995773434638977	0					non-mobilizable	no_good_hit	586.0	70.307	24.0	0.0029776752307308554	NZ_FPJW01000008.1	g-proteobacteria	Marinospirillum alkaliphilum DSM 21637, whole genome shotgun sequence	True	False
ISR0084_000000004786	4566	0.6721394847610389	7	2	2	2	2	False	126863	maximal	True	ISR0084_000000004786	1.0	PS979	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1483.0	100.0	34.0	0.03208486685429747	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
SPA0150_000000019422	1104	0.672136362310424	2	2	2	1	1	False	3250	fragment	False	SPA0150_000000019422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0774_000000008981	2741	0.6721334645554096	3	3	3	3	2	False	81308	maximal	True	ISR0774_000000008981	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1434.0	99.44200000000001	52.0	0.00749543630971373	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
USA0032_01_000000002648	9740	0.6721224732777533	10	10	9	9	9	False	99347	fragment	False	USA0032_01_000000002648	0.9936331849296041		0	0	False	False	0.9989733099937439	0					non-mobilizable	other	9740.0	99.62	100.0	0.040024164913203576	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
ISR0376_000000015806	1572	0.6721197091162522	2	2	2	1	1	False	78366	fragment	False	ISR0376_000000015806	1.0		0	0	False	False	0.9942747950553894	0					non-mobilizable	other	1435.0	99.58200000000001	91.0	0.01479158715586867	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0104_000000005648	6482	0.6721172390679674	8	6	5	4	4	True	91927	maximal	True	MON0104_000000005648	1.0		1	1	False	False	0.9970688223838806	0	IncQ1	MOBQ		MOBQ	mobilizable	no_good_hit	4808.0	99.896	79.0	0.43366425992779783	CP025338.2	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain BL10 plasmid p11k, complete sequence	True	True
MAD0012_000000011086	2529	0.6721169699646508	4	4	3	3	1	False	19675	maximal	True	MAD0012_000000011086	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	80.447	14.0	0.5085959885386819	NZ_GG663518.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld14, whole genome shotgun sequence	True	False
ISR0002_000000017355	1177	0.6721107709197192	2	2	2	2	2	False	38628	fragment	False	ISR0002_000000017355	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	75.851	99.0	0.0006202808398321336	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
CHI0055_000000003810	3975	0.6721095417446902	3	1	1	1	1	True	86251	maximal	True	CHI0055_000000003810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	91.41799999999999	7.0	0.04328793774319066	MK232837.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_2_c2 sequence	True	True
ISR0145_000000020920	1317	0.6721095417446902	2	1	1	1	1	True	31058	fragment	False	ISR0145_000000020920	1.0		0	0	False	False	0.9992406964302063	0					non-mobilizable	no_good_hit	52.0	88.462	4.0	8.87924405667799e-05	NZ_KI912403.1	bacteria	Brachyspira alvinipulli ATCC 51933 T324DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
ISR0066_000000024767	1302	0.6721026630959992	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.20969999727018154	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1288.0	91.848	100.0	0.0003874910541352401	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0098_000000007291	1266	0.6721026630959992	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.20537516249134952	PS730	0	0	False	True	0.998420238494873	0					non-mobilizable	other	1268.0	92.98100000000001	100.0	0.0003808672754320736	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0068_000000035104	1204	0.6721026630959992	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.18792416769447975	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1205.0	91.618	100.0	0.0003742512641479733	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0177_000000020722	1260	0.6720996608572434	2	1	0	1	1	True	55501	fragment	False	ENG0177_000000020722	0.9678076609616952		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1168.0	96.404	100.0	0.14813374805598756	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
FIJ0056_000000002713	8994	0.672090187767255	10	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.9109154428440247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	88.64399999999999	15.0	0.004263104847863	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0160_000000001838	8455	0.672090187767255	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.4826067341365188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	89.166	12.0	0.00024328245653393456	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0098_000000002448	8343	0.672090187767255	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.48859385449832005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	89.49600000000001	11.0	0.00025101841184038643	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0055_000000001706	8337	0.672090187767255	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.4885282877921534		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	89.485	11.0	0.0002507516547608536	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0095_000000003043	8334	0.672090187767255	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.48847346544882486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	89.47399999999999	11.0	0.0002504848976813208	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0113_000000002729	8333	0.672090187767255	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.48844944046774197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	89.47399999999999	11.0	0.0002504848976813208	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0010_000000002324	7962	0.672090187767255	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.42881697643639083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	87.744	7.0	0.0001475166649816511	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0041_000000004204	7947	0.672090187767255	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.42856247411025655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	87.56700000000001	7.0	0.0001475166649816511	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0170_000000042490	1113	0.6720861726671818	1	1	1	1	1	False	104569	fragment	False	AST0148_000000030061	0.9915026833631485		0	0	False	False	1.0	0					non-mobilizable	chromosome	1113.0	100.0	100.0	0.00025317741065535384	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AST0113_000000013513	2791	0.6720813204189762	3	3	2	3	2	False	106629	fragment	False	ENG0040_000000007218	0.4650520156046814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	83.721	31.0	0.0001944974645617254	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0102_000000026089	1715	0.6720783510656886	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.32371451279443164		0	0	False	False	0.9988338351249695	0					non-mobilizable	other	1616.0	95.545	94.0	0.00044820634153656464	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0053_000000007989	4121	0.6720780175747418	5	4	2	2	4	False	79830	fragment	False	SPA0053_000000007989	1.0		0	0	False	False	0.995389461517334	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000002461	8931	0.6720771727096011	15	7	3	6	4	True	99742	fragment	False	SPA0019_000000002461	1.0		0	0	False	False	0.9960810542106628	0					non-mobilizable	no_good_hit								True	True
FIJ0047_000000025262	1243	0.6720725086401009	2	2	2	2	2	False	119949	fragment	False	AST0025_000000027512	0.6461644153901003		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	95.242	95.0	0.010712919270501211	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
FIJ0043_000000011029	2448	0.6720708304974506	5	5	3	2	3	True	123570	maximal	True	FIJ0043_000000011029	1.0	PS902	1	1	False	True	0.9636437892913818	0	rep_cluster_1702				non-mobilizable	no_good_hit	2135.0	99.204	87.0	0.0023414527101163047	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
DEN0068_000000001892	1370	0.6720642949092824	2	2	1	2	1	True	70766	fragment	False	ISR0291_000000010155	0.9484396200814111		0	0	False	False	0.9861313700675964	0					non-mobilizable	no_good_hit								True	True
MON0021_000000011674	2474	0.672061238093093	3	3	3	3	3	False	48992	fragment	False	MON0021_000000011674	1.0		0	0	False	False	0.9995958209037781	0					non-mobilizable	no_good_hit	1679.0	90.471	73.0	0.012516886974824414	NZ_JABAFG010000006.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_6, whole genome shotgun sequence	True	False
USA0010_01_000000001544	15376	0.6720604376532597	19	9	2	9	6	False	94335	maximal	False	ENG0211_000000002163	0.9903251021103582		0	0	False	False	0.9996097683906555	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
CHI0147_000000011230	1689	0.6720573805984564	2	2	2	2	2	False	79637	fragment	False	CHI0147_000000011230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	74.943	63.0	0.00024547241350866264	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0102_000000010447	3514	0.6720573317721245	6	2	2	2	0	True	108642	fragment	False	CAN0007_000000010816	0.84176574659777		0	0	False	False	1.0	0					non-mobilizable	other	3505.0	100.0	99.0	0.001057753204201309	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0047_01_000000010905	3237	0.6720573317721245	6	2	2	2	0	True	108642	fragment	False	CAN0007_000000010816	0.6922366988553644		0	0	False	False	1.0	0					non-mobilizable	other	3237.0	100.0	100.0	0.0009768519888114827	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0170_000000015718	2914	0.6720573317721245	6	2	2	2	0	True	108642	fragment	False	CAN0007_000000010816	0.31536896497075856		0	0	False	False	0.9982841610908508	0					non-mobilizable	other	2914.0	100.0	100.0	0.0008793479120543415	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0087_01_000000005452	2760	0.6720573317721245	5	2	2	2	0	True	108642	fragment	False	CAN0007_000000010816	0.19037627405114413		0	0	False	False	1.0	0					non-mobilizable	other	2760.0	100.0	100.0	0.0008328599002258593	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0070_000000003317	5772	0.6720539048810648	9	2	1	2	1	False	34916	maximal	True	ISR0070_000000003317	1.0		3	2	True	True	0.997401237487793	1					non-mobilizable	no_good_hit	558.0	75.26899999999999	10.0	0.0002513776906617961	CP014164.1	firmicutes	Aerococcus viridans strain CCUG4311, complete genome	True	True
MAD0090_000000004593	2729	0.672048812621919	2	2	2	2	2	False	46701	maximal	True	MAD0090_000000004593	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	78.51899999999999	30.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0026_000000025309	1293	0.6720420133183292	2	1	1	1	1	False	49039	fragment	False	FIJ0026_000000025309	1.0		0	0	False	False	0.9837586879730225	0					non-mobilizable	chromosome	906.0	98.344	99.0	0.00031509983506057304	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0847_000000024827	1218	0.6720420133183292	1	1	1	1	1	False	33254	fragment	False	ISR0847_000000024827	0.9662921348314606		0	0	False	False	1.0	0					non-mobilizable	other	994.0	94.064	92.0	0.0003089206195336139	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0154_000000011486	2704	0.672037070622541	5	4	3	3	2	True	107685	fragment	False	MAD0002_000000012469	0.7757206436507195		0	0	False	False	0.9981508851051331	0					non-mobilizable	no_good_hit								True	True
FIJ0001_000000013295	1555	0.672035049186673	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9426162925645272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	84.0	56.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ENG0038_000000020839	1305	0.6720299903137089	2	2	2	2	2	False	65024	fragment	False	ENG0038_000000020839	1.0		0	0	False	False	0.9724137783050537	0					non-mobilizable	other	1264.0	98.81299999999999	97.0	0.0013786594012117346	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
SPA0007_000000001667	11199	0.6720286075672183	9	9	8	6	8	False	83517	fragment	False	SPA0007_000000001667	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	11120.0	100.0	99.0	0.0026953047543925054	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
AST0148_000000023123	1463	0.6720285701453801	3	3	3	3	3	False	127464	fragment	False	AST0148_000000023123	1.0		0	0	False	True	0.9993164539337158	0					non-mobilizable	chromosome	1362.0	99.119	100.0	0.0007430028890310718	LS974444.1	firmicutes	Streptococcus thermophilus strain N4L genome assembly, chromosome: 1	False	True
USA0017_01_000000019657	1383	0.672016273358265	2	2	1	1	1	True	101656	fragment	False	CAN0001_000000028597	0.9516023544800523		0	0	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	104.0	85.57700000000001	7.0	0.03825956489122281	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0146_000000038658	1123	0.6720099927433215	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18405913043668953		0	0	False	False	0.9982190728187561	0					non-mobilizable	chromosome	1123.0	93.321	100.0	0.000391086299710136	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0009_01_000000012212	2037	0.6719960636948188	4	4	4	3	3	False	60039	maximal	True	USA0009_01_000000012212	1.0		6	3	False	False	0.9990181922912598	0					non-mobilizable	no_good_hit	675.0	99.852	74.0	0.00021671719113941797	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
MON0017_000000014312	1377	0.6719956856805783	2	2	2	2	1	True	32511	fragment	False	MON0017_000000014312	1.0		0	0	False	False	0.996368944644928	0					non-mobilizable	no_good_hit	960.0	69.896	69.0	0.00039570840817489974	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0141_000000004499	5047	0.6719951095081849	5	2	0	1	1	False	75251	maximal	True	SPA0141_000000004499	0.9271996585695497		2	1	False	True	1.0	0					non-mobilizable	no_good_hit	3682.0	94.161	88.0	0.8379365441679981	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	True	True
SPA0140_000000004370	4915	0.6719951095081849	4	2	0	1	1	False	75251	maximal	False	SPA0141_000000004499	0.924584775600688		0	0	False	True	0.9993896484375	0					non-mobilizable	other	3682.0	94.161	90.0	0.8379365441679981	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	True
ISR0014_000000007461	4757	0.6719951095081849	4	2	0	1	1	False	75251	maximal	False	SPA0141_000000004499	0.8174513684413801		0	0	True	True	0.9991591572761536	17					non-mobilizable	other	3702.0	93.166	97.0	0.8383930609449898	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	True
SPA0137_000000008102	4498	0.6719951095081849	5	2	0	1	1	False	75251	maximal	False	SPA0141_000000004499	0.7338103592038364		0	0	True	True	0.9997776746749878	54					non-mobilizable	other	2296.0	97.169	97.0	0.523624743209313	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	True
MAD0101_000000005930	4441	0.6719951095081849	4	2	0	1	1	False	75251	maximal	False	SPA0141_000000004499	0.7365306970728878		0	0	True	True	1.0	1					non-mobilizable	other	3620.0	94.669	100.0	0.8226432321387811	NZ_PGEM01000159.1	cyanobacteria	Cuspidothrix issatschenkoi CHARLIE-1 contig_161, whole genome shotgun sequence	False	True
ISR0851_000000004480	2877	0.6719859000674973	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.5448699730820075		0	0	False	False	0.9979144930839539	0					non-mobilizable	no_good_hit	912.0	85.307	47.0	0.00031153662268939387	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0376_000000008381	2757	0.6719859000674973	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.5162473439111369		0	0	False	False	0.9967355728149414	0					non-mobilizable	no_good_hit	916.0	86.79	35.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0054_000000009432	2739	0.6719859000674973	3	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.49825717023811594		0	0	False	False	0.9828404784202576	0					non-mobilizable	no_good_hit	921.0	77.416	47.0	0.00020657427739818903	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0009_000000013769	2580	0.6719859000674973	3	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.46611511421517826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	82.679	52.0	0.00012607606831327453	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0038_000000006956	4133	0.671974287558897	7	5	4	4	4	False	109334	fragment	False	ISR0038_000000006956	0.971864154685176		0	0	False	False	0.9995160698890686	0					non-mobilizable	no_good_hit	149.0	76.51	4.0	6.309638423380172e-05	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
AUS0010_000000003578	5999	0.6719740391766322	8	3	3	2	1	False	123106	maximal	True	AUS0010_000000003578	1.0		6	3	False	False	0.9991665482521057	0					non-mobilizable	no_good_hit	3238.0	99.62899999999999	54.0	0.04610126041444136	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	False
ISR0104_000000005429	4647	0.6719705532438079	4	3	3	3	3	False	34994	fragment	False	ISR0104_000000005429	1.0		0	0	False	False	0.9997848272323608	0					non-mobilizable	other	4645.0	98.321	99.0	0.048863122231458	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
ISR0026_000000000414	36010	0.6719670851811143	37	13	7	13	5	True	108416	fragment	False	ISR0026_000000000414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	99.19	7.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	True
MON0096_000000027780	1374	0.6719623838219837	1	1	1	1	1	False	9264	maximal	True	MON0096_000000027780	1.0		4	4	False	False	0.8835516571998596	0					non-mobilizable	chromosome	1364.0	98.75399999999999	99.0	0.00027672851268068313	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
ENG0090_000000010969	2120	0.6719612581564072	2	1	1	1	1	False	61247	maximal	True	ENG0090_000000010969	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	85.93	9.0	0.0013447776657129723	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	True	False
CHI0181_000000007469	2723	0.6719610663100728	3	3	2	2	2	False	102117	fragment	False	ISR0140_000000009335	0.969870385308956		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2725.0	99.927	100.0	0.0012670704484657237	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
CHI0109_000000006811	2626	0.6719610663100728	3	3	2	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9690192271283263		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2628.0	99.92399999999999	100.0	0.0012219508326429722	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
CHI0173_000000006544	2553	0.6719610663100728	4	3	2	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9615704503501455		0	0	False	False	0.9996082782745361	0	Inc18				non-mobilizable	chromosome	2553.0	99.804	100.0	0.001184738778356167	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
CHI0177_000000006362	2548	0.6719610663100728	3	3	2	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9608248787590837		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2548.0	99.882	100.0	0.001184738778356167	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
CHI0138_000000005886	2546	0.6719610663100728	3	3	2	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9618659539244593		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2548.0	99.92200000000001	100.0	0.001184738778356167	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
CHI0120_000000005450	2543	0.6719610663100728	3	3	2	2	2	False	102117	fragment	False	ISR0140_000000009335	0.9617652468128233		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2545.0	99.921	100.0	0.0011833433263204116	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
MON0032_000000021789	1419	0.6719604146101992	3	3	3	3	2	False	125700	fragment	False	ENG0165_000000013383	0.9170254727307391		0	0	False	False	0.9943622350692749	0					non-mobilizable	chromosome	1422.0	89.803	99.0	0.0004762807154779788	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0069_000000001250	6645	0.6719580690136816	9	6	3	4	4	False	113689	maximal	True	CHI0069_000000001250	1.0		4	2	False	False	1.0	0					non-mobilizable	other	6645.0	97.381	100.0	0.002066937156275257	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0342_000000009094	1659	0.6719579484839947	3	3	3	3	2	False	107557	fragment	False	MAD0016_000000002666	0.3615687652206819		0	0	False	False	0.998794436454773	0					non-mobilizable	chromosome	1675.0	87.821	100.0	0.0005379492754767652	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0200_000000000768	19614	0.6719560415608143	18	8	5	7	5	False	28784	maximal	True	ISR0200_000000000768	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	79.061	5.0	0.00023132032060263873	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
FIJ0126_000000004748	6996	0.6719550121140443	9	4	2	4	3	True	66014	fragment	False	TAN0007_000000003543	0.7010176202436043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	81.915	1.0	2.4289152860351365e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	True
CAN0003_000000020582	2419	0.6719451654852655	2	2	2	2	2	False	96645	maximal	True	CAN0003_000000020582	1.0		219	13	False	False	1.0	0					non-mobilizable	no_good_hit	1398.0	75.751	57.0	0.0006613728169082064	CP024725.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 1, complete sequence	True	False
DEN0066_000000020702	1746	0.6719419788698129	2	2	2	2	2	False	70946	maximal	True	DEN0066_000000020702	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	93.20700000000001	56.0	0.0011764736742702453	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
FIJ0105_000000012124	2551	0.6719417572033819	4	3	3	3	2	False	42433	fragment	False	FIJ0105_000000012124	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2570.0	84.20200000000001	99.0	0.0015032582371544434	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	False
AST0142_000000003421	1309	0.6719354880316633	1	1	1	1	1	False	105242	fragment	False	AST0142_000000003421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0849_000000001482	12896	0.6719292475791747	20	12	9	10	9	True	126208	backbone	False	ISR0395_000000002325	0.5284965148319989	PS943|PS946|PS949	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	1604.0	73.628	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0169_000000008608	3351	0.671918809808704	9	2	1	2	1	True	119801	maximal	True	ISR0169_000000008608	1.0		2	2	False	False	0.9961205720901489	0					non-mobilizable	no_good_hit	434.0	92.85700000000001	13.0	0.46847826086956523	GQ875836.1		Uncultured organism clone VC1A658TF genomic sequence	True	True
CHI0081_000000002097	5094	0.6719131571524429	4	4	3	4	2	False	130349	backbone	False	ISR0335_000000002496	0.29524799499159465	PS1101	0	0	False	True	0.9998036623001099	0					non-mobilizable	other	5094.0	99.49	100.0	0.0009864058821011587	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0064_000000001444	15073	0.6719069977082087	13	11	11	10	7	False	113567	maximal	True	ENG0064_000000001444	1.0		1	1	False	False	0.999933660030365	0					non-mobilizable	no_good_hit	1259.0	88.165	16.0	0.00030843380110825313	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0255_000000002566	9535	0.6719052748169531	10	6	4	5	4	False	75148	maximal	True	ISR0255_000000002566	1.0		1	1	False	False	0.9972732067108154	0					non-mobilizable	no_good_hit	1474.0	71.235	16.0	0.00030207580077510287	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
SPA0099_000000001478	5042	0.6719030018041625	10	7	1	3	7	False	5008	maximal	True	SPA0099_000000001478	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	4311.0	99.76799999999999	100.0	0.0009811502569343118	CP031508.1	enterobacteria	Providencia stuartii strain FDAARGOS_87 chromosome, complete genome	False	False
ISR0207_000000003149	7119	0.6719012140006012	9	7	5	6	5	False	125890	fragment	False	ISR0207_000000003149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	97.845	25.0	0.018528512322360136	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
FIJ0120_000000007373	3100	0.6718955366468975	4	2	1	2	0	True	48849	maximal	True	FIJ0120_000000007373	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0104_000000008133	3090	0.6718955366468975	4	2	1	2	0	True	48849	maximal	False	FIJ0120_000000007373	0.9983870967741936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0169_000000002154	9759	0.6718908629122322	12	12	9	9	10	True	114224	maximal	True	ISR0169_000000002154	1.0		4	3	False	False	0.9923148155212402	0					non-mobilizable	other	9690.0	99.979	99.0	0.23523841895697775	LM997258.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.0_1_41188_[organism:Escherichia	False	True
ENG0108_000000013802	1267	0.6718899032562035	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.9829873462472918		0	0	False	False	0.9802683591842651	0					non-mobilizable	other	1267.0	99.053	100.0	0.003464933287718098	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0104_000000019484	1415	0.671886087186272	2	2	2	1	1	False	43078	fragment	False	FIJ0104_000000019484	0.9685964354311656		0	0	False	False	0.9943462610244751	0					non-mobilizable	chromosome	1415.0	99.29299999999999	100.0	0.0002639410429628446	CP052136.1	enterobacteria	Klebsiella pneumoniae strain F17KP0054 chromosome, complete genome	False	False
ISR0152_000000010056	2343	0.6718812138573667	4	3	2	2	3	False	73878	fragment	False	MON0097_000000014584	0.9324938067712634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	82.845	62.0	0.0052171440237998015	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0187_000000015928	1789	0.6718802946115985	2	2	2	2	2	False	29292	fragment	False	ISR0187_000000015928	1.0		0	0	False	False	0.9994410276412964	0					non-mobilizable	no_good_hit	752.0	75.931	42.0	0.00031312942892653615	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0388_000000011352	2985	0.6718711524929826	4	4	4	3	2	False	35882	maximal	True	ISR0388_000000011352	1.0		827	15	False	False	0.9993299841880798	0					non-mobilizable	other	2985.0	99.296	100.0	0.049350864136277185	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0138_000000010130	2892	0.6718685299011851	4	3	3	3	3	True	130210	fragment	False	ISR0138_000000010130	1.0		0	0	False	False	0.97648686170578	0					non-mobilizable	other	2867.0	77.433	98.0	0.013450128762692491	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	False	True
USA0034_01_000000002647	18303	0.6718666587804946	13	5	4	4	1	True	86179	fragment	False	USA0034_01_000000002647	0.9719334580951471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	81.0	1.0	0.0014530788962531323	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0105_000000001324	17528	0.6718666587804946	12	5	4	4	1	True	86179	fragment	False	USA0034_01_000000002647	0.9654519925692657		0	0	False	False	0.999714732170105	0					non-mobilizable	no_good_hit	324.0	87.037	2.0	0.004729920080660706	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0056_000000000626	17508	0.6718666587804946	13	5	4	4	1	True	86179	fragment	False	USA0034_01_000000002647	0.9645541835937458		0	0	False	False	0.9999428987503052	0					non-mobilizable	no_good_hit	324.0	87.037	2.0	0.004729920080660706	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0033_000000021856	1449	0.671863897324519	3	3	3	3	3	False	91950	fragment	False	ISR0033_000000021856	0.9553512756982765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	77.16199999999999	31.0	0.004224692467239517	NZ_AGRW01000040.1	spirochetes	Treponema saccharophilum DSM 2985 Tsacc_Contig226, whole genome shotgun sequence	True	False
FIJ0169_000000004833	4527	0.6718631632240513	5	5	3	4	5	False	122188	fragment	False	MAD0111_000000003353	0.4084333285847311		0	0	False	False	0.9997791051864624	0					non-mobilizable	other	4527.0	97.26100000000001	100.0	0.07851913535269421	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
FIJ0172_000000018465	1528	0.6718603005502771	3	2	2	2	2	False	124000	fragment	False	FIJ0172_000000018465	1.0		0	0	False	False	0.9993455410003662	0					non-mobilizable	other	1255.0	98.167	100.0	0.00034795696774802696	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0143_000000013561	1515	0.6718601643570141	2	1	1	1	1	False	109800	fragment	False	SPA0143_000000013561	1.0		0	0	False	False	0.998019814491272	0					non-mobilizable	other	1499.0	89.059	98.0	0.00044951370926489006	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ETH0005_000000031296	1494	0.6718601643570141	2	1	1	1	1	False	52721	fragment	False	MON0066_000000024692	0.6574610647223664		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	95.78299999999999	100.0	0.0004178618738404193	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0042_000000017246	1428	0.6718601643570141	2	1	1	1	1	False	18106	maximal	True	MAD0042_000000017246	1.0		30	8	False	False	0.982492983341217	0					non-mobilizable	no_good_hit	981.0	73.49600000000001	68.0	0.00015470973048697419	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
DEN0031_000000025097	1376	0.6718601643570141	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.6383020834888088		0	0	False	False	0.9985465407371521	0					non-mobilizable	chromosome	1376.0	98.69200000000001	100.0	0.00044318768950302705	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0011_000000033955	1374	0.6718601643570141	1	1	1	1	1	False	40051	fragment	False	FIJ0144_000000021471	0.9218014305063382		0	0	False	False	0.9796215295791626	0					non-mobilizable	other	1375.0	95.055	100.0	0.013178018680081954	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0103_000000042694	1361	0.6718601643570141	1	1	1	1	1	False	123205	fragment	False	MAD0098_000000029526	0.6512015227218654		0	0	False	False	0.997061014175415	0					non-mobilizable	chromosome	1207.0	90.555	92.0	0.0004203654879237291	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0066_000000027483	1359	0.6718601643570141	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.6053141581476207		0	0	False	False	1.0	0					non-mobilizable	chromosome	1359.0	93.819	100.0	0.0004733468761197547	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0107_000000045492	1354	0.6718601643570141	1	1	1	1	1	False	90701	fragment	False	MON0107_000000045492	0.999597747385358		0	0	False	False	0.942392885684967	0					non-mobilizable	no_good_hit	1020.0	74.314	75.0	0.00018380364462083454	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
ENG0183_000000023013	1340	0.6718601643570141	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.5173132235999702		0	0	False	False	0.9992537498474121	0					non-mobilizable	chromosome	1339.0	99.029	99.0	0.00029777350875115837	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0043_000000024453	1211	0.6718601643570141	1	1	1	1	1	False	13288	fragment	False	MON0017_000000015285	0.9651702786377709		0	0	False	False	0.9694467186927795	0					non-mobilizable	no_good_hit	1074.0	72.253	88.0	0.00020135878346713685	NC_011830.1	firmicutes	Desulfitobacterium hafniense DCB-2, complete sequence	True	False
ISR0104_000000020475	1204	0.6718601643570141	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.16329064375321012		0	0	False	False	0.9983388781547546	0					non-mobilizable	other	1211.0	74.979	100.0	0.18972332015810275	NZ_CACWQI010000062.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	False	False
ISR0792_000000000296	27499	0.671857625301013	32	16	7	16	7	True	108400	backbone	False	ISR0280_000000000088	0.9241726940912511	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27187.0	95.553	99.0	0.22729364129934665	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0835_000000000214	27492	0.671857625301013	32	16	7	16	7	True	108400	backbone	False	ISR0280_000000000088	0.9240464819881331	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27187.0	95.531	99.0	0.22729364129934665	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0031_000000018490	1312	0.6718483339339326	2	2	2	1	1	False	36991	maximal	True	ISR0031_000000018490	1.0		2	2	False	False	0.9939024448394775	0					non-mobilizable	no_good_hit	796.0	75.0	59.0	0.005196135831381733	AP014513.1	firmicutes	Clostridium botulinum B str. Osaka05 DNA, contig: Osaka05p1_contig003, extrachromosome 1, complete sequence	True	False
ISR0133_000000012605	1730	0.6718478433430346	3	3	3	3	2	False	31529	maximal	True	ISR0133_000000012605	1.0		3	2	False	False	0.9971098303794861	0					non-mobilizable	no_good_hit	501.0	88.62299999999999	29.0	0.0035676419176433505	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0029_000000004915	2659	0.6718452591809478	3	1	1	1	1	False	73850	fragment	False	DEN0029_000000004915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	0.008575987235739928	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
CHI0063_000000010796	1306	0.6718418970700164	2	2	1	1	2	False	85392	maximal	True	CHI0063_000000010796	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1306.0	100.0	100.0	0.004891726048347496	MN915011.1	enterobacteria	Escherichia coli strain GD-33 plasmid pNDM33-1, complete sequence	False	True
AST0089_000000008747	2508	0.671840652205929	3	3	2	2	3	False	110265	maximal	False	FIJ0108_000000008066	0.942659051379751		0	0	False	False	1.0	0					non-mobilizable	other	2138.0	96.96	99.0	0.0006648170835280291	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0144_000000004432	4377	0.6718341334096365	3	3	3	3	3	False	84700	maximal	False	SPA0074_000000005441	0.49019149929939276		0	0	False	False	0.9995430707931519	0					non-mobilizable	chromosome	4377.0	98.60600000000001	100.0	0.0010980099322726597	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MON0088_000000002701	8340	0.6718331910594124	9	6	2	5	5	True	13055	maximal	True	MON0088_000000002701	1.0		1	1	False	False	0.999160647392273	0					non-mobilizable	no_good_hit	3479.0	95.861	87.0	0.0013031304414424763	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	True
AST0102_000000003722	7092	0.6718320184649077	5	3	3	2	2	False	108391	maximal	True	AST0102_000000003722	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	1.0	0.010360488220266818	NZ_JAAIPV010000070.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_70_length_7046_cov_103.404, whole genome shotgun sequence	True	False
ETH0004_000000024225	1202	0.6718318415180035	2	2	2	2	2	False	52848	maximal	True	ETH0004_000000024225	1.0		71	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000017264	1541	0.6718307312925546	3	3	3	3	3	False	17736	fragment	False	MAD0046_000000017264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	72.062	28.0	0.001108537770190227	NZ_RCCP01000004.1	firmicutes	Planococcus citreus strain DSM 20549 Ga0244514_104, whole genome shotgun sequence	True	False
AST0108_000000011224	2440	0.6718231091052769	3	3	1	2	2	False	126116	fragment	False	AST0108_000000011224	0.9922805469783855		0	0	False	False	0.9983606338500977	0					non-mobilizable	no_good_hit	44.0	95.455	2.0	0.00021281123643328368	NZ_FOCD01000005.1	firmicutes	Terribacillus saccharophilus strain DSM 21619, whole genome shotgun sequence	True	False
SPA0111_000000015210	2267	0.6718231091052769	3	3	1	2	2	False	126116	fragment	False	AST0108_000000011224	0.9573770491803278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000002350	11805	0.6718165869579661	13	7	3	5	5	False	116867	fragment	False	ENG0079_000000002350	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	99.115	1.0	2.745992505892238e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0094_000000001508	7651	0.6718165208979642	7	7	7	6	7	False	18418	maximal	True	MAD0094_000000001508	1.0		18	3	False	False	0.9989543557167053	0					non-mobilizable	no_good_hit	1242.0	86.795	58.0	0.0004372086819269787	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0025_000000031110	1370	0.6718110452754843	2	1	1	1	1	False	12789	fragment	False	MON0025_000000031110	1.0		0	0	False	False	0.989051103591919	0					non-mobilizable	no_good_hit								True	False
ISR0270_000000004304	1824	0.6717962630866181	3	2	2	1	1	False	26439	fragment	False	ISR0270_000000004304	1.0		0	0	False	False	0.999451756477356	0					non-mobilizable	no_good_hit	105.0	86.667	6.0	4.797134265791682e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
MON0043_000000004554	4908	0.6717934199238315	4	2	2	2	2	True	98529	fragment	False	MON0043_000000004554	1.0		0	0	False	False	0.9981662631034851	0					non-mobilizable	no_good_hit	85.0	98.824	2.0	0.000278153984721399	NZ_LT629842.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0171_000000006086	4043	0.6717828192668246	4	4	4	3	3	False	30009	maximal	True	ISR0171_000000006086	1.0		33	7	False	False	0.992332398891449	0					non-mobilizable	no_good_hit	192.0	78.646	5.0	0.0005434861585410157	NZ_QLTT01000010.1	high GC Gram+	Lechevalieria atacamensis strain DSM 45479 Ga0215649_110, whole genome shotgun sequence	True	False
FIJ0138_000000016477	1159	0.6717825161040613	3	2	2	2	1	False	40456	maximal	True	FIJ0138_000000016477	1.0		162	11	False	False	0.9974115490913391	0					non-mobilizable	other	1159.0	92.839	100.0	0.00034774838191624114	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0017_000000007064	5243	0.6717782251508009	3	3	3	3	3	False	92561	maximal	True	CAN0017_000000007064	1.0		271	12	False	False	1.0	0					non-mobilizable	other	5175.0	89.99	98.0	0.0026553788165274406	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
FIJ0135_000000003021	9840	0.6717752553001877	10	9	9	8	6	False	83722	fragment	False	FIJ0119_000000001551	0.9900980094978276		0	0	False	False	1.0	0					non-mobilizable	other	8324.0	99.495	100.0	0.020293911826452064	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0104_000000017790	1534	0.6717747255033581	3	3	3	2	2	False	42483	maximal	True	FIJ0104_000000017790	1.0		70	9	False	False	1.0	0					non-mobilizable	chromosome	1534.0	98.95700000000001	100.0	0.0002879582725358811	LR025099.1	enterobacteria	Klebsiella pneumoniae isolate EC-12536 genome assembly, chromosome: 1	False	False
CHI0120_000000002085	5706	0.6717706975798823	9	4	3	3	3	False	81880	maximal	True	CHI0120_000000002085	1.0		1	1	False	False	0.9982474446296692	0					non-mobilizable	no_good_hit	1736.0	99.94200000000001	30.0	0.0003229309247959951	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	False
ENG0010_000000015011	1441	0.6717618862092922	3	3	3	2	2	False	67260	fragment	False	ENG0010_000000015011	1.0		0	0	False	False	0.9993060231208801	0					non-mobilizable	chromosome	1441.0	99.792	100.0	0.000229622699607106	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
AST0057_000000002950	1952	0.6717603277049549	2	2	2	2	2	False	113185	fragment	False	ISR0015_000000012098	0.9392932670930407		0	0	False	False	1.0	0					non-mobilizable	chromosome	1952.0	100.0	100.0	0.0004104329489091971	CP051706.1	enterobacteria	Escherichia coli strain SCU-124 chromosome, complete genome	False	False
SPA0075_000000010003	1987	0.6717355300102872	4	4	4	3	2	False	106609	fragment	False	ENG0027_000000009711	0.6427707963402658		0	0	False	False	1.0	0					non-mobilizable	other	1987.0	98.289	100.0	0.007806174188527361	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0027_000000019345	1936	0.6717322397235683	2	2	2	1	1	False	110337	fragment	False	SPA0027_000000019345	0.9871052631578947		0	0	False	False	0.9932851195335388	0					non-mobilizable	other	1935.0	98.501	99.0	0.016408889492538326	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0087_000000012426	2599	0.6717225191093923	3	3	3	2	3	False	33850	maximal	True	ISR0087_000000012426	1.0		3	3	False	False	0.9969218969345093	0					non-mobilizable	no_good_hit	2341.0	86.331	89.0	0.1814135103475205	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0036_000000013858	1802	0.671718753643893	3	2	1	2	1	False	57546	fragment	False	SPA0036_000000013858	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	97.008	100.0	0.0005006914707499541	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0015_000000020473	1549	0.6717146939996714	3	1	1	1	1	False	50325	fragment	False	FIJ0015_000000020473	1.0		0	0	False	False	0.9896707534790039	0					non-mobilizable	no_good_hit	113.0	84.071	7.0	0.0001615185046847577	NZ_QEIH01000003.1	CFB group bacteria	Lutibacter citreus strain 1KV19 contig3, whole genome shotgun sequence	True	False
CHI0083_000000007495	1440	0.6717076995420703	3	3	3	2	2	False	84206	maximal	False	CHI0089_000000006236	0.9730786387047078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0087_000000027709	1835	0.6717076218050536	2	2	1	2	1	False	96077	fragment	False	MON0087_000000027709	1.0		0	0	False	False	0.9994550347328186	0					non-mobilizable	no_good_hit	420.0	75.0	23.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0083_000000020146	1779	0.6716963248229391	1	1	1	1	1	False	44071	maximal	True	FIJ0083_000000020146	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	3.0	1.570962085458452e-05	LT635623.1	apicomplexans	Plasmodium vivax genome assembly, chromosome: 12	True	False
ISR0246_000000003735	4614	0.6716929481200444	7	6	3	4	3	True	27140	fragment	False	ISR0246_000000003735	1.0		0	0	False	False	0.9958820939064026	0					non-mobilizable	no_good_hit	122.0	100.0	3.0	3.3835638770720485e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0170_000000036137	1305	0.6716876571438077	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.30174495823478875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	97.072	34.0	0.0001230206996906432	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0104_000000025071	1816	0.6716876270481222	2	2	2	2	2	False	8800	maximal	True	MON0104_000000025071	1.0		9	2	False	False	1.0	0					non-mobilizable	chromosome	1663.0	98.79700000000001	92.0	0.0006117567725744507	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
AST0029_000000009684	3149	0.6716870995130116	5	4	4	4	3	False	118355	fragment	False	AST0029_000000009684	1.0		0	0	False	False	0.9990473389625549	0					non-mobilizable	no_good_hit	994.0	82.99799999999999	31.0	0.0025918199633352297	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
MAD0062_000000009911	1457	0.6716856401552986	2	2	2	2	2	True	16758	maximal	True	MAD0062_000000009911	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	71.756	27.0	0.0001634592699942705	NZ_CADILD010000001.1	b-proteobacteria	Achromobacter piechaudii strain LMG 1861 isolate LMG 1861, whole genome shotgun sequence	True	True
ISR0023_000000020747	1548	0.6716845854771778	2	2	2	2	2	False	37514	maximal	True	ISR0023_000000020747	1.0		150	11	False	False	0.9664082527160645	0					non-mobilizable	other	1536.0	99.805	99.0	0.0006508923161208006	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0016_000000016133	1385	0.6716840784270847	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.3155324392419911		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	96.0	97.0	0.0003746160809992724	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0067_000000024379	1348	0.6716840784270847	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.3086270375133231		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	95.772	100.0	0.00037406068280653815	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0114_000000007196	1114	0.6716832334624827	1	1	1	1	1	False	82263	fragment	False	ISR0792_000000009886	0.10128518971848224		0	0	False	False	1.0	0					non-mobilizable	chromosome	1114.0	99.91	100.0	0.00044121547132158897	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0099_000000011021	1821	0.6716803526037142	3	2	2	2	1	False	33210	fragment	False	ISR0101_000000012810	0.9574123989218328		0	0	False	False	0.9824272394180298	0					non-mobilizable	other	1782.0	95.90299999999999	98.0	0.012146807164277656	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	False	False
USA0066_01_000000012757	1605	0.6716794882189211	2	1	1	1	1	False	114048	fragment	False	USA0066_01_000000012757	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	96.62899999999999	98.0	0.0014573150881271426	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
MAD0041_000000029732	1271	0.6716794882189211	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.7371057639308902		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	98.82	100.0	0.002031129051862561	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0031_000000020207	1211	0.6716794882189211	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.5495074640717211		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	99.917	100.0	0.0019351701990186609	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0171_000000004516	5124	0.6716755666982767	8	8	6	6	7	False	128466	maximal	True	ISR0171_000000004516	1.0		47	5	False	False	0.9984387159347534	0					non-mobilizable	no_good_hit	4411.0	99.637	86.0	0.01691677407475603	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0151_000000012890	1272	0.6716732112695889	2	2	2	2	2	False	103627	maximal	True	AST0151_000000012890	1.0		74	10	False	False	1.0	0					non-mobilizable	other	1272.0	99.214	100.0	0.0057949208954543386	NZ_CABIXZ010000004.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MON0019_000000008796	6385	0.6716673548802907	7	7	4	6	3	True	74596	maximal	True	MON0019_000000008796	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	2227.0	95.734	39.0	0.0010046707028089237	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	True
ISR0821_000000013451	2234	0.6716665717489605	4	3	2	2	2	True	21237	maximal	True	ISR0821_000000013451	1.0		1	1	False	False	0.9995523691177368	0					non-mobilizable	no_good_hit	358.0	74.86	16.0	8.841356674514954e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	True
ISR0145_000000010012	3110	0.6716652346987748	3	3	2	2	2	False	76681	maximal	False	ENG0041_000000007667	0.969672216859598		0	0	False	True	1.0	0					non-mobilizable	other	3110.0	98.296	100.0	0.03309559293165851	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ISR0785_000000020120	1849	0.6716641984985453	2	2	2	2	1	False	22181	maximal	True	ISR0785_000000020120	1.0		21	8	False	False	0.9945916533470154	0					non-mobilizable	no_good_hit								True	False
ISR0271_000000007938	2148	0.6716623441906329	4	3	3	2	1	False	102907	fragment	False	ISR0271_000000007938	1.0		0	0	False	False	0.9995344281196594	0					non-mobilizable	no_good_hit	627.0	76.236	29.0	0.0023797135161606267	NZ_QJKD01000010.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_110, whole genome shotgun sequence	True	False
ISR0781_000000007337	3537	0.67166032403085	5	4	4	4	4	False	92111	fragment	False	SPA0109_000000007761	0.9748695413347981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	73.203	30.0	0.001071521519893295	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
AST0153_000000006959	4317	0.6716429774242051	5	4	4	4	3	False	103500	maximal	True	AST0153_000000006959	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2371.0	97.469	82.0	0.0020318503486850916	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0230_000000016146	2062	0.6716389471893937	3	2	2	2	1	False	74491	fragment	False	ISR0230_000000016146	1.0		0	0	False	False	0.9966052174568176	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.00039683082691334035	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0017_01_000000001859	13315	0.6716356820744018	13	11	9	10	7	False	52996	maximal	True	USA0017_01_000000001859	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	5018.0	83.001	51.0	0.0014921326369447842	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0114_000000033641	1226	0.6716329477152501	2	2	2	2	1	False	41792	fragment	False	FIJ0114_000000033641	1.0		0	0	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	63.0	85.714	5.0	0.0004351182539125553	NZ_SLWW01000010.1	a-proteobacteria	Rhodovulum euryhalinum strain DSM 4868 Ga0310554_110, whole genome shotgun sequence	True	False
USA0017_01_000000011667	2369	0.6716316668745079	4	2	2	2	2	False	59537	maximal	True	USA0017_01_000000011667	1.0		0	0	False	False	0.9881806373596191	0					non-mobilizable	no_good_hit	274.0	97.08	12.0	0.09003957783641162	MK231496.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_8_c1 sequence	True	False
ISR0265_000000005951	2695	0.6716254971216324	6	2	2	2	1	True	118220	fragment	False	ISR0265_000000005951	0.945754397753317		0	0	False	False	1.0	0					non-mobilizable	chromosome	2695.0	99.295	100.0	0.0005376878464583855	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0312_000000010053	1770	0.6716247192906377	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.8550072966547687		0	0	False	False	0.9994350075721741	0					non-mobilizable	chromosome	1759.0	100.0	99.0	0.0007845142772227124	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0069_000000017791	1425	0.6716203719169913	2	2	2	2	1	False	94381	fragment	False	USA0069_01_000000039853	0.9753070229760284		0	0	False	False	0.9908772110939026	0					non-mobilizable	other	1407.0	99.85799999999999	99.0	0.04008096011858947	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	False	False
FIJ0092_000000025741	1431	0.6716197175127706	3	2	2	2	2	False	43285	fragment	False	FIJ0092_000000025741	0.9935361216730039		0	0	False	False	0.9993011951446533	0					non-mobilizable	other	1431.0	99.72	100.0	0.0007277164816587458	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	False
FIJ0048_000000012798	2503	0.6716183989054737	4	4	4	4	3	False	46774	fragment	False	FIJ0048_000000012798	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1890.0	73.915	74.0	0.0006919639376905778	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ENG0176_000000000045	92330	0.6716167343851569	86	11	4	10	3	True	127415	maximal	False	SPA0046_000000000019	0.7065361477514553		0	0	True	True	1.0	126					non-mobilizable	virus	31474.0	97.64200000000001	97.0	0.32415391747797867	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0128_000000003707	8406	0.6716144157864248	11	10	4	5	10	False	31869	maximal	True	ISR0128_000000003707	1.0		1	1	False	False	0.9980965852737427	0					non-mobilizable	chromosome	8088.0	99.975	96.0	0.001658784347163647	CP023527.1	enterobacteria	Citrobacter koseri strain FDAARGOS_393 chromosome, complete genome	False	False
SPA0095_000000001720	12203	0.6716128484569868	13	5	4	3	4	False	67569	maximal	True	SPA0095_000000001720	1.0		6	3	False	False	0.9993444085121155	0					non-mobilizable	other	6246.0	99.68	99.0	0.014466185696506748	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0083_000000028721	1403	0.6715982853509801	2	1	1	1	1	True	9863	fragment	False	MON0083_000000028721	1.0		0	0	False	False	0.9950106739997864	0					non-mobilizable	other	1233.0	96.999	100.0	0.00038875709434364736	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
FIJ0006_000000028049	1403	0.6715929574073661	2	2	2	2	2	False	51670	fragment	False	FIJ0006_000000028049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	83.382	72.0	0.0003199255629350318	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0046_000000020436	1654	0.6715895464576537	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.8374331861354386		0	0	False	False	1.0	0					non-mobilizable	other	1654.0	97.58200000000001	100.0	0.09380320054477358	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ENG0104_000000002935	8306	0.6715848992961735	9	7	2	4	7	False	117827	maximal	True	ENG0104_000000002935	1.0	PS794|PS796	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2194.0	96.21700000000001	52.0	0.0004179602396254527	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
ENG0181_000000011175	1815	0.6715831972461832	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.01998347651615388		0	0	False	False	0.9906336069107056	0					non-mobilizable	no_good_hit	300.0	82.667	17.0	0.00010178919355198017	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0202_000000004722	2766	0.6715828253450306	6	5	3	4	3	True	115623	fragment	False	ISR0202_000000004722	0.9708454810495626		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1291.0	95.81700000000001	88.0	0.19105450236966826	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
ENG0013_000000005864	4298	0.6715806974108742	5	3	2	3	2	False	96886	fragment	False	ENG0013_000000005864	1.0		0	0	False	False	0.9997673630714417	0					non-mobilizable	no_good_hit	1093.0	76.67	25.0	0.004879802987058508	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ENG0181_000000014495	1390	0.6715765647343982	2	2	2	2	2	False	55263	fragment	False	ISR0184_000000007529	0.9591127312401572		0	0	False	False	1.0	0					non-mobilizable	other	1390.0	98.705	100.0	0.021219065077910174	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0145_000000005575	5839	0.6715756751577966	8	5	3	4	4	True	127538	fragment	False	ENG0145_000000005575	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3308.0	99.57700000000001	60.0	0.543110527180161	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ISR0012_000000008555	2733	0.6715742180051001	3	3	3	3	3	False	82177	maximal	True	ISR0012_000000008555	0.9968045112781955		554	14	False	False	1.0	0					non-mobilizable	other	2734.0	99.488	100.0	0.06497396761999857	NZ_CYYV01000021.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0141_000000011426	2015	0.6715734160794515	2	2	1	1	2	False	113843	maximal	False	ISR0091_000000011009	0.13355296357390328		0	0	False	False	0.9955335259437561	0					non-mobilizable	other	1210.0	89.256	90.0	0.00037611785399409785	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0058_000000026433	1914	0.6715711450233774	3	3	3	3	2	False	11007	fragment	False	MON0058_000000026433	1.0		0	0	False	False	0.9973876476287842	0					non-mobilizable	no_good_hit	492.0	73.374	45.0	0.00015843341043759307	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0123_000000001898	15766	0.6715701440741686	19	6	1	6	1	False	41389	maximal	True	FIJ0123_000000001898	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0133_000000005877	3273	0.6715660273965033	4	2	2	2	1	True	31541	fragment	False	ISR0133_000000005877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0003_000000011866	4125	0.6715657596063757	6	6	6	6	5	False	96763	fragment	False	CAN0003_000000011866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	77.848	4.0	0.00039476566200928083	NZ_PIUM01000002.1	a-proteobacteria	Telmatospirillum siberiense strain 26-4b1 NODE_2_length_392699_cov_16.397799, whole genome shotgun sequence	True	False
CHI0132_000000010010	3169	0.6715644329235699	3	3	3	3	3	False	80932	fragment	False	CHI0132_000000010010	1.0		0	0	False	False	0.9936888813972473	0					non-mobilizable	no_good_hit	909.0	73.377	28.0	0.0015328603723837953	NZ_BCWR01000004.1	b-proteobacteria	Hydrogenophaga taeniospiralis CCUG 15921 strain NBRC 102512, whole genome shotgun sequence	True	False
AST0024_000000005163	5811	0.6715643037414756	7	6	6	4	5	False	121781	maximal	True	AST0024_000000005163	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	94.34	6.0	0.00011548080268265183	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
ISR0338_000000017028	1682	0.6715627336769431	2	1	1	1	1	False	24414	maximal	True	ISR0338_000000017028	1.0		7	3	False	False	1.0	0					non-mobilizable	other	1517.0	91.76	90.0	0.004925512256545273	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	False
FIJ0030_000000008401	3657	0.6715587229530715	3	2	2	2	1	False	48766	fragment	False	FIJ0030_000000008401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0161_000000013908	1508	0.6715554617552806	2	2	2	2	2	False	56397	maximal	True	ENG0161_000000013908	1.0		8	6	False	False	0.9953581094741821	0					non-mobilizable	no_good_hit	921.0	100.0	61.0	0.0038951526518791993	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	True	False
AST0118_000000026974	1161	0.671554947044509	1	1	1	1	1	False	105692	fragment	False	ISR0039_000000030198	0.6323232323232323		0	0	False	False	0.9870800971984863	0					non-mobilizable	chromosome	992.0	99.59700000000001	90.0	0.00033674072357460304	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0234_000000011726	1260	0.6715501559210699	3	2	2	1	2	False	27348	maximal	True	ISR0234_000000011726	1.0		3	2	False	False	0.9753968119621277	0					non-mobilizable	no_good_hit								True	False
CHI0096_000000000870	5837	0.6715487170244052	3	3	3	2	2	True	83479	maximal	True	CHI0096_000000000870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2535.0	90.178	43.0	0.0685524488851379	NZ_KB904241.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_21.22, whole genome shotgun sequence	True	True
ISR0062_000000015364	2395	0.6715458126312288	2	1	1	1	1	True	35348	fragment	False	ISR0062_000000015364	1.0		0	0	False	False	0.9720250368118286	0					non-mobilizable	other	2395.0	100.0	100.0	0.0006281824038079294	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ENG0065_000000010719	2620	0.6715413136579733	3	3	3	2	2	False	80611	fragment	False	ENG0065_000000010719	1.0		0	0	False	False	0.981679379940033	0					non-mobilizable	no_good_hit	1731.0	81.80199999999999	79.0	0.00038301061925317156	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0364_000000008852	1943	0.6715379799148311	2	2	2	2	2	False	105783	fragment	False	ISR0364_000000008852	1.0		0	0	False	False	0.9855892658233643	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000018012	1849	0.6715310998785288	4	4	3	1	0	False	61817	maximal	True	ENG0079_000000018012	1.0		38	10	False	False	0.9918875098228455	0					non-mobilizable	no_good_hit	233.0	73.391	12.0	0.00011541883818482268	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
ENG0052_000000023244	1424	0.6715301909200841	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.765568054484204		0	0	False	False	0.9859550595283508	0					non-mobilizable	other	1340.0	98.35799999999999	94.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0084_000000005576	4661	0.6715242910292946	5	5	4	4	4	False	125479	fragment	False	MON0096_000000006216	0.9231135126859401		0	0	False	False	0.9957090616226196	0					non-mobilizable	no_good_hit	1493.0	84.863	89.0	0.0004490338994995275	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0357_000000008346	2917	0.671517208077454	4	2	2	2	2	False	107370	maximal	True	ISR0357_000000008346	1.0		25	5	False	False	0.9945149421691895	0					non-mobilizable	no_good_hit	809.0	78.368	27.0	0.00027506494971125055	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ISR0233_000000004749	2731	0.671517208077454	3	2	2	2	2	False	107373	fragment	False	ISR0233_000000004749	0.9523181304183943		0	0	False	False	0.9919443130493164	0					non-mobilizable	no_good_hit	809.0	78.368	29.0	0.00027506494971125055	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ISR0035_000000003546	4815	0.6715141292066132	9	5	4	5	2	True	36812	fragment	False	ISR0853_000000002826	0.7873534028774328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	1.0	1.559425750718129e-05	CP002876.1	b-proteobacteria	Nitrosomonas sp. Is79A3, complete genome	True	True
ISR0796_000000005599	3908	0.6715120081129679	5	3	3	3	3	False	101579	fragment	False	ISR0796_000000005599	0.9742381708561656		0	0	False	False	1.0	0					non-mobilizable	other	3909.0	98.67	100.0	0.0077145688487762895	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0036_000000002260	3897	0.6715120081129679	5	3	3	3	3	False	101579	fragment	False	ISR0796_000000005599	0.9716529462398926		0	0	False	False	1.0	0					non-mobilizable	other	3897.0	98.486	99.0	0.007690880305740129	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0216_000000003681	5454	0.671511765593657	6	5	4	5	2	False	131599	maximal	True	ISR0216_000000003681	1.0		23	6	False	False	0.9957829117774963	0					non-mobilizable	no_good_hit	3483.0	99.971	64.0	0.0015102929369732463	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	True	False
ISR0853_000000009539	1867	0.6715060776522471	3	3	3	2	0	True	37653	maximal	True	ISR0853_000000009539	1.0		0	0	False	False	0.9892876148223877	0					non-mobilizable	other	1407.0	90.26299999999999	98.0	0.0004496001735501598	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0120_000000030224	1316	0.6715060776522471	4	3	3	2	0	True	22770	fragment	False	SPA0120_000000030224	0.9944267515923567		0	0	False	False	1.0	0					non-mobilizable	other	907.0	99.228	100.0	0.00029074786383757656	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CAN0001_000000033364	1298	0.6714993501563992	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.23681922908470726		0	0	False	False	0.9976887702941895	0					non-mobilizable	other	1295.0	95.83	99.0	0.00035906493160271254	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0143_000000014659	2029	0.6714949336022312	3	2	2	1	1	False	56597	fragment	False	ISR0143_000000014659	1.0		0	0	False	False	0.9832429885864258	0					non-mobilizable	other	2030.0	98.818	100.0	0.005341677729312852	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
ISR0160_000000015760	1850	0.6714949336022312	3	2	2	1	1	False	56597	fragment	False	ISR0143_000000014659	0.9558896007885658		0	0	False	False	0.9924324154853821	0					non-mobilizable	other	1851.0	98.811	100.0	0.004870198284763048	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
ISR0334_000000007187	2802	0.6714930129007923	5	5	5	4	3	False	114518	fragment	False	ENG0170_000000003849	0.9694241797457072		0	0	False	False	1.0	0					non-mobilizable	other	2801.0	98.64299999999999	99.0	0.04427874873353597	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
ISR0038_000000022242	1553	0.6714907273014415	3	2	2	2	1	True	82506	fragment	False	ISR0038_000000022242	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	92.56	96.0	0.004837206259913984	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
CHI0111_000000020644	1456	0.6714907273014415	2	2	2	2	1	True	82504	fragment	False	CHI0111_000000020644	1.0		0	0	False	False	0.9986263513565063	0					non-mobilizable	no_good_hit	1208.0	96.109	89.0	0.003944334516197609	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ENG0038_000000022754	1216	0.6714907273014415	2	2	2	2	1	True	65013	fragment	False	ENG0038_000000022754	0.9670886075949368		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	94.536	99.0	0.003944334516197609	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ISR0141_000000025756	1185	0.6714907273014415	2	2	2	2	1	True	65013	fragment	False	ENG0038_000000022754	0.9551809210526316		0	0	False	False	0.99915611743927	0					non-mobilizable	other	1142.0	95.884	96.0	0.0037317460057889485	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
DEN0079_000000042168	1466	0.6714896897245178	3	3	3	2	2	False	69480	fragment	False	DEN0079_000000042168	1.0		0	0	False	False	0.9965893626213074	0					non-mobilizable	no_good_hit	995.0	71.256	66.0	0.0014354604560950154	NZ_GG665867.1	firmicutes	Shuttleworthia satelles DSM 14600 Scfld1, whole genome shotgun sequence	True	False
TAN0005_000000003373	3967	0.6714683052504887	4	4	4	4	4	False	2944	maximal	True	TAN0005_000000003373	1.0		5	2	False	False	0.9947063326835632	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.005414746543778802	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ISR0016_000000004530	4316	0.6714676006013482	5	4	4	4	3	False	107423	maximal	True	ISR0016_000000004530	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1661.0	75.858	38.0	0.0004292033344165103	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0113_000000016867	1526	0.6714603762170634	2	2	1	2	1	False	41932	fragment	False	FIJ0113_000000016867	0.949868073878628		0	0	False	False	0.9757536053657532	0					non-mobilizable	chromosome	1402.0	96.006	92.0	0.00039211285013424476	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0158_000000011183	1692	0.6714603513252086	4	2	0	1	1	False	79687	maximal	True	CHI0158_000000011183	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	94.725	62.0	0.20594633792603337	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	True	False
ISR0262_000000012657	1353	0.6714603513252086	2	2	0	1	1	False	79686	fragment	False	ISR0262_000000012657	1.0		0	0	False	False	0.9918699264526367	0					non-mobilizable	plasmid	1353.0	100.0	100.0	0.32594021215043395	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
CHI0158_000000018415	1120	0.6714603513252086	2	2	0	1	1	False	79685	fragment	False	CHI0158_000000018415	0.928797736293634		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	99.911	100.0	0.2648520710059172	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	False
DEN0008_000000004216	1992	0.6714498586890733	3	3	3	3	3	False	76127	fragment	False	DEN0008_000000004216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0811_000000004841	2929	0.6714470470763374	4	3	3	3	3	False	21689	maximal	True	ISR0811_000000004841	1.0		2	2	False	False	0.9993171691894531	0					non-mobilizable	chromosome	2327.0	76.708	97.0	0.0012242038926042233	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
ISR0197_000000009626	2617	0.6714413797540044	2	2	2	2	1	True	28939	maximal	True	ISR0197_000000009626	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.00018450468180630084	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
DEN0073_000000011439	4142	0.6714323533957268	4	4	4	4	4	False	73266	maximal	False	USA0039_01_000000005508	0.9950992110925173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	91.70200000000001	36.0	0.0003190711800570658	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0056_000000004648	5139	0.6714310192154263	8	7	6	6	4	False	46211	maximal	True	FIJ0056_000000004648	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	82.947	23.0	0.0003614110206067266	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
FIJ0088_000000005661	4893	0.6714245696844161	6	3	2	3	2	False	43687	fragment	False	FIJ0088_000000005661	1.0		0	0	False	False	0.9991825222969055	0					non-mobilizable	no_good_hit	1356.0	85.103	28.0	0.0004025333884399349	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	True	False
ISR0181_000000013579	1387	0.6714226851840494	3	3	2	2	3	False	78931	fragment	False	SPA0137_000000022025	0.5028092889246989		0	0	False	False	0.9798125624656677	0					non-mobilizable	other	1387.0	93.223	100.0	0.04659919981172041	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0031_000000004369	5761	0.671422669978641	5	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9755909667550816	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5746.0	99.965	100.0	0.0011126844281702645	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CAN0008_000000004848	5750	0.671422669978641	5	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9760816075116522	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5750.0	100.0	100.0	0.0011134591431768235	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0078_000000004505	5749	0.671422669978641	5	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9759192350887352	PS1101	0	0	False	True	0.999652087688446	0					non-mobilizable	other	5749.0	99.40899999999999	100.0	0.0011132654644251836	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CAN0020_000000006239	5723	0.671422669978641	4	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9753355150081383	PS1101	0	0	True	True	1.0	1					non-mobilizable	other	5723.0	99.98299999999999	100.0	0.0011082298168825506	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0068_000000003296	5643	0.671422669978641	4	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9752842492093448	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	5657.0	99.116	100.0	0.001128865055519164	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0067_000000004131	5387	0.6714125024738181	6	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.9440944479042259		0	0	False	False	1.0	0					non-mobilizable	plasmid	5388.0	99.462	100.0	0.060702767315455916	KJ484630.1	enterobacteria	Escherichia coli plasmid pH1519-88, complete sequence	False	True
MAD0099_000000011641	2643	0.6713973373168058	3	3	3	3	3	False	107612	maximal	True	MAD0099_000000011641	0.9609405363389041		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	73.543	24.0	0.001509987279206844	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
MAD0046_000000001495	12458	0.6713965711578689	10	9	7	6	4	True	19577	fragment	False	MAD0046_000000001495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2093.0	86.479	27.0	0.006715060599719938	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0004_000000027451	1632	0.6713923584115039	3	2	1	2	2	False	14210	fragment	False	MON0004_000000027451	1.0		0	0	False	False	0.9613970518112183	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000019726	2169	0.6713915646897763	2	2	2	2	1	False	4941	maximal	True	SPA0101_000000019726	1.0		82	10	False	False	0.9995389580726624	0					non-mobilizable	no_good_hit	1532.0	98.76	71.0	0.0032013415942304755	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0280_000000007016	1891	0.6713894413662048	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.9806163113716279		0	0	False	False	0.9941829442977905	0					non-mobilizable	other	1891.0	98.149	100.0	0.017898405242622827	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
MON0061_000000012061	3552	0.6713865721056946	4	4	4	4	4	False	124468	maximal	False	ISR0306_000000002404	0.9485650989895472		0	0	False	False	1.0	0					non-mobilizable	other	3552.0	99.184	100.0	0.0078079624056180364	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0159_000000015308	1651	0.6713847883792192	4	4	3	3	2	False	39394	maximal	True	FIJ0159_000000015308	1.0		3	1	False	False	0.9945487380027771	0					non-mobilizable	no_good_hit	183.0	75.41	11.0	4.0499093634809494e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AUS0020_000000009885	2819	0.6713777481149626	4	4	3	4	2	False	99685	maximal	True	AUS0020_000000009885	1.0		13	7	False	False	0.9996452927589417	0					non-mobilizable	no_good_hit	1333.0	76.069	47.0	0.0005403587637281305	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
MON0042_000000012237	2168	0.6713772198274858	4	4	3	2	2	False	11725	fragment	False	MON0042_000000012237	1.0		0	0	False	False	0.9741697311401367	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000011309	2252	0.6713734776964242	3	3	3	3	3	False	99109	fragment	False	ISR0058_000000011309	0.9775435380384968		0	0	False	False	1.0	0					non-mobilizable	other	2254.0	96.89399999999999	100.0	0.00640178294771972	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
SPA0005_000000005687	5215	0.6713691820655664	2	1	1	1	1	False	8342	maximal	True	SPA0005_000000005687	1.0		31	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0211_000000020777	1112	0.6713658507031557	2	2	2	2	2	False	28383	maximal	True	ISR0211_000000020777	1.0		38	12	False	False	0.991906464099884	0					non-mobilizable	no_good_hit	140.0	77.857	13.0	3.8089329616837785e-05	CP010869.1	a-proteobacteria	Confluentimicrobium sp. EMB200-NS6, complete genome	True	False
MON0095_000000002762	8679	0.6713645680541942	11	7	6	7	7	False	95396	fragment	False	MON0095_000000002762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5754.0	95.04700000000001	67.0	0.0018029734004962883	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
MAD0026_000000011312	1275	0.6713548757199802	2	2	2	1	1	False	76106	fragment	False	ISR0081_000000017451	0.5090091478933961		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	98.039	100.0	0.0002833076805980752	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0008_000000008269	1154	0.6713548757199802	2	2	2	1	1	False	76106	fragment	False	ISR0081_000000017451	0.3584790916675547		0	0	False	False	0.9965338110923767	0					non-mobilizable	other	1154.0	99.22	100.0	0.008510418435057314	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
MON0107_000000057359	1028	0.6713548757199802	2	2	2	1	1	False	76106	fragment	False	ISR0081_000000017451	0.14548641542506574		0	0	False	False	0.9873540997505188	0					non-mobilizable	other	1028.0	98.541	100.0	0.00394464438665965	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	False	False
ENG0138_000000008157	2408	0.6713544969821215	2	2	2	2	2	False	57935	fragment	False	ENG0138_000000008157	1.0		0	0	False	False	0.9954319000244141	0					non-mobilizable	no_good_hit	251.0	77.291	10.0	8.53384147961046e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0145_000000020903	1380	0.6713413230825678	2	2	1	2	1	True	63049	fragment	False	ISR0123_000000014229	0.7146832991946915		0	0	False	False	0.9985507130622864	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00021311463362654967	NZ_FNDC01000013.1	firmicutes	Planomicrobium glaciei strain CGMCC 1.6846, whole genome shotgun sequence	True	True
USA0020_01_000000015824	2202	0.6713401338806624	4	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.2645962068835399		0	0	False	False	1.0	0					non-mobilizable	other	2202.0	99.818	100.0	0.0006580066494247599	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0122_000000019600	1169	0.6713388872126335	2	2	2	1	1	False	4098	maximal	True	SPA0122_000000019600	1.0		154	12	False	False	1.0	0					non-mobilizable	chromosome	1169.0	98.46	100.0	0.0003251557225876048	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0110_000000015739	1133	0.6713369426007926	2	2	2	2	2	False	4596	maximal	True	SPA0110_000000015739	1.0		13	4	False	False	1.0	0					non-mobilizable	other	1133.0	100.0	100.0	0.0017878690243794577	NZ_QVMD01000001.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf1, whole genome shotgun sequence	False	False
MON0011_000000011855	3922	0.671336352707062	3	3	3	3	3	False	122467	fragment	False	ISR0169_000000006572	0.9417782800307258		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2310.0	94.069	59.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MAD0078_000000005525	1705	0.6713311598172298	2	2	2	1	1	False	66460	fragment	False	MAD0078_000000005525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	71.703	48.0	0.006115498334518507	NZ_MRAE01000004.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_3, whole genome shotgun sequence	True	False
ISR0025_000000016103	2444	0.6713277428406688	4	4	4	3	3	False	94375	fragment	False	SPA0085_000000005348	0.9542445482866044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	98.65799999999999	18.0	0.003741202721179737	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AUS0016_000000003762	6156	0.6713272055464309	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9701247851974685	PS1159|PS463	0	0	True	True	0.9991877675056458	17		MOBV			mobilizable	no_good_hit	1512.0	95.04	75.0	0.0128424293453763	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0340_000000004068	6155	0.6713272055464309	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9789010502438121	PS1159|PS463	0	0	True	True	1.0	198		MOBV			mobilizable	no_good_hit	1513.0	92.994	75.0	0.0128424293453763	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
USA0084_01_000000025436	1245	0.6713260802605049	2	2	2	2	2	False	460	maximal	True	USA0084_01_000000025436	1.0		18	7	False	False	0.9911646842956543	0					non-mobilizable	no_good_hit	525.0	72.0	41.0	0.0012886761389436408	NZ_FUWX01000004.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	False
ENG0162_000000010782	2293	0.6713168347367224	3	2	2	2	2	False	56362	maximal	False	ISR0847_000000011419	0.9674457429048413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	71.257	50.0	0.00038439051383452427	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0020_000000021301	1271	0.6713160883351814	3	2	2	2	2	False	120657	fragment	False	ISR0241_000000011415	0.9436386961617786		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	97.561	100.0	0.002108531250259416	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0009_000000017621	1579	0.671315764100858	3	3	3	2	2	False	94758	fragment	False	CAN0009_000000017621	1.0		0	0	False	False	0.9740341901779175	0					non-mobilizable	other	1537.0	80.02600000000001	97.0	0.0006396727021979842	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
TAN0006_000000000215	18247	0.6713155027640698	25	6	2	4	2	False	2897	maximal	True	TAN0006_000000000215	1.0		1	1	False	False	0.9996163845062256	0					non-mobilizable	no_good_hit	615.0	83.902	3.0	0.00016995184697668993	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0046_000000003341	6007	0.6713127335676901	8	8	8	8	7	False	99964	maximal	True	DEN0046_000000003341	1.0		1	1	False	False	0.9981688261032104	0					non-mobilizable	no_good_hit	1462.0	73.461	27.0	0.0006063583907907946	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
FIJ0121_000000015657	1649	0.6713109514109025	2	1	1	1	1	False	41465	fragment	False	FIJ0121_000000015657	1.0		0	0	False	False	0.9957550168037415	0					non-mobilizable	no_good_hit	961.0	78.35600000000001	58.0	0.06868309504993175	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0082_000000026263	1290	0.6713109514109025	1	1	1	1	1	False	34145	fragment	False	ISR0082_000000026263	1.0		0	0	False	False	0.9992247819900513	0					non-mobilizable	no_good_hit	961.0	78.35600000000001	74.0	0.06868309504993175	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0136_000000022992	1225	0.6713109514109025	1	1	1	1	1	False	40510	fragment	False	FIJ0136_000000022992	1.0		0	0	False	False	0.9322448968887329	0					non-mobilizable	no_good_hit	961.0	78.35600000000001	78.0	0.06868309504993175	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0797_000000005675	2003	0.671309542028801	3	3	3	3	2	False	21937	fragment	False	ISR0797_000000005675	1.0		0	0	False	False	0.9890164732933044	0					non-mobilizable	no_good_hit	66.0	84.848	3.0	0.0002310585324583917	NZ_FNHZ01000003.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0842_000000019994	1182	0.6713088202484947	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.21415074527402653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	98.45200000000001	27.0	8.941910903021921e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0068_000000009473	2513	0.6713070440985248	5	3	3	3	2	False	119276	maximal	True	ENG0068_000000009473	1.0		0	0	False	False	0.9936330914497375	0					non-mobilizable	no_good_hit	350.0	98.85700000000001	14.0	0.0009192532187032471	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
SPA0134_000000020482	1225	0.6713042383059169	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.2840972360035752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	89.868	19.0	6.804427213252856e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
AST0005_000000022077	1225	0.6713042383059169	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.281053949618327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	90.30799999999999	19.0	6.804427213252856e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
TAN0017_000000009244	3660	0.6712989785540353	4	2	2	2	2	False	71894	fragment	False	TAN0017_000000009244	0.9929024463908185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.053267214439073e-06	CP033906.1	firmicutes	Bacillus sp. FJAT-42376 chromosome	True	False
MAD0077_000000009875	1288	0.6712969235813071	2	2	2	2	2	False	101087	fragment	False	TAN0024_000000004209	0.04097551553149818		0	0	False	False	0.9976708292961121	0					non-mobilizable	chromosome	1291.0	80.945	99.0	0.00034038203348388214	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CAN0007_000000022786	1777	0.6712957295223716	2	2	2	2	2	False	119248	maximal	True	CAN0007_000000022786	0.9814663620619544		26	10	False	False	0.9960607886314392	0					non-mobilizable	no_good_hit	538.0	74.164	30.0	0.015970885466794996	NZ_SPFY01000026.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_26_length_33248_cov_17.5032, whole genome shotgun sequence	True	False
CAN0009_000000023350	1238	0.6712801528456595	1	1	1	1	1	False	94694	maximal	True	CAN0009_000000023350	1.0		2	2	False	False	0.9636510610580444	0					non-mobilizable	other	1238.0	81.34100000000001	100.0	0.00034679345330400856	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0110_000000008044	3407	0.6712660280025158	6	4	4	3	3	False	14561	maximal	True	MAD0110_000000008044	1.0		1	1	False	False	0.9906075596809387	0					non-mobilizable	no_good_hit	1211.0	96.61399999999999	36.0	0.0005643156623247007	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0085_000000002834	5745	0.6712643578224284	14	4	2	2	4	False	9797	maximal	True	MON0085_000000002834	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000016938	3364	0.6712602140258667	4	4	2	3	2	True	74376	fragment	False	MON0090_000000016938	1.0		0	0	False	False	0.9913793206214905	0					non-mobilizable	other	3228.0	76.425	94.0	0.07834786053882725	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
ENG0158_000000001970	7408	0.6712575755278892	9	5	5	5	3	False	56586	maximal	True	ENG0158_000000001970	1.0	PS57	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	2383.0	99.287	32.0	0.04476181527764728	NZ_JHWQ01000014.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00014.14_C, whole genome shotgun sequence	True	True
CHI0046_000000006567	1751	0.6712517009108657	1	1	1	1	1	False	87047	fragment	False	CHI0046_000000006567	1.0		0	0	False	False	0.9965733885765076	0					non-mobilizable	no_good_hit	1199.0	76.39699999999999	68.0	0.00021411625501643154	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ITA0001_000000002079	1573	0.6712517009108657	2	1	1	1	1	False	103867	fragment	False	ITA0001_000000002079	1.0		0	0	False	False	0.9961856603622437	0					non-mobilizable	other	1572.0	99.23700000000001	99.0	0.049281636238157976	NZ_CYXX01000037.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0210_000000017579	1502	0.6712517009108657	1	1	1	1	1	False	53702	fragment	False	ENG0210_000000017579	1.0		0	0	False	False	0.995339572429657	0					non-mobilizable	no_good_hit	1057.0	73.51	69.0	0.0004195338172494556	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
MON0096_000000028224	1354	0.6712517009108657	1	1	1	1	1	False	9261	fragment	False	MON0096_000000028224	1.0		0	0	False	False	0.9815362095832825	0					non-mobilizable	other	1248.0	79.087	92.0	0.0003737404705214839	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
CHI0005_000000016416	1243	0.6712517009108657	1	1	1	1	1	False	90701	fragment	False	MON0107_000000045492	0.9586410635155096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	74.336	81.0	0.0001832582332124641	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
ENG0141_000000013738	1961	0.6712432804967275	2	2	2	2	2	False	131871	maximal	False	ISR0170_000000022890	0.9810351035921762		0	0	False	False	1.0	0					non-mobilizable	other	1961.0	100.0	100.0	0.011360277283502675	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
CAN0003_000000034723	1411	0.6712388089713198	3	1	1	1	1	True	96459	fragment	False	CAN0003_000000034723	1.0		0	0	False	False	0.987243115901947	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	0.0004415169089043221	NZ_JABAGO010000017.1	firmicutes	Aneurinibacillus aneurinilyticus strain WB01_D5_05 Contig_17, whole genome shotgun sequence	True	True
FIJ0138_000000011021	1684	0.6712368860686256	3	2	1	1	2	True	48013	fragment	False	FIJ0138_000000011021	0.9817184643510055		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	95.036	99.0	0.027570494617975304	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
SPA0028_000000027912	1211	0.671222621223906	2	1	1	1	1	False	26951	fragment	False	ISR0252_000000009922	0.9615091463414633		0	0	False	False	0.9818332195281982	0					non-mobilizable	other	1211.0	99.917	100.0	0.0004110874009185935	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0118_000000009565	1119	0.6712215856941459	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1597750661853688		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	99.374	100.0	0.0003366083904609156	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0368_000000002750	4317	0.6712212445573605	5	3	2	3	0	True	126245	maximal	True	ISR0368_000000002750	1.0	PS261|PS950|PS951	1	1	True	True	0.9993050694465637	21					non-mobilizable	no_good_hit	890.0	99.32600000000001	40.0	0.49361465852304276	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
MON0007_000000036011	1765	0.6712096960349914	1	1	1	1	1	False	13943	maximal	True	MON0007_000000036011	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	74.61	68.0	0.0003132137987962743	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0357_000000006719	3498	0.6712079813589725	2	2	2	2	1	False	112020	fragment	False	ISR0357_000000006719	1.0		0	0	False	False	0.9997141361236572	0					non-mobilizable	no_good_hit	2477.0	98.345	71.0	0.000692984594527045	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0274_000000007324	1190	0.6712056009583623	2	2	2	2	2	False	26345	fragment	False	ISR0274_000000007324	1.0		0	0	False	False	0.9941176176071167	0					non-mobilizable	other	1192.0	97.23200000000001	100.0	0.024354472216484197	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0072_01_000000007207	2760	0.6711941385665207	5	4	2	3	3	True	131064	fragment	False	USA0072_01_000000007207	0.7602397804401259		0	0	False	False	0.9934782385826111	0					non-mobilizable	chromosome	2760.0	96.23200000000001	100.0	0.0007680690399137001	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
CHI0045_000000002971	5933	0.6711894474880847	9	8	2	4	8	False	87191	maximal	True	CHI0045_000000002971	1.0		1	1	False	False	0.9991572499275208	0					non-mobilizable	no_good_hit	2547.0	99.804	83.0	0.012196991472645396	CP032915.1	enterobacteria	Enterobacter roggenkampii strain ECY546 plasmid pY546, complete sequence	True	False
FIJ0129_000000008785	2397	0.6711891648835273	4	2	0	2	1	True	66442	fragment	False	FIJ0129_000000008785	1.0		0	0	False	False	0.9945765733718872	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.5482581891653706e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	True
MAD0090_000000011369	1218	0.6711871610665269	3	2	2	2	2	False	15772	fragment	False	MAD0090_000000011369	1.0		0	0	False	False	0.9983579516410828	0					non-mobilizable	chromosome	1218.0	93.76	100.0	0.0005900877858616518	LR134481.1	g-proteobacteria	Haemophilus parainfluenzae strain NCTC10665 genome assembly, chromosome: 1	False	False
CHI0068_000000012305	1328	0.6711760919395552	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.18763867324345487		0	0	False	False	0.9992470145225525	0					non-mobilizable	chromosome	586.0	97.44	100.0	0.0001634503243957166	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0140_000000033401	1073	0.6711760919395552	2	2	1	2	1	False	40313	fragment	False	FIJ0140_000000033401	1.0		0	0	False	False	0.9916123151779175	0					non-mobilizable	chromosome	976.0	91.086	100.0	0.0002726037944544999	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0010_000000004347	4455	0.6711755503547824	5	5	5	5	4	False	8093	maximal	True	SPA0010_000000004347	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	73.92699999999999	7.0	0.0017032344191452754	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
AUS0016_000000021271	1333	0.6711706374617114	2	2	2	2	2	False	100124	maximal	True	AUS0016_000000021271	1.0		258	15	False	False	1.0	0					non-mobilizable	other	1347.0	77.283	99.0	0.00039923320729085346	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0023_000000008573	3303	0.6711701858509304	6	3	1	2	2	False	63765	fragment	False	ISR0023_000000008573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	81.74600000000001	11.0	0.09278883432411476	NZ_LBBT01000197.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig208, whole genome shotgun sequence	True	False
ISR0323_000000010400	2011	0.6711684380431381	4	3	2	1	2	False	79576	maximal	True	ISR0323_000000010400	0.9522630480196117		82	11	False	False	1.0	0					non-mobilizable	other	1938.0	75.593	95.0	0.0005312383713503397	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0042_000000017459	1392	0.6711646522704963	2	2	2	2	1	False	47279	fragment	False	FIJ0042_000000017459	1.0		0	0	False	False	0.9971264600753784	0					non-mobilizable	chromosome	1393.0	87.65299999999999	100.0	0.0004374942673436691	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0084_01_000000027718	1131	0.6711638632626225	1	1	1	1	1	False	453	fragment	False	USA0084_01_000000027718	1.0		0	0	False	False	0.9796640276908875	0					non-mobilizable	chromosome	1144.0	95.105	100.0	0.00016062492977952323	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0094_000000007499	2645	0.6711615620161757	3	3	2	3	2	False	60017	fragment	False	FIJ0094_000000007499	0.9990366088631984		0	0	False	False	0.9954631328582764	0					non-mobilizable	no_good_hit	912.0	83.11399999999999	39.0	0.0001897579257931442	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	False
ENG0107_000000010745	2595	0.6711615620161757	3	3	2	3	2	False	60017	fragment	False	FIJ0094_000000007499	0.9896030245746692		0	0	False	False	0.9926782250404358	0					non-mobilizable	no_good_hit	846.0	83.09700000000001	38.0	0.00017615895646948997	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	False
SPA0089_000000029008	1288	0.6711610774821235	2	2	1	2	2	False	5405	maximal	True	SPA0089_000000029008	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000017538	1468	0.6711589507186165	4	2	1	2	1	True	21272	maximal	True	ISR0820_000000017538	1.0		1	1	False	False	0.9897820353507996	0					non-mobilizable	no_good_hit								True	True
MAD0088_000000022091	1213	0.6711578244808994	2	2	1	2	0	True	15872	fragment	False	MAD0088_000000022091	1.0		0	0	False	False	0.9942291975021362	0					non-mobilizable	no_good_hit	76.0	89.47399999999999	6.0	0.0003435165886017482	NZ_AUJC01000008.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	True
ENG0148_000000021144	1734	0.6711568519437392	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.4064286431036023		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	99.525	100.0	0.0005396835996542943	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0109_000000012202	2538	0.6711556943182341	3	3	2	3	3	True	122079	fragment	False	MAD0096_000000006472	0.9218407596785976		0	0	False	False	0.9972419142723083	0					non-mobilizable	no_good_hit	987.0	75.583	39.0	0.0004099606177913686	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0118_000000005440	2763	0.6711546311836896	6	4	2	2	2	False	83846	maximal	True	ISR0118_000000005440	1.0		1	1	False	False	0.997466504573822	0					non-mobilizable	no_good_hit	1159.0	93.529	48.0	0.0003599407419943517	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0100_000000008734	4253	0.6711499200620573	3	3	3	3	2	False	15825	maximal	True	MAD0100_000000008734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	91.976	77.0	0.0003270673216839505	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0040_000000016303	2506	0.6711497768048048	3	3	3	3	2	False	75966	fragment	False	SPA0040_000000016303	1.0		0	0	False	False	0.9992018938064575	0					non-mobilizable	no_good_hit	800.0	73.625	32.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
USA0011_01_000000018642	1961	0.6711418038200732	3	2	2	2	2	False	41720	maximal	True	USA0011_01_000000018642	0.9959037378392217		198	15	False	False	0.9923508167266846	0					non-mobilizable	no_good_hit	355.0	73.23899999999999	18.0	0.0012654051290604458	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0143_000000018126	1615	0.6711320380362112	1	1	1	1	1	False	102582	fragment	False	ISR0108_000000013165	0.950381679389313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	99.538	80.0	0.004975296139446388	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0186_000000025545	1282	0.6711320380362112	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.4232892408007021		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	99.376	100.0	0.0049139200883815135	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0109_000000024871	1367	0.6711120532759541	2	2	2	2	2	False	4648	maximal	True	SPA0109_000000024871	1.0		154	12	False	False	0.9736649394035339	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	6.0	0.002228307560137457	NZ_JACBYF010000014.1	firmicutes	Gemella palaticanis strain CIP 106318 NODE_14_length_37248_cov_54.325045, whole genome shotgun sequence	True	False
ISR0258_000000002137	6227	0.6711073998757241	5	4	3	4	3	True	100155	fragment	False	DEN0085_000000005654	0.9860931823928892		0	0	False	False	0.9980729222297668	0					non-mobilizable	other	6231.0	98.556	99.0	0.8542238069116841	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0331_000000015654	1575	0.671106183904141	3	2	1	1	2	False	24608	maximal	True	ISR0331_000000015654	1.0		157	10	False	False	0.9993650913238525	0					non-mobilizable	no_good_hit	115.0	77.391	7.0	3.6207930506636235e-05	LT669839.1	firmicutes	[Clostridium] ultunense Esp isolate Clostridium ultunense strain Esp genome assembly, chromosome: chrI	True	False
ISR0109_000000005305	5298	0.6710995189255949	4	3	3	3	2	False	112786	maximal	True	ISR0109_000000005305	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2632.0	73.632	49.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0086_000000002850	8039	0.6710990463472407	8	7	7	7	4	False	103971	fragment	False	ENG0086_000000002850	1.0		0	0	False	False	0.999502420425415	0					non-mobilizable	no_good_hit	6384.0	97.744	89.0	0.003127703859006467	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0074_000000004743	6495	0.6710970019176633	7	3	2	3	2	True	100362	maximal	True	FIJ0074_000000004743	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000030936	1425	0.6710928677803397	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.46293905354555936		0	0	False	False	0.9936842322349548	0					non-mobilizable	no_good_hit	421.0	73.634	29.0	0.00011662826833157501	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0325_000000014964	1415	0.6710928677803397	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.41625931085541196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	81.818	18.0	0.00012256987847717596	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
ENG0110_000000021615	1391	0.6710928677803397	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.1361322424499414		0	0	False	False	0.9956865310668945	0					non-mobilizable	no_good_hit	226.0	91.15	16.0	6.774319128238463e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0337_000000007871	1361	0.6710928677803397	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.35719005097125356		0	0	False	False	0.9676708579063416	0					non-mobilizable	no_good_hit	364.0	74.176	27.0	0.00010145254184987609	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CHI0066_000000003415	3922	0.6710858512451588	5	3	1	3	3	False	118642	fragment	False	ENG0003_000000005384	0.366854133083921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1693.0	97.874	80.0	0.00037492864583680386	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0030_000000008605	3563	0.6710858512451588	5	3	1	3	3	False	118642	fragment	False	ENG0003_000000005384	0.35434144816059765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	98.48	82.0	0.0003624625011926263	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0190_000000010873	2116	0.6710858188486692	3	3	3	2	1	True	65379	fragment	False	ISR0190_000000010873	1.0		0	0	False	False	0.996219277381897	0					non-mobilizable	no_good_hit								True	True
MON0068_000000017551	2411	0.6710819051113045	3	3	3	3	3	False	94210	maximal	True	MON0068_000000017551	0.9715892832716208		115	11	False	False	1.0	0					non-mobilizable	other	2405.0	99.501	99.0	0.0007585812133134158	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0839_000000014362	1467	0.6710800005445078	3	2	2	2	2	False	70154	fragment	False	FIJ0114_000000020799	0.5845372174856928		0	0	False	False	0.9945467114448547	0					non-mobilizable	no_good_hit	506.0	73.715	34.0	0.0011415498999142121	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ENG0034_000000002323	6090	0.6710788785678686	10	10	1	4	8	True	125618	fragment	False	ISR0056_000000002323	0.2103291935896864		0	0	False	False	0.9960591197013855	0					non-mobilizable	no_good_hit	3372.0	99.73299999999999	55.0	0.0007004228933118759	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
ISR0199_000000026953	1134	0.6710781315792925	2	2	2	2	2	False	28786	fragment	False	ISR0199_000000026953	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1134.0	100.0	100.0	0.00020893697000454387	CP037441.1	enterobacteria	Klebsiella sp. PO552 chromosome, complete genome	False	False
FIJ0036_000000015946	2488	0.6710696371214147	3	3	2	3	2	False	115370	maximal	True	FIJ0036_000000015946	1.0		10	4	False	False	0.9786977767944336	0					non-mobilizable	other	2485.0	99.195	99.0	0.0027644238798126917	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0187_000000006520	4177	0.6710600211292524	4	3	3	3	3	False	128353	fragment	False	ISR0187_000000006520	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2171.0	98.34200000000001	100.0	0.0007626089661025586	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0042_000000011034	2411	0.6710583526537774	5	4	3	3	4	False	97646	maximal	True	MON0042_000000011034	0.9738506959088993		61	7	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	95.36399999999999	44.0	0.013782857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0072_000000010881	2287	0.6710577254973187	3	3	2	1	3	False	129484	fragment	False	MON0017_000000007413	0.6342364532019704		0	0	False	False	0.9943156838417053	0					non-mobilizable	chromosome	2287.0	98.03200000000001	100.0	0.0005087520485838176	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0087_000000002112	12196	0.6710570142422189	11	9	1	1	7	False	61403	maximal	True	ENG0087_000000002112	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9432.0	98.844	85.0	0.10124801306010224	CP041570.1	enterobacteria	Escherichia coli strain 405 plasmid p168-7	True	False
ENG0123_000000002383	4429	0.6710558870159853	4	2	2	2	2	False	112811	maximal	True	ENG0123_000000002383	1.0	PS721	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2638.0	73.844	59.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0052_000000007494	3795	0.6710558870159853	4	2	2	2	2	False	112829	maximal	True	ENG0052_000000007494	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2631.0	73.774	68.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0161_000000005719	3785	0.6710558870159853	3	2	2	2	2	False	112806	maximal	True	ENG0161_000000005719	1.0	PS721	2	2	False	True	0.9963011741638184	0					non-mobilizable	no_good_hit	2631.0	73.812	68.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0081_000000006610	3520	0.6710558870159853	3	2	2	2	2	False	112788	maximal	True	ISR0081_000000006610	1.0	PS721	0	0	False	True	0.9872159361839294	0					non-mobilizable	no_good_hit	2631.0	73.812	73.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0065_000000008279	3392	0.6710558870159853	3	2	2	2	2	False	112826	fragment	False	ENG0065_000000008279	1.0		0	0	False	True	0.9967570900917053	0					non-mobilizable	no_good_hit	2630.0	73.80199999999999	76.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0042_000000008525	3124	0.6710558870159853	3	2	2	2	2	False	112832	maximal	True	ENG0042_000000008525	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2630.0	73.80199999999999	83.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0285_000000005096	3032	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9173844773453149	PS721	0	0	True	True	0.9990105628967285	1					non-mobilizable	no_good_hit	2296.0	74.347	75.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0325_000000006614	2914	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9198102029307358	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2652.0	73.831	89.0	0.3171237050578915	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0181_000000007195	2886	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9004394019757203	PS721	0	0	False	True	0.9916840195655823	0					non-mobilizable	other	2631.0	73.812	90.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
USA0035_01_000000008850	2836	0.6710558870159853	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9156925424113148	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2631.0	73.774	91.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0332_000000004753	2816	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.916993508315897	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	74.421	80.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0009_000000011500	2812	0.6710558870159853	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9075650407948149	PS721	0	0	True	True	1.0	1					non-mobilizable	other	2631.0	73.812	92.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0095_000000010810	2801	0.6710558870159853	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9031325175328342	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2629.0	73.868	92.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0210_000000008469	2758	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8999924639111008	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2631.0	73.812	94.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0048_000000009995	2731	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9031856337407019	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2638.0	73.844	95.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0055_000000005115	2721	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9065739069034466	PS721	0	0	False	True	0.9996324777603149	0					non-mobilizable	other	2642.0	73.656	95.0	0.3157830591102986	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0092_000000015924	2718	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8996280249972524	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2649.0	73.726	96.0	0.31602681291895185	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
AST0111_000000007381	2710	0.6710558870159853	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8950131983836305	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2629.0	73.792	95.0	0.314320536258379	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0172_000000005938	2695	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.904870687976039	PS721	0	0	False	True	0.9940630793571472	0					non-mobilizable	other	2632.0	73.67	96.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0100_000000011187	2695	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9031672947016455	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2630.0	73.80199999999999	96.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ITA0008_000000000471	2692	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.895608273801121	PS721	0	0	False	True	0.9959138035774231	0					non-mobilizable	other	2640.0	73.86399999999999	96.0	0.31566118220597195	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0141_000000010146	2691	0.6710558870159853	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8886265175138228	PS721	0	0	False	True	0.9955406785011292	0					non-mobilizable	other	2623.0	73.732	96.0	0.3135892748324193	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
DEN0018_000000014038	2661	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.906915606987982	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2631.0	73.774	97.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0018_000000011070	2657	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9045792290131413	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2633.0	73.908	97.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
USA0045_01_000000005298	2643	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8289077874212334	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2547.0	73.695	95.0	0.3045703839122486	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0151_000000006777	2633	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8708955474171377	PS721	0	0	False	True	0.9950626492500305	0					non-mobilizable	other	2574.0	73.699	96.0	0.3078610603290676	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0031_000000007964	2616	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9019066311862647	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2632.0	73.594	99.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0294_000000007371	2596	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.89524886596743	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2631.0	73.812	99.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
USA0031_01_000000011200	2595	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8950930298840666	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2631.0	73.812	99.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
AST0102_000000011849	2595	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8951272683094227	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2630.0	73.80199999999999	99.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0029_000000009312	2594	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8941179606541214	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2630.0	73.612	99.0	0.314320536258379	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0017_000000004715	2594	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8907619262994921	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2634.0	73.766	99.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0094_000000007677	2593	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8959331637377305	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2285.0	74.311	87.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0091_000000009120	2593	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8959188008526975	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.322	87.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0145_000000013245	2576	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3635221668506693	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	98.876	66.0	0.015434394166223983	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0005_000000021001	2536	0.6710558870159853	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3591700802540879	PS721	0	0	False	True	0.9660883545875549	0					non-mobilizable	no_good_hit	1600.0	96.81200000000001	63.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0150_000000007680	2527	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.704919219229503	PS721	0	0	False	True	0.9996042847633362	0					non-mobilizable	no_good_hit	1600.0	96.81200000000001	63.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0293_000000014366	2516	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.6562651970211141	PS721	0	0	False	True	0.9948330521583557	0					non-mobilizable	no_good_hit	1600.0	96.81200000000001	64.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0117_01_000000009057	2494	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.7542003302344089	PS721	0	0	False	True	0.9931836128234863	0					non-mobilizable	other	2488.0	73.593	98.0	0.29762340036563073	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0069_000000007979	2466	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.5964278174226716	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2283.0	74.288	92.0	0.2751980499695308	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0232_000000011132	2417	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3551724484873091	PS721	0	0	False	True	0.9991725087165833	0					non-mobilizable	no_good_hit	1602.0	96.69200000000001	66.0	0.015434394166223983	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0099_000000007133	2411	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.39936806923340273	PS721	0	0	False	True	0.998755693435669	0					non-mobilizable	no_good_hit	1600.0	96.81200000000001	66.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0113_000000010493	2403	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3560964684885387	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1603.0	96.382	67.0	0.01544405273578983	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0001_000000008945	2206	0.6710558870159853	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.22916351195368836	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1355.0	99.041	61.0	0.013077703192157241	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0074_000000015068	1533	0.6710533972048857	3	2	2	2	2	False	62151	fragment	False	ISR0022_000000016430	0.9684741488020177		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	80.906	99.0	0.0018080801668418317	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0074_000000019900	1187	0.671053120075065	2	2	2	2	1	False	62134	fragment	False	ENG0074_000000019900	0.9677700348432056		0	0	False	False	0.9941027760505676	0					non-mobilizable	other	1187.0	98.147	100.0	0.00041782390961181865	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ENG0176_000000003897	2164	0.6710525231525634	2	2	2	2	2	False	61367	fragment	False	SPA0084_000000007612	0.9220945083014048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.556	34.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0098_000000003665	9832	0.6710493348131223	18	4	2	3	3	False	49647	maximal	True	MAD0098_000000003665	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	552.0	95.109	7.0	0.0049512957837604685	NZ_QEKH01000019.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_119, whole genome shotgun sequence	True	False
CHI0165_000000004639	3543	0.6710483839749065	5	4	1	4	1	True	78343	fragment	False	CHI0165_000000004639	1.0		0	0	False	False	0.9991532564163208	0					non-mobilizable	no_good_hit	2598.0	84.02600000000001	73.0	0.0007502134252837578	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0109_000000017964	1817	0.6710438918705499	3	3	2	3	2	False	4654	fragment	False	SPA0109_000000017964	1.0		0	0	False	False	0.9911942481994629	0					non-mobilizable	no_good_hit	642.0	95.48299999999999	35.0	0.00014457497671867747	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0109_000000006831	4325	0.6710328236831684	3	1	1	1	1	False	79482	maximal	True	ISR0109_000000006831	1.0		3	2	False	False	1.0	0					non-mobilizable	other	4244.0	99.647	100.0	0.00604230037684236	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	False
CHI0151_000000009075	2758	0.6710328236831684	2	1	1	1	1	False	79481	fragment	False	CHI0151_000000009075	1.0		0	0	False	False	0.9992748498916626	0					non-mobilizable	other	2758.0	99.74600000000001	100.0	0.003927993902134965	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	False
ENG0140_000000000395	31781	0.6710323700386959	34	13	2	7	9	False	60677	fragment	False	ENG0140_000000000395	1.0		0	0	False	False	0.9992448091506958	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.1856779470736184e-07	LR877201.1	rodents	Onychomys torridus genome assembly, chromosome: 14	True	False
ISR0201_000000011976	2530	0.6710308515897792	3	3	2	3	2	False	86900	fragment	False	ISR0201_000000011976	0.9924918831168832		0	0	False	False	0.9980236887931824	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.905853017359012e-07	CP020623.1	bony fishes	Oryzias latipes strain HSOK chromosome 3	True	False
MAD0105_000000005760	5228	0.6710223349766007	7	5	3	4	2	False	115423	maximal	True	MAD0105_000000005760	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	73.027	19.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0107_000000009768	3971	0.6710219482785226	4	3	3	2	1	True	81549	maximal	True	MAD0107_000000009768	1.0		0	0	False	False	0.9954671263694763	0					non-mobilizable	no_good_hit	1622.0	97.904	41.0	0.001737776226404962	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	True
ISR0023_000000025846	1282	0.671012976562826	2	2	2	2	1	False	101407	fragment	False	ISR0023_000000025846	0.9550738589369828		0	0	False	False	0.9953197836875916	0					non-mobilizable	other	1283.0	86.36	100.0	0.020108712728186758	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0111_000000009617	1860	0.6710113916051255	2	2	2	2	1	False	117266	fragment	False	ISR0111_000000009617	1.0		0	0	False	False	0.998924732208252	0					non-mobilizable	no_good_hit	1336.0	98.50299999999999	87.0	0.005124150293055337	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
ENG0032_000000011198	2014	0.6710076366434098	3	1	1	1	1	False	65608	fragment	False	ENG0032_000000011198	1.0		0	0	False	False	0.9985104203224182	0					non-mobilizable	other	2014.0	98.759	100.0	0.011687044971609712	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	False	False
FIJ0080_000000013861	1766	0.6710076366434098	2	1	1	1	1	False	44324	fragment	False	FIJ0080_000000013861	1.0		0	0	False	False	0.9926387071609497	0					non-mobilizable	other	1766.0	98.92399999999999	100.0	0.01024721032036321	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	False	False
MON0045_000000008650	2583	0.6710074104106399	2	2	2	2	2	False	125233	fragment	False	CHI0143_000000007197	0.9505267118133935		0	0	False	False	1.0	0					non-mobilizable	other	2468.0	97.366	96.0	0.016885463580238465	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0085_000000024013	1162	0.6710048682020965	1	1	1	1	1	False	96344	fragment	False	CAN0010_000000011182	0.988251950771714		0	0	False	False	0.9965576529502869	0					non-mobilizable	chromosome	1162.0	99.914	100.0	0.00032465435217195437	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0013_000000028969	1877	0.6710007427195648	3	2	2	2	2	False	13521	maximal	True	MON0013_000000028969	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	72.26899999999999	25.0	0.0002169414196589662	NZ_RRCM01000001.1	firmicutes	Lachnoanaerobaculum orale strain DSM 24553 DSM24553_1, whole genome shotgun sequence	True	False
FIJ0158_000000012640	1474	0.6709999211532612	2	2	2	2	2	False	131681	fragment	False	ENG0124_000000017310	0.5865737887986182		0	0	False	False	0.9911804795265198	0					non-mobilizable	other	1473.0	97.149	99.0	0.0017293146459195932	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0126_000000029870	1362	0.6709995202129682	1	1	1	1	1	False	41108	maximal	True	FIJ0126_000000029870	1.0		356	14	False	False	0.9992657899856567	0					non-mobilizable	other	1349.0	82.802	99.0	0.000405555905143876	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0804_000000008305	2261	0.6709855261807164	3	3	3	2	2	False	90680	maximal	True	ISR0804_000000008305	1.0		3	3	False	False	0.9893852472305298	0					non-mobilizable	no_good_hit	1182.0	99.323	52.0	0.0005089979721969016	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
FIJ0002_000000017456	2071	0.6709811429617278	4	3	1	3	0	False	52377	fragment	False	FIJ0002_000000017456	1.0		0	0	False	False	0.9995171427726746	0					non-mobilizable	no_good_hit	377.0	87.53299999999999	18.0	0.000520359767886329	NZ_FNQG01000002.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
ISR0121_000000004853	4727	0.6709768694955016	5	4	2	3	4	False	68362	maximal	True	ISR0121_000000004853	1.0		3	2	False	False	0.9985191226005554	0					non-mobilizable	no_good_hit	2114.0	99.196	45.0	0.005683790700866294	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
MAD0101_000000017782	1615	0.6709735263308528	2	2	2	2	2	False	130041	maximal	True	MAD0101_000000017782	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	89.117	88.0	0.0029316008589883257	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0782_000000005362	2579	0.6709722980093332	4	4	4	3	2	False	124176	maximal	True	ISR0782_000000005362	1.0		68	5	False	False	1.0	0					non-mobilizable	chromosome	1953.0	80.90100000000001	93.0	0.000518011692646753	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0099_000000010250	1598	0.6709718269703853	2	2	2	2	2	False	76851	fragment	False	DEN0001_000000023814	0.46769582618639227		0	0	False	False	0.9899874925613403	0					non-mobilizable	no_good_hit	177.0	74.57600000000001	11.0	0.00019297503553769913	NZ_OOHJ01000030.1	high GC Gram+	Actinomadura parvosata subsp. kistnae isolate 1, whole genome shotgun sequence	True	False
MON0043_000000012318	2239	0.6709716932750671	4	4	4	4	3	False	91600	fragment	False	CHI0117_000000004307	0.3085839371885124		0	0	False	False	0.9946404695510864	0					non-mobilizable	no_good_hit	286.0	73.77600000000001	13.0	0.0031795602928363716	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
FIJ0086_000000009525	3242	0.6709643519086579	5	4	3	2	4	False	47391	fragment	False	MAD0064_000000005804	0.9538454704917837		0	0	False	False	0.9987661838531494	0					non-mobilizable	no_good_hit	2690.0	87.02600000000001	83.0	0.0008293880882946773	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0817_000000009594	1360	0.6709641100576983	2	2	2	2	2	False	73383	maximal	True	ISR0817_000000009594	1.0		189	12	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000004589	6669	0.6709625631971634	7	4	3	3	0	False	132060	fragment	False	ENG0079_000000004589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	82.555	5.0	0.0007203881350002762	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0079_000000005471	5113	0.6709625631971634	5	4	3	3	0	False	56085	fragment	False	ISR0079_000000005471	1.0		0	0	False	False	0.999217689037323	0					non-mobilizable	no_good_hit	321.0	81.308	6.0	0.0007203881350002762	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
SPA0146_000000013287	1739	0.6709558787305897	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.7433987543739329		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	98.447	100.0	0.0004699305297750201	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0031_000000010728	1366	0.6709558787305897	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.37163011493411424		0	0	False	False	0.9992679357528687	0					non-mobilizable	chromosome	1378.0	96.95200000000001	100.0	0.00039916688045430235	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0005_000000018512	1482	0.6709525281006313	2	2	2	2	2	False	131681	fragment	False	ENG0124_000000017310	0.5984494839802851		0	0	False	False	0.9844804406166077	0					non-mobilizable	other	1482.0	99.19	100.0	0.001741070693818435	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0045_000000026303	1592	0.670952203073133	2	2	2	1	1	False	72877	maximal	True	DEN0045_000000026303	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	1532.0	98.76	96.0	0.00031083738291571965	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
CHI0173_000000007720	2178	0.6709501563515209	3	3	3	3	3	False	97345	fragment	False	SPA0132_000000015268	0.24093683630576165		0	0	False	False	0.9935720562934875	0					non-mobilizable	other	2178.0	98.852	100.0	0.0059536343970748706	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0162_000000010759	3569	0.670948724979327	5	4	4	2	2	False	30361	maximal	True	ISR0162_000000010759	1.0		1	1	False	False	0.9977584481239319	0					non-mobilizable	no_good_hit	863.0	87.37	24.0	0.08531746031746032	NZ_CABIWU010000074.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0177_000000005311	4882	0.6709455737716766	6	5	4	5	3	False	126670	fragment	False	ENG0177_000000005311	0.9793197564560151		0	0	False	False	0.9995903372764587	0					non-mobilizable	no_good_hit								True	False
ENG0138_000000008535	2299	0.6709375521233875	4	4	3	4	2	False	125442	fragment	False	MON0070_000000010284	0.4172590553148691		0	0	False	False	0.9995650053024292	0					non-mobilizable	no_good_hit	1384.0	84.39299999999999	79.0	0.00038505516187836453	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0065_000000004159	6563	0.6709375508502159	9	6	4	6	5	False	71133	maximal	True	ISR0065_000000004159	1.0	PS334	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1128.0	87.677	17.0	0.0010355384246537448	NZ_FUHT01000004.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	True
CHI0066_000000002927	4707	0.6709362198937024	4	4	2	3	2	False	85209	fragment	False	CHI0066_000000002927	1.0		0	0	False	False	0.9995750784873962	0					non-mobilizable	no_good_hit	1165.0	77.597	29.0	0.00021832320911092305	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ISR0233_000000018070	1113	0.6709327966834482	2	1	1	1	1	False	61140	fragment	False	MON0039_000000041782	0.9531380753138075		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	50.0	88.0	4.0	3.133904044974721e-05	CP029984.1	high GC Gram+	Gardnerella vaginalis strain UGent 06.41 chromosome	True	True
CHI0040_000000011798	1131	0.67093234671994	2	2	2	1	1	False	87624	fragment	False	CHI0040_000000011798	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	100.0	100.0	0.009148538257891626	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0150_000000007772	2992	0.6709293977595596	4	3	3	3	3	False	62487	maximal	True	FIJ0150_000000007772	1.0		134	11	False	False	0.9996657967567444	0					non-mobilizable	no_good_hit	2592.0	95.40899999999999	86.0	0.04064159361548371	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
FIJ0076_000000001661	10482	0.6709263639226982	16	10	6	7	6	False	44555	maximal	True	FIJ0076_000000001661	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.475013155239942e-07	CP027097.1	even-toed ungulates	Bos mutus isolate yakQH1 chromosome 29	True	False
ISR0052_000000013346	2607	0.6709214648282011	3	2	2	2	2	False	35797	maximal	True	ISR0052_000000013346	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1973.0	82.76700000000001	74.0	0.013143109398828156	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0045_01_000000002206	6425	0.6709196771164181	5	4	3	3	4	False	102140	fragment	False	USA0045_01_000000002206	1.0		0	0	False	False	0.9947081804275513	0					non-mobilizable	no_good_hit	3082.0	80.792	56.0	0.04988868485626534	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
SPA0002_000000010088	2028	0.6709157885965857	2	2	2	2	2	False	92425	fragment	False	SPA0002_000000010088	0.9811756398534026		0	0	False	False	1.0	0					non-mobilizable	other	2027.0	99.309	99.0	0.004393688356075261	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
AST0007_000000009683	1877	0.6709136111038652	3	2	2	2	1	False	127002	fragment	False	AST0007_000000009683	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1877.0	98.348	100.0	0.014516753075911167	CP026930.2	enterobacteria	Escherichia coli strain CFS3246 plasmid pCFS3246-1, complete sequence	False	True
CHI0119_000000002297	4239	0.6709122446509653	6	3	2	2	3	True	111504	fragment	False	CHI0119_000000002297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	87.39	81.0	0.00024229211830130565	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MON0060_000000030650	1383	0.670910538183225	2	2	2	2	2	False	122094	fragment	False	ISR0183_000000020096	0.638165118148544		0	0	False	False	1.0	0					non-mobilizable	chromosome	1038.0	97.303	99.0	0.00034904812858704175	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0246_000000005929	3264	0.6709055750212702	6	3	3	3	3	False	109769	maximal	True	ISR0246_000000005929	0.9997666800807994		19	7	False	False	0.9914215803146362	0					non-mobilizable	no_good_hit	42.0	100.0	1.0	0.00014782232477646382	NZ_SPGG01000004.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_4_length_277360_cov_37.4038, whole genome shotgun sequence	True	False
ENG0204_000000007503	3227	0.6709055750212702	6	3	3	3	3	False	109769	maximal	False	ISR0246_000000005929	0.9983897840290327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0241_000000004017	3225	0.6709055750212702	6	3	3	3	3	False	109769	maximal	False	ISR0246_000000005929	0.9983123126934268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000006743	3223	0.6709055750212702	5	3	3	3	3	False	109769	maximal	False	ISR0246_000000005929	0.9980420172248511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0025_01_000000005179	3221	0.6709055750212702	4	3	3	3	3	False	109769	maximal	False	ISR0246_000000005929	0.9978486578147875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000007991	3208	0.6709055750212702	4	3	3	3	3	False	109769	maximal	False	ISR0246_000000005929	0.9953346724205357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000006647	3159	0.6709055750212702	4	3	3	3	3	False	109769	maximal	False	ISR0246_000000005929	0.9829189578562175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000011042	3133	0.6709055750212702	4	3	3	3	3	False	109769	maximal	False	ISR0246_000000005929	0.9760883327198473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0058_000000027518	1851	0.6708980629200165	2	2	2	2	2	False	11006	maximal	True	MON0058_000000027518	1.0		45	10	False	False	0.9929767847061157	0					non-mobilizable	no_good_hit	1360.0	77.426	73.0	0.0006635266934531215	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0053_01_000000011942	1590	0.6708974652357299	1	1	1	1	1	False	92073	fragment	False	ENG0029_000000014709	0.9486873508353222		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	98.244	97.0	0.000685892175251029	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0133_000000005236	4368	0.6708938352573421	5	2	2	1	2	False	129839	fragment	False	AST0111_000000004453	0.9832850456875417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	80.76899999999999	13.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
MON0098_000000020745	1662	0.6708894112427739	3	1	1	1	1	False	9194	maximal	True	MON0098_000000020745	1.0		93	11	False	False	0.9993982911109924	0					non-mobilizable	no_good_hit								True	False
FIJ0122_000000007770	2091	0.6708780230513488	3	3	2	2	3	False	48559	maximal	True	FIJ0122_000000007770	0.9935064935064934		29	5	False	False	0.988044023513794	0					non-mobilizable	chromosome	2066.0	99.564	99.0	0.0004115768495695584	CP012162.1	enterobacteria	Enterobacter cloacae complex sp. 35734 chromosome 1, complete sequence	False	False
ENG0150_000000004060	3901	0.6708761126603884	5	5	5	5	3	False	126419	backbone	False	FIJ0021_000000012876	0.8321630488069663	PS317|PS959	0	0	False	True	0.978723406791687	0					non-mobilizable	no_good_hit	292.0	97.945	11.0	8.137331307669141e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
FIJ0021_000000012876	3884	0.6708761126603884	5	5	5	5	3	False	126419	backbone	True	FIJ0021_000000012876	0.8887734867756064	PS317|PS959	14	6	False	True	1.0	0					non-mobilizable	no_good_hit	295.0	95.59299999999999	11.0	9.820682357043935e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
CHI0058_000000013287	1609	0.6708756847111722	2	1	1	1	1	False	85866	maximal	True	CHI0058_000000013287	1.0		140	9	False	False	0.9881914258003235	0					non-mobilizable	no_good_hit	85.0	81.176	5.0	0.0014347698318034883	NZ_AWXR01000027.1	CFB group bacteria	Rhodonellum psychrophilum GCM71 = DSM 17998 strain GCM71 EFN26G32, whole genome shotgun sequence	True	False
ISR0794_000000000700	17081	0.6708751399672986	23	17	10	13	13	True	123712	fragment	False	ISR0794_000000000700	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	17092.0	99.854	100.0	0.17051532811751557	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0099_000000006716	3378	0.6708696882302702	3	3	3	3	3	False	51587	maximal	True	FIJ0099_000000006716	1.0		26	5	False	False	1.0	0					non-mobilizable	chromosome	3378.0	99.49700000000001	100.0	0.0007045600495048885	CP056129.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00925 chromosome, complete genome	False	False
ENG0066_000000004499	3961	0.6708644675515708	7	3	2	2	0	True	130602	fragment	False	ENG0066_000000004499	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1550.0	82.387	66.0	0.3048489666136725	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0066_000000005638	3274	0.6708635749337373	3	2	2	2	2	True	111497	fragment	False	ENG0066_000000005638	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	87.102	92.0	0.00024887719585705653	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0064_000000007995	2810	0.6708589735623215	4	2	1	2	1	True	62985	fragment	False	ENG0064_000000007995	1.0		0	0	False	False	0.9836298823356628	0					non-mobilizable	no_good_hit								True	True
ISR0016_000000017799	1262	0.6708577985792556	2	1	1	1	1	False	37891	fragment	False	ISR0016_000000017799	0.9607686148919135		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	99.445	100.0	0.000490049774444973	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0299_000000004516	2366	0.6708531889973149	3	3	2	3	2	False	65769	fragment	False	ISR0299_000000004516	0.9988382899628253		0	0	False	False	1.0	0					non-mobilizable	other	2080.0	99.615	97.0	0.0005094796810039348	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0065_000000005454	2152	0.6708531889973149	3	3	2	3	2	False	65769	fragment	False	ISR0299_000000004516	0.9537193575655114		0	0	False	False	0.99349445104599	0					non-mobilizable	other	2081.0	99.712	97.0	0.0005097248589062467	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0041_000000015134	2258	0.6708498794760971	4	4	4	4	4	False	85423	fragment	False	FIJ0144_000000011212	0.27004304546677427		0	0	False	False	0.9986714124679565	0					non-mobilizable	chromosome	2244.0	99.421	99.0	0.0004247772855935704	CP052265.1	enterobacteria	Klebsiella pneumoniae strain E16KP0287 chromosome, complete genome	False	False
CHI0040_000000006421	2598	0.6708481042054103	4	4	4	4	4	False	87717	maximal	True	CHI0040_000000006421	0.9982715031628208		62	11	False	False	1.0	0					non-mobilizable	other	2604.0	84.101	100.0	0.035721152525613205	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0091_000000009364	1329	0.6708465368785951	3	3	2	2	3	False	58904	fragment	False	MON0091_000000009364	0.9786117836965295		0	0	False	False	1.0	0					non-mobilizable	chromosome	1335.0	94.307	100.0	0.0007258035448048522	CP049053.1	firmicutes	Streptococcus thermophilus strain ST64987 chromosome, complete genome	False	False
FIJ0094_000000015570	1306	0.6708465368785951	3	3	2	2	3	False	43155	fragment	False	FIJ0094_000000015570	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	99.141	98.0	0.0005797429911837364	LR134274.1	firmicutes	Streptococcus salivarius strain NCTC8618 genome assembly, chromosome: 1	False	False
ENG0124_000000024962	1239	0.6708465368785951	3	3	2	2	3	False	58904	fragment	False	MON0091_000000009364	0.9462001504890896		0	0	False	False	0.984665036201477	0					non-mobilizable	chromosome	1239.0	100.0	100.0	0.0006761059356421423	CP049053.1	firmicutes	Streptococcus thermophilus strain ST64987 chromosome, complete genome	False	False
ISR0237_000000003961	2596	0.6708384591168322	4	4	3	4	4	False	78850	maximal	True	ISR0237_000000003961	1.0		53	10	False	False	0.9818952083587646	0					non-mobilizable	chromosome	2459.0	100.0	95.0	0.0008179920989550799	CP058562.1	verrucomicrobia	Akkermansia muciniphila strain AK32 chromosome, complete genome	False	False
ISR0216_000000001603	13662	0.6708360272212717	13	4	4	4	1	False	81052	maximal	False	ISR0816_000000002953	0.9477805432089891		0	0	False	False	1.0	0					non-mobilizable	chromosome	13672.0	94.66799999999999	99.0	0.004389975513477257	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0046_000000007679	3687	0.6708330977293662	4	4	4	4	2	False	54494	maximal	True	ISR0046_000000007679	1.0		931	15	False	False	1.0	0					non-mobilizable	other	3690.0	97.88600000000001	100.0	0.03616680897839806	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
MON0051_000000013206	2597	0.6708295724431385	6	4	2	4	0	False	11275	maximal	True	MON0051_000000013206	1.0		3	2	False	False	0.986907958984375	0					non-mobilizable	no_good_hit	1310.0	85.038	50.0	0.0261461533827339	NZ_CYZN01000026.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0259_000000017305	1108	0.670828406261106	2	2	1	1	1	False	26730	maximal	True	ISR0259_000000017305	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	98.448	66.0	0.0008441430541095698	NZ_KB894643.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
CHI0001_000000005737	1596	0.6708272139001701	3	3	3	3	3	False	91071	fragment	False	CHI0001_000000005737	1.0		0	0	False	False	0.9993734359741211	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000022697	1986	0.6708253715321887	2	2	2	1	2	False	102423	fragment	False	DEN0070_000000016537	0.642931392931393		0	0	False	False	1.0	0					non-mobilizable	other	1894.0	74.446	94.0	0.0005187419120138183	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0109_000000002737	4808	0.6708245963965844	7	7	5	6	5	False	14600	maximal	True	MAD0109_000000002737	1.0		50	11	False	False	0.9987520575523376	0					non-mobilizable	no_good_hit	1323.0	99.84899999999999	47.0	0.0003680272819013815	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0076_000000001086	8216	0.6708188194006015	13	9	7	8	7	False	115956	maximal	True	SPA0076_000000001086	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	75.097	3.0	0.001562688586656164	LC467712.1	firmicutes	Enterococcus faecium AA620 DNA, VanD-type vancomycin-resistant region	True	False
ISR0348_000000007425	2122	0.6708141546008264	3	3	3	3	2	True	24138	maximal	True	ISR0348_000000007425	1.0		49	7	False	False	0.9981150031089783	0					non-mobilizable	no_good_hit	936.0	86.432	59.0	0.00024803785291834364	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
SPA0100_000000007380	4294	0.670813952350221	5	4	3	3	3	False	101580	fragment	False	DEN0067_000000006703	0.966673951048951		0	0	False	False	1.0	0					non-mobilizable	other	4296.0	98.021	100.0	0.008478524361692467	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0312_000000016394	1181	0.6708070771716289	2	2	1	2	0	True	25238	maximal	True	ISR0312_000000016394	1.0		1	1	False	False	0.988145649433136	0					non-mobilizable	no_good_hit	724.0	86.87799999999999	61.0	0.05170438269836723	NZ_QRYH01000041.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf41, whole genome shotgun sequence	True	True
FIJ0101_000000013691	2033	0.6708062140973262	3	3	3	3	3	False	82347	fragment	False	FIJ0101_000000013691	1.0		0	0	False	False	0.9995081424713135	0					non-mobilizable	no_good_hit	103.0	87.37899999999999	7.0	3.255415028349508e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0103_000000050714	1177	0.6708003598075294	1	1	1	1	1	False	33253	maximal	True	MON0103_000000050714	1.0		8	2	False	False	0.9991503953933716	0					non-mobilizable	chromosome	862.0	98.14399999999999	100.0	0.000300111679189329	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0775_000000007109	2704	0.670799310874109	3	1	1	1	1	False	83979	maximal	False	ENG0083_000000008142	0.9523110785033015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	73.725	19.0	0.005522912923175289	NZ_JGZP01000007.1	high GC Gram+	Bifidobacterium stellenboschense strain DSM 23968 Contig07, whole genome shotgun sequence	True	False
MAD0091_000000003474	3962	0.6707933731695688	3	2	1	1	0	False	100161	fragment	False	MAD0091_000000003474	1.0		0	0	False	False	0.9984856247901917	0					non-mobilizable	no_good_hit	1068.0	97.191	72.0	0.009253638145456438	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0022_000000000055	91025	0.6707910939244103	81	11	4	10	4	False	115487	maximal	False	AUS0014_000000000041	0.9212653376017753	PS49	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	247.0	97.571	0.0	0.9959514170040485	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
DEN0035_000000004028	6805	0.6707887049074982	7	7	3	5	7	True	123726	fragment	False	DEN0035_000000004028	0.9734719754641123		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5910.0	99.76299999999999	100.0	0.15296797742628596	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0789_000000002002	6771	0.6707887049074982	7	7	3	5	7	True	123726	fragment	False	DEN0035_000000004028	0.9728933084239959		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	6771.0	99.823	100.0	0.17525693132102824	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0033_000000007440	3897	0.6707875320376145	3	2	2	2	2	False	88652	maximal	True	ISR0033_000000007440	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	80.0	25.0	0.006614726550565231	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0128_000000003965	8945	0.6707868883583195	11	9	3	8	1	True	85166	fragment	False	SPA0128_000000003965	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8889.0	98.954	99.0	0.14329705763804917	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
AST0111_000000006133	3285	0.6707728425578513	4	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8771437346693627	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	0.0003057480635955972	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
SPA0098_000000010010	3473	0.6707616495322533	5	5	4	5	4	False	120946	fragment	False	SPA0098_000000010010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1767.0	96.887	81.0	0.0019639322287513445	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
MON0015_000000019678	1920	0.6707613483470752	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.369397071991672		0	0	False	False	1.0	0					non-mobilizable	chromosome	1928.0	87.656	100.0	0.0006435680056493962	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0081_000000001838	6826	0.6707584661959586	11	10	4	7	9	True	118547	maximal	True	SPA0081_000000001838	1.0		12	4	False	False	0.9998534917831421	0					non-mobilizable	no_good_hit	5974.0	94.074	87.0	0.0020705947748749305	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0144_000000006759	2264	0.6707565114209109	2	1	1	1	1	False	125512	fragment	False	FIJ0081_000000013796	0.6275030035038989		0	0	False	False	1.0	0					non-mobilizable	other	2264.0	81.758	99.0	0.0009872758901265397	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
CHI0151_000000011152	2237	0.6707565114209109	2	1	1	1	1	False	125512	fragment	False	FIJ0081_000000013796	0.548871082325577		0	0	False	False	0.9986588954925537	0					non-mobilizable	other	2250.0	81.956	99.0	0.0009798230969950339	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
USA0059_01_000000020130	1251	0.6707565114209109	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.9447974709840503		0	0	False	False	0.9984012842178345	0					non-mobilizable	no_good_hit								True	False
MON0026_000000049350	1113	0.6707565114209109	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.3052696493532214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0077_000000012228	1672	0.670752300542218	3	3	3	2	2	False	62010	maximal	True	ENG0077_000000012228	1.0		34	4	False	False	1.0	0					non-mobilizable	other	1670.0	96.287	99.0	0.00047072348140205086	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0102_01_000000006080	2260	0.6707476992061725	3	3	3	2	2	False	95549	fragment	False	CHI0018_000000006944	0.8818811845608039		0	0	False	False	1.0	0					non-mobilizable	chromosome	2260.0	99.24799999999999	100.0	0.00034819816313523235	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0087_01_000000002805	4686	0.670746535700103	6	5	5	5	5	False	95039	fragment	False	USA0087_01_000000002805	1.0		0	0	False	False	0.9967989921569824	0					non-mobilizable	no_good_hit	979.0	74.259	21.0	0.0039212009798926355	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
USA0011_01_000000002916	12421	0.6707423872171802	9	7	6	6	4	True	2033	maximal	True	USA0011_01_000000002916	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	2880.0	77.118	28.0	0.137536642798789	NZ_CYZO01000040.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
AUS0014_000000014642	1970	0.6707422816878063	3	3	3	3	2	False	102239	fragment	False	SPA0054_000000012699	0.45253046080272086		0	0	False	False	1.0	0					non-mobilizable	other	1970.0	98.274	100.0	0.0068391090054636455	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
MON0077_000000018854	2228	0.6707312880409654	3	2	1	2	1	False	110046	maximal	True	MON0077_000000018854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	98.965	74.0	0.015419030119038108	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0344_000000022861	1521	0.6707255862401793	2	2	2	2	2	False	123273	maximal	False	SPA0033_000000020714	0.9856154673338161		0	0	False	False	0.9993425607681274	0					non-mobilizable	chromosome	749.0	98.531	99.0	0.0002405110667244579	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ENG0084_000000006014	4341	0.6707255038276911	7	5	3	3	5	True	125729	maximal	True	ENG0084_000000006014	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	2745.0	95.155	63.0	0.0008524093630635468	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0151_000000009640	2035	0.6707164712738489	3	2	1	2	1	True	79408	maximal	True	ISR0151_000000009640	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	71.416	53.0	0.00028979152376073424	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ENG0120_000000008133	2655	0.6707124450346357	4	3	2	2	1	False	59186	maximal	True	ENG0120_000000008133	1.0		11	4	False	False	0.994350254535675	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000014089	3988	0.6707074772488806	4	4	4	4	3	False	28912	fragment	False	USA0034_01_000000014089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	76.873	19.0	0.00028361612038390634	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
MON0076_000000004677	7893	0.6707038266394832	6	5	4	4	4	False	126264	fragment	False	MON0106_000000004143	0.6418139573479379		0	0	False	False	0.999113142490387	0					non-mobilizable	no_good_hit	1459.0	73.612	18.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
ENG0192_000000006299	3078	0.6706961138586802	4	4	4	3	3	False	124919	fragment	False	ENG0192_000000006299	1.0		0	0	False	False	0.9996750950813293	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
FIJ0002_000000012781	2771	0.6706955011387006	3	3	3	3	3	False	52418	maximal	True	FIJ0002_000000012781	1.0		26	6	False	False	0.9992782473564148	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.0005692920776083578	NZ_ML014776.1	g-proteobacteria	Parashewanella curva strain C51 Scaffold24, whole genome shotgun sequence	True	False
ENG0084_000000011280	2467	0.6706942306174852	4	2	2	2	2	True	118532	fragment	False	FIJ0151_000000006946	0.9461853841631861		0	0	False	False	0.9947304129600525	0					non-mobilizable	other	2467.0	93.677	100.0	0.002745497095295247	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
ISR0073_000000002624	8970	0.6706940979056742	10	7	6	6	7	False	85331	maximal	True	ISR0073_000000002624	1.0		1	1	False	False	0.99988853931427	0					non-mobilizable	no_good_hit	1061.0	76.814	14.0	0.0004546933621233965	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
CHI0075_000000000328	19142	0.670687248245595	24	12	4	11	4	True	108400	backbone	False	ISR0280_000000000088	0.035788729125243224	PS672	0	0	False	True	0.9998955130577087	0					non-mobilizable	other	19043.0	99.984	99.0	0.19002474852307202	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0042_000000012951	1830	0.6706855627506341	2	1	1	1	1	False	18118	maximal	True	MAD0042_000000012951	1.0		31	7	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	80.368	24.0	0.00011509219947567535	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0093_000000032093	1439	0.6706821373003684	2	2	1	2	1	False	9378	maximal	True	MON0093_000000032093	1.0		137	13	False	False	0.9353717565536499	0					non-mobilizable	no_good_hit	623.0	73.997	43.0	0.0020532235609907554	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
MON0030_000000021257	1684	0.6706808284995001	2	2	2	1	2	False	12507	fragment	False	MON0030_000000021257	0.9575757575757575		0	0	False	False	0.989311158657074	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	6.7937306604249265e-06	NZ_PDEA01000001.1	b-proteobacteria	Comamonas terrigena strain FDAARGOS_394 pRIID_98.contig.0, whole genome shotgun sequence	True	False
CHI0028_000000002934	4047	0.6706737733593652	7	4	3	2	3	False	98818	fragment	False	CHI0028_000000002934	0.99765625		0	0	False	False	1.0	0					non-mobilizable	other	3993.0	99.925	99.0	0.040364004044489386	NZ_BAKJ01000013.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
FIJ0067_000000005924	5123	0.6706714716339761	5	3	2	2	3	False	112802	maximal	True	FIJ0067_000000005924	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2160.0	96.52799999999999	44.0	0.01009812683958578	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	True
FIJ0115_000000005932	4103	0.6706682802802407	8	3	2	3	2	False	41748	maximal	True	FIJ0115_000000005932	1.0		1	1	False	False	0.9980502128601074	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0008045292014302742	CP021974.1	g-proteobacteria	Methylophaga nitratireducenticrescens strain GP59 plasmid pGP59-34, complete sequence	True	False
ISR0209_000000016058	1778	0.6706660786748156	3	3	3	3	2	False	109867	maximal	False	ISR0255_000000015196	0.4854917047491684		0	0	False	False	1.0	0					non-mobilizable	other	1779.0	97.133	100.0	0.000501183718664736	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0001_000000012909	2648	0.670664217337336	6	6	5	4	1	False	106719	maximal	True	SPA0001_000000012909	1.0		2	2	False	False	0.9966012239456177	0					non-mobilizable	no_good_hit	1357.0	99.853	51.0	0.0005578681209635814	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	True	False
MON0016_000000020419	1768	0.6706596873431951	1	1	1	1	1	False	13351	fragment	False	MON0016_000000020419	1.0		0	0	False	False	0.9943438768386841	0					non-mobilizable	no_good_hit								True	False
MON0065_000000002419	10412	0.670650923508327	17	9	5	6	7	False	10684	fragment	False	MON0065_000000002419	0.9968776460626587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	93.005	7.0	0.0024897457065754737	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0150_000000003838	4114	0.6706501665347975	5	5	1	2	5	False	82340	maximal	True	ENG0150_000000003838	1.0		0	0	False	False	0.9956247210502625	0					non-mobilizable	plasmid	3239.0	99.815	100.0	0.03455790451976798	CP057260.1	enterobacteria	Escherichia coli strain RHB31-C15 plasmid pRHB31-C15_2, complete sequence	False	True
CHI0068_000000004024	3226	0.670646819152658	5	4	1	2	4	False	87063	fragment	False	CHI0068_000000004024	1.0		0	0	False	False	0.9987601041793823	0					non-mobilizable	chromosome	3129.0	95.845	97.0	0.00048183597076615156	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0129_000000019766	1151	0.6706444545677551	2	1	1	1	1	False	40903	maximal	True	FIJ0129_000000019766	1.0		6	4	False	False	0.9947871565818787	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	5.277736906414529e-05	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ENG0017_000000007893	2716	0.6706438346796224	2	2	2	2	2	False	113014	maximal	True	ENG0017_000000007893	1.0		0	0	False	False	0.9904270768165588	0					non-mobilizable	no_good_hit	1247.0	99.679	46.0	0.025834699425203875	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
SPA0132_000000026092	1592	0.6706421346456302	2	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.1261672095548317		0	0	False	False	0.9993718862533569	0					non-mobilizable	no_good_hit	890.0	99.551	56.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
ISR0775_000000008629	2279	0.6706321295484405	3	3	3	3	2	False	22448	fragment	False	ISR0775_000000008629	1.0		0	0	False	False	0.9982448220252991	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	1.2232756324411475e-05	AP022810.1	d-proteobacteria	Desulfuromonas sp. AOP6 DNA, complete genome	True	False
ISR0130_000000019457	1592	0.6706297880382737	3	3	3	2	2	False	31743	maximal	True	ISR0130_000000019457	1.0		2	2	False	False	0.9918341636657715	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	2.6065084516036543e-05	NZ_FXLN01000004.1	firmicutes	Clostridium merdae strain Marseille-P2953, whole genome shotgun sequence	True	False
ENG0137_000000005836	2969	0.6706181000717557	3	2	2	1	2	False	57993	fragment	False	FIJ0142_000000010998	0.9734364904275683		0	0	False	False	0.9996631741523743	0					non-mobilizable	no_good_hit	78.0	96.154	3.0	3.179025368622442e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
CHI0003_000000001686	5740	0.6706073852366005	7	6	2	0	6	True	91932	fragment	False	CHI0003_000000001686	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5740.0	99.965	100.0	0.14856713867819513	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0188_000000010708	1429	0.6706065501430702	3	3	3	2	1	False	77023	maximal	True	CHI0188_000000010708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	82.382	28.0	0.009518397499644836	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0357_000000003722	5759	0.6706055803710487	5	3	3	2	2	False	127097	maximal	False	ISR0238_000000001991	0.9687573779032355		0	0	False	False	0.9940962195396423	0					non-mobilizable	no_good_hit	2759.0	74.991	60.0	0.001129278020787267	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0142_000000010193	1825	0.6706012789430362	2	2	2	2	1	False	79985	maximal	True	CHI0142_000000010193	1.0		9	5	False	False	0.993424654006958	0					non-mobilizable	no_good_hit	660.0	97.57600000000001	36.0	0.0002110145766564084	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0104_000000014309	2221	0.6706012081046009	3	3	3	3	2	False	106581	fragment	False	SPA0128_000000015335	0.9637892534240301		0	0	False	False	0.9959477782249451	0					non-mobilizable	other	2221.0	99.145	100.0	0.0006724527897249213	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
SPA0136_000000016150	2542	0.6705976445449211	4	3	3	3	2	True	108752	fragment	False	SPA0136_000000016150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	84.742	84.0	0.009167618627065114	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
MAD0028_000000006801	1866	0.6705781392896358	3	1	1	1	1	True	118201	fragment	False	FIJ0037_000000012391	0.30756510112414065		0	0	False	False	1.0	0					non-mobilizable	other	1866.0	95.23	99.0	0.03838063025903316	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0349_000000000511	13130	0.6705753222590227	14	9	2	5	8	True	117639	maximal	True	ISR0349_000000000511	1.0		3	3	False	False	0.999923825263977	0					non-mobilizable	no_good_hit	9510.0	99.432	74.0	0.0030515689152665736	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0212_000000004859	6351	0.6705684758357686	9	7	4	7	5	False	75097	maximal	True	ISR0212_000000004859	1.0		8	4	False	False	0.9990552663803101	0					non-mobilizable	no_good_hit	1060.0	82.45299999999999	33.0	0.0002632112474757816	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0105_000000001572	7808	0.6705670506358469	10	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.33633147940212893		0	0	False	False	0.998335063457489	0					non-mobilizable	no_good_hit	628.0	72.293	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ENG0180_000000009499	1845	0.6705659294768377	3	3	3	3	2	True	77213	maximal	True	ENG0180_000000009499	0.9865360477531918		75	10	False	False	0.9983739852905273	0					non-mobilizable	no_good_hit	693.0	72.727	37.0	0.0014495173984909603	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ISR0165_000000016480	1447	0.6705652388040039	3	3	3	3	3	False	78870	fragment	False	ISR0165_000000016480	1.0		0	0	False	False	0.9751209616661072	0					non-mobilizable	other	1447.0	98.756	100.0	0.002625615548873491	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0013_000000014097	1995	0.6705629818533477	2	2	2	2	2	False	7979	maximal	True	SPA0013_000000014097	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	95.574	62.0	0.00027987252718152903	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
DEN0073_000000015815	3151	0.6705620666871005	4	3	3	3	3	False	122053	maximal	True	DEN0073_000000015815	1.0		1	1	False	False	0.989209771156311	0					non-mobilizable	no_good_hit	1264.0	96.994	40.0	0.9439461883408071	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0021_000000035982	1324	0.6705587817185366	3	2	1	2	1	False	58411	fragment	False	ENG0130_000000022372	0.7314517893245264		0	0	False	False	0.9924471378326416	0					non-mobilizable	no_good_hit								True	False
ENG0074_000000001511	13748	0.6705538283642526	15	4	4	4	1	False	81052	maximal	False	ISR0816_000000002953	0.950814578323079		0	0	False	False	1.0	0					non-mobilizable	chromosome	13530.0	94.82600000000001	100.0	0.004343883993768942	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0131_000000001033	11709	0.6705538283642526	11	4	4	4	1	False	81051	fragment	False	CHI0131_000000001033	1.0		0	0	False	False	0.9996584057807922	0					non-mobilizable	chromosome	11703.0	95.59899999999999	99.0	0.003771124339771212	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0006_000000012703	1745	0.6705462340294239	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3721338817606517		0	0	False	False	0.9942693114280701	0					non-mobilizable	chromosome	1749.0	92.91	100.0	0.0005876933775438523	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0091_000000004292	2888	0.6705440125377395	3	3	3	3	3	False	102295	fragment	False	MON0091_000000004292	1.0		0	0	False	False	0.9909972548484802	0					non-mobilizable	no_good_hit	1773.0	99.21	61.0	0.0004920827987625728	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0126_000000014050	1290	0.6705375154388671	2	2	2	2	1	False	58768	maximal	True	ENG0126_000000014050	1.0		111	10	False	False	0.9961240291595459	0					non-mobilizable	no_good_hit	1028.0	77.335	79.0	0.00023274269227004768	NZ_CP012395.1	firmicutes	Clostridium autoethanogenum DSM 10061 chromosome, complete genome	True	False
SPA0110_000000010337	1859	0.6705346100050057	3	3	3	2	2	False	4614	maximal	True	SPA0110_000000010337	1.0		132	12	False	False	1.0	0					non-mobilizable	other	1859.0	97.68700000000001	100.0	0.03221609243260123	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
DEN0079_000000002040	12551	0.6705328225293237	4	3	3	3	1	True	130435	maximal	True	DEN0079_000000002040	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	90.06200000000001	2.0	5.385506323425909e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0057_000000000984	12270	0.6705328225293237	4	3	3	3	1	True	130392	maximal	True	MAD0057_000000000984	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.0021601907700939823	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0328_000000009660	2887	0.6705300596965116	4	4	3	3	2	True	24753	maximal	True	ISR0328_000000009660	1.0		37	5	False	False	1.0	0					non-mobilizable	no_good_hit	2195.0	84.875	82.0	0.0003586809397735833	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ENG0005_000000003512	6751	0.6705279622695511	13	6	4	6	2	True	99832	fragment	False	ENG0005_000000003512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	97.885	6.0	0.00011429961089494163	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0018_000000020353	1472	0.6705266509633134	2	2	2	2	1	False	7792	fragment	False	SPA0018_000000020353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0057_000000003000	2140	0.6705260050593995	3	2	2	1	1	False	72024	maximal	True	DEN0057_000000003000	1.0		15	7	False	False	0.9995326995849609	0					non-mobilizable	no_good_hit								True	False
AST0024_000000031328	1169	0.6705222350763271	3	3	3	2	3	False	120646	fragment	False	ENG0131_000000022070	0.967513606606242		0	0	False	False	0.9991445541381836	0					non-mobilizable	other	1104.0	80.616	94.0	0.013598261409500155	NZ_FOJY01000015.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	False	False
ISR0080_000000004523	6174	0.6705156745956891	8	8	2	6	8	True	105998	fragment	False	ISR0080_000000004523	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5653.0	97.02799999999999	100.0	0.05779280664002459	CP057400.1	enterobacteria	Escherichia coli strain RHB27-C22 plasmid pRHB27-C22_5, complete sequence	False	True
FIJ0005_000000002185	11301	0.6705119736069188	19	18	7	11	15	False	132521	backbone	False	USA0060_01_000000001071	0.6907068937318405	PS1166	0	0	False	True	1.0	0					non-mobilizable	chromosome	7861.0	99.44	96.0	0.0014817136507749718	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
SPA0032_000000025942	1159	0.6705107360993692	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.06345736035472108		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	97.49799999999999	100.0	0.0003967691945242422	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ISR0130_000000021983	1433	0.6705085999369259	3	3	2	2	3	False	31726	fragment	False	ISR0130_000000021983	1.0		0	0	False	False	0.9993021488189697	0					non-mobilizable	other	1435.0	93.24	100.0	0.07445703003221449	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	False	False
FIJ0140_000000010216	2873	0.6705084515220662	3	3	3	3	3	False	40400	maximal	True	FIJ0140_000000010216	1.0		10	5	False	False	0.9906021356582642	0					non-mobilizable	no_good_hit	80.0	83.75	3.0	4.866444901918724e-05	NZ_HF536773.1	a-proteobacteria	Rhizobium mesoamericanum STM3625, whole genome shotgun sequence	True	False
FIJ0002_000000002225	14136	0.6704999780351095	17	12	7	8	10	False	125581	fragment	False	ISR0004_000000001014	0.5750299957246321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	91.37200000000001	8.0	0.00037292229582181987	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0027_000000007833	3333	0.6704952341370749	3	2	2	2	2	False	82434	maximal	True	ISR0027_000000007833	1.0		27	6	False	False	0.9990999102592468	0					non-mobilizable	no_good_hit	198.0	79.293	6.0	0.000159834294241888	NZ_CWHU01000005.1	firmicutes	Anaerococcus jeddahensis strain SB3, whole genome shotgun sequence	True	False
ENG0054_000000005691	4343	0.670491385577295	7	3	1	1	1	False	66175	maximal	False	ENG0096_000000007541	0.9999209361163821		0	0	True	True	1.0	40					non-mobilizable	no_good_hit	774.0	98.06200000000001	65.0	0.0002480197722774215	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
MON0060_000000003655	7430	0.6704768970291275	10	10	5	7	9	True	114497	maximal	True	MON0060_000000003655	1.0		4	2	False	False	0.999192476272583	0					non-mobilizable	no_good_hit	4569.0	86.89	68.0	0.001467515309314387	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MAD0105_000000007442	4257	0.6704686241076916	5	3	2	3	1	False	14854	maximal	True	MAD0105_000000007442	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0327_000000009637	2738	0.6704621421324867	3	2	2	2	2	False	122029	maximal	True	ISR0327_000000009637	1.0		2	2	False	False	0.9985390901565552	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	49.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0358_000000007428	2596	0.6704621421324867	2	2	2	2	2	False	122050	maximal	True	ISR0358_000000007428	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	79.39399999999999	69.0	0.000364952808481449	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ENG0109_000000010621	2341	0.6704621421324867	3	2	2	2	2	False	122049	fragment	False	ENG0109_000000010621	1.0		0	0	False	False	0.9982913136482239	0					non-mobilizable	no_good_hit	1347.0	79.362	65.0	0.00036305342583507717	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ENG0017_000000010391	2006	0.6704621421324867	4	2	2	2	2	False	122054	backbone	True	ENG0017_000000010391	1.0	PS864	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1338.0	99.32700000000001	67.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
AST0149_000000013761	1958	0.6704621421324867	2	2	2	2	2	False	122070	maximal	True	AST0149_000000013761	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	68.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0097_000000018698	1757	0.6704621421324867	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.8274225153791117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	76.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0165_000000011537	1722	0.6704621421324867	3	2	2	2	2	False	122047	fragment	False	ENG0165_000000011537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	78.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0012_000000014443	1712	0.6704621421324867	3	2	2	2	2	False	122037	maximal	True	FIJ0012_000000014443	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	78.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0179_000000013585	1700	0.6704621421324867	2	2	2	2	2	False	122030	fragment	False	ISR0179_000000013585	1.0		0	0	False	False	0.998235285282135	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	79.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0082_01_000000017839	1675	0.6704621421324867	3	2	2	2	2	False	121994	maximal	True	USA0082_01_000000017839	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	80.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0287_000000008041	1652	0.6704621421324867	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.8596125268096453		0	0	False	False	0.9981840252876282	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	81.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0189_000000009710	1640	0.6704621421324867	3	2	2	2	2	False	122012	fragment	False	ISR0189_000000009710	1.0		0	0	False	False	0.9896341562271118	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	82.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0306_000000006475	1587	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.8139135552033956		0	0	False	False	0.9987397789955139	0					non-mobilizable	no_good_hit	1333.0	99.325	84.0	0.9955156950672646	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0087_000000006784	1564	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.878336249373054		0	0	False	False	0.9974424839019775	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	86.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0039_01_000000014370	1558	0.6704621421324867	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.8410866478210044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	86.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0016_000000003039	1550	0.6704621421324867	2	2	2	2	2	False	122064	maximal	True	CHI0016_000000003039	1.0		10	4	False	False	0.9941935539245605	0					non-mobilizable	no_good_hit	1333.0	99.325	86.0	0.9955156950672646	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0008_000000016749	1540	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.8066579108137263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.552	87.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0106_000000028158	1538	0.6704621421324867	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.847701273271927		0	0	False	False	0.9902470707893372	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	87.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0070_000000012806	1532	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.8487683554105623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	87.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0089_000000016619	1502	0.6704621421324867	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7862822926654492		0	0	False	False	0.9920106530189514	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	89.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0384_000000012913	1492	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7760473298531162		0	0	False	False	0.987265408039093	0					non-mobilizable	other	1338.0	99.32700000000001	90.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0063_01_000000014074	1479	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7759565681173033		0	0	False	False	0.9945909380912781	0					non-mobilizable	other	1348.0	79.377	91.0	0.00036332476621313026	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
SPA0030_000000020905	1455	0.6704621421324867	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.777203529114687		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	79.11	91.0	0.00035735527789596157	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
MON0109_000000025010	1448	0.6704621421324867	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7634840292262058		0	0	False	False	0.9993094205856323	0					non-mobilizable	other	1333.0	99.325	92.0	0.9955156950672646	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ITA0011_000000001200	1441	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7770492691832769		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	93.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0336_000000010750	1434	0.6704621421324867	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7990153178659207		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	93.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0010_000000015468	1424	0.6704621421324867	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.6433594662491559		0	0	False	False	0.9859550595283508	0					non-mobilizable	no_good_hit	1273.0	99.29299999999999	89.0	0.9506726457399103	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0081_000000006776	1421	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7759063437551521		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	94.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0233_000000013150	1397	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7653409116787318		0	0	False	False	0.9978525638580322	0					non-mobilizable	other	1338.0	99.32700000000001	96.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0112_000000028144	1376	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7654031473213825		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	97.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0040_000000020322	1369	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.590630158453843		0	0	False	False	0.9327976703643799	0					non-mobilizable	other	1268.0	99.29	93.0	0.9469357249626308	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0084_000000014107	1364	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7749059087362659		0	0	False	False	0.9985337257385254	0					non-mobilizable	other	1338.0	99.32700000000001	98.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0119_000000023164	1363	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7650606501499133		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	98.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0075_000000016561	1360	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7750787095111465		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	98.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0040_000000031746	1358	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7651625821313706		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
DEN0062_000000016089	1355	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.6144138790552337		0	0	False	False	0.9992619752883911	0					non-mobilizable	other	1279.0	99.296	94.0	0.9551569506726457	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0055_000000012871	1350	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7648530665454162		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0076_000000012925	1349	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7649290653940138		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0021_000000023793	1343	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7747299506628798		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0146_000000017064	1342	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7648962406868908		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0078_000000015453	1341	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7647240038781314		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0005_000000011618	1341	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7647173371886999		0	0	False	False	0.9903057217597961	0					non-mobilizable	other	1338.0	99.32700000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0117_000000020523	1340	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7647334101409234		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0111_000000025472	1340	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.76483370340623		0	0	False	False	0.9985074400901794	0					non-mobilizable	other	1338.0	99.32700000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0128_000000026234	1339	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7646485898271211		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	79.377	100.0	0.00036332476621313026	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
ISR0038_000000026421	1339	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7646271006407159		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0094_000000013246	1339	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7646485898271211		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	79.377	100.0	0.00036332476621313026	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
ISR0021_000000017951	1338	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7645372146906954		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0222_000000033711	1338	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7645372146906954		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0060_000000031768	1338	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7645372146906954		0	0	False	False	0.9992526173591614	0					non-mobilizable	other	1338.0	99.32700000000001	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0047_000000022388	1338	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7645372146906954		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0075_000000018356	1338	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7645372146906954		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0090_000000046395	1338	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7645372146906954		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0078_000000019268	1338	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7645372146906954		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0026_000000019454	1338	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7645372146906954		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0296_000000019307	1338	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7645372146906954		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.32700000000001	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0059_01_000000019229	1312	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.6937488993353946		0	0	False	False	0.9923780560493469	0					non-mobilizable	other	1307.0	99.311	99.0	0.976083707025411	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0150_000000019159	1280	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.6135858099380688		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	99.296	99.0	0.9551569506726457	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0022_000000010348	1278	0.6704621421324867	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.593159451270294		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	78.866	100.0	0.00034704434352994296	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
ISR0115_000000015985	2134	0.6704595750094718	2	2	2	2	2	False	60140	fragment	False	SPA0041_000000014448	0.9495976281236764		0	0	False	False	0.9995313882827759	0					non-mobilizable	other	2134.0	99.625	100.0	0.000791823540286482	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
ENG0202_000000014490	1454	0.6704570261095532	2	2	2	2	1	False	103245	fragment	False	ENG0086_000000013755	0.21082734718800192		0	0	False	False	0.9972489476203918	0					non-mobilizable	other	1448.0	99.655	99.0	0.0026702491432873776	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0139_000000019716	1391	0.6704570261095532	2	2	2	2	1	False	103245	fragment	False	ENG0086_000000013755	0.20884983156539733		0	0	False	False	0.9849029183387756	0					non-mobilizable	other	1385.0	99.711	99.0	0.0025539908875671946	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0279_000000008650	2421	0.670453391096168	4	3	2	2	3	False	78162	maximal	True	ISR0279_000000008650	1.0		169	12	False	False	0.9958694577217102	0					non-mobilizable	no_good_hit	307.0	75.57	13.0	0.005323247180780276	NZ_LNAM01000090.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf18, whole genome shotgun sequence	True	False
MON0054_000000014520	2971	0.6704521528734151	5	4	4	3	1	True	84434	maximal	True	MON0054_000000014520	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1873.0	99.199	76.0	0.0006007505530948602	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0219_000000000208	55645	0.6704515333455102	69	26	13	18	20	False	87729	maximal	True	ISR0219_000000000208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1613.0	81.959	3.0	0.0005004786916839614	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ENG0038_000000009240	2507	0.6704483886165404	4	3	2	3	2	False	65086	maximal	True	ENG0038_000000009240	1.0		2	2	False	False	0.9920223355293274	0					non-mobilizable	no_good_hit	285.0	76.842	11.0	8.538087924074825e-05	LS483393.1	firmicutes	Clostridium perfringens strain NCTC13170 genome assembly, chromosome: 1	True	False
ISR0068_000000003522	5348	0.6704471574426155	5	4	4	4	3	False	116701	maximal	True	ISR0068_000000003522	1.0	PS782	1	1	False	True	0.9882199168205261	0					non-mobilizable	no_good_hit	3345.0	99.70100000000001	63.0	0.0004719945212501983	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0274_000000001052	4415	0.6704464628702149	5	5	3	4	4	True	91659	fragment	False	CAN0021_000000008624	0.9608832807570977		0	0	False	False	0.9975084662437439	0		MOBP			mobilizable	plasmid	4396.0	99.86399999999999	99.0	0.11377462528152424	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0059_000000012098	1510	0.6704416427442039	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.1917076029261622		0	0	False	False	0.9900662302970886	0					non-mobilizable	other	1420.0	98.59200000000001	94.0	0.0004272337263542391	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0150_000000008352	2025	0.6704232963027409	3	3	3	3	2	False	57158	maximal	True	ENG0150_000000008352	1.0		1	1	False	False	0.9891358017921448	0					non-mobilizable	no_good_hit	620.0	99.355	31.0	0.002106122726731427	NZ_PYLQ01000002.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_1, whole genome shotgun sequence	True	False
ISR0064_000000017560	1336	0.67042158778629	2	2	2	1	1	False	106745	fragment	False	ISR0342_000000010638	0.9575669130313442		0	0	False	False	0.9977545142173767	0					non-mobilizable	other	1337.0	97.681	100.0	0.006375171189570678	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0039_000000007389	3314	0.6704168374460122	5	2	0	2	0	True	47579	maximal	True	FIJ0039_000000007389	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
ENG0092_000000007226	2955	0.6704168374460122	5	2	0	2	0	True	61118	fragment	False	ENG0092_000000007226	1.0		0	0	False	False	0.9983079433441162	0					non-mobilizable	no_good_hit								True	True
MON0102_000000016445	2776	0.6704119094822795	4	3	2	3	2	False	50308	maximal	True	MON0102_000000016445	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	95.806	11.0	5.170557273961726e-05	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
FIJ0101_000000006110	4534	0.6704083560300961	5	4	4	4	4	False	50474	maximal	True	FIJ0101_000000006110	1.0		13	1	False	False	1.0	0					non-mobilizable	no_good_hit	1687.0	83.10600000000001	65.0	0.010944401143154066	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
USA0056_01_000000006128	3486	0.6704042233396296	4	3	2	3	3	False	93127	maximal	True	USA0056_01_000000006128	1.0		244	10	False	False	1.0	0					non-mobilizable	other	3489.0	99.742	100.0	0.06314379333441952	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
MON0033_000000033351	1840	0.670402045219075	4	3	1	3	3	False	49731	fragment	False	MON0033_000000033351	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1841.0	99.185	100.0	0.0003998330262514285	LR134075.1	enterobacteria	Escherichia coli strain NCTC9084 genome assembly, chromosome: 1	False	False
ENG0002_000000009454	2336	0.6703969617751673	4	4	4	4	3	False	67998	maximal	True	ENG0002_000000009454	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	99.405	58.0	0.03249770120505251	NZ_JAAIPV010000039.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_39_length_41326_cov_76.1729, whole genome shotgun sequence	True	False
ISR0056_000000018349	1233	0.6703965498800573	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.17474129615576187		0	0	False	False	0.9991889595985413	0					non-mobilizable	other	1239.0	76.917	100.0	0.0036722369816932186	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0125_000000011834	1306	0.6703877971301989	2	2	2	2	1	True	116506	fragment	False	AST0039_000000012058	0.9882842025699169		0	0	False	False	0.9992343187332153	0					non-mobilizable	no_good_hit	189.0	77.249	14.0	0.0021785471667174214	NZ_BILX01000026.1	firmicutes	Paenibacillus ehimensis NBRC 15659 PEH01S_CON0026, whole genome shotgun sequence	True	True
DEN0062_000000001615	8697	0.6703827586314689	16	5	2	4	3	False	71754	fragment	False	DEN0062_000000001615	1.0		0	0	False	False	0.9997700452804565	0					non-mobilizable	no_good_hit	386.0	77.461	4.0	0.005979166342276131	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
USA0006_01_000000018561	1264	0.6703666692501494	2	2	1	2	1	False	50546	fragment	False	USA0006_01_000000018561	1.0		0	0	False	False	0.9770569801330566	0					non-mobilizable	other	1275.0	98.275	100.0	0.00040794016792149363	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
FIJ0073_000000003809	4981	0.6703650759343254	8	7	5	5	4	False	130509	fragment	False	ISR0203_000000002513	0.5005496526889402		0	0	False	False	1.0	0					non-mobilizable	other	2983.0	97.318	100.0	0.01698857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0034_000000005799	1414	0.6703551854239043	3	2	2	2	2	False	73541	fragment	False	DEN0034_000000005799	1.0		0	0	False	False	0.9915134310722351	0					non-mobilizable	no_good_hit	169.0	76.923	12.0	6.438380103565943e-05	NZ_LN879430.1	firmicutes	Herbinix luporum strain SD1D chromosome I	True	False
MON0019_000000009881	5831	0.6703542551611121	6	6	3	4	5	False	34972	fragment	False	MON0019_000000009881	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	5831.0	99.897	100.0	0.06246049347003932	CP051702.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-2, complete sequence	False	True
ENG0179_000000021123	1552	0.6703508442423862	2	2	2	2	1	False	60847	fragment	False	ISR0367_000000004924	0.5251436327662935		0	0	False	False	0.9890463948249817	0					non-mobilizable	other	1555.0	90.74	100.0	0.009021262744277427	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0225_000000015593	1410	0.6703476126934973	2	2	2	2	2	False	27671	maximal	True	ISR0225_000000015593	1.0		1	1	False	False	0.9907801151275635	0					non-mobilizable	no_good_hit	1001.0	93.007	71.0	0.005726166340250297	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	False
ISR0111_000000004415	3810	0.6703468410837378	7	4	2	4	2	True	124511	maximal	False	ENG0053_000000006728	0.9407230419809982		0	0	True	True	1.0	11					non-mobilizable	plasmid	3467.0	99.971	100.0	0.9142706409918228	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ENG0032_000000003291	5410	0.6703464838304296	7	3	2	3	1	True	65639	maximal	True	ENG0032_000000003291	1.0		0	0	False	False	0.9975970387458801	0					non-mobilizable	no_good_hit	1492.0	95.04	28.0	0.0007296247265747283	CP000837.1	firmicutes	Streptococcus suis GZ1, complete genome	True	True
ISR0395_000000007674	4990	0.6703452118783054	7	6	5	6	4	False	80943	fragment	False	ISR0395_000000007674	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4990.0	100.0	100.0	0.002598304878188509	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
MAD0107_000000014880	2608	0.6703362745436658	3	3	2	3	2	False	97054	maximal	True	MAD0107_000000014880	1.0		1	1	False	False	0.9938650131225586	0					non-mobilizable	no_good_hit	614.0	88.762	45.0	0.0002821578311623504	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
USA0013_01_000000002872	4243	0.670334311189735	4	4	4	4	4	False	52274	maximal	True	USA0013_01_000000002872	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	85.979	36.0	0.0004742602651411295	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0328_000000010439	2685	0.6703224549991448	3	3	3	2	2	False	96623	fragment	False	DEN0083_000000009147	0.7055850725948511		0	0	False	False	0.9959031939506531	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.239694763743287e-06	CP032508.1	g-proteobacteria	Gamma proteobacterium SS-5 chromosome, complete genome	True	False
ISR0816_000000012538	3343	0.6703217361573782	3	3	3	3	2	False	72514	maximal	False	SPA0139_000000007193	0.9493696686614245		0	0	False	False	0.9979060888290405	0					non-mobilizable	no_good_hit	524.0	70.229	15.0	0.00019464279048436725	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	False
SPA0066_000000006227	2232	0.6703190125595329	4	4	3	3	3	False	94612	fragment	False	SPA0066_000000006227	0.9759466170080695		0	0	False	False	1.0	0					non-mobilizable	other	2170.0	98.756	97.0	0.016577625937220553	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0112_000000004686	5597	0.670316226277073	7	4	2	4	4	True	105439	fragment	False	ISR0253_000000001523	0.27031757305194803		0	0	False	True	0.9985706806182861	0					non-mobilizable	chromosome	5501.0	99.964	99.0	0.0010039035420272354	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
USA0071_01_000000004919	2650	0.6703004432977198	3	3	3	2	1	False	94384	fragment	False	USA0071_01_000000004919	0.9988403556242752		0	0	False	False	0.995471715927124	0					non-mobilizable	no_good_hit	1973.0	99.848	74.0	0.056215969668462616	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	True	False
SPA0042_000000012361	2587	0.6703004432977198	3	3	3	2	1	False	94384	fragment	False	USA0071_01_000000004919	0.9869811320754717		0	0	False	False	0.9984537959098816	0					non-mobilizable	no_good_hit	1921.0	99.844	74.0	0.05473360129992303	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	True	False
USA0108_01_000000003244	3692	0.6702900438417828	5	5	4	4	3	False	320	maximal	True	USA0108_01_000000003244	1.0		1	1	False	False	0.9970206022262573	0					non-mobilizable	no_good_hit	2193.0	96.945	62.0	0.0006129563651687545	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0061_000000010409	1700	0.6702875032398149	2	2	2	1	1	False	16817	maximal	True	MAD0061_000000010409	1.0		3	2	False	False	0.9923529624938965	0					non-mobilizable	other	1529.0	95.095	90.0	0.005770279275458896	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
FIJ0129_000000018326	1231	0.6702824601108952	2	1	1	1	1	False	40913	maximal	True	FIJ0129_000000018326	1.0		20	4	False	False	1.0	0					non-mobilizable	other	1231.0	97.48200000000001	100.0	0.001100722360235107	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ENG0133_000000001713	12148	0.6702810047365023	6	2	2	2	2	False	130266	fragment	False	ISR0262_000000000954	0.9602992763308809		0	0	False	False	0.9990121722221375	0					non-mobilizable	chromosome	12071.0	99.76799999999999	99.0	0.005200312897991376	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0139_000000006015	3880	0.6702728170945911	7	3	2	3	2	True	124511	maximal	False	ENG0053_000000006728	0.8935608124499155		0	0	True	True	1.0	22					non-mobilizable	plasmid	1890.0	92.963	94.0	0.4972302822474281	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0205_000000005458	3383	0.6702728170945911	6	3	2	3	2	True	124248	fragment	False	ISR0205_000000005458	1.0		0	0	False	False	0.9997044205665588	0					non-mobilizable	plasmid	1706.0	91.911	93.0	0.4481667106304405	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
MON0103_000000052470	1144	0.6702726093480978	3	2	2	2	1	False	8840	maximal	True	MON0103_000000052470	1.0		52	7	False	False	1.0	0					non-mobilizable	chromosome	741.0	94.46700000000001	100.0	0.00011375398158202811	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0002_000000016187	1105	0.6702652647990043	2	2	1	2	1	True	8391	maximal	True	SPA0002_000000016187	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1105.0	98.009	100.0	0.003676237983130596	NZ_QJKH01000002.1	firmicutes	Dielma fastidiosa strain JC118 Ga0244565_102, whole genome shotgun sequence	False	True
FIJ0029_000000021008	1515	0.6702648572028383	2	2	2	2	1	False	48852	maximal	True	FIJ0029_000000021008	1.0		3	3	False	False	0.9881188273429871	0					non-mobilizable	no_good_hit	886.0	74.266	58.0	0.0019842674308417725	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
ENG0119_000000016612	1911	0.6702647133773653	3	3	2	2	3	True	78991	fragment	False	SPA0132_000000019790	0.9648133264739567		0	0	False	False	0.994243860244751	0					non-mobilizable	other	1911.0	100.0	100.0	0.041772373370658734	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CAN0014_000000006344	6814	0.6702622225257553	7	7	6	5	7	False	95252	maximal	True	CAN0014_000000006344	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	93.525	42.0	0.0005344091074885666	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0028_000000001535	11763	0.6702580360049113	17	8	5	4	6	False	74196	maximal	True	SPA0028_000000001535	1.0	PS352	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	8029.0	93.97200000000001	68.0	0.004780293133891274	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ISR0775_000000001932	8155	0.6702522274969474	9	9	7	7	7	False	99345	fragment	False	ISR0775_000000001932	0.9778850218722007		0	0	False	False	1.0	0					non-mobilizable	other	8155.0	99.755	100.0	0.0018564356435643563	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
FIJ0110_000000002405	6899	0.6702476404149317	6	3	2	3	2	False	45839	maximal	False	FIJ0163_000000003316	0.9363761870500933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3652.0	99.26100000000001	53.0	0.0019546562589699977	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0068_000000005759	5210	0.6702476404149317	4	3	2	3	2	False	45119	fragment	False	FIJ0068_000000005759	1.0		0	0	False	False	0.999424159526825	0					non-mobilizable	no_good_hit	1950.0	98.667	39.0	0.0010437328900637058	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0062_000000015036	2569	0.6702463262624991	7	7	3	5	7	False	106034	fragment	False	MON0062_000000015036	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2569.0	99.961	100.0	0.0006620175914160448	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
ISR0262_000000014465	1199	0.6702355266178638	1	1	1	1	1	False	81427	fragment	False	CHI0126_000000012777	0.9602459016393443		0	0	False	False	1.0	0					non-mobilizable	chromosome	1105.0	97.014	99.0	0.00038481218795008036	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0105_000000046073	1189	0.6702328998407354	2	2	2	2	2	False	8688	maximal	True	MON0105_000000046073	1.0		9	2	False	False	0.9991589784622192	0					non-mobilizable	other	1181.0	86.876	99.0	0.0006967232732165746	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0259_000000013611	1341	0.670231181124062	4	4	3	2	4	False	26739	maximal	True	ISR0259_000000013611	1.0		232	11	False	False	0.9985085725784302	0					non-mobilizable	chromosome	1184.0	98.395	100.0	0.000637962151180284	CP025216.1	firmicutes	Streptococcus thermophilus strain DGCC 7710 chromosome, complete genome	False	False
SPA0013_000000011401	2452	0.6702281869253673	3	2	1	2	2	False	78789	fragment	False	SPA0013_000000011401	0.995738528486394		0	0	False	False	0.9881729483604431	0					non-mobilizable	no_good_hit	377.0	73.475	15.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ENG0075_000000010687	2309	0.6702281869253673	2	2	1	2	2	False	78789	fragment	False	SPA0013_000000011401	0.9695976720710716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	73.475	16.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
FIJ0062_000000004559	6066	0.6702279466980895	6	5	5	5	4	False	45731	maximal	True	FIJ0062_000000004559	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1437.0	86.98700000000001	34.0	0.005315171928785579	MN577570.1	bacteria	Uncultured Candidatus Melainabacteria bacterium isolate LL20 clone UCI_2 genomic sequence	True	False
ENG0079_000000004626	6623	0.6702045193729504	14	4	4	4	4	False	61861	maximal	True	ENG0079_000000004626	1.0		1	1	False	False	0.9996980428695679	0					non-mobilizable	no_good_hit	2283.0	97.416	34.0	0.0009322887874139784	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0037_000000015235	1559	0.6702038771827886	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9191537934832235		0	0	False	False	1.0	0					non-mobilizable	chromosome	1559.0	99.23	100.0	0.0004156075299121382	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0130_000000013398	1538	0.6702038771827886	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9168911227838812		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	99.155	100.0	0.0004100056312419489	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0038_000000023184	1534	0.6702038771827886	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9148415659536487		0	0	False	False	1.0	0					non-mobilizable	chromosome	1534.0	99.087	100.0	0.00040867184584428485	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0143_000000018860	1550	0.6701983536980652	2	2	2	2	2	False	31130	maximal	True	ISR0143_000000018860	1.0		180	10	False	False	1.0	0					non-mobilizable	other	1400.0	99.429	99.0	0.00037437346672240313	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0834_000000011709	1516	0.6701975950878483	3	2	2	2	1	True	57830	fragment	False	ISR0834_000000011709	0.995970695970696		0	0	False	False	0.9973614811897278	0					non-mobilizable	no_good_hit	522.0	87.931	41.0	0.0001340534063615044	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
SPA0158_000000004374	3630	0.6701951766289556	5	4	3	4	4	False	112292	fragment	False	FIJ0149_000000005878	0.9754951065172386		0	0	False	False	0.9983471035957336	0					non-mobilizable	other	2007.0	99.45200000000001	97.0	0.0004918268720374848	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0017_000000001825	11183	0.6701931207953234	13	3	3	3	2	False	66723	maximal	True	ENG0017_000000001825	1.0		1	1	False	False	0.9995529055595398	0					non-mobilizable	no_good_hit	501.0	95.21	5.0	0.0021794310722100655	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0067_000000002684	8577	0.6701876911258321	8	5	5	5	4	False	74738	fragment	False	ISR0067_000000002684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	84.956	21.0	0.005756973257724445	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0064_000000026700	1583	0.6701856726167926	3	3	3	3	3	False	125784	fragment	False	USA0059_01_000000014197	0.5476943823080548		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	70.383	71.0	0.0005714015554933091	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
SPA0149_000000035170	1154	0.6701843746084913	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2209436558954501		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	76.956	100.0	0.0006376585443482124	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	False	False
MAD0033_000000016260	1297	0.6701825935837399	3	2	1	2	1	True	18851	maximal	True	MAD0033_000000016260	1.0		1	1	False	False	0.9591364860534668	0					non-mobilizable	no_good_hit								True	True
ISR0302_000000000381	18626	0.6701709102076203	30	11	2	9	6	False	53160	maximal	True	ISR0302_000000000381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5119.0	94.53	60.0	0.1994128009395185	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ISR0852_000000002676	3334	0.6701685485820374	4	4	4	4	4	False	53699	maximal	True	ISR0852_000000002676	1.0		6	3	False	False	0.9988002181053162	0					non-mobilizable	no_good_hit	1929.0	94.609	58.0	0.010141239812663643	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
MON0101_000000040458	1614	0.6701647060380382	3	2	0	2	2	False	9032	fragment	False	MON0101_000000040458	1.0		0	0	False	False	0.9615861177444458	0	IncFIA,IncFIC				non-mobilizable	plasmid	1614.0	100.0	100.0	0.012442915329548259	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0366_000000010277	1892	0.6701643708783905	3	3	3	3	1	False	23625	fragment	False	ISR0825_000000012351	0.9862337662337662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	77.619	22.0	0.00024914496599868336	CP049781.1	firmicutes	Clostridiales genomosp. BVAB1 isolate UAB071 chromosome, complete genome	True	False
ENG0037_000000006599	4703	0.6701629061646475	9	7	3	6	5	False	65238	maximal	True	ENG0037_000000006599	1.0		4	4	False	False	0.9974484443664551	0					non-mobilizable	no_good_hit	125.0	84.0	3.0	0.00018249661400910372	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ETH0003_000000035093	1201	0.6701603145848337	1	1	1	1	1	False	53010	maximal	True	ETH0003_000000035093	1.0		1	1	False	False	0.9825145602226257	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000004696	3372	0.6701571675032526	4	4	4	4	3	False	78296	fragment	False	ISR0310_000000004696	1.0		0	0	False	False	0.9964413046836853	0					non-mobilizable	chromosome	3355.0	99.70200000000001	99.0	0.0006336343064802615	CP041934.1	enterobacteria	Klebsiella pneumoniae strain KP14003 chromosome, complete genome	False	False
ISR0082_000000020680	1581	0.6701511265417168	1	1	1	1	1	False	34155	fragment	False	ISR0082_000000020680	1.0		0	0	False	False	0.9310563206672668	0					non-mobilizable	no_good_hit								True	False
CHI0013_000000005063	1776	0.6701469287295707	2	2	0	2	2	False	89978	maximal	True	CHI0013_000000005063	1.0		4	3	False	False	1.0	0	IncFII				non-mobilizable	no_good_hit	1413.0	99.788	80.0	0.019195997661677337	CP042952.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_1, complete sequence	True	True
FIJ0079_000000018686	1508	0.6701469287295707	3	2	0	2	2	False	80443	fragment	False	FIJ0079_000000018686	1.0		0	0	False	False	0.9913793206214905	0	IncFII				non-mobilizable	chromosome	1508.0	100.0	100.0	0.0002504422624226093	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	True
MON0059_000000025421	1541	0.6701464400697686	3	3	3	2	2	False	49466	fragment	False	ISR0349_000000006666	0.6653679653679654		0	0	False	False	0.9753406643867493	0					non-mobilizable	chromosome	1541.0	99.87	100.0	0.0003427288516268938	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0194_000000003954	5340	0.6701457611428971	5	3	0	3	1	True	29056	maximal	True	ISR0194_000000003954	1.0		2	1	True	True	1.0	91					non-mobilizable	no_good_hit	576.0	87.15299999999999	26.0	0.08741742203103395	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
MON0057_000000019445	1369	0.6701439311212568	2	2	2	2	1	True	12629	fragment	False	MON0027_000000029607	0.9172874946326571		0	0	False	False	0.986851692199707	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000005021	4937	0.6701391900203892	5	5	5	5	4	False	57444	maximal	True	ENG0146_000000005021	1.0		52	8	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	75.057	9.0	0.00010224994436055207	NZ_CP013745.1	high GC Gram+	Arthrobacter alpinus strain A3 chromosome, complete genome	True	False
ISR0842_000000011445	1955	0.6701293534858341	4	3	2	3	2	True	58083	fragment	False	ISR0828_000000003629	0.9586923466801824		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	100.0	100.0	0.009074486019068495	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	True
FIJ0026_000000011015	2883	0.6701273337789119	4	3	3	3	3	False	49123	fragment	False	FIJ0026_000000011015	1.0		0	0	False	False	0.9993062615394592	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	5.941895924817766e-06	CP043575.1	b-proteobacteria	Comamonas koreensis strain T50-37 chromosome, complete genome	True	False
CHI0060_000000001311	7400	0.6701269723879945	10	7	3	7	6	False	122695	fragment	False	ISR0327_000000002508	0.9731192043109554		0	0	False	False	1.0	0					non-mobilizable	other	7325.0	100.0	99.0	0.013139670898248284	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
CHI0106_000000013755	1477	0.6701200787045064	2	2	2	1	1	False	111905	fragment	False	AST0061_000000027331	0.950974025974026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0044_000000017481	1424	0.6701198865723804	3	1	1	1	1	False	17952	maximal	True	MAD0044_000000017481	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000005334	3317	0.6701183895596565	7	5	5	5	3	False	96957	maximal	True	CAN0002_000000005334	1.0		36	11	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	85.149	3.0	0.00034403511910495823	NZ_FWXW01000005.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
FIJ0005_000000009783	3191	0.6701166564216584	4	1	1	1	1	False	123290	fragment	False	FIJ0005_000000009783	1.0		0	0	False	False	0.9984331130981445	0					non-mobilizable	no_good_hit								True	False
MAD0108_000000010378	1681	0.6701096549835075	3	1	1	1	1	False	14610	fragment	False	MAD0108_000000010378	1.0		0	0	False	False	0.9881023168563843	0					non-mobilizable	no_good_hit	554.0	98.736	40.0	0.0059593085908875385	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	False
FIJ0127_000000002456	7180	0.6701090541822807	14	4	2	4	2	True	105172	fragment	False	FIJ0127_000000002456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	97.101	2.0	0.0004912736178895316	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	True
USA0035_01_000000011759	2144	0.6700977335424799	3	3	2	2	2	False	89990	maximal	False	CHI0013_000000003630	0.8297650265729671		0	0	False	False	0.9995335936546326	0					non-mobilizable	other	2144.0	99.62700000000001	100.0	0.04427045675212263	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	False	False
ISR0192_000000005158	3811	0.6700956493693907	4	3	0	1	3	False	45628	fragment	False	ISR0192_000000005158	1.0		0	0	False	False	1.0	0	rep_cluster_2358				non-mobilizable	plasmid	3815.0	99.056	100.0	0.7936706225275869	CP056667.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00668 plasmid pRHBSTW-00668_5, complete sequence	False	True
MAD0037_000000003743	3415	0.6700956493693907	4	3	0	1	3	False	45626	fragment	False	MAD0037_000000003743	0.985858502555514		0	0	False	False	0.9997071623802185	0	rep_cluster_2358				non-mobilizable	plasmid	3417.0	99.21	100.0	0.7108057464084947	CP056667.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00668 plasmid pRHBSTW-00668_5, complete sequence	False	True
FIJ0063_000000007616	3332	0.6700956493693907	4	3	0	1	3	False	45626	fragment	False	MAD0037_000000003743	0.976865216859009		0	0	False	False	1.0	0	rep_cluster_2358				non-mobilizable	plasmid	3332.0	99.61	100.0	0.6935248802831564	CP056667.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00668 plasmid pRHBSTW-00668_5, complete sequence	False	True
USA0032_01_000000011721	1928	0.67009471178923	3	3	3	3	1	False	6629	maximal	True	USA0032_01_000000011721	0.971830985915493		20	7	False	False	1.0	0					non-mobilizable	other	1926.0	94.081	99.0	0.000540986545875378	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0072_000000007887	3183	0.6700889969660803	4	4	4	4	4	False	106168	maximal	True	FIJ0072_000000007887	0.9944095365525387		7	3	False	False	0.9996858239173889	0					non-mobilizable	other	1633.0	98.469	100.0	0.0004910628665847526	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0057_000000005479	3298	0.6700845868115138	4	4	4	3	3	False	98947	maximal	True	CHI0057_000000005479	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2613.0	93.685	85.0	0.0004018811484200009	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
FIJ0099_000000000592	26930	0.6700769059628066	33	12	7	8	8	True	42820	maximal	True	FIJ0099_000000000592	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	80.704	3.0	8.8853962423078e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
USA0041_01_000000014361	1143	0.6700766983361922	1	1	1	1	1	True	1275	maximal	True	USA0041_01_000000014361	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0025_000000004824	2392	0.6700742450679412	5	1	1	1	1	False	19141	maximal	True	MAD0025_000000004824	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0140_000000013474	2290	0.6700723334021733	4	2	2	2	2	False	40393	fragment	False	FIJ0140_000000013474	1.0		0	0	False	False	0.9995633363723755	0					non-mobilizable	no_good_hit	115.0	88.696	5.0	0.005888429752066116	NZ_VZBY01000031.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_42_length_19360_cov_20.1067_ID_83, whole genome shotgun sequence	True	False
AST0087_000000012280	2936	0.6700667413809804	4	3	2	1	2	True	110994	maximal	True	AST0087_000000012280	1.0		2	2	False	False	0.9577656388282776	0					non-mobilizable	no_good_hit	1025.0	79.317	35.0	0.0002916923062871965	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0332_000000005540	2476	0.6700591616478307	3	1	1	1	1	False	88697	fragment	False	ISR0332_000000005540	1.0		0	0	False	False	0.9967690110206604	0					non-mobilizable	no_good_hit								True	False
CHI0028_000000007259	1922	0.6700591616478307	2	1	1	1	1	False	88695	fragment	False	CHI0028_000000007259	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0051_000000019478	1820	0.6700591616478307	3	1	1	1	1	False	88696	fragment	False	FIJ0155_000000011197	0.48298701298701296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0001_000000021680	1599	0.6700591616478307	2	1	1	1	1	False	44928	fragment	False	MON0042_000000016238	0.9618123849102063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0036_000000015910	1506	0.6700591616478307	2	1	1	1	1	False	44928	fragment	False	MON0042_000000016238	0.747518417882885		0	0	False	False	0.9920318722724915	0					non-mobilizable	no_good_hit								True	False
MON0002_000000021634	1313	0.6700591616478307	2	1	1	1	1	False	14308	fragment	False	MON0002_000000021634	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0003_000000014922	1218	0.6700591616478307	1	1	1	1	1	False	8367	fragment	False	SPA0003_000000014922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0002_000000021888	1707	0.6700571573204135	3	3	3	3	2	False	131648	fragment	False	DEN0035_000000019425	0.9638794084186575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	81.168	31.0	0.00014763927892299963	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0047_000000006193	4504	0.6700550870249985	3	3	3	3	3	False	36109	fragment	False	ISR0047_000000006193	1.0		0	0	False	False	0.9931172132492065	0					non-mobilizable	no_good_hit	701.0	70.328	15.0	0.024495677233429394	NZ_QXSC01000036.1	firmicutes	Staphylococcus gallinarum strain SNUC 741 contig036, whole genome shotgun sequence	True	False
ISR0295_000000022320	1606	0.6700542864296473	3	3	2	3	2	False	78280	fragment	False	MAD0111_000000010122	0.9387211367673179		0	0	False	False	0.9956413507461548	0					non-mobilizable	no_good_hit	232.0	78.44800000000001	14.0	7.269548088221435e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
CHI0179_000000015350	1436	0.6700518603526441	3	1	1	1	1	False	77532	maximal	True	CHI0179_000000015350	1.0		1	1	False	False	0.9993036389350891	0					non-mobilizable	no_good_hit	185.0	82.70299999999999	13.0	0.0010236040877406722	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
MON0009_000000017285	2131	0.6700464695781595	2	2	2	2	2	False	100102	maximal	True	MON0009_000000017285	1.0		2	2	False	False	0.9981229305267334	0					non-mobilizable	no_good_hit	489.0	83.23100000000001	23.0	0.00020989162782378585	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
FIJ0096_000000020652	1785	0.6700447853400407	3	3	3	2	2	False	84668	fragment	False	MON0043_000000014837	0.9649312090492653		0	0	False	False	0.9815126061439514	0					non-mobilizable	chromosome	1785.0	98.319	100.0	0.0004993071553458192	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0063_000000020361	1524	0.6700429241565142	2	1	1	1	1	False	63063	fragment	False	ENG0063_000000020361	1.0		0	0	False	False	0.9829396605491638	0					non-mobilizable	virus	1393.0	91.67299999999999	91.0	0.05418699980480187	MK233934.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_3_c1 sequence	False	False
FIJ0038_000000003763	8189	0.6700428933536348	8	7	0	2	7	False	47691	fragment	False	FIJ0038_000000003763	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	8111.0	99.77799999999999	99.0	0.09275591091589169	CP032260.1	enterobacteria	Escherichia coli strain AR_0067 plasmid unnamed3, complete sequence	False	True
AST0052_000000006540	3213	0.6700428755929023	4	3	1	1	3	False	114599	fragment	False	AST0052_000000006540	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	3219.0	92.60600000000001	100.0	0.10165462152909852	CP001156.1	firmicutes	Lactobacillus rhamnosus HN001 plasmid pLR002, complete sequence	False	True
ENG0167_000000007342	3365	0.6700418602501965	4	4	3	4	3	False	56080	maximal	True	ENG0167_000000007342	1.0		4	4	False	False	0.9881129264831543	0					non-mobilizable	other	3367.0	98.75299999999999	100.0	0.001018329014662304	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0109_000000001759	13159	0.6700387864970642	13	11	9	9	9	False	98391	maximal	True	MON0109_000000001759	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.485	12.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0012_000000023081	2211	0.6700384134234088	2	2	2	2	1	False	13604	maximal	True	MON0012_000000023081	1.0		8	3	False	False	0.9832655191421509	0					non-mobilizable	no_good_hit	1684.0	99.64399999999999	76.0	0.00046852489821484495	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0186_000000002594	7351	0.67003173191505	8	5	2	4	3	False	122848	maximal	True	CHI0186_000000002594	1.0		1	1	False	False	0.9994558691978455	0					non-mobilizable	no_good_hit	462.0	71.861	6.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
AST0102_000000015610	2006	0.6700261521645385	2	2	2	2	1	False	108241	fragment	False	ENG0024_000000011607	0.6385672379187896		0	0	False	False	0.9995014667510986	0					non-mobilizable	other	2013.0	86.38799999999999	100.0	0.020495734782922628	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0088_000000006236	3650	0.6700156735111816	6	2	1	2	1	True	109105	fragment	False	ISR0088_000000006236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2159.0	91.709	61.0	0.0004171840310319843	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MAD0097_000000003267	10166	0.6700146415573022	12	8	5	6	5	True	15451	fragment	False	MAD0097_000000003267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	82.564	2.0	0.0011795353765997843	NZ_WNCH01000001.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold1_size158588, whole genome shotgun sequence	True	True
MON0062_000000006627	6133	0.6700061781927746	9	6	6	6	5	False	82292	maximal	True	MON0062_000000006627	1.0		2	2	False	False	0.9858144521713257	0					non-mobilizable	no_good_hit	2216.0	99.007	81.0	0.0020139183122000717	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
SPA0093_000000008532	4768	0.6700057609526489	3	2	2	2	2	False	5289	maximal	True	SPA0093_000000008532	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	75.953	7.0	6.662030262618419e-05	CP001715.1	b-proteobacteria	Candidatus Accumulibacter phosphatis clade IIA str. UW-1 chromosome, complete genome	True	False
FIJ0046_000000017093	1873	0.6700050673908128	2	2	2	2	2	False	46968	maximal	True	FIJ0046_000000017093	1.0		28	8	False	False	0.9845167994499207	0					non-mobilizable	no_good_hit	602.0	76.91	32.0	0.006570578410008517	NZ_JAAITU010000010.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_10_length_90403_cov_167.363, whole genome shotgun sequence	True	False
ISR0111_000000007798	2287	0.6699894954040332	3	3	3	3	3	False	127462	fragment	False	ISR0111_000000007798	1.0		0	0	False	True	0.9951902031898499	0					non-mobilizable	other	1326.0	99.62299999999999	98.0	0.0005398317551544963	CP003132.1	firmicutes	Lactococcus lactis subsp. cremoris A76, complete genome	False	True
ENG0112_000000024916	1106	0.6699870888951462	2	2	0	2	2	False	59635	fragment	False	ENG0112_000000024916	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	1106.0	98.19200000000001	100.0	0.014533354377104377	CP041537.1	enterobacteria	Escherichia coli strain 95 plasmid p3409-2	False	True
DEN0078_000000017397	1883	0.6699752673372898	2	2	2	2	2	False	69760	maximal	True	DEN0078_000000017397	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	73.97399999999999	60.0	0.0014030927694118319	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0018_01_000000018126	1165	0.6699750549058604	1	1	1	1	1	False	1852	maximal	True	USA0018_01_000000018126	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0056_000000013359	2613	0.6699745193931002	4	3	3	3	2	False	66376	fragment	False	SPA0056_000000013359	1.0		0	0	False	False	0.9996172785758972	0					non-mobilizable	no_good_hit	1836.0	85.675	70.0	0.033457181031169354	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0063_000000006017	6386	0.6699714119982828	12	6	4	2	5	True	106436	maximal	False	ENG0030_000000003306	0.9790725685034628		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3587.0	100.0	56.0	0.0005517403515444576	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
ISR0218_000000006748	2474	0.6699707606466848	3	3	3	3	3	False	54768	fragment	False	ISR0218_000000006748	1.0		0	0	False	False	0.9466450810432434	0					non-mobilizable	no_good_hit	74.0	97.29700000000001	3.0	2.083516473479975e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0824_000000020127	1201	0.6699679571255142	2	1	1	1	1	False	21141	fragment	False	ISR0824_000000020127	1.0		0	0	False	False	0.9958367943763733	0					non-mobilizable	no_good_hit	715.0	81.678	59.0	0.0001963026315458329	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0098_000000020992	1645	0.6699572334371392	2	2	2	2	2	False	91046	fragment	False	ISR0305_000000010968	0.9038017531888112		0	0	False	False	1.0	0					non-mobilizable	other	1563.0	97.057	95.0	0.01697641560699924	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0308_000000016131	1195	0.6699525488051168	2	1	1	1	1	False	25402	maximal	True	ISR0308_000000016131	1.0		7	4	False	False	0.9824267625808716	0					non-mobilizable	chromosome	1154.0	85.26899999999999	96.0	0.00027803890217539384	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
FIJ0061_000000022491	1281	0.669947930353307	2	1	1	1	1	False	45773	maximal	True	FIJ0061_000000022491	1.0		5	2	False	False	0.976580798625946	0					non-mobilizable	no_good_hit	61.0	88.525	5.0	0.00014394105735685185	NZ_VWPJ01000002.1	a-proteobacteria	Roseospira marina strain DSM 15113 NODE_2_length_409890_cov_35.5128, whole genome shotgun sequence	True	False
SPA0125_000000026048	1225	0.669947930353307	2	1	1	1	1	False	4006	fragment	False	SPA0125_000000026048	1.0		0	0	False	False	0.9787755012512207	0					non-mobilizable	other	1172.0	96.416	96.0	0.00802689352360044	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	False
MON0001_000000008765	3799	0.6699452818834762	7	4	3	4	4	False	45587	maximal	True	MON0001_000000008765	1.0		1	1	False	False	0.9997367858886719	0					non-mobilizable	chromosome	3382.0	97.132	98.0	0.0006351168325684756	CP052295.1	enterobacteria	Klebsiella pneumoniae strain E16KP0210 chromosome, complete genome	False	False
MAD0047_000000038923	1237	0.6699425892890668	2	2	2	2	1	False	17602	fragment	False	MAD0047_000000038923	1.0		0	0	False	False	0.9434114694595337	0					non-mobilizable	chromosome	1176.0	99.915	95.0	0.00033118042568663566	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
MON0072_000000003974	4953	0.6699424490051645	4	4	4	4	3	True	131602	fragment	False	MON0072_000000003974	0.9907040103727257		0	0	False	False	0.9947506785392761	0					non-mobilizable	chromosome	4953.0	100.0	100.0	0.0021833156240217626	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	True
ISR0137_000000014744	1682	0.6699396474443774	2	2	2	1	1	False	124692	fragment	False	ISR0050_000000016212	0.9518644431102565		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	99.46	94.0	0.0049997685292347575	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0161_000000019490	1590	0.6699396474443774	2	2	2	1	1	False	124692	fragment	False	ISR0050_000000016212	0.9367047387717568		0	0	False	False	0.9987421631813049	0					non-mobilizable	other	1200.0	99.667	93.0	0.0046255574587596255	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0129_000000019159	1414	0.6699396474443774	2	2	2	1	1	False	112575	fragment	False	ENG0129_000000019159	1.0		0	0	False	False	0.9950494766235352	0					non-mobilizable	other	1414.0	99.081	100.0	0.00545113652145734	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0058_000000023634	1736	0.6699361229663147	2	2	2	2	1	False	46004	maximal	True	FIJ0058_000000023634	1.0		0	0	False	False	0.9798387289047241	0					non-mobilizable	no_good_hit	907.0	82.58	52.0	0.003559196830300181	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0177_000000013455	2201	0.6699355289614388	4	4	3	2	3	False	77015	fragment	False	ISR0177_000000013455	1.0		0	0	False	False	0.9990913271903992	0					non-mobilizable	other	2202.0	98.13799999999999	100.0	0.002415326222882524	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
SPA0034_000000018266	1949	0.6699324774814109	3	1	1	1	1	True	7149	fragment	False	SPA0034_000000018266	1.0		0	0	False	False	0.9994869232177734	0					non-mobilizable	no_good_hit	935.0	97.11200000000001	87.0	0.00029346111829512344	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
MON0056_000000004641	3470	0.6699320454029553	4	2	2	2	2	False	118742	maximal	False	ISR0021_000000006185	0.9391741859584954		0	0	False	False	1.0	0					non-mobilizable	other	2473.0	99.39299999999999	96.0	0.002247587389507258	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0002_000000009848	3536	0.6699314498308162	5	5	3	3	2	True	73183	maximal	True	FIJ0002_000000009848	1.0		20	9	False	False	1.0	0					non-mobilizable	no_good_hit	1583.0	82.31200000000001	80.0	0.0004262757339214546	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0035_000000014528	1374	0.6699297095429279	2	2	2	2	1	False	36772	maximal	True	ISR0035_000000014528	1.0		349	11	False	False	1.0	0					non-mobilizable	other	1375.0	99.78200000000001	100.0	0.004501434955247742	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ENG0131_000000007700	3539	0.6699273495723733	4	2	2	2	2	False	82535	fragment	False	ENG0131_000000007700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000027984	1237	0.6699205430064847	2	2	2	2	1	False	46712	maximal	True	FIJ0048_000000027984	1.0		94	9	False	False	0.9991915822029114	0					non-mobilizable	chromosome	1238.0	97.09200000000001	100.0	0.0005304184474133203	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0795_000000009902	1287	0.6699185759998519	4	4	4	2	1	False	21964	maximal	True	ISR0795_000000009902	1.0		30	4	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	92.709	86.0	0.8210059171597633	NZ_QSFS01000038.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf38, whole genome shotgun sequence	True	False
MON0076_000000043708	1108	0.6699169351436584	2	2	2	2	2	False	26654	fragment	False	MON0019_000000053777	0.563501486373023		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	96.661	100.0	0.0023147518907989137	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0181_000000012643	1510	0.6699133620493807	2	2	2	2	1	False	29581	fragment	False	ISR0181_000000012643	0.960711887172599		0	0	False	False	0.9920529723167419	0					non-mobilizable	chromosome	968.0	86.88	94.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0065_000000010753	2393	0.6699073795756285	3	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.9709860506205285		0	0	False	False	1.0	0					non-mobilizable	other	2393.0	99.70700000000001	100.0	0.0007544790686490754	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CHI0180_000000005662	2388	0.6699073795756285	3	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.9693356912293544		0	0	False	False	0.9937185645103455	0					non-mobilizable	other	2388.0	99.49700000000001	100.0	0.0007532168702908169	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0020_000000026599	1313	0.669906277061973	2	2	2	1	1	False	7706	fragment	False	SPA0020_000000026599	1.0		0	0	False	False	0.9992383718490601	0					non-mobilizable	other	696.0	93.678	99.0	0.0002093082227714095	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0122_000000014444	1740	0.6699053626939997	2	2	2	1	1	False	4111	fragment	False	SPA0122_000000014444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1032.0	80.911	59.0	0.07306559379265752	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0017_000000009683	3448	0.6698988517248948	4	3	2	3	1	False	37871	maximal	True	ISR0017_000000009683	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3448.0	99.652	100.0	0.0007302540037881661	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
CHI0134_000000013107	1303	0.669898805962213	2	2	2	2	2	True	80720	fragment	False	CHI0134_000000013107	1.0		0	0	False	False	0.9976975917816162	0					non-mobilizable	no_good_hit	185.0	75.135	14.0	4.8301050789359925e-05	AP014854.2	a-proteobacteria	Blastochloris viridis DNA, complete genome, strain: DSM 133	True	True
MON0065_000000001904	12540	0.6698983516854353	18	7	1	7	2	False	10758	maximal	True	MON0065_000000001904	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.726816630340914e-05	LR215060.1	apicomplexans	Plasmodium vinckei vinckei genome assembly, chromosome: PVVCY_04	True	False
DEN0061_000000017068	2448	0.6698977957269293	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8802282134540175	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2310.0	95.671	94.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0094_000000014221	1435	0.6698946155148617	2	2	2	2	1	True	43158	maximal	True	FIJ0094_000000014221	1.0		1	1	False	False	0.9993031620979309	0					non-mobilizable	no_good_hit	363.0	79.339	25.0	0.0008618094599974753	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
BAN0018_000000001396	1631	0.6698922068342458	3	3	3	3	3	False	98016	fragment	False	BAN0018_000000001396	1.0		0	0	False	False	0.9852851033210754	0					non-mobilizable	chromosome	1631.0	98.46700000000001	100.0	0.0003351611611134095	CP051753.1	enterobacteria	Escherichia coli strain SCU-102 chromosome, complete genome	False	False
ISR0212_000000010637	3242	0.6698905220947642	4	4	4	4	4	False	101490	maximal	False	FIJ0093_000000006089	0.7454878712633405		0	0	False	False	0.9975323677062988	0					non-mobilizable	other	3242.0	99.69200000000001	100.0	0.04914254522296857	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0200_000000006676	3334	0.6698811101426488	9	8	1	3	8	False	28776	maximal	True	ISR0200_000000006676	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	82.234	38.0	0.09528780196838652	NZ_CABMGA010000030.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0077_000000010196	2833	0.6698798634583122	4	2	2	2	2	False	75268	maximal	True	SPA0077_000000010196	1.0		0	0	False	False	0.9996470212936401	0					non-mobilizable	no_good_hit	697.0	90.387	24.0	0.01195041009680692	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0175_000000009049	2457	0.6698770668219521	4	4	3	3	2	False	124182	maximal	True	ISR0175_000000009049	1.0		93	6	False	False	1.0	0					non-mobilizable	other	2457.0	99.471	100.0	0.05815219964957143	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0044_000000019387	2636	0.6698755208402195	2	2	2	2	2	False	11637	maximal	True	MON0044_000000019387	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	70.266	26.0	0.00020320223710218468	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
USA0032_01_000000008132	3027	0.6698674083326887	3	3	2	2	3	False	112732	maximal	True	USA0032_01_000000008132	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2301.0	74.316	75.0	0.2771480804387569	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0110_000000002059	5731	0.6698617768373295	7	6	5	6	5	False	65286	maximal	True	MON0110_000000002059	1.0		446	13	False	False	0.9994765520095825	0					non-mobilizable	chromosome	5723.0	99.546	99.0	0.002609891864179804	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
SPA0048_000000012714	1586	0.669861643713901	2	2	1	2	1	False	78380	fragment	False	SPA0048_000000012714	0.9967989756722151		0	0	False	False	0.9993695020675659	0					non-mobilizable	other	1586.0	99.369	100.0	0.0004150868487392097	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
CHI0164_000000013440	1562	0.669861643713901	2	2	1	2	1	False	78380	fragment	False	SPA0048_000000012714	0.989281210592686		0	0	False	False	1.0	0					non-mobilizable	chromosome	1562.0	99.488	100.0	0.0003916804168824547	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0021_000000024824	1941	0.6698611320794281	4	4	3	4	2	False	125442	fragment	False	MON0070_000000010284	0.29131452534765917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	85.455	75.0	0.000383377361608742	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0233_000000001101	6755	0.669858217487012	8	4	0	2	3	False	27398	maximal	True	ISR0233_000000001101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.611831771065032e-07	LN713262.1	eudicots	Cucumis melo genomic chromosome, chr_8	True	False
USA0075_01_000000013893	1777	0.6698462333794833	2	2	2	2	2	False	670	maximal	True	USA0075_01_000000013893	1.0		13	6	False	False	1.0	0					non-mobilizable	other	1295.0	98.069	100.0	0.0005610998250357191	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
USA0007_01_000000008271	2042	0.6698460518976489	3	3	2	3	2	False	91545	fragment	False	CAN0021_000000023184	0.660986865459709		0	0	False	False	0.989226222038269	0					non-mobilizable	other	2039.0	90.87799999999999	99.0	0.14912794958229517	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
ISR0180_000000016887	1443	0.6698448290177159	1	1	1	1	1	False	38074	fragment	False	SPA0151_000000012624	0.6746450407608132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	76.661	85.0	0.00032548314819649604	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0039_000000016373	1396	0.6698446120810101	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.029067159752641528		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	96.633	100.0	0.00041704646794527033	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0088_000000010284	1457	0.6698413910777008	1	1	1	1	1	False	5449	fragment	False	SPA0088_000000010284	1.0		0	0	False	False	0.9993136525154114	0					non-mobilizable	other	1339.0	97.76	92.0	0.0003715613909392339	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0045_000000013868	1526	0.6698376414951503	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9084501878198529		0	0	False	False	1.0	0					non-mobilizable	chromosome	1526.0	99.01700000000001	100.0	0.00040653778920802223	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0070_000000025898	1322	0.6698235768737966	2	2	2	2	2	False	70535	maximal	True	DEN0070_000000025898	1.0		17	6	False	False	0.9826021194458008	0					non-mobilizable	no_good_hit	236.0	75.42399999999999	18.0	0.0002149556817459635	NZ_LGIQ01000011.1	firmicutes	Brevibacillus reuszeri strain DSM 9887 super21, whole genome shotgun sequence	True	False
MON0055_000000020572	1259	0.669821353868129	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11966718762678191		0	0	False	False	0.9992057085037231	0					non-mobilizable	other	1258.0	85.53299999999999	99.0	0.002983224206733563	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ETH0001_000000017334	1865	0.6698192669171797	2	2	2	2	2	False	102050	fragment	False	ISR0361_000000005758	0.32005775391543734		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	93.82700000000001	99.0	0.005151821128324138	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
ISR0320_000000016763	1557	0.6698097117312495	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.9275856781715441		0	0	False	False	0.9980732202529907	0					non-mobilizable	other	1558.0	97.561	100.0	0.0025617824560238414	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0161_000000011172	1553	0.6698097117312495	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.9282389518505979		0	0	False	False	1.0	0					non-mobilizable	other	1552.0	97.745	99.0	0.0025534811518889617	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0079_000000017859	1467	0.6698097117312495	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.9237528793287686		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	97.546	100.0	0.0024123589815960088	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0197_000000017834	1430	0.6698097117312495	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.9186236883335581		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	97.48299999999999	100.0	0.0023509293309979	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0011_01_000000026692	1353	0.6698097117312495	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.8348200677489757		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	98.28	99.0	0.0022164482040128502	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0030_000000016677	1302	0.6698097117312495	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.7086516259386701		0	0	False	False	0.9508448243141174	0					non-mobilizable	other	1300.0	98.30799999999999	99.0	0.0021550185534147414	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0084_000000014896	1302	0.6698097117312495	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.7111365443198263		0	0	False	False	0.9961597323417664	0					non-mobilizable	other	1300.0	98.69200000000001	99.0	0.0021550185534147414	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0096_000000005581	3105	0.6698058948099391	4	4	3	3	4	False	15514	maximal	True	MAD0096_000000005581	1.0		40	7	False	False	0.979066014289856	0					non-mobilizable	chromosome	3086.0	99.87	99.0	0.000949931087657239	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ISR0095_000000005248	4820	0.6698034836005705	3	2	2	2	2	False	85822	maximal	True	ISR0095_000000005248	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1105.0	96.652	23.0	0.6963383838383839	NZ_FQZN01000079.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0301_000000009402	1963	0.6697987275456799	2	2	2	2	2	False	117887	maximal	True	ISR0301_000000009402	1.0		5	2	False	False	0.9872643947601318	0					non-mobilizable	other	1895.0	89.182	100.0	0.0006061407710572918	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0031_000000018092	1913	0.6697987275456799	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.4366419146396374		0	0	False	False	0.9979090690612793	0					non-mobilizable	other	1863.0	99.571	100.0	0.0005977934934897655	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0032_000000006094	3276	0.6697936414400658	3	2	2	2	2	False	126879	maximal	True	ENG0032_000000006094	1.0	PS979	0	0	False	True	0.9951159954071045	0					non-mobilizable	no_good_hit	1496.0	81.283	52.0	0.1935063241622115	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
MON0037_000000002288	12981	0.6697868461978937	13	7	3	6	3	True	109388	fragment	False	MON0037_000000002288	1.0		0	0	False	False	0.9977659583091736	0					non-mobilizable	no_good_hit	56.0	100.0	0.0	1.8512677986776562e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0039_000000019111	1202	0.6697849939590397	2	1	1	1	1	False	47537	maximal	True	FIJ0039_000000019111	1.0		41	8	False	False	0.9975041747093201	0					non-mobilizable	other	1202.0	95.258	100.0	0.0005711598543161598	CP013216.1	firmicutes	Streptococcus salivarius strain HSISS4, complete genome	False	False
CHI0015_000000004253	2272	0.6697766248438686	3	3	2	2	2	False	113058	fragment	False	CHI0015_000000004253	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	93.615	95.0	0.003286536702398624	NZ_DS483474.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_14, whole genome shotgun sequence	False	False
MON0101_000000010270	5353	0.6697740674893526	3	2	2	2	1	False	9074	fragment	False	MON0101_000000010270	1.0		0	0	False	False	0.9850550889968872	0					non-mobilizable	no_good_hit	1946.0	71.583	36.0	0.017770193190565844	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	False
MON0027_000000000860	21041	0.6697711312209957	28	6	4	5	2	False	12679	maximal	True	MON0027_000000000860	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.005081874647092038	XM_026923757.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus myelin transcription factor 1-like, a (myt1la), transcript variant X8, mRNA	True	False
MON0076_000000014859	3130	0.6697684580666563	4	3	3	3	2	False	10300	maximal	True	MON0076_000000014859	1.0		10	5	False	False	0.9776358008384705	0					non-mobilizable	no_good_hit	1894.0	85.69200000000001	89.0	0.0005067563946171805	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0051_000000037270	1307	0.6697675939994049	2	2	2	2	2	False	72429	maximal	True	DEN0051_000000037270	1.0		30	7	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	72.691	20.0	4.7821767681459006e-05	CP025069.1	b-proteobacteria	Bordetella bronchiseptica strain I124 chromosome, complete genome	True	False
MAD0103_000000003870	4502	0.669765533522082	4	3	3	3	1	False	127838	maximal	True	MAD0103_000000003870	1.0		3	1	False	False	0.9975566267967224	0					non-mobilizable	no_good_hit	935.0	91.765	21.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0139_000000012624	1672	0.6697633811972634	2	1	1	1	1	False	57854	fragment	False	ENG0139_000000012624	1.0		0	0	False	False	0.9880383014678955	0					non-mobilizable	no_good_hit	1187.0	99.073	72.0	0.0002204662172700148	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
SPA0028_000000004896	5149	0.6697582594111681	6	4	3	3	3	False	108486	maximal	True	SPA0028_000000004896	1.0		4	2	False	False	0.9998058080673218	0					non-mobilizable	other	3022.0	96.691	97.0	0.0008511944079517014	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0297_000000007898	1860	0.6697572572048609	3	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.14437336221591382		0	0	False	False	0.999462366104126	0					non-mobilizable	other	1861.0	98.925	100.0	0.0005554640411772848	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0086_000000002017	2591	0.6697556816222147	4	1	1	1	1	False	84062	maximal	True	CHI0086_000000002017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	72.316	29.0	0.005767144843179492	MK554696.1	viruses	Fusobacterium phage Fnu1, complete genome	True	False
ISR0379_000000018194	1382	0.6697471643770885	3	3	1	3	1	False	113626	fragment	False	ISR0331_000000014703	0.45998557316528255		0	0	False	False	0.9363241791725159	0					non-mobilizable	other	1382.0	95.08	100.0	0.0004296267629163351	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0104_000000018547	2013	0.6697430570117501	2	1	1	1	1	False	4827	maximal	True	SPA0104_000000018547	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	75.149	57.0	0.0009635798624366265	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0793_000000002483	5163	0.669739766928675	4	4	4	4	4	False	128571	maximal	True	ISR0793_000000002483	1.0		559	13	False	False	0.9955452084541321	0					non-mobilizable	other	5163.0	99.69	100.0	0.0009997697159643004	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0294_000000011562	1647	0.6697384015635597	2	2	2	2	2	False	25758	maximal	True	ISR0294_000000011562	1.0		7	5	False	False	0.9963570237159729	0					non-mobilizable	no_good_hit	1094.0	84.369	66.0	0.0002457095848458274	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AUS0004_000000007783	2713	0.6697297752025058	5	3	2	3	1	False	102472	fragment	False	AUS0004_000000007783	1.0		0	0	False	False	0.9941024780273438	0					non-mobilizable	no_good_hit	979.0	92.95200000000001	40.0	0.0002965456075318946	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
MAD0086_000000007269	1456	0.6697296769043767	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.964211023676615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	85.195	53.0	0.0002218781712378777	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0084_000000002051	10844	0.6697268481331999	12	7	5	7	4	True	61547	maximal	True	ENG0084_000000002051	1.0		3	2	False	False	0.9996311068534851	0					non-mobilizable	no_good_hit	761.0	98.42299999999999	7.0	0.0002420743853600072	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
FIJ0098_000000009140	2531	0.6697191956321603	3	2	1	2	1	True	42872	fragment	False	FIJ0098_000000009140	1.0		0	0	False	False	0.9956538677215576	0					non-mobilizable	plasmid	2489.0	99.598	98.0	0.03605863333864958	CP025885.1	enterobacteria	Escherichia coli strain 503440 plasmid p503440_68, complete sequence	False	True
AST0010_000000008565	3280	0.669718652787939	3	3	3	3	3	False	126367	maximal	False	SPA0066_000000003952	0.8963751337456342		0	0	False	False	0.9993902444839478	0					non-mobilizable	other	3133.0	96.521	97.0	0.0712848651120256	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0036_000000012979	2984	0.6697130187117039	4	4	4	3	2	False	49762	maximal	True	FIJ0036_000000012979	1.0		2	1	False	False	0.97050940990448	0					non-mobilizable	no_good_hit	660.0	95.758	22.0	0.006974180692754483	AP012293.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC2 DNA, complete genome	True	False
MAD0033_000000002039	7370	0.669704347553642	8	6	6	6	4	False	82476	maximal	True	MAD0033_000000002039	1.0		42	10	False	False	0.9966078400611877	0					non-mobilizable	no_good_hit	577.0	73.484	8.0	0.000728504957278479	NZ_ATNE01000001.1	firmicutes	Brevibacillus thermoruber 423 contig_1, whole genome shotgun sequence	True	False
DEN0026_000000001749	14983	0.6696995633602193	17	13	7	11	8	False	93058	maximal	True	DEN0026_000000001749	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	73.994	2.0	7.914306875573433e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0258_000000021731	1338	0.6696943836304876	2	2	2	2	2	False	35741	fragment	False	ISR0258_000000021731	0.9901652242328874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00023262769598883387	NZ_JAAWUO010000014.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_14_length_120364_cov_136.787, whole genome shotgun sequence	True	False
DEN0096_000000021487	2084	0.6696920532356326	4	2	1	1	2	False	68174	maximal	True	DEN0096_000000021487	0.9923490653743384		42	9	False	False	1.0	0					non-mobilizable	other	2084.0	99.95200000000001	100.0	0.00268771419133738	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0848_000000004777	3392	0.6696905509324469	5	5	4	5	4	False	96635	fragment	False	ISR0207_000000007572	0.8485385573213026		0	0	False	False	1.0	0					non-mobilizable	other	3395.0	98.14399999999999	100.0	0.0009166078802861438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0010_000000025553	1189	0.6696892280976959	2	2	2	2	2	False	125698	fragment	False	FIJ0125_000000014532	0.9145583673387685		0	0	False	False	0.9932716488838196	0					non-mobilizable	chromosome	1190.0	90.67200000000001	99.0	0.0003988640620787314	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0811_000000011703	1354	0.6696861593498932	2	2	2	2	2	False	69018	fragment	False	ISR0811_000000011703	1.0		0	0	False	False	0.9970458149909973	0					non-mobilizable	chromosome	1354.0	100.0	100.0	0.0002605518692719029	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
SPA0130_000000005811	5619	0.6696846418009126	5	4	2	4	1	False	65949	maximal	True	SPA0130_000000005811	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1268.0	87.303	37.0	0.0003603864981639346	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0048_000000009866	3156	0.6696834623172757	4	3	2	3	1	False	46788	maximal	True	FIJ0048_000000009866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0009_000000007250	4227	0.6696746499915489	5	5	4	5	4	False	107257	maximal	True	ISR0009_000000007250	1.0		116	6	False	False	0.9990537166595459	0					non-mobilizable	other	2464.0	98.052	100.0	0.0007904229758172947	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0206_000000001471	12602	0.66966599556602	9	8	5	6	7	False	123376	maximal	True	ENG0206_000000001471	1.0		1	1	False	False	0.999920666217804	0					non-mobilizable	no_good_hit	117.0	85.47	1.0	4.0548311903256666e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
SPA0119_000000001798	17938	0.6696606535670856	19	17	5	8	13	True	121644	fragment	False	SPA0119_000000001798	1.0		0	0	False	False	0.9990522861480713	0					non-mobilizable	chromosome	13666.0	98.441	99.0	0.005683786015904944	CP021392.1	high GC Gram+	Bifidobacterium breve strain NRBB51 chromosome, complete genome	False	True
ISR0851_000000012072	1178	0.6696523290363993	3	1	1	1	1	False	20548	maximal	True	ISR0851_000000012072	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	89.91	85.0	0.0010199841335801444	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
FIJ0007_000000004874	3457	0.6696516485088181	4	4	4	4	2	False	51599	maximal	False	FIJ0095_000000007579	0.9850556906182655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	78.14399999999999	24.0	0.0001293222287370576	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0811_000000003224	4209	0.6696456665046239	4	2	2	2	1	False	21693	maximal	True	ISR0811_000000003224	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	91.525	1.0	0.0015165777638322352	NZ_JAGO01000004.1	g-proteobacteria	Carnimonas nigrificans ATCC BAA-78 L881DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	False
ISR0257_000000015903	1143	0.6696368115196157	1	1	1	1	1	False	26803	fragment	False	ISR0257_000000015903	1.0		0	0	False	False	0.9851268529891968	0					non-mobilizable	no_good_hit	177.0	93.22	15.0	0.0005812974161990415	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
ISR0219_000000003510	8341	0.6696284003270566	10	5	3	5	4	True	118450	fragment	False	ISR0219_000000003510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	2.7098387993329628e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0150_000000009397	1818	0.6696280279470112	2	2	2	1	2	False	123232	fragment	False	ENG0150_000000009397	1.0		0	0	False	False	0.9856985807418823	0					non-mobilizable	chromosome	1365.0	94.505	91.0	0.0003649932361018508	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0013_000000004870	1840	0.6696199719526037	3	3	2	2	3	False	89980	maximal	True	CHI0013_000000004870	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	376.0	91.48899999999999	20.0	0.0012385598356513669	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
FIJ0052_000000000827	22456	0.6696198012164489	25	15	8	15	11	True	51823	maximal	False	FIJ0020_000000000622	0.9982097351573328		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	394.0	78.934	2.0	0.02076737322243091	NZ_FNQG01000019.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	True
FIJ0123_000000011593	2772	0.6696144118788863	2	2	2	2	1	True	102707	maximal	True	FIJ0123_000000011593	1.0		1	1	False	False	0.9981962442398071	0					non-mobilizable	no_good_hit	158.0	76.582	6.0	9.030504092244223e-05	NZ_CP017326.1	firmicutes	Weissella soli strain KACC 11848 chromosome, complete genome	True	True
ISR0084_000000008054	2967	0.6696107863942717	4	2	0	2	1	False	34215	fragment	False	ISR0084_000000008054	1.0		0	0	False	False	0.9986518621444702	0	rep_cluster_2131				non-mobilizable	plasmid	2692.0	99.59100000000001	91.0	0.02128013037046413	CP041032.1	enterobacteria	Escherichia coli strain PT109 plasmid pLB_CTX-M-15_PT109, complete sequence	False	True
ISR0319_000000003492	4298	0.6696087988381366	3	3	2	3	2	False	102163	fragment	False	ISR0319_000000003492	0.9970452209660843		0	0	False	False	0.9997673630714417	0					non-mobilizable	other	4298.0	99.41799999999999	100.0	0.003528520082674285	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
ISR0018_000000005587	3892	0.6696087988381366	3	3	2	3	2	False	102163	fragment	False	ISR0319_000000003492	0.950093066542578		0	0	False	False	1.0	0					non-mobilizable	other	3892.0	99.97399999999999	100.0	0.003195129541932893	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
ISR0056_000000008562	2484	0.6695932299134194	3	3	3	3	2	False	128185	maximal	True	ISR0056_000000008562	1.0		46	5	False	False	1.0	0					non-mobilizable	chromosome	1856.0	98.70700000000001	98.0	0.0005273532498784015	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0159_000000017475	1321	0.6695920134935319	2	2	2	2	2	False	56506	fragment	False	ENG0159_000000017475	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	94.777	100.0	0.0018579505917551507	NZ_LT635836.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
FIJ0102_000000015766	2014	0.6695914737217138	2	2	2	2	2	False	108770	fragment	False	ENG0059_000000005801	0.9505513276755461		0	0	False	False	1.0	0					non-mobilizable	other	1939.0	96.596	96.0	0.030445847865020265	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0163_000000002269	1949	0.6695914737217138	2	2	2	2	2	False	108770	fragment	False	ENG0059_000000005801	0.8003728157936042		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	96.56200000000001	99.0	0.030602947183209224	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ENG0034_000000009994	1476	0.6695882419326624	1	1	1	1	1	False	65452	maximal	True	ENG0034_000000009994	1.0		50	9	False	False	0.9817073345184326	0					non-mobilizable	no_good_hit	1130.0	72.655	75.0	0.0008028447806711112	NZ_SDPP02000001.1	high GC Gram+	Aeromicrobium fastidiosum strain NRBC 14897 Scaffold1, whole genome shotgun sequence	True	False
ENG0198_000000013771	1474	0.6695882419326624	1	1	1	1	1	False	54327	fragment	False	ENG0198_000000013771	0.9962328767123287		0	0	False	False	0.987109899520874	0					non-mobilizable	no_good_hit	1155.0	76.623	77.0	0.004634517166463541	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0197_000000017452	1460	0.6695882419326624	1	1	1	1	1	False	54327	fragment	False	ENG0198_000000013771	0.9915196743554953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	76.748	77.0	0.004589680149021942	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0266_000000017714	1214	0.6695864005075015	2	1	1	1	1	True	26560	fragment	False	ISR0266_000000017714	1.0		0	0	False	False	0.9612849950790405	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	6.667327392804693e-05	NZ_PZZL01000003.1	a-proteobacteria	Phreatobacter oligotrophus strain DSM 25521 Ga0183455_103, whole genome shotgun sequence	True	True
MAD0010_000000000375	6419	0.6695835393189145	10	3	2	3	1	False	19749	fragment	False	MAD0010_000000000375	0.9982242516489093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.8719541745618067e-05	LR131488.1	apicomplexans	Plasmodium falciparum genome assembly, chromosome: 8	True	False
MAD0039_000000001807	5913	0.6695835393189145	11	3	2	3	1	False	19749	fragment	False	MAD0010_000000000375	0.9589499922106248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	2.01061744675157e-05	LR131488.1	apicomplexans	Plasmodium falciparum genome assembly, chromosome: 8	True	False
ENG0001_000000016953	1602	0.6695825130681858	2	2	2	2	1	False	68043	maximal	True	ENG0001_000000016953	1.0		0	0	False	False	0.9906367063522339	0					non-mobilizable	no_good_hit	355.0	72.676	22.0	0.011015402350379455	KC246869.1	bacteria	Uncultured bacterium Contigcl_1774 genomic sequence	True	False
FIJ0161_000000001320	10620	0.6695759639678437	6	3	1	3	1	False	39297	maximal	True	FIJ0161_000000001320	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0084_000000021178	1321	0.6695716991528318	2	2	2	1	1	False	34032	maximal	True	ISR0084_000000021178	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	922.0	88.829	70.0	0.0001763641323768429	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ENG0190_000000008499	3593	0.6695714361027143	7	1	1	1	1	False	70195	fragment	False	ENG0190_000000008499	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	76.30199999999999	26.0	0.00354548320882317	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	True	False
DEN0073_000000014845	3331	0.6695714361027143	7	1	1	1	1	False	70194	fragment	False	DEN0073_000000014845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	611.0	79.051	30.0	0.0003657598269378503	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
DEN0031_000000029359	1173	0.6695714361027143	1	1	1	1	1	False	73676	fragment	False	DEN0031_000000029359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	81.512	73.0	0.00012006275468311837	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0817_000000004087	2904	0.6695660514055153	2	2	1	2	1	False	81058	fragment	False	ISR0817_000000004087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	74.596	15.0	0.0016896738610641757	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0785_000000000374	38336	0.6695646818230406	36	15	9	14	8	True	116430	fragment	False	ISR0126_000000000715	0.7604255022677225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0134_000000020952	1524	0.6695638363913815	3	3	2	2	1	False	59022	fragment	False	ENG0122_000000018203	0.957632398753894		0	0	False	False	0.9993438124656677	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000002878	4325	0.66955929639509	5	5	3	2	4	False	67507	maximal	True	MAD0054_000000002878	1.0		1	1	False	False	0.9997687935829163	0					non-mobilizable	no_good_hit	1084.0	76.292	25.0	0.000879977758623659	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
FIJ0131_000000003255	5757	0.6695476500790358	5	4	3	3	3	False	40845	maximal	True	FIJ0131_000000003255	1.0		131	12	False	False	0.994441568851471	0					non-mobilizable	no_good_hit	982.0	82.07700000000001	17.0	0.00594994354068173	NZ_JADU01000008.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
MON0090_000000007472	6865	0.6695453648115604	8	6	6	6	6	False	116387	fragment	False	MON0090_000000007472	0.9623213070495023		0	0	False	False	0.999854326248169	0					non-mobilizable	other	4995.0	92.613	97.0	0.001216817929173498	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0002_000000005056	5589	0.6695434765993244	5	5	5	5	5	False	69842	maximal	False	ENG0111_000000003721	0.9558431920820409		0	0	False	False	0.9980318546295166	0					non-mobilizable	no_good_hit	1304.0	70.245	23.0	0.0024568272821516796	NZ_BBLZ01000003.1	high GC Gram+	Demequina soli strain NBRC 109394, whole genome shotgun sequence	True	False
ISR0176_000000005530	5674	0.6695421321732035	7	6	6	6	5	False	112460	fragment	False	ISR0176_000000005530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4375.0	97.897	77.0	0.013857903409811129	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0189_000000008092	1885	0.6695391042130838	3	3	3	3	2	False	122997	fragment	False	ISR0189_000000008092	0.9062422290965042		0	0	False	False	1.0	0					non-mobilizable	chromosome	1887.0	88.235	100.0	0.0006341433695834008	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0099_000000000319	26432	0.6695388568204311	40	14	8	9	14	False	5026	maximal	True	SPA0099_000000000319	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6623.0	97.931	56.0	0.047792657834891526	LN906635.1	firmicutes	Lactobacillus reuteri plasmid p53608_1, complete genome, strain ATCC 53608	True	False
ISR0244_000000005859	3705	0.6695357690151225	5	4	3	3	4	False	27204	maximal	True	ISR0244_000000005859	1.0		10	6	False	False	0.9873144626617432	0					non-mobilizable	no_good_hit	150.0	86.667	4.0	4.635364784542645e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0022_000000033514	1254	0.6695256980605461	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.02879541685511835	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1193.0	90.277	100.0	0.0004008836269500161	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0132_000000009565	2003	0.6695222947911896	3	3	3	3	3	True	86551	maximal	True	ENG0132_000000009565	1.0		1	1	False	False	0.9995007514953613	0					non-mobilizable	no_good_hit	909.0	73.047	45.0	0.00024971291366530956	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
USA0039_01_000000010357	2178	0.6695170497371997	3	3	3	3	2	False	29878	fragment	False	USA0039_01_000000010357	1.0		0	0	False	False	0.9995408654212952	0					non-mobilizable	chromosome	2179.0	98.118	100.0	0.0006063263388662699	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
AST0104_000000029315	1210	0.6695158754009505	3	2	2	2	1	False	107677	fragment	False	AST0104_000000029315	0.9731914893617022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	79.188	16.0	0.0038435140700068633	NZ_SLUM01000028.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_128, whole genome shotgun sequence	True	False
DEN0070_000000029229	1175	0.6695158754009505	3	2	2	2	1	False	107677	fragment	False	AST0104_000000029315	0.9611570247933884		0	0	False	False	0.9965957403182983	0					non-mobilizable	no_good_hit	173.0	80.347	15.0	0.0033728796940876555	NZ_SLUM01000028.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_128, whole genome shotgun sequence	True	False
SPA0024_000000005537	2924	0.6695136511867208	4	4	4	4	2	False	95723	fragment	False	CAN0006_000000013289	0.6356088560885609		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1691.0	88.764	58.0	0.0003211767427605065	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
DEN0035_000000019553	1749	0.6695124336262468	3	3	3	2	2	False	76851	fragment	False	DEN0001_000000023814	0.9367391469633362		0	0	False	False	0.9914236664772034	0					non-mobilizable	no_good_hit	1032.0	73.256	58.0	0.00244324125372903	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CAN0021_000000006665	5962	0.6695083295770412	10	6	3	3	4	False	113364	fragment	False	CAN0021_000000006665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3909.0	94.449	65.0	0.6297555447628298	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0029_000000014354	1718	0.6695081447248157	3	2	2	2	2	False	126965	fragment	False	ENG0029_000000014354	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	93.77	90.0	0.022155560317120206	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0003_000000006711	1814	0.6695075709709425	2	1	1	1	1	False	90968	fragment	False	CHI0003_000000006711	1.0		0	0	False	False	0.986218273639679	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	0.0001997345749426318	NZ_JHWJ01000006.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0233_000000004659	2770	0.6695062499309173	2	2	2	2	2	True	58774	maximal	True	ISR0233_000000004659	1.0		30	6	False	False	0.9898917078971863	0					non-mobilizable	other	1542.0	98.444	97.0	0.0004600964259267176	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0009_000000021029	1807	0.6695062499309173	3	2	2	2	2	True	56659	fragment	False	USA0057_01_000000017635	0.9273751599509815		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	99.113	94.0	0.0005055380482404675	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MAD0061_000000013703	1354	0.6695062499309173	2	2	2	2	2	True	56655	fragment	False	MAD0077_000000008412	0.777724126300711		0	0	False	False	0.9955686926841736	0					non-mobilizable	other	1354.0	99.18799999999999	100.0	0.00040449023020068157	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0286_000000018461	1171	0.6695018154293949	2	2	2	2	2	False	26010	fragment	False	ISR0286_000000018461	1.0		0	0	False	False	0.9940221905708313	0					non-mobilizable	no_good_hit	696.0	89.368	59.0	0.0016774939066429729	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
SPA0155_000000003905	4363	0.6695001793759998	5	3	2	3	3	True	93738	fragment	False	CAN0014_000000009490	0.9490145366907815		0	0	False	False	1.0	0					non-mobilizable	other	4377.0	87.046	100.0	0.000813004195682367	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
ISR0002_000000005014	4136	0.6695001793759998	5	3	2	3	3	True	93738	fragment	False	CAN0014_000000009490	0.6355219708899794		0	0	False	False	0.9995164275169373	0					non-mobilizable	other	4149.0	87.73200000000001	99.0	0.0007701949088218028	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
ISR0326_000000004129	4080	0.6695001793759998	5	3	2	3	3	True	93738	fragment	False	CAN0014_000000009490	0.47474573353710464		0	0	False	False	1.0	0					non-mobilizable	other	3909.0	87.9	95.0	0.000726082730622004	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
MON0007_000000055718	1185	0.6694990853450803	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.04138345509197275		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	95.865	100.0	0.004177575171654588	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	True
MAD0045_000000028507	1486	0.6694960136719935	2	1	1	1	1	False	77119	fragment	False	MAD0045_000000028507	1.0		0	0	False	False	0.9993270635604858	0					non-mobilizable	no_good_hit	500.0	98.2	36.0	0.00017917221717539847	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ISR0840_000000000247	25430	0.6694934622584807	21	17	13	16	8	True	116427	maximal	True	ISR0840_000000000247	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	73.991	1.0	5.367771114300038e-05	NZ_CP016278.1	b-proteobacteria	Diaphorobacter polyhydroxybutyrativorans strain SL-205 chromosome, complete genome	True	True
MON0012_000000007428	4937	0.6694919090336315	7	5	3	5	3	False	119910	maximal	True	MON0012_000000007428	1.0		3	1	False	False	0.9997974634170532	0					non-mobilizable	no_good_hit								True	False
ISR0346_000000007657	2752	0.6694886530064665	5	5	5	5	3	False	112930	fragment	False	FIJ0172_000000008063	0.2978486632298338		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	98.404	100.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0073_000000023084	2255	0.6694819660458772	3	2	2	2	1	False	70162	fragment	False	DEN0073_000000023084	0.9674461256304447		0	0	False	False	0.9991130828857422	0					non-mobilizable	no_good_hit								True	False
ISR0153_000000021463	1361	0.6694781847000651	2	1	1	1	1	False	30664	fragment	False	ISR0153_000000021463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	75.263	62.0	0.005678327155367403	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0092_000000005355	4169	0.6694688500095494	6	3	2	3	3	False	126435	fragment	False	ISR0092_000000005355	0.9951144253021342		0	0	False	False	0.9964020252227783	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.000266938053687916	NZ_LMUA01000010.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00010, whole genome shotgun sequence	True	False
ENG0181_000000013110	1535	0.6694680598131789	1	1	1	1	1	False	55266	maximal	True	ENG0181_000000013110	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1535.0	99.935	100.0	0.01227288364762263	MN086778.1	enterobacteria	Escherichia coli plasmid p16EC-IncN, complete sequence	False	True
MAD0056_000000011677	1224	0.6694680598131789	1	1	1	1	1	False	17034	maximal	True	MAD0056_000000011677	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1225.0	89.959	100.0	0.009629542144010078	CP016763.1	enterobacteria	Citrobacter freundii strain B38 plasmid pOZ172, complete sequence	False	True
MAD0091_000000008459	1862	0.6694614037556641	3	2	2	2	2	False	15746	maximal	True	MAD0091_000000008459	1.0		64	6	False	False	0.9940923452377319	0					non-mobilizable	no_good_hit	1612.0	98.51100000000001	87.0	0.001464750519618201	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
CHI0015_000000005216	1905	0.6694555009391069	3	3	3	3	3	False	89840	fragment	False	CHI0015_000000005216	1.0		0	0	False	False	0.9847769141197205	0					non-mobilizable	other	1905.0	98.05799999999999	100.0	0.0896295250200066	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0265_000000007261	2271	0.66945231917314	4	1	1	1	1	False	92492	maximal	False	CAN0017_000000015503	0.9887054735013032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0059_000000006104	3013	0.66944749018798	4	4	4	3	3	False	89224	maximal	True	FIJ0059_000000006104	1.0		15	7	False	False	1.0	0					non-mobilizable	chromosome	3013.0	100.0	100.0	0.0005576396070751358	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
ENG0086_000000020410	1207	0.6694444038984908	1	1	1	1	1	False	113550	fragment	False	FIJ0020_000000010024	0.044249394673123485		0	0	False	False	0.9942004680633545	0					non-mobilizable	other	1203.0	98.171	99.0	0.0002939683048718565	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0022_000000005937	2132	0.6694433714360337	2	1	1	1	1	False	19290	maximal	True	MAD0022_000000005937	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	81.01	39.0	0.0003447490974219413	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0237_000000002508	3610	0.6694408740573399	4	3	3	2	3	False	27318	maximal	True	ISR0237_000000002508	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0001_01_000000005783	2747	0.6694406612872964	4	2	2	2	2	False	66478	maximal	True	USA0001_01_000000005783	1.0		1	1	False	False	0.9887149333953857	0					non-mobilizable	no_good_hit								True	False
ISR0367_000000003335	2917	0.6694381963649224	3	2	1	2	1	True	111707	fragment	False	ITA0006_000000007386	0.38025000000000003		0	0	False	False	0.9838875532150269	0					non-mobilizable	other	2898.0	98.654	99.0	0.11654664681980931	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
DEN0066_000000005794	5093	0.6694358556718456	5	4	4	4	3	False	107376	fragment	False	DEN0061_000000006376	0.9428795106351999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	78.342	16.0	0.00027506494971125055	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ISR0144_000000007015	1212	0.6694349343499737	2	2	2	2	2	False	62031	fragment	False	SPA0150_000000017388	0.9139729130891053		0	0	False	False	0.9983498454093933	0					non-mobilizable	other	1213.0	96.785	100.0	0.023478092283830944	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ISR0832_000000008003	1680	0.6694340107102552	2	1	1	1	1	False	21004	maximal	True	ISR0832_000000008003	1.0		69	8	False	False	1.0	0					non-mobilizable	no_good_hit	1041.0	75.6	62.0	0.00023465655318062687	NZ_LT605205.1	CFB group bacteria	Proteiniphilum saccharofermentans strain M3/6 chromosome I	True	False
ENG0005_000000001025	20487	0.6694281045590279	22	15	8	12	10	True	122915	fragment	False	ENG0091_000000000712	0.46742220601636325		0	0	False	False	1.0	0					non-mobilizable	chromosome	20409.0	98.87799999999999	99.0	0.006432237401788368	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0067_000000020733	1481	0.6694188219254222	2	2	2	2	1	False	35065	fragment	False	ISR0067_000000020733	1.0		0	0	False	False	0.9797434210777283	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0003344281875186623	NZ_JOJN01000011.1	high GC Gram+	Marmoricola aequoreus strain NRRL B-24464 contig11.1, whole genome shotgun sequence	True	False
SPA0153_000000006840	2627	0.6694141551459211	4	3	3	3	1	False	42103	fragment	False	SPA0153_000000006840	1.0		0	0	False	False	0.9996193647384644	0					non-mobilizable	no_good_hit	306.0	72.876	11.0	0.006811215802020661	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
MAD0097_000000037660	1106	0.6694074931041873	3	1	1	1	1	False	15374	fragment	False	MAD0097_000000037660	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	79.563	100.0	0.003611749631989419	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0100_000000009235	1641	0.669404620690528	3	1	1	1	1	False	33167	maximal	True	ISR0100_000000009235	1.0		93	8	False	False	0.9987812042236328	0					non-mobilizable	no_good_hit								True	False
ISR0088_000000018732	1331	0.6693966043677441	2	2	2	1	1	False	45753	fragment	False	ISR0088_000000018732	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1331.0	99.098	100.0	0.00046932005404590936	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0114_000000010346	2686	0.6693876037629161	4	4	4	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.41172409675616184		0	0	False	False	0.998883068561554	0					non-mobilizable	chromosome	2716.0	83.542	100.0	0.0005968823247164475	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0221_000000015668	1427	0.6693862131285867	2	2	0	2	2	True	27939	maximal	True	ISR0221_000000015668	1.0		2	1	False	False	0.9971969127655029	0					non-mobilizable	chromosome	1429.0	96.641	100.0	0.0007079016920141143	CP060489.1	firmicutes	Streptococcus sp. NSJ-72 chromosome	False	True
ISR0098_000000005531	3145	0.66938344709949	3	3	3	3	2	False	33402	maximal	True	ISR0098_000000005531	1.0		15	3	False	False	0.9996820092201233	0					non-mobilizable	no_good_hit	1257.0	85.68	45.0	0.0009982327936189522	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
MAD0089_000000007700	2934	0.6693814271218674	4	2	2	2	2	False	78080	maximal	True	MAD0089_000000007700	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	96.053	3.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0006_000000010291	1872	0.6693794446350906	3	2	1	2	0	False	56126	maximal	True	ISR0006_000000010291	1.0		9	3	False	False	0.997863233089447	0					non-mobilizable	no_good_hit	509.0	98.821	27.0	0.0002582941400788102	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
FIJ0008_000000012240	2338	0.6693791869024043	4	2	0	2	1	False	51426	fragment	False	FIJ0008_000000012240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	88.256	12.0	0.09556313993174062	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	False
ISR0307_000000005314	1932	0.6693791869024043	5	2	0	2	1	True	79966	fragment	False	ISR0307_000000005314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0088_000000019659	1275	0.6693791869024043	3	2	0	2	1	False	33775	maximal	True	ISR0088_000000019659	1.0		1	1	False	False	0.9725490212440491	0					non-mobilizable	no_good_hit	113.0	84.071	9.0	0.03822525597269624	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	False
DEN0052_000000042549	1125	0.6693791869024043	4	2	0	2	1	False	79961	fragment	False	CHI0142_000000016648	0.9572953736654803		0	0	False	False	0.988444447517395	0					non-mobilizable	no_good_hit								True	False
CHI0142_000000016648	1124	0.6693791869024043	4	2	0	2	1	False	79961	fragment	False	CHI0142_000000016648	0.9595555555555555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000002122	9609	0.6693709721006761	13	8	5	5	5	True	126522	backbone	False	ISR0029_000000004601	0.9697954066826486	PS624|PS966	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	2566.0	97.584	79.0	0.31896873832357703	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0017_000000000682	20710	0.669367230104051	23	12	11	11	9	True	7847	maximal	True	SPA0017_000000000682	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	99.40899999999999	4.0	0.0002380824249807914	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
ENG0068_000000018448	1413	0.6693621812030137	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.31769950872222164		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	97.926	99.0	0.08627184585932193	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	False	False
ISR0156_000000017788	1373	0.6693621812030137	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.302742577302492		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	98.616	100.0	0.08472796887544	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	False	False
SPA0042_000000003526	7576	0.6693572405331407	8	4	3	4	1	True	102510	fragment	False	SPA0042_000000003526	1.0		0	0	False	False	0.9994720220565796	0					non-mobilizable	no_good_hit	321.0	82.555	4.0	0.0007203881350002762	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
MON0105_000000015471	3456	0.6693490369098335	3	3	3	3	2	False	100036	fragment	False	ISR0051_000000011811	0.9646951645953014		0	0	False	False	0.9994212985038757	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	0.018901098901098902	NZ_QRYH01000059.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf59, whole genome shotgun sequence	True	False
SPA0131_000000025893	1117	0.6693429801487087	2	2	2	2	1	False	3753	maximal	True	SPA0131_000000025893	1.0		12	6	False	False	0.9892569184303284	0					non-mobilizable	no_good_hit	94.0	77.66	8.0	0.00035063924231098234	NZ_CACZYW010000004.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
FIJ0075_000000005174	3600	0.6693335051226594	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.952178679792421		0	0	False	False	1.0	0					non-mobilizable	other	3565.0	96.94200000000001	99.0	0.006170552406411557	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
CHI0050_000000002592	3627	0.6693212393947705	1	1	1	1	1	False	89866	fragment	False	CHI0050_000000002592	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3225.0	99.78299999999999	100.0	0.0006303750027373604	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
SPA0114_000000024022	1950	0.6693188212992142	2	2	2	2	1	False	4439	maximal	True	SPA0114_000000024022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0786_000000004543	3954	0.669318048745312	5	4	3	3	3	False	106564	fragment	False	ISR0786_000000004543	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3955.0	99.39299999999999	100.0	0.0011907981479685659	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0023_000000011224	1167	0.6693139017555197	2	2	2	1	1	False	89052	maximal	True	CHI0023_000000011224	1.0		173	11	False	False	1.0	0					non-mobilizable	chromosome	1168.0	97.945	100.0	0.00016457703701487178	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
TAN0027_000000003731	2460	0.6693079074101128	4	4	3	4	3	False	2307	maximal	True	TAN0027_000000003731	1.0		38	3	False	False	0.9943089485168457	0					non-mobilizable	other	2352.0	84.779	95.0	0.10944781810478746	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0350_000000001361	9804	0.6693022634303097	8	6	5	5	5	True	120784	maximal	True	ISR0350_000000001361	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3537.0	88.465	36.0	0.0013085691418236517	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
SPA0131_000000003956	5345	0.6692957560473046	9	8	4	6	4	True	3778	fragment	False	SPA0131_000000003956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1314.0	85.54	24.0	0.0395326310691367	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0349_000000001736	5219	0.6692914778403086	4	4	4	4	4	False	99191	maximal	True	ISR0349_000000001736	0.9832341896903901		5	2	False	False	0.9929105043411255	0					non-mobilizable	chromosome	5119.0	98.887	98.0	0.0020288776120609997	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0009_000000006906	1545	0.6692888788818826	2	2	2	2	2	False	19946	maximal	False	MAD0030_000000006968	0.8917253913422438		0	0	False	False	0.9974110126495361	0					non-mobilizable	other	1490.0	78.389	99.0	0.007236858288441198	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ISR0120_000000022120	1605	0.669287428294636	3	2	2	2	2	False	32259	maximal	True	ISR0120_000000022120	1.0		17	5	False	False	0.9931464195251465	0					non-mobilizable	no_good_hit	632.0	80.854	39.0	0.08514986376021798	NZ_JWHR01000142.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig142, whole genome shotgun sequence	True	False
ISR0167_000000006087	5118	0.6692867918177983	7	4	3	3	2	False	74675	maximal	True	ISR0167_000000006087	1.0		0	0	False	False	0.9998046159744263	0					non-mobilizable	no_good_hit	1326.0	92.53399999999999	28.0	0.00030842509096440466	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0010_000000012941	1881	0.6692839468437796	2	2	2	2	2	False	61111	maximal	False	ENG0092_000000010573	0.6346411804158283		0	0	False	False	0.9946836829185486	0					non-mobilizable	no_good_hit	504.0	86.508	27.0	0.008445548876725209	NZ_PDYG01000087.1	firmicutes	Agathobacter ruminis strain JK623 contig000088, whole genome shotgun sequence	True	False
USA0069_01_000000038017	1591	0.6692829338742865	2	2	2	2	2	False	768	fragment	False	USA0069_01_000000038017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	87.79700000000001	60.0	0.0003422697159606828	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
MAD0098_000000030850	1472	0.669280909592054	2	2	1	1	2	False	123274	fragment	False	FIJ0169_000000013988	0.9483831289942123		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	99.796	100.0	0.0004404968637042255	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0085_000000009603	1388	0.6692804162424995	1	1	1	1	1	False	5533	fragment	False	SPA0085_000000009603	0.9960321066564347		0	0	False	False	0.9726224541664124	0					non-mobilizable	chromosome	1369.0	99.854	99.0	0.0007537617837265696	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	False
ISR0194_000000005261	4223	0.6692736587320152	4	4	4	4	4	False	82042	maximal	True	ISR0194_000000005261	0.990919116978981		339	12	False	False	1.0	0					non-mobilizable	other	3806.0	99.00200000000001	100.0	0.1067470893533455	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
SPA0104_000000013365	2733	0.6692734306170613	3	3	3	3	2	False	38304	maximal	True	SPA0104_000000013365	1.0		58	10	False	False	1.0	0					non-mobilizable	other	2727.0	99.963	99.0	0.015061855271373083	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
FIJ0010_000000005830	3157	0.6692728554893018	5	4	4	3	2	False	51100	maximal	True	FIJ0010_000000005830	1.0		1	1	False	False	0.9952486753463745	0					non-mobilizable	no_good_hit	2020.0	72.475	63.0	0.07744120853449618	NZ_JADU01000034.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00030.30_C, whole genome shotgun sequence	True	False
USA0081_01_000000007847	3999	0.6692701241448071	4	4	3	4	3	False	99316	fragment	False	USA0081_01_000000007847	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4002.0	99.25	100.0	0.0012116266481530114	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
CHI0068_000000014606	1158	0.6692636067607415	1	1	1	1	1	True	85082	backbone	False	ENG0107_000000026764	0.9887366851709413	PS425	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	136.0	98.529	19.0	6.024427043519122e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0001_000000018882	1265	0.6692587635855016	2	1	1	1	1	False	38673	fragment	False	ISR0001_000000018882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	4.0	9.993825243688721e-05	NZ_JH378829.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.1, whole genome shotgun sequence	True	False
AST0024_000000003633	7858	0.6692566284868472	14	7	5	5	6	False	121820	fragment	False	AST0024_000000003633	0.9558172826652784		0	0	False	False	1.0	0					non-mobilizable	other	7428.0	96.446	100.0	0.0020855382633460677	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0057_000000000740	15485	0.6692560625084407	19	8	1	8	1	False	17019	maximal	True	MAD0057_000000000740	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000020577	1530	0.6692557959344588	2	2	2	2	2	False	15211	fragment	False	MON0109_000000022023	0.9503708848234088		0	0	False	False	0.9718953967094421	0					non-mobilizable	chromosome	1392.0	74.78399999999999	90.0	0.00023980141811697048	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0104_000000017577	2117	0.6692551490062129	3	2	2	2	2	False	119685	fragment	False	SPA0104_000000017577	0.9933855952964233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	86.25	4.0	1.746017492827723e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0067_000000006111	4960	0.6692500997469493	4	4	3	2	4	False	128962	maximal	True	FIJ0067_000000006111	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1517.0	80.949	40.0	0.0004022429129140074	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0197_000000022156	1140	0.6692495991013999	2	2	2	2	2	False	28906	fragment	False	ISR0197_000000022156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	4.0	1.933845093206499e-05	LR594035.1	firmicutes	Streptococcus pseudoporcinus strain NCTC5385 genome assembly, chromosome: 1	True	False
FIJ0114_000000017811	2199	0.6692494747650539	3	3	3	2	2	False	41872	maximal	True	FIJ0114_000000017811	1.0		5	2	False	False	0.9768076539039612	0					non-mobilizable	no_good_hit	532.0	75.188	24.0	0.00015218780845207606	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0294_000000003053	6171	0.6692492059424482	8	4	1	4	2	True	128583	maximal	False	DEN0069_000000004643	0.9714102152264696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	98.337	7.0	0.0019015375678472235	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0137_000000003832	9105	0.6692406391921075	8	7	5	6	6	False	125011	maximal	False	ISR0098_000000001667	0.9558330795004569		0	0	False	False	0.9980230927467346	0					non-mobilizable	no_good_hit	2074.0	78.158	23.0	0.1748222146969184	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0130_000000019377	1711	0.6692391357792848	2	2	2	2	2	False	35066	fragment	False	SPA0130_000000019377	0.9880382775119616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.7243994490255276e-06	NZ_CP022163.1	d-proteobacteria	Melittangium boletus DSM 14713 chromosome, complete genome	True	False
FIJ0113_000000002004	10769	0.6692389529290631	18	3	3	3	3	False	48902	maximal	True	FIJ0113_000000002004	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
MON0032_000000015167	1897	0.6692347773092325	3	2	2	2	2	False	12394	fragment	False	MON0094_000000019479	0.9740701938187533		0	0	False	False	0.9852398633956909	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000000578	31344	0.6692326565820345	39	14	8	14	5	True	105177	maximal	True	SPA0053_000000000578	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	0.0	1.6302352559893214e-05	CP045918.1	firmicutes	Enterococcus faecalis strain BFFF11 chromosome, complete genome	True	True
FIJ0011_000000020603	2150	0.6692293938048274	2	1	1	1	1	False	50967	maximal	True	FIJ0011_000000020603	1.0		4	1	False	False	0.9981395602226257	0					non-mobilizable	no_good_hit	876.0	76.82600000000001	40.0	0.003920822058136952	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	True	False
CHI0097_000000003709	1802	0.6692226498468651	3	2	2	2	1	False	93998	maximal	False	CHI0031_000000005234	0.9541800643086817		0	0	False	False	0.9955604672431946	0					non-mobilizable	other	1802.0	99.834	100.0	0.0007337928943912717	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
FIJ0141_000000021962	1364	0.669222245861299	1	1	0	1	1	False	40249	maximal	True	FIJ0141_000000021962	1.0		2	2	True	True	1.0	4					non-mobilizable	plasmid	1267.0	97.553	100.0	0.9693721286370597	CP058100.1	enterobacteria	Escherichia coli strain RHB01-C09 plasmid pRHB01-C09_8, complete sequence	False	True
ISR0183_000000025915	1174	0.669222245861299	1	1	0	1	1	False	29436	maximal	True	ISR0183_000000025915	1.0		3	2	True	True	1.0	1					non-mobilizable	other	1174.0	99.574	100.0	0.8121968121968122	LN852839.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0149	False	True
MON0103_000000019257	2618	0.6692218399779212	4	4	3	2	3	False	85405	maximal	True	MON0103_000000019257	1.0		354	15	False	False	0.9992360472679138	0					non-mobilizable	no_good_hit	1311.0	90.084	64.0	0.01991662102124034	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ENG0017_000000008891	2380	0.669219950973931	2	2	2	2	2	False	66714	maximal	True	ENG0017_000000008891	1.0		8	4	True	True	1.0	6					non-mobilizable	no_good_hit	1156.0	92.38799999999999	49.0	0.0003719553408629042	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0048_000000001834	10955	0.6692197893764228	12	4	3	4	2	False	64286	maximal	True	ENG0048_000000001834	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.0005859329223990438	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0144_000000010689	1616	0.6692148132916037	2	2	2	2	1	False	108618	fragment	False	ENG0144_000000010689	0.9603622426027277		0	0	False	False	0.9801980257034302	0					non-mobilizable	other	1616.0	99.62899999999999	100.0	0.006982213729237101	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	False	False
SPA0122_000000013671	1875	0.6692093799931815	3	1	1	1	1	False	4112	maximal	True	SPA0122_000000013671	1.0		6	3	False	False	1.0	0					non-mobilizable	other	1398.0	89.12700000000001	99.0	0.00039063444091780547	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
USA0081_01_000000008727	3600	0.6692075164682992	4	4	4	3	3	False	49661	fragment	False	FIJ0021_000000013507	0.9774067480386656		0	0	False	False	0.9997222423553467	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000011311	1662	0.6692051654054608	3	3	3	3	3	False	39331	fragment	False	FIJ0160_000000011311	1.0		0	0	False	False	0.9987966418266296	0					non-mobilizable	other	1662.0	99.458	100.0	0.00031124855267549144	CP015130.1	enterobacteria	Klebsiella pneumoniae strain Kpn555, complete genome	False	False
DEN0035_000000004069	6744	0.669199407737442	4	4	4	4	3	False	89444	maximal	False	ISR0031_000000002084	0.9410017031881621		0	0	False	False	0.9997034668922424	0					non-mobilizable	no_good_hit	2146.0	73.392	31.0	0.0013034936963859526	NZ_GL872283.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD2, whole genome shotgun sequence	True	False
ISR0848_000000002082	6407	0.6691981059786681	11	7	6	7	5	True	36817	fragment	False	ISR0391_000000001494	0.7066844690472478		0	0	False	False	0.9998438954353333	0					non-mobilizable	no_good_hit	973.0	76.773	15.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0175_000000008718	2558	0.669197889322081	4	4	2	3	4	False	55709	maximal	True	ISR0175_000000008718	1.0		20	6	False	False	0.9984362721443176	0					non-mobilizable	no_good_hit	2072.0	73.649	80.0	0.0009367430534128302	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0383_000000011800	1301	0.669194693636219	2	2	2	2	1	True	38283	maximal	True	ISR0383_000000011800	1.0		88	7	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	4.0	4.74192756566175e-05	NZ_FNKL01000001.1	CFB group bacteria	Chryseobacterium soldanellicola strain DSM 17072, whole genome shotgun sequence	True	True
ISR0228_000000000120	57245	0.6691940732723146	47	23	12	20	12	True	120600	maximal	True	ISR0228_000000000120	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	97.01799999999999	2.0	0.9988425925925926	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
ENG0102_000000016600	1725	0.669192987658047	2	2	2	2	2	False	60368	fragment	False	ENG0102_000000016600	1.0		0	0	False	False	0.9617391228675842	0					non-mobilizable	other	1725.0	99.478	100.0	0.02814188472274367	NZ_CYYA01000021.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MAD0100_000000020955	1700	0.6691922832181496	2	2	2	2	1	False	36582	fragment	False	MAD0100_000000020955	1.0		0	0	False	False	0.9882352948188782	0					non-mobilizable	no_good_hit	583.0	75.12899999999999	34.0	0.00014608615690615343	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ENG0024_000000009606	2859	0.6691902858717856	5	4	3	3	3	False	66243	maximal	True	ENG0024_000000009606	1.0		65	9	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	94.73700000000001	3.0	0.0026367461430575035	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0106_000000009043	2791	0.6691864888807537	4	4	4	4	4	False	80879	maximal	True	FIJ0106_000000009043	0.9881282152750297		47	9	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	75.141	19.0	0.0004341889425990483	NZ_KZ848473.1	high GC Gram+	Microbacterium sorbitolivorans strain CGMCC 1.15228 Scaffold1, whole genome shotgun sequence	True	False
AST0048_000000009981	1575	0.6691839263068685	2	2	2	2	2	False	127467	fragment	False	AST0048_000000009981	0.9857237715803453		0	0	False	True	1.0	0					non-mobilizable	chromosome	1575.0	99.81	100.0	0.000828767390161994	CP029252.1	firmicutes	Streptococcus thermophilus isolate NWC_1_1 chromosome, complete genome	False	True
SPA0066_000000004068	3748	0.6691829835827988	3	3	3	2	3	False	128865	maximal	True	SPA0066_000000004068	1.0	PS1059	1	1	False	True	0.9978655576705933	0					non-mobilizable	no_good_hit	1489.0	97.11200000000001	40.0	0.02047246261161482	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0045_000000004490	5381	0.6691784362064865	5	5	5	5	3	False	124519	maximal	True	ISR0045_000000004490	1.0		17	7	False	False	0.9998141527175903	0					non-mobilizable	no_good_hit	1928.0	95.124	36.0	0.0005265114651562038	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ISR0399_000000004830	3058	0.6691780303519274	3	3	3	3	3	False	35247	fragment	False	ISR0399_000000004830	1.0		0	0	False	False	0.9993459582328796	0					non-mobilizable	no_good_hit	1450.0	95.931	89.0	0.007079965992709931	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0090_000000004735	2687	0.6691712179782923	3	3	2	3	2	False	83818	maximal	True	CHI0090_000000004735	0.9665545590433482		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	85.155	45.0	0.00028122507800148306	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0013_000000031464	1747	0.6691677365496712	2	2	1	2	1	False	38223	fragment	False	MON0013_000000031464	1.0		0	0	False	False	0.9908414483070374	0					non-mobilizable	no_good_hit	1236.0	74.676	70.0	0.003686161761367935	NZ_JHWJ01000004.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0131_000000004630	5239	0.6691635668206642	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9826681945128375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	88.928	54.0	0.008226240936169391	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ENG0075_000000020688	1182	0.669162615370434	2	1	1	1	1	True	62064	fragment	False	SPA0120_000000032921	0.7160464854838255		0	0	False	False	1.0	0					non-mobilizable	plasmid	1182.0	100.0	100.0	0.11316596397087006	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
USA0023_01_000000009251	3458	0.6691553205617318	2	2	2	2	1	False	1715	maximal	True	USA0023_01_000000009251	1.0		1	1	False	False	0.9973973631858826	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000005835	6448	0.6691537756943495	8	6	3	4	1	True	2029	fragment	False	USA0011_01_000000005835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	1.0	0.010520163646990065	LN853428.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0822	True	True
AST0061_000000027331	1540	0.6691511384861772	3	1	1	1	1	False	111905	fragment	False	AST0061_000000027331	0.970209884901828		0	0	False	False	0.9772727489471436	0					non-mobilizable	no_good_hit								True	False
MON0109_000000001941	12247	0.6691504837231554	14	3	3	3	2	True	44568	maximal	True	MON0109_000000001941	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	75.819	3.0	0.0001636032342652612	NZ_UGTL01000001.1	CFB group bacteria	Prevotella disiens strain NCTC11157, whole genome shotgun sequence	True	True
AST0058_000000007326	1998	0.6691472556118933	4	4	4	2	1	False	113091	maximal	True	AST0058_000000007326	1.0		36	6	False	False	1.0	0					non-mobilizable	other	2001.0	93.303	100.0	0.0006876623742781264	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
CAN0001_000000014172	3309	0.6691460619400145	4	4	4	4	4	False	98154	maximal	False	FIJ0058_000000011780	0.9851674756254389		0	0	False	False	0.9996978044509888	0					non-mobilizable	chromosome	3309.0	100.0	100.0	0.0006451617936277986	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
ISR0051_000000008805	4681	0.6691422312317739	5	5	5	5	5	False	62972	maximal	True	ISR0051_000000008805	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	3301.0	85.70100000000001	70.0	0.0005258482697723022	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
FIJ0067_000000024238	1354	0.6691412105567914	3	3	3	2	2	False	47438	maximal	True	FIJ0067_000000024238	1.0		14	1	False	False	1.0	0					non-mobilizable	chromosome	1354.0	99.705	100.0	0.00026234169336618714	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
CHI0018_000000009330	1871	0.6691387055992631	3	3	2	2	2	True	89543	maximal	True	CHI0018_000000009330	1.0		1	1	False	False	0.9930518269538879	0					non-mobilizable	no_good_hit	118.0	83.051	9.0	3.242625161064605e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0384_000000000359	20050	0.6691294888737972	27	21	11	15	15	True	118549	maximal	True	ISR0384_000000000359	1.0		40	6	False	False	1.0	0					non-mobilizable	no_good_hit	14017.0	97.075	87.0	0.19954425692515845	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	True
ENG0134_000000001465	16858	0.6691268584597796	17	17	15	15	13	True	88808	maximal	True	ENG0134_000000001465	1.0		3	2	False	False	0.999228835105896	0					non-mobilizable	no_good_hit	1087.0	78.197	9.0	0.0006041802103263861	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	True
FIJ0044_000000005602	3885	0.6691243172976316	4	3	2	3	2	False	87223	fragment	False	FIJ0044_000000005602	1.0		0	0	False	False	0.9981982111930847	0					non-mobilizable	no_good_hit	1049.0	87.70299999999999	27.0	0.07507723255981033	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0139_000000018937	1403	0.6691224718791451	2	2	2	1	1	False	59985	fragment	False	ENG0107_000000020584	0.9397549353301566		0	0	False	False	0.9971489906311035	0					non-mobilizable	other	1403.0	95.866	100.0	0.0055107030273491234	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0060_000000002492	4548	0.6691223461655766	10	3	3	3	2	False	85777	maximal	True	CHI0060_000000002492	1.0		3	3	False	False	0.994942843914032	0					non-mobilizable	no_good_hit	822.0	75.061	18.0	0.01086824447474652	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
SPA0082_000000001404	10801	0.6691178727206014	10	5	4	5	4	True	5636	maximal	True	SPA0082_000000001404	0.9993177659937359		6	3	False	False	0.9988889694213867	0					non-mobilizable	no_good_hit	2226.0	74.663	20.0	0.0015684760617953831	CP054010.1	CFB group bacteria	Prevotella melaninogenica strain FDAARGOS_760 chromosome 1, complete sequence	True	True
SPA0081_000000001088	10749	0.6691178727206014	11	5	4	5	4	True	5636	maximal	False	SPA0082_000000001404	0.9980557355800389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2226.0	74.663	20.0	0.0015684760617953831	CP054010.1	CFB group bacteria	Prevotella melaninogenica strain FDAARGOS_760 chromosome 1, complete sequence	True	True
SPA0080_000000000983	10749	0.6691178727206014	11	5	4	5	4	True	5636	maximal	False	SPA0082_000000001404	0.9980557355800389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2226.0	74.663	20.0	0.0015684760617953831	CP054010.1	CFB group bacteria	Prevotella melaninogenica strain FDAARGOS_760 chromosome 1, complete sequence	True	True
AST0025_000000013047	2704	0.6691169258129569	2	2	2	2	2	False	120434	fragment	False	AST0025_000000013047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1515.0	90.165	56.0	0.0004555353262677687	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0022_000000030879	1357	0.6691164769126134	2	2	2	2	2	False	74511	maximal	True	DEN0022_000000030879	1.0		60	11	False	False	0.9948415756225586	0					non-mobilizable	chromosome	1357.0	92.41	100.0	0.00048298665268522415	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
SPA0109_000000019810	1667	0.6691120648287112	2	2	2	2	2	False	93549	fragment	False	SPA0027_000000017373	0.4303445894591514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	74.033	79.0	0.0004395919536496398	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0052_000000018547	1734	0.6691109676534852	2	2	2	2	2	False	63964	fragment	False	ENG0052_000000018547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	80.325	31.0	0.0017453122702484993	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0057_000000016708	2007	0.6691042978545144	3	2	2	1	0	True	117180	maximal	True	FIJ0057_000000016708	1.0		20	4	False	False	1.0	0					non-mobilizable	other	696.0	97.557	99.0	0.0036613826856110292	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
MAD0047_000000002264	11191	0.6690905205432544	12	11	4	6	10	False	17712	maximal	True	MAD0047_000000002264	1.0		2	1	False	False	0.9994638562202454	0					non-mobilizable	other	11245.0	92.50299999999999	100.0	0.002277714242216826	CP019020.1	enterobacteria	Escherichia coli strain Ecol_244, complete genome	False	False
ENG0054_000000018929	1463	0.6690855863512014	2	2	2	2	2	False	63725	fragment	False	ISR0063_000000012880	0.9731217616580311		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	76.415	99.0	0.0006181445755484868	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	False	False
DEN0067_000000008365	3797	0.6690846641404059	2	2	2	2	2	False	70853	maximal	True	DEN0067_000000008365	1.0		297	12	False	False	0.9997366070747375	0					non-mobilizable	other	3797.0	100.0	100.0	0.0007352045412244255	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0031_000000003358	7131	0.6690761854061359	6	5	3	5	2	True	132040	maximal	True	SPA0031_000000003358	1.0		1	1	False	False	0.995232105255127	0					non-mobilizable	no_good_hit	101.0	98.02	1.0	0.00036458029516420697	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	True
ISR0389_000000006054	3363	0.6690731773516195	5	3	3	2	2	False	119071	fragment	False	ISR0389_000000006054	1.0		0	0	False	False	0.9949449896812439	0					non-mobilizable	no_good_hit	840.0	85.119	25.0	0.00028172929954421787	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0074_000000005137	5031	0.6690723270871435	3	3	2	3	1	False	81072	maximal	True	SPA0074_000000005137	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1997.0	96.845	40.0	0.03181462994562011	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	True	False
ISR0007_000000009988	1621	0.6690702213055217	2	2	2	2	2	False	122072	fragment	False	ISR0007_000000009988	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	732.0	90.71	97.0	0.000234080289539312	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
AST0002_000000015956	2302	0.6690696869998339	3	3	3	2	2	False	131894	fragment	False	AST0002_000000015956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	99.611	56.0	0.008675121424716676	NZ_JAAWUO010000008.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_8_length_148240_cov_165.037, whole genome shotgun sequence	True	False
ENG0079_000000023481	1402	0.6690644707916997	2	1	1	1	1	False	61801	maximal	True	ENG0079_000000023481	1.0		81	12	False	False	0.992154061794281	0					non-mobilizable	no_good_hit								True	False
ENG0025_000000002519	7460	0.6690643643853929	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.7455162162214389		0	0	False	False	1.0	0					non-mobilizable	other	7460.0	99.37	100.0	0.0015753293164794146	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0125_01_000000015740	1489	0.669050675124114	3	3	3	2	2	True	137	maximal	True	USA0125_01_000000015740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1255.0	87.251	84.0	0.30398425971470733	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
FIJ0160_000000005179	3312	0.6690490190390057	4	4	3	4	4	False	87976	maximal	True	FIJ0160_000000005179	1.0		8	4	False	False	1.0	0					non-mobilizable	chromosome	3316.0	97.557	100.0	0.0015441728578157719	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0036_000000011149	2164	0.6690382612954929	2	2	2	2	2	False	65306	fragment	False	MON0031_000000014537	0.9435761376285746		0	0	False	False	0.9949167966842651	0					non-mobilizable	no_good_hit	1013.0	72.359	46.0	0.0002476783604144234	NZ_JACCFV010000001.1	high GC Gram+	Pseudoclavibacter chungangensis strain DSM 23821 Ga0415214_01, whole genome shotgun sequence	True	False
USA0026_01_000000003828	8948	0.6690364943422015	8	4	3	3	3	False	114115	maximal	True	USA0026_01_000000003828	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2639.0	78.55199999999999	29.0	0.3177330895795247	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
MON0001_000000017706	1961	0.6690358381282122	2	2	2	2	2	False	14387	fragment	False	MON0001_000000017706	1.0		0	0	False	False	0.9994900822639465	0					non-mobilizable	chromosome	1965.0	85.90299999999999	100.0	0.0006301323148933948	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CAN0016_000000038221	1170	0.6690333416273615	3	2	2	2	1	False	93120	fragment	False	CAN0015_000000027705	0.9666563901301548		0	0	False	False	0.9982905983924866	0					non-mobilizable	other	1171.0	98.975	100.0	0.0009427159081295146	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ISR0052_000000017714	2033	0.6690324714635749	4	4	4	3	2	False	67878	fragment	False	ENG0003_000000010996	0.9601449275362319		0	0	False	False	0.9704869389533997	0					non-mobilizable	other	2033.0	99.115	100.0	0.0005768296172485682	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0054_000000000149	37937	0.6690258191410144	42	21	7	13	14	False	86369	maximal	True	CHI0054_000000000149	1.0		1	1	False	False	0.9998418688774109	0					non-mobilizable	no_good_hit	1715.0	77.78399999999999	4.0	0.007497661137640387	NZ_KB822504.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.9, whole genome shotgun sequence	True	False
CHI0187_000000007533	2181	0.6690242297874152	3	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.7021501936598161		0	0	False	False	1.0	0					non-mobilizable	other	2181.0	99.725	100.0	0.0006878981052509345	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0117_000000025167	1492	0.6690187577558739	2	2	2	1	1	False	4294	maximal	True	SPA0117_000000025167	1.0		52	6	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	98.404	70.0	0.0004239936134550919	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	False
FIJ0098_000000003358	6374	0.6690112592960327	8	8	3	6	7	True	82414	maximal	True	FIJ0098_000000003358	1.0		0	0	False	False	0.993724524974823	0					non-mobilizable	no_good_hit	5682.0	96.656	89.0	0.08014889039855072	CP031804.1	enterobacteria	Klebsiella pneumoniae strain MSB1_8A-sc-2280397 plasmid unnamed4, complete sequence	True	True
USA0009_01_000000010171	2426	0.6690049560222845	3	2	1	1	2	False	95914	fragment	False	SPA0077_000000008270	0.2090951160331374		0	0	False	False	0.9991756081581116	0					non-mobilizable	no_good_hit	517.0	74.855	21.0	0.00011632558101566518	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0002_000000004803	7145	0.6690017740494002	9	8	7	8	6	True	52451	maximal	True	FIJ0002_000000004803	1.0		7	3	False	False	0.9991602301597595	0					non-mobilizable	no_good_hit	120.0	78.333	2.0	0.006367364558601338	NZ_JAAITI010000054.1	firmicutes	Blautia luti strain MSK.16.34 NODE_54_length_18532_cov_211.497, whole genome shotgun sequence	True	True
ISR0165_000000020176	1234	0.6690009513119188	3	2	1	2	1	True	30226	maximal	False	MON0063_000000024222	0.9955501618122977		0	0	False	False	1.0	0					non-mobilizable	chromosome	1234.0	99.514	100.0	0.0002349942710609324	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	True
ISR0376_000000020543	1214	0.6690006773816114	2	2	2	2	2	False	23320	fragment	False	ISR0376_000000020543	0.9539530842745438		0	0	False	False	0.9967051148414612	0					non-mobilizable	chromosome	1213.0	88.046	99.0	0.0004114964846103373	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0088_000000000884	13505	0.6690005922461348	21	9	4	7	6	False	15933	fragment	False	MAD0088_000000000884	1.0		0	0	False	False	0.999925971031189	0					non-mobilizable	no_good_hit	76.0	82.895	1.0	2.4643801615314422e-05	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	False
SPA0008_000000017930	1700	0.6689950786410928	3	1	1	1	1	False	32110	fragment	False	ISR0123_000000012311	0.9539879475363345		0	0	False	False	1.0	0					non-mobilizable	other	1665.0	90.691	98.0	0.05760632213788083	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0080_000000036249	1550	0.6689950786410928	3	1	1	1	1	False	32110	fragment	False	ISR0123_000000012311	0.6313725490196078		0	0	False	False	1.0	0					non-mobilizable	other	1552.0	91.302	100.0	0.05368964680600326	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0102_000000003181	4888	0.6689884524510462	8	7	3	5	5	False	118894	fragment	False	AST0028_000000003242	0.9474463360473724		0	0	False	False	0.9997954368591309	0		MOBP			mobilizable	plasmid	4888.0	99.755	100.0	0.16316105769230768	MG648895.1	enterobacteria	Escherichia coli plasmid pCOV8 clone COV8_c1	False	True
ENG0046_000000016668	1138	0.6689881215462231	2	2	2	2	1	False	64379	fragment	False	ENG0046_000000016668	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	81.319	8.0	3.313779551746157e-05	NZ_AP019845.1	fusobacteria	Leptotrichia trevisanii strain JMUB4039	True	False
ISR0821_000000000444	33276	0.6689855516556813	36	18	9	15	8	False	122315	fragment	False	ISR0821_000000000444	1.0		0	0	False	False	0.9999399185180664	0					non-mobilizable	no_good_hit	1694.0	81.7	5.0	0.020577041129527317	NZ_SLZZ01000015.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_115, whole genome shotgun sequence	True	False
FIJ0078_000000003056	7482	0.6689819887143713	9	5	4	4	4	False	115426	maximal	True	FIJ0078_000000003056	0.9954912516823688		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	91.626	14.0	0.0008329477093937991	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0109_000000003734	7430	0.6689819887143713	9	5	4	4	4	False	115426	maximal	False	FIJ0078_000000003056	0.9920475808607324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	73.0	15.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0282_000000007765	2774	0.6689816899311843	3	3	3	3	2	False	92940	maximal	True	ISR0282_000000007765	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2478.0	76.715	88.0	0.008202878519275262	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
SPA0026_000000003978	6066	0.6689714173431932	10	7	3	5	3	True	116723	fragment	False	SPA0026_000000003978	0.9774583191561755		0	0	False	False	1.0	0					non-mobilizable	other	6067.0	98.896	100.0	0.02988211325830251	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0061_000000005279	4409	0.6689698349943088	4	4	3	4	3	False	45833	maximal	True	FIJ0061_000000005279	1.0		1	1	False	False	0.9993195533752441	0					non-mobilizable	no_good_hit	3743.0	92.68	84.0	0.004525757836017723	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
DEN0016_000000001569	3946	0.6689676709450963	8	7	4	5	4	True	75376	fragment	False	DEN0016_000000001569	0.9783347752829492		0	0	False	False	0.9944247603416443	0					non-mobilizable	plasmid	3859.0	99.92200000000001	98.0	0.11678169269887395	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0113_000000010317	1572	0.6689644943874079	2	2	2	1	1	False	32579	maximal	True	ISR0113_000000010317	1.0		3	2	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit	155.0	81.29	13.0	8.311032063961703e-05	NZ_JH815198.1	actinobacteria	Slackia piriformis YIT 12062 supercont1.1, whole genome shotgun sequence	True	False
CHI0006_000000013805	1165	0.6689631341270268	2	2	2	1	1	False	90563	fragment	False	CHI0006_000000013805	0.9767241379310345		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	95.887	100.0	0.0046581367453018795	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0087_000000029136	1321	0.6689601871486799	2	1	1	1	1	False	83135	fragment	False	ISR0087_000000029136	0.981640625		0	0	False	False	0.9666919112205505	0					non-mobilizable	other	1266.0	97.156	96.0	0.07294429708222812	NZ_WNCH01000047.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold47_size17342, whole genome shotgun sequence	False	False
CHI0064_000000014711	1255	0.6689570658357865	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9012489588532512		0	0	False	False	0.9992032051086426	0					non-mobilizable	no_good_hit	44.0	100.0	4.0	1.4473548244207131e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0812_000000034282	1147	0.6689517233013255	2	2	2	2	2	False	21612	maximal	True	ISR0812_000000034282	1.0		37	8	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	77.03	37.0	0.00011672917737367552	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ENG0010_000000014179	1526	0.6689494541298698	1	1	1	1	1	False	111300	maximal	True	ENG0010_000000014179	1.0		6	5	False	False	0.9986894130706787	0					non-mobilizable	no_good_hit	247.0	95.54700000000001	16.0	0.1484848484848485	HG796490.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01438	True	False
SPA0107_000000023676	1398	0.6689494541298698	1	1	1	1	1	False	111299	fragment	False	ISR0832_000000008004	0.6513313458402683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	4.0	3.9977848339772386e-05	NZ_RBLI01000002.1	a-proteobacteria	Paracoccus pantotrophus strain DSM 2944 Ga0242593_12, whole genome shotgun sequence	True	False
MON0103_000000023773	2213	0.6689449802727859	3	3	3	3	3	False	82040	fragment	False	MON0103_000000023773	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2213.0	99.63799999999999	100.0	0.06205638939542713	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
ISR0126_000000020574	2397	0.6689423957711804	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.851363967503915		0	0	False	False	1.0	0					non-mobilizable	other	2397.0	99.458	100.0	0.00527130964324058	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0045_000000004667	4165	0.6689362205170876	7	7	2	4	7	True	87181	fragment	False	CHI0045_000000004667	1.0		0	0	False	False	0.9968787431716919	0					non-mobilizable	plasmid	4170.0	99.065	99.0	0.026096647757867186	CP025516.1	enterobacteria	Klebsiella pneumoniae strain 002SK2 plasmid p002SK2_A, complete sequence	False	True
MAD0093_000000006360	4407	0.6689349437982594	4	3	1	3	2	True	15686	maximal	True	MAD0093_000000006360	1.0		2	1	False	False	0.9807124733924866	0					non-mobilizable	no_good_hit	114.0	86.84200000000001	3.0	0.0019500368925898597	NZ_CYYA01000022.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
DEN0093_000000021967	1436	0.6689317320203984	1	1	1	1	1	False	68443	fragment	False	DEN0093_000000021967	1.0		0	0	False	False	0.9979108572006226	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000013599	2269	0.6689257340865133	3	3	3	3	2	False	106589	maximal	True	ENG0052_000000013599	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	100.0	88.0	0.0006065783620203814	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0389_000000016916	1317	0.6689236401254965	3	2	2	2	1	False	22897	fragment	False	SPA0102_000000023762	0.9852496217851741		0	0	False	False	0.9696279168128967	0					non-mobilizable	chromosome	1317.0	98.25399999999999	100.0	0.00042417090864435174	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0042_000000023630	1436	0.6689202882971637	2	2	2	2	2	False	6838	maximal	True	SPA0042_000000023630	1.0		4	2	False	False	0.9993036389350891	0					non-mobilizable	no_good_hit	509.0	98.821	35.0	0.0012546462663159585	NZ_CABJDM010000002.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
AST0108_000000002564	7418	0.6689197397801397	11	9	4	4	9	False	117847	maximal	True	AST0108_000000002564	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3435.0	96.565	66.0	0.0008077207449886314	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
MAD0106_000000000481	17707	0.6689120256348613	24	8	0	8	3	False	18181	maximal	True	MAD0106_000000000481	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000001240	16040	0.6689120256348613	18	8	0	8	3	False	18180	fragment	False	MAD0042_000000001240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0020_000000006431	4296	0.6689085146830628	7	6	5	5	3	False	7731	maximal	True	SPA0020_000000006431	1.0		33	10	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	91.06	24.0	0.0068054443554843875	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	False
CHI0175_000000004555	2616	0.6689050316604321	3	3	3	3	2	False	96170	maximal	True	CHI0175_000000004555	1.0		7	4	False	False	0.9938837885856628	0					non-mobilizable	chromosome	2626.0	86.48100000000001	100.0	0.0005701405201668066	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0005_000000009749	3022	0.6689024170645395	4	3	3	3	2	True	8325	maximal	True	SPA0005_000000009749	1.0		2	1	False	False	0.999669075012207	0					non-mobilizable	other	3010.0	78.27199999999999	98.0	0.026206666315253105	NZ_ATUZ01000019.1	d-proteobacteria	Desulfovibrio desulfuricans DSM 642 G449DRAFT_scaffold00008.8_C, whole genome shotgun sequence	False	True
MAD0050_000000007730	3040	0.6688976128046901	3	3	1	3	2	False	17409	maximal	True	MAD0050_000000007730	1.0		1	1	False	False	0.9937499761581421	0					non-mobilizable	no_good_hit	48.0	95.833	2.0	1.651733705383422e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
MAD0107_000000013227	2935	0.6688949384798585	3	3	3	2	1	False	14697	maximal	True	MAD0107_000000013227	1.0		4	2	False	False	0.9965928196907043	0					non-mobilizable	no_good_hit	543.0	81.768	21.0	0.00013692723032999462	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ISR0351_000000007830	1854	0.6688945757713699	4	3	3	2	2	False	24073	maximal	True	ISR0351_000000007830	1.0		1	1	False	False	0.9492987990379333	0					non-mobilizable	chromosome	633.0	99.84200000000001	93.0	0.00025236099281689573	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
SPA0021_000000001884	11627	0.6688885744304947	13	7	5	6	5	False	7696	maximal	True	SPA0021_000000001884	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001278651259708278	CP041074.1	firmicutes	Bacillus tropicus strain LM1212-W3 plasmid p1, complete sequence	True	False
DEN0066_000000032438	1161	0.6688859826306429	2	1	1	1	1	True	70878	maximal	True	DEN0066_000000032438	1.0		0	0	False	False	0.9517657160758972	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.3732877327207723e-06	LT972196.1	bony fishes	Larimichthys crocea genome assembly, chromosome: VII	True	True
FIJ0066_000000005586	5330	0.6688826487786037	8	5	3	3	4	True	130637	backbone	False	AST0039_000000003129	0.08755446934348475	PS1110	0	0	True	True	1.0	3		MOBV			mobilizable	other	3207.0	96.258	93.0	0.5225827490624491	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0262_000000000954	12900	0.6688825628293598	7	3	3	3	3	False	130266	fragment	False	ISR0262_000000000954	0.9937924368113888		0	0	False	False	1.0	0					non-mobilizable	chromosome	12822.0	99.79700000000001	100.0	0.005525709569463569	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
MON0063_000000009409	3039	0.6688784262867713	5	4	2	4	2	True	10749	maximal	True	MON0063_000000009409	1.0		1	1	False	False	0.9983547329902649	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2790577518136533e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0066_000000002939	9462	0.6688768680025572	9	9	4	5	9	False	45385	maximal	True	FIJ0066_000000002939	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	6177.0	96.92399999999999	92.0	0.054743004124351416	CP061757.1	enterobacteria	Escherichia coli O18ac:H14 strain 873.10 plasmid unnamed3, complete sequence	False	True
MAD0093_000000022288	1449	0.6688717535817862	3	3	2	3	1	False	15662	maximal	True	MAD0093_000000022288	1.0		1	1	False	False	0.9917184114456177	0					non-mobilizable	no_good_hit	260.0	98.07700000000001	18.0	0.0006956717933290715	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0159_000000018233	1447	0.6688645502628234	2	2	2	1	1	False	47998	fragment	False	MAD0001_000000017030	0.9698316933544767		0	0	False	False	0.9979267716407776	0					non-mobilizable	chromosome	1446.0	97.787	99.0	0.0005099003594709316	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0089_000000019098	1447	0.6688624945234968	2	2	1	2	1	False	15818	fragment	False	MAD0089_000000019098	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1447.0	95.508	100.0	0.0004857053515439742	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0090_000000012841	2697	0.6688607397455678	3	3	3	3	3	False	58201	maximal	False	ENG0134_000000014275	0.9896042579741904		0	0	False	False	1.0	0					non-mobilizable	other	2520.0	80.714	96.0	0.027170959678295838	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0203_000000009070	1905	0.6688578979712801	3	1	1	1	1	False	28689	maximal	True	ISR0203_000000009070	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	98.39200000000001	31.0	8.580902077744639e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0058_000000049386	1104	0.6688403396527769	2	2	2	2	2	False	10962	maximal	True	MON0058_000000049386	1.0		24	4	False	False	0.9773550629615784	0					non-mobilizable	no_good_hit	807.0	71.87100000000001	71.0	0.00027657540858616137	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0058_000000002609	10921	0.6688362710998618	17	7	6	6	6	True	59705	maximal	False	ENG0112_000000001834	0.6235281170903488		0	0	False	True	1.0	0					non-mobilizable	plasmid	9868.0	97.639	96.0	0.8235736362876953	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	False	True
DEN0010_000000009559	4445	0.6688301754861855	4	3	3	3	2	False	76027	fragment	False	DEN0010_000000009559	1.0		0	0	False	False	0.9948256611824036	0					non-mobilizable	no_good_hit								True	False
MON0106_000000007961	4729	0.6688290889100603	5	4	3	4	3	False	8668	maximal	True	MON0106_000000007961	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	76.757	28.0	0.0003681354074885791	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0142_000000002732	1619	0.6688267093506709	2	1	1	1	1	False	105248	maximal	False	CHI0187_000000008343	0.6296296296296297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	80.667	84.0	0.0009038939813024366	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0096_000000029028	1459	0.6688267093506709	1	1	1	1	1	False	8698	fragment	False	SPA0096_000000029028	0.9981831395348837		0	0	False	False	0.9952021837234497	0					non-mobilizable	no_good_hit	1227.0	78.973	83.0	0.00033768210118244275	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0024_000000001715	11378	0.6688256078387901	11	9	8	7	8	False	49264	maximal	True	FIJ0024_000000001715	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1418.0	88.01100000000001	18.0	0.00022833201766757312	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
ISR0293_000000008799	4188	0.6688213308443973	4	4	4	3	3	False	101109	fragment	False	ISR0293_000000008799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2059.0	97.086	79.0	0.0003691156058239914	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0378_000000019668	1581	0.6688209038071139	3	3	3	3	2	False	23267	fragment	False	ISR0378_000000019668	1.0		0	0	False	False	0.9677419066429138	0					non-mobilizable	no_good_hit	157.0	78.98100000000001	13.0	2.396809798539406e-05	NZ_CP025774.1	b-proteobacteria	Achromobacter xylosoxidans strain SOLR10 chromosome	True	False
MON0039_000000042341	1181	0.6688168167428412	2	2	2	2	2	False	11892	maximal	True	MON0039_000000042341	1.0		194	10	False	False	0.9627434611320496	0					non-mobilizable	no_good_hit	310.0	71.935	26.0	0.003611011798355381	NZ_FNHQ01000013.1	firmicutes	Megasphaera paucivorans strain DSM 16981, whole genome shotgun sequence	True	False
FIJ0037_000000012863	2336	0.6688164440774286	4	4	4	3	3	False	106609	fragment	False	ENG0027_000000009711	0.9429883666367276		0	0	False	False	0.9987157583236694	0					non-mobilizable	other	2338.0	94.14	100.0	0.009126856226465524	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CAN0020_000000026329	1335	0.6688140935142758	2	2	2	2	1	True	104305	fragment	False	CAN0020_000000026329	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	96.62700000000001	99.0	0.007313045529606039	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0010_000000038287	1235	0.6688081563715425	1	1	1	1	1	False	75837	fragment	False	DEN0010_000000038287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0035_000000008131	3282	0.6688039702446786	3	3	3	3	3	False	50468	maximal	True	MON0035_000000008131	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	80.301	63.0	0.00860613146271759	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
FIJ0020_000000003078	7201	0.6687999969868473	10	2	2	2	1	True	49823	fragment	False	FIJ0020_000000003078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.013009540329575022	XM_019782082.1	lancelets	PREDICTED: Branchiostoma belcheri frizzled-8-like (LOC109479989), mRNA	True	True
MAD0045_000000004188	7044	0.6687999969868473	6	2	2	2	1	True	41112	fragment	False	MAD0045_000000004188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0068_000000005405	5501	0.6687999969868473	8	2	2	2	1	True	45123	fragment	False	FIJ0068_000000005405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	9.644731493086416e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	True
FIJ0036_000000005476	6231	0.6687953541967575	6	6	5	5	4	False	48423	maximal	True	FIJ0036_000000005476	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1623.0	81.947	44.0	0.026437160270136716	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MON0002_000000016847	1613	0.6687941733286229	2	2	2	1	1	False	14315	maximal	True	MON0002_000000016847	1.0		4	2	False	False	0.9764414429664612	0					non-mobilizable	no_good_hit	1081.0	73.72800000000001	66.0	0.0003190011254814568	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0104_000000005740	4270	0.6687892439928854	6	3	3	2	1	False	102126	maximal	True	FIJ0104_000000005740	1.0		57	9	False	False	1.0	0					non-mobilizable	other	3208.0	97.07	100.0	0.008103580281540665	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
SPA0007_000000015046	1719	0.6687888021787813	4	3	3	3	3	False	127429	maximal	True	SPA0007_000000015046	1.0	PS1007	3	2	False	True	0.9988365173339844	0					non-mobilizable	chromosome	1106.0	99.458	100.0	0.00042901860052111773	CP053671.2	firmicutes	Lactococcus lactis subsp. lactis strain G121 chromosome, complete genome	False	True
MON0091_000000002792	4534	0.6687832699644677	5	4	3	3	3	False	109714	maximal	True	MON0091_000000002792	0.9971216118973375		12	4	False	False	1.0	0					non-mobilizable	other	4534.0	99.757	100.0	0.009799216581493683	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	False
AST0092_000000004094	4169	0.6687832699644677	4	4	3	3	3	False	109714	maximal	False	MON0091_000000002792	0.9571018967798853		0	0	False	False	1.0	0					non-mobilizable	other	4169.0	99.448	100.0	0.009010177522979411	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	False
ENG0158_000000006516	2783	0.6687741530328953	3	3	3	3	3	False	99111	fragment	False	ENG0158_000000006516	1.0		0	0	False	False	0.9989220499992371	0					non-mobilizable	other	2797.0	89.417	100.0	0.007897048414194219	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
FIJ0002_000000009801	3553	0.6687734651921029	4	3	3	3	3	False	122459	maximal	True	FIJ0002_000000009801	1.0	PS871	12	3	False	True	0.9997185468673706	0					non-mobilizable	no_good_hit	2321.0	92.546	65.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0329_000000000234	20196	0.6687679773017988	26	11	5	11	4	True	128789	fragment	False	ISR0329_000000000234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	95.928	1.0	0.27686472819216185	GQ876934.1		Uncultured organism clone VC1AH19TR genomic sequence	True	True
MON0039_000000004465	8455	0.668766356215681	10	8	5	4	7	False	105363	fragment	False	MON0039_000000004465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4155.0	91.288	83.0	0.0009287844667508807	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
FIJ0011_000000037490	1237	0.6687630595191058	3	3	2	1	2	False	50877	maximal	True	FIJ0011_000000037490	0.9979235880398671		22	2	False	False	0.987873911857605	0					non-mobilizable	no_good_hit	800.0	94.625	65.0	0.10041577422199824	NZ_CABIWU010000092.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
DEN0051_000000026046	1799	0.6687624498107381	3	2	2	2	2	False	72529	maximal	True	DEN0051_000000026046	1.0		1	1	False	False	0.97443026304245	0					non-mobilizable	no_good_hit	663.0	97.436	37.0	0.0002357943687888041	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
FIJ0172_000000017387	1613	0.6687587648498546	2	2	2	2	1	True	91775	fragment	False	USA0036_01_000000019659	0.8340002817747387		0	0	False	False	0.983260989189148	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.144419059757347e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0778_000000009652	1452	0.6687579455419856	2	2	2	2	2	False	46438	maximal	True	ISR0778_000000009652	1.0		71	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0111_000000012691	1603	0.6687568899459597	2	2	2	2	1	False	59726	maximal	True	ENG0111_000000012691	1.0		5	4	False	False	0.9987523555755615	0					non-mobilizable	no_good_hit	51.0	90.196	3.0	1.904237822982052e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0002_000000007871	2732	0.6687512964433119	4	4	4	4	2	False	120966	fragment	False	ISR0265_000000005719	0.9700985858392955		0	0	False	False	1.0	0					non-mobilizable	other	2731.0	98.425	99.0	0.02842358428685956	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0171_000000004370	5276	0.668750527820071	5	2	2	2	1	True	41548	fragment	False	ISR0171_000000004370	1.0		0	0	False	False	0.9967778325080872	0					non-mobilizable	no_good_hit								True	True
FIJ0030_000000010438	3073	0.668750527820071	4	2	2	2	1	True	102713	fragment	False	FIJ0030_000000010438	1.0		0	0	False	False	0.9951187968254089	0					non-mobilizable	no_good_hit								True	True
SPA0030_000000006912	4353	0.6687462145607723	5	5	4	4	3	False	123115	maximal	True	SPA0030_000000006912	0.977674837039726		74	9	False	False	0.9997702836990356	0					non-mobilizable	other	4357.0	94.905	100.0	0.0032618151817901844	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0206_000000006365	4012	0.6687462145607723	5	5	4	4	3	False	123115	maximal	False	SPA0030_000000006912	0.941623816107093		0	0	False	False	0.9935194253921509	0					non-mobilizable	other	4015.0	94.745	100.0	0.003004796434408141	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
MAD0106_000000012511	1750	0.6687432898922744	2	2	1	2	2	False	26378	fragment	False	MAD0039_000000007756	0.9593211206896552		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	89.22	99.0	0.002888853838938097	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0032_000000017090	2094	0.6687409249225073	4	4	3	4	4	False	84938	maximal	False	ENG0100_000000014138	0.9458955223880596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	79.39	38.0	0.00022790120329039003	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0164_000000014339	1447	0.668739644576512	3	1	1	1	1	False	78362	maximal	True	CHI0164_000000014339	1.0		2	2	False	False	0.996544599533081	0					non-mobilizable	chromosome	1447.0	100.0	100.0	0.00040741678878369745	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
DEN0072_000000000375	29968	0.6687330097842776	33	23	18	17	20	False	70306	maximal	True	DEN0072_000000000375	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8239.0	96.007	28.0	0.1321261438013605	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
AST0003_000000003974	8727	0.6687327531892829	16	11	4	5	7	True	130758	maximal	True	AST0003_000000003974	1.0		1	1	False	False	0.9997708201408386	0					non-mobilizable	no_good_hit	6182.0	98.67399999999999	86.0	0.0018475606967037783	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
SPA0108_000000019659	1425	0.6687316125459978	2	1	1	1	1	True	4677	maximal	True	SPA0108_000000019659	1.0		2	2	False	False	0.9929824471473694	0					non-mobilizable	no_good_hit								True	True
ISR0831_000000011733	1577	0.6687257318447731	2	2	2	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8825989523324086	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1468.0	100.0	93.0	0.03176012123836328	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0132_000000026695	1556	0.6687257318447731	2	2	2	1	1	False	126844	backbone	False	ISR0792_000000009219	0.9067685794303063	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1500.0	81.267	96.0	0.19389750945364453	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
DEN0021_000000018968	1900	0.6687237045519203	2	2	1	2	0	True	74770	fragment	False	DEN0021_000000018968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0088_000000021723	1483	0.6687237045519203	2	2	1	2	0	True	9627	fragment	False	MON0088_000000021723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	82.59899999999999	58.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0032_000000014910	1602	0.6687236900617233	2	2	2	2	2	True	65592	fragment	False	ENG0032_000000014910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0007_000000003543	7835	0.6687236024009662	9	5	4	4	3	True	66014	fragment	False	TAN0007_000000003543	0.8684231725648096		0	0	False	False	0.9984683990478516	0					non-mobilizable	no_good_hit								True	True
MON0057_000000018836	1411	0.6687224431154222	2	1	1	1	1	False	67247	fragment	False	MON0057_000000018836	1.0		0	0	False	False	0.9971651434898376	0					non-mobilizable	other	1411.0	95.819	100.0	0.00043864861383927046	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0129_000000006099	4672	0.6687217997940154	4	4	3	3	4	False	112524	maximal	False	USA0035_01_000000004690	0.48329388850700467		0	0	False	False	1.0	0					non-mobilizable	other	4672.0	99.63600000000001	100.0	0.0012431167499802394	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0107_000000004540	4647	0.6687217997940154	4	4	3	3	4	False	112524	maximal	False	USA0035_01_000000004690	0.48786860735804194		0	0	False	False	1.0	0					non-mobilizable	other	4647.0	99.118	100.0	0.001551935041864834	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
USA0069_01_000000039764	1519	0.6687153875764069	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.5839678141971888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000021585	1323	0.6687153875764069	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.4988112689736381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0161_000000009707	2235	0.668712648715682	3	3	3	3	2	False	56411	maximal	True	ENG0161_000000009707	1.0		70	11	False	False	0.9941834211349487	0					non-mobilizable	other	2235.0	99.508	100.0	0.01035126657059851	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0798_000000001057	11275	0.6687111247343591	10	7	4	7	4	False	21925	fragment	False	ISR0798_000000001057	1.0		0	0	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	124.0	95.96799999999999	1.0	5.488922417428534e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0014_000000001682	3679	0.6687093833415267	5	4	4	4	4	False	107566	maximal	True	CHI0014_000000001682	1.0		121	13	False	False	1.0	0					non-mobilizable	no_good_hit	3085.0	85.154	83.0	0.0009451166587543997	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0079_000000000078	71809	0.6686987991912291	101	54	19	41	37	True	73553	maximal	True	ISR0079_000000000078	1.0		1	1	False	False	0.9999860525131226	0					non-mobilizable	no_good_hit	1017.0	83.97200000000001	2.0	0.0006105928832810155	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
ISR0123_000000003878	4693	0.6686977375493957	3	3	2	1	3	False	111731	fragment	False	USA0019_01_000000005166	0.5852911874718667		0	0	False	False	0.9925420880317688	0					non-mobilizable	other	4692.0	100.0	99.0	0.022673665487307388	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
TAN0007_000000031043	1358	0.6686949927350981	2	2	2	2	2	False	2796	fragment	False	TAN0007_000000031043	1.0		0	0	False	False	0.9911634922027588	0					non-mobilizable	other	1348.0	71.81	98.0	0.004035992713131697	NZ_JAAIPW010000002.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_2_length_326066_cov_251.654, whole genome shotgun sequence	False	False
CAN0021_000000013106	3248	0.6686881368520778	3	3	3	3	3	False	91626	fragment	False	ISR0177_000000008024	0.9526173285198556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.521	29.0	0.010187484889113568	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
SPA0057_000000028140	1177	0.6686856988384721	2	2	2	2	2	True	6326	maximal	True	SPA0057_000000028140	1.0		33	7	False	False	0.9991503953933716	0					non-mobilizable	no_good_hit	403.0	77.419	34.0	0.00020624439806099252	NZ_JPNB01000002.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000013_quiver.2_C, whole genome shotgun sequence	True	True
ENG0173_000000012041	1423	0.6686716772201683	2	1	1	1	1	False	88815	fragment	False	ISR0297_000000010355	0.5836369164411466		0	0	False	False	0.9971890449523926	0					non-mobilizable	chromosome	1413.0	99.15100000000001	99.0	0.00044505900971848755	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0027_000000027089	1390	0.6686716772201683	2	1	1	1	1	False	88815	fragment	False	ISR0297_000000010355	0.5812115441035577		0	0	False	False	0.9964028596878052	0					non-mobilizable	other	1377.0	99.274	99.0	0.02682208923802655	NZ_JAAIQH010000021.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_21_length_51301_cov_301.036, whole genome shotgun sequence	False	False
SPA0146_000000016631	1381	0.6686716772201683	2	1	1	1	1	False	88815	fragment	False	ISR0297_000000010355	0.5812370697881091		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	99.348	100.0	0.026900060427671974	NZ_JAAIQH010000021.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_21_length_51301_cov_301.036, whole genome shotgun sequence	False	False
ENG0146_000000016140	1379	0.6686716772201683	2	1	1	1	1	False	88815	fragment	False	ISR0297_000000010355	0.5803866275879663		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	99.275	100.0	0.026861074832849264	NZ_JAAIQH010000021.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_21_length_51301_cov_301.036, whole genome shotgun sequence	False	False
FIJ0006_000000015018	2393	0.668670758769637	3	2	2	2	1	False	51728	maximal	True	FIJ0006_000000015018	1.0		13	3	False	False	0.9987463355064392	0					non-mobilizable	other	2393.0	99.70700000000001	100.0	0.001140232374781797	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
ENG0109_000000016887	1451	0.668669913080047	2	2	2	2	1	False	59863	maximal	False	ISR0086_000000017493	0.9509011808576755		0	0	False	False	0.9958649277687073	0					non-mobilizable	no_good_hit	298.0	71.812	20.0	5.695030528103508e-05	NZ_CP016907.1	CFB group bacteria	Flavobacterium anhuiense strain GSE09 chromosome, complete genome	True	False
ISR0331_000000022806	1115	0.6686698246185471	1	1	1	1	1	False	24587	fragment	False	ISR0331_000000022806	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	91.406	100.0	0.01827607704170358	NZ_CBYM010000019.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
AST0010_000000022134	1367	0.6686666598637092	2	2	2	1	1	False	125901	fragment	False	MON0030_000000025415	0.9827299502176349		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	91.74600000000001	100.0	0.003946756568239944	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
ENG0002_000000001042	16234	0.6686656686009304	16	5	3	3	1	True	132160	fragment	False	SPA0132_000000001387	0.659931030115768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1623.0	75.293	10.0	0.000568378400487566	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0017_000000001005	15824	0.6686656686009304	16	5	3	3	1	True	132160	fragment	False	SPA0132_000000001387	0.6528870339828798		0	0	False	False	0.9967138767242432	0					non-mobilizable	no_good_hit	485.0	74.227	3.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
CAN0014_000000002441	15470	0.6686656686009304	15	5	3	3	1	True	132160	fragment	False	SPA0132_000000001387	0.5364290617511445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
ISR0834_000000001068	13430	0.6686656686009304	13	5	3	3	1	True	112177	fragment	False	ISR0023_000000001614	0.8853991259790943		0	0	False	False	0.9984363317489624	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
MON0107_000000002615	13370	0.6686656686009304	13	5	3	3	1	True	112177	fragment	False	ISR0023_000000001614	0.8857847398981625		0	0	False	False	0.9997755885124207	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
ENG0062_000000001363	12988	0.6686656686009304	13	5	3	3	1	True	112177	fragment	False	ISR0023_000000001614	0.8816716080302435		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
ENG0188_000000001199	17454	0.6686643046448758	22	6	5	6	4	True	103571	fragment	False	ISR0101_000000000960	0.9531750774077896		0	0	False	False	1.0	0					non-mobilizable	other	15293.0	98.69200000000001	100.0	0.004094006837805507	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0311_000000007712	2589	0.6686585158189535	3	3	3	3	3	False	119444	fragment	False	CAN0015_000000014080	0.7211356498031818		0	0	False	False	0.981846272945404	0					non-mobilizable	other	2589.0	99.459	100.0	0.027023640464455767	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ENG0090_000000012948	1833	0.668651789091087	2	2	2	2	1	False	61238	maximal	True	ENG0090_000000012948	1.0		17	3	False	False	0.9983633160591125	0					non-mobilizable	no_good_hit	156.0	76.282	8.0	4.276566084053963e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0052_000000009813	1970	0.6686517071838339	3	3	3	3	2	True	131050	fragment	False	MAD0052_000000009813	1.0		0	0	False	False	0.9964467287063599	0					non-mobilizable	chromosome	1988.0	88.682	100.0	0.0004430012588656815	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
AUS0020_000000004361	6077	0.6686431501545761	7	3	2	3	1	False	103600	maximal	True	AUS0020_000000004361	1.0		5	4	False	False	0.9976962208747864	0					non-mobilizable	no_good_hit								True	False
CHI0092_000000004385	2256	0.6686393628523059	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.7275972464316175		0	0	False	False	0.9964538812637329	0					non-mobilizable	chromosome	1310.0	99.23700000000001	99.0	0.0003788751726606922	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0152_000000016304	1622	0.6686382362497837	2	2	2	2	1	True	39704	maximal	True	FIJ0152_000000016304	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	77.358	7.0	0.00027942921924814913	NZ_FNFM01000006.1	high GC Gram+	Actinopolyspora mzabensis strain DSM 45460, whole genome shotgun sequence	True	True
ISR0251_000000005542	2613	0.6686369948199883	3	2	2	2	1	False	62350	fragment	False	ISR0251_000000005542	1.0		0	0	False	False	0.9931113719940186	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
FIJ0133_000000021765	1751	0.6686361004135223	5	4	3	3	1	False	90547	fragment	False	MON0046_000000019056	0.8254038997282992		0	0	False	False	1.0	0					non-mobilizable	other	1523.0	97.30799999999999	95.0	0.023250840207760463	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0004_000000015765	1664	0.6686361004135223	5	4	3	3	1	False	90547	fragment	False	MON0046_000000019056	0.8259787568225325		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	96.83	100.0	0.02552703941338222	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0858_000000005376	1850	0.6686323092351817	3	2	2	2	1	False	96109	fragment	False	ISR0858_000000005376	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1847.0	98.917	99.0	0.0018847754860750214	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
MON0012_000000036657	1524	0.6686323092351817	2	2	2	2	1	False	96107	fragment	False	MON0012_000000036657	1.0		0	0	False	False	0.9993438124656677	0					non-mobilizable	other	1512.0	99.14	99.0	0.0015427387646042023	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
FIJ0126_000000033392	1237	0.6686254834101957	1	1	0	1	1	False	41092	fragment	False	FIJ0126_000000033392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000005821	4054	0.6686026142973229	4	2	2	2	1	True	8214	maximal	True	SPA0007_000000005821	1.0		1	1	False	False	0.9995066523551941	0					non-mobilizable	no_good_hit								True	True
MON0046_000000019056	1757	0.6686003662979043	4	4	3	3	2	False	90547	fragment	False	MON0046_000000019056	0.9230798998200981		0	0	False	False	1.0	0					non-mobilizable	other	1763.0	97.50399999999999	100.0	0.026901924839596702	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0039_000000038359	1295	0.6685928250483064	2	2	2	2	1	False	20960	fragment	False	MON0039_000000038359	1.0		0	0	False	False	0.9976834058761597	0					non-mobilizable	other	849.0	98.587	99.0	0.007592035524996419	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0100_000000012768	2361	0.6685866153682499	2	2	2	2	2	False	123206	maximal	False	FIJ0086_000000012705	0.9627077421970004		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	90.669	96.0	0.0004598032987620154	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0316_000000019575	1151	0.6685849968175875	2	2	2	2	2	False	56017	fragment	False	ISR0316_000000019575	0.9713150926743159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	380.0	71.053	32.0	0.00015155146696054473	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
CAN0011_000000005573	5593	0.6685844115307246	8	3	2	3	2	False	94539	maximal	True	CAN0011_000000005573	1.0		2	1	True	True	1.0	26					non-mobilizable	no_good_hit	202.0	77.723	5.0	0.043726653482751045	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
FIJ0136_000000004095	6220	0.6685823679457157	7	5	3	4	4	True	71562	maximal	False	FIJ0126_000000005418	0.8003543038414989		0	0	False	True	0.9995176792144775	0					non-mobilizable	no_good_hit	1974.0	81.206	59.0	0.0006614769996599186	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0081_000000018499	1365	0.6685730034471111	2	2	1	1	2	False	61651	fragment	False	ENG0081_000000018499	1.0		0	0	False	False	0.9992673993110657	0					non-mobilizable	chromosome	1365.0	99.853	100.0	0.0005120037476872558	CP042830.1	verrucomicrobia	Akkermansia muciniphila strain DSM 22959 chromosome, complete genome	False	False
ISR0194_000000006597	3498	0.6685685401930479	9	2	2	2	2	False	117950	maximal	True	ISR0194_000000006597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2252.0	96.27	81.0	0.0006348703155398542	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0305_000000010107	1802	0.6685683448208951	3	3	3	2	2	False	131681	fragment	False	ENG0124_000000017310	0.9607920231112604		0	0	False	False	0.9977802634239197	0					non-mobilizable	other	1802.0	99.11200000000001	100.0	0.002117264226581365	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0036_000000026079	1624	0.6685676433084895	2	2	2	2	2	False	47926	fragment	False	FIJ0036_000000026079	1.0		0	0	False	False	0.9956896305084229	0					non-mobilizable	no_good_hit	275.0	79.63600000000001	17.0	0.00021530081610010075	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
CHI0122_000000002747	4860	0.6685631322800953	6	5	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.35610978791538506	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4863.0	99.815	100.0	0.04946133734829449	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0119_01_000000018301	1347	0.6685628926166803	1	1	1	1	1	False	28917	fragment	False	MON0008_000000024980	0.9329497951583602		0	0	False	False	0.998515248298645	0					non-mobilizable	other	1347.0	99.852	100.0	0.011014820088544095	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0090_000000000952	11643	0.6685616882413505	17	5	4	5	5	False	48049	fragment	False	MAD0090_000000000952	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	0.0	7.022070530982845e-06	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	False
DEN0089_000000002121	8090	0.6685601130808729	11	10	10	7	6	False	112184	maximal	False	ENG0180_000000001446	0.9544647197114026		0	0	False	False	1.0	0					non-mobilizable	other	6691.0	99.865	95.0	0.013947902810846423	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0054_000000001988	7300	0.6685595302096163	5	2	2	1	2	False	86364	maximal	True	CHI0054_000000001988	1.0		1	1	False	False	0.9997260570526123	0					non-mobilizable	no_good_hit	3777.0	91.42200000000001	52.0	0.014896483071100981	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
CHI0002_000000000547	13096	0.6685553862342215	14	8	6	7	7	False	91042	maximal	True	CHI0002_000000000547	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2795.0	73.631	21.0	0.0007677906531649094	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CAN0015_000000000514	47080	0.668551598347208	33	12	4	10	5	False	93342	maximal	True	CAN0015_000000000514	1.0		2	1	False	False	0.99997878074646	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0009698972627343918	NZ_FOFI01000008.1	CFB group bacteria	Chryseobacterium halperniae strain DSM 19921, whole genome shotgun sequence	True	False
DEN0079_000000017561	3015	0.6685508680772183	3	3	2	3	2	False	69608	fragment	False	DEN0079_000000017561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2813.0	96.943	93.0	0.005387943422761953	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
DEN0070_000000009060	3636	0.6685495560147826	4	3	3	2	2	False	70626	maximal	True	DEN0070_000000009060	1.0		3	2	False	False	0.9997249841690063	0					non-mobilizable	no_good_hit	3022.0	99.70200000000001	83.0	0.0004737056514448414	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
ISR0263_000000010323	1519	0.668549118301901	3	2	2	2	2	False	62553	fragment	False	ISR0263_000000010323	0.9893810687967236		0	0	False	False	0.9921000599861145	0					non-mobilizable	other	1533.0	96.60799999999999	100.0	0.005914222444571132	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0051_000000010665	3153	0.668541610758645	5	4	3	4	3	False	11276	maximal	True	MON0051_000000010665	1.0		1	1	False	False	0.993973970413208	0					non-mobilizable	no_good_hit	552.0	78.986	17.0	0.0001632302974706532	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0003_000000002481	9816	0.6685393600360202	3	3	3	2	3	True	52227	maximal	True	FIJ0003_000000002481	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5187.0	74.417	52.0	0.006225350876765352	CP013238.1	firmicutes	Clostridium butyricum strain CDC_51208 plasmid pNPD4_2, complete sequence	True	True
MON0097_000000011287	3057	0.6685379219889416	2	2	1	2	2	False	9239	maximal	True	MON0097_000000011287	1.0		2	2	False	False	0.9741576910018921	0					non-mobilizable	no_good_hit	603.0	76.783	20.0	0.6839080459770115	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
ENG0129_000000004499	5734	0.6685336153004752	6	4	3	3	3	False	58565	maximal	True	ENG0129_000000004499	1.0		2	2	False	False	0.9987792372703552	0					non-mobilizable	no_good_hit	3324.0	99.24799999999999	58.0	0.017359460461908966	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
ISR0049_000000015436	1922	0.6685299141265847	4	3	2	2	3	False	78932	fragment	False	ISR0049_000000015436	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1926.0	97.508	100.0	0.0007026980609114612	CP021849.1	firmicutes	Enterococcus faecium strain 16-346 chromosome, complete genome	False	False
CHI0133_000000001428	10971	0.6685246793724464	7	7	7	4	4	False	80820	maximal	True	CHI0133_000000001428	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	3304.0	75.15100000000001	29.0	0.17521044679473344	NZ_JNJN01000053.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00051.51_C, whole genome shotgun sequence	True	False
ISR0208_000000010619	2555	0.668523647686653	5	2	2	2	2	False	28524	maximal	True	ISR0208_000000010619	1.0		30	6	False	False	0.9929549694061279	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	2.1551712809234226e-05	NZ_KB223527.1	firmicutes	Bacillus oryziterrae strain ZYK Scaffold1, whole genome shotgun sequence	True	False
CAN0017_000000019280	1808	0.668517668930962	3	2	1	1	2	False	92421	fragment	False	CAN0017_000000019280	1.0		0	0	False	False	0.9922566413879395	0					non-mobilizable	other	1659.0	98.975	99.0	0.0004956724328697192	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0076_000000034540	1396	0.6685146380337773	2	1	1	1	1	False	12890	maximal	True	MON0076_000000034540	0.9947209653092006		17	3	False	False	0.9992836713790894	0					non-mobilizable	no_good_hit	172.0	76.163	12.0	2.069717743829892e-05	CP040654.1	high GC Gram+	Streptomyces sp. S6 chromosome, complete genome	True	False
ISR0330_000000005167	4636	0.6685143495322019	5	4	4	4	4	True	89290	fragment	False	SPA0134_000000005699	0.8266944988325237		0	0	False	False	0.9997842907905579	0					non-mobilizable	other	4636.0	99.95700000000001	100.0	0.22602038328375676	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
ENG0095_000000005921	4545	0.6685143495322019	5	4	4	4	4	True	89290	fragment	False	SPA0134_000000005699	0.8233832435551242		0	0	False	False	0.9958195686340332	0					non-mobilizable	plasmid	4545.0	99.868	100.0	0.013423453230609254	CP020902.1	enterobacteria	Klebsiella pneumoniae strain K66-45 plasmid pK66-45-1, complete sequence	False	True
FIJ0031_000000005134	4398	0.6685143495322019	4	4	4	4	4	True	89290	fragment	False	SPA0134_000000005699	0.6756519390159947		0	0	False	False	0.9988631010055542	0					non-mobilizable	plasmid	4399.0	99.38600000000001	100.0	0.03664746918262058	CP050364.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_CTX_M_15, complete sequence	False	True
ISR0824_000000011127	2003	0.6685109076855243	3	2	0	1	1	False	118388	fragment	False	CAN0004_000000006625	0.09539708869351524		0	0	False	True	0.9890164732933044	0					non-mobilizable	plasmid	2003.0	100.0	100.0	0.41839080459770117	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
CHI0087_000000004895	1987	0.6685109076855243	3	2	0	1	1	False	118388	fragment	False	CAN0004_000000006625	0.0953297077901816		0	0	False	True	0.9869149327278137	0					non-mobilizable	plasmid	1987.0	99.95	100.0	0.414873616043451	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0391_000000007504	1954	0.6685109076855243	3	2	0	1	1	False	118388	fragment	False	CAN0004_000000006625	0.07219352185632352		0	0	False	True	0.9994882345199585	0					non-mobilizable	plasmid	1954.0	99.539	100.0	0.40815047021943573	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
ISR0018_000000011318	1871	0.6685109076855243	3	2	0	1	1	False	118388	fragment	False	CAN0004_000000006625	0.059661065570335944		0	0	False	True	1.0	0					non-mobilizable	plasmid	1871.0	99.305	100.0	0.39080459770114945	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
CHI0146_000000004406	1725	0.6685109076855243	3	2	0	1	1	False	118388	fragment	False	CAN0004_000000006625	0.023857562800641368		0	0	False	True	0.9994202852249146	0					non-mobilizable	plasmid	1725.0	100.0	100.0	0.36014205138917904	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CHI0084_000000004370	1431	0.6685109076855243	3	2	0	1	1	False	84153	fragment	False	CHI0084_000000004370	1.0		0	0	False	False	0.99790358543396	0					non-mobilizable	plasmid	1430.0	99.86	99.0	0.29851681637768956	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
CAN0006_000000003360	13012	0.6685095985236438	18	7	4	5	6	False	95780	maximal	True	CAN0006_000000003360	1.0		1	1	False	False	0.9970027804374695	0					non-mobilizable	no_good_hit	94.0	85.10600000000001	1.0	0.0004992998947128483	NZ_LT855384.1	firmicutes	Paucisalibacillus globulus strain PG, whole genome shotgun sequence	True	False
ENG0188_000000003722	6940	0.6685058685279517	10	6	3	6	3	True	88914	fragment	False	ENG0188_000000003722	1.0		0	0	False	False	0.9998559355735779	0					non-mobilizable	no_good_hit	1320.0	84.015	29.0	0.10584913271480435	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0160_000000004094	5932	0.6685058685279517	9	6	3	6	3	True	87190	fragment	False	CHI0160_000000004094	0.9619377162629759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	90.546	17.0	0.060508269463493344	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0134_000000005699	5200	0.6685038674920272	6	5	5	4	4	True	89290	fragment	False	SPA0134_000000005699	0.9774696884624683		0	0	False	False	1.0	0					non-mobilizable	plasmid	5200.0	99.55799999999999	100.0	0.11091673244725109	CP035198.1	enterobacteria	Klebsiella pneumoniae strain LH375 plasmid pLH375-2_incR, complete sequence	False	True
MON0047_000000002259	11884	0.6684980065654688	10	6	4	4	6	False	22476	maximal	True	MON0047_000000002259	1.0		1	1	False	False	0.9985694885253906	0					non-mobilizable	no_good_hit	1005.0	78.109	8.0	0.00024158028743468765	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0152_000000008652	2722	0.6684965063208891	4	4	4	3	2	False	104730	maximal	True	ISR0152_000000008652	1.0		4	3	False	False	0.9941219687461853	0					non-mobilizable	no_good_hit	2165.0	99.954	80.0	0.0009352774195332948	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	False
DEN0067_000000025036	1332	0.6684947686910219	1	1	1	1	1	False	70799	fragment	False	DEN0067_000000025036	1.0		0	0	False	False	0.9992492198944092	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.00023862808201066733	NC_047796.1	viruses	Enterococcus phage EFP01, complete genome	True	False
AST0060_000000009706	2936	0.668493857409935	3	3	2	3	2	False	112468	maximal	True	AST0060_000000009706	1.0		0	0	False	False	0.9972752332687378	0					non-mobilizable	no_good_hit	946.0	90.169	32.0	0.0002630878509109137	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0106_000000019422	1421	0.6684928902361198	1	1	1	1	1	False	81429	maximal	True	FIJ0106_000000019422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	93.978	77.0	0.000381326570305605	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0015_000000013960	1501	0.6684912280656069	2	1	1	1	1	False	19419	fragment	False	MAD0015_000000013960	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1403.0	84.319	92.0	0.012525068041827818	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0085_000000007978	1686	0.6684892239607876	2	1	1	1	1	False	68943	maximal	True	SPA0085_000000007978	1.0		2	2	False	False	0.9911032319068909	0					non-mobilizable	no_good_hit	1176.0	99.83	80.0	0.0027180764808890307	NZ_FOZH01000005.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
USA0021_01_000000011588	1549	0.6684892239607876	2	1	1	1	1	False	68942	fragment	False	SPA0087_000000009398	0.9299044965427733		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	99.935	100.0	0.0035809211850350805	NZ_FOZH01000005.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
SPA0087_000000009398	1543	0.6684892239607876	1	1	1	1	1	False	68942	fragment	False	SPA0087_000000009398	0.9733179924059691		0	0	False	False	0.993519127368927	0					non-mobilizable	other	1543.0	99.935	100.0	0.0035670416455582	NZ_FOZH01000005.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
ENG0023_000000011937	1462	0.6684892239607876	1	1	1	1	1	False	68942	fragment	False	SPA0087_000000009398	0.782182209363182		0	0	False	False	0.9938440322875977	0					non-mobilizable	other	1417.0	100.0	100.0	0.003275571316543717	NZ_FOZH01000005.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
DEN0085_000000020973	1340	0.6684892239607876	1	1	1	1	1	False	68942	fragment	False	SPA0087_000000009398	0.5820289105889918		0	0	False	False	0.9880596995353699	0					non-mobilizable	other	1340.0	100.0	100.0	0.0030974505599237552	NZ_FOZH01000005.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
MON0031_000000024567	1302	0.6684892239607876	1	1	1	1	1	False	68942	fragment	False	SPA0087_000000009398	0.3938805970149254		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	99.77	100.0	0.003009546809903514	NZ_FOZH01000005.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
ISR0351_000000002368	4924	0.6684883947879461	4	3	2	3	1	False	24084	fragment	False	ISR0351_000000002368	1.0		0	0	False	False	0.9943135380744934	0					non-mobilizable	no_good_hit	129.0	100.0	3.0	0.0036418470993256893	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
ISR0836_000000001210	12521	0.6684834625088718	9	8	7	7	5	False	100722	fragment	False	ISR0836_000000001210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4444.0	86.206	35.0	0.00796381746550029	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
SPA0003_000000001100	12647	0.6684833054920021	14	7	3	6	1	True	74060	fragment	False	SPA0003_000000001100	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12529.0	83.399	99.0	0.12462078875938049	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0345_000000006249	1902	0.6684817198976041	4	1	1	1	1	False	24212	fragment	False	ISR0345_000000006249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000026832	1124	0.6684813035273858	1	1	1	1	1	True	1685	maximal	True	USA0023_01_000000026832	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	83.82700000000001	88.0	0.0003150521199204157	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0013_000000010336	2425	0.6684788901051729	2	2	1	2	2	True	47917	fragment	False	ISR0013_000000010336	1.0		0	0	False	False	0.9806185364723206	0					non-mobilizable	other	2428.0	92.463	100.0	0.027484119782214156	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0133_000000016237	1502	0.6684761466133473	2	1	1	1	1	False	58250	maximal	True	ENG0133_000000016237	1.0		3	1	False	False	0.9986684322357178	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000011380	2452	0.6684740408268164	6	5	4	3	3	True	70734	maximal	True	DEN0069_000000011380	1.0		1	1	False	False	0.9910277128219604	0					non-mobilizable	no_good_hit	1259.0	73.868	81.0	0.00039641281623768374	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
DEN0021_000000032135	1178	0.6684733274996568	3	2	2	2	1	False	74689	maximal	True	DEN0021_000000032135	1.0		0	0	False	False	0.9745330810546875	0					non-mobilizable	no_good_hit	530.0	94.71700000000001	45.0	0.00215021420848542	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
AST0102_000000013535	2301	0.6684725527246325	4	4	4	3	3	False	118274	maximal	True	AST0102_000000013535	1.0		2	1	False	False	0.9986962080001831	0					non-mobilizable	no_good_hit	621.0	74.87899999999999	27.0	0.00016159392171029077	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0102_000000025794	1197	0.6684714105608818	3	2	0	2	1	False	4888	fragment	False	SPA0102_000000025794	1.0		0	0	False	False	0.9991645812988281	0					non-mobilizable	other	858.0	98.71799999999999	99.0	0.13706965572457966	LT726871.1	other sequences	Shuttle vector pAM1, complete sequence	False	False
SPA0011_000000014412	1169	0.6684694061350489	1	1	1	1	1	False	8023	maximal	True	SPA0011_000000014412	1.0		1	1	False	False	0.9880239367485046	0					non-mobilizable	no_good_hit	936.0	96.68799999999999	80.0	0.00012926729112640943	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ENG0019_000000007154	2782	0.6684682949205898	4	3	2	3	3	False	70127	fragment	False	ENG0019_000000007154	1.0		0	0	False	False	0.9960460066795349	0					non-mobilizable	no_good_hit	745.0	75.436	30.0	0.0002586553380568809	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0269_000000011038	1724	0.6684624607437836	2	2	2	2	2	False	106330	fragment	False	ISR0269_000000011038	1.0		0	0	False	False	0.9802784323692322	0					non-mobilizable	no_good_hit	272.0	82.353	16.0	0.009896983075791023	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
SPA0079_000000003396	6271	0.6684624252568532	12	3	1	3	2	False	66978	fragment	False	SPA0079_000000003396	1.0		0	0	False	False	0.9995216131210327	0					non-mobilizable	no_good_hit	3609.0	96.038	71.0	0.021806138113599827	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
CAN0018_000000005159	6414	0.6684609373529349	8	6	5	4	3	False	92306	fragment	False	ENG0095_000000003959	0.9926776630183444		0	0	False	False	0.9998440742492676	0					non-mobilizable	no_good_hit	1332.0	76.727	20.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ENG0066_000000010563	1901	0.6684603046637734	3	3	3	3	2	False	62767	fragment	False	ENG0066_000000010563	1.0		0	0	False	False	0.9994739890098572	0					non-mobilizable	other	1901.0	99.895	100.0	0.016790830439124403	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0046_000000016881	2014	0.6684578350940049	3	2	2	2	1	False	54442	maximal	True	ISR0046_000000016881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	89.027	64.0	0.0004589670299167447	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0120_000000018066	1898	0.6684394115169415	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.26688735203393643		0	0	False	False	1.0	0					non-mobilizable	chromosome	1898.0	98.63	100.0	0.0006693986034023234	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0011_000000000470	16910	0.6684249686349997	18	5	4	5	4	True	19726	fragment	False	MAD0011_000000000470	1.0		0	0	False	False	0.9992903470993042	0					non-mobilizable	no_good_hit	539.0	89.98100000000001	3.0	0.00014546756330204879	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0279_000000010562	2048	0.6684223932559772	2	2	2	2	1	True	56661	fragment	False	ISR0279_000000010562	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2054.0	95.42399999999999	100.0	0.0006092764886540939	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0770_000000006038	1833	0.6684223932559772	2	2	2	2	1	True	56660	fragment	False	ISR0770_000000006038	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1821.0	96.266	99.0	0.0005399182230173177	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0092_000000030487	1824	0.6684223932559772	3	2	2	2	1	True	56656	fragment	False	MON0092_000000030487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1406.0	99.50200000000001	77.0	0.00042003604836064864	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0395_000000022835	1691	0.6684223932559772	2	2	2	2	1	True	56659	fragment	False	USA0057_01_000000017635	0.6282404853833424		0	0	False	False	0.9917208552360535	0					non-mobilizable	other	1693.0	96.988	100.0	0.000504641174115854	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MAD0028_000000007520	1684	0.6684223932559772	3	2	2	2	1	True	56654	fragment	False	MAD0028_000000007520	1.0		0	0	False	False	0.9982185363769531	0					non-mobilizable	other	1436.0	96.936	100.0	0.00038773324493520067	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0225_000000013435	1575	0.6684223932559772	3	2	2	2	1	True	56663	maximal	True	ISR0225_000000013435	1.0		0	0	False	False	0.9726983904838562	0					non-mobilizable	no_good_hit	1294.0	95.98100000000001	82.0	0.00037394718648224405	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0123_000000023688	1442	0.6684223932559772	3	2	2	2	1	True	56667	fragment	False	FIJ0123_000000023688	1.0		0	0	False	False	0.9889042973518372	0					non-mobilizable	no_good_hit	1182.0	99.57700000000001	82.0	0.0003193256361704826	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0007_01_000000012340	1301	0.6684223932559772	2	2	2	2	1	True	2110	fragment	False	USA0007_01_000000012340	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	99.066	99.0	0.00034717537412607926	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ENG0156_000000015418	1171	0.6684223932559772	2	2	2	2	1	True	56650	fragment	False	USA0052_01_000000012003	0.9266929068279677		0	0	False	False	0.9743808507919312	0					non-mobilizable	other	1171.0	99.061	100.0	0.000349780908599259	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0122_000000014745	1948	0.6684212753028893	4	2	1	2	2	False	126732	fragment	False	USA0145_01_000000008660	0.19150809090578313		0	0	False	True	1.0	0					non-mobilizable	plasmid	1950.0	96.97399999999999	100.0	0.3764251207729469	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
MON0036_000000011282	2005	0.6684209620434031	3	1	1	1	1	False	12180	fragment	False	MON0036_000000011282	1.0		0	0	False	False	0.9985037446022034	0					non-mobilizable	no_good_hit	1008.0	80.06	65.0	0.028091628863655575	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
ISR0060_000000011766	2394	0.6684157390206471	3	2	2	2	1	True	106210	fragment	False	MON0051_000000013857	0.9669177932943924		0	0	False	False	0.9974937438964844	0					non-mobilizable	other	2281.0	99.956	95.0	0.0010348480543494935	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0162_000000017928	2203	0.6684157390206471	3	2	2	2	1	True	106210	fragment	False	MON0051_000000013857	0.7614712872112352		0	0	False	False	1.0	0					non-mobilizable	other	2203.0	99.682	100.0	0.0009994453577533268	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
CHI0114_000000001500	4311	0.6684112899145798	4	4	3	3	3	False	127774	fragment	False	CHI0114_000000001500	1.0		0	0	False	False	0.9972164034843445	0					non-mobilizable	no_good_hit	2173.0	99.816	50.0	0.04151686682475331	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0008_000000003646	2216	0.668406219008986	2	1	1	1	1	False	76142	maximal	True	DEN0008_000000003646	1.0		10	4	False	False	0.9986461997032166	0					non-mobilizable	no_good_hit	256.0	75.781	11.0	0.0001325213072701084	NZ_UHFC01000002.1	firmicutes	Streptococcus constellatus strain NCTC11325, whole genome shotgun sequence	True	False
SPA0033_000000021417	1475	0.6684005481810724	2	2	2	1	1	True	110595	fragment	False	AST0104_000000022335	0.9716859716859717		0	0	False	False	1.0	0					non-mobilizable	other	1475.0	99.525	100.0	0.013670806243681657	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
ENG0207_000000003111	5239	0.6683954469780394	8	7	5	5	6	False	95942	maximal	True	ENG0207_000000003111	1.0		0	0	False	False	0.9996182322502136	0					non-mobilizable	no_good_hit	3688.0	97.641	70.0	0.0010358838483618927	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0045_000000013913	1860	0.6683876530224343	4	4	4	4	1	False	6758	maximal	True	SPA0045_000000013913	1.0		0	0	False	False	0.9639784693717957	0					non-mobilizable	no_good_hit	320.0	99.68799999999999	17.0	9.645330027514891e-05	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0302_000000013707	1240	0.6683839019285863	1	1	1	1	1	False	25528	maximal	True	ISR0302_000000013707	1.0		1	1	False	False	0.9943548440933228	0					non-mobilizable	other	1249.0	83.10600000000001	100.0	0.004460867658529747	NZ_KB894645.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00003.3, whole genome shotgun sequence	False	False
MON0036_000000012568	1833	0.6683693455549063	2	2	2	2	2	False	47449	fragment	False	MON0016_000000017095	0.9534192269573836		0	0	False	False	0.9994544386863708	0					non-mobilizable	chromosome	1830.0	93.661	99.0	0.0007303295187691492	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
FIJ0034_000000008198	3494	0.6683656990348913	3	3	3	3	3	False	48165	maximal	True	FIJ0034_000000008198	1.0		7	3	False	False	0.9991413950920105	0					non-mobilizable	no_good_hit	1838.0	99.837	54.0	0.02751400413384058	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	True	False
DEN0093_000000011589	2797	0.6683636197666121	4	4	4	4	4	False	124463	fragment	False	FIJ0007_000000005689	0.958701690086635		0	0	False	False	1.0	0					non-mobilizable	other	2797.0	99.535	100.0	0.006146927856099407	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0179_000000010382	2313	0.6683614535073851	5	5	5	4	2	False	108571	fragment	False	SPA0055_000000012878	0.9465248128369922		0	0	False	False	0.9995676875114441	0					non-mobilizable	other	2314.0	95.16	100.0	0.0046901403593475185	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MAD0037_000000003158	4093	0.6683557044696149	6	5	1	4	5	False	18656	fragment	False	MAD0056_000000002813	0.9852092352092352		0	0	False	False	0.9965795278549194	0					non-mobilizable	plasmid	3955.0	97.09200000000001	100.0	0.033507275889864664	MT468575.1	enterobacteria	Enterobacter roggenkampii strain YK16 mcr-10-harboring plasmid pYK16-mcr-10, complete sequence	False	True
DEN0096_000000021297	2103	0.668354466072855	3	2	2	2	1	True	68175	maximal	True	DEN0096_000000021297	1.0		1	1	False	False	0.9995244741439819	0					non-mobilizable	no_good_hit	1253.0	92.179	60.0	0.00187775441687053	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0074_000000002355	1907	0.6683519415688394	2	2	2	2	2	False	23758	fragment	False	ISR0361_000000006928	0.9777151639344261		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0152_000000001761	4015	0.6683479682595134	2	2	2	2	2	True	79392	fragment	False	CHI0152_000000001761	1.0		0	0	False	False	0.9940224289894104	0					non-mobilizable	no_good_hit								True	True
CHI0170_000000003477	2861	0.6683479349607621	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9739857365996718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	77.025	21.0	0.00584912463442971	NZ_WAJS01000004.1	actinobacteria	Adlercreutzia muris strain DSM 29508 DSM29508T_contig_004, whole genome shotgun sequence	True	False
ISR0277_000000008759	1140	0.6683439536074974	2	1	1	1	1	False	26288	fragment	False	ISR0277_000000008759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000001638	13318	0.6683399972924398	13	12	4	6	6	True	83904	fragment	False	SPA0142_000000001638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	0.0	1.0761387924897709e-05	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
ISR0816_000000029531	1249	0.6683389090046257	2	1	1	1	1	False	120637	fragment	False	ISR0039_000000028021	0.6421441223181846		0	0	False	False	0.989591658115387	0					non-mobilizable	chromosome	1249.0	91.353	100.0	0.000513957148822717	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0052_000000007542	2142	0.6683322670328448	3	3	3	3	3	False	86490	maximal	False	ENG0190_000000013679	0.9699231117141565		0	0	False	False	0.9831932783126831	0					non-mobilizable	no_good_hit	61.0	91.803	3.0	1.9137736522488275e-05	CP044463.1	g-proteobacteria	Acinetobacter schindleri strain HZE23-1 chromosome, complete genome	True	False
ISR0052_000000000960	22218	0.6683221788012527	23	16	8	13	10	True	122915	fragment	False	ENG0091_000000000712	0.7893401735242475		0	0	False	False	1.0	0					non-mobilizable	other	22222.0	98.07799999999999	99.0	0.12949891880234773	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0029_000000001662	20522	0.6683221788012527	24	16	8	13	10	True	122915	fragment	False	ENG0091_000000000712	0.3224483819007175		0	0	False	False	1.0	0					non-mobilizable	other	20112.0	98.041	100.0	0.11720065979285302	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
USA0061_01_000000001259	10449	0.6683170204151462	14	13	12	11	10	False	101278	maximal	True	USA0061_01_000000001259	1.0		2	2	False	False	0.9985644817352295	0					non-mobilizable	no_good_hit	8389.0	99.905	80.0	0.003417168798034201	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
MAD0046_000000010471	2420	0.6683125494109982	4	4	2	2	3	False	17756	fragment	False	MAD0046_000000010471	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	other	2420.0	98.63600000000001	100.0	0.01955772683889545	LM995853.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-13_contig-10.1_2966_126599_[organism:Escherichia	False	True
SPA0093_000000030529	1220	0.6683104969223747	1	1	1	1	1	False	73011	fragment	False	ENG0036_000000021120	0.9706286896893068		0	0	False	False	0.9967213273048401	0					non-mobilizable	no_good_hit	100.0	99.0	8.0	3.364009246608042e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0013_000000022860	1241	0.6683077325297615	1	1	1	1	1	False	7968	fragment	False	SPA0013_000000022860	1.0		0	0	False	False	0.9879129528999329	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000013836	2227	0.6683062502153748	3	3	3	2	1	False	24931	fragment	False	ISR0324_000000013836	1.0		0	0	False	False	0.9932644963264465	0					non-mobilizable	no_good_hit	1150.0	84.522	51.0	0.005750946740794457	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
SPA0093_000000009836	4104	0.6683022675274563	4	3	2	3	2	False	122846	fragment	False	ENG0179_000000007587	0.9557831077588234		0	0	False	False	0.9951267242431641	0					non-mobilizable	no_good_hit	462.0	71.861	11.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
MON0002_000000010097	2444	0.6683005302448977	2	2	2	1	2	False	14335	fragment	False	MON0026_000000015704	0.9562788906009245		0	0	False	False	0.9832242131233215	0					non-mobilizable	no_good_hit	792.0	75.631	32.0	0.0012883624017333123	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0072_000000010936	2566	0.6682985019724115	3	3	3	3	3	False	101962	fragment	False	ISR0072_000000010936	1.0		0	0	False	False	0.9953234791755676	0					non-mobilizable	no_good_hit	753.0	77.822	29.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
MON0058_000000014618	3113	0.6682977464390655	4	4	4	4	4	True	49113	maximal	False	ISR0277_000000002750	0.9546319796954315		0	0	False	False	1.0	0					non-mobilizable	other	3063.0	99.51	98.0	0.006964203267398567	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
ISR0847_000000018477	1582	0.6682975933557984	3	2	2	1	1	False	20634	maximal	True	ISR0847_000000018477	1.0		14	4	False	False	0.9785082340240479	0					non-mobilizable	no_good_hit	92.0	79.348	6.0	1.672716016568344e-05	CP061719.1	enterobacteria	Raoultella ornithinolytica strain LL1 chromosome, complete genome	True	False
USA0021_01_000000001166	14998	0.6682974503999566	13	10	8	10	10	False	97188	fragment	False	USA0021_01_000000001166	0.9983425319868143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4518.0	73.683	31.0	0.0009042911192074561	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0213_000000001214	14982	0.6682974503999566	13	10	8	10	10	False	97188	fragment	False	USA0021_01_000000001166	0.9970827382541613		0	0	False	False	0.9991990327835083	0					non-mobilizable	no_good_hit	4518.0	73.683	31.0	0.0009042911192074561	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
SPA0024_000000000979	14958	0.6682974503999566	13	10	8	10	10	False	97188	fragment	False	USA0021_01_000000001166	0.9973909208364209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4518.0	73.683	31.0	0.0009042911192074561	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
SPA0042_000000001553	14402	0.6682974503999566	13	10	8	10	10	False	97188	fragment	False	USA0021_01_000000001166	0.9760850155476527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4518.0	73.683	33.0	0.0009042911192074561	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
SPA0013_000000001305	14163	0.6682974503999566	13	10	8	10	10	False	97188	fragment	False	USA0021_01_000000001166	0.963260323553415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4518.0	73.683	33.0	0.0009042911192074561	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
DEN0063_000000004535	7867	0.6682941952138806	8	3	2	3	2	False	71589	maximal	True	DEN0063_000000004535	1.0		3	2	False	False	0.9900851845741272	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.00016011263095418846	NZ_KB905475.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.4, whole genome shotgun sequence	True	False
USA0003_01_000000003769	9861	0.6682882341566956	15	6	3	4	4	False	24497	maximal	True	USA0003_01_000000003769	1.0		1	1	False	False	0.9995943903923035	0					non-mobilizable	no_good_hit	1922.0	88.60600000000001	54.0	0.03397370006734484	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0202_000000000677	13194	0.6682809774105323	19	13	5	10	11	False	28718	fragment	False	ISR0202_000000000677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	97.11200000000001	35.0	0.0001674661908596953	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0103_000000021735	1392	0.6682737019155809	2	2	2	2	2	True	57124	fragment	False	ISR0103_000000021735	1.0		0	0	False	False	0.9956896305084229	0					non-mobilizable	no_good_hit	846.0	88.652	61.0	0.014377214499863723	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
USA0019_01_000000009888	3016	0.6682715238487945	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.3475330586150476		0	0	False	False	0.9986737370491028	0					non-mobilizable	chromosome	3025.0	87.96700000000001	99.0	0.0006678761582677327	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0167_000000014569	1514	0.668269444597881	3	2	2	1	1	False	78137	fragment	False	CHI0167_000000014569	0.867211494430313		0	0	False	False	0.9848084449768066	0					non-mobilizable	other	1514.0	99.538	100.0	0.0030004124823505146	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0239_000000007748	1939	0.6682664585998499	3	3	3	3	3	False	68045	fragment	False	ISR0239_000000007748	1.0		0	0	False	False	0.9989685416221619	0					non-mobilizable	no_good_hit	1340.0	88.28399999999999	83.0	0.01196998997278327	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0046_000000009818	3053	0.6682641984804392	4	3	3	3	2	False	112456	fragment	False	ISR0046_000000009818	0.977250083028894		0	0	False	False	1.0	0					non-mobilizable	other	3053.0	98.821	100.0	0.009671694764862467	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0007_000000010746	1530	0.6682531127275693	4	2	2	2	2	False	38438	maximal	True	ISR0007_000000010746	1.0		4	2	False	False	0.9869281053543091	0					non-mobilizable	no_good_hit	1093.0	98.079	71.0	0.09745649263721552	NZ_CABKPS010000059.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0094_000000005974	2494	0.6682494425718999	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.13988606966663183		0	0	False	False	1.0	0					non-mobilizable	other	2515.0	97.81299999999999	100.0	0.0006067261164943104	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MAD0004_000000001141	6702	0.6682492264342201	17	8	2	7	1	True	20044	maximal	True	MAD0004_000000001141	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	92.64299999999999	62.0	0.027168326657923653	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0066_000000013784	2340	0.6682465832254838	2	2	2	2	2	False	45334	maximal	True	FIJ0066_000000013784	1.0		6	2	False	False	0.9965811967849731	0					non-mobilizable	no_good_hit	1975.0	88.304	84.0	0.0008346106757924233	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
AST0024_000000003762	7639	0.6682446709476663	10	9	6	7	6	False	121818	maximal	True	AST0024_000000003762	1.0		9	6	False	False	0.9990836381912231	0					non-mobilizable	no_good_hit	756.0	70.10600000000001	10.0	0.00041700471470636625	NZ_LT574838.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
ISR0342_000000003472	5287	0.6682380706977686	6	3	1	3	2	False	114834	maximal	True	ISR0342_000000003472	0.9990539017266569		53	3	False	False	0.999243438243866	0					non-mobilizable	no_good_hit	1419.0	97.25200000000001	56.0	0.1712974148345011	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0265_000000002856	5286	0.6682380706977686	6	3	1	3	2	False	114834	maximal	False	ISR0342_000000003472	0.9989277578704988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1405.0	97.22399999999999	56.0	0.16960618506885722	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
SPA0045_000000005208	5269	0.6682380706977686	6	3	1	3	2	False	114834	maximal	False	ISR0342_000000003472	0.9976039597503119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1398.0	97.353	56.0	0.16876057018603527	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0152_000000008194	2886	0.6682380706977686	6	3	1	3	2	False	114817	fragment	False	SPA0009_000000011363	0.9576243980738363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	87.669	50.0	0.1327615366030442	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0106_000000017532	1524	0.6682360958417363	2	2	2	2	1	True	32887	fragment	False	ISR0106_000000017532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0155_000000007931	2383	0.6682359874799475	4	2	2	2	2	False	3201	fragment	False	SPA0155_000000007931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	92.91799999999999	72.0	0.0003281122751826171	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MAD0044_000000001489	12925	0.6682347388223393	16	9	6	9	5	False	17994	maximal	True	MAD0044_000000001489	0.999957184449392		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	95.963	13.0	0.00040007242368602963	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0051_000000043872	1127	0.6682339952707772	2	2	2	2	0	True	72385	maximal	True	DEN0051_000000043872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	95.626	87.0	0.0002974543421215643	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
AST0148_000000030061	1118	0.6682287543874227	1	1	1	1	1	False	104569	fragment	False	AST0148_000000030061	0.9937106918238994		0	0	False	False	0.9964221715927124	0					non-mobilizable	other	1118.0	99.195	100.0	0.006727213596559907	NZ_NFIG01000007.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_7, whole genome shotgun sequence	False	False
SPA0037_000000019098	1295	0.6682273927882157	2	2	1	2	1	False	19539	fragment	False	SPA0037_000000019098	0.9706109822119102		0	0	False	False	0.9992278218269348	0					non-mobilizable	other	1295.0	98.301	100.0	0.0003496088463746266	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0141_000000005601	6369	0.6682271338122862	9	5	5	2	1	True	108899	fragment	False	ISR0079_000000004189	0.9470086726444216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2978.0	99.866	75.0	0.001177433306135428	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MON0035_000000012027	2341	0.6682168052403546	2	2	2	2	2	False	47045	fragment	False	MON0035_000000012027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	83.61	43.0	0.07577777777777778	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
MON0047_000000016921	2323	0.6682168052403546	2	2	2	2	2	False	47045	fragment	False	MON0035_000000012027	0.9961554891072191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	83.61	44.0	0.07577777777777778	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
CAN0021_000000019078	2272	0.6682162088021144	2	2	1	2	1	False	91573	fragment	False	CAN0021_000000019078	0.980327868852459		0	0	False	False	0.9920774698257446	0					non-mobilizable	no_good_hit	120.0	94.167	5.0	2.917617037510503e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0158_000000008868	2135	0.6682162088021144	2	2	1	2	1	False	91573	fragment	False	CAN0021_000000019078	0.9513644366197183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000009919	1962	0.6682162088021144	2	2	1	2	1	False	34423	fragment	False	ISR0078_000000009919	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	94.262	6.0	2.966652617972864e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0244_000000014603	1754	0.6682162088021144	2	2	1	2	1	False	27181	fragment	False	ISR0244_000000014603	0.9981132075471698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0105_000000039716	1376	0.6682153987592426	1	1	1	1	1	False	8698	fragment	False	SPA0096_000000029028	0.969842357779301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	80.417	87.0	0.0009038939813024366	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
MON0082_000000027921	1297	0.6682153987592426	1	1	1	1	1	False	9907	fragment	False	MON0082_000000027921	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	92.113	100.0	0.0005264342610678265	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MON0095_000000024710	1291	0.6682153987592426	1	1	1	1	1	False	9301	fragment	False	MON0095_000000024710	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1291.0	98.993	100.0	0.00043834059880044186	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0041_000000005317	2537	0.6682035805398511	3	1	1	1	1	True	42751	fragment	False	ISR0041_000000005317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0020_000000017724	1858	0.6681980398019292	3	3	3	2	2	False	7720	maximal	True	SPA0020_000000017724	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	99.56200000000001	71.0	0.0002998653236441177	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0015_000000020953	1288	0.6681954728053413	2	2	2	2	1	False	37956	maximal	True	ISR0015_000000020953	1.0		4	4	False	False	0.9945651888847351	0					non-mobilizable	no_good_hit	1082.0	98.336	84.0	0.0003009360754428089	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0044_000000008099	3210	0.6681909471952863	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7126384132843796		0	0	False	False	0.9987539052963257	0					non-mobilizable	chromosome	3015.0	87.861	96.0	0.000664982992637116	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0005_000000010658	3114	0.6681909471952863	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.6119925762716092		0	0	False	False	1.0	0					non-mobilizable	chromosome	3152.0	87.24600000000001	100.0	0.0006956950585621234	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0185_000000000961	18831	0.6681899191829829	22	15	10	12	13	True	89959	fragment	False	ISR0185_000000000961	1.0		0	0	False	False	0.9998406767845154	0					non-mobilizable	other	18831.0	99.95200000000001	100.0	0.41162190534511417	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0044_000000005118	2763	0.6681842312065804	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.4167202561773258		0	0	False	False	0.9949330687522888	0					non-mobilizable	other	2555.0	86.61399999999999	96.0	0.0006105875396700896	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CHI0154_000000029708	1146	0.6681798450782352	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17153356005007836		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	98.34200000000001	100.0	0.0003854002962701666	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0132_000000003852	4919	0.6681798143415798	6	6	5	6	3	False	113461	maximal	True	ENG0132_000000003852	1.0		7	4	False	False	0.9991868138313293	0					non-mobilizable	no_good_hit	340.0	73.235	7.0	6.905175304098097e-05	CP030158.1	CFB group bacteria	Rhodothermaceae bacterium strain MEBiC09517 chromosome, complete genome	True	False
MON0078_000000030004	1552	0.668175406085306	3	2	1	1	2	False	10150	fragment	False	MON0078_000000030004	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	94.62200000000001	100.0	0.018155596133939682	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	False	False
SPA0006_000000003092	9086	0.6681667818694188	8	8	8	8	8	False	128759	maximal	True	SPA0006_000000003092	1.0		56	5	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.959	77.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0052_000000001792	7500	0.6681656081054553	9	8	4	4	8	True	86533	fragment	False	CHI0052_000000001792	1.0		0	0	False	False	0.9998666644096375	0			MPF_T		non-mobilizable	plasmid	7501.0	99.72	100.0	0.20552525557047716	CP000935.1	firmicutes	Lactobacillus paracasei strain Zhang plasmid plca36, complete sequence	False	True
ENG0182_000000007233	3846	0.6681626505241549	4	4	3	4	3	False	126977	fragment	False	ISR0219_000000008631	0.8947738457644517		0	0	False	False	0.9963598251342773	0					non-mobilizable	other	3526.0	96.625	92.0	0.05025355331762017	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0141_000000007553	3628	0.6681626505241549	4	4	3	4	3	False	126977	fragment	False	ISR0219_000000008631	0.9005416139225892		0	0	False	False	1.0	0					non-mobilizable	other	3414.0	96.807	94.0	0.04869652167702307	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
MON0087_000000000177	48717	0.6681481616316393	71	27	19	21	15	True	21889	maximal	True	MON0087_000000000177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9954.0	92.57600000000001	55.0	0.016449864273677395	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0069_000000012646	2200	0.6681464201796645	3	3	3	3	3	False	70728	maximal	True	DEN0069_000000012646	1.0		32	8	False	False	0.9936363697052002	0					non-mobilizable	no_good_hit	462.0	71.645	21.0	0.007176311820274669	NZ_FNID01000020.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
MON0051_000000014245	2423	0.6681460463845368	3	3	3	3	3	False	110216	fragment	False	MON0082_000000011921	0.9513577496982455		0	0	False	False	1.0	0					non-mobilizable	chromosome	1529.0	80.77199999999999	93.0	0.0005374243927157293	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0258_000000002637	5459	0.668140800933543	7	4	4	4	2	False	37048	maximal	True	ISR0258_000000002637	1.0		131	11	False	False	0.9998168349266052	0					non-mobilizable	other	5459.0	97.838	100.0	0.03045707940157252	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0029_000000004491	7748	0.6681386068936193	8	4	4	3	3	False	48899	maximal	True	FIJ0029_000000004491	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	85.281	5.0	5.9486828735819525e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0320_000000013296	1892	0.6681377750697439	4	1	1	1	1	False	107789	maximal	True	ISR0320_000000013296	1.0		4	2	False	False	0.9926004409790039	0					non-mobilizable	no_good_hit	625.0	93.92	33.0	0.002885164863245044	NZ_BBAB01000001.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
AST0104_000000020643	1676	0.6681377750697439	4	1	1	1	1	False	107788	fragment	False	AST0104_000000020643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	96.117	37.0	0.0023710432974794696	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
ISR0858_000000006544	1589	0.6681373307712378	2	2	2	2	1	True	38465	maximal	True	ISR0858_000000006544	1.0		9	4	False	False	0.9968533515930176	0					non-mobilizable	no_good_hit	63.0	85.714	4.0	0.00022333248082762695	NZ_AUBC01000007.1	a-proteobacteria	Salinarimonas rosea DSM 21201 G407DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	True
FIJ0108_000000005684	3848	0.6681297948456263	5	5	5	5	2	False	50000	maximal	True	FIJ0108_000000005684	1.0		11	1	False	False	0.9937629699707031	0					non-mobilizable	no_good_hit	714.0	76.751	54.0	0.006271314052880996	NZ_AUDP01000013.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
USA0032_01_000000010934	2100	0.6681255149076812	2	2	1	1	2	False	1498	maximal	True	USA0032_01_000000010934	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1965.0	93.537	94.0	0.0005516657608069439	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0139_000000001312	13474	0.6681117055408773	18	8	1	7	2	False	31324	maximal	True	ISR0139_000000001312	1.0		1	1	False	False	0.9980703592300415	0					non-mobilizable	no_good_hit								True	False
ISR0138_000000013766	2126	0.6681043934880504	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.11107972015531922		0	0	False	False	0.9967074394226074	0					non-mobilizable	other	2128.0	90.836	100.0	0.008891066634838072	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0170_000000007740	5733	0.6681034934211627	8	4	3	3	1	True	30067	maximal	True	ISR0170_000000007740	1.0		0	0	False	False	0.9947671294212341	0					non-mobilizable	no_good_hit	828.0	100.0	15.0	0.006905304643337258	MK312245.1	enterobacteria	Klebsiella pneumoniae strain K204 plasmid pK204_KPC, complete sequence	True	True
ISR0821_000000026269	1260	0.6681026173162253	2	2	2	2	2	False	21209	maximal	True	ISR0821_000000026269	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	79.104	10.0	0.0019018360032184917	NZ_CYXX01000020.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0013_000000004400	5203	0.6681008443767856	7	4	3	4	3	True	72499	maximal	True	ISR0013_000000004400	1.0		2	1	False	False	0.9998077750205994	0					non-mobilizable	no_good_hit	288.0	75.0	5.0	0.00011862868592531423	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0066_000000008507	1529	0.6680903604701633	1	1	1	1	1	False	6069	maximal	True	SPA0066_000000008507	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1529.0	100.0	100.0	0.00030893133010505486	CP041304.1	enterobacteria	Escherichia coli strain MSHS 133 chromosome, complete genome	False	False
ISR0352_000000003396	2531	0.6680885903970929	4	1	1	1	1	False	24060	fragment	False	ISR0352_000000003396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0050_000000014174	1923	0.6680885903970929	1	1	1	1	1	False	106067	fragment	False	ISR0050_000000014174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0116_000000022067	1220	0.6680885903970929	1	1	1	1	1	False	106066	fragment	False	AST0116_000000022067	1.0		0	0	False	False	0.9877049326896667	0					non-mobilizable	no_good_hit								True	False
FIJ0135_000000024732	1146	0.6680875188633469	2	2	2	2	1	False	40562	maximal	False	MON0053_000000034224	0.946236559139785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	76.415	37.0	0.00409157330735509	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
ISR0371_000000016820	1275	0.6680852109424146	3	1	1	1	1	False	23469	maximal	True	ISR0371_000000016820	1.0		2	1	False	False	0.9976470470428467	0					non-mobilizable	no_good_hit	865.0	99.306	68.0	0.00021183370759740122	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0071_000000007695	2709	0.6680826047846888	4	4	4	2	2	False	66066	maximal	True	ENG0071_000000007695	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	97.96	60.0	0.00045605744123853584	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0070_000000011487	2174	0.66807961387389	3	3	2	1	2	False	62409	fragment	False	ENG0070_000000011487	1.0		0	0	False	False	0.9963201284408569	0					non-mobilizable	no_good_hit	506.0	71.73899999999999	23.0	0.0003070486629315196	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ENG0176_000000005115	1738	0.6680790442651404	2	1	1	1	1	False	62738	fragment	False	ENG0176_000000005115	1.0		0	0	False	False	0.9982738494873047	0					non-mobilizable	no_good_hit	1406.0	97.72399999999999	81.0	0.0005853405723922557	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	False
CAN0018_000000019045	1797	0.6680760984885219	2	2	1	2	1	False	92197	maximal	False	SPA0128_000000019939	0.966702470461869		0	0	False	False	0.9966611266136169	0					non-mobilizable	no_good_hit	144.0	77.778	8.0	0.000758429516794941	NZ_FNAR01000004.1	firmicutes	Bhargavaea beijingensis strain CGMCC 1.6762, whole genome shotgun sequence	True	False
ENG0033_000000003390	7545	0.6680741895053176	12	10	5	7	8	False	65537	maximal	True	ENG0033_000000003390	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3661.0	99.809	80.0	0.0010285770170929266	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0395_000000007105	5392	0.6680629002057294	5	4	1	4	0	False	92666	fragment	False	ENG0083_000000004125	0.9190904875234958		0	0	False	False	0.9957343935966492	0					non-mobilizable	no_good_hit	251.0	83.26700000000001	5.0	6.99083445676043e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0045_000000011387	2342	0.6680625794470659	4	2	2	2	2	False	61894	maximal	True	SPA0045_000000011387	1.0		362	11	False	False	1.0	0					non-mobilizable	other	2342.0	98.42	100.0	0.0009815567128877432	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	False
ISR0836_000000015275	1328	0.6680614014540005	2	1	1	1	1	False	104658	fragment	False	ENG0062_000000018411	0.9463831752120055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0110_000000014239	1271	0.6680602224839703	1	1	1	1	1	False	4600	maximal	True	SPA0110_000000014239	1.0		4	1	False	False	1.0	0					non-mobilizable	other	1271.0	99.52799999999999	100.0	0.0012129477878506565	NZ_CABIYM010000001.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	False	False
MON0038_000000028622	1228	0.6680602224839703	1	1	1	1	1	False	11976	fragment	False	MON0041_000000055183	0.9507486209613869		0	0	False	False	0.9991856813430786	0					non-mobilizable	other	1249.0	73.419	99.0	0.007273548410099774	NZ_FRDH01000009.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	False	False
USA0051_01_000000001715	13085	0.6680589110254855	23	6	1	6	2	True	3165	maximal	True	USA0051_01_000000001715	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	647.0	78.053	5.0	0.00398339734853178	NZ_QSCB01000006.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf6, whole genome shotgun sequence	True	True
ISR0128_000000015513	2286	0.6680571552183736	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.15503029797988085		0	0	False	False	0.9916885495185852	0					non-mobilizable	no_good_hit	456.0	76.096	20.0	0.019896962160241605	NZ_PPEL01000052.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_052, whole genome shotgun sequence	True	False
ETH0005_000000015069	3184	0.6680567215780635	6	5	5	3	2	False	83727	maximal	True	ETH0005_000000015069	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	96.634	57.0	0.005631960229595591	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
ENG0152_000000004108	5401	0.6680542139890665	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.7980173551314849		0	0	False	False	0.9955563545227051	0					non-mobilizable	chromosome	5263.0	96.04799999999999	100.0	0.0022758914630873297	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0390_000000013893	1156	0.6680532562609862	2	2	2	2	1	False	22861	maximal	True	ISR0390_000000013893	1.0		30	8	False	False	0.9991349577903748	0					non-mobilizable	chromosome	1119.0	84.62899999999999	96.0	0.00037530247191374305	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0193_000000008574	3181	0.6680456902542382	4	3	3	3	1	False	119263	fragment	False	ISR0293_000000011332	0.48197425949674766		0	0	False	False	0.9889971613883972	0					non-mobilizable	other	3181.0	99.18299999999999	100.0	0.02267038444807348	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
MON0076_000000004462	8152	0.6680408998646289	15	2	1	2	2	True	12213	maximal	True	MON0076_000000004462	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	1.0	0.0002401955474339109	LN592971.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001951	True	True
ISR0228_000000022848	1203	0.6680350489547857	2	2	2	2	1	True	112272	fragment	False	ISR0388_000000023396	0.3931983805668017		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	99.583	99.0	0.0002939683048718565	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MAD0094_000000001807	6557	0.668033827212621	6	4	2	4	2	True	97808	fragment	False	MAD0094_000000001807	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5869.0	99.574	91.0	0.29187602606835483	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	False	True
ISR0236_000000004539	2341	0.6680286208602754	3	3	2	2	3	False	113059	maximal	True	ISR0236_000000004539	1.0		8	4	False	False	1.0	0					non-mobilizable	other	1241.0	93.715	95.0	0.0004144983500291486	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
SPA0106_000000032307	1165	0.6680255323779262	2	2	2	2	1	False	4728	fragment	False	SPA0106_000000032307	0.9612676056338028		0	0	False	False	0.995708167552948	0					non-mobilizable	no_good_hit	843.0	74.733	71.0	0.004680797948392075	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0048_000000002901	9090	0.6680161510508285	11	9	8	7	9	False	46820	maximal	True	FIJ0048_000000002901	1.0		3	2	False	False	0.9998899698257446	0					non-mobilizable	no_good_hit	5099.0	94.72399999999999	66.0	0.0027220596614642464	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ENG0022_000000006969	2368	0.6680137376931108	2	2	2	2	2	False	66314	maximal	True	ENG0022_000000006969	1.0		0	0	False	False	0.9983108043670654	0					non-mobilizable	no_good_hit	664.0	97.59	28.0	0.004690205205347259	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0203_000000002999	6088	0.6680129734307608	6	6	6	6	5	False	130063	maximal	False	ISR0014_000000005206	0.9374879338555548		0	0	False	False	1.0	0					non-mobilizable	chromosome	6088.0	99.885	100.0	0.00204851196777313	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0184_000000002481	5802	0.6680129734307608	6	6	6	6	5	False	130063	maximal	False	ISR0014_000000005206	0.7905558854206814		0	0	False	False	0.9998276233673096	0					non-mobilizable	chromosome	5802.0	99.79299999999999	100.0	0.0019525826363871062	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0038_000000014741	2349	0.6680039098691337	4	3	3	3	2	False	47654	fragment	False	FIJ0038_000000014741	1.0		0	0	False	False	0.9863771796226501	0					non-mobilizable	no_good_hit	750.0	76.267	32.0	0.0002490796674584483	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0821_000000015175	2016	0.6680024790397245	2	2	2	2	2	False	21233	fragment	False	ISR0821_000000015175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	80.14399999999999	27.0	0.00019884842406262234	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
CHI0113_000000003267	2306	0.6680011356051684	3	3	3	3	2	True	82355	maximal	True	CHI0113_000000003267	1.0		0	0	False	False	0.9822202920913696	0					non-mobilizable	no_good_hit	1485.0	99.865	64.0	0.032455603184323334	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
CAN0012_000000013475	3842	0.6679989609306047	5	3	3	3	2	False	126905	maximal	True	CAN0012_000000013475	1.0	PS979	15	6	False	True	0.9940135478973389	0					non-mobilizable	no_good_hit	1486.0	81.292	49.0	0.00024174472118256138	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
MON0034_000000022853	1287	0.6679971996544906	2	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.17189204180294268		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	81.464	99.0	0.00044655773396562036	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0019_000000051942	1287	0.6679971996544906	2	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.1649030458232338		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	81.308	99.0	0.00044655773396562036	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
SPA0124_000000020793	1414	0.6679801718826787	3	3	3	2	2	False	47441	fragment	False	SPA0124_000000020793	0.974588403722262		0	0	False	False	0.987270176410675	0					non-mobilizable	chromosome	1409.0	100.0	99.0	0.00026570955869378843	LR134280.1	enterobacteria	Klebsiella pneumoniae strain NCTC9793 genome assembly, chromosome: 5	False	False
SPA0028_000000026554	1263	0.6679703412815932	2	2	2	2	1	False	24305	maximal	False	ISR0343_000000013928	0.9510591672753835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	74.44	42.0	0.004321808510638298	NZ_FQXK01000015.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ISR0177_000000007310	3553	0.6679594596966992	5	5	4	5	4	False	104476	maximal	True	ISR0177_000000007310	1.0		22	6	False	False	0.9994370937347412	0					non-mobilizable	other	3553.0	99.55	100.0	0.002056275489971894	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
DEN0076_000000005377	1531	0.6679539257305476	3	2	2	2	2	False	98798	fragment	False	DEN0076_000000005377	1.0		0	0	False	False	0.9797518253326416	0					non-mobilizable	other	1495.0	95.585	98.0	0.21905740713551608	NZ_CABIWU010000096.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0046_000000004181	5683	0.6679526154702364	2	1	1	1	1	False	100942	fragment	False	ISR0046_000000004181	1.0		0	0	False	False	0.9992961287498474	0					non-mobilizable	other	5697.0	88.32700000000001	100.0	0.018294194337587923	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0184_000000003653	3657	0.6679497880355336	4	4	4	3	3	False	41353	fragment	False	ISR0184_000000003653	1.0		0	0	False	False	0.9904293417930603	0					non-mobilizable	chromosome	3490.0	99.971	95.0	0.0007417266861526707	CP048604.1	enterobacteria	Escherichia coli strain PapRG-06-3 chromosome, complete genome	False	False
ENG0057_000000020514	1318	0.6679427942593376	2	2	2	1	1	False	63503	maximal	True	ENG0057_000000020514	1.0		39	8	False	False	0.9977238178253174	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000028855	1606	0.6679225842226687	3	3	3	3	2	False	75629	maximal	True	DEN0011_000000028855	1.0		148	12	False	False	0.993773341178894	0					non-mobilizable	no_good_hit	543.0	77.532	33.0	0.019263191878609608	NZ_FUWW01000020.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ENG0198_000000005621	3322	0.6679132904919283	5	3	3	2	1	False	54353	maximal	True	ENG0198_000000005621	1.0		15	5	False	False	0.9978928565979004	0					non-mobilizable	no_good_hit	259.0	88.031	8.0	0.21285475792988315	HG796672.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI02009	True	False
SPA0001_000000019446	1727	0.6679105755929131	2	2	2	2	2	False	104575	fragment	False	SPA0001_000000019446	1.0		0	0	False	False	0.98552405834198	0					non-mobilizable	other	1709.0	97.95200000000001	99.0	0.010286554004408524	NZ_NFIG01000007.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_7, whole genome shotgun sequence	False	False
ISR0846_000000004767	2130	0.667907273586704	3	2	2	2	1	True	20666	maximal	True	ISR0846_000000004767	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	0.0005351600128438403	NZ_FQZU01000028.1	d-proteobacteria	Desulfatibacillum alkenivorans DSM 16219, whole genome shotgun sequence	True	True
USA0034_01_000000038423	1343	0.667907273586704	2	2	2	2	1	True	1455	fragment	False	USA0034_01_000000038423	1.0		0	0	False	False	0.9992554187774658	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	0.0005351600128438403	NZ_FQZU01000028.1	d-proteobacteria	Desulfatibacillum alkenivorans DSM 16219, whole genome shotgun sequence	True	True
SPA0115_000000011461	2335	0.6679069410767987	3	2	1	1	2	True	4398	fragment	False	SPA0115_000000011461	1.0		0	0	False	False	0.9931477308273315	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	0.0012335650028582603	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
FIJ0021_000000012603	3976	0.6678982492760457	3	3	2	2	3	False	49668	maximal	True	FIJ0021_000000012603	1.0		45	8	False	False	0.9994969964027405	0					non-mobilizable	no_good_hit	1392.0	73.851	42.0	0.00038225882809566036	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0075_000000002361	9987	0.6678951108596088	13	5	3	5	3	True	62127	maximal	True	ENG0075_000000002361	1.0	PS209|PS210	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	371.0	80.32300000000001	4.0	0.00019386076069071172	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
FIJ0153_000000019940	1274	0.6678928189614041	2	2	2	2	1	False	39636	maximal	True	FIJ0153_000000019940	1.0		664	12	False	False	0.9795918464660645	0					non-mobilizable	other	1274.0	96.70299999999999	100.0	0.0036993672826439233	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
MAD0097_000000025362	1636	0.6678920276375	2	2	2	2	2	False	71422	maximal	True	MAD0097_000000025362	1.0		270	12	False	False	0.9981662631034851	0					non-mobilizable	no_good_hit	123.0	80.488	8.0	0.0003071059792527256	NZ_MRTP01000005.1	firmicutes	Paenibacillus rhizosphaerae strain FSL R5-0378 NODE_5_length_397257_cov_2.06274_ID_3974, whole genome shotgun sequence	True	False
ISR0069_000000004248	5621	0.6678905618063702	8	4	3	3	4	False	128357	fragment	False	ISR0069_000000004248	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2629.0	98.669	100.0	0.0009156851854819995	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0141_000000008362	3311	0.6678882544273346	4	4	2	4	2	False	80128	fragment	False	CHI0141_000000008362	1.0		0	0	False	False	0.9858049154281616	0					non-mobilizable	no_good_hit	534.0	76.592	16.0	0.00016399162486962666	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
FIJ0092_000000000908	18334	0.6678880953211823	30	7	2	7	2	False	43351	maximal	True	FIJ0092_000000000908	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0009002400640170712	NZ_LT985150.1	euryarchaeotes	Methanobrevibacter oralis strain M2 CSUR P5920, whole genome shotgun sequence	True	False
MON0058_000000038934	1367	0.6678839677527281	1	1	1	1	1	False	10985	fragment	False	MON0078_000000033354	0.9714454961979714		0	0	False	False	0.975859522819519	0					non-mobilizable	no_good_hit	537.0	74.115	39.0	0.00017574102749034836	NC_013198.1	firmicutes	Lactobacillus rhamnosus GG, complete genome	True	False
USA0037_01_000000024711	1364	0.6678839677527281	1	1	1	1	1	False	6515	fragment	False	SPA0052_000000019127	0.9656515580736544		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	75.703	100.0	0.0027347785349915513	NZ_CABJAT010000004.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	False	False
CHI0114_000000006467	1225	0.6678839677527281	1	1	1	1	1	False	82270	fragment	False	MON0090_000000042102	0.45839469808541977		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	82.77799999999999	100.0	0.0030936412687206896	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0793_000000010298	1631	0.6678814746449937	2	2	2	2	1	False	45680	fragment	False	ISR0793_000000010298	1.0		0	0	False	False	0.9920294284820557	0					non-mobilizable	no_good_hit	1363.0	97.432	84.0	0.023819933891813427	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0006_000000017872	1268	0.6678793755132839	2	2	2	1	1	False	14032	maximal	True	MON0006_000000017872	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	97.78399999999999	89.0	0.0002629312235377338	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0849_000000007673	3496	0.6678789172990275	4	4	4	4	4	True	79072	maximal	True	ISR0849_000000007673	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	72.199	34.0	0.00031075071493661104	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	True
SPA0076_000000012224	1406	0.6678750386291054	3	3	3	3	2	False	96376	fragment	False	SPA0076_000000012224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	83.109	37.0	0.008663823499781726	NZ_PDYG01000087.1	firmicutes	Agathobacter ruminis strain JK623 contig000088, whole genome shotgun sequence	True	False
MON0058_000000018833	2541	0.6678672428511063	2	2	1	2	1	False	11017	fragment	False	MON0058_000000018833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	100.0	3.0	0.0007358430201557002	NZ_JAAIPV010000013.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_13_length_93770_cov_101.413, whole genome shotgun sequence	True	False
ENG0166_000000021477	1391	0.6678667467254732	2	1	1	1	1	False	56123	maximal	True	ENG0166_000000021477	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	86.947	69.0	0.00014241124211807968	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0225_000000018382	1239	0.6678667467254732	2	1	1	1	1	False	27668	fragment	False	ISR0225_000000018382	1.0		0	0	False	False	0.9983857870101929	0					non-mobilizable	no_good_hit	768.0	97.52600000000001	62.0	0.00026734687333126057	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0040_000000036994	1179	0.6678575415802476	2	2	2	2	2	False	60281	fragment	False	ISR0175_000000015730	0.9422795120180988		0	0	False	False	0.9499576091766357	0					non-mobilizable	other	1180.0	79.831	100.0	0.0029826506148333378	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
DEN0028_000000005732	4357	0.6678559427735492	3	3	3	2	2	False	101731	fragment	False	DEN0028_000000005732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	87.565	37.0	0.0264972402290352	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0047_000000016266	1891	0.6678551198765104	2	2	2	1	1	False	46881	fragment	False	FIJ0047_000000016266	1.0		0	0	False	False	0.9994711875915527	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00030708151917614414	EF079106.1	b-proteobacteria	Comamonas sp. CNB-1 plasmid pCNB, complete sequence	True	False
ISR0830_000000001203	12360	0.667850964745875	11	11	9	8	8	False	21051	maximal	True	ISR0830_000000001203	1.0		3	3	False	False	0.9990290999412537	0					non-mobilizable	no_good_hit	3701.0	77.844	43.0	0.001918648467593368	CP046629.1	firmicutes	Streptococcus equinus strain CNU G6 chromosome, complete genome	True	False
MAD0047_000000028200	1646	0.6678496262953066	2	2	2	2	1	False	17638	maximal	True	MAD0047_000000028200	1.0		468	13	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	70.337	46.0	0.0011199627772690804	NZ_DS560015.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_0, whole genome shotgun sequence	True	False
DEN0071_000000015674	2563	0.6678424021345969	5	3	3	3	1	False	70471	fragment	False	ISR0268_000000007343	0.9867103235747303		0	0	False	False	0.9996098279953003	0					non-mobilizable	no_good_hit								True	False
ENG0027_000000015199	1509	0.6678356340049492	2	2	2	2	2	False	65951	fragment	False	ENG0027_000000015199	1.0		0	0	False	False	0.9940357804298401	0					non-mobilizable	other	1511.0	87.624	100.0	0.0005594365097101398	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
ISR0062_000000011582	3037	0.6678262959157251	5	3	1	3	0	True	99094	fragment	False	ISR0062_000000011582	1.0		0	0	False	False	0.9868291020393372	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000024939	1372	0.6678262959157251	3	3	1	3	0	True	46723	fragment	False	FIJ0048_000000024939	1.0		0	0	False	False	0.9854227304458618	0					non-mobilizable	no_good_hit								True	True
TAN0002_000000015012	2493	0.6678247714854947	3	2	2	2	1	False	53320	maximal	True	TAN0002_000000015012	1.0		1	1	False	False	0.9963898658752441	0					non-mobilizable	no_good_hit	415.0	79.277	19.0	0.00015938079969021095	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
SPA0097_000000002913	8763	0.6678207370264545	13	7	2	4	4	False	132498	fragment	False	ISR0032_000000003111	0.9545888578782836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3593.0	95.102	41.0	0.5785980249311964	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0196_000000009882	1245	0.6678176175728769	3	1	1	1	1	False	54395	maximal	True	ENG0196_000000009882	1.0		1	1	False	False	0.9967871308326721	0					non-mobilizable	no_good_hit	791.0	99.494	64.0	0.003647427640114317	NZ_DS562849.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_6, whole genome shotgun sequence	True	False
MAD0100_000000013026	2850	0.6678169590720282	4	4	4	4	3	False	104119	fragment	False	CHI0141_000000009837	0.9449393570017036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	86.46700000000001	60.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0046_000000005647	4596	0.6678161180132044	2	2	2	1	1	False	88813	fragment	False	ISR0046_000000005647	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3010.0	99.867	92.0	0.21617932322724334	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0072_01_000000014402	1193	0.6678143241785942	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.1999682430361868		0	0	False	False	0.9983235597610474	0					non-mobilizable	chromosome	1190.0	93.529	99.0	0.00038715582026967833	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0163_000000012938	1949	0.6678123260410184	3	3	3	2	2	False	113454	fragment	False	CAN0022_000000014893	0.9102564102564104		0	0	False	False	0.9856336712837219	0					non-mobilizable	no_good_hit	914.0	72.21	46.0	0.0026701951388143855	NZ_FZOU01000006.1	bacteria	Granulicella rosea strain DSM 18704, whole genome shotgun sequence	True	False
CHI0138_000000004159	3738	0.6678082425848637	4	3	3	3	2	False	80432	maximal	True	CHI0138_000000004159	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	1799.0	85.54799999999999	84.0	0.0002877311809991389	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ISR0856_000000005341	1308	0.6678022344583674	2	2	1	2	1	False	20472	fragment	False	ISR0856_000000005341	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	99.618	100.0	0.0005428759883499727	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MON0081_000000007028	7603	0.6678016703799887	8	7	7	7	6	False	130926	maximal	True	MON0081_000000007028	1.0	PS1128	16	7	False	True	1.0	0					non-mobilizable	no_good_hit	1731.0	85.095	23.0	0.020394177143397297	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
AST0090_000000010132	2289	0.6677998000143238	4	3	3	3	1	False	109902	fragment	False	AST0090_000000010132	1.0		0	0	False	False	0.9908257126808167	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.594484418532082e-06	NZ_CP026095.1	firmicutes	Peribacillus asahii strain OM18 chromosome, complete genome	True	False
MAD0030_000000006200	1865	0.6677994478061172	3	3	3	2	3	False	40784	fragment	False	FIJ0132_000000015846	0.9507835455435847		0	0	False	False	0.9962466359138489	0					non-mobilizable	other	1863.0	98.926	99.0	0.010418182021642066	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	False	False
ENG0206_000000011644	2204	0.66779590820238	2	2	2	2	2	False	72277	fragment	False	ENG0206_000000011644	1.0		0	0	False	False	0.9995462894439697	0					non-mobilizable	chromosome	2205.0	98.685	100.0	0.000626907531139157	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0117_000000022820	1212	0.6677924671737204	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.3342931269840918		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	99.42200000000001	100.0	0.0021845759198760328	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0174_000000010861	2284	0.6677834676678226	5	4	2	2	3	True	32635	fragment	False	ISR0174_000000010861	1.0		0	0	False	False	0.9925569295883179	0					non-mobilizable	no_good_hit	291.0	73.54	13.0	8.017538365173818e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0112_000000019821	1820	0.6677834676678226	4	4	2	2	3	True	32634	fragment	False	ISR0112_000000019821	1.0		0	0	False	False	0.9983516335487366	0					non-mobilizable	no_good_hit	139.0	75.54	8.0	3.841737133312454e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0813_000000006898	4115	0.6677834615129391	5	4	3	4	3	True	127125	maximal	True	ISR0813_000000006898	1.0		145	11	False	False	0.9975698590278625	0					non-mobilizable	other	2541.0	99.055	100.0	0.0007647453593655865	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0060_000000005068	5992	0.6677761281717841	9	5	4	4	1	True	108901	fragment	False	SPA0128_000000004938	0.12778712341336596		0	0	False	False	0.9948264360427856	0					non-mobilizable	no_good_hit	4030.0	99.801	82.0	0.001089384409933001	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0188_000000007083	3074	0.6677693123016303	5	4	4	4	4	False	123450	maximal	True	ISR0188_000000007083	0.9975247524752475		18	4	False	False	0.9983734488487244	0					non-mobilizable	no_good_hit	2069.0	86.419	67.0	0.014099582158368153	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	True	False
SPA0059_000000002186	12091	0.6677608096985771	15	8	6	7	6	False	130762	fragment	False	ISR0157_000000002030	0.9432992223037903		0	0	False	False	0.9988421201705933	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	5.263471370178556e-05	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
MAD0037_000000003443	3716	0.6677602725777582	3	3	2	3	2	False	18655	maximal	True	MAD0037_000000003443	1.0		1	1	False	False	0.9997308850288391	0					non-mobilizable	no_good_hit	1225.0	91.51	64.0	0.00026359399610658703	CP026768.1	enterobacteria	Shigella flexneri Y strain 93-3063 chromosome, complete genome	True	False
USA0135_01_000000006599	2299	0.6677591694938364	3	2	2	1	2	False	84209	maximal	True	USA0135_01_000000006599	1.0		13	7	False	False	0.9952152967453003	0					non-mobilizable	other	2276.0	100.0	99.0	0.0006317654442352445	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0135_000000005262	3909	0.6677576391958326	6	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.31183743032547534		0	0	False	False	1.0	0					non-mobilizable	other	3757.0	98.03	98.0	0.0011230874520937217	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0257_000000004102	3825	0.6677576391958326	6	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.3349504909756971		0	0	False	False	1.0	0					non-mobilizable	other	3784.0	98.943	99.0	0.34023029866858584	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0109_000000008367	3660	0.6677576391958326	6	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.3067614381185517		0	0	False	False	1.0	0					non-mobilizable	other	3662.0	98.771	100.0	0.0010949578969386964	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0134_000000010356	3659	0.6677576391958326	6	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.3062869494823018		0	0	False	False	1.0	0					non-mobilizable	other	3663.0	98.60799999999999	100.0	0.0010946586463519408	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0102_000000010117	3646	0.6677576391958326	6	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.2999295896349476		0	0	False	False	1.0	0					non-mobilizable	other	3648.0	98.904	100.0	0.0010907683887241182	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0071_000000010283	3489	0.6677576391958326	7	3	1	2	2	False	124405	fragment	False	FIJ0071_000000010283	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3092.0	98.383	91.0	0.032811802470185586	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0132_000000008552	3467	0.6677576391958326	6	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.19884958583709783		0	0	False	False	0.9997115731239319	0					non-mobilizable	other	3385.0	98.818	98.0	0.30442605253688376	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0057_000000005229	3431	0.6677576391958326	6	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.22736837104668858		0	0	False	False	1.0	0					non-mobilizable	other	3435.0	98.195	100.0	0.0010270280137451779	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0304_000000002969	3133	0.6677576391958326	6	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.1346161994121679		0	0	False	False	0.995531439781189	0					non-mobilizable	other	3058.0	98.62700000000001	98.0	0.2750089960417416	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0132_000000003585	9251	0.6677569730955933	9	8	5	7	5	False	110770	maximal	True	CHI0132_000000003585	1.0		1	1	False	False	0.9962166547775269	0					non-mobilizable	no_good_hit	3624.0	90.78399999999999	72.0	0.0005569715762941819	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0038_000000008624	3450	0.6677511100161491	4	4	1	3	4	True	123556	backbone	False	ISR0826_000000002301	0.31692633708832	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3457.0	97.715	100.0	0.0011656184090068243	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
ISR0227_000000018962	1384	0.6677502202755087	2	2	2	1	2	False	59981	fragment	False	ENG0107_000000021703	0.9561965811965811		0	0	False	False	0.9855491518974304	0					non-mobilizable	no_good_hit								True	False
USA0113_01_000000003426	5493	0.6677499945380674	11	9	4	5	5	True	126729	maximal	True	USA0113_01_000000003426	1.0	PS974|PS975	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1859.0	98.01	35.0	0.3625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MON0016_000000016103	2109	0.6677482957695035	2	2	2	2	2	False	13355	maximal	True	MON0016_000000016103	1.0		9	6	False	False	0.9995258450508118	0					non-mobilizable	no_good_hit	865.0	72.37	40.0	0.034950422027370316	NZ_SLUM01000040.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_140, whole genome shotgun sequence	True	False
DEN0078_000000005550	4755	0.6677474451742705	4	3	3	3	3	False	75363	fragment	False	DEN0078_000000005550	1.0		0	0	False	False	0.998317539691925	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.857251084169469e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MAD0066_000000019123	1632	0.6677301942935372	3	2	2	2	2	False	16933	maximal	True	MAD0066_000000019123	1.0		25	3	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	71.429	30.0	0.001962499799335399	NZ_MVIH01000008.1	high GC Gram+	Mycolicibacterium rhodesiae strain DSM 44223 Mycobacterium_rhodesiae_DSM44223_contig8, whole genome shotgun sequence	True	False
ISR0291_000000010565	1424	0.6677293357674993	2	1	1	1	1	False	25899	maximal	True	ISR0291_000000010565	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	73.722	77.0	0.005821335061295234	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
ENG0147_000000000626	15497	0.6677198509563063	15	9	7	8	8	False	57375	maximal	True	ENG0147_000000000626	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2148.0	99.90700000000001	14.0	0.0004358476689051819	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
CHI0051_000000005148	3348	0.6677197304681189	4	2	1	2	1	True	86651	fragment	False	CHI0179_000000005026	0.9913235294117647		0	0	False	False	0.9964157938957214	0					non-mobilizable	no_good_hit	248.0	89.113	7.0	0.019846712384025817	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0130_000000008756	3231	0.6677160365578836	4	3	3	3	3	False	31786	maximal	True	ISR0130_000000008756	1.0		7	4	False	False	0.9919529557228088	0					non-mobilizable	no_good_hit	195.0	80.0	6.0	0.0008699713367338529	NZ_AUJC01000007.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
FIJ0126_000000032189	1277	0.6677099312884229	3	1	1	1	1	True	41096	fragment	False	FIJ0126_000000032189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	89.625	34.0	0.00012129234169321993	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
SPA0018_000000002032	11453	0.6677060323041197	17	7	5	5	7	False	7814	fragment	False	SPA0018_000000002032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3333.0	95.08	79.0	0.017916186496354295	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0219_000000019888	1662	0.6677043278270607	3	3	3	3	1	False	28036	maximal	True	ISR0219_000000019888	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	96.54	53.0	6.950561716402601e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0225_000000001372	7647	0.6677026457720802	7	7	7	6	7	False	122927	fragment	False	AST0019_000000002659	0.7867230393466776		0	0	False	False	1.0	0					non-mobilizable	other	7647.0	98.941	100.0	0.12642024311585215	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0794_000000016384	1286	0.6677020403325238	2	2	2	2	1	False	117343	backbone	False	MON0013_000000032866	0.06593095992544214	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1178.0	98.727	100.0	0.00048471759949065527	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0116_000000015195	1115	0.6676995900616314	2	2	2	2	2	False	41632	fragment	False	FIJ0116_000000015195	1.0		0	0	False	False	0.9991031289100647	0					non-mobilizable	other	1118.0	81.485	100.0	0.009937688010313708	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0063_000000005398	4547	0.6676924576720891	6	3	3	3	3	False	45636	maximal	True	FIJ0063_000000005398	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	81.93299999999999	10.0	0.00016140448405442626	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0105_000000025134	2167	0.6676901759529996	3	2	2	1	2	False	8736	fragment	False	MON0105_000000025134	1.0		0	0	False	False	0.9995385408401489	0					non-mobilizable	no_good_hit	544.0	84.559	25.0	0.0001520382967888725	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0088_000000019416	1653	0.6676856250699652	3	3	3	3	3	False	36068	maximal	True	MON0088_000000019416	1.0		69	13	False	False	1.0	0					non-mobilizable	other	1673.0	74.597	99.0	0.041275562564141076	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0037_000000010231	2837	0.6676831630845399	3	3	3	3	1	True	129351	maximal	True	FIJ0037_000000010231	1.0		26	10	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2143.0	99.81299999999999	76.0	0.2722419928825623	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0015_000000016808	1462	0.6676769702780223	2	2	2	2	1	False	11118	fragment	False	MON0054_000000033869	0.9572301425661914		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	96.993	98.0	0.0012240889722116351	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
CHI0179_000000008906	2211	0.6676760234305794	3	3	3	3	3	False	77564	maximal	True	CHI0179_000000008906	1.0		2	2	False	False	0.997286319732666	0					non-mobilizable	no_good_hit	1922.0	100.0	87.0	0.0007465389506017392	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
DEN0028_000000015110	1983	0.6676711606873762	3	2	2	2	2	False	73979	maximal	True	DEN0028_000000015110	1.0		2	2	False	False	0.9914271235466003	0					non-mobilizable	no_good_hit	691.0	96.816	73.0	0.00831535689752829	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
SPA0029_000000004629	5121	0.6676707780671083	6	6	5	6	6	False	104494	fragment	False	ISR0809_000000001465	0.952055603073223		0	0	False	False	0.993360698223114	0					non-mobilizable	other	5103.0	99.295	99.0	0.036075291254924986	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
DEN0018_000000020806	1881	0.6676623337725762	3	3	3	2	2	False	75091	maximal	False	ENG0081_000000013542	0.9787012987012986		0	0	False	False	0.9994683861732483	0					non-mobilizable	no_good_hit	645.0	98.45	68.0	0.00019394891433782406	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0069_000000017710	1532	0.6676614706366938	2	2	2	2	2	False	70704	maximal	True	DEN0069_000000017710	1.0		4	2	False	False	0.9980417490005493	0					non-mobilizable	no_good_hit	125.0	80.8	8.0	4.751091867662066e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
MAD0061_000000003473	4518	0.6676436087070509	5	2	2	2	1	True	16833	maximal	True	MAD0061_000000003473	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	93.11	49.0	0.00032986226230983693	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
AST0058_000000006360	2351	0.6676399932037326	3	3	3	3	3	False	118797	fragment	False	ENG0164_000000007924	0.9321418316707464		0	0	False	False	0.9927690625190735	0					non-mobilizable	other	2350.0	96.979	99.0	0.0042374639436736595	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0052_000000015091	1820	0.667632423439863	4	3	3	0	0	False	6525	fragment	False	SPA0052_000000015091	1.0		0	0	False	False	0.9840659499168396	0					non-mobilizable	other	1721.0	71.993	93.0	0.00042033832774245354	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	False
MAD0105_000000035967	1117	0.6676213927108299	2	2	2	2	2	False	14758	fragment	False	MAD0105_000000035967	1.0		0	0	False	False	0.9829901456832886	0					non-mobilizable	no_good_hit	96.0	78.125	9.0	4.204808707760483e-05	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	True	False
FIJ0052_000000006314	4314	0.6676205408207894	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.5342630057866018		0	0	False	False	1.0	0					non-mobilizable	chromosome	3035.0	92.883	98.0	0.0009759798718655753	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0008_000000011294	1195	0.6676204167244479	2	2	2	2	1	False	38397	fragment	False	ISR0848_000000015173	0.9908940397350994		0	0	False	False	0.9991631507873535	0					non-mobilizable	no_good_hit	559.0	87.29899999999999	47.0	0.0002574398723993676	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CHI0049_000000001528	8942	0.6676122806864768	12	12	3	8	12	True	86847	maximal	True	CHI0049_000000001528	1.0		8	4	False	False	1.0	0					non-mobilizable	plasmid	4979.0	98.574	100.0	0.034911737227713034	KU664810.1	enterobacteria	Escherichia coli strain 11.3-R3 plasmid pCERC5, complete sequence	False	True
MAD0047_000000023936	1908	0.6676103743436197	3	2	1	2	1	False	17652	maximal	True	MAD0047_000000023936	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	99.26299999999999	36.0	0.005759643361521839	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
ISR0379_000000004391	4613	0.6676095812084798	6	4	4	4	4	False	113589	fragment	False	ISR0379_000000004391	1.0		0	0	False	False	0.9986993074417114	0					non-mobilizable	other	2439.0	98.77	97.0	0.0005977437258361854	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0053_000000000984	7289	0.6676091791324635	7	5	4	4	5	False	72157	maximal	True	DEN0053_000000000984	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1409.0	75.373	19.0	0.00042739200961693606	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	False
FIJ0025_000000007645	2791	0.6676085298117654	4	4	4	3	3	False	106611	fragment	False	FIJ0025_000000007645	1.0		0	0	False	False	0.9982085227966309	0					non-mobilizable	other	2793.0	95.954	100.0	0.010915279819506789	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0818_000000009180	1960	0.6676037398641588	2	2	2	2	1	False	21354	fragment	False	ISR0818_000000009180	1.0		0	0	False	False	0.9760203957557678	0					non-mobilizable	no_good_hit	1731.0	99.596	88.0	0.03950673669787623	NZ_CYZO01000030.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0098_000000003382	10418	0.6675993986315217	16	5	0	4	3	False	15364	maximal	True	MAD0098_000000003382	1.0		3	1	False	False	0.9970243573188782	0					non-mobilizable	no_good_hit	45.0	95.556	0.0	1.0031981022291528e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0030_000000005816	3409	0.6675946031327474	4	3	3	3	1	True	37060	maximal	True	ISR0030_000000005816	1.0		2	2	False	False	0.9947198629379272	0					non-mobilizable	no_good_hit	405.0	91.605	12.0	0.000702452832819712	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
ISR0185_000000015368	2128	0.6675945912044381	3	3	3	2	3	False	64173	fragment	False	ISR0185_000000015368	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2127.0	99.859	99.0	0.0006825504657138785	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0033_000000022236	2912	0.6675938734686372	5	5	2	3	4	True	123556	backbone	False	ISR0826_000000002301	0.2864149124700373	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2914.0	99.794	100.0	0.0007740511894161454	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0137_000000006147	1829	0.6675821773541336	2	2	2	2	2	False	125951	fragment	False	ISR0333_000000007883	0.29403377537016984		0	0	False	False	0.9748496413230896	0					non-mobilizable	other	1829.0	98.90700000000001	100.0	0.0050030790283954844	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0098_000000019361	1911	0.6675815683255911	4	3	2	2	3	False	97645	fragment	False	SPA0098_000000019361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	96.464	59.0	0.016137142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0032_000000012028	2908	0.6675776386709975	4	2	2	2	1	False	48449	fragment	False	FIJ0032_000000012028	1.0		0	0	False	False	0.9941540360450745	0					non-mobilizable	no_good_hit								True	False
MON0065_000000005998	4425	0.6675723192315783	6	6	5	5	4	False	80351	fragment	False	MON0065_000000005998	1.0		0	0	False	False	0.9959322214126587	0					non-mobilizable	no_good_hit	924.0	74.892	21.0	0.00029970320141111355	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
CHI0078_000000001905	9188	0.6675718419315364	5	4	4	4	4	False	84520	maximal	True	CHI0078_000000001905	1.0		2	2	False	False	0.9998911619186401	0					non-mobilizable	plasmid	8595.0	100.0	97.0	0.056275497174438326	CP024237.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed5, complete sequence	False	True
MON0094_000000029385	1315	0.667565890874526	2	2	2	2	2	False	11246	fragment	False	MON0094_000000029473	0.5810764540337712		0	0	False	False	0.9984790682792664	0					non-mobilizable	no_good_hit	413.0	77.482	50.0	0.00011409041833433023	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0785_000000004805	5858	0.6675547293682924	7	6	5	5	4	True	22214	fragment	False	ISR0785_000000004805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	77.873	10.0	0.00017106612902463353	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
MAD0092_000000002287	7100	0.6675386389185922	9	4	0	4	2	False	18160	maximal	True	MAD0092_000000002287	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0087_000000004634	2071	0.6675360607406072	3	3	2	2	3	False	84006	maximal	True	CHI0087_000000004634	0.976421973748177		518	15	False	False	0.9917914271354675	0					non-mobilizable	no_good_hit	506.0	75.692	24.0	0.000827635296546931	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
FIJ0015_000000016006	1918	0.667533625902083	3	2	1	2	1	False	50343	fragment	False	FIJ0015_000000016006	1.0		0	0	False	False	0.9921793341636658	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	7.1049802481549106e-06	CP059400.1	g-proteobacteria	Legionella sp. PC1000 chromosome, complete genome	True	False
CHI0003_000000007344	1683	0.6675287614149802	2	2	2	2	1	False	90958	fragment	False	CHI0003_000000007344	0.9890534449452673		0	0	False	False	0.9964349269866943	0					non-mobilizable	no_good_hit								True	False
MON0106_000000001869	13975	0.6675246486810024	10	9	8	8	4	False	115928	fragment	False	MON0106_000000001869	1.0		0	0	False	False	0.9990697503089905	0					non-mobilizable	no_good_hit	314.0	94.26799999999999	2.0	0.4890625	EU064454.1	bacteria	Uncultured bacterium clone HA0AAA14ZC06FM1 genomic sequence	True	False
MON0088_000000001410	12753	0.6675042163830354	12	9	8	9	7	True	97882	fragment	False	MON0088_000000001410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0057_000000006286	3284	0.6675018447822761	5	4	3	3	3	True	108184	maximal	True	ISR0057_000000006286	1.0		4	2	False	False	0.9966503977775574	0					non-mobilizable	no_good_hit	1955.0	82.66	81.0	0.0006016641270674816	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0043_000000003856	6239	0.6675009771295344	9	3	2	3	2	False	96890	maximal	True	FIJ0043_000000003856	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
SPA0119_000000024107	1310	0.6675000262085695	2	2	2	2	2	False	102239	fragment	False	SPA0054_000000012699	0.10755211277284472		0	0	False	False	1.0	0					non-mobilizable	chromosome	1310.0	98.931	100.0	0.0001997096977983006	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0025_000000007062	5272	0.6674949796910795	6	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.739923392097867	PS1159|PS463	0	0	True	True	1.0	58		MOBV			mobilizable	other	4728.0	100.0	91.0	0.04020275729509521	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0181_000000002097	9248	0.6674896071641006	12	8	3	8	5	True	77448	fragment	False	CHI0181_000000002097	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9262.0	90.175	99.0	0.2188142928086646	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
DEN0017_000000016459	1770	0.667471442441434	3	2	2	2	2	True	103371	fragment	False	AST0153_000000017642	0.8131894512771529		0	0	False	False	0.9892655611038208	0					non-mobilizable	other	1751.0	99.65700000000001	99.0	0.0023623588490587688	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
FIJ0068_000000019420	1653	0.6674645734362309	2	2	2	2	1	False	45054	maximal	True	FIJ0068_000000019420	1.0		4	1	False	False	0.9993950128555298	0					non-mobilizable	no_good_hit	565.0	72.566	34.0	0.16930572472594396	NZ_OLMS01000009.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	False
FIJ0095_000000017529	1568	0.6674645734362309	2	2	2	2	1	False	45054	maximal	False	FIJ0068_000000019420	0.9742891712038717		0	0	False	False	0.9987244606018066	0					non-mobilizable	no_good_hit	565.0	72.566	36.0	0.16930572472594396	NZ_OLMS01000009.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	False
FIJ0125_000000015889	1171	0.6674645734362309	2	2	2	2	1	False	41175	fragment	False	FIJ0125_000000015889	1.0		0	0	False	False	0.976942777633667	0					non-mobilizable	no_good_hit	565.0	72.566	48.0	0.16930572472594396	NZ_OLMS01000009.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	False
MON0052_000000016878	1670	0.6674629668522084	2	2	2	2	2	False	102727	fragment	False	DEN0061_000000022311	0.5230207766342156		0	0	False	False	0.9994012117385864	0					non-mobilizable	other	1670.0	97.305	100.0	0.00040920191895840583	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0043_000000010770	1578	0.6674619462287513	3	3	3	2	2	False	6809	maximal	True	SPA0043_000000010770	1.0		171	7	False	False	1.0	0					non-mobilizable	chromosome	1464.0	98.292	93.0	0.0004605036920670753	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0045_000000009506	2647	0.6674587188151573	3	3	3	3	2	False	49277	maximal	True	ISR0045_000000009506	1.0		4	1	False	False	0.982244074344635	0					non-mobilizable	no_good_hit	2327.0	98.152	88.0	0.014210828578061805	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
ISR0104_000000008787	2872	0.6674503391569884	4	4	3	4	0	True	81630	fragment	False	ISR0104_000000008787	1.0		0	0	False	False	0.9993036389350891	0					non-mobilizable	other	2096.0	98.807	96.0	0.004378582167419083	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0082_000000010566	2778	0.6674439695971485	4	4	4	3	3	False	115203	maximal	True	ISR0082_000000010566	0.9753153153153153		42	8	False	False	0.997840166091919	0					non-mobilizable	no_good_hit	1195.0	83.18	87.0	0.0026158544097717234	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0053_000000006181	1833	0.6674408566208944	4	4	3	3	2	False	90547	fragment	False	MON0046_000000019056	0.8936411650255583		0	0	False	False	0.9912711381912231	0					non-mobilizable	other	1839.0	96.68299999999999	100.0	0.028047662694775436	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0287_000000011525	1251	0.6674406964599592	2	2	2	2	1	False	52272	fragment	False	MON0090_000000036736	0.37877906976744186		0	0	False	False	0.9960032105445862	0					non-mobilizable	chromosome	1145.0	85.24	91.0	0.00040262720426043806	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0002_000000016230	1665	0.6674402834613627	2	2	1	2	1	False	110704	fragment	False	MON0061_000000024563	0.47103334357383914		0	0	False	False	0.9975975751876831	0					non-mobilizable	no_good_hit	1000.0	76.2	60.0	0.0023326919217556575	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
ISR0040_000000015973	1649	0.6674402834613627	2	2	1	2	1	False	110704	fragment	False	MON0061_000000024563	0.469116276345192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	75.9	60.0	0.0023326919217556575	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
FIJ0151_000000005665	3130	0.6674391905289764	8	8	1	1	8	False	39759	maximal	True	FIJ0151_000000005665	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	3081.0	99.96799999999999	100.0	0.020150869824072437	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
ISR0367_000000008004	1246	0.6674363891907256	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.11581761891359414		0	0	False	False	0.9935794472694397	0					non-mobilizable	no_good_hit	106.0	80.189	8.0	2.218152020941078e-05	CP019062.1	enterobacteria	Rahnella sp. ERMR1:05 chromosome, complete genome	True	False
AST0108_000000007371	3439	0.6674358611950971	5	5	2	3	5	True	123556	backbone	False	ISR0826_000000002301	0.35625859682586586	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3480.0	94.971	100.0	0.03530046083886917	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0795_000000006498	1700	0.6674357655833034	2	2	2	2	2	False	21970	fragment	False	ISR0795_000000006498	1.0		0	0	False	False	0.994705855846405	0					non-mobilizable	no_good_hit	1054.0	96.205	62.0	0.000367035537963256	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0045_000000008690	2883	0.6674296962385825	2	2	2	2	1	True	112585	fragment	False	ISR0045_000000008690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0075_000000001726	3765	0.6674264710292973	3	2	2	2	2	False	89461	fragment	False	SPA0040_000000010161	0.9818508366796745		0	0	False	False	1.0	0					non-mobilizable	other	3739.0	100.0	99.0	0.19010323958704164	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	False	False
SPA0077_000000004680	5963	0.6674216754443428	6	6	4	6	4	True	5707	maximal	True	SPA0077_000000004680	1.0		1	1	False	False	0.9996646046638489	0					non-mobilizable	no_good_hit								True	True
ENG0038_000000008106	2793	0.6674139960721895	3	3	3	2	2	False	65093	maximal	False	ENG0080_000000009033	0.9796791443850268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2342.0	79.505	83.0	0.0011063821683947937	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
MON0048_000000015158	2605	0.667413162202786	3	3	3	3	3	False	43816	maximal	True	MON0048_000000015158	0.9993990384615384		9	1	False	False	0.9992322325706482	0					non-mobilizable	no_good_hit	620.0	95.806	45.0	0.0005009052014580644	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MAD0079_000000000071	36866	0.6674111048811409	32	13	2	9	9	False	16186	maximal	True	MAD0079_000000000071	1.0		1	1	False	False	0.9999457597732544	0					non-mobilizable	no_good_hit	106.0	85.84899999999999	0.0	1.9654761200489463e-05	NZ_LFZW01000001.1	firmicutes	Peribacillus loiseleuriae strain FJAT-27997 Scaffold1, whole genome shotgun sequence	True	False
MAD0087_000000001367	14237	0.6674077159646031	17	13	7	9	6	False	16013	fragment	False	MAD0087_000000001367	1.0		0	0	False	False	0.9999297857284546	0					non-mobilizable	no_good_hit	3963.0	75.347	27.0	0.0020562900199009365	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	False
ENG0015_000000015553	1121	0.6674058970663004	2	1	1	1	1	False	110483	fragment	False	ISR0312_000000014307	0.5233121544685949		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	96.37799999999999	100.0	0.005579234002249452	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0089_000000005989	3655	0.6673990770948053	5	4	4	4	4	False	125537	fragment	False	SPA0138_000000005370	0.5325968372617996		0	0	False	False	1.0	0					non-mobilizable	other	2623.0	99.085	100.0	0.03259423227587579	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0171_000000006035	4069	0.6673967551184699	9	2	1	2	1	True	93427	fragment	False	ISR0171_000000006035	1.0		0	0	False	False	0.9995085000991821	0					non-mobilizable	no_good_hit	94.0	96.809	2.0	2.4875494096261133e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0094_000000011920	2910	0.6673951965678155	4	3	2	3	2	False	92264	fragment	False	DEN0094_000000011920	0.9621508887727176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0106_000000012694	2062	0.6673950103888704	3	3	3	3	2	False	42348	fragment	False	FIJ0106_000000012694	1.0		0	0	False	False	0.9883608222007751	0					non-mobilizable	no_good_hit	117.0	100.0	6.0	0.004041107820937119	NZ_QIML01000020.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_20, whole genome shotgun sequence	True	False
FIJ0084_000000001305	11130	0.6673933406753444	17	7	5	6	3	True	44025	fragment	False	FIJ0084_000000001305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	90.73100000000001	8.0	0.08693586698337293	NZ_CABIWU010000072.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
MAD0107_000000009039	4270	0.6673930577352203	2	2	2	2	1	False	14702	fragment	False	MAD0107_000000009039	1.0		0	0	False	False	0.9997658133506775	0					non-mobilizable	other	4288.0	97.52799999999999	100.0	0.0038364201287218735	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
MON0075_000000017066	1522	0.6673909825752975	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.23175255641563092		0	0	False	False	0.9993429780006409	0					non-mobilizable	chromosome	1522.0	98.81700000000001	100.0	0.0005301624437247032	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0025_000000015506	2333	0.6673836289973739	3	2	2	1	2	False	120368	fragment	False	AST0025_000000015506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0024_000000015761	1665	0.6673810207284039	2	2	2	2	2	False	124927	fragment	False	SPA0041_000000017820	0.8015200172152999		0	0	False	False	0.9987987875938416	0					non-mobilizable	no_good_hit	1093.0	85.544	66.0	0.000385293270860107	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0015_000000024169	1570	0.6673798418438769	3	3	3	3	3	False	82693	fragment	False	MAD0061_000000010381	0.96598036972034		0	0	False	False	1.0	0					non-mobilizable	other	1570.0	98.917	100.0	0.03927310955921003	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0054_000000021726	1217	0.6673790465840386	2	2	1	2	1	True	35684	fragment	False	ISR0054_000000021726	1.0		0	0	False	False	0.983566164970398	0					non-mobilizable	no_good_hit								True	True
FIJ0139_000000004341	5995	0.6673786134144595	5	5	5	4	1	True	72086	fragment	False	FIJ0139_000000004341	1.0		0	0	False	False	0.9996663928031921	0					non-mobilizable	no_good_hit	3151.0	95.081	62.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0063_000000005836	4732	0.6673675783785119	4	4	3	4	2	False	109246	maximal	True	MON0063_000000005836	1.0		122	12	False	False	0.9964074492454529	0					non-mobilizable	no_good_hit	1159.0	71.182	24.0	0.00028586113943892535	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
CHI0008_000000002105	3977	0.6673644334417305	4	4	3	4	2	False	92060	maximal	False	DEN0026_000000007075	0.9663693346190936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	91.071	3.0	2.5663207266327167e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0051_000000004293	4714	0.6673582158330117	5	5	5	4	4	False	116273	fragment	False	FIJ0051_000000004293	1.0		0	0	False	False	0.9983029365539551	0					non-mobilizable	no_good_hit	112.0	83.929	2.0	0.00029430665133032007	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
ENG0142_000000008989	3413	0.6673508625430922	6	5	3	5	5	False	128320	maximal	False	ENG0141_000000007737	0.9758834963167952		0	0	False	False	1.0	0					non-mobilizable	chromosome	1755.0	99.088	100.0	0.0006164129615409621	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0028_000000020186	1600	0.6673471918757047	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.44929008918775937		0	0	False	False	1.0	0					non-mobilizable	other	1603.0	96.694	100.0	0.0017813444251712873	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
SPA0100_000000005022	6313	0.6673452823669173	10	9	3	5	9	False	132521	backbone	False	USA0060_01_000000001071	0.022109434256257537	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6313.0	99.95200000000001	100.0	0.14442944420291512	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0836_000000003104	6193	0.6673452823669173	9	9	3	5	9	False	132521	backbone	False	USA0060_01_000000001071	0.020666854079998104	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	6193.0	99.725	100.0	0.2313987817183004	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
AST0089_000000002910	6030	0.6673452823669173	9	9	3	5	9	False	132521	backbone	False	USA0060_01_000000001071	0.02032965572331305	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6033.0	98.939	100.0	0.13799967965585885	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0154_000000000812	6005	0.6673452823669173	9	9	3	5	9	False	132521	backbone	False	USA0060_01_000000001071	0.0202891276738524	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6008.0	99.28399999999999	100.0	0.13745051827105692	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0059_000000006937	3795	0.6673421507407241	5	5	5	5	4	False	88994	fragment	False	SPA0059_000000006937	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3798.0	94.708	100.0	0.000928488716054813	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0073_000000008467	2171	0.6673389950426298	3	3	3	3	2	False	44698	fragment	False	FIJ0073_000000008467	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2188.0	90.311	100.0	0.009768059578364314	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	False	False
ISR0131_000000021776	1615	0.6673370481447302	2	1	1	1	1	False	31650	fragment	False	ISR0131_000000021776	1.0		0	0	False	False	0.998142421245575	0					non-mobilizable	no_good_hit								True	False
ISR0305_000000008208	2162	0.6673362876305167	4	4	4	3	3	True	116024	fragment	False	DEN0083_000000012157	0.9604911794964899		0	0	False	False	0.9879741072654724	0					non-mobilizable	chromosome	2145.0	99.90700000000001	99.0	0.000986327585889627	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
MAD0095_000000006725	4200	0.6673348783955108	4	4	3	4	3	False	91590	maximal	True	MAD0095_000000006725	1.0		10	3	False	False	0.991428554058075	0					non-mobilizable	other	3822.0	97.77600000000001	91.0	0.05121478731132456	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0255_000000029825	1156	0.6673333667079969	2	2	2	2	2	False	26865	fragment	False	ISR0255_000000029825	0.9937555753791257		0	0	False	False	0.9576124548912048	0					non-mobilizable	no_good_hit	257.0	76.654	22.0	3.971265548520891e-05	CP016640.1	high GC Gram+	Mycobacterium sp. djl-10, complete genome	True	False
MAD0028_000000000903	9144	0.6673324658374167	5	5	5	2	2	False	45504	maximal	True	MAD0028_000000000903	1.0		299	15	False	False	1.0	0					non-mobilizable	no_good_hit	7619.0	81.704	83.0	0.0014763232506039149	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
ISR0389_000000005156	3840	0.6673277850882289	7	5	3	2	4	False	98818	fragment	False	CHI0028_000000002934	0.9722016308376575		0	0	False	False	0.9986979365348816	0					non-mobilizable	other	3840.0	100.0	100.0	0.0019716673608675133	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
ISR0170_000000029400	1599	0.6673266450588841	2	2	2	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9849169611200552		0	0	False	False	0.9987491965293884	0					non-mobilizable	no_good_hit	609.0	90.969	80.0	0.00021454631042098715	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0094_000000005507	3455	0.6673256680229815	6	5	3	3	1	False	124198	maximal	True	FIJ0094_000000005507	1.0		86	6	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	97.46799999999999	65.0	0.007072975409790163	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0091_000000004695	3073	0.6673230921850388	4	3	3	3	3	False	15758	maximal	True	MAD0091_000000004695	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	2306.0	72.07300000000001	74.0	0.0047112128108509205	NZ_FUWY01000002.1	CFB group bacteria	Anaerorhabdus furcosa strain ATCC 25662, whole genome shotgun sequence	True	False
MAD0051_000000014209	2050	0.6673102101568891	3	3	2	3	2	False	17333	maximal	True	MAD0051_000000014209	1.0		11	5	False	False	0.9921951293945312	0					non-mobilizable	no_good_hit	995.0	87.839	53.0	0.0034619326858043326	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
ENG0079_000000009830	3335	0.6673053063970751	5	3	3	3	2	False	61844	maximal	True	ENG0079_000000009830	1.0		85	10	False	False	1.0	0					non-mobilizable	no_good_hit	1992.0	99.95	60.0	0.004148927741940864	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
ISR0109_000000001604	12697	0.66729665545009	15	10	8	7	5	False	99666	fragment	False	ISR0109_000000001604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.877	10.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
CHI0024_000000007126	1785	0.6672938201414159	3	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.25311227997528774		0	0	False	False	1.0	0					non-mobilizable	chromosome	1785.0	98.54299999999999	100.0	0.0006295240424194754	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0187_000000011220	2494	0.6672905896856617	3	3	1	3	1	False	36615	fragment	False	ISR0187_000000011220	1.0		0	0	False	False	0.9963913559913635	0					non-mobilizable	no_good_hit	1005.0	84.478	76.0	0.000299876526743356	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0029_000000025101	1256	0.6672879766128936	2	2	2	1	0	False	48822	maximal	True	FIJ0029_000000025101	1.0		16	9	False	False	1.0	0					non-mobilizable	chromosome	1266.0	79.14699999999999	99.0	0.00045677201047286865	CP021849.1	firmicutes	Enterococcus faecium strain 16-346 chromosome, complete genome	False	False
MON0004_000000003546	7439	0.6672851880894854	5	2	1	2	1	False	46627	fragment	False	MON0004_000000003546	1.0		0	0	False	False	0.9995967149734497	0					non-mobilizable	no_good_hit	2049.0	97.12100000000001	28.0	0.1851148489781154	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
ISR0126_000000016319	3014	0.6672820633093756	5	4	2	4	3	False	82528	maximal	True	ISR0126_000000016319	1.0		58	8	False	False	0.9986728429794312	0					non-mobilizable	no_good_hit	283.0	73.498	9.0	0.00014709794864741578	NZ_LR215048.1	mycoplasmas	Acholeplasma axanthum strain NCTC10138 chromosome 1	True	False
AUS0016_000000000153	39136	0.667279624860463	27	18	14	17	8	True	119259	maximal	True	AUS0016_000000000153	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	82.007	2.0	0.00025257968197272765	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0112_000000022592	1291	0.6672794444657261	2	2	2	2	2	False	14422	maximal	True	MAD0112_000000022592	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	77.308	51.0	0.00016990140358926094	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0213_000000008967	2778	0.6672783388137099	3	2	2	2	1	False	88103	maximal	True	ISR0213_000000008967	1.0		69	10	False	False	0.9974802136421204	0					non-mobilizable	no_good_hit	1874.0	75.667	67.0	0.000596611209650984	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0118_000000009839	1675	0.6672731213933075	2	2	2	2	0	True	32377	maximal	True	ISR0118_000000009839	1.0		0	0	False	False	0.9868656992912292	0					non-mobilizable	no_good_hit	312.0	100.0	19.0	0.007333521976985474	NZ_JAAIPV010000037.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_37_length_42408_cov_112.355, whole genome shotgun sequence	True	True
FIJ0140_000000028414	1251	0.6672728235775024	2	1	1	1	1	False	40338	fragment	False	FIJ0140_000000028414	1.0		0	0	False	False	0.9952038526535034	0					non-mobilizable	chromosome	1237.0	100.0	99.0	0.0004474293986454763	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	False	False
SPA0082_000000014181	1213	0.667271230773687	2	1	1	1	1	False	5592	fragment	False	SPA0082_000000014181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	100.0	100.0	0.00042106725958866037	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MON0031_000000028307	1125	0.667271230773687	2	1	1	1	1	False	12416	fragment	False	MON0031_000000028307	1.0		0	0	False	False	0.9733333587646484	0					non-mobilizable	other	1125.0	95.822	100.0	0.0008422421925872196	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
SPA0156_000000019865	1104	0.667271230773687	2	1	1	1	1	False	3166	fragment	False	SPA0156_000000019865	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	99.00399999999999	100.0	0.015727448039425756	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
SPA0068_000000003977	3033	0.6672699811093964	3	3	2	3	1	True	101367	maximal	True	SPA0068_000000003977	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1540.0	88.896	51.0	0.00042044373489628326	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0247_000000003286	3669	0.6672605299102722	5	4	4	4	3	False	88330	fragment	False	ISR0247_000000003286	1.0		0	0	False	False	0.9967293739318848	0					non-mobilizable	other	3669.0	100.0	100.0	0.005852954880547382	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0135_000000006665	3220	0.6672605299102722	4	4	4	4	3	False	88329	fragment	False	ENG0135_000000006665	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3146.0	100.0	98.0	0.005018414149215245	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0074_000000009050	2457	0.6672588482893075	4	4	4	4	4	False	99891	fragment	False	SPA0150_000000006091	0.3193508114856429		0	0	False	False	1.0	0					non-mobilizable	other	2457.0	99.715	100.0	0.00778298897198631	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0039_000000011074	3109	0.6672582563317744	3	3	2	3	1	True	95194	fragment	False	ISR0039_000000011074	1.0		0	0	False	False	0.9884207248687744	0					non-mobilizable	no_good_hit	160.0	99.375	5.0	5.4471679522896604e-05	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	True
ISR0199_000000010135	2923	0.6672573102342273	4	1	1	1	1	False	28820	fragment	False	ISR0199_000000010135	1.0		0	0	False	False	0.9917892813682556	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.71984630979015e-07	CP020631.1	bony fishes	Oryzias latipes strain HSOK chromosome 11	True	False
USA0026_01_000000017447	1851	0.6672573102342273	3	1	1	1	1	False	22464	fragment	False	USA0026_01_000000017447	1.0		0	0	False	False	0.9945974946022034	0					non-mobilizable	no_good_hit	46.0	95.652	2.0	0.0004849346954610112	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	False
DEN0024_000000004622	1882	0.6672564957805993	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.26212128237300497		0	0	False	False	1.0	0					non-mobilizable	chromosome	1804.0	94.845	96.0	0.0005114245648766807	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0088_000000020953	1274	0.6672560791836616	3	2	2	1	2	False	15875	maximal	True	MAD0088_000000020953	1.0		18	5	False	False	0.9960753321647644	0					non-mobilizable	no_good_hit	421.0	79.097	33.0	0.0001584179584766777	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	False
ENG0189_000000004221	3266	0.667234946308093	4	4	4	3	3	False	129523	fragment	False	ENG0189_000000004221	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1894.0	94.19200000000001	94.0	0.0005046125283258334	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0382_000000003529	3714	0.6672346720995013	4	4	3	4	3	False	118668	maximal	True	ISR0382_000000003529	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3547.0	91.119	95.0	0.000656601628736818	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ENG0195_000000007755	3100	0.6672228652705233	4	2	2	2	1	True	54475	fragment	False	ENG0195_000000007755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.3853677458681407e-05	NC_009718.1	thermotogales	Fervidobacterium nodosum Rt17-B1, complete sequence	True	True
ENG0120_000000002233	8644	0.6672220651349846	4	4	3	3	2	True	80865	fragment	False	ENG0120_000000002233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	75.152	2.0	0.008108655990269612	NZ_FOAT01000029.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	True
FIJ0112_000000022163	1266	0.6672199999983588	1	1	1	1	1	False	51848	fragment	False	FIJ0005_000000030491	0.632046704587154		0	0	False	False	1.0	0					non-mobilizable	chromosome	1253.0	99.681	99.0	0.0002443140872244222	LR134196.1	enterobacteria	Klebsiella quasipneumoniae strain NCTC11357 genome assembly, chromosome: 1	False	False
ISR0781_000000013770	2091	0.6672184802957073	3	2	2	2	2	False	89541	fragment	False	ENG0137_000000007622	0.9492183131573265		0	0	False	False	0.9995217323303223	0					non-mobilizable	other	2040.0	99.853	98.0	0.0005788167271505071	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0088_000000020968	1405	0.6672114340470283	2	2	2	2	2	False	58798	fragment	False	FIJ0025_000000014075	0.8165725089235308		0	0	False	False	0.9935942888259888	0					non-mobilizable	no_good_hit	1064.0	70.583	74.0	0.00033295482418663777	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0037_000000004011	4920	0.6672105325374033	5	4	4	4	1	True	36719	maximal	True	ISR0037_000000004011	1.0		2	1	False	False	0.997560977935791	0					non-mobilizable	no_good_hit	127.0	83.465	3.0	0.001385932233457513	NZ_FNBY01000020.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	True
ISR0165_000000006859	2865	0.6672086445266604	4	3	3	3	2	False	91615	fragment	False	ISR0165_000000006859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	78.59899999999999	9.0	8.705203758317497e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0144_000000001223	4344	0.6672035942163851	9	5	3	2	5	False	31100	maximal	True	ISR0144_000000001223	1.0		29	3	False	False	1.0	0					non-mobilizable	no_good_hit	2297.0	86.896	53.0	0.037410354009769164	NZ_MIEH01000012.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_12, whole genome shotgun sequence	True	False
SPA0046_000000002841	7855	0.6671989268246418	7	7	4	7	5	False	82587	maximal	True	SPA0046_000000002841	1.0		1	1	False	False	0.9977084398269653	0					non-mobilizable	no_good_hit	1519.0	73.86399999999999	19.0	0.03563336274954087	NZ_MRAE01000023.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_22, whole genome shotgun sequence	True	False
ISR0400_000000007107	2559	0.6671965220764597	3	3	3	3	3	False	106127	maximal	True	ISR0400_000000007107	1.0		382	12	False	False	0.9980461001396179	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.675972897229416e-05	NZ_RRCO01000002.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_2, whole genome shotgun sequence	True	False
ENG0177_000000000231	40324	0.6671939256976137	40	11	4	9	6	False	129503	maximal	True	ENG0177_000000000231	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2073.0	82.875	5.0	0.024690317687705403	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
MON0080_000000013475	3435	0.6671920279635861	3	3	1	3	2	False	36616	maximal	True	MON0080_000000013475	0.9604949314251641		130	11	False	False	0.9959242939949036	0					non-mobilizable	no_good_hit	1005.0	84.478	63.0	0.000299876526743356	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0074_000000017167	1783	0.6671899632268319	2	2	2	2	2	False	44631	fragment	False	FIJ0074_000000017167	0.993905977945444		0	0	False	False	1.0	0					non-mobilizable	other	1792.0	83.259	100.0	0.21156138259833135	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
CHI0013_000000004393	2016	0.6671878124470892	2	2	2	2	1	True	89987	maximal	True	CHI0013_000000004393	0.992234183123554		17	7	False	False	0.995039701461792	0					non-mobilizable	no_good_hit	762.0	72.441	51.0	0.00018388342673385523	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0012_000000012573	1924	0.6671878124470892	2	2	2	2	1	True	89987	maximal	False	CHI0013_000000004393	0.9775817322590642		0	0	False	False	0.9870062470436096	0					non-mobilizable	no_good_hit	844.0	88.626	51.0	0.01434314527119106	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
ISR0092_000000015801	1844	0.6671878124470892	2	2	2	2	1	True	89987	maximal	False	CHI0013_000000004393	0.9516140453640455		0	0	False	False	0.9875271320343018	0					non-mobilizable	no_good_hit	844.0	88.626	53.0	0.01434314527119106	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
SPA0033_000000022540	1404	0.6671878124470892	2	2	2	2	1	True	7189	fragment	False	SPA0033_000000022540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	88.507	69.0	0.01434314527119106	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
ISR0838_000000000792	18562	0.6671791961969029	28	21	7	12	15	True	116735	fragment	False	ISR0838_000000000792	1.0		0	0	False	False	0.99973064661026	0					non-mobilizable	other	18328.0	99.98899999999999	99.0	0.2774984857662023	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
FIJ0133_000000016840	2248	0.6671784694756846	3	3	1	3	1	False	40688	maximal	True	FIJ0133_000000016840	1.0		3	3	False	False	0.9817615747451782	0					non-mobilizable	no_good_hit	127.0	77.953	6.0	3.9785836691332814e-05	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ITA0014_000000000070	2733	0.6671768627337781	5	3	3	2	2	False	20315	maximal	True	ITA0014_000000000070	1.0		433	13	False	False	0.9963409900665283	0					non-mobilizable	other	1601.0	95.00299999999999	100.0	0.05379417005682009	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0018_000000013844	2151	0.6671747557010065	3	3	3	2	2	False	111716	fragment	False	CHI0186_000000008050	0.7184473203285112		0	0	False	False	0.9930264949798584	0					non-mobilizable	other	2132.0	85.131	100.0	0.004606895823433127	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0066_000000010691	2428	0.6671660332723126	3	3	2	2	3	False	16585	fragment	False	MAD0066_000000010691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	82.514	75.0	0.0005420135437159193	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0094_000000002265	5488	0.6671597335752762	7	7	2	6	7	True	125599	backbone	False	MAD0046_000000003898	0.584452648502276	PS931	0	0	True	True	1.0	1					non-mobilizable	plasmid	5511.0	94.611	100.0	0.06536724506774423	CP041414.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_3, complete sequence	False	True
SPA0010_000000014093	1754	0.6671586576475216	3	3	3	3	3	False	8080	maximal	True	SPA0010_000000014093	1.0		20	5	False	False	1.0	0					non-mobilizable	chromosome	1015.0	96.65	100.0	0.000326830776113505	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0015_000000024129	1572	0.6671579974201102	1	1	1	1	1	False	13406	maximal	True	MON0015_000000024129	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	73.729	37.0	0.00014546363409147713	CP011265.1	verrucomicrobia	Verrucomicrobia bacterium IMCC26134, complete genome	True	False
MAD0002_000000008647	3764	0.6671574481757382	3	3	3	2	2	False	123213	maximal	True	MAD0002_000000008647	1.0		16	5	False	False	0.9997343420982361	0					non-mobilizable	no_good_hit	1458.0	94.719	39.0	0.005557879868422568	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
DEN0081_000000003804	2211	0.6671509793059569	3	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.6700419319209704		0	0	False	False	0.9995477199554443	0					non-mobilizable	other	1950.0	85.795	100.0	0.01108	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0262_000000007674	2133	0.6671509793059569	3	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.2830235101472561		0	0	False	False	0.9953117966651917	0					non-mobilizable	other	1839.0	84.611	100.0	0.010382857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0815_000000014600	2130	0.6671509793059569	2	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.42781316525001445		0	0	False	False	0.9995304942131042	0					non-mobilizable	other	1863.0	85.4	100.0	0.010582857142857142	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0071_000000003038	2011	0.6671509793059569	2	2	2	1	1	False	124443	fragment	False	CHI0069_000000003604	0.09573459715639811		0	0	False	False	1.0	0					non-mobilizable	other	2011.0	99.751	100.0	0.011485714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0169_000000016611	1899	0.6671509793059569	3	2	2	1	1	False	124443	fragment	False	CHI0069_000000003604	0.23773368107317241		0	0	False	False	0.9973670244216919	0					non-mobilizable	other	1899.0	99.895	100.0	0.010845714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0100_000000007639	1875	0.6671509793059569	3	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.1128777403892522		0	0	False	False	0.9957333207130432	0					non-mobilizable	other	1796.0	84.07600000000001	95.0	0.010137142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0038_000000014823	1821	0.6671509793059569	3	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.2229459746729664		0	0	False	False	0.9994508624076843	0					non-mobilizable	other	1827.0	85.714	100.0	0.010314285714285715	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0819_000000016028	1653	0.6671509793059569	2	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.057811928005664835		0	0	False	False	0.9981850981712341	0					non-mobilizable	other	1659.0	85.292	100.0	0.009417142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0119_000000012340	1427	0.6671509793059569	2	2	2	1	1	False	111653	fragment	False	FIJ0132_000000027548	0.24959580213909213		0	0	False	False	0.9915907382965088	0					non-mobilizable	other	1364.0	87.17	95.0	0.007754285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0061_000000019804	1417	0.6671509793059569	3	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.05388267491670633		0	0	False	False	1.0	0					non-mobilizable	other	1428.0	88.866	100.0	0.00812	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0072_000000007203	1416	0.6671509793059569	2	2	2	1	1	False	84836	fragment	False	FIJ0028_000000019490	0.9440683430045133		0	0	False	False	0.9887005686759949	0					non-mobilizable	other	1416.0	99.36399999999999	100.0	0.008085714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0801_000000005976	1309	0.6671509793059569	2	2	2	1	1	False	111653	fragment	False	FIJ0132_000000027548	0.201089370884665		0	0	False	False	0.9992360472679138	0					non-mobilizable	other	1307.0	86.611	99.0	0.007365714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0113_000000011375	3269	0.6671488997401824	4	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.530723709199282		0	0	False	False	0.9996941089630127	0					non-mobilizable	other	3270.0	98.287	100.0	0.06337727801473439	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
MAD0064_000000003520	5042	0.6671460069630425	1	1	1	1	1	False	16687	maximal	True	MAD0064_000000003520	1.0		3	2	False	False	0.9890916347503662	0					non-mobilizable	no_good_hit	106.0	77.358	2.0	0.001598392473854866	CP033047.1	firmicutes	Virgibacillus sp. Bac332 plasmid unnamed, complete sequence	True	False
ISR0330_000000007272	3576	0.6671404893303043	5	4	4	4	4	False	112702	fragment	False	ISR0330_000000007272	1.0		0	0	False	False	0.9913311004638672	0					non-mobilizable	other	3261.0	92.54799999999999	99.0	0.03537658950114118	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0279_000000017256	1323	0.6671399670569663	2	2	2	2	2	False	26222	fragment	False	ISR0279_000000017256	1.0		0	0	False	False	0.9939531087875366	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	6.0	2.334154576693586e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MAD0112_000000009357	2959	0.6671332816635785	3	2	0	2	0	True	85345	fragment	False	MAD0112_000000009357	1.0		0	0	False	False	0.9996620416641235	0					non-mobilizable	other	2967.0	89.45100000000001	99.0	0.006176853735700082	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0104_000000009701	2590	0.6671332816635785	2	2	0	2	0	True	85343	fragment	False	ISR0104_000000009701	0.9730008244023083		0	0	False	False	0.9907335638999939	0					non-mobilizable	other	2594.0	90.594	100.0	0.005401087745197465	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0007_000000007690	2437	0.6671332816635785	2	1	0	1	0	True	127106	maximal	True	AST0007_000000007690	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0064_000000007389	2426	0.6671332816635785	2	2	0	2	0	True	85343	fragment	False	ISR0104_000000009701	0.9432432432432433		0	0	False	False	1.0	0					non-mobilizable	other	2429.0	89.831	100.0	0.005060252552604671	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0087_000000013233	2008	0.6671332816635785	3	2	0	2	0	True	61900	fragment	False	ENG0087_000000013233	1.0		0	0	False	False	0.9980079531669617	0					non-mobilizable	no_good_hit								True	True
MON0062_000000019888	1872	0.6671332816635785	3	2	0	2	0	True	19074	fragment	False	MON0062_000000019888	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	89.32700000000001	92.0	0.003598634150013487	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0092_000000030632	1816	0.6671332816635785	3	2	0	2	0	True	80841	fragment	False	MON0092_000000030632	1.0		0	0	False	False	0.975220263004303	0					non-mobilizable	no_good_hit								True	True
ISR0137_000000013999	1780	0.6671332816635785	3	2	0	2	0	True	129111	fragment	False	ISR0137_000000013999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0264_000000006315	1735	0.6671332816635785	3	2	0	2	0	True	26620	fragment	False	ISR0264_000000006315	1.0		0	0	False	False	0.9976945519447327	0					non-mobilizable	no_good_hit								True	True
MON0040_000000016620	1669	0.6671332816635785	2	2	0	2	0	True	11861	fragment	False	MON0040_000000016620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0035_000000013367	1664	0.6671332816635785	3	2	0	2	0	True	18767	fragment	False	MAD0035_000000013367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0202_000000013057	1632	0.6671332816635785	2	2	0	2	0	True	54125	fragment	False	ENG0202_000000013057	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0095_000000005663	1514	0.6671332816635785	2	2	0	2	0	True	83488	fragment	False	CHI0095_000000005663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0258_000000018889	1494	0.6671332816635785	2	2	0	2	0	True	26776	maximal	True	ISR0258_000000018889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	97.03	14.0	0.004922939910447023	NZ_JAAITI010000031.1	firmicutes	Blautia luti strain MSK.16.34 NODE_31_length_40423_cov_184.708, whole genome shotgun sequence	True	True
ISR0169_000000023061	1402	0.6671332816635785	3	2	0	2	0	True	61898	fragment	False	ISR0169_000000023061	0.9698555300638302		0	0	False	False	0.995720386505127	0					non-mobilizable	no_good_hit	920.0	72.609	65.0	0.0019070042677584544	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0047_000000029131	1368	0.6671332816635785	2	2	0	2	0	True	11447	fragment	False	MON0047_000000029131	1.0		0	0	False	False	0.9992690086364746	0					non-mobilizable	no_good_hit								True	True
ISR0329_000000012977	1342	0.6671332816635785	2	2	0	2	0	True	24689	fragment	False	ISR0329_000000012977	1.0		0	0	False	False	0.9873323440551758	0					non-mobilizable	no_good_hit								True	True
SPA0101_000000029806	1339	0.6671332816635785	2	2	0	2	0	True	24404	fragment	False	SPA0101_000000029806	1.0		0	0	False	False	0.9656460285186768	0					non-mobilizable	no_good_hit								True	True
MON0090_000000046642	1332	0.6671332816635785	2	2	0	2	0	True	19071	fragment	False	MON0090_000000046642	1.0		0	0	False	False	0.8971471190452576	0					non-mobilizable	other	1214.0	90.03299999999999	91.0	0.0025343083032053145	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0078_000000019391	1330	0.6671332816635785	2	2	0	2	0	True	61898	fragment	False	ISR0169_000000023061	0.9446848337793945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0031_000000025319	1324	0.6671332816635785	2	2	0	2	0	True	61898	fragment	False	ISR0169_000000023061	0.9413880635969383		0	0	False	False	0.9894259572029114	0					non-mobilizable	no_good_hit								True	True
MAD0026_000000011958	1211	0.6671332816635785	2	2	0	2	0	True	19070	fragment	False	MAD0026_000000011958	1.0		0	0	False	False	0.9983484745025635	0					non-mobilizable	other	1211.0	88.35700000000001	100.0	0.0025301262763023353	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0037_000000068997	1129	0.6671332816635785	2	2	0	2	0	True	12023	fragment	False	MON0037_000000068997	1.0		0	0	False	False	0.9840567111968994	0					non-mobilizable	other	1130.0	89.115	100.0	0.002356572159828704	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0129_000000020478	1116	0.6671332816635785	2	2	0	2	0	True	40901	fragment	False	FIJ0129_000000020478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ITA0001_000000003545	1114	0.6671332816635785	2	2	0	2	0	True	20444	fragment	False	ITA0001_000000003545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0338_000000026970	1100	0.6671332816635785	2	2	0	2	0	True	24403	fragment	False	ISR0338_000000026970	1.0		0	0	False	False	0.9209091067314148	0					non-mobilizable	no_good_hit								True	True
MAD0109_000000007454	1898	0.6671314638742691	3	3	2	3	2	False	14589	fragment	False	MAD0109_000000007454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	98.42	37.0	0.00027936722319029327	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
ISR0377_000000000585	13682	0.6671277839431946	17	11	4	7	7	True	118455	fragment	False	ISR0377_000000000585	1.0		0	0	False	False	0.9974418878555298	0					non-mobilizable	no_good_hit	3124.0	81.05	43.0	0.0009726997903620769	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0051_000000014032	2824	0.6671198186915483	4	4	4	4	2	False	35853	maximal	True	ISR0051_000000014032	1.0		0	0	False	False	0.9872521162033081	0					non-mobilizable	no_good_hit	798.0	94.61200000000001	28.0	0.1290270357778857	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0031_01_000000017584	1541	0.6671170077238285	1	1	1	1	1	False	129429	maximal	False	ENG0089_000000011930	0.6986967624735815		0	0	False	False	0.9987021684646606	0					non-mobilizable	other	1541.0	99.74	100.0	0.006288024172144869	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0273_000000008729	1518	0.6671170077238285	1	1	1	1	1	False	129429	maximal	False	ENG0089_000000011930	0.5668531221130081		0	0	False	False	0.9993412494659424	0					non-mobilizable	other	1518.0	99.34100000000001	100.0	0.006194112122820628	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0225_000000014169	1513	0.6671170077238285	1	1	1	1	1	False	129429	maximal	False	ENG0089_000000011930	0.5661085458241343		0	0	False	False	0.9986781477928162	0					non-mobilizable	other	1513.0	99.273	100.0	0.006173696459924054	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0106_000000007972	4852	0.6671137267840921	5	5	5	4	4	False	94529	fragment	False	SPA0106_000000007972	0.9848083545140828		0	0	False	False	1.0	0					non-mobilizable	other	4854.0	99.485	100.0	0.0013851103350408654	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0100_000000000721	23313	0.6671126365731115	18	12	3	12	4	True	22455	maximal	True	MON0100_000000000721	0.9667466779249064		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	0.0	0.001580999894600007	NZ_BJYR01000034.1	a-proteobacteria	Novosphingobium sediminis strain NBRC 106119 sequence34, whole genome shotgun sequence	True	True
ISR0386_000000006156	5781	0.6671121141222588	6	3	2	3	2	False	118969	maximal	True	ISR0386_000000006156	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	74.61399999999999	10.0	0.00016722526602408044	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0192_000000007564	2536	0.6671031563959884	6	5	2	4	3	False	76107	maximal	True	ISR0192_000000007564	1.0		23	5	False	False	0.999605655670166	0					non-mobilizable	no_good_hit	1202.0	96.42299999999999	56.0	0.00885733054819495	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	True	False
SPA0092_000000016783	2593	0.6671025143383605	3	3	3	3	3	False	50914	fragment	False	SPA0092_000000016783	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	99.929	97.0	0.000380703213994953	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0382_000000005916	2336	0.6670841168969415	3	3	3	3	2	False	34567	maximal	True	ISR0382_000000005916	1.0		11	4	False	False	0.9978595972061157	0					non-mobilizable	no_good_hit	2002.0	77.07300000000001	87.0	0.0005335547232590198	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0040_000000014375	2236	0.6670764278116482	3	3	3	3	2	False	18371	maximal	True	MAD0040_000000014375	1.0		27	6	False	False	0.9995527863502502	0					non-mobilizable	no_good_hit	1362.0	73.20100000000001	60.0	0.0064003775693013045	NZ_FNHC01000007.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	False
ISR0785_000000021082	1774	0.6670759845438382	4	2	2	2	2	False	37341	fragment	False	USA0082_01_000000015994	0.9664519592055824		0	0	False	False	0.9954904317855835	0					non-mobilizable	no_good_hit	113.0	79.646	6.0	7.034259424778276e-05	NZ_QXTG01000002.1	high GC Gram+	Amnibacterium setariae strain DD4a contig2, whole genome shotgun sequence	True	False
DEN0031_000000010075	3265	0.6670741200419729	3	2	2	2	1	True	73804	maximal	True	DEN0031_000000010075	1.0		2	2	False	False	0.9917304515838623	0					non-mobilizable	no_good_hit	1607.0	99.93799999999999	49.0	0.000506207343914937	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
CHI0142_000000003107	5400	0.6670712251674934	7	6	5	5	5	True	89878	fragment	False	CHI0142_000000003107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	78.947	18.0	0.0035287907383705374	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0101_000000007582	3166	0.6670655351593104	5	5	3	5	3	False	33145	maximal	True	ISR0101_000000007582	1.0		1	1	False	False	0.9990524053573608	0					non-mobilizable	no_good_hit	1222.0	100.0	39.0	0.019345945432075292	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	False
MAD0105_000000007052	4439	0.6670592162763335	5	4	3	4	3	False	48676	maximal	True	MAD0105_000000007052	1.0		1	1	False	False	0.9972966909408569	0					non-mobilizable	no_good_hit	595.0	71.429	14.0	0.00015589657932282424	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0080_000000008023	3677	0.6670505385931135	5	5	5	5	4	True	34312	maximal	True	ISR0080_000000008023	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	91.34200000000001	19.0	0.00022304427718988708	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
CHI0158_000000008291	2145	0.6670449098694362	4	3	2	3	3	False	78892	maximal	True	CHI0158_000000008291	1.0		29	9	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	78.04899999999999	15.0	0.0025804797127813887	NZ_JNJN01000001.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0042_000000001157	19145	0.6670412070116762	21	11	8	9	9	False	82545	maximal	True	ENG0042_000000001157	1.0		1	1	False	False	0.999059796333313	0					non-mobilizable	no_good_hit	739.0	81.867	4.0	0.002362825733554379	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0779_000000005422	5839	0.6670387455403749	9	3	2	2	2	False	22354	maximal	True	ISR0779_000000005422	1.0		72	5	False	False	1.0	0					non-mobilizable	no_good_hit	3982.0	99.874	68.0	0.08224017187596835	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	True	False
ISR0054_000000004016	5471	0.6670359015480204	8	4	2	2	4	False	87167	maximal	True	ISR0054_000000004016	1.0		17	4	False	False	0.9996344447135925	0					non-mobilizable	no_good_hit	3422.0	99.38600000000001	63.0	0.0005724426030492901	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
AST0108_000000004033	5440	0.6670350761745747	7	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.8442666799348025	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	5136.0	99.669	98.0	0.043579210573316665	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0102_000000007028	5358	0.6670350761745747	7	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7820848056235888	PS1159|PS463	0	0	True	True	1.0	211		MOBV			mobilizable	other	3117.0	99.743	100.0	0.026501331019995068	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0079_000000012747	2164	0.667022853739619	4	3	3	3	2	False	34377	fragment	False	ISR0079_000000012747	1.0		0	0	False	False	0.9953789114952087	0					non-mobilizable	other	2165.0	98.06	100.0	0.0006937871855163177	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0082_000000014345	2748	0.6670215355399647	3	3	2	3	2	False	69283	maximal	True	DEN0082_000000014345	1.0		1	1	False	False	0.9967249035835266	0					non-mobilizable	no_good_hit	553.0	77.758	20.0	0.0014957801530718084	NZ_FQXV01000002.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
AST0019_000000006794	3936	0.6670191760222851	3	3	2	3	3	False	122846	fragment	False	ENG0179_000000007587	0.9397603916663849		0	0	False	False	0.9982215166091919	0					non-mobilizable	no_good_hit	462.0	71.861	12.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
ISR0011_000000017857	1595	0.6670178926575978	3	3	3	2	2	False	73589	maximal	True	ISR0011_000000017857	1.0		17	7	False	False	0.9874607920646667	0					non-mobilizable	no_good_hit	59.0	86.441	4.0	2.0951471335136122e-05	AP018685.1	g-proteobacteria	Vibrio rumoiensis FERM P-14531 DNA, chromosome 1, complete geome	True	False
USA0073_01_000000012265	1127	0.6670146437692188	2	2	2	2	2	False	699	fragment	False	USA0073_01_000000012265	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	96.185	100.0	0.0005395627433363282	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
ISR0358_000000011197	1749	0.6670137161794358	2	2	2	2	2	False	23856	fragment	False	SPA0071_000000012344	0.978125		0	0	False	False	0.994854211807251	0					non-mobilizable	other	1741.0	99.943	99.0	0.0005586254987498347	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0095_000000029622	1282	0.6670126993156699	2	2	2	2	1	False	15562	maximal	True	MAD0095_000000029622	1.0		25	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0277_000000001840	4788	0.6670110368641851	9	4	2	2	3	True	26302	fragment	False	ISR0277_000000001840	1.0		0	0	False	False	0.9987468719482422	0					non-mobilizable	no_good_hit	1170.0	95.04299999999999	56.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0317_000000000613	21628	0.6670032885001116	29	17	8	14	12	False	128722	fragment	False	ISR0317_000000000613	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2889.0	90.86200000000001	38.0	0.0012353561414695036	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ISR0104_000000006648	3805	0.6670020872819991	6	5	4	2	2	True	82703	maximal	True	ISR0104_000000006648	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2131.0	78.038	55.0	0.06865759518513673	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	True
ISR0021_000000015934	1499	0.6670014200463908	3	2	2	2	1	False	56294	maximal	True	ISR0021_000000015934	1.0		147	8	False	False	0.9633088707923889	0					non-mobilizable	no_good_hit	1189.0	93.524	79.0	0.08827904209430314	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	False
CHI0055_000000014422	1224	0.6669966651442826	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.895393397506981		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	99.02	100.0	0.0017584041799122091	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
MAD0035_000000010023	2229	0.6669944791034411	3	3	2	2	2	False	43479	maximal	True	MAD0035_000000010023	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	73.01100000000001	31.0	0.0008774292861266115	CP053097.1	mycoplasmas	Mycoplasma sp. Mirounga ES2806-NAS chromosome, complete genome	True	False
USA0026_01_000000007525	4525	0.6669896518792688	5	5	5	5	5	False	129899	maximal	True	USA0026_01_000000007525	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1434.0	78.87	83.0	0.00038241214971904635	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0081_000000013210	1983	0.6669883109429084	3	2	2	2	2	False	61662	fragment	False	ENG0081_000000013210	0.993658041603247		0	0	False	False	0.9994956851005554	0					non-mobilizable	no_good_hit	844.0	72.512	41.0	0.0005009419421133756	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ENG0100_000000015501	1971	0.6669883109429084	3	2	2	2	2	False	61662	fragment	False	ENG0081_000000013210	0.9906707009581442		0	0	False	False	0.9984779357910156	0					non-mobilizable	no_good_hit	835.0	72.335	41.0	0.0004966603870525775	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
ENG0061_000000000394	34423	0.666980127402223	31	11	9	9	8	True	73646	fragment	False	ISR0067_000000000417	0.9478854154653216		0	0	False	False	0.9995352029800415	0					non-mobilizable	no_good_hit	297.0	74.411	1.0	0.007477606127482799	NZ_JDUT01000017.1	high GC Gram+	Bifidobacterium saguini DSM 23967 contig17, whole genome shotgun sequence	True	True
DEN0045_000000004847	6477	0.6669794662163511	6	6	4	5	5	False	102065	maximal	True	DEN0045_000000004847	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	2223.0	94.06200000000001	34.0	0.006155966015274159	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0779_000000008835	3707	0.6669769426858222	7	4	4	4	3	False	74816	fragment	False	ISR0779_000000008835	0.9854703415218694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	78.986	7.0	0.0002932094621808125	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	False
CAN0003_000000023608	2103	0.6669769076777294	3	3	3	3	1	False	96615	maximal	True	CAN0003_000000023608	1.0		61	11	False	False	0.9828816056251526	0					non-mobilizable	no_good_hit	1276.0	73.824	60.0	0.0003772481462495397	CP028149.1	firmicutes	Clostridium perfringens strain JXJA17 chromosome, complete genome	True	False
FIJ0068_000000013896	2285	0.6669747154053174	3	3	2	2	1	False	45077	fragment	False	FIJ0068_000000013896	1.0		0	0	False	False	0.9947483539581299	0					non-mobilizable	no_good_hit	882.0	95.125	39.0	0.015390265656971965	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
DEN0061_000000010968	3600	0.6669663560264888	5	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.9322018124597778		0	0	False	False	1.0	0					non-mobilizable	chromosome	3595.0	96.60600000000001	99.0	0.001005051566618182	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0104_000000008389	3011	0.6669650233009164	4	3	1	2	1	False	132417	fragment	False	FIJ0075_000000003112	0.19445746320665686		0	0	False	False	0.9996678829193115	0					non-mobilizable	chromosome	3011.0	99.934	100.0	0.0008480805907599788	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0045_000000008258	3025	0.6669642557900167	3	3	2	3	3	False	113077	fragment	False	ISR0319_000000005898	0.8189387052576116		0	0	False	False	1.0	0					non-mobilizable	other	2931.0	99.829	97.0	0.019568556735457158	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0019_000000005839	2875	0.6669642557900167	3	3	2	3	3	False	113077	fragment	False	ISR0319_000000005898	0.8100561210635951		0	0	False	False	1.0	0					non-mobilizable	other	2872.0	99.965	99.0	0.019174514125425767	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
SPA0023_000000021600	1323	0.6669640105773239	2	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.7189271176767552		0	0	False	False	0.9939531087875366	0					non-mobilizable	other	1202.0	99.00200000000001	91.0	0.003866149463213636	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0076_000000015707	1161	0.6669640105773239	1	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.4495709367053728		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	98.794	100.0	0.0037341660094319883	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0029_000000028512	1104	0.6669640105773239	1	1	1	1	1	False	74440	fragment	False	USA0035_01_000000013933	0.2521609442118241		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	98.822	100.0	0.0035506768175892094	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0044_000000011483	2134	0.6669582063244334	2	2	2	2	2	False	17966	maximal	True	MAD0044_000000011483	1.0		12	3	False	False	0.9995313882827759	0					non-mobilizable	no_good_hit	1295.0	98.68700000000001	61.0	0.43018617021276595	KU544878.1	bacteria	Uncultured bacterium clone CX_01A_000_Contig_7 genomic sequence	True	False
MAD0021_000000006514	2256	0.6669506074139913	2	2	2	2	2	False	19328	maximal	True	MAD0021_000000006514	1.0		198	9	False	False	0.998670220375061	0					non-mobilizable	no_good_hit	1052.0	86.59700000000001	70.0	0.0002798281764299313	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0130_000000003424	6653	0.6669438563286301	10	4	2	3	1	False	40895	fragment	False	FIJ0130_000000003424	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000018016	1403	0.6669385316121175	3	3	3	2	2	False	65282	fragment	False	ENG0036_000000018016	1.0		0	0	False	False	0.9978617429733276	0					non-mobilizable	chromosome	1403.0	99.572	100.0	0.0006394736794093124	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
MON0033_000000037408	1614	0.6669341934256107	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2989859792477268		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	98.079	100.0	0.0005018015702998179	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0026_000000013738	2046	0.6669312351091128	4	3	1	3	1	True	119349	fragment	False	AST0026_000000013738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	96.476	21.0	0.0006483577328134996	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
ISR0128_000000015419	2301	0.6669309983775068	3	3	3	3	3	False	127983	maximal	True	ISR0128_000000015419	1.0		94	7	False	False	0.9991307854652405	0					non-mobilizable	chromosome	1808.0	99.447	100.0	0.0005695620613040418	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0346_000000007352	2841	0.6669306532769342	3	3	3	3	2	False	99288	fragment	False	SPA0145_000000011526	0.9272343779245638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.71	28.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0029_000000007522	6062	0.6669252479398072	7	5	3	4	4	False	37150	fragment	False	ISR0029_000000007522	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5983.0	99.24799999999999	99.0	0.0025784958802844904	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0310_000000014419	1267	0.6669218398820153	3	3	3	2	2	False	87109	fragment	False	FIJ0123_000000020607	0.6040281734144148		0	0	False	False	0.9960536956787109	0					non-mobilizable	chromosome	1268.0	97.634	100.0	0.0002462030419192256	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
ISR0783_000000005674	2458	0.666917893079334	4	4	3	2	2	False	22248	maximal	True	ISR0783_000000005674	1.0		721	14	False	False	0.9877949357032776	0					non-mobilizable	plasmid	1211.0	97.605	98.0	0.0018148003719590845	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	False	True
ISR0238_000000006073	2334	0.6669123236972965	5	3	2	3	2	True	41336	fragment	False	ISR0238_000000006073	1.0		0	0	False	False	0.9935732483863831	0					non-mobilizable	no_good_hit	766.0	72.715	32.0	0.00022792884025332145	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	True
ENG0191_000000021356	1511	0.6669093148778876	3	2	1	1	2	False	86269	fragment	False	ENG0191_000000021356	0.9633286318758816		0	0	False	False	0.9907346367835999	0					non-mobilizable	other	1515.0	95.314	100.0	0.010764953304341627	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ISR0029_000000033534	1234	0.6669050235625053	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06025978835151247		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	91.26899999999999	100.0	0.04143739095423433	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
MON0019_000000001368	22272	0.6668993679617331	28	12	3	6	7	False	91525	fragment	False	DEN0046_000000000271	0.6233939237677796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	75.572	15.0	0.13800551128323527	JQ680352.1	viruses	Unidentified phage clone 1013_scaffold1713 genomic sequence	True	False
ISR0834_000000009344	1836	0.6668991730501235	2	1	0	1	1	True	36840	fragment	False	ISR0834_000000009344	1.0		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	plasmid	1859.0	86.60600000000001	100.0	0.5096525096525096	AF540971.1	high GC Gram+	Bifidobacterium longum NCC2705 plasmid pBLO1, complete sequence	False	True
ISR0034_000000014363	1495	0.6668991730501235	2	1	0	1	1	True	36839	fragment	False	ISR0034_000000014363	1.0		0	0	False	False	0.9959866404533386	0	rep_cluster_1351				non-mobilizable	plasmid	1518.0	84.71700000000001	100.0	0.4152869757174393	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
ISR0260_000000010472	1491	0.6668991730501235	2	1	0	1	1	True	109198	fragment	False	AST0094_000000013420	0.6328642141624178		0	0	False	False	0.9979879260063171	0	rep_cluster_1351				non-mobilizable	plasmid	1491.0	97.921	100.0	0.19310523587350958	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ENG0160_000000003080	7071	0.666898946108479	9	6	3	5	4	True	106907	maximal	True	ENG0160_000000003080	1.0	PS656|PS657	6	2	False	True	0.9950501918792725	0					non-mobilizable	no_good_hit	5698.0	98.736	80.0	0.9632949932341002	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0135_000000003211	6192	0.666898946108479	7	6	3	5	4	True	106906	backbone	False	ISR0821_000000004031	0.9875721640045796	PS656|PS657	0	0	True	True	0.9932170510292053	6					non-mobilizable	other	3975.0	98.667	91.0	0.672192151556157	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0289_000000001209	5262	0.666898946108479	7	6	3	5	4	True	106906	backbone	False	ISR0821_000000004031	0.815166056568338	PS656|PS657	0	0	False	True	1.0	0					non-mobilizable	other	4074.0	98.72399999999999	99.0	0.6887686062246279	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0155_000000001346	19197	0.6668984511719613	19	15	5	8	12	True	105603	fragment	False	ISR0344_000000000969	0.9899498278226817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11334.0	96.083	83.0	0.0021905066810453773	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
FIJ0140_000000002742	8462	0.6668904786746763	18	10	6	7	6	False	40411	maximal	True	FIJ0140_000000002742	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2362.0	83.023	36.0	0.00040739489813818437	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ENG0178_000000016003	1425	0.6668892197981385	3	3	3	2	2	False	128206	fragment	False	ENG0178_000000016003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	86.009	78.0	0.017877551020408163	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0147_000000008247	2354	0.6668846154226128	2	2	2	2	1	False	83493	maximal	True	CHI0147_000000008247	1.0		133	12	False	False	0.9936278462409973	0					non-mobilizable	no_good_hit	1422.0	82.13799999999999	63.0	0.007443933431321417	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
USA0001_01_000000008453	1942	0.6668757584344492	5	4	3	4	3	False	23367	maximal	True	USA0001_01_000000008453	1.0		35	7	False	False	0.9989701509475708	0					non-mobilizable	no_good_hit	65.0	86.154	3.0	0.0002492582556746456	NZ_MUZU01000007.1	g-proteobacteria	Colwellia agarivorans strain QM50 contig7, whole genome shotgun sequence	True	False
USA0069_01_000000010510	5818	0.6668748721168207	5	4	4	4	3	False	810	maximal	True	USA0069_01_000000010510	1.0		2	1	False	False	0.9981093406677246	0					non-mobilizable	no_good_hit	739.0	72.26	12.0	0.0005606757226637672	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
CAN0002_000000004327	3906	0.6668744492847597	2	2	2	2	2	False	96971	maximal	True	CAN0002_000000004327	1.0		0	0	False	False	0.9895033240318298	0					non-mobilizable	no_good_hit	774.0	98.708	32.0	0.0002158769680247621	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0038_000000018005	1459	0.6668639746311018	2	2	2	2	1	True	113698	maximal	False	AST0055_000000022653	0.8316046874642045		0	0	False	False	0.9986292123794556	0					non-mobilizable	other	1460.0	97.80799999999999	100.0	0.003123849164546988	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
ENG0163_000000018870	1383	0.6668639746311018	2	2	2	2	1	True	113698	maximal	False	AST0055_000000022653	0.7050176882494054		0	0	False	False	1.0	0					non-mobilizable	other	1383.0	98.915	100.0	0.002958985294999272	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
DEN0061_000000036245	1214	0.6668639746311018	2	2	2	2	1	True	113698	maximal	False	AST0055_000000022653	0.1954217959475583		0	0	False	False	0.9991762638092041	0					non-mobilizable	other	1214.0	99.671	100.0	0.0025971412176802582	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
DEN0063_000000024890	1963	0.6668603137757789	3	2	2	2	1	True	71512	maximal	True	DEN0063_000000024890	1.0		1	1	False	False	0.9974528551101685	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.665007458968884e-05	NZ_JAMB01000001.1	g-proteobacteria	Marinomonas ushuaiensis DSM 15871 contig1, whole genome shotgun sequence	True	True
SPA0097_000000001565	12898	0.6668597265470044	21	5	2	5	2	False	5141	maximal	True	SPA0097_000000001565	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	92.22200000000001	1.0	0.0005031561613759034	NZ_FQTV01000009.1	CFB group bacteria	Bacteroides luti strain DSM 26991, whole genome shotgun sequence	True	False
ISR0176_000000019847	1724	0.6668515613779871	2	2	2	2	1	False	29816	fragment	False	ISR0176_000000019847	1.0		0	0	False	False	0.9733178615570068	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0005674176193678547	NZ_LNAM01000146.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf23, whole genome shotgun sequence	True	False
ISR0107_000000010563	2397	0.6668465378511684	3	3	3	3	2	False	80886	fragment	False	ISR0107_000000010563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	72.60600000000001	33.0	0.000202325310487604	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ENG0051_000000020455	1439	0.666827657985281	3	2	2	2	1	False	64039	maximal	True	ENG0051_000000020455	1.0		4	2	False	False	0.9944405555725098	0					non-mobilizable	no_good_hit								True	False
ISR0143_000000009580	3316	0.6668264541575223	5	5	5	5	5	False	89364	fragment	False	ISR0143_000000009580	1.0		0	0	False	False	0.9987937211990356	0					non-mobilizable	no_good_hit	257.0	76.265	16.0	0.00029775635292013066	CP012399.1	a-proteobacteria	Chelatococcus sp. CO-6 plasmid pCO-6, complete sequence	True	False
MAD0086_000000000215	18352	0.6668247330286569	28	10	6	9	6	False	18148	maximal	True	MAD0086_000000000215	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	74.051	3.0	0.00015606996752138812	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0308_000000008001	2114	0.6668239396530835	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.4721281715066065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1655.0	83.021	78.0	0.0005733841025161977	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0844_000000010061	1273	0.6668097519710455	2	1	1	1	1	False	20702	maximal	True	ISR0844_000000010061	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	4.9067675825199475e-06	NZ_VIVK01000001.1	high GC Gram+	Kribbella amoyensis strain DSM 24683 Ga0264281_11, whole genome shotgun sequence	True	False
FIJ0060_000000003712	3552	0.6668094319553415	3	2	2	2	2	False	118742	maximal	False	ISR0021_000000006185	0.960393944470493		0	0	False	False	0.9893018007278442	0					non-mobilizable	other	2495.0	99.359	97.0	0.0022666809716996744	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0312_000000007857	2176	0.6668090447265915	6	5	1	3	3	False	25255	fragment	False	ISR0312_000000007857	1.0		0	0	False	False	0.9885110259056091	0					non-mobilizable	other	1485.0	99.529	100.0	0.011475308355386354	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ETH0002_000000018334	1333	0.6668019835695219	2	1	1	1	1	False	105758	maximal	True	ETH0002_000000018334	1.0		1	1	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit								True	False
MON0092_000000041872	1332	0.6668019835695219	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.8573463568433319		0	0	False	False	0.9864864945411682	0					non-mobilizable	no_good_hit								True	False
MON0027_000000004790	6950	0.6668000069046452	11	10	7	10	8	False	74002	maximal	True	MON0027_000000004790	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	77.82300000000001	29.0	0.0018376532320079613	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0100_000000000802	11434	0.6667980353312881	13	11	4	7	9	True	102449	fragment	False	ISR0100_000000000802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5157.0	97.305	72.0	0.06255764283287218	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0043_000000003180	6433	0.6667939430431642	8	7	5	6	4	False	130509	fragment	False	ISR0203_000000002513	0.6826757952090426		0	0	False	False	0.9998445510864258	0					non-mobilizable	other	4381.0	97.92299999999999	100.0	0.024977142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0057_000000026516	1337	0.6667821923216892	3	2	2	2	2	False	101946	fragment	False	FIJ0057_000000026516	0.9577897160399079		0	0	False	False	0.9955123662948608	0					non-mobilizable	no_good_hit								True	False
ENG0196_000000008774	1371	0.6667745476429906	4	3	2	3	2	True	54407	maximal	True	ENG0196_000000008774	1.0		18	4	False	False	0.9970824122428894	0					non-mobilizable	no_good_hit	400.0	75.0	29.0	0.04802535348610434	NZ_JAAITI010000067.1	firmicutes	Blautia luti strain MSK.16.34 NODE_67_length_8204_cov_165.725, whole genome shotgun sequence	True	True
MAD0075_000000001061	2714	0.6667689541388658	6	6	1	3	6	True	16267	fragment	False	MAD0075_000000001061	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2714.0	97.93700000000001	100.0	0.031794210711355915	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
MON0021_000000006520	3901	0.6667666989501506	5	3	1	3	2	False	98420	maximal	True	MON0021_000000006520	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	90.137	26.0	0.00019419915389989515	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0112_000000022161	1314	0.6667645969211871	1	1	1	1	1	False	14426	maximal	True	MAD0112_000000022161	1.0		5	3	False	False	0.9863013625144958	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	5.6864987151586686e-05	NZ_JXCA02000022.1	cyanobacteria	Scytonema tolypothrichoides VB-61278 scaffold_004, whole genome shotgun sequence	True	False
USA0038_01_000000005000	3795	0.6667489635499891	4	4	3	4	4	False	95873	maximal	True	USA0038_01_000000005000	0.9820230748591361		19	6	False	False	1.0	0					non-mobilizable	other	3787.0	98.02	99.0	0.0018278490619600277	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0825_000000006026	3727	0.6667489635499891	5	4	3	4	4	False	95873	maximal	False	USA0038_01_000000005000	0.9732542819499341		0	0	False	False	1.0	0					non-mobilizable	other	3752.0	98.02799999999999	100.0	0.0018104685637480465	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
MON0092_000000027725	2000	0.6667481763642156	3	3	3	3	3	False	124922	fragment	False	ENG0206_000000011673	0.6419582910757845		0	0	False	False	0.9990000128746033	0					non-mobilizable	other	1996.0	82.365	99.0	0.004746038510712487	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0383_000000009268	1602	0.666746949236762	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.23863422666939846		0	0	False	False	0.9875156283378601	0					non-mobilizable	other	1608.0	90.98299999999999	100.0	0.011403352671103676	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
CHI0125_000000002964	5388	0.6667446683281757	5	2	1	2	1	True	106953	fragment	False	CHI0017_000000001833	0.9675482860622934		0	0	False	False	0.9998143911361694	0					non-mobilizable	other	5390.0	94.17399999999999	100.0	0.0011370925110504315	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0062_000000016264	2349	0.6667392553199278	3	2	1	2	2	False	19422	fragment	False	MON0062_000000016264	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2349.0	96.765	100.0	0.0009661406018734726	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0031_000000015605	1528	0.6667256362174698	3	1	1	1	1	False	37001	fragment	False	ISR0031_000000015605	1.0		0	0	False	False	0.9986910820007324	0					non-mobilizable	no_good_hit								True	False
ISR0386_000000010465	3262	0.6667253459523488	4	4	4	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7517746935572328		0	0	False	False	0.995708167552948	0					non-mobilizable	chromosome	3034.0	87.87100000000001	96.0	0.0006696565678865736	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0349_000000003136	3100	0.6667213999254529	4	4	3	4	3	False	24127	maximal	True	ISR0349_000000003136	1.0		0	0	False	False	0.9925806522369385	0					non-mobilizable	no_good_hit	1795.0	99.889	58.0	0.0010730537890641823	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MON0065_000000007093	3728	0.6667196024722072	6	4	2	3	2	False	113690	fragment	False	ENG0049_000000004957	0.7119864627906165		0	0	False	False	0.9994634985923767	0					non-mobilizable	no_good_hit	1379.0	92.531	47.0	0.0004638267321050564	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0024_000000016175	1593	0.6667184452629671	5	2	1	1	2	True	37431	fragment	False	ISR0024_000000016175	1.0		0	0	False	False	0.9987444877624512	0					non-mobilizable	no_good_hit	755.0	96.689	88.0	0.004342967733016923	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0133_000000001453	15788	0.6667134906816117	10	7	4	4	7	False	84731	maximal	True	SPA0133_000000001453	1.0		9	4	False	False	1.0	0					non-mobilizable	chromosome	8041.0	99.34100000000001	99.0	0.001223254902151784	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
ISR0164_000000006108	3953	0.6667128024925776	3	2	2	2	1	False	30801	maximal	True	ISR0164_000000006108	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	98.024	67.0	0.01444800914124989	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0343_000000003827	3914	0.6667048719077121	4	4	4	4	4	False	118986	maximal	False	MON0040_000000006783	0.316838931955211		0	0	False	False	0.9994890093803406	0					non-mobilizable	chromosome	3343.0	97.906	98.0	0.0013999060859648828	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
ISR0283_000000011704	1115	0.6667019420484258	2	2	2	2	1	False	26099	maximal	True	ISR0283_000000011704	1.0		22	2	False	False	0.9973094463348389	0					non-mobilizable	no_good_hit	138.0	100.0	12.0	5.6904369092537305e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0182_000000004773	6109	0.6666962773065844	9	8	8	7	7	False	95305	fragment	False	ISR0182_000000004773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1765.0	98.92399999999999	42.0	0.04412905809616781	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0003_000000011581	2413	0.666692712247896	4	4	4	4	4	False	82400	fragment	False	MAD0003_000000011581	0.986523180162562		0	0	False	False	1.0	0					non-mobilizable	other	2414.0	99.04700000000001	100.0	0.03226842619484187	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0101_000000015089	1846	0.6666923454387802	3	3	3	3	2	False	42683	fragment	False	FIJ0101_000000015089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	75.0	23.0	0.0001333155152019746	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
FIJ0066_000000019844	1665	0.6666923454387802	3	3	3	3	2	False	85639	fragment	False	FIJ0066_000000019844	0.9962252416575997		0	0	False	False	0.995195209980011	0					non-mobilizable	no_good_hit	354.0	77.40100000000001	27.0	0.0004266474634205289	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
SPA0028_000000019814	1627	0.6666923454387802	3	3	3	3	2	False	85639	fragment	False	FIJ0066_000000019844	0.9890958920085134		0	0	False	False	0.9993853569030762	0					non-mobilizable	no_good_hit	314.0	76.433	25.0	0.0003773240572447452	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0060_000000020978	1299	0.66668733138512	1	1	1	1	1	False	35393	fragment	False	ISR0060_000000020978	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	86.646	97.0	0.006385464507291918	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
ENG0138_000000009682	2021	0.6666841338550561	2	2	2	2	2	False	57924	maximal	False	MAD0040_000000015396	0.9464201043148411		0	0	False	False	0.990598738193512	0					non-mobilizable	other	2036.0	98.919	100.0	0.014171013140394003	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
AST0104_000000007804	4119	0.66668248647104	6	5	4	5	3	False	108012	maximal	True	AST0104_000000007804	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	73.581	12.0	0.0510741791649777	NZ_SMMX01000036.1	firmicutes	Extibacter muris strain DSM 28560 NODE_36_length_9868_cov_106.543065, whole genome shotgun sequence	True	False
CHI0174_000000009777	1553	0.6666824002201674	2	2	1	2	2	False	77817	fragment	False	CHI0174_000000009777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0085_000000025179	1105	0.6666788989510548	3	1	1	1	1	False	68912	fragment	False	ENG0108_000000014731	0.9420280243813298		0	0	False	False	0.9773755669593811	0					non-mobilizable	chromosome	1087.0	97.33200000000001	98.0	0.00033679577584907577	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
MON0087_000000037831	1362	0.6666766349309534	2	2	2	2	2	False	63917	fragment	False	MON0087_000000037831	1.0		0	0	False	False	0.9919236302375793	0					non-mobilizable	other	1349.0	98.443	99.0	0.0048291007053782855	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0159_000000012553	1828	0.6666707947192569	3	3	3	3	2	False	99541	maximal	True	ENG0159_000000012553	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000011791	3002	0.6666691723400582	4	3	1	3	1	True	99093	fragment	False	SPA0009_000000011791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0111_000000014568	2074	0.6666691723400582	4	3	1	3	1	True	99092	fragment	False	CHI0111_000000014568	1.0		0	0	False	False	0.9980713725090027	0					non-mobilizable	no_good_hit								True	True
USA0053_01_000000004934	4472	0.6666681651044742	5	3	3	3	3	True	124290	maximal	True	USA0053_01_000000004934	1.0		5	2	False	False	1.0	0		MOBV			mobilizable	chromosome	2888.0	94.425	96.0	0.0008074557977425383	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
MON0082_000000018566	1863	0.6666676920569461	4	1	1	1	1	False	9916	fragment	False	MON0082_000000018566	1.0		0	0	False	False	0.9833601713180542	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000014735	1570	0.6666661185464073	2	2	2	2	2	False	23372	maximal	True	ISR0375_000000014735	1.0		229	12	False	False	0.9993630647659302	0					non-mobilizable	chromosome	1574.0	86.15	100.0	0.0005044944701746985	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
FIJ0087_000000019065	1693	0.6666644770909634	3	3	3	2	1	False	43729	maximal	True	FIJ0087_000000019065	1.0		4	3	False	False	0.9994093179702759	0					non-mobilizable	no_good_hit	550.0	94.36399999999999	42.0	0.01964924838940587	NZ_QRYH01000031.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf31, whole genome shotgun sequence	True	False
CHI0006_000000000325	13770	0.6666618303158514	16	9	3	5	7	False	90666	maximal	True	CHI0006_000000000325	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1697.0	100.0	13.0	0.0003581925889193038	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0003_000000002404	8821	0.6666527155069415	19	6	4	5	3	False	67938	maximal	True	ENG0003_000000002404	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.685499681307437e-06	CP024780.1	enterobacteria	Pectobacterium brasiliense strain BZA12 chromosome, complete genome	True	False
USA0031_01_000000017812	1521	0.6666499761235379	2	2	2	1	1	False	129874	fragment	False	AST0007_000000009148	0.33425828417402853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	85.426	88.0	0.00037972847280888137	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0039_000000006381	3696	0.6666497623253879	5	5	5	4	4	False	113194	fragment	False	CHI0029_000000002939	0.9440187759650719		0	0	False	False	1.0	0					non-mobilizable	chromosome	3696.0	99.811	100.0	0.0007346730694899321	CP053231.1	enterobacteria	Escherichia coli strain SCU-306 chromosome, complete genome	False	False
USA0145_01_000000013313	1789	0.6666461023672875	2	2	2	1	1	False	117257	fragment	False	ENG0065_000000014070	0.6877275999059128		0	0	False	False	0.9988820552825928	0					non-mobilizable	no_good_hit	800.0	77.875	44.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0078_000000001720	15116	0.6666342257479079	15	8	3	7	2	True	79221	fragment	False	MON0078_000000001720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ENG0083_000000005433	4080	0.6666318898874222	6	4	0	0	4	False	97343	backbone	False	DEN0073_000000011797	0.9988473295563738	PS530	0	0	True	True	1.0	2148		MOBP			mobilizable	chromosome	3040.0	99.836	100.0	0.7595	HG796326.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00465	False	True
DEN0063_000000010693	4059	0.6666318898874222	6	4	0	0	4	False	97343	backbone	False	DEN0073_000000011797	0.9988385167825159	PS530	0	0	True	True	1.0	277		MOBP			mobilizable	other	3958.0	99.92399999999999	100.0	0.98925	LN852747.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0056	False	True
DEN0073_000000011797	4039	0.6666318898874222	6	4	0	0	4	False	97343	backbone	True	DEN0073_000000011797	0.9993374734319183	PS530	10	3	True	True	1.0	123		MOBP			mobilizable	other	2782.0	100.0	100.0	0.69525	LN852747.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0056	False	True
USA0008_01_000000001999	3954	0.6666318898874222	6	4	0	0	4	False	97344	maximal	True	USA0008_01_000000001999	1.0	PS530	4	3	True	True	1.0	48		MOBP			mobilizable	other	1627.0	97.05	99.0	0.4065	LN852747.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0056	False	True
USA0086_01_000000004763	3914	0.6666318898874222	7	4	0	0	4	False	97344	maximal	False	USA0008_01_000000001999	1.0	PS530	0	0	True	True	1.0	12		MOBP			mobilizable	other	2735.0	95.43	99.0	0.6815	LN852747.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0056	False	True
ISR0126_000000012556	3882	0.6666318898874222	7	4	0	0	4	False	97343	backbone	False	DEN0073_000000011797	0.9747162542527534	PS530	0	0	True	True	1.0	39		MOBP			mobilizable	other	2975.0	99.93299999999999	100.0	0.7435	LN852747.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0056	False	True
ISR0133_000000004802	3879	0.6666318898874222	6	4	0	0	4	False	97343	backbone	False	DEN0073_000000011797	0.9747167867057281	PS530	0	0	True	True	0.9994844198226929	21		MOBP			mobilizable	other	1729.0	99.884	100.0	0.432	LN852747.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0056	False	True
ISR0170_000000011728	3878	0.6666318898874222	7	4	0	0	4	False	97343	backbone	False	DEN0073_000000011797	0.9743813052303144	PS530	0	0	True	True	1.0	39		MOBP			mobilizable	other	2972.0	99.93299999999999	100.0	0.74275	LN852747.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0056	False	True
ISR0269_000000007192	2433	0.6666263753508892	3	3	2	2	3	False	102401	maximal	True	ISR0269_000000007192	1.0		163	12	False	False	0.997533917427063	0					non-mobilizable	chromosome	1243.0	93.001	97.0	0.0004003193529910979	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0021_000000011659	4296	0.666623871858001	5	4	4	3	2	False	121442	maximal	True	FIJ0021_000000011659	1.0		1	1	False	False	0.9997672438621521	0					non-mobilizable	no_good_hit	149.0	75.839	3.0	0.0015139731425312386	NZ_SMMX01000012.1	firmicutes	Extibacter muris strain DSM 28560 NODE_12_length_96435_cov_78.216898, whole genome shotgun sequence	True	False
DEN0040_000000005629	1479	0.6666216547368714	2	1	1	1	1	False	73179	maximal	True	DEN0040_000000005629	1.0		62	11	False	False	0.9945909380912781	0					non-mobilizable	no_good_hit	98.0	78.571	6.0	0.0005059339594714605	NZ_QNRX01000006.1	firmicutes	Alkalibaculum bacchi strain DSM 22112 Ga0244545_106, whole genome shotgun sequence	True	False
MON0083_000000033551	1225	0.6666216547368714	3	1	1	1	1	False	9848	fragment	False	MON0083_000000033551	1.0		0	0	False	False	0.9575510025024414	0					non-mobilizable	no_good_hit	98.0	78.571	8.0	0.0005059339594714605	NZ_QNRX01000006.1	firmicutes	Alkalibaculum bacchi strain DSM 22112 Ga0244545_106, whole genome shotgun sequence	True	False
ENG0062_000000005945	4149	0.6666192465062406	5	3	2	3	1	True	120249	maximal	True	ENG0062_000000005945	0.9910499070107348		7	2	False	False	0.9997589588165283	0					non-mobilizable	no_good_hit	108.0	78.704	3.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
MON0088_000000011829	2637	0.6666192465062406	3	3	2	3	1	True	120244	fragment	False	MON0088_000000011829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	78.704	4.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
ISR0384_000000006205	2612	0.6666192465062406	4	3	2	3	1	True	120241	fragment	False	ISR0002_000000007994	0.9592701048798558		0	0	False	False	0.9954057931900024	0					non-mobilizable	no_good_hit	108.0	78.704	4.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
MON0091_000000002149	5980	0.6666177123751941	9	7	2	1	6	False	9497	maximal	True	MON0091_000000002149	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3062.0	99.935	85.0	0.001080537268122209	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
ISR0176_000000016625	2051	0.6666159604977929	2	2	2	2	2	False	106206	fragment	False	ISR0176_000000016625	0.9945910434394925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	87.419	30.0	0.01023732737947573	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0111_000000008929	2004	0.6666159604977929	2	2	2	2	2	False	106206	fragment	False	ISR0176_000000016625	0.9873203033436182		0	0	False	False	0.9820359349250793	0					non-mobilizable	no_good_hit	665.0	88.271	33.0	0.010981559579922268	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0103_000000014787	1970	0.6666159604977929	2	2	2	2	2	False	106206	fragment	False	ISR0176_000000016625	0.9865734412392602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	87.419	31.0	0.01023732737947573	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0360_000000012666	1948	0.6666159604977929	2	2	2	2	2	False	106206	fragment	False	ISR0176_000000016625	0.9782562294164016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	87.258	32.0	0.01023732737947573	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0005_000000006505	4574	0.6666126483672693	6	5	5	5	5	True	8339	maximal	True	SPA0005_000000006505	1.0		10	5	False	False	1.0	0					non-mobilizable	chromosome	4582.0	98.77799999999999	100.0	0.0012380687209236317	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	False	True
ISR0232_000000015919	1781	0.666612215403954	3	3	3	1	1	False	27442	fragment	False	ISR0232_000000015919	1.0		0	0	False	False	0.9983155727386475	0					non-mobilizable	no_good_hit	150.0	89.333	8.0	0.00169663292378816	NZ_MIEH01000003.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_3, whole genome shotgun sequence	True	False
SPA0098_000000001996	15926	0.6666094676474874	18	9	2	9	2	False	82634	fragment	False	ISR0126_000000002944	0.9726639631447007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	100.0	5.0	0.0018002425892810056	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	True	False
ISR0201_000000016050	1875	0.6666033677199316	4	2	1	2	1	True	68725	fragment	False	ISR0201_000000016050	0.9579314040728831		0	0	False	False	0.9994666576385498	0					non-mobilizable	no_good_hit	96.0	84.375	5.0	0.0004631294474048405	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0097_000000012752	2290	0.6666020144788827	2	2	2	2	2	False	33298	fragment	False	ISR0097_000000012752	1.0		0	0	False	False	0.9965065717697144	0					non-mobilizable	other	1240.0	98.62899999999999	95.0	0.0003517184526431968	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0015_000000007016	2963	0.6665970214458828	2	2	2	2	2	False	45920	fragment	False	FIJ0059_000000005677	0.9286825093839576		0	0	False	False	0.9989874958992004	0					non-mobilizable	other	2963.0	99.62899999999999	100.0	0.006079726104439103	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0784_000000006308	1918	0.666594386907688	2	2	2	2	1	False	55565	fragment	False	ISR0784_000000006308	0.9840540540540541		0	0	False	False	1.0	0					non-mobilizable	chromosome	1909.0	88.947	100.0	0.00039422082192561993	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
MON0028_000000003415	6277	0.6665928855410403	5	5	3	5	5	False	12603	maximal	True	MON0028_000000003415	1.0		5	1	False	False	0.9955392479896545	0					non-mobilizable	no_good_hit	1213.0	87.634	33.0	0.00040463418258540157	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
FIJ0103_000000002766	6390	0.6665723695464429	7	4	3	3	3	True	128685	backbone	False	FIJ0105_000000005116	0.289021031338867	PS1045|PS1046|PS656|PS658	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	2826.0	88.464	65.0	0.5667003027245207	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
USA0121_01_000000009695	4878	0.6665723695464429	4	4	3	3	3	True	128685	backbone	False	FIJ0105_000000005116	0.11963144015900629	PS1045|PS1046|PS656|PS658	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3028.0	96.169	89.0	0.6104944500504541	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
ISR0819_000000005516	4335	0.6665723695464429	4	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.6646740690065434	PS656	0	0	False	True	1.0	0					non-mobilizable	other	4234.0	96.38600000000001	98.0	0.7158322056833559	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
DEN0005_000000007174	4284	0.6665723695464429	4	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.664929613083185	PS656	0	0	False	True	1.0	0					non-mobilizable	other	4165.0	95.054	97.0	0.7036535859269283	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0144_000000003184	4254	0.6665723695464429	4	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.6647465302401804	PS656	0	0	False	True	0.9990597367286682	0					non-mobilizable	other	4157.0	95.117	98.0	0.7023004059539919	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0048_000000008703	4233	0.6665723695464429	5	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.679671557893564	PS656	0	0	False	True	1.0	0					non-mobilizable	other	4152.0	99.59100000000001	98.0	0.7017929634641408	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0019_000000003744	4233	0.6665723695464429	5	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.679545548007682	PS656	0	0	False	True	0.9950389862060547	0					non-mobilizable	other	4152.0	99.566	98.0	0.7017929634641408	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0090_000000013236	4189	0.6665723695464429	4	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.6782377858612678	PS656	0	0	False	True	1.0	0					non-mobilizable	other	4152.0	99.59100000000001	99.0	0.7017929634641408	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0141_000000006552	4184	0.6665723695464429	5	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.67660238584802	PS656	0	0	False	True	0.9913957715034485	0					non-mobilizable	other	4136.0	99.589	99.0	0.6990866035182679	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0082_000000006640	4182	0.6665723695464429	4	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.6777072848591841	PS656	0	0	False	True	1.0	0					non-mobilizable	other	4152.0	99.566	99.0	0.7017929634641408	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0138_000000004887	4165	0.6665723695464429	4	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.6001143075026505	PS656	0	0	False	True	1.0	0					non-mobilizable	other	3997.0	98.59899999999999	96.0	0.675744248985115	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
DEN0047_000000000394	4108	0.6665723695464429	4	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.6631892759917416	PS656	0	0	False	True	0.9980525970458984	0					non-mobilizable	other	4109.0	97.76100000000001	100.0	0.6943504736129905	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0244_000000005439	3937	0.6665723695464429	4	4	3	3	3	True	106904	backbone	False	CHI0164_000000004878	0.596141522995371	PS656	0	0	False	True	1.0	0					non-mobilizable	other	3937.0	99.492	100.0	0.6657645466847091	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0136_000000012011	3294	0.6665713296243355	4	3	1	2	3	True	105580	fragment	False	SPA0136_000000012011	0.9747772237457576		0	0	False	False	1.0	0					non-mobilizable	other	2257.0	96.588	91.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0012_000000015298	3018	0.6665713296243355	3	3	1	2	3	True	105580	fragment	False	SPA0136_000000012011	0.9423208155568404		0	0	False	False	1.0	0					non-mobilizable	other	2213.0	96.566	98.0	0.0004278363623721696	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0047_01_000000027558	1320	0.6665668371251087	2	2	2	2	2	False	1153	fragment	False	USA0047_01_000000027558	1.0		0	0	False	False	0.9931818246841431	0					non-mobilizable	other	1320.0	99.848	100.0	0.000350488677940232	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MAD0105_000000009666	3439	0.6665655615016712	5	4	4	3	4	False	127977	maximal	True	MAD0105_000000009666	1.0		21	6	False	False	0.9994184374809265	0					non-mobilizable	no_good_hit	1389.0	89.417	47.0	0.25744601638123604	NZ_CABIWU010000106.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0038_000000001832	10672	0.6665651774361948	8	7	6	6	3	False	100725	maximal	True	ENG0038_000000001832	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	2431.0	86.384	23.0	0.004357763600743457	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0073_000000018285	1506	0.6665569183587892	2	2	2	2	1	False	70400	fragment	False	ISR0846_000000007031	0.9464201477325642		0	0	False	False	0.9833997488021851	0					non-mobilizable	no_good_hit	950.0	91.15799999999999	73.0	0.00026613727737349765	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0081_000000012498	2761	0.6665568960709922	2	2	2	1	0	True	44271	maximal	True	FIJ0081_000000012498	1.0		2	2	False	False	0.9974647164344788	0					non-mobilizable	no_good_hit	2170.0	94.147	78.0	0.004499860947605476	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0134_000000011305	2482	0.666555795701662	2	2	1	2	1	False	3668	maximal	True	SPA0134_000000011305	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	79.574	36.0	0.0018286619587750492	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
ENG0157_000000004545	5197	0.6665498957678085	7	7	7	6	5	False	120465	maximal	True	ENG0157_000000004545	0.9836658841940532		53	9	False	False	0.9967288970947266	0					non-mobilizable	no_good_hit	4400.0	77.727	84.0	0.0014927712219222353	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
USA0130_01_000000025261	1310	0.6665485974593947	1	1	1	1	1	False	55372	fragment	False	ISR0810_000000012899	0.9527169592673266		0	0	False	False	0.9801526665687561	0					non-mobilizable	no_good_hit	588.0	76.361	45.0	0.005489271398255128	NZ_JVEY01000024.1	high GC Gram+	Cellulomonas flavigena strain 493_CFLA 659_106025_4132668_267_,...,118_, whole genome shotgun sequence	True	False
DEN0010_000000021129	2139	0.6665479059973966	2	2	2	2	2	False	125206	fragment	False	ISR0819_000000012339	0.9443974173608883		0	0	False	False	0.9794296622276306	0					non-mobilizable	other	2012.0	94.682	93.0	0.008995388242030068	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0112_000000024575	1534	0.6665478812528465	2	2	1	2	1	False	32615	maximal	True	ISR0112_000000024575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	77.358	7.0	0.00031797778477534713	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
ENG0099_000000000871	19442	0.6665401996915924	23	11	2	5	9	False	60675	fragment	False	ENG0099_000000000871	0.9706251021854052		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0377_000000011640	1391	0.6665385960855519	3	2	2	2	2	False	23304	fragment	False	ISR0377_000000011640	1.0		0	0	False	False	0.9964054822921753	0					non-mobilizable	other	1391.0	99.712	100.0	0.0017578648644547077	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
SPA0085_000000004648	2992	0.6665382173380445	3	3	3	3	3	False	5548	fragment	False	SPA0085_000000004648	1.0		0	0	False	False	0.9963235259056091	0					non-mobilizable	other	2995.0	74.524	99.0	0.7175072744907857	NZ_SLXA01000026.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_126, whole genome shotgun sequence	False	False
AST0019_000000007556	3593	0.6665375225667307	2	2	2	2	2	False	125508	maximal	False	ENG0039_000000005571	0.8758903861615119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	73.775	20.0	0.0003484699781179948	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
FIJ0106_000000020061	1383	0.6665311697173462	3	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.3846163430821892		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	79.42	99.0	0.00030657346107832226	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
ENG0065_000000014070	1944	0.6665300469728829	2	2	2	1	1	False	117257	fragment	False	ENG0065_000000014070	0.8316940244090464		0	0	False	False	0.9953703880310059	0					non-mobilizable	no_good_hit	786.0	78.372	40.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0142_000000019453	1754	0.6665300469728829	2	2	2	1	1	False	117257	fragment	False	ENG0065_000000014070	0.806669330763225		0	0	False	False	0.9954389929771423	0					non-mobilizable	no_good_hit	786.0	78.499	44.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0158_000000010720	1751	0.6665300469728829	2	2	2	1	1	False	117257	fragment	False	ENG0065_000000014070	0.2703208991692458		0	0	False	False	0.9874357581138611	0					non-mobilizable	no_good_hit	800.0	78.0	45.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0183_000000017474	1696	0.6665300469728829	2	2	2	1	1	False	117257	fragment	False	ENG0065_000000014070	0.6733723973725213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.0	47.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0286_000000012865	1550	0.6665300469728829	2	2	2	1	1	False	26864	fragment	False	ISR0286_000000012865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.0	51.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0284_000000011096	1323	0.6665300469728829	2	2	2	1	1	False	26862	fragment	False	ISR0284_000000011096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	78.043	60.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0079_000000008053	3005	0.6665210772000645	4	3	1	2	3	False	65322	maximal	False	ENG0036_000000007529	0.9863438778712031		0	0	False	False	0.9980033040046692	0					non-mobilizable	other	3005.0	100.0	100.0	0.014498629290706205	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0090_000000006590	3748	0.666516271356704	5	4	4	4	4	False	33684	maximal	True	ISR0090_000000006590	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3565.0	99.439	95.0	0.0008639325609007006	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
ISR0083_000000007237	3343	0.6665135434907516	7	5	3	5	3	True	81849	fragment	False	ISR0083_000000007237	1.0		0	0	False	False	0.9970086812973022	0					non-mobilizable	plasmid	2152.0	94.61	95.0	0.1719241629689391	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
AST0108_000000024782	1156	0.6665116250495584	2	2	2	2	2	False	107075	maximal	True	AST0108_000000024782	1.0		41	7	False	False	0.9974048733711243	0					non-mobilizable	other	1156.0	100.0	100.0	0.0061367621274108705	NZ_CABIXZ010000005.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
DEN0017_000000024755	1157	0.6665107004908564	3	3	3	3	2	False	75166	maximal	True	DEN0017_000000024755	1.0		7	6	False	False	1.0	0					non-mobilizable	other	949.0	90.516	99.0	0.00045142142931369644	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
ISR0048_000000002800	6371	0.6665084917553685	7	7	7	7	6	False	99963	maximal	True	ISR0048_000000002800	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	81.714	3.0	7.007905487801151e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
FIJ0090_000000043254	1108	0.6665068583996899	1	1	1	1	1	False	60271	fragment	False	FIJ0090_000000043254	0.9904458598726115		0	0	False	False	0.9963898658752441	0					non-mobilizable	other	785.0	95.669	100.0	0.011199200057138776	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0103_000000015329	1099	0.6665068583996899	1	1	1	1	1	False	60271	fragment	False	FIJ0090_000000043254	0.9869133574007221		0	0	False	False	0.9972702264785767	0					non-mobilizable	other	789.0	95.43700000000001	95.0	0.011256338832940504	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
SPA0054_000000019787	1486	0.6665061932316623	2	2	2	2	2	False	118589	fragment	False	ENG0060_000000020161	0.8160802957617761		0	0	False	False	1.0	0					non-mobilizable	chromosome	1417.0	93.296	95.0	0.00026322104861242914	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0062_000000035210	1099	0.6665061932316623	2	2	2	2	2	False	35289	fragment	False	ISR0062_000000035210	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	92.994	100.0	0.00020410784701726495	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CAN0004_000000000617	24247	0.6664886348612643	32	24	15	21	17	False	105162	maximal	True	CAN0004_000000000617	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	72.778	4.0	0.00024126787173619444	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0066_000000023080	1537	0.6664874359002583	2	2	2	2	2	False	10633	maximal	True	MON0066_000000023080	1.0		41	9	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	74.77199999999999	21.0	0.0007544830469581598	NZ_RQJW01000009.1	high GC Gram+	Streptomyces cyaneus strain CGMCC 4.1671 Scaffold8_1, whole genome shotgun sequence	True	False
AST0085_000000004624	2811	0.6664839368116167	4	4	3	4	3	False	130141	fragment	False	AST0085_000000004624	1.0		0	0	False	False	0.997509777545929	0					non-mobilizable	other	2811.0	99.751	100.0	0.020585024943775777	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	False	False
SPA0072_000000012008	1711	0.6664797882429531	2	2	1	2	1	False	5871	maximal	True	SPA0072_000000012008	1.0		36	7	False	False	1.0	0					non-mobilizable	other	1711.0	99.766	100.0	0.013720282750154453	NZ_QSCB01000011.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf11, whole genome shotgun sequence	False	False
ISR0323_000000019417	1169	0.6664785370675054	2	2	1	2	1	False	24965	fragment	False	ISR0323_000000019417	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	98.973	100.0	0.043141020905665954	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
CAN0011_000000013045	2334	0.6664781218292843	2	2	2	2	1	False	94482	maximal	True	CAN0011_000000013045	1.0		45	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0089_000000031940	1164	0.6664748613484038	1	1	1	1	1	False	85539	fragment	False	CHI0062_000000011014	0.9375127508397559		0	0	False	False	1.0	0					non-mobilizable	chromosome	1164.0	96.306	100.0	0.00046103647183019585	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0076_000000021250	2239	0.6664689386561788	3	3	3	2	3	False	44236	fragment	False	MON0076_000000021250	0.9914081145584726		0	0	False	False	0.999553382396698	0					non-mobilizable	chromosome	2186.0	98.262	98.0	0.0004286367839052383	CP027461.1	enterobacteria	Escherichia coli strain 95-3322 chromosome, complete genome	False	False
ISR0203_000000009226	1874	0.6664677010780193	4	3	2	1	3	True	28688	fragment	False	ISR0203_000000009226	1.0		0	0	False	False	0.9919957518577576	0					non-mobilizable	no_good_hit	256.0	77.734	14.0	6.683349504573604e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	True
ISR0329_000000016237	1128	0.6664630949411935	2	2	2	2	2	False	73377	fragment	False	SPA0037_000000019699	0.6991324968617263		0	0	False	False	0.9858155846595764	0					non-mobilizable	other	1117.0	93.64399999999999	99.0	0.0002736185389799766	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0090_000000001522	10696	0.6664623937496096	12	11	9	9	9	False	111449	maximal	True	DEN0090_000000001522	1.0		5	4	False	False	0.9996260404586792	0					non-mobilizable	no_good_hit	8204.0	98.586	77.0	0.011352476671048276	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
DEN0045_000000008403	4137	0.6664603529090255	4	2	2	2	2	False	122466	maximal	True	DEN0045_000000008403	1.0	PS871	1	1	False	True	0.9985496997833252	0					non-mobilizable	no_good_hit	2309.0	96.795	56.0	0.9991338241663058	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ENG0113_000000007483	3754	0.6664595234747811	4	3	1	3	1	False	62650	fragment	False	ENG0113_000000007483	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	85.294	2.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
DEN0017_000000011539	2594	0.6664557990137823	3	2	2	2	2	False	114067	maximal	True	DEN0017_000000011539	0.9968102073365231		160	14	False	False	1.0	0					non-mobilizable	other	1637.0	99.26700000000001	100.0	0.000489095355955887	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0174_000000004753	3239	0.6664544963685081	2	2	1	2	2	False	77846	maximal	True	CHI0174_000000004753	1.0		1	1	False	False	0.9864155650138855	0					non-mobilizable	chromosome	2644.0	99.962	100.0	0.0012350092170097637	LN869922.1	b-proteobacteria	Kingella kingae genome assembly KKKWG1, chromosome : I	False	False
SPA0072_000000011491	1793	0.6664534921787792	3	3	3	2	2	False	14016	maximal	True	SPA0072_000000011491	1.0		4	2	False	False	0.9949804544448853	0					non-mobilizable	no_good_hit	249.0	78.313	13.0	3.799682601922982e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
FIJ0096_000000019644	1866	0.6664489331448158	3	2	2	2	1	False	43000	fragment	False	FIJ0096_000000019644	1.0		0	0	False	False	0.9962486624717712	0					non-mobilizable	no_good_hit	85.0	85.882	5.0	0.00299920502999205	NZ_RXNR01000049.1	firmicutes	Lysinibacillus telephonicus strain S5H2222 NODE_49_length_27674_cov_65.336116, whole genome shotgun sequence	True	False
ENG0137_000000005559	3131	0.6664450740186955	3	3	3	2	2	False	64605	maximal	True	ENG0137_000000005559	0.9996685449121644		36	8	False	False	1.0	0					non-mobilizable	no_good_hit	2177.0	93.01799999999999	82.0	0.0009539575208327489	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0195_000000009248	2370	0.6664435215011306	5	5	3	3	3	False	126316	fragment	False	AST0010_000000011170	0.9371859296482412		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	98.734	100.0	0.0005892201947599845	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0012_000000003682	6510	0.6664393050767924	6	6	5	6	6	False	67098	maximal	True	ENG0012_000000003682	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4609.0	86.678	71.0	0.0024750337848048255	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
FIJ0100_000000006933	2734	0.6664362522760726	3	2	2	2	1	True	42739	maximal	True	FIJ0100_000000006933	1.0		5	2	False	False	0.9893928170204163	0					non-mobilizable	no_good_hit	599.0	71.119	21.0	0.00011211012417340234	CP014771.1	CFB group bacteria	Hymenobacter sp. PAMC 26554, complete genome	True	True
MON0105_000000004668	10103	0.6664259817902516	11	7	5	7	2	True	120260	fragment	False	MON0105_000000004668	0.970493413999036		0	0	False	False	0.9999009966850281	0					non-mobilizable	no_good_hit	108.0	78.704	1.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
FIJ0099_000000013655	1613	0.6664239117538397	2	2	2	2	2	False	97013	fragment	False	FIJ0099_000000013655	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1633.0	76.485	100.0	0.011440020682523267	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0182_000000007968	4183	0.6664230688724848	3	3	3	3	3	False	77812	fragment	False	ISR0182_000000007968	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	987.0	75.887	29.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0026_000000009562	2345	0.6664144032157859	3	3	3	3	3	False	37303	fragment	False	ISR0026_000000009562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	87.302	3.0	1.1112086903688675e-05	NZ_AP022586.1	high GC Gram+	Mycolicibacterium litorale strain JCM 17423	True	False
ISR0005_000000008015	1854	0.6664132601130559	4	3	3	3	3	False	89180	fragment	False	DEN0092_000000006707	0.31701350871170375		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	100.0	100.0	0.000629541284216656	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0392_000000015362	2171	0.6663993104114219	4	1	1	1	1	False	22818	maximal	True	ISR0392_000000015362	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0148_000000007495	2347	0.666384988679644	4	4	4	4	3	False	88575	fragment	False	FIJ0148_000000007495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	4.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
MON0060_000000028667	1469	0.6663846467568355	2	2	2	2	2	False	10878	fragment	False	MON0060_000000028667	1.0		0	0	False	False	0.9768549799919128	0					non-mobilizable	no_good_hit								True	False
CHI0187_000000005129	3327	0.6663833566890969	4	4	4	4	4	False	98154	maximal	False	FIJ0058_000000011780	0.9888905870931464		0	0	False	False	0.9975954294204712	0					non-mobilizable	chromosome	3327.0	99.97	100.0	0.0006656623690815641	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
CHI0122_000000003614	3680	0.6663826516183489	3	3	3	3	2	False	124021	fragment	False	CHI0122_000000003614	1.0		0	0	False	False	0.9940217137336731	0					non-mobilizable	other	2168.0	95.572	99.0	0.0006017739418275933	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0046_000000009110	3139	0.6663783205698325	5	4	4	2	2	True	46982	maximal	True	FIJ0046_000000009110	1.0		13	7	False	False	0.9996814131736755	0					non-mobilizable	other	1622.0	92.848	99.0	0.0005414736768968782	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
USA0038_01_000000006871	2458	0.6663771547059639	3	2	1	2	2	False	1342	maximal	True	USA0038_01_000000006871	1.0		11	5	False	False	0.9967453479766846	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	8.025541497012703e-06	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
AST0092_000000010828	1221	0.6663717841865889	1	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.03475604419691632	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1136.0	74.824	92.0	0.13662400975015235	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0088_000000001774	16693	0.6663701209019941	21	16	5	8	12	False	47582	maximal	True	FIJ0088_000000001774	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	90.741	0.0	2.2439494865801237e-05	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
DEN0072_000000010754	1553	0.6663663170002408	2	1	1	1	1	False	70270	maximal	True	DEN0072_000000010754	1.0		13	7	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	3.0	0.0003287310979618672	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ENG0112_000000006526	4147	0.6663645456828227	7	2	1	2	1	True	119832	maximal	True	ENG0112_000000006526	1.0		1	1	False	False	0.996141791343689	0					non-mobilizable	no_good_hit	1042.0	75.432	25.0	0.0182982128567618	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
MON0032_000000023030	1357	0.6663623923047503	2	2	2	2	2	False	12376	fragment	False	MON0032_000000023030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	77.982	56.0	0.00014144791640090465	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
AST0118_000000010153	2915	0.6663613256546981	4	3	3	3	3	False	125668	fragment	False	AST0118_000000010153	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0070_000000005645	3547	0.6663556120228601	6	4	2	2	4	True	54450	fragment	False	ISR0070_000000005645	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3547.0	99.493	100.0	0.0017680201671201204	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0193_000000012492	2154	0.6663548433912327	3	3	3	3	1	False	103254	fragment	False	ISR0193_000000012492	0.9355214152700186		0	0	False	False	0.9842154383659363	0					non-mobilizable	other	2163.0	85.16	100.0	0.0005619144470078253	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	False
MON0037_000000059314	1292	0.6663501779695304	2	2	2	2	2	False	12044	fragment	False	MON0037_000000059314	1.0		0	0	False	False	0.9620742797851562	0					non-mobilizable	other	1172.0	99.31700000000001	100.0	0.00032518564184592143	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0040_000000014759	1794	0.6663455832329486	2	2	2	1	1	False	36479	fragment	False	ISR0040_000000014759	0.9649749966290884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	82.881	33.0	0.0013295492895858013	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0216_000000014497	1183	0.6663412495471256	1	1	1	1	1	False	85539	fragment	False	CHI0062_000000011014	0.9490003199105302		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	99.324	100.0	0.0004685684520234665	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0025_000000010141	2468	0.6663342000440617	5	4	2	3	3	False	94944	fragment	False	ENG0025_000000010141	1.0		0	0	False	False	0.9935170412063599	0					non-mobilizable	chromosome	2471.0	95.913	100.0	0.0008605989964209678	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0136_000000006598	2144	0.6663254931185271	2	2	2	2	1	False	80622	fragment	False	CHI0136_000000006598	1.0		0	0	False	False	0.9930037260055542	0					non-mobilizable	no_good_hit	1488.0	80.847	69.0	0.0077547558463589	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
ENG0052_000000012249	2490	0.6663199098626119	6	3	3	3	3	False	70430	fragment	False	ISR0821_000000011690	0.9722882026920032		0	0	False	False	0.9975903630256653	0					non-mobilizable	no_good_hit	1610.0	96.584	65.0	0.6916089965397924	KU547548.1	bacteria	Uncultured bacterium clone CH_08G_000_Contig_3 genomic sequence	True	False
ISR0048_000000001014	14979	0.66631783005436	16	9	3	9	4	True	66637	fragment	False	ISR0048_000000001014	0.9839350432115974		0	0	False	False	0.9994659423828125	0					non-mobilizable	no_good_hit	738.0	84.553	9.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0053_000000006902	4702	0.6663176299070981	3	2	2	2	2	False	6492	maximal	True	SPA0053_000000006902	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	71.042	10.0	0.004963278091730692	NZ_VDCH01000007.1	green sulfur bacteria	Chlorobaculum thiosulfatiphilum strain DSM 249 NODE_7_length_94494_cov_13.1842, whole genome shotgun sequence	True	False
DEN0029_000000003286	3771	0.6663138363410321	4	1	1	1	1	False	73854	maximal	True	DEN0029_000000003286	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	89.831	3.0	4.726261840610079e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ENG0132_000000015640	1237	0.6663133186067997	2	2	2	2	2	False	58290	fragment	False	ENG0132_000000015640	0.9906832298136646		0	0	False	False	0.9902991056442261	0					non-mobilizable	other	1236.0	97.411	99.0	0.011321342793759053	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0054_000000014925	1719	0.6663130162142846	3	2	2	2	2	False	78025	maximal	True	ISR0054_000000014925	1.0		98	11	False	False	0.9988365173339844	0					non-mobilizable	no_good_hit	1453.0	84.652	83.0	0.00049948900845332	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AST0026_000000013877	2020	0.666307071757776	3	2	2	2	2	False	119337	fragment	False	MON0105_000000026857	0.9577569169960474		0	0	False	False	0.9896039366722107	0					non-mobilizable	chromosome	2020.0	96.04	100.0	0.0002834225474492818	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0089_000000010160	2642	0.6663046984983451	3	2	1	2	2	False	33748	fragment	False	ISR0102_000000006733	0.9230560802220951		0	0	False	False	1.0	0					non-mobilizable	other	2443.0	93.164	99.0	0.0008431767648693719	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0034_01_000000040978	1255	0.6663046984983451	2	2	1	2	2	False	1448	fragment	False	USA0034_01_000000040978	0.9928057553956835		0	0	False	False	0.9992032051086426	0					non-mobilizable	other	1255.0	91.79299999999999	100.0	0.0004304474708171206	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0155_000000004496	2676	0.6663004319488067	2	2	1	2	0	True	101933	maximal	True	CHI0155_000000004496	1.0		3	1	False	False	0.9992526173591614	0					non-mobilizable	no_good_hit	880.0	98.63600000000001	33.0	0.0018380008238592998	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0064_000000013477	2024	0.6663002772765676	3	3	2	3	3	False	99516	fragment	False	MON0064_000000013477	1.0		0	0	False	False	0.9980236887931824	0					non-mobilizable	other	1780.0	97.079	98.0	0.0005309494817711829	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0045_000000012464	3043	0.6662884702679892	2	2	2	2	1	False	17883	maximal	True	MAD0045_000000012464	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1919.0	89.734	63.0	0.0006767679359540183	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	False
SPA0131_000000008852	2799	0.6662835632184358	4	3	3	3	1	False	60628	fragment	False	SPA0131_000000008852	0.9910545078966807		0	0	False	False	0.9924973249435425	0					non-mobilizable	no_good_hit	509.0	71.906	18.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
MON0104_000000036221	1271	0.6662820102559721	2	1	1	1	1	False	8780	fragment	False	MON0104_000000036221	1.0		0	0	False	False	0.8859165906906128	0					non-mobilizable	other	1266.0	97.709	99.0	0.004008746355685131	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0032_000000011985	2328	0.6662800272138659	6	2	2	2	2	True	57898	fragment	False	SPA0032_000000011985	1.0		0	0	False	False	0.9918385148048401	0					non-mobilizable	no_good_hit	1578.0	99.04899999999999	78.0	0.00908336885274229	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0141_000000014597	2263	0.6662800272138659	7	2	2	2	2	True	110402	fragment	False	MON0074_000000008025	0.9689246539522545		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	98.662	91.0	0.0107537410577488	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0037_000000005990	2167	0.6662800272138659	6	2	2	2	2	True	110402	fragment	False	MON0074_000000008025	0.6500220945647371		0	0	False	False	0.9995385408401489	0					non-mobilizable	other	1776.0	99.155	91.0	0.010218069971315677	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0039_000000006723	2561	0.6662760114136309	4	2	2	2	2	False	116659	maximal	True	AST0039_000000006723	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	80.226	51.0	0.0025721409777284474	NZ_KB822501.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.6, whole genome shotgun sequence	True	False
MAD0050_000000018003	1349	0.6662693932334103	3	3	3	2	2	False	17388	fragment	False	MAD0050_000000018003	1.0		0	0	False	False	0.9992586970329285	0					non-mobilizable	other	1368.0	75.512	100.0	0.006523503800457531	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
FIJ0097_000000020023	1582	0.666266242863635	2	2	1	1	2	False	76204	fragment	False	ENG0006_000000013965	0.984443061605476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	88.788	81.0	0.0002043915881506388	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0057_000000008509	2534	0.6662638513932465	3	2	2	2	1	False	35590	fragment	False	ISR0057_000000008509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.0010465463968902622	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0037_000000003119	7307	0.6662591667978628	5	5	5	5	4	False	99289	maximal	True	SPA0037_000000003119	0.9843300710275874		7	3	False	False	0.9997262954711914	0					non-mobilizable	no_good_hit	3838.0	74.101	52.0	0.0014606055805848944	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
DEN0077_000000002512	3733	0.6662557092531431	3	2	2	2	2	False	69924	maximal	True	DEN0077_000000002512	1.0		14	4	False	False	0.9997321367263794	0					non-mobilizable	other	3733.0	99.89299999999999	100.0	0.010043516522553508	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
SPA0117_000000004082	8610	0.6662451403707764	5	4	4	3	3	False	104823	fragment	False	SPA0117_000000004082	1.0		0	0	False	False	0.997560977935791	0					non-mobilizable	chromosome	7420.0	99.98700000000001	100.0	0.0014430323168050149	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
BAN0019_000000000856	3551	0.6662435244542326	4	4	4	4	4	False	97817	fragment	False	BAN0019_000000000856	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3552.0	99.55	100.0	0.0006919238014772992	CU928164.2	enterobacteria	Escherichia coli IAI39 chromosome, complete genome	False	False
FIJ0110_000000003358	5053	0.6662389168853453	7	6	4	3	5	False	124999	fragment	False	FIJ0110_000000003358	1.0		0	0	False	False	0.9968335628509521	0					non-mobilizable	no_good_hit	1157.0	90.925	30.0	0.18439371863364093	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0021_000000025385	1461	0.6662380515572287	2	1	1	1	1	False	74727	fragment	False	MAD0066_000000022120	0.9948875255623721		0	0	False	False	0.9863107204437256	0					non-mobilizable	other	1475.0	75.051	99.0	0.011664788278860087	NZ_FMXR01000013.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	False	False
FIJ0048_000000023835	1426	0.6662380515572287	1	1	1	1	1	False	69208	maximal	False	DEN0082_000000027071	0.9501607717041801		0	0	False	False	0.9985975027084351	0					non-mobilizable	other	1440.0	76.597	100.0	0.0003282557511247484	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0040_000000010865	1268	0.6662380515572287	1	1	1	1	1	False	87658	fragment	False	CHI0040_000000010865	0.9443402419965741		0	0	False	False	0.9976340532302856	0					non-mobilizable	other	1268.0	99.448	100.0	0.016105863958203567	NZ_JAAIQH010000014.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_14_length_78667_cov_335.352, whole genome shotgun sequence	False	False
MON0020_000000017705	1246	0.6662380515572287	1	1	1	1	1	False	13093	fragment	False	MON0020_000000017705	1.0		0	0	False	False	0.9975922703742981	0					non-mobilizable	other	1246.0	97.75299999999999	100.0	0.00313902475921537	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
MAD0093_000000026763	1214	0.6662380515572287	1	1	1	1	1	False	36737	fragment	False	ISR0036_000000010641	0.9484574868322047		0	0	False	False	0.9868203997612	0					non-mobilizable	other	1219.0	72.02600000000001	99.0	0.00022207380473746402	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	False	False
SPA0003_000000015004	1210	0.6662380515572287	1	1	1	1	1	False	87658	fragment	False	CHI0040_000000010865	0.9337219025390283		0	0	False	False	0.9975206851959229	0					non-mobilizable	other	1206.0	98.67299999999999	99.0	0.015317731704526676	NZ_JAAIQH010000014.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_14_length_78667_cov_335.352, whole genome shotgun sequence	False	False
ISR0053_000000015954	1120	0.6662344689124375	1	1	1	1	1	False	35728	fragment	False	ISR0053_000000015954	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	97.948	100.0	0.004340849721332951	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0131_000000022688	1564	0.6662286899365484	3	3	2	2	1	False	125442	fragment	False	MON0070_000000010284	0.11664122917699984		0	0	False	False	0.9980818629264832	0					non-mobilizable	no_good_hit	1306.0	83.99700000000001	83.0	0.00036408265850808324	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0159_000000020307	1277	0.6662284923547118	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.06128583475208485	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1277.0	98.434	100.0	0.0031369383778537597	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
ENG0084_000000024403	1227	0.6662263186366851	2	2	2	2	1	False	61496	fragment	False	ENG0084_000000024403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	74.848	55.0	0.00013562218846115235	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0056_000000003934	6145	0.666219589573266	9	7	5	5	4	True	105164	fragment	False	FIJ0056_000000003934	0.9936708860759493		0	0	False	False	0.9991863369941711	0					non-mobilizable	no_good_hit	2152.0	97.072	76.0	0.267530203014074	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0100_000000018613	1943	0.6662190375193368	3	3	3	3	3	False	15164	fragment	False	MAD0100_000000018613	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000008479	3649	0.6662085314659572	4	3	2	3	2	False	91586	fragment	False	ISR0396_000000005052	0.5462866972869652		0	0	False	False	1.0	0					non-mobilizable	other	3649.0	96.492	99.0	0.04888745392418005	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0003_000000032235	1523	0.6662084033486569	2	2	2	2	1	True	96485	fragment	False	CAN0003_000000032235	1.0		0	0	False	False	0.9921208024024963	0					non-mobilizable	no_good_hit	219.0	72.60300000000001	14.0	5.0710936524362456e-05	NZ_CP047180.1	high GC Gram+	Rathayibacter festucae strain VKM Ac-2802 chromosome, complete genome	True	True
MON0084_000000023608	1514	0.6662074458364383	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.05257030159829191		0	0	False	False	0.998678982257843	0					non-mobilizable	other	1516.0	94.06299999999999	100.0	0.05566183503789272	NZ_CABIWU010000030.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0093_000000031738	1454	0.6662074458364383	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.05175300700072607		0	0	False	False	1.0	0					non-mobilizable	other	1457.0	92.999	100.0	0.5947712418300654	NZ_CABIWU010000126.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0112_000000013680	2478	0.6662040510814828	4	3	3	2	1	False	4537	maximal	True	SPA0112_000000013680	1.0		0	0	False	False	0.9919289946556091	0					non-mobilizable	no_good_hit	1864.0	99.89299999999999	75.0	0.006071311018631071	CP052818.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N17S1509 plasmid pN17S1509, complete sequence	True	False
ENG0110_000000023809	1250	0.6662025528474449	2	2	2	2	2	False	59775	maximal	True	ENG0110_000000023809	1.0		95	9	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	91.633	60.0	0.00033170557618716147	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	True	False
USA0133_01_000000010793	2073	0.6661977835514912	2	2	1	2	2	False	111200	fragment	False	USA0133_01_000000010793	0.9744481637835863		0	0	False	False	1.0	0					non-mobilizable	chromosome	2075.0	97.735	100.0	0.0002918913486678858	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0321_000000008204	1435	0.6661835455126954	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7328993638463721		0	0	False	False	1.0	0					non-mobilizable	virus	1405.0	99.146	98.0	0.03743900162662329	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ISR0360_000000018262	1368	0.6661835455126954	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6868047653308257		0	0	False	False	0.9992690086364746	0					non-mobilizable	chromosome	1303.0	93.93700000000001	95.0	0.00037034192629001013	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0047_000000016157	1904	0.6661813387382314	2	2	1	2	1	False	68534	fragment	False	FIJ0047_000000016157	1.0		0	0	False	False	0.9978991746902466	0					non-mobilizable	no_good_hit	962.0	79.314	50.0	0.0002661665385279563	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0388_000000017461	1996	0.6661812500290268	3	2	2	2	1	False	129107	fragment	False	ISR0388_000000017461	1.0		0	0	False	False	0.9944889545440674	0					non-mobilizable	other	1996.0	99.499	100.0	0.02156150703586019	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0013_000000015275	1622	0.6661804102643113	3	1	1	1	1	False	45679	fragment	False	MAD0013_000000015275	1.0		0	0	False	False	0.9827373623847961	0					non-mobilizable	no_good_hit	1421.0	94.51100000000001	88.0	0.024834292310113852	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0117_000000013965	2719	0.6661676118981272	3	3	3	3	2	False	99227	maximal	False	ENG0062_000000008385	0.941677807486631		0	0	False	False	0.9988966584205627	0					non-mobilizable	other	2719.0	99.007	100.0	0.0008233003074199713	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
USA0064_01_000000000872	16039	0.6661621145534519	17	13	6	9	12	True	118875	maximal	True	USA0064_01_000000000872	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	5729.0	97.59100000000001	81.0	0.0009202256866348786	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
ISR0075_000000018326	1482	0.6661388325634121	3	3	2	3	2	False	34625	maximal	True	ISR0075_000000018326	1.0		419	13	False	False	1.0	0					non-mobilizable	other	1482.0	98.785	100.0	0.005305562421858487	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0382_000000005532	2486	0.6661380090534714	4	4	4	3	3	False	86502	maximal	False	MON0056_000000005869	0.3938471516643441		0	0	False	False	0.9995977282524109	0					non-mobilizable	other	2487.0	95.376	100.0	0.001073580919649124	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
AST0061_000000007189	5284	0.666137697600376	6	2	2	2	2	False	117961	fragment	False	AST0061_000000007189	0.9385335724247859		0	0	False	False	0.9984859824180603	0					non-mobilizable	no_good_hit	2605.0	95.163	67.0	0.0007338660866435808	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0110_000000005918	5019	0.666137697600376	8	2	2	2	2	False	117961	fragment	False	AST0061_000000007189	0.9219341408024224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2818.0	95.351	77.0	0.0007945045219350373	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0362_000000005847	3839	0.666137697600376	5	2	2	2	2	False	117954	fragment	False	ISR0362_000000005847	1.0		0	0	False	False	0.9997395277023315	0					non-mobilizable	no_good_hit	2977.0	95.465	79.0	0.00083906672089341	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0382_000000003395	3833	0.666137697600376	8	2	2	2	2	False	117953	fragment	False	ISR0382_000000003395	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3847.0	96.491	100.0	0.001081620462059236	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0074_000000008653	3295	0.666137697600376	8	2	2	2	2	False	117948	fragment	False	DEN0093_000000009681	0.9665360265299969		0	0	False	False	0.9966616034507751	0					non-mobilizable	other	3296.0	96.75399999999999	100.0	0.0009273450011084142	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0231_000000005574	2948	0.666137697600376	4	2	2	2	2	False	117956	fragment	False	ISR0231_000000005574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2582.0	95.198	87.0	0.0007273791842635646	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0084_000000005935	2879	0.666137697600376	4	2	2	2	2	False	117952	fragment	False	SPA0084_000000005935	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2435.0	94.456	84.0	0.0006862014561121568	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0191_000000011737	2599	0.666137697600376	3	2	2	2	2	False	117951	fragment	False	ENG0191_000000011737	0.9579549940781682		0	0	False	False	0.9996152520179749	0					non-mobilizable	other	2525.0	94.693	97.0	0.0007118670263983083	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0050_000000010285	2533	0.666137697600376	4	2	2	2	2	False	117951	fragment	False	ENG0191_000000011737	0.9461331281262024		0	0	False	False	0.9996052384376526	0					non-mobilizable	other	2546.0	95.994	100.0	0.0007169437326087557	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0186_000000006912	2251	0.666137697600376	3	2	2	2	2	False	117949	fragment	False	ENG0186_000000006912	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2263.0	95.669	100.0	0.0006371266294111642	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0083_000000009728	1789	0.666137697600376	3	2	2	2	2	False	117945	fragment	False	SPA0083_000000009728	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1789.0	97.26100000000001	100.0	0.0005042861502377873	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0029_000000021276	1381	0.666137697600376	2	2	2	2	2	False	117944	fragment	False	AST0029_000000021276	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	97.24799999999999	100.0	0.00038921414280097675	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0072_000000014727	1967	0.6661337101718674	5	4	4	3	1	True	34847	maximal	True	ISR0072_000000014727	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	73.108	50.0	0.01898820282587993	NZ_SNXO01000015.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_115, whole genome shotgun sequence	True	True
AUS0002_000000009187	3670	0.6661323801332603	4	4	3	4	2	False	113409	maximal	False	FIJ0076_000000004324	0.9472741233683133		0	0	False	False	1.0	0					non-mobilizable	chromosome	2427.0	97.23899999999999	98.0	0.000677591156441832	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0104_000000004670	5195	0.6661288368005798	6	3	3	2	2	True	53137	maximal	True	FIJ0104_000000004670	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	4168.0	92.56200000000001	80.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0082_000000004942	5129	0.6661288368005798	5	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.8309006870736251		0	0	False	False	0.9959056377410889	0					non-mobilizable	no_good_hit	2263.0	93.32700000000001	88.0	0.07674466198239989	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0097_000000006009	5116	0.6661288368005798	4	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.8781190498695685		0	0	False	False	0.9996090531349182	0					non-mobilizable	no_good_hit	2263.0	93.32700000000001	89.0	0.07674466198239989	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0049_000000003791	5116	0.6661288368005798	4	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.8781280683580734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2263.0	93.32700000000001	89.0	0.07674466198239989	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0024_000000008079	5026	0.6661288368005798	4	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.8722337492157998		0	0	False	False	0.9982092976570129	0					non-mobilizable	other	2263.0	93.32700000000001	91.0	0.07674466198239989	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0146_000000003294	5021	0.6661288368005798	6	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.7498427100636199		0	0	False	False	0.9994025230407715	0					non-mobilizable	other	4168.0	92.586	93.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0076_000000008570	5016	0.6661288368005798	4	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.8714089313008359		0	0	False	False	0.9976076483726501	0					non-mobilizable	other	2263.0	93.32700000000001	91.0	0.07674466198239989	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0119_000000003329	4951	0.6661288368005798	5	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.6646910725415544		0	0	False	False	0.9997979998588562	0					non-mobilizable	other	4168.0	92.586	93.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0120_000000004422	4951	0.6661288368005798	5	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.6646910725415544		0	0	False	False	0.9995960593223572	0					non-mobilizable	other	4168.0	92.586	93.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0011_000000009535	4748	0.6661288368005798	3	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.7322066591502615		0	0	False	False	1.0	0					non-mobilizable	other	2263.0	93.32700000000001	91.0	0.07674466198239989	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0071_000000007569	4722	0.6661288368005798	4	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.5735191559831745		0	0	False	False	1.0	0					non-mobilizable	other	4168.0	92.586	93.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0139_000000005465	4722	0.6661288368005798	4	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.5735191559831745		0	0	False	False	0.999788224697113	0					non-mobilizable	other	4168.0	92.586	93.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0078_000000005249	4716	0.6661288368005798	4	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.5732107109248917		0	0	False	False	0.9997879266738892	0					non-mobilizable	other	4168.0	92.586	93.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0064_000000004925	4676	0.6661288368005798	4	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.5640862524727668		0	0	False	False	1.0	0					non-mobilizable	other	4168.0	92.514	94.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0092_000000011092	4535	0.6661288368005798	3	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.2837775775404633		0	0	False	False	0.9988974928855896	0					non-mobilizable	other	2239.0	93.479	90.0	0.07592605225458762	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0105_000000011571	4519	0.6661288368005798	3	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.282158459296851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2168.0	93.589	88.0	0.07350433180980967	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0107_000000012341	4384	0.6661288368005798	3	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.31939750853281773		0	0	False	False	0.9924726486206055	0					non-mobilizable	other	4154.0	93.54799999999999	99.0	0.14110785183163926	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0080_000000010181	4231	0.6661288368005798	3	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.14055364295887485		0	0	False	False	0.9988182187080383	0					non-mobilizable	other	4073.0	92.65899999999999	96.0	0.13831093526161403	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0057_000000005504	4100	0.6661288368005798	4	3	3	2	2	True	53130	fragment	False	MON0049_000000003791	0.13977654719165286		0	0	False	False	0.9892683029174805	0					non-mobilizable	other	4122.0	92.89200000000001	99.0	0.1399822634558974	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0075_000000005464	3858	0.6661288368005798	3	3	3	2	2	True	53127	fragment	False	MON0075_000000005464	1.0		0	0	False	False	0.9779678583145142	0					non-mobilizable	other	2227.0	93.624	90.0	0.0755167473906815	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
SPA0032_000000013113	2149	0.666127327603947	4	2	0	2	2	False	7240	maximal	True	SPA0032_000000013113	1.0		1	1	False	False	0.9958119988441467	0		MOBP			mobilizable	no_good_hit	1651.0	92.005	83.0	0.329338925504294	CP010375.2	enterobacteria	Enterobacter hormaechei subsp. steigerwaltii strain 34977 plasmid p34977-5.006kb, complete sequence	True	True
ISR0108_000000002526	8360	0.666119423620071	8	6	6	6	4	False	105529	maximal	True	ISR0108_000000002526	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	2096.0	79.485	31.0	0.039275839866681816	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
ITA0005_000000007532	2403	0.6661187620340955	2	2	2	2	1	False	20391	maximal	True	ITA0005_000000007532	1.0		0	0	False	False	0.9912609457969666	0					non-mobilizable	no_good_hit	135.0	94.074	6.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
CHI0165_000000015061	1159	0.666114516435559	2	2	2	2	2	False	78237	fragment	False	CHI0165_000000015061	0.9845979114587268		0	0	False	False	0.9991371631622314	0					non-mobilizable	chromosome	1159.0	98.87799999999999	100.0	0.00033539294167438474	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0835_000000002063	5336	0.6661126651125695	5	5	5	5	4	False	99411	fragment	False	AUS0022_000000006199	0.9600384749912556		0	0	False	False	0.9981259107589722	0					non-mobilizable	other	5338.0	98.95100000000001	100.0	0.020646166487089848	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0222_000000038183	1102	0.6661118226098905	1	1	1	1	1	False	27838	maximal	True	ISR0222_000000038183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000011218	3328	0.6661108789927195	3	1	1	1	1	False	40714	fragment	False	FIJ0133_000000011218	1.0		0	0	False	False	0.9933894276618958	0					non-mobilizable	no_good_hit	2412.0	94.32	82.0	0.02032968898546788	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	False
DEN0073_000000001298	18977	0.6661072856778593	13	7	5	7	3	True	70242	maximal	True	DEN0073_000000001298	1.0		1	1	False	False	0.9995784163475037	0					non-mobilizable	no_good_hit	112.0	79.464	1.0	5.1591310522469894e-05	LT906445.1	firmicutes	Veillonella parvula strain NCTC11810 genome assembly, chromosome: 1	True	True
AUS0010_000000017745	1399	0.6661058440048673	3	2	2	2	2	False	101428	fragment	False	ISR0208_000000019089	0.9621954588640081		0	0	False	False	0.9957112073898315	0					non-mobilizable	no_good_hit	393.0	72.774	28.0	6.799680185431694e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0105_000000012747	1547	0.6661024589128333	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.9276923838850286		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	97.22399999999999	100.0	0.002545179847754082	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0084_000000024470	1450	0.6661024589128333	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.9213081846212731		0	0	False	False	0.9986206889152527	0					non-mobilizable	other	1450.0	97.31	100.0	0.002382474286710442	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0369_000000012182	1361	0.6661024589128333	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.8382785499229138		0	0	False	False	0.996326208114624	0					non-mobilizable	other	1335.0	98.95100000000001	98.0	0.0022131276823588986	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0048_000000025543	1344	0.6661024589128333	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.8351249007875509		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	98.583	99.0	0.00222474950814773	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0103_000000020106	1231	0.6661024589128333	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.47810190367211586		0	0	False	False	0.9772542715072632	0					non-mobilizable	other	1232.0	97.971	100.0	0.002040460556353403	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0016_000000009430	3453	0.6660986113404032	5	4	3	3	2	False	68623	fragment	False	SPA0016_000000009430	1.0		0	0	False	False	0.9843614101409912	0					non-mobilizable	other	3354.0	99.791	97.0	0.0016123874442480854	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
ISR0298_000000005602	2583	0.6660976682689828	4	2	1	1	2	True	81458	maximal	True	ISR0298_000000005602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	96.514	21.0	0.009737063487801822	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	True
ENG0057_000000003525	5958	0.6660972078961549	8	4	3	3	3	True	128149	backbone	False	ISR0232_000000002890	0.10860204371461218	PS1029|PS1034	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	4301.0	95.257	81.0	0.6491813220133414	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0034_01_000000010069	5648	0.6660972078961549	7	4	3	3	3	True	128149	backbone	False	ISR0232_000000002890	0.08091855834998204	PS1029|PS1034	0	0	True	True	1.0	78					non-mobilizable	no_good_hit	4130.0	94.116	79.0	0.6232565191024864	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0041_000000007826	5574	0.6660972078961549	6	4	3	3	3	True	128149	backbone	False	ISR0232_000000002890	0.08091337171508409	PS1029|PS1034	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	2492.0	98.676	81.0	0.37750151607034566	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0048_000000006977	5005	0.6660972078961549	5	4	3	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.045678981713520084	PS1029	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3471.0	92.94200000000001	78.0	0.5227410551849606	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0120_000000001631	7014	0.6660966339178995	11	11	3	5	9	False	132521	backbone	False	USA0060_01_000000001071	0.01732259887015983	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	7014.0	99.986	100.0	0.09480870623225632	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0009_000000005723	5817	0.6660890048504443	5	2	2	2	1	False	8148	maximal	True	SPA0009_000000005723	1.0		1	1	False	False	0.9998281002044678	0					non-mobilizable	no_good_hit								True	False
MAD0021_000000007657	1937	0.6660889343037955	3	3	3	3	2	False	19325	maximal	True	MAD0021_000000007657	1.0		130	12	False	False	1.0	0					non-mobilizable	chromosome	1949.0	84.402	99.0	0.0006469339471015373	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AUS0012_000000003913	3926	0.6660881166641227	4	4	3	3	2	False	130509	fragment	False	ISR0203_000000002513	0.22379611721534864		0	0	False	False	1.0	0					non-mobilizable	other	1907.0	99.266	99.0	0.010885714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0085_000000010036	2374	0.6660831123834872	2	2	2	2	1	False	33992	fragment	False	ISR0085_000000010036	1.0		0	0	False	False	0.9911541938781738	0					non-mobilizable	no_good_hit								True	False
ISR0050_000000011872	2234	0.66608220738241	4	3	3	3	3	False	102771	fragment	False	ISR0050_000000011872	0.9930243093796927		0	0	False	False	0.9995523691177368	0					non-mobilizable	other	2235.0	99.508	100.0	0.0008113059883751545	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0051_000000020433	1441	0.6660795315373401	3	3	3	1	1	False	64040	fragment	False	ENG0051_000000020433	1.0		0	0	False	False	0.9979181289672852	0					non-mobilizable	no_good_hit	540.0	87.963	37.0	0.0001500504575982183	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0012_000000003080	7752	0.6660778504101138	8	5	4	5	3	True	106818	fragment	False	AST0118_000000003016	0.9508408796895214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6048.0	100.0	79.0	0.062374286981546616	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0166_000000006957	3812	0.6660761059900088	6	4	3	4	4	False	111213	maximal	True	ENG0166_000000006957	1.0		9	4	False	False	0.9992130398750305	0					non-mobilizable	no_good_hit	2535.0	98.225	72.0	0.0003576657047990438	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0095_000000006406	4118	0.666074531076101	5	4	4	4	4	False	43143	maximal	True	FIJ0095_000000006406	1.0		4	1	False	False	0.9997571706771851	0					non-mobilizable	no_good_hit	90.0	87.77799999999999	2.0	0.00037317813595424585	NZ_FCOB02000008.1	b-proteobacteria	Caballeronia ptereochthonis isolate LMG 29326, whole genome shotgun sequence	True	False
ISR0194_000000017981	1494	0.6660710284930345	3	3	3	3	1	False	111255	fragment	False	ISR0194_000000017981	0.9598338985798666		0	0	False	False	0.9939758777618408	0					non-mobilizable	no_good_hit	829.0	95.537	78.0	0.0002355169853825871	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0105_000000004216	1632	0.6660620300749486	2	2	2	2	2	False	83188	fragment	False	CHI0105_000000004216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	84.615	69.0	0.00336710932091384	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
MON0013_000000010470	4320	0.6660586968100363	5	3	3	3	3	True	111314	fragment	False	MON0013_000000010470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2765.0	99.204	64.0	0.0006290730086697325	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
FIJ0044_000000014615	1520	0.6660540069614929	2	2	1	1	2	False	123274	fragment	False	FIJ0169_000000013988	0.9702307474030489		0	0	False	False	0.9980263113975525	0					non-mobilizable	other	1520.0	98.947	100.0	0.005837301084070201	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
MAD0046_000000017274	1540	0.6660456307000461	2	2	2	2	2	True	56655	fragment	False	MAD0077_000000008412	0.9683474381236358		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	99.37299999999999	93.0	0.0004287058315652456	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0024_000000004265	7795	0.6660419465784602	10	5	3	4	4	False	125579	fragment	False	ENG0057_000000002278	0.23591805665872384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0050_000000003044	6895	0.6660419465784602	8	5	3	4	4	False	125575	fragment	False	ENG0050_000000003044	0.9775784749064101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0059_000000005135	6214	0.6660419465784602	6	5	3	4	4	False	125575	fragment	False	ENG0050_000000003044	0.9387727592566495		0	0	False	False	0.9990344643592834	0					non-mobilizable	no_good_hit								True	False
USA0073_01_000000007128	2290	0.6660365447607504	2	2	2	2	2	False	712	maximal	True	USA0073_01_000000007128	1.0		5	2	True	True	1.0	7					non-mobilizable	no_good_hit	1607.0	98.818	70.0	0.018748904853688454	NZ_JAAIPV010000014.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_14_length_85605_cov_116.177, whole genome shotgun sequence	True	True
DEN0005_000000014083	2484	0.6660364226238216	4	3	2	3	3	False	76517	maximal	False	FIJ0031_000000009582	0.9870621019108281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1221.0	97.95200000000001	76.0	0.00039322834995904945	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0005_000000024397	1555	0.6660347815903203	2	2	1	1	2	False	123274	fragment	False	FIJ0169_000000013988	0.9628914589698176		0	0	False	False	0.9993569254875183	0					non-mobilizable	other	1556.0	96.72200000000001	100.0	0.0059679582511922465	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
DEN0038_000000004442	1156	0.6660338613025234	1	1	1	1	1	False	73328	fragment	False	ETH0002_000000019035	0.9526496535511674		0	0	False	False	0.979238748550415	0					non-mobilizable	other	1156.0	97.405	100.0	0.0004957573046941564	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
MAD0049_000000001141	10503	0.6660283668476591	12	5	2	5	3	False	70459	maximal	True	MAD0049_000000001141	1.0		1	1	False	False	0.9998095631599426	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.03112449799196787	KF282715.1	g-proteobacteria	Pseudomonas sp. enrichment culture clone VSS6 16S ribosomal RNA gene, partial sequence	True	False
USA0015_01_000000010460	3153	0.6660277521981487	3	2	2	2	1	True	74761	fragment	False	ENG0029_000000007976	0.9434291575326358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	99.57799999999999	8.0	0.00010531590979781577	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MON0090_000000031819	1896	0.6660277521981487	2	2	2	2	1	True	65593	fragment	False	MON0090_000000031819	1.0		0	0	False	False	0.9963080286979675	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000033561	1240	0.6660223263102337	2	2	2	2	1	True	15386	fragment	False	MAD0097_000000033561	1.0		0	0	False	False	0.9790322780609131	0					non-mobilizable	no_good_hit	359.0	72.145	28.0	6.247164233663933e-05	CP046266.1	firmicutes	Bacillus sp. DSL-17 chromosome, complete genome	True	True
ISR0357_000000019610	1353	0.666018480214151	2	2	2	1	1	False	78137	fragment	False	CHI0167_000000014569	0.4333332343114615		0	0	False	False	0.9985218048095703	0					non-mobilizable	other	1353.0	99.77799999999999	100.0	0.002681135278346263	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0215_000000027340	1119	0.666018480214151	2	2	2	1	1	False	28145	fragment	False	ISR0215_000000027340	1.0		0	0	False	False	0.9910634756088257	0					non-mobilizable	chromosome	1119.0	99.64299999999999	100.0	0.0002488122442330307	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0107_000000024355	2426	0.6660118298859821	2	2	2	1	1	False	42495	maximal	True	MON0107_000000024355	1.0		151	11	False	False	0.9983512163162231	0					non-mobilizable	no_good_hit	1855.0	89.32600000000001	76.0	0.09118705922966908	NZ_JH379412.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld403, whole genome shotgun sequence	True	False
DEN0022_000000006620	5316	0.6660113374336019	5	1	1	1	1	True	129514	fragment	False	DEN0022_000000006620	1.0		0	0	False	False	0.9975545406341553	0					non-mobilizable	no_good_hit	161.0	86.95700000000001	3.0	0.0022032574743418116	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AST0003_000000019704	1655	0.6660113374336019	3	1	1	1	1	True	129512	fragment	False	AST0003_000000019704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	82.20299999999999	6.0	0.0016036367692994198	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ETH0001_000000033113	1143	0.6660062060343203	1	1	1	1	1	False	53407	maximal	True	ETH0001_000000033113	1.0		118	12	False	False	0.9825021624565125	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000001703	14669	0.6660038649075437	17	7	3	5	4	False	101726	maximal	True	ISR0128_000000001703	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7525.0	96.399	51.0	0.35770496494491344	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
FIJ0170_000000006178	2591	0.6659980484146643	2	2	2	2	2	False	43631	maximal	True	FIJ0170_000000006178	1.0		9	3	False	False	0.9996140599250793	0					non-mobilizable	no_good_hit	452.0	73.673	17.0	0.0012294843642264356	NZ_FUXZ01000002.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
CAN0022_000000004402	6211	0.6659932559399713	6	6	5	5	5	False	126415	maximal	True	CAN0022_000000004402	1.0	PS958	4	2	False	True	0.9996780157089233	0					non-mobilizable	no_good_hit	3508.0	99.544	56.0	0.0010558905414547685	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0133_000000019114	1217	0.6659904868524935	2	1	1	1	1	False	94885	fragment	False	CAN0008_000000022651	0.9898867313915858		0	0	False	False	0.9687756896018982	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000044781	1208	0.6659904868524935	2	1	1	1	1	False	71605	fragment	False	DEN0073_000000044781	1.0		0	0	False	False	0.9958609342575073	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000019811	1132	0.6659904868524935	1	1	1	1	1	False	71605	fragment	False	DEN0073_000000044781	0.9685430463576159		0	0	False	False	0.9876325130462646	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000003122	5976	0.6659854029607483	6	4	3	4	2	False	23054	maximal	True	ISR0385_000000003122	1.0		1	1	False	False	0.998828649520874	0					non-mobilizable	no_good_hit	1363.0	97.652	23.0	0.02722312166456797	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
USA0121_01_000000011603	4078	0.6659749127091861	4	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.23467021484451892		0	0	False	False	1.0	0					non-mobilizable	other	2053.0	99.415	92.0	0.004290759602456523	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
TAN0001_000000012030	1281	0.6659735171249005	2	1	1	1	1	False	7268	fragment	False	SPA0031_000000025287	0.939622641509434		0	0	False	False	0.984387218952179	0					non-mobilizable	no_good_hit	736.0	93.20700000000001	71.0	0.00024638691429673535	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0059_000000002617	5896	0.6659596659627988	8	6	6	6	5	False	130073	fragment	False	ISR0059_000000002617	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5897.0	98.728	100.0	0.01232861530998229	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0098_000000014531	2473	0.6659554457533302	6	4	2	3	3	False	5067	maximal	True	SPA0098_000000014531	1.0		0	0	False	False	0.9923170208930969	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	1.0881547404403339e-05	CP037745.1	g-proteobacteria	Rheinheimera sp. D18 chromosome, complete genome	True	False
USA0021_01_000000005382	3419	0.6659546955286262	6	3	1	3	1	True	63060	fragment	False	USA0021_01_000000005382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.00012058798702473259	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
USA0057_01_000000013849	2305	0.6659546955286262	4	3	1	3	1	True	63052	fragment	False	USA0057_01_000000013849	0.9546635489527203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	2.0	0.00012058798702473259	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
ISR0266_000000008775	2076	0.6659546955286262	3	3	1	3	1	True	63052	fragment	False	USA0057_01_000000013849	0.8007994076335482		0	0	False	False	0.997591495513916	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	9.164687013879677e-05	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
ISR0160_000000014169	2044	0.6659546955286262	3	3	1	3	1	True	63052	fragment	False	USA0057_01_000000013849	0.6687662760591618		0	0	False	False	0.9911937117576599	0					non-mobilizable	no_good_hit	51.0	98.039	2.0	0.00012058798702473259	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
MAD0081_000000007022	1139	0.6659413505714908	2	2	2	2	2	False	22156	fragment	False	ISR0785_000000031853	0.4758196721311475		0	0	False	False	0.9789288640022278	0					non-mobilizable	chromosome	1120.0	98.48200000000001	98.0	0.00032437744315785355	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0092_000000002872	4131	0.6659343205461079	9	2	2	2	1	True	88409	fragment	False	DEN0092_000000002872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000007407	3976	0.6659343205461079	9	2	2	2	1	True	88414	fragment	False	FIJ0005_000000007407	1.0		0	0	False	False	0.9884305596351624	0					non-mobilizable	no_good_hit								True	True
ENG0009_000000003468	3511	0.6659343205461079	7	2	2	2	1	True	88408	fragment	False	ENG0009_000000003468	1.0		0	0	False	False	0.9994303584098816	0					non-mobilizable	no_good_hit								True	True
ISR0186_000000010327	2712	0.6659343205461079	5	2	2	2	1	True	88401	fragment	False	ISR0186_000000010327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0063_000000014577	2169	0.6659343205461079	3	2	2	2	1	True	88405	fragment	False	ENG0063_000000014577	1.0		0	0	False	False	0.9852466583251953	0					non-mobilizable	no_good_hit								True	True
FIJ0113_000000014365	1784	0.6659343205461079	3	2	2	2	1	True	88403	fragment	False	FIJ0113_000000014365	1.0		0	0	False	False	0.9988788962364197	0					non-mobilizable	no_good_hit								True	True
ISR0269_000000013759	1414	0.6659343205461079	2	2	2	2	1	True	88400	fragment	False	ISR0269_000000013759	1.0		0	0	False	False	0.9964639544487	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	0.0002658995866470062	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0282_000000022485	1158	0.6659252129756219	2	2	2	2	2	False	26127	maximal	True	ISR0282_000000022485	1.0		4	3	False	False	0.9991364479064941	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000009026	3144	0.6659228992131647	6	6	6	4	2	False	7767	maximal	True	SPA0019_000000009026	1.0		1	1	False	False	0.9974554777145386	0					non-mobilizable	no_good_hit	2335.0	99.95700000000001	75.0	0.001020169101551846	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
CHI0172_000000004964	1607	0.6659163538734313	2	1	1	1	1	False	77931	maximal	True	CHI0172_000000004964	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0151_000000015163	1114	0.6659150209674286	1	1	1	1	1	False	51848	fragment	False	FIJ0005_000000030491	0.9058254668648523		0	0	False	False	0.9964093565940857	0					non-mobilizable	chromosome	1114.0	99.82	100.0	0.00021311762944263134	CP042481.1	enterobacteria	Klebsiella pneumoniae strain C51 chromosome, complete genome	False	False
BAN0041_000000005126	1219	0.6659129030860291	1	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.1274093465067388		0	0	False	False	0.9991796612739563	0					non-mobilizable	no_good_hit	342.0	76.608	28.0	0.0009613039705540401	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
CHI0062_000000006029	2458	0.6659096562774109	4	3	3	3	2	False	106111	maximal	True	CHI0062_000000006029	1.0		0	0	False	False	0.9959316253662109	0					non-mobilizable	chromosome	2490.0	97.39	100.0	0.0008743645657433944	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0394_000000005692	3245	0.6659056754468585	4	4	4	4	3	False	34566	maximal	True	ISR0394_000000005692	1.0		9	2	False	False	0.993220329284668	0					non-mobilizable	chromosome	1516.0	81.53	97.0	0.00040304686277326256	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0034_01_000000032800	1588	0.6658982450776103	2	2	2	2	2	False	32411	fragment	False	ISR0841_000000009458	0.9856820218346575		0	0	False	False	1.0	0					non-mobilizable	chromosome	1595.0	83.009	99.0	0.0003529662069352296	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0841_000000009458	1578	0.6658982450776103	2	2	2	2	2	False	32411	fragment	False	ISR0841_000000009458	0.9865075901458947		0	0	False	False	0.999366283416748	0					non-mobilizable	chromosome	1551.0	83.495	97.0	0.00034317395403160404	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0158_000000013351	1571	0.6658982450776103	2	2	2	2	2	False	32411	fragment	False	ISR0841_000000009458	0.984365491562218		0	0	False	False	1.0	0					non-mobilizable	chromosome	1585.0	83.21799999999999	99.0	0.0003507406949116783	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0156_000000012703	1567	0.6658982450776103	2	2	2	2	2	False	32411	fragment	False	ISR0841_000000009458	0.9820298951340384		0	0	False	False	1.0	0					non-mobilizable	chromosome	1580.0	83.165	99.0	0.0003496279388999027	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0117_000000017471	1560	0.6658982450776103	2	2	2	2	2	False	32411	fragment	False	ISR0841_000000009458	0.9794127032121306		0	0	False	False	1.0	0					non-mobilizable	chromosome	1573.0	83.471	99.0	0.0003480700804834168	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0037_01_000000021800	1550	0.6658982450776103	2	2	2	2	2	False	32411	fragment	False	ISR0841_000000009458	0.9786114211608485		0	0	False	False	1.0	0					non-mobilizable	chromosome	1564.0	83.50399999999999	99.0	0.0003460671196622207	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0020_01_000000023494	1474	0.6658982450776103	2	2	2	2	2	False	32411	fragment	False	ISR0841_000000009458	0.9393683429725723		0	0	False	False	0.9966078400611877	0					non-mobilizable	chromosome	1482.0	83.46799999999999	99.0	0.0003278179210691004	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0020_000000016375	1987	0.6658969205976434	2	1	1	1	1	False	18634	fragment	False	MAD0037_000000006474	0.9669811320754718		0	0	False	False	0.9994967579841614	0					non-mobilizable	no_good_hit								True	False
ENG0198_000000009075	2129	0.6658961254154131	3	3	3	3	3	False	93624	fragment	False	ISR0112_000000012858	0.35233447467224926		0	0	False	False	0.9976514577865601	0					non-mobilizable	no_good_hit	1018.0	77.308	47.0	0.05375996552467141	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ISR0324_000000011715	2637	0.6658922003893267	3	3	3	3	2	False	92601	fragment	False	ISR0324_000000011715	1.0		0	0	False	False	0.997724711894989	0					non-mobilizable	no_good_hit	1008.0	90.774	65.0	0.00015493656832271855	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0051_000000029857	1209	0.6658808751870506	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6047836958284366		0	0	False	False	0.9991728663444519	0					non-mobilizable	chromosome	1209.0	93.54799999999999	100.0	0.0003436044907514073	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0060_000000007409	2230	0.6658723887221873	3	1	1	1	1	False	67356	fragment	False	MAD0060_000000007409	1.0		0	0	False	False	0.9757847785949707	0					non-mobilizable	no_good_hit								True	False
ISR0207_000000003710	6284	0.6658704068042054	9	5	4	5	3	True	111586	fragment	False	ISR0207_000000003710	0.9999448762471749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	86.925	8.0	0.0001659678940231478	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
AST0084_000000004471	6245	0.6658704068042054	9	5	4	5	3	True	111586	fragment	False	ISR0207_000000003710	0.9978761302255327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	86.925	8.0	0.0001659678940231478	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
FIJ0081_000000006405	4896	0.6658704068042054	6	5	4	5	3	True	58216	fragment	False	FIJ0081_000000006405	0.985312764158918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	94.595	6.0	5.778141495620702e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ENG0134_000000007744	4732	0.6658704068042054	6	5	4	5	3	True	58216	fragment	False	FIJ0081_000000006405	0.970281862745098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	87.454	6.0	0.00010818647906694079	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
USA0043_01_000000001106	15416	0.6658624905038341	16	9	3	4	9	False	104430	fragment	False	USA0043_01_000000001106	1.0		0	0	False	False	0.999870240688324	0					non-mobilizable	no_good_hit	4798.0	93.99700000000001	61.0	0.010671690037229419	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0053_000000013918	1271	0.6658612005061393	2	2	2	2	2	False	35741	fragment	False	ISR0258_000000021731	0.9659940209267563		0	0	False	False	0.9913454055786133	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00023262769598883387	NZ_JAAWUO010000014.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_14_length_120364_cov_136.787, whole genome shotgun sequence	True	False
MAD0045_000000028238	1500	0.6658547615314983	2	2	1	2	1	True	98643	fragment	False	MAD0045_000000028238	1.0		0	0	False	False	0.9993333220481873	0					non-mobilizable	plasmid	1501.0	97.66799999999999	100.0	0.01688671593366979	CP024864.1	enterobacteria	Escherichia coli strain AR_0015 plasmid unitig_2_pilon, complete sequence	False	True
DEN0082_000000030463	1401	0.6658533614571263	2	1	1	1	1	False	69181	fragment	False	DEN0082_000000030463	1.0		0	0	False	False	0.9957173466682434	0					non-mobilizable	no_good_hit	141.0	79.433	10.0	6.210670475877891e-05	NZ_QTUJ01000001.1	a-proteobacteria	Paracoccus versutus strain DSM 17099 Ga0242574_11, whole genome shotgun sequence	True	False
USA0036_01_000000001307	25146	0.6658527156863314	34	13	7	11	5	True	35937	maximal	True	USA0036_01_000000001307	1.0		1	1	False	False	0.9999602437019348	0					non-mobilizable	no_good_hit	856.0	92.29	3.0	0.013058957124881074	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
MON0040_000000012076	2247	0.6658417776028964	4	3	1	2	2	False	113641	fragment	False	MON0040_000000012076	1.0		0	0	False	False	0.9968847632408142	0					non-mobilizable	no_good_hit	1408.0	94.95700000000001	63.0	0.0004374042206085207	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0119_000000008768	1972	0.6658399055278714	3	2	1	2	1	False	110051	fragment	False	FIJ0119_000000008768	0.9546018453144096		0	0	False	False	1.0	0					non-mobilizable	other	1077.0	97.86399999999999	100.0	0.017192618039466326	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0026_000000033715	1494	0.6658399055278714	2	2	1	2	1	False	110037	maximal	True	MON0026_000000033715	1.0		0	0	False	False	0.9799196720123291	0					non-mobilizable	no_good_hit	1004.0	97.90799999999999	79.0	0.016026204362067586	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0006_000000007945	2454	0.6658299957085358	3	3	3	3	2	False	129916	fragment	False	ISR0006_000000007945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	91.495	59.0	0.01963409192324855	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0093_000000000094	48824	0.6658284645700323	100	35	14	31	26	False	43263	maximal	True	FIJ0093_000000000094	1.0		1	1	True	True	1.0	24					non-mobilizable	no_good_hit	2050.0	70.585	4.0	0.0008847759986659619	NZ_AVNC01000015.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.14, whole genome shotgun sequence	True	True
FIJ0092_000000022873	1584	0.6658122442185704	3	2	2	1	1	False	85654	fragment	False	FIJ0092_000000022873	0.9863349536634282		0	0	False	False	1.0	0					non-mobilizable	other	1584.0	98.54799999999999	100.0	0.00047341442824734017	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0093_000000008482	2841	0.665803697163004	4	3	2	3	2	False	54346	fragment	False	ISR0093_000000008482	1.0		0	0	False	False	0.9996480345726013	0					non-mobilizable	no_good_hit	1504.0	76.862	52.0	0.000640254449510257	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	False
USA0069_01_000000005848	10036	0.6657920861898041	8	7	3	3	7	False	86889	maximal	True	USA0069_01_000000005848	0.9922386483632524		375	15	False	False	1.0	0					non-mobilizable	chromosome	10036.0	98.725	100.0	0.0028086027488202327	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0113_000000008731	2898	0.6657892655355803	3	3	2	2	2	False	42972	maximal	True	FIJ0113_000000008731	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000028590	1381	0.6657877941845741	3	3	3	3	2	False	68020	fragment	False	FIJ0006_000000028590	1.0		0	0	False	False	0.981173038482666	0					non-mobilizable	chromosome	1381.0	99.27600000000001	100.0	0.0007643121605941696	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ISR0217_000000004627	5837	0.6657799932498628	6	6	5	5	5	False	115716	fragment	False	ISR0217_000000004627	0.9897458369851009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	76.493	4.0	0.001144395531157374	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ISR0007_000000005494	2623	0.6657731935800291	3	2	2	2	2	False	56951	fragment	False	ISR0007_000000005494	1.0		0	0	False	False	0.9897064566612244	0					non-mobilizable	no_good_hit	598.0	81.438	23.0	0.009701480410159741	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
MAD0088_000000001333	10273	0.6657670091311239	12	6	2	6	2	False	15928	maximal	True	MAD0088_000000001333	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0008_000000001404	7419	0.6657670091311239	10	6	2	6	2	False	2775	fragment	False	TAN0008_000000001404	1.0		0	0	False	False	0.9991912841796875	0					non-mobilizable	no_good_hit	37.0	100.0	0.0	0.002757141763038983	NZ_JAAWUO010000032.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_32_length_13057_cov_177.183, whole genome shotgun sequence	True	False
USA0084_01_000000007017	4494	0.665760603291807	4	2	2	2	1	True	480	maximal	True	USA0084_01_000000007017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	408.0	99.51	9.0	0.0016152588382836188	NZ_ABJL02000002.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont554, whole genome shotgun sequence	True	True
FIJ0024_000000016595	1287	0.6657566277672421	2	2	2	2	1	False	49202	maximal	True	FIJ0024_000000016595	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	3.0	6.2510757665272625e-06	NZ_LGTC01000001.1	firmicutes	Pseudobacteroides cellulosolvens ATCC 35603 = DSM 2933 ctg1, whole genome shotgun sequence	True	False
FIJ0102_000000003646	8002	0.6657536730808339	8	4	3	4	3	False	42649	maximal	True	FIJ0102_000000003646	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0174_000000002741	10239	0.665749691406792	5	4	4	3	1	True	130424	fragment	False	ISR0174_000000002741	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	180.0	98.333	4.0	0.007420304273929445	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0046_000000024665	1381	0.6657376317421556	1	1	1	1	1	False	46951	maximal	True	FIJ0046_000000024665	1.0		7	4	False	False	0.9847936034202576	0					non-mobilizable	no_good_hit	69.0	88.406	5.0	1.0433554685608188e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
MON0024_000000035355	1466	0.6657373435441063	3	3	2	3	1	False	12902	fragment	False	SPA0008_000000019053	0.9557356608478803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	80.0	6.0	1.605728931288731e-05	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	False
MAD0056_000000008708	1608	0.6657324241261647	3	3	3	2	2	False	17603	fragment	False	MAD0056_000000008708	1.0		0	0	False	False	0.9931591749191284	0					non-mobilizable	chromosome	1608.0	99.93799999999999	100.0	0.00045294208006674345	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0179_000000004878	5268	0.6657307424406469	4	4	3	3	1	False	92872	fragment	False	ISR0179_000000004878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	71.512	38.0	0.0003234373377249596	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
MON0029_000000019426	1613	0.6657299351402215	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.2898912881100501		0	0	False	False	1.0	0					non-mobilizable	chromosome	1608.0	92.475	99.0	0.0006618021940369439	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0021_000000004280	1984	0.6657213108057666	3	3	3	2	3	False	89293	fragment	False	CHI0021_000000004280	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1984.0	99.95	100.0	0.0004272185851071989	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0154_000000018274	2087	0.6657167800692086	3	3	3	3	2	False	101683	maximal	True	FIJ0154_000000018274	1.0		350	12	False	False	0.9817920327186584	0					non-mobilizable	no_good_hit	1295.0	72.741	61.0	0.022890541592023597	NZ_QGDS01000020.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_120, whole genome shotgun sequence	True	False
MON0086_000000005560	5345	0.6657154064912045	8	3	3	3	2	True	130698	fragment	False	MON0086_000000005560	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3351.0	95.10600000000001	94.0	0.000896836008621837	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0108_000000002955	2627	0.6657040789281392	2	2	2	2	1	True	121083	maximal	True	CHI0108_000000002955	1.0		0	0	False	False	0.9980967044830322	0		MOBV			mobilizable	no_good_hit	1629.0	96.071	62.0	0.32313195548489665	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
USA0063_01_000000019321	1112	0.6656998778582818	1	1	1	1	1	False	858	fragment	False	USA0063_01_000000019321	1.0		0	0	False	False	0.9901078939437866	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000012469	2067	0.6656996842320967	3	3	3	3	3	False	98777	maximal	True	ISR0058_000000012469	1.0		156	11	False	False	0.9995161890983582	0					non-mobilizable	other	2004.0	91.617	97.0	0.03297083539298072	NZ_CABIWU010000007.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0089_000000013234	1943	0.665695362280601	3	3	3	3	3	False	41395	fragment	False	MAD0089_000000013234	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1943.0	97.838	100.0	0.00040910755146813155	CP022959.1	enterobacteria	Escherichia coli ATCC 8739 chromosome, complete genome	False	False
ISR0344_000000017594	1931	0.6656933400760611	3	3	3	3	3	False	94893	maximal	True	ISR0344_000000017594	1.0		15	3	False	False	1.0	0					non-mobilizable	other	1932.0	97.774	100.0	0.022098055829077836	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
DEN0012_000000001097	5726	0.6656931999698136	7	6	2	4	4	False	75491	maximal	True	DEN0012_000000001097	0.9971836274877957		2	1	False	False	0.9998253583908081	0					non-mobilizable	chromosome	5727.0	98.359	100.0	0.0009461014670274137	CP057330.1	enterobacteria	Klebsiella oxytoca strain RHB30-C02 chromosome, complete genome	False	False
TAN0027_000000007023	1613	0.6656925555839199	2	2	1	2	1	False	42763	fragment	False	TAN0027_000000007023	1.0		0	0	False	False	0.9993800520896912	0					non-mobilizable	chromosome	1420.0	94.57700000000001	93.0	0.000378261538777543	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0048_000000016731	1430	0.6656925555839199	3	2	1	2	1	False	19265	fragment	False	MAD0048_000000016731	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1304.0	93.865	91.0	0.0003473177175517355	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0103_000000005797	3461	0.6656875405408766	3	3	3	3	3	False	48690	fragment	False	FIJ0031_000000006510	0.9892302546105054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.663	28.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MON0101_000000028082	2258	0.6656793910375081	2	2	2	2	1	True	32332	fragment	False	MON0101_000000028082	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	2.0	0.0005968557133060727	NZ_WHZW01000018.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence18, whole genome shotgun sequence	True	True
ISR0029_000000005660	7874	0.6656694573506033	12	5	3	3	5	False	37245	maximal	True	ISR0029_000000005660	1.0		2	1	False	False	0.9996190071105957	0					non-mobilizable	no_good_hit	3101.0	98.226	55.0	0.0006883316785830896	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0011_000000023964	1223	0.6656692781646865	1	1	1	1	1	False	38221	fragment	False	MON0037_000000058257	0.9546493902439024		0	0	False	False	0.9795584678649902	0					non-mobilizable	other	1230.0	74.634	99.0	0.006395566302635668	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
MAD0026_000000011987	1208	0.6656692781646865	1	1	1	1	1	False	19069	maximal	True	MAD0026_000000011987	1.0		49	7	False	False	1.0	0					non-mobilizable	other	1208.0	88.99	100.0	0.016268600388182015	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0136_000000021998	1904	0.6656651309946366	2	2	2	2	1	False	6116	fragment	False	SPA0136_000000021998	1.0		0	0	False	False	0.9957982897758484	0					non-mobilizable	no_good_hit								True	False
CHI0141_000000006706	4092	0.6656567870180804	5	5	5	5	5	False	89416	maximal	True	CHI0141_000000006706	1.0		229	14	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	79.023	60.0	0.00038322339575932296	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0115_000000021060	1680	0.665651269116037	2	1	1	1	1	False	62546	fragment	False	ISR0115_000000021060	1.0		0	0	False	False	0.999404788017273	0					non-mobilizable	no_good_hit	791.0	80.78399999999999	47.0	0.0002324909854211863	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0372_000000012699	1390	0.665651269116037	2	1	1	1	1	False	62545	fragment	False	MON0034_000000019113	0.9493754109138725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	78.523	43.0	0.00015514422759605598	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ENG0068_000000022088	1210	0.665651269116037	2	1	1	1	1	False	62544	fragment	False	ENG0068_000000022088	0.9899563318777292		0	0	False	False	0.9694215059280396	0					non-mobilizable	no_good_hit	791.0	80.531	65.0	0.0002324909854211863	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0013_000000050384	1145	0.665651269116037	2	1	1	1	1	False	62544	fragment	False	ENG0068_000000022088	0.9636363636363636		0	0	False	False	0.9868995547294617	0					non-mobilizable	no_good_hit	796.0	81.281	69.0	0.00023397181972323208	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0066_000000009309	3469	0.6656504364053615	4	2	2	2	2	False	87611	fragment	False	ISR0066_000000009309	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3354.0	99.135	97.0	0.0016745983611716993	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0041_000000004864	2895	0.6656504364053615	3	2	2	2	2	False	87609	fragment	False	CHI0041_000000004864	1.0		0	0	False	False	0.9996545910835266	0					non-mobilizable	other	2775.0	99.387	96.0	0.0013853404700265878	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0077_000000018060	2306	0.6656495729918296	3	3	3	3	3	False	113588	fragment	False	DEN0061_000000010968	0.0708078628790603		0	0	False	False	0.9887250661849976	0					non-mobilizable	chromosome	2306.0	97.095	100.0	0.0006451249961166554	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0097_000000013195	2381	0.6656477662733993	3	2	2	2	1	False	42920	maximal	True	FIJ0097_000000013195	1.0		6	2	False	False	0.9953801035881042	0					non-mobilizable	other	1277.0	83.242	94.0	0.007437128662919414	NZ_JABAFG010000005.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_5, whole genome shotgun sequence	False	False
ISR0109_000000016139	2014	0.6656466636569227	2	2	2	2	1	False	43987	maximal	True	ISR0109_000000016139	1.0		25	6	False	False	0.999503493309021	0					non-mobilizable	other	1540.0	99.221	99.0	0.000652588452449454	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ENG0109_000000013310	1850	0.6656449988829622	3	3	3	3	2	False	59880	maximal	True	ENG0109_000000013310	1.0		71	7	False	False	0.9832432270050049	0					non-mobilizable	no_good_hit	884.0	72.738	47.0	0.007155061939342161	NZ_JAAIPW010000009.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_9_length_121732_cov_277.833, whole genome shotgun sequence	True	False
ISR0115_000000014310	2350	0.6656429122677554	2	1	1	1	1	False	32478	fragment	False	ISR0115_000000014310	1.0		0	0	False	False	0.974042534828186	0					non-mobilizable	no_good_hit	83.0	84.337	4.0	0.0001936730326835052	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
USA0015_01_000000019227	1739	0.6656389441170091	3	3	2	3	1	True	78209	fragment	False	USA0015_01_000000019227	0.9561764705882354		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	97.39299999999999	99.0	0.01721419447549098	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0008_000000003668	3224	0.6656372930089076	4	4	4	3	3	False	88287	fragment	False	SPA0067_000000004855	0.1897010508575072		0	0	False	False	0.981389582157135	0					non-mobilizable	other	3224.0	99.44200000000001	100.0	0.0010344203200988319	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0042_000000016238	1623	0.6656361347690098	2	1	1	1	1	False	44928	fragment	False	MON0042_000000016238	0.9710480245200046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0290_000000003389	3282	0.6656338139727299	3	2	1	2	1	False	111474	fragment	False	ISR0290_000000003389	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1677.0	92.904	100.0	0.00046932732594356127	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0048_000000012992	2985	0.6656311148183871	5	4	3	4	2	False	50759	maximal	True	MON0048_000000012992	1.0		1	1	False	False	0.9929648041725159	0					non-mobilizable	no_good_hit	76.0	98.684	3.0	0.01648106904231626	NZ_OEST01000019.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0148_000000024528	1194	0.6656302465554389	1	1	1	1	1	False	89729	fragment	False	ISR0129_000000007966	0.1896356275303644		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	97.82600000000001	100.0	0.054546284462296875	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0157_000000017800	1774	0.6656253587982636	2	2	2	2	2	False	117028	fragment	False	ISR0157_000000017800	1.0		0	0	False	False	0.9904171228408813	0					non-mobilizable	other	1774.0	97.802	100.0	0.015050678256735879	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0089_000000015766	1492	0.6656243515032434	1	1	1	1	1	False	110103	fragment	False	ISR0351_000000008711	0.5785407499523934		0	0	False	False	1.0	0					non-mobilizable	chromosome	1414.0	89.39200000000001	100.0	0.00040106153307904323	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0066_000000022120	1467	0.6656243515032434	2	1	1	1	1	False	74727	fragment	False	MAD0066_000000022120	0.9969199178644764		0	0	False	False	0.9993183612823486	0					non-mobilizable	other	1490.0	75.638	99.0	0.00043677769868676703	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0166_000000017266	1429	0.6656243515032434	1	1	1	1	1	False	39004	fragment	False	FIJ0166_000000017266	0.9918197502633014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	74.081	81.0	0.00022567896568895829	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	False
ISR0205_000000011499	1428	0.6656243515032434	1	1	1	1	1	False	117884	maximal	False	ENG0141_000000017360	0.6289082870820979		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	73.97800000000001	100.0	0.001064638446866505	NZ_NQOF01000001.1	firmicutes	Blautia hominis strain KB1 KB1_contig1, whole genome shotgun sequence	False	False
MAD0036_000000021987	1428	0.6656243515032434	1	1	1	1	1	False	18715	maximal	True	MAD0036_000000021987	1.0		50	9	False	False	0.9985994100570679	0					non-mobilizable	no_good_hit	429.0	82.28399999999999	30.0	0.00012692064765451242	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
SPA0096_000000029755	1427	0.6656243515032434	1	1	1	1	1	False	39004	fragment	False	FIJ0166_000000017266	0.9887882991827598		0	0	False	False	0.9852837920188904	0					non-mobilizable	no_good_hit	1038.0	74.663	81.0	0.006694839421827136	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
ISR0298_000000010436	1425	0.6656243515032434	1	1	1	1	1	False	39004	fragment	False	FIJ0166_000000017266	0.9904286831212957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	74.47	81.0	0.006694839421827136	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
ISR0200_000000017962	1404	0.6656243515032434	1	1	1	1	1	False	65589	maximal	False	ISR0148_000000020763	0.6362556426704681		0	0	False	False	0.9871794581413269	0					non-mobilizable	other	1404.0	99.43	100.0	0.0019429092122701017	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
ISR0397_000000013120	1380	0.6656243515032434	1	1	1	1	1	False	110103	fragment	False	ISR0351_000000008711	0.5721170015962349		0	0	False	False	1.0	0					non-mobilizable	chromosome	1381.0	89.13799999999999	100.0	0.0003919594273637742	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0084_000000004065	1374	0.6656243515032434	1	1	1	1	1	False	69045	maximal	True	DEN0084_000000004065	1.0		39	6	False	False	1.0	0					non-mobilizable	other	1382.0	83.285	100.0	0.0024626256647564725	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0003_000000018022	1368	0.6656243515032434	1	1	1	1	1	False	76635	fragment	False	DEN0003_000000018022	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1385.0	76.318	100.0	0.00024072634007125712	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	False	False
ISR0213_000000020635	1334	0.6656243515032434	1	1	1	1	1	False	44828	fragment	False	ISR0213_000000020635	0.9760061919504643		0	0	False	False	0.9812593460083008	0					non-mobilizable	no_good_hit	1199.0	76.14699999999999	89.0	0.003310888835582432	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0065_000000026036	1331	0.6656243515032434	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.292149130760039		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	79.247	90.0	0.001471445384396465	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MON0083_000000030816	1320	0.6656243515032434	1	1	1	1	1	False	27264	fragment	False	MON0083_000000030816	0.9376917071999039		0	0	False	False	0.9901515245437622	0					non-mobilizable	other	1320.0	99.167	100.0	0.009317538022477942	NZ_RCXZ01000014.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0014, whole genome shotgun sequence	False	False
FIJ0015_000000025452	1294	0.6656243515032434	1	1	1	1	1	False	50300	fragment	False	MON0005_000000042870	0.9265922226586611		0	0	False	False	1.0	0					non-mobilizable	chromosome	1294.0	96.677	100.0	0.00036188573534873557	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0080_000000045111	1285	0.6656243515032434	1	1	1	1	1	False	10021	fragment	False	MON0080_000000045111	1.0		0	0	False	False	0.928404688835144	0					non-mobilizable	other	1192.0	74.077	92.0	0.00032973897428342346	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	False	False
MON0058_000000042470	1265	0.6656243515032434	1	1	1	1	1	False	10977	maximal	True	MON0058_000000042470	1.0		6	4	False	False	0.9652174115180969	0					non-mobilizable	no_good_hit	965.0	76.788	76.0	0.0002569959716752386	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0061_000000038942	1211	0.6656243515032434	1	1	1	1	1	False	10793	fragment	False	MON0061_000000038942	1.0		0	0	False	False	0.9785301685333252	0					non-mobilizable	other	1211.0	99.835	100.0	0.00019439125014458853	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
CHI0174_000000012890	1202	0.6656243515032434	1	1	1	1	1	False	77774	fragment	False	CHI0174_000000012890	1.0		0	0	False	False	0.9900166392326355	0					non-mobilizable	other	1219.0	72.765	100.0	0.005660368488108055	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
CHI0031_000000001337	6135	0.6656229509138553	7	4	3	3	3	True	88496	fragment	False	CHI0031_000000001337	1.0		0	0	False	False	0.9977180361747742	0					non-mobilizable	no_good_hit	511.0	75.342	8.0	0.14908120924718435	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	True
ISR0207_000000016890	1769	0.6656093037498707	3	2	2	2	2	True	119930	fragment	False	ISR0207_000000016890	0.9464181712288876		0	0	False	False	0.9898247718811035	0					non-mobilizable	other	1066.0	89.306	90.0	0.0032035860674458406	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	False	True
FIJ0010_000000011463	1650	0.6656057905748086	2	2	2	1	2	False	51078	fragment	False	FIJ0061_000000015033	0.961495222034851		0	0	False	False	1.0	0					non-mobilizable	chromosome	1650.0	99.818	100.0	0.00031005384858805163	CP050829.1	enterobacteria	Klebsiella pneumoniae strain Bckp067 chromosome, complete genome	False	False
MAD0066_000000029906	1172	0.665605728797327	2	2	2	2	1	True	60735	fragment	False	ISR0049_000000021433	0.7126753055471235		0	0	False	False	0.9658703207969666	0					non-mobilizable	no_good_hit	400.0	74.0	33.0	0.004355108877721943	NZ_OAOG01000019.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	True
AUS0002_000000017737	2059	0.6655985775699361	3	3	1	3	2	False	102932	fragment	False	ISR0097_000000012653	0.6233960836731368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	90.337	23.0	0.005521495280613831	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0056_000000007642	2748	0.6655972028963016	4	4	3	3	2	False	126973	maximal	True	ISR0056_000000007642	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1512.0	94.11399999999999	82.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
MON0084_000000028388	1302	0.6655955944246111	1	1	1	1	1	False	9812	fragment	False	MON0084_000000028388	1.0		0	0	False	False	0.939324140548706	0					non-mobilizable	other	1238.0	86.995	95.0	0.0004535511846822995	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	False	False
ENG0100_000000007646	3824	0.6655887536705875	5	4	4	3	2	False	111007	maximal	True	ENG0100_000000007646	1.0	PS702	11	3	True	True	1.0	4					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007770632368703108	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	True
DEN0041_000000006108	5326	0.6655884750584079	6	5	2	3	4	False	75491	maximal	False	DEN0012_000000001097	0.962364652462452		0	0	False	False	0.9956815838813782	0					non-mobilizable	chromosome	5307.0	98.34200000000001	99.0	0.0008766931497957082	CP057330.1	enterobacteria	Klebsiella oxytoca strain RHB30-C02 chromosome, complete genome	False	False
ENG0100_000000024025	1318	0.6655855167104416	2	2	2	2	2	True	60537	maximal	True	ENG0100_000000024025	1.0		404	12	False	False	0.9559939503669739	0					non-mobilizable	chromosome	1250.0	99.44	95.0	0.0002444230832455315	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ISR0089_000000009931	2691	0.6655854980865841	3	3	3	3	3	False	99231	fragment	False	CHI0111_000000008113	0.139722524638263		0	0	False	False	0.9996283650398254	0					non-mobilizable	no_good_hit	390.0	75.641	14.0	0.00014328203862307517	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
SPA0040_000000021417	1960	0.665585106831616	2	1	1	1	1	False	107640	fragment	False	SPA0096_000000020321	0.9543172690763052		0	0	False	False	0.9928571581840515	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.152915017238525e-06	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
CHI0051_000000009825	1863	0.665585106831616	2	1	1	1	1	False	86634	fragment	False	CHI0051_000000009825	1.0		0	0	False	False	0.9989264607429504	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000021061	1797	0.665585106831616	2	1	1	1	1	False	107639	fragment	False	DEN0094_000000021061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.152915017238525e-06	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ISR0284_000000008836	1567	0.665585106831616	2	1	1	1	1	False	107636	fragment	False	ISR0392_000000020888	0.945806707718257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000010450	3626	0.6655742618774053	3	3	3	3	3	False	123403	maximal	False	ISR0209_000000008070	0.9898849081710159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	72.04	11.0	0.0013898168228573063	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
SPA0012_000000021527	1101	0.6655737312975396	1	1	1	1	1	False	7990	maximal	True	SPA0012_000000021527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	864.0	100.0	78.0	0.002508137642408742	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
SPA0018_000000013235	2247	0.6655733755002384	5	4	4	3	3	False	130137	maximal	True	SPA0018_000000013235	1.0		20	5	False	False	0.9839786291122437	0					non-mobilizable	no_good_hit	294.0	99.66	13.0	0.001373008434864105	NZ_CYYA01000004.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0066_000000013842	2497	0.6655685676828188	3	3	3	1	1	False	79996	maximal	True	DEN0066_000000013842	0.9688504823151125		49	11	False	False	1.0	0					non-mobilizable	no_good_hit	1914.0	95.402	77.0	0.0006719393286581069	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
DEN0073_000000003401	10173	0.6655627497157215	13	5	3	4	4	False	70234	fragment	False	DEN0073_000000003401	1.0		0	0	False	False	0.9987221360206604	0					non-mobilizable	no_good_hit	1572.0	76.781	15.0	0.03427644699642771	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
SPA0038_000000022616	1109	0.6655546702013581	2	2	2	2	2	False	85363	fragment	False	SPA0038_000000022616	0.9936305732484076		0	0	False	False	0.9783588647842407	0					non-mobilizable	no_good_hit	402.0	81.592	36.0	5.603523472976338e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0023_000000017508	1893	0.6655516551928785	2	2	2	2	1	False	91805	fragment	False	CHI0090_000000006489	0.9524048096192386		0	0	False	False	0.996830403804779	0					non-mobilizable	no_good_hit	948.0	73.62899999999999	49.0	0.00338649968636807	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MAD0020_000000000013	15316	0.6655505367447995	22	7	1	7	1	False	19354	maximal	True	MAD0020_000000000013	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	7.247641297417663e-07	LR537124.1	bony fishes	Sparus aurata genome assembly, chromosome: 4	True	False
ENG0199_000000021069	1223	0.6655461592986932	3	1	1	1	1	False	54233	maximal	True	ENG0199_000000021069	1.0		5	3	False	False	0.992641031742096	0					non-mobilizable	no_good_hit								True	False
MON0035_000000010474	2642	0.6655454900786122	3	1	1	1	1	False	105808	fragment	False	MON0035_000000010474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2053.0	86.556	88.0	0.0006315295646054745	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0052_000000021267	1379	0.6655454900786122	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.2408027374717693		0	0	False	False	0.9985496997833252	0					non-mobilizable	chromosome	1370.0	89.635	99.0	0.0004733468761197547	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0010_01_000000020314	1288	0.6655454900786122	1	1	1	1	1	False	2044	maximal	True	USA0010_01_000000020314	1.0		72	10	False	False	0.9821428656578064	0					non-mobilizable	other	1282.0	73.791	97.0	0.00039768291035389974	CP006905.1	firmicutes	Clostridium baratii str. Sullivan, complete genome	False	False
AST0110_000000014383	1231	0.6655454900786122	1	1	1	1	1	False	106942	fragment	False	AST0110_000000014383	1.0		0	0	False	False	0.9601949453353882	0					non-mobilizable	other	1235.0	72.955	99.0	0.06369493478602482	NZ_OAOE01000044.1	firmicutes	Clostridium tertium isolate src5, whole genome shotgun sequence	False	False
FIJ0077_000000020947	1429	0.6655434463476515	3	1	1	1	1	False	44489	fragment	False	FIJ0077_000000020947	1.0		0	0	False	False	0.9979006052017212	0					non-mobilizable	no_good_hit								True	False
MAD0025_000000006363	1922	0.6655398473541121	3	2	0	2	2	False	49898	fragment	False	MAD0025_000000006363	1.0		0	0	False	False	0.9927158951759338	0		MOBP			mobilizable	plasmid	1754.0	82.896	91.0	0.37238135955536555	CP055488.1	enterobacteria	Klebsiella sp. RHBSTW-00484 plasmid pRHBSTW-00484_8, complete sequence	False	True
MAD0061_000000003285	4767	0.6655289034862123	8	2	1	2	2	False	16835	maximal	True	MAD0061_000000003285	1.0		2	1	False	False	0.996643602848053	0					non-mobilizable	no_good_hit								True	False
FIJ0122_000000010115	1588	0.6655230948265582	3	2	2	2	2	False	80218	fragment	False	SPA0062_000000018882	0.9782887599827282		0	0	False	False	0.993073046207428	0					non-mobilizable	no_good_hit								True	False
MON0104_000000020793	2187	0.6655183392005207	3	2	2	2	2	True	50086	maximal	True	MON0104_000000020793	1.0		1	1	False	False	0.9826245903968811	0					non-mobilizable	no_good_hit	1756.0	94.419	80.0	0.061408726687427834	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0056_000000002518	9660	0.665511860012141	7	5	5	5	4	False	100049	maximal	True	FIJ0056_000000002518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	72.791	7.0	0.00012513183857774571	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
CHI0177_000000009972	1668	0.6654999097175033	2	2	2	2	2	False	77691	maximal	True	CHI0177_000000009972	0.9834415584415586		315	14	False	False	0.9838129281997681	0					non-mobilizable	chromosome	1669.0	82.684	99.0	0.00046363214117235176	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0232_000000008602	2995	0.6654990111171727	3	2	2	2	2	False	27461	maximal	True	ISR0232_000000008602	1.0		1	1	False	False	0.9993322491645813	0					non-mobilizable	no_good_hit	499.0	70.14	16.0	0.0007531835954753193	NZ_KB849543.1	g-proteobacteria	Acinetobacter gerneri DSM 14967 = CIP 107464 acLZs-supercont1.36, whole genome shotgun sequence	True	False
CHI0005_000000010266	1854	0.6654961640718912	4	3	1	2	2	False	90768	fragment	False	CHI0005_000000010266	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	99.946	100.0	0.2243613028211648	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	False	False
ISR0108_000000010226	2174	0.6654861891428749	3	3	3	3	2	False	85687	maximal	False	ENG0194_000000011901	0.9519557937882703		0	0	False	False	0.9981600642204285	0					non-mobilizable	other	2174.0	100.0	100.0	0.06688211757463836	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
ISR0019_000000006771	2525	0.6654817245242093	3	2	2	2	2	False	37748	maximal	True	ISR0019_000000006771	1.0		2	2	False	False	0.9881188273429871	0					non-mobilizable	no_good_hit	1191.0	94.542	54.0	0.00038355880036989253	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0003_000000008408	2155	0.6654781513047054	3	3	3	2	2	False	127741	maximal	True	SPA0003_000000008408	1.0		40	5	False	False	0.9916473031044006	0					non-mobilizable	no_good_hit	1856.0	99.78399999999999	86.0	0.05880861046824969	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0343_000000005877	2819	0.6654736968507027	5	2	2	1	1	False	122150	maximal	True	ISR0343_000000005877	1.0		25	7	False	False	0.9925505518913269	0					non-mobilizable	no_good_hit	762.0	80.709	27.0	0.0002430833775985163	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0848_000000005536	2997	0.6654730641803904	4	4	3	4	2	False	20617	maximal	True	ISR0848_000000005536	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1866.0	99.678	62.0	0.0034416134431450997	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	False
ENG0070_000000010343	2399	0.6654725499254873	4	4	3	3	3	True	69186	fragment	False	MON0033_000000026057	0.9442622950819672		0	0	False	False	0.99208003282547	0					non-mobilizable	no_good_hit								True	True
CHI0068_000000003167	3880	0.6654691732683897	6	4	2	3	3	False	113690	fragment	False	ENG0049_000000004957	0.9307088638797401		0	0	False	False	0.996391773223877	0					non-mobilizable	no_good_hit	1687.0	93.361	48.0	0.0005873265730940991	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0119_000000011014	2986	0.6654668623410255	4	3	3	3	3	False	72233	fragment	False	ETH0003_000000010538	0.676528866274609		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	75.289	48.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0087_000000012547	1118	0.6654659637557436	1	1	1	1	1	False	5464	fragment	False	SPA0087_000000012547	1.0		0	0	False	False	0.9991055727005005	0					non-mobilizable	other	1118.0	99.10600000000001	100.0	0.0003101898906420959	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0034_01_000000002227	20706	0.6654637042969287	26	20	5	13	19	True	93736	fragment	False	USA0034_01_000000002227	1.0		0	0	False	False	1.0	0					non-mobilizable	other	20706.0	99.986	100.0	0.027044254353138793	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0236_000000007774	1458	0.6654587568670337	2	2	2	2	2	False	109867	maximal	False	ISR0255_000000015196	0.12321161648515909		0	0	False	False	0.9794238805770874	0					non-mobilizable	other	1443.0	97.99	99.0	0.035368276471021066	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
ISR0340_000000003941	6311	0.6654573890396228	3	2	2	1	1	True	101048	maximal	True	ISR0340_000000003941	1.0		2	2	False	False	0.9993661642074585	0					non-mobilizable	no_good_hit	3020.0	88.94	48.0	0.0006090869684827948	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
CHI0016_000000001423	3255	0.6654573890396228	2	2	2	1	1	True	101047	fragment	False	CHI0016_000000001423	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3144.0	89.47200000000001	96.0	0.0006338565052010952	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0068_000000009923	3173	0.6654573890396228	2	2	2	1	1	True	101042	fragment	False	FIJ0068_000000009923	1.0		0	0	False	False	0.9943271279335022	0					non-mobilizable	chromosome	3159.0	94.46	99.0	0.0006409625198333944	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0055_000000006420	3004	0.6654573890396228	2	2	2	1	1	True	101039	fragment	False	MON0055_000000006420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2363.0	96.995	79.0	0.0004793514441959595	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0117_000000011135	1820	0.6654427271057778	3	3	3	2	2	False	41613	maximal	True	FIJ0117_000000011135	1.0		70	7	False	False	0.9923076629638672	0					non-mobilizable	no_good_hit	1570.0	73.949	85.0	0.007225103032396279	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0062_000000011793	2121	0.6654426608362246	2	2	2	2	1	False	63200	fragment	False	ENG0062_000000011793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	79.383	58.0	0.00031949902552797215	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
DEN0039_000000001260	8124	0.6654422685355067	10	4	4	4	3	False	73321	maximal	True	DEN0039_000000001260	1.0		1	1	False	False	0.9998769164085388	0					non-mobilizable	no_good_hit	129.0	82.171	2.0	0.0005978179644298311	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0027_000000005425	6079	0.6654397873554744	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.1480408815536508		0	0	False	False	0.9998354911804199	0					non-mobilizable	chromosome	5559.0	97.572	91.0	0.0015797842232063875	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0116_01_000000014892	1660	0.6654299724750118	2	2	2	2	2	False	261	fragment	False	USA0116_01_000000014892	1.0		0	0	False	False	0.9945783019065857	0					non-mobilizable	no_good_hit	914.0	87.637	55.0	0.00020318924775022989	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0033_000000002317	10737	0.6654272430953433	10	5	3	5	3	False	118070	maximal	True	ENG0033_000000002317	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	77.816	3.0	9.920456286630521e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
FIJ0088_000000020772	1415	0.6654189353829579	3	2	2	2	1	True	43640	fragment	False	FIJ0088_000000020772	0.9738351254480286		0	0	False	False	1.0	0					non-mobilizable	plasmid	855.0	95.789	100.0	0.10636442894507411	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
DEN0011_000000022424	2008	0.6654184626606736	3	1	1	1	1	False	81224	fragment	False	DEN0011_000000022424	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0008_000000006061	4648	0.6654182513711885	8	4	1	3	2	False	130029	backbone	False	ISR0080_000000005952	0.90990654524305	PS1072|PS1075|PS1077|PS974|PS975	0	0	True	True	0.9989242553710938	6					non-mobilizable	no_good_hit	2720.0	96.434	60.0	0.5410195141377937	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
USA0018_01_000000006006	4097	0.6654182513711885	6	4	1	3	2	False	130029	backbone	False	ISR0080_000000005952	0.00526071283048151	PS1072|PS1075|PS1077|PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2596.0	97.18799999999999	65.0	0.51642444754131	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0840_000000003546	3900	0.6654182513711885	7	4	1	3	2	False	126771	fragment	False	ISR0840_000000003546	0.9601882472653269		0	0	False	True	0.9992307424545288	0					non-mobilizable	no_good_hit	2800.0	96.14299999999999	72.0	0.5567502986857825	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
DEN0003_000000007159	3872	0.6654182513711885	6	4	1	3	2	False	126772	maximal	True	DEN0003_000000007159	1.0	PS974|PS975	9	5	False	True	1.0	0					non-mobilizable	no_good_hit	2513.0	95.98100000000001	67.0	0.4346393897364771	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0097_000000008605	3657	0.6654182513711885	7	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.9097259813371021	PS974|PS975	0	0	False	True	0.9830462336540222	0					non-mobilizable	no_good_hit	2720.0	96.728	76.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0101_000000012993	3453	0.6654182513711885	6	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8839783458666924	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2401.0	98.042	72.0	0.4681640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0100_000000008751	3377	0.6654182513711885	7	4	1	3	2	False	126707	backbone	True	ENG0100_000000008751	0.9169290878233315	PS974|PS975	208	9	False	True	1.0	0					non-mobilizable	no_good_hit	2720.0	96.838	83.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
SPA0033_000000009275	3275	0.6654182513711885	6	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8218437145863267	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2257.0	98.228	71.0	0.4404296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0007_000000008156	3236	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.6926206361498125	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2399.0	98.374	74.0	0.4681640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
DEN0052_000000012595	3201	0.6654182513711885	6	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8879809008798836	PS974|PS975	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2720.0	96.765	87.0	0.5409118056938085	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0138_000000006314	3145	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.9061377588851204	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2607.0	97.161	85.0	0.5186143738801513	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ISR0396_000000007158	3144	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.9058925748894586	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2606.0	97.084	85.0	0.5184152896675294	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
ENG0106_000000007140	2948	0.6654182513711885	6	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.6642374115578319	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2140.0	97.57	75.0	0.4257268020708881	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0126_000000006549	2938	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8286034309085154	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2399.0	98.249	84.0	0.4681640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AUS0014_000000010425	2938	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8289656084438252	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2399.0	98.333	84.0	0.4681640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0141_000000009259	2938	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8289656084438252	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2399.0	98.333	84.0	0.4681640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AST0050_000000004506	2938	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8289656084438252	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2399.0	98.333	84.0	0.4681640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0296_000000008762	2937	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8285285035642668	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2398.0	98.29	84.0	0.46796875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0066_000000011158	2905	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8225262224592005	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2360.0	98.39	84.0	0.460546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0195_000000007759	2904	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.43646626793104437	PS974|PS975	0	0	False	True	0.9986225962638855	0					non-mobilizable	no_good_hit	2052.0	98.051	71.0	0.400390625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0169_000000008028	2881	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8163514405124064	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2342.0	98.292	84.0	0.45703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0024_000000009516	2881	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8163127224745005	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2342.0	98.249	84.0	0.45703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0146_000000008242	2874	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.8158474297940902	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2352.0	98.384	85.0	0.458984375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AUS0016_000000009623	2847	0.6654182513711885	4	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.6487996518904009	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2399.0	98.458	84.0	0.4681640625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0075_000000006234	2830	0.6654182513711885	6	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.682924374449998	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2164.0	98.706	79.0	0.422265625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AST0090_000000008471	2787	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.7536864919487614	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2248.0	98.176	83.0	0.43828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0078_000000009580	2738	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.7254468514468045	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2189.0	98.76700000000001	83.0	0.43548387096774194	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0015_000000009166	2724	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.7245538908147006	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2185.0	98.444	83.0	0.4263671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0206_000000009527	2713	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.6824510036880125	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2173.0	98.205	83.0	0.4240234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0144_000000002328	2691	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.6663138014186533	PS974|PS975	0	0	False	True	0.9996283650398254	0					non-mobilizable	no_good_hit	2152.0	98.141	83.0	0.419921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0160_000000007995	2663	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.5435271083617585	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2043.0	97.895	80.0	0.398046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0131_000000011535	2631	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.581745342855371	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2092.0	98.279	83.0	0.408203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0356_000000007139	2606	0.6654182513711885	4	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.3675715741120323	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1988.0	98.34	76.0	0.387890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0165_000000007332	2605	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.5496877480574867	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2066.0	97.677	82.0	0.4109916367980884	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0293_000000013920	2604	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.35342156623550297	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1990.0	98.09	76.0	0.3958582238152131	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ENG0071_000000008036	2593	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.41821197272247873	PS974|PS975	0	0	False	True	0.9988430142402649	0					non-mobilizable	no_good_hit	1954.0	98.15799999999999	78.0	0.38125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0069_000000007688	2586	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.5261549029442995	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2047.0	98.241	82.0	0.3994140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
USA0025_01_000000006272	2582	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.5119036847389388	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2043.0	97.944	82.0	0.3986328125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0107_000000010821	2579	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.510484954399158	PS974|PS975	0	0	False	True	0.9996122717857361	0					non-mobilizable	no_good_hit	2040.0	97.696	82.0	0.40581441656710476	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
AST0028_000000006645	2579	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.5120378109760475	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2040.0	98.28399999999999	82.0	0.398046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0094_000000006596	2579	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.5119892883531734	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2040.0	98.186	82.0	0.398046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0150_000000006528	2537	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.5326408051265222	PS974|PS975	0	0	False	True	0.9936933517456055	0					non-mobilizable	no_good_hit	2080.0	97.596	85.0	0.4137793707686181	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
ISR0142_000000000697	2535	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.43367724323236934	PS974|PS975	0	0	False	True	0.9996055364608765	0					non-mobilizable	no_good_hit	1995.0	97.794	82.0	0.3892578125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0062_000000014385	2532	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.43436112461035575	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1990.0	98.241	82.0	0.38828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
USA0063_01_000000008033	2530	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.4338458827331695	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1991.0	98.14200000000001	82.0	0.3884765625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
USA0055_01_000000010912	2502	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.4165872958317423	PS974|PS975	0	0	False	True	0.9956035017967224	0					non-mobilizable	no_good_hit	1983.0	97.73100000000001	82.0	0.3869140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0261_000000007326	2468	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.3680156986728113	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1929.0	97.771	81.0	0.38371166865790524	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
SPA0098_000000014796	2435	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.30703184857216737	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1896.0	98.20700000000001	81.0	0.369921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0336_000000005644	2421	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.2131661621793422	PS974|PS975	0	0	False	True	0.9896736741065979	0					non-mobilizable	no_good_hit	1845.0	97.94	76.0	0.3599609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0135_000000009573	2392	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.2766292055114046	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1853.0	98.165	81.0	0.3615234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0158_000000007639	2376	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.27620240789963424	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1853.0	98.219	81.0	0.3615234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0156_000000007400	2360	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.270374728903674	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1833.0	98.2	81.0	0.3576171875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0298_000000006151	2359	0.6654182513711885	4	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.31534674365276805	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1988.0	97.787	84.0	0.387890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0106_000000016630	2353	0.6654182513711885	5	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.27011728734135354	PS974|PS975	0	0	False	True	0.9995750188827515	0					non-mobilizable	no_good_hit	1833.0	98.2	81.0	0.3576171875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
CAN0001_000000019496	2332	0.6654182513711885	4	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.30625771600792745	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1990.0	98.54299999999999	85.0	0.38828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0075_000000010669	2312	0.6654182513711885	4	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.27662843433982726	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1964.0	97.556	85.0	0.383203125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0185_000000014545	2246	0.6654182513711885	4	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.2656560855194757	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	other	1954.0	98.209	90.0	0.38125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0165_000000005653	2869	0.6654096861329533	4	2	2	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.3894499068936864		0	0	False	False	1.0	0					non-mobilizable	other	2869.0	98.675	100.0	0.054826742140289146	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0096_000000030932	1243	0.6654079682747941	2	2	2	1	1	False	125442	fragment	False	MON0070_000000010284	0.06021095426451399		0	0	False	False	1.0	0					non-mobilizable	chromosome	1244.0	85.45	99.0	0.00034702502243358775	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0019_01_000000015593	1936	0.6654064839078965	3	3	3	3	3	False	103201	maximal	True	USA0019_01_000000015593	1.0		9	5	False	False	0.9994834661483765	0					non-mobilizable	no_good_hit	549.0	80.51	51.0	0.005276533007429824	NZ_VWXL01000108.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_108, whole genome shotgun sequence	True	False
ISR0813_000000016079	1910	0.6654064839078965	3	3	3	3	3	False	21580	maximal	True	ISR0813_000000016079	1.0		40	10	False	False	1.0	0					non-mobilizable	chromosome	1910.0	99.162	100.0	0.000782302986889356	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
ISR0288_000000013851	2180	0.6654031530056133	4	3	3	3	1	False	83376	maximal	True	ISR0288_000000013851	1.0		1	1	False	False	0.9990825653076172	0					non-mobilizable	no_good_hit								True	False
ENG0077_000000000685	27105	0.6653944699019966	34	10	7	6	6	True	117632	fragment	False	ENG0077_000000000685	0.9655320950467919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10090.0	96.02600000000001	37.0	0.9894902268932325	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
FIJ0148_000000013069	1518	0.665392242716954	3	3	3	2	2	False	39893	fragment	False	FIJ0148_000000013069	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1518.0	97.62799999999999	100.0	0.00027888172289709025	CP016344.1	enterobacteria	Klebsiella variicola strain E57-7 chromosome, complete genome	False	False
CHI0158_000000006362	2633	0.6653917926058188	3	2	2	2	2	False	126237	fragment	False	CHI0158_000000006362	0.9773365423184918		0	0	False	False	0.9996201992034912	0					non-mobilizable	no_good_hit	706.0	72.521	27.0	0.006598628331778263	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
USA0130_01_000000004240	9218	0.6653903742417319	7	5	5	3	3	True	84256	maximal	True	USA0130_01_000000004240	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1639.0	100.0	45.0	0.00037293579015599783	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
MAD0096_000000002760	5526	0.6653877763246645	7	7	3	5	5	True	128142	backbone	False	MON0027_000000005575	0.775636776920207	PS1033	0	0	False	True	0.9980093836784363	0					non-mobilizable	no_good_hit	2648.0	84.63	66.0	0.42962719658400395	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0123_000000010449	2101	0.6653826417059859	5	5	5	3	3	False	105477	maximal	True	ISR0123_000000010449	1.0		202	11	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	97.786	89.0	0.00021604205317793347	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0005_000000015192	1328	0.6653772015982474	3	1	1	1	1	False	90712	fragment	False	CHI0005_000000015192	0.9696251688084719		0	0	False	False	0.9984939694404602	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000011210	2568	0.6653725432309207	3	2	2	2	2	False	51429	fragment	False	FIJ0008_000000011210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	97.264	53.0	0.0004200169261592816	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0815_000000016938	1838	0.6653673048425115	3	3	3	3	3	False	65157	fragment	False	ISR0815_000000016938	0.9717388026663717		0	0	False	False	0.9967355728149414	0					non-mobilizable	chromosome	1839.0	98.26	100.0	0.0006485791423581815	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0137_000000018804	1263	0.6653658142189425	1	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.04335112533016072	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1196.0	74.331	93.0	0.14344911639244362	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0051_000000005549	3812	0.6653594428764046	4	4	4	4	4	False	84581	maximal	True	FIJ0051_000000005549	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2148.0	78.585	76.0	0.0004496415222931591	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0104_000000017662	1544	0.6653473939207002	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.15659681364460704	PS871	0	0	False	True	0.996761679649353	0					non-mobilizable	other	1545.0	93.333	100.0	0.6682546556951061	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
CHI0084_000000004092	1500	0.6653473939207002	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.1432721435375871	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1480.0	92.432	99.0	0.6396708531831962	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MON0059_000000014777	2634	0.6653450258547154	3	2	2	2	1	False	34854	fragment	False	ISR0072_000000008946	0.28073149023792965		0	0	False	False	0.9726651310920715	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	0.0017619493908153702	NZ_UWOC01000193.1	a-proteobacteria	Rhodoplanes piscinae isolate Rhod_genome, whole genome shotgun sequence	True	False
CHI0129_000000006639	3284	0.6653437924559197	6	5	4	4	2	False	81284	fragment	False	CHI0129_000000006639	0.9949163660216465		0	0	False	False	0.9811205863952637	0					non-mobilizable	no_good_hit	462.0	72.078	14.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
MAD0105_000000011200	3049	0.6653437924559197	5	5	4	4	2	False	81284	fragment	False	CHI0129_000000006639	0.9593483556638246		0	0	False	False	0.9954083561897278	0					non-mobilizable	no_good_hit	462.0	71.861	15.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
USA0044_01_000000001989	14875	0.6653356456038232	14	5	3	4	3	True	63583	maximal	True	USA0044_01_000000001989	1.0		7	5	False	False	0.9999327659606934	0					non-mobilizable	no_good_hit	1688.0	88.329	11.0	0.03567473164082467	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	True
ENG0166_000000004848	5299	0.6653349671483828	9	3	3	3	1	False	56176	maximal	True	ENG0166_000000004848	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	0.039727582292849034	GQ879724.1		Uncultured organism clone VC1CB04TR genomic sequence	True	False
ENG0010_000000018976	1161	0.6653330558827861	2	1	1	1	1	False	67246	fragment	False	ENG0010_000000018976	1.0		0	0	False	False	0.9896640777587891	0					non-mobilizable	chromosome	1161.0	99.914	100.0	0.0003904492084483784	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0065_000000008078	3469	0.6653275399428291	4	4	4	4	4	False	73265	fragment	False	ENG0065_000000008078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	91.70200000000001	38.0	0.0003190711800570658	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0141_000000027366	1112	0.6653271616862005	3	1	1	1	1	False	31185	fragment	False	ISR0141_000000027366	1.0		0	0	False	False	0.9856114983558655	0					non-mobilizable	no_good_hit	77.0	92.208	14.0	0.0005773058049617915	NZ_PDYG01000123.1	firmicutes	Agathobacter ruminis strain JK623 contig000124, whole genome shotgun sequence	True	False
ISR0370_000000022528	1199	0.6653241348967788	1	1	1	1	1	False	23504	fragment	False	ISR0370_000000022528	1.0		0	0	False	False	0.999165952205658	0					non-mobilizable	no_good_hit								True	False
ENG0085_000000013444	1137	0.6653241348967788	1	1	1	1	1	False	61461	fragment	False	ENG0085_000000013444	1.0		0	0	False	False	0.9744942784309387	0					non-mobilizable	no_good_hit	139.0	76.97800000000001	12.0	2.155837804205237e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
AST0050_000000002329	5834	0.6653194200846523	5	4	4	4	4	False	114787	fragment	False	AST0050_000000002329	1.0		0	0	False	False	0.9984573125839233	0					non-mobilizable	other	4411.0	98.05	96.0	0.0012127435811313068	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ENG0106_000000012294	1689	0.6653191402914308	3	3	3	3	1	False	60062	maximal	True	ENG0106_000000012294	1.0		3	2	False	False	0.9976317286491394	0					non-mobilizable	no_good_hit	1402.0	77.675	82.0	0.0004853625157690703	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
ENG0058_000000031108	1119	0.6653189957022752	2	2	2	2	2	False	65567	fragment	False	MON0070_000000026564	0.6252019386106623		0	0	False	False	0.9964253902435303	0					non-mobilizable	other	1120.0	97.5	100.0	0.0003481190063022295	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0085_000000023964	1164	0.6653168128879349	1	1	1	1	1	False	68916	maximal	True	DEN0085_000000023964	1.0		1	1	False	False	0.9853951930999756	0					non-mobilizable	no_good_hit	68.0	92.647	6.0	5.8568174228954356e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
CHI0153_000000000716	19737	0.6653088649128062	44	6	4	4	4	False	127987	maximal	True	CHI0153_000000000716	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2046.0	92.08200000000001	10.0	0.0006395359282711127	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0043_000000028072	1238	0.6653044772516469	3	3	3	2	2	False	64546	fragment	False	ENG0043_000000028072	0.9690550307406348		0	0	False	False	0.9991922378540039	0					non-mobilizable	no_good_hit	549.0	92.35	53.0	0.00024024297859207092	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0148_000000005965	4928	0.6653001481275097	3	2	1	2	1	False	60203	fragment	False	TAN0007_000000006330	0.952006294256491		0	0	False	False	0.9953327775001526	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	1.0	0.035003977724741446	XM_022629783.1	ascomycetes	Penicillium arizonense hypothetical protein (PENARI_c005G06115), partial mRNA	True	False
ENG0097_000000008808	3575	0.6652981480039497	4	4	4	4	2	False	60789	maximal	True	ENG0097_000000008808	1.0		139	13	False	False	0.9983216524124146	0					non-mobilizable	no_good_hit	162.0	77.778	5.0	0.0003005520076314075	NZ_HE578948.1	enterobacteria	Metakosakonia massiliensis JC163 strain type strain: JC163, whole genome shotgun sequence	True	False
ISR0327_000000016686	1718	0.6652959599656217	3	3	3	3	3	False	126618	fragment	False	CHI0160_000000018010	0.9739671760045274		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	79.279	92.0	0.0027996184682013868	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
MAD0041_000000020147	1762	0.6652944525199795	1	1	1	1	1	False	18241	maximal	True	MAD0041_000000020147	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	90.29899999999999	76.0	0.0010627119453598891	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
AST0006_000000011300	1113	0.6652866663107129	2	2	2	1	1	False	127416	fragment	False	AST0006_000000011300	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	612.0	96.405	100.0	0.00016981591676236212	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0138_000000012665	1479	0.6652820319108503	2	2	2	1	1	False	40468	fragment	False	FIJ0138_000000012665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1178.0	99.236	80.0	0.08456067246210217	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0127_000000010301	2485	0.6652780877615196	2	2	2	2	2	False	58726	maximal	True	ENG0127_000000010301	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1254.0	71.45100000000001	49.0	0.0005011608938169937	CP031280.1	firmicutes	Staphylococcus pasteuri strain 3C chromosome, complete genome	True	False
MON0027_000000004085	7930	0.6652771753460489	13	6	5	5	5	False	29226	maximal	True	MON0027_000000004085	1.0		1	1	False	False	0.9827238321304321	0					non-mobilizable	no_good_hit	6010.0	97.471	87.0	0.5015454013866845	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	False
MAD0010_000000003032	1489	0.6652751169394978	2	2	1	2	2	False	122416	backbone	False	ISR0319_000000007079	0.09954401881852118	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1429.0	96.081	96.0	0.6180164573408402	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0136_000000013583	2011	0.6652737304410469	3	3	3	3	3	False	87234	fragment	False	ENG0071_000000009668	0.7289325056024581		0	0	False	False	0.9671804904937744	0					non-mobilizable	other	1985.0	98.38799999999999	99.0	0.008678336980306347	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0025_000000002772	6897	0.6652692770929078	5	3	1	3	1	True	66186	maximal	True	ENG0025_000000002772	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3409.0	97.829	71.0	0.01835237859319971	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
DEN0051_000000031440	1525	0.665267054594847	2	2	2	2	2	False	72462	maximal	True	DEN0051_000000031440	0.9927631578947369		9	6	False	False	0.9973770380020142	0					non-mobilizable	other	1523.0	87.853	99.0	0.0012691460221146184	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0175_000000020189	1222	0.6652600835980645	3	2	2	2	1	False	55584	maximal	True	ENG0175_000000020189	1.0		13	4	False	False	0.9975450038909912	0					non-mobilizable	no_good_hit	513.0	82.846	42.0	0.001996745462120795	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0032_000000001587	15741	0.6652594727528346	15	14	13	14	12	False	96810	maximal	False	CAN0003_000000002398	0.9986354404671236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	92.251	23.0	0.0002169766837720793	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0812_000000015715	2529	0.6652590823726362	3	3	3	3	2	False	62476	maximal	True	ISR0812_000000015715	1.0		17	6	False	False	0.9924871325492859	0					non-mobilizable	no_good_hit	778.0	71.979	30.0	0.00022913801181965207	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
CAN0012_000000036402	1228	0.6652571550188182	2	1	1	1	1	False	93996	fragment	False	SPA0010_000000019263	0.9334809177289294		0	0	False	False	0.9747557044029236	0					non-mobilizable	chromosome	1228.0	100.0	100.0	0.0005188296691076046	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0126_000000034061	1218	0.6652569813768169	2	2	2	1	1	False	41088	maximal	True	FIJ0126_000000034061	1.0		1	1	False	False	0.9663382768630981	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000005090	4105	0.6652478492981231	3	2	2	2	1	False	105050	fragment	False	ENG0113_000000006945	0.9371356926461921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0180_000000005426	3889	0.6652478492981231	3	2	2	2	1	False	105025	maximal	True	ISR0180_000000005426	1.0		29	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0045_000000006042	3650	0.6652478492981231	4	2	2	2	1	False	105029	maximal	True	FIJ0045_000000006042	1.0		1	1	False	False	0.9997260570526123	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ISR0090_000000008467	3079	0.6652478492981231	3	2	2	2	1	False	105033	maximal	True	ISR0090_000000008467	1.0		16	7	False	False	0.9980512857437134	0					non-mobilizable	no_good_hit								True	False
DEN0043_000000002056	3030	0.6652478492981231	3	2	2	2	1	False	105041	fragment	False	DEN0043_000000002056	0.9390078151546042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0787_000000004580	2969	0.6652478492981231	3	2	2	2	1	False	105032	maximal	True	ISR0787_000000004580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0121_000000008460	2877	0.6652478492981231	2	2	2	2	1	False	105044	maximal	True	ISR0121_000000008460	1.0		2	1	False	False	0.974626362323761	0					non-mobilizable	no_good_hit								True	False
USA0081_01_000000010959	2836	0.6652478492981231	4	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.8050369333623789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000008868	2743	0.6652478492981231	3	2	2	2	1	False	105022	fragment	False	ISR0360_000000008868	0.9620931952662721		0	0	False	False	0.9978126287460327	0					non-mobilizable	no_good_hit	80.0	90.0	3.0	2.131843147287105e-05	CP010521.1	firmicutes	Clostridium botulinum strain NCTC 8550, complete genome	True	False
ISR0806_000000003995	2704	0.6652478492981231	2	2	2	2	1	False	105022	fragment	False	ISR0360_000000008868	0.955523149835946		0	0	False	False	0.9996301531791687	0					non-mobilizable	no_good_hit	170.0	77.64699999999999	6.0	0.00014256374543472006	NZ_HE978531.1	firmicutes	Anaerococcus obesiensis ph10, whole genome shotgun sequence	True	False
CHI0044_000000005293	2686	0.6652478492981231	2	2	2	2	1	False	105043	fragment	False	ENG0063_000000011574	0.9829524845846935		0	0	False	False	0.9973939061164856	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ISR0215_000000010980	2645	0.6652478492981231	3	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.7520006187121034		0	0	False	False	0.9996219277381897	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000012295	2612	0.6652478492981231	3	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.7508010304551522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0800_000000004222	2596	0.6652478492981231	4	2	2	2	1	False	105020	fragment	False	ISR0800_000000004222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000011354	2536	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.6981801904246214		0	0	False	False	0.9972397685050964	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000011466	2532	0.6652478492981231	3	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.7130077692204998		0	0	False	False	0.998420238494873	0					non-mobilizable	no_good_hit								True	False
SPA0022_000000005380	2515	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.6306118338778408		0	0	False	False	0.997614324092865	0					non-mobilizable	no_good_hit								True	False
ISR0388_000000013746	2509	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.6824433373137221		0	0	False	False	0.9972100257873535	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000010207	2466	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.6318565054561833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0853_000000007108	2442	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5969715861647147		0	0	False	False	0.9856674671173096	0					non-mobilizable	no_good_hit								True	False
ENG0044_000000007049	2359	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.6143912683365758		0	0	False	False	0.9915218353271484	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000018207	2305	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5328413245769694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0022_000000011177	2284	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5962136472082601		0	0	False	False	0.9956217408180237	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000016947	2279	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5587142629489084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000009741	2270	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5756601199608713		0	0	False	False	0.9938325881958008	0					non-mobilizable	no_good_hit								True	False
ISR0851_000000005735	2262	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5075856978812253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0018_000000013214	2251	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5788357296296018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0200_000000009050	2234	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5781216280923989		0	0	False	False	0.9995523691177368	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000016456	2233	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5781134894092378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0078_000000011690	2233	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5781134894092378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0160_000000009340	2233	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5782655243648723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0818_000000007991	2233	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5782655243648723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0020_000000012261	2233	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5782655243648723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000013709	2233	0.6652478492981231	3	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5676518084268531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
USA0034_01_000000023856	2233	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5782655243648723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000021621	2233	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5782655243648723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0039_000000018102	2025	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.32033012399677346		0	0	False	False	0.9960494041442871	0					non-mobilizable	no_good_hit								True	False
ISR0073_000000013734	1967	0.6652478492981231	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.13852949800861752		0	0	False	False	0.9781392812728882	0					non-mobilizable	no_good_hit								True	False
MON0065_000000020326	1302	0.6652463840646615	2	2	2	2	2	False	10664	maximal	False	SPA0072_000000015127	0.9924357034795763		0	0	False	False	0.9723502397537231	0					non-mobilizable	no_good_hit								True	False
SPA0107_000000013274	2424	0.6652441127064634	3	2	2	2	1	False	8948	fragment	False	SPA0107_000000013274	1.0		0	0	False	False	0.9995874762535095	0					non-mobilizable	other	2424.0	99.587	100.0	0.005155768907500442	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
AST0118_000000022162	1406	0.665243849864731	2	1	1	1	1	False	105773	fragment	False	AST0118_000000022162	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	99.85799999999999	100.0	0.009616569246143106	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0117_000000007830	1870	0.6652399171139853	2	2	1	1	2	False	97225	fragment	False	CHI0186_000000009729	0.901428904182329		0	0	False	False	0.9925133585929871	0					non-mobilizable	chromosome	1870.0	99.84	100.0	0.0007902955595453242	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
USA0013_01_000000005777	1787	0.6652399171139853	2	2	1	1	2	False	97225	fragment	False	CHI0186_000000009729	0.8807452825785589		0	0	False	False	1.0	0					non-mobilizable	chromosome	1787.0	99.72	100.0	0.0007003913328729417	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0062_000000008100	1759	0.6652399171139853	2	2	1	1	2	False	97225	fragment	False	CHI0186_000000009729	0.7344524860474367		0	0	False	False	0.996020495891571	0					non-mobilizable	chromosome	1759.0	99.88600000000001	100.0	0.0007433598682079614	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0006_000000012190	2869	0.6652382095833149	3	3	3	3	1	False	51755	fragment	False	FIJ0006_000000012190	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2869.0	96.93299999999999	100.0	0.020166507284693706	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
DEN0096_000000025529	1765	0.6652297189675279	3	3	2	3	2	True	68161	maximal	True	DEN0096_000000025529	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	71.859	33.0	0.00012858266771918872	CP019336.1	CFB group bacteria	Polaribacter sejongensis strain KCTC 23670 chromosome	True	True
CHI0093_000000001175	3848	0.6652291116148288	5	2	1	2	1	False	83603	maximal	True	CHI0093_000000001175	1.0		1	1	False	False	0.9971413612365723	0					non-mobilizable	no_good_hit	1019.0	72.42399999999999	26.0	0.00021484189977122182	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0793_000000001813	6531	0.6652260646859375	4	4	3	4	3	False	130373	maximal	False	ENG0135_000000002198	0.6346271465537521	PS1101	0	0	False	True	0.999693751335144	0					non-mobilizable	other	5145.0	98.251	100.0	0.0009926036021536302	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0117_000000013410	2003	0.6652217359013011	3	2	2	2	2	False	59288	maximal	True	ISR0117_000000013410	1.0		43	8	False	False	0.9830254912376404	0					non-mobilizable	no_good_hit	932.0	74.893	45.0	0.11419947176455791	NZ_CAPF01000096.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
MON0097_000000014551	2427	0.6652201141399173	2	2	2	2	2	False	9235	maximal	True	MON0097_000000014551	1.0		451	14	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	96.595	62.0	0.01028788201579262	NZ_QRHR01000007.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf7, whole genome shotgun sequence	True	False
SPA0008_000000007404	3904	0.6652194363139352	6	3	1	2	3	False	100920	fragment	False	ENG0142_000000007415	0.9941110118487112		0	0	False	False	0.9992315769195557	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006701414743112435	XM_641102.1	cellular slime molds	Dictyostelium discoideum AX4 hypothetical protein (DDB_G0270918) mRNA, complete cds	True	False
FIJ0141_000000006637	4285	0.6652175059935544	5	2	2	2	2	False	40303	maximal	True	FIJ0141_000000006637	1.0		1	1	False	False	0.9936989545822144	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.004055929127975238	NZ_QRYH01000045.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf45, whole genome shotgun sequence	True	False
ISR0186_000000000420	31068	0.6652164909439555	44	16	9	15	7	True	74772	maximal	True	ISR0186_000000000420	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	93.277	3.0	0.012752048614308075	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
ISR0155_000000005952	4093	0.6652000948733178	4	4	4	4	4	False	30605	maximal	True	ISR0155_000000005952	1.0		0	0	False	False	0.9899829030036926	0					non-mobilizable	no_good_hit	1123.0	99.822	27.0	0.5137362637362637	NZ_JAAIPV010000079.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_80_length_2184_cov_263.136, whole genome shotgun sequence	True	False
MON0026_000000006366	4653	0.6651998061889656	4	4	1	4	4	True	82237	fragment	False	MON0077_000000006170	0.563580235865813		0	0	False	False	0.9759294986724854	0			MPF_F		non-mobilizable	plasmid	4603.0	99.935	99.0	0.031874883118502256	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
ISR0820_000000005431	3658	0.6651994116896551	4	3	3	3	2	False	70163	maximal	False	FIJ0141_000000007836	0.9371552917658056		0	0	False	False	0.9997266530990601	0					non-mobilizable	no_good_hit								True	False
MAD0001_000000007918	3228	0.6651994116896551	3	3	3	3	2	False	59025	fragment	False	MAD0001_000000007918	1.0		0	0	False	False	0.9869888424873352	0					non-mobilizable	no_good_hit								True	False
DEN0067_000000020349	1650	0.6651957481194279	3	2	2	2	1	False	70830	fragment	False	DEN0067_000000020349	0.9866293532338308		0	0	False	False	0.9969696998596191	0					non-mobilizable	no_good_hit								True	False
CHI0064_000000003909	4455	0.6651943268748236	7	7	7	5	4	False	114386	maximal	True	CHI0064_000000003909	1.0		43	7	False	False	1.0	0					non-mobilizable	no_good_hit	2000.0	82.3	45.0	0.0031842346002034327	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
MON0041_000000022924	2644	0.6651931374643966	2	2	2	2	2	False	123085	fragment	False	MON0041_000000022924	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2650.0	89.509	99.0	0.0010847460977556382	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0008_000000000966	8120	0.6651873502781466	7	5	5	5	4	False	108732	maximal	True	MAD0008_000000000966	1.0		1	1	False	False	0.9966748952865601	0					non-mobilizable	no_good_hit	1722.0	98.084	40.0	0.0474653869490871	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0082_000000003764	8687	0.6651864549400938	6	6	5	6	6	True	72133	maximal	True	DEN0082_000000003764	1.0		8	3	False	False	0.9998849034309387	0					non-mobilizable	no_good_hit	5258.0	71.054	59.0	0.002234632520847196	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	True	True
ISR0092_000000022403	1402	0.6651863437560359	3	3	3	3	2	False	33567	maximal	True	ISR0092_000000022403	1.0		4	2	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit	214.0	74.766	15.0	4.3528813982124726e-05	LR134201.1	enterobacteria	Cedecea lapagei strain NCTC11466 genome assembly, chromosome: 1	True	False
ENG0023_000000004416	3893	0.6651851399757744	5	5	2	4	2	True	68379	maximal	True	ENG0023_000000004416	1.0		46	6	False	False	1.0	0					non-mobilizable	other	2168.0	82.01100000000001	98.0	0.02441016333938294	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0237_000000005517	1988	0.6651794334913774	3	3	3	3	3	False	80650	fragment	False	ISR0038_000000015418	0.9385517008403965		0	0	False	False	0.9979879260063171	0					non-mobilizable	other	2012.0	89.414	99.0	0.009684178003495187	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
MAD0085_000000005203	2153	0.6651737695682189	3	3	3	3	2	False	102239	fragment	False	SPA0054_000000012699	0.45388005847934576		0	0	False	False	0.9972131848335266	0					non-mobilizable	other	2174.0	82.56700000000001	100.0	0.00034877967278008405	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
MAD0077_000000007761	1579	0.6651677802036763	2	2	2	2	1	False	73170	maximal	False	MAD0060_000000009863	0.9451895043731778		0	0	False	False	0.960101306438446	0					non-mobilizable	no_good_hit	860.0	76.744	54.0	0.002721529652273717	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
DEN0069_000000008800	3203	0.6651672182535804	6	3	2	3	3	False	70748	maximal	True	DEN0069_000000008800	1.0		2	2	False	False	0.999375581741333	0					non-mobilizable	other	1881.0	87.4	90.0	0.006890297178627913	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
SPA0108_000000024513	1116	0.6651613492621443	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16244913256110854		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	99.462	100.0	0.0003357051479104838	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0025_000000032428	1201	0.6651603973061226	1	1	1	1	1	False	119658	fragment	False	AST0025_000000032428	1.0		0	0	False	False	0.9925062656402588	0					non-mobilizable	other	1201.0	98.91799999999999	100.0	0.003543021134121065	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	False	False
SPA0098_000000013976	2568	0.6651592764409929	5	2	1	2	2	False	79044	fragment	False	SPA0098_000000013976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	86.43700000000001	38.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0020_000000018280	1211	0.6651574842865994	1	1	1	1	1	False	13090	fragment	False	MON0020_000000018280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	75.094	87.0	0.003211101061666495	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
SPA0040_000000000835	23609	0.6651523561495549	22	17	12	12	11	True	95457	fragment	False	SPA0040_000000000835	1.0		0	0	False	False	0.9994916915893555	0					non-mobilizable	chromosome	18985.0	98.84100000000001	98.0	0.006761813137593138	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ENG0179_000000013315	2513	0.6651397573729368	5	4	4	3	1	False	55397	fragment	False	ENG0179_000000013315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	93.13600000000001	78.0	0.00021542025293703635	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0795_000000001479	5428	0.6651341317386162	6	5	4	5	3	False	102443	maximal	True	ISR0795_000000001479	1.0		1	1	False	False	0.9994472861289978	0					non-mobilizable	no_good_hit	1424.0	75.562	26.0	0.0027240176559557984	NZ_PTJA01000004.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_104, whole genome shotgun sequence	True	False
ENG0079_000000013972	2381	0.6651336984268604	4	4	2	3	4	True	131064	fragment	False	USA0072_01_000000007207	0.13402092322241269		0	0	False	False	1.0	0					non-mobilizable	other	2386.0	92.791	100.0	0.011851170877696117	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
USA0072_01_000000011397	1579	0.6651302259513809	3	2	2	2	1	False	28456	fragment	False	USA0072_01_000000011397	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1579.0	99.43	100.0	0.0004412614709107184	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0012_000000012170	1936	0.6651235819884181	2	2	1	2	1	True	107073	fragment	False	ENG0012_000000012170	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	99.948	100.0	0.01325841926753229	NZ_CZBD01000010.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0210_000000001324	12497	0.6651201553996847	12	11	5	7	11	True	123725	fragment	False	ISR0210_000000001324	0.9798972871747899		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	12398.0	98.87899999999999	99.0	0.28192058254636476	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
FIJ0142_000000010146	3231	0.6651184767629813	5	3	1	3	2	False	81865	fragment	False	USA0045_01_000000004092	0.47813604240282687		0	0	False	False	0.9987620115280151	0					non-mobilizable	no_good_hit	711.0	83.26299999999999	25.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0067_000000004909	3421	0.6651115831388459	6	2	1	1	2	False	10606	maximal	True	MON0067_000000004909	1.0		18	4	False	False	0.9728149771690369	0					non-mobilizable	other	3421.0	100.0	100.0	0.014903844058726376	NZ_QVHZ01000009.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf9, whole genome shotgun sequence	False	False
ISR0126_000000023668	2083	0.665108554767574	3	2	2	2	2	False	31974	maximal	True	ISR0126_000000023668	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	3.0	6.505379716690714e-05	NZ_QNRH01000002.1	a-proteobacteria	Pseudochrobactrum asaccharolyticum strain DSM 25619 Ga0244562_102, whole genome shotgun sequence	True	False
USA0032_01_000000000622	26597	0.6651066267873774	34	16	8	12	8	True	130528	fragment	False	USA0032_01_000000000622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9278.0	97.95200000000001	89.0	0.001648923613382519	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
FIJ0047_000000005059	5682	0.6651043903318895	7	4	3	4	3	False	66483	maximal	True	FIJ0047_000000005059	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	1.0	0.00011031362338228573	NZ_FUYS01000003.1	CFB group bacteria	Parapedobacter luteus strain DSM 22899, whole genome shotgun sequence	True	False
AST0149_000000008268	3321	0.6651024147623392	6	4	4	4	3	False	106119	maximal	True	AST0149_000000008268	1.0		8	4	False	False	1.0	0					non-mobilizable	other	2201.0	99.5	100.0	0.0007665553303121762	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0262_000000003358	4532	0.6650981660284411	5	5	5	4	4	False	99194	fragment	False	ISR0262_000000003358	0.9935085273975338		0	0	False	False	1.0	0					non-mobilizable	other	2227.0	97.934	100.0	0.001006815575821584	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0385_000000004312	4532	0.6650981660284411	5	5	5	4	4	False	99194	fragment	False	ISR0262_000000003358	0.9935085273975338		0	0	False	False	0.9997793436050415	0					non-mobilizable	other	2227.0	97.934	100.0	0.001006815575821584	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ENG0035_000000006505	3400	0.6650948397324714	5	2	1	2	1	False	65421	fragment	False	ENG0035_000000006505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	87.425	5.0	0.0005201707162688092	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
ISR0369_000000010435	1513	0.6650900189064428	2	2	2	2	1	False	23534	fragment	False	ISR0369_000000010435	1.0		0	0	False	False	0.9960343837738037	0					non-mobilizable	other	1498.0	99.93299999999999	99.0	0.0004533438881400454	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
AUS0022_000000014935	2323	0.6650818678928367	3	3	3	3	3	False	99272	maximal	True	AUS0022_000000014935	1.0		25	8	False	False	0.9995695352554321	0					non-mobilizable	other	2342.0	78.181	99.0	0.03228814384924777	NZ_SLUM01000023.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_123, whole genome shotgun sequence	False	False
ISR0024_000000016651	1558	0.6650789274368454	2	2	2	2	1	False	92008	maximal	True	ISR0024_000000016651	1.0		0	0	False	False	0.9903723001480103	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.173274359789595e-05	NZ_LR215036.1	mycoplasmas	Mycoplasma citelli strain NCTC10181 chromosome 1	True	False
ENG0149_000000007901	2830	0.6650787553188898	4	4	4	4	4	False	102068	maximal	True	ENG0149_000000007901	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2495.0	80.12	88.0	0.0003862592314869583	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
SPA0003_000000010242	1770	0.6650735780490971	5	5	2	3	4	False	8381	fragment	False	SPA0003_000000010242	1.0		0	0	False	False	0.9988700747489929	0					non-mobilizable	other	1781.0	98.428	100.0	0.00528768516563421	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0198_000000006032	5730	0.6650708844671563	6	5	3	3	5	True	28897	maximal	True	ISR0198_000000006032	1.0		81	9	False	False	1.0	0					non-mobilizable	no_good_hit	3308.0	98.912	80.0	0.0011526937550280034	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0119_000000011809	2781	0.6650681261386251	4	3	1	1	3	False	59272	maximal	True	ENG0119_000000011809	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2436.0	96.51100000000001	88.0	0.0010208958728135638	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	True	False
CHI0035_000000000743	10109	0.6650618506759571	12	8	1	4	7	True	100027	maximal	True	CHI0035_000000000743	1.0		1	1	False	False	0.9993075728416443	0					non-mobilizable	no_good_hit	3125.0	91.744	76.0	0.07285030918212577	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	True	True
ISR0232_000000022302	1326	0.6650592812339523	2	1	1	1	1	False	27422	maximal	True	ISR0232_000000022302	1.0		2	1	False	False	0.9909502267837524	0					non-mobilizable	no_good_hit	960.0	85.833	72.0	0.000394528003663592	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0167_000000012486	1988	0.6650518787891259	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.3000304565932642		0	0	False	False	0.9984909296035767	0					non-mobilizable	other	1992.0	90.81299999999999	100.0	0.04522176497485139	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0002_000000004895	4147	0.6650517453939186	5	4	4	3	4	False	14343	maximal	True	MON0002_000000004895	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	72.37	15.0	0.00011263586028059602	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
DEN0011_000000034470	1366	0.6650444762429101	2	1	1	1	1	False	91758	fragment	False	CAN0020_000000025352	0.9791294296541533		0	0	False	False	0.997803807258606	0					non-mobilizable	other	1366.0	99.561	100.0	0.0004307251897557457	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0034_000000025866	1341	0.6650444762429101	2	1	1	1	1	False	91758	fragment	False	CAN0020_000000025352	0.9695043241440665		0	0	False	False	0.9992542862892151	0					non-mobilizable	other	1341.0	99.553	100.0	0.0004228364500166295	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
DEN0083_000000023545	1319	0.6650444762429101	2	1	1	1	1	False	91758	fragment	False	CAN0020_000000025352	0.9423269218873808		0	0	False	False	0.9893859028816223	0					non-mobilizable	other	1302.0	99.539	99.0	0.00041053001602360816	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
DEN0041_000000028380	1199	0.6650444762429101	1	1	1	1	1	False	73045	fragment	False	SPA0111_000000027590	0.985412509309166		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	99.165	99.0	0.00037739730911932	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0038_000000017454	1905	0.6650432085350987	3	3	3	3	3	False	36629	maximal	True	ISR0038_000000017454	1.0		1334	15	False	False	0.9994750618934631	0					non-mobilizable	other	1905.0	98.05799999999999	100.0	0.0005148145734704478	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0105_000000002285	10458	0.6650419107901239	14	7	5	6	4	True	17054	maximal	True	MAD0105_000000002285	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.8239775461511052e-06	NZ_JQML01000001.1	high GC Gram+	Streptacidiphilus albus JL83 BS75DRAFT_unitig_0_quiver.1_C, whole genome shotgun sequence	True	True
ENG0160_000000005572	3923	0.6650350877114948	5	5	5	5	5	True	130212	maximal	True	ENG0160_000000005572	0.9503647733194371		1	1	False	False	0.9987254738807678	0					non-mobilizable	no_good_hit	3246.0	77.911	82.0	0.015238104271696395	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	True
FIJ0059_000000015908	1130	0.6650324418655981	1	1	1	1	1	False	56882	fragment	False	ISR0362_000000016620	0.9452830137150109		0	0	False	False	0.9902654886245728	0					non-mobilizable	other	1130.0	98.319	100.0	0.005389727981193289	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0079_000000000710	19019	0.6650307844367782	18	7	3	5	1	True	132162	maximal	True	SPA0079_000000000710	1.0		1	1	False	False	0.9998422861099243	0					non-mobilizable	no_good_hit	1036.0	91.89200000000001	5.0	0.00026895532722723557	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
FIJ0008_000000014349	1993	0.6650245604804466	3	3	1	3	2	True	51416	maximal	True	FIJ0008_000000014349	1.0		6	3	False	False	1.0	0					non-mobilizable	chromosome	1994.0	96.891	100.0	0.0008781411027575578	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	False	True
ISR0032_000000001929	13642	0.6650244440327339	17	6	4	5	4	True	130551	fragment	False	ISR0032_000000001929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4103.0	98.586	81.0	0.0008187065872948394	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0336_000000002287	4847	0.6650240245429541	7	2	1	1	1	False	40777	maximal	True	ISR0336_000000002287	1.0		1	1	False	False	0.99958735704422	0					non-mobilizable	no_good_hit	1797.0	90.15	39.0	0.27034399151386573	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0311_000000003993	4307	0.6650240245429541	7	2	1	1	1	False	40778	maximal	True	ISR0311_000000003993	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	90.04299999999999	38.0	0.2477648128504319	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0200_000000004910	4302	0.6650237589342793	7	3	3	3	2	False	118608	maximal	True	ISR0200_000000004910	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	88.426	54.0	0.00022298764892618916	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
SPA0092_000000009821	4069	0.6650199560005889	6	6	2	6	5	False	94941	maximal	True	SPA0092_000000009821	1.0		16	5	False	False	0.9997542500495911	0					non-mobilizable	other	4073.0	86.251	99.0	0.001260881441057137	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0104_000000028758	1233	0.6650138665691392	3	3	3	2	3	False	107688	fragment	False	ISR0025_000000032185	0.972447325769854		0	0	False	False	0.9959448575973511	0					non-mobilizable	no_good_hit	161.0	78.26100000000001	13.0	0.0001955305188488945	NZ_QICN01000001.1	g-proteobacteria	Sinimarinibacterium flocculans strain DSM 104150 Ga0215726_101, whole genome shotgun sequence	True	False
MAD0102_000000003297	4761	0.6650109928962108	7	3	2	2	1	True	105968	fragment	False	MAD0102_000000003297	1.0		0	0	False	False	0.998319685459137	0					non-mobilizable	no_good_hit	97.0	92.78399999999999	4.0	0.0015771575021768058	NZ_JXQL01000022.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig22, whole genome shotgun sequence	True	True
ENG0159_000000004004	5420	0.6650068285232346	5	4	3	3	4	False	59894	fragment	False	ENG0159_000000004004	1.0		0	0	False	False	0.9998155236244202	0					non-mobilizable	no_good_hit	1516.0	82.256	28.0	0.024554333165412678	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ISR0780_000000002381	4644	0.6649989319663283	5	1	1	1	1	False	22308	maximal	True	ISR0780_000000002381	1.0		6	2	False	False	1.0	0					non-mobilizable	other	3668.0	96.619	95.0	0.019589926096923643	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
MON0004_000000018418	2255	0.6649988879290644	3	3	3	3	3	False	25192	fragment	False	MON0004_000000018418	1.0		0	0	False	False	0.9991130828857422	0					non-mobilizable	no_good_hit	345.0	78.26100000000001	15.0	0.00028547413821971294	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0036_000000013918	2116	0.6649934316567273	3	3	3	2	3	False	18726	maximal	True	MAD0036_000000013918	1.0		10	6	False	False	0.9995273947715759	0					non-mobilizable	no_good_hit	1210.0	77.107	68.0	0.00031399945213773657	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0158_000000007736	2365	0.6649864240879343	4	2	1	1	2	False	66691	fragment	False	ENG0158_000000007736	1.0		0	0	False	False	0.9911205172538757	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000013103	2034	0.6649864240879343	4	2	1	1	2	False	66690	fragment	False	ISR0072_000000014459	0.9410290736984449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000016377	1720	0.6649805838240795	3	2	2	2	1	True	103371	fragment	False	AST0153_000000017642	0.8366839597434618		0	0	False	False	0.9406976699829102	0					non-mobilizable	other	1677.0	97.853	98.0	0.002262464817727141	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
DEN0094_000000007126	4378	0.6649762602471961	5	5	5	5	4	False	124951	fragment	False	DEN0094_000000007126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3055.0	78.625	69.0	0.0072546588663748015	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0034_000000001173	14635	0.6649738882816789	16	13	8	9	10	True	117812	maximal	True	ISR0034_000000001173	1.0	PS794	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	4598.0	85.189	44.0	0.0008499715528461019	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
FIJ0079_000000025377	1144	0.6649735738534429	2	2	2	2	1	False	44352	fragment	False	FIJ0079_000000025377	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1106.0	99.005	99.0	0.010834714228283996	CP043734.1	enterobacteria	Escherichia coli strain CVM N17EC1164 plasmid pN17EC1164-1, complete sequence	False	True
ISR0387_000000002011	9635	0.6649731988848663	6	3	3	2	1	False	22982	fragment	False	ISR0387_000000002011	1.0		0	0	False	False	0.999896228313446	0					non-mobilizable	no_good_hit	98.0	78.571	1.0	5.3283424525694266e-05	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
CAN0003_000000027439	1799	0.6649694833914697	2	2	2	2	2	False	96568	fragment	False	CAN0003_000000027439	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1799.0	99.77799999999999	100.0	0.0006893582335559498	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	False	False
SPA0029_000000012995	2039	0.6649685532838204	3	2	2	2	1	True	102798	fragment	False	ISR0831_000000007027	0.22557005252554985		0	0	False	False	0.992152988910675	0					non-mobilizable	other	2039.0	99.95100000000001	100.0	0.007281353945972211	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
SPA0101_000000021165	2000	0.6649670795212301	4	2	2	1	1	False	59296	fragment	False	SPA0101_000000021165	1.0		0	0	False	False	0.9850000143051147	0					non-mobilizable	chromosome	1970.0	98.883	98.0	0.0007220571765031509	CP025837.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-22 chromosome, complete genome	False	False
FIJ0083_000000022104	1634	0.6649665636164307	2	2	2	2	2	False	60841	maximal	True	FIJ0083_000000022104	0.9950829748002459		46	10	False	False	0.9859241247177124	0					non-mobilizable	no_good_hit	231.0	78.788	14.0	0.0044099281923197006	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	True	False
ISR0053_000000001425	14406	0.6649654946809506	11	10	9	8	7	False	35757	maximal	True	ISR0053_000000001425	1.0		1	1	False	False	0.9997917413711548	0					non-mobilizable	no_good_hit	5187.0	98.67	55.0	0.06489232578800505	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0040_000000008272	3450	0.664965388757345	5	2	2	1	1	True	98531	fragment	False	MAD0040_000000008272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
MON0044_000000014094	3375	0.664965388757345	3	2	2	1	1	True	98527	fragment	False	MON0044_000000014094	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
MON0034_000000008925	2854	0.664965388757345	4	2	2	1	1	True	98526	fragment	False	MON0034_000000008925	0.986148806979415		0	0	False	False	0.998948872089386	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
FIJ0032_000000012695	2764	0.664965388757345	4	2	2	1	1	True	98526	fragment	False	MON0034_000000008925	0.9781846626781748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
ENG0199_000000020171	1279	0.6649618530371375	1	1	1	1	1	False	54237	maximal	True	ENG0199_000000020171	1.0		3	2	False	False	0.974198579788208	0					non-mobilizable	no_good_hit	184.0	75.543	14.0	3.716046665378982e-05	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
ISR0383_000000000332	18370	0.6649600601751108	5	3	3	2	2	False	50394	maximal	True	ISR0383_000000000332	1.0		14	6	False	False	1.0	0					non-mobilizable	other	18014.0	99.545	98.0	0.006463347334322229	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ISR0380_000000000843	14504	0.6649600601751108	4	3	3	2	2	False	50393	fragment	False	ISR0380_000000000843	1.0		0	0	False	False	0.9994484186172485	0					non-mobilizable	other	14504.0	99.51	100.0	0.005203904201947221	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ISR0316_000000002075	7355	0.6649600601751108	4	3	3	2	2	False	50392	fragment	False	ISR0316_000000002075	1.0		0	0	False	False	0.999592125415802	0					non-mobilizable	other	7355.0	99.86399999999999	100.0	0.0026387307109646185	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
SPA0033_000000024422	1305	0.6649585876881202	2	2	2	2	1	False	77605	fragment	False	SPA0033_000000024422	0.9827450980392156		0	0	False	False	0.9984674453735352	0					non-mobilizable	no_good_hit	698.0	91.54700000000001	89.0	0.00021590222553507352	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0043_000000006732	1371	0.6649554043495983	2	2	2	2	2	False	72992	maximal	True	DEN0043_000000006732	1.0		1	1	False	False	0.9657184481620789	0					non-mobilizable	no_good_hit	1169.0	95.723	85.0	0.004181204660286086	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
DEN0007_000000016327	1567	0.6649548719741566	3	3	3	3	2	False	119953	fragment	False	MAD0045_000000024848	0.9504744958481613		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	98.402	99.0	0.003389602616261418	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0145_000000008015	4148	0.664946487905086	6	4	2	2	4	False	96179	maximal	True	SPA0145_000000008015	1.0		2	1	False	False	0.9983124136924744	0					non-mobilizable	no_good_hit	1654.0	90.508	65.0	0.0002652396313956328	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
MAD0051_000000007218	3800	0.6649456787377919	4	3	3	3	3	False	93309	maximal	True	MAD0051_000000007218	1.0		6	2	False	False	0.9989473819732666	0					non-mobilizable	no_good_hit	2569.0	98.87100000000001	68.0	0.009268415923773775	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
AST0084_000000007034	4437	0.6649437761531152	5	5	5	5	3	False	111546	maximal	True	AST0084_000000007034	1.0		1	1	False	False	0.9970700740814209	0					non-mobilizable	no_good_hit	1143.0	99.56299999999999	26.0	0.021318697729988054	NZ_CYZO01000021.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0079_000000013306	1914	0.6649311570326756	2	1	1	1	1	False	105800	fragment	False	SPA0079_000000013306	1.0		0	0	False	False	0.9979101419448853	0					non-mobilizable	chromosome	1914.0	94.723	100.0	0.0006667986553881374	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0069_000000002391	9524	0.6649291004187687	12	5	2	4	3	False	126174	fragment	False	ENG0069_000000002391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	74.171	16.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
CHI0008_000000002281	3708	0.6649173699118227	4	4	4	3	2	False	90535	maximal	True	CHI0008_000000002281	1.0		50	8	False	False	1.0	0					non-mobilizable	no_good_hit	2782.0	83.35700000000001	74.0	0.0005237550558890528	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
SPA0088_000000000323	27926	0.6649147428758174	25	14	8	11	4	True	108926	maximal	True	SPA0088_000000000323	1.0		4	1	False	False	0.9997493624687195	0					non-mobilizable	no_good_hit	3789.0	95.85600000000001	14.0	0.0010201656437521006	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0104_000000016967	2661	0.6649146832895328	3	2	1	1	2	False	105801	maximal	True	MON0104_000000016967	1.0		637	14	False	False	0.9951146245002747	0					non-mobilizable	chromosome	2661.0	98.459	100.0	0.0009271742934304473	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0229_000000000104	45525	0.6649058024690983	42	26	16	23	11	True	119539	fragment	False	ISR0046_000000000133	0.966060607079645		0	0	False	False	0.9998462200164795	0					non-mobilizable	no_good_hit	16950.0	98.20100000000001	73.0	0.09418270220353032	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
CHI0056_000000002700	5831	0.6648933000483904	8	6	3	5	3	False	113359	fragment	False	CHI0056_000000002700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3187.0	95.984	61.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0090_000000005463	4574	0.6648774790471117	5	5	5	5	3	False	109932	maximal	True	AST0090_000000005463	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	94.904	24.0	0.00041253401980864733	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0130_000000014259	2292	0.6648774040623667	3	2	2	2	1	False	119059	fragment	False	SPA0130_000000014259	1.0		0	0	False	False	0.996073305606842	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000017318	1741	0.6648774040623667	3	2	2	2	1	False	119058	fragment	False	ISR0067_000000017318	1.0		0	0	False	False	0.9954049587249756	0					non-mobilizable	no_good_hit								True	False
MON0106_000000032090	1370	0.6648774040623667	2	2	2	2	1	False	119057	fragment	False	ISR0012_000000015211	0.6342716711349419		0	0	False	False	0.9897810220718384	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000024033	1122	0.6648748604865834	2	2	2	2	2	False	62519	maximal	True	ENG0068_000000024033	1.0		9	3	False	False	1.0	0					non-mobilizable	other	1122.0	100.0	100.0	0.002923046434978514	NZ_DS562853.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0241_000000004429	2990	0.6648648199584537	2	2	2	2	1	False	27259	fragment	False	ISR0241_000000004429	1.0		0	0	False	False	0.9989966750144958	0					non-mobilizable	no_good_hit	919.0	94.015	71.0	0.01271985795927426	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
SPA0080_000000010143	1206	0.6648542045291919	2	1	1	1	1	False	35732	maximal	True	SPA0080_000000010143	0.964102564102564		40	8	False	False	1.0	0					non-mobilizable	other	1209.0	93.631	100.0	0.004666413450432922	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0387_000000014509	1661	0.6648493509795006	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.034395527682179856		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	95.846	100.0	0.05569722184941619	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
ISR0363_000000011517	1621	0.6648493509795006	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03267037366799669		0	0	False	False	0.9993830919265747	0					non-mobilizable	other	1621.0	97.594	100.0	0.2542771935331973	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
ENG0109_000000003860	6043	0.6648479983767487	6	4	4	4	3	False	113462	fragment	False	ENG0109_000000003860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	401.0	71.322	6.0	0.011137652171410481	NZ_AURB01000131.1	firmicutes	Alicyclobacillus acidoterrestris ATCC 49025 contig_3, whole genome shotgun sequence	True	False
FIJ0023_000000024205	1423	0.6648446949540789	2	2	2	2	2	False	50539	fragment	False	FIJ0023_000000024205	1.0		0	0	False	False	0.9943780899047852	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
ISR0049_000000016633	1781	0.6648434095726141	2	2	2	2	2	False	35980	fragment	False	ISR0049_000000016633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	71.429	25.0	0.00020231432810395445	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
FIJ0096_000000002558	10570	0.6648316533146218	18	5	4	4	3	False	43051	maximal	True	FIJ0096_000000002558	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	0.0	0.0007207207207207207	NZ_FNVR01000026.1	CFB group bacteria	Algoriphagus boritolerans DSM 17298 = JCM 18970 strain DSM 17298, whole genome shotgun sequence	True	False
SPA0042_000000022833	1484	0.6648243286135428	2	2	2	1	1	True	6840	maximal	True	SPA0042_000000022833	1.0		2	1	False	False	0.9993261694908142	0					non-mobilizable	other	832.0	89.42299999999999	90.0	0.005630210488471636	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
DEN0035_000000019425	1758	0.6648225077028337	3	3	3	3	2	False	131648	fragment	False	DEN0035_000000019425	0.9777387229056824		0	0	False	False	0.9789533615112305	0					non-mobilizable	no_good_hit	599.0	83.806	34.0	0.002677582732768167	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0069_01_000000032528	1870	0.6648193343410196	2	2	2	2	1	False	91003	maximal	False	ISR0359_000000014298	0.9785436113417161		0	0	False	False	0.9983957409858704	0					non-mobilizable	chromosome	1870.0	98.824	100.0	0.0006595181812118832	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0024_000000009111	1400	0.6648180070314922	3	3	3	3	2	False	89009	fragment	False	CHI0024_000000009111	1.0		0	0	False	False	0.9971428513526917	0					non-mobilizable	other	1400.0	99.64299999999999	100.0	0.009614393413556363	NZ_QRHR01000007.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf7, whole genome shotgun sequence	False	False
SPA0096_000000005007	6567	0.6648178711443733	9	6	4	6	3	True	119677	fragment	False	SPA0096_000000005007	1.0		0	0	False	False	0.9908633828163147	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00020601900796426113	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	True
AST0088_000000006531	1781	0.6648147402898543	5	2	2	2	2	True	110398	fragment	False	AST0088_000000006531	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	99.76100000000001	100.0	0.009647839459951386	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
USA0084_01_000000027810	1127	0.6648131507585274	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.462197390271542		0	0	False	False	0.9991126656532288	0					non-mobilizable	other	1127.0	100.0	100.0	0.012821534712654148	NZ_MIEH01000003.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_3, whole genome shotgun sequence	False	True
MAD0102_000000001816	7872	0.6648130927837264	10	7	3	2	7	False	15045	fragment	False	MAD0102_000000001816	1.0		0	0	False	False	0.9945375919342041	0					non-mobilizable	chromosome	7875.0	99.416	100.0	0.001552966532920366	CP029568.1	enterobacteria	Salmonella enterica strain DA34837 chromosome, complete genome	False	False
ISR0066_000000018553	1741	0.6648122820500446	2	2	2	2	2	False	35132	maximal	True	ISR0066_000000018553	1.0		191	9	False	False	0.9982768297195435	0					non-mobilizable	other	1728.0	99.479	99.0	0.006693736353658867	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0011_000000004284	5758	0.6648108271357983	9	5	3	2	4	False	38269	fragment	False	ISR0011_000000004284	1.0		0	0	False	False	0.9996526837348938	0					non-mobilizable	no_good_hit	673.0	83.507	16.0	0.0012068797558098	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0063_000000012608	2526	0.6648100923794571	3	3	3	3	3	False	111717	fragment	False	ENG0063_000000012608	1.0		0	0	False	False	0.9992082118988037	0					non-mobilizable	other	2525.0	99.446	99.0	0.0006821833870094222	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0062_000000009619	3532	0.6648097314148478	7	6	6	5	4	False	56384	maximal	True	ISR0062_000000009619	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	99.412	25.0	0.00019208787986566066	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0053_000000011239	1846	0.6648020085425335	3	3	3	3	3	False	86881	fragment	False	ISR0213_000000014288	0.7891239479213823		0	0	False	False	1.0	0					non-mobilizable	other	1834.0	96.728	99.0	0.000443281647379747	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0002_000000009649	2156	0.6648004999190535	5	3	2	2	0	True	8405	maximal	True	SPA0002_000000009649	1.0		8	3	False	False	0.9907235503196716	0					non-mobilizable	chromosome	2152.0	97.212	99.0	0.000676414047348353	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0136_000000005756	4518	0.6647978046794539	4	3	2	3	2	False	40548	maximal	True	FIJ0136_000000005756	1.0		3	2	False	False	0.9986720085144043	0					non-mobilizable	no_good_hit	2257.0	93.443	50.0	0.000625100665922433	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0020_000000002731	7927	0.6647924342026644	7	4	3	3	3	False	70933	fragment	False	FIJ0056_000000002488	0.1983281493001555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	94.58	19.0	0.00047657876961356457	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0032_000000001621	8011	0.6647895164156217	6	4	3	3	2	True	18931	maximal	True	MAD0032_000000001621	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0084_000000000560	8002	0.6647873879861805	9	6	6	6	4	True	41966	fragment	False	MAD0084_000000000560	1.0		0	0	False	False	0.999875009059906	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	5.464182285121031e-05	NZ_QGOK01000003.1	g-proteobacteria	Marinomonas shanghaiensis strain DSL-35 contig3, whole genome shotgun sequence	True	True
ENG0134_000000013547	2880	0.6647867796759328	3	3	3	3	2	True	58203	fragment	False	ENG0134_000000013547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	69.734	33.0	0.0004032536956189127	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ENG0135_000000006379	3337	0.6647863106863149	4	4	3	3	4	False	114480	maximal	False	AST0149_000000007987	0.9656377402446127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	95.99	36.0	0.0002474884588183119	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0087_01_000000000843	11234	0.6647847617840862	14	8	5	7	5	True	124680	maximal	True	USA0087_01_000000000843	1.0		1	1	False	False	0.9991098642349243	0					non-mobilizable	no_good_hit	5841.0	96.26799999999999	69.0	0.002034555019080271	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0784_000000004903	2511	0.664781705323937	5	3	2	3	3	False	126747	fragment	False	ISR0100_000000003569	0.30900039412772995		0	0	False	True	1.0	0					non-mobilizable	other	2511.0	100.0	100.0	0.490234375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MAD0032_000000012862	1350	0.6647805585009793	1	1	1	1	1	False	23137	fragment	False	MAD0032_000000012862	1.0		0	0	False	False	0.9992592334747314	0					non-mobilizable	chromosome	1360.0	74.706	100.0	0.0003615094533784117	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0085_000000008509	2053	0.6647702116684635	2	2	2	2	1	True	61477	maximal	True	ENG0085_000000008509	1.0		19	5	False	False	1.0	0					non-mobilizable	other	1018.0	100.0	96.0	0.01593244767514726	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0075_000000010145	1930	0.6647684603229457	3	3	3	3	3	False	65385	maximal	False	ISR0046_000000015234	0.829721081009823		0	0	False	False	1.0	0					non-mobilizable	chromosome	1932.0	98.292	99.0	0.0008372540322388329	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0173_000000007555	1291	0.6647678169890239	2	2	2	2	1	True	32510	fragment	False	ISR0173_000000007555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	71.73	36.0	7.577216623861613e-05	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	True
AST0050_000000000499	20286	0.6647585035384156	17	12	9	10	7	False	114802	maximal	True	AST0050_000000000499	1.0		1	1	False	False	0.9999507069587708	0					non-mobilizable	no_good_hit	1021.0	91.479	5.0	0.031743559390673186	NZ_PPTT01000039.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_39, whole genome shotgun sequence	True	False
MON0013_000000033523	1654	0.6647570624718102	3	3	3	2	2	False	75195	fragment	False	MON0013_000000033523	0.9610181641555098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	84.524	5.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
ISR0317_000000013552	1594	0.6647531078409462	2	2	2	1	1	False	25153	maximal	True	ISR0317_000000013552	1.0		33	6	False	False	1.0	0					non-mobilizable	no_good_hit	1055.0	99.147	66.0	0.0004699992018040121	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	True	False
ISR0277_000000002750	3152	0.664752801092495	4	4	4	4	4	True	49113	maximal	True	ISR0277_000000002750	0.9603276582075169		26	5	False	False	0.9996827244758606	0					non-mobilizable	other	3151.0	99.492	99.0	0.007164350193437455	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
CAN0013_000000019698	1195	0.6647499029214294	2	2	2	2	1	False	95453	maximal	True	CAN0013_000000019698	0.9494180841539839		24	7	False	False	0.9866108894348145	0					non-mobilizable	chromosome	1195.0	99.916	100.0	0.00040921312155240515	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
SPA0118_000000004380	6460	0.6647429154914655	8	2	2	2	2	False	4268	maximal	True	SPA0118_000000004380	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.535784042435907e-05	LT990240.1	apicomplexans	Plasmodium sp. DRC-Itaito genome assembly, chromosome: 11	True	False
ISR0111_000000001115	11556	0.6647364089481426	10	6	6	6	3	False	59951	maximal	True	ISR0111_000000001115	0.9781852248394004		7	4	False	False	0.9994807839393616	0					non-mobilizable	no_good_hit	3372.0	87.515	69.0	0.0024150478610709286	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
MON0048_000000013684	2856	0.6647352899819939	3	3	3	3	2	False	120982	fragment	False	MON0048_000000013684	0.9626284094934467		0	0	False	False	0.9985994100570679	0					non-mobilizable	chromosome	2400.0	96.583	96.0	0.0006951359327011017	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0058_000000011333	2862	0.6647297515779053	7	2	2	1	1	False	63466	fragment	False	ENG0058_000000011333	1.0		0	0	False	False	0.9993011951446533	0					non-mobilizable	no_good_hit	162.0	100.0	6.0	2.4500136348584898e-05	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
ISR0079_000000008932	3057	0.6647196399323849	4	4	4	2	1	False	56407	fragment	False	ISR0079_000000008932	1.0		0	0	False	False	0.9996728897094727	0					non-mobilizable	no_good_hit								True	False
ISR0234_000000002210	4630	0.6647165979997925	3	2	2	2	2	False	88069	fragment	False	ISR0301_000000003393	0.9834801636111289		0	0	False	False	0.999783992767334	0					non-mobilizable	other	2760.0	99.493	92.0	0.000824825236602868	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0301_000000003393	4619	0.6647165979997925	3	2	2	2	2	False	88069	fragment	False	ISR0301_000000003393	0.9891990691914557		0	0	False	False	1.0	0					non-mobilizable	other	2760.0	99.493	95.0	0.000824825236602868	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0216_000000004297	4573	0.6647165979997925	3	2	2	2	2	False	88069	fragment	False	ISR0301_000000003393	0.9858808991751759		0	0	False	False	0.9997813105583191	0					non-mobilizable	other	2760.0	99.493	93.0	0.000824825236602868	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0053_000000003599	3160	0.6647165979997925	3	2	2	2	2	False	88067	fragment	False	CHI0053_000000003599	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2857.0	99.545	90.0	0.0007722218602056717	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0112_000000008975	3074	0.6647165979997925	4	2	2	2	2	False	88065	fragment	False	MAD0112_000000008975	1.0		0	0	False	False	0.9860116839408875	0					non-mobilizable	other	2953.0	98.84899999999999	96.0	0.0007979085117181152	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
TAN0002_000000028012	1489	0.6647105847844372	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.1606829472525351		0	0	False	False	0.9993284344673157	0					non-mobilizable	other	1493.0	80.911	99.0	0.00353047150439735	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
CAN0010_000000007808	1681	0.6647025298347801	4	2	2	2	1	False	94587	maximal	True	CAN0010_000000007808	1.0		1	1	False	False	0.9631171822547913	0					non-mobilizable	no_good_hit	407.0	98.28	24.0	6.179438724320323e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
SPA0106_000000014722	2659	0.6647015480875803	3	3	2	3	2	False	78790	maximal	False	SPA0118_000000009163	0.48101933216168713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	73.74	21.0	7.081507967359172e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0114_000000013739	2036	0.6646996575320807	4	4	4	2	3	False	101772	fragment	False	FIJ0075_000000008051	0.5533036625749178		0	0	False	False	0.9970530271530151	0					non-mobilizable	other	2025.0	99.111	99.0	0.0006050910760725642	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0113_000000016247	1877	0.664699316692603	3	3	3	3	2	False	93194	fragment	False	SPA0113_000000016247	0.9862217127229113		0	0	False	False	0.9930740594863892	0					non-mobilizable	other	1859.0	99.516	100.0	0.0005859755878215529	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MAD0016_000000000196	10311	0.6646977092370587	13	12	6	6	10	True	132512	maximal	False	MAD0093_000000002221	0.9983164983164983	PS1165|PS799|PS800	0	0	True	True	1.0	9	rep_cluster_1097	MOBB			mobilizable	no_good_hit	6582.0	99.863	87.0	0.7355769230769231	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
AUS0020_000000009693	2882	0.6646953610463037	3	2	2	2	2	False	106933	fragment	False	AUS0020_000000009693	1.0		0	0	False	False	0.9996530413627625	0					non-mobilizable	other	2810.0	92.135	97.0	0.03165834845735027	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0111_000000015111	1159	0.664691326585505	1	1	1	1	1	False	32670	fragment	False	ISR0111_000000015111	1.0		0	0	False	False	0.9974115490913391	0					non-mobilizable	other	1159.0	99.396	100.0	0.01890272767339743	NZ_CYYA01000021.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0213_000000010997	2333	0.6646895846013249	3	2	2	2	2	False	75630	fragment	False	ISR0213_000000010997	0.9808577519446456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	72.039	22.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0052_000000003054	10448	0.6646856349380318	14	12	9	10	7	True	131642	maximal	True	SPA0052_000000003054	1.0		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	6164.0	95.00299999999999	74.0	0.2472542945649113	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0351_000000003448	3645	0.6646834924634687	5	3	3	3	3	False	131804	maximal	True	ISR0351_000000003448	1.0		25	7	False	False	0.9980795383453369	0					non-mobilizable	no_good_hit	2030.0	91.429	56.0	0.0005700012917396913	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
TAN0006_000000008827	1588	0.6646784701975761	3	3	3	1	1	False	2871	fragment	False	TAN0006_000000008827	1.0		0	0	False	False	0.998740553855896	0					non-mobilizable	no_good_hit	454.0	89.868	29.0	0.0017805623904344886	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0222_000000018334	2898	0.6646764121302564	4	1	1	1	1	False	111996	maximal	True	ISR0222_000000018334	1.0		52	6	False	False	1.0	0					non-mobilizable	other	2898.0	100.0	100.0	0.04734511104937162	NZ_QIML01000011.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_11, whole genome shotgun sequence	False	False
AST0061_000000021513	1955	0.6646764121302564	3	1	1	1	1	False	111995	fragment	False	AST0061_000000021513	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	99.488	100.0	0.03191750151170962	NZ_QIML01000011.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_11, whole genome shotgun sequence	False	False
ISR0148_000000020439	1427	0.6646764121302564	3	1	1	1	1	False	110519	fragment	False	ISR0148_000000020439	1.0		0	0	False	False	0.9992992281913757	0					non-mobilizable	other	1427.0	99.72	100.0	0.02330484237362925	NZ_QIML01000011.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_11, whole genome shotgun sequence	False	False
AST0087_000000030405	1197	0.6646764121302564	2	1	1	1	1	False	110518	fragment	False	AST0087_000000030405	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	99.415	100.0	0.019545996829495496	NZ_QIML01000011.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_11, whole genome shotgun sequence	False	False
MON0089_000000006183	3587	0.6646670047738584	4	4	4	4	3	False	122479	maximal	False	ISR0139_000000005968	0.6318306010928962		0	0	False	False	0.9991636276245117	0					non-mobilizable	other	3516.0	96.729	98.0	0.04369940183801126	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0048_000000005573	4666	0.6646668459522623	5	5	5	4	5	False	130049	fragment	False	ENG0005_000000004373	0.38692817602911134		0	0	False	False	1.0	0					non-mobilizable	chromosome	4699.0	90.06200000000001	100.0	0.001504581916072822	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0374_000000000455	23092	0.6646652936925068	19	16	14	15	14	True	116929	maximal	False	AST0060_000000000939	0.972853348237258	PS762|PS763|PS764	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	4806.0	96.005	45.0	0.16788551033975996	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0150_000000000696	23090	0.6646652936925068	21	16	14	15	14	True	116929	maximal	False	AST0060_000000000939	0.9752314442738537	PS762|PS763|PS764	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	5715.0	95.416	45.0	0.1993771650512614	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0033_000000000804	22793	0.6646652936925068	20	16	14	15	14	True	116929	maximal	False	AST0060_000000000939	0.9651110971965356	PS762|PS763|PS764	0	0	False	True	0.9999122619628906	0					non-mobilizable	no_good_hit	5992.0	95.411	44.0	0.20906959655691243	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0010_000000005395	2631	0.664663620313693	3	3	3	3	2	False	2623	maximal	True	TAN0010_000000005395	1.0		2	1	False	False	0.9969593286514282	0					non-mobilizable	no_good_hit	183.0	90.164	7.0	4.921021658173398e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
TAN0006_000000000596	9809	0.6646612350260489	13	4	3	4	1	True	2894	maximal	True	TAN0006_000000000596	1.0		1	1	False	False	0.9997960925102234	0					non-mobilizable	no_good_hit	1275.0	85.882	49.0	0.10242130750605327	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MON0013_000000001751	14583	0.6646572026028151	14	8	4	7	3	True	53392	fragment	False	MON0013_000000001751	0.9727362273974531		0	0	False	False	0.9931427240371704	0					non-mobilizable	no_good_hit	448.0	97.76799999999999	3.0	0.00013376501227974782	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0032_000000023453	1432	0.6646562788642841	3	1	1	1	1	False	36926	maximal	True	ISR0032_000000023453	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1298.0	99.615	91.0	0.0034904718461285906	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
MON0103_000000017566	2815	0.66465467850573	3	3	3	2	2	False	76901	fragment	False	ISR0853_000000006187	0.9490635687398048		0	0	False	False	0.9953818917274475	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.8057524255143464e-05	NZ_QYBB01000001.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_1_length_465056_cov_80.1824, whole genome shotgun sequence	True	False
CAN0011_000000020299	1489	0.6646471475114755	3	3	2	2	3	False	94415	fragment	False	CAN0011_000000020299	1.0		0	0	False	False	0.9818670153617859	0					non-mobilizable	chromosome	1489.0	97.515	100.0	0.0002865695619185861	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
USA0041_01_000000003214	7431	0.6646459861790119	12	5	4	4	4	False	1291	maximal	True	USA0041_01_000000003214	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	1.198819656270197e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0155_000000011880	1863	0.66464326437736	3	3	3	3	2	True	39534	maximal	True	FIJ0155_000000011880	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	76.396	21.0	0.00010822308571352066	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	True	True
CAN0017_000000020312	1707	0.664636556127805	3	2	2	1	1	False	123021	fragment	False	ITA0008_000000000750	0.8328209278572224		0	0	False	False	0.9988283514976501	0					non-mobilizable	chromosome	1562.0	93.79	91.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0033_000000033835	1811	0.6646350664820219	2	2	2	2	2	True	71043	maximal	True	MON0033_000000033835	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	76.307	34.0	0.00017947711740794764	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MON0005_000000006575	6427	0.6646229925928173	9	3	2	1	1	True	94525	fragment	False	ENG0072_000000001558	0.37299716544830674		0	0	False	False	0.9908199906349182	0					non-mobilizable	other	6323.0	98.023	98.0	0.14745070586862677	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0836_000000003469	5622	0.6646229925928173	7	3	2	1	1	True	113130	fragment	False	FIJ0102_000000004803	0.24219248969930604		0	0	False	False	0.9960867762565613	0					non-mobilizable	other	5611.0	91.16	99.0	0.12758857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0103_000000015889	1853	0.6646204637512111	2	1	1	1	1	False	33042	maximal	True	ISR0103_000000015889	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	700.0	99.714	44.0	0.00021015443340046433	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0090_000000007445	3191	0.6646163780781144	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9766428770184333		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.012	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0062_000000012645	1233	0.6646160180469508	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.3221677386267667	PS1007	0	0	False	True	0.9456610083580017	0					non-mobilizable	chromosome	1122.0	98.663	100.0	0.0006122090095758008	CP049053.1	firmicutes	Streptococcus thermophilus strain ST64987 chromosome, complete genome	False	True
ENG0192_000000018669	1236	0.6646084210462985	2	2	2	2	1	False	62316	fragment	False	ISR0396_000000016748	0.6500519210799585		0	0	False	False	0.9943365454673767	0					non-mobilizable	chromosome	1236.0	98.786	100.0	0.00017431615841626642	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0858_000000001882	4369	0.6646076622527068	5	4	4	4	3	False	60148	maximal	True	ISR0858_000000001882	1.0		9	4	False	False	1.0	0					non-mobilizable	other	2841.0	97.07799999999999	100.0	0.00105205246749737	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
SPA0086_000000001675	8815	0.6646041872328322	8	2	1	2	0	True	29409	fragment	False	SPA0086_000000001675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.2877342703441005e-06	LS423630.1	birds	Anas platyrhynchos genome assembly, chromosome: 20	True	True
ENG0113_000000004062	6600	0.6645996946975352	5	2	2	2	1	True	103590	maximal	True	ENG0113_000000004062	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	100.0	10.0	0.00020209358641338034	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MAD0091_000000006456	2330	0.6645996339803237	3	3	1	3	1	True	23439	fragment	False	MAD0091_000000006456	0.9517338331771321		0	0	False	False	0.9991416335105896	0					non-mobilizable	no_good_hit								True	True
AST0060_000000025352	1214	0.6645990415431567	2	2	2	2	1	False	112255	maximal	True	AST0060_000000025352	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	93.882	35.0	0.0034666316169947096	NZ_JAAIPW010000009.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_9_length_121732_cov_277.833, whole genome shotgun sequence	True	False
MON0107_000000017165	3313	0.6645972646708412	6	6	5	5	5	False	98132	fragment	False	MON0107_000000017165	1.0		0	0	False	False	0.9996981620788574	0					non-mobilizable	other	3313.0	98.913	100.0	0.0006720667391492268	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
MAD0057_000000001478	9160	0.6645949458430791	12	8	3	7	4	False	122859	maximal	True	MAD0057_000000001478	1.0		2	2	False	False	0.9996724724769592	0					non-mobilizable	no_good_hit	370.0	92.70299999999999	6.0	0.010067114093959731	NZ_JAAIUL010000025.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_25_length_36654_cov_342.474, whole genome shotgun sequence	True	False
FIJ0069_000000010858	2086	0.664591033470145	2	1	1	1	1	False	85653	maximal	True	FIJ0069_000000010858	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	99.319	56.0	0.06355909263169292	NZ_CYZK01000036.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0266_000000016317	1296	0.664591033470145	2	1	1	1	1	False	85652	fragment	False	CHI0061_000000004539	0.4502942273328069		0	0	False	False	0.9992284178733826	0					non-mobilizable	other	1296.0	98.99700000000001	100.0	0.00038723025926173086	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0005_000000020113	1186	0.664591033470145	1	1	1	1	1	False	85652	fragment	False	CHI0061_000000004539	0.3510489763651138		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	98.988	100.0	0.00035431269471861615	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0190_000000025400	1166	0.664591033470145	1	1	1	1	1	False	85652	fragment	False	CHI0061_000000004539	0.3011158632988887		0	0	False	False	0.9974271059036255	0					non-mobilizable	other	1168.0	97.089	100.0	0.0003489261841570156	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0201_000000024854	1166	0.664591033470145	1	1	1	1	1	False	85652	fragment	False	CHI0061_000000004539	0.29860122265726863		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.228	100.0	0.0003483276829835044	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0107_000000022013	1144	0.664591033470145	2	1	1	1	1	False	85652	fragment	False	CHI0061_000000004539	0.300170963031214		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	98.25200000000001	100.0	0.0003417441700748815	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0004_000000042965	1128	0.664591033470145	2	1	1	1	1	False	85652	fragment	False	CHI0061_000000004539	0.20237225105160284		0	0	False	False	0.9521276354789734	0					non-mobilizable	other	1128.0	99.20200000000001	100.0	0.00033695616068679207	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0045_000000017746	1119	0.664591033470145	2	1	1	1	1	False	85652	fragment	False	CHI0061_000000004539	0.29913569747360585		0	0	False	False	0.9991063475608826	0					non-mobilizable	other	1119.0	98.928	100.0	0.00033426290540599176	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0118_000000000441	34388	0.6645899174682544	39	31	18	25	23	True	123877	maximal	True	AST0118_000000000441	1.0		5	4	False	False	0.9997673630714417	0					non-mobilizable	no_good_hit	14774.0	98.795	89.0	0.004162356999102049	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
DEN0016_000000000509	7828	0.6645841902014948	8	6	4	5	4	True	117928	fragment	False	DEN0016_000000000509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1924.0	79.054	24.0	0.013577168190634524	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ISR0134_000000018257	1755	0.6645834332386888	3	3	3	2	2	False	131681	fragment	False	ENG0124_000000017310	0.9626174548174465		0	0	False	False	0.9948717951774597	0					non-mobilizable	other	1755.0	98.291	100.0	0.0020620108014568093	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0016_000000013538	1628	0.6645834332386888	3	3	3	2	2	False	131681	fragment	False	ENG0124_000000017310	0.7799022006932984		0	0	False	False	0.9993857741355896	0					non-mobilizable	other	1628.0	98.89399999999999	100.0	0.0019127089931415217	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0170_000000024127	1930	0.6645805399477397	3	2	2	2	1	False	68334	fragment	False	ISR0170_000000024127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0269_000000016012	1221	0.664579372438017	1	1	1	1	1	False	26447	maximal	True	ISR0269_000000016012	1.0		3	2	False	False	0.9631449580192566	0					non-mobilizable	no_good_hit	981.0	74.108	80.0	0.00642489815000334	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
CHI0127_000000003932	5371	0.6645786793908364	8	8	5	5	8	True	130606	maximal	True	CHI0127_000000003932	1.0		2	2	False	False	0.9975795745849609	0					non-mobilizable	no_good_hit	3205.0	94.571	73.0	0.6320047355958959	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
USA0133_01_000000014583	1422	0.6645704387257062	3	2	2	1	1	True	113474	maximal	True	USA0133_01_000000014583	1.0	PS730	1	1	False	True	1.0	0					non-mobilizable	other	1126.0	86.679	95.0	0.0003484301046099169	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0043_000000019009	1523	0.6645691761411331	2	2	2	2	2	False	119057	fragment	False	ISR0012_000000015211	0.963124335466364		0	0	False	False	0.9993433952331543	0					non-mobilizable	no_good_hit	1332.0	78.829	87.0	0.0004643798429506893	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0012_000000015211	1492	0.6645691761411331	2	2	2	2	2	False	119057	fragment	False	ISR0012_000000015211	0.967702207673739		0	0	False	False	0.9785522818565369	0					non-mobilizable	no_good_hit								True	False
ISR0251_000000005537	2615	0.6645672171992937	2	2	2	2	2	False	36135	fragment	False	ISR0308_000000006085	0.9603144889554474		0	0	False	False	1.0	0					non-mobilizable	other	2615.0	99.15899999999999	100.0	0.001266080898404031	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
ENG0194_000000008151	3379	0.6645567934395872	4	4	4	4	2	False	54540	maximal	True	ENG0194_000000008151	1.0		36	8	False	False	0.9952648878097534	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.0002623255535069179	NZ_JACCDB010000008.1	b-proteobacteria	Tepidicella baoligensis strain B18-50 Scaffold8, whole genome shotgun sequence	True	False
AST0012_000000015708	1499	0.6645483547865749	2	2	2	2	1	False	124869	maximal	True	AST0012_000000015708	1.0		25	9	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	87.302	4.0	7.962092087990776e-06	CP023254.1	CFB group bacteria	Chitinophaga sp. MD30 chromosome	True	False
ISR0324_000000022744	1354	0.6645472210068882	2	2	2	2	2	False	24901	fragment	False	ISR0324_000000022744	1.0		0	0	False	False	0.9726735353469849	0					non-mobilizable	no_good_hit	227.0	79.736	17.0	0.01001931976456845	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	True	False
SPA0015_000000004422	4108	0.6645469724789518	6	4	1	2	3	False	7920	maximal	True	SPA0015_000000004422	1.0		1	1	True	True	0.9982960224151611	20					non-mobilizable	no_good_hit	160.0	95.625	4.0	0.03783012134189864	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	True	True
TAN0026_000000001222	1519	0.6645326191546633	2	2	1	1	1	False	52162	fragment	False	TAN0026_000000001222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	85.415	69.0	0.01891274722846304	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0107_000000017968	1415	0.6645326191546633	2	2	1	1	1	False	52161	fragment	False	SPA0147_000000000563	0.9570501100687212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	85.945	57.0	0.01322681601054192	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0029_000000004634	7546	0.6645303758516989	6	4	4	4	4	False	100047	fragment	False	FIJ0029_000000004634	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	72.69800000000001	12.0	0.007290764506731754	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0088_000000005083	4357	0.6645297805391966	3	3	3	3	3	False	38485	fragment	False	ISR0088_000000005083	1.0		0	0	False	False	0.9963277578353882	0					non-mobilizable	no_good_hit								True	False
SPA0086_000000001299	11212	0.6645261307447783	7	5	3	5	3	False	89912	maximal	True	SPA0086_000000001299	1.0		3	1	False	False	0.9998216032981873	0					non-mobilizable	no_good_hit	3649.0	97.369	81.0	0.029332539982471234	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0070_000000001012	8077	0.664525711725639	15	6	5	5	6	False	85018	maximal	False	CHI0133_000000001970	0.9615477338476375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	96.97	2.0	0.00011836129694846368	NZ_FRDE01000005.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
MON0047_000000010457	3594	0.6645210393254085	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.2768041593182643		0	0	False	False	1.0	0					non-mobilizable	other	3594.0	98.44200000000001	99.0	0.007513011331201894	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0040_000000008036	3329	0.6645210393254085	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.17676402635801652		0	0	False	False	0.9849804639816284	0					non-mobilizable	other	3331.0	98.469	100.0	0.006963074793460146	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0217_000000010508	2300	0.6645109342827153	4	4	2	3	3	True	110900	fragment	False	FIJ0159_000000010276	0.9555129842486164		0	0	False	False	1.0	0					non-mobilizable	other	2300.0	98.87	100.0	0.0005636639974148442	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
DEN0039_000000004493	3616	0.6645084528634679	2	2	2	2	2	False	78711	maximal	True	DEN0039_000000004493	1.0		506	11	False	False	1.0	0					non-mobilizable	other	3513.0	99.915	97.0	0.006299156106791502	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0058_000000020665	1302	0.6645063045236055	2	2	2	2	2	False	35473	maximal	True	ISR0058_000000020665	1.0		29	5	False	False	0.9615975618362427	0					non-mobilizable	other	1264.0	100.0	97.0	0.009053374048428025	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	False	False
FIJ0166_000000006106	4034	0.6645050406677085	7	5	2	4	2	False	113684	fragment	False	FIJ0166_000000006106	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4034.0	96.28200000000001	100.0	0.0012540372782880137	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0103_000000013059	1311	0.6645035221584646	2	1	1	1	1	False	60284	maximal	True	ENG0103_000000013059	1.0		1	1	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit	1036.0	77.703	78.0	0.0004945080657883881	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	True	False
FIJ0097_000000003862	7095	0.6645022240377043	3	3	3	3	3	False	49416	maximal	False	FIJ0037_000000003147	0.628898702732542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	783.0	75.734	11.0	0.000414604583185651	NZ_CP012074.1	CFB group bacteria	Prevotella fusca JCM 17724 strain W1435 chromosome 1, complete sequence	True	False
ENG0070_000000019799	1321	0.6645005981549399	2	2	2	2	2	False	62320	fragment	False	ENG0070_000000019799	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	98.56200000000001	100.0	0.00475915777329103	NZ_SPGG01000004.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_4_length_277360_cov_37.4038, whole genome shotgun sequence	False	False
ISR0112_000000024538	1537	0.6644990113391299	2	2	2	2	1	True	32616	maximal	True	ISR0112_000000024538	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	72.031	16.0	0.002707834379787257	NZ_FORW01000005.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	True
ISR0103_000000026419	1161	0.6644968436408687	2	1	1	1	1	False	33004	fragment	False	ISR0103_000000026419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0388_000000031130	1128	0.6644901773465877	2	1	1	1	1	False	22922	fragment	False	ISR0388_000000031130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000007320	3620	0.6644894165269879	6	5	3	3	2	True	64000	fragment	False	ISR0137_000000007194	0.9633430109458225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	78.82	45.0	0.08105992844364937	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
USA0108_01_000000003318	3619	0.6644894165269879	6	5	3	3	2	True	64000	fragment	False	ISR0137_000000007194	0.9632761252481158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	78.82	45.0	0.08105992844364937	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
FIJ0045_000000003827	5596	0.6644883749443735	7	3	2	3	0	True	49821	maximal	False	FIJ0130_000000004010	0.9830432478887733	PS182	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1499.0	93.396	30.0	0.5200139227288548	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
MAD0010_000000001098	3019	0.6644883749443735	4	3	2	3	0	True	53481	backbone	False	FIJ0161_000000004666	0.9547040137541414	PS224	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	466.0	92.06	17.0	0.39422259983007646	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0054_000000014230	3016	0.6644883749443735	5	3	2	3	0	True	57054	backbone	False	MAD0055_000000002623	0.9516951428652651	PS246	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	457.0	85.339	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0077_000000013088	3015	0.6644883749443735	4	3	2	3	0	True	57054	backbone	False	MAD0055_000000002623	0.9890735233619593	PS246	0	0	True	True	1.0	167					non-mobilizable	no_good_hit	457.0	84.902	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0172_000000005316	3015	0.6644883749443735	4	3	2	3	0	True	57054	backbone	False	MAD0055_000000002623	0.9741487631081366	PS246	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	453.0	95.806	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0839_000000005955	3015	0.6644883749443735	4	3	2	3	0	True	57054	backbone	False	MAD0055_000000002623	0.9887057244948869	PS246	0	0	True	True	1.0	332					non-mobilizable	no_good_hit	457.0	84.68299999999999	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
MON0021_000000009115	3015	0.6644883749443735	4	3	2	3	0	True	57054	backbone	False	MAD0055_000000002623	0.9872217807074628	PS246	0	0	True	True	0.9990049600601196	27					non-mobilizable	no_good_hit	457.0	84.68299999999999	15.0	0.38317757009345793	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
FIJ0147_000000006427	3003	0.6644883749443735	5	3	2	3	0	True	51597	backbone	False	FIJ0063_000000008578	0.8896812241441742	PS202|PS207	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	769.0	97.65899999999999	83.0	0.25446579036063366	LN852938.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0266	True	True
ISR0161_000000004053	6827	0.6644841071309501	6	5	4	4	5	True	130104	maximal	True	ISR0161_000000004053	1.0		2	1	False	False	0.9998535513877869	0					non-mobilizable	no_good_hit	5590.0	94.40100000000001	85.0	0.00187280982397136	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0018_000000014368	2073	0.6644779387572458	2	2	2	2	1	False	7802	maximal	True	SPA0018_000000014368	1.0		0	0	False	False	0.986975371837616	0					non-mobilizable	no_good_hit	988.0	82.085	47.0	0.030586921454274725	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	True	False
ENG0120_000000004896	4349	0.6644777823065533	7	5	3	4	4	False	59195	maximal	True	ENG0120_000000004896	1.0		30	5	False	False	0.9993101954460144	0					non-mobilizable	no_good_hit	1554.0	90.86200000000001	53.0	0.00044116768638694756	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0124_000000008879	1621	0.6644764628359778	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.20700591162876172		0	0	False	False	0.9993830919265747	0					non-mobilizable	chromosome	1623.0	92.545	100.0	0.0005439361386660168	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0140_000000003130	9613	0.6644707686260636	10	5	0	5	1	False	92945	fragment	False	SPA0009_000000003263	0.9006864123392698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000003263	9542	0.6644707686260636	10	5	0	5	1	False	92945	fragment	False	SPA0009_000000003263	0.919481001761669		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0107_000000002471	9385	0.6644707686260636	10	5	0	5	1	False	92945	fragment	False	SPA0009_000000003263	0.4628484594424649		0	0	False	False	0.9954181909561157	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000009173	4591	0.6644692723551792	5	3	1	1	3	False	101729	fragment	False	DEN0063_000000009173	1.0		0	0	False	False	0.9995643496513367	0					non-mobilizable	no_good_hit	2008.0	96.414	84.0	0.03409735715391096	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0049_000000011507	1636	0.6644686044837194	3	2	2	2	2	False	64177	fragment	False	ENG0049_000000011507	1.0		0	0	False	False	0.9828850626945496	0					non-mobilizable	chromosome	1500.0	75.6	90.0	0.0003689412384943004	LR607381.1	firmicutes	Clostridium perfringens strain 4928STDY7387880 genome assembly, chromosome: 1	False	False
MON0076_000000041173	1175	0.6644637693777807	2	2	2	2	2	False	10266	maximal	True	MON0076_000000041173	1.0		13	6	False	False	0.9931914806365967	0					non-mobilizable	no_good_hit	945.0	73.862	78.0	0.0002589405082784063	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0034_000000005458	5305	0.6644626536227709	6	5	5	5	5	False	51050	maximal	True	FIJ0034_000000005458	1.0		9	3	False	False	1.0	0					non-mobilizable	plasmid	2476.0	99.758	100.0	0.01077290711795354	CP056669.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00651 plasmid pRHBSTW-00651_2, complete sequence	False	True
FIJ0090_000000042223	1132	0.6644621395243838	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.14927466309712495		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	90.65299999999999	100.0	0.00035185218599447865	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0064_000000027609	1539	0.6644578278522664	3	2	2	2	1	False	71232	maximal	True	DEN0064_000000027609	1.0		5	2	False	False	0.9766082167625427	0					non-mobilizable	no_good_hit								True	False
SPA0149_000000018626	2116	0.6644572297040345	3	3	3	2	2	False	3304	maximal	True	SPA0149_000000018626	1.0		32	8	False	False	0.9952741265296936	0					non-mobilizable	no_good_hit	829.0	72.859	39.0	0.0005778653811140928	NZ_NFEZ01000003.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_2_length_1389597_cov_52.4089, whole genome shotgun sequence	True	False
ENG0204_000000008099	3026	0.6644542284127456	3	2	2	2	2	False	54048	maximal	True	ENG0204_000000008099	1.0		2	1	False	False	0.9996695518493652	0					non-mobilizable	chromosome	3026.0	100.0	100.0	0.0005670609036532594	CP026235.1	enterobacteria	Citrobacter freundii complex sp. CFNIH3 chromosome, complete genome	False	False
CHI0073_000000004064	2110	0.6644342192290763	4	3	3	1	2	False	84794	maximal	True	CHI0073_000000004064	1.0		72	11	False	False	0.9995260834693909	0					non-mobilizable	no_good_hit	1504.0	99.601	71.0	0.0003344944571397541	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0010_000000006124	3025	0.6644249822547167	4	3	3	3	2	False	89439	fragment	False	FIJ0010_000000006124	1.0		0	0	False	False	0.9966942071914673	0					non-mobilizable	no_good_hit	790.0	97.975	26.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
MON0074_000000002761	5336	0.6644196113321278	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8456001001304718		0	0	False	False	1.0	0					non-mobilizable	chromosome	5350.0	90.86	99.0	0.002288903534593617	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0807_000000004779	2801	0.6644142484530542	5	1	1	1	1	False	21767	maximal	True	ISR0807_000000004779	1.0		3	2	False	False	0.9935737252235413	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.00016394998662513268	AC159285.3	rodents	Mus musculus BAC clone RP23-306M13 from chromosome 8, complete sequence	True	False
AST0094_000000005025	4084	0.6644107053543009	4	1	1	1	1	False	109359	maximal	True	AST0094_000000005025	1.0		51	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0141_000000018902	1175	0.6644007745288473	2	1	1	1	1	False	3449	maximal	True	SPA0141_000000018902	1.0		27	8	False	False	0.9880850911140442	0					non-mobilizable	chromosome	935.0	89.73299999999999	100.0	0.00023410495128208217	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0008_000000001759	13194	0.6643993080358725	9	7	4	6	3	True	51479	fragment	False	FIJ0008_000000001759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0387_000000002483	8168	0.6643989073303656	11	4	3	4	4	False	114769	maximal	True	ISR0387_000000002483	1.0		1	1	False	False	0.9991430044174194	0					non-mobilizable	no_good_hit	3732.0	99.625	64.0	0.010603308345912325	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	False
MON0091_000000000667	19083	0.6643961623029806	37	21	4	6	18	False	9500	maximal	True	MON0091_000000000667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3325.0	95.368	69.0	0.0013241017996869799	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
ISR0255_000000003729	7041	0.6643950517004488	12	8	4	8	5	True	112150	backbone	False	ISR0003_000000003180	0.9848858779010954	PS715|PS716	0	0	True	True	0.9998579621315002	18					non-mobilizable	no_good_hit	651.0	78.648	9.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0204_000000001306	7039	0.6643950517004488	11	8	4	8	5	True	112150	backbone	False	ISR0003_000000003180	0.9798850266782538	PS715|PS716	0	0	True	True	0.9997158646583557	12					non-mobilizable	no_good_hit	651.0	78.648	9.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0319_000000002015	6369	0.6643950517004488	12	8	4	8	5	True	112150	backbone	False	ISR0003_000000003180	0.8623951508271785	PS715|PS716	0	0	False	True	0.9957607388496399	0					non-mobilizable	no_good_hit	651.0	78.495	10.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ENG0057_000000016775	1547	0.6643936674614933	2	2	2	1	1	False	63518	maximal	True	ENG0057_000000016775	1.0		1	1	False	False	0.9896574020385742	0					non-mobilizable	no_good_hit	198.0	74.242	13.0	0.0021495470597267005	NZ_NFHM01000012.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_12, whole genome shotgun sequence	True	False
FIJ0050_000000005090	5053	0.6643906116602757	5	5	5	5	4	False	111069	fragment	False	FIJ0095_000000004547	0.8194911169526383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	71.845	10.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
MON0081_000000004504	11017	0.6643902313014532	11	9	3	8	7	False	83103	maximal	True	MON0081_000000004504	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	5666.0	97.37	71.0	0.0007989116946914323	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0799_000000004199	3426	0.664379445249256	5	2	1	2	1	True	77029	fragment	False	ISR0799_000000004199	1.0		0	0	False	False	0.9973730444908142	0					non-mobilizable	no_good_hit								True	True
ISR0050_000000011087	2375	0.664379445249256	2	2	1	2	1	True	65571	maximal	True	ISR0050_000000011087	1.0		0	0	False	False	0.9978947639465332	0					non-mobilizable	no_good_hit	199.0	94.975	8.0	5.4984421080693806e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
CHI0188_000000008186	1852	0.664379445249256	2	2	1	2	1	True	77028	fragment	False	CHI0188_000000008186	1.0		0	0	False	False	0.9870410561561584	0					non-mobilizable	no_good_hit	48.0	100.0	3.0	0.00020568927789934354	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0049_000000005584	3555	0.664378694619585	4	4	3	4	4	False	104470	fragment	False	ISR0175_000000006534	0.9903214457635681		0	0	False	False	0.9994373917579651	0					non-mobilizable	other	3548.0	99.40799999999999	99.0	0.025082937801953725	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0022_000000012715	1119	0.6643775288671322	2	1	1	1	1	False	66289	fragment	False	ENG0022_000000012715	1.0		0	0	False	False	0.9812332391738892	0					non-mobilizable	no_good_hit	78.0	94.87200000000001	7.0	8.302544729959733e-05	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
SPA0024_000000003145	5331	0.6643762843431049	5	5	4	5	4	False	7585	fragment	False	SPA0024_000000003145	1.0		0	0	False	False	0.9996248483657837	0					non-mobilizable	no_good_hit	418.0	92.344	8.0	0.003389196833498594	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
USA0089_01_000000005357	1371	0.6643758414329227	2	1	1	1	1	True	402	fragment	False	USA0089_01_000000005357	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0020_000000008593	1270	0.6643738896361074	2	2	2	2	2	False	89331	fragment	False	FIJ0149_000000020074	0.9636767976278725		0	0	False	False	0.98740154504776	0					non-mobilizable	no_good_hit	984.0	73.882	77.0	0.00859867264066739	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0059_000000005088	3730	0.6643653111527267	3	1	0	1	1	False	16910	maximal	True	MAD0059_000000005088	1.0		2	1	True	True	0.994101881980896	19					non-mobilizable	no_good_hit	1407.0	97.79700000000001	83.0	0.2282042940793754	CP056162.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_4, complete sequence	True	True
ENG0094_000000005450	3117	0.6643653111527267	1	1	0	1	1	False	61033	fragment	False	ENG0094_000000005450	0.9809458999659748		0	0	False	False	1.0	0				MOBP,MOBP	mobilizable	plasmid	3074.0	98.406	99.0	0.41373263186294346	CP050867.1	enterobacteria	Escherichia coli strain 8-3-Ti3 plasmid unnamed2, complete sequence	False	True
MAD0102_000000005927	2939	0.6643653111527267	2	1	0	1	1	False	61033	fragment	False	ENG0094_000000005450	0.9531600898299647		0	0	False	False	1.0	0				MOBP,MOBP	mobilizable	plasmid	2938.0	98.67299999999999	99.0	0.395791177660866	CP050867.1	enterobacteria	Escherichia coli strain 8-3-Ti3 plasmid unnamed2, complete sequence	False	True
MON0077_000000028660	1551	0.6643653111527267	2	1	0	1	1	False	40357	fragment	False	MON0077_000000028660	0.9861207494795281		0	0	False	False	0.9993552565574646	0	rep_cluster_2350			MOBP	mobilizable	plasmid	1551.0	98.195	100.0	0.3504524886877828	CP056163.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_5, complete sequence	False	True
FIJ0031_000000016697	1500	0.6643653111527267	1	1	0	1	1	False	79807	fragment	False	FIJ0031_000000016697	1.0		0	0	False	False	1.0	0				MOBF,MOBP,MOB_unknown	mobilizable	plasmid	1500.0	100.0	100.0	0.22174556213017751	MG948564.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain S17861 plasmid p4.4, complete sequence	False	True
MAD0097_000000028842	1442	0.6643653111527267	1	1	0	1	1	False	15398	maximal	True	MAD0097_000000028842	1.0		9	2	False	False	1.0	0				MOBP	mobilizable	plasmid	1387.0	98.27	100.0	0.3659439450026441	CP055963.1	enterobacteria	Escherichia coli strain RHB15-C19 plasmid pRHB15-C19_6, complete sequence	False	True
FIJ0140_000000023831	1441	0.6643653111527267	1	1	0	1	1	False	40357	fragment	False	MON0077_000000028660	0.951966473243069		0	0	False	False	0.9993060231208801	0	rep_cluster_2350			MOBP	mobilizable	plasmid	1080.0	93.98100000000001	100.0	0.1917172438414852	CP055962.1	enterobacteria	Escherichia coli strain RHB15-C19 plasmid pRHB15-C19_5, complete sequence	False	True
MAD0054_000000014551	1300	0.6643653111527267	1	1	0	1	1	False	17136	fragment	False	MAD0054_000000014551	1.0		0	0	False	False	0.9992307424545288	0	rep_cluster_2350			MOBP	mobilizable	other	1299.0	94.611	99.0	0.2963132585298832	LM996330.1	enterobacteria	Escherichia coli genome assembly FHI6, scaffold scaffold-6_contig-26.0_1_4367_[organism:Escherichia	False	True
MAD0096_000000015156	1300	0.6643653111527267	1	1	0	1	1	False	19908	fragment	False	MAD0096_000000015156	1.0		0	0	False	False	0.9900000095367432	0				MOBP	mobilizable	plasmid	1301.0	96.00299999999999	100.0	0.29389140271493214	CP056163.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_5, complete sequence	False	True
CHI0144_000000013584	1272	0.6643653111527267	1	1	0	1	1	False	79806	fragment	False	CHI0144_000000013584	1.0		0	0	False	False	0.9764150977134705	0	rep_cluster_2350			MOBP,MOB_unknown	mobilizable	plasmid	1254.0	97.76700000000001	99.0	0.29038238702201624	CP056658.1	enterobacteria	Escherichia coli strain RHBSTW-00204 plasmid pRHBSTW-00204_4, complete sequence	False	True
MAD0005_000000027834	1153	0.6643653111527267	1	1	0	1	1	False	19907	fragment	False	MAD0005_000000027834	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	plasmid	1154.0	96.794	100.0	0.26063348416289595	CP056163.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_5, complete sequence	False	True
MAD0058_000000014442	1117	0.6643653111527267	1	1	0	1	1	False	16931	maximal	True	MAD0058_000000014442	1.0		2	1	False	False	1.0	0	rep_cluster_2350			MOBP,MOB_unknown	mobilizable	plasmid	756.0	91.402	100.0	0.0940910801656003	CP057413.1	enterobacteria	Escherichia coli strain RHB27-C20 plasmid pRHB27-C20_6, complete sequence	False	True
MAD0043_000000024664	1110	0.6643653111527267	1	1	0	1	1	False	17999	fragment	False	MAD0043_000000024664	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	plasmid	1110.0	99.189	100.0	0.393541518807665	LN853056.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0410	False	True
MAD0047_000000014182	2960	0.664363473514907	7	3	3	3	0	True	81898	fragment	False	MAD0047_000000014182	1.0		0	0	False	False	0.996283769607544	0					non-mobilizable	no_good_hit								True	True
SPA0041_000000012814	2666	0.664363473514907	5	3	3	3	0	True	6915	maximal	True	SPA0041_000000012814	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0021_000000020996	1438	0.6643608921976689	1	1	1	1	1	False	13057	fragment	False	MON0021_000000020996	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1438.0	99.444	100.0	0.0005509498229254171	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	False	False
SPA0157_000000002616	2563	0.6643599474520675	6	4	1	3	2	False	126707	backbone	False	ENG0100_000000008751	0.12467183745110101	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1692.0	88.53399999999999	75.0	0.3296875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0114_000000011591	2409	0.6643580831350223	4	2	1	2	1	False	33481	fragment	False	ISR0114_000000011591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	96.852	39.0	0.00023340936300084023	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0803_000000008439	1772	0.6643576831021898	3	2	2	2	2	False	126798	maximal	True	ISR0803_000000008439	1.0		1	1	False	False	0.9915350079536438	0					non-mobilizable	chromosome	1473.0	82.145	97.0	0.0006243243811105856	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0024_000000009486	4464	0.6643539115188634	3	3	3	3	3	False	42111	maximal	True	MON0024_000000009486	0.9999207669756754		5	1	False	False	0.9993279576301575	0					non-mobilizable	no_good_hit	332.0	74.699	7.0	0.00010953230703670164	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
MON0044_000000010133	4332	0.6643539115188634	3	3	3	3	3	False	42111	maximal	False	MON0024_000000009486	0.9900641361513026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	8.0	0.00010953230703670164	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
MON0057_000000005319	4207	0.6643539115188634	3	3	3	3	3	False	42111	maximal	False	MON0024_000000009486	0.9710394761663638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	8.0	0.00010953230703670164	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
MON0055_000000004572	3779	0.6643539115188634	3	3	3	3	3	False	42110	fragment	False	MON0055_000000004572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	9.0	0.00010953230703670164	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ISR0824_000000002663	5447	0.6643515458371206	7	4	4	4	4	False	55444	maximal	True	ISR0824_000000002663	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3036.0	94.697	56.0	0.00044959749684036576	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
AST0110_000000005864	3162	0.6643484667955222	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.3348784683448879		0	0	False	False	1.0	0					non-mobilizable	other	2849.0	99.824	90.0	0.25620726880172723	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0818_000000001479	9714	0.664338374088179	16	10	4	4	9	False	103785	maximal	True	ISR0818_000000001479	1.0		15	6	False	False	0.9996911883354187	0					non-mobilizable	chromosome	9714.0	100.0	100.0	0.0019385902199889748	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0041_000000029626	1148	0.6643353828359941	2	1	1	1	1	False	73030	fragment	False	DEN0041_000000029626	1.0		0	0	False	False	0.9616724848747253	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000015887	2004	0.6643329830007937	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.13122915186020803		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	97.24600000000001	99.0	0.03235025148605396	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0195_000000009184	2388	0.6643310851933596	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.24768384181257783		0	0	False	False	0.9995812177658081	0					non-mobilizable	other	2389.0	97.11200000000001	100.0	0.004993340122157006	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0148_000000015939	2175	0.66432774335637	2	2	2	2	2	False	105008	maximal	True	AST0148_000000015939	1.0		4	2	False	False	0.99908047914505	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005789767122700176	NZ_MCGG01000006.1	a-proteobacteria	Magnetovibrio blakemorei strain MV-1 Q14, whole genome shotgun sequence	True	False
FIJ0020_000000003498	6531	0.6643244858298252	6	6	5	4	2	False	91329	maximal	True	FIJ0020_000000003498	1.0		0	0	False	False	0.9946409463882446	0					non-mobilizable	no_good_hit	1728.0	78.29899999999999	26.0	0.002778541953232462	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0144_000000001611	3572	0.6643230485476848	7	4	3	3	4	False	104612	maximal	True	ISR0144_000000001611	1.0		1	1	False	False	0.9963605999946594	0					non-mobilizable	no_good_hit	1459.0	87.663	52.0	0.0028161266830908443	NZ_LT635837.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ISR0310_000000002203	6476	0.664310447846832	9	7	2	5	6	True	123606	fragment	False	ISR0310_000000002203	1.0		0	0	False	True	0.999845564365387	0	rep_cluster_1702				non-mobilizable	plasmid	4379.0	95.045	99.0	0.057323836307724654	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ISR0328_000000008468	3248	0.6642967889195059	4	4	4	3	3	False	109851	maximal	True	ISR0328_000000008468	1.0	PS691	12	4	False	True	0.9978448152542114	0					non-mobilizable	no_good_hit	770.0	83.766	35.0	0.00024112616319733922	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
SPA0008_000000005269	5187	0.6642962475466591	3	3	3	3	3	False	83122	maximal	True	SPA0008_000000005269	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2614.0	95.37100000000001	52.0	0.008304480667919334	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0008_000000018029	1450	0.6642845217498361	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.23879826774313415		0	0	False	False	0.9979310631752014	0					non-mobilizable	chromosome	1450.0	91.17200000000001	99.0	0.0005959102518801854	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0312_000000016688	1163	0.6642755967856347	2	2	2	2	1	True	58990	maximal	False	ENG0122_000000025582	0.9361702127659575		0	0	False	False	0.9991401433944702	0					non-mobilizable	no_good_hit	792.0	72.98	66.0	0.023814651856865942	NZ_LZYT01000038.1	firmicutes	Clostridium felsineum DSM 794 CLFE_contig000038, whole genome shotgun sequence	True	True
MON0017_000000004035	4732	0.6642712685914893	8	6	4	4	6	False	95926	maximal	True	MON0017_000000004035	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	75.41199999999999	18.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0275_000000000385	21192	0.6642710428296166	30	7	4	7	4	False	26338	maximal	True	ISR0275_000000000385	1.0		1	1	False	False	0.9999527931213379	0					non-mobilizable	no_good_hit	2291.0	95.50399999999999	74.0	0.000953048714987222	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MON0093_000000001999	13773	0.6642670361193888	7	5	5	5	5	True	75152	fragment	False	MON0093_000000001999	0.9594516678200408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1640.0	74.329	12.0	0.00046332875717631117	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
SPA0082_000000001973	7849	0.6642658793126732	4	3	2	3	3	False	44000	fragment	False	MON0012_000000003462	0.9631752761005008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	76.993	6.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
ISR0186_000000006848	3717	0.664263216753508	4	4	4	4	4	False	122772	fragment	False	MON0084_000000007784	0.9799941268243707		0	0	False	False	1.0	0					non-mobilizable	chromosome	3717.0	99.89200000000001	100.0	0.0015058568755171825	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
ISR0033_000000008301	3556	0.6642599978731667	5	3	1	1	3	False	83207	fragment	False	CHI0105_000000002095	0.9305711086226204		0	0	False	False	0.9991563558578491	0					non-mobilizable	other	3256.0	94.963	100.0	0.0010123138932148837	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0046_01_000000003827	2856	0.6642592623439477	5	4	2	3	3	True	131064	fragment	False	USA0072_01_000000007207	0.26352036906070386		0	0	False	False	0.9870448112487793	0					non-mobilizable	chromosome	2869.0	89.85700000000001	100.0	0.0004436596611835482	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
MON0094_000000001768	10802	0.6642532024229347	10	10	8	9	10	False	101320	fragment	False	FIJ0014_000000001935	0.9547251879891604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	79.48899999999999	13.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0048_000000006260	3072	0.6642527742160131	3	3	3	3	3	False	119445	fragment	False	USA0035_01_000000007606	0.9532621731760454		0	0	False	False	1.0	0					non-mobilizable	other	3072.0	99.64200000000001	100.0	0.0007164700864990066	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0034_000000022225	1323	0.6642454689311835	2	2	2	2	2	False	86188	fragment	False	ISR0127_000000017939	0.9202799222355452		0	0	False	False	0.9984883069992065	0					non-mobilizable	chromosome	1323.0	98.564	100.0	0.0004261048185621831	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
TAN0024_000000005820	1482	0.6642434843180438	2	2	2	1	1	False	2338	maximal	True	TAN0024_000000005820	1.0		1	1	False	False	1.0	0					non-mobilizable	other	813.0	87.331	99.0	0.0006543429373990275	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0058_000000012597	3124	0.6642425182020706	3	3	3	3	3	False	46040	maximal	True	FIJ0058_000000012597	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	2.0	1.7835280603376612e-05	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
FIJ0168_000000011207	1948	0.6642352441097281	2	2	2	2	2	False	49093	fragment	False	MON0090_000000029846	0.9792353838695724		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	99.33200000000001	99.0	0.0017638833072993855	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0817_000000005859	2081	0.6642334345009031	3	3	3	3	2	False	102367	fragment	False	SPA0008_000000014457	0.9826807499869051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	72.862	54.0	0.009072629605525174	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0009_000000017052	2157	0.6642320382016852	3	3	3	3	2	False	78841	fragment	False	MON0009_000000017052	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	98.947	93.0	0.00048192036295897906	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0098_000000016890	2157	0.6642313248466221	2	1	1	1	1	False	5066	fragment	False	SPA0098_000000016890	1.0		0	0	False	False	0.9921186566352844	0					non-mobilizable	no_good_hit	365.0	75.342	17.0	6.529408437414347e-05	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
USA0009_01_000000020807	1248	0.6642313248466221	1	1	1	1	1	False	10985	fragment	False	MON0078_000000033354	0.6337478663740551		0	0	False	False	0.9983974099159241	0					non-mobilizable	no_good_hit	769.0	72.692	61.0	0.0002519857646399557	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
DEN0003_000000018976	1284	0.6642202465608466	2	2	2	2	1	True	76627	maximal	True	DEN0003_000000018976	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	86.28	51.0	0.00014637115998950167	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ENG0142_000000010270	3067	0.6642172710216417	5	3	2	3	3	False	131647	maximal	True	ENG0142_000000010270	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1398.0	95.351	73.0	0.05608078207346019	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
FIJ0096_000000011751	2965	0.6642148340715425	3	2	1	1	2	False	105803	maximal	True	FIJ0096_000000011751	1.0		4	4	False	False	0.9996627569198608	0					non-mobilizable	no_good_hit	2000.0	86.6	85.0	0.0006894551700772273	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0032_000000004478	5443	0.6642028459060325	15	5	2	5	2	True	21465	fragment	False	SPA0032_000000004478	1.0		0	0	False	False	0.9992651343345642	0					non-mobilizable	no_good_hit								True	True
CHI0048_000000012411	1574	0.6642008981566827	2	2	2	2	2	False	86903	fragment	False	CHI0048_000000012411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0019_000000001657	7930	0.6641914588977239	5	4	4	3	2	False	118367	fragment	False	ISR0019_000000001657	1.0		0	0	False	False	0.9948297739028931	0					non-mobilizable	no_good_hit	3891.0	84.426	55.0	0.0016272669920921197	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0154_000000019687	1667	0.6641907115936989	1	1	1	1	1	False	56818	fragment	False	ISR0049_000000017620	0.9937303225248687		0	0	False	False	0.9862027764320374	0					non-mobilizable	no_good_hit	1174.0	73.595	76.0	0.00025452577260923323	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
CHI0078_000000009241	1663	0.6641833118905737	4	4	1	2	4	False	84432	fragment	False	CHI0078_000000009241	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1663.0	100.0	100.0	0.02672541326300894	CP024235.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed3, complete sequence	False	True
FIJ0105_000000014608	2159	0.6641819137410451	3	3	3	3	3	False	69455	fragment	False	FIJ0105_000000014608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	74.691	30.0	0.0002805757414213967	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0037_000000023066	1435	0.6641817243993877	2	1	1	1	1	False	47746	fragment	False	FIJ0037_000000023066	1.0		0	0	False	False	0.9944250583648682	0					non-mobilizable	other	1435.0	97.979	100.0	0.004541133223475726	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0016_000000039462	1126	0.6641768780692231	2	2	0	2	0	False	92623	fragment	False	CAN0016_000000039462	1.0		0	0	False	False	0.9955595135688782	0					non-mobilizable	chromosome	1043.0	93.67200000000001	93.0	0.0003507310993131123	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0062_000000012603	1194	0.6641768709598835	3	2	1	2	2	False	16746	fragment	False	MAD0062_000000012603	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1115.0	98.655	100.0	0.009235845693393138	CP051701.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-1, complete sequence	False	True
ISR0074_000000008635	3299	0.6641723550957991	5	4	4	4	3	False	61119	fragment	False	ENG0092_000000006049	0.9564072557050907		0	0	False	False	0.988481342792511	0					non-mobilizable	other	3292.0	74.575	98.0	0.11600961366000646	NZ_FUWW01000020.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
FIJ0121_000000010534	2466	0.66417219928697	3	3	3	3	3	False	59833	maximal	True	FIJ0121_000000010534	1.0		506	14	False	False	0.9878345727920532	0					non-mobilizable	no_good_hit	96.0	78.125	4.0	0.0003383327394513971	NZ_CZJT01000079.1	high GC Gram+	Paeniglutamicibacter antarcticus strain W2, whole genome shotgun sequence	True	False
FIJ0133_000000003209	10277	0.6641680614230983	13	7	4	6	3	True	131981	fragment	False	ENG0175_000000002172	0.9336965336068319		0	0	False	False	0.9992215633392334	0					non-mobilizable	no_good_hit	103.0	78.641	1.0	2.885092754303787e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
MON0052_000000021066	1390	0.6641667748461477	3	1	1	1	1	False	11209	fragment	False	MON0052_000000021066	1.0		0	0	False	False	0.9618704915046692	0					non-mobilizable	chromosome	1341.0	95.749	96.0	0.0004738257319952419	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
AUS0002_000000031996	1178	0.6641667748461477	2	1	1	1	1	False	102676	fragment	False	AUS0002_000000031996	1.0		0	0	False	False	0.9847198724746704	0					non-mobilizable	chromosome	1178.0	95.84	100.0	0.00041681082702421505	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0280_000000000247	15834	0.6641645008186409	15	8	4	6	2	False	36429	fragment	False	ISR0280_000000000247	1.0		0	0	False	False	0.9999368190765381	0					non-mobilizable	no_good_hit	8920.0	98.038	88.0	0.049522410810149256	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
ENG0061_000000003711	5454	0.6641569318226305	8	5	1	3	4	False	125588	fragment	False	ENG0135_000000003386	0.9800173277715406		0	0	False	False	0.9981665015220642	0					non-mobilizable	other	5452.0	99.211	100.0	0.0023961421448939427	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
SPA0014_000000020037	1215	0.6641501282571771	2	2	1	2	1	True	77455	fragment	False	ENG0072_000000008907	0.6478561549100968		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	97.86200000000001	100.0	0.00036293506242692343	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0168_000000018085	1709	0.6641494306048544	2	2	1	2	2	False	55979	maximal	True	ENG0168_000000018085	1.0		0	0	False	False	0.9520187377929688	0					non-mobilizable	no_good_hit								True	False
MAD0085_000000005756	1961	0.6641451297522162	3	3	3	2	2	False	81414	maximal	True	MAD0085_000000005756	1.0		130	11	False	False	0.9918408989906311	0					non-mobilizable	no_good_hit	1177.0	82.243	60.0	0.00035346891806897583	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0025_000000018663	1126	0.6641402471719493	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.19940881419611123		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	93.57700000000001	99.0	0.0003481190063022295	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0211_000000017071	1344	0.664139682229994	2	2	2	1	1	True	28395	maximal	True	ISR0211_000000017071	1.0		18	3	False	False	0.992559552192688	0					non-mobilizable	no_good_hit	328.0	94.81700000000001	39.0	9.78512762967778e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0174_000000004231	6581	0.6641325140008575	5	5	4	4	3	False	110454	fragment	False	ISR0174_000000004231	0.9979001267156464		0	0	False	False	1.0	0					non-mobilizable	other	3678.0	96.765	98.0	0.0012774458032240134	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0305_000000002005	6568	0.6641325140008575	5	5	4	4	3	False	110454	fragment	False	ISR0174_000000004231	0.9977337022521001		0	0	False	False	1.0	0					non-mobilizable	other	3665.0	96.726	98.0	0.001272929405225125	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MAD0002_000000007928	4026	0.6641311753752249	4	4	3	3	4	False	122183	maximal	True	MAD0002_000000007928	1.0		2	1	False	False	0.9982612729072571	0					non-mobilizable	other	3338.0	97.244	99.0	0.0009980007068298858	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0139_000000006474	3980	0.6641219555018365	4	3	3	3	3	False	50797	fragment	False	SPA0139_000000006474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2463.0	98.09200000000001	62.0	0.004717324575689875	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0028_000000016949	1111	0.6641203885712021	2	1	1	1	1	False	65835	maximal	True	ENG0028_000000016949	1.0		2	1	False	False	0.9981998205184937	0					non-mobilizable	no_good_hit	111.0	81.98200000000001	10.0	5.712967913037097e-05	NZ_UFTA01000002.1	firmicutes	Anaerococcus octavius strain NCTC9810, whole genome shotgun sequence	True	False
CAN0012_000000014675	3482	0.6641180792700944	3	2	2	2	1	False	94977	maximal	True	CAN0012_000000014675	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	86.28299999999999	13.0	0.8190127970749543	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	False
ISR0317_000000008243	2353	0.6641174651563021	4	2	0	2	0	True	60865	fragment	False	ISR0317_000000008243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	879.0	79.75	37.0	0.004988076998398747	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0096_000000015862	2093	0.6641174651563021	3	2	0	2	0	True	60863	fragment	False	MON0061_000000019395	0.9192640692640692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	79.566	41.0	0.004988076998398747	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0072_000000019392	1518	0.6641174651563021	2	2	0	2	0	True	34830	fragment	False	ISR0072_000000019392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	78.839	54.0	0.004711601598949394	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0094_000000028550	1351	0.6641170522312959	2	2	2	2	2	False	35884	fragment	False	MON0094_000000028550	0.9942575881870386		0	0	False	False	0.9977794289588928	0					non-mobilizable	chromosome	1363.0	81.585	100.0	0.0004564216609103458	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0139_000000009551	2703	0.664108468157104	4	4	4	3	2	False	43493	fragment	False	FIJ0139_000000009551	0.995557201036653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000008552	2701	0.664108468157104	4	4	4	3	2	False	43493	fragment	False	FIJ0139_000000009551	0.9953138488099643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0055_000000000726	15353	0.6641076600119605	23	19	13	19	17	True	132208	maximal	True	ISR0055_000000000726	1.0		1	1	False	False	0.999869704246521	0					non-mobilizable	no_good_hit	10123.0	99.397	86.0	0.0035158421345191774	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CAN0020_000000025872	1363	0.6641075206298147	2	2	2	2	2	True	113698	maximal	False	AST0055_000000022653	0.5695995125948792		0	0	False	False	0.9992663264274597	0					non-mobilizable	other	1363.0	98.82600000000001	100.0	0.002916163510701164	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
MON0062_000000011424	3499	0.6641071398282823	3	3	3	3	3	False	123016	fragment	False	MON0062_000000011424	1.0		0	0	False	False	0.9679908752441406	0					non-mobilizable	no_good_hit	414.0	97.34299999999999	12.0	0.21645702306079664	NZ_JAAIPV010000081.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_82_length_1908_cov_192.572, whole genome shotgun sequence	True	False
DEN0052_000000006581	5276	0.6641057074307838	6	4	2	3	2	False	92926	maximal	True	DEN0052_000000006581	1.0		3	2	False	False	0.9994313716888428	0					non-mobilizable	no_good_hit	1918.0	89.781	52.0	0.0008397559437328382	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
DEN0071_000000012483	3110	0.6641050795230441	5	5	5	5	4	False	71708	fragment	False	DEN0071_000000012483	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1120.0	89.64299999999999	84.0	0.00017216883808651647	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0095_000000003464	6404	0.6641037052388871	12	2	1	2	1	False	75281	maximal	True	ISR0095_000000003464	1.0		1	1	False	False	0.9951592683792114	0					non-mobilizable	no_good_hit	4305.0	95.238	79.0	0.0739893735921729	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
DEN0094_000000023840	1614	0.6641023470071238	2	2	2	2	2	False	68331	fragment	False	DEN0094_000000023840	1.0		0	0	False	False	0.9944238066673279	0					non-mobilizable	no_good_hit	595.0	76.975	37.0	0.00018565138578200367	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0151_000000013893	1190	0.6641008650424092	2	2	2	2	2	False	103602	maximal	True	AST0151_000000013893	1.0		13	4	False	False	0.978151261806488	0					non-mobilizable	other	1180.0	98.898	99.0	0.0026829173939064326	NZ_QVMD01000003.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf3, whole genome shotgun sequence	False	False
ISR0081_000000006495	3576	0.6640954725372367	6	4	2	3	3	False	113650	maximal	True	ISR0081_000000006495	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	94.54899999999999	42.0	0.000499169117352539	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0147_000000003032	5748	0.6640951092589975	5	3	3	3	2	False	39948	maximal	True	FIJ0147_000000003032	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	89.0	93.258	3.0	0.006067368714694191	NZ_CABKPS010000085.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
SPA0037_000000012382	2003	0.6640888358431429	3	3	3	3	2	False	7076	fragment	False	SPA0037_000000012382	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2025.0	76.0	99.0	0.0006847636657133212	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
AST0088_000000001945	6213	0.6640862247844449	7	5	1	1	5	False	119510	fragment	False	AST0088_000000001945	1.0		0	0	False	False	0.9980685710906982	0					non-mobilizable	no_good_hit	3412.0	80.45100000000001	54.0	0.030554263459837104	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
AST0048_000000010825	1466	0.664085103756355	2	2	2	2	1	False	114883	maximal	True	AST0048_000000010825	1.0		58	6	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	73.352	48.0	0.0012880158602737305	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0101_000000030335	1124	0.6640737941304184	2	2	2	2	1	False	60412	fragment	False	ENG0101_000000030335	0.9991007194244604		0	0	False	False	0.9982206225395203	0					non-mobilizable	no_good_hit	541.0	81.885	48.0	0.0026015648002007887	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	True	False
ISR0151_000000010171	1947	0.6640578828375249	2	2	1	2	2	False	30766	maximal	True	ISR0151_000000010171	1.0		44	9	False	False	0.9881869554519653	0					non-mobilizable	other	1768.0	95.305	90.0	0.0029253795771315674	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0105_000000006060	1126	0.6640531466708851	3	1	1	1	1	True	83176	fragment	False	ISR0187_000000023019	0.6301333333333333		0	0	False	False	0.9893428087234497	0					non-mobilizable	other	1126.0	98.757	100.0	0.000312411483413033	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
DEN0064_000000009311	3904	0.6640521480408083	4	4	4	4	4	False	90688	fragment	False	USA0056_01_000000005213	0.9469654145845544		0	0	False	False	0.9992315769195557	0					non-mobilizable	chromosome	3904.0	99.846	100.0	0.001650360389997539	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0041_000000003385	3653	0.6640501405255729	5	4	3	4	3	False	120961	maximal	True	ISR0041_000000003385	1.0		2	2	False	False	0.9854913949966431	0					non-mobilizable	no_good_hit	1322.0	90.09100000000001	57.0	0.00037442828009392787	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0150_000000003038	5752	0.664048530910105	5	2	2	2	1	False	71551	maximal	True	SPA0150_000000003038	1.0		2	1	False	False	0.9975660443305969	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.7516009308137096e-05	LT841388.1	apicomplexans	Plasmodium cynomolgi genome assembly, chromosome: 10	True	False
SPA0093_000000014029	2812	0.6640442624524492	3	3	3	3	3	False	54943	maximal	True	SPA0093_000000014029	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	98.694	66.0	0.00023634788835386647	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0112_000000001847	11351	0.6640438068701381	15	7	3	7	2	False	14479	maximal	True	MAD0112_000000001847	1.0		1	1	False	False	0.999911904335022	0					non-mobilizable	no_good_hit	38.0	97.368	0.0	1.0804036072515638e-06	LR597451.1	bony fishes	Salarias fasciatus genome assembly, chromosome: 16	True	False
ISR0215_000000019941	1497	0.6640414298711446	1	1	1	1	1	False	28157	fragment	False	ISR0215_000000019941	1.0		0	0	False	False	0.9846359491348267	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	0.0002475707123847249	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0119_000000018239	1738	0.6640373747021205	3	2	2	2	1	True	117433	fragment	False	AST0031_000000015455	0.9194217264593281		0	0	False	False	0.9965477585792542	0					non-mobilizable	other	1638.0	97.49700000000001	94.0	0.008980836858188361	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MAD0109_000000007710	1839	0.6640299307749498	7	1	1	1	1	False	14588	maximal	True	MAD0109_000000007710	1.0		1	1	False	False	0.9760739803314209	0					non-mobilizable	no_good_hit	353.0	92.91799999999999	19.0	9.517580349873824e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0024_000000044079	1195	0.6640263947046868	1	1	1	1	1	False	12871	maximal	True	MON0024_000000044079	1.0		6	1	False	False	1.0	0					non-mobilizable	other	1204.0	83.804	99.0	0.0005684252620754663	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CHI0031_000000005172	1885	0.6640147995978367	3	3	1	2	2	True	118248	fragment	False	SPA0130_000000014816	0.2598185000011503		0	0	False	False	1.0	0					non-mobilizable	other	1883.0	98.40700000000001	99.0	0.0983229716315762	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0140_000000005835	3770	0.6640046909008906	4	4	4	4	4	False	90688	fragment	False	USA0056_01_000000005213	0.6349897540983607		0	0	False	False	0.9973474740982056	0					non-mobilizable	other	3633.0	99.835	96.0	0.0014798088797496386	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0011_000000012309	2227	0.664004363988811	3	3	2	2	2	False	89990	maximal	False	CHI0013_000000003630	0.8624348179928708		0	0	False	False	1.0	0					non-mobilizable	other	2227.0	98.339	100.0	0.04598508480178486	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	False	False
FIJ0166_000000001131	21329	0.6640038955750992	17	11	10	9	6	False	118362	maximal	True	FIJ0166_000000001131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4274.0	88.09100000000001	21.0	0.0016496917466446552	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
USA0022_01_000000006434	1136	0.6640017806164568	2	2	2	2	2	False	4728	fragment	False	SPA0106_000000032307	0.9497854077253218		0	0	False	False	0.98591548204422	0					non-mobilizable	no_good_hit	816.0	74.755	70.0	0.0045276081973537885	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0094_000000032768	1207	0.6640014326332008	2	2	2	1	1	False	68277	maximal	True	DEN0094_000000032768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	98.70100000000001	57.0	0.0173212184926535	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0212_000000001255	18812	0.6639887103585915	21	10	4	9	6	True	28378	maximal	True	ISR0212_000000001255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	80.343	13.0	0.0007302541238386891	NZ_LT732540.1	actinobacteria	Olsenella urininfantis strain Marseille-P3197T, whole genome shotgun sequence	True	True
ENG0183_000000008975	3075	0.6639851165431775	3	3	1	2	2	False	123034	maximal	True	ENG0183_000000008975	1.0		245	9	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	93.132	48.0	0.0003542739046451151	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0337_000000009976	1122	0.6639844053547145	1	1	1	1	1	False	39633	fragment	False	FIJ0153_000000021141	0.9593909200356383		0	0	False	False	0.9964349269866943	0					non-mobilizable	chromosome	1117.0	99.37299999999999	99.0	0.00037921558779945204	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0115_000000006668	4544	0.6639783693430411	4	3	3	3	2	False	122439	maximal	True	ISR0115_000000006668	1.0	PS871	1	1	False	True	0.9969190359115601	0					non-mobilizable	no_good_hit	2309.0	96.75200000000001	51.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0255_000000005532	5022	0.6639777053561428	9	5	4	4	2	False	74820	maximal	True	ISR0255_000000005532	1.0		1	1	False	False	0.9970131516456604	0					non-mobilizable	no_good_hit	354.0	99.15299999999999	7.0	9.775008192123343e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0032_000000016879	1712	0.6639764586919716	2	2	2	2	2	False	23870	maximal	True	SPA0032_000000016879	1.0		817	15	False	False	1.0	0					non-mobilizable	other	1712.0	99.35700000000001	100.0	0.007991144821401883	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0130_000000028094	1206	0.6639701962298153	2	1	1	1	1	False	3785	maximal	True	SPA0130_000000028094	1.0		30	5	False	False	0.9842454195022583	0					non-mobilizable	no_good_hit	494.0	98.583	41.0	0.00017184094987263553	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0013_000000015572	1678	0.6639527278254953	2	1	1	1	1	False	38097	maximal	True	ISR0013_000000015572	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.007808292945611201	XM_027338379.1	mites & ticks	PREDICTED: Dermatophagoides pteronyssinus nose resistant to fluoxetine protein 6-like (LOC113788914), mRNA	True	False
FIJ0040_000000003781	6334	0.6639515863464457	5	4	3	3	4	False	50491	maximal	True	FIJ0040_000000003781	1.0	PS197	17	5	False	True	0.9990527033805847	0					non-mobilizable	no_good_hit	1491.0	97.586	31.0	0.012204617919231494	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	True	True
CHI0084_000000000319	6862	0.6639458104454071	8	8	6	5	6	True	130132	maximal	True	CHI0084_000000000319	1.0		1	1	False	False	0.9994170665740967	0					non-mobilizable	no_good_hit	2650.0	93.208	81.0	0.0009291125581224657	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0133_000000009180	4047	0.6639453437408463	6	3	1	1	3	False	52587	fragment	False	FIJ0133_000000009180	1.0		0	0	False	False	0.9957993626594543	0					non-mobilizable	no_good_hit	257.0	74.708	6.0	0.0489344909234412	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
FIJ0033_000000009917	3414	0.6639453437408463	4	3	1	1	3	False	52586	fragment	False	FIJ0033_000000009917	1.0		0	0	False	False	0.9868189692497253	0					non-mobilizable	no_good_hit	257.0	74.319	7.0	0.048737174427782165	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
FIJ0064_000000009267	2930	0.6639453437408463	4	3	1	1	3	False	47809	fragment	False	FIJ0064_000000009267	0.9996548153261995		0	0	False	False	0.9986348152160645	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000009980	2897	0.6639453437408463	4	3	1	1	3	False	47809	fragment	False	FIJ0064_000000009267	0.9940273037542662		0	0	False	False	0.9965481758117676	0					non-mobilizable	no_good_hit								True	False
AST0055_000000029087	1263	0.663939305492766	2	2	1	2	1	False	113382	fragment	False	AST0060_000000021408	0.5470328028742076		0	0	False	False	1.0	0					non-mobilizable	chromosome	774.0	95.60700000000001	100.0	0.00021634777527035774	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0180_000000002273	6200	0.663930245252658	7	5	5	5	3	False	130485	fragment	False	ENG0180_000000002273	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6061.0	98.61399999999999	98.0	0.009663439137566779	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0154_000000013069	2384	0.6639256420161118	2	2	2	2	2	False	56838	maximal	True	ENG0154_000000013069	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000008255	3618	0.6639182966481421	4	3	3	2	1	False	34526	maximal	True	ISR0077_000000008255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	77.358	4.0	0.0009673801865749812	NZ_NFHM01000002.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_2, whole genome shotgun sequence	True	False
USA0062_01_000000005862	4190	0.6639058286700998	5	4	4	4	4	False	124959	maximal	True	USA0062_01_000000005862	0.9875727601349445		67	11	False	False	0.9990453720092773	0					non-mobilizable	no_good_hit	2831.0	78.382	67.0	0.006702568672271512	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0082_000000004637	4042	0.6639058286700998	5	4	4	4	4	False	124959	maximal	False	USA0062_01_000000005862	0.9821864891452042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2831.0	78.488	69.0	0.006702568672271512	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0015_000000005991	4006	0.6639058286700998	5	4	4	4	4	False	124959	maximal	False	USA0062_01_000000005862	0.9787019742752958		0	0	False	False	0.9912630915641785	0					non-mobilizable	no_good_hit	2849.0	78.413	71.0	0.006746154740227035	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0111_000000008551	3949	0.6639058286700998	4	4	4	4	4	False	124959	maximal	False	USA0062_01_000000005862	0.9740719444332573		0	0	False	False	0.998987078666687	0					non-mobilizable	no_good_hit	2812.0	78.236	71.0	0.0066589826043159895	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0160_000000006834	3934	0.6639058286700998	4	4	4	4	4	False	124959	maximal	False	USA0062_01_000000005862	0.9708132421871666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2798.0	78.306	71.0	0.0066226608810197206	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0085_000000003243	5329	0.6639028294141562	5	5	5	4	3	False	9796	maximal	True	MON0085_000000003243	1.0		9	5	False	False	1.0	0					non-mobilizable	chromosome	3252.0	82.749	99.0	0.0006698448137750838	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
ISR0777_000000001594	9816	0.6639025251258314	5	4	3	3	3	False	69998	maximal	True	ISR0777_000000001594	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	7613.0	98.384	81.0	0.003395991837124483	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0159_000000012484	2090	0.6638983807548821	5	4	3	4	3	False	107148	fragment	False	ISR0212_000000015211	0.9400396133765387		0	0	False	False	0.9980860948562622	0					non-mobilizable	other	1634.0	98.531	100.0	0.014620040108866925	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0102_000000003217	7154	0.6638963651885241	5	3	2	2	2	True	60406	fragment	False	ENG0102_000000003217	1.0		0	0	False	False	0.9958065152168274	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	4.9031751930302655e-05	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
SPA0091_000000003389	4676	0.6638960135641492	4	4	2	3	3	False	132273	fragment	False	SPA0091_000000003389	1.0		0	0	False	False	0.9995722770690918	0					non-mobilizable	other	4679.0	94.315	99.0	0.001090219705050426	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CAN0006_000000005798	7660	0.6638945851250322	9	8	8	8	8	False	95765	maximal	True	CAN0006_000000005798	1.0		9	4	False	False	0.9968668222427368	0					non-mobilizable	no_good_hit	990.0	76.061	13.0	0.0002723629104353864	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0122_000000011639	1538	0.6638893124549622	2	2	2	2	2	False	93126	fragment	False	FIJ0172_000000017015	0.9544349939246659		0	0	False	False	0.9869961142539978	0					non-mobilizable	other	1539.0	97.336	100.0	0.027824544253154473	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
ENG0055_000000005750	3366	0.6638799231724347	4	3	3	2	2	True	74602	maximal	True	ENG0055_000000005750	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	73.087	22.0	0.001647834274952919	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0007_000000010715	1533	0.6638778967476473	3	3	3	2	0	True	38439	maximal	True	ISR0007_000000010715	1.0		36	8	False	False	0.980430543422699	0					non-mobilizable	no_good_hit	287.0	90.941	19.0	0.0011696146427545451	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	True
ENG0187_000000021747	1403	0.6638752572191321	3	2	2	2	1	False	83775	fragment	False	FIJ0051_000000015081	0.6892238836382032		0	0	False	False	0.9921596646308899	0					non-mobilizable	no_good_hit								True	False
MON0060_000000031321	1356	0.6638748987537725	2	1	1	1	1	False	10871	fragment	False	MON0060_000000031321	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	96.242	100.0	0.036064788957153114	NZ_WNAJ01000033.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold33_size37599, whole genome shotgun sequence	False	False
CAN0006_000000026378	1717	0.6638738812292301	2	2	1	2	1	False	95603	maximal	True	CAN0006_000000026378	1.0		1	1	False	False	0.9953407049179077	0					non-mobilizable	no_good_hit	1256.0	95.064	73.0	0.00035705193264704775	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0061_000000003060	9317	0.6638712544626842	10	5	4	4	4	False	98897	maximal	True	DEN0061_000000003060	1.0		3	2	False	False	0.9995706677436829	0					non-mobilizable	no_good_hit	4142.0	98.81700000000001	78.0	0.5010326813266918	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	False
FIJ0165_000000001602	10665	0.6638672136826943	10	8	8	8	7	False	42029	maximal	True	FIJ0165_000000001602	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2124.0	74.906	28.0	0.0004441503623215188	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0371_000000013931	1479	0.6638664970833543	3	2	0	1	1	False	23481	fragment	False	ISR0371_000000013931	0.9576271186440678		0	0	False	False	0.9628127217292786	0					non-mobilizable	plasmid	1417.0	99.859	96.0	0.03240052170331556	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0847_000000020320	1458	0.6638636348551125	3	3	2	2	0	True	20632	maximal	True	ISR0847_000000020320	1.0		69	11	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	100.0	64.0	0.0018343566068567258	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
ISR0815_000000013813	2254	0.6638608840584758	3	3	2	3	1	False	21462	fragment	False	ISR0815_000000013813	1.0		0	0	False	False	0.9968944191932678	0					non-mobilizable	no_good_hit	56.0	96.429	2.0	1.8512677986776562e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0106_000000006565	3509	0.6638572418866555	6	2	2	2	2	False	62634	fragment	False	ISR0106_000000006565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	91.059	37.0	0.00025615643391074984	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0847_000000017350	1677	0.663855109448191	3	3	3	3	3	False	107145	fragment	False	FIJ0147_000000011258	0.2672011815509351		0	0	False	False	1.0	0					non-mobilizable	other	1611.0	98.634	100.0	0.014405171178914196	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0178_000000002862	4111	0.6638519428219979	6	5	3	3	0	False	132272	fragment	False	DEN0079_000000010289	0.49226003134889024		0	0	False	False	1.0	0					non-mobilizable	other	4142.0	93.023	100.0	0.0009637700837927047	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
AST0033_000000001187	11573	0.6638423350087037	18	4	0	4	1	False	117103	maximal	True	AST0033_000000001187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0006_000000002384	11033	0.6638423350087037	17	4	0	4	1	False	8268	fragment	False	SPA0006_000000002384	1.0		0	0	False	False	0.999818742275238	0					non-mobilizable	no_good_hit	44.0	100.0	0.0	0.00014057984281211995	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
USA0047_01_000000002610	10972	0.6638423350087037	16	4	0	4	1	False	2070	maximal	True	USA0047_01_000000002610	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00028173423070903115	NZ_QYBB01000017.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_17_length_95835_cov_87.4672, whole genome shotgun sequence	True	False
ISR0372_000000004765	3332	0.6638420787300016	5	3	2	2	2	False	49360	maximal	True	ISR0372_000000004765	1.0		2	1	False	False	0.999099612236023	0					non-mobilizable	no_good_hit	2230.0	98.565	87.0	0.2277652831731752	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
ISR0840_000000003201	4216	0.6638411190583529	8	5	2	5	2	True	20803	fragment	False	ISR0840_000000003201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0141_000000012439	2219	0.6638377911451728	3	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.7079071798970468		0	0	False	False	0.9977467060089111	0					non-mobilizable	other	2219.0	99.459	100.0	0.0006998889896543912	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0189_000000009834	1753	0.6638361721071073	2	2	2	2	1	False	95791	fragment	False	ENG0200_000000009646	0.36934533178094137		0	0	False	False	1.0	0					non-mobilizable	chromosome	1626.0	95.818	93.0	0.0005730644870455315	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0016_000000009569	2223	0.6638336205635864	3	2	2	2	1	True	37919	maximal	True	ISR0016_000000009569	1.0		1	1	False	False	0.9991003274917603	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.568730379117705e-06	CP025119.1	CFB group bacteria	Polaribacter sp. ALD11 chromosome, complete genome	True	True
ISR0373_000000006071	2579	0.6638330314644776	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.570776021168362		0	0	False	False	0.9992244839668274	0					non-mobilizable	other	2579.0	97.829	100.0	0.004493606459079944	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ENG0207_000000001720	8935	0.6638279811484294	11	6	4	5	4	False	86670	maximal	True	ENG0207_000000001720	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4144.0	96.54899999999999	86.0	0.02876382943236782	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	True	False
FIJ0119_000000012019	1462	0.6638263449768159	2	2	2	2	2	False	58798	fragment	False	FIJ0025_000000014075	0.9685085088480849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	70.182	69.0	0.0003261861394742279	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0112_000000011559	2341	0.6638209081300924	2	2	2	2	2	False	87104	fragment	False	FIJ0112_000000011559	1.0		0	0	False	False	0.9948740005493164	0					non-mobilizable	chromosome	2341.0	99.65799999999999	100.0	0.0004927961209784993	NZ_CP017184.1	enterobacteria	Enterobacter roggenkampii strain DSM 16690 chromosome, complete genome	False	False
ENG0098_000000007620	3350	0.6638202188949299	6	2	2	2	2	False	122051	maximal	True	ENG0098_000000007620	1.0		0	0	False	False	0.9973134398460388	0					non-mobilizable	no_good_hit	1338.0	99.77600000000001	40.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0001_000000013013	2641	0.6638202188949299	3	2	2	2	2	False	121990	maximal	True	MON0001_000000013013	1.0		1	1	False	False	0.9946990013122559	0					non-mobilizable	no_good_hit	1338.0	99.552	51.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0180_000000009789	1800	0.6638202188949299	4	2	2	2	2	False	122046	maximal	True	ENG0180_000000009789	1.0		1	1	False	False	0.996666669845581	0					non-mobilizable	no_good_hit	1338.0	99.626	74.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0206_000000014427	1768	0.6638202188949299	3	2	2	2	2	False	122045	fragment	False	ENG0206_000000014427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.626	76.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AUS0002_000000021636	1719	0.6638202188949299	2	2	2	2	2	False	122066	fragment	False	AUS0002_000000021636	0.9699519230769231		0	0	False	False	0.9936009049415588	0					non-mobilizable	no_good_hit	1338.0	99.77600000000001	78.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0133_000000016922	1437	0.6638202188949299	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.8152694894866116		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.77600000000001	93.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0039_000000026720	1402	0.6638202188949299	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7636786854484897		0	0	False	False	0.9985734820365906	0					non-mobilizable	other	1350.0	79.333	96.0	0.0003635961065911834	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
FIJ0075_000000014875	1319	0.6638202188949299	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7133268550041276		0	0	False	False	0.9969673752784729	0					non-mobilizable	other	1313.0	99.391	99.0	0.9805680119581465	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0051_000000022349	1602	0.6638153129619173	3	3	3	3	3	False	35560	fragment	False	MON0051_000000022349	0.9959677419354839		0	0	False	False	0.9887640476226807	0					non-mobilizable	other	1609.0	83.15700000000001	100.0	0.014306689586019194	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0152_000000025147	1149	0.6638072084853464	2	2	2	2	2	False	39673	fragment	False	FIJ0152_000000025147	1.0		0	0	False	False	0.9608355164527893	0					non-mobilizable	no_good_hit	74.0	81.081	6.0	0.00022990707922214773	NZ_QRAN01000003.1	g-proteobacteria	Halioglobus sediminis strain U0301 U0301_scaffold3, whole genome shotgun sequence	True	False
SPA0077_000000016014	1783	0.6638059008073406	2	2	2	1	2	False	41730	fragment	False	ISR0368_000000007071	0.9546907958816604		0	0	False	False	0.9988783001899719	0					non-mobilizable	no_good_hit	769.0	69.961	43.0	0.0002694928116953506	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0102_000000026321	1696	0.6638009176183104	3	3	3	2	1	False	49092	fragment	False	FIJ0026_000000018267	0.9447250280583614		0	0	False	False	0.9811320900917053	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000008036	3550	0.663793788328523	5	2	1	2	1	True	93475	fragment	False	SPA0026_000000008036	1.0		0	0	False	False	0.9957746267318726	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	2.104627688592641e-05	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	True
MAD0036_000000003704	6155	0.6637875367853882	11	10	4	6	9	True	121148	maximal	True	MAD0036_000000003704	1.0		8	3	False	False	0.9998375177383423	0					non-mobilizable	other	5537.0	94.47399999999999	90.0	0.07868689026561276	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	True
SPA0146_000000005407	4377	0.6637875320905231	5	3	3	3	2	False	119078	fragment	False	SPA0146_000000005407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	73.016	11.0	0.0024872136201219085	NZ_FCOU01000005.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
MON0105_000000011699	4471	0.6637850913858561	4	3	2	2	3	False	105805	maximal	True	MON0105_000000011699	1.0		529	13	False	False	0.9946320652961731	0					non-mobilizable	no_good_hit	2069.0	86.999	84.0	0.0006365071375284732	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0008_000000012144	2496	0.6637828306166837	2	2	2	2	2	False	8170	maximal	True	SPA0008_000000012144	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	99.85600000000001	28.0	0.0002789652559626814	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
FIJ0058_000000001701	18434	0.6637801424910681	28	11	9	10	8	True	46081	fragment	False	FIJ0058_000000001701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	1.8336140956967898e-05	CP016200.1	fusobacteria	Fusobacterium sp. oral taxon 203 genome	True	True
SPA0100_000000013631	2148	0.6637796425153536	3	3	3	3	2	False	131585	fragment	False	ISR0255_000000013518	0.8803017369884111		0	0	False	False	1.0	0					non-mobilizable	chromosome	2148.0	100.0	100.0	0.0009074874264172253	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
AST0024_000000004974	6007	0.6637793721816201	9	3	1	2	2	False	121793	maximal	True	AST0024_000000004974	1.0	PS229|PS65|PS710	1	1	True	True	1.0	169					non-mobilizable	no_good_hit	1196.0	95.485	46.0	0.2037322376305427	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0062_000000003021	5576	0.6637793721816201	6	3	1	2	2	False	111738	backbone	True	AST0062_000000003021	1.0	PS229|PS65|PS710	1	1	True	True	1.0	1089					non-mobilizable	no_good_hit	1200.0	96.917	49.0	0.20287621982537238	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
AST0099_000000005087	4121	0.6637793721816201	7	3	1	2	2	False	108913	fragment	False	AST0099_000000005087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1198.0	95.65899999999999	52.0	0.2037322376305427	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	False
ISR0038_000000008605	3458	0.6637772915527749	10	5	3	4	3	False	36646	maximal	True	ISR0038_000000008605	1.0		1	1	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit	403.0	82.87799999999999	12.0	0.001064659596305166	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0041_000000016592	2038	0.6637690373571037	3	2	1	2	1	False	118625	fragment	False	USA0052_01_000000006917	0.267329305528487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1327.0	91.861	81.0	0.00024351664808070774	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0079_000000004189	6803	0.6637662403127002	8	4	4	3	1	True	108899	fragment	False	ISR0079_000000004189	0.977391176049734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3225.0	99.93799999999999	77.0	0.000871453450785322	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0143_000000025293	1145	0.6637602275250479	2	2	2	2	2	False	64169	fragment	False	ENG0148_000000027269	0.7185915090453234		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	99.913	100.0	0.15522388059701492	NZ_BBAB01000041.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
ISR0078_000000017638	1198	0.6637430690570598	2	2	2	2	2	False	62148	fragment	False	ENG0074_000000017105	0.6087945413191812		0	0	False	False	0.9991652965545654	0					non-mobilizable	chromosome	1204.0	91.36200000000001	100.0	0.00037729152594407196	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0776_000000017112	1383	0.6637415071576781	3	3	3	2	3	False	80050	maximal	True	ISR0776_000000017112	1.0		430	13	False	False	0.9956616163253784	0					non-mobilizable	other	1385.0	97.978	100.0	0.029883318928262747	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0166_000000002858	9233	0.6637389405158592	14	4	3	4	2	False	121511	fragment	False	ENG0070_000000001970	0.93180578027946		0	0	False	True	0.9996750950813293	0					non-mobilizable	no_good_hit	1343.0	75.354	14.0	0.00038160062103972925	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	True
ISR0361_000000009761	1495	0.6637352726970984	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.9846427617650967		0	0	False	False	0.991304337978363	0					non-mobilizable	other	1495.0	100.0	100.0	0.008707866805774936	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
DEN0069_000000018481	1464	0.6637352726970984	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.9110447217531082		0	0	False	False	1.0	0					non-mobilizable	chromosome	1398.0	100.0	100.0	0.000440331045734226	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0026_000000023514	1441	0.6637352726970984	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.7275691411992027		0	0	False	False	0.9923664331436157	0					non-mobilizable	other	1420.0	99.93	99.0	0.008270724897854508	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0209_000000012593	1438	0.6637352726970984	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.8481203675183657		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	100.0	100.0	0.00837563895575541	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0012_000000017069	1402	0.6637352726970984	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.8241073627751123		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	100.0	100.0	0.008165810839953604	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0053_000000024312	1352	0.6637352726970984	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.9005563325290534		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	100.0	100.0	0.007874382901339986	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0090_000000012542	2264	0.6637342977112903	4	4	1	3	3	False	126707	backbone	False	ENG0100_000000008751	0.3204410281164375	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2026.0	98.322	89.0	0.3953125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0181_000000000809	16643	0.6637315995299573	20	5	3	5	2	True	102549	maximal	True	ISR0181_000000000809	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.008964143426294821	XM_014422911.2	bugs	PREDICTED: Halyomorpha halys peroxisomal N(1)-acetyl-spermine/spermidine oxidase (LOC106682185), mRNA	True	True
FIJ0007_000000009343	1887	0.6637306598752765	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2759360541032876		0	0	False	False	1.0	0					non-mobilizable	chromosome	1893.0	91.54799999999999	100.0	0.0006056361226008639	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0096_000000013000	1486	0.6637297164714576	2	2	2	2	1	False	15477	maximal	True	MAD0096_000000013000	1.0		2	1	False	False	0.9932705163955688	0					non-mobilizable	no_good_hit	174.0	87.35600000000001	12.0	0.004777421849110792	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0062_000000006144	5194	0.6637241190950184	7	6	5	5	3	True	116509	maximal	True	SPA0062_000000006144	1.0		9	2	False	False	0.9973045587539673	0					non-mobilizable	no_good_hit	185.0	76.21600000000001	4.0	6.360931929242539e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
ISR0309_000000017291	1219	0.6637196652166625	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.22969493119496004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1219.0	97.949	100.0	0.00038391067552203816	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0206_000000007483	3443	0.6637155552027152	3	3	3	3	3	False	28638	maximal	True	ISR0206_000000007483	1.0		18	5	False	False	0.9918675422668457	0					non-mobilizable	no_good_hit	1267.0	79.4	37.0	0.00602912089221457	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	True	False
MAD0083_000000000083	24136	0.6637121006521839	21	13	6	11	4	True	53393	fragment	False	MAD0083_000000000083	0.9890841715170703		0	0	False	False	0.9960639476776123	0					non-mobilizable	no_good_hit	119.0	78.992	0.0	0.0004705863585788292	NZ_HG726027.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	True
SPA0090_000000032058	1155	0.6637073812159915	2	2	1	2	2	True	5361	fragment	False	SPA0090_000000032058	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1156.0	99.30799999999999	100.0	0.20206438068579427	CP054357.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-4, complete sequence	False	True
ISR0160_000000020286	1463	0.6637066449030893	2	2	2	1	1	False	125790	fragment	False	SPA0115_000000011713	0.35789589633060814		0	0	False	False	0.9993164539337158	0					non-mobilizable	virus	1463.0	99.795	100.0	0.20299916689808387	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
FIJ0041_000000012800	2823	0.663705385621455	3	3	3	3	2	False	120982	fragment	False	MON0048_000000013684	0.9574579831932772		0	0	False	False	1.0	0					non-mobilizable	chromosome	2400.0	97.042	94.0	0.0006951359327011017	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0033_000000006533	4107	0.6637019895257125	5	5	5	4	3	True	116028	maximal	True	DEN0033_000000006533	1.0		18	7	False	False	0.9980521202087402	0					non-mobilizable	other	3711.0	99.677	90.0	0.0017749426337966498	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
MAD0107_000000008569	4485	0.6637017926812397	7	4	4	3	2	False	93308	maximal	True	MAD0107_000000008569	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2488.0	94.494	59.0	0.008954415851589851	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0002_000000008690	3750	0.6637004226838433	4	4	4	3	2	False	45278	maximal	True	MAD0002_000000008690	1.0		2	1	False	False	0.9919999837875366	0					non-mobilizable	no_good_hit	265.0	73.208	7.0	0.0007941198197532688	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
SPA0048_000000017942	1152	0.6636994617111845	2	1	1	1	1	False	6617	fragment	False	SPA0048_000000017942	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	99.133	100.0	0.0015030216998757919	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
CHI0049_000000001681	8290	0.6636969199037941	12	11	7	6	11	False	98357	maximal	True	CHI0049_000000001681	1.0		6	4	False	False	0.9981905817985535	0					non-mobilizable	plasmid	8138.0	99.889	100.0	0.06079511068938981	CP026854.1	enterobacteria	Escherichia coli strain MS7163 plasmid pMS7163A, complete sequence	False	True
ISR0102_000000010490	1575	0.6636952952648293	2	2	2	2	2	False	92321	fragment	False	ISR0102_000000010490	0.9483957270382296		0	0	False	False	0.9841269850730896	0					non-mobilizable	no_good_hit	1310.0	95.573	83.0	0.999236641221374	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
SPA0130_000000004789	6813	0.6636927300055221	7	7	6	6	7	False	3817	maximal	True	SPA0130_000000004789	1.0		4	3	False	False	0.9989725351333618	0					non-mobilizable	other	6813.0	100.0	100.0	0.003632929099751423	CP013610.1	firmicutes	Lactobacillus delbrueckii subsp. bulgaricus strain MN-BM-F01, complete genome	False	False
ISR0093_000000008203	2929	0.6636921029338089	4	3	2	2	2	True	110329	maximal	True	ISR0093_000000008203	1.0		10	2	False	False	0.9986343383789062	0					non-mobilizable	no_good_hit	1523.0	95.469	52.0	0.0002492889933497241	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
DEN0046_000000018271	1315	0.6636898900741733	3	2	2	2	2	False	72699	maximal	True	DEN0046_000000018271	1.0		21	6	False	False	0.9984790682792664	0					non-mobilizable	no_good_hit	75.0	90.667	6.0	0.0002096483573767891	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0058_000000000593	15565	0.6636878873573924	16	10	8	9	7	False	18573	maximal	True	MAD0058_000000000593	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	79.429	1.0	4.940185971847914e-05	NZ_CP030880.1	g-proteobacteria	Acinetobacter haemolyticus strain HW-2A chromosome, complete genome	True	False
ISR0050_000000004879	4734	0.6636845570718524	6	6	4	4	4	False	87843	maximal	True	ISR0050_000000004879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	86.792	20.0	0.00014195254783192494	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0162_000000007696	3197	0.6636840380920184	3	3	3	3	3	False	99231	fragment	False	CHI0111_000000008113	0.5776402562346512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	75.628	28.0	0.00043580747321477213	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0280_000000000268	14850	0.6636830320819778	11	6	5	6	5	False	52122	maximal	True	ISR0280_000000000268	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3031.0	98.515	47.0	0.000807740436825388	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0271_000000017777	1129	0.6636792204185257	2	1	1	1	0	False	26402	maximal	True	ISR0271_000000017777	1.0		0	0	False	False	0.9530557990074158	0					non-mobilizable	no_good_hit	296.0	98.649	26.0	0.0006168489681894124	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0050_000000015641	1549	0.6636704678700166	3	2	0	1	2	False	17396	fragment	False	MAD0050_000000015641	1.0		0	0	False	False	0.9883795976638794	0	IncX1				non-mobilizable	plasmid	1549.0	99.54799999999999	100.0	0.0362801162463673	CP054423.1	enterobacteria	Salmonella enterica subsp. diarizonae serovar 61:k:1,5,(7) strain 14-SA00836-0 plasmid p14-SA00836-0, complete sequence	False	True
CHI0015_000000001840	4532	0.663668882438064	5	5	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.26182578534503315	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4532.0	99.625	100.0	0.05954477356953242	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
FIJ0038_000000029632	1213	0.6636676224954164	2	2	2	1	1	False	47603	maximal	True	FIJ0038_000000029632	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0019_000000001000	5888	0.6636661151126279	5	5	4	5	3	False	130349	backbone	False	ISR0335_000000002496	0.9752887254433313	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5891.0	98.948	100.0	0.0011401868109031067	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0027_000000003120	5886	0.6636661151126279	5	5	4	5	3	False	130349	backbone	False	ISR0335_000000002496	0.9762003888733793	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5889.0	98.404	100.0	0.0011397994533998272	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0112_000000002527	5886	0.6636661151126279	5	5	4	5	3	False	130349	backbone	False	ISR0335_000000002496	0.975282106955317	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5889.0	98.947	100.0	0.0011397994533998272	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0335_000000002496	5886	0.6636661151126279	5	5	4	5	3	False	130349	backbone	True	ISR0335_000000002496	0.9763200351426528	PS1101	215	12	False	True	1.0	0					non-mobilizable	other	5886.0	99.405	100.0	0.0011397994533998272	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0249_000000015512	1415	0.6636650138061492	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.21086245689173533		0	0	False	False	1.0	0					non-mobilizable	chromosome	1420.0	92.113	100.0	0.0003954714184437458	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0014_000000012621	3605	0.6636625819803713	4	4	4	3	3	False	99231	fragment	False	CHI0111_000000008113	0.8879099934241024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	74.83800000000001	38.0	0.0006664713385424105	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0223_000000001746	11468	0.6636619658824786	11	5	3	5	2	True	58112	fragment	False	ISR0223_000000001746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6248.0	95.887	68.0	0.037689322970179746	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
MON0054_000000046479	1115	0.6636584258118782	2	2	2	2	1	True	11099	maximal	True	MON0054_000000046479	1.0		3	2	False	False	0.9847533702850342	0					non-mobilizable	no_good_hit	114.0	78.07	10.0	3.49640327200348e-05	NZ_HF570956.1	high GC Gram+	Tetrasphaera elongata Lp2, whole genome shotgun sequence	True	True
ISR0069_000000016483	1526	0.6636559664974551	2	2	2	2	2	False	34941	maximal	True	ISR0069_000000016483	1.0		1	1	False	False	0.9941022396087646	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000009290	3518	0.6636512741741639	4	3	2	3	1	True	1964	maximal	True	USA0015_01_000000009290	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	94.279	21.0	0.2226540810660744	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	True
ISR0350_000000013965	1426	0.6636432603743732	3	3	3	2	2	False	91012	fragment	False	ISR0276_000000005364	0.22803941499124117		0	0	False	False	0.9768583178520203	0					non-mobilizable	chromosome	1426.0	100.0	100.0	0.0002196469156563551	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0102_000000001711	3930	0.6636374843369575	5	4	4	4	3	False	127120	fragment	False	CHI0102_000000001711	0.986007702182285		0	0	False	False	0.9997455477714539	0					non-mobilizable	no_good_hit	1947.0	99.486	89.0	0.0006133745275581989	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0095_000000016282	1903	0.6636371700561841	1	1	1	1	0	True	9316	maximal	True	MON0095_000000016282	1.0		1	1	False	False	0.9805570244789124	0					non-mobilizable	no_good_hit	71.0	100.0	4.0	0.20771513353115728	NZ_ATDK01000607.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig608, whole genome shotgun sequence	True	True
SPA0124_000000007720	3757	0.6636262446776107	4	4	4	4	3	False	124034	fragment	False	SPA0124_000000007720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	95.271	50.0	0.000522074301170224	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0071_000000034669	1275	0.6636255598505784	2	2	2	2	1	False	70357	fragment	False	DEN0071_000000034669	1.0		0	0	False	False	0.981176495552063	0					non-mobilizable	no_good_hit	346.0	74.566	27.0	0.008188721464448094	NZ_OAOF01000028.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ENG0200_000000005922	3348	0.6636238070765893	3	3	3	2	2	False	72058	maximal	True	ENG0200_000000005922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	75.149	45.0	0.025861031346183606	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CHI0049_000000006032	2661	0.6636173587489297	5	2	1	1	2	True	86795	fragment	False	CHI0049_000000006032	1.0		0	0	False	False	0.9992483854293823	0					non-mobilizable	no_good_hit								True	True
ISR0024_000000000960	17386	0.6636132492447907	28	10	5	8	5	True	37480	fragment	False	ISR0024_000000000960	1.0		0	0	False	False	0.9978718757629395	0					non-mobilizable	no_good_hit	251.0	76.892	2.0	0.002089891801804185	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
USA0011_01_000000013222	2803	0.663612299829755	4	3	1	1	3	False	108284	maximal	True	USA0011_01_000000013222	0.9730702091506432		118	10	False	False	0.9982162117958069	0					non-mobilizable	chromosome	2801.0	99.35700000000001	99.0	0.0009840115691645917	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0053_000000001371	17488	0.6636094110038344	22	15	10	9	8	True	92870	maximal	True	SPA0053_000000001371	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2854.0	83.53200000000001	17.0	0.0005261819737165869	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
SPA0105_000000011434	2249	0.6636084357025162	1	1	1	1	1	False	32585	fragment	False	SPA0105_000000011434	1.0		0	0	False	False	0.9964428544044495	0		MOBQ			mobilizable	plasmid	2207.0	99.90899999999999	98.0	0.04675214580904949	CP016738.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3 plasmid pJM3B, complete sequence	False	True
ENG0067_000000017163	1558	0.6636078937706622	2	1	1	1	1	False	116494	fragment	False	ENG0067_000000017163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	5.0	2.1617501073764034e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0039_000000012510	1266	0.6636078937706622	2	1	1	1	1	False	116492	fragment	False	AST0039_000000012510	1.0		0	0	False	False	0.998420238494873	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000023640	1326	0.6635953613201606	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.11353585605656544		0	0	False	False	0.9969834089279175	0					non-mobilizable	chromosome	1328.0	90.587	100.0	0.000545667645985657	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0098_000000031466	1154	0.6635907794616361	1	1	1	1	1	False	39545	fragment	False	FIJ0154_000000034450	0.9835720303285593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	71.829	58.0	0.0002730397353120684	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MON0092_000000031401	1775	0.6635842368534904	2	1	1	1	1	False	110036	maximal	True	MON0092_000000031401	1.0		2	1	False	False	0.998873233795166	0					non-mobilizable	no_good_hit	1393.0	94.831	84.0	0.02219381640968283	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0129_000000015178	1678	0.6635809576581503	2	2	2	1	1	False	81214	maximal	True	CHI0129_000000015178	1.0		0	0	False	False	0.9922527074813843	0					non-mobilizable	no_good_hit	215.0	78.605	13.0	0.00017205135773798943	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
ISR0337_000000006145	1676	0.6635795841823547	3	3	2	2	2	False	24440	maximal	True	ISR0337_000000006145	1.0		24	4	False	False	0.957040548324585	0					non-mobilizable	no_good_hit	63.0	87.302	4.0	0.0013536604309522225	NZ_CACWHY010000016.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
MAD0042_000000002302	9005	0.6635789189603054	18	7	3	6	3	True	18171	maximal	True	MAD0042_000000002302	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	95.745	1.0	0.0008379481200816089	NC_011356.1	viruses	Enterobacteria phage YYZ-2008, complete prophage genome	True	True
SPA0069_000000008603	2778	0.6635737616919509	4	4	1	2	3	True	105579	fragment	False	ISR0201_000000010399	0.2523894441522874		0	0	False	False	0.997840166091919	0					non-mobilizable	other	1662.0	94.22399999999999	98.0	0.0003193762614539193	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0116_000000006933	2663	0.6635737616919509	4	4	1	2	3	True	105579	fragment	False	ISR0201_000000010399	0.4179044619305472		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	99.04899999999999	98.0	0.00028470776491040713	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0174_000000014268	1099	0.6635736910858944	1	1	1	1	1	False	82368	fragment	False	CHI0174_000000014268	0.935938859494415		0	0	False	False	0.9654231071472168	0					non-mobilizable	chromosome	1060.0	98.679	96.0	0.00041529362906631874	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
TAN0009_000000016733	2330	0.6635724829614704	2	2	2	2	2	False	2699	maximal	True	TAN0009_000000016733	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	1228.0	82.085	52.0	0.009780225057224722	NZ_FUWW01000005.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0293_000000025716	1361	0.6635705579224626	2	2	2	2	2	False	25812	maximal	True	ISR0293_000000025716	1.0		31	6	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	80.801	62.0	0.009172915987392675	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0090_000000012417	1898	0.663569721973971	3	3	3	2	2	False	61239	fragment	False	ENG0090_000000012417	1.0		0	0	False	False	0.9857745170593262	0					non-mobilizable	other	1889.0	99.365	99.0	0.000592208382069762	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
SPA0002_000000001598	18531	0.6635688198587295	18	5	3	5	1	True	111616	fragment	False	SPA0002_000000001598	1.0		0	0	False	False	0.9999460577964783	0					non-mobilizable	no_good_hit	688.0	70.058	4.0	0.003239392553729152	NZ_FNAM01000003.1	firmicutes	Sporomusa acidovorans strain Mol, whole genome shotgun sequence	True	True
MAD0056_000000004184	3072	0.6635647107914626	6	5	2	3	5	False	17067	maximal	True	MAD0056_000000004184	1.0		3	3	False	False	0.9996744990348816	0					non-mobilizable	plasmid	3058.0	99.509	99.0	0.02665190364512951	CP046272.1	enterobacteria	Enterobacter hormaechei strain E70 plasmid pE70-A, complete sequence	False	True
ISR0194_000000000778	23130	0.6635559501130986	21	17	15	16	15	True	116929	maximal	False	AST0060_000000000939	0.9754491073403461	PS762|PS763|PS764	0	0	True	True	0.9998270869255066	27					non-mobilizable	no_good_hit	3976.0	95.926	45.0	0.13908814164246475	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0097_000000000764	23130	0.6635559501130986	21	17	15	16	15	True	116929	maximal	False	AST0060_000000000939	0.9754997591900835	PS762|PS763|PS764	0	0	True	True	0.9999567866325378	37					non-mobilizable	no_good_hit	3976.0	95.926	45.0	0.13908814164246475	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0013_000000007959	2938	0.6635506034638503	4	4	3	4	4	False	19600	maximal	True	MAD0013_000000007959	1.0		23	6	False	False	0.9996596574783325	0					non-mobilizable	no_good_hit	296.0	73.649	10.0	9.40083609091192e-05	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
ISR0306_000000008595	1242	0.663548296386006	2	2	2	2	1	True	25449	fragment	False	ISR0306_000000008595	0.9814662273476111		0	0	False	False	0.999194860458374	0					non-mobilizable	no_good_hit								True	True
MON0003_000000006457	2249	0.6635475818333443	3	3	3	3	3	False	72897	fragment	False	MON0025_000000016338	0.9129325126390044		0	0	False	False	0.9986660480499268	0					non-mobilizable	no_good_hit	249.0	73.896	11.0	7.38738162851662e-05	NC_015152.1	spirochetes	Sphaerochaeta globosa str. Buddy, complete sequence	True	False
ISR0255_000000019655	1667	0.6635467368935902	3	3	2	3	1	False	125442	fragment	False	MON0070_000000010284	0.19575803157911661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	84.897	81.0	0.0004092803953184828	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0010_000000014740	3004	0.6635447174852128	5	5	5	5	5	False	125786	fragment	False	AST0061_000000012781	0.9465872583949665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	70.319	38.0	0.0005780102923451001	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
ENG0115_000000013159	1587	0.6635432222890366	3	3	3	2	2	False	63071	maximal	True	ENG0115_000000013159	0.9698394374079928		115	12	False	False	0.9987397789955139	0					non-mobilizable	other	1587.0	100.0	100.0	0.002005736456852638	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ENG0024_000000012246	2208	0.6635391784855141	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.9425099079763626		0	0	False	False	0.9932065010070801	0					non-mobilizable	chromosome	2208.0	99.955	100.0	0.0009328480438299098	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0250_000000005472	2202	0.6635391784855141	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.9421748610046621		0	0	False	False	1.0	0					non-mobilizable	chromosome	2202.0	100.0	100.0	0.0009303119820886413	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
DEN0018_000000016379	2332	0.6635374573863867	2	2	2	2	2	False	120666	maximal	True	DEN0018_000000016379	0.9365721268415201		28	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0285_000000008082	2157	0.6635297048178422	3	3	2	3	1	True	84969	fragment	False	ISR0285_000000008082	0.9638667292351009		0	0	False	False	0.9907278418540955	0					non-mobilizable	no_good_hit	1295.0	93.66799999999999	60.0	0.003706540667234697	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
FIJ0116_000000011104	1566	0.6635289023235197	4	3	3	3	3	True	83628	fragment	False	FIJ0116_000000011104	1.0		0	0	False	False	0.9993614554405212	0					non-mobilizable	plasmid	1399.0	97.069	100.0	0.1741188192801096	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0178_000000009573	2317	0.663528515072592	3	2	2	2	1	False	65007	maximal	True	ENG0178_000000009573	1.0		1	1	False	False	0.9995684027671814	0					non-mobilizable	no_good_hit	143.0	82.51700000000001	6.0	0.000643280456592256	NZ_LDUE01000055.1	firmicutes	Ornithinibacillus californiensis strain DSM 16628 contig_55, whole genome shotgun sequence	True	False
USA0020_01_000000021335	1626	0.6635283732483249	2	2	2	2	1	False	121153	fragment	False	ENG0127_000000016823	0.5744750996146057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	73.941	37.0	0.009965409323011036	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
AST0024_000000022004	1612	0.6635283732483249	3	2	2	2	1	False	121153	fragment	False	ENG0127_000000016823	0.5436334543733151		0	0	False	False	0.9993796348571777	0					non-mobilizable	no_good_hit	261.0	74.71300000000001	16.0	0.012971281481855347	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0115_000000020817	1698	0.6635271044408722	2	2	2	2	2	False	52272	fragment	False	MON0090_000000036736	0.953446044185673		0	0	False	False	0.9958775043487549	0					non-mobilizable	chromosome	1619.0	86.905	95.0	0.0005698886370557471	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0038_000000014882	2144	0.6635267524606112	3	3	1	1	3	True	74255	fragment	False	DEN0046_000000010825	0.9271097697969587		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	98.416	90.0	0.03894857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CHI0017_000000009128	1388	0.6635258802049849	2	2	2	2	2	False	89631	maximal	True	CHI0017_000000009128	1.0		1	1	False	False	0.9668588042259216	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	9.897330820105854e-06	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	True	False
CHI0164_000000008060	2899	0.663523930298409	3	3	3	3	2	False	125446	fragment	False	CHI0164_000000008060	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2899.0	99.69	100.0	0.0008103775302276691	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0004_000000000989	7434	0.6635238921405147	16	6	2	6	3	True	20045	maximal	True	MAD0004_000000000989	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2908.0	87.72399999999999	66.0	0.051199801509942224	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0096_000000017555	1869	0.6635234548850157	2	2	2	1	0	True	78008	maximal	True	ENG0096_000000017555	1.0		5	3	False	False	0.9994649291038513	0					non-mobilizable	no_good_hit	1208.0	96.02600000000001	65.0	0.0032589736528045535	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
FIJ0165_000000007166	2303	0.6635219542259075	3	3	3	2	2	False	53991	maximal	True	FIJ0165_000000007166	1.0		2	2	True	True	0.9908814430236816	2					non-mobilizable	no_good_hit	1190.0	97.479	57.0	0.0004002104386595879	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0052_01_000000006733	2394	0.6635171882216094	3	3	3	3	3	False	85262	maximal	False	CHI0065_000000004917	0.7696183655075715		0	0	False	False	1.0	0					non-mobilizable	chromosome	2394.0	99.916	100.0	0.0008054697894973876	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0039_000000027474	1365	0.6635048637269468	1	1	1	1	1	False	55372	fragment	False	ISR0810_000000012899	0.7733523783266172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	74.685	58.0	0.0008339760792287899	NZ_SNYN01000001.1	high GC Gram+	Actinorugispora endophytica strain DSM 46770 Ga0310471_101, whole genome shotgun sequence	True	False
ISR0112_000000006813	4230	0.6635032775198433	6	5	3	2	3	False	92089	maximal	True	ISR0112_000000006813	1.0		2	2	False	False	0.9962174892425537	0					non-mobilizable	no_good_hit	1000.0	96.9	59.0	0.0001987888251939688	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
FIJ0090_000000022852	1953	0.6634823081415494	2	2	2	2	2	False	43474	maximal	True	FIJ0090_000000022852	1.0		39	9	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	80.0	7.0	0.00044817563288569896	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	True	False
USA0066_01_000000006588	3114	0.6634820539670223	4	2	1	2	0	True	34024	maximal	True	USA0066_01_000000006588	1.0		12	4	False	False	0.9906871914863586	0					non-mobilizable	no_good_hit	502.0	97.41	16.0	0.00013546328850246552	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0102_000000005515	7474	0.6634817120610615	6	6	6	6	6	False	125053	fragment	False	DEN0063_000000004503	0.7447414542974351		0	0	False	False	1.0	0					non-mobilizable	other	7474.0	99.264	100.0	0.027019111872789988	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
TAN0007_000000037103	1151	0.6634802556561272	3	2	2	2	1	False	2778	maximal	True	TAN0007_000000037103	1.0		1	1	False	False	0.9070373773574829	0					non-mobilizable	no_good_hit	110.0	80.0	9.0	0.0003224386281476521	NZ_BAYB01000012.1	b-proteobacteria	Paraburkholderia ferrariae NBRC 106233, whole genome shotgun sequence	True	False
AUS0010_000000018709	1332	0.6634797792273195	3	2	2	2	1	True	101422	maximal	True	AUS0010_000000018709	1.0		19	6	False	False	0.9639639854431152	0					non-mobilizable	chromosome	1317.0	99.92399999999999	99.0	0.0003190054012753429	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
DEN0063_000000004083	8487	0.6634769309364944	10	4	4	4	3	False	71590	maximal	True	DEN0063_000000004083	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	83.764	3.0	0.00011147231812052717	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ISR0807_000000003634	3680	0.6634762224085583	6	4	3	2	3	False	73882	maximal	True	ISR0807_000000003634	1.0		1	1	False	False	0.997826099395752	0					non-mobilizable	no_good_hit	1430.0	81.259	38.0	0.005027562270314414	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ETH0004_000000003260	8359	0.6634708335795203	7	6	6	5	2	True	72089	fragment	False	ETH0004_000000003260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	94.986	74.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MAD0104_000000004948	2196	0.663467881222284	3	3	2	2	2	True	16947	fragment	False	MAD0104_000000004948	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	90.557	41.0	0.00013382749635719557	CP042598.1	firmicutes	Enterococcus durans strain VREdu chromosome	True	True
ISR0077_000000024445	1481	0.6634668023145591	2	2	2	2	2	False	34478	fragment	False	ISR0077_000000024445	1.0		0	0	False	False	0.9878460764884949	0					non-mobilizable	no_good_hit	618.0	84.95100000000001	41.0	0.0001657464987066095	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0111_000000010020	2087	0.6634617805049249	3	2	2	2	1	True	120011	maximal	True	FIJ0111_000000010020	1.0	PS730	10	7	False	True	1.0	0					non-mobilizable	chromosome	2104.0	87.5	100.0	0.0007399730476197534	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0182_000000026755	1497	0.6634593377944273	1	1	1	1	1	False	85626	maximal	True	ISR0182_000000026755	1.0		20	5	False	False	1.0	0					non-mobilizable	chromosome	1316.0	99.012	96.0	0.0005212923133763608	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0061_000000006289	1332	0.6634593377944273	1	1	1	1	1	False	85623	fragment	False	CHI0061_000000006289	0.9810371517027864		0	0	False	False	0.9639639854431152	0					non-mobilizable	chromosome	1175.0	99.234	99.0	0.0004653970919420894	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0148_000000004603	2573	0.6634591454096865	4	3	3	3	2	False	79613	maximal	True	CHI0148_000000004603	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	83.391	41.0	0.00017221824628232895	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0015_000000003404	4671	0.663458279682511	5	3	2	3	2	True	105739	fragment	False	MAD0015_000000003404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1461.0	84.736	31.0	0.012653287773402945	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
AST0055_000000029863	1231	0.6634429329963735	2	1	1	1	1	False	113368	fragment	False	AST0055_000000029863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0017_000000017497	1158	0.6634362366333675	2	2	2	2	2	False	66665	fragment	False	ENG0017_000000017497	1.0		0	0	False	False	0.9991364479064941	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	8.0	0.0014781966001478197	NZ_CBQR020000078.1	firmicutes	Gorillibacterium massiliense strain G5, whole genome shotgun sequence	True	False
USA0030_01_000000011405	1452	0.6634336442976196	1	1	1	1	1	False	56513	fragment	False	ISR0108_000000013548	0.4089915986467711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1237.0	83.266	85.0	0.006474588950526554	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
ISR0333_000000000460	23998	0.6634330104538692	22	14	8	12	11	False	76590	maximal	True	ISR0333_000000000460	1.0		3	1	False	False	0.9995416402816772	0					non-mobilizable	no_good_hit	3535.0	94.965	28.0	0.021572844242964847	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
ENG0122_000000014639	1961	0.6634270660284087	5	4	3	3	2	False	59067	maximal	True	ENG0122_000000014639	1.0		49	8	False	False	1.0	0					non-mobilizable	other	1971.0	81.126	100.0	0.01986587243698841	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	False	False
FIJ0015_000000027211	1224	0.6634134592591503	1	1	1	1	1	False	97105	fragment	False	CAN0001_000000032218	0.9525222551928783		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	77.28399999999999	98.0	0.027743012098456404	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
CHI0116_000000008875	1821	0.6634112992445704	3	3	3	3	2	False	82165	fragment	False	CHI0116_000000008875	1.0		0	0	False	False	0.9912136197090149	0					non-mobilizable	chromosome	1820.0	99.945	100.0	0.00045641683427878615	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0333_000000016033	1487	0.6634112004519153	2	1	1	1	1	False	24531	fragment	False	ISR0333_000000016033	1.0		0	0	False	False	0.9939475655555725	0					non-mobilizable	no_good_hit								True	False
USA0016_01_000000011551	1190	0.6634065877857023	2	1	1	1	1	False	1917	fragment	False	USA0016_01_000000011551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	6.460689445621943e-06	NC_022571.1	firmicutes	Clostridium saccharobutylicum DSM 13864, complete sequence	True	False
FIJ0094_000000015967	1271	0.6634056010576916	2	1	1	1	1	False	43154	maximal	True	FIJ0094_000000015967	1.0		3	2	False	False	0.9968528747558594	0					non-mobilizable	no_good_hit								True	False
FIJ0104_000000005663	4328	0.6634050511556701	7	5	4	5	2	False	42523	maximal	True	FIJ0104_000000005663	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	95.335	8.0	0.00011023286531638927	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0131_000000005525	3372	0.6634031862405527	4	4	4	3	3	False	42510	fragment	False	FIJ0131_000000005525	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3372.0	97.361	100.0	0.036695949402915214	NZ_CAAHGR010000013.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	False
ISR0258_000000005282	3563	0.6634026835081549	5	3	3	2	1	True	83820	fragment	False	SPA0046_000000007828	0.9937545524243284		0	0	False	False	0.9997193217277527	0					non-mobilizable	no_good_hit	1312.0	98.24700000000001	81.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0028_000000009467	3218	0.6634023633226409	3	3	3	3	3	False	126367	maximal	False	SPA0066_000000003952	0.8562573317928781		0	0	False	False	1.0	0					non-mobilizable	other	3081.0	95.943	99.0	0.07018747142203932	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0150_000000010645	2186	0.6633925045289113	3	2	2	2	2	False	30815	maximal	True	ISR0150_000000010645	1.0		4	2	False	False	0.9995425343513489	0					non-mobilizable	no_good_hit	75.0	84.0	3.0	0.0018205077740602244	NZ_LVWE01000059.1	CFB group bacteria	Polaribacter atrinae strain KACC 17473 LPB303_45, whole genome shotgun sequence	True	False
ISR0033_000000004125	6298	0.6633895650986739	7	5	4	5	2	False	58361	maximal	True	ISR0033_000000004125	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	3941.0	98.90899999999999	78.0	0.06689423272875485	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0075_000000003344	6297	0.6633895650986739	7	5	4	5	2	False	58361	maximal	False	ISR0033_000000004125	0.9999206097173705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3941.0	98.90899999999999	78.0	0.06689423272875485	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0065_000000014146	1934	0.6633895027524236	3	3	3	3	0	False	62844	maximal	True	ENG0065_000000014146	1.0		186	13	False	False	1.0	0					non-mobilizable	no_good_hit	1353.0	80.044	70.0	0.03798326927424825	NZ_CYZK01000027.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0026_000000011387	2588	0.6633850518177759	4	4	3	3	3	True	107685	fragment	False	MAD0002_000000012469	0.6545679579981664		0	0	False	False	0.9953632354736328	0					non-mobilizable	no_good_hit								True	True
DEN0021_000000013517	2573	0.6633850518177759	4	4	3	3	3	True	107685	fragment	False	MAD0002_000000012469	0.4075515249571758		0	0	False	False	0.9984453916549683	0					non-mobilizable	no_good_hit								True	True
TAN0027_000000006633	1676	0.6633836138121358	3	2	2	2	1	True	2300	maximal	True	TAN0027_000000006633	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	94.079	27.0	0.00016655361763608803	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	True
SPA0123_000000006381	1262	0.6633826967943032	2	2	1	2	1	False	4083	maximal	True	SPA0123_000000006381	1.0		10	4	False	False	0.996830403804779	0					non-mobilizable	other	1263.0	96.279	100.0	0.0037501524149970407	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MAD0056_000000009824	1437	0.6633700111140042	3	1	1	1	1	False	17043	maximal	True	MAD0056_000000009824	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	78.214	89.0	0.0002441498920113583	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ENG0154_000000030277	1136	0.6633677300401014	1	1	1	1	1	False	56794	maximal	True	ENG0154_000000030277	1.0		1	1	False	False	0.9894366264343262	0					non-mobilizable	no_good_hit	697.0	98.42200000000001	67.0	0.00018787287358993973	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
MON0033_000000023094	2797	0.6633666620459742	4	3	3	3	2	False	87989	maximal	False	SPA0072_000000006185	0.5335848810779802		0	0	False	False	1.0	0					non-mobilizable	chromosome	2797.0	99.571	100.0	0.0007877851600547844	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
USA0101_01_000000003126	8555	0.663359873030182	11	7	5	3	6	False	92443	maximal	True	USA0101_01_000000003126	1.0		4	2	False	False	0.9978959560394287	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	1.0	0.00029050228414541064	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	True	False
USA0034_01_000000009214	6201	0.6633570456023388	7	6	5	6	4	False	70295	maximal	True	USA0034_01_000000009214	1.0		44	7	False	False	1.0	0					non-mobilizable	other	5599.0	98.625	96.0	0.09506826981862646	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
ISR0159_000000008023	3164	0.6633570140015415	3	2	2	2	1	False	83003	maximal	True	ISR0159_000000008023	1.0		10	4	False	False	0.998735785484314	0					non-mobilizable	no_good_hit	875.0	86.743	27.0	0.0021188765321623025	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0128_000000012130	2903	0.6633516840152374	4	3	2	2	3	False	31858	fragment	False	ISR0128_000000012130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	93.962	55.0	0.0004465598033225848	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0062_000000022494	1317	0.6633486853048882	2	2	2	1	1	False	45688	fragment	False	FIJ0062_000000022494	0.9939024390243902		0	0	False	False	0.9992406964302063	0					non-mobilizable	no_good_hit								True	False
ENG0164_000000004110	4322	0.6633417014557089	5	5	4	5	4	False	105578	maximal	True	ENG0164_000000004110	1.0		86	8	False	False	0.9995372295379639	0					non-mobilizable	chromosome	4322.0	99.306	100.0	0.0006575471376536356	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0811_000000003340	4069	0.6633395063835192	5	2	2	1	1	False	21692	maximal	True	ISR0811_000000003340	1.0		18	7	False	False	1.0	0					non-mobilizable	other	2873.0	98.78200000000001	100.0	0.003855457916173324	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
ISR0158_000000015127	1279	0.6633265394982425	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.5595789879938559		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	99.531	100.0	0.006304386432250044	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0098_000000002567	9478	0.6633255287507982	8	5	4	5	3	False	60729	maximal	True	ENG0098_000000002567	1.0		10	4	False	False	0.9991559386253357	0					non-mobilizable	no_good_hit	177.0	74.01100000000001	2.0	0.00039348012582213324	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ISR0070_000000016173	1308	0.6633237388800499	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.49952810291900945		0	0	False	False	0.9923547506332397	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	4.0	0.0001847975578291973	NZ_FOPJ01000003.1	high GC Gram+	Corynebacterium spheniscorum strain J11, PG 39, whole genome shotgun sequence	True	False
ISR0364_000000015110	1230	0.6633186143158495	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.25446687603658674		0	0	False	False	0.9747967720031738	0					non-mobilizable	other	1228.0	97.964	99.0	0.015258726822777412	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0086_01_000000004359	4329	0.6633150722681289	6	6	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.39859395257662417	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4329.0	100.0	100.0	0.04319016445792751	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0039_000000026010	1102	0.6633116869875293	1	1	1	1	1	False	6981	maximal	True	SPA0039_000000026010	1.0		13	6	False	False	0.9909256100654602	0					non-mobilizable	other	1103.0	85.31299999999999	100.0	0.0004810101475228851	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
FIJ0123_000000018984	1745	0.6633088111867756	4	4	4	4	0	False	41323	maximal	True	FIJ0123_000000018984	1.0		66	12	False	False	0.9891117215156555	0					non-mobilizable	no_good_hit								True	False
ISR0092_000000029390	1111	0.6633077247126854	3	1	1	1	1	False	33548	fragment	False	ISR0092_000000029390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	73.733	19.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
ISR0294_000000007983	2400	0.6633045574187111	3	3	3	3	2	True	25771	maximal	True	ISR0294_000000007983	1.0		0	0	False	False	0.9979166388511658	0					non-mobilizable	no_good_hit	1544.0	81.865	66.0	0.0006342919014634138	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	True	True
MAD0004_000000004989	2062	0.6633036229044087	3	3	3	3	3	False	40180	fragment	False	MAD0004_000000004989	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2072.0	80.01899999999999	100.0	0.017334170896928746	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0341_000000003952	3332	0.6632983869516893	3	2	1	1	2	False	108094	maximal	True	ISR0341_000000003952	1.0		0	0	False	False	0.9996998906135559	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000001470	16856	0.6632977751421868	24	9	3	5	7	False	110877	maximal	True	USA0125_01_000000001470	1.0		9	5	False	False	0.9996440410614014	0					non-mobilizable	no_good_hit	3925.0	98.573	43.0	0.0005971337579617834	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
MAD0047_000000004036	7606	0.6632894628883447	4	2	2	1	1	False	43759	fragment	False	MAD0047_000000004036	0.9633651955457898		0	0	False	False	0.9998685121536255	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	0.0006129107854271447	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	True	False
FIJ0087_000000003758	6989	0.6632894628883447	3	2	2	1	1	False	43759	fragment	False	MAD0047_000000004036	0.9407264017367997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	80.15899999999999	2.0	5.748523760250749e-05	AP013072.1	firmicutes	Streptococcus anginosus subsp. whileyi MAS624 DNA, complete genome	True	False
CHI0076_000000004640	1828	0.6632882960999777	2	2	1	2	2	False	84585	fragment	False	CHI0076_000000004640	0.9561899378179762		0	0	False	False	0.9989058971405029	0					non-mobilizable	other	1810.0	99.116	99.0	0.012481236448546172	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
AST0108_000000009743	2742	0.6632805082344366	3	3	3	3	3	False	123015	fragment	False	USA0069_01_000000020005	0.6246719160104987		0	0	False	False	0.9970824122428894	0					non-mobilizable	no_good_hit	62.0	96.774	2.0	1.735088901973166e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0037_000000051797	1456	0.6632742003920088	2	2	2	2	2	False	89770	fragment	False	MON0091_000000008579	0.7457372813028836		0	0	False	False	0.9979395866394043	0					non-mobilizable	chromosome	1456.0	100.0	100.0	0.0002826663185305548	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ISR0010_000000002061	6616	0.6632718910997356	8	6	3	5	2	False	81325	maximal	True	ISR0010_000000002061	0.9863428197579327		0	0	False	False	0.9954655170440674	0					non-mobilizable	no_good_hit	3241.0	90.404	49.0	0.026317500040625965	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0011_000000036153	1291	0.6632653273461601	2	2	2	2	2	False	13643	maximal	True	MON0011_000000036153	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	71.186	72.0	0.00525070131155098	NZ_SLXA01000005.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_105, whole genome shotgun sequence	True	False
ISR0166_000000004681	3732	0.6632603970760382	5	4	4	4	4	False	30219	maximal	True	ISR0166_000000004681	1.0		1	1	False	False	0.9970524907112122	0					non-mobilizable	no_good_hit	3109.0	89.096	83.0	0.02072396981232886	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
MON0013_000000012371	3802	0.6632563874267814	5	2	2	2	1	False	81378	maximal	True	MON0013_000000012371	1.0		2	2	False	False	0.9847448468208313	0					non-mobilizable	no_good_hit	120.0	100.0	3.0	1.8342444184635967e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0155_000000017146	1266	0.6632561712258173	1	1	1	1	1	False	43702	fragment	False	FIJ0155_000000017146	0.9727348993288591		0	0	False	False	1.0	0					non-mobilizable	chromosome	1266.0	86.01899999999999	100.0	0.0003374477056090211	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0053_000000003830	7751	0.6632527563188678	8	7	4	7	5	True	6496	maximal	True	SPA0053_000000003830	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0015_000000003960	4191	0.6632527088474459	6	3	1	3	1	False	19440	maximal	True	MAD0015_000000003960	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	79.362	11.0	0.03945140535049103	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
FIJ0006_000000034534	1175	0.6632500258308087	1	1	1	1	1	False	51646	fragment	False	FIJ0006_000000034534	0.9784668389319552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000024542	1687	0.6632493071576913	2	2	1	1	2	False	122489	fragment	False	ISR0395_000000012012	0.053497976482992766		0	0	False	False	1.0	0					non-mobilizable	plasmid	1625.0	99.93799999999999	96.0	0.2022667829119442	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0106_000000004789	7219	0.6632433503409021	5	3	2	3	3	False	44003	maximal	True	MON0106_000000004789	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	76.765	6.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
MON0100_000000011770	3495	0.6632384150173868	4	4	4	4	4	False	78525	fragment	False	MON0081_000000014742	0.47474549725920123		0	0	False	False	0.9997138977050781	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006583760058522311	XM_024825769.1	ascomycetes	Aspergillus novofumigatus IBT 16806 putative sensor histidine kinase/response regulator (P174DRAFT_432740), partial mRNA	True	False
ENG0102_000000015103	1887	0.6632374308696839	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3906092012151336		0	0	False	False	1.0	0					non-mobilizable	chromosome	1887.0	99.205	100.0	0.0006078923508383338	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0034_000000008323	1880	0.6632374308696839	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.32344767696834276		0	0	False	False	1.0	0					non-mobilizable	chromosome	1884.0	92.675	100.0	0.0006049914859615868	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0009_000000020106	1874	0.6632374308696839	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.35610116012367893		0	0	False	False	1.0	0					non-mobilizable	chromosome	1874.0	98.613	100.0	0.0006037022126830324	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0315_000000002635	3376	0.6632340724915359	3	3	2	3	3	False	66322	maximal	False	ENG0022_000000005268	0.9601347557551937		0	0	False	False	0.9899289011955261	0					non-mobilizable	no_good_hit	491.0	96.741	15.0	0.013745221497638857	NZ_CYYA01000029.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0156_000000005533	2921	0.6632306732379335	5	3	3	3	2	False	96312	maximal	True	SPA0156_000000005533	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	2079.0	98.846	71.0	0.0007061021428738901	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0392_000000016712	2016	0.6632305439801244	2	1	1	1	1	False	40251	maximal	True	ISR0392_000000016712	1.0		6	3	False	False	0.9935516119003296	0					non-mobilizable	no_good_hit	1315.0	75.057	64.0	0.01282417203877762	NZ_JNKW01000010.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0088_000000014200	1962	0.6632227425793914	3	2	2	2	2	False	43661	maximal	True	FIJ0088_000000014200	1.0		5	1	False	False	0.9979612827301025	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000037181	1131	0.6632219386978131	1	1	1	1	1	False	41076	maximal	True	FIJ0126_000000037181	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	84.15799999999999	9.0	0.12452350698856417	GQ880075.1		Uncultured organism clone VC1CE15TR genomic sequence	True	False
MAD0039_000000007756	1856	0.6632178024498214	2	2	1	2	2	False	26378	fragment	False	MAD0039_000000007756	0.9871428571428571		0	0	False	False	0.9924569129943848	0					non-mobilizable	other	1852.0	89.84899999999999	99.0	0.0030631812257705684	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0376_000000003717	5063	0.6632117423100102	4	2	1	2	0	False	23353	maximal	True	ISR0376_000000003717	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2016.0	89.236	41.0	0.0595192107687279	NZ_QSFT01000037.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf37, whole genome shotgun sequence	True	False
ISR0064_000000004929	3728	0.6632117423100102	4	2	1	2	0	False	106228	fragment	False	ISR0064_000000004929	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1958.0	94.995	98.0	0.0005215100904866689	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0093_000000008468	3484	0.6632117423100102	5	2	1	2	0	False	106227	fragment	False	MAD0093_000000008468	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2898.0	94.58200000000001	99.0	0.0007701276886112599	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0057_000000009609	3231	0.6632117423100102	2	2	1	2	0	False	46475	maximal	True	FIJ0057_000000009609	1.0		9	3	False	False	0.9959765076637268	0					non-mobilizable	no_good_hit								True	False
MAD0093_000000009657	3114	0.6632117423100102	4	2	1	2	0	False	50586	maximal	True	MAD0093_000000009657	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000007570	3069	0.6632117423100102	5	2	1	2	0	False	106226	fragment	False	FIJ0109_000000008013	0.9301525575830093		0	0	False	False	1.0	0					non-mobilizable	chromosome	2875.0	94.435	99.0	0.0007639922757820051	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0109_000000009763	3027	0.6632117423100102	3	2	1	2	0	False	106225	fragment	False	SPA0109_000000009763	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2760.0	92.28299999999999	91.0	0.0007285135842041396	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0065_000000004201	2878	0.6632117423100102	2	2	1	2	0	False	40431	fragment	False	MAD0065_000000004201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0208_000000009348	2867	0.6632117423100102	3	2	1	2	0	False	106224	fragment	False	ISR0208_000000009348	0.9572144647332617		0	0	False	False	1.0	0					non-mobilizable	chromosome	2717.0	92.786	100.0	0.0007231784426134831	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0107_000000013981	2780	0.6632117423100102	2	2	1	2	0	False	100332	fragment	False	FIJ0060_000000004086	0.6344359905349781		0	0	False	False	0.9996402859687805	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000008462	2602	0.6632117423100102	3	2	1	2	0	False	100390	fragment	False	MON0047_000000012649	0.6353013530135302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000013684	2573	0.6632117423100102	4	2	1	2	0	False	106222	fragment	False	ETH0005_000000017358	0.9375782059787037		0	0	False	False	1.0	0					non-mobilizable	chromosome	2588.0	92.156	100.0	0.0006874329939560848	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0015_000000003723	2557	0.6632117423100102	3	2	1	2	0	False	106222	fragment	False	ETH0005_000000017358	0.6412747765254566		0	0	False	False	1.0	0					non-mobilizable	chromosome	2567.0	95.40299999999999	100.0	0.0006828981236040269	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0146_000000016021	2508	0.6632117423100102	2	2	1	2	0	False	53007	fragment	False	ISR0146_000000016021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000006410	2248	0.6632117423100102	2	2	1	2	0	False	100379	fragment	False	FIJ0145_000000006410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000018341	2165	0.6632117423100102	2	2	1	2	0	False	41979	fragment	False	TAN0009_000000018341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000016181	2017	0.6632117423100102	2	2	1	2	0	False	41775	fragment	False	MAD0040_000000016181	1.0		0	0	False	False	0.9766980409622192	0					non-mobilizable	no_good_hit								True	False
ISR0269_000000010238	1839	0.6632117423100102	2	2	1	2	0	False	26469	fragment	False	ISR0269_000000010238	1.0		0	0	False	False	0.980424165725708	0					non-mobilizable	no_good_hit	50.0	100.0	3.0	0.0002444231613392394	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	True	False
CHI0159_000000012062	1332	0.6632050133319345	2	2	2	2	2	False	78796	fragment	False	USA0069_01_000000041293	0.9506511309115833		0	0	False	False	0.9812312126159668	0					non-mobilizable	other	1321.0	99.697	99.0	0.022027755974548674	NZ_WNCH01000012.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold12_size59879, whole genome shotgun sequence	False	False
CHI0132_000000009576	3324	0.6632040894421998	4	2	1	1	2	False	80935	maximal	True	CHI0132_000000009576	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	94.884	6.0	5.887220842983377e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0015_000000005511	3548	0.6631994245846403	4	4	3	4	4	False	104470	fragment	False	ISR0175_000000006534	0.9905950882481186		0	0	False	False	0.9980270862579346	0					non-mobilizable	other	3548.0	98.73200000000001	100.0	0.025082937801953725	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0087_000000011076	2835	0.6631975206155635	6	2	1	2	1	True	100421	fragment	False	ISR0383_000000004627	0.9559957924263675		0	0	False	False	0.9954144358634949	0					non-mobilizable	no_good_hit	597.0	93.46700000000001	21.0	0.0019185887427771251	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0012_000000021672	1176	0.663192883491134	3	3	3	3	1	False	50692	fragment	False	FIJ0012_000000021672	1.0		0	0	False	False	0.9795918464660645	0					non-mobilizable	no_good_hit	966.0	76.087	80.0	0.014177848600831013	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
DEN0092_000000004505	3031	0.6631926446636504	3	3	2	3	2	False	68572	fragment	False	DEN0092_000000004505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	71.63	32.0	0.00504123471471782	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0131_000000028346	1306	0.6631880514104778	1	1	1	1	1	False	31636	maximal	True	ISR0131_000000028346	1.0		1	1	False	False	0.9938744306564331	0					non-mobilizable	no_good_hit	1056.0	74.432	80.0	0.0077443248268210035	NZ_SLZZ01000009.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_109, whole genome shotgun sequence	True	False
MON0044_000000019348	2639	0.6631864667398301	3	3	3	3	3	False	47451	fragment	False	MAD0083_000000003503	0.6504038214760403		0	0	False	False	0.9818112850189209	0					non-mobilizable	no_good_hit	1946.0	93.885	74.0	0.0007766489415013642	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0400_000000016288	1177	0.6631851708967273	1	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.4646539391028372		0	0	False	False	1.0	0					non-mobilizable	chromosome	1177.0	98.811	100.0	0.0004149777319984883	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0125_000000023432	1146	0.663184015284544	2	2	1	2	2	False	58789	fragment	False	ENG0125_000000023432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000008763	3694	0.6631837038073118	4	4	4	3	3	False	112814	maximal	True	ENG0079_000000008763	1.0	PS721	2	2	False	True	0.9981050491333008	0					non-mobilizable	no_good_hit	2638.0	73.844	70.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0093_000000001444	14625	0.663174574889968	20	12	9	12	11	False	109601	maximal	True	AST0093_000000001444	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1704.0	99.70700000000001	15.0	0.0008102278058003367	CP050919.1	firmicutes	Limosilactobacillus fermentum strain HFD1 chromosome, complete genome	True	False
ISR0837_000000009504	1463	0.6631735769477827	2	1	1	1	1	False	20900	fragment	False	ISR0837_000000009504	1.0		0	0	False	False	0.9993164539337158	0					non-mobilizable	chromosome	1463.0	99.24799999999999	100.0	0.00020635645635998503	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0136_000000007181	1318	0.6631719937381776	1	1	1	1	1	False	31389	fragment	False	ISR0136_000000007181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	91.51899999999999	98.0	0.0037930933481737502	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	False	False
DEN0066_000000004668	6025	0.6631581986489686	3	2	2	2	2	False	71015	maximal	True	DEN0066_000000004668	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	84.426	2.0	0.0006289275485859525	NZ_RWIT01000008.1	CFB group bacteria	Hymenobacter rigui strain KCTC 12533 NODE_8_length_192391_cov_37.207069, whole genome shotgun sequence	True	False
DEN0041_000000015951	2144	0.6631581075904459	2	1	1	1	1	False	78217	fragment	False	DEN0028_000000012917	0.9700967458223395		0	0	False	False	0.9995335936546326	0					non-mobilizable	no_good_hit								True	False
ISR0273_000000010683	1305	0.6631573776127063	1	1	1	1	1	False	53620	fragment	False	ENG0211_000000018212	0.9321893691383887		0	0	False	False	0.9992337226867676	0					non-mobilizable	no_good_hit	353.0	74.788	26.0	0.0014045976072843086	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0093_000000014255	2265	0.6631551747156079	3	3	3	3	3	False	93571	fragment	False	ISR0078_000000006158	0.46371019459834767		0	0	False	False	1.0	0					non-mobilizable	other	2274.0	97.625	100.0	0.0005572893719547372	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0150_000000016234	1489	0.6631539971631423	3	3	3	1	1	False	30810	maximal	True	ISR0150_000000016234	1.0		24	1	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	97.306	69.0	0.0002987890823049499	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0102_000000001839	7808	0.6631539247141144	6	4	2	2	3	False	15043	fragment	False	MAD0102_000000001839	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6332.0	98.484	99.0	0.06745583565964157	CP052881.1	enterobacteria	Escherichia coli strain C21 plasmid pC21-4, complete sequence	False	True
DEN0040_000000002711	2831	0.6631526111303564	3	2	2	2	2	False	79991	fragment	False	DEN0040_000000002711	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2835.0	96.79	100.0	0.0012646834252839402	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0033_000000014627	4655	0.6631485149672462	6	4	3	4	3	False	82541	fragment	False	MON0033_000000014627	0.974822695035461		0	0	False	False	0.9933404922485352	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0017713920188948482	NZ_PUEC01000039.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq39, whole genome shotgun sequence	True	False
FIJ0152_000000013891	1849	0.6631435303962296	4	2	2	2	2	False	80898	fragment	False	FIJ0152_000000013891	0.9620342279738285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	89.427	37.0	0.01418395270623133	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
AUS0004_000000007074	3007	0.6631408507829162	4	3	1	2	2	False	102478	fragment	False	AUS0004_000000007074	1.0		0	0	False	False	0.9996674656867981	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000009902	3055	0.6631400005873509	4	2	2	2	2	False	99278	fragment	False	USA0015_01_000000010024	0.8286302629404827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	92.43700000000001	8.0	0.000972383488353964	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0061_000000000358	36260	0.6631364163618236	42	14	10	11	10	True	103720	fragment	False	ENG0061_000000000358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	95.751	4.0	0.007086775301834161	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0133_000000004374	5306	0.6631352939482861	5	4	4	3	3	False	107175	maximal	True	SPA0133_000000004374	0.9628799688230709		25	5	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	2.0	0.0001062160274674647	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
FIJ0067_000000009258	3217	0.6631266298038245	4	4	0	1	4	False	45626	fragment	False	MAD0037_000000003743	0.9603601616341998		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	3218.0	99.41	100.0	0.6694421315570358	CP056172.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00695 plasmid pRHBSTW-00695_5, complete sequence	False	True
CHI0164_000000001562	12565	0.6631263545291944	13	8	6	5	4	True	78431	maximal	True	CHI0164_000000001562	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	2541.0	75.089	20.0	0.0008899282993303759	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0195_000000008239	2927	0.6631258831225716	5	4	2	3	3	False	54471	fragment	False	ENG0195_000000008239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	86.527	39.0	0.23292181069958848	NZ_NOJZ02000054.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_54_length_4860_cov_1067.6, whole genome shotgun sequence	True	False
MAD0047_000000003654	8159	0.66312467953974	7	4	3	4	3	True	113132	fragment	False	MAD0047_000000003654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2521.0	75.883	55.0	0.00038442063694522774	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
SPA0050_000000010129	2573	0.6631091581401712	4	4	4	4	2	False	6592	fragment	False	SPA0050_000000010129	1.0		0	0	False	False	0.9972794651985168	0					non-mobilizable	other	2558.0	99.92200000000001	99.0	0.0007298015921490816	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0005_000000023061	1369	0.6631070242119518	2	1	1	1	1	False	19921	maximal	True	MAD0005_000000023061	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0029_000000007866	3234	0.6631028636730855	3	3	2	3	3	False	25682	maximal	True	MON0029_000000007866	1.0		47	6	False	False	0.9990723729133606	0					non-mobilizable	other	3235.0	99.289	100.0	0.001799419043118711	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
MON0041_000000056830	1238	0.6631004714396347	1	1	1	1	1	False	11759	maximal	True	MON0041_000000056830	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1239.0	89.023	100.0	0.001289541060988933	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0237_000000009701	1289	0.6631000592336271	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.498064691923902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	84.211	6.0	6.525218160528656e-06	NZ_CP035758.1	GNS bacteria	Ktedonosporobacter rubrisoli strain SCAWS-G2 chromosome, complete genome	True	False
ISR0225_000000018679	1223	0.663099385600859	2	2	2	2	1	False	27667	fragment	False	ISR0225_000000018679	1.0		0	0	False	False	0.9918233752250671	0					non-mobilizable	chromosome	1188.0	88.384	97.0	0.0004163892208828369	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0133_000000017962	1162	0.6630952361126007	2	2	2	1	2	False	80757	fragment	False	CHI0133_000000017962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	76.108	34.0	0.009356094358204755	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0069_01_000000006095	9715	0.6630857462279471	7	5	4	3	4	False	104837	fragment	False	ISR0029_000000003091	0.6802747913595623		0	0	False	False	1.0	0					non-mobilizable	chromosome	9498.0	99.28399999999999	100.0	0.0018435180345973757	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
USA0034_01_000000005796	9715	0.6630857462279471	7	5	4	3	4	False	104837	fragment	False	ISR0029_000000003091	0.6802747913595623		0	0	False	False	1.0	0					non-mobilizable	chromosome	9498.0	99.28399999999999	100.0	0.0018435180345973757	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ISR0841_000000001083	9675	0.6630857462279471	7	5	4	3	4	False	104837	fragment	False	ISR0029_000000003091	0.6780573379237212		0	0	False	False	0.9985529780387878	0					non-mobilizable	chromosome	9459.0	99.89399999999999	100.0	0.0018396279353473284	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ENG0105_000000001771	9658	0.6630857462279471	7	5	4	3	4	False	104837	fragment	False	ISR0029_000000003091	0.6774477829530319		0	0	False	False	0.9998964667320251	0					non-mobilizable	chromosome	9677.0	99.29700000000001	100.0	0.0016690976346931717	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
CHI0127_000000002244	9641	0.6630857462279471	7	5	4	3	4	False	104837	fragment	False	ISR0029_000000003091	0.6765306841764165		0	0	False	False	0.9996888041496277	0					non-mobilizable	chromosome	9452.0	99.87299999999999	100.0	0.001838266400609812	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
CHI0005_000000018387	1126	0.6630842476744374	2	2	2	2	1	False	90674	fragment	False	ISR0093_000000021814	0.9548276687741712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	75.817	14.0	0.001020524630227671	NZ_FOZH01000012.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
DEN0005_000000035844	1109	0.6630842476744374	2	2	2	2	1	False	90674	fragment	False	ISR0093_000000021814	0.9463810422868324		0	0	False	False	0.9945897459983826	0					non-mobilizable	no_good_hit	155.0	81.935	14.0	0.0014487854348770948	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0040_000000006482	1291	0.6630838250484967	2	2	2	1	1	False	73173	maximal	True	DEN0040_000000006482	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000009958	3731	0.663081824548237	4	4	4	2	2	False	59443	maximal	True	FIJ0133_000000009958	1.0		4	2	False	False	0.9997319579124451	0					non-mobilizable	no_good_hit	2148.0	97.626	60.0	0.000605538235212824	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0816_000000002768	14899	0.6630759585971874	16	11	7	10	6	False	86234	maximal	True	ISR0816_000000002768	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	93.333	1.0	0.0012274748058217376	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0063_000000000276	36745	0.66307441669385	33	11	3	6	8	False	64885	fragment	False	ISR0308_000000000154	0.9890472312703582		0	0	False	False	0.9999183416366577	0					non-mobilizable	no_good_hit	248.0	92.339	1.0	0.3971061093247588	EU060105.1	bacteria	Uncultured bacterium clone HA0AAA9ZC04FM1 genomic sequence	True	False
BAN0018_000000001698	1313	0.6630740765939919	3	3	2	3	3	True	97946	fragment	False	ENG0154_000000024521	0.953386744355426		0	0	False	False	0.9992383718490601	0					non-mobilizable	plasmid	1313.0	99.086	100.0	0.015704487509426282	CP049615.1	enterobacteria	Escherichia coli O157:H7 strain K1516 plasmid pK1516-3, complete sequence	False	True
ISR0243_000000005282	2143	0.6630700505166148	2	2	2	2	1	True	27230	maximal	True	ISR0243_000000005282	1.0		24	7	False	False	1.0	0					non-mobilizable	chromosome	1959.0	95.916	100.0	0.0006590513363292456	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0141_000000026135	1166	0.6630606085736229	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.17463231585386127		0	0	False	False	0.9991423487663269	0					non-mobilizable	other	1120.0	95.89299999999999	96.0	0.00031074528883483015	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0338_000000025922	1143	0.6630557877979834	2	1	1	1	1	False	24409	fragment	False	ISR0338_000000025922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	99.838	54.0	0.003249587228806697	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	False
FIJ0135_000000006653	4373	0.6630524389056204	4	2	1	2	1	False	51737	backbone	False	FIJ0089_000000005211	0.9999099500163802	PS208	0	0	True	True	1.0	403					non-mobilizable	no_good_hit	1207.0	71.251	29.0	0.40317569899896444	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0126_000000007879	4373	0.6630524389056204	4	2	1	2	1	False	51737	backbone	False	FIJ0089_000000005211	0.9998652272972388	PS208	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1207.0	71.334	31.0	0.40317569899896444	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0090_000000009091	4353	0.6630524389056204	4	2	1	2	1	False	51737	backbone	False	FIJ0089_000000005211	0.9998646191006955	PS208	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	1207.0	71.334	30.0	0.40317569899896444	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
FIJ0041_000000008162	4353	0.6630524389056204	4	2	1	2	1	False	51737	backbone	False	FIJ0089_000000005211	0.9999095427305249	PS208	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	711.0	72.855	19.0	0.2416292716603383	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0007_000000016282	3488	0.6630524389056204	3	2	1	2	1	False	13990	fragment	False	MON0007_000000016282	1.0		0	0	False	False	0.9994266033172607	0					non-mobilizable	no_good_hit	602.0	72.425	17.0	0.1546174142480211	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	False
FIJ0006_000000013369	2649	0.6630524389056204	3	2	1	2	1	False	51736	fragment	False	FIJ0006_000000013369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	71.251	49.0	0.40317569899896444	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	False
CHI0090_000000004372	2886	0.6630457298439988	5	4	4	3	2	False	83822	maximal	True	CHI0090_000000004372	1.0		22	6	False	False	0.9996535181999207	0					non-mobilizable	no_good_hit	1496.0	90.976	52.0	0.1783371108195157	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0249_000000004143	3853	0.6630453877943302	3	2	0	2	0	False	27072	backbone	True	ISR0249_000000004143	1.0	PS78	1	1	True	True	1.0	45					non-mobilizable	no_good_hit								True	True
SPA0042_000000009339	3295	0.6630453877943302	3	2	0	2	0	False	6863	maximal	True	SPA0042_000000009339	1.0		1	1	True	True	1.0	45					non-mobilizable	no_good_hit								True	True
FIJ0020_000000012295	1761	0.6630421331594929	3	3	3	3	2	False	117360	maximal	True	FIJ0020_000000012295	1.0	PS787	3	1	False	True	1.0	0					non-mobilizable	chromosome	1411.0	98.93700000000001	100.0	0.0006113558702520737	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
SPA0012_000000009774	2503	0.6630371328746466	3	3	3	2	1	False	56282	fragment	False	SPA0012_000000009774	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2503.0	100.0	100.0	0.0006996427124325838	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0037_01_000000015473	2210	0.6630371328746466	3	3	3	2	1	False	56281	fragment	False	USA0037_01_000000015473	1.0		0	0	False	False	0.9986425042152405	0					non-mobilizable	chromosome	2196.0	99.454	99.0	0.0006137952653035658	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0142_000000015436	2157	0.6630358420399339	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.9810598605530795		0	0	False	False	0.999072790145874	0					non-mobilizable	no_good_hit	1100.0	85.182	61.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0155_000000008918	2132	0.6630358420399339	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.9808013702126318		0	0	False	False	0.9985928535461426	0					non-mobilizable	no_good_hit	1100.0	84.90899999999999	67.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0009_000000018748	1951	0.6630358420399339	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.9631939234761374		0	0	False	False	0.9994874596595764	0					non-mobilizable	no_good_hit	1100.0	85.0	67.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0033_000000016060	1934	0.6630358420399339	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.9016489058935365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	84.90899999999999	68.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0127_000000013201	1895	0.6630358420399339	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.8263986088076284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	85.273	69.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0188_000000011215	1884	0.6630358420399339	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.8236555061877537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	85.455	69.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0251_000000008847	1819	0.6630358420399339	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.8120314397969671		0	0	False	False	0.9967014789581299	0					non-mobilizable	no_good_hit	1100.0	85.36399999999999	75.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0047_000000016232	2415	0.6630354895095452	3	3	3	3	2	False	60370	maximal	True	SPA0047_000000016232	1.0		17	6	False	False	1.0	0					non-mobilizable	other	2415.0	99.255	100.0	0.039405168051451986	NZ_CYYA01000021.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0042_000000014657	2080	0.6630266416139254	3	2	2	1	1	True	36363	fragment	False	ISR0042_000000014657	1.0		0	0	False	False	0.9927884340286255	0					non-mobilizable	no_good_hit	904.0	84.956	43.0	0.00033076173201840385	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ENG0211_000000012338	2023	0.6630266416139254	2	2	2	1	1	True	53655	fragment	False	ENG0211_000000012338	1.0		0	0	False	False	0.9911023378372192	0					non-mobilizable	no_good_hit	1044.0	81.13	51.0	0.0003790210195182832	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0797_000000006794	1658	0.6630266416139254	2	2	2	1	1	True	21936	fragment	False	ISR0797_000000006794	1.0		0	0	False	False	0.981302797794342	0					non-mobilizable	no_good_hit	899.0	79.08800000000001	67.0	0.0003248221274030341	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0078_000000001437	10443	0.6630251134645503	16	3	2	3	2	False	73150	maximal	True	ISR0078_000000001437	1.0	PS96	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	184.0	99.45700000000001	2.0	0.03649780614280016	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	True
FIJ0147_000000013849	1552	0.6630227794151105	2	2	2	2	1	False	46241	maximal	True	FIJ0147_000000013849	1.0		134	9	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	74.955	36.0	0.002068780425982391	NZ_JNKW01000004.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
MON0044_000000048778	1183	0.6630201420118629	2	2	2	1	1	False	11588	maximal	True	MON0044_000000048778	1.0		7	1	False	False	0.9949281215667725	0					non-mobilizable	no_good_hit	870.0	75.517	82.0	0.00047476165907214986	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
MON0104_000000032538	1408	0.6630128345436546	2	2	2	1	1	True	8786	maximal	True	MON0104_000000032538	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0059_000000003774	4144	0.6630095533385876	5	4	2	2	4	False	91480	fragment	False	FIJ0115_000000005538	0.9634873393801965		0	0	False	False	0.9997586607933044	0					non-mobilizable	other	4145.0	97.03299999999999	100.0	0.0009998672635783325	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0024_000000003661	7041	0.6630059194349474	8	4	2	4	2	False	122858	fragment	False	ISR0076_000000002357	0.35031415791106274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	93.963	15.0	0.00035816530440345716	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0042_000000002397	5045	0.6630016070098446	6	6	3	4	2	False	132275	fragment	False	CHI0042_000000002397	1.0		0	0	False	False	0.9958374500274658	0					non-mobilizable	other	5072.0	90.81200000000001	100.0	0.001180740836135289	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
AST0002_000000007621	4459	0.6630016070098446	6	6	3	4	2	False	132272	fragment	False	DEN0079_000000010289	0.5185229238815603		0	0	False	False	1.0	0					non-mobilizable	other	4485.0	92.464	99.0	0.19825486114187005	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
USA0011_01_000000013230	2801	0.6629994917982569	3	2	2	2	2	True	61526	maximal	True	USA0011_01_000000013230	1.0		265	12	False	False	0.9964298605918884	0					non-mobilizable	no_good_hit	1306.0	98.851	67.0	0.0004178664985381077	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0336_000000004264	3045	0.6629977115985949	4	4	4	3	3	False	131805	fragment	False	ISR0336_000000004264	1.0		0	0	False	False	0.9993431568145752	0					non-mobilizable	no_good_hit	2024.0	91.848	66.0	0.0005697192525057776	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0052_000000013737	2545	0.6629976313911893	3	2	2	2	1	False	114102	fragment	False	ISR0052_000000013737	0.97683777259037		0	0	False	False	1.0	0					non-mobilizable	chromosome	2413.0	95.73100000000001	99.0	0.0006461077035547447	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0003_000000011013	2183	0.6629972347552321	3	3	3	2	3	False	52190	maximal	True	FIJ0003_000000011013	0.9942581534221406		102	9	False	False	0.9844251275062561	0					non-mobilizable	other	2167.0	98.385	99.0	0.0019693666204177677	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ENG0063_000000017665	1765	0.6629967620084528	3	3	3	2	2	False	63079	fragment	False	ENG0063_000000017665	1.0		0	0	False	False	0.9994333982467651	0					non-mobilizable	chromosome	1765.0	100.0	100.0	0.0003991083864346589	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CAN0010_000000001966	6948	0.6629923955730429	8	6	3	2	3	False	120722	maximal	True	CAN0010_000000001966	1.0		16	8	False	False	0.9992803931236267	0					non-mobilizable	other	6947.0	100.0	99.0	0.06123006673072346	NZ_KE159498.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.14, whole genome shotgun sequence	False	False
MON0015_000000024030	1578	0.6629857881162646	2	2	2	2	2	False	13407	maximal	True	MON0015_000000024030	1.0		89	11	False	False	0.9885931611061096	0					non-mobilizable	chromosome	1578.0	99.556	100.0	0.000304120944869256	CP056191.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00995 chromosome, complete genome	False	False
CHI0183_000000001001	4129	0.6629829983020482	3	3	3	3	3	False	77302	fragment	False	ISR0183_000000007962	0.9457595954952884		0	0	False	False	1.0	0					non-mobilizable	chromosome	4083.0	97.45299999999999	100.0	0.0007496907204377224	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
CHI0108_000000001458	4891	0.6629820819667935	8	6	1	2	4	True	84322	fragment	False	CHI0108_000000001458	1.0		0	0	False	False	0.9961153268814087	0					non-mobilizable	no_good_hit	302.0	83.444	6.0	0.06269592476489028	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	True
MON0064_000000023348	1263	0.6629714297771143	1	1	1	1	1	False	10698	fragment	False	MON0064_000000023348	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1230.0	83.089	97.0	0.0003938729865983266	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0066_000000028611	1212	0.6629714297771143	1	1	1	1	1	False	16545	maximal	True	MAD0066_000000028611	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1219.0	83.265	100.0	0.00033863602108547523	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0398_000000019568	1154	0.6629681257509279	2	2	2	2	1	False	22599	maximal	True	ISR0398_000000019568	1.0		45	9	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	83.333	6.0	1.2833327609548719e-05	CP012334.1	b-proteobacteria	Bordetella sp. H567, complete genome	True	False
ISR0123_000000002904	5815	0.6629677446651437	3	3	3	3	2	False	118379	maximal	True	ISR0123_000000002904	1.0		3	3	False	False	1.0	0					non-mobilizable	other	5581.0	93.209	100.0	0.0023369431944651126	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0104_000000001579	13810	0.6629568257260732	16	7	4	6	5	False	35366	maximal	True	ISR0104_000000001579	1.0		1	1	False	False	0.9995655417442322	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	1.0	1.9910856252151082e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0057_000000006846	2356	0.6629489279855006	3	3	2	3	1	True	17000	maximal	True	MAD0057_000000006846	1.0		0	0	False	False	0.9902377128601074	0					non-mobilizable	no_good_hit	2093.0	100.0	89.0	0.31924309476575613	MT230169.1	enterobacteria	Escherichia coli strain DH5alpha plasmid pESBL176, complete sequence	True	True
FIJ0097_000000004964	5660	0.6629480911600145	5	3	2	3	3	False	42937	fragment	False	FIJ0097_000000004964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	98.43799999999999	3.0	6.669284978547134e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0125_000000026282	1213	0.6629461305717702	2	2	2	2	2	False	4005	maximal	True	SPA0125_000000026282	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	99.527	87.0	0.000569837466813443	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
MON0094_000000006158	4765	0.6629284184321687	6	6	3	3	2	True	97580	fragment	False	FIJ0053_000000002732	0.2870336777742547		0	0	False	False	0.9993703961372375	0					non-mobilizable	no_good_hit	384.0	74.74	8.0	0.004085790768497144	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	True
CAN0005_000000001928	9994	0.6629267800366845	10	6	4	5	4	True	96292	fragment	False	CAN0004_000000002171	0.9997998799279568		0	0	False	False	1.0	0					non-mobilizable	plasmid	8897.0	98.741	98.0	0.07162816166464009	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
CAN0004_000000002171	9994	0.6629267800366845	10	6	4	5	4	True	96292	fragment	False	CAN0004_000000002171	0.9997998799279568		0	0	False	False	1.0	0					non-mobilizable	plasmid	8897.0	98.741	98.0	0.07162816166464009	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
USA0133_01_000000012765	1677	0.6629219324559928	2	1	1	1	1	True	59	fragment	False	USA0133_01_000000012765	1.0		0	0	False	False	0.9970184564590454	0					non-mobilizable	no_good_hit	618.0	83.819	37.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ISR0251_000000008959	1801	0.6629211313686543	1	1	1	1	1	False	26991	maximal	True	ISR0251_000000008959	1.0		12	3	False	False	0.9988895058631897	0					non-mobilizable	no_good_hit	1214.0	79.077	78.0	0.00034388893155500944	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0072_000000017392	1687	0.6629211313686543	1	1	1	1	1	False	65947	fragment	False	SPA0140_000000013287	0.9500625970073375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	87.171	79.0	0.0003455955763766224	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0308_000000011003	1631	0.6629211313686543	2	1	1	1	1	False	90702	fragment	False	MAD0015_000000012552	0.9568285030286279		0	0	False	False	0.9932556748390198	0					non-mobilizable	no_good_hit	996.0	75.502	60.0	0.005088819717090822	NZ_BBAB01000003.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0131_000000021186	1242	0.6629211313686543	1	1	1	1	1	False	58339	maximal	True	ENG0131_000000021186	0.998389694041868		110	10	False	False	0.9967793822288513	0					non-mobilizable	other	1242.0	99.436	100.0	0.009586713016608728	NZ_LMUA01000009.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00009, whole genome shotgun sequence	False	False
SPA0134_000000020237	1242	0.6629211313686543	1	1	1	1	1	False	58339	maximal	False	ENG0131_000000021186	0.998389694041868		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	99.436	100.0	0.009586713016608728	NZ_LMUA01000009.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00009, whole genome shotgun sequence	False	False
ENG0071_000000006909	3022	0.6629188682755978	8	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.03407372734166558	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	3022.0	99.934	100.0	0.7302393038433648	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0190_000000007892	2934	0.6629188682755978	8	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.034210599039866264	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2934.0	99.898	100.0	0.7089678510998308	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0082_000000005948	2758	0.6629188682755978	8	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.030642183134822865	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2758.0	99.927	100.0	0.6525443786982249	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	True
DEN0065_000000012304	2749	0.6629188682755978	8	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.03059231394908568	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2749.0	100.0	100.0	0.6624879459980714	CP021598.1	other sequences	Unidentified plasmid plasmid FAKO05_2268, complete sequence	False	True
ISR0772_000000001687	2738	0.6629188682755978	8	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.030399623002633692	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	plasmid	2738.0	99.89	100.0	0.6615905245346869	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
SPA0098_000000013929	2576	0.6629188682755978	7	5	2	2	5	False	132209	backbone	False	ENG0141_000000006400	0.025281118081957675	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2576.0	99.961	100.0	0.6063103367082646	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0085_000000010668	2436	0.6629002899322599	2	2	2	2	1	False	12854	maximal	True	MON0085_000000010668	1.0		32	3	False	False	0.9831691384315491	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	1.5450871892700904e-05	NZ_CP039288.1	b-proteobacteria	Cupriavidus necator H16 chromosome 2, complete sequence	True	False
CHI0152_000000009964	1283	0.662898531826562	3	2	2	2	2	False	79318	fragment	False	CHI0152_000000009964	1.0		0	0	False	False	0.9961028695106506	0					non-mobilizable	other	1283.0	96.103	100.0	0.02093232100579639	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0299_000000009041	1424	0.662895360127192	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.3240558365121967		0	0	False	False	0.9985954761505127	0					non-mobilizable	other	1424.0	98.947	100.0	0.002975512141469606	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0291_000000004199	3160	0.6628950897889558	3	2	1	1	0	True	25906	maximal	True	ISR0291_000000004199	1.0		2	2	False	False	0.9996835589408875	0					non-mobilizable	no_good_hit	2150.0	99.90700000000001	68.0	0.000941856469664245	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	True	True
AST0005_000000008653	3359	0.6628911520029592	6	3	2	2	1	True	128553	fragment	False	AST0005_000000008653	1.0		0	0	False	False	0.979160487651825	0					non-mobilizable	no_good_hit	122.0	93.443	4.0	0.004835551292810614	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0122_000000009826	1811	0.6628873515385535	2	2	2	2	2	False	99105	fragment	False	SPA0098_000000018878	0.9534042424938919		0	0	False	False	0.9988956451416016	0					non-mobilizable	other	1793.0	99.833	99.0	0.0050941363420576105	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
FIJ0086_000000014867	2136	0.6628847320016807	3	3	3	1	1	False	43839	maximal	True	FIJ0086_000000014867	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	90.323	15.0	4.9074546889403214e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0142_000000001241	19090	0.662882081365142	29	16	12	13	3	True	81900	maximal	True	FIJ0142_000000001241	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	92.42399999999999	0.0	0.00016096476660108842	NZ_KK211083.1	b-proteobacteria	Deefgea rivuli DSM 18356 Q320DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
FIJ0085_000000022183	1416	0.6628811636966677	2	2	2	2	2	False	43910	fragment	False	ISR0146_000000029598	0.9470633875214028		0	0	False	False	0.9978813529014587	0					non-mobilizable	no_good_hit	507.0	75.937	35.0	0.00039283809020976767	NZ_FPKO01000009.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ISR0222_000000023843	2063	0.6628802119675804	2	2	2	2	2	False	80883	fragment	False	ISR0222_000000023843	1.0		0	0	False	False	0.9941832423210144	0					non-mobilizable	no_good_hit	796.0	72.99	37.0	0.00019491693421974982	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ISR0229_000000009497	1704	0.6628773306874519	2	2	2	2	1	False	27568	fragment	False	ISR0229_000000009497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	82.205	100.0	0.00045030047976162815	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
SPA0119_000000004692	7434	0.6628767311321727	9	6	0	2	5	True	109078	maximal	True	SPA0119_000000004692	0.9961930757075133		7	4	False	False	0.9993274211883545	0					non-mobilizable	other	5454.0	88.21	93.0	0.005866993152465979	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
CAN0006_000000006410	6961	0.6628767311321727	9	6	0	2	5	True	109078	maximal	False	SPA0119_000000004692	0.9646220069948883		0	0	False	False	1.0	0					non-mobilizable	other	5220.0	88.62100000000001	93.0	0.0056188783912628935	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
CHI0156_000000003038	4120	0.662874075049232	4	4	3	4	3	False	113756	fragment	False	ISR0059_000000003816	0.7513220611426261		0	0	False	False	1.0	0					non-mobilizable	other	2694.0	97.476	100.0	0.0006602640909256962	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0040_000000012751	1578	0.6628731493743012	4	2	0	1	1	True	116032	fragment	False	AST0040_000000012751	0.9922870556673373		0	0	False	False	1.0	0					non-mobilizable	other	1578.0	99.68299999999999	100.0	0.00908336885274229	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0248_000000002912	1491	0.6628731493743012	3	2	0	1	1	True	116032	fragment	False	AST0040_000000012751	0.9651457541191382		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	99.531	100.0	0.008582257191240337	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0024_000000005060	4128	0.6628680566159851	6	5	3	3	4	True	124589	maximal	True	ISR0024_000000005060	1.0		440	12	False	False	1.0	0					non-mobilizable	other	4114.0	90.03399999999999	99.0	0.0014435199037559372	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0091_000000002218	5759	0.6628626578238579	7	3	1	2	2	False	126495	maximal	False	ISR0111_000000002356	0.9507662746692269	PS879|PS961	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1403.0	94.512	50.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0195_000000001271	15421	0.662852956273458	21	7	2	7	2	False	29012	maximal	True	ISR0195_000000001271	1.0		1	1	False	False	0.9999351501464844	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000011335	2227	0.6628508378458481	2	2	2	2	2	False	71523	fragment	False	ENG0153_000000013328	0.9771410201936114		0	0	False	False	0.9896721839904785	0					non-mobilizable	no_good_hit	990.0	74.141	44.0	0.0007504071481508155	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
MON0059_000000014525	2672	0.662850588994638	4	4	4	4	3	True	49112	fragment	False	MON0059_000000014525	1.0		0	0	False	False	0.9910179376602173	0					non-mobilizable	other	2654.0	99.359	99.0	0.006033974940695101	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
ENG0129_000000001021	18702	0.6628501561292925	14	8	6	7	5	True	115734	maximal	True	ENG0129_000000001021	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	0.001003890074036893	NZ_FUHU01000018.1	high GC Gram+	Agrococcus casei LMG 22410, whole genome shotgun sequence	True	True
CHI0045_000000016782	1257	0.6628467386059705	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.2300477781476646		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	90.605	99.0	0.0003673186371755967	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0031_000000005344	3795	0.6628292997601097	4	3	3	3	3	False	75031	fragment	False	ENG0031_000000005344	1.0		0	0	False	False	0.9989460110664368	0					non-mobilizable	no_good_hit	1315.0	98.859	35.0	0.005365236209219713	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0044_000000010494	4225	0.662826671976338	6	6	5	5	5	False	79173	fragment	False	MON0044_000000010494	1.0		0	0	False	False	0.9917159676551819	0					non-mobilizable	no_good_hit	1803.0	93.344	64.0	0.0006414889096505079	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0134_000000012464	2610	0.6628191469096492	4	3	2	2	2	False	31484	maximal	True	ISR0134_000000012464	1.0		1	1	False	False	0.9908046126365662	0					non-mobilizable	no_good_hit	270.0	96.296	10.0	7.636179480308309e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0018_000000006371	3335	0.662817937794158	6	3	2	3	1	False	66627	fragment	False	ENG0018_000000006371	0.9626153846153847		0	0	False	False	0.9964017868041992	0					non-mobilizable	no_good_hit								True	False
CHI0107_000000002797	4394	0.6628177329158229	4	3	3	3	0	True	130997	fragment	False	USA0037_01_000000005669	0.5922960298582649		0	0	False	False	0.9984069466590881	0					non-mobilizable	other	3796.0	98.182	98.0	0.00793330503495129	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0131_000000004537	4128	0.6628177329158229	4	3	3	3	0	True	130997	fragment	False	USA0037_01_000000005669	0.5838483051756923		0	0	False	False	0.9970930218696594	0					non-mobilizable	other	3403.0	98.061	99.0	0.007113627761967393	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0198_000000008587	3912	0.6628082570584014	4	4	4	4	4	False	107191	maximal	True	ISR0198_000000008587	1.0		40	6	False	False	0.9946318864822388	0					non-mobilizable	other	3912.0	99.054	100.0	0.10837697785906282	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0842_000000016841	1385	0.6627917043076142	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.1371427137340953		0	0	False	False	0.9927797913551331	0					non-mobilizable	chromosome	1384.0	98.699	99.0	0.0004651731086859129	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0852_000000008101	1508	0.6627858074415064	2	2	2	1	1	False	91188	fragment	False	ENG0087_000000016421	0.9439574201628053		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	94.098	100.0	0.008584057690335958	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
AST0087_000000009228	3761	0.6627821484724279	6	4	4	3	3	False	111018	maximal	True	AST0087_000000009228	1.0		5	2	False	False	0.9984046816825867	0					non-mobilizable	no_good_hit	2331.0	80.738	65.0	0.12405380384468769	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0152_000000011041	2166	0.6627787984531911	4	3	3	3	3	False	57044	maximal	True	ENG0152_000000011041	0.9861728395061728		37	8	False	False	0.9935364723205566	0					non-mobilizable	no_good_hit	404.0	73.762	19.0	7.53446925503312e-05	CP000781.1	a-proteobacteria	Xanthobacter autotrophicus Py2, complete genome	True	False
SPA0101_000000014204	3133	0.6627759913134215	4	4	3	2	2	False	58737	fragment	False	SPA0101_000000014204	0.9924217462932454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	90.462	18.0	0.00011119982027530497	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0031_000000010441	1402	0.6627731127891126	2	2	2	2	1	False	59498	fragment	False	MAD0031_000000010441	0.9904799024949072		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	99.14399999999999	100.0	0.000378810513357194	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0028_000000008926	1378	0.6627731127891126	2	2	2	2	1	False	59498	fragment	False	MAD0031_000000010441	0.9868472480319905		0	0	False	False	0.9927431344985962	0					non-mobilizable	other	1378.0	99.20200000000001	100.0	0.00037232125402773456	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0026_000000022850	1232	0.6627701824887312	4	3	2	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.10111808094919876		0	0	False	False	0.9918830990791321	0					non-mobilizable	chromosome	1232.0	94.72399999999999	100.0	0.00032988742558104134	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0317_000000009971	2028	0.6627685857414006	5	3	3	3	2	False	25165	maximal	True	ISR0317_000000009971	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	888.0	96.171	44.0	0.004932953131364989	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0001_000000005824	4235	0.6627683090370415	8	4	0	2	4	True	68081	maximal	True	ENG0001_000000005824	1.0		4	2	False	False	0.9990555047988892	0					non-mobilizable	chromosome	4243.0	99.434	100.0	0.0009053575221136729	CP053245.1	enterobacteria	Escherichia coli strain SCU-485 chromosome, complete genome	False	True
ISR0398_000000009143	2550	0.6627619635502786	3	3	3	3	2	False	79761	fragment	False	ISR0398_000000009143	1.0		0	0	False	False	0.9996078610420227	0					non-mobilizable	no_good_hit	1449.0	93.375	57.0	0.004104873257774101	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	False
ISR0072_000000003411	6928	0.6627561305077622	7	4	3	4	3	False	35964	maximal	True	ISR0072_000000003411	1.0		4	3	False	False	0.9975461959838867	0					non-mobilizable	no_good_hit	649.0	71.957	9.0	0.011613302510147987	NZ_SNXO01000014.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_114, whole genome shotgun sequence	True	False
SPA0001_000000004751	6876	0.6627530593109527	7	5	4	5	5	False	8454	fragment	False	SPA0001_000000004751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3398.0	87.287	51.0	0.0004999865824892343	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	False
FIJ0048_000000009647	3223	0.6627486292013197	3	3	3	2	3	False	107647	fragment	False	FIJ0048_000000009647	1.0		0	0	False	False	0.9947254061698914	0					non-mobilizable	no_good_hit	150.0	74.667	5.0	0.00028674567230076083	NZ_QXFL01000003.1	a-proteobacteria	Erythrobacter zhengii strain V18 V18_3, whole genome shotgun sequence	True	False
MON0093_000000032484	1423	0.662748425138719	2	2	2	1	1	False	9375	fragment	False	MON0093_000000032484	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1407.0	89.197	99.0	0.00035108923997812885	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	False
ENG0139_000000013502	1585	0.6627479388394637	2	2	2	2	2	False	57847	maximal	True	ENG0139_000000013502	1.0		17	6	False	False	0.998738169670105	0					non-mobilizable	no_good_hit	172.0	76.744	11.0	0.0003924982048979158	NZ_PHSN01000005.1	a-proteobacteria	Acidimangrovimonas sediminis strain MS2-2 contig5, whole genome shotgun sequence	True	False
CAN0021_000000026039	1673	0.6627456353228011	3	3	3	2	2	False	91503	fragment	False	USA0027_01_000000014959	0.9254675467546756		0	0	False	False	0.9988045692443848	0					non-mobilizable	other	1645.0	100.0	100.0	0.0008068327544651862	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0302_000000001860	6074	0.6627411968424693	8	7	6	7	6	False	60725	maximal	True	ISR0302_000000001860	1.0		1	1	False	False	0.9988475441932678	0					non-mobilizable	no_good_hit	1664.0	99.219	54.0	0.021410546915233288	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MON0051_000000012991	2637	0.6627396809725764	3	3	3	3	3	False	15983	maximal	True	MON0051_000000012991	1.0		12	7	False	False	0.9973454475402832	0					non-mobilizable	no_good_hit	1474.0	83.853	56.0	0.000435069117941048	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0020_000000013407	1819	0.6627395781538928	3	3	3	1	1	False	72839	maximal	True	ISR0020_000000013407	1.0		16	4	False	False	0.9994502663612366	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000016947	1157	0.6627340420039989	2	1	1	1	1	False	118946	fragment	False	MAD0095_000000022835	0.3666231488290895		0	0	False	False	0.9982714056968689	0					non-mobilizable	no_good_hit	53.0	100.0	5.0	0.0002311861181627817	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0016_000000013754	1629	0.6627315197357284	2	1	1	1	1	False	66743	fragment	False	ENG0016_000000013754	0.9923809523809524		0	0	False	False	0.9901780486106873	0					non-mobilizable	other	1629.0	99.939	100.0	0.0005530994121450167	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0153_000000018369	1575	0.6627315197357284	1	1	1	1	1	False	66743	fragment	False	ENG0016_000000013754	0.9760589318600368		0	0	False	False	1.0	0					non-mobilizable	other	1575.0	98.476	100.0	0.0005347533628478233	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0252_000000009922	1312	0.6627315197357284	2	1	1	1	1	False	26951	fragment	False	ISR0252_000000009922	1.0		0	0	False	False	0.9969512224197388	0					non-mobilizable	other	1312.0	99.92399999999999	100.0	0.00044540130793741824	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0179_000000001590	15235	0.6627290152032758	17	12	5	10	5	True	132288	fragment	False	CHI0140_000000001647	0.7084946521811037		0	0	False	False	1.0	0					non-mobilizable	other	13318.0	93.227	99.0	0.5884749966780352	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
USA0111_01_000000000897	19267	0.6627260153051948	24	12	4	12	4	True	108400	backbone	False	ISR0280_000000000088	0.0624142888860093	PS672	0	0	False	True	1.0	0					non-mobilizable	other	19268.0	99.325	100.0	0.1922501197509181	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0208_000000007061	4230	0.6627214961594878	6	4	4	4	3	False	53855	maximal	True	ENG0208_000000007061	1.0		1	1	False	False	0.9995272159576416	0					non-mobilizable	no_good_hit	1491.0	96.445	72.0	0.0005193570290268295	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0032_000000003932	3913	0.6627104532999855	6	3	0	3	2	False	100338	maximal	True	MAD0032_000000003932	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	5.0	2.2941108839822777e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0077_000000006162	1916	0.6627104532999855	4	3	0	3	2	False	16222	fragment	False	MAD0077_000000006162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0267_000000011757	1529	0.6627087754787893	2	2	2	2	2	False	37231	fragment	False	ISR0027_000000015637	0.6265938069216758		0	0	False	False	0.9784172773361206	0					non-mobilizable	no_good_hit	125.0	100.0	8.0	0.0005063084398350415	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0001_000000019663	1312	0.6627028056856821	2	2	1	2	1	False	20264	fragment	False	MAD0001_000000019663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0011_000000004228	9139	0.662702521853718	10	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.08231854166944655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0088_000000003956	4195	0.6627023864726552	7	6	6	4	5	False	115495	fragment	False	SPA0088_000000003956	0.966722528130237		0	0	False	False	0.9978545904159546	0					non-mobilizable	other	4184.0	97.729	99.0	0.034875866267481716	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
MAD0096_000000003470	4618	0.6626977012767268	7	3	2	3	1	True	15522	fragment	False	MAD0096_000000003470	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3506.0	94.46700000000001	93.0	0.000965004359875813	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0013_000000010949	4172	0.6626977012767268	7	3	2	3	1	True	13545	fragment	False	MON0013_000000010949	1.0		0	0	False	False	0.9837008714675903	0					non-mobilizable	other	3499.0	94.82700000000001	99.0	0.0009691698463213201	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0148_000000032037	1117	0.6626940651396556	2	2	2	1	1	False	57247	fragment	False	ENG0148_000000032037	1.0		0	0	False	False	0.9973142147064209	0					non-mobilizable	other	1117.0	99.463	100.0	0.007918712570601425	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0003_000000042946	1138	0.6626934004169404	2	1	1	1	1	False	96337	fragment	False	FIJ0015_000000029779	0.9403508771929825		0	0	False	False	0.9920914173126221	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000028829	1292	0.6626921090525338	1	1	1	1	1	False	44828	fragment	False	ISR0213_000000020635	0.9610194902548725		0	0	False	False	0.9976780414581299	0					non-mobilizable	other	1170.0	76.068	90.0	0.00323557796906118	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
MAD0073_000000001317	2498	0.6626912450423645	2	2	2	2	1	True	16299	fragment	False	MAD0073_000000001317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0073_000000002454	1378	0.6626833069985366	1	1	1	1	1	False	16294	maximal	True	MAD0073_000000002454	1.0		16	4	False	False	0.9992743134498596	0					non-mobilizable	no_good_hit	1169.0	87.25399999999999	87.0	0.01044800171895144	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0092_000000047488	1176	0.6626833069985366	1	1	1	1	1	False	9418	fragment	False	MON0092_000000047488	1.0		0	0	False	False	0.9923469424247742	0					non-mobilizable	other	1150.0	88.87	98.0	0.010286850021486892	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0053_01_000000004368	5078	0.662675984463193	7	6	4	6	6	False	15007	maximal	True	USA0053_01_000000004368	1.0		1	1	False	False	0.9966522455215454	0					non-mobilizable	other	4568.0	98.57700000000001	100.0	0.0009059052645651992	CP021175.1	enterobacteria	Escherichia coli strain 5CRE51, complete genome	False	False
TAN0003_000000009283	1178	0.6626693190849761	2	2	2	2	1	False	2970	maximal	True	TAN0003_000000009283	1.0		3	2	False	False	0.9626485705375671	0					non-mobilizable	no_good_hit	72.0	81.944	6.0	1.8217965464463125e-05	NZ_CP021874.1	firmicutes	Enterococcus wangshanyuanii strain MN05 chromosome, complete genome	True	False
ISR0225_000000010496	1870	0.6626644077909357	2	2	2	2	1	False	27684	fragment	False	ISR0225_000000010496	1.0		0	0	False	False	0.9994652271270752	0					non-mobilizable	no_good_hit	1327.0	80.934	70.0	0.00040142323338618384	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0142_000000000002	61952	0.6626619324895752	90	52	18	41	35	True	73550	maximal	True	ISR0142_000000000002	1.0		1	1	True	True	1.0	10					non-mobilizable	no_good_hit	1016.0	85.335	3.0	0.0006105928832810155	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
FIJ0091_000000002605	9766	0.6626539044416925	13	3	2	3	2	False	106160	maximal	True	FIJ0091_000000002605	1.0		2	1	False	False	0.9998975992202759	0					non-mobilizable	no_good_hit	217.0	100.0	3.0	0.0006904532058125931	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0036_000000002078	8788	0.6626539044416925	13	3	2	3	2	False	106156	maximal	True	SPA0036_000000002078	1.0		3	2	False	False	0.9998862147331238	0					non-mobilizable	no_good_hit	110.0	91.818	1.0	0.0004901337883711221	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0059_000000000820	27495	0.6626495420913224	55	38	12	21	30	False	91000	fragment	False	USA0069_01_000000001480	0.4717815367374098		0	0	False	False	1.0	0	rep_cluster_1817				non-mobilizable	other	7108.0	98.635	90.0	0.0021237979270847317	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0058_000000024819	1391	0.6626483309428078	1	1	1	1	1	False	92010	fragment	False	SPA0019_000000019615	0.9578061444103775		0	0	False	False	0.9964054822921753	0					non-mobilizable	no_good_hit	78.0	100.0	6.0	0.06169871794871795	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
DEN0052_000000034288	1367	0.6626483309428078	1	1	1	1	1	False	92013	fragment	False	DEN0052_000000034288	1.0		0	0	False	False	0.9992684721946716	0					non-mobilizable	no_good_hit	124.0	81.452	9.0	2.1954320021161823e-05	CP046266.1	firmicutes	Bacillus sp. DSL-17 chromosome, complete genome	True	False
ENG0109_000000018193	1345	0.6626483309428078	1	1	1	1	1	False	92010	fragment	False	SPA0019_000000019615	0.9562422318886651		0	0	False	False	0.9992564916610718	0					non-mobilizable	no_good_hit	64.0	100.0	5.0	0.05048076923076923	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
DEN0010_000000006012	6581	0.6626407535736086	14	4	3	4	3	False	121258	fragment	False	DEN0010_000000006012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	1.0	2.9923737218289387e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0145_000000028541	1213	0.6626397646302961	1	1	1	1	1	False	13481	fragment	False	MON0013_000000045108	0.9272727272727272		0	0	False	False	0.9983512163162231	0					non-mobilizable	no_good_hit	1030.0	72.33	83.0	0.007507766009206931	NZ_MRAE01000004.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_3, whole genome shotgun sequence	True	False
ISR0097_000000016253	1849	0.6626388700119965	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.16768639657612833		0	0	False	False	1.0	0					non-mobilizable	other	1858.0	86.76	100.0	0.9710830704521556	NZ_JAAWUO010000037.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_37_length_1902_cov_261.886, whole genome shotgun sequence	False	False
USA0046_01_000000002017	5318	0.6626256455484346	9	6	2	3	5	True	94016	fragment	False	USA0046_01_000000002017	1.0		0	0	False	False	0.9992478489875793	0					non-mobilizable	virus	2847.0	99.29799999999999	98.0	0.08295683096744105	JQ680350.1	viruses	Unidentified phage clone 1013_scaffold47 genomic sequence	False	True
ENG0171_000000021642	1131	0.6626248603987107	2	2	2	1	1	True	85853	fragment	False	CHI0141_000000020826	0.5596915227924452		0	0	False	False	0.977011501789093	0					non-mobilizable	other	1131.0	93.103	100.0	0.0003026051626583087	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0106_000000023323	1187	0.6626227863440691	2	2	2	2	2	False	49021	fragment	False	ISR0106_000000023323	0.9938325991189427		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	98.736	100.0	0.004724139716631282	NZ_GL833111.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD3, whole genome shotgun sequence	False	False
FIJ0026_000000028671	1135	0.6626227863440691	2	2	2	2	2	False	49021	fragment	False	ISR0106_000000023323	0.9721988205560236		0	0	False	False	0.9955947399139404	0					non-mobilizable	other	1135.0	97.885	100.0	0.0045170104879088315	NZ_GL833111.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD3, whole genome shotgun sequence	False	False
ENG0021_000000008000	2323	0.66262244183867	3	3	3	3	2	False	66373	fragment	False	ENG0021_000000008000	1.0		0	0	False	False	0.9995695352554321	0					non-mobilizable	other	2323.0	99.225	100.0	0.0006525562387130534	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
USA0037_01_000000004214	8701	0.6626217592671421	11	7	4	6	3	True	95192	maximal	True	USA0037_01_000000004214	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	86.43299999999999	10.0	0.005531848662109755	NZ_NFLJ01000001.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_1, whole genome shotgun sequence	True	True
DEN0092_000000002101	5056	0.6626173208756965	6	4	4	4	4	False	118598	maximal	True	DEN0092_000000002101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	87.48100000000001	60.0	0.000252169734634932	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
DEN0052_000000002677	10520	0.6626172036816596	20	7	5	7	6	False	72365	maximal	True	DEN0052_000000002677	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	88.17200000000001	1.0	0.002695098474751962	MN693568.1	viruses	Marine virus AFVG_25M275, complete genome	True	False
ENG0069_000000012515	1462	0.6626162535411232	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.21254374812586269		0	0	False	False	0.9897400736808777	0					non-mobilizable	no_good_hit	122.0	81.96700000000001	8.0	4.0391297425694316e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0105_000000027528	1251	0.6626162535411232	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.13940671669464086		0	0	False	False	0.9992006421089172	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000021607	1566	0.6626153551406455	3	3	3	3	3	False	1362	maximal	True	USA0037_01_000000021607	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	6.0	1.5574119906484085e-05	CP012288.1	firmicutes	Pediococcus damnosus strain TMW 2.1535, complete genome	True	False
ENG0138_000000009555	2046	0.6626150057763458	5	1	1	1	1	False	57925	maximal	True	ENG0138_000000009555	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	82.85700000000001	9.0	5.032690283799326e-05	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
ISR0392_000000019152	1787	0.6626150057763458	2	1	1	1	1	False	74502	fragment	False	ISR0392_000000019152	1.0		0	0	False	False	0.9994404315948486	0					non-mobilizable	other	1789.0	96.98200000000001	100.0	0.00034591025042856265	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0210_000000022499	1208	0.6626150057763458	2	1	1	1	1	False	53692	maximal	True	ENG0210_000000022499	1.0		5	4	False	False	0.9826158881187439	0					non-mobilizable	no_good_hit								True	False
ISR0833_000000000864	9830	0.6626070390796891	10	7	1	4	6	True	117636	fragment	False	CHI0149_000000001585	0.894253340120316		0	0	False	False	1.0	0					non-mobilizable	other	9729.0	99.01299999999999	99.0	0.0031202444592635286	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0055_000000007222	2246	0.6626045132408463	4	3	3	2	1	False	86231	maximal	True	CHI0055_000000007222	1.0		51	7	False	False	1.0	0					non-mobilizable	chromosome	2247.0	90.12	100.0	0.0004776178025870549	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0016_000000019554	1153	0.6625932362626219	3	2	2	2	2	False	103337	fragment	False	FIJ0169_000000013717	0.2538972082322977		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	98.44	100.0	0.0003515978184468403	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MAD0089_000000008623	2701	0.6625928616954871	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8960384257838234	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2285.0	74.354	84.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0059_000000005811	2491	0.6625928616954871	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.7732936630291386	PS721	0	0	False	True	0.9971898794174194	0					non-mobilizable	no_good_hit	2201.0	74.194	87.0	0.265569774527727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0050_000000027854	1437	0.6625898012393863	3	3	3	2	1	False	84813	maximal	True	MON0050_000000027854	1.0		19	4	False	False	0.9993041157722473	0					non-mobilizable	chromosome	1339.0	99.104	93.0	0.0002935099423750921	CP026827.1	enterobacteria	Shigella dysenteriae strain CFSAN010956 chromosome, complete genome	False	False
FIJ0106_000000010471	2450	0.6625841540718851	3	2	2	2	2	True	73235	fragment	False	FIJ0106_000000010471	1.0		0	0	False	False	0.9995918273925781	0					non-mobilizable	other	2434.0	96.795	100.0	0.0008262517016810077	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0158_000000002946	4817	0.6625813258060224	4	4	3	3	4	False	114063	fragment	False	SPA0158_000000002946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2774.0	95.205	58.0	0.05486308958531181	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	False
FIJ0063_000000009705	2700	0.6625754583771979	3	2	2	2	1	True	45615	fragment	False	FIJ0063_000000009705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	2.0	4.992416647123702e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
ISR0046_000000021435	1658	0.6625737289125335	3	2	2	2	2	False	121950	fragment	False	ISR0046_000000021435	1.0		0	0	False	False	0.9981905817985535	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	5.730782039381967e-07	CP032583.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_13	True	False
FIJ0089_000000010269	2367	0.6625656721557043	2	2	2	2	2	False	43577	maximal	True	FIJ0089_000000010269	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	96.884	53.0	0.0003306985959491678	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0084_01_000000020296	1592	0.6625620099600551	2	1	1	1	1	False	469	maximal	True	USA0084_01_000000020296	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	73.361	73.0	0.0007748872405463757	NC_010163.1	mycoplasmas	Acholeplasma laidlawii PG-8A, complete sequence	True	False
MON0050_000000003334	6414	0.6625536440019462	10	8	4	6	5	True	120940	maximal	True	MON0050_000000003334	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	3249.0	83.072	87.0	0.0009129350635193874	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0028_000000007380	4119	0.6625483273405085	4	3	1	2	2	True	109072	maximal	True	FIJ0028_000000007380	1.0		1	1	False	False	0.9995144605636597	0					non-mobilizable	other	4149.0	85.948	100.0	0.013471437992342343	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
MON0078_000000006965	5301	0.6625477481295455	4	4	2	4	4	False	34646	fragment	False	MON0052_000000003849	0.9509155541947089		0	0	False	False	0.9996227025985718	0					non-mobilizable	no_good_hit	626.0	72.524	12.0	0.7045977011494253	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
AST0014_000000009857	1666	0.6625477199754529	2	2	2	2	1	False	124220	fragment	False	AST0014_000000009857	0.99165061014772		0	0	False	False	0.9987995028495789	0					non-mobilizable	chromosome	1666.0	99.16	100.0	0.0007430126687006918	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0291_000000005809	2394	0.6625357714762898	4	3	3	3	2	False	90633	fragment	False	CHI0109_000000006175	0.3232448866777225		0	0	False	False	0.9832915663719177	0					non-mobilizable	other	2343.0	99.95700000000001	98.0	0.00373708296898636	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0062_000000003062	11632	0.6625342438237062	12	5	3	3	3	False	126512	fragment	False	MON0062_000000003062	1.0		0	0	False	False	0.9932084083557129	0					non-mobilizable	no_good_hit	106.0	90.566	1.0	4.401417675674203e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0816_000000004989	8656	0.6625342438237062	13	5	3	3	3	False	126511	fragment	False	ISR0816_000000004989	1.0		0	0	False	False	0.9996533989906311	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.78348948413743e-07	CP020629.1	bony fishes	Oryzias latipes strain HSOK chromosome 9	True	False
AST0024_000000004217	6931	0.6625342438237062	11	5	3	3	3	False	126510	fragment	False	ISR0219_000000003973	0.8321736906412045		0	0	False	False	0.9950944781303406	0					non-mobilizable	no_good_hit								True	False
AST0019_000000003487	6851	0.6625342438237062	10	5	3	3	3	False	126510	fragment	False	ISR0219_000000003973	0.8230263738151742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.78348948413743e-07	CP020629.1	bony fishes	Oryzias latipes strain HSOK chromosome 9	True	False
SPA0137_000000005375	6680	0.6625342438237062	7	5	3	3	3	False	74217	fragment	False	SPA0137_000000005375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.78348948413743e-07	CP020629.1	bony fishes	Oryzias latipes strain HSOK chromosome 9	True	False
DEN0073_000000006157	6651	0.6625342438237062	9	5	3	3	3	False	126510	fragment	False	ISR0219_000000003973	0.8193760927194342		0	0	False	False	0.999248206615448	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.78348948413743e-07	CP020629.1	bony fishes	Oryzias latipes strain HSOK chromosome 9	True	False
AST0010_000000003721	6576	0.6625342438237062	10	5	3	3	3	False	126510	fragment	False	ISR0219_000000003973	0.5479877675489584		0	0	False	False	0.9978710412979126	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000004103	6333	0.6625342438237062	11	5	3	3	3	False	126510	fragment	False	ISR0219_000000003973	0.4005125506200572		0	0	False	False	0.9992104768753052	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.0035459406396247e-07	CP050591.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 10a	True	False
AST0055_000000004759	6301	0.6625342438237062	10	5	3	3	3	False	126510	fragment	False	ISR0219_000000003973	0.6708264813399202		0	0	False	False	0.9998412728309631	0					non-mobilizable	no_good_hit								True	False
DEN0026_000000006267	4654	0.6625342438237062	7	5	3	3	3	False	74216	fragment	False	DEN0026_000000006267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0303_000000002528	4351	0.6625342438237062	7	5	3	3	3	False	25517	fragment	False	ISR0303_000000002528	1.0		0	0	False	False	0.9947138428688049	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	9.78348948413743e-07	CP020629.1	bony fishes	Oryzias latipes strain HSOK chromosome 9	True	False
ISR0302_000000002164	5440	0.6625314836800229	6	6	6	6	6	False	25545	maximal	True	ISR0302_000000002164	1.0		21	3	False	False	1.0	0					non-mobilizable	no_good_hit	1809.0	78.49600000000001	40.0	0.000520047482596237	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0052_000000026140	1422	0.6625251094227816	4	4	3	2	3	False	103337	fragment	False	FIJ0169_000000013717	0.893173773867351		0	0	False	False	0.997890293598175	0					non-mobilizable	other	1423.0	98.524	100.0	0.0004336271446933277	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0054_000000008516	4351	0.6625174921520764	4	2	1	2	1	True	12295	maximal	True	MON0054_000000008516	1.0		11	5	False	False	0.997012197971344	0					non-mobilizable	no_good_hit	2186.0	97.027	50.0	0.02273980871501868	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	True	True
ISR0819_000000013358	1969	0.6625174921520764	2	2	1	2	1	True	21316	fragment	False	ISR0819_000000013358	1.0		0	0	False	False	0.9994921088218689	0					non-mobilizable	other	1130.0	97.522	97.0	0.004371639811014826	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
ISR0002_000000010680	1938	0.6625174921520764	2	2	1	2	1	True	38640	fragment	False	ISR0002_000000010680	1.0		0	0	False	False	0.9659442901611328	0					non-mobilizable	other	960.0	97.083	96.0	0.003719966795708268	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
FIJ0128_000000016723	1571	0.6625133888227007	3	2	1	2	1	False	41002	maximal	True	FIJ0128_000000016723	1.0		2	1	False	False	0.9936346411705017	0					non-mobilizable	no_good_hit								True	False
ISR0394_000000008049	2361	0.662511651952701	3	2	2	2	2	True	106210	fragment	False	MON0051_000000013857	0.9697530281821715		0	0	False	False	1.0	0					non-mobilizable	other	2361.0	99.788	100.0	0.0010711585123968444	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
FIJ0085_000000010817	2851	0.6625100329097768	3	3	3	3	2	False	48145	maximal	True	FIJ0085_000000010817	1.0		37	2	False	False	0.9905296564102173	0					non-mobilizable	no_good_hit	921.0	74.484	32.0	0.009560412652109572	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0802_000000006718	2366	0.6625063016884717	3	3	3	3	2	True	67887	fragment	False	ENG0115_000000007652	0.6444331623639289		0	0	False	False	0.9953507781028748	0					non-mobilizable	other	1397.0	93.414	98.0	0.0003736731830547053	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0126_000000011961	4056	0.6625052674235116	7	5	3	5	3	True	113116	fragment	False	ISR0126_000000011961	0.9694788096775108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	92.735	6.0	0.04411485073207834	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0170_000000006349	6850	0.6624976729263417	6	5	5	4	4	False	109856	maximal	True	ISR0170_000000006349	1.0	PS691	3	2	False	True	0.9978102445602417	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	3.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0290_000000002225	4315	0.6624937831215897	5	2	1	2	0	False	25926	maximal	True	ISR0290_000000002225	1.0		11	2	False	False	0.9997682571411133	0					non-mobilizable	no_good_hit	800.0	99.625	19.0	0.0002775847693162868	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0089_000000003997	2098	0.6624932199737654	3	2	2	2	0	True	130830	maximal	True	CHI0089_000000003997	1.0		2	2	False	False	0.9914203882217407	0					non-mobilizable	no_good_hit	1419.0	87.80799999999999	67.0	0.0006599228613135963	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
CHI0044_000000008259	1880	0.6624851103585323	3	2	2	2	2	False	87252	maximal	False	ENG0109_000000012050	0.9125487069440017		0	0	False	False	1.0	0					non-mobilizable	other	1886.0	91.994	100.0	0.0004609344563461971	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0147_000000010697	1941	0.6624837217930045	2	2	2	2	2	False	39940	maximal	True	FIJ0147_000000010697	1.0		7	2	False	False	0.9793920516967773	0					non-mobilizable	no_good_hit	1196.0	83.11	89.0	0.0004030015117653675	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0128_000000002728	10539	0.6624749746045956	12	5	3	3	5	False	31872	maximal	True	ISR0128_000000002728	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	71.31	6.0	0.0139723414401526	NZ_FRAD01000024.1	firmicutes	Hathewaya proteolytica DSM 3090, whole genome shotgun sequence	True	False
DEN0071_000000036893	1206	0.6624693127517111	2	2	2	2	2	False	94762	fragment	False	FIJ0028_000000015259	0.11979166666666667		0	0	False	False	0.9875621795654297	0					non-mobilizable	no_good_hit	258.0	74.031	21.0	0.0005764941378324277	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
CHI0168_000000003773	4903	0.6624687703942105	7	6	5	6	6	False	102829	maximal	True	CHI0168_000000003773	0.9966569160050146		11	5	False	False	1.0	0					non-mobilizable	other	4063.0	99.53200000000001	90.0	0.0017840421775328391	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0092_000000001295	21103	0.6624656595775997	28	10	5	10	6	True	93013	fragment	False	SPA0025_000000000622	0.6466843819904217		0	0	False	False	0.9999526143074036	0					non-mobilizable	no_good_hit	146.0	78.082	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
USA0004_01_000000018782	1151	0.662457381949064	1	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.38596514490715395		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	95.917	100.0	0.0003193539608222115	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0089_000000009128	2635	0.6624513451081403	6	2	1	1	2	False	9612	maximal	True	MON0089_000000009128	1.0		1	1	False	False	0.992409884929657	0					non-mobilizable	no_good_hit	936.0	72.756	34.0	0.17146596858638743	NZ_UGQE01000006.1	g-proteobacteria	Moraxella caviae strain NCTC10293, whole genome shotgun sequence	True	False
CAN0021_000000015293	2807	0.6624511970116689	4	3	3	3	3	False	91614	fragment	False	CAN0021_000000015293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	80.597	14.0	0.0001367470984082158	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0100_000000012140	2477	0.6624505583700527	3	3	3	3	3	False	91055	fragment	False	SPA0154_000000002982	0.9399998802482239		0	0	False	False	1.0	0					non-mobilizable	other	2476.0	97.779	99.0	0.02689925008151288	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0287_000000007028	1825	0.6624504772951929	2	2	2	2	1	False	69962	maximal	True	ISR0287_000000007028	0.9730590961761297		15	6	False	False	1.0	0					non-mobilizable	other	1663.0	84.426	90.0	0.12855482371173962	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0043_000000025590	1164	0.6624488735273376	3	3	3	1	1	False	11656	maximal	True	MON0043_000000025590	1.0		6	5	False	False	0.993127167224884	0					non-mobilizable	no_good_hit	325.0	86.154	41.0	8.642929376863464e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0098_000000008064	3170	0.6624421077722569	4	4	4	4	3	False	60723	fragment	False	ENG0098_000000008064	1.0		0	0	False	False	0.9990536570549011	0					non-mobilizable	other	1798.0	98.61	99.0	0.02311000102997219	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
MON0025_000000013493	2731	0.6624415382479742	4	3	2	3	1	False	31669	maximal	True	MON0025_000000013493	1.0		0	0	False	False	0.9970706701278687	0					non-mobilizable	no_good_hit	1236.0	73.544	45.0	0.0004059325391282279	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0016_000000017260	1373	0.6624372363913698	2	2	2	2	2	False	123122	maximal	True	AST0016_000000017260	1.0		1	1	False	False	0.9956300258636475	0					non-mobilizable	plasmid	1374.0	97.671	100.0	0.023945725347936795	LT960785.1	firmicutes	Lactobacillus sakei isolate MFPB19 genome assembly, plasmid: 2	False	True
DEN0028_000000002788	7745	0.6624338130782166	9	7	7	7	6	True	119342	fragment	False	MON0046_000000003368	0.9522816798828049		0	0	False	False	1.0	0					non-mobilizable	chromosome	7211.0	97.337	94.0	0.0010159738528585309	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
CHI0045_000000007316	2824	0.6624336881391948	4	2	2	2	2	False	87163	maximal	True	CHI0045_000000007316	1.0		6	4	False	False	0.9992917776107788	0					non-mobilizable	no_good_hit	756.0	97.22200000000001	27.0	0.00011591191619198527	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0041_000000003792	3331	0.6624326331870807	5	3	2	2	3	True	94677	fragment	False	ISR0041_000000003792	1.0		0	0	False	False	0.9864905476570129	0					non-mobilizable	other	2724.0	98.20100000000001	90.0	0.0005254504531985949	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0298_000000005048	2875	0.6624326331870807	4	3	2	2	3	True	94674	fragment	False	CHI0010_000000002764	0.7422757455415221		0	0	False	False	0.9815652370452881	0					non-mobilizable	other	2381.0	95.338	92.0	0.0004588249626345268	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0154_000000037229	1107	0.6624301806215995	2	1	1	1	1	False	39543	fragment	False	FIJ0154_000000037229	1.0		0	0	False	False	0.9936766028404236	0					non-mobilizable	other	1105.0	95.204	99.0	0.012840344735342351	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	False	False
MON0034_000000012414	2222	0.6624263644777818	2	2	2	2	1	False	67634	fragment	False	MON0034_000000012414	0.978921124206709		0	0	False	False	0.9864986538887024	0					non-mobilizable	no_good_hit	319.0	73.668	14.0	0.00011155090103026995	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0853_000000002515	5570	0.6624255622777593	8	5	4	4	3	False	94821	maximal	True	ISR0853_000000002515	1.0		19	8	False	False	0.9992818832397461	0					non-mobilizable	no_good_hit	130.0	92.30799999999999	2.0	3.591189059400772e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0176_000000012016	2789	0.6624124415554522	4	2	2	2	2	True	102365	maximal	True	ISR0176_000000012016	1.0		51	7	False	False	1.0	0					non-mobilizable	other	2791.0	97.70700000000001	100.0	0.007958160844356849	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
ISR0193_000000008879	3072	0.6624121594003891	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.3162020513986613	PS1137	0	0	False	True	0.9993489384651184	0					non-mobilizable	no_good_hit	190.0	97.368	6.0	5.248512921338954e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
MAD0036_000000024170	1307	0.6624015013905947	1	1	1	1	1	False	53455	fragment	False	ETH0001_000000025758	0.8170771376887681		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	77.10300000000001	81.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0086_000000008879	1259	0.6624015013905947	1	1	1	1	1	False	53455	fragment	False	ETH0001_000000025758	0.351556882601259		0	0	False	False	0.9952343106269836	0					non-mobilizable	no_good_hit	1069.0	77.081	84.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
SPA0018_000000000197	54890	0.6623957645370346	60	29	11	20	20	True	110961	fragment	False	SPA0018_000000000197	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	18389.0	97.314	92.0	0.09896714019537098	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0233_000000006469	2247	0.6623948065633676	3	3	3	3	2	False	27393	maximal	True	ISR0233_000000006469	1.0		0	0	False	False	0.9942145347595215	0					non-mobilizable	no_good_hit	765.0	99.21600000000001	34.0	0.0010256162423246586	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
MAD0087_000000008438	3255	0.6623914854355608	4	4	2	3	3	False	40631	fragment	False	MAD0097_000000011078	0.9392746696654484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	77.281	32.0	0.001278372738547552	NZ_JABXYR010000002.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig2, whole genome shotgun sequence	True	False
ISR0097_000000010098	2796	0.6623761133437491	3	2	2	2	2	False	71892	fragment	False	ISR0097_000000010098	0.9978517722878625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.053267214439073e-06	CP033906.1	firmicutes	Bacillus sp. FJAT-42376 chromosome	True	False
DEN0061_000000014680	2793	0.6623761133437491	3	2	2	2	2	False	71892	fragment	False	ISR0097_000000010098	0.9973175965665235		0	0	False	False	0.9996419548988342	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.053267214439073e-06	CP033906.1	firmicutes	Bacillus sp. FJAT-42376 chromosome	True	False
MON0106_000000020873	2008	0.6623686105559391	2	2	2	2	2	False	30580	maximal	True	MON0106_000000020873	0.9976732161323681		260	10	False	False	1.0	0					non-mobilizable	other	2008.0	99.801	100.0	0.014200362441952656	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	False	False
ISR0166_000000002352	6478	0.6623565909430966	11	5	4	5	3	False	106283	maximal	True	ISR0166_000000002352	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	95.05	15.0	0.00014214777389253065	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0088_000000001553	18791	0.6623461072267104	25	13	7	12	7	False	43693	fragment	False	FIJ0088_000000001553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	73.51100000000001	5.0	0.013545804832880313	KT020842.1	firmicutes	Clostridium perfringens strain JP838 plasmid pJP838B, complete sequence	True	False
AST0148_000000008935	3889	0.66233898095447	5	5	5	5	4	False	105127	maximal	True	AST0148_000000008935	1.0		74	13	False	False	0.9994857311248779	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	4.1512723649798665e-05	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ENG0164_000000016053	1289	0.6623359008634855	2	2	2	2	1	False	56258	maximal	True	ENG0164_000000016053	1.0		1	1	False	False	0.991466224193573	0					non-mobilizable	no_good_hit								True	False
ISR0086_000000010459	2544	0.6623349434801045	4	4	4	4	2	False	43926	maximal	True	ISR0086_000000010459	1.0		0	0	False	False	0.9811320900917053	0					non-mobilizable	no_good_hit	944.0	86.758	56.0	0.00020964323261852855	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0002_000000000602	26468	0.662329491584018	28	19	11	14	13	False	122294	maximal	True	ENG0002_000000000602	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	74.175	6.0	0.000308605868546339	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0041_000000019481	1729	0.6623270646159831	3	1	1	1	1	False	73020	fragment	False	DEN0083_000000014331	0.7155212758325178		0	0	False	False	0.9913244843482971	0					non-mobilizable	no_good_hit	1428.0	99.23	83.0	0.00039599891141954227	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0014_000000033730	1470	0.6623246595792353	3	3	1	2	0	True	93493	maximal	True	CAN0014_000000033730	1.0		3	1	False	False	0.9863945841789246	0					non-mobilizable	no_good_hit	417.0	81.535	28.0	0.0017187965938835691	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
USA0023_01_000000010321	3075	0.6623246343863418	3	3	3	3	2	False	1712	maximal	True	USA0023_01_000000010321	1.0		6	3	False	False	0.9973983764648438	0					non-mobilizable	other	3060.0	92.745	99.0	0.005971778310688955	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	False
FIJ0067_000000015466	1993	0.6623238493710453	3	2	2	2	2	False	76852	fragment	False	ISR0073_000000011982	0.8118361036157006		0	0	False	False	0.9919719099998474	0					non-mobilizable	no_good_hit	963.0	70.301	47.0	0.0003194192875099176	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0821_000000015465	1986	0.6623238493710453	3	2	2	2	2	False	76852	fragment	False	ISR0073_000000011982	0.698115058924511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	70.251	47.0	0.00031770566472284724	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0063_000000009300	3080	0.6623231809459029	5	4	3	3	3	False	50477	maximal	True	MON0063_000000009300	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	83.811	60.0	0.006995323460639127	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
ISR0032_000000001870	13931	0.6623231272541568	15	8	5	5	6	False	59223	maximal	True	ISR0032_000000001870	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	84.416	1.0	0.00033697353427597244	NZ_KB822504.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.9, whole genome shotgun sequence	True	False
DEN0051_000000024395	1910	0.6623195917060613	3	2	2	2	2	False	72534	maximal	True	DEN0051_000000024395	1.0		4	2	False	False	0.9989528656005859	0					non-mobilizable	no_good_hit	936.0	85.897	81.0	0.0002624838617390146	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0079_000000017966	1565	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.2380326152424241		0	0	False	False	0.9993610382080078	0					non-mobilizable	other	1565.0	98.46600000000001	100.0	0.009008490098724757	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0040_000000016175	1494	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.22312483128635863		0	0	False	False	0.9879518151283264	0					non-mobilizable	other	1487.0	97.781	100.0	0.008559217574619558	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0115_000000015573	1374	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.1525607828685609		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	99.054	100.0	0.007896828596772149	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0305_000000014145	1336	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.12756450035041397		0	0	False	False	0.992514967918396	0					non-mobilizable	no_good_hit	1193.0	98.491	89.0	0.00686580575299227	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0149_000000020355	1336	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.08200868634373391		0	0	False	False	0.9977545142173767	0					non-mobilizable	other	1338.0	97.68299999999999	100.0	0.00769523195134033	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0045_000000017895	1326	0.6623192390384006	2	2	2	1	1	False	124357	fragment	False	FIJ0045_000000017895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	98.63	83.0	0.0063013351457831745	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0046_000000028763	1301	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.11147909278209511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	98.669	87.0	0.0064856520787494095	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0055_000000010985	1294	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.10970089554634396		0	0	False	False	0.9930447936058044	0					non-mobilizable	other	1295.0	97.60600000000001	100.0	0.007447556072666951	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0101_000000008793	1267	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.12563707426545484		0	0	False	False	0.9992107152938843	0					non-mobilizable	other	1193.0	98.24	94.0	0.00686580575299227	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0060_000000012003	1228	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.12523403936399935		0	0	False	False	0.9991856813430786	0					non-mobilizable	other	1228.0	97.15	100.0	0.00706740239842409	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0047_000000041092	1179	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.05413212949658398		0	0	False	False	0.97879558801651	0					non-mobilizable	other	1180.0	97.03399999999999	100.0	0.006785167094819542	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0022_000000029008	1157	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.09601517495479514		0	0	False	False	0.9870354533195496	0					non-mobilizable	other	1157.0	98.531	100.0	0.006658449203405256	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0076_000000016141	1138	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.08280613419585545		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	98.656	98.0	0.006422293133042266	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0034_000000014231	1124	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.08201536371062053		0	0	False	False	0.9991103410720825	0					non-mobilizable	other	1124.0	97.954	100.0	0.006468372366283825	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0091_000000015664	1118	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.08198179179062262		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	97.49600000000001	100.0	0.006433812941352656	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0299_000000012403	1113	0.6623192390384006	2	2	2	1	1	False	124353	fragment	False	FIJ0039_000000009941	0.0556903656891317		0	0	False	False	0.9955076575279236	0					non-mobilizable	other	1105.0	98.462	99.0	0.006358934187335122	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0084_000000026314	1107	0.6623192390384006	2	2	2	1	1	False	34015	maximal	True	ISR0084_000000026314	1.0		1	1	False	False	0.9963866472244263	0					non-mobilizable	no_good_hit	848.0	98.939	77.0	0.0048786388194500445	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0097_000000011836	2933	0.6623162346954647	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9388766942957383		0	0	False	False	1.0	0					non-mobilizable	other	2934.0	99.48899999999999	100.0	0.0014035876907321579	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
FIJ0101_000000013456	2069	0.6623094649645049	4	3	2	3	2	True	42689	fragment	False	FIJ0101_000000013456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0180_000000000240	27333	0.6623061972901411	26	6	5	5	3	False	88381	fragment	False	ENG0180_000000000240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	98.93	3.0	0.997624703087886	GQ877295.1		Uncultured organism clone VC1AL22TF genomic sequence	True	False
MAD0068_000000019127	1500	0.6623037810037835	2	2	2	2	2	False	16437	fragment	False	MAD0068_000000019127	1.0		0	0	False	False	0.9806666374206543	0					non-mobilizable	other	1482.0	98.111	99.0	0.019794691971037382	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MAD0028_000000006339	1995	0.6623026294758281	3	3	3	3	2	False	41137	fragment	False	MAD0028_000000006339	0.9870038573155667		0	0	False	False	1.0	0					non-mobilizable	chromosome	2026.0	76.456	99.0	0.000676879436287194	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0012_000000014446	1575	0.6623010048766939	2	2	2	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.639238625371427		0	0	False	False	0.9930158853530884	0					non-mobilizable	chromosome	1575.0	100.0	100.0	0.0007179255145436931	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
CAN0014_000000029016	1693	0.6622987255591848	2	2	1	2	1	False	93566	maximal	True	CAN0014_000000029016	1.0		20	6	False	False	1.0	0					non-mobilizable	other	1693.0	99.705	100.0	0.00047550609642656606	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0101_000000020364	1154	0.6622970984853137	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.10330874003270071		0	0	False	False	0.992201030254364	0					non-mobilizable	chromosome	1155.0	91.169	100.0	0.00039980034382132445	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0278_000000011063	1137	0.6622970984853137	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.10253940779905947		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	91.301	100.0	0.0003938747938257163	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0064_000000006069	3751	0.6622952913205911	4	3	3	3	2	False	62995	maximal	True	ENG0064_000000006069	1.0		33	6	False	False	0.9989336133003235	0					non-mobilizable	no_good_hit	184.0	94.565	5.0	8.981167522331453e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0016_000000003771	2093	0.662293746890032	5	3	2	2	1	False	99524	fragment	False	DEN0016_000000003771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0014_000000012275	1331	0.662292383100311	3	2	2	2	1	False	124062	maximal	True	AST0014_000000012275	1.0		1	1	False	False	0.9992486834526062	0					non-mobilizable	no_good_hit	534.0	76.404	40.0	0.00011995366931245006	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0084_000000018033	1625	0.6622897266894161	3	3	2	3	2	False	61507	maximal	True	ENG0084_000000018033	1.0		7	7	False	False	0.9833846092224121	0					non-mobilizable	no_good_hit	90.0	84.444	6.0	0.00033758795304113644	NZ_WBOT01000005.1	firmicutes	Bacillus mesophilum strain IITR-54 NODE_5_length_263635_cov_45.078193, whole genome shotgun sequence	True	False
ENG0073_000000010158	2496	0.6622863374990077	5	5	2	4	3	False	62237	fragment	False	ENG0073_000000010158	1.0		0	0	False	False	0.9955929517745972	0					non-mobilizable	no_good_hit	1324.0	92.9	53.0	0.19440765268579838	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
MON0099_000000017615	1948	0.6622848834736256	4	3	1	2	3	True	14085	fragment	False	MON0099_000000017615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0101_000000008451	5304	0.6622825712595908	9	6	2	4	4	False	4953	maximal	True	SPA0101_000000008451	1.0		1	1	False	False	0.9988687634468079	0					non-mobilizable	other	3288.0	97.62799999999999	99.0	0.02542674528374886	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0107_000000020368	2853	0.6622793657816609	4	1	1	1	1	False	96331	fragment	False	MON0107_000000020368	1.0		0	0	False	False	0.9996494650840759	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	7.64399373192514e-05	NZ_STGU01000003.1	a-proteobacteria	Rhizobium rosettiformans W3, whole genome shotgun sequence	True	False
MON0083_000000019993	1918	0.6622793657816609	2	1	1	1	1	False	13522	fragment	False	MON0013_000000028293	0.9966110531803962		0	0	False	False	0.9994786381721497	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	7.64399373192514e-05	NZ_STGU01000003.1	a-proteobacteria	Rhizobium rosettiformans W3, whole genome shotgun sequence	True	False
SPA0109_000000021709	1542	0.6622793657816609	3	1	1	1	1	False	96330	fragment	False	SPA0109_000000021709	0.9739073711676451		0	0	False	False	0.996757447719574	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	7.64399373192514e-05	NZ_STGU01000003.1	a-proteobacteria	Rhizobium rosettiformans W3, whole genome shotgun sequence	True	False
MON0076_000000024926	1919	0.6622784217715278	3	3	3	3	3	False	107553	fragment	False	MON0076_000000024926	0.954746136865342		0	0	False	False	1.0	0					non-mobilizable	chromosome	1919.0	99.166	100.0	0.0006768089200451535	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0150_000000002409	9168	0.6622773057006622	13	7	4	5	4	False	104267	maximal	True	AST0150_000000002409	1.0		13	5	False	False	0.9993455410003662	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.420154410563327e-07	CP050797.1	monocots	Setaria viridis cultivar ME034v chromosome 3	True	False
ISR0200_000000005943	3695	0.6622757361597991	4	4	4	3	3	False	45579	fragment	False	ISR0200_000000005943	1.0		0	0	False	False	0.9967523813247681	0					non-mobilizable	no_good_hit	1081.0	69.935	29.0	0.0003217125660443151	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ENG0108_000000013445	1309	0.6622702135712778	2	1	1	1	1	False	89622	fragment	False	USA0013_01_000000006893	0.6339262696571281		0	0	False	False	0.9908326864242554	0					non-mobilizable	chromosome	1281.0	98.595	100.0	0.0005019601937723211	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0292_000000012868	1561	0.6622644408016918	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9435731681818338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	84.414	56.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
SPA0008_000000019972	1530	0.6622644408016918	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9322411449885175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	83.66799999999999	55.0	0.0033896637394534228	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
CHI0125_000000008483	1815	0.6622624941009949	2	2	2	2	1	False	81625	fragment	False	ISR0042_000000016028	0.963768115942029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0023323615160349854	NZ_NGOA01000008.1	firmicutes	Lactobacillus taiwanensis strain 601c 601c_8, whole genome shotgun sequence	True	False
FIJ0012_000000011546	2093	0.6622558564153501	3	3	3	3	3	False	86698	maximal	True	FIJ0012_000000011546	0.9700851630396018		10	5	False	False	0.9918776750564575	0					non-mobilizable	no_good_hit	180.0	89.444	17.0	0.0011422671098060726	NZ_AUFP01000007.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0168_000000000945	18265	0.6622496141751886	9	7	4	7	1	True	35216	maximal	False	ISR0162_000000001153	0.9806509753373075		0	0	False	False	0.9999452233314514	0					non-mobilizable	no_good_hit	53.0	90.566	0.0	0.0002716567929870754	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
ISR0227_000000001168	18166	0.6622496141751886	9	7	4	7	1	True	35216	maximal	False	ISR0162_000000001153	0.9781021807453582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	0.0	0.0002716567929870754	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
AST0047_000000001847	10045	0.6622444459396151	5	5	5	4	3	False	115478	fragment	False	AST0047_000000001847	1.0		0	0	False	False	0.9999004602432251	0					non-mobilizable	no_good_hit	2722.0	79.97800000000001	27.0	0.0008617437989858407	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0184_000000002017	7334	0.6622417872565416	12	8	6	7	6	True	29430	fragment	False	ISR0184_000000002017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	83.75	1.0	0.0003810805861712289	NZ_FOCD01000005.1	firmicutes	Terribacillus saccharophilus strain DSM 21619, whole genome shotgun sequence	True	True
ISR0340_000000003105	7942	0.6622379065063227	11	7	5	5	5	True	82019	maximal	True	ISR0340_000000003105	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	86.98	20.0	0.0645396457824092	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0202_000000009761	1447	0.6622315478773155	4	2	2	2	2	False	34413	maximal	False	ISR0078_000000013445	0.9599072233267064		0	0	False	False	0.9930891394615173	0					non-mobilizable	other	1388.0	100.0	96.0	0.0022132084022135276	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0114_000000002656	8769	0.6622280046076944	11	5	3	4	3	False	32565	maximal	True	ISR0114_000000002656	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	74.656	4.0	0.00015073323953443163	CP047614.1	firmicutes	Lactococcus raffinolactis strain Lr_19_7 chromosome, complete genome	True	False
SPA0075_000000001959	6738	0.6622236649204029	10	6	3	5	4	False	121469	maximal	False	SPA0037_000000003232	0.9339052312614724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	94.98	60.0	0.00047006954291570045	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0825_000000013618	1753	0.6622220741785084	3	3	2	2	2	False	21128	fragment	False	ISR0825_000000013618	1.0		0	0	False	False	0.9960068464279175	0					non-mobilizable	no_good_hit	307.0	76.221	17.0	0.005323247180780276	NZ_LNAM01000090.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf18, whole genome shotgun sequence	True	False
ENG0041_000000005875	4381	0.6622052686242752	4	4	4	4	4	False	117905	fragment	False	ENG0041_000000005875	1.0		0	0	False	False	0.9997717142105103	0					non-mobilizable	chromosome	3891.0	96.96700000000001	100.0	0.0012242274743247915	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CAN0021_000000019475	2226	0.6622010557271699	4	2	2	2	1	False	91571	maximal	True	CAN0021_000000019475	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	1.5277256747879433e-05	FR824043.1	firmicutes	Streptococcus gallolyticus subsp. gallolyticus ATCC BAA-2069 complete chromosome sequence, strain ATCC BAA-2069	True	False
CHI0055_000000006125	2618	0.6621986168282122	3	3	2	3	2	False	113763	fragment	False	CHI0055_000000006125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1623.0	92.791	67.0	0.0004536866024750969	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0010_000000009088	2231	0.6621947606992551	2	2	1	2	0	False	38309	fragment	False	ISR0010_000000009088	1.0		0	0	False	False	0.9740027189254761	0					non-mobilizable	no_good_hit								True	False
USA0039_01_000000000285	41557	0.6621936766697607	46	16	7	9	9	True	112555	fragment	False	FIJ0002_000000000283	0.20973863335731646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	0.0	0.000636152805514398	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MAD0107_000000018675	2100	0.6621925638190106	3	3	3	2	3	False	122102	fragment	False	ISR0028_000000007710	0.6286359782881067		0	0	False	False	1.0	0					non-mobilizable	other	2100.0	96.905	100.0	0.047782350251486055	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0005_000000004148	5349	0.6621915024850921	6	6	6	6	5	False	40951	maximal	False	MAD0086_000000001096	0.9730726669125784	PS83	0	0	False	True	0.9936437010765076	0					non-mobilizable	no_good_hit	2150.0	83.302	44.0	0.0005027060182269193	CP020378.1	firmicutes	Clostridioides difficile strain DSM 102859 chromosome, complete genome	True	True
AST0151_000000010177	1590	0.6621738878849278	5	2	2	2	2	False	103651	maximal	True	AST0151_000000010177	1.0		1	1	False	False	0.99622642993927	0					non-mobilizable	no_good_hit	644.0	77.329	47.0	0.032783314273266896	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0124_000000009568	2812	0.6621731427533071	3	3	3	3	2	False	41254	maximal	True	FIJ0124_000000009568	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1337.0	76.365	47.0	0.03948747118522288	NZ_QIML01000019.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_19, whole genome shotgun sequence	True	False
SPA0039_000000014386	1894	0.6621729264829005	7	1	1	1	1	False	73754	fragment	False	ENG0088_000000009864	0.9404631529886869		0	0	False	False	1.0	0					non-mobilizable	virus	1894.0	96.779	99.0	0.38970133882595265	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ISR0166_000000015567	1393	0.6621729264829005	6	1	1	1	1	False	32734	fragment	False	ISR0166_000000015567	1.0		0	0	False	False	0.9978463649749756	0					non-mobilizable	virus	1392.0	97.62899999999999	99.0	0.2865087538619979	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	False	False
ENG0039_000000012198	2095	0.662171302682485	2	2	2	2	2	False	126681	fragment	False	ENG0039_000000012198	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2095.0	99.475	100.0	0.017486722116444534	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	False	False
ISR0050_000000017351	1627	0.6621635908592582	3	2	2	2	1	False	35910	maximal	True	ISR0050_000000017351	1.0		6	3	False	False	0.9809465408325195	0					non-mobilizable	no_good_hit	1240.0	84.274	74.0	0.0015525165691641116	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0274_000000007289	1195	0.6621612172368111	2	2	1	2	1	False	26347	maximal	True	ISR0274_000000007289	1.0		362	11	False	False	0.9983263611793518	0					non-mobilizable	other	1195.0	99.665	100.0	0.00171670857793555	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0138_000000013871	1416	0.6621585377178447	2	2	2	1	1	False	57908	fragment	False	ENG0138_000000013871	1.0		0	0	False	False	0.9887005686759949	0					non-mobilizable	no_good_hit	62.0	90.323	4.0	0.0009437757217563512	NZ_LAJB01000012.1	firmicutes	Domibacillus indicus strain SD 111 DSM28032_1_trimmed_contig_12, whole genome shotgun sequence	True	False
AST0026_000000013867	2022	0.6621567679234238	3	2	2	2	1	False	119348	maximal	True	AST0026_000000013867	1.0		1	1	False	False	0.9965381026268005	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	8.229646321152151e-05	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ISR0232_000000008390	3055	0.662153017631818	4	3	2	3	3	False	27462	maximal	True	ISR0232_000000008390	1.0		7	4	False	False	0.9996726512908936	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	8.85617871157869e-05	NZ_FOPY01000004.1	g-proteobacteria	Halomonas xianhensis strain CGMCC 1.6848, whole genome shotgun sequence	True	False
USA0101_01_000000003777	7375	0.6621512948166202	8	4	2	3	3	False	111218	maximal	True	USA0101_01_000000003777	0.9945362655374949		1	1	False	False	1.0	0					non-mobilizable	chromosome	7238.0	97.555	99.0	0.001017526466415275	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0198_000000004814	7321	0.6621512948166202	7	4	2	3	3	False	111218	maximal	False	USA0101_01_000000003777	0.9909830508474575		0	0	False	False	0.9989072680473328	0					non-mobilizable	chromosome	7243.0	97.72200000000001	100.0	0.001018091053163182	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0080_000000013846	2268	0.6621496364913889	3	1	1	1	1	False	34307	maximal	True	ISR0080_000000013846	1.0		5	2	False	False	0.9792768955230713	0					non-mobilizable	no_good_hit								True	False
MON0082_000000028969	1257	0.6621472083252787	2	2	2	2	1	False	46721	fragment	False	MON0016_000000028601	0.7593467794759206		0	0	False	False	0.9872713088989258	0					non-mobilizable	no_good_hit								True	False
SPA0005_000000008943	3295	0.6621347884575558	1	1	1	1	1	False	8328	maximal	True	SPA0005_000000008943	1.0		6	3	False	False	0.9987860321998596	0					non-mobilizable	chromosome	3294.0	99.42299999999999	99.0	0.0008901660039304627	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	False	False
ENG0122_000000007146	3823	0.6621306448151004	6	5	2	4	4	True	123556	backbone	False	ISR0826_000000002301	0.2522820047049903	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3823.0	100.0	100.0	0.03201621752933982	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
SPA0154_000000008073	1237	0.662125723791953	2	2	2	2	2	False	3206	fragment	False	SPA0154_000000008073	1.0		0	0	False	False	1.0	0					non-mobilizable	other	904.0	95.686	100.0	0.009814150635800456	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0027_000000028197	1334	0.6621240527065878	1	1	1	1	1	False	7466	maximal	True	SPA0027_000000028197	1.0		10	2	True	True	0.9985007643699646	7					non-mobilizable	no_good_hit	112.0	86.60700000000001	15.0	2.097428209799261e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
USA0119_01_000000013986	1761	0.6621212447717866	2	2	2	2	2	False	100787	fragment	False	USA0119_01_000000013986	1.0		0	0	False	False	0.9931856989860535	0					non-mobilizable	no_good_hit	1575.0	91.238	89.0	0.00043598758129641046	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0323_000000006707	2904	0.6621195937240051	3	3	2	2	1	False	108140	maximal	True	ISR0323_000000006707	1.0		0	0	False	False	0.9810606241226196	0					non-mobilizable	no_good_hit	1221.0	98.853	45.0	0.0042533311950466125	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
MAD0009_000000004722	2131	0.6621154041937766	4	2	0	2	0	True	19772	maximal	True	MAD0009_000000004722	1.0		8	3	False	False	0.9920225143432617	0					non-mobilizable	no_good_hit								True	True
MAD0066_000000015559	1876	0.6621154041937766	3	2	0	2	0	True	16566	fragment	False	MAD0066_000000015559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0108_000000011376	1959	0.6621126914768303	4	2	2	1	0	True	32802	maximal	True	ISR0108_000000011376	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1999.0	85.943	100.0	0.0008800126022088673	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0031_000000012650	1846	0.6621126914768303	3	2	2	1	0	True	118990	fragment	False	ISR0015_000000010665	0.48459486867799606		0	0	False	False	0.9739978313446045	0					non-mobilizable	no_good_hit	1087.0	88.77600000000001	59.0	0.01300328998903337	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
SPA0139_000000019031	1480	0.6621126914768303	2	2	2	1	0	True	118990	fragment	False	ISR0015_000000010665	0.2419808714702498		0	0	False	False	0.9979729652404785	0					non-mobilizable	no_good_hit	700.0	73.429	49.0	0.0007697593888333572	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
SPA0134_000000018410	1393	0.6621126914768303	4	2	2	1	0	True	3660	fragment	False	SPA0134_000000018410	1.0		0	0	False	False	0.9899497628211975	0					non-mobilizable	chromosome	1393.0	99.85600000000001	100.0	0.00043875505773947215	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0094_000000013690	1274	0.6621126914768303	3	2	2	1	0	True	127699	backbone	False	ENG0064_000000012060	0.3672317760490265	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1274.0	95.52600000000001	100.0	0.0023314591307851506	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0062_01_000000014873	1215	0.6621126914768303	2	2	2	1	0	True	128830	fragment	False	DEN0061_000000026182	0.2558005067008972		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	95.885	100.0	0.006395566302635668	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
FIJ0082_000000026983	1190	0.6621126914768303	4	2	2	1	0	True	109122	fragment	False	ISR0253_000000009282	0.682796299754803		0	0	False	False	0.9991596341133118	0					non-mobilizable	other	1209.0	77.585	99.0	0.00029078099214180304	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0113_000000014710	1143	0.6621126914768303	2	2	2	1	0	True	90430	fragment	False	CHI0009_000000006711	0.7567582525777878		0	0	False	False	0.9781277179718018	0					non-mobilizable	other	1143.0	99.913	100.0	0.007919391413493479	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	True
MAD0037_000000000735	14444	0.6621106149229623	20	4	1	4	1	False	18689	fragment	False	MAD0037_000000000735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.563928704569154e-05	NZ_JSWF01000014.1	CFB group bacteria	Lacinutrix jangbogonensis strain PAMC 27137 ctg7180000000632, whole genome shotgun sequence	True	False
FIJ0108_000000013669	1694	0.6621006455068278	2	1	1	1	1	False	96309	maximal	True	FIJ0108_000000013669	1.0		9	2	False	False	1.0	0					non-mobilizable	chromosome	1695.0	88.083	100.0	0.0005752795610613551	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0184_000000003288	2737	0.6620809652829979	3	3	2	3	2	False	105511	fragment	False	ENG0049_000000006414	0.49564694417904326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	82.979	7.0	3.303817425632965e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0187_000000000695	24158	0.6620805759102432	25	10	9	8	3	True	60268	maximal	True	ENG0187_000000000695	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	72.53399999999999	5.0	0.00039257573587119925	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	True
AST0106_000000012525	1570	0.6620805571693942	2	2	2	2	2	False	107404	fragment	False	AST0106_000000012525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000025365	1382	0.6620801377469041	2	1	1	1	1	False	102260	fragment	False	CHI0170_000000004962	0.07295134222137718		0	0	False	False	0.997829258441925	0					non-mobilizable	plasmid	1394.0	75.968	98.0	0.005651085484466697	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
SPA0083_000000004520	3319	0.6620786994763511	3	3	3	3	3	False	87957	maximal	True	SPA0083_000000004520	1.0		9	4	False	False	1.0	0					non-mobilizable	chromosome	1658.0	97.648	99.0	0.0005222824214614263	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0300_000000008601	1299	0.6620745644792382	2	2	2	2	2	False	67303	maximal	True	ISR0300_000000008601	0.9799749258036276		766	14	False	False	1.0	0					non-mobilizable	chromosome	1299.0	97.306	100.0	0.00040912648343809977	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0072_000000004551	4427	0.6620742556834347	5	5	2	4	5	False	98690	maximal	True	MON0072_000000004551	1.0		1	1	False	False	0.9997740983963013	0	IncI-gamma/K1				non-mobilizable	plasmid	4429.0	98.848	100.0	0.107650034043381	CP055738.1	enterobacteria	Escherichia coli strain RHB12-C09 plasmid unnamed	False	True
ISR0027_000000016443	1567	0.6620677324808246	3	3	3	3	2	False	37228	fragment	False	ISR0027_000000016443	1.0		0	0	False	False	0.9897894263267517	0					non-mobilizable	no_good_hit	1435.0	74.007	88.0	0.004478052777504295	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
FIJ0114_000000030646	1336	0.6620654847097504	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.014608243308783627		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	83.244	92.0	0.0003923939098489107	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0134_000000029014	1320	0.6620654847097504	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.013393309044318805		0	0	False	False	0.9886363744735718	0					non-mobilizable	chromosome	1120.0	83.304	92.0	0.0003923939098489107	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0077_000000015794	1318	0.6620654847097504	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.013367977905686005		0	0	False	False	1.0	0					non-mobilizable	chromosome	1127.0	83.141	92.0	0.00039486401539652073	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0128_000000012733	2907	0.6620591511185075	4	4	3	4	3	False	131321	maximal	True	SPA0128_000000012733	1.0		15	4	False	False	0.9986240267753601	0					non-mobilizable	other	2908.0	92.572	100.0	0.0007733884126402432	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0180_000000002912	5148	0.6620531676676846	8	4	2	4	3	False	94956	fragment	False	FIJ0092_000000005590	0.986502233443387		0	0	False	False	0.99805748462677	0					non-mobilizable	no_good_hit	2276.0	96.397	48.0	0.0007929780141181457	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0099_000000016400	1141	0.6620465763041331	2	1	1	1	1	False	33193	maximal	True	ISR0099_000000016400	1.0		7	4	False	False	0.9588080644607544	0					non-mobilizable	other	1141.0	99.912	100.0	0.0006079769779384354	CP013610.1	firmicutes	Lactobacillus delbrueckii subsp. bulgaricus strain MN-BM-F01, complete genome	False	False
ISR0114_000000004043	6191	0.6620438327486338	6	6	4	3	2	True	124059	fragment	False	ISR0114_000000004043	0.9841926070038911		0	0	False	False	0.9998384714126587	0					non-mobilizable	no_good_hit	1412.0	89.802	23.0	0.004643773677135525	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	True
DEN0006_000000000578	6168	0.6620438327486338	6	6	4	3	2	True	124059	fragment	False	ISR0114_000000004043	0.9823937974479082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1542.0	79.572	25.0	0.007561202662018697	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	True
MON0106_000000005623	6354	0.662039102723393	6	3	2	3	1	False	30949	maximal	True	MON0106_000000005623	1.0		2	2	False	False	0.9937047362327576	0					non-mobilizable	no_good_hit	165.0	76.36399999999999	3.0	0.01178245563618076	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0154_000000008075	2776	0.6620375730580379	4	4	4	4	1	True	81670	fragment	False	ISR0154_000000008075	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2777.0	99.604	100.0	0.0008759656606314653	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ISR0293_000000007204	5069	0.6620329189541012	7	5	5	4	5	False	121357	maximal	True	ISR0293_000000007204	1.0		29	5	False	False	1.0	0					non-mobilizable	chromosome	5059.0	98.834	99.0	0.0015904870843055866	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0076_000000018114	2608	0.6620325473135583	5	4	4	4	4	True	116025	fragment	False	MON0076_000000018114	0.9992304732589458		0	0	False	False	1.0	0					non-mobilizable	other	2608.0	99.92299999999999	100.0	0.0011832670516180395	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
MON0043_000000010358	2599	0.6620325473135583	5	4	4	4	4	True	116025	fragment	False	MON0076_000000018114	0.9975076687116564		0	0	False	False	1.0	0					non-mobilizable	other	2599.0	99.92299999999999	100.0	0.0011791821250877125	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0789_000000005777	2418	0.6620312937134818	4	3	3	3	2	True	22104	fragment	False	ISR0789_000000005777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	87.5	2.0	0.0006200129394004745	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0097_000000019406	1694	0.6620305461421907	2	2	2	1	1	False	112574	fragment	False	SPA0097_000000019406	1.0		0	0	False	False	0.9911451935768127	0					non-mobilizable	other	1516.0	99.274	94.0	0.005844636822369334	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0144_000000002525	8352	0.6620273539644603	8	8	8	8	7	False	81869	fragment	False	ENG0144_000000002525	1.0		0	0	False	False	0.9985632300376892	0					non-mobilizable	no_good_hit	2992.0	74.465	36.0	0.004283332583653398	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ENG0198_000000000085	92867	0.66202197235576	86	12	4	11	3	True	127415	maximal	False	SPA0046_000000000019	0.7360034788805822		0	0	True	True	1.0	581					non-mobilizable	virus	22007.0	97.02799999999999	97.0	0.22244128322565643	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
CHI0169_000000005558	2646	0.6620190539119161	3	3	2	2	2	False	83691	maximal	False	CHI0137_000000005065	0.9464847848898216		0	0	False	False	0.9962207078933716	0					non-mobilizable	chromosome	2014.0	95.73	100.0	0.0007103317810484328	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0096_000000010578	1772	0.6620074315749714	2	2	1	2	2	True	98644	fragment	False	MAD0096_000000010578	0.984629294755877		0	0	False	False	1.0	0					non-mobilizable	plasmid	1722.0	99.59299999999999	100.0	0.020320400737205237	CP056818.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_3, complete sequence	False	True
MAD0032_000000010163	1659	0.6620074315749714	2	2	1	2	2	True	98644	fragment	False	MAD0096_000000010578	0.9537246049661399		0	0	False	False	1.0	0					non-mobilizable	plasmid	1660.0	97.289	100.0	0.02257102794832351	CP057779.1	enterobacteria	Escherichia coli strain RHB15-C18 plasmid pRHB15-C18_2, complete sequence	False	True
SPA0086_000000009304	1490	0.6620074315749714	2	2	1	2	2	True	5505	fragment	False	SPA0086_000000009304	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1490.0	100.0	100.0	0.02553943260951597	CP017726.1	enterobacteria	Salmonella enterica subsp. enterica serovar Stanleyville str. CFSAN000624 strain SARB61 plasmid pSARB26_03, complete sequence	False	True
FIJ0004_000000007558	3524	0.6620062655814485	5	4	3	3	4	False	112341	fragment	False	FIJ0004_000000007558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2448.0	98.20299999999999	69.0	0.105229180116204	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0173_000000009976	1744	0.6620030439066145	4	1	1	1	1	False	66687	fragment	False	ENG0173_000000009976	0.9749184641430646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0186_000000010372	1431	0.6620030439066145	4	1	1	1	1	False	66687	fragment	False	ENG0173_000000009976	0.47611464968152867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000016960	1634	0.6619999145259503	2	2	0	1	1	False	7563	fragment	False	SPA0025_000000012637	0.9774078478002378		0	0	False	False	0.9993879795074463	0					non-mobilizable	plasmid	1634.0	99.939	100.0	0.23163120567375886	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
ENG0172_000000005103	3895	0.6619952227281795	7	5	4	3	4	False	127120	fragment	False	CHI0102_000000001711	0.9787531806615776		0	0	False	False	0.9997432827949524	0					non-mobilizable	chromosome	2074.0	99.277	90.0	0.0006534046226249467	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0289_000000000213	19975	0.6619944295601591	48	6	5	5	6	False	25946	maximal	True	ISR0289_000000000213	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	73.095	2.0	0.00012972799430565658	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0033_000000001022	6146	0.6619841079494405	9	8	5	4	4	True	88364	fragment	False	CHI0033_000000001022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0010_000000015275	1941	0.661978263094954	2	2	2	2	2	False	126253	maximal	True	AST0010_000000015275	1.0		11	4	False	False	0.9871200323104858	0					non-mobilizable	no_good_hit	1373.0	73.27	70.0	0.0004736954378842022	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CAN0021_000000013209	3224	0.6619776083334747	3	2	2	2	2	False	91625	maximal	True	CAN0021_000000013209	1.0		69	11	False	False	1.0	0					non-mobilizable	chromosome	3207.0	95.822	99.0	0.0011313083408054027	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0048_000000004531	6195	0.6619732146753363	7	5	5	4	3	False	105873	maximal	True	FIJ0048_000000004531	0.9989425736131446		34	9	False	False	0.9995157122612	0					non-mobilizable	chromosome	3390.0	99.027	99.0	0.0011515785188641065	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0110_000000003674	6147	0.6619732146753363	7	5	5	4	3	False	105873	maximal	False	FIJ0048_000000004531	0.9949152542372881		0	0	False	False	0.9993492960929871	0					non-mobilizable	chromosome	3348.0	98.955	100.0	0.0011373069644845574	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0109_000000004989	5583	0.6619724577858764	4	4	4	4	4	False	89738	maximal	True	FIJ0109_000000004989	1.0		26	4	False	False	1.0	0					non-mobilizable	no_good_hit	2170.0	98.387	64.0	0.09900492970604345	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0002_000000035110	1122	0.6619597481401688	2	1	0	1	0	False	52249	maximal	True	FIJ0002_000000035110	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000016001	1694	0.6619531115388773	2	2	2	2	1	False	52830	fragment	False	MAD0110_000000016001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0119_000000004311	2542	0.6619503439490416	7	2	2	2	2	False	81949	maximal	True	CHI0119_000000004311	1.0		3	2	False	False	0.972069263458252	0					non-mobilizable	no_good_hit	792.0	81.313	31.0	0.0012751840763815842	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0092_000000008690	2901	0.6619495602683184	3	3	3	3	2	False	119928	maximal	True	ISR0092_000000008690	1.0		2	2	False	False	0.9965528845787048	0					non-mobilizable	no_good_hit	1986.0	97.382	68.0	0.04589617840288702	NZ_VULP01000026.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq26, whole genome shotgun sequence	True	False
ISR0087_000000002220	8816	0.6619475631528324	11	10	8	9	6	True	72921	fragment	False	ISR0087_000000002220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1055.0	75.735	12.0	0.0002805785008800571	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0105_000000015982	3351	0.6619464939236592	3	3	3	3	3	False	53525	maximal	False	MON0076_000000013070	0.9729123730780742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	78.378	28.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MAD0033_000000002147	7101	0.6619450492922485	13	4	2	2	4	False	20248	maximal	True	MAD0033_000000002147	0.9999295079655999		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	98.42	10.0	0.00027936722319029327	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
MAD0002_000000003639	7093	0.6619450492922485	13	4	2	2	4	False	20248	maximal	False	MAD0033_000000002147	0.9993662864385298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	98.42	10.0	0.00027936722319029327	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
ENG0199_000000014095	1800	0.6619333534165383	2	2	2	2	2	False	107331	fragment	False	DEN0082_000000017344	0.3307596580570288		0	0	False	False	1.0	0					non-mobilizable	other	1800.0	96.77799999999999	100.0	0.005712362390491886	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ENG0085_000000009518	1763	0.6619333534165383	2	2	2	2	2	False	107331	fragment	False	DEN0082_000000017344	0.27735135825841406		0	0	False	False	1.0	0					non-mobilizable	other	1763.0	98.185	100.0	0.00629092493020001	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	False	False
ISR0350_000000012376	1591	0.6619333534165383	2	2	2	2	2	False	107331	fragment	False	DEN0082_000000017344	0.16374034158024603		0	0	False	False	1.0	0					non-mobilizable	other	1591.0	97.61200000000001	100.0	0.15789473684210525	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0068_000000004166	2842	0.6619331718079857	4	4	4	4	4	False	63879	fragment	False	FIJ0020_000000006331	0.3920737956952511		0	0	False	False	1.0	0					non-mobilizable	chromosome	2842.0	99.43700000000001	100.0	0.0005379784168588537	CP052268.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 chromosome, complete genome	False	False
AUS0022_000000016036	2153	0.6619318179601401	3	2	2	1	1	True	101037	fragment	False	AUS0022_000000016036	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2154.0	98.42200000000001	100.0	0.00043671535640216387	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0044_000000034934	1598	0.6619318179601401	2	2	2	1	1	True	30304	fragment	False	MON0109_000000020699	0.9501055459604683		0	0	False	False	1.0	0					non-mobilizable	chromosome	1598.0	93.68	100.0	0.00032403426723284686	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0054_000000031155	1584	0.6619318179601401	2	2	2	1	1	True	30304	fragment	False	MON0109_000000020699	0.9471852288974728		0	0	False	False	1.0	0					non-mobilizable	chromosome	1584.0	93.624	100.0	0.00032119186137992715	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ISR0299_000000008021	1552	0.6619316172410494	3	3	3	2	1	False	37567	fragment	False	ISR0299_000000008021	0.978439275890794		0	0	False	False	0.9278350472450256	0					non-mobilizable	no_good_hit	194.0	83.505	12.0	0.0012348060968551031	NZ_JAAIPV010000006.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_6_length_155490_cov_78.5241, whole genome shotgun sequence	True	False
ISR0101_000000003845	6051	0.661928963474325	9	3	2	3	3	False	114664	maximal	True	ISR0101_000000003845	1.0		1	1	True	True	1.0	49					non-mobilizable	no_good_hit	1279.0	94.527	26.0	0.0003623775837891497	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
MON0083_000000037032	1122	0.6619276122125746	2	2	2	2	2	False	66402	fragment	False	MON0037_000000060701	0.8102644797830106		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	96.791	100.0	0.0004616554197357898	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0113_000000000285	41074	0.6619272930773817	66	20	15	19	13	False	76672	maximal	True	FIJ0113_000000000285	1.0		4	2	False	False	0.9999513030052185	0					non-mobilizable	no_good_hit	792.0	99.369	2.0	0.006045598025053692	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0059_000000021756	1807	0.6619118759130129	3	2	2	2	2	False	63048	maximal	True	MON0059_000000021756	1.0		99	10	False	False	0.9994465708732605	0					non-mobilizable	no_good_hit	1433.0	75.157	78.0	0.00041940562425049686	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0030_000000001358	15635	0.6619062440506727	21	8	1	8	0	False	55935	maximal	False	ENG0169_000000001258	0.9095381809281363		0	0	False	False	0.99968022108078	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	3.114113577950415e-05	NZ_WUJL01000002.1	a-proteobacteria	Chelativorans oligotrophicus strain LPM-4 scaffold2.1-size963356, whole genome shotgun sequence	True	False
ENG0169_000000001258	15440	0.6619062440506727	18	8	1	8	0	False	55935	maximal	True	ENG0169_000000001258	0.916701545017133		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.5982824390750885e-05	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	True	False
ISR0820_000000000907	15359	0.6619062440506727	18	8	1	8	0	False	21297	maximal	True	ISR0820_000000000907	1.0		1	1	False	False	0.9995442628860474	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00018977582730399716	NZ_JZDQ02000009.1	high GC Gram+	Nocardioides luteus strain BAFB contig00009, whole genome shotgun sequence	True	False
ISR0826_000000000777	14917	0.6619062440506727	16	8	1	8	0	False	55935	maximal	False	ENG0169_000000001258	0.6244170984455958		0	0	False	False	0.9995307326316833	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.5982824390750885e-05	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	True	False
FIJ0114_000000025198	1598	0.6619007253699146	2	1	1	1	1	False	41846	maximal	True	FIJ0114_000000025198	1.0		4	1	False	False	0.9993742108345032	0					non-mobilizable	no_good_hit	38.0	100.0	2.0	0.0001549550002303385	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0062_000000019337	1930	0.6618989777512485	2	2	2	2	2	False	92070	fragment	False	MON0062_000000019337	1.0		0	0	False	False	0.9243523478507996	0					non-mobilizable	chromosome	1928.0	98.288	99.0	0.0008599311787304703	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0087_01_000000007135	2147	0.6618960990410921	3	3	3	3	2	False	93254	fragment	False	USA0087_01_000000007135	0.9819713718952323		0	0	False	False	1.0	0					non-mobilizable	other	2147.0	99.581	100.0	0.003960162171039884	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
FIJ0147_000000010759	1932	0.6618909323942764	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.29742104876760933	PS721	0	0	False	True	0.9958592057228088	0					non-mobilizable	other	1756.0	74.544	90.0	0.2117001828153565	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0130_000000019358	1713	0.6618909323942764	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.17761406488180242	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	856.0	99.182	50.0	0.8714285714285714	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0087_01_000000004575	3198	0.6618883018012283	4	3	2	2	3	False	65325	maximal	False	FIJ0081_000000010089	0.9505368964021109		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	57.0	98.24600000000001	2.0	6.890170679370829e-05	NZ_JABXYR010000002.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig2, whole genome shotgun sequence	True	True
ISR0110_000000006497	3604	0.6618870879730451	3	3	3	2	3	False	34396	maximal	True	ISR0110_000000006497	1.0	PS108	5	2	False	True	1.0	0					non-mobilizable	no_good_hit	1686.0	99.46600000000001	88.0	0.0007505887932279418	CP018757.1	high GC Gram+	Bifidobacterium bifidum strain PRI 1 chromosome, complete genome	True	True
CAN0015_000000023976	1467	0.6618791048922653	2	2	2	2	2	False	93178	fragment	False	CAN0015_000000023976	0.9996572995202193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	82.934	23.0	0.00012287417499429117	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
SPA0014_000000016393	1459	0.6618791048922653	2	2	2	2	2	False	93178	fragment	False	CAN0015_000000023976	0.9969325153374233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	82.792	21.0	0.0017510108631792367	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0114_000000022234	1269	0.6618726135236849	2	2	2	1	1	False	32524	fragment	False	ISR0114_000000022234	1.0		0	0	False	False	0.9992119669914246	0					non-mobilizable	no_good_hit	631.0	76.862	68.0	0.00030722463764915243	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0058_000000002680	5136	0.6618635066173443	4	3	3	3	2	True	16966	maximal	True	MAD0058_000000002680	1.0		1	1	False	False	0.9998052716255188	0					non-mobilizable	no_good_hit	985.0	69.949	19.0	0.05063488759367194	NZ_ADFP01000004.1	bacteria	Pyramidobacter piscolens W5455 contig00268, whole genome shotgun sequence	True	True
ISR0038_000000013505	2365	0.6618581100287846	2	2	2	2	2	False	106803	maximal	True	ISR0038_000000013505	1.0		305	10	False	False	0.9987314939498901	0					non-mobilizable	other	2367.0	98.014	100.0	0.02358090793973657	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
AST0010_000000006603	4093	0.6618494707671769	4	4	4	4	4	False	126440	maximal	True	AST0010_000000006603	1.0		4	3	False	False	0.9973124861717224	0					non-mobilizable	no_good_hit	1558.0	77.985	59.0	0.0004271038258635895	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
FIJ0031_000000010927	2216	0.661849099901209	3	1	1	1	1	True	48581	fragment	False	FIJ0031_000000010927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	80.361	40.0	0.00026363509304009355	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
AST0090_000000004873	5199	0.6618487369076398	5	4	3	4	3	False	109950	maximal	True	AST0090_000000004873	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	2.0	9.87508023502691e-05	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0048_000000004399	3738	0.6618486390940366	8	8	1	3	8	True	114953	maximal	True	AST0048_000000004399	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1959.0	99.796	100.0	0.0008289354409313572	LR655209.1	high GC Gram+	Bifidobacterium breve isolate B.breve_1_mod genome assembly, chromosome: BILOC7D69C13_1	False	True
ISR0230_000000011088	2842	0.6618435117712286	3	3	3	3	3	False	126824	maximal	True	ISR0230_000000011088	1.0		8	2	False	False	0.9985925555229187	0					non-mobilizable	chromosome	1393.0	93.82600000000001	100.0	0.0005703771242944414	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0111_000000005245	6044	0.6618368359079858	8	3	1	2	3	False	4587	backbone	False	SPA0112_000000005447	0.9851674904770632	PS13	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	279.0	79.57	5.0	0.04044776119402985	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
MAD0104_000000005570	1971	0.6618324344197745	3	3	2	3	3	True	14888	fragment	False	MAD0104_000000005570	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	77.51899999999999	22.0	0.011671962845270105	NZ_WITJ01000016.1	firmicutes	Lactococcus hircilactis strain DSM 28960 Scaffold16, whole genome shotgun sequence	True	True
MAD0092_000000012204	1518	0.6618313100934571	3	3	1	3	1	False	15703	fragment	False	MAD0092_000000012204	1.0		0	0	False	False	0.9947299361228943	0					non-mobilizable	plasmid	1518.0	100.0	100.0	0.007169593738775356	CP054064.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP plasmid pSWHvKp, complete sequence	False	True
AST0026_000000003605	8346	0.6618266848526098	10	8	4	4	8	False	132479	maximal	True	AST0026_000000003605	1.0	PS1164|PS386|PS459|PS744|PS745	61	10	False	True	0.9908938407897949	0	rep_cluster_870	MOBV			mobilizable	no_good_hit	5516.0	99.819	67.0	0.9856989631748302	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	True	True
FIJ0026_000000024593	1330	0.6618240704066221	2	2	1	2	1	True	131026	fragment	False	CHI0117_000000007167	0.10088564288689357		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	97.368	100.0	0.006640053160395505	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ISR0114_000000015805	1768	0.6618088198822645	2	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.47042773095581386		0	0	False	False	1.0	0					non-mobilizable	chromosome	1769.0	87.90299999999999	100.0	0.0005553781693512571	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0064_000000021579	1351	0.6618062379524465	2	2	2	2	2	False	10700	fragment	False	MON0064_000000021579	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	99.48200000000001	100.0	0.03740959348241749	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0204_000000004195	2465	0.6618043472546848	6	6	3	3	3	True	28671	fragment	False	ISR0204_000000004195	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2467.0	99.87799999999999	100.0	0.0074648552435613354	NZ_OKQO01000004.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MAD0014_000000004722	5682	0.6617941511316904	6	4	3	3	3	False	83845	fragment	False	MAD0014_000000004722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1103.0	90.027	26.0	0.0003702535597355313	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CAN0016_000000030303	1533	0.6617866694919025	2	2	2	2	2	False	92759	fragment	False	CAN0016_000000030303	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000013376	1995	0.6617861921354136	3	3	3	3	2	False	63760	maximal	True	ENG0054_000000013376	1.0		12	6	False	False	0.9979949593544006	0					non-mobilizable	no_good_hit	150.0	78.667	7.0	0.009866666666666666	NZ_JWHR01000029.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig029, whole genome shotgun sequence	True	False
MON0042_000000013841	1911	0.6617855038945087	3	3	3	3	2	False	72896	fragment	False	DEN0045_000000021827	0.9174022293777677		0	0	False	False	0.9900575876235962	0					non-mobilizable	no_good_hit	400.0	71.75	21.0	0.002658489488427752	NZ_KI271587.1	firmicutes	Lactobacillus shenzhenensis LY-73 LY73.Scaffold6, whole genome shotgun sequence	True	False
ENG0138_000000012595	1562	0.6617815812353021	1	1	1	1	1	False	57912	maximal	True	ENG0138_000000012595	1.0		2	2	False	False	0.9980793595314026	0					non-mobilizable	no_good_hit	975.0	76.0	62.0	0.0023155948816206274	NZ_QRCT01000050.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.50, whole genome shotgun sequence	True	False
FIJ0123_000000020006	1666	0.6617790129990325	3	2	2	2	2	False	41321	fragment	False	FIJ0123_000000020006	1.0		0	0	False	False	0.9855942130088806	0					non-mobilizable	no_good_hit								True	False
ISR0804_000000009797	1955	0.6617755150467168	3	3	3	3	2	False	31523	fragment	False	ISR0804_000000009797	0.9770299145299145		0	0	False	False	1.0	0					non-mobilizable	chromosome	1979.0	83.325	99.0	0.0006546756124414621	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0290_000000014024	1241	0.6617722273945554	2	2	2	2	0	True	25910	maximal	True	ISR0290_000000014024	1.0		1	1	False	False	0.9903303980827332	0					non-mobilizable	no_good_hit	347.0	87.32	28.0	5.9894918272081955e-05	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	True	True
ISR0324_000000018523	1656	0.6617709342994843	4	3	3	3	2	False	47557	maximal	True	ISR0324_000000018523	1.0		86	10	False	False	0.9993961453437805	0					non-mobilizable	no_good_hit	928.0	97.73700000000001	88.0	0.028697913441892143	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ISR0219_000000024302	1347	0.6617700614337071	2	1	1	1	1	False	28029	maximal	True	ISR0219_000000024302	1.0		7	1	False	False	0.9710467457771301	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	4.0	1.398166891352086e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0006_000000013777	1167	0.6617605848050141	1	1	1	1	1	False	90568	maximal	True	CHI0006_000000013777	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000004521	3853	0.6617572475552163	3	2	2	2	2	False	34435	maximal	True	ISR0078_000000004521	1.0		7	5	False	False	0.9979236721992493	0					non-mobilizable	no_good_hit	1754.0	99.43	46.0	0.0018785671879788847	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
FIJ0061_000000020236	1392	0.6617475972608502	2	1	1	1	1	False	45789	fragment	False	FIJ0061_000000020236	1.0		0	0	False	False	0.9561781883239746	0					non-mobilizable	no_good_hit	56.0	87.5	4.0	2.2129052536419708e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0010_000000005052	3492	0.6617429831074153	5	4	4	3	2	False	127990	fragment	False	ISR0010_000000005052	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3492.0	99.255	100.0	0.001100039620338188	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0053_01_000000011931	1591	0.6617423477490665	2	2	2	2	1	False	75182	fragment	False	USA0053_01_000000011931	0.9818568391211907		0	0	False	False	0.9993714690208435	0					non-mobilizable	chromosome	1567.0	88.449	98.0	0.00043594843672358044	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0003_01_000000024716	1530	0.6617423477490665	2	2	2	2	1	False	75182	fragment	False	USA0053_01_000000011931	0.9503541086617581		0	0	False	False	0.9993463754653931	0					non-mobilizable	chromosome	1480.0	88.919	96.0	0.00041162033281405417	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0308_000000008595	1989	0.6617326403127131	3	1	1	1	1	False	25415	fragment	False	SPA0143_000000009379	0.958969465648855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000000442	22932	0.6617307161233376	30	6	3	6	2	False	70868	fragment	False	ISR0046_000000000442	0.9873692976774313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0062717770034843206	XR_004690012.1	wasps, ants, and bees	PREDICTED: Chelonus insularis mitogen-activated protein kinase kinase kinase 15 (LOC118064029), transcript variant X4, misc_RNA	True	False
DEN0051_000000036427	1335	0.6617289836881198	3	2	2	1	1	False	72431	fragment	False	ISR0369_000000013147	0.9535563858544637		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	94.23700000000001	100.0	0.0004268322165144042	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MAD0066_000000010520	2451	0.6617280637547513	4	4	4	4	3	False	16586	maximal	True	MAD0066_000000010520	1.0		1	1	False	False	0.9820481538772583	0					non-mobilizable	no_good_hit	782.0	71.22800000000001	31.0	0.00019245283776351234	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0026_000000020470	2161	0.6617268573410439	3	1	1	1	1	False	12749	maximal	True	MON0026_000000020470	1.0		20	7	False	False	0.9768625497817993	0					non-mobilizable	no_good_hit	539.0	99.62899999999999	25.0	0.01830679188784538	NZ_CABIWU010000026.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0051_000000002862	9315	0.6617259616944946	23	4	2	4	1	False	66827	maximal	True	ENG0051_000000002862	1.0		1	1	False	False	0.9998926520347595	0					non-mobilizable	no_good_hit	929.0	81.70100000000001	11.0	0.004481981651734874	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
FIJ0058_000000027708	1505	0.6617246633970101	3	2	0	2	1	False	45981	maximal	True	FIJ0058_000000027708	1.0		1	1	False	False	0.985382080078125	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000005368	6945	0.6617161280027226	11	11	10	9	10	False	87435	maximal	True	FIJ0058_000000005368	1.0		54	11	False	False	1.0	0					non-mobilizable	chromosome	6945.0	99.914	100.0	0.0014411084913540755	CP035331.1	enterobacteria	Escherichia coli strain BR25-DEC chromosome	False	False
FIJ0106_000000016922	1610	0.6617153145812265	2	1	1	1	1	False	42339	maximal	True	FIJ0106_000000016922	1.0		39	9	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	73.513	65.0	0.028726538629419467	NZ_LSKV01000027.1	firmicutes	Staphylococcus lentus strain MF1767 contig27, whole genome shotgun sequence	True	False
MON0019_000000041432	1626	0.6617128384734003	2	2	2	2	2	False	13169	maximal	True	MON0019_000000041432	1.0		2	1	False	False	0.9821648001670837	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000008930	4017	0.6617120733287276	4	4	4	4	4	False	65746	fragment	False	FIJ0051_000000005039	0.9861280116816744		0	0	False	False	0.9997510313987732	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	7.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
FIJ0099_000000004650	4905	0.6617077128013017	9	8	1	7	8	True	42814	fragment	False	FIJ0099_000000004650	1.0		0	0	False	False	1.0	0			MPF_F	MOBP	mobilizable	plasmid	4905.0	99.715	100.0	0.06952773878893567	CP011135.1	enterobacteria	Escherichia coli VR50 plasmid pVR50A, complete sequence	False	True
MON0105_000000047502	1155	0.6616950078851694	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.6113424511824981		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	81.363	99.0	0.0005041595353665722	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
DEN0065_000000028104	1220	0.6616948945487114	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.26553289610627595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	97.275	30.0	0.00010163786927037339	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0093_000000027860	1338	0.661684934882124	2	2	2	2	1	False	68418	fragment	False	SPA0120_000000028327	0.9738283609769677		0	0	False	False	0.9828101396560669	0					non-mobilizable	no_good_hit	676.0	70.858	49.0	0.008221505860009496	NZ_CYYV01000017.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0055_01_000000010938	2495	0.6616836991813357	3	3	3	3	3	False	80608	fragment	False	SPA0047_000000014121	0.7295072298412207		0	0	False	False	1.0	0					non-mobilizable	other	2495.0	99.8	100.0	0.0059784354429651505	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
SPA0046_000000012372	2458	0.6616836991813357	3	3	3	3	3	False	80608	fragment	False	SPA0047_000000014121	0.7248702246205633		0	0	False	False	0.9938974976539612	0					non-mobilizable	other	2458.0	99.837	100.0	0.005889741733506566	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
FIJ0154_000000010817	3277	0.661680932074054	2	2	2	2	2	False	39610	fragment	False	FIJ0154_000000010817	1.0		0	0	False	False	0.9963381290435791	0					non-mobilizable	other	3258.0	99.969	99.0	0.0006304817503892359	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0056_000000015203	1367	0.6616799787316229	2	2	2	2	2	False	86063	fragment	False	MON0036_000000017253	0.9658605974395448		0	0	False	False	0.9985369443893433	0					non-mobilizable	other	1367.0	97.44	100.0	0.003005262509460197	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0004_000000024755	1114	0.6616786261478044	2	1	1	1	1	False	67704	fragment	False	MON0078_000000040626	0.9685374149659864		0	0	False	False	0.9964093565940857	0					non-mobilizable	no_good_hit	147.0	84.354	13.0	0.0002312732065238053	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	False
FIJ0034_000000011731	2368	0.6616731163821704	3	3	3	3	3	False	48144	fragment	False	FIJ0034_000000011731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	72.906	41.0	0.00035924482993848804	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0086_000000018798	1512	0.6616708763376871	2	2	1	1	2	False	33896	fragment	False	ISR0086_000000018798	1.0		0	0	False	False	0.9986772537231445	0					non-mobilizable	no_good_hit								True	False
ISR0081_000000002548	8259	0.6616670988791725	8	7	7	7	5	False	105035	maximal	True	ISR0081_000000002548	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1103.0	72.348	13.0	0.19090909090909092	NZ_FRAE01000101.1	firmicutes	Tepidibacter formicigenes DSM 15518, whole genome shotgun sequence	True	False
ISR0190_000000016745	1350	0.6616656356866929	2	2	2	2	1	False	29170	fragment	False	ISR0190_000000016745	1.0		0	0	False	False	0.9911110997200012	0					non-mobilizable	other	1352.0	90.163	99.0	0.009016229212582648	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0804_000000013307	1500	0.6616650799936682	4	3	2	2	2	True	111684	fragment	False	FIJ0053_000000008919	0.3059915871812495		0	0	False	False	0.9953333139419556	0					non-mobilizable	other	1500.0	97.46700000000001	100.0	0.015818743998058275	NZ_QSFS01000014.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf14, whole genome shotgun sequence	False	True
ISR0349_000000005140	2022	0.6616634030334276	4	3	3	3	0	True	89599	maximal	True	ISR0349_000000005140	1.0		1	1	False	False	0.998516321182251	0					non-mobilizable	no_good_hit	1117.0	92.301	55.0	0.0005200098871835051	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ISR0299_000000011069	1215	0.6616610843108893	1	1	1	1	1	False	59497	fragment	False	ISR0244_000000022634	0.8285973366722406		0	0	False	False	0.9991769790649414	0					non-mobilizable	other	1215.0	99.75299999999999	100.0	0.00032824836774848927	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0171_000000027321	1122	0.6616610843108893	1	1	1	1	1	False	59497	fragment	False	ISR0244_000000022634	0.8084940118230982		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	99.465	100.0	0.00033513196456390543	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0111_000000001423	9626	0.6616609558825975	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.7776925970568161		0	0	False	False	0.9992728233337402	0					non-mobilizable	no_good_hit	753.0	88.579	16.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0016_000000009248	3049	0.6616548215777323	2	2	2	2	2	False	46268	fragment	False	FIJ0055_000000004500	0.9632939674433451		0	0	False	False	0.9973762035369873	0					non-mobilizable	virus	3049.0	100.0	100.0	0.029464933056213446	NC_031129.1	viruses	Salmonella phage SJ46, complete genome	False	False
ISR0790_000000015114	1182	0.6616535244262913	1	1	1	1	1	False	22063	maximal	True	ISR0790_000000015114	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	0.00040926679234050997	NZ_FQVG01000006.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
ENG0091_000000000258	43326	0.6616522060747567	50	23	12	19	14	True	122325	fragment	False	ENG0091_000000000258	1.0		0	0	False	False	0.9999076724052429	0					non-mobilizable	no_good_hit	1113.0	84.09700000000001	3.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0152_000000008104	2923	0.6616456414040005	3	3	3	3	2	False	110231	fragment	False	ISR0351_000000004179	0.9735269046551884		0	0	False	False	0.9993157982826233	0					non-mobilizable	other	2173.0	92.545	91.0	0.010422801749524481	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0179_000000008408	2898	0.6616456414040005	3	3	3	3	2	False	110231	fragment	False	ISR0351_000000004179	0.9739980315748671		0	0	False	False	0.9996549487113953	0					non-mobilizable	other	2124.0	92.279	91.0	0.01018624904654778	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
FIJ0046_000000001243	17143	0.6616397929455645	27	7	2	6	3	False	47004	maximal	True	FIJ0046_000000001243	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	2.1967865030441496e-06	LR131931.1	bony fishes	Cottoperca gobio genome assembly, chromosome: 23	True	False
ISR0013_000000003712	6021	0.661639738447398	6	3	1	3	0	False	38126	maximal	True	ISR0013_000000003712	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	80.19800000000001	2.0	0.004638833664678595	NZ_LNAM01000180.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf54, whole genome shotgun sequence	True	False
ISR0193_000000009863	2771	0.6616361739329636	3	3	3	3	1	False	104119	fragment	False	CHI0141_000000009837	0.9541331207978665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	84.88799999999999	72.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0338_000000009646	2721	0.6616346556179149	4	4	4	4	3	False	61106	maximal	True	ISR0338_000000009646	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	94.262	85.0	0.004138228914246877	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
MON0063_000000008228	3453	0.661632830675136	3	3	3	3	3	False	64439	maximal	True	MON0063_000000008228	1.0		45	7	False	False	1.0	0					non-mobilizable	no_good_hit	1741.0	79.265	50.0	0.006336791875419185	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0008_000000011596	1168	0.6616282577536623	1	1	1	1	1	False	38396	maximal	True	ISR0008_000000011596	1.0		25	5	False	False	0.9914383292198181	0					non-mobilizable	no_good_hit	906.0	98.896	78.0	0.00028430823425359476	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0006_000000005165	1808	0.6616194708578961	2	2	0	2	0	False	19892	maximal	True	MAD0006_000000005165	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000001531	18012	0.6616181800355605	19	15	6	10	14	True	118876	maximal	True	CHI0111_000000001531	1.0		24	9	False	False	1.0	0					non-mobilizable	no_good_hit	4868.0	99.07600000000001	81.0	0.0010887268785348112	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
ISR0774_000000019221	1287	0.6616121084431984	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1906814675017231		0	0	False	False	0.999222993850708	0					non-mobilizable	other	1292.0	96.749	100.0	0.0003874910541352401	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0169_000000020104	1134	0.6616121084431984	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1655227520301892		0	0	False	False	0.9920634627342224	0					non-mobilizable	other	1134.0	99.559	100.0	0.0003411246032130746	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0120_000000035177	1110	0.6616121084431984	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.15819340581697092		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	99.64	100.0	0.00033389866280962024	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0007_000000004923	5241	0.6616100386009997	6	2	2	2	2	False	67545	fragment	False	ENG0007_000000004923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3653.0	99.34299999999999	70.0	0.09086837521771585	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
MON0002_000000022795	1256	0.6616092213468845	1	1	1	1	1	False	130961	fragment	False	MON0002_000000022795	0.9922512234910277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0005454687134730772	NZ_QKWJ01000052.1	b-proteobacteria	Cupriavidus lacunae strain S23 Cupriavidus_S23_52, whole genome shotgun sequence	True	False
ISR0292_000000014849	1375	0.6616087612728565	2	2	1	1	2	False	32451	maximal	False	ISR0115_000000024779	0.9696342305037957		0	0	False	False	0.9927272796630859	0					non-mobilizable	no_good_hit	597.0	88.61	59.0	0.014454536575837484	NZ_CBYM010000030.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0132_000000004004	6023	0.6616067043270661	11	6	3	5	4	True	130134	maximal	True	ISR0132_000000004004	1.0		113	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0119_000000001646	16869	0.6616033735112915	20	8	0	8	2	False	32365	maximal	True	ISR0119_000000001646	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.008038106579339089	XM_035733003.1	flatworms	Schistosoma haematobium putative DNA mismatch repair protein PMS2 (MS3_0018350), partial mRNA	True	False
ISR0120_000000031483	1171	0.6615988536694398	3	2	2	2	1	False	32237	maximal	True	ISR0120_000000031483	1.0		5	3	False	False	0.9846284985542297	0					non-mobilizable	no_good_hit								True	False
ENG0106_000000012116	1713	0.6615910698986783	3	3	3	3	3	False	81143	maximal	True	ENG0106_000000012116	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	91.15799999999999	33.0	0.00020780140849022193	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0097_000000021317	1540	0.6615897151482686	3	2	2	2	1	False	113068	fragment	False	AST0058_000000008935	0.8522368701538352		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	93.91799999999999	93.0	0.00746009483737394	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
SPA0092_000000021106	2103	0.6615831881348657	3	3	2	2	3	False	107332	maximal	True	SPA0092_000000021106	1.0		23	6	False	False	1.0	0					non-mobilizable	chromosome	2101.0	98.905	100.0	0.0004974007259208309	CP028526.1	firmicutes	Clostridioides difficile strain 020688 chromosome	False	False
ENG0147_000000007413	1966	0.6615824569687517	2	2	2	2	1	False	57358	maximal	True	ENG0147_000000007413	1.0		7	2	False	False	0.989827036857605	0					non-mobilizable	no_good_hit	57.0	84.211	3.0	1.425358263799606e-05	CP034348.1	a-proteobacteria	Roseovarius sp. MME-070 chromosome, complete genome	True	False
ISR0191_000000003398	2809	0.6615768485097925	4	4	4	2	3	False	83671	fragment	False	ISR0191_000000003398	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2809.0	99.85799999999999	100.0	0.0005969528617703351	CP048604.1	enterobacteria	Escherichia coli strain PapRG-06-3 chromosome, complete genome	False	False
ISR0842_000000008573	2525	0.6615759200500361	2	2	2	2	2	False	116438	fragment	False	ISR0309_000000006992	0.939259544928654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	98.77799999999999	52.0	0.005340737413743824	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0007_000000047929	1362	0.6615759177157026	2	1	1	1	1	False	53442	maximal	True	MON0007_000000047929	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	75.32	79.0	0.021661014211886306	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0200_000000014791	1414	0.6615742284319169	2	1	1	1	1	False	54192	fragment	False	ENG0200_000000014791	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	99.57600000000001	100.0	0.0028021036599876255	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ENG0177_000000012334	2194	0.6615502676542019	3	2	1	1	2	False	92423	fragment	False	ENG0177_000000012334	0.9929992093427744		0	0	False	False	1.0	0					non-mobilizable	other	1861.0	99.946	100.0	0.0005560619572603604	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0016_000000008253	2190	0.6615502676542019	3	2	1	1	2	False	92423	fragment	False	ENG0177_000000012334	0.9906367328308342		0	0	False	False	1.0	0					non-mobilizable	other	1860.0	99.086	99.0	0.0005557629992188226	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0030_01_000000008091	2081	0.6615502676542019	3	2	1	1	2	False	92423	fragment	False	ENG0177_000000012334	0.9584843956605048		0	0	False	False	1.0	0					non-mobilizable	other	1831.0	99.345	100.0	0.0005470932160142256	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0019_000000015361	1893	0.6615502676542019	3	2	1	1	2	False	92422	fragment	False	SPA0019_000000015361	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1855.0	99.461	98.0	0.0005542682090111335	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0129_000000012071	1782	0.6615502676542019	2	2	1	1	2	False	52845	fragment	False	FIJ0129_000000012071	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	99.37100000000001	99.0	0.0004275099993990943	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ITA0005_000000011606	1591	0.6615502676542019	4	2	1	1	2	False	20379	fragment	False	ITA0005_000000011606	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	99.241	99.0	0.00047235370562976855	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0072_000000003912	4954	0.6615473953240453	8	3	2	3	1	True	70299	maximal	True	DEN0072_000000003912	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	93.243	1.0	0.00010032668016266665	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
SPA0114_000000027282	1720	0.6615428877282883	2	2	2	2	1	True	4433	maximal	True	SPA0114_000000027282	1.0		2	1	False	False	0.9988372325897217	0					non-mobilizable	no_good_hit	1184.0	85.64200000000001	69.0	0.008383599406043296	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ISR0241_000000007711	1945	0.6615397040602014	4	2	2	2	2	False	89903	maximal	True	ISR0241_000000007711	0.9898720682302772		197	10	False	False	1.0	0					non-mobilizable	chromosome	1945.0	99.846	100.0	0.000837842555419794	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
CHI0014_000000003623	1876	0.6615397040602014	3	2	2	2	2	False	89903	maximal	False	ISR0241_000000007711	0.9724935732647815		0	0	False	False	1.0	0					non-mobilizable	chromosome	1876.0	99.68	100.0	0.0008081043165700174	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ENG0144_000000001003	20737	0.661536079994948	24	14	7	11	10	True	87205	fragment	False	ENG0144_000000001003	1.0		0	0	False	False	0.9999517798423767	0					non-mobilizable	no_good_hit	604.0	81.788	4.0	0.004718842353623282	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
CHI0037_000000004263	2997	0.6615356492511272	3	1	1	1	1	False	127925	fragment	False	CHI0037_000000004263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	90.15299999999999	61.0	0.007897359879367188	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	False
ISR0019_000000002448	6037	0.6615355081493237	9	2	1	1	2	False	108104	fragment	False	ISR0019_000000002448	1.0		0	0	False	False	0.9998343586921692	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	7.158153093424492e-07	LR877207.1	rodents	Onychomys torridus genome assembly, chromosome: 20	True	False
SPA0151_000000007009	2571	0.6615243521811016	3	3	3	2	2	False	4054	maximal	True	SPA0151_000000007009	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	77.79899999999999	89.0	0.44198250728862976	KU546415.1	bacteria	Uncultured bacterium clone CH_03F_000_Contig_13 genomic sequence	True	False
ISR0837_000000011145	1286	0.6615126961071242	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16649443596504582		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	99.92200000000001	100.0	0.0003868888924349522	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0101_000000025939	1122	0.6615126961071242	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1595278153205753		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	99.376	100.0	0.0003375116330113474	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0044_000000042396	1346	0.6615108856990762	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.13400919248234797		0	0	False	False	0.9992570877075195	0					non-mobilizable	chromosome	1347.0	83.964	100.0	0.0003702345928300324	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0044_000000007449	3485	0.6615092268800083	3	3	3	3	3	False	49661	fragment	False	FIJ0021_000000013507	0.9634038741041447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0097_000000004903	1484	0.661506746698743	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.46303415171949064		0	0	False	False	0.9561994671821594	0					non-mobilizable	other	1484.0	94.87899999999999	100.0	0.3820195775373519	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
MAD0052_000000018408	1254	0.6615059599121966	3	3	1	2	3	False	17252	maximal	True	MAD0052_000000018408	1.0		0	0	False	False	0.9816586971282959	0					non-mobilizable	no_good_hit	1055.0	90.23700000000001	86.0	0.00024689634550962284	CP019857.1	firmicutes	Clostridioides difficile strain DSM 29745 chromosome, complete genome	True	False
ISR0174_000000020388	1212	0.6615059599121966	3	3	1	2	3	False	29884	maximal	True	ISR0174_000000020388	0.9974643123681585		7	3	False	False	1.0	0					non-mobilizable	other	1222.0	85.84299999999999	100.0	0.0004196775986659255	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0011_01_000000030456	1184	0.6615059599121966	3	3	1	2	3	False	29884	maximal	False	ISR0174_000000020388	0.9900518158324708		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	85.51100000000001	100.0	0.00040994997220678155	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0267_000000016036	1183	0.6615059599121966	3	3	1	2	3	False	29884	maximal	False	ISR0174_000000020388	0.9875717301459875		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	85.834	100.0	0.00040960255697609785	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MON0026_000000047445	1148	0.6615059599121966	3	3	1	2	3	False	106026	fragment	False	MON0026_000000047445	0.9813258636788049		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	100.0	100.0	0.00038307670091403573	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
AST0116_000000024390	1071	0.6615059599121966	3	3	1	2	3	False	106026	fragment	False	MON0026_000000047445	0.9490418118466899		0	0	False	False	1.0	0					non-mobilizable	chromosome	1071.0	99.066	100.0	0.00027584066309001867	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
USA0009_01_000000001246	17405	0.6615042267203723	29	11	3	9	6	False	53159	maximal	True	USA0009_01_000000001246	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4671.0	94.969	72.0	0.1819534155412018	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ISR0054_000000021178	1247	0.6614951026312337	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.5257508377213835	PS1007	0	0	False	True	0.9815557599067688	0					non-mobilizable	chromosome	1247.0	99.679	100.0	0.0006942138446075296	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	True
MAD0111_000000013760	1254	0.6614936213961089	1	1	1	1	1	False	14493	fragment	False	MAD0111_000000013760	1.0		0	0	False	False	0.9952152967453003	0					non-mobilizable	no_good_hit	196.0	95.40799999999999	16.0	0.022895385699189856	NZ_CABIWU010000087.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0049_000000006058	4596	0.6614741420989019	6	4	3	4	3	False	57318	maximal	True	ISR0049_000000006058	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	3354.0	98.956	73.0	0.04789657881579887	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
FIJ0145_000000007550	1973	0.6614687135634323	3	2	1	2	2	True	113505	maximal	True	FIJ0145_000000007550	1.0	PS730	95	13	False	True	0.9994931817054749	0					non-mobilizable	other	1976.0	94.73700000000001	100.0	0.0006134858627596038	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0035_000000007770	2105	0.6614679126884847	2	2	2	2	1	True	116818	maximal	True	AST0035_000000007770	1.0		65	5	False	False	1.0	0					non-mobilizable	other	1530.0	97.19	100.0	0.0004066543339691299	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0128_000000026376	1420	0.6614679126884847	2	2	2	2	1	True	3864	fragment	False	SPA0128_000000026376	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	96.866	100.0	0.00036433886335323224	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MAD0038_000000006933	2027	0.6614668829897766	4	2	1	2	1	False	89746	fragment	False	MAD0038_000000006933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.0022714928135752e-06	LR597568.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 19	True	False
MAD0047_000000009054	4236	0.6614651206557841	5	5	4	5	4	False	17689	maximal	True	MAD0047_000000009054	1.0		5	2	False	False	1.0	0					non-mobilizable	other	4236.0	83.68700000000001	99.0	0.0011254850643687504	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0166_000000008380	2866	0.6614610647098539	4	4	3	3	3	True	107685	fragment	False	MAD0002_000000012469	0.9493082845359355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	87.059	3.0	1.9042290660617867e-05	CP047095.1	firmicutes	Bacillus marisflavi strain 151-25 chromosome, complete genome	True	True
ISR0083_000000008900	2802	0.6614610647098539	5	4	3	3	3	True	107685	fragment	False	MAD0002_000000012469	0.9404697907176913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	77.04899999999999	9.0	0.0013841585636913958	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
CAN0016_000000006058	7120	0.6614610614073254	8	7	5	6	4	False	93028	maximal	True	CAN0016_000000006058	1.0		20	6	False	False	0.9998595714569092	0					non-mobilizable	other	3796.0	84.24700000000001	95.0	0.0010135933988156623	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0152_000000015018	1571	0.6614590380928642	2	2	2	2	1	False	81744	fragment	False	ISR0152_000000015018	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	97.39	100.0	0.005923955751677447	NZ_SPFU01000007.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_7_length_264688_cov_23.5584, whole genome shotgun sequence	False	False
SPA0016_000000008106	3985	0.6614583974435481	5	5	4	4	4	False	114376	maximal	True	SPA0016_000000008106	1.0		66	7	False	False	0.998745322227478	0					non-mobilizable	no_good_hit	1359.0	78.955	70.0	0.00036231340323766685	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0067_000000026635	1251	0.6614524149814385	2	2	2	2	2	False	68544	fragment	False	DEN0092_000000011211	0.36625378764397515		0	0	False	False	0.9864108562469482	0					non-mobilizable	chromosome	1076.0	96.19	100.0	0.0003652838323337016	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0072_000000013740	1830	0.66145206229946	2	2	2	2	2	False	44764	fragment	False	FIJ0072_000000013740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	72.906	54.0	0.00035924482993848804	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0116_000000027348	1504	0.6614413567669735	2	2	2	1	2	True	51124	maximal	True	SPA0116_000000027348	1.0		1	1	False	False	0.9953457713127136	0					non-mobilizable	no_good_hit								True	True
FIJ0086_000000015710	2028	0.6614336742320813	4	2	2	2	1	True	43837	maximal	True	FIJ0086_000000015710	1.0		12	4	False	False	0.9896449446678162	0					non-mobilizable	other	2006.0	79.312	98.0	0.000687558332272613	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0117_000000007632	4868	0.661430128144802	5	5	4	5	5	False	67897	fragment	False	SPA0117_000000007632	1.0		0	0	False	False	0.9954807162284851	0					non-mobilizable	other	4868.0	99.774	100.0	0.0009222564528580476	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
MON0095_000000000712	21306	0.6614283677017325	25	17	8	12	13	True	122896	maximal	True	MON0095_000000000712	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3010.0	91.694	30.0	0.0010111288122232145	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0002_000000026466	1107	0.6614273245268779	2	1	1	1	1	False	14296	maximal	True	MON0002_000000026466	1.0		6	2	False	False	0.9990966320037842	0					non-mobilizable	no_good_hit								True	False
SPA0112_000000025853	1285	0.6614192095787401	1	1	1	1	1	False	4516	fragment	False	SPA0112_000000025853	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	98.444	100.0	0.0011013367120249144	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0236_000000009071	1266	0.6614192095787401	1	1	1	1	1	False	27322	maximal	True	ISR0236_000000009071	1.0		12	3	False	False	0.9913111925125122	0					non-mobilizable	other	1265.0	97.62799999999999	99.0	0.01052692945125049	NZ_QRML01000010.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf10, whole genome shotgun sequence	False	False
FIJ0041_000000025616	1481	0.6614128269936554	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.17140395254230614		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	79.805	94.0	0.0005173334417270069	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
SPA0064_000000016008	1275	0.6614068390514531	3	2	2	1	1	False	6098	maximal	False	SPA0151_000000014403	0.9561209439528024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	79.851	21.0	4.6449763344637285e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ENG0123_000000006376	1716	0.6614050573027128	2	2	1	2	1	False	77019	fragment	False	ENG0123_000000006376	0.9800747198007471		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	99.825	100.0	0.0005164943914431184	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0018_000000000649	28192	0.6613980000053885	38	23	14	15	21	True	125400	maximal	False	USA0045_01_000000000440	0.9359483931021237		0	0	False	False	0.9997162222862244	0					non-mobilizable	other	12945.0	96.586	98.0	0.0036357106202544237	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0107_000000006330	4779	0.6613940692645984	3	3	2	2	2	False	4724	maximal	True	SPA0107_000000006330	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	2071.0	92.902	43.0	0.01202431674719792	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
MON0015_000000034401	1122	0.6613724359499598	3	2	2	2	2	False	13379	fragment	False	MON0015_000000034401	1.0		0	0	False	False	0.9982174634933472	0					non-mobilizable	chromosome	1122.0	99.911	100.0	0.0002110596379978894	LR607348.1	enterobacteria	Klebsiella pneumoniae strain 4928STDY7071680 genome assembly, chromosome: 1	False	False
ISR0146_000000018666	2189	0.6613717896222174	4	2	2	1	1	False	105789	fragment	False	ISR0146_000000018666	0.9922367782629791		0	0	False	False	0.999086320400238	0					non-mobilizable	chromosome	1991.0	99.29700000000001	91.0	0.0006761998384595964	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0088_000000004313	6505	0.6613713533942919	9	6	1	3	4	True	109076	fragment	False	FIJ0088_000000004313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4276.0	87.208	82.0	0.0010855177219613258	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
CHI0093_000000001848	2706	0.6613641392297259	2	1	1	1	1	False	83597	maximal	True	CHI0093_000000001848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	100.0	19.0	0.10151575588352613	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0092_000000028613	1136	0.6613571725757034	2	2	2	2	2	False	33551	fragment	False	ISR0092_000000028613	1.0		0	0	False	False	0.9982394576072693	0					non-mobilizable	no_good_hit								True	False
ENG0163_000000006563	3507	0.6613547838445196	4	4	3	2	2	True	123564	fragment	False	ENG0163_000000006563	1.0		0	0	False	True	0.997718870639801	0	rep_cluster_1702				non-mobilizable	no_good_hit	1571.0	96.69	45.0	0.0003263097752224466	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
MON0007_000000022823	2641	0.661348751457225	3	2	2	2	1	False	13977	maximal	True	MON0007_000000022823	1.0		1	1	False	False	0.9950776100158691	0					non-mobilizable	no_good_hit	737.0	89.552	28.0	0.025753175408516744	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0017_000000001696	18342	0.6613408070427412	21	20	6	9	18	True	123539	maximal	True	ISR0017_000000001696	1.0		16	6	False	False	1.0	0					non-mobilizable	other	16705.0	99.575	100.0	0.0032235770160387337	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
ENG0155_000000005141	4576	0.6613400264899627	8	4	2	3	3	False	100921	maximal	True	ENG0155_000000005141	0.9997814207650273		14	8	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	87.05	9.0	0.0011012565068143603	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0191_000000005862	4575	0.6613400264899627	8	4	2	3	3	False	100921	maximal	False	ENG0155_000000005141	0.9996722027972027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	87.01899999999999	9.0	0.0010985705153343254	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0142_000000007415	3957	0.6613400264899627	7	4	2	3	3	False	100920	fragment	False	ENG0142_000000007415	0.9999487704918033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006701414743112435	XM_641102.1	cellular slime molds	Dictyostelium discoideum AX4 hypothetical protein (DDB_G0270918) mRNA, complete cds	True	False
AUS0014_000000008003	3925	0.6613400264899627	5	4	2	3	3	False	100920	fragment	False	ENG0142_000000007415	0.9983313835825285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006701414743112435	XM_641102.1	cellular slime molds	Dictyostelium discoideum AX4 hypothetical protein (DDB_G0270918) mRNA, complete cds	True	False
ENG0055_000000004910	3925	0.6613400264899627	7	4	2	3	3	False	100920	fragment	False	ENG0142_000000007415	0.9983313835825285		0	0	False	False	0.99974524974823	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006701414743112435	XM_641102.1	cellular slime molds	Dictyostelium discoideum AX4 hypothetical protein (DDB_G0270918) mRNA, complete cds	True	False
ISR0122_000000004126	3925	0.6613400264899627	7	4	2	3	3	False	100920	fragment	False	ENG0142_000000007415	0.9983313835825285		0	0	False	False	0.99974524974823	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006701414743112435	XM_641102.1	cellular slime molds	Dictyostelium discoideum AX4 hypothetical protein (DDB_G0270918) mRNA, complete cds	True	False
MAD0030_000000002892	3485	0.6613344269356024	5	4	4	3	3	False	33892	maximal	True	MAD0030_000000002892	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	80.352	60.0	0.00020407310852359973	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
MON0040_000000010426	2579	0.6613340647070574	3	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.14151203757573333		0	0	False	False	0.9992244839668274	0					non-mobilizable	no_good_hit	926.0	80.13	73.0	0.0003822945638299879	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
DEN0022_000000008859	4154	0.6613298122776162	6	5	5	4	4	False	105543	fragment	False	DEN0022_000000008859	0.9671744292728319		0	0	False	False	1.0	0					non-mobilizable	other	4146.0	98.963	99.0	0.002070766768215004	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0096_000000010662	4000	0.6613298122776162	5	5	5	4	4	False	105543	fragment	False	DEN0022_000000008859	0.9465990603821932		0	0	False	False	1.0	0					non-mobilizable	other	4028.0	85.353	100.0	0.008320228439000165	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0077_000000001071	17361	0.6613296327024665	15	8	6	7	7	True	61956	fragment	False	ISR0801_000000000334	0.9732579470406089		0	0	False	False	1.0	0					non-mobilizable	other	14617.0	99.973	99.0	0.03997166759193675	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0068_000000002364	5752	0.6613283520304191	10	9	2	8	8	True	6003	fragment	False	SPA0068_000000002364	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5717.0	99.98299999999999	99.0	0.0672249141459284	CP060664.1	enterobacteria	Citrobacter freundii strain MGH281 plasmid unnamed2, complete sequence	False	True
ISR0137_000000000982	25160	0.6613220204167177	18	10	5	9	4	True	32824	maximal	False	SPA0059_000000000862	0.9642412450991955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	98.462	1.0	0.0015924359293356556	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	True
MAD0047_000000010727	3682	0.6613192616075385	5	5	5	5	5	False	17685	maximal	True	MAD0047_000000010727	1.0		17	5	False	False	1.0	0					non-mobilizable	other	3682.0	99.78299999999999	100.0	0.0009796430650133294	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0071_000000004116	8238	0.6613184930889866	10	7	5	6	4	False	122858	fragment	False	ISR0076_000000002357	0.8764113170164098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.715	24.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0091_01_000000001513	7440	0.661315210463016	11	7	7	7	6	False	112461	maximal	True	USA0091_01_000000001513	1.0		1	1	False	False	0.9998655915260315	0					non-mobilizable	no_good_hit	4971.0	97.204	67.0	0.015733933324882748	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0073_01_000000009747	1515	0.6613097200002048	2	2	2	2	2	False	120112	fragment	False	DEN0031_000000018114	0.6619513365754247		0	0	False	False	0.996039628982544	0					non-mobilizable	no_good_hit	498.0	76.707	33.0	0.0010442564830037155	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	True	False
USA0026_01_000000027573	1184	0.6613074094128544	3	3	3	2	1	True	1608	fragment	False	USA0026_01_000000027573	1.0		0	0	False	False	0.9957770109176636	0					non-mobilizable	other	1187.0	85.594	100.0	0.021571311251026553	NZ_FOIN01000016.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	False	True
CAN0016_000000006354	6855	0.661307011523489	8	6	3	4	5	False	93023	maximal	True	CAN0016_000000006354	1.0		3	2	False	False	0.9998541474342346	0					non-mobilizable	no_good_hit	1029.0	88.824	19.0	0.00028690384610544805	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0127_000000015587	1251	0.6613067286437712	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.6829948422824859		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	87.40100000000001	99.0	0.00033638067729088977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0104_000000012691	1958	0.6613064178485849	5	5	1	5	1	False	32981	fragment	False	ISR0104_000000012691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0097_000000005649	1345	0.6613054052700624	2	2	2	2	2	False	83419	fragment	False	CHI0097_000000005649	0.9984532095901005		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	99.851	100.0	0.0004608969727230609	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0824_000000000392	16256	0.6613011688624469	22	7	1	7	1	False	21175	maximal	True	ISR0824_000000000392	1.0		1	1	False	False	0.9992002844810486	0					non-mobilizable	no_good_hit	2163.0	100.0	13.0	0.0007280461423656852	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
MAD0098_000000002023	14953	0.6613011688624469	19	7	1	7	1	False	15369	maximal	True	MAD0098_000000002023	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0090_000000001866	14665	0.6613011688624469	17	7	1	7	1	False	43544	maximal	True	FIJ0090_000000001866	1.0		2	1	False	False	0.999931812286377	0					non-mobilizable	no_good_hit								True	False
ISR0388_000000001376	14444	0.6613011688624469	19	7	1	7	1	False	37935	maximal	True	ISR0388_000000001376	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00033539653017044244	NZ_WOTP01000008.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_8_length_98391_cov_3.729195, whole genome shotgun sequence	True	False
FIJ0024_000000001321	14388	0.6613011688624469	21	7	1	7	1	False	49267	maximal	True	FIJ0024_000000001321	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00033539653017044244	NZ_WOTP01000008.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_8_length_98391_cov_3.729195, whole genome shotgun sequence	True	False
MAD0090_000000000754	14214	0.6613011688624469	18	7	1	7	1	False	18426	maximal	True	MAD0090_000000000754	0.9713284169408366		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000000934	14186	0.6613011688624469	18	7	1	7	1	False	18426	maximal	False	MAD0090_000000000754	0.9701637943937405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0173_000000001348	14145	0.6613011688624469	20	7	1	7	1	False	61548	fragment	False	ENG0084_000000001555	0.4761878614832711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0065_000000000545	14100	0.6613011688624469	18	7	1	7	1	False	18832	maximal	True	MAD0065_000000000545	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000001144	14092	0.6613011688624469	19	7	1	7	1	False	61549	maximal	True	ISR0200_000000001144	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.241473340394463e-07	CP035805.1	nematodes	Haemonchus contortus strain NZ_Hco_NP chromosome 1	True	False
ISR0357_000000001135	14023	0.6613011688624469	18	7	1	7	1	False	61548	fragment	False	ENG0084_000000001555	0.46162936701381196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00033539653017044244	NZ_WOTP01000008.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_8_length_98391_cov_3.729195, whole genome shotgun sequence	True	False
ISR0288_000000001373	13922	0.6613011688624469	17	7	1	7	1	False	25980	maximal	True	ISR0288_000000001373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	6.462167342266068e-06	CP043766.1	enterobacteria	Enterobacter hormaechei strain EB_P9_L5_03.19 chromosome, complete genome	True	False
ENG0084_000000001555	13659	0.6613011688624469	19	7	1	7	1	False	61548	fragment	False	ENG0084_000000001555	0.6820096368238897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000000638	13609	0.6613011688624469	18	7	1	7	1	False	18426	maximal	False	MAD0090_000000000754	0.9356333236665911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0140_000000001495	13539	0.6613011688624469	16	7	1	7	1	False	61548	fragment	False	ENG0084_000000001555	0.6701360762171663		0	0	False	False	0.9999261498451233	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00033539653017044244	NZ_WOTP01000008.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_8_length_98391_cov_3.729195, whole genome shotgun sequence	True	False
SPA0084_000000000793	13170	0.6613011688624469	19	7	1	7	1	False	5589	maximal	True	SPA0084_000000000793	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00033539653017044244	NZ_WOTP01000008.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_8_length_98391_cov_3.729195, whole genome shotgun sequence	True	False
MAD0034_000000000789	12727	0.6613011688624469	19	7	1	7	1	False	18831	fragment	False	MAD0034_000000000789	1.0		0	0	False	False	0.999921441078186	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	7.247641297417663e-07	LR537124.1	bony fishes	Sparus aurata genome assembly, chromosome: 4	True	False
ISR0282_000000001304	12358	0.6613011688624469	14	7	1	7	1	False	26152	fragment	False	ISR0282_000000001304	1.0		0	0	False	False	0.9998381733894348	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00033539653017044244	NZ_WOTP01000008.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_8_length_98391_cov_3.729195, whole genome shotgun sequence	True	False
AST0140_000000013506	2127	0.661280727356664	2	2	2	2	2	False	105554	maximal	True	AST0140_000000013506	1.0		208	11	False	False	0.9995298385620117	0					non-mobilizable	no_good_hit	1224.0	73.203	57.0	0.0003365713047969742	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0066_000000034227	1103	0.6612797169199911	1	1	1	1	1	False	70875	fragment	False	DEN0066_000000034227	1.0		0	0	False	False	0.985494077205658	0					non-mobilizable	no_good_hit	76.0	88.15799999999999	7.0	1.8795762983925113e-05	CP019334.1	CFB group bacteria	Polaribacter sp. SA4-12 genome	True	False
CHI0153_000000003937	4191	0.6612777270795519	7	3	1	2	2	False	79282	fragment	False	CHI0153_000000003937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2844.0	99.29700000000001	68.0	0.0006970407762724672	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0133_000000002568	6585	0.6612743748663601	12	10	6	10	6	True	31549	maximal	True	ISR0133_000000002568	1.0		7	1	False	False	0.9957479238510132	0					non-mobilizable	no_good_hit	1512.0	95.304	42.0	0.004857634920890405	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0092_000000007344	2013	0.6612730144456628	4	3	3	3	2	False	109661	maximal	True	AST0092_000000007344	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	93.555	87.0	0.02005616564674323	NZ_MIEH01000030.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_30, whole genome shotgun sequence	True	False
ISR0356_000000010155	1941	0.6612719919306546	4	2	2	2	2	False	72792	fragment	False	ISR0356_000000010155	0.9869587897756912		0	0	False	False	0.9979392290115356	0					non-mobilizable	no_good_hit	1252.0	95.76700000000001	64.0	0.0004426623056756744	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0051_000000024289	1917	0.6612719919306546	4	2	2	2	2	False	72792	fragment	False	ISR0356_000000010155	0.9806800618238022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	99.361	65.0	0.0004426623056756744	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
TAN0005_000000005650	2723	0.6612718936187159	4	4	3	4	3	False	2937	maximal	True	TAN0005_000000005650	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	78.517	14.0	0.0013576868410445702	NZ_JXQL01000033.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig33, whole genome shotgun sequence	True	False
ISR0783_000000002855	5010	0.6612694005565141	8	7	6	7	5	False	75936	fragment	False	MON0063_000000005382	0.4779782301955251		0	0	False	True	0.9980040192604065	0					non-mobilizable	no_good_hit	558.0	94.803	11.0	0.00021529545998613404	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
AST0058_000000003943	4063	0.6612681156673854	6	4	3	4	3	False	128248	maximal	True	AST0058_000000003943	1.0		146	8	False	False	1.0	0					non-mobilizable	no_good_hit	1831.0	97.925	65.0	0.03061189878569975	NZ_CYZN01000024.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0026_01_000000012211	2694	0.6612591586757348	4	3	3	3	3	False	37965	maximal	True	USA0026_01_000000012211	1.0		0	0	False	False	0.998515248298645	0					non-mobilizable	other	1706.0	78.488	90.0	0.017573719822905353	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
MON0084_000000028841	1285	0.661255894143188	3	2	2	1	1	False	117343	backbone	False	MON0013_000000032866	0.06519245011098769	PS787	0	0	False	True	0.9610894918441772	0					non-mobilizable	chromosome	1283.0	97.973	99.0	0.0005558568976334457	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ETH0001_000000033772	1125	0.661255894143188	2	2	2	1	1	False	117343	backbone	False	MON0013_000000032866	0.051783457190357596	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1116.0	98.835	99.0	0.0004591844719049113	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0097_000000028448	1105	0.661255894143188	2	2	2	1	1	False	117343	backbone	False	MON0013_000000032866	0.050833548715428264	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1105.0	97.738	100.0	0.00047867863883566624	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
AST0005_000000002328	11283	0.661255395826306	10	5	3	5	3	False	128775	maximal	True	AST0005_000000002328	0.9926633844965731		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	73.885	4.0	0.003181299491683668	NZ_JH601089.1	firmicutes	Helcococcus kunzii ATCC 51366 supercont1.2, whole genome shotgun sequence	True	False
SPA0055_000000002658	10359	0.661255395826306	10	5	3	5	3	False	128775	maximal	False	AST0005_000000002328	0.9523176460161304		0	0	False	False	0.9985519647598267	0					non-mobilizable	no_good_hit	471.0	73.673	4.0	0.003181299491683668	NZ_JH601089.1	firmicutes	Helcococcus kunzii ATCC 51366 supercont1.2, whole genome shotgun sequence	True	False
SPA0023_000000021970	1302	0.6612543899665542	2	2	1	2	1	True	7601	fragment	False	SPA0023_000000021970	1.0		0	0	False	False	0.996927797794342	0					non-mobilizable	no_good_hit								True	True
MAD0051_000000016241	1795	0.6612471024573462	2	2	2	2	2	False	98459	fragment	False	MAD0051_000000016241	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	99.666	100.0	0.000752013648586621	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0061_000000009043	2718	0.6612431277787439	4	3	1	3	1	False	45823	maximal	True	FIJ0061_000000009043	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0345_000000012902	1138	0.6612336339960352	2	2	2	2	2	False	24200	fragment	False	ISR0345_000000012902	1.0		0	0	False	False	0.997363805770874	0					non-mobilizable	chromosome	1141.0	87.292	99.0	0.00040050997093391515	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0040_000000017039	1446	0.6612325525478394	2	1	0	1	1	False	47466	fragment	False	FIJ0040_000000017039	0.9161991584852736		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1073.0	90.587	100.0	0.17863105175292154	CP033785.1	high GC Gram+	Corynebacterium jeikeium strain FDAARGOS_574 plasmid unnamed1	False	True
CHI0063_000000010507	1335	0.6612299774578961	2	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.8301532339965226		0	0	False	False	0.9977527856826782	0					non-mobilizable	other	1335.0	99.551	100.0	0.0047789468404856325	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0058_000000012623	1690	0.661225563629968	2	2	2	2	2	False	85873	maximal	True	CHI0058_000000012623	1.0		3	1	False	False	0.9923076629638672	0					non-mobilizable	other	1694.0	90.083	100.0	0.006672012704081028	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	False	False
ENG0135_000000007832	2769	0.6612222588275876	4	4	4	3	3	False	58097	maximal	True	ENG0135_000000007832	1.0		4	2	False	False	0.993138313293457	0					non-mobilizable	no_good_hit	100.0	88.0	5.0	3.90874848980172e-05	NZ_UHIC01000001.1	g-proteobacteria	Suttonella ornithocola strain NCTC13337, whole genome shotgun sequence	True	False
ISR0148_000000007309	3964	0.6612157081871136	6	2	1	2	1	True	30929	maximal	True	ISR0148_000000007309	1.0		1	1	False	False	0.9992431998252869	0					non-mobilizable	no_good_hit	2705.0	79.96300000000001	68.0	0.0036727514776113	NZ_QRWX01000001.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf1, whole genome shotgun sequence	True	True
CHI0046_000000004799	2394	0.6612111275863857	2	2	2	2	2	False	87057	maximal	True	CHI0046_000000004799	1.0		1	1	False	False	0.988304078578949	0					non-mobilizable	no_good_hit	1075.0	82.791	48.0	0.008402039146579394	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
ENG0124_000000009772	3191	0.6612062641911187	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9806943856853059		0	0	False	False	1.0	0					non-mobilizable	chromosome	3211.0	80.28699999999999	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0097_000000009918	3171	0.6612062641911187	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9761694822719197		0	0	False	False	1.0	0					non-mobilizable	chromosome	3185.0	79.184	100.0	0.0005721200776956758	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0097_000000011229	2547	0.6612053787030663	3	3	3	2	3	False	33300	maximal	True	ISR0097_000000011229	1.0		2	1	False	False	0.996859073638916	0					non-mobilizable	chromosome	2547.0	99.804	100.0	0.000928068156508889	LR135191.1	firmicutes	Enterococcus faecium isolate E4438 genome assembly, chromosome: 1	False	False
MON0094_000000029473	1312	0.6612019507080406	2	2	2	2	2	False	11246	fragment	False	MON0094_000000029473	0.940390225128781		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	75.15100000000001	99.0	0.00039501807538883837	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0082_000000005202	5159	0.6612013721250862	5	4	2	2	2	False	39342	fragment	False	ISR0082_000000005202	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5182.0	97.916	100.0	0.029014319555124967	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0181_000000007133	2660	0.6611977636752884	3	3	2	3	1	False	114469	maximal	True	ISR0181_000000007133	1.0		6	4	False	False	0.9890977740287781	0					non-mobilizable	no_good_hit	57.0	84.211	2.0	0.000160234400036625	NZ_LUUB01000080.1	a-proteobacteria	Bradyrhizobium centrolobii strain BR 10245 contig50, whole genome shotgun sequence	True	False
CHI0168_000000008926	1812	0.6611976937225679	4	2	1	2	2	False	94937	fragment	False	MON0011_000000021768	0.30547486649482974		0	0	False	False	1.0	0					non-mobilizable	chromosome	1815.0	96.25299999999999	100.0	0.0006319424789433838	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
TAN0021_000000009023	2129	0.6611934178220892	2	2	2	2	1	False	2381	maximal	True	TAN0021_000000009023	1.0		1	1	False	False	0.9783936142921448	0					non-mobilizable	no_good_hit	601.0	72.21300000000001	28.0	0.00011364733208995886	NZ_LFZW01000001.1	firmicutes	Peribacillus loiseleuriae strain FJAT-27997 Scaffold1, whole genome shotgun sequence	True	False
FIJ0011_000000005721	7218	0.6611892819941808	9	4	1	1	4	False	51017	maximal	True	FIJ0011_000000005721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	85.714	2.0	4.348068995838971e-05	NZ_AP017312.1	firmicutes	Aneurinibacillus soli strain CB4	True	False
FIJ0152_000000004855	4510	0.6611849505382441	5	5	4	4	3	True	48735	maximal	True	FIJ0152_000000004855	1.0		2	1	False	False	0.9962306022644043	0					non-mobilizable	no_good_hit	73.0	90.411	2.0	1.3944103125938686e-05	CP036316.1	bacteria	Planctomycetes bacterium V22 chromosome	True	True
ENG0097_000000017227	1820	0.6611757507277924	3	3	3	2	3	False	87332	maximal	False	MON0076_000000023489	0.6542677448337826		0	0	False	False	0.9994505643844604	0					non-mobilizable	chromosome	1820.0	100.0	100.0	0.0003518038408314871	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
FIJ0088_000000015559	1803	0.6611665364734718	6	4	2	3	3	True	46653	fragment	False	FIJ0088_000000015559	0.9875070982396366		0	0	False	False	0.9983360767364502	0	Inc11				non-mobilizable	no_good_hit	1079.0	90.361	86.0	0.05114296784192174	NZ_CP033610.1	firmicutes	Weissella hellenica strain 0916-4-2 plasmid pWHSP020, complete sequence	True	True
SPA0029_000000016701	1605	0.661160239656443	2	2	2	2	2	False	60743	maximal	True	SPA0029_000000016701	0.969745822580002		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	74.26	42.0	0.00021211554454474065	NZ_HG934468.1	CFB group bacteria	Mucinivorans hirudinis complete genome	True	False
MAD0064_000000014153	1576	0.661160239656443	2	2	2	2	2	False	60743	maximal	False	SPA0029_000000016701	0.9567932701889088		0	0	False	False	0.9980964660644531	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000021551	1485	0.661160239656443	2	2	2	2	2	False	60743	maximal	False	SPA0029_000000016701	0.9417249131573815		0	0	False	False	0.9892255663871765	0					non-mobilizable	no_good_hit								True	False
ISR0084_000000003953	5316	0.6611583235585115	3	3	2	3	1	True	129145	maximal	True	ISR0084_000000003953	1.0		1	1	False	False	0.9996237754821777	0					non-mobilizable	no_good_hit	869.0	85.961	30.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0116_000000011911	2002	0.6611513544770662	3	3	3	3	1	False	59448	maximal	True	ENG0116_000000011911	1.0		34	8	False	False	0.9860140085220337	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	1.5450871892700904e-05	NZ_CP039288.1	b-proteobacteria	Cupriavidus necator H16 chromosome 2, complete sequence	True	False
ETH0001_000000019679	1696	0.6611437864765565	3	2	2	2	2	True	53496	maximal	True	ETH0001_000000019679	1.0		4	2	False	False	0.9994103908538818	0					non-mobilizable	no_good_hit	377.0	81.167	22.0	0.00031310066772484646	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0079_000000013670	2030	0.6611426508871783	3	2	2	2	2	False	34372	maximal	True	ISR0079_000000013670	1.0		1	1	False	False	0.9990147948265076	0					non-mobilizable	no_good_hit	895.0	91.17299999999999	48.0	0.0003105685321227551	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0031_000000005984	2324	0.6611418800643684	6	5	4	4	4	False	20281	fragment	False	MAD0031_000000005984	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	865.0	94.335	71.0	0.00026847783953424853	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0058_000000010794	1943	0.6611362454416886	2	2	2	2	1	False	85882	fragment	False	CHI0058_000000010794	0.9690242643262778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	88.978	25.0	0.08887696709585122	NZ_RKRD01000008.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_18, whole genome shotgun sequence	True	False
FIJ0085_000000024825	1261	0.6611359508140687	2	2	2	2	2	False	89740	fragment	False	CHI0015_000000008086	0.6222735437516037		0	0	False	False	0.9960349202156067	0					non-mobilizable	other	1249.0	92.154	99.0	0.01121535641108595	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	False	False
MAD0100_000000020014	1792	0.6611354724042745	2	2	2	2	2	False	15158	fragment	False	MAD0100_000000020014	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1792.0	98.54899999999999	100.0	0.0005012663201930281	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0078_000000029587	1573	0.6611289521292959	1	1	1	1	1	False	45964	fragment	False	MON0078_000000029587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0092_000000027613	1349	0.6611289521292959	1	1	1	1	1	False	45963	fragment	False	FIJ0058_000000031502	0.9527881040892193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000031502	1345	0.6611289521292959	3	1	1	1	1	False	45963	fragment	False	FIJ0058_000000031502	0.9532987398072647		0	0	False	False	0.9910780787467957	0					non-mobilizable	no_good_hit								True	False
AST0058_000000008935	1589	0.6611141964785713	3	2	2	2	2	False	113068	fragment	False	AST0058_000000008935	0.8946631385567831		0	0	False	False	0.9911894202232361	0					non-mobilizable	other	1123.0	94.39	94.0	0.007493488278902023	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MON0105_000000039632	1379	0.6611116134555115	2	2	2	2	1	True	110325	fragment	False	USA0119_01_000000017773	0.9624548736462094		0	0	False	False	0.997824490070343	0					non-mobilizable	other	1379.0	96.229	100.0	0.006567690584562591	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	False	True
MON0059_000000002037	10960	0.6611112284238819	14	6	5	6	3	False	130910	fragment	False	MON0059_000000002037	1.0		0	0	False	True	0.9952554702758789	0					non-mobilizable	no_good_hit	1737.0	84.571	16.0	0.020417808866622554	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
FIJ0065_000000002453	5725	0.6611095212845487	9	6	4	5	4	False	132417	fragment	False	FIJ0075_000000003112	0.9410612824542468		0	0	False	False	1.0	0					non-mobilizable	chromosome	4822.0	99.959	90.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0143_000000012034	1686	0.6611070122627977	1	1	1	1	1	False	71451	fragment	False	DEN0079_000000035586	0.9247745269937314		0	0	False	False	0.9994068741798401	0					non-mobilizable	no_good_hit								True	False
SPA0144_000000017126	1136	0.6611070122627977	1	1	1	1	1	False	3370	fragment	False	SPA0144_000000017126	1.0		0	0	False	False	0.9973591566085815	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000013751	2106	0.6611004420704317	3	3	3	3	3	False	122110	maximal	False	ENG0051_000000012216	0.9388288235730667		0	0	False	False	1.0	0					non-mobilizable	other	2106.0	99.905	100.0	0.0007423114343819613	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	False	False
ISR0847_000000006930	3610	0.6611002190797517	3	2	1	1	2	False	101745	maximal	True	ISR0847_000000006930	1.0		27	10	False	False	1.0	0					non-mobilizable	no_good_hit	2055.0	87.15299999999999	57.0	0.3088235294117647	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
DEN0009_000000000792	2627	0.6610944384075541	3	3	2	2	2	False	76092	fragment	False	DEN0009_000000000792	1.0		0	0	False	False	0.9992386698722839	0					non-mobilizable	other	2629.0	94.066	99.0	0.26340630648724644	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	False	False
TAN0007_000000023533	1730	0.6610860276013915	3	3	3	1	1	False	2813	fragment	False	TAN0007_000000023533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	83.68799999999999	24.0	0.006951340615690168	NZ_JH379476.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1494, whole genome shotgun sequence	True	False
FIJ0026_000000018078	1797	0.6610860009265415	2	2	2	2	2	False	49093	fragment	False	MON0090_000000029846	0.7516922345242774		0	0	False	False	1.0	0					non-mobilizable	other	1797.0	98.219	100.0	0.0016275005773535567	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0012_000000009283	2572	0.6610829474272064	3	2	2	2	2	False	51047	fragment	False	FIJ0012_000000009283	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2430.0	99.91799999999999	100.0	0.009838788075178224	CP056192.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00995 plasmid pRHBSTW-00995_2, complete sequence	False	True
SPA0053_000000024464	1343	0.6610821752265258	2	2	2	2	2	False	45681	fragment	False	SPA0053_000000024464	0.9573218480814409		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	80.431	96.0	0.9611360239162929	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0058_000000039494	1113	0.6610804341821495	2	1	1	1	1	False	45937	fragment	False	FIJ0058_000000039494	1.0		0	0	False	False	0.9883198738098145	0					non-mobilizable	no_good_hit								True	False
ENG0050_000000017005	1625	0.6610798205459649	2	2	2	2	2	False	113068	fragment	False	AST0058_000000008935	0.8459851779844789		0	0	False	False	0.9932307600975037	0					non-mobilizable	other	1039.0	94.321	93.0	0.006932478461230214	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ENG0187_000000007239	3672	0.6610785887974879	4	4	4	4	4	False	95517	maximal	True	ENG0187_000000007239	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	1379.0	98.115	71.0	0.0003928733123268706	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0371_000000015865	1333	0.6610759051873911	2	2	2	2	2	False	62465	fragment	False	ISR0243_000000009372	0.9673048847095157		0	0	False	False	0.9849962592124939	0					non-mobilizable	other	1336.0	82.56	100.0	0.018896833503575076	NZ_VULP01000016.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq16, whole genome shotgun sequence	False	False
TAN0009_000000015517	2473	0.6610737142428009	2	2	1	2	0	True	2700	fragment	False	TAN0009_000000015517	1.0		0	0	False	False	0.9611807465553284	0					non-mobilizable	no_good_hit								True	True
MON0013_000000025795	2082	0.6610688168234079	2	2	2	1	1	False	13526	fragment	False	MON0013_000000025795	1.0		0	0	False	False	0.9947166442871094	0					non-mobilizable	other	1168.0	88.955	95.0	0.0003117100967559923	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0813_000000015126	2027	0.6610654651949289	2	2	2	2	2	False	125232	fragment	False	AST0012_000000009962	0.9545660036166366		0	0	False	False	0.9995066523551941	0					non-mobilizable	other	2027.0	98.07600000000001	100.0	0.013867024407605646	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0221_000000009228	2500	0.6610599269441882	2	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.7282489544956203		0	0	False	False	0.9995999932289124	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	85.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0105_000000021690	2506	0.6610587684232675	4	4	4	3	3	False	62167	maximal	False	MAD0045_000000015407	0.9798650176299437		0	0	False	False	0.998802900314331	0					non-mobilizable	other	2532.0	88.03299999999999	100.0	0.000619809737044248	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0012_000000010979	2036	0.6610572120757645	2	2	2	2	2	False	125206	fragment	False	ISR0819_000000012339	0.9539520590953628		0	0	False	False	0.9945972561836243	0					non-mobilizable	other	2046.0	96.823	100.0	0.009143000281804804	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0083_000000002657	8247	0.6610484168072451	7	7	7	5	5	False	130236	fragment	False	MON0083_000000002657	1.0		0	0	False	False	0.9997574687004089	0					non-mobilizable	other	5719.0	99.28299999999999	96.0	0.0011074551018759918	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ETH0002_000000010388	2610	0.6610388444353998	3	3	2	2	3	True	53352	maximal	True	ETH0002_000000010388	1.0		5	3	False	False	0.9885057210922241	0					non-mobilizable	other	1718.0	98.137	96.0	0.0005961645358532518	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0040_000000019032	1371	0.6610322485734514	2	2	2	2	2	False	36466	fragment	False	ISR0040_000000019032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0032_000000005369	1401	0.6610279139459386	2	1	1	1	1	False	88438	maximal	True	CHI0032_000000005369	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0022_000000025246	1260	0.6610262840846359	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.27729084592838826		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	87.54	100.0	0.0003916727693784691	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0104_000000037141	1241	0.6610262840846359	1	1	1	1	1	False	117008	fragment	False	MON0104_000000037141	1.0		0	0	False	False	0.9669620990753174	0					non-mobilizable	other	1241.0	99.839	100.0	0.0010839482991627373	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
AST0090_000000017326	1303	0.6610244711866499	2	2	2	2	2	False	109798	maximal	True	AST0090_000000017326	1.0		124	9	False	False	1.0	0					non-mobilizable	other	749.0	98.398	100.0	0.00033175189393519396	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	False	False
MAD0075_000000000085	13519	0.6610225788738495	26	3	2	2	2	False	16278	fragment	False	MAD0075_000000000085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	91.765	1.0	0.0009253853017967898	NZ_JAAVNF010000026.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_42_length_90663_cov_32.018475, whole genome shotgun sequence	True	False
FIJ0077_000000008345	3552	0.66101881033307	2	2	1	2	2	False	44519	maximal	True	FIJ0077_000000008345	1.0		147	10	False	False	0.9980292916297913	0					non-mobilizable	no_good_hit	1595.0	74.295	44.0	0.0003050440338325791	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0123_000000019627	1194	0.6610092499080793	2	2	2	2	2	False	32099	maximal	True	ISR0123_000000019627	1.0		652	13	False	False	0.9874371886253357	0					non-mobilizable	other	1194.0	99.414	100.0	0.005829123139615562	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0093_000000002486	9528	0.6610047621188413	12	9	8	7	5	False	49607	maximal	True	MAD0093_000000002486	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	78.038	12.0	0.007482074902149655	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	False
MON0005_000000037832	1444	0.6610031092870502	2	2	2	2	2	True	87079	fragment	False	MON0032_000000016300	0.24754379440387364		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	97.02600000000001	100.0	0.0004489148579929555	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0093_000000010190	1699	0.6610024708494554	3	3	3	2	3	False	114720	maximal	True	AST0093_000000010190	1.0		41	6	False	False	1.0	0					non-mobilizable	chromosome	1699.0	98.529	100.0	0.0004725587525784787	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ISR0239_000000004943	2838	0.6609986536040735	5	2	0	2	1	True	27272	maximal	True	ISR0239_000000004943	1.0		0	0	False	False	0.9978858232498169	0					non-mobilizable	no_good_hit	996.0	98.494	35.0	0.010389691755074764	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	True
USA0030_01_000000010265	1617	0.6609986536040735	3	2	0	2	1	True	84965	fragment	False	USA0030_01_000000010265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1193.0	98.156	74.0	0.012446746303566953	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	True
SPA0141_000000007928	2950	0.660991575370548	4	4	4	4	3	False	4130	maximal	True	SPA0141_000000007928	1.0		18	5	False	False	0.995593249797821	0					non-mobilizable	chromosome	2932.0	97.954	99.0	0.0009556584274559035	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0024_000000000303	7847	0.6609795508636069	16	8	4	6	6	True	128416	fragment	False	DEN0024_000000000303	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2795.0	92.809	90.0	0.0009678988326848249	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0116_000000011129	2143	0.6609783331782166	2	2	2	2	2	False	91548	maximal	True	ENG0116_000000011129	1.0		90	10	False	False	0.9920672178268433	0					non-mobilizable	no_good_hit	65.0	92.30799999999999	3.0	1.7816751922608484e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0048_000000022168	1140	0.6609744770966716	1	1	1	1	1	False	64211	fragment	False	ENG0191_000000023766	0.6412405175214991		0	0	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit								True	False
ENG0187_000000002725	8162	0.6609741318240892	8	6	4	5	5	False	81328	maximal	True	ENG0187_000000002725	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	3611.0	99.86200000000001	78.0	0.014673484485127347	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
FIJ0067_000000024189	1355	0.6609605023133345	2	2	2	2	1	False	45170	fragment	False	FIJ0067_000000024189	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1355.0	99.631	100.0	0.0002625355896657926	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
ISR0241_000000013917	1192	0.6609541887795289	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.23098028130352416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	97.82600000000001	27.0	8.914140993385207e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0006_000000011430	1912	0.6609467848499136	2	2	1	2	2	True	113501	fragment	False	MON0006_000000011430	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1913.0	94.354	100.0	0.0006661015318592424	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0145_000000016568	1721	0.6609465202984957	2	2	2	2	2	False	104392	fragment	False	ISR0145_000000016568	0.9962159609801721		0	0	False	False	0.9953515529632568	0					non-mobilizable	no_good_hit	96.0	92.708	6.0	0.0010533084974277097	NZ_FNBY01000020.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0155_000000011909	1682	0.6609465202984957	2	2	2	2	2	False	104392	fragment	False	ISR0145_000000016568	0.982636424233092		0	0	False	False	0.9976218938827515	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000011001	3144	0.6609455677956079	4	3	3	2	2	False	103026	maximal	True	AUS0002_000000011001	1.0		10	5	False	False	0.9920483231544495	0					non-mobilizable	no_good_hit	1784.0	89.182	57.0	0.036458120217684846	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ENG0065_000000017929	1492	0.6609438463516285	2	2	2	2	2	False	69083	fragment	False	DEN0083_000000019554	0.9460098326704024		0	0	False	False	0.9678283929824829	0					non-mobilizable	other	1492.0	99.26299999999999	100.0	0.00047048443804089145	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0027_000000013230	1956	0.6609431316236549	3	3	2	3	3	False	99514	fragment	False	ISR0027_000000013230	1.0		0	0	False	False	0.9918200373649597	0					non-mobilizable	chromosome	1167.0	90.146	99.0	0.00033539294167438474	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0131_000000015102	1230	0.6609404059103134	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.18003011690031553		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	97.757	98.0	0.011027996259831693	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MAD0041_000000006473	4352	0.6609383226381617	6	2	1	2	1	False	18288	maximal	True	MAD0041_000000006473	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
CHI0124_000000008749	1683	0.6609373663829182	4	3	2	2	3	True	85410	fragment	False	CHI0124_000000008749	1.0		0	0	False	False	0.9910873174667358	0					non-mobilizable	no_good_hit	1344.0	94.866	80.0	0.26361483820047354	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
MAD0050_000000003719	5629	0.660935413026025	9	5	3	5	2	True	17422	maximal	True	MAD0050_000000003719	1.0		1	1	False	False	0.9943151473999023	0					non-mobilizable	no_good_hit	941.0	87.354	48.0	0.03573353869849827	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
USA0032_01_000000015931	1325	0.6609337934144965	2	2	1	2	1	False	1491	fragment	False	USA0032_01_000000015931	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	90.79899999999999	100.0	0.00037152426682974014	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0149_000000001464	11623	0.6609304626517174	6	6	3	4	4	False	86021	maximal	True	CHI0149_000000001464	1.0		34	6	False	False	0.9999139904975891	0					non-mobilizable	no_good_hit	4106.0	96.152	82.0	0.20019521717911176	NZ_CBVI010000158.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
MAD0098_000000003050	11310	0.6609280411238752	12	9	8	7	8	False	15366	maximal	True	MAD0098_000000003050	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1515.0	74.851	27.0	0.0007064849990954707	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
TAN0011_000000002910	1729	0.6609228272870413	2	1	1	1	1	True	46252	maximal	False	ISR0078_000000010391	0.9220159151193634		0	0	False	False	0.9959514141082764	0					non-mobilizable	other	1729.0	99.306	100.0	0.0016495144528203547	NZ_LT960489.1	CFB group bacteria	Parabacteroides provencensis strain Marseille-P3668, whole genome shotgun sequence	False	True
TAN0005_000000003891	3566	0.6609204054508679	6	2	1	1	2	True	46299	maximal	True	TAN0005_000000003891	0.9751958224543081		4	1	False	False	0.9985978603363037	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	6.332535166942483e-07	LR697110.1	bony fishes	Chanos chanos genome assembly, chromosome: 5	True	True
TAN0007_000000010316	3447	0.6609204054508679	6	2	1	1	2	True	46299	maximal	False	TAN0005_000000003891	0.9593381940549635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	6.332535166942483e-07	LR697110.1	bony fishes	Chanos chanos genome assembly, chromosome: 5	True	True
FIJ0137_000000002069	5691	0.6609092264523372	5	5	5	4	3	True	130108	maximal	True	FIJ0137_000000002069	1.0		6	4	False	False	0.9998242855072021	0					non-mobilizable	no_good_hit	2781.0	96.296	70.0	0.0009357317236952517	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0001_000000022682	1474	0.6609003134188661	2	2	1	1	0	True	8434	maximal	True	SPA0001_000000022682	1.0		1	1	False	False	0.9966078400611877	0					non-mobilizable	no_good_hit	213.0	100.0	14.0	4.945999945873963e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ISR0049_000000004843	5600	0.6608994468800767	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8511705521468651		0	0	False	False	1.0	0					non-mobilizable	chromosome	5254.0	94.51799999999999	95.0	0.002160020228826242	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0099_000000003595	5555	0.6608994468800767	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8835346448761608		0	0	False	False	0.9902790188789368	0					non-mobilizable	chromosome	5476.0	95.98200000000001	99.0	0.002373448250893512	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0015_000000006150	5544	0.6608994468800767	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8984697690533269		0	0	False	False	0.994408369064331	0					non-mobilizable	chromosome	5545.0	98.197	100.0	0.0024465153162190586	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0328_000000004656	5449	0.6608994468800767	5	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8843520339904303		0	0	False	False	0.9994494318962097	0					non-mobilizable	chromosome	5458.0	96.70200000000001	100.0	0.0024063361258606516	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
AST0003_000000006495	5413	0.6608994468800767	5	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.882202124382964		0	0	False	False	1.0	0					non-mobilizable	chromosome	5412.0	97.28399999999999	99.0	0.0023882334137211494	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0188_000000004024	5398	0.6608994468800767	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8819835590411365		0	0	False	False	1.0	0					non-mobilizable	chromosome	5331.0	98.14299999999999	99.0	0.0021946134984585403	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0095_000000003963	5293	0.6608994468800767	5	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8429097851004355		0	0	False	False	0.9977328777313232	0					non-mobilizable	chromosome	5256.0	98.554	100.0	0.0021641384752110397	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0108_000000003692	5255	0.6608994468800767	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8329038162183423		0	0	False	False	1.0	0					non-mobilizable	chromosome	5159.0	97.75200000000001	100.0	0.002123367836001545	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0081_01_000000005975	5229	0.6608994468800767	5	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.824391232781972		0	0	False	False	1.0	0					non-mobilizable	chromosome	5199.0	98.538	100.0	0.0021406644708176943	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0006_000000016351	2221	0.660897454913198	4	3	3	3	3	False	73610	fragment	False	FIJ0006_000000016351	0.9753320541954655		0	0	False	False	1.0	0					non-mobilizable	other	2220.0	99.64	99.0	0.07997549196280546	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ISR0105_000000012734	1548	0.6608944778976968	2	2	2	2	2	False	102239	fragment	False	SPA0054_000000012699	0.28410405140501804		0	0	False	False	0.9418604373931885	0					non-mobilizable	other	1548.0	98.12700000000001	100.0	0.005366390763555781	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
TAN0002_000000011950	2993	0.6608943603666954	3	2	1	2	1	False	3056	fragment	False	TAN0002_000000011950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0042_000000004885	4785	0.6608922801796976	4	4	4	4	4	False	85329	fragment	False	FIJ0042_000000004885	0.9777645152952718		0	0	False	False	0.999582052230835	0					non-mobilizable	no_good_hit	1084.0	77.03	25.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0789_000000005435	2569	0.6608918509005254	3	3	3	2	1	True	102796	fragment	False	USA0019_01_000000011868	0.9307154386446942		0	0	False	False	0.9992215037345886	0					non-mobilizable	other	2569.0	92.993	100.0	0.009174934707191678	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0019_01_000000011868	2523	0.6608918509005254	3	3	3	2	1	True	102796	fragment	False	USA0019_01_000000011868	0.9780795633074478		0	0	False	False	1.0	0					non-mobilizable	other	2526.0	99.169	100.0	0.009010586188293384	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0002_000000008347	2493	0.6608918509005254	3	3	3	2	1	True	102796	fragment	False	USA0019_01_000000011868	0.9772564659185767		0	0	False	False	0.989971935749054	0					non-mobilizable	other	2493.0	99.96	100.0	0.008903402371620583	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0021_000000007588	2462	0.6608918509005254	3	3	3	2	1	True	102796	fragment	False	USA0019_01_000000011868	0.9717249290218475		0	0	False	False	0.9963444471359253	0					non-mobilizable	other	2462.0	100.0	100.0	0.0007897687559649845	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0238_000000005903	2402	0.6608918509005254	3	3	3	2	1	True	102796	fragment	False	USA0019_01_000000011868	0.9578384770889673		0	0	False	False	1.0	0					non-mobilizable	other	2402.0	99.958	100.0	0.00857827812771309	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0090_000000010413	2212	0.6608918509005254	3	3	3	2	1	True	79370	fragment	False	ENG0090_000000010413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1977.0	90.845	89.0	0.0007320562688443237	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0165_000000008849	2356	0.6608881492273941	3	2	2	1	1	False	85542	maximal	True	ISR0165_000000008849	1.0		180	10	False	False	1.0	0					non-mobilizable	chromosome	2356.0	97.963	100.0	0.0009335691239553837	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0009_000000019088	1918	0.6608855543259735	4	2	2	2	1	False	8128	maximal	True	SPA0009_000000019088	1.0		1	1	False	False	0.9984358549118042	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.2077450813351452e-06	CP023119.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-07	True	False
SPA0118_000000011211	2517	0.6608845693483678	3	2	2	2	1	False	4255	maximal	True	SPA0118_000000011211	1.0		5	1	False	False	0.9996026754379272	0					non-mobilizable	no_good_hit	60.0	100.0	2.0	8.165706827042994e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ENG0189_000000003095	4072	0.6608776254600075	4	3	3	3	2	False	127196	maximal	False	SPA0113_000000008116	0.9863796018478656		0	0	False	False	1.0	0					non-mobilizable	other	4020.0	88.781	100.0	0.0011196957586375926	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0002_000000022845	1640	0.6608747758994715	3	2	1	1	2	False	131584	maximal	True	AST0002_000000022845	1.0		162	10	False	False	1.0	0					non-mobilizable	other	1640.0	99.512	100.0	0.07406905278380332	NZ_MIEH01000047.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_47, whole genome shotgun sequence	False	False
ISR0020_000000006300	3319	0.6608688097219896	4	3	3	3	3	False	107348	maximal	True	ISR0020_000000006300	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1174.0	97.104	76.0	0.0003326989721532096	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0174_000000014559	1677	0.6608631575187497	2	2	2	2	2	False	118609	fragment	False	AST0061_000000025204	0.5420388940178431		0	0	False	False	0.9934406876564026	0					non-mobilizable	chromosome	1632.0	93.811	97.0	0.0003622681406160113	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0114_000000036085	1151	0.6608629002524499	1	1	1	1	1	False	41770	maximal	True	FIJ0114_000000036085	1.0		2	1	False	False	0.9713292717933655	0					non-mobilizable	other	1159.0	83.865	100.0	0.0036824170976671633	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0096_000000005671	5551	0.6608582143507636	10	10	1	4	10	False	84492	fragment	False	ENG0096_000000005671	1.0		0	0	False	False	0.9996396899223328	0					non-mobilizable	plasmid	4118.0	98.98	100.0	0.04767420311341734	CP054943.1	enterobacteria	Escherichia coli strain MS6192 plasmid pMS6192C, complete sequence	False	True
SPA0143_000000005470	3361	0.6608515412584176	3	2	2	1	2	False	3410	maximal	True	SPA0143_000000005470	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	94.87200000000001	23.0	0.00016309306973711396	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0009_000000001623	8569	0.6608488060654586	6	6	1	5	6	True	87447	fragment	False	CHI0143_000000001759	0.6253873580431302		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	8491.0	100.0	100.0	0.05854566768954936	CP053248.1	enterobacteria	Escherichia coli strain SCU-482 plasmid pSCU-482-1, complete sequence	False	True
CHI0116_000000013632	1136	0.6608456246632016	2	2	2	2	2	False	82139	maximal	True	CHI0116_000000013632	1.0		36	9	False	False	0.9920774698257446	0					non-mobilizable	other	1136.0	98.23899999999999	100.0	0.00031897128808756057	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0108_000000004152	5934	0.6608447678336774	14	3	1	3	1	True	59952	maximal	True	ENG0108_000000004152	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	8.904347320427482e-05	NZ_VOOS01000002.1	CFB group bacteria	Vicingus serpentipes strain NCIMB 15042 2, whole genome shotgun sequence	True	True
SPA0103_000000008488	1942	0.6608441287343563	2	2	2	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.22639641883932685		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	99.382	99.0	0.004268088776246546	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0157_000000018468	1338	0.6608416251120436	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.0922789182277685		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	95.08200000000001	100.0	0.0004472570905959684	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	True
USA0057_01_000000010673	2940	0.6608354857778385	4	4	2	2	4	False	72816	fragment	False	ISR0231_000000005327	0.9398422090729783		0	0	False	False	0.9982993006706238	0					non-mobilizable	no_good_hit	1777.0	84.46799999999999	69.0	0.2593745368311842	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
DEN0006_000000000554	6296	0.6608303059683319	7	4	3	4	3	False	127954	fragment	False	DEN0006_000000000554	1.0		0	0	False	False	0.9998411536216736	0					non-mobilizable	no_good_hit	2463.0	97.15799999999999	39.0	0.0005459180993771237	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0125_000000009270	3893	0.6608296428931127	3	3	3	3	2	False	121980	maximal	True	SPA0125_000000009270	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1938.0	98.65799999999999	50.0	0.04021341969772463	NZ_CABMGA010000018.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0207_000000000362	36770	0.6608272855496383	42	14	6	10	8	True	66831	maximal	True	ISR0207_000000000362	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	18487.0	96.976	97.0	0.36518676796454574	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0136_000000010455	3718	0.6608244459031913	3	3	2	3	2	False	129853	fragment	False	SPA0136_000000010455	0.9995633187772925		0	0	False	False	0.9938138723373413	0					non-mobilizable	no_good_hit	621.0	71.176	17.0	0.0007598062494064014	NZ_UYZY01000003.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
USA0017_01_000000006678	4060	0.6608229490320277	6	4	3	4	2	True	16443	fragment	False	USA0017_01_000000006678	1.0		0	0	False	False	0.9931034445762634	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.359792562309844e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MON0026_000000014709	2711	0.6608200693859266	3	3	3	3	3	False	81206	fragment	False	FIJ0005_000000008187	0.40465285055185013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	74.361	47.0	0.0003848364673719969	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0294_000000014405	1313	0.6608182917724927	2	2	2	2	2	False	25746	fragment	False	ISR0294_000000014405	1.0		0	0	False	False	0.9954302906990051	0					non-mobilizable	other	1317.0	98.633	100.0	0.004035992713131697	NZ_JAAIPW010000002.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_2_length_326066_cov_251.654, whole genome shotgun sequence	False	False
ENG0043_000000024862	1392	0.6608174162574374	3	3	2	3	1	False	64568	fragment	False	ENG0043_000000024862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	82.007	21.0	8.550199987981887e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0013_000000002713	8216	0.6608173878001287	8	5	4	4	4	False	116213	fragment	False	SPA0013_000000002713	0.9561803189392354		0	0	False	False	0.9998782873153687	0					non-mobilizable	no_good_hit	1870.0	95.294	23.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0188_000000009101	2901	0.6608115381799714	3	2	2	2	2	False	54919	maximal	True	ENG0188_000000009101	1.0		41	7	False	False	0.9903481602668762	0					non-mobilizable	no_good_hit	2263.0	81.485	77.0	0.02304351862357783	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0072_000000015017	1692	0.6608102268525271	2	2	1	1	2	False	80475	fragment	False	FIJ0072_000000015017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	85.01899999999999	62.0	0.018894331700489854	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
TAN0011_000000003987	1369	0.6608102268525271	2	2	1	1	2	False	52161	fragment	False	SPA0147_000000000563	0.7629556323930282		0	0	False	False	0.9802775979042053	0					non-mobilizable	no_good_hit	781.0	86.044	57.0	0.01284796573875803	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0112_000000011241	2399	0.6608074488433255	3	3	3	3	3	False	42024	maximal	True	FIJ0112_000000011241	1.0		77	10	False	False	1.0	0					non-mobilizable	chromosome	2399.0	99.875	100.0	0.00044647661434437383	CP024707.1	enterobacteria	Klebsiella pneumoniae strain cr-hvkp3 chromosome, complete genome	False	False
ISR0217_000000007394	3488	0.6607925448822731	4	3	3	2	1	False	64789	maximal	True	ISR0217_000000007394	1.0		1	1	False	False	0.9979931116104126	0					non-mobilizable	no_good_hit	283.0	85.512	8.0	0.06938271604938272	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
MAD0056_000000007265	1888	0.6607920784357655	3	2	1	2	1	True	17053	fragment	False	MAD0056_000000007265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0172_000000003573	4418	0.6607913279642471	5	4	2	3	3	False	29944	maximal	True	ISR0172_000000003573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1735.0	83.689	59.0	0.0004118456197413571	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0219_000000006110	5081	0.6607796813237766	6	6	3	4	5	True	114027	fragment	False	ISR0219_000000006110	1.0		0	0	False	False	0.9996063709259033	0					non-mobilizable	chromosome	5081.0	100.0	100.0	0.002612979202640138	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
CHI0185_000000006527	3180	0.6607770854662449	5	3	2	2	3	False	77228	maximal	True	CHI0185_000000006527	1.0		1	1	True	True	0.9915094375610352	9	rep_cluster_2324,rep_cluster_2373				non-mobilizable	no_good_hit	1798.0	89.37700000000001	67.0	0.3504290171606864	CP050050.1	enterobacteria	Escherichia coli strain 90-1 plasmid pCD90-1-3, complete sequence	True	True
MON0054_000000031263	1579	0.6607755362952734	4	3	2	2	2	True	74232	fragment	False	MON0054_000000031263	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1580.0	95.38	100.0	0.03609142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0116_000000006059	3122	0.6607745482862812	5	4	3	3	2	False	95914	fragment	False	SPA0077_000000008270	0.48346462509925253		0	0	False	False	0.9993593692779541	0					non-mobilizable	no_good_hit	846.0	75.414	27.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0150_000000004650	4791	0.6607736604665015	8	7	3	4	4	True	125618	fragment	False	ISR0056_000000002323	0.2108185638290245		0	0	False	False	0.9995825290679932	0					non-mobilizable	no_good_hit	1224.0	99.51	58.0	0.1480808814626468	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MON0019_000000042872	1568	0.6607635314668188	2	2	2	2	2	False	13166	maximal	True	MON0019_000000042872	1.0		99	11	False	False	0.9802296161651611	0					non-mobilizable	no_good_hit	809.0	77.256	51.0	0.001376202026457484	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
FIJ0140_000000001141	16270	0.6607609851055906	26	7	0	6	2	False	40414	maximal	False	FIJ0160_000000000787	0.9953294001966568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.926335852894888e-06	NZ_MSCN01000001.1	CFB group bacteria	Polaribacter porphyrae strain NBRC 108759 scaffold00001, whole genome shotgun sequence	True	False
DEN0071_000000035087	1261	0.6607534796822484	2	2	2	2	1	False	70354	maximal	True	DEN0071_000000035087	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	77.37	26.0	0.0001034641806039794	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0086_01_000000004630	4033	0.6607529452999723	4	4	2	3	3	False	93959	maximal	True	USA0086_01_000000004630	1.0		3	3	False	False	0.9972724914550781	0					non-mobilizable	no_good_hit	231.0	74.459	6.0	0.0004514948139109213	NZ_AUQY01000005.1	firmicutes	Peptoniphilus mikwangii strain ChDC B134 contig_4, whole genome shotgun sequence	True	False
CHI0015_000000003358	2768	0.6607523534077202	1	1	1	1	1	False	89863	fragment	False	CHI0015_000000003358	1.0		0	0	False	False	0.9996387362480164	0					non-mobilizable	plasmid	2768.0	99.53	100.0	0.006043714820534215	CP030859.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain JNM8C2 plasmid pKJNM8C2.2	False	True
ENG0174_000000002153	6968	0.6607454874598296	11	8	4	6	6	True	130639	maximal	True	ENG0174_000000002153	1.0	PS1110	5	2	True	True	1.0	13		MOBV			mobilizable	no_good_hit	1880.0	93.404	72.0	0.30523398010761454	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0026_000000016616	2499	0.6607356933089102	3	3	0	3	0	False	100332	fragment	False	FIJ0060_000000004086	0.6807407349368269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0056_000000007311	2484	0.6607356933089102	3	3	0	3	0	False	100332	fragment	False	FIJ0060_000000004086	0.6800496688244063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0169_000000011705	2028	0.6607348215238792	4	2	2	2	2	False	58509	maximal	False	FIJ0087_000000015675	0.979420405284008		0	0	False	False	0.9891518950462341	0					non-mobilizable	no_good_hit	209.0	73.206	10.0	5.189756483967829e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	False
CHI0084_000000000834	3879	0.6607336585742137	5	4	4	2	2	True	118207	maximal	True	CHI0084_000000000834	1.0		47	4	False	False	1.0	0					non-mobilizable	other	3015.0	95.15799999999999	98.0	0.06203596766210196	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0018_000000008055	2682	0.660733266188969	3	3	3	3	3	False	113453	fragment	False	ISR0018_000000008055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	611.0	72.831	22.0	0.00085020260299403	NZ_FNVA01000002.1	bacteria	Bryocella elongata strain DSM 22489, whole genome shotgun sequence	True	False
ENG0157_000000016583	1499	0.6607316952459632	3	2	2	1	1	False	56595	fragment	False	ENG0157_000000016583	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	98.93299999999999	100.0	0.003945677139305055	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
FIJ0146_000000010110	1894	0.6607311312620839	3	3	3	3	3	False	39973	fragment	False	FIJ0146_000000010110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	75.329	51.0	0.004080626837743919	NZ_FOJI01000006.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
USA0102_01_000000000071	73474	0.6607273960582042	69	10	3	9	6	True	345	maximal	True	USA0102_01_000000000071	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	89.90799999999999	0.0	0.0031652041800173357	NC_049977.1	viruses	Bacteroides phage crAss001, complete genome	True	True
ISR0029_000000004010	10729	0.6607205696278211	5	5	4	4	1	False	37157	fragment	False	ISR0029_000000004010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6928.0	95.367	74.0	0.11044276027124053	MK232146.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_2-proph-CL11_c1 sequence	True	False
USA0052_01_000000000574	24145	0.660713823865911	30	21	11	15	17	True	1087	maximal	True	USA0052_01_000000000574	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4050.0	80.37	46.0	0.001947098591358899	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	True
ENG0001_000000010190	2562	0.6607108307770976	4	3	3	2	2	False	68069	maximal	True	ENG0001_000000010190	1.0		1	1	False	False	0.9972677826881409	0					non-mobilizable	no_good_hit	1167.0	97.772	46.0	0.0015212875885895602	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	True	False
DEN0073_000000010725	4364	0.6607104208438127	5	2	2	2	2	False	71515	fragment	False	DEN0073_000000010725	1.0		0	0	False	False	0.9986250996589661	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.00034299003655771854	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
MAD0104_000000000884	10195	0.6607063374372945	14	12	4	8	7	True	98667	fragment	False	MAD0061_000000001133	0.48422923797532524		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	6773.0	97.49	100.0	0.09152464488924329	CP057202.1	enterobacteria	Escherichia coli strain RHB33-C11 plasmid pRHB33-C11_3, complete sequence	False	True
SPA0041_000000007315	4654	0.6607035860353672	6	3	1	3	3	False	93109	fragment	False	SPA0041_000000007315	1.0		0	0	False	False	0.9802320599555969	0					non-mobilizable	no_good_hit	1323.0	92.366	58.0	0.0005793086243638146	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0005_000000017436	1180	0.6607014147739386	2	1	1	1	1	False	90677	maximal	True	CHI0005_000000017436	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	4.0	7.02768942319667e-06	CP060497.1	CFB group bacteria	Olivibacter sp. SDN3 chromosome, complete genome	True	False
ISR0123_000000013359	1688	0.6606974881210703	1	1	0	1	1	False	87921	fragment	False	ISR0123_000000013359	1.0		0	0	False	False	0.9994075894355774	0	rep_cluster_199				non-mobilizable	plasmid	1662.0	99.819	100.0	0.009041916167664671	CP040803.1	firmicutes	Streptococcus salivarius strain LAB813 plasmid pSAL813, complete sequence	False	True
CHI0037_000000010553	1408	0.6606974881210703	1	1	0	1	1	False	87920	fragment	False	CHI0037_000000010553	1.0		0	0	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	1408.0	99.148	100.0	0.011117695863458576	CP015284.1	firmicutes	Streptococcus salivarius strain ATCC 25975 plasmid, complete sequence	False	True
ENG0034_000000011341	1316	0.6606974881210703	1	1	0	1	1	False	65450	fragment	False	ENG0034_000000011341	1.0		0	0	False	False	1.0	0	rep_cluster_199				non-mobilizable	plasmid	1316.0	98.48	100.0	0.009494790500877275	CP054154.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B501, complete sequence	False	True
MON0018_000000017777	1228	0.660690160621277	1	1	1	1	1	False	13253	maximal	True	MON0018_000000017777	1.0		54	8	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	74.545	70.0	0.011804084978482137	NZ_PUBV01000013.1	CFB group bacteria	Paramuribaculum intestinale strain DSM 100764 seq13, whole genome shotgun sequence	True	False
ISR0354_000000015384	1198	0.660690160621277	1	1	1	1	1	False	23986	fragment	False	ISR0354_000000015384	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	87.98	100.0	0.0036451449835861894	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	False	False
MON0080_000000025943	2058	0.6606791788062871	2	2	2	2	2	False	43376	maximal	True	MON0080_000000025943	1.0		143	13	False	False	1.0	0					non-mobilizable	other	2058.0	99.90299999999999	100.0	0.02326238889014543	NZ_NQCD01000047.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_22_length_88426_cov_90.7171_ID_43.ctg_1, whole genome shotgun sequence	False	False
FIJ0018_000000008137	3332	0.6606784290608851	4	4	2	2	4	False	50766	fragment	False	FIJ0079_000000008465	0.9911347517730495		0	0	False	False	1.0	0					non-mobilizable	plasmid	2498.0	99.8	100.0	0.013982528838615747	CP058120.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00167 plasmid pRHBSTW-00167_3, complete sequence	False	True
ISR0052_000000004563	6299	0.6606750395797851	9	5	3	3	3	True	35809	fragment	False	ISR0052_000000004563	1.0		0	0	False	False	0.998094916343689	0					non-mobilizable	no_good_hit	2250.0	77.156	35.0	0.0006153811975495832	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0031_000000011123	2065	0.66067484874355	3	3	1	1	3	False	102402	fragment	False	ISR0187_000000012483	0.9111438830728772		0	0	False	False	1.0	0					non-mobilizable	chromosome	1989.0	93.96700000000001	100.0	0.0006691491606856692	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0082_000000011921	2705	0.6606730377051241	4	3	3	3	3	False	110216	fragment	False	MON0082_000000011921	0.9750509472742905		0	0	False	False	1.0	0					non-mobilizable	chromosome	1791.0	79.676	90.0	0.0005964448253194195	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0048_000000001496	14993	0.6606528667884757	18	8	3	8	2	True	90497	fragment	False	CHI0120_000000000475	0.36905189473483946		0	0	False	False	1.0	0					non-mobilizable	other	14969.0	98.42299999999999	99.0	0.24070887541611052	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
MON0058_000000001584	14434	0.6606528667884757	17	8	3	8	2	True	90497	fragment	False	CHI0120_000000000475	0.3595462517538111		0	0	False	False	1.0	0					non-mobilizable	other	14361.0	98.398	99.0	0.2309312834697586	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
MAD0042_000000014767	1630	0.6606517869407682	2	2	2	1	1	False	107670	fragment	False	MON0069_000000028353	0.9343853820598007		0	0	False	False	0.9975460171699524	0					non-mobilizable	other	1630.0	96.626	100.0	0.0153725653027329	NZ_WAJR01000007.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_007, whole genome shotgun sequence	False	False
USA0074_01_000000000772	1636	0.6606507916382824	2	2	2	2	2	False	41526	fragment	False	USA0074_01_000000000772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.168403501458942e-06	NZ_CP045309.1	high GC Gram+	Micromonospora terminaliae strain DSM 101760 chromosome, complete genome	True	False
CHI0109_000000003863	4286	0.6606487231900026	4	1	1	1	1	False	86788	maximal	True	CHI0109_000000003863	1.0		1	1	False	False	0.9927671551704407	0					non-mobilizable	no_good_hit								True	False
CHI0049_000000007353	2217	0.6606487231900026	3	1	1	1	1	False	86787	fragment	False	CHI0049_000000007353	1.0		0	0	False	False	0.9783491492271423	0					non-mobilizable	no_good_hit								True	False
ENG0192_000000001324	9182	0.6606469379938453	10	5	2	3	4	False	121042	maximal	True	ENG0192_000000001324	1.0		55	8	False	False	0.9988020062446594	0					non-mobilizable	no_good_hit	6526.0	99.77	71.0	0.0014521465953671962	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0051_000000026195	1789	0.6606432314803008	3	2	2	2	1	False	75899	fragment	False	DEN0051_000000026195	1.0		0	0	False	False	0.9994410276412964	0					non-mobilizable	other	1770.0	99.605	99.0	0.0005048959782994624	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0047_000000023893	1625	0.6606432314803008	2	2	2	2	1	False	75898	fragment	False	SPA0047_000000023893	0.9935390118412852		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	99.631	100.0	0.0004952253748115079	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0146_000000029330	1454	0.6606432314803008	2	2	2	2	1	False	75898	fragment	False	SPA0047_000000023893	0.7655176347927076		0	0	False	False	0.9649243354797363	0					non-mobilizable	other	1454.0	99.587	100.0	0.0004430803384243356	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
DEN0092_000000010361	1559	0.6606394139403411	2	2	2	2	1	False	68546	fragment	False	DEN0092_000000010361	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	99.551	100.0	0.0038990647750279665	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
FIJ0009_000000018823	2116	0.6606336881231872	3	3	3	3	3	False	51255	maximal	True	FIJ0009_000000018823	1.0		2	1	False	False	0.992911159992218	0					non-mobilizable	no_good_hit	434.0	71.889	20.0	0.0001105035892668205	CP013239.1	firmicutes	Clostridium butyricum strain CDC_51208, complete genome	True	False
FIJ0046_000000019736	1665	0.6606318915394588	2	2	2	2	1	True	95153	fragment	False	FIJ0046_000000019736	1.0		0	0	False	False	0.9993994235992432	0					non-mobilizable	no_good_hit	112.0	80.357	7.0	4.4627394014033475e-05	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	True
SPA0038_000000016615	1599	0.6606287958581061	2	1	1	1	1	False	7035	fragment	False	SPA0038_000000016615	1.0		0	0	False	False	0.9993746280670166	0					non-mobilizable	no_good_hit	757.0	79.657	77.0	0.000187936343526559	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0113_000000013474	1892	0.6606230089889776	2	1	1	1	1	False	109802	fragment	False	FIJ0113_000000013474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1221.0	88.288	83.0	0.0003664153946251649	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0087_000000019499	1654	0.6606230089889776	2	1	1	1	1	False	124854	fragment	False	CHI0056_000000012255	0.9284420289855072		0	0	False	False	1.0	0					non-mobilizable	chromosome	1338.0	98.505	100.0	0.0004309395933567616	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0076_000000004307	1502	0.6606230089889776	1	1	1	1	1	False	90702	fragment	False	MAD0015_000000012552	0.6770956393653452		0	0	False	False	0.9960052967071533	0					non-mobilizable	no_good_hit	1022.0	74.658	67.0	0.00018416725222641483	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
FIJ0144_000000021471	1474	0.6606230089889776	1	1	1	1	1	False	40051	fragment	False	FIJ0144_000000021471	0.9426294755430109		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	96.455	99.0	0.014101441886861419	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0838_000000017357	1423	0.6606230089889776	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.5934151441330298		0	0	False	False	0.9971890449523926	0					non-mobilizable	chromosome	1423.0	99.227	100.0	0.00039586595678045724	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
AST0033_000000009322	1411	0.6606230089889776	1	1	1	1	1	False	118093	maximal	False	AST0029_000000018187	0.639514348785872		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	99.43299999999999	100.0	0.009132124352331607	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	False	False
AST0016_000000016940	1407	0.6606230089889776	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.7337694602729146		0	0	False	False	0.9978678226470947	0					non-mobilizable	chromosome	1407.0	98.65	100.0	0.0004531795574118226	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0073_000000005715	1402	0.6606230089889776	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.5196811274772258		0	0	False	False	0.995720386505127	0					non-mobilizable	other	1402.0	100.0	100.0	0.00032685593981931235	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0258_000000022137	1318	0.6606230089889776	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.2638634394792267		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	97.117	100.0	0.00040971647122433984	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0025_000000007837	1295	0.6606230089889776	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.5448276383517912		0	0	False	False	1.0	0					non-mobilizable	chromosome	1295.0	99.073	100.0	0.00028798125584753286	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0066_000000029317	1256	0.6606230089889776	1	1	1	1	1	False	10621	maximal	True	MON0066_000000029317	1.0		5	3	False	False	0.9984076619148254	0					non-mobilizable	other	1226.0	75.85600000000001	97.0	0.0004341066343989113	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
SPA0137_000000029437	1255	0.6606230089889776	1	1	1	1	1	False	28393	fragment	False	ISR0211_000000017336	0.9705438066465257		0	0	False	False	0.9992032051086426	0					non-mobilizable	other	1253.0	84.118	99.0	0.008300660990887245	NZ_KB291607.1	firmicutes	Clostridium celatum DSM 1785 Scfld11, whole genome shotgun sequence	False	False
USA0053_01_000000014981	1230	0.6606230089889776	1	1	1	1	1	False	1053	fragment	False	USA0053_01_000000014981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	72.77199999999999	66.0	0.0016385886614537753	NZ_FQXI01000001.1	firmicutes	Anaerosphaera aminiphila DSM 21120, whole genome shotgun sequence	True	False
SPA0003_000000014989	1212	0.6606230089889776	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.16287601997320666		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	98.845	100.0	0.0004273282597365385	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0024_000000020653	1207	0.6606230089889776	1	1	1	1	1	False	66195	fragment	False	MON0016_000000028617	0.9172848664688427		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	76.71600000000001	100.0	0.00034592081724078486	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0037_000000064002	1205	0.6606230089889776	1	1	1	1	1	False	12031	fragment	False	MON0037_000000064002	1.0		0	0	False	False	0.985892117023468	0					non-mobilizable	chromosome	1205.0	99.585	100.0	0.00033667858743758233	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0023_000000012233	1202	0.6606230089889776	1	1	1	1	1	False	19218	maximal	True	MAD0023_000000012233	1.0		1	1	False	False	0.9916805028915405	0					non-mobilizable	no_good_hit	1052.0	72.624	86.0	0.0002929567741144303	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0794_000000002158	7951	0.6606215620142706	8	5	2	3	5	False	110846	maximal	True	ISR0794_000000002158	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2525.0	94.21799999999999	66.0	0.00038664905282521526	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0066_000000012202	2655	0.6606211953045327	3	2	2	2	2	False	112376	maximal	True	ISR0066_000000012202	1.0		70	10	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	98.186	56.0	0.00036711820539735965	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0396_000000013221	1739	0.6606211953045327	3	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.7507756378135388		0	0	False	False	0.9982748627662659	0					non-mobilizable	other	1335.0	76.779	92.0	0.0007310418147076993	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	False	False
ENG0046_000000005855	3205	0.6606206693459478	5	4	2	4	4	False	118665	fragment	False	ENG0046_000000005855	1.0		0	0	False	False	0.9993759989738464	0					non-mobilizable	other	3205.0	99.969	100.0	0.0006205467202537037	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0029_000000002188	17133	0.6606202194275247	19	6	4	6	2	True	114978	maximal	True	ISR0029_000000002188	1.0		6	4	False	False	0.9992412328720093	0					non-mobilizable	no_good_hit	1461.0	78.919	8.0	0.03171228823774354	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	True
FIJ0048_000000028535	1215	0.6606168268292119	3	3	3	2	1	False	46711	maximal	True	FIJ0048_000000028535	1.0		16	5	False	False	0.9662551283836365	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	1.0372084383506877e-05	NZ_CP015285.1	a-proteobacteria	Azospirillum humicireducens strain SgZ-5 chromosome, complete genome	True	False
ISR0104_000000007198	3517	0.6606125173689427	4	4	4	4	2	False	77011	fragment	False	ISR0032_000000008938	0.9841754580788451		0	0	False	False	0.9985783100128174	0					non-mobilizable	other	1184.0	98.311	99.0	0.006014051427002735	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0191_000000005300	1955	0.6606104904673016	5	4	3	2	2	True	129438	fragment	False	ISR0191_000000005300	0.9433042585941509		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	99.23299999999999	100.0	0.0006078860932212301	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0003_000000011686	1936	0.6606104904673016	5	4	3	2	2	True	67860	maximal	True	ENG0003_000000011686	1.0		1	1	False	False	0.9881198406219482	0					non-mobilizable	other	1305.0	74.71300000000001	98.0	0.0004108220058424461	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
FIJ0071_000000032921	1152	0.6606069986571327	2	1	1	1	1	False	44795	maximal	True	FIJ0071_000000032921	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0006_000000001127	5886	0.6606052846962043	6	3	2	2	2	True	97629	fragment	False	ISR0031_000000002563	0.6936502988006522		0	0	False	False	0.9979612827301025	0					non-mobilizable	no_good_hit	1183.0	95.09700000000001	20.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0366_000000018266	1167	0.6606041328100916	2	2	2	2	2	False	23606	fragment	False	ISR0366_000000018266	1.0		0	0	False	False	0.999143123626709	0					non-mobilizable	other	1167.0	99.4	100.0	0.016259482373940204	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0106_000000011895	1828	0.660602022580843	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.018230843806921117		0	0	False	False	0.9912472367286682	0					non-mobilizable	other	1422.0	88.537	97.0	0.0029462379531487526	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0023_000000029245	1198	0.6606019907062392	2	2	2	1	1	False	49287	maximal	True	FIJ0023_000000029245	1.0		329	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000003558	11328	0.6606011052319274	6	5	5	4	5	False	110650	maximal	True	ISR0170_000000003558	1.0		16	6	False	False	0.9980579018592834	0					non-mobilizable	other	11328.0	99.585	100.0	0.4556462968177978	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0847_000000005831	4165	0.6605966104763139	4	3	3	3	2	False	107374	fragment	False	ISR0847_000000005831	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	77.08	18.0	0.0001792250465899309	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0059_000000012205	2050	0.6605963564429064	3	3	3	3	2	False	131700	fragment	False	ISR0264_000000003339	0.17187075273943403		0	0	False	False	0.9892683029174805	0					non-mobilizable	other	2031.0	99.95100000000001	99.0	0.0005722576056110013	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0130_000000009176	1783	0.6605953201588056	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.07219247899079204		0	0	False	False	0.9977566003799438	0					non-mobilizable	chromosome	1788.0	89.15	99.0	0.0005753382005548388	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AUS0004_000000016065	1230	0.6605951521041622	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.2576033895827638		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	382.0	96.59700000000001	31.0	0.0001058033557158805	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0164_000000025027	1145	0.6605951521041622	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.15263097457938885		0	0	False	False	0.9973798990249634	0					non-mobilizable	no_good_hit	285.0	96.84200000000001	25.0	7.886654336826787e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0124_000000011968	2304	0.6605867540804062	3	2	2	2	2	False	41249	maximal	True	FIJ0124_000000011968	1.0		4	2	False	False	0.9995659589767456	0					non-mobilizable	no_good_hit	190.0	77.368	8.0	0.0005600154988073183	NZ_OKQO01000004.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0077_000000030788	1212	0.6605849151678932	2	2	2	2	2	False	34447	maximal	True	ISR0077_000000030788	0.998303647158609		148	10	False	False	0.9554455280303955	0					non-mobilizable	other	1212.0	99.587	100.0	0.009375532260811668	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	False	False
ISR0058_000000015684	1678	0.6605845941779819	2	2	2	2	2	False	35619	fragment	False	ISR0058_000000015684	1.0		0	0	False	False	0.9791418313980103	0					non-mobilizable	chromosome	1633.0	99.939	97.0	0.0007133316082830388	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
SPA0030_000000025608	1181	0.6605840680202677	2	1	1	1	1	False	7303	fragment	False	SPA0030_000000025608	1.0		0	0	False	False	0.9966130256652832	0					non-mobilizable	no_good_hit	1010.0	96.436	86.0	0.0002823996186905446	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0025_000000008580	1518	0.6605810774965587	3	3	2	2	1	False	19129	fragment	False	MAD0025_000000008580	1.0		0	0	False	False	1.0	0					non-mobilizable	other	613.0	98.206	91.0	0.00012252453393629285	CP015995.1	enterobacteria	Escherichia coli strain S51, complete genome	False	False
CHI0138_000000006603	2235	0.6605790634266029	4	3	3	3	2	True	80427	maximal	True	CHI0138_000000006603	1.0		5	3	False	False	0.9718120694160461	0					non-mobilizable	other	2058.0	81.438	91.0	0.004327141303323827	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
SPA0074_000000005441	4738	0.6605705329025309	4	4	4	4	4	False	84700	maximal	True	SPA0074_000000005441	0.9778387230179901		27	5	False	False	0.9940903186798096	0					non-mobilizable	other	4717.0	99.131	100.0	0.07048800538076377	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0044_000000000937	19372	0.6605661180257555	21	15	9	13	10	False	70591	maximal	True	SPA0044_000000000937	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	70.634	4.0	0.01442270661634445	NZ_CABFKI010000015.1	g-proteobacteria	Actinobacillus porcinus strain NM319, whole genome shotgun sequence	True	False
ENG0170_000000001129	9264	0.6605645627700915	20	3	2	3	2	True	110397	fragment	False	ENG0170_000000001129	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	83.24700000000001	14.0	0.00020093195166668397	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ENG0102_000000003645	6494	0.6605645627700915	10	3	2	3	2	True	110396	fragment	False	ENG0102_000000003645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	83.60700000000001	7.0	0.00011257511994040704	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ENG0007_000000012134	2106	0.6605624602403259	4	4	3	4	2	True	121109	maximal	True	ENG0007_000000012134	1.0		72	8	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	88.306	15.0	4.4741907398438144e-05	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	True
ENG0167_000000014839	1691	0.6605624602403259	4	4	3	4	2	True	121108	fragment	False	ENG0167_000000014839	0.978650373039477		0	0	False	False	0.9982259273529053	0					non-mobilizable	no_good_hit	248.0	89.113	15.0	0.004992794950376489	NZ_JAAIPV010000033.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_33_length_49271_cov_110.13, whole genome shotgun sequence	True	True
CHI0018_000000009004	1944	0.6605623805476253	3	2	2	2	1	False	89550	maximal	True	CHI0018_000000009004	1.0		2	1	False	False	0.9979423880577087	0					non-mobilizable	no_good_hit								True	False
MON0049_000000001119	11778	0.6605593827572888	13	6	5	6	3	False	11375	maximal	True	MON0049_000000001119	1.0		1	1	False	False	0.9999151229858398	0					non-mobilizable	no_good_hit	1452.0	76.928	12.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
MON0060_000000029504	1431	0.6605452856508198	2	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.04604459742601031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	84.322	33.0	0.00016073781742720103	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0053_000000036682	1133	0.6605423663487567	2	2	2	2	2	False	12157	maximal	False	MON0036_000000021247	0.9550084889643464		0	0	False	False	0.9399823546409607	0					non-mobilizable	other	1133.0	99.647	100.0	0.016342558505493238	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0014_000000023425	1500	0.6605377841753913	3	3	2	3	3	False	62261	maximal	False	ENG0072_000000006756	0.9689655172413794		0	0	False	False	0.9993333220481873	0					non-mobilizable	no_good_hit	85.0	82.353	6.0	2.7807101458957226e-05	NZ_CP039139.1	euryarchaeotes	Haloferax mediterranei ATCC 33500 chromosome, complete genome	True	False
MON0027_000000022762	1808	0.6605363757007434	2	2	2	2	1	False	119238	fragment	False	MON0019_000000036240	0.7265621687365131		0	0	False	False	1.0	0					non-mobilizable	chromosome	1811.0	88.57	100.0	0.000741284349263534	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0103_000000030577	1796	0.6605363757007434	2	2	2	2	1	False	119238	fragment	False	MON0019_000000036240	0.7600656719220424		0	0	False	False	1.0	0					non-mobilizable	chromosome	1796.0	90.59	100.0	0.0007921040384943135	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0179_000000001576	8453	0.6605356754488427	5	4	4	3	3	False	77591	maximal	True	CHI0179_000000001576	1.0		3	3	False	False	0.9998816847801208	0					non-mobilizable	other	5992.0	99.917	95.0	0.009598608033607145	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ISR0377_000000012883	1280	0.6605238915852693	3	3	2	3	2	False	23297	maximal	True	ISR0377_000000012883	1.0		17	4	False	False	0.9984375238418579	0					non-mobilizable	no_good_hit	533.0	84.615	42.0	0.005015886784269726	NZ_VULP01000008.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq8, whole genome shotgun sequence	True	False
AUS0004_000000009355	2238	0.6605145650194315	3	2	2	2	1	False	102450	maximal	False	ISR0117_000000011784	0.9567032967032967		0	0	False	False	0.9932975769042969	0					non-mobilizable	other	2239.0	98.973	100.0	0.005894810038561224	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
USA0037_01_000000019374	1748	0.6605145650194315	3	2	2	2	1	False	56596	fragment	False	USA0037_01_000000019374	1.0		0	0	False	False	0.9931350350379944	0					non-mobilizable	other	1724.0	98.78200000000001	99.0	0.004538318899214026	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
ISR0304_000000002517	3660	0.6605129818182512	4	4	4	4	2	False	88327	fragment	False	ISR0304_000000002517	1.0		0	0	False	False	0.9959016442298889	0					non-mobilizable	other	3660.0	99.973	100.0	0.005838593758975701	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0106_000000005857	3265	0.6605105683845799	5	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.488025455178326		0	0	False	False	1.0	0					non-mobilizable	other	3268.0	95.961	100.0	0.02897173857068021	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	True
AST0028_000000001990	9055	0.6605050874725635	11	10	6	8	4	True	118926	maximal	True	AST0028_000000001990	1.0		1	1	False	False	0.9996687173843384	0					non-mobilizable	no_good_hit	2397.0	83.521	39.0	0.013747338990817705	NZ_JGYV01000005.1	high GC Gram+	Bifidobacterium cuniculi strain LMG 10738 Contig05, whole genome shotgun sequence	True	True
USA0010_01_000000004445	6060	0.660502133940402	7	6	4	5	4	False	132308	maximal	True	USA0010_01_000000004445	1.0	PS958	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3598.0	98.97200000000001	59.0	0.0010823856562674344	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0101_000000025806	1583	0.6604992290395446	2	2	2	2	2	False	4936	maximal	True	SPA0101_000000025806	1.0		71	10	False	False	1.0	0					non-mobilizable	chromosome	1583.0	97.094	100.0	0.0005514247113560029	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0102_000000007229	3673	0.6604979555320167	4	4	4	4	3	False	127735	fragment	False	ENG0068_000000006063	0.9338919625529982		0	0	False	False	0.994010329246521	0					non-mobilizable	chromosome	3674.0	98.285	100.0	0.0011574055833472284	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0348_000000009908	1722	0.6604879748455309	2	2	2	2	2	False	94663	fragment	False	ISR0348_000000009908	1.0		0	0	False	False	0.9674796462059021	0					non-mobilizable	no_good_hit								True	False
ISR0082_000000005771	4671	0.6604860800718199	5	3	3	3	2	True	130338	backbone	True	ISR0082_000000005771	1.0	PS1094|PS1099|PS1100	1	1	True	True	1.0	20					non-mobilizable	no_good_hit	1651.0	98.60700000000001	56.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0001_000000019456	2212	0.6604851818220204	2	2	2	2	1	False	76891	maximal	True	DEN0001_000000019456	1.0		1	1	False	False	0.9927667379379272	0					non-mobilizable	no_good_hit	93.0	87.09700000000001	5.0	1.6673692574081036e-05	NC_009831.1	g-proteobacteria	Shewanella sediminis HAW-EB3, complete sequence	True	False
ENG0182_000000003173	7834	0.6604777483512573	6	6	6	5	4	True	55252	maximal	True	ENG0182_000000003173	1.0		52	8	False	False	0.9996170401573181	0					non-mobilizable	no_good_hit	1352.0	81.065	17.0	0.00025013395380450205	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
CHI0106_000000005951	3225	0.6604750052147772	7	5	4	3	2	False	83161	maximal	True	CHI0106_000000005951	1.0		26	6	False	False	0.9866666793823242	0					non-mobilizable	no_good_hit	2795.0	97.961	87.0	0.004187539370669227	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
ISR0222_000000030064	1543	0.6604721181784787	2	1	1	1	1	True	27860	fragment	False	ISR0222_000000030064	0.9816988950276244		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	99.806	100.0	0.008137976166601576	NZ_AKCB01000004.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.4, whole genome shotgun sequence	False	True
SPA0029_000000018633	1448	0.6604721181784787	2	1	1	1	1	True	27860	fragment	False	ISR0222_000000030064	0.9520414776409591		0	0	False	False	0.9937845468521118	0					non-mobilizable	other	1448.0	99.931	100.0	0.007636609282148173	NZ_AKCB01000004.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.4, whole genome shotgun sequence	False	True
MAD0023_000000009413	1442	0.6604667149679797	1	1	1	1	1	False	53049	fragment	False	ISR0350_000000012287	0.5710333056491708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1197.0	80.535	83.0	0.0004946941867825689	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
SPA0023_000000021893	1307	0.6604663854902932	2	2	2	1	1	False	7602	maximal	True	SPA0023_000000021893	1.0		1	1	False	False	0.9992349147796631	0					non-mobilizable	no_good_hit	122.0	95.902	19.0	7.150425450314294e-05	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0030_000000017985	1210	0.6604598845923542	3	3	3	3	3	False	37035	fragment	False	ISR0030_000000017985	1.0		0	0	False	False	0.9661157131195068	0					non-mobilizable	no_good_hit	850.0	96.0	70.0	0.6480916030534352	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
AST0025_000000021386	1757	0.6604404723976826	2	2	2	2	1	False	120181	fragment	False	ISR0036_000000007187	0.9818406451042101		0	0	False	False	0.9943084716796875	0					non-mobilizable	no_good_hit	154.0	79.221	9.0	0.017797017797017797	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MON0100_000000011203	3644	0.6604398119846552	3	3	3	3	3	False	9130	maximal	True	MON0100_000000011203	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1799.0	78.71	49.0	0.0002868633616913775	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	False
ISR0219_000000008977	3605	0.6604343819965517	5	4	2	4	2	False	126610	fragment	False	ENG0144_000000004366	0.38918635170603677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1603.0	99.501	75.0	0.0003866249954748947	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0838_000000015729	1557	0.6604312654468675	2	2	2	1	2	False	77594	maximal	True	ISR0838_000000015729	1.0		88	8	False	False	0.9987154603004456	0					non-mobilizable	no_good_hit	814.0	78.501	51.0	0.007793472966390648	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
CAN0003_000000007980	5973	0.6604294577962219	8	7	6	5	5	False	96786	maximal	True	CAN0003_000000007980	1.0		44	9	False	False	0.9949774146080017	0					non-mobilizable	no_good_hit	1420.0	73.38	23.0	0.00031723097045012786	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0060_000000037438	1154	0.660426154958312	2	2	1	2	1	False	73011	fragment	False	ENG0036_000000021120	0.7979100873315408		0	0	False	False	0.9974003434181213	0					non-mobilizable	no_good_hit								True	False
CHI0052_000000010562	1514	0.6604233247832417	3	3	2	2	1	True	86476	maximal	True	CHI0052_000000010562	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	86.79	49.0	0.0004159015038909773	CP027235.1	g-proteobacteria	Haemophilus sp. oral taxon 036 strain F0629 chromosome, complete genome	True	True
CHI0129_000000004515	4460	0.6604210843270829	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.6641914617006848		0	0	False	False	1.0	0					non-mobilizable	chromosome	4460.0	99.978	100.0	0.001500873293509758	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0119_000000006649	5223	0.6604121232956751	5	3	3	2	3	False	125517	fragment	False	USA0125_01_000000004163	0.7822543199954058		0	0	False	False	0.9973195195198059	0					non-mobilizable	no_good_hit	2372.0	81.956	65.0	0.0010354998456833422	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
CHI0045_000000012593	1674	0.6604100019118335	2	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.37468768705928657		0	0	False	False	0.9761051535606384	0					non-mobilizable	chromosome	1625.0	99.13799999999999	97.0	0.0005466288918277298	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0022_000000010906	2786	0.660407943273029	5	4	3	4	2	False	113798	fragment	False	CAN0022_000000010906	1.0		0	0	False	False	0.9938980340957642	0					non-mobilizable	no_good_hit	420.0	75.476	15.0	0.00013240779436305645	CP025249.1	high GC Gram+	Actinomyces sp. 432 chromosome, complete genome	True	False
SPA0145_000000020330	1712	0.6603977971722264	3	2	2	1	2	False	61735	fragment	False	SPA0145_000000020330	0.9961378490790256		0	0	False	False	0.9982476830482483	0					non-mobilizable	no_good_hit	704.0	99.432	59.0	0.00034452347544681306	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0080_000000016213	1683	0.6603977971722264	2	2	2	1	2	False	61735	fragment	False	SPA0145_000000020330	0.9877336448598131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	99.29	58.0	0.00034452347544681306	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0094_000000006836	4530	0.6603925389284787	9	3	3	2	1	True	88410	maximal	True	DEN0094_000000006836	1.0		1	1	False	False	0.9883002042770386	0					non-mobilizable	no_good_hit	490.0	99.59200000000001	11.0	0.00017758667337307546	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ISR0202_000000010012	1411	0.6603913806579023	4	2	2	2	1	True	28705	fragment	False	ISR0202_000000010012	1.0		0	0	False	False	0.9964563846588135	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	4.665177027381372e-05	NZ_JAAGWH010000013.1	high GC Gram+	Modestobacter muralis strain DSM 100205 Scaffold2_2, whole genome shotgun sequence	True	True
MON0007_000000029962	2082	0.6603889035137498	3	3	3	3	2	False	76852	fragment	False	ISR0073_000000011982	0.7995637256254706		0	0	False	False	0.9899135231971741	0					non-mobilizable	no_good_hit	1306.0	71.975	61.0	0.00043526018791587484	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0108_000000006884	3622	0.6603885308656469	4	2	2	2	2	False	131765	fragment	False	ISR0045_000000006233	0.9423969877081454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	71.872	33.0	0.00036394824855577894	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
USA0037_01_000000011567	3015	0.6603857656518184	4	4	3	4	2	False	76527	maximal	False	DEN0079_000000014911	0.765036863608837		0	0	False	False	0.9990049600601196	0					non-mobilizable	no_good_hit	550.0	80.545	18.0	0.000163736838514543	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
CHI0017_000000000605	12922	0.6603806800425643	16	5	3	5	4	False	89657	maximal	True	CHI0017_000000000605	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4036.0	82.73	48.0	0.043640424586093615	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
CHI0022_000000002850	4279	0.6603683828818839	6	6	6	6	4	False	100350	fragment	False	ISR0034_000000004164	0.6364492753623189		0	0	False	False	1.0	0					non-mobilizable	chromosome	4279.0	99.603	100.0	0.0014536597532312328	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0139_000000005673	4425	0.6603654519071008	6	5	5	5	5	False	99960	fragment	False	SPA0139_000000005673	1.0		0	0	False	False	0.9993220567703247	0					non-mobilizable	no_good_hit	218.0	76.60600000000001	5.0	6.289629935027219e-05	NZ_UGHR01000001.1	b-proteobacteria	Iodobacter fluviatilis strain NCTC11159, whole genome shotgun sequence	True	False
ISR0169_000000020032	1598	0.6603637594515515	2	2	2	1	1	False	44538	fragment	False	ISR0169_000000020032	0.9856020942408377		0	0	False	False	0.9981226325035095	0					non-mobilizable	no_good_hit	136.0	84.559	8.0	0.00045239106075263953	NZ_FRDH01000005.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
ISR0337_000000006134	1679	0.6603585399238835	2	2	2	2	2	False	88337	fragment	False	DEN0049_000000001996	0.9433215902862624		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	98.035	100.0	0.16394723986321447	NZ_JAAITU010000068.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_68_length_10235_cov_140.332, whole genome shotgun sequence	False	False
ENG0165_000000004301	4192	0.660345298139687	5	5	5	5	5	False	114110	maximal	True	ENG0165_000000004301	1.0		137	8	False	False	0.9949904680252075	0					non-mobilizable	other	4192.0	99.28399999999999	100.0	0.028821357100121722	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0119_000000006872	5030	0.6603370139998815	6	2	1	1	2	False	108098	fragment	False	SPA0119_000000006872	1.0		0	0	False	False	0.9982107281684875	0					non-mobilizable	no_good_hit								True	False
ISR0049_000000005625	4917	0.6603370139998815	9	2	1	1	2	False	108101	fragment	False	ISR0049_000000005625	1.0		0	0	False	False	0.9843400716781616	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	7.158153093424492e-07	LR877207.1	rodents	Onychomys torridus genome assembly, chromosome: 20	True	False
ISR0015_000000012500	2043	0.6603314055020479	2	2	1	1	2	False	110265	maximal	False	FIJ0108_000000008066	0.45726082868723344		0	0	False	False	0.9926578402519226	0					non-mobilizable	other	2039.0	95.34100000000001	99.0	0.0006340183510669739	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0108_000000008066	2777	0.6603304347454096	3	3	2	2	3	False	110265	maximal	True	FIJ0108_000000008066	0.9540409519717796		493	14	False	False	1.0	0					non-mobilizable	other	2172.0	96.225	99.0	0.0006744611310663392	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0094_000000002193	7516	0.6603244372861784	8	3	1	3	2	True	43203	fragment	False	FIJ0094_000000002193	1.0		0	0	False	False	0.9981372952461243	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.825532770621566e-06	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0059_000000014758	1234	0.6603224624559076	1	1	1	1	1	False	91949	fragment	False	USA0057_01_000000024346	0.9314461846668968		0	0	False	False	0.9943273663520813	0					non-mobilizable	other	1234.0	98.21700000000001	100.0	0.004775312447957615	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0018_000000017971	1217	0.6603224624559076	1	1	1	1	1	False	13252	fragment	False	MON0018_000000017971	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	79.471	93.0	0.00039875020495264753	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0058_000000008843	4375	0.6603162643172628	7	6	3	5	3	True	46058	maximal	True	FIJ0058_000000008843	1.0		25	6	False	False	1.0	0					non-mobilizable	other	4382.0	92.15	100.0	0.001700545572291823	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
FIJ0142_000000009294	3474	0.6603060789981327	4	3	3	3	2	False	56373	fragment	False	FIJ0152_000000006528	0.9930012155808169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0152_000000006528	3472	0.6603060789981327	4	3	3	3	2	False	56373	fragment	False	FIJ0152_000000006528	0.9930012158192607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0148_000000013868	2707	0.6603057051341058	3	3	2	3	3	False	57310	fragment	False	ENG0148_000000013868	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2709.0	99.00299999999999	100.0	0.0011033376779631115	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
AST0090_000000015807	1430	0.6603048380683421	1	1	1	1	1	False	126773	fragment	False	AST0090_000000015807	0.9917906655547662		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	100.0	100.0	0.3988277979346916	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
ISR0179_000000016114	1410	0.6603048380683421	1	1	1	1	1	False	126773	fragment	False	AST0090_000000015807	0.9886477903798602		0	0	False	False	0.9978723526000977	0					non-mobilizable	other	1410.0	100.0	100.0	0.39324588333798494	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
SPA0056_000000018840	1894	0.6603029789177077	3	2	1	2	1	False	12511	maximal	True	SPA0056_000000018840	0.9783342712436691		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	93.956	29.0	0.00952430883226731	NZ_QIBZ01000016.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_016, whole genome shotgun sequence	True	False
ISR0328_000000012537	2268	0.6603026497844124	3	1	1	1	1	False	24748	maximal	True	ISR0328_000000012537	1.0		2	2	False	False	0.9995591044425964	0					non-mobilizable	no_good_hit								True	False
ENG0084_000000009022	2995	0.6602963436491487	4	4	4	4	4	False	70750	fragment	False	DEN0069_000000008377	0.936428149024246		0	0	False	False	0.9989983439445496	0					non-mobilizable	no_good_hit	311.0	73.633	10.0	0.00013655605626109517	CP041386.1	e-proteobacteria	Arcobacter butzleri strain ED-1 chromosome, complete genome	True	False
ISR0186_000000013436	2216	0.6602863671745295	3	3	3	3	3	False	93557	fragment	False	ISR0186_000000013436	0.9862097137705655		0	0	False	False	1.0	0					non-mobilizable	chromosome	2216.0	98.24	100.0	0.0006199357337953977	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0253_000000007135	1740	0.6602765549645006	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.27244811726066787		0	0	False	False	0.9994252920150757	0					non-mobilizable	other	1740.0	99.713	100.0	0.0004263643721202323	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0132_000000003560	7147	0.6602740543346342	6	5	4	4	1	False	113406	fragment	False	MON0105_000000007865	0.6425864826124994		0	0	False	False	0.9995802640914917	0					non-mobilizable	chromosome	5707.0	94.49799999999999	99.0	0.0015886028103939851	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0013_000000025932	1177	0.6602710791463364	2	1	1	1	1	False	50571	maximal	True	FIJ0013_000000025932	1.0		0	0	False	False	0.9957519173622131	0					non-mobilizable	no_good_hit	933.0	94.105	79.0	0.0004332638432228487	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0387_000000016926	1420	0.6602634575882563	2	2	2	2	2	False	22965	fragment	False	ISR0387_000000016926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	80.328	9.0	0.0023482906401048904	NZ_KB899055.1	firmicutes	Sporolactobacillus vineae DSM 21990 = SL153 strain DSM 21990 D889DRAFT_scaffold00014.14, whole genome shotgun sequence	True	False
ISR0096_000000009963	2362	0.6602631562663072	3	2	2	2	2	False	93439	maximal	True	ISR0096_000000009963	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	1805.0	95.568	77.0	0.0007029868758896934	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
MAD0107_000000025498	1555	0.6602523608578006	2	2	2	2	1	True	14664	fragment	False	MAD0107_000000025498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.07282534617691e-06	NZ_AP014936.1	g-proteobacteria	Sulfurifustis variabilis strain skN76	True	True
DEN0094_000000019849	1895	0.6602489427244864	2	2	2	2	2	False	88059	fragment	False	SPA0126_000000021053	0.9420949721187982		0	0	False	False	1.0	0					non-mobilizable	chromosome	1895.0	98.89200000000001	100.0	0.0005490356365871087	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0024_000000018469	1163	0.6602464770275244	3	3	3	2	3	False	49194	fragment	False	FIJ0024_000000018469	1.0		0	0	False	False	0.9862424731254578	0					non-mobilizable	no_good_hit	231.0	73.16	20.0	6.085767271407516e-05	NC_013172.1	high GC Gram+	Brachybacterium faecium DSM 4810, complete sequence	True	False
SPA0034_000000016850	2133	0.6602452422658194	3	3	3	3	3	False	7152	maximal	True	SPA0034_000000016850	1.0		85	9	False	False	0.9995311498641968	0					non-mobilizable	other	2157.0	81.27	100.0	0.008637884442156737	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	False	False
FIJ0103_000000019482	1184	0.6602415750726538	1	1	1	1	1	False	42543	fragment	False	FIJ0103_000000019482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.456288448008717e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
USA0056_01_000000005287	4197	0.6602393037722882	6	4	4	4	3	False	116960	maximal	True	USA0056_01_000000005287	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit	2248.0	94.262	53.0	0.08118594436310396	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
ISR0344_000000018172	1875	0.6602355626625811	2	2	1	2	0	True	57415	fragment	False	ISR0344_000000018172	1.0		0	0	False	False	0.9983999729156494	0					non-mobilizable	no_good_hit	147.0	98.639	8.0	4.705847466723051e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MON0008_000000015063	2273	0.6602270004846607	2	2	2	2	1	False	44768	fragment	False	MON0008_000000015063	0.9970873786407767		0	0	False	False	0.9995600581169128	0					non-mobilizable	no_good_hit								True	False
ISR0033_000000011321	2697	0.6602206361311587	3	2	2	2	2	False	71877	maximal	False	DEN0093_000000012022	0.9997125335377539		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1449.0	74.94800000000001	53.0	0.00038502938688125924	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0052_000000013571	2572	0.6602178141541176	4	4	3	4	3	True	45573	fragment	False	ISR0052_000000013571	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	96.10700000000001	16.0	0.026461856202400928	NZ_QRYH01000038.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf38, whole genome shotgun sequence	True	True
MON0012_000000003462	7882	0.6602150675267364	5	3	2	3	3	False	44000	fragment	False	MON0012_000000003462	0.9842018091476622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	76.765	6.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
MON0038_000000002264	7849	0.6602150675267364	5	3	2	3	3	False	44000	fragment	False	MON0012_000000003462	0.9828062242707274		0	0	False	False	0.999872624874115	0					non-mobilizable	no_good_hit	439.0	76.765	6.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
SPA0102_000000024681	1263	0.6601803889418477	2	1	1	1	1	False	4891	maximal	True	SPA0102_000000024681	1.0		0	0	False	False	0.9960411787033081	0					non-mobilizable	no_good_hit	706.0	71.24600000000001	54.0	0.0001975059451572798	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0063_000000014816	1207	0.6601772440026513	2	2	2	2	1	False	87741	maximal	True	SPA0063_000000014816	0.976073883161512		317	13	False	False	1.0	0					non-mobilizable	chromosome	1206.0	99.917	99.0	0.0002624802268526203	CP053730.1	enterobacteria	Escherichia coli strain CP61_Sichuan chromosome, complete genome	False	False
MON0107_000000025324	2342	0.6601762935814334	3	3	1	1	3	False	57041	fragment	False	MON0107_000000025324	1.0		0	0	False	False	0.9833475947380066	0					non-mobilizable	plasmid	2327.0	100.0	99.0	0.026959363916641554	CP057998.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_3, complete sequence	False	True
SPA0028_000000006924	3898	0.6601734990544823	6	5	5	5	5	False	34275	maximal	True	SPA0028_000000006924	1.0		4	2	False	False	0.9974345564842224	0					non-mobilizable	no_good_hit	629.0	100.0	16.0	0.9984101748807631	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
AST0085_000000001389	12938	0.6601724535221573	15	5	3	5	2	False	111149	fragment	False	AST0085_000000001389	0.9924883014530826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5524.0	99.041	61.0	0.34291568359617536	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ENG0175_000000001830	12181	0.6601724535221573	14	5	3	5	2	False	111149	fragment	False	AST0085_000000001389	0.9637115473798115		0	0	False	False	0.9984402060508728	0					non-mobilizable	no_good_hit	5524.0	99.07700000000001	63.0	0.34291568359617536	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0222_000000007557	8320	0.6601699549197239	11	3	2	3	1	False	27909	maximal	True	ISR0222_000000007557	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	72.63600000000001	12.0	0.0022410255227906764	NZ_OAOF01000003.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
FIJ0126_000000009068	3845	0.660169592890572	4	3	2	3	2	False	50487	maximal	True	FIJ0126_000000009068	1.0	PS197	32	5	False	True	1.0	0					non-mobilizable	no_good_hit	1024.0	95.99600000000001	38.0	0.04422902150863375	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	True
ENG0190_000000019761	1517	0.6601609059429437	4	3	3	2	1	True	54806	maximal	True	ENG0190_000000019761	1.0		6	5	False	False	1.0	0					non-mobilizable	other	1539.0	86.42	100.0	0.0004606537007202155	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0116_000000013077	1313	0.6601583948552037	1	1	1	1	1	False	88809	fragment	False	ISR0106_000000020195	0.9668809513246271		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	99.839	100.0	0.08923054817156405	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0150_000000005357	1337	0.6601475503833757	2	1	1	1	1	False	79545	maximal	True	CHI0150_000000005357	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	98.07	53.0	0.00016494259620805957	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0090_000000044987	1379	0.6601460486306514	3	2	2	2	1	False	9533	fragment	False	MON0090_000000044987	1.0		0	0	False	False	0.9883973598480225	0					non-mobilizable	other	1249.0	99.76	94.0	0.07993850883935434	NZ_WEHX01000054.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_54_length_15612_cov_135.737510, whole genome shotgun sequence	False	False
ETH0001_000000006551	3836	0.6601456254446897	6	4	3	4	2	False	53571	maximal	True	ETH0001_000000006551	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	97.803	23.0	0.00845324269524248	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	False
MON0098_000000032554	1118	0.6601370077685185	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.11609080273402134	PS730	0	0	False	True	0.9937388300895691	0					non-mobilizable	chromosome	1118.0	93.113	100.0	0.00036002956303627726	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0774_000000014079	1761	0.6601340425146087	2	2	2	2	2	False	127417	fragment	False	ISR0774_000000014079	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1261.0	98.176	99.0	0.00035048891672756374	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0108_000000003610	5357	0.6601262826140576	2	2	2	2	1	False	69422	maximal	True	MON0108_000000003610	1.0		538	13	False	False	0.9945865273475647	0					non-mobilizable	other	5357.0	98.805	100.0	0.0016027861426629291	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0019_000000022186	2955	0.6601224212480592	4	4	4	4	4	False	13961	maximal	True	MON0019_000000022186	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	88.889	30.0	0.0002662540075078299	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0056_000000009971	1418	0.6601221710096971	3	3	3	3	2	False	17041	fragment	False	MAD0056_000000009971	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1418.0	99.57700000000001	100.0	0.00039938950059401085	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
MAD0111_000000015450	1122	0.6601192897648022	2	2	0	2	1	False	14488	fragment	False	MAD0111_000000015450	1.0		0	0	False	False	0.9982174634933472	0					non-mobilizable	no_good_hit								True	False
FIJ0086_000000005102	5834	0.6601168609460801	12	3	1	3	3	True	43862	maximal	True	FIJ0086_000000005102	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.617048863618011e-07	CP039331.1	eudicots	Cicer arietinum chromosome Ca1	True	True
ISR0014_000000009703	3750	0.6601164448458358	3	2	2	2	2	False	111729	fragment	False	ISR0262_000000004150	0.9823753754855591		0	0	False	False	0.9997333288192749	0					non-mobilizable	no_good_hit	60.0	100.0	2.0	0.0001899274091004201	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0062_000000004613	3739	0.6601164448458358	3	2	2	2	2	False	111729	fragment	False	ISR0262_000000004150	0.9854995496033517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	98.551	2.0	0.00021889938675980622	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0061_000000010497	3731	0.6601164448458358	3	2	2	2	2	False	111729	fragment	False	ISR0262_000000004150	0.9833086670692334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	93.939	3.0	4.107989830629256e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0262_000000004150	3730	0.6601164448458358	3	2	2	2	2	False	111729	fragment	False	ISR0262_000000004150	0.9862435960367323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	0.000251090473048013	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0090_000000022203	1404	0.6601137534467244	2	2	2	2	2	False	33656	maximal	True	ISR0090_000000022203	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000020997	1869	0.6601128301887249	3	1	1	1	1	False	110489	maximal	True	ENG0134_000000020997	1.0		299	9	False	False	0.982878565788269	0					non-mobilizable	other	1870.0	99.786	100.0	0.009219795181436098	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0158_000000013089	1593	0.6601128301887249	3	1	1	1	1	False	110486	fragment	False	ISR0214_000000017838	0.9635691080446461		0	0	False	False	0.9899560809135437	0					non-mobilizable	other	1593.0	99.749	100.0	0.007853351486809133	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0280_000000011252	1335	0.6601128301887249	3	1	1	1	1	False	110483	fragment	False	ISR0312_000000014307	0.8212827484296307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	99.743	87.0	0.005751889342725784	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0312_000000014307	1322	0.6601128301887249	1	1	1	1	1	False	110483	fragment	False	ISR0312_000000014307	0.9653033687613297		0	0	False	False	0.9916792511940002	0					non-mobilizable	other	1280.0	99.844	97.0	0.006309319441977939	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0087_000000032171	1128	0.6601128301887249	1	1	1	1	1	False	110483	fragment	False	ISR0312_000000014307	0.5369400844957982		0	0	False	False	0.9955673813819885	0					non-mobilizable	other	1127.0	99.823	99.0	0.005554568953609977	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0031_000000002125	7152	0.6601018023513621	8	7	5	5	3	False	37025	maximal	True	ISR0031_000000002125	1.0		1	1	False	False	0.9986017942428589	0					non-mobilizable	no_good_hit	1928.0	93.77600000000001	27.0	0.039912962387317376	NZ_VZBY01000057.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_26_length_48255_cov_33.2553_ID_51, whole genome shotgun sequence	True	False
MAD0107_000000005141	7142	0.6600944207261797	10	9	7	5	7	False	107295	maximal	True	MAD0107_000000005141	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	4731.0	98.92200000000001	66.0	0.007560646187713589	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
MON0041_000000014589	3684	0.6600914756452888	4	3	2	2	1	False	92659	fragment	False	MON0041_000000014589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	88.889	2.0	2.3104872355482323e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
AST0010_000000005838	4561	0.6600835115086033	1	1	1	1	1	False	126466	maximal	True	AST0010_000000005838	1.0		672	15	False	False	0.9995614886283875	0					non-mobilizable	no_good_hit	3950.0	73.722	86.0	0.006251881649830571	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
FIJ0147_000000011258	1858	0.6600830119803366	4	3	3	3	3	False	107145	fragment	False	FIJ0147_000000011258	0.5364357315402538		0	0	False	False	1.0	0					non-mobilizable	other	1637.0	98.656	99.0	0.014646898725111015	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AUS0010_000000010519	2284	0.6600747360393556	3	3	3	2	1	False	110221	fragment	False	ISR0375_000000009302	0.7264144718441823		0	0	False	False	0.9789842367172241	0					non-mobilizable	no_good_hit	1782.0	92.536	88.0	0.008535207731894062	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0032_000000015749	2108	0.6600747360393556	3	3	3	2	1	False	110221	fragment	False	ISR0375_000000009302	0.6583865194394312		0	0	False	False	0.9995256066322327	0					non-mobilizable	no_good_hit	1525.0	93.96700000000001	87.0	0.007304168155178573	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0141_000000008238	4346	0.6600709379837508	5	5	5	5	4	False	120461	fragment	False	ISR0141_000000008238	0.9969556746225037		0	0	False	False	1.0	0					non-mobilizable	other	4226.0	77.851	96.0	0.0014348161710366718	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
SPA0055_000000016737	1863	0.6600681123578312	3	3	3	2	2	False	93199	fragment	False	SPA0001_000000017308	0.9783616692426584		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	99.785	100.0	0.0005607653392811	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0137_000000010715	1557	0.6600534084976554	2	2	2	1	1	False	90036	fragment	False	CHI0137_000000010715	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1557.0	99.486	100.0	0.0006579453668552833	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0089_000000012344	2278	0.6600528978457733	3	3	3	2	1	False	101635	maximal	True	ISR0089_000000012344	1.0		11	4	False	False	0.9969271421432495	0					non-mobilizable	no_good_hit	191.0	91.09899999999999	8.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AUS0024_000000007522	4233	0.6600495556431532	5	5	5	4	4	False	131856	fragment	False	AUS0024_000000007522	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2488.0	99.035	95.0	0.016609897816068923	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
FIJ0064_000000019335	1347	0.6600483390249433	2	1	0	1	1	False	45459	fragment	False	MAD0041_000000025980	0.9515789473684211		0	0	False	False	1.0	0					non-mobilizable	plasmid	1347.0	99.852	100.0	0.007869964333742619	CP031939.1	enterobacteria	Klebsiella pneumoniae strain TOP52_1721_U1 plasmid unnamed1, complete sequence	False	True
CHI0009_000000007049	1110	0.6600483390249433	1	1	0	1	1	False	90400	fragment	False	CHI0009_000000007049	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1111.0	99.91	100.0	0.005675484972747446	CP024976.1	enterobacteria	Escherichia coli strain CV839-15 plasmid pCV839-15-p2, complete sequence	False	True
MAD0094_000000004248	3282	0.6600482028461474	5	5	4	3	5	False	102917	fragment	False	MAD0094_000000004248	1.0		0	0	False	False	0.9969530701637268	0					non-mobilizable	other	2067.0	96.275	100.0	0.000498364928624006	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0045_000000019283	1358	0.6600470882457932	3	2	1	2	1	False	36226	fragment	False	ISR0045_000000019283	1.0		0	0	False	False	0.9970545172691345	0					non-mobilizable	no_good_hit	103.0	98.05799999999999	8.0	3.2747011995679965e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0185_000000028152	1183	0.6600470882457932	2	2	1	2	1	False	29369	fragment	False	ISR0185_000000028152	1.0		0	0	False	False	0.9974640607833862	0					non-mobilizable	no_good_hit	54.0	98.148	5.0	0.0014833058128795723	KC246795.1	bacteria	Uncultured bacterium Contig26 genomic sequence	True	False
MON0033_000000004946	12544	0.6600448884048106	4	3	3	3	1	True	130397	maximal	True	MON0033_000000004946	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	98.113	2.0	0.1922141119221411	GQ882185.1		Uncultured organism clone VC1CZ15TF genomic sequence	True	True
FIJ0099_000000014210	1552	0.6600407674653535	3	3	3	3	3	False	42764	fragment	False	FIJ0131_000000011808	0.9478371501272265		0	0	False	False	0.9929123520851135	0					non-mobilizable	other	1552.0	99.807	100.0	0.00030309639051478315	AP022183.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP7-S17-ESBL-08	False	False
MAD0042_000000004495	4678	0.6600377041678365	6	3	2	3	1	False	18158	maximal	True	MAD0042_000000004495	1.0		0	0	False	False	0.9982898831367493	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.231761898257145e-05	NZ_NESN01000004.1	b-proteobacteria	Limnohabitans parvus II-B4 LimC-II-B4-C4, whole genome shotgun sequence	True	False
FIJ0005_000000005356	5135	0.6600372858292708	5	5	1	5	4	True	95698	fragment	False	FIJ0005_000000005356	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5135.0	99.961	100.0	0.03358914470025581	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
MON0019_000000009885	5830	0.6600349576606624	6	4	4	4	4	True	13224	maximal	True	MON0019_000000009885	1.0		3	2	False	False	0.9998284578323364	0					non-mobilizable	no_good_hit	362.0	74.309	6.0	8.942690275368994e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	True
SPA0158_000000009342	2059	0.6600311380372088	5	5	3	4	3	False	3141	fragment	False	SPA0158_000000009342	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1194.0	98.66	98.0	0.0005477278476683	NZ_LS483462.1	firmicutes	Streptococcus pasteurianus strain NCTC13784 chromosome 1	False	False
ENG0116_000000002281	8297	0.6600258542893653	9	6	3	3	6	True	94716	fragment	False	DEN0093_000000003415	0.9702736890524379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2628.0	78.311	34.0	0.0004772771394140077	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	True
SPA0106_000000008088	4787	0.6600237070058323	7	5	2	5	2	False	60386	fragment	False	SPA0106_000000008088	1.0		0	0	False	False	0.9991644024848938	0					non-mobilizable	no_good_hit								True	False
MON0077_000000022150	1942	0.6600175704601033	3	3	3	3	2	False	118953	fragment	False	MON0077_000000022150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	71.285	40.0	0.00022543552646680593	NC_015172.1	firmicutes	Syntrophobotulus glycolicus DSM 8271, complete sequence	True	False
ENG0057_000000009539	2475	0.6600170488796835	4	4	4	4	4	True	131071	maximal	True	ENG0057_000000009539	1.0		38	8	False	False	0.9971717000007629	0					non-mobilizable	chromosome	2501.0	83.68700000000001	99.0	0.0006926518779758234	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
FIJ0140_000000002671	8626	0.6600133777556262	12	9	9	9	7	False	69728	maximal	True	FIJ0140_000000002671	0.9679231290814547		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	72.258	16.0	0.0002410411162176454	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0002_000000010621	1950	0.6600123411489209	3	1	1	1	1	True	83143	fragment	False	ISR0002_000000010621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1437.0	81.559	72.0	0.06075006421782687	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
ISR0036_000000009889	1410	0.6600123411489209	2	1	1	1	1	True	36745	fragment	False	ISR0036_000000009889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	86.71	76.0	0.01629541719919664	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
SPA0043_000000013201	1287	0.6600123411489209	2	1	1	1	1	True	21452	fragment	False	ISR0815_000000022311	0.9580014482259233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	87.669	80.0	0.01573245694114783	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
MON0069_000000046531	1154	0.6600123411489209	2	1	1	1	1	True	18836	fragment	False	MON0069_000000046531	0.9712041884816753		0	0	False	False	0.9965338110923767	0					non-mobilizable	plasmid	1091.0	85.79299999999999	94.0	0.01650842918872862	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
ISR0782_000000010722	1162	0.6600119617101312	2	2	2	2	2	False	107550	fragment	False	SPA0046_000000028257	0.9440267335004178		0	0	False	False	0.9982788562774658	0					non-mobilizable	other	1167.0	86.29	100.0	0.00034594189681537755	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0075_000000005638	1296	0.6600041327678015	2	1	1	1	1	False	84627	maximal	True	CHI0075_000000005638	1.0		54	11	False	False	0.9961419701576233	0					non-mobilizable	no_good_hit	1018.0	99.01799999999999	79.0	0.33289689034369885	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	True	False
ISR0381_000000016201	1190	0.6600020706225088	3	1	1	1	1	False	111653	fragment	False	FIJ0132_000000027548	0.3862488238369326		0	0	False	False	0.9983193278312683	0					non-mobilizable	other	1200.0	89.25	100.0	0.006754285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0131_000000015704	1182	0.6600020706225088	2	1	1	1	1	False	111653	fragment	False	FIJ0132_000000027548	0.14822010684998266		0	0	False	False	0.9813874959945679	0					non-mobilizable	other	1172.0	87.884	98.0	0.006588571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0102_000000024966	1247	0.6599991496123553	2	2	2	1	1	False	25044	fragment	False	SPA0102_000000024966	0.9951946699407936		0	0	False	False	0.9799518585205078	0					non-mobilizable	no_good_hit	48.0	95.833	9.0	6.860993355054946e-06	CP051770.1	g-proteobacteria	Pseudomonas aeruginosa strain GIMC5021:PA52Ts17, complete sequence	True	False
SPA0129_000000004787	5846	0.6599903354206129	6	5	5	5	5	False	3848	maximal	True	SPA0129_000000004787	1.0		18	6	False	False	0.9943551421165466	0					non-mobilizable	other	5848.0	93.09200000000001	100.0	0.03495512517713746	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
ISR0260_000000002717	4024	0.6599887054810987	4	4	4	4	4	False	119485	fragment	False	ISR0260_000000002717	1.0		0	0	False	False	0.9952783584594727	0					non-mobilizable	other	4035.0	97.546	100.0	0.011436222379518843	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
DEN0001_000000026411	1658	0.6599880849721541	1	1	1	1	1	False	76833	fragment	False	ENG0035_000000012715	0.9587620049600499		0	0	False	False	1.0	0					non-mobilizable	other	1658.0	99.819	100.0	0.0003084129927302386	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
ISR0160_000000024874	1206	0.6599853250345011	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2502580021254425		0	0	False	False	0.9991708397865295	0					non-mobilizable	other	1207.0	92.792	100.0	0.016817269076305222	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0072_000000022132	1201	0.6599835691904542	1	1	1	1	1	False	44721	fragment	False	FIJ0072_000000022132	0.9717686012859986		0	0	False	False	0.9966694712638855	0					non-mobilizable	no_good_hit	60.0	90.0	5.0	0.0004665116989873479	NZ_JH379446.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld985, whole genome shotgun sequence	True	False
ENG0045_000000002561	4608	0.6599774717736829	6	5	3	3	5	False	123748	maximal	True	ENG0045_000000002561	1.0	PS903	47	7	False	True	1.0	0					non-mobilizable	no_good_hit	3650.0	98.932	80.0	0.0006783146937759561	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
ENG0145_000000022526	1261	0.6599703200038824	2	2	1	2	2	False	57460	fragment	False	ENG0145_000000022526	1.0		0	0	False	False	0.9841395616531372	0					non-mobilizable	no_good_hit	193.0	76.684	15.0	0.00023476105686092395	NZ_JHVC01000001.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
CHI0038_000000001642	6515	0.659967194493298	2	2	2	2	0	True	122828	maximal	True	CHI0038_000000001642	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3326.0	96.93299999999999	55.0	0.03609390283664819	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0004_000000003176	1745	0.6599631639549954	2	1	0	1	1	False	90403	fragment	False	TAN0004_000000003176	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1745.0	99.656	100.0	0.03740643030264033	CP025978.1	enterobacteria	Escherichia coli strain 10754 a-1 plasmid p10754a1_46, complete sequence	False	True
USA0061_01_000000006376	1705	0.6599631639549954	2	1	0	1	1	False	90402	fragment	False	USA0061_01_000000006376	1.0		0	0	False	False	0.9794721603393555	0	IncFIB				non-mobilizable	plasmid	1672.0	100.0	98.0	0.011506521050529534	MN823989.1	enterobacteria	Klebsiella pneumoniae strain 283149 plasmid p283149-FII, complete sequence	False	True
ISR0316_000000019277	1167	0.6599631639549954	1	1	0	1	1	False	25184	fragment	False	ISR0316_000000019277	1.0		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1167.0	99.829	100.0	0.008160123171670516	CP054941.1	enterobacteria	Escherichia coli strain MS6192 plasmid pMS6192A-NDM, complete sequence	False	True
USA0066_01_000000007412	2773	0.6599626309633096	4	2	1	2	2	True	131268	maximal	True	USA0066_01_000000007412	1.0	PS1133	217	12	False	True	1.0	0					non-mobilizable	no_good_hit	1273.0	91.045	86.0	0.00039540594907071827	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0028_000000022227	1363	0.6599613044989517	1	1	0	1	1	False	48912	fragment	False	FIJ0028_000000022227	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1356.0	87.83200000000001	99.0	0.005392725865738053	CP028549.2	enterobacteria	Klebsiella variicola strain WCHKP19 plasmid p1_020019, complete sequence	False	True
ENG0062_000000003477	6390	0.6599604760814011	11	8	2	3	5	False	118848	maximal	True	ENG0062_000000003477	1.0		7	4	False	False	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	2079.0	91.005	60.0	0.0003621869809926018	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
MAD0072_000000005972	1099	0.6599579524436318	1	1	0	1	1	False	16311	fragment	False	MAD0072_000000005972	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1099.0	99.90899999999999	100.0	0.006692591825041752	CP033251.1	enterobacteria	Escherichia coli strain ECCHD184 plasmid pTB211, complete sequence	False	True
DEN0096_000000041240	1115	0.6599550098836369	2	2	2	2	2	False	68090	maximal	True	DEN0096_000000041240	1.0		2	2	False	False	0.9874439239501953	0					non-mobilizable	no_good_hit	98.0	82.65299999999999	9.0	1.653387643346533e-05	CP025957.1	firmicutes	Paenibacillus polymyxa strain HY96-2 chromosome, complete genome	True	False
FIJ0126_000000013932	2624	0.6599441486018579	7	1	1	1	1	False	41148	fragment	False	FIJ0126_000000013932	1.0		0	0	False	False	0.9778963327407837	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000029006	1447	0.6599441486018579	4	1	1	1	1	False	45974	maximal	True	FIJ0058_000000029006	1.0		1	1	False	False	0.9993089437484741	0					non-mobilizable	no_good_hit								True	False
ISR0280_000000000088	31509	0.6599422442235443	39	19	8	19	9	True	108400	backbone	True	ISR0280_000000000088	0.9789219852629442	PS672	209	13	False	True	1.0	0					non-mobilizable	other	22903.0	97.751	95.0	0.22845481398690723	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0067_000000000494	30842	0.6599422442235443	39	19	8	19	9	True	108400	backbone	False	ISR0280_000000000088	0.9788613370397671	PS672	0	0	False	True	0.9999675750732422	0					non-mobilizable	other	22903.0	97.786	95.0	0.22845481398690723	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0099_000000002988	7523	0.6599407619211312	7	6	4	3	4	False	132280	fragment	False	ENG0085_000000002909	0.579296461150142		0	0	False	False	0.9993353486061096	0					non-mobilizable	other	7210.0	96.117	100.0	0.3191300881428002	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
MON0055_000000017111	1458	0.6599378722158921	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.1842875755249093		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	97.985	100.0	0.0004165606339934632	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ETH0003_000000000696	23959	0.6599352453836448	25	10	8	10	4	False	53297	fragment	False	ETH0003_000000000696	1.0		0	0	False	False	0.9999582767486572	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0015795939858421577	NZ_AVBF01000071.1	firmicutes	Pontibacillus yanchengensis Y32 contig79, whole genome shotgun sequence	True	False
FIJ0115_000000001915	11703	0.6599335850878605	8	6	3	5	3	True	50056	fragment	False	FIJ0032_000000002831	0.9755633755880577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0078_000000001739	11642	0.6599335850878605	8	6	3	5	3	True	50056	fragment	False	FIJ0032_000000002831	0.9747085223196126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0067_000000003725	5973	0.6599295022034354	6	6	5	4	3	False	82164	maximal	False	ISR0789_000000002086	0.9535386670452451		0	0	False	False	1.0	0					non-mobilizable	other	5973.0	98.895	100.0	0.03121093402656094	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0037_000000004711	4311	0.6599294713278363	5	5	5	5	4	False	36716	maximal	True	ISR0037_000000004711	1.0		32	6	False	False	0.9995360970497131	0					non-mobilizable	other	2648.0	84.441	99.0	0.0007023303582097735	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0042_000000004774	5682	0.659924326147378	8	3	2	3	2	False	64715	maximal	True	ENG0042_000000004774	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.00011510257124292212	NZ_FOOL01000004.1	firmicutes	Clostridium homopropionicum strain DSM 5847, whole genome shotgun sequence	True	False
ENG0164_000000005267	3451	0.6599213114098212	4	3	1	1	3	False	103016	fragment	False	ENG0164_000000005267	1.0		0	0	False	False	0.9985511302947998	0					non-mobilizable	no_good_hit	608.0	94.73700000000001	50.0	0.0028182615922481558	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	True	False
MON0010_000000015764	1684	0.6599211678745922	2	2	2	1	1	False	27265	fragment	False	MON0010_000000015764	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1684.0	99.762	100.0	0.00025611012096067316	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0779_000000018227	1875	0.6599202038548246	4	4	3	4	3	False	131326	fragment	False	ISR0779_000000018227	1.0		0	0	False	False	0.9914666414260864	0					non-mobilizable	no_good_hit	587.0	76.491	31.0	0.00947805340392849	NZ_BBAB01000022.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0031_000000013603	1590	0.6599186417795962	3	2	1	2	0	True	65678	fragment	False	ENG0031_000000013603	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1593.0	95.417	100.0	0.40705701866530297	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
FIJ0058_000000033847	1269	0.6599186417795962	2	2	1	2	0	True	45959	fragment	False	FIJ0058_000000033847	1.0		0	0	False	False	0.9929078221321106	0					non-mobilizable	plasmid	1269.0	94.641	100.0	0.3242137560726157	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
FIJ0128_000000023805	1122	0.6599026425484821	3	3	2	3	1	False	40977	maximal	True	FIJ0128_000000023805	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	74.545	24.0	0.00241959965000625	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
ISR0208_000000000716	21684	0.6598987435682396	12	9	7	7	6	False	119090	maximal	True	ISR0208_000000000716	0.9828724665016237		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	3359.0	87.139	21.0	0.0013045972187246426	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0038_000000007809	3753	0.6598941110232894	7	7	7	5	2	False	120903	fragment	False	ISR0038_000000007809	0.9773425336249784		0	0	False	False	1.0	0					non-mobilizable	other	2605.0	98.50299999999999	98.0	0.0008360119533014767	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0808_000000004840	3105	0.6598919730329211	3	1	1	1	1	False	83147	maximal	True	ISR0808_000000004840	1.0		1	1	False	False	0.9958131909370422	0					non-mobilizable	no_good_hit	2050.0	81.707	74.0	0.00289363642192097	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	True	False
ENG0159_000000009376	2433	0.6598919730329211	2	1	1	1	1	False	56543	maximal	True	ENG0159_000000009376	1.0		1	1	False	False	0.9995889663696289	0					non-mobilizable	other	2208.0	82.745	95.0	0.003118744523675531	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	False
CHI0106_000000013125	1544	0.6598919730329211	2	1	1	1	1	False	83146	fragment	False	CHI0106_000000013125	1.0		0	0	False	False	0.9961140155792236	0					non-mobilizable	no_good_hit	1295.0	79.22800000000001	83.0	0.0018236605711761898	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	True	False
ISR0072_000000013752	2098	0.6598806236108602	4	3	1	3	1	True	63052	fragment	False	USA0057_01_000000013849	0.9094342259178303		0	0	False	False	0.9995233416557312	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00020576585315666866	NZ_FNDC01000013.1	firmicutes	Planomicrobium glaciei strain CGMCC 1.6846, whole genome shotgun sequence	True	True
MON0011_000000011685	3979	0.6598805708721172	6	3	3	3	3	False	76088	maximal	True	MON0011_000000011685	1.0		26	9	False	False	1.0	0					non-mobilizable	other	2481.0	99.839	98.0	0.0006641246047722173	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0044_000000001998	12523	0.6598753402501084	20	8	3	5	5	False	99978	fragment	False	MON0044_000000001998	1.0		0	0	False	False	0.9979237914085388	0					non-mobilizable	no_good_hit	254.0	94.488	2.0	0.011909805583015581	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0048_000000006601	3051	0.6598664555897835	3	3	3	3	2	False	84796	fragment	False	SPA0048_000000006601	0.9910992762950938		0	0	False	False	1.0	0					non-mobilizable	other	2974.0	100.0	97.0	0.09724584587203977	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0011_000000006521	3019	0.6598664555897835	3	3	3	3	2	False	84796	fragment	False	SPA0048_000000006601	0.987150539592362		0	0	False	False	0.9996687769889832	0					non-mobilizable	other	2963.0	99.865	98.0	0.09688603951328012	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0295_000000011764	2916	0.6598664555897835	3	3	3	3	2	False	84796	fragment	False	SPA0048_000000006601	0.9571814141740499		0	0	False	False	1.0	0					non-mobilizable	other	2843.0	99.965	97.0	0.09296087923590213	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0052_000000016761	2137	0.6598568490463179	3	3	3	3	3	False	35792	fragment	False	ISR0052_000000016761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1706.0	99.00399999999999	80.0	0.0004734769593059744	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0079_000000009756	4538	0.6598562909309097	6	6	5	6	5	False	69632	maximal	True	DEN0079_000000009756	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	74.057	5.0	3.226257433834837e-05	NZ_CP026520.1	firmicutes	Paenibacillus chitinolyticus strain KCCM 41400 chromosome, complete genome	True	False
USA0075_01_000000019213	1283	0.6598545474022973	2	2	0	1	2	False	16796	fragment	False	USA0075_01_000000019213	0.9763986013986015		0	0	False	False	1.0	0					non-mobilizable	plasmid	1201.0	97.835	99.0	0.011059805900406448	CP009167.1	enterobacteria	Escherichia coli 1303 plasmid p1303_109, complete sequence	False	True
MAD0061_000000016655	1144	0.6598536889126221	1	1	0	1	1	False	16796	fragment	False	USA0075_01_000000019213	0.9302416212003117		0	0	False	False	1.0	0					non-mobilizable	plasmid	1161.0	95.78	100.0	0.0060461889186242445	CP022280.1	enterobacteria	Escherichia coli strain STEC299 plasmid pSTEC299_1, complete sequence	False	True
ISR0177_000000028940	1115	0.6598536889126221	2	1	0	1	1	False	29728	fragment	False	ISR0177_000000028940	1.0		0	0	False	False	0.9820627570152283	0					non-mobilizable	plasmid	1051.0	96.765	94.0	0.007839904062359467	CP027674.1	enterobacteria	Escherichia coli strain 2014C-3003 plasmid unnamed2, complete sequence	False	True
ISR0776_000000017760	1329	0.6598534498741343	1	1	0	1	1	False	67118	fragment	False	ISR0776_000000017760	1.0		0	0	False	False	0.9759217500686646	0					non-mobilizable	plasmid	1293.0	99.845	97.0	0.004252377974525228	NZ_CP041248.1	enterobacteria	Raoultella electrica strain DSM 102253 plasmid unnamed1, complete sequence	False	True
ENG0011_000000025003	1162	0.6598534336339537	1	1	0	1	1	False	67117	fragment	False	ENG0011_000000025003	1.0		0	0	False	False	0.9888123869895935	0					non-mobilizable	plasmid	1162.0	100.0	100.0	0.0039210520983201285	CP052139.1	enterobacteria	Klebsiella pneumoniae strain F17KP0040 plasmid pF17KP0040-1, complete sequence	False	True
ENG0099_000000002612	7350	0.6598532091266397	8	8	6	6	7	True	109945	fragment	False	ENG0099_000000002612	0.9711098247629246		0	0	False	False	0.9997279047966003	0					non-mobilizable	other	7284.0	99.959	100.0	0.015182156691866016	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0326_000000001946	7251	0.6598532091266397	8	8	6	6	7	True	109945	fragment	False	ENG0099_000000002612	0.9659183673469388		0	0	False	False	0.9991725087165833	0					non-mobilizable	other	6744.0	99.837	100.0	0.014056317003098144	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
SPA0158_000000002541	5397	0.6598509070246724	4	4	4	4	4	False	102433	maximal	True	SPA0158_000000002541	1.0	PS597	53	10	False	True	0.9998146891593933	0					non-mobilizable	no_good_hit	1821.0	100.0	66.0	0.0003322008084526488	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	True
MAD0007_000000003910	2098	0.65985082438577	2	1	0	1	1	True	19865	maximal	True	MAD0007_000000003910	1.0		2	1	False	False	0.9995233416557312	0					non-mobilizable	no_good_hit	111.0	96.396	5.0	0.0013304627591378601	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	True	True
DEN0010_000000042017	1132	0.65985082438577	2	1	0	1	1	False	75811	maximal	True	DEN0010_000000042017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	99.90100000000001	89.0	0.1428368794326241	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	False
MAD0099_000000002231	9550	0.6598500810633309	9	1	0	1	0	False	15250	fragment	False	MAD0099_000000002231	1.0		0	0	False	False	0.9980104565620422	0					non-mobilizable	no_good_hit	67.0	95.522	1.0	2.20022955728381e-05	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	True	False
AST0097_000000002964	7466	0.6598500810633309	6	1	0	1	0	False	109034	maximal	False	ISR0177_000000002810	0.9770654506437768		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	690.0	87.82600000000001	15.0	0.0847247990105133	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0177_000000002810	7456	0.6598500810633309	6	1	0	1	0	False	109034	maximal	True	ISR0177_000000002810	0.9770961693008304		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	688.0	88.37200000000001	15.0	0.0847247990105133	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0192_000000003053	6435	0.6598500810633309	7	1	0	1	0	False	50552	fragment	False	ISR0192_000000003053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0062717770034843206	XR_004690012.1	wasps, ants, and bees	PREDICTED: Chelonus insularis mitogen-activated protein kinase kinase kinase 15 (LOC118064029), transcript variant X4, misc_RNA	True	False
FIJ0166_000000004131	6196	0.6598500810633309	4	1	0	1	0	False	39035	maximal	True	FIJ0166_000000004131	1.0		1	1	False	False	0.9875726103782654	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.0004356771148493283	NZ_CYXX01000015.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0021_000000004897	6026	0.6598500810633309	4	1	0	1	0	True	90889	fragment	False	DEN0021_000000004897	1.0		0	0	False	False	0.9990043044090271	0					non-mobilizable	plasmid	6027.0	98.49	100.0	0.05112556023360044	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
MAD0050_000000003459	5984	0.6598500810633309	9	1	0	1	0	False	17424	fragment	False	MAD0050_000000003459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0020_000000000744	5911	0.6598500810633309	7	1	0	1	0	False	2404	maximal	True	TAN0020_000000000744	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0154_000000005807	5531	0.6598500810633309	7	1	0	1	0	False	39617	fragment	False	FIJ0154_000000005807	1.0		0	0	False	False	0.9974688291549683	0					non-mobilizable	no_good_hit								True	False
FIJ0072_000000004730	5343	0.6598500810633309	9	1	0	1	0	False	44786	fragment	False	FIJ0072_000000004730	1.0		0	0	False	False	0.9986898899078369	0					non-mobilizable	no_good_hit								True	False
SPA0034_000000006713	5191	0.6598500810633309	9	1	0	1	0	False	41789	maximal	True	SPA0034_000000006713	1.0	PS143	1	1	True	True	1.0	103					non-mobilizable	no_good_hit	1148.0	91.115	23.0	0.12442295009892285	NZ_QRYH01000046.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf46, whole genome shotgun sequence	True	True
CHI0140_000000005868	5145	0.6598500810633309	8	1	0	1	0	False	88477	maximal	True	CHI0140_000000005868	1.0		1	1	False	False	0.9978619813919067	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	2.554877609749413e-05	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
ISR0839_000000002940	5140	0.6598500810633309	8	1	0	1	0	False	88475	maximal	True	ISR0839_000000002940	1.0		1	1	False	False	0.9998054504394531	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	2.554877609749413e-05	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
CHI0118_000000001676	4918	0.6598500810633309	7	1	0	1	0	False	82001	maximal	True	CHI0118_000000001676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	100.0	12.0	8.73963517032655e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0088_000000004722	4664	0.6598500810633309	6	1	0	1	0	False	100289	backbone	False	FIJ0106_000000005271	0.7572121657906562	PS114|PS115|PS571	0	0	True	True	1.0	166					non-mobilizable	no_good_hit	280.0	91.071	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0154_000000007153	4659	0.6598500810633309	6	1	0	1	0	False	39616	fragment	False	FIJ0154_000000007153	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	2.0	0.0008678974380953401	NZ_LT965938.1	CFB group bacteria	Metaprevotella massiliensis strain Marseille P-3114, whole genome shotgun sequence	True	False
AST0061_000000008607	4548	0.6598500810633309	5	1	0	1	0	False	114624	backbone	False	ISR0096_000000005436	0.9431088694363721	PS161|PS166|PS738	0	0	True	True	1.0	1423					non-mobilizable	no_good_hit	280.0	91.071	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ENG0092_000000004396	4474	0.6598500810633309	6	1	0	1	0	False	61125	maximal	True	ENG0092_000000004396	1.0		1	1	True	True	0.9997764825820923	41					non-mobilizable	no_good_hit	385.0	86.75299999999999	8.0	0.1254180602006689	LN852937.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0265	True	True
ISR0073_000000005872	4413	0.6598500810633309	5	1	0	1	0	False	114624	backbone	False	ISR0096_000000005436	0.8548848337421071	PS161|PS166|PS738	0	0	True	True	1.0	183					non-mobilizable	no_good_hit	265.0	93.585	13.0	0.004184962668230744	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0304_000000002076	4394	0.6598500810633309	6	1	0	1	0	False	114624	backbone	False	ISR0096_000000005436	0.8548671345686577	PS161|PS166|PS738	0	0	True	True	1.0	110					non-mobilizable	no_good_hit	279.0	93.90700000000001	10.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0247_000000002629	4394	0.6598500810633309	4	1	0	1	0	False	58675	maximal	True	ISR0247_000000002629	1.0		1	1	False	False	0.995903491973877	0					non-mobilizable	no_good_hit	226.0	77.434	5.0	0.003800058462437884	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0102_000000007154	4349	0.6598500810633309	7	1	0	1	0	False	65464	maximal	False	FIJ0082_000000006340	0.9994336203287073		0	0	True	True	1.0	206					non-mobilizable	no_good_hit	279.0	90.323	7.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0082_000000006340	4329	0.6598500810633309	7	1	0	1	0	False	65464	maximal	True	FIJ0082_000000006340	0.9995823427984549		5	1	True	True	1.0	13					non-mobilizable	no_good_hit	279.0	90.323	7.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0092_000000006939	4309	0.6598500810633309	7	1	0	1	0	False	65464	maximal	False	FIJ0082_000000006340	0.9994282190614967		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	279.0	90.323	7.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MAD0023_000000001641	4305	0.6598500810633309	5	1	0	1	0	False	19251	fragment	False	MAD0023_000000001641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0093_000000004544	4304	0.6598500810633309	5	1	0	1	0	False	109576	fragment	False	AST0093_000000004544	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2638.0	99.81	97.0	0.036458981915791513	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
AUS0010_000000005224	4276	0.6598500810633309	6	1	0	1	0	False	114624	backbone	False	ISR0096_000000005436	0.29862158616803497	PS161|PS166|PS738	0	0	True	True	1.0	123					non-mobilizable	no_good_hit	254.0	95.27600000000001	14.0	0.0040105892237211295	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0227_000000006385	4170	0.6598500810633309	3	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.9720464809051296		0	0	False	False	0.9904076457023621	0					non-mobilizable	plasmid	2417.0	98.59299999999999	91.0	0.020952942604894803	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0012_000000005543	4143	0.6598500810633309	6	1	0	1	0	False	65464	maximal	False	FIJ0082_000000006340	0.9847441099739559		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	91.0	98.90100000000001	5.0	0.013638430065161388	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MAD0059_000000004550	4126	0.6598500810633309	5	1	0	1	0	False	16914	fragment	False	MAD0059_000000004550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0074_000000003964	4111	0.6598500810633309	6	1	0	1	0	False	44121	fragment	False	MON0074_000000003964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000007767	4110	0.6598500810633309	6	1	0	1	0	False	18286	fragment	False	MAD0105_000000007767	0.9892568250758341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.2804339817575503e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0125_000000004923	4080	0.6598500810633309	6	1	0	1	0	False	41788	backbone	False	MAD0041_000000007099	0.9311008016299024	PS143	0	0	True	True	0.9992647171020508	4					non-mobilizable	no_good_hit	281.0	88.256	8.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
ISR0278_000000002363	4068	0.6598500810633309	4	1	0	1	0	False	87531	fragment	False	ISR0278_000000002363	1.0		0	0	False	False	0.9995083808898926	0					non-mobilizable	no_good_hit								True	False
ENG0130_000000007354	4066	0.6598500810633309	2	1	0	1	0	False	58464	fragment	False	ENG0130_000000007354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0106_000000009497	4065	0.6598500810633309	5	1	0	1	0	False	41788	backbone	False	MAD0041_000000007099	0.9004716266452414	PS143	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	333.0	82.583	9.0	0.02955039883973894	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
MAD0041_000000007099	4059	0.6598500810633309	6	1	0	1	0	False	41788	backbone	True	MAD0041_000000007099	0.9407857185660765	PS143	1	1	True	True	1.0	1225					non-mobilizable	no_good_hit	329.0	82.37100000000001	8.0	0.02955039883973894	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
FIJ0168_000000004731	4047	0.6598500810633309	6	1	0	1	0	False	65464	maximal	False	FIJ0082_000000006340	0.9662047371116038		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	110.0	93.63600000000001	3.0	0.07973174366616989	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
MON0044_000000011275	4005	0.6598500810633309	2	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.9710925705899746		0	0	False	False	0.9915106296539307	0					non-mobilizable	plasmid	2397.0	98.49799999999999	95.0	0.020770818517683382	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0052_000000003807	3992	0.6598500810633309	7	1	0	1	0	False	17297	maximal	True	MAD0052_000000003807	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	100.0	2.0	0.0003070485493741208	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	True	False
FIJ0104_000000006179	3984	0.6598500810633309	2	1	0	1	0	True	90881	fragment	False	FIJ0104_000000006179	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3958.0	98.863	99.0	0.03356308569876409	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ISR0005_000000003246	3980	0.6598500810633309	3	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.9059912075014761		0	0	False	False	1.0	0					non-mobilizable	other	2535.0	97.712	100.0	0.02754048472992066	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0100_000000010024	3975	0.6598500810633309	6	1	0	1	0	False	42847	maximal	True	MON0100_000000010024	1.0		3	1	True	True	1.0	91					non-mobilizable	no_good_hit	326.0	81.595	8.0	0.02918781725888325	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0123_000000004810	3969	0.6598500810633309	5	1	0	1	0	False	32121	maximal	True	ISR0123_000000004810	1.0		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.722499775395631e-07	LR633945.1	bony fishes	Gadus morhua genome assembly, chromosome: 3	True	True
MAD0003_000000006987	3967	0.6598500810633309	5	1	0	1	0	False	20106	fragment	False	MAD0003_000000006987	1.0		0	0	False	False	0.9952104687690735	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000007332	3956	0.6598500810633309	5	1	0	1	0	False	18286	fragment	False	MAD0105_000000007767	0.9709245742092457		0	0	False	False	0.9901415705680847	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.2804339817575503e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0007_000000013855	3955	0.6598500810633309	6	1	0	1	0	False	42847	maximal	False	MON0100_000000010024	1.0		0	0	True	True	1.0	35					non-mobilizable	no_good_hit	326.0	81.595	8.0	0.02918781725888325	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0020_000000005074	3937	0.6598500810633309	4	1	0	1	0	False	37699	maximal	True	ISR0020_000000005074	1.0		1	1	True	True	1.0	58					non-mobilizable	no_good_hit								True	True
MON0012_000000010542	3909	0.6598500810633309	5	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.6035379050561843		0	0	False	False	0.9818367958068848	0					non-mobilizable	no_good_hit	1764.0	99.43299999999999	87.0	0.015289750750177787	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0278_000000002493	3891	0.6598500810633309	4	1	0	1	0	False	82627	backbone	True	ISR0278_000000002493	0.9757232704402516	PS408	1	1	True	True	1.0	244					non-mobilizable	no_good_hit	280.0	90.0	10.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
CHI0111_000000007911	3876	0.6598500810633309	5	1	0	1	0	False	82627	backbone	False	ISR0278_000000002493	0.9755696202531645	PS408	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	309.0	88.67299999999999	8.0	0.04621912410971359	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
TAN0026_000000000265	3861	0.6598500810633309	6	1	0	1	0	False	2328	maximal	True	TAN0026_000000000265	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0086_000000001787	3841	0.6598500810633309	4	1	0	1	0	False	16035	maximal	True	MAD0086_000000001787	1.0		3	1	False	False	0.9997396469116211	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.742809308237548e-07	CP046701.1	eudicots	Solanum tuberosum cultivar MSH/14-112 chromosome 8	True	False
ISR0365_000000003810	3836	0.6598500810633309	4	1	0	1	0	False	23663	fragment	False	ISR0365_000000003810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003698224852071006	NZ_LR656181.1	firmicutes	Bacillus marasmi strain Marseille-P3556, whole genome shotgun sequence	True	False
ISR0132_000000006856	3812	0.6598500810633309	4	1	0	1	0	False	92387	fragment	False	ISR0132_000000006856	1.0		0	0	False	False	0.9887198209762573	0					non-mobilizable	no_good_hit								True	False
ITA0008_000000000266	3792	0.6598500810633309	1	1	0	1	0	True	122790	fragment	False	ISR0382_000000002969	0.8919033221485757		0	0	False	False	0.9944620132446289	0					non-mobilizable	other	3792.0	96.835	99.0	0.041169438104553854	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0060_000000009447	3776	0.6598500810633309	6	1	0	1	0	False	10904	fragment	False	MON0060_000000009447	1.0		0	0	False	False	0.9997351765632629	0					non-mobilizable	no_good_hit								True	False
MON0075_000000005829	3666	0.6598500810633309	4	1	0	1	0	False	92384	fragment	False	MON0075_000000005829	0.9535853251806559		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	87.67	24.0	0.0002384802803576339	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0009_000000008852	3652	0.6598500810633309	4	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.8277920909534605		0	0	False	False	1.0	0					non-mobilizable	plasmid	2283.0	98.336	96.0	0.019782144901392816	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0037_000000003545	3623	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9918218851320445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.742	78.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ETH0004_000000007917	3598	0.6598500810633309	4	1	0	1	0	False	92384	fragment	False	MON0075_000000005829	0.9383524277141299		0	0	False	False	0.9969427585601807	0					non-mobilizable	no_good_hit	880.0	86.818	24.0	0.00023712835133066318	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0373_000000004113	3579	0.6598500810633309	4	1	0	1	0	False	124872	fragment	False	ISR0373_000000004113	1.0		0	0	False	False	0.9918971657752991	0					non-mobilizable	no_good_hit	413.0	93.22	12.0	0.010176660860910675	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
MON0015_000000010277	3579	0.6598500810633309	5	1	0	1	0	False	13432	fragment	False	MON0015_000000010277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0016_000000005593	3576	0.6598500810633309	3	1	0	1	0	False	37930	maximal	True	ISR0016_000000005593	1.0		0	0	False	False	0.9969239234924316	0					non-mobilizable	no_good_hit	1241.0	99.839	35.0	0.26620867325032205	NZ_FQVD01000065.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0335_000000004667	3565	0.6598500810633309	3	1	0	1	0	False	24486	maximal	True	ISR0335_000000004667	1.0		1	1	True	True	1.0	36					non-mobilizable	no_good_hit								True	True
FIJ0146_000000004877	3538	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9749152226089327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	87.705	80.0	0.013746032296671465	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MON0012_000000012207	3538	0.6598500810633309	4	1	0	1	0	False	41785	maximal	True	MON0012_000000012207	1.0		1	1	False	False	0.9997173547744751	0					non-mobilizable	no_good_hit	2394.0	97.744	68.0	0.21691443074691805	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0045_000000007026	3533	0.6598500810633309	3	1	0	1	0	True	36260	maximal	True	ISR0045_000000007026	1.0		1	1	True	True	1.0	225					non-mobilizable	no_good_hit	275.0	84.0	8.0	9.891114106728757e-05	NZ_GL892076.1	firmicutes	Centipeda periodontii DSM 2778 SCAFFOLD1, whole genome shotgun sequence	True	True
MON0106_000000011231	3518	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9814555027775065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	88.354	80.0	0.013693996843182489	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MON0026_000000009913	3495	0.6598500810633309	4	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7635999406929407		0	0	False	False	1.0	0					non-mobilizable	plasmid	2146.0	98.555	96.0	0.018602674622309332	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0017_000000008009	3487	0.6598500810633309	1	1	0	1	0	False	75468	maximal	False	DEN0012_000000001691	0.9754924993338911		0	0	False	False	0.999139666557312	0	IncU				non-mobilizable	plasmid	3487.0	99.971	100.0	0.017186891420852047	CP035203.1	enterobacteria	Klebsiella pneumoniae strain LH94 plasmid pLH94-1, complete sequence	False	True
MON0092_000000015153	3487	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9813140587016549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	88.824	79.0	0.013260368064107679	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0116_000000005505	3483	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9913831551827911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1533.0	88.715	79.0	0.013286385790852168	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0053_000000005682	3481	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9900747724298044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.80799999999999	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0017_000000008034	3478	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9911217668225032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.742	80.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0118_000000002382	3475	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9891395504836445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.27799999999999	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0067_000000008563	3475	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9916250640136716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0120_000000008675	3474	0.6598500810633309	3	1	0	1	0	False	50553	fragment	False	ISR0120_000000008675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000007280	3471	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9916172823609399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0024_000000005813	3470	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9903968424182639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	88.749	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0107_000000007913	3470	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9885497178407407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.27799999999999	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0097_000000008785	3468	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9896562991812597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.27799999999999	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0030_000000008947	3467	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9885951692102852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.27799999999999	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0070_000000005581	3466	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9884815947675735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.27799999999999	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0167_000000005318	3466	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9914153376464608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.94	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0156_000000002159	3465	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9908116591621169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0010_000000005307	3465	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.991030249767325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0128_000000007333	3465	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9912519302338942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.742	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0104_000000007180	3465	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9914906897549424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.477	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0075_000000005370	3465	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9909033569165184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0160_000000004942	3465	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9912469673730139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MAD0060_000000004501	3465	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9888163913270797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.742	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0051_000000006164	3464	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.991618698150513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.874	80.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0035_000000003477	3464	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9907915469800614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0165_000000005072	3464	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9908222028664913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	89.007	80.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0006_000000009851	3463	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9906679103743891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0064_000000007863	3462	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9896188452777864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	88.882	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0052_000000007958	3462	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9908121544369877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0117_000000006050	3462	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9911637775780487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.742	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0109_000000007764	3462	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.990746435891413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0093_000000006031	3462	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9912253070962433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.742	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0062_000000008313	3462	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.991116235864043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0002_000000010096	3462	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9902906055403795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0139_000000007438	3462	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9911206455061382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0003_000000007156	3462	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9916363985097676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0080_000000007463	3462	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9908121544369877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0149_000000006430	3461	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9912400415173566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	88.815	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0073_000000005442	3461	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9911717744470461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0020_000000006660	3461	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9901988282575678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.742	80.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0161_000000004596	3461	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9916366012972306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0016_000000005089	3460	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9881410696905346		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.27799999999999	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0110_000000005025	3460	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9897647822377097		0	0	False	False	0.9997109770774841	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0083_000000009993	3460	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9881354868507489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.874	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MAD0005_000000007514	3460	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.988719592030995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0041_000000010389	3460	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9907027346043835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.80799999999999	80.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0042_000000006914	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9901435072449206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0036_000000010934	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9872763794321778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.477	80.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0171_000000005970	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.990390988196203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.54299999999999	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0084_000000004006	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9900411697215796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0086_000000008885	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9905410480103283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.80799999999999	80.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0045_000000006425	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9905410480103283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.80799999999999	80.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MON0049_000000006024	3459	0.6598500810633309	4	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7577405415117877		0	0	False	False	0.9997109174728394	0					non-mobilizable	plasmid	1878.0	97.81700000000001	92.0	0.016278424366468355	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0057_000000008862	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9906348958321493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	88.815	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0113_000000007263	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9904365020728086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.94	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0121_000000007555	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9907310680308059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.742	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0168_000000005687	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9879738002566935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.874	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0151_000000005105	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9906879359501651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
TAN0003_000000002084	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9871849436579972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0066_000000009040	3459	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9906879359501651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0321_000000002821	3458	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9882558105326246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0087_000000009005	3458	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9866060840204104		0	0	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit	1510.0	88.477	80.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0115_000000007023	3458	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9890267759002989		0	0	False	False	0.9997107982635498	0					non-mobilizable	no_good_hit	1511.0	88.815	79.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0151_000000005118	3452	0.6598500810633309	1	1	0	1	0	False	75468	maximal	False	DEN0012_000000001691	0.9713934522137434		0	0	False	False	1.0	0	IncU				non-mobilizable	plasmid	3452.0	100.0	100.0	0.01704450041981528	CP056568.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00373 plasmid pRHBSTW-00373_2, complete sequence	False	True
MON0057_000000006881	3432	0.6598500810633309	4	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7593523904026065		0	0	False	False	0.9985431432723999	0					non-mobilizable	plasmid	2006.0	98.205	94.0	0.01737984146531837	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ETH0004_000000008313	3431	0.6598500810633309	5	1	0	1	0	False	52928	maximal	True	ETH0004_000000008313	1.0		4	2	False	False	0.9997085332870483	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	1.067028318131292e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0001_000000003216	3420	0.6598500810633309	4	1	0	1	0	False	3112	maximal	True	TAN0001_000000003216	1.0		2	1	False	False	0.9997075796127319	0					non-mobilizable	no_good_hit								True	False
FIJ0118_000000002434	3420	0.6598500810633309	2	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7698457507080974		0	0	False	False	1.0	0					non-mobilizable	plasmid	1976.0	97.21700000000001	96.0	0.016937540110662064	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0044_000000004990	3413	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8023609919933643	PS1138|PS888	0	0	True	True	0.9997069835662842	9					non-mobilizable	no_good_hit	515.0	95.146	19.0	0.8784246575342466	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0097_000000008956	3412	0.6598500810633309	2	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7700409393981289		0	0	False	False	1.0	0					non-mobilizable	plasmid	1976.0	97.21700000000001	96.0	0.016937540110662064	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0005_000000007688	3398	0.6598500810633309	5	1	0	1	0	False	19980	fragment	False	MAD0005_000000007688	1.0		0	0	False	False	0.9997057318687439	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000004032	3396	0.6598500810633309	5	1	0	1	0	False	17171	fragment	False	MAD0054_000000004032	1.0		0	0	False	False	0.9941107034683228	0					non-mobilizable	no_good_hit								True	False
FIJ0045_000000006547	3389	0.6598500810633309	3	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7709062825136788		0	0	False	False	1.0	0					non-mobilizable	plasmid	1954.0	98.618	96.0	0.016937540110662064	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
CHI0013_000000002489	3380	0.6598500810633309	3	1	0	1	0	False	89996	fragment	False	CHI0013_000000002489	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3379.0	99.882	99.0	0.003705288567039719	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
MAD0001_000000007596	3378	0.6598500810633309	2	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7634782214166265		0	0	False	False	1.0	0					non-mobilizable	plasmid	1959.0	97.55	96.0	0.016781433750195134	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0026_000000006627	3372	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8568963404760198	PS1138|PS888	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	584.0	100.0	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0085_000000009094	3369	0.6598500810633309	2	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7674456522858376		0	0	False	False	1.0	0					non-mobilizable	plasmid	1930.0	98.80799999999999	96.0	0.016729398296706156	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0104_000000009048	3368	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8924396384636799	PS1138|PS888	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	584.0	100.0	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0198_000000009868	3367	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.890770832622792	PS1138|PS888	0	0	True	True	1.0	571					non-mobilizable	no_good_hit	584.0	100.0	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0152_000000006779	3359	0.6598500810633309	5	1	0	1	0	False	39729	fragment	False	FIJ0152_000000006779	1.0		0	0	False	False	0.9982137680053711	0					non-mobilizable	no_good_hit								True	False
ISR0059_000000004761	3357	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8826689380624431	PS1138|PS888	0	0	True	True	0.9988084435462952	37					non-mobilizable	no_good_hit	583.0	95.02600000000001	17.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0015_000000007262	3357	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8829829632590114	PS1138|PS888	0	0	True	True	1.0	144					non-mobilizable	no_good_hit	583.0	95.02600000000001	17.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0123_000000005946	3357	0.6598500810633309	5	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.880404129326542	PS1138|PS888	0	0	True	True	1.0	120					non-mobilizable	no_good_hit	585.0	91.624	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
MAD0031_000000003931	3353	0.6598500810633309	4	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7624021938202045		0	0	False	False	1.0	0					non-mobilizable	plasmid	1918.0	98.697	96.0	0.016616654814146706	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0029_000000010237	3353	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9664450155642961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.874	82.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
SPA0108_000000008896	3351	0.6598500810633309	5	1	0	1	0	False	4692	maximal	True	SPA0108_000000008896	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	86.477	10.0	0.004438596769335637	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
AST0061_000000012230	3350	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8568979867961672	PS1138|PS888	0	0	True	True	0.9997014999389648	102					non-mobilizable	no_good_hit	584.0	99.829	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
AST0002_000000010621	3349	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8442569584652267	PS1138|PS888	0	0	True	True	1.0	163					non-mobilizable	no_good_hit	584.0	97.603	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0255_000000008728	3349	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8802953718294365	PS1138|PS888	0	0	True	True	0.9991042017936707	17					non-mobilizable	no_good_hit	584.0	100.0	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0100_000000003479	3347	0.6598500810633309	3	1	0	1	0	True	132096	backbone	True	ISR0100_000000003479	0.8934347575618214	PS1138|PS888	12	3	True	True	0.999701201915741	18					non-mobilizable	no_good_hit	584.0	100.0	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0195_000000006852	3339	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.892774843413333	PS1138|PS888	0	0	True	True	1.0	137					non-mobilizable	no_good_hit	482.0	100.0	20.0	0.8236301369863014	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0384_000000004464	3339	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8555045931936193	PS1138|PS888	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	584.0	92.12299999999999	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0262_000000004674	3338	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8823953031310879	PS1138|PS888	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	583.0	94.854	17.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0112_000000008273	3337	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8877533865253641	PS1138|PS888	0	0	True	True	1.0	104					non-mobilizable	no_good_hit	583.0	94.854	17.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0373_000000004468	3334	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8510576122022911	PS1138|PS888	0	0	True	True	0.9997000694274902	15					non-mobilizable	no_good_hit	585.0	91.624	17.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0135_000000007266	3330	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8493896604146431	PS1138|PS888	0	0	True	True	1.0	153					non-mobilizable	no_good_hit	402.0	99.005	19.0	0.6866438356164384	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
AST0006_000000004433	3329	0.6598500810633309	2	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8630941545943355	PS1138|PS888	0	0	True	True	1.0	522					non-mobilizable	no_good_hit	584.0	99.829	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0321_000000002939	3328	0.6598500810633309	2	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7535631934822727		0	0	False	False	1.0	0					non-mobilizable	plasmid	3333.0	97.9	100.0	0.0286975525991709	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0109_000000009404	3328	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8849025923641775	PS1138|PS888	0	0	True	True	1.0	100					non-mobilizable	no_good_hit	584.0	100.0	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0085_000000005862	3328	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8925346890510096	PS1138|PS888	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	584.0	100.0	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0083_000000010450	3322	0.6598500810633309	4	1	0	1	0	False	44120	fragment	False	FIJ0083_000000010450	1.0		0	0	False	False	0.9975917935371399	0					non-mobilizable	no_good_hit								True	False
CHI0178_000000003419	3318	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8559106007475057	PS1138|PS888	0	0	True	True	1.0	85					non-mobilizable	no_good_hit	584.0	92.12299999999999	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
AUS0024_000000009791	3318	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8836269985071461	PS1138|PS888	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	583.0	94.854	18.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
AST0046_000000005733	3318	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8817377239314763	PS1138|PS888	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	583.0	95.02600000000001	18.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0056_000000010186	3312	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8579164305875838	PS1138|PS888	0	0	True	True	1.0	236					non-mobilizable	no_good_hit	584.0	92.80799999999999	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0215_000000008758	3308	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8915473460520075	PS1138|PS888	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	584.0	99.65799999999999	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0074_000000008603	3306	0.6598500810633309	5	1	0	1	0	False	34731	fragment	False	ISR0074_000000008603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	90.12899999999999	10.0	0.0036618423347019005	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
CHI0130_000000004883	3305	0.6598500810633309	2	1	0	1	0	False	100143	fragment	False	ISR0227_000000006385	0.7562416815592977		0	0	False	False	1.0	0					non-mobilizable	plasmid	3309.0	98.76100000000001	100.0	0.028680207448007908	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
CHI0107_000000004019	3298	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8544464228315186	PS1138|PS888	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	584.0	92.46600000000001	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0127_000000005759	3298	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9448427319006997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	88.57600000000001	78.0	0.011681959308275371	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0336_000000003857	3297	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.880178351664434	PS1138|PS888	0	0	True	True	0.9990900754928589	16					non-mobilizable	no_good_hit	583.0	94.854	18.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0138_000000005449	3289	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9428090511245404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	88.889	78.0	0.011621251279204898	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
CHI0132_000000009681	3284	0.6598500810633309	3	1	0	1	0	False	80933	fragment	False	CHI0132_000000009681	1.0		0	0	False	False	0.9990864992141724	0					non-mobilizable	no_good_hit								True	False
SPA0057_000000009359	3272	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.8548618987897577	PS1138|PS888	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	584.0	92.80799999999999	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0106_000000011999	3265	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.7436686842037876	PS1138|PS888	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	331.0	93.656	20.0	0.565068493150685	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
TAN0006_000000003332	3224	0.6598500810633309	2	1	0	1	0	False	100160	fragment	False	MAD0037_000000003545	0.9056284404570708		0	0	False	False	0.9941067099571228	0					non-mobilizable	no_good_hit	1510.0	88.675	78.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
SPA0057_000000009627	3189	0.6598500810633309	1	1	0	1	0	False	77906	fragment	False	SPA0057_000000009627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	3.0	2.5184210788330223e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
MON0094_000000010540	3185	0.6598500810633309	5	1	0	1	0	False	10942	fragment	False	MON0094_000000010540	1.0		0	0	False	False	0.9940345287322998	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.0008749170337295602	NZ_QIBZ01000012.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_012, whole genome shotgun sequence	True	False
ISR0318_000000001374	3184	0.6598500810633309	5	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.7512286293682329	PS1138|PS888	0	0	True	True	0.9996859431266785	27					non-mobilizable	no_good_hit	583.0	95.197	18.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0187_000000008717	3184	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.7421762264689787	PS1138|PS888	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	583.0	95.02600000000001	18.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
MON0078_000000013154	3176	0.6598500810633309	2	1	0	1	0	False	100142	fragment	False	MON0078_000000013154	1.0		0	0	False	False	0.995591938495636	0					non-mobilizable	plasmid	2342.0	98.634	96.0	0.02029382686070109	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0009_000000011149	3176	0.6598500810633309	2	1	0	1	0	False	84397	fragment	False	SPA0009_000000011149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	3.0	2.184577993075316e-05	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
TAN0013_000000002613	3163	0.6598500810633309	4	1	0	1	0	False	3112	maximal	False	TAN0001_000000003216	0.9624269005847953		0	0	False	False	0.9971545934677124	0					non-mobilizable	no_good_hit								True	False
ISR0350_000000005513	3144	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.7439465416603294	PS1138|PS888	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	583.0	95.197	19.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0060_000000009107	3144	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.7517377542325788	PS1138|PS888	0	0	True	True	0.9974554777145386	5					non-mobilizable	no_good_hit	583.0	94.854	19.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0086_000000008189	3144	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.7536741689702706	PS1138|PS888	0	0	True	True	0.9990457892417908	6					non-mobilizable	no_good_hit	582.0	98.79700000000001	19.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CHI0157_000000003125	3142	0.6598500810633309	1	1	0	1	0	False	78949	maximal	True	CHI0157_000000003125	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	3.0	0.03449691991786448	MH025900.1	CFB group bacteria	Bacteroides fragilis strain 13-w31 insertion sequence IS613, complete sequence	True	False
ENG0111_000000006701	3100	0.6598500810633309	3	1	0	1	0	True	132098	backbone	True	ENG0111_000000006701	0.9940437999182755	PS1138|PS1139|PS888	8	2	True	True	1.0	66					non-mobilizable	no_good_hit	594.0	85.01700000000001	19.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0168_000000006504	3085	0.6598500810633309	5	1	0	1	0	True	38924	maximal	True	FIJ0168_000000006504	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	87.63799999999999	26.0	0.0006897940995134815	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	True
ISR0341_000000004304	3080	0.6598500810633309	2	1	0	1	0	False	57218	fragment	False	ISR0341_000000004304	1.0		0	0	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit								True	False
ENG0131_000000008779	3080	0.6598500810633309	4	1	0	1	0	True	132098	backbone	False	ENG0111_000000006701	0.9931165604376809	PS1138|PS1139|PS888	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	594.0	85.01700000000001	19.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
MAD0058_000000004850	3075	0.6598500810633309	4	1	0	1	0	False	16963	fragment	False	MAD0058_000000004850	1.0		0	0	False	False	0.9986991882324219	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000007783	3073	0.6598500810633309	2	1	0	1	0	False	18053	fragment	False	MAD0043_000000007783	1.0		0	0	False	False	0.9996745586395264	0					non-mobilizable	no_good_hit								True	False
MON0074_000000005836	3070	0.6598500810633309	1	1	0	1	0	False	90242	maximal	True	MON0074_000000005836	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	84.083	9.0	7.495873934872326e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0143_000000001455	3067	0.6598500810633309	3	1	0	1	0	False	40135	fragment	False	FIJ0143_000000001455	1.0		0	0	False	False	0.997065544128418	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000004996	3062	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.7289933050187976	PS1138|PS888	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	553.0	100.0	22.0	0.9452054794520548	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CAN0001_000000015333	3036	0.6598500810633309	3	1	0	1	0	True	97390	fragment	False	CAN0001_000000015333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	85.161	5.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0037_000000007066	3029	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5196709851877883	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	552.0	98.73200000000001	18.0	0.9434931506849316	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0358_000000006257	3008	0.6598500810633309	2	1	0	1	0	True	90879	fragment	False	ISR0358_000000006257	1.0		0	0	False	False	0.9936835169792175	0					non-mobilizable	plasmid	3008.0	99.26899999999999	100.0	0.025499117207659922	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
USA0015_01_000000011176	2964	0.6598500810633309	1	1	0	1	0	True	122790	fragment	False	ISR0382_000000002969	0.17290258826517152		0	0	False	False	1.0	0					non-mobilizable	other	2967.0	96.461	100.0	0.03220302141071622	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0173_000000005636	2959	0.6598500810633309	2	1	0	1	0	False	77905	fragment	False	CHI0173_000000005636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	3.0	0.011253787332275285	HG796795.1	bacteria	Uncultured bacterium plasmid pRGF00040	True	False
DEN0006_000000001916	2955	0.6598500810633309	5	1	0	1	0	False	76370	fragment	False	DEN0006_000000001916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0003174672680299514	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	False
USA0065_01_000000003799	2946	0.6598500810633309	2	1	0	1	0	False	101500	fragment	False	USA0065_01_000000003799	1.0		0	0	False	False	0.9959266781806946	0					non-mobilizable	other	1743.0	99.369	100.0	0.05122999058380414	NZ_CAEUHO010000007.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
MON0022_000000009383	2921	0.6598500810633309	4	1	0	1	0	False	13028	fragment	False	MON0022_000000009383	1.0		0	0	False	False	0.9876754283905029	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00021148107244401627	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	True	False
ENG0069_000000006963	2911	0.6598500810633309	1	1	0	1	0	False	62496	fragment	False	ENG0069_000000006963	1.0		0	0	False	False	0.9855719804763794	0	rep_cluster_240				non-mobilizable	plasmid	2643.0	99.205	91.0	0.033808944910103014	CP002611.1	firmicutes	Lactobacillus amylovorus GRL1118 plasmid p2, complete sequence	False	True
FIJ0117_000000007101	2901	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5611247905990734	PS1138|PS888	0	0	False	True	0.9903481602668762	0					non-mobilizable	no_good_hit	584.0	92.637	20.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0151_000000008120	2888	0.6598500810633309	3	1	0	1	0	True	132098	backbone	False	ENG0111_000000006701	0.9564153051249825	PS1138|PS1139|PS888	0	0	True	True	0.9927285313606262	8					non-mobilizable	no_good_hit	594.0	85.522	20.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
USA0117_01_000000008044	2885	0.6598500810633309	2	1	0	1	0	False	92662	fragment	False	USA0117_01_000000008044	1.0		0	0	False	False	0.9993067383766174	0					non-mobilizable	no_good_hit								True	False
ISR0099_000000007355	2885	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.614689829264675	PS1138|PS888	0	0	True	True	1.0	126					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0171_000000009149	2885	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.61452590797861	PS1138|PS888	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0108_000000007742	2883	0.6598500810633309	1	1	0	1	0	False	100380	maximal	True	FIJ0108_000000007742	1.0		38	5	False	False	0.9975719451904297	0					non-mobilizable	no_good_hit	144.0	95.833	8.0	3.814626237319369e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0077_000000007026	2883	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.03372028034268958	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	378.0	93.38600000000001	13.0	0.7203065134099617	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
SPA0076_000000004856	2882	0.6598500810633309	3	1	0	1	0	False	5748	maximal	True	SPA0076_000000004856	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0068_000000004643	2880	0.6598500810633309	5	1	0	1	0	False	85160	maximal	True	CHI0068_000000004643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031160557658572617	NZ_RBZO01000017.1	firmicutes	Oceanobacillus bengalensis strain MCCC 1K00260 NODE_17_length_86648_cov_44.579137, whole genome shotgun sequence	True	False
ISR0029_000000015826	2878	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6133982081935127	PS1138|PS888	0	0	True	True	1.0	214					non-mobilizable	no_good_hit	562.0	95.374	23.0	0.958904109589041	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0787_000000004750	2878	0.6598500810633309	2	1	0	1	0	False	105916	fragment	False	ISR0787_000000004750	0.9050949146666246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	86.932	6.0	4.5615460600112734e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0793_000000005297	2875	0.6598500810633309	1	1	0	1	0	False	105916	fragment	False	ISR0787_000000004750	0.6138522121843873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000008858	2868	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.08496737985464657	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	417.0	93.765	15.0	0.7106164383561644	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
AST0093_000000006471	2866	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6130149172051695	PS1138|PS888	0	0	True	True	1.0	639					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0113_000000011248	2866	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6067244665811835	PS1138|PS888	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0041_000000011930	2863	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6133884099274114	PS1138|PS888	0	0	True	True	1.0	122					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0002_000000007241	2861	0.6598500810633309	2	1	0	1	0	False	89523	maximal	False	ENG0144_000000006389	0.9971248230171894		0	0	True	True	1.0	305					non-mobilizable	no_good_hit								True	True
SPA0072_000000007311	2860	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6146640474276438	PS1138|PS888	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
MON0080_000000017202	2859	0.6598500810633309	3	1	0	1	0	False	10058	maximal	True	MON0080_000000017202	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	93.85799999999999	43.0	0.13282247765006386	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
MAD0054_000000005098	2857	0.6598500810633309	4	1	0	1	0	False	17165	maximal	True	MAD0054_000000005098	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	9.87001194271445e-06	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0782_000000004860	2853	0.6598500810633309	2	1	0	1	0	False	89523	maximal	False	ENG0144_000000006389	0.9943523713384761		0	0	True	True	1.0	235					non-mobilizable	no_good_hit								True	True
MAD0051_000000010061	2852	0.6598500810633309	2	1	0	1	0	False	21732	fragment	False	MAD0051_000000010061	1.0		0	0	False	False	0.9996493458747864	0					non-mobilizable	no_good_hit	263.0	75.285	9.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	False
ENG0144_000000006389	2849	0.6598500810633309	2	1	0	1	0	False	89523	maximal	True	ENG0144_000000006389	0.9971309648053701		12	3	True	True	0.998947024345398	18					non-mobilizable	no_good_hit								True	True
ENG0154_000000010666	2844	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.612635537222007	PS1138|PS888	0	0	True	True	0.99964839220047	28					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0239_000000004954	2833	0.6598500810633309	3	1	0	1	0	False	89523	maximal	False	ENG0144_000000006389	0.9943524041504072		0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ISR0267_000000005780	2833	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6047640742280843	PS1138|PS888	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	583.0	95.369	21.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0097_000000011624	2826	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6127206499847588	PS1138|PS888	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	583.0	95.369	21.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0071_000000008445	2825	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6125201240033243	PS1138|PS888	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	583.0	95.369	21.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0021_000000011680	2825	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6123249024411971	PS1138|PS888	0	0	True	True	0.999646008014679	30					non-mobilizable	no_good_hit	583.0	95.369	21.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0019_000000010168	2824	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6126634114522403	PS1138|PS888	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	583.0	95.369	21.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0069_000000008481	2824	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6143616501209261	PS1138|PS888	0	0	True	True	0.9996458888053894	17					non-mobilizable	no_good_hit	583.0	95.369	21.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0036_000000013829	2819	0.6598500810633309	2	1	0	1	0	False	50554	fragment	False	FIJ0036_000000013829	0.9902315484804631		0	0	False	False	0.9709116816520691	0					non-mobilizable	no_good_hit								True	False
MON0103_000000017709	2797	0.6598500810633309	1	1	0	1	0	False	28988	fragment	False	MON0103_000000017709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0259_000000005236	2792	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5824288284828224	PS1138|PS888	0	0	True	True	0.9978510141372681	7					non-mobilizable	no_good_hit	585.0	90.94	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
MAD0055_000000002885	2786	0.6598500810633309	4	1	0	1	0	False	17112	maximal	True	MAD0055_000000002885	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0164_000000006854	2786	0.6598500810633309	5	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5438079985825013	PS1138|PS888	0	0	True	True	0.9992821216583252	20					non-mobilizable	no_good_hit	582.0	98.625	21.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CHI0076_000000002809	2784	0.6598500810633309	2	1	0	1	0	False	100141	fragment	False	CHI0076_000000002809	0.9811336172854723		0	0	False	False	1.0	0					non-mobilizable	plasmid	2270.0	98.76700000000001	95.0	0.01967807399441486	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
TAN0016_000000003841	2782	0.6598500810633309	4	1	0	1	0	False	2558	fragment	False	TAN0016_000000003841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	92.0	5.0	1.947326680589608e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0004_000000001536	2779	0.6598500810633309	4	1	0	1	0	False	2961	fragment	False	TAN0004_000000001536	1.0		0	0	False	False	0.9992803335189819	0					non-mobilizable	no_good_hit								True	False
ENG0144_000000006540	2779	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6042935493702796	PS1138|PS888	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	583.0	95.369	21.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0054_000000008770	2773	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5748878032297049	PS1138|PS888	0	0	True	True	1.0	141					non-mobilizable	no_good_hit	584.0	91.781	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0027_000000009435	2764	0.6598500810633309	1	1	0	1	0	False	50554	fragment	False	FIJ0036_000000013829	0.9810216388790352		0	0	False	False	0.9913169145584106	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000015491	2759	0.6598500810633309	2	1	0	1	0	False	105916	fragment	False	ISR0787_000000004750	0.6130414639796155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	88.205	7.0	5.095060219076919e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0105_000000006383	2753	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5358478482771231	PS1138|PS888	0	0	True	True	1.0	137					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0293_000000013185	2753	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5986952021023764	PS1138|PS888	0	0	True	True	1.0	212					non-mobilizable	no_good_hit	584.0	92.637	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0278_000000003783	2747	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5438602014476144	PS1138|PS888	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	584.0	92.46600000000001	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0347_000000007970	2747	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5236210597293737	PS1138|PS888	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	584.0	92.12299999999999	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0340_000000008729	2746	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5978088210822338	PS1138|PS888	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	563.0	97.336	24.0	0.9623287671232876	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0395_000000014052	2745	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5884532206708792	PS1138|PS888	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
MAD0093_000000011111	2745	0.6598500810633309	2	1	0	1	0	False	100141	fragment	False	CHI0076_000000002809	0.9645547057298419		0	0	False	False	1.0	0					non-mobilizable	plasmid	2304.0	97.48299999999999	95.0	0.019782144901392816	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0001_000000012481	2742	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5868484963658163	PS1138|PS888	0	0	True	True	1.0	69					non-mobilizable	no_good_hit	584.0	99.829	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0133_000000009083	2742	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5886878077311519	PS1138|PS888	0	0	True	True	0.9996352791786194	22					non-mobilizable	no_good_hit	584.0	92.46600000000001	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0067_000000010903	2742	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5518658549574291	PS1138|PS888	0	0	True	True	0.9989058971405029	5					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0078_000000006745	2734	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5814602375043451	PS1138|PS888	0	0	True	True	0.9985369443893433	15					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
AST0111_000000007336	2732	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5360357457999942	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	582.0	98.79700000000001	21.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0032_000000007667	2728	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6015902536043181	PS1138|PS888	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	584.0	100.0	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ITA0006_000000009193	2726	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6029689038792374	PS1138|PS888	0	0	True	True	0.9970653057098389	4					non-mobilizable	no_good_hit	583.0	95.369	21.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0344_000000012030	2725	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5867334093920001	PS1138|PS888	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0013_000000009808	2724	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5873130660997461	PS1138|PS888	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0168_000000009455	2723	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5882708847291849	PS1138|PS888	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0030_000000007514	2723	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.6022635477195708	PS1138|PS888	0	0	True	True	0.9992654919624329	11					non-mobilizable	no_good_hit	585.0	96.23899999999999	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CHI0073_000000003270	2721	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5827759170127602	PS1138|PS888	0	0	True	True	1.0	217					non-mobilizable	no_good_hit	584.0	92.295	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CHI0052_000000005963	2720	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5806087620280712	PS1138|PS888	0	0	True	True	1.0	143					non-mobilizable	no_good_hit	585.0	90.427	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CHI0145_000000006900	2719	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5806765111258282	PS1138|PS888	0	0	True	True	0.9996322393417358	12					non-mobilizable	no_good_hit	585.0	90.94	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0199_000000009156	2718	0.6598500810633309	2	1	0	1	0	False	54290	maximal	True	ENG0199_000000009156	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000014418	2717	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5777196159772304	PS1138|PS888	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	584.0	92.46600000000001	23.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
AST0050_000000004881	2713	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5345045922380305	PS1138|PS888	0	0	True	True	1.0	286					non-mobilizable	no_good_hit	584.0	100.0	22.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0149_000000008146	2709	0.6598500810633309	2	1	0	1	0	False	57217	fragment	False	ENG0149_000000008146	1.0		0	0	False	False	0.9963086247444153	0					non-mobilizable	no_good_hit								True	False
ISR0189_000000005017	2707	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5992952299731478	PS1138|PS888	0	0	True	True	0.9974141120910645	6					non-mobilizable	no_good_hit	472.0	94.068	23.0	0.8065068493150684	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0372_000000006106	2705	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5895159971834113	PS1138|PS888	0	0	True	True	0.9885397553443909	11					non-mobilizable	no_good_hit	584.0	92.46600000000001	22.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0322_000000003739	2705	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5867935101048075	PS1138|PS888	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	584.0	92.295	22.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0180_000000008245	2704	0.6598500810633309	2	1	0	1	0	False	101831	fragment	False	ISR0180_000000008245	0.9502208685830585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0823_000000001289	2704	0.6598500810633309	3	1	0	1	0	False	65169	maximal	True	ISR0823_000000001289	1.0		3	2	False	False	0.9963017702102661	0					non-mobilizable	no_good_hit	294.0	72.789	10.0	0.002902772506744074	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	True	False
ISR0290_000000004607	2703	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5871660359791744	PS1138|PS888	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	584.0	92.46600000000001	22.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0158_000000006717	2702	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5905709219099924	PS1138|PS888	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	584.0	99.829	22.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0399_000000005624	2700	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5717921159119833	PS1138|PS888	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	584.0	92.295	22.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
AST0007_000000006965	2692	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5971801719704691	PS1138|PS888	0	0	True	True	0.9992570877075195	6					non-mobilizable	no_good_hit	584.0	96.91799999999999	21.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0282_000000008101	2678	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.579432783020361	PS1138|PS888	0	0	True	True	1.0	110					non-mobilizable	no_good_hit	584.0	92.295	22.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0151_000000006914	2673	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.556681898469662	PS1138|PS888	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	584.0	92.12299999999999	22.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0072_000000009330	2671	0.6598500810633309	2	1	0	1	0	False	100145	fragment	False	FIJ0072_000000009330	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2675.0	97.98100000000001	100.0	0.022999670442127904	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0047_000000014663	2660	0.6598500810633309	2	1	0	1	0	False	100141	fragment	False	CHI0076_000000002809	0.9476519481607101		0	0	False	False	0.9996240735054016	0					non-mobilizable	plasmid	2098.0	98.189	93.0	0.01817771841881602	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0018_000000000866	2652	0.6598500810633309	2	1	0	1	0	False	100140	fragment	False	MAD0018_000000000866	0.9593775509579668		0	0	False	False	1.0	0					non-mobilizable	plasmid	2656.0	97.741	100.0	0.02282621893049798	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0842_000000008132	2644	0.6598500810633309	3	1	0	1	0	False	33993	fragment	False	ISR0842_000000008132	0.9842845326716294		0	0	False	False	0.9958396553993225	0					non-mobilizable	no_good_hit	97.0	97.93799999999999	4.0	9.801649331701086e-05	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
SPA0126_000000015770	2642	0.6598500810633309	4	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.07760693972457813	PS1138|PS888	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	440.0	98.86399999999999	23.0	0.7517123287671232	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0022_000000005122	2642	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.07762247915654107	PS1138|PS888	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	440.0	98.86399999999999	23.0	0.7517123287671232	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CAN0003_000000018845	2639	0.6598500810633309	2	1	0	1	0	False	96649	fragment	False	CAN0003_000000018845	0.9764948453608248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000014272	2637	0.6598500810633309	3	1	0	1	0	False	63915	maximal	True	FIJ0133_000000014272	1.0		0	0	False	False	0.9836935997009277	0					non-mobilizable	no_good_hit								True	False
CHI0079_000000002462	2632	0.6598500810633309	1	1	0	1	0	False	84396	fragment	False	CHI0079_000000002462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	97.436	3.0	0.010727222067428254	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	False
ISR0052_000000013222	2626	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9881690145815312		0	0	True	True	1.0	36					non-mobilizable	no_good_hit	56.0	89.286	2.0	0.02068446784505453	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
FIJ0040_000000009390	2623	0.6598500810633309	3	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9896670104404323		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0331_000000008765	2612	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9964236478905777		0	0	True	True	1.0	63					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0203_000000006512	2612	0.6598500810633309	2	1	0	1	0	False	109293	maximal	True	ENG0203_000000006512	0.9964814406881404		18	6	True	True	0.9996171593666077	5					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
AUS0004_000000008056	2612	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9956827065036331		0	0	True	True	1.0	65					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0288_000000011507	2612	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9956827065036331		0	0	True	True	1.0	89					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0315_000000003536	2611	0.6598500810633309	2	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.03936513566302402		0	0	False	False	1.0	0					non-mobilizable	other	2615.0	95.71700000000001	100.0	0.02838821867188349	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0036_000000009064	2610	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9963439275772439		0	0	True	True	0.9969348907470703	4					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0356_000000007147	2603	0.6598500810633309	5	1	0	1	0	False	23919	fragment	False	ISR0356_000000007147	1.0		0	0	False	False	0.9946215748786926	0					non-mobilizable	no_good_hit	735.0	86.12200000000001	28.0	0.09399477806788512	CP021577.1	other sequences	Unidentified plasmid plasmid GF1-2_4070, complete sequence	True	False
FIJ0063_000000010112	2602	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9896305350060731		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0841_000000005314	2601	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5389347978448707	PS1138|PS888	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	583.0	94.68299999999999	22.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0138_000000009920	2599	0.6598500810633309	2	1	0	1	0	False	3533	fragment	False	SPA0138_000000009920	1.0		0	0	False	False	0.9996152520179749	0					non-mobilizable	no_good_hit								True	False
ISR0841_000000005319	2598	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9870521557702847		0	0	True	True	0.9996150732040405	14					non-mobilizable	no_good_hit	56.0	89.286	2.0	0.02068446784505453	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
ISR0084_000000009419	2594	0.6598500810633309	3	1	0	1	0	True	123283	fragment	False	ISR0084_000000009419	0.9604081632653061		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	87.01899999999999	11.0	6.517297485414738e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
CHI0020_000000003714	2593	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.993246756057314		0	0	True	True	1.0	33					non-mobilizable	no_good_hit	184.0	84.78299999999999	7.0	5.6225699955300566e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0239_000000005530	2592	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9934467396165869		0	0	True	True	1.0	32					non-mobilizable	no_good_hit	184.0	84.78299999999999	7.0	5.6225699955300566e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
AST0094_000000008465	2592	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9948476907594596		0	0	True	True	0.9984567761421204	26					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0082_000000007720	2590	0.6598500810633309	2	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.03243769622956648		0	0	False	False	1.0	0					non-mobilizable	other	2594.0	95.95200000000001	100.0	0.02813824584284317	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0094_000000013649	2589	0.6598500810633309	3	1	0	1	0	False	98570	fragment	False	MAD0059_000000006732	0.17723791726210106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0292_000000007174	2586	0.6598500810633309	3	1	0	1	0	True	90878	fragment	False	ISR0292_000000007174	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2587.0	99.266	100.0	0.021925505907917968	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
MAD0027_000000004495	2577	0.6598500810633309	2	1	0	1	0	False	100135	fragment	False	MAD0027_000000004495	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1830.0	99.56299999999999	95.0	0.015862140738556536	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0072_000000008145	2572	0.6598500810633309	5	1	0	1	0	False	26356	fragment	False	SPA0072_000000008145	1.0		0	0	False	False	0.9965007901191711	0					non-mobilizable	no_good_hit	255.0	94.902	18.0	0.003978884961083017	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
ISR0395_000000015039	2572	0.6598500810633309	3	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.995566086343115		0	0	True	True	1.0	13					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
DEN0046_000000009470	2570	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9958634089204631		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0258_000000008813	2569	0.6598500810633309	2	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.06341668986210107	PS1138|PS888	0	0	False	True	0.9972752332687378	0					non-mobilizable	no_good_hit	584.0	96.575	22.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0249_000000007045	2562	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.545739580293192	PS1138|PS888	0	0	False	True	0.9976580739021301	0					non-mobilizable	no_good_hit	584.0	100.0	23.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CHI0098_000000003452	2560	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.05345570588050555		0	0	False	False	0.9984375238418579	0					non-mobilizable	other	2288.0	96.285	100.0	0.02479078361047712	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0001_000000010199	2560	0.6598500810633309	2	1	0	1	0	True	68068	fragment	False	ENG0001_000000010199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	85.01700000000001	23.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0105_000000012095	2557	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.45472977757430905	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	584.0	92.637	23.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0171_000000010567	2557	0.6598500810633309	2	1	0	1	0	False	97531	fragment	False	ISR0171_000000010567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	83.553	6.0	3.921329069132498e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AUS0022_000000013687	2554	0.6598500810633309	4	1	0	1	0	False	99306	fragment	False	AUS0022_000000013687	1.0		0	0	False	False	0.9988253712654114	0					non-mobilizable	plasmid	2384.0	99.916	97.0	0.03294452976907005	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0295_000000013707	2546	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.5287945751856901	PS1138|PS888	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	584.0	92.46600000000001	23.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CHI0080_000000001565	2544	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9782968489163946		0	0	True	True	0.9921383857727051	8					non-mobilizable	no_good_hit	184.0	84.78299999999999	7.0	5.6225699955300566e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0266_000000006581	2542	0.6598500810633309	2	1	0	1	0	False	26578	fragment	False	ISR0266_000000006581	1.0		0	0	False	False	0.9984264373779297	0					non-mobilizable	no_good_hit								True	False
CHI0129_000000009205	2533	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9952429794648147		0	0	True	True	1.0	40					non-mobilizable	no_good_hit	184.0	84.78299999999999	7.0	5.6225699955300566e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
CHI0062_000000005875	2532	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9945375227424836		0	0	True	True	1.0	479					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
CHI0110_000000003284	2532	0.6598500810633309	2	1	0	1	0	False	109293	maximal	False	ENG0203_000000006512	0.9948821534954424		0	0	True	True	1.0	50					non-mobilizable	no_good_hit	210.0	84.286	8.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0092_000000008678	2515	0.6598500810633309	3	1	0	1	0	True	61116	maximal	True	ENG0092_000000008678	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	96.90299999999999	9.0	0.18189167340339532	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
CHI0052_000000006481	2512	0.6598500810633309	4	1	0	1	0	False	86496	maximal	True	CHI0052_000000006481	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	90.704	14.0	0.07125603864734299	CP032701.1	firmicutes	Streptococcus pyogenes strain TSPY556 plasmid pRW35-like, complete sequence	True	False
ISR0126_000000019602	2512	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.474671033125819	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	584.0	91.781	23.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0816_000000016161	2506	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.10434928644571165	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	584.0	100.0	23.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0222_000000020586	2506	0.6598500810633309	1	1	0	1	0	False	79431	fragment	False	ISR0222_000000020586	1.0		0	0	False	False	0.9996009469032288	0					non-mobilizable	no_good_hit								True	False
CHI0037_000000005306	2502	0.6598500810633309	3	1	0	1	0	False	87986	fragment	False	CHI0037_000000005306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0118_000000012103	2502	0.6598500810633309	1	1	0	1	0	False	105915	fragment	False	AST0118_000000012103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	92.11399999999999	13.0	8.376172297330643e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0089_000000015686	2495	0.6598500810633309	2	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.038765831365883345		0	0	False	False	0.9995992183685303	0					non-mobilizable	other	2500.0	95.56	100.0	0.027116617758939247	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0186_000000006312	2495	0.6598500810633309	3	1	0	1	0	True	123284	fragment	False	ENG0186_000000006312	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	209.0	96.17200000000001	11.0	6.677822054021012e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ENG0098_000000010221	2495	0.6598500810633309	1	1	0	1	0	False	60718	maximal	True	ENG0098_000000010221	1.0		1	1	False	False	0.9967935681343079	0					non-mobilizable	no_good_hit	120.0	99.167	5.0	0.0007372072853425846	NZ_QSCB01000006.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf6, whole genome shotgun sequence	True	False
FIJ0168_000000008402	2487	0.6598500810633309	3	1	0	1	0	True	46329	fragment	False	FIJ0168_000000008402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	85.161	6.0	0.032996040475142985	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ISR0261_000000007286	2480	0.6598500810633309	4	1	0	1	0	False	26690	maximal	True	ISR0261_000000007286	1.0		3	3	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	54.0	87.037	2.0	0.017502524402558062	XM_013225938.1	gastropods	PREDICTED: Biomphalaria glabrata zinc finger protein on ecdysone puffs-like (LOC106066845), transcript variant X2, mRNA	True	False
ISR0009_000000013159	2479	0.6598500810633309	2	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.13275644648363127	PS1138|PS888	0	0	True	True	0.9995965957641602	2					non-mobilizable	no_good_hit	584.0	91.95200000000001	23.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0116_000000016133	2477	0.6598500810633309	1	1	0	1	0	False	101468	maximal	True	SPA0116_000000016133	1.0		22	4	False	False	1.0	0					non-mobilizable	other	1787.0	95.355	92.0	0.008889021908296421	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0139_000000010465	2475	0.6598500810633309	1	1	0	1	0	False	97525	fragment	False	FIJ0139_000000010465	1.0		0	0	False	False	0.9979798197746277	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000011875	2473	0.6598500810633309	2	1	0	1	0	False	75598	backbone	True	ENG0060_000000011875	0.999796167957603	PS360	12	5	True	True	0.9995956420898438	5					non-mobilizable	no_good_hit								True	True
TAN0025_000000000951	2471	0.6598500810633309	3	1	0	1	0	False	2334	fragment	False	TAN0025_000000000951	1.0		0	0	False	False	0.9995952844619751	0					non-mobilizable	no_good_hit								True	False
ISR0303_000000004954	2463	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.35158906823820857	PS1138|PS888	0	0	False	True	0.99959397315979	0					non-mobilizable	no_good_hit	584.0	92.46600000000001	24.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0151_000000007667	2459	0.6598500810633309	4	1	0	1	0	False	30775	fragment	False	ISR0151_000000007667	1.0		0	0	False	False	0.9829198718070984	0					non-mobilizable	no_good_hit	174.0	97.70100000000001	11.0	0.0009624103651040015	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
ENG0008_000000010090	2453	0.6598500810633309	2	1	0	1	0	False	75598	backbone	False	ENG0060_000000011875	0.9957541447634453	PS360	0	0	True	True	0.9967386722564697	7					non-mobilizable	no_good_hit								True	True
ENG0020_000000008083	2450	0.6598500810633309	3	1	0	1	0	True	123283	fragment	False	ISR0084_000000009419	0.9371626831148805		0	0	False	False	0.981632649898529	0					non-mobilizable	no_good_hit	322.0	94.09899999999999	13.0	0.5496575342465754	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0146_000000016494	2446	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.7487611069728776		0	0	False	False	0.9991823434829712	0					non-mobilizable	other	2456.0	95.88799999999999	100.0	0.012011652500099765	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0147_000000009974	2445	0.6598500810633309	2	1	0	1	0	False	101831	fragment	False	ISR0180_000000008245	0.9260695560241781		0	0	False	False	0.9995909929275513	0					non-mobilizable	no_good_hit								True	False
ISR0092_000000010906	2444	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.03503931877597613	PS1138|PS888	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	372.0	95.161	15.0	0.7088122605363985	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
ISR0334_000000008376	2433	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.3079606911121335	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	584.0	92.295	24.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0279_000000008596	2432	0.6598500810633309	2	1	0	1	0	True	123280	fragment	False	ISR0279_000000008596	1.0		0	0	False	False	0.9983552694320679	0					non-mobilizable	no_good_hit	337.0	86.944	14.0	0.007252652089196796	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0331_000000009524	2430	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.2940082416782255	PS1138|PS888	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	584.0	92.46600000000001	24.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
DEN0070_000000013874	2430	0.6598500810633309	4	1	0	1	0	False	79001	maximal	True	DEN0070_000000013874	1.0		1	1	False	False	0.9971193671226501	0					non-mobilizable	no_good_hit	684.0	99.708	28.0	0.00015934518693546776	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0070_000000007978	2425	0.6598500810633309	2	1	0	1	0	False	96649	fragment	False	CAN0003_000000018845	0.9374763167866615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0085_000000009818	2418	0.6598500810633309	3	1	0	1	0	False	33993	fragment	False	ISR0842_000000008132	0.9430786686838124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	95.522	3.0	0.0001380068877983092	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0100_000000018111	2417	0.6598500810633309	3	1	0	1	0	False	9122	fragment	False	MON0100_000000018111	1.0		0	0	False	False	0.9904840588569641	0					non-mobilizable	no_good_hit	602.0	72.425	24.0	0.1546174142480211	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	False
ISR0819_000000010727	2409	0.6598500810633309	1	1	0	1	0	False	101469	maximal	True	ISR0819_000000010727	1.0		62	8	False	False	1.0	0					non-mobilizable	chromosome	1961.0	93.575	91.0	0.0005223103617252674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0280_000000004953	2407	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.7310730587338753		0	0	False	False	1.0	0					non-mobilizable	other	2407.0	98.671	100.0	0.011891935033321362	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0042_000000012280	2405	0.6598500810633309	2	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.06344302021234735	PS1138|PS888	0	0	False	True	0.9858627915382385	0					non-mobilizable	no_good_hit	584.0	92.295	24.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0011_000000018280	2404	0.6598500810633309	2	1	0	1	0	False	50974	fragment	False	FIJ0011_000000018280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000009527	2396	0.6598500810633309	3	1	0	1	0	False	8090	maximal	True	SPA0010_000000009527	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	0.0005716212056810354	NZ_JH379439.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld922, whole genome shotgun sequence	True	False
MON0058_000000020190	2395	0.6598500810633309	3	1	0	1	0	False	100196	fragment	False	MON0058_000000020190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0059_000000007523	2394	0.6598500810633309	3	1	0	1	0	False	45908	fragment	False	FIJ0059_000000007523	1.0		0	0	False	False	0.9937343597412109	0					non-mobilizable	no_good_hit								True	False
CHI0055_000000006772	2387	0.6598500810633309	2	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.020965182683273104		0	0	False	False	0.9983242750167847	0					non-mobilizable	other	2369.0	95.652	99.0	0.025681991087925224	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0087_000000005294	2386	0.6598500810633309	2	1	0	1	0	True	68889	maximal	True	DEN0087_000000005294	1.0		3	3	False	False	0.9995808601379395	0					non-mobilizable	no_good_hit								True	True
SPA0014_000000009594	2384	0.6598500810633309	4	1	0	1	0	False	47285	fragment	False	SPA0014_000000009594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	97.876	62.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ENG0167_000000010441	2380	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.7035117963579143		0	0	False	False	1.0	0					non-mobilizable	other	2380.0	98.992	100.0	0.011827088072149727	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
CHI0073_000000003685	2377	0.6598500810633309	3	1	0	1	0	False	84801	fragment	False	CHI0073_000000003685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	98.07700000000001	11.0	0.005202766742624373	NZ_QSCB01000025.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf25, whole genome shotgun sequence	True	False
ENG0096_000000014037	2373	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.7283667885333617		0	0	False	False	0.999578595161438	0					non-mobilizable	other	2373.0	98.56700000000001	100.0	0.011792170477672692	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
CHI0001_000000003724	2373	0.6598500810633309	3	1	0	1	0	True	91089	fragment	False	CHI0001_000000003724	1.0		0	0	False	False	0.98525071144104	0					non-mobilizable	no_good_hit	584.0	92.46600000000001	25.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0196_000000008276	2368	0.6598500810633309	1	1	0	1	0	False	28987	fragment	False	ISR0196_000000008276	1.0		0	0	False	False	0.9928209185600281	0					non-mobilizable	no_good_hit								True	False
ISR0773_000000005914	2368	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.707597424364232		0	0	False	False	1.0	0					non-mobilizable	other	2369.0	97.678	100.0	0.011652500099764556	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0013_000000022218	2365	0.6598500810633309	2	1	0	1	0	False	79433	fragment	False	MON0013_000000022218	1.0		0	0	False	False	0.9957716464996338	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000013097	2364	0.6598500810633309	2	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.39566274258240486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000012760	2352	0.6598500810633309	2	1	0	1	0	False	50585	fragment	False	FIJ0037_000000012760	0.9997072802330037		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0045_000000008885	2350	0.6598500810633309	1	1	0	1	0	False	100140	fragment	False	MAD0018_000000000866	0.9264199429910235		0	0	False	False	1.0	0					non-mobilizable	plasmid	2125.0	98.635	100.0	0.018420550535097915	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
AST0142_000000001949	2338	0.6598500810633309	4	1	0	1	0	False	105251	fragment	False	AST0142_000000001949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0084_000000002976	2333	0.6598500810633309	1	1	0	1	0	False	100136	fragment	False	MAD0084_000000002976	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2229.0	97.17399999999999	97.0	0.019123029157199104	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0110_000000011767	2329	0.6598500810633309	3	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.641198988562108		0	0	False	False	1.0	0					non-mobilizable	chromosome	2133.0	90.20200000000001	99.0	0.0005665920369277161	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0062_000000012576	2321	0.6598500810633309	1	1	0	1	0	False	97530	fragment	False	FIJ0070_000000008827	0.8605318065414321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	87.831	8.0	4.98835738726379e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0059_000000016884	2321	0.6598500810633309	4	1	0	1	0	False	10941	fragment	False	MON0059_000000016884	1.0		0	0	False	False	0.9922447204589844	0					non-mobilizable	no_good_hit								True	False
FIJ0101_000000012027	2318	0.6598500810633309	1	1	0	1	0	False	100140	fragment	False	MAD0018_000000000866	0.6221276595744681		0	0	False	False	1.0	0					non-mobilizable	plasmid	2236.0	97.361	96.0	0.01938320642464399	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0137_000000004846	2316	0.6598500810633309	5	1	0	1	0	False	40498	fragment	False	FIJ0137_000000004846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	84.141	10.0	0.05772669220945083	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
MAD0099_000000013481	2313	0.6598500810633309	2	1	0	1	0	False	39555	backbone	True	MAD0099_000000013481	1.0	PS135|PS136	21	1	True	True	1.0	98					non-mobilizable	no_good_hit								True	True
CHI0154_000000013765	2313	0.6598500810633309	2	1	0	1	0	False	100381	maximal	True	CHI0154_000000013765	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	81.564	7.0	5.9240569557685e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0037_000000013006	2312	0.6598500810633309	2	1	0	1	0	False	100372	fragment	False	FIJ0029_000000013088	0.2080689962553465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0007_000000016819	2301	0.6598500810633309	2	1	0	1	0	False	92660	fragment	False	USA0083_01_000000012935	0.9464409991794372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000012644	2297	0.6598500810633309	1	1	0	1	0	False	46474	fragment	False	FIJ0052_000000012644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0161_000000007136	2294	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.0903756279812499	PS1138|PS888	0	0	False	True	0.9891020059585571	0					non-mobilizable	no_good_hit	502.0	94.42200000000001	22.0	0.8578767123287672	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
MAD0021_000000006405	2293	0.6598500810633309	2	1	0	1	0	False	39555	backbone	False	MAD0099_000000013481	1.0	PS135|PS136	0	0	True	True	1.0	20					non-mobilizable	no_good_hit								True	True
MAD0088_000000010578	2293	0.6598500810633309	2	1	0	1	0	False	39555	backbone	False	MAD0099_000000013481	1.0	PS135|PS136	0	0	True	True	1.0	26					non-mobilizable	no_good_hit								True	True
MAD0072_000000002514	2293	0.6598500810633309	2	1	0	1	0	False	39555	backbone	False	MAD0099_000000013481	1.0	PS135|PS136	0	0	False	True	0.9995638728141785	0					non-mobilizable	no_good_hit								True	True
ISR0285_000000007496	2293	0.6598500810633309	3	1	0	1	0	False	92660	fragment	False	USA0083_01_000000012935	0.9560426760354244		0	0	False	False	0.995638906955719	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000017452	2291	0.6598500810633309	4	1	0	1	0	False	74587	fragment	False	DEN0022_000000017452	1.0		0	0	False	False	0.9921431541442871	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000010602	2290	0.6598500810633309	2	1	0	1	0	False	16080	fragment	False	MAD0088_000000010602	1.0		0	0	False	False	0.9973798990249634	0					non-mobilizable	no_good_hit								True	False
USA0083_01_000000012935	2289	0.6598500810633309	2	1	0	1	0	False	92660	fragment	False	USA0083_01_000000012935	0.9644218965529163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0157_000000004599	2287	0.6598500810633309	2	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.05571420294756452	PS1138|PS888	0	0	False	True	0.9982509613037109	0					non-mobilizable	no_good_hit	585.0	90.94	25.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0110_000000007528	2286	0.6598500810633309	1	1	0	1	0	False	97530	fragment	False	FIJ0070_000000008827	0.8508327661586064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	84.713	7.0	4.081383316852192e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0017_000000012483	2282	0.6598500810633309	2	1	0	1	0	False	50585	fragment	False	FIJ0037_000000012760	0.989937641723356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000015746	2281	0.6598500810633309	3	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6160925774501483		0	0	False	False	1.0	0					non-mobilizable	other	2203.0	89.96799999999999	96.0	0.010819466060098168	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
SPA0053_000000014645	2275	0.6598500810633309	2	1	0	1	0	False	43638	fragment	False	SPA0053_000000014645	1.0		0	0	False	False	0.9973626136779785	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000009644	2273	0.6598500810633309	2	1	0	1	0	False	50585	fragment	False	FIJ0037_000000012760	0.987347495235313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000014188	2273	0.6598500810633309	1	1	0	1	0	False	97530	fragment	False	FIJ0070_000000008827	0.9203810577196583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	88.205	9.0	5.095060219076919e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0076_000000006575	2272	0.6598500810633309	3	1	0	1	0	False	5744	maximal	True	SPA0076_000000006575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1710.0	89.53200000000001	74.0	0.02350097920746698	NZ_NGOA01000057.1	firmicutes	Lactobacillus taiwanensis strain 601c 601c_58, whole genome shotgun sequence	True	False
USA0133_01_000000010052	2272	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.744290906183655		0	0	False	False	1.0	0					non-mobilizable	other	2287.0	96.589	99.0	0.01138313579951315	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0065_000000005209	2268	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.5515293238356227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0038_01_000000007211	2267	0.6598500810633309	2	1	0	1	0	False	92660	fragment	False	USA0083_01_000000012935	0.9599890930298243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0019_000000007592	2266	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.01754023260939428		0	0	False	False	0.9801412224769592	0					non-mobilizable	other	2269.0	96.166	100.0	0.02461688946853603	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0129_000000009308	2266	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.05528652091286461	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	568.0	94.19	25.0	0.9708904109589042	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0081_000000015626	2262	0.6598500810633309	1	1	0	1	0	False	100372	fragment	False	FIJ0029_000000013088	0.15954576408757068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	4.0	2.214083760122431e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0113_000000016733	2259	0.6598500810633309	2	1	0	1	0	True	106617	fragment	False	AST0113_000000016733	1.0		0	0	False	False	0.9991146326065063	0					non-mobilizable	other	2259.0	99.07	100.0	0.04278378839267105	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
FIJ0036_000000017866	2258	0.6598500810633309	1	1	0	1	0	False	97530	fragment	False	FIJ0070_000000008827	0.8477598486684566		0	0	False	False	0.9995571374893188	0					non-mobilizable	no_good_hit	146.0	83.56200000000001	7.0	3.761274821412804e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0001_000000011661	2258	0.6598500810633309	4	1	0	1	0	False	68061	fragment	False	ENG0001_000000011661	1.0		0	0	False	False	0.9986714124679565	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000017456	2252	0.6598500810633309	2	1	0	1	0	False	58193	fragment	False	ENG0134_000000017456	1.0		0	0	False	False	0.9933392405509949	0					non-mobilizable	no_good_hit	167.0	91.01799999999999	7.0	0.0006810787302394853	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
TAN0025_000000001070	2252	0.6598500810633309	4	1	0	1	0	False	2333	maximal	True	TAN0025_000000001070	1.0		1	1	False	False	0.9982237815856934	0					non-mobilizable	no_good_hit								True	False
ISR0131_000000014164	2249	0.6598500810633309	2	1	0	1	0	False	100372	fragment	False	FIJ0029_000000013088	0.20473272656743874		0	0	False	False	0.97999107837677	0					non-mobilizable	no_good_hit								True	False
USA0032_01_000000010316	2248	0.6598500810633309	3	1	0	1	0	False	122794	maximal	True	USA0032_01_000000010316	1.0		1	1	False	False	0.9959964156150818	0					non-mobilizable	no_good_hit	1655.0	95.34700000000001	73.0	0.017943701771546573	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0013_000000010724	2247	0.6598500810633309	2	1	0	1	0	False	19585	fragment	False	MAD0013_000000010724	1.0		0	0	False	False	0.9991099238395691	0					non-mobilizable	no_good_hit	285.0	96.14	24.0	0.0005896657933200484	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0297_000000006294	2246	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.08332287270418386	PS1138|PS888	0	0	False	True	0.9995547533035278	0					non-mobilizable	no_good_hit	583.0	94.854	26.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0153_000000008136	2241	0.6598500810633309	4	1	0	1	0	False	101462	fragment	False	SPA0153_000000008136	1.0		0	0	False	False	0.9964301586151123	0					non-mobilizable	chromosome	1748.0	92.963	100.0	0.00046495758962571045	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0018_000000011942	2238	0.6598500810633309	2	1	0	1	0	False	97530	fragment	False	FIJ0070_000000008827	0.5551740762619166		0	0	False	False	0.9995531439781189	0					non-mobilizable	no_good_hit	195.0	88.205	9.0	5.095060219076919e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0266_000000007887	2237	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.02113006086815073	PS1138|PS888	0	0	False	True	0.9995529651641846	0					non-mobilizable	no_good_hit	594.0	85.185	26.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
FIJ0052_000000013026	2236	0.6598500810633309	2	1	0	1	0	False	97530	fragment	False	FIJ0070_000000008827	0.9254531044488935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	87.065	9.0	5.228438758843331e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0846_000000004517	2234	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.7257295078806264		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	96.523	100.0	0.011058900993654974	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0060_000000007393	2234	0.6598500810633309	1	1	0	1	0	False	18848	maximal	True	MAD0060_000000007393	1.0		1	1	False	False	0.9973142147064209	0					non-mobilizable	no_good_hit								True	False
ENG0100_000000013509	2231	0.6598500810633309	1	1	0	1	0	False	60578	maximal	True	ENG0100_000000013509	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0072_000000011154	2231	0.6598500810633309	2	1	0	1	0	False	100372	fragment	False	FIJ0029_000000013088	0.20668862922686132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0187_000000007390	2230	0.6598500810633309	1	1	0	1	0	False	77076	fragment	False	CHI0187_000000007390	1.0		0	0	False	False	0.9986547231674194	0					non-mobilizable	no_good_hit	148.0	80.405	6.0	0.0017381228273464658	AP023050.1	CFB group bacteria	Alistipes indistinctus 2BBH45 plasmid p2BBH45 DNA, complete sequence	True	False
SPA0014_000000010394	2229	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6960310645448291		0	0	False	False	1.0	0					non-mobilizable	other	2226.0	99.236	99.0	0.011093818588132008	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0788_000000003274	2229	0.6598500810633309	2	1	0	1	0	False	97530	fragment	False	FIJ0070_000000008827	0.8391253411052746		0	0	False	False	0.9986541271209717	0					non-mobilizable	no_good_hit	122.0	82.787	5.0	0.0005854426487590092	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
AUS0004_000000009400	2226	0.6598500810633309	2	1	0	1	0	False	102445	fragment	False	AUS0004_000000009400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	89.695	12.0	0.0010667498184473868	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0077_000000005187	2224	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.5276886169718965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000013923	2223	0.6598500810633309	1	1	0	1	0	False	80911	maximal	True	CHI0132_000000013923	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0016_000000005067	2221	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.613729928728646		0	0	False	False	0.9954975247383118	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000008824	2220	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.021331374218077206	PS1138|PS888	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	559.0	80.68	25.0	0.934931506849315	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
CHI0037_000000006151	2218	0.6598500810633309	4	1	0	1	0	True	87969	fragment	False	CHI0037_000000006151	1.0		0	0	False	False	0.9909828901290894	0					non-mobilizable	no_good_hit								True	True
MAD0108_000000007658	2217	0.6598500810633309	2	1	0	1	0	False	14613	fragment	False	MAD0108_000000007658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000013360	2214	0.6598500810633309	2	1	0	1	0	False	103354	fragment	False	ISR0177_000000013360	0.999512432959532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	3.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
FIJ0114_000000017689	2214	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6317454636709635		0	0	False	False	1.0	0					non-mobilizable	other	2105.0	90.594	94.0	0.010430384293068359	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ENG0034_000000006529	2212	0.6598500810633309	5	1	0	1	0	False	65463	fragment	False	ENG0034_000000006529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	89.73	10.0	0.027731474465828156	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0144_000000003053	2212	0.6598500810633309	2	1	0	1	0	False	103354	fragment	False	ISR0177_000000013360	0.9992113188372795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	3.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
MAD0032_000000007371	2211	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.6239313404393781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0090_000000005763	2210	0.6598500810633309	3	1	0	1	0	False	97529	fragment	False	MAD0090_000000005763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0179_000000010789	2209	0.6598500810633309	1	1	0	1	0	True	123279	fragment	False	ISR0179_000000010789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	87.01899999999999	13.0	6.517297485414738e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ISR0274_000000003110	2208	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.518177598063229		0	0	False	False	0.9941123127937317	0					non-mobilizable	no_good_hit								True	False
ISR0358_000000008801	2204	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6757968299878476		0	0	False	False	1.0	0					non-mobilizable	other	2205.0	98.821	100.0	0.010989065804700906	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0119_000000007835	2201	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5981956974591922		0	0	False	False	1.0	0					non-mobilizable	chromosome	2067.0	89.163	99.0	0.0005431174139288276	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0274_000000003124	2200	0.6598500810633309	4	1	0	1	0	False	26355	fragment	False	ISR0274_000000003124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	94.902	13.0	0.003978884961083017	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
FIJ0070_000000008827	2199	0.6598500810633309	2	1	0	1	0	False	97530	fragment	False	FIJ0070_000000008827	0.940759610871653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	86.634	9.0	5.255114466796613e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0180_000000006077	2197	0.6598500810633309	3	1	0	1	0	False	77482	maximal	True	CHI0180_000000006077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000019523	2195	0.6598500810633309	1	1	0	1	0	False	4942	fragment	False	SPA0101_000000019523	1.0		0	0	False	False	0.991799533367157	0					non-mobilizable	other	2196.0	99.681	100.0	0.0024072854948430987	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0077_000000015362	2191	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.05622836986772829	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	372.0	95.161	17.0	0.7088122605363985	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
ISR0161_000000013974	2190	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.7114810590979888		0	0	False	False	1.0	0					non-mobilizable	other	2221.0	95.85799999999999	100.0	0.011053912765872542	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
DEN0051_000000021001	2180	0.6598500810633309	1	1	0	1	0	False	83501	fragment	False	DEN0051_000000021001	0.998852157943067		0	0	False	False	0.9958715438842773	0					non-mobilizable	no_good_hit	210.0	84.286	9.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
CHI0095_000000003757	2178	0.6598500810633309	1	1	0	1	0	False	83501	fragment	False	DEN0051_000000021001	0.9983944954128441		0	0	False	False	0.9995408654212952	0					non-mobilizable	no_good_hit	184.0	84.78299999999999	8.0	5.6225699955300566e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
ETH0005_000000021683	2178	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.6236834822672322		0	0	False	False	0.9917355179786682	0					non-mobilizable	no_good_hit								True	False
USA0036_01_000000015616	2177	0.6598500810633309	2	1	0	1	0	False	92660	fragment	False	USA0083_01_000000012935	0.9277488598047128		0	0	False	False	0.9995406270027161	0					non-mobilizable	no_good_hit								True	False
MON0094_000000016807	2173	0.6598500810633309	3	1	0	1	0	False	34829	fragment	False	MON0094_000000016807	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0130_000000013597	2170	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.5497511811167044		0	0	False	False	0.9921659231185913	0					non-mobilizable	no_good_hit								True	False
FIJ0028_000000014041	2168	0.6598500810633309	2	1	0	1	0	True	48936	fragment	False	FIJ0028_000000014041	1.0		0	0	False	False	0.9916974306106567	0					non-mobilizable	no_good_hit	66.0	83.333	3.0	1.805051097048008e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
CHI0043_000000004173	2163	0.6598500810633309	1	1	0	1	0	False	87959	fragment	False	CHI0043_000000004173	0.9853076433601314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000013008	2161	0.6598500810633309	2	1	0	1	0	False	57681	fragment	False	ISR0132_000000013008	1.0		0	0	False	False	0.9995372295379639	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000017596	2157	0.6598500810633309	2	1	0	1	0	False	80889	fragment	False	FIJ0133_000000017596	0.961048677460772		0	0	False	False	0.998609185218811	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000009934	2154	0.6598500810633309	2	1	0	1	0	False	80889	fragment	False	FIJ0133_000000017596	0.9509938366408905		0	0	False	False	0.984679639339447	0					non-mobilizable	no_good_hit								True	False
FIJ0084_000000006110	2153	0.6598500810633309	4	1	0	1	0	False	73340	fragment	False	FIJ0084_000000006110	1.0		0	0	False	False	0.9986066222190857	0					non-mobilizable	plasmid	1160.0	98.79299999999999	92.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
MON0064_000000012545	2153	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.6249460751836293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000012901	2147	0.6598500810633309	2	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.5353414075054572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000012960	2141	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.6231298537027584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0005_000000015911	2140	0.6598500810633309	3	1	0	1	0	False	51900	maximal	True	FIJ0005_000000015911	1.0		1	1	False	False	0.9985981583595276	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000017055	2140	0.6598500810633309	1	1	0	1	0	False	5065	fragment	False	SPA0098_000000017055	1.0		0	0	False	False	0.9925233721733093	0					non-mobilizable	other	1110.0	92.25200000000001	90.0	0.012042169329420715	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0040_000000019507	2134	0.6598500810633309	2	1	0	1	0	False	80889	fragment	False	FIJ0133_000000017596	0.503812438731603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000016872	2130	0.6598500810633309	2	1	0	1	0	False	97530	fragment	False	FIJ0070_000000008827	0.9218925507801525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	80.882	6.0	3.494517741879981e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0157_000000008636	2127	0.6598500810633309	1	1	0	1	0	False	100139	fragment	False	FIJ0157_000000008636	0.9692342087159082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	89.098	70.0	0.012878774738521847	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0131_000000015309	2125	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.509505833894924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0075_000000009177	2124	0.6598500810633309	2	1	0	1	0	False	44449	fragment	False	SPA0075_000000009177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0038_000000015060	2123	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.6249429555024215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0011_000000002201	2122	0.6598500810633309	1	1	0	1	0	False	101458	maximal	True	TAN0011_000000002201	1.0		12	5	False	False	1.0	0					non-mobilizable	chromosome	1573.0	88.684	98.0	0.0004188086148665321	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0130_000000009729	2116	0.6598500810633309	4	1	0	1	0	False	89426	fragment	False	FIJ0130_000000009729	0.9480612733365246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	90.0	15.0	0.004406892506697526	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
FIJ0034_000000013103	2114	0.6598500810633309	2	1	0	1	0	False	48130	maximal	True	FIJ0034_000000013103	1.0		3	2	False	False	0.9891201257705688	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	6.457373541245917e-05	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ENG0183_000000013581	2113	0.6598500810633309	3	1	0	1	0	True	123285	fragment	False	ENG0183_000000013581	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	379.0	96.306	18.0	0.7203065134099617	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
TAN0008_000000009083	2112	0.6598500810633309	3	1	0	1	0	False	2756	fragment	False	TAN0008_000000009083	1.0		0	0	False	False	0.9985795617103577	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000017479	2110	0.6598500810633309	2	1	0	1	0	True	80168	fragment	False	DEN0094_000000017479	1.0		0	0	False	False	0.9938388466835022	0					non-mobilizable	no_good_hit	208.0	87.01899999999999	13.0	6.517297485414738e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
SPA0106_000000018479	2104	0.6598500810633309	2	1	0	1	0	False	94102	fragment	False	SPA0106_000000018479	1.0		0	0	False	False	0.9909695982933044	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000016913	2101	0.6598500810633309	3	1	0	1	0	False	44106	fragment	False	FIJ0083_000000016913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	86.429	7.0	0.002187594122029707	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
SPA0018_000000014200	2098	0.6598500810633309	1	1	0	1	0	False	7803	maximal	True	SPA0018_000000014200	1.0		4	3	False	False	0.9985700845718384	0					non-mobilizable	no_good_hit								True	False
USA0018_01_000000011091	2097	0.6598500810633309	4	1	0	1	0	False	1858	fragment	False	USA0018_01_000000011091	1.0		0	0	False	False	0.9995231032371521	0					non-mobilizable	other	1236.0	100.0	100.0	0.21366782006920415	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	False
ISR0191_000000004888	2093	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.5574448275816551		0	0	False	False	0.9980888962745667	0					non-mobilizable	no_good_hit								True	False
SPA0077_000000013763	2092	0.6598500810633309	2	1	0	1	0	False	80889	fragment	False	FIJ0133_000000017596	0.8587513687387722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0060_000000006677	2092	0.6598500810633309	2	1	0	1	0	False	80889	fragment	False	FIJ0133_000000017596	0.8601588643844243		0	0	False	False	0.9928297996520996	0					non-mobilizable	no_good_hit								True	False
FIJ0125_000000009295	2091	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6827490997856541		0	0	False	False	1.0	0					non-mobilizable	other	2111.0	90.09899999999999	100.0	0.010455325431980526	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0116_000000008520	2089	0.6598500810633309	4	1	0	1	0	False	89426	fragment	False	FIJ0130_000000009729	0.9454158790170133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	84.74600000000001	6.0	0.04055944055944056	NZ_QRYH01000054.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf54, whole genome shotgun sequence	True	False
SPA0076_000000007350	2088	0.6598500810633309	1	1	0	1	0	False	10710	fragment	False	SPA0076_000000007350	0.9921011058451816		0	0	False	False	0.9875478744506836	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	8.591260666429143e-05	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	False
ISR0793_000000007881	2085	0.6598500810633309	1	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.5230533808658254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0053_01_000000009426	2083	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.9217535030068598		0	0	False	False	0.9918386936187744	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.1510453157453609e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
MON0109_000000017171	2081	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.59378832886801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000015684	2080	0.6598500810633309	1	1	0	1	0	False	41344	maximal	True	FIJ0123_000000015684	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	85.87	4.0	2.4770862563183096e-05	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	True	False
MON0012_000000025042	2078	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.49444258991011064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0085_000000013387	2077	0.6598500810633309	2	1	0	1	0	False	17024	maximal	True	MON0085_000000013387	1.0		6	2	False	False	0.9995185136795044	0					non-mobilizable	no_good_hit	791.0	90.39200000000001	38.0	0.038709995561911334	NZ_CABKPS010000002.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0053_000000005530	2076	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.6000829357746754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0064_000000013066	2076	0.6598500810633309	2	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.5331930660272742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0025_000000010386	2075	0.6598500810633309	1	1	0	1	0	False	49178	fragment	False	FIJ0025_000000010386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000011054	2073	0.6598500810633309	3	1	0	1	0	False	73337	fragment	False	FIJ0164_000000011054	1.0		0	0	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit	1160.0	98.79299999999999	73.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ENG0057_000000011766	2071	0.6598500810633309	2	1	0	1	0	False	63541	fragment	False	ENG0057_000000011766	1.0		0	0	False	False	0.9946885704994202	0					non-mobilizable	plasmid	2072.0	99.807	100.0	0.4555653321601408	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
CHI0056_000000009511	2066	0.6598500810633309	2	1	0	1	0	False	86110	fragment	False	CHI0056_000000009511	1.0		0	0	False	False	0.9854791760444641	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	2.1149431594735734e-06	CP023129.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-17	True	False
CHI0160_000000015260	2061	0.6598500810633309	1	1	0	1	0	True	78716	maximal	True	CHI0160_000000015260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0163_000000011856	2060	0.6598500810633309	2	1	0	1	0	False	97530	fragment	False	FIJ0070_000000008827	0.7253049737921441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	81.02199999999999	7.0	3.521193449833264e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0007_000000030320	2060	0.6598500810633309	2	1	0	1	0	False	15384	fragment	False	MON0007_000000030320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000015868	2058	0.6598500810633309	1	1	0	1	0	False	63413	fragment	False	ISR0038_000000015868	1.0		0	0	False	False	0.9922254681587219	0					non-mobilizable	no_good_hit								True	False
ISR0023_000000014901	2055	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.3895577437849944		0	0	False	False	1.0	0					non-mobilizable	other	2055.0	98.881	100.0	0.010240831637335888	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0148_000000008827	2055	0.6598500810633309	3	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.028342510914344456	PS1138|PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	368.0	95.38	18.0	0.6284246575342466	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0295_000000017337	2051	0.6598500810633309	2	1	0	1	0	False	103354	fragment	False	ISR0177_000000013360	0.9502938449115251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	3.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
MAD0103_000000011040	2049	0.6598500810633309	1	1	0	1	0	False	18847	fragment	False	MAD0103_000000011040	1.0		0	0	False	False	0.9995119571685791	0					non-mobilizable	no_good_hit								True	False
ISR0109_000000015882	2047	0.6598500810633309	1	1	0	1	0	False	70341	fragment	False	ISR0109_000000015882	1.0		0	0	False	False	0.9995114803314209	0					non-mobilizable	no_good_hit	80.0	100.0	4.0	0.0797979797979798	GQ882727.1		Uncultured organism clone VC1D477TF genomic sequence	True	False
FIJ0109_000000012468	2046	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.5441518138782734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000013343	2044	0.6598500810633309	2	1	0	1	0	True	45597	fragment	False	FIJ0063_000000013343	1.0		0	0	False	False	0.9774951338768005	0					non-mobilizable	no_good_hit	115.0	90.435	6.0	0.001552112521290039	NZ_CYZX01000018.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	True	True
FIJ0061_000000012749	2041	0.6598500810633309	2	1	0	1	0	True	45814	fragment	False	FIJ0061_000000012749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	89.616	36.0	0.001069791291502103	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	True
MAD0059_000000009442	2041	0.6598500810633309	1	1	0	1	0	False	100372	fragment	False	FIJ0029_000000013088	0.1434022338742751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0054_000000012269	2040	0.6598500810633309	3	1	0	1	0	True	46328	fragment	False	FIJ0054_000000012269	1.0		0	0	False	False	0.9990196228027344	0					non-mobilizable	no_good_hit								True	True
MAD0068_000000013733	2039	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.5237313455188999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0110_000000007220	2038	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6041126953804414		0	0	False	False	1.0	0					non-mobilizable	chromosome	1977.0	91.351	96.0	0.0005247111754410628	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0042_000000005750	2037	0.6598500810633309	3	1	0	1	0	False	87530	fragment	False	CHI0042_000000005750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0081_000000011617	2037	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.48555771952731214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0080_000000015625	2037	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.48555771952731214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000020169	2034	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.5512941945610005		0	0	False	False	0.9975417852401733	0					non-mobilizable	no_good_hit								True	False
SPA0018_000000014614	2032	0.6598500810633309	2	1	0	1	0	True	7801	fragment	False	SPA0018_000000014614	1.0		0	0	False	False	0.998031497001648	0					non-mobilizable	no_good_hit								True	True
MAD0053_000000005641	2031	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.4685504685128152		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0349_000000005115	2029	0.6598500810633309	1	1	0	1	0	False	124873	fragment	False	ISR0349_000000005115	1.0		0	0	False	False	0.998028576374054	0					non-mobilizable	no_good_hit	73.0	87.671	4.0	5.1271935665114504e-05	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
CHI0037_000000006822	2029	0.6598500810633309	1	1	0	1	0	False	87959	fragment	False	CHI0043_000000004173	0.9646878448019921		0	0	False	False	0.9995071291923523	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000014568	2026	0.6598500810633309	1	1	0	1	0	False	46466	fragment	False	FIJ0052_000000014568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0133_01_000000010977	2025	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.7449686901636287		0	0	False	False	1.0	0					non-mobilizable	plasmid	2028.0	98.76700000000001	100.0	0.017579310703692782	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0026_000000011134	2022	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.18907078274963668		0	0	False	False	1.0	0					non-mobilizable	other	2022.0	98.665	100.0	0.009971467337084481	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0030_000000005640	2020	0.6598500810633309	1	1	0	1	0	False	44252	fragment	False	MAD0030_000000005640	0.9666082412574425		0	0	False	False	0.997029721736908	0					non-mobilizable	no_good_hit								True	False
FIJ0131_000000009192	2017	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.4691232569715111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000024619	2013	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.48814550765964915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0016_000000014082	2011	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.4878580621107508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0109_000000012267	2007	0.6598500810633309	2	1	0	1	0	False	69498	fragment	False	ENG0109_000000012267	0.9720785935884177		0	0	False	False	0.996512234210968	0					non-mobilizable	no_good_hit	158.0	95.57	8.0	5.2660432031585454e-05	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
AUS0016_000000014108	2006	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.3926063693916698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000024705	2006	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.3926063693916698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0016_000000010731	2004	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6671115553718637		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	96.67299999999999	100.0	0.010026337842691248	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0109_000000012706	2001	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.46332603595044897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0007_000000004146	2000	0.6598500810633309	1	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.19174785522519047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0068_000000013990	2000	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.4636632419352044		0	0	False	False	0.9994999766349792	0					non-mobilizable	no_good_hit								True	False
TAN0025_000000001231	1998	0.6598500810633309	2	1	0	1	0	False	44252	fragment	False	MAD0030_000000005640	0.6262637129612221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	97.22200000000001	9.0	4.388684451381345e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0045_000000020443	1996	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.47336415525149567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0172_000000008005	1995	0.6598500810633309	5	1	0	1	0	False	29936	maximal	True	ISR0172_000000008005	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	91.463	58.0	0.12442295009892285	NZ_QRYH01000046.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf46, whole genome shotgun sequence	True	False
MON0059_000000019689	1995	0.6598500810633309	2	1	0	1	0	False	50550	fragment	False	MON0059_000000019689	1.0		0	0	False	False	0.9834586381912231	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0012717111207790903	NZ_CABIWU010000025.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0078_000000022663	1993	0.6598500810633309	1	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.4519283223552634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0184_000000005860	1989	0.6598500810633309	1	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.4421629831022527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0093_000000012577	1988	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.09338819927663955		0	0	False	False	0.9778671860694885	0					non-mobilizable	other	1957.0	97.598	98.0	0.004090022311113528	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0007_000000007731	1988	0.6598500810633309	3	1	0	1	0	False	73334	maximal	True	ISR0007_000000007731	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1177.0	97.111	69.0	0.29910600255427844	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
MON0035_000000014360	1984	0.6598500810633309	1	1	0	1	0	False	100139	fragment	False	FIJ0157_000000008636	0.7972396788279682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	88.21700000000001	79.0	0.013607271087367527	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0129_000000010758	1981	0.6598500810633309	2	1	0	1	0	False	40944	fragment	False	FIJ0129_000000010758	1.0		0	0	False	False	0.995961606502533	0					non-mobilizable	no_good_hit								True	False
MAD0095_000000017871	1979	0.6598500810633309	2	1	0	1	0	False	97528	fragment	False	MAD0095_000000017871	1.0		0	0	False	False	0.9994946718215942	0					non-mobilizable	no_good_hit								True	False
ISR0055_000000007425	1976	0.6598500810633309	4	1	0	1	0	False	35672	fragment	False	ISR0055_000000007425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	94.98100000000001	60.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
TAN0007_000000020216	1973	0.6598500810633309	1	1	0	1	0	False	98417	fragment	False	TAN0007_000000020216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	97.29700000000001	9.0	1.947326680589608e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0123_000000016602	1971	0.6598500810633309	1	1	0	1	0	False	80889	fragment	False	FIJ0133_000000017596	0.8355425264547162		0	0	False	False	0.9944190979003906	0					non-mobilizable	no_good_hit								True	False
ISR0179_000000011924	1970	0.6598500810633309	2	1	0	1	0	False	29676	backbone	True	ISR0179_000000011924	1.0	PS88	26	3	True	True	1.0	2					non-mobilizable	no_good_hit	636.0	99.214	42.0	0.513338722716249	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
TAN0005_000000008681	1970	0.6598500810633309	2	1	0	1	0	False	2928	maximal	True	TAN0005_000000008681	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0024_000000004274	1970	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.642516045637392		0	0	False	False	1.0	0					non-mobilizable	chromosome	1980.0	91.212	100.0	0.0005263117179182598	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0038_000000016494	1969	0.6598500810633309	3	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.4403710679744687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0156_000000009465	1963	0.6598500810633309	3	1	0	1	0	False	3176	fragment	False	SPA0156_000000009465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.9519797241164093e-05	NZ_CP005933.1	mycoplasmas	Mycoplasma bovis CQ-W70 chromosome, complete genome	True	False
AUS0010_000000012378	1961	0.6598500810633309	1	1	0	1	0	False	101499	fragment	False	AUS0010_000000012378	1.0		0	0	False	False	0.982151985168457	0					non-mobilizable	other	1553.0	99.54899999999999	99.0	0.04563912429378531	NZ_CAEUHO010000007.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
TAN0021_000000010126	1957	0.6598500810633309	1	1	0	1	0	False	97522	fragment	False	TAN0021_000000010126	0.9869539994539994		0	0	False	False	0.9867143630981445	0					non-mobilizable	no_good_hit								True	False
FIJ0128_000000013268	1957	0.6598500810633309	2	1	0	1	0	False	41013	maximal	True	FIJ0128_000000013268	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0118_000000015746	1955	0.6598500810633309	2	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.028326589029906046	PS1138|PS888	0	0	False	True	0.9974424839019775	0					non-mobilizable	no_good_hit	372.0	95.161	19.0	0.7088122605363985	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
ISR0068_000000010553	1955	0.6598500810633309	2	1	0	1	0	False	102256	maximal	True	ISR0068_000000010553	1.0		0	0	False	False	0.9984654784202576	0					non-mobilizable	no_good_hit	374.0	97.861	19.0	0.005215123859191656	NZ_QSFT01000017.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf17, whole genome shotgun sequence	True	False
MON0054_000000024365	1955	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.40669467321151703		0	0	False	False	1.0	0					non-mobilizable	other	1959.0	89.331	99.0	0.00969711480905064	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0087_000000016573	1950	0.6598500810633309	2	1	0	1	0	True	51395	fragment	False	FIJ0087_000000016573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	79.126	10.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
FIJ0131_000000009524	1945	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.4715250065036777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0006_000000004716	1945	0.6598500810633309	1	1	0	1	0	False	100139	fragment	False	FIJ0157_000000008636	0.9592853548329997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	88.964	76.0	0.012878774738521847	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
CAN0004_000000014309	1944	0.6598500810633309	1	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.19371770810087988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	93.333	4.0	1.0198689820037085e-05	LN899826.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : VIII	True	False
ISR0346_000000011942	1943	0.6598500810633309	2	1	0	1	0	False	24188	maximal	True	ISR0346_000000011942	1.0		1	1	False	False	0.9927946329116821	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	0.00016813630249589	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0031_000000004996	1941	0.6598500810633309	4	1	0	1	0	False	88474	fragment	False	CHI0031_000000004996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0155_000000011459	1941	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.4299675078189453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000013213	1937	0.6598500810633309	3	1	0	1	0	False	34572	fragment	False	ISR0076_000000013213	1.0		0	0	False	False	0.9989674687385559	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	0.0076282940360610264	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MON0012_000000027361	1937	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.3238991074930309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0084_000000009505	1934	0.6598500810633309	3	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6341214257672873		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	97.272	100.0	0.009672173670138473	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0039_000000024850	1934	0.6598500810633309	2	1	0	1	0	False	69498	fragment	False	ENG0109_000000012267	0.9474339810662681		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0083_000000008911	1934	0.6598500810633309	3	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6341214257672873		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	97.272	100.0	0.009672173670138473	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0100_000000023317	1931	0.6598500810633309	2	1	0	1	0	False	15384	fragment	False	MON0007_000000030320	0.9686893203883495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0329_000000008026	1930	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.17810934744209683		0	0	False	False	1.0	0					non-mobilizable	chromosome	1661.0	90.066	96.0	0.0004412162095472892	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0124_000000007693	1930	0.6598500810633309	3	1	0	1	0	True	123277	fragment	False	ISR0124_000000007693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	92.67200000000001	12.0	0.18189167340339532	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0208_000000014243	1928	0.6598500810633309	1	1	0	1	0	False	28514	fragment	False	ISR0208_000000014243	1.0		0	0	False	False	0.9740663766860962	0					non-mobilizable	no_good_hit								True	False
MAD0015_000000010528	1926	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6039911477543767		0	0	False	False	0.9984423518180847	0					non-mobilizable	other	1891.0	89.68799999999999	97.0	0.0093778682309749	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0039_000000024983	1925	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6423639668989893		0	0	False	False	1.0	0					non-mobilizable	chromosome	1908.0	94.39200000000001	99.0	0.0005073719652714294	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0361_000000007053	1924	0.6598500810633309	2	1	0	1	0	False	42684	fragment	False	ISR0361_000000007053	0.9418199787474294		0	0	False	False	0.9953222274780273	0					non-mobilizable	no_good_hit								True	False
ISR0256_000000009287	1924	0.6598500810633309	1	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.27588590357519294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0073_000000001739	1920	0.6598500810633309	3	1	0	1	0	False	16297	fragment	False	MAD0073_000000001739	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	935.0	98.396	94.0	0.23831417624521073	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
MON0037_000000037782	1919	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6397768288043735		0	0	False	False	1.0	0					non-mobilizable	chromosome	1929.0	93.624	100.0	0.0005129738639416186	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0050_000000013263	1917	0.6598500810633309	1	1	0	1	0	False	97527	fragment	False	FIJ0050_000000013263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0078_000000012935	1912	0.6598500810633309	2	1	0	1	0	False	44448	fragment	False	FIJ0078_000000012935	0.9920504385964912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0013_000000013476	1911	0.6598500810633309	2	1	0	1	0	True	132096	backbone	False	ISR0100_000000003479	0.014500683994528044	PS1138|PS888	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	379.0	93.66799999999999	20.0	0.7203065134099617	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
FIJ0048_000000017230	1911	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.23140040831176678		0	0	False	False	0.9926739931106567	0					non-mobilizable	no_good_hit								True	False
FIJ0132_000000017166	1909	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6393121960008407		0	0	False	False	1.0	0					non-mobilizable	chromosome	1919.0	94.73700000000001	100.0	0.0005103062931462904	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0101_000000014630	1906	0.6598500810633309	2	1	0	1	0	False	42684	fragment	False	ISR0361_000000007053	0.915660863335282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.129588253591163e-07	LR031873.1	eudicots	Brassica oleracea HDEM genome, scaffold: C4	True	False
ISR0793_000000008723	1905	0.6598500810633309	2	1	0	1	0	False	100332	fragment	False	FIJ0060_000000004086	0.37223894927865325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000015066	1903	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.6461514236563055		0	0	False	False	1.0	0					non-mobilizable	chromosome	1912.0	92.78200000000001	99.0	0.0005068384511123637	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0064_000000014553	1899	0.6598500810633309	1	1	0	1	0	False	10710	fragment	False	SPA0076_000000007350	0.9475574712643677		0	0	False	False	0.9989467859268188	0					non-mobilizable	no_good_hit								True	False
ISR0292_000000010265	1897	0.6598500810633309	1	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.2141388714268551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0100_000000007525	1896	0.6598500810633309	2	1	0	1	0	False	33171	fragment	False	ISR0100_000000007525	1.0		0	0	False	False	0.9984177350997925	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.008623442989460236	XM_014388539.1	bugs	PREDICTED: Cimex lectularius transcription factor E2F6-like (LOC106663607), transcript variant X2, mRNA	True	False
DEN0073_000000027841	1894	0.6598500810633309	1	1	0	1	0	False	90938	fragment	False	DEN0073_000000027841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0841_000000007627	1893	0.6598500810633309	3	1	0	1	0	False	20760	fragment	False	ISR0841_000000007627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	96.18299999999999	20.0	0.0020290728088391483	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
FIJ0149_000000013313	1892	0.6598500810633309	2	1	0	1	0	False	42684	fragment	False	ISR0361_000000007053	0.9367175109567554		0	0	False	False	0.9878435730934143	0					non-mobilizable	no_good_hit								True	False
SPA0107_000000017366	1883	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.18543185418390964		0	0	False	False	1.0	0					non-mobilizable	chromosome	1909.0	87.69	100.0	0.0005036373661579699	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0165_000000011842	1883	0.6598500810633309	3	1	0	1	0	False	31089	fragment	False	ISR0165_000000011842	0.9626263294075929		0	0	False	False	0.9984068274497986	0					non-mobilizable	no_good_hit								True	False
MON0080_000000028788	1883	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.23091675219925997		0	0	False	False	0.9984068274497986	0					non-mobilizable	no_good_hit								True	False
MAD0039_000000007649	1881	0.6598500810633309	2	1	0	1	0	False	18478	fragment	False	MAD0039_000000007649	1.0		0	0	False	False	0.9760765433311462	0					non-mobilizable	no_good_hit								True	False
SPA0058_000000016472	1878	0.6598500810633309	1	1	0	1	0	False	87959	fragment	False	CHI0043_000000004173	0.6285526531953344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0036_000000012200	1878	0.6598500810633309	2	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.9198226484459311		0	0	False	False	0.9968051314353943	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000016663	1876	0.6598500810633309	4	1	0	1	0	False	89424	fragment	False	FIJ0037_000000016663	0.9972781709308656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	0.012587412587412588	NZ_QRYH01000054.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf54, whole genome shotgun sequence	True	False
MAD0037_000000006963	1875	0.6598500810633309	4	1	0	1	0	False	18630	maximal	True	MAD0037_000000006963	1.0		1	1	False	False	0.9994666576385498	0					non-mobilizable	no_good_hit	396.0	90.90899999999999	56.0	0.0028540668646449756	MK036891.1	enterobacteria	Leclercia adecarboxylata strain 16005813 plasmid p16005813A, complete sequence	True	False
MON0052_000000014705	1872	0.6598500810633309	1	1	0	1	0	False	11223	fragment	False	MON0052_000000014705	1.0		0	0	False	False	0.9727563858032227	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000013830	1872	0.6598500810633309	1	1	0	1	0	False	100211	fragment	False	USA0059_01_000000013830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000024049	1870	0.6598500810633309	3	1	0	1	0	False	15309	fragment	False	MAD0098_000000024049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0120_000000011430	1869	0.6598500810633309	2	1	0	1	0	False	75597	fragment	False	ENG0120_000000011430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0107_000000013938	1868	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.2111468933199375		0	0	False	False	1.0	0					non-mobilizable	plasmid	1891.0	97.83200000000001	100.0	0.016391167849027805	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0085_000000015375	1866	0.6598500810633309	2	1	0	1	0	False	50549	fragment	False	MON0085_000000015375	1.0		0	0	False	False	0.9994640946388245	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000019758	1866	0.6598500810633309	2	1	0	1	0	True	123282	fragment	False	AUS0002_000000019758	1.0		0	0	False	True	0.986066460609436	0					non-mobilizable	no_good_hit	379.0	96.042	20.0	0.7203065134099617	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
ISR0183_000000017027	1865	0.6598500810633309	2	1	0	1	0	True	123281	backbone	True	ISR0183_000000017027	0.9528189313479167	PS888	5	1	True	True	1.0	44					non-mobilizable	no_good_hit	293.0	88.396	28.0	0.5593869731800766	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
MON0075_000000013349	1863	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.7171432570664664		0	0	False	False	0.9978529214859009	0					non-mobilizable	plasmid	1866.0	99.035	100.0	0.016165680883908903	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0356_000000010695	1859	0.6598500810633309	3	1	0	1	0	False	31089	fragment	False	ISR0165_000000011842	0.960806629145812		0	0	False	False	0.9838622808456421	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000012200	1859	0.6598500810633309	2	1	0	1	0	False	92657	maximal	True	FIJ0164_000000012200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0185_000000017681	1858	0.6598500810633309	2	1	0	1	0	False	108194	fragment	False	ISR0185_000000017681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	3.0	0.0007585838110753236	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0114_000000025264	1856	0.6598500810633309	3	1	0	1	0	True	80170	fragment	False	SPA0114_000000025264	1.0		0	0	False	False	0.9946120977401733	0					non-mobilizable	no_good_hit	234.0	91.45299999999999	13.0	0.18027485852869846	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0131_000000014492	1846	0.6598500810633309	1	1	0	1	0	False	101460	fragment	False	SPA0131_000000014492	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1880.0	88.883	100.0	0.0004980354674877806	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0150_000000009288	1840	0.6598500810633309	1	1	0	1	0	False	57155	fragment	False	ENG0150_000000009288	1.0		0	0	False	False	0.9923912882804871	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000014784	1840	0.6598500810633309	1	1	0	1	0	False	44252	fragment	False	MAD0030_000000005640	0.6217209765802906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0019_000000004637	1837	0.6598500810633309	5	1	0	1	0	False	89424	fragment	False	FIJ0037_000000016663	0.9869402985074627		0	0	False	False	0.9989112615585327	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	0.015734265734265736	NZ_QRYH01000054.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf54, whole genome shotgun sequence	True	False
FIJ0132_000000017938	1837	0.6598500810633309	2	1	0	1	0	False	49853	fragment	False	FIJ0132_000000017938	1.0		0	0	False	False	0.9967337846755981	0					non-mobilizable	no_good_hit								True	False
ETH0001_000000017704	1835	0.6598500810633309	2	1	0	1	0	False	100139	fragment	False	FIJ0157_000000008636	0.7935116915686429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.411	82.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0094_000000011084	1834	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.07974389230991896		0	0	False	False	1.0	0					non-mobilizable	other	1719.0	97.73100000000001	94.0	0.0035923611096590185	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0119_01_000000013401	1834	0.6598500810633309	2	1	0	1	0	True	123278	maximal	True	USA0119_01_000000013401	1.0		19	4	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit	237.0	97.89	16.0	7.576759638216148e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
CHI0163_000000005182	1832	0.6598500810633309	2	1	0	1	0	False	78454	fragment	False	CHI0163_000000005182	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	99.891	100.0	0.002008997147245995	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
MON0026_000000025793	1827	0.6598500810633309	1	1	0	1	0	False	80889	fragment	False	FIJ0133_000000017596	0.42255396687755187		0	0	False	False	0.9534756541252136	0					non-mobilizable	no_good_hit								True	False
ISR0075_000000014356	1827	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.03417443411977924		0	0	False	False	1.0	0					non-mobilizable	other	1848.0	94.64299999999999	100.0	0.009098527475158626	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
CHI0166_000000004068	1826	0.6598500810633309	1	1	0	1	0	False	89521	fragment	False	CHI0166_000000004068	1.0		0	0	False	False	0.996166467666626	0					non-mobilizable	no_good_hit								True	False
ISR0384_000000010013	1824	0.6598500810633309	3	1	0	1	0	True	23078	maximal	True	ISR0384_000000010013	1.0		0	0	False	False	0.9967105388641357	0					non-mobilizable	no_good_hit								True	True
ISR0246_000000012243	1824	0.6598500810633309	2	1	0	1	0	False	44448	fragment	False	FIJ0078_000000012935	0.9699267782426778		0	0	False	False	0.9972587823867798	0					non-mobilizable	no_good_hit								True	False
ISR0808_000000008957	1823	0.6598500810633309	2	1	0	1	0	False	21746	fragment	False	ISR0808_000000008957	1.0		0	0	False	False	0.9994514584541321	0					non-mobilizable	no_good_hit								True	False
DEN0072_000000009273	1821	0.6598500810633309	1	1	0	1	0	False	79434	fragment	False	DEN0072_000000009273	1.0		0	0	False	False	0.9901153445243835	0					non-mobilizable	no_good_hit								True	False
FIJ0132_000000018133	1819	0.6598500810633309	2	1	0	1	0	False	48857	maximal	True	FIJ0132_000000018133	0.9757834757834758		17	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0376_000000013565	1817	0.6598500810633309	3	1	0	1	0	False	23333	fragment	False	ISR0376_000000013565	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	91.81299999999999	100.0	0.03136547369151502	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	False	False
ISR0162_000000021804	1817	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.7459806182657159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0101_000000035598	1817	0.6598500810633309	1	1	0	1	0	False	80889	fragment	False	FIJ0133_000000017596	0.4230358104031027		0	0	False	False	0.9669785499572754	0					non-mobilizable	no_good_hit								True	False
MON0101_000000035591	1817	0.6598500810633309	3	1	0	1	0	False	34827	fragment	False	MON0101_000000035591	1.0		0	0	False	False	0.9994496703147888	0					non-mobilizable	no_good_hit								True	False
CHI0054_000000009602	1814	0.6598500810633309	1	1	0	1	0	False	86334	fragment	False	CHI0054_000000009602	0.9853676781212077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	96.429	5.0	0.0009020758613194218	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0021_000000008243	1814	0.6598500810633309	2	1	0	1	0	False	49850	fragment	False	MAD0021_000000008243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0005_000000016697	1814	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.29447127487113145		0	0	False	False	1.0	0					non-mobilizable	chromosome	1824.0	91.831	100.0	0.00048336382811347525	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0066_000000011232	1805	0.6598500810633309	2	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.025272766919574027		0	0	False	False	0.996121883392334	0					non-mobilizable	other	1806.0	97.12100000000001	100.0	0.019595696119986957	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0048_01_000000008827	1803	0.6598500810633309	3	1	0	1	0	True	1119	maximal	True	USA0048_01_000000008827	1.0		1	1	False	False	0.9966722130775452	0	rep_cluster_1351				non-mobilizable	plasmid	1698.0	83.804	92.0	0.46274834437086093	KP691638.1	high GC Gram+	Bifidobacterium longum subsp. longum 72B plasmid p72B, complete sequence	False	True
ENG0159_000000012739	1799	0.6598500810633309	2	1	0	1	0	False	103353	fragment	False	ENG0159_000000012739	0.9995773404319576		0	0	False	False	0.9994441270828247	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000012245	1799	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5932041384313294		0	0	False	False	1.0	0					non-mobilizable	chromosome	1807.0	93.802	100.0	0.0004801627431590814	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0099_000000017504	1797	0.6598500810633309	3	1	0	1	0	False	34826	fragment	False	MAD0099_000000017504	0.9822895332326447		0	0	False	False	0.9966611266136169	0					non-mobilizable	no_good_hit								True	False
AUS0016_000000015810	1796	0.6598500810633309	4	1	0	1	0	False	100287	fragment	False	AUS0016_000000015810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	87.14299999999999	8.0	0.002187594122029707	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
MON0038_000000018483	1792	0.6598500810633309	3	1	0	1	0	False	100127	fragment	False	MON0038_000000018483	0.9593230403800475		0	0	False	False	0.9988839030265808	0					non-mobilizable	no_good_hit	249.0	96.787	26.0	0.06334610472541508	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ISR0274_000000004141	1791	0.6598500810633309	3	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5083038535551602		0	0	False	False	1.0	0					non-mobilizable	other	1727.0	97.163	96.0	0.008609681152480148	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0144_000000004065	1790	0.6598500810633309	2	1	0	1	0	False	31089	fragment	False	ISR0165_000000011842	0.635646404877174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.007923169267707083	NZ_WHJC01000290.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig290, whole genome shotgun sequence	True	False
MON0077_000000024360	1788	0.6598500810633309	2	1	0	1	0	False	34826	fragment	False	MAD0099_000000017504	0.9536655162409197		0	0	False	False	0.9994407296180725	0					non-mobilizable	no_good_hit	72.0	100.0	5.0	0.0005309205114783519	KX904877.1	monocots	Fargesia denudata chloroplast, complete genome	True	False
DEN0090_000000015796	1784	0.6598500810633309	1	1	0	1	0	False	68736	fragment	False	DEN0090_000000015796	0.9861778846153846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0095_000000004693	1783	0.6598500810633309	1	1	0	1	0	False	83494	fragment	False	CHI0095_000000004693	1.0		0	0	False	False	0.9988783001899719	0					non-mobilizable	no_good_hit	1503.0	89.155	83.0	0.016183023584393	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0115_000000019688	1781	0.6598500810633309	2	1	0	1	0	False	32464	fragment	False	ISR0115_000000019688	0.9743821579264618		0	0	False	False	0.9966310858726501	0					non-mobilizable	no_good_hit								True	False
FIJ0081_000000020231	1779	0.6598500810633309	1	1	0	1	0	False	44252	fragment	False	MAD0030_000000005640	0.6269844267599713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0035_000000016200	1777	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.034417433261456		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	90.229	93.0	0.000382796409129601	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0043_000000016106	1774	0.6598500810633309	1	1	0	1	0	False	80889	fragment	False	FIJ0133_000000017596	0.3126604268691453		0	0	False	False	0.9859075546264648	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000008668	1774	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5143619805417623		0	0	False	False	1.0	0					non-mobilizable	chromosome	1709.0	94.09	96.0	0.00045322027812626627	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0185_000000018573	1771	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4956955825152249		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	96.59	96.0	0.008465022546789576	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0060_000000008027	1769	0.6598500810633309	3	1	0	1	0	False	100128	fragment	False	FIJ0060_000000008027	1.0		0	0	False	False	0.9994347095489502	0					non-mobilizable	no_good_hit	247.0	95.54700000000001	19.0	0.06283524904214559	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
MAD0105_000000021132	1767	0.6598500810633309	3	1	0	1	0	False	39152	fragment	False	MAD0105_000000021132	1.0		0	0	False	False	0.9909451007843018	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000024398	1767	0.6598500810633309	2	1	0	1	0	False	71854	maximal	True	DEN0061_000000024398	1.0		0	0	False	False	0.9971703290939331	0					non-mobilizable	no_good_hit								True	False
ISR0036_000000007334	1767	0.6598500810633309	1	1	0	1	0	False	36751	fragment	False	ISR0036_000000007334	1.0		0	0	False	False	0.9994340538978577	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000015218	1764	0.6598500810633309	1	1	0	1	0	False	86031	fragment	False	ENG0177_000000015218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0003845332193975646	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0077_000000007445	1763	0.6598500810633309	2	1	0	1	0	True	69899	fragment	False	DEN0077_000000007445	1.0		0	0	False	False	0.9965966939926147	0					non-mobilizable	plasmid	1620.0	99.321	92.0	0.01374269998641858	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
MAD0002_000000023660	1762	0.6598500810633309	2	1	0	1	0	False	34826	fragment	False	MAD0099_000000017504	0.9787420911511104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0106_000000012424	1760	0.6598500810633309	1	1	0	1	0	False	97522	fragment	False	TAN0021_000000010126	0.9625276784193494		0	0	False	False	0.9988636374473572	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000009088	1759	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.6891591442597855		0	0	False	False	0.9971574544906616	0					non-mobilizable	plasmid	1763.0	99.43299999999999	100.0	0.015281078174596292	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0139_000000014890	1756	0.6598500810633309	1	1	0	1	0	False	100372	fragment	False	FIJ0029_000000013088	0.05798085789957262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000018195	1755	0.6598500810633309	2	1	0	1	0	False	48857	maximal	False	FIJ0132_000000018133	0.9590434304562947		0	0	False	False	0.9931623935699463	0					non-mobilizable	no_good_hit								True	False
AST0010_000000017019	1754	0.6598500810633309	2	1	0	1	0	False	126084	fragment	False	AST0010_000000017019	1.0		0	0	False	False	0.9982896447181702	0					non-mobilizable	no_good_hit								True	False
FIJ0094_000000011635	1751	0.6598500810633309	2	1	0	1	0	False	43176	fragment	False	FIJ0094_000000011635	1.0		0	0	False	False	0.9748715162277222	0					non-mobilizable	no_good_hit	210.0	84.286	12.0	6.372245994934064e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
MON0046_000000019119	1751	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.26351270343161237		0	0	False	False	1.0	0					non-mobilizable	chromosome	1766.0	90.43	100.0	0.0004684254316596372	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0778_000000007816	1751	0.6598500810633309	3	1	0	1	0	False	22369	maximal	True	ISR0778_000000007816	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	97.03399999999999	13.0	0.0007461217543703685	NZ_NFIG01000002.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_2, whole genome shotgun sequence	True	False
MAD0105_000000021371	1749	0.6598500810633309	1	1	0	1	0	False	44252	fragment	False	MAD0030_000000005640	0.48291055851483056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0150_000000013934	1746	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.9069228620445934		0	0	False	False	0.9948453903198242	0					non-mobilizable	no_good_hit	227.0	96.916	13.0	0.18189167340339532	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
FIJ0060_000000008136	1746	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.21022560047598177		0	0	False	False	1.0	0					non-mobilizable	chromosome	1736.0	90.611	99.0	0.00045988920511458683	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0075_000000011924	1744	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4911395814178343		0	0	False	False	1.0	0					non-mobilizable	chromosome	1750.0	92.057	99.0	0.0004652243467052433	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0156_000000014325	1743	0.6598500810633309	3	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.8491283849566285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	94.85	13.0	0.18189167340339532	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
MAD0012_000000016891	1741	0.6598500810633309	1	1	0	1	0	False	39554	backbone	True	MAD0012_000000016891	1.0	PS135	18	1	True	True	1.0	1					non-mobilizable	no_good_hit								True	True
MAD0059_000000011132	1741	0.6598500810633309	1	1	0	1	0	False	39554	backbone	False	MAD0012_000000016891	1.0	PS135	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0138_000000016765	1739	0.6598500810633309	1	1	0	1	0	False	31347	fragment	False	ISR0138_000000016765	0.9959325973271353		0	0	False	False	0.9833237528800964	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	0.00019599036380711283	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0058_000000019593	1739	0.6598500810633309	1	1	0	1	0	False	63434	fragment	False	ENG0058_000000019593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000019526	1738	0.6598500810633309	2	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.7462539180363692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0040_000000014077	1738	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5152447806190995		0	0	False	False	1.0	0					non-mobilizable	chromosome	1750.0	93.257	100.0	0.0004644240754666448	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0073_000000010576	1737	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5152091593499499		0	0	False	False	1.0	0					non-mobilizable	chromosome	1749.0	93.25299999999999	100.0	0.000464157318387112	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0035_000000016597	1737	0.6598500810633309	2	1	0	1	0	False	31337	fragment	False	MON0035_000000016597	1.0		0	0	False	False	0.9890615940093994	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000018457	1737	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5064171005491747		0	0	False	False	1.0	0					non-mobilizable	chromosome	1744.0	94.15100000000001	100.0	0.00046469083254617764	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0133_000000011122	1736	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.1941444686717813		0	0	False	False	1.0	0					non-mobilizable	chromosome	1753.0	89.39	100.0	0.0004644240754666448	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0211_000000013098	1734	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.7989329163385679		0	0	False	False	0.9965397715568542	0					non-mobilizable	no_good_hit	228.0	93.421	13.0	0.18189167340339532	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
FIJ0077_000000017247	1730	0.6598500810633309	1	1	0	1	0	False	50573	fragment	False	FIJ0102_000000017696	0.8314100324030776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000014243	1727	0.6598500810633309	2	1	0	1	0	False	34826	fragment	False	MAD0099_000000017504	0.9685106134232797		0	0	False	False	0.997104823589325	0					non-mobilizable	no_good_hit								True	False
ISR0032_000000019399	1727	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.02508694339258945		0	0	False	False	0.9994209408760071	0					non-mobilizable	other	1729.0	96.414	100.0	0.018747962178024127	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0033_000000021634	1727	0.6598500810633309	2	1	0	1	0	False	48268	maximal	True	FIJ0033_000000021634	1.0		1	1	False	False	0.987261176109314	0					non-mobilizable	no_good_hit	155.0	77.419	9.0	0.00038936720144885586	NZ_AGBX01000006.1	high GC Gram+	Brachybacterium squillarum M-6-3 50.WUPEI.1.00006, whole genome shotgun sequence	True	False
FIJ0164_000000013095	1727	0.6598500810633309	1	1	0	1	0	False	50573	fragment	False	FIJ0102_000000017696	0.5358624590353224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000021631	1726	0.6598500810633309	2	1	0	1	0	True	123281	backbone	False	ISR0183_000000017027	0.93384434543518	PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	355.0	95.211	21.0	0.6762452107279694	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
CHI0069_000000005896	1726	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.18713537377460482		0	0	False	False	1.0	0					non-mobilizable	chromosome	1738.0	89.87299999999999	100.0	0.00046095623343271814	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0011_000000026596	1723	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.8583025240619336		0	0	False	False	0.9727219939231873	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000015186	1723	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.3631295888865784		0	0	False	False	0.999419629573822	0					non-mobilizable	other	1732.0	95.09200000000001	100.0	0.008609681152480148	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
SPA0092_000000026174	1722	0.6598500810633309	2	1	0	1	0	True	5311	fragment	False	SPA0092_000000026174	1.0		0	0	False	False	1.0	0	rep_cluster_1351				non-mobilizable	no_good_hit	1039.0	82.098	84.0	0.28504415011037526	AB187597.1	high GC Gram+	Bifidobacterium longum plasmid pTB6 DNA, complete sequence	True	True
MAD0087_000000017698	1721	0.6598500810633309	2	1	0	1	0	False	19733	maximal	True	MAD0087_000000017698	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1037.0	98.45700000000001	60.0	0.0029653186643173323	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0055_000000018045	1721	0.6598500810633309	1	1	0	1	0	False	31347	fragment	False	ISR0138_000000016765	0.9907993099482462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	0.00019599036380711283	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0387_000000014043	1720	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.508729465283401		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	96.70299999999999	100.0	0.008604692924697713	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0842_000000013190	1719	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.8194212071551978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	92.544	13.0	0.18189167340339532	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0040_000000024741	1718	0.6598500810633309	1	1	0	1	0	False	43636	maximal	True	SPA0040_000000024741	1.0		3	2	False	False	0.9807916283607483	0					non-mobilizable	no_good_hit	243.0	100.0	14.0	0.002602178518048581	NZ_QRUU01000003.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf3, whole genome shotgun sequence	True	False
MAD0018_000000001603	1715	0.6598500810633309	3	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5040309015044996		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	94.14200000000001	100.0	0.008569775330220679	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0162_000000023104	1715	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.517785672223683		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	96.29	100.0	0.008584740013567979	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
SPA0043_000000009952	1713	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5102438042294734		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	93.994	100.0	0.008524881280178778	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ITA0006_000000013706	1712	0.6598500810633309	2	1	0	1	0	False	20353	fragment	False	ITA0006_000000013706	1.0		0	0	False	False	0.9964953064918518	0					non-mobilizable	no_good_hit	1415.0	84.17	89.0	0.002948328966600242	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0257_000000010149	1711	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.012401901866415935		0	0	False	False	1.0	0					non-mobilizable	other	972.0	97.119	100.0	0.0020282830479448474	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0131_000000010864	1711	0.6598500810633309	1	1	0	1	0	False	100372	fragment	False	FIJ0029_000000013088	0.05945775857918359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0028_000000015183	1710	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.17236503307278728		0	0	False	False	1.0	0					non-mobilizable	chromosome	1725.0	89.565	100.0	0.00045748839139879145	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0069_000000005159	1710	0.6598500810633309	1	1	0	1	0	False	98415	fragment	False	MAD0069_000000005159	0.9692018989523487		0	0	False	False	0.9988304376602173	0					non-mobilizable	no_good_hit								True	False
ENG0115_000000012089	1709	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5000728623301185		0	0	False	False	1.0	0					non-mobilizable	other	1709.0	99.415	100.0	0.008519893052396345	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0172_000000016298	1708	0.6598500810633309	3	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4992387504981049		0	0	False	False	1.0	0					non-mobilizable	chromosome	1719.0	92.728	100.0	0.00045695487723972577	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0063_000000007861	1704	0.6598500810633309	1	1	0	1	0	False	39554	backbone	False	MAD0012_000000016891	0.9957495692130959	PS135	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0008_000000021115	1704	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5101242763115518		0	0	False	False	0.9935445785522461	0					non-mobilizable	chromosome	1717.0	95.34100000000001	100.0	0.00045615460600112733	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0023_000000007281	1703	0.6598500810633309	2	1	0	1	0	False	39554	backbone	False	MAD0012_000000016891	0.995458567447236	PS135	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0015_000000012203	1703	0.6598500810633309	2	1	0	1	0	False	39554	backbone	False	MAD0012_000000016891	0.995458567447236	PS135	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0092_000000010835	1703	0.6598500810633309	1	1	0	1	0	False	39554	backbone	False	MAD0012_000000016891	0.9953411276351398	PS135	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0083_000000006065	1703	0.6598500810633309	2	1	0	1	0	False	39554	backbone	False	MAD0012_000000016891	0.995458567447236	PS135	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0045_000000024579	1703	0.6598500810633309	2	1	0	1	0	False	39554	backbone	False	MAD0012_000000016891	0.995458567447236	PS135	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000026445	1703	0.6598500810633309	1	1	0	1	0	False	39554	backbone	False	MAD0012_000000016891	0.9953411276351398	PS135	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0037_000000043416	1702	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.12274506678375671		0	0	False	False	0.999412477016449	0					non-mobilizable	no_good_hit								True	False
DEN0024_000000005379	1702	0.6598500810633309	2	1	0	1	0	False	103353	fragment	False	ENG0159_000000012739	0.9834957377690893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0069_000000005195	1702	0.6598500810633309	2	1	0	1	0	False	39554	backbone	False	MAD0012_000000016891	0.99505012586928	PS135	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0346_000000014021	1701	0.6598500810633309	1	1	0	1	0	False	108191	fragment	False	ISR0068_000000012176	0.9806223286336437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	100.0	8.0	0.001829863929667185	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0093_000000018740	1701	0.6598500810633309	1	1	0	1	0	False	44252	fragment	False	MAD0030_000000005640	0.47864177426047033		0	0	False	False	0.9788359999656677	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000012176	1700	0.6598500810633309	1	1	0	1	0	False	108191	fragment	False	ISR0068_000000012176	0.9871892853818789		0	0	False	False	0.9994117617607117	0					non-mobilizable	no_good_hit	80.0	100.0	5.0	0.11634756995581738	NZ_CYZK01000050.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0007_000000015234	1699	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.1861821533426299		0	0	False	False	1.0	0					non-mobilizable	other	1684.0	90.14299999999999	99.0	0.008355281535576041	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
USA0130_01_000000020188	1698	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.8287881328289449		0	0	False	False	0.997644305229187	0					non-mobilizable	no_good_hit								True	False
SPA0084_000000010969	1697	0.6598500810633309	1	1	0	1	0	False	86334	fragment	False	CHI0054_000000009602	0.963914551612445		0	0	False	False	0.9982321858406067	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000018445	1695	0.6598500810633309	1	1	0	1	0	False	100139	fragment	False	FIJ0157_000000008636	0.4742828095522375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1508.0	88.462	89.0	0.013069571401314763	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ENG0142_000000020168	1695	0.6598500810633309	2	1	0	1	0	False	57680	fragment	False	ENG0142_000000020168	1.0		0	0	False	False	0.9734513163566589	0					non-mobilizable	no_good_hit								True	False
MON0063_000000017429	1695	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.827870531702059		0	0	False	False	0.9988200664520264	0					non-mobilizable	no_good_hit								True	False
MAD0101_000000016923	1694	0.6598500810633309	1	1	0	1	0	False	15098	fragment	False	MAD0101_000000016923	1.0		0	0	False	False	0.9893742799758911	0					non-mobilizable	no_good_hit	235.0	86.809	17.0	0.0004872061341970613	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0106_000000013008	1694	0.6598500810633309	2	1	0	1	0	False	34826	fragment	False	MAD0099_000000017504	0.9502095278861248		0	0	False	False	0.9994096755981445	0					non-mobilizable	no_good_hit								True	False
FIJ0170_000000009521	1694	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5021120944317199		0	0	False	False	1.0	0					non-mobilizable	chromosome	1699.0	95.17399999999999	100.0	0.00045268676396720064	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0064_000000016629	1693	0.6598500810633309	1	1	0	1	0	False	101459	fragment	False	MON0064_000000016629	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1710.0	89.47399999999999	99.0	0.00045188649272860214	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0131_000000020498	1693	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5031669345988017		0	0	False	False	1.0	0					non-mobilizable	chromosome	1702.0	93.713	100.0	0.00045322027812626627	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0090_000000026969	1690	0.6598500810633309	2	1	0	1	0	False	43444	fragment	False	FIJ0090_000000026969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000027250	1689	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.49347007047612484		0	0	False	False	1.0	0					non-mobilizable	other	1689.0	99.11200000000001	100.0	0.008415140268965242	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0039_000000028734	1689	0.6598500810633309	2	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.6548097031290686		0	0	False	False	0.9763173460960388	0					non-mobilizable	plasmid	1656.0	99.155	98.0	0.014344440011794702	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0156_000000004736	1688	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4905935834499049		0	0	False	False	1.0	0					non-mobilizable	chromosome	1694.0	95.21799999999999	100.0	0.0004510862214900037	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
TAN0010_000000009386	1687	0.6598500810633309	2	1	0	1	0	False	2612	fragment	False	TAN0010_000000009386	1.0		0	0	False	False	0.9994072318077087	0					non-mobilizable	no_good_hit	1104.0	96.73899999999999	68.0	0.2814814814814815	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ISR0020_000000014773	1687	0.6598500810633309	2	1	0	1	0	False	103353	fragment	False	ENG0159_000000012739	0.9877457901974298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0153_000000019918	1687	0.6598500810633309	2	1	0	1	0	False	103353	fragment	False	ENG0159_000000012739	0.9874176094555107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0047_000000011919	1687	0.6598500810633309	2	1	0	1	0	False	103353	fragment	False	ENG0159_000000012739	0.9877457901974298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000020136	1687	0.6598500810633309	2	1	0	1	0	False	103353	fragment	False	ENG0159_000000012739	0.9878349970437633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0010_000000027328	1687	0.6598500810633309	2	1	0	1	0	False	103353	fragment	False	ENG0159_000000012739	0.9878349970437633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000018181	1685	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5037813042288842		0	0	False	False	1.0	0					non-mobilizable	chromosome	1696.0	93.75	100.0	0.0004502859502514052	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0094_000000022391	1684	0.6598500810633309	2	1	0	1	0	False	9336	fragment	False	MON0094_000000022391	1.0		0	0	False	False	0.9988123774528503	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000016145	1684	0.6598500810633309	3	1	0	1	0	False	100127	fragment	False	MON0038_000000018483	0.9305245535714286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	95.95100000000001	23.0	0.06283524904214559	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
FIJ0112_000000016339	1681	0.6598500810633309	2	1	0	1	0	False	42002	fragment	False	FIJ0112_000000016339	1.0		0	0	False	False	0.9994051456451416	0					non-mobilizable	no_good_hit								True	False
FIJ0120_000000014607	1680	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5038162673922423		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	92.50299999999999	100.0	0.008395187357835508	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0150_000000014557	1679	0.6598500810633309	1	1	0	1	0	False	86334	fragment	False	CHI0054_000000009602	0.9538521293927911		0	0	False	False	0.9988088011741638	0					non-mobilizable	no_good_hit								True	False
MAD0089_000000015962	1678	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4920408034709935		0	0	False	False	1.0	0					non-mobilizable	chromosome	1689.0	93.014	100.0	0.0004489521648537411	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0092_000000011006	1678	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.5022615991471282		0	0	False	False	0.9994040727615356	0					non-mobilizable	chromosome	1679.0	97.85600000000001	100.0	0.00044761837945607696	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
TAN0016_000000007055	1677	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.48670397880122873		0	0	False	False	1.0	0					non-mobilizable	chromosome	1644.0	93.552	99.0	0.0004364145821156984	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0183_000000017734	1674	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.48695526705961434		0	0	False	False	0.999402642250061	0					non-mobilizable	other	1674.0	99.34299999999999	100.0	0.008345305080011174	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0077_000000007231	1673	0.6598500810633309	2	1	0	1	0	False	97524	fragment	False	MAD0077_000000007231	0.9426229508196722		0	0	False	False	0.9940227270126343	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000017543	1672	0.6598500810633309	2	1	0	1	0	False	52152	fragment	False	ISR0072_000000017543	0.9906174334140436		0	0	False	False	0.9880383014678955	0					non-mobilizable	no_good_hit								True	False
CHI0156_000000008534	1671	0.6598500810633309	3	1	0	1	0	False	79000	fragment	False	CHI0156_000000008534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0057_000000020648	1669	0.6598500810633309	1	1	0	1	0	False	46123	fragment	False	FIJ0057_000000020648	1.0		0	0	False	False	0.9796285033226013	0					non-mobilizable	no_good_hit	45.0	100.0	3.0	8.933275537747657e-06	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
MAD0044_000000014899	1668	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.17562335362097561		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	98.681	100.0	0.018117595913487664	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0042_000000015185	1668	0.6598500810633309	2	1	0	1	0	True	123281	backbone	False	ISR0183_000000017027	0.9304438141570287	PS888	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	378.0	92.85700000000001	23.0	0.7203065134099617	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
ISR0095_000000020590	1668	0.6598500810633309	1	1	0	1	0	False	108191	fragment	False	ISR0068_000000012176	0.9732101615995837		0	0	False	False	0.9988009333610535	0					non-mobilizable	no_good_hit	62.0	96.774	4.0	0.0007585838110753236	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0062_000000012466	1668	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.49484555970393485		0	0	False	False	1.0	0					non-mobilizable	other	1677.0	96.601	100.0	0.008330340396663874	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0811_000000009193	1665	0.6598500810633309	1	1	0	1	0	False	21681	fragment	False	ISR0811_000000009193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000017291	1665	0.6598500810633309	1	1	0	1	0	False	97522	fragment	False	TAN0021_000000010126	0.6486742424242424		0	0	False	False	0.9981982111930847	0					non-mobilizable	no_good_hit								True	False
MON0051_000000021438	1664	0.6598500810633309	1	1	0	1	0	False	68736	fragment	False	DEN0090_000000015796	0.9531950672645739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0086_000000016899	1661	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.07746638080971198		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	97.595	100.0	0.0034752643563756044	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0076_000000004778	1661	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.48518812929456245		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	99.338	100.0	0.008280458118839538	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0243_000000007289	1661	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4853841758862501		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	99.51799999999999	100.0	0.008280458118839538	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
TAN0017_000000022634	1661	0.6598500810633309	3	1	0	1	0	False	2455	fragment	False	TAN0017_000000022634	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0050_000000015582	1660	0.6598500810633309	1	1	0	1	0	False	6583	fragment	False	SPA0050_000000015582	0.976310802274163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0251_000000010011	1659	0.6598500810633309	2	1	0	1	0	False	32464	fragment	False	ISR0115_000000019688	0.9416058394160584		0	0	False	False	0.9969861507415771	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000019103	1659	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4701780799702372		0	0	False	False	1.0	0					non-mobilizable	chromosome	1669.0	92.331	100.0	0.00044308350910401896	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0160_000000017715	1658	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4952784722119893		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	96.882	100.0	0.008300411029969272	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0042_000000015899	1658	0.6598500810633309	1	1	0	1	0	False	98415	fragment	False	MAD0069_000000005159	0.9688006777767608		0	0	False	False	0.9819059371948242	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000011822	1657	0.6598500810633309	1	1	0	1	0	False	14021	maximal	True	USA0062_01_000000011822	1.0		2	2	False	False	0.9987930059432983	0					non-mobilizable	no_good_hit								True	False
MON0052_000000017058	1655	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.5214018327733838		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	99.00299999999999	97.0	0.21996708721886998	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	False
CHI0075_000000004233	1655	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.46638624330645767		0	0	False	False	1.0	0					non-mobilizable	chromosome	1666.0	92.31700000000001	100.0	0.0004422832378654205	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0132_000000018508	1654	0.6598500810633309	1	1	0	1	0	False	80888	fragment	False	CHI0132_000000018508	0.9705525197328476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0164_000000016827	1654	0.6598500810633309	2	1	0	1	0	False	30284	fragment	False	ISR0164_000000016827	1.0		0	0	False	False	0.9740024209022522	0					non-mobilizable	no_good_hit	98.0	82.65299999999999	6.0	0.004496828552494557	NZ_LNAM01000180.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf54, whole genome shotgun sequence	True	False
ISR0065_000000020687	1652	0.6598500810633309	2	1	0	1	0	False	52152	fragment	False	ISR0072_000000017543	0.9847488038277512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0069_000000013681	1651	0.6598500810633309	2	1	0	1	0	False	30983	fragment	False	SPA0069_000000013681	1.0		0	0	False	False	0.9951544404029846	0					non-mobilizable	no_good_hit								True	False
ISR0111_000000010859	1650	0.6598500810633309	1	1	0	1	0	False	43637	fragment	False	ISR0111_000000010859	1.0		0	0	False	False	0.9921212196350098	0					non-mobilizable	no_good_hit								True	False
CHI0097_000000004244	1650	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4765891752430518		0	0	False	False	1.0	0					non-mobilizable	chromosome	1661.0	93.859	100.0	0.00044148296662682203	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0063_000000017120	1649	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4644374780211077		0	0	False	False	1.0	0					non-mobilizable	chromosome	1659.0	92.345	100.0	0.00044041593830869077	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0166_000000017851	1649	0.6598500810633309	2	1	0	1	0	False	68338	fragment	False	ISR0214_000000017514	0.9792877703126521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	98.148	7.0	0.12145289443813848	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	False
ISR0329_000000009994	1648	0.6598500810633309	1	1	0	1	0	False	24697	fragment	False	ISR0329_000000009994	1.0		0	0	False	False	0.9781553149223328	0					non-mobilizable	no_good_hit								True	False
MAD0064_000000013354	1647	0.6598500810633309	2	1	0	1	0	False	97524	fragment	False	MAD0077_000000007231	0.9411237298266587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000018086	1647	0.6598500810633309	1	1	0	1	0	False	80888	fragment	False	CHI0132_000000018508	0.9682587666263602		0	0	False	False	0.9222829341888428	0					non-mobilizable	no_good_hit								True	False
ISR0248_000000002588	1647	0.6598500810633309	1	1	0	1	0	False	124874	fragment	False	ISR0248_000000002588	1.0		0	0	False	False	0.9866423606872559	0					non-mobilizable	no_good_hit								True	False
MAD0079_000000003418	1645	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.1467855482910334		0	0	False	False	0.9981762766838074	0					non-mobilizable	no_good_hit								True	False
CAN0017_000000020983	1645	0.6598500810633309	1	1	0	1	0	False	92383	fragment	False	CAN0017_000000020983	1.0		0	0	False	False	0.9993920922279358	0					non-mobilizable	no_good_hit								True	False
FIJ0057_000000021009	1645	0.6598500810633309	1	1	0	1	0	False	46122	fragment	False	FIJ0057_000000021009	1.0		0	0	False	False	0.9993920922279358	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	8.487554214252543e-06	CP042267.1	firmicutes	Clostridioides difficile strain Mta-79 chromosome, complete genome	True	False
ISR0033_000000019227	1643	0.6598500810633309	2	1	0	1	0	False	36869	fragment	False	ISR0033_000000019227	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000020264	1642	0.6598500810633309	1	1	0	1	0	False	107793	fragment	False	ISR0362_000000012197	0.4653221125943122		0	0	False	False	0.9890377521514893	0					non-mobilizable	no_good_hit								True	False
MON0002_000000016510	1642	0.6598500810633309	1	1	0	1	0	False	98415	fragment	False	MAD0069_000000005159	0.9629275202353321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000025288	1641	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4857178469006609		0	0	False	False	0.9847654104232788	0					non-mobilizable	chromosome	1649.0	94.72399999999999	99.0	0.00043828188167242815	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0027_000000007303	1641	0.6598500810633309	1	1	0	1	0	False	43221	maximal	True	MAD0027_000000007303	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0078_000000014976	1640	0.6598500810633309	1	1	0	1	0	False	63913	fragment	False	FIJ0078_000000014976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0027_000000007312	1640	0.6598500810633309	1	1	0	1	0	False	19041	maximal	True	MAD0027_000000007312	0.9922955775261038		12	2	False	False	0.9981707334518433	0					non-mobilizable	no_good_hit	80.0	97.5	5.0	0.00025116920856264446	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MAD0087_000000018708	1640	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.1921548032160542		0	0	False	False	1.0	0					non-mobilizable	chromosome	1648.0	91.68700000000001	100.0	0.00043801512459289534	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0115_000000014428	1640	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.025055200925904266		0	0	False	False	1.0	0					non-mobilizable	chromosome	1655.0	88.822	100.0	0.00043828188167242815	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0051_000000017679	1637	0.6598500810633309	3	1	0	1	0	False	17328	fragment	False	MAD0051_000000017679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	90.53299999999999	10.0	0.02303894679100384	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	False
ISR0220_000000005849	1637	0.6598500810633309	1	1	0	1	0	False	27986	fragment	False	ISR0220_000000005849	1.0		0	0	False	False	0.9926695227622986	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.4924243926579155e-07	CP011896.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 11 sequence	True	False
DEN0079_000000037211	1636	0.6598500810633309	2	1	0	1	0	False	69497	fragment	False	DEN0079_000000037211	1.0		0	0	False	False	0.9822738170623779	0					non-mobilizable	no_good_hit								True	False
ISR0192_000000010949	1635	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.20102343470193468		0	0	False	False	1.0	0					non-mobilizable	chromosome	1650.0	89.455	100.0	0.0004374816104338297	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0129_000000013280	1634	0.6598500810633309	1	1	0	1	0	False	100139	fragment	False	FIJ0157_000000008636	0.3160275319567355		0	0	False	False	1.0	0					non-mobilizable	plasmid	1510.0	89.073	92.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0006_000000005823	1633	0.6598500810633309	2	1	0	1	0	False	40466	fragment	False	MAD0006_000000005823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000023505	1633	0.6598500810633309	1	1	0	1	0	False	68338	fragment	False	ISR0214_000000017514	0.9760648537905773		0	0	False	False	0.9993876218795776	0					non-mobilizable	no_good_hit	93.0	96.774	6.0	0.00019237323753703707	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0066_000000021536	1632	0.6598500810633309	3	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.6209816246113169		0	0	False	False	0.9969362616539001	0					non-mobilizable	plasmid	1636.0	99.205	100.0	0.014179661075746275	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0373_000000010167	1630	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.17476901860110738		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	90.682	100.0	0.008155752424278703	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
USA0045_01_000000008818	1629	0.6598500810633309	1	1	0	1	0	False	24759	fragment	False	USA0045_01_000000008818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	94.536	11.0	0.0010124779563521866	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
SPA0116_000000025208	1627	0.6598500810633309	3	1	0	1	0	False	48803	fragment	False	SPA0116_000000025208	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1629.0	95.764	99.0	0.017661123790892293	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0025_000000025428	1627	0.6598500810633309	3	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.45055556733060753		0	0	False	False	1.0	0					non-mobilizable	other	1628.0	95.025	100.0	0.008110858374236802	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0103_000000034502	1624	0.6598500810633309	2	1	0	1	0	False	8875	fragment	False	MON0103_000000034502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	99.219	8.0	0.0010839321987607326	AP000436.5	primates	Homo sapiens genomic DNA, chromosome 11q clone:CMB9-34H12, complete sequences	True	False
FIJ0063_000000017421	1623	0.6598500810633309	1	1	0	1	0	False	45571	fragment	False	FIJ0063_000000017421	1.0		0	0	False	False	0.9987677335739136	0					non-mobilizable	no_good_hit								True	False
MAD0069_000000005503	1622	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.073102341840554		0	0	False	False	1.0	0					non-mobilizable	chromosome	1631.0	92.336	100.0	0.0004284118697297137	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0023_000000007872	1621	0.6598500810633309	1	1	0	1	0	False	100138	fragment	False	MAD0023_000000007872	1.0		0	0	False	False	0.9938309788703918	0					non-mobilizable	no_good_hit	1442.0	89.251	89.0	0.1976138233680746	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	False
MAD0055_000000005660	1619	0.6598500810633309	2	1	0	1	0	False	17104	fragment	False	MAD0055_000000005660	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1629.0	97.667	100.0	0.2356687898089172	NZ_SMUS01000073.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00073, whole genome shotgun sequence	False	False
SPA0102_000000020104	1614	0.6598500810633309	2	1	0	1	0	False	4903	maximal	True	SPA0102_000000020104	1.0		2	1	False	False	0.9993804097175598	0					non-mobilizable	no_good_hit								True	False
CHI0174_000000009402	1611	0.6598500810633309	2	1	0	1	0	False	87529	fragment	False	CHI0174_000000009402	1.0		0	0	False	False	0.9931719303131104	0					non-mobilizable	no_good_hit								True	False
MON0075_000000015927	1610	0.6598500810633309	3	1	0	1	0	False	10339	fragment	False	MON0075_000000015927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0218_000000010916	1607	0.6598500810633309	1	1	0	1	0	False	108191	fragment	False	ISR0068_000000012176	0.9609706772277119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	4.0	0.09131075110456553	NZ_CYZK01000050.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0053_000000010965	1606	0.6598500810633309	1	1	0	1	0	False	68338	fragment	False	ISR0214_000000017514	0.969546288912967		0	0	False	False	0.9875466823577881	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	0.0016283901398169464	GU942937.1		Uncultured organism clone 20 genomic sequence	True	False
ISR0187_000000017849	1606	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.7821395338731035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	97.727	8.0	0.1059013742926435	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
FIJ0083_000000022520	1603	0.6598500810633309	3	1	0	1	0	False	73336	fragment	False	FIJ0083_000000022520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	98.79299999999999	89.0	0.29604086845466154	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ENG0168_000000019347	1602	0.6598500810633309	1	1	0	1	0	False	68338	fragment	False	ISR0214_000000017514	0.9688800783448848		0	0	False	False	0.9912609457969666	0					non-mobilizable	no_good_hit	88.0	89.773	5.0	0.1259150805270864	GQ877106.1		Uncultured organism clone VC1AJ31TR genomic sequence	True	False
ISR0072_000000018366	1601	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.43759815474264147		0	0	False	False	0.9993754029273987	0					non-mobilizable	other	1601.0	99.18799999999999	100.0	0.007981164451893532	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0055_000000015199	1600	0.6598500810633309	3	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.1145360161536671		0	0	False	False	0.9993749856948853	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	0.00044651793000446516	NZ_QRML01000009.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf9, whole genome shotgun sequence	True	False
FIJ0090_000000028612	1599	0.6598500810633309	1	1	0	1	0	False	43438	fragment	False	FIJ0090_000000028612	1.0		0	0	False	False	0.998123824596405	0					non-mobilizable	no_good_hit	1321.0	79.334	81.0	0.0027224995138393727	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0807_000000008957	1598	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4492240828793344		0	0	False	False	1.0	0					non-mobilizable	other	1598.0	99.499	100.0	0.00796619976854623	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
TAN0001_000000008944	1597	0.6598500810633309	1	1	0	1	0	False	18846	fragment	False	TAN0001_000000008944	0.9302325581395349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0025_000000001559	1597	0.6598500810633309	2	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.5641024833905889		0	0	False	False	1.0	0					non-mobilizable	plasmid	1596.0	99.12299999999999	99.0	0.013824085476904932	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
TAN0002_000000025821	1596	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.20541735179755913		0	0	False	False	0.9987468719482422	0					non-mobilizable	chromosome	1615.0	91.39299999999999	100.0	0.0004273448414115824	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0005_01_000000019756	1595	0.6598500810633309	1	1	0	1	0	False	2161	fragment	False	USA0005_01_000000019756	1.0		0	0	False	False	0.9818181991577148	0					non-mobilizable	no_good_hit								True	False
DEN0010_000000029045	1593	0.6598500810633309	2	1	0	1	0	False	75906	fragment	False	DEN0010_000000029045	0.9832149774047774		0	0	False	False	0.9774011373519897	0					non-mobilizable	no_good_hit								True	False
FIJ0069_000000013971	1593	0.6598500810633309	1	1	0	1	0	False	50573	fragment	False	FIJ0102_000000017696	0.6749989446490783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0781_000000018778	1593	0.6598500810633309	1	1	0	1	0	False	68338	fragment	False	ISR0214_000000017514	0.9672782887786566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	96.61	4.0	0.00012127878018639293	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0105_000000023931	1591	0.6598500810633309	1	1	0	1	0	False	18846	fragment	False	TAN0001_000000008944	0.9286161552911709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000022682	1591	0.6598500810633309	1	1	0	1	0	False	45942	fragment	False	FIJ0083_000000022682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000022198	1590	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4434773566495213		0	0	False	False	0.9993710517883301	0					non-mobilizable	chromosome	1597.0	93.3	100.0	0.00042414375645718854	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0008_000000022883	1590	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.6706492215210157		0	0	False	False	0.9679245352745056	0					non-mobilizable	no_good_hit								True	False
ISR0312_000000011447	1589	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4569243719580311		0	0	False	False	1.0	0					non-mobilizable	other	1598.0	94.743	100.0	0.00795123508519893	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0163_000000015406	1588	0.6598500810633309	2	1	0	1	0	True	39154	fragment	False	FIJ0163_000000015406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	83.01899999999999	30.0	0.29892336922102597	NZ_VZBY01000012.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_73_length_1579_cov_34.4154_ID_145, whole genome shotgun sequence	True	True
ENG0113_000000017592	1587	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.778486287516949		0	0	False	False	0.9993698596954346	0					non-mobilizable	no_good_hit	112.0	98.214	7.0	0.08973322554567502	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0142_000000017010	1587	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.43752308508880483		0	0	False	False	0.9993698596954346	0					non-mobilizable	other	1587.0	98.992	100.0	0.007911329262939464	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
SPA0071_000000013340	1586	0.6598500810633309	3	1	0	1	0	False	5888	fragment	False	SPA0071_000000013340	1.0		0	0	False	False	0.996216893196106	0					non-mobilizable	no_good_hit								True	False
AST0102_000000019859	1586	0.6598500810633309	1	1	0	1	0	False	108191	fragment	False	ISR0068_000000012176	0.6251891822623297		0	0	False	False	0.9987389445304871	0					non-mobilizable	no_good_hit	74.0	95.946	5.0	0.002551822980389415	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	False
FIJ0112_000000017408	1584	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4621840867192358		0	0	False	False	1.0	0					non-mobilizable	chromosome	1598.0	94.055	100.0	0.0004236102422981229	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0050_000000015303	1583	0.6598500810633309	2	1	0	1	0	True	112645	fragment	False	ISR0001_000000011179	0.16216239512244007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0068_000000020377	1581	0.6598500810633309	1	1	0	1	0	False	45049	fragment	False	FIJ0068_000000020377	1.0		0	0	False	False	0.9981024861335754	0	rep_cluster_2469				non-mobilizable	plasmid	1581.0	99.051	100.0	0.014270617881626127	CP057316.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 plasmid pRHB30-C05_4, complete sequence	False	True
FIJ0090_000000029009	1580	0.6598500810633309	2	1	0	1	0	False	52254	fragment	False	FIJ0090_000000029009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	74.71600000000001	49.0	0.00041416674727331315	NZ_GL982488.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD1, whole genome shotgun sequence	True	False
MAD0067_000000006439	1580	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.624182613773808		0	0	False	False	1.0	0					non-mobilizable	plasmid	1583.0	99.495	100.0	0.013720014569926976	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0097_000000019305	1579	0.6598500810633309	2	1	0	1	0	False	33281	fragment	False	ISR0097_000000019305	1.0		0	0	False	False	0.9727675914764404	0					non-mobilizable	no_good_hit								True	False
FIJ0093_000000012035	1578	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.044862129055785474		0	0	False	False	0.9987325668334961	0					non-mobilizable	other	1486.0	99.05799999999999	94.0	0.003105154975461957	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0818_000000011764	1578	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.42216303847928016		0	0	False	False	1.0	0					non-mobilizable	chromosome	1582.0	96.46	100.0	0.00042174294274139316	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0012_000000018968	1578	0.6598500810633309	2	1	0	1	0	False	19651	maximal	True	MAD0012_000000018968	0.9935897435897436		2	1	False	False	0.999366283416748	0					non-mobilizable	no_good_hit	903.0	82.835	57.0	0.22911877394636015	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
FIJ0057_000000022074	1577	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.41185703757482084		0	0	False	False	1.0	0					non-mobilizable	chromosome	1590.0	94.34	100.0	0.0004222764569004588	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0012_000000014854	1577	0.6598500810633309	1	1	0	1	0	False	124871	fragment	False	AST0012_000000014854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0042_000000015403	1576	0.6598500810633309	4	1	0	1	0	False	47284	fragment	False	FIJ0042_000000015403	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	518.0	97.68299999999999	90.0	0.13205619412515965	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
FIJ0061_000000017450	1571	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.09636863524977164		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	91.12	99.0	0.007497306356997486	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0279_000000014233	1570	0.6598500810633309	1	1	0	1	0	False	108191	fragment	False	ISR0068_000000012176	0.9388517442292349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	5.0	0.11634756995581738	NZ_CYZK01000050.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0078_000000021627	1568	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.09845595659639463		0	0	False	False	0.9993622303009033	0					non-mobilizable	other	1570.0	98.662	100.0	0.01705249429409847	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0267_000000011398	1568	0.6598500810633309	2	1	0	1	0	False	46840	fragment	False	ISR0267_000000011398	0.9670795306388527		0	0	False	False	0.9904336929321289	0					non-mobilizable	no_good_hit	136.0	82.353	9.0	4.3407745999735055e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
MON0064_000000018134	1568	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.11851316611750826		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	90.14	99.0	0.00779161179616106	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0025_000000008226	1565	0.6598500810633309	1	1	0	1	0	False	19131	maximal	True	MAD0025_000000008226	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0084_000000004484	1565	0.6598500810633309	2	1	0	1	0	False	97521	fragment	False	MAD0084_000000004484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0053_000000007668	1564	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4213218756001081		0	0	False	False	0.9993606209754944	0					non-mobilizable	other	1564.0	99.488	100.0	0.007796600023943494	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0296_000000016674	1564	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.42125821493953475		0	0	False	False	0.9993606209754944	0					non-mobilizable	other	1564.0	99.488	100.0	0.007796600023943494	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0111_000000011409	1564	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.41635564181909307		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	99.488	100.0	0.007796600023943494	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0107_000000025360	1564	0.6598500810633309	2	1	0	1	0	False	90241	fragment	False	MAD0107_000000025360	0.9810475534114405		0	0	False	False	0.9987212419509888	0					non-mobilizable	no_good_hit								True	False
MAD0039_000000009434	1563	0.6598500810633309	2	1	0	1	0	False	18468	fragment	False	MAD0039_000000009434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000021188	1563	0.6598500810633309	1	1	0	1	0	False	68338	fragment	False	ISR0214_000000017514	0.8083243012323152		0	0	False	False	0.9968010187149048	0					non-mobilizable	no_good_hit	76.0	98.684	5.0	2.2581063760794878e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0060_000000010886	1562	0.6598500810633309	1	1	0	1	0	False	19041	maximal	False	MAD0027_000000007312	0.9804053336236648		0	0	False	False	0.9942381381988525	0					non-mobilizable	no_good_hit	42.0	100.0	3.0	0.00013035363988694206	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0163_000000015712	1559	0.6598500810633309	2	1	0	1	0	False	39151	fragment	False	FIJ0163_000000015712	0.998009289980093		0	0	False	False	0.995509922504425	0					non-mobilizable	no_good_hit								True	False
ISR0065_000000022033	1558	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.43023560024317925		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	96.93700000000001	100.0	0.007796600023943494	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0019_000000000624	1558	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.3935351898078623		0	0	False	False	1.0	0					non-mobilizable	chromosome	1568.0	93.11200000000001	100.0	0.0004156075299121382	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0055_000000015746	1557	0.6598500810633309	2	1	0	1	0	False	98415	fragment	False	MAD0069_000000005159	0.4741169305724726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	100.0	5.0	1.9206509726363256e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0025_000000013700	1557	0.6598500810633309	1	1	0	1	0	False	86027	fragment	False	FIJ0025_000000013700	1.0		0	0	False	False	0.9987154603004456	0					non-mobilizable	no_good_hit								True	False
MON0050_000000025289	1557	0.6598500810633309	2	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.5588498465199228		0	0	False	False	0.9537572264671326	0					non-mobilizable	plasmid	1482.0	99.325	100.0	0.012844084436195861	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
CHI0020_000000006743	1556	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.4306975675517773		0	0	False	False	0.9980719685554504	0					non-mobilizable	other	1565.0	97.508	100.0	0.007796600023943494	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0309_000000012725	1556	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.40372089618133467		0	0	False	False	1.0	0					non-mobilizable	other	1556.0	99.486	100.0	0.007756694201684026	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0030_000000024135	1556	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.280685457300301		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	94.311	99.0	0.0003966677772653078	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0139_000000007505	1554	0.6598500810633309	1	1	0	1	0	False	80321	maximal	True	CHI0139_000000007505	1.0		1	1	False	False	0.9864864945411682	0					non-mobilizable	no_good_hit								True	False
FIJ0014_000000016162	1553	0.6598500810633309	3	1	0	1	0	False	50458	fragment	False	FIJ0014_000000016162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	96.444	20.0	0.057215836526181355	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
MON0069_000000033579	1553	0.6598500810633309	2	1	0	1	0	False	26617	fragment	False	MON0069_000000033579	0.9262187088274045		0	0	False	False	0.9793947339057922	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.00016907069087114882	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	True	False
USA0055_01_000000017074	1552	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.7244788048932123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0183_000000004834	1552	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.40590975019072156		0	0	False	False	1.0	0					non-mobilizable	chromosome	1561.0	92.056	100.0	0.00041480725867353973	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0081_000000023360	1551	0.6598500810633309	3	1	0	1	0	False	44240	fragment	False	FIJ0081_000000023360	1.0		0	0	False	False	0.9490651488304138	0					non-mobilizable	no_good_hit	249.0	96.787	24.0	0.06334610472541508	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
SPA0096_000000027099	1550	0.6598500810633309	2	1	0	1	0	False	6137	fragment	False	SPA0096_000000027099	1.0		0	0	False	False	0.9845161437988281	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00033821068745772364	NZ_SPFU01000019.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_19_length_112356_cov_30.0039, whole genome shotgun sequence	True	False
CHI0183_000000004841	1550	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.42440512731523333		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	93.97	100.0	0.007746717746119159	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0100_000000011890	1549	0.6598500810633309	2	1	0	1	0	False	75906	fragment	False	DEN0010_000000029045	0.9698681732580038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000010506	1548	0.6598500810633309	2	1	0	1	0	False	32578	fragment	False	ISR0113_000000010506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000039762	1547	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.15966330970860385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1549.0	96.385	100.0	0.00041267320203727716	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0326_000000013137	1547	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.025204230032844194		0	0	False	False	0.9993535876274109	0					non-mobilizable	other	1543.0	97.602	99.0	0.0032243427421968607	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0016_000000014488	1545	0.6598500810633309	3	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.6433342986355294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	82.85700000000001	7.0	0.19731800766283525	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
FIJ0116_000000011240	1544	0.6598500810633309	1	1	0	1	0	False	41667	fragment	False	FIJ0116_000000011240	0.9710144927536232		0	0	False	False	0.9993523359298706	0					non-mobilizable	no_good_hit	80.0	100.0	5.0	0.00012784205841896593	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
MON0064_000000018508	1543	0.6598500810633309	2	1	0	1	0	False	13714	maximal	True	MON0064_000000018508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	94.196	15.0	5.9486828735819525e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0178_000000014701	1542	0.6598500810633309	2	1	0	1	0	True	55449	fragment	False	ENG0178_000000014701	1.0		0	0	False	False	0.9993515014648438	0					non-mobilizable	no_good_hit	832.0	84.85600000000001	74.0	0.18426916221033868	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	True
FIJ0042_000000015779	1541	0.6598500810633309	2	1	0	1	0	False	47282	fragment	False	FIJ0042_000000015779	1.0		0	0	False	False	0.989617109298706	0					non-mobilizable	no_good_hit								True	False
SPA0045_000000016485	1540	0.6598500810633309	2	1	0	1	0	True	6749	fragment	False	SPA0045_000000016485	1.0		0	0	False	False	0.9798701405525208	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	3.0	0.0015876015876015875	NZ_QSFS01000024.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf24, whole genome shotgun sequence	True	True
ISR0218_000000011507	1537	0.6598500810633309	1	1	0	1	0	False	68338	fragment	False	ISR0214_000000017514	0.7090669044002149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	93.333	6.0	0.0002832815593362198	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0064_000000018621	1535	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.13470585018506284		0	0	False	False	1.0	0					non-mobilizable	chromosome	1535.0	95.44	99.0	0.00040893860292381766	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0158_000000012574	1534	0.6598500810633309	2	1	0	1	0	False	46840	fragment	False	ISR0267_000000011398	0.956313775510204		0	0	False	False	0.9869621992111206	0					non-mobilizable	no_good_hit	114.0	84.211	7.0	3.642197011915786e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0016_000000015757	1533	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.5533047178161672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	89.06200000000001	12.0	0.36398467432950193	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
ENG0089_000000013491	1532	0.6598500810633309	3	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.4299491188632971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	96.316	12.0	0.15036378334680678	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
MON0047_000000025933	1532	0.6598500810633309	3	1	0	1	0	False	21056	fragment	False	MON0047_000000025933	0.9826977401129944		0	0	False	False	0.9699738621711731	0					non-mobilizable	no_good_hit	265.0	88.302	20.0	0.0393999090771329	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0376_000000016232	1530	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.3726082833088443		0	0	False	False	1.0	0					non-mobilizable	other	1539.0	96.881	100.0	0.007656929646035357	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0083_000000023645	1530	0.6598500810633309	1	1	0	1	0	False	44062	fragment	False	FIJ0083_000000023645	1.0		0	0	False	False	0.9967319965362549	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000015602	1528	0.6598500810633309	2	1	0	1	0	False	39553	fragment	False	MAD0048_000000015602	0.9998678122934568		0	0	False	False	0.9993455410003662	0					non-mobilizable	no_good_hit								True	False
SPA0112_000000021754	1526	0.6598500810633309	1	1	0	1	0	False	4524	fragment	False	SPA0112_000000021754	1.0		0	0	False	False	0.9954128265380859	0					non-mobilizable	no_good_hit								True	False
FIJ0156_000000005419	1526	0.6598500810633309	3	1	0	1	0	False	39494	maximal	True	FIJ0156_000000005419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	94.005	24.0	0.29345189975747776	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	False
AUS0010_000000016234	1525	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.3305558331664285		0	0	False	False	1.0	0					non-mobilizable	chromosome	1537.0	94.405	100.0	0.00040867184584428485	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0100_000000001714	1524	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.029801698843963973		0	0	False	False	1.0	0					non-mobilizable	chromosome	1536.0	89.51799999999999	100.0	0.00040680454628755504	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0018_000000011606	1524	0.6598500810633309	1	1	0	1	0	False	89520	fragment	False	CHI0018_000000011606	1.0		0	0	False	False	0.9954068064689636	0					non-mobilizable	no_good_hit								True	False
MAD0078_000000006492	1523	0.6598500810633309	2	1	0	1	0	False	39553	fragment	False	MAD0048_000000015602	0.9985524234989601		0	0	False	False	0.9993433952331543	0					non-mobilizable	no_good_hit								True	False
MAD0028_000000008220	1523	0.6598500810633309	2	1	0	1	0	False	50573	fragment	False	FIJ0102_000000017696	0.41479884187549215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0269_000000012729	1521	0.6598500810633309	2	1	0	1	0	False	26457	fragment	False	ISR0269_000000012729	1.0		0	0	False	False	0.9914529919624329	0					non-mobilizable	no_good_hit	400.0	99.0	26.0	0.6832191780821918	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	False
FIJ0132_000000022580	1518	0.6598500810633309	1	1	0	1	0	False	41667	fragment	False	FIJ0116_000000011240	0.9630829015544041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0034_000000009691	1517	0.6598500810633309	2	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.23979511924982364		0	0	False	False	1.0	0					non-mobilizable	plasmid	1520.0	99.079	100.0	0.013173642308292717	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0114_000000018496	1515	0.6598500810633309	1	1	0	1	0	False	32534	maximal	True	ISR0114_000000018496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000017623	1513	0.6598500810633309	2	1	0	1	0	False	39553	fragment	False	MAD0048_000000015602	0.9958046429443129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0176_000000022659	1509	0.6598500810633309	2	1	0	1	0	False	29807	fragment	False	ISR0176_000000022659	1.0		0	0	False	False	0.9940357804298401	0					non-mobilizable	no_good_hit	184.0	88.04299999999999	12.0	0.00038265546162258464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0042_000000022425	1509	0.6598500810633309	2	1	0	1	0	True	6841	maximal	True	SPA0042_000000022425	1.0		0	0	False	False	0.9840954542160034	0					non-mobilizable	no_good_hit	230.0	92.17399999999999	15.0	0.18027485852869846	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
ISR0149_000000011712	1508	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.6093042515137544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	86.84200000000001	7.0	0.21264367816091953	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
MAD0027_000000008101	1507	0.6598500810633309	1	1	0	1	0	False	39151	fragment	False	FIJ0163_000000015712	0.981398332264272		0	0	False	False	0.9986728429794312	0					non-mobilizable	no_good_hit								True	False
ISR0073_000000018280	1506	0.6598500810633309	2	1	0	1	0	False	34781	fragment	False	ISR0073_000000018280	1.0		0	0	False	False	0.9993360042572021	0					non-mobilizable	no_good_hit								True	False
ISR0189_000000010895	1506	0.6598500810633309	1	1	0	1	0	False	29215	fragment	False	ISR0189_000000010895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	2.554877609749413e-05	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
MON0050_000000026385	1504	0.6598500810633309	2	1	0	1	0	False	11318	fragment	False	MON0050_000000026385	1.0		0	0	False	False	0.9734042286872864	0					non-mobilizable	no_good_hit								True	False
ISR0394_000000012721	1503	0.6598500810633309	1	1	0	1	0	False	22750	fragment	False	ISR0394_000000012721	1.0		0	0	False	False	0.9913506507873535	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	2.1946479467047072e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0018_000000014385	1503	0.6598500810633309	1	1	0	1	0	True	122790	fragment	False	ISR0382_000000002969	0.05900966008150079		0	0	False	False	0.9953426718711853	0					non-mobilizable	other	1494.0	98.193	99.0	0.016226497119878273	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0049_000000011367	1503	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.32340403150996994		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	89.421	93.0	0.19171695008228196	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	False
MON0055_000000016510	1502	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.5044129465436223		0	0	False	False	0.9920106530189514	0					non-mobilizable	plasmid	1430.0	99.09100000000001	96.0	0.012393110505958059	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0089_000000025182	1500	0.6598500810633309	2	1	0	1	0	True	84086	maximal	True	SPA0089_000000025182	1.0		0	0	False	False	0.987333357334137	0					non-mobilizable	no_good_hit	221.0	86.87799999999999	14.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
SPA0149_000000026810	1499	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.3837603339342824		0	0	False	False	0.9899933338165283	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0001_000000023193	1499	0.6598500810633309	1	1	0	1	0	False	92654	maximal	True	MON0001_000000023193	1.0		0	0	False	False	0.9919946789741516	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000026870	1499	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.5580628373114515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	87.37899999999999	7.0	0.19348659003831417	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
CAN0012_000000030704	1498	0.6598500810633309	1	1	0	1	0	False	94101	fragment	False	CAN0012_000000030704	1.0		0	0	False	False	0.998664915561676	0					non-mobilizable	no_good_hit								True	False
TAN0027_000000007770	1498	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.1504080805614727		0	0	False	False	0.9899866580963135	0					non-mobilizable	chromosome	1509.0	91.054	100.0	0.0004004023763787673	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0002_000000018499	1498	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.5714845797129567		0	0	False	False	0.9712950587272644	0					non-mobilizable	other	1423.0	97.33	95.0	0.1950082281952825	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	False
ISR0213_000000018215	1497	0.6598500810633309	1	1	0	1	0	False	28257	maximal	True	ISR0213_000000018215	1.0		0	0	False	False	0.997327983379364	0					non-mobilizable	no_good_hit	461.0	98.915	31.0	0.0035172767102758006	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
MON0092_000000037379	1497	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.6678482521965928		0	0	False	False	0.9879759550094604	0					non-mobilizable	no_good_hit								True	False
MON0085_000000020345	1496	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.48389862599739947		0	0	False	False	0.9966577291488647	0					non-mobilizable	other	1465.0	99.249	98.0	0.20076796489303347	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	False
MON0090_000000041238	1495	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.5314845220986896		0	0	False	False	0.9993311166763306	0					non-mobilizable	other	1445.0	99.516	97.0	0.19802523313219966	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	False
CHI0111_000000020114	1495	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.16301592897797276		0	0	False	False	0.9819397926330566	0					non-mobilizable	other	1459.0	99.383	98.0	0.007272836106787981	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0021_000000010307	1494	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.19705165537325123		0	0	False	False	0.9571619629859924	0					non-mobilizable	chromosome	1432.0	93.994	100.0	0.00038146262373193687	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0002_000000018600	1491	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.09516763127326519		0	0	False	False	0.9993293285369873	0					non-mobilizable	no_good_hit								True	False
MON0100_000000030979	1490	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.5631157077114037		0	0	False	False	0.9610738158226013	0					non-mobilizable	no_good_hit								True	False
MAD0009_000000007202	1489	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.6134083619497368		0	0	False	False	1.0	0					non-mobilizable	plasmid	1489.0	99.79899999999999	100.0	0.012904792465266334	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0104_000000030751	1488	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.5705129438741388		0	0	False	False	0.948924720287323	0					non-mobilizable	no_good_hit								True	False
MON0059_000000026321	1486	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.6653459090406991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0094_000000025760	1485	0.6598500810633309	2	1	0	1	0	False	17023	fragment	False	MON0094_000000025760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0140_000000015522	1485	0.6598500810633309	3	1	0	1	0	False	31230	fragment	False	ISR0140_000000015522	1.0		0	0	False	False	0.9905723929405212	0					non-mobilizable	no_good_hit								True	False
MON0003_000000010578	1484	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.4540052833385384		0	0	False	False	1.0	0					non-mobilizable	plasmid	1484.0	99.663	100.0	0.012861429587358853	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0118_000000009769	1483	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.05575341422813846		0	0	False	False	1.0	0					non-mobilizable	other	1483.0	99.056	100.0	0.0030988819351074883	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0067_000000017923	1483	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.08079481378488572		0	0	False	False	1.0	0					non-mobilizable	other	1483.0	98.179	100.0	0.0030988819351074883	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0084_000000004744	1483	0.6598500810633309	2	1	0	1	0	False	39553	fragment	False	MAD0048_000000015602	0.9848915259027032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000016885	1482	0.6598500810633309	2	1	0	1	0	False	19651	maximal	False	MAD0012_000000018968	0.9635614702154627		0	0	False	False	0.9865047335624695	0					non-mobilizable	no_good_hit	903.0	82.946	61.0	0.22911877394636015	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
SPA0043_000000011485	1482	0.6598500810633309	2	1	0	1	0	False	6808	fragment	False	SPA0043_000000011485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000021025	1482	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.6130015737172122		0	0	False	False	1.0	0					non-mobilizable	plasmid	1485.0	99.461	100.0	0.01287010216294035	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0293_000000023655	1482	0.6598500810633309	1	1	0	1	0	False	70338	fragment	False	ENG0125_000000017938	0.9611557025532131		0	0	False	False	0.9993252158164978	0					non-mobilizable	no_good_hit	97.0	90.72200000000001	6.0	0.0001577247785627122	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0125_000000017938	1481	0.6598500810633309	1	1	0	1	0	False	70338	fragment	False	ENG0125_000000017938	0.9615274731233305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	90.816	6.0	0.00015938503938968813	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0037_000000024142	1481	0.6598500810633309	1	1	0	1	0	False	65168	fragment	False	ENG0037_000000024142	1.0		0	0	False	False	0.9858204126358032	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00012591051959074417	AC124546.4	rodents	Mus musculus BAC clone RP23-273G17 from chromosome 12, complete sequence	True	False
AST0046_000000011224	1480	0.6598500810633309	1	1	0	1	0	False	115587	fragment	False	AST0046_000000011224	1.0		0	0	False	False	0.9945945739746094	0					non-mobilizable	no_good_hit								True	False
AUS0016_000000019231	1478	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.323072108854383		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	89.37200000000001	95.0	0.19212835984640703	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	False
ISR0169_000000021814	1478	0.6598500810633309	1	1	0	1	0	False	70338	fragment	False	ENG0125_000000017938	0.9593928682929502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	88.421	6.0	0.00015440425690876037	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0015_000000014227	1477	0.6598500810633309	1	1	0	1	0	False	40465	fragment	False	MAD0015_000000014227	0.9925723032220151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000024067	1477	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.2396865104239263		0	0	False	False	0.9972918033599854	0					non-mobilizable	chromosome	1491.0	92.22	100.0	0.0003953339918676437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0167_000000019047	1477	0.6598500810633309	2	1	0	1	0	False	65591	fragment	False	ENG0032_000000015217	0.9720597319024966		0	0	False	False	0.9993229508399963	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000012019	1476	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.16019012959823634		0	0	False	False	1.0	0					non-mobilizable	chromosome	1490.0	90.94	100.0	0.0003945337206290452	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0014_000000016184	1476	0.6598500810633309	2	1	0	1	0	False	7934	fragment	False	SPA0014_000000016184	1.0		0	0	False	False	0.9905149340629578	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000029404	1475	0.6598500810633309	1	1	0	1	0	True	112645	fragment	False	ISR0001_000000011179	0.22056881276305576		0	0	False	False	0.9877966046333313	0					non-mobilizable	no_good_hit	81.0	96.296	6.0	0.00016728107611916268	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0310_000000012047	1474	0.6598500810633309	2	1	0	1	0	True	84087	fragment	False	ISR0310_000000012047	0.9836734693877551		0	0	False	False	0.9979647397994995	0					non-mobilizable	no_good_hit	222.0	86.93700000000001	15.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ISR0072_000000020013	1474	0.6598500810633309	2	1	0	1	0	False	34825	fragment	False	ISR0072_000000020013	1.0		0	0	False	False	0.9911804795265198	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0274660604977423e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0003_000000012334	1474	0.6598500810633309	2	1	0	1	0	False	70338	fragment	False	ENG0125_000000017938	0.8209208519408944		0	0	False	False	0.9952509999275208	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000027914	1472	0.6598500810633309	2	1	0	1	0	False	65591	fragment	False	ENG0032_000000015217	0.9669224116693456		0	0	False	False	0.9993206262588501	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000031211	1471	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.03156572671167398		0	0	False	False	0.9762066602706909	0					non-mobilizable	other	1472.0	98.573	100.0	0.0030758807871411036	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0077_000000019322	1470	0.6598500810633309	2	1	0	1	0	True	84087	fragment	False	ISR0310_000000012047	0.9813432835820896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	86.87799999999999	15.0	0.05354523227383863	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
MAD0050_000000016499	1470	0.6598500810633309	1	1	0	1	0	False	19041	maximal	False	MAD0027_000000007312	0.7292134727065667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0059_000000026646	1469	0.6598500810633309	1	1	0	1	0	False	20061	fragment	False	MON0059_000000026646	0.9622878127135954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0063_000000020302	1469	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.5546723345671093		0	0	False	False	0.9945541024208069	0					non-mobilizable	plasmid	1454.0	99.45	100.0	0.012601252319913969	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0069_000000035674	1468	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.6348473282185626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000014084	1465	0.6598500810633309	4	1	0	1	0	False	35014	maximal	True	ISR0068_000000014084	1.0		2	1	False	False	0.99385666847229	0					non-mobilizable	no_good_hit	624.0	99.199	53.0	0.00290777725399411	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0249_000000014822	1464	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.02443292060212719		0	0	False	False	1.0	0					non-mobilizable	chromosome	1435.0	91.08	97.0	0.0003817293808114697	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0120_01_000000009036	1463	0.6598500810633309	1	1	0	1	0	False	207	fragment	False	USA0120_01_000000009036	1.0		0	0	False	False	0.9938482642173767	0					non-mobilizable	no_good_hit								True	False
SPA0022_000000009003	1463	0.6598500810633309	1	1	0	1	0	False	70338	fragment	False	ENG0125_000000017938	0.9517874943182899		0	0	False	False	0.9986329674720764	0					non-mobilizable	no_good_hit	55.0	98.182	5.0	8.965408465669957e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0132_000000023559	1463	0.6598500810633309	1	1	0	1	0	False	40761	fragment	False	FIJ0132_000000023559	0.9973444613050075		0	0	False	False	0.9993164539337158	0					non-mobilizable	no_good_hit								True	False
AUS0016_000000019465	1462	0.6598500810633309	3	1	0	1	0	False	100126	fragment	False	AUS0016_000000019465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	94.4	9.0	0.03167305236270754	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
MAD0045_000000029061	1462	0.6598500810633309	3	1	0	1	0	False	17821	fragment	False	MAD0045_000000029061	1.0		0	0	False	False	0.9712722301483154	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	0.0008934725448650856	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0107_000000041880	1461	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.4528333860793955		0	0	False	False	1.0	0					non-mobilizable	plasmid	1461.0	99.726	100.0	0.012661960348984442	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0088_000000022085	1460	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.3844525153021512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0300_000000007389	1460	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.03884130380551828		0	0	False	False	1.0	0					non-mobilizable	chromosome	1466.0	89.01799999999999	99.0	0.00038813155072025743	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0300_000000007391	1460	0.6598500810633309	2	1	0	1	0	False	25587	maximal	True	ISR0300_000000007391	1.0		10	4	False	False	0.999315083026886	0					non-mobilizable	no_good_hit	185.0	99.459	13.0	0.00037767373504955944	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
ISR0197_000000017497	1457	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.2717155416354323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	90.196	10.0	0.28735632183908044	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
CHI0045_000000014525	1457	0.6598500810633309	1	1	0	1	0	False	122797	fragment	False	CHI0045_000000014525	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1085.0	90.046	91.0	0.01175959134876644	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0179_000000015089	1456	0.6598500810633309	3	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.13156009371841404		0	0	False	False	1.0	0					non-mobilizable	chromosome	1466.0	95.29299999999999	100.0	0.00038973209319745437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0003_000000022069	1455	0.6598500810633309	1	1	0	1	0	True	129396	fragment	False	AST0003_000000022069	0.9807272727272728		0	0	False	False	0.999312698841095	0					non-mobilizable	no_good_hit	460.0	87.609	32.0	0.0009597751742336959	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ETH0003_000000029119	1454	0.6598500810633309	1	1	0	1	0	False	53067	maximal	True	ETH0003_000000029119	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000018438	1453	0.6598500810633309	1	1	0	1	0	False	50573	fragment	False	FIJ0102_000000017696	0.40799093303628287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0064_000000015619	1452	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.3481731742896107		0	0	False	False	1.0	0					non-mobilizable	plasmid	1442.0	89.459	99.0	0.012497181412936013	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0339_000000010500	1452	0.6598500810633309	2	1	0	1	0	True	41182	fragment	False	ISR0339_000000010500	1.0		0	0	False	False	0.9993112683296204	0					non-mobilizable	no_good_hit								True	True
MON0004_000000031750	1451	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.5011639315525057		0	0	False	False	0.9951757192611694	0					non-mobilizable	plasmid	1436.0	99.58200000000001	100.0	0.012445145959447037	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
TAN0011_000000003649	1451	0.6598500810633309	1	1	0	1	0	False	90241	fragment	False	MAD0107_000000025360	0.946611253196931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000016290	1451	0.6598500810633309	1	1	0	1	0	False	30703	fragment	False	ISR0152_000000016290	1.0		0	0	False	False	0.9875947833061218	0					non-mobilizable	other	1450.0	96.759	99.0	0.01573741984566895	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0057_000000010873	1450	0.6598500810633309	2	1	0	1	0	False	39553	fragment	False	MAD0048_000000015602	0.9674259693586782		0	0	False	False	0.9993103742599487	0					non-mobilizable	no_good_hit								True	False
MON0107_000000042300	1449	0.6598500810633309	1	1	0	1	0	False	8571	maximal	True	MON0107_000000042300	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000019128	1449	0.6598500810633309	1	1	0	1	0	False	48081	fragment	False	FIJ0034_000000019128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0109_000000024998	1448	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.4555873542500409		0	0	False	False	0.9868784546852112	0					non-mobilizable	no_good_hit								True	False
MAD0061_000000012637	1447	0.6598500810633309	1	1	0	1	0	False	19041	maximal	False	MAD0027_000000007312	0.7227708240786712		0	0	False	False	0.9875604510307312	0					non-mobilizable	no_good_hit								True	False
MON0064_000000019923	1447	0.6598500810633309	1	1	0	1	0	False	20060	fragment	False	MON0064_000000019923	1.0		0	0	False	False	0.9972356557846069	0					non-mobilizable	no_good_hit								True	False
ISR0356_000000014582	1446	0.6598500810633309	1	1	0	1	0	False	70338	fragment	False	ENG0125_000000017938	0.8363249272144858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	96.33	8.0	0.004477055092650168	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
USA0059_01_000000017611	1446	0.6598500810633309	2	1	0	1	0	False	56808	fragment	False	USA0059_01_000000017611	0.9521116138763197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0037_000000052273	1444	0.6598500810633309	1	1	0	1	0	False	100134	fragment	False	MON0037_000000052273	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1341.0	88.74	92.0	0.011621251279204898	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0080_000000008516	1444	0.6598500810633309	1	1	0	1	0	False	63412	fragment	False	SPA0080_000000008516	1.0		0	0	False	False	0.9965373873710632	0					non-mobilizable	no_good_hit								True	False
FIJ0139_000000018361	1444	0.6598500810633309	1	1	0	1	0	False	40429	fragment	False	FIJ0139_000000018361	1.0		0	0	False	False	0.997922420501709	0					non-mobilizable	no_good_hit								True	False
FIJ0080_000000016724	1443	0.6598500810633309	1	1	0	1	0	False	44308	fragment	False	FIJ0080_000000016724	1.0		0	0	False	False	0.9785169959068298	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000029927	1442	0.6598500810633309	1	1	0	1	0	False	51188	maximal	True	FIJ0009_000000029927	1.0		1	1	False	False	0.9895977973937988	0					non-mobilizable	no_good_hit								True	False
FIJ0138_000000013073	1438	0.6598500810633309	1	1	0	1	0	False	40465	fragment	False	MAD0015_000000014227	0.9852936084035159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000023008	1438	0.6598500810633309	2	1	0	1	0	False	47749	fragment	False	FIJ0037_000000023008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0063_000000020770	1438	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.10428057000552086		0	0	False	False	0.9944367408752441	0					non-mobilizable	chromosome	1439.0	94.85799999999999	100.0	0.000382796409129601	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0119_000000008840	1437	0.6598500810633309	1	1	0	1	0	False	96855	fragment	False	CHI0119_000000008840	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1437.0	99.93	100.0	0.019413275652291468	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0323_000000015300	1436	0.6598500810633309	3	1	0	1	0	False	24971	fragment	False	ISR0323_000000015300	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	85.285	23.0	0.11530398322851153	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	False
MAD0048_000000016681	1434	0.6598500810633309	1	1	0	1	0	True	17530	fragment	False	MAD0048_000000016681	1.0		0	0	False	False	0.9748954176902771	0					non-mobilizable	no_good_hit								True	True
ISR0293_000000024487	1433	0.6598500810633309	1	1	0	1	0	False	25813	fragment	False	ISR0293_000000024487	0.9966342557965595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	1.495918514034817e-05	NZ_LR590481.1	firmicutes	Hathewaya histolytica strain NCTC503 chromosome 1	True	False
MON0094_000000026785	1431	0.6598500810633309	2	1	0	1	0	False	9333	maximal	True	MON0094_000000026785	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0061_000000012847	1429	0.6598500810633309	1	1	0	1	0	False	49849	fragment	False	MAD0061_000000012847	1.0		0	0	False	False	0.9867039918899536	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.3263795061646105e-06	NZ_RKQG01000001.1	high GC Gram+	Kitasatospora niigatensis strain DSM 44781 Ga0197501_11, whole genome shotgun sequence	True	False
MAD0036_000000021976	1428	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.3458181726432228		0	0	False	False	0.9929971694946289	0					non-mobilizable	plasmid	1435.0	89.338	100.0	0.01243647338386554	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0286_000000014376	1427	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.1359037907663668		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	95.07700000000001	99.0	0.0070782952232730754	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0041_000000048270	1427	0.6598500810633309	2	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.0833382083253612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0327_000000020592	1426	0.6598500810633309	2	1	0	1	0	False	31115	fragment	False	ISR0327_000000020592	0.9974489795918368		0	0	False	False	0.9992987513542175	0					non-mobilizable	no_good_hit								True	False
MON0050_000000028108	1426	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.545099154122299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0109_000000023830	1423	0.6598500810633309	1	1	0	1	0	False	101166	fragment	False	FIJ0029_000000012713	0.07180276353929466		0	0	False	False	0.9985945224761963	0					non-mobilizable	no_good_hit								True	False
MON0099_000000025342	1423	0.6598500810633309	3	1	0	1	0	False	9151	fragment	False	MON0099_000000025342	1.0		0	0	False	False	0.9508081674575806	0					non-mobilizable	no_good_hit	548.0	99.635	39.0	0.0030429969347508024	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
ENG0133_000000017106	1421	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.48631316515665673		0	0	False	False	0.9950739145278931	0					non-mobilizable	no_good_hit								True	False
SPA0052_000000019021	1419	0.6598500810633309	1	1	0	1	0	False	41597	fragment	False	SPA0052_000000019021	1.0		0	0	False	False	0.9992952942848206	0	rep_cluster_199				non-mobilizable	plasmid	1419.0	97.25200000000001	100.0	0.0095738360159879	MN480763.1	firmicutes	Streptococcus salivarius strain YU10 plasmid pSsal-YU10, complete sequence	False	True
MAD0005_000000022125	1419	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.12069487196646168		0	0	False	False	1.0	0					non-mobilizable	chromosome	1432.0	90.50299999999999	100.0	0.00037986208125473993	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
TAN0007_000000029600	1418	0.6598500810633309	1	1	0	1	0	False	97520	fragment	False	TAN0007_000000029600	1.0		0	0	False	False	0.9908321499824524	0					non-mobilizable	no_good_hit								True	False
ISR0269_000000013731	1417	0.6598500810633309	3	1	0	1	0	True	26455	fragment	False	ISR0269_000000013731	1.0		0	0	False	False	0.9837685227394104	0					non-mobilizable	no_good_hit	381.0	91.07600000000001	27.0	0.7279693486590039	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
MAD0009_000000007661	1416	0.6598500810633309	2	1	0	1	0	False	19762	fragment	False	MAD0009_000000007661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0067_000000023592	1416	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.11209749039805095		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	93.469	100.0	0.007083283451055509	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ETH0003_000000029934	1416	0.6598500810633309	2	1	0	1	0	False	53056	fragment	False	ETH0003_000000029934	0.9862657757980697		0	0	False	False	0.9894067645072937	0					non-mobilizable	no_good_hit								True	False
ISR0829_000000010881	1416	0.6598500810633309	2	1	0	1	0	False	21056	fragment	False	MON0047_000000025933	0.9559399477806789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	86.385	15.0	0.018672951414068165	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ENG0166_000000021165	1411	0.6598500810633309	3	1	0	1	0	False	56125	fragment	False	ENG0166_000000021165	0.9705665930831493		0	0	False	False	0.9992913007736206	0					non-mobilizable	no_good_hit	200.0	99.5	14.0	0.0006320088671796843	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
FIJ0069_000000015649	1410	0.6598500810633309	1	1	0	1	0	False	44965	fragment	False	FIJ0069_000000015649	1.0		0	0	False	False	0.9680851101875305	0					non-mobilizable	no_good_hit								True	False
MON0034_000000020858	1408	0.6598500810633309	1	1	0	1	0	False	31336	fragment	False	MON0034_000000020858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000028622	1408	0.6598500810633309	2	1	0	1	0	True	75006	fragment	False	DEN0018_000000028622	1.0		0	0	False	False	0.9985795617103577	0					non-mobilizable	no_good_hit								True	True
ISR0243_000000008978	1407	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.2679325587948532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	85.57700000000001	7.0	0.19348659003831417	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
USA0081_01_000000021647	1407	0.6598500810633309	1	1	0	1	0	False	554	fragment	False	USA0081_01_000000021647	1.0		0	0	False	False	0.9978678226470947	0					non-mobilizable	no_good_hit								True	False
FIJ0098_000000017051	1406	0.6598500810633309	2	1	0	1	0	False	42846	fragment	False	FIJ0098_000000017051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	86.458	13.0	0.028640703136838915	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0309_000000014529	1405	0.6598500810633309	1	1	0	1	0	False	25367	fragment	False	ISR0309_000000014529	0.9742790335151987		0	0	False	False	0.9992882609367371	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.7395655732823275e-05	NZ_FOWI01000001.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	True	False
FIJ0024_000000015111	1404	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.0883230972102822		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	94.89	99.0	0.00699848357875414	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0074_000000015420	1400	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.45004742270515563		0	0	False	False	1.0	0					non-mobilizable	plasmid	1399.0	99.571	99.0	0.012124260662931678	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0143_000000003803	1399	0.6598500810633309	1	1	0	1	0	False	45941	fragment	False	FIJ0143_000000003803	0.9694683908045978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0211_000000017117	1399	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.04699770036867596		0	0	False	False	0.9985703825950623	0					non-mobilizable	other	1327.0	98.493	95.0	0.0027726838366751213	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0316_000000015658	1395	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.03672471285227575		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	97.664	95.0	0.014411477013368113	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0363_000000013306	1395	0.6598500810633309	1	1	0	1	0	False	23695	fragment	False	ISR0363_000000013306	1.0		0	0	False	False	0.9935483932495117	0					non-mobilizable	plasmid	1395.0	99.64200000000001	100.0	0.04883346178098508	HM197723.1	firmicutes	Lactococcus lactis subsp. lactis strain IL594 plasmid pIL7, complete sequence	False	True
ISR0776_000000016988	1394	0.6598500810633309	2	1	0	1	0	True	22411	fragment	False	ISR0776_000000016988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0208_000000019979	1392	0.6598500810633309	2	1	0	1	0	False	28505	fragment	False	ISR0208_000000019979	1.0		0	0	False	False	0.9978448152542114	0					non-mobilizable	no_good_hit	62.0	96.774	4.0	0.0007585838110753236	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0121_01_000000030232	1392	0.6598500810633309	1	1	0	1	0	False	45941	fragment	False	FIJ0143_000000003803	0.9671193709792709		0	0	False	False	0.9920976758003235	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000033800	1391	0.6598500810633309	1	1	0	1	0	False	75596	fragment	False	ISR0174_000000017606	0.9994248741912294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000024464	1391	0.6598500810633309	1	1	0	1	0	False	75596	fragment	False	ISR0174_000000017606	0.9998562185478074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000023760	1391	0.6598500810633309	1	1	0	1	0	False	75596	fragment	False	ISR0174_000000017606	0.9998562185478074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000027069	1391	0.6598500810633309	1	1	0	1	0	False	75596	fragment	False	ISR0174_000000017606	0.9998562185478074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0174_000000017606	1391	0.6598500810633309	1	1	0	1	0	False	75596	fragment	False	ISR0174_000000017606	0.9998562185478074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0138_000000020884	1390	0.6598500810633309	1	1	0	1	0	True	31339	fragment	False	ISR0138_000000020884	1.0		0	0	False	False	0.9906474947929382	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000029955	1390	0.6598500810633309	2	1	0	1	0	False	15395	fragment	False	MAD0097_000000029955	1.0		0	0	False	False	0.999280571937561	0					non-mobilizable	no_good_hit								True	False
MON0080_000000041149	1390	0.6598500810633309	2	1	0	1	0	False	10028	maximal	True	MON0080_000000041149	1.0		0	0	False	False	0.9395683407783508	0					non-mobilizable	other	1251.0	98.721	90.0	0.21608996539792388	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	False
TAN0007_000000030255	1390	0.6598500810633309	2	1	0	1	0	False	2799	maximal	True	TAN0007_000000030255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	5.0	0.0001661600148182046	LN590889.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000678	True	False
AST0094_000000016532	1389	0.6598500810633309	1	1	0	1	0	False	109140	fragment	False	AST0094_000000016532	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1389.0	97.12	100.0	0.006708133370063747	CP020429.2	firmicutes	Streptococcus sp. FDAARGOS_192 plasmid unnamed1, complete sequence	False	True
ISR0067_000000022168	1389	0.6598500810633309	2	1	0	1	0	True	35062	fragment	False	ISR0776_000000015657	0.9546052631578947		0	0	False	False	0.9964002966880798	0					non-mobilizable	no_good_hit								True	True
FIJ0003_000000016845	1388	0.6598500810633309	1	1	0	1	0	False	52151	fragment	False	FIJ0003_000000016845	1.0		0	0	False	False	0.9913544654846191	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000026637	1388	0.6598500810633309	1	1	0	1	0	True	44833	fragment	False	FIJ0071_000000026637	1.0		0	0	False	False	0.9992795586585999	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	True
ENG0104_000000022871	1387	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.06085461944828802		0	0	False	False	0.9819754958152771	0					non-mobilizable	other	1363.0	98.01899999999999	98.0	0.0028479603209287446	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0006_000000013652	1386	0.6598500810633309	1	1	0	1	0	False	70338	fragment	False	ENG0125_000000017938	0.5190900504389361		0	0	False	False	0.9992784857749939	0					non-mobilizable	no_good_hit	99.0	96.97	8.0	0.004062512954441819	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
FIJ0150_000000017912	1383	0.6598500810633309	1	1	0	1	0	False	39786	fragment	False	FIJ0150_000000017912	1.0		0	0	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit								True	False
FIJ0146_000000014749	1383	0.6598500810633309	2	1	0	1	0	False	41797	fragment	False	FIJ0146_000000014749	1.0		0	0	False	False	0.9992769360542297	0					non-mobilizable	plasmid	1383.0	99.34899999999999	100.0	0.008332227196486105	CP030066.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.1, complete sequence	False	True
MON0005_000000039598	1381	0.6598500810633309	2	1	0	1	0	False	14107	fragment	False	MON0005_000000039598	1.0		0	0	False	False	0.9927588701248169	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	5.0	8.410440159718264e-05	LN595320.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000561	True	False
ISR0033_000000023049	1377	0.6598500810633309	1	1	0	1	0	True	112645	fragment	False	ISR0001_000000011179	0.21104334215570106		0	0	False	False	0.9862018823623657	0					non-mobilizable	no_good_hit								True	True
MON0082_000000026199	1376	0.6598500810633309	1	1	0	1	0	False	13716	fragment	False	MON0107_000000044260	0.9852411807055436		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0311_000000016974	1375	0.6598500810633309	1	1	0	1	0	False	31169	fragment	False	ISR0311_000000016974	1.0		0	0	False	False	0.9949091076850891	0					non-mobilizable	no_good_hit								True	False
ISR0199_000000022278	1374	0.6598500810633309	1	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.2756503911108259		0	0	False	False	0.9992722272872925	0					non-mobilizable	no_good_hit	103.0	87.37899999999999	7.0	0.19348659003831417	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
MAD0036_000000023003	1372	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.05214618844659252		0	0	False	False	0.9963557124137878	0					non-mobilizable	other	1372.0	98.90700000000001	100.0	0.00286677944199215	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0214_000000022681	1372	0.6598500810633309	1	1	0	1	0	True	112645	fragment	False	ISR0001_000000011179	0.20410576743724687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	5.0	1.8976996768932976e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0143_000000021231	1372	0.6598500810633309	1	1	0	1	0	False	31115	fragment	False	ISR0327_000000020592	0.9782608695652174		0	0	False	False	0.987609326839447	0					non-mobilizable	no_good_hit								True	False
FIJ0007_000000013585	1371	0.6598500810633309	1	1	0	1	0	False	51541	fragment	False	FIJ0007_000000013585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	4.0	1.2804339817575503e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0044_000000016216	1371	0.6598500810633309	1	1	0	1	0	False	47112	fragment	False	FIJ0044_000000016216	0.9975728155339806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0025_000000031083	1370	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.20727254596495642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0026_000000008960	1369	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.036098530460777975		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	99.084	93.0	0.013042060645582002	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0066_000000015594	1369	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.04098384866706306		0	0	False	False	0.9649379253387451	0					non-mobilizable	other	1324.0	98.48899999999999	97.0	0.0027664107963206526	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0076_000000012707	1367	0.6598500810633309	1	1	0	1	0	False	5762	maximal	True	SPA0076_000000012707	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000024391	1365	0.6598500810633309	1	1	0	1	0	False	20059	fragment	False	MAD0066_000000024391	1.0		0	0	False	False	0.9948717951774597	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000015648	1365	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.058891562022373264		0	0	False	False	0.9992673993110657	0					non-mobilizable	chromosome	1375.0	93.455	100.0	0.0003657239560395003	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0146_000000031395	1364	0.6598500810633309	1	1	0	1	0	False	30982	fragment	False	ISR0146_000000031395	1.0		0	0	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit								True	False
ISR0842_000000017157	1362	0.6598500810633309	2	1	0	1	0	False	20738	fragment	False	ISR0842_000000017157	1.0		0	0	False	False	0.9831130504608154	0					non-mobilizable	no_good_hit								True	False
ISR0800_000000009370	1362	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.1457010768486066		0	0	False	False	0.9992657899856567	0					non-mobilizable	other	1365.0	96.92299999999999	100.0	0.006803942695239235	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
CHI0072_000000007445	1361	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.0451540019026208		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	98.604	100.0	0.0028437782940257655	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0056_000000016530	1359	0.6598500810633309	2	1	0	1	0	False	56125	fragment	False	ENG0166_000000021165	0.9521615875265769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	6.0	0.00025724984040982125	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
MON0001_000000025678	1358	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.210372556395962		0	0	False	False	0.9977908730506897	0					non-mobilizable	plasmid	1365.0	89.744	100.0	0.011829393093160808	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0851_000000010223	1355	0.6598500810633309	2	1	0	1	0	True	123276	fragment	False	FIJ0150_000000013934	0.22210167150314056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0056_000000014716	1354	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.186179860766953		0	0	False	False	1.0	0					non-mobilizable	plasmid	1296.0	99.537	96.0	0.011230985378037569	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0008_000000019356	1353	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.11938126719883801		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	90.963	100.0	0.000361722599846508	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0014_000000025684	1352	0.6598500810633309	1	1	0	1	0	False	79432	fragment	False	ISR0014_000000025684	1.0		0	0	False	False	0.9955621361732483	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000020169	1352	0.6598500810633309	2	1	0	1	0	True	130997	fragment	False	USA0037_01_000000005669	0.05517002593287879		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	98.07799999999999	100.0	0.002827050186413849	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0232_000000021933	1349	0.6598500810633309	2	1	0	1	0	False	27423	fragment	False	ISR0232_000000021933	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	99.926	100.0	0.23321799307958477	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	False
ISR0045_000000019438	1348	0.6598500810633309	2	1	0	1	0	False	54225	fragment	False	ISR0045_000000019438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	89.391	33.0	0.054841149773071106	LN853373.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0764	True	False
MON0016_000000028671	1347	0.6598500810633309	3	1	0	1	0	False	13328	fragment	False	MON0016_000000028671	1.0		0	0	False	False	0.9829249978065491	0					non-mobilizable	no_good_hit								True	False
TAN0001_000000011239	1347	0.6598500810633309	2	1	0	1	0	False	3093	fragment	False	TAN0001_000000011239	1.0		0	0	False	False	0.9873793721199036	0					non-mobilizable	no_good_hit	434.0	74.654	32.0	0.0004897131433246338	AP014598.1	CFB group bacteria	Prevotella intermedia DNA, complete genome, strain: OMA14, chromosome: II	True	False
ISR0015_000000019926	1347	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.15372255221022924		0	0	False	False	0.9977728128433228	0					non-mobilizable	other	1356.0	96.38600000000001	100.0	0.006744083961850034	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0047_000000029619	1347	0.6598500810633309	2	1	0	1	0	False	11445	fragment	False	MON0047_000000029619	1.0		0	0	False	False	0.9918336868286133	0					non-mobilizable	no_good_hit								True	False
ENG0059_000000009204	1347	0.6598500810633309	1	1	0	1	0	False	102605	fragment	False	ISR0115_000000027340	0.9626879531534925		0	0	False	False	0.9784706830978394	0					non-mobilizable	no_good_hit								True	False
MON0056_000000014793	1347	0.6598500810633309	1	1	0	1	0	False	53056	fragment	False	ETH0003_000000029934	0.9625706214689265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0088_000000022164	1343	0.6598500810633309	1	1	0	1	0	False	43635	fragment	False	FIJ0088_000000022164	1.0		0	0	False	False	0.9992554187774658	0					non-mobilizable	no_good_hit								True	False
MON0005_000000040716	1343	0.6598500810633309	1	1	0	1	0	False	20061	fragment	False	MON0059_000000026646	0.9263588030307023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000035043	1343	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.04261118935353001		0	0	False	False	0.9880864024162292	0					non-mobilizable	other	1330.0	98.72200000000001	99.0	0.00277895687702959	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0066_000000024948	1343	0.6598500810633309	3	1	0	1	0	False	16552	maximal	True	MAD0066_000000024948	1.0		0	0	False	False	0.9813849329948425	0					non-mobilizable	no_good_hit								True	False
ISR0222_000000033618	1343	0.6598500810633309	1	1	0	1	0	False	86025	fragment	False	ISR0222_000000033618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0048_000000030604	1341	0.6598500810633309	2	1	0	1	0	False	16258	fragment	False	MON0048_000000030604	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1252.0	99.12100000000001	93.0	0.010849392052451737	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0829_000000011525	1339	0.6598500810633309	1	1	0	1	0	False	53006	fragment	False	ISR0829_000000011525	1.0		0	0	False	False	0.991784930229187	0					non-mobilizable	no_good_hit								True	False
ISR0326_000000015528	1338	0.6598500810633309	2	1	0	1	0	False	24808	maximal	True	ISR0326_000000015528	1.0		4	3	False	False	0.9760836958885193	0					non-mobilizable	no_good_hit								True	False
ISR0312_000000014106	1337	0.6598500810633309	1	1	0	1	0	False	25813	fragment	False	ISR0293_000000024487	0.9612700628053036		0	0	False	False	0.9813014268875122	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	1.495918514034817e-05	NZ_LR590481.1	firmicutes	Hathewaya histolytica strain NCTC503 chromosome 1	True	False
ENG0006_000000016691	1335	0.6598500810633309	2	1	0	1	0	True	80169	fragment	False	ENG0006_000000016691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	96.575	11.0	0.11721907841552143	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
SPA0128_000000028143	1334	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.04266427863954085		0	0	False	False	0.9842578768730164	0					non-mobilizable	other	1334.0	99.1	100.0	0.002787320930835548	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0161_000000013408	1334	0.6598500810633309	2	1	0	1	0	False	39263	fragment	False	FIJ0161_000000013408	1.0		0	0	False	False	0.9992503523826599	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000031305	1333	0.6598500810633309	1	1	0	1	0	False	43219	fragment	False	MAD0097_000000031305	1.0		0	0	False	False	0.9984996318817139	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000019973	1333	0.6598500810633309	1	1	0	1	0	False	15876	fragment	False	MAD0088_000000019973	1.0		0	0	False	False	0.9932482838630676	0					non-mobilizable	no_good_hit								True	False
ISR0115_000000027340	1331	0.6598500810633309	2	1	0	1	0	False	102605	fragment	False	ISR0115_000000027340	0.9659726337154261		0	0	False	False	0.9992486834526062	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000028137	1330	0.6598500810633309	2	1	0	1	0	False	74705	maximal	True	DEN0021_000000028137	1.0		1	1	False	False	0.9887217879295349	0					non-mobilizable	no_good_hit								True	False
MON0022_000000023820	1328	0.6598500810633309	1	1	0	1	0	False	20061	fragment	False	MON0059_000000026646	0.7067546328571573		0	0	False	False	0.9781626462936401	0					non-mobilizable	no_good_hit								True	False
MON0046_000000026302	1327	0.6598500810633309	1	1	0	1	0	False	13715	fragment	False	MON0046_000000026302	1.0		0	0	False	False	0.9706103801727295	0					non-mobilizable	no_good_hit								True	False
ISR0055_000000012517	1327	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.07813095520756924		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	95.06	100.0	0.006644319406201365	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ENG0154_000000025556	1326	0.6598500810633309	2	1	0	1	0	False	56808	fragment	False	USA0059_01_000000017611	0.9163208852005532		0	0	False	False	0.9622926115989685	0					non-mobilizable	no_good_hit								True	False
ISR0252_000000009795	1325	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.13487828629814655		0	0	False	False	1.0	0					non-mobilizable	chromosome	1327.0	96.23200000000001	100.0	0.00035371988746052326	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0159_000000019496	1325	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.0437502057327628		0	0	False	False	0.99622642993927	0					non-mobilizable	other	1326.0	98.416	100.0	0.014400608629496794	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0007_000000031960	1323	0.6598500810633309	1	1	0	1	0	False	40465	fragment	False	MAD0015_000000014227	0.637459434399629		0	0	False	False	0.9811035394668579	0					non-mobilizable	no_good_hit								True	False
ISR0363_000000013935	1322	0.6598500810633309	1	1	0	1	0	False	46838	fragment	False	ISR0363_000000013935	0.9879324215607401		0	0	False	False	0.9689863920211792	0					non-mobilizable	no_good_hit								True	False
MAD0055_000000007417	1319	0.6598500810633309	1	1	0	1	0	False	18324	fragment	False	MAD0055_000000007417	1.0		0	0	False	False	0.9939348101615906	0					non-mobilizable	no_good_hit								True	False
ISR0026_000000017548	1319	0.6598500810633309	1	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.10958990509745663		0	0	False	False	0.9939348101615906	0					non-mobilizable	no_good_hit								True	False
USA0020_01_000000026136	1319	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.03528305432723969		0	0	False	False	0.9984837174415588	0					non-mobilizable	other	1319.0	98.33200000000001	100.0	0.0027559557290632052	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AUS0020_000000019525	1319	0.6598500810633309	1	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.11127752645643127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	12.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0138_000000014375	1318	0.6598500810633309	1	1	0	1	0	False	40761	fragment	False	FIJ0132_000000023559	0.948051948051948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0019_000000006482	1318	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.10333230629528434		0	0	False	False	1.0	0					non-mobilizable	chromosome	1320.0	95.60600000000001	100.0	0.0003518525879037935	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0008_000000023128	1318	0.6598500810633309	1	1	0	1	0	False	20061	fragment	False	MON0059_000000026646	0.6931327319703235		0	0	False	False	0.9908952713012695	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0299_000000009973	1318	0.6598500810633309	1	1	0	1	0	False	25607	fragment	False	ISR0299_000000009973	0.9846701959663524		0	0	False	False	0.9855841994285583	0					non-mobilizable	no_good_hit	132.0	98.485	10.0	0.0016290898237847115	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0085_000000021393	1313	0.6598500810633309	2	1	0	1	0	False	68940	maximal	True	DEN0085_000000021393	1.0		1	1	False	False	0.9862909317016602	0					non-mobilizable	no_good_hit	266.0	86.09	20.0	0.004183416674837403	NZ_BBAB01000022.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0120_000000015813	1312	0.6598500810633309	2	1	0	1	0	False	59156	fragment	False	ENG0120_000000015813	1.0		0	0	False	False	0.9992377758026123	0					non-mobilizable	no_good_hit								True	False
MON0010_000000020911	1312	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.23240419325788061		0	0	False	False	0.9740853905677795	0					non-mobilizable	other	1298.0	91.448	99.0	0.1778661546900713	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	False
FIJ0013_000000022955	1312	0.6598500810633309	3	1	0	1	0	False	50599	fragment	False	FIJ0013_000000022955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	95.775	41.0	0.07228607918263091	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ISR0115_000000027843	1311	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.0313926138596172		0	0	False	False	0.9984744191169739	0					non-mobilizable	other	1236.0	98.301	94.0	0.002582401612589574	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0777_000000013311	1308	0.6598500810633309	2	1	0	1	0	False	102605	fragment	False	ISR0115_000000027340	0.9350907518000598		0	0	False	False	0.9793577790260315	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000025061	1308	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.08860314140977812		0	0	False	False	1.0	0					non-mobilizable	chromosome	1314.0	91.02	99.0	0.00034998528834706376	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0044_000000043783	1307	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.15943091036800086		0	0	False	False	0.9984697699546814	0					non-mobilizable	other	1304.0	89.34	99.0	0.17868897421832144	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	False
MON0032_000000024169	1306	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.09960099916939834		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	96.861	99.0	0.0003478512317108012	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0154_000000031083	1305	0.6598500810633309	2	1	0	1	0	False	39552	fragment	False	FIJ0154_000000031083	1.0		0	0	False	False	0.9900383353233337	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000029926	1304	0.6598500810633309	2	1	0	1	0	False	40660	maximal	True	FIJ0133_000000029926	1.0		1	1	False	False	0.9762269854545593	0					non-mobilizable	no_good_hit								True	False
ENG0078_000000019782	1303	0.6598500810633309	2	1	0	1	0	False	61896	maximal	True	ENG0078_000000019782	1.0		0	0	False	False	0.9915579557418823	0					non-mobilizable	no_good_hit	328.0	98.78	25.0	9.144011469442643e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0050_000000022402	1303	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.03624153969370889		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	97.544	100.0	0.014150635800456472	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0038_01_000000010507	1303	0.6598500810633309	2	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.919973674977088		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	94.61200000000001	97.0	0.00032651066534817533	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0047_01_000000027933	1301	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.21238768719689205		0	0	False	False	0.9923136234283447	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000022449	1301	0.6598500810633309	2	1	0	1	0	False	30902	fragment	False	ISR0793_000000012776	0.942394578313253		0	0	False	False	0.9984627366065979	0					non-mobilizable	no_good_hit								True	False
USA0043_01_000000007219	1301	0.6598500810633309	2	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.007249352314386744		0	0	False	False	0.943889319896698	0					non-mobilizable	other	1275.0	97.725	98.0	0.013846321052059558	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0169_000000024962	1298	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.02094713122000885		0	0	False	False	0.9607087969779968	0					non-mobilizable	no_good_hit	1150.0	90.609	88.0	0.012487773068144766	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0003_000000012308	1298	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.06866290507436812		0	0	False	False	0.9976887702941895	0					non-mobilizable	other	1309.0	91.367	100.0	0.006499660800510795	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0087_000000039827	1297	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.30065700486027686		0	0	False	False	0.9984579682350159	0					non-mobilizable	no_good_hit								True	False
MAD0050_000000018668	1297	0.6598500810633309	1	1	0	1	0	False	17385	fragment	False	MAD0050_000000018668	1.0		0	0	False	False	0.9969159364700317	0					non-mobilizable	no_good_hit								True	False
ENG0117_000000017889	1295	0.6598500810633309	1	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.13121781879295868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	95.12200000000001	6.0	2.5198962922681494e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0141_000000017225	1294	0.6598500810633309	1	1	0	1	0	False	3453	fragment	False	SPA0141_000000017225	1.0		0	0	False	False	0.9667696952819824	0					non-mobilizable	plasmid	1294.0	100.0	100.0	0.0070386499727817095	CP040803.1	firmicutes	Streptococcus salivarius strain LAB813 plasmid pSAL813, complete sequence	False	True
ENG0034_000000011583	1292	0.6598500810633309	1	1	0	1	0	False	65449	maximal	True	ENG0034_000000011583	1.0		0	0	False	False	0.9868420958518982	0					non-mobilizable	no_good_hit	242.0	94.62799999999999	19.0	0.029684601113172542	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
ENG0205_000000006223	1290	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.034955065719677186		0	0	False	False	0.9434108734130859	0					non-mobilizable	other	1231.0	99.10600000000001	95.0	0.002571946545332126	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0050_000000018733	1290	0.6598500810633309	1	1	0	1	0	False	97519	fragment	False	MAD0050_000000018733	0.9660950896336711		0	0	False	False	0.9976744055747986	0					non-mobilizable	no_good_hit								True	False
ENG0074_000000018177	1289	0.6598500810633309	2	1	0	1	0	False	62143	fragment	False	ENG0074_000000018177	1.0		0	0	False	False	0.9922420382499695	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000026700	1289	0.6598500810633309	1	1	0	1	0	False	18330	fragment	False	MAD0040_000000026700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0034_000000016782	1289	0.6598500810633309	1	1	0	1	0	False	36829	fragment	False	ISR0034_000000016782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0052_000000017748	1288	0.6598500810633309	1	1	0	1	0	True	17253	fragment	False	MAD0052_000000017748	1.0		0	0	False	False	0.9992235898971558	0					non-mobilizable	no_good_hit								True	True
ENG0094_000000013838	1288	0.6598500810633309	1	1	0	1	0	False	61017	fragment	False	ENG0094_000000013838	1.0		0	0	False	False	0.9906832575798035	0					non-mobilizable	no_good_hit								True	False
ISR0251_000000013792	1288	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.09980028165315938		0	0	False	False	0.9767080545425415	0					non-mobilizable	chromosome	1290.0	95.65899999999999	100.0	0.0003438498755178088	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0101_000000022544	1287	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.10322914207582623		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	92.51	100.0	0.006429825611556726	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0076_000000037487	1287	0.6598500810633309	1	1	0	1	0	False	10274	fragment	False	MON0076_000000037487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	6.0	0.001231288807584739	LN596606.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002540	True	False
DEN0051_000000037967	1286	0.6598500810633309	1	1	0	1	0	False	72426	fragment	False	DEN0051_000000037967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0058_000000027001	1285	0.6598500810633309	1	1	0	1	0	False	63411	fragment	False	ENG0058_000000027001	1.0		0	0	False	False	0.9968871474266052	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000024587	1285	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.0933301315388483		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	91.455	100.0	0.006424837383774293	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0809_000000005037	1284	0.6598500810633309	1	1	0	1	0	False	21731	fragment	False	ISR0809_000000005037	1.0		0	0	False	False	0.9992212057113647	0					non-mobilizable	no_good_hit								True	False
ISR0129_000000008654	1284	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.043708528014782824		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	97.897	99.0	0.0026827702582610715	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0331_000000019680	1283	0.6598500810633309	1	1	0	1	0	False	25367	fragment	False	ISR0309_000000014529	0.9338078291814946		0	0	False	False	0.9945440292358398	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.008623442989460236	XM_014388539.1	bugs	PREDICTED: Cimex lectularius transcription factor E2F6-like (LOC106663607), transcript variant X2, mRNA	True	False
BAN0041_000000004760	1283	0.6598500810633309	1	1	0	1	0	False	97519	fragment	False	MAD0050_000000018733	0.9558139534883721		0	0	False	False	0.9672642350196838	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000014343	1282	0.6598500810633309	1	1	0	1	0	False	871	fragment	False	USA0062_01_000000014343	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	97.51899999999999	94.0	0.10987811533563763	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	False
ENG0152_000000020069	1280	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.025176235698951003		0	0	False	False	0.9078124761581421	0					non-mobilizable	other	1202.0	98.336	100.0	0.01305292902945332	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0079_000000022404	1280	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.0748256277351149		0	0	False	False	1.0	0					non-mobilizable	chromosome	1290.0	91.008	100.0	0.0003419825759610791	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0092_000000013076	1279	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.07393974935707844		0	0	False	False	0.989835798740387	0					non-mobilizable	other	1279.0	99.06200000000001	100.0	0.006374955105949958	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0040_000000020332	1279	0.6598500810633309	1	1	0	1	0	False	36460	fragment	False	ISR0040_000000020332	1.0		0	0	False	False	0.9945269823074341	0					non-mobilizable	no_good_hit								True	False
MON0008_000000029363	1278	0.6598500810633309	1	1	0	1	0	False	13838	fragment	False	MON0008_000000029363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000034102	1278	0.6598500810633309	1	1	0	1	0	False	102252	fragment	False	TAN0009_000000034102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000029510	1277	0.6598500810633309	2	1	0	1	0	False	48360	fragment	False	FIJ0032_000000029510	1.0		0	0	False	False	0.9992169141769409	0					non-mobilizable	other	1277.0	98.74700000000001	100.0	0.02336696760488582	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0795_000000010043	1276	0.6598500810633309	2	1	0	1	0	False	31335	fragment	False	ISR0138_000000021382	0.635551948051948		0	0	False	False	0.9772727489471436	0					non-mobilizable	no_good_hit								True	False
MAD0004_000000008826	1276	0.6598500810633309	1	1	0	1	0	False	20022	maximal	True	MAD0004_000000008826	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0278_000000009617	1276	0.6598500810633309	2	1	0	1	0	False	26262	maximal	True	ISR0278_000000009617	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0094_000000012717	1275	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.11376960155695766		0	0	False	False	0.998431384563446	0					non-mobilizable	chromosome	1273.0	96.30799999999999	99.0	0.00033931500516575083	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0192_000000013606	1274	0.6598500810633309	1	1	0	1	0	False	29114	fragment	False	ISR0192_000000013606	1.0		0	0	False	False	0.9992150664329529	0					non-mobilizable	no_good_hit								True	False
ENG0081_000000019660	1272	0.6598500810633309	1	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.13914316844778726		0	0	False	False	0.99842768907547	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	4.0	1.4310522153621588e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0089_000000023537	1271	0.6598500810633309	2	1	0	1	0	False	90239	fragment	False	MAD0040_000000021002	0.4821097236558588		0	0	False	False	0.9819040298461914	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	0.0001800615585453277	AC061958.11	primates	Homo sapiens chromosome 3 clone RP11-6B7, complete sequence	True	False
FIJ0072_000000020755	1270	0.6598500810633309	2	1	0	1	0	True	44728	fragment	False	FIJ0072_000000020755	0.9696591853699086		0	0	False	False	0.9897637963294983	0					non-mobilizable	no_good_hit	227.0	96.916	18.0	0.18189167340339532	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
MAD0059_000000015112	1270	0.6598500810633309	1	1	0	1	0	False	26448	fragment	False	MAD0059_000000015112	0.9673123486682809		0	0	False	False	0.9984251856803894	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000025961	1269	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.08903062556040395		0	0	False	False	0.9936957955360413	0					non-mobilizable	chromosome	1282.0	92.59	100.0	0.00034038203348388214	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0127_000000023108	1267	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.04511406056240237		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	98.027	100.0	0.0026472230295857494	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0357_000000021019	1267	0.6598500810633309	1	1	0	1	0	False	25607	fragment	False	ISR0299_000000009973	0.9777440566514922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	5.0	0.0007088406103490729	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0168_000000024859	1267	0.6598500810633309	1	1	0	1	0	False	55951	fragment	False	ENG0168_000000024859	1.0		0	0	False	False	0.9968429207801819	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000018266	1265	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.018688672900419624		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	97.395	100.0	0.0026430410026827703	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0816_000000029239	1264	0.6598500810633309	3	1	0	1	0	False	21397	fragment	False	ISR0816_000000029239	1.0		0	0	False	False	0.9992088675498962	0					non-mobilizable	plasmid	940.0	96.70200000000001	100.0	0.18893360160965794	CP021600.1	other sequences	Unidentified plasmid plasmid FAKO05_2266, complete sequence	False	True
MAD0002_000000036207	1263	0.6598500810633309	1	1	0	1	0	False	40031	fragment	False	MAD0002_000000036207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000026648	1263	0.6598500810633309	3	1	0	1	0	False	7266	fragment	False	SPA0031_000000026648	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	92.18	100.0	0.02189337820724112	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	False	False
FIJ0082_000000025341	1262	0.6598500810633309	2	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.8262408186323769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0301_000000015991	1262	0.6598500810633309	2	1	0	1	0	False	25552	fragment	False	ISR0301_000000015991	1.0		0	0	False	False	0.9896988868713379	0					non-mobilizable	plasmid	1262.0	99.84200000000001	100.0	0.3426630434782609	DQ458911.1	high GC Gram+	Bifidobacterium longum plasmid p6043B, complete sequence	False	True
DEN0004_000000001772	1258	0.6598500810633309	3	1	0	1	0	False	76587	fragment	False	DEN0004_000000001772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0029_000000003074	1257	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.18110839658328168		0	0	False	False	0.9976133704185486	0					non-mobilizable	other	1257.0	90.056	100.0	0.17224355458036203	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	False
FIJ0113_000000020691	1257	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.10336821816543842		0	0	False	False	1.0	0					non-mobilizable	chromosome	1263.0	93.745	100.0	0.00033638067729088977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0125_000000014887	1257	0.6598500810633309	2	1	0	1	0	False	41179	fragment	False	FIJ0125_000000014887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	76.056	21.0	0.0979020979020979	NZ_QRYH01000054.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf54, whole genome shotgun sequence	True	False
DEN0065_000000027346	1257	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.07407306881797115		0	0	False	False	1.0	0					non-mobilizable	chromosome	1258.0	93.243	100.0	0.0003353136489727585	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0069_000000008369	1257	0.6598500810633309	2	1	0	1	0	False	85036	maximal	True	CHI0069_000000008369	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0082_000000027100	1254	0.6598500810633309	1	1	0	1	0	False	34137	fragment	False	ISR0082_000000027100	1.0		0	0	False	False	0.9984050989151001	0					non-mobilizable	no_good_hit								True	False
CHI0056_000000016661	1254	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.044803783348909824		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	97.61	100.0	0.002622130868167875	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0029_000000026021	1254	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.09017361235476012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0043_000000023636	1252	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.034791396444927056		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	98.802	100.0	0.0026158578278134064	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0847_000000024100	1251	0.6598500810633309	1	1	0	1	0	False	25607	fragment	False	ISR0299_000000009973	0.9735346380774327		0	0	False	False	0.9976019263267517	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	5.0	0.0007088406103490729	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0112_000000022416	1251	0.6598500810633309	1	1	0	1	0	False	41984	fragment	False	FIJ0112_000000022416	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1251.0	98.801	100.0	0.00664637455965773	CP000965.1	enterobacteria	Klebsiella variicola strain 342 plasmid pKP187, complete sequence	False	True
ENG0170_000000011130	1250	0.6598500810633309	1	1	0	1	0	False	55835	maximal	True	ENG0170_000000011130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	99.051	51.0	0.005356172755670243	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	False
ISR0851_000000011317	1250	0.6598500810633309	1	1	0	1	0	False	20549	fragment	False	ISR0851_000000011317	1.0		0	0	False	False	0.972000002861023	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	7.278741519679134e-06	CP030150.1	firmicutes	Bacillus velezensis strain DSYZ chromosome, complete genome	True	False
ENG0005_000000019081	1250	0.6598500810633309	2	1	0	1	0	False	67642	fragment	False	ENG0005_000000019081	1.0		0	0	False	False	0.9991999864578247	0					non-mobilizable	no_good_hit	939.0	90.84100000000001	86.0	0.01018367568742528	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AUS0018_000000022877	1250	0.6598500810633309	1	1	0	1	0	False	99818	maximal	True	AUS0018_000000022877	1.0		2	2	False	False	0.9592000246047974	0					non-mobilizable	no_good_hit	147.0	94.55799999999999	12.0	0.0027195171925641693	NZ_JWHR01000110.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig110, whole genome shotgun sequence	True	False
MAD0106_000000018070	1250	0.6598500810633309	2	1	0	1	0	False	90239	fragment	False	MAD0040_000000021002	0.48463308979548747		0	0	False	False	0.9887999892234802	0					non-mobilizable	no_good_hit								True	False
ISR0053_000000014195	1249	0.6598500810633309	2	1	0	1	0	False	35740	maximal	True	ISR0053_000000014195	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0073_000000022410	1249	0.6598500810633309	1	1	0	1	0	False	34769	fragment	False	ISR0073_000000022410	1.0		0	0	False	False	0.9607686400413513	0					non-mobilizable	no_good_hit								True	False
CHI0143_000000015900	1248	0.6598500810633309	1	1	0	1	0	False	79903	maximal	True	CHI0143_000000015900	1.0		1	1	False	False	0.9967948794364929	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000036852	1246	0.6598500810633309	2	1	0	1	0	False	15266	fragment	False	MAD0098_000000036852	1.0		0	0	False	False	0.9727126955986023	0					non-mobilizable	no_good_hit								True	False
SPA0139_000000022738	1246	0.6598500810633309	2	1	0	1	0	False	3505	fragment	False	SPA0139_000000022738	1.0		0	0	False	False	0.9975922703742981	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000033714	1246	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.03552033195186092		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	98.381	99.0	0.013411585697206825	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0024_000000042200	1245	0.6598500810633309	1	1	0	1	0	False	13895	fragment	False	MON0024_000000042200	0.9675285593333791		0	0	False	False	0.9983935952186584	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000024963	1245	0.6598500810633309	3	1	0	1	0	True	15194	fragment	False	MAD0099_000000024963	1.0		0	0	False	False	0.9887550473213196	0					non-mobilizable	no_good_hit								True	True
ITA0007_000000000901	1244	0.6598500810633309	2	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.11943891053698448		0	0	False	False	0.9951768517494202	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000022584	1243	0.6598500810633309	1	1	0	1	0	False	41983	fragment	False	FIJ0112_000000022584	1.0		0	0	False	False	0.9991955161094666	0					non-mobilizable	plasmid	1240.0	99.839	99.0	0.011292380605176814	CP024877.1	enterobacteria	Klebsiella pneumoniae strain NH25 plasmid pNH25.3, complete sequence	False	True
FIJ0047_000000025249	1243	0.6598500810633309	2	1	0	1	0	False	46838	fragment	False	ISR0363_000000013935	0.9595310136157338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0066_000000029685	1242	0.6598500810633309	2	1	0	1	0	False	14020	fragment	False	MON0066_000000029685	1.0		0	0	False	False	0.998389720916748	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000033254	1241	0.6598500810633309	1	1	0	1	0	False	41796	fragment	False	FIJ0114_000000033254	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1242.0	99.436	100.0	0.01268760479286795	CP050841.1	enterobacteria	Klebsiella pneumoniae strain Bckp101 plasmid pBckp101-1, complete sequence	False	True
SPA0023_000000023085	1241	0.6598500810633309	2	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.12035240901221897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	5.0	1.8976996768932976e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0131_000000022934	1241	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.11125770307617017		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	94.56	100.0	0.006215331816912088	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ENG0177_000000021029	1239	0.6598500810633309	1	1	0	1	0	False	55499	fragment	False	ENG0177_000000021029	0.9701244813278008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0048_01_000000012847	1239	0.6598500810633309	1	1	0	1	0	False	70336	fragment	False	USA0048_01_000000012847	0.9641032514418901		0	0	False	False	0.9927361011505127	0					non-mobilizable	no_good_hit								True	False
FIJ0117_000000016595	1239	0.6598500810633309	1	1	0	1	0	False	41596	fragment	False	FIJ0117_000000016595	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1239.0	98.54700000000001	100.0	0.006507090521092855	MN480762.1	firmicutes	Streptococcus salivarius strain NU10 plasmid pSsal-NU10, complete sequence	False	True
ISR0269_000000015776	1239	0.6598500810633309	2	1	0	1	0	False	26448	fragment	False	MAD0059_000000015112	0.9559055118110236		0	0	False	False	0.9887005686759949	0					non-mobilizable	no_good_hit								True	False
MAD0010_000000003910	1239	0.6598500810633309	1	1	0	1	0	False	19732	fragment	False	MAD0010_000000003910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	95.806	36.0	0.001294999068861289	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
AST0084_000000028633	1238	0.6598500810633309	2	1	0	1	0	False	111229	maximal	True	AST0084_000000028633	1.0		1	1	False	False	0.9943457245826721	0					non-mobilizable	plasmid	1235.0	94.089	99.0	0.02132931351145303	CP054155.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B502, complete sequence	False	True
SPA0079_000000021514	1238	0.6598500810633309	1	1	0	1	0	False	31166	fragment	False	SPA0079_000000021514	1.0		0	0	False	False	0.9983844757080078	0					non-mobilizable	no_good_hit								True	False
ISR0036_000000011743	1237	0.6598500810633309	1	1	0	1	0	False	36736	fragment	False	ISR0036_000000011743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0016_000000015695	1236	0.6598500810633309	1	1	0	1	0	False	50193	maximal	True	FIJ0016_000000015695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0026_000000043244	1236	0.6598500810633309	1	1	0	1	0	False	47112	fragment	False	FIJ0044_000000016216	0.9485776805251641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000036531	1236	0.6598500810633309	2	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.1802594917203854		0	0	False	False	0.991909384727478	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000025538	1236	0.6598500810633309	1	1	0	1	0	False	48819	fragment	False	FIJ0029_000000025538	1.0		0	0	False	False	0.987864077091217	0					non-mobilizable	plasmid	1236.0	99.029	100.0	0.01048315903843542	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ISR0267_000000015235	1236	0.6598500810633309	1	1	0	1	0	False	26522	fragment	False	ISR0267_000000015235	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1236.0	99.353	100.0	0.010710630843147799	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0049_000000015329	1235	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.12826665989211772		0	0	False	False	0.9975708723068237	0					non-mobilizable	plasmid	1235.0	99.919	100.0	0.010701958267566302	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0070_000000028431	1234	0.6598500810633309	1	1	0	1	0	False	13625	fragment	False	MON0037_000000066181	0.6467406774836323		0	0	False	False	0.987034022808075	0					non-mobilizable	other	1237.0	88.27799999999999	99.0	0.0025844926260410635	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0018_000000017668	1234	0.6598500810633309	2	1	0	1	0	False	13254	fragment	False	MON0018_000000017668	0.9943032427695004		0	0	False	False	0.9878444075584412	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00019944051686584475	NZ_JXQL01000045.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig45, whole genome shotgun sequence	True	False
MON0001_000000028355	1233	0.6598500810633309	1	1	0	1	0	False	14362	fragment	False	MON0001_000000028355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000024245	1233	0.6598500810633309	1	1	0	1	0	False	80200	fragment	False	CHI0140_000000024245	1.0		0	0	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit								True	False
SPA0107_000000026934	1232	0.6598500810633309	1	1	0	1	0	False	31335	fragment	False	ISR0138_000000021382	0.914985688973695		0	0	False	False	0.9991883039474487	0					non-mobilizable	no_good_hit								True	False
ISR0262_000000014025	1232	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.03568845088897063		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	98.054	100.0	0.0025761285722351052	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0046_000000022021	1231	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.054134231011992426		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	89.521	100.0	0.1686780032912781	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	False
MON0060_000000034947	1230	0.6598500810633309	1	1	0	1	0	False	16256	maximal	True	MON0060_000000034947	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	99.26100000000001	88.0	0.009383726779178881	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ENG0208_000000024242	1230	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.02889062792500205		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	99.024	100.0	0.0025698555318806366	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0038_000000004017	1229	0.6598500810633309	3	1	0	1	0	False	73333	fragment	False	DEN0038_000000004017	1.0		0	0	False	False	0.9951179623603821	0					non-mobilizable	plasmid	1081.0	98.705	99.0	0.27586206896551724	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ISR0082_000000027733	1229	0.6598500810633309	3	1	0	1	0	False	34135	fragment	False	ISR0082_000000027733	1.0		0	0	False	False	0.951993465423584	0					non-mobilizable	no_good_hit	120.0	98.333	10.0	0.0011749721067546087	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	True	False
MAD0043_000000022101	1229	0.6598500810633309	1	1	0	1	0	False	18004	fragment	False	MAD0043_000000022101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0304_000000008584	1228	0.6598500810633309	1	1	0	1	0	True	112645	fragment	False	ISR0001_000000011179	0.0976484869950862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0008_000000023465	1228	0.6598500810633309	2	1	0	1	0	True	51394	fragment	False	FIJ0008_000000023465	0.9913119026933102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	79.126	16.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
ISR0289_000000009914	1227	0.6598500810633309	1	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.11061468433496706		0	0	False	False	0.9918500185012817	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000041858	1227	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.06094047435303802		0	0	False	False	0.9877750873565674	0					non-mobilizable	no_good_hit								True	False
TAN0011_000000004595	1226	0.6598500810633309	1	1	0	1	0	False	2601	fragment	False	TAN0011_000000004595	1.0		0	0	False	False	0.9991843104362488	0					non-mobilizable	chromosome	952.0	97.059	98.0	0.0002536859826357147	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0191_000000026670	1224	0.6598500810633309	1	1	0	1	0	False	70336	fragment	False	USA0048_01_000000012847	0.9615169720620824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0059_000000012930	1224	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.028788862987348455		0	0	False	False	0.968137264251709	0					non-mobilizable	other	1222.0	98.936	99.0	0.0025531274242687205	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0005_000000019525	1223	0.6598500810633309	1	1	0	1	0	False	131077	fragment	False	ISR0152_000000011271	0.15901679901286234		0	0	False	False	0.9967293739318848	0					non-mobilizable	no_good_hit	60.0	88.333	5.0	1.9185866277204802e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0071_000000005071	1222	0.6598500810633309	2	1	0	1	0	False	46086	fragment	False	MAD0071_000000005071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0034_000000028136	1222	0.6598500810633309	1	1	0	1	0	False	7138	fragment	False	SPA0034_000000028136	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1222.0	99.91799999999999	100.0	0.008407816997424633	MN823989.1	enterobacteria	Klebsiella pneumoniae strain 283149 plasmid p283149-FII, complete sequence	False	True
USA0012_01_000000003485	1222	0.6598500810633309	2	1	0	1	0	True	1984	fragment	False	USA0012_01_000000003485	1.0		0	0	False	False	0.9975450038909912	0					non-mobilizable	plasmid	1208.0	93.95700000000001	99.0	0.3353726362625139	HG796342.1	bacteria	Uncultured bacterium plasmid pRGI00555	False	True
FIJ0114_000000033818	1220	0.6598500810633309	2	1	0	1	0	False	41784	fragment	False	FIJ0114_000000033818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	98.571	6.0	0.017624521072796936	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ISR0188_000000016863	1220	0.6598500810633309	1	1	0	1	0	False	29245	fragment	False	ISR0188_000000016863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000019823	1219	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.029094908665584875		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	90.64299999999999	100.0	0.006090626122351251	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0054_000000015876	1217	0.6598500810633309	2	1	0	1	0	False	17128	fragment	False	MAD0054_000000015876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0163_000000009030	1216	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.028448372453987812		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	98.43799999999999	100.0	0.013205086403651776	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0014_000000028556	1215	0.6598500810633309	1	1	0	1	0	False	43220	fragment	False	MAD0014_000000028556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0010_000000004036	1214	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.09614907598016338		0	0	False	False	0.9991762638092041	0					non-mobilizable	chromosome	1224.0	92.15700000000001	100.0	0.0003238430945528471	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0003_000000021576	1214	0.6598500810633309	1	1	0	1	0	False	20058	fragment	False	MAD0003_000000021576	1.0		0	0	False	False	0.9975288510322571	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000038939	1214	0.6598500810633309	2	1	0	1	0	False	30030	maximal	True	ISR0170_000000038939	1.0		2	2	False	False	0.9975288510322571	0					non-mobilizable	no_good_hit	1086.0	97.238	89.0	0.09869019465162816	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	True	False
MAD0040_000000028409	1214	0.6598500810633309	1	1	0	1	0	False	18323	fragment	False	MAD0040_000000028409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000023186	1214	0.6598500810633309	1	1	0	1	0	False	41978	fragment	False	FIJ0112_000000023186	1.0		0	0	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000035821	1213	0.6598500810633309	2	1	0	1	0	False	69166	fragment	False	DEN0082_000000035821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0185_000000015878	1212	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.031427750042959494		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	98.186	100.0	0.0025343083032053145	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0031_000000027869	1212	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.17983451927665162		0	0	False	False	0.9834983348846436	0					non-mobilizable	no_good_hit								True	False
ENG0210_000000022404	1211	0.6598500810633309	1	1	0	1	0	False	79430	fragment	False	ENG0210_000000022404	0.9465293166875105		0	0	False	False	0.9900908470153809	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000033270	1211	0.6598500810633309	2	1	0	1	0	True	29511	fragment	False	ISR0182_000000033270	1.0		0	0	False	False	0.9744012951850891	0					non-mobilizable	no_good_hit	85.0	89.412	7.0	0.023924807747080605	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
ISR0806_000000011015	1210	0.6598500810633309	2	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.6986603852804892		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	95.868	100.0	0.0060307673889620494	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0041_000000058326	1209	0.6598500810633309	3	1	0	1	0	False	11756	maximal	True	MON0041_000000058326	1.0		18	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0019_000000005540	1209	0.6598500810633309	1	1	0	1	0	False	49848	fragment	False	FIJ0019_000000005540	0.9799163179916317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0093_000000026860	1209	0.6598500810633309	2	1	0	1	0	False	90239	fragment	False	MAD0040_000000021002	0.4737026023006468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0169_000000026905	1209	0.6598500810633309	1	1	0	1	0	False	30077	fragment	False	ISR0169_000000026905	1.0		0	0	False	False	0.9950371980667114	0					non-mobilizable	no_good_hit								True	False
SPA0033_000000026451	1209	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.0207074951871434		0	0	False	False	0.9925558567047119	0					non-mobilizable	other	1151.0	90.791	95.0	0.012487773068144766	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0002_000000032196	1209	0.6598500810633309	3	1	0	1	0	False	52283	fragment	False	FIJ0002_000000032196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	0.013636363636363636	NZ_QRYH01000054.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf54, whole genome shotgun sequence	True	False
ISR0009_000000028273	1208	0.6598500810633309	1	1	0	1	0	False	38332	fragment	False	ISR0009_000000028273	1.0		0	0	False	False	0.985927164554596	0					non-mobilizable	no_good_hit								True	False
TAN0006_000000012668	1207	0.6598500810633309	1	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.8161140611914345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1148.0	94.164	99.0	0.00030517009898554953	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
TAN0016_000000009878	1207	0.6598500810633309	1	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.7180503863520213		0	0	False	False	0.9983429908752441	0					non-mobilizable	no_good_hit								True	False
SPA0109_000000028613	1206	0.6598500810633309	1	1	0	1	0	False	18845	fragment	False	SPA0109_000000028613	0.9450000000000001		0	0	False	False	0.9950248599052429	0					non-mobilizable	no_good_hit	101.0	100.0	8.0	0.013713658804168952	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	False
FIJ0155_000000017929	1206	0.6598500810633309	2	1	0	1	0	False	39515	fragment	False	FIJ0155_000000017929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	6.0	1.6257575268001048e-06	LN590690.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG31, chromosome: 31	True	False
MAD0066_000000028783	1206	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.1264007084451826		0	0	False	False	0.9975124597549438	0					non-mobilizable	plasmid	1206.0	99.66799999999999	100.0	0.010450453575702913	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0057_000000018659	1205	0.6598500810633309	1	1	0	1	0	False	55499	fragment	False	ENG0177_000000021029	0.9576271186440679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000034565	1205	0.6598500810633309	1	1	0	1	0	False	15383	fragment	False	MAD0097_000000034565	1.0		0	0	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	6.20915872322568e-05	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
MON0023_000000019455	1205	0.6598500810633309	1	1	0	1	0	False	16255	fragment	False	MON0023_000000019455	0.9637378519386034		0	0	False	False	0.9991701245307922	0					non-mobilizable	plasmid	1208.0	99.089	100.0	0.010467798726865905	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
DEN0071_000000036990	1203	0.6598500810633309	1	1	0	1	0	False	70336	fragment	False	USA0048_01_000000012847	0.9534181186598933		0	0	False	False	0.9983375072479248	0					non-mobilizable	no_good_hit								True	False
ISR0804_000000017064	1203	0.6598500810633309	2	1	0	1	0	True	44728	fragment	False	FIJ0072_000000020755	0.9456692913385827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	95.111	19.0	0.18027485852869846	NZ_JAAIQH010000056.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_65_length_1237_cov_4052.28, whole genome shotgun sequence	True	True
TAN0009_000000036388	1203	0.6598500810633309	1	1	0	1	0	False	17310	fragment	False	TAN0009_000000036388	1.0		0	0	False	False	0.9966749548912048	0					non-mobilizable	no_good_hit								True	False
ISR0287_000000012126	1201	0.6598500810633309	2	1	0	1	0	False	25988	fragment	False	ISR0287_000000012126	1.0		0	0	False	False	0.9950041770935059	0					non-mobilizable	no_good_hit								True	False
ISR0327_000000024780	1201	0.6598500810633309	1	1	0	1	0	False	24758	fragment	False	ISR0327_000000024780	0.9722921914357683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.007923169267707083	NZ_WHJC01000290.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig290, whole genome shotgun sequence	True	False
MAD0033_000000017732	1200	0.6598500810633309	1	1	0	1	0	False	18845	fragment	False	SPA0109_000000028613	0.9427860696517414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000025347	1200	0.6598500810633309	2	1	0	1	0	False	90239	fragment	False	MAD0040_000000021002	0.47502267496000133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0065_000000009358	1200	0.6598500810633309	1	1	0	1	0	False	18523	fragment	False	MAD0065_000000009358	0.9800543970988214		0	0	False	False	0.9833333492279053	0					non-mobilizable	no_good_hit	184.0	84.23899999999999	15.0	0.000376382421268116	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0264_000000009895	1199	0.6598500810633309	1	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.10126078205461404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	96.491	5.0	1.742150523049585e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0030_000000025240	1197	0.6598500810633309	1	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.05556198493476313		0	0	False	False	0.9665831327438354	0					non-mobilizable	no_good_hit	67.0	95.522	6.0	2.0532488307370107e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0013_000000025435	1197	0.6598500810633309	2	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.7001825753341845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0094_000000016953	1197	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.0190016674053574		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	98.83	100.0	0.002500852087981482	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0013_000000010615	1196	0.6598500810633309	1	1	0	1	0	False	2557	fragment	False	TAN0013_000000010615	1.0		0	0	False	False	0.9481605291366577	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	0.031216361679224973	GQ882159.1		Uncultured organism clone VC1CY77TF genomic sequence	True	False
FIJ0093_000000015903	1195	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.011032746261124864		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	97.65700000000001	100.0	0.012965981958482774	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0113_000000014027	1195	0.6598500810633309	1	1	0	1	0	False	32573	fragment	False	ISR0113_000000014027	1.0		0	0	False	False	0.9991631507873535	0					non-mobilizable	no_good_hit								True	False
ISR0825_000000020198	1195	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.21049778273621145		0	0	False	False	0.9991631507873535	0					non-mobilizable	no_good_hit								True	False
FIJ0163_000000020793	1195	0.6598500810633309	1	1	0	1	0	False	49848	fragment	False	FIJ0019_000000005540	0.9743589743589743		0	0	False	False	0.9782426953315735	0					non-mobilizable	no_good_hit								True	False
MON0104_000000038715	1193	0.6598500810633309	1	1	0	1	0	False	14013	fragment	False	MON0104_000000038715	1.0		0	0	False	False	0.997485339641571	0					non-mobilizable	plasmid	1126.0	99.29	94.0	0.009756647529183217	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0050_000000024670	1192	0.6598500810633309	2	1	0	1	0	False	35890	fragment	False	ISR0050_000000024670	1.0		0	0	False	False	0.9874160885810852	0					non-mobilizable	other	1192.0	99.581	100.0	0.24890282131661443	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	False	False
ISR0321_000000010202	1191	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.08228438588015251		0	0	False	False	1.0	0					non-mobilizable	chromosome	1197.0	93.65100000000001	100.0	0.00031877471004172346	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0019_000000005634	1191	0.6598500810633309	1	1	0	1	0	False	90239	fragment	False	MAD0040_000000021002	0.47262816329534896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0085_000000027013	1191	0.6598500810633309	1	1	0	1	0	False	9762	maximal	True	MON0085_000000027013	1.0		1	1	False	False	0.992443323135376	0					non-mobilizable	no_good_hit	237.0	94.93700000000001	20.0	0.0017252898119801189	NZ_KB894653.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00011.11, whole genome shotgun sequence	True	False
MAD0005_000000026907	1191	0.6598500810633309	1	1	0	1	0	False	19912	maximal	True	MAD0005_000000026907	1.0		1	1	False	False	0.9991603493690491	0					non-mobilizable	no_good_hit								True	False
ISR0838_000000020914	1191	0.6598500810633309	1	1	0	1	0	False	24758	fragment	False	ISR0327_000000024780	0.9683597002497918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.007923169267707083	NZ_WHJC01000290.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig290, whole genome shotgun sequence	True	False
ISR0209_000000023264	1190	0.6598500810633309	1	1	0	1	0	False	70336	fragment	False	USA0048_01_000000012847	0.7200763410102196		0	0	False	False	0.9823529124259949	0					non-mobilizable	no_good_hit	61.0	93.443	5.0	0.0024457986154292582	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
ISR0086_000000024352	1190	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.21149423613927165		0	0	False	False	0.9722688794136047	0					non-mobilizable	no_good_hit								True	False
ISR0370_000000022741	1190	0.6598500810633309	2	1	0	1	0	False	23503	fragment	False	ISR0370_000000022741	1.0		0	0	False	False	0.9941176176071167	0					non-mobilizable	no_good_hit	31.0	96.774	3.0	7.649977815064337e-05	NZ_KB907245.1	firmicutes	Paenibacillus fonticola DSM 21315 G358DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
CHI0151_000000020440	1190	0.6598500810633309	1	1	0	1	0	False	79430	fragment	False	ENG0210_000000022404	0.9299693818174327		0	0	False	False	0.9957982897758484	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000035778	1190	0.6598500810633309	1	1	0	1	0	False	92653	fragment	False	USA0053_01_000000009426	0.21108900221863752		0	0	False	False	0.9840335845947266	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000025700	1189	0.6598500810633309	1	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.6105579655687894		0	0	False	False	0.9974768757820129	0					non-mobilizable	chromosome	1180.0	95.339	99.0	0.00031423983968966547	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0194_000000022222	1189	0.6598500810633309	3	1	0	1	0	False	54499	fragment	False	ENG0194_000000022222	1.0		0	0	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit								True	False
ISR0321_000000010223	1188	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.06763945168535473		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	94.73700000000001	100.0	0.005950955744443114	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
AST0024_000000030782	1187	0.6598500810633309	1	1	0	1	0	False	120664	fragment	False	AST0024_000000030782	1.0		0	0	False	False	0.9915754199028015	0					non-mobilizable	no_good_hit	1007.0	92.45299999999999	84.0	0.010922725790674926	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0021_000000025620	1187	0.6598500810633309	1	1	0	1	0	False	100133	fragment	False	USA0133_01_000000010977	0.10331863666658103		0	0	False	False	1.0	0					non-mobilizable	plasmid	1142.0	97.023	96.0	0.009895408738487156	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0050_000000035049	1187	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.03410967762084192		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	89.917	100.0	0.005926014605530947	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0344_000000029904	1187	0.6598500810633309	2	1	0	1	0	False	48802	fragment	False	ISR0344_000000029904	0.9821428571428572		0	0	False	False	0.9991575479507446	0					non-mobilizable	other	1190.0	97.395	100.0	0.012900771655254864	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0041_000000059645	1186	0.6598500810633309	2	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.5454368233775536		0	0	False	False	0.997470498085022	0					non-mobilizable	chromosome	1187.0	95.11399999999999	100.0	0.00031610713924639527	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0326_000000017791	1186	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.06769470547935635		0	0	False	False	0.9983136653900146	0					non-mobilizable	other	1192.0	94.295	100.0	0.005926014605530947	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0191_000000010058	1186	0.6598500810633309	2	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.711268175965689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0083_000000008823	1186	0.6598500810633309	1	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.7118731401155611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000033455	1186	0.6598500810633309	1	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.09195406859748838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	4.0	0.0017825311942959	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
FIJ0017_000000025489	1185	0.6598500810633309	2	1	0	1	0	False	90239	fragment	False	MAD0040_000000021002	0.4695652579085996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0357_000000022530	1185	0.6598500810633309	1	1	0	1	0	False	23872	fragment	False	ISR0357_000000022530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0157_000000016354	1185	0.6598500810633309	1	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.7099686957778634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000025590	1184	0.6598500810633309	1	1	0	1	0	False	56105	fragment	False	MAD0039_000000011247	0.7693403971506405		0	0	False	False	0.9712837934494019	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000028632	1183	0.6598500810633309	1	1	0	1	0	False	63136	fragment	False	ENG0062_000000019544	0.9487284659557014		0	0	False	False	0.9983093738555908	0					non-mobilizable	no_good_hit								True	False
FIJ0103_000000019515	1183	0.6598500810633309	1	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.7105778927349288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0059_000000013446	1182	0.6598500810633309	1	1	0	1	0	False	131077	fragment	False	ISR0152_000000011271	0.14730930471483564		0	0	False	False	0.9906937479972839	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.1371522296712343e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0229_000000013796	1182	0.6598500810633309	1	1	0	1	0	False	86024	fragment	False	ISR0229_000000013796	1.0		0	0	False	False	0.9949238300323486	0					non-mobilizable	no_good_hit	120.0	99.167	10.0	0.00019757103841013424	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0292_000000017633	1182	0.6598500810633309	2	1	0	1	0	False	79685	fragment	False	CHI0158_000000018415	0.6215633983044717		0	0	False	False	1.0	0					non-mobilizable	plasmid	1182.0	100.0	100.0	0.2854725646603819	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
ISR0056_000000019226	1181	0.6598500810633309	1	1	0	1	0	True	35607	fragment	False	ISR0056_000000019226	1.0		0	0	False	False	0.9991532564163208	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000035709	1180	0.6598500810633309	1	1	0	1	0	False	53003	fragment	False	ETH0003_000000035709	1.0		0	0	False	False	0.9957627058029175	0					non-mobilizable	no_good_hit								True	False
FIJ0104_000000023873	1179	0.6598500810633309	1	1	0	1	0	False	42448	fragment	False	FIJ0104_000000023873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	97.059	6.0	0.0005254520908951278	NZ_CYYU01000005.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0029_000000021079	1177	0.6598500810633309	2	1	0	1	0	False	65762	fragment	False	ENG0029_000000021079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0252_000000011539	1176	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.03205063142798142		0	0	False	False	0.9778911471366882	0					non-mobilizable	other	1178.0	98.21700000000001	100.0	0.0024611228324031807	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0036_000000026865	1174	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.02900242319152099		0	0	False	False	1.0	0					non-mobilizable	chromosome	1182.0	91.963	100.0	0.00031370632553059984	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0114_000000035285	1174	0.6598500810633309	1	1	0	1	0	False	41774	fragment	False	FIJ0114_000000035285	1.0		0	0	False	False	0.9991481900215149	0					non-mobilizable	no_good_hit								True	False
CHI0056_000000017861	1174	0.6598500810633309	2	1	0	1	0	True	86046	fragment	False	CHI0056_000000017861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	93.586	29.0	0.10449129239230064	KU546560.1	bacteria	Uncultured bacterium clone CH_03G_000_Contig_5 genomic sequence	True	True
MAD0036_000000026876	1173	0.6598500810633309	1	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.7051366420529759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0037_000000066181	1171	0.6598500810633309	1	1	0	1	0	False	13625	fragment	False	MON0037_000000066181	0.9355102061601294		0	0	False	False	0.9837745428085327	0					non-mobilizable	other	1177.0	85.811	100.0	0.002459031818951691	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0022_000000035935	1170	0.6598500810633309	1	1	0	1	0	False	74445	maximal	True	DEN0022_000000035935	1.0		1	1	False	False	0.9726495742797852	0					non-mobilizable	no_good_hit								True	False
FIJ0093_000000016258	1169	0.6598500810633309	1	1	0	1	0	False	43218	fragment	False	FIJ0093_000000016258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0075_000000003739	1169	0.6598500810633309	1	1	0	1	0	False	16255	fragment	False	MON0023_000000019455	0.9360329811102441		0	0	False	False	0.9324208498001099	0					non-mobilizable	plasmid	1113.0	99.461	95.0	0.009643904046623766	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0234_000000012938	1169	0.6598500810633309	2	1	0	1	0	False	27346	fragment	False	ISR0234_000000012938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0119_000000026829	1168	0.6598500810633309	1	1	0	1	0	False	32323	maximal	True	ISR0119_000000026829	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000012385	1168	0.6598500810633309	2	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.6918907769627198		0	0	False	False	0.9991438388824463	0					non-mobilizable	no_good_hit								True	False
FIJ0027_000000014842	1167	0.6598500810633309	1	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.7020721224594391		0	0	False	False	0.9914309978485107	0					non-mobilizable	no_good_hit								True	False
CHI0056_000000017974	1167	0.6598500810633309	1	1	0	1	0	False	86023	fragment	False	CHI0056_000000017974	1.0		0	0	False	False	0.999143123626709	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	9.17575579086196e-07	CP027619.1	eudicots	Linum usitatissimum chromosome Lu1	True	False
CHI0163_000000009559	1166	0.6598500810633309	1	1	0	1	0	False	78438	fragment	False	CHI0163_000000009559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000016724	1166	0.6598500810633309	1	1	0	1	0	False	96854	fragment	False	CAN0002_000000016724	0.939119170984456		0	0	False	False	0.9991423487663269	0					non-mobilizable	plasmid	1166.0	99.914	100.0	0.03186542669584245	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
CHI0155_000000011304	1165	0.6598500810633309	2	1	0	1	0	False	79685	fragment	False	CHI0158_000000018415	0.8076603443185132		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	100.0	100.0	0.27550295857988166	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	False
ENG0132_000000016761	1164	0.6598500810633309	2	1	0	1	0	False	79685	fragment	False	CHI0158_000000018415	0.7887840524240571		0	0	False	False	0.9939862489700317	0					non-mobilizable	other	1164.0	100.0	100.0	0.2752662721893491	NZ_RCXZ01000086.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0086, whole genome shotgun sequence	False	False
FIJ0047_000000027050	1164	0.6598500810633309	2	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.007528149787564014		0	0	False	False	0.9974226951599121	0					non-mobilizable	other	1162.0	98.193	99.0	0.012618193674600587	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0058_000000046753	1162	0.6598500810633309	1	1	0	1	0	False	14018	fragment	False	MON0058_000000046753	0.9356392294220666		0	0	False	False	0.9707400798797607	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000022085	1162	0.6598500810633309	1	1	0	1	0	False	25662	fragment	False	ISR0296_000000022085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000026221	1162	0.6598500810633309	1	1	0	1	0	False	1818	maximal	True	USA0019_01_000000026221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	97.319	74.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0107_000000053574	1161	0.6598500810633309	1	1	0	1	0	False	8544	fragment	False	MON0107_000000053574	1.0		0	0	False	False	0.9810507893562317	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000021526	1161	0.6598500810633309	1	1	0	1	0	False	102251	fragment	False	ENG0091_000000021526	0.970995670995671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0084_000000006014	1160	0.6598500810633309	1	1	0	1	0	False	16079	fragment	False	MAD0084_000000006014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000034076	1160	0.6598500810633309	1	1	0	1	0	False	40650	fragment	False	FIJ0133_000000034076	1.0		0	0	False	False	0.9603448510169983	0					non-mobilizable	no_good_hit								True	False
TAN0012_000000008718	1159	0.6598500810633309	1	1	0	1	0	False	2585	fragment	False	TAN0012_000000008718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0057_000000017740	1158	0.6598500810633309	2	1	0	1	0	False	96854	fragment	False	CAN0002_000000016724	0.9365351629502574		0	0	False	False	1.0	0					non-mobilizable	plasmid	1158.0	100.0	100.0	0.015641476274165202	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0839_000000018962	1158	0.6598500810633309	1	1	0	1	0	True	29511	fragment	False	ISR0182_000000033270	0.9781172584640793		0	0	False	False	0.9965457916259766	0					non-mobilizable	no_good_hit	49.0	100.0	4.0	0.0117359413202934	MK231925.1	viruses	Uncultured human fecal virus clone B.wadsworthia_S04.r2.I21_3_c1 sequence	True	True
ISR0107_000000026998	1157	0.6598500810633309	2	1	0	1	0	False	32829	maximal	True	ISR0107_000000026998	1.0		1	1	False	False	0.9775280952453613	0					non-mobilizable	no_good_hit	915.0	99.126	79.0	0.005793133172342543	NZ_CYZN01000008.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0048_000000035761	1157	0.6598500810633309	1	1	0	1	0	False	13895	fragment	False	MON0024_000000042200	0.9576323240012184		0	0	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit								True	False
MON0078_000000041392	1155	0.6598500810633309	1	1	0	1	0	False	10125	fragment	False	MON0078_000000041392	1.0		0	0	False	False	0.9878787994384766	0					non-mobilizable	other	1180.0	79.068	100.0	0.0024318486440823273	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0041_000000013208	1155	0.6598500810633309	1	1	0	1	0	False	87528	fragment	False	CHI0041_000000013208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000026455	1155	0.6598500810633309	1	1	0	1	0	False	50565	fragment	False	FIJ0013_000000026455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.017976031957390146	NZ_CADEAU010000825.1	high GC Gram+	Micromonospora maritima isolate DSM 45782, whole genome shotgun sequence	True	False
AUS0004_000000016987	1155	0.6598500810633309	1	1	0	1	0	False	102251	fragment	False	ENG0091_000000021526	0.9685615848406546		0	0	False	False	0.9956709742546082	0					non-mobilizable	no_good_hit								True	False
ISR0797_000000009459	1154	0.6598500810633309	2	1	0	1	0	False	22005	fragment	False	ISR0797_000000009459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000014599	1152	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.019351524309143883		0	0	False	False	0.9921875	0					non-mobilizable	other	1101.0	97.54799999999999	95.0	0.0023001147966384868	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0057_000000013491	1151	0.6598500810633309	2	1	0	1	0	True	51394	fragment	False	FIJ0008_000000023465	0.9605048859934853		0	0	False	False	0.9921807050704956	0					non-mobilizable	no_good_hit	206.0	79.126	17.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
USA0025_01_000000013551	1149	0.6598500810633309	1	1	0	1	0	False	56105	fragment	False	MAD0039_000000011247	0.76282589316763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0002_000000025353	1149	0.6598500810633309	1	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.31635705993792373		0	0	False	False	0.9817232489585876	0					non-mobilizable	chromosome	1151.0	96.09	100.0	0.0003065038843832136	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0166_000000026432	1149	0.6598500810633309	1	1	0	1	0	False	79430	fragment	False	ENG0210_000000022404	0.9249866420556662		0	0	False	False	0.9982593655586243	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000023808	1148	0.6598500810633309	1	1	0	1	0	False	7356	fragment	False	SPA0029_000000023808	1.0		0	0	False	False	0.9668989777565002	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000033979	1148	0.6598500810633309	1	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.31785420984660895		0	0	False	False	1.0	0					non-mobilizable	chromosome	1150.0	96.95700000000001	100.0	0.0003062371273036808	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0002_000000034184	1148	0.6598500810633309	2	1	0	1	0	False	52252	fragment	False	FIJ0002_000000034184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	74.854	29.0	0.00010017533683207194	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
MON0028_000000022990	1146	0.6598500810633309	1	1	0	1	0	False	12580	fragment	False	MON0028_000000022990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000026203	1145	0.6598500810633309	2	1	0	1	0	False	80180	maximal	True	CHI0140_000000026203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000032907	1145	0.6598500810633309	1	1	0	1	0	False	102603	fragment	False	AUS0002_000000032907	0.9675669737293058		0	0	False	False	0.9799126386642456	0					non-mobilizable	no_good_hit								True	False
MAD0084_000000006085	1145	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.015006535730877062		0	0	False	False	0.9991266131401062	0					non-mobilizable	chromosome	1147.0	96.774	100.0	0.00030570361314461516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0121_000000022520	1144	0.6598500810633309	1	1	0	1	0	False	41452	fragment	False	FIJ0121_000000022520	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1144.0	97.815	100.0	0.006007758049765051	MN480762.1	firmicutes	Streptococcus salivarius strain NU10 plasmid pSsal-NU10, complete sequence	False	True
USA0026_01_000000028679	1143	0.6598500810633309	1	1	0	1	0	False	1605	maximal	True	USA0026_01_000000028679	1.0		1	1	False	False	0.9851268529891968	0					non-mobilizable	no_good_hit								True	False
MON0010_000000024467	1143	0.6598500810633309	2	1	0	1	0	False	13713	fragment	False	MON0010_000000024467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0267_000000016710	1143	0.6598500810633309	1	1	0	1	0	False	26516	fragment	False	ISR0267_000000016710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0047_000000013573	1143	0.6598500810633309	2	1	0	1	0	False	86947	maximal	True	CHI0047_000000013573	1.0		2	1	False	False	0.9842519760131836	0					non-mobilizable	no_good_hit								True	False
ISR0280_000000013733	1142	0.6598500810633309	1	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.029575288908728944		0	0	False	False	0.9842382073402405	0					non-mobilizable	chromosome	1150.0	89.913	100.0	0.00030543685606508234	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0219_000000028261	1142	0.6598500810633309	1	1	0	1	0	False	102603	fragment	False	AUS0002_000000032907	0.9610424944873789		0	0	False	False	0.9991243481636047	0					non-mobilizable	no_good_hit								True	False
MON0006_000000020041	1142	0.6598500810633309	1	1	0	1	0	False	14018	fragment	False	MON0058_000000046753	0.9281411359724612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	93.846	7.0	7.93666236209409e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
MON0001_000000030618	1141	0.6598500810633309	2	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.46960041728055907		0	0	False	False	1.0	0					non-mobilizable	chromosome	1141.0	95.706	100.0	0.0003041030706674182	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
BAN0013_000000000799	1141	0.6598500810633309	1	1	0	1	0	True	98565	fragment	False	MON0002_000000023561	0.6323248841646225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0199_000000022646	1141	0.6598500810633309	2	1	0	1	0	False	54224	fragment	False	ENG0199_000000022646	1.0		0	0	False	False	0.9815950989723206	0					non-mobilizable	no_good_hit	445.0	89.663	39.0	0.05189692197566213	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	True	False
MON0074_000000019557	1141	0.6598500810633309	2	1	0	1	0	False	13254	fragment	False	MON0018_000000017668	0.9570502431118315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0147_000000019490	1140	0.6598500810633309	1	1	0	1	0	False	39927	fragment	False	FIJ0147_000000019490	1.0		0	0	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit	117.0	88.889	10.0	0.22030651340996169	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	False
ISR0208_000000024587	1139	0.6598500810633309	1	1	0	1	0	False	28494	maximal	True	ISR0208_000000024587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	96.32700000000001	73.0	0.001022505577778382	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0121_000000006908	1139	0.6598500810633309	1	1	0	1	0	False	81782	fragment	False	CHI0121_000000006908	1.0		0	0	False	False	0.9973661303520203	0					non-mobilizable	no_good_hit								True	False
FIJ0057_000000031524	1139	0.6598500810633309	1	1	0	1	0	False	46085	fragment	False	FIJ0057_000000031524	1.0		0	0	False	False	0.998244047164917	0					non-mobilizable	no_good_hit								True	False
MON0094_000000034197	1138	0.6598500810633309	1	1	0	1	0	False	16255	fragment	False	MON0023_000000019455	0.6373443983402489		0	0	False	False	0.9569420218467712	0					non-mobilizable	plasmid	1114.0	98.743	97.0	0.009652576622205263	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0083_000000036436	1138	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.015708230329956586		0	0	False	False	0.9956063032150269	0					non-mobilizable	other	1118.0	98.74799999999999	98.0	0.002335662025313809	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ETH0004_000000025785	1138	0.6598500810633309	2	1	0	1	0	False	52836	maximal	True	ETH0004_000000025785	1.0		44	4	False	False	0.9982425570487976	0					non-mobilizable	no_good_hit								True	False
MON0062_000000030724	1138	0.6598500810633309	1	1	0	1	0	False	10762	maximal	True	MON0062_000000030724	1.0		1	1	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit								True	False
ISR0829_000000013855	1136	0.6598500810633309	2	1	0	1	0	True	80167	fragment	False	CHI0140_000000026776	0.921177097776167		0	0	False	False	0.9982394576072693	0					non-mobilizable	no_good_hit								True	True
ENG0204_000000024667	1135	0.6598500810633309	1	1	0	1	0	True	122790	fragment	False	ISR0382_000000002969	0.0178848166688737		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	98.855	100.0	0.012324747310074992	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0358_000000017055	1135	0.6598500810633309	2	1	0	1	0	False	23832	fragment	False	ISR0358_000000017055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	0.012587412587412588	NZ_QRYH01000054.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf54, whole genome shotgun sequence	True	False
ISR0793_000000015058	1135	0.6598500810633309	2	1	0	1	0	False	22004	fragment	False	ISR0793_000000015058	1.0		0	0	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit	77.0	93.506	7.0	0.011516896499469617	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
MAD0022_000000012915	1134	0.6598500810633309	1	1	0	1	0	False	19260	fragment	False	MAD0022_000000012915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0027_000000010990	1134	0.6598500810633309	1	1	0	1	0	False	19028	fragment	False	MAD0027_000000010990	1.0		0	0	False	False	0.9532628059387207	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000021892	1133	0.6598500810633309	1	1	0	1	0	False	30791	fragment	False	ISR0150_000000021892	1.0		0	0	False	False	0.999117374420166	0					non-mobilizable	plasmid	1134.0	99.912	100.0	0.015676670402501626	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
FIJ0013_000000027010	1133	0.6598500810633309	1	1	0	1	0	False	50548	fragment	False	FIJ0013_000000027010	1.0		0	0	False	False	0.999117374420166	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000038712	1132	0.6598500810633309	1	1	0	1	0	False	45940	fragment	False	FIJ0058_000000038712	1.0		0	0	False	False	0.9911660552024841	0					non-mobilizable	no_good_hit								True	False
MON0029_000000029355	1132	0.6598500810633309	2	1	0	1	0	False	101457	fragment	False	USA0078_01_000000006399	0.03396652706041925		0	0	False	False	1.0	0					non-mobilizable	chromosome	1142.0	94.221	100.0	0.0003035695565083526	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0245_000000008056	1131	0.6598500810633309	1	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.5330454836751269		0	0	False	False	1.0	0					non-mobilizable	chromosome	1131.0	97.524	100.0	0.00030143549987208997	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0073_000000048121	1131	0.6598500810633309	1	1	0	1	0	False	70037	fragment	False	DEN0073_000000048121	1.0		0	0	False	False	0.9973474740982056	0					non-mobilizable	no_good_hit	45.0	91.111	6.0	0.005318491032776747	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
DEN0063_000000045680	1130	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.019265360747357466		0	0	False	False	0.9946902394294739	0					non-mobilizable	other	1131.0	97.613	100.0	0.0023628452001831727	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0080_000000052198	1130	0.6598500810633309	2	1	0	1	0	False	10004	maximal	True	MON0080_000000052198	1.0		4	3	False	False	0.9955752491950989	0					non-mobilizable	no_good_hit	989.0	99.596	88.0	0.00856850467451824	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0136_000000025192	1129	0.6598500810633309	2	1	0	1	0	False	40505	fragment	False	FIJ0136_000000025192	1.0		0	0	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit	48.0	93.75	4.0	6.016502113200359e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
SPA0031_000000030119	1129	0.6598500810633309	2	1	0	1	0	False	7254	fragment	False	SPA0031_000000030119	1.0		0	0	False	False	0.9778565168380737	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	0.00020577299690630944	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0075_000000021066	1129	0.6598500810633309	1	1	0	1	0	False	5761	fragment	False	SPA0075_000000021066	1.0		0	0	False	False	0.992914080619812	0					non-mobilizable	no_good_hit								True	False
MON0007_000000058727	1128	0.6598500810633309	1	1	0	1	0	False	13895	fragment	False	MON0024_000000042200	0.9328235633489111		0	0	False	False	0.9991135001182556	0					non-mobilizable	no_good_hit								True	False
MAD0051_000000023938	1128	0.6598500810633309	1	1	0	1	0	False	17311	maximal	True	MAD0051_000000023938	1.0		1	1	False	False	0.991134762763977	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000032289	1128	0.6598500810633309	1	1	0	1	0	False	2433	maximal	True	TAN0017_000000032289	1.0		6	2	False	False	0.9884752035140991	0					non-mobilizable	no_good_hit								True	False
ISR0269_000000017343	1128	0.6598500810633309	2	1	0	1	0	False	26441	maximal	True	ISR0269_000000017343	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0081_000000021774	1127	0.6598500810633309	1	1	0	1	0	False	61642	fragment	False	ENG0081_000000021774	1.0		0	0	False	False	0.9937888383865356	0					non-mobilizable	no_good_hit								True	False
USA0063_01_000000019053	1127	0.6598500810633309	1	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.05422216483494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	95.946	7.0	2.2710176461182087e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0039_000000033236	1127	0.6598500810633309	1	1	0	1	0	False	36517	fragment	False	ISR0039_000000033236	1.0		0	0	False	False	0.997338056564331	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000032367	1125	0.6598500810633309	1	1	0	1	0	False	50572	fragment	False	FIJ0066_000000023015	0.4953505943116238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0211_000000020886	1124	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.012610081273081513		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	99.021	100.0	0.002348208106022746	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0091_000000018646	1124	0.6598500810633309	1	1	0	1	0	False	131077	fragment	False	ISR0152_000000011271	0.09841746139032444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	5.0	0.0014037846032904711	GU942937.1		Uncultured organism clone 20 genomic sequence	True	False
CHI0140_000000026776	1123	0.6598500810633309	1	1	0	1	0	True	80167	fragment	False	CHI0140_000000026776	0.9434278627741289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ITA0008_000000002155	1123	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.022404882096035802		0	0	False	False	0.9991095066070557	0					non-mobilizable	other	1124.0	98.221	100.0	0.002348208106022746	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0086_000000012552	1122	0.6598500810633309	2	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.019296233878773304		0	0	False	False	0.9518716335296631	0					non-mobilizable	other	1105.0	97.738	98.0	0.002308478850444445	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0018_000000019895	1122	0.6598500810633309	1	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.30815630223949414		0	0	False	False	0.9991087317466736	0					non-mobilizable	other	1122.0	95.98899999999999	100.0	0.005586815116325472	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0076_000000023900	1121	0.6598500810633309	1	1	0	1	0	False	112645	fragment	False	ISR0001_000000011179	0.06330683608334636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	1.1510637384434755e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0109_000000030943	1121	0.6598500810633309	1	1	0	1	0	False	4635	maximal	True	SPA0109_000000030943	1.0		0	0	False	False	0.9910793900489807	0					non-mobilizable	no_good_hit	144.0	100.0	13.0	0.0011481148435994605	NZ_MIEH01000001.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_1, whole genome shotgun sequence	True	False
FIJ0064_000000022825	1120	0.6598500810633309	2	1	0	1	0	False	47159	fragment	False	USA0038_01_000000010507	0.4619857305536339		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	97.14299999999999	100.0	0.0002985011719972289	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0029_000000028121	1120	0.6598500810633309	2	1	0	1	0	False	48802	fragment	False	ISR0344_000000029904	0.953664700926706		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	97.324	100.0	0.01213998478426258	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0316_000000020170	1120	0.6598500810633309	1	1	0	1	0	False	25182	fragment	False	ISR0316_000000020170	1.0		0	0	False	False	1.0	0					non-mobilizable	other	950.0	93.053	99.0	0.004728839937746917	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0112_000000025366	1120	0.6598500810633309	2	1	0	1	0	False	41972	fragment	False	FIJ0112_000000025366	1.0		0	0	False	False	0.9830357432365417	0					non-mobilizable	plasmid	1107.0	99.819	99.0	0.005098136829198588	CP042482.1	enterobacteria	Klebsiella pneumoniae strain C51 plasmid pC51_001, complete sequence	False	True
SPA0062_000000027925	1118	0.6598500810633309	1	1	0	1	0	False	6136	fragment	False	SPA0062_000000027925	1.0		0	0	False	False	0.9973166584968567	0					non-mobilizable	no_good_hit								True	False
MON0043_000000026763	1118	0.6598500810633309	2	1	0	1	0	False	11653	fragment	False	MON0043_000000026763	1.0		0	0	False	False	0.9704830050468445	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000028898	1116	0.6598500810633309	1	1	0	1	0	False	40030	fragment	False	FIJ0144_000000028898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0087_000000046498	1116	0.6598500810633309	1	1	0	1	0	False	9660	fragment	False	MON0087_000000046498	1.0		0	0	False	False	0.9973118305206299	0					non-mobilizable	no_good_hit								True	False
MAD0056_000000012953	1116	0.6598500810633309	2	1	0	1	0	False	17022	fragment	False	MAD0056_000000012953	1.0		0	0	False	False	0.9892473220825195	0					non-mobilizable	no_good_hit								True	False
FIJ0119_000000015897	1115	0.6598500810633309	1	1	0	1	0	False	122790	fragment	False	ISR0382_000000002969	0.010649170265418022		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	98.565	100.0	0.012107379632648626	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0001_000000014341	1114	0.6598500810633309	1	1	0	1	0	False	3085	fragment	False	TAN0001_000000014341	1.0		0	0	False	False	0.9829443693161011	0					non-mobilizable	no_good_hit								True	False
MON0056_000000018073	1114	0.6598500810633309	2	1	0	1	0	False	11055	fragment	False	MON0056_000000018073	1.0		0	0	False	False	0.9838420152664185	0					non-mobilizable	no_good_hit	72.0	97.22200000000001	6.0	2.412165740927284e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MAD0023_000000013655	1112	0.6598500810633309	1	1	0	1	0	False	19214	fragment	False	MAD0023_000000013655	1.0		0	0	False	False	0.9982014298439026	0					non-mobilizable	no_good_hit								True	False
ISR0115_000000033369	1112	0.6598500810633309	2	1	0	1	0	False	32433	maximal	True	ISR0115_000000033369	1.0		0	0	False	False	0.9793165326118469	0					non-mobilizable	no_good_hit	923.0	98.80799999999999	83.0	0.0070288319331574855	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	True	False
MAD0015_000000019458	1111	0.6598500810633309	1	1	0	1	0	False	19402	maximal	True	MAD0015_000000019458	1.0		0	0	False	False	0.9882988333702087	0					non-mobilizable	no_good_hit	524.0	72.328	46.0	0.00015476189762080576	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
MON0067_000000016413	1111	0.6598500810633309	1	1	0	1	0	False	10576	fragment	False	MON0067_000000016413	1.0		0	0	False	False	0.94329434633255	0					non-mobilizable	plasmid	1001.0	99.7	99.0	0.008672575581496193	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0170_000000014676	1109	0.6598500810633309	1	1	0	1	0	False	38821	fragment	False	FIJ0170_000000014676	1.0		0	0	False	False	0.9837691783905029	0					non-mobilizable	no_good_hit								True	False
MAD0020_000000001045	1107	0.6598500810633309	1	1	0	1	0	False	19343	fragment	False	MAD0020_000000001045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0142_000000003765	1107	0.6598500810633309	1	1	0	1	0	True	31165	maximal	True	ISR0142_000000003765	1.0		1	1	False	False	0.9990966320037842	0					non-mobilizable	no_good_hit	192.0	88.542	17.0	0.02350030921459493	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0273_000000013182	1107	0.6598500810633309	1	1	0	1	0	False	26363	fragment	False	ISR0273_000000013182	1.0		0	0	False	False	0.9909665584564209	0					non-mobilizable	other	1107.0	100.0	100.0	0.0012135176651305684	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
MON0084_000000034422	1107	0.6598500810633309	1	1	0	1	0	False	9800	fragment	False	MON0084_000000034422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0003_000000012206	1106	0.6598500810633309	1	1	0	1	0	False	90877	fragment	False	CHI0003_000000012206	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1106.0	98.64399999999999	100.0	0.009354203449680836	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
MAD0051_000000024289	1105	0.6598500810633309	1	1	0	1	0	False	17309	fragment	False	MAD0051_000000024289	1.0		0	0	False	False	0.9936651587486267	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000025155	1105	0.6598500810633309	1	1	0	1	0	False	58673	fragment	False	ENG0127_000000025155	1.0		0	0	False	False	0.9909502267837524	0					non-mobilizable	no_good_hit								True	False
MAD0038_000000013747	1103	0.6598500810633309	1	1	0	1	0	False	18523	fragment	False	MAD0065_000000009358	0.94125		0	0	False	False	0.9936536550521851	0					non-mobilizable	no_good_hit	733.0	78.854	73.0	0.0015138937388784223	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0196_000000020718	1102	0.6598500810633309	1	1	0	1	0	False	28951	fragment	False	ISR0196_000000020718	1.0		0	0	False	False	0.9718693494796753	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000035508	1102	0.6598500810633309	2	1	0	1	0	False	22151	fragment	False	ISR0785_000000035508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	88.57700000000001	45.0	0.16996587030716723	NZ_WNAJ01000060.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold60_size3030, whole genome shotgun sequence	True	False
CHI0154_000000030910	1100	0.6598500810633309	1	1	0	1	0	False	130997	fragment	False	USA0037_01_000000005669	0.01932947337934309		0	0	False	False	0.9990909099578857	0					non-mobilizable	other	1101.0	98.274	100.0	0.0023001147966384868	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0375_000000022356	1099	0.6598500810633309	2	1	0	1	0	True	23358	maximal	True	ISR0375_000000022356	1.0		0	0	False	False	0.9808917045593262	0					non-mobilizable	no_good_hit								True	True
SPA0157_000000007999	1099	0.6598500810633309	1	1	0	1	0	True	3150	fragment	False	SPA0157_000000007999	1.0		0	0	False	False	0.9963603019714355	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000030826	1099	0.6598500810633309	1	1	0	1	0	False	45253	fragment	False	FIJ0066_000000030826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0097_000000034265	1054	0.6598500810633309	1	1	0	1	0	False	14012	fragment	False	MON0097_000000034265	0.9632850241545894		0	0	False	False	1.0	0					non-mobilizable	plasmid	1052.0	99.335	99.0	0.009114876936152498	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0026_000000050356	1049	0.6598500810633309	2	1	0	1	0	False	12682	fragment	False	MON0026_000000050356	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1064.0	89.568	100.0	0.36209872281670696	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	False	True
MON0019_000000060726	1048	0.6598500810633309	1	1	0	1	0	False	13895	fragment	False	MON0024_000000042200	0.47147796024200517		0	0	False	False	0.9990457892417908	0					non-mobilizable	no_good_hit								True	False
MON0037_000000072263	1038	0.6598500810633309	1	1	0	1	0	False	12017	fragment	False	MON0037_000000072263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0006_000000020994	1035	0.6598500810633309	1	1	0	1	0	False	14012	fragment	False	MON0097_000000034265	0.9549335863377609		0	0	False	False	1.0	0					non-mobilizable	plasmid	963.0	99.792	93.0	0.008343017709399337	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0077_000000042542	1031	0.6598500810633309	1	1	0	1	0	False	10182	fragment	False	MON0077_000000042542	1.0		0	0	False	False	0.996120274066925	0					non-mobilizable	no_good_hit								True	False
MON0032_000000023821	1321	0.6598478209576726	1	1	1	1	1	False	62567	fragment	False	ENG0068_000000018038	0.6246667342496449		0	0	False	False	0.9992430210113525	0					non-mobilizable	other	1321.0	99.92399999999999	100.0	0.0002556559521644472	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0018_000000024668	1613	0.6598411877918575	3	3	3	3	3	False	75059	fragment	False	DEN0018_000000024668	1.0		0	0	False	False	0.9993800520896912	0					non-mobilizable	no_good_hit	228.0	76.316	16.0	5.284228058828254e-05	NZ_KI632512.1	d-proteobacteria	Desulfovibrio termitidis HI1 DesteDRAFT_DTF.1, whole genome shotgun sequence	True	False
SPA0154_000000004595	1859	0.6598394644543749	2	2	1	1	0	False	16257	fragment	False	SPA0154_000000004595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	98.96600000000001	62.0	0.15894130554031816	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	False
ISR0121_000000007445	3199	0.6598365621073579	5	4	4	4	3	False	79247	fragment	False	CHI0162_000000009059	0.9772601106329618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	382.0	75.393	12.0	0.0001665918464689543	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0130_000000007073	4230	0.6598269067266042	3	3	3	3	2	False	115518	maximal	True	ENG0130_000000007073	1.0		111	6	False	False	0.9981087446212769	0					non-mobilizable	chromosome	2026.0	97.137	100.0	0.0005426661549972451	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0152_000000000036	61827	0.6598254351003366	67	8	5	6	2	True	114297	fragment	False	CHI0152_000000000036	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	26708.0	96.439	96.0	0.2749909854221398	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0150_000000009341	1830	0.6598251893760333	2	2	0	1	2	False	57154	fragment	False	ENG0150_000000009341	1.0		0	0	False	False	0.9967213273048401	0					non-mobilizable	plasmid	1830.0	99.945	100.0	0.039229564807069475	CP025978.1	enterobacteria	Escherichia coli strain 10754 a-1 plasmid p10754a1_46, complete sequence	False	True
CAN0006_000000000441	55721	0.6598233509309741	51	13	9	13	8	True	107838	maximal	True	CAN0006_000000000441	1.0		1	1	False	False	0.9999820590019226	0					non-mobilizable	no_good_hit	18728.0	95.963	47.0	0.6651604639578738	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
FIJ0048_000000008830	3483	0.6598212345827863	9	8	7	5	3	False	46793	maximal	True	FIJ0048_000000008830	1.0		78	11	False	False	1.0	0					non-mobilizable	no_good_hit	1546.0	95.796	51.0	0.00942093622844854	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
MON0079_000000014060	1615	0.6598185987756454	2	2	2	2	2	False	10092	maximal	True	MON0079_000000014060	1.0		11	6	False	False	0.99071204662323	0					non-mobilizable	other	1615.0	99.319	100.0	0.0006123682450262153	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	False	False
ISR0830_000000014307	2012	0.6598179088035662	4	2	2	2	2	True	21043	fragment	False	ISR0830_000000014307	1.0		0	0	False	False	0.9910537004470825	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.000147508942729653	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
ENG0032_000000002076	8092	0.6598157034390661	6	6	5	5	6	False	96917	maximal	True	ENG0032_000000002076	1.0		82	11	False	False	0.9986406564712524	0					non-mobilizable	no_good_hit	3008.0	80.585	51.0	0.008476897529687687	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0017_000000003778	3111	0.6598155474193986	4	4	4	3	2	False	7838	maximal	True	SPA0017_000000003778	1.0		1	1	False	False	0.995499849319458	0					non-mobilizable	other	3111.0	95.05	99.0	0.04078492233635395	NZ_FRDE01000008.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
ISR0331_000000016398	1510	0.6598133248572089	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8023890385225781	PS787	0	0	False	True	0.9695364236831665	0					non-mobilizable	chromosome	1497.0	98.931	99.0	0.0006160896591656927	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
SPA0088_000000012838	1128	0.6598114709015361	2	2	1	2	1	False	23197	fragment	False	SPA0088_000000012838	0.9715302491103203		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	99.11	99.0	0.0062777659657800204	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	False	False
ENG0100_000000023653	1336	0.6598050974508115	1	1	1	1	1	False	60539	maximal	True	ENG0100_000000023653	1.0		1	1	False	False	0.9797903895378113	0					non-mobilizable	chromosome	1218.0	79.392	91.0	0.0003379615130319797	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0101_000000001072	19108	0.6598013072977859	18	7	6	6	4	True	77180	fragment	False	ENG0054_000000001022	0.9791369752763277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000000500	14324	0.6597990546925937	17	11	8	9	8	True	113145	maximal	True	ISR0189_000000000500	1.0		5	3	False	False	0.999930202960968	0					non-mobilizable	no_good_hit	8229.0	95.74700000000001	57.0	0.18781714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MON0068_000000013086	3191	0.6597979430672206	4	2	2	2	2	False	10568	maximal	True	MON0068_000000013086	1.0		1	1	False	False	0.9990598559379578	0					non-mobilizable	no_good_hit	57.0	100.0	2.0	1.674165032611838e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0092_000000037199	1505	0.6597810702381638	2	2	2	2	2	False	45975	fragment	False	MON0092_000000037199	0.9746575342465753		0	0	False	False	1.0	0					non-mobilizable	other	1505.0	99.13600000000001	100.0	0.011801169131782337	NZ_NQCD01000036.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_11_length_127445_cov_68.7782_ID_21.ctg_1, whole genome shotgun sequence	False	False
ENG0202_000000001194	19763	0.6597759601528759	21	11	6	6	10	False	125584	maximal	False	FIJ0126_000000001393	0.9859028194361128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
ISR0804_000000001262	14954	0.6597759601528759	18	11	6	6	10	False	125581	fragment	False	ISR0004_000000001014	0.761415779193821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	96.491	0.0	0.0010249464648498271	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0067_000000003853	5764	0.659768991615678	8	7	3	6	7	False	6057	maximal	True	SPA0067_000000003853	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1678.0	77.592	29.0	0.011549734001916853	NZ_DS562851.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_8, whole genome shotgun sequence	True	False
CHI0028_000000006584	2093	0.659768520214488	4	4	4	3	4	False	95303	fragment	False	CHI0114_000000003214	0.9410989681561341		0	0	False	False	0.9937888383865356	0					non-mobilizable	other	1689.0	98.875	98.0	0.04225175840404496	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0123_000000028326	1238	0.659766735682765	1	1	1	1	1	False	41293	fragment	False	FIJ0123_000000028326	1.0		0	0	False	False	0.9951534867286682	0					non-mobilizable	no_good_hit	826.0	71.792	64.0	0.0001830378030757591	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0047_000000008062	2326	0.6597585586417276	3	3	3	3	2	False	123079	maximal	True	ENG0047_000000008062	1.0		2	2	False	False	0.9836629629135132	0					non-mobilizable	no_good_hit	1393.0	98.492	60.0	0.00990853115991031	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	True	False
FIJ0038_000000004078	7591	0.6597466743886151	7	6	4	4	5	False	47689	fragment	False	FIJ0038_000000004078	1.0		0	0	False	False	1.0	0		MOBP	MPF_I		conjugative	plasmid	7526.0	99.66799999999999	99.0	0.07813635702863789	LR595888.1	enterobacteria	Escherichia coli strain VREC-hospital6489851 genome assembly, plasmid: 1	False	True
MAD0045_000000008777	4033	0.6597414217542743	5	3	3	2	3	False	52084	maximal	False	FIJ0004_000000006570	0.992224088357861		0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1266.0	79.068	36.0	0.0003719084361430216	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
USA0006_01_000000012108	1993	0.6597402398532947	2	2	2	2	2	False	2130	maximal	True	USA0006_01_000000012108	1.0		2	2	False	False	0.9989964962005615	0					non-mobilizable	no_good_hit	1059.0	75.543	55.0	0.0027577596561097414	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
ITA0006_000000008984	2794	0.6597402205179768	5	3	3	3	1	True	113314	maximal	True	ITA0006_000000008984	1.0		2	2	False	False	0.9996420741081238	0					non-mobilizable	no_good_hit	1234.0	77.553	50.0	0.0005671139218073025	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
SPA0053_000000022796	1443	0.659739332146164	2	1	1	1	1	True	6466	fragment	False	SPA0053_000000022796	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1443.0	100.0	100.0	0.020011101859561477	CP024264.1	enterobacteria	Escherichia coli O169:H41 strain F6326-C1 plasmid unnamed1	False	True
USA0079_01_000000008208	1590	0.6597392251712532	2	2	1	2	1	False	27181	fragment	False	ISR0244_000000014603	0.9515393386545039		0	0	False	False	0.9974842667579651	0					non-mobilizable	no_good_hit								True	False
ENG0152_000000003537	6314	0.6597360383467181	9	5	4	3	3	False	119176	maximal	True	ENG0152_000000003537	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	87.29799999999999	24.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0206_000000007186	3573	0.6597308035027709	5	4	4	2	3	False	28639	fragment	False	ISR0206_000000007186	1.0		0	0	False	False	0.9988805055618286	0					non-mobilizable	no_good_hit	1361.0	78.692	38.0	0.0004004014211701079	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ISR0244_000000015745	1650	0.6597303826940322	3	2	2	2	2	False	129426	fragment	False	ISR0806_000000006203	0.854508527090308		0	0	False	False	1.0	0					non-mobilizable	other	1640.0	84.146	99.0	0.03760786304277606	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0394_000000010559	1801	0.6597278606137459	2	1	1	1	1	False	105727	fragment	False	ISR0394_000000010559	1.0		0	0	False	False	0.9933370351791382	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0005521736788234661	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0086_000000004598	5228	0.6597275202355448	5	5	5	5	4	False	81243	fragment	False	FIJ0114_000000006475	0.9683715886499187		0	0	False	False	0.9950267672538757	0					non-mobilizable	no_good_hit	3088.0	95.984	59.0	0.0010981178836493703	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0086_000000001500	13894	0.6597088297780391	15	6	4	3	1	False	9753	maximal	True	MON0086_000000001500	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	2159.0	79.018	22.0	0.0006977406895634295	CP045918.1	firmicutes	Enterococcus faecalis strain BFFF11 chromosome, complete genome	True	False
ENG0081_000000016593	1545	0.6597053700427524	2	2	1	2	1	False	61658	fragment	False	ENG0081_000000016593	1.0		0	0	False	False	0.999352753162384	0					non-mobilizable	no_good_hit	1029.0	96.696	67.0	0.00028771735184725456	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0092_000000001412	11632	0.6597025334072399	9	6	5	6	3	True	110149	fragment	False	ISR0092_000000001412	1.0		0	0	False	False	0.9981086850166321	0					non-mobilizable	no_good_hit	94.0	86.17	1.0	0.002416254805052169	NZ_FNID01000031.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
FIJ0006_000000015514	2327	0.6597020039324387	5	3	2	3	1	False	113656	fragment	False	FIJ0128_000000010815	0.9328013439731205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	92.639	84.0	0.00042781115856714563	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0135_01_000000003683	3980	0.6596984075744036	3	2	2	1	1	True	43	fragment	False	USA0135_01_000000003683	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	2.489444754242014e-05	NZ_FOCW01000001.1	b-proteobacteria	Brachymonas denitrificans DSM 15123, whole genome shotgun sequence	True	True
ISR0091_000000008314	3728	0.6596971480116828	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.3406258366553638		0	0	False	False	0.9991952776908875	0					non-mobilizable	chromosome	3728.0	96.406	100.0	0.001313390406886372	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0116_000000013967	1108	0.6596928389152051	1	1	1	1	1	False	82125	fragment	False	CHI0116_000000013967	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	89.27	100.0	0.05132603857566766	NZ_WNCH01000039.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold39_size21568, whole genome shotgun sequence	False	False
SPA0089_000000012172	3204	0.6596879674929261	4	3	3	3	3	False	71890	fragment	False	SPA0089_000000012172	0.9815996942604889		0	0	False	False	0.9987515807151794	0					non-mobilizable	no_good_hit	56.0	89.286	2.0	7.302351888388198e-05	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ISR0849_000000009154	2969	0.6596879674929261	3	3	3	3	3	False	71890	fragment	False	SPA0089_000000012172	0.9504296756368603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	1.5482581891653706e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
AST0058_000000001561	10351	0.6596873918265517	10	7	4	6	5	True	113160	maximal	True	AST0058_000000001561	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	89.82799999999999	24.0	0.0005384920227627813	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
MON0012_000000036086	1543	0.6596869445555579	2	2	2	2	2	False	13592	maximal	True	MON0012_000000036086	1.0		174	11	False	False	0.9993519186973572	0					non-mobilizable	no_good_hit	570.0	77.368	36.0	0.002714406370067323	NZ_CADIKG010000013.1	b-proteobacteria	Burkholderia puraquae strain LMG 29660 isolate LMG 29660, whole genome shotgun sequence	True	False
USA0125_01_000000007684	3197	0.6596841214900799	7	1	1	1	1	False	152	maximal	True	USA0125_01_000000007684	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	89.15299999999999	37.0	0.13574399260628467	MK231669.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c3 sequence	True	False
ISR0786_000000004579	3921	0.6596824655962545	4	2	1	1	2	True	66382	fragment	False	ISR0177_000000005981	0.9797907181084752		0	0	False	False	0.9956643581390381	0					non-mobilizable	no_good_hit	1719.0	95.75299999999999	71.0	0.1631815143702855	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0179_000000011349	2084	0.6596771465027151	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7623878708028812		0	0	False	False	1.0	0					non-mobilizable	chromosome	2084.0	99.616	100.0	0.0006565565986144544	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0074_000000010910	2062	0.6596771465027151	3	2	2	2	2	False	121332	fragment	False	SPA0114_000000018546	0.7479715456662491		0	0	False	False	0.9912706017494202	0					non-mobilizable	chromosome	2062.0	99.46700000000001	100.0	0.0006496222514375374	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0165_000000010172	2116	0.6596753585876077	3	2	2	2	1	False	30243	maximal	True	ISR0165_000000010172	1.0		1	1	False	False	0.989130437374115	0					non-mobilizable	no_good_hit	682.0	85.777	32.0	0.005776658556090589	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
FIJ0142_000000009443	3429	0.6596682603141837	3	2	2	2	1	True	124817	fragment	False	SPA0009_000000009752	0.9192468619246861		0	0	False	False	0.9973753094673157	0					non-mobilizable	no_good_hit	88.0	92.045	4.0	2.697559367478789e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ENG0176_000000001937	3938	0.6596482398698704	2	2	2	2	1	False	55573	maximal	True	ENG0176_000000001937	1.0		1	1	False	False	0.9959370493888855	0					non-mobilizable	no_good_hit	518.0	74.324	13.0	0.000131083933042327	NZ_UGUA01000002.1	enterobacteria	Providencia rustigianii strain NCTC12026, whole genome shotgun sequence	True	False
ISR0021_000000004763	4607	0.6596423471423922	5	3	2	2	2	False	37644	fragment	False	ISR0021_000000004763	1.0		0	0	False	False	0.9956587553024292	0					non-mobilizable	no_good_hit	2034.0	86.13600000000001	49.0	0.0005581751836979522	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0114_000000022109	2113	0.6596416956898498	4	2	1	0	1	False	126125	fragment	False	SPA0027_000000014469	0.23602929499121994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0099_000000022177	1598	0.6596416956898498	3	2	1	0	1	False	34404	maximal	True	MON0099_000000022177	1.0		0	0	False	False	0.9724655747413635	0					non-mobilizable	no_good_hit	1221.0	82.555	76.0	0.21398305084745764	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0078_000000015658	1326	0.6596416956898498	2	2	1	0	1	False	34403	fragment	False	ISR0078_000000015658	1.0		0	0	False	False	0.999245822429657	0					non-mobilizable	no_good_hit	1124.0	83.45200000000001	84.0	0.19685734463276836	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0853_000000012914	1406	0.6596403308470576	1	1	1	1	1	False	20517	fragment	False	ISR0853_000000012914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1073.0	81.64	77.0	0.00029613174758837184	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0001_000000018288	2340	0.6596293009052462	4	1	1	1	1	False	76913	maximal	True	DEN0001_000000018288	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	98.63	34.0	0.00022418443465919348	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0075_01_000000013550	1822	0.6596224493304607	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.6263154510928018		0	0	False	False	1.0	0					non-mobilizable	chromosome	1822.0	100.0	100.0	0.00038234020761850133	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
CHI0019_000000000903	7222	0.6596213423892645	9	5	3	4	3	True	98553	maximal	True	CHI0019_000000000903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2603.0	97.541	36.0	0.0004761782664913354	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	True
MAD0061_000000004588	3508	0.6596196368649345	4	4	3	3	3	False	16829	maximal	True	MAD0061_000000004588	1.0		1	1	False	False	0.994583785533905	0					non-mobilizable	no_good_hit	1948.0	73.357	55.0	0.04637170738865654	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
MAD0033_000000005014	3707	0.6596160309304432	6	4	1	4	1	False	110620	maximal	True	MAD0033_000000005014	1.0		2	1	False	False	0.9894793629646301	0					non-mobilizable	no_good_hit	955.0	84.81700000000001	39.0	0.0003244858254585881	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CAN0018_000000012811	2703	0.6596155380564371	3	3	2	3	2	True	92262	fragment	False	CAN0018_000000012811	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2703.0	100.0	100.0	0.0005456025384450893	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
FIJ0079_000000009814	2887	0.6596144624430389	4	4	3	4	4	False	125019	fragment	False	ISR0194_000000007754	0.9643674403399805		0	0	False	False	0.9896085858345032	0					non-mobilizable	other	2887.0	99.03	100.0	0.09166560792783636	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0002_000000012469	2863	0.6596115132264655	4	4	3	3	3	True	107685	fragment	False	MAD0002_000000012469	0.9501897976172915		0	0	False	False	0.998253583908081	0					non-mobilizable	no_good_hit	244.0	77.869	8.0	0.0013841585636913958	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
SPA0030_000000014815	2063	0.6596086263829612	3	1	1	1	1	True	7614	fragment	False	SPA0030_000000014815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0023_000000017398	1612	0.6596086263829612	3	1	1	1	1	True	7613	fragment	False	SPA0023_000000017398	1.0		0	0	False	False	0.998138964176178	0					non-mobilizable	no_good_hit	102.0	100.0	6.0	1.9561553915613004e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
CHI0126_000000011482	1348	0.659606724564556	2	2	0	1	1	False	81448	maximal	True	CHI0126_000000011482	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	99.904	77.0	0.00020135290620004788	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
MON0044_000000001621	13923	0.6596025842641929	9	8	8	8	4	True	72095	fragment	False	MON0044_000000001621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	95.113	55.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0140_000000018253	1789	0.6596025562079757	2	1	1	1	1	False	113370	fragment	False	FIJ0140_000000018253	0.9917733089579525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	9.718766660742847e-05	NZ_HG326224.1	firmicutes	Fenollaria massiliensis strain 9401234, whole genome shotgun sequence	True	False
CAN0019_000000003519	1799	0.6596021418626956	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.0807740707627552		0	0	False	False	0.9949972033500671	0					non-mobilizable	other	1799.0	97.721	100.0	0.003759642185778181	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0165_000000008026	2403	0.6596011425829014	4	4	4	4	4	False	116015	fragment	False	ENG0165_000000008026	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2403.0	99.875	100.0	0.0011050181256095542	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
ISR0832_000000010933	1229	0.6595989072773983	2	2	1	2	1	False	67640	fragment	False	ENG0005_000000019230	0.9057167370767236		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	99.186	100.0	0.002567764518429147	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0110_000000001583	14521	0.659594429914461	21	11	7	10	7	True	112151	maximal	True	SPA0110_000000001583	1.0	PS715|PS716	30	5	False	True	0.9979340434074402	0					non-mobilizable	no_good_hit	651.0	78.648	4.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0013_000000009844	2799	0.6595937875579347	2	2	2	2	2	False	7992	maximal	True	SPA0013_000000009844	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	100.0	4.0	1.4020725748372928e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0305_000000016442	1160	0.6595910725998804	2	2	2	1	1	False	90563	fragment	False	CHI0006_000000013805	0.9742489270386266		0	0	False	False	0.9887930750846863	0					non-mobilizable	other	1160.0	98.53399999999999	100.0	0.004634146341463414	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0121_000000018596	1395	0.6595900048616522	2	2	2	2	1	False	32190	fragment	False	MON0083_000000026180	0.9552631578947368		0	0	False	False	0.9942652583122253	0					non-mobilizable	chromosome	1295.0	71.66	91.0	0.0004497449025664852	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
USA0101_01_000000004121	6905	0.6595873683814966	11	5	3	5	4	False	69594	fragment	False	USA0101_01_000000004121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	95.12200000000001	7.0	0.001283660429027841	NZ_JAATLI010000004.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_04, whole genome shotgun sequence	True	False
CHI0062_000000004741	3201	0.6595681266248522	4	3	2	2	1	False	132417	fragment	False	FIJ0075_000000003112	0.2286866270559494		0	0	False	False	1.0	0					non-mobilizable	chromosome	3201.0	100.0	100.0	0.0009016139170870207	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
USA0034_01_000000044234	1159	0.6595630753055144	2	2	2	2	1	True	1442	fragment	False	USA0034_01_000000044234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	73.627	87.0	0.001741377761500349	NZ_KB822499.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.4, whole genome shotgun sequence	True	True
DEN0021_000000020727	1752	0.6595614756648404	2	2	2	2	2	False	74758	maximal	True	DEN0021_000000020727	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1659.0	77.396	94.0	0.00030920661762421227	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0400_000000010156	1842	0.6595574518199887	3	2	1	2	2	False	104467	fragment	False	ISR0849_000000012446	0.1734189723320158		0	0	False	False	1.0	0					non-mobilizable	other	1843.0	99.24	100.0	0.013022472784375861	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0151_000000015777	1568	0.6595567274155223	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.35203101330792835		0	0	False	False	0.9987244606018066	0					non-mobilizable	chromosome	1574.0	93.20200000000001	100.0	0.0005540093871068254	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0034_000000017897	1613	0.6595558800637339	2	2	2	2	1	False	12233	maximal	True	MON0034_000000017897	1.0		31	10	False	False	0.9993800520896912	0					non-mobilizable	no_good_hit	1384.0	78.685	85.0	0.00024319895104777772	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MAD0032_000000006035	2656	0.6595520061871017	6	3	1	2	3	False	116435	maximal	True	MAD0032_000000006035	1.0		0	0	False	False	0.9939758777618408	0					non-mobilizable	no_good_hit	1291.0	91.557	49.0	0.00034516247290688974	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0001_000000018078	1198	0.6595481303472784	2	1	1	1	1	False	52510	maximal	True	FIJ0001_000000018078	1.0		2	1	False	False	0.9757930040359497	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	0.0005238594151823983	NZ_JAAIPV010000022.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_22_length_62994_cov_74.8658, whole genome shotgun sequence	True	False
CHI0151_000000004934	4907	0.6595470009628733	3	2	2	2	2	True	79525	fragment	False	CHI0151_000000004934	1.0		0	0	False	False	1.0	0		MOBF,MOBF	MPF_T		conjugative	chromosome	4909.0	99.389	100.0	0.0008156407591042909	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	True
USA0145_01_000000003026	7876	0.6595436084802655	8	5	3	4	5	True	124667	maximal	True	USA0145_01_000000003026	1.0		18	7	False	False	1.0	0					non-mobilizable	chromosome	7529.0	97.09100000000001	100.0	0.0026560692081229772	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0079_000000003194	1982	0.6595422054627827	2	2	2	2	2	False	84395	maximal	True	CHI0079_000000003194	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1207.0	87.821	99.0	0.0004439101490522187	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
CAN0011_000000023443	1291	0.6595417016985586	3	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.6107837337897598		0	0	False	False	0.9984508156776428	0					non-mobilizable	no_good_hit	448.0	99.10700000000001	35.0	0.0037495910680882118	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0107_000000026134	1180	0.6595403062016129	1	1	1	1	1	False	59965	maximal	True	ENG0107_000000026134	1.0		57	11	False	False	0.994915246963501	0					non-mobilizable	no_good_hit	943.0	100.0	80.0	0.00034078440466375396	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0284_000000010186	1411	0.6595397163291821	3	3	2	2	2	False	26082	fragment	False	ISR0284_000000010186	1.0		0	0	False	False	0.9950389862060547	0					non-mobilizable	plasmid	1276.0	99.53	100.0	0.0162215804272319	CP041545.1	enterobacteria	Escherichia coli strain 131 plasmid p2545-1	False	True
FIJ0094_000000012323	1655	0.6595375944812455	2	2	2	1	1	False	43162	fragment	False	FIJ0094_000000012323	1.0		0	0	False	False	0.9764350652694702	0					non-mobilizable	no_good_hit	1101.0	85.104	87.0	0.00030519130690748734	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0059_000000013012	1419	0.6595354671014004	3	2	2	2	2	False	85796	maximal	True	CHI0059_000000013012	1.0		1	1	False	False	0.9457364082336426	0					non-mobilizable	no_good_hit	405.0	83.704	28.0	0.00011223215767582595	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0110_000000003177	8375	0.6595245297432658	8	5	4	5	3	True	19874	maximal	True	MAD0110_000000003177	0.9993701081288565		24	1	True	True	1.0	346					non-mobilizable	no_good_hit	3192.0	86.49700000000001	46.0	0.0008106771461600644	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ENG0069_000000000822	23004	0.6595223419987071	23	11	9	9	3	True	62511	maximal	True	ENG0069_000000000822	1.0		1	1	False	False	0.9998695850372314	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.620153871784218e-05	NZ_QKTW01000022.1	CFB group bacteria	Taibaiella soli strain R1-15 M2_S3_L001_R1_001__paired__contig_23, whole genome shotgun sequence	True	True
ISR0353_000000006972	4867	0.6595176756975735	5	4	4	4	4	False	110513	maximal	True	ISR0353_000000006972	1.0		14	4	False	False	1.0	0					non-mobilizable	other	3454.0	84.916	99.0	0.003264604322949657	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	False	False
CHI0147_000000004520	4206	0.6595148815817597	9	2	1	1	2	False	105298	fragment	False	CHI0147_000000004520	1.0		0	0	False	False	0.999762237071991	0					non-mobilizable	no_good_hit	620.0	87.258	22.0	0.00011930611101007536	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
MAD0001_000000009453	2712	0.6595108318479664	3	3	3	3	3	False	61612	maximal	True	MAD0001_000000009453	1.0		255	13	False	False	0.9988937973976135	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	3.1227217142826214e-06	NZ_AP022870.1	high GC Gram+	Phytohabitans flavus strain NBRC 107702	True	False
FIJ0073_000000013232	1396	0.6594980960407243	2	2	2	1	0	True	44689	maximal	True	FIJ0073_000000013232	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	91.631	50.0	0.502906976744186	NZ_RCXZ01000108.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0108, whole genome shotgun sequence	True	True
USA0101_01_000000003771	7379	0.6594968239284781	10	9	2	5	8	True	125619	fragment	False	USA0101_01_000000003771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4117.0	99.56299999999999	65.0	0.49824433950841507	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MAD0095_000000004785	5315	0.6594930142959201	7	7	6	7	5	False	75932	fragment	False	MAD0095_000000004785	0.98014368389543		0	0	False	True	0.99811851978302	0					non-mobilizable	no_good_hit	921.0	79.153	22.0	0.0004002588311214612	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
CHI0090_000000001299	8703	0.6594859451052261	10	4	2	4	2	False	83837	maximal	True	CHI0090_000000001299	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	78.711	45.0	0.00021383723076975192	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0047_000000005956	6597	0.6594836818646872	7	5	3	5	3	False	91398	maximal	True	SPA0047_000000005956	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit	939.0	74.547	15.0	0.00029621053574784137	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
DEN0070_000000005020	6250	0.6594801562526412	6	6	6	6	3	True	92485	maximal	True	DEN0070_000000005020	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2550.0	72.58800000000001	54.0	0.09803768883351503	NZ_JADU01000034.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00030.30_C, whole genome shotgun sequence	True	True
ISR0058_000000018544	1440	0.6594774772456325	2	1	1	1	1	False	80762	maximal	True	ISR0058_000000018544	1.0		1	1	False	False	0.9298611283302307	0					non-mobilizable	no_good_hit								True	False
DEN0005_000000018076	2014	0.6594766819933572	3	2	1	2	2	False	76503	maximal	True	DEN0005_000000018076	1.0		266	13	False	False	1.0	0					non-mobilizable	no_good_hit	1311.0	85.736	65.0	0.0198405453106932	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
MON0052_000000019897	1457	0.6594755302359969	3	2	2	2	2	False	82044	fragment	False	MON0052_000000019897	0.9775201100717268		0	0	False	False	0.9684282541275024	0					non-mobilizable	other	1463.0	81.818	99.0	0.005631228142198193	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0024_000000021932	1617	0.6594718057189659	2	2	2	2	2	False	121167	maximal	True	AST0024_000000021932	1.0		4	3	False	False	0.9919604063034058	0					non-mobilizable	no_good_hit								True	False
ENG0080_000000012960	2045	0.6594680487872382	2	2	2	2	2	False	61743	maximal	True	ENG0080_000000012960	1.0		15	5	False	False	0.9892420768737793	0					non-mobilizable	no_good_hit	1049.0	98.37899999999999	51.0	0.0010700133853773686	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
FIJ0047_000000019835	1566	0.6594679146883963	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.5576441253748334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1566.0	97.382	100.0	0.0004380132836974255	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0104_000000010938	2369	0.6594670711880437	3	3	3	3	3	False	42511	fragment	False	FIJ0104_000000010938	1.0		0	0	False	False	0.9940903186798096	0					non-mobilizable	no_good_hit	596.0	72.65100000000001	25.0	0.00018988109856942363	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CHI0064_000000000915	13624	0.6594624515122471	10	10	4	9	8	False	85362	fragment	False	CHI0064_000000000915	1.0		0	0	False	False	0.9997063875198364	0					non-mobilizable	plasmid	6060.0	95.083	97.0	0.03291235710397387	CP040803.1	firmicutes	Streptococcus salivarius strain LAB813 plasmid pSAL813, complete sequence	False	True
SPA0006_000000000698	25339	0.659462080727232	38	15	8	13	7	True	73629	maximal	True	SPA0006_000000000698	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	95.665	3.0	0.9985052316890882	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
ENG0072_000000006976	1547	0.6594534519382655	3	2	1	2	1	True	92780	fragment	False	CAN0016_000000028777	0.4244614158977958		0	0	False	False	0.9993535876274109	0					non-mobilizable	other	1547.0	99.87100000000001	100.0	0.0004412488312328823	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0077_000000017320	2390	0.6594522288400356	3	3	3	3	3	False	12321	fragment	False	MON0033_000000024591	0.9596153846153845		0	0	False	False	1.0	0					non-mobilizable	chromosome	2390.0	99.916	100.0	0.00046252958572721596	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
ISR0143_000000008621	3738	0.659444134024971	5	3	3	3	3	False	65161	maximal	True	ISR0143_000000008621	1.0		50	10	False	False	1.0	0					non-mobilizable	no_good_hit	2272.0	97.447	81.0	0.0006837546106768688	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0258_000000015581	1731	0.6594201861660761	3	2	2	2	2	False	80898	fragment	False	FIJ0152_000000013891	0.8628317983246001		0	0	False	False	0.9988446235656738	0					non-mobilizable	no_good_hit	535.0	86.542	31.0	0.011134089532284681	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
SPA0104_000000024439	1539	0.6594201861660761	3	2	2	2	2	False	80898	fragment	False	FIJ0152_000000013891	0.384653358160383		0	0	False	False	0.9980506896972656	0					non-mobilizable	no_good_hit	223.0	79.372	14.0	0.022550225502255022	NZ_JNJN01000067.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00065.65_C, whole genome shotgun sequence	True	False
ISR0842_000000008494	2545	0.6594174119756187	4	3	1	2	2	False	20748	maximal	True	ISR0842_000000008494	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	96.48899999999999	34.0	0.00021196125145032019	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0010_000000004231	4557	0.659416203563436	8	4	4	3	3	False	113596	fragment	False	ISR0120_000000005488	0.4590525860817949		0	0	False	False	0.9989027976989746	0					non-mobilizable	chromosome	2929.0	89.62100000000001	90.0	0.0008189309061333335	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0293_000000011740	3111	0.6594151621632943	1	1	1	1	1	False	25834	fragment	False	ISR0293_000000011740	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3111.0	99.87100000000001	100.0	0.09165659721198903	KY686301.1	bacteria	Uncultured bacterium clone fosmid MRS-3D/46 genomic sequence	False	False
FIJ0016_000000002988	5708	0.6594148440823774	7	7	5	4	5	True	50260	maximal	True	FIJ0016_000000002988	1.0		3	1	False	False	0.9963209629058838	0					non-mobilizable	no_good_hit	71.0	88.73200000000001	1.0	2.8347368655504552e-05	CP024601.1	CFB group bacteria	Porphyromonas gingivalis strain KCOM 2799 chromosome, complete genome	True	True
ISR0153_000000012092	2320	0.6594106007551483	4	3	3	2	2	False	87821	fragment	False	ISR0297_000000005738	0.7936561432989337		0	0	False	False	0.9685344696044922	0					non-mobilizable	other	2272.0	99.384	98.0	0.000729102590609698	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0073_000000006109	4258	0.6594104817755911	3	3	3	2	3	False	90757	maximal	True	ENG0073_000000006109	1.0		121	8	False	False	0.998590886592865	0					non-mobilizable	no_good_hit	1723.0	97.911	40.0	0.007211689470179539	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0051_000000002354	9091	0.6593960061606488	8	6	4	4	6	False	17367	maximal	True	MAD0051_000000002354	1.0		8	5	False	False	1.0	0					non-mobilizable	other	9091.0	99.351	100.0	0.03667526053959839	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
MAD0089_000000003267	5659	0.6593945892813763	5	3	1	3	2	False	100400	fragment	False	MAD0089_000000003267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	90.821	24.0	0.1486275919932878	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MAD0053_000000002620	4907	0.6593945892813763	5	3	1	3	2	False	50579	fragment	False	MAD0053_000000002620	0.9964842891672161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	90.66	28.0	0.1486275919932878	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MAD0059_000000004091	4551	0.6593945892813763	5	3	1	3	2	False	50579	fragment	False	MAD0053_000000002620	0.9603627470959852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	90.741	30.0	0.1486275919932878	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
AST0029_000000004379	7009	0.6593857489580813	9	4	2	3	2	False	118463	maximal	True	AST0029_000000004379	1.0		1	1	False	False	0.9978598952293396	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0014005602240896359	NZ_CABIWU010000040.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
TAN0005_000000001252	7570	0.6593821271454139	7	6	5	6	4	False	51991	maximal	True	TAN0005_000000001252	1.0		4	2	False	False	0.9998679161071777	0					non-mobilizable	no_good_hit	843.0	71.53	11.0	0.00024005040166054196	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
AST0025_000000005199	5918	0.6593759291517829	8	6	5	3	1	False	120542	fragment	False	AST0025_000000005199	1.0		0	0	False	False	0.9959445595741272	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.031462585034013606	XM_026908568.2	moths	PREDICTED: Galleria mellonella surfeit locus protein 6 homolog (LOC113522759), mRNA	True	False
ISR0092_000000004252	4940	0.6593743937415723	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7645050286725273		0	0	False	False	0.9983805418014526	0					non-mobilizable	other	4944.0	98.24	100.0	0.010335879490712763	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0091_000000006113	2021	0.6593735205306261	2	2	1	2	1	False	9485	fragment	False	MON0091_000000006113	1.0		0	0	False	False	0.9811974167823792	0	rep_cluster_321				non-mobilizable	plasmid	2021.0	99.95100000000001	100.0	0.4540346145201169	CP000420.1	firmicutes	Streptococcus thermophilus LMD-9 plasmid 1, complete sequence	False	True
ISR0083_000000023520	1210	0.659373282601792	2	2	2	2	2	False	34077	maximal	True	ISR0083_000000023520	1.0		1	1	False	False	0.9801653027534485	0					non-mobilizable	no_good_hit	268.0	93.65700000000001	22.0	9.640412609659693e-05	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
FIJ0057_000000000296	35373	0.6593718157879819	49	21	15	18	13	False	46184	maximal	True	FIJ0057_000000000296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	81.684	5.0	0.00044308350910401896	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0186_000000018862	1672	0.6593713926654956	4	3	1	2	3	False	29321	fragment	False	ISR0186_000000018862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	90.53	74.0	0.049594373176677455	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MON0024_000000011431	3874	0.6593670281496146	3	3	3	3	2	False	12946	maximal	False	MON0082_000000007219	0.9831346690337307		0	0	False	False	0.9914816617965698	0					non-mobilizable	no_good_hit	1999.0	73.837	51.0	0.08098996875513896	KC246834.1	bacteria	Uncultured bacterium Contig137 genomic sequence	True	False
ENG0024_000000000613	30294	0.6593666029408831	47	10	6	9	6	False	127504	maximal	True	ENG0024_000000000613	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1427.0	96.006	5.0	0.000502673985562243	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
MON0039_000000008055	5278	0.6593573776844353	6	6	6	6	5	False	130049	fragment	False	ENG0005_000000004373	0.5425125974279638		0	0	False	False	1.0	0					non-mobilizable	chromosome	3506.0	90.816	99.0	0.0012336412849206762	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0007_000000005324	2683	0.6593561688059556	2	2	2	1	2	False	101713	fragment	False	ISR0007_000000005324	1.0		0	0	False	False	0.9996272921562195	0					non-mobilizable	no_good_hit	1810.0	89.171	67.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0152_000000004037	5345	0.6593354729980796	7	5	4	5	4	False	65031	maximal	True	FIJ0152_000000004037	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	76.168	4.0	0.0006324899120899838	NZ_DS562844.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0260_000000002176	4799	0.6593332758843847	4	4	4	2	2	False	26725	maximal	True	ISR0260_000000002176	1.0		141	10	False	False	1.0	0					non-mobilizable	other	4495.0	77.953	100.0	0.002213147595462598	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0138_000000000733	27143	0.6593318620068974	76	6	4	6	4	False	63908	maximal	True	ISR0138_000000000733	1.0		1	1	False	False	0.9999263286590576	0					non-mobilizable	no_good_hit	352.0	88.352	1.0	0.07392586352148273	MK233569.1	viruses	Uncultured human fecal virus clone F.saccharivorans_S05.J22_3-CL32_c8 sequence	True	False
FIJ0020_000000003044	7262	0.6593317115396332	12	5	3	3	4	False	49827	maximal	True	FIJ0020_000000003044	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	5.418547579995373e-06	NZ_CP024900.1	enterobacteria	Photorhabdus laumondii subsp. laumondii strain DJC chromosome, complete genome	True	False
ENG0180_000000014531	1243	0.6593244594501975	2	2	2	2	2	False	55305	fragment	False	ENG0180_000000014531	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	98.874	100.0	0.0035630986909485243	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
ISR0014_000000002126	14622	0.6593193969560421	13	11	7	11	5	True	38058	maximal	True	ISR0014_000000002126	1.0		1	1	False	False	0.999726414680481	0					non-mobilizable	no_good_hit								True	True
ENG0210_000000018607	1428	0.6593092047974309	2	1	1	1	1	True	53694	fragment	False	ENG0210_000000018607	1.0		0	0	False	False	0.9985994100570679	0					non-mobilizable	no_good_hit								True	True
ISR0392_000000029106	1212	0.6593092047974309	2	1	1	1	1	True	22790	fragment	False	ISR0392_000000029106	1.0		0	0	False	False	0.9966996908187866	0					non-mobilizable	no_good_hit								True	True
ISR0292_000000006552	2799	0.6593057391445638	5	4	2	4	3	False	63965	maximal	True	ISR0292_000000006552	1.0		82	10	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	80.072	20.0	0.0017549018981070075	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0114_000000003685	5165	0.6593012628756314	7	6	6	5	6	False	115496	maximal	True	ENG0114_000000003685	1.0		140	10	False	False	0.9990319609642029	0					non-mobilizable	other	5165.0	98.625	100.0	0.04304859437416084	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
MAD0041_000000008532	3523	0.6592962088506795	6	2	2	2	1	True	18280	fragment	False	MAD0041_000000008532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	95.28	76.0	0.016127317194201254	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0099_000000004726	3911	0.6592944633155803	5	5	5	5	5	False	131520	maximal	True	ENG0099_000000004726	1.0		0	0	False	False	0.9951419234275818	0					non-mobilizable	no_good_hit	1703.0	78.509	43.0	0.02349676483712628	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0117_000000002142	9092	0.6592902365195109	14	5	3	4	4	True	86990	fragment	False	ENG0117_000000002142	0.9952841173730788		0	0	False	True	0.9998900294303894	0					non-mobilizable	no_good_hit	5674.0	100.0	88.0	0.3409459703107158	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
ENG0048_000000002602	8588	0.6592902365195109	13	5	3	4	4	True	86990	fragment	False	ENG0117_000000002142	0.9678288605367356		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5154.0	100.0	88.0	0.30969409219304045	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
SPA0026_000000010879	2763	0.65928629802565	4	4	4	4	3	False	34798	maximal	True	SPA0026_000000010879	1.0		60	11	False	False	0.9923995733261108	0					non-mobilizable	no_good_hit	1109.0	73.399	39.0	0.00047475612333417665	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
DEN0066_000000026306	1413	0.6592860292323768	2	2	2	2	1	False	70910	fragment	False	DEN0066_000000026306	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1413.0	100.0	100.0	0.0002532513291659261	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0038_000000032361	1126	0.659285056825899	2	2	2	1	1	False	36580	fragment	False	ISR0038_000000032361	1.0		0	0	False	False	0.9920070767402649	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	6.0	1.7901968295087622e-05	NC_008571.1	CFB group bacteria	Gramella forsetii KT0803, complete genome	True	False
DEN0076_000000000373	7282	0.6592827523920832	10	1	1	1	1	False	70018	maximal	True	DEN0076_000000000373	1.0		1	1	False	False	0.9987640976905823	0					non-mobilizable	no_good_hit	1210.0	80.331	17.0	0.005870076296328881	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0025_000000002221	14143	0.6592812591768493	19	7	3	7	4	True	82077	maximal	True	ISR0025_000000002221	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	943.0	73.171	7.0	0.06965024445280181	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
USA0013_01_000000006893	1435	0.6592793520066447	2	1	1	1	1	False	89622	fragment	False	USA0013_01_000000006893	0.9371298825372798		0	0	False	False	0.9567944407463074	0					non-mobilizable	chromosome	1417.0	94.425	99.0	0.0005545091515578609	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
SPA0030_000000026667	1134	0.6592793520066447	1	1	1	1	1	False	82368	fragment	False	CHI0174_000000014268	0.6472550803760995		0	0	False	False	0.9991181492805481	0					non-mobilizable	chromosome	1135.0	96.82799999999999	100.0	0.00044470535917016566	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
MON0036_000000013316	1750	0.6592744883532214	2	2	2	2	2	False	50109	fragment	False	MON0036_000000013316	0.9860119047619047		0	0	False	False	0.9937142729759216	0					non-mobilizable	chromosome	882.0	99.206	98.0	0.0003553935509584331	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
USA0042_01_000000009957	2043	0.6592731893701116	3	3	1	3	1	True	1268	fragment	False	USA0042_01_000000009957	1.0		0	0	False	False	0.998042106628418	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	3.0	0.010520163646990065	LN853428.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0822	True	True
ENG0114_000000000121	76422	0.6592606439416893	77	32	15	26	25	True	128808	maximal	True	ENG0114_000000000121	1.0		1	1	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	15397.0	99.156	87.0	0.0828280326120906	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0263_000000008760	1726	0.6592556300572942	1	1	1	1	1	False	36483	fragment	False	ISR0040_000000014117	0.9526343799893561		0	0	False	False	1.0	0					non-mobilizable	other	1383.0	86.262	92.0	0.016294073163815107	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
ISR0027_000000012830	2017	0.6592552248126989	3	3	3	3	2	False	125951	fragment	False	ISR0333_000000007883	0.11228929277709765		0	0	False	False	1.0	0					non-mobilizable	other	2017.0	98.463	100.0	0.005484775915155662	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ETH0003_000000007318	4444	0.6592551756151683	6	3	1	2	2	True	67467	fragment	False	ETH0003_000000007318	1.0		0	0	False	False	0.999549925327301	0					non-mobilizable	no_good_hit	1183.0	95.266	27.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0032_000000003825	4014	0.6592551756151683	5	3	1	2	2	True	67466	fragment	False	MAD0032_000000003825	0.9563915097282448		0	0	False	False	0.9990034699440002	0					non-mobilizable	no_good_hit	1184.0	95.27	29.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0009_000000021137	1915	0.6592537219925714	2	2	2	2	1	False	51247	fragment	False	FIJ0009_000000021137	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1915.0	95.24799999999999	100.0	0.073893907806347	NZ_JH379381.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld127, whole genome shotgun sequence	False	False
MON0024_000000013548	3371	0.6592495017003536	3	1	1	1	1	False	52334	fragment	False	MON0024_000000013548	1.0		0	0	False	False	0.9878374338150024	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	9.544654884802524e-05	NZ_PYAL01000007.1	b-proteobacteria	Achromobacter aloeverae strain AVA-1 Scaffold7_1, whole genome shotgun sequence	True	False
FIJ0013_000000010003	2738	0.6592495017003536	3	1	1	1	1	False	52333	fragment	False	FIJ0013_000000010003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0107_000000028899	2072	0.6592495017003536	3	1	1	1	1	False	52331	fragment	False	MON0107_000000028899	1.0		0	0	False	False	0.9734556078910828	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	9.544654884802524e-05	NZ_PYAL01000007.1	b-proteobacteria	Achromobacter aloeverae strain AVA-1 Scaffold7_1, whole genome shotgun sequence	True	False
DEN0020_000000002324	3701	0.6592449014633451	5	4	3	4	3	False	115801	maximal	True	DEN0020_000000002324	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1601.0	96.065	91.0	0.00038541830073246373	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MAD0054_000000010382	1665	0.6592443840691617	4	1	1	1	1	False	17145	maximal	True	MAD0054_000000010382	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0046_000000003661	5401	0.6592422155943545	2	2	2	1	1	False	115723	fragment	False	SPA0129_000000005035	0.7120532741089307		0	0	False	False	0.9946306347846985	0					non-mobilizable	no_good_hit	4288.0	72.854	78.0	0.0036190456569735303	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
SPA0067_000000013216	1591	0.6592407453708946	4	3	1	2	2	False	36227	fragment	False	SPA0067_000000013216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	96.319	20.0	0.0015246356499588065	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
ISR0855_000000002376	4804	0.6592343529834365	5	4	4	4	3	False	20492	maximal	True	ISR0855_000000002376	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3433.0	99.883	71.0	0.007153251800301058	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
CHI0160_000000018010	1767	0.6592331978216764	3	3	3	3	3	False	126618	fragment	False	CHI0160_000000018010	0.9874854481955763		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	80.118	92.0	0.0030032739552989097	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
ISR0066_000000010996	2953	0.6592324101524996	5	2	2	2	1	False	35145	maximal	True	ISR0066_000000010996	1.0		1	1	False	False	0.9942431449890137	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000023475	1338	0.6592301518089055	2	2	2	2	2	False	75834	fragment	False	DEN0093_000000023475	0.9871794871794872		0	0	False	False	0.994020938873291	0					non-mobilizable	other	1338.0	99.178	100.0	0.005128736267108574	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0163_000000001538	14808	0.6592115911289427	12	8	4	7	5	False	56043	maximal	True	FIJ0163_000000001538	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	83.55799999999999	9.0	0.0006202808519767372	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0396_000000021064	1107	0.6592106504569807	2	2	2	2	2	False	22655	fragment	False	ISR0396_000000021064	1.0		0	0	False	False	0.989159882068634	0					non-mobilizable	other	1106.0	75.859	99.0	0.0019939326178241186	NZ_FRDE01000005.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
CHI0015_000000002990	3065	0.6592094487571272	1	1	1	1	1	False	89872	fragment	False	DEN0096_000000013648	0.9542758546089432		0	0	False	False	1.0	0					non-mobilizable	plasmid	3059.0	100.0	99.0	0.25574977000919963	HQ848325.1	enterobacteria	Escherichia coli strain TB22 plasmid pEC22, complete sequence	False	True
ISR0207_000000022220	1366	0.6592069569166402	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.7000124407321949		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	97.961	90.0	0.004699103909654453	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0106_000000017256	1213	0.6592069569166402	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.17557793220819742		0	0	False	False	0.9909315705299377	0					non-mobilizable	other	1214.0	83.69	100.0	0.016322618099339804	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ENG0153_000000020304	1470	0.6592034686893674	3	3	3	3	2	False	56913	maximal	True	ENG0153_000000020304	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	99.76700000000001	58.0	0.0007347967462925384	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0398_000000003925	5644	0.6591978590220259	9	6	4	6	5	False	102862	maximal	True	ISR0398_000000003925	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	89.613	16.0	0.0003037802289361202	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0060_000000021676	1402	0.6591965683075537	2	1	1	1	1	False	112277	maximal	True	AST0060_000000021676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	83.404	51.0	0.00035470311349400553	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0183_000000008303	4167	0.6591953892150221	7	2	2	1	1	False	38044	fragment	False	ISR0183_000000008303	1.0		0	0	False	False	0.9959203004837036	0					non-mobilizable	no_good_hit								True	False
AUS0006_000000009411	2575	0.659188095056153	4	4	3	3	4	False	102838	maximal	True	AUS0006_000000009411	0.9277669902912622		10	7	False	False	0.9988349676132202	0					non-mobilizable	other	2576.0	94.604	100.0	0.019681457070108502	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0068_000000010996	1879	0.6591795127635006	3	3	3	3	3	False	101783	maximal	False	ISR0193_000000014178	0.9747149596929523		0	0	False	False	0.9941458106040955	0					non-mobilizable	no_good_hit	429.0	71.795	23.0	0.009808457481262144	NZ_VULP01000026.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq26, whole genome shotgun sequence	True	False
FIJ0166_000000009692	2472	0.6591791781964872	3	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5113713750781617		0	0	False	False	0.9971683025360107	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ISR0067_000000015451	1921	0.659174163301819	3	2	0	2	0	False	35077	fragment	False	ISR0067_000000015451	1.0		0	0	False	False	0.9994794130325317	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000018058	1937	0.6591740110133794	2	2	2	2	1	False	85882	fragment	False	CHI0058_000000010794	0.9668039114770972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	87.16	20.0	0.07206723891273248	NZ_RKRD01000008.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_18, whole genome shotgun sequence	True	False
SPA0129_000000020385	1165	0.6591718363615433	2	2	2	2	1	False	3825	fragment	False	SPA0129_000000020385	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	99.056	100.0	0.0038054636519373863	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	False	False
ENG0184_000000010103	2219	0.6591717952254338	3	3	3	3	3	False	55109	maximal	True	ENG0184_000000010103	1.0		46	10	False	False	1.0	0					non-mobilizable	no_good_hit	1838.0	99.619	83.0	0.002937940211237421	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
USA0046_01_000000008471	1359	0.6591643732931566	2	2	2	2	1	False	45034	maximal	False	FIJ0068_000000023868	0.9362250313788776		0	0	False	False	1.0	0					non-mobilizable	other	1359.0	99.632	100.0	0.003965067695209509	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
USA0027_01_000000014959	1818	0.6591642699406357	3	3	3	2	3	False	91503	fragment	False	USA0027_01_000000014959	0.9623430962343096		0	0	False	False	1.0	0					non-mobilizable	other	1818.0	94.499	100.0	0.000891736687873019	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0812_000000012316	3217	0.6591626462006559	4	3	2	3	1	False	84173	fragment	False	ISR0812_000000012316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	74.096	5.0	0.006271160357032933	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
ISR0222_000000015929	3448	0.6591473389790716	5	3	2	3	1	True	96161	fragment	False	ISR0222_000000015929	1.0		0	0	False	False	0.999709963798523	0					non-mobilizable	no_good_hit	53.0	96.226	2.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
ISR0032_000000008938	3602	0.6591425508529806	3	3	3	3	2	False	77011	fragment	False	ISR0032_000000008938	0.993052050753483		0	0	False	False	0.9997223615646362	0					non-mobilizable	other	2370.0	98.523	99.0	0.011992516750887111	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0156_000000003520	7482	0.6591328558154677	10	6	4	5	4	False	30609	fragment	False	ISR0156_000000003520	1.0		0	0	False	False	0.9994654059410095	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.00023475791305941092	NZ_FUWW01000002.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0034_000000006394	5416	0.6591325738879994	7	4	1	4	3	False	93113	maximal	True	SPA0034_000000006394	1.0		8	3	False	False	0.9961225986480713	0					non-mobilizable	no_good_hit	3814.0	98.322	70.0	0.0016746806555718158	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
TAN0017_000000001920	13544	0.6591321192097626	15	12	10	10	6	True	2504	maximal	True	TAN0017_000000001920	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	90.01	8.0	0.08947134606841403	NZ_FOXF01000063.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
CHI0050_000000001880	4800	0.6591268498784627	11	7	3	4	5	True	89799	fragment	False	CHI0050_000000001880	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4800.0	100.0	100.0	0.04500694001575571	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	False	True
AST0094_000000015407	1481	0.6591238513345962	1	1	1	1	1	False	109183	maximal	True	AST0094_000000015407	1.0		4	2	False	False	0.9932478070259094	0					non-mobilizable	other	1463.0	99.932	99.0	0.00041502209666210955	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0117_000000019067	1987	0.6591185072519034	3	3	3	3	3	False	4301	maximal	True	SPA0117_000000019067	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	74.7	70.0	0.0017398847450633876	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0168_000000005061	3825	0.6591182822721477	5	5	5	5	5	False	98889	fragment	False	FIJ0168_000000005061	0.9880758807588076		0	0	False	False	1.0	0					non-mobilizable	chromosome	3825.0	100.0	100.0	0.0015732210136908077	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
FIJ0172_000000016041	1736	0.6591172001874579	3	3	3	3	3	False	38725	fragment	False	FIJ0172_000000016041	1.0		0	0	False	False	0.9804147481918335	0					non-mobilizable	no_good_hit	1125.0	88.0	87.0	0.0187538014462391	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
MON0011_000000030935	1510	0.6591164269855337	2	2	2	2	2	False	13660	fragment	False	MON0011_000000030935	1.0		0	0	False	False	0.9887416958808899	0					non-mobilizable	other	1523.0	77.01899999999999	99.0	0.0021880980813513973	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
CHI0109_000000013331	1475	0.65910753207229	3	3	3	2	1	True	82741	fragment	False	CHI0109_000000013331	1.0		0	0	False	False	0.9993220567703247	0					non-mobilizable	chromosome	1125.0	90.667	100.0	0.0002497024490424512	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
FIJ0035_000000009655	1248	0.6591068841530766	2	2	2	1	1	False	47998	fragment	False	MAD0001_000000017030	0.5750835885552549		0	0	False	False	1.0	0					non-mobilizable	chromosome	1248.0	98.07700000000001	100.0	0.0004400316596956759	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0098_000000000626	29971	0.6591054897771456	68	16	7	14	6	True	112977	maximal	True	ENG0098_000000000626	1.0		1	1	False	False	0.9996997117996216	0					non-mobilizable	no_good_hit	2675.0	92.336	51.0	0.04730088966079467	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0101_000000020446	1370	0.6591029320288623	3	2	2	2	2	False	59412	maximal	True	FIJ0101_000000020446	1.0		185	12	False	False	1.0	0					non-mobilizable	plasmid	1370.0	99.48899999999999	100.0	0.0021843049155636112	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
SPA0043_000000005743	3025	0.6591029286116596	5	3	3	3	1	False	116305	maximal	True	SPA0043_000000005743	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	98.2	16.0	0.0027188422853531226	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0167_000000004177	5819	0.6590983797691051	7	6	2	3	6	False	92084	fragment	False	ENG0167_000000004177	0.9943592862660444		0	0	False	False	0.999140739440918	0					non-mobilizable	chromosome	4563.0	89.24	99.0	0.001016920564992655	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CHI0024_000000001973	5562	0.6590983797691051	7	6	2	3	6	False	92084	fragment	False	ENG0167_000000004177	0.9849704509125468		0	0	False	False	1.0	0					non-mobilizable	chromosome	4563.0	89.24	99.0	0.001016920564992655	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CHI0008_000000001455	5548	0.6590983797691051	7	6	2	3	6	False	92084	fragment	False	ENG0167_000000004177	0.982623269713883		0	0	False	False	1.0	0					non-mobilizable	chromosome	4563.0	89.21799999999999	99.0	0.001016920564992655	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0378_000000021325	1487	0.6590972290703864	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9795158828622921		0	0	False	False	1.0	0					non-mobilizable	other	1356.0	98.96799999999999	95.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0021_000000016232	1473	0.6590972290703864	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9715173715990103		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	79.313	96.0	0.00036180870218194543	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0187_000000020322	1413	0.6590972290703864	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9708130283839826		0	0	False	False	0.9978768825531006	0					non-mobilizable	other	1356.0	98.82	99.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0353_000000027699	1319	0.6590972290703864	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.6811170343625004		0	0	False	False	0.999241828918457	0					non-mobilizable	other	1332.0	83.709	100.0	0.015679648359958408	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
ENG0130_000000009735	3096	0.6590953404047574	4	3	3	3	3	False	94778	maximal	True	ENG0130_000000009735	1.0		250	12	False	False	0.9987080097198486	0					non-mobilizable	no_good_hit	322.0	81.67699999999999	43.0	0.00011225916071935103	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0096_000000007119	4576	0.6590856857614035	4	2	2	2	2	False	43033	maximal	True	FIJ0096_000000007119	1.0		3	3	False	False	0.9923514127731323	0					non-mobilizable	no_good_hit	1046.0	98.279	28.0	0.00028255316663687916	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0210_000000008789	2676	0.6590819465141581	3	3	3	3	2	False	53733	fragment	False	ENG0210_000000008789	1.0		0	0	False	False	0.9988788962364197	0					non-mobilizable	no_good_hit	980.0	70.306	36.0	0.0003216774527154187	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MON0016_000000036303	1089	0.6590812663968136	2	1	1	1	1	False	13461	fragment	False	MON0016_000000036303	0.9556109355465313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0837_000000000251	22325	0.6590776950141215	24	11	7	10	5	True	114013	fragment	False	AST0055_000000000853	0.9683041013462539		0	0	False	False	0.9999552369117737	0					non-mobilizable	no_good_hit	1152.0	83.594	5.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ENG0211_000000001549	20818	0.6590776950141215	24	11	7	10	5	True	114013	fragment	False	AST0055_000000000853	0.9496519665770671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.594	5.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
SPA0077_000000000821	20097	0.6590776950141215	23	11	7	10	5	True	114013	fragment	False	AST0055_000000000853	0.7167418350860348		0	0	False	False	0.9999502301216125	0					non-mobilizable	no_good_hit	1152.0	83.594	6.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
ISR0322_000000000235	19982	0.6590776950141215	23	11	7	10	5	True	114013	fragment	False	AST0055_000000000853	0.6065628709492894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.594	6.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MAD0057_000000007498	2154	0.6590776926382143	3	1	1	1	1	False	16999	maximal	True	MAD0057_000000007498	1.0		4	3	False	False	0.9995357394218445	0					non-mobilizable	no_good_hit	563.0	94.494	26.0	0.011567857880603181	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0010_01_000000017358	1524	0.6590732294987559	2	2	1	2	2	False	2051	fragment	False	USA0010_01_000000017358	1.0		0	0	False	False	0.9973753094673157	0					non-mobilizable	other	1524.0	98.556	100.0	0.0025939784953562164	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	False	False
ISR0199_000000008439	3427	0.6590716940451535	7	4	1	2	3	False	124394	maximal	True	ISR0199_000000008439	1.0		13	3	False	False	1.0	0					non-mobilizable	other	3085.0	98.12	90.0	0.000921691807207211	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0064_000000004817	4727	0.6590523570096029	8	8	3	5	8	True	118540	fragment	False	ENG0064_000000004817	1.0		0	0	False	False	0.994499683380127	0					non-mobilizable	chromosome	4741.0	95.12799999999999	100.0	0.001370270039148502	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0073_000000011531	2164	0.6590483459789976	3	3	3	3	3	False	62236	maximal	False	ISR0789_000000006247	0.9431580466898476		0	0	False	False	1.0	0					non-mobilizable	other	1480.0	96.081	95.0	0.05227441416604814	NZ_JAAITI010000042.1	firmicutes	Blautia luti strain MSK.16.34 NODE_42_length_28293_cov_223.702, whole genome shotgun sequence	False	False
FIJ0062_000000023568	1260	0.6590450040809329	1	1	1	1	1	False	45674	fragment	False	FIJ0062_000000023568	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	97.29899999999999	99.0	0.022001084314171287	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0093_000000033521	1106	0.6590446274411472	2	2	2	1	1	True	5249	fragment	False	SPA0093_000000033521	1.0		0	0	False	False	0.9909583926200867	0					non-mobilizable	chromosome	1106.0	98.37299999999999	100.0	0.0003076173574137871	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0016_000000015620	1426	0.6590328062532009	1	1	1	1	1	False	124755	fragment	False	ISR0016_000000015620	1.0		0	0	False	False	0.9628331065177917	0					non-mobilizable	other	1286.0	98.6	90.0	0.011504440624552357	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0101_000000032501	1204	0.6590328062532009	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.4684735603089223		0	0	False	False	0.9941860437393188	0					non-mobilizable	other	1147.0	98.51799999999999	95.0	0.010259991405242802	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0033_000000019976	1579	0.6590327601540771	3	2	2	2	2	False	7195	maximal	True	SPA0033_000000019976	1.0		21	6	False	False	0.9974667429924011	0					non-mobilizable	no_good_hit	119.0	81.513	8.0	0.0021371391313797223	NZ_BDAC01000027.1	g-proteobacteria	Pseudomonas indica NBRC 103045, whole genome shotgun sequence	True	False
ISR0222_000000012384	4726	0.6590317370765792	5	5	5	5	5	False	61567	fragment	False	ISR0222_000000012384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2368.0	73.818	58.0	0.0006483407591348037	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0096_000000008104	4349	0.6590303681296298	5	2	2	2	2	False	5174	fragment	False	SPA0096_000000008104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0207_000000009655	1892	0.6590296846368905	2	2	2	2	2	False	54032	maximal	True	ENG0207_000000009655	0.9927620150550087		37	6	False	False	0.9693446159362793	0					non-mobilizable	no_good_hit	128.0	77.344	7.0	0.00012366881491366122	NZ_PEQT01000002.1	a-proteobacteria	Agrobacterium rosae strain B20.3 NODE_2_length_1002678_cov_41.5274, whole genome shotgun sequence	True	False
SPA0056_000000012286	2813	0.6590269153355846	4	3	3	3	0	True	61148	maximal	True	SPA0056_000000012286	0.9723926838521008		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	1266.0	86.256	45.0	0.0004949013785473978	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
SPA0091_000000004626	2699	0.6590269153355846	3	3	3	3	0	True	61148	maximal	False	SPA0056_000000012286	0.961915160945567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	85.49600000000001	44.0	0.008348075679746502	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
CAN0003_000000021541	2311	0.6590252226878315	3	3	3	3	3	False	96637	fragment	False	CAN0003_000000021541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	6.2875128736826086e-06	LN899827.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IX	True	False
FIJ0066_000000013421	2398	0.6590205644807728	2	2	2	2	2	False	45338	fragment	False	FIJ0066_000000013421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	72.641	52.0	0.002573719579744471	NZ_FUHN01000006.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
SPA0128_000000008944	4122	0.6590119527668606	3	3	2	3	0	False	94104	maximal	True	SPA0128_000000008944	1.0		11	3	False	False	0.991508960723877	0					non-mobilizable	no_good_hit	173.0	79.76899999999999	4.0	4.677587054408544e-05	NC_014365.1	d-proteobacteria	Desulfarculus baarsii DSM 2075, complete sequence	True	False
ISR0147_000000008177	2951	0.6590112233678938	6	5	5	4	2	False	122031	maximal	True	ISR0147_000000008177	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	79.34899999999999	63.0	0.00036413878734728965	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MON0106_000000021049	1990	0.6590090841617303	3	3	3	3	2	False	91600	fragment	False	CHI0117_000000004307	0.12699737289445218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0037_000000037734	1921	0.6590062177553603	2	2	2	1	0	True	51661	fragment	False	MON0037_000000037734	1.0		0	0	False	False	0.9770952463150024	0					non-mobilizable	other	1921.0	95.62700000000001	100.0	0.06542056074766354	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ENG0122_000000012549	2262	0.6589990398492304	4	4	2	3	3	False	59069	maximal	True	ENG0122_000000012549	1.0		1	1	False	False	0.9814323782920837	0					non-mobilizable	no_good_hit	681.0	95.88799999999999	30.0	0.030370236263238887	NZ_CYZN01000041.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0252_000000009652	1338	0.6589955407531488	2	1	1	1	1	False	26952	fragment	False	ISR0252_000000009652	1.0		0	0	False	False	0.988041877746582	0					non-mobilizable	other	1320.0	99.39399999999999	99.0	0.00032338965314927337	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0004_000000002682	9317	0.6589902576949824	6	5	4	5	3	True	102972	fragment	False	ENG0004_000000002682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	4.799472058073612e-05	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	True
ENG0163_000000020083	1304	0.6589850344027645	2	2	2	2	2	False	56302	fragment	False	ENG0163_000000020083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	868.0	87.44200000000001	66.0	0.06747364310816087	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0280_000000014030	1122	0.6589709280797225	1	1	1	1	1	False	102679	fragment	False	ENG0027_000000017593	0.5336917796686803		0	0	False	False	0.9991087317466736	0					non-mobilizable	other	1122.0	99.911	100.0	0.002466251298026999	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0050_000000024878	1154	0.6589636573035622	2	2	2	2	2	False	64112	maximal	True	ENG0050_000000024878	1.0		14	4	False	False	0.998266875743866	0					non-mobilizable	no_good_hit	135.0	76.296	12.0	0.0002548560538773306	NZ_ANIE01000007.1	g-proteobacteria	Marinobacter nitratireducens strain AK21 contig7, whole genome shotgun sequence	True	False
FIJ0017_000000010978	2584	0.6589622138351372	3	2	1	2	2	True	113708	maximal	True	FIJ0017_000000010978	1.0		4	4	False	False	0.9910990595817566	0					non-mobilizable	no_good_hit	161.0	93.789	6.0	0.057824358511022765	NZ_AUJC01000027.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00025.25_C, whole genome shotgun sequence	True	True
CHI0132_000000001866	16063	0.6589558989875438	20	9	1	9	2	False	80965	maximal	True	CHI0132_000000001866	1.0		1	1	False	False	0.9999377727508545	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000001198	14665	0.6589558989875438	19	9	1	9	2	False	17917	maximal	True	MAD0045_000000001198	1.0		1	1	False	False	0.9991135597229004	0					non-mobilizable	no_good_hit								True	False
MAD0026_000000001111	8526	0.6589530185300067	12	6	4	4	5	False	22883	maximal	True	MAD0026_000000001111	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	6.5818133800861476e-06	CP053702.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain CMCST_CEPR_1 chromosome, complete genome	True	False
ISR0210_000000016581	1115	0.6589473268305663	1	1	1	1	1	False	28417	maximal	True	ISR0210_000000016581	1.0		3	3	False	False	0.9829596281051636	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000017454	1547	0.6589470440255598	3	2	1	2	2	False	32141	maximal	True	SPA0142_000000017454	1.0		44	7	False	False	1.0	0					non-mobilizable	other	1092.0	79.945	99.0	0.0002883461214528719	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
CHI0119_000000006634	1790	0.6589449640432841	3	3	3	3	1	False	99101	fragment	False	ISR0791_000000009879	0.9681597409606044		0	0	False	False	1.0	0					non-mobilizable	chromosome	1790.0	100.0	100.0	0.0006079002567860391	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0381_000000012716	1436	0.6589411829283885	3	1	1	1	1	False	23143	fragment	False	ISR0381_000000012716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000008087	2303	0.6589410040497572	3	3	1	2	3	True	98645	maximal	True	MAD0102_000000008087	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	2303.0	99.001	100.0	0.031114777152747727	CP040265.1	enterobacteria	Escherichia coli strain 631 plasmid pEc631_2, complete sequence	False	True
MAD0011_000000007571	1830	0.6589310545545017	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.16056187796655277		0	0	False	False	1.0	0					non-mobilizable	chromosome	1830.0	98.634	100.0	0.0006156306915966242	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0149_000000015150	1766	0.6589240746535482	3	1	1	1	1	False	104447	maximal	True	AST0149_000000015150	1.0		10	6	False	False	0.9937712550163269	0					non-mobilizable	no_good_hit								True	False
ENG0162_000000008285	2966	0.6589202139458956	4	4	1	4	2	False	60954	maximal	False	SPA0104_000000011508	0.6483350736744402		0	0	False	False	0.9898853898048401	0					non-mobilizable	no_good_hit	75.0	84.0	3.0	2.468050420268964e-05	CP046252.1	a-proteobacteria	Sphingobium sp. CAP-1 chromosome MIN1, complete sequence	True	False
DEN0051_000000022983	2013	0.6589200117419801	5	4	2	4	3	False	88882	fragment	False	DEN0051_000000022983	0.9593350383631714		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	87.641	91.0	0.00041220525768583926	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0104_000000016937	2666	0.6589168686140386	4	3	3	3	2	False	80052	maximal	True	MON0104_000000016937	1.0		12	4	False	False	1.0	0					non-mobilizable	chromosome	2603.0	98.156	98.0	0.0006521315845467647	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
DEN0083_000000014331	2032	0.6589150638066917	4	1	1	1	1	False	73020	fragment	False	DEN0083_000000014331	0.9818041318836453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1428.0	99.37	70.0	0.00039599891141954227	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0054_000000009875	2622	0.6589132502459373	6	6	5	2	2	True	63771	maximal	True	ENG0054_000000009875	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1660.0	86.38600000000001	100.0	0.02786780095874688	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0372_000000010526	1665	0.6589122662123698	3	3	3	3	3	False	33438	fragment	False	ISR0372_000000010526	1.0		0	0	False	False	0.9849849939346313	0					non-mobilizable	no_good_hit	389.0	75.064	23.0	9.917428415950308e-05	CP027665.1	a-proteobacteria	Rhodobacteraceae bacterium SH-1 chromosome, complete genome	True	False
ENG0031_000000013229	1633	0.6589090035826972	2	2	2	2	1	False	65682	fragment	False	ENG0031_000000013229	1.0		0	0	False	False	0.9993876218795776	0					non-mobilizable	no_good_hit								True	False
MAD0089_000000005861	3624	0.6589051014672428	5	5	4	4	3	False	106081	fragment	False	MAD0089_000000005861	1.0		0	0	False	False	0.9997240900993347	0					non-mobilizable	other	3624.0	98.62	100.0	0.02624713759819125	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	False	False
AST0102_000000018986	1658	0.658904044907208	2	2	2	2	2	False	108217	fragment	False	MON0069_000000027274	0.6948999034854682		0	0	False	False	0.9945717453956604	0					non-mobilizable	other	1658.0	91.315	100.0	0.022450965610822517	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
MAD0099_000000024781	1256	0.6589039140626747	3	2	2	2	1	False	101087	fragment	False	TAN0024_000000004209	0.21494215853798998		0	0	False	False	1.0	0					non-mobilizable	chromosome	1143.0	79.703	95.0	0.00030063522863349153	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0113_01_000000004306	4404	0.6589031144992221	5	5	5	5	5	False	94378	fragment	False	USA0113_01_000000004306	0.9749888805580061		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2112.0	76.657	47.0	0.06616058950578071	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0025_000000017770	1181	0.658898506579131	2	2	2	2	2	False	62823	fragment	False	ENG0101_000000027325	0.9590539580371367		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	100.0	100.0	0.0005355792561984222	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
CHI0057_000000006754	2783	0.6588980179430005	4	3	3	3	2	False	87989	maximal	False	SPA0072_000000006185	0.532087866937144		0	0	False	False	1.0	0					non-mobilizable	chromosome	2783.0	99.425	100.0	0.0007838405991675286	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
USA0035_01_000000012258	2057	0.6588918546315868	3	3	3	2	3	False	87821	fragment	False	ISR0297_000000005738	0.7146802387057221		0	0	False	False	0.9980553984642029	0					non-mobilizable	other	2057.0	99.319	100.0	0.0006600770261090001	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
TAN0006_000000000389	12621	0.6588896172581198	29	10	5	8	5	False	2895	maximal	True	TAN0006_000000000389	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0039_000000000668	11501	0.6588820151665656	9	7	5	6	5	False	82404	maximal	True	DEN0039_000000000668	1.0		3	2	False	False	0.9997391700744629	0					non-mobilizable	no_good_hit	6056.0	97.62200000000001	53.0	0.10520367891232157	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
USA0042_01_000000001929	14036	0.65887665027105	6	4	4	4	2	True	130412	maximal	True	USA0042_01_000000001929	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	1.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0789_000000010240	1372	0.6588712621520563	2	1	1	1	1	False	74294	fragment	False	ENG0182_000000019105	0.9614561842273797		0	0	False	False	0.9978134036064148	0					non-mobilizable	other	1372.0	99.49	100.0	0.0049708312636643475	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0003_000000002373	4223	0.6588609209148075	4	3	3	3	1	True	120258	fragment	False	CHI0003_000000002373	1.0		0	0	False	False	0.9973952174186707	0					non-mobilizable	no_good_hit	108.0	76.852	3.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
MAD0054_000000007026	2232	0.6588593750458671	3	3	0	1	2	False	102419	fragment	False	MAD0040_000000012901	0.5570672785943911		0	0	False	False	0.9977598786354065	0					non-mobilizable	other	1512.0	91.931	91.0	0.13812511533493266	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
FIJ0067_000000028803	1169	0.6588534899631363	1	1	1	1	1	False	45152	maximal	True	FIJ0067_000000028803	1.0		6	5	False	False	0.9811804890632629	0					non-mobilizable	no_good_hit	111.0	84.685	9.0	0.0026935527713939753	NZ_FPKW01000028.1	CFB group bacteria	Chryseobacterium limigenitum strain SUR2, whole genome shotgun sequence	True	False
CAN0001_000000026766	1641	0.6588303800868276	2	2	0	1	1	True	97229	fragment	False	CAN0001_000000026766	0.9825109306683323		0	0	False	False	0.9835466146469116	0					non-mobilizable	plasmid	1622.0	96.917	99.0	0.009797048193499257	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0013_000000017116	1601	0.6588303800868276	2	2	0	1	1	True	97229	fragment	False	CAN0001_000000026766	0.9707495429616089		0	0	False	False	0.9968769550323486	0					non-mobilizable	plasmid	1603.0	99.81299999999999	100.0	0.008626910359831555	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
CHI0143_000000008580	2248	0.6588283281787	4	4	3	3	4	False	79934	maximal	True	CHI0143_000000008580	1.0		2	2	False	False	0.9982206225395203	0					non-mobilizable	chromosome	1527.0	99.411	100.0	0.00032801628817972025	CP028133.1	g-proteobacteria	Aeromonas veronii strain 17ISAe chromosome, complete genome	False	False
ENG0103_000000002780	7300	0.6588238800137999	7	6	2	3	6	True	60329	maximal	True	ENG0103_000000002780	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	97.104	26.0	0.0021241244717160684	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	True	True
ISR0038_000000019484	1740	0.6588226744453323	2	2	2	2	1	False	36626	maximal	True	ISR0038_000000019484	1.0		11	5	False	False	0.9913793206214905	0					non-mobilizable	no_good_hit	1324.0	99.62200000000001	76.0	0.0005232597460588416	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0224_000000008277	3442	0.6588224339868461	4	4	4	4	2	False	113049	maximal	True	ISR0224_000000008277	1.0		8	5	False	False	0.998547375202179	0					non-mobilizable	no_good_hit	2886.0	99.931	86.0	0.00119477924952126	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	True	False
MON0096_000000001859	12436	0.6588155977925824	16	7	5	7	5	False	22109	fragment	False	MON0096_000000001859	1.0		0	0	False	False	0.9987134337425232	0					non-mobilizable	no_good_hit	133.0	98.49600000000001	3.0	0.00016080754625957992	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0137_000000006259	2734	0.6588072769958568	3	3	3	3	2	False	57991	maximal	True	ENG0137_000000006259	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1377.0	87.8	50.0	0.0010597683041929258	NZ_FIZW01000002.1	firmicutes	Murdochiella massiliensis strain SIT12, whole genome shotgun sequence	True	False
ENG0047_000000011922	1687	0.6588051094308707	3	3	3	2	2	False	86055	fragment	False	ENG0047_000000011922	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1687.0	99.941	100.0	0.002132201555014847	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0399_000000010139	1664	0.6588026460624006	3	1	1	1	1	False	22581	fragment	False	ISR0399_000000010139	1.0		0	0	False	False	0.9993990659713745	0					non-mobilizable	no_good_hit	678.0	71.976	40.0	0.0059795322957971655	NZ_JAAXKX010000014.1	g-proteobacteria	Marichromatium bheemlicum strain DSM 18632 assembly_contig_14, whole genome shotgun sequence	True	False
ISR0016_000000014679	1511	0.6588024341319415	2	2	2	2	2	False	52348	fragment	False	USA0034_01_000000027858	0.27703913359876037		0	0	False	False	0.9947054982185364	0					non-mobilizable	other	1482.0	97.368	98.0	0.025901117543153954	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0128_000000029540	1275	0.6587993325096463	3	2	2	2	2	False	22634	fragment	False	SPA0052_000000020493	0.9828834561710104		0	0	False	False	0.998431384563446	0					non-mobilizable	other	1275.0	99.60799999999999	100.0	0.00040201017710536266	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CHI0177_000000005768	2783	0.6587977076651665	4	2	2	1	1	False	81062	maximal	True	CHI0177_000000005768	1.0		18	6	False	False	0.999640703201294	0					non-mobilizable	no_good_hit	438.0	84.932	16.0	0.00012824025055716392	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
DEN0026_000000003399	8255	0.6587939148634846	11	5	1	4	3	False	91524	fragment	False	DEN0026_000000003399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000004670	6391	0.6587887413243657	2	2	2	2	2	False	5386	maximal	True	SPA0090_000000004670	1.0		18	4	False	False	0.9976529479026794	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00028991109393119443	NZ_JQKW01000013.1	bacteria	Thermodesulfobacterium hydrogeniphilum strain DSM 14290 CC87DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
MON0104_000000031614	1448	0.6587886948268872	3	3	3	3	2	False	8788	maximal	True	MON0104_000000031614	1.0		1	1	False	False	1.0	0					non-mobilizable	other	727.0	91.334	93.0	0.0006225416678457228	NZ_LLVT01000001.1	high GC Gram+	Schaalia odontolytica strain XH001 contig_1, whole genome shotgun sequence	False	False
SPA0137_000000033458	1103	0.6587830264261373	2	1	1	1	1	False	3544	fragment	False	SPA0137_000000033458	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	99.819	100.0	0.0003789019682272477	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
MAD0040_000000000065	58905	0.6587812577272473	82	14	6	12	6	True	52893	maximal	True	MAD0040_000000000065	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	0.0	1.2804339817575503e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0103_000000015331	1569	0.6587771991189502	3	3	1	3	2	False	14915	fragment	False	MAD0103_000000015331	1.0		0	0	False	False	0.9949012398719788	0					non-mobilizable	no_good_hit								True	False
CHI0087_000000003683	2483	0.6587750125931238	2	2	1	2	2	False	117853	fragment	False	USA0027_01_000000010192	0.9495515695067265		0	0	False	True	0.9939589500427246	0					non-mobilizable	other	2447.0	99.14200000000001	99.0	0.03185294232598132	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ENG0162_000000010461	2361	0.6587725221248947	3	3	3	3	2	False	56363	maximal	True	ENG0162_000000010461	1.0		3	3	False	False	0.9974586963653564	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	1.0979514087647041e-05	NC_013446.2	b-proteobacteria	Comamonas thiooxydans, complete sequence	True	False
MON0061_000000029370	1560	0.6587682148850044	3	1	1	1	1	False	10810	fragment	False	MON0061_000000029370	0.9755129053606884		0	0	False	False	0.9942307472229004	0					non-mobilizable	other	1564.0	97.059	99.0	0.021534561386588776	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0048_000000021964	1837	0.6587652600900403	3	3	3	3	3	False	120659	fragment	False	MON0104_000000022401	0.7759267302798297		0	0	False	False	0.9994556307792664	0					non-mobilizable	other	1837.0	98.585	100.0	0.0030482388783277855	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0034_000000012120	1748	0.6587611206869888	3	3	3	3	1	False	36842	maximal	True	ISR0034_000000012120	1.0		151	8	False	False	0.9908466935157776	0					non-mobilizable	chromosome	1725.0	96.81200000000001	99.0	0.00060586998044277	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0046_000000006152	4648	0.6587557753520523	4	4	4	4	3	False	14052	maximal	True	MON0046_000000006152	1.0		23	1	False	False	0.9791308045387268	0					non-mobilizable	no_good_hit	1205.0	86.307	26.0	0.055749290928534895	NZ_JNJN01000051.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00049.49_C, whole genome shotgun sequence	True	False
SPA0101_000000016585	2646	0.658753778257213	4	3	2	2	2	True	74912	fragment	False	DEN0079_000000019739	0.9563220842542678		0	0	False	False	1.0	0					non-mobilizable	other	2646.0	99.62200000000001	100.0	0.03209795640988301	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0128_000000022848	1168	0.6587471790630451	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.0673971949132248		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	85.458	100.0	0.0027701367633954518	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0136_000000012455	3191	0.6587471588365963	3	3	3	3	3	False	3624	fragment	False	SPA0136_000000012455	1.0		0	0	False	False	0.9902851581573486	0					non-mobilizable	other	3159.0	98.86	99.0	0.004118957904954753	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
AUS0024_000000005231	5923	0.6587467765969774	9	3	2	3	0	False	98989	fragment	False	AUS0024_000000005231	0.9430491587067495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0096_000000004346	5891	0.6587467765969774	8	3	2	3	0	False	98989	fragment	False	AUS0024_000000005231	0.9283923983718285		0	0	False	False	0.9996604919433594	0					non-mobilizable	no_good_hit								True	False
SPA0149_000000005780	5800	0.6587467765969774	8	3	2	3	0	False	98989	fragment	False	AUS0024_000000005231	0.9235832671643218		0	0	False	False	0.9998275637626648	0					non-mobilizable	no_good_hit	50.0	100.0	1.0	0.008980938416422288	NZ_LNAM01000011.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf108, whole genome shotgun sequence	True	False
CAN0015_000000007416	5662	0.6587467765969774	9	3	2	3	0	False	98989	fragment	False	AUS0024_000000005231	0.6910896301385016		0	0	False	False	0.9978805780410767	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000007334	5202	0.6587467765969774	7	3	2	3	0	False	102506	fragment	False	DEN0011_000000007334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000004277	5090	0.6587467765969774	7	3	2	3	0	False	80699	fragment	False	ISR0018_000000004277	0.9748414808754347		0	0	False	False	0.995874285697937	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000007847	4889	0.6587467765969774	8	3	2	3	0	False	80699	fragment	False	ISR0018_000000004277	0.9566797642436149		0	0	False	False	0.9971364140510559	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000004458	4674	0.6587467765969774	6	3	2	3	0	False	102504	fragment	False	DEN0066_000000006074	0.9033489000570034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	85.294	6.0	0.008013496415014762	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0356_000000003646	4426	0.6587467765969774	6	3	2	3	0	False	80698	fragment	False	ISR0356_000000003646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0135_000000004658	4344	0.6587467765969774	5	3	2	3	0	False	80698	fragment	False	ISR0356_000000003646	0.9907365567103479		0	0	False	False	0.9981583952903748	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000008931	3842	0.6587467765969774	6	3	2	3	0	False	66628	fragment	False	ISR0182_000000008931	1.0		0	0	False	False	0.9971368908882141	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000006751	3755	0.6587467765969774	5	3	2	3	0	False	56083	fragment	False	ISR0814_000000009452	0.730779146935313		0	0	False	False	0.9946737885475159	0					non-mobilizable	no_good_hit								True	False
MAD0095_000000008092	3654	0.6587467765969774	5	3	2	3	0	False	56083	fragment	False	ISR0814_000000009452	0.5560624442500123		0	0	False	False	0.9917898178100586	0					non-mobilizable	no_good_hit	48.0	93.75	1.0	1.096518855924888e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0051_000000012409	3250	0.6587467765969774	6	3	2	3	0	False	66627	fragment	False	ENG0018_000000006371	0.9524737631184408		0	0	False	False	0.9993846416473389	0					non-mobilizable	no_good_hit								True	False
ISR0070_000000006612	3068	0.6587467765969774	5	3	2	3	0	False	35995	fragment	False	ISR0070_000000006612	0.9712032910524511		0	0	False	False	0.9990221858024597	0					non-mobilizable	no_good_hit								True	False
ISR0207_000000001696	11373	0.6587399623848028	9	8	7	6	6	False	121553	fragment	False	ISR0207_000000001696	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6482.0	96.60600000000001	92.0	0.0012347376678334436	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0062_000000001808	12947	0.6587386409600062	22	5	2	4	2	False	35375	fragment	False	ISR0062_000000001808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.7900667050456968e-06	LN609529.1	nematodes	Strongyloides ratti genome assembly S_ratti_ED321, chromosome : 2	True	False
ENG0120_000000003714	5584	0.6587386214025913	8	4	3	4	2	False	59201	maximal	True	ENG0120_000000003714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2053.0	97.321	37.0	0.12740593567614553	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
SPA0056_000000009211	3642	0.658736447012811	4	4	2	4	2	False	81352	maximal	True	SPA0056_000000009211	1.0		47	9	False	False	0.9986271262168884	0					non-mobilizable	no_good_hit	508.0	86.61399999999999	14.0	0.00011145646397733718	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
MON0019_000000003011	13906	0.6587343865262603	16	5	4	4	3	True	13240	fragment	False	MON0019_000000003011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4272.0	99.134	31.0	0.03376177828369063	NZ_QEKH01000015.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_115, whole genome shotgun sequence	True	True
CHI0185_000000007505	2761	0.658730414039551	3	3	1	3	1	False	91574	fragment	False	USA0080_01_000000014832	0.9519850479074426		0	0	False	False	0.9996378421783447	0					non-mobilizable	no_good_hit	900.0	81.444	32.0	0.0002460151286709501	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0117_000000016292	1671	0.6587293909986738	2	2	2	2	2	False	32412	fragment	False	ISR0117_000000016292	1.0		0	0	False	False	0.9802513718605042	0					non-mobilizable	no_good_hit	1032.0	88.76	64.0	0.00671508125183183	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
FIJ0120_000000002936	7501	0.6587246507996182	11	7	3	4	7	True	89476	fragment	False	FIJ0120_000000002936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2042.0	94.025	58.0	0.04605714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0779_000000020304	1693	0.6587239428337727	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.4955839919068639		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	99.52799999999999	100.0	0.10632418514099103	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	False
ISR0138_000000007500	3905	0.6587222991928735	11	8	0	1	7	False	91921	fragment	False	ISR0138_000000007500	0.980581205866377		0	0	False	False	1.0	0					non-mobilizable	other	3835.0	99.97399999999999	98.0	0.7858167657306825	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	False
MON0110_000000010357	1535	0.6587222922216398	3	2	2	1	1	False	127757	fragment	False	MON0110_000000010357	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	98.89200000000001	94.0	0.027575919834773963	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0009_000000000346	16937	0.6587221145823474	20	5	4	3	4	False	19803	maximal	True	MAD0009_000000000346	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	90.698	1.0	2.9131587380196348e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0158_000000006192	2892	0.6587150239905399	4	4	4	4	4	False	124463	fragment	False	FIJ0007_000000005689	0.9507302736951118		0	0	False	False	0.9892807602882385	0					non-mobilizable	chromosome	2923.0	83.715	100.0	0.0006427278724016035	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0015_000000006724	1524	0.6587113459214442	2	2	2	2	2	False	89770	fragment	False	MON0091_000000008579	0.5676013180703938		0	0	False	False	0.9986876845359802	0					non-mobilizable	other	1524.0	99.738	100.0	0.0003090451822838987	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
MON0028_000000001307	11969	0.6587090563798806	10	7	6	6	4	True	37085	maximal	True	MON0028_000000001307	1.0		6	3	False	False	0.9990809559822083	0					non-mobilizable	no_good_hit	610.0	87.213	5.0	0.0002669853539462978	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ENG0066_000000013352	1557	0.6587043827613656	2	2	2	2	2	False	62747	fragment	False	ENG0066_000000013352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0116_000000013416	2019	0.6586762567347776	3	3	3	3	3	False	131176	fragment	False	ENG0202_000000009963	0.9609584235959895		0	0	False	False	1.0	0					non-mobilizable	other	2019.0	97.27600000000001	100.0	0.007427448754289674	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
MON0095_000000025265	1268	0.6586730997076118	2	2	2	2	2	False	9299	maximal	True	MON0095_000000025265	1.0		40	8	False	False	0.9992113709449768	0					non-mobilizable	no_good_hit	134.0	83.58200000000001	36.0	1.466064088605827e-05	NZ_QUMQ01000001.1	high GC Gram+	Asanoa ferruginea strain DSM 44099 Ga0197490_11, whole genome shotgun sequence	True	False
ISR0062_000000008130	4016	0.6586709353978909	3	3	3	3	2	False	111867	fragment	False	ISR0062_000000008130	0.9907432616389872		0	0	False	False	0.9990040063858032	0					non-mobilizable	other	2923.0	94.868	100.0	0.004641833628002272	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0089_000000007745	3272	0.6586630045040313	5	5	5	5	4	False	121655	fragment	False	AST0040_000000003137	0.12524107444797974		0	0	False	False	0.9981662631034851	0					non-mobilizable	other	3272.0	99.14399999999999	100.0	0.05409741172579178	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0013_000000008528	3175	0.6586599355930713	2	2	1	2	2	False	7985	maximal	True	SPA0013_000000008528	1.0		218	9	False	False	0.9984251856803894	0					non-mobilizable	chromosome	3158.0	72.98899999999999	99.0	0.0005937924420102684	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ISR0149_000000011256	1559	0.6586590620683858	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.17377835343341072		0	0	False	False	0.9980756640434265	0					non-mobilizable	other	1551.0	99.162	99.0	0.000562902543411589	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0034_000000014613	1473	0.6586590620683858	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.12263068786237631		0	0	False	False	0.9932111501693726	0					non-mobilizable	chromosome	1463.0	99.111	99.0	0.0005137946121852262	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0786_000000006375	2610	0.6586506297756932	3	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.942685957752301		0	0	False	False	1.0	0					non-mobilizable	other	2556.0	98.435	98.0	0.003853544204902975	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0085_000000013670	2185	0.6586414003492748	3	3	3	2	2	False	119341	fragment	False	DEN0085_000000013670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	99.074	86.0	0.00025900417060230677	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0120_000000020783	1968	0.6586411585301281	4	3	2	3	2	False	119084	fragment	False	SPA0120_000000020783	0.9708067940552016		0	0	False	False	0.9944105744361877	0					non-mobilizable	other	1969.0	98.375	100.0	0.0025157522137468987	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
SPA0009_000000003939	8067	0.6586333693644443	9	8	7	8	5	False	50303	maximal	True	SPA0009_000000003939	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	76.17	3.0	8.049777544753736e-05	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
FIJ0083_000000017543	2027	0.6586327126457462	3	3	3	2	2	False	44103	maximal	True	FIJ0083_000000017543	1.0		36	7	False	False	0.992106556892395	0					non-mobilizable	other	2044.0	75.098	100.0	0.004242763115184946	NZ_FUHN01000006.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	False	False
MON0105_000000018824	2867	0.6586325113844098	2	2	2	2	1	False	8746	maximal	True	MON0105_000000018824	1.0		1	1	False	False	0.9989535808563232	0					non-mobilizable	no_good_hit	58.0	89.655	2.0	0.0010744023636852001	NZ_ASHR01000006.1	high GC Gram+	Agrococcus pavilionensis RW1 scf7180000000227, whole genome shotgun sequence	True	False
ISR0805_000000006033	1927	0.6586316596519315	2	1	1	1	1	False	92048	maximal	True	ISR0805_000000006033	1.0		1	1	False	False	0.9963673949241638	0					non-mobilizable	no_good_hit	559.0	79.60600000000001	29.0	0.0001071722343388008	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	False
ENG0037_000000000677	29729	0.6586254490105267	36	18	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9505293091871361	PS672	0	0	True	True	1.0	17					non-mobilizable	other	29109.0	99.99	100.0	0.2904658310713715	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0825_000000000396	29049	0.6586254490105267	36	18	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9429239737774213	PS672	0	0	False	True	1.0	0					non-mobilizable	other	29049.0	99.99700000000001	100.0	0.2898770557240939	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0830_000000000264	29049	0.6586254490105267	36	18	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9428940873449693	PS672	0	0	False	True	1.0	0					non-mobilizable	other	29049.0	99.993	100.0	0.2898770557240939	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0105_000000024437	1380	0.6586192890103856	3	2	2	2	2	False	42410	fragment	False	FIJ0105_000000024437	0.9849947732825576		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	97.685	100.0	0.00048066667317315294	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0045_000000024153	1101	0.6586192890103856	2	2	2	2	2	False	42410	fragment	False	FIJ0105_000000024437	0.48215821152192606		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	98.45700000000001	100.0	0.00038376650265673775	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0096_000000006811	3558	0.658612084932544	4	3	3	3	3	False	99548	maximal	True	ISR0096_000000006811	1.0		4	3	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
ISR0323_000000017721	1267	0.6586077453960495	2	1	1	1	1	False	38990	maximal	True	ISR0323_000000017721	1.0		3	2	False	False	0.9976322054862976	0					non-mobilizable	no_good_hit								True	False
ENG0117_000000019237	1202	0.6586071343128073	3	2	2	2	2	False	103337	fragment	False	FIJ0169_000000013717	0.32036895859095826		0	0	False	False	0.9775374531745911	0					non-mobilizable	other	1203.0	97.67200000000001	100.0	0.00036653996337649786	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
FIJ0105_000000004227	6453	0.658605540678606	8	5	3	5	3	False	42441	maximal	True	FIJ0105_000000004227	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	1.0	0.00016289093825180433	NZ_FOJI01000006.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
DEN0070_000000003155	9435	0.6586034264696721	13	11	4	8	8	False	128567	maximal	True	DEN0070_000000003155	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1614.0	93.556	22.0	0.0005667127870659628	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0109_000000010540	1803	0.6586024010381843	2	2	2	2	2	True	114350	fragment	False	CHI0109_000000010540	0.9762099628259978		0	0	False	False	0.9833610653877258	0					non-mobilizable	no_good_hit	881.0	81.612	48.0	0.3576702214930271	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
SPA0082_000000004372	3680	0.6585999011965488	6	3	2	3	3	False	8667	maximal	False	MON0106_000000009608	0.9561599602583208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	96.38799999999999	36.0	0.002274581593544096	NZ_FRCJ01000002.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	False
ISR0359_000000003831	5599	0.6585990449837819	4	4	4	4	3	True	86043	maximal	True	ISR0359_000000003831	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1353.0	77.531	24.0	0.0257916387639912	NZ_OFSM01000030.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
ISR0089_000000007781	3257	0.6585970130900229	7	4	3	3	4	False	33754	maximal	True	ISR0089_000000007781	1.0		1	1	False	False	0.9926312565803528	0					non-mobilizable	no_good_hit	54.0	87.037	2.0	5.76310299651432e-06	LN907826.1	a-proteobacteria	Bradyrhizobium sp. G22 genome assembly, chromosome: I	True	False
MON0027_000000034154	1218	0.6585896867639511	3	3	2	2	1	False	12620	maximal	True	MON0027_000000034154	1.0		1	1	False	False	0.9835796356201172	0				MOBQ	mobilizable	no_good_hit	788.0	99.23899999999999	65.0	0.19322366805794255	CP031657.1	enterobacteria	Escherichia coli strain UK_Dog_Liverpool plasmid pCARB35_04, complete sequence	True	True
SPA0104_000000011353	3172	0.6585771635934062	3	3	3	3	2	True	98869	maximal	True	SPA0104_000000011353	1.0		101	5	False	False	0.999684751033783	0					non-mobilizable	other	1724.0	99.884	100.0	0.0005528466142800088	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0166_000000003878	6471	0.6585749827682497	6	6	6	6	6	False	130064	maximal	True	ENG0166_000000003878	0.962257285507239		505	14	False	False	1.0	0					non-mobilizable	chromosome	6470.0	99.042	100.0	0.00228061316488625	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0020_000000004592	3754	0.6585746304365199	3	2	2	2	2	True	130252	maximal	True	MON0020_000000004592	1.0		28	9	False	False	1.0	0					non-mobilizable	no_good_hit	3152.0	99.365	84.0	0.000950589280830457	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
DEN0039_000000003570	4223	0.6585743392005206	5	4	4	4	3	False	73312	maximal	True	DEN0039_000000003570	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0056_000000013030	1522	0.658573730632218	2	1	1	1	1	False	45855	fragment	False	MON0056_000000013030	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1429.0	93.28200000000001	94.0	0.0005675808469903693	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
CHI0078_000000006587	2408	0.6585622897285152	3	3	3	3	2	False	84487	maximal	True	CHI0078_000000006587	1.0		269	12	False	False	0.994601309299469	0					non-mobilizable	no_good_hit	517.0	98.839	21.0	0.33528265107212474	HG796533.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01569	True	False
SPA0102_000000004254	8635	0.6585541330626032	10	9	0	3	8	False	4921	fragment	False	SPA0102_000000004254	1.0		0	0	False	False	0.9987261295318604	0					non-mobilizable	plasmid	8616.0	99.965	99.0	0.08400206714314966	LS999562.1	enterobacteria	Escherichia coli isolate EC-TO143 genome assembly, plasmid: 3	False	True
ENG0141_000000014386	1871	0.6585539433878889	4	1	1	1	1	True	57730	fragment	False	ENG0141_000000014386	1.0		0	0	False	False	0.9919828772544861	0					non-mobilizable	no_good_hit	148.0	79.054	8.0	4.622988755719321e-05	NZ_CP014170.1	firmicutes	Clostridium tyrobutyricum strain KCTC 5387 chromosome, complete genome	True	True
ISR0171_000000012483	2219	0.6585495937983399	2	2	2	2	2	False	50078	fragment	False	ISR0171_000000012483	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2219.0	98.51299999999999	100.0	0.00957239283926321	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
MON0059_000000004837	6457	0.658548818841677	8	7	2	4	6	True	111535	maximal	True	MON0059_000000004837	1.0		22	7	False	False	0.9989159107208252	0					non-mobilizable	other	6086.0	96.007	94.0	0.2230859489586389	LT622828.1	firmicutes	Streptococcus salivarius integrative and conjugative element ICE_Ssa F1-8_rpmG, strain F1-8	False	True
ISR0075_000000014846	1772	0.6585466373071684	2	1	1	1	1	False	34634	maximal	True	ISR0075_000000014846	1.0		1	1	False	False	0.9870203137397766	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.7504190065496928e-05	NZ_FNBH01000001.1	CFB group bacteria	Chryseobacterium hungaricum strain DSM 19684, whole genome shotgun sequence	True	False
ENG0042_000000017122	1468	0.6585408358008478	3	2	2	2	1	True	75893	fragment	False	ENG0042_000000017122	0.9550754458161865		0	0	False	False	0.9925068020820618	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.046153846153846156	XM_011497745.1	wasps, ants, and bees	PREDICTED: Ceratosolen solmsi marchali N-alpha-acetyltransferase 11 (LOC105360747), mRNA	True	True
MON0069_000000006730	5975	0.6585404290641494	4	3	3	3	2	False	79491	maximal	True	MON0069_000000006730	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	0.004364543281720877	NZ_AAXG02000048.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont353, whole genome shotgun sequence	True	False
USA0024_01_000000002718	8623	0.6585402963458012	9	7	6	4	3	False	55707	maximal	True	USA0024_01_000000002718	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	674.0	74.184	8.0	0.012083545964861121	NZ_FQZY01000029.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
AST0053_000000000335	37147	0.6585371017621825	51	51	20	35	50	True	114299	maximal	True	AST0053_000000000335	1.0		1	1	False	False	1.0	0					non-mobilizable	other	11100.0	97.234	92.0	0.002017658421377795	CP015229.1	enterobacteria	Escherichia coli strain 06-00048, complete genome	False	True
MON0025_000000028952	1457	0.6585287158725379	3	3	2	3	3	False	97973	fragment	False	USA0046_01_000000005616	0.2637837219010994		0	0	False	False	0.9965682625770569	0					non-mobilizable	plasmid	1446.0	99.931	100.0	0.013292245423604084	CP024150.1	enterobacteria	Escherichia coli strain 14EC033 plasmid p14EC033c, complete sequence	False	True
FIJ0028_000000018841	1603	0.6585280910120848	3	3	2	2	2	False	48924	maximal	True	FIJ0028_000000018841	1.0		1	1	False	False	0.9831565618515015	0					non-mobilizable	no_good_hit	1328.0	90.964	83.0	0.0003458763505089025	CP036524.1	firmicutes	[Clostridium] hylemonae DSM 15053 chromosome, complete genome	True	False
ENG0012_000000013496	1731	0.6585255170288729	2	2	2	2	2	False	67055	maximal	True	ENG0012_000000013496	1.0		2	1	False	False	0.9994223117828369	0					non-mobilizable	other	1733.0	88.921	100.0	0.028160957112970713	NZ_JHXW01000013.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00011.11_C, whole genome shotgun sequence	False	False
ISR0340_000000006694	3710	0.6585254746914972	5	2	2	1	2	False	63241	maximal	True	ISR0340_000000006694	1.0		1	1	False	False	0.9916442036628723	0					non-mobilizable	no_good_hit	324.0	99.074	16.0	0.01271903918094113	MK233181.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_1_c1 sequence	True	False
FIJ0056_000000014438	1476	0.6585243877722308	2	2	2	2	2	False	77613	fragment	False	FIJ0126_000000023768	0.645737955090473		0	0	False	False	1.0	0					non-mobilizable	other	1476.0	95.054	100.0	0.00044409425396229924	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0075_01_000000018665	1319	0.6585232089296567	2	2	2	1	1	False	44360	fragment	False	FIJ0081_000000027144	0.9888989232089757		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	99.92399999999999	100.0	0.00025611334589545326	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
DEN0028_000000001383	13123	0.6585227816794995	16	6	0	6	2	False	74067	fragment	False	ENG0040_000000001500	0.6055214139393074		0	0	False	False	0.9996190071105957	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.09812955291292e-05	NZ_DF977001.1	firmicutes	Tepidanaerobacter syntrophicus strain JL, whole genome shotgun sequence	True	False
MON0028_000000009424	2671	0.6585157950769562	5	4	3	3	4	False	121862	fragment	False	FIJ0014_000000008762	0.8512841403564613		0	0	False	False	1.0	0					non-mobilizable	chromosome	2671.0	98.09100000000001	100.0	0.0008983697735764844	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0001_000000007050	3628	0.6585112025254677	4	4	4	4	4	False	106202	fragment	False	MAD0001_000000007050	0.9807161973596076		0	0	False	False	1.0	0					non-mobilizable	other	3628.0	96.83	100.0	0.00797956597497228	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AUS0012_000000012635	1365	0.658509779023094	1	1	1	1	1	False	101064	maximal	True	AUS0012_000000012635	1.0		12	7	False	False	0.9992673993110657	0					non-mobilizable	other	1370.0	82.993	100.0	0.002154276246345567	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
DEN0061_000000024138	1784	0.6585063492839347	2	2	2	2	1	False	71856	maximal	True	DEN0061_000000024138	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0029_000000024488	1320	0.6585062685642661	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.057223639815114344	PS730	0	0	False	True	0.9803030490875244	0					non-mobilizable	chromosome	1325.0	84.15100000000001	100.0	0.0004251378636032674	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
CHI0142_000000008134	2291	0.6585036558199632	2	2	2	2	2	False	79987	fragment	False	ISR0354_000000008197	0.9646381947826819		0	0	False	False	0.9882147312164307	0					non-mobilizable	chromosome	2209.0	95.745	96.0	0.000985328512006683	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0111_000000002410	10348	0.6584973064961971	10	5	4	4	1	False	84617	maximal	True	FIJ0111_000000002410	1.0	PS419	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	154.0	92.208	3.0	4.0547076088989096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0129_000000014919	1799	0.6584921914210067	3	3	3	2	2	False	117975	fragment	False	ENG0129_000000014919	1.0		0	0	False	False	0.9838799238204956	0					non-mobilizable	chromosome	1309.0	100.0	100.0	0.00036402052318766203	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ISR0070_000000013593	1553	0.6584901462731884	2	2	2	2	1	False	34894	fragment	False	ISR0070_000000013593	1.0		0	0	False	False	0.9884095191955566	0					non-mobilizable	other	875.0	96.8	99.0	0.045628172256815445	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0059_000000005283	6082	0.6584892032847868	9	7	3	7	6	False	122695	fragment	False	ISR0327_000000002508	0.31915807560137455		0	0	False	False	0.9998355507850647	0					non-mobilizable	chromosome	6079.0	99.934	99.0	0.0011006024521813768	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
AST0085_000000003060	5005	0.6584891617754787	6	5	3	5	2	True	111133	fragment	False	AST0085_000000003060	1.0		0	0	False	False	0.9998002052307129	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	5.178322437567555e-06	CP060529.1	g-proteobacteria	Pseudomonas putida strain GIMC5401:PPKH-115 chromosome	True	True
ISR0192_000000015215	1118	0.6584879259264094	3	3	3	2	2	False	29112	fragment	False	ISR0192_000000015215	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1118.0	100.0	100.0	0.00021938335404741665	CP052181.1	enterobacteria	Klebsiella pneumoniae strain F16KP0037 chromosome, complete genome	False	False
FIJ0068_000000003655	7645	0.6584869757534295	11	11	4	8	11	False	67928	fragment	False	FIJ0068_000000003655	0.9789088570751684		0	0	False	False	1.0	0					non-mobilizable	chromosome	7645.0	98.587	100.0	0.0016208864493129469	LR782232.1	enterobacteria	Escherichia coli isolate SC467 genome assembly, chromosome: omosome1	False	False
ISR0175_000000003464	7586	0.6584794895294971	9	6	3	5	2	True	106694	fragment	False	ISR0175_000000003464	0.9995431921209007		0	0	False	False	1.0	0					non-mobilizable	other	7504.0	99.98700000000001	100.0	0.4509285413786886	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
ENG0007_000000003346	7495	0.6584794895294971	9	6	3	5	2	True	106694	fragment	False	ISR0175_000000003464	0.9975473629302654		0	0	False	False	1.0	0					non-mobilizable	other	7493.0	99.84	99.0	0.45026744395696855	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
SPA0141_000000004616	4957	0.6584791221581748	8	6	2	3	4	True	125618	fragment	False	ISR0056_000000002323	0.24813436278904188		0	0	False	False	0.9991930723190308	0					non-mobilizable	no_good_hit	1580.0	98.79700000000001	60.0	0.19094321346409976	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0062_000000011541	2854	0.6584771902175477	5	3	3	2	3	False	131344	fragment	False	SPA0062_000000011541	1.0		0	0	False	False	0.9957953691482544	0					non-mobilizable	other	1848.0	97.727	96.0	0.028813903059234647	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
SPA0114_000000013749	3282	0.6584678887682592	4	4	4	2	2	False	4459	fragment	False	SPA0114_000000013749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	72.82300000000001	37.0	0.0003383563877072048	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0128_000000012523	2062	0.6584642633485888	2	2	1	1	2	False	41017	fragment	False	FIJ0128_000000012523	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	99.795	94.0	0.005581961029536204	NZ_PYLP01000001.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_0, whole genome shotgun sequence	False	False
MON0005_000000021857	2447	0.658463865757824	3	2	2	2	2	False	82017	fragment	False	FIJ0142_000000011971	0.5090719066236516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1300.0	92.615	53.0	0.05557699729834041	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0025_000000000209	52031	0.6584599607736811	63	16	6	10	8	False	78349	maximal	True	ENG0025_000000000209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	75.693	2.0	0.01608085437211015	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
DEN0083_000000026843	1171	0.6584580471608361	2	2	2	2	2	False	69065	maximal	True	DEN0083_000000026843	1.0		34	7	False	False	0.9735268950462341	0					non-mobilizable	other	1171.0	99.573	100.0	0.00036919301979063915	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
AST0019_000000017871	1675	0.6584515419288522	3	3	3	2	2	False	122197	fragment	False	ISR0053_000000009689	0.9437769978741336		0	0	False	False	0.9994029998779297	0					non-mobilizable	no_good_hit	1354.0	99.335	81.0	0.02652369096861461	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	True	False
MAD0045_000000005588	5738	0.6584491931214937	9	9	7	9	9	False	97795	maximal	True	MAD0045_000000005588	1.0		116	11	False	False	1.0	0					non-mobilizable	chromosome	5738.0	99.913	100.0	0.001228688297605996	CP046009.1	enterobacteria	Escherichia coli strain 1919D62 chromosome, complete genome	False	False
MON0051_000000024050	1500	0.6584469361657147	3	3	3	3	2	False	97678	maximal	True	MON0051_000000024050	1.0		2	1	False	False	0.9786666631698608	0					non-mobilizable	no_good_hit	1185.0	99.831	84.0	0.0002157224497470545	AP019706.1	enterobacteria	Escherichia coli O145:H28 112648 DNA, complete genome	True	False
MAD0098_000000002175	14367	0.6584439702163029	9	4	2	3	4	False	80953	maximal	True	MAD0098_000000002175	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	92.18799999999999	1.0	0.0002634676948876812	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0853_000000007712	2266	0.6584434602983839	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.15009128615204037	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	96.56700000000001	71.0	0.015434394166223983	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0185_000000005139	5785	0.6584379671388215	6	6	2	5	6	True	29407	fragment	False	ISR0185_000000005139	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5805.0	94.59100000000001	100.0	0.06695990487075584	MN175388.1	enterobacteria	Cronobacter sp. strain CR-13-12 plasmid pCR-13-12-NDM-1, complete sequence	False	True
MAD0049_000000016913	1122	0.6584369389515345	2	2	2	2	2	False	17437	fragment	False	MAD0049_000000016913	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1059.0	99.62200000000001	100.0	0.008204476014702918	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ISR0216_000000009678	1836	0.6584317047090277	2	2	2	2	2	False	75872	fragment	False	ISR0216_000000009678	1.0		0	0	False	False	0.9994553327560425	0					non-mobilizable	other	1838.0	98.85700000000001	100.0	0.01262610633162097	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0055_000000009491	1480	0.6584306831511267	1	1	1	1	0	False	122809	maximal	True	FIJ0055_000000009491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1306.0	99.005	88.0	0.014183240952070427	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0326_000000007305	2539	0.6584298752215523	4	4	3	4	3	False	101202	fragment	False	ISR0159_000000009035	0.3158391405342625		0	0	False	False	0.9988184571266174	0					non-mobilizable	chromosome	2539.0	99.37	100.0	0.0008624096432213344	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0298_000000005961	2429	0.6584254568739881	5	3	2	3	3	False	25640	maximal	True	ISR0298_000000005961	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.5923296964865503e-05	CP035139.1	firmicutes	Leuconostoc mesenteroides strain SRCM103356 chromosome, complete genome	True	False
FIJ0043_000000001490	15308	0.6584217962025413	19	13	10	10	10	False	47259	maximal	True	FIJ0043_000000001490	0.9995375640295959		8	1	True	True	0.9995427131652832	4					non-mobilizable	no_good_hit	1445.0	73.01	9.0	0.2063281824871229	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
MON0056_000000014544	1369	0.6584151983368216	2	2	2	1	1	False	37729	maximal	False	ISR0019_000000011803	0.6265734265734265		0	0	False	False	0.9817385077476501	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.004875800939846e-05	CP043441.1	b-proteobacteria	Cupriavidus campinensis strain MJ1 plasmid unnamed1, complete sequence	True	False
SPA0089_000000004512	7712	0.6584122790630507	8	4	3	4	2	True	5437	maximal	True	SPA0089_000000004512	1.0		1	1	False	False	0.9966286420822144	0					non-mobilizable	no_good_hit	3974.0	97.76	79.0	0.009207650716472494	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0032_000000018157	1602	0.6584101331870756	3	1	1	1	1	False	7238	fragment	False	SPA0032_000000018157	0.9906451612903227		0	0	False	False	0.995006263256073	0					non-mobilizable	no_good_hit	490.0	77.347	30.0	0.004933544047329605	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	True	False
MON0016_000000014562	2270	0.6584098155276149	2	2	2	1	0	True	51664	fragment	False	MON0016_000000014562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	95.115	85.0	0.023671464629238012	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0024_000000011715	1778	0.6584098155276149	2	2	2	1	0	True	49218	fragment	False	FIJ0024_000000011715	1.0		0	0	False	False	0.9926884174346924	0					non-mobilizable	no_good_hit	982.0	82.89200000000001	85.0	0.03329012893103213	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0118_000000001144	8969	0.6584049696221073	12	6	3	6	3	False	67551	maximal	True	ISR0118_000000001144	0.999888005375742		4	2	False	True	1.0	0					non-mobilizable	no_good_hit	630.0	94.921	8.0	0.0002024159047330189	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0007_000000002715	8929	0.6584049696221073	11	6	3	6	3	False	67551	maximal	False	ISR0118_000000001144	0.9976586018508194		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	610.0	94.75399999999999	8.0	0.0001959695383402476	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0109_000000005868	4665	0.6584026549542223	7	6	1	6	5	False	80583	fragment	False	FIJ0109_000000005868	1.0		0	0	False	False	0.9997856616973877	0					non-mobilizable	no_good_hit	608.0	92.59899999999999	18.0	0.00016988758032226024	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0043_000000012565	2705	0.6583996075748785	4	3	2	3	2	False	64617	maximal	True	ENG0043_000000012565	1.0		73	13	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	73.048	15.0	0.00016146012406202526	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0396_000000005872	3772	0.6583884208846355	6	5	3	5	4	True	126785	maximal	True	ISR0396_000000005872	1.0		4	2	False	False	0.9952279925346375	0					non-mobilizable	no_good_hit	682.0	98.68	18.0	0.002627193185500671	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
USA0084_01_000000022130	1454	0.6583881256976718	2	2	2	2	1	False	103245	fragment	False	ENG0086_000000013755	0.3641123435724225		0	0	False	False	0.9986245036125183	0					non-mobilizable	other	1456.0	97.94	100.0	0.002685012096394702	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
CHI0067_000000007693	1518	0.6583874072029666	2	2	2	1	1	False	89628	maximal	True	CHI0067_000000007693	1.0		0	0	False	False	0.9808959364891052	0					non-mobilizable	no_good_hit	1039.0	97.69	88.0	0.0004229189474614881	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
USA0069_01_000000000085	94994	0.658384273989729	90	12	4	10	5	True	127415	maximal	False	SPA0046_000000000019	0.912563347225178		0	0	True	True	1.0	10					non-mobilizable	virus	35939.0	97.181	99.0	0.3697522278885283	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
CHI0145_000000008429	2230	0.6583842077060408	2	2	2	2	2	False	79763	maximal	True	CHI0145_000000008429	1.0		26	8	False	False	0.9672645926475525	0					non-mobilizable	other	2205.0	99.59200000000001	100.0	0.00041754341627430407	CP013711.1	enterobacteria	Klebsiella pneumoniae strain J1, complete genome	False	False
ISR0256_000000010280	1731	0.6583823029742812	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.8628767099838683		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	98.036	100.0	0.039892021595680865	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
CAN0021_000000018090	2396	0.6583734349817225	4	3	3	1	2	False	115183	maximal	True	CAN0021_000000018090	1.0	PS748	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1500.0	96.6	67.0	0.0005916829781587506	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
USA0003_01_000000026579	1414	0.6583719876309229	3	2	1	2	1	False	113626	fragment	False	ISR0331_000000014703	0.5075649719876804		0	0	False	False	0.99858558177948	0					non-mobilizable	other	1414.0	94.625	100.0	0.0004392708104546453	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0120_01_000000001259	7917	0.6583712216114465	7	7	5	6	4	True	33968	fragment	False	USA0120_01_000000001259	1.0		0	0	False	False	0.9934318661689758	0					non-mobilizable	no_good_hit	73.0	91.781	1.0	0.00019876050739140637	NZ_KB905475.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.4, whole genome shotgun sequence	True	True
CAN0002_000000009831	1937	0.65836493700773	3	1	1	1	1	False	96925	fragment	False	CAN0002_000000009831	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1823.0	99.287	94.0	0.0004467141380121123	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0158_000000010410	1791	0.65836493700773	2	1	1	1	1	False	87688	fragment	False	CHI0158_000000010410	0.9936280255117782		0	0	False	False	0.9804578423500061	0					non-mobilizable	other	1797.0	99.277	100.0	0.0004403395125520053	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0852_000000006588	1758	0.65836493700773	2	1	1	1	1	False	87688	fragment	False	CHI0158_000000010410	0.9887378866531558		0	0	False	False	0.9971558451652527	0					non-mobilizable	other	1757.0	99.374	99.0	0.000430532396459533	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0030_000000019132	1588	0.65836493700773	2	1	1	1	1	False	87688	fragment	False	CHI0158_000000010410	0.633674630261661		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	99.37	100.0	0.00038909733096883765	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0064_000000020178	1282	0.65836493700773	2	1	1	1	1	False	45448	fragment	False	FIJ0064_000000020178	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	99.485	100.0	0.0002851419003886315	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0042_01_000000013861	1258	0.65836493700773	2	1	1	1	1	False	1260	fragment	False	USA0042_01_000000013861	1.0		0	0	False	False	0.9992051124572754	0					non-mobilizable	other	1199.0	99.333	100.0	0.00029372312696954476	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0007_000000009731	2772	0.6583577589021109	6	3	2	3	1	True	76317	fragment	False	DEN0007_000000009731	0.9798047796951908		0	0	False	False	0.9945887327194214	0					non-mobilizable	other	2753.0	98.329	99.0	0.0007369640775536863	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0119_000000011923	2750	0.6583577589021109	7	3	2	3	1	True	76317	fragment	False	DEN0007_000000009731	0.9612643064697859		0	0	False	False	1.0	0					non-mobilizable	other	2750.0	99.2	100.0	0.0007361607010156554	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0011_000000004753	2870	0.6583567633517177	4	4	3	2	4	False	64174	maximal	True	MAD0011_000000004753	1.0		1025	14	False	False	1.0	0					non-mobilizable	other	2870.0	97.456	100.0	0.0009210899746628021	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0037_01_000000026674	1259	0.6583524309237281	2	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.4156023833168737		0	0	False	False	0.9698173403739929	0					non-mobilizable	no_good_hit								True	False
ISR0246_000000000571	15509	0.6583499320982048	16	13	9	8	10	False	126402	maximal	True	ISR0246_000000000571	1.0	PS958	4	4	False	True	0.9995486736297607	0					non-mobilizable	no_good_hit	4401.0	89.84299999999999	40.0	0.0013007648509170066	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0838_000000002660	6910	0.6583490714685022	10	9	3	5	7	True	113916	maximal	True	ISR0838_000000002660	1.0		154	9	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit	5839.0	94.811	85.0	0.05685399416681348	NZ_PUEC01000007.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq7, whole genome shotgun sequence	True	True
ISR0302_000000012922	1299	0.6583481398840153	2	2	2	1	1	False	81962	fragment	False	ISR0302_000000012922	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	99.07600000000001	100.0	0.00026209922091107547	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0178_000000009772	2270	0.6583335405616237	2	2	2	2	2	False	122123	fragment	False	ENG0178_000000009772	1.0		0	0	False	False	0.991629958152771	0					non-mobilizable	no_good_hit	1024.0	79.102	61.0	0.01840390286525649	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
ENG0159_000000010910	2100	0.6583331805476313	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.17120949062028304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	78.40899999999999	77.0	0.00025623373596043205	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0107_000000000831	23201	0.6583289284574438	26	20	15	16	12	True	52383	fragment	False	FIJ0107_000000000831	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1417.0	88.00299999999999	6.0	0.01376263118879482	NZ_FQUG01000008.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	True
SPA0089_000000004147	8267	0.6583260141841316	10	7	5	6	4	False	122858	fragment	False	ISR0076_000000002357	0.87674338503491		0	0	False	False	0.9998790621757507	0					non-mobilizable	no_good_hit	1941.0	93.715	23.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0096_000000005139	3329	0.6583230870723598	4	3	1	2	3	False	16028	fragment	False	MAD0096_000000005139	1.0		0	0	False	False	0.9990988373756409	0					non-mobilizable	no_good_hit	1342.0	85.84200000000001	40.0	0.018845601284543226	NZ_SMUS01000021.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00021, whole genome shotgun sequence	True	False
SPA0043_000000003991	4408	0.658313423653155	3	3	3	3	3	False	65991	maximal	True	SPA0043_000000003991	1.0	PS11|PS300	11	3	False	True	1.0	0					non-mobilizable	other	1498.0	99.93299999999999	97.0	0.05936942296252231	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	False	True
MAD0097_000000008014	4755	0.6583129523481659	8	1	1	1	1	False	15438	maximal	True	MAD0097_000000008014	1.0		1	1	False	False	0.9835962057113647	0					non-mobilizable	no_good_hit	105.0	92.381	2.0	0.000514441460024436	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
CHI0084_000000000572	4822	0.6583118228078401	8	4	2	4	3	False	94955	fragment	False	CHI0084_000000000572	0.9988199957090753		0	0	False	False	0.9968892335891724	0					non-mobilizable	no_good_hit	2555.0	95.734	57.0	0.0008902267463990084	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0118_000000001783	4661	0.6583118228078401	8	4	2	4	3	False	94955	fragment	False	CHI0084_000000000572	0.9821650767316467		0	0	False	False	0.995065450668335	0					non-mobilizable	no_good_hit	2532.0	95.57700000000001	54.0	0.000882209825816715	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0119_000000004783	2334	0.6583118228078401	5	4	2	4	3	False	94951	fragment	False	ENG0129_000000011358	0.9387758571013481		0	0	False	False	0.9910025596618652	0					non-mobilizable	chromosome	2334.0	95.416	100.0	0.0008131945964561029	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0024_000000027080	1337	0.658309713045817	2	2	2	2	2	False	120741	fragment	False	AST0024_000000027080	0.9851643945469126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	75.29	19.0	7.759238763690551e-05	LS483461.1	firmicutes	Clostridium perfringens strain NCTC2837 genome assembly, chromosome: 1	True	False
SPA0105_000000012100	2107	0.6583066829334516	5	3	1	2	3	True	82480	fragment	False	SPA0105_000000012100	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2107.0	98.529	100.0	0.0009501916400280636	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	True
CHI0029_000000003689	3232	0.65830373337009	4	4	3	3	3	False	88615	maximal	True	CHI0029_000000003689	1.0		1	1	False	False	0.9978341460227966	0					non-mobilizable	no_good_hit	890.0	75.955	27.0	0.0003218158486782983	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
MAD0066_000000021679	1491	0.6583020474645239	1	1	1	1	1	False	16557	maximal	True	MAD0066_000000021679	1.0		5	3	False	False	0.9959758520126343	0					non-mobilizable	no_good_hit	109.0	75.229	7.0	0.00036957317720007253	NZ_FODY01000002.1	firmicutes	Propionispora vibrioides strain DSM 13305, whole genome shotgun sequence	True	False
ENG0147_000000005593	2557	0.6582951257445376	4	3	2	3	2	False	57364	maximal	True	ENG0147_000000005593	1.0		1	1	False	False	0.9867031574249268	0					non-mobilizable	no_good_hit	1340.0	99.77600000000001	52.0	0.02641286122891804	NZ_JAAISM010000028.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_28_length_50695_cov_183.39, whole genome shotgun sequence	True	False
ENG0092_000000010166	2190	0.6582902928199185	2	2	2	2	2	False	68146	fragment	False	ENG0092_000000010166	1.0		0	0	False	False	0.9990867376327515	0					non-mobilizable	other	2160.0	100.0	100.0	0.0006538206108846747	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0190_000000017048	1766	0.6582723864826381	2	2	2	1	1	False	89507	maximal	True	ENG0190_000000017048	1.0		122	12	False	False	0.9915062189102173	0					non-mobilizable	chromosome	1766.0	98.52799999999999	100.0	0.00030505926532395654	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
FIJ0140_000000010421	2829	0.6582701700430937	2	2	1	2	0	True	48846	maximal	True	FIJ0140_000000010421	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000026090	1399	0.6582695392979452	2	2	2	1	1	False	51877	fragment	False	FIJ0005_000000026090	1.0		0	0	False	False	0.9992852210998535	0					non-mobilizable	other	970.0	98.969	94.0	0.09188317845628674	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0005_01_000000008247	4374	0.6582667805087539	6	4	1	4	2	False	111216	maximal	True	USA0005_01_000000008247	1.0		1	1	False	False	0.999542772769928	0					non-mobilizable	no_good_hit	3133.0	96.68	88.0	0.0004408011034283401	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
DEN0089_000000013891	1396	0.658264406236297	2	2	1	1	2	True	76579	fragment	False	DEN0089_000000013891	1.0		0	0	False	False	0.9548710584640503	0					non-mobilizable	other	1396.0	100.0	100.0	0.014527920684843057	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
USA0046_01_000000010041	1154	0.6582641480291582	2	2	2	2	2	False	94358	fragment	False	CAN0011_000000025418	0.9617003367003367		0	0	False	False	0.9974003434181213	0					non-mobilizable	other	1154.0	100.0	100.0	0.004991233955974979	NZ_JAAIPW010000004.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_4_length_231005_cov_215.803, whole genome shotgun sequence	False	False
CAN0007_000000012044	3488	0.6582636798482578	4	2	1	2	1	False	95393	maximal	False	CAN0011_000000008217	0.5281654500690555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	74.596	12.0	0.0016896738610641757	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
FIJ0125_000000002827	6838	0.6582597659704537	6	5	1	4	4	False	107907	fragment	False	FIJ0125_000000002827	1.0		0	0	False	False	0.9998537302017212	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	14.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
SPA0112_000000025411	1307	0.6582595655364939	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.31536725455146053		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	89.76100000000001	93.0	0.0003764289523017853	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0086_000000023236	1245	0.6582595655364939	1	1	1	1	1	False	33883	maximal	True	ISR0086_000000023236	1.0		164	12	False	False	0.9887550473213196	0					non-mobilizable	other	1238.0	73.344	98.0	0.015886517397961188	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
MAD0066_000000028101	1229	0.6582595655364939	1	1	1	1	1	False	16546	fragment	False	MON0007_000000053017	0.9621882542236524		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	74.355	99.0	0.006650949517670978	NZ_OKQO01000008.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
MAD0065_000000001647	6657	0.6582580788714801	8	3	2	2	3	True	18062	fragment	False	MAD0065_000000001647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	75.135	14.0	0.011590364484802624	NZ_CVRN01000002.1	firmicutes	Enterococcus massiliensis strain AM1, whole genome shotgun sequence	True	True
ENG0095_000000003586	7038	0.6582543426393963	10	5	3	4	3	True	60999	fragment	False	ENG0095_000000003586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1605.0	75.888	22.0	0.1510550940513702	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0024_000000005660	3740	0.6582507887680838	7	6	4	3	5	True	37472	maximal	True	ISR0024_000000005660	1.0		1	1	False	False	0.996791422367096	0					non-mobilizable	no_good_hit	2494.0	97.875	67.0	0.0008464390942727912	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0125_000000002450	6045	0.6582488353733771	7	5	4	5	2	True	108888	fragment	False	ISR0125_000000002450	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4587.0	99.913	99.0	0.0012399893035375386	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
CHI0034_000000001941	6413	0.6582463943945656	9	5	4	5	4	False	105620	fragment	False	CHI0122_000000002056	0.9557952301382349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	94.66799999999999	20.0	0.0004290926208419743	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0173_000000007951	2125	0.6582404203492562	3	2	2	2	2	False	89982	fragment	False	CHI0180_000000005807	0.3981757278993919		0	0	False	False	0.9995294213294983	0					non-mobilizable	other	2125.0	97.459	99.0	0.00041057776867533597	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0020_000000011490	2664	0.6582384190640109	4	2	1	2	1	False	126638	maximal	True	SPA0020_000000011490	1.0		9	3	False	False	0.9894894957542419	0					non-mobilizable	no_good_hit	1557.0	96.66	58.0	0.0004901322663684477	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0025_000000005126	4245	0.6582377132922465	5	4	4	4	2	False	118678	fragment	False	ENG0025_000000005126	0.9677036333412491		0	0	False	False	1.0	0					non-mobilizable	other	2306.0	95.447	93.0	0.0004284288405193183	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
MON0039_000000038970	1277	0.6582367482053993	2	2	2	2	2	False	11902	maximal	True	MON0039_000000038970	1.0		0	0	False	False	0.9248238205909729	0					non-mobilizable	no_good_hit	790.0	75.19	61.0	0.00021920493806898436	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0114_000000034853	1188	0.6582357860430073	3	3	3	2	2	False	47440	fragment	False	FIJ0040_000000020272	0.9466612377850163		0	0	False	False	1.0	0					non-mobilizable	chromosome	1188.0	99.74700000000001	100.0	0.00022748196817322207	NZ_CP023478.1	enterobacteria	Klebsiella quasipneumoniae strain KPC142 chromosome, complete genome	False	False
ISR0826_000000000553	20273	0.6582302384216505	21	5	4	5	3	True	62425	fragment	False	ISR0826_000000000553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	90.152	1.0	0.003735632183908046	NZ_FOIN01000010.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	True
MON0081_000000029420	1842	0.6582290905396619	5	1	1	1	1	False	9978	fragment	False	MON0081_000000029420	1.0		0	0	False	False	0.9989142417907715	0					non-mobilizable	other	1842.0	99.729	100.0	0.012600785752419543	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0007_000000008082	2306	0.6582271517848516	3	3	3	3	3	False	127090	fragment	False	AST0007_000000008082	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2306.0	97.788	100.0	0.008304211550239578	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
SPA0031_000000012949	2407	0.6582221829648498	2	2	2	2	2	False	56303	fragment	False	SPA0031_000000012949	1.0		0	0	False	False	0.9970918297767639	0					non-mobilizable	no_good_hit	1191.0	86.146	49.0	0.0926200702850449	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
USA0047_01_000000008645	3998	0.6582215615699326	5	3	3	3	3	False	94608	maximal	True	USA0047_01_000000008645	1.0		1	1	False	False	0.9994997382164001	0					non-mobilizable	no_good_hit	2576.0	98.874	66.0	0.008153758397769046	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0293_000000026583	1315	0.6582213015069474	3	1	1	1	1	True	25809	maximal	True	ISR0293_000000026583	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	0.0006889674553530958	NZ_AKXQ01000032.1	g-proteobacteria	Moritella dasanensis ArB 0140 111.MD140.1_32, whole genome shotgun sequence	True	True
AST0099_000000003355	5909	0.6582171658411077	1	1	1	1	1	False	108918	maximal	True	AST0099_000000003355	1.0		61	5	False	False	1.0	0					non-mobilizable	other	5930.0	94.637	100.0	0.002676927392246547	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	False	False
CHI0180_000000002634	5913	0.6582124393777591	9	7	5	7	6	True	77494	maximal	True	CHI0180_000000002634	1.0		7	5	False	False	0.9993235468864441	0					non-mobilizable	no_good_hit	2676.0	76.532	66.0	0.0008377841602941427	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ISR0003_000000009530	2752	0.6582104496532983	4	3	2	2	2	True	130607	fragment	False	ISR0003_000000009530	1.0		0	0	False	False	0.9989098906517029	0		MOBV			mobilizable	no_good_hit	986.0	91.785	87.0	0.19021310181531176	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0188_000000007952	2712	0.6582104496532983	4	3	2	2	2	True	129344	fragment	False	ISR0188_000000007952	1.0		0	0	False	False	0.9937315583229065	0		MOBV			mobilizable	no_good_hit	444.0	91.89200000000001	74.0	0.07470777570726748	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
ISR0368_000000006065	2109	0.6582104496532983	3	3	2	2	2	True	115629	fragment	False	CHI0130_000000007903	0.7135628187419356		0	0	False	False	0.9985775351524353	0		MOBV			mobilizable	no_good_hit	1024.0	93.555	79.0	0.19632991318074192	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0130_000000007903	2059	0.6582104496532983	3	3	2	2	2	True	115629	fragment	False	CHI0130_000000007903	0.7222517832070734		0	0	False	False	0.9941719174385071	0					non-mobilizable	no_good_hit	1246.0	95.82700000000001	83.0	0.24427782162588793	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0214_000000026274	1208	0.6582076985798174	2	2	1	2	2	False	28191	maximal	True	ISR0214_000000026274	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	555.0	96.21600000000001	46.0	0.010844246090003328	MK233838.1	viruses	Uncultured human fecal virus clone RuminococcusB.sp_B10.V01.N10_1-proph_c1 sequence	True	False
FIJ0081_000000013796	2531	0.6582052459431619	4	2	1	2	1	False	125512	fragment	False	FIJ0081_000000013796	0.9659971310304476		0	0	False	False	1.0	0					non-mobilizable	other	2376.0	81.902	93.0	0.0010350614460873713	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0046_000000002725	6849	0.6581958672631042	8	8	4	6	7	False	115584	maximal	True	ENG0046_000000002725	1.0		0	0	False	False	0.9988319277763367	0					non-mobilizable	no_good_hit	3116.0	95.315	82.0	0.0009783733471431908	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0006_000000016701	1907	0.6581945601973607	2	2	2	2	2	False	118982	fragment	False	SPA0006_000000016701	1.0		0	0	False	False	0.9931830167770386	0					non-mobilizable	chromosome	1907.0	99.948	100.0	0.0008353552495021177	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
ENG0055_000000012108	1590	0.6581944822053986	4	4	3	2	0	False	63637	fragment	False	ENG0055_000000012108	1.0		0	0	False	False	0.9993710517883301	0					non-mobilizable	no_good_hit	122.0	77.04899999999999	8.0	0.0008764940239043825	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	True	False
ENG0122_000000019327	1521	0.6581944822053986	4	4	3	2	0	False	59013	fragment	False	ENG0122_000000019327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0006_000000004435	5926	0.6581838107092276	5	5	4	5	3	False	130349	backbone	False	ISR0335_000000002496	0.9753725354329202	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	5929.0	98.954	100.0	0.0011475466034654165	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0039_01_000000005508	4183	0.6581745852050549	4	4	4	4	4	False	73266	maximal	True	USA0039_01_000000005508	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	91.70200000000001	37.0	0.0003190711800570658	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0024_000000001037	9144	0.6581739173250223	13	5	4	5	5	False	89042	maximal	True	CHI0024_000000001037	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1730.0	79.306	39.0	0.0005307337129147485	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0061_000000006642	5308	0.6581689683984094	4	4	3	4	2	False	95336	fragment	False	DEN0061_000000006642	0.9839234449760766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0011_000000008509	5225	0.6581689683984094	5	4	3	4	2	False	95336	fragment	False	DEN0061_000000006642	0.9591423976429881		0	0	False	False	0.9988516569137573	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00019851324031072546	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
CHI0158_000000002787	5079	0.6581689683984094	4	4	3	4	2	False	95336	fragment	False	DEN0061_000000006642	0.9570386488932477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0161_000000004341	4881	0.6581623135092579	4	3	3	2	3	False	56434	maximal	True	ENG0161_000000004341	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	74.51	7.0	7.334352994260333e-05	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
SPA0020_000000020771	1623	0.658156044823973	1	1	1	1	1	False	7717	fragment	False	SPA0020_000000020771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	81.235	78.0	0.004593891972835487	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
USA0044_01_000000022575	1179	0.6581501356805433	1	1	1	1	1	False	14573	fragment	False	MAD0109_000000011725	0.9435351882160392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	81.564	15.0	0.0010957017186864102	NZ_AZQP01000001.1	firmicutes	Fervidicella metallireducens AeB contig00001, whole genome shotgun sequence	True	False
MAD0045_000000020014	2033	0.6581473971048676	3	1	1	1	1	False	20130	maximal	True	MAD0045_000000020014	1.0		9	2	False	False	0.9975405931472778	0					non-mobilizable	no_good_hit	462.0	75.108	22.0	0.0012199472263900726	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
ISR0197_000000022868	1099	0.6581461345418524	2	1	1	1	1	False	89945	fragment	False	CHI0013_000000007185	0.21315192743764172		0	0	False	False	0.9990900754928589	0					non-mobilizable	other	1099.0	99.545	100.0	0.007885211995863495	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0116_000000032332	1273	0.6581444619829578	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.8585966427221584		0	0	False	False	0.9764336347579956	0					non-mobilizable	no_good_hit	393.0	71.756	30.0	0.0016067881527840452	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ISR0066_000000009513	3381	0.6581294290638183	4	4	4	4	3	False	69598	fragment	False	ISR0066_000000009513	0.997836746466686		0	0	False	False	1.0	0					non-mobilizable	chromosome	2299.0	99.348	100.0	0.0005109775606073689	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0062_000000007220	4388	0.6581261355486919	3	2	2	2	0	True	35364	maximal	True	ISR0062_000000007220	1.0		5	4	False	False	0.9997721314430237	0					non-mobilizable	no_good_hit								True	True
MON0083_000000005763	4928	0.6581218001699013	5	5	5	5	5	False	85661	maximal	True	MON0083_000000005763	1.0		8	5	False	False	0.9985795617103577	0					non-mobilizable	other	4268.0	98.805	99.0	0.0012766030030993383	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0085_000000000696	29093	0.6581184731466435	25	9	4	8	6	False	61489	maximal	True	ENG0085_000000000696	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	94.757	1.0	0.001164113785557987	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0013_000000000513	29093	0.6581184731466435	25	9	4	8	6	False	61489	maximal	False	ENG0085_000000000696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	267.0	94.757	1.0	0.001164113785557987	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0169_000000000634	18001	0.6581164191457582	16	7	4	6	5	True	78061	fragment	False	CHI0169_000000000634	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	85.531	3.0	0.00019815343020100463	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	True
SPA0002_000000004467	6012	0.6581159734838208	7	6	4	4	5	True	132385	maximal	False	ISR0095_000000003786	0.9998361461576274	PS1159|PS463	0	0	True	True	1.0	95		MOBV			mobilizable	no_good_hit	4746.0	99.916	79.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0389_000000011147	1976	0.6581146920338315	2	2	2	2	2	False	73433	maximal	True	ISR0389_000000011147	0.9959785522788204		170	10	False	False	0.9939271211624146	0					non-mobilizable	no_good_hit	557.0	73.968	28.0	0.009804095381615105	NZ_WNAJ01000025.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold25_size56405, whole genome shotgun sequence	True	False
MAD0025_000000010945	1254	0.6581127588182151	2	2	2	2	1	False	19122	maximal	True	MAD0025_000000010945	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	666.0	99.7	53.0	0.00015514575301915967	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0047_000000024973	1554	0.6581117367020252	4	3	3	2	2	False	125783	fragment	False	ENG0079_000000019526	0.9238094151559748		0	0	False	False	0.9903475046157837	0					non-mobilizable	no_good_hit	1136.0	73.944	72.0	0.0003879492438301082	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ETH0004_000000001414	17034	0.6581095419561753	19	17	8	13	13	False	52970	maximal	True	ETH0004_000000001414	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	8030.0	94.446	49.0	0.00196338464171295	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0168_000000014201	1764	0.6581042073360744	3	2	1	1	2	False	30124	maximal	True	ISR0168_000000014201	1.0		51	10	False	False	0.9994331002235413	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	4.0	0.001096059324210923	NC_047916.1	viruses	Faecalibacterium phage FP_oengus, complete genome	True	False
ENG0168_000000008257	3558	0.6581029689925664	4	4	2	2	4	False	55997	maximal	True	ENG0168_000000008257	1.0		4	2	False	False	0.9867903590202332	0					non-mobilizable	plasmid	2183.0	99.954	100.0	0.01951158444438483	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
MAD0106_000000012706	1729	0.6580969974045691	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.22594287149888845	PS721	0	0	False	True	0.9953730702400208	0					non-mobilizable	other	1662.0	73.947	95.0	0.20048750761730652	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0075_000000015919	1404	0.6580912354589151	1	1	1	1	1	False	5767	fragment	False	SPA0075_000000015919	1.0		0	0	False	False	0.9985755085945129	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000027924	1243	0.6580858911528299	2	2	2	2	2	False	7502	fragment	False	SPA0026_000000027924	1.0		0	0	False	False	0.9919549226760864	0					non-mobilizable	other	1159.0	81.536	93.0	0.015762493489404863	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
SPA0076_000000001199	7699	0.6580837859238551	4	3	2	2	2	True	5755	maximal	True	SPA0076_000000001199	1.0		2	1	False	False	1.0	0					non-mobilizable	other	7069.0	99.71700000000001	92.0	0.003164341612793467	CP003861.1	firmicutes	Streptococcus anginosus C238, complete genome	False	True
MON0088_000000011415	2721	0.6580814748258491	3	1	1	1	1	False	116304	fragment	False	SPA0112_000000010497	0.4182242062032434		0	0	False	False	0.9992649555206299	0					non-mobilizable	no_good_hit	52.0	100.0	2.0	0.029859484777517563	KT895861.1	eudicots	Gossypium raimondii isolate Gr291 retrotransposon Ty3, complete sequence	True	False
ISR0016_000000011470	1882	0.6580814748258491	2	1	1	1	1	False	88696	fragment	False	FIJ0155_000000011197	0.9297513260220442		0	0	False	False	0.994686484336853	0					non-mobilizable	no_good_hit								True	False
USA0075_01_000000016243	1523	0.6580793097472816	2	2	2	2	2	False	83531	fragment	False	USA0075_01_000000016243	0.9847560975609757		0	0	False	False	1.0	0					non-mobilizable	chromosome	1523.0	99.934	100.0	0.00031013223614715507	CP057493.1	enterobacteria	Escherichia coli strain RHB24-C10 chromosome, complete genome	False	False
ISR0184_000000003482	3868	0.6580763830220601	6	6	2	4	5	True	77462	fragment	False	ISR0364_000000003692	0.9717872234650757		0	0	False	False	0.9968976378440857	0					non-mobilizable	other	3868.0	98.94	100.0	0.0011557717885852439	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MAD0006_000000005712	1654	0.6580725364837153	2	2	2	2	1	False	19889	maximal	True	MAD0006_000000005712	1.0		1	1	False	False	0.9280532002449036	0					non-mobilizable	no_good_hit	1230.0	79.593	77.0	0.00020399860639904564	LR594659.1	b-proteobacteria	Variovorax sp. PBL-H6 genome assembly, chromosome: 1	True	False
SPA0033_000000011123	2745	0.6580694749382419	4	2	2	2	1	True	102691	fragment	False	SPA0033_000000011123	1.0		0	0	False	False	0.9985427856445312	0					non-mobilizable	no_good_hit	321.0	80.685	17.0	0.023091387739751786	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
FIJ0075_000000009728	2004	0.6580658745610387	3	3	2	3	2	False	46768	fragment	False	FIJ0048_000000016204	0.983176645225136		0	0	False	False	0.9960079789161682	0					non-mobilizable	no_good_hit	1093.0	95.242	54.0	0.019080431626995926	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0170_000000004593	3535	0.6580543127310302	4	4	4	3	3	False	125739	maximal	True	FIJ0170_000000004593	1.0	PS11	0	0	False	True	0.99858558177948	0					non-mobilizable	no_good_hit	1540.0	99.48100000000001	44.0	0.00845455744045003	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MON0010_000000009498	2610	0.6580518822988121	3	3	3	2	2	False	119066	fragment	False	MON0010_000000009498	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2558.0	79.124	97.0	0.0007617345508641472	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0047_000000009478	4100	0.6580506014790705	4	3	3	1	1	False	81138	fragment	False	MAD0047_000000009478	1.0		0	0	False	False	0.9921951293945312	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.212214921744844e-07	AP015036.1	eudicots	Vigna angularis var. angularis DNA, chromosome 3, almost complete sequence, cultivar: Shumari	True	False
AUS0016_000000004279	5594	0.6580500855790604	7	3	2	2	3	True	100628	maximal	True	AUS0016_000000004279	1.0		0	0	False	False	0.9980335831642151	0			MPF_T		non-mobilizable	no_good_hit	3675.0	99.946	66.0	0.11829099455874303	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
USA0036_01_000000007278	5332	0.658045783776552	6	6	5	5	5	True	59460	maximal	True	USA0036_01_000000007278	1.0		15	5	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit	2664.0	99.36200000000001	50.0	0.0009278714169593424	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0031_000000014940	1592	0.6580426477262107	2	1	1	1	1	False	115974	fragment	False	ISR0009_000000017629	0.4797297297297297		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	99.81200000000001	100.0	0.0005107891773051649	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0123_000000007302	2851	0.658042217018495	7	5	2	4	4	False	113646	fragment	False	ISR0212_000000011738	0.9396200814111262		0	0	False	False	0.9971939921379089	0					non-mobilizable	no_good_hit	1859.0	90.963	73.0	0.0005569995727662736	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0030_000000024748	1222	0.6580410197875527	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.25935514749713356		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	92.689	100.0	0.6904494382022472	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
USA0055_01_000000004038	6392	0.6580369048930521	7	4	2	3	3	False	73311	maximal	True	USA0055_01_000000004038	1.0		42	9	False	False	1.0	0					non-mobilizable	other	6228.0	96.773	97.0	0.075301714755605	NZ_CABMOJ010000002.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0211_000000003359	5503	0.6580293905840581	8	6	3	3	5	True	130625	maximal	True	ISR0211_000000003359	0.9998923828079957		25	4	True	True	1.0	505		MOBV			mobilizable	no_good_hit	1925.0	93.455	80.0	0.01658359061039342	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ENG0159_000000003958	5483	0.6580293905840581	7	6	3	3	5	True	130625	maximal	False	ISR0211_000000003359	0.9996757247124043		0	0	True	True	1.0	149		MOBV			mobilizable	no_good_hit	1925.0	93.455	79.0	0.01658359061039342	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0304_000000001689	5463	0.6580293905840581	8	6	3	3	5	True	130625	maximal	False	ISR0211_000000003359	0.9997833400244163		0	0	True	True	1.0	63		MOBV			mobilizable	no_good_hit	1925.0	93.455	79.0	0.01658359061039342	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0847_000000004150	5463	0.6580293905840581	7	6	3	3	5	True	130625	maximal	False	ISR0211_000000003359	0.999891605128974		0	0	True	True	1.0	160		MOBV			mobilizable	no_good_hit	1925.0	93.455	79.0	0.01658359061039342	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0802_000000002162	5463	0.6580293905840581	7	6	3	3	5	True	130625	maximal	False	ISR0211_000000003359	0.999891605128974		0	0	True	True	1.0	111		MOBV			mobilizable	no_good_hit	1925.0	93.455	79.0	0.01658359061039342	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
SPA0126_000000020404	2110	0.6580281224147136	3	3	3	3	1	False	3971	maximal	True	SPA0126_000000020404	1.0		6	1	False	False	1.0	0					non-mobilizable	other	2110.0	97.82	100.0	0.031670853130769	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0255_000000006095	4617	0.6580252066540327	6	4	4	4	3	False	100875	maximal	True	ISR0255_000000006095	1.0		1	1	False	False	0.9993502497673035	0					non-mobilizable	no_good_hit	871.0	74.39699999999999	19.0	0.0003024114934716875	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0143_000000020937	1392	0.6580195229085551	3	3	3	3	2	False	31116	fragment	False	ISR0143_000000020937	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	99.569	100.0	0.004096489858905227	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
DEN0035_000000024770	1420	0.6580159605935898	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.36619883457739605		0	0	False	False	0.9943661689758301	0					non-mobilizable	other	1420.0	97.324	100.0	0.00044144849860845725	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ITA0006_000000010054	2470	0.6580137610843885	3	2	2	2	2	False	125351	fragment	False	ISR0212_000000010113	0.20542638754372491		0	0	False	False	0.9902834296226501	0					non-mobilizable	other	2467.0	99.189	99.0	0.009710769911224845	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0112_000000021059	1734	0.6580039777608709	2	2	2	2	2	False	32627	maximal	True	ISR0112_000000021059	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000000385	50525	0.6579995247780726	45	22	14	19	13	True	106667	maximal	True	FIJ0011_000000000385	1.0		6	2	False	False	1.0	0					non-mobilizable	plasmid	20089.0	95.236	94.0	0.0823983256043009	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0113_000000000476	21892	0.657997537012822	36	24	9	10	24	False	118783	maximal	True	ISR0113_000000000476	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5024.0	97.85	61.0	0.02692543807687751	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0791_000000007733	2345	0.6579951129962548	3	2	2	2	2	False	122067	maximal	True	ISR0791_000000007733	1.0		24	5	False	False	0.9948827028274536	0					non-mobilizable	no_good_hit	1338.0	98.43	57.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0154_000000019724	1664	0.6579951129962548	2	2	2	2	2	False	122066	fragment	False	AUS0002_000000021636	0.9534613147178592		0	0	False	False	0.9609375	0					non-mobilizable	no_good_hit	1335.0	98.427	80.0	0.9970104633781763	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0340_000000014645	1487	0.6579951129962548	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7685266045415162		0	0	False	False	0.9993274807929993	0					non-mobilizable	other	1338.0	98.43	90.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0322_000000003904	2609	0.6579920943427838	5	2	2	1	2	False	25016	maximal	True	ISR0322_000000003904	1.0		1	1	False	False	0.9934840798377991	0					non-mobilizable	no_good_hit	853.0	77.374	32.0	0.0008902587340816148	AP018135.1	mycoplasmas	Mycoplasma bovirhinis DNA, complete genome, strain: HAZ141_2	True	False
DEN0066_000000032083	1171	0.6579870955649211	2	2	2	1	1	False	70879	fragment	False	DEN0071_000000036227	0.9584143234544866		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	99.829	100.0	0.05355181252288539	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	False	False
MON0044_000000048235	1196	0.6579853009230554	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.8460221193479267		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	82.137	99.0	0.0005216955192054095	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0140_000000031641	1146	0.6579852192630431	2	2	2	2	2	False	40320	maximal	True	FIJ0140_000000031641	1.0		184	13	False	False	1.0	0					non-mobilizable	chromosome	1136.0	98.944	99.0	0.00031596895987750985	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0066_000000025747	1306	0.6579840246431832	2	2	2	2	2	False	45297	maximal	True	FIJ0066_000000025747	0.9980422866092404		159	12	False	False	0.992343008518219	0					non-mobilizable	no_good_hit	265.0	81.887	67.0	7.326394510684931e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0116_000000007029	2390	0.6579721540212886	2	2	2	2	2	False	110163	fragment	False	CHI0116_000000007029	1.0		0	0	False	False	0.9723849296569824	0					non-mobilizable	no_good_hit	1176.0	74.405	49.0	0.04531023399835378	NZ_CABJCG010000036.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MON0076_000000045095	1003	0.6579708061011277	2	2	2	2	1	False	10251	fragment	False	MON0076_000000045095	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1005.0	93.73100000000001	99.0	0.00041264828775670057	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0151_000000004735	5073	0.6579692702967502	5	5	5	5	5	False	105631	fragment	False	ENG0151_000000004735	0.9943241538784948		0	0	False	False	0.9980287551879883	0					non-mobilizable	other	5073.0	99.60600000000001	100.0	0.02948185865913345	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ENG0208_000000011089	2778	0.6579687306800782	5	3	3	3	2	True	53849	fragment	False	ISR0202_000000004552	0.9495974798739937		0	0	False	False	0.9956803321838379	0					non-mobilizable	no_good_hit	926.0	100.0	33.0	0.0002915577790294625	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0175_000000010794	1967	0.6579658775198586	2	1	1	1	1	False	29853	maximal	True	ISR0175_000000010794	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	99.061	34.0	0.00011866941360236958	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0364_000000013659	1341	0.6579658775198586	2	1	1	1	1	False	23672	fragment	False	ISR0364_000000013659	1.0		0	0	False	False	0.9768829345703125	0					non-mobilizable	no_good_hit								True	False
ISR0189_000000003547	3455	0.657958943046463	5	4	4	4	4	False	68026	maximal	False	ISR0312_000000004342	0.9566529492455418		0	0	False	False	1.0	0					non-mobilizable	chromosome	3455.0	99.682	100.0	0.0019124419496606287	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ISR0392_000000024282	1444	0.6579545143913922	2	2	2	2	2	False	86868	maximal	True	ISR0392_000000024282	0.9717528817980072		847	14	False	False	1.0	0					non-mobilizable	chromosome	1444.0	97.29899999999999	100.0	0.0004857053515439742	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0025_000000013136	1628	0.6579520543607972	2	2	2	2	2	False	104604	fragment	False	FIJ0025_000000013136	0.963219008533646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	92.79899999999999	86.0	0.0003248258525899528	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0392_000000015428	2162	0.6579502044335603	2	2	1	2	1	False	22816	fragment	False	ISR0392_000000015428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	73.009	10.0	0.028100901842896354	NZ_WHJC01000165.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig165, whole genome shotgun sequence	True	False
SPA0102_000000011438	3172	0.6579481541753497	4	4	4	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.19144266482669525		0	0	False	False	0.9993695020675659	0					non-mobilizable	other	3173.0	99.559	100.0	0.006978545153739198	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0160_000000013779	2253	0.6579461204363437	4	4	4	4	2	False	78719	fragment	False	CHI0160_000000013779	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2187.0	99.954	97.0	0.0004709530141423786	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0033_000000026340	1204	0.6579446127411802	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.9435130175656179		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	97.84100000000001	100.0	0.0004245052819678413	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0139_000000012200	2133	0.6579385394427523	4	3	3	3	2	False	74362	maximal	True	ISR0139_000000012200	1.0		14	3	False	False	0.9985935091972351	0					non-mobilizable	no_good_hit	495.0	98.182	23.0	0.009210403654330195	NZ_CZAI01000014.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
FIJ0114_000000014242	2700	0.6579302595351392	4	2	1	2	1	True	41880	fragment	False	FIJ0114_000000014242	1.0		0	0	False	False	0.9985185265541077	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	2.0	0.001110596945858399	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0053_000000011521	1528	0.6579296299534526	3	3	3	3	3	False	35745	maximal	True	ISR0053_000000011521	1.0		2	2	False	False	0.9993455410003662	0					non-mobilizable	no_good_hit	818.0	75.672	52.0	0.0064573483654584395	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
ISR0115_000000024054	1489	0.6579293535120814	3	2	2	2	1	False	32455	maximal	True	ISR0115_000000024054	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	80.0	6.0	3.0632442392308266e-05	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
ISR0215_000000008690	3337	0.6579282382147176	5	5	4	3	3	False	122177	maximal	True	ISR0215_000000008690	1.0		1	1	False	False	0.9985016584396362	0					non-mobilizable	other	3106.0	98.42200000000001	93.0	0.05384962353839214	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
FIJ0061_000000007333	3274	0.6579270652536936	4	3	2	3	1	False	45829	maximal	True	FIJ0061_000000007333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0068_000000006914	5586	0.6579246325805755	8	3	2	3	1	False	82579	maximal	True	MON0068_000000006914	1.0		1	1	False	False	0.9883637428283691	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000006788	2303	0.6579244583325335	4	3	3	3	2	False	122020	maximal	True	ISR0113_000000006788	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	58.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0368_000000008760	1501	0.6579240950392586	2	1	1	1	1	False	36230	fragment	False	ISR0368_000000008760	0.9755838641188961		0	0	False	False	1.0	0					non-mobilizable	other	969.0	95.046	99.0	0.00032886992073487476	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0127_000000002177	8059	0.6579117533342668	9	4	2	3	1	False	132498	fragment	False	ISR0032_000000003111	0.9421849975938432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3065.0	95.954	38.0	0.4932815282499595	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0021_000000006767	4645	0.6578861035644572	5	3	2	3	2	False	74847	fragment	False	DEN0021_000000006767	1.0		0	0	False	False	0.9991388320922852	0					non-mobilizable	no_good_hit	534.0	92.322	11.0	0.0820757622420696	NZ_CABKPS010000062.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
AST0106_000000001235	14088	0.6578829232653612	10	9	6	9	3	True	129161	fragment	False	AST0106_000000001235	1.0		0	0	False	False	0.9999290108680725	0					non-mobilizable	no_good_hit	870.0	86.09200000000001	26.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0093_000000012289	3233	0.6578796815083061	3	3	3	3	2	False	116956	maximal	True	SPA0093_000000012289	1.0		47	5	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	87.111	65.0	0.0004340583809932632	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0213_000000001563	12251	0.6578753932443387	15	4	1	4	1	False	28304	maximal	True	ISR0213_000000001563	0.9285241835469202		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0372_000000000922	11872	0.6578753932443387	17	4	1	4	1	False	30262	maximal	True	ISR0372_000000000922	0.9442773672452311		1	1	False	False	0.9998315572738647	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000001317	11638	0.6578753932443387	14	4	1	4	1	False	30262	maximal	False	ISR0372_000000000922	0.9442385444743935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00014105082867361845	NZ_CABJDM010000005.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
ISR0074_000000002090	10701	0.6578753932443387	13	4	1	4	1	False	34749	maximal	True	ISR0074_000000002090	1.0		1	1	False	False	0.9999065399169922	0					non-mobilizable	no_good_hit								True	False
FIJ0117_000000006675	3105	0.6578746747671675	5	5	4	4	4	False	70074	maximal	True	FIJ0117_000000006675	1.0		13	3	True	True	1.0	2					non-mobilizable	no_good_hit	1930.0	99.896	81.0	0.0005215742186053013	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0201_000000010616	2841	0.6578731062767144	4	4	4	4	3	False	120972	fragment	False	ISR0201_000000010616	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2760.0	96.15899999999999	100.0	0.3375749418818059	NZ_JAAITI010000068.1	firmicutes	Blautia luti strain MSK.16.34 NODE_68_length_8173_cov_235.017, whole genome shotgun sequence	False	False
SPA0076_000000006207	2368	0.6578683496567242	5	5	1	3	5	True	5746	maximal	True	SPA0076_000000006207	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	87.404	39.0	0.008015344413454516	NZ_QRML01000013.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf13, whole genome shotgun sequence	True	True
ENG0129_000000008227	3238	0.6578577103030369	6	5	1	4	3	False	101060	fragment	False	ENG0129_000000008227	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	337.0	96.14200000000001	10.0	0.04329896907216495	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
ISR0811_000000009310	1650	0.6578576586229246	3	1	1	1	1	False	21679	maximal	True	ISR0811_000000009310	1.0		4	2	False	False	0.9939393997192383	0					non-mobilizable	no_good_hit	55.0	92.727	3.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	False
FIJ0023_000000002255	11328	0.6578490087540982	9	5	1	5	3	True	49423	fragment	False	FIJ0023_000000002255	1.0		0	0	False	False	0.9995586276054382	0					non-mobilizable	no_good_hit								True	True
ISR0806_000000006554	1821	0.6578469963395852	2	2	2	2	2	False	79254	maximal	False	CHI0153_000000007940	0.9668407310704961		0	0	False	False	0.9967051148414612	0					non-mobilizable	other	1821.0	98.62700000000001	100.0	0.0007509715278781566	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0057_000000003868	4935	0.6578389954459546	6	6	4	4	5	False	122188	fragment	False	MAD0111_000000003353	0.6946537472428247		0	0	False	False	0.9989868402481079	0					non-mobilizable	other	4935.0	97.73	100.0	0.08559730751882308	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0137_000000006232	4439	0.6578280131098949	5	5	5	5	4	False	37597	maximal	True	ISR0137_000000006232	1.0		126	10	False	False	0.9945933818817139	0					non-mobilizable	no_good_hit	734.0	73.433	16.0	0.00610507877932436	NZ_BBAB01000009.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0369_000000014595	1193	0.6578261202614735	3	2	2	2	2	False	23530	maximal	True	ISR0369_000000014595	1.0		35	6	False	False	0.9899412989616394	0					non-mobilizable	no_good_hit	565.0	89.55799999999999	47.0	0.00013587382799773142	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
USA0026_01_000000017062	1890	0.6578136305931848	4	2	1	2	2	False	45173	fragment	False	USA0026_01_000000017062	0.9991730981256891		0	0	False	False	0.9978836178779602	0					non-mobilizable	chromosome	1865.0	73.512	96.0	0.0006225116100793873	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0059_000000011526	1347	0.6578039527911501	1	1	1	1	1	False	112573	fragment	False	AST0059_000000011526	0.9668104526131533		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	98.95200000000001	91.0	0.004413375923954138	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0388_000000026493	1333	0.6578039527911501	1	1	1	1	1	False	112573	fragment	False	AST0059_000000011526	0.9575795674976652		0	0	False	False	0.9909977316856384	0					non-mobilizable	other	1200.0	99.333	90.0	0.0046255574587596255	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0057_000000002836	8421	0.6578015305594651	9	5	5	5	5	False	46176	maximal	True	FIJ0057_000000002836	1.0		15	1	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	77.65899999999999	15.0	0.00027392440320067043	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0021_000000018679	1286	0.6577960100708876	3	3	2	3	2	False	66511	fragment	False	SPA0144_000000014680	0.5517272755889632		0	0	False	False	0.9984447956085205	0					non-mobilizable	no_good_hit	814.0	73.219	62.0	0.02942151194903708	NZ_SLUM01000037.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_137, whole genome shotgun sequence	True	False
FIJ0105_000000027104	1267	0.6577875102015591	2	2	2	2	2	False	42396	fragment	False	ISR0045_000000019757	0.958960843373494		0	0	False	False	0.9865824580192566	0					non-mobilizable	other	1267.0	96.133	100.0	0.008665179121435709	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0059_000000016237	1478	0.6577823168643961	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.2675959271364928		0	0	False	False	1.0	0					non-mobilizable	other	785.0	91.975	100.0	0.00019221947541245665	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0130_000000013383	1275	0.6577823168643961	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.09243188335457922		0	0	False	False	1.0	0					non-mobilizable	other	785.0	89.17200000000001	100.0	0.00019221947541245665	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0185_000000015553	1243	0.6577823168643961	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.048729059169634284		0	0	False	False	1.0	0					non-mobilizable	chromosome	1247.0	92.462	100.0	0.00034761182003335616	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0064_000000019529	1143	0.6577823168643961	2	2	1	2	1	False	62896	fragment	False	ENG0064_000000019529	0.9656159413200259		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	93.35700000000001	100.0	0.0002797479865377717	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0308_000000017416	1123	0.6577823168643961	2	2	1	2	1	False	62896	fragment	False	ENG0064_000000019529	0.9636380558813128		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	93.73299999999999	100.0	0.00027312818317535296	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0204_000000010798	1237	0.6577796241319103	2	1	1	1	1	False	28667	maximal	True	ISR0204_000000010798	1.0		28	8	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	96.824	79.0	0.0003987327429247477	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0124_000000004952	3303	0.6577769593239792	4	4	4	4	3	False	32086	fragment	False	ISR0124_000000004952	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2113.0	93.516	98.0	0.0005995394446992991	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0143_000000001876	8092	0.6577649011851205	4	4	2	3	3	False	3415	maximal	True	SPA0143_000000001876	1.0		13	6	False	False	0.9985170364379883	0					non-mobilizable	no_good_hit	63.0	98.413	1.0	0.000497604276186425	NZ_FNBY01000012.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MAD0005_000000010550	2665	0.6577643571774281	3	3	2	2	2	False	41947	fragment	False	MAD0005_000000010550	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2669.0	97.714	100.0	0.018557809075808545	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
ISR0176_000000024588	1389	0.6577635759571347	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.21376177152803288		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	96.4	100.0	0.03286451674006725	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0008_000000001280	6652	0.6577627104927832	7	6	5	6	3	True	43530	fragment	False	MAD0008_000000001280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	1.0	1.03977679458143e-05	AP022839.1	g-proteobacteria	Legionella sp. TUM19329 DNA, complete genome	True	True
AST0007_000000007954	2347	0.6577626332397131	3	3	0	2	1	False	127098	fragment	False	AST0007_000000007954	1.0		0	0	False	False	0.9995739459991455	0					non-mobilizable	plasmid	2347.0	100.0	100.0	0.011995214185644603	CP024976.1	enterobacteria	Escherichia coli strain CV839-15 plasmid pCV839-15-p2, complete sequence	False	True
ISR0255_000000001909	12204	0.6577621443454056	15	13	11	12	11	False	107286	maximal	True	ISR0255_000000001909	1.0		18	5	False	False	0.9979515075683594	0					non-mobilizable	no_good_hit	705.0	73.333	7.0	0.0018982050115880379	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
SPA0051_000000011393	2209	0.6577619587305069	3	2	2	2	2	False	31469	fragment	False	SPA0051_000000011393	1.0		0	0	False	False	0.9945676922798157	0					non-mobilizable	other	2105.0	98.86	95.0	0.051027089952222736	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	False	False
ISR0132_000000024733	1195	0.6577611234567042	2	1	1	1	1	False	52518	fragment	False	FIJ0001_000000017069	0.9525518341307815		0	0	False	False	0.9974895119667053	0					non-mobilizable	no_good_hit	880.0	99.545	82.0	0.00031017468233560477	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0108_000000015861	1427	0.6577585158205033	2	2	2	2	1	False	104392	fragment	False	ISR0145_000000016568	0.6196523093184698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	93.87799999999999	7.0	2.693681234761262e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0071_000000016721	1159	0.6577585158205033	2	2	2	2	1	False	77648	fragment	False	CHI0177_000000014612	0.9715988843063178		0	0	False	False	0.9861949682235718	0					non-mobilizable	no_good_hit								True	False
AUS0010_000000014973	1642	0.6577497428857837	4	3	3	3	2	False	101482	fragment	False	AUS0010_000000014973	0.9683301343570058		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	96.76	99.0	0.024791132810723114	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
USA0039_01_000000014275	1567	0.6577469031144499	3	3	3	2	2	False	3480	fragment	False	SPA0140_000000012997	0.9432432432432433		0	0	False	False	1.0	0					non-mobilizable	chromosome	1551.0	78.208	99.0	0.0008500783068876833	CP027235.1	g-proteobacteria	Haemophilus sp. oral taxon 036 strain F0629 chromosome, complete genome	False	False
DEN0033_000000003734	7395	0.6577450162457379	8	7	7	7	6	False	73640	maximal	True	DEN0033_000000003734	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	77.171	18.0	0.0012807122611804347	NZ_ATXD01000008.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0324_000000015379	2000	0.6577442709527886	3	3	3	2	2	False	108779	fragment	False	ISR0324_000000015379	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2001.0	98.20100000000001	100.0	0.012219113136768534	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0257_000000001617	8040	0.6577415757075232	7	7	7	7	7	False	122927	fragment	False	AST0019_000000002659	0.9370674447182713		0	0	False	False	1.0	0					non-mobilizable	other	7899.0	98.93700000000001	98.0	0.13057140494500952	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0249_000000019714	1175	0.657733384247744	1	1	1	1	1	True	27044	maximal	True	ISR0249_000000019714	1.0		0	0	False	False	0.9565957188606262	0					non-mobilizable	no_good_hit	778.0	96.915	66.0	0.013235895339329517	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
ISR0025_000000018696	2104	0.6577309050022031	3	3	1	3	1	True	37355	maximal	True	ISR0025_000000018696	1.0		0	0	False	False	0.9681559205055237	0					non-mobilizable	no_good_hit	208.0	77.885	10.0	6.118714573172708e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
FIJ0052_000000004725	5631	0.6577298674122763	2	2	2	2	2	False	115723	fragment	False	SPA0129_000000005035	0.6895271911769151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2925.0	74.94	52.0	0.021006881564650488	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	True	False
ISR0177_000000017350	1775	0.6577293306663932	3	2	2	2	1	False	29754	maximal	True	ISR0177_000000017350	1.0		1	1	False	False	0.999436616897583	0					non-mobilizable	no_good_hit	857.0	73.62899999999999	48.0	0.00019206192421104953	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0117_000000005920	4570	0.657725353765234	5	2	2	1	1	True	130253	fragment	False	ENG0055_000000004353	0.910833969808018		0	0	False	False	0.9997811913490295	0					non-mobilizable	other	4492.0	99.889	98.0	0.0011933621323954374	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
AST0052_000000009001	2464	0.6577188968462312	3	3	3	3	3	False	114573	maximal	False	ISR0124_000000006304	0.9925131525698098		0	0	False	False	0.9971590638160706	0					non-mobilizable	no_good_hit	1163.0	74.291	47.0	0.0003477891736595941	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
MON0050_000000033863	1221	0.6577169569909798	1	1	1	1	1	False	11295	fragment	False	MON0050_000000033863	1.0		0	0	False	False	0.9950860142707825	0					non-mobilizable	no_good_hit	41.0	100.0	3.0	0.0003078888829021606	NZ_CYYU01000004.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0023_000000014238	2139	0.6577169568629042	3	2	2	1	1	False	37531	maximal	True	ISR0023_000000014238	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	86.009	32.0	0.005759643361521839	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
TAN0008_000000003927	3776	0.657709353105972	5	5	5	4	4	False	113194	fragment	False	CHI0029_000000002939	0.959408963903346		0	0	False	False	0.9923199415206909	0					non-mobilizable	chromosome	3771.0	99.76100000000001	99.0	0.0007931083303933628	CP041919.1	enterobacteria	Escherichia coli strain Ec40743 chromosome, complete genome	False	False
MON0012_000000013908	3222	0.657706313825551	6	3	2	3	1	True	13606	fragment	False	MON0012_000000013908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	80.435	3.0	0.0003399967545764336	NZ_FNCT01000008.1	g-proteobacteria	Pseudomonas benzenivorans strain DSM 8628, whole genome shotgun sequence	True	True
ENG0167_000000015797	1588	0.6577058107768883	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.3391517672295934		0	0	False	False	1.0	0					non-mobilizable	chromosome	1603.0	94.635	100.0	0.0005163539480609814	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0134_000000006032	5784	0.6576934000390159	8	7	4	4	6	True	132358	backbone	False	ISR0371_000000002559	0.8407509195014787	PS1159|PS463	0	0	True	True	1.0	164		MOBV			mobilizable	other	3670.0	99.91799999999999	100.0	0.0012465121272481978	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0047_000000016037	2446	0.6576898777289614	3	3	3	2	2	False	6676	fragment	False	SPA0047_000000016037	1.0		0	0	False	False	0.9995911717414856	0					non-mobilizable	chromosome	2446.0	99.87700000000001	100.0	0.0009908019538857672	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
ENG0174_000000002296	6570	0.6576895119670593	6	3	2	3	1	False	55670	fragment	False	ENG0174_000000002296	1.0		0	0	False	False	0.9928462505340576	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0001483012332921917	NC_038217.1	green algae	Caulerpa lentillifera mitochondrion, complete genome	True	False
ISR0336_000000006058	2283	0.6576891819473238	2	2	2	2	2	False	48204	fragment	False	ISR0336_000000006058	0.9601609737755799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	91.228	2.0	0.25925925925925924	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
SPA0087_000000003267	4765	0.6576854201866873	6	6	5	4	4	False	108485	maximal	True	SPA0087_000000003267	1.0		70	6	False	False	1.0	0					non-mobilizable	other	4765.0	99.58	100.0	0.033803536457298555	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0143_000000002426	8264	0.6576825156718807	6	5	4	4	4	False	99676	fragment	False	ENG0042_000000003173	0.9666584934402644		0	0	False	False	0.9985479116439819	0					non-mobilizable	no_good_hit	1839.0	72.322	27.0	0.0006057024276232397	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
SPA0131_000000008254	2961	0.6576820041567694	3	3	3	2	2	False	3772	maximal	True	SPA0131_000000008254	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	99.81299999999999	18.0	0.00010289654746368697	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
MON0089_000000018886	1500	0.6576809940231694	2	2	2	2	1	True	9594	maximal	True	MON0089_000000018886	1.0		0	0	False	False	0.9133333563804626	0					non-mobilizable	no_good_hit	156.0	76.923	10.0	4.33072348273952e-05	CP052132.1	b-proteobacteria	Burkholderia glumae strain HN chromosome 1, complete sequence	True	True
MAD0090_000000011282	1226	0.6576800546186341	1	1	1	1	1	False	32599	fragment	False	MAD0090_000000011282	0.9438429422052387		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	92.244	99.0	0.00466413591963335	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0196_000000002847	3449	0.6576732434053779	5	4	4	4	3	True	103490	fragment	False	ISR0099_000000005855	0.9646498372045871		0	0	False	False	1.0	0					non-mobilizable	other	3449.0	99.94200000000001	100.0	0.0015556793802548733	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	True
CHI0187_000000009812	1601	0.6576681494460677	3	2	2	2	1	True	79624	fragment	False	CHI0187_000000009812	0.9607708189951825		0	0	False	False	1.0	0					non-mobilizable	chromosome	1601.0	96.62700000000001	100.0	0.0004226624192615718	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	True
SPA0077_000000017115	1662	0.6576666308616097	3	3	3	3	2	False	120989	maximal	True	SPA0077_000000017115	1.0		86	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0149_000000011822	2292	0.6576665617250101	4	4	4	4	3	False	131700	fragment	False	ISR0264_000000003339	0.2399352676633451		0	0	False	False	1.0	0					non-mobilizable	other	2292.0	99.215	100.0	0.0006458698456624904	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0088_000000002290	8828	0.6576633971433238	14	5	2	3	5	True	33792	maximal	True	ISR0088_000000002290	1.0		1	1	False	False	0.9975079298019409	0					non-mobilizable	no_good_hit	869.0	78.711	10.0	0.09916589434661724	MK232695.1	viruses	Uncultured human fecal virus clone B.wexlerae_S04.r1.O05_3-CL15_c5 sequence	True	True
FIJ0097_000000024928	1266	0.6576528824336629	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.922871536930607		0	0	False	False	0.9913111925125122	0					non-mobilizable	other	1266.0	93.365	100.0	0.27529923830250275	NZ_CABIWU010000112.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0156_000000005079	3089	0.6576506194435557	2	2	2	2	2	False	56690	maximal	True	ENG0156_000000005079	1.0		28	7	False	False	0.9967626929283142	0					non-mobilizable	other	2978.0	98.086	96.0	0.0022916477954115946	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
ENG0052_000000017120	1857	0.6576503325582146	3	3	2	2	1	False	120373	fragment	False	ENG0052_000000017120	1.0		0	0	False	False	0.9725363254547119	0					non-mobilizable	no_good_hit	1659.0	99.397	89.0	0.009474285714285715	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0072_01_000000010453	1754	0.6576503325582146	3	3	2	2	1	False	120370	fragment	False	ISR0011_000000010546	0.115700628045851		0	0	False	False	0.9914481043815613	0					non-mobilizable	other	1746.0	99.255	99.0	0.009971428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0129_000000002612	7096	0.6576486599935251	8	7	4	5	6	False	112847	maximal	True	CHI0129_000000002612	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.322	32.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0048_000000007187	2186	0.6576452459264672	3	3	3	3	3	False	114930	maximal	True	AST0048_000000007187	1.0		190	13	False	False	1.0	0					non-mobilizable	chromosome	2186.0	97.941	100.0	0.0006082750461078053	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CAN0021_000000022457	1939	0.6576428370620943	3	3	2	2	2	True	91550	maximal	True	CAN0021_000000022457	1.0		24	9	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	71.607	64.0	0.00027435152176333793	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	True
ISR0812_000000018326	2166	0.6576390358126529	3	3	3	3	2	False	83395	maximal	True	ISR0812_000000018326	1.0		25	7	False	False	0.9709141254425049	0					non-mobilizable	no_good_hit	1905.0	79.58	88.0	0.0005876267225742034	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
CHI0185_000000002288	7973	0.6576381541835461	5	5	3	5	0	True	129158	fragment	False	SPA0093_000000004000	0.05935510051192409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	868.0	87.32700000000001	20.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0063_000000004874	6003	0.6576245303114725	6	6	5	6	5	False	124969	maximal	True	ENG0063_000000004874	0.977994488380307		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	3158.0	78.721	63.0	0.007494382240130177	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0024_000000015569	1362	0.6576235113387691	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7106561126116508		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	91.39200000000001	98.0	0.9955156950672646	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0125_01_000000017105	1359	0.6576235113387691	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7131594097293397		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	91.499	98.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0083_000000029786	1221	0.6576228444193322	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.015955142959662244		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	92.76899999999999	93.0	0.018138775510204083	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0081_000000030246	1204	0.6576228444193322	3	2	2	1	1	False	50877	maximal	False	FIJ0011_000000037490	0.98464025869038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	94.875	66.0	0.10041577422199824	NZ_CABIWU010000092.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0008_000000026468	1146	0.6576228444193322	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.07342976375638195		0	0	False	False	0.9956369996070862	0					non-mobilizable	other	1148.0	92.509	100.0	0.018530612244897958	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0079_000000003361	6689	0.6576175507486635	6	5	5	5	4	False	125693	maximal	True	MON0079_000000003361	1.0	PS935	4	2	False	True	0.9998505115509033	0					non-mobilizable	no_good_hit	2917.0	98.97200000000001	82.0	0.019503973031543463	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0129_000000009425	2240	0.6576078424277664	3	3	2	3	3	False	107429	fragment	False	AST0106_000000008560	0.9275069726389228		0	0	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	1.3548638256476926e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0016_000000007561	2749	0.6575984575714444	4	3	3	3	3	False	37927	maximal	True	ISR0016_000000007561	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1771.0	95.935	92.0	0.06742600281894023	NZ_WEHX01000027.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_27_length_26251_cov_159.095366, whole genome shotgun sequence	False	False
ISR0234_000000003194	3404	0.6575962373086739	6	4	2	4	3	False	118640	fragment	False	ENG0009_000000003397	0.839615848396748		0	0	False	False	0.9985311627388	0					non-mobilizable	no_good_hit	1878.0	89.723	81.0	0.0004463658579501787	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0850_000000002420	5708	0.6575900884522333	6	4	3	4	2	False	59087	fragment	False	ISR0850_000000002420	1.0		0	0	False	False	0.9985984563827515	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	2.489444754242014e-05	NZ_FOCW01000001.1	b-proteobacteria	Brachymonas denitrificans DSM 15123, whole genome shotgun sequence	True	False
TAN0002_000000033061	1284	0.6575894718443351	2	1	0	1	1	True	3012	fragment	False	TAN0002_000000033061	1.0		0	0	False	False	0.9992212057113647	0					non-mobilizable	no_good_hit								True	True
FIJ0096_000000031223	1224	0.6575894718443351	2	1	0	1	1	True	42955	maximal	True	FIJ0096_000000031223	1.0		12	7	False	False	0.9991829991340637	0					non-mobilizable	no_good_hit	83.0	95.181	7.0	0.0005089474213330653	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0246_000000001921	7133	0.6575794021491791	7	6	5	6	5	True	110083	maximal	True	ISR0246_000000001921	0.9896763774164198		54	8	False	False	0.9988784790039062	0					non-mobilizable	no_good_hit	4049.0	87.775	66.0	0.0007519544300725189	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
AST0100_000000006971	2008	0.6575754351347483	3	3	1	2	2	False	108637	maximal	True	AST0100_000000006971	1.0		10	5	False	False	0.9980079531669617	0					non-mobilizable	other	1635.0	87.462	98.0	0.001487376205669181	NZ_FUHT01000004.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	False	False
MAD0043_000000004377	5011	0.6575606194805161	7	7	4	4	5	False	18840	fragment	False	MAD0043_000000004377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	99.406	51.0	0.01832505150890801	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	True	False
ETH0004_000000016930	1673	0.6575533060880241	3	2	2	1	1	False	52860	maximal	True	ETH0004_000000016930	1.0		5	3	False	False	0.9988045692443848	0					non-mobilizable	no_good_hit	706.0	81.586	42.0	0.006413121812824419	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
MON0060_000000038338	1131	0.6575526989376357	1	1	1	1	1	False	50873	fragment	False	MON0026_000000043400	0.936228377469026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	7.0	0.00040284678393984153	NZ_LR027598.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
ISR0114_000000007140	3778	0.6575515879058272	4	4	4	4	3	False	125357	fragment	False	ISR0114_000000007140	0.974913263944489		0	0	False	False	0.9978824853897095	0					non-mobilizable	other	3759.0	99.175	99.0	0.014812971914194548	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0038_000000027205	1283	0.657548279488314	2	2	2	2	1	False	11986	maximal	True	MON0038_000000027205	1.0		3	2	False	False	0.9976617097854614	0					non-mobilizable	chromosome	872.0	80.505	95.0	0.0003052344712403847	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0130_000000006741	4093	0.6575474461917648	2	2	1	2	0	True	31791	maximal	True	ISR0130_000000006741	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0221_000000015128	1480	0.657546704852789	3	2	2	2	2	False	27942	maximal	True	ISR0221_000000015128	1.0		81	7	False	False	0.9932432174682617	0					non-mobilizable	other	1480.0	96.28399999999999	100.0	0.0003936137172384445	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MON0060_000000031458	1350	0.6575386234648078	1	1	1	1	1	False	10870	maximal	True	MON0060_000000031458	1.0		71	12	False	False	0.9822221994400024	0					non-mobilizable	no_good_hit	1017.0	73.74600000000001	74.0	0.0030168567630401663	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ENG0148_000000021329	1719	0.6575370760093879	3	3	3	2	2	False	57293	maximal	True	ENG0148_000000021329	0.9894304169113329		159	9	False	False	0.9970913529396057	0					non-mobilizable	no_good_hit	212.0	74.528	12.0	0.005284150090186216	NZ_CABJDZ010000012.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0141_000000018598	1425	0.6575358248771034	2	2	2	2	2	False	66206	fragment	False	ENG0141_000000018598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	314.0	75.796	22.0	9.996411711496395e-05	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	False
ENG0173_000000005955	3066	0.6575337505252362	4	2	2	1	1	False	55692	maximal	True	ENG0173_000000005955	1.0		13	2	False	False	0.9690150022506714	0					non-mobilizable	no_good_hit								True	False
FIJ0122_000000003503	4987	0.6575258066793649	7	5	1	3	5	False	50622	maximal	True	FIJ0122_000000003503	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	95.081	34.0	0.12931844275127857	CP055989.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00676 plasmid pRHBSTW-00676_5, complete sequence	True	False
MON0069_000000001241	18146	0.6575211550972279	16	14	4	6	12	True	106551	fragment	False	MON0069_000000001241	0.9957692320571013		0	0	False	False	1.0	0					non-mobilizable	other	18149.0	98.501	100.0	0.04957897932226473	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0018_000000015022	1185	0.6575160761442177	3	2	2	1	1	False	89499	fragment	False	CHI0018_000000015022	1.0		0	0	False	False	1.0	0					non-mobilizable	other	641.0	100.0	100.0	0.01554341226472374	NZ_SRYX01000034.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_34_length_41175_cov_295.469, whole genome shotgun sequence	False	False
ENG0153_000000004087	6489	0.6575101019459834	7	6	6	6	5	False	56976	maximal	True	ENG0153_000000004087	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2105.0	98.67	69.0	0.0005912912688424911	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0015_000000014588	1195	0.6575067376240996	2	2	2	2	2	False	66842	maximal	True	ENG0015_000000014588	1.0		907	14	False	False	1.0	0					non-mobilizable	other	1195.0	99.749	100.0	0.0004094575784459336	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
CHI0130_000000002866	5675	0.6575042751400819	5	5	5	5	3	False	93633	fragment	False	CHI0130_000000002866	1.0		0	0	False	False	0.9978854656219482	0					non-mobilizable	no_good_hit	1262.0	79.16	22.0	0.06701141995259642	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
FIJ0085_000000014608	2127	0.6575011163493635	4	3	3	3	3	False	60928	fragment	False	FIJ0085_000000014608	1.0		0	0	False	False	0.9835448861122131	0					non-mobilizable	other	1785.0	97.031	92.0	0.0008617803094086474	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
AST0050_000000000989	12141	0.6574992156912001	15	9	6	7	6	True	127407	fragment	False	ISR0043_000000001427	0.9782530318163549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	99.24700000000001	8.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
AST0113_000000002279	12088	0.6574992156912001	15	9	6	7	6	True	127407	fragment	False	ISR0043_000000001427	0.9782364289352458		0	0	False	False	0.9999172687530518	0					non-mobilizable	no_good_hit	930.0	99.355	8.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
ENG0124_000000002148	12087	0.6574992156912001	15	9	6	7	6	True	127407	fragment	False	ISR0043_000000001427	0.9781088345536819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	99.462	8.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
ENG0006_000000002245	12079	0.6574992156912001	15	9	6	7	6	True	127407	fragment	False	ISR0043_000000001427	0.9775439400885916		0	0	False	False	0.999834418296814	0					non-mobilizable	no_good_hit	930.0	99.355	8.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
ENG0077_000000001700	12062	0.6574992156912001	15	9	6	7	6	True	127407	fragment	False	ISR0043_000000001427	0.9772971292876454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	99.462	8.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
ISR0389_000000001224	12043	0.6574992156912001	16	9	6	7	6	True	127407	fragment	False	ISR0043_000000001427	0.9762601466039427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	99.462	8.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
MAD0105_000000008165	3949	0.6574949146714886	4	4	4	4	4	False	18065	fragment	False	MAD0043_000000005577	0.9782400275468275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	87.755	67.0	0.0002632166215574413	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0005_000000003594	8299	0.6574926936995077	10	8	5	6	7	False	115564	maximal	True	SPA0005_000000003594	1.0		1	1	False	False	0.9975900650024414	0					non-mobilizable	other	4464.0	99.485	99.0	0.02598371500679027	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
FIJ0075_000000014523	1350	0.6574813335376658	2	2	2	2	2	False	44579	fragment	False	ISR0370_000000018550	0.9265444292925008		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	78.834	92.0	0.0005855637121882944	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CAN0006_000000010265	4391	0.6574725074688469	7	1	1	1	1	False	95751	maximal	True	CAN0006_000000010265	1.0		2	2	True	True	0.9972671270370483	3					non-mobilizable	no_good_hit	1221.0	90.5	55.0	0.00027421732673401733	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0098_000000014708	2447	0.6574717356582238	4	3	3	3	1	False	59057	maximal	True	SPA0098_000000014708	1.0		1	1	False	False	0.9787495136260986	0					non-mobilizable	no_good_hit	710.0	74.507	28.0	0.004847035125267531	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ENG0139_000000002145	7944	0.6574704840717781	8	4	3	4	0	True	106385	maximal	True	ENG0139_000000002145	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.012636899747262006	NZ_WHJC01000412.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig412, whole genome shotgun sequence	True	True
CHI0131_000000005437	2953	0.6574645710475465	3	3	2	3	2	False	81038	fragment	False	CHI0131_000000005437	1.0		0	0	False	False	0.9962749481201172	0					non-mobilizable	no_good_hit	1118.0	72.987	37.0	0.058428045461821676	NZ_CACWQI010000033.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	False
ENG0028_000000002220	6330	0.6574617771539805	9	8	5	5	7	True	132398	maximal	True	ENG0028_000000002220	1.0	PS1159|PS463	3	1	True	True	1.0	29		MOBV			mobilizable	no_good_hit	4728.0	99.979	76.0	0.04020275729509521	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0087_000000032769	1192	0.6574524716777044	2	2	2	2	1	False	104343	fragment	False	SPA0115_000000021588	0.8255701150218527		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	99.581	100.0	0.0014001453047520296	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0051_000000029305	1236	0.6574419957197951	2	2	1	2	1	False	35821	fragment	False	ISR0051_000000029305	1.0		0	0	False	False	0.9991909265518188	0					non-mobilizable	other	1236.0	98.786	100.0	0.004938024790083966	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
AST0025_000000022788	1657	0.6574407951866421	2	2	2	2	2	False	120112	fragment	False	DEN0031_000000018114	0.8708198118825321		0	0	False	False	0.9993965029716492	0					non-mobilizable	no_good_hit	499.0	79.76	30.0	0.0008629556053369402	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
AUS0004_000000012282	1653	0.6574407951866421	2	2	2	2	2	False	120112	fragment	False	DEN0031_000000018114	0.7805963520153487		0	0	False	False	0.9993950128555298	0					non-mobilizable	no_good_hit	498.0	79.116	30.0	0.0008629556053369402	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
MON0029_000000005116	4313	0.6574388670568492	3	3	3	2	1	True	53130	fragment	False	MON0049_000000003791	0.1850390790275922		0	0	False	False	0.9983770251274109	0					non-mobilizable	no_good_hit	1951.0	93.38799999999999	87.0	0.06610273552084044	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0061_000000002139	2457	0.6574359522901129	4	4	3	3	2	False	87821	fragment	False	ISR0297_000000005738	0.7969713915623883		0	0	False	False	1.0	0					non-mobilizable	other	2251.0	99.73299999999999	92.0	0.0007223605587282345	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0230_000000003937	6491	0.6574340527609915	6	3	2	1	2	False	64776	maximal	True	ISR0230_000000003937	1.0		1	1	False	False	0.9990756511688232	0					non-mobilizable	no_good_hit	1644.0	95.681	59.0	0.1990037662495444	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	False
ENG0168_000000011418	2621	0.6574332607792749	3	3	2	3	2	False	55989	maximal	True	ENG0168_000000011418	1.0		277	13	False	False	1.0	0					non-mobilizable	other	1678.0	96.06700000000001	100.0	0.000408956741056094	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0224_000000018988	1628	0.6574295981714376	2	2	2	2	2	False	87077	maximal	True	ISR0224_000000018988	0.9712626139055293		533	15	False	False	0.9993857741355896	0					non-mobilizable	other	1620.0	96.54299999999999	99.0	0.00043180613121444596	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0051_000000022201	1264	0.6574283161522828	2	1	1	1	1	False	17316	maximal	True	MAD0051_000000022201	1.0		1	1	False	False	0.9936708807945251	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000005673	5255	0.657424982604684	1	1	1	1	1	False	111031	maximal	False	CAN0007_000000007731	0.9089106052307965		0	0	False	False	1.0	0					non-mobilizable	other	4948.0	74.252	93.0	0.0012931806274910306	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
MON0077_000000005032	6400	0.6574239822059078	6	6	6	6	6	False	87388	maximal	True	MON0077_000000005032	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	6400.0	99.984	100.0	0.051460003699265774	CP054380.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-1, complete sequence	False	True
ISR0062_000000017002	2187	0.6574119091716093	3	3	3	3	2	False	35340	maximal	True	ISR0062_000000017002	1.0		1	1	False	False	0.9871971011161804	0					non-mobilizable	no_good_hit	125.0	81.6	6.0	4.889211656357585e-05	NZ_CP032159.1	firmicutes	Staphylococcus warneri strain 22.1 chromosome st_war_22.1, complete sequence	True	False
CHI0144_000000008893	1804	0.6574088446422162	3	2	2	2	0	True	79850	fragment	False	CHI0144_000000008893	1.0		0	0	False	False	0.9944567680358887	0					non-mobilizable	no_good_hit								True	True
CHI0106_000000000042	94567	0.6574057054583947	118	50	25	39	30	False	83175	maximal	True	CHI0106_000000000042	1.0		1	1	True	True	1.0	121					non-mobilizable	no_good_hit	1794.0	71.572	2.0	0.0008341350218765053	NZ_RRCM01000001.1	firmicutes	Lachnoanaerobaculum orale strain DSM 24553 DSM24553_1, whole genome shotgun sequence	True	True
MAD0027_000000005030	2327	0.6574052150721511	3	3	3	3	3	False	113187	fragment	False	MAD0027_000000005030	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2327.0	100.0	100.0	0.0004883708527845327	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
FIJ0062_000000009977	2881	0.6573962979280127	5	2	2	2	1	False	45725	fragment	False	FIJ0062_000000009977	1.0		0	0	False	False	0.998264491558075	0					non-mobilizable	no_good_hit								True	False
ENG0143_000000006648	2840	0.6573962979280127	5	2	2	2	1	False	121499	fragment	False	ISR0004_000000006133	0.8278064401311618		0	0	False	False	0.9992957711219788	0					non-mobilizable	no_good_hit								True	False
SPA0074_000000003562	7249	0.6573959513775618	10	2	2	2	2	False	5830	maximal	True	SPA0074_000000003562	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1269.0	85.185	19.0	0.002689596326488055	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0046_000000014307	2299	0.6573936535892806	3	3	3	3	2	False	120912	maximal	True	ISR0046_000000014307	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1534.0	94.329	89.0	0.0004581526483228052	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0135_000000000937	19085	0.6573916435753987	19	16	6	13	13	True	122698	maximal	False	ISR0854_000000000205	0.9915290155394535		0	0	False	False	1.0	0					non-mobilizable	other	19085.0	99.84299999999999	100.0	0.03421624841225986	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CAN0003_000000003677	11517	0.6573913911072286	10	8	5	7	4	True	96803	maximal	True	CAN0003_000000003677	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	93.443	1.0	3.662710735588301e-05	NZ_LN876587.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	True
DEN0022_000000002937	9956	0.6573911810017217	14	8	5	5	6	False	74661	fragment	False	DEN0022_000000002937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	78.60600000000001	4.0	0.00012261308020938998	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0858_000000001493	5279	0.6573903654297962	6	4	1	4	1	True	97807	fragment	False	ISR0858_000000001493	1.0		0	0	False	False	0.9988633990287781	0					non-mobilizable	no_good_hit	4397.0	99.704	85.0	0.21864583851549674	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ISR0269_000000005593	2968	0.6573802477374461	3	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.6843880217737741		0	0	False	False	1.0	0					non-mobilizable	chromosome	2968.0	97.978	100.0	0.0012210600530924323	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0048_000000006859	2804	0.6573718047594705	5	3	1	2	2	False	113663	fragment	False	ISR0048_000000006859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	91.654	46.0	0.0004308405058740727	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0019_000000002892	14284	0.6573680603039809	15	8	2	8	1	True	13241	maximal	True	MON0019_000000002892	1.0		14	3	False	False	0.9962195754051208	0					non-mobilizable	chromosome	14298.0	96.97200000000001	100.0	0.003028032344784999	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
FIJ0137_000000001272	9228	0.6573678429476517	14	3	3	3	3	False	85141	maximal	True	FIJ0137_000000001272	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	93.333	1.0	1.446549623639661e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0063_000000007258	3477	0.6573665198824872	5	3	1	0	3	False	45630	maximal	True	FIJ0063_000000007258	1.0	PS158	4	1	True	True	1.0	12	rep_cluster_2324				non-mobilizable	plasmid	2123.0	99.859	100.0	0.5513120290984671	CP034557.1	b-proteobacteria	Burkholderia cepacia ATCC 25416 plasmid unnamed2, complete sequence	False	True
FIJ0122_000000004905	3477	0.6573665198824872	5	3	1	0	3	False	45630	maximal	False	FIJ0063_000000007258	1.0	PS158	0	0	True	True	1.0	51	rep_cluster_2324				non-mobilizable	plasmid	2599.0	99.846	100.0	0.6749805144193297	CP034557.1	b-proteobacteria	Burkholderia cepacia ATCC 25416 plasmid unnamed2, complete sequence	False	True
FIJ0114_000000010881	3456	0.6573665198824872	4	3	1	0	3	False	45630	maximal	False	FIJ0063_000000007258	1.0	PS158	0	0	True	True	1.0	5	rep_cluster_2324				non-mobilizable	plasmid	2329.0	99.82799999999999	100.0	0.6048324240062354	CP034557.1	b-proteobacteria	Burkholderia cepacia ATCC 25416 plasmid unnamed2, complete sequence	False	True
FIJ0020_000000006865	3351	0.6573665198824872	6	3	1	0	3	False	49809	maximal	True	FIJ0020_000000006865	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	2558.0	99.765	100.0	0.6643283969862301	CP034557.1	b-proteobacteria	Burkholderia cepacia ATCC 25416 plasmid unnamed2, complete sequence	False	True
FIJ0064_000000008385	3233	0.6573665198824872	4	3	1	0	3	False	45508	backbone	True	FIJ0064_000000008385	1.0	PS158	1	1	True	True	1.0	4	rep_cluster_2324				non-mobilizable	plasmid	2300.0	97.95700000000001	94.0	0.6860812425328554	CP036183.1	enterobacteria	Escherichia coli strain WCHEC025970 plasmid p4_025970, complete sequence	False	True
CHI0081_000000001627	6313	0.657364278443332	6	5	3	4	4	False	130176	backbone	True	CHI0081_000000001627	1.0	PS1081|PS1086|PS1087|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	20	5	True	True	1.0	61	rep_cluster_475				non-mobilizable	no_good_hit	4628.0	98.055	85.0	0.8020110957004161	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0122_000000006532	4730	0.6573578093443508	6	6	6	6	6	True	67922	maximal	True	SPA0122_000000006532	1.0		34	7	False	False	0.9997885823249817	0					non-mobilizable	no_good_hit	1255.0	76.574	28.0	0.0003449022776879884	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0048_000000016749	1122	0.6573477978805347	2	1	1	1	1	False	36017	fragment	False	ISR0048_000000016749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0136_000000005646	2031	0.6573421238169733	4	1	1	1	1	False	58041	maximal	True	ENG0136_000000005646	1.0		173	11	False	False	0.9935992360115051	0					non-mobilizable	no_good_hit	189.0	93.65100000000001	9.0	4.253536091253734e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0096_000000002584	9874	0.6573415537616087	8	6	6	6	6	False	72768	maximal	True	MON0096_000000002584	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	2557.0	74.306	29.0	0.003356426467971885	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
MAD0006_000000004566	2006	0.6573347790972164	3	3	2	3	2	False	56252	fragment	False	MAD0006_000000004566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	98.367	49.0	0.00013686165861216681	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0311_000000018878	1263	0.6573285184809662	2	2	2	1	1	False	56116	fragment	False	ENG0166_000000022461	0.9726796407185629		0	0	False	False	0.9928740859031677	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	5.0	9.401747042532018e-06	CP006704.1	b-proteobacteria	Comamonas testosteroni TK102, complete genome	True	False
ISR0011_000000022060	1322	0.65732664413967	2	1	1	1	1	False	38227	maximal	True	ISR0011_000000022060	1.0		1	1	False	False	0.9508320689201355	0					non-mobilizable	no_good_hit	87.0	100.0	7.0	0.0009009292142011586	NZ_NFLJ01000004.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_4, whole genome shotgun sequence	True	False
ISR0853_000000006904	2513	0.657318617264182	3	2	1	2	2	False	76445	fragment	False	ISR0853_000000006904	1.0		0	0	False	False	0.9996020793914795	0					non-mobilizable	no_good_hit	834.0	73.141	39.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
FIJ0008_000000019298	1485	0.657318617264182	2	2	1	2	2	False	76441	fragment	False	FIJ0008_000000019298	0.9779324177491215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	73.141	56.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0052_000000025152	1477	0.657318617264182	2	2	1	2	2	False	76441	fragment	False	FIJ0008_000000019298	0.9595647423461994		0	0	False	False	0.991875410079956	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	5.0	0.01960285132382892	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0020_000000007361	2930	0.6573169830779404	2	2	1	1	2	False	37694	maximal	True	ISR0020_000000007361	1.0		33	4	False	False	1.0	0					non-mobilizable	chromosome	2876.0	93.56700000000001	98.0	0.0011807012385214178	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0120_000000000478	35595	0.6573160967683412	28	9	7	8	1	True	41557	maximal	True	FIJ0120_000000000478	1.0		44	12	False	False	0.9991009831428528	0					non-mobilizable	no_good_hit	56.0	85.714	0.0	0.0008237232289950577	NZ_FUXZ01000016.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	True
FIJ0017_000000010255	2759	0.6573157861328447	3	2	2	2	2	False	50152	maximal	True	FIJ0017_000000010255	1.0		1	1	False	False	0.9945632219314575	0					non-mobilizable	no_good_hit	893.0	72.34	32.0	0.0003311325408678376	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	False
ISR0335_000000004725	3535	0.6573146865421456	6	4	3	4	1	False	102091	maximal	True	ISR0335_000000004725	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3017.0	96.52	85.0	0.046012832263978	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0025_000000024058	1702	0.6573086923247229	3	2	2	2	2	False	13563	fragment	False	MON0025_000000024058	1.0		0	0	False	False	0.9964747428894043	0					non-mobilizable	other	1694.0	98.052	99.0	0.0022088678280292673	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
MAD0101_000000022590	1284	0.6573050470938009	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09752363589980448		0	0	False	False	0.9992212057113647	0					non-mobilizable	other	1284.0	98.91	100.0	0.006410224382834788	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ENG0070_000000016183	1583	0.6573042477827934	2	2	2	2	2	False	62351	fragment	False	ENG0070_000000016183	1.0		0	0	False	False	0.9791535139083862	0					non-mobilizable	no_good_hit	76.0	85.52600000000001	5.0	3.52290363430356e-05	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
FIJ0161_000000009248	1821	0.6572968204980595	2	2	1	2	2	False	39278	fragment	False	FIJ0161_000000009248	0.9843055805373297		0	0	False	False	0.9972542524337769	0					non-mobilizable	other	1821.0	99.176	100.0	0.0030216747050961705	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0053_000000012453	2945	0.6572961683590289	3	3	3	2	2	False	85291	maximal	True	MON0053_000000012453	1.0		81	8	False	False	1.0	0					non-mobilizable	no_good_hit	1743.0	99.598	59.0	0.05263634990179786	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0036_000000029441	1462	0.6572940293194869	2	2	2	1	1	False	47902	maximal	True	FIJ0036_000000029441	1.0		14	6	False	False	0.9993159770965576	0					non-mobilizable	no_good_hit								True	False
SPA0041_000000001030	21944	0.6572929656181163	28	19	7	11	18	True	105444	fragment	False	SPA0041_000000001030	1.0		0	0	False	True	0.9999544024467468	0					non-mobilizable	chromosome	21843.0	99.904	99.0	0.003986592229348517	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
CAN0015_000000011024	3665	0.6572891279714758	4	4	3	4	2	False	113792	fragment	False	ENG0016_000000005829	0.9633709016393442		0	0	False	False	0.9994543194770813	0					non-mobilizable	no_good_hit	198.0	76.263	5.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
CAN0006_000000024753	1830	0.6572862951802109	3	2	2	2	2	False	95619	fragment	False	SPA0057_000000017637	0.9934569247546347		0	0	False	False	0.9939890503883362	0					non-mobilizable	no_good_hit								True	False
SPA0077_000000013458	2142	0.6572857459348378	4	4	3	4	3	False	104680	fragment	False	SPA0077_000000013458	0.9978523984245533		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	83.87100000000001	17.0	0.0001250947926146699	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ISR0089_000000008035	3176	0.6572850629205857	4	3	1	3	2	True	33752	fragment	False	ISR0089_000000008035	1.0		0	0	False	False	0.9908690452575684	0					non-mobilizable	no_good_hit								True	True
ENG0084_000000004309	5844	0.6572835192331858	11	5	4	5	3	True	68772	fragment	False	ENG0084_000000004309	1.0		0	0	False	False	0.9998288750648499	0					non-mobilizable	plasmid	5768.0	99.82700000000001	99.0	0.07976699458995752	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
SPA0049_000000004571	4794	0.6572835192331858	9	5	4	5	3	True	68769	fragment	False	SPA0049_000000004571	0.9802367364193617		0	0	False	False	0.9972882866859436	0					non-mobilizable	plasmid	4512.0	99.49	98.0	0.062374607391418646	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ENG0059_000000002550	4731	0.6572835192331858	8	5	4	5	3	True	68769	fragment	False	SPA0049_000000004571	0.9738214434710055		0	0	False	False	0.998731791973114	0					non-mobilizable	plasmid	4614.0	99.523	97.0	0.06378592282041703	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
FIJ0012_000000011534	2095	0.6572833065382505	3	3	3	2	2	False	50794	fragment	False	FIJ0157_000000008626	0.6540975364504776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1296.0	97.762	62.0	0.002481289734166689	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0078_000000005446	4568	0.6572791637995787	6	3	2	3	3	False	52188	maximal	True	FIJ0078_000000005446	1.0		2	1	False	False	0.99978107213974	0					non-mobilizable	no_good_hit	1110.0	87.477	24.0	0.0016603173650898402	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
ISR0265_000000003633	4214	0.65727707909712	6	4	3	3	3	False	122601	maximal	True	ISR0265_000000003633	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4219.0	97.914	99.0	0.022835580566985998	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
ISR0327_000000024506	1213	0.6572704224262893	1	1	1	1	1	False	24761	fragment	False	ISR0327_000000024506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	76.222	87.0	0.00028444586727463815	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0090_000000026650	2230	0.6572671063744924	2	2	2	2	2	False	90855	fragment	False	CHI0151_000000010084	0.40835963402808323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	83.805	46.0	0.07577777777777778	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
ISR0224_000000011615	2570	0.6572661234452625	2	2	2	1	1	False	123216	maximal	True	ISR0224_000000011615	1.0		2	1	False	False	0.9875486493110657	0					non-mobilizable	no_good_hit	1326.0	93.816	51.0	0.005051222311356422	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
FIJ0164_000000002393	9722	0.6572580532282576	10	6	3	4	5	True	113143	fragment	False	FIJ0164_000000002393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8141.0	94.141	84.0	0.18548571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0025_000000005521	3775	0.6572548742066875	5	3	3	3	1	False	118624	maximal	True	FIJ0025_000000005521	1.0		6	4	False	False	0.9989404082298279	0					non-mobilizable	no_good_hit	1540.0	99.416	75.0	0.0003442676527768799	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0041_000000002173	5357	0.6572424933304318	5	5	5	4	4	False	130241	fragment	False	ISR0041_000000002173	1.0		0	0	False	False	0.9994400143623352	0					non-mobilizable	chromosome	5357.0	99.83200000000001	100.0	0.001068988903352306	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0106_000000004880	4513	0.6572410780545166	4	4	3	3	3	True	79915	maximal	True	ISR0106_000000004880	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2226.0	96.631	100.0	0.015978685458890807	CP054154.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B501, complete sequence	False	True
ISR0010_000000009283	2197	0.6572387824762301	2	2	2	2	2	False	107392	fragment	False	ISR0010_000000009283	1.0		0	0	False	False	0.9990896582603455	0					non-mobilizable	chromosome	2120.0	99.95299999999999	96.0	0.0006679037121766822	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0003_000000005979	4546	0.6572347747236388	6	5	3	5	3	False	105119	maximal	True	MAD0003_000000005979	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	73.639	8.0	0.0019487290525871943	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
CHI0041_000000003685	3727	0.6572258638444171	3	3	3	1	1	False	99683	maximal	True	CHI0041_000000003685	1.0		1	1	False	False	0.9978535175323486	0					non-mobilizable	no_good_hit	738.0	70.867	19.0	0.0001314765311629762	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	False
AST0024_000000025224	1425	0.6572240016481488	1	1	1	1	1	False	121019	maximal	False	ISR0228_000000018856	0.585173793560321		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	97.404	100.0	0.019193444037092947	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
TAN0017_000000006688	4864	0.6572235080011316	7	3	2	3	2	False	2490	maximal	True	TAN0017_000000006688	1.0		4	3	False	False	0.9950658082962036	0					non-mobilizable	no_good_hit	1815.0	79.28399999999999	37.0	0.007094923014205525	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
DEN0046_000000006754	3477	0.6572230546971439	4	1	1	1	1	False	72750	fragment	False	DEN0046_000000006754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0153_000000002094	7784	0.6572221849775676	9	7	4	6	6	True	105451	fragment	False	CHI0153_000000002094	1.0		0	0	False	True	0.9996145963668823	0					non-mobilizable	chromosome	7761.0	100.0	99.0	0.0014634208896542932	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
MAD0058_000000000826	12428	0.6572215564999173	14	12	9	8	9	False	49008	maximal	True	MAD0058_000000000826	0.9948638717220645		16	2	False	False	1.0	0					non-mobilizable	other	12449.0	97.87899999999999	100.0	0.004551855462208252	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
ISR0185_000000005885	5174	0.6572133922125867	4	4	4	4	4	False	46900	maximal	True	ISR0185_000000005885	1.0		1	1	False	False	0.9990336298942566	0					non-mobilizable	no_good_hit	44.0	95.455	1.0	0.016135228582404917	NZ_QRST01000056.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf56, whole genome shotgun sequence	True	False
ENG0077_000000000140	64456	0.6572125720194002	48	4	2	3	0	True	114304	fragment	False	ENG0077_000000000140	0.9333031151433104		0	0	False	False	1.0	0					non-mobilizable	virus	27834.0	96.27799999999999	97.0	0.28644722608561274	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0116_000000000419	28653	0.6572125720194002	28	4	2	3	0	True	114288	fragment	False	ISR0772_000000000082	0.6148319580272618		0	0	False	False	1.0	0					non-mobilizable	virus	22524.0	97.20299999999999	99.0	0.23166949981970844	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
USA0052_01_000000000464	27885	0.6572125720194002	32	4	2	3	0	True	114288	fragment	False	ISR0772_000000000082	0.7723859116947219		0	0	False	False	1.0	0					non-mobilizable	virus	25422.0	97.35700000000001	98.0	0.26153608406737755	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0086_000000000644	27415	0.6572125720194002	30	4	2	3	0	True	114288	fragment	False	ISR0772_000000000082	0.7689427411752887		0	0	False	False	1.0	0					non-mobilizable	virus	22383.0	97.52	97.0	0.23048472672951115	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ENG0071_000000000589	27274	0.6572125720194002	31	4	2	3	0	True	114288	fragment	False	ISR0772_000000000082	0.6769353918156411		0	0	False	False	1.0	0					non-mobilizable	virus	18200.0	97.40100000000001	98.0	0.19239688674749827	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
USA0113_01_000000000405	26192	0.6572125720194002	26	4	2	3	0	True	114288	fragment	False	ISR0772_000000000082	0.4619317239687771		0	0	False	False	1.0	0					non-mobilizable	virus	21383.0	97.685	98.0	0.22017204965744605	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
AST0053_000000000529	25920	0.6572125720194002	29	4	2	3	0	True	114288	fragment	False	ISR0772_000000000082	0.45016548635030124		0	0	False	False	1.0	0					non-mobilizable	virus	18197.0	93.796	99.0	0.19243924392439243	MK415399.1	viruses	CrAssphage apr34_000142F, complete genome	False	True
ENG0193_000000000688	25919	0.6572125720194002	28	4	2	3	0	True	114288	fragment	False	ISR0772_000000000082	0.5353471925557662		0	0	False	False	1.0	0					non-mobilizable	virus	21400.0	97.995	97.0	0.2203471900273013	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0849_000000000544	25250	0.6572125720194002	27	4	2	3	0	True	114288	fragment	False	ISR0772_000000000082	0.6043369901150059		0	0	False	False	1.0	0					non-mobilizable	virus	22396.0	96.428	99.0	0.230536238602998	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
MON0059_000000032559	1195	0.6572111676366282	1	1	1	1	1	False	10916	fragment	False	MON0077_000000035037	0.9498069498069499		0	0	False	False	0.9991631507873535	0					non-mobilizable	other	1182.0	92.04700000000001	99.0	0.005932237531222303	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
ISR0168_000000000430	27524	0.6572090253089616	37	8	8	6	6	False	51072	fragment	False	ISR0168_000000000430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	76.056	2.0	9.822009326476125e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MAD0079_000000004814	1259	0.6572052339201768	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.7363913253346794		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	98.96799999999999	92.0	0.01040323735854462	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0039_000000012922	1780	0.6572035510970307	2	2	2	2	1	False	126956	fragment	False	ISR0330_000000014390	0.7102416898921373		0	0	False	False	0.9988763928413391	0					non-mobilizable	other	1019.0	96.075	100.0	0.01454181844153989	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0218_000000013291	1341	0.6572022005521281	3	3	3	2	2	False	53687	fragment	False	ISR0218_000000013291	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	99.714	78.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0045_01_000000008476	1685	0.6572021329397802	2	2	2	2	2	False	102239	fragment	False	SPA0054_000000012699	0.31518760768570253		0	0	False	False	0.9982196092605591	0					non-mobilizable	other	1685.0	100.0	100.0	0.005849192262671802	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0298_000000013314	1138	0.6572014329707716	2	1	1	1	1	False	25622	fragment	False	ISR0298_000000013314	1.0		0	0	False	False	0.9463971853256226	0					non-mobilizable	other	1068.0	98.315	94.0	0.00025726731908629074	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0279_000000015307	1475	0.6571913293038983	2	2	2	2	2	False	42906	fragment	False	ISR0288_000000017877	0.4609567901234568		0	0	False	False	0.9993220567703247	0					non-mobilizable	other	1475.0	93.42399999999999	100.0	0.015667183945919518	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0151_000000008353	2293	0.6571896962464042	3	3	3	3	3	False	116158	maximal	True	ISR0151_000000008353	0.9975533807829182		187	13	False	False	0.9986916780471802	0					non-mobilizable	other	2293.0	100.0	100.0	0.0020511021541941995	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
FIJ0140_000000014565	2151	0.6571867643581101	2	2	2	2	2	False	40390	fragment	False	FIJ0140_000000014565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	76.943	40.0	0.00028361612038390634	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0375_000000000967	12014	0.6571833368570388	10	7	5	6	3	True	111804	maximal	True	ISR0375_000000000967	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	72.066	3.0	7.876283326641312e-05	AP017375.1	cyanobacteria	Stanieria sp. NIES-3757 DNA, complete genome	True	True
MON0095_000000008337	3538	0.6571724450706076	2	2	2	2	1	False	109821	maximal	True	MON0095_000000008337	1.0		34	10	False	False	0.9994347095489502	0					non-mobilizable	chromosome	1496.0	98.93	93.0	0.0005275439705252891	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0284_000000007992	1683	0.6571559830081075	2	2	2	2	2	False	72252	fragment	False	ISR0022_000000015083	0.9731507216246569		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	99.346	99.0	0.007841197089422318	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0086_000000000825	23924	0.6571542048998015	24	12	6	10	7	True	101840	fragment	False	ISR0086_000000000825	1.0		0	0	False	False	0.9999582171440125	0					non-mobilizable	no_good_hit	251.0	72.908	1.0	0.0016046502635750834	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	True
CHI0044_000000013008	1258	0.6571534688237625	2	2	2	2	1	False	92044	fragment	False	CHI0044_000000013008	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	811.0	95.80799999999999	90.0	0.00027264125762343664	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0140_000000016411	1144	0.6571534688237625	2	2	2	2	1	False	57761	maximal	True	ENG0140_000000016411	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	0.00011846037955920588	NZ_SLZZ01000001.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_101, whole genome shotgun sequence	True	False
USA0025_01_000000000724	23308	0.6571489545833146	24	23	7	13	21	True	123802	fragment	False	ENG0073_000000000695	0.3193471466967667		0	0	False	False	1.0	0					non-mobilizable	other	23308.0	99.979	100.0	0.014945510158932711	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0230_000000014245	2304	0.6571392729339851	2	2	2	2	2	False	27538	maximal	True	ISR0230_000000014245	1.0		0	0	False	False	0.9952256679534912	0					non-mobilizable	no_good_hit	1425.0	75.719	61.0	0.0027259468469302715	NZ_PTJA01000004.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_104, whole genome shotgun sequence	True	False
ISR0812_000000021601	1831	0.6571362707636274	2	2	2	2	1	False	21645	maximal	True	ISR0812_000000021601	1.0		1	1	False	False	0.9967231154441833	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000027664	1380	0.6571317361702477	2	2	2	2	2	False	92045	maximal	True	FIJ0041_000000027664	1.0		211	13	False	False	1.0	0					non-mobilizable	chromosome	793.0	97.226	97.0	0.0002665825630095825	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0018_000000027450	1227	0.6571317361702477	2	2	2	2	2	False	92043	fragment	False	CAN0018_000000027450	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	98.45200000000001	100.0	0.00041232782788729614	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0393_000000010463	1710	0.6571177431499639	3	3	3	3	3	False	107145	fragment	False	FIJ0147_000000011258	0.2721892223206336		0	0	False	False	0.9947368502616882	0					non-mobilizable	other	1710.0	98.83	100.0	0.015300458387050566	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0170_000000007230	2215	0.6571125153705536	4	4	2	3	2	False	111354	fragment	False	FIJ0170_000000007230	0.9749794586946252		0	0	False	False	0.991873562335968	0					non-mobilizable	other	2216.0	97.383	100.0	0.015737569806601962	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0324_000000002978	10313	0.6571119072796754	14	5	0	5	1	False	24958	maximal	True	ISR0324_000000002978	1.0		1	1	False	False	0.999030351638794	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000005695	5550	0.6571113053148535	8	4	2	3	2	True	74422	fragment	False	SPA0053_000000005695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0389_000000000703	19100	0.6571109104138018	24	11	5	11	4	True	108400	backbone	False	ISR0280_000000000088	0.08256287233338744	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	18972.0	98.962	100.0	0.19295211548438945	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0006_000000000183	17736	0.6571109104138018	22	11	5	11	4	True	108400	backbone	False	ISR0280_000000000088	0.039410410384336785	PS672	0	0	False	True	1.0	0					non-mobilizable	other	17736.0	99.67299999999999	100.0	0.17698187769439566	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0190_000000008550	2692	0.6571099261946282	4	3	3	2	2	False	87681	fragment	False	ISR0190_000000008550	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2518.0	99.484	94.0	0.0010255173321392732	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
MON0064_000000004301	5145	0.6571097554370622	6	4	2	4	2	False	101192	fragment	False	MON0038_000000004872	0.9001033776403102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	95.805	18.0	0.00015845370524249686	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0388_000000006126	4970	0.6571092165134894	7	3	3	3	2	False	101875	fragment	False	ISR0388_000000006126	1.0		0	0	False	False	0.9995976090431213	0					non-mobilizable	no_good_hit	432.0	84.954	9.0	0.0001532547569804455	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0156_000000007099	3668	0.6571088800162502	4	3	3	3	3	False	107375	fragment	False	ISR0156_000000007099	1.0		0	0	False	False	0.9934569001197815	0					non-mobilizable	no_good_hit	128.0	82.81200000000001	3.0	0.000523148264403318	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	True	False
USA0044_01_000000010758	2705	0.6571087858841782	3	3	3	3	3	False	33805	maximal	True	USA0044_01_000000010758	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	936.0	75.53399999999999	34.0	0.00040282978165238263	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	True	False
ISR0126_000000038934	1280	0.6571024723271431	2	2	2	1	1	False	115508	fragment	False	MON0088_000000019692	0.42542923946445155		0	0	False	False	0.9742187261581421	0					non-mobilizable	other	1280.0	99.844	100.0	0.0005527818020254547	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0119_000000002529	11774	0.6571015771490135	13	12	9	11	11	False	125173	maximal	True	ISR0119_000000002529	1.0		72	7	False	False	0.9999150633811951	0					non-mobilizable	no_good_hit	1964.0	71.64	16.0	0.007717067514344549	NZ_JHYA01000005.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
FIJ0087_000000023779	1357	0.6571002783728654	2	2	2	2	1	False	43711	fragment	False	FIJ0087_000000023779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	77.692	47.0	0.029644726481078326	NZ_JXQL01000058.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig58, whole genome shotgun sequence	True	False
CAN0008_000000010488	2756	0.657099664993432	3	3	3	3	3	False	95032	maximal	True	CAN0008_000000010488	1.0		70	11	False	False	0.9974600672721863	0					non-mobilizable	no_good_hit	1271.0	77.577	46.0	0.0006193570171137865	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0084_000000004302	1447	0.6570891134631273	3	2	2	2	2	False	92669	fragment	False	CHI0067_000000007058	0.6699999409637858		0	0	False	False	1.0	0					non-mobilizable	chromosome	1447.0	97.99600000000001	100.0	0.0004191687067080038	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0043_000000004516	4876	0.6570848066266335	6	5	4	4	4	False	18068	fragment	False	MAD0043_000000004516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	98.788	67.0	0.00801692461863935	CP058020.1	enterobacteria	Escherichia coli strain RHB04-C06 plasmid pRHB04-C06_2, complete sequence	True	False
ISR0065_000000025207	1373	0.6570782508030365	1	1	1	1	1	False	35168	maximal	True	ISR0065_000000025207	1.0		0	0	False	False	0.9941733479499817	0					non-mobilizable	no_good_hit	1016.0	80.118	74.0	0.004684480977115083	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0135_000000007633	3153	0.6570775175232807	5	4	3	3	3	False	20378	maximal	True	SPA0135_000000007633	1.0		30	7	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	76.741	40.0	0.007537218410365033	NZ_QSGP01000013.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf13, whole genome shotgun sequence	True	False
ISR0331_000000000549	23022	0.657075069182224	25	23	6	9	21	True	33676	fragment	False	ISR0331_000000000549	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	21080.0	98.71	92.0	0.008536701006363015	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
SPA0098_000000011081	3159	0.6570727084914041	3	3	3	2	1	False	5076	maximal	True	SPA0098_000000011081	1.0		0	0	False	False	0.9993668794631958	0					non-mobilizable	no_good_hit	1001.0	82.51700000000001	32.0	0.18153621601897463	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	True	False
FIJ0165_000000002208	8170	0.657071729255919	14	12	4	6	12	False	39063	maximal	True	FIJ0165_000000002208	1.0		1	1	False	False	0.9998775720596313	0					non-mobilizable	no_good_hit	5453.0	91.41799999999999	66.0	0.001039924958371396	CP045782.1	enterobacteria	Klebsiella pneumoniae strain LEMB18 chromosome, complete genome	True	False
MON0077_000000002180	11572	0.657068908994999	16	4	4	4	1	True	11701	maximal	True	MON0077_000000002180	1.0		3	1	False	False	0.9999135732650757	0					non-mobilizable	no_good_hit	99.0	100.0	1.0	4.8773058956674594e-05	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	True
MON0043_000000001394	10061	0.657068908994999	14	4	4	4	1	True	11700	fragment	False	MON0043_000000001394	1.0		0	0	False	False	0.9913527369499207	0					non-mobilizable	no_good_hit	67.0	98.507	1.0	1.618174155257926e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MAD0068_000000004531	5286	0.6570467894166236	10	2	2	2	2	False	16714	maximal	True	MAD0068_000000004531	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	73.344	12.0	0.00015606996752138812	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MAD0081_000000004289	1798	0.6570461567533564	1	1	1	1	1	False	16137	fragment	False	MAD0081_000000004289	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1700.0	92.588	94.0	0.02450633933851635	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	False	True
ENG0059_000000008317	1503	0.6570461567533564	1	1	1	1	1	False	84574	fragment	False	ENG0059_000000008317	0.9843205574912892		0	0	False	False	0.9986693263053894	0	Inc18				non-mobilizable	other	1445.0	98.616	96.0	0.022388291109801853	NZ_JQLU01000001.1	firmicutes	Carnobacterium gallinarum DSM 4847 strain MT44 BR43DRAFT_deg7180000000011_dupTrim_9640.1_C, whole genome shotgun sequence	False	True
CHI0076_000000006193	1435	0.6570461567533564	1	1	1	1	1	False	84574	fragment	False	ENG0059_000000008317	0.9624085163007319		0	0	False	False	0.9972125291824341	0	Inc18				non-mobilizable	plasmid	1435.0	100.0	100.0	0.0315608768377498	CP041740.1	firmicutes	Enterococcus faecalis EnGen0107 strain B594 plasmid p2, complete sequence	False	True
FIJ0072_000000013603	1847	0.6570445408855171	2	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.06168641251458765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	86.765	48.0	0.0002677388418008029	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0107_000000011478	2244	0.6570436838550633	2	2	2	2	2	False	115313	maximal	True	ISR0107_000000011478	1.0		0	0	False	False	0.9910873174667358	0					non-mobilizable	no_good_hit	1983.0	97.126	88.0	0.028575966731163544	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0067_000000027508	1209	0.6570395441462542	2	2	2	2	2	False	70787	fragment	False	DEN0067_000000027508	1.0		0	0	False	False	0.9867659211158752	0					non-mobilizable	no_good_hit								True	False
SPA0015_000000005394	3598	0.6570268776808807	4	4	4	4	3	False	115527	maximal	True	SPA0015_000000005394	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	82.919	37.0	0.01708423828730996	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0839_000000005338	3277	0.6570245726092394	4	4	4	4	4	False	63553	maximal	True	ISR0839_000000005338	1.0		23	6	False	False	0.9942020177841187	0					non-mobilizable	no_good_hit	98.0	77.551	3.0	0.0003464340746781952	NZ_KB891327.1	b-proteobacteria	Thiobacillus thioparus DSM 505 B058DRAFT_scaffold_3.4, whole genome shotgun sequence	True	False
MAD0038_000000006663	2105	0.6570239045935479	3	3	3	3	3	False	23323	maximal	True	MAD0038_000000006663	1.0		18	7	False	False	0.9790973663330078	0					non-mobilizable	chromosome	681.0	96.182	91.0	0.00023106326138317866	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0320_000000022986	1171	0.6570237804518684	2	2	2	1	1	False	25044	fragment	False	SPA0102_000000024966	0.9518463052960304		0	0	False	False	0.976942777633667	0					non-mobilizable	no_good_hit	96.0	79.167	8.0	1.598473541897674e-05	NZ_LT629778.1	g-proteobacteria	Pseudomonas granadensis strain LMG 27940 chromosome I	True	False
ENG0125_000000004557	5229	0.6570200374868264	6	6	6	6	5	False	63648	maximal	False	ENG0164_000000003298	0.9885100772273498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2574.0	76.884	66.0	0.001058436155340701	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0106_000000004678	5181	0.6570182405281597	4	4	2	4	2	False	42365	maximal	True	FIJ0106_000000004678	1.0		1	1	False	False	0.9972978234291077	0					non-mobilizable	no_good_hit	131.0	79.389	3.0	0.0007989545462991063	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
SPA0136_000000020613	2016	0.6570115733774977	3	2	1	2	2	False	3609	fragment	False	SPA0136_000000020613	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0072_000000001476	3705	0.657008849054776	5	1	1	1	1	False	119636	maximal	True	MAD0072_000000001476	1.0		11	1	False	False	1.0	0					non-mobilizable	no_good_hit	2385.0	99.036	64.0	0.00363820604699146	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0169_000000025475	1274	0.6569979259620047	3	2	2	2	1	True	30082	maximal	True	ISR0169_000000025475	1.0		112	11	False	False	0.9733123779296875	0					non-mobilizable	no_good_hit	431.0	83.295	34.0	0.0010361465033686865	NZ_KE159507.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.4, whole genome shotgun sequence	True	True
AST0097_000000015987	1309	0.6569954718499369	2	2	2	2	2	False	108942	fragment	False	AST0097_000000015987	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	98.70100000000001	100.0	0.011613556252053238	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	False
CHI0112_000000006528	2646	0.6569954148019932	3	2	2	2	2	False	82433	fragment	False	CHI0112_000000006528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	79.293	7.0	0.000159834294241888	NZ_CWHU01000005.1	firmicutes	Anaerococcus jeddahensis strain SB3, whole genome shotgun sequence	True	False
MON0043_000000015311	1854	0.6569883167636917	3	2	2	2	0	True	11678	maximal	True	MON0043_000000015311	1.0		18	6	False	False	0.983818769454956	0					non-mobilizable	no_good_hit	677.0	81.979	36.0	0.00026470557093462245	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
CHI0116_000000007691	2147	0.6569881158947832	3	3	3	3	3	False	82173	maximal	True	CHI0116_000000007691	1.0		43	9	False	False	0.9813693761825562	0					non-mobilizable	other	2147.0	98.696	100.0	0.0006030946116615903	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0049_000000022108	1329	0.6569780092436328	2	2	2	1	1	False	55563	fragment	False	ENG0176_000000006950	0.9871039056742815		0	0	False	False	0.9969902038574219	0					non-mobilizable	chromosome	1329.0	88.63799999999999	100.0	0.0002743843037302009	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
ISR0831_000000013918	1350	0.6569759313786043	1	1	1	1	1	False	63415	fragment	False	ENG0058_000000024648	0.9757489300998573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1141.0	79.755	88.0	0.013271702209615856	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
CHI0051_000000011818	1574	0.6569701256642217	3	2	2	2	1	False	86601	maximal	True	CHI0051_000000011818	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	73.936	12.0	5.3463896986341275e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
MON0070_000000028081	1248	0.6569697406220081	1	1	1	1	1	False	84951	fragment	False	CHI0070_000000009621	0.930921685430383		0	0	False	False	0.9959936141967773	0					non-mobilizable	chromosome	1248.0	97.837	100.0	0.0004979337943713117	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0271_000000010588	1716	0.6569660120655071	3	2	2	2	2	False	130884	maximal	True	ISR0271_000000010588	1.0	PS1128	100	11	False	True	0.9918414950370789	0					non-mobilizable	no_good_hit	1312.0	85.44200000000001	76.0	0.015419699404480574	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
FIJ0003_000000019881	1171	0.6569543733324615	2	2	2	1	1	False	52130	fragment	False	FIJ0003_000000019881	1.0		0	0	False	False	0.9974380731582642	0					non-mobilizable	other	1170.0	97.009	99.0	0.018364910296289314	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
SPA0030_000000015263	1998	0.656950457777009	2	2	2	1	1	False	24240	fragment	False	SPA0030_000000015263	1.0		0	0	False	False	0.9979979991912842	0					non-mobilizable	no_good_hit	799.0	77.972	40.0	0.0571880163804871	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0109_000000013870	2270	0.6569467908506784	3	3	3	3	3	False	69699	fragment	False	SPA0109_000000013870	0.991111111111111		0	0	False	False	0.991629958152771	0					non-mobilizable	no_good_hit	602.0	76.744	26.0	0.00023101018619032753	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
FIJ0096_000000020304	1810	0.6569467444113588	2	2	2	2	1	False	45865	maximal	True	FIJ0096_000000020304	1.0		4	3	False	False	0.9895027875900269	0					non-mobilizable	no_good_hit	411.0	76.399	23.0	0.0012920019079930376	NZ_FNAK01000007.1	a-proteobacteria	Kordiimonas lacus strain CGMCC 1.9109, whole genome shotgun sequence	True	False
FIJ0001_000000010582	1890	0.6569376455705497	3	2	1	2	1	True	52571	fragment	False	FIJ0001_000000010582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0077_000000005320	5526	0.6569364913489484	8	4	1	4	4	False	44526	maximal	True	FIJ0077_000000005320	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	87.785	24.0	0.0036824865766066674	LR756496.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MON0109_000000010921	3151	0.6569362592192857	6	1	1	1	1	False	62721	maximal	True	MON0109_000000010921	1.0		1	1	False	False	0.9996826648712158	0					non-mobilizable	no_good_hit	1405.0	97.58	45.0	0.0005845073473781741	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	False
ISR0336_000000002612	4392	0.6569337003189009	9	3	2	3	1	True	101798	maximal	True	ISR0336_000000002612	1.0		0	0	False	False	0.999772310256958	0					non-mobilizable	no_good_hit	1957.0	86.714	44.0	0.001569581700031021	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
FIJ0114_000000010184	3670	0.6569214649875224	5	5	5	5	3	False	80530	fragment	False	FIJ0114_000000010184	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3684.0	86.319	100.0	0.01311019231389874	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
MON0036_000000010554	2123	0.6569199505923764	3	3	2	3	2	False	120938	fragment	False	CHI0004_000000002902	0.9275931823861082		0	0	False	False	0.9731512069702148	0					non-mobilizable	chromosome	2007.0	94.96799999999999	94.0	0.0005812124875169762	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0106_000000030424	1438	0.6569186804970721	2	2	2	1	1	False	8641	maximal	True	MON0106_000000030424	1.0		2	1	False	False	0.990959644317627	0					non-mobilizable	chromosome	1436.0	85.86399999999999	99.0	0.00048523284890467517	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0073_000000002543	1842	0.6569086137023904	1	1	1	1	1	False	10389	maximal	True	MON0073_000000002543	1.0		17	7	False	False	1.0	0					non-mobilizable	other	1842.0	99.729	100.0	0.0017697190390589214	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
FIJ0048_000000021322	1579	0.6569080224212629	3	1	1	1	1	False	113371	fragment	False	FIJ0048_000000021322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.564560755213942e-06	NZ_AP018823.1	b-proteobacteria	Aquitalea magnusonii strain H3	True	False
SPA0033_000000019217	1637	0.6569076357172482	1	1	1	1	0	False	7196	maximal	True	SPA0033_000000019217	1.0		0	0	False	False	0.9969456195831299	0					non-mobilizable	no_good_hit	812.0	88.42399999999999	50.0	0.0016958119091580117	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0133_000000001139	19191	0.6569060563508835	18	15	5	8	12	True	105603	fragment	False	ISR0344_000000000969	0.9893907986714302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11348.0	96.105	83.0	0.0021932181835683335	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0021_000000003735	4969	0.6569014262438285	4	4	4	4	4	False	92456	maximal	True	ENG0021_000000003735	1.0		6	4	False	False	1.0	0					non-mobilizable	other	4970.0	99.014	100.0	0.001418218268044109	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
DEN0051_000000003662	9238	0.6569012137884318	5	5	5	4	2	False	72609	maximal	True	DEN0051_000000003662	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	3304.0	74.90899999999999	35.0	0.0013640202968232245	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0019_01_000000026060	1170	0.6569011561348136	1	1	1	1	1	False	1819	maximal	True	USA0019_01_000000026060	1.0		92	11	False	False	0.9923076629638672	0					non-mobilizable	no_good_hit								True	False
ISR0164_000000004894	4760	0.6568950127836384	3	2	1	2	1	False	89081	maximal	True	ISR0164_000000004894	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2600.0	92.92299999999999	74.0	0.020785256539114075	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0213_000000004456	5037	0.6568921467229559	4	3	3	3	3	False	108262	maximal	True	ISR0213_000000004456	1.0		29	4	False	False	0.9998014569282532	0					non-mobilizable	chromosome	1468.0	97.88799999999999	99.0	0.0004623948776607799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0026_000000005910	3776	0.6568921467229559	4	3	3	3	3	False	108260	fragment	False	AST0110_000000004715	0.8449797107393953		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	97.90899999999999	99.0	0.0004970666135453647	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0065_000000008358	3672	0.6568921467229559	3	3	3	3	3	False	108260	fragment	False	AST0110_000000004715	0.8336508578549497		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	98.803	98.0	0.00042110399219822905	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0178_000000005863	3572	0.6568921467229559	3	3	3	3	3	False	108260	fragment	False	AST0110_000000004715	0.5953416716968903		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	98.728	98.0	0.00042110399219822905	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0016_000000023976	1178	0.6568891727115947	2	2	2	2	1	False	100107	maximal	True	AUS0016_000000023976	1.0		543	14	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	80.328	46.0	0.00673198443385012	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0046_000000004896	4766	0.6568859918639978	4	4	3	3	4	False	17770	maximal	True	MAD0046_000000004896	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	75.182	17.0	0.002636289985364834	NZ_JH815199.1	actinobacteria	Slackia piriformis YIT 12062 supercont1.2, whole genome shotgun sequence	True	False
FIJ0126_000000025956	1538	0.6568804954074821	3	2	2	2	1	False	41128	maximal	True	FIJ0126_000000025956	1.0		2	1	False	False	0.9902470707893372	0					non-mobilizable	no_good_hit								True	False
CHI0007_000000002483	3498	0.6568727364407915	7	5	2	5	4	False	94958	maximal	True	CHI0007_000000002483	0.9809248099840321		14	2	False	False	0.9997141361236572	0					non-mobilizable	no_good_hit	1259.0	93.646	75.0	0.00039105057276309427	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0022_000000008532	1802	0.6568610732865797	4	3	2	3	2	False	67979	maximal	True	ENG0022_000000008532	0.9878535695929047		134	8	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	99.016	28.0	0.0046175283927904626	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	True	False
ISR0227_000000009195	2896	0.6568599932772217	5	4	3	4	3	True	27638	maximal	True	ISR0227_000000009195	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	78.46600000000001	12.0	0.0025520729862310316	NZ_CZBD01000012.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
SPA0055_000000019680	1570	0.6568524017381935	2	2	2	2	2	False	118589	fragment	False	ENG0060_000000020161	0.8556990544740246		0	0	False	False	1.0	0					non-mobilizable	chromosome	1505.0	92.757	96.0	0.00027957941886517894	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0149_000000033368	1216	0.6568518577323663	2	2	1	2	2	True	3280	fragment	False	SPA0149_000000033368	1.0		0	0	False	False	0.9967105388641357	0	IncN				non-mobilizable	plasmid	1216.0	100.0	100.0	0.035681771460456375	CP054284.1	enterobacteria	Escherichia coli strain IDR1900005638-01-02 plasmid p5E34, complete sequence	False	True
ISR0156_000000010181	2528	0.6568472336359727	3	3	2	2	0	False	129970	fragment	False	ISR0156_000000010181	1.0		0	0	False	False	0.9984177350997925	0					non-mobilizable	other	1363.0	99.56	99.0	0.0015163694419270584	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
FIJ0164_000000007011	3350	0.6568466589962333	6	3	2	3	2	False	39108	maximal	True	FIJ0164_000000007011	1.0		1	1	False	False	0.9970149397850037	0					non-mobilizable	no_good_hit	431.0	85.383	13.0	0.00021350655400421837	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
ENG0131_000000023456	1124	0.6568422924674158	2	2	2	2	1	False	58336	maximal	True	ENG0131_000000023456	1.0		1	1	False	False	0.9919928908348083	0					non-mobilizable	chromosome	1124.0	99.46600000000001	100.0	0.0003132333125161951	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	False
ISR0096_000000005117	4888	0.6568328141837971	5	5	4	5	4	False	71388	maximal	True	ISR0096_000000005117	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1532.0	74.347	31.0	0.0016430299044551892	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MON0054_000000003800	7439	0.6568305698426373	8	4	3	4	2	True	66014	fragment	False	TAN0007_000000003543	0.7009267990972011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	True
ISR0248_000000003371	1327	0.6568299658839198	2	2	2	2	2	False	76249	fragment	False	DEN0007_000000017257	0.28913198126886275		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	95.038	100.0	0.0003768840647728598	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0066_000000031107	1192	0.6568292346302429	2	2	1	2	1	True	10616	fragment	False	MON0066_000000031107	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	99.83200000000001	99.0	0.00031867269341892687	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0104_000000004347	7851	0.6568262194462372	5	2	2	1	1	False	43760	fragment	False	MON0104_000000004347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	3.603993224492738e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	False
ISR0132_000000003660	6502	0.6568262194462372	3	2	2	1	1	False	31615	fragment	False	ISR0132_000000003660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	88.571	1.0	2.517921029238537e-05	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	True	False
SPA0098_000000024267	1567	0.6568230434934009	2	2	2	2	2	False	5053	maximal	True	SPA0098_000000024267	1.0		21	6	False	False	1.0	0					non-mobilizable	other	1570.0	94.84100000000001	100.0	0.00038886252136079575	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	False
CHI0148_000000002023	5435	0.6568212701062963	10	7	5	6	2	True	88242	maximal	True	CHI0148_000000002023	1.0		16	4	False	False	0.9994480013847351	0					non-mobilizable	no_good_hit	290.0	95.17200000000001	12.0	8.34858834937103e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0107_000000009712	3213	0.6568205306273052	2	2	2	2	2	False	4722	maximal	True	SPA0107_000000009712	1.0		194	9	False	False	0.9993775486946106	0					non-mobilizable	other	3190.0	93.072	100.0	0.0006613488565336466	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
AST0084_000000020732	1698	0.6568200522146915	3	3	2	3	3	False	111307	fragment	False	ENG0005_000000013743	0.9123290465387942		0	0	False	False	0.9970553517341614	0					non-mobilizable	other	1573.0	94.53299999999999	98.0	0.007587165527626549	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0047_000000019316	2025	0.6568193948464975	4	3	1	3	2	False	6672	fragment	False	SPA0047_000000019316	1.0		0	0	False	False	0.9866666793823242	0					non-mobilizable	no_good_hit								True	False
CHI0015_000000003093	2968	0.6568043025848437	5	4	3	4	3	True	89869	fragment	False	CHI0015_000000003093	1.0		0	0	False	False	0.9966307282447815	0					non-mobilizable	no_good_hit	242.0	91.736	8.0	8.468933306091598e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
SPA0133_000000006781	3279	0.6568017100643315	4	3	2	3	3	False	3699	maximal	True	SPA0133_000000006781	1.0		0	0	False	False	0.9975602030754089	0					non-mobilizable	no_good_hit	628.0	94.586	19.0	0.0038172586360149525	NZ_LT969515.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MON0044_000000014244	3349	0.6567980723810848	3	3	3	3	2	False	64151	fragment	False	MON0044_000000014244	1.0		0	0	False	False	0.989847719669342	0					non-mobilizable	no_good_hit	636.0	74.057	19.0	0.003058582107783261	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
ENG0171_000000021064	1160	0.6567944888554441	2	2	2	1	1	False	55752	fragment	False	ENG0171_000000021064	1.0		0	0	False	False	0.9775862097740173	0					non-mobilizable	other	1160.0	97.155	100.0	0.0003304355362749224	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MON0012_000000049086	1189	0.6567933156955691	1	1	1	1	1	False	56495	fragment	False	MON0012_000000049086	0.9811320754716981		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	83.137	99.0	0.0005164347240537583	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
SPA0126_000000029064	1539	0.6567836585832182	3	3	2	3	1	False	3955	maximal	True	SPA0126_000000029064	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	86.111	5.0	1.4672683864449553e-05	NZ_CP021235.1	CFB group bacteria	Pontibacter actiniarum strain DSM 19842 chromosome, complete genome	True	False
ISR0148_000000003554	8052	0.6567788993945632	8	6	6	3	2	False	99659	maximal	True	ISR0148_000000003554	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.877	16.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0061_000000003581	1689	0.6567768795804945	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.4470189221173289		0	0	False	False	1.0	0					non-mobilizable	chromosome	1689.0	96.744	100.0	0.0005320535470289001	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0058_000000004926	3155	0.6567725661217318	5	4	1	4	1	True	113112	fragment	False	AST0058_000000004926	0.9399555572359861		0	0	False	False	0.9984152317047119	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.005894656778855296	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0124_000000004558	6456	0.6567672644557667	8	7	2	5	7	False	125590	fragment	False	SPA0017_000000001628	0.9579007253591239		0	0	False	False	1.0	0					non-mobilizable	other	6456.0	99.814	100.0	0.0027569544325069446	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
CAN0006_000000009760	4618	0.6567664382064541	7	5	4	4	4	False	95755	maximal	True	CAN0006_000000009760	1.0		45	6	False	False	0.999783456325531	0					non-mobilizable	no_good_hit	2562.0	97.931	88.0	0.00036174201734525427	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
DEN0078_000000025356	1372	0.6567629478523028	1	1	1	1	1	False	69708	fragment	False	SPA0029_000000018222	0.9297662801236315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	70.813	74.0	0.0008491532217406557	CP045542.1	mycoplasmas	Mycoplasma sp. NEAQ87857 chromosome, complete genome	True	False
FIJ0124_000000002309	10177	0.6567604229487268	13	9	6	9	5	True	125257	fragment	False	SPA0139_000000002006	0.6660731920175471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	79.229	10.0	0.0002967697623087788	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0002_000000031837	1221	0.6567598574357922	2	2	2	1	1	False	52289	maximal	True	FIJ0002_000000031837	1.0		92	13	False	False	0.9950860142707825	0					non-mobilizable	no_good_hit	505.0	70.891	41.0	0.003001620396668321	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	True	False
ENG0202_000000008010	2792	0.6567501172635792	4	3	2	3	2	True	120001	maximal	True	ENG0202_000000008010	1.0	PS730	168	14	False	True	1.0	0					non-mobilizable	other	2232.0	93.414	97.0	0.0006711092149708237	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0117_000000004865	4362	0.6567477996237583	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.868829910143048	PS388	0	0	False	True	1.0	0					non-mobilizable	other	1529.0	98.561	99.0	0.009314744484610555	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0121_000000005975	4357	0.6567477996237583	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.835532358629579	PS388	0	0	False	True	1.0	0					non-mobilizable	other	1529.0	98.561	99.0	0.009314744484610555	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ENG0003_000000016224	1337	0.6567469629637003	2	1	1	1	1	False	67843	maximal	True	ENG0003_000000016224	1.0		17	4	False	False	0.9753178954124451	0					non-mobilizable	other	1337.0	99.925	100.0	0.00020949048339301827	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
ISR0214_000000011328	2497	0.656746148373785	2	2	2	2	2	False	28223	maximal	True	ISR0214_000000011328	1.0		3	2	False	False	0.9959952235221863	0					non-mobilizable	no_good_hit	1241.0	73.892	49.0	0.0003741322168558504	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0005_000000026430	1384	0.6567455969884821	3	3	2	2	1	False	51873	maximal	True	FIJ0005_000000026430	1.0		19	9	False	False	0.9992774724960327	0					non-mobilizable	no_good_hit	204.0	77.941	15.0	8.509407506303459e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0209_000000008072	3654	0.6567435741796221	5	2	1	2	2	False	28472	maximal	True	ISR0209_000000008072	1.0		1	1	False	False	0.9934318661689758	0					non-mobilizable	no_good_hit	1326.0	100.0	36.0	0.0002495120391912797	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
FIJ0046_000000013965	2211	0.6567419752515731	2	2	2	2	2	False	71523	fragment	False	ENG0153_000000013328	0.9754445617092591		0	0	False	False	0.9995477199554443	0					non-mobilizable	no_good_hit	954.0	73.166	42.0	0.0007240770727771028	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
SPA0094_000000003061	4827	0.6567386558982826	5	1	1	1	1	True	130255	maximal	True	SPA0094_000000003061	1.0		8	5	False	False	0.9919204711914062	0					non-mobilizable	other	4274.0	99.509	99.0	0.0011343716195048145	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
USA0037_01_000000007429	4805	0.6567386558982826	4	1	1	1	1	True	22458	maximal	True	USA0037_01_000000007429	1.0		1	1	False	False	0.9856399297714233	0					non-mobilizable	no_good_hit	1337.0	81.45100000000001	52.0	0.00040407748715902934	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
SPA0041_000000007322	4650	0.6567386558982826	5	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.9150111726685852		0	0	False	False	0.9969892501831055	0					non-mobilizable	other	4102.0	99.65899999999999	92.0	0.0010891987042282115	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0143_000000007308	4512	0.6567386558982826	5	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.915827054956498		0	0	False	False	0.998670220375061	0					non-mobilizable	other	4317.0	99.676	96.0	0.0011468606019636402	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0055_000000004353	4454	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.9479671103946646		0	0	False	False	1.0	0					non-mobilizable	other	4454.0	99.91	100.0	0.0013439261601324848	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0113_000000006285	4420	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.943674005795482		0	0	False	False	0.9997737407684326	0					non-mobilizable	other	4440.0	98.37799999999999	100.0	0.0013369831453788803	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0019_000000006153	4411	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8877006494230388		0	0	False	False	1.0	0					non-mobilizable	other	4188.0	100.0	95.0	0.0012639305553626941	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0200_000000004838	4355	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8858506115740128		0	0	False	False	1.0	0					non-mobilizable	other	2827.0	98.23100000000001	100.0	0.0007567806988251154	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0003_000000011269	4321	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.9388552929853639		0	0	False	False	1.0	0					non-mobilizable	other	4279.0	99.416	99.0	0.0012914007441704334	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
DEN0072_000000004454	4278	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8897314633397729		0	0	False	False	1.0	0					non-mobilizable	other	4215.0	99.95299999999999	99.0	0.001271779180736334	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0041_000000006041	4272	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.9105267751471801		0	0	False	False	0.9969569444656372	0					non-mobilizable	other	4293.0	98.206	100.0	0.001295023186650575	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0021_01_000000004351	4234	0.6567386558982826	3	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8294659613102366		0	0	False	False	1.0	0					non-mobilizable	other	4254.0	98.70700000000001	100.0	0.001281740897556723	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0059_000000006245	4215	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8901230510502627		0	0	False	False	1.0	0					non-mobilizable	other	4215.0	100.0	100.0	0.0012720810509430124	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
DEN0094_000000007484	4207	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8890405128089731		0	0	False	False	1.0	0					non-mobilizable	other	4207.0	99.929	100.0	0.0012696660892895846	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0003_01_000000009318	4193	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8881296328845967		0	0	False	False	1.0	0					non-mobilizable	other	4194.0	99.881	100.0	0.0012651380361894079	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0027_01_000000006399	4191	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8550656552245931		0	0	False	False	0.9971367120742798	0					non-mobilizable	other	4103.0	99.04899999999999	99.0	0.0010894644272592504	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
DEN0079_000000011117	4158	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8570237531898007		0	0	False	False	1.0	0					non-mobilizable	other	4097.0	99.756	99.0	0.001088401535135095	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
USA0053_01_000000005277	4148	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8846736875998549		0	0	False	False	1.0	0					non-mobilizable	other	4148.0	100.0	100.0	0.0012518557470955558	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0001_01_000000003715	4140	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8848216993366363		0	0	False	False	1.0	0					non-mobilizable	other	4140.0	99.90299999999999	100.0	0.0012491389152354496	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CHI0056_000000004159	4119	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.856087445689377		0	0	False	False	0.9992716908454895	0					non-mobilizable	other	4119.0	99.976	100.0	0.0012431015111018806	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0047_000000009653	4110	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.314195895000208		0	0	False	False	0.9975669384002686	0					non-mobilizable	other	2182.0	98.304	93.0	0.0006583789207657119	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0081_01_000000007625	4107	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8525382904161736		0	0	False	False	1.0	0					non-mobilizable	other	4111.0	98.759	100.0	0.0010907930424144444	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0322_000000002241	4094	0.6567386558982826	3	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.5634331070452651		0	0	False	False	0.995114803314209	0					non-mobilizable	other	4094.0	99.902	100.0	0.0010873386430109396	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
DEN0073_000000011698	4069	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.8255784820703189		0	0	False	False	1.0	0					non-mobilizable	other	4035.0	99.75200000000001	99.0	0.0010716609841796478	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
USA0113_01_000000004721	4021	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.6922406392465706		0	0	False	False	1.0	0					non-mobilizable	other	3901.0	99.76899999999999	100.0	0.001036319821051482	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0209_000000004715	3989	0.6567386558982826	4	1	1	1	1	True	128431	maximal	False	CHI0024_000000002616	0.6025965365034132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.376	50.0	0.00037825644266183556	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
CAN0023_000000002210	3957	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.7258160208682373		0	0	False	False	1.0	0					non-mobilizable	other	3957.0	99.874	100.0	0.0011938966674132922	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0811_000000003465	3951	0.6567386558982826	3	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.4925019388711785		0	0	False	False	0.9992406964302063	0					non-mobilizable	other	3951.0	100.0	100.0	0.0011923873163799	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0121_000000004641	3913	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.569444706560574		0	0	False	False	1.0	0					non-mobilizable	other	2581.0	99.031	100.0	0.0006909038227065809	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0110_000000004812	3904	0.6567386558982826	4	1	1	1	1	True	107047	maximal	True	AST0110_000000004812	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1687.0	87.611	43.0	0.000509186098886303	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ENG0071_000000005367	3892	0.6567386558982826	4	1	1	1	1	True	128431	maximal	False	CHI0024_000000002616	0.4892119352821503		0	0	False	False	0.9992291927337646	0					non-mobilizable	no_good_hit	1783.0	89.06299999999999	51.0	0.00037508846575512006	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
CAN0016_000000012403	3843	0.6567386558982826	4	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.5685178290063342		0	0	False	False	1.0	0					non-mobilizable	other	3843.0	99.818	100.0	0.0010209078852512292	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CHI0084_000000000856	3826	0.6567386558982826	5	1	1	1	1	True	84178	maximal	True	CHI0084_000000000856	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	1461.0	91.992	42.0	0.0007048757608192394	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	True
DEN0090_000000006212	3779	0.6567386558982826	3	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.5137545182313918		0	0	False	False	1.0	0					non-mobilizable	other	3779.0	99.682	100.0	0.0010039016112647432	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0021_000000006061	3699	0.6567386558982826	4	1	1	1	1	True	128431	maximal	False	CHI0024_000000002616	0.47240029830411195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1831.0	89.295	51.0	0.00038522599185660976	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
USA0087_01_000000003850	3693	0.6567386558982826	3	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.3225286725084228		0	0	False	False	1.0	0					non-mobilizable	other	3693.0	99.62100000000001	100.0	0.0011145048030568585	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MON0108_000000005693	3662	0.6567386558982826	3	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.22608357512570082		0	0	False	False	0.9997269511222839	0					non-mobilizable	other	3662.0	99.91799999999999	100.0	0.0011048449564431478	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0086_01_000000005120	3604	0.6567386558982826	4	1	1	1	1	True	128431	maximal	False	CHI0024_000000002616	0.4712507357140678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1783.0	89.06299999999999	53.0	0.00037508846575512006	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0186_000000007456	3488	0.6567386558982826	3	1	1	1	1	True	72843	maximal	True	ISR0186_000000007456	1.0		0	0	False	False	0.9982798099517822	0					non-mobilizable	other	2014.0	99.007	100.0	0.0006094482040209648	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
DEN0070_000000009712	3413	0.6567386558982826	3	1	1	1	1	True	130253	fragment	False	ENG0055_000000004353	0.07390385348671602		0	0	False	False	1.0	0					non-mobilizable	other	3336.0	100.0	98.0	0.0010067371392726498	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
DEN0010_000000013002	3356	0.6567386558982826	3	1	1	1	1	True	93687	maximal	True	DEN0010_000000013002	1.0		2	2	False	False	0.9991060495376587	0					non-mobilizable	other	1032.0	98.54700000000001	90.0	0.0002755581525446015	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0001_000000007862	3231	0.6567386558982826	4	1	1	1	1	True	76235	fragment	False	ENG0001_000000007862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1627.0	100.0	50.0	0.9993853718500307	KP798881.1	bacteria	Uncultured bacterium isolate CON30 genomic sequence	True	True
DEN0071_000000012028	3207	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.9674042363817134		0	0	False	False	1.0	0					non-mobilizable	other	3226.0	96.46600000000001	100.0	0.0008609518565897898	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0024_01_000000007644	3140	0.6567386558982826	2	1	1	1	1	True	75319	maximal	True	USA0024_01_000000007644	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	82.962	66.0	0.0004343681533628546	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
USA0056_01_000000006718	3077	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.9634190623461748		0	0	False	False	1.0	0					non-mobilizable	other	3095.0	96.51100000000001	99.0	0.0008266744576338043	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0184_000000007519	3013	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.9101483123752793		0	0	False	False	0.9993361830711365	0					non-mobilizable	other	2917.0	100.0	97.0	0.0008802535226743769	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CAN0014_000000015624	3004	0.6567386558982826	2	1	1	1	1	True	93686	fragment	False	CAN0014_000000015624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	88.454	89.0	0.00044305161636861893	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
USA0117_01_000000007795	2989	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.9501510372993945		0	0	False	False	1.0	0					non-mobilizable	other	2989.0	99.665	100.0	0.0008001630318787844	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0061_01_000000003726	2988	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.9499576117049122		0	0	False	False	1.0	0					non-mobilizable	other	2988.0	99.665	100.0	0.0007998952396994408	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0075_01_000000008312	2984	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.949733664155217		0	0	False	False	1.0	0					non-mobilizable	other	2984.0	99.665	100.0	0.0007988240709820662	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0066_01_000000006905	2976	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.9485202255564354		0	0	False	False	1.0	0					non-mobilizable	other	2976.0	99.63	100.0	0.0007966817335473171	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0135_01_000000005040	2976	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.9488815701022663		0	0	False	False	1.0	0					non-mobilizable	other	2976.0	99.664	100.0	0.0007966817335473171	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0209_000000010012	2942	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.9057971246358943		0	0	False	False	1.0	0					non-mobilizable	other	2942.0	99.55799999999999	100.0	0.0007875767994496336	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0172_000000007189	2926	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.9059336063713802		0	0	False	False	1.0	0					non-mobilizable	other	2926.0	100.0	100.0	0.0008829703545344829	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0071_000000002682	2884	0.6567386558982826	1	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.5666819737278542		0	0	False	False	1.0	0					non-mobilizable	other	2884.0	98.682	100.0	0.0008702918058539878	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0850_000000005148	2873	0.6567386558982826	3	1	1	1	1	True	65985	fragment	False	ISR0850_000000005148	0.9960962095453972		0	0	False	False	0.9982596635818481	0					non-mobilizable	other	2873.0	100.0	100.0	0.0008699479333738623	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
USA0050_01_000000004716	2852	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.8515733798242623		0	0	False	False	0.9996493458747864	0					non-mobilizable	other	2852.0	98.036	100.0	0.0007634755033087062	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0004_01_000000008826	2842	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.8494754613858223		0	0	False	False	1.0	0					non-mobilizable	other	2765.0	97.794	100.0	0.0008343692512592515	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0079_01_000000004518	2824	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.8601842545714432		0	0	False	False	1.0	0					non-mobilizable	other	2824.0	99.646	100.0	0.0007559773222870845	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0042_01_000000008021	2821	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.8596695403211659		0	0	False	False	1.0	0					non-mobilizable	other	2821.0	99.646	100.0	0.0007551739457490535	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0268_000000006629	2821	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.8596695403211659		0	0	False	False	1.0	0					non-mobilizable	other	2821.0	99.646	100.0	0.0007551739457490535	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0135_000000006764	2784	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.8521246771386897		0	0	False	False	1.0	0					non-mobilizable	other	2784.0	99.641	100.0	0.000745265635113339	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0153_000000009841	2778	0.6567386558982826	1	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.23623107979095073		0	0	False	False	1.0	0					non-mobilizable	other	2778.0	99.53200000000001	100.0	0.0007379128571948629	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0053_000000012097	2769	0.6567386558982826	3	1	1	1	1	True	106430	fragment	False	SPA0053_000000012097	0.9851428571428571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	85.24600000000001	80.0	0.00034835821850693786	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
AST0003_000000012514	2747	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.8143303269395952		0	0	False	False	0.9981798529624939	0					non-mobilizable	other	2747.0	99.927	100.0	0.0008289355875390394	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0072_01_000000007295	2726	0.6567386558982826	2	1	1	1	1	True	12230	maximal	True	USA0072_01_000000007295	1.0		1	1	False	False	0.9966984391212463	0					non-mobilizable	no_good_hit	1417.0	86.16799999999999	52.0	0.0004279057541361952	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
USA0014_01_000000002346	2702	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.6078334497054607		0	0	False	False	0.9992598295211792	0					non-mobilizable	other	2694.0	99.62899999999999	99.0	0.0007211643389724118	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0130_000000011188	2695	0.6567386558982826	2	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.340509513981123		0	0	False	False	0.9996289610862732	0					non-mobilizable	other	2695.0	99.926	100.0	0.0008132383367917597	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0027_000000008170	2690	0.6567386558982826	3	1	1	1	1	True	65985	fragment	False	ISR0850_000000005148	0.9724714022792442		0	0	False	False	0.9944238066673279	0					non-mobilizable	other	2690.0	100.0	100.0	0.000814516014220862	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
USA0044_01_000000010972	2647	0.6567386558982826	3	1	1	1	1	True	65985	fragment	False	ISR0850_000000005148	0.9586579921337445		0	0	False	False	1.0	0					non-mobilizable	other	2618.0	99.92399999999999	99.0	0.0007927067345541078	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
SPA0042_000000012162	2625	0.6567386558982826	3	1	1	1	1	True	106430	fragment	False	SPA0053_000000012097	0.9599133261105093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	85.20100000000001	79.0	0.0003513769205737224	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ISR0062_000000013895	2607	0.6567386558982826	2	1	1	1	1	True	35349	maximal	True	ISR0062_000000013895	1.0		20	4	False	False	0.9812044501304626	0					non-mobilizable	no_good_hit	912.0	93.531	81.0	0.00025972974421609516	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
DEN0058_000000000806	2500	0.6567386558982826	1	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.1394914450486622		0	0	False	False	1.0	0					non-mobilizable	other	2499.0	99.84	99.0	0.000712189792592542	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
USA0106_01_000000004000	2491	0.6567386558982826	1	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.17178814319740318		0	0	False	False	1.0	0					non-mobilizable	other	2491.0	100.0	100.0	0.0007516568146293547	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0090_01_000000003471	2474	0.6567386558982826	1	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.1389419001647383		0	0	False	False	1.0	0					non-mobilizable	other	2474.0	100.0	100.0	0.000746525021115821	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CHI0139_000000004373	2462	0.6567386558982826	2	1	1	1	1	True	106441	maximal	True	CHI0139_000000004373	1.0		33	4	False	False	1.0	0					non-mobilizable	other	1727.0	93.978	91.0	0.00051815056286414	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
USA0048_01_000000006472	2427	0.6567386558982826	2	1	1	1	1	True	111959	fragment	False	USA0048_01_000000006472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2089.0	99.95200000000001	86.0	0.0006303049915446156	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ISR0370_000000010940	2413	0.6567386558982826	1	1	1	1	1	True	130248	fragment	False	DEN0071_000000012028	0.13358526280963676		0	0	False	False	0.9991711378097534	0					non-mobilizable	other	2407.0	100.0	99.0	0.0007262997172683644	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0018_000000009033	2372	0.6567386558982826	3	1	1	1	1	True	106950	fragment	False	ISR0018_000000009033	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2369.0	92.697	99.0	0.0004969499774334445	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0158_000000007385	2345	0.6567386558982826	4	1	1	1	1	True	78895	maximal	True	CHI0158_000000007385	1.0		2	2	False	False	0.9863539338111877	0					non-mobilizable	no_good_hit	1570.0	82.866	78.0	0.00047283729944171273	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ENG0172_000000009432	2327	0.6567386558982826	3	1	1	1	1	True	55739	fragment	False	ENG0172_000000009432	1.0		0	0	False	False	0.9952728748321533	0					non-mobilizable	other	1566.0	83.26899999999999	99.0	0.0004716256727935597	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0179_000000014385	2315	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.9084344013180905		0	0	False	False	0.9939525127410889	0					non-mobilizable	other	2289.0	98.82	99.0	0.000607177125923753	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0309_000000008056	2291	0.6567386558982826	2	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.7735030482496176		0	0	False	False	1.0	0					non-mobilizable	other	2087.0	99.665	91.0	0.0005542982427470235	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0003_000000011547	2277	0.6567386558982826	2	1	1	1	1	True	106951	fragment	False	ISR0003_000000011547	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2113.0	91.90700000000001	93.0	0.0004424607746379372	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0167_000000011056	2252	0.6567386558982826	2	1	1	1	1	True	56058	fragment	False	ENG0167_000000011056	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2252.0	100.0	100.0	0.0006818428962481072	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MON0020_000000009156	2225	0.6567386558982826	2	1	1	1	1	True	75317	maximal	False	MON0037_000000029322	0.9670445004198153		0	0	False	False	0.9869663119316101	0					non-mobilizable	other	1417.0	83.275	97.0	0.0004267954868118983	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
USA0015_01_000000015159	2222	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.747506910628128		0	0	False	False	1.0	0					non-mobilizable	other	2222.0	99.46	100.0	0.000590170851937267	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0159_000000010306	2221	0.6567386558982826	2	1	1	1	1	True	75321	maximal	True	ENG0159_000000010306	1.0		5	4	False	False	1.0	0					non-mobilizable	other	1894.0	77.508	91.0	0.0005348551044449994	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
MON0089_000000011742	2160	0.6567386558982826	1	1	1	1	1	True	106438	fragment	False	MON0089_000000011742	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2102.0	99.95200000000001	97.0	0.014151960123939109	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
ISR0032_000000015511	2140	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.6517774431887828		0	0	False	False	1.0	0					non-mobilizable	other	2140.0	100.0	100.0	0.0006457003720852167	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
FIJ0066_000000015264	2125	0.6567386558982826	2	1	1	1	1	True	100767	maximal	True	FIJ0066_000000015264	1.0		9	7	False	False	0.9910588264465332	0					non-mobilizable	no_good_hit	1787.0	95.07600000000001	84.0	0.0005397796717521666	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
AUS0018_000000013352	2103	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.6896806091708169		0	0	False	False	0.980504035949707	0					non-mobilizable	other	2045.0	100.0	97.0	0.0006170227024507634	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0064_000000010152	2100	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.7227992944614448		0	0	False	False	0.9961904883384705	0					non-mobilizable	other	2081.0	99.51899999999999	99.0	0.0006278900298911878	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0059_000000007976	2099	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.43883138287087015		0	0	False	False	1.0	0					non-mobilizable	other	2099.0	98.76100000000001	100.0	0.0006333236936114001	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0008_000000005955	2095	0.6567386558982826	3	1	1	1	1	True	58406	maximal	True	ISR0008_000000005955	1.0		2	1	False	False	0.9985679984092712	0					non-mobilizable	other	2069.0	88.15899999999999	98.0	0.05597451743758678	NZ_KB904241.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_21.22, whole genome shotgun sequence	False	True
USA0080_01_000000020686	2082	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.7132654976493403		0	0	False	False	1.0	0					non-mobilizable	other	2090.0	99.522	100.0	0.0006306068617512939	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0023_000000013070	2079	0.6567386558982826	2	1	1	1	1	True	7621	fragment	False	SPA0023_000000013070	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	83.16799999999999	98.0	0.00042649258014986006	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MON0020_000000009940	2078	0.6567386558982826	2	1	1	1	1	True	100755	fragment	False	MON0020_000000009940	1.0		0	0	False	False	0.9725697636604309	0					non-mobilizable	other	2011.0	98.458	97.0	0.0005341032923880715	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
USA0072_01_000000009145	2075	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.6925144548941345		0	0	False	False	0.9980722665786743	0					non-mobilizable	other	2075.0	100.0	100.0	0.0006260788086511172	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0150_000000008126	2074	0.6567386558982826	2	1	1	1	1	True	106429	fragment	False	ENG0150_000000008126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1697.0	92.988	82.0	0.00028262366458645165	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	True
USA0009_01_000000012046	2066	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.7208544946673724		0	0	False	False	0.998063862323761	0					non-mobilizable	other	2047.0	100.0	99.0	0.0006176264428641204	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0142_000000016305	2053	0.6567386558982826	2	1	1	1	1	True	99583	maximal	True	ENG0142_000000016305	1.0		2	2	False	False	0.9965903759002686	0					non-mobilizable	other	1919.0	84.367	99.0	0.0005779459111689865	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
CHI0119_000000005628	2031	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.3946322358681834		0	0	False	False	0.9926144480705261	0					non-mobilizable	other	2036.0	98.084	99.0	0.0005391520299778095	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0122_000000014108	2028	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.44719848757405867		0	0	False	False	0.9980276226997375	0					non-mobilizable	other	2032.0	97.63799999999999	100.0	0.0005386205839157318	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0072_000000005444	2021	0.6567386558982826	2	1	1	1	1	True	62264	fragment	False	ENG0072_000000005444	1.0		0	0	False	False	0.996536374092102	0					non-mobilizable	no_good_hit	1354.0	95.052	67.0	0.003067825471794372	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	True
SPA0038_000000013664	1997	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.6467870265054764		0	0	False	False	1.0	0					non-mobilizable	other	1997.0	99.85	100.0	0.0006025329325301976	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0798_000000006276	1970	0.6567386558982826	1	1	1	1	1	True	106433	fragment	False	ISR0798_000000006276	0.9748810153358012		0	0	False	False	1.0	0					non-mobilizable	chromosome	1983.0	97.176	100.0	0.0002793930926625978	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
AUS0020_000000014059	1909	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.8588550827154001		0	0	False	False	0.9994761943817139	0					non-mobilizable	other	1918.0	93.48299999999999	100.0	0.0005778090438017412	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MON0093_000000023521	1901	0.6567386558982826	3	1	1	1	1	True	75318	fragment	False	MON0093_000000023521	0.9719546742209632		0	0	False	False	0.9552866816520691	0					non-mobilizable	other	1923.0	74.779	99.0	0.0005428380164516412	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
CHI0113_000000004074	1891	0.6567386558982826	1	1	1	1	1	True	106433	fragment	False	ISR0798_000000006276	0.9535532994923859		0	0	False	False	1.0	0					non-mobilizable	other	1891.0	98.73100000000001	100.0	0.012730701872558264	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
MON0053_000000020846	1888	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.40680447641517226		0	0	False	False	1.0	0					non-mobilizable	other	1888.0	99.84100000000001	100.0	0.0005696290800022459	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0009_000000017641	1887	0.6567386558982826	1	1	1	1	1	True	43634	maximal	True	ISR0009_000000017641	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1889.0	88.98899999999999	100.0	0.0005702381705863097	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0190_000000012154	1884	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.6574720206517882		0	0	False	False	0.9978768825531006	0					non-mobilizable	other	1884.0	99.257	100.0	0.0005037170893453794	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0338_000000014965	1871	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.3665895249455949		0	0	False	False	0.9850347638130188	0					non-mobilizable	other	1871.0	96.954	100.0	0.0004969020680426336	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
USA0036_01_000000017611	1869	0.6567386558982826	1	1	1	1	1	True	20681	fragment	False	USA0036_01_000000017611	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1528.0	94.241	82.0	0.0034623573506504107	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	True
ISR0344_000000018267	1867	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.27325185629593346		0	0	False	False	1.0	0					non-mobilizable	other	1867.0	100.0	100.0	0.0005632898056619983	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0142_000000018365	1847	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.205042848070786		0	0	False	False	0.9994586110115051	0					non-mobilizable	other	1847.0	100.0	100.0	0.0005263019844378833	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ENG0163_000000013804	1842	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.9842831746450155		0	0	False	False	0.9907708764076233	0					non-mobilizable	other	1842.0	100.0	100.0	0.0005575191035843845	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0780_000000006482	1832	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.2770683380272166		0	0	False	False	0.999454140663147	0					non-mobilizable	other	1832.0	100.0	100.0	0.0005527243484282524	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0149_000000021861	1819	0.6567386558982826	2	1	1	1	1	True	100754	fragment	False	SPA0149_000000021861	0.9487847222222222		0	0	False	False	1.0	0					non-mobilizable	chromosome	1819.0	95.272	100.0	0.000555511054884003	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
AST0061_000000023305	1799	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.24305651872457174		0	0	False	False	1.0	0					non-mobilizable	other	1799.0	100.0	100.0	0.0005427626316078634	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0069_01_000000033881	1791	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.17435008424916587		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	99.88799999999999	100.0	0.0005403476699544357	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
FIJ0141_000000016542	1786	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.7942937393707061		0	0	False	False	1.0	0					non-mobilizable	other	1786.0	100.0	100.0	0.012023440657416139	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
ISR0794_000000011414	1777	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.09604938630427337		0	0	False	False	1.0	0					non-mobilizable	other	1611.0	87.647	99.0	0.0004852564725852811	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MON0026_000000026929	1772	0.6567386558982826	1	1	1	1	1	True	111953	maximal	True	MON0026_000000026929	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1044.0	94.15700000000001	96.0	0.00027877165869672507	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0063_000000016611	1772	0.6567386558982826	2	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.9905456845742715		0	0	False	False	0.9977426528930664	0					non-mobilizable	no_good_hit	781.0	89.885	44.0	0.00023530273953561474	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
CHI0042_000000006570	1767	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.7923563557161756		0	0	False	False	0.9960384964942932	0					non-mobilizable	other	1757.0	99.943	99.0	0.01182810184561498	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
FIJ0141_000000016754	1765	0.6567386558982826	2	1	1	1	1	True	75318	fragment	False	MON0093_000000023521	0.9381904260915308		0	0	False	False	0.9949008226394653	0					non-mobilizable	other	1438.0	82.962	98.0	0.0004343681533628546	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0086_000000014370	1758	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.17113697926374175		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	99.65899999999999	100.0	0.00047051085910676847	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0082_000000019906	1753	0.6567386558982826	2	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.7794065351462808		0	0	False	False	0.9880205392837524	0					non-mobilizable	other	1730.0	99.82700000000001	99.0	0.011646234676007006	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
ISR0014_000000020341	1746	0.6567386558982826	2	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.9797190472795413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	91.16	52.0	0.0002728542706841556	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
SPA0046_000000018564	1740	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.09949576677900698		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	95.34100000000001	99.0	0.0003625461182208253	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0838_000000013913	1737	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.8981048912725621		0	0	False	False	1.0	0					non-mobilizable	other	1737.0	100.0	100.0	0.0005257214360795717	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
USA0045_01_000000008225	1737	0.6567386558982826	1	1	1	1	1	True	59843	maximal	True	USA0045_01_000000008225	1.0		1	1	False	False	0.9988486170768738	0					non-mobilizable	other	1753.0	85.91	100.0	0.0005276634052706365	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MON0030_000000020701	1728	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.5950586484967874		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	93.072	100.0	0.00028864761480854295	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
MON0072_000000012576	1728	0.6567386558982826	1	1	1	1	1	True	100754	fragment	False	SPA0149_000000021861	0.9266080263881253		0	0	False	False	0.9913194179534912	0					non-mobilizable	other	1728.0	94.329	100.0	0.004626095248809993	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	True
CHI0158_000000010906	1722	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.7876484556681296		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	100.0	100.0	0.011592348107234272	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
FIJ0100_000000010815	1706	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.6738217044633977		0	0	False	False	0.9964830279350281	0					non-mobilizable	other	1706.0	100.0	100.0	0.011484574969688806	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
CHI0023_000000007996	1691	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.782425892225412		0	0	False	False	1.0	0					non-mobilizable	other	1691.0	100.0	100.0	0.01138353765323993	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
USA0080_01_000000025136	1685	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.8960497435836245		0	0	False	False	0.9537091851234436	0					non-mobilizable	other	1685.0	100.0	100.0	0.000509974019791474	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
DEN0007_000000015272	1683	0.6567386558982826	1	1	1	1	1	True	76289	maximal	True	DEN0007_000000015272	1.0		3	2	False	False	0.9904931783676147	0					non-mobilizable	no_good_hit	817.0	90.208	84.0	0.00021656427029665586	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
SPA0047_000000023183	1675	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.7307362305702518		0	0	False	False	0.9916418194770813	0					non-mobilizable	other	1675.0	100.0	100.0	0.0005069456705053013	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
USA0047_01_000000021785	1666	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.8944019293060477		0	0	False	False	0.9993997812271118	0					non-mobilizable	other	1666.0	100.0	100.0	0.0005042201561477459	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
USA0004_01_000000013682	1663	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.8940344185382296		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	100.0	100.0	0.0005033116513618941	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0792_000000009265	1656	0.6567386558982826	2	1	1	1	1	True	59845	fragment	False	ISR0792_000000009265	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1657.0	91.43	100.0	0.0004395058933382439	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0077_000000017276	1649	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.8130284123267404		0	0	False	False	0.9981806874275208	0					non-mobilizable	other	1649.0	100.0	100.0	0.0004990719623612523	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
USA0015_01_000000020301	1648	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.8216664040479714		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	100.0	100.0	0.0004987691274326351	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
SPA0062_000000019528	1647	0.6567386558982826	1	1	1	1	1	True	100753	fragment	False	SPA0062_000000019528	0.9887920298879203		0	0	False	False	0.9981784820556641	0					non-mobilizable	other	1525.0	93.24600000000001	93.0	0.0004049618993031945	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0159_000000014000	1646	0.6567386558982826	1	1	1	1	1	True	63920	maximal	True	ENG0159_000000014000	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1268.0	93.927	77.0	0.0003867482027673439	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	True
ENG0100_000000018881	1640	0.6567386558982826	1	1	1	1	1	True	72471	fragment	False	ENG0100_000000018881	1.0		0	0	False	False	0.9896341562271118	0					non-mobilizable	no_good_hit	694.0	88.184	52.0	0.00018388033747887835	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
MON0011_000000028589	1636	0.6567386558982826	1	1	1	1	1	True	75316	fragment	False	MON0011_000000028589	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1570.0	82.866	96.0	0.00047283729944171273	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
USA0063_01_000000012632	1636	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.8178642410530118		0	0	False	False	0.9712713956832886	0					non-mobilizable	other	1636.0	99.87799999999999	100.0	0.0004951351082892279	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ENG0036_000000015316	1626	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.5012158994244535		0	0	False	False	1.0	0					non-mobilizable	other	1626.0	99.93799999999999	100.0	0.0004351622914334085	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0040_000000014666	1625	0.6567386558982826	1	1	1	1	1	True	81811	fragment	False	ENG0040_000000014666	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1613.0	90.45299999999999	100.0	0.0003402407197812491	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0104_000000019533	1625	0.6567386558982826	1	1	1	1	1	True	106322	maximal	True	ENG0104_000000019533	1.0		29	9	False	False	1.0	0					non-mobilizable	chromosome	1625.0	99.93799999999999	100.0	0.00035529862039558477	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
CHI0053_000000006982	1625	0.6567386558982826	2	1	1	1	1	True	86428	fragment	False	CHI0053_000000006982	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1627.0	89.18299999999999	100.0	0.00034277510130662154	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
USA0017_01_000000016916	1613	0.6567386558982826	2	1	1	1	1	True	106947	fragment	False	USA0017_01_000000016916	1.0		0	0	False	False	0.9987601041793823	0					non-mobilizable	other	1614.0	90.397	100.0	0.0003372839413349812	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0098_000000023456	1611	0.6567386558982826	1	1	1	1	1	True	58404	maximal	True	SPA0098_000000023456	1.0		4	2	False	False	0.9987585544586182	0					non-mobilizable	no_good_hit	1309.0	94.729	81.0	0.0006126508893047186	NZ_LS483447.1	CFB group bacteria	Porphyromonas crevioricanis strain NCTC12858 chromosome 1	True	True
ISR0383_000000009215	1611	0.6567386558982826	1	1	1	1	1	True	23104	fragment	False	ISR0383_000000009215	1.0		0	0	False	False	0.9993792772293091	0					non-mobilizable	no_good_hit	644.0	94.72	80.0	0.00017192257913861431	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0204_000000016673	1611	0.6567386558982826	2	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.9675822316997004		0	0	False	False	0.9925512075424194	0					non-mobilizable	no_good_hit	783.0	89.911	49.0	0.00023590840939284927	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ENG0176_000000005603	1610	0.6567386558982826	1	1	1	1	1	True	111952	fragment	False	ENG0179_000000014385	0.06750771981147408		0	0	False	False	1.0	0					non-mobilizable	other	1610.0	99.50299999999999	100.0	0.0004587323363816653	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ISR0293_000000021928	1606	0.6567386558982826	2	1	1	1	1	True	100753	fragment	False	SPA0062_000000019528	0.9766241651487553		0	0	False	False	0.9900373816490173	0					non-mobilizable	other	1441.0	95.00299999999999	90.0	0.00043618559333508415	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MON0081_000000033381	1599	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.4497474188724322		0	0	False	False	0.998123824596405	0					non-mobilizable	other	1533.0	96.60799999999999	96.0	0.001084867690075055	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	True
ENG0070_000000016033	1598	0.6567386558982826	1	1	1	1	1	True	72841	fragment	False	ISR0178_000000011103	0.4690909049030366		0	0	False	False	1.0	0					non-mobilizable	other	1598.0	98.185	100.0	0.0004553110883788188	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
CHI0076_000000005446	1598	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.3114455313053939		0	0	False	False	1.0	0					non-mobilizable	chromosome	1593.0	99.874	100.0	0.00032146530022375357	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
USA0079_01_000000008183	1596	0.6567386558982826	1	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.9737376787609139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	89.344	46.0	0.00022046382803336877	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0798_000000007665	1595	0.6567386558982826	1	1	1	1	1	True	100751	fragment	False	ISR0798_000000007665	1.0		0	0	False	False	0.9912225604057312	0					non-mobilizable	chromosome	1599.0	94.934	100.0	0.0004885562276855459	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ISR0850_000000009606	1594	0.6567386558982826	1	1	1	1	1	True	106322	maximal	False	ENG0104_000000019533	0.9904615384615385		0	0	False	False	0.999372661113739	0					non-mobilizable	chromosome	1594.0	99.93700000000001	100.0	0.00034851644229690054	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
CAN0018_000000021497	1587	0.6567386558982826	2	1	1	1	1	True	92156	maximal	True	CAN0018_000000021497	1.0		1	1	False	False	0.992438554763794	0					non-mobilizable	no_good_hit	677.0	73.56	47.0	0.00011520164214704442	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
USA0024_01_000000013958	1586	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.43182184417741853		0	0	False	False	0.99684739112854	0					non-mobilizable	other	1578.0	92.77600000000001	99.0	0.0003518955836323256	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
CHI0119_000000007804	1584	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.5599709039094054		0	0	False	False	1.0	0					non-mobilizable	other	1584.0	100.0	100.0	0.010662804795904621	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
DEN0051_000000030240	1579	0.6567386558982826	1	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.8880970092539572		0	0	False	False	0.9962001442909241	0					non-mobilizable	no_good_hit	753.0	89.11	48.0	0.00022682336153433133	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ENG0092_000000014700	1566	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.3496582587165821		0	0	False	False	0.9993614554405212	0					non-mobilizable	other	1490.0	100.0	95.0	0.0038988651657737767	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
MON0083_000000025376	1561	0.6567386558982826	1	1	1	1	1	True	20680	fragment	False	MON0083_000000025376	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1496.0	93.984	96.0	0.0033897997637343576	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	True
ISR0178_000000011103	1561	0.6567386558982826	1	1	1	1	1	True	72841	fragment	False	ISR0178_000000011103	0.8414894992265449		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	99.167	100.0	0.0004447622403700422	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
MON0074_000000013583	1559	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.5502385744675555		0	0	False	False	0.9993585348129272	0					non-mobilizable	other	1562.0	95.51899999999999	100.0	0.00026070317905606375	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
ISR0812_000000025544	1552	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.4980759440212382		0	0	False	False	0.9645618796348572	0					non-mobilizable	other	1552.0	100.0	100.0	0.0004696969742853777	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ENG0112_000000018005	1538	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.2512700317558175		0	0	False	False	0.99934983253479	0					non-mobilizable	other	1538.0	99.87	100.0	0.00041159657965116856	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0105_000000021584	1536	0.6567386558982826	1	1	1	1	1	True	43633	fragment	False	FIJ0105_000000021584	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	82.684	93.0	0.0004343681533628546	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
FIJ0047_000000020237	1534	0.6567386558982826	1	1	1	1	1	True	46868	fragment	False	FIJ0047_000000020237	1.0		0	0	False	False	0.9973924160003662	0					non-mobilizable	other	1507.0	87.525	99.0	0.00045394955799727993	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
DEN0016_000000006182	1525	0.6567386558982826	1	1	1	1	1	True	75315	fragment	False	DEN0016_000000006182	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	86.171	94.0	0.0004342652876371577	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
USA0045_01_000000009453	1525	0.6567386558982826	1	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.8109031918692144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	87.678	42.0	0.00019048317010025956	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ENG0053_000000016544	1515	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.1979302244432725		0	0	False	False	1.0	0					non-mobilizable	chromosome	1514.0	94.914	99.0	0.0003358365595410234	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
USA0066_01_000000013539	1512	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.5700409099084747		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	100.0	100.0	0.0004575835771406871	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
CHI0110_000000006582	1507	0.6567386558982826	1	1	1	1	1	True	106425	fragment	False	FIJ0141_000000016542	0.10794743429286607		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	100.0	100.0	0.010144146571467063	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
ISR0204_000000008221	1503	0.6567386558982826	1	1	1	1	1	True	72841	fragment	False	ISR0178_000000011103	0.721224910119448		0	0	False	False	1.0	0					non-mobilizable	other	1503.0	100.0	100.0	0.0004282262083562842	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
DEN0070_000000022738	1495	0.6567386558982826	1	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.8079680927324805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	87.678	42.0	0.00019048317010025956	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
USA0046_01_000000007650	1488	0.6567386558982826	1	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.8060182504840728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	87.678	43.0	0.00019048317010025956	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0012_000000015344	1478	0.6567386558982826	1	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.8026727257154822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	87.678	43.0	0.00019048317010025956	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0032_000000022687	1478	0.6567386558982826	1	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.7268219588482473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	87.338	42.0	0.00018533497631376605	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
MON0101_000000044866	1468	0.6567386558982826	1	1	1	1	1	True	100746	fragment	False	MON0101_000000044866	1.0		0	0	False	False	0.9986376166343689	0					non-mobilizable	other	1452.0	94.559	99.0	0.0038867771893591773	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	True
ISR0141_000000021239	1463	0.6567386558982826	1	1	1	1	1	True	72841	fragment	False	ISR0178_000000011103	0.707074928903586		0	0	False	False	0.9897471070289612	0					non-mobilizable	other	1463.0	100.0	100.0	0.00041682204834679593	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
USA0080_01_000000028852	1459	0.6567386558982826	1	1	1	1	1	True	13136	fragment	False	USA0080_01_000000028852	1.0		0	0	False	False	0.9773817658424377	0					non-mobilizable	other	1352.0	95.118	93.0	0.0030632906226121183	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	True
ENG0211_000000016524	1454	0.6567386558982826	1	1	1	1	1	True	72841	fragment	False	ISR0178_000000011103	0.4521057115157726		0	0	False	False	1.0	0					non-mobilizable	other	1454.0	96.42399999999999	100.0	0.0003891020365863031	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0165_000000011020	1447	0.6567386558982826	1	1	1	1	1	True	72841	fragment	False	ISR0178_000000011103	0.23488620199146515		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	100.0	100.0	0.00041226038434300064	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
SPA0125_000000022730	1431	0.6567386558982826	1	1	1	1	1	True	100743	fragment	False	SPA0125_000000022730	0.8232408885812342		0	0	False	False	0.9986023902893066	0					non-mobilizable	chromosome	1431.0	95.667	100.0	0.00043719362051960613	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ISR0073_000000019528	1420	0.6567386558982826	1	1	1	1	1	True	72841	fragment	False	ISR0178_000000011103	0.589542371763509		0	0	False	False	1.0	0					non-mobilizable	other	1420.0	99.789	100.0	0.0004045625763365961	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
DEN0045_000000030351	1406	0.6567386558982826	1	1	1	1	1	True	72841	fragment	False	ISR0178_000000011103	0.5692323609462436		0	0	False	False	0.9971550703048706	0					non-mobilizable	other	1406.0	99.36	100.0	0.00037334085860957233	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MON0053_000000029111	1399	0.6567386558982826	1	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.5339254206705878		0	0	False	False	0.9656897783279419	0					non-mobilizable	no_good_hit	610.0	90.656	44.0	0.00017362833614445878	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
USA0024_01_000000015529	1397	0.6567386558982826	1	1	1	1	1	True	99582	fragment	False	ENG0163_000000013804	0.1420940170940171		0	0	False	False	0.9964209198951721	0					non-mobilizable	other	1382.0	93.054	99.0	0.00041821503642044266	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
CHI0179_000000016160	1379	0.6567386558982826	2	1	1	1	1	True	106320	fragment	False	CHI0179_000000016160	0.9994589711586935		0	0	False	False	1.0	0					non-mobilizable	chromosome	1379.0	99.927	100.0	0.0003014787554834457	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
SPA0112_000000024151	1373	0.6567386558982826	1	1	1	1	1	True	58403	fragment	False	SPA0112_000000024151	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1360.0	94.779	99.0	0.000636088184228388	NZ_LS483447.1	CFB group bacteria	Porphyromonas crevioricanis strain NCTC12858 chromosome 1	False	True
MON0040_000000020328	1368	0.6567386558982826	1	1	1	1	1	True	59844	fragment	False	MON0040_000000020328	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	99.384	95.0	0.00034464277125737745	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
AUS0014_000000020126	1366	0.6567386558982826	1	1	1	1	1	True	100743	fragment	False	SPA0125_000000022730	0.5950720489966534		0	0	False	False	1.0	0					non-mobilizable	chromosome	1366.0	95.53399999999999	100.0	0.0004173211832232604	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
USA0060_01_000000008481	1352	0.6567386558982826	1	1	1	1	1	True	12229	fragment	False	MON0034_000000020973	0.9783487984772782		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	87.24799999999999	99.0	0.00040489029956128304	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MON0063_000000022202	1346	0.6567386558982826	1	1	1	1	1	True	10732	fragment	False	MON0063_000000022202	1.0		0	0	False	False	0.9910846948623657	0					non-mobilizable	other	798.0	88.97200000000001	99.0	0.0002104526405827625	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0024_000000010849	1337	0.6567386558982826	2	1	1	1	1	True	106320	fragment	False	CHI0179_000000016160	0.9934871139988298		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	99.85	100.0	0.00029228999805942194	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
MON0104_000000034660	1326	0.6567386558982826	1	1	1	1	1	True	81809	fragment	False	MON0104_000000034660	1.0		0	0	False	False	0.9924585223197937	0					non-mobilizable	chromosome	1328.0	94.804	100.0	0.00029639677708210904	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ISR0771_000000009009	1300	0.6567386558982826	1	1	1	1	1	True	100743	fragment	False	SPA0125_000000022730	0.5737216596875159		0	0	False	False	0.9992307424545288	0					non-mobilizable	chromosome	1321.0	93.18700000000001	100.0	0.000403563342018098	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
DEN0039_000000016657	1297	0.6567386558982826	1	1	1	1	1	True	106320	fragment	False	CHI0179_000000016160	0.9838494194040779		0	0	False	False	0.9969159364700317	0					non-mobilizable	chromosome	1297.0	100.0	100.0	0.00028353880051273266	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
SPA0009_000000029040	1293	0.6567386558982826	1	1	1	1	1	True	72469	fragment	False	MON0063_000000016611	0.15695735048844414		0	0	False	False	0.9976798295974731	0					non-mobilizable	no_good_hit	551.0	89.655	43.0	0.0001568072001304636	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
USA0030_01_000000012977	1272	0.6567386558982826	1	1	1	1	1	True	100743	fragment	False	SPA0125_000000022730	0.45904942176189756		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	95.126	100.0	0.0003374682494193287	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0130_000000022693	1257	0.6567386558982826	1	1	1	1	1	True	58403	fragment	False	SPA0112_000000024151	0.9676676829299159		0	0	False	False	0.981702446937561	0					non-mobilizable	chromosome	1257.0	94.988	100.0	0.0005882761025841023	NZ_LS483447.1	CFB group bacteria	Porphyromonas crevioricanis strain NCTC12858 chromosome 1	False	True
USA0041_01_000000013276	1257	0.6567386558982826	1	1	1	1	1	True	12229	fragment	False	MON0034_000000020973	0.6432445759368837		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	86.64	99.0	0.00037733232105711197	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
USA0060_01_000000009051	1254	0.6567386558982826	1	1	1	1	1	True	6570	fragment	False	USA0060_01_000000009051	0.9755671902268761		0	0	False	False	0.9968101978302002	0					non-mobilizable	other	1227.0	100.0	98.0	0.0003495375042908152	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
USA0119_01_000000019948	1235	0.6567386558982826	1	1	1	1	1	True	59842	fragment	False	SPA0146_000000018905	0.4699093157460841		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	94.413	100.0	0.00035181833629271286	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ENG0202_000000017069	1229	0.6567386558982826	1	1	1	1	1	True	106320	fragment	False	CHI0179_000000016160	0.8107158712755079		0	0	False	False	0.9991863369941711	0					non-mobilizable	chromosome	1229.0	99.919	100.0	0.0002686617646833609	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
ENG0052_000000027829	1215	0.6567386558982826	1	1	1	1	1	True	63919	fragment	False	ENG0052_000000027829	0.971558120362737		0	0	False	False	0.9736625552177429	0					non-mobilizable	chromosome	1215.0	94.568	100.0	0.0003711559827348265	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
SPA0139_000000023353	1213	0.6567386558982826	1	1	1	1	1	True	63919	fragment	False	ENG0052_000000027829	0.9707818930041152		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	96.125	100.0	0.00032205631361907595	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MON0019_000000055092	1210	0.6567386558982826	1	1	1	1	1	True	13135	fragment	False	MON0019_000000055092	0.9728546409807355		0	0	False	False	0.9884297251701355	0					non-mobilizable	other	1210.0	96.03299999999999	100.0	0.0027413163306721326	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	True
ISR0779_000000029102	1209	0.6567386558982826	1	1	1	1	1	True	106320	fragment	False	CHI0179_000000016160	0.8030965646911125		0	0	False	False	1.0	0					non-mobilizable	chromosome	1209.0	100.0	100.0	0.00026428616591001627	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
ISR0380_000000010585	1199	0.6567386558982826	1	1	1	1	1	True	58403	fragment	False	SPA0112_000000024151	0.6473084062582869		0	0	False	False	1.0	0					non-mobilizable	chromosome	1197.0	95.322	99.0	0.000560151348675699	NZ_LS483447.1	CFB group bacteria	Porphyromonas crevioricanis strain NCTC12858 chromosome 1	False	True
ENG0133_000000020359	1185	0.6567386558982826	1	1	1	1	1	True	58247	fragment	False	ENG0133_000000020359	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	91.73	100.0	0.03223435245433013	NZ_KB904241.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_21.22, whole genome shotgun sequence	False	True
MON0107_000000052890	1175	0.6567386558982826	1	1	1	1	1	True	8547	maximal	True	MON0107_000000052890	1.0		7	3	False	False	1.0	0					non-mobilizable	other	1177.0	87.935	100.0	0.00409831773482418	NZ_GL833118.1	CFB group bacteria	Prevotella oralis ATCC 33269 SCAFFOLD3, whole genome shotgun sequence	False	True
DEN0041_000000029649	1147	0.6567386558982826	1	1	1	1	1	True	100743	fragment	False	SPA0125_000000022730	0.22955974842767296		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	94.26100000000001	100.0	0.00034803975468195253	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0207_000000017387	1147	0.6567386558982826	1	1	1	1	1	True	81806	fragment	False	CHI0120_000000014162	0.3910492378733158		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	95.118	100.0	0.039182166301969364	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
SPA0117_000000032469	1139	0.6567386558982826	1	1	1	1	1	True	81806	fragment	False	CHI0120_000000014162	0.6018847094360659		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	100.0	100.0	0.0002403438479894857	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
AST0113_000000032901	1111	0.6567386558982826	1	1	1	1	1	True	106320	fragment	False	CHI0179_000000016160	0.47035243090257656		0	0	False	False	0.9810981154441833	0					non-mobilizable	chromosome	1111.0	100.0	100.0	0.0002428457319206275	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
CHI0167_000000021498	1110	0.6567386558982826	1	1	1	1	1	True	81806	fragment	False	CHI0120_000000014162	0.640480857689776		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	93.15299999999999	100.0	0.0005354159032524223	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
ISR0353_000000020428	1811	0.6567340336338618	4	4	4	4	4	False	24021	maximal	True	ISR0353_000000020428	1.0		205	10	False	False	0.9955825805664062	0					non-mobilizable	chromosome	1792.0	99.833	99.0	0.0006135772202862127	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
SPA0016_000000012362	2669	0.6567271994786053	4	4	4	4	3	False	87998	maximal	True	SPA0016_000000012362	0.9828888186351291		12	7	False	False	1.0	0					non-mobilizable	chromosome	2035.0	75.921	92.0	0.00028490185434805856	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0128_000000028733	1308	0.6567136142664811	2	2	2	2	1	False	3861	fragment	False	SPA0128_000000028733	1.0		0	0	False	False	0.9961773753166199	0					non-mobilizable	no_good_hit	799.0	85.23200000000001	61.0	0.00022285835370346743	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0027_01_000000001184	18932	0.6567075510449845	16	8	6	6	2	True	126560	maximal	True	USA0027_01_000000001184	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	78.718	5.0	0.00017824263955885412	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
USA0008_01_000000002532	3049	0.6567033489788907	4	3	1	1	3	False	2103	fragment	False	USA0008_01_000000002532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2617.0	95.338	86.0	0.0011674000848774832	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0058_000000015031	2644	0.6566989099869487	4	2	1	2	0	True	46029	maximal	True	FIJ0058_000000015031	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0802_000000013005	1375	0.6566945378590485	2	2	2	2	1	False	88311	fragment	False	ENG0100_000000020599	0.9274244060340376		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	97.38	100.0	0.00046552451190434523	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0102_000000005981	6227	0.6566942499954289	6	5	3	5	3	False	69601	maximal	True	SPA0102_000000005981	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	95.149	12.0	0.00020514179220615527	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
FIJ0141_000000003090	9584	0.6566920107930767	11	10	10	10	10	False	98065	maximal	True	FIJ0141_000000003090	0.9911186059584036		130	12	False	False	1.0	0					non-mobilizable	other	9513.0	98.675	100.0	0.0017299411307144027	CP015229.1	enterobacteria	Escherichia coli strain 06-00048, complete genome	False	False
ENG0028_000000000761	17256	0.6566868710721274	16	5	4	3	1	True	132160	fragment	False	SPA0132_000000001387	0.7173318255654397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
FIJ0052_000000000830	22434	0.6566845265206863	21	18	8	13	14	False	51628	maximal	True	FIJ0052_000000000830	0.999933155080214		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	5654.0	73.399	25.0	0.008773119527642502	NZ_VLKH01000001.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
FIJ0007_000000000569	22354	0.6566845265206863	21	18	8	13	14	False	51628	maximal	False	FIJ0052_000000000830	0.9981503855158733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5655.0	73.404	25.0	0.008773119527642502	NZ_VLKH01000001.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0203_000000015108	1257	0.6566845100730877	2	1	1	1	1	False	54080	fragment	False	ENG0203_000000015108	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	98.964	56.0	0.00012838196522137004	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0129_000000003636	6863	0.656673075513971	5	5	3	4	4	True	58568	fragment	False	ENG0129_000000003636	1.0		0	0	False	False	0.9998542666435242	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	2.2784010832169723e-05	CP021772.1	firmicutes	Streptococcus agalactiae strain B111 chromosome, complete genome	True	True
FIJ0009_000000033894	1298	0.6566636245854877	1	1	1	1	1	False	61720	fragment	False	MAD0042_000000017715	0.8051490181946375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0162_000000002556	9692	0.6566589969586871	14	8	6	6	5	False	69990	fragment	False	FIJ0041_000000003256	0.9563953488372092		0	0	False	False	0.9985554814338684	0					non-mobilizable	no_good_hit	175.0	82.286	2.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
AST0047_000000005592	3748	0.6566570836245129	4	1	0	0	1	False	115443	backbone	True	AST0047_000000005592	0.9888802398205222	PS752	60	9	True	True	1.0	12					non-mobilizable	no_good_hit	1534.0	86.506	44.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0386_000000009236	3748	0.6566570836245129	4	1	0	0	1	False	115443	backbone	False	AST0047_000000005592	0.9886581675313016	PS752	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1534.0	86.506	44.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0126_000000013052	3748	0.6566570836245129	4	1	0	0	1	False	115443	backbone	False	AST0047_000000005592	0.9888802398205222	PS752	0	0	True	True	0.9973319172859192	17					non-mobilizable	no_good_hit	1534.0	86.506	44.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
CHI0064_000000004673	3743	0.6566570836245129	5	1	0	0	1	False	115443	backbone	False	AST0047_000000005592	0.9834302554459509	PS752	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1533.0	86.758	46.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0101_000000006485	3712	0.6566570836245129	4	1	0	0	1	False	115443	backbone	False	AST0047_000000005592	0.9825916490769306	PS752	0	0	True	True	0.9991918206214905	7					non-mobilizable	no_good_hit	1446.0	86.86	43.0	0.0004151175693955078	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ENG0018_000000005768	3707	0.6566570836245129	4	1	0	0	1	False	115443	backbone	False	AST0047_000000005592	0.9843476952772151	PS752	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1533.0	86.49700000000001	45.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
FIJ0122_000000004652	3673	0.6566570836245129	4	1	0	0	1	False	115443	backbone	False	AST0047_000000005592	0.9713988618845477	PS752	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1496.0	86.83200000000001	44.0	0.00042900303513138544	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
AST0055_000000010222	3294	0.6566570836245129	4	1	0	0	1	False	113876	fragment	False	MAD0098_000000012518	0.9632526642930325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	87.59299999999999	37.0	0.000309240893159441	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0084_000000004260	3231	0.6566570836245129	4	1	0	0	1	False	113876	fragment	False	MAD0098_000000012518	0.9564674115691867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	87.726	37.0	0.00030316600189999454	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0165_000000008725	2385	0.6566570836245129	3	1	0	0	1	False	111416	fragment	False	ISR0165_000000008725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	87.546	45.0	0.0003103980153040975	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
AST0084_000000016850	2075	0.6566570836245129	2	1	0	0	1	False	111415	fragment	False	AST0084_000000016850	0.9609016301804262		0	0	False	False	0.9975903630256653	0					non-mobilizable	no_good_hit	1156.0	87.28399999999999	56.0	0.0003326726165887345	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0007_000000008503	2053	0.6566570836245129	2	1	0	0	1	False	111415	fragment	False	AST0084_000000016850	0.813569339306771		0	0	False	False	0.9868485331535339	0					non-mobilizable	no_good_hit	1055.0	87.962	51.0	0.000304323124044651	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0047_000000009540	2010	0.6566570836245129	2	1	0	0	1	False	111415	fragment	False	AST0084_000000016850	0.4610267476444292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	87.166	56.0	0.00032283707835915453	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0110_000000015280	1982	0.6566570836245129	2	1	0	0	1	False	111415	fragment	False	AST0084_000000016850	0.8023636702658291		0	0	False	False	0.9994954466819763	0					non-mobilizable	no_good_hit	1066.0	87.242	54.0	0.00030750520994245634	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0062_000000014937	1952	0.6566570836245129	2	1	0	0	1	False	80502	fragment	False	FIJ0062_000000014937	1.0		0	0	False	False	0.9969262480735779	0					non-mobilizable	no_good_hit	1296.0	86.574	66.0	0.00037288261111554673	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0090_000000006566	1948	0.6566570836245129	2	1	0	0	1	False	111415	fragment	False	AST0084_000000016850	0.7795816556221355		0	0	False	False	0.982032835483551	0					non-mobilizable	no_good_hit	1024.0	87.598	52.0	0.0002953554274235634	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0092_000000023004	1943	0.6566570836245129	2	1	0	0	1	False	80497	fragment	False	SPA0092_000000023004	1.0		0	0	False	False	0.9963973164558411	0					non-mobilizable	no_good_hit	1527.0	86.837	78.0	0.0004371028901439807	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0366_000000010052	1928	0.6566570836245129	2	1	0	0	1	False	111415	fragment	False	AST0084_000000016850	0.7899144654231701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	87.685	53.0	0.00029275190259808634	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CHI0127_000000009956	1843	0.6566570836245129	1	1	0	0	1	False	81370	fragment	False	CHI0127_000000009956	0.9907407407407407		0	0	False	False	0.9858925938606262	0					non-mobilizable	no_good_hit	1534.0	86.506	83.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0013_000000015320	1702	0.6566570836245129	1	1	0	0	1	False	80501	fragment	False	ISR0013_000000015320	1.0		0	0	False	False	0.9929494857788086	0					non-mobilizable	no_good_hit	1274.0	86.97	75.0	0.00036680771985610027	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0183_000000018465	1702	0.6566570836245129	1	1	0	0	1	False	64821	fragment	False	ISR0183_000000018465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	87.5	67.0	0.0003274655669377804	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0819_000000016371	1621	0.6566570836245129	1	1	0	0	1	False	80496	fragment	False	ISR0819_000000016371	0.9769779507133592		0	0	False	False	0.9555829763412476	0					non-mobilizable	no_good_hit	1404.0	86.61	86.0	0.0004038356284851073	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CHI0137_000000010828	1542	0.6566570836245129	1	1	0	0	1	False	80496	fragment	False	ISR0819_000000016371	0.9528069093152375		0	0	False	False	1.0	0					non-mobilizable	chromosome	1405.0	86.762	91.0	0.00040412490902127135	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	False
ISR0169_000000021149	1525	0.6566570836245129	1	1	0	0	1	False	64822	fragment	False	ISR0169_000000021149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	87.40700000000001	80.0	0.0003497401682224174	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0079_000000004044	1444	0.6566570836245129	1	1	0	0	1	False	64820	fragment	False	MAD0079_000000004044	1.0		0	0	False	False	0.9972299337387085	0					non-mobilizable	no_good_hit	1033.0	87.609	71.0	0.00029795895224904044	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0071_000000014418	1394	0.6566570836245129	1	1	0	0	1	False	79540	fragment	False	ENG0071_000000014418	0.9734295337265421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	82.509	84.0	0.05461869964399475	NZ_AVNC01000021.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.20, whole genome shotgun sequence	True	False
ISR0110_000000016948	1384	0.6566570836245129	1	1	0	0	1	False	79540	fragment	False	ENG0071_000000014418	0.9678328069475066		0	0	False	False	0.9855491518974304	0					non-mobilizable	no_good_hit	1142.0	83.012	82.0	0.053213415776653554	NZ_AVNC01000021.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.20, whole genome shotgun sequence	True	False
SPA0116_000000031197	1319	0.6566570836245129	1	1	0	0	1	False	64819	fragment	False	SPA0116_000000031197	0.9911265432098766		0	0	False	False	0.9939348101615906	0					non-mobilizable	no_good_hit	1156.0	87.111	87.0	0.0003326726165887345	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0001_000000025367	1319	0.6566570836245129	1	1	0	0	1	False	79540	fragment	False	ENG0071_000000014418	0.9379735490453874		0	0	False	False	0.999241828918457	0					non-mobilizable	chromosome	1199.0	78.482	90.0	0.000326776548602034	CP032452.1	firmicutes	Paraclostridium bifermentans strain Cbm chromosome	False	False
ENG0040_000000018953	1296	0.6566570836245129	1	1	0	0	1	False	64819	fragment	False	SPA0116_000000031197	0.9825625473843821		0	0	False	False	0.9783950448036194	0					non-mobilizable	no_good_hit	1114.0	82.585	86.0	0.051901817500468427	NZ_AVNC01000021.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.20, whole genome shotgun sequence	True	False
CHI0150_000000005818	1204	0.6566570836245129	1	1	0	0	1	False	79540	fragment	False	ENG0071_000000014418	0.46626231993934797		0	0	False	False	0.9767441749572754	0					non-mobilizable	no_good_hit	1020.0	87.941	84.0	0.00029419830527890694	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0373_000000002009	6154	0.6566516314710531	9	7	4	6	4	True	23442	maximal	True	ISR0373_000000002009	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0388_000000007931	4013	0.6566489017553379	3	3	3	3	2	False	55566	fragment	False	ISR0388_000000007931	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2167.0	99.723	100.0	0.00044752741105392703	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
AST0094_000000019617	1181	0.6566441459951992	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.07776428876940047		0	0	False	False	0.9974597692489624	0					non-mobilizable	other	1184.0	86.655	100.0	0.01900408163265306	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CAN0020_000000010058	3682	0.656640849956732	11	7	0	1	6	False	91921	fragment	False	ISR0138_000000007500	0.9531370038412292		0	0	False	False	0.9978272914886475	0					non-mobilizable	plasmid	3682.0	99.891	100.0	0.07215241978164141	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0047_01_000000021942	1655	0.6566392254821825	2	1	1	1	1	False	23994	fragment	False	ISR0354_000000011346	0.9922619047619048		0	0	False	False	0.9993957877159119	0					non-mobilizable	other	1655.0	99.94	100.0	0.0047443800322985	NZ_PYLP01000001.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_0, whole genome shotgun sequence	False	False
ISR0387_000000008803	2755	0.6566388234243805	3	3	3	3	3	False	122003	maximal	True	ISR0387_000000008803	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	100.0	49.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0363_000000007557	2489	0.6566378450590515	3	2	2	2	2	True	26446	maximal	True	ISR0363_000000007557	1.0		19	4	False	False	0.9843310713768005	0					non-mobilizable	no_good_hit	1076.0	81.691	43.0	0.04516653823101293	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
ISR0104_000000002453	9607	0.6566364351944015	19	14	4	5	12	True	101535	fragment	False	ISR0104_000000002453	0.9616670698588466		0	0	False	False	1.0	0					non-mobilizable	chromosome	7814.0	98.016	98.0	0.0011887048383483181	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0134_000000012943	2512	0.6566334957957507	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8546073581810694	PS871	0	0	False	True	0.9864649772644043	0					non-mobilizable	other	2310.0	96.926	92.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0105_000000026246	1301	0.6566304885757013	2	2	2	1	1	False	42399	maximal	True	FIJ0105_000000026246	1.0		2	2	False	False	0.9984627366065979	0					non-mobilizable	no_good_hit								True	False
AST0048_000000004147	3991	0.6566240545332799	6	6	2	2	6	True	114955	maximal	True	AST0048_000000004147	1.0		5	2	False	False	0.9997494220733643	0					non-mobilizable	plasmid	3991.0	100.0	100.0	0.059746638315713814	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
AST0061_000000010029	3985	0.6566240545332799	6	6	2	2	6	True	114955	maximal	False	AST0048_000000004147	0.9996241543472814		0	0	False	False	0.9997490644454956	0					non-mobilizable	plasmid	3985.0	100.0	100.0	0.059656793746818	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
AST0106_000000004943	3980	0.6566240545332799	6	6	2	2	6	True	114955	maximal	False	AST0048_000000004147	0.9989972733506098		0	0	False	False	0.9962311387062073	0					non-mobilizable	plasmid	3980.0	100.0	100.0	0.05958192327273816	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
AST0085_000000003619	3971	0.6566240545332799	6	6	2	2	6	True	114955	maximal	False	AST0048_000000004147	0.9973035609234351		0	0	False	False	1.0	0					non-mobilizable	plasmid	3971.0	100.0	100.0	0.05944715641939445	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
CAN0016_000000009978	4667	0.6566234380195896	6	6	4	5	5	False	93003	maximal	True	CAN0016_000000009978	0.9830450614474282		163	14	False	False	1.0	0					non-mobilizable	chromosome	4667.0	96.743	100.0	0.001638385722507637	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0003_000000002885	4209	0.6566231580653935	4	2	2	2	1	True	96529	fragment	False	MON0003_000000002885	0.9803745510518215		0	0	False	False	0.9997624158859253	0					non-mobilizable	other	4215.0	97.65100000000001	100.0	0.0012337334889678515	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0205_000000000612	27800	0.6566207392032644	21	15	11	12	10	False	74566	fragment	False	ISR0205_000000000612	1.0		0	0	False	False	0.9999640583992004	0					non-mobilizable	no_good_hit	12839.0	99.79700000000001	62.0	0.002047150151080574	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
SPA0089_000000015837	2472	0.6566196950990468	4	2	1	1	2	True	5424	maximal	True	SPA0089_000000015837	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	95.19	41.0	0.11249794711775332	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ISR0207_000000015520	1919	0.6566196950990468	4	2	1	1	2	True	28573	fragment	False	ISR0207_000000015520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	92.492	73.0	0.005389882543679608	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
SPA0069_000000000159	39151	0.6566179471597017	52	23	17	20	19	False	5971	maximal	True	SPA0069_000000000159	1.0		4	1	False	False	0.9999744296073914	0					non-mobilizable	no_good_hit	1594.0	74.529	4.0	0.006952296075588484	NZ_KB822504.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.9, whole genome shotgun sequence	True	False
ENG0087_000000011808	2273	0.6566040865620351	3	2	2	2	1	False	126636	fragment	False	ENG0087_000000011808	1.0		0	0	False	False	0.9982402324676514	0					non-mobilizable	no_good_hit	1872.0	97.97	82.0	0.10941341763259571	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	True	False
FIJ0146_000000005913	2954	0.6566033946463882	3	3	3	3	3	False	63850	maximal	True	FIJ0146_000000005913	1.0		29	7	False	False	0.988828718662262	0					non-mobilizable	chromosome	2954.0	98.815	100.0	0.0005402496015361896	LR130541.1	enterobacteria	Klebsiella pneumoniae strain AJ218 genome assembly, chromosome: 1	False	False
AST0003_000000021324	1510	0.6566022700761885	1	1	1	1	1	False	129429	maximal	False	ENG0089_000000011930	0.56507569663356		0	0	False	False	0.9980132579803467	0					non-mobilizable	other	1510.0	99.536	100.0	0.006161447062186109	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0003_000000008890	1449	0.6566022700761885	1	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.8677836606726516		0	0	False	False	1.0	0					non-mobilizable	chromosome	1449.0	98.82700000000001	100.0	0.00041974846978782123	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0045_000000029561	1439	0.6566022700761885	1	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.8578200711142031		0	0	False	False	0.9986101388931274	0					non-mobilizable	chromosome	1440.0	98.125	100.0	0.00041713953592864274	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0021_000000004750	6040	0.6565933986547953	11	7	4	7	5	True	112150	backbone	False	ISR0003_000000003180	0.6333033823270835	PS715|PS716	0	0	False	True	0.9995033144950867	0					non-mobilizable	no_good_hit	651.0	78.648	11.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0051_000000008864	2859	0.6565913716095625	4	3	3	3	3	False	102834	maximal	True	SPA0051_000000008864	1.0		14	6	False	False	0.999300479888916	0					non-mobilizable	other	2859.0	100.0	100.0	0.000995825060923727	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MAD0103_000000012263	1885	0.6565889334972786	3	1	1	1	1	False	52330	fragment	False	MAD0103_000000012263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	9.544654884802524e-05	NZ_PYAL01000007.1	b-proteobacteria	Achromobacter aloeverae strain AVA-1 Scaffold7_1, whole genome shotgun sequence	True	False
FIJ0058_000000005557	6698	0.6565841973232922	12	3	3	3	1	True	46072	fragment	False	FIJ0058_000000005557	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	0.00148794075919582	NZ_FZOS01000035.1	a-proteobacteria	Sphingomonas laterariae strain LNB2, whole genome shotgun sequence	True	True
MAD0091_000000000813	11646	0.656583383600616	11	7	5	4	5	False	127871	fragment	False	MAD0091_000000000813	1.0		0	0	False	False	0.9989696145057678	0					non-mobilizable	no_good_hit	935.0	91.551	10.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0070_000000001569	11383	0.6565826734313143	9	6	4	5	3	False	86240	fragment	False	ISR0070_000000001569	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6320.0	97.816	97.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0087_000000003783	4081	0.6565825769460292	4	4	4	4	3	False	76022	maximal	False	ISR0032_000000007731	0.9941251143706603		0	0	False	False	1.0	0					non-mobilizable	chromosome	2271.0	99.295	100.0	0.0005047461269414254	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AUS0008_000000005092	4126	0.6565820956756532	5	4	4	3	1	False	118344	maximal	True	AUS0008_000000005092	1.0		3	2	False	False	0.9997576475143433	0					non-mobilizable	no_good_hit	67.0	100.0	2.0	0.08058608058608059	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
ENG0050_000000018417	1518	0.6565748468765097	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9034519391388064		0	0	False	False	0.9986824989318848	0					non-mobilizable	no_good_hit	1342.0	95.604	88.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MON0024_000000037656	1380	0.6565748468765097	1	1	1	1	1	False	125830	fragment	False	MON0024_000000037656	1.0		0	0	False	False	0.9543478488922119	0					non-mobilizable	other	1241.0	78.082	97.0	0.003943770090677925	NZ_FOZC01000003.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	False
MON0103_000000044157	1323	0.6565748468765097	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.52594675776594		0	0	False	False	0.9909297227859497	0					non-mobilizable	chromosome	1285.0	95.40899999999999	97.0	0.0004184674957085066	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0139_000000017463	1287	0.6565748468765097	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.43534508248386		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	95.529	99.0	0.0004152058628502953	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0190_000000004259	7080	0.6565743575725005	12	6	2	2	6	False	79831	fragment	False	ENG0190_000000004259	1.0		0	0	False	False	0.9992938041687012	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	0.0007871114683815648	CP049757.1	g-proteobacteria	Pasteurella multocida strain KVNON-213 plasmid unnamed1, complete sequence	True	False
SPA0011_000000010758	1612	0.6565740676265891	2	1	1	1	1	False	131469	maximal	True	SPA0011_000000010758	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	99.509	76.0	0.04284412032816773	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0295_000000024469	1461	0.6565740676265891	1	1	1	1	1	False	131468	fragment	False	ISR0295_000000024469	0.9652186067315219		0	0	False	False	0.9965776801109314	0					non-mobilizable	no_good_hit	1245.0	75.502	87.0	0.6870786516853933	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ISR0017_000000022739	1452	0.6565740676265891	1	1	1	1	1	False	131468	fragment	False	ISR0295_000000024469	0.9468230575529574		0	0	False	False	0.9993112683296204	0					non-mobilizable	no_good_hit	1243.0	75.865	86.0	0.6870786516853933	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
CAN0011_000000006789	4610	0.6565710460964536	6	3	2	2	2	False	107888	fragment	False	CAN0011_000000006789	1.0		0	0	False	False	0.9967461824417114	0					non-mobilizable	no_good_hit	970.0	71.443	21.0	0.0065396505658371455	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ENG0043_000000007153	4532	0.6565704116631655	5	4	4	4	3	True	102806	fragment	False	ENG0043_000000007153	1.0		0	0	False	False	0.9997793436050415	0					non-mobilizable	no_good_hit	2681.0	93.17399999999999	87.0	0.0008571606449339591	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
AST0118_000000025539	1225	0.6565680149307721	2	2	2	2	1	False	117698	fragment	False	ISR0378_000000025386	0.7847342931479568		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	98.12200000000001	100.0	0.00034746035999618473	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0081_000000016185	3474	0.6565639289093905	4	3	1	2	2	False	93205	fragment	False	DEN0017_000000008221	0.9659305144088338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1605.0	96.324	61.0	0.19915307012081207	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0130_000000013197	2476	0.6565639289093905	3	3	1	2	2	False	93204	fragment	False	SPA0130_000000013197	1.0		0	0	False	False	0.9991922378540039	0					non-mobilizable	no_good_hit	1559.0	78.704	63.0	0.234232868405094	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
SPA0058_000000003549	7169	0.6565615268263693	8	8	8	8	7	False	6318	maximal	True	SPA0058_000000003549	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	74.332	3.0	3.264054223527374e-05	CP049748.1	high GC Gram+	Rhodococcus fascians A21d2 chromosome, complete genome	True	False
SPA0016_000000002678	10963	0.6565566529167254	8	2	2	2	0	True	7892	fragment	False	SPA0016_000000002678	1.0		0	0	False	False	0.9978108406066895	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.517128124618352e-05	NZ_JH556658.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_8, whole genome shotgun sequence	True	True
MON0068_000000023268	1817	0.6565548601589758	3	3	1	2	0	False	10558	maximal	True	MON0068_000000023268	1.0		1	1	False	False	0.9680792689323425	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000022802	1801	0.6565518083213698	2	2	2	2	2	False	72894	maximal	True	DEN0045_000000022802	1.0		2	1	False	False	0.9983342289924622	0					non-mobilizable	no_good_hit	721.0	98.197	61.0	0.00021653613262250854	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0101_000000011014	2525	0.6565485549737018	3	3	3	3	3	False	45689	fragment	False	FIJ0101_000000011014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	99.42200000000001	7.0	0.20476190476190476	GQ879377.1		Uncultured organism clone VC1C749TF genomic sequence	True	False
SPA0132_000000015493	2641	0.6565482298314435	3	3	3	2	2	False	106236	fragment	False	ISR0814_000000011953	0.5401924293908357		0	0	False	False	0.989776611328125	0					non-mobilizable	other	2641.0	98.94	100.0	0.010127048425704291	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0090_01_000000000931	10352	0.656542824050641	13	8	2	8	0	True	94261	fragment	False	USA0090_01_000000000931	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5215.0	100.0	100.0	0.001396268423097718	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AUS0014_000000011780	2552	0.6565375945515355	4	3	3	3	3	False	100880	fragment	False	AUS0014_000000011780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1410.0	73.83	54.0	0.0003914606506819761	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0126_000000002115	14302	0.6565349747987612	14	5	2	4	1	True	112173	fragment	False	FIJ0126_000000002115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	92.085	7.0	0.00026895532722723557	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
FIJ0002_000000011547	3056	0.6565346731458704	4	2	1	2	0	False	52429	fragment	False	FIJ0002_000000011547	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000023141	1271	0.6565288408488089	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6652919395536009		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	93.375	100.0	0.0003603864981639346	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0119_01_000000020947	1172	0.6565249559315716	2	1	1	1	1	False	218	maximal	True	USA0119_01_000000020947	1.0		69	10	False	False	1.0	0					non-mobilizable	no_good_hit	817.0	92.53399999999999	70.0	0.004604519774011299	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0068_000000005040	3948	0.6565208340601548	9	5	3	4	2	True	96194	fragment	False	ISR0068_000000005040	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2725.0	96.18299999999999	77.0	0.0007389202961148593	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ETH0001_000000004587	4995	0.6565201274387411	10	2	2	2	1	False	53581	maximal	True	ETH0001_000000004587	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.9666180755952404e-05	NZ_VOHL01000001.1	firmicutes	Streptococcus pharyngis strain CCUG 66496 Scaffold1, whole genome shotgun sequence	True	False
MON0085_000000023837	1315	0.656512003743115	1	1	1	1	1	False	9770	fragment	False	MON0085_000000023837	1.0		0	0	False	False	0.9673003554344177	0					non-mobilizable	other	1190.0	86.471	90.0	0.0551913330543544	NZ_JNJN01000051.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00049.49_C, whole genome shotgun sequence	False	False
MON0092_000000022639	2425	0.6565098091581396	2	2	2	2	2	False	89222	maximal	True	MON0092_000000022639	1.0		0	0	False	False	0.9962886571884155	0					non-mobilizable	no_good_hit	1601.0	99.56299999999999	66.0	0.00034625042172219334	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	True	False
ISR0207_000000018359	1639	0.6565048696742718	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.2231655774901375		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	99.45100000000001	100.0	0.0004896932720389626	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
FIJ0121_000000008414	3101	0.6565014962940158	4	4	4	4	3	False	41490	fragment	False	FIJ0121_000000008414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	73.016	14.0	0.0002872975169095586	LR134534.1	e-proteobacteria	Campylobacter insulaenigrae strain NCTC12928 genome assembly, chromosome: 1	True	False
SPA0106_000000024086	1595	0.6564967462163093	2	2	2	2	1	False	91760	fragment	False	SPA0106_000000024086	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	99.436	100.0	0.0005029860457660503	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0398_000000016301	1398	0.6564861580736154	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.876948387625798		0	0	False	False	0.9971387982368469	0					non-mobilizable	other	1398.0	97.49600000000001	100.0	0.0022978009845346704	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0101_000000008753	3537	0.6564849724725142	4	4	2	3	3	False	122462	maximal	True	ENG0101_000000008753	1.0	PS871	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2315.0	92.65700000000001	65.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
DEN0052_000000024099	1859	0.6564819665941168	2	2	2	2	1	False	75835	fragment	False	DEN0052_000000024099	1.0		0	0	False	False	0.9951586723327637	0					non-mobilizable	other	1859.0	98.978	100.0	0.007127293929908549	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0137_000000002579	6717	0.6564780273187762	8	7	7	7	7	False	58004	maximal	True	ENG0137_000000002579	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	70.64	25.0	0.0003995960975484262	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0132_000000009297	4180	0.6564759663261022	5	5	5	5	4	False	105254	fragment	False	SPA0132_000000009297	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2343.0	84.59200000000001	95.0	0.006610895851998105	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
FIJ0154_000000015528	2401	0.6564753196902294	3	3	3	3	3	False	39604	maximal	True	FIJ0154_000000015528	1.0		11	3	False	False	0.9950020909309387	0					non-mobilizable	no_good_hit	152.0	76.97399999999999	6.0	0.00019529266558865116	NZ_QJKD01000001.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_101, whole genome shotgun sequence	True	False
MON0109_000000014031	2515	0.6564739537376109	5	3	1	2	2	True	8503	maximal	True	MON0109_000000014031	1.0		1	1	False	False	0.9996023774147034	0					non-mobilizable	no_good_hit	736.0	78.125	29.0	0.016894178042235444	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	True	True
SPA0026_000000023145	1459	0.656469584167251	3	2	2	2	1	False	7512	fragment	False	SPA0026_000000023145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000021227	1719	0.6564678651649317	3	2	2	2	2	False	48406	maximal	True	FIJ0032_000000021227	1.0		0	0	False	False	0.9848749041557312	0					non-mobilizable	no_good_hit	1346.0	97.4	78.0	0.0004763046409070257	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0366_000000004075	3762	0.6564678157375687	3	3	3	3	3	False	75323	fragment	False	ISR0366_000000004075	0.9879816467092156		0	0	False	False	0.9978734850883484	0					non-mobilizable	no_good_hit	1722.0	81.127	69.0	0.0492493538926155	MK411242.1	bacteria	Uncultured bacterium clone BVR_06I15, partial sequence	True	False
ISR0230_000000025262	1397	0.6564632431246114	2	2	1	2	0	True	54618	fragment	False	ISR0230_000000025262	1.0		0	0	False	False	0.9885469079017639	0					non-mobilizable	no_good_hit								True	True
ISR0182_000000008100	4134	0.6564629836219604	8	4	2	3	1	True	29568	fragment	False	ISR0182_000000008100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	0.0011251758087201125	NC_014316.1	g-proteobacteria	Nitrosococcus watsonii C-113 plasmid pNWAT01, complete sequence	True	True
ENG0145_000000011496	2770	0.656457583342843	4	4	4	4	1	False	63454	maximal	True	ENG0145_000000011496	1.0		8	3	False	False	0.9992779493331909	0					non-mobilizable	no_good_hit	2079.0	90.81299999999999	82.0	0.0005834223736297583	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0230_000000000567	21427	0.6564545151840354	13	5	3	3	4	False	41686	fragment	False	ISR0230_000000000567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8336.0	87.416	75.0	0.0033941152584291627	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
FIJ0078_000000016584	1468	0.6564522006947204	5	3	3	1	1	True	44439	fragment	False	FIJ0078_000000016584	1.0		0	0	False	False	0.9884195923805237	0					non-mobilizable	no_good_hit								True	True
SPA0085_000000009468	1408	0.6564516232353953	2	2	2	2	2	False	5536	maximal	True	SPA0085_000000009468	0.9951091045899172		11	4	False	False	0.9971590638160706	0					non-mobilizable	other	1409.0	86.586	100.0	0.0032608015499815753	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0048_000000021563	1867	0.6564503065806386	2	2	2	2	2	False	11399	maximal	True	MON0048_000000021563	1.0		26	3	False	False	0.9791108965873718	0					non-mobilizable	no_good_hit	1511.0	95.301	81.0	0.000710293543564988	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ENG0202_000000010204	2120	0.6564475981277846	4	3	3	2	2	False	128187	fragment	False	ENG0202_000000010204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	97.96799999999999	63.0	0.00037773738718366626	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0010_01_000000019229	1368	0.6564443679365639	4	3	3	3	2	False	2046	fragment	False	USA0010_01_000000019229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	75.726	62.0	0.0010893288617617005	AP019717.1	firmicutes	Clostridium butyricum NBRC 13949 plasmid pCBU1 DNA, complete genome	True	False
DEN0090_000000015174	1842	0.6564426399098438	2	2	2	1	1	False	68737	maximal	True	DEN0090_000000015174	1.0		234	13	False	False	0.9723126888275146	0					non-mobilizable	other	1823.0	99.23200000000001	99.0	0.004903345955008706	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
MAD0045_000000022079	1870	0.6564375319388389	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.3292824888314009		0	0	False	False	0.9866310358047485	0					non-mobilizable	chromosome	1870.0	91.12299999999999	100.0	0.0008005588046246314	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0842_000000002963	6336	0.6564314916547502	7	3	1	3	1	True	109389	fragment	False	ISR0842_000000002963	0.983274647887324		0	0	False	False	0.9949495196342468	0					non-mobilizable	no_good_hit								True	True
DEN0022_000000005422	6248	0.6564314916547502	7	3	1	3	1	True	109389	fragment	False	ISR0842_000000002963	0.9765625		0	0	False	False	0.9902368783950806	0					non-mobilizable	no_good_hit								True	True
ENG0161_000000009976	2175	0.6564290022429727	2	2	2	2	1	False	56408	maximal	True	ENG0161_000000009976	1.0		0	0	False	False	0.99908047914505	0					non-mobilizable	no_good_hit	948.0	78.692	43.0	0.06753358718298728	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0054_000000019807	1325	0.6564283421522211	2	2	2	2	2	False	35689	fragment	False	ISR0054_000000019807	1.0		0	0	False	False	0.9675471782684326	0					non-mobilizable	no_good_hit	817.0	89.71799999999999	62.0	0.00025688604314487776	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0315_000000006577	1473	0.6564262118468382	2	2	2	2	2	False	117029	fragment	False	ISR0185_000000019355	0.5416705968843047		0	0	False	False	0.9993211030960083	0					non-mobilizable	other	1473.0	98.09899999999999	100.0	0.012495543369382522	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0062_000000025538	1233	0.6564230602923693	1	1	1	1	1	False	6142	fragment	False	SPA0062_000000025538	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	99.27	100.0	0.0050304193377158956	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0816_000000005756	7508	0.656411066727002	3	2	2	2	1	False	117043	maximal	True	ISR0816_000000005756	1.0		1	1	False	False	0.9928076863288879	0					non-mobilizable	no_good_hit	1729.0	71.313	22.0	0.0006835505004653873	NZ_LN831027.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain NCTC10562 chromosome 1	True	False
SPA0096_000000014917	2612	0.6564005015980678	3	3	3	3	2	False	129171	maximal	True	SPA0096_000000014917	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2062.0	75.024	78.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0111_000000007086	4332	0.6563989409471721	5	4	2	3	4	True	84346	fragment	False	CHI0111_000000007086	0.999866737739872		0	0	False	False	1.0	0					non-mobilizable	other	4332.0	100.0	100.0	0.023728516406151555	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
SPA0128_000000004938	7290	0.6563983313414264	11	5	4	4	2	True	108901	fragment	False	SPA0128_000000004938	0.9136229824093828		0	0	False	False	0.9998628497123718	0					non-mobilizable	no_good_hit	5464.0	99.652	78.0	0.0014768472690628077	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0211_000000004558	6984	0.6563983313414264	12	5	4	4	2	True	108901	fragment	False	SPA0128_000000004938	0.828050257572703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3987.0	99.875	76.0	0.0015765029083828742	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MON0020_000000003514	4527	0.6563920842161136	5	4	3	4	1	False	116538	maximal	True	MON0020_000000003514	1.0	PS777	2	2	False	True	0.9902805685997009	0					non-mobilizable	no_good_hit	1677.0	99.70200000000001	37.0	0.0004858414608870085	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
MAD0037_000000008701	1541	0.656391634038276	2	1	1	1	1	False	18618	maximal	True	MAD0037_000000008701	1.0		1	1	False	False	0.933809220790863	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	1.5265226957881966e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MAD0112_000000019479	1490	0.656391634038276	3	1	1	1	1	False	14439	maximal	True	MAD0112_000000019479	1.0		3	2	False	False	0.9973154067993164	0					non-mobilizable	no_good_hit	120.0	84.167	8.0	3.384582273120168e-05	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0397_000000015733	1133	0.6563913721279924	2	2	2	2	2	False	22630	maximal	True	ISR0397_000000015733	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	98.773	14.0	2.242109332171127e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
FIJ0129_000000003160	6448	0.6563897321069745	8	8	3	5	7	True	123607	fragment	False	ISR0087_000000003064	0.9044876923013367		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6470.0	98.624	100.0	0.0017310086472772633	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0078_000000014328	2205	0.6563849731952274	3	3	3	3	2	False	75115	fragment	False	DEN0078_000000014328	0.9981693363844393		0	0	False	False	0.9959183931350708	0					non-mobilizable	no_good_hit	995.0	71.357	44.0	0.0014354604560950154	NZ_GG665867.1	firmicutes	Shuttleworthia satelles DSM 14600 Scfld1, whole genome shotgun sequence	True	False
FIJ0050_000000002205	10672	0.6563848553730179	11	10	6	7	9	True	50909	maximal	True	FIJ0050_000000002205	1.0		11	3	False	False	0.9994378089904785	0					non-mobilizable	no_good_hit	3484.0	77.813	41.0	0.0011707497384838622	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0251_000000001766	6072	0.656382490428703	5	4	4	3	4	False	129798	maximal	True	ISR0251_000000001766	1.0		0	0	False	False	0.9963768124580383	0					non-mobilizable	no_good_hit	1585.0	71.609	26.0	0.1862471145668813	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	True	False
AST0055_000000005452	5640	0.6563784754559234	5	3	2	2	2	False	113956	fragment	False	AST0055_000000005452	1.0		0	0	False	False	0.9946808218955994	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000004631	4498	0.6563784754559234	6	3	2	2	2	False	54790	fragment	False	ISR0002_000000004631	1.0		0	0	False	False	0.9971098303794861	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.002638339234881622	NZ_QSCB01000043.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf43, whole genome shotgun sequence	True	False
AST0149_000000017120	1556	0.6563780879557578	3	2	2	2	1	False	104389	maximal	True	AST0149_000000017120	1.0		1	1	False	False	0.9749357104301453	0					non-mobilizable	no_good_hit	260.0	80.0	17.0	8.507616287453631e-05	NZ_LR134442.1	high GC Gram+	Propionibacterium australiense strain NCTC13651 chromosome 1	True	False
ISR0157_000000003041	8711	0.6563777896973856	12	10	7	5	3	True	124060	maximal	True	ISR0157_000000003041	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	2506.0	91.022	47.0	0.00826367122346592	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	True
ISR0379_000000002020	8253	0.6563758599944197	10	5	3	5	2	True	23232	fragment	False	ISR0379_000000002020	1.0		0	0	False	False	0.9993941783905029	0					non-mobilizable	no_good_hit	249.0	100.0	3.0	0.008669206837487328	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	True
DEN0045_000000016271	2396	0.6563745156356141	4	4	4	2	3	False	125808	maximal	True	DEN0045_000000016271	1.0		55	4	False	False	0.9991652965545654	0					non-mobilizable	chromosome	1496.0	99.33200000000001	100.0	0.00040063501319549704	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0123_000000027117	1286	0.6563708972042928	2	2	2	2	2	False	41295	maximal	True	FIJ0123_000000027117	1.0		2	2	False	False	0.9992223978042603	0					non-mobilizable	no_good_hit	179.0	73.743	14.0	3.6531007205793355e-05	CP019936.1	g-proteobacteria	Chromatiaceae bacterium 2141T.STBD.0c.01a, complete genome	True	False
ENG0123_000000004341	2425	0.6563701634834834	4	3	1	1	2	False	58980	maximal	True	ENG0123_000000004341	1.0		2	1	False	False	0.9967010021209717	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.015005359056806002	XM_008597830.1	ascomycetes	Beauveria bassiana ARSEF 2860 blood-brain barrier large neutral amino acid transporter partial mRNA	True	False
ENG0057_000000008705	2676	0.6563605931418229	3	2	2	2	2	False	63551	fragment	False	ENG0057_000000008705	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2509.0	98.605	99.0	0.0008030721673054207	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0327_000000007369	3421	0.6563587962776027	5	3	1	3	2	False	24796	maximal	True	ISR0327_000000007369	1.0		2	2	False	False	0.9982461333274841	0					non-mobilizable	no_good_hit								True	False
MON0006_000000019958	1147	0.6563587804402983	2	2	2	2	1	False	14025	maximal	True	MON0006_000000019958	1.0		90	6	False	False	1.0	0					non-mobilizable	other	1148.0	98.345	100.0	0.004519573654865339	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0042_000000026205	1304	0.6563560352215247	2	2	1	2	1	False	6834	maximal	True	SPA0042_000000026205	1.0		10	5	False	False	0.9769938588142395	0					non-mobilizable	other	1305.0	79.77	99.0	0.006192324027954747	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0365_000000005008	3024	0.6563526616876594	4	4	4	4	3	True	116021	fragment	False	ISR0219_000000010668	0.9891410048622367		0	0	False	False	0.9996693134307861	0					non-mobilizable	chromosome	3024.0	100.0	100.0	0.001390703494470309	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
ISR0088_000000011867	2038	0.6563515544105526	3	2	1	2	1	False	75628	maximal	True	ISR0088_000000011867	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0366_000000003548	4180	0.6563504043414603	4	4	4	4	2	False	117171	maximal	True	ISR0366_000000003548	1.0		1	1	False	False	0.9997607469558716	0					non-mobilizable	no_good_hit	2661.0	87.67399999999999	63.0	0.004024307611542148	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0044_000000021852	1296	0.6563481743881214	2	2	2	2	1	False	47596	fragment	False	SPA0044_000000021852	1.0		0	0	False	False	0.970678985118866	0					non-mobilizable	no_good_hit	188.0	73.936	14.0	5.3463896986341275e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
ENG0060_000000028235	1137	0.6563338814367501	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.7582508383556138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000010312	2757	0.6563330765004385	4	2	2	1	1	True	27820	maximal	True	ISR0223_000000010312	1.0		1	1	False	False	0.9989118576049805	0					non-mobilizable	other	2769.0	95.63	99.0	0.025629146436381155	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	False	True
ISR0018_000000011274	1878	0.6563308930414671	4	2	1	2	1	False	37784	maximal	True	ISR0018_000000011274	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	98.54899999999999	44.0	0.00026486553820035264	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0042_000000002834	9358	0.6563235992894075	10	6	6	6	6	True	79100	maximal	True	ENG0042_000000002834	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	78.065	2.0	3.6406662419222716e-05	NZ_CP007640.1	firmicutes	Bacillus atrophaeus subsp. globigii strain BSS chromosome	True	True
SPA0112_000000001204	21569	0.6563233644278424	17	7	6	5	2	True	132165	maximal	True	SPA0112_000000001204	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	82.244	6.0	0.0003473555172477752	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0006_000000013517	1664	0.6563232841165495	2	2	2	2	2	False	67590	fragment	False	ENG0006_000000013517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	89.906	31.0	0.005121777799202208	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
DEN0029_000000005573	2385	0.6563219328142601	3	3	3	2	2	False	73848	maximal	True	DEN0029_000000005573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.0027019724398811133	NZ_QKMR01000036.1	firmicutes	Ruminiclostridium sufflavum DSM 19573 Ga0056032_scaffold00036.36, whole genome shotgun sequence	True	False
AST0058_000000001660	9732	0.656321064755452	10	8	4	5	7	True	123473	maximal	True	AST0058_000000001660	1.0		5	4	False	False	0.9998972415924072	0					non-mobilizable	no_good_hit	3142.0	91.693	32.0	0.06509160034258737	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	True
SPA0112_000000017747	1879	0.6563192244108121	2	2	2	1	1	False	61623	maximal	False	SPA0081_000000006621	0.939513515239256		0	0	False	False	0.9973390102386475	0					non-mobilizable	other	1860.0	99.40899999999999	99.0	0.008436654746128851	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0104_000000038172	1209	0.6563081946379224	2	2	2	2	2	False	124631	fragment	False	ENG0204_000000020312	0.826582378195212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	83.333	6.0	0.001421418873048201	NZ_MQNM01000023.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_23_length_47136_cov_32.8072, whole genome shotgun sequence	True	False
ISR0371_000000013249	1538	0.6563081345796568	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9159181084712267		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	99.155	100.0	0.0004100056312419489	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0182_000000007502	3502	0.6563032484962438	4	4	4	3	3	False	83293	maximal	True	CHI0182_000000007502	0.9640551643192488		3	2	False	False	0.9985722303390503	0					non-mobilizable	no_good_hit	775.0	70.71	21.0	0.00023948251149145388	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0050_000000033080	1245	0.6562970339801487	2	2	2	2	1	False	11299	maximal	True	MON0050_000000033080	1.0		569	15	False	False	0.9991967678070068	0					non-mobilizable	chromosome	1264.0	83.07	100.0	0.00040481742380493654	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ISR0261_000000007635	2375	0.6562964369137753	3	3	3	3	2	False	110255	fragment	False	ISR0398_000000009851	0.7395981029395202		0	0	False	False	0.9987368583679199	0					non-mobilizable	other	1176.0	99.235	92.0	0.11141665086288641	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0353_000000003511	8384	0.6562920238921189	11	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9841215925897007		0	0	False	False	1.0	0					non-mobilizable	other	8387.0	99.535	100.0	0.01161426511551242	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ETH0004_000000009187	3098	0.6562918718083866	4	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.6358532727817674		0	0	False	False	1.0	0					non-mobilizable	other	2759.0	98.514	100.0	0.0008239283624782546	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0046_000000000110	56817	0.6562911778913724	71	28	17	21	17	True	128554	maximal	True	AST0046_000000000110	1.0	PS306	1	1	False	True	0.9993839859962463	0					non-mobilizable	no_good_hit	10660.0	97.63600000000001	19.0	0.36919400090055765	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
ISR0171_000000022457	1341	0.6562908235663342	2	2	2	1	1	False	30457	fragment	False	ISR0171_000000022457	0.999608457321848		0	0	False	False	1.0	0					non-mobilizable	chromosome	1317.0	95.976	98.0	0.00044717537055921045	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0149_000000029781	1357	0.6562883428229247	2	2	2	2	2	False	3283	maximal	True	SPA0149_000000029781	1.0		11	1	False	False	0.9602063298225403	0					non-mobilizable	no_good_hit	314.0	72.93	23.0	0.0011568379262553382	NZ_HE978541.1	firmicutes	Brevibacillus massiliensis strain phR, whole genome shotgun sequence	True	False
ENG0119_000000002143	12299	0.6562876921311314	15	9	7	6	3	True	131983	maximal	True	ENG0119_000000002143	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1385.0	98.98899999999999	11.0	0.00038701259552625743	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MON0066_000000007047	3946	0.656286970061254	6	6	6	5	6	False	108266	maximal	True	MON0066_000000007047	1.0		60	9	False	False	0.9972123503684998	0					non-mobilizable	no_good_hit	1809.0	83.14	84.0	0.0006274111760055658	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0012_000000003724	6552	0.6562859040656004	9	8	6	8	7	False	125974	maximal	True	SPA0012_000000003724	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	83.67299999999999	3.0	6.728467046270252e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0059_000000002520	5289	0.6562853519955478	9	3	1	2	2	False	112906	maximal	True	AST0059_000000002520	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000010926	2195	0.6562771876605751	3	3	3	3	2	False	72276	fragment	False	ISR0346_000000010486	0.9285448663661909		0	0	False	False	1.0	0					non-mobilizable	chromosome	2195.0	99.63600000000001	100.0	0.0006240631231031354	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0036_000000018281	1681	0.6562752061533326	2	2	2	1	2	False	18722	fragment	False	MAD0036_000000018281	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1680.0	98.333	99.0	0.13010461061604028	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0037_000000019036	1681	0.6562724265574188	3	3	1	2	1	False	47774	fragment	False	FIJ0037_000000019036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	3.0	0.00012041988106615151	NZ_JMLK01000006.1	firmicutes	Clostridium akagii DSM 12554 BR66DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
MAD0054_000000012851	1419	0.6562724265574188	3	3	1	2	1	False	17141	fragment	False	MAD0054_000000012851	1.0		0	0	False	False	0.9957716464996338	0					non-mobilizable	no_good_hit								True	False
USA0020_01_000000010743	3269	0.6562714327120336	3	2	2	2	1	False	83500	maximal	True	USA0020_01_000000010743	0.9931177282639373		237	12	False	False	1.0	0					non-mobilizable	other	3269.0	99.38799999999999	100.0	0.000546840814605402	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0063_01_000000006379	3185	0.6562714327120336	3	2	2	2	1	False	83500	maximal	False	USA0020_01_000000010743	0.9879447250724923		0	0	False	False	1.0	0					non-mobilizable	other	3185.0	99.78	100.0	0.0005327849307538555	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0001_000000009037	3143	0.6562714327120336	3	2	2	2	1	False	83500	maximal	False	USA0020_01_000000010743	0.9815035409573958		0	0	False	False	1.0	0					non-mobilizable	other	3143.0	99.65	100.0	0.0005257569888280823	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0366_000000003598	4134	0.6562680089291777	6	5	4	5	4	False	60920	maximal	True	ISR0366_000000003598	1.0		0	0	False	False	0.9975810647010803	0					non-mobilizable	no_good_hit	3205.0	98.50200000000001	78.0	0.017243050544432356	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
CHI0132_000000012488	2494	0.6562657262123249	3	3	2	1	2	False	80915	maximal	True	CHI0132_000000012488	1.0		2	2	False	False	0.999599039554596	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.971887340345324e-06	NZ_CP009533.1	g-proteobacteria	Pseudomonas rhizosphaerae strain DSM 16299 chromosome, complete genome	True	False
CHI0095_000000007936	1138	0.6562604155164755	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18146588494685228		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	93.67299999999999	100.0	0.0003963147261768491	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0001_000000006016	5473	0.6562588723255209	5	4	4	4	4	True	116001	maximal	True	SPA0001_000000006016	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	99.335	56.0	0.00023801701957441108	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CAN0014_000000041712	1197	0.6562483489872319	2	2	2	1	1	False	93398	fragment	False	CAN0014_000000041712	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	97.41	100.0	0.00033212811925509994	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0206_000000012525	2076	0.6562476580969239	4	3	3	3	2	True	61619	maximal	True	ISR0206_000000012525	1.0		4	2	False	False	0.9956647157669067	0					non-mobilizable	no_good_hit	1782.0	99.214	86.0	0.012145721378106331	NZ_OLMR01000005.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0005_000000016737	1427	0.6562415831803581	3	3	3	2	2	False	67656	fragment	False	ENG0005_000000016737	0.9860125423011639		0	0	False	False	0.9992992281913757	0					non-mobilizable	other	1427.0	99.229	100.0	0.0004267313367134685	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0025_01_000000010561	1465	0.6562366733478203	2	1	1	1	1	False	61362	fragment	False	ENG0129_000000017050	0.9315873907630927		0	0	False	False	0.9822525382041931	0					non-mobilizable	no_good_hit	668.0	92.066	51.0	0.00020051984619585852	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0055_000000007531	4317	0.6562345412963314	3	2	2	2	1	False	113932	maximal	True	AST0055_000000007531	1.0		1	1	False	False	0.9969886541366577	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	1.0	0.0009088879675989412	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	False
FIJ0024_000000003977	5147	0.6562297584428989	8	7	3	5	4	True	106909	backbone	False	FIJ0124_000000004701	0.9793659726130182	PS658	0	0	False	True	1.0	0					non-mobilizable	plasmid	2943.0	93.544	91.0	0.5321499728310088	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0260_000000001721	5785	0.6562283603119556	9	5	2	5	3	False	72154	fragment	False	DEN0053_000000001220	0.9533807240866259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
ISR0798_000000002845	4713	0.6562283603119556	8	5	2	5	3	False	21921	fragment	False	ISR0798_000000002845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
MON0083_000000006531	4528	0.6562276631704161	4	4	4	1	1	False	28097	fragment	False	MON0083_000000006531	1.0		0	0	False	False	0.9935954213142395	0					non-mobilizable	no_good_hit	2596.0	85.824	69.0	0.0010861022093020818	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0815_000000024450	1259	0.6562272601873916	2	1	1	1	1	True	115097	fragment	False	AST0047_000000016848	0.9728453180070812		0	0	False	False	0.9404289126396179	0					non-mobilizable	chromosome	1256.0	88.854	99.0	0.00036275779234980264	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	True
ISR0360_000000021909	1138	0.6562272601873916	2	1	1	1	1	True	115097	fragment	False	AST0047_000000016848	0.6181776185543103		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	89.339	99.0	0.00032804412801010864	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	True
AST0061_000000020994	2001	0.6562253238345228	3	3	3	3	1	False	111999	maximal	True	AST0061_000000020994	1.0		2	2	False	False	0.9975012540817261	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000030797	1193	0.6562219339997599	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6146927516535527		0	0	False	False	1.0	0					non-mobilizable	chromosome	1194.0	97.571	100.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0117_000000009727	2339	0.6562208698298698	3	3	3	3	3	False	59372	maximal	True	ENG0117_000000009727	1.0		36	12	False	False	0.9995724558830261	0					non-mobilizable	no_good_hit	786.0	71.247	33.0	0.00417335830309362	NZ_LMUA01000005.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00005, whole genome shotgun sequence	True	False
SPA0137_000000004627	7781	0.6562155881173816	9	8	6	8	4	False	84469	maximal	True	SPA0137_000000004627	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0095_000000006200	4266	0.6562141040796345	5	4	3	4	4	False	54454	maximal	True	ISR0095_000000006200	1.0		17	3	False	False	0.9842944145202637	0					non-mobilizable	no_good_hit	2104.0	79.087	75.0	0.0016501886612217604	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
TAN0010_000000001839	5624	0.6562089548220874	5	4	4	4	3	False	2638	maximal	True	TAN0010_000000001839	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	80.625	3.0	3.056636951742517e-05	NC_009483.1	d-proteobacteria	Geobacter uraniireducens Rf4, complete genome	True	False
ENG0012_000000011440	2070	0.6562056144196292	3	2	2	2	2	False	67070	maximal	True	ENG0012_000000011440	1.0		5	2	False	False	0.9840579628944397	0					non-mobilizable	no_good_hit	312.0	76.282	18.0	0.004341657207718502	AB236336.1	firmicutes	Clostridium perfringens F4969 plasmid pCPF4969 DNA, complete sequence	True	False
FIJ0109_000000009826	2689	0.6562055580397479	5	3	1	1	3	True	74244	fragment	False	FIJ0109_000000009826	0.9780907668231612		0	0	False	False	1.0	0					non-mobilizable	other	2692.0	93.90799999999999	100.0	0.044343921283761474	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
FIJ0103_000000009878	2179	0.6562055580397479	4	3	1	1	3	True	74243	fragment	False	FIJ0104_000000011448	0.9653880070546738		0	0	False	False	1.0	0					non-mobilizable	other	2182.0	93.99600000000001	100.0	0.03594069867265403	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
AST0106_000000011937	1652	0.6561996720012808	2	2	0	2	1	False	107405	fragment	False	AST0106_000000011937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.308888787677733e-06	CP045420.1	a-proteobacteria	Maribius sp. THAF1 chromosome, complete genome	True	False
MAD0027_000000003874	2935	0.6561907799182218	5	5	4	4	5	False	83506	fragment	False	MAD0027_000000003874	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	676.0	93.04700000000001	77.0	0.0002093691610736376	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0025_000000015164	1751	0.6561907486033769	2	2	1	2	0	True	66148	maximal	True	ENG0025_000000015164	1.0		3	3	False	False	0.9897201657295227	0					non-mobilizable	no_good_hit	714.0	75.21	40.0	0.0038663306574987346	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
AST0059_000000010889	1416	0.6561907486033769	2	2	1	2	0	True	112593	fragment	False	AST0059_000000010889	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	89.44	98.0	0.013058680590979494	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
ISR0180_000000020368	1210	0.6561907486033769	2	2	1	2	0	True	29608	fragment	False	ISR0180_000000020368	1.0		0	0	False	False	0.9909090995788574	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.219472276581447e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0376_000000021193	1176	0.6561907486033769	2	2	1	2	0	True	23319	fragment	False	ISR0376_000000021193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0058_000000012777	2451	0.6561896870049785	3	1	1	1	1	False	6306	fragment	False	SPA0058_000000012777	1.0		0	0	False	False	0.9983680248260498	0					non-mobilizable	no_good_hit	1207.0	78.293	49.0	0.013948710765603296	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ISR0173_000000001207	5819	0.6561889257189408	7	7	4	6	4	False	110491	maximal	True	ISR0173_000000001207	1.0		100	4	False	False	0.9989688992500305	0					non-mobilizable	no_good_hit	3550.0	97.40799999999999	72.0	0.017507251524300008	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0832_000000007235	1855	0.656186516785523	3	3	3	3	3	False	21005	maximal	True	ISR0832_000000007235	1.0		1	1	False	False	0.99622642993927	0					non-mobilizable	no_good_hit	1300.0	98.76899999999999	70.0	0.0003030591476268999	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
CHI0057_000000014902	1374	0.6561831953002039	2	2	2	2	1	False	127975	fragment	False	ISR0171_000000018345	0.20816323739777862		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	97.671	100.0	0.00043276630335940754	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0211_000000012920	1754	0.6561810048659299	2	2	2	2	2	False	43626	fragment	False	ISR0211_000000012920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	98.571	8.0	0.9928571428571429	KU547922.1	bacteria	Uncultured bacterium clone PI_11F_Contig_13 genomic sequence	True	False
ENG0141_000000005188	5118	0.6561752582942934	9	4	2	2	1	True	70949	fragment	False	ENG0141_000000005188	1.0		0	0	False	False	0.9958968162536621	0					non-mobilizable	other	2701.0	99.963	100.0	0.16226936714946813	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
MON0005_000000005900	6922	0.6561728435234396	8	6	6	4	4	True	102948	maximal	False	FIJ0027_000000002398	0.9584932480454869	PS298	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1139.0	70.939	16.0	0.001911334004759462	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ENG0195_000000010354	2409	0.6561669957549467	2	2	2	2	1	False	54467	fragment	False	ENG0195_000000010354	1.0		0	0	False	False	0.9995849132537842	0					non-mobilizable	no_good_hit	2046.0	96.62799999999999	85.0	0.003918330120749713	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
DEN0028_000000001491	12364	0.6561631281397297	10	6	4	4	5	True	121805	maximal	True	DEN0028_000000001491	1.0		10	5	False	False	0.9981397390365601	0					non-mobilizable	no_good_hit	5721.0	80.423	53.0	0.0020268404543637617	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
SPA0022_000000001057	9996	0.6561631281397297	9	6	4	4	5	True	121803	fragment	False	ENG0018_000000002372	0.9401692747935682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5722.0	80.426	68.0	0.0020268404543637617	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
ENG0082_000000012140	1697	0.6561459690503926	3	3	3	3	2	True	61618	fragment	False	ENG0082_000000012140	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	97.93799999999999	100.0	0.011559235112796312	NZ_OLMR01000005.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ENG0199_000000014324	1774	0.6561388109081856	2	2	2	2	2	False	54268	maximal	True	ENG0199_000000014324	1.0		20	8	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	72.545	25.0	0.0001297650806622117	CP043732.1	high GC Gram+	Microbacterium esteraromaticum strain B24 chromosome	True	False
MON0083_000000030328	1339	0.6561388109081856	2	2	2	2	2	False	9860	fragment	False	MON0083_000000030328	1.0		0	0	False	False	0.9910380840301514	0					non-mobilizable	no_good_hit	429.0	73.66	31.0	0.0007644255679371821	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0135_000000000129	63077	0.6561357877875129	87	16	7	13	6	True	115267	backbone	False	ISR0052_000000000170	0.6007306868224753	PS749	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	331.0	99.094	1.0	0.0002747066942430996	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
CHI0055_000000005585	2843	0.6561334709125666	4	2	2	2	2	False	86246	maximal	True	CHI0055_000000005585	1.0		5	3	False	False	0.9947238564491272	0					non-mobilizable	no_good_hit	989.0	99.292	57.0	0.0001520132368449314	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0375_000000006588	3100	0.6561235985521675	6	5	3	4	5	False	50901	fragment	False	MAD0088_000000007154	0.9756990808738781		0	0	False	False	1.0	0					non-mobilizable	chromosome	3030.0	100.0	100.0	0.0006176601873861514	LT883142.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, chromosome: IV	False	False
ENG0188_000000013355	1926	0.6561213473091089	3	3	3	3	3	False	54903	maximal	True	ENG0188_000000013355	1.0		51	9	False	False	0.9994807839393616	0					non-mobilizable	other	1955.0	77.289	100.0	0.03281027104136947	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
CHI0179_000000007088	2638	0.6561200618581388	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.5444998278727695		0	0	False	False	1.0	0					non-mobilizable	chromosome	2638.0	98.446	100.0	0.0008875987609296326	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0103_000000008272	4953	0.6561189090192381	5	5	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.35911230324165494	PS902	0	0	False	True	0.9838481545448303	0	rep_cluster_1702				non-mobilizable	plasmid	4951.0	98.586	99.0	0.15930970089185098	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0215_000000003801	7479	0.6561137904440367	11	8	4	6	7	False	28780	maximal	True	ISR0215_000000003801	1.0		6	1	False	False	0.9969246983528137	0					non-mobilizable	no_good_hit	987.0	83.08	25.0	0.00026155407152946795	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0396_000000008105	2795	0.6561106586315277	4	4	4	3	2	False	92939	fragment	False	FIJ0124_000000009177	0.5871496402593739		0	0	False	False	0.997137725353241	0					non-mobilizable	other	2573.0	76.875	91.0	0.008536736008867256	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
ISR0219_000000010668	3085	0.6561096378098327	4	4	4	4	4	True	116021	fragment	False	ISR0219_000000010668	0.9990079365079365		0	0	False	False	0.9990275502204895	0					non-mobilizable	other	3085.0	99.90299999999999	100.0	0.0013997681577253677	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0068_000000005301	3764	0.6560994584494522	3	2	1	2	1	True	35035	fragment	False	ISR0068_000000005301	1.0		0	0	False	False	0.9978746175765991	0					non-mobilizable	plasmid	2266.0	91.17399999999999	92.0	0.4425298609751322	LN853043.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0393	False	True
ENG0136_000000010564	1109	0.656099030525801	1	1	1	1	1	False	58011	maximal	True	ENG0136_000000010564	1.0		363	12	False	False	1.0	0					non-mobilizable	other	1109.0	100.0	100.0	0.009957223480355153	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	False	False
CHI0086_000000000834	5292	0.6560986049476827	9	7	3	4	4	False	84078	fragment	False	CHI0086_000000000834	1.0		0	0	False	False	0.9992441534996033	0					non-mobilizable	no_good_hit	213.0	88.73200000000001	4.0	0.00012645414742506236	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
AST0025_000000012875	2738	0.6560980721889711	2	2	2	2	2	False	120455	maximal	True	AST0025_000000012875	1.0		2	1	False	False	0.9864864945411682	0					non-mobilizable	no_good_hit	798.0	77.193	29.0	0.000976821006871302	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0040_000000000547	8897	0.6560945914373371	8	6	4	6	3	True	73194	maximal	True	DEN0040_000000000547	1.0		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	4813.0	99.958	69.0	0.13129246132438405	MK232083.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.I13_1-CL11_c2 sequence	True	True
FIJ0126_000000006542	5200	0.6560932277143011	6	4	3	4	2	False	41163	maximal	True	FIJ0126_000000006542	1.0		1	1	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	7.562631587820193e-06	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
DEN0079_000000012128	3905	0.656090015751951	3	3	2	3	1	True	72856	fragment	False	DEN0079_000000012128	1.0		0	0	False	False	0.9951344132423401	0					non-mobilizable	no_good_hit	2214.0	76.016	56.0	0.004545863243538246	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0064_000000014832	1245	0.6560885876638407	2	2	2	2	1	False	85276	fragment	False	FIJ0048_000000026224	0.971395881006865		0	0	False	False	0.9983935952186584	0					non-mobilizable	other	1259.0	85.147	100.0	0.016306251378312816	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
FIJ0157_000000004459	4178	0.6560879941863267	5	5	4	3	4	False	39480	fragment	False	FIJ0157_000000004459	1.0		0	0	False	False	0.9995213150978088	0					non-mobilizable	no_good_hit	1502.0	99.601	36.0	0.12466733200266135	NZ_CYXV01000027.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ETH0005_000000033631	1384	0.656086900156926	2	2	2	1	1	False	52705	fragment	False	ETH0005_000000033631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	78.084	44.0	0.00017072722239963549	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0320_000000012252	2028	0.6560832506479733	2	2	2	2	2	False	64582	maximal	True	ISR0320_000000012252	1.0		567	13	False	False	1.0	0					non-mobilizable	chromosome	2028.0	98.866	100.0	0.0008439623177278719	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
ISR0031_000000007436	2883	0.6560824475148526	5	3	1	2	3	True	122260	maximal	True	ISR0031_000000007436	1.0		3	2	False	False	0.9847381114959717	0					non-mobilizable	no_good_hit	1708.0	99.59	59.0	0.0004574474699161963	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0229_000000002550	5785	0.6560823314297309	7	3	3	2	2	False	102675	fragment	False	ISR0229_000000002550	1.0		0	0	False	False	0.9998271465301514	0					non-mobilizable	no_good_hit	1656.0	81.884	84.0	0.0004633540690679159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0134_000000005733	5694	0.6560823314297309	6	3	3	2	2	False	102675	fragment	False	ISR0229_000000002550	0.9921348314606742		0	0	False	False	0.9992974996566772	0					non-mobilizable	no_good_hit	1655.0	81.873	86.0	0.00046306962826431376	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0036_01_000000024385	1245	0.6560801771663545	2	2	2	1	1	False	25044	fragment	False	SPA0102_000000024966	0.9946609123496163		0	0	False	False	0.9951807260513306	0					non-mobilizable	no_good_hit	48.0	95.833	9.0	6.860993355054946e-06	CP051770.1	g-proteobacteria	Pseudomonas aeruginosa strain GIMC5021:PA52Ts17, complete sequence	True	False
ENG0150_000000001901	7934	0.6560794516180428	12	11	7	7	7	False	128534	maximal	True	ENG0150_000000001901	1.0		31	8	False	False	1.0	0					non-mobilizable	chromosome	5739.0	91.375	100.0	0.001996213224991042	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0114_000000003085	6560	0.6560788736642086	10	6	2	4	4	False	94623	maximal	True	ENG0114_000000003085	0.9941244873637913		3	2	False	False	0.9992377758026123	0					non-mobilizable	no_good_hit	1924.0	94.647	48.0	0.00042645912322669633	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0018_000000003606	6066	0.6560788736642086	9	6	2	4	4	False	94623	maximal	False	ENG0114_000000003085	0.9701830134685347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1921.0	94.22200000000001	44.0	0.00042557066671997405	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
DEN0041_000000005847	5513	0.6560788736642086	8	6	2	4	4	False	94623	maximal	False	ENG0114_000000003085	0.6352346411693593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1920.0	94.792	47.0	0.00042557066671997405	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0021_000000001279	6504	0.6560734943775951	8	7	5	5	7	False	118692	fragment	False	SPA0038_000000004408	0.9677035273106117		0	0	False	False	1.0	0					non-mobilizable	other	3770.0	95.676	90.0	0.0007295878574268732	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0034_01_000000012890	4372	0.6560705084356122	4	4	3	3	3	False	74800	fragment	False	USA0034_01_000000012890	0.9965427354730082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	73.985	25.0	0.013906252013764483	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	True	False
ENG0101_000000010988	2898	0.6560678993499601	4	3	3	2	2	False	101719	fragment	False	ENG0101_000000010988	1.0		0	0	False	False	0.9972394704818726	0					non-mobilizable	no_good_hit	1815.0	91.90100000000001	62.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
AUS0018_000000024356	1173	0.6560627621567148	2	1	1	1	1	False	99807	fragment	False	AUS0018_000000024356	1.0		0	0	False	False	0.9948849081993103	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000009367	3612	0.6560603670323767	3	3	3	3	3	False	103053	fragment	False	ENG0084_000000007128	0.9468721348048382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	90.141	2.0	0.0004175116306811404	NZ_AWET01000045.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00004, whole genome shotgun sequence	True	False
USA0093_01_000000010139	1698	0.6560602330869202	2	2	2	2	2	False	374	fragment	False	USA0093_01_000000010139	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1698.0	96.525	100.0	0.0004509319836729141	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
FIJ0118_000000006467	1551	0.6560461020266284	3	3	2	3	2	False	125017	fragment	False	CHI0065_000000006939	0.5874997222804966		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	98.45100000000001	99.0	0.04916783127938	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0145_000000013870	1234	0.6560447330820417	2	1	1	1	1	False	40008	maximal	True	FIJ0145_000000013870	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1226.0	82.219	99.0	0.00038296508272518584	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0089_000000023825	1212	0.6560440339352199	2	1	1	1	1	False	38218	fragment	False	MAD0089_000000023825	0.9454697986577181		0	0	False	False	0.9983498454093933	0					non-mobilizable	other	1215.0	86.09100000000001	100.0	0.004652037569425519	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0002_000000033402	1172	0.6560440339352199	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.2616448446325896		0	0	False	False	0.9991467595100403	0					non-mobilizable	other	1174.0	94.463	100.0	0.05884422110552764	NZ_CABIWU010000042.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0127_000000020298	1331	0.6560436483867101	3	3	2	3	0	True	81897	fragment	False	ENG0127_000000020298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0119_000000011333	1191	0.6560436483867101	3	3	2	3	0	True	81896	fragment	False	CHI0119_000000011333	1.0		0	0	False	False	0.9983207583427429	0					non-mobilizable	no_good_hit								True	True
FIJ0038_000000027837	1289	0.6560392348065641	2	1	1	1	1	False	47609	maximal	True	FIJ0038_000000027837	1.0		30	7	False	False	0.9759503602981567	0					non-mobilizable	no_good_hit	254.0	74.803	20.0	0.0033885997821614428	NZ_SDVD01000011.1	high GC Gram+	Corynebacterium ulcerans strain KL1196 KL1196_contig_11, whole genome shotgun sequence	True	False
ISR0332_000000006088	2278	0.6560340930331685	3	2	2	1	1	True	119019	fragment	False	ISR0332_000000006088	1.0		0	0	False	False	0.9929763078689575	0					non-mobilizable	no_good_hit	1343.0	88.235	69.0	0.01597994673351089	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0379_000000002672	6735	0.6560333886573032	6	5	3	5	2	True	111134	fragment	False	ISR0379_000000002672	0.9570139207587578		0	0	False	False	0.9979212880134583	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	5.178322437567555e-06	CP060529.1	g-proteobacteria	Pseudomonas putida strain GIMC5401:PPKH-115 chromosome	True	True
FIJ0004_000000003462	7383	0.6560278007401593	19	4	2	3	2	False	52114	maximal	True	FIJ0004_000000003462	1.0		1	1	False	False	0.9998645782470703	0					non-mobilizable	no_good_hit	390.0	96.92299999999999	5.0	0.008434415894961089	NZ_CABIWU010000015.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0068_000000012858	1284	0.656024069670646	2	2	2	2	1	False	118589	fragment	False	ENG0060_000000020161	0.6292460306086654		0	0	False	False	0.9992212057113647	0					non-mobilizable	other	1278.0	92.958	99.0	0.0026882173495356714	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
ISR0825_000000020520	1178	0.656024069670646	2	2	2	2	1	False	118589	fragment	False	ENG0060_000000020161	0.2759787277978106		0	0	False	False	1.0	0					non-mobilizable	other	1004.0	94.223	99.0	0.0021109669155444694	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
ISR0817_000000011958	1130	0.656024069670646	2	2	2	2	1	False	118589	fragment	False	ENG0060_000000020161	0.12389103970573685		0	0	False	False	0.9955752491950989	0					non-mobilizable	other	1018.0	93.91	100.0	0.0021404614632666475	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
FIJ0043_000000021460	1378	0.6560116510382106	2	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.9122068762756956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000027104	1158	0.6560116510382106	1	1	1	1	1	False	105756	fragment	False	ENG0142_000000024853	0.34485545853222005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0085_000000010566	2985	0.6560071939550788	3	3	2	3	1	False	91536	fragment	False	DEN0085_000000010566	0.9972170686456401		0	0	False	False	0.9983249306678772	0					non-mobilizable	chromosome	2976.0	99.866	99.0	0.0008319093003544912	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0163_000000008864	2704	0.6559944978951007	3	3	2	3	2	False	97057	fragment	False	ENG0163_000000008864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	88.016	40.0	0.0002359865496994203	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0309_000000015741	1313	0.6559902837818805	2	1	1	1	1	False	25366	fragment	False	ISR0309_000000015741	1.0		0	0	False	False	0.9801980257034302	0					non-mobilizable	other	1179.0	88.21	90.0	0.000653812796050437	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	False
MON0019_000000007198	7403	0.655990115736217	8	7	4	5	5	False	13232	fragment	False	MON0019_000000007198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	73.82600000000001	13.0	0.00022403445232646626	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0039_000000004766	8034	0.655989067384855	10	8	7	8	7	False	99049	fragment	False	MON0039_000000004766	0.9774264212574253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	77.005	9.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0084_000000001249	12641	0.6559858532883195	15	9	4	7	5	True	14289	maximal	True	MON0084_000000001249	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3904.0	95.415	36.0	0.0017573835394752051	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	True
FIJ0146_000000004509	3787	0.6559847730849655	5	5	5	4	3	False	39988	maximal	True	FIJ0146_000000004509	1.0		0	0	False	False	0.99947190284729	0					non-mobilizable	no_good_hit	1343.0	99.926	35.0	0.008096921721712058	CP030066.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.1, complete sequence	True	False
TAN0002_000000005139	5596	0.6559840091428913	5	4	2	3	3	False	48597	maximal	True	TAN0002_000000005139	1.0		0	0	False	False	0.9960685968399048	0	ColRNAI_rep_cluster_1857				non-mobilizable	no_good_hit	2918.0	99.76	59.0	0.1700279785497785	KY807920.1	enterobacteria	Salmonella enterica subsp. enterica serovar Paratyphi B isolate 12-02541 plasmid pSE12-02541, complete sequence	True	True
CHI0075_000000003900	1775	0.6559775661589976	2	2	2	1	1	False	85624	fragment	False	CHI0075_000000003900	0.9841791044776118		0	0	False	False	0.9954929351806641	0					non-mobilizable	chromosome	1775.0	99.042	100.0	0.0007032490980453718	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0057_000000012738	1222	0.6559758926898964	2	1	1	1	1	False	16980	fragment	False	MAD0057_000000012738	1.0		0	0	False	False	0.9942716956138611	0					non-mobilizable	other	1223.0	97.13799999999999	100.0	0.00037953993537865954	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0071_000000006532	3189	0.6559744462186263	4	4	4	4	3	False	76083	fragment	False	ISR0773_000000003765	0.9870200723686585		0	0	False	False	1.0	0					non-mobilizable	other	3189.0	96.896	100.0	0.008725282244269586	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0051_000000002580	7373	0.6559689317877629	9	2	1	2	1	True	46559	maximal	True	FIJ0051_000000002580	1.0		2	1	False	False	0.9925403594970703	0					non-mobilizable	no_good_hit	2078.0	98.749	28.0	0.005195416221410821	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	True
MAD0076_000000004466	1452	0.6559658334014528	3	3	3	3	1	False	16238	maximal	True	MAD0076_000000004466	1.0		32	5	False	False	0.96074378490448	0					non-mobilizable	no_good_hit	893.0	81.187	64.0	0.0002679619566280992	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0774_000000008085	3009	0.6559611787656839	3	3	2	2	2	False	66680	maximal	True	ISR0774_000000008085	1.0		383	12	False	False	1.0	0					non-mobilizable	chromosome	3009.0	99.96700000000001	100.0	0.0004636476647679411	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0060_000000005530	5398	0.655958477700098	8	3	2	2	3	False	100552	maximal	True	ISR0060_000000005530	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.945	49.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0047_000000019705	1985	0.6559564179303441	2	2	2	1	2	False	6668	maximal	True	SPA0047_000000019705	1.0		4	1	False	False	0.9909319877624512	0					non-mobilizable	other	1978.0	99.494	99.0	0.0153150152220561	NZ_SLUM01000009.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_109, whole genome shotgun sequence	False	False
SPA0150_000000017824	1191	0.6559515743584567	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.23551370441461636		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	93.546	100.0	0.016566265060240965	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0310_000000005561	2889	0.6559505483203686	6	5	0	1	5	False	25338	maximal	True	ISR0310_000000005561	1.0		1	1	True	True	1.0	29	ColRNAI_rep_cluster_1987,rep_cluster_2358				non-mobilizable	no_good_hit	599.0	82.304	39.0	0.04511857098860487	CP056544.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00432 plasmid pRHBSTW-00432_6, complete sequence	True	True
USA0034_01_000000011717	4853	0.655949687676542	6	6	5	6	5	False	104106	fragment	False	ISR0126_000000009868	0.9644019528071603		0	0	False	False	1.0	0					non-mobilizable	other	4798.0	98.93700000000001	99.0	0.02788337460328532	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0194_000000019838	1378	0.6559452856751483	4	2	2	2	2	False	90545	fragment	False	ISR0194_000000019838	0.9832771564271487		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	96.749	100.0	0.021127406049495874	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0062_000000018684	1284	0.6559452856751483	2	2	2	2	2	False	90545	fragment	False	ISR0194_000000019838	0.9614809615582892		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	97.595	100.0	0.01967613809960281	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0007_000000006243	1220	0.6559452856751483	2	2	2	2	2	False	90545	fragment	False	ISR0194_000000019838	0.6435617860851506		0	0	False	False	0.9991803169250488	0					non-mobilizable	other	1225.0	97.061	100.0	0.018698441796516956	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0152_000000010321	1247	0.6559297625670446	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.4905119004692779		0	0	False	False	0.9919807314872742	0					non-mobilizable	other	1231.0	99.26899999999999	99.0	0.9192825112107623	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0237_000000002524	3589	0.6559235048412031	5	5	4	4	2	False	99441	maximal	True	ISR0237_000000002524	1.0		6	4	False	False	0.9994427561759949	0					non-mobilizable	no_good_hit	1329.0	99.398	40.0	0.0005337414633518964	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	False
FIJ0026_000000017969	1809	0.6559205339867942	2	2	2	2	1	False	68722	fragment	False	SPA0145_000000017856	0.9624987552107823		0	0	False	False	0.9955776929855347	0					non-mobilizable	chromosome	1809.0	98.12100000000001	100.0	0.0005827515219065258	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0191_000000000912	8999	0.6559175011712266	10	8	6	6	7	False	85338	maximal	True	ISR0191_000000000912	1.0		4	1	False	False	0.9994443655014038	0					non-mobilizable	no_good_hit	1071.0	77.404	14.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
USA0080_01_000000027606	1528	0.6559142937563587	2	2	2	2	2	False	102215	fragment	False	ENG0174_000000012784	0.8001320921786677		0	0	False	False	1.0	0					non-mobilizable	other	1094.0	93.51	93.0	0.0002677342693244932	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0048_000000011442	2081	0.6559139784887136	3	3	3	2	1	True	17552	maximal	True	MAD0048_000000011442	1.0		1	1	False	False	0.9807784557342529	0					non-mobilizable	no_good_hit	1030.0	94.272	49.0	0.0003034400949701662	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
MON0093_000000033081	1399	0.6559139784887136	3	3	3	2	1	True	9373	fragment	False	MON0093_000000033081	1.0		0	0	False	False	0.9971408247947693	0					non-mobilizable	no_good_hit	786.0	95.802	56.0	0.00023042295180180275	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ETH0005_000000003169	13942	0.6559100777311339	14	3	2	3	2	False	52818	maximal	True	ETH0005_000000003169	1.0		1	1	False	False	0.997704803943634	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.090021513050914e-05	NZ_CACVQR010000002.1	bacteria	Fibrobacter succinogenes isolate RUG10152, whole genome shotgun sequence	True	False
MAD0105_000000011060	3078	0.6559039210901553	4	3	3	2	3	False	71496	fragment	False	FIJ0012_000000006775	0.5516486457389599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	91.565	54.0	0.06205553674229597	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0296_000000000792	20413	0.6559015527665927	26	23	7	10	21	True	123794	fragment	False	ISR0296_000000000792	1.0		0	0	False	False	0.9995591044425964	0					non-mobilizable	other	18892.0	99.85700000000001	97.0	0.012111204804211701	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0306_000000001796	4680	0.6559001790505897	5	4	4	4	4	False	89458	maximal	True	ISR0306_000000001796	1.0		39	5	False	False	1.0	0					non-mobilizable	no_good_hit	2446.0	100.0	52.0	0.12434521690484666	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
AST0012_000000005966	3374	0.6558998543342242	4	3	2	3	3	False	125543	fragment	False	ENG0033_000000008193	0.7055300860829468		0	0	False	False	0.9994072318077087	0					non-mobilizable	no_good_hit	293.0	94.198	55.0	0.0006105759278349438	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0107_000000008401	3683	0.6558967825275733	4	2	1	2	2	False	27365	fragment	False	SPA0107_000000008401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	81.25	2.0	0.0014375208062221954	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0293_000000021278	1656	0.6558927260531006	2	2	1	2	2	False	25818	fragment	False	ISR0293_000000021278	1.0		0	0	False	False	0.9975845217704773	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000012712	2559	0.6558906027558895	3	2	0	2	0	False	31482	fragment	False	ISR0134_000000012712	1.0		0	0	False	False	0.9976553320884705	0					non-mobilizable	no_good_hit								True	False
ISR0123_000000010245	2137	0.6558906027558895	4	2	0	2	0	False	32115	fragment	False	ISR0123_000000010245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.988137636362275e-06	CP054415.1	firmicutes	Bacillus amyloliquefaciens strain 205 chromosome, complete genome	True	False
SPA0128_000000019743	1879	0.6558906027558895	3	2	0	2	0	False	3875	maximal	True	SPA0128_000000019743	1.0		2	2	False	False	0.9925492405891418	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.005168661588683352	KT625172.1	green algae	Lobochlamys culleus clone contig23 chloroplast, partial genome	True	False
ISR0005_000000014604	1102	0.6558906027558895	3	2	0	2	0	True	38509	fragment	False	ISR0005_000000014604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0133_000000023422	1638	0.6558883827410841	2	2	2	2	2	False	53311	fragment	False	FIJ0107_000000015596	0.9757587716892008		0	0	False	False	0.9993894696235657	0					non-mobilizable	no_good_hit	902.0	81.929	54.0	0.04122469776274955	NZ_JXQL01000058.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig58, whole genome shotgun sequence	True	False
FIJ0113_000000016192	1592	0.6558883827410841	2	2	2	2	2	False	53311	fragment	False	FIJ0107_000000015596	0.9596724330052239		0	0	False	False	0.9905778765678406	0					non-mobilizable	no_good_hit	862.0	80.858	54.0	0.039371902357682155	NZ_JXQL01000058.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig58, whole genome shotgun sequence	True	False
MAD0062_000000002912	4471	0.6558850300938056	6	6	6	6	5	False	57164	fragment	False	ISR0225_000000002983	0.9666373045584673		0	0	False	False	1.0	0					non-mobilizable	other	4471.0	99.62	100.0	0.0009673371156863777	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
ISR0270_000000003336	2181	0.6558836496043805	3	3	1	2	1	True	129231	fragment	False	ISR0270_000000003336	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2157.0	79.138	98.0	0.00882591696762864	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
AST0097_000000011177	1955	0.6558836496043805	3	3	1	2	1	True	108992	fragment	False	AST0097_000000011177	1.0		0	0	False	False	0.9994884729385376	0					non-mobilizable	chromosome	1972.0	78.043	99.0	0.00048697053527971403	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ISR0302_000000007899	1947	0.6558836496043805	3	3	1	2	1	True	129228	fragment	False	ISR0302_000000007899	0.939443535188216		0	0	False	False	0.9994863867759705	0					non-mobilizable	other	1962.0	85.525	100.0	0.000622797195139172	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0077_000000018065	1919	0.6558836496043805	3	3	1	2	1	True	34509	fragment	False	ISR0077_000000018065	1.0		0	0	False	False	0.998436689376831	0					non-mobilizable	no_good_hit	1413.0	83.86399999999999	73.0	0.0003515897235703999	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	True
ISR0014_000000018826	1897	0.6558836496043805	3	3	1	2	1	True	38024	fragment	False	ISR0014_000000018826	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	85.714	95.0	0.0013201567989915858	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	False	True
ISR0387_000000013710	1766	0.6558836496043805	3	3	1	2	1	True	76364	fragment	False	ISR0387_000000013710	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1763.0	88.145	99.0	0.007260362479705775	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
DEN0006_000000004892	1500	0.6558836496043805	3	3	1	2	1	True	76363	fragment	False	DEN0006_000000004892	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	83.18799999999999	99.0	0.0004751830527437178	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0079_000000020534	1398	0.6558836496043805	3	3	1	2	1	True	34345	fragment	False	ISR0079_000000020534	1.0		0	0	False	False	0.9971387982368469	0					non-mobilizable	chromosome	1401.0	89.79299999999999	100.0	0.0003495877892013158	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
MON0100_000000022775	1971	0.655875720696246	3	3	3	3	3	False	9114	maximal	True	MON0100_000000022775	1.0		5	2	False	False	0.9928970336914062	0					non-mobilizable	no_good_hit	287.0	73.171	14.0	0.021383075523202913	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
ISR0812_000000034948	1125	0.6558723366605794	2	2	2	1	1	False	21603	maximal	True	ISR0812_000000034948	1.0		7	4	False	False	0.9404444694519043	0					non-mobilizable	other	1122.0	92.959	99.0	0.0003222004766493915	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
CAN0011_000000002593	12300	0.6558715168780649	16	7	4	4	5	False	94545	fragment	False	CAN0011_000000002593	1.0		0	0	False	False	0.9998373985290527	0					non-mobilizable	no_good_hit	1389.0	73.362	11.0	0.00041048504696033263	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0788_000000001095	6208	0.6558703411160213	8	6	4	5	6	False	98392	maximal	True	ISR0788_000000001095	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1429.0	79.846	23.0	0.00869904475100737	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0020_000000003125	2995	0.6558540710304461	3	3	3	2	2	False	89375	fragment	False	CHI0020_000000003125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1954.0	98.00399999999999	81.0	0.00038919498908457747	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ENG0112_000000014333	1936	0.655850804555652	2	2	2	2	2	False	75630	fragment	False	ISR0213_000000010997	0.3192586169540461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	71.271	18.0	8.535299038566458e-05	CP053450.1	bacteria	Planctomycetes bacterium isolate PNC22 chromosome	True	False
ISR0115_000000012106	2719	0.6558434180780998	4	4	1	3	1	True	32482	maximal	True	ISR0115_000000012106	1.0		3	1	False	False	0.985288679599762	0					non-mobilizable	plasmid	2728.0	89.516	99.0	0.0077074459939996485	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	False	True
CHI0167_000000006690	2872	0.6558382742013891	4	4	3	4	4	False	87977	fragment	False	CHI0167_000000006690	1.0		0	0	False	False	0.9982590675354004	0					non-mobilizable	chromosome	2875.0	97.67	99.0	0.0013389671624249716	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0838_000000019096	1299	0.6558376133599884	2	2	1	2	1	False	20861	maximal	True	ISR0838_000000019096	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0064_000000010972	2024	0.6558371253128574	2	2	2	2	1	False	130962	maximal	True	ENG0064_000000010972	1.0		10	6	False	False	0.9955533742904663	0					non-mobilizable	no_good_hit	315.0	79.683	21.0	9.706267199847686e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0007_000000008858	2943	0.6558254846647441	4	4	4	4	3	False	67533	fragment	False	ENG0007_000000008858	1.0		0	0	False	False	0.9993204474449158	0					non-mobilizable	no_good_hit	792.0	86.49	27.0	0.011016287371709059	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0051_000000020971	1361	0.6558243136397502	3	2	2	1	1	False	17320	fragment	False	MAD0051_000000020971	1.0		0	0	False	False	0.997061014175415	0					non-mobilizable	no_good_hit	756.0	85.714	56.0	0.0004319991221408213	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0088_000000011457	1286	0.6558243136397502	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.13751184220380316		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	84.434	95.0	0.0003920009965365219	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0026_000000020184	1282	0.6558243136397502	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.13764199600801086		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	86.28399999999999	94.0	0.01929795918367347	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0188_000000020212	1245	0.6558243136397502	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.12871402053259987		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	86.619	100.0	0.020032653061224488	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0222_000000035347	1245	0.6558243136397502	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.09243016013371343		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	84.33200000000001	94.0	0.0003730590974409815	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0310_000000014781	1241	0.6558243136397502	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.1281578593561651		0	0	False	False	0.9991942048072815	0					non-mobilizable	other	1243.0	86.806	99.0	0.019951020408163267	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0084_000000023332	1222	0.6558243136397502	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.12821567031884515		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	86.449	100.0	0.019657142857142856	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
DEN0041_000000028004	1215	0.6558243136397502	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.1039808903900036		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	84.73299999999999	97.0	0.0003775537853619572	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0105_000000035130	1139	0.6558243136397502	2	2	2	1	1	False	128163	fragment	False	AST0118_000000014400	0.07100856954551633		0	0	False	False	0.9947322010993958	0					non-mobilizable	other	1142.0	85.902	100.0	0.01830204081632653	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0169_000000011008	2075	0.6558223852938729	3	3	3	3	1	False	38867	maximal	True	FIJ0169_000000011008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0151_000000004831	3378	0.655813844303083	4	3	3	3	3	False	103699	maximal	True	AST0151_000000004831	1.0		7	4	False	False	0.9970396757125854	0					non-mobilizable	other	3059.0	99.96700000000001	99.0	0.0010514357702712553	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
ISR0349_000000003341	2918	0.6557978329435195	4	2	1	2	2	False	127949	fragment	False	ISR0349_000000003341	1.0		0	0	False	False	0.971213161945343	0					non-mobilizable	no_good_hit	2461.0	96.01799999999999	84.0	0.0005459180993771237	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0086_01_000000007067	2513	0.6557978329435195	4	2	1	2	2	False	127935	fragment	False	USA0086_01_000000007067	0.9852045256744996		0	0	False	False	1.0	0					non-mobilizable	chromosome	2461.0	96.01799999999999	98.0	0.0005459180993771237	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0006_000000018852	1681	0.6557921953415374	2	2	2	2	2	False	8243	fragment	False	SPA0006_000000018852	1.0		0	0	False	False	0.9934563040733337	0					non-mobilizable	no_good_hit	501.0	77.046	29.0	0.00024195167150324622	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0120_000000000666	20939	0.6557884940265222	22	14	8	11	10	True	122915	fragment	False	ENG0091_000000000712	0.46509399642865806		0	0	False	False	1.0	0					non-mobilizable	other	20954.0	99.193	99.0	0.12204419213261138	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0365_000000008292	1961	0.6557880150651938	3	3	3	2	1	False	23654	fragment	False	ISR0365_000000008292	1.0		0	0	False	False	0.9918408989906311	0					non-mobilizable	no_good_hit	719.0	94.854	37.0	0.0001606593207914642	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
MAD0105_000000002766	9056	0.6557788132734278	9	2	2	2	2	False	14864	maximal	True	MAD0105_000000002766	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.4546350939525494e-07	CP050589.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 14a	True	False
MAD0087_000000018207	1681	0.6557778012357598	2	2	2	2	1	False	119062	fragment	False	MON0034_000000016699	0.985581622678397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0015_000000001043	17400	0.6557684734096764	16	7	5	4	2	True	51326	fragment	False	MON0015_000000001043	1.0		0	0	False	False	0.9976436495780945	0					non-mobilizable	no_good_hit	1808.0	74.723	10.0	0.0006346006814166469	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0069_000000000488	30874	0.6557656876322269	37	22	10	21	11	True	100675	backbone	False	SPA0056_000000000367	0.7842673475547187	PS581	0	0	False	True	1.0	0					non-mobilizable	other	28154.0	98.77799999999999	92.0	0.4526799929241111	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
FIJ0083_000000017186	2067	0.6557627485544281	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.2073500092812456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	86.70200000000001	77.0	0.00031514681731076023	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0161_000000002335	8439	0.6557616199762677	9	7	5	7	4	False	60515	maximal	True	ENG0161_000000002335	1.0		2	1	False	False	0.9998815059661865	0					non-mobilizable	no_good_hit	208.0	78.365	2.0	0.002753550452369003	NZ_SLWV01000018.1	firmicutes	Marinisporobacter balticus strain DSM 102940 Ga0310545_118, whole genome shotgun sequence	True	False
ENG0020_000000011993	1657	0.6557605956201881	1	1	1	1	1	False	66462	maximal	True	ENG0020_000000011993	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.1459338235949472e-05	NZ_CP035130.1	firmicutes	Gudongella oleilytica strain W6 chromosome, complete genome	True	False
SPA0023_000000003182	6487	0.6557573658114625	5	4	4	3	2	False	7646	maximal	True	SPA0023_000000003182	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3411.0	83.583	68.0	0.0014563853287168774	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0779_000000008925	3675	0.6557511283955337	2	2	1	2	1	False	74963	maximal	True	ISR0779_000000008925	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	82.831	16.0	9.189745480584344e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0059_000000011602	3254	0.6557511283955337	3	2	1	2	1	False	95393	maximal	False	CAN0011_000000008217	0.39071520474379057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	75.296	15.0	0.0019845697707782063	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0090_000000006360	3416	0.6557478492742222	4	3	2	3	2	False	61261	maximal	True	ENG0090_000000006360	1.0		18	8	False	False	0.9997072815895081	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	7.321785381937391e-05	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ISR0825_000000014851	1610	0.655746169597832	2	2	2	1	1	False	102580	fragment	False	ISR0825_000000014851	1.0		0	0	False	False	0.9987577795982361	0					non-mobilizable	other	1610.0	99.814	100.0	0.00617212913521144	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0157_000000011827	2615	0.6557460814371219	4	2	0	2	1	False	108195	fragment	False	ISR0157_000000011827	0.9999234596249522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	3.0	0.11929307805596466	NZ_CYZK01000050.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0108_000000008424	2614	0.6557460814371219	4	2	0	2	1	False	108195	fragment	False	ISR0157_000000011827	0.9998469777893881		0	0	False	False	0.9992349147796631	0					non-mobilizable	no_good_hit	81.0	100.0	3.0	0.11782032400589101	NZ_CYZK01000050.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0203_000000006486	2613	0.6557460814371219	4	2	0	2	1	False	108195	fragment	False	ISR0157_000000011827	0.9996939848597155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	3.0	0.11634756995581738	NZ_CYZK01000050.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0117_000000010260	2613	0.6557460814371219	4	2	0	2	1	False	108195	fragment	False	ISR0157_000000011827	0.9994644222516355		0	0	False	False	0.9992346167564392	0					non-mobilizable	no_good_hit	80.0	100.0	3.0	0.11634756995581738	NZ_CYZK01000050.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0386_000000012561	2612	0.6557460814371219	4	2	0	2	1	False	108195	fragment	False	ISR0157_000000011827	0.9993879111799471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.11487481590574374	NZ_CYZK01000050.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0350_000000013173	1502	0.6557460814371219	3	2	0	2	1	False	24093	fragment	False	ISR0350_000000013173	1.0		0	0	False	False	0.9733688235282898	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	0.0002191259142839872	NZ_SPFU01000007.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_7_length_264688_cov_23.5584, whole genome shotgun sequence	True	False
DEN0062_000000005717	3130	0.6557423499177024	4	3	2	3	3	False	71727	maximal	True	DEN0062_000000005717	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000003415	6265	0.6557419000925206	4	4	3	4	3	False	71898	fragment	False	ENG0184_000000003639	0.9877602804992157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	73.518	28.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ENG0172_000000002801	6265	0.6557419000925206	4	4	3	4	3	False	71898	fragment	False	ENG0184_000000003639	0.9876818527947161		0	0	False	False	0.9998403787612915	0					non-mobilizable	no_good_hit	1771.0	73.518	28.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ENG0017_000000003484	6259	0.6557419000925206	4	4	3	4	3	False	71898	fragment	False	ENG0184_000000003639	0.9872814297410353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	73.518	28.0	0.015448258608673897	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ENG0028_000000007653	2251	0.6557378776725621	3	3	3	3	2	False	65883	maximal	True	ENG0028_000000007653	1.0		8	5	False	False	0.9888938069343567	0					non-mobilizable	no_good_hit	218.0	83.486	10.0	0.04204611509397404	NZ_LR130837.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0139_000000003240	3190	0.6557343800620927	4	4	4	4	4	False	80349	fragment	False	MON0074_000000005052	0.8955857689667935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	70.884	18.0	0.006653399121515797	NZ_MLFN01000010.1	enterobacteria	Pantoea conspicua strain LMG 24534 Contig0010_, whole genome shotgun sequence	True	False
AST0101_000000000909	16000	0.6557340974911253	15	15	14	13	14	False	117458	maximal	True	AST0101_000000000909	1.0		8	4	False	False	1.0	0					non-mobilizable	other	16000.0	99.98700000000001	100.0	0.00440469569909643	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ENG0128_000000002277	9815	0.65573382292913	12	8	3	6	5	False	132504	maximal	False	USA0023_01_000000003225	0.9615826292867645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3187.0	95.57600000000001	34.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0070_000000003685	8283	0.6557265775668092	12	10	8	10	9	False	70655	maximal	True	DEN0070_000000003685	1.0		6	3	False	False	0.9998793005943298	0					non-mobilizable	no_good_hit	1055.0	72.796	13.0	0.00031591963565561713	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ENG0050_000000008998	2837	0.6557108020225232	5	2	0	2	0	True	64148	fragment	False	ENG0050_000000008998	1.0		0	0	False	False	0.9996474981307983	0					non-mobilizable	no_good_hit								True	True
MON0090_000000043396	1426	0.6557107579036405	2	2	2	2	2	True	50854	maximal	True	MON0090_000000043396	1.0		27	7	False	False	0.9901823401451111	0					non-mobilizable	other	1378.0	73.149	95.0	0.0019269254960260736	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	True
ENG0193_000000005297	3869	0.655706638139428	4	4	4	4	4	False	62074	maximal	True	ENG0193_000000005297	1.0		122	8	False	False	0.9997415542602539	0					non-mobilizable	other	3675.0	96.40799999999999	95.0	0.030524076966534846	NZ_JAAWUO010000014.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_14_length_120364_cov_136.787, whole genome shotgun sequence	False	False
ENG0157_000000005297	4533	0.6557014321108017	5	3	3	3	3	False	92482	maximal	True	ENG0157_000000005297	1.0		11	4	False	False	0.9918376207351685	0					non-mobilizable	other	4533.0	99.713	100.0	0.0012934926928508557	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CAN0022_000000014893	2106	0.6556985030905517	3	3	3	2	2	False	113454	fragment	False	CAN0022_000000014893	0.9430477167778348		0	0	False	False	0.9990503191947937	0					non-mobilizable	no_good_hit	808.0	73.391	38.0	0.0027386581954518957	NZ_FKLA01000007.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
MAD0056_000000007750	1784	0.655692178051255	4	3	2	2	2	False	17049	maximal	True	MAD0056_000000007750	1.0		17	2	False	False	1.0	0					non-mobilizable	chromosome	1784.0	99.664	100.0	0.00050254867999938	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0391_000000003753	3365	0.6556915083889929	5	5	2	4	4	False	101913	fragment	False	ENG0049_000000005390	0.7017584978634189		0	0	False	False	1.0	0					non-mobilizable	chromosome	3365.0	99.525	100.0	0.0005195129303741481	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0061_000000001532	3090	0.6556892513479602	4	4	3	3	2	False	106629	fragment	False	ENG0040_000000007218	0.7058020002507743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	99.37100000000001	26.0	0.00016591539987702742	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0072_000000002104	10128	0.6556861152271328	8	6	5	5	1	False	43170	fragment	False	ISR0072_000000002104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000025795	1296	0.6556842448336321	2	1	1	1	1	False	113068	fragment	False	AST0058_000000008935	0.20859111129016525		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	97.05	100.0	0.008815868563414146	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0325_000000017625	1218	0.6556776023846741	1	1	1	1	1	True	24850	fragment	False	ISR0325_000000017625	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1215.0	99.91799999999999	99.0	0.021550805936235175	CP016700.1	firmicutes	Lactococcus lactis subsp. lactis strain 275 plasmid p275B, complete sequence	False	True
DEN0094_000000025412	1525	0.6556685573398888	3	3	3	2	1	False	68326	fragment	False	MON0083_000000023354	0.9306673477143791		0	0	False	False	0.9986885190010071	0					non-mobilizable	other	1525.0	95.803	100.0	0.020703990001222677	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
MON0008_000000005551	4991	0.6556677323133367	9	1	1	1	1	True	38831	fragment	False	MON0008_000000005551	0.9863872859096041		0	0	False	False	1.0	0					non-mobilizable	chromosome	4929.0	99.31	99.0	0.0013145788879377516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0041_000000034131	1133	0.6556618771372622	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.12157542073535313		0	0	False	False	0.998234748840332	0					non-mobilizable	no_good_hit	156.0	98.71799999999999	14.0	4.3043359936906765e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0397_000000005472	3681	0.6556574592824064	4	4	4	4	4	False	22651	maximal	True	ISR0397_000000005472	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1678.0	77.89	68.0	0.009551922756017423	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
MON0008_000000008003	3815	0.655657430026114	3	3	3	3	2	False	128982	maximal	True	MON0008_000000008003	1.0	PS1059	12	5	False	True	0.9997378587722778	0					non-mobilizable	no_good_hit	1238.0	79.321	69.0	0.00480573238420772	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
FIJ0098_000000015217	1562	0.6556554624474569	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9448637664186045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	84.13799999999999	56.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
MAD0030_000000007591	1561	0.6556554624474569	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9448264885742345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	84.13799999999999	56.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0130_000000013221	1555	0.6556554624474569	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9438205403917518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	84.05	56.0	0.0035028165203060046	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0132_000000022108	1545	0.6556554624474569	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9407291797514229		0	0	False	False	0.9967637658119202	0					non-mobilizable	no_good_hit	711.0	83.82600000000001	56.0	0.0034536196590657514	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0020_000000013923	1540	0.6556554624474569	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9385011671409182		0	0	False	False	0.998701274394989	0					non-mobilizable	no_good_hit	718.0	84.262	56.0	0.00018993104062736997	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0017_000000019110	1532	0.6556554624474569	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9358784558019433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	83.944	55.0	0.00018753022691157456	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0824_000000009483	2266	0.6556502861048032	4	3	3	2	3	False	101771	maximal	True	ISR0824_000000009483	1.0		254	10	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	99.89	80.0	0.0004896686935687925	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0061_000000017858	2355	0.6556497402563273	3	3	3	3	3	False	112026	maximal	True	AST0061_000000017858	1.0		25	6	False	False	0.9987261295318604	0					non-mobilizable	no_good_hit	538.0	73.60600000000001	31.0	0.00011904664723825384	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0342_000000007269	2241	0.6556430694665929	4	3	3	3	2	False	122122	fragment	False	ISR0342_000000007269	1.0		0	0	False	False	0.9973226189613342	0					non-mobilizable	no_good_hit	1076.0	78.717	48.0	0.019314085994102014	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
DEN0035_000000000175	48578	0.6556415379462038	41	21	13	18	12	True	117556	fragment	False	DEN0035_000000000175	1.0		0	0	False	True	0.9996706247329712	0					non-mobilizable	no_good_hit	4319.0	98.727	16.0	0.1536326762968761	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
AST0052_000000021167	1206	0.6556323261022308	2	2	1	1	2	False	114345	maximal	True	AST0052_000000021167	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1207.0	99.586	100.0	0.0005871061557058101	CP050962.1	firmicutes	Streptococcus mutans strain FDAARGOS_685 chromosome	False	False
ENG0042_000000013161	1955	0.6556313475465898	3	3	3	3	2	False	64696	maximal	True	ENG0042_000000013161	1.0		8	4	False	False	0.9938619136810303	0					non-mobilizable	other	706.0	96.884	99.0	0.00022183136146394815	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0165_000000007334	2605	0.6556312502255269	2	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.6242529538714153		0	0	False	False	0.9976967573165894	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000012355	2293	0.6556312502255269	1	1	1	1	1	False	128406	fragment	False	ISR0150_000000006789	0.27508308832949313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	74.435	31.0	0.0018019643731793458	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
DEN0045_000000021222	1915	0.6556312502255269	1	1	1	1	1	False	128404	fragment	False	MAD0098_000000023276	0.976164813024712		0	0	False	False	0.9942559003829956	0					non-mobilizable	no_good_hit								True	False
AST0005_000000014865	1871	0.6556312502255269	1	1	1	1	1	False	128404	fragment	False	MAD0098_000000023276	0.9623245786955025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	75.42399999999999	37.0	0.0018019643731793458	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
MAD0007_000000004841	1784	0.6556312502255269	2	1	1	1	1	False	128404	fragment	False	MAD0098_000000023276	0.673677513038453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	74.859	39.0	0.0018019643731793458	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ISR0052_000000022856	1612	0.6556312502255269	2	1	1	1	1	False	128404	fragment	False	MAD0098_000000023276	0.4076048044485878		0	0	False	False	0.9987593293190002	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000021236	1491	0.6556275852703917	2	2	2	2	2	False	68448	maximal	True	DEN0093_000000021236	1.0		148	12	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	1.885946866921137e-05	NZ_VCEJ01000004.1	CFB group bacteria	Dyadobacter luticola strain T17 NODE_2, whole genome shotgun sequence	True	False
ISR0266_000000005605	2847	0.6556258906735017	4	4	3	2	2	True	98904	maximal	True	ISR0266_000000005605	1.0		2	1	False	False	0.9922725558280945	0					non-mobilizable	no_good_hit								True	True
FIJ0070_000000000377	28201	0.6556235253146724	29	11	6	10	4	False	44957	maximal	True	FIJ0070_000000000377	1.0		1	1	False	False	0.9999290704727173	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.0204211869814933	XM_020513100.1	sharks and rays	PREDICTED: Rhincodon typus 26S protease regulatory subunit 4-like (LOC109913564), mRNA	True	False
MON0050_000000009822	3227	0.6556208934418467	3	2	2	2	1	False	109645	maximal	True	MON0050_000000009822	1.0		469	13	False	False	0.9603346586227417	0					non-mobilizable	no_good_hit	2204.0	96.73299999999999	68.0	0.03943152732284451	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
FIJ0133_000000025748	1498	0.6556132238600807	3	2	2	2	1	False	40668	maximal	True	FIJ0133_000000025748	1.0		40	5	False	False	0.998664915561676	0					non-mobilizable	chromosome	1498.0	98.131	100.0	0.00031086281771290934	CP060733.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 chromosome, complete genome	False	False
ENG0189_000000006030	2530	0.6556091267687167	3	3	3	2	2	False	54854	maximal	True	ENG0189_000000006030	1.0		49	9	False	False	0.9881423115730286	0					non-mobilizable	no_good_hit	526.0	72.053	20.0	0.0001608436311779548	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	True	False
MAD0005_000000020077	1543	0.6556068461631704	2	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.2845471597220215		0	0	False	False	0.9889824986457825	0					non-mobilizable	other	1543.0	95.917	100.0	0.022012713377615886	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0159_000000011381	1401	0.6556068461631704	1	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.2584268484309981		0	0	False	False	0.9892933368682861	0					non-mobilizable	other	1146.0	95.55	100.0	0.01635597457324477	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
AUS0002_000000027567	1363	0.6556068461631704	2	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.06558402203856749		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	95.87700000000001	97.0	0.016270266409542176	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0137_000000012837	1346	0.6556068461631704	1	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.17400935978332774		0	0	False	False	0.9888558983802795	0					non-mobilizable	other	1066.0	94.84100000000001	97.0	0.015213199057210199	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0822_000000001689	3344	0.6556040179310789	3	3	3	3	3	False	100036	fragment	False	ISR0051_000000011811	0.9438263111880058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0199_000000002076	11272	0.6556001830958472	16	5	5	3	4	False	100939	maximal	True	ISR0199_000000002076	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	7.291462041077524e-06	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
ISR0359_000000010103	2546	0.6555940847807056	3	2	2	2	1	False	115972	fragment	False	ISR0359_000000010103	1.0		0	0	False	False	0.9948939681053162	0					non-mobilizable	chromosome	1861.0	98.71	100.0	0.0005859523364494818	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0088_000000009654	2016	0.6555910888922767	5	1	1	1	1	True	90721	fragment	False	ENG0088_000000009654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	97.929	67.0	0.00036850335152157986	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0028_000000012498	1551	0.6555910888922767	2	1	1	1	1	True	37194	fragment	False	ISR0028_000000012498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	98.296	72.0	0.0003045346688390504	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0848_000000015800	1162	0.6555910888922767	2	1	1	1	1	True	20602	fragment	False	ISR0848_000000015800	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1054.0	98.008	91.0	0.00028758570163256827	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
AST0052_000000010910	2109	0.6555871049647158	3	3	3	3	3	False	114517	fragment	False	AST0052_000000010910	0.990273028203222		0	0	False	False	1.0	0					non-mobilizable	chromosome	2095.0	98.186	99.0	0.0005956190427429196	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0039_000000020352	2330	0.6555849513521518	4	2	1	2	1	True	57190	maximal	True	MON0039_000000020352	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	97.973	51.0	0.001964088558312511	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0139_000000002537	7845	0.6555763374852647	9	6	2	4	5	False	31320	maximal	True	ISR0139_000000002537	1.0		3	2	True	True	0.9979605078697205	12					non-mobilizable	no_good_hit	718.0	78.273	9.0	0.05035310734463277	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	True	True
MON0058_000000021727	2255	0.6555687335176958	4	3	3	3	3	False	11013	maximal	True	MON0058_000000021727	1.0		1	1	False	False	0.9924612045288086	0					non-mobilizable	no_good_hit								True	False
SPA0054_000000000924	17165	0.6555682947625214	18	4	4	3	3	True	97277	fragment	False	SPA0054_000000000924	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	15969.0	99.568	93.0	0.09648974362073759	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
FIJ0130_000000013810	1491	0.6555667883601188	3	1	1	1	1	False	40870	maximal	True	FIJ0130_000000013810	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0773_000000004471	2855	0.6555626547927595	3	3	3	3	3	False	80411	fragment	False	ISR0773_000000004471	1.0		0	0	False	False	0.9950963258743286	0					non-mobilizable	other	2858.0	97.306	100.0	0.0071958045484342694	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0854_000000000760	8208	0.6555602364089891	13	11	4	3	10	True	123820	fragment	False	ISR0854_000000000760	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6039.0	99.70200000000001	100.0	0.00193767726473652	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0189_000000002960	3886	0.6555530647350288	5	3	2	3	3	False	29237	maximal	True	ISR0189_000000002960	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	92.35700000000001	4.0	0.010782416367155101	MK233969.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c4 sequence	True	False
DEN0017_000000019088	1516	0.6555496409590293	3	2	2	2	2	False	75196	fragment	False	DEN0017_000000019088	0.9926209902540057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	76.048	22.0	0.0026313078075341	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
SPA0031_000000029652	1145	0.6555477939404647	1	1	1	1	1	False	70879	fragment	False	DEN0071_000000036227	0.5284320660965491		0	0	False	False	1.0	0					non-mobilizable	chromosome	1145.0	99.913	100.0	0.0002604630915375223	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
SPA0058_000000007352	4054	0.6555458765511051	6	4	3	4	1	False	126607	maximal	True	SPA0058_000000007352	1.0		19	4	False	False	0.9997533559799194	0					non-mobilizable	no_good_hit	1339.0	94.1	35.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
AST0016_000000010152	2562	0.6555458765511051	4	4	3	4	1	False	126609	fragment	False	AST0016_000000010152	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	93.491	53.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0820_000000010904	2180	0.6555458765511051	4	4	3	4	1	False	126608	fragment	False	ISR0820_000000010904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	93.491	62.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ENG0134_000000021144	1856	0.6555458765511051	4	4	3	4	1	False	126606	fragment	False	ISR0195_000000011225	0.9632131973316665		0	0	False	False	0.9989224076271057	0					non-mobilizable	no_good_hit	1352.0	93.491	73.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0195_000000011225	1855	0.6555458765511051	4	4	3	4	1	False	126606	fragment	False	ISR0195_000000011225	0.9696567168992385		0	0	False	False	0.9994609355926514	0					non-mobilizable	no_good_hit	1352.0	93.491	73.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0193_000000014818	1799	0.6555458765511051	4	4	3	4	1	False	126606	fragment	False	ISR0195_000000011225	0.9607491098068899		0	0	False	False	0.9949972033500671	0					non-mobilizable	no_good_hit	1339.0	93.876	74.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0842_000000012579	1796	0.6555458765511051	4	4	3	4	1	False	126606	fragment	False	ISR0195_000000011225	0.9604499027377826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	93.417	75.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0305_000000010332	1770	0.6555458765511051	4	4	3	4	1	False	126606	fragment	False	ISR0195_000000011225	0.9554772694244029		0	0	False	False	0.9994350075721741	0					non-mobilizable	no_good_hit	1352.0	93.491	76.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0064_000000014037	1611	0.6555458765511051	4	4	3	4	1	False	126601	fragment	False	ISR0064_000000014037	0.9744571673014732		0	0	False	False	0.9869646430015564	0					non-mobilizable	no_good_hit	1352.0	93.491	84.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0175_000000012847	1610	0.6555458765511051	4	4	3	4	1	False	126601	fragment	False	ISR0064_000000014037	0.8224022222001593		0	0	False	False	0.9993788599967957	0					non-mobilizable	no_good_hit	1352.0	93.491	84.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0223_000000019806	1587	0.6555458765511051	4	4	3	4	1	False	126601	fragment	False	ISR0064_000000014037	0.8215576875880873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	93.34299999999999	85.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
SPA0075_000000003824	4089	0.6555299098338634	7	4	2	2	4	True	94678	fragment	False	SPA0075_000000003824	1.0		0	0	False	False	0.9975544214248657	0					non-mobilizable	other	3564.0	98.709	99.0	0.0006885279620792499	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0010_000000002764	2932	0.6555299098338634	5	4	2	2	4	True	94674	fragment	False	CHI0010_000000002764	0.9443363928557733		0	0	False	False	1.0	0					non-mobilizable	other	2350.0	98.46799999999999	98.0	0.00045340195758861434	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0118_000000003075	2915	0.6555299098338634	5	4	2	2	4	True	94674	fragment	False	CHI0010_000000002764	0.9408864024923025		0	0	False	False	1.0	0					non-mobilizable	other	2495.0	99.84	98.0	0.0004828411278378537	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0146_000000009510	4041	0.6555292875076989	4	4	1	4	3	False	121940	maximal	True	ISR0146_000000009510	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	98.875	32.0	0.00035257007117259925	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0212_000000004468	6801	0.6555235422296124	10	7	3	6	4	True	95057	fragment	False	ISR0212_000000004468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	0.00016364670313260703	NZ_QKLW01000006.1	g-proteobacteria	Marinomonas alcarazii strain CECT 7730 Ga0244607_106, whole genome shotgun sequence	True	True
ISR0011_000000013638	2020	0.655522700313366	4	2	1	1	2	False	38254	maximal	True	ISR0011_000000013638	1.0		1	1	False	False	0.9945544600486755	0					non-mobilizable	no_good_hit	629.0	83.148	31.0	0.007523906606475414	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0844_000000007228	1744	0.655522548874869	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6917694109806257		0	0	False	False	1.0	0					non-mobilizable	chromosome	1468.0	82.289	100.0	0.0006213228215860155	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0056_000000015436	1447	0.655522548874869	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.651320714101357		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	97.374	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0141_000000017913	1658	0.6555086718487874	3	3	3	3	3	False	40260	maximal	True	FIJ0141_000000017913	1.0		11	7	False	False	0.9993968605995178	0					non-mobilizable	other	1658.0	99.819	100.0	0.0008629767855599037	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
FIJ0085_000000010029	3074	0.6555060069109309	3	3	3	3	1	True	100202	maximal	True	FIJ0085_000000010029	1.0		2	2	False	False	0.9996746778488159	0					non-mobilizable	no_good_hit	279.0	82.43700000000001	9.0	0.00023189541433096917	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0080_000000024358	1366	0.6555003986802573	2	1	1	1	1	False	34284	maximal	True	ISR0080_000000024358	1.0		0	0	False	False	0.9546120166778564	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	9.993707665543917e-05	MN577570.1	bacteria	Uncultured Candidatus Melainabacteria bacterium isolate LL20 clone UCI_2 genomic sequence	True	False
ENG0024_000000004691	5674	0.6554918050292051	9	5	2	4	4	False	89032	maximal	True	ENG0024_000000004691	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	580.0	93.103	10.0	0.40517844646606016	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	False
CAN0002_000000013562	1440	0.6554889490407998	2	1	1	1	1	False	111746	fragment	False	CAN0002_000000013562	0.9679802955665024		0	0	False	False	0.9680555462837219	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	3.4368874687860804e-05	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	False
ISR0068_000000008568	2381	0.6554885336665133	4	2	2	2	2	False	86493	fragment	False	ISR0068_000000008568	0.9890369733447979		0	0	False	False	1.0	0					non-mobilizable	chromosome	2381.0	99.07600000000001	100.0	0.001061288520202608	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
CHI0052_000000006989	2326	0.6554885336665133	3	2	2	2	2	False	86493	fragment	False	ISR0068_000000008568	0.9777404451910963		0	0	False	False	1.0	0					non-mobilizable	chromosome	2326.0	99.484	100.0	0.0010367629451559092	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
ISR0390_000000013801	1162	0.6554824913636289	2	2	2	2	2	False	96059	fragment	False	ENG0152_000000016577	0.3140102824427679		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	99.053	100.0	0.00039078580259359254	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0118_000000011731	1424	0.6554614286730249	2	2	2	2	2	False	32372	fragment	False	ISR0118_000000011731	1.0		0	0	False	False	0.9908707737922668	0					non-mobilizable	other	1424.0	99.087	100.0	0.036608268374881014	NZ_JAAITI010000033.1	firmicutes	Blautia luti strain MSK.16.34 NODE_33_length_38871_cov_189.027, whole genome shotgun sequence	False	False
MAD0049_000000011450	1627	0.6554606731526098	3	2	2	2	2	False	17457	maximal	True	MAD0049_000000011450	1.0		2	1	False	False	0.9932391047477722	0					non-mobilizable	no_good_hit	445.0	73.933	27.0	0.007091391116243515	NZ_PPTT01000026.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_26, whole genome shotgun sequence	True	False
FIJ0014_000000006330	3731	0.6554522776143461	5	3	3	3	3	False	50511	maximal	True	FIJ0014_000000006330	1.0		18	6	False	False	0.997319757938385	0					non-mobilizable	no_good_hit	2665.0	97.824	71.0	0.005398518602674306	NZ_SAXT01000003.1	bacteria	Brachyspira aalborgi strain W1 W1_contig3, whole genome shotgun sequence	True	False
MON0034_000000008804	2887	0.6554513274766078	3	3	2	3	3	False	125473	fragment	False	MAD0095_000000009918	0.2811025356757064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1410.0	86.09899999999999	84.0	0.00042373621502068086	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0032_000000010009	3245	0.6554496922789922	4	3	3	3	2	False	101849	fragment	False	ISR0032_000000010009	1.0		0	0	False	False	0.9993836879730225	0					non-mobilizable	no_good_hit	103.0	90.291	3.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0198_000000010145	3271	0.6554402831617006	3	3	3	3	2	True	60139	fragment	False	ISR0198_000000010145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1716.0	95.68799999999999	87.0	0.0006351664685561043	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ENG0087_000000010469	2588	0.6554278368226436	4	4	3	3	3	False	68622	fragment	False	ENG0087_000000010469	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2588.0	99.961	100.0	0.001244034094324425	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
ENG0208_000000009794	3132	0.6554262108761135	4	2	1	1	2	False	53853	maximal	True	ENG0208_000000009794	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	92.01299999999999	41.0	0.129835663978769	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
SPA0149_000000018317	2151	0.6554258819047535	3	3	3	2	2	False	81201	fragment	False	DEN0010_000000020867	0.0878296747133511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	75.91199999999999	41.0	0.005303677335738304	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
AST0090_000000000240	47853	0.6554241659384015	48	22	17	20	13	True	117629	fragment	False	ISR0816_000000000511	0.9491278009052072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5970.0	99.899	13.0	0.976759410801964	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	True
ISR0778_000000002944	4167	0.6554229725764422	6	6	4	5	6	False	101916	fragment	False	USA0013_01_000000002644	0.9575431243943548		0	0	False	False	1.0	0					non-mobilizable	chromosome	4171.0	98.46600000000001	100.0	0.000643368272276665	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
DEN0022_000000011202	3388	0.6554148534847284	4	2	2	1	1	False	74623	maximal	True	DEN0022_000000011202	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	8.272412032298505e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	False
ENG0126_000000011872	1531	0.655413066377285	1	1	1	1	1	False	67570	fragment	False	ENG0126_000000011872	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	98.432	100.0	0.0035458609605343357	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0155_000000010202	2074	0.6554108900007911	2	2	2	2	2	False	117978	maximal	True	ENG0155_000000010202	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1845.0	99.837	100.0	0.0005131910128119639	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
AST0029_000000019482	1514	0.6554108900007911	2	2	2	2	2	False	117974	fragment	False	ISR0155_000000012819	0.9767323453355807		0	0	False	False	0.9980185031890869	0					non-mobilizable	chromosome	1515.0	99.934	100.0	0.00042135097255819595	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ENG0147_000000010045	1514	0.6554108900007911	2	2	2	2	2	False	117974	fragment	False	ISR0155_000000012819	0.9769583340361456		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	100.0	99.0	0.0004110388573505201	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
AST0039_000000010968	1475	0.6554108900007911	2	2	2	2	2	False	117974	fragment	False	ISR0155_000000012819	0.9736031990131649		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	99.932	99.0	0.0004091056338576936	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
AST0053_000000005828	1396	0.6554108900007911	2	2	2	2	2	False	117974	fragment	False	ISR0155_000000012819	0.9460219929085125		0	0	False	False	0.9906876683235168	0					non-mobilizable	chromosome	1396.0	100.0	100.0	0.00038823289743638266	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ENG0021_000000012869	1394	0.6554108900007911	2	2	2	2	2	False	117974	fragment	False	ISR0155_000000012819	0.9449710901977119		0	0	False	False	0.9906743168830872	0					non-mobilizable	chromosome	1394.0	100.0	100.0	0.0003876762911318144	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ENG0155_000000005207	4515	0.655408974947349	6	6	4	6	5	False	130223	fragment	False	ENG0155_000000005207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	74.8	11.0	0.0022623713475448492	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
SPA0045_000000004930	5557	0.6554049394567389	6	5	4	4	4	False	111124	fragment	False	SPA0045_000000004930	0.9744229170663087		0	0	False	False	1.0	0					non-mobilizable	other	5557.0	100.0	100.0	0.001502263534769857	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0010_000000004662	4223	0.6554049040991743	6	5	4	3	3	True	103855	maximal	True	SPA0010_000000004662	1.0		19	9	False	False	0.9997631907463074	0					non-mobilizable	no_good_hit	2854.0	99.369	68.0	0.000634938580319174	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0014_000000010915	2133	0.6554008594702646	1	1	1	1	1	False	96074	maximal	True	SPA0014_000000010915	1.0		0	0	False	False	0.9962494373321533	0					non-mobilizable	no_good_hit	774.0	100.0	36.0	0.00018737931245124624	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
ISR0167_000000014154	2061	0.6553989564045095	3	3	3	3	3	False	45868	fragment	False	ISR0167_000000014154	1.0		0	0	False	False	0.9859291315078735	0					non-mobilizable	chromosome	2062.0	92.53200000000001	100.0	0.0008027455456390068	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0213_000000005388	4289	0.6553924982910294	4	2	2	2	1	False	28296	maximal	True	ISR0213_000000005388	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	2503.0	82.301	76.0	0.0007350861475355215	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0175_000000005491	2130	0.6553904021404693	4	4	2	3	2	False	77757	fragment	False	SPA0115_000000011273	0.8116870618600114		0	0	False	False	0.9995304942131042	0					non-mobilizable	other	2131.0	97.935	100.0	0.04142979518729071	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
DEN0057_000000003157	2081	0.6553850084123464	4	4	3	4	4	False	104680	fragment	False	SPA0077_000000013458	0.9836745290016318		0	0	False	False	0.99711674451828	0					non-mobilizable	no_good_hit	289.0	85.46700000000001	15.0	0.0001058494399047207	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
AUS0022_000000007506	4753	0.6553792454056233	5	4	4	3	2	False	118963	fragment	False	AUS0022_000000007506	1.0		0	0	False	False	0.9995791912078857	0					non-mobilizable	no_good_hit	790.0	94.557	17.0	0.00023337948600241377	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0033_000000042646	1398	0.6553756462567397	2	2	2	2	2	False	58052	fragment	False	FIJ0011_000000030090	0.9223910171730515		0	0	False	False	0.9978540539741516	0					non-mobilizable	chromosome	1402.0	77.889	99.0	0.0004698753682146964	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0308_000000004636	3346	0.6553727914280311	9	3	3	3	3	True	110411	fragment	False	ISR0308_000000004636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2323.0	98.19200000000001	86.0	0.013368737544207265	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0131_000000004161	4513	0.6553719890536992	5	5	5	4	4	False	99194	fragment	False	ISR0262_000000003358	0.9903479867571661		0	0	False	False	0.998005747795105	0					non-mobilizable	other	2227.0	98.60799999999999	100.0	0.001006815575821584	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0201_000000011988	2526	0.6553718099828895	3	1	1	1	1	False	28736	maximal	True	ISR0201_000000011988	1.0		9	4	False	False	0.9960411787033081	0					non-mobilizable	no_good_hit								True	False
SPA0016_000000024634	1383	0.6553718006273876	2	1	1	1	1	False	74294	fragment	False	ENG0182_000000019105	0.9657768530593542		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	99.78299999999999	100.0	0.0050143396335870115	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0066_000000010339	3133	0.6553706406338224	5	5	5	4	4	False	35146	maximal	True	ISR0066_000000010339	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0139_000000003938	2678	0.6553704434664314	3	3	3	3	3	False	80338	maximal	True	CHI0139_000000003938	1.0		90	12	False	False	0.99477219581604	0					non-mobilizable	no_good_hit								True	False
ISR0363_000000007748	2432	0.6553666125405648	2	2	2	2	1	False	58549	maximal	False	ISR0255_000000012532	0.6505747126436782		0	0	False	False	1.0	0					non-mobilizable	other	2432.0	99.465	100.0	0.011083755072265536	NZ_CABIXZ010000004.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ENG0092_000000013706	1675	0.6553624562772981	3	2	2	2	2	False	105408	maximal	True	ENG0092_000000013706	0.9857774968394437		28	7	False	False	1.0	0					non-mobilizable	other	1675.0	99.164	100.0	0.003463830491640457	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0821_000000000182	55818	0.6553617464282651	77	11	4	8	8	False	88380	maximal	True	ISR0821_000000000182	1.0	PS457	2	1	True	True	1.0	19					non-mobilizable	no_good_hit	1828.0	97.429	3.0	0.9994526546250684	GQ874447.1		Uncultured organism clone 1041059766705 genomic sequence	True	True
ISR0224_000000025717	1224	0.6553517485976169	2	2	2	1	1	False	27718	maximal	True	ISR0224_000000025717	1.0		27	6	False	False	0.9795751571655273	0					non-mobilizable	no_good_hit								True	False
ISR0192_000000009414	1950	0.6553517158748768	4	2	1	1	2	True	60563	fragment	False	SPA0140_000000009762	0.4731090373280943		0	0	False	False	1.0	0					non-mobilizable	other	1950.0	99.641	100.0	0.0008155180720062625	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
AST0016_000000013415	1867	0.6553487605415906	4	4	3	3	2	True	123359	fragment	False	AST0016_000000013415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	86.654	27.0	0.004503866777567381	NZ_NFLJ01000002.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_2, whole genome shotgun sequence	True	True
MAD0068_000000017197	1658	0.6553472735466295	3	3	3	3	2	False	16442	fragment	False	MAD0068_000000017197	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	1.0244428652847388e-05	CP060414.1	b-proteobacteria	Neisseria musculi strain NW831 chromosome, complete genome	True	False
FIJ0064_000000002979	8611	0.6553472451716492	10	5	4	5	3	True	118237	fragment	False	FIJ0064_000000002979	1.0		0	0	False	False	0.9997677206993103	0					non-mobilizable	other	8611.0	100.0	100.0	0.001667574051618099	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0033_000000025960	1477	0.6553453137706525	2	1	1	1	1	False	48257	fragment	False	FIJ0033_000000025960	1.0		0	0	False	False	0.9559918642044067	0					non-mobilizable	no_good_hit	994.0	73.34	67.0	0.009334878067309883	NZ_QENY01000010.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_110, whole genome shotgun sequence	True	False
AST0025_000000000757	25332	0.6553428830899898	21	8	6	8	4	True	120571	maximal	True	AST0025_000000000757	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.0004092921725972689	NZ_SSTM01000008.1	actinobacteria	Parvibacter caecicola strain NM48_B13, whole genome shotgun sequence	True	True
MAD0017_000000000720	3429	0.65533906357685	5	5	4	5	4	False	98135	fragment	False	CHI0043_000000002370	0.9117108361610633		0	0	False	False	1.0	0					non-mobilizable	chromosome	3429.0	92.155	100.0	0.0007246513144029099	CP057093.1	enterobacteria	Escherichia fergusonii strain RHB38-C07 chromosome, complete genome	False	False
ISR0108_000000005187	4161	0.6553320784994986	6	4	2	2	4	True	94676	fragment	False	ISR0108_000000005187	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2381.0	95.25399999999999	98.0	0.0004588249626345268	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0103_000000000530	3487	0.6553320784994986	6	4	2	2	4	True	94675	fragment	False	CHI0103_000000000530	0.9541097879756026		0	0	False	False	1.0	0					non-mobilizable	other	2371.0	98.397	98.0	0.0004588249626345268	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
BAN0018_000000000498	4460	0.6553275849620539	5	4	3	2	3	False	98197	maximal	True	BAN0018_000000000498	1.0		3	3	False	False	1.0	0					non-mobilizable	plasmid	4460.0	99.35	100.0	0.048664403375287914	CP010135.1	enterobacteria	Escherichia coli strain D1 plasmid A, complete genome	False	True
ISR0070_000000012117	1736	0.6553224999613204	2	2	2	2	2	False	34905	maximal	True	ISR0070_000000012117	1.0		5	3	False	False	0.9948156476020813	0					non-mobilizable	no_good_hit	325.0	76.0	18.0	0.014164932937895622	NZ_NQLA01000045.1	cyanobacteria	Vulcanococcus limneticus LL NODE_163+_length_22591_cov_6.92665, whole genome shotgun sequence	True	False
CHI0142_000000006956	2640	0.6553185918698056	3	2	2	2	2	False	79998	maximal	True	CHI0142_000000006956	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	919.0	78.455	35.0	0.008347093113420119	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
CHI0144_000000005953	2519	0.6553071855719681	3	3	2	3	1	False	115286	fragment	False	CHI0142_000000007284	0.9656530185528699		0	0	False	False	0.9896784424781799	0					non-mobilizable	no_good_hit	322.0	73.602	13.0	0.00011119677118572942	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0087_000000021348	2363	0.6553052429898597	4	4	3	4	3	False	13957	fragment	False	MON0087_000000021348	0.998936008511932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	90.03299999999999	51.0	0.00035925040167630445	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0120_000000005177	4266	0.65530304415833	4	4	4	3	3	False	41550	maximal	True	FIJ0120_000000005177	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	74.892	32.0	0.04316180910911229	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	True	False
ISR0190_000000007565	3058	0.6553020093365773	5	4	3	3	3	False	109615	fragment	False	ISR0339_000000004178	0.8412806957340352		0	0	False	False	1.0	0					non-mobilizable	other	3061.0	99.249	100.0	0.015090076757631367	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0065_000000012762	2664	0.655300243862909	3	1	1	1	1	False	71119	fragment	False	DEN0065_000000012762	1.0		0	0	False	False	0.9898648858070374	0					non-mobilizable	no_good_hit	127.0	74.803	5.0	3.633325920176416e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
ENG0170_000000000869	11717	0.655294592965293	18	5	5	5	2	False	76670	fragment	False	USA0026_01_000000002770	0.9790683962264151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	82.045	4.0	0.010401294806493074	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0160_000000013100	2358	0.655291713052075	3	3	3	3	2	False	109671	fragment	False	CHI0160_000000013100	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2360.0	99.661	100.0	0.0005146568107378485	CP017100.1	enterobacteria	Escherichia coli strain K-12 NEB 5-alpha, complete genome	False	False
ISR0344_000000025645	1368	0.6552861883002269	3	1	1	1	1	False	27416	fragment	False	ISR0344_000000025645	1.0		0	0	False	False	0.9780701994895935	0					non-mobilizable	no_good_hit	487.0	85.421	35.0	0.0007244203137654858	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
ISR0232_000000024217	1232	0.6552861883002269	3	1	1	1	1	False	27416	fragment	False	ISR0344_000000025645	0.9502923976608186		0	0	False	False	0.9991883039474487	0					non-mobilizable	no_good_hit	487.0	85.421	39.0	0.0007244203137654858	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
SPA0120_000000022840	1780	0.6552859869545244	4	2	1	2	2	False	4171	fragment	False	SPA0120_000000022840	1.0		0	0	False	False	0.9842696785926819	0					non-mobilizable	no_good_hit	186.0	93.54799999999999	10.0	5.150154852629015e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0009_000000008312	1321	0.6552793083810224	1	1	1	1	1	False	100096	fragment	False	MAD0010_000000003226	0.946078431372549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	9.691964179275751e-06	CP018728.1	g-proteobacteria	Xanthomonas hortorum pv. gardneri strain JS749-3 chromosome, complete genome	True	False
MON0050_000000036024	1160	0.6552793083810224	1	1	1	1	1	False	100094	fragment	False	MAD0025_000000011774	0.9879248782492324		0	0	False	False	0.9939655065536499	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	9.691964179275751e-06	CP018728.1	g-proteobacteria	Xanthomonas hortorum pv. gardneri strain JS749-3 chromosome, complete genome	True	False
AUS0016_000000025098	1122	0.6552793083810224	1	1	1	1	1	False	100094	fragment	False	MAD0025_000000011774	0.9660868270197951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	4.0	8.722767761348175e-06	CP018728.1	g-proteobacteria	Xanthomonas hortorum pv. gardneri strain JS749-3 chromosome, complete genome	True	False
MON0007_000000045053	1443	0.6552692910022699	2	2	2	2	2	False	56909	fragment	False	MON0100_000000029888	0.9583332626906715		0	0	False	False	0.9972280263900757	0					non-mobilizable	no_good_hit	454.0	70.264	31.0	0.018142618882967906	NZ_PVXN01000022.1	firmicutes	Clostridium thermopalmarium DSM 5974 CPAL_contig000022, whole genome shotgun sequence	True	False
ISR0063_000000000918	16705	0.6552690393016861	21	7	2	7	0	False	35287	maximal	True	ISR0063_000000000918	0.9500130492238441		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000001300	16593	0.6552690393016861	25	7	2	7	0	False	35287	maximal	False	ISR0063_000000000918	0.946183777312182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.232312450889999e-06	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AST0014_000000009153	1810	0.6552684987082034	2	2	2	2	1	True	124222	maximal	True	AST0014_000000009153	1.0		9	3	False	False	1.0	0					non-mobilizable	other	1816.0	90.914	99.0	0.012394420447354665	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	False	True
DEN0011_000000017029	2552	0.6552673752564758	3	2	2	2	2	False	119688	fragment	False	DEN0090_000000009079	0.9527751115429112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	86.25	3.0	1.746017492827723e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0067_000000013610	2230	0.6552668157412133	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.8602094310154279		0	0	False	False	0.9955157041549683	0					non-mobilizable	no_good_hit	114.0	97.368	5.0	3.110229879311973e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0059_000000010322	1199	0.6552627624222485	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.005776012715247344		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	97.49799999999999	100.0	0.00036079055897239137	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0386_000000005010	7078	0.6552610446705429	9	3	3	2	2	False	108788	maximal	True	ISR0386_000000005010	1.0		0	0	False	False	0.9994348883628845	0					non-mobilizable	no_good_hit	1635.0	89.541	23.0	0.00026749365010092106	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0274_000000001742	3209	0.6552572396202839	5	5	4	4	3	False	95185	maximal	True	ISR0274_000000001742	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	82.906	4.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
USA0113_01_000000005864	3246	0.6552568228734714	2	2	2	2	2	False	281	maximal	True	USA0113_01_000000005864	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	100.0	30.0	0.9989754098360656	GQ883288.1		Uncultured organism clone VC1DA25TR genomic sequence	True	False
CHI0173_000000014439	1244	0.6552449605305594	1	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.6182822581812967		0	0	False	False	1.0	0					non-mobilizable	chromosome	1244.0	99.51799999999999	100.0	0.00043862017081132735	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0273_000000003010	3222	0.6552421660566115	5	2	2	2	2	False	122009	maximal	True	ISR0273_000000003010	1.0		1	1	False	False	0.9962756037712097	0					non-mobilizable	no_good_hit	1338.0	99.925	42.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0400_000000012213	1550	0.6552421660566115	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.8660905233342769		0	0	False	False	0.967096745967865	0					non-mobilizable	no_good_hit	1338.0	99.626	86.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0023_000000018425	1530	0.6552421660566115	2	2	2	2	2	False	121982	fragment	False	SPA0023_000000018425	1.0		0	0	False	False	0.9967319965362549	0					non-mobilizable	no_good_hit	1350.0	79.259	88.0	0.00036332476621313026	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0292_000000013377	1509	0.6552421660566115	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.8036893696509367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.925	89.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0179_000000021916	1489	0.6552421660566115	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7836718025922274		0	0	False	False	0.9919409155845642	0					non-mobilizable	other	1338.0	99.925	90.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0209_000000012752	1419	0.6552421660566115	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7599603652582378		0	0	False	False	0.9992952942848206	0					non-mobilizable	other	1333.0	99.85	94.0	0.9955156950672646	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0058_01_000000012661	1415	0.6552421660566115	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7603575770988935		0	0	False	False	0.9632508754730225	0					non-mobilizable	other	1333.0	99.85	94.0	0.9955156950672646	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0282_000000018780	1337	0.6552421660566115	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.6117181606385294		0	0	False	False	0.9992520809173584	0					non-mobilizable	other	1279.0	100.0	96.0	0.9551569506726457	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0256_000000013443	1331	0.6552414354036165	3	1	1	1	1	True	26834	fragment	False	ISR0256_000000013443	1.0		0	0	False	False	0.9977460503578186	0					non-mobilizable	other	1331.0	100.0	100.0	0.00231728713626868	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
SPA0054_000000024799	1170	0.6552414354036165	2	1	1	1	1	True	6410	fragment	False	SPA0054_000000024799	1.0		0	0	False	False	0.9803418517112732	0					non-mobilizable	other	1170.0	100.0	100.0	0.0020367734302993135	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
ISR0104_000000021807	1130	0.6552318165363443	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17799925077696863		0	0	False	False	0.9867256879806519	0					non-mobilizable	chromosome	1130.0	94.779	100.0	0.00036389738287194	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0105_000000002966	2439	0.6552292291638141	3	2	2	2	2	False	83198	fragment	False	ISR0028_000000007218	0.9454756380510441		0	0	False	False	0.9971299767494202	0					non-mobilizable	other	2397.0	96.99600000000001	98.0	0.016630066158892533	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
SPA0097_000000026626	1226	0.6552136974005682	2	2	1	1	2	False	5101	maximal	True	SPA0097_000000026626	1.0		133	12	False	False	0.985318124294281	0					non-mobilizable	no_good_hit	1035.0	97.488	84.0	0.0003108001235972585	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0026_000000010925	2913	0.655211536332606	4	4	4	3	3	False	49125	fragment	False	FIJ0026_000000010925	0.9926572315332093		0	0	False	False	1.0	0					non-mobilizable	other	2914.0	98.765	100.0	0.0035487301685920934	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0073_000000001701	12430	0.6552115351297848	11	7	5	5	2	False	43171	maximal	True	ISR0073_000000001701	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0095_000000009765	2748	0.6552081949754236	4	4	3	4	3	False	120941	fragment	False	MON0064_000000009391	0.9505827050713817		0	0	False	False	1.0	0					non-mobilizable	chromosome	2446.0	98.28299999999999	97.0	0.0007087603650768113	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AUS0006_000000006289	3575	0.6551974041251932	7	1	1	1	1	False	102161	maximal	True	AUS0006_000000006289	1.0		3	2	False	False	0.992447555065155	0					non-mobilizable	no_good_hit	286.0	72.727	8.0	0.05593424218123497	MK232439.1	viruses	Uncultured human fecal virus clone B.wexlerae_S02.L11_1_c1 sequence	True	False
FIJ0096_000000009759	3487	0.6551974041251932	6	1	1	1	1	False	53881	maximal	True	FIJ0096_000000009759	1.0		1	1	False	False	0.9997132420539856	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000011531	3225	0.6551974041251932	5	1	1	1	1	False	15172	fragment	False	MAD0100_000000011531	1.0		0	0	False	False	0.9891473054885864	0					non-mobilizable	no_good_hit	65.0	96.92299999999999	2.0	0.0003515865342357388	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0082_000000012178	2658	0.6551974041251932	3	1	1	1	1	False	53883	maximal	True	MON0082_000000012178	1.0		0	0	False	False	0.9969902038574219	0					non-mobilizable	no_good_hit	442.0	95.70100000000001	17.0	0.007015977293746213	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	False
FIJ0095_000000010880	2479	0.6551974041251932	4	1	1	1	1	False	53882	fragment	False	FIJ0095_000000010880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000012023	2387	0.6551974041251932	4	1	1	1	1	False	51428	fragment	False	FIJ0008_000000012023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.389058428848639e-05	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
ENG0207_000000013257	1441	0.6551974041251932	1	1	1	1	1	False	53877	fragment	False	ENG0207_000000013257	1.0		0	0	False	False	0.9993060231208801	0					non-mobilizable	no_good_hit								True	False
MON0051_000000034102	1100	0.6551974041251932	2	1	1	1	1	False	11238	fragment	False	MON0051_000000034102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0046_000000028504	1236	0.6551956969263983	2	1	1	1	1	False	11498	maximal	True	MON0046_000000028504	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	97.76700000000001	87.0	0.04792075673746207	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0169_000000020222	1586	0.6551929748632641	3	2	2	2	2	False	105241	fragment	False	ISR0169_000000020222	0.9682860998650472		0	0	False	False	1.0	0					non-mobilizable	chromosome	1586.0	92.81200000000001	100.0	0.000679638835206235	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0002_000000016848	2132	0.6551748763566495	3	3	3	2	3	False	52394	maximal	True	FIJ0002_000000016848	1.0		375	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000011236	3262	0.6551733030328293	5	4	3	3	3	True	122262	maximal	True	ISR0293_000000011236	1.0		8	2	False	False	0.995708167552948	0					non-mobilizable	no_good_hit	2085.0	99.42399999999999	64.0	0.0005584771688959303	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MAD0076_000000003472	1829	0.6551726809218508	2	2	2	2	2	False	16249	maximal	True	MAD0076_000000003472	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000003648	5721	0.6551695647930753	7	3	1	1	3	False	109027	backbone	True	ISR0194_000000003648	0.9426748526135007	PS681	2	1	True	True	0.9996504187583923	25					non-mobilizable	no_good_hit								True	True
MAD0005_000000011189	2539	0.6551634724946462	5	1	1	1	1	False	19969	maximal	True	MAD0005_000000011189	1.0		2	1	False	False	0.9834580421447754	0					non-mobilizable	no_good_hit								True	False
DEN0003_000000004332	6198	0.6551621774204544	7	6	4	6	4	False	117091	maximal	True	DEN0003_000000004332	1.0		1	1	False	False	0.9916101694107056	0					non-mobilizable	no_good_hit	3527.0	80.749	57.0	0.000545389340921899	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
ISR0133_000000010221	2064	0.6551616618508023	3	1	1	1	1	False	60458	maximal	True	ISR0133_000000010221	0.9939822082679226		21	4	False	False	0.992732584476471	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	1.1600775550514804e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0223_000000023641	1355	0.6551600183486329	2	1	1	1	1	False	131468	fragment	False	ISR0295_000000024469	0.6313027606662104		0	0	False	False	0.9992619752883911	0					non-mobilizable	no_good_hit	1112.0	98.921	82.0	0.03895238763060094	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0018_000000006135	3535	0.6551588675847265	2	2	2	2	0	True	37800	maximal	True	ISR0018_000000006135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0055_000000004357	3249	0.6551578172782192	6	6	2	3	5	True	46271	maximal	True	FIJ0055_000000004357	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3251.0	95.81700000000001	100.0	0.027869809280208744	CP056656.1	enterobacteria	Escherichia coli strain RHBSTW-00204 plasmid pRHBSTW-00204_2, complete sequence	False	True
FIJ0006_000000014231	2506	0.6551543642038087	4	3	3	3	3	False	51729	fragment	False	FIJ0006_000000014231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	91.336	11.0	7.335819687152632e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0122_000000006468	2550	0.6551526769102594	3	3	3	3	3	False	41434	maximal	True	FIJ0122_000000006468	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2542.0	91.385	99.0	0.0005196826733855971	CP045064.2	enterobacteria	Enterobacter roggenkampii strain WCHER090065 chromosome, complete genome	False	False
SPA0069_000000003880	6051	0.655145449506386	6	6	6	6	6	False	103309	fragment	False	ISR0169_000000004098	0.9623980140311398		0	0	False	False	1.0	0					non-mobilizable	other	6051.0	99.20700000000001	100.0	0.022648911916322564	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
FIJ0067_000000019203	1653	0.6551437002432747	2	2	2	2	2	False	45189	maximal	True	FIJ0067_000000019203	1.0		0	0	False	False	0.9981850981712341	0					non-mobilizable	other	1651.0	79.467	98.0	0.04081632653061224	NZ_JNJN01000026.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00025.25_C, whole genome shotgun sequence	False	False
MAD0110_000000005916	4688	0.6551416222143499	1	1	1	1	1	False	112506	maximal	False	ISR0073_000000004489	0.4783306117595095		0	0	False	False	0.9997866749763489	0					non-mobilizable	other	4688.0	97.27	100.0	0.07436023543970427	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	False	False
MON0058_000000014463	3140	0.6551396246230179	6	2	2	1	1	True	106986	fragment	False	MON0058_000000014463	1.0		0	0	False	False	0.9949044585227966	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	3.683097280460373e-06	CP060404.1	high GC Gram+	Streptomyces sp. AC541 chromosome, complete genome	True	True
MAD0024_000000013377	1223	0.6551346051698987	2	2	2	1	1	False	19171	fragment	False	MAD0024_000000013377	1.0		0	0	False	False	0.9721994996070862	0					non-mobilizable	plasmid	833.0	99.76	97.0	0.006669237939125125	CP061355.1	enterobacteria	Klebsiella pneumoniae strain KP3020 plasmid pKPC-124, complete sequence	False	True
DEN0063_000000035330	1430	0.655126847609376	2	2	2	2	2	False	71437	maximal	True	DEN0063_000000035330	1.0		2	2	False	False	0.9846153855323792	0					non-mobilizable	no_good_hit	754.0	79.31	53.0	0.0020820147240081283	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	False
ISR0074_000000019247	1558	0.6551219444673022	2	2	2	2	2	False	124927	fragment	False	SPA0041_000000017820	0.6312774643738982		0	0	False	False	0.998074471950531	0					non-mobilizable	no_good_hit	1109.0	84.76100000000001	71.0	0.002663593041726396	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0010_000000011613	1836	0.6551171833109679	2	2	2	2	1	False	77876	maximal	False	ISR0195_000000010593	0.9326826826826826		0	0	False	False	0.9923747181892395	0					non-mobilizable	other	1834.0	94.275	99.0	0.03532404463201711	NZ_SPGG01000030.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_30_length_51891_cov_34.7452, whole genome shotgun sequence	False	False
USA0036_01_000000018643	1743	0.6551171256235813	2	1	1	1	1	False	80573	fragment	False	USA0036_01_000000018643	0.9682099808663845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0156_000000012610	1576	0.6551171256235813	2	1	1	1	1	False	80573	fragment	False	USA0036_01_000000018643	0.6312870529738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000028438	1485	0.6551171256235813	1	1	1	1	1	False	80572	fragment	False	SPA0096_000000028438	0.9883485505758934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ENG0104_000000022722	1397	0.6551171256235813	1	1	1	1	1	False	80572	fragment	False	SPA0096_000000028438	0.9725988987219432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ISR0348_000000013923	1345	0.6551171256235813	1	1	1	1	1	False	80572	fragment	False	SPA0096_000000028438	0.9473804148192349		0	0	False	False	0.9769516587257385	0					non-mobilizable	no_good_hit								True	False
DEN0089_000000010420	1845	0.6551091552697427	2	1	1	1	1	False	110155	fragment	False	DEN0089_000000010420	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	99.882	95.0	0.0004585743259484661	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0115_000000020040	1177	0.6551091138146196	3	2	2	2	1	False	41700	maximal	True	FIJ0115_000000020040	1.0		1	1	False	False	0.9243839979171753	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	7.709271210132417e-05	NZ_SAXT01000003.1	bacteria	Brachyspira aalborgi strain W1 W1_contig3, whole genome shotgun sequence	True	False
FIJ0147_000000007602	2610	0.6551088737613181	3	3	3	3	3	False	51673	maximal	True	FIJ0147_000000007602	1.0		31	4	False	False	1.0	0					non-mobilizable	no_good_hit	1400.0	83.786	54.0	0.0004406462433331768	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0164_000000002650	7966	0.6551072377449592	9	4	2	4	1	False	33073	fragment	False	ISR0103_000000002622	0.9557788751629488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	89.448	10.0	0.014462403121588	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
FIJ0137_000000003308	3473	0.6551043776953903	8	3	1	1	3	False	84156	maximal	True	FIJ0137_000000003308	1.0		1	1	False	False	0.9945292472839355	0					non-mobilizable	no_good_hit								True	False
FIJ0111_000000010465	1988	0.6551034712165164	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.9806030207498417		0	0	False	False	0.998993992805481	0					non-mobilizable	other	1988.0	97.787	100.0	0.018817000643963785	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ENG0087_000000013540	1953	0.6551034712165164	2	2	2	2	2	False	125063	fragment	False	ISR0280_000000007016	0.9796865823414947		0	0	False	False	0.9984639286994934	0					non-mobilizable	other	1953.0	98.208	100.0	0.018485548695026326	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0821_000000013071	2291	0.6551033885065476	3	2	1	2	0	True	21238	fragment	False	ISR0821_000000013071	1.0		0	0	False	False	0.994762122631073	0					non-mobilizable	no_good_hit								True	True
TAN0005_000000002291	5104	0.6551017392449369	6	6	4	5	6	False	98388	fragment	False	FIJ0108_000000003845	0.9381542573117118		0	0	False	False	0.9998040795326233	0					non-mobilizable	no_good_hit	1429.0	79.846	28.0	0.00869904475100737	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0157_000000013391	2334	0.6550919643897876	3	2	2	2	2	False	85570	maximal	True	ISR0157_000000013391	1.0		557	13	False	False	1.0	0					non-mobilizable	other	2334.0	99.272	100.0	0.050114922776190576	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0182_000000003066	8088	0.6550881321301142	7	6	5	6	4	True	132043	maximal	True	ENG0182_000000003066	1.0		4	2	False	False	0.9987636208534241	0					non-mobilizable	no_good_hit	876.0	98.973	24.0	0.0002820285296837445	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0180_000000010442	1699	0.6550865972757974	3	2	2	2	2	False	55329	maximal	True	ENG0180_000000010442	1.0		124	14	False	False	0.9935256242752075	0					non-mobilizable	other	1699.0	98.29299999999999	100.0	0.02866113024103707	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0815_000000003878	7052	0.6550856725139228	7	6	4	5	4	False	95254	maximal	True	ISR0815_000000003878	1.0		216	11	False	False	0.9903573393821716	0					non-mobilizable	other	7039.0	98.863	99.0	0.0013619489815306005	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0098_000000022425	1557	0.6550717101204389	3	1	1	1	1	False	77517	fragment	False	MON0098_000000022425	1.0		0	0	False	False	0.9935774207115173	0					non-mobilizable	chromosome	903.0	96.678	94.0	0.0003064986202465105	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0027_000000013242	1311	0.6550689015343423	3	3	3	3	0	True	48979	fragment	False	FIJ0027_000000013242	1.0		0	0	False	False	0.9938977956771851	0					non-mobilizable	no_good_hit	116.0	83.62100000000001	9.0	0.0001188421026295379	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
CHI0156_000000010887	1360	0.6550676206183039	3	3	2	1	2	True	78990	fragment	False	CHI0156_000000010887	1.0		0	0	False	False	0.9933823347091675	0					non-mobilizable	other	1341.0	99.925	99.0	0.029306272417111364	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0144_000000013973	2251	0.6550671387616988	2	2	2	2	2	False	40089	fragment	False	FIJ0144_000000013973	1.0		0	0	False	False	0.9973345398902893	0					non-mobilizable	no_good_hit	243.0	75.72	11.0	0.0010441546915175483	NZ_FNBE01000010.1	high GC Gram+	Pseudonocardia oroxyli strain CGMCC 4.3143, whole genome shotgun sequence	True	False
MAD0033_000000000127	46278	0.6550652676831489	53	15	8	13	7	True	20252	maximal	True	MAD0033_000000000127	1.0		2	1	False	False	0.9998055100440979	0					non-mobilizable	no_good_hit	75.0	88.0	0.0	7.931489316392541e-05	NZ_BDCR01000003.1	CFB group bacteria	Paludibacter jiangxiensis strain NM7, whole genome shotgun sequence	True	True
USA0038_01_000000000089	66817	0.655061988265352	46	5	2	3	2	True	114304	fragment	False	ENG0077_000000000140	0.9296375969165478		0	0	False	False	0.9998802542686462	0					non-mobilizable	virus	22443.0	97.85700000000001	96.0	0.2311749858342348	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
USA0130_01_000000006757	5877	0.6550531544354541	12	6	4	5	2	True	79848	fragment	False	USA0130_01_000000006757	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4903.0	95.758	94.0	0.0013116460944251293	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0071_000000008784	4218	0.6550467925360761	4	4	2	4	1	True	74595	fragment	False	DEN0071_000000008784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1197.0	95.155	47.0	0.0006069870616183373	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	True
MON0084_000000031539	1191	0.6550398426711341	2	2	2	2	2	False	60349	fragment	False	FIJ0070_000000016828	0.5795566303297192		0	0	False	False	0.9731318354606628	0					non-mobilizable	other	1104.0	72.554	92.0	0.0273334835173087	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0147_000000007770	3099	0.6550338813798829	5	5	4	4	4	False	105113	maximal	False	ENG0108_000000006917	0.9848401045781457		0	0	True	True	0.999677300453186	8					non-mobilizable	no_good_hit	1926.0	99.948	81.0	0.0005204926753837248	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
AST0028_000000008219	2018	0.6550260972872695	3	3	3	2	2	False	118795	fragment	False	AST0028_000000008219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2018.0	98.51299999999999	100.0	0.009414103886526677	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0041_000000024407	1395	0.655022417237119	2	2	2	2	1	False	73079	fragment	False	DEN0041_000000024407	1.0		0	0	False	False	0.9971325993537903	0					non-mobilizable	chromosome	1399.0	88.42	100.0	0.0004831066055242857	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0100_000000009909	1557	0.6550137405052281	2	2	2	2	2	False	33166	fragment	False	ISR0100_000000009909	1.0		0	0	False	False	0.9762363433837891	0					non-mobilizable	other	1557.0	99.42200000000001	100.0	0.0008396468734485959	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
DEN0065_000000004750	5908	0.655013434023552	11	1	1	1	1	False	71158	maximal	True	DEN0065_000000004750	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.027328299172959366	NZ_QRML01000069.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf69, whole genome shotgun sequence	True	False
SPA0060_000000005448	2893	0.6550061397502636	4	2	1	2	1	False	6243	maximal	True	SPA0060_000000005448	1.0		3	1	False	False	0.999308705329895	0					non-mobilizable	no_good_hit	1438.0	94.367	52.0	0.0002594309093242935	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0039_000000005571	4151	0.6550049456393556	3	3	3	2	2	False	125508	maximal	True	ENG0039_000000005571	0.9809363392782343		5	3	False	False	0.9927728176116943	0					non-mobilizable	no_good_hit	184.0	85.32600000000001	5.0	4.468232861331513e-05	LR607381.1	firmicutes	Clostridium perfringens strain 4928STDY7387880 genome assembly, chromosome: 1	True	False
CHI0167_000000003536	4871	0.6550011826568043	6	3	3	3	1	True	99834	maximal	True	CHI0167_000000003536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	78.125	2.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
AST0031_000000006806	4279	0.6550011826568043	6	3	3	3	1	True	117579	fragment	False	AST0031_000000006806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	78.125	2.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
MAD0057_000000000583	18475	0.6550005827445153	20	6	0	6	1	False	48490	maximal	True	MAD0057_000000000583	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0086_000000000225	17743	0.6550005827445153	19	6	0	6	1	False	33188	maximal	True	MAD0086_000000000225	0.9974328426509492		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0839_000000000535	17671	0.6550005827445153	21	6	0	6	1	False	48489	fragment	False	ISR0839_000000000535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0064_000000000635	17411	0.6550005827445153	19	6	0	6	1	False	33188	maximal	False	MAD0086_000000000225	0.9912084098948327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0052_000000000632	16949	0.6550005827445153	19	6	0	6	1	False	33188	maximal	False	MAD0086_000000000225	0.9745877682964009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000001997	16124	0.6550005827445153	18	6	0	6	1	False	48488	fragment	False	FIJ0032_000000001997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0025_000000009629	1388	0.6549931221837781	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2661040372400255		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	92.723	100.0	0.0004314933527624596	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0080_000000013171	2019	0.6549924671347964	2	2	2	2	2	False	93368	maximal	True	ENG0080_000000013171	1.0		14	5	False	False	0.9975235462188721	0					non-mobilizable	no_good_hit	508.0	79.528	25.0	0.0001839438803943088	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
ISR0017_000000019074	1744	0.6549904738581545	4	2	2	1	1	False	129106	fragment	False	ISR0017_000000019074	0.9733187090803597		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	98.911	100.0	0.018837948252383115	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0164_000000016963	1221	0.654981342677702	2	2	2	1	1	False	56249	fragment	False	ENG0164_000000016963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	96.319	16.0	4.534067217826385e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
TAN0009_000000006063	4979	0.6549760436866908	8	6	5	5	6	False	2721	maximal	True	TAN0009_000000006063	1.0		1	1	False	False	0.9997991323471069	0					non-mobilizable	no_good_hit	297.0	78.11399999999999	6.0	0.007020149986822244	NZ_JAAIJR010000044.1	g-proteobacteria	Thiorhodococcus mannitoliphagus strain DSM 18266 NODE_44_length_41737_cov_30.6895, whole genome shotgun sequence	True	False
MAD0109_000000011725	1222	0.6549672197526506	1	1	1	1	1	False	14573	fragment	False	MAD0109_000000011725	0.9605597964376591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	93.939	14.0	6.328514344373679e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
DEN0071_000000002963	10409	0.6549663276239739	15	11	7	7	10	True	124128	fragment	False	ISR0379_000000001379	0.46494741073889817		0	0	False	False	0.9999039173126221	0					non-mobilizable	no_good_hit	5619.0	96.494	86.0	0.0015782755540966874	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0155_000000015879	1236	0.6549555517333798	1	1	1	1	1	False	56717	fragment	False	ENG0155_000000015879	0.9450987306564246		0	0	False	False	0.9935275316238403	0					non-mobilizable	virus	1186.0	80.77600000000001	96.0	0.005757660180745563	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	False	False
SPA0122_000000005931	5290	0.6549546963533628	6	5	3	4	5	False	94275	fragment	False	SPA0122_000000005931	1.0		0	0	False	False	0.9965973496437073	0					non-mobilizable	chromosome	5290.0	99.98100000000001	100.0	0.0014787013042939663	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0388_000000021784	1615	0.6549519354760986	2	2	2	2	1	False	62001	maximal	True	ISR0388_000000021784	1.0		343	11	False	False	0.9900928735733032	0					non-mobilizable	other	947.0	95.459	99.0	0.005414561322921452	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ENG0077_000000013923	1477	0.6549519354760986	2	2	2	2	1	False	62000	fragment	False	ISR0190_000000014228	0.9495929868503444		0	0	False	False	0.9763033390045166	0					non-mobilizable	other	1477.0	99.79700000000001	100.0	0.04571640958929567	NZ_JAAITI010000038.1	firmicutes	Blautia luti strain MSK.16.34 NODE_38_length_32286_cov_201.248, whole genome shotgun sequence	False	False
DEN0046_000000001686	9404	0.6549455634768877	6	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.8740529568768654		0	0	False	False	0.9995746612548828	0					non-mobilizable	no_good_hit	2527.0	89.51299999999999	27.0	0.0012604450075286984	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0108_000000014417	1521	0.6549406284635277	2	2	2	2	1	True	8526	fragment	False	MON0108_000000014417	0.964793500338524		0	0	False	False	0.9552925825119019	0					non-mobilizable	other	1430.0	99.72	94.0	0.00045858575874602306	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0129_000000003829	6562	0.6549381590535712	6	6	5	5	6	True	58567	maximal	True	ENG0129_000000003829	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	3230.0	99.75200000000001	78.0	0.21218294125377843	CP020606.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain FM03 plasmid pLd2, complete sequence	True	True
ENG0030_000000009808	2016	0.6549337006232616	2	2	2	2	2	False	81662	maximal	True	ENG0030_000000009808	1.0		8	6	False	False	0.9970238208770752	0					non-mobilizable	no_good_hit	791.0	76.865	38.0	0.00011899467992049552	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0032_000000014701	1620	0.654932885526432	2	1	1	1	1	False	65594	fragment	False	ENG0032_000000014701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	91.765	5.0	0.0005780713565642822	NZ_CYYA01000008.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0106_000000012579	1652	0.6549249121263614	3	3	3	3	2	False	61816	maximal	False	ENG0079_000000018101	0.7334032431307118		0	0	False	False	0.9939467310905457	0					non-mobilizable	other	1648.0	98.90799999999999	99.0	0.0036234753682876605	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0291_000000011629	1311	0.654917086001389	2	1	1	1	1	False	58993	maximal	True	ISR0291_000000011629	0.9928187980689108		1183	14	False	False	0.9969488978385925	0					non-mobilizable	chromosome	1311.0	98.47399999999999	100.0	0.00029154207508521484	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0163_000000024025	1099	0.654917086001389	2	1	1	1	1	False	58993	maximal	False	ISR0291_000000011629	0.47918473547268		0	0	False	False	0.9818016290664673	0					non-mobilizable	other	1099.0	98.45299999999999	100.0	0.0003282559296085354	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
TAN0018_000000007668	1409	0.6549163767481645	1	1	1	1	1	False	125999	fragment	False	TAN0009_000000021935	0.1750528541226216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1196.0	90.552	85.0	0.0023402729335940185	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
CAN0009_000000011808	2196	0.6549101175383142	3	3	3	2	1	False	94794	maximal	True	CAN0009_000000011808	1.0		1	1	False	False	0.9908925294876099	0					non-mobilizable	no_good_hit	1586.0	100.0	72.0	0.0005231603240491355	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0021_000000036092	1319	0.6549096609025928	1	1	1	1	1	False	63501	maximal	False	ISR0097_000000021561	0.9458046894844648		0	0	False	False	0.999241828918457	0					non-mobilizable	no_good_hit								True	False
ISR0398_000000011053	2104	0.6549003376113892	3	3	3	2	2	False	22618	maximal	True	ISR0398_000000011053	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0071_000000000071	51194	0.6548945302080234	86	25	14	21	15	False	5934	fragment	False	SPA0071_000000000071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3356.0	79.499	15.0	0.000931761632439618	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0072_000000000061	51194	0.6548945302080234	86	25	14	21	15	False	5934	fragment	False	SPA0071_000000000071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3356.0	79.499	15.0	0.000931761632439618	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0070_000000000041	51179	0.6548945302080234	86	25	14	21	15	False	5934	fragment	False	SPA0071_000000000071	0.9998046646091338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3356.0	79.499	15.0	0.000931761632439618	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MAD0037_000000005287	2443	0.654891730161475	3	3	3	1	1	False	18645	maximal	True	MAD0037_000000005287	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	94.521	51.0	0.0008280766701575782	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0135_000000008159	2478	0.6548855317490705	3	2	1	2	1	True	80690	fragment	False	CHI0135_000000008159	1.0		0	0	False	False	0.9959644675254822	0					non-mobilizable	virus	1693.0	91.613	91.0	0.05072659987363481	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	False	True
CHI0062_000000004509	3395	0.6548836061343491	3	1	1	1	1	False	85599	fragment	False	CHI0062_000000004509	1.0		0	0	False	False	0.9994109272956848	0					non-mobilizable	plasmid	3294.0	98.846	97.0	0.015769109210538916	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	False	True
AST0002_000000014051	2604	0.6548835530807033	4	3	3	2	2	False	131926	fragment	False	AST0002_000000014051	0.9961553248750481		0	0	False	False	0.9976958632469177	0					non-mobilizable	other	2604.0	99.73100000000001	100.0	0.011020741687871257	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
ENG0062_000000009719	2601	0.6548835530807033	4	3	3	2	2	False	131926	fragment	False	AST0002_000000014051	0.9955837173579108		0	0	False	False	0.9996155500411987	0					non-mobilizable	other	2601.0	99.57700000000001	100.0	0.011008040103136867	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
ISR0264_000000003248	3027	0.6548827613337377	5	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.4619862179968334		0	0	False	False	0.99966961145401	0					non-mobilizable	other	2782.0	99.353	98.0	0.0008314023135167002	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0119_000000006155	2763	0.6548827613337377	4	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.3815037937862945		0	0	False	False	1.0	0					non-mobilizable	other	2763.0	98.26299999999999	100.0	0.0008251241946444058	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0098_000000020523	2180	0.6548756287854874	3	3	3	3	2	False	72866	fragment	False	MAD0098_000000020523	1.0		0	0	False	False	0.9834862351417542	0					non-mobilizable	no_good_hit								True	False
DEN0077_000000002080	4163	0.6548734977140311	4	1	1	1	1	False	86153	fragment	False	DEN0077_000000002080	1.0		0	0	False	False	0.9997597932815552	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	2.0	4.863144926350372e-05	NZ_LACN01000006.1	firmicutes	Caldicellulosiruptor naganoensis NA10 N907DRAFT_scf7180000000030_quiver.3_C, whole genome shotgun sequence	True	False
CHI0056_000000007122	2645	0.6548734977140311	4	1	1	1	1	False	86150	fragment	False	CHI0056_000000007122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0005_000000019638	1457	0.6548721613664962	2	1	1	1	1	False	113068	fragment	False	AST0058_000000008935	0.6197521673303983		0	0	False	False	0.9986273050308228	0					non-mobilizable	no_good_hit	1121.0	94.38	89.0	0.0074801309022907905	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
USA0015_01_000000008988	3624	0.6548668709281403	1	1	1	1	1	False	112091	maximal	True	USA0015_01_000000008988	1.0		85	10	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	1.0	0.0004217163856897573	NZ_LZYW01000162.1	firmicutes	Clostridium aurantibutyricum strain DSM 793 CLAUR_contig000162, whole genome shotgun sequence	True	False
FIJ0094_000000007449	2662	0.6548662872512371	5	3	1	1	3	True	117922	fragment	False	FIJ0094_000000007449	1.0		0	0	False	False	0.996243417263031	0					non-mobilizable	other	2450.0	80.857	91.0	0.01724321674446363	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
ISR0324_000000012168	2536	0.6548662872512371	4	3	1	1	3	True	117921	fragment	False	ISR0324_000000012168	1.0		0	0	False	False	0.9897476434707642	0					non-mobilizable	no_good_hit	2229.0	80.664	87.0	0.015694382277923424	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ENG0016_000000005829	3904	0.6548626892587847	4	4	3	4	3	False	113792	fragment	False	ENG0016_000000005829	0.9935879945429741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	75.758	5.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
USA0058_01_000000006452	3103	0.6548609385402175	4	2	1	2	2	False	111214	fragment	False	USA0058_01_000000006452	0.9577768108258176		0	0	False	False	1.0	0					non-mobilizable	chromosome	3105.0	97.90700000000001	99.0	0.00043727243625392176	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0065_000000009441	2998	0.6548609385402175	2	2	1	2	2	False	111214	fragment	False	USA0058_01_000000006452	0.6333655602105489		0	0	False	False	0.9973315596580505	0					non-mobilizable	chromosome	2970.0	97.17200000000001	100.0	0.00041765304676415573	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0161_000000006833	2391	0.6548608764756794	3	3	3	3	2	False	39285	fragment	False	FIJ0161_000000006833	1.0		0	0	False	False	0.998745322227478	0					non-mobilizable	no_good_hit	180.0	88.333	8.0	0.20022371364653244	GQ878535.1		Uncultured organism clone VC1BZ62TR genomic sequence	True	False
ISR0266_000000004181	3545	0.6548566244890192	5	4	2	4	2	True	120617	maximal	True	ISR0266_000000004181	1.0		8	4	False	False	0.998307466506958	0					non-mobilizable	no_good_hit	2163.0	86.916	61.0	0.6771554436752675	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
SPA0131_000000024066	1190	0.6548539653088484	2	2	2	2	1	False	28908	fragment	False	MON0088_000000026717	0.9664638895167351		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	87.876	100.0	0.0004012202210952302	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0392_000000015770	2123	0.6548530961319848	4	2	2	1	1	True	55848	maximal	True	ISR0392_000000015770	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	71.801	37.0	0.004317922123582667	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
CAN0001_000000024765	1781	0.6548381334586303	2	2	2	2	2	False	97299	fragment	False	CAN0001_000000024765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	77.778	8.0	0.0006556889151371134	NZ_RBIR01000007.1	high GC Gram+	Arthrobacter oryzae strain DSM 25586 Ga0215705_107, whole genome shotgun sequence	True	False
ISR0028_000000002932	5566	0.654833419885746	5	3	2	3	2	True	77032	fragment	False	SPA0050_000000004457	0.9599297012302285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0021_000000002301	5485	0.6548300788522992	4	2	0	1	1	False	100388	maximal	True	TAN0021_000000002301	1.0		1	1	False	False	0.9974476099014282	0					non-mobilizable	no_good_hit	2396.0	79.09	43.0	0.0006346150922085859	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0056_000000008799	2462	0.6548298917094072	4	3	1	3	2	False	114041	maximal	True	FIJ0056_000000008799	1.0		0	0	False	False	0.995938241481781	0					non-mobilizable	no_good_hit	1077.0	99.257	44.0	0.019704433497536946	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0110_000000009306	1930	0.6548297173279801	3	3	2	3	2	True	119979	fragment	False	MON0049_000000012068	0.34246670805649393		0	0	False	True	1.0	0					non-mobilizable	chromosome	1931.0	96.16799999999999	100.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0008_000000001142	7138	0.6548277459553199	8	5	2	3	4	True	93239	fragment	False	MAD0008_000000001142	0.935818983919169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	1.558171315978374e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0134_000000004749	7027	0.6548277459553199	8	5	2	3	4	True	93239	fragment	False	MAD0008_000000001142	0.9292518912860745		0	0	False	False	0.99886155128479	0					non-mobilizable	no_good_hit	1880.0	76.702	26.0	0.0006600980302235658	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
USA0020_01_000000005641	6091	0.6548266415865079	7	7	5	6	5	False	127001	maximal	True	USA0020_01_000000005641	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3423.0	97.69200000000001	98.0	0.0014080284389622348	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0013_01_000000002952	4095	0.6548263417797372	5	5	5	5	5	False	85829	maximal	True	USA0013_01_000000002952	1.0		2	2	False	False	1.0	0					non-mobilizable	other	4081.0	98.775	99.0	0.015813095413427177	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
MON0018_000000012332	1635	0.6548247486460317	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.8212503377678207		0	0	False	False	0.9987767338752747	0					non-mobilizable	no_good_hit	1414.0	73.692	84.0	0.019544203767727367	NZ_NFLJ01000010.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_10, whole genome shotgun sequence	True	False
FIJ0164_000000012272	1848	0.6548189775779553	2	2	2	2	2	False	86325	fragment	False	FIJ0164_000000012272	0.9475715469020931		0	0	False	False	0.9962121248245239	0					non-mobilizable	chromosome	1846.0	96.641	99.0	0.000643096455405705	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0097_000000016678	1245	0.6548180979933463	2	2	2	2	2	False	108941	maximal	True	AST0097_000000016678	1.0		36	6	False	False	0.9951807260513306	0					non-mobilizable	no_good_hit	76.0	81.579	6.0	0.003242769500438212	NZ_SDGL01000017.1	firmicutes	Lactobacillus mulieris strain c10Ua161M c10Ua-161p_17, whole genome shotgun sequence	True	False
USA0031_01_000000000593	32945	0.6548117913959849	40	17	7	16	7	True	118922	fragment	False	USA0031_01_000000000593	1.0		0	0	False	False	1.0	0					non-mobilizable	other	18886.0	99.984	99.0	0.005056987514725222	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0032_000000011501	3031	0.654810787343549	4	4	4	3	4	False	48453	maximal	True	FIJ0032_000000011501	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	73.51	17.0	0.0002504513699775709	CP013567.1	a-proteobacteria	Rhizobium phaseoli strain N831 plasmid pRphaN831d, complete sequence	True	False
ENG0101_000000028547	1194	0.6548103339637804	3	3	2	2	1	True	69022	fragment	False	ISR0245_000000006286	0.7223501575682165		0	0	False	False	0.999162495136261	0					non-mobilizable	other	1194.0	99.83200000000001	100.0	0.3978638184245661	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0207_000000011946	2428	0.6548078074171125	3	2	1	1	2	False	41820	fragment	False	ISR0207_000000011946	1.0		0	0	False	False	0.9987643957138062	0					non-mobilizable	no_good_hit								True	False
SPA0158_000000010274	1909	0.6548076423258249	2	2	2	2	1	True	3138	fragment	False	SPA0158_000000010274	1.0		0	0	False	False	0.9979046583175659	0					non-mobilizable	no_good_hit	539.0	73.655	28.0	0.0001851118586887804	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0370_000000013222	2014	0.654807329127995	3	2	2	1	2	False	76617	fragment	False	ISR0370_000000013222	0.9883603238866396		0	0	False	False	0.9692155122756958	0					non-mobilizable	other	1879.0	76.158	92.0	0.0011462854256929647	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
DEN0021_000000018146	1976	0.654807329127995	4	2	2	1	2	False	76617	fragment	False	ISR0370_000000013222	0.9791459781529295		0	0	False	False	0.9792510271072388	0					non-mobilizable	other	1816.0	75.936	90.0	0.005339250319474756	NZ_FRFD01000007.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	False	False
CHI0063_000000012513	1148	0.6548013127830928	1	1	1	1	1	False	85365	fragment	False	SPA0125_000000025181	0.5732569955020769		0	0	False	False	0.9695122241973877	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000033503	1264	0.6547966654424253	2	2	2	2	1	False	21497	fragment	False	ISR0814_000000033503	0.9682475884244373		0	0	False	False	0.9992088675498962	0					non-mobilizable	other	755.0	87.947	94.0	0.00020910741956445673	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0819_000000015393	1718	0.6547940193478861	2	2	2	2	2	True	69659	fragment	False	ISR0819_000000015393	0.9904822335025381		0	0	False	False	0.9994179010391235	0					non-mobilizable	other	1718.0	98.95200000000001	100.0	0.0005833364193200207	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0013_000000018944	1501	0.6547935232118912	2	2	2	2	1	False	7973	maximal	True	SPA0013_000000018944	1.0		86	9	False	False	0.9986675381660461	0					non-mobilizable	no_good_hit	868.0	99.42399999999999	58.0	0.010384725948639326	NZ_NFIG01000017.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_17, whole genome shotgun sequence	True	False
FIJ0014_000000005888	4006	0.6547920227159261	6	4	4	4	3	False	50514	maximal	True	FIJ0014_000000005888	1.0		1	1	False	False	0.9862706065177917	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	7.535735249789793e-05	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
AST0102_000000019783	1593	0.654789530755829	2	1	1	1	1	False	108202	fragment	False	CHI0077_000000009476	0.475254730713246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	85.185	3.0	0.00012475960236996167	NZ_CADIKK010000001.1	b-proteobacteria	Burkholderia ultramafica strain LMG 28614 isolate LMG 28614, whole genome shotgun sequence	True	False
ENG0068_000000001442	15100	0.6547814505239904	14	10	9	9	7	True	126557	maximal	True	ENG0068_000000001442	1.0		1	1	False	False	0.9998675584793091	0					non-mobilizable	no_good_hit	8032.0	96.07799999999999	67.0	0.1924757514645155	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	True
FIJ0018_000000009311	2906	0.6547793268111768	3	3	3	2	2	False	50011	maximal	True	FIJ0018_000000009311	1.0		22	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0146_000000008235	2877	0.6547752586477665	3	3	3	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9071966387284351	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2291.0	74.247	79.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0018_000000008226	2625	0.6547742619979116	2	2	1	2	0	False	102608	fragment	False	ISR0018_000000008226	1.0		0	0	False	False	0.9969523549079895	0					non-mobilizable	no_good_hit								True	False
ENG0203_000000008241	2153	0.6547742619979116	2	2	1	2	0	False	102607	fragment	False	ENG0203_000000008241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0180_000000009979	2278	0.6547721411205664	3	2	2	2	2	False	120666	maximal	False	DEN0018_000000016379	0.470581553839164		0	0	False	False	0.9973661303520203	0					non-mobilizable	no_good_hit								True	False
ENG0013_000000009529	2795	0.6547659998065705	2	1	1	1	1	False	66994	fragment	False	ENG0013_000000009529	1.0		0	0	False	False	0.9874776601791382	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.1988018489292174e-06	CP032590.1	bony fishes	Lateolabrax maculatus linkage group 16 sequence	True	False
MON0024_000000016168	2927	0.6547600312855683	4	4	4	3	2	False	12944	maximal	True	MON0024_000000016168	1.0		2	1	False	False	0.9996583461761475	0					non-mobilizable	no_good_hit	393.0	76.336	13.0	0.0011305510346431063	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ISR0066_000000009822	3277	0.6547569811237736	5	4	4	3	1	False	113452	maximal	True	ISR0066_000000009822	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	80.51899999999999	5.0	0.0014187214482308543	NZ_VUKF01000011.1	high GC Gram+	Georgenia thermotolerans strain NBRC 104148 Scaffold11_1, whole genome shotgun sequence	True	False
ISR0334_000000006895	2903	0.6547545039046818	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9211959564289021		0	0	False	False	0.999655544757843	0					non-mobilizable	other	2903.0	99.656	100.0	0.0013171618656676448	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
DEN0071_000000018571	2210	0.6547544139561298	3	3	2	3	1	False	86346	maximal	False	CHI0054_000000007188	0.9464510709785805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000024187	1294	0.65473681213332	2	2	2	2	1	False	68418	fragment	False	SPA0120_000000028327	0.9556520354149445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	70.90100000000001	51.0	0.008221505860009496	NZ_CYYV01000017.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0823_000000000918	4919	0.6547338962998001	5	5	5	5	5	False	98886	maximal	True	ISR0823_000000000918	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	839.0	79.976	17.0	0.0002781232470872363	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
FIJ0026_000000018267	1782	0.6547326818510149	3	3	3	2	2	False	49092	fragment	False	FIJ0026_000000018267	0.9672759433962264		0	0	False	False	0.9960718154907227	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	7.203145656079454e-05	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
FIJ0066_000000028809	1171	0.6547294856079617	3	2	2	2	2	False	45276	fragment	False	FIJ0066_000000028809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	73.208	22.0	0.0007941198197532688	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
SPA0040_000000013068	3035	0.6547279626467297	4	3	2	3	2	False	20345	fragment	False	SPA0040_000000013068	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	81.15100000000001	97.0	0.0027986953624939957	NZ_LT635837.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ISR0266_000000003327	4173	0.6547226969350297	5	4	4	3	3	False	101565	maximal	True	ISR0266_000000003327	1.0		51	9	False	False	1.0	0					non-mobilizable	no_good_hit	3263.0	99.969	78.0	0.0006889293779804063	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CHI0116_000000004248	4282	0.6547204373127984	3	3	3	3	3	False	84700	maximal	False	SPA0074_000000005441	0.7054382912761323		0	0	False	False	1.0	0					non-mobilizable	chromosome	4263.0	98.405	99.0	0.0010694054687719551	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0114_000000005003	3444	0.6547201249652943	6	3	0	3	1	False	59586	maximal	True	ENG0114_000000005003	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	89.02799999999999	9.0	0.00018299160284858878	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
FIJ0059_000000005677	3267	0.6547198166984636	2	2	2	2	2	False	45920	fragment	False	FIJ0059_000000005677	0.9788967968994436		0	0	False	False	1.0	0					non-mobilizable	other	3267.0	97.49	100.0	0.00670370879712968	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0161_000000005172	5490	0.6547139697937191	6	4	3	3	1	False	132058	fragment	False	ISR0161_000000005172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	79.205	6.0	0.0001407577280640368	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
USA0034_01_000000018668	2914	0.6547137958762123	4	2	2	2	1	True	91611	fragment	False	USA0034_01_000000018668	0.9798488664987406		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	98.539	95.0	0.002619377435052845	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CAN0021_000000015481	2779	0.6547137958762123	4	2	2	2	1	True	91611	fragment	False	USA0034_01_000000018668	0.9576183939601921		0	0	False	False	0.999640166759491	0					non-mobilizable	other	1026.0	96.00399999999999	95.0	0.002181041324881532	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0101_000000006736	7416	0.6547123853222657	9	5	2	2	3	True	113134	fragment	False	ISR0042_000000002093	0.47714648370798846		0	0	False	False	0.9998651742935181	0					non-mobilizable	other	5019.0	95.676	100.0	0.11437714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0045_000000002881	7143	0.6547123853222657	9	5	2	2	3	True	113134	fragment	False	ISR0042_000000002093	0.36695736559820497		0	0	False	False	1.0	0					non-mobilizable	other	7145.0	95.885	100.0	0.16313142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0042_000000023583	1016	0.6547020201300354	2	2	2	1	1	True	11703	fragment	False	MON0042_000000023583	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1018.0	91.945	100.0	0.00031576478230273725	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0136_000000005668	2023	0.6546980062269271	2	2	2	2	2	False	58037	fragment	False	ENG0136_000000005668	1.0		0	0	False	False	0.9975284337997437	0					non-mobilizable	other	2023.0	99.90100000000001	100.0	0.0005467200985069566	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0155_000000011212	1847	0.6546967900107022	3	3	3	2	1	False	108619	maximal	True	ENG0155_000000011212	1.0		14	7	False	False	1.0	0					non-mobilizable	other	1847.0	99.89200000000001	100.0	0.007980908076886496	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	False	False
FIJ0147_000000019929	1119	0.6546941446219791	2	2	1	2	2	False	39924	fragment	False	FIJ0147_000000019929	1.0		0	0	False	False	0.976764976978302	0					non-mobilizable	chromosome	1119.0	99.911	100.0	0.00044319757137244967	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0028_000000008523	2043	0.6546925256881796	3	3	3	3	3	False	65879	maximal	True	ENG0028_000000008523	1.0		2	1	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit	605.0	97.521	30.0	0.006212585628767152	NZ_CBYM010000011.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
SPA0156_000000015460	1346	0.6546898308820126	1	1	1	1	1	False	78531	fragment	False	SPA0007_000000018287	0.9533369022172313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	81.564	13.0	5.192574379897694e-05	AP013044.1	CFB group bacteria	Tannerella forsythia 3313 DNA, complete genome	True	False
ISR0251_000000002140	5266	0.6546896929477535	3	2	2	2	2	True	97334	fragment	False	ISR0251_000000002140	0.965943544808802		0	0	False	False	0.9992403984069824	0					non-mobilizable	other	5266.0	99.98100000000001	100.0	0.01163901157932434	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
FIJ0067_000000015373	2004	0.6546881974194373	2	2	2	2	2	False	53632	maximal	True	FIJ0067_000000015373	1.0		1	1	False	False	0.9955089688301086	0					non-mobilizable	no_good_hit	55.0	96.36399999999999	3.0	0.00016059336273579715	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0030_000000011095	2932	0.6546813345599872	3	3	3	3	1	False	113716	maximal	True	FIJ0030_000000011095	0.9741383429116981		513	15	False	False	0.9982946515083313	0					non-mobilizable	no_good_hit	1169.0	85.62899999999999	60.0	0.0004060744555813801	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0130_000000006995	3954	0.6546767972564814	5	4	4	4	4	False	121952	maximal	True	ISR0130_000000006995	1.0		3	3	False	False	0.9987354874610901	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	5.730782039381967e-07	CP032583.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_13	True	False
MON0090_000000009281	5720	0.6546760005356268	9	7	3	6	5	False	69996	maximal	True	MON0090_000000009281	1.0		1	1	False	False	0.9886363744735718	0					non-mobilizable	no_good_hit	889.0	97.3	17.0	0.001220412218965041	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0131_000000033076	1150	0.6546722338046903	2	1	1	1	1	False	120637	fragment	False	ISR0039_000000028021	0.3806584063479936		0	0	False	False	1.0	0					non-mobilizable	chromosome	1152.0	89.583	100.0	0.00047318650961322256	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0086_000000004050	3611	0.6546694078194274	5	4	4	3	3	False	5521	maximal	True	SPA0086_000000004050	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1634.0	85.12899999999999	45.0	0.13800694268055202	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
ENG0110_000000001116	17596	0.6546628210677238	20	7	4	5	2	True	111613	fragment	False	ISR0090_000000000852	0.644635263207276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	98.667	0.0	0.00025428242530453756	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0383_000000010761	1412	0.6546625695317105	3	3	3	3	2	False	23102	fragment	False	ISR0383_000000010761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	74.554	16.0	0.00036004392210018017	NZ_QGTJ01000002.1	g-proteobacteria	Plasticicumulans acidivorans strain DSM 23606 Ga0215699_102, whole genome shotgun sequence	True	False
FIJ0129_000000019641	1158	0.6546616227981509	2	2	2	1	1	False	40904	maximal	True	FIJ0129_000000019641	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	1158.0	97.064	100.0	0.00024557513718353547	NZ_CP027986.1	enterobacteria	Enterobacter sichuanensis strain SGAir0282 chromosome, complete genome	False	False
ENG0090_000000013236	1800	0.6546550966831913	2	1	1	1	1	False	124758	fragment	False	ENG0090_000000013236	0.9763884110566019		0	0	False	False	0.9994444251060486	0					non-mobilizable	other	1727.0	99.016	96.0	0.01545265721243375	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ETH0003_000000029771	1423	0.65465342521803	2	2	2	1	2	False	53062	fragment	False	SPA0097_000000021879	0.9263031295299677		0	0	False	False	0.9957835674285889	0					non-mobilizable	other	1460.0	75.959	100.0	0.014915366127884308	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0129_000000010373	2576	0.6546472508076108	4	1	1	0	1	False	66138	fragment	False	ENG0129_000000010373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	76.135	56.0	0.13074367964569109	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0081_000000009738	2429	0.6546472508076108	3	1	1	0	1	False	66136	fragment	False	FIJ0056_000000008822	0.9942996742671011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	75.413	61.0	0.10859937257796641	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0053_000000005387	2141	0.6546472508076108	2	1	1	0	1	False	64830	maximal	True	MAD0053_000000005387	1.0		4	1	False	False	0.9971975684165955	0					non-mobilizable	no_good_hit	1285.0	82.49	59.0	0.16353092783505155	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
MAD0005_000000017230	1766	0.6546472508076108	3	1	1	0	1	False	66135	fragment	False	MAD0005_000000017230	0.9267747344885411		0	0	False	False	0.9943374991416931	0					non-mobilizable	no_good_hit	1234.0	79.903	72.0	0.20512385476756023	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
AST0006_000000007531	1697	0.6546472508076108	2	1	1	0	1	False	127493	fragment	False	AST0006_000000007531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	92.01299999999999	87.0	0.11312050193762686	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0048_000000015364	1552	0.6546472508076108	2	1	1	0	1	False	66134	fragment	False	ENG0025_000000017340	0.9291212315586914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	79.903	79.0	0.20512385476756023	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
ISR0126_000000032321	1534	0.6546472508076108	2	1	1	0	1	False	31953	fragment	False	ISR0126_000000032321	1.0		0	0	False	False	0.9758800268173218	0					non-mobilizable	no_good_hit	630.0	89.206	73.0	0.00020149601163029846	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
AST0019_000000021099	1440	0.6546472508076108	1	1	1	0	1	False	122086	fragment	False	AST0019_000000021099	1.0		0	0	False	False	0.9868055582046509	0					non-mobilizable	no_good_hit	1256.0	95.064	87.0	0.16172680412371135	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
ISR0214_000000021612	1427	0.6546472508076108	2	1	1	0	1	False	58499	fragment	False	ISR0214_000000021612	0.9996493688639552		0	0	False	False	0.9838822484016418	0					non-mobilizable	other	1427.0	94.814	100.0	0.18363402061855671	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	False	False
ENG0177_000000018504	1426	0.6546472508076108	2	1	1	0	1	False	58499	fragment	False	ISR0214_000000021612	0.9992992291520673		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	94.881	100.0	0.18350515463917524	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	False	False
MAD0098_000000032242	1414	0.6546472508076108	1	1	1	0	1	False	64828	fragment	False	MAD0098_000000032242	1.0		0	0	False	False	0.985855758190155	0					non-mobilizable	no_good_hit	1204.0	81.645	84.0	0.15309278350515465	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
ENG0129_000000021287	1275	0.6546472508076108	1	1	1	0	1	False	58497	fragment	False	ENG0129_000000021287	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	95.34	99.0	0.16301546391752578	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	False	False
MAD0050_000000002727	7267	0.654646003035098	11	7	4	7	5	False	17426	maximal	True	MAD0050_000000002727	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	70.626	8.0	0.0025543263120611703	NZ_OFSM01000006.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0244_000000015711	1653	0.6546408044890053	3	2	2	2	1	False	27180	fragment	False	ISR0244_000000015711	1.0		0	0	False	False	0.99032062292099	0					non-mobilizable	no_good_hit								True	False
CHI0069_000000002955	3261	0.6546273792186971	2	2	1	2	2	False	85072	fragment	False	CHI0069_000000002955	1.0		0	0	False	False	0.9911070466041565	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00018793067446230946	NZ_KB905700.1	CFB group bacteria	Proteiniphilum acetatigenes DSM 18083 F597DRAFT_scaffold00009.9, whole genome shotgun sequence	True	False
FIJ0144_000000024425	1303	0.6546234798472826	2	2	2	1	2	False	40046	maximal	True	FIJ0144_000000024425	1.0		11	5	False	False	0.9938603043556213	0					non-mobilizable	no_good_hit	485.0	77.52600000000001	37.0	0.00014061213935780847	NZ_CP023671.1	firmicutes	Clostridium septicum strain DSM 7534 chromosome, complete genome	True	False
MON0044_000000036190	1550	0.6546202758516939	2	2	2	2	2	False	11607	fragment	False	MON0044_000000036190	1.0		0	0	False	False	0.9987096786499023	0					non-mobilizable	no_good_hit	106.0	77.358	7.0	0.00043913275585940866	NZ_PQGD01000008.1	enterobacteria	Superficieibacter electus strain BP-1 NODE_8_length_232276_cov_39.5477, whole genome shotgun sequence	True	False
SPA0080_000000010223	1198	0.6546186733708963	1	1	1	1	1	False	5624	fragment	False	SPA0080_000000010223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	91.31700000000001	89.0	0.017608301762477352	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
SPA0081_000000010443	1198	0.6546186733708963	1	1	1	1	1	False	5624	fragment	False	SPA0080_000000010223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	91.31700000000001	89.0	0.017608301762477352	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
SPA0082_000000014365	1198	0.6546186733708963	1	1	1	1	1	False	5624	fragment	False	SPA0080_000000010223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	91.31700000000001	89.0	0.017608301762477352	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0099_000000005613	4042	0.654612977922415	5	4	3	4	3	False	45069	fragment	False	FIJ0099_000000005613	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4042.0	99.604	100.0	0.0007896921431787483	AP022183.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP7-S17-ESBL-08	False	False
FIJ0055_000000010137	1391	0.6546105437427013	2	2	2	2	2	False	46253	maximal	True	FIJ0055_000000010137	1.0		79	9	False	False	0.9985621571540833	0					non-mobilizable	other	1391.0	99.49700000000001	100.0	0.005880163121647461	NZ_CAAHGR010000045.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	False
ISR0796_000000001040	12111	0.6546074969104727	19	9	8	7	6	True	130704	fragment	False	ISR0796_000000001040	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6533.0	98.36200000000001	97.0	0.0017486829311139432	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0131_000000019807	1736	0.6546063080233331	3	3	2	3	1	False	31653	maximal	True	ISR0131_000000019807	1.0		2	2	False	False	0.9919354915618896	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000010441	2423	0.6546061466905554	4	3	3	3	2	False	34575	fragment	False	ISR0076_000000010441	1.0		0	0	False	False	0.99092036485672	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	6.347707907779198e-06	NZ_CP010896.1	g-proteobacteria	Pseudomonas simiae strain PCL1751 chromosome, complete genome	True	False
ISR0271_000000004814	3190	0.6545978507945271	5	3	2	2	1	False	26424	maximal	True	ISR0271_000000004814	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	76.29	22.0	0.0026050635694134026	NZ_HG726024.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
ISR0198_000000022954	1446	0.6545962256010258	2	1	1	1	1	False	61350	fragment	False	ISR0198_000000022954	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	99.931	100.0	0.005239132878187442	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0094_000000013649	1278	0.6545962256010258	2	1	1	1	1	False	61349	fragment	False	ISR0094_000000013649	0.9992150706436421		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	100.0	100.0	0.004630015699270147	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0087_000000020254	1274	0.6545962256010258	2	1	1	1	1	False	61349	fragment	False	ISR0094_000000013649	0.9966482657882263		0	0	False	False	0.9992150664329529	0					non-mobilizable	other	1274.0	99.92200000000001	100.0	0.0046155129092959254	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0188_000000016310	1265	0.6545962256010258	2	1	1	1	1	False	61349	fragment	False	ISR0094_000000013649	0.9914461171223969		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	100.0	100.0	0.004582881631853928	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0025_000000032701	1215	0.6545962256010258	1	1	1	1	1	False	61349	fragment	False	ISR0094_000000013649	0.9634515231072837		0	0	False	False	0.998353898525238	0					non-mobilizable	other	1215.0	100.0	100.0	0.004401596757176162	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0296_000000003328	6760	0.6545959731395161	7	5	5	4	4	False	125523	maximal	True	ISR0296_000000003328	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2378.0	81.833	52.0	0.001035938245279313	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
CHI0086_000000002042	2569	0.6545916576083781	3	3	3	3	2	True	84061	maximal	True	CHI0086_000000002042	1.0		1	1	False	False	0.9988322257995605	0					non-mobilizable	other	2569.0	99.728	100.0	0.04197518756436032	NZ_KI518116.1	fusobacteria	Cetobacterium somerae ATCC BAA-474 Scaffold198, whole genome shotgun sequence	False	True
CHI0034_000000007737	2115	0.654580547431452	4	4	4	3	4	False	101772	fragment	False	FIJ0075_000000008051	0.6943855138525322		0	0	False	False	1.0	0					non-mobilizable	other	2115.0	99.196	100.0	0.0005715955926032177	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0203_000000013052	1375	0.6545775766844678	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.1536130374810498		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	95.715	95.0	0.0003626750198554854	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0327_000000021866	1350	0.6545775766844678	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.15321037676772425		0	0	False	False	0.9933333396911621	0					non-mobilizable	other	1308.0	95.10700000000001	97.0	0.0003626750198554854	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0162_000000003282	7672	0.654572320988541	11	7	3	3	5	True	101809	fragment	False	CHI0162_000000003282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	89.4	58.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0056_000000006224	5130	0.6545621654323525	8	7	3	4	4	True	125618	fragment	False	ISR0056_000000002323	0.28904503783461927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	98.79700000000001	61.0	0.19094321346409976	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0151_000000019021	1267	0.654549727441199	2	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.22757798895891396		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	84.318	100.0	0.003007438688931076	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ENG0163_000000012683	1985	0.6545352812995577	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.1947331541267831		0	0	False	False	0.9994962215423584	0					non-mobilizable	other	1986.0	98.792	100.0	0.0005928337963695134	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0130_01_000000017694	1985	0.6545352812995577	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.1947331541267831		0	0	False	False	1.0	0					non-mobilizable	other	1986.0	98.792	100.0	0.0005928337963695134	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0338_000000014424	1934	0.6545352812995577	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.16626801107512892		0	0	False	False	1.0	0					non-mobilizable	other	1935.0	98.76	100.0	0.0005775869362510841	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0131_000000009424	3079	0.6545342622003795	3	3	3	3	3	False	31688	maximal	True	ISR0131_000000009424	1.0		0	0	False	False	0.9847353100776672	0					non-mobilizable	no_good_hit	1230.0	96.50399999999999	42.0	0.000446327242485705	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0041_000000009263	3706	0.6545310820461417	5	5	5	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.9901560225847186	PS597	0	0	False	True	1.0	0					non-mobilizable	chromosome	1754.0	100.0	100.0	0.00031997143803158974	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ENG0081_000000017214	1481	0.654526675615769	2	2	2	1	1	False	61656	fragment	False	ENG0081_000000017214	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1482.0	97.63799999999999	100.0	0.000660455705511726	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0070_000000011628	2145	0.6545204959742486	3	2	2	2	2	False	115333	fragment	False	ISR0296_000000011916	0.9594902139280838		0	0	False	False	0.9902098178863525	0					non-mobilizable	other	1106.0	99.186	99.0	0.013741559200626764	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0369_000000001378	6427	0.6545182627278697	9	6	5	4	5	False	23557	fragment	False	ISR0369_000000001378	1.0		0	0	False	False	0.9982884526252747	0					non-mobilizable	no_good_hit	133.0	78.947	2.0	0.0008574490889603429	NZ_FQXU01000012.1	firmicutes	Clostridium intestinale DSM 6191, whole genome shotgun sequence	True	False
ISR0130_000000000471	34230	0.6545163303113659	59	13	10	12	7	False	31800	maximal	True	ISR0130_000000000471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	84.65700000000001	4.0	0.004094771095583018	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0105_000000010496	2485	0.6545156988150765	3	3	3	3	2	False	4792	maximal	True	SPA0105_000000010496	1.0		4	4	False	False	0.9774647951126099	0					non-mobilizable	no_good_hit	1319.0	100.0	53.0	0.005387574242653401	NZ_CABMLE010000002.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	False
DEN0071_000000036227	1226	0.6545130541718827	2	2	2	1	1	False	70879	fragment	False	DEN0071_000000036227	0.9820094317045192		0	0	False	False	0.9820554852485657	0					non-mobilizable	other	1226.0	100.0	100.0	0.056069205419260346	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	False	False
MON0058_000000044820	1205	0.6545130541718827	2	2	2	1	1	False	70879	fragment	False	DEN0071_000000036227	0.974724812727647		0	0	False	False	0.9983402490615845	0					non-mobilizable	chromosome	1205.0	99.66799999999999	100.0	0.0002741237431915881	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
SPA0061_000000003851	4983	0.6545013706400518	5	5	5	4	2	False	6207	maximal	True	SPA0061_000000003851	1.0		6	1	False	False	1.0	0					non-mobilizable	other	3682.0	92.613	100.0	0.0005086266540573391	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
FIJ0146_000000006845	2620	0.654499263843043	3	3	3	3	2	False	48206	fragment	False	FIJ0146_000000006845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	91.228	2.0	0.25925925925925924	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
MAD0098_000000040427	1138	0.6544926134619916	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.40250577799042475		0	0	False	False	0.9982425570487976	0					non-mobilizable	other	1139.0	97.366	100.0	0.007676882254046061	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0144_000000004366	4448	0.6544921576972964	7	6	4	5	3	False	126610	fragment	False	ENG0144_000000004366	0.9983508959999116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1823.0	99.12200000000001	65.0	0.000439719564141859	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MAD0070_000000006154	2959	0.6544915617349909	5	3	1	0	2	False	16376	fragment	False	MAD0070_000000006154	1.0		0	0	False	False	0.9996620416641235	0					non-mobilizable	no_good_hit	1099.0	93.72200000000001	37.0	0.0003409637452254187	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0210_000000023532	1160	0.6544908309582237	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.1244506737661247		0	0	False	False	0.9931034445762634	0					non-mobilizable	chromosome	1161.0	94.574	100.0	0.00032326219978947375	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0149_000000013926	2776	0.6544865831310596	3	2	1	2	1	False	106560	fragment	False	SPA0149_000000013926	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2729.0	99.634	98.0	0.0007628398559216982	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0140_000000027938	1267	0.6544820791329969	2	1	1	1	1	False	40345	fragment	False	FIJ0140_000000027938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	92.292	78.0	0.004886357429100642	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
FIJ0048_000000022334	1511	0.6544801495034672	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.12710177809546402		0	0	False	False	0.9993382096290588	0					non-mobilizable	other	1511.0	98.875	100.0	0.0004694473463003256	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0039_000000010720	2190	0.6544796857745202	3	3	3	3	2	False	49282	fragment	False	FIJ0039_000000010720	0.9623867538232179		0	0	False	False	0.9954338073730469	0					non-mobilizable	other	2165.0	86.09700000000001	99.0	0.01321497085741517	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
MAD0008_000000006567	1987	0.6544787817907605	2	1	1	1	1	False	127904	fragment	False	MAD0008_000000006567	1.0		0	0	False	False	0.9904378652572632	0					non-mobilizable	no_good_hit	1277.0	88.958	70.0	0.00028219492458629955	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0037_000000021004	3121	0.6544757799441379	4	3	3	3	2	False	12123	fragment	False	MON0037_000000021004	1.0		0	0	False	False	0.9996795654296875	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	0.00016545079570289654	NZ_CABJCG010000008.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0148_000000019099	1524	0.6544751091938289	2	2	2	2	1	True	30909	maximal	True	ISR0148_000000019099	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1509.0	84.69200000000001	98.0	0.010024207893645762	NZ_UWNY01000003.1	high GC Gram+	Varibaculum vaginae strain Marseille-P5644, whole genome shotgun sequence	False	True
ISR0391_000000004091	3145	0.6544718642614407	10	6	0	1	5	False	62412	fragment	False	ISR0391_000000004091	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3068.0	100.0	98.0	0.6286124205779873	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	False
CHI0136_000000009696	1426	0.6544686048583264	2	2	2	2	1	False	80594	fragment	False	ENG0101_000000020538	0.7111810769819027		0	0	False	False	0.9691444635391235	0					non-mobilizable	other	1426.0	99.229	100.0	0.02356735301414041	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0381_000000007592	2189	0.6544626251684099	2	2	2	2	1	False	23158	maximal	True	ISR0381_000000007592	1.0		1	1	False	False	0.9954317212104797	0					non-mobilizable	no_good_hit	238.0	72.689	11.0	7.632370027781171e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
ENG0036_000000021120	1219	0.6544624049820772	2	1	1	1	1	False	73011	fragment	False	ENG0036_000000021120	0.9712977487129378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	7.0	0.08942202835332606	GQ879184.1		Uncultured organism clone VC1C570TR genomic sequence	True	False
MON0099_000000033695	1110	0.6544624049820772	1	1	1	1	1	False	73011	fragment	False	ENG0036_000000021120	0.5379860317042405		0	0	False	False	0.9648648500442505	0					non-mobilizable	no_good_hit	99.0	98.99	9.0	3.3300293552281634e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ITA0008_000000000327	3311	0.6544590050084409	4	1	0	1	1	True	132096	backbone	False	ISR0100_000000003479	0.8201098987938324	PS1138|PS888	0	0	True	True	0.9963757395744324	23					non-mobilizable	no_good_hit	584.0	93.836	18.0	0.9982876712328768	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0111_000000012109	2849	0.6544590050084409	4	1	0	1	1	True	132096	backbone	False	ISR0100_000000003479	0.6139846544005431	PS1138|PS888	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ENG0007_000000009153	2845	0.6544590050084409	4	1	0	1	1	True	132096	backbone	False	ISR0100_000000003479	0.6144181902763886	PS1138|PS888	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0128_000000013029	2844	0.6544590050084409	4	1	0	1	1	True	132096	backbone	False	ISR0100_000000003479	0.6140899584527286	PS1138|PS888	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
SPA0045_000000009464	2843	0.6544590050084409	4	1	0	1	1	True	132096	backbone	False	ISR0100_000000003479	0.6139252835459009	PS1138|PS888	0	0	True	True	1.0	747					non-mobilizable	no_good_hit	583.0	95.369	20.0	0.9948630136986302	NZ_JAAIQH010000062.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_97_length_584_cov_4592.06, whole genome shotgun sequence	True	True
ISR0843_000000011971	1337	0.6544590050084409	1	1	0	1	1	True	123276	fragment	False	FIJ0150_000000013934	0.1674616723048813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	87.37899999999999	8.0	0.19348659003831417	NZ_JAAIQH010000064.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_111_length_522_cov_3899.47, whole genome shotgun sequence	True	True
FIJ0125_000000016646	1113	0.6544590050084409	1	1	0	1	1	True	80167	fragment	False	CHI0140_000000026776	0.6375779162956366		0	0	False	False	0.9892183542251587	0					non-mobilizable	no_good_hit								True	True
ISR0230_000000032803	1104	0.6544590050084409	2	1	0	1	1	True	27499	fragment	False	ISR0230_000000032803	1.0		0	0	False	False	0.989130437374115	0					non-mobilizable	no_good_hit								True	True
ISR0029_000000024831	1745	0.6544568352024441	3	1	1	1	1	False	108177	maximal	True	ISR0029_000000024831	1.0		1	1	False	False	0.9891117215156555	0					non-mobilizable	no_good_hit								True	False
AST0102_000000021618	1452	0.6544568352024441	2	1	1	1	1	False	108176	fragment	False	AST0102_000000021618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0070_000000018669	1818	0.6544551620324373	2	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.03319766478263536		0	0	False	False	0.9994499683380127	0					non-mobilizable	other	1830.0	81.202	100.0	0.00973279065652097	NZ_PDYG01000134.1	firmicutes	Agathobacter ruminis strain JK623 contig000135, whole genome shotgun sequence	False	False
ISR0391_000000004081	3153	0.654450476350539	4	4	4	4	4	False	90741	maximal	True	ISR0391_000000004081	1.0		59	5	False	False	1.0	0					non-mobilizable	no_good_hit	1380.0	79.348	43.0	0.006783790207574077	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
ENG0105_000000002165	8121	0.6544396798434577	12	9	9	9	7	False	60189	maximal	True	ENG0105_000000002165	1.0		1	1	False	False	0.999876856803894	0					non-mobilizable	no_good_hit	5768.0	99.931	71.0	0.010697042036945324	NZ_CZAI01000003.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MON0068_000000016158	2621	0.6544369945003825	3	3	3	3	3	True	115512	maximal	True	MON0068_000000016158	1.0		55	8	False	False	1.0	0					non-mobilizable	chromosome	2622.0	99.809	100.0	0.0011954962495353254	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	True
ETH0001_000000001680	10636	0.6544364963100116	14	9	4	9	8	True	53606	maximal	True	ETH0001_000000001680	1.0		3	3	False	False	0.9997179508209229	0					non-mobilizable	no_good_hit	8022.0	81.638	76.0	0.002476653627499597	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CAN0019_000000004858	1342	0.6544364464899439	4	3	1	2	1	False	91952	fragment	False	CAN0019_000000004858	1.0		0	0	False	False	0.9992548227310181	0					non-mobilizable	other	1308.0	99.083	97.0	0.06776233927830776	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
ISR0224_000000021961	1425	0.6544284124120131	1	1	1	1	1	False	27729	fragment	False	ISR0224_000000021961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	91.897	81.0	0.00582144871484973	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
FIJ0107_000000020079	1261	0.654428099362745	2	2	2	2	2	False	42257	fragment	False	MAD0093_000000023251	0.9421695402298851		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	98.098	100.0	0.00043953638496834364	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0816_000000011422	3691	0.6544239420964194	5	5	3	4	3	False	77976	fragment	False	ISR0816_000000011422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	90.53399999999999	56.0	0.00019001654605616428	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MAD0033_000000007091	2731	0.6544227084738553	5	4	3	2	3	False	18891	maximal	True	MAD0033_000000007091	1.0		21	4	False	False	0.9945074915885925	0					non-mobilizable	no_good_hit								True	False
FIJ0111_000000007039	3131	0.6544214102801549	4	3	3	3	3	False	84647	maximal	True	FIJ0111_000000007039	1.0	PS421	22	5	False	True	1.0	0					non-mobilizable	no_good_hit	1337.0	77.487	48.0	0.0005244462760952562	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
USA0080_01_000000037102	1118	0.6544202440693665	2	2	2	2	2	False	46915	fragment	False	USA0080_01_000000037102	0.973078304975003		0	0	False	False	0.9937388300895691	0					non-mobilizable	no_good_hit	232.0	79.31	21.0	0.0020167803106365518	NZ_FWFQ01000011.1	a-proteobacteria	Pseudoruegeria aquimaris strain CECT 7680, whole genome shotgun sequence	True	False
SPA0089_000000033099	1121	0.6544129791528535	1	1	1	1	1	False	85539	fragment	False	CHI0062_000000011014	0.7417238424850905		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	96.432	100.0	0.00044399041139279397	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0026_000000043070	1240	0.6544104002416864	3	3	3	2	2	False	12694	maximal	False	MON0044_000000045619	0.9900635930047694		0	0	False	False	0.9951612949371338	0					non-mobilizable	other	1239.0	83.535	99.0	0.0005855637121882944	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0113_000000003470	6756	0.6544102611472785	10	7	7	6	3	True	41968	maximal	True	FIJ0113_000000003470	1.0		4	4	False	False	0.9995559453964233	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.4571552239798913e-07	CP039354.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu05	True	True
ISR0047_000000021365	1401	0.6544058469042329	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.5492179507776273		0	0	False	False	0.9735903143882751	0					non-mobilizable	other	1315.0	94.221	94.0	0.8503886010362695	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ENG0061_000000005131	4075	0.6544011007073218	5	5	5	5	5	False	129521	maximal	True	ENG0061_000000005131	1.0	PS1061	19	5	False	True	0.9869938492774963	0					non-mobilizable	no_good_hit	3013.0	99.369	78.0	0.04056456391747024	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0113_01_000000001353	12510	0.6543980332933901	8	8	7	8	6	False	100727	maximal	True	USA0113_01_000000001353	1.0		30	9	False	False	1.0	0					non-mobilizable	no_good_hit	3565.0	91.304	28.0	0.0006704202658145634	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	False
ISR0353_000000024205	1520	0.6543955885368705	2	2	2	2	1	True	92768	maximal	False	ENG0104_000000019813	0.9697442295695571		0	0	False	False	0.995394766330719	0					non-mobilizable	other	1520.0	99.868	100.0	0.059095860566448805	NZ_AGDG01000017.1	CFB group bacteria	Bacteroides faecis MAJ27 contig017, whole genome shotgun sequence	False	True
ISR0266_000000017506	1226	0.6543955885368705	2	2	2	2	1	True	92766	fragment	False	ISR0266_000000017506	1.0		0	0	False	False	0.9918434023857117	0					non-mobilizable	other	1227.0	93.88799999999999	100.0	0.04769685652038593	NZ_AGDG01000017.1	CFB group bacteria	Bacteroides faecis MAJ27 contig017, whole genome shotgun sequence	False	True
ENG0197_000000001429	8181	0.6543924654297186	6	5	4	4	3	True	84392	fragment	False	ENG0197_000000001429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1581.0	78.495	19.0	0.018279231011660887	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	True
MON0079_000000011748	1943	0.6543920364045026	3	3	3	3	2	False	10095	maximal	True	MON0079_000000011748	1.0		1	1	False	False	0.9773545861244202	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.0004401706507753775	NZ_FNCP01000021.1	firmicutes	Desulfosporosinus hippei DSM 8344, whole genome shotgun sequence	True	False
MON0101_000000041859	1567	0.6543880033310474	3	3	2	3	0	False	9027	maximal	True	MON0101_000000041859	1.0		3	2	False	False	0.9987236857414246	0					non-mobilizable	no_good_hit								True	False
MON0069_000000002079	13506	0.6543872149164784	19	10	8	8	4	False	10522	maximal	True	MON0069_000000002079	1.0		3	2	False	False	0.9989634156227112	0					non-mobilizable	no_good_hit	1198.0	77.12899999999999	9.0	0.0012374173317654515	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CHI0114_000000006742	1184	0.6543846815654184	1	1	1	1	1	False	82269	maximal	True	CHI0114_000000006742	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1112.0	89.65799999999999	94.0	0.0004076823350987336	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	False	False
ISR0339_000000002663	5055	0.6543844793029642	5	4	2	2	4	False	104359	maximal	True	ISR0339_000000002663	1.0		49	8	False	False	0.997032642364502	0					non-mobilizable	no_good_hit	61.0	88.525	1.0	3.184569698288559e-05	NZ_GG700527.1	firmicutes	Anaerococcus vaginalis ATCC 51170 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0344_000000021467	1615	0.6543841483325121	3	2	2	2	2	False	24252	fragment	False	ISR0344_000000021467	1.0		0	0	False	False	0.9863777160644531	0					non-mobilizable	chromosome	1615.0	99.62799999999999	100.0	0.0002789607106135217	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0188_000000005931	3727	0.6543840703958472	6	2	0	2	1	True	29268	maximal	True	ISR0188_000000005931	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	77.098	22.0	0.0002829166685242003	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
ENG0183_000000018328	1627	0.6543793901754488	2	1	1	1	1	False	55157	fragment	False	ENG0183_000000018328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	76.52600000000001	56.0	0.002377720724109172	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
SPA0067_000000009124	2373	0.6543744140052585	4	3	2	1	2	True	56034	maximal	True	SPA0067_000000009124	1.0		12	5	False	False	0.9865149855613708	0					non-mobilizable	no_good_hit	689.0	70.682	29.0	0.0001657402619627815	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0243_000000009339	1362	0.65436756651944	1	1	1	1	1	False	27218	fragment	False	ISR0243_000000009339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	81.197	9.0	0.00019118742352503058	NZ_PNHP01000001.1	firmicutes	Anaerococcus hydrogenalis strain UMB0204 ERR1203615.17957_1_27.1, whole genome shotgun sequence	True	False
USA0036_01_000000011608	3127	0.6543673394414504	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.04391889401873389		0	0	False	False	0.99968022108078	0					non-mobilizable	other	1050.0	87.04799999999999	91.0	0.0004393034022958633	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0770_000000009581	1286	0.6543662768397474	3	2	2	1	1	False	22528	maximal	True	ISR0770_000000009581	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	100.0	17.0	0.000311792593858113	NZ_CZBZ01000003.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
ISR0035_000000000594	18308	0.6543590927279554	13	4	2	4	2	True	36825	fragment	False	ISR0035_000000000594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	86.538	0.0	1.617370688042176e-05	CP006905.1	firmicutes	Clostridium baratii str. Sullivan, complete genome	True	True
ISR0252_000000001174	6274	0.6543567222352626	3	3	2	3	3	False	79808	maximal	True	ISR0252_000000001174	1.0		4	4	False	False	0.9996812343597412	0				MOBF,MOBP,MOB_unknown	mobilizable	plasmid	5565.0	99.98200000000001	100.0	0.8229551841443573	CP025235.1	enterobacteria	Salmonella enterica subsp. enterica serovar Newport str. USDA-ARS-USMARC-1926 plasmid pSNE1-1926, complete sequence	False	True
CHI0054_000000006760	2527	0.6543512806017381	4	3	2	3	2	False	112817	maximal	True	CHI0054_000000006760	1.0	PS721	1	1	False	True	0.9996042847633362	0					non-mobilizable	no_good_hit	1620.0	74.321	63.0	0.19451553930530163	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0093_000000013035	3028	0.654348587813071	2	1	1	1	1	True	75319	maximal	False	USA0024_01_000000007644	0.9821656050955414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	82.366	66.0	0.0004058949271312588	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
CHI0178_000000004529	2310	0.6543340531885543	5	3	3	2	1	False	77640	maximal	True	CHI0178_000000004529	1.0		256	12	False	False	1.0	0					non-mobilizable	other	2311.0	99.95700000000001	100.0	0.0035751928050405577	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	False
FIJ0086_000000013637	2313	0.6543323310313736	3	3	3	3	1	False	43844	fragment	False	FIJ0086_000000013637	0.9742424242424242		0	0	False	False	0.9969736337661743	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.01883116883116883	XM_019905106.1	beetles	PREDICTED: Dendroctonus ponderosae heat shock protein 70 A1-like (LOC109538062), transcript variant X2, mRNA	True	False
FIJ0096_000000015520	2310	0.6543323310313736	3	3	3	3	1	False	43844	fragment	False	FIJ0086_000000013637	0.9736273238218763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.01883116883116883	XM_019905106.1	beetles	PREDICTED: Dendroctonus ponderosae heat shock protein 70 A1-like (LOC109538062), transcript variant X2, mRNA	True	False
ISR0131_000000001453	12238	0.6543226113593376	14	10	5	8	8	False	117811	maximal	True	ISR0131_000000001453	1.0	PS794	4	4	False	True	0.9999182820320129	0					non-mobilizable	no_good_hit	4763.0	99.664	64.0	0.001274958565855051	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0039_000000014597	1781	0.6543201819194215	2	2	2	2	2	False	64934	maximal	True	ENG0039_000000014597	0.9695118403444463		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	82.537	30.0	0.0030999176044205516	NZ_SLUK01000007.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_107, whole genome shotgun sequence	True	False
ENG0051_000000006972	3838	0.6543201177498486	3	3	3	3	2	False	118958	fragment	False	ISR0018_000000004470	0.7229795429373804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000002488	10451	0.6543158774216526	8	5	5	5	4	False	50787	maximal	True	FIJ0097_000000002488	1.0		3	1	False	False	0.9994258880615234	0					non-mobilizable	no_good_hit	59.0	96.61	1.0	1.5682376712860277e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0133_01_000000003035	9545	0.6543066475915662	7	6	2	3	3	False	66	maximal	True	USA0133_01_000000003035	1.0		55	9	False	False	0.9998952150344849	0					non-mobilizable	no_good_hit	7389.0	98.25399999999999	77.0	0.027486984060824164	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	False
ENG0037_000000019347	1818	0.6543024963098407	3	3	3	3	2	True	69189	fragment	False	ENG0037_000000019347	1.0		0	0	False	False	0.9961495995521545	0					non-mobilizable	no_good_hit								True	True
ISR0042_000000004499	5223	0.6543018173748126	6	5	5	4	4	False	80228	maximal	True	ISR0042_000000004499	1.0		3	3	False	False	0.9915757179260254	0					non-mobilizable	no_good_hit	3351.0	99.851	64.0	0.0018867892647886262	CP015434.1	g-proteobacteria	[Haemophilus] ducreyi strain GHA9, complete genome	True	False
ISR0107_000000011535	2236	0.6542983534024261	3	3	2	3	1	False	32849	fragment	False	ISR0107_000000011535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0062_000000013464	1838	0.6542911166649336	2	2	2	1	2	False	84945	maximal	True	ENG0062_000000013464	1.0		47	4	False	False	0.9880304932594299	0					non-mobilizable	no_good_hit	1238.0	82.31	66.0	0.016615967011424322	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
FIJ0004_000000008305	3202	0.654285650136026	5	4	2	3	3	True	120000	maximal	True	FIJ0004_000000008305	1.0	PS730	116	13	False	True	1.0	0					non-mobilizable	chromosome	3206.0	94.448	100.0	0.0010740719173782548	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0123_000000012367	2604	0.6542841072577286	3	3	3	3	3	False	41352	fragment	False	FIJ0123_000000012367	1.0		0	0	False	False	0.9976958632469177	0					non-mobilizable	chromosome	2604.0	100.0	100.0	0.0004996594714167141	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
ISR0377_000000012425	1321	0.6542816104751044	3	2	1	1	2	False	23300	fragment	False	ISR0377_000000012425	1.0		0	0	False	False	0.9901589751243591	0					non-mobilizable	other	1321.0	99.697	100.0	0.004782294993999471	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0088_000000007154	3118	0.6542717462753539	5	5	3	4	5	False	50901	fragment	False	MAD0088_000000007154	0.9791092039064813		0	0	False	False	1.0	0					non-mobilizable	chromosome	3021.0	99.868	100.0	0.0006099308455560176	CP057402.1	enterobacteria	Escherichia coli strain RHB27-C21 chromosome, complete genome	False	False
ENG0073_000000006960	3713	0.6542705258829302	5	4	1	2	3	False	124494	maximal	True	ENG0073_000000006960	1.0		5	3	False	False	0.9991919994354248	0					non-mobilizable	no_good_hit	700.0	89.714	19.0	0.007967672709008722	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ISR0371_000000016644	1286	0.6542677092441167	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.6868363139834076		0	0	False	False	0.9790046811103821	0					non-mobilizable	no_good_hit	420.0	74.762	32.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0113_000000008025	3128	0.6542633536458569	4	4	4	4	4	False	41959	fragment	False	FIJ0113_000000008025	1.0		0	0	False	False	0.9984015226364136	0					non-mobilizable	no_good_hit	222.0	72.072	7.0	0.0005188952336109583	NZ_QNRR01000008.1	verrucomicrobia	Roseimicrobium gellanilyticum strain DSM 25532 Ga0244561_108, whole genome shotgun sequence	True	False
ISR0010_000000019172	1164	0.6542585377847565	3	2	2	1	1	True	38285	maximal	True	ISR0010_000000019172	1.0		27	12	False	False	0.975944995880127	0					non-mobilizable	other	1162.0	96.041	99.0	0.0037971578551454594	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
CHI0074_000000003013	5359	0.6542578221001665	6	6	3	5	6	True	114151	fragment	False	CHI0074_000000003013	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5359.0	99.179	100.0	0.0579274555381372	CP038332.1	enterobacteria	Escherichia coli O157:H7 strain NE 1092-2 plasmid pNE1092-1, complete sequence	False	True
ENG0003_000000003683	5980	0.6542543488537184	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.13614975693202339		0	0	False	False	0.9938126802444458	0					non-mobilizable	other	5980.0	99.615	100.0	0.1014008547588359	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
CHI0155_000000007641	1660	0.6542524302085595	4	2	0	2	0	False	79038	maximal	True	CHI0155_000000007641	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	97.306	18.0	4.554242723289443e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MAD0054_000000009262	1812	0.6542512527859085	2	1	1	1	1	True	17153	fragment	False	MAD0054_000000009262	1.0		0	0	False	False	0.993929386138916	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	7.259491785509554e-06	NZ_CP012898.1	CFB group bacteria	Algibacter alginicilyticus strain HZ22 chromosome, complete genome	True	True
FIJ0141_000000015158	1940	0.6542462423107018	3	2	1	2	2	False	40276	maximal	True	FIJ0141_000000015158	1.0		2	2	False	False	0.9876288771629333	0					non-mobilizable	other	1840.0	95.978	95.0	0.016139512829068683	NZ_QJKD01000018.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_118, whole genome shotgun sequence	False	False
ISR0389_000000006735	3079	0.654244128330984	5	5	4	4	4	False	25995	fragment	False	ISR0389_000000006735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	94.45100000000001	48.0	0.0002252771164529094	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0012_000000014453	1616	0.6542431175817874	3	2	2	2	2	False	127473	maximal	True	AST0012_000000014453	1.0	PS1007	1	1	False	True	0.9740098714828491	0					non-mobilizable	no_good_hit	1268.0	99.685	80.0	0.0005634609577591064	CP051518.1	firmicutes	Lactococcus lactis subsp. cremoris strain F chromosome, complete genome	True	True
ISR0150_000000009590	2416	0.6542429184758397	3	3	3	3	3	False	64145	maximal	False	SPA0035_000000007792	0.9758246551559279		0	0	False	False	1.0	0					non-mobilizable	other	2416.0	98.675	100.0	0.1153515475735575	NZ_WHZW01000030.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence30, whole genome shotgun sequence	False	False
MAD0098_000000025644	1755	0.6542423404967878	2	1	1	1	1	True	15302	fragment	False	MAD0098_000000025644	1.0		0	0	False	False	0.9737891554832458	0					non-mobilizable	no_good_hit								True	True
ISR0382_000000007136	1987	0.6542402009085126	3	2	2	2	1	False	77799	fragment	False	ISR0382_000000007136	1.0		0	0	False	False	0.9849018454551697	0					non-mobilizable	no_good_hit	987.0	75.887	52.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
DEN0018_000000019584	1982	0.6542402009085126	2	2	2	2	1	False	77815	fragment	False	DEN0018_000000019584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	82.301	8.0	0.00048239474534295254	NZ_CAKE01000001.1	firmicutes	Lactobacillus hominis DSM 23910 = CRBIP 24.179 strain type strain:CRBIP 24.179, whole genome shotgun sequence	True	False
CAN0016_000000007545	5926	0.6542379920947251	14	7	5	5	3	False	93020	maximal	True	CAN0016_000000007545	1.0		11	4	False	False	0.9996625185012817	0					non-mobilizable	no_good_hit	675.0	86.37	11.0	0.00010354747813424985	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MON0105_000000036621	1489	0.6542366672012965	3	1	1	1	1	False	45675	fragment	False	MON0105_000000036621	1.0		0	0	False	False	0.9986568093299866	0					non-mobilizable	no_good_hit	1311.0	98.85600000000001	88.0	0.022910509102992357	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0004_000000020202	2089	0.6542282329474438	2	2	2	2	2	False	68686	fragment	False	MON0004_000000020202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0005_000000010216	1862	0.6542266456470276	2	2	1	1	2	False	90771	maximal	True	CHI0005_000000010216	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	75.312	64.0	0.03778152973782294	MH106260.1	bacteria	Uncultured bacterium clone B2PC_23_M21_0 genomic sequence	True	False
SPA0107_000000000638	29150	0.6542214515954711	37	13	7	11	9	True	122321	fragment	False	FIJ0061_000000000476	0.9435328343085019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	89.052	3.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0785_000000014971	2386	0.6542209370964105	3	3	3	3	3	False	114363	fragment	False	ISR0785_000000014971	1.0		0	0	False	False	0.9995808601379395	0					non-mobilizable	no_good_hit	1393.0	80.33	60.0	0.0015086597726413672	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MON0004_000000009532	3736	0.6542195874678564	5	5	1	3	5	True	65315	fragment	False	MAD0047_000000009820	0.9447520765164863		0	0	False	False	1.0	0					non-mobilizable	plasmid	3736.0	98.715	100.0	0.057338041142155356	AP014877.1	enterobacteria	Escherichia coli plasmid pV085-c DNA, complete sequence, strain: V085	False	True
ENG0067_000000010546	2695	0.6542063226138449	3	2	2	2	1	False	93983	fragment	False	SPA0132_000000016592	0.9256521126417576		0	0	False	False	0.9959183931350708	0					non-mobilizable	other	1358.0	93.741	95.0	0.0003607160655758777	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0037_000000055261	1375	0.6542033872954927	1	1	1	1	1	False	12063	maximal	True	MON0037_000000055261	1.0		9	4	False	False	0.9730908870697021	0					non-mobilizable	no_good_hit	574.0	79.268	42.0	0.00023615617024052424	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
FIJ0101_000000000666	26507	0.6541933825013252	19	13	10	11	11	True	42714	maximal	True	FIJ0101_000000000666	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1202.0	78.702	6.0	0.0003445248656136795	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
MAD0005_000000002706	7034	0.654183492096755	4	4	4	4	3	False	20004	maximal	True	MAD0005_000000002706	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.0001022279683694639	NZ_APLF01000005.1	CFB group bacteria	Psychroflexus gondwanensis ACAM 44 pgond_contig006, whole genome shotgun sequence	True	False
DEN0011_000000013427	3146	0.6541757726236179	6	3	2	3	2	False	118640	fragment	False	ENG0009_000000003397	0.8058504846275927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2205.0	90.975	79.0	0.00048687416568381166	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0056_01_000000006813	3027	0.6541757726236179	6	3	2	3	2	False	118640	fragment	False	ENG0009_000000003397	0.8014100878915449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2234.0	91.09200000000001	78.0	0.0004933154753575482	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0043_01_000000003678	3012	0.6541757726236179	6	3	2	3	2	False	118640	fragment	False	ENG0009_000000003397	0.7598538426810251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2219.0	91.03200000000001	78.0	0.0004899837634573396	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0155_000000003965	3012	0.6541757726236179	6	3	2	3	2	False	118640	fragment	False	ENG0009_000000003397	0.7598538426810251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2219.0	91.03200000000001	78.0	0.0004899837634573396	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0108_01_000000003881	3001	0.6541757726236179	6	3	2	3	2	False	118640	fragment	False	ENG0009_000000003397	0.7571478772109418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2219.0	90.98700000000001	78.0	0.0004899837634573396	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0141_000000011558	2978	0.6541757726236179	6	3	2	3	2	False	118640	fragment	False	ENG0009_000000003397	0.7565568741801535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	89.516	78.0	0.0004463658579501787	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
SPA0135_000000008249	2880	0.6541757726236179	6	3	2	3	2	False	118640	fragment	False	ENG0009_000000003397	0.7051531000713364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2087.0	90.656	77.0	0.00046066469873550425	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0045_000000007719	2686	0.6541757726236179	5	3	2	3	2	False	118639	fragment	False	CHI0045_000000007719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	89.516	83.0	0.0004463658579501787	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ENG0101_000000016545	2001	0.6541757726236179	3	3	2	3	2	False	118617	fragment	False	ENG0101_000000016545	0.9613151593426338		0	0	False	False	1.0	0					non-mobilizable	chromosome	1997.0	92.73899999999999	99.0	0.0004422292262210169	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0072_000000011100	1870	0.6541757726236179	3	3	2	3	2	False	118617	fragment	False	ENG0101_000000016545	0.9217883573183469		0	0	False	False	1.0	0					non-mobilizable	chromosome	1870.0	92.995	100.0	0.00041402073213258435	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0153_000000011965	2503	0.6541726763532827	4	3	2	3	3	False	56952	maximal	True	ENG0153_000000011965	1.0		34	11	False	False	0.9996004700660706	0					non-mobilizable	no_good_hit	435.0	79.08	56.0	9.773162849464267e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0025_000000005759	2080	0.6541722677532846	3	2	2	2	1	True	30475	maximal	True	MAD0025_000000005759	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	80.889	11.0	8.106617653741277e-05	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	True
ISR0338_000000019505	1491	0.6541711760021351	2	1	1	1	1	True	114492	fragment	False	FIJ0033_000000013131	0.11811798588663472		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	92.11	100.0	0.0003504581095675365	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0398_000000001938	10412	0.6541683519546251	10	4	3	3	4	False	84552	maximal	True	ISR0398_000000001938	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2319.0	100.0	22.0	0.07582101269135157	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
ISR0336_000000006900	2054	0.6541524400745088	4	3	3	2	2	False	24468	maximal	True	ISR0336_000000006900	1.0		6	2	False	False	0.9853943586349487	0					non-mobilizable	other	2054.0	99.757	100.0	0.009572300476050599	NZ_KB894649.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00007.7, whole genome shotgun sequence	False	False
CAN0021_000000003095	11068	0.6541500358749041	13	11	4	5	11	True	123787	fragment	False	CAN0021_000000003095	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11068.0	100.0	100.0	0.030051239440520704	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0020_01_000000007119	4855	0.6541426747698571	8	3	2	3	2	False	126733	fragment	False	USA0101_01_000000005933	0.9634146341463414		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1696.0	87.205	69.0	0.32116371933827725	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0069_01_000000019954	3102	0.6541413928779473	4	3	2	3	2	False	788	maximal	True	USA0069_01_000000019954	1.0		7	3	False	False	0.9977433681488037	0					non-mobilizable	no_good_hit	87.0	78.161	3.0	3.0487192509763076e-05	CP054041.1	firmicutes	Listeria monocytogenes strain F6212 chromosome	True	False
ISR0852_000000008525	1451	0.6541358214328017	2	2	2	2	1	False	20535	maximal	True	ISR0852_000000008525	1.0		44	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0064_000000008731	2344	0.6541353921232569	4	3	3	3	2	True	72247	maximal	True	MAD0064_000000008731	1.0		11	5	False	False	0.9965870380401611	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	3.0760260819047875e-05	NZ_JH806632.1	high GC Gram+	Actinomyces timonensis DSM 23838 strain 7400942 scaffold00001, whole genome shotgun sequence	True	True
ISR0196_000000005882	3119	0.6541352078173615	4	3	3	3	2	False	92933	maximal	True	ISR0196_000000005882	1.0		15	8	False	False	0.9974350929260254	0					non-mobilizable	no_good_hit	385.0	76.104	12.0	0.0007506165076682747	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
FIJ0089_000000021227	1190	0.6541301968023174	2	1	1	1	1	False	43550	fragment	False	FIJ0089_000000021227	1.0		0	0	False	False	0.9865546226501465	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000027800	1128	0.6541248118906863	1	1	1	1	1	False	15138	fragment	False	MAD0100_000000027800	1.0		0	0	False	False	0.9884752035140991	0					non-mobilizable	other	1128.0	99.291	100.0	0.3145408875244209	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
SPA0096_000000020541	1973	0.6541244495688386	3	3	3	3	3	False	113809	fragment	False	ISR0098_000000007100	0.5854909761138539		0	0	False	False	0.9934110641479492	0					non-mobilizable	other	1988.0	87.626	100.0	0.007698184624572915	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0116_000000021041	1929	0.6541223702302335	3	2	2	2	2	False	23701	fragment	False	SPA0116_000000021041	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	97.53299999999999	100.0	0.021537368444424707	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0117_000000004015	5398	0.6541216183807158	4	4	4	4	3	False	122471	maximal	True	FIJ0117_000000004015	1.0	PS871	12	3	False	True	0.9981474876403809	0					non-mobilizable	no_good_hit	2321.0	92.546	43.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0029_000000013685	2411	0.6541172615659105	5	4	3	4	1	True	48874	maximal	True	FIJ0029_000000013685	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	74.561	9.0	0.0005984440454817474	NZ_JAAIWM010000005.1	firmicutes	Bacillus mesophilus strain SA4 NODE_5_length_367620_cov_2.602434, whole genome shotgun sequence	True	True
ENG0161_000000006903	3145	0.6541172521110451	5	2	1	2	1	True	56420	fragment	False	ENG0161_000000006903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	88.41799999999999	26.0	0.09258770772883144	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
ENG0002_000000018085	1334	0.654110184030385	2	1	1	1	1	False	67965	fragment	False	ENG0002_000000018085	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	99.55	99.0	0.00032657696587932685	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0014_000000019372	2465	0.6541090136254055	3	3	3	3	3	False	93644	maximal	True	CAN0014_000000019372	1.0		61	10	False	False	0.9995943307876587	0					non-mobilizable	other	1229.0	88.69	94.0	0.00034101449033884846	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0153_000000008583	3433	0.6541077339935097	4	3	3	3	3	False	125536	maximal	False	ENG0103_000000005027	0.712084674938321		0	0	False	False	0.9988348484039307	0					non-mobilizable	other	3433.0	99.38799999999999	100.0	0.04267966622312313	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0392_000000006669	4437	0.654106004103401	8	6	1	3	3	False	125165	backbone	False	ENG0054_000000005619	0.873715344631607	PS922|PS923	0	0	True	True	0.9948163032531738	26	rep_cluster_233				non-mobilizable	other	2792.0	96.56200000000001	95.0	0.6343572241183163	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0151_000000012869	1613	0.6541054197094232	3	3	2	3	2	False	30759	maximal	True	ISR0151_000000012869	1.0		0	0	False	False	0.9900805950164795	0					non-mobilizable	no_good_hit	1377.0	85.476	84.0	0.018523268843915808	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
ISR0379_000000014081	1769	0.6541024096914985	3	3	3	2	2	False	80903	maximal	False	ISR0031_000000010743	0.4202455848391327		0	0	False	False	0.9785189628601074	0					non-mobilizable	no_good_hit	1034.0	69.82600000000001	57.0	0.0003232852745974808	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0066_000000006940	3198	0.6541020170864278	4	3	3	3	2	False	75674	fragment	False	MAD0066_000000006940	1.0		0	0	False	False	0.9843652248382568	0					non-mobilizable	no_good_hit	845.0	72.899	26.0	0.00028617500544075234	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0063_000000004379	4584	0.6540958651853775	5	3	1	3	1	True	74377	fragment	False	ISR0063_000000004379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2680.0	77.91	57.0	0.0651743264659271	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
MON0102_000000005268	7779	0.6540896181006265	6	6	5	6	6	False	104500	fragment	False	ENG0168_000000003428	0.9840182312019005		0	0	False	False	1.0	0					non-mobilizable	other	7676.0	99.29700000000001	99.0	0.05427562937236067	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0227_000000020578	1277	0.6540865169405733	1	1	1	1	1	False	27629	maximal	True	ISR0227_000000020578	1.0		1	1	False	False	0.9921691417694092	0					non-mobilizable	no_good_hit	203.0	77.833	16.0	0.0003726653750135471	NZ_MCIB01000001.1	firmicutes	Thermohalobacter berrensis strain CTT3 contig_1, whole genome shotgun sequence	True	False
ISR0054_000000004624	4822	0.6540822615254631	7	3	2	3	2	True	35718	fragment	False	ISR0054_000000004624	1.0		0	0	False	False	0.9970966577529907	0					non-mobilizable	no_good_hit	241.0	83.402	5.0	6.378002216757746e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0292_000000003611	4452	0.6540786696063651	6	3	2	2	1	False	66013	fragment	False	ISR0292_000000003611	0.9654236488081189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	False
USA0086_01_000000002530	8266	0.6540610479578514	4	3	2	3	2	False	96094	maximal	True	USA0086_01_000000002530	1.0		37	8	False	False	0.9987902045249939	0					non-mobilizable	no_good_hit	420.0	74.524	5.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0027_000000006770	5035	0.6540610479578514	4	3	2	3	2	False	96089	fragment	False	SPA0027_000000006770	1.0		0	0	False	False	0.9998013973236084	0					non-mobilizable	no_good_hit	420.0	74.524	8.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0057_000000005613	3902	0.6540610479578514	3	3	2	3	2	False	96088	fragment	False	ENG0057_000000005613	0.9808720112517582		0	0	False	False	0.996924638748169	0					non-mobilizable	no_good_hit	420.0	74.524	11.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0088_000000012087	2584	0.6540561238673166	4	3	3	3	3	False	102732	fragment	False	MON0088_000000012087	0.9490090555986838		0	0	False	False	0.9945820569992065	0					non-mobilizable	other	2502.0	94.165	97.0	0.0006129447557795173	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0052_000000005286	5875	0.6540560269202739	13	6	2	4	4	False	72822	maximal	True	SPA0052_000000005286	1.0		2	1	False	False	0.9998297691345215	0					non-mobilizable	no_good_hit	946.0	82.77	51.0	0.10207388204795852	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0115_000000003825	6444	0.6540540376430886	8	5	2	5	1	False	79010	maximal	True	SPA0115_000000003825	1.0		11	2	False	False	0.9982929825782776	0					non-mobilizable	no_good_hit	312.0	91.98700000000001	9.0	9.675157369078944e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0073_000000021543	2403	0.654047285862866	4	3	3	3	1	False	90556	fragment	False	DEN0073_000000021543	0.983567046450482		0	0	False	False	1.0	0					non-mobilizable	other	2404.0	95.42399999999999	99.0	0.03664833486098381	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0063_000000006777	4508	0.6540456694443164	3	3	3	3	2	False	108838	fragment	False	ENG0063_000000006777	1.0		0	0	False	False	0.997338056564331	0					non-mobilizable	no_good_hit	1601.0	99.75	36.0	0.0993418601763318	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ENG0119_000000004020	7494	0.6540435391892027	12	6	4	4	3	True	108892	fragment	False	ENG0119_000000004020	1.0		0	0	False	False	0.9986655712127686	0					non-mobilizable	no_good_hit	4961.0	99.71799999999999	74.0	0.001341113594754948	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0084_000000005989	4352	0.6540426381905762	7	2	1	2	1	False	79704	maximal	True	ENG0084_000000005989	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3805.0	94.98	87.0	0.03791114481877694	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
DEN0073_000000012737	3783	0.6540426381905762	5	2	1	2	1	False	93894	fragment	False	DEN0073_000000012737	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2292.0	97.818	96.0	0.06017387650040711	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0369_000000002882	3702	0.6540426381905762	5	2	1	2	1	False	93893	fragment	False	ISR0369_000000002882	0.9884616445196133		0	0	False	False	0.9991896152496338	0					non-mobilizable	other	3702.0	99.865	100.0	0.09720799516717885	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
USA0017_01_000000007746	3533	0.6540426381905762	5	2	1	2	1	False	93893	fragment	False	ISR0369_000000002882	0.9840299647438502		0	0	False	False	1.0	0					non-mobilizable	other	3533.0	100.0	100.0	0.09276915399364379	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
CAN0013_000000006507	3531	0.6540426381905762	5	2	1	2	1	False	93893	fragment	False	ISR0369_000000002882	0.984026974896074		0	0	False	False	0.9980175495147705	0					non-mobilizable	other	3531.0	99.85799999999999	100.0	0.09271662332886822	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
USA0071_01_000000003840	3531	0.6540426381905762	5	2	1	2	1	False	93893	fragment	False	ISR0369_000000002882	0.9841620370246532		0	0	False	False	1.0	0					non-mobilizable	other	3531.0	99.85799999999999	100.0	0.09271662332886822	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
DEN0008_000000003895	2111	0.6540426381905762	3	2	1	2	1	False	76136	fragment	False	DEN0008_000000003895	1.0		0	0	False	False	0.9981051683425903	0					non-mobilizable	other	2111.0	99.905	100.0	0.05541985133821869	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0386_000000018177	1642	0.6540426381905762	2	2	1	2	1	False	72994	fragment	False	ISR0386_000000018177	0.9990026595744681		0	0	False	False	0.9987819790840149	0					non-mobilizable	other	1642.0	99.574	100.0	0.043101410448349226	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
CHI0146_000000004976	1567	0.6540426381905762	2	2	1	2	1	False	79696	fragment	False	CHI0146_000000004976	0.9647174589966352		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	98.277	100.0	0.01562749481079355	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
FIJ0075_000000012941	1518	0.6540426381905762	2	2	1	2	1	False	79696	fragment	False	CHI0146_000000004976	0.6504898610161768		0	0	False	False	1.0	0					non-mobilizable	other	1503.0	96.67299999999999	99.0	0.0149888232476449	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
DEN0043_000000006301	1437	0.6540426381905762	2	2	1	2	1	False	72993	fragment	False	DEN0043_000000006301	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1434.0	99.93	99.0	0.0376382213116907	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
MON0082_000000004928	5142	0.6540419180430366	7	6	4	4	6	False	119859	fragment	False	MON0082_000000004928	1.0		0	0	False	False	0.992220938205719	0					non-mobilizable	no_good_hit								True	False
ISR0010_000000014780	1485	0.6540410773902056	3	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.17912952793297574		0	0	False	False	1.0	0					non-mobilizable	other	1483.0	96.76299999999999	99.0	0.0012721597873896517	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
AST0106_000000010630	1868	0.6540403430554278	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.5008357413642973		0	0	False	False	1.0	0					non-mobilizable	other	1868.0	99.679	100.0	0.0005993987391758283	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0388_000000005913	5113	0.6540400282228223	5	5	3	3	1	False	127256	fragment	False	ISR0388_000000005913	0.9809968228047324		0	0	False	False	0.997653067111969	0					non-mobilizable	no_good_hit	329.0	87.234	6.0	0.00112960105796782	NZ_JAAWUO010000002.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_2_length_290368_cov_102.031, whole genome shotgun sequence	True	False
ISR0855_000000006559	2455	0.6540351809255294	3	2	2	2	2	False	20485	maximal	True	ISR0855_000000006559	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	98.288	36.0	0.0002145306645228311	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0182_000000018495	2112	0.6540350378961126	3	2	1	2	1	True	113499	fragment	False	FIJ0108_000000009955	0.8104341053013181		0	0	False	True	0.998106062412262	0					non-mobilizable	other	2112.0	93.79700000000001	100.0	0.0006352805938036959	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0156_000000004294	6134	0.654026242895937	8	5	4	4	3	True	132132	backbone	True	ISR0156_000000004294	0.9837940091743631	PS1142	80	11	True	True	1.0	41					non-mobilizable	no_good_hit	3081.0	85.78399999999999	66.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0144_000000004765	3461	0.6540242514967525	4	3	3	3	2	False	3389	maximal	True	SPA0144_000000004765	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	2.0	1.2867899914361907e-05	CP046023.1	b-proteobacteria	Polaromonas sp. Pch-P chromosome, complete genome	True	False
ITA0005_000000002623	6344	0.6540234711424788	8	7	5	4	6	False	132310	maximal	True	ITA0005_000000002623	1.0	PS958	6	2	False	True	1.0	0					non-mobilizable	no_good_hit	3506.0	99.686	56.0	0.0010552883797544806	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0069_000000004497	4861	0.6540178325585322	8	3	3	3	1	False	62503	fragment	False	ENG0069_000000004497	1.0		0	0	False	False	0.9969142079353333	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.0001774772081901061	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0251_000000014935	1207	0.6540144195986515	2	2	2	1	1	False	26970	maximal	True	ISR0251_000000014935	1.0		8	3	False	False	0.9867439866065979	0					non-mobilizable	no_good_hit	614.0	74.756	50.0	0.00025444385991754676	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0024_01_000000017489	1208	0.6540131741189293	1	1	1	1	1	False	1666	maximal	True	USA0024_01_000000017489	1.0		16	6	False	False	0.9958609342575073	0					non-mobilizable	no_good_hit	1071.0	76.751	87.0	0.00043233611899857024	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
USA0021_01_000000012489	1427	0.6540104793584134	3	2	2	2	1	False	1741	maximal	True	USA0021_01_000000012489	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	99.045	61.0	0.03239975196362133	NZ_WNAF01000017.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold17_size19438, whole genome shotgun sequence	True	False
FIJ0172_000000005046	4932	0.6540097377865889	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.9348679056001098	PS388	0	0	False	True	1.0	0					non-mobilizable	other	2677.0	96.787	99.0	0.016312994922001205	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0078_000000005216	4749	0.6540097377865889	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.9512482139778735	PS388	0	0	False	True	1.0	0					non-mobilizable	other	1657.0	98.31	96.0	0.01009503721630568	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0133_000000008180	4511	0.6540097377865889	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.8836538033901742	PS388	0	0	False	True	0.9995566606521606	0					non-mobilizable	other	2609.0	95.324	96.0	0.01567291104053255	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0079_000000006769	4324	0.6540097377865889	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.8407133857508875	PS388	0	0	False	True	0.9993062019348145	0					non-mobilizable	other	2584.0	96.24600000000001	96.0	0.015746063484128967	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0065_000000008229	2615	0.6540079739416197	3	3	3	3	3	False	92622	maximal	True	SPA0065_000000008229	0.9986584898428517		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	2024.0	81.176	77.0	0.021210613774197987	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
CHI0188_000000005769	2609	0.6540079739416197	3	3	3	3	3	False	92622	maximal	False	SPA0065_000000008229	0.9975143403441682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2024.0	81.077	77.0	0.021210613774197987	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
ENG0015_000000009459	1861	0.6540021427265702	2	2	2	2	2	False	93592	fragment	False	ENG0015_000000009459	0.9683364269897095		0	0	False	False	0.9989253282546997	0					non-mobilizable	no_good_hit	1181.0	90.94	69.0	0.0003552754031698394	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0007_000000015377	1670	0.6539928032200286	3	3	3	3	2	False	76287	maximal	True	DEN0007_000000015377	1.0		12	5	False	False	0.9934131503105164	0					non-mobilizable	other	1670.0	99.521	100.0	0.0233704403836729	NZ_NFHU01000011.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_11, whole genome shotgun sequence	False	False
ISR0192_000000002265	8312	0.6539918177361005	7	7	6	6	6	False	47799	maximal	True	ISR0192_000000002265	1.0		4	2	False	False	1.0	0					non-mobilizable	other	7192.0	98.45700000000001	97.0	0.01446786060916036	NZ_LXWL01000003.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig003, whole genome shotgun sequence	False	False
MAD0047_000000027214	1698	0.6539885058650492	2	2	2	2	2	False	53034	fragment	False	MON0090_000000035249	0.9739583333333333		0	0	False	False	0.997644305229187	0					non-mobilizable	other	1354.0	81.388	93.0	0.01789418740045773	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ENG0137_000000010098	1559	0.6539878878404649	2	2	2	2	1	False	57971	maximal	True	ENG0137_000000010098	1.0		1	1	False	False	0.9935856461524963	0					non-mobilizable	no_good_hit	1324.0	76.057	84.0	0.0004300806954170495	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0090_000000016362	1820	0.6539735788079976	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.08739858755892446	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1146.0	99.913	63.0	0.011059062152895156	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0128_000000001804	12039	0.6539726337406181	4	4	3	4	2	False	75362	fragment	False	ENG0128_000000001804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	98.113	0.0	0.06265060240963856	GQ881812.1		Uncultured organism clone VC1CV35TR genomic sequence	True	False
MAD0097_000000011679	3394	0.6539711422237569	5	4	4	4	3	False	48328	maximal	True	MAD0097_000000011679	1.0		6	4	False	False	0.9888037443161011	0					non-mobilizable	no_good_hit	624.0	81.09	18.0	0.00016553599196910917	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0068_000000017237	1497	0.6539699747559575	3	3	3	3	2	False	76606	fragment	False	ISR0204_000000007995	0.9872715404699739		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	99.73299999999999	100.0	0.02351092252082351	NZ_JAAIUL010000023.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_23_length_63630_cov_356.789, whole genome shotgun sequence	False	False
MAD0007_000000001801	3652	0.653967039886879	2	2	1	2	2	False	89578	fragment	False	MAD0007_000000001801	0.9905432655055648		0	0	False	False	0.9950711727142334	0					non-mobilizable	other	3652.0	99.37	100.0	0.013901104549556238	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
USA0066_01_000000004829	4152	0.6539616799871515	4	3	0	1	2	False	833	maximal	True	USA0066_01_000000004829	1.0		1	1	False	False	0.997591495513916	0	rep_cluster_475				non-mobilizable	no_good_hit	1295.0	83.166	38.0	0.22416782246879335	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0130_000000014315	2078	0.6539608545327706	3	2	2	1	1	False	31771	maximal	True	ISR0130_000000014315	1.0		1	1	False	False	0.9985563158988953	0					non-mobilizable	no_good_hit								True	False
FIJ0152_000000017553	1531	0.6539507579690805	1	1	1	1	1	False	131472	maximal	True	FIJ0152_000000017553	1.0		0	0	False	False	0.9934683442115784	0					non-mobilizable	no_good_hit	1265.0	97.54899999999999	83.0	0.044316667835355164	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0165_000000001453	10803	0.6539479230910705	21	6	4	6	3	False	30261	fragment	False	ISR0165_000000001453	1.0		0	0	False	False	0.9999074339866638	0					non-mobilizable	no_good_hit	601.0	84.69200000000001	6.0	0.00020686909524968164	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	False
MAD0094_000000003008	4361	0.653940717793101	4	4	3	4	4	False	86521	maximal	False	CHI0052_000000003452	0.9659550561797753		0	0	False	False	1.0	0					non-mobilizable	chromosome	4361.0	100.0	100.0	0.000839998250645845	NZ_LR134475.1	enterobacteria	Klebsiella aerogenes strain NCTC9735 chromosome 1	False	False
ISR0381_000000006471	2535	0.6539392434713801	4	3	3	3	1	False	60628	fragment	False	SPA0131_000000008852	0.9625033525169874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	72.888	20.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
CHI0042_000000008032	1437	0.6539304061966037	2	2	2	2	2	False	87482	maximal	True	CHI0042_000000008032	1.0		107	8	False	False	0.9944328665733337	0					non-mobilizable	other	1437.0	99.58200000000001	100.0	0.00037606606611325245	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ENG0144_000000001450	14859	0.6539292849549132	13	12	9	8	12	False	121212	fragment	False	ENG0144_000000001450	1.0		0	0	False	True	0.9995288848876953	0					non-mobilizable	no_good_hit	2879.0	85.794	49.0	0.0006957032687387797	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0229_000000009311	1735	0.6539157242115503	3	3	3	3	1	False	27569	maximal	True	ISR0229_000000009311	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	90.185	74.0	0.003497776257269928	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0082_000000023793	1402	0.6539063934465057	3	2	2	2	1	True	69658	fragment	False	ISR0082_000000023793	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	98.074	100.0	0.0004939842171866311	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
DEN0003_000000012892	2016	0.6539047109143951	2	1	1	1	1	False	76661	fragment	False	DEN0003_000000012892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	80.357	6.0	0.00038145834994989024	NZ_OEQH01000005.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
ISR0347_000000007623	2847	0.6539023565814067	3	3	2	2	3	False	64218	fragment	False	ISR0347_000000007623	1.0		0	0	False	False	0.9887601137161255	0					non-mobilizable	other	2804.0	96.68299999999999	98.0	0.0032681813158779533	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0055_000000001104	19674	0.6538978181877385	13	8	6	7	5	False	29487	maximal	True	SPA0055_000000001104	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	79.14399999999999	4.0	0.00025711935531316446	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
FIJ0002_000000030802	1258	0.6538966854701832	2	2	2	1	1	False	59510	fragment	False	ENG0115_000000016313	0.7975632449128147		0	0	False	False	0.9562798142433167	0					non-mobilizable	other	1258.0	99.285	100.0	0.011523018535834113	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0107_000000029536	2030	0.6538904665644287	2	2	2	2	2	True	76845	fragment	False	MON0107_000000029536	0.9715075291377681		0	0	False	False	0.9536945819854736	0					non-mobilizable	no_good_hit	1158.0	82.64200000000001	65.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ENG0071_000000010475	1965	0.6538833566001039	3	2	2	2	1	False	62290	maximal	True	ENG0071_000000010475	1.0		5	3	False	False	0.9984732866287231	0					non-mobilizable	no_good_hit	125.0	80.0	6.0	0.0016320979258755525	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
ENG0130_000000020809	1385	0.6538823628192401	2	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.525707334341717		0	0	False	False	1.0	0					non-mobilizable	other	1385.0	99.56700000000001	100.0	0.11568037445670344	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
FIJ0142_000000007709	4062	0.6538785885010187	6	4	1	2	3	False	124369	fragment	False	ENG0025_000000004712	0.5470925130825612		0	0	False	False	0.9997538328170776	0					non-mobilizable	other	3058.0	98.921	100.0	0.0009148090437118325	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0015_000000006401	4502	0.6538778406187569	5	5	4	5	4	False	105122	maximal	True	FIJ0015_000000006401	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	608.0	77.467	13.0	0.006792470061760106	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0198_000000005259	6661	0.653876154917715	13	7	6	5	3	True	47049	fragment	False	ISR0198_000000005259	1.0		0	0	False	False	0.9978982210159302	0					non-mobilizable	no_good_hit	1357.0	82.38799999999999	20.0	0.08429358717434869	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ISR0255_000000027598	1241	0.6538699517312955	2	1	1	1	1	False	26871	maximal	True	ISR0255_000000027598	1.0		9	6	False	False	0.9991942048072815	0					non-mobilizable	no_good_hit	62.0	85.484	5.0	1.0602201511803254e-05	NZ_CP026100.1	a-proteobacteria	Caulobacter flavus strain RHGG3 chromosome, complete genome	True	False
FIJ0063_000000005085	4782	0.6538642324421626	5	5	5	5	5	False	45640	maximal	True	FIJ0063_000000005085	1.0		8	3	False	False	0.9943538308143616	0					non-mobilizable	no_good_hit								True	False
ISR0229_000000012225	1332	0.6538630822111473	2	2	1	2	0	False	27562	fragment	False	ISR0229_000000012225	1.0		0	0	False	False	0.9969969987869263	0					non-mobilizable	no_good_hit	147.0	95.91799999999999	24.0	0.0004635936125691024	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ISR0217_000000010023	2433	0.6538586647920522	4	3	2	3	2	False	71210	fragment	False	ISR0217_000000010023	1.0		0	0	False	False	0.9942457675933838	0					non-mobilizable	other	2417.0	98.18	99.0	0.16419736305559332	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	False	False
ISR0273_000000011178	1257	0.6538582009669969	3	1	1	1	1	False	26374	fragment	False	ISR0273_000000011178	1.0		0	0	False	False	0.9992044568061829	0					non-mobilizable	no_good_hit	1117.0	92.927	89.0	0.02444273635664873	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
DEN0090_000000003702	5690	0.6538571988179707	5	4	4	4	3	False	90842	fragment	False	DEN0090_000000003702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0032_000000022760	1311	0.6538552775828285	2	1	1	1	1	False	7232	fragment	False	SPA0032_000000022760	0.9906976744186047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	5.0	1.0665741354350058e-05	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0334_000000009528	2176	0.6538528186938622	3	2	2	2	2	False	24509	maximal	True	ISR0334_000000009528	1.0		329	11	False	False	0.9977021813392639	0					non-mobilizable	no_good_hit	595.0	82.185	27.0	0.003416823679221909	NZ_SLUK01000007.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_107, whole genome shotgun sequence	True	False
CAN0013_000000004089	6145	0.6538469944972187	9	4	3	3	3	True	123549	maximal	True	CAN0013_000000004089	1.0		4	1	True	True	0.9988608360290527	16		MOBV			mobilizable	no_good_hit	2886.0	86.244	77.0	0.47101330267695846	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0263_000000006083	2275	0.6538469605698716	3	3	3	3	3	False	111260	fragment	False	ISR0263_000000006083	1.0		0	0	False	False	0.9947252869606018	0					non-mobilizable	no_good_hit	1359.0	95.21700000000001	86.0	0.000386270611291731	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0110_000000005619	4943	0.6538460550672219	5	4	2	3	3	False	14567	maximal	True	MAD0110_000000005619	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000029566	1230	0.6538438990982336	2	1	1	1	1	True	44035	fragment	False	USA0032_01_000000016575	0.946159936658749		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	96.74799999999999	100.0	0.01599198448946663	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
FIJ0011_000000033156	1384	0.6538368672141026	2	2	2	2	1	True	50896	maximal	True	FIJ0011_000000033156	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	96.133	67.0	0.04208761835726906	NZ_CACVNJ010000043.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	True
FIJ0040_000000009295	2646	0.6538363227872528	3	2	2	1	1	True	47500	fragment	False	FIJ0040_000000009295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0017_000000010554	1975	0.6538346961680375	3	3	3	3	1	False	71762	fragment	False	ENG0017_000000010554	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1975.0	100.0	100.0	0.0008628165409011756	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
CAN0016_000000011690	4062	0.6538174393523067	5	4	4	4	1	False	97383	maximal	True	CAN0016_000000011690	1.0		3	2	False	False	0.9995076060295105	0					non-mobilizable	no_good_hit	54.0	87.037	1.0	1.2089460180511607e-05	NZ_CP017754.1	b-proteobacteria	Cupriavidus malaysiensis strain USMAA1020 isolate pure chromosome 1, complete sequence	True	False
CHI0160_000000004181	5852	0.6538124550882238	7	6	5	5	6	False	94816	fragment	False	MON0074_000000002235	0.9484971567831032		0	0	False	False	0.9991455674171448	0					non-mobilizable	no_good_hit	3287.0	93.124	73.0	0.0011665053742950656	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0282_000000003483	5502	0.6538086774011517	4	3	2	3	1	False	48383	maximal	True	ISR0282_000000003483	1.0		1	1	False	False	0.9996364712715149	0					non-mobilizable	no_good_hit	50.0	100.0	2.0	2.596739131586841e-05	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
MON0054_000000037793	1338	0.6538037105436681	3	3	3	2	2	False	89740	fragment	False	CHI0015_000000008086	0.9259262650848564		0	0	False	False	1.0	0					non-mobilizable	chromosome	1338.0	99.552	100.0	0.00029755095754880327	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0157_000000003307	2143	0.6537995341439334	3	2	2	2	2	True	3160	fragment	False	SPA0157_000000003307	1.0		0	0	False	False	0.9986000657081604	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	2.1517838287940702e-05	NZ_LT629804.1	high GC Gram+	Arcanobacterium phocae strain DSM 10002 chromosome I	True	True
ISR0178_000000010424	1648	0.6537973976494553	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.42675032785875794		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	99.697	100.0	0.0003187312368029883	CP021844.1	enterobacteria	Escherichia coli strain EC1515, complete genome	False	False
CHI0155_000000007033	1791	0.6537927484953133	2	2	2	2	1	False	79066	fragment	False	CHI0155_000000007033	1.0		0	0	False	False	0.9994416236877441	0					non-mobilizable	other	1206.0	97.181	98.0	0.012787316679754654	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0021_000000004449	3511	0.6537874065066246	3	3	3	3	3	False	44981	maximal	True	TAN0021_000000004449	1.0		209	15	False	False	0.9982910752296448	0					non-mobilizable	other	3511.0	95.899	100.0	0.18849685838569358	NZ_CABKPS010000030.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0137_000000008789	3041	0.6537872999788951	4	4	3	4	4	False	31378	maximal	True	ISR0137_000000008789	1.0		63	10	False	False	1.0	0					non-mobilizable	other	3043.0	98.916	100.0	0.0012890636097766994	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0370_000000015448	1736	0.6537841358411882	2	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.48919865220318487		0	0	False	False	1.0	0					non-mobilizable	other	1736.0	99.366	100.0	0.000557020253063772	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0115_000000021588	1332	0.6537839915549654	2	2	2	2	1	False	104343	fragment	False	SPA0115_000000021588	0.9771199941402159		0	0	False	False	0.9992492198944092	0					non-mobilizable	other	1332.0	99.55	100.0	0.0015647299753358114	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0196_000000010239	1209	0.6537839888620288	3	1	1	1	1	False	54394	maximal	True	ENG0196_000000010239	1.0		56	9	False	False	0.9991728663444519	0					non-mobilizable	no_good_hit	971.0	98.249	80.0	0.00028998930029169336	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0255_000000004170	6426	0.6537805810015627	6	4	4	4	2	False	26913	maximal	True	ISR0255_000000004170	1.0		1	1	False	False	0.9984438419342041	0					non-mobilizable	no_good_hit	612.0	73.203	9.0	0.00041521211103840713	NZ_KB822533.1	actinobacteria	Atopobium minutum 10063974 acnkJ-supercont1.1, whole genome shotgun sequence	True	False
SPA0127_000000020351	1436	0.653777737801472	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.7799392039589602		0	0	False	False	0.9993036389350891	0					non-mobilizable	virus	1433.0	97.906	99.0	0.0381856483827098	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
ISR0025_000000012154	3202	0.6537771891597598	4	4	3	3	4	False	132092	maximal	False	AST0016_000000007742	0.9545458076173823		0	0	False	False	0.9928169846534729	0					non-mobilizable	chromosome	2809.0	86.009	92.0	0.0007433856365246213	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0007_000000024535	2481	0.6537535454720531	4	3	3	3	3	False	121862	fragment	False	FIJ0014_000000008762	0.615641183135889		0	0	False	False	1.0	0					non-mobilizable	chromosome	2481.0	97.38	100.0	0.0008344168859858018	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0106_000000000407	27711	0.653744911634949	33	18	6	17	7	True	108400	backbone	False	ISR0280_000000000088	0.9286988040119756	PS672	0	0	False	True	0.9992060661315918	0					non-mobilizable	plasmid	27067.0	99.98899999999999	98.0	0.355691644544905	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0163_000000000286	27445	0.653744911634949	34	18	6	17	7	True	108400	backbone	False	ISR0280_000000000088	0.9384317593985964	PS672	0	0	True	True	1.0	11					non-mobilizable	plasmid	27445.0	99.985	100.0	0.36065918469261704	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0132_000000000887	27262	0.653744911634949	33	18	6	17	7	True	108400	backbone	False	ISR0280_000000000088	0.9286702371705222	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	27184.0	99.98899999999999	99.0	0.3572292164953873	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
USA0055_01_000000017779	1487	0.6537445004407852	1	1	1	1	1	False	1028	maximal	True	USA0055_01_000000017779	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	94.079	10.0	0.0006749206632995128	NZ_WSLF01000004.1	firmicutes	Defluviitalea raffinosedens strain 249c-K6 seq4, whole genome shotgun sequence	True	False
ISR0370_000000019260	1402	0.6537328616806146	2	1	1	1	1	False	23508	fragment	False	ISR0370_000000019260	1.0		0	0	False	False	0.9971469044685364	0					non-mobilizable	no_good_hit	493.0	73.428	34.0	0.0021377364144167512	NZ_FNAF01000004.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
AST0106_000000010999	1808	0.6537274984512558	2	2	1	2	1	False	125500	fragment	False	CHI0133_000000005744	0.2834507345207333		0	0	False	False	0.9972345232963562	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	1.952246042241892e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0061_000000022311	1918	0.6537200823224523	3	2	2	2	2	False	102727	fragment	False	DEN0061_000000022311	0.9713691730495012		0	0	False	False	0.9989572763442993	0					non-mobilizable	other	1919.0	94.52799999999999	99.0	0.00047000603873173394	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0167_000000011948	2083	0.6537197333502828	3	3	3	3	3	False	61703	fragment	False	ENG0167_000000011948	1.0		0	0	False	False	0.9961593747138977	0					non-mobilizable	no_good_hit	249.0	74.699	12.0	0.0002476128889671064	NZ_CP016619.1	a-proteobacteria	Microvirga ossetica strain V5/3m plasmid unnamed2, complete sequence	True	False
TAN0005_000000014729	1293	0.6537098738619802	3	3	3	1	1	False	2914	maximal	True	TAN0005_000000014729	1.0		37	7	False	False	0.9752513766288757	0					non-mobilizable	no_good_hit	817.0	96.45	63.0	0.0002572012407438285	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0036_000000016633	1510	0.6536965630150772	3	3	2	2	2	True	77866	fragment	False	SPA0038_000000016339	0.9616564417177914		0	0	False	False	0.9980132579803467	0					non-mobilizable	other	1510.0	100.0	100.0	0.008267451225325028	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
CHI0110_000000006459	1531	0.6536950539454994	3	3	3	3	3	False	82693	fragment	False	MAD0061_000000010381	0.8644490586006318		0	0	False	False	0.9954278469085693	0					non-mobilizable	other	1530.0	99.02	99.0	0.03827188305674451	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0066_000000013255	2092	0.653694247896212	2	2	2	2	2	False	16574	maximal	True	MAD0066_000000013255	1.0		3	3	False	False	0.9990440011024475	0					non-mobilizable	no_good_hit	425.0	75.059	20.0	0.00012900824449099303	CP046913.1	b-proteobacteria	Paraburkholderia sp. DHF22 chromosome 1, complete sequence	True	False
MON0036_000000010776	2090	0.6536814537844069	2	2	2	2	2	False	53032	fragment	False	MON0036_000000010776	1.0		0	0	False	False	0.9990430474281311	0					non-mobilizable	other	1094.0	78.793	91.0	0.014441157969404553	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0329_000000002018	5023	0.6536804071650903	9	7	3	6	3	False	105131	fragment	False	ISR0329_000000002018	0.9998999399639784		0	0	False	False	0.9998009204864502	0					non-mobilizable	no_good_hit	1426.0	77.34899999999999	37.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0017_000000005516	4997	0.6536804071650903	9	7	3	6	3	False	105131	fragment	False	ISR0329_000000002018	0.9973123631296038		0	0	False	False	0.9987992644309998	0					non-mobilizable	no_good_hit	1426.0	77.34899999999999	37.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0331_000000001241	12054	0.6536803518519411	5	3	3	3	1	True	130403	maximal	True	ISR0331_000000001241	1.0		0	0	False	False	0.9983407855033875	0					non-mobilizable	no_good_hit	84.0	97.619	1.0	0.00017355411647363128	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0210_000000004713	4365	0.6536784267263901	5	2	2	2	2	False	53752	maximal	True	ENG0210_000000004713	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	8.412634247069235e-05	NZ_OAML01000002.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
CHI0057_000000008715	2244	0.653676728059679	3	3	3	3	3	False	85995	maximal	False	ENG0153_000000012610	0.968008286160089		0	0	False	False	0.9959893226623535	0					non-mobilizable	other	2244.0	98.396	100.0	0.03261075006179032	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0103_000000036559	1549	0.6536751196372587	2	2	2	1	1	False	46244	fragment	False	MON0103_000000036559	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1549.0	100.0	100.0	0.0003098151976362782	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ISR0286_000000014501	1417	0.6536727569510781	2	1	1	1	1	False	88815	fragment	False	ISR0297_000000010355	0.28234740686632576		0	0	False	False	0.994354248046875	0					non-mobilizable	other	1420.0	89.57700000000001	100.0	0.00045492662743018146	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0337_000000007772	1375	0.6536727569510781	1	1	1	1	1	False	88815	fragment	False	ISR0297_000000010355	0.6510604029214804		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	94.412	100.0	0.00043339669855730907	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0087_000000010110	3035	0.6536697769525817	4	4	4	4	4	False	60154	maximal	True	ISR0087_000000010110	1.0		31	10	False	False	0.9990115165710449	0					non-mobilizable	chromosome	2511.0	85.464	96.0	0.0005521495330430672	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0114_000000031471	1494	0.6536668632886949	2	2	1	1	1	False	4424	fragment	False	SPA0114_000000031471	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	99.79899999999999	100.0	0.0002897600580995117	CP053247.1	enterobacteria	Escherichia coli strain SCU-482 chromosome, complete genome	False	False
MON0037_000000063090	1221	0.6536665477523133	2	2	2	2	2	False	12035	fragment	False	MON0037_000000063090	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	77.858	99.0	0.0005613907421980699	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	False	False
ENG0170_000000002572	4412	0.653665453557081	4	4	1	2	3	True	132358	backbone	False	ISR0371_000000002559	0.06032616447091516	PS1159|PS463	0	0	False	True	0.9995467066764832	0		MOBV			mobilizable	other	2801.0	99.572	99.0	0.0009512766302248445	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0183_000000006306	4381	0.6536638188220086	5	3	2	3	2	False	69206	maximal	True	ENG0183_000000006306	1.0		2	2	False	False	0.9842501878738403	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	5.127623439765186e-05	LK995560.1	nematodes	Rhabditophanes sp. KR3021 genome assembly Rhabditophanes_sp_KR3021 ,scaffold RSKR_contig0000005	True	False
CHI0125_000000010972	1401	0.6536590596588137	2	2	2	2	2	False	81616	fragment	False	CHI0125_000000010972	1.0		0	0	False	False	0.9985724687576294	0					non-mobilizable	chromosome	712.0	90.87100000000001	95.0	0.0002508921491929636	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0182_000000007795	4258	0.6536579792123278	4	3	3	2	2	False	29569	maximal	True	ISR0182_000000007795	1.0		1	1	False	False	0.9995303153991699	0					non-mobilizable	no_good_hit	1439.0	75.88600000000001	35.0	0.00024873081827202773	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
FIJ0061_000000014943	1789	0.6536539941123266	4	2	2	1	1	False	45803	maximal	True	FIJ0061_000000014943	1.0		19	4	False	False	0.9916154146194458	0					non-mobilizable	no_good_hit	948.0	94.726	53.0	0.0004498843154617384	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
CAN0014_000000004920	8536	0.6536514907402856	6	4	2	4	1	False	93754	maximal	True	CAN0014_000000004920	1.0		30	7	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	78.711	8.0	0.00018260059601058243	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0120_000000002846	8027	0.6536514907402856	5	4	2	4	1	False	92667	maximal	True	ISR0120_000000002846	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	81.414	8.0	0.00014787098903706774	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0120_000000017793	1418	0.6536487457378886	2	2	2	2	2	False	41525	fragment	False	FIJ0120_000000017793	1.0		0	0	False	False	0.9880113005638123	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000017679	1650	0.6536459310071914	3	2	2	2	1	False	113068	fragment	False	AST0058_000000008935	0.8401119878516542		0	0	False	False	0.9957575798034668	0					non-mobilizable	other	1209.0	92.30799999999999	94.0	0.00806117678487945	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
SPA0033_000000020071	1571	0.653643633860369	2	2	2	2	2	False	103320	fragment	False	SPA0033_000000020071	0.9790697674418605		0	0	False	False	1.0	0					non-mobilizable	other	913.0	95.619	99.0	0.0003998204315254903	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0374_000000004455	3553	0.6536395593264456	6	2	1	1	2	False	130009	maximal	True	ISR0374_000000004455	1.0	PS1072	8	4	False	True	1.0	0					non-mobilizable	no_good_hit	528.0	100.0	15.0	0.00032534900935239495	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
SPA0056_000000010447	3236	0.6536375189700281	7	6	3	3	5	False	26346	maximal	True	SPA0056_000000010447	1.0		1240	15	False	False	1.0	0					non-mobilizable	no_good_hit	2075.0	96.916	80.0	0.0007112353582050807	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0170_000000032115	1466	0.6536320801900312	1	1	1	1	1	False	37094	maximal	False	ISR0029_000000028507	0.9522202449769154		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	99.795	100.0	0.00041587371519151195	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0055_000000017456	1433	0.6536320801900312	1	1	1	1	1	False	11085	maximal	True	MON0055_000000017456	1.0		2	2	False	False	0.9888346195220947	0					non-mobilizable	other	1322.0	99.697	92.0	0.008122532803718779	NZ_QEKH01000009.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_109, whole genome shotgun sequence	False	False
ISR0073_000000006300	4125	0.6536154478765497	4	4	4	4	3	False	111069	fragment	False	FIJ0095_000000004547	0.5336608472515083		0	0	False	False	0.999515175819397	0					non-mobilizable	no_good_hit	515.0	72.039	12.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
USA0056_01_000000011536	1514	0.6536148094632405	2	1	1	1	1	False	1012	fragment	False	USA0056_01_000000011536	1.0		0	0	False	False	0.9920739531517029	0					non-mobilizable	other	1495.0	99.866	99.0	0.00041986176599367	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0159_000000019581	1351	0.6536127118605178	3	2	2	2	2	False	30465	fragment	False	ISR0159_000000019581	1.0		0	0	False	False	0.9985195994377136	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ENG0149_000000006818	3436	0.6536116822258047	5	5	5	2	2	False	57228	maximal	True	ENG0149_000000006818	1.0		1	1	False	False	0.9970896244049072	0					non-mobilizable	no_good_hit	1140.0	71.75399999999999	32.0	0.06853103872157344	NZ_CYZO01000045.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
CHI0178_000000004130	2574	0.6536116473122843	4	4	2	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9644197578224329		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2576.0	99.806	100.0	0.0011977629973565487	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
FIJ0096_000000004398	6893	0.653610922438796	8	5	3	5	4	False	70641	maximal	True	FIJ0096_000000004398	1.0		13	3	False	False	0.9998549222946167	0					non-mobilizable	no_good_hit	1394.0	75.32300000000001	20.0	0.0007368786335185527	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0076_000000005340	7155	0.6536088620406989	5	5	1	1	5	False	80372	fragment	False	MON0025_000000002640	0.7065986031063123		0	0	False	False	0.9857442378997803	0			MPF_I		non-mobilizable	plasmid	7050.0	98.681	98.0	0.08433229943834353	CP051720.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-1, complete sequence	False	True
CHI0087_000000002988	2869	0.6536060640900202	3	3	3	3	1	False	84017	fragment	False	CHI0087_000000002988	0.9788867562380039		0	0	False	False	1.0	0					non-mobilizable	chromosome	2873.0	96.171	100.0	0.0012369383405631733	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
CHI0181_000000016516	1277	0.6536012689342189	3	1	1	1	1	False	77413	fragment	False	CHI0181_000000016516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	73.936	15.0	5.3463896986341275e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
FIJ0038_000000032613	1107	0.6536012689342189	1	1	1	1	1	False	47595	fragment	False	FIJ0038_000000032613	1.0		0	0	False	False	0.9972899556159973	0					non-mobilizable	no_good_hit	188.0	73.936	17.0	5.3463896986341275e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
MON0090_000000057419	1035	0.6536008394311897	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.037875562004268476	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1035.0	93.913	100.0	0.0003113175990488254	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
DEN0017_000000023160	1238	0.6536004534385172	2	2	2	1	1	False	75177	fragment	False	DEN0017_000000023160	0.9945928629917381		0	0	False	False	1.0	0					non-mobilizable	chromosome	1250.0	82.64	100.0	0.0004177133342107221	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0083_000000026657	1177	0.6536004534385172	2	2	2	1	1	False	75177	fragment	False	DEN0017_000000023160	0.968946078708357		0	0	False	False	0.9966015219688416	0					non-mobilizable	no_good_hit	736.0	80.571	62.0	0.00022099334400564586	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0097_000000016422	2013	0.6535986591862578	2	2	2	2	1	False	5117	maximal	True	SPA0097_000000016422	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	1221.0	80.016	61.0	0.019258743912466004	NZ_QREV01000027.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold27, whole genome shotgun sequence	True	False
MON0015_000000027338	1397	0.6535947393284736	3	3	3	2	2	False	47441	fragment	False	SPA0124_000000020793	0.9688826025459689		0	0	False	False	0.989978551864624	0					non-mobilizable	chromosome	1378.0	99.855	99.0	0.0002565261405167111	CP052336.1	enterobacteria	Klebsiella pneumoniae strain D17KP0018 chromosome, complete genome	False	False
ISR0350_000000009447	2005	0.6535921040040384	3	3	3	3	2	False	93254	fragment	False	USA0087_01_000000007135	0.7144160152930243		0	0	False	False	0.9970074892044067	0					non-mobilizable	other	2005.0	99.45100000000001	100.0	0.0036981197533848685	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
FIJ0130_000000005171	4215	0.6535900043185786	9	8	3	4	7	True	118537	fragment	False	FIJ0130_000000005171	0.9556891667461347		0	0	False	False	1.0	0					non-mobilizable	other	4196.0	96.354	99.0	0.0011828725470342729	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
FIJ0086_000000030217	1136	0.6535847430165773	2	2	2	2	1	False	43785	maximal	True	FIJ0086_000000030217	1.0		8	4	False	False	0.9911971688270569	0					non-mobilizable	no_good_hit	494.0	74.899	43.0	0.0029119305441782316	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	True	False
MON0021_000000005298	4520	0.6535828870656784	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.8829757636649963	PS388	0	0	False	True	1.0	0					non-mobilizable	other	2625.0	95.65700000000001	99.0	0.01579483177985991	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
CHI0080_000000000447	8896	0.6535813210087842	11	6	2	3	5	True	101816	maximal	False	CHI0154_000000002644	0.9752083778585168		0	0	False	False	0.9998875856399536	0					non-mobilizable	no_good_hit	1934.0	89.4	50.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0185_000000016857	1946	0.6535765345504971	3	1	1	1	1	True	29391	maximal	True	ISR0185_000000016857	1.0		1	1	False	False	0.9964028596878052	0					non-mobilizable	no_good_hit								True	True
USA0120_01_000000003834	3212	0.6535737713889855	4	2	2	1	1	False	126845	maximal	True	USA0120_01_000000003834	1.0	PS979	13	7	False	True	1.0	0					non-mobilizable	no_good_hit	1564.0	99.936	49.0	0.012703392447861636	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0164_000000002750	7732	0.6535712521313949	11	3	0	3	0	False	30297	maximal	True	ISR0164_000000002750	1.0		2	1	True	True	1.0	15					non-mobilizable	no_good_hit	1473.0	85.336	36.0	0.5275278877293991	NZ_LT699734.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	True
SPA0030_000000014568	2098	0.6535635657356123	3	3	3	2	1	False	24205	fragment	False	SPA0030_000000014568	1.0		0	0	False	False	0.9928503632545471	0					non-mobilizable	no_good_hit	190.0	93.684	9.0	0.0015180479028449342	NZ_QSFS01000011.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf11, whole genome shotgun sequence	True	False
ISR0088_000000006450	3562	0.653552670765813	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.2969519992362199		0	0	False	False	0.9994385242462158	0					non-mobilizable	chromosome	3574.0	91.01799999999999	100.0	0.0011976019686718365	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0163_000000008284	2866	0.6535418008025822	4	4	4	4	3	False	79642	maximal	True	ENG0163_000000008284	1.0		3	3	False	False	0.9972086548805237	0					non-mobilizable	no_good_hit	1594.0	73.965	61.0	0.0004445809760301735	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CAN0001_000000010417	4570	0.6535322942243356	3	3	3	3	1	False	97427	fragment	False	CAN0001_000000010417	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4573.0	97.944	100.0	0.005959898546035259	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
CHI0069_000000002787	3453	0.6535307808032245	5	4	4	3	4	False	97644	maximal	True	CHI0069_000000002787	0.9667978920536062		100	9	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	96.177	31.0	0.011337142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
USA0023_01_000000010036	3167	0.6535302177967106	5	2	2	2	0	True	104134	fragment	False	USA0023_01_000000010036	1.0		0	0	False	False	0.9965266585350037	0					non-mobilizable	no_good_hit	1548.0	97.02799999999999	84.0	0.004567544745404406	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
SPA0137_000000012741	2872	0.6535302177967106	7	2	2	2	0	True	3574	maximal	True	SPA0137_000000012741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0150_000000011575	2406	0.6535302177967106	3	2	2	2	0	True	104133	fragment	False	AST0150_000000011575	1.0		0	0	False	False	0.9937655925750732	0					non-mobilizable	no_good_hit	800.0	97.125	80.0	0.0023590615718022756	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
CHI0013_000000003606	2388	0.6535302177967106	5	2	2	2	0	True	89991	fragment	False	CHI0013_000000003606	1.0		0	0	False	False	0.9974874258041382	0					non-mobilizable	no_good_hit	488.0	72.131	20.0	0.00958929263664742	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	True	True
ISR0193_000000011995	2251	0.6535302177967106	3	2	2	2	0	True	29094	fragment	False	ISR0193_000000011995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	88.369	70.0	0.0020756198810725907	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
ISR0222_000000024122	2032	0.6535302177967106	3	2	2	2	0	True	27875	fragment	False	ISR0222_000000024122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	96.146	80.0	0.001529404122895593	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
ENG0100_000000023673	1336	0.6535302177967106	2	2	2	2	0	True	60538	fragment	False	ENG0100_000000023673	1.0		0	0	False	False	0.9872754216194153	0					non-mobilizable	no_good_hit	488.0	72.131	36.0	0.00958929263664742	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	True	True
ENG0118_000000013080	1158	0.6535302177967106	3	2	2	2	0	True	59285	fragment	False	ENG0118_000000013080	1.0		0	0	False	False	0.9939550757408142	0					non-mobilizable	no_good_hit	488.0	72.131	41.0	0.00958929263664742	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	True	True
FIJ0121_000000017840	1441	0.653527805641443	3	3	2	3	1	False	113382	fragment	False	AST0060_000000021408	0.8039444023751662		0	0	False	False	0.9979181289672852	0					non-mobilizable	chromosome	1365.0	96.92299999999999	95.0	0.0003817572645132833	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0118_000000010380	2738	0.6535217964200626	4	3	1	1	3	False	4257	maximal	True	SPA0118_000000010380	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	2738.0	99.525	100.0	0.0007733893022959995	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	False	False
SPA0130_000000010276	3177	0.6535164822737053	5	3	3	3	2	False	99599	fragment	False	SPA0130_000000010276	1.0		0	0	False	False	0.9782813787460327	0					non-mobilizable	no_good_hit	90.0	95.556	3.0	2.526468303893827e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
CHI0106_000000004167	4439	0.6535163366101238	8	6	4	3	5	False	83168	maximal	True	CHI0106_000000004167	1.0		224	12	False	False	0.9968461394309998	0					non-mobilizable	other	4424.0	99.571	99.0	0.014456838718958009	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	False	False
ISR0364_000000008269	2063	0.6535156354325523	4	3	2	2	3	True	127833	fragment	False	MON0068_000000018893	0.6876488644127052		0	0	False	False	0.9927290081977844	0					non-mobilizable	no_good_hit	881.0	85.131	42.0	0.00026434898642637203	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0817_000000003243	3589	0.6535116294235627	3	3	3	2	1	True	76431	fragment	False	ISR0817_000000003243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3066.0	70.157	83.0	0.0007637593986119012	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0098_000000005713	3049	0.6535116294235627	3	3	3	2	1	True	33251	maximal	True	ISR0098_000000005713	1.0		0	0	False	False	0.9977041482925415	0					non-mobilizable	no_good_hit	1605.0	77.321	51.0	0.0002951729544151341	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ENG0057_000000008785	2655	0.6535100788985705	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9931071797993817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	93.527	55.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
CAN0013_000000008492	2649	0.6535100788985705	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9787806728747794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	93.527	55.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0037_000000012908	2648	0.6535100788985705	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9896405550151477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	93.721	55.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
AUS0024_000000012659	2586	0.6535100788985705	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9770696430370766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	93.527	54.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
CHI0144_000000004072	3468	0.6535081678863642	5	4	3	2	1	False	114034	maximal	True	CHI0144_000000004072	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1655.0	97.825	57.0	0.00042639295023447747	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0260_000000007930	1823	0.6535078256227883	3	3	3	3	2	False	117885	fragment	False	ISR0122_000000008533	0.667603973757624		0	0	False	False	0.9994514584541321	0					non-mobilizable	chromosome	1824.0	96.82	100.0	0.0005746052228872542	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0023_000000005589	3066	0.6534894432702321	3	2	2	2	1	False	93314	fragment	False	CAN0015_000000011942	0.9321172248803828		0	0	False	False	0.9970645904541016	0					non-mobilizable	other	2912.0	96.875	95.0	0.0010002049233875348	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
MON0100_000000008499	4535	0.6534846749716677	4	3	2	3	2	False	95262	maximal	True	MON0100_000000008499	1.0		5	3	False	False	0.9969128966331482	0					non-mobilizable	no_good_hit	422.0	78.673	14.0	0.2800269905533063	AY551005.1	bacteria	Uncultured bacterium clone CBir-1 flagellin gene, complete cds	True	False
ISR0045_000000004703	5171	0.6534840985621273	3	3	2	2	2	False	100940	fragment	False	USA0027_01_000000005251	0.6670154750576863		0	0	False	False	0.999226450920105	0					non-mobilizable	other	5166.0	97.677	99.0	0.01662347695922999	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0056_000000017240	1218	0.6534834460137575	2	2	2	2	1	False	86047	maximal	True	CHI0056_000000017240	1.0		69	10	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	100.0	70.0	0.00023985775343686493	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0085_000000008286	2896	0.6534827722094053	2	2	2	2	2	False	62706	maximal	True	MON0085_000000008286	1.0		6	2	False	False	0.9996547102928162	0					non-mobilizable	no_good_hit	999.0	74.074	34.0	0.00027320181057019765	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0051_000000013857	2485	0.6534806855703118	4	2	2	2	2	True	106210	fragment	False	MON0051_000000013857	0.9777498304702948		0	0	False	False	1.0	0					non-mobilizable	chromosome	2485.0	99.678	100.0	0.0011329904562430329	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
ISR0250_000000006959	1812	0.6534795961718941	3	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.5647375210289574		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	99.72399999999999	100.0	0.0005814199874919256	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0009_000000019462	1720	0.6534795961718941	2	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.4885496988878445		0	0	False	False	0.9959302544593811	0					non-mobilizable	other	1720.0	99.709	100.0	0.0005518834668683711	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0046_000000006699	4052	0.6534788994354463	4	3	3	3	3	False	36198	maximal	True	ISR0046_000000006699	1.0		1	1	False	False	0.9849457144737244	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000018812	2342	0.6534743262331749	4	2	1	2	0	False	5320	maximal	True	SPA0092_000000018812	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	97.163	9.0	4.185412581529595e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0053_000000018314	1811	0.6534743262331749	3	2	1	2	0	False	62884	fragment	False	SPA0053_000000018314	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	97.181	99.0	0.02460578991802609	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	False	False
ISR0169_000000021307	1513	0.6534743262331749	3	2	1	2	0	False	92626	fragment	False	ISR0169_000000021307	1.0		0	0	False	False	0.9993390440940857	0					non-mobilizable	chromosome	1317.0	93.62200000000001	100.0	0.0004583587202485106	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0002_000000013797	1485	0.6534743262331749	2	2	1	2	0	False	62885	fragment	False	ISR0002_000000013797	0.9964488636363635		0	0	False	False	0.9831649661064148	0					non-mobilizable	other	1466.0	97.135	99.0	0.01993518342002778	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	False	False
SPA0030_000000021547	1408	0.6534743262331749	2	2	1	2	0	False	62885	fragment	False	ISR0002_000000013797	0.9707070707070707		0	0	False	False	0.984375	0					non-mobilizable	other	1403.0	96.86399999999999	99.0	0.019077316920395434	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	False	False
ISR0770_000000009195	1332	0.6534743262331749	2	2	1	2	0	False	22529	fragment	False	ISR0770_000000009195	1.0		0	0	False	False	0.9992492198944092	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000019511	1172	0.6534743262331749	2	2	1	2	0	False	32774	fragment	False	ISR0108_000000019511	0.995018115942029		0	0	False	False	1.0	0					non-mobilizable	chromosome	995.0	94.171	100.0	0.00034647039386085136	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0032_000000000187	1158	0.6534743262331749	2	2	1	2	0	False	73652	fragment	False	DEN0032_000000000187	0.9452296819787986		0	0	False	False	0.9792746305465698	0					non-mobilizable	other	1158.0	98.18700000000001	100.0	0.0209593855295098	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ENG0064_000000020117	1109	0.6534743262331749	2	2	1	2	0	False	62883	fragment	False	ENG0064_000000020117	1.0		0	0	False	False	0.9936879873275757	0					non-mobilizable	other	1109.0	97.295	100.0	0.015073939922111168	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	False	False
ISR0170_000000042851	1104	0.6534743262331749	2	2	1	2	0	False	32774	fragment	False	ISR0108_000000019511	0.966296928327645		0	0	False	False	1.0	0					non-mobilizable	chromosome	1005.0	94.229	99.0	0.0003499560115053267	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0090_000000036025	1691	0.6534643989237782	3	1	1	1	1	False	9552	maximal	True	MON0090_000000036025	1.0		4	2	False	False	0.9319928884506226	0					non-mobilizable	no_good_hit	1470.0	84.08200000000001	86.0	0.08802029843532895	NZ_WEHX01000052.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_52_length_16553_cov_204.700559, whole genome shotgun sequence	True	False
USA0111_01_000000015640	1616	0.6534612454144454	4	4	4	0	0	False	3546	fragment	False	USA0111_01_000000015640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	71.969	63.0	0.000443509420386973	LR698955.1	fusobacteria	Fusobacterium nucleatum isolate MGYG-HGUT-01347 genome assembly, chromosome: 1	True	False
ISR0212_000000020506	1738	0.6534581238603954	2	2	2	2	1	False	28340	fragment	False	ISR0212_000000020506	1.0		0	0	False	False	0.9988492727279663	0					non-mobilizable	no_good_hit	285.0	75.439	16.0	0.004711666495954113	NZ_BAYD01000062.1	b-proteobacteria	Paraburkholderia oxyphila NBRC 105797, whole genome shotgun sequence	True	False
ISR0387_000000020329	1171	0.6534551614489484	2	1	1	1	1	False	32603	fragment	False	ISR0387_000000020329	0.9249289613965833		0	0	False	False	0.9795047044754028	0					non-mobilizable	no_good_hit	53.0	94.34	5.0	0.0007251227130745204	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0029_000000011201	4114	0.6534548197580116	3	3	3	3	2	False	37145	maximal	True	ISR0029_000000011201	1.0		2	2	False	False	0.9953816533088684	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000010059	2582	0.6534517801161644	3	1	1	1	1	False	81226	fragment	False	ENG0054_000000010059	1.0		0	0	False	False	0.9775367975234985	0					non-mobilizable	no_good_hit								True	False
ISR0080_000000012777	2439	0.6534517801161644	2	1	1	1	1	False	81221	fragment	False	ISR0080_000000012777	1.0		0	0	False	False	0.9979499578475952	0					non-mobilizable	no_good_hit								True	False
MON0016_000000014479	2279	0.6534517801161644	3	1	1	1	1	False	81225	fragment	False	MON0016_000000014479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0099_000000016377	2071	0.6534517801161644	3	1	1	1	1	False	81219	fragment	False	MON0099_000000016377	0.8431805517032341		0	0	False	False	0.995654284954071	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000009665	2057	0.6534517801161644	3	1	1	1	1	False	81219	fragment	False	MON0099_000000016377	0.7346246970104017		0	0	False	False	0.9990277290344238	0					non-mobilizable	no_good_hit								True	False
MON0082_000000017765	1935	0.6534517801161644	3	1	1	1	1	False	81219	fragment	False	MON0099_000000016377	0.5322345226397035		0	0	False	False	0.9803617596626282	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000026032	1847	0.6534517801161644	2	1	1	1	1	False	74432	fragment	False	FIJ0021_000000026032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0129_000000014277	1762	0.6534517801161644	3	1	1	1	1	False	81219	fragment	False	MON0099_000000016377	0.429567989709308		0	0	False	False	0.9926220178604126	0					non-mobilizable	no_good_hit								True	False
FIJ0108_000000013998	1658	0.6534517801161644	3	1	1	1	1	False	81219	fragment	False	MON0099_000000016377	0.31906840488749416		0	0	False	False	0.9933655261993408	0					non-mobilizable	no_good_hit								True	False
ISR0286_000000012017	1632	0.6534517801161644	3	1	1	1	1	False	81219	fragment	False	MON0099_000000016377	0.31684175038995815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0794_000000015544	1346	0.6534517801161644	3	1	1	1	1	False	74431	fragment	False	ISR0794_000000015544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000023817	1257	0.6534517801161644	2	1	1	1	1	False	74426	fragment	False	ENG0122_000000023817	0.960607318941862		0	0	False	False	0.9984089136123657	0					non-mobilizable	no_good_hit								True	False
MON0092_000000046603	1198	0.6534517801161644	2	1	1	1	1	False	74426	fragment	False	ENG0122_000000023817	0.8102450804637804		0	0	False	False	0.9974958300590515	0					non-mobilizable	no_good_hit								True	False
DEN0046_000000020575	1153	0.6534517801161644	1	1	1	1	1	False	74426	fragment	False	ENG0122_000000023817	0.5347290197897661		0	0	False	False	0.9869904518127441	0					non-mobilizable	no_good_hit	48.0	95.833	4.0	9.320514651055796e-05	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
FIJ0133_000000019450	1951	0.6534487333706049	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.44443354212489306		0	0	False	False	1.0	0					non-mobilizable	chromosome	1961.0	95.971	100.0	0.0005482862765260424	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0166_000000003986	6406	0.6534478356096632	9	2	2	2	2	False	39037	fragment	False	FIJ0166_000000003986	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.009174311926605505	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
SPA0023_000000003574	5930	0.6534478356096632	5	2	2	2	2	False	68283	fragment	False	SPA0023_000000003574	1.0		0	0	False	False	0.9947723150253296	0					non-mobilizable	no_good_hit	63.0	98.413	1.0	0.012365376944555246	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0303_000000001825	5806	0.6534478356096632	6	2	2	2	2	False	31263	fragment	False	ISR0303_000000001825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.007977662544874352	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0217_000000002474	10925	0.6534431541667243	10	8	4	6	6	False	115573	maximal	True	ISR0217_000000002474	1.0		1	1	False	False	0.999908447265625	0					non-mobilizable	no_good_hit	2589.0	98.725	68.0	0.000814785793287741	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0038_000000002878	10236	0.6534423407399419	17	4	4	4	3	False	47695	maximal	True	FIJ0038_000000002878	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2248.0	94.21700000000001	91.0	0.0009313979796533051	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
SPA0144_000000002186	6623	0.6534415997702632	5	3	3	3	0	True	113937	maximal	True	SPA0144_000000002186	1.0		0	0	False	False	0.988071858882904	0					non-mobilizable	no_good_hit	996.0	99.29700000000001	15.0	0.0003901956193777027	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
CHI0081_000000003099	3451	0.6534337455747433	4	4	4	4	3	False	104122	maximal	True	CHI0081_000000003099	1.0		1	1	False	False	0.9988409280776978	0					non-mobilizable	no_good_hit	1378.0	84.68799999999999	58.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0230_000000003277	7339	0.6534326715694682	8	5	4	5	4	False	116695	maximal	True	ISR0230_000000003277	1.0	PS782	0	0	False	True	0.9997274875640869	0					non-mobilizable	no_good_hit	1891.0	99.68299999999999	52.0	0.0003036359196473325	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
ISR0011_000000010313	2593	0.6534293623664098	5	3	3	3	3	False	82349	fragment	False	ISR0011_000000010313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	76.07300000000001	41.0	0.0003230597522044387	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0025_000000012637	1682	0.6534202643680138	2	2	1	1	1	False	7563	fragment	False	SPA0025_000000012637	0.9914320685434517		0	0	False	False	1.0	0					non-mobilizable	plasmid	1614.0	100.0	96.0	0.22879432624113474	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	False	True
CAN0020_000000009335	3965	0.6534182726097956	5	3	2	3	2	False	95495	maximal	True	CAN0020_000000009335	1.0		6	2	False	False	0.9934425950050354	0					non-mobilizable	no_good_hit								True	False
AST0062_000000011790	1337	0.6534164484386711	3	3	3	2	2	False	125700	fragment	False	ENG0165_000000013383	0.6210946676062955		0	0	False	False	0.9977561831474304	0					non-mobilizable	other	1346.0	85.587	100.0	0.0004025450966424367	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0097_000000027768	1499	0.6534122837534108	3	3	2	3	2	False	113382	fragment	False	AST0060_000000021408	0.9184317415937927		0	0	False	False	0.9906604290008545	0					non-mobilizable	chromosome	1500.0	96.867	100.0	0.00041954115799516984	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0117_000000013913	1468	0.6534122837534108	3	3	2	3	2	False	113382	fragment	False	AST0060_000000021408	0.8055588677948846		0	0	False	False	1.0	0					non-mobilizable	chromosome	1387.0	96.9	95.0	0.00038791463974736847	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0073_000000000803	7855	0.6533990381173158	9	4	3	4	2	True	87305	maximal	True	MON0073_000000000803	1.0		5	4	False	False	1.0	0					non-mobilizable	other	3175.0	99.84299999999999	99.0	0.005422165278667521	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	True
DEN0063_000000010888	4001	0.6533974256909107	6	3	3	2	1	True	71565	fragment	False	DEN0063_000000010888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	6.337980654447206e-07	CP039350.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu01	True	True
SPA0156_000000005830	2815	0.6533974256909107	5	3	3	2	1	True	3184	fragment	False	SPA0156_000000005830	1.0		0	0	False	False	0.9996447563171387	0					non-mobilizable	no_good_hit								True	True
ISR0837_000000006025	2056	0.6533910251176457	2	1	1	1	1	False	20910	fragment	False	ISR0837_000000006025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	83.811	70.0	0.002546440479243762	NZ_HG726024.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
CHI0136_000000011796	1167	0.6533857077009252	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.5699861847367153		0	0	False	False	0.9640102982521057	0					non-mobilizable	no_good_hit	411.0	74.939	35.0	0.00011587776551135202	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0053_000000010032	1186	0.6533788912255905	1	1	1	1	1	False	86412	maximal	True	CHI0053_000000010032	1.0		39	9	False	False	0.982293426990509	0					non-mobilizable	no_good_hit								True	False
ISR0320_000000014245	1786	0.65337665690437	2	1	1	1	1	False	127930	fragment	False	MON0046_000000018301	0.7843567394325529		0	0	False	False	0.9983202815055847	0					non-mobilizable	other	1787.0	97.874	100.0	0.011411557236690776	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
AST0005_000000024211	1112	0.6533762895084482	2	2	2	2	2	False	127725	fragment	False	SPA0027_000000032168	0.6405640564056406		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	98.20100000000001	100.0	0.01096969756810395	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ENG0164_000000011826	1707	0.6533721952352999	2	2	2	2	1	False	56279	fragment	False	ENG0164_000000011826	1.0		0	0	False	False	0.9677797555923462	0					non-mobilizable	chromosome	1723.0	83.807	99.0	0.0002525928567807396	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
MON0104_000000012678	3448	0.6533645137687569	6	4	4	4	1	True	118503	maximal	True	MON0104_000000012678	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1733.0	96.01799999999999	50.0	0.0027700122187605957	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	True
CHI0186_000000006542	2953	0.6533598953974699	3	2	2	1	1	False	128407	maximal	True	CHI0186_000000006542	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0039_000000004370	4006	0.6533590792030163	5	5	4	5	3	False	116718	maximal	True	AST0039_000000004370	1.0		2	2	False	False	0.9917623400688171	0					non-mobilizable	other	3825.0	97.046	95.0	0.004674756194143763	NZ_QSGP01000002.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf2, whole genome shotgun sequence	False	False
ENG0183_000000006246	4419	0.6533569810673312	6	6	5	6	6	False	55175	maximal	True	ENG0183_000000006246	1.0		1	1	False	False	0.9997736811637878	0					non-mobilizable	no_good_hit	870.0	78.391	20.0	0.0015548130000341519	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
MON0035_000000003819	5953	0.6533563067421275	8	5	4	4	2	False	96272	fragment	False	MAD0089_000000002262	0.4082606061990113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	79.37899999999999	6.0	0.0015935567642171595	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0140_000000010052	2465	0.653352800136371	3	3	3	3	2	False	31247	maximal	True	ISR0140_000000010052	1.0		3	3	False	False	1.0	0					non-mobilizable	other	2468.0	99.23	100.0	0.07150724637681159	NZ_JAAISM010000047.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_47_length_34500_cov_202.351, whole genome shotgun sequence	False	False
USA0130_01_000000024717	1345	0.6533520936646975	2	2	2	2	2	False	99470	fragment	False	USA0130_01_000000024717	1.0		0	0	False	False	0.9962825179100037	0					non-mobilizable	other	1363.0	93.03	100.0	0.00040977103704589106	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
BAN0014_000000001950	1813	0.6533449854895977	4	4	4	4	3	False	101092	fragment	False	BAN0014_000000001950	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	80.442	97.0	0.0003337131064955616	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0084_000000014714	1314	0.6533426432088136	3	2	2	2	1	False	46221	fragment	False	SPA0084_000000014714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0201_000000002543	3382	0.6533405896651345	4	4	2	4	4	True	77091	fragment	False	MAD0041_000000008285	0.6633889776352146		0	0	False	False	1.0	0					non-mobilizable	plasmid	3385.0	97.459	100.0	0.04795706862772935	MN823993.1	enterobacteria	Klebsiella pneumoniae strain 20130907-4 plasmid p309074-2FII, complete sequence	False	True
DEN0084_000000000081	6730	0.6533341981988909	10	9	3	5	8	True	113921	fragment	False	ISR0088_000000002906	0.9569337012748012		0	0	False	False	1.0	0					non-mobilizable	other	6730.0	99.985	100.0	0.01827187044323338	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0106_000000027073	1408	0.653328662120336	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.15985561865999973		0	0	False	False	1.0	0					non-mobilizable	other	1364.0	84.238	97.0	0.00043598472833464107	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0131_000000011836	2193	0.6533259933774244	2	2	2	2	2	False	97346	maximal	True	SPA0131_000000011836	1.0		60	7	False	False	0.9895120859146118	0					non-mobilizable	other	2214.0	82.611	100.0	0.007826723941738735	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0847_000000013538	2077	0.6533259933774244	3	2	2	2	2	False	97345	fragment	False	SPA0132_000000015268	0.4359802192048927		0	0	False	False	0.9995185136795044	0					non-mobilizable	other	2078.0	99.086	100.0	0.005680155554765505	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0393_000000005764	3000	0.6533259566337806	4	3	3	3	3	False	22781	maximal	True	ISR0393_000000005764	1.0		6	2	False	False	0.9959999918937683	0					non-mobilizable	no_good_hit	1013.0	76.111	34.0	0.0035122475245107443	NZ_FRDH01000006.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
ENG0063_000000000051	88531	0.6533248156897271	76	13	4	11	6	False	115487	maximal	False	AUS0014_000000000041	0.8579862947314949	PS49	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	246.0	99.59299999999999	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ETH0003_000000022656	1811	0.6533229340331771	2	2	2	2	2	False	119061	fragment	False	ETH0003_000000022656	1.0		0	0	False	False	0.98619544506073	0					non-mobilizable	no_good_hit								True	False
ENG0191_000000026743	1221	0.6533223686421895	3	3	3	3	3	False	54671	fragment	False	ENG0191_000000026743	1.0		0	0	False	False	0.9983620047569275	0					non-mobilizable	no_good_hit	455.0	70.98899999999999	37.0	7.782082326130122e-05	NZ_CM000745.1	firmicutes	Bacillus pseudomycoides DSM 12442 chromosome, whole genome shotgun sequence	True	False
ENG0182_000000002671	9011	0.6533203692040475	5	5	4	5	5	False	55253	maximal	True	ENG0182_000000002671	1.0		8	1	False	False	0.9997780323028564	0					non-mobilizable	no_good_hit	68.0	88.235	1.0	1.1627117979324902e-05	CP031728.1	g-proteobacteria	Cellvibrio sp. KY-GH-1 chromosome, complete genome	True	False
ISR0216_000000013995	1224	0.6533134601908642	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.253648526035535		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	94.12700000000001	100.0	0.017026439089692102	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0054_000000006524	3872	0.6533133201316833	4	4	4	3	2	True	100777	maximal	True	ENG0054_000000006524	1.0		34	7	False	False	1.0	0					non-mobilizable	no_good_hit	2034.0	95.52600000000001	53.0	0.0006215486926687828	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	True
MON0078_000000004866	7034	0.6533042201043883	9	6	5	6	4	False	124940	maximal	True	MON0078_000000004866	1.0		27	8	False	False	0.9975831508636475	0					non-mobilizable	no_good_hit	2728.0	78.079	46.0	0.006465266746735887	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0133_000000004023	4447	0.653303304888015	3	3	3	3	2	False	83124	fragment	False	ISR0133_000000004023	1.0		0	0	False	False	0.9993253946304321	0					non-mobilizable	no_good_hit	3399.0	97.234	76.0	0.010800275968193713	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0207_000000024767	1232	0.6532919281888723	1	1	1	1	1	False	46304	fragment	False	FIJ0054_000000017921	0.29783933097605064		0	0	False	False	0.9829545617103577	0					non-mobilizable	other	1164.0	82.99	94.0	0.0014316765902235877	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
AST0093_000000009448	1850	0.6532859564845577	3	2	2	2	2	False	109530	fragment	False	AST0093_000000009448	1.0		0	0	False	False	0.9967567324638367	0					non-mobilizable	other	1571.0	98.154	100.0	0.019822118907446243	NZ_NFJN01000015.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_15, whole genome shotgun sequence	False	False
ISR0382_000000007454	1912	0.6532855839792185	2	2	2	2	1	True	23118	fragment	False	ISR0382_000000007454	1.0		0	0	False	False	0.9968619346618652	0					non-mobilizable	no_good_hit	776.0	78.737	60.0	0.00020819707015348992	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0048_000000010187	3070	0.6532827757319764	5	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9274281535812188		0	0	False	False	1.0	0					non-mobilizable	chromosome	3070.0	99.772	100.0	0.0013934003328173938	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
ISR0305_000000005404	3050	0.6532827757319764	5	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9225032427135414		0	0	False	False	1.0	0					non-mobilizable	other	3050.0	98.721	100.0	0.0014586209619337255	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
MAD0099_000000010326	2942	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9429753875865668		0	0	False	False	1.0	0					non-mobilizable	chromosome	2943.0	99.694	100.0	0.0013354625684640184	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0222_000000018164	2933	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9411202344302279		0	0	False	False	1.0	0					non-mobilizable	other	2934.0	98.90899999999999	100.0	0.0013312321681609933	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
AST0005_000000009845	2918	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9237120375014275		0	0	False	False	1.0	0					non-mobilizable	other	2918.0	99.931	100.0	0.0013239700765515232	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0354_000000006606	2918	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9236239225795959		0	0	False	False	0.9996572732925415	0					non-mobilizable	other	2918.0	99.96600000000001	100.0	0.0013239700765515232	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0370_000000009002	2910	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9177161630709884		0	0	False	False	0.9996563792228699	0					non-mobilizable	other	2910.0	99.244	100.0	0.0013921024863074829	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
ISR0118_000000005121	2906	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9186704911940742		0	0	False	False	0.9913970828056335	0					non-mobilizable	chromosome	2906.0	99.381	100.0	0.0013193702629838752	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
ISR0297_000000004593	2905	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9224398544058068		0	0	False	False	1.0	0					non-mobilizable	other	2905.0	99.897	100.0	0.0013180696271188287	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ENG0191_000000010260	2904	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9224992088505191		0	0	False	False	0.9996556639671326	0					non-mobilizable	other	2904.0	99.931	100.0	0.0013171618656676448	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0076_000000008618	2904	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9225350385659973		0	0	False	False	1.0	0					non-mobilizable	other	2904.0	99.759	100.0	0.0013176157463932368	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0140_000000008871	2903	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9225285559384402		0	0	False	False	1.0	0					non-mobilizable	other	2903.0	99.931	100.0	0.0013171618656676448	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0262_000000005441	2903	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9228059471941216		0	0	False	False	0.999655544757843	0					non-mobilizable	other	2903.0	99.96600000000001	100.0	0.0013171618656676448	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
AST0046_000000006444	2903	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9201346077508297		0	0	False	False	0.9993110299110413	0					non-mobilizable	chromosome	2903.0	99.449	100.0	0.0013173053615508433	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
AST0050_000000004567	2903	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9183668500636344		0	0	False	False	1.0	0					non-mobilizable	other	2903.0	99.242	100.0	0.0013887526350169527	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
AST0060_000000009835	2903	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9183668500636344		0	0	False	False	1.0	0					non-mobilizable	other	2903.0	99.242	100.0	0.0013887526350169527	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
ISR0325_000000006640	2903	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9223235741537495		0	0	False	False	0.999655544757843	0					non-mobilizable	other	2903.0	99.96600000000001	100.0	0.0013171618656676448	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
AST0102_000000010472	2903	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9217101075618271		0	0	False	False	1.0	0					non-mobilizable	other	2903.0	99.897	100.0	0.0013171618656676448	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0039_000000011991	2902	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9216812952700926		0	0	False	False	1.0	0					non-mobilizable	other	2902.0	99.62100000000001	100.0	0.0013167079849420531	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
SPA0105_000000009123	2900	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9188331744153485		0	0	False	False	1.0	0					non-mobilizable	chromosome	2900.0	99.51700000000001	100.0	0.0013159435710323553	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0096_000000008228	2898	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9215262762937466		0	0	False	False	1.0	0					non-mobilizable	other	2898.0	99.896	100.0	0.0013148924620396856	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0152_000000008169	2896	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9209413678806321		0	0	False	False	1.0	0					non-mobilizable	other	2896.0	100.0	100.0	0.0013139847005885017	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0126_000000016970	2896	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9200077859012306		0	0	False	False	1.0	0					non-mobilizable	chromosome	2896.0	100.0	100.0	0.0013141278503410378	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
FIJ0034_000000009725	2896	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9207386984105509		0	0	False	False	1.0	0					non-mobilizable	other	2896.0	99.931	100.0	0.0013139847005885017	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0067_000000009787	2895	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9201185815387785		0	0	False	False	1.0	0					non-mobilizable	other	2895.0	99.931	100.0	0.0013135308198629098	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ENG0112_000000009600	2894	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9186378387643365		0	0	False	False	0.9989633560180664	0					non-mobilizable	other	2894.0	99.689	100.0	0.001313076939137318	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0128_000000012181	2892	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9166269959146857		0	0	False	False	1.0	0					non-mobilizable	chromosome	2892.0	99.37799999999999	100.0	0.0013130118520779286	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
ISR0137_000000009220	2882	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9146563022974633		0	0	False	False	1.0	0					non-mobilizable	chromosome	2882.0	99.48	100.0	0.0013077728279214265	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
FIJ0107_000000009481	2872	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9140369843653401		0	0	False	False	1.0	0					non-mobilizable	chromosome	2872.0	99.791	100.0	0.0013032335261931327	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
SPA0021_000000011515	2867	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9090900881761611		0	0	False	False	1.0	0					non-mobilizable	other	2865.0	99.26700000000001	100.0	0.0013705677280112171	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
SPA0101_000000015499	2852	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9086176807881104		0	0	False	False	0.9992987513542175	0					non-mobilizable	chromosome	2852.0	99.79	100.0	0.0012941549227365452	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
FIJ0123_000000011318	2839	0.6532827757319764	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9051606118939917		0	0	False	False	1.0	0					non-mobilizable	other	2839.0	99.965	100.0	0.0012881134992297643	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
MON0025_000000002640	7825	0.6532762996516213	5	5	1	0	5	False	80372	fragment	False	MON0025_000000002640	0.9638340211019972		0	0	False	False	0.9998722076416016	0			MPF_I		non-mobilizable	plasmid	7720.0	99.90899999999999	99.0	0.07898291210477847	CP056904.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_3, complete sequence	False	True
CHI0039_000000005283	2475	0.6532736239476503	5	3	2	2	3	False	87799	maximal	True	CHI0039_000000005283	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	74.71300000000001	28.0	0.0003316778408786421	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
ISR0025_000000025341	1555	0.653272421270213	2	2	2	1	1	False	101406	fragment	False	ISR0025_000000025341	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	98.87700000000001	94.0	0.011696771066919659	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0812_000000003795	9384	0.6532713321918701	19	10	5	7	8	True	96195	maximal	True	ISR0812_000000003795	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3850.0	98.234	75.0	0.0010516560781183367	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0392_000000003388	7733	0.653268289721452	12	11	5	7	9	True	121152	maximal	True	ISR0392_000000003388	1.0		72	6	False	False	1.0	0					non-mobilizable	no_good_hit	5301.0	92.303	68.0	0.07516912340667949	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	True
FIJ0122_000000012941	1234	0.6532679040646948	2	2	2	1	2	False	83277	fragment	False	ISR0263_000000008822	0.24075875486381323		0	0	False	False	0.9943273663520813	0					non-mobilizable	other	1234.0	96.84	100.0	0.028189300411522632	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0028_000000007434	4086	0.6532675430434649	6	6	5	4	2	True	48958	fragment	False	FIJ0028_000000007434	0.9929811128126595		0	0	False	False	0.9995105266571045	0					non-mobilizable	plasmid	3913.0	99.949	96.0	0.11841627315655648	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0017_000000009456	2056	0.6532647848205012	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.1613839450953696		0	0	False	False	0.9990272521972656	0					non-mobilizable	other	2056.0	98.979	100.0	0.003580243470500467	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0335_000000018223	1107	0.653263211906688	1	1	1	1	1	False	24473	maximal	True	ISR0335_000000018223	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	98.986	71.0	0.002300790385732764	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ETH0005_000000007386	6584	0.6532629122635466	8	5	5	5	5	False	52801	maximal	True	ETH0005_000000007386	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	77.907	13.0	0.00017547497339600622	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0076_000000009841	2559	0.6532612748302499	3	2	2	2	2	False	119060	fragment	False	ISR0076_000000009841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	100.0	8.0	6.395288759068267e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0079_000000004551	6477	0.6532583377129139	8	7	5	5	7	False	98352	fragment	False	FIJ0079_000000004551	0.9984526983716259		0	0	False	False	0.9998456239700317	0					non-mobilizable	plasmid	6477.0	99.954	100.0	0.052060388764731416	LC484363.1	enterobacteria	Escherichia coli C1 plasmid pColV-C1 DNA, complete sequence	False	True
MON0010_000000002213	8026	0.6532572802317541	6	6	4	6	6	False	44897	maximal	True	MON0010_000000002213	1.0		2	1	False	False	0.9998754262924194	0					non-mobilizable	no_good_hit	626.0	71.725	8.0	0.7045977011494253	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
DEN0045_000000003097	9249	0.6532567830699422	3	2	1	2	1	False	89095	fragment	False	DEN0045_000000003097	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3198.0	87.367	51.0	0.0008836385246402408	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0015_000000008752	2024	0.6532554484447229	4	2	2	1	1	False	66862	maximal	True	ENG0015_000000008752	1.0		0	0	False	False	0.981225311756134	0					non-mobilizable	no_good_hit	1356.0	82.375	88.0	0.0003372315696925171	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0010_000000016710	2673	0.6532536861551177	3	3	3	3	3	False	94777	fragment	False	DEN0010_000000016710	0.9602394832916465		0	0	False	False	0.996632993221283	0					non-mobilizable	no_good_hit	1137.0	71.944	52.0	0.0003955630363517827	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0152_000000006357	3777	0.6532473770887767	5	2	2	2	1	False	31380	fragment	False	ISR0152_000000006357	0.9981628038439796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1881.0	98.03299999999999	72.0	0.011987438084052494	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	False
ISR0137_000000007657	3538	0.6532473770887767	4	2	2	2	1	False	31380	fragment	False	ISR0152_000000006357	0.9666401906274822		0	0	False	False	0.9997173547744751	0					non-mobilizable	no_good_hit	1769.0	98.361	70.0	0.0112789153857938	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	False
CAN0012_000000027590	1683	0.6532438552748715	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.02123770459659475		0	0	False	False	0.9952465891838074	0					non-mobilizable	chromosome	1127.0	83.319	93.0	0.00039486401539652073	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0058_000000004686	5975	0.6532419921669105	7	5	3	5	5	False	116709	maximal	True	ENG0058_000000004686	1.0	PS782	8	4	False	True	0.9986611008644104	0					non-mobilizable	no_good_hit	3534.0	99.57600000000001	63.0	0.000498671245088801	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
DEN0011_000000005809	6258	0.6532391777996175	7	4	2	4	2	True	75784	fragment	False	DEN0011_000000005809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	77.07300000000001	27.0	0.0002695943769105825	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0183_000000009915	3413	0.6532324988308856	3	2	2	2	0	True	108984	maximal	False	ISR0021_000000006157	0.9643053267435475		0	0	False	False	0.9926750659942627	0					non-mobilizable	no_good_hit	99.0	97.98	7.0	0.0002581284109825737	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	True
ENG0141_000000009404	2897	0.6532324988308856	4	2	2	2	0	True	108983	fragment	False	ENG0141_000000009404	1.0		0	0	False	False	0.9965481758117676	0					non-mobilizable	no_good_hit	293.0	100.0	10.0	4.443502989929683e-05	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	True
FIJ0003_000000008503	2877	0.6532320568854962	3	3	3	3	2	False	52203	maximal	True	FIJ0003_000000008503	1.0		21	5	False	False	0.9794925451278687	0					non-mobilizable	other	2824.0	91.431	98.0	0.012650883658104316	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	False	False
ISR0804_000000004936	3633	0.6532275338057315	7	2	1	2	1	False	21823	maximal	True	ISR0804_000000004936	1.0		1	1	False	False	0.9972474575042725	0					non-mobilizable	no_good_hit	936.0	82.37200000000001	25.0	0.00025939251004829814	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AUS0002_000000001051	18517	0.6532247668588078	37	6	5	5	6	False	103159	maximal	True	AUS0002_000000001051	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	71.601	4.0	0.0033991848300143263	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
ENG0057_000000007610	3015	0.6532200975928709	4	3	2	2	3	False	63557	maximal	True	ENG0057_000000007610	1.0		220	12	False	False	1.0	0					non-mobilizable	chromosome	1106.0	83.544	90.0	0.00037059015388074535	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0020_01_000000012735	2749	0.653218190684766	4	3	2	2	2	True	80848	maximal	True	USA0020_01_000000012735	1.0		2	2	False	False	0.9996362328529358	0					non-mobilizable	no_good_hit	1011.0	99.505	37.0	0.0002730238882386175	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	True
USA0052_01_000000006917	2326	0.6532114132996398	4	2	2	2	2	False	118625	fragment	False	USA0052_01_000000006917	0.8131459452019486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1635.0	92.355	83.0	0.0003007709439653322	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
AST0035_000000006162	2663	0.6531993172441859	4	3	3	3	2	False	116838	maximal	True	AST0035_000000006162	1.0		3	1	False	False	0.9936162233352661	0					non-mobilizable	no_good_hit	1090.0	99.266	51.0	0.0002898210534636011	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0134_000000018837	2089	0.6531980244237069	2	2	2	2	2	False	58190	fragment	False	ENG0134_000000018837	0.9848119575699132		0	0	False	False	0.9947343468666077	0					non-mobilizable	other	2052.0	99.61	99.0	0.007436305559281967	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0818_000000002944	5546	0.6531917248703607	7	5	3	5	4	False	21361	maximal	True	ISR0818_000000002944	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2026.0	99.803	37.0	0.009879301765101916	NZ_VJZV01000010.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold10_1, whole genome shotgun sequence	True	False
SPA0036_000000005935	3898	0.6531889387377474	4	4	3	3	2	False	7109	maximal	True	SPA0036_000000005935	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	2254.0	98.98	80.0	0.0004355835124377589	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
MAD0048_000000007655	3035	0.6531727667443954	4	3	2	3	2	False	49523	maximal	True	MAD0048_000000007655	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0065_000000000977	11317	0.6531672146423962	17	11	2	7	8	True	101272	maximal	True	FIJ0065_000000000977	1.0		65	10	False	False	0.9999116659164429	0					non-mobilizable	no_good_hit	6479.0	97.74700000000001	58.0	0.06586028342099105	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
SPA0116_000000018941	2134	0.6531637513416887	3	2	2	2	1	True	23439	fragment	False	MAD0091_000000006456	0.9141630901287554		0	0	False	False	0.9920337200164795	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006087662337662338	NZ_AVCH01000073.1	g-proteobacteria	Arenimonas malthae CC-JY-1 contig17, whole genome shotgun sequence	True	True
MON0052_000000006662	3545	0.6531622011971889	6	5	5	5	3	False	53461	maximal	True	MON0052_000000006662	1.0		0	0	False	False	0.9844852089881897	0					non-mobilizable	no_good_hit	644.0	99.53399999999999	32.0	0.0001738580728684338	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0095_000000006273	4322	0.6531620499188094	5	5	5	5	5	False	89620	maximal	True	ENG0095_000000006273	1.0		617	14	False	False	1.0	0					non-mobilizable	other	4135.0	97.557	96.0	0.05666273746539105	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ISR0090_000000013159	2174	0.6531584579456616	4	3	2	3	2	True	124250	fragment	False	ISR0071_000000003227	0.1484049961929507		0	0	False	False	0.9995400309562683	0		MOBV			mobilizable	other	2097.0	99.714	97.0	0.0004890007493656522	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
MON0105_000000025558	2129	0.6531584579456616	4	3	2	3	2	True	124277	fragment	False	ENG0208_000000012463	0.41441768449074284		0	0	False	False	1.0	0		MOBV			mobilizable	other	2129.0	100.0	100.0	0.005405364214355205	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
MAD0077_000000008317	1487	0.6531572240563788	2	1	1	1	1	False	16217	maximal	True	MAD0077_000000008317	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	79.252	58.0	0.0002346948790821159	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0005_000000011797	2739	0.6531563848284544	2	2	2	2	1	False	51904	maximal	True	FIJ0005_000000011797	1.0		108	8	False	False	0.9978094100952148	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	1.2723520445425004e-05	CP017831.1	firmicutes	Butyrivibrio hungatei strain MB2003 chromosome I, complete sequence	True	False
SPA0009_000000020589	1788	0.6531548122963403	2	2	1	1	2	False	88684	fragment	False	SPA0009_000000020589	0.9912177985948478		0	0	False	False	0.9921700358390808	0					non-mobilizable	no_good_hit								True	False
MON0084_000000004715	5267	0.6531392597668396	1	1	1	1	1	False	9833	fragment	False	MON0084_000000004715	1.0		0	0	False	False	0.9962027668952942	0					non-mobilizable	no_good_hit	3360.0	87.82700000000001	75.0	0.0013045972187246426	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0015_000000023748	1370	0.6531334792880324	1	1	1	1	1	False	83416	fragment	False	MON0011_000000030282	0.5972594782731593		0	0	False	False	0.9963503479957581	0					non-mobilizable	other	1368.0	99.415	100.0	0.0029087643815737117	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0132_000000001487	18228	0.6531309852207925	23	7	1	6	2	False	106860	maximal	False	SPA0057_000000001179	0.6796718007803546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0057_000000001179	17990	0.6531309852207925	23	7	1	6	2	False	106860	maximal	True	SPA0057_000000001179	0.7767957305897655		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0048_000000001186	16618	0.6531309852207925	20	7	1	6	2	False	106860	maximal	False	SPA0057_000000001179	0.15979589198205904		0	0	False	False	0.9990973472595215	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	7.457970411483704e-05	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0113_000000001757	16475	0.6531309852207925	22	7	1	6	2	False	106860	maximal	False	SPA0057_000000001179	0.2100759308113296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000001838	14242	0.6531309852207925	21	7	1	6	2	False	106859	fragment	False	SPA0111_000000001838	1.0		0	0	False	False	0.9998595714569092	0					non-mobilizable	no_good_hit								True	False
ENG0123_000000000945	12918	0.6531159894352689	13	10	8	9	3	True	73958	maximal	True	ENG0123_000000000945	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	7535.0	96.669	66.0	0.0025401907117800038	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
ENG0068_000000003640	6224	0.6531135354727091	6	6	5	5	6	False	98352	fragment	False	FIJ0079_000000004551	0.9753251415718743		0	0	False	False	1.0	0					non-mobilizable	plasmid	6224.0	99.984	100.0	0.04010414317108223	CP026940.2	enterobacteria	Escherichia coli strain CFS3313 plasmid pCFS3313-1, complete sequence	False	True
ISR0174_000000000780	27130	0.6531103499859875	41	8	5	6	3	False	29912	maximal	True	ISR0174_000000000780	1.0		3	1	True	True	1.0	14					non-mobilizable	no_good_hit	36.0	100.0	0.0	7.416973340854851e-06	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	True
ENG0097_000000017959	1745	0.6531070801470258	2	2	2	2	2	False	102220	fragment	False	ISR0855_000000007730	0.2532881886400823		0	0	False	False	0.9914039969444275	0					non-mobilizable	other	942.0	94.904	94.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0050_000000018394	1519	0.6531014037519145	3	3	1	2	3	True	64130	maximal	True	ENG0050_000000018394	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1517.0	91.958	99.0	0.0007920560332621737	CP020433.2	firmicutes	Streptococcus intermedius strain FDAARGOS_233 chromosome, complete genome	False	True
CHI0068_000000004488	2954	0.6530929480415972	4	2	2	1	1	False	85161	maximal	True	CHI0068_000000004488	1.0		0	0	False	False	0.9983074069023132	0					non-mobilizable	no_good_hit	702.0	98.71799999999999	24.0	9.89438275706905e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0119_000000011163	2924	0.6530908870300086	3	3	3	3	2	False	104116	fragment	False	SPA0119_000000011163	1.0		0	0	False	False	0.9996579885482788	0					non-mobilizable	no_good_hit	967.0	86.66	43.0	0.0002145393590703413	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0046_000000023620	1409	0.6530882353968559	3	3	3	3	2	False	66670	fragment	False	SPA0046_000000023620	0.9805325988368466		0	0	False	False	0.9971610903739929	0					non-mobilizable	other	1409.0	100.0	100.0	0.017786985687034955	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
MAD0066_000000013245	2093	0.6530844719696246	2	2	2	2	1	False	97232	fragment	False	MAD0066_000000013245	0.9749365786735835		0	0	False	False	1.0	0					non-mobilizable	other	2093.0	98.853	100.0	0.021457950827238878	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
FIJ0076_000000005199	3144	0.6530825874361896	3	3	3	3	3	False	108867	maximal	False	ISR0260_000000003905	0.9802812968688004		0	0	False	False	0.9990457892417908	0					non-mobilizable	no_good_hit								True	False
ISR0323_000000019285	1177	0.6530807994413871	1	1	1	1	1	False	80760	fragment	False	CHI0178_000000008197	0.48879310344827587		0	0	False	False	0.9855564832687378	0					non-mobilizable	no_good_hit								True	False
AST0108_000000016418	1727	0.6530775320757779	3	3	3	1	1	False	107152	fragment	False	AST0108_000000016418	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1680.0	100.0	97.0	0.0017142676279089714	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
ISR0149_000000014266	1286	0.6530689411861567	2	2	2	2	2	False	109786	fragment	False	ISR0213_000000019947	0.8145287553067923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	71.389	83.0	0.0029202873759835786	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0004_000000000562	20830	0.6530626764700467	17	11	4	11	5	True	14265	maximal	True	MON0004_000000000562	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	77.215	5.0	0.0012365125716172244	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0019_000000006492	4217	0.6530545169327671	4	3	3	3	2	False	7769	maximal	True	SPA0019_000000006492	1.0		3	1	False	False	0.9988143444061279	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00024750056990262807	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
ISR0821_000000024008	1362	0.6530524640443015	2	2	2	2	2	False	41702	fragment	False	ISR0821_000000024008	1.0		0	0	False	False	0.9904552102088928	0					non-mobilizable	chromosome	1362.0	99.927	100.0	0.0002635005300019845	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
ENG0188_000000009835	2658	0.6530512419809474	4	3	3	3	3	False	75003	fragment	False	ENG0188_000000009835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	73.23100000000001	31.0	0.000286003032180828	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
MON0090_000000005570	8744	0.6530489060736097	9	4	2	4	3	False	101199	maximal	False	ETH0002_000000002838	0.7244356351927353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	86.765	5.0	5.361817298609742e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0135_000000004462	4232	0.6530486594347773	4	4	1	1	4	True	107048	fragment	False	ISR0135_000000004462	0.98602949307781		0	0	False	False	0.9995273947715759	0					non-mobilizable	other	4232.0	99.85799999999999	100.0	0.048182066703116457	NZ_QSFT01000015.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf15, whole genome shotgun sequence	False	True
ISR0155_000000005860	4180	0.6530486594347773	4	4	1	1	4	True	107048	fragment	False	ISR0135_000000004462	0.9524033865758603		0	0	False	False	1.0	0					non-mobilizable	other	4180.0	100.0	100.0	0.047601148168398034	NZ_QSFT01000015.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf15, whole genome shotgun sequence	False	True
AST0110_000000004536	4146	0.6530486594347773	4	4	1	1	4	True	107048	fragment	False	ISR0135_000000004462	0.9779945603634672		0	0	False	False	0.9990352392196655	0					non-mobilizable	chromosome	4145.0	99.95200000000001	99.0	0.0008367790226929867	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
ISR0363_000000003649	4984	0.6530446244137665	5	4	3	3	2	True	53130	fragment	False	MON0049_000000003791	0.5751605059202907		0	0	False	False	0.999799370765686	0					non-mobilizable	no_good_hit	4168.0	92.514	88.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0067_000000013390	1369	0.6530392019709002	1	1	1	1	1	False	10584	maximal	True	MON0067_000000013390	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1229.0	99.675	100.0	0.00041099319786176437	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
AST0099_000000014018	1504	0.6530349184165468	2	2	2	1	1	False	122136	fragment	False	AST0019_000000019239	0.6109483168291585		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	96.205	95.0	0.02412090987735993	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
FIJ0010_000000014976	1286	0.6530333340547737	1	1	1	1	1	False	51042	fragment	False	FIJ0151_000000013379	0.9641552566501099		0	0	False	False	0.9992223978042603	0					non-mobilizable	chromosome	1286.0	100.0	100.0	0.00024586732425174057	CP023949.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_447 chromosome, complete genome	False	False
ISR0400_000000005632	3157	0.6530277890196704	3	3	2	3	2	True	115710	fragment	False	SPA0135_000000007042	0.9274207935878142		0	0	False	False	1.0	0					non-mobilizable	other	3158.0	97.65700000000001	100.0	0.20928376670878499	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
AST0148_000000001660	16080	0.6530201482416769	20	7	5	6	3	False	105228	maximal	True	AST0148_000000001660	1.0		6	3	False	False	0.9988806247711182	0					non-mobilizable	no_good_hit	59.0	98.305	0.0	0.0003186252966511383	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0090_000000017417	1649	0.6530200519246007	3	3	1	3	1	True	68724	fragment	False	DEN0090_000000017417	1.0		0	0	False	False	0.9981806874275208	0					non-mobilizable	no_good_hit								True	True
ENG0186_000000002848	6478	0.6530077340899854	13	4	3	4	4	True	112129	maximal	True	ENG0186_000000002848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2462.0	99.87799999999999	76.0	0.014175124125934545	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0130_000000007260	2229	0.6529952050155977	3	2	2	2	2	False	81100	maximal	True	CHI0130_000000007260	1.0		17	5	False	False	0.9995513558387756	0					non-mobilizable	no_good_hit	1052.0	75.475	46.0	0.07805429864253394	NZ_FNUK01000033.1	firmicutes	Caloramator fervidus strain DSM 5463, whole genome shotgun sequence	True	False
TAN0010_000000004031	3225	0.6529865626689952	4	4	4	4	4	False	2630	maximal	True	TAN0010_000000004031	1.0		5	1	False	False	0.994728684425354	0					non-mobilizable	no_good_hit	162.0	80.86399999999999	5.0	0.000695330722175769	NZ_JSXC01000002.1	enterobacteria	Pectobacterium fontis strain M022 Contig2, whole genome shotgun sequence	True	False
DEN0005_000000030552	1283	0.6529849734918735	3	3	3	3	2	False	76438	maximal	True	DEN0005_000000030552	1.0		44	8	False	False	0.9961028695106506	0					non-mobilizable	no_good_hit	596.0	85.738	87.0	0.0009319006537424283	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
CHI0163_000000010179	1115	0.6529839002351253	2	2	2	2	2	False	78437	maximal	True	CHI0163_000000010179	1.0		27	7	False	False	0.9838564991950989	0					non-mobilizable	other	1122.0	84.67	99.0	0.015991716520938795	NZ_BAKJ01000024.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
ISR0133_000000010553	2006	0.6529781161417026	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.4465652066526371		0	0	False	False	1.0	0					non-mobilizable	chromosome	2020.0	87.376	99.0	0.0006465705491949616	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0074_000000016380	1419	0.6529718866824612	2	2	1	1	2	False	67343	fragment	False	ENG0074_000000016380	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	95.509	100.0	0.0011732395622990207	NZ_FQXY01000009.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
MAD0064_000000014540	1542	0.6529713188107746	3	1	1	1	1	True	16670	maximal	True	MAD0064_000000014540	1.0		1	1	False	False	0.9980545043945312	0					non-mobilizable	no_good_hit								True	True
CHI0115_000000002260	3489	0.6529664629061755	3	3	1	3	2	True	82235	fragment	False	CHI0115_000000002260	1.0		0	0	False	False	0.9997133612632751	0			MPF_T		non-mobilizable	plasmid	3489.0	99.656	100.0	0.026837581847699802	CP042972.1	enterobacteria	Escherichia coli strain CFSAN061769 plasmid pCFSAN061769_03, complete sequence	False	True
FIJ0166_000000007603	3190	0.6529585313476317	3	3	3	3	3	False	39025	maximal	True	FIJ0166_000000007603	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0059_000000017504	1349	0.6529553503683103	2	2	1	1	2	False	6263	fragment	False	SPA0059_000000017504	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	96.0	100.0	0.00031285782676495206	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0023_000000001410	13083	0.6529522481719542	11	6	3	6	2	True	66287	maximal	True	ENG0023_000000001410	1.0		2	2	False	False	0.9959489703178406	0					non-mobilizable	no_good_hit								True	True
FIJ0108_000000012974	1779	0.6529501222709443	2	2	2	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.1805148328509791		0	0	False	False	1.0	0					non-mobilizable	other	1779.0	99.60700000000001	100.0	0.003911681362972349	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0029_000000014269	3222	0.6529461805626867	4	4	4	4	2	False	37134	fragment	False	ISR0029_000000014269	1.0		0	0	False	False	0.9996896386146545	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.0001647385393457409	NZ_AXBE01000012.1	a-proteobacteria	Leisingera aquimarina DSM 24565 Leiaq_neu_scaffold_2516677487.5_C, whole genome shotgun sequence	True	False
ENG0166_000000024274	1243	0.6529443080159478	2	2	2	1	1	False	56108	maximal	True	ENG0166_000000024274	1.0		21	8	False	False	1.0	0					non-mobilizable	other	1243.0	99.035	100.0	0.00032737553855256184	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
MAD0087_000000002313	9760	0.6529317071135284	13	10	8	7	9	False	97681	fragment	False	MAD0087_000000002313	0.9894630268983116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3722.0	82.751	62.0	0.023571752183928582	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
AST0035_000000008164	1991	0.6529233913971767	3	3	3	3	2	False	116810	maximal	True	AST0035_000000008164	1.0		14	8	False	False	0.993972897529602	0					non-mobilizable	no_good_hit	538.0	86.245	27.0	0.001814097258584869	NZ_FOZH01000008.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ENG0027_000000006938	3082	0.6529225566673812	4	3	3	3	3	False	130811	maximal	True	ENG0027_000000006938	1.0		71	9	False	False	1.0	0					non-mobilizable	chromosome	2944.0	86.54899999999999	95.0	0.00044754596895147937	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0020_000000010499	1875	0.6529197369015076	3	3	3	2	2	False	66467	maximal	True	ENG0020_000000010499	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1120.0	91.071	70.0	0.0004905691478914733	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0067_000000003047	7188	0.6529194264184466	6	5	5	5	4	False	95672	maximal	True	SPA0067_000000003047	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6618.0	99.62200000000001	92.0	0.0016600625484268548	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0276_000000002908	3563	0.652917497896258	6	3	2	2	3	False	92917	maximal	True	ISR0276_000000002908	1.0		0	0	False	False	0.997754693031311	0					non-mobilizable	no_good_hit	2126.0	97.46	80.0	0.0004719925191962134	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0836_000000002170	8310	0.6529118907448402	13	3	1	3	1	False	20937	maximal	True	ISR0836_000000002170	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	135.0	98.51899999999999	2.0	0.0004986807289670238	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	True
MON0037_000000041896	1755	0.6529114923695634	2	2	2	2	2	False	12087	fragment	False	MON0037_000000041896	1.0		0	0	False	False	0.9982905983924866	0					non-mobilizable	no_good_hit	566.0	72.968	32.0	8.757801649254003e-05	CP041185.1	b-proteobacteria	Janthinobacterium sp. SNU WT3 chromosome, complete genome	True	False
MAD0086_000000006360	1598	0.6529114316500962	1	1	1	1	1	False	16023	fragment	False	MAD0086_000000006360	1.0		0	0	False	False	0.9968711137771606	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	1.282458828296499e-05	CP014140.1	firmicutes	Aneurinibacillus sp. XH2, complete genome	True	False
MAD0037_000000002007	6480	0.6529089875701011	8	6	5	5	6	False	18676	fragment	False	MAD0037_000000002007	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6480.0	99.306	100.0	0.11359361541301176	CP014200.1	enterobacteria	Escherichia coli strain MRE600 plasmid pMRE600-2, complete sequence	False	True
AST0058_000000004592	3395	0.6529034941605806	4	2	1	1	1	True	113129	backbone	True	AST0058_000000004592	0.974962962962963	PS729	1	1	True	True	1.0	1381					non-mobilizable	no_good_hit	172.0	87.209	8.0	0.06264066016504126	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
DEN0078_000000018097	1819	0.6529034941605806	3	2	1	1	1	True	101658	fragment	False	DEN0078_000000018097	1.0		0	0	False	False	0.9989004731178284	0					non-mobilizable	no_good_hit	157.0	91.72	9.0	0.0513595166163142	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
CAN0001_000000028597	1529	0.6529034941605806	2	2	1	1	1	True	101656	fragment	False	CAN0001_000000028597	0.9992769342010123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	85.57700000000001	7.0	0.03825956489122281	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0157_000000010349	2431	0.6528960864147897	4	3	3	2	2	False	124929	fragment	False	ENG0157_000000010349	1.0		0	0	False	False	0.9979432225227356	0					non-mobilizable	other	2433.0	94.78	100.0	0.0006929832873437506	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0847_000000006191	3966	0.6528920374588593	7	3	3	3	2	False	113591	fragment	False	ISR0847_000000006191	0.9736613338689228		0	0	False	False	0.9974785447120667	0					non-mobilizable	no_good_hit	2454.0	92.135	89.0	0.0006865473386005014	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0269_000000004135	3694	0.6528920374588593	7	3	3	3	2	False	113591	fragment	False	ISR0847_000000006191	0.9379671473439036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2180.0	92.24799999999999	88.0	0.0006098600288668946	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0144_000000006395	4951	0.6528907032856925	7	3	0	3	0	True	40111	maximal	True	FIJ0144_000000006395	1.0		1	1	False	False	0.9927287697792053	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.502075365793553e-07	CP050225.1	eudicots	Morus alba cultivar Heyebai chromosome 2	True	True
MAD0041_000000017074	2023	0.6528893174066965	2	2	2	2	2	False	18252	maximal	True	MAD0041_000000017074	1.0		1	1	False	False	0.9574888944625854	0					non-mobilizable	chromosome	1950.0	88.30799999999999	96.0	0.0008684100019769045	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
AST0089_000000004634	4200	0.6528867128215669	5	4	3	2	3	False	112862	maximal	True	AST0089_000000004634	1.0	PS721	0	0	False	True	0.9990476369857788	0					non-mobilizable	no_good_hit	2298.0	74.413	54.0	0.2769043266301036	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0022_000000005206	4554	0.6528709553575339	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.47378701868224316		0	0	False	False	1.0	0					non-mobilizable	chromosome	4566.0	94.131	100.0	0.0016083915837152294	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0016_000000009896	1119	0.652870828715836	1	1	1	1	1	False	75296	fragment	False	DEN0016_000000009896	1.0		0	0	False	False	0.9982126951217651	0					non-mobilizable	no_good_hit	235.0	74.468	21.0	0.00011189651339298203	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0096_000000007423	4416	0.6528667644704746	5	5	4	5	4	False	85113	fragment	False	FIJ0096_000000007423	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4416.0	97.53200000000001	100.0	0.0012290774959111946	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0045_000000004667	6670	0.6528596302565756	13	9	3	6	5	False	105134	fragment	False	DEN0045_000000004667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	77.02199999999999	28.0	0.0005197807816613718	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0126_000000013128	1191	0.652859144993058	2	2	1	2	1	False	81417	fragment	False	CHI0126_000000013128	1.0		0	0	False	False	0.9697732925415039	0					non-mobilizable	chromosome	1191.0	99.07600000000001	100.0	0.0005310420875398337	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0037_000000004365	5429	0.6528571518793856	7	6	3	4	5	True	132374	maximal	False	SPA0035_000000002855	1.0	PS1159|PS463	0	0	True	True	0.999815821647644	70		MOBV			mobilizable	no_good_hit	4577.0	97.444	89.0	0.038918514360557585	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
DEN0063_000000037266	1361	0.652854180321822	1	1	1	1	1	False	71419	fragment	False	DEN0063_000000037266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0076_000000023489	2037	0.6528522556549575	3	3	3	3	3	False	87332	maximal	True	MON0076_000000023489	0.9909046927914852		351	13	False	False	0.9970545172691345	0					non-mobilizable	chromosome	2019.0	99.406	99.0	0.0004316115000296225	CP053245.1	enterobacteria	Escherichia coli strain SCU-485 chromosome, complete genome	False	False
CHI0025_000000008279	1221	0.6528448411102445	2	2	2	2	2	False	88942	fragment	False	SPA0024_000000011901	0.9874493531521219		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	99.509	100.0	0.00019599778940198183	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
DEN0073_000000008649	5149	0.6528439871423088	10	6	1	2	4	False	125150	fragment	False	DEN0073_000000008649	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	1844.0	98.64399999999999	73.0	0.18811881188118812	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0105_000000003252	4645	0.6528439871423088	8	6	1	2	4	False	125141	fragment	False	ISR0105_000000003252	1.0		0	0	False	False	0.9974165558815002	0	rep_cluster_233				non-mobilizable	no_good_hit	3478.0	96.837	77.0	0.7897610921501707	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
SPA0002_000000000839	29889	0.6528398205133914	29	19	12	16	14	False	102305	maximal	True	SPA0002_000000000839	1.0		10	5	False	False	1.0	0					non-mobilizable	plasmid	10438.0	98.90799999999999	91.0	0.04282020765789798	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0222_000000031740	1445	0.6528311894120741	1	1	1	1	0	False	131088	fragment	False	ISR0222_000000031740	1.0		0	0	False	False	0.9896193742752075	0					non-mobilizable	no_good_hit	170.0	100.0	12.0	4.8182576040087904e-05	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0311_000000003583	4689	0.6528307817967269	8	2	0	2	0	True	25303	maximal	True	ISR0311_000000003583	1.0		1	1	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
ENG0130_000000021430	1341	0.6528307817967269	3	2	0	2	0	True	58413	fragment	False	ENG0130_000000021430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0095_000000012708	1533	0.6528166568084225	2	2	2	1	1	False	5199	maximal	True	SPA0095_000000012708	1.0		26	8	False	False	0.9980430603027344	0					non-mobilizable	other	767.0	85.007	94.0	0.011146241603893171	NZ_LNAM01000035.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf13, whole genome shotgun sequence	False	False
AST0058_000000006497	2295	0.6528160305764742	6	4	1	3	3	True	113093	fragment	False	AST0058_000000006497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2295.0	98.56200000000001	100.0	0.035596244859958104	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
SPA0117_000000008981	4190	0.6528153800768579	6	4	4	4	3	True	97096	fragment	False	SPA0117_000000008981	1.0		0	0	False	False	0.999284029006958	0					non-mobilizable	other	3703.0	99.946	99.0	0.007153305263727409	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
SPA0053_000000021680	1520	0.6528153178680927	3	2	2	2	1	False	6468	maximal	True	SPA0053_000000021680	1.0		226	10	False	False	0.9993420839309692	0					non-mobilizable	no_good_hit	544.0	73.89699999999999	35.0	0.0008794621482151407	NZ_PNHP01000001.1	firmicutes	Anaerococcus hydrogenalis strain UMB0204 ERR1203615.17957_1_27.1, whole genome shotgun sequence	True	False
FIJ0139_000000008200	3142	0.652810115419886	3	1	1	1	1	True	98377	fragment	False	FIJ0139_000000008200	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3145.0	98.315	100.0	0.027223214750316548	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0097_000000012177	2569	0.652810115419886	3	1	1	1	1	True	98376	fragment	False	FIJ0010_000000006320	0.47540141518294915		0	0	False	False	1.0	0					non-mobilizable	plasmid	2492.0	98.515	97.0	0.021560022895599534	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0019_000000026242	2531	0.652810115419886	4	1	1	1	1	True	98374	fragment	False	MON0019_000000026242	1.0		0	0	False	False	0.9952588081359863	0					non-mobilizable	other	2531.0	99.21	100.0	0.3469555677454745	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0087_000000012664	2531	0.652810115419886	3	1	1	1	1	True	98376	fragment	False	FIJ0010_000000006320	0.46699395299906715		0	0	False	False	0.9972342848777771	0					non-mobilizable	plasmid	2533.0	97.51299999999999	100.0	0.02191559849444088	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0118_000000003709	2458	0.652810115419886	3	1	1	1	1	True	98376	fragment	False	FIJ0010_000000006320	0.46904575043176816		0	0	False	False	0.9983726739883423	0					non-mobilizable	plasmid	2423.0	98.14299999999999	99.0	0.020961615180476297	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0047_000000018139	2172	0.652810115419886	2	1	1	1	1	True	98373	fragment	False	MON0047_000000018139	1.0		0	0	False	False	0.9571823477745056	0					non-mobilizable	other	2173.0	98.15899999999999	100.0	0.29786066922654963	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
SPA0154_000000004287	1961	0.652810115419886	2	1	1	1	1	True	98372	fragment	False	SPA0154_000000004287	0.9519053973243773		0	0	False	False	0.9974502921104431	0					non-mobilizable	other	1953.0	99.07799999999999	99.0	0.26769061985737796	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0111_000000009131	1870	0.652810115419886	2	1	1	1	1	True	98372	fragment	False	SPA0154_000000004287	0.7868244507903306		0	0	False	False	0.9994652271270752	0					non-mobilizable	plasmid	1871.0	98.87799999999999	100.0	0.016200371186234887	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
BAN0041_000000002726	1862	0.652810115419886	2	1	1	1	1	True	98372	fragment	False	SPA0154_000000004287	0.7854286598534044		0	0	False	False	1.0	0					non-mobilizable	plasmid	1863.0	99.141	100.0	0.016148335732745912	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0050_000000013856	1840	0.652810115419886	2	1	1	1	1	True	98372	fragment	False	SPA0154_000000004287	0.7778514020541359		0	0	False	False	0.9972826242446899	0					non-mobilizable	plasmid	1825.0	99.068	99.0	0.015818777860649055	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0155_000000011102	1831	0.652810115419886	3	1	1	1	1	True	98372	fragment	False	SPA0154_000000004287	0.9465920418725027		0	0	False	False	0.9885308742523193	0					non-mobilizable	other	1810.0	98.95	99.0	0.24808008776741636	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
USA0037_01_000000020493	1651	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.35272351352389436		0	0	False	False	1.0	0					non-mobilizable	other	1651.0	99.57600000000001	100.0	0.22627537026878772	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0082_000000021397	1646	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.32676182248797325		0	0	False	False	1.0	0					non-mobilizable	other	1646.0	99.02799999999999	100.0	0.22558968732857926	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0028_000000015804	1644	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.3269544911130836		0	0	False	False	1.0	0					non-mobilizable	other	1644.0	99.148	100.0	0.2253154141524959	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0064_000000013915	1598	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.5326394931697728		0	0	False	False	1.0	0					non-mobilizable	plasmid	1570.0	90.637	98.0	0.013459837302482092	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0035_000000018618	1556	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.29154996079132667		0	0	False	False	0.9935732483863831	0					non-mobilizable	plasmid	1562.0	87.58	100.0	0.013390456697830122	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0065_000000016794	1555	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.3240974356081308		0	0	False	False	0.9884244203567505	0					non-mobilizable	other	1555.0	99.421	100.0	0.21311025781678553	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0107_000000039146	1555	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.32348290303733673		0	0	False	False	0.9967845678329468	0					non-mobilizable	other	1555.0	99.035	100.0	0.21311025781678553	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0011_000000030630	1526	0.652810115419886	4	1	1	1	1	True	98371	maximal	True	MON0011_000000030630	1.0		0	0	False	False	0.9528177976608276	0					non-mobilizable	no_good_hit	1233.0	99.189	81.0	0.1689522764673615	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
MAD0057_000000010554	1495	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.3194150359061467		0	0	False	False	1.0	0					non-mobilizable	other	1495.0	99.13	100.0	0.20488206253428415	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0097_000000024821	1491	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.31870719899530525		0	0	False	False	0.9946344494819641	0					non-mobilizable	other	1491.0	99.195	100.0	0.2043335161821174	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0090_000000042809	1443	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.25760451101555126		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	98.96	100.0	0.1977509599561163	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0026_000000035827	1429	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.1670629415688716		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	99.152	91.0	0.17772901810202962	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0094_000000012169	1329	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.15251847652077		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	98.947	100.0	0.1821173889193637	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0094_000000029351	1316	0.652810115419886	2	1	1	1	1	True	98367	maximal	True	MON0094_000000029351	1.0		4	3	False	False	0.9924012422561646	0					non-mobilizable	no_good_hit	1167.0	98.97200000000001	89.0	0.010112223128024561	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MON0098_000000027260	1308	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.16669200488465727		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	99.31200000000001	100.0	0.1792375205704882	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0087_000000024534	1293	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.13580625579349376		0	0	False	False	0.9992266297340393	0					non-mobilizable	other	1293.0	99.149	100.0	0.17718047174986287	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0057_000000021567	1244	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.13459268579472572		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	98.553	100.0	0.17046077893582007	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0048_000000033448	1232	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.08853079477847531		0	0	False	False	0.9569805264472961	0					non-mobilizable	other	1194.0	99.24600000000001	97.0	0.1636039495337356	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0059_000000032010	1217	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.045016035132170534		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	99.195	92.0	0.1531815688425672	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0012_000000048497	1201	0.652810115419886	1	1	1	1	1	True	13569	fragment	False	MON0012_000000048497	0.9630584192439863		0	0	False	False	0.9925062656402588	0					non-mobilizable	plasmid	1110.0	98.73899999999999	100.0	0.009609213744297782	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0051_000000031034	1197	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.08955749441458116		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	99.58200000000001	100.0	0.16401535929786068	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
BAN0014_000000003875	1195	0.652810115419886	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.030290146361574937		0	0	False	False	0.9974895119667053	0					non-mobilizable	plasmid	1196.0	98.829	100.0	0.01036372781988795	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0093_000000027847	1167	0.652810115419886	1	1	1	1	1	True	15644	maximal	True	MAD0093_000000027847	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	98.555	89.0	0.008993460878011552	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MON0035_000000025259	1164	0.652810115419886	1	1	1	1	1	True	13569	fragment	False	MON0012_000000048497	0.9487926727726894		0	0	False	False	0.9991409182548523	0					non-mobilizable	other	1090.0	98.807	94.0	0.1493417443773999	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
SPA0033_000000003043	8809	0.6528065151599413	8	6	4	5	5	False	64358	maximal	True	SPA0033_000000003043	1.0		2	2	False	False	0.9988647699356079	0					non-mobilizable	no_good_hit								True	False
CHI0058_000000004335	4078	0.6528051009159758	6	2	2	2	2	True	103003	maximal	True	CHI0058_000000004335	1.0		34	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0149_000000005812	5773	0.6527987011091856	9	9	3	5	8	False	132521	backbone	False	USA0060_01_000000001071	0.016527642290131702	PS1166	0	0	False	True	0.9994803667068481	0					non-mobilizable	other	5773.0	99.411	100.0	0.21566575731529578	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	True
MAD0107_000000009713	3996	0.6527986929489734	5	4	4	4	3	False	14701	maximal	True	MAD0107_000000009713	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	74.532	20.0	0.00031058790639014005	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ENG0211_000000011267	2255	0.6527975254613935	5	4	3	2	3	False	65172	maximal	True	ENG0211_000000011267	0.9916542318817073		150	11	False	False	0.9995565414428711	0					non-mobilizable	other	2196.0	99.954	100.0	0.0006626051036592103	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0065_000000015183	2190	0.6527972624884496	3	3	3	3	3	False	38489	maximal	True	ISR0065_000000015183	1.0		48	11	False	False	0.9735159873962402	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	1.0378991767441392e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
CHI0057_000000005408	3338	0.6527954618412131	4	4	4	4	4	False	86002	maximal	True	CHI0057_000000005408	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	1637.0	76.359	85.0	0.0005067142017390508	CP017831.1	firmicutes	Butyrivibrio hungatei strain MB2003 chromosome I, complete sequence	True	False
DEN0070_000000023274	1463	0.6527885705200082	2	2	2	2	1	False	70572	fragment	False	DEN0070_000000023274	1.0		0	0	False	False	0.989063560962677	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0001804425999200897	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	False
FIJ0025_000000003532	5693	0.6527860233188061	5	5	5	4	4	False	49188	maximal	True	FIJ0025_000000003532	1.0		6	2	False	False	0.9984191060066223	0					non-mobilizable	no_good_hit	3246.0	82.40899999999999	60.0	0.028690376013109527	NZ_AUDP01000013.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MAD0089_000000012129	2077	0.6527836910402766	3	3	3	3	3	False	15835	maximal	True	MAD0089_000000012129	1.0		0	0	False	False	0.9956668019294739	0					non-mobilizable	no_good_hit	1180.0	86.271	57.0	0.15334463424175251	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	False
MON0034_000000020923	1404	0.6527815512461236	3	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.41276079718846825		0	0	False	False	1.0	0					non-mobilizable	chromosome	1406.0	81.792	99.0	0.0004879909257768635	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ENG0100_000000023592	1339	0.6527815512461236	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.29208383230453017		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	85.073	96.0	0.0030655534462051062	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
MAD0038_000000000471	15474	0.6527807824414222	36	12	3	8	7	True	43458	maximal	True	MAD0038_000000000471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	91.065	8.0	0.00027929466227086567	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0122_000000002351	6380	0.6527774824258235	7	3	2	2	2	False	56677	maximal	True	ISR0122_000000002351	1.0		1	1	False	False	0.9995297789573669	0					non-mobilizable	no_good_hit	561.0	76.649	8.0	0.19730305180979418	NZ_CACWHD010000087.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ENG0061_000000017682	1166	0.6527543357098097	2	2	2	2	1	True	63235	maximal	True	ENG0061_000000017682	1.0		15	5	False	False	0.9965694546699524	0					non-mobilizable	no_good_hit	718.0	70.195	60.0	0.0023660370735395374	NZ_LN876584.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	True
ENG0053_000000013266	1891	0.6527540686959894	2	2	2	2	1	False	103252	maximal	True	ENG0053_000000013266	1.0		6	3	False	False	0.9994711875915527	0					non-mobilizable	other	1167.0	84.833	99.0	0.0003103711358592741	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0010_000000011168	1910	0.6527531411266099	3	3	3	2	2	False	67271	maximal	True	ENG0010_000000011168	1.0		1	1	False	False	0.9832460880279541	0					non-mobilizable	no_good_hit	1120.0	92.589	59.0	0.00021672652308486092	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0184_000000019513	1166	0.6527526772013988	2	2	2	2	1	False	55086	maximal	True	ENG0184_000000019513	0.9547803617571059		199	14	False	False	0.9991423487663269	0					non-mobilizable	no_good_hit	365.0	79.178	31.0	0.0001017335738217594	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0280_000000006627	1965	0.6527509621023201	3	2	1	2	1	False	26196	maximal	True	ISR0280_000000006627	1.0		478	9	False	False	0.9984732866287231	0					non-mobilizable	no_good_hit	704.0	83.949	38.0	0.0001985396809143065	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0020_01_000000003688	9136	0.6527465798347157	11	6	4	5	3	True	32903	fragment	False	USA0020_01_000000003688	1.0		0	0	False	False	0.9998905658721924	0					non-mobilizable	no_good_hit	422.0	73.223	5.0	0.00011477606665178625	NC_019903.1	firmicutes	Desulfitobacterium dichloroeliminans LMG P-21439, complete sequence	True	True
ISR0385_000000002732	6675	0.6527463411125705	8	6	6	5	5	False	128182	maximal	True	ISR0385_000000002732	1.0		0	0	False	False	0.9988014698028564	0					non-mobilizable	chromosome	4390.0	90.251	94.0	0.0012472729237954644	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0038_000000004194	7018	0.6527461035002854	9	5	3	3	5	False	108092	fragment	False	SPA0038_000000004194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	1.4025021290308482e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
USA0075_01_000000002968	8261	0.6527419006784637	16	6	3	5	5	False	103143	maximal	True	USA0075_01_000000002968	1.0		1	1	False	False	0.9996368288993835	0					non-mobilizable	no_good_hit	7203.0	91.601	87.0	0.0035604812877479248	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
ISR0800_000000006665	1775	0.6527397973035471	5	3	2	2	3	False	94416	fragment	False	SPA0153_000000009868	0.9625528907856503		0	0	False	False	0.9904225468635559	0					non-mobilizable	chromosome	1777.0	95.16	100.0	0.0003413010720630908	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
CHI0063_000000008571	1601	0.652734895700743	4	4	4	4	3	False	85420	fragment	False	CHI0063_000000008571	1.0		0	0	False	False	0.9962523579597473	0					non-mobilizable	chromosome	1601.0	100.0	100.0	0.00029723506370583387	CP052562.1	enterobacteria	Klebsiella pneumoniae strain A16KP0135 chromosome, complete genome	False	False
MON0044_000000012358	3731	0.6527345968602069	4	4	4	4	4	False	116786	fragment	False	MON0044_000000012358	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3731.0	98.98200000000001	100.0	0.034193205360907905	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0819_000000023720	1140	0.652732696180057	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.09559407260969026		0	0	False	False	1.0	0					non-mobilizable	chromosome	1141.0	90.62200000000001	100.0	0.00036518665615049427	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0018_000000026279	1138	0.652732696180057	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.0928327614764634		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	89.98200000000001	100.0	0.00038068797823716895	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0046_000000001353	8431	0.6527314120117644	10	8	3	4	8	True	123518	fragment	False	ISR0779_000000002876	0.7053564453421591		0	0	False	False	1.0	0					non-mobilizable	other	8356.0	99.725	100.0	0.0014579989649307	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0213_000000011587	2226	0.6527242590210776	3	3	3	2	2	False	123014	fragment	False	ENG0113_000000012320	0.7835601344555558		0	0	False	False	0.9995507597923279	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000014338	1641	0.6527124894978619	2	1	0	1	1	False	144	maximal	True	USA0125_01_000000014338	1.0		0	0	False	False	1.0	0	IncI2				non-mobilizable	no_good_hit	1313.0	99.92399999999999	80.0	0.023393898329261986	CP038340.1	enterobacteria	Escherichia coli O157:H7 strain H6437 plasmid pH6437-2	True	True
CHI0089_000000006773	1329	0.6527124894978619	2	1	0	1	1	False	83860	fragment	False	CHI0089_000000006773	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1229.0	99.837	92.0	0.00020407637574981034	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	False
CHI0141_000000001891	14254	0.6527075618827453	21	8	3	8	2	False	85780	maximal	True	CHI0141_000000001891	0.9932339032375409		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.000274830978947947	CU694808.11	bony fishes	Zebrafish DNA sequence from clone CH211-45L19 in linkage group 8, complete sequence	True	False
CHI0104_000000000301	13732	0.6527075618827453	20	8	3	8	2	False	85780	maximal	False	CHI0141_000000001891	0.9751999438754033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.000274830978947947	CU694808.11	bony fishes	Zebrafish DNA sequence from clone CH211-45L19 in linkage group 8, complete sequence	True	False
MON0059_000000005480	5921	0.6526993151193069	6	5	5	4	3	False	12383	maximal	True	MON0059_000000005480	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3025.0	91.96700000000001	51.0	0.0009594488407718134	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	True	False
MON0090_000000042173	1463	0.6526980381142065	2	2	1	2	1	False	11790	fragment	False	MON0041_000000041927	0.9444444444444444		0	0	False	False	0.991797685623169	0					non-mobilizable	other	1465.0	80.887	99.0	0.01889370340008588	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AST0094_000000009231	2397	0.652696889404521	4	3	3	3	3	False	109253	maximal	True	AST0094_000000009231	1.0		4	3	False	False	0.999582827091217	0					non-mobilizable	no_good_hit	1075.0	73.67399999999999	44.0	0.00046086928974487716	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
SPA0052_000000011217	2530	0.6526952809575646	4	4	4	4	4	False	13928	fragment	False	SPA0052_000000011217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1463.0	84.62100000000001	63.0	0.00023273418258148372	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
AST0089_000000021574	1129	0.6526718237364278	2	1	1	1	1	False	109971	fragment	False	AST0089_000000021574	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	96.195	100.0	0.00038818541028000234	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
FIJ0090_000000026902	1693	0.6526681183020482	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.13062778839970887		0	0	False	False	0.989958643913269	0					non-mobilizable	other	1696.0	97.583	100.0	0.0005115955613340187	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0048_000000002315	9347	0.65266583496883	9	8	3	6	5	False	92876	maximal	True	ENG0048_000000002315	1.0		6	2	False	False	0.9987161755561829	0					non-mobilizable	no_good_hit	1878.0	71.672	21.0	0.0003234373377249596	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
SPA0005_000000003966	7533	0.6526614535664764	11	11	2	10	11	True	62801	fragment	False	SPA0005_000000003966	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	7533.0	100.0	100.0	0.05840842470958636	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ISR0160_000000012590	2276	0.6526468179734314	2	2	2	2	2	False	103389	fragment	False	ISR0250_000000003921	0.5203967001686498		0	0	False	False	0.998681902885437	0					non-mobilizable	chromosome	2276.0	99.912	100.0	0.0004618320664924494	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
SPA0011_000000008492	2159	0.6526468179734314	2	2	2	2	2	False	103389	fragment	False	ISR0250_000000003921	0.4443345240642336		0	0	False	False	1.0	0					non-mobilizable	chromosome	2135.0	99.485	100.0	0.000432802622312924	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
CAN0021_000000029961	1459	0.6526403138851073	4	2	1	1	2	True	91455	fragment	False	CAN0021_000000029961	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1362.0	98.825	100.0	0.03789819558921809	JQ680361.1	viruses	Unidentified phage clone 2019_scaffold132 genomic sequence	False	True
SPA0006_000000010750	2979	0.6526376561655158	2	2	2	2	2	False	117286	maximal	False	SPA0121_000000003994	0.9582048118445404		0	0	False	False	0.9983215928077698	0					non-mobilizable	no_good_hit	1695.0	99.17399999999999	57.0	0.013036184261154634	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0153_000000008384	3508	0.6526368736761442	6	2	2	1	1	False	56961	fragment	False	ENG0153_000000008384	1.0		0	0	False	False	0.9931585192680359	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000016719	1814	0.6526333495170794	3	2	2	2	2	False	81924	maximal	True	DEN0028_000000016719	1.0		24	8	False	False	0.9955898523330688	0					non-mobilizable	no_good_hit	562.0	74.555	31.0	0.00019055485392222552	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0025_000000007849	4188	0.6526325183264882	6	5	3	5	2	False	120506	maximal	True	AST0025_000000007849	1.0		2	2	False	False	0.9937917590141296	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000009412	2616	0.6526309572383676	4	4	4	4	3	False	91596	fragment	False	FIJ0038_000000012287	0.9681277183218601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0086_000000012737	2461	0.6526291995164807	2	2	2	2	2	False	75403	maximal	True	FIJ0086_000000012737	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.737	23.0	0.002024320509053908	NZ_OKQO01000007.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ENG0079_000000011601	2848	0.6526287792532006	4	2	1	1	2	False	61839	maximal	True	ENG0079_000000011601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0002_000000021920	1705	0.6526256217673778	3	3	1	2	3	False	131639	fragment	False	AST0002_000000021920	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	95.54299999999999	100.0	0.05583940137586998	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0124_000000010680	1292	0.6526239401855415	2	1	1	1	1	False	67495	fragment	False	ENG0007_000000018200	0.9615384615384616		0	0	False	False	0.99071204662323	0					non-mobilizable	other	1305.0	76.015	100.0	0.006076314307261983	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	False
MON0050_000000015553	2305	0.6526231230741509	4	4	4	3	3	False	108265	fragment	False	MON0050_000000015553	0.993301870651463		0	0	False	False	0.9813448786735535	0					non-mobilizable	no_good_hit	1635.0	84.404	81.0	0.000567109990756142	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0077_000000019716	2146	0.6526212772131748	2	2	2	2	1	False	67071	fragment	False	ENG0012_000000010829	0.9775851017229944		0	0	False	False	0.998602032661438	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002418293043377012	NZ_JOEH01000029.1	high GC Gram+	Streptacidiphilus jeojiense strain NRRL B-24555 contig29.1, whole genome shotgun sequence	True	False
ISR0376_000000019158	1300	0.6526130153999222	2	2	2	2	2	False	30151	fragment	False	ISR0376_000000019158	1.0		0	0	False	False	0.9800000190734863	0					non-mobilizable	no_good_hit	298.0	75.168	23.0	0.005975452196382429	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0006_01_000000015736	1505	0.652610641955716	3	2	2	2	1	True	113498	fragment	False	ENG0004_000000017281	0.11882145258910558		0	0	False	True	0.999335527420044	0					non-mobilizable	chromosome	1506.0	89.973	100.0	0.000524236893729095	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0154_000000007425	3874	0.6526083353831761	6	6	6	5	4	False	121655	fragment	False	AST0040_000000003137	0.2880088892363549		0	0	False	False	0.9963861703872681	0					non-mobilizable	other	3874.0	99.251	100.0	0.06402050773174564	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0078_000000007482	3506	0.6525986797792668	3	2	2	1	2	False	87946	fragment	False	ENG0078_000000007482	1.0		0	0	False	False	0.9840273857116699	0					non-mobilizable	other	3452.0	99.16	98.0	0.00155977226510427	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0050_000000002050	9420	0.652597589738568	9	5	4	5	3	True	101294	fragment	False	CAN0003_000000004189	0.8420536794881988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6945.0	97.639	88.0	0.06006625847744263	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0038_000000011791	2651	0.6525973657676535	4	4	2	2	4	False	36640	maximal	True	ISR0038_000000011791	1.0		2	1	False	False	0.9735948443412781	0					non-mobilizable	no_good_hit								True	False
ISR0274_000000004292	1748	0.6525960353261079	3	3	3	2	2	True	63363	maximal	True	ISR0274_000000004292	1.0		4	2	False	False	0.9885583519935608	0					non-mobilizable	no_good_hit	1507.0	98.73899999999999	86.0	0.027130315649054496	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	True	True
USA0036_01_000000005565	7055	0.6525897706803807	5	5	5	5	3	False	103977	fragment	False	CAN0001_000000006210	0.9048488505846961		0	0	False	False	1.0	0					non-mobilizable	other	4880.0	95.902	100.0	0.002381236328871705	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
SPA0007_000000004044	5484	0.6525863156058495	6	5	4	3	3	True	117927	fragment	False	SPA0007_000000004044	1.0		0	0	False	False	0.9983588457107544	0					non-mobilizable	no_good_hit	4328.0	79.113	78.0	0.0015299537656045103	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
ISR0184_000000005638	2084	0.6525835006744517	3	2	1	1	0	False	29425	maximal	True	ISR0184_000000005638	1.0		3	2	False	False	0.9947217106819153	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.940976558030818e-07	LR812054.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	False
USA0069_01_000000017426	3538	0.6525813294297814	6	4	3	2	2	False	795	maximal	True	USA0069_01_000000017426	1.0		1	1	False	False	0.9988694190979004	0					non-mobilizable	no_good_hit	1072.0	76.866	58.0	0.000374706459162873	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
CHI0153_000000002573	6422	0.6525793842401247	7	6	5	5	4	True	107687	maximal	True	CHI0153_000000002573	0.9868018670529535		7	5	False	False	0.9989100098609924	0					non-mobilizable	no_good_hit								True	True
FIJ0087_000000004387	6213	0.6525793842401247	7	6	5	5	4	True	107687	maximal	False	CHI0153_000000002573	0.9702584864528184		0	0	False	False	0.9998390674591064	0					non-mobilizable	no_good_hit								True	True
ISR0049_000000005658	4898	0.6525714947258254	9	1	1	1	1	False	36008	maximal	True	ISR0049_000000005658	1.0		22	6	False	False	0.9991833567619324	0					non-mobilizable	other	4757.0	97.33	99.0	0.07532932802815338	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	False	False
SPA0092_000000008113	4769	0.6525709332142873	10	4	2	4	3	False	131897	maximal	True	SPA0092_000000008113	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1806.0	99.336	86.0	0.0004356168020175936	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0062_000000008441	3908	0.6525701819450768	4	4	4	3	3	False	126683	maximal	True	ISR0062_000000008441	1.0		22	5	False	False	1.0	0					non-mobilizable	other	3908.0	99.97399999999999	100.0	0.03262684971774059	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	False	False
ENG0103_000000008232	2214	0.6525666691618085	3	3	3	2	2	False	60309	maximal	True	ENG0103_000000008232	1.0		8	4	False	False	0.9995483160018921	0					non-mobilizable	no_good_hit	1600.0	98.375	72.0	0.0004502434498453309	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MON0004_000000040277	1191	0.6525608477580024	2	2	2	2	2	False	14183	fragment	False	MON0004_000000040277	1.0		0	0	False	False	0.9983207583427429	0					non-mobilizable	other	1153.0	94.97	97.0	0.00031990935901494576	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0021_000000011502	2966	0.6525558374731975	2	2	1	2	1	False	74814	maximal	True	DEN0021_000000011502	1.0		27	9	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	83.516	3.0	0.0007201870868027739	NZ_VCRA01000019.1	firmicutes	Paenibacillus mesophilus strain SYSU K30004 Scaffold19, whole genome shotgun sequence	True	False
DEN0085_000000016234	1777	0.6525551830959837	3	2	2	2	2	False	68972	fragment	False	DEN0085_000000016234	1.0		0	0	False	False	0.9994372725486755	0					non-mobilizable	plasmid	1771.0	100.0	99.0	0.012948629786237875	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
DEN0079_000000041086	1499	0.6525544617839654	2	2	2	2	2	False	69483	maximal	True	DEN0079_000000041086	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.00011958432488669385	NZ_VLLI01000009.1	CFB group bacteria	Mucilaginibacter frigoritolerans strain ATCC BAA-1854 JN11DRAFT_scaffold00009.9, whole genome shotgun sequence	True	False
ENG0191_000000004407	5705	0.652553501103541	5	5	5	5	3	False	126406	fragment	False	ENG0016_000000003805	0.9460651289009498		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3562.0	99.102	62.0	0.003055930393459622	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
USA0113_01_000000010665	1726	0.6525475729254798	2	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.0409027028812964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	87.831	44.0	0.0002293161834102549	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0123_000000015037	2159	0.652547498076444	2	2	2	2	2	False	91475	maximal	True	FIJ0123_000000015037	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	75.575	42.0	0.0004998388240959912	CP051151.1	bacteria	Tenericutes bacterium zrk29 chromosome, complete genome	True	False
ISR0169_000000021500	1499	0.6525461274668332	2	2	2	1	0	True	118998	maximal	True	ISR0169_000000021500	1.0		0	0	False	False	0.9993329048156738	0					non-mobilizable	no_good_hit	821.0	72.351	54.0	0.0002296648093524995	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
MAD0098_000000041446	1110	0.6525396579568794	2	2	2	2	2	False	15256	maximal	True	MAD0098_000000041446	1.0		14	6	False	False	0.9621621370315552	0					non-mobilizable	other	1110.0	100.0	100.0	0.00042295457223808565	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
CHI0111_000000025230	1198	0.6525364303396155	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.7999519587935848		0	0	False	False	0.9991652965545654	0					non-mobilizable	chromosome	1198.0	91.486	100.0	0.0003205080105563976	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0003_01_000000005827	6617	0.6525354743591528	4	4	4	4	4	False	2253	maximal	True	USA0003_01_000000005827	1.0		1	1	False	False	0.9998489022254944	0					non-mobilizable	no_good_hit	534.0	72.285	8.0	0.0004396018463277546	NZ_LDOS01000001.1	g-proteobacteria	Metallibacterium scheffleri strain DKE6 Contig_1, whole genome shotgun sequence	True	False
FIJ0122_000000005986	2775	0.652526317731626	3	3	2	3	3	False	44075	fragment	False	FIJ0122_000000005986	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2775.0	99.20700000000001	100.0	0.03290784853373826	CP051750.1	enterobacteria	Escherichia coli strain SCU-486 plasmid pSCU-486-1, complete sequence	False	True
FIJ0109_000000003008	9007	0.6525252157845075	7	6	5	5	6	False	124993	maximal	True	FIJ0109_000000003008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2022.0	72.502	22.0	0.0007712139249421784	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
SPA0150_000000006433	2965	0.6525236743560561	6	2	2	1	1	False	123391	fragment	False	SPA0150_000000006433	1.0		0	0	False	False	0.9966273307800293	0					non-mobilizable	no_good_hit	144.0	78.472	5.0	0.0021575135787567892	NZ_FUWU01000013.1	bacteria	Fibrobacter intestinalis strain ATCC 43854, whole genome shotgun sequence	True	False
ENG0184_000000010525	2130	0.6525236743560561	3	2	2	1	1	False	123390	fragment	False	ENG0184_000000010525	0.9806405353728489		0	0	False	False	0.9995304942131042	0					non-mobilizable	no_good_hit	144.0	78.472	7.0	0.0021575135787567892	NZ_FUWU01000013.1	bacteria	Fibrobacter intestinalis strain ATCC 43854, whole genome shotgun sequence	True	False
AST0016_000000012187	2092	0.6525236743560561	3	2	2	1	1	False	123390	fragment	False	ENG0184_000000010525	0.9720657276995306		0	0	False	False	0.9832695722579956	0					non-mobilizable	no_good_hit	144.0	78.472	7.0	0.0021575135787567892	NZ_FUWU01000013.1	bacteria	Fibrobacter intestinalis strain ATCC 43854, whole genome shotgun sequence	True	False
ISR0249_000000011003	1819	0.6525212579946795	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.4356456260884948		0	0	False	False	0.9763606190681458	0					non-mobilizable	chromosome	1817.0	98.34899999999999	99.0	0.0005082633375044886	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0038_01_000000004559	4265	0.6525205989145936	4	3	2	2	3	False	70378	maximal	True	USA0038_01_000000004559	1.0		4	1	False	False	0.9978898167610168	0					non-mobilizable	no_good_hit	1556.0	93.38	36.0	0.005212436101567083	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
FIJ0102_000000027250	1206	0.652517619057177	2	1	1	1	1	False	42601	fragment	False	FIJ0102_000000027250	0.9830727953733893		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	78.376	99.0	0.0002664377342951395	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
ISR0215_000000009090	3190	0.6525145631986099	5	4	2	2	4	False	94423	fragment	False	ISR0215_000000009090	1.0		0	0	False	False	0.9993730187416077	0					non-mobilizable	chromosome	3172.0	95.77600000000001	99.0	0.0006099479915752017	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ENG0045_000000001206	8249	0.6525144284161724	10	7	3	7	1	True	64486	fragment	False	ENG0045_000000001206	1.0		0	0	False	False	0.9991514086723328	0					non-mobilizable	other	3625.0	82.759	99.0	0.007696416070338051	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
TAN0008_000000007875	2338	0.6525141844912458	3	2	1	1	2	False	120129	fragment	False	TAN0008_000000007875	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1688.0	99.822	72.0	0.2924757281553398	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0839_000000011696	1743	0.6525083595750407	2	2	2	2	1	True	81612	fragment	False	ISR0839_000000011696	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	85.59299999999999	99.0	0.0004728694276848873	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0032_000000004722	3300	0.6525078676668222	4	4	4	4	4	False	50684	maximal	True	MAD0032_000000004722	0.975702640159284		127	12	False	False	0.9987878799438477	0					non-mobilizable	chromosome	3300.0	100.0	100.0	0.0007098184960325256	LR134216.1	enterobacteria	Escherichia coli strain NCTC10973 genome assembly, chromosome: 1	False	False
FIJ0085_000000005550	5281	0.652502511684268	5	4	1	2	3	False	113631	fragment	False	FIJ0085_000000005550	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5280.0	95.852	99.0	0.0018383147456963078	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0338_000000004413	4995	0.6524992554321614	7	6	6	4	3	False	57425	fragment	False	ISR0338_000000004413	1.0		0	0	False	False	0.9995995759963989	0					non-mobilizable	other	4995.0	100.0	100.0	0.01041193223279029	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ENG0097_000000008969	3508	0.6524961512715208	5	4	3	3	3	False	60788	fragment	False	ENG0097_000000008969	1.0		0	0	False	False	0.996009111404419	0					non-mobilizable	no_good_hit	709.0	75.035	20.0	0.00015827535194724035	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0105_000000039121	1397	0.6524959691876976	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.30111966235187543		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	97.537	93.0	0.0003604534270845483	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0365_000000003415	4222	0.6524950697342633	4	1	0	1	1	True	62560	fragment	False	ISR0365_000000003415	1.0		0	0	False	False	0.9895784258842468	0					non-mobilizable	no_good_hit	82.0	93.902	2.0	3.2036310983194386e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ENG0032_000000006621	3066	0.6524704800523953	5	4	4	1	1	False	65629	fragment	False	ENG0032_000000006621	1.0		0	0	False	False	0.9993476867675781	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.031462585034013606	XM_026908568.2	moths	PREDICTED: Galleria mellonella surfeit locus protein 6 homolog (LOC113522759), mRNA	True	False
AST0148_000000006396	5313	0.6524690915861875	5	5	5	5	4	False	110539	maximal	True	AST0148_000000006396	1.0		1	1	False	False	0.9996235370635986	0					non-mobilizable	no_good_hit	1424.0	79.565	46.0	0.023318163011998346	NZ_PVXQ01000022.1	firmicutes	Clostridium vincentii strain DSM 10228 CLVI_contig000022, whole genome shotgun sequence	True	False
CHI0052_000000001543	8440	0.652468167443627	12	8	6	6	5	True	86536	maximal	True	CHI0052_000000001543	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1813.0	80.25399999999999	33.0	0.00029603067960279735	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0161_000000020560	1506	0.6524653352646159	2	2	2	2	1	True	92765	fragment	False	USA0113_01_000000011635	0.19479294077000803		0	0	False	False	1.0	0					non-mobilizable	other	1506.0	99.402	100.0	0.01063145922959007	NZ_RCXZ01000014.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0014, whole genome shotgun sequence	False	True
ISR0110_000000018509	1264	0.6524600389753056	1	1	1	1	1	True	32697	fragment	False	ISR0110_000000018509	1.0		0	0	False	False	0.9912974834442139	0					non-mobilizable	plasmid	1269.0	90.15	100.0	0.010178526851501413	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0139_000000012220	2129	0.6524549396816683	3	3	3	2	3	False	60848	fragment	False	FIJ0015_000000013044	0.9647955436870599		0	0	False	False	0.99436354637146	0					non-mobilizable	other	2129.0	99.624	100.0	0.012369360257617503	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
MAD0038_000000004025	3156	0.6524543569066908	6	1	1	1	1	False	18562	maximal	True	MAD0038_000000004025	1.0		1	1	False	False	0.9990494251251221	0					non-mobilizable	no_good_hit								True	False
MAD0038_000000006350	2192	0.6524543569066908	3	1	1	1	1	False	18548	maximal	True	MAD0038_000000006350	1.0		1	1	False	False	0.9995437860488892	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000013511	2116	0.6524543569066908	3	1	1	1	1	False	46585	fragment	False	MAD0012_000000013511	1.0		0	0	False	False	0.982041597366333	0					non-mobilizable	no_good_hit								True	False
FIJ0050_000000017473	1468	0.6524543569066908	2	1	1	1	1	False	46583	fragment	False	FIJ0050_000000017473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0041_000000014448	2361	0.6524537376183791	3	3	3	2	2	False	60140	fragment	False	SPA0041_000000014448	0.9974226804123711		0	0	False	False	1.0	0					non-mobilizable	other	2140.0	99.766	99.0	0.0007940508920172457	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
AST0094_000000010237	2177	0.6524360837484756	3	3	3	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.29276095219473475		0	0	False	False	1.0	0					non-mobilizable	other	2177.0	99.311	100.0	0.004787299575831177	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0160_000000010935	1875	0.6524327541229412	2	2	1	2	1	False	107725	fragment	False	ENG0160_000000010935	0.9680622651637144		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	82.01799999999999	99.0	0.09279442930669089	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
SPA0064_000000011399	1852	0.6524327541229412	2	2	1	2	1	False	85744	fragment	False	SPA0064_000000011399	0.9972035794183445		0	0	False	False	0.997840166091919	0					non-mobilizable	other	1867.0	81.789	100.0	0.09234029669996972	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ISR0824_000000012779	1788	0.6524327541229412	2	2	1	2	1	False	85744	fragment	False	SPA0064_000000011399	0.9800215982721383		0	0	False	False	0.9938478469848633	0					non-mobilizable	other	1803.0	81.586	100.0	0.08911090927439701	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
SPA0052_000000020402	1319	0.6524327541229412	2	2	1	2	1	False	73912	fragment	False	ENG0002_000000017301	0.9787105869119422		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	82.45100000000001	99.0	0.06549601372489657	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
DEN0028_000000024060	1318	0.6524327541229412	2	2	1	2	1	False	73912	fragment	False	ENG0002_000000017301	0.9782189220035965		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	82.51299999999999	99.0	0.06544555454637198	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ETH0005_000000033662	1382	0.6524290559583544	2	2	2	2	1	False	52704	maximal	True	ETH0005_000000033662	1.0		1	1	False	False	0.9804630875587463	0					non-mobilizable	no_good_hit	250.0	74.0	18.0	4.572893617934174e-05	NZ_CP049044.1	g-proteobacteria	Pseudomonas psychrophila strain KM02 chromosome, complete genome	True	False
FIJ0077_000000015223	1950	0.6524267003393392	2	1	1	1	1	False	44507	maximal	True	FIJ0077_000000015223	1.0		14	6	False	False	0.9948717951774597	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000025480	1334	0.6524267003393392	2	1	1	1	1	False	42400	fragment	False	FIJ0105_000000025480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0087_01_000000001182	8692	0.6524258922532086	9	6	2	5	5	True	105440	fragment	False	USA0087_01_000000001182	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	8692.0	100.0	100.0	0.0015863501243197642	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ISR0825_000000000407	28846	0.6524229706474929	32	29	9	14	28	True	123810	fragment	False	DEN0033_000000000629	0.9804463690872751		0	0	False	False	1.0	0					non-mobilizable	other	28846.0	99.976	100.0	0.01849672804455374	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0093_000000024064	1109	0.6524214299142187	3	2	2	1	1	False	68091	fragment	False	ENG0052_000000027873	0.9318894567069174		0	0	False	False	0.9819657206535339	0					non-mobilizable	other	1104.0	98.098	99.0	0.014838431942314418	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
TAN0009_000000022322	1844	0.652416154146494	2	2	2	2	2	True	2685	maximal	True	TAN0009_000000022322	1.0		1	1	False	False	0.9983730912208557	0					non-mobilizable	no_good_hit	823.0	72.783	44.0	0.00020718448942953852	LT827128.1	actinobacteria	Gordonibacter sp. Marseille-P2775 genome assembly, chromosome: contig00001	True	True
ISR0170_000000013580	3361	0.6524142095671562	5	5	4	5	4	False	80529	fragment	False	ISR0170_000000013580	0.9930080795525171		0	0	False	False	1.0	0					non-mobilizable	chromosome	3371.0	86.50299999999999	100.0	0.0015600296615505156	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0149_000000009271	1832	0.6524116614490705	3	2	1	1	2	False	112737	fragment	False	ISR0149_000000009271	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1371.0	74.03399999999999	74.0	0.16465569774527727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0056_000000000858	21614	0.6524073581983425	29	6	4	6	2	False	70868	fragment	False	ISR0046_000000000442	0.9591626483552566		0	0	False	False	0.9999537467956543	0					non-mobilizable	no_good_hit	277.0	99.639	1.0	0.0008765550117667983	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ENG0036_000000007296	3187	0.6524045527736765	5	2	2	2	2	True	120867	fragment	False	SPA0113_000000009623	0.9601277400385205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2389.0	98.87	75.0	0.06480073840807905	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
ISR0815_000000018804	1651	0.6523933868293281	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.42695886835989955		0	0	False	False	1.0	0					non-mobilizable	other	1563.0	97.31299999999999	95.0	0.00043376598852547336	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0016_000000000889	22035	0.6523906819442176	47	32	10	18	24	False	86015	fragment	False	ENG0016_000000000889	1.0		0	0	False	False	0.999863862991333	0					non-mobilizable	other	13127.0	99.92399999999999	99.0	0.003923525337142458	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0100_000000018349	1681	0.6523905356604106	3	2	2	2	1	False	115328	fragment	False	ENG0104_000000014764	0.5847443800866665		0	0	False	False	0.9952409267425537	0					non-mobilizable	other	1327.0	98.87	100.0	0.016489871040752117	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0013_000000024903	1219	0.6523827059843168	2	2	2	2	2	False	50588	fragment	False	MAD0104_000000009445	0.954954954954955		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	93.934	100.0	0.019134696955415212	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
FIJ0142_000000023095	1568	0.6523803348394314	3	3	3	3	2	False	40177	maximal	True	FIJ0142_000000023095	1.0		2	1	False	False	0.9617347121238708	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	2.7091550277622312e-05	NZ_CP045073.1	a-proteobacteria	Paracoccus kondratievae strain BJQ0001 chromosome 2, complete sequence	True	False
DEN0028_000000017381	1750	0.6523742364727332	4	3	3	2	2	False	80758	maximal	True	DEN0028_000000017381	1.0		1	1	False	False	0.9634285569190979	0					non-mobilizable	no_good_hit	454.0	76.432	26.0	0.0104816395441542	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0184_000000010300	1102	0.6523685102214773	1	1	0	1	1	False	29415	fragment	False	ISR0184_000000010300	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	1103.0	96.19200000000001	100.0	0.00871160018340211	CP054364.1	enterobacteria	Escherichia coli strain SCU-171 plasmid pSCU-171-1, complete sequence	False	True
ISR0138_000000025629	1126	0.6523665352019765	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.10245240976436137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	97.867	37.0	0.00011691131957056611	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0202_000000004517	5283	0.652364947363453	6	6	6	6	5	False	130049	fragment	False	ENG0005_000000004373	0.5265152954977723		0	0	False	False	1.0	0					non-mobilizable	chromosome	3512.0	90.88799999999999	99.0	0.001235758518247199	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0799_000000012109	1370	0.6523614278954513	3	3	3	3	2	False	78451	fragment	False	ENG0039_000000017438	0.9306801485977673		0	0	False	False	0.9992700815200806	0					non-mobilizable	other	1370.0	98.83200000000001	100.0	0.0003701581675845814	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0397_000000012917	1403	0.6523560669211435	3	1	1	1	1	True	37771	fragment	False	USA0119_01_000000016729	0.9307535641547862		0	0	False	False	0.9387027621269226	0					non-mobilizable	other	1407.0	95.807	100.0	0.00044271607415920233	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0029_000000004012	5760	0.6523350846723595	7	7	4	7	4	False	92054	maximal	True	SPA0029_000000004012	1.0		135	12	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	95.765	16.0	0.006451220254397176	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
USA0015_01_000000014323	2345	0.6523335252257938	4	3	3	2	2	False	12627	fragment	False	SPA0009_000000014523	0.9526582890630414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.751312045160491e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	False
FIJ0046_000000001288	16617	0.6523281010272094	18	13	6	3	12	False	47003	maximal	True	FIJ0046_000000001288	1.0		1	1	False	False	0.9995185732841492	0					non-mobilizable	no_good_hit								True	False
ISR0784_000000002478	5065	0.6523245370259179	4	3	3	3	3	False	82161	maximal	True	ISR0784_000000002478	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	3079.0	88.21	82.0	0.0007673021875890753	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0119_000000004618	3659	0.6523194916289141	2	2	2	2	2	False	77994	fragment	False	USA0116_01_000000005719	0.46845134516031106		0	0	False	False	0.9991800785064697	0					non-mobilizable	other	3659.0	98.852	100.0	0.000708106307314653	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0835_000000006378	2203	0.6523182705130439	2	2	2	2	2	False	61427	fragment	False	ISR0835_000000006378	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2203.0	100.0	100.0	0.0003995103548838508	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0219_000000004691	6453	0.6523143952594201	8	8	7	8	7	False	115026	fragment	False	ISR0219_000000004691	1.0		0	0	False	False	0.9984503388404846	0					non-mobilizable	no_good_hit	1010.0	84.257	42.0	0.0002813111785400397	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0033_000000027176	1177	0.6523131392952737	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19664302574135062		0	0	False	False	1.0	0					non-mobilizable	chromosome	1177.0	91.50399999999999	100.0	0.0003958347147718043	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0107_000000028596	1161	0.6523131392952737	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18948452879735186		0	0	False	False	1.0	0					non-mobilizable	chromosome	1161.0	93.79799999999999	100.0	0.00037388925078073556	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0137_000000020622	1131	0.6523131392952737	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18491036964978774		0	0	False	False	0.9991158246994019	0					non-mobilizable	chromosome	1131.0	98.585	100.0	0.0003938747938257163	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0069_000000015895	1131	0.6523131392952737	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18653418470761096		0	0	False	False	1.0	0					non-mobilizable	chromosome	1131.0	99.027	100.0	0.0003938747938257163	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0064_01_000000001115	11616	0.6523059051105097	12	9	5	9	5	True	69675	maximal	True	USA0064_01_000000001115	1.0		77	10	False	False	1.0	0					non-mobilizable	no_good_hit	1259.0	76.569	11.0	0.0002802698209266319	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
ISR0810_000000013649	1334	0.6523000979844713	2	1	1	1	1	False	21703	maximal	True	ISR0810_000000013649	1.0		2	2	False	False	0.9910045266151428	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000005470	3902	0.652280010261126	5	4	3	3	1	False	120406	maximal	True	AUS0004_000000005470	1.0		3	3	False	False	0.9987186193466187	0					non-mobilizable	no_good_hit	645.0	92.55799999999999	35.0	0.0017297297297297297	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0090_000000014139	2482	0.6522621702075799	3	3	3	3	2	False	75197	maximal	True	SPA0090_000000014139	1.0		13	5	False	False	0.998388409614563	0					non-mobilizable	no_good_hit	1034.0	76.402	41.0	0.003098401589297756	NZ_JDUI01000001.1	high GC Gram+	Bifidobacterium pullorum DSM 20433 contig1, whole genome shotgun sequence	True	False
FIJ0139_000000022208	1209	0.6522594135558053	2	2	2	2	2	False	87232	fragment	False	ISR0370_000000016697	0.3500290011216719		0	0	False	False	0.9958643317222595	0					non-mobilizable	other	1209.0	98.677	100.0	0.005286652078774617	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0166_000000011678	1781	0.6522449038650551	3	3	3	2	3	False	30209	maximal	True	ISR0166_000000011678	1.0		5	4	False	False	0.9943851828575134	0					non-mobilizable	no_good_hit	778.0	73.65	43.0	0.0005703757993649071	NZ_CABWIB010000001.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	False
FIJ0002_000000016786	2139	0.6522354258805653	3	1	1	1	1	False	112019	fragment	False	FIJ0069_000000009554	0.6424766734326125		0	0	False	False	0.9934548735618591	0					non-mobilizable	no_good_hit	953.0	97.90100000000001	45.0	0.0002664464192204147	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0100_000000031239	1479	0.6522354258805653	1	1	1	1	1	False	68556	fragment	False	MON0100_000000031239	1.0		0	0	False	False	0.9614604711532593	0					non-mobilizable	no_good_hit	889.0	99.43799999999999	60.0	0.9977528089887641	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
SPA0028_000000006192	4293	0.6522335245569267	7	1	1	1	1	False	66042	maximal	True	SPA0028_000000006192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000004696	6249	0.6522196119518621	8	5	3	4	4	True	71562	maximal	False	FIJ0126_000000005418	0.9873020818376372		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1438.0	79.485	43.0	0.2384979702300406	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0011_000000006616	6247	0.6522196119518621	8	5	3	4	4	True	71562	maximal	False	FIJ0126_000000005418	0.9875320746445581		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1438.0	79.485	43.0	0.2384979702300406	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0126_000000005418	6247	0.6522196119518621	7	5	3	4	4	True	71562	maximal	True	FIJ0126_000000005418	0.9875507433157045		26	4	True	True	1.0	5					non-mobilizable	no_good_hit	866.0	88.79899999999999	42.0	0.0002935367887550948	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
FIJ0032_000000005478	6247	0.6522196119518621	8	5	3	4	4	True	71562	maximal	False	FIJ0126_000000005418	0.9875336336449243		0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1438.0	79.485	43.0	0.2384979702300406	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0058_000000006004	6233	0.6522196119518621	7	5	3	4	4	True	71562	maximal	False	FIJ0126_000000005418	0.9872463634037472		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1333.0	78.92	42.0	0.22107577807848444	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0086_000000004785	6227	0.6522196119518621	7	5	3	4	4	True	71562	maximal	False	FIJ0126_000000005418	0.9874291841586688		0	0	True	True	0.9991970658302307	1					non-mobilizable	no_good_hit	1333.0	78.92	42.0	0.22107577807848444	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0054_000000003820	6186	0.6522196119518621	8	6	3	4	4	True	71562	maximal	False	FIJ0126_000000005418	0.9875074331507161		0	0	True	True	0.9987067580223083	3					non-mobilizable	no_good_hit	1438.0	79.485	44.0	0.2384979702300406	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0032_000000029528	1150	0.6522138675698186	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19373353519844436		0	0	False	False	0.9982608556747437	0					non-mobilizable	chromosome	1150.0	98.87	100.0	0.00040049746735021954	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0008_000000025588	1131	0.6522138675698186	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18589316567954764		0	0	False	False	0.9964632987976074	0					non-mobilizable	chromosome	1131.0	98.851	100.0	0.0003938747938257163	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0001_000000016837	1613	0.6522135791033769	3	3	3	3	3	False	109130	fragment	False	ENG0001_000000016837	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	99.105	97.0	0.0258496650955098	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0050_000000007060	4039	0.6522048625017535	2	2	1	1	2	False	11343	maximal	True	MON0050_000000007060	1.0		90	9	False	False	0.9975241422653198	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000001262	13767	0.6522044503540672	15	10	5	7	8	True	115581	maximal	True	ISR0089_000000001262	1.0		0	0	False	False	0.9996368288993835	0					non-mobilizable	chromosome	2639.0	99.015	90.0	0.0008308608708342304	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0246_000000001380	8742	0.6522022490745888	7	4	4	4	4	False	80214	fragment	False	ISR0246_000000001380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1594.0	72.208	32.0	0.03273192095723057	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0072_000000001818	11258	0.6521922836096525	24	8	3	6	4	False	86613	maximal	True	ISR0072_000000001818	1.0		2	1	False	False	0.9997335076332092	0					non-mobilizable	no_good_hit	755.0	78.146	7.0	0.0002593299527489672	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0397_000000002728	8186	0.6521919969848918	7	3	3	3	1	False	22653	maximal	True	ISR0397_000000002728	1.0		1	1	False	False	0.9996334910392761	0					non-mobilizable	no_good_hit	1191.0	78.25399999999999	14.0	0.00018544202872634099	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
CAN0002_000000002960	5304	0.6521884747294672	9	2	1	2	1	False	96983	maximal	True	CAN0002_000000002960	1.0		1	1	True	True	0.9986802339553833	11					non-mobilizable	no_good_hit	204.0	75.98	4.0	0.043946385409800046	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ENG0068_000000004297	5269	0.6521884747294672	9	2	1	2	1	False	97440	backbone	True	ENG0068_000000004297	0.9749966962532678	PS535	9	4	True	True	1.0	24					non-mobilizable	no_good_hit	203.0	75.369	4.0	0.043726653482751045	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
ISR0267_000000002997	5114	0.6521884747294672	9	2	1	2	1	False	97440	backbone	False	ENG0068_000000004297	0.9604062016557904	PS535	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	203.0	75.369	7.0	0.043726653482751045	MH616914.1	viruses	Inoviridae sp. isolate ctfh53, complete genome	True	True
AUS0018_000000003998	6512	0.652173859239516	6	5	3	3	4	True	100069	maximal	True	AUS0018_000000003998	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	2976.0	97.14399999999999	89.0	0.0007624774929411865	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0048_000000006253	3077	0.652165450390424	4	3	2	3	1	True	36043	maximal	True	ISR0048_000000006253	1.0		0	0	False	False	0.9941501617431641	0					non-mobilizable	no_good_hit	662.0	100.0	22.0	0.007043379117073535	CP045132.1	g-proteobacteria	Acinetobacter indicus strain TQ18 plasmid p18TQ-X3, complete sequence	True	True
ISR0294_000000016658	1127	0.6521646030437909	2	2	2	2	2	False	25744	maximal	True	ISR0294_000000016658	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1129.0	84.588	99.0	0.002258956149792645	NZ_DS562854.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_11, whole genome shotgun sequence	False	False
USA0034_01_000000017404	3162	0.6521629975390557	4	3	1	3	2	False	90833	fragment	False	USA0034_01_000000017404	1.0		0	0	False	False	0.9965211749076843	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000003555	6919	0.6521621075942581	5	4	4	4	4	False	96250	fragment	False	ISR0096_000000003803	0.9801615238257324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2322.0	79.328	87.0	0.003726838740998463	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
SPA0034_000000026566	1302	0.65216168337527	2	2	2	1	1	False	58579	fragment	False	ISR0385_000000017719	0.9401117094104854		0	0	False	False	0.9892473220825195	0					non-mobilizable	other	1302.0	98.618	100.0	0.00036665100408787664	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0101_000000018079	1549	0.6521610469895832	2	2	2	2	2	False	42668	fragment	False	FIJ0101_000000018079	1.0		0	0	False	False	1.0	0					non-mobilizable	other	817.0	98.77600000000001	95.0	0.007871734196165547	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0006_000000010646	2160	0.6521549616625854	2	2	2	2	1	True	67607	fragment	False	ENG0006_000000010646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	100.0	4.0	2.7399668692339395e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0814_000000033084	1277	0.6521513109243955	2	2	1	2	1	True	21499	maximal	True	ISR0814_000000033084	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	93.333	45.0	0.00018123558480656623	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
MON0064_000000008754	2915	0.6521452784122941	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.5587583312018858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	84.35	58.0	0.0003362127908232072	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0072_000000012025	1806	0.6521452459819448	2	2	2	1	0	False	10400	maximal	True	MON0072_000000012025	1.0		3	3	False	False	0.9961240291595459	0					non-mobilizable	other	1648.0	97.694	91.0	0.014782702353384674	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	False	False
ISR0046_000000021441	1658	0.6521440211572395	2	2	2	2	2	False	82398	fragment	False	MAD0110_000000013016	0.17756664008704012		0	0	False	False	1.0	0					non-mobilizable	other	1659.0	98.855	100.0	0.022190398436768073	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0348_000000007335	2137	0.6521399760850021	3	3	3	2	3	False	43627	maximal	True	ISR0348_000000007335	1.0		389	15	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	97.14299999999999	7.0	0.9928571428571429	KU547922.1	bacteria	Uncultured bacterium clone PI_11F_Contig_13 genomic sequence	True	False
ISR0060_000000004639	6626	0.6521286216293332	5	2	2	1	2	True	35429	maximal	True	ISR0060_000000004639	1.0		0	0	False	False	0.9996981620788574	0					non-mobilizable	no_good_hit								True	True
ISR0777_000000002619	6145	0.6521286216293332	5	2	2	1	2	True	22396	maximal	True	ISR0777_000000002619	1.0		0	0	False	False	0.9986981153488159	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
ENG0031_000000005617	3620	0.6521251488499741	5	5	4	5	3	False	79181	fragment	False	ENG0031_000000005617	1.0		0	0	False	False	0.9903314709663391	0					non-mobilizable	no_good_hit	54.0	90.741	1.0	5.540038801177415e-05	NZ_FOOT01000002.1	CFB group bacteria	Pontibacter chinhatensis strain LP51, whole genome shotgun sequence	True	False
ISR0337_000000008983	1224	0.6521234382140687	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.570449527028369		0	0	False	False	0.9991829991340637	0					non-mobilizable	other	1224.0	100.0	100.0	0.007128327378489121	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
MAD0089_000000024196	1198	0.6521234382140687	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.4957213145429916		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	98.49700000000001	100.0	0.006976784850410039	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0150_000000021929	1131	0.6521223967185101	2	2	2	2	2	True	30790	fragment	False	ISR0150_000000021929	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	96.994	100.0	0.00031379997889486867	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
DEN0034_000000001447	4302	0.6521049312171355	5	5	5	4	3	False	113625	maximal	True	DEN0034_000000001447	0.9658895705521472		58	6	False	False	1.0	0					non-mobilizable	other	4305.0	94.12299999999999	100.0	0.16126612661266126	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
SPA0119_000000005135	6785	0.652103393264957	7	6	4	5	4	False	49448	maximal	True	SPA0119_000000005135	1.0		1	1	False	False	0.9977892637252808	0					non-mobilizable	no_good_hit	1152.0	97.83	17.0	0.007406263472514462	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	True	False
MON0083_000000020408	1883	0.6520956725515564	3	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.2676600077745009	PS721	0	0	False	True	0.9872543811798096	0					non-mobilizable	other	1756.0	74.601	92.0	0.2117001828153565	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
DEN0063_000000027718	1783	0.6520956725515564	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.28783140155914905	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1741.0	74.497	96.0	0.2097501523461304	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0087_000000005963	1715	0.6520956725515564	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.25878931197463	PS721	0	0	False	True	0.9918367266654968	0					non-mobilizable	other	1725.0	74.609	99.0	0.20792199878123097	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0048_000000012807	1575	0.6520956725515564	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.13742381628379924	PS721	0	0	False	True	0.9980952143669128	0					non-mobilizable	no_good_hit	857.0	99.417	54.0	0.8734693877551021	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0092_000000020010	1538	0.6520956725515564	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.06493360073526565	PS721	0	0	False	True	0.99934983253479	0					non-mobilizable	no_good_hit	794.0	99.37	52.0	0.007659245665716907	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0109_000000008836	2806	0.6520935147618839	4	2	1	2	1	False	94783	fragment	False	ENG0109_000000008836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.000327880797114649	NZ_KB902243.1	g-proteobacteria	Fangia hongkongensis FSC776 = DSM 21703 A37QDRAFT_scaffold_12.13, whole genome shotgun sequence	True	False
ENG0050_000000011264	2344	0.6520935147618839	2	2	1	2	1	False	94782	fragment	False	ENG0050_000000011264	1.0		0	0	False	False	0.9957337975502014	0					non-mobilizable	no_good_hit								True	False
USA0083_01_000000009295	3289	0.6520934187185495	6	3	2	3	3	False	118640	fragment	False	ENG0009_000000003397	0.8488294325002905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2496.0	91.10600000000001	80.0	0.0005515093765478578	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0079_01_000000004143	3074	0.6520934187185495	5	3	2	3	3	False	118640	fragment	False	ENG0009_000000003397	0.5421799711946991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	89.516	83.0	0.0004463658579501787	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ENG0057_000000010421	2292	0.6520934187185495	3	3	2	3	3	False	118618	fragment	False	ENG0057_000000010421	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2292.0	92.976	100.0	0.0005081971218451464	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0092_000000013334	2490	0.6520887729115121	3	3	3	3	3	False	44771	fragment	False	FIJ0072_000000009987	0.98714859437751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	82.988	44.0	0.0002958336012019007	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0072_000000009987	2490	0.6520887729115121	3	3	3	3	3	False	44771	fragment	False	FIJ0072_000000009987	0.98714859437751		0	0	False	False	0.9983935952186584	0					non-mobilizable	no_good_hit	1111.0	82.988	44.0	0.0002958336012019007	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0110_000000004164	5187	0.6520867823967349	2	2	1	2	2	False	103506	fragment	False	MON0033_000000008819	0.22525453021277989		0	0	False	False	0.9978793263435364	0		MOBF			mobilizable	plasmid	5169.0	98.046	99.0	0.060485098213658606	CP041415.1	enterobacteria	Escherichia coli strain STEC719 plasmid pSTEC719_4, complete sequence	False	True
ISR0108_000000005855	3716	0.6520859028058301	9	3	2	2	3	False	32814	fragment	False	ISR0108_000000005855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	74.54	19.0	0.0003369885486656364	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
FIJ0072_000000008553	2929	0.6520795633484768	3	3	2	3	2	True	44775	fragment	False	FIJ0072_000000008553	1.0		0	0	False	False	0.9996585845947266	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	1.0713305879322528e-05	NZ_CP022530.1	g-proteobacteria	Bacterioplanes sanyensis strain NV9 chromosome, complete genome	True	True
CAN0018_000000011047	3125	0.6520693429453184	3	2	2	2	2	False	92277	fragment	False	CAN0018_000000011047	1.0		0	0	False	False	0.997439980506897	0					non-mobilizable	no_good_hit	1134.0	73.545	36.0	0.008970559814468853	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0110_000000000258	43431	0.6520674323488671	36	15	9	14	5	True	119621	maximal	False	AST0026_000000000287	0.9940960509540362	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	5155.0	92.99700000000001	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0048_000000000169	43431	0.6520674323488671	36	15	9	14	5	True	119621	maximal	False	AST0026_000000000287	0.9908798381622883	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	5153.0	94.993	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0789_000000001167	11717	0.6520652640633274	13	11	5	7	10	False	71482	maximal	True	ISR0789_000000001167	1.0		7	4	False	False	0.9980370402336121	0					non-mobilizable	no_good_hit	2982.0	92.85700000000001	50.0	0.25220115137148663	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ENG0001_000000012685	2098	0.6520569479456724	4	3	1	3	2	True	68055	maximal	True	ENG0001_000000012685	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	96.28399999999999	44.0	0.0003548100270168599	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
SPA0130_000000024789	1357	0.6520529966325392	3	2	1	2	1	True	3789	fragment	False	SPA0130_000000024789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0060_000000011464	1206	0.652052538060619	2	2	2	2	1	False	6218	maximal	True	SPA0060_000000011464	1.0		0	0	False	False	0.9941956996917725	0					non-mobilizable	other	1061.0	99.24600000000001	99.0	0.00016621250927889174	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
ISR0059_000000005214	3079	0.6520400686180595	3	3	3	3	3	False	71890	fragment	False	SPA0089_000000012172	0.9692035483320711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	3.0	0.0001062160274674647	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
MAD0011_000000009256	1510	0.6520333968067202	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.8564128917356179		0	0	False	False	1.0	0					non-mobilizable	chromosome	1510.0	97.682	100.0	0.00040200291885596423	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0162_000000007863	2862	0.652026493073149	4	3	2	3	3	False	44078	fragment	False	FIJ0162_000000007863	1.0		0	0	False	False	0.9996505975723267	0					non-mobilizable	plasmid	2789.0	98.67299999999999	100.0	0.026593157126641804	CP051693.1	enterobacteria	Escherichia coli strain SCU-318 plasmid pSCU-318-1, complete sequence	False	True
ENG0132_000000002350	8047	0.6520262912168918	14	5	3	3	4	False	117094	fragment	False	ENG0132_000000002350	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	78.036	10.0	0.14910226385636222	MK232394.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V06.J07_5-CL29_c1 sequence	True	False
AST0153_000000005481	5320	0.6520259119353267	7	6	6	4	5	False	131858	maximal	True	AST0153_000000005481	1.0		1	1	False	False	0.9996240735054016	0					non-mobilizable	no_good_hit	3155.0	97.62299999999999	59.0	0.007143779317467832	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0013_000000015652	3157	0.652024416712533	3	3	2	3	2	False	79006	maximal	True	MON0013_000000015652	1.0		117	11	False	False	0.9784605503082275	0					non-mobilizable	other	3171.0	95.301	100.0	0.0027142842427301476	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
DEN0003_000000008660	3182	0.6520167414190794	3	3	2	2	2	False	76681	maximal	False	ENG0041_000000007667	0.9799078917692169		0	0	False	True	1.0	0					non-mobilizable	other	3182.0	97.8	100.0	0.033862039599744514	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
DEN0003_000000016678	1497	0.6520069197391938	2	2	2	2	2	False	76644	fragment	False	DEN0003_000000016678	1.0		0	0	False	False	0.9986640214920044	0					non-mobilizable	no_good_hit								True	False
USA0133_01_000000002180	12684	0.6520060483982176	14	9	4	9	1	True	55354	fragment	False	USA0133_01_000000002180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2235.0	77.226	30.0	0.018462902699582555	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0149_000000024334	1643	0.6520059236237291	3	3	3	3	3	False	110001	maximal	True	SPA0149_000000024334	1.0		87	9	False	False	0.9872184991836548	0					non-mobilizable	other	1638.0	99.512	99.0	0.05987126033208982	NZ_PYLP01000023.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_22, whole genome shotgun sequence	False	False
FIJ0030_000000023320	1602	0.6520021047598706	2	2	2	2	1	False	52164	fragment	False	FIJ0030_000000023320	0.9365517848451269		0	0	False	False	0.9918851256370544	0					non-mobilizable	chromosome	1586.0	93.632	99.0	0.000533165126019165	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0857_000000001036	2325	0.6519992123786231	2	2	2	2	1	False	20469	fragment	False	ISR0857_000000001036	1.0		0	0	False	False	0.9995698928833008	0					non-mobilizable	no_good_hit	1460.0	84.384	62.0	0.0006461755821493103	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0123_000000010163	3166	0.6519925510923321	6	5	1	3	5	False	41365	fragment	False	FIJ0123_000000010163	1.0		0	0	False	False	0.9965255856513977	0					non-mobilizable	chromosome	3166.0	99.81	100.0	0.0005787481485545011	LR134079.1	enterobacteria	Escherichia coli strain NCTC9112 genome assembly, chromosome: 1	False	False
FIJ0103_000000021076	1104	0.6519906799137384	2	2	2	2	1	False	42536	maximal	False	ISR0286_000000018700	0.957290767903365		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	99.00399999999999	100.0	0.01864845216156356	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
ENG0026_000000002467	4484	0.651989200251674	3	2	1	2	1	False	66088	fragment	False	ENG0026_000000002467	1.0		0	0	False	False	0.9968777894973755	0		MOBP			mobilizable	plasmid	4484.0	99.978	100.0	0.11861849940452561	CP001927.1	enterobacteria	Escherichia coli Xuzhou21 plasmid pO157_Sal, complete sequence	False	True
SPA0089_000000028967	1290	0.6519830106073587	1	1	1	1	1	False	5406	fragment	False	SPA0089_000000028967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	371.0	91.64399999999999	42.0	0.23870967741935484	GQ873975.1		Uncultured organism clone 1041059765971 genomic sequence	True	False
CAN0020_000000024980	1417	0.6519830050753174	2	2	2	2	1	True	91772	fragment	False	FIJ0002_000000025835	0.973055934515689		0	0	False	False	0.9978828430175781	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010503302705183963	NZ_WURB01000008.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold8, whole genome shotgun sequence	True	True
MAD0061_000000016742	1140	0.6519766561476876	3	2	2	1	1	True	16795	fragment	False	MAD0061_000000016742	1.0		0	0	False	False	0.9973683953285217	0					non-mobilizable	no_good_hit	284.0	98.23899999999999	29.0	8.520588059073267e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0091_000000006554	1883	0.6519699188687825	3	3	3	3	3	False	108421	maximal	True	MON0091_000000006554	1.0		8	4	False	False	0.9899097084999084	0					non-mobilizable	chromosome	1869.0	99.572	99.0	0.00043522836784466615	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
ISR0189_000000004405	2976	0.6519617446147191	2	2	1	1	2	False	127340	maximal	True	ISR0189_000000004405	1.0	PS1004	4	4	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1998.0	85.88600000000001	75.0	0.3804830917874396	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
MAD0044_000000017562	1419	0.6519581639640826	1	1	1	1	1	False	17951	maximal	True	MAD0044_000000017562	1.0		1	1	False	False	0.976039469242096	0					non-mobilizable	no_good_hit	192.0	77.083	13.0	0.0007495778693051808	NZ_ATWJ01000015.1	high GC Gram+	Ornithinimicrobium pekingense DSM 21552 K330DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
ISR0187_000000025387	1136	0.6519519471971489	2	2	1	2	1	True	29278	fragment	False	ISR0187_000000025387	1.0		0	0	False	False	0.9744718074798584	0					non-mobilizable	plasmid	1136.0	100.0	100.0	0.3744638733091389	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	False	True
MAD0065_000000009064	1241	0.6519512202996558	2	2	2	2	2	False	16622	fragment	False	MAD0065_000000009064	1.0		0	0	False	False	0.9871071577072144	0					non-mobilizable	other	1245.0	83.213	100.0	0.0016171594653012402	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
DEN0065_000000001282	15932	0.6519440586207003	13	8	4	7	2	False	117624	fragment	False	DEN0065_000000001282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	91.613	9.0	0.02162426956856433	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0019_000000015468	1878	0.6519432978862415	2	1	1	1	1	False	72711	fragment	False	DEN0046_000000013002	0.9892800781675612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	80.514	82.0	0.00040897325924920726	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
DEN0010_000000009779	4358	0.6519257960419702	7	4	1	4	1	True	76026	maximal	True	DEN0010_000000009779	1.0		1	1	True	True	0.9972464442253113	13					non-mobilizable	no_good_hit	54.0	96.296	1.0	0.00012782326624621656	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
ISR0805_000000005549	2100	0.6519239024325739	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3176906543110222	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2106.0	74.074	99.0	0.25399146861669714	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
USA0055_01_000000004000	6446	0.6519226673249182	10	8	4	4	6	False	132307	maximal	True	USA0055_01_000000004000	1.0	PS958	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3571.0	99.244	55.0	0.0010748586350138362	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0328_000000009833	2836	0.651919501839875	2	1	1	1	1	False	24752	fragment	False	ISR0328_000000009833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	100.0	2.0	0.00997207818109294	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ENG0141_000000007431	3688	0.6519087677911211	3	2	1	2	1	False	107899	fragment	False	ENG0141_000000007431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	94.074	4.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0289_000000004934	2007	0.6519087677911211	2	2	1	2	1	False	47627	fragment	False	ISR0289_000000004934	1.0		0	0	False	False	0.9910314083099365	0					non-mobilizable	no_good_hit	135.0	94.074	7.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0107_000000011088	2304	0.6519044992216597	3	2	2	1	1	True	38284	maximal	True	ISR0107_000000011088	1.0		67	5	False	False	0.9952256679534912	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	4.74192756566175e-05	NZ_FNKL01000001.1	CFB group bacteria	Chryseobacterium soldanellicola strain DSM 17072, whole genome shotgun sequence	True	True
AUS0024_000000007197	4420	0.6519018733057598	5	5	5	5	5	False	98979	maximal	True	AUS0024_000000007197	1.0		1	1	False	False	0.983484148979187	0					non-mobilizable	no_good_hit	83.0	81.928	2.0	3.104218978505008e-05	NZ_LN879430.1	firmicutes	Herbinix luporum strain SD1D chromosome I	True	False
MON0110_000000013354	1255	0.6518992050146505	1	1	1	1	1	False	50300	fragment	False	MON0005_000000042870	0.619979134063641		0	0	False	False	0.9816733002662659	0					non-mobilizable	other	1184.0	95.01700000000001	97.0	0.00029004545843486766	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0354_000000012511	1504	0.6518966344033468	2	1	1	1	1	False	30196	fragment	False	ISR0354_000000012511	1.0		0	0	False	False	0.9734042286872864	0					non-mobilizable	other	1466.0	98.90899999999999	97.0	0.0004068291761778607	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0109_000000013665	1798	0.6518935629070598	2	2	2	2	1	False	59878	maximal	True	ENG0109_000000013665	1.0		0	0	False	False	0.9994438290596008	0					non-mobilizable	no_good_hit	842.0	97.98100000000001	47.0	0.00028572273072110507	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0112_000000008581	4018	0.6518910366523333	6	6	6	6	6	False	89365	maximal	True	SPA0112_000000008581	1.0		61	8	False	False	0.9995022416114807	0					non-mobilizable	no_good_hit	257.0	76.265	14.0	0.00029775635292013066	CP012399.1	a-proteobacteria	Chelatococcus sp. CO-6 plasmid pCO-6, complete sequence	True	False
ISR0148_000000015336	1898	0.6518884702433307	2	2	2	2	1	False	30918	maximal	True	ISR0148_000000015336	1.0		188	12	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	9.736569195306521e-05	NZ_FPBF01000004.1	CFB group bacteria	Algoriphagus locisalis strain DSM 23445, whole genome shotgun sequence	True	False
CHI0109_000000008898	2088	0.6518845180599754	5	3	1	3	2	True	82780	fragment	False	CHI0109_000000008898	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1944.0	97.016	93.0	0.015646263981382316	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
AUS0006_000000007566	3077	0.6518844219063371	5	4	3	3	2	False	109615	fragment	False	ISR0339_000000004178	0.9815442683718132		0	0	False	False	0.9938251376152039	0					non-mobilizable	other	3079.0	99.51299999999999	99.0	0.015183803942461374	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0089_000000008263	2786	0.6518844219063371	5	4	3	3	2	False	109615	fragment	False	ISR0339_000000004178	0.8238855930031952		0	0	False	False	0.9996410608291626	0					non-mobilizable	other	2785.0	99.425	99.0	0.013733499082460191	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0159_000000023528	1131	0.6518837730575158	2	2	2	1	1	False	30454	fragment	False	ISR0159_000000023528	1.0		0	0	False	False	0.9929265975952148	0					non-mobilizable	no_good_hit								True	False
MAD0024_000000000073	38763	0.6518829593730928	40	11	5	10	7	False	72943	maximal	True	MAD0024_000000000073	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6971.0	91.336	73.0	0.002163999828273734	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0143_000000008592	2178	0.6518817747703113	3	2	2	2	2	False	57613	maximal	True	ENG0143_000000008592	1.0		283	13	False	False	0.9986225962638855	0					non-mobilizable	other	2178.0	99.08200000000001	100.0	0.0007396175799998165	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
SPA0112_000000003327	9737	0.6518790875219382	11	6	3	3	5	False	37243	maximal	True	SPA0112_000000003327	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2913.0	93.581	55.0	0.0006456857662604199	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0078_000000037813	1259	0.6518758692241144	1	1	1	1	1	False	10135	fragment	False	MON0093_000000032278	0.725993269026056		0	0	False	False	0.9817315340042114	0					non-mobilizable	other	1198.0	77.045	95.0	0.00042728444576898634	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ENG0129_000000021768	1246	0.6518724539400509	2	1	1	1	1	False	58496	fragment	False	ENG0129_000000021768	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	99.35799999999999	100.0	0.00037256698051070703	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0145_000000011737	2898	0.651871652824572	4	3	1	3	1	True	61060	fragment	False	ISR0804_000000005831	0.9629209844559585		0	0	False	False	0.9996549487113953	0					non-mobilizable	no_good_hit	2055.0	97.178	71.0	0.011768219489641784	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
ISR0126_000000039740	1254	0.6518687999817432	2	1	1	1	1	False	31935	fragment	False	ISR0126_000000039740	0.9806584362139917		0	0	False	False	0.9473684430122375	0					non-mobilizable	no_good_hit	554.0	82.852	44.0	0.00016589554842930636	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0061_000000003175	10207	0.6518654601588596	7	7	7	6	7	False	92537	maximal	True	MON0061_000000003175	1.0		4	1	False	False	0.9997060894966125	0					non-mobilizable	other	7051.0	97.39	99.0	0.006050055453118938	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
SPA0069_000000002959	7571	0.6518647297366323	9	6	6	6	5	False	12380	maximal	True	SPA0069_000000002959	1.0		4	1	False	False	0.9992074966430664	0					non-mobilizable	no_good_hit	893.0	76.708	14.0	0.00032779192971071897	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
SPA0070_000000002772	6908	0.6518647297366323	8	6	6	6	5	False	12379	fragment	False	SPA0070_000000002772	1.0		0	0	False	False	0.9942095875740051	0					non-mobilizable	no_good_hit	893.0	76.708	15.0	0.00032779192971071897	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0221_000000009762	2358	0.6518607394656121	3	3	3	3	3	False	27956	maximal	True	ISR0221_000000009762	1.0		1	1	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit	1074.0	72.626	45.0	0.0044799607421759325	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
ISR0826_000000011700	1153	0.6518604428595685	1	1	1	1	1	False	21099	fragment	False	SPA0154_000000008568	0.9250841750841752		0	0	False	False	0.9696444272994995	0					non-mobilizable	chromosome	1144.0	80.594	99.0	0.00031738388433692353	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0061_000000011361	1336	0.6518568601609137	2	2	2	1	1	False	6211	maximal	True	SPA0061_000000011361	1.0		19	5	False	False	1.0	0					non-mobilizable	chromosome	1336.0	100.0	100.0	0.00020789247022816315	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
SPA0032_000000016457	1751	0.6518552261471734	3	1	1	1	1	False	74024	fragment	False	ENG0200_000000009151	0.2658305292138268		0	0	False	False	0.9851513504981995	0					non-mobilizable	no_good_hit	83.0	80.723	5.0	1.536835965908045e-05	NZ_CP004078.1	firmicutes	Paenibacillus sabinae T27 chromosome, complete genome	True	False
MAD0045_000000022229	1859	0.6518548496548371	2	2	2	2	1	False	125903	fragment	False	MON0019_000000035282	0.9623310155370545		0	0	False	False	1.0	0					non-mobilizable	other	1861.0	91.994	100.0	0.005376656591490351	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
FIJ0124_000000011035	2480	0.6518520039489785	2	2	1	2	1	True	41252	maximal	True	FIJ0124_000000011035	1.0		2	1	False	False	0.9987903237342834	0					non-mobilizable	no_good_hit								True	True
MAD0057_000000010516	1500	0.6518463157279692	2	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.8635211538053943		0	0	False	False	0.9933333396911621	0					non-mobilizable	chromosome	1500.0	99.2	100.0	0.00039960210514016886	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0023_000000021576	1494	0.6518463157279692	3	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.8627828964993595		0	0	False	False	0.9986613392829895	0					non-mobilizable	chromosome	1494.0	99.331	100.0	0.00039826831974250473	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0154_000000007428	1314	0.6518395457983748	3	2	2	2	2	False	105238	fragment	False	SPA0154_000000007428	0.9296836236131915		0	0	False	False	0.9977169036865234	0					non-mobilizable	chromosome	1316.0	95.59299999999999	100.0	0.0005797283180284468	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0775_000000003639	4799	0.6518381540099684	7	3	2	2	2	False	48094	fragment	False	ISR0775_000000003639	0.9984368486869528		0	0	False	False	0.9993748664855957	0					non-mobilizable	no_good_hit	1472.0	76.63	33.0	0.1280819434372734	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0046_000000006693	4045	0.6518375105411927	5	3	3	2	2	False	111913	backbone	False	SPA0114_000000008141	0.5809996362049547	PS714	0	0	False	True	0.9995055794715881	0					non-mobilizable	no_good_hit								True	True
ENG0002_000000002409	7421	0.6518340020841658	5	5	4	4	2	True	89581	maximal	True	ENG0002_000000002409	1.0		322	11	False	False	0.9943403601646423	0					non-mobilizable	no_good_hit	5360.0	98.134	72.0	0.020400470604361086	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	True	True
ENG0187_000000012037	2417	0.651832499225023	2	2	2	2	2	False	54982	maximal	True	ENG0187_000000012037	1.0		7	6	False	False	1.0	0					non-mobilizable	chromosome	2214.0	84.598	91.0	0.00032537636187425083	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ENG0131_000000010771	2477	0.651831442455079	4	3	3	2	3	False	125534	fragment	False	FIJ0068_000000010349	0.24249667705640468		0	0	False	False	0.9761808514595032	0					non-mobilizable	other	2422.0	99.257	98.0	0.030107072239563253	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0004_000000018408	2256	0.6518182095706148	3	3	3	2	2	False	119436	fragment	False	CHI0024_000000003275	0.0892780758712084		0	0	False	False	0.9968971610069275	0					non-mobilizable	other	2215.0	85.28200000000001	98.0	0.022930415169994153	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
SPA0055_000000018086	1717	0.6518129509371732	4	4	2	4	1	False	127423	fragment	False	SPA0055_000000018086	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	98.98100000000001	100.0	0.000492992894151948	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ENG0134_000000028196	1363	0.6518127699824672	1	1	1	1	1	False	58153	fragment	False	ENG0134_000000028196	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	76.322	90.0	0.00021700809867109222	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	False	False
USA0032_01_000000008089	3043	0.6518081353557462	4	3	1	3	0	True	43249	fragment	False	USA0032_01_000000008089	1.0		0	0	False	False	0.9967137575149536	0					non-mobilizable	no_good_hit	2531.0	84.038	83.0	0.0007310812436497825	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
MON0014_000000010300	1612	0.6518070929683527	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.48461289998307544		0	0	False	False	1.0	0					non-mobilizable	chromosome	1600.0	91.25	99.0	0.0005631840648550912	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0091_000000014105	2158	0.6517961428055492	3	3	2	2	2	False	66678	fragment	False	ISR0091_000000014105	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2158.0	99.90700000000001	100.0	0.00034653051781973344	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
SPA0110_000000008111	2468	0.6517944421170909	4	3	3	3	3	False	131177	fragment	False	SPA0110_000000008111	1.0		0	0	False	False	0.9987844228744507	0					non-mobilizable	other	2470.0	96.316	100.0	0.009097242444460007	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
AST0055_000000021504	1672	0.6517875073332666	4	1	1	1	1	False	113718	fragment	False	AST0055_000000021504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	98.677	54.0	0.06266445090707658	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
FIJ0140_000000009164	3130	0.6517874520079748	6	5	2	2	3	True	123572	maximal	True	FIJ0140_000000009164	1.0	PS902	1	1	False	True	0.9932907223701477	0	rep_cluster_1702				non-mobilizable	no_good_hit	2462.0	98.294	87.0	0.0006507557030141229	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
SPA0097_000000006290	4881	0.6517819620365042	5	1	1	1	1	False	5129	maximal	True	SPA0097_000000006290	1.0		39	8	False	False	0.999590277671814	0					non-mobilizable	no_good_hit	1121.0	94.38	58.0	0.00021166230898755683	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	True	False
ENG0209_000000005811	3241	0.6517819620365042	7	1	1	1	1	False	53795	fragment	False	ENG0209_000000005811	1.0		0	0	False	False	0.9996914267539978	0					non-mobilizable	no_good_hit	1608.0	98.321	55.0	0.00024801954999431684	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
ISR0362_000000007428	2960	0.6517819620365042	4	1	1	1	1	False	23738	maximal	True	ISR0362_000000007428	1.0		8	5	False	False	0.9986486434936523	0					non-mobilizable	chromosome	2963.0	98.245	100.0	0.00045542427232894434	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0094_000000004816	2805	0.6517819620365042	3	1	1	1	1	False	5236	maximal	True	SPA0094_000000004816	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	89.244	40.0	0.0001308032501747539	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
FIJ0028_000000011447	2678	0.6517819620365042	3	1	1	1	1	False	64752	fragment	False	ENG0041_000000008749	0.9694107598125413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	76.66199999999999	35.0	0.00011662554000856075	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
AUS0002_000000013341	2655	0.6517819620365042	3	1	1	1	1	False	103015	fragment	False	AUS0002_000000013341	0.9924930857368629		0	0	False	False	0.9992467164993286	0					non-mobilizable	no_good_hit	654.0	95.413	33.0	0.003031836605828741	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	True	False
ENG0119_000000012641	2583	0.6517819620365042	3	1	1	1	1	False	88174	fragment	False	ENG0119_000000012641	1.0		0	0	False	False	0.9988385438919067	0					non-mobilizable	other	2534.0	98.85600000000001	98.0	0.0006682157161907533	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
ENG0053_000000010082	2540	0.6517819620365042	3	1	1	1	1	False	64752	fragment	False	ENG0041_000000008749	0.6493651979088871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	76.959	32.0	9.677765786990067e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0100_000000011865	2531	0.6517819620365042	2	1	1	1	1	False	103015	fragment	False	AUS0002_000000013341	0.9694915254237289		0	0	False	False	0.9988147020339966	0					non-mobilizable	no_good_hit	631.0	93.661	31.0	0.0029250490990384483	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	True	False
AUS0016_000000012447	2267	0.6517819620365042	4	1	1	1	1	False	100405	fragment	False	MON0066_000000014276	0.9813243888760288		0	0	False	False	0.996471107006073	0					non-mobilizable	other	2268.0	98.677	100.0	0.014580880129207446	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	False	False
ISR0162_000000017538	2251	0.6517819620365042	3	1	1	1	1	False	80769	maximal	True	ISR0162_000000017538	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	96.65899999999999	69.0	0.00020259022320585682	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
CAN0011_000000013767	2208	0.6517819620365042	2	1	1	1	1	False	101494	fragment	False	CAN0011_000000013767	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2208.0	99.90899999999999	100.0	0.00035192867918950205	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
MON0031_000000015212	2151	0.6517819620365042	3	1	1	1	1	False	12462	maximal	True	MON0031_000000015212	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	89.568	49.0	0.006743496193914123	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	True	False
CHI0006_000000007334	1981	0.6517819620365042	3	1	1	1	1	False	90613	maximal	True	CHI0006_000000007334	1.0		5	4	False	False	0.9969712495803833	0					non-mobilizable	no_good_hit	1411.0	88.448	70.0	0.008989183380627892	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	True	False
ISR0021_000000012794	1843	0.6517819620365042	3	1	1	1	1	False	37631	maximal	True	ISR0021_000000012794	1.0		1	1	False	False	0.9880629181861877	0					non-mobilizable	no_good_hit	1386.0	97.835	75.0	0.00019549041468404214	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0120_000000018784	1841	0.6517819620365042	2	1	1	1	1	False	32261	fragment	False	ISR0120_000000018784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	77.485	37.0	0.00010486007126160719	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
MON0065_000000014107	1829	0.6517819620365042	2	1	1	1	1	False	101493	fragment	False	MON0065_000000014107	0.9855670228670929		0	0	False	False	1.0	0					non-mobilizable	chromosome	1830.0	98.689	100.0	0.0002914932603345762	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
AUS0010_000000013580	1797	0.6517819620365042	2	1	1	1	1	False	101493	fragment	False	MON0065_000000014107	0.9835585409669609		0	0	False	False	1.0	0					non-mobilizable	chromosome	1797.0	99.72200000000001	100.0	0.0002863905336766405	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
MON0081_000000032060	1673	0.6517819620365042	2	1	1	1	1	False	87734	fragment	False	MON0081_000000032060	1.0		0	0	False	False	0.9994022846221924	0					non-mobilizable	other	1588.0	98.552	95.0	0.005512273230914579	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
MON0066_000000021278	1649	0.6517819620365042	2	1	1	1	1	False	10635	fragment	False	MON0066_000000021278	1.0		0	0	False	False	0.9727107286453247	0					non-mobilizable	no_good_hit	1024.0	96.777	62.0	0.00015739832114611827	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0029_000000026672	1608	0.6517819620365042	1	1	1	1	1	False	99483	fragment	False	ISR0029_000000026672	0.9851044908412794		0	0	False	False	1.0	0					non-mobilizable	other	1613.0	94.48200000000001	100.0	0.0009673384896645778	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
SPA0103_000000010792	1598	0.6517819620365042	3	1	1	1	1	False	90847	fragment	False	SPA0103_000000010792	0.9509125235997482		0	0	False	False	1.0	0					non-mobilizable	other	1548.0	93.023	97.0	0.0002972062230794945	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
USA0090_01_000000005497	1594	0.6517819620365042	1	1	1	1	1	False	99483	fragment	False	ISR0029_000000026672	0.9558655889939626		0	0	False	False	1.0	0					non-mobilizable	other	1597.0	93.363	100.0	0.0928052495898758	NZ_SRYX01000084.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_84_length_17068_cov_374.144, whole genome shotgun sequence	False	False
ISR0102_000000010587	1560	0.6517819620365042	1	1	1	1	1	False	99483	fragment	False	ISR0029_000000026672	0.968882869104205		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	94.31299999999999	100.0	0.0009384627138536948	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0820_000000016568	1540	0.6517819620365042	2	1	1	1	1	False	21274	maximal	True	ISR0820_000000016568	1.0		12	5	False	False	0.9954545497894287	0					non-mobilizable	chromosome	1468.0	94.14200000000001	95.0	0.0002065079380549636	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0096_000000021517	1508	0.6517819620365042	1	1	1	1	1	False	60833	fragment	False	ENG0096_000000021517	1.0		0	0	False	False	0.9913793206214905	0					non-mobilizable	chromosome	1302.0	99.616	100.0	0.00018363183975673086	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0081_000000037808	1387	0.6517819620365042	2	1	1	1	1	False	9957	fragment	False	MON0081_000000037808	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1339.0	99.925	97.0	0.000213357758384936	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0089_01_000000005360	1371	0.6517819620365042	1	1	1	1	1	False	62054	fragment	False	USA0089_01_000000005360	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1373.0	97.305	100.0	0.00021172777275355444	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0326_000000015317	1354	0.6517819620365042	2	1	1	1	1	False	24809	fragment	False	ISR0326_000000015317	1.0		0	0	False	False	0.9660266041755676	0					non-mobilizable	no_good_hit	1123.0	95.01299999999999	83.0	0.0005402438194224171	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
USA0050_01_000000008680	1332	0.6517819620365042	3	1	1	1	1	False	1105	fragment	False	USA0050_01_000000008680	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	100.0	100.0	0.00025570878016729616	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
ISR0776_000000017846	1321	0.6517819620365042	1	1	1	1	1	False	104295	fragment	False	ISR0776_000000017846	0.9057792744205203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1243.0	94.04700000000001	94.0	0.00018351523280196928	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
SPA0113_000000022291	1312	0.6517819620365042	1	1	1	1	1	False	99477	fragment	False	SPA0113_000000022291	0.948873631280994		0	0	False	False	1.0	0					non-mobilizable	other	1315.0	97.338	100.0	0.0007892712054974664	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
USA0020_01_000000026652	1292	0.6517819620365042	1	1	1	1	1	False	104295	fragment	False	ISR0776_000000017846	0.6250974279033515		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	92.148	100.0	0.00019122346552063034	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ENG0159_000000017957	1287	0.6517819620365042	1	1	1	1	1	False	95994	fragment	False	ENG0159_000000017957	0.958700882117081		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	92.236	100.0	0.0044285749019635084	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0026_000000018050	1283	0.6517819620365042	3	1	1	1	1	False	37277	maximal	True	ISR0026_000000018050	1.0		1	1	False	False	0.9703819155693054	0					non-mobilizable	no_good_hit	735.0	81.08800000000001	57.0	0.0038632249484111696	NZ_KB903371.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_6.7, whole genome shotgun sequence	True	False
CAN0016_000000035374	1283	0.6517819620365042	1	1	1	1	1	False	104295	fragment	False	ISR0776_000000017846	0.9028978578163805		0	0	False	False	1.0	0					non-mobilizable	chromosome	1294.0	90.649	100.0	0.00018988934831932363	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
AUS0020_000000020149	1274	0.6517819620365042	1	1	1	1	1	False	99489	fragment	False	AUS0020_000000020149	1.0		0	0	False	False	0.9992150664329529	0					non-mobilizable	other	1277.0	90.29	100.0	0.07558933555014548	NZ_CBVI010000034.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ISR0073_000000021956	1272	0.6517819620365042	2	1	1	1	1	False	34772	maximal	True	ISR0073_000000021956	1.0		1	1	False	False	0.9968553185462952	0					non-mobilizable	no_good_hit								True	False
CHI0058_000000017432	1253	0.6517819620365042	2	1	1	1	1	False	87736	fragment	False	CHI0058_000000017432	1.0		0	0	False	False	0.9976057410240173	0					non-mobilizable	other	1253.0	96.648	100.0	0.004348686884124167	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
AUS0020_000000020533	1246	0.6517819620365042	2	1	1	1	1	False	99477	fragment	False	SPA0113_000000022291	0.7147122954615622		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	95.596	100.0	0.0007495670137575024	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0821_000000026690	1243	0.6517819620365042	2	1	1	1	1	False	21208	maximal	True	ISR0821_000000026690	1.0		2	1	False	False	0.9983909726142883	0					non-mobilizable	no_good_hit								True	False
MON0070_000000028256	1242	0.6517819620365042	2	1	1	1	1	False	10436	fragment	False	MON0070_000000028256	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	93.098	100.0	0.0010212141542264715	NZ_FQXY01000009.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
FIJ0029_000000025815	1223	0.6517819620365042	3	1	1	1	1	False	48817	fragment	False	FIJ0029_000000025815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000034902	1216	0.6517819620365042	1	1	1	1	1	False	62053	fragment	False	ISR0814_000000034902	0.958259325044405		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	92.68700000000001	100.0	0.004185437456365512	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
CHI0133_000000017203	1205	0.6517819620365042	1	1	1	1	1	False	80768	fragment	False	CHI0133_000000017203	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	87.561	100.0	0.00017758582301838385	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ISR0397_000000014918	1200	0.6517819620365042	1	1	1	1	1	False	95991	fragment	False	ISR0397_000000014918	0.9273171227514734		0	0	False	False	0.9991666674613953	0					non-mobilizable	other	1202.0	96.17299999999999	100.0	0.0007218943952720729	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0845_000000008981	1185	0.6517819620365042	1	1	1	1	1	False	20678	maximal	True	ISR0845_000000008981	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1188.0	87.374	100.0	0.0001823454745413811	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0155_000000016395	1160	0.6517819620365042	1	1	1	1	1	False	104288	fragment	False	USA0130_01_000000028371	0.6985996460125636		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	95.913	100.0	0.10078089113458888	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
AST0149_000000022758	1160	0.6517819620365042	1	1	1	1	1	False	104288	fragment	False	USA0130_01_000000028371	0.488646288209607		0	0	False	False	1.0	0					non-mobilizable	chromosome	1167.0	91.68799999999999	100.0	0.00017165641323479841	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
CAN0004_000000025340	1156	0.6517819620365042	1	1	1	1	1	False	95991	fragment	False	ISR0397_000000014918	0.7371783612938574		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	96.97200000000001	100.0	0.0006948233554493703	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0095_000000031715	1146	0.6517819620365042	1	1	1	1	1	False	67341	fragment	False	USA0090_01_000000008168	0.9376449814763135		0	0	False	False	0.9965096116065979	0					non-mobilizable	chromosome	1148.0	94.512	100.0	0.00017601532687307848	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0130_01_000000028371	1145	0.6517819620365042	1	1	1	1	1	False	104288	fragment	False	USA0130_01_000000028371	0.7049568965517241		0	0	False	False	0.9886462688446045	0					non-mobilizable	chromosome	1151.0	91.74600000000001	100.0	0.00016928464932136421	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
USA0090_01_000000008168	1119	0.6517819620365042	1	1	1	1	1	False	67341	fragment	False	USA0090_01_000000008168	0.9393783224966696		0	0	False	False	1.0	0					non-mobilizable	chromosome	1119.0	96.693	100.0	0.00024459597142996534	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
USA0018_01_000000018800	1116	0.6517819620365042	1	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.3583048859289453		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	93.823	100.0	0.0015705950794594335	NZ_LT635836.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
CHI0039_000000010695	1114	0.6517819620365042	1	1	1	1	1	False	87733	fragment	False	CHI0039_000000010695	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	96.323	100.0	0.007161747389147347	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	False	False
FIJ0099_000000019951	1104	0.6517819620365042	1	1	1	1	1	False	42745	fragment	False	FIJ0099_000000019951	1.0		0	0	False	False	0.9990941882133484	0					non-mobilizable	chromosome	1106.0	94.665	100.0	0.00016955322571165428	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0044_000000026580	2029	0.6517786565715372	2	2	2	2	1	False	11622	fragment	False	MON0044_000000026580	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2002.0	98.751	99.0	0.0009691766938433305	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
AST0012_000000003562	5034	0.6517753728748112	5	4	3	4	2	False	125574	fragment	False	AST0012_000000003562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0089_000000011295	3449	0.6517712885298718	4	4	3	4	3	False	5429	maximal	True	SPA0089_000000011295	1.0		3	1	False	False	0.9956508874893188	0					non-mobilizable	no_good_hit	606.0	69.472	18.0	0.00023704149899466518	NC_018002.1	e-proteobacteria	Sulfurospirillum barnesii SES-3, complete sequence	True	False
USA0019_01_000000011998	2499	0.6517700681691224	4	4	3	4	3	False	108264	fragment	False	ISR0819_000000009159	0.7905124702704804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1751.0	83.21	70.0	0.0006068460319031612	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0335_000000006971	2548	0.6517699756190832	4	4	4	4	4	False	67076	fragment	False	ISR0225_000000006360	0.9408784566272069		0	0	False	False	0.9952903985977173	0					non-mobilizable	other	2548.0	95.251	100.0	0.04595565018133266	NZ_SPFY01000014.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_14_length_55423_cov_17.595, whole genome shotgun sequence	False	False
SPA0049_000000009906	1914	0.6517667685806643	3	2	2	2	2	False	125869	fragment	False	SPA0018_000000014733	0.9680059523809523		0	0	False	False	0.9989550709724426	0					non-mobilizable	no_good_hit	898.0	88.86399999999999	83.0	0.0003151148934308249	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0033_000000027078	2338	0.6517651992161327	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.32089655542376705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	84.73100000000001	48.0	0.00018716729327428663	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0149_000000011227	3382	0.6517630223624302	8	7	7	6	4	False	65624	fragment	False	SPA0149_000000011227	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	74.594	25.0	0.003836328637990897	NZ_DS562845.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_2, whole genome shotgun sequence	True	False
SPA0121_000000007418	1574	0.651760372352049	3	3	1	3	2	False	7677	maximal	True	SPA0121_000000007418	1.0		202	14	False	False	1.0	0					non-mobilizable	chromosome	1004.0	99.70100000000001	100.0	0.00022321885596219123	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0067_000000008149	2198	0.6517598018929847	5	4	3	4	2	False	10601	maximal	True	MON0067_000000008149	1.0		120	12	False	False	0.9995450377464294	0					non-mobilizable	other	2198.0	99.955	100.0	0.07165921915261424	NZ_CYZO01000033.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0038_000000011573	2617	0.6517513403961886	3	3	3	3	3	True	12010	maximal	True	MON0038_000000011573	1.0		0	0	False	False	0.963316798210144	0					non-mobilizable	no_good_hit	1475.0	99.25399999999999	84.0	0.0003532683070395301	CP046048.1	enterobacteria	Proteus mirabilis strain HN2p chromosome HN2p, complete sequence	True	True
MON0033_000000042096	1419	0.6517417011931042	2	1	1	1	1	False	67399	fragment	False	ENG0008_000000017734	0.9724489795918367		0	0	False	False	0.9985905289649963	0					non-mobilizable	other	1419.0	96.829	100.0	0.004943625929980407	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0250_000000002202	4328	0.6517370040177676	5	4	3	3	3	False	27032	maximal	True	ISR0250_000000002202	1.0		1	1	False	False	0.999306857585907	0					non-mobilizable	other	2552.0	95.455	92.0	0.0011482610274793077	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	False
ISR0337_000000006595	1581	0.6517360067416367	2	2	2	2	2	False	24439	fragment	False	ISR0337_000000006595	1.0		0	0	False	False	0.9962049126625061	0					non-mobilizable	no_good_hit	672.0	80.208	42.0	0.0006187077239509251	NZ_OLMM01000005.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	False
ISR0150_000000022492	1104	0.6517347587982557	1	1	1	1	1	False	30786	fragment	False	ISR0150_000000022492	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	978.0	87.935	96.0	0.0003401962821007957	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0063_000000024222	1236	0.6517344147498392	3	2	1	2	1	True	30226	maximal	True	MON0063_000000024222	0.997163695299838		5	3	False	False	0.9320388436317444	0					non-mobilizable	chromosome	1237.0	99.434	100.0	0.00023575723947346787	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	True
AST0007_000000007667	2444	0.6517301211342555	6	4	2	2	3	True	127107	fragment	False	AST0007_000000007667	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2444.0	99.836	100.0	0.43636038612799427	CP036541.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_2, complete sequence	False	True
FIJ0120_000000015960	1558	0.6517234115282491	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.14769626358994764		0	0	False	False	0.9929396510124207	0					non-mobilizable	other	1542.0	83.204	99.0	0.00046686579361848436	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0106_000000008113	2933	0.6517200205417323	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.2996803322661224		0	0	False	False	1.0	0					non-mobilizable	chromosome	2947.0	87.615	100.0	0.0006505171644840328	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0181_000000016416	1285	0.6517179570165836	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09368962766648443		0	0	False	False	0.9992218017578125	0					non-mobilizable	chromosome	1285.0	95.79799999999999	100.0	0.00041623012209416916	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
MAD0108_000000010649	1643	0.6517178113965749	2	2	2	1	1	False	23687	maximal	True	MAD0108_000000010649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	100.0	36.0	0.23106646058732613	NZ_JAAIUL010000051.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_53_length_2588_cov_832.761, whole genome shotgun sequence	True	False
SPA0004_000000003105	4791	0.6517110262942855	2	2	1	2	1	False	8362	maximal	True	SPA0004_000000003105	1.0		33	7	False	False	0.9993738532066345	0					non-mobilizable	other	4804.0	84.13799999999999	100.0	0.10732210073489873	NZ_AAXG02000017.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont185, whole genome shotgun sequence	False	False
MAD0070_000000020171	1117	0.6517067429612222	3	2	2	1	1	False	68091	fragment	False	ENG0052_000000027873	0.9418418439058309		0	0	False	False	0.9838854074478149	0					non-mobilizable	other	1117.0	98.29899999999999	100.0	0.01501331826620389	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0784_000000009428	1292	0.6517052219866989	3	3	3	2	2	False	22227	maximal	False	SPA0059_000000018115	0.9884348496530455		0	0	False	False	0.99071204662323	0					non-mobilizable	chromosome	1292.0	99.458	100.0	0.0003239330033281544	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0049_000000007900	2467	0.6517039082740859	3	2	2	2	2	True	113475	maximal	True	ENG0049_000000007900	1.0	PS730	10	5	False	True	1.0	0					non-mobilizable	chromosome	2471.0	90.652	100.0	0.0008273484089363053	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0086_000000004425	5417	0.6516968856472944	3	3	3	3	2	False	61454	maximal	True	ENG0086_000000004425	1.0		263	11	False	False	1.0	0					non-mobilizable	chromosome	5417.0	99.446	100.0	0.000764450456665991	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0155_000000011619	1917	0.6516965643543661	2	1	1	1	1	False	85134	fragment	False	FIJ0155_000000011619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	81.308	6.0	1.6543256598356672e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
SPA0093_000000012065	3296	0.6516951513207376	6	4	2	3	3	True	73540	fragment	False	SPA0093_000000012065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	79.759	31.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
SPA0011_000000004056	5400	0.6516946226941035	10	5	3	4	2	False	8056	maximal	True	SPA0011_000000004056	1.0		2	2	False	False	0.9990741014480591	0					non-mobilizable	other	5303.0	99.84899999999999	98.0	0.001772314719237537	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
AST0047_000000019420	1214	0.6516931473872458	2	2	2	2	1	True	115052	maximal	True	AST0047_000000019420	1.0		1	1	False	False	0.9975288510322571	0					non-mobilizable	no_good_hit	129.0	77.51899999999999	10.0	4.410902763589374e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0088_000000008204	3628	0.6516798497397531	3	2	1	2	2	False	57225	fragment	False	MON0088_000000008204	0.9840437946545084		0	0	False	False	1.0	0					non-mobilizable	other	3492.0	98.625	98.0	0.005794310286145954	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0009_000000002704	3444	0.6516786448682905	3	3	3	3	3	False	85071	maximal	False	ISR0005_000000003819	0.9371765382403681		0	0	False	False	0.9968060255050659	0					non-mobilizable	other	2173.0	88.265	90.0	0.006892846128655863	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
CHI0144_000000005102	2855	0.6516748372150507	6	3	3	2	2	False	79871	maximal	True	CHI0144_000000005102	1.0		19	5	False	False	0.9831873774528503	0					non-mobilizable	no_good_hit	221.0	88.68799999999999	8.0	7.720030610983763e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0101_000000002427	9031	0.6516686993236586	3	3	2	3	1	True	128411	fragment	False	ISR0101_000000002427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	91.58200000000001	9.0	0.02794054594826354	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
SPA0090_000000011209	3051	0.6516681227809901	3	3	2	2	1	False	92656	fragment	False	SPA0090_000000011209	1.0		0	0	False	False	0.9950835704803467	0					non-mobilizable	no_good_hit								True	False
MON0013_000000046514	1229	0.6516679689664627	2	1	1	1	1	False	103797	fragment	False	MON0013_000000046514	0.9772892919544056		0	0	False	False	0.9194467067718506	0					non-mobilizable	other	1229.0	97.803	100.0	0.0033280875812521384	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0202_000000002510	9942	0.6516557868383254	11	5	4	4	5	False	88845	maximal	True	ENG0202_000000002510	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4037.0	82.462	40.0	0.043640424586093615	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
AST0053_000000001803	7233	0.6516513738326914	9	9	3	4	8	False	114272	fragment	False	AST0053_000000001803	1.0		0	0	False	False	0.9951610565185547	0	rep_cluster_893				non-mobilizable	plasmid	7233.0	99.986	100.0	0.04683422162067648	CP040877.1	firmicutes	Enterococcus faecium strain HB-1 plasmid punnamed, complete sequence	False	True
MAD0093_000000022691	1424	0.6516489650536791	3	3	2	3	2	False	15660	fragment	False	MAD0093_000000022691	1.0		0	0	False	False	0.9908707737922668	0					non-mobilizable	no_good_hit	1223.0	70.482	84.0	0.002279267215590188	NZ_PTJA01000002.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_102, whole genome shotgun sequence	True	False
FIJ0031_000000018109	1395	0.6516442467345018	2	1	1	1	1	False	48533	fragment	False	FIJ0031_000000018109	0.9565058479532164		0	0	False	False	1.0	0					non-mobilizable	chromosome	1397.0	96.06299999999999	100.0	0.00026650261015791714	CP052449.1	enterobacteria	Klebsiella pneumoniae strain C16KP0077 chromosome, complete genome	False	False
SPA0068_000000008242	1141	0.6516442467345018	1	1	1	1	1	False	5975	fragment	False	SPA0068_000000008242	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1141.0	99.56200000000001	100.0	0.0002123745825628545	CP052336.1	enterobacteria	Klebsiella pneumoniae strain D17KP0018 chromosome, complete genome	False	False
ISR0106_000000005838	3868	0.6516430504347885	6	3	2	2	1	False	32911	maximal	True	ISR0106_000000005838	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	91.887	16.0	0.6995359628770301	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
AST0047_000000019983	1182	0.6516327069047402	3	2	1	2	2	False	115032	fragment	False	AST0047_000000019983	1.0		0	0	False	False	0.9983079433441162	0					non-mobilizable	other	1182.0	93.655	100.0	0.021049240186865704	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	False	False
ISR0156_000000004331	6082	0.6516286682428372	9	3	2	3	1	False	130178	backbone	False	USA0083_01_000000005091	0.9832075295064722	PS1081|PS1088|PS832|PS833|PS837|PS838|PS839|PS840|PS874|PS974|PS975	0	0	True	True	1.0	393	rep_cluster_475,rep_cluster_475				non-mobilizable	no_good_hit	1697.0	87.331	75.0	0.32116371933827725	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
USA0008_01_000000001673	4764	0.6516286682428372	7	3	2	3	1	False	126734	fragment	False	USA0008_01_000000001673	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1696.0	87.087	68.0	0.32116371933827725	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
MAD0037_000000008571	1559	0.6516274473117685	2	2	2	1	1	False	18620	fragment	False	MAD0037_000000008571	1.0		0	0	False	False	0.9923027753829956	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000016138	1715	0.6516238239674391	4	3	3	2	2	False	59667	maximal	True	ENG0112_000000016138	1.0		11	4	False	False	0.9947521686553955	0					non-mobilizable	no_good_hit	1138.0	96.221	66.0	0.012103470300191611	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0048_000000020785	1615	0.6516177022189006	2	2	2	2	2	False	107126	fragment	False	FIJ0048_000000020785	1.0		0	0	False	False	0.9975232481956482	0					non-mobilizable	other	820.0	99.146	94.0	0.011664174321726128	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0120_000000005051	4235	0.6516151866458146	4	4	4	4	2	False	63201	maximal	True	ENG0120_000000005051	1.0		34	7	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	79.917	57.0	0.0009945550621848064	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0102_000000027447	1198	0.6516136919404829	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11046657391470474		0	0	False	False	0.9966611266136169	0					non-mobilizable	other	1202.0	85.60700000000001	100.0	0.0028839448297237613	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0136_000000036334	1181	0.6516136919404829	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.10969422967616232		0	0	False	False	0.9974597692489624	0					non-mobilizable	other	1185.0	85.823	100.0	0.0028427802099879897	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0112_000000028715	1161	0.6516136919404829	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11213315471423586		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	84.88	100.0	0.0027991941420324666	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
FIJ0038_000000008587	3892	0.6515987724702709	5	4	3	3	2	False	47676	maximal	True	FIJ0038_000000008587	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	69.57	21.0	0.0003800795565057028	CP016753.1	fusobacteria	Leptotrichia sp. oral taxon 498 strain F0590, complete genome	True	False
ISR0022_000000003673	7151	0.6515802119428931	4	4	4	4	3	False	37603	maximal	True	ISR0022_000000003673	1.0		1	1	False	False	0.9993007779121399	0					non-mobilizable	no_good_hit	1091.0	70.486	15.0	0.011778237356366331	NZ_FNID01000011.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
DEN0061_000000017831	2349	0.6515763247430016	2	2	2	2	2	False	126286	fragment	False	DEN0061_000000017831	0.9560396883598508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	76.346	22.0	0.0018317978557189807	NZ_FWCH01000010.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
AST0010_000000012967	2261	0.6515763247430016	2	2	2	2	2	False	126286	fragment	False	DEN0061_000000017831	0.942429823434906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	73.673	20.0	0.0021180044756022175	NZ_SLUK01000004.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_104, whole genome shotgun sequence	True	False
SPA0116_000000017803	2266	0.6515747842632181	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.9000765709449428		0	0	False	False	1.0	0					non-mobilizable	chromosome	2266.0	99.691	100.0	0.0006565816878932424	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0193_000000012585	2136	0.6515747842632181	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.6495015872330191		0	0	False	False	1.0	0					non-mobilizable	chromosome	2136.0	99.391	100.0	0.0006188970877051093	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0005_000000017077	2117	0.6515747842632181	3	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.7424190906685563		0	0	False	False	0.9990552663803101	0					non-mobilizable	other	2117.0	100.0	100.0	0.0005721363642140061	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0234_000000005985	2080	0.6515747842632181	3	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.6682228337869252		0	0	False	False	0.9855769276618958	0					non-mobilizable	chromosome	1328.0	99.096	99.0	0.00038409304037904913	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0035_01_000000012119	2080	0.6515747842632181	3	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.6974614251591623		0	0	False	False	1.0	0					non-mobilizable	chromosome	1328.0	99.322	99.0	0.00038409304037904913	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0084_000000012284	2079	0.6515747842632181	3	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.6680293096320956		0	0	False	False	1.0	0					non-mobilizable	chromosome	1327.0	99.171	99.0	0.0003838031588391404	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0179_000000011531	2047	0.6515747842632181	3	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.6999930389189726		0	0	False	False	0.9995114803314209	0					non-mobilizable	other	2047.0	99.805	100.0	0.0006116681529863966	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0132_000000015036	2047	0.6515747842632181	3	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.6999191856805337		0	0	False	False	1.0	0					non-mobilizable	other	2047.0	99.853	100.0	0.0006116681529863966	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0092_000000021706	2047	0.6515747842632181	3	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.7002417092243569		0	0	False	False	1.0	0					non-mobilizable	other	2047.0	99.902	100.0	0.0006116681529863966	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0007_000000012766	2047	0.6515747842632181	3	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.6994026530121196		0	0	False	False	1.0	0					non-mobilizable	other	2047.0	99.414	100.0	0.0006116681529863966	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0127_000000009134	2035	0.6515747842632181	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.695529313061759		0	0	False	False	1.0	0					non-mobilizable	other	2035.0	99.41	100.0	0.0006080806564879426	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0017_000000010703	1942	0.6515747842632181	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.5597370670299657		0	0	False	False	0.9989701509475708	0					non-mobilizable	chromosome	1190.0	99.07600000000001	99.0	0.00034408938787164626	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0199_000000015704	1942	0.6515747842632181	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.5314727195130872		0	0	False	False	1.0	0					non-mobilizable	chromosome	1190.0	98.992	99.0	0.00034408938787164626	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0340_000000011901	1911	0.6515747842632181	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.5322135792151741		0	0	False	False	0.9994767308235168	0					non-mobilizable	other	1912.0	99.163	100.0	0.0005713088173787897	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0051_000000024416	1909	0.6515747842632181	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.560213266675931		0	0	False	False	1.0	0					non-mobilizable	other	1909.0	99.529	100.0	0.0005704119432541762	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0088_000000012699	1909	0.6515747842632181	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.5606899099405198		0	0	False	False	1.0	0					non-mobilizable	other	1909.0	99.476	100.0	0.0005704119432541762	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0393_000000009326	1909	0.6515747842632181	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.5606955781773522		0	0	False	False	1.0	0					non-mobilizable	other	1909.0	99.79	100.0	0.0005704119432541762	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0001_000000011055	2380	0.6515735759732917	2	2	2	2	1	False	132023	fragment	False	DEN0005_000000011402	0.4970839636879522		0	0	False	False	0.9995798468589783	0					non-mobilizable	no_good_hit	332.0	74.398	14.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
USA0020_01_000000015008	2329	0.6515735759732917	2	2	2	2	1	False	132023	fragment	False	DEN0005_000000011402	0.5429876998673425		0	0	False	False	0.990124523639679	0					non-mobilizable	no_good_hit	332.0	74.699	14.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
ISR0258_000000010852	2235	0.6515735759732917	2	2	2	2	1	False	83785	fragment	False	ISR0258_000000010852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.398	15.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
ISR0783_000000008007	1731	0.6515659013453554	3	3	1	3	2	False	22242	maximal	True	ISR0783_000000008007	1.0		26	4	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	99.39	28.0	0.010146095509681152	NZ_QRST01000015.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf15, whole genome shotgun sequence	True	False
FIJ0050_000000008700	2932	0.6515505703958229	3	3	3	2	2	False	61438	maximal	True	FIJ0050_000000008700	1.0		13	8	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	75.413	36.0	0.01461824826476484	NZ_PPTT01000021.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_21, whole genome shotgun sequence	True	False
SPA0062_000000003645	8165	0.6515390960367775	7	6	5	6	3	True	32333	maximal	True	SPA0062_000000003645	1.0		2	1	False	False	0.9996325969696045	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	0.00011947635221628633	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0009_000000023689	1567	0.6515376040190262	2	2	2	2	2	False	8117	fragment	False	SPA0009_000000023689	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	99.745	100.0	0.0008450430615812989	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
ISR0816_000000024178	1569	0.6515366278174638	1	1	1	1	1	False	65947	fragment	False	SPA0140_000000013287	0.9476725276295769		0	0	False	False	0.9993626475334167	0					non-mobilizable	no_good_hit	1267.0	86.74	80.0	0.00035981761655673027	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0085_000000026342	1215	0.6515366278174638	1	1	1	1	1	False	13635	fragment	False	MON0011_000000037274	0.9812450119712689		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	76.163	100.0	0.0004055206932466441	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
MAD0079_000000003031	1788	0.6515269203526972	3	3	3	2	1	False	49274	fragment	False	MAD0079_000000003031	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1786.0	86.898	99.0	0.010905558474565915	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0243_000000001727	5212	0.6515252504876435	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9815545394648889		0	0	False	False	0.9992325305938721	0					non-mobilizable	no_good_hit	1707.0	88.869	39.0	0.008226240936169391	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0309_000000016023	1295	0.6515143722512307	2	2	2	2	1	True	77187	fragment	False	ISR0309_000000016023	1.0		0	0	False	False	0.9907335638999939	0					non-mobilizable	no_good_hit								True	True
ENG0160_000000004441	4944	0.6515114404605423	5	5	5	4	3	False	56488	maximal	True	ENG0160_000000004441	1.0		1	1	False	False	0.994943380355835	0					non-mobilizable	no_good_hit	1205.0	72.282	24.0	0.00979262195172511	NZ_MRAE01000006.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_5, whole genome shotgun sequence	True	False
ISR0058_000000019186	1396	0.6515088976237933	2	1	1	1	1	False	44155	fragment	False	ISR0379_000000016941	0.9504048582995951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	98.0	4.0	0.00010990908948170013	NZ_OCNJ01000004.1	a-proteobacteria	Caenispirillum bisanense strain USBA 140, whole genome shotgun sequence	True	False
SPA0032_000000018811	1557	0.6515064143848084	3	2	2	1	1	False	85654	fragment	False	FIJ0092_000000022873	0.9790263279393715		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	98.715	100.0	0.0004653346624049393	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0112_000000019406	1495	0.6515064143848084	2	2	2	1	1	False	85654	fragment	False	FIJ0092_000000022873	0.9577944668262588		0	0	False	False	0.9986622333526611	0					non-mobilizable	other	1487.0	99.059	99.0	0.0004446863719188037	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0104_000000021815	1592	0.651505031737521	2	1	1	1	1	False	107778	maximal	True	AST0104_000000021815	1.0		7	5	False	False	0.998115599155426	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00040926679234050997	NZ_FQVG01000006.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
DEN0001_000000018522	2314	0.6515041991110322	2	2	2	2	2	False	76909	maximal	True	DEN0001_000000018522	1.0		2	1	False	False	0.9995678663253784	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	0.0006478835803043391	NZ_DS483463.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_3, whole genome shotgun sequence	True	False
CHI0148_000000002349	4728	0.6515008781374422	7	7	5	6	5	False	97368	fragment	False	CHI0148_000000002349	1.0		0	0	False	False	0.9997885227203369	0					non-mobilizable	chromosome	3134.0	99.904	100.0	0.0005823951591121049	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0004_000000010357	2541	0.6514894604103431	4	2	1	1	2	True	106323	maximal	True	ENG0004_000000010357	1.0		2	2	False	False	0.99803227186203	0					non-mobilizable	no_good_hit	1271.0	99.84299999999999	50.0	0.0002776317421687174	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	True
FIJ0024_000000002955	6796	0.6514891194518969	6	4	3	4	3	True	105917	fragment	False	FIJ0024_000000002955	0.9580288731371355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.339	23.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0040_000000003722	6419	0.6514891194518969	8	4	3	4	3	True	105917	fragment	False	FIJ0024_000000002955	0.872025249094841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.20100000000001	24.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
USA0119_01_000000015442	1594	0.6514817090992636	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.14288364693115563		0	0	False	False	0.998745322227478	0					non-mobilizable	chromosome	1594.0	97.177	100.0	0.0005549103290004783	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0053_000000012530	2013	0.6514775999669111	3	3	3	3	3	False	63864	fragment	False	ENG0053_000000012530	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2013.0	100.0	100.0	0.0003860415658551991	CP052524.1	enterobacteria	Klebsiella pneumoniae strain B16KP0177 chromosome, complete genome	False	False
AST0050_000000000844	13820	0.6514765697904663	12	11	10	8	9	True	114800	maximal	True	AST0050_000000000844	1.0		1	1	False	False	0.9999276399612427	0					non-mobilizable	no_good_hit	3366.0	99.228	65.0	0.0009344574592754276	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ETH0001_000000017612	1842	0.6514712014143239	2	2	2	2	2	False	127930	fragment	False	MON0046_000000018301	0.9419074467195253		0	0	False	False	0.9972855448722839	0					non-mobilizable	chromosome	1764.0	95.57799999999999	96.0	0.00039035480893089073	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0058_000000017062	1277	0.6514700953856575	3	3	1	3	1	True	85860	fragment	False	CHI0058_000000017062	1.0		0	0	False	False	0.9976507425308228	0					non-mobilizable	no_good_hit	337.0	86.053	26.0	0.0019070213575040722	NZ_KB822474.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.12, whole genome shotgun sequence	True	True
SPA0098_000000006626	5160	0.6514631654274113	6	3	2	2	0	True	5088	maximal	True	SPA0098_000000006626	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	96.471	2.0	0.0012885197547155166	NZ_JXQL01000029.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig29, whole genome shotgun sequence	True	True
ISR0214_000000008497	3205	0.6514567236104442	5	2	1	2	1	False	28232	maximal	True	ISR0214_000000008497	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	97.75299999999999	6.0	4.992094440273398e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0164_000000018256	1245	0.6514526890187458	2	2	2	1	1	True	39073	fragment	False	MON0066_000000029011	0.47087339837780656		0	0	False	False	0.9863454103469849	0					non-mobilizable	no_good_hit								True	True
ISR0227_000000015324	1717	0.6514474149169822	2	2	2	1	1	False	73943	fragment	False	ISR0853_000000010066	0.278049990545516		0	0	False	False	0.9982527494430542	0					non-mobilizable	other	1719.0	93.31	100.0	0.009034922742191245	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
MAD0008_000000001594	5643	0.6514434977344337	7	3	3	3	2	False	75535	maximal	True	MAD0008_000000001594	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	75.437	16.0	0.0033771793827681662	NZ_LT706942.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
FIJ0096_000000013413	2639	0.6514420875135811	3	2	2	2	2	False	43019	fragment	False	FIJ0096_000000013413	1.0		0	0	False	False	0.9996210932731628	0					non-mobilizable	no_good_hit	1217.0	99.589	71.0	0.00036388871349479497	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0042_000000004675	5773	0.6514347418281282	8	4	2	4	1	False	72647	fragment	False	ENG0042_000000004675	1.0		0	0	False	False	0.9970552325248718	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	1.2867135842470573e-06	LR594561.1	birds	Streptopelia turtur genome assembly, chromosome: 12	True	False
ISR0120_000000020691	1694	0.6514316689533651	3	1	1	1	1	False	71450	fragment	False	ISR0120_000000020691	0.9689673349378536		0	0	False	False	0.9970483779907227	0					non-mobilizable	no_good_hit								True	False
SPA0123_000000001210	12968	0.6514288636227988	15	13	11	11	13	False	95769	fragment	False	SPA0123_000000001210	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	12968.0	99.684	100.0	0.0032536322650318964	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0084_000000001113	17535	0.6514263999634891	25	14	7	13	5	True	132297	fragment	False	SPA0131_000000000731	0.9226188629759046		0	0	False	False	1.0	0					non-mobilizable	other	12600.0	96.53200000000001	99.0	0.5575142844487753	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ISR0308_000000008177	2074	0.6514232596702854	4	2	2	2	2	False	74349	fragment	False	ISR0308_000000008177	1.0		0	0	False	False	0.9995178580284119	0					non-mobilizable	no_good_hit	1595.0	73.85600000000001	75.0	0.053036986766202915	NZ_VULP01000035.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq35, whole genome shotgun sequence	True	False
MAD0031_000000008370	1716	0.6514232596702854	2	2	2	2	2	False	74348	fragment	False	SPA0130_000000018870	0.964102564102564		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	73.965	91.0	0.053036986766202915	NZ_VULP01000035.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq35, whole genome shotgun sequence	False	False
ISR0213_000000009427	2676	0.6514196237851723	4	2	2	2	1	True	28286	maximal	True	ISR0213_000000009427	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	74.561	8.0	0.0005984440454817474	NZ_JAAIWM010000005.1	firmicutes	Bacillus mesophilus strain SA4 NODE_5_length_367620_cov_2.602434, whole genome shotgun sequence	True	True
FIJ0022_000000003677	6131	0.651418370069462	5	5	4	4	5	True	49499	maximal	True	FIJ0022_000000003677	1.0		254	11	False	False	0.9980427622795105	0					non-mobilizable	chromosome	5654.0	95.844	92.0	0.001577687463388107	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0037_000000003457	5566	0.6514165108627553	6	5	5	4	5	False	40055	maximal	True	ISR0037_000000003457	1.0		1	1	False	False	0.999640703201294	0					non-mobilizable	no_good_hit	608.0	74.836	18.0	0.0003447890800290567	AP018049.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
CHI0133_000000004387	4013	0.6514165080315896	4	4	4	4	4	False	124983	maximal	False	CAN0008_000000006498	0.7341619880882295		0	0	False	False	0.9997507929801941	0					non-mobilizable	no_good_hit	1104.0	84.51100000000001	65.0	0.0026539072488473907	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CHI0125_000000001656	9489	0.6514109073202135	10	9	4	5	8	True	123524	fragment	False	CHI0125_000000001656	1.0		0	0	False	False	0.9997892379760742	0					non-mobilizable	other	9116.0	99.945	96.0	0.07016017919132984	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0022_000000008081	3102	0.6514056347619809	2	2	1	2	2	False	37595	maximal	True	ISR0022_000000008081	1.0		81	10	False	False	0.9932301640510559	0					non-mobilizable	no_good_hit	2071.0	96.33	67.0	0.004402511708468186	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
USA0091_01_000000000414	19993	0.6514035411323403	15	3	1	2	2	False	392	fragment	False	USA0091_01_000000000414	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	12026.0	99.21799999999999	100.0	0.003016265401245348	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0175_000000015179	1662	0.6514024766971819	2	2	2	2	1	False	116800	fragment	False	ISR0159_000000013040	0.47754143056999854		0	0	False	False	0.9981949329376221	0					non-mobilizable	other	1512.0	98.81	91.0	0.005732191700272004	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0776_000000009418	2640	0.6514024514885115	5	4	3	3	3	False	109615	fragment	False	ISR0339_000000004178	0.8048171644639486		0	0	False	False	1.0	0					non-mobilizable	other	2643.0	99.35700000000001	100.0	0.01302807869137118	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0013_000000012187	3842	0.6513999388364659	5	5	2	3	3	True	14287	fragment	False	MON0013_000000012187	1.0		0	0	False	False	0.9989588856697083	0					non-mobilizable	no_good_hit	3178.0	94.965	83.0	0.0014300189284475783	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	True
ENG0105_000000002117	8275	0.6513999205195715	11	8	2	5	8	False	125595	maximal	True	ENG0105_000000002117	1.0		11	4	False	False	0.9974622130393982	0					non-mobilizable	other	8259.0	99.83	99.0	0.0035267145638018804	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
USA0058_01_000000007409	2664	0.6513978742342227	3	3	3	3	3	False	96171	fragment	False	DEN0010_000000014988	0.7086271900862393		0	0	False	False	0.9988738894462585	0					non-mobilizable	chromosome	2664.0	99.625	100.0	0.000507768302063221	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
CHI0183_000000000945	4289	0.6513940767919874	5	3	2	2	1	False	77305	maximal	True	CHI0183_000000000945	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	92.71799999999999	19.0	0.00022410317076828232	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0099_000000005468	3941	0.6513940767919874	6	3	2	2	1	False	68499	maximal	True	ISR0099_000000005468	1.0		1	1	False	False	0.9814767837524414	0					non-mobilizable	no_good_hit	62.0	100.0	2.0	6.228131346185066e-05	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
SPA0081_000000008170	1541	0.651381738261704	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.38901206064261046		0	0	False	False	0.9993510842323303	0					non-mobilizable	other	1497.0	95.524	97.0	0.0004154378481652421	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0133_000000001564	10206	0.6513778393943215	9	9	7	6	8	True	91041	maximal	True	CHI0133_000000001564	1.0		5	2	False	False	1.0	0	rep_cluster_1018	MOBV			mobilizable	other	10207.0	99.677	100.0	0.00482655199467689	CP016400.1	firmicutes	Lactobacillus johnsonii strain BS15, complete genome	False	True
ISR0336_000000002743	4240	0.6513769785075881	7	5	4	5	2	False	126006	fragment	False	ISR0807_000000002991	0.9604787714543812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1736.0	96.65899999999999	68.0	0.0006144152802778361	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0009_000000015540	2496	0.6513741928369835	4	4	4	2	3	False	51271	maximal	True	FIJ0009_000000015540	1.0		4	1	False	False	0.995192289352417	0					non-mobilizable	no_good_hit	209.0	78.469	8.0	0.0013891671675682895	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0833_000000004200	1701	0.6513737026300592	2	2	2	2	2	False	20989	fragment	False	ISR0833_000000004200	1.0		0	0	False	False	0.9988242387771606	0					non-mobilizable	no_good_hit								True	False
SPA0136_000000014813	2738	0.6513629690298813	4	4	4	4	1	False	101554	fragment	False	AUS0010_000000008181	0.9710790680332273		0	0	False	False	0.9963477253913879	0					non-mobilizable	no_good_hit	977.0	89.355	48.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0031_000000001733	6664	0.6513600316527531	4	3	2	3	3	False	44002	fragment	False	MON0052_000000002938	0.9509276075521154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	77.221	7.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
SPA0038_000000003108	9245	0.6513563478323933	6	6	4	6	5	False	104657	maximal	True	SPA0038_000000003108	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	78.626	1.0	0.0001094893298828634	NZ_LT727813.1	firmicutes	Oceanobacillus sojae strain SK-2, whole genome shotgun sequence	True	False
FIJ0064_000000005620	4782	0.6513551131113919	8	6	3	5	5	False	128527	fragment	False	FIJ0064_000000005620	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2751.0	95.929	94.0	0.0008552092478327336	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0376_000000014431	1715	0.6513545680617779	2	2	2	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.12000250307823576		0	0	False	False	0.9988338351249695	0					non-mobilizable	other	1715.0	99.65	100.0	0.0037708784342714327	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0100_000000022180	1418	0.651339609784258	2	1	1	1	1	False	60545	maximal	True	ENG0100_000000022180	1.0		4	4	False	False	0.969675600528717	0					non-mobilizable	no_good_hit								True	False
FIJ0016_000000012664	1505	0.6513373301255537	3	2	2	2	2	False	50208	fragment	False	FIJ0016_000000012664	1.0		0	0	False	False	0.9966777563095093	0					non-mobilizable	other	1507.0	95.68700000000001	100.0	0.09816591606292017	NZ_CABIWU010000055.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0771_000000003447	3227	0.6513189278378929	4	3	3	2	1	True	96951	maximal	True	ISR0771_000000003447	1.0		860	13	False	False	1.0	0					non-mobilizable	other	3227.0	99.814	100.0	0.005786183827024312	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0076_000000020340	1305	0.651317757384589	3	3	3	3	1	False	97005	fragment	False	ISR0076_000000020340	0.9963406188950792		0	0	False	False	0.9961685538291931	0					non-mobilizable	other	1305.0	100.0	100.0	0.009148245066331792	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
ENG0021_000000014261	1239	0.651317757384589	3	3	3	3	1	False	97005	fragment	False	ISR0076_000000020340	0.9809017341502878		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	100.0	100.0	0.00868522039272911	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
ISR0190_000000018948	1186	0.651317757384589	3	3	3	3	1	False	97005	fragment	False	ISR0076_000000020340	0.8161809967677235		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	99.74600000000001	99.0	0.00829235097270259	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
SPA0024_000000012162	1169	0.651317757384589	3	3	3	3	1	False	97005	fragment	False	ISR0076_000000020340	0.8191388240763118		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	99.914	100.0	0.008194133617695961	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
DEN0073_000000048798	1115	0.651317757384589	3	3	3	3	1	False	97005	fragment	False	ISR0076_000000020340	0.4104873159692935		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	100.0	100.0	0.007815295248384676	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
ISR0169_000000023089	1400	0.6513114684919143	3	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.44680364334405637		0	0	False	False	0.9942857027053833	0					non-mobilizable	other	1400.0	99.5	100.0	0.017397684454006194	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0024_000000022524	1215	0.6513114684919143	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.22190524959706037		0	0	False	False	0.998353898525238	0					non-mobilizable	other	1215.0	99.177	100.0	0.015097061420417097	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0118_000000012410	1205	0.6513114684919143	1	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.07472405746260678		0	0	False	False	0.9941908717155457	0					non-mobilizable	other	940.0	99.574	100.0	0.011677216370487358	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0076_000000022700	1177	0.6513114684919143	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.17347783212362458		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	99.405	100.0	0.014612065213336151	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0122_000000020433	1107	0.6513114684919143	1	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.16758162017884473		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	99.277	100.0	0.013753995000808327	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0275_000000005392	2574	0.6513093712427372	4	2	1	1	2	True	57053	fragment	False	ENG0152_000000008131	0.9501061571125264		0	0	False	False	0.999222993850708	0					non-mobilizable	no_good_hit	669.0	95.665	45.0	0.10323479337563844	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
DEN0082_000000036517	1193	0.6513046851472412	2	2	2	2	1	False	69158	fragment	False	DEN0082_000000036517	1.0		0	0	False	False	0.9941324591636658	0					non-mobilizable	no_good_hit	788.0	76.904	66.0	0.007943575317237052	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	True	False
AST0094_000000002909	6560	0.6513020918483731	7	6	3	4	5	True	112520	fragment	False	AST0094_000000002909	1.0		0	0	False	False	0.9987804889678955	0					non-mobilizable	other	6416.0	98.8	98.0	0.07755691471287801	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0150_000000017256	1614	0.6512970181331529	3	3	3	3	2	False	103907	maximal	True	AST0150_000000017256	1.0		5	3	False	False	0.9981412887573242	0					non-mobilizable	other	1614.0	96.09700000000001	99.0	0.01319517659462309	NZ_QIBZ01000007.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_007, whole genome shotgun sequence	False	False
AST0148_000000028703	1172	0.651291393263442	2	1	1	1	1	False	104598	fragment	False	SPA0126_000000036720	0.4692207669711914		0	0	False	False	0.9957337975502014	0					non-mobilizable	no_good_hit	328.0	73.171	28.0	0.014569894898281383	NZ_CCDG010000066.1	firmicutes	Paenibacillus camerounensis strain G4, whole genome shotgun sequence	True	False
DEN0045_000000039638	1116	0.651291393263442	2	1	1	1	1	False	104598	fragment	False	SPA0126_000000036720	0.3076721654883477		0	0	False	False	0.958781361579895	0					non-mobilizable	no_good_hit	328.0	72.866	29.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
MAD0035_000000001240	16650	0.6512905444298569	19	8	6	8	6	True	18795	maximal	True	MAD0035_000000001240	1.0		1	1	False	False	0.9991591572761536	0					non-mobilizable	no_good_hit	1434.0	91.14399999999999	9.0	0.005251950698366508	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
USA0113_01_000000004254	4462	0.6512901484940081	9	2	1	1	1	False	41677	maximal	True	USA0113_01_000000004254	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	99.844	14.0	0.0331497454016419	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	True	False
MON0019_000000019889	3251	0.6512901484940081	7	2	1	1	1	False	41676	fragment	False	MON0019_000000019889	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0116_000000006240	3020	0.6512901484940081	6	2	1	1	1	False	41675	fragment	False	FIJ0116_000000006240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0039_000000019005	2483	0.6512901484940081	5	2	1	1	1	False	11938	fragment	False	MON0039_000000019005	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000015837	2021	0.6512882293149026	2	2	2	2	2	False	43806	maximal	True	SPA0031_000000015837	1.0		35	9	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	71.65	63.0	0.0004254549995506468	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0062_000000002729	4748	0.6512880788177995	5	5	4	5	2	True	50023	fragment	False	MAD0062_000000002729	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000007731	5542	0.6512866472606067	2	2	1	2	1	False	111031	maximal	True	CAN0007_000000007731	0.9580719545663646		85	12	False	False	1.0	0					non-mobilizable	other	5246.0	73.866	93.0	0.0013698430277669091	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
CAN0008_000000005241	5351	0.6512866472606067	2	2	1	2	1	False	111031	maximal	False	CAN0007_000000007731	0.9408222978363758		0	0	False	False	0.9998131394386292	0					non-mobilizable	other	4947.0	74.085	91.0	0.0012931806274910306	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0782_000000001389	9382	0.6512805308050287	8	8	3	4	8	False	22273	maximal	True	ISR0782_000000001389	1.0		21	5	False	False	1.0	0					non-mobilizable	chromosome	6525.0	98.759	100.0	0.002761846763062196	LR655209.1	high GC Gram+	Bifidobacterium breve isolate B.breve_1_mod genome assembly, chromosome: BILOC7D69C13_1	False	False
FIJ0114_000000010185	3670	0.6512796588172564	3	2	1	2	2	False	41885	maximal	True	FIJ0114_000000010185	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3006.0	97.272	87.0	0.01582356878930196	CP051728.1	enterobacteria	Escherichia coli strain SCU-111 plasmid pSCU-111-1, complete sequence	True	False
FIJ0162_000000006218	3667	0.6512796588172564	3	2	1	2	2	False	41885	maximal	False	FIJ0114_000000010185	0.999591280653951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3006.0	97.272	87.0	0.01582356878930196	CP051728.1	enterobacteria	Escherichia coli strain SCU-111 plasmid pSCU-111-1, complete sequence	True	False
MON0064_000000008070	3106	0.6512796588172564	3	2	1	2	2	False	10716	fragment	False	MON0064_000000008070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1667.0	75.765	53.0	0.010421077244892156	CP025850.1	enterobacteria	Escherichia coli strain 600468 plasmid p600468_158, complete sequence	True	False
SPA0040_000000015875	2567	0.6512768565493964	3	2	2	1	1	False	6962	maximal	True	SPA0040_000000015875	1.0		1	1	False	False	0.9894818663597107	0					non-mobilizable	no_good_hit	110.0	97.273	4.0	0.0020612260477899077	NZ_CYZN01000025.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ETH0003_000000012722	2903	0.6512754110139201	4	4	4	3	1	True	53215	maximal	True	ETH0003_000000012722	1.0		3	2	False	False	0.9858766794204712	0					non-mobilizable	no_good_hit	602.0	92.691	43.0	0.005564778660928762	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
MON0058_000000021634	2264	0.6512706693330292	3	2	2	2	2	False	103253	fragment	False	MON0058_000000021634	1.0		0	0	False	False	0.9933745861053467	0					non-mobilizable	other	2264.0	99.779	100.0	0.004176070360234509	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0098_000000011934	1466	0.6512702765807272	2	2	2	2	2	False	33238	fragment	False	ISR0098_000000011934	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	99.181	100.0	0.014834992354662643	NZ_JAANXY010000008.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_8, whole genome shotgun sequence	False	False
ISR0334_000000009757	2130	0.6512693378109946	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.676859896341373		0	0	False	False	1.0	0					non-mobilizable	chromosome	2131.0	99.765	100.0	0.0006174476800055658	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0006_000000004364	10155	0.6512577567297171	12	7	2	6	1	True	95775	maximal	True	CAN0006_000000004364	1.0		2	2	False	False	0.9993106722831726	0					non-mobilizable	no_good_hit	2919.0	94.005	72.0	0.011951700850527837	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0078_000000001340	16718	0.6512526764730955	24	13	11	13	9	False	118010	fragment	False	ENG0078_000000001340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5096.0	99.137	64.0	0.47101784228529164	MK239139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_6-CL25_c3 sequence	True	False
ISR0133_000000018466	1254	0.6512515919657916	1	1	1	1	1	False	31519	maximal	True	ISR0133_000000018466	1.0		12	5	False	False	0.9736841917037964	0					non-mobilizable	no_good_hit	866.0	97.113	69.0	0.004061925559572558	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	True	False
ISR0789_000000002952	4637	0.6512422570748126	4	3	3	3	3	False	77273	maximal	True	ISR0789_000000002952	1.0		16	6	False	False	0.9982747435569763	0					non-mobilizable	other	4638.0	99.655	100.0	0.024254248547203466	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0104_000000023494	1600	0.6512410623304637	2	2	2	2	2	False	4823	maximal	True	SPA0104_000000023494	1.0		4	3	False	False	0.9893749952316284	0					non-mobilizable	no_good_hit								True	False
ISR0065_000000028627	1221	0.6512322827181793	1	1	1	1	1	False	104675	fragment	False	MON0044_000000041950	0.5524480830670926		0	0	False	False	0.9885339736938477	0					non-mobilizable	chromosome	1221.0	89.10700000000001	100.0	0.00042524535262599463	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0133_000000025565	1508	0.6512319210215418	2	2	2	2	2	False	40670	maximal	True	FIJ0133_000000025565	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	82.178	7.0	4.944304877705091e-05	LR881183.1	euryarchaeotes	Thermococcus sp. IRI35c genome assembly, chromosome: TIRI35C	True	False
FIJ0144_000000025766	1242	0.6512261511495951	2	2	2	2	1	False	40039	maximal	True	FIJ0144_000000025766	1.0		6	3	False	False	0.999194860458374	0					non-mobilizable	no_good_hit	252.0	73.413	20.0	0.001994835948874285	NZ_JHAC01000070.1	bacteria	Deinococcus phoenicis strain 1P10ME CR5801000079, whole genome shotgun sequence	True	False
ENG0092_000000006049	3418	0.651225857892771	4	4	4	4	4	False	61119	fragment	False	ENG0092_000000006049	0.9728705668384359		0	0	False	False	1.0	0					non-mobilizable	other	3205.0	75.694	92.0	0.11346271119560929	NZ_FUWW01000020.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ISR0035_000000005410	3311	0.6512205992811786	5	4	0	4	3	False	83068	maximal	True	ISR0035_000000005410	1.0	PS412	3	3	False	True	0.9990939497947693	0					non-mobilizable	no_good_hit	1604.0	100.0	54.0	0.284775270918458	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
FIJ0055_000000000297	31758	0.6512140792489909	31	16	13	14	8	True	46285	fragment	False	FIJ0055_000000000297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	76.211	1.0	0.0009023583256781914	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	True
AST0019_000000005798	4521	0.6512128430489926	4	4	2	3	4	False	122852	maximal	True	AST0019_000000005798	1.0		2	2	False	False	0.9915947914123535	0					non-mobilizable	no_good_hit	2731.0	83.413	60.0	0.010406154672601347	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0106_000000009098	2306	0.6512111999463802	3	2	2	2	2	False	60075	fragment	False	ENG0106_000000009098	1.0		0	0	False	False	0.9913269877433777	0					non-mobilizable	chromosome	2164.0	80.453	93.0	0.0003172234234218209	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ENG0110_000000015015	2021	0.6512111999463802	2	2	2	2	2	False	59799	maximal	True	ENG0110_000000015015	1.0		28	7	False	False	0.9901039004325867	0					non-mobilizable	chromosome	1217.0	88.743	100.0	0.0001802540574209973	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
MAD0027_000000004557	2539	0.6512104844094524	5	2	0	2	0	False	19056	maximal	True	MAD0027_000000004557	1.0		1	1	False	False	0.988578200340271	0					non-mobilizable	no_good_hit								True	False
MON0004_000000008628	4016	0.6512057079256782	4	3	1	2	3	False	14257	maximal	True	MON0004_000000008628	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1667.0	75.765	45.0	0.010421077244892156	CP025850.1	enterobacteria	Escherichia coli strain 600468 plasmid p600468_158, complete sequence	True	False
ENG0139_000000010936	1883	0.6512050642519209	3	3	3	3	3	False	89674	maximal	True	ENG0139_000000010936	1.0		115	10	False	False	1.0	0					non-mobilizable	other	1595.0	91.285	100.0	0.0020158536647056145	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
USA0003_01_000000020128	1910	0.6511974822824129	2	1	1	1	1	False	2235	maximal	True	USA0003_01_000000020128	1.0		1	1	False	False	0.971727728843689	0					non-mobilizable	no_good_hit	142.0	76.056	7.0	0.0001090573307223257	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
MAD0040_000000018275	1812	0.6511967048549027	3	3	3	2	2	False	61565	fragment	False	MAD0040_000000018275	0.9865546218487395		0	0	False	False	0.9994481205940247	0					non-mobilizable	no_good_hit	448.0	72.991	24.0	0.0001924574226312393	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0063_000000038778	1313	0.6511937129110823	2	1	1	1	1	False	71408	maximal	True	DEN0063_000000038778	1.0		1	1	False	False	0.99466872215271	0					non-mobilizable	no_good_hit	48.0	89.583	4.0	0.0003087020421311178	NZ_SRMQ01000005.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000005, whole genome shotgun sequence	True	False
ISR0387_000000007084	3388	0.6511881132269037	4	1	1	1	1	False	76647	fragment	False	ISR0387_000000007084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.303219956792415e-07	CP050586.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 06a	True	False
DEN0003_000000015059	1688	0.6511881132269037	2	1	1	1	1	False	76645	fragment	False	DEN0003_000000015059	0.9951892238614497		0	0	False	False	0.9946682453155518	0					non-mobilizable	no_good_hit	62.0	93.54799999999999	4.0	0.09146341463414634	EU067528.1	bacteria	Uncultured bacterium clone HA0AAA17ZA04RM1 genomic sequence	True	False
MON0028_000000010063	2509	0.6511868839794196	3	2	2	1	2	False	12599	maximal	True	MON0028_000000010063	1.0		1	1	False	False	0.9940215349197388	0					non-mobilizable	no_good_hit	695.0	99.85600000000001	28.0	0.0002789652559626814	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
USA0087_01_000000010198	1549	0.6511864326188143	1	1	1	1	1	False	58154	fragment	False	USA0087_01_000000010198	0.9783889980353635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	76.344	78.0	0.000213450588856812	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
FIJ0009_000000027910	1527	0.6511864326188143	2	1	1	1	1	False	58154	fragment	False	USA0087_01_000000010198	0.9703034215622982		0	0	False	False	0.9967256188392639	0					non-mobilizable	no_good_hit	1217.0	76.417	79.0	0.010099569677803595	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0110_000000021404	1404	0.6511864326188143	1	1	1	1	1	False	117305	fragment	False	ISR0350_000000012775	0.8513492849749138		0	0	False	False	0.9893162250518799	0					non-mobilizable	other	1404.0	99.64399999999999	100.0	0.009163765569583876	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0395_000000027647	1393	0.6511864326188143	1	1	1	1	1	False	117305	fragment	False	ISR0350_000000012775	0.8511814142854147		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	99.785	100.0	0.009091918512374023	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
SPA0088_000000010754	1382	0.6511864326188143	1	1	1	1	1	False	117305	fragment	False	ISR0350_000000012775	0.7576341975256206		0	0	False	False	0.9985527992248535	0					non-mobilizable	other	1382.0	99.711	100.0	0.009020071455164171	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0821_000000015166	2016	0.6511859182297621	3	3	3	3	3	False	21234	fragment	False	ISR0821_000000015166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	74.60300000000001	9.0	0.001358555965162219	NZ_KE386957.1	firmicutes	Cohnella thermotolerans DSM 17683 G485DRAFT_scaffold00005.5, whole genome shotgun sequence	True	False
ISR0378_000000018854	1633	0.651185172585684	2	2	2	2	2	False	65065	fragment	False	ENG0038_000000013969	0.623734533183352		0	0	False	False	0.988977313041687	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000007783	2933	0.6511785158893184	6	3	3	2	2	False	110099	fragment	False	ISR0200_000000007783	1.0		0	0	False	False	0.9989771842956543	0					non-mobilizable	no_good_hit	1671.0	76.48100000000001	56.0	0.0010150503606787403	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MAD0045_000000027813	1520	0.6511778553869868	2	2	1	2	1	True	18326	fragment	False	MAD0045_000000027813	1.0		0	0	False	False	0.9434210658073425	0					non-mobilizable	no_good_hit								True	True
ISR0056_000000008117	2608	0.6511754764268634	4	2	2	2	1	False	35645	maximal	True	ISR0056_000000008117	1.0		53	9	False	False	0.9927147030830383	0					non-mobilizable	no_good_hit	339.0	79.056	16.0	0.0001477406638422042	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0005_000000004373	5458	0.6511679717836838	6	6	6	6	5	False	130049	fragment	False	ENG0005_000000004373	0.7216925135975015		0	0	False	False	1.0	0					non-mobilizable	chromosome	5458.0	98.53399999999999	100.0	0.0019021015485902071	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0136_000000013884	2897	0.6511641141169757	3	2	1	2	0	False	69502	maximal	True	SPA0136_000000013884	1.0		3	2	False	False	0.9965481758117676	0					non-mobilizable	no_good_hit	536.0	92.91	19.0	0.00019055889320545346	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
USA0044_01_000000011976	2412	0.6511635659552704	7	4	2	2	4	False	132209	backbone	False	ENG0141_000000006400	0.021324481785678744	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2412.0	99.461	100.0	0.5327433628318584	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
CHI0170_000000004193	2373	0.6511635659552704	7	4	2	2	4	False	132209	backbone	False	ENG0141_000000006400	0.020199365165691076	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2373.0	99.958	100.0	0.5247787610619469	NZ_VJZV01000067.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold66_1, whole genome shotgun sequence	False	True
FIJ0065_000000007868	2277	0.6511635659552704	6	4	2	2	4	False	132209	backbone	False	ENG0141_000000006400	0.007770118606035173	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2277.0	95.652	100.0	0.5356722392276901	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0106_000000013860	2922	0.6511620933384531	3	2	1	2	1	False	76745	maximal	True	MON0106_000000013860	1.0		393	14	False	False	0.9818617105484009	0					non-mobilizable	no_good_hit	109.0	79.817	4.0	0.00032994326808807043	NZ_FONG01000009.1	high GC Gram+	Streptomyces alni strain CGMCC 4.3510, whole genome shotgun sequence	True	False
ISR0051_000000024856	1485	0.6511617270999631	2	2	2	2	2	True	108679	maximal	True	ISR0051_000000024856	1.0		1	1	False	False	0.9865319728851318	0					non-mobilizable	no_good_hit	1189.0	95.542	80.0	0.0035075909227798544	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
MON0036_000000014967	1589	0.6511591404199737	2	2	2	2	1	True	12174	maximal	True	MON0036_000000014967	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	74.922	19.0	0.0012288982607897667	NZ_JNJA01000007.1	d-proteobacteria	Desulfovibrio alcoholivorans DSM 5433 Q368DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	True
SPA0013_000000025744	1099	0.6511568798498999	2	2	2	2	2	False	11494	maximal	False	MON0046_000000029975	0.9401147374741093		0	0	False	False	0.9981801509857178	0					non-mobilizable	other	1010.0	73.168	91.0	0.00021124324477344536	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	False	False
DEN0011_000000016803	2582	0.6511563774736799	4	3	2	2	3	False	94728	fragment	False	DEN0064_000000014948	0.966468822923154		0	0	False	False	0.9941905736923218	0					non-mobilizable	no_good_hit								True	False
ISR0154_000000007007	3265	0.6511541315679973	5	2	2	2	2	True	30631	fragment	False	ISR0154_000000007007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2569.0	97.353	79.0	0.0006441022614588478	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ENG0064_000000010085	2208	0.6511514870752347	2	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.25073651272556097		0	0	False	False	0.9950181245803833	0					non-mobilizable	other	1992.0	87.4	95.0	0.020654080695012948	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ISR0091_000000005998	5233	0.6511442903478666	7	7	7	7	6	False	105150	maximal	True	ISR0091_000000005998	0.9801682304437387		20	7	False	False	0.9996178150177002	0					non-mobilizable	other	5234.0	99.331	100.0	0.03553913244304365	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
MAD0061_000000009089	1915	0.6511400103683954	3	2	2	1	1	False	114057	fragment	False	MAD0061_000000009089	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	96.027	100.0	0.0004436537336421371	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0019_000000008815	6376	0.6511258910302087	6	6	5	6	6	False	13227	maximal	True	MON0019_000000008815	1.0		8	3	False	False	0.998745322227478	0					non-mobilizable	no_good_hit	1052.0	76.90100000000001	25.0	0.010629029447638962	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
TAN0013_000000000854	7479	0.6511250200517811	6	6	6	6	5	False	103057	fragment	False	TAN0013_000000000854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	80.45	15.0	0.6096911608093717	KJ798143.1	bacteria	Uncultured bacterium BD_contig00953 genomic sequence	True	False
AUS0006_000000003407	5661	0.6511172155737176	10	5	5	3	0	True	130696	fragment	False	ENG0211_000000005379	0.9423255077206589		0	0	False	False	0.9780957698822021	0					non-mobilizable	other	5336.0	99.325	96.0	0.0016104775526295612	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
FIJ0139_000000005722	4510	0.6511138194153565	8	4	3	4	3	False	40447	maximal	True	FIJ0139_000000005722	1.0		4	1	False	False	0.9991130828857422	0					non-mobilizable	no_good_hit	78.0	93.59	2.0	0.0005409126671911881	NZ_WSLF01000007.1	firmicutes	Defluviitalea raffinosedens strain 249c-K6 seq7, whole genome shotgun sequence	True	False
USA0054_01_000000001909	5130	0.6511135908883993	9	1	1	1	1	False	1050	maximal	True	USA0054_01_000000001909	1.0		1	1	False	False	0.9998050928115845	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000020915	1942	0.6511128778959778	2	2	2	1	1	True	56652	fragment	False	ISR0814_000000020915	1.0		0	0	False	False	0.9994850754737854	0					non-mobilizable	other	1205.0	98.34	96.0	0.0003593475659284695	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0134_000000016724	2351	0.6511115872261015	3	3	3	2	2	False	97766	fragment	False	MON0091_000000004772	0.943287037037037		0	0	False	False	0.9957464933395386	0					non-mobilizable	chromosome	2351.0	99.787	100.0	0.00044274347217140614	CP053080.1	enterobacteria	Escherichia coli strain HB37 chromosome HB37, complete sequence	False	False
ENG0078_000000010012	2622	0.6511112791260278	4	4	4	4	4	False	64147	maximal	True	ENG0078_000000010012	0.9701076688464468		106	6	False	False	0.9965674877166748	0					non-mobilizable	chromosome	2622.0	99.962	100.0	0.0014099812253549162	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
SPA0141_000000005095	4561	0.6511079729840207	4	3	2	3	1	True	89576	maximal	True	SPA0141_000000005095	1.0		4	2	False	False	1.0	0					non-mobilizable	plasmid	4595.0	82.786	99.0	0.02187945945428251	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	False	True
CHI0018_000000005383	3151	0.6511079729840207	3	3	2	3	1	True	89575	fragment	False	CHI0018_000000005383	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3136.0	84.694	99.0	0.014959823010544665	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	False	True
SPA0140_000000009335	2340	0.6511079729840207	3	3	2	3	1	True	3487	fragment	False	SPA0140_000000009335	1.0		0	0	False	False	0.9944444298744202	0					non-mobilizable	plasmid	2331.0	85.8	99.0	0.011133671094595501	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	False	True
ISR0357_000000023900	1119	0.6511028136460585	2	2	2	2	1	False	23869	fragment	False	ISR0357_000000023900	1.0		0	0	False	False	0.9910634756088257	0					non-mobilizable	other	1119.0	99.73200000000001	100.0	0.0052215662830668065	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0031_000000010041	3277	0.6511017629247872	4	2	1	2	1	True	73805	fragment	False	DEN0031_000000010041	1.0		0	0	False	False	0.99969482421875	0					non-mobilizable	no_good_hit	1986.0	77.64399999999999	60.0	0.048360736925515055	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ENG0065_000000008620	3275	0.6511017629247872	4	2	1	2	1	True	62869	maximal	True	ENG0065_000000008620	1.0		4	2	False	False	0.9951145052909851	0					non-mobilizable	no_good_hit	2012.0	77.783	60.0	0.049004556259904915	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
MAD0047_000000005483	6065	0.6510964463585517	10	8	1	7	7	True	24107	fragment	False	MAD0047_000000005483	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6064.0	97.92200000000001	99.0	0.045323003985672516	CP056811.1	enterobacteria	Escherichia coli strain RHBSTW-00152 plasmid pRHBSTW-00152_2, complete sequence	False	True
CHI0052_000000013185	1196	0.6510934136803745	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.15196112113567978		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	76.553	100.0	0.008344449805579995	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0132_000000036099	1148	0.6510934136803745	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.1298996162188082		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	78.83800000000001	100.0	0.026637306435573233	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0131_000000012367	2497	0.6510903356813988	3	3	3	3	2	False	31680	maximal	True	ISR0131_000000012367	1.0		19	7	False	False	0.9995995163917542	0					non-mobilizable	no_good_hit								True	False
ENG0181_000000001861	12287	0.6510782703859348	18	15	13	14	15	False	111452	fragment	False	ENG0181_000000001861	0.9917584659322725		0	0	False	False	0.999755859375	0					non-mobilizable	no_good_hit	8027.0	98.56700000000001	67.0	0.011108694839166322	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
MON0068_000000024588	1720	0.6510682320178723	3	3	2	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.16998253263277194		0	0	False	False	1.0	0					non-mobilizable	chromosome	1726.0	83.604	100.0	0.0005991776730853153	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
TAN0007_000000023588	1727	0.6510543964690944	2	1	1	1	1	False	2812	fragment	False	TAN0007_000000023588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	85.367	85.0	0.0028924280086065454	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
SPA0071_000000010377	2221	0.651052647793026	3	3	3	3	3	False	5900	maximal	True	SPA0071_000000010377	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0818_000000009530	1890	0.6510477738832229	3	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.4997016942536872		0	0	False	False	0.9968253970146179	0					non-mobilizable	other	1882.0	97.396	99.0	0.0047425747566940644	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ENG0080_000000017146	1609	0.6510477738832229	3	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.31794109186525593		0	0	False	False	0.997514009475708	0					non-mobilizable	other	1613.0	97.148	99.0	0.004064343704301346	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ENG0009_000000008473	1523	0.651037933726228	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.8224858085742541		0	0	False	False	0.9822718501091003	0					non-mobilizable	chromosome	1525.0	98.557	100.0	0.000408138545215212	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0200_000000016445	1522	0.651037933726228	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.7821183193836767		0	0	False	False	0.9921156167984009	0					non-mobilizable	chromosome	1447.0	98.272	95.0	0.0003872358488745774	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0384_000000014031	1399	0.651037933726228	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.41607777224421044		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	99.35700000000001	100.0	0.018900831474345976	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
MON0102_000000032333	1364	0.651037933726228	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.653432786474354		0	0	False	False	0.9890029430389404	0					non-mobilizable	other	1364.0	96.774	100.0	0.8821243523316062	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
SPA0044_000000023185	1228	0.651037933726228	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.3952307928258695		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	97.557	100.0	0.7940414507772021	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
DEN0041_000000010885	3090	0.6510372033017024	5	4	2	4	3	False	130221	fragment	False	DEN0041_000000010885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	75.053	15.0	0.0021076014766866504	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
MON0026_000000022059	2050	0.6510367338517125	2	2	2	2	2	False	12746	maximal	True	MON0026_000000022059	1.0		57	8	False	False	0.9995121955871582	0					non-mobilizable	no_good_hit	645.0	98.915	31.0	0.0001816332666404558	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0069_000000004753	1836	0.6510287946567459	2	2	2	2	1	False	88301	fragment	False	MAD0069_000000004753	1.0		0	0	False	False	0.9994553327560425	0					non-mobilizable	chromosome	963.0	98.75399999999999	98.0	0.00025662031051057574	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0843_000000013395	1187	0.6510270406915548	2	2	2	2	2	False	20726	maximal	True	ISR0843_000000013395	1.0		40	8	False	False	0.9839932322502136	0					non-mobilizable	no_good_hit	1067.0	93.814	89.0	0.00029641138096664224	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0046_000000028395	1228	0.6510254789886901	2	2	2	2	1	False	46934	maximal	True	FIJ0046_000000028395	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	71.154	33.0	0.00035403150093621665	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0014_000000021412	1202	0.6510224902212545	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.03969253551120559		0	0	False	False	0.9991680383682251	0					non-mobilizable	chromosome	1218.0	89.491	100.0	0.0003900051667626638	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0034_000000007842	2090	0.6510142999865126	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.45188160789565807		0	0	False	False	0.9928229451179504	0					non-mobilizable	no_good_hit	1630.0	82.822	77.0	0.0005646700584050092	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0039_000000009708	2042	0.6510142999865126	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.42200924612071833		0	0	False	False	0.9926542639732361	0					non-mobilizable	no_good_hit	1634.0	82.55799999999999	79.0	0.0005660643054627994	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0217_000000008138	3115	0.6510140000064439	4	4	4	3	2	False	92376	fragment	False	ISR0132_000000008589	0.9181748237676649		0	0	False	False	0.9916532635688782	0					non-mobilizable	other	3120.0	94.135	100.0	0.0009379107321499619	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MAD0047_000000041346	1173	0.6510055253477401	2	2	2	2	2	False	94552	fragment	False	MAD0047_000000041346	0.9931941923774954		0	0	False	False	0.9914748668670654	0					non-mobilizable	other	1173.0	99.574	100.0	0.00023682523247569055	CP009166.1	enterobacteria	Escherichia coli 1303, complete genome	False	False
CHI0012_000000006157	1171	0.6510038804253133	2	2	2	2	1	False	90031	fragment	False	CHI0012_000000006157	0.9737777777777779		0	0	False	False	1.0	0					non-mobilizable	chromosome	1171.0	97.26700000000001	100.0	0.0004128604986719654	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0090_000000031103	1488	0.6509976017475438	3	3	3	3	2	False	80850	fragment	False	MON0002_000000017192	0.9535357664686087		0	0	False	False	0.9993279576301575	0					non-mobilizable	no_good_hit	423.0	73.05	27.0	0.0006558209737334055	NZ_FCOU01000003.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
ISR0088_000000016470	1503	0.6509944104270452	2	2	1	2	1	True	53313	fragment	False	ISR0088_000000016470	0.9695244474212994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0025_000000002888	7473	0.6509929737992362	11	9	8	9	8	False	115031	maximal	True	MON0025_000000002888	1.0		25	7	False	False	0.9859493970870972	0					non-mobilizable	no_good_hit	980.0	81.122	32.0	0.00022176689714097572	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0129_000000013112	2043	0.6509924150906066	2	1	1	1	1	False	58536	maximal	True	ENG0129_000000013112	1.0		1	1	False	False	0.999021053314209	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000031207	1121	0.6509878393009243	2	2	2	2	1	True	42377	fragment	False	FIJ0105_000000031207	1.0		0	0	False	False	0.9973238110542297	0					non-mobilizable	other	1113.0	99.91	99.0	0.00037779271886072394	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0020_000000025837	1347	0.6509846460200045	1	1	1	1	1	False	7707	maximal	True	SPA0020_000000025837	1.0		24	6	False	False	0.9903489351272583	0					non-mobilizable	other	1233.0	75.264	90.0	0.008606815974363883	NZ_LT635833.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ISR0320_000000004830	4073	0.6509836061437675	6	4	3	3	2	False	26166	maximal	True	ISR0320_000000004830	1.0		1	1	False	False	0.9968082308769226	0					non-mobilizable	no_good_hit	1561.0	95.324	39.0	0.021639016811851524	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
MON0077_000000027081	1629	0.6509808319607799	3	3	3	3	2	False	102366	fragment	False	MON0008_000000021750	0.9491738833599026		0	0	False	False	0.9993861317634583	0					non-mobilizable	no_good_hit	933.0	72.454	66.0	0.008926923562609887	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0188_000000001413	15132	0.6509786403208518	15	11	4	9	5	True	95197	maximal	True	ENG0188_000000001413	0.9982282543290767		9	4	False	False	0.9988765716552734	0					non-mobilizable	no_good_hit	207.0	91.787	1.0	0.0005014284596117721	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ENG0032_000000000982	14957	0.6509786403208518	15	11	4	9	5	True	95197	maximal	False	ENG0188_000000001413	0.992466296590008		0	0	False	False	0.9987965226173401	0					non-mobilizable	no_good_hit	83.0	93.976	1.0	1.7094815350977408e-05	CP059378.1	firmicutes	Clostridium intestinale strain Lx1 chromosome, complete genome	True	True
ISR0141_000000022375	1383	0.6509741001553911	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.908232534781555		0	0	False	False	0.9812002778053284	0					non-mobilizable	other	1384.0	98.338	100.0	0.01135999605726818	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
SPA0102_000000010328	3559	0.6509729495420743	3	3	3	3	3	False	91719	maximal	True	SPA0102_000000010328	1.0		2	2	False	False	0.9994380474090576	0					non-mobilizable	no_good_hit	454.0	78.194	13.0	0.00017957826460797828	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
SPA0046_000000029109	1165	0.6509728460543425	2	2	2	2	2	False	70154	fragment	False	FIJ0114_000000020799	0.21010828726019207		0	0	False	False	0.9982832670211792	0					non-mobilizable	no_good_hit	371.0	74.933	31.0	0.0006640833096160722	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
AST0010_000000006481	4161	0.6509719241855649	5	3	3	3	3	False	126441	maximal	True	AST0010_000000006481	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	80.655	36.0	0.028091628863655575	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
SPA0133_000000011911	1702	0.6509688363558634	2	2	2	2	2	False	3689	maximal	True	SPA0133_000000011911	1.0		1	1	False	False	0.9870740175247192	0					non-mobilizable	other	1702.0	99.824	100.0	0.005746330422444808	NZ_FOZH01000008.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
MON0020_000000015227	1425	0.6509684078863114	2	2	2	1	2	False	13102	maximal	True	MON0020_000000015227	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	99.897	68.0	0.37635239567233386	NZ_JAAIUL010000051.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_53_length_2588_cov_832.761, whole genome shotgun sequence	True	False
ISR0832_000000008004	1680	0.6509662070463477	2	1	1	1	1	False	111299	fragment	False	ISR0832_000000008004	0.9734977030706663		0	0	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit	104.0	96.154	13.0	3.5901861738096266e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AST0084_000000021768	1622	0.6509662070463477	2	1	1	1	1	False	111299	fragment	False	ISR0832_000000008004	0.9715559007546938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	95.238	6.0	3.6250423502543805e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0048_000000017014	1524	0.6509662070463477	1	1	1	1	1	False	111299	fragment	False	ISR0832_000000008004	0.8592145873321785		0	0	False	False	0.9868766665458679	0					non-mobilizable	no_good_hit	141.0	96.454	9.0	4.879864702265512e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0148_000000015445	1885	0.6509549927321582	4	3	1	2	3	True	30917	fragment	False	ISR0148_000000015445	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1885.0	99.947	100.0	0.015753298660467915	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
FIJ0058_000000026780	1553	0.6509546522997741	2	2	2	1	1	False	45987	maximal	True	FIJ0058_000000026780	1.0		106	13	False	False	0.9993560910224915	0					non-mobilizable	no_good_hit	355.0	74.93	23.0	6.330105220817582e-05	NZ_CP011602.1	enterobacteria	Phytobacter ursingii strain CAV1151 chromosome, complete genome	True	False
AST0092_000000005210	3146	0.6509520999402438	5	5	5	5	4	False	121655	fragment	False	AST0040_000000003137	0.08453810991814606		0	0	False	False	1.0	0					non-mobilizable	other	3146.0	99.301	100.0	0.05199702307119821	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0399_000000004966	2991	0.6509519220844309	4	2	2	2	1	False	25966	maximal	True	ISR0399_000000004966	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	82.609	4.0	0.00378280664167113	KT337372.1	viruses	Streptococcus phage phiARI0995b, partial genome	True	False
ISR0189_000000006455	2238	0.6509411455096858	3	3	3	3	3	False	29231	fragment	False	ISR0189_000000006455	1.0		0	0	False	False	0.9919571280479431	0					non-mobilizable	no_good_hit								True	False
SPA0156_000000001529	7411	0.6509398205390636	5	2	2	2	1	False	3924	fragment	False	SPA0156_000000001529	1.0		0	0	False	False	0.9925786256790161	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	1.2182234990315123e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
ENG0145_000000023046	1229	0.6509344512243084	3	2	2	2	2	False	57457	maximal	True	ENG0145_000000023046	1.0		29	8	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	6.0	6.478911619070486e-05	NZ_LN898230.1	firmicutes	Fenollaria timonensis strain GD5, whole genome shotgun sequence	True	False
ISR0082_000000018090	1770	0.6509333483368756	3	2	1	2	2	False	34164	maximal	True	ISR0082_000000018090	1.0		62	8	False	False	0.993220329284668	0					non-mobilizable	other	1778.0	98.256	100.0	0.012118442947161679	NZ_OLMR01000005.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
MON0104_000000037530	1228	0.6509322952748654	1	1	1	1	1	False	8778	fragment	False	MON0104_000000037530	1.0		0	0	False	False	0.9910423159599304	0					non-mobilizable	no_good_hit								True	False
CHI0143_000000006428	2957	0.6509306336403872	3	3	3	3	3	False	114389	fragment	False	CHI0143_000000006428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2055.0	80.34100000000001	69.0	0.0006330681958241154	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
AST0052_000000000864	17733	0.650928068130057	23	6	0	6	0	False	114643	maximal	True	AST0052_000000000864	1.0		1	1	False	False	0.9998308420181274	0					non-mobilizable	no_good_hit	2281.0	83.604	13.0	0.9978012313104662	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
AST0055_000000007423	4372	0.650927218413663	4	4	3	4	2	True	113935	maximal	False	SPA0068_000000003002	0.6276587575827383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1952.0	84.99	49.0	0.027232371521256616	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	True
ISR0099_000000004982	4355	0.650927218413663	5	4	3	4	2	True	113935	maximal	False	SPA0068_000000003002	0.6393304154188743		0	0	False	False	0.9993111491203308	0					non-mobilizable	no_good_hit	1951.0	85.34100000000001	44.0	0.027218143531956063	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	True
SPA0068_000000003002	4341	0.650927218413663	4	4	3	4	2	True	113935	maximal	True	SPA0068_000000003002	0.929367116840318		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2074.0	84.089	47.0	0.02879745034431734	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	True
USA0045_01_000000003612	3844	0.6509224676647116	5	4	4	3	2	False	120852	maximal	True	USA0045_01_000000003612	1.0		8	3	False	False	0.9979188442230225	0					non-mobilizable	no_good_hit	1441.0	95.00299999999999	79.0	0.0003357214114204072	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MON0063_000000018555	1597	0.6509190541869352	2	1	1	1	1	False	10737	maximal	True	MON0063_000000018555	1.0		0	0	False	False	0.9724483489990234	0					non-mobilizable	no_good_hit	678.0	99.41	42.0	0.0002182095023953086	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0286_000000001705	6503	0.6509183488605873	6	2	1	2	0	True	37437	maximal	True	ISR0286_000000001705	1.0		2	2	False	False	0.9995386600494385	0					non-mobilizable	no_good_hit	171.0	84.211	3.0	6.686369167814494e-05	NZ_CP011391.1	firmicutes	Faecalibaculum rodentium strain ALO17 chromosome, complete genome	True	True
DEN0026_000000002144	12491	0.6509162487596933	11	10	7	9	6	False	127398	fragment	False	DEN0026_000000002144	0.9938328578620574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	88.90700000000001	5.0	0.99836867862969	EU063395.1	bacteria	Uncultured bacterium clone LM0ACA26ZD02FM1 genomic sequence	True	False
ISR0139_000000020626	1337	0.6509095409396701	2	2	2	2	1	False	31286	maximal	True	ISR0139_000000020626	1.0		34	7	False	False	0.9932684898376465	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000024803	1167	0.6509074615040422	2	1	0	1	1	False	51388	fragment	False	FIJ0008_000000024803	1.0		0	0	False	False	0.9725792407989502	0					non-mobilizable	no_good_hit	286.0	75.524	24.0	0.035467466423262484	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	False
ISR0850_000000007652	1962	0.6509003403614617	3	2	1	2	1	False	81168	fragment	False	ISR0850_000000007652	0.9894570374275171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0020_000000002585	6748	0.6508829355796705	4	4	2	4	0	True	129144	fragment	False	ISR0812_000000005528	0.7282058143702891		0	0	False	False	0.9974807500839233	0					non-mobilizable	no_good_hit	866.0	85.219	24.0	0.0018003625817324884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0034_01_000000008588	6644	0.6508829355796705	4	4	2	4	0	True	129144	fragment	False	ISR0812_000000005528	0.7481591649392236		0	0	False	False	0.9984948635101318	0					non-mobilizable	no_good_hit	870.0	89.425	24.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0207_000000002592	8298	0.6508814715005197	14	5	3	5	3	False	121259	maximal	True	ISR0207_000000002592	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
AUS0002_000000004483	6516	0.650867644767257	12	5	4	5	2	True	103137	maximal	True	AUS0002_000000004483	1.0		1	1	False	False	0.9973910450935364	0					non-mobilizable	no_good_hit	649.0	98.305	10.0	0.7741935483870968	GQ875251.1		Uncultured organism clone VC1A081TR genomic sequence	True	True
FIJ0136_000000011955	2262	0.6508642433603513	4	3	3	2	2	False	40537	fragment	False	FIJ0136_000000011955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	84.73700000000001	8.0	6.622228092908089e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0104_000000002541	10753	0.6508601166759834	13	8	7	8	7	True	108042	maximal	True	AST0104_000000002541	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0006585612968591692	NZ_VULP01000007.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq7, whole genome shotgun sequence	True	True
SPA0150_000000009394	2115	0.6508592107113107	3	3	3	3	2	False	3262	maximal	True	SPA0150_000000009394	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	89.226	50.0	0.00017485071820531306	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0807_000000000860	14037	0.6508584120997282	20	6	1	6	1	False	38624	maximal	True	ISR0807_000000000860	1.0		2	2	False	False	0.9997862577438354	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	1.0781016002948118e-05	LT594516.1	apicomplexans	Plasmodium ovale genome assembly, chromosome: 12	True	False
ISR0020_000000001330	11774	0.6508584120997282	13	6	1	6	1	False	38623	fragment	False	ISR0020_000000001330	1.0		0	0	False	False	0.9964328408241272	0					non-mobilizable	no_good_hit								True	False
ISR0003_000000002303	9137	0.6508584120997282	11	6	1	6	1	False	38622	fragment	False	ISR0003_000000002303	1.0		0	0	False	False	0.9987961053848267	0					non-mobilizable	no_good_hit								True	False
MAD0044_000000006105	3863	0.6508575488359365	4	4	4	4	3	False	65457	maximal	True	MAD0044_000000006105	1.0		5	3	False	False	0.9992234110832214	0					non-mobilizable	other	3873.0	89.23299999999999	100.0	0.001822846405169562	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
FIJ0121_000000006993	3713	0.6508483604325711	3	1	1	1	1	False	41495	maximal	True	FIJ0121_000000006993	1.0		3	1	False	False	0.9989227056503296	0					non-mobilizable	no_good_hit	50.0	86.0	1.0	1.0603779186902212e-05	CP030885.1	a-proteobacteria	Rhodospirillaceae bacterium isolate ECT2AJA-110-B chromosome	True	False
SPA0005_000000014350	2022	0.6508462193357865	3	2	2	1	2	False	8309	maximal	True	SPA0005_000000014350	1.0		2	1	False	False	0.9762611389160156	0					non-mobilizable	chromosome	1891.0	88.102	93.0	0.000535317592379262	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0824_000000003845	4286	0.6508413621681406	6	3	1	2	2	True	64347	fragment	False	ISR0824_000000003845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	1.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
USA0042_01_000000007053	3381	0.6508413621681406	5	3	1	2	2	True	1272	fragment	False	USA0042_01_000000007053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
CHI0158_000000007772	2254	0.6508385650144612	3	3	3	3	3	False	126976	fragment	False	CHI0158_000000007772	1.0		0	0	False	False	0.9920141696929932	0					non-mobilizable	no_good_hit	1511.0	94.11	78.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
AST0046_000000003926	4998	0.6508383244346108	6	6	6	3	1	False	115721	maximal	True	AST0046_000000003926	1.0		23	5	False	False	0.999599814414978	0					non-mobilizable	no_good_hit	294.0	96.59899999999999	21.0	8.31747430383024e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0067_000000010546	2029	0.6508331784266818	5	3	1	2	2	False	6035	maximal	True	SPA0067_000000010546	1.0		1	1	False	False	0.9960571527481079	0					non-mobilizable	no_good_hit	804.0	75.995	39.0	0.05250199627362257	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0135_000000019622	1157	0.6508331784266818	4	3	1	2	2	False	62313	fragment	False	ENG0070_000000021331	0.6290370370370371		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	97.321	100.0	0.008532561761427802	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
ISR0793_000000015482	1105	0.6508331784266818	4	3	1	2	2	False	21999	maximal	True	ISR0793_000000015482	1.0		28	6	False	False	0.9891402721405029	0					non-mobilizable	no_good_hit	784.0	99.235	71.0	0.005464328334252196	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	False
AST0113_000000011418	3260	0.6508308171395405	4	2	2	2	2	False	106640	maximal	True	AST0113_000000011418	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00022903094462540716	AC174363.7	eudicots	Medicago truncatula chromosome 8 clone mth2-41c1, complete sequence	True	False
ISR0154_000000004683	5291	0.6508248883726886	9	8	6	6	5	False	118691	maximal	True	ISR0154_000000004683	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	2162.0	95.14299999999999	76.0	0.0004016287740402645	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	False
USA0015_01_000000011180	2964	0.650823169966097	3	3	2	3	1	False	92186	fragment	False	USA0015_01_000000011180	1.0		0	0	False	False	0.9989878535270691	0					non-mobilizable	no_good_hit	257.0	78.21	9.0	7.67137410077396e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
USA0055_01_000000010392	2636	0.650823169966097	4	3	2	3	1	False	92184	fragment	False	USA0055_01_000000010392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	78.125	10.0	7.67137410077396e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
SPA0052_000000005404	5732	0.6508207862844079	11	10	5	7	3	False	62888	maximal	True	SPA0052_000000005404	1.0		35	9	False	False	0.9996510744094849	0					non-mobilizable	no_good_hit	2911.0	95.191	51.0	0.039421008197391	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	True	False
ENG0042_000000014688	1731	0.6508153255697906	3	3	3	2	2	False	64688	maximal	True	ENG0042_000000014688	1.0		36	12	False	False	0.998266875743866	0					non-mobilizable	no_good_hit	158.0	77.215	9.0	4.302176079024124e-05	CP010869.1	a-proteobacteria	Confluentimicrobium sp. EMB200-NS6, complete genome	True	False
ISR0074_000000022825	1326	0.6508126174555429	2	2	2	2	2	False	120077	fragment	False	ISR0155_000000005779	0.05720907447303385		0	0	False	False	0.9969834089279175	0					non-mobilizable	other	1325.0	98.868	99.0	0.003238494051346274	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0013_000000003511	6735	0.6507905532985925	5	5	3	5	3	False	79883	fragment	False	CHI0144_000000001792	0.9762940408873424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5598.0	98.839	83.0	0.23206436095214397	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0045_000000007024	3535	0.6507781147231587	4	4	4	4	3	False	62073	maximal	True	ISR0045_000000007024	1.0		12	3	False	False	0.9886845946311951	0					non-mobilizable	no_good_hit	1504.0	99.867	43.0	0.00492405876108978	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
CHI0162_000000027391	1218	0.6507778510035528	2	1	1	1	1	False	78510	fragment	False	CHI0162_000000027391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	85.09700000000001	76.0	0.015628167871865918	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
ISR0252_000000005655	1948	0.6507740717780398	3	2	2	2	1	False	102220	fragment	False	ISR0855_000000007730	0.6729376045230732		0	0	False	False	0.987679660320282	0					non-mobilizable	other	1205.0	95.602	95.0	0.0002951941943834156	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0015_000000025474	1494	0.6507734972527879	3	3	3	2	1	False	124922	fragment	False	ENG0206_000000011673	0.4252461065355501		0	0	False	False	0.9899598360061646	0					non-mobilizable	other	1480.0	83.986	99.0	0.003518364263298594	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ENG0038_000000017789	1474	0.6507734972527879	3	3	3	2	1	False	124922	fragment	False	ENG0206_000000011673	0.4378840473124209		0	0	False	False	0.9993215799331665	0					non-mobilizable	other	1458.0	84.156	99.0	0.003465092402464066	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
USA0055_01_000000010796	2534	0.6507712235268485	2	2	2	2	2	False	97185	maximal	True	USA0055_01_000000010796	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	85.90299999999999	78.0	0.00041503404774224077	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
MAD0105_000000019760	1873	0.6507580038818869	2	2	2	1	2	False	123053	maximal	True	MAD0105_000000019760	1.0		1	1	False	False	0.9989321827888489	0					non-mobilizable	no_good_hit	1563.0	98.337	84.0	0.00041805392681269255	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0150_000000014493	1686	0.6507536522984712	2	1	1	1	0	False	70340	maximal	True	FIJ0150_000000014493	1.0		0	0	False	False	0.9590747356414795	0					non-mobilizable	no_good_hit								True	False
ISR0786_000000004622	3876	0.6507516949943849	4	3	3	3	2	False	112366	maximal	True	ISR0786_000000004622	1.0		6	5	False	False	0.9992260336875916	0					non-mobilizable	no_good_hit	1939.0	98.917	66.0	0.0005381808487595182	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0034_000000015152	1868	0.6507502934529512	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.046854783470191425		0	0	False	False	1.0	0					non-mobilizable	chromosome	1893.0	89.699	100.0	0.0006669284978547133	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0139_000000000532	24939	0.6507456911333713	21	14	10	9	12	True	116248	fragment	False	ISR0139_000000000532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12839.0	99.821	53.0	0.0023324532582762302	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	True
ISR0133_000000013510	1636	0.6507407154997324	3	3	1	1	3	True	95203	fragment	False	ISR0133_000000013510	0.9789771347281496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	93.727	72.0	0.004665482329809068	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
SPA0009_000000012361	2865	0.6507355863757972	3	3	2	3	2	False	74799	fragment	False	SPA0009_000000012361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001703147669210875	NZ_FMZZ01000015.1	high GC Gram+	Alloactinosynnema iranicum strain IBRC-M 10403, whole genome shotgun sequence	True	False
ISR0228_000000004689	4972	0.6507353010660023	5	4	4	4	2	False	101391	maximal	True	ISR0228_000000004689	1.0		57	8	False	False	0.9987932443618774	0					non-mobilizable	no_good_hit	2053.0	99.02600000000001	63.0	0.006978374220018805	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
FIJ0148_000000013492	1484	0.6507309646946148	2	2	2	2	2	False	39892	fragment	False	FIJ0148_000000013492	1.0		0	0	False	False	0.9979784488677979	0					non-mobilizable	no_good_hit	599.0	92.821	40.0	0.21168141592920353	NZ_WEHX01000159.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_159_length_2825_cov_324.709831, whole genome shotgun sequence	True	False
FIJ0051_000000007305	2956	0.6507254491490302	4	4	3	4	1	False	113790	fragment	False	FIJ0051_000000007305	0.9946917808219178		0	0	False	False	0.9945873022079468	0					non-mobilizable	no_good_hit	198.0	76.263	7.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0344_000000011180	2920	0.6507254491490302	4	4	3	4	1	False	113790	fragment	False	FIJ0051_000000007305	0.9886671177266576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	75.758	7.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0009_000000015099	2383	0.6507254491490302	4	4	3	4	1	False	113788	fragment	False	SPA0009_000000015099	1.0		0	0	False	False	0.9953839778900146	0					non-mobilizable	no_good_hit	198.0	76.263	8.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0022_000000009522	1385	0.6507196950969464	2	2	2	2	1	False	7670	maximal	True	SPA0022_000000009522	1.0		2	2	False	False	0.9956678748130798	0					non-mobilizable	other	1400.0	92.85700000000001	99.0	0.0036396700382888033	NZ_CAPH01000006.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ISR0134_000000005472	5960	0.65071325414519	10	6	3	4	6	True	100881	maximal	False	ISR0167_000000004687	0.9539262207255472		0	0	False	False	0.9979865550994873	0					non-mobilizable	other	4804.0	91.40299999999999	90.0	0.00135492508027924	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
CHI0133_000000001967	8306	0.6507011090367694	12	12	4	8	10	False	132521	backbone	False	USA0060_01_000000001071	0.0882311519333714	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	8124.0	99.988	98.0	0.15922143599192426	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
FIJ0106_000000003117	7669	0.6507006303689974	8	4	3	4	3	False	42367	maximal	True	FIJ0106_000000003117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	86.154	1.0	4.677582975936759e-05	NZ_WBVQ01000002.1	CFB group bacteria	Phaeocystidibacter marisrubri strain JCM 30614 2, whole genome shotgun sequence	True	False
USA0145_01_000000003279	7351	0.6506947594399086	5	5	5	5	5	False	123404	maximal	True	USA0145_01_000000003279	0.9958013459120748		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	3168.0	74.148	43.0	0.001120753806420711	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0084_000000002347	8307	0.6506892654523277	7	5	3	5	0	True	106255	fragment	False	ISR0084_000000002347	1.0		0	0	False	False	0.9954255223274231	0					non-mobilizable	no_good_hit	2502.0	81.055	30.0	0.005212896534563407	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0117_000000000002	160106	0.65068227033149	243	48	25	44	24	True	87972	maximal	True	FIJ0117_000000000002	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	82.831	1.0	0.0003705069690529476	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
ISR0103_000000023043	1317	0.6506819639177318	3	2	2	2	2	False	66511	fragment	False	SPA0144_000000014680	0.6734556623384441		0	0	False	False	0.9848139882087708	0					non-mobilizable	no_good_hit	593.0	71.83800000000001	44.0	0.00017925226375761124	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0100_000000020310	1535	0.6506796502946588	2	2	2	2	2	False	60551	maximal	True	ENG0100_000000020310	1.0		98	9	False	False	0.942671000957489	0					non-mobilizable	no_good_hit	330.0	73.63600000000001	21.0	0.00017379337934667898	NZ_SSND01000001.1	a-proteobacteria	Gemmobacter aestuarii strain CC-PW-75 contig01, whole genome shotgun sequence	True	False
ISR0005_000000000962	11100	0.6506772208106826	12	10	9	7	8	True	69222	maximal	True	ISR0005_000000000962	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1528.0	79.45	25.0	0.01829378517456224	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0096_000000002500	10642	0.6506757887159592	6	6	3	5	2	False	106653	maximal	True	ENG0096_000000002500	0.9909980430528376		12	6	False	False	1.0	0					non-mobilizable	other	10587.0	98.65899999999999	100.0	0.0032049020495565133	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0794_000000001551	10220	0.6506757887159592	7	6	3	5	2	False	106653	maximal	False	ENG0096_000000002500	0.9717628265363654		0	0	False	False	1.0	0					non-mobilizable	other	10225.0	99.00200000000001	100.0	0.0030969177126790974	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
USA0133_01_000000010186	2229	0.6506728209519121	3	3	1	2	2	True	118249	fragment	False	USA0133_01_000000010186	1.0		0	0	False	False	0.9950650334358215	0					non-mobilizable	other	2236.0	94.499	100.0	0.11639935217595737	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CAN0018_000000017372	1983	0.6506728209519121	3	3	1	2	2	True	92208	fragment	False	CAN0018_000000017372	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1963.0	99.949	99.0	0.023893902305359687	NZ_CZBD01000019.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0214_000000015197	1932	0.6506728209519121	3	3	1	2	2	True	118248	fragment	False	SPA0130_000000014816	0.6884410868713432		0	0	False	False	0.998964786529541	0					non-mobilizable	other	1932.0	99.948	100.0	0.10088292147745677	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0052_000000023615	1890	0.6506728209519121	3	3	1	2	2	True	118248	fragment	False	SPA0130_000000014816	0.6132862040811127		0	0	False	False	1.0	0					non-mobilizable	other	1890.0	99.89399999999999	100.0	0.09868867875241628	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0083_000000019533	1833	0.6506728209519121	3	3	1	2	2	True	118248	fragment	False	SPA0130_000000014816	0.36231683539425497		0	0	False	False	0.9994544386863708	0					non-mobilizable	other	1837.0	93.25	100.0	0.09461365654876966	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0778_000000007571	1805	0.6506728209519121	3	3	1	2	2	True	118248	fragment	False	SPA0130_000000014816	0.4642099142888739		0	0	False	False	1.0	0					non-mobilizable	other	1748.0	99.943	97.0	0.0912700485868032	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0062_000000000873	11456	0.6506651136415061	15	14	6	8	13	False	16785	fragment	False	MAD0062_000000000873	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	11384.0	98.682	100.0	0.07777861378824463	AP014804.1	enterobacteria	Escherichia coli O119:H6 plasmid pEC404/03-1 DNA, complete sequence, strain: EC404/03	False	True
ISR0169_000000003345	7014	0.6506626165402337	11	11	2	11	10	True	62802	fragment	False	ISR0169_000000003345	1.0		0	0	False	False	0.9992871284484863	0			MPF_F	MOBF	mobilizable	plasmid	6996.0	99.071	99.0	0.04931454683929931	CP009579.1	enterobacteria	Escherichia coli FAP1 plasmid unnamed 1, complete sequence	False	True
SPA0036_000000004062	5225	0.6506610531257788	4	3	3	3	3	False	111419	maximal	True	SPA0036_000000004062	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	3534.0	98.78299999999999	68.0	0.0006166778813719817	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0130_000000008885	3190	0.6506582203821655	4	4	3	2	3	True	92773	maximal	True	ISR0130_000000008885	1.0		1	1	False	False	0.9996865391731262	0					non-mobilizable	other	3178.0	90.749	99.0	0.0022881298486646926	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
AST0087_000000008221	4134	0.6506581327320279	8	1	1	1	1	False	111029	maximal	True	AST0087_000000008221	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	80.952	3.0	0.057746478873239436	MH883550.1	firmicutes	Uncultured Blautia sp. clone PMB_contig_4 genomic sequence	True	False
USA0130_01_000000016792	2128	0.6506581327320279	3	1	1	1	1	False	106043	maximal	True	USA0130_01_000000016792	1.0		2	2	False	False	0.9854323267936707	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.00035025977600053375	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
USA0031_01_000000013855	2034	0.6506581327320279	1	1	1	1	1	False	35833	fragment	False	USA0031_01_000000013855	1.0		0	0	False	False	0.9916420578956604	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000016837	1965	0.6506581327320279	3	1	1	1	1	False	35834	fragment	False	SPA0042_000000016837	1.0		0	0	False	False	0.9694656729698181	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000027907	1303	0.6506581327320279	1	1	1	1	1	False	35832	fragment	False	ISR0051_000000027907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000014953	1128	0.6506581327320279	2	1	1	1	1	False	32569	fragment	False	ISR0113_000000014953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0116_000000024084	1114	0.6506581327320279	3	1	1	1	1	False	106042	fragment	False	AST0116_000000024084	1.0		0	0	False	False	0.9685816764831543	0					non-mobilizable	no_good_hit								True	False
MON0032_000000026926	1197	0.6506525834939254	2	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.13590664658767493		0	0	False	False	0.9724310636520386	0					non-mobilizable	other	1196.0	98.829	99.0	0.014860781216967406	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0398_000000009282	2513	0.6506312072019307	3	3	3	2	2	False	99440	maximal	True	ISR0398_000000009282	1.0		2	1	False	False	0.9940310120582581	0					non-mobilizable	chromosome	1447.0	96.75200000000001	100.0	0.0006448368205840838	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0035_000000004474	3821	0.6506240248933823	5	4	4	4	4	False	92370	maximal	True	SPA0035_000000004474	1.0		483	14	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	79.296	48.0	0.001640337697052207	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0852_000000009151	1373	0.6506235584995599	2	2	1	2	1	True	20534	maximal	True	ISR0852_000000009151	1.0		0	0	False	False	0.9737800359725952	0					non-mobilizable	no_good_hit	993.0	98.792	72.0	0.0021239605011861636	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
CHI0118_000000003366	2694	0.6506221270806765	3	3	1	1	3	False	99075	fragment	False	DEN0067_000000009496	0.38010084033613445		0	0	False	False	0.9992576241493225	0					non-mobilizable	no_good_hit	172.0	76.163	6.0	4.869139734059547e-05	CP060496.1	high GC Gram+	Brachybacterium sp. Z12 chromosome, complete genome	True	False
CAN0010_000000000880	18495	0.6506194380371644	34	27	10	10	23	True	94661	maximal	True	CAN0010_000000000880	1.0		5	4	False	False	0.9997296333312988	0					non-mobilizable	virus	6160.0	99.02600000000001	98.0	0.17952604424752966	JQ680350.1	viruses	Unidentified phage clone 1013_scaffold47 genomic sequence	False	True
ISR0354_000000008197	2361	0.6506184135633195	2	2	2	2	2	False	79987	fragment	False	ISR0354_000000008197	0.9752032831294127		0	0	False	False	0.9927996397018433	0					non-mobilizable	chromosome	2373.0	96.081	100.0	0.001057175382673837	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0005_000000001853	6299	0.6506148820121644	9	6	4	6	3	True	95424	maximal	False	CHI0055_000000002002	0.9385024424288363	PS172	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	171.0	94.73700000000001	3.0	0.007125193847185548	NZ_CABKPS010000012.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0031_000000008867	2700	0.6506141879384397	3	3	3	3	3	False	49877	maximal	True	FIJ0031_000000008867	1.0		14	2	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	82.46600000000001	51.0	0.00029076521669077704	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0039_000000003818	6238	0.6506122028361792	6	5	1	5	4	False	7021	maximal	True	SPA0039_000000003818	1.0		1	1	False	False	0.9993587732315063	0					non-mobilizable	no_good_hit								True	False
MON0087_000000036287	1418	0.6506113235545606	3	3	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.41697486311387		0	0	False	False	1.0	0					non-mobilizable	chromosome	1412.0	81.72800000000001	99.0	0.0004918863540668095	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MAD0066_000000025255	1331	0.6506098102595557	2	2	2	2	1	False	16550	maximal	True	MAD0066_000000025255	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	73.16	34.0	0.00032248284620070875	NZ_LN879456.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	False
FIJ0031_000000006706	3476	0.6505966760751271	5	3	3	3	2	False	48714	fragment	False	FIJ0031_000000006706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	9.275128642274081e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	False
SPA0070_000000002399	7712	0.6505956281623826	10	3	1	2	3	True	109116	fragment	False	SPA0070_000000002399	0.9715719800399393		0	0	False	False	1.0	0					non-mobilizable	other	6824.0	99.663	91.0	0.0013212764436862567	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0015_01_000000004022	7053	0.6505956281623826	8	3	1	2	3	True	109116	fragment	False	SPA0070_000000002399	0.9442073041871257		0	0	False	False	1.0	0					non-mobilizable	other	7057.0	99.67399999999999	99.0	0.0013654351990601157	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0082_01_000000015715	1892	0.6505924486227109	3	2	2	2	1	False	531	fragment	False	USA0082_01_000000015715	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1872.0	98.771	99.0	0.12928413488114981	NZ_QRHR01000017.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf17, whole genome shotgun sequence	False	False
CAN0013_000000005732	4093	0.6505919726190038	7	7	6	5	6	False	93905	maximal	True	CAN0013_000000005732	1.0		20	10	False	False	1.0	0					non-mobilizable	no_good_hit	3484.0	100.0	85.0	0.0008456332136951306	AP023205.1	enterobacteria	Escherichia coli TUM18781 DNA, complete genome	True	False
ISR0818_000000003144	5223	0.6505868097247338	6	6	6	6	5	False	125071	maximal	False	MAD0108_000000003098	0.9567864430638543		0	0	False	False	0.9975110292434692	0					non-mobilizable	other	3607.0	98.14299999999999	99.0	0.03414902079624228	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
MON0042_000000011277	2358	0.6505846659749316	3	3	3	3	2	False	47451	fragment	False	MAD0083_000000003503	0.3310311148318683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1946.0	93.885	83.0	0.0007766489415013642	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
FIJ0008_000000004153	6557	0.6505814163083024	10	8	7	8	7	False	132492	fragment	False	ISR0054_000000002543	0.8353426170889432		0	0	False	False	0.9996950030326843	0					non-mobilizable	chromosome	3483.0	95.837	90.0	0.0009737049290628391	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0044_000000004166	8115	0.6505810579687545	8	7	6	6	5	False	103059	maximal	True	MON0044_000000004166	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1146.0	80.541	14.0	0.6043663471778488	KJ798143.1	bacteria	Uncultured bacterium BD_contig00953 genomic sequence	True	False
MON0080_000000046883	1243	0.6505751266334412	2	2	2	2	1	False	10017	fragment	False	MON0080_000000046883	1.0		0	0	False	False	0.9991955161094666	0					non-mobilizable	chromosome	1244.0	90.595	100.0	0.0005483797189576017	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
DEN0092_000000002307	4760	0.6505734051737092	6	4	4	4	3	False	68583	maximal	True	DEN0092_000000002307	1.0		1	1	False	False	0.9997898936271667	0					non-mobilizable	no_good_hit								True	False
MON0046_000000015513	2111	0.6505729964817192	3	3	3	3	2	False	113550	fragment	False	FIJ0020_000000010024	0.6436521820617032		0	0	False	False	0.9990525841712952	0					non-mobilizable	chromosome	2111.0	96.779	100.0	0.0005905482610872638	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0090_000000009281	3603	0.6505637583414068	4	4	4	4	4	False	5379	maximal	True	SPA0090_000000009281	1.0		6	1	False	False	0.9969469904899597	0					non-mobilizable	no_good_hit	328.0	71.34100000000001	9.0	0.00035628581357591467	NZ_FUZT01000001.1	firmicutes	Maledivibacter halophilus strain M1, whole genome shotgun sequence	True	False
MON0084_000000031102	1205	0.6505624900521517	2	1	1	1	1	False	9807	fragment	False	MON0084_000000031102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	0.00019034325233170484	NZ_KI912232.1	high GC Gram+	Saccharomonospora paurometabolica YIM 90007 SacpaDRAFT_SPI.49, whole genome shotgun sequence	True	False
ISR0061_000000005146	1314	0.6505619352642199	2	2	2	2	2	False	35379	fragment	False	ISR0061_000000005146	1.0		0	0	False	False	0.9992389678955078	0					non-mobilizable	other	1314.0	99.23899999999999	100.0	0.004331332057795078	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0147_000000005918	4037	0.6505604650670416	3	3	2	2	2	False	36003	maximal	True	ISR0147_000000005918	1.0		440	12	False	False	0.9987614750862122	0					non-mobilizable	other	3416.0	99.941	99.0	0.0006614129368496872	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0025_000000000330	39485	0.6505560521185123	38	17	10	11	10	True	79225	maximal	True	SPA0025_000000000330	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	80.57600000000001	3.0	0.0003111023928748278	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0015_000000001432	14566	0.6505524361570743	8	4	3	4	3	True	95572	fragment	False	ISR0015_000000001432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2293.0	79.241	16.0	0.004715235333108898	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0031_000000002053	15733	0.6505487489668982	13	9	6	7	8	True	107454	maximal	True	MON0031_000000002053	1.0		2	2	False	False	0.9992372989654541	0					non-mobilizable	no_good_hit	2602.0	92.736	65.0	0.0016627497250659682	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0350_000000008994	2092	0.6505464577386172	2	2	2	2	1	False	24096	maximal	True	ISR0350_000000008994	1.0		28	8	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	77.303	64.0	0.011736925570290853	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
DEN0043_000000001761	3350	0.6505446438491594	4	3	1	3	1	True	73006	fragment	False	DEN0043_000000001761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2808.0	84.615	84.0	0.0008107986671246796	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0074_000000010061	2871	0.6505446438491594	3	3	1	3	1	True	45432	fragment	False	ISR0074_000000010061	1.0		0	0	False	False	0.9989550709724426	0					non-mobilizable	no_good_hit	2219.0	87.787	77.0	0.0006412179662780805	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0065_000000007017	2499	0.6505446438491594	3	3	1	3	1	True	45431	fragment	False	FIJ0065_000000007017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2045.0	84.694	82.0	0.0005904886967940551	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0093_000000008167	2421	0.6505446438491594	3	3	1	3	1	True	43248	fragment	False	FIJ0093_000000008167	1.0		0	0	False	False	0.9971086382865906	0					non-mobilizable	no_good_hit	2144.0	86.007	88.0	0.0006197667323248354	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ETH0002_000000013537	1923	0.6505446438491594	4	3	1	3	1	True	53338	fragment	False	ETH0002_000000013537	1.0		0	0	False	False	0.975039005279541	0					non-mobilizable	no_good_hit	865.0	83.584	71.0	0.00024813859816186115	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
USA0052_01_000000006148	2655	0.6505401867741281	2	2	2	2	2	False	115383	fragment	False	ENG0182_000000010749	0.989542881780669		0	0	False	False	1.0	0					non-mobilizable	chromosome	2556.0	99.92200000000001	100.0	0.0005099452292877413	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0093_01_000000007145	2598	0.6505400465335589	3	2	1	1	2	True	72472	fragment	False	USA0093_01_000000007145	1.0		0	0	False	False	0.9992302060127258	0					non-mobilizable	no_good_hit	1496.0	92.647	58.0	0.00045152687856834183	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
MON0102_000000018901	2411	0.6505400465335589	3	2	1	1	2	True	72470	fragment	False	MON0102_000000018901	1.0		0	0	False	False	0.9933637380599976	0					non-mobilizable	no_good_hit	1582.0	93.616	66.0	0.00047787351735804385	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
FIJ0092_000000012339	2657	0.6505385857982481	2	1	1	1	1	False	43322	fragment	False	FIJ0092_000000012339	1.0		0	0	False	False	0.9969890713691711	0					non-mobilizable	no_good_hit	1348.0	92.73	54.0	0.0004181161255319003	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0143_000000016520	1780	0.6505385857982481	2	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.4495660673449895		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	98.76700000000001	96.0	0.006532811834292272	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0157_000000019637	1613	0.6505385857982481	2	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.40663247129378516		0	0	False	False	0.9981400966644287	0					non-mobilizable	other	1529.0	98.62700000000001	95.0	0.0058649450545232625	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0067_000000016899	1588	0.6505385857982481	2	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.3892280902870598		0	0	False	False	0.999370276927948	0					non-mobilizable	other	1350.0	87.77799999999999	97.0	0.004880188826325464	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0095_000000028231	1268	0.6505385857982481	2	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.7015579612745947		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	100.0	100.0	0.00040676925684829916	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0188_000000008796	3003	0.650533358449069	4	3	3	2	1	False	129491	maximal	True	ENG0188_000000008796	1.0		0	0	False	False	0.9926739931106567	0					non-mobilizable	no_good_hit	2221.0	98.604	74.0	0.000630197711757786	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0309_000000004402	3830	0.6505332546408962	3	3	3	3	3	False	81146	maximal	True	ISR0309_000000004402	1.0		118	11	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	99.84899999999999	67.0	0.0003999780238489538	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
AUS0004_000000010203	2038	0.6505320907913108	3	3	2	3	1	False	102442	fragment	False	AUS0004_000000010203	0.9987418218419728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	77.273	14.0	0.0017495188823073654	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0032_000000011375	1987	0.6505320907913108	3	3	2	3	1	False	102442	fragment	False	AUS0004_000000010203	0.986261040235525		0	0	False	False	0.9984902143478394	0					non-mobilizable	no_good_hit	286.0	76.923	14.0	0.0017495188823073654	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0039_000000012971	1604	0.6505320907913108	4	3	2	3	1	False	90921	fragment	False	DEN0039_000000012971	0.979559748427673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	76.166	12.0	5.261757018218274e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0372_000000014117	1251	0.6505256293608537	2	1	1	1	1	False	23448	fragment	False	ISR0372_000000014117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0052_000000007517	4797	0.6505220228295677	6	3	3	2	1	True	72342	maximal	True	DEN0052_000000007517	1.0		1	1	False	False	0.9995830655097961	0					non-mobilizable	no_good_hit	1637.0	99.389	34.0	0.013461918241063789	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0168_000000001708	12349	0.6505217862914661	15	4	3	2	3	False	53628	maximal	True	ISR0168_000000001708	1.0		1	1	False	False	0.9999189972877502	0					non-mobilizable	no_good_hit	555.0	89.189	4.0	0.022849796798540267	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ENG0076_000000002016	5555	0.6505200237466179	11	5	4	2	3	False	119182	maximal	True	ENG0076_000000002016	1.0	PS816	36	8	False	True	0.9998199939727783	0					non-mobilizable	no_good_hit	1310.0	85.87799999999999	24.0	0.24716124148372445	KX125463.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time2_PI_2 genomic sequence	True	True
SPA0124_000000007819	3716	0.6505140697879075	5	4	4	4	4	False	71306	maximal	True	SPA0124_000000007819	1.0		735	15	False	False	0.9991926550865173	0					non-mobilizable	other	3716.0	98.35799999999999	100.0	0.02133671810835492	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	False	False
ISR0137_000000013122	1919	0.6505110826076317	2	2	2	2	2	False	54878	fragment	False	ISR0137_000000013122	1.0		0	0	False	False	0.9942678213119507	0					non-mobilizable	other	1919.0	96.76899999999999	100.0	0.00772641627429383	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
DEN0003_000000008413	3288	0.650504272776816	2	2	2	2	2	False	90754	maximal	True	DEN0003_000000008413	1.0		55	6	False	False	1.0	0					non-mobilizable	no_good_hit	1685.0	85.34100000000001	51.0	0.14224028448056897	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
ISR0282_000000017180	1440	0.6505026455023205	2	1	1	1	1	False	26132	fragment	False	ISR0282_000000017180	1.0		0	0	False	False	0.987500011920929	0					non-mobilizable	no_good_hit								True	False
AST0118_000000022372	1393	0.6505022656528879	2	2	1	1	0	False	105770	maximal	True	AST0118_000000022372	1.0		0	0	False	False	0.9519023895263672	0					non-mobilizable	no_good_hit	258.0	79.845	18.0	0.0050448875824263125	NZ_JAAIPV010000032.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_32_length_50348_cov_118.265, whole genome shotgun sequence	True	False
ISR0150_000000018358	1327	0.6505014162395398	3	2	1	2	0	False	63702	fragment	False	ISR0268_000000016440	0.6550419032170857		0	0	False	False	0.9902034401893616	0					non-mobilizable	other	1310.0	98.09200000000001	99.0	0.0003053921664692933	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0268_000000016440	1233	0.6505014162395398	3	2	1	2	0	False	63702	fragment	False	ISR0268_000000016440	0.9395591439037968		0	0	False	False	0.9959448575973511	0					non-mobilizable	other	1244.0	97.749	100.0	0.0002895276383410183	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0054_000000025826	1106	0.6505014162395398	3	2	1	2	0	False	63700	fragment	False	ENG0054_000000025826	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	97.03	100.0	0.04876644372591576	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
SPA0040_000000015658	2598	0.6505007953715812	4	3	3	2	2	False	71172	fragment	False	SPA0040_000000015658	1.0		0	0	False	False	0.968052327632904	0					non-mobilizable	no_good_hit	84.0	100.0	3.0	1.684925781049376e-05	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
AST0024_000000013797	2465	0.6504997892016192	4	4	2	4	3	False	121519	fragment	False	AST0024_000000013797	1.0		0	0	False	False	0.9975659251213074	0					non-mobilizable	no_good_hit	665.0	80.602	27.0	0.004657945407180881	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
MON0063_000000002292	11138	0.6504996758808504	13	12	12	9	9	False	95743	maximal	True	MON0063_000000002292	1.0		45	11	False	False	0.9960495829582214	0					non-mobilizable	no_good_hit	9833.0	99.90799999999999	88.0	0.0027370985141107283	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0134_000000015708	2046	0.6504964056594195	3	3	3	1	1	False	106749	fragment	False	FIJ0028_000000013326	0.4685513169845595		0	0	False	False	0.9853372573852539	0					non-mobilizable	other	2010.0	94.925	98.0	0.009577072288524214	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0074_000000002089	10702	0.6504920960155652	17	8	5	8	5	False	88116	maximal	True	ISR0074_000000002089	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	79.20100000000001	33.0	0.0004131385526089015	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0021_000000007574	6532	0.6504892844814099	7	4	4	3	3	False	116213	fragment	False	SPA0013_000000002713	0.1741100766703176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1428.0	96.008	26.0	0.00032286148947973823	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AUS0020_000000005465	5058	0.6504865059741902	11	5	3	4	4	False	132089	fragment	False	ISR0166_000000002991	0.9516132200567867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	84.689	17.0	0.00010799726442661224	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0055_000000010043	1572	0.650486476776188	3	2	2	2	2	False	77504	fragment	False	ISR0055_000000010043	0.9993131868131868		0	0	False	False	0.9955470561981201	0					non-mobilizable	chromosome	1569.0	99.618	99.0	0.0005328046968365061	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0019_000000006353	3200	0.6504850114503126	4	3	3	3	3	False	124947	fragment	False	FIJ0005_000000008183	0.5601095436511081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	79.12100000000001	79.0	0.004535372515594127	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0032_000000005018	4320	0.6504849135766516	2	1	1	1	1	False	12409	maximal	True	MON0032_000000005018	1.0		48	9	False	False	0.9722222089767456	0					non-mobilizable	no_good_hit	3010.0	97.641	70.0	0.017281880158288007	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	False
ISR0068_000000017243	1188	0.6504818429555171	2	2	2	2	2	False	34996	fragment	False	ISR0068_000000017243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	91.141	49.0	0.00017643337818434399	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0166_000000012938	2195	0.6504794726320828	3	3	3	3	3	False	106167	fragment	False	ENG0166_000000012938	1.0		0	0	False	False	0.9972665309906006	0					non-mobilizable	other	956.0	96.13	100.0	0.00028753221188745475	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0397_000000007615	2533	0.65047788637079	4	4	3	3	2	False	127470	maximal	True	ISR0397_000000007615	1.0	PS1007	2	2	False	True	0.9952625632286072	0					non-mobilizable	chromosome	1881.0	99.62799999999999	100.0	0.0009898873529253804	CP029252.1	firmicutes	Streptococcus thermophilus isolate NWC_1_1 chromosome, complete genome	False	True
FIJ0136_000000010661	2523	0.6504734270221798	4	3	3	2	1	False	86057	fragment	False	FIJ0136_000000010661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2039.0	99.804	81.0	0.0025773587005458233	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0105_000000008220	2249	0.6504686379156269	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.31700283160163517	PS777	0	0	False	True	0.9995553493499756	0					non-mobilizable	other	2222.0	98.47	99.0	0.0008780322269468091	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0051_000000016999	1299	0.6504661247933771	3	2	2	2	1	False	46516	maximal	True	FIJ0051_000000016999	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.960602987093053e-06	NZ_CP038033.1	g-proteobacteria	Nitrosococcus wardiae strain D1FHS chromosome, complete genome	True	False
ISR0808_000000001590	7487	0.650464228048157	9	9	4	8	6	False	119723	fragment	False	DEN0094_000000003259	0.91866309087168		0	0	False	False	0.9998664259910583	0					non-mobilizable	chromosome	7487.0	97.916	100.0	0.0011517926022481342	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MAD0098_000000005973	6606	0.6504641796518763	5	5	2	5	2	True	18332	maximal	True	MAD0098_000000005973	1.0		2	1	False	False	0.9886466860771179	0					non-mobilizable	no_good_hit								True	True
USA0041_01_000000013179	1267	0.6504630636739933	1	1	1	1	1	False	20082	fragment	False	MAD0003_000000019748	0.9325426241660489		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	96.806	96.0	0.012137129668318113	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
FIJ0117_000000005524	3809	0.6504622338776307	5	3	1	3	1	True	42690	fragment	False	ISR0213_000000005887	0.9503394518481267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	0.0010411846367422489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0171_000000018714	1573	0.6504620377895678	4	2	2	2	1	False	37340	fragment	False	ISR0385_000000014274	0.9634755669206877		0	0	False	False	0.9910998344421387	0					non-mobilizable	no_good_hit	54.0	87.037	3.0	2.9254097781545852e-05	NZ_VYSA01000001.1	high GC Gram+	Microbacterium rhizomatis strain JCM 30598 Scaffold1, whole genome shotgun sequence	True	False
DEN0052_000000012517	3219	0.6504586042210457	4	4	4	3	3	False	72323	maximal	True	DEN0052_000000012517	1.0		4	4	False	False	0.9984467029571533	0					non-mobilizable	no_good_hit	1300.0	86.07700000000001	59.0	0.00543656087186328	NZ_QEKH01000003.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_103, whole genome shotgun sequence	True	False
SPA0080_000000001359	8181	0.6504555865340336	9	5	5	4	3	False	130477	maximal	True	SPA0080_000000001359	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	6762.0	99.911	83.0	0.010788393660681803	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
DEN0071_000000015337	2618	0.6504531228314352	5	3	2	2	3	False	87396	fragment	False	DEN0071_000000015337	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2618.0	97.861	100.0	0.00045679196590729584	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0039_000000010221	2312	0.6504529283035835	4	4	2	4	1	False	54687	fragment	False	FIJ0039_000000010221	1.0		0	0	False	False	0.999567449092865	0					non-mobilizable	no_good_hit	1017.0	85.84100000000001	44.0	0.0002810002152282525	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0123_000000000707	32530	0.6504512523684857	42	20	18	19	16	True	81104	maximal	True	FIJ0123_000000000707	1.0		2	1	False	False	0.9999692440032959	0					non-mobilizable	no_good_hit	1315.0	72.7	4.0	0.0003020142660642351	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	True
ISR0024_000000015032	1692	0.6504457174801817	2	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.4512133687200022		0	0	False	False	0.9934988021850586	0					non-mobilizable	other	1692.0	99.645	100.0	0.0005428940910264197	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0001_000000032928	1343	0.6504443568208039	2	1	1	1	1	False	76746	maximal	True	DEN0001_000000032928	1.0		8	4	False	False	0.9910647869110107	0					non-mobilizable	no_good_hit								True	False
FIJ0042_000000013634	1777	0.6504419701321459	4	3	3	1	2	False	47290	fragment	False	FIJ0042_000000013634	1.0		0	0	False	False	0.9887450933456421	0					non-mobilizable	other	1758.0	99.65899999999999	99.0	0.000883616137435753	CP003295.1	firmicutes	Streptococcus infantarius subsp. infantarius CJ18, complete genome	False	False
MON0087_000000032522	1577	0.6504404328081953	3	2	2	2	1	True	20758	fragment	False	MON0087_000000032522	1.0		0	0	False	False	0.9961953163146973	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	6.479012133849241e-06	CP041203.1	high GC Gram+	Cellulomonas sp. Y8 chromosome, complete genome	True	True
USA0009_01_000000023102	1131	0.6504253258379304	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.3771391699250135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	74.762	37.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0157_000000014993	2104	0.6504185035541791	1	1	1	1	1	False	94203	maximal	True	ISR0157_000000014993	0.9897905759162304		68	9	False	False	0.9952471256256104	0					non-mobilizable	other	2105.0	98.005	100.0	0.0007148164392832403	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
CHI0070_000000001367	6327	0.6504175921724856	11	4	2	2	1	True	114580	fragment	False	CHI0070_000000001367	1.0		0	0	False	False	0.9998419284820557	0					non-mobilizable	no_good_hit	211.0	96.209	5.0	0.00046200960979988386	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
CHI0003_000000009560	1370	0.650416104360472	3	3	2	3	2	False	90920	fragment	False	MON0033_000000043489	0.853958209504342		0	0	False	False	0.9824817776679993	0					non-mobilizable	no_good_hit	251.0	78.486	18.0	0.0015370773037414712	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0013_000000001156	15186	0.650413800705087	21	6	0	6	1	False	88733	maximal	False	ENG0111_000000001424	0.9273510183602531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	1.012728990683906e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ISR0268_000000000608	15146	0.650413800705087	19	6	0	6	1	False	88733	maximal	False	ENG0111_000000001424	0.9283478034636036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	1.012728990683906e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
SPA0059_000000001724	14980	0.650413800705087	19	6	0	6	1	False	88733	maximal	False	ENG0111_000000001424	0.9272427842021765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	1.012728990683906e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ENG0015_000000001412	14640	0.650413800705087	19	6	0	6	1	False	88733	maximal	False	ENG0111_000000001424	0.8398994971742729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	1.012728990683906e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ENG0038_000000001278	14462	0.650413800705087	19	6	0	6	1	False	88733	maximal	False	ENG0111_000000001424	0.6310722433397231		0	0	False	False	0.9995850920677185	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	1.012728990683906e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
CHI0031_000000000334	14344	0.650413800705087	18	6	0	6	1	False	88733	maximal	False	ENG0111_000000001424	0.8339632530084776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	1.012728990683906e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
USA0010_01_000000001766	13868	0.650413800705087	18	6	0	6	1	False	88733	maximal	False	ENG0111_000000001424	0.6179451961099538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	1.012728990683906e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ISR0815_000000001623	13578	0.650413800705087	19	6	0	6	1	False	88733	maximal	False	ENG0111_000000001424	0.41585394327807956		0	0	False	False	0.9997790455818176	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	1.012728990683906e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
FIJ0113_000000002942	7819	0.6504125207795812	5	5	5	4	4	False	100827	maximal	True	FIJ0113_000000002942	1.0		3	2	False	False	0.999872088432312	0					non-mobilizable	no_good_hit	5011.0	92.23700000000001	79.0	0.0011149815237991804	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0156_000000012519	2013	0.6504123757185916	3	3	3	3	2	False	106581	fragment	False	SPA0128_000000015335	0.38357069237605584		0	0	False	False	0.999006450176239	0					non-mobilizable	other	2013.0	100.0	100.0	0.0006094482040209648	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0158_000000010844	1760	0.6504116209035379	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.42395660185293194		0	0	False	False	0.9994317889213562	0					non-mobilizable	other	1764.0	87.18799999999999	100.0	0.028424489795918367	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0047_000000011061	3430	0.6504068145037938	3	1	1	1	1	False	44848	maximal	True	MON0047_000000011061	0.9995477841422973		395	14	False	False	0.9997084736824036	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.033630069238377844	CR715693.2	bony fishes	Tetraodon nigroviridis full-length cDNA	True	False
MAD0002_000000030068	1463	0.6504042966809308	2	2	1	2	1	False	48808	fragment	False	MAD0002_000000030068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0038_01_000000001032	18191	0.6504020988875208	18	12	8	9	7	True	88129	maximal	True	USA0038_01_000000001032	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	87.574	1.0	0.0006530129941811878	NZ_KB291003.1	CFB group bacteria	Prevotella saccharolytica F0055 Scfld556, whole genome shotgun sequence	True	True
ENG0024_000000007761	3536	0.6504007030465091	3	3	3	2	2	False	109844	fragment	False	ENG0024_000000007761	1.0		0	0	False	False	0.9954751133918762	0					non-mobilizable	no_good_hit	2114.0	83.444	60.0	0.008304900009477775	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0153_000000004082	6492	0.6503888066835471	9	6	6	6	5	False	56977	maximal	True	ENG0153_000000004082	1.0		1	1	False	False	0.9992298483848572	0					non-mobilizable	no_good_hit	431.0	86.311	7.0	0.002611140867702196	NZ_QSBM01000016.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf16, whole genome shotgun sequence	True	False
DEN0089_000000009601	2000	0.6503854409576133	3	3	3	3	3	False	131649	fragment	False	DEN0089_000000009601	0.9973753280839894		0	0	False	False	0.9940000176429749	0					non-mobilizable	no_good_hit	541.0	80.407	27.0	0.00015073857676298628	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0243_000000000840	9146	0.6503841938242725	9	8	4	7	3	False	121638	maximal	True	ISR0243_000000000840	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	3.692093679135621e-05	CP045477.1	archaea	Candidatus Forterrea multitransposorum CG_2015-17_Forterrea_25_41 chromosome, complete genome	True	False
ISR0145_000000015425	1871	0.6503837413091984	3	3	2	2	2	False	105733	fragment	False	ISR0145_000000015425	1.0		0	0	False	False	0.9978621006011963	0					non-mobilizable	no_good_hit								True	False
AST0140_000000020394	1418	0.6503822651031121	1	1	1	1	1	False	109836	fragment	False	ISR0094_000000012338	0.9467864547339322		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	93.385	100.0	0.09822542631360044	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
DEN0045_000000027626	1526	0.6503821097214921	2	2	2	2	2	False	115613	fragment	False	USA0080_01_000000022560	0.6617334559786034		0	0	False	False	0.9986894130706787	0					non-mobilizable	chromosome	1527.0	98.625	100.0	0.0005381301371579036	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0104_000000021059	1506	0.6503821097214921	2	2	2	2	2	False	115613	fragment	False	USA0080_01_000000022560	0.48365777452275555		0	0	False	False	1.0	0					non-mobilizable	chromosome	1507.0	98.93799999999999	100.0	0.0005310726927361606	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0033_000000011549	5968	0.6503800458798171	6	4	4	4	4	False	40267	maximal	True	MON0033_000000011549	0.9975265665078783		14	7	False	False	1.0	0					non-mobilizable	chromosome	5969.0	99.682	100.0	0.001138348871502958	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ISR0281_000000006668	2518	0.6503758417146046	4	2	1	2	2	False	81169	fragment	False	ISR0281_000000006668	0.9997834560415764		0	0	False	False	0.9996028542518616	0					non-mobilizable	no_good_hit	259.0	85.714	10.0	8.286638362248625e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0125_000000011284	2309	0.6503758417146046	3	2	1	2	2	False	81169	fragment	False	ISR0281_000000006668	0.9583002382843526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	92.75399999999999	4.0	1.4692048188189581e-05	CP034683.1	g-proteobacteria	Rheinheimera sp. LHK132 chromosome, complete genome	True	False
ISR0043_000000011884	1860	0.6503758417146046	2	2	1	2	2	False	81165	fragment	False	ISR0043_000000011884	1.0		0	0	False	False	0.976881742477417	0					non-mobilizable	no_good_hit	121.0	76.86	6.0	0.00011429134440120204	NZ_CP028903.1	a-proteobacteria	Azospirillum humicireducens strain SgZ-5 plasmid pYZ2	True	False
MAD0101_000000007766	3509	0.650364270356819	7	5	4	4	4	True	15117	fragment	False	MAD0101_000000007766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0131_000000010337	1799	0.65036370711116	3	3	3	2	2	False	69019	fragment	False	FIJ0131_000000010337	1.0		0	0	False	False	0.9983323812484741	0					non-mobilizable	chromosome	1799.0	99.22200000000001	100.0	0.0003348889465041915	LR130543.1	enterobacteria	Klebsiella variicola strain 04153260899A genome assembly, chromosome: 1	False	False
ENG0185_000000009988	2068	0.6503455145456843	2	2	1	2	2	False	107726	fragment	False	ENG0168_000000014467	0.9737946182129228		0	0	False	False	0.9995164275169373	0					non-mobilizable	other	2097.0	81.259	100.0	0.10394590776062165	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
AST0104_000000023115	1506	0.6503455145456843	2	2	1	2	2	False	107724	fragment	False	AST0104_000000023115	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	81.428	100.0	0.07513371682309013	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ETH0003_000000033722	1254	0.6503425223837993	2	2	2	2	1	False	53012	maximal	True	ETH0003_000000033722	1.0		62	6	False	False	0.9346092343330383	0					non-mobilizable	other	1155.0	77.056	92.0	0.00481917361051456	MN577571.1	bacteria	Uncultured Elusimicrobia bacterium isolate LL30 clone UCI_3 genomic sequence	False	False
ISR0111_000000001860	7829	0.6503347123806605	8	5	3	5	3	False	96283	maximal	True	ISR0111_000000001860	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	99.932	19.0	0.00022232732425641325	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
MAD0062_000000001390	8199	0.6503333437588719	9	7	4	7	4	False	16783	maximal	True	MAD0062_000000001390	1.0		1	1	False	False	0.9926820397377014	0					non-mobilizable	no_good_hit	1254.0	73.126	15.0	0.0002036737233198618	NZ_JABTBL010000001.1	firmicutes	Clostridium beijerinckii strain DJ054 Ga0423202_01, whole genome shotgun sequence	True	False
ISR0778_000000000542	20571	0.6503322016534796	26	13	5	10	7	True	120554	fragment	False	ISR0778_000000000542	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7698.0	99.402	96.0	0.0013671702792717715	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0139_000000022906	1213	0.6503193090123696	2	1	1	1	1	False	31279	fragment	False	ISR0139_000000022906	1.0		0	0	False	False	0.9694971442222595	0					non-mobilizable	no_good_hit	716.0	94.97200000000001	59.0	0.011685106800241873	NZ_QIML01000011.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_11, whole genome shotgun sequence	True	False
ENG0156_000000010093	1664	0.6503150847103703	2	2	2	2	1	False	59295	fragment	False	ENG0118_000000008687	0.963771929416053		0	0	False	False	1.0	0					non-mobilizable	chromosome	1665.0	99.219	100.0	0.0006075203197829147	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	False	False
MAD0098_000000037441	1227	0.6503113728800692	2	1	1	1	1	False	15264	maximal	True	MAD0098_000000037441	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1227.0	97.47399999999999	100.0	0.0007048488541894238	CP012068.1	firmicutes	Eubacterium sulci ATCC 35585, complete genome	False	False
ISR0825_000000005016	4398	0.6503081168731247	10	4	2	3	4	True	59051	fragment	False	ISR0825_000000005016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	98.92299999999999	87.0	0.00908336885274229	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0399_000000005204	2872	0.6503060452220376	2	2	2	2	2	False	128882	maximal	True	ISR0399_000000005204	1.0	PS1059	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	1498.0	99.132	52.0	0.020596287990314103	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0120_000000001025	19955	0.6503057002763968	19	12	9	10	4	True	121716	maximal	True	FIJ0120_000000001025	1.0		1	1	False	False	0.9998997449874878	0					non-mobilizable	no_good_hit	378.0	93.915	2.0	0.0012553041608658927	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
MON0069_000000027274	1869	0.6503056268839664	2	2	2	2	2	False	108217	fragment	False	MON0069_000000027274	0.7315012423576959		0	0	False	False	0.988228976726532	0					non-mobilizable	other	1808.0	89.381	97.0	0.02447950218615935	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
SPA0015_000000001778	7464	0.6503054460043417	8	8	6	7	8	False	127582	fragment	False	ISR0779_000000003099	0.31684297064596617		0	0	False	False	0.9995980858802795	0					non-mobilizable	chromosome	6474.0	98.23899999999999	98.0	0.0026653290602408845	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0062_000000002813	7553	0.6503047962785043	9	6	5	6	4	True	119682	fragment	False	ENG0062_000000002813	1.0		0	0	False	False	0.9998676180839539	0					non-mobilizable	no_good_hit	132.0	75.0	2.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
SPA0108_000000003161	8751	0.6503042509497521	10	7	6	6	4	True	68770	fragment	False	SPA0108_000000003161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5785.0	99.62	70.0	0.07998837740234943	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
MON0107_000000018808	3051	0.6502983423459845	4	4	4	4	3	False	9224	maximal	True	MON0107_000000018808	1.0		3	1	False	False	0.9996722340583801	0					non-mobilizable	no_good_hit	711.0	84.669	38.0	0.00034987204537288	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
MAD0010_000000002131	1900	0.6502979314600302	2	2	2	2	1	False	96354	fragment	False	MAD0010_000000002131	1.0		0	0	False	False	1.0	0					non-mobilizable	other	944.0	93.64399999999999	92.0	0.000765564999959408	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ENG0064_000000012080	1839	0.6502895695538969	2	2	2	2	2	False	95548	fragment	False	ENG0064_000000012080	0.9621046892039258		0	0	False	False	1.0	0					non-mobilizable	chromosome	1839.0	99.29299999999999	100.0	0.0002833059866500917	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0051_000000005318	3941	0.6502842316183439	7	3	1	2	1	True	128094	fragment	False	FIJ0051_000000005318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	89.52799999999999	44.0	0.2648574893875076	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0165_000000005079	3208	0.6502809077882656	4	4	3	4	4	False	78341	maximal	True	CHI0165_000000005079	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	99.411	53.0	0.0003656025914911329	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	True	False
ENG0020_000000000864	21037	0.6502722878693177	21	8	5	7	5	False	66504	maximal	True	ENG0020_000000000864	1.0		2	2	False	False	0.9998573660850525	0					non-mobilizable	no_good_hit	123.0	82.11399999999999	1.0	0.0014381874123236158	MF616023.1	firmicutes	Streptococcus suis strain BSB6 putative hydrolase (hdy) gene, complete cds; ICESsuBSB6 mobile element, complete sequence; and LSU ribosomal protein L7/L12 (rplL) gene, complete cds	True	False
SPA0023_000000003750	5728	0.6502698696280127	5	4	2	4	0	True	101928	fragment	False	SPA0023_000000003750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2431.0	81.571	42.0	0.005060252552604671	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0106_000000008531	4539	0.6502698696280127	4	4	2	4	0	True	88443	fragment	False	SPA0106_000000008531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2227.0	80.512	49.0	0.0046336858085008065	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0850_000000006620	2250	0.6502639054216276	3	3	3	3	3	False	69699	fragment	False	SPA0109_000000013870	0.9867841409691629		0	0	False	False	0.9995555281639099	0					non-mobilizable	no_good_hit	594.0	76.431	26.0	0.0002279041668802055	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MON0058_000000035275	1491	0.6502623920279345	2	2	2	2	2	False	10995	maximal	True	MON0058_000000035275	1.0		40	9	False	False	0.9885982275009155	0					non-mobilizable	no_good_hit	1336.0	76.347	88.0	0.0003696753260734916	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0279_000000013515	1645	0.6502623199296876	3	2	2	2	2	True	26232	fragment	False	ISR0279_000000013515	1.0		0	0	False	False	0.9951367974281311	0					non-mobilizable	no_good_hit	1011.0	93.96600000000001	61.0	0.19790844514601422	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0198_000000020524	1614	0.6502623199296876	3	2	2	2	2	True	87046	fragment	False	CHI0046_000000007014	0.9758287921835298		0	0	False	False	0.9944238066673279	0					non-mobilizable	no_good_hit	1040.0	95.57700000000001	79.0	0.20382794001578533	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0830_000000019129	1571	0.6502623199296876	3	2	2	2	2	True	87046	fragment	False	CHI0046_000000007014	0.9662538660702592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	95.556	78.0	0.20284135753749014	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0015_000000007422	2841	0.6502606088442957	3	3	2	3	2	False	79005	fragment	False	SPA0015_000000007422	1.0		0	0	False	False	0.9992960095405579	0					non-mobilizable	other	2854.0	95.06	99.0	0.0024413106851121254	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0072_000000009580	2886	0.6502553005991021	5	3	3	2	1	False	67500	maximal	True	ISR0072_000000009580	1.0		1	1	False	False	0.9986140131950378	0					non-mobilizable	no_good_hit	1480.0	76.959	51.0	0.006906855304483967	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
CHI0058_000000011183	1878	0.6502551799910521	3	3	2	3	2	False	90932	maximal	True	CHI0058_000000011183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	77.273	15.0	0.0017495188823073654	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0034_01_000000018877	2881	0.6502494943686087	4	3	3	3	3	False	95980	maximal	True	USA0034_01_000000018877	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	99.417	18.0	0.00017155057354296323	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
ISR0373_000000008491	1908	0.6502457223857551	3	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.4959478368393289		0	0	False	False	0.9916142821311951	0					non-mobilizable	other	1911.0	97.698	99.0	0.004815692602491049	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
FIJ0006_000000015930	2275	0.6502439118049208	3	3	3	3	3	False	51723	fragment	False	FIJ0006_000000015930	1.0		0	0	False	False	0.9648351669311523	0					non-mobilizable	other	2222.0	97.705	98.0	0.0014978873785622035	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
AUS0018_000000002035	12279	0.6502418083750038	20	5	1	5	2	False	100085	maximal	True	AUS0018_000000002035	1.0		1	1	False	False	0.9999185800552368	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	2.0826794921273913e-06	LR782545.1	eudicots	Arabidopsis thaliana genome assembly, chromosome: 4	True	False
ISR0081_000000007201	3240	0.6502325320035905	7	2	1	1	2	True	34248	fragment	False	ISR0081_000000007201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1041.0	99.135	67.0	0.0002843052563667975	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
CHI0049_000000009635	1712	0.6502316910330433	3	3	3	2	1	False	86771	maximal	True	CHI0049_000000009635	1.0		47	8	False	False	1.0	0					non-mobilizable	no_good_hit	1423.0	75.96600000000001	82.0	0.0003871327443437673	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
MON0044_000000046100	1247	0.650230616752975	1	1	1	1	1	False	11592	maximal	True	MON0044_000000046100	1.0		8	6	False	False	0.9165998101234436	0					non-mobilizable	no_good_hit	594.0	72.222	46.0	0.0002002493856223038	NZ_CP013195.1	CFB group bacteria	Prevotella enoeca strain F0113 chromosome, complete genome	True	False
DEN0043_000000001221	4117	0.6502304706468253	4	3	3	3	3	False	122467	fragment	False	ISR0169_000000006572	0.9541866135130515		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2309.0	93.89299999999999	56.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0098_000000004704	3677	0.6502227542926208	3	3	3	3	3	True	119026	maximal	True	ISR0098_000000004704	1.0		4	2	False	False	0.9975523352622986	0					non-mobilizable	no_good_hit	1285.0	99.92200000000001	45.0	0.0002857557438239816	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0029_000000008416	3059	0.6502200923375553	5	3	3	3	2	False	8864	maximal	True	SPA0029_000000008416	1.0		31	7	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	84.211	2.0	0.0001387512388503469	NZ_BCMJ01000003.1	firmicutes	Lactobacillus silagincola strain IWT5, whole genome shotgun sequence	True	False
ISR0225_000000015713	1401	0.6502123523433391	3	1	1	1	1	False	27670	maximal	True	ISR0225_000000015713	1.0		52	8	False	False	0.9992862343788147	0					non-mobilizable	no_good_hit	899.0	96.663	64.0	0.0002722882981223326	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ENG0166_000000025576	1185	0.6502106206059213	2	1	1	1	1	False	56106	maximal	True	ENG0166_000000025576	1.0		132	11	False	False	0.9924050569534302	0					non-mobilizable	no_good_hit	40.0	97.5	3.0	0.020440251572327043	XM_006675019.1	chytrids	Batrachochytrium dendrobatidis JAM81 uncharacterized protein (BATDEDRAFT_9126), partial mRNA	True	False
ISR0286_000000007119	2419	0.65020918156196	2	2	2	2	1	False	83777	fragment	False	ISR0286_000000007119	1.0		0	0	False	False	0.9954526424407959	0					non-mobilizable	no_good_hit	105.0	86.667	4.0	0.004311238237366829	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
MON0092_000000006709	6735	0.6502076029435488	13	8	3	6	5	False	66766	fragment	False	MON0092_000000006709	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1609.0	91.54799999999999	24.0	0.16351944472797794	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MON0019_000000040619	1658	0.6502057122591308	2	2	2	1	2	False	13172	maximal	True	MON0019_000000040619	1.0		10	4	False	False	0.9788902401924133	0					non-mobilizable	no_good_hit	201.0	82.09	12.0	0.003436426116838488	NZ_OFSM01000029.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
CAN0015_000000007716	5430	0.6502052867848443	2	2	2	2	1	False	103549	fragment	False	MON0069_000000006938	0.9561206543242309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	89.087	9.0	0.00029724495880232145	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0796_000000018177	1151	0.6502029248805337	2	1	1	1	1	False	21947	maximal	True	ISR0796_000000018177	1.0		36	8	False	False	1.0	0					non-mobilizable	other	1154.0	95.147	100.0	0.0015030533229807147	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
ENG0006_000000015440	1443	0.650199078539366	4	2	2	2	2	False	67575	maximal	True	ENG0006_000000015440	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	99.195	60.0	0.00024802408430878056	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0153_000000019926	1687	0.6501984610543193	2	1	1	1	1	False	103346	fragment	False	AST0153_000000019926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	74.238	43.0	0.00010789673049785864	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0006_000000018893	1676	0.6501984610543193	2	1	1	1	1	False	103346	fragment	False	AST0153_000000019926	0.9967397747480735		0	0	False	False	0.9988066554069519	0					non-mobilizable	no_good_hit	722.0	74.238	43.0	0.00010789673049785864	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0159_000000004461	5336	0.6501977258804011	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9842387931903094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	88.869	53.0	0.008226240936169391	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0055_000000009780	1603	0.6501975229637984	2	2	2	1	1	False	103864	fragment	False	ISR0055_000000009780	1.0		0	0	False	False	0.9925140142440796	0					non-mobilizable	no_good_hit	1208.0	78.56	74.0	0.00954812478990924	NZ_FUWW01000005.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ENG0152_000000005509	4051	0.6501959591973807	3	2	2	2	2	False	109818	maximal	False	AST0113_000000009598	0.7820174530955641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	88.12200000000001	76.0	0.00046916413494638425	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0078_000000000733	21334	0.6501957107538381	19	9	8	9	3	True	44469	fragment	False	FIJ0078_000000000733	1.0		0	0	False	False	0.9983594417572021	0					non-mobilizable	no_good_hit								True	True
ISR0296_000000006473	3829	0.650192373985254	4	4	4	4	3	False	25694	maximal	True	ISR0296_000000006473	1.0		7	2	False	False	0.9924262166023254	0					non-mobilizable	other	3781.0	98.889	99.0	0.002103867609956303	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
ISR0357_000000009246	2688	0.6501905087225744	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.3921775681940622		0	0	False	False	0.9988839030265808	0					non-mobilizable	chromosome	2688.0	98.475	100.0	0.0009481676580611718	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0086_000000024240	1254	0.6501902931853965	1	1	1	1	1	False	9726	fragment	False	MON0086_000000024240	1.0		0	0	False	False	0.9609250426292419	0					non-mobilizable	other	1229.0	87.307	98.0	0.0020371400346994514	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0166_000000010144	2005	0.6501856267042309	3	2	2	2	2	False	122096	fragment	False	ISR0166_000000010144	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	98.454	100.0	0.0006234410086056013	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0812_000000030822	1280	0.6501855239866383	2	2	2	1	1	False	21617	maximal	True	ISR0812_000000030822	1.0		38	9	False	False	0.9828125238418579	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	5.0	3.451351709996007e-05	NZ_SRSC01000001.1	d-proteobacteria	Geomonas terrae strain Red111 contig1, whole genome shotgun sequence	True	False
MON0065_000000003962	6805	0.6501821858060878	4	4	4	4	2	False	97430	maximal	True	MON0065_000000003962	1.0		3	1	False	False	0.9972079396247864	0					non-mobilizable	no_good_hit	5912.0	99.23899999999999	87.0	0.007709509743546923	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	True	False
MAD0014_000000018498	1795	0.6501774337390781	1	1	1	1	1	False	19500	maximal	True	MAD0014_000000018498	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	73.86399999999999	24.0	0.004251759263815757	NZ_JNKW01000010.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
MON0013_000000043795	1298	0.6501769649382455	2	2	2	2	2	False	13485	maximal	True	MON0013_000000043795	1.0		1	1	False	False	0.9422187805175781	0					non-mobilizable	no_good_hit	159.0	85.535	12.0	4.99593395439776e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0106_000000003558	6737	0.6501732528373521	7	7	7	6	6	False	42366	maximal	True	FIJ0106_000000003558	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1847.0	84.13600000000001	62.0	0.0006114695215744654	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
MAD0091_000000004901	2950	0.6501727264963646	3	3	3	2	2	False	42500	maximal	True	MAD0091_000000004901	1.0		64	8	False	False	0.9942373037338257	0					non-mobilizable	no_good_hit	1437.0	79.054	49.0	0.0019263865284501113	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
CHI0022_000000005347	2282	0.6501659703395788	3	3	2	3	1	True	89192	maximal	True	CHI0022_000000005347	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	100.0	15.0	0.0020963721791910687	NZ_SPHG01000007.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_7_length_164093_cov_57.8536, whole genome shotgun sequence	True	True
ISR0838_000000016320	1507	0.6501647852197917	3	3	3	2	2	False	20870	fragment	False	ISR0838_000000016320	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1528.0	77.35600000000001	100.0	0.00042280566794487086	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0045_000000020914	1959	0.6501641785531551	2	2	2	2	1	True	17852	maximal	True	MAD0045_000000020914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	79.608	13.0	0.10415808974886785	LN853647.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1066	True	True
TAN0013_000000006376	1702	0.6501640489598958	3	3	2	3	1	False	2567	maximal	True	TAN0013_000000006376	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	79.0	6.0	0.0003667953667953668	NZ_FNPX01000005.1	a-proteobacteria	Jannaschia faecimaris strain DSM 100420, whole genome shotgun sequence	True	False
SPA0017_000000002693	4183	0.6501574987688993	5	5	5	4	5	False	7840	maximal	True	SPA0017_000000002693	1.0		3	3	False	False	1.0	0					non-mobilizable	plasmid	4183.0	99.904	100.0	0.029187197275303247	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
AST0118_000000001513	14755	0.6501560075754582	14	10	8	9	8	False	106024	maximal	True	AST0118_000000001513	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	76.62	5.0	0.00026052386839572835	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0108_000000006166	3420	0.650155977691115	4	2	2	2	2	False	65394	fragment	False	MON0108_000000006166	1.0		0	0	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit	532.0	96.241	16.0	0.05420026538736348	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
MAD0106_000000006900	2891	0.650154384565654	4	2	0	2	0	True	129132	fragment	False	MAD0106_000000006900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	73.773	22.0	0.0013528857031137281	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0057_000000009363	2512	0.6501515833151373	3	3	2	2	3	False	110265	maximal	False	FIJ0108_000000008066	0.9103516782432767		0	0	False	False	1.0	0					non-mobilizable	other	2028.0	95.16799999999999	99.0	0.0006305962696824122	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0015_000000013813	1725	0.6501509365915635	2	2	2	2	1	False	7907	maximal	True	SPA0015_000000013813	1.0		910	13	False	False	0.9994202852249146	0					non-mobilizable	chromosome	1725.0	99.42	100.0	0.0003856513537279668	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
DEN0092_000000002783	4229	0.650130962241981	5	5	5	5	3	False	83111	maximal	True	DEN0092_000000002783	1.0		1	1	False	False	0.999763548374176	0					non-mobilizable	no_good_hit	1064.0	92.95100000000001	71.0	0.0003112885589301747	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0359_000000013501	1981	0.6501291077136333	2	2	2	2	2	False	97156	fragment	False	ISR0359_000000013501	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1981.0	99.344	100.0	0.0008067240038282721	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0001_000000013996	1909	0.6501263861845206	2	2	2	2	1	False	88979	fragment	False	ENG0001_000000013996	0.9806078918946703		0	0	False	False	0.9994761943817139	0					non-mobilizable	other	1909.0	99.948	100.0	0.11060869565217392	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ENG0194_000000014689	1823	0.6501263861845206	2	2	2	2	1	False	88979	fragment	False	ENG0001_000000013996	0.9658279951494659		0	0	False	False	0.9989029169082642	0					non-mobilizable	other	1823.0	99.835	100.0	0.1056231884057971	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
FIJ0028_000000017684	1706	0.6501263861845206	2	2	2	2	1	False	88979	fragment	False	ENG0001_000000013996	0.7650291754931344		0	0	False	False	1.0	0					non-mobilizable	other	1706.0	99.941	100.0	0.09884057971014493	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
CHI0116_000000009670	1657	0.6501263861845206	2	2	2	2	1	False	88979	fragment	False	ENG0001_000000013996	0.7541742106782366		0	0	False	False	1.0	0					non-mobilizable	other	1657.0	99.215	100.0	0.096	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0072_000000005966	3435	0.6501248747985449	5	3	2	3	1	True	6441	fragment	False	SPA0072_000000005966	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3438.0	93.426	100.0	0.0010050257142505735	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
CHI0153_000000003718	4454	0.6501246754336706	8	6	2	5	4	False	113676	fragment	False	CHI0153_000000003718	1.0		0	0	False	False	0.9988774061203003	0					non-mobilizable	no_good_hit	1717.0	92.545	38.0	0.0005772589590422147	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0021_000000007597	2460	0.650113164278292	2	2	2	2	0	True	66378	fragment	False	ENG0021_000000007597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0158_000000007037	2437	0.6501012231887477	5	4	2	3	2	False	83849	maximal	True	CHI0158_000000007037	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	95.97	56.0	0.00046332122628742786	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0113_000000006565	4242	0.6501007204659691	3	2	2	2	0	True	131944	fragment	False	ENG0113_000000006565	0.9950319375443577		0	0	False	True	0.9889203310012817	0					non-mobilizable	no_good_hit	71.0	100.0	2.0	0.0019652984446066595	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ENG0035_000000005264	4227	0.6501007204659691	3	2	2	2	0	True	131944	fragment	False	ENG0113_000000006565	0.9946958981612447		0	0	False	True	0.9952685236930847	0					non-mobilizable	no_good_hit	68.0	100.0	2.0	0.07477678571428571	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
AUS0018_000000002094	11891	0.6500946908514096	17	13	6	10	11	False	100083	maximal	True	AUS0018_000000002094	1.0		1	1	False	False	0.9997476935386658	0					non-mobilizable	no_good_hit	161.0	99.37899999999999	4.0	3.922846436988911e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0076_000000014119	1828	0.6500892732041171	2	2	2	2	2	False	88979	fragment	False	ENG0001_000000013996	0.775435365959235		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	99.126	100.0	0.10602898550724638	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
AST0010_000000003520	6918	0.6500872950879546	6	5	4	4	3	True	126520	maximal	True	AST0010_000000003520	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	79.765	10.0	0.9279778393351801	EU061041.1	bacteria	Uncultured bacterium clone LM0ABA4ZB10RM1 genomic sequence	True	True
CHI0125_000000013513	1157	0.6500871143033524	2	2	2	1	1	False	81502	maximal	True	CHI0125_000000013513	1.0		112	11	False	False	0.9948141574859619	0					non-mobilizable	other	1157.0	99.82700000000001	100.0	0.004531343096365518	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ISR0776_000000011785	2070	0.6500810926428282	2	2	2	2	1	False	106561	fragment	False	ISR0776_000000011785	1.0		0	0	False	False	0.9792270660400391	0					non-mobilizable	other	1756.0	99.31700000000001	98.0	0.0005285409078616168	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
USA0125_01_000000013246	1784	0.6500810926428282	2	2	2	2	1	False	106559	fragment	False	ENG0006_000000011369	0.6367697594501718		0	0	False	False	0.9994394779205322	0					non-mobilizable	other	1756.0	99.431	100.0	0.0005285409078616168	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0045_000000007062	3184	0.6500788149205573	6	2	2	2	2	False	125952	fragment	False	FIJ0045_000000007062	1.0		0	0	False	False	0.9965452551841736	0					non-mobilizable	no_good_hit	1908.0	98.637	60.0	0.0052165583304823815	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0087_000000016987	2176	0.6500788149205573	3	2	2	2	2	False	125951	fragment	False	ISR0333_000000007883	0.5287629565127718		0	0	False	False	0.9990808963775635	0					non-mobilizable	other	2171.0	98.111	99.0	0.005939103660622648	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0076_000000022594	2111	0.6500788149205573	2	2	2	2	2	False	125951	fragment	False	ISR0333_000000007883	0.4901321335869174		0	0	False	False	0.972524881362915	0					non-mobilizable	other	2086.0	97.939	99.0	0.005673622990078686	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0044_000000010866	2027	0.6500788149205573	2	2	2	2	2	False	125951	fragment	False	ISR0333_000000007883	0.4854656440530471		0	0	False	False	1.0	0					non-mobilizable	other	2017.0	97.868	99.0	0.005517618884707492	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0031_000000007106	1995	0.6500788149205573	2	2	2	2	2	False	125951	fragment	False	ISR0333_000000007883	0.2988627597962733		0	0	False	False	0.9969924688339233	0					non-mobilizable	other	1850.0	98.649	93.0	0.005060554225111187	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0087_000000025599	1977	0.6500788149205573	3	2	2	2	2	False	125951	fragment	False	ISR0333_000000007883	0.3356963699829463		0	0	False	False	1.0	0					non-mobilizable	other	1882.0	98.406	95.0	0.005148135477249401	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0269_000000001813	6396	0.6500778910703338	5	4	4	4	1	True	49994	maximal	True	ISR0269_000000001813	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	2759.0	99.13	43.0	0.0008245262785613302	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
CHI0186_000000008050	2389	0.6500742249971952	3	3	3	2	2	False	111716	fragment	False	CHI0186_000000008050	0.9628544247713476		0	0	False	False	0.9878610372543335	0					non-mobilizable	chromosome	2392.0	97.241	100.0	0.0006922371173020145	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0386_000000015203	2058	0.6500742249971952	3	3	3	2	2	False	111716	fragment	False	CHI0186_000000008050	0.7283410204632496		0	0	False	False	0.9980563521385193	0					non-mobilizable	other	2058.0	99.417	100.0	0.0006149566914433126	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0069_000000020978	1225	0.6500714616614796	2	1	1	1	1	False	34931	fragment	False	ISR0069_000000020978	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	99.837	100.0	0.037969971460478966	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
USA0041_01_000000014111	1168	0.6500714616614796	2	1	1	1	1	False	1277	fragment	False	USA0041_01_000000014111	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	99.829	100.0	0.036201762005211566	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
MAD0035_000000016791	1321	0.6500703664848083	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8562034288197512		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	99.046	95.0	0.010313708637730984	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0110_000000007915	1307	0.6500645605466583	2	2	2	2	2	False	82683	fragment	False	CHI0110_000000007915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	75.648	14.0	0.004634678298800436	NZ_LROM01000043.1	b-proteobacteria	Duganella phyllosphaerae strain T54 DUPY_contig000043, whole genome shotgun sequence	True	False
FIJ0009_000000033744	1303	0.6500628968488767	2	2	1	2	2	False	51175	fragment	False	FIJ0009_000000033744	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	85.219	99.0	0.00038146291620699103	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
SPA0041_000000019359	1739	0.6500541415856634	2	1	1	1	1	False	14607	maximal	True	SPA0041_000000019359	1.0		10	5	False	False	0.9879240989685059	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	4.072193562076304e-05	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0210_000000009028	2128	0.6500528014490774	3	2	2	2	2	False	65932	maximal	True	ISR0210_000000009028	1.0		196	10	False	False	0.9995300769805908	0					non-mobilizable	no_good_hit	580.0	75.172	27.0	0.0033015961589881303	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
SPA0049_000000008207	2444	0.6500496966325175	3	2	2	2	2	False	6609	maximal	True	SPA0049_000000008207	1.0		12	5	False	False	0.9959083199501038	0					non-mobilizable	no_good_hit	1544.0	91.45100000000001	63.0	0.008737489503665206	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0053_01_000000016281	1123	0.6500459352257802	1	1	1	1	1	False	1051	maximal	True	USA0053_01_000000016281	1.0		2	1	False	False	0.9955476522445679	0					non-mobilizable	other	1061.0	89.915	94.0	0.0016918928531946494	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
CHI0112_000000011294	1629	0.6500392751835293	2	2	2	2	1	False	82389	fragment	False	CHI0112_000000011294	0.9599700989984217		0	0	False	False	0.9993861317634583	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	4.2466724747419505e-05	NC_006908.1	mycoplasmas	Mycoplasma mobile 163K complete genome	True	False
DEN0012_000000004345	1453	0.6500342465447795	2	2	2	2	2	False	75434	maximal	True	DEN0012_000000004345	1.0		6	4	False	False	0.9862353801727295	0					non-mobilizable	chromosome	1451.0	99.79299999999999	99.0	0.0005047062376326944	LR607376.1	firmicutes	Enterococcus faecalis strain 4928STDY7387888 genome assembly, chromosome: 1	False	False
SPA0124_000000007526	3853	0.6500333704600921	6	3	1	2	2	False	4068	maximal	True	SPA0124_000000007526	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.445798461477664e-05	CP020438.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 chromosome, complete genome	True	True
MAD0002_000000008377	3863	0.6500290851025665	5	3	2	3	2	False	82532	fragment	False	MAD0002_000000008377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0171_000000001065	6431	0.6500190257279329	7	6	4	6	6	False	77958	maximal	True	CHI0171_000000001065	1.0		152	13	False	False	1.0	0					non-mobilizable	other	6431.0	99.62700000000001	100.0	0.001218432092023268	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
ISR0143_000000015162	1955	0.6500139127705443	2	2	2	2	2	True	126069	fragment	False	ISR0143_000000015162	0.9996589940323956		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	100.0	100.0	0.014808751866251354	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0342_000000008044	1955	0.6500139127705443	2	2	2	2	2	True	126069	fragment	False	ISR0143_000000015162	0.9993171136905152		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	99.898	100.0	0.014808751866251354	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0085_000000012670	1950	0.6500139127705443	2	2	2	2	2	True	126069	fragment	False	ISR0143_000000015162	0.9979539641943734		0	0	False	False	0.991282045841217	0					non-mobilizable	other	1950.0	100.0	100.0	0.014770858437729729	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MAD0101_000000000354	25530	0.6500084572962145	29	8	3	8	2	False	17716	maximal	True	MAD0101_000000000354	1.0		2	1	False	False	0.9999608397483826	0					non-mobilizable	no_good_hit	53.0	88.679	0.0	1.6390275145440053e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0167_000000021176	1208	0.6500049608220454	2	2	2	2	2	False	56035	maximal	True	ENG0167_000000021176	1.0		2	2	False	False	0.9991722106933594	0					non-mobilizable	no_good_hit	372.0	75.0	30.0	0.0012174166882285425	NZ_FTOO01000003.1	firmicutes	Alicyclobacillus vulcanalis strain DSM 16176, whole genome shotgun sequence	True	False
SPA0005_000000004171	7173	0.650002557919536	11	9	3	7	4	False	8348	maximal	True	SPA0005_000000004171	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	83.381	10.0	0.023073836276083465	NZ_OFSM01000043.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
MON0044_000000021876	2390	0.6500022095573992	3	3	3	3	2	False	23414	maximal	True	MON0044_000000021876	1.0		0	0	False	False	0.96192467212677	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003683995088006549	NZ_JYCD01000132.1	firmicutes	Aeribacillus pallidus strain GS3372 LG46_132, whole genome shotgun sequence	True	False
SPA0062_000000002117	12488	0.6500016478932388	11	4	4	4	2	True	111596	fragment	False	SPA0058_000000001566	0.9891163115343793		0	0	False	False	1.0	0					non-mobilizable	other	9733.0	97.62700000000001	94.0	0.21058670707945443	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0137_000000004324	4094	0.6499986182344007	4	4	3	4	2	False	130349	backbone	False	ISR0335_000000002496	0.19964919389581665	PS1101	0	0	False	True	0.9995114803314209	0					non-mobilizable	other	2476.0	99.556	99.0	0.0004787170306148542	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0259_000000003222	4084	0.6499986182344007	5	4	3	4	2	False	130349	backbone	False	ISR0335_000000002496	0.2006714410742303	PS1101	0	0	False	True	0.9997551441192627	0					non-mobilizable	chromosome	3394.0	96.464	100.0	0.0006151649305587032	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	True
MON0102_000000028148	1580	0.6499979696701261	4	3	2	2	2	True	111684	fragment	False	FIJ0053_000000008919	0.41864648289595535		0	0	False	False	0.9329113960266113	0					non-mobilizable	other	1580.0	95.316	100.0	0.0018562799632270823	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0009_000000021390	1572	0.6499979696701261	4	3	2	2	2	True	111684	fragment	False	FIJ0053_000000008919	0.3959125047774622		0	0	False	False	0.9993638396263123	0					non-mobilizable	other	1572.0	96.62799999999999	100.0	0.001346841232398356	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0776_000000000908	24339	0.649997685887375	23	14	8	10	12	True	61958	maximal	True	ISR0776_000000000908	1.0		107	9	False	False	1.0	0					non-mobilizable	other	23460.0	99.98299999999999	96.0	0.06415540161735388	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0211_000000006833	4163	0.6499967783211834	5	4	4	4	3	False	67671	maximal	True	ENG0211_000000006833	1.0		23	7	False	False	0.9978380799293518	0					non-mobilizable	no_good_hit	409.0	73.35	9.0	0.0007286299526390531	NZ_PEBK01000001.1	high GC Gram+	Bifidobacterium simiarum strain TRI 7 NODE_1_length_537996_cov_106.443266, whole genome shotgun sequence	True	False
CHI0135_000000006289	3253	0.6499942596760031	3	3	2	3	3	False	80693	maximal	True	CHI0135_000000006289	1.0		0	0	False	False	0.9996926188468933	0					non-mobilizable	no_good_hit	1620.0	97.531	72.0	0.2816631871955463	NZ_JAAIQH010000045.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_45_length_5748_cov_292.224, whole genome shotgun sequence	True	False
ISR0195_000000006004	3892	0.6499853343054866	6	6	1	4	5	True	29009	fragment	False	ISR0195_000000006004	1.0		0	0	False	False	0.9992291927337646	0					non-mobilizable	other	3892.0	99.97399999999999	100.0	0.0016312406694165642	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	True
ENG0093_000000009451	1277	0.6499851948721885	3	2	2	2	2	False	61044	maximal	True	ENG0093_000000009451	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1201.0	100.0	100.0	0.00023877441866388202	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	False	False
ISR0370_000000014105	1895	0.6499847762984444	3	2	2	2	2	False	56885	fragment	False	ISR0370_000000014105	0.9952908587257618		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	99.05	100.0	0.00904977375565611	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0037_01_000000007297	4889	0.6499818944051333	5	5	4	4	5	False	127646	fragment	False	AST0118_000000005245	0.6964830298973087		0	0	False	False	0.9979546070098877	0					non-mobilizable	chromosome	4889.0	97.382	100.0	0.002012175183612015	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0136_000000027045	1571	0.6499778299876552	2	2	2	2	1	False	27219	maximal	True	SPA0136_000000027045	1.0		13	5	False	False	0.9923615455627441	0					non-mobilizable	no_good_hit	1126.0	71.492	70.0	0.0003319490627611625	NZ_CP048649.1	firmicutes	Aminipila butyrica strain DSM 103574 chromosome, complete genome	True	False
FIJ0043_000000018576	1559	0.6499759657714825	3	3	3	2	1	False	47196	maximal	True	FIJ0043_000000018576	1.0		0	0	False	False	0.9980756640434265	0					non-mobilizable	no_good_hit	964.0	98.859	62.0	0.00038847217885694786	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ISR0157_000000002870	9145	0.6499724314619775	8	5	3	3	4	False	129803	maximal	True	ISR0157_000000002870	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	75.559	13.0	0.004364026133115558	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
CAN0016_000000039472	1125	0.6499710342288221	2	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.06532645851456834		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	85.258	100.0	0.002666014489946147	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
FIJ0166_000000006601	3707	0.6499704472515667	4	4	3	4	4	False	39027	maximal	True	FIJ0166_000000006601	1.0		0	0	False	False	0.9991907477378845	0					non-mobilizable	no_good_hit	917.0	91.712	42.0	0.0002757900587318414	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0040_000000003103	5919	0.6499610587191729	8	4	4	4	3	False	116397	maximal	True	AST0040_000000003103	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	98.509	32.0	0.002579632584456511	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0270_000000007163	1248	0.6499573542591587	2	2	2	2	2	False	26431	maximal	True	ISR0270_000000007163	1.0		212	9	False	False	0.9831730723381042	0					non-mobilizable	no_good_hit	636.0	97.01299999999999	51.0	0.020136994989535105	NZ_QRML01000043.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf43, whole genome shotgun sequence	True	False
CAN0001_000000038059	1131	0.6499536179601311	2	1	1	1	1	False	97003	fragment	False	CAN0001_000000038059	1.0		0	0	False	False	0.9982316493988037	0					non-mobilizable	no_good_hit								True	False
ISR0149_000000009935	1725	0.649952299619457	2	2	2	2	2	False	83781	fragment	False	ISR0187_000000015797	0.7689245326641997		0	0	False	False	0.9936231970787048	0					non-mobilizable	no_good_hit	331.0	75.831	19.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
USA0056_01_000000012622	1362	0.6499521203061834	2	1	1	1	1	True	1011	maximal	True	USA0056_01_000000012622	1.0		2	2	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit	893.0	96.193	65.0	0.00025039948694803213	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0072_000000006620	3799	0.6499518007698333	5	4	4	4	2	False	44783	fragment	False	FIJ0072_000000006620	1.0		0	0	False	False	0.9997367858886719	0					non-mobilizable	other	3824.0	85.146	100.0	0.002238694797360436	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	False
ISR0398_000000009998	2332	0.6499495135386522	3	3	3	3	3	False	22620	maximal	True	ISR0398_000000009998	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	76.342	55.0	0.022508950409414766	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	True	False
AST0085_000000005481	2130	0.6499470526942486	3	2	1	2	2	False	111115	fragment	False	AST0085_000000005481	1.0		0	0	False	False	0.9948356747627258	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	0.0003516303193242837	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	True	False
ISR0222_000000000657	59072	0.6499463916371754	84	14	7	11	6	True	115257	fragment	False	ISR0222_000000000657	1.0		0	0	False	False	0.9996614456176758	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.119967569969557e-05	NZ_NNRJ01000015.1	a-proteobacteria	Ochrobactrum thiophenivorans strain DSM 7216 O_thioNEW.contig.14_1, whole genome shotgun sequence	True	True
CHI0024_000000007629	1668	0.6499449520810328	2	1	1	1	1	False	127930	fragment	False	MON0046_000000018301	0.46117569608246906		0	0	False	False	1.0	0					non-mobilizable	chromosome	1249.0	97.51799999999999	100.0	0.00027774390053919703	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0129_000000015126	1673	0.6499447865374172	3	3	1	3	2	True	36912	maximal	True	SPA0129_000000015126	1.0		22	8	False	False	0.9994022846221924	0					non-mobilizable	no_good_hit	938.0	83.795	56.0	0.0002701695951949236	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
MAD0043_000000020297	1326	0.6499438820743484	2	1	1	1	1	False	18008	fragment	False	MAD0043_000000020297	0.9798761609907121		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	84.057	85.0	0.0401471586241383	NZ_OAOI01000157.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
FIJ0045_000000020410	1165	0.6499418079045068	2	1	1	1	1	False	47018	maximal	True	FIJ0045_000000020410	1.0		53	8	False	False	1.0	0					non-mobilizable	other	1166.0	92.71	99.0	0.012361556939690908	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0185_000000026766	1243	0.6499415738008826	2	2	2	2	2	False	29373	maximal	True	ISR0185_000000026766	1.0		397	13	False	False	0.9967820048332214	0					non-mobilizable	chromosome	1243.0	99.92	100.0	0.00025113430003188716	CP048605.1	enterobacteria	Escherichia coli strain PapRG-06-5 chromosome, complete genome	False	False
ISR0094_000000012338	1447	0.6499412248747217	1	1	1	1	1	False	109836	fragment	False	ISR0094_000000012338	0.9559238363892807		0	0	False	False	0.9951624274253845	0					non-mobilizable	other	1447.0	98.68700000000001	100.0	0.10023568556772494	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
MON0017_000000012832	1524	0.6499387606553451	2	1	1	1	1	False	13297	fragment	False	MON0017_000000012832	1.0		0	0	False	False	0.9940944910049438	0					non-mobilizable	no_good_hit	1298.0	87.904	85.0	0.011490889745976859	NZ_QEKJ01000007.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_107, whole genome shotgun sequence	True	False
SPA0053_000000026819	1220	0.6499364173785553	3	3	1	2	2	False	6456	fragment	False	SPA0053_000000026819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0136_000000017807	1555	0.6499341522594502	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.5427933328773547		0	0	False	False	1.0	0					non-mobilizable	other	1555.0	98.32799999999999	100.0	0.014245641053847423	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
USA0057_01_000000000883	24382	0.6499321710312101	25	8	5	8	3	True	999	maximal	True	USA0057_01_000000000883	1.0		2	2	False	False	1.0	0					non-mobilizable	other	9637.0	99.398	92.0	0.022331971382816247	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MAD0078_000000001691	4021	0.6499261435220554	8	6	3	5	3	False	16210	maximal	True	MAD0078_000000001691	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.410918867965085e-06	NZ_CP012371.1	b-proteobacteria	Nitrosospira briensis C-128, complete genome	True	False
ITA0013_000000000120	7130	0.6499249156838133	4	4	3	4	2	False	38200	maximal	False	ISR0126_000000006083	0.948262792166772		0	0	False	False	0.9980364441871643	0					non-mobilizable	other	7133.0	99.93	100.0	0.048932433174158844	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0107_000000025646	1547	0.649922828813629	2	2	2	2	2	False	14661	fragment	False	MAD0107_000000025646	0.9842969307637401		0	0	False	False	0.9993535876274109	0					non-mobilizable	no_good_hit	389.0	82.51899999999999	25.0	0.00013633999014810773	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0060_000000005152	5323	0.6499172011842671	9	7	4	7	3	True	112525	maximal	True	AST0060_000000005152	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	77.305	3.0	2.980921246205223e-05	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	True
FIJ0033_000000021451	1740	0.6499166317011733	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.6122727738379418		0	0	False	False	0.9908046126365662	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000001470	13190	0.6499166007487264	31	4	1	4	2	True	127971	maximal	True	AUS0004_000000001470	1.0		6	3	False	False	0.9996209144592285	0					non-mobilizable	no_good_hit	40.0	97.5	0.0	9.270131635869229e-05	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
SPA0127_000000018333	1602	0.6498986566950858	2	2	2	2	2	False	69083	fragment	False	DEN0083_000000019554	0.9633930488877805		0	0	False	False	0.9993757605552673	0					non-mobilizable	other	1606.0	94.83200000000001	100.0	0.0005039326945347442	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0116_000000014912	1607	0.6498959263829717	4	4	4	3	2	False	105476	fragment	False	MON0066_000000019868	0.9422866340336158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	83.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0184_000000010160	2206	0.6498928882734522	2	2	2	2	2	False	62707	maximal	True	ENG0184_000000010160	1.0		31	6	False	False	0.9981867671012878	0					non-mobilizable	no_good_hit								True	False
ISR0284_000000007433	1769	0.6498914622589005	2	2	2	2	2	False	26086	maximal	True	ISR0284_000000007433	1.0		430	13	False	False	0.9966082572937012	0					non-mobilizable	other	1660.0	98.434	94.0	0.024120033148689317	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0035_000000008679	1870	0.6498910567599351	4	2	1	2	2	False	116804	fragment	False	AST0035_000000008679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0001225382932166302	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0080_000000003929	6205	0.6498791077431064	4	3	0	3	0	True	44341	fragment	False	FIJ0080_000000003929	1.0		0	0	False	False	0.997904896736145	0					non-mobilizable	no_good_hit								True	True
ISR0779_000000002876	9999	0.649876227564008	11	11	5	6	10	True	123518	fragment	False	ISR0779_000000002876	0.9775018743092875		0	0	False	False	1.0	0					non-mobilizable	chromosome	9945.0	99.49700000000001	99.0	0.0019459913048787553	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ISR0134_000000004891	6586	0.6498720327215288	8	6	6	6	6	False	72339	maximal	True	ISR0134_000000004891	0.9928480610298792		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	1.653934613154423e-05	NZ_KQ034007.1	firmicutes	Lactobacillus kimbladii strain Hma2 Hma2_scaffold2, whole genome shotgun sequence	True	False
ENG0128_000000007048	3641	0.6498614677219883	6	2	1	1	2	True	106434	fragment	False	USA0026_01_000000007672	0.5669841218398202		0	0	False	False	1.0	0					non-mobilizable	chromosome	3641.0	99.368	100.0	0.0005600487673234315	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
TAN0005_000000002576	4740	0.6498575977751081	5	4	3	4	3	False	2947	maximal	True	TAN0005_000000002576	1.0		166	7	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	96.59100000000001	2.0	2.508256343798336e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
DEN0046_000000018576	1291	0.6498557132636529	3	3	2	2	1	False	113382	fragment	False	AST0060_000000021408	0.674850722422373		0	0	False	False	1.0	0					non-mobilizable	chromosome	1290.0	97.132	99.0	0.00036076621257890185	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0113_000000010987	3378	0.6498539784337878	10	10	2	4	9	False	106641	fragment	False	AST0113_000000010987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	78.715	14.0	0.1437793427230047	NZ_CABMGA010000051.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0067_000000014091	1489	0.6498521699487309	2	1	1	1	1	False	6023	maximal	True	SPA0067_000000014091	1.0		12	4	False	False	0.9986568093299866	0					non-mobilizable	chromosome	1483.0	99.52799999999999	99.0	0.0003140558426041968	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0329_000000012720	1364	0.6498521699487309	1	1	1	1	1	False	24690	maximal	True	ISR0329_000000012720	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1374.0	84.20700000000001	99.0	0.011153937429929869	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0851_000000010762	1300	0.6498521699487309	1	1	1	1	1	False	27264	fragment	False	MON0083_000000030816	0.9260272514370875		0	0	False	False	0.994615375995636	0					non-mobilizable	chromosome	1301.0	92.852	100.0	0.0002256909963875552	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
DEN0016_000000008487	1246	0.6498521699487309	1	1	1	1	1	False	75308	fragment	False	ISR0092_000000023195	0.9426415839107244		0	0	False	False	0.9847512245178223	0					non-mobilizable	other	1246.0	98.074	100.0	0.00026294208325738986	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
DEN0062_000000018090	1222	0.6498521699487309	1	1	1	1	1	False	71619	fragment	False	FIJ0111_000000013908	0.2668295934236836		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	97.545	100.0	0.04246070385310892	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	False	False
ENG0211_000000019609	1205	0.6498521699487309	1	1	1	1	1	False	53619	maximal	False	USA0111_01_000000019104	0.946523563969856		0	0	False	False	0.9875518679618835	0					non-mobilizable	other	1206.0	77.778	100.0	0.0005220743348864033	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
FIJ0024_000000014091	1498	0.6498509701530346	2	1	1	1	1	False	49212	maximal	True	FIJ0024_000000014091	1.0		1	1	False	False	0.9919893145561218	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	1.1387921969958662e-05	NZ_UIGE01000001.1	a-proteobacteria	Brevundimonas diminuta strain NCTC8545, whole genome shotgun sequence	True	False
SPA0070_000000005065	4196	0.6498486579601589	6	5	5	5	4	False	96172	maximal	True	SPA0070_000000005065	1.0		41	7	False	False	0.9973784685134888	0					non-mobilizable	other	3046.0	98.194	100.0	0.0014696176821464143	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0244_000000023527	1165	0.6498421167733862	2	2	2	2	1	False	45026	fragment	False	ISR0074_000000022260	0.19047619047619047		0	0	False	False	0.9871244430541992	0					non-mobilizable	other	1168.0	97.00299999999999	100.0	0.0003312796079375389	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0106_000000004717	4393	0.6498413858696609	5	3	2	2	3	True	97320	fragment	False	USA0001_01_000000003565	0.642840389031587		0	0	False	False	1.0	0					non-mobilizable	other	4395.0	96.792	100.0	0.0011490437536653814	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
MON0019_000000039888	1689	0.6498364789493641	2	2	2	2	2	False	93382	fragment	False	USA0024_01_000000013092	0.960710128055879		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	85.85700000000001	100.0	0.004072875905621634	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0222_000000009785	6301	0.6498342758245121	8	5	4	3	4	True	51665	fragment	False	ISR0222_000000009785	1.0		0	0	False	False	0.9985716342926025	0					non-mobilizable	no_good_hit	3699.0	93.78200000000001	88.0	0.12558837574186507	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0079_000000007808	2989	0.649834058081548	6	2	1	1	2	False	101496	maximal	False	CHI0065_000000003374	0.4766376901583359		0	0	False	False	1.0	0					non-mobilizable	chromosome	2989.0	100.0	100.0	0.00047646710168474494	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
AST0019_000000019694	1533	0.6498260447348435	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.07106377146665187		0	0	False	False	0.9986953735351562	0					non-mobilizable	other	1530.0	96.01299999999999	99.0	0.0031741584193611116	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0083_000000018257	2069	0.6498228267701108	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4248218956895179		0	0	False	False	1.0	0					non-mobilizable	other	2069.0	98.50200000000001	100.0	0.0006433513002975966	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0115_000000003872	4354	0.6498049401199405	4	3	3	3	3	False	112824	maximal	True	ENG0115_000000003872	1.0	PS721|PS723	0	0	False	True	0.9977032542228699	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	52.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AUS0014_000000007260	4376	0.6497989281824245	5	3	2	3	2	False	100934	maximal	True	AUS0014_000000007260	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0023_000000008202	1576	0.6497971162996504	3	2	2	2	1	False	19227	maximal	True	MAD0023_000000008202	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000006469	4190	0.6497948989691534	5	5	4	5	2	True	50022	fragment	False	FIJ0018_000000006469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0204_000000002659	7323	0.6497897011243534	10	9	2	8	9	True	54068	fragment	False	ENG0204_000000002659	1.0		0	0	False	False	0.9998634457588196	0			MPF_F	MOBF	mobilizable	plasmid	7323.0	95.057	100.0	0.0818632175920737	CP056977.1	enterobacteria	Escherichia coli strain RHB41-C14 plasmid pRHB41-C14_4, complete sequence	False	True
ENG0037_000000017462	2008	0.6497870464761019	2	2	2	2	2	False	75630	fragment	False	ISR0213_000000010997	0.8274406780835347		0	0	False	False	0.9915338754653931	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	4.8704562270337264e-05	NZ_LQCG01000001.1	high GC Gram+	Streptomyces canus strain C-509 Contig_5, whole genome shotgun sequence	True	False
AST0087_000000024221	1517	0.6497861725646665	3	3	3	3	2	False	110708	fragment	False	ISR0310_000000011170	0.9729299363057324		0	0	False	False	0.9907712340354919	0					non-mobilizable	no_good_hit	320.0	73.75	21.0	0.001157801788730485	NZ_CABJCG010000005.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
FIJ0066_000000011532	2758	0.6497846954211431	2	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.44473523866356823		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	57.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0117_000000007560	2722	0.6497846954211431	2	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.4353910655477484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	63.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0359_000000004215	5187	0.6497807295805802	10	8	6	6	4	False	112367	maximal	True	ISR0359_000000004215	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	1073.0	91.24	34.0	0.0003098833661624177	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0089_000000009204	4215	0.6497783196924419	4	4	4	3	2	False	36928	maximal	True	SPA0089_000000009204	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	91.463	40.0	0.16185307230083348	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
MAD0002_000000018791	2103	0.6497768180280471	3	3	2	3	1	False	20187	maximal	True	MAD0002_000000018791	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0044_000000046819	1229	0.6497738017437986	1	1	1	1	1	False	38942	fragment	False	MON0044_000000046819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	4.0	3.619063198253006e-05	NZ_FNVX01000006.1	CFB group bacteria	Bacteroides ihuae strain Marseille-P2824T, whole genome shotgun sequence	True	False
ENG0016_000000002590	8576	0.6497718836650297	5	4	4	3	2	False	106669	maximal	True	ENG0016_000000002590	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	91.156	51.0	0.010660252869330387	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0033_000000005361	1368	0.6497712281471935	2	2	2	2	1	False	88311	fragment	False	ENG0100_000000020599	0.9417716879668304		0	0	False	False	0.9956140518188477	0					non-mobilizable	chromosome	1370.0	93.65	100.0	0.00046348571842155247	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0116_000000017770	1350	0.6497712281471935	2	2	2	2	1	False	88311	fragment	False	ENG0100_000000020599	0.7917588270441915		0	0	False	False	0.9970370531082153	0					non-mobilizable	chromosome	1352.0	94.009	100.0	0.00045736933797317425	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0045_000000015140	1710	0.6497703259174007	2	2	1	2	1	False	36239	maximal	True	ISR0045_000000015140	1.0		6	5	False	False	0.9865497350692749	0					non-mobilizable	no_good_hit	731.0	74.829	42.0	0.004100781533987641	MF101411.1	red algae	Acrosorium ciliolatum isolate HV3939 chloroplast, complete genome	True	False
AST0087_000000003454	7721	0.6497692245711219	5	5	4	5	4	False	111086	maximal	True	AST0087_000000003454	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	78.626	2.0	0.0001094893298828634	NZ_LT727813.1	firmicutes	Oceanobacillus sojae strain SK-2, whole genome shotgun sequence	True	False
FIJ0093_000000015317	1240	0.6497669722111559	2	2	2	1	1	False	43228	fragment	False	FIJ0093_000000015317	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	98.042	99.0	0.010967268299670534	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0106_000000022889	1842	0.6497612438003987	2	2	2	2	2	False	8647	maximal	True	MON0106_000000022889	1.0		5	1	False	False	0.9674267172813416	0					non-mobilizable	no_good_hit	1129.0	79.45100000000001	61.0	0.0357245017957601	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	True	False
ISR0267_000000012100	1495	0.6497576336609721	2	1	1	1	1	False	26528	maximal	True	ISR0267_000000012100	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000034509	1175	0.649750663198389	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.10761817845133795	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1176.0	92.09200000000001	100.0	0.0003649183149173505	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0145_01_000000021170	1093	0.6497501152194644	2	2	2	2	2	False	0	fragment	False	USA0145_01_000000021170	1.0		0	0	False	False	0.9945105314254761	0					non-mobilizable	chromosome	1095.0	86.758	100.0	0.00038427784876390625	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0019_000000013505	2146	0.6497484769394442	2	2	2	2	0	True	122332	maximal	True	AST0019_000000013505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	83.991	21.0	0.000889585578524542	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ENG0041_000000004370	5759	0.6497472421938629	7	3	1	2	2	True	64763	fragment	False	ENG0041_000000004370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1166.0	97.85600000000001	60.0	0.09390883420734167	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0847_000000004609	5003	0.6497445419337623	1	1	1	1	1	False	108528	fragment	False	ISR0847_000000004609	0.9166547821380004		0	0	False	False	1.0	0					non-mobilizable	other	5003.0	96.262	100.0	0.021160305601854595	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	False
MON0038_000000004892	4826	0.6497445419337623	1	1	1	1	1	False	112506	maximal	False	ISR0073_000000004489	0.5953635262079853		0	0	False	False	0.9997928142547607	0					non-mobilizable	other	4826.0	97.14	100.0	0.027938621887666475	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
MON0004_000000006880	4716	0.6497445419337623	1	1	1	1	1	False	94531	fragment	False	MON0105_000000011423	0.5287604377214674		0	0	False	False	0.9997879266738892	0					non-mobilizable	chromosome	4716.0	94.042	100.0	0.0013408539481805743	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0105_000000011423	4581	0.6497445419337623	1	1	1	1	1	False	94531	fragment	False	MON0105_000000011423	0.6577584207526436		0	0	False	False	0.9995633959770203	0					non-mobilizable	chromosome	4581.0	96.005	100.0	0.0013027388804978852	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0779_000000001281	18278	0.649742497257076	18	7	4	6	2	True	22360	maximal	True	ISR0779_000000001281	1.0		1	1	False	False	1.0	0					non-mobilizable	other	8930.0	91.568	92.0	0.0026848673467728284	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	True
FIJ0055_000000004489	3139	0.6497340390011039	6	4	4	4	4	True	46270	maximal	True	FIJ0055_000000004489	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2455.0	99.59299999999999	81.0	0.026685240406590774	CP051000.1	enterobacteria	Escherichia coli O39:NM str. F8704-2 plasmid pF8704-2_3, complete sequence	True	True
MAD0013_000000020652	1236	0.6497320677462669	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.266163177441939		0	0	False	False	0.9991909265518188	0					non-mobilizable	other	1238.0	94.75	100.0	0.01724955377063811	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0238_000000007131	2015	0.6497278504362044	3	2	2	2	2	True	71241	fragment	False	ISR0238_000000007131	1.0		0	0	False	False	0.9975185990333557	0					non-mobilizable	other	1892.0	90.381	93.0	0.005832580808768045	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0130_000000027850	1216	0.6497249771369552	2	2	1	2	1	True	45669	fragment	False	SPA0130_000000027850	1.0		0	0	False	False	0.9876644611358643	0					non-mobilizable	no_good_hit	937.0	77.48100000000001	77.0	0.001506594384658953	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
SPA0074_000000011413	1977	0.6497233689693003	2	2	2	2	1	False	91764	fragment	False	SPA0074_000000011413	1.0		0	0	False	False	0.9974709153175354	0					non-mobilizable	other	1832.0	99.345	93.0	0.0005777712984928721	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
AST0149_000000009894	2748	0.6497191386879095	3	3	3	3	2	False	104530	maximal	True	AST0149_000000009894	1.0		157	10	False	False	0.9879912734031677	0					non-mobilizable	other	2749.0	99.309	100.0	0.027513291082209474	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0051_000000018520	2440	0.6497190602880615	3	3	3	3	3	False	72564	maximal	True	DEN0051_000000018520	1.0		1	1	False	False	0.9954918026924133	0					non-mobilizable	no_good_hit	1742.0	79.679	71.0	0.004031873214813643	NZ_LT699727.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
ISR0389_000000002531	6862	0.649718451595162	8	5	3	3	2	True	118424	fragment	False	ISR0389_000000002531	1.0		0	0	False	False	0.9982512593269348	0					non-mobilizable	no_good_hit	143.0	86.014	2.0	3.9252531579496814e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0204_000000023554	1182	0.6497180777117761	2	1	1	1	1	False	54007	fragment	False	ENG0204_000000023554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000006498	3847	0.6497110035462793	4	3	2	3	1	True	7389	maximal	True	SPA0029_000000006498	1.0		1	1	False	False	0.9950610995292664	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.000164090062002602	NZ_JABSMZ010000013.1	g-proteobacteria	Vibrio coralliilyticus strain OfT6-21 NODE_13_length_170638_cov_97.570904, whole genome shotgun sequence	True	True
SPA0124_000000016275	1804	0.6497018109276319	2	2	2	2	0	True	77189	maximal	True	SPA0124_000000016275	1.0		46	10	False	False	0.9933481216430664	0					non-mobilizable	no_good_hit								True	True
FIJ0061_000000015033	1779	0.6497010594802679	2	2	2	1	2	False	51078	fragment	False	FIJ0061_000000015033	0.9975757575757576		0	0	False	False	0.9696458578109741	0					non-mobilizable	chromosome	1779.0	99.831	100.0	0.0003400332765973723	CP024515.1	enterobacteria	Klebsiella pneumoniae strain KSB1_10J chromosome, complete genome	False	False
MON0076_000000004016	8756	0.6496997818730038	3	2	1	2	1	True	10315	maximal	True	MON0076_000000004016	1.0		2	1	False	False	0.9997715950012207	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.00016221788478343912	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0063_000000000539	34503	0.6496977279219018	31	11	8	9	5	True	37717	fragment	False	MON0063_000000000539	1.0		0	0	False	False	0.9999420046806335	0					non-mobilizable	no_good_hit	68.0	86.765	0.0	0.00025386769325204514	NZ_VXKN01000005.1	g-proteobacteria	Acinetobacter qingfengensis strain CCUG 69710T contig_0000005, whole genome shotgun sequence	True	True
FIJ0115_000000006959	3491	0.6496970625786266	5	3	2	2	3	False	100548	fragment	False	FIJ0014_000000006170	0.9513598326359832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	56.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0051_000000006868	3133	0.6496970625786266	4	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.6390743386445686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	60.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0031_000000008039	2962	0.6496970625786266	3	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.6139177996208685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	57.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0118_000000003015	2907	0.6496970625786266	3	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.5007529168701216		0	0	False	False	0.9996560215950012	0					non-mobilizable	no_good_hit	1593.0	79.222	59.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0088_000000017629	1623	0.6496967605795462	3	2	2	2	2	False	126594	fragment	False	FIJ0088_000000017629	0.9674465790801398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	76.0	24.0	9.708203358104408e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
FIJ0117_000000017664	1168	0.6496930618116167	1	1	1	1	0	False	41593	maximal	True	FIJ0117_000000017664	1.0		2	1	False	False	0.9931507110595703	0					non-mobilizable	no_good_hit	831.0	98.315	71.0	0.19543206969625618	NZ_CZAI01000027.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
CHI0064_000000004306	4076	0.6496848310202691	7	3	3	3	2	False	105619	fragment	False	CHI0064_000000004306	0.9870267407995764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	94.66799999999999	32.0	0.0004290926208419743	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0140_000000007378	3777	0.6496848310202691	6	3	3	3	2	False	105619	fragment	False	CHI0064_000000004306	0.9513002944062807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	94.75	37.0	0.0004290926208419743	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0104_000000002473	9497	0.6496830002770189	14	7	6	6	7	False	60266	maximal	True	ENG0104_000000002473	1.0		1	1	False	False	0.996525228023529	0					non-mobilizable	no_good_hit	528.0	72.15899999999999	5.0	0.0004994333352542308	NZ_QICS01000001.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_101, whole genome shotgun sequence	True	False
AST0002_000000014689	2493	0.649674215369403	3	3	3	3	2	False	131913	fragment	False	AST0002_000000014689	0.9912863070539419		0	0	False	False	0.9963898658752441	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00019854746851977637	NZ_WNAJ01000006.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold6_size191390, whole genome shotgun sequence	True	False
ENG0125_000000002714	8213	0.6496708517933721	10	7	4	7	6	False	58886	maximal	True	ENG0125_000000002714	1.0		1	1	False	False	0.9990259408950806	0					non-mobilizable	no_good_hit	104.0	77.885	1.0	1.640185327820561e-05	NC_009441.1	CFB group bacteria	Flavobacterium johnsoniae UW101, complete sequence	True	False
FIJ0103_000000007502	2769	0.6496661517940335	4	2	2	2	1	True	42583	fragment	False	FIJ0103_000000007502	1.0		0	0	False	False	0.9996388554573059	0					non-mobilizable	no_good_hit	49.0	87.755	2.0	0.0002857227893687312	NZ_MCHZ01000027.1	firmicutes	Caminicella sporogenes strain AM 1114 contig_5, whole genome shotgun sequence	True	True
FIJ0010_000000006580	2826	0.6496587743048821	3	3	3	3	3	False	63866	maximal	True	FIJ0010_000000006580	0.9941022244475274		83	9	False	False	0.9989384412765503	0					non-mobilizable	chromosome	2826.0	99.469	100.0	0.0005202152899468258	CP052351.1	enterobacteria	Klebsiella pneumoniae strain D16KP0146 chromosome, complete genome	False	False
SPA0001_000000005505	5946	0.6496430572593015	6	2	1	1	2	False	8453	maximal	True	SPA0001_000000005505	1.0		12	6	False	False	0.9998317956924438	0					non-mobilizable	no_good_hit	1160.0	96.63799999999999	37.0	0.0023703758242117835	NZ_VJZV01000004.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold4_1, whole genome shotgun sequence	True	False
ENG0064_000000004930	4617	0.6496430572593015	3	2	1	1	2	False	63002	fragment	False	ENG0182_000000005564	0.9681912681912682		0	0	False	False	0.9980506896972656	0					non-mobilizable	no_good_hit	731.0	95.759	27.0	0.00011216361301614879	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0849_000000008285	3259	0.649637942157921	3	3	2	3	3	False	125543	fragment	False	ENG0033_000000008193	0.9120855166286933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	77.719	25.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0052_01_000000010759	1420	0.6496351164111875	2	1	1	1	1	False	109833	fragment	False	USA0052_01_000000010759	0.9464119534105129		0	0	False	False	0.9964788556098938	0					non-mobilizable	other	1407.0	99.005	99.0	0.09746291418272564	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
SPA0045_000000018334	1365	0.6496351164111875	1	1	1	1	1	False	109833	fragment	False	USA0052_01_000000010759	0.7051087246310063		0	0	False	False	0.9926739931106567	0					non-mobilizable	other	1365.0	99.194	100.0	0.09455150422847636	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
AST0097_000000016967	1220	0.6496351164111875	1	1	1	1	1	False	109833	fragment	False	USA0052_01_000000010759	0.35143509938320633		0	0	False	False	0.9967213273048401	0					non-mobilizable	other	1220.0	99.016	100.0	0.08450020795785387	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
ISR0144_000000003403	2034	0.6496345275600215	2	2	2	2	2	False	124463	fragment	False	FIJ0007_000000005689	0.2061749320428285		0	0	False	False	0.9990167021751404	0					non-mobilizable	other	2034.0	99.213	100.0	0.004472693032015066	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0057_000000009597	2608	0.6496316902963387	5	3	3	2	2	True	106987	fragment	False	MON0057_000000009597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	96.18299999999999	5.0	0.0007000613899988152	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
MON0106_000000015392	2656	0.6496289471788768	4	4	4	3	3	False	69700	fragment	False	MON0106_000000015392	1.0		0	0	False	False	0.9710090160369873	0					non-mobilizable	no_good_hit	519.0	74.759	19.0	0.0003980487865320116	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
AST0149_000000021085	1258	0.6496272762262387	2	2	2	2	1	False	104343	fragment	False	SPA0115_000000021588	0.8416766113585041		0	0	False	False	0.9896661639213562	0					non-mobilizable	other	1258.0	99.603	100.0	0.001477735220884384	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0162_000000003376	9233	0.6496252523596922	11	4	1	3	2	False	30369	maximal	True	ISR0162_000000003376	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2088.0	80.172	22.0	0.003306899489472369	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0209_000000018661	1516	0.6496174432910996	2	1	1	1	1	False	124927	fragment	False	SPA0041_000000017820	0.3147197261446299		0	0	False	False	0.978232204914093	0					non-mobilizable	no_good_hit	1223.0	83.238	80.0	0.0029372166905582892	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0039_000000007695	3158	0.6496168954440271	4	3	1	2	1	True	121091	fragment	False	ENG0039_000000007695	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2030.0	100.0	99.0	0.3007262487031273	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0005_000000010235	1501	0.6496138158894572	2	2	2	1	1	False	115792	fragment	False	ISR0054_000000014703	0.40339724873365734		0	0	False	False	0.9993337988853455	0					non-mobilizable	other	1501.0	99.06700000000001	100.0	0.018653700272344025	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0104_000000023748	1583	0.6496121671582397	3	2	2	2	1	False	119261	fragment	False	ENG0110_000000017213	0.23815655398705116		0	0	False	False	0.998736560344696	0					non-mobilizable	other	1584.0	99.74700000000001	100.0	0.011288838811355874	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
CAN0016_000000016187	2987	0.6496096761960495	4	3	2	3	1	False	92960	fragment	False	CAN0016_000000016187	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2990.0	96.355	100.0	0.0719100582599066	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
MON0053_000000013310	2785	0.6496096761960495	5	3	2	3	1	False	66919	fragment	False	MON0053_000000013310	1.0		0	0	False	False	0.9895870685577393	0					non-mobilizable	other	2771.0	96.969	99.0	0.06663777745678656	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
SPA0105_000000007005	3889	0.6496042656122869	4	4	3	4	4	False	123736	backbone	False	AUS0022_000000009613	0.9509930109805264	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3884.0	99.20200000000001	100.0	0.0007218130874025863	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0159_000000014682	1783	0.649601362019905	2	2	2	2	2	False	82379	maximal	True	ISR0159_000000014682	1.0		5	4	False	False	0.9988783001899719	0					non-mobilizable	no_good_hit	81.0	98.765	15.0	2.2215927709371234e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0035_000000013041	1703	0.6495998086608523	3	3	3	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.3038914245785936		0	0	False	False	0.9982383847236633	0					non-mobilizable	other	1683.0	89.661	99.0	0.003798388685920594	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0120_01_000000008615	1528	0.6495961706458847	2	2	2	1	1	False	89632	maximal	True	USA0120_01_000000008615	0.9986320109439124		146	12	False	False	0.9934554696083069	0					non-mobilizable	chromosome	1525.0	99.41	99.0	0.0004293936280126936	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
DEN0005_000000032902	1200	0.6495944151904881	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.59078948383171		0	0	False	False	1.0	0					non-mobilizable	chromosome	1200.0	93.5	100.0	0.00034104452351898785	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0011_01_000000023194	1558	0.6495909738388299	3	1	1	1	1	False	68718	fragment	False	USA0011_01_000000023194	0.9883645765998708		0	0	False	False	0.9794608354568481	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000023189	1354	0.6495909738388299	1	1	1	1	1	False	47539	fragment	False	ISR0089_000000023189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0069_000000007102	3433	0.6495841207150911	4	4	2	2	3	False	34967	fragment	False	ISR0069_000000007102	1.0		0	0	False	False	0.998252272605896	0		MOBP		MOBP	mobilizable	plasmid	3433.0	99.01	100.0	0.0314075755218581	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
ISR0259_000000003441	3887	0.6495714965714547	5	5	2	4	4	True	123556	backbone	False	ISR0826_000000002301	0.3322473892186244	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3887.0	99.51100000000001	100.0	0.0008076686538308456	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	True
SPA0093_000000004249	9279	0.6495691834984829	17	4	0	4	1	False	61074	fragment	False	SPA0093_000000004249	0.9573537762634867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0020578360229611178	NC_049971.1	viruses	Bacillus phage vB_Bpu_PumA1, complete genome	True	False
SPA0062_000000003317	8805	0.6495691834984829	17	4	0	4	1	False	61074	fragment	False	SPA0093_000000004249	0.9339368466429572		0	0	False	False	0.9968199729919434	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000019038	1726	0.6495648638443737	2	2	2	2	2	False	69962	maximal	False	ISR0287_000000007028	0.9476712328767123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	81.513	7.0	0.02140729709605361	NZ_CABIWU010000106.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0116_000000004755	7441	0.6495590825028523	7	6	5	6	4	False	103958	fragment	False	SPA0116_000000004755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5783.0	95.66	88.0	0.002830785479169826	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0043_000000021054	1399	0.6495588844082669	2	1	1	1	1	False	121055	fragment	False	MON0102_000000027913	0.15800564169491502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0004_000000016091	2513	0.6495484265408996	2	2	2	2	1	False	114102	fragment	False	ISR0052_000000013737	0.9722568251069821		0	0	False	False	1.0	0					non-mobilizable	chromosome	2401.0	96.585	99.0	0.0006431598874041424	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0795_000000004985	2030	0.6495484265408996	2	2	2	2	1	False	114100	fragment	False	ISR0306_000000004549	0.8525565519774364		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	96.994	99.0	0.000706624640851406	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0011_000000004537	5370	0.6495461931197027	4	2	2	2	0	True	81600	maximal	True	ENG0011_000000004537	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	92.613	32.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
TAN0004_000000003286	1704	0.6495460418179198	3	2	2	2	2	False	80898	fragment	False	FIJ0152_000000013891	0.7642369813423453		0	0	False	False	0.9958920478820801	0					non-mobilizable	no_good_hit	496.0	85.685	29.0	0.010319400054312632	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
ISR0374_000000007298	2183	0.649545402641903	3	1	1	1	1	False	23417	maximal	True	ISR0374_000000007298	1.0		0	0	False	False	0.9876316785812378	0					non-mobilizable	no_good_hit								True	False
ISR0822_000000000014	93387	0.6495333359898804	92	13	5	10	4	False	21199	maximal	True	ISR0822_000000000014	1.0		1	1	True	True	1.0	112					non-mobilizable	no_good_hit	2233.0	74.78699999999999	5.0	0.024160492318629684	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	True
ISR0153_000000024260	1216	0.6495311521749745	2	2	2	2	1	True	30652	maximal	True	ISR0153_000000024260	1.0		4	4	False	False	0.9893091917037964	0					non-mobilizable	no_good_hit								True	True
SPA0077_000000010054	2872	0.6495278032889854	3	3	3	3	2	False	113756	fragment	False	ISR0059_000000003816	0.16049453235200095		0	0	False	False	1.0	0					non-mobilizable	other	1979.0	97.979	100.0	0.0004849618907727542	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0125_000000002542	5857	0.6495257620118335	7	3	1	2	2	False	92385	maximal	True	ISR0125_000000002542	1.0		0	0	False	False	0.9996585249900818	0					non-mobilizable	no_good_hit	2029.0	99.90100000000001	50.0	0.0005483424133393215	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0026_000000001888	6351	0.6495242390734026	7	7	6	5	6	False	85818	maximal	True	ENG0026_000000001888	1.0		30	7	False	False	1.0	0					non-mobilizable	chromosome	6352.0	99.93700000000001	100.0	0.0012179004324687538	CP031215.1	enterobacteria	Escherichia coli strain Es_ST80_L1_NDM_10_2017 chromosome, complete genome	False	False
USA0001_01_000000007136	2271	0.649520083966486	4	3	2	3	2	False	31973	maximal	False	ISR0835_000000005410	0.9365047770700636		0	0	False	False	0.9995596408843994	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000024857	1981	0.649520083966486	3	3	2	3	2	False	31972	fragment	False	ISR0126_000000024857	1.0		0	0	False	False	0.9767794013023376	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.72516731967211e-05	NZ_PHUF01000005.1	a-proteobacteria	Novosphingobium kunmingense strain CGMCC 1.12274 Ga0171596_104, whole genome shotgun sequence	True	False
CHI0061_000000000315	12089	0.6495191049468936	10	6	4	5	6	False	99286	maximal	True	CHI0061_000000000315	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3242.0	91.88799999999999	27.0	0.01328513812358707	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0839_000000009408	2089	0.6495111931001112	3	3	3	3	1	False	70406	maximal	True	ISR0839_000000009408	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	89.50200000000001	75.0	0.00041564628641542034	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0013_000000000960	18424	0.6495107225508404	29	16	9	9	9	True	38132	maximal	True	ISR0013_000000000960	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1478.0	74.831	9.0	0.0003866942063201216	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MAD0075_000000000628	3725	0.649503177012953	4	3	2	3	3	True	16270	fragment	False	MAD0075_000000000628	1.0		0	0	False	False	0.9991946220397949	0					non-mobilizable	no_good_hit								True	True
ISR0147_000000008299	2915	0.6494920789172087	2	2	2	2	2	False	34624	maximal	True	ISR0147_000000008299	1.0		1036	13	False	False	0.9879931211471558	0					non-mobilizable	other	2915.0	99.245	100.0	0.0005640846854879439	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0350_000000015639	1281	0.6494788015677121	1	1	1	1	1	False	53455	fragment	False	ETH0001_000000025758	0.6962498174286555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	77.06	83.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
DEN0064_000000019781	2056	0.6494787041678995	3	2	2	2	1	False	71272	maximal	True	DEN0064_000000019781	1.0		1	1	False	False	0.9990272521972656	0					non-mobilizable	no_good_hit	699.0	77.539	34.0	0.0018533341212241675	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0079_000000002560	8551	0.6494769602251544	11	7	5	4	6	False	116545	maximal	True	MON0079_000000002560	1.0	PS777	14	7	False	True	1.0	0					non-mobilizable	no_good_hit	2375.0	99.32600000000001	53.0	0.0007097263906108042	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
SPA0001_000000016752	2016	0.6494719615115361	3	3	3	2	1	False	68430	fragment	False	SPA0001_000000016752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	100.0	10.0	0.0005528488053836035	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
ISR0331_000000021406	1182	0.6494675112712952	2	2	2	2	1	False	24594	fragment	False	ISR0331_000000021406	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	100.0	100.0	0.0012901717534319005	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
FIJ0160_000000005028	3403	0.6494636076305602	6	3	3	2	2	False	45208	maximal	True	FIJ0160_000000005028	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1651.0	99.87899999999999	98.0	0.00700176104899111	CP026274.1	enterobacteria	Klebsiella oxytoca strain KONIH4 plasmid pKPC-4b66, complete sequence	False	True
ENG0060_000000006805	3907	0.6494607094791561	7	3	3	3	2	False	91436	maximal	True	ENG0060_000000006805	1.0		7	4	False	False	0.9997440576553345	0					non-mobilizable	no_good_hit	93.0	81.72	2.0	6.680134601041807e-05	NZ_FOMT01000002.1	firmicutes	Paenibacillus catalpae strain CGMCC 1.10784, whole genome shotgun sequence	True	False
ISR0831_000000002208	6766	0.6494604642995223	8	4	2	3	2	False	64086	maximal	True	ISR0831_000000002208	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	79.138	21.0	0.02165318411288851	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
USA0015_01_000000019478	1718	0.6494603470180876	4	2	2	2	2	False	107145	fragment	False	FIJ0147_000000011258	0.2639874559644744		0	0	False	False	0.9988358616828918	0					non-mobilizable	other	1469.0	94.214	100.0	0.013124910471279186	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0054_000000015443	1243	0.6494581485876203	2	2	2	2	2	False	55632	fragment	False	MAD0054_000000015443	0.9661525278491859		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	99.115	100.0	0.03449520899875017	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
ISR0126_000000009868	4916	0.6494571373807904	6	6	5	6	4	False	104106	fragment	False	ISR0126_000000009868	0.9703276323923347		0	0	False	False	0.9997965693473816	0					non-mobilizable	other	4916.0	99.736	100.0	0.028569269579976516	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
DEN0028_000000027611	1167	0.6494512797092148	2	2	2	2	2	False	73860	maximal	True	DEN0028_000000027611	1.0		86	10	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	74.41199999999999	29.0	0.0003347403148971503	NZ_SDQE01000001.1	b-proteobacteria	Pusillimonas ginsengisoli strain KCTC 22046 NODE_1_length_994801_cov_47.503651, whole genome shotgun sequence	True	False
FIJ0033_000000004640	6569	0.6494511754997219	4	4	3	4	2	False	113406	fragment	False	MON0105_000000007865	0.7196323092742419		0	0	False	False	1.0	0					non-mobilizable	chromosome	2823.0	94.12	93.0	0.0007895434334251995	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0033_000000044023	1350	0.6494503039420981	2	2	2	2	1	True	12278	fragment	False	MON0033_000000044023	1.0		0	0	False	False	0.9992592334747314	0					non-mobilizable	chromosome	1347.0	97.25299999999999	99.0	0.0002852356033368751	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
MAD0069_000000004420	1948	0.6494499638739202	2	2	2	2	2	False	16399	maximal	True	MAD0069_000000004420	1.0		13	7	False	False	0.9984599351882935	0					non-mobilizable	chromosome	1950.0	91.897	100.0	0.000906019656019656	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
ISR0358_000000000851	12394	0.6494481448039164	15	8	3	5	7	False	23865	maximal	False	USA0035_01_000000002002	0.9288691624855269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	84.777	20.0	0.022014704639567312	NZ_SMUS01000021.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00021, whole genome shotgun sequence	True	False
SPA0100_000000006268	5097	0.6494442229785041	5	3	3	2	2	False	125517	fragment	False	USA0125_01_000000004163	0.7039723061959026		0	0	False	False	0.9978418946266174	0					non-mobilizable	no_good_hit	2362.0	82.007	65.0	0.0010289238517437783	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0065_000000007520	1526	0.6494387053831083	2	2	2	2	1	True	118515	fragment	False	ISR0280_000000007434	0.480352128298213		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	90.619	99.0	0.021690521968240405	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	True
ISR0392_000000011430	2815	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9876063723149874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	64.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0164_000000008365	2782	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9817979497439033		0	0	False	False	0.999281108379364	0					non-mobilizable	no_good_hit	1431.0	91.335	60.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0132_000000014927	2734	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9822882257932051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	63.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0001_000000016827	2734	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9822882257932051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	63.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0073_000000018605	2734	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9823151527138613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	63.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0052_000000015310	2734	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9820294828998734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	63.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0232_000000009588	2734	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.982289827570561		0	0	False	False	0.9992684721946716	0					non-mobilizable	no_good_hit	1431.0	91.405	63.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0121_01_000000016920	2734	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9823151527138613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	63.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0104_000000013369	2732	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9806960747391227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.125	63.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0042_000000011787	2701	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9755345168044673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	63.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0026_000000010932	2697	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9793586066479466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	63.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0079_000000020649	2666	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9720603360516452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	62.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0021_000000003179	2566	0.6494382708511751	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9466149140238189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	91.42399999999999	60.0	0.00038585689739578915	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0102_000000001372	4933	0.6494337211854541	4	4	4	4	3	False	101213	maximal	True	CHI0102_000000001372	0.9983864027538727		86	12	False	False	0.9931076169013977	0					non-mobilizable	other	4895.0	99.755	99.0	0.0019939935730987693	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0002_000000002421	3905	0.6494217428346393	6	3	2	3	1	False	118599	maximal	True	CHI0002_000000002421	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1502.0	92.277	47.0	0.0003311721628807314	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0042_000000005521	4876	0.6494193141448414	6	4	3	4	2	True	64712	maximal	True	ENG0042_000000005521	1.0		1	1	False	False	0.9985644221305847	0					non-mobilizable	no_good_hit								True	True
MAD0066_000000000312	21797	0.6494179014788329	28	8	0	1	7	False	16616	maximal	True	MAD0066_000000000312	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	90.244	0.0	2.1239624111752284e-05	NZ_CP022121.1	firmicutes	Dehalobacterium formicoaceticum strain DMC chromosome, complete genome	True	False
MON0093_000000001275	18242	0.6494179014788329	21	8	0	1	7	False	9409	fragment	False	MON0093_000000001275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000008334	3447	0.6494172428745904	4	3	3	3	3	False	70330	maximal	True	SPA0026_000000008334	1.0		10	5	False	False	0.9953582882881165	0					non-mobilizable	no_good_hit	843.0	73.072	24.0	0.00028617500544075234	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AUS0004_000000003837	5578	0.6494162651400863	7	6	2	2	5	True	102529	fragment	False	CHI0106_000000003252	0.9513442403581824		0	0	False	False	1.0	0					non-mobilizable	plasmid	5518.0	76.839	98.0	0.17644783911824422	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
CHI0106_000000003252	5494	0.6494162651400863	7	6	2	2	5	True	102529	fragment	False	CHI0106_000000003252	0.9648197506619214		0	0	False	False	0.999817967414856	0					non-mobilizable	plasmid	5556.0	76.512	100.0	0.17738244867704406	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ENG0096_000000023337	1386	0.6494124201510726	2	2	2	2	1	False	60832	maximal	True	ENG0096_000000023337	1.0		1	1	False	False	0.9942280054092407	0					non-mobilizable	no_good_hit	299.0	74.582	21.0	0.0053536516289353	NZ_FQXJ01000027.1	firmicutes	Desulfosporosinus lacus DSM 15449, whole genome shotgun sequence	True	False
SPA0149_000000020518	1930	0.6494108895595859	2	2	2	2	2	False	77792	maximal	True	SPA0149_000000020518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	75.649	53.0	0.00026320754993159	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0153_000000002661	9170	0.6493964305617383	10	7	6	6	6	False	56979	maximal	True	ENG0153_000000002661	1.0		2	2	False	False	0.9997819066047668	0					non-mobilizable	no_good_hit	704.0	80.824	8.0	0.0005401223190803641	NZ_DS560019.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_4, whole genome shotgun sequence	True	False
ISR0153_000000007635	3483	0.6493920032041001	4	4	3	4	3	False	35129	maximal	True	ISR0153_000000007635	1.0		5	2	False	False	0.9979902505874634	0					non-mobilizable	other	2764.0	99.34899999999999	99.0	0.0007843406655796229	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
USA0133_01_000000012920	1655	0.6493884716726764	2	2	2	2	1	False	75183	fragment	False	USA0133_01_000000012920	1.0		0	0	False	False	0.966163158416748	0					non-mobilizable	chromosome	1619.0	95.12	97.0	0.0004516079059067238	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0030_000000000923	19645	0.6493760671025282	23	9	5	7	8	False	48793	maximal	True	FIJ0030_000000000923	1.0		5	2	False	False	0.9999490976333618	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0006148052796403389	NZ_KQ960555.1	CFB group bacteria	Prevotella amnii strain DNF00307 Scaffold373, whole genome shotgun sequence	True	False
ENG0179_000000019149	1728	0.6493752061566549	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.3960530474086711		0	0	False	False	1.0	0					non-mobilizable	other	1660.0	99.57799999999999	100.0	0.0005326205186356182	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0071_000000010970	2071	0.6493737076672199	2	2	2	2	2	False	5896	fragment	False	SPA0071_000000010970	1.0		0	0	False	False	0.9995171427726746	0					non-mobilizable	no_good_hit	1485.0	83.63600000000001	71.0	0.005828831390389536	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0159_000000009035	2836	0.6493635185914132	4	4	3	4	3	False	101202	fragment	False	ISR0159_000000009035	0.9611568159643316		0	0	False	False	0.9968265295028687	0					non-mobilizable	chromosome	2833.0	98.412	99.0	0.0009623105238781794	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0138_000000018374	1586	0.6493610882751077	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.022961528630652754		0	0	False	False	0.9993695020675659	0					non-mobilizable	chromosome	1601.0	89.944	100.0	0.0005556074525293733	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0100_000000006180	3110	0.6493607516515139	3	3	3	2	2	False	42740	maximal	True	FIJ0100_000000006180	1.0		69	12	False	False	1.0	0					non-mobilizable	other	3096.0	99.193	99.0	0.0027697038251444364	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0159_000000004796	5026	0.649359114845473	5	4	4	4	4	False	107597	maximal	True	ISR0159_000000004796	1.0		13	2	False	False	1.0	0					non-mobilizable	no_good_hit	1775.0	94.76100000000001	35.0	0.20403225806451614	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
USA0010_01_000000018075	1461	0.6493468095271304	3	1	1	1	1	True	113498	fragment	False	ENG0004_000000017281	0.1150244299674267		0	0	False	True	0.9993155598640442	0					non-mobilizable	other	1462.0	94.391	100.0	0.0004542035292236417	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0010_000000002499	13167	0.6493390498974904	16	8	5	6	4	True	131984	maximal	True	DEN0010_000000002499	1.0		1	1	False	False	0.9997721314430237	0					non-mobilizable	no_good_hit	1375.0	72.07300000000001	10.0	0.009202138949559407	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0083_000000013437	1353	0.6493364745180946	2	1	1	1	1	False	102260	fragment	False	CHI0170_000000004962	0.06307134110104921		0	0	False	False	0.9918699264526367	0					non-mobilizable	plasmid	1388.0	75.648	100.0	0.0056264620183034434	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MAD0038_000000000675	11992	0.6493349832717727	10	7	4	7	4	False	18577	maximal	True	MAD0038_000000000675	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0039_000000017706	2654	0.6493336801527699	5	2	1	1	2	False	59284	fragment	False	MON0039_000000017706	0.9923140839218945		0	0	False	False	1.0	0					non-mobilizable	other	2654.0	98.38	100.0	0.0008253438102947408	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0001_000000007496	2618	0.6493336801527699	5	2	1	1	2	False	83848	fragment	False	FIJ0001_000000007496	1.0		0	0	False	False	0.9996180534362793	0					non-mobilizable	no_good_hit	1150.0	92.17399999999999	44.0	0.00038641007870580897	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0027_000000007602	1589	0.6493336801527699	4	2	1	1	2	False	83843	fragment	False	MAD0027_000000007602	1.0		0	0	False	False	0.9949653744697571	0					non-mobilizable	no_good_hit	1150.0	91.82600000000001	72.0	0.00038641007870580897	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0024_000000042935	1225	0.6493336801527699	3	2	1	1	2	False	83842	fragment	False	ISR0786_000000011881	0.30967476804197275		0	0	False	False	0.9591836929321289	0					non-mobilizable	chromosome	1167.0	92.288	95.0	0.000392132179174449	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0303_000000012469	1189	0.6493336801527699	2	2	1	1	2	False	25503	fragment	False	ISR0303_000000012469	1.0		0	0	False	False	0.9957947731018066	0					non-mobilizable	no_good_hit	1029.0	92.12799999999999	86.0	0.00034534559298968643	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0153_000000015409	1219	0.6493316808536211	2	2	2	1	1	False	35884	fragment	False	MON0094_000000028550	0.9459659511472983		0	0	False	False	1.0	0					non-mobilizable	chromosome	1229.0	81.44800000000001	100.0	0.0003954845781965194	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0115_000000009628	2716	0.6493307105740805	4	4	4	3	3	False	131700	fragment	False	ISR0264_000000003339	0.44277249875044283		0	0	False	False	1.0	0					non-mobilizable	other	2716.0	98.306	99.0	0.05263668088406359	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ENG0101_000000011543	2779	0.6493227436583904	3	3	3	2	1	False	74519	maximal	True	ENG0101_000000011543	1.0		7	4	False	False	0.9982007741928101	0					non-mobilizable	no_good_hit	446.0	98.206	16.0	0.0001570281383837817	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0255_000000005434	5098	0.6493194533204478	6	2	2	2	2	True	26909	fragment	False	ISR0255_000000005434	0.9794007490636705		0	0	False	False	0.9988230466842651	0					non-mobilizable	no_good_hit	103.0	79.612	2.0	0.00021210572197606176	NZ_SJTG01000003.1	g-proteobacteria	Dyella soli strain KACC 12747 scaffold3, whole genome shotgun sequence	True	True
ISR0369_000000001390	6383	0.649316174712749	5	5	4	4	3	False	127865	maximal	True	ISR0369_000000001390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.551	19.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0017_000000018076	1052	0.6493125906125214	3	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.03753049821890401	PS730	0	0	True	True	1.0	1					non-mobilizable	other	1055.0	93.175	100.0	0.00032696432137948456	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0038_000000019068	1357	0.6493075204144667	2	1	1	1	1	False	78215	fragment	False	FIJ0020_000000014937	0.9501380960734833		0	0	False	False	0.9992631077766418	0					non-mobilizable	no_good_hit								True	False
ENG0055_000000007340	2627	0.6493019246603866	3	3	1	2	2	False	123240	maximal	True	ENG0055_000000007340	1.0		72	5	False	False	0.9988580346107483	0					non-mobilizable	other	2627.0	99.88600000000001	100.0	0.010079414733755293	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0295_000000019318	1851	0.6492956545870284	2	2	2	2	2	False	25718	maximal	True	ISR0295_000000019318	1.0		5	2	False	False	0.9891950488090515	0					non-mobilizable	no_good_hit	114.0	77.193	6.0	2.1619029462806426e-05	CP045915.1	firmicutes	Gracilibacillus sp. SCU50 chromosome, complete genome	True	False
ISR0101_000000005211	4551	0.6492956040010873	7	6	5	5	3	False	113402	fragment	False	ISR0101_000000005211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	95.38600000000001	73.0	0.00042401924907450455	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0174_000000009282	2724	0.6492953648781049	3	3	3	2	2	False	116959	fragment	False	ISR0388_000000008760	0.5744411545804093		0	0	False	False	1.0	0					non-mobilizable	other	2227.0	94.61200000000001	90.0	0.08078330893118595	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	False	False
ISR0049_000000006130	4547	0.6492940189505738	5	4	2	4	2	False	127989	fragment	False	ISR0049_000000006130	1.0		0	0	False	False	0.9997800588607788	0					non-mobilizable	no_good_hit	2324.0	99.656	51.0	0.0007322040223626393	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0126_000000033985	1457	0.6492932689308466	3	3	3	3	1	False	61783	fragment	False	ISR0126_000000033985	0.9429039314114142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	76.437	12.0	0.00033435630440753256	NZ_SIRE01000004.1	firmicutes	Paenibacillus thalictri strain N2SHLJ1 Scaffold3_1, whole genome shotgun sequence	True	False
FIJ0102_000000022593	1437	0.6492932689308466	3	3	3	3	1	False	61783	fragment	False	ISR0126_000000033985	0.9260699670196058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	76.301	12.0	0.08549618320610687	XM_023277286.2	bony fishes	PREDICTED: Amphiprion ocellaris phosphogluconate dehydrogenase (pgd), mRNA	True	False
AST0029_000000007045	4416	0.6492914312854821	4	4	2	4	0	True	129149	fragment	False	AST0029_000000007045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0086_000000011396	2235	0.6492776362195849	2	2	2	2	1	False	61433	maximal	True	ENG0086_000000011396	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	99.805	23.0	0.0018377809064236354	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0104_000000006517	1714	0.6492755329301028	4	2	1	2	1	True	14884	fragment	False	MAD0104_000000006517	1.0		0	0	False	False	0.9994165897369385	0					non-mobilizable	no_good_hit								True	True
AST0007_000000004134	4473	0.6492739637210381	6	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.7985035634238521		0	0	False	False	1.0	0		MOBV			mobilizable	other	2886.0	99.965	100.0	0.4704060003261047	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0102_000000008381	4473	0.6492739637210381	6	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.798045406103545		0	0	False	False	1.0	0		MOBV			mobilizable	other	2886.0	99.965	100.0	0.4704060003261047	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0032_000000005988	4245	0.6492739637210381	6	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.7817104139578179		0	0	False	False	1.0	0		MOBV			mobilizable	other	2942.0	99.932	100.0	0.47953693135496495	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0093_000000002998	4183	0.6492739637210381	5	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.759085312855805		0	0	False	False	1.0	0		MOBV			mobilizable	other	2891.0	99.931	100.0	0.47122126202511005	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0131_000000005538	4117	0.6492739637210381	6	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.662373798525098		0	0	False	False	1.0	0		MOBV			mobilizable	other	2942.0	99.96600000000001	100.0	0.47953693135496495	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0017_000000008084	4115	0.6492739637210381	6	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.6619973553480212		0	0	False	False	1.0	0		MOBV			mobilizable	other	2942.0	99.932	100.0	0.47953693135496495	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CAN0001_000000011585	4108	0.6492739637210381	5	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.7106635455650948		0	0	False	False	1.0	0		MOBV			mobilizable	other	2822.0	99.539	100.0	0.3745850484663391	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0168_000000007158	4067	0.6492739637210381	5	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.6622175515247098		0	0	False	False	1.0	0		MOBV			mobilizable	other	2886.0	99.931	100.0	0.4704060003261047	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0048_000000011679	2721	0.6492709163557567	7	5	5	3	3	False	64811	maximal	True	FIJ0048_000000011679	1.0		13	6	False	False	0.9919147491455078	0					non-mobilizable	no_good_hit	781.0	84.12299999999999	31.0	0.0002711810527401835	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0036_000000025976	1215	0.6492701728401903	1	1	1	1	1	False	18698	fragment	False	MAD0036_000000025976	1.0		0	0	False	False	0.9876543283462524	0					non-mobilizable	other	1232.0	73.133	99.0	0.004444233798051683	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	False	False
ISR0127_000000016640	1546	0.6492644056058592	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.16435530980879393		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	84.626	94.0	0.000829345908281042	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MON0071_000000001372	8010	0.6492529868365391	9	8	1	2	6	False	24152	fragment	False	MON0071_000000001372	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	8010.0	100.0	100.0	0.07751045215236915	CP053081.1	enterobacteria	Escherichia coli strain HB37 plasmid pHB37-1, complete sequence	False	True
MAD0032_000000003396	4437	0.6492523365563954	4	2	2	1	0	True	120699	maximal	True	MAD0032_000000003396	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1999.0	91.696	52.0	0.00434940827564266	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
CHI0056_000000005966	3050	0.6492523365563954	5	2	2	1	0	True	120704	maximal	True	CHI0056_000000005966	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	91.17200000000001	70.0	0.004643581681059373	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
MON0104_000000015952	2814	0.6492523365563954	4	2	2	1	0	True	84993	maximal	True	MON0104_000000015952	1.0		3	3	False	False	0.9737029075622559	0					non-mobilizable	no_good_hit	2423.0	90.59	86.0	0.00046473293705836925	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	True
SPA0119_000000012071	2695	0.6492523365563954	3	2	2	1	0	True	92401	fragment	False	SPA0119_000000012071	1.0		0	0	False	False	0.9877551198005676	0					non-mobilizable	no_good_hit	2106.0	82.95299999999999	78.0	0.000372234373266817	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
CHI0119_000000004287	2553	0.6492523365563954	3	2	2	1	0	True	95845	maximal	True	CHI0119_000000004287	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	2148.0	96.648	84.0	0.0004697205283185471	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	True
MON0047_000000016133	2426	0.6492523365563954	2	2	2	1	0	True	120696	maximal	True	MON0047_000000016133	1.0		12	2	False	False	1.0	0					non-mobilizable	other	2254.0	93.56700000000001	93.0	0.004894173841229165	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0046_000000013386	2412	0.6492523365563954	2	2	2	1	0	True	91145	fragment	False	MON0046_000000013386	0.9426690036645433		0	0	False	False	1.0	0					non-mobilizable	chromosome	2412.0	99.171	100.0	0.0005489305189658796	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
SPA0064_000000009003	2383	0.6492523365563954	4	2	2	1	0	True	6104	maximal	True	SPA0064_000000009003	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1329.0	86.23	91.0	0.00023571288393113628	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
MON0065_000000011218	2301	0.6492523365563954	2	2	2	1	0	True	91147	fragment	False	MON0065_000000011218	0.9997650375939849		0	0	False	False	0.9956540465354919	0					non-mobilizable	chromosome	2301.0	100.0	100.0	0.00046442851162979476	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
MON0030_000000015450	2268	0.6492523365563954	2	2	2	1	0	True	91145	fragment	False	MON0046_000000013386	0.45181435382844115		0	0	False	False	1.0	0					non-mobilizable	chromosome	2189.0	97.44200000000001	97.0	0.0004981584303182682	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0032_000000012048	2260	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.856731672529346		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1929.0	91.965	85.0	0.004199052979540784	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
SPA0063_000000007975	2260	0.6492523365563954	2	2	2	1	0	True	84301	maximal	True	SPA0063_000000007975	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	96.88600000000001	53.0	0.00034760067681102296	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0027_000000018124	2240	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.8335417031504625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1888.0	92.055	84.0	0.0041097114267845975	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
MON0006_000000009634	2226	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.8835539810534779		0	0	False	False	1.0	0					non-mobilizable	other	2001.0	92.054	90.0	0.00434940827564266	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0108_000000010198	2128	0.6492523365563954	2	2	2	1	0	True	91147	fragment	False	MON0065_000000011218	0.9621903520208605		0	0	False	False	1.0	0					non-mobilizable	chromosome	2128.0	99.95299999999999	100.0	0.0004294954105376406	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
MON0015_000000018325	2059	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.634047597434231		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	92.245	84.0	0.003761061464809234	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
DEN0008_000000004021	2058	0.6492523365563954	2	2	2	1	0	True	91156	fragment	False	DEN0008_000000004021	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	93.695	100.0	0.0005397540537313746	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0333_000000011058	2054	0.6492523365563954	3	2	2	1	0	True	91143	maximal	True	ISR0333_000000011058	1.0		1	1	False	False	0.9985394477844238	0					non-mobilizable	no_good_hit	1382.0	95.369	67.0	0.0003137396329883791	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
DEN0029_000000006482	2053	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.750049965960859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1827.0	92.611	89.0	0.00397678862878149	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0106_000000012795	2048	0.6492523365563954	2	2	2	1	0	True	84983	fragment	False	FIJ0106_000000012795	1.0		0	0	False	False	0.99951171875	0					non-mobilizable	other	2048.0	100.0	100.0	0.00039326511870958324	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
ENG0169_000000011871	1999	0.6492523365563954	2	2	2	1	0	True	91115	maximal	True	ENG0169_000000011871	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2004.0	88.822	100.0	0.0038587656973699718	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
ENG0162_000000012359	1995	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.7761045287429091		0	0	False	False	0.9929824471473694	0					non-mobilizable	other	1883.0	92.24600000000001	94.0	0.004098816115472867	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0094_000000018855	1969	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.7770885201975148		0	0	False	False	1.0	0					non-mobilizable	other	1932.0	92.65	98.0	0.004199052979540784	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
DEN0086_000000001517	1900	0.6492523365563954	2	2	2	1	0	True	120690	maximal	True	DEN0086_000000001517	1.0		35	6	False	False	1.0	0					non-mobilizable	other	1875.0	96.48	99.0	0.004083562679636445	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ENG0048_000000014021	1893	0.6492523365563954	2	2	2	1	0	True	88047	maximal	True	ENG0048_000000014021	1.0		171	12	False	False	1.0	0					non-mobilizable	other	1893.0	96.09100000000001	100.0	0.058988588888196046	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	False	True
FIJ0052_000000015930	1873	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.5470843012312515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	92.211	89.0	0.003630317729068473	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
CHI0106_000000010964	1827	0.6492523365563954	2	2	2	1	0	True	88045	maximal	True	CHI0106_000000010964	1.0		236	13	False	False	0.9874110817909241	0					non-mobilizable	other	1827.0	97.92	100.0	0.019503280825870432	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
ISR0230_000000018607	1816	0.6492523365563954	2	2	2	1	0	True	91126	fragment	False	ISR0230_000000018607	0.718138144332598		0	0	False	False	0.9994493126869202	0					non-mobilizable	other	1816.0	94.76899999999999	100.0	0.00048604280550869935	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0045_000000022911	1809	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.5904010163354931		0	0	False	False	1.0	0					non-mobilizable	other	1735.0	92.39200000000001	96.0	0.003776314900645656	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
USA0003_01_000000021283	1796	0.6492523365563954	2	2	2	1	0	True	80230	fragment	False	USA0003_01_000000021283	0.9718056388722256		0	0	False	False	0.9716035723686218	0					non-mobilizable	chromosome	1781.0	100.0	99.0	0.00038942829082767296	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
ISR0083_000000015315	1760	0.6492523365563954	2	2	2	1	0	True	34099	fragment	False	ISR0083_000000015315	0.9880503144654088		0	0	False	False	1.0	0					non-mobilizable	other	1760.0	97.78399999999999	100.0	0.018797956697373202	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
SPA0102_000000018878	1738	0.6492523365563954	2	2	2	1	0	True	91126	fragment	False	ISR0230_000000018607	0.44869939618340005		0	0	False	False	0.9925201535224915	0					non-mobilizable	other	1720.0	96.62799999999999	99.0	0.0005586871793805105	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
MON0026_000000027836	1727	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.5166343601592976		0	0	False	False	1.0	0					non-mobilizable	other	1673.0	92.11	96.0	0.003634675853593165	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0284_000000007703	1725	0.6492523365563954	2	2	2	1	0	True	91126	fragment	False	ISR0230_000000018607	0.6683189482990071		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	96.51799999999999	99.0	0.004649505078814781	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
MON0101_000000037894	1714	0.6492523365563954	2	2	2	1	0	True	9597	fragment	False	MON0101_000000037894	1.0		0	0	False	False	0.9719953536987305	0					non-mobilizable	other	1714.0	100.0	100.0	0.00036178296274691474	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0835_000000008660	1697	0.6492523365563954	2	2	2	1	0	True	91126	fragment	False	ISR0230_000000018607	0.6062532119384014		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	96.58200000000001	100.0	0.00045417553616680667	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0017_000000020882	1653	0.6492523365563954	2	2	2	1	0	True	92400	fragment	False	CAN0017_000000020882	0.9951892238614497		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	83.213	99.0	0.003433811050742012	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0093_000000015443	1642	0.6492523365563954	3	2	2	1	0	True	91116	fragment	False	ISR0093_000000015443	1.0		0	0	False	False	0.9933008551597595	0					non-mobilizable	other	1650.0	89.697	100.0	0.00030540909091755054	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
TAN0002_000000025210	1630	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.22377548561885244		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	91.491	90.0	0.0031901471520745764	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0025_000000024242	1625	0.6492523365563954	2	2	2	1	0	True	91126	fragment	False	ISR0230_000000018607	0.5002836934298648		0	0	False	False	1.0	0					non-mobilizable	chromosome	1626.0	92.251	100.0	0.0003692929497149136	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MAD0097_000000025771	1613	0.6492523365563954	2	2	2	1	0	True	88041	fragment	False	MAD0097_000000025771	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1616.0	94.369	100.0	0.017259067689742877	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
SPA0023_000000017505	1604	0.6492523365563954	2	2	2	1	0	True	91126	fragment	False	ISR0230_000000018607	0.5728352170084341		0	0	False	False	0.996259331703186	0					non-mobilizable	other	1593.0	97.363	99.0	0.004298497146035501	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ISR0277_000000005932	1591	0.6492523365563954	2	2	2	1	0	True	91126	fragment	False	ISR0230_000000018607	0.19669183732669396		0	0	False	False	1.0	0					non-mobilizable	chromosome	1592.0	93.279	100.0	0.00027603744942785596	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	True
MAD0069_000000005621	1590	0.6492523365563954	2	2	2	1	0	True	34099	fragment	False	ISR0083_000000015315	0.9409090909090909		0	0	False	False	1.0	0					non-mobilizable	other	1590.0	97.67299999999999	100.0	0.0003030581022841121	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	True
ISR0835_000000009566	1559	0.6492523365563954	2	2	2	1	0	True	92400	fragment	False	CAN0017_000000020882	0.9670296430732003		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	83.791	100.0	0.003248255990926566	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
MON0089_000000018499	1524	0.6492523365563954	3	2	2	1	0	True	9596	fragment	False	MON0089_000000018499	1.0		0	0	False	False	0.9809711575508118	0					non-mobilizable	other	1524.0	99.803	100.0	0.0003216552552618512	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0087_000000007104	1519	0.6492523365563954	2	2	2	1	0	True	88046	fragment	False	CHI0087_000000007104	1.0		0	0	False	False	0.9934167265892029	0					non-mobilizable	other	1519.0	97.89299999999999	100.0	0.047328053875413105	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	False	True
ENG0009_000000008648	1494	0.6492523365563954	2	2	2	1	0	True	91113	fragment	False	ENG0009_000000008648	0.9572773352643013		0	0	False	False	0.9993306398391724	0					non-mobilizable	other	1496.0	93.249	100.0	0.004031191104918971	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
FIJ0021_000000032333	1482	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.11094795000449238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	91.137	86.0	0.002769588135441794	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
CHI0097_000000005042	1455	0.6492523365563954	2	2	2	1	0	True	119759	fragment	False	ISR0282_000000010198	0.5057063169030463		0	0	False	False	1.0	0					non-mobilizable	chromosome	1455.0	98.969	100.0	0.00029516651634286655	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
CHI0117_000000010013	1452	0.6492523365563954	2	2	2	1	0	True	122965	fragment	False	CHI0117_000000010013	0.9838709677419355		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	90.48	100.0	0.00027645878472604287	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0341_000000009616	1433	0.6492523365563954	2	2	2	1	0	True	52282	fragment	False	ISR0341_000000009616	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1433.0	96.72	100.0	0.044646754380495104	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	False	True
MON0011_000000033318	1400	0.6492523365563954	2	2	2	1	0	True	13650	fragment	False	MON0011_000000033318	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	1420.0	76.408	100.0	0.006543294879180894	NZ_FQZN01000008.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
TAN0016_000000008647	1389	0.6492523365563954	2	2	2	1	0	True	120681	fragment	False	MON0006_000000009634	0.1389596277658486		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	91.395	97.0	0.0029264806183307073	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0294_000000013648	1386	0.6492523365563954	2	2	2	1	0	True	25749	fragment	False	ISR0294_000000013648	1.0		0	0	False	False	1.0	0					non-mobilizable	other	887.0	85.006	100.0	0.0001645226303297469	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
MON0004_000000033701	1381	0.6492523365563954	2	2	2	1	0	True	91113	fragment	False	ENG0009_000000008648	0.9226907630522088		0	0	False	False	0.9992758631706238	0					non-mobilizable	chromosome	1381.0	97.104	100.0	0.00031419498804351463	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0250_000000009781	1375	0.6492523365563954	2	2	2	1	0	True	27017	fragment	False	ISR0250_000000009781	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	99.927	100.0	0.0002639698451914838	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
CHI0017_000000009677	1313	0.6492523365563954	2	2	2	1	0	True	119759	fragment	False	ISR0282_000000010198	0.2570965660995718		0	0	False	False	0.99390709400177	0					non-mobilizable	chromosome	1313.0	100.0	100.0	0.0002663400752694917	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
MAD0030_000000009554	1283	0.6492523365563954	2	2	2	1	0	True	18963	fragment	False	MAD0030_000000009554	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	98.285	100.0	0.00024450628516565874	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	True
FIJ0065_000000016234	1221	0.6492523365563954	2	2	2	1	0	True	119759	fragment	False	ISR0282_000000010198	0.16595464053481324		0	0	False	False	0.9975429773330688	0					non-mobilizable	chromosome	1221.0	98.69	100.0	0.0002476637895036432	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
ENG0065_000000021723	1203	0.6492523365563954	2	2	2	1	0	True	91112	fragment	False	ISR0021_000000020584	0.8082120793007238		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	98.587	100.0	0.0003210828230330196	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0021_000000020584	1170	0.6492523365563954	2	2	2	1	0	True	91112	fragment	False	ISR0021_000000020584	0.9386415418286959		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	96.667	100.0	0.0003130490576527105	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0105_000000030178	1154	0.6492523365563954	2	2	2	1	0	True	91112	fragment	False	ISR0021_000000020584	0.9351440012710688		0	0	False	False	0.9870017170906067	0					non-mobilizable	chromosome	1154.0	99.48	100.0	0.00026251218928563215	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CAN0022_000000030102	1117	0.6492523365563954	2	2	2	1	0	True	91112	fragment	False	ISR0021_000000020584	0.7989429478406064		0	0	False	False	1.0	0					non-mobilizable	chromosome	1117.0	97.583	100.0	0.0002540881207656249	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0019_000000060632	1060	0.6492523365563954	2	2	2	1	0	True	13119	fragment	False	MON0019_000000060632	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1062.0	98.77600000000001	100.0	0.001978196950854577	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
CHI0009_000000000434	16493	0.6492523365182875	13	11	5	7	10	False	115379	fragment	False	ISR0803_000000000421	0.976730420727769		0	0	False	False	0.9999393820762634	0					non-mobilizable	no_good_hit	8406.0	92.743	51.0	0.0020306293666288353	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
SPA0053_000000003488	8328	0.6492503031653618	11	7	5	5	3	True	108893	maximal	True	SPA0053_000000003488	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4876.0	99.713	76.0	0.001318130801296446	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0057_000000003189	8134	0.6492465647544193	10	8	7	8	8	False	78418	maximal	True	SPA0057_000000003189	1.0		5	2	False	False	0.9988935589790344	0					non-mobilizable	no_good_hit	1697.0	95.109	21.0	0.017483779797208783	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0068_000000013221	2115	0.6492403549445489	3	3	3	3	3	False	65066	fragment	False	MAD0068_000000013221	0.9359223300970874		0	0	False	False	0.9891253113746643	0					non-mobilizable	no_good_hit								True	False
MON0104_000000010590	4014	0.6492363559974661	5	5	2	4	4	False	84024	fragment	False	ISR0822_000000000946	0.27331997690923293		0	0	False	False	1.0	0					non-mobilizable	other	3884.0	99.97399999999999	97.0	0.14511005642961247	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
FIJ0142_000000016371	2138	0.6492356366856347	3	3	3	3	2	False	40194	maximal	True	FIJ0142_000000016371	1.0		6	1	False	False	0.9995322823524475	0					non-mobilizable	no_good_hit								True	False
ISR0262_000000001144	11345	0.649229852567145	20	12	6	10	11	True	53910	fragment	False	ISR0266_000000000869	0.9527335307772352		0	0	False	False	0.9996474385261536	0					non-mobilizable	other	10777.0	98.07	95.0	0.0049705581843074295	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
MAD0095_000000023725	1568	0.6492285659838556	2	1	1	1	1	False	15577	fragment	False	MAD0095_000000023725	1.0		0	0	False	False	0.9987244606018066	0					non-mobilizable	no_good_hit	377.0	95.756	24.0	0.005720893433144665	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
MAD0044_000000002640	8216	0.6492261857753093	11	8	6	6	7	False	18677	fragment	False	MAD0044_000000002640	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7504.0	97.695	99.0	0.13154147696310228	CP014200.1	enterobacteria	Escherichia coli strain MRE600 plasmid pMRE600-2, complete sequence	False	True
ISR0092_000000023195	1362	0.6492242037336929	1	1	1	1	1	False	75308	fragment	False	ISR0092_000000023195	0.9834956686697099		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	99.853	100.0	0.0024411023523186887	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0335_000000015055	1307	0.6492242037336929	1	1	1	1	1	False	75308	fragment	False	ISR0092_000000023195	0.974603803144119		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	97.934	100.0	0.0023424538369788443	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0148_000000026973	1249	0.6492242037336929	1	1	1	1	1	False	104674	maximal	True	AST0148_000000026973	1.0		162	12	False	False	0.9903923273086548	0					non-mobilizable	chromosome	1249.0	98.15899999999999	100.0	0.00023796276416631615	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
MON0081_000000027570	1982	0.6492190160854925	2	2	2	1	2	False	49461	maximal	True	MON0081_000000027570	1.0		215	12	False	False	0.9994954466819763	0					non-mobilizable	other	1919.0	82.439	96.0	0.01741902482690586	NZ_JAAIOD010000012.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_12_length_109478_cov_283.605, whole genome shotgun sequence	False	False
SPA0009_000000004890	6695	0.6492174430898902	6	5	5	5	5	False	131883	maximal	True	SPA0009_000000004890	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	70.843	19.0	0.00024189549462932583	CP053315.1	firmicutes	Bacillus circulans strain GN03 chromosome, complete genome	True	False
MAD0003_000000013164	2113	0.6492169976111251	3	3	3	3	3	False	98460	fragment	False	MAD0003_000000013164	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2113.0	96.971	100.0	0.05130884962204992	GU942950.1		Uncultured organism clone 7 genomic sequence	False	False
ISR0397_000000006341	3140	0.649213822497346	4	3	3	2	2	False	115758	maximal	True	ISR0397_000000006341	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	80.164	40.0	0.010174556244147263	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0371_000000013460	1519	0.6492110002194971	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.8903858164682857		0	0	False	False	0.9980250000953674	0					non-mobilizable	no_good_hit	702.0	87.322	55.0	0.0034339409145696504	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0234_000000004651	2527	0.6492103534083777	3	3	3	3	3	False	131922	fragment	False	ISR0234_000000004651	0.9771983027298686		0	0	False	False	0.9996042847633362	0					non-mobilizable	other	2527.0	99.84200000000001	100.0	0.0006096221838761449	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0078_000000011436	2180	0.6492027108015774	3	2	1	2	1	False	57548	fragment	False	FIJ0078_000000011436	0.9501154734411086		0	0	False	False	1.0	0					non-mobilizable	other	2155.0	99.675	99.0	0.0005981638535748205	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0111_000000011925	1493	0.6492027108015774	2	2	1	2	1	False	57545	fragment	False	ISR0111_000000011925	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	98.193	100.0	0.0004146047508761407	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0144_000000012619	1355	0.6492027108015774	2	2	1	2	1	False	57537	fragment	False	ENG0144_000000012619	0.9791521024627063		0	0	False	False	1.0	0					non-mobilizable	other	1356.0	99.41	100.0	0.00037628227557747525	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0812_000000031419	1254	0.6492027108015774	2	2	1	2	1	False	57537	fragment	False	ENG0144_000000012619	0.6296870959400052		0	0	False	False	0.9912280440330505	0					non-mobilizable	other	1236.0	99.757	98.0	0.00034295838401341843	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0035_000000003709	3258	0.6491993605367996	5	5	3	5	2	False	50311	maximal	True	FIJ0035_000000003709	1.0		1	1	False	False	0.9996930360794067	0					non-mobilizable	no_good_hit	68.0	100.0	2.0	0.003311913000494315	NZ_VZBY01000076.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_41_length_20230_cov_26.5615_ID_81, whole genome shotgun sequence	True	False
FIJ0111_000000013033	1588	0.6491947795568156	2	1	1	1	1	False	109805	fragment	False	FIJ0111_000000013033	0.9594682230869		0	0	False	False	0.994962215423584	0					non-mobilizable	chromosome	1233.0	98.54	99.0	0.00042942809379936507	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0134_000000026442	1467	0.6491947795568156	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.7806008597705615		0	0	False	False	1.0	0					non-mobilizable	chromosome	1467.0	98.569	100.0	0.0005109915466800886	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0128_000000020570	1439	0.6491947795568156	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.7810462277369667		0	0	False	False	0.9986101388931274	0					non-mobilizable	chromosome	1439.0	98.958	100.0	0.0004634937436402567	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0012_000000016679	1425	0.6491947795568156	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.7776394233916581		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	98.52600000000001	100.0	0.00045898128716531677	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0022_000000022786	1384	0.6491947795568156	2	1	1	1	1	False	13005	fragment	False	MON0036_000000018198	0.9421436370352504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	84.098	88.0	0.0003397545545985569	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0004_000000033651	1383	0.6491947795568156	2	1	1	1	1	False	14192	maximal	True	MON0004_000000033651	1.0		2	2	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	1244.0	88.98700000000001	89.0	0.00776611185463045	NZ_JH591190.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.4, whole genome shotgun sequence	True	False
MON0063_000000022261	1344	0.6491947795568156	1	1	1	1	1	False	10731	maximal	True	MON0063_000000022261	1.0		30	7	False	False	1.0	0					non-mobilizable	other	1224.0	77.61399999999999	90.0	0.0003637056669738695	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0087_000000041875	1236	0.6491947795568156	1	1	1	1	1	False	9671	fragment	False	MON0087_000000041875	1.0		0	0	False	False	0.9991909265518188	0					non-mobilizable	other	1239.0	80.307	99.0	0.00036972728397674813	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0059_000000031753	1226	0.6491947795568156	1	1	1	1	1	False	52721	fragment	False	MON0066_000000024692	0.4007408913865584		0	0	False	False	0.9461663961410522	0					non-mobilizable	chromosome	1226.0	97.553	100.0	0.00034285384826156305	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0121_000000006863	3459	0.6491941697818531	6	3	3	3	2	True	32221	maximal	True	ISR0121_000000006863	1.0		1	1	False	False	0.9988436102867126	0					non-mobilizable	no_good_hit	424.0	99.292	12.0	0.052390388902650485	NZ_WEHX01000103.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_103_length_8074_cov_130.134044, whole genome shotgun sequence	True	True
FIJ0023_000000001821	13373	0.6491936886480247	17	10	5	7	3	True	101895	fragment	False	FIJ0023_000000001821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0023698762397963663	XM_026085405.1	birds	PREDICTED: Apteryx rowi RAN binding protein 10 (RANBP10), transcript variant X9, mRNA	True	True
ISR0080_000000009345	3197	0.6491770071820062	5	4	4	4	4	False	108267	maximal	True	ISR0080_000000009345	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	84.154	52.0	0.0005789610907473582	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0083_000000022827	1583	0.6491709416443622	2	2	2	2	2	False	49530	maximal	True	FIJ0083_000000022827	1.0		5	2	False	False	0.9930511713027954	0					non-mobilizable	no_good_hit	197.0	75.635	12.0	0.0007615635333391207	NZ_JAAVNF010000003.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_26_length_253316_cov_31.016920, whole genome shotgun sequence	True	False
FIJ0167_000000009171	2160	0.6491686926124424	2	2	2	2	2	False	38973	maximal	True	FIJ0167_000000009171	1.0		182	12	False	False	1.0	0					non-mobilizable	other	1728.0	77.315	100.0	0.0004168024339300718	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0017_000000022711	1316	0.6491630224405514	2	2	2	2	2	False	113367	maximal	True	FIJ0017_000000022711	1.0		55	5	False	False	0.990121603012085	0					non-mobilizable	no_good_hit	1123.0	81.92299999999999	85.0	0.00038585787324342297	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0096_000000004802	6368	0.6491391565106663	6	4	2	2	4	False	43042	maximal	True	FIJ0096_000000004802	1.0		19	1	False	False	0.9996859431266785	0					non-mobilizable	plasmid	4004.0	92.258	96.0	0.44141234127868123	LN852800.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0110	False	True
MAD0002_000000010611	3228	0.6491370802691964	5	3	3	3	3	True	20221	maximal	True	MAD0002_000000010611	1.0		3	1	False	False	0.977385401725769	0					non-mobilizable	no_good_hit	552.0	83.514	17.0	0.00016499230587887457	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0110_000000009860	2368	0.6491203437859168	4	4	4	4	3	False	67076	fragment	False	ISR0225_000000006360	0.7684468975077		0	0	False	False	0.994087815284729	0					non-mobilizable	chromosome	2368.0	95.48100000000001	100.0	0.0009747889192815472	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0037_000000004478	2850	0.6491162343325849	3	3	3	2	2	False	45557	maximal	True	MAD0037_000000004478	1.0		13	3	False	False	1.0	0					non-mobilizable	chromosome	2850.0	98.947	100.0	0.000589695378560009	CP056474.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00473 chromosome, complete genome	False	False
MON0043_000000018323	1573	0.6491129212676134	3	2	1	2	1	True	98366	fragment	False	FIJ0054_000000014493	0.28495589546091415		0	0	False	False	1.0	0					non-mobilizable	plasmid	1438.0	87.344	91.0	0.012315057325724594	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0116_000000011010	3510	0.6491068237162851	5	4	4	4	3	False	101136	maximal	True	SPA0116_000000011010	1.0		524	15	False	False	1.0	0					non-mobilizable	chromosome	3512.0	96.78200000000001	100.0	0.0009807019463742995	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0035_000000017731	1182	0.649106475949324	2	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.05230299667036626		0	0	False	False	0.9923858046531677	0					non-mobilizable	other	1178.0	99.15100000000001	99.0	0.004517696550506466	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0286_000000005285	3000	0.6491063178764895	6	5	4	3	3	False	121342	fragment	False	ISR0286_000000005285	1.0		0	0	False	False	0.999666690826416	0					non-mobilizable	chromosome	1716.0	98.834	100.0	0.0005405638822005709	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0164_000000015074	1821	0.6491058957605795	2	2	2	2	2	False	51671	fragment	False	FIJ0061_000000013207	0.9648566978877254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	83.321	74.0	0.0004226799801929829	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0160_000000006439	4136	0.6491042543194423	5	4	3	4	2	False	30441	maximal	True	ISR0160_000000006439	1.0		6	3	False	False	0.9990328550338745	0					non-mobilizable	no_good_hit	1520.0	96.382	40.0	0.0004281355570810744	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0167_000000011259	1878	0.6491027847785611	2	2	2	2	2	False	78160	fragment	False	CHI0167_000000011259	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	72.263	36.0	0.013962192737136489	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ENG0151_000000002048	11792	0.6491027090365294	15	9	5	6	7	True	93240	maximal	True	ENG0151_000000002048	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	1650.0	74.545	14.0	0.0005793564256683227	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
SPA0122_000000014974	1658	0.6491009913400648	2	2	2	2	2	False	99105	fragment	False	SPA0098_000000018878	0.4084626172385777		0	0	False	False	0.9758745431900024	0					non-mobilizable	other	1658.0	99.698	100.0	0.004710370490395905	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
AST0035_000000002581	6096	0.6490994992702844	8	4	2	3	3	True	116914	maximal	True	AST0035_000000002581	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	98.906	24.0	0.00025969445368877056	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0033_000000005319	4925	0.6490976821253172	7	5	3	5	2	True	65530	maximal	True	ENG0033_000000005319	1.0		3	3	False	False	0.9979695677757263	0					non-mobilizable	no_good_hit	2976.0	72.345	59.0	0.0036015614222812127	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
USA0072_01_000000012901	1356	0.6490959142006884	3	1	1	1	1	False	40364	fragment	False	SPA0006_000000019429	0.5788163230460579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	94.615	67.0	0.00030562748385442034	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0170_000000006742	1863	0.6490932542932862	4	3	2	2	2	True	55846	maximal	True	ENG0170_000000006742	1.0		1	1	False	False	0.9930220246315002	0					non-mobilizable	no_good_hit	226.0	81.416	12.0	6.235824335430305e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MON0076_000000042783	1131	0.6490914050089953	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18529889600539565		0	0	False	False	1.0	0					non-mobilizable	chromosome	1131.0	98.939	100.0	0.0003938747938257163	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0170_000000042147	1122	0.6490914050089953	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17986263151275805		0	0	False	False	0.9973261952400208	0					non-mobilizable	chromosome	1122.0	98.93	100.0	0.00036131883631483153	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0028_000000026925	1113	0.6490914050089953	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17935947168085847		0	0	False	False	1.0	0					non-mobilizable	chromosome	1113.0	98.92200000000001	100.0	0.00038760068206566067	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0089_000000008598	2473	0.6490911224526699	4	2	1	2	2	True	61296	fragment	False	ENG0089_000000008598	1.0		0	0	False	False	0.9995956420898438	0					non-mobilizable	chromosome	2473.0	100.0	100.0	0.0005214604605559038	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	True
CHI0092_000000003862	2528	0.6490869972133775	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.3418693887772682		0	0	False	False	1.0	0					non-mobilizable	chromosome	2528.0	99.486	100.0	0.0008917081026872278	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0089_000000004249	4602	0.6490866518692604	4	4	4	4	3	False	15852	maximal	True	MAD0089_000000004249	1.0		5	2	False	False	0.9880486726760864	0					non-mobilizable	no_good_hit	1042.0	83.301	55.0	0.021462904911180775	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
USA0013_01_000000006138	1658	0.6490861517399201	2	2	2	2	2	False	1977	maximal	True	USA0013_01_000000006138	1.0		30	8	False	False	0.9885404109954834	0					non-mobilizable	no_good_hit	1352.0	98.00299999999999	81.0	0.0005298032982706295	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
MON0098_000000018139	1858	0.6490833149175622	3	2	2	2	2	False	49593	maximal	True	MON0098_000000018139	1.0		81	10	False	False	0.9994617700576782	0					non-mobilizable	no_good_hit	261.0	75.479	14.0	3.9526784105477224e-05	LR215973.1	high GC Gram+	Nocardia cyriacigeorgica strain 3012STDY6756504 genome assembly, chromosome: 1	True	False
CHI0064_000000003225	5293	0.6490723544442372	9	6	3	3	4	False	124428	fragment	False	CHI0064_000000003225	1.0		0	0	False	False	0.9990553855895996	0					non-mobilizable	no_good_hit	3653.0	98.631	71.0	0.03878531493803278	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
MON0103_000000008788	4739	0.6490707653065361	10	1	1	1	1	False	8924	maximal	True	MON0103_000000008788	1.0		2	1	False	False	0.991348385810852	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000009912	3547	0.6490707278263289	4	3	3	3	3	False	63792	maximal	False	ENG0054_000000006793	0.9578749664609605		0	0	False	False	0.9799830913543701	0					non-mobilizable	no_good_hit	1299.0	82.37100000000001	37.0	0.007426211713082883	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	False
ISR0109_000000015744	2064	0.6490705386516209	2	2	2	2	2	False	79738	fragment	False	ISR0109_000000015744	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2064.0	97.82	100.0	0.030522373699246562	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0049_000000007905	2465	0.6490668272120922	3	3	3	3	3	False	122283	maximal	True	ENG0049_000000007905	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	76.081	71.0	0.0007413501039626031	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
ETH0001_000000011202	2589	0.6490620728142605	3	3	3	3	2	False	53546	maximal	True	ETH0001_000000011202	0.9845796366708914		429	15	False	False	1.0	0					non-mobilizable	other	2589.0	97.48899999999999	100.0	0.0008286885043805538	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0084_000000012921	1474	0.6490592508752422	2	2	2	2	2	False	5561	maximal	True	SPA0084_000000012921	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	76.27600000000001	74.0	0.010341300806848744	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	True	False
ISR0015_000000007557	3236	0.6490559728162419	4	4	4	4	4	False	121034	fragment	False	DEN0001_000000012071	0.9680412371134021		0	0	False	False	0.999381959438324	0					non-mobilizable	no_good_hit	848.0	83.255	44.0	0.002157716996210461	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
AST0039_000000002046	7845	0.6490539451133751	7	3	3	3	2	True	124553	maximal	False	AST0101_000000001737	0.9980934249918797		0	0	False	False	1.0	0					non-mobilizable	other	6430.0	99.95299999999999	99.0	0.001781862749173924	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
FIJ0171_000000002242	8962	0.6490503386277351	13	8	6	8	5	True	111588	maximal	True	FIJ0171_000000002242	1.0		12	4	False	False	0.9998884201049805	0					non-mobilizable	no_good_hit	244.0	93.852	5.0	9.958073641388868e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ENG0211_000000002021	16433	0.6490448978562638	14	14	13	14	13	False	131706	maximal	True	ENG0211_000000002021	1.0	PS1061	17	4	False	True	1.0	0					non-mobilizable	no_good_hit	5781.0	98.115	89.0	0.11200077549437766	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	True	True
SPA0032_000000020044	1470	0.649043201601451	1	1	1	1	1	False	23328	fragment	False	SPA0032_000000020044	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1470.0	99.25200000000001	100.0	0.00041375155615147314	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0211_000000015887	1441	0.649043201601451	1	1	1	1	1	False	28396	maximal	True	ISR0211_000000015887	1.0		109	7	False	False	1.0	0					non-mobilizable	other	1444.0	84.97200000000001	100.0	0.017366764354716163	NZ_JAAITI010000016.1	firmicutes	Blautia luti strain MSK.16.34 NODE_16_length_82917_cov_158.571, whole genome shotgun sequence	False	False
ISR0281_000000015566	1198	0.649043201601451	1	1	1	1	1	False	26158	fragment	False	ISR0281_000000015566	1.0		0	0	False	False	0.9866443872451782	0					non-mobilizable	other	1210.0	78.09899999999999	100.0	0.0038262615155447866	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0291_000000002415	4879	0.6490423619787399	5	4	4	4	3	False	93632	fragment	False	ISR0291_000000002415	0.9580557868442965		0	0	False	False	0.9969255924224854	0					non-mobilizable	no_good_hit	1497.0	77.889	30.0	0.07918552036199095	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
FIJ0099_000000012439	1781	0.6490421265736059	3	3	3	3	3	False	42775	maximal	True	FIJ0099_000000012439	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	4.0	2.1012659142164757e-05	CP049887.1	firmicutes	Vagococcus sp. HDW17B chromosome, complete genome	True	False
ISR0805_000000001011	12918	0.6490406104856595	10	6	5	6	2	True	120448	fragment	False	ISR0805_000000001011	0.9874063989108237		0	0	False	False	0.9999225735664368	0					non-mobilizable	no_good_hit	99.0	81.818	1.0	2.9212802314858594e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0810_000000013011	1386	0.6490393518838312	1	1	1	1	1	False	63501	maximal	False	ISR0097_000000021561	0.9761259026103648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000002927	7210	0.6490367690983702	8	6	5	6	5	True	102553	maximal	True	AUS0004_000000002927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1814.0	82.96600000000001	25.0	0.0010447679304181094	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
DEN0094_000000023192	1653	0.6490353223572526	3	2	2	2	1	True	72209	fragment	False	DEN0094_000000023192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	84.223	25.0	0.004840167443630482	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0092_000000004753	4549	0.649035032935689	13	3	2	3	2	True	100429	fragment	False	ISR0092_000000004753	0.9971178233802167		0	0	False	False	0.9984611868858337	0					non-mobilizable	no_good_hit	933.0	99.25	21.0	0.0030002092420608733	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0241_000000002820	4337	0.649035032935689	12	3	2	3	2	True	100429	fragment	False	ISR0092_000000004753	0.9739503187513738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	99.054	22.0	0.0030581531973796457	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0398_000000015756	1448	0.6490298188820002	2	1	1	1	1	False	77606	fragment	False	ENG0194_000000018726	0.9388299530895974		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	94.824	92.0	0.0003758476443095985	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0042_000000000750	23780	0.6490259613787375	56	18	8	15	7	True	124618	maximal	True	MAD0042_000000000750	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3706.0	91.338	60.0	0.06550171906567895	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
DEN0094_000000016939	2173	0.6490203229258403	2	2	2	2	2	True	68358	maximal	True	DEN0094_000000016939	1.0		1	1	False	False	0.9944776892662048	0					non-mobilizable	no_good_hit	1602.0	97.00399999999999	74.0	0.011350504427476586	NZ_LT635833.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
FIJ0093_000000010007	1919	0.6490183673629479	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.9071985719835362		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	82.962	94.0	0.0208252472663517	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0139_000000013518	1918	0.6490183673629479	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.9068808860716447		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	82.95200000000001	94.0	0.020811863431347617	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0057_000000021694	1599	0.6490183673629479	2	2	2	2	2	False	46117	fragment	False	FIJ0167_000000012565	0.9643255343669453		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	83.344	95.0	0.020289893866188416	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0067_000000024902	1251	0.6490180811263884	2	1	1	1	1	False	35047	fragment	False	ISR0067_000000024902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	84.27	7.0	0.00016731914796526607	NZ_MCIB01000001.1	firmicutes	Thermohalobacter berrensis strain CTT3 contig_1, whole genome shotgun sequence	True	False
MON0065_000000019503	1354	0.6490139363359895	2	1	1	1	1	False	93996	fragment	False	SPA0010_000000019263	0.9978809585926406		0	0	False	False	0.9711964726448059	0					non-mobilizable	chromosome	1354.0	99.926	100.0	0.0005305876110733987	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
SPA0010_000000019263	1353	0.6490139363359895	2	1	1	1	1	False	93996	fragment	False	SPA0010_000000019263	0.998134124687257		0	0	False	False	0.9985218048095703	0					non-mobilizable	chromosome	1353.0	100.0	100.0	0.0005716851773704004	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0163_000000006217	3948	0.649011869776628	4	4	3	3	4	False	39177	maximal	True	FIJ0163_000000006217	1.0		2	1	False	False	0.9972137808799744	0					non-mobilizable	no_good_hit	1342.0	70.939	40.0	0.00024011960313238232	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	False
MAD0001_000000009146	2805	0.6490110085770074	3	2	2	1	1	False	20293	maximal	True	MAD0001_000000009146	1.0		15	4	False	False	0.9992870092391968	0					non-mobilizable	other	2521.0	86.037	97.0	0.009752016823971836	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0131_000000014230	1849	0.6490047929649866	3	2	2	2	1	False	59152	fragment	False	ENG0131_000000014230	1.0		0	0	False	False	0.981070876121521	0					non-mobilizable	other	1875.0	83.36	100.0	0.0010352035937465252	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	False
ENG0120_000000018466	1102	0.6490047929649866	3	2	2	2	1	False	59150	fragment	False	ENG0120_000000018466	1.0		0	0	False	False	0.9909256100654602	0					non-mobilizable	other	1124.0	83.096	100.0	0.0002124254523618205	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	False
AST0108_000000008813	2976	0.6490028827808922	4	2	1	2	2	False	112825	maximal	True	AST0108_000000008813	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1748.0	74.714	58.0	0.21072516758074344	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0387_000000011651	2083	0.6489967324644255	3	3	3	2	1	False	85308	fragment	False	ISR0387_000000011651	0.9910368217054264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0108_000000010184	1904	0.6489963033050014	2	2	1	1	2	False	97225	fragment	False	CHI0186_000000009729	0.9062041953831111		0	0	False	False	0.9852941036224365	0					non-mobilizable	chromosome	1896.0	99.895	99.0	0.0007431363806238659	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
USA0050_01_000000006539	1902	0.6489963033050014	2	2	1	1	2	False	97225	fragment	False	CHI0186_000000009729	0.9037029886261279		0	0	False	False	1.0	0					non-mobilizable	other	1893.0	99.57700000000001	99.0	0.0007708696036581266	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0083_000000012127	1839	0.6489963033050014	2	2	1	1	2	False	97225	fragment	False	CHI0186_000000009729	0.894796457306551		0	0	False	False	0.980424165725708	0					non-mobilizable	chromosome	1839.0	100.0	100.0	0.0007207834657449423	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0167_000000013157	1643	0.6489963033050014	3	2	1	1	2	False	97225	fragment	False	CHI0186_000000009729	0.15165243931517955		0	0	False	False	1.0	0					non-mobilizable	chromosome	1581.0	100.0	96.0	0.0006680936244417401	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CAN0001_000000027198	1613	0.6489963033050014	2	2	1	1	2	False	97225	fragment	False	CHI0186_000000009729	0.2199953734954844		0	0	False	False	0.9981400966644287	0					non-mobilizable	chromosome	1613.0	99.814	100.0	0.0006816246345570159	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0071_000000006313	1704	0.6489926699407211	4	4	2	3	4	False	106038	fragment	False	ISR0397_000000008279	0.15553668720006733		0	0	False	False	0.9994131326675415	0					non-mobilizable	other	1704.0	99.648	100.0	0.11332179930795848	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0044_000000050109	1154	0.6489917083930574	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.19366576772955707		0	0	False	False	0.976603090763092	0					non-mobilizable	chromosome	1154.0	99.307	100.0	0.00040189171440800967	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0064_000000026434	1131	0.6489917083930574	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18507566554526225		0	0	False	False	1.0	0					non-mobilizable	chromosome	1131.0	99.204	100.0	0.0003642197011915786	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0090_000000055256	1131	0.6489917083930574	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.18504337319949443		0	0	False	False	0.9946949481964111	0					non-mobilizable	chromosome	1131.0	99.469	100.0	0.0003642197011915786	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CAN0022_000000009673	3089	0.6489913765223237	4	4	4	3	4	False	91322	fragment	False	ISR0177_000000006777	0.46662537600551257		0	0	False	False	0.984137237071991	0					non-mobilizable	other	2973.0	76.28699999999999	95.0	0.009583813714823896	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	False	False
DEN0051_000000034730	1396	0.6489870402095174	2	2	2	2	1	False	72440	maximal	True	DEN0051_000000034730	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	74.043	17.0	0.0009931387069334035	NZ_QQHX01000002.1	b-proteobacteria	Neisseria bergeri strain M40463 M40463_CHA5855A11_cleaned_ctg_4949, whole genome shotgun sequence	True	False
AST0116_000000009277	2893	0.6489821716139902	3	3	2	3	2	True	110268	fragment	False	ISR0234_000000003397	0.7248110726551564		0	0	False	False	0.9996543526649475	0					non-mobilizable	no_good_hit	109.0	79.817	4.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
TAN0002_000000017097	2248	0.6489784098184612	3	3	3	3	2	False	47106	maximal	True	TAN0002_000000017097	1.0		16	9	False	False	0.9924377202987671	0					non-mobilizable	no_good_hit								True	False
SPA0033_000000008417	3579	0.6489714866111316	4	3	3	3	2	False	92016	fragment	False	SPA0033_000000008417	0.9821913673407787		0	0	False	False	0.994411826133728	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.06169871794871795	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
CHI0022_000000001132	9219	0.6489663253448963	10	8	7	6	3	False	113408	maximal	True	CHI0022_000000001132	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	5810.0	95.766	83.0	0.0016249873004135797	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0104_000000000474	17859	0.6489587835585315	30	13	6	10	8	True	19736	maximal	True	MAD0104_000000000474	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	78.04899999999999	1.0	1.3031717543927656e-05	CP013129.1	high GC Gram+	Streptomyces venezuelae strain ATCC 15439, complete genome	True	True
ENG0184_000000001551	14140	0.6489546214879874	13	7	4	4	4	True	61691	maximal	True	ENG0184_000000001551	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	89.714	1.0	5.123686685078373e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0032_000000003925	7544	0.648948685965217	10	10	9	8	7	False	95934	fragment	False	ISR0032_000000003925	1.0		0	0	False	False	0.9970837831497192	0					non-mobilizable	no_good_hit	186.0	96.774	2.0	0.0014107383880979435	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	True	False
FIJ0115_000000019568	1204	0.6489471183729458	2	1	1	1	1	False	41706	maximal	True	FIJ0115_000000019568	1.0		49	12	False	False	0.9867109656333923	0					non-mobilizable	other	1204.0	99.66799999999999	100.0	0.0003742512641479733	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0001_000000005119	3815	0.6489463624547933	6	4	4	4	2	False	52645	maximal	True	FIJ0001_000000005119	1.0		2	2	False	False	0.9923984408378601	0					non-mobilizable	no_good_hit								True	False
ISR0348_000000013336	1390	0.6489450856964017	2	2	2	2	1	False	26482	maximal	True	ISR0348_000000013336	1.0		25	7	False	False	0.9942445755004883	0					non-mobilizable	no_good_hit	530.0	90.566	38.0	0.00015800430980695047	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
USA0047_01_000000026726	1361	0.6489435595368858	2	2	2	2	2	False	50597	fragment	False	USA0047_01_000000026726	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	99.19200000000001	100.0	0.00043835291470844856	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0176_000000027322	1247	0.648935738678249	2	2	2	2	2	False	29798	maximal	True	ISR0176_000000027322	1.0		6	2	False	False	0.9991980791091919	0					non-mobilizable	other	1164.0	76.804	92.0	0.007456698307075057	NZ_FQVM01000004.1	firmicutes	Clostridium fallax strain DSM 2631, whole genome shotgun sequence	False	False
SPA0116_000000031016	1327	0.6489336115243636	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.0134099820306866		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	83.436	92.0	0.00039768699316521794	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0208_000000022718	1327	0.6489336115243636	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.013420127910276757		0	0	False	False	0.9992464184761047	0					non-mobilizable	chromosome	1136.0	83.62700000000001	92.0	0.0003980398653863051	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0146_000000009656	1964	0.6489259461338494	2	2	1	1	2	False	41837	fragment	False	FIJ0146_000000009656	1.0		0	0	False	False	0.996435821056366	0	rep_cluster_1418				non-mobilizable	plasmid	1964.0	99.898	100.0	0.01503408133568201	CP050155.1	enterobacteria	Klebsiella quasipneumoniae plasmid Carbapenemase(IMP-4)_IncFI, complete sequence	False	True
CAN0011_000000006236	5023	0.6489256669184446	5	4	3	3	3	True	130648	backbone	False	USA0082_01_000000002282	0.015615741217478453	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	3708.0	99.865	100.0	0.6088027590737395	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0165_000000004447	4064	0.6489256669184446	5	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.6640204948877637		0	0	False	False	1.0	0		MOBV			mobilizable	other	2778.0	99.74799999999999	100.0	0.3687425308723941	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0054_000000006156	4063	0.6489256669184446	5	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.6640114098354218		0	0	False	False	1.0	0		MOBV			mobilizable	other	2778.0	99.74799999999999	100.0	0.3687425308723941	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0034_000000009820	3656	0.6489256669184446	5	4	3	3	3	True	130599	fragment	False	CHI0125_000000003265	0.0567839321882307		0	0	False	False	1.0	0					non-mobilizable	plasmid	2611.0	99.809	100.0	0.4421480603083178	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
TAN0012_000000008555	1178	0.648913810491513	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.24200585902961105		0	0	False	False	0.9940577149391174	0					non-mobilizable	chromosome	1179.0	93.89299999999999	100.0	0.00031423983968966547	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0213_000000014573	1816	0.6489129249589093	2	2	2	2	1	False	97231	fragment	False	ISR0213_000000014573	0.9699660508061255		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	98.73299999999999	100.0	0.018524406880493983	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
ENG0210_000000005887	3665	0.6489114885448956	3	3	3	2	3	False	107649	fragment	False	ENG0210_000000005887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	82.09	4.0	3.9298777808010174e-05	CP042344.1	b-proteobacteria	Comamonas sp. NLF-7-7 strain NLF 7-7 chromosome, complete genome	True	False
CAN0020_000000016916	2165	0.6489079041248599	5	4	4	3	0	True	91875	maximal	True	CAN0020_000000016916	1.0		8	4	False	False	0.9926096796989441	0					non-mobilizable	other	1771.0	83.569	94.0	0.046354139324898944	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
MAD0109_000000008224	1729	0.6489079041248599	4	4	4	3	0	True	14583	fragment	False	MAD0109_000000008224	1.0		0	0	False	False	0.9890109896659851	0					non-mobilizable	other	1722.0	82.462	99.0	0.005586171935046034	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
FIJ0041_000000004475	7508	0.6489028277877332	10	5	4	4	4	False	54282	maximal	True	FIJ0041_000000004475	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	96.742	22.0	0.00027363043505887247	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0385_000000004759	4162	0.6488992512809263	5	5	5	4	3	False	121138	maximal	False	ENG0045_000000002800	0.9720214502214968		0	0	False	False	1.0	0					non-mobilizable	chromosome	4162.0	99.111	100.0	0.001311537209234155	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0151_000000002380	6223	0.6488991752714335	9	4	3	3	3	True	128129	maximal	False	ISR0378_000000003009	0.9830754327964586	PS1029	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	3517.0	90.90100000000001	56.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0378_000000003009	6172	0.6488991752714335	8	4	3	3	3	True	128129	maximal	True	ISR0378_000000003009	0.9830884787405384	PS1029	9	2	True	True	0.9998379945755005	11					non-mobilizable	no_good_hit	1759.0	91.927	57.0	0.2653123104912068	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0275_000000002208	5926	0.6488991752714335	8	4	3	3	3	True	128129	maximal	False	ISR0378_000000003009	0.9574582863655617	PS1029	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1708.0	91.745	56.0	0.25758035172832017	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MAD0002_000000039170	1185	0.6488976357449965	2	2	2	2	2	False	20124	fragment	False	MAD0002_000000039170	1.0		0	0	False	False	0.99915611743927	0					non-mobilizable	other	1180.0	98.98299999999999	99.0	0.012256354280368002	NZ_JAAITI010000015.1	firmicutes	Blautia luti strain MSK.16.34 NODE_15_length_96195_cov_253.786, whole genome shotgun sequence	False	False
USA0037_01_000000011389	3061	0.6488887110032557	4	3	3	3	2	True	24268	fragment	False	USA0037_01_000000011389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1916.0	81.315	62.0	0.0006535757309886404	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
ISR0261_000000006814	2638	0.6488864012469856	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9829207573251507		0	0	False	False	0.9996209144592285	0					non-mobilizable	no_good_hit	1290.0	93.721	54.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
MAD0060_000000001872	6895	0.6488764967660613	5	2	1	1	2	True	97630	fragment	False	MAD0060_000000001872	0.9445010598376657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	95.27	17.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0031_000000002563	6288	0.6488764967660613	4	2	1	1	2	True	97629	fragment	False	ISR0031_000000002563	0.9685536158195631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.351	19.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0080_000000004565	6116	0.6488764967660613	6	2	1	1	2	True	97629	fragment	False	ISR0031_000000002563	0.9680843209396076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.351	19.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0034_000000002503	5724	0.6488764967660613	6	2	1	1	2	True	97629	fragment	False	ISR0031_000000002563	0.9529128224993432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	95.355	21.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0001_000000004418	5643	0.6488764967660613	6	2	1	1	2	True	97629	fragment	False	ISR0031_000000002563	0.8221178936946762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.435	21.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0047_000000006328	5494	0.6488764967660613	6	2	1	1	2	True	97629	fragment	False	ISR0031_000000002563	0.6860088329835007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.435	22.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0371_000000002673	5244	0.6488764967660613	5	2	1	1	2	True	97629	fragment	False	ISR0031_000000002563	0.4020380309154666		0	0	False	False	0.9994279146194458	0					non-mobilizable	no_good_hit	1183.0	95.52	23.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0011_000000010244	4474	0.6488764967660613	5	2	1	1	2	True	85051	fragment	False	MON0011_000000010244	0.8530651750284279		0	0	False	False	0.9948591589927673	0					non-mobilizable	no_good_hit	1184.0	95.524	26.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0037_000000013578	4360	0.6488764967660613	5	2	1	1	2	True	85051	fragment	False	MON0011_000000010244	0.850348770506359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.52	27.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0042_000000005339	3964	0.6488764967660613	5	2	1	1	2	True	85051	fragment	False	MON0011_000000010244	0.5370523191704027		0	0	False	False	0.9994954466819763	0					non-mobilizable	no_good_hit	1184.0	95.27	30.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0028_000000006276	3820	0.6488764967660613	6	2	1	1	2	True	85051	fragment	False	MON0011_000000010244	0.43281359127669394		0	0	False	False	0.9997382164001465	0					non-mobilizable	no_good_hit	1183.0	95.351	31.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0072_000000001445	3763	0.6488764967660613	5	2	1	1	2	True	85051	fragment	False	MON0011_000000010244	0.4320333100857122		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.182	31.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0045_000000010092	3604	0.6488764967660613	5	2	1	1	2	True	85051	fragment	False	MON0011_000000010244	0.41963254294175045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.182	33.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0078_000000012882	3235	0.6488764967660613	4	2	1	1	2	True	67465	fragment	False	MON0078_000000012882	0.8725778962861753		0	0	False	False	0.9795981645584106	0					non-mobilizable	no_good_hit	1185.0	95.19	37.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0026_000000011526	3181	0.6488764967660613	4	2	1	1	2	True	67465	fragment	False	MON0078_000000012882	0.8598062891136227		0	0	False	False	0.9820811152458191	0					non-mobilizable	no_good_hit	1184.0	95.524	37.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0080_000000001753	3167	0.6488764967660613	4	2	1	1	2	True	67465	fragment	False	MON0078_000000012882	0.865215030022681		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.182	37.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0003_000000004431	3064	0.6488764967660613	4	2	1	1	2	True	67465	fragment	False	MON0078_000000012882	0.8645634485164144		0	0	False	False	0.9853132963180542	0					non-mobilizable	no_good_hit	1184.0	95.524	39.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0054_000000014826	2930	0.6488764967660613	4	2	1	1	2	True	67465	fragment	False	MON0078_000000012882	0.8466221772225506		0	0	False	False	0.9894198179244995	0					non-mobilizable	no_good_hit	1184.0	95.524	40.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0015_000000006363	2928	0.6488764967660613	4	2	1	1	2	True	67465	fragment	False	MON0078_000000012882	0.8473951436466531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	95.439	40.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0040_000000012943	2440	0.6488764967660613	4	2	1	1	2	True	34236	fragment	False	MAD0040_000000012943	0.988225002891447		0	0	False	False	0.9930328130722046	0					non-mobilizable	no_good_hit	1184.0	95.439	48.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0041_000000028392	2230	0.6488764967660613	3	2	1	1	2	True	34236	fragment	False	MAD0040_000000012943	0.9574986753584561		0	0	False	False	0.9995515942573547	0					non-mobilizable	no_good_hit	1183.0	96.11200000000001	53.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
AST0061_000000026757	1574	0.6488763829587415	4	3	2	2	2	True	111920	fragment	False	AST0061_000000026757	1.0		0	0	False	False	0.9955527186393738	0					non-mobilizable	chromosome	1574.0	99.428	100.0	0.00035007304130461295	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
AST0153_000000000526	29112	0.6488741299654723	27	12	8	11	6	False	113969	fragment	False	AST0153_000000000526	1.0		0	0	False	True	0.9998282790184021	0					non-mobilizable	no_good_hit	1412.0	93.555	5.0	0.14341124834132898	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MAD0025_000000008838	1483	0.6488728724971354	4	2	2	2	2	True	19127	fragment	False	MAD0025_000000008838	1.0		0	0	False	False	0.9851651787757874	0					non-mobilizable	no_good_hit	112.0	83.036	7.0	0.001418089092422981	NZ_JPMX01000006.1	high GC Gram+	Modestobacter caceresii strain KNN 45-2b asc16_sequence_0006, whole genome shotgun sequence	True	True
CHI0034_000000003809	3854	0.6488728583731362	5	2	2	2	1	True	88286	fragment	False	CHI0034_000000003809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2789.0	99.211	72.0	0.0011026819138413079	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
CAN0003_000000026712	1851	0.6488705411819364	2	2	1	2	1	False	96572	fragment	False	CAN0003_000000026712	0.9930555555555556		0	0	False	False	0.9989194869995117	0					non-mobilizable	no_good_hit	219.0	76.256	11.0	5.27132489970385e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0079_000000000019	71606	0.6488698937261833	71	11	3	10	3	False	6882	fragment	False	SPA0079_000000000019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.0661764705882353	BT121898.1	crustaceans	Lepeophtheirus salmonis Atlantic form clone lsaA-evv-515-187 Probable 28S ribosomal protein S16, mitochondrial putative mRNA, complete cds	True	False
SPA0045_000000006600	4168	0.6488682923718345	4	3	3	3	2	True	73287	fragment	False	SPA0045_000000006600	1.0		0	0	False	False	0.9966410994529724	0					non-mobilizable	no_good_hit	3126.0	100.0	75.0	0.00048663967750038194	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
ENG0008_000000020995	1255	0.6488654358563436	2	2	2	2	1	False	76433	maximal	False	ISR0063_000000015432	0.9437878583391863		0	0	False	False	0.9992032051086426	0					non-mobilizable	no_good_hit								True	False
MAD0009_000000001222	6696	0.648863922934614	10	9	6	7	8	False	19791	maximal	True	MAD0009_000000001222	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3021.0	93.711	86.0	0.0005857613208034386	CP057062.1	enterobacteria	Escherichia coli strain RHB39-C14 chromosome, complete genome	True	False
MAD0039_000000000922	9301	0.6488620050899138	19	6	2	5	4	True	110290	maximal	True	MAD0039_000000000922	1.0		1	1	False	False	0.9980646967887878	0					non-mobilizable	no_good_hit	616.0	98.539	7.0	0.001285973272666063	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0055_000000006578	2452	0.6488614033253838	4	4	3	3	4	False	87839	fragment	False	CHI0055_000000006578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	84.259	21.0	7.870210664209004e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0040_000000009171	4095	0.6488606936744395	3	3	3	3	3	False	112356	maximal	True	SPA0040_000000009171	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	2295.0	81.22	56.0	0.013843648208469055	NZ_JNKW01000006.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
ISR0067_000000004960	5193	0.6488537333860861	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9769354014092193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	88.869	54.0	0.008226240936169391	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0169_000000004996	5144	0.6488537333860861	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9717933211715247		0	0	False	False	0.9998055696487427	0					non-mobilizable	no_good_hit	1707.0	88.869	55.0	0.008226240936169391	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ENG0078_000000011544	2263	0.6488526101650989	2	2	1	2	1	False	105735	fragment	False	ENG0078_000000011544	1.0		0	0	False	False	0.9748122096061707	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000006768	5865	0.6488512336081267	12	5	5	3	3	False	88921	maximal	True	USA0130_01_000000006768	1.0		9	4	False	False	0.99965900182724	0					non-mobilizable	no_good_hit	1641.0	72.15100000000001	39.0	0.0004575919203807165	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0378_000000004872	4409	0.6488493334537905	7	4	3	4	1	True	95052	fragment	False	ISR0378_000000004872	0.9774263270651546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	85.882	2.0	0.0018741323461360481	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0300_000000000090	31044	0.6488452792603242	38	9	2	9	4	False	58010	maximal	True	ISR0300_000000000090	1.0	PS253	1	1	True	True	1.0	17					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.4894291462364442e-05	NZ_CP001668.1	mycoplasmas	Mycoplasma mycoides subsp. capri str. GM12 chromosome clone deltatypeIIIres, complete genome	True	True
ISR0266_000000009101	2016	0.6488429644293146	2	2	2	2	2	False	67980	fragment	False	SPA0030_000000014884	0.9738732703989909		0	0	False	False	0.988095223903656	0					non-mobilizable	other	2016.0	96.726	100.0	0.000494033473158291	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0296_000000002972	7392	0.6488347068541697	9	3	2	3	1	False	53626	maximal	True	ISR0296_000000002972	1.0		1	1	False	False	0.9998646974563599	0					non-mobilizable	no_good_hit	55.0	87.273	1.0	0.00021232289412437223	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0085_000000004967	2780	0.6488328464538331	4	4	4	4	3	False	89618	fragment	False	MON0095_000000010671	0.9744177840508116		0	0	False	False	1.0	0					non-mobilizable	other	2780.0	98.525	100.0	0.038090408180048795	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ISR0133_000000004670	3949	0.6488324265873182	5	5	2	4	4	True	123556	backbone	False	ISR0826_000000002301	0.34167144994704085	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3951.0	99.089	100.0	0.0010561723553313004	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0046_000000003778	5483	0.6488320570949933	7	2	2	1	1	False	72763	maximal	True	DEN0046_000000003778	1.0		1	1	False	False	0.9998176097869873	0					non-mobilizable	no_good_hit	705.0	87.234	13.0	0.001069791291502103	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0211_000000018538	1240	0.6488248499026891	1	1	1	1	1	False	28386	fragment	False	ISR0211_000000018538	0.9763313609467456		0	0	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	1035.0	91.49799999999999	83.0	0.017015318728380826	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0104_000000024796	1141	0.6488248499026891	2	1	1	1	1	False	83109	fragment	False	MON0025_000000029815	0.11624029594122857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	92.355	85.0	0.01612584417723604	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ITA0005_000000003389	5118	0.6488013182494291	6	3	3	3	3	True	59120	maximal	True	ITA0005_000000003389	1.0		1	1	False	False	0.9996092319488525	0					non-mobilizable	no_good_hit	1729.0	97.05	34.0	0.013989977088174097	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
TAN0001_000000007483	1819	0.6488006575442248	2	2	2	2	2	False	3105	maximal	True	TAN0001_000000007483	0.994162288382954		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0079_000000008465	3384	0.6487948099516476	5	4	2	2	4	False	50766	fragment	False	FIJ0079_000000008465	0.9987995198079231		0	0	False	False	1.0	0					non-mobilizable	plasmid	3384.0	100.0	100.0	0.026572306048871678	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
FIJ0042_000000005258	4481	0.6487755697409693	6	6	3	3	2	False	132272	fragment	False	DEN0079_000000010289	0.7092869084073004		0	0	False	False	1.0	0					non-mobilizable	other	4502.0	90.449	99.0	0.0010470588564661485	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0392_000000015676	2134	0.6487754484322567	2	2	2	2	2	False	79987	fragment	False	ISR0354_000000008197	0.9343385127384946		0	0	False	False	0.991096556186676	0					non-mobilizable	chromosome	2145.0	96.131	100.0	0.0009563220114267762	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0039_01_000000008775	2606	0.6487719936034315	3	3	3	3	3	False	91453	maximal	False	ISR0153_000000010234	0.9421287681429104		0	0	False	False	0.9942440390586853	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0006852586332205079	NZ_FOGQ01000017.1	high GC Gram+	Corynebacterium cystitidis DSM 20524, whole genome shotgun sequence	True	False
MON0019_000000019030	3378	0.6487717258958762	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.22478838272217538		0	0	False	False	0.9991118907928467	0					non-mobilizable	other	3380.0	98.432	100.0	0.007065534452583133	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0063_01_000000006867	2954	0.6487704812067225	4	4	4	4	4	False	61105	maximal	True	USA0063_01_000000006867	1.0		58	9	False	False	0.9986459016799927	0					non-mobilizable	other	2954.0	99.492	100.0	0.009741373622748566	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0031_000000018398	1318	0.6487658156985576	2	1	1	1	1	False	36992	maximal	True	ISR0031_000000018398	1.0		30	5	False	False	0.9696509838104248	0					non-mobilizable	no_good_hit	773.0	98.448	75.0	0.017649748513946045	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0211_000000014597	1672	0.6487639186086741	2	2	2	2	2	False	101949	maximal	True	ENG0211_000000014597	1.0		0	0	False	False	0.9874401688575745	0					non-mobilizable	no_good_hit								True	False
USA0016_01_000000006602	2475	0.6487569429772112	2	2	2	2	1	False	78866	maximal	False	MON0080_000000019898	0.9772370486656201		0	0	False	False	0.99919193983078	0					non-mobilizable	no_good_hit	1317.0	70.235	51.0	0.0004536403308564312	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0120_000000004314	4872	0.6487551602492182	5	4	4	4	4	False	117090	maximal	True	ENG0120_000000004314	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	2919.0	78.554	72.0	0.0005248195222030071	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0081_000000031172	1168	0.6487536522757912	2	2	2	2	2	False	44214	maximal	True	FIJ0081_000000031172	1.0		7	3	False	False	0.9974315166473389	0					non-mobilizable	no_good_hit	976.0	92.62299999999999	83.0	0.00033062434312622476	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0103_000000019221	2621	0.6487451241934584	4	3	3	3	3	False	13958	maximal	True	MON0103_000000019221	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	89.73899999999999	41.0	0.00031719470749820447	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0107_000000022568	2602	0.6487451241934584	5	3	3	3	3	False	13960	fragment	False	MON0107_000000022568	0.9828753484667463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1046.0	89.579	40.0	0.00030949436912756646	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0048_000000015755	2511	0.6487451241934584	4	3	3	3	3	False	13960	fragment	False	MON0107_000000022568	0.9659877017678709		0	0	False	False	0.9968140125274658	0					non-mobilizable	no_good_hit	1131.0	90.009	45.0	0.0003346685522623446	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0105_000000024848	2193	0.6487451241934584	4	3	3	3	3	False	13957	fragment	False	MON0087_000000021348	0.9750317393144309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	90.009	52.0	0.0003346685522623446	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0007_000000029645	2100	0.6487451241934584	4	3	3	3	3	False	13957	fragment	False	MON0087_000000021348	0.652530779753762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	89.70700000000001	50.0	0.0003133445383128855	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0076_000000008072	1942	0.6487446923516008	4	3	1	3	3	False	94947	fragment	False	SPA0076_000000008072	0.9684851694915255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1408.0	94.815	81.0	0.00043771531891620815	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0062_000000002195	6814	0.6487440884430061	5	5	5	5	4	False	71751	maximal	True	DEN0062_000000002195	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	74.273	17.0	0.0008035401519863312	CP054010.1	CFB group bacteria	Prevotella melaninogenica strain FDAARGOS_760 chromosome 1, complete sequence	True	False
DEN0094_000000012467	2799	0.6487399461059071	3	3	2	3	1	False	114104	fragment	False	DEN0094_000000012467	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2367.0	96.071	99.0	0.0008243954143266404	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0195_000000001041	18426	0.6487350624757924	25	19	12	14	13	True	125941	maximal	True	ISR0195_000000001041	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1792.0	98.605	34.0	0.0004995870360382776	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0109_000000017635	2025	0.6487302056580982	2	2	2	2	2	False	88703	fragment	False	CHI0028_000000006623	0.9555893694253992		0	0	False	False	1.0	0					non-mobilizable	chromosome	2025.0	97.679	100.0	0.0006877530015287554	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0091_000000005450	1963	0.6487220527467489	3	2	2	2	1	False	5560	maximal	True	SPA0091_000000005450	1.0		85	7	False	False	1.0	0					non-mobilizable	other	984.0	98.679	100.0	0.00018510968643398336	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0129_000000011328	2366	0.6487126848751836	3	3	3	3	3	False	3840	maximal	True	SPA0129_000000011328	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	98.39399999999999	18.0	0.00012106187124360321	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
SPA0102_000000026619	1154	0.6487114613195205	2	2	2	2	2	False	22491	maximal	False	USA0083_01_000000019756	0.7363586988705609		0	0	False	False	0.993934154510498	0					non-mobilizable	no_good_hit	553.0	73.779	47.0	0.002817920943098679	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0101_000000026151	2409	0.6487069432080896	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.058869057629936175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	836.0	86.603	49.0	0.0002854895563259242	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0087_000000013363	1983	0.6486938201140824	2	2	1	2	2	False	63081	maximal	True	ENG0087_000000013363	1.0		12	5	False	False	0.998487114906311	0					non-mobilizable	no_good_hit	50.0	94.0	3.0	2.388485669594171e-05	NC_016148.1	bacteria	Thermovirga lienii DSM 17291, complete sequence	True	False
ISR0083_000000016115	1686	0.6486935978519576	3	3	3	3	3	False	52517	fragment	False	SPA0058_000000018219	0.947461629279811		0	0	False	False	0.9988137483596802	0					non-mobilizable	other	1686.0	99.288	100.0	0.07570651929729973	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	False	False
MON0096_000000007731	4136	0.6486914370699248	3	2	2	2	2	False	92863	maximal	True	MON0096_000000007731	1.0		28	8	False	False	1.0	0					non-mobilizable	other	4136.0	100.0	100.0	0.029009197353743837	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
SPA0142_000000009559	2994	0.6486914370699248	3	2	2	2	2	False	92860	fragment	False	SPA0142_000000009559	1.0		0	0	False	False	0.9966599941253662	0					non-mobilizable	no_good_hit	2578.0	98.21600000000001	86.0	0.018079008846577475	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	True	False
ISR0135_000000012127	1660	0.6486872857805479	2	1	1	1	1	False	31419	maximal	True	ISR0135_000000012127	1.0		1	1	False	False	0.9867469668388367	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	2.9419802778932635e-05	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
MAD0016_000000005657	1200	0.6486822105184263	2	1	1	1	1	True	19394	fragment	False	MAD0016_000000005657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0084_000000006896	1904	0.6486816277425581	5	3	1	3	3	False	44008	maximal	True	FIJ0084_000000006896	1.0		19	5	False	False	0.9973739385604858	0					non-mobilizable	other	1387.0	97.90899999999999	93.0	0.00039062433897054554	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0137_000000011223	1502	0.6486805919232321	2	1	1	1	1	False	83621	fragment	False	CHI0137_000000011223	1.0		0	0	False	False	0.9926764369010925	0					non-mobilizable	other	1494.0	94.11	99.0	0.020017757688271853	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0006_000000001912	20747	0.6486767307534781	28	13	10	10	11	False	95788	maximal	True	CAN0006_000000001912	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	86.46799999999999	6.0	0.0005537885113053847	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
USA0130_01_000000027927	1166	0.6486656790793176	2	2	2	2	2	False	100	maximal	True	USA0130_01_000000027927	1.0		219	12	False	False	0.9837049841880798	0					non-mobilizable	no_good_hit	496.0	79.234	42.0	0.0004982818391461151	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	True	False
ISR0791_000000010301	1784	0.6486639891885364	3	2	1	2	2	False	41505	fragment	False	ISR0275_000000007277	0.9448102450942677		0	0	False	False	1.0	0					non-mobilizable	chromosome	1784.0	99.103	100.0	0.0006214856260099577	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0002_000000021212	1758	0.6486630402927471	3	3	3	2	2	False	131681	fragment	False	ENG0124_000000017310	0.83829798833298		0	0	False	False	0.9965870380401611	0					non-mobilizable	other	1758.0	97.44	100.0	0.002065537615826462	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0047_000000043000	1131	0.6486620097750551	2	2	2	2	1	False	46185	maximal	False	FIJ0056_000000018631	0.9802065404475043		0	0	False	False	0.9911582469940186	0					non-mobilizable	no_good_hit	514.0	76.848	45.0	0.0016182927488403295	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
SPA0111_000000001660	15415	0.6486570581711615	18	8	1	8	2	False	4591	fragment	False	SPA0111_000000001660	1.0		0	0	False	False	0.9980538487434387	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00031071644671212936	NZ_LFQU01000007.1	CFB group bacteria	Prevotella rara strain 109 contig00007, whole genome shotgun sequence	True	False
ENG0102_000000016025	1783	0.6486460068608526	3	2	1	2	2	True	131277	fragment	False	ENG0102_000000016025	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1126.0	93.60600000000001	68.0	0.00039698124872304365	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0182_000000007791	4264	0.6486437122592739	6	5	3	3	3	False	69405	maximal	True	ISR0182_000000007791	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	99.584	27.0	0.00019467777988378278	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0132_000000011259	2792	0.6486395409754001	2	1	1	1	1	False	80919	maximal	True	CHI0132_000000011259	1.0		2	2	False	False	0.9946275353431702	0					non-mobilizable	no_good_hit	2147.0	100.0	77.0	0.0012927337040856649	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
SPA0083_000000014777	1247	0.6486386544979098	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.977249847869314		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	82.47399999999999	99.0	0.0169269248969107	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
DEN0051_000000039316	1246	0.6486386544979098	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.9776225950249918		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	82.47399999999999	99.0	0.0169269248969107	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
USA0031_01_000000022325	1173	0.6486386544979098	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.27148679548933413		0	0	False	False	0.990622341632843	0					non-mobilizable	other	1173.0	95.993	100.0	0.004498504976375172	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0815_000000010881	2855	0.6486348503110878	4	3	2	3	2	False	113852	fragment	False	AST0055_000000011008	0.9571845604930262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001610027489728621	AC087379.4	primates	Homo sapiens chromosome 11, clone RP11-396O20, complete sequence	True	False
ENG0178_000000021058	1103	0.6486339716808525	2	1	1	1	1	False	55428	maximal	False	FIJ0104_000000024899	0.9722711267605633		0	0	False	False	0.9728014469146729	0					non-mobilizable	no_good_hit	938.0	98.081	85.0	0.007696541074230141	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	True	False
ISR0824_000000012562	1813	0.6486317144888688	4	2	2	2	2	False	80898	fragment	False	FIJ0152_000000013891	0.8722763015201555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	87.96	33.0	0.0124292369075223	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
FIJ0040_000000002946	7831	0.6486307032563733	8	6	3	6	4	True	51549	maximal	True	FIJ0040_000000002946	0.9876977700204744		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	3453.0	98.78399999999999	59.0	0.31635929901825854	AF242367.1	firmicutes	Lactococcus lactis subsp. lactis plasmid pBL1, complete sequence	True	True
FIJ0063_000000002878	7812	0.6486307032563733	8	6	3	6	4	True	51549	maximal	False	FIJ0040_000000002946	0.9862019920196088		0	0	False	False	0.9998719692230225	0					non-mobilizable	no_good_hit	3453.0	98.78399999999999	59.0	0.31635929901825854	AF242367.1	firmicutes	Lactococcus lactis subsp. lactis plasmid pBL1, complete sequence	True	True
ISR0095_000000007013	3907	0.6486299586718469	4	3	3	3	0	True	33424	fragment	False	ISR0095_000000007013	1.0		0	0	False	False	0.9969285726547241	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00014016951751023895	NZ_CABIKE010000002.1	e-proteobacteria	Helicobacter suis strain HSMm R02019b isolate Helicobacter suis, whole genome shotgun sequence	True	True
TAN0004_000000001123	3320	0.6486227205919681	3	2	2	2	1	True	2965	fragment	False	TAN0004_000000001123	1.0		0	0	False	False	0.9906626343727112	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.3780714269932077e-07	LR877216.1	rodents	Acomys russatus genome assembly, chromosome: 5	True	True
ENG0143_000000003078	6423	0.6486197069281551	8	4	3	2	1	True	98760	maximal	True	ENG0143_000000003078	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	5146.0	97.105	80.0	0.09753503741121956	MK232065.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.O21_5-proph-CL11_c1 sequence	True	True
MAD0055_000000005706	1611	0.6486170628171718	2	1	1	1	1	False	17103	maximal	True	MAD0055_000000005706	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1358.0	92.71	84.0	0.0006118043038357332	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	False
MON0080_000000036568	1538	0.6486012198980226	2	2	1	2	1	False	33768	fragment	False	MON0080_000000036568	1.0		0	0	False	False	0.9629389047622681	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000006695	3529	0.6485974637217501	4	3	3	3	3	False	107372	fragment	False	FIJ0043_000000006846	0.9580936426685241		0	0	False	False	0.9991499185562134	0					non-mobilizable	no_good_hit	809.0	78.368	23.0	0.00027506494971125055	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ISR0812_000000006565	5750	0.6485945922427662	10	7	4	5	5	True	26303	fragment	False	ISR0812_000000006565	1.0		0	0	False	False	0.9986087083816528	0					non-mobilizable	no_good_hit	1169.0	97.177	64.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MAD0060_000000009863	1715	0.6485926542581768	2	2	2	2	1	False	73170	maximal	True	MAD0060_000000009863	0.9835338822039266		23	8	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	76.95	50.0	0.002721529652273717	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0098_000000003719	5861	0.6485880432472703	7	6	5	5	6	False	98389	fragment	False	MON0098_000000003719	1.0		0	0	False	False	0.9894216060638428	0					non-mobilizable	no_good_hit	1429.0	79.49600000000001	24.0	0.00869904475100737	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MAD0034_000000001301	9271	0.6485876070959352	13	13	5	10	13	True	114258	fragment	False	MAD0034_000000001301	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4691.0	98.955	99.0	0.0008204358141049885	LR596807.1	enterobacteria	Klebsiella pneumoniae isolate 98fb0f42-b809-11e8-aae5-3c4a9275d6c8 genome assembly, chromosome: 1	False	True
ENG0025_000000009272	2654	0.648586100204994	3	2	2	2	1	True	73236	fragment	False	FIJ0134_000000006066	0.9303249210369954		0	0	False	False	1.0	0					non-mobilizable	other	2443.0	96.316	94.0	0.0008293093765638733	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0081_000000022194	2508	0.648586100204994	3	2	2	2	1	True	73236	fragment	False	FIJ0134_000000006066	0.6286119711042312		0	0	False	False	1.0	0					non-mobilizable	other	2353.0	98.725	94.0	0.0007990723693888693	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0774_000000006001	4007	0.6485848860590743	5	4	2	2	3	False	111020	fragment	False	ENG0114_000000004403	0.8729155096851762		0	0	False	False	1.0	0					non-mobilizable	other	4007.0	99.551	100.0	0.020947171922632464	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
ENG0052_000000007228	3908	0.6485848860590743	5	4	2	2	3	False	111020	fragment	False	ENG0114_000000004403	0.7899741913039243		0	0	False	False	0.9910439848899841	0					non-mobilizable	other	3908.0	99.565	100.0	0.02042950591655642	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
ISR0298_000000005545	2614	0.6485813128880823	5	4	3	2	2	True	116832	fragment	False	ISR0298_000000005545	0.9756795422031473		0	0	False	False	1.0	0					non-mobilizable	other	2542.0	100.0	100.0	0.0008157858576570862	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
AST0035_000000006330	2591	0.6485813128880823	6	4	3	2	2	True	116832	fragment	False	ISR0298_000000005545	0.9727466169289826		0	0	False	False	1.0	0					non-mobilizable	other	2519.0	100.0	100.0	0.0008084017275011976	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0813_000000005828	4767	0.6485726774838428	7	7	7	6	4	False	105255	maximal	True	ISR0813_000000005828	1.0		19	6	False	False	0.999160885810852	0					non-mobilizable	no_good_hit	2279.0	84.774	86.0	0.006431143396807825	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
DEN0066_000000010989	3028	0.6485601061724863	4	3	3	3	2	False	70985	maximal	True	DEN0066_000000010989	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00011871732525469263	NZ_AHCA01000009.1	g-proteobacteria	Pseudoalteromonas haloplanktis ATCC 14393 Phal_ctg009, whole genome shotgun sequence	True	False
AST0108_000000004675	4893	0.6485570640333335	6	5	5	5	4	False	107303	maximal	True	AST0108_000000004675	1.0		23	6	False	False	0.9981606602668762	0					non-mobilizable	no_good_hit	2627.0	86.601	74.0	0.0007023841937026071	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0042_000000018020	1847	0.6485558607271057	3	2	2	2	2	False	102727	fragment	False	DEN0061_000000022311	0.9653350297758861		0	0	False	False	1.0	0					non-mobilizable	other	1847.0	96.102	100.0	0.00045259840766759566	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AUS0022_000000018722	1825	0.6485558607271057	2	2	2	2	2	False	102727	fragment	False	DEN0061_000000022311	0.9605484254561889		0	0	False	False	0.9978082180023193	0					non-mobilizable	other	1825.0	96.055	100.0	0.0004472044938167359	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0070_000000014142	2385	0.6485516527440168	4	2	1	2	1	True	70616	maximal	True	DEN0070_000000014142	1.0		1	1	False	False	0.9958071112632751	0					non-mobilizable	no_good_hit								True	True
CHI0173_000000014614	1232	0.6485482712463613	2	2	1	2	1	True	87645	fragment	False	USA0009_01_000000018276	0.46537949988005023		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	98.052	100.0	0.0003296521727720159	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0089_000000008123	4729	0.6485461964091492	6	2	1	1	1	True	106460	maximal	True	SPA0089_000000008123	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	89.32	42.0	0.2021678436524881	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0067_000000008096	3544	0.6485461964091492	5	2	1	1	1	True	115654	fragment	False	ENG0067_000000008096	0.9937125748502994		0	0	False	False	0.9994356632232666	0		MOBV			mobilizable	plasmid	3139.0	98.63	99.0	0.5315941046925292	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ISR0785_000000010092	3294	0.6485461964091492	4	2	1	1	1	True	127536	fragment	False	ENG0124_000000008297	0.7853878460263709		0	0	False	False	1.0	0		MOBV			mobilizable	other	3294.0	99.90899999999999	100.0	0.5408112990638857	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0041_000000003904	3257	0.6485461964091492	4	2	1	1	1	True	115634	fragment	False	ISR0041_000000003904	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1642.0	97.74700000000001	66.0	0.21763378037445227	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0146_000000012110	3234	0.6485461964091492	4	2	1	1	1	True	127536	fragment	False	ENG0124_000000008297	0.385526972249661		0	0	False	False	0.9882498383522034	0		MOBV			mobilizable	other	3234.0	99.845	100.0	0.5309574642798489	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0089_01_000000002741	2957	0.6485461964091492	4	2	1	1	1	True	106457	fragment	False	USA0089_01_000000002741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1171.0	85.65299999999999	54.0	0.1726693345190455	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ENG0191_000000011075	2727	0.6485461964091492	3	2	1	1	1	True	129348	fragment	False	ENG0191_000000011075	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1765.0	99.943	89.0	0.22419928825622776	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AUS0012_000000007445	2264	0.6485461964091492	4	2	1	1	1	True	101160	fragment	False	AUS0012_000000007445	1.0		0	0	False	False	0.9893993139266968	0					non-mobilizable	no_good_hit	659.0	98.331	51.0	0.08710662594608949	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
FIJ0012_000000014744	1678	0.6485321492037638	2	2	1	2	1	False	50769	maximal	True	FIJ0012_000000014744	1.0		2	2	False	False	0.9994040727615356	0					non-mobilizable	no_good_hit	97.0	84.536	6.0	2.1768529780709274e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0066_000000006721	4538	0.6485308632251058	5	3	1	3	1	True	45374	maximal	True	FIJ0066_000000006721	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0001762007473342042	AC235815.1	carnivores	Felis catus BAC clone FCAB-49H12 from chromosome unknown, complete sequence	True	True
DEN0092_000000008109	1924	0.6485227578636757	3	2	1	1	2	False	91477	fragment	False	ENG0100_000000012743	0.6656733132088479		0	0	False	False	1.0	0					non-mobilizable	other	1923.0	99.48	99.0	0.0471413504696966	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
ENG0037_000000006786	4583	0.6485159907678746	7	4	2	2	1	True	65237	maximal	True	ENG0037_000000006786	0.9996668147490004		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	72.28399999999999	10.0	0.00014617417214819812	NZ_JIAA01000001.1	firmicutes	Clostridioides mangenotii LM2 P160DRAFT_scf7180000000002_quiver_dupTrim_16548.1_C, whole genome shotgun sequence	True	True
ISR0130_000000006059	4502	0.6485159907678746	7	4	2	2	1	True	65237	maximal	False	ENG0037_000000006786	0.9908356971416103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	72.28399999999999	10.0	0.00014617417214819812	NZ_JIAA01000001.1	firmicutes	Clostridioides mangenotii LM2 P160DRAFT_scf7180000000002_quiver_dupTrim_16548.1_C, whole genome shotgun sequence	True	True
CHI0064_000000001155	11777	0.6485063856429251	14	5	5	5	5	False	115198	maximal	True	CHI0064_000000001155	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	77.92699999999999	9.0	0.001214399747950333	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0146_000000010525	2214	0.6484941986839644	2	2	2	2	2	False	57426	fragment	False	ENG0146_000000010525	0.98846908734053		0	0	False	False	0.9977416396141052	0					non-mobilizable	chromosome	1996.0	99.749	100.0	0.0009292520150096325	CP035054.1	firmicutes	Limosilactobacillus fermentum strain SRCM103285 chromosome, complete genome	False	False
ISR0014_000000017603	2038	0.6484941986839644	2	2	2	2	2	False	57426	fragment	False	ENG0146_000000010525	0.9496386630532971		0	0	False	False	0.9862610697746277	0					non-mobilizable	chromosome	2036.0	99.853	100.0	0.0009349109055174904	CP019030.1	firmicutes	Limosilactobacillus fermentum strain SNUV175 chromosome, complete genome	False	False
MON0068_000000002351	12362	0.6484916472464785	5	3	3	3	1	True	130394	maximal	True	MON0068_000000002351	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	97.24799999999999	1.0	0.004477055092650168	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0095_000000009293	2877	0.6484838922350941	3	3	3	3	2	False	67239	fragment	False	FIJ0095_000000009293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	74.131	27.0	0.00026891237452058723	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
SPA0131_000000013165	2000	0.6484826631041546	3	3	3	2	3	False	108235	fragment	False	SPA0131_000000013165	0.9859341825902335		0	0	False	False	0.9944999814033508	0					non-mobilizable	no_good_hit	193.0	74.093	10.0	0.0016040794272592193	NZ_JABEMG010000002.1	high GC Gram+	Promicromonospora citrea strain ATCC 15908 ATCC15908_2, whole genome shotgun sequence	True	False
MAD0041_000000020908	1709	0.6484800838000708	2	2	1	2	2	False	35634	maximal	False	MAD0050_000000012727	0.9500264410364887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0016_000000019084	1861	0.6484762598552685	2	2	2	2	1	False	13353	maximal	True	MON0016_000000019084	1.0		72	11	False	False	0.9806555509567261	0					non-mobilizable	no_good_hit	1113.0	72.956	59.0	0.004228459605164707	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0105_000000006526	4437	0.6484737043252539	5	3	1	3	2	False	42440	maximal	True	FIJ0105_000000006526	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0083_000000000741	12971	0.648472274776832	27	5	2	4	4	False	56097	fragment	False	SPA0083_000000000741	0.9837708267840302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11407.0	97.765	88.0	0.4743061623600882	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
SPA0084_000000000911	12017	0.648472274776832	24	5	2	4	4	False	56096	fragment	False	SPA0084_000000000911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9936.0	98.007	82.0	0.4133483127366538	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
MAD0046_000000011735	2188	0.6484708170349217	2	2	2	2	2	False	17751	fragment	False	MAD0046_000000011735	1.0		0	0	False	False	0.9840036630630493	0					non-mobilizable	chromosome	2188.0	99.45200000000001	100.0	0.0006164183752992955	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
MAD0053_000000005836	1949	0.6484708170349217	2	2	2	2	2	False	17215	fragment	False	MAD0053_000000005836	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1949.0	99.897	100.0	0.0005490548674362267	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
SPA0005_000000019172	1499	0.6484685704217301	3	2	2	2	2	False	8293	maximal	True	SPA0005_000000019172	1.0		1	1	False	False	0.9819880127906799	0					non-mobilizable	no_good_hit	54.0	87.037	4.0	1.1928691684485638e-05	NZ_CP010029.1	enterobacteria	Yersinia entomophaga strain MH96 chromosome	True	False
AST0148_000000028348	1187	0.6484662749803769	2	2	2	2	1	False	104627	fragment	False	AST0148_000000028348	0.9859693877551021		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	99.916	100.0	0.010955715262253588	NZ_CABJDM010000012.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
SPA0050_000000022918	1121	0.6484643698999993	2	2	2	1	1	False	6567	maximal	True	SPA0050_000000022918	1.0		45	8	False	False	0.9910793900489807	0					non-mobilizable	other	1102.0	100.0	100.0	0.00031423995031526746	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0063_000000011346	2813	0.6484591315731937	5	5	5	5	4	False	131593	fragment	False	ENG0063_000000011346	1.0		0	0	False	False	0.9992890357971191	0					non-mobilizable	other	2813.0	99.964	100.0	0.001201201714318179	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
SPA0030_000000025826	1170	0.6484490216996631	1	1	0	1	1	True	7302	fragment	False	SPA0030_000000025826	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1174.0	83.986	99.0	0.0005194394873078709	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
FIJ0101_000000014229	1961	0.6484418778292834	2	2	1	2	1	True	42687	maximal	True	FIJ0101_000000014229	1.0		3	1	False	False	0.9673635959625244	0					non-mobilizable	no_good_hit	89.0	86.51700000000001	5.0	0.00023056869243970497	NZ_KE384343.1	d-proteobacteria	Desulfovibrio zosterae DSM 11974 H589DRAFT_scaffold00005.5, whole genome shotgun sequence	True	True
DEN0078_000000027800	1268	0.6484372230809268	2	2	2	2	2	False	69697	maximal	True	DEN0078_000000027800	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1041.0	69.933	81.0	0.0002925485459338321	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0130_000000010084	2983	0.6484323555736599	4	3	3	3	2	True	122721	fragment	False	ISR0293_000000010219	0.7101101898730376		0	0	False	False	0.9989942908287048	0					non-mobilizable	no_good_hit	2628.0	99.429	88.0	0.048107385500027466	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0107_000000004701	5273	0.6484305425837679	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8615278747646187		0	0	False	False	0.9982932209968567	0					non-mobilizable	chromosome	5264.0	97.568	99.0	0.002166609423041918	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0060_000000004704	5200	0.6484305425837679	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.7824333784111164		0	0	False	False	0.9971153736114502	0					non-mobilizable	chromosome	5208.0	97.581	100.0	0.0022972783234592605	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0128_000000014930	2378	0.6484228571412454	2	2	1	1	2	False	31846	fragment	False	ISR0128_000000014930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	97.70100000000001	44.0	0.0002820123950260909	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0056_000000005526	2420	0.6484226081139141	3	3	3	3	3	False	21284	maximal	False	ISR0820_000000008944	0.9600470035252644		0	0	False	False	0.9975206851959229	0					non-mobilizable	other	2375.0	99.32600000000001	98.0	0.018896321070234114	NZ_QEKH01000016.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_116, whole genome shotgun sequence	False	False
MON0019_000000051573	1296	0.6484205387805251	2	1	0	1	1	False	13141	fragment	False	MON0019_000000051573	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1296.0	99.92299999999999	100.0	0.021743145452408536	CP019690.1	enterobacteria	Shigella sonnei strain 75/02 plasmid p75-02_2, complete sequence	False	True
FIJ0079_000000023782	1214	0.6484205387805251	1	1	0	1	1	False	44359	fragment	False	FIJ0079_000000023782	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1214.0	99.91799999999999	100.0	0.00020158358614374587	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	False	False
SPA0099_000000001231	6744	0.648420171058177	9	7	3	6	6	False	107056	fragment	False	USA0035_01_000000003452	0.9580499206428936		0	0	False	False	1.0	0					non-mobilizable	plasmid	6672.0	99.955	99.0	0.15264398325057776	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0048_01_000000002193	6373	0.648420171058177	8	7	3	6	6	False	107056	fragment	False	USA0035_01_000000003452	0.7082044477174095		0	0	False	False	1.0	0					non-mobilizable	plasmid	6373.0	99.969	100.0	0.14580234766492003	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0137_000000003397	3927	0.6484173850180454	3	2	2	2	1	True	80544	maximal	True	CHI0137_000000003397	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.99853064029719e-05	NZ_JH378831.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.3, whole genome shotgun sequence	True	True
MON0046_000000015492	2114	0.6484160488250827	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.44095016868706927		0	0	False	False	1.0	0					non-mobilizable	chromosome	2114.0	99.95299999999999	100.0	0.0007112234288374341	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0003_000000007017	2102	0.6484160488250827	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4594912423467824		0	0	False	False	1.0	0					non-mobilizable	other	2105.0	95.58200000000001	100.0	0.0006542397410666565	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0145_000000014087	2090	0.6484160488250827	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4264828648261081		0	0	False	False	1.0	0					non-mobilizable	other	2090.0	98.038	100.0	0.0006498843647590325	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0145_01_000000011471	2089	0.6484160488250827	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4462106672957509		0	0	False	False	1.0	0					non-mobilizable	other	2089.0	98.325	100.0	0.0006495732664513451	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0142_000000016843	2085	0.6484160488250827	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.40502461463718104		0	0	False	False	1.0	0					non-mobilizable	other	2085.0	98.465	100.0	0.000648017774912908	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0013_000000004520	7982	0.6484159983001467	9	6	6	6	4	False	130461	maximal	True	MON0013_000000004520	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit	4941.0	96.762	62.0	0.007865107580757374	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0049_000000004662	4269	0.6484133745211857	6	6	6	5	5	False	95306	fragment	False	ENG0049_000000004662	1.0		0	0	False	False	0.9997657537460327	0					non-mobilizable	other	4262.0	99.93	99.0	0.10665565317513954	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0130_000000010230	2807	0.6484133279071006	4	4	4	2	2	True	118240	fragment	False	MAD0072_000000001538	0.6262125535148764		0	0	False	False	0.9996437430381775	0					non-mobilizable	other	2809.0	96.76	100.0	0.011751452179630537	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CHI0120_000000003754	3519	0.6484113549479561	5	2	1	2	2	False	81865	fragment	False	USA0045_01_000000004092	0.7107078835576811		0	0	False	False	0.9997158050537109	0					non-mobilizable	no_good_hit	830.0	87.34899999999999	26.0	0.00024929494391917546	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0019_01_000000027185	1122	0.6484107961906972	1	1	1	1	1	False	1815	fragment	False	USA0019_01_000000027185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	4.0	0.0025036511579386604	NZ_JRAS01000154.1	spirochetes	Alkalispirochaeta odontotermitis strain JC202 57867, whole genome shotgun sequence	True	False
MON0061_000000010501	3995	0.6484089651473882	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.5041954820979381		0	0	False	False	0.9997496604919434	0					non-mobilizable	chromosome	4035.0	89.69	99.0	0.0014188992009914298	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0840_000000003437	3999	0.6484053335825863	5	3	3	3	3	False	30434	fragment	False	ISR0840_000000003437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	3.490652033853341e-05	NZ_PEQT01000002.1	a-proteobacteria	Agrobacterium rosae strain B20.3 NODE_2_length_1002678_cov_41.5274, whole genome shotgun sequence	True	False
ISR0816_000000030587	1202	0.6484040480528719	2	2	2	2	1	False	21393	fragment	False	ISR0816_000000030587	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	98.17	100.0	0.005431611890752692	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
DEN0085_000000014301	2069	0.6484030550708993	2	2	2	2	1	False	68982	fragment	False	DEN0085_000000014301	1.0		0	0	False	False	0.9995166659355164	0					non-mobilizable	other	2070.0	95.459	100.0	0.0226908819723191	NZ_NFHM01000012.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_12, whole genome shotgun sequence	False	False
ISR0206_000000000915	18649	0.6483972874673329	38	4	1	4	1	False	28646	maximal	True	ISR0206_000000000915	1.0		1	1	False	False	0.9990884065628052	0					non-mobilizable	no_good_hit	2931.0	95.01899999999999	52.0	0.0012178538625328196	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
CHI0144_000000003420	4001	0.6483875723487202	6	4	1	4	2	True	107654	fragment	False	ISR0786_000000004214	0.9516577788082541		0	0	False	False	0.998250424861908	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000010587	2745	0.6483742640306195	3	3	2	2	1	False	99623	fragment	False	ISR0074_000000010587	1.0		0	0	False	False	0.9894353151321411	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000022255	1837	0.6483742640306195	3	3	2	2	1	False	65962	fragment	False	ENG0027_000000010889	0.7131482942790894		0	0	False	False	0.9847577810287476	0					non-mobilizable	no_good_hit								True	False
BAN0016_000000000478	1491	0.6483725130179363	3	3	3	2	2	False	98254	fragment	False	BAN0016_000000000478	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1491.0	100.0	100.0	0.00024659337051100765	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	False
ISR0307_000000006507	1668	0.6483639745435825	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.6206998194871347		0	0	False	False	0.9898081421852112	0					non-mobilizable	chromosome	1669.0	96.405	100.0	0.0005257495950498847	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0156_000000007608	3443	0.6483612338332886	6	5	2	2	5	True	94675	fragment	False	CHI0103_000000000530	0.9479495268138801		0	0	False	False	0.9982573390007019	0					non-mobilizable	other	2379.0	97.14200000000001	97.0	0.0004588249626345268	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0093_000000000843	19186	0.6483586272789286	17	12	9	11	7	True	43262	fragment	False	FIJ0093_000000000843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	78.6	4.0	0.0003790758420973044	NC_016630.1	firmicutes	Filifactor alocis ATCC 35896, complete sequence	True	True
ISR0175_000000003537	7400	0.6483554401534166	8	5	5	5	5	True	129733	maximal	True	ISR0175_000000003537	1.0	PS1061	4	3	False	True	1.0	0					non-mobilizable	other	4891.0	98.99799999999999	90.0	0.022795480109963455	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0085_000000003538	3065	0.6483549617384801	4	4	4	3	4	False	16073	maximal	True	MAD0085_000000003538	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	90.074	72.0	0.016801609959283006	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	True	False
ISR0260_000000010954	1443	0.6483524750216854	4	3	1	3	1	False	26706	fragment	False	ISR0260_000000010954	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0169_000000024802	1306	0.6483446726323092	3	2	1	1	2	False	104289	fragment	False	USA0043_01_000000006359	0.831158576820935		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	92.302	100.0	0.1200734956361966	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
USA0113_01_000000013909	1293	0.6483446726323092	2	2	1	1	2	False	104289	fragment	False	USA0043_01_000000006359	0.6979794563386347		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	96.984	100.0	0.11869545245751034	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
ENG0049_000000014227	1291	0.6483446726323092	2	2	1	1	2	False	104289	fragment	False	USA0043_01_000000006359	0.7250749806372148		0	0	False	False	0.9969016313552856	0					non-mobilizable	other	1297.0	92.213	100.0	0.11869545245751034	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
ENG0147_000000012309	1263	0.6483446726323092	2	2	1	1	2	False	104289	fragment	False	USA0043_01_000000006359	0.7029474624662133		0	0	False	False	0.9992082118988037	0					non-mobilizable	other	1269.0	92.90799999999999	100.0	0.11630684428112081	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
AUS0024_000000026414	1213	0.6483446726323092	2	2	1	1	2	False	104289	fragment	False	USA0043_01_000000006359	0.6930742157015476		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	91.619	99.0	0.111437758383096	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
ENG0096_000000026555	1209	0.6483446726323092	2	2	1	1	2	False	104289	fragment	False	USA0043_01_000000006359	0.6965300610396749		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	91.852	100.0	0.1112540192926045	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
TAN0024_000000000405	10170	0.648343650453195	12	7	6	7	5	True	105928	maximal	False	TAN0016_000000000415	0.7026605224227805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.426	31.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0050_000000000617	17320	0.6483357796995302	16	8	7	7	5	True	114801	maximal	True	AST0050_000000000617	1.0		1	1	False	False	0.9991339445114136	0					non-mobilizable	no_good_hit	14024.0	95.836	84.0	0.20187881499011529	JN564797.1	firmicutes	Streptococcus salivarius strain 5M6c salivaricin D gene locus, complete sequence	True	True
FIJ0148_000000011106	1717	0.6483344211945522	3	2	2	2	1	False	39902	maximal	True	FIJ0148_000000011106	1.0		9	7	False	False	0.9982527494430542	0					non-mobilizable	no_good_hit	695.0	99.712	40.0	0.0002789652559626814	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
SPA0090_000000021346	1694	0.6483296488769786	2	2	2	2	1	False	88312	fragment	False	SPA0090_000000021346	0.9760344555855255		0	0	False	False	0.9940968155860901	0					non-mobilizable	chromosome	1690.0	94.14200000000001	100.0	0.000572221370837166	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0310_000000015061	1221	0.6483284738923434	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.914502344454717		0	0	False	False	0.9991809725761414	0					non-mobilizable	other	1236.0	82.76700000000001	100.0	0.01658892719529507	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
CHI0070_000000010904	1211	0.6483284738923434	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.9103639200794771		0	0	False	False	0.9892650842666626	0					non-mobilizable	other	1224.0	82.598	100.0	0.016467248022713446	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
MON0102_000000037214	1175	0.6483284738923434	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.836765363563027		0	0	False	False	0.989787220954895	0					non-mobilizable	chromosome	1190.0	81.429	100.0	0.0003170242278329585	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0075_000000003494	6059	0.6483275294129858	5	2	2	2	1	True	107479	fragment	False	ISR0075_000000003494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4975.0	97.829	82.0	0.6577589628257706	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
FIJ0124_000000003691	6664	0.6483239937956543	7	6	6	6	6	False	79123	maximal	True	FIJ0124_000000003691	1.0		16	9	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	83.84100000000001	60.0	0.0003299793364084758	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0131_000000010327	2869	0.6483206200644268	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.33554655569813846		0	0	False	False	1.0	0					non-mobilizable	other	2866.0	98.883	99.0	0.030441529729385006	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AST0033_000000005514	2385	0.6483206200644268	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.12525531704709328		0	0	False	False	1.0	0					non-mobilizable	other	2387.0	99.24600000000001	100.0	0.02495109167564627	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0001_000000008481	2320	0.6483206200644268	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.11535044409393529		0	0	False	False	0.9995689392089844	0					non-mobilizable	other	2320.0	99.397	100.0	0.024648710699177314	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
SPA0120_000000007167	5951	0.6483137981262855	10	4	2	4	1	True	44417	maximal	True	SPA0120_000000007167	1.0		2	2	False	False	0.9968072772026062	0					non-mobilizable	no_good_hit	473.0	97.25200000000001	8.0	0.009338398227287116	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
ISR0095_000000023490	1487	0.6483135903314388	2	2	2	1	2	False	33389	fragment	False	ISR0095_000000023490	1.0		0	0	False	False	0.9966375231742859	0					non-mobilizable	no_good_hit	856.0	99.065	58.0	0.00606675559844464	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0024_000000013230	1873	0.6483083926531523	3	3	3	1	1	False	62709	maximal	True	ISR0024_000000013230	1.0		4	3	False	False	0.9791777729988098	0					non-mobilizable	no_good_hit	383.0	96.867	20.0	0.00013280203225451143	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0141_000000013665	2449	0.6483063990032698	4	3	1	3	3	True	82781	fragment	False	ISR0141_000000013665	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2452.0	94.821	100.0	0.01972089577478399	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0156_000000007838	2265	0.6483063990032698	4	3	1	3	3	True	82781	fragment	False	ISR0141_000000013665	0.9624336463862802		0	0	False	False	0.987637996673584	0					non-mobilizable	plasmid	2232.0	96.55	98.0	0.017965421998180107	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
MON0054_000000005647	5734	0.6483048567012174	7	7	3	5	7	True	123556	backbone	False	ISR0826_000000002301	0.5282617912335881	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5755.0	98.645	100.0	0.0015395372390465635	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0821_000000009876	2929	0.6482973964574491	5	5	1	1	5	False	80339	backbone	True	ISR0821_000000009876	0.9918006867409801	PS396	6	4	True	True	1.0	5					non-mobilizable	plasmid	2915.0	96.98100000000001	100.0	0.026113256460803112	LT795504.1	enterobacteria	Escherichia coli strain KV7 genome assembly, plasmid: II	False	True
CHI0139_000000003649	2863	0.6482973964574491	5	5	1	1	5	False	80339	backbone	False	ISR0821_000000009876	0.9791422182033972	PS396	0	0	False	True	0.9944114685058594	0					non-mobilizable	plasmid	2849.0	96.806	100.0	0.030343897505057317	CP032938.1	enterobacteria	Escherichia coli strain CHL5009T plasmid pCHL5009T-94k, complete sequence	False	True
FIJ0079_000000009943	2845	0.6482973964574491	5	5	1	1	5	False	80339	backbone	False	ISR0821_000000009876	0.9675660798401856	PS396	0	0	False	True	1.0	0					non-mobilizable	plasmid	2859.0	96.712	100.0	0.04732326243954151	CP049613.1	enterobacteria	Escherichia coli O157:H7 strain K1516 plasmid pK1516-1	False	True
SPA0063_000000004830	3656	0.6482949427174933	7	7	4	5	3	True	75376	fragment	False	DEN0016_000000001569	0.9478307919063729		0	0	False	False	1.0	0					non-mobilizable	plasmid	3654.0	99.91799999999999	99.0	0.11057634096137547	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MON0060_000000033134	1288	0.6482929278060949	3	2	2	2	1	False	55940	fragment	False	MON0060_000000033134	0.9847397344795601		0	0	False	False	0.9697204828262329	0					non-mobilizable	no_good_hit	327.0	78.593	25.0	0.0022601234697080673	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0096_000000008557	3913	0.648291449537278	5	4	1	4	1	True	43028	fragment	False	FIJ0096_000000008557	1.0		0	0	False	False	0.9821109175682068	0					non-mobilizable	no_good_hit	1979.0	99.495	53.0	0.09835331575543506	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
MAD0002_000000002074	10511	0.6482799349519196	17	3	2	3	1	False	46587	maximal	True	MAD0002_000000002074	1.0		2	1	False	False	0.9980021119117737	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.091353399777633e-07	LR877236.1	rodents	Acomys russatus genome assembly, chromosome: 25	True	False
MAD0050_000000005369	4187	0.648276021596939	4	2	1	2	1	False	39153	maximal	True	MAD0050_000000005369	1.0		2	2	False	False	0.999761164188385	0					non-mobilizable	no_good_hit	710.0	75.493	17.0	0.00018726346983204175	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0044_000000009704	2506	0.648276021596939	3	2	1	2	1	False	41776	fragment	False	MAD0044_000000009704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	94.118	3.0	1.760596724916632e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0070_000000021331	1234	0.6482739156645027	4	3	1	2	2	False	62313	fragment	False	ENG0070_000000021331	0.9753474823137744		0	0	False	False	0.9991896152496338	0					non-mobilizable	other	1234.0	97.32600000000001	100.0	0.00910090713827031	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
FIJ0058_000000038994	1125	0.6482739156645027	4	3	1	2	2	False	62313	fragment	False	ENG0070_000000021331	0.6318206374932469		0	0	False	False	0.995555579662323	0					non-mobilizable	other	1125.0	98.57799999999999	100.0	0.008296366280142603	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
FIJ0018_000000000889	21695	0.6482618543734036	20	8	6	7	6	True	51352	maximal	False	FIJ0120_000000000929	0.9999231915449253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	85.45100000000001	5.0	0.008924080273359582	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0161_000000000552	21694	0.6482618543734036	20	8	6	7	6	True	51352	maximal	False	FIJ0120_000000000929	0.9999078270216096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	85.45100000000001	5.0	0.008924080273359582	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MON0106_000000032402	1358	0.648261518129881	3	3	2	3	1	False	122111	fragment	False	FIJ0103_000000012997	0.14798636266780313		0	0	False	False	0.9867452383041382	0					non-mobilizable	no_good_hit	1177.0	98.131	87.0	0.0003356459414811576	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CAN0013_000000008582	2623	0.6482546116643695	2	2	2	2	2	False	93891	maximal	True	CAN0013_000000008582	1.0		14	5	False	False	0.9904689192771912	0					non-mobilizable	chromosome	2623.0	98.475	100.0	0.0008986237895397038	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0842_000000013372	1701	0.6482544554096784	2	1	1	1	0	False	70324	fragment	False	ISR0842_000000013372	1.0		0	0	False	False	0.9988242387771606	0					non-mobilizable	no_good_hit	1079.0	99.351	63.0	0.019741058838610433	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0090_000000003136	6626	0.6482506628847071	7	3	3	2	2	False	73852	maximal	True	ISR0090_000000003136	1.0		1	1	False	False	0.9990944862365723	0					non-mobilizable	no_good_hit	270.0	93.704	5.0	0.00012545530013664835	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0785_000000007813	4071	0.6482506482462552	3	2	1	2	1	False	122584	fragment	False	ISR0785_000000007813	1.0		0	0	False	False	0.9997543692588806	0					non-mobilizable	no_good_hit								True	False
FIJ0153_000000008209	3270	0.6482476164223586	3	3	3	3	3	False	39665	maximal	True	FIJ0153_000000008209	1.0		24	7	False	False	0.9969419240951538	0					non-mobilizable	plasmid	2538.0	99.448	98.0	0.004105510154543248	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MAD0108_000000011028	1596	0.6482465965144716	3	2	1	2	1	False	65260	maximal	True	MAD0108_000000011028	1.0		0	0	False	False	0.9937343597412109	0					non-mobilizable	no_good_hit	63.0	96.825	4.0	0.00013110178361862068	NZ_OUNG01000002.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	False
ENG0149_000000004534	5515	0.648241148603085	5	4	4	2	2	True	57233	fragment	False	ENG0149_000000004534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	86.441	1.0	4.392616704890138e-05	NZ_UAPU01000007.1	g-proteobacteria	Anaerobiospirillum thomasii strain NCTC12467, whole genome shotgun sequence	True	True
MON0106_000000028790	1509	0.6482357417612986	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.17659408554341707		0	0	False	False	0.9960238337516785	0					non-mobilizable	other	1361.0	98.23700000000001	97.0	0.00040668154740084405	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0149_000000013082	1444	0.6482357417612986	2	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.819824601390493		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	99.855	100.0	0.00044304780935331713	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0193_000000019139	1379	0.6482357417612986	2	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.7565062238058925		0	0	False	False	0.9985496997833252	0					non-mobilizable	virus	1375.0	97.67299999999999	99.0	0.5071982281284607	MK233615.1	viruses	Uncultured human fecal virus clone RuminococcusA.sp_S01.I14_2_c1 sequence	False	False
ISR0212_000000026619	1351	0.6482357417612986	2	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.24590493335294708		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	80.693	100.0	0.002152676932131502	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
CHI0051_000000014144	1333	0.6482357417612986	3	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.17487018912237437		0	0	False	False	0.9984996318817139	0					non-mobilizable	other	1338.0	79.52199999999999	100.0	0.005949212512133263	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0004_000000008614	1322	0.6482357417612986	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.7945129281862648		0	0	False	False	0.9977307319641113	0					non-mobilizable	chromosome	1322.0	99.47	100.0	0.0004163760282139675	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0002_000000028769	1305	0.6482357417612986	2	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.08439775265892976		0	0	False	False	0.9908046126365662	0					non-mobilizable	other	1305.0	92.26100000000001	100.0	0.00642961471656403	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
ISR0257_000000013798	1302	0.6482357417612986	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.7586416226881313		0	0	False	False	0.9992319345474243	0					non-mobilizable	chromosome	1302.0	99.155	100.0	0.0004100720762349521	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0052_000000020156	1258	0.6482357417612986	2	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.15371879917662465		0	0	False	False	0.9976152777671814	0					non-mobilizable	other	1265.0	80.632	100.0	0.012038170274611796	NZ_JAAWUO010000017.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_17_length_104584_cov_146.344, whole genome shotgun sequence	False	False
FIJ0166_000000020055	1255	0.6482357417612986	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.6938693460761408		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	96.574	100.0	0.002005540024437521	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
CHI0125_000000012348	1255	0.6482357417612986	2	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.034930962191860045		0	0	False	False	0.9968127608299255	0					non-mobilizable	other	1206.0	80.597	96.0	0.005718322498114576	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	False
ENG0129_000000021675	1252	0.6482357417612986	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.6481869673182749		0	0	False	False	1.0	0					non-mobilizable	chromosome	1252.0	99.361	100.0	0.0003943121962874136	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0087_000000021009	1223	0.6482357417612986	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.6320232074073133		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	99.59100000000001	100.0	0.00039232204567373445	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0064_000000015570	1190	0.6482357417612986	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.5598725611123994		0	0	False	False	0.9991596341133118	0					non-mobilizable	chromosome	1190.0	97.227	100.0	0.0003747699451524658	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0007_000000015989	1570	0.6482356503277994	3	1	1	1	1	False	67515	fragment	False	ENG0191_000000015929	0.47879700372738665		0	0	False	False	1.0	0					non-mobilizable	chromosome	1570.0	100.0	100.0	0.0006631801453416984	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0116_000000008795	4289	0.6482340924090022	6	3	2	3	2	False	63417	maximal	True	SPA0116_000000008795	1.0		7	3	False	False	0.997668445110321	0					non-mobilizable	no_good_hit	1212.0	79.868	30.0	0.014100454062634963	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
ISR0359_000000015111	1798	0.6482319736544317	2	2	2	2	2	False	85107	fragment	False	ISR0359_000000015111	1.0		0	0	False	False	0.9944382905960083	0					non-mobilizable	chromosome	1798.0	99.944	100.0	0.0007598507867859538	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0024_000000000476	30739	0.6482303468208057	37	7	2	7	2	False	37482	backbone	True	ISR0024_000000000476	1.0	PS127	1	1	True	True	1.0	28					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.010279001468428781	XM_013496921.1	apicomplexans	Eimeria mitis hypothetical protein partial mRNA	True	True
FIJ0165_000000011986	1335	0.6482220560760532	2	2	2	2	2	False	40004	fragment	False	FIJ0165_000000011986	1.0		0	0	False	False	0.9992509484291077	0					non-mobilizable	chromosome	1335.0	99.625	100.0	0.0002480904566817139	CP052036.1	enterobacteria	Klebsiella pneumoniae strain KPN41053 chromosome, complete genome	False	False
FIJ0009_000000022374	1826	0.6482210272358271	2	1	1	1	1	False	51236	maximal	True	FIJ0009_000000022374	1.0		8	2	False	False	0.9884994626045227	0					non-mobilizable	no_good_hit								True	False
CHI0073_000000004063	2111	0.6482156769561157	3	3	1	2	3	True	118253	fragment	False	CHI0073_000000004063	0.9968339016074038		0	0	False	False	1.0	0					non-mobilizable	other	2046.0	99.756	97.0	0.10683872315970952	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0119_01_000000011957	2053	0.6482156769561157	3	3	1	2	3	True	118253	fragment	False	CHI0073_000000004063	0.983183325438181		0	0	False	False	1.0	0					non-mobilizable	other	2053.0	99.90299999999999	100.0	0.10715218640614388	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0085_000000011669	2089	0.6481984109882715	3	3	3	3	2	False	33986	maximal	True	ISR0085_000000011669	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	73.178	32.0	0.0003262107427876692	LR216045.1	firmicutes	Streptococcus pneumoniae strain 2245STDY6020221 genome assembly, chromosome: 1	True	False
MON0084_000000004876	5141	0.6481981497342627	6	6	5	4	4	False	115828	maximal	False	MAD0097_000000006530	0.9498478302112353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3097.0	71.747	59.0	0.010939046631448037	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0022_000000012748	2015	0.6481970661380668	3	2	2	2	2	False	111712	maximal	False	ISR0205_000000007601	0.6952070775994623		0	0	False	False	0.9980148673057556	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	3.0	1.7901968295087622e-05	NC_008571.1	CFB group bacteria	Gramella forsetii KT0803, complete genome	True	False
MAD0105_000000036504	1101	0.6481908109268538	2	1	1	1	0	True	14755	maximal	True	MAD0105_000000036504	1.0		0	0	False	False	0.9682106971740723	0					non-mobilizable	no_good_hit	70.0	91.429	6.0	0.0022633605837443418	NZ_KB291670.1	firmicutes	Clostridium celatum DSM 1785 Scfld130, whole genome shotgun sequence	True	True
USA0084_01_000000025288	1254	0.6481823089208244	2	2	2	2	0	True	461	maximal	True	USA0084_01_000000025288	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	87.5	6.0	1.9265166841771656e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ENG0046_000000005755	3259	0.6481820247494976	3	3	2	3	1	False	64446	maximal	True	ENG0046_000000005755	1.0		2	2	False	False	0.9987726211547852	0					non-mobilizable	no_good_hit	441.0	82.993	13.0	0.0031119889730436387	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
ISR0295_000000014010	2500	0.6481820247494976	3	3	2	3	1	False	33678	fragment	False	ISR0295_000000014010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	83.74700000000001	18.0	0.00311909397069899	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
ISR0090_000000012408	2285	0.6481820247494976	3	3	2	3	1	False	33677	fragment	False	ISR0201_000000012981	0.9499955836015862		0	0	False	False	0.9929978251457214	0					non-mobilizable	no_good_hit	300.0	84.333	13.0	0.0021172893012945306	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
ENG0112_000000003676	6866	0.6481798160917116	12	5	2	5	3	True	110680	maximal	True	ENG0112_000000003676	1.0		39	8	False	False	0.999854326248169	0					non-mobilizable	other	3773.0	99.417	100.0	0.0010098443083048515	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0046_000000009923	3029	0.648179621833788	6	6	5	5	5	False	36190	maximal	True	ISR0046_000000009923	1.0		22	5	False	False	0.9993396997451782	0					non-mobilizable	no_good_hit	763.0	95.806	48.0	0.0003549125777099977	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0056_000000023055	1551	0.6481704709562616	2	2	2	2	2	False	6368	fragment	False	SPA0056_000000023055	1.0		0	0	False	False	0.9987105131149292	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00011510257124292212	NZ_FOOL01000004.1	firmicutes	Clostridium homopropionicum strain DSM 5847, whole genome shotgun sequence	True	False
MAD0002_000000019565	2036	0.6481701485035836	3	2	1	2	1	False	40731	maximal	True	MAD0002_000000019565	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	69.708	38.0	0.00027539795003780464	CP033465.1	firmicutes	Clostridium sp. JN-1 chromosome, complete genome	True	False
SPA0126_000000007908	4657	0.6481668569019192	4	4	3	4	3	False	80189	maximal	True	SPA0126_000000007908	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	72.314	15.0	0.0015438757787140296	NZ_NXBQ01000001.1	g-proteobacteria	Aeromonas bivalvium strain ZJ19-2 NODE_1_length_461177_cov_135.248, whole genome shotgun sequence	True	False
ISR0073_000000022471	1246	0.648166639602253	2	2	2	2	2	True	34768	fragment	False	ISR0073_000000022471	1.0		0	0	False	False	0.9638844132423401	0					non-mobilizable	no_good_hit								True	True
USA0006_01_000000019659	1193	0.648166639602253	2	2	2	2	2	True	2120	fragment	False	USA0006_01_000000019659	1.0		0	0	False	False	0.9924560189247131	0					non-mobilizable	no_good_hit								True	True
SPA0140_000000017818	1201	0.6481651094102725	2	2	2	2	2	False	27173	maximal	False	ISR0244_000000022137	0.9739413680781759		0	0	False	False	0.9975020885467529	0					non-mobilizable	other	1201.0	99.417	100.0	0.003835851143403295	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0042_000000006054	3535	0.6481622920505657	6	4	3	2	2	True	18150	maximal	True	MAD0042_000000006054	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2298.0	83.899	64.0	0.0005307286318019731	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	True	True
CHI0143_000000002056	8782	0.6481520635951529	11	7	7	7	4	True	109987	maximal	True	CHI0143_000000002056	1.0		1	1	False	False	0.9993168115615845	0					non-mobilizable	no_good_hit	5790.0	94.88799999999999	88.0	0.0016926132367040545	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0070_000000016828	1173	0.6481510748231227	2	2	2	2	2	False	60349	fragment	False	FIJ0070_000000016828	0.9527126994998772		0	0	False	False	0.9991474747657776	0					non-mobilizable	chromosome	1177.0	84.28200000000001	99.0	0.0004081658261680653	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0001_000000023844	1458	0.648146106223801	2	1	1	1	1	False	14374	fragment	False	MON0001_000000023844	1.0		0	0	False	False	0.9499313831329346	0					non-mobilizable	no_good_hit	89.0	86.51700000000001	6.0	3.2770036270471964e-05	NZ_RYYU01000001.1	CFB group bacteria	Prevotella koreensis strain KCOM 3155 KCOM3155_1, whole genome shotgun sequence	True	False
ISR0850_000000008781	1726	0.6481450117330854	3	2	2	2	2	False	67515	fragment	False	ENG0191_000000015929	0.6871057112365471		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	99.94200000000001	100.0	0.0007275082904314314	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
FIJ0060_000000004855	2794	0.6481410489260794	3	3	3	3	3	False	81206	fragment	False	FIJ0005_000000008187	0.47067336279559346		0	0	False	False	0.9992842078208923	0					non-mobilizable	no_good_hit	1251.0	74.181	44.0	0.00037263879804166417	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0359_000000001824	9952	0.6481389324247794	20	8	6	6	6	False	37110	fragment	False	ISR0359_000000001824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1400.0	71.5	14.0	0.011552583157594038	NZ_QOHO01000031.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_31, whole genome shotgun sequence	True	False
DEN0026_000000007959	3702	0.6481350135366871	5	4	2	2	3	False	74209	fragment	False	DEN0026_000000007959	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3714.0	98.6	99.0	0.0014415812123103968	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	False
DEN0052_000000011710	3396	0.6481338774891298	3	2	2	2	2	True	73764	maximal	True	DEN0052_000000011710	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	97.985	35.0	0.025868070663997912	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0112_000000004406	7617	0.6481333086072917	11	8	7	7	8	False	111446	fragment	False	ISR0179_000000003041	0.8856943115496427		0	0	False	False	0.9998686909675598	0					non-mobilizable	other	7626.0	98.99	100.0	0.010561570841476709	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ENG0040_000000003284	6603	0.6481319164148859	11	3	0	3	1	False	64877	fragment	False	ENG0040_000000003284	1.0		0	0	False	False	0.9922762513160706	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000005311	5426	0.6481319164148859	9	3	0	3	1	False	73508	fragment	False	DEN0035_000000005311	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0090_000000014935	1515	0.6481307147556739	2	2	2	1	1	False	109833	fragment	False	USA0052_01_000000010759	0.8412445991089098		0	0	False	False	0.9966996908187866	0					non-mobilizable	other	1515.0	98.87799999999999	100.0	0.10494939692222376	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
USA0010_01_000000010359	2608	0.6481299429680882	3	2	1	1	2	True	99584	fragment	False	USA0010_01_000000010359	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2593.0	94.98700000000001	99.0	0.0007840396301900986	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
DEN0041_000000026934	1266	0.6481270291480691	2	2	2	2	1	False	73065	fragment	False	DEN0041_000000026934	1.0		0	0	False	False	0.958925724029541	0					non-mobilizable	other	1267.0	97.47399999999999	100.0	0.0003809710817350116	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CAN0012_000000026890	1737	0.6481210951450025	3	2	2	2	2	False	94185	maximal	True	CAN0012_000000026890	1.0		2	2	False	False	0.9994242787361145	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	7.938419037387308e-05	NZ_QJKF01000008.1	high GC Gram+	Nocardia tenerifensis strain DSM 44704 Ga0244505_108, whole genome shotgun sequence	True	False
DEN0041_000000008507	3916	0.648107090536681	6	3	3	3	2	True	73141	maximal	True	DEN0041_000000008507	1.0		31	7	False	False	1.0	0					non-mobilizable	other	3718.0	98.09	99.0	0.0011716356260535411	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0107_000000002386	11101	0.6481042975783089	12	9	9	9	7	True	112632	maximal	True	SPA0107_000000002386	0.982665054113561		1	1	False	False	0.9992793202400208	0					non-mobilizable	no_good_hit	1461.0	79.74	20.0	0.000609072369786154	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MAD0110_000000009036	3020	0.648102223639229	5	5	3	5	5	False	68382	fragment	False	DEN0094_000000011025	0.9536654402610669		0	0	False	False	0.9963576197624207	0					non-mobilizable	no_good_hit								True	False
ISR0158_000000000974	12735	0.6481011624950874	17	8	4	7	3	True	43383	maximal	True	ISR0158_000000000974	1.0		1	1	False	False	0.9997644424438477	0					non-mobilizable	no_good_hit	2109.0	69.844	16.0	0.002009855221118727	NC_007633.1	mycoplasmas	Mycoplasma capricolum subsp. capricolum ATCC 27343, complete genome	True	True
ISR0379_000000016457	1522	0.6481006503301499	1	1	1	1	1	False	23212	maximal	True	ISR0379_000000016457	1.0		43	4	False	False	0.9763469099998474	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.3056711584978399e-05	CP017948.1	bacteria	Tenericutes bacterium MO-XQ chromosome, complete genome	True	False
SPA0146_000000003523	6451	0.6480987949202606	7	7	6	7	6	False	95611	maximal	True	SPA0146_000000003523	1.0		13	7	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	87.51799999999999	21.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0101_000000003065	3212	0.6480986814372078	6	5	2	4	4	True	108519	maximal	True	AST0101_000000003065	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3212.0	99.93799999999999	100.0	0.024093763834592673	CP056202.1	enterobacteria	Citrobacter sp. RHBSTW-00986 plasmid pRHBSTW-00986_3, complete sequence	False	True
ENG0165_000000009916	1982	0.6480921114686315	3	3	3	3	2	False	56225	maximal	True	ENG0165_000000009916	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	81.52199999999999	5.0	0.00025528643711922165	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	True	False
ITA0002_000000004526	2070	0.6480860763035461	3	2	2	2	1	False	20426	maximal	True	ITA0002_000000004526	1.0		2	2	False	False	0.9980676174163818	0					non-mobilizable	no_good_hit	303.0	72.277	14.0	5.707124538116507e-05	CP025069.1	b-proteobacteria	Bordetella bronchiseptica strain I124 chromosome, complete genome	True	False
ISR0131_000000019980	1724	0.6480814283555616	2	2	2	2	1	False	31652	maximal	True	ISR0131_000000019980	1.0		34	10	False	False	0.9947795867919922	0					non-mobilizable	chromosome	1585.0	81.262	91.0	0.0005696443884938377	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	False	False
FIJ0013_000000016474	1757	0.6480785880908542	3	1	1	1	1	False	50630	maximal	True	FIJ0013_000000016474	1.0		162	11	False	False	1.0	0					non-mobilizable	other	1758.0	97.32700000000001	100.0	0.027852194727581124	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	False	False
ISR0020_000000006202	3359	0.6480770386819005	2	2	2	2	2	False	128854	maximal	True	ISR0020_000000006202	1.0	PS1059	1	1	False	True	0.9988091588020325	0					non-mobilizable	no_good_hit	1233.0	100.0	50.0	0.00854351157742904	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	True
FIJ0069_000000013483	1654	0.6480710871287308	2	2	2	2	2	False	44986	maximal	True	FIJ0069_000000013483	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	88.854	38.0	0.00019118633984139662	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0043_000000011566	1474	0.6480647071326255	2	2	2	2	2	False	6806	fragment	False	SPA0043_000000011566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	92.53200000000001	78.0	8.189442341657666e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0097_000000007263	4311	0.648062913998579	6	4	4	3	3	False	83201	fragment	False	ISR0119_000000006855	0.9396969059145442		0	0	False	False	1.0	0					non-mobilizable	other	4314.0	96.94	100.0	0.029952187691110247	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
DEN0085_000000021932	1278	0.6480629054323791	4	4	4	3	2	True	100701	fragment	False	ISR0309_000000010652	0.1444605822254367		0	0	False	False	0.9898278713226318	0					non-mobilizable	chromosome	1278.0	99.765	100.0	0.0005397584739333007	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0128_000000027718	1265	0.6480629054323791	4	4	4	3	2	True	100701	fragment	False	ISR0309_000000010652	0.1428834002846038		0	0	False	False	0.9952569007873535	0					non-mobilizable	chromosome	1265.0	99.921	100.0	0.0005342636734938858	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
SPA0138_000000021529	1265	0.6480629054323791	4	4	4	3	2	True	100701	fragment	False	ISR0309_000000010652	0.1424721340721356		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	98.814	100.0	0.0005342636734938858	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0102_000000012564	1262	0.6480629054323791	4	4	4	3	2	True	100701	fragment	False	ISR0309_000000010652	0.1433814404002468		0	0	False	False	0.9928684830665588	0					non-mobilizable	chromosome	1262.0	100.0	100.0	0.0005329956426232516	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0176_000000009890	3359	0.6480557237893337	4	4	3	3	3	False	131192	maximal	False	AST0093_000000005186	0.949447290374764		0	0	False	False	0.9994046092033386	0					non-mobilizable	other	1941.0	87.89299999999999	94.0	0.0005389769760091787	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0054_000000002831	2041	0.6480539248551218	2	2	2	2	2	False	106471	fragment	False	USA0026_01_000000015313	0.9595964620533977		0	0	False	False	0.997060239315033	0					non-mobilizable	other	2023.0	99.555	99.0	0.002609005326396631	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0190_000000026461	1116	0.6480503502475448	2	2	2	2	2	False	94762	fragment	False	FIJ0028_000000015259	0.17983303489091737		0	0	False	False	0.9838709831237793	0					non-mobilizable	no_good_hit	361.0	72.02199999999999	32.0	0.0014174998996104888	NZ_MSIF01000013.1	high GC Gram+	Actinophytocola xinjiangensis strain CGMCC 4.4663 contig13, whole genome shotgun sequence	True	False
SPA0014_000000016906	1419	0.6480466244826917	1	1	1	1	1	False	7933	fragment	False	SPA0014_000000016906	1.0		0	0	False	False	0.9992952942848206	0					non-mobilizable	no_good_hit	1190.0	86.303	84.0	0.05509834007532431	NZ_JNJN01000051.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00049.49_C, whole genome shotgun sequence	True	False
ISR0395_000000027494	1402	0.6480397771393851	2	2	2	1	1	False	22712	maximal	True	ISR0395_000000027494	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	83.515	70.0	0.0001981651422465995	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0221_000000001762	11142	0.6480330500975834	16	10	6	8	9	True	87500	fragment	False	ENG0171_000000001736	0.9589266695104651		0	0	False	False	1.0	0					non-mobilizable	other	11110.0	99.98200000000001	99.0	0.24295774647887325	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0042_000000001100	9419	0.6480330500975834	14	10	6	8	9	True	87498	fragment	False	DEN0007_000000002995	0.9972196301282079		0	0	False	False	0.9997876882553101	0					non-mobilizable	other	9419.0	99.98899999999999	100.0	0.2059749803166827	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0141_000000002031	13398	0.6480287847267634	19	10	3	9	7	True	84319	maximal	True	CHI0141_000000002031	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	7305.0	96.824	54.0	0.0021362653221031276	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
USA0034_01_000000024395	2178	0.6480261705030929	4	3	2	2	2	True	66588	maximal	True	USA0034_01_000000024395	1.0		6	4	False	False	0.9995408654212952	0					non-mobilizable	no_good_hit	146.0	78.767	7.0	5.017006227848227e-05	NZ_CP032364.1	firmicutes	Lachnoanaerobaculum umeaense strain DSM 23576 = CCUG 58757 chromosome, complete genome	True	True
CHI0034_000000006365	2507	0.6480242278263112	3	2	2	2	1	True	88259	maximal	True	CHI0034_000000006365	1.0		75	11	False	False	1.0	0					non-mobilizable	no_good_hit	1482.0	89.811	59.0	0.0004120123882103212	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MAD0035_000000019403	1139	0.6480221425877648	2	2	1	2	0	True	18753	fragment	False	MAD0035_000000019403	1.0		0	0	False	False	0.9964881539344788	0					non-mobilizable	no_good_hit								True	True
ISR0207_000000000569	26380	0.6480185589633765	25	8	6	8	4	True	95894	fragment	False	ISR0207_000000000569	0.9778075428603041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	1.0	0.00056	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0049_000000002694	8993	0.6480037325856975	9	6	6	6	5	False	127952	fragment	False	ISR0049_000000002694	1.0		0	0	False	False	0.9991104006767273	0					non-mobilizable	no_good_hit	4571.0	98.053	53.0	0.0010152785851440841	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0148_000000007580	4963	0.6480021079427546	7	7	4	6	7	False	113183	fragment	False	ENG0148_000000007580	1.0		0	0	False	False	0.9997985363006592	0		MOBP		MOBQ	mobilizable	plasmid	4890.0	98.75299999999999	100.0	0.11057572672774572	CP016716.1	firmicutes	Lactococcus lactis subsp. lactis strain UC063 plasmid pUC063B, complete sequence	False	True
FIJ0024_000000000372	36297	0.6480015506526161	34	20	14	19	10	True	49268	maximal	True	FIJ0024_000000000372	1.0		1	1	False	False	0.9999724626541138	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0070330815316488665	XM_011700258.1	ants	PREDICTED: Wasmannia auropunctata GTP-binding protein Rhes (LOC105456310), mRNA	True	True
MAD0111_000000009238	1851	0.6479998499861062	2	2	2	2	1	True	14511	maximal	True	MAD0111_000000009238	1.0		1	1	False	False	0.9886547923088074	0					non-mobilizable	no_good_hit	106.0	82.075	6.0	3.477891046616658e-05	NZ_CP042652.1	e-proteobacteria	Pseudoarcobacter acticola strain KCTC 52212 chromosome, complete genome	True	True
SPA0025_000000007913	2691	0.6479964706365897	5	4	4	4	2	True	61387	maximal	True	SPA0025_000000007913	1.0		8	5	False	False	1.0	0					non-mobilizable	other	2691.0	93.794	100.0	0.018404740075808373	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0115_000000004360	5628	0.6479902382559689	6	6	6	6	6	False	85376	maximal	False	FIJ0151_000000002939	0.9890905917263048		0	0	False	False	1.0	0					non-mobilizable	chromosome	5628.0	99.68	100.0	0.0010694158655550215	LR588408.1	enterobacteria	Klebsiella pneumoniae strain NCTC11698 genome assembly, chromosome: 1	False	False
FIJ0122_000000000239	41407	0.6479889229070045	47	11	6	4	7	False	70523	maximal	True	FIJ0122_000000000239	1.0		2	2	False	False	0.999855101108551	0					non-mobilizable	no_good_hit	900.0	89.889	5.0	0.0001607033930118058	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
SPA0149_000000026098	1537	0.6479887703406699	3	3	3	3	2	False	78840	fragment	False	SPA0149_000000026098	1.0		0	0	False	False	0.9908913373947144	0					non-mobilizable	other	1053.0	98.196	95.0	0.00031390594361471963	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0083_000000009669	1798	0.647983803951414	3	3	3	3	2	False	79131	fragment	False	MAD0100_000000018334	0.706136137992765		0	0	False	False	0.9949944615364075	0					non-mobilizable	other	1798.0	97.775	100.0	0.0037575511723266916	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0073_000000002567	1828	0.6479834321053042	3	3	3	2	1	False	10388	maximal	True	MON0073_000000002567	1.0		1	1	False	False	0.9896061420440674	0					non-mobilizable	chromosome	1828.0	99.891	100.0	0.0004475201212590919	CP054302.1	g-proteobacteria	Acinetobacter baumannii strain MS14413 chromosome, complete genome	False	False
ENG0095_000000008501	3206	0.6479681339473992	5	5	5	4	4	False	60984	maximal	True	ENG0095_000000008501	1.0		131	12	False	False	1.0	0					non-mobilizable	chromosome	3206.0	99.47	100.0	0.0006198632819488269	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ISR0814_000000033887	1250	0.6479646311308224	2	2	2	2	1	False	21496	maximal	True	ISR0814_000000033887	1.0		272	13	False	False	0.9520000219345093	0					non-mobilizable	no_good_hit								True	False
CHI0014_000000005612	1209	0.6479619098258124	2	2	2	1	2	False	97037	fragment	False	ENG0054_000000022289	0.9794739434821673		0	0	False	False	1.0	0					non-mobilizable	chromosome	1209.0	99.835	100.0	0.000268841852444992	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0186_000000009196	2970	0.6479595793540013	6	3	1	2	2	False	29344	maximal	True	ISR0186_000000009196	1.0		2	2	False	False	0.991919219493866	0					non-mobilizable	no_good_hit	46.0	93.478	2.0	0.0009723422644770959	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0042_000000002412	8284	0.6479591779978788	15	5	1	3	3	True	88021	maximal	True	ISR0042_000000002412	1.0		1	1	False	False	0.9998793005943298	0					non-mobilizable	no_good_hit								True	True
SPA0034_000000029132	1176	0.6479588191603955	2	2	2	2	2	False	7135	maximal	True	SPA0034_000000029132	1.0		71	6	False	False	0.9931972622871399	0					non-mobilizable	no_good_hit	279.0	75.26899999999999	23.0	0.00012998178836979676	NC_015389.1	actinobacteria	Coriobacterium glomerans PW2, complete sequence	True	False
ENG0198_000000001764	10824	0.647957374122468	8	7	6	5	6	False	105359	fragment	False	ENG0198_000000001764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9200.0	99.859	85.0	0.0012990790056713409	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
FIJ0071_000000017080	2092	0.647949198345479	3	3	3	3	2	False	44874	fragment	False	FIJ0071_000000017080	0.9795221843003412		0	0	False	False	0.9995219707489014	0					non-mobilizable	other	2095.0	87.92399999999999	100.0	0.02319084781837531	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	False	False
SPA0003_000000007278	2491	0.6479489391597518	2	2	2	2	2	False	8385	maximal	True	SPA0003_000000007278	1.0		31	5	False	False	0.9991971254348755	0					non-mobilizable	no_good_hit	1745.0	99.198	70.0	0.028843132390639212	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0104_000000022021	1442	0.647948838645098	3	3	2	2	2	False	60225	fragment	False	ENG0104_000000022021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	502.0	76.693	34.0	0.0007665361119360401	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	True	False
ENG0154_000000005061	5301	0.6479458902929491	5	4	4	4	4	False	109775	fragment	False	ENG0154_000000005061	0.9993983152827919		0	0	False	False	0.9979249238967896	0					non-mobilizable	no_good_hit	211.0	75.829	4.0	8.163469372928373e-05	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
CAN0020_000000007296	4986	0.6479458902929491	4	4	4	4	4	False	109775	fragment	False	ENG0154_000000005061	0.9697226938313526		0	0	False	False	0.999197781085968	0					non-mobilizable	no_good_hit	211.0	75.829	4.0	8.163469372928373e-05	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
ISR0234_000000008811	1561	0.6479440882892208	3	3	3	2	2	False	63071	maximal	False	ENG0115_000000013159	0.9665764826494265		0	0	False	False	0.9955157041549683	0					non-mobilizable	other	1561.0	99.936	100.0	0.0019728555313304635	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
TAN0021_000000003837	3896	0.647942535637656	3	3	3	3	2	False	83121	fragment	False	TAN0021_000000003837	1.0		0	0	False	False	0.9992299675941467	0					non-mobilizable	no_good_hit	2614.0	94.568	74.0	0.008304480667919334	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
SPA0120_000000024085	1683	0.6479415380464466	2	2	2	2	2	False	106161	fragment	False	DEN0051_000000029417	0.9239432122001375		0	0	False	False	1.0	0					non-mobilizable	other	951.0	92.744	100.0	0.0002860268076367351	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0194_000000007081	3857	0.6479390440666889	4	4	4	4	4	False	103010	maximal	False	USA0042_01_000000006407	0.9954158526551609		0	0	False	False	0.9994814395904541	0					non-mobilizable	chromosome	2764.0	97.865	100.0	0.00038984714942973917	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
DEN0093_000000008261	3857	0.6479390440666889	4	4	4	4	4	False	103010	maximal	False	USA0042_01_000000006407	0.9952003081392256		0	0	False	False	1.0	0					non-mobilizable	chromosome	2764.0	97.97399999999999	100.0	0.00038984714942973917	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0079_000000003772	5750	0.647935267527731	6	6	6	6	4	False	131562	maximal	True	SPA0079_000000003772	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2047.0	80.85	81.0	0.011652194928274268	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
CHI0142_000000007341	2516	0.6479341456086641	6	5	4	3	1	True	79997	maximal	True	CHI0142_000000007341	1.0		8	4	False	False	0.9960254430770874	0					non-mobilizable	no_good_hit	400.0	74.75	16.0	0.04802535348610434	NZ_JAAITI010000067.1	firmicutes	Blautia luti strain MSK.16.34 NODE_67_length_8204_cov_165.725, whole genome shotgun sequence	True	True
ENG0031_000000002773	7074	0.6479256714820745	9	4	4	4	0	True	122716	maximal	True	ENG0031_000000002773	1.0		26	7	False	False	0.9981622695922852	0					non-mobilizable	no_good_hit	85.0	90.588	1.0	4.515838753716618e-05	NZ_CP027228.1	firmicutes	Mogibacterium diversum strain CCUG 47132 chromosome, complete genome	True	True
DEN0071_000000005162	6671	0.6479256714820745	8	4	4	4	0	True	122715	fragment	False	DEN0071_000000005162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	90.588	1.0	4.515838753716618e-05	NZ_CP027228.1	firmicutes	Mogibacterium diversum strain CCUG 47132 chromosome, complete genome	True	True
ISR0357_000000021571	1236	0.6479253367631642	2	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.4150058458691417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	96.90700000000001	8.0	3.39964650758918e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0072_000000003610	3221	0.6479226464578396	6	3	1	1	3	False	101496	maximal	False	CHI0065_000000003374	0.7245148009483646		0	0	False	False	0.9987581372261047	0					non-mobilizable	chromosome	3222.0	99.31700000000001	100.0	0.0005134618699547787	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0025_000000024897	1582	0.6479224963951382	3	3	3	2	2	False	37343	maximal	True	ISR0025_000000024897	1.0		13	5	False	False	0.993046760559082	0					non-mobilizable	no_good_hit	728.0	72.527	45.0	0.02100223240512278	NZ_FQZY01000045.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0008_000000023733	1216	0.6479194505306455	2	1	0	1	1	False	80467	maximal	True	FIJ0008_000000023733	1.0		138	9	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	86.944	83.0	0.018212957165481936	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0050_000000006202	3868	0.6479153114643763	5	5	5	5	3	False	35931	maximal	True	ISR0050_000000006202	1.0		3	1	False	False	0.9925025701522827	0					non-mobilizable	other	2115.0	80.236	96.0	0.0005602142493488341	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MAD0045_000000036285	1185	0.6479144881646639	2	2	2	2	2	False	17793	maximal	True	MAD0045_000000036285	1.0		5	3	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	256.0	71.484	21.0	6.572155062012604e-05	CP025223.1	firmicutes	Enterococcus sp. CR-Ec1 chromosome, complete genome	True	False
AST0097_000000018142	1133	0.6479111313335371	3	2	1	2	2	True	108938	fragment	False	AST0097_000000018142	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1133.0	99.47	100.0	0.02392739273927393	CP029292.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed5	False	True
FIJ0027_000000008792	1980	0.6479070718882561	2	2	2	2	2	False	48990	fragment	False	MON0056_000000009103	0.9506974506974507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	89.679	70.0	0.00044852433156820237	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
MAD0062_000000002022	6119	0.6479066416070948	9	6	2	5	3	False	53255	maximal	True	MAD0062_000000002022	0.9696621993749241		8	2	False	False	0.9985291957855225	0					non-mobilizable	no_good_hit	234.0	87.179	4.0	0.005496197673592192	NZ_LNAM01000149.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf26, whole genome shotgun sequence	True	False
ETH0003_000000005026	5838	0.6479066416070948	9	6	2	5	3	False	53255	maximal	False	MAD0062_000000002022	0.9575830658291912		0	0	False	False	0.9989722371101379	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000008459	3237	0.6479028783227687	3	1	1	1	1	False	55665	maximal	False	USA0069_01_000000019261	0.9528941425368211		0	0	False	False	1.0	0					non-mobilizable	other	3118.0	97.338	100.0	0.0010990355495865305	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0258_000000004819	3795	0.6478863541785591	6	5	2	3	4	True	123556	backbone	False	ISR0826_000000002301	0.3798201815068484	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3798.0	98.34100000000001	100.0	0.0010165391127884423	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0043_000000017874	1484	0.6478804659812243	2	2	2	2	2	False	18016	maximal	True	MAD0043_000000017874	1.0		4	2	False	False	0.9959568977355957	0					non-mobilizable	chromosome	1484.0	100.0	100.0	0.00031301077955936185	CP057104.1	enterobacteria	Escherichia fergusonii strain RHB38-C01 chromosome, complete genome	False	False
FIJ0051_000000001900	9707	0.647880146475327	12	10	7	9	9	False	118068	maximal	True	FIJ0051_000000001900	1.0		3	1	False	False	0.9994848966598511	0					non-mobilizable	no_good_hit	1371.0	89.71600000000001	15.0	0.009104562293495311	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0363_000000001591	9717	0.6478784604089286	7	6	6	6	6	False	23719	maximal	True	ISR0363_000000001591	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4082.0	72.758	43.0	0.0008477506202370787	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0074_000000021283	1415	0.6478780380637963	2	2	2	2	1	False	34683	maximal	True	ISR0074_000000021283	1.0		308	14	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	81.039	60.0	0.0017094321480083335	NZ_CZBD01000005.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0087_000000021486	2350	0.6478688153307668	3	3	3	3	3	False	124982	fragment	False	MAD0107_000000015431	0.9748373244063374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1621.0	82.11	88.0	0.0005493874655347617	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0007_000000011068	2339	0.6478688153307668	3	3	3	3	3	False	124982	fragment	False	MAD0107_000000015431	0.9713021321643454		0	0	False	False	0.9987174272537231	0					non-mobilizable	no_good_hit	1592.0	82.601	87.0	0.0005394484533697535	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0012_000000005378	1177	0.6478629588585951	2	2	2	2	2	False	75433	maximal	True	DEN0012_000000005378	1.0		30	6	False	False	0.9787595868110657	0					non-mobilizable	other	1185.0	85.90700000000001	100.0	0.003988171138663556	NZ_OAOE01000002.1	firmicutes	Clostridium tertium isolate src5, whole genome shotgun sequence	False	False
ISR0293_000000008446	4353	0.6478591857413047	4	2	1	2	1	False	25839	fragment	False	ISR0293_000000008446	1.0		0	0	False	False	0.9970135688781738	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.7234632931042956e-05	NZ_SSMC01000001.1	CFB group bacteria	Robertkochia marina strain CC-AMO-30D contig01, whole genome shotgun sequence	True	False
ISR0212_000000016582	2133	0.6478483399650825	4	2	2	2	2	False	107347	maximal	True	ISR0212_000000016582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	97.546	58.0	0.00018480122088032375	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0025_000000005905	3790	0.6478420677961094	4	3	3	3	2	False	69992	fragment	False	ENG0025_000000005905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	81.283	5.0	6.262786522483403e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ISR0219_000000017164	1931	0.6478418660128139	2	2	2	2	2	False	37038	fragment	False	ISR0219_000000017164	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1931.0	99.32700000000001	100.0	0.03801906863131353	MK232145.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_1-CL09_c1 sequence	False	False
ISR0171_000000014793	1922	0.6478401209830602	2	2	2	2	2	True	114352	maximal	True	ISR0171_000000014793	1.0		56	9	False	False	0.9947971105575562	0					non-mobilizable	no_good_hit	1463.0	77.854	75.0	0.5873666940114848	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0208_000000009800	2755	0.6478391502157879	4	3	2	2	2	True	91289	fragment	False	ISR0208_000000009800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	96.76299999999999	89.0	0.27274963108706346	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
AST0087_000000017403	2123	0.6478391502157879	3	3	2	2	2	True	115072	fragment	False	AST0087_000000017403	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	87.175	90.0	0.4172229639519359	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0148_000000008661	3379	0.6478317910887381	4	3	2	1	2	False	59907	maximal	True	ISR0148_000000008661	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1418.0	93.65299999999999	58.0	0.000467916895575056	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
ISR0170_000000035754	1318	0.6478289171751898	2	2	2	2	1	False	125788	fragment	False	ISR0170_000000035754	0.9564758306693791		0	0	False	False	0.9772382378578186	0					non-mobilizable	other	1321.0	93.71700000000001	100.0	0.026163886299168864	NZ_QICA01000022.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_022, whole genome shotgun sequence	False	False
AST0010_000000023392	1295	0.6478289171751898	2	2	2	2	1	False	125788	fragment	False	ISR0170_000000035754	0.9504074118103194		0	0	False	False	0.9814671874046326	0					non-mobilizable	other	1298.0	93.529	100.0	0.025707654771586694	NZ_QICA01000022.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_022, whole genome shotgun sequence	False	False
FIJ0009_000000039870	1134	0.64782878384063	2	2	2	1	1	True	51123	fragment	False	FIJ0009_000000039870	1.0		0	0	False	False	0.9894179701805115	0					non-mobilizable	no_good_hit								True	True
USA0058_01_000000009081	2097	0.6478270814068104	2	2	1	1	2	False	101701	fragment	False	ISR0100_000000006592	0.376464983325393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1401.0	91.07799999999999	67.0	0.02402118403631549	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0214_000000009573	2896	0.6478269571973976	4	3	3	2	2	False	131746	maximal	True	ISR0214_000000009573	1.0		7	3	False	False	0.9996547102928162	0					non-mobilizable	no_good_hit	1116.0	91.48700000000001	42.0	0.00029799741449725264	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0174_000000004268	3667	0.6478247657610049	6	5	2	4	3	True	77847	fragment	False	CHI0174_000000004268	1.0		0	0	False	False	0.9997273087501526	0					non-mobilizable	no_good_hit	746.0	79.759	28.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MON0010_000000024605	1136	0.6478219901018387	2	2	2	2	2	False	13712	fragment	False	MON0010_000000024605	1.0		0	0	False	False	0.9973591566085815	0					non-mobilizable	other	570.0	82.807	93.0	0.00023767655448640696	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0062_000000025192	1180	0.6478211291975302	2	2	2	2	0	True	45668	fragment	False	FIJ0062_000000025192	0.9767950963222417		0	0	False	False	0.9974576234817505	0					non-mobilizable	no_good_hit	650.0	77.538	55.0	0.00482321133005295	NZ_CACZYW010000005.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
MON0044_000000048950	1179	0.6478195987992282	2	2	2	1	1	False	75805	fragment	False	MON0044_000000048950	0.996393902105551		0	0	False	False	0.9974554777145386	0					non-mobilizable	no_good_hit	719.0	81.641	61.0	0.0002427416841451996	NZ_KE159646.1	actinobacteria	Enterorhabdus caecimuris B7 acPFx-supercont1.1, whole genome shotgun sequence	True	False
SPA0059_000000006290	4187	0.6478117123334455	4	4	4	4	4	False	126257	maximal	True	SPA0059_000000006290	1.0		36	8	False	False	1.0	0					non-mobilizable	no_good_hit	1787.0	79.855	49.0	0.00047191145360134224	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0063_000000008627	3002	0.6478112149710769	3	3	3	3	1	False	45620	fragment	False	FIJ0063_000000008627	1.0		0	0	False	False	0.9886742234230042	0					non-mobilizable	no_good_hit	92.0	89.13	3.0	0.045545545545545546	KU546909.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_7 genomic sequence	True	False
MON0076_000000021857	2177	0.6478083557381387	2	2	2	2	2	False	10290	fragment	False	MON0076_000000021857	1.0		0	0	False	False	0.9820854663848877	0					non-mobilizable	no_good_hit	923.0	80.932	86.0	0.0002628655715171311	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0110_000000011599	2368	0.6478041926240368	4	2	2	2	0	True	14553	maximal	True	MAD0110_000000011599	1.0		14	6	False	False	0.9932432174682617	0					non-mobilizable	no_good_hit								True	True
MON0048_000000037425	1107	0.6478024648721848	2	2	2	2	2	False	11381	fragment	False	MON0048_000000037425	1.0		0	0	False	False	0.9909665584564209	0					non-mobilizable	other	1104.0	79.348	98.0	0.007806115865984259	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	False	False
MON0060_000000028560	1474	0.6477988705827133	2	2	2	2	2	True	87079	fragment	False	MON0032_000000016300	0.2569292827044387		0	0	False	False	1.0	0					non-mobilizable	other	1480.0	87.77	100.0	0.000457314512300516	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0085_000000002254	7372	0.6477963246888119	8	3	2	2	3	False	111140	maximal	True	AST0085_000000002254	1.0		1	1	False	False	0.9995930790901184	0					non-mobilizable	no_good_hit	100.0	83.0	1.0	3.2592659600932815e-05	NZ_CP012033.1	firmicutes	Lactobacillus koreensis strain 26-25, complete genome	True	False
SPA0055_000000004360	6822	0.6477963246888119	7	3	2	2	3	False	28175	maximal	True	SPA0055_000000004360	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	1.0	3.2592659600932815e-05	NZ_CP012033.1	firmicutes	Lactobacillus koreensis strain 26-25, complete genome	True	False
ISR0101_000000010316	2338	0.6477943833218133	2	2	2	2	2	False	78503	maximal	True	ISR0101_000000010316	0.9892362217305685		28	7	False	False	1.0	0					non-mobilizable	other	2286.0	98.68799999999999	100.0	0.004818900893944093	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ISR0226_000000000903	6675	0.647792477519036	11	4	3	4	3	False	45429	maximal	True	ISR0226_000000000903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	92.74700000000001	17.0	0.0003319878692277221	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0071_000000001941	3235	0.6477859698698039	5	4	4	4	4	False	96635	fragment	False	ISR0207_000000007572	0.739895286304957		0	0	False	False	0.9993817806243896	0					non-mobilizable	chromosome	3235.0	99.104	100.0	0.0009371870185248798	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0076_000000016785	2797	0.6477817721675744	4	4	4	4	4	False	111366	fragment	False	MAD0045_000000013063	0.47397610921501704		0	0	False	False	1.0	0					non-mobilizable	chromosome	2797.0	99.428	100.0	0.0005487492892852776	CP027461.1	enterobacteria	Escherichia coli strain 95-3322 chromosome, complete genome	False	False
MAD0049_000000002077	6740	0.6477769762790929	14	5	3	4	3	False	17495	maximal	True	MAD0049_000000002077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	72.806	17.0	0.0028277712157914756	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0107_000000025701	1202	0.6477735018982981	2	2	2	1	1	False	86863	fragment	False	FIJ0140_000000028576	0.9811211133403127		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	100.0	100.0	0.0010309473040856759	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
CHI0048_000000017306	1147	0.6477735018982981	2	2	2	1	1	False	86863	fragment	False	FIJ0140_000000028576	0.9501520223990805		0	0	False	False	0.9982563257217407	0					non-mobilizable	other	1147.0	99.82600000000001	100.0	0.0009837348963215526	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ENG0139_000000010809	1903	0.6477678561441375	2	2	2	2	2	False	57863	maximal	True	ENG0139_000000010809	1.0		428	12	False	False	0.9994745254516602	0					non-mobilizable	chromosome	1904.0	97.584	100.0	0.0007824668131115081	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0386_000000007611	4647	0.6477653130912168	5	5	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.3610049314264142	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4569.0	99.84700000000001	98.0	0.04557520357656075	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0073_000000004724	5386	0.6477565611325036	6	3	1	3	2	False	34812	maximal	True	ISR0073_000000004724	1.0		1	1	True	True	1.0	37					non-mobilizable	no_good_hit								True	True
MAD0005_000000028583	1124	0.6477546920025808	3	1	1	1	1	False	95987	fragment	False	ISR0316_000000017359	0.8067115139060843		0	0	False	False	0.9848754405975342	0					non-mobilizable	no_good_hit	304.0	84.539	39.0	8.082739509844537e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0091_000000017412	1211	0.647753409250442	2	2	2	2	1	True	43365	maximal	True	FIJ0091_000000017412	1.0		12	5	False	False	0.9744012951850891	0					non-mobilizable	chromosome	1211.0	99.67	100.0	0.0005538310000723184	LS483366.1	firmicutes	Streptococcus salivarius strain NCTC7366 genome assembly, chromosome: 1	False	True
USA0117_01_000000013496	1535	0.6477489447967255	2	2	2	2	2	False	42948	maximal	False	ISR0848_000000009908	0.6456987632066497		0	0	False	False	0.990879476070404	0					non-mobilizable	other	1534.0	99.348	99.0	0.0398233536822964	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
DEN0018_000000017580	2185	0.6477447913567683	3	3	3	3	3	False	75115	fragment	False	DEN0078_000000014328	0.9936507936507937		0	0	False	False	0.9977116584777832	0					non-mobilizable	no_good_hit	995.0	71.357	44.0	0.0014354604560950154	NZ_GG665867.1	firmicutes	Shuttleworthia satelles DSM 14600 Scfld1, whole genome shotgun sequence	True	False
ISR0033_000000005386	5045	0.6477335459358061	4	3	2	2	1	False	109328	maximal	True	ISR0033_000000005386	1.0		10	5	False	False	0.996828556060791	0					non-mobilizable	no_good_hit	1969.0	99.64399999999999	39.0	0.0006301618920482727	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0172_000000010295	1574	0.6477308792001011	3	2	2	1	1	False	32680	fragment	False	ISR0111_000000010825	0.9710144927536232		0	0	False	False	0.9841169118881226	0					non-mobilizable	no_good_hit	847.0	82.054	53.0	0.0003475024050603728	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0138_000000000397	24893	0.6477216939941027	32	13	4	10	10	False	58439	maximal	True	FIJ0138_000000000397	1.0		5	1	False	False	0.9996384382247925	0					non-mobilizable	no_good_hit	2467.0	96.838	38.0	0.09649637893912703	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
CHI0111_000000008082	3794	0.6477112344739416	4	3	3	3	1	True	82623	maximal	True	CHI0111_000000008082	1.0		1	1	False	False	0.9994728565216064	0					non-mobilizable	no_good_hit	78.0	85.897	2.0	1.930526615067284e-05	NZ_CP025228.1	high GC Gram+	Actinomyces qiguomingii strain actinomyces sp. 410 chromosome, complete genome	True	True
ENG0118_000000005716	2391	0.6477053766599034	3	3	2	3	2	False	67299	fragment	False	ENG0118_000000005716	0.9680989583333334		0	0	False	False	0.990798830986023	0					non-mobilizable	no_good_hit	474.0	74.473	20.0	0.0002047326113184254	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0034_000000006539	2369	0.6477027834826902	3	2	0	2	1	False	18812	fragment	False	MAD0034_000000006539	1.0		0	0	False	False	0.9945124387741089	0	IncI1				non-mobilizable	plasmid	2354.0	96.686	99.0	0.03582053120566294	CP002733.1	enterobacteria	Escherichia coli UMNK88 plasmid pUMNK88_Hly, complete sequence	False	True
ISR0194_000000015288	1712	0.6476894892566413	4	3	3	3	3	False	29036	maximal	True	ISR0194_000000015288	1.0		39	7	False	False	0.9982476830482483	0					non-mobilizable	no_good_hit	784.0	81.633	46.0	0.0012262280752778272	NZ_FRDE01000004.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
MAD0055_000000003281	2524	0.647688967483631	2	2	1	2	1	False	101467	fragment	False	MAD0055_000000003281	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1822.0	94.512	100.0	0.0004846976135111394	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0128_000000006060	1328	0.6476688237851191	2	1	1	1	1	False	81333	fragment	False	CHI0128_000000006060	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	87.45100000000001	100.0	0.027797921198936426	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
ISR0186_000000006545	3863	0.6476619473646757	5	5	4	5	5	False	125020	maximal	True	ISR0186_000000006545	1.0		160	15	False	False	0.99741131067276	0					non-mobilizable	other	3863.0	98.62799999999999	100.0	0.12266548087917672	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0054_000000011454	2297	0.6476603313049887	6	5	3	4	5	False	87916	maximal	True	ENG0054_000000011454	1.0		338	11	False	False	0.9978232383728027	0					non-mobilizable	other	2088.0	96.073	91.0	0.3648128716334383	NZ_CYZN01000053.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0150_000000023247	1101	0.6476549504230977	2	2	2	2	2	False	39767	fragment	False	FIJ0150_000000023247	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	99.001	100.0	0.008548469823901521	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	False
FIJ0129_000000007587	2768	0.6476497774292523	2	2	2	2	2	False	40964	maximal	True	FIJ0129_000000007587	1.0		10	3	False	False	0.9989162087440491	0					non-mobilizable	no_good_hit								True	False
ISR0280_000000012939	1198	0.6476365348297181	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.31446528703763343		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	93.56200000000001	99.0	0.7733160621761658	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0084_000000025345	1144	0.6476354818482594	1	1	1	1	1	False	34017	maximal	True	ISR0084_000000025345	1.0		228	11	False	False	1.0	0					non-mobilizable	chromosome	1144.0	98.601	100.0	0.0005100681563512857	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0159_000000017070	1494	0.6476343672200109	2	2	2	2	2	False	39388	fragment	False	FIJ0159_000000017070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	77.315	14.0	0.00038636197172782537	NZ_JABKDE010000004.1	high GC Gram+	Brevibacterium oceani strain BBH7 NODE_4_length_546120_cov_67.714371_cov_67.714371, whole genome shotgun sequence	True	False
ENG0048_000000007154	3722	0.6476272820023072	4	4	4	2	2	False	99658	fragment	False	ENG0206_000000006185	0.7484827303494062		0	0	False	False	0.9994626641273499	0					non-mobilizable	no_good_hit	420.0	74.048	16.0	0.008290093636309417	NZ_KB822481.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.19, whole genome shotgun sequence	True	False
ENG0112_000000010885	2565	0.6476179343905134	3	2	2	2	2	False	59687	fragment	False	ENG0112_000000010885	1.0		0	0	False	False	0.9953216314315796	0					non-mobilizable	other	2565.0	99.259	100.0	0.031011877403904303	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	False	False
DEN0057_000000007684	1219	0.6476080567101661	1	1	1	1	1	False	71999	maximal	True	DEN0057_000000007684	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	87.12100000000001	99.0	0.06906140052207468	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
MON0061_000000023330	1933	0.6476052151326911	3	3	3	3	3	False	102763	maximal	False	SPA0015_000000010638	0.7065844864981259		0	0	False	False	1.0	0					non-mobilizable	other	1933.0	97.98200000000001	100.0	0.0005891474286550697	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MAD0068_000000009361	2885	0.6476027756503134	3	2	1	2	1	True	68110	maximal	True	MAD0068_000000009361	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	74.068	42.0	0.003896585453173847	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ITA0006_000000006412	4044	0.6475980335078068	5	3	2	3	2	False	94498	fragment	False	ITA0006_000000006412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	95.161	14.0	0.0001795313040386808	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0018_000000004434	5973	0.6475907741991536	11	3	1	2	1	False	8136	maximal	True	SPA0018_000000004434	1.0		1	1	False	False	0.9991629123687744	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.004701686121919585	LM526694.1	nematodes	Strongyloides papillosus genome assembly S_papillosus_LIN ,scaffold SPAL_contig0001036	True	False
ENG0191_000000002537	8934	0.6475855220987392	9	7	5	6	5	True	130834	maximal	True	ENG0191_000000002537	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2814.0	88.59299999999999	48.0	0.00131051819101852	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
MAD0106_000000008795	2381	0.6475827884717835	5	5	4	3	3	False	14741	maximal	True	MAD0106_000000008795	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	95.461	55.0	0.00020289189782028865	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
CHI0034_000000003503	4104	0.6475752430323911	6	6	5	4	4	False	88287	fragment	False	SPA0067_000000004855	0.5053120896881312		0	0	False	False	1.0	0					non-mobilizable	other	4104.0	99.391	100.0	0.0013169435608458746	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0066_000000016827	2109	0.6475743215576941	4	1	1	1	1	True	70968	maximal	True	DEN0066_000000016827	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	81.90100000000001	57.0	0.00019746312367964987	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ENG0173_000000007623	2355	0.6475728287832916	3	3	3	3	3	False	128190	fragment	False	ENG0173_000000007623	1.0		0	0	False	False	0.9991507530212402	0					non-mobilizable	chromosome	1614.0	98.699	100.0	0.0004588030162102814	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0051_01_000000009412	2195	0.6475724912583325	4	4	4	4	3	False	122156	maximal	True	USA0051_01_000000009412	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1394.0	96.055	100.0	0.0004195199342742064	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0775_000000008321	2355	0.6475666197940604	3	1	1	1	1	True	22449	fragment	False	ISR0775_000000008321	1.0		0	0	False	False	0.9995753765106201	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	9.629512796460324e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0181_000000011061	1837	0.6475653675503896	2	2	2	2	2	False	55273	fragment	False	ENG0181_000000011061	1.0		0	0	False	False	0.9989112615585327	0					non-mobilizable	chromosome	1837.0	99.946	100.0	0.0006289937333587306	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
MON0024_000000035586	1457	0.6475643760383882	2	2	2	1	1	False	86304	fragment	False	MON0024_000000035586	1.0		0	0	False	False	0.9993136525154114	0					non-mobilizable	no_good_hit								True	False
ISR0203_000000009013	1917	0.6475639928250327	3	3	3	3	3	False	53812	maximal	True	ISR0203_000000009013	1.0		1	1	False	False	0.9984350800514221	0					non-mobilizable	other	1922.0	90.11399999999999	100.0	0.007062526954451124	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
USA0069_01_000000022703	2720	0.6475580045968046	4	2	1	2	1	False	70834	maximal	False	SPA0041_000000012344	0.9675741773096637		0	0	False	False	0.9911764860153198	0					non-mobilizable	no_good_hit	1197.0	80.20100000000001	44.0	0.000357081888270703	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0133_000000015854	1538	0.6475580045968046	2	2	1	2	1	False	58251	fragment	False	ENG0133_000000015854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	77.695	78.0	0.00041687987027925376	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
TAN0002_000000003365	7491	0.6475579072991281	9	9	8	9	8	True	97913	maximal	True	TAN0002_000000003365	1.0		1	1	False	False	0.9998664855957031	0					non-mobilizable	plasmid	7413.0	99.63600000000001	99.0	0.07670569236980218	CP059841.1	enterobacteria	Escherichia coli strain E2348/69 plasmid pMAR2, complete sequence	False	True
SPA0026_000000017548	1839	0.6475578511772767	2	2	2	2	2	False	58173	fragment	False	ISR0237_000000006472	0.9508782582925728		0	0	False	False	0.9820554852485657	0					non-mobilizable	no_good_hit	168.0	82.14299999999999	9.0	0.0009192979702573474	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	False
ISR0814_000000033027	1278	0.6475490702291219	2	2	2	2	2	False	75015	fragment	False	DEN0018_000000027412	0.5647227291401928		0	0	False	False	0.9851329922676086	0					non-mobilizable	other	1278.0	99.844	100.0	0.0002979265061736345	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0031_000000024466	1308	0.6475379714293114	3	2	2	2	0	True	12427	maximal	True	MON0031_000000024466	1.0		6	3	False	False	0.9915902018547058	0					non-mobilizable	no_good_hit	59.0	96.61	4.0	0.002381636759331499	NZ_JAAIPW010000026.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_26_length_24353_cov_249.415, whole genome shotgun sequence	True	True
ENG0177_000000019337	1359	0.6475378855696157	2	2	2	1	1	False	93032	fragment	False	ISR0834_000000011067	0.4283452200481636		0	0	False	False	0.9985283017158508	0					non-mobilizable	other	1255.0	95.538	94.0	0.11871799734496491	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0091_000000003643	4143	0.6475361974959382	7	5	5	5	5	False	5346	maximal	True	SPA0091_000000003643	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	90.556	14.0	0.00017131999008605133	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0246_000000002147	6619	0.6475345766577205	8	8	7	7	8	False	125497	maximal	True	ISR0246_000000002147	1.0		18	7	False	False	0.9998489022254944	0					non-mobilizable	no_good_hit	2430.0	82.963	82.0	0.0006758738752795984	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0019_000000008406	3287	0.6475313109003775	4	2	1	1	2	False	122744	maximal	True	AST0019_000000008406	1.0		2	2	False	False	0.9987831115722656	0					non-mobilizable	no_good_hit	1110.0	92.162	34.0	0.024245086197430547	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
SPA0016_000000004106	7499	0.6475304175438478	13	1	0	1	1	False	127877	maximal	True	SPA0016_000000004106	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.308888787677733e-06	CP045420.1	a-proteobacteria	Maribius sp. THAF1 chromosome, complete genome	True	False
AST0005_000000020746	1314	0.6475304175438478	2	1	0	1	1	False	127875	fragment	False	AST0005_000000020746	1.0		0	0	False	False	0.9863013625144958	0					non-mobilizable	no_good_hit								True	False
ISR0282_000000004058	4808	0.6475059229817244	6	4	4	3	3	True	91790	fragment	False	USA0004_01_000000005532	0.9644338448776442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	76.101	16.0	0.0002743181086202113	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
DEN0039_000000002845	4879	0.6475017680667879	4	4	1	4	0	True	95638	fragment	False	DEN0039_000000002845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	79.673	36.0	0.003678092661170089	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0012_000000001040	6085	0.6475001022657175	6	6	3	4	4	False	75492	maximal	True	DEN0012_000000001040	1.0		2	2	False	False	0.9986853003501892	0					non-mobilizable	chromosome	3070.0	100.0	100.0	0.0005233116676505404	CP033844.1	enterobacteria	Klebsiella oxytoca strain FDAARGOS_500 chromosome, complete genome	False	False
MON0010_000000013319	1951	0.6474954082993972	4	3	2	3	1	True	13741	maximal	True	MON0010_000000013319	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0147_000000001002	16089	0.6474900063903934	19	8	0	8	2	False	106309	maximal	False	AST0116_000000000924	0.926943086507773		0	0	False	False	0.9993162751197815	0					non-mobilizable	no_good_hit								True	False
FIJ0163_000000010651	2308	0.6474790587740097	4	4	4	3	2	False	90915	fragment	False	FIJ0163_000000010651	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	98.557	100.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0004_000000036190	1301	0.6474786517911489	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.17516885210058894		0	0	False	False	0.9992313385009766	0					non-mobilizable	chromosome	1301.0	97.54	100.0	0.000437235794633141	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0020_000000015926	1589	0.6474709938998819	2	2	2	2	2	False	37681	fragment	False	ISR0020_000000015926	1.0		0	0	False	False	0.9672750234603882	0					non-mobilizable	chromosome	1556.0	98.90700000000001	98.0	0.0006939247446423877	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0194_000000000976	21430	0.6474673679118143	35	13	9	9	9	False	71025	maximal	True	ENG0194_000000000976	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	71.16	1.0	0.009953571201424665	KX160219.1	viruses	Lactococcus phage C41431, complete genome	True	False
ISR0324_000000008753	3600	0.6474588548497102	5	4	3	4	3	False	66265	fragment	False	ISR0324_000000008753	1.0		0	0	False	False	0.9969444274902344	0					non-mobilizable	other	2556.0	85.56299999999999	99.0	0.009724300470985109	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
CHI0066_000000002832	4897	0.6474576517015299	6	2	1	1	2	True	106442	fragment	False	CHI0066_000000002832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1677.0	95.945	39.0	0.0002363117512763024	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0849_000000013927	1973	0.6474568172643285	4	3	2	3	1	False	26163	fragment	False	ISR0849_000000013927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1385.0	97.256	88.0	0.019197691838206736	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0222_000000014572	3854	0.6474548408303731	3	3	3	1	1	False	27896	fragment	False	ISR0222_000000014572	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3855.0	98.833	100.0	0.0016151106956545432	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
AUS0008_000000006198	3560	0.6474548408303731	3	3	3	1	1	False	101879	fragment	False	ENG0195_000000005754	0.3861325966850829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2075.0	74.361	57.0	0.001000197781995164	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0049_000000004730	3511	0.6474548408303731	3	3	3	1	1	False	21428	maximal	True	MAD0049_000000004730	1.0		10	4	False	False	0.998006284236908	0					non-mobilizable	other	3192.0	96.773	91.0	0.0013334199644113942	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
DEN0039_000000005375	3178	0.6474548408303731	3	3	3	1	1	False	73297	fragment	False	ISR0203_000000005180	0.382656		0	0	False	False	0.9959093928337097	0					non-mobilizable	no_good_hit	2075.0	74.313	64.0	0.001000197781995164	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0816_000000013209	3151	0.6474548408303731	3	3	3	1	1	False	21426	fragment	False	ISR0816_000000013209	1.0		0	0	False	False	0.9993652701377869	0					non-mobilizable	other	3155.0	95.277	99.0	0.0013174910242518113	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ENG0081_000000008466	3125	0.6474548408303731	3	3	3	1	1	False	73297	fragment	False	ISR0203_000000005180	0.5518810245490957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	78.7	65.0	0.002379655901756606	NZ_LT635546.1	firmicutes	Gemella massiliensis strain Marseille-P3249T, whole genome shotgun sequence	True	False
MON0008_000000005613	4958	0.6474522955050289	5	5	5	5	4	False	115356	maximal	True	MON0008_000000005613	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3017.0	74.18	77.0	0.0010661270069470094	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
SPA0059_000000002003	13134	0.6474517223127324	15	11	5	5	10	True	112521	fragment	False	SPA0059_000000002003	1.0		0	0	False	False	0.9996193051338196	0					non-mobilizable	other	12253.0	98.221	93.0	0.1483787194796369	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0037_000000000532	13124	0.6474511607126103	19	5	4	5	4	False	88026	maximal	True	CHI0037_000000000532	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1491.0	95.506	12.0	0.000414517868949438	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0120_000000032426	1217	0.6474403650514272	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.028419685454522073		0	0	False	False	0.9868529438972473	0					non-mobilizable	chromosome	1107.0	94.12799999999999	91.0	0.0003482933468406011	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0040_000000007514	1122	0.6474403650514272	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.10710008872819723		0	0	False	False	0.9839572310447693	0					non-mobilizable	other	1053.0	99.145	100.0	0.00033742264321038863	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0016_000000007444	2417	0.6474390814690404	4	4	4	4	2	False	123078	fragment	False	FIJ0016_000000007444	1.0		0	0	False	False	0.9929664731025696	0					non-mobilizable	chromosome	2419.0	93.344	100.0	0.0009949683265670546	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0120_000000003986	5475	0.6474290347383553	6	2	1	1	1	True	104153	backbone	False	ENG0195_000000003651	0.9442460721033942	PS613|PS614	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	904.0	88.60600000000001	38.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0087_000000008766	3538	0.6474290347383553	3	2	1	1	1	True	81557	fragment	False	FIJ0087_000000008766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	91.369	43.0	0.1713920817369093	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0060_000000013772	2805	0.6474260856610273	3	3	3	3	2	False	96163	maximal	False	MON0054_000000013913	0.9674479166666666		0	0	False	False	0.997504472732544	0					non-mobilizable	no_good_hit	1540.0	82.53200000000001	84.0	0.0005159988246132449	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CAN0017_000000009567	3839	0.6474245449321598	5	4	3	4	3	True	92538	maximal	True	CAN0017_000000009567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	80.753	19.0	0.0002453907831084775	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
AST0026_000000021473	1192	0.6474203415696896	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.134933713335741		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	92.456	100.0	0.012389767509656731	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0002_000000003682	5706	0.6474197326352328	8	2	2	2	2	False	121254	fragment	False	ISR0002_000000003682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	82.007	10.0	0.00025257968197272765	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0016_000000008080	3308	0.6474065989430318	4	4	4	4	4	False	50684	maximal	False	MAD0032_000000004722	0.9629824111291656		0	0	False	False	0.9854897260665894	0					non-mobilizable	chromosome	3224.0	98.046	98.0	0.0006333244187140979	CP057465.1	enterobacteria	Escherichia coli strain RHB25-C23 chromosome, complete genome	False	False
FIJ0131_000000004408	4255	0.6474031743293155	7	3	2	3	2	True	40838	maximal	True	FIJ0131_000000004408	1.0		2	2	False	False	0.9974148273468018	0					non-mobilizable	no_good_hit	2383.0	98.447	56.0	0.004978703027996579	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0103_000000006035	3157	0.6474025922623736	4	2	2	2	1	False	60314	maximal	True	ENG0103_000000006035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	91.743	4.0	2.7087431718184442e-05	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	True	False
ISR0375_000000016669	1410	0.647395836256193	2	1	1	1	1	False	85952	fragment	False	ISR0375_000000016669	1.0		0	0	False	False	0.9992907643318176	0					non-mobilizable	other	1410.0	99.929	100.0	0.0031913712930602962	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0327_000000025964	1149	0.6473942332509719	1	1	1	1	1	False	61219	fragment	False	ENG0090_000000021322	0.9791526422123032		0	0	False	False	0.9738903641700745	0					non-mobilizable	other	1149.0	99.21700000000001	100.0	0.0005735199637903075	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0125_000000026686	1192	0.6473875531544945	2	2	2	1	1	False	4002	maximal	True	SPA0125_000000026686	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	888.0	82.32	74.0	0.019102196752626553	NZ_CZBD01000027.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0028_000000016809	1161	0.6473859959879771	2	2	1	2	1	False	37173	maximal	True	ISR0028_000000016809	1.0		217	9	False	False	0.9991386532783508	0					non-mobilizable	other	1162.0	93.115	100.0	0.016369300481450015	NZ_QRML01000020.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf20, whole genome shotgun sequence	False	False
MON0099_000000003719	6490	0.6473854925457894	2	2	2	2	1	False	80327	maximal	True	MON0099_000000003719	1.0		2	1	False	False	0.9990754723548889	0					non-mobilizable	no_good_hit	5703.0	99.15799999999999	88.0	0.0016415236080233966	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
ISR0854_000000000205	20362	0.6473807201897727	20	18	6	14	15	True	122698	maximal	True	ISR0854_000000000205	0.9974532334590729		280	10	False	False	1.0	0					non-mobilizable	chromosome	20362.0	99.975	100.0	0.0038397825688467864	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0087_000000019976	1797	0.647379966072459	3	3	3	3	3	False	33832	maximal	True	ISR0087_000000019976	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	84.64299999999999	47.0	0.04163561385203955	NZ_WNCH01000043.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold43_size20127, whole genome shotgun sequence	True	False
ENG0079_000000004819	6373	0.6473794024138106	5	5	3	4	2	False	61860	maximal	True	ENG0079_000000004819	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	88.15100000000001	15.0	0.00027856329837211717	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0129_000000005035	5557	0.6473788224825983	2	2	2	1	1	False	115723	fragment	False	SPA0129_000000005035	0.9276192584898552		0	0	False	False	0.9998200535774231	0					non-mobilizable	no_good_hit	4274.0	72.859	76.0	0.003607886360592919	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
SPA0151_000000017921	1111	0.6473767766329417	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.8533690392520326		0	0	False	False	0.9900990128517151	0					non-mobilizable	no_good_hit	230.0	90.0	21.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0839_000000015715	1365	0.6473756987673088	2	2	2	1	1	True	20826	fragment	False	ISR0839_000000015715	0.9834543987086359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0092_000000016366	2649	0.6473698621501276	3	3	3	3	2	False	103389	fragment	False	ISR0250_000000003921	0.8930048706311274		0	0	False	False	0.9973574876785278	0					non-mobilizable	chromosome	2649.0	99.698	100.0	0.0005182004198832405	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
MAD0036_000000019587	1584	0.6473668701759397	2	1	1	1	1	False	117267	maximal	True	MAD0036_000000019587	1.0		110	10	False	False	1.0	0					non-mobilizable	chromosome	1614.0	84.07700000000001	100.0	0.0005077833319096909	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0117_000000016275	1419	0.6473668701759397	2	1	1	1	1	False	69879	fragment	False	ENG0117_000000016275	0.9914540794306735		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	99.859	100.0	0.023247426060725294	NZ_GG663525.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld21, whole genome shotgun sequence	False	False
MON0004_000000033793	1377	0.6473668701759397	2	1	1	1	1	False	69879	fragment	False	ENG0117_000000016275	0.9482435436982244		0	0	False	False	0.9992737770080566	0					non-mobilizable	other	1377.0	99.927	100.0	0.02255885631844711	NZ_GG663525.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld21, whole genome shotgun sequence	False	False
CHI0132_000000024549	1240	0.6473668701759397	2	1	1	1	1	False	83393	fragment	False	ISR0029_000000031465	0.9518870196979244		0	0	False	False	0.9983870983123779	0					non-mobilizable	other	1248.0	81.41	100.0	0.2694232861806311	NZ_CABIWU010000112.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0091_000000017360	1215	0.6473668701759397	2	1	1	1	1	False	117262	fragment	False	MON0037_000000031911	0.07536389459261594		0	0	False	False	0.988477349281311	0					non-mobilizable	other	1213.0	97.609	99.0	0.005421387642635725	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0170_000000014450	3173	0.6473624184647615	4	3	1	2	2	True	83194	fragment	False	ISR0170_000000014450	1.0		0	0	False	False	0.9981090426445007	0					non-mobilizable	no_good_hit								True	True
ENG0073_000000002822	8925	0.6473578318618499	8	6	2	4	4	True	108820	fragment	False	ENG0073_000000002822	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8926.0	98.801	100.0	0.003932323228754059	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	True
USA0023_01_000000009385	3403	0.6473576285593581	4	2	2	2	2	True	1714	fragment	False	USA0023_01_000000009385	1.0		0	0	False	False	0.9926535487174988	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	6.215453331590149e-05	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
FIJ0058_000000035174	1229	0.6473532136917912	1	1	1	1	1	False	45952	fragment	False	FIJ0058_000000035174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0017_000000000146	63887	0.6473519639168137	77	26	19	24	14	True	50185	maximal	True	FIJ0017_000000000146	1.0		15	1	False	False	0.9999687075614929	0					non-mobilizable	no_good_hit	82.0	98.78	0.0	2.335273147674313e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
USA0055_01_000000013561	1989	0.6473499083531807	3	3	3	1	0	False	55706	fragment	False	USA0055_01_000000013561	1.0		0	0	False	False	0.9984917044639587	0					non-mobilizable	no_good_hit	674.0	74.184	33.0	0.012083545964861121	NZ_FQZY01000029.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0368_000000006532	1959	0.6473491095176463	2	1	1	1	1	False	23568	maximal	True	ISR0368_000000006532	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	96.851	60.0	0.00039851695973347945	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
USA0018_01_000000006201	3972	0.6473474154946546	5	5	3	4	5	False	92613	fragment	False	MON0081_000000013908	0.9744822485207101		0	0	False	False	1.0	0					non-mobilizable	chromosome	2128.0	99.859	100.0	0.0003953892446318056	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0821_000000023838	1371	0.6473459680163528	4	2	1	2	1	False	21218	fragment	False	ISR0821_000000023838	1.0		0	0	False	False	0.9985412359237671	0					non-mobilizable	no_good_hit								True	False
MAD0039_000000000421	15621	0.6473384097309958	21	5	3	3	5	False	18520	maximal	True	MAD0039_000000000421	1.0		2	1	False	False	0.9999359846115112	0					non-mobilizable	no_good_hit	407.0	76.413	3.0	0.00011185335130816688	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0016_000000009073	2009	0.6473382894066414	4	3	1	2	3	False	113346	fragment	False	FIJ0069_000000011067	0.9397354238118569		0	0	False	False	0.9995022416114807	0					non-mobilizable	no_good_hit	1363.0	91.416	85.0	0.21758135016998542	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0081_000000021421	1149	0.6473376998962269	2	2	2	1	1	False	61644	fragment	False	ENG0081_000000021421	1.0		0	0	False	False	0.9808529019355774	0					non-mobilizable	no_good_hit								True	False
ISR0059_000000009613	1776	0.6473375651089588	2	2	2	2	2	False	67515	fragment	False	ENG0191_000000015929	0.1921309192200557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1703.0	100.0	96.0	0.000753541801425354	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	False
ENG0032_000000002367	7195	0.6473370563144579	8	7	6	6	7	True	72102	maximal	True	ENG0032_000000002367	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	77.018	21.0	0.0005077359585954687	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0781_000000009389	2909	0.6473318749489535	4	4	3	3	4	False	128191	maximal	True	ISR0781_000000009389	1.0		58	4	False	False	0.9907184839248657	0					non-mobilizable	chromosome	1864.0	98.23	100.0	0.000529913217110821	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0114_000000026719	1515	0.6473259552065423	1	1	1	1	1	False	41838	maximal	True	FIJ0114_000000026719	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	71.01	40.0	0.002176950320044189	NZ_FMKA01000002.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0369_000000004317	2787	0.6473259505627778	4	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.9873314305304021		0	0	False	False	0.9781126379966736	0					non-mobilizable	no_good_hit	1561.0	98.27	67.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0113_000000011608	2772	0.6473259505627778	5	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.916178686984339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	98.52799999999999	66.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
USA0062_01_000000008313	2659	0.6473259505627778	4	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.9814740237950005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	97.95100000000001	64.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0370_000000010101	2613	0.6473259505627778	4	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.9777480940248192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1560.0	97.885	64.0	0.0004172499769534374	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0360_000000009557	2554	0.6473259505627778	4	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.9658143915339233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	98.079	64.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0036_000000015477	2550	0.6473259505627778	5	1	1	1	1	False	123049	maximal	True	FIJ0036_000000015477	1.0		21	4	False	False	0.9737254977226257	0					non-mobilizable	chromosome	1562.0	98.59200000000001	99.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0110_000000007237	2538	0.6473259505627778	4	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.9641033488515973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1533.0	97.84700000000001	63.0	0.0004102824115065592	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0177_000000010736	2505	0.6473259505627778	4	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.8512921914315342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1532.0	97.911	63.0	0.00040974644493372236	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0153_000000011182	2487	0.6473259505627778	5	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.7933034818519022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1434.0	98.536	63.0	0.0003837520661511383	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0036_000000010128	2430	0.6473259505627778	4	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.7205900330703279		0	0	False	False	0.9995884895324707	0					non-mobilizable	no_good_hit	1571.0	99.809	65.0	0.000442237518776762	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0035_000000008154	2347	0.6473259505627778	4	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.6092605116735104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	99.79899999999999	64.0	0.0004208025369993169	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0821_000000012795	2334	0.6473259505627778	4	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.6106015433268817		0	0	False	False	0.9970008730888367	0					non-mobilizable	no_good_hit	1428.0	99.79	61.0	0.00040190590832709554	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0049_000000008575	2314	0.6473259505627778	4	1	1	1	1	False	123067	fragment	False	ISR0369_000000004317	0.6044728435735128		0	0	False	False	0.9987035393714905	0					non-mobilizable	no_good_hit	1461.0	99.24700000000001	63.0	0.00041121320304624936	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0153_000000013765	2178	0.6473259505627778	5	1	1	1	1	False	123057	fragment	False	ENG0153_000000013765	1.0		0	0	False	False	0.9995408654212952	0					non-mobilizable	no_good_hit	1561.0	98.206	81.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0225_000000009047	2093	0.6473259505627778	2	1	1	1	1	False	123030	maximal	True	ISR0225_000000009047	1.0		98	7	False	False	0.9980888962745667	0					non-mobilizable	no_good_hit	1325.0	93.132	79.0	0.0003542739046451151	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0213_000000012617	2067	0.6473259505627778	4	1	1	1	1	False	123044	fragment	False	ISR0213_000000012617	1.0		0	0	False	False	0.9854862093925476	0					non-mobilizable	no_good_hit	1505.0	98.804	73.0	0.9734455958549223	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ISR0342_000000007853	2019	0.6473259505627778	4	1	1	1	1	False	123039	maximal	True	ISR0342_000000007853	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	97.89299999999999	78.0	0.00041885787667194773	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0394_000000009888	1927	0.6473259505627778	3	1	1	1	1	False	123037	fragment	False	ISR0394_000000009888	1.0		0	0	False	False	0.9994810819625854	0					non-mobilizable	no_good_hit	1561.0	96.156	85.0	0.0004172499769534374	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0141_000000016018	1841	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.8984299013983952		0	0	False	False	0.9978272914886475	0					non-mobilizable	chromosome	1561.0	98.463	93.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0063_000000015090	1837	0.6473259505627778	2	1	1	1	1	False	123032	maximal	True	FIJ0063_000000015090	1.0		0	0	False	False	0.9994556307792664	0					non-mobilizable	chromosome	1496.0	98.262	100.0	0.00040036702990907863	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0014_000000009549	1738	0.6473259505627778	3	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.8513460226983761		0	0	False	False	0.967203676700592	0					non-mobilizable	chromosome	1511.0	98.213	93.0	0.0004043867792053545	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0107_000000008517	1717	0.6473259505627778	3	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.8324919077663399		0	0	False	False	1.0	0					non-mobilizable	chromosome	1504.0	98.537	99.0	0.0004025108962004258	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0200_000000012030	1711	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.8847885552671879		0	0	False	False	0.9573348760604858	0					non-mobilizable	chromosome	1560.0	98.205	97.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0104_000000015069	1642	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.7475590487607245		0	0	False	False	0.9993909597396851	0					non-mobilizable	no_good_hit	1442.0	98.544	88.0	0.9326424870466321	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
FIJ0014_000000015677	1594	0.6473259505627778	3	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.7876920161197715		0	0	False	False	1.0	0					non-mobilizable	chromosome	1493.0	98.66	94.0	0.00039956308004982346	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0054_000000018910	1559	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.8616648223684504		0	0	False	False	1.0	0					non-mobilizable	other	1541.0	98.76700000000001	99.0	0.9967616580310881	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ENG0036_000000016365	1533	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.8210405034720916		0	0	False	False	1.0	0					non-mobilizable	chromosome	1534.0	98.175	100.0	0.0004102824115065592	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0079_000000041054	1500	0.6473259505627778	2	1	1	1	1	False	123035	maximal	True	DEN0079_000000041054	1.0		54	5	False	False	0.9933333396911621	0					non-mobilizable	no_good_hit	1295.0	93.436	87.0	0.0003462344060525633	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0105_000000016387	1493	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.7872258421753288		0	0	False	False	0.9993302226066589	0					non-mobilizable	chromosome	1495.0	98.395	100.0	0.0004000990466226602	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0108_000000019391	1474	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.7869781388013624		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	98.84	99.0	0.9481865284974094	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
FIJ0065_000000013666	1424	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.7697979725311621		0	0	False	False	0.9985954761505127	0					non-mobilizable	chromosome	1424.0	98.806	100.0	0.00038107223328695436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0129_000000017269	1424	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.7674667172629521		0	0	False	False	1.0	0					non-mobilizable	chromosome	1424.0	98.666	100.0	0.00038107223328695436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0114_000000033790	1391	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.7051169992901188		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	99.13	99.0	0.8924870466321243	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0288_000000021264	1391	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.7055887935885864		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	99.275	99.0	0.8924870466321243	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0233_000000013233	1390	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.6312601659589515		0	0	False	False	1.0	0					non-mobilizable	other	1359.0	98.602	98.0	0.8788860103626943	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0343_000000013924	1369	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5668798497595127		0	0	False	False	1.0	0					non-mobilizable	chromosome	1322.0	98.714	99.0	0.0003537379380722783	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0015_000000020081	1337	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5667168415846987		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	99.014	99.0	0.0003529339882130231	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0208_000000020881	1334	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5470544057938407		0	0	False	False	0.9985007643699646	0					non-mobilizable	other	1315.0	93.84	99.0	0.8503886010362695	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
SPA0102_000000023647	1329	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.6088384263183562		0	0	False	False	0.9962377548217773	0					non-mobilizable	other	1329.0	98.495	100.0	0.8594559585492227	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
AST0016_000000017809	1323	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5662653664909628		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	98.866	100.0	0.0003540059213586967	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ITA0002_000000008271	1319	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5660227286829369		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	98.939	100.0	0.0003529339882130231	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0006_000000016879	1319	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5659435733811828		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	98.939	100.0	0.0003529339882130231	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0187_000000021949	1309	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5611242312698842		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	98.77799999999999	100.0	0.8465025906735751	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0119_000000024010	1302	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5131285536775619		0	0	False	False	1.0	0					non-mobilizable	chromosome	1302.0	98.771	100.0	0.00034837827234391043	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0279_000000017545	1302	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5114279664401354		0	0	False	False	1.0	0					non-mobilizable	chromosome	1302.0	98.541	100.0	0.00034837827234391043	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0180_000000013905	1295	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.49217924148432574		0	0	False	False	1.0	0					non-mobilizable	chromosome	1295.0	95.75299999999999	100.0	0.00034650238933898173	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0073_000000041992	1284	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.46540871591803756		0	0	False	False	0.9984423518180847	0					non-mobilizable	other	1255.0	93.625	98.0	0.8115284974093264	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0282_000000019854	1279	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5171308977696355		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	99.375	100.0	0.8270725388601037	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0272_000000008174	1257	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.49370473109775176		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	99.125	100.0	0.8128238341968912	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ENG0011_000000023088	1253	0.6473259505627778	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.48390266027514367		0	0	False	False	0.9976057410240173	0					non-mobilizable	other	1253.0	99.441	100.0	0.8102331606217616	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ENG0192_000000018465	1249	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.3814115690309275		0	0	False	False	0.9991993308067322	0					non-mobilizable	chromosome	1249.0	98.639	100.0	0.00033417515816373567	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0854_000000008221	1222	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.3786082363184316		0	0	False	False	0.9991816878318787	0					non-mobilizable	other	1222.0	94.51700000000001	100.0	0.7901554404145078	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ENG0140_000000015307	1218	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.3656299707168195		0	0	False	False	0.9991790056228638	0					non-mobilizable	chromosome	1218.0	99.015	100.0	0.0003261356595711839	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0824_000000019836	1218	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.38758405085027614		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	99.015	100.0	0.7875647668393783	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ENG0052_000000028674	1183	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.2852533709172617		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	93.829	100.0	0.7648963730569949	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ENG0038_000000024060	1162	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.1797029703760501		0	0	False	False	0.9905335903167725	0					non-mobilizable	chromosome	1163.0	96.303	100.0	0.0003111285955317539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0132_000000035887	1154	0.6473259505627778	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.1607155828347584		0	0	False	False	0.9991334676742554	0					non-mobilizable	other	1154.0	99.307	100.0	0.7467616580310881	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
AUS0004_000000008094	2598	0.6473257681813565	3	3	3	3	2	False	102466	backbone	False	MAD0106_000000007701	0.9598069454997167	PS598	0	0	False	True	1.0	0					non-mobilizable	other	2599.0	99.962	100.0	0.019689425459836755	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0064_000000003669	7140	0.64732318592034	6	6	4	3	4	False	132280	fragment	False	ENG0085_000000002909	0.5702683498340032		0	0	False	False	0.9997198581695557	0					non-mobilizable	other	7164.0	95.631	100.0	0.0016704414911536591	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0356_000000000759	14214	0.6473107178666789	13	12	6	7	12	True	123729	fragment	False	ISR0356_000000000759	0.9588178126043578		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	7909.0	99.98700000000001	91.0	0.17995221299351463	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0142_000000000012	14184	0.6473107178666789	13	12	6	7	12	True	123729	fragment	False	ISR0356_000000000759	0.9572249080908083		0	0	False	False	0.9997180104255676	0		MOBP	MPF_T		conjugative	plasmid	8011.0	100.0	91.0	0.18227329616566162	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
AST0087_000000011056	3217	0.6473087285081208	6	3	3	3	1	True	111002	maximal	True	AST0087_000000011056	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	6.805477301359196e-05	NZ_VMDU01000001.1	a-proteobacteria	Rhodobacter flagellatus strain SYSU G03088 contig001, whole genome shotgun sequence	True	True
ISR0046_000000002665	7695	0.6473065863600422	9	7	4	5	5	True	112522	fragment	False	ISR0046_000000002665	1.0		0	0	False	False	0.9996101260185242	0					non-mobilizable	other	7388.0	99.973	96.0	0.08964370661618368	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0045_000000010970	2115	0.647299726264693	3	3	3	3	1	False	47054	maximal	True	FIJ0045_000000010970	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	73.661	32.0	0.0002852465937954468	CP047363.1	firmicutes	Macrococcus canis strain Epi0076A chromosome, complete genome	True	False
FIJ0127_000000009043	2113	0.647299726264693	3	3	3	3	1	False	47054	maximal	False	FIJ0045_000000010970	0.9996847911741528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	73.661	32.0	0.0002852465937954468	CP047363.1	firmicutes	Macrococcus canis strain Epi0076A chromosome, complete genome	True	False
FIJ0075_000000009154	2113	0.647299726264693	3	3	3	3	1	False	47054	maximal	False	FIJ0045_000000010970	0.9996847911741528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	73.661	32.0	0.0002852465937954468	CP047363.1	firmicutes	Macrococcus canis strain Epi0076A chromosome, complete genome	True	False
ENG0073_000000004073	6347	0.6472956311408411	8	6	5	4	3	False	73991	fragment	False	ENG0073_000000004073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2734.0	79.956	43.0	0.0008659099088359024	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
USA0071_01_000000002552	5397	0.6472907970014837	7	5	2	2	4	False	107950	fragment	False	USA0071_01_000000002552	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5350.0	97.36399999999999	99.0	0.008867453076878378	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0072_000000001538	3554	0.6472858169863935	4	3	3	3	2	True	118240	fragment	False	MAD0072_000000001538	0.7912757473558668		0	0	False	False	1.0	0					non-mobilizable	other	3560.0	95.056	100.0	0.0009866648893924498	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0015_000000022586	1677	0.6472853323729788	2	2	2	2	2	False	13411	fragment	False	MON0015_000000022586	1.0		0	0	False	False	0.9976148009300232	0					non-mobilizable	no_good_hit	803.0	99.12799999999999	48.0	0.0002725187288666313	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MAD0036_000000025642	1231	0.6472703674328865	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2891447536537571		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	97.805	99.0	0.00034101449033884846	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0151_000000017736	1355	0.6472640198550331	2	2	1	1	2	False	57080	maximal	True	ENG0151_000000017736	1.0		1	1	False	False	0.9977859854698181	0					non-mobilizable	no_good_hit	68.0	97.059	5.0	5.609022657102864e-05	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
AST0149_000000020815	1272	0.6472629878302455	2	2	2	2	2	False	104346	maximal	True	AST0149_000000020815	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	73.626	14.0	0.00017384649354619872	NZ_QQBB01000001.1	a-proteobacteria	Microvirga subterranea strain DSM 14364 Ga0244528_101, whole genome shotgun sequence	True	False
ISR0207_000000011317	2551	0.6472599563374416	4	2	2	2	2	False	79457	fragment	False	ISR0207_000000011317	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1557.0	93.32	100.0	0.0005287271098709206	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0255_000000024953	1356	0.6472574149838031	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.711902713748863		0	0	False	False	1.0	0					non-mobilizable	other	1356.0	98.45100000000001	100.0	0.01112178934312445	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0323_000000018855	1199	0.6472574149838031	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.6219617666981491		0	0	False	False	0.999165952205658	0					non-mobilizable	other	1199.0	98.33200000000001	100.0	0.009840401501523701	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
SPA0124_000000018758	1561	0.6472553696203871	3	3	3	3	3	False	79746	fragment	False	CHI0145_000000010724	0.6546641398189093		0	0	False	False	1.0	0					non-mobilizable	chromosome	1561.0	99.68	100.0	0.0003009070031475644	CP052278.1	enterobacteria	Klebsiella pneumoniae strain E16KP0235 chromosome, complete genome	False	False
TAN0008_000000003645	3964	0.6472518545522549	11	2	1	2	1	False	2771	maximal	True	TAN0008_000000003645	1.0		1	1	False	False	0.9984863996505737	0					non-mobilizable	no_good_hit	56.0	96.429	1.0	0.00021949256570550602	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
MON0013_000000036900	1519	0.647245945580306	2	2	2	2	2	False	60428	maximal	False	SPA0136_000000025984	0.9379461413969918		0	0	False	False	0.98749178647995	0					non-mobilizable	other	1513.0	98.546	99.0	0.02680565897244974	NZ_JAAIPV010000028.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_28_length_56406_cov_119.209, whole genome shotgun sequence	False	False
FIJ0159_000000011315	2155	0.6472433443303413	3	2	2	2	2	False	43001	maximal	True	FIJ0159_000000011315	1.0		4	1	False	False	0.9921113848686218	0					non-mobilizable	no_good_hit	687.0	81.077	36.0	0.0002198210939935014	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0033_000000038255	1574	0.647243279459446	2	2	2	2	1	False	75630	fragment	False	ISR0213_000000010997	0.2466872349581225		0	0	False	False	0.9714103937149048	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	5.0	0.00040292651892694304	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
AST0108_000000015392	1833	0.6472425438836941	4	3	2	3	2	False	107193	fragment	False	AST0108_000000015392	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1463.0	96.719	100.0	0.007056256998339705	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0157_000000004483	2329	0.6472416463166081	5	3	3	3	3	False	122059	maximal	True	CHI0157_000000004483	1.0		9	4	False	False	0.999141275882721	0					non-mobilizable	no_good_hit	1341.0	92.39399999999999	57.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0339_000000004386	3227	0.6472402960622293	4	2	2	2	1	False	114537	fragment	False	ISR0339_000000004386	1.0		0	0	False	False	0.989154040813446	0					non-mobilizable	no_good_hit	66.0	100.0	2.0	0.07936507936507936	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
DEN0070_000000012344	2724	0.6472338502812505	5	3	2	2	3	False	91990	fragment	False	DEN0070_000000012344	1.0		0	0	False	False	0.9992657899856567	0					non-mobilizable	no_good_hit	435.0	97.70100000000001	16.0	0.0013734822544185115	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0047_000000006156	4527	0.6472302699887497	8	5	5	5	4	False	36111	maximal	True	ISR0047_000000006156	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	2068.0	73.985	45.0	0.0007028210116731518	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
FIJ0011_000000001097	27732	0.6472271272307558	38	9	6	7	6	True	51032	maximal	True	FIJ0011_000000001097	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	0.0	2.479425811110999e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
FIJ0139_000000000664	25494	0.6472271272307558	33	9	6	7	6	True	47991	fragment	False	FIJ0139_000000000664	0.9755010901777927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	0.0	2.335273147674313e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
SPA0115_000000012824	2113	0.6472204303184952	3	3	3	3	1	False	4393	maximal	True	SPA0115_000000012824	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	93.714	48.0	0.00024534091145413247	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0124_000000012216	2265	0.6472203523228632	3	2	2	2	2	False	41248	maximal	True	FIJ0124_000000012216	1.0		63	8	False	False	0.9947019815444946	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000020311	1374	0.647218390350765	1	1	1	1	1	False	125910	fragment	False	ISR0361_000000009761	0.7097868448367944		0	0	False	False	0.9992722272872925	0					non-mobilizable	other	1374.0	100.0	100.0	0.008002611194329977	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
MON0038_000000025973	1335	0.6472119524059707	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.2527359920909189		0	0	False	False	0.9947565793991089	0					non-mobilizable	chromosome	1335.0	96.404	100.0	0.0005493740677319747	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0135_000000018560	1220	0.6472110860248403	1	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.6197499944096642		0	0	False	False	0.9934425950050354	0					non-mobilizable	chromosome	1221.0	95.741	100.0	0.00043015123750523573	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0096_000000004676	3601	0.6472044757662008	5	3	2	3	1	True	124786	maximal	True	MAD0096_000000004676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	88.421	3.0	7.917076206911944e-05	NZ_PJNH01000001.1	firmicutes	Halalkalibacillus sediminis strain B3227 contig1, whole genome shotgun sequence	True	True
ENG0092_000000005965	3460	0.6471984731047713	3	2	2	2	1	False	123058	fragment	False	ENG0092_000000005965	1.0		0	0	False	False	0.989595353603363	0					non-mobilizable	chromosome	1852.0	98.596	100.0	0.0004960370631604448	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0109_000000005258	5290	0.647197210916452	5	4	4	3	3	True	42165	maximal	True	FIJ0109_000000005258	1.0		13	5	False	False	0.9990548491477966	0					non-mobilizable	no_good_hit								True	True
MON0060_000000013692	2819	0.6471937072658769	3	3	1	3	1	False	14397	fragment	False	MON0060_000000013692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	73.204	13.0	0.4114942528735632	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
FIJ0071_000000003949	8521	0.6471851978947181	8	7	6	6	4	True	44906	maximal	True	FIJ0071_000000003949	1.0		1	1	False	False	0.9981222748756409	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	9.100115201770882e-06	NZ_CP009416.1	firmicutes	Jeotgalibacillus malaysiensis strain malaysiensis chromosome, complete genome	True	True
ENG0091_000000018035	1367	0.6471776445195117	3	2	2	2	2	False	61157	maximal	True	ENG0091_000000018035	1.0		2	1	False	False	0.9626920223236084	0					non-mobilizable	no_good_hit	63.0	95.238	5.0	1.138677723349799e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
SPA0076_000000014788	1216	0.6471767547702652	2	2	2	2	1	False	5722	maximal	False	SPA0125_000000024377	0.9484848484848485		0	0	False	False	0.9983552694320679	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	5.061274721996167e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0378_000000005447	4059	0.6471702762615137	6	4	4	3	2	False	30667	maximal	True	ISR0378_000000005447	1.0		2	1	False	False	0.9997536540031433	0					non-mobilizable	no_good_hit	1103.0	98.54899999999999	27.0	0.0020009877834430063	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0054_000000013024	1944	0.6471674372861823	3	2	2	2	2	False	61887	fragment	False	SPA0109_000000014012	0.6329570398243963		0	0	False	False	0.9855967164039612	0					non-mobilizable	no_good_hit	479.0	78.497	24.0	0.00010748211579225203	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0013_000000009531	2606	0.6471641979153269	2	2	2	2	2	False	132023	fragment	False	DEN0005_000000011402	0.7117587074994275		0	0	False	False	0.9984650611877441	0					non-mobilizable	no_good_hit	1137.0	79.771	44.0	0.0036504691850826505	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0034_000000008263	2496	0.6471641979153269	2	2	2	2	2	False	132023	fragment	False	DEN0005_000000011402	0.6557220093934868		0	0	False	False	0.9975961446762085	0					non-mobilizable	no_good_hit	1174.0	79.983	47.0	0.003766357095720195	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0343_000000007931	2212	0.6471620376107229	2	2	2	2	1	False	48205	maximal	True	ISR0343_000000007931	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	100.0	12.0	7.210216793680621e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0062_000000012232	1225	0.6471596016100026	3	2	2	2	2	False	84571	fragment	False	MAD0062_000000012232	0.9808454193279471		0	0	False	False	0.9910203814506531	0					non-mobilizable	chromosome	1225.0	99.59200000000001	100.0	0.00032651066534817533	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0001_000000029354	1191	0.6471585475866167	2	1	1	1	1	False	14356	fragment	False	MON0001_000000029354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0098_000000029593	1217	0.6471583574921133	2	2	1	2	1	False	121055	fragment	False	MON0102_000000027913	0.16042571596845837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0013_000000015864	3121	0.6471494721734429	5	2	2	2	2	True	13538	fragment	False	MON0013_000000015864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000021304	2908	0.6471491055639493	4	3	3	2	1	False	97391	maximal	False	CAN0001_000000014912	0.9729042700128533		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1990.0	80.60300000000001	67.0	0.0009044097133048923	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0104_000000008812	2865	0.6471491055639493	5	3	3	2	1	False	97391	maximal	False	CAN0001_000000014912	0.9640805314166045		0	0	False	False	0.9996509552001953	0					non-mobilizable	no_good_hit	1971.0	80.568	68.0	0.000894709711272511	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0085_000000004883	2843	0.6471491055639493	4	3	3	2	1	False	97391	maximal	False	CAN0001_000000014912	0.9589689489617146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1867.0	81.468	67.0	0.0004108295195475623	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0145_000000011014	2786	0.6471491055639493	4	3	3	2	1	False	97391	maximal	False	CAN0001_000000014912	0.7465945512239285		0	0	False	False	0.9971284866333008	0					non-mobilizable	no_good_hit	1796.0	82.016	67.0	0.00039569603778741373	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0093_000000011714	2766	0.6471491055639493	4	3	3	2	1	False	97391	maximal	False	CAN0001_000000014912	0.6430026265686051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1796.0	82.016	67.0	0.00039569603778741373	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0077_000000009198	3322	0.6471488291170684	4	4	4	4	4	False	122021	maximal	True	ISR0077_000000009198	1.0		4	2	True	True	1.0	1					non-mobilizable	no_good_hit	1347.0	79.362	42.0	0.00036305342583507717	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
TAN0007_000000033140	1279	0.6471473854109697	2	1	1	1	1	False	2792	maximal	True	TAN0007_000000033140	1.0		29	11	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	78.788	51.0	0.0014858336183446092	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0015_000000003372	8741	0.6471420953889717	10	10	4	6	7	True	28534	fragment	False	MON0044_000000003702	0.6438925764858472		0	0	False	False	0.9988559484481812	0					non-mobilizable	chromosome	8761.0	91.78200000000001	100.0	0.0034971164162822354	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
SPA0037_000000018914	1309	0.64713496825686	1	1	1	1	1	False	7062	maximal	True	SPA0037_000000018914	1.0		3	2	False	False	0.9572192430496216	0					non-mobilizable	no_good_hit	980.0	99.694	75.0	0.0016724322015801837	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	True	False
AST0029_000000023655	1236	0.6471318813724644	2	2	2	2	2	False	117882	maximal	True	AST0029_000000023655	1.0		44	10	False	False	0.9652103781700134	0					non-mobilizable	no_good_hit	839.0	100.0	68.0	0.007361790724846483	NZ_CYZO01000006.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0095_000000004128	6288	0.647130047674121	7	7	3	6	7	True	105999	backbone	False	MON0107_000000007569	0.969918952618454	PS644	0	0	True	True	1.0	12					non-mobilizable	plasmid	5534.0	96.82	100.0	0.05068655237885584	CP035721.1	enterobacteria	Escherichia coli strain U15A plasmid pU15A_A, complete sequence	False	True
ISR0255_000000015203	2089	0.6471241024065749	3	3	3	3	3	False	109867	maximal	False	ISR0255_000000015196	0.9195690950538505		0	0	False	False	1.0	0					non-mobilizable	chromosome	2089.0	98.851	100.0	0.0005595491020416039	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0044_000000020166	1234	0.6471211915672773	1	1	1	1	1	False	17942	maximal	True	MAD0044_000000020166	1.0		9	5	False	False	1.0	0					non-mobilizable	other	1240.0	92.016	100.0	0.003549047376055684	NZ_PPCX01000002.1	firmicutes	Veillonella rogosae JCM 15642 Contig_2_len_348826, whole genome shotgun sequence	False	False
SPA0140_000000007437	2953	0.6471113970153424	6	3	3	3	3	False	4495	fragment	False	SPA0140_000000007437	1.0		0	0	False	False	0.996613621711731	0					non-mobilizable	other	2104.0	99.95200000000001	100.0	0.00728266289893617	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	False	False
ISR0046_000000023329	1548	0.6471104097333289	2	2	2	2	1	False	81826	fragment	False	ISR0046_000000023329	0.9968253968253968		0	0	False	False	0.9954780340194702	0					non-mobilizable	chromosome	1548.0	100.0	100.0	0.0005256689196467315	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0100_000000020216	1541	0.6471104097333289	2	2	2	2	1	False	81826	fragment	False	ISR0046_000000023329	0.9950913181810193		0	0	False	False	0.9987021684646606	0					non-mobilizable	chromosome	1541.0	100.0	100.0	0.0005232903272501399	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0111_000000004681	3613	0.6471080111572826	3	2	2	2	1	False	117489	maximal	True	ISR0111_000000004681	1.0		41	4	False	False	1.0	0					non-mobilizable	chromosome	3613.0	99.391	100.0	0.002012440133806097	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
AST0031_000000009556	3011	0.6471080111572826	2	2	2	2	1	False	117488	fragment	False	AST0031_000000009556	0.9833503227998641		0	0	False	False	1.0	0					non-mobilizable	chromosome	3011.0	99.934	100.0	0.0016438439953819451	CP049053.1	firmicutes	Streptococcus thermophilus strain ST64987 chromosome, complete genome	False	False
DEN0021_000000002671	10204	0.6471044384607632	10	5	4	3	1	True	112175	fragment	False	DEN0021_000000002671	1.0		0	0	False	False	0.9999020099639893	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
AST0089_000000013567	1693	0.6470957885140437	2	2	2	2	2	False	126829	maximal	True	AST0089_000000013567	1.0		1	1	False	False	0.9911400079727173	0					non-mobilizable	chromosome	1473.0	80.109	94.0	0.0006243243811105856	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0059_000000018115	1297	0.647094890698412	3	3	3	2	2	False	22227	maximal	True	SPA0059_000000018115	0.9903250773993808		109	9	False	False	0.9676175713539124	0					non-mobilizable	chromosome	1296.0	98.611	99.0	0.00032493666871414407	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0187_000000006184	2723	0.6470930934708737	7	4	2	2	4	False	132227	fragment	False	CHI0187_000000006184	1.0		0	0	False	True	0.9988982677459717	0					non-mobilizable	other	2727.0	99.37700000000001	100.0	0.4433241177427224	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
DEN0027_000000000843	2418	0.6470930934708737	6	4	2	2	4	False	88525	fragment	False	DEN0027_000000000843	1.0		0	0	False	False	0.9995864629745483	0					non-mobilizable	other	2418.0	100.0	100.0	0.5691076053684954	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0096_000000010294	2278	0.6470930934708737	6	4	2	2	4	False	132209	backbone	False	ENG0141_000000006400	0.0034444872844289548	PS1143|PS778	0	0	False	True	1.0	0					non-mobilizable	other	2202.0	99.319	97.0	0.35778175313059035	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	True
CHI0030_000000003021	1971	0.6470930934708737	5	4	2	2	4	False	88524	fragment	False	CHI0030_000000003021	0.9528589463339392		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1971.0	99.848	100.0	0.45644114921223355	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	False	True
DEN0068_000000000089	8479	0.6470906771666181	9	8	8	7	4	True	70782	maximal	True	DEN0068_000000000089	1.0	PS298	2	2	False	True	0.9997641444206238	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.691608998237564e-05	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0813_000000004857	5571	0.6470899797531058	5	1	1	1	1	False	21596	maximal	True	ISR0813_000000004857	1.0		1	1	False	False	0.994794487953186	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	7.252667054986549e-05	NZ_LZGI01000018.1	g-proteobacteria	Gilliamella apis strain P62G Gilliamella_apicola_P62G_contig7, whole genome shotgun sequence	True	False
MON0110_000000002405	5063	0.6470899797531058	6	1	1	1	1	False	8478	maximal	True	MON0110_000000002405	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	97.99600000000001	21.0	0.0025528926687847305	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0089_000000015878	2465	0.6470899797531058	2	1	1	1	1	False	13503	fragment	False	SPA0089_000000015878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0039_01_000000015346	1455	0.6470899797531058	3	1	1	1	1	False	1312	maximal	True	USA0039_01_000000015346	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.278221837949208e-05	NZ_VLKG01000003.1	g-proteobacteria	Azomonas agilis strain DSM 375 LX59DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
SPA0082_000000009734	1733	0.6470892586847558	3	2	2	2	1	False	83525	maximal	True	SPA0082_000000009734	1.0		0	0	False	False	0.9988459348678589	0					non-mobilizable	no_good_hit	1261.0	100.0	73.0	0.00035076730347635454	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0192_000000005656	3480	0.6470704678257476	6	6	3	3	5	False	42032	maximal	True	ISR0192_000000005656	1.0		74	9	False	False	0.9933907985687256	0					non-mobilizable	chromosome	3480.0	99.79899999999999	100.0	0.0006676574378074889	CP019079.1	enterobacteria	Klebsiella pneumoniae strain DT12 chromosome	False	False
MAD0028_000000001001	8432	0.6470629598821487	8	8	4	7	6	True	132368	maximal	True	MAD0028_000000001001	1.0	PS1159|PS463	241	15	False	True	1.0	0		MOBV			mobilizable	other	3100.0	99.935	100.0	0.00105251964301306	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CAN0014_000000017664	2678	0.6470612637993471	3	3	2	3	2	False	112818	fragment	False	CAN0014_000000017664	1.0		0	0	False	True	0.9985063672065735	0					non-mobilizable	no_good_hit	1749.0	74.5	64.0	0.21072516758074344	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0034_000000002348	6068	0.647055395629651	8	7	3	5	6	True	74262	maximal	True	MAD0034_000000002348	1.0		71	4	False	False	1.0	0					non-mobilizable	no_good_hit	4140.0	96.039	77.0	0.09456	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0041_000000011352	2823	0.6470540938061428	5	2	2	2	2	False	18268	maximal	True	MAD0041_000000011352	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1908.0	92.243	68.0	0.0007954879381385159	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
DEN0014_000000000004	29668	0.647041978552254	31	9	7	6	5	False	88389	maximal	True	DEN0014_000000000004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	98.70299999999999	3.0	0.9988193624557261	GQ882876.1		Uncultured organism clone VC1D616TF genomic sequence	True	False
ISR0081_000000002523	8341	0.6470416876857451	8	5	3	5	3	False	84134	fragment	False	ISR0081_000000002523	1.0		0	0	False	False	0.9997602105140686	0					non-mobilizable	no_good_hit	3696.0	99.459	59.0	0.0009990755509313575	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0033_000000003437	5036	0.6470402265652168	5	5	5	4	4	False	18899	maximal	True	MAD0033_000000003437	1.0		2	1	False	False	0.9982128739356995	0					non-mobilizable	no_good_hit	142.0	77.465	3.0	0.00033658130254542634	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0029_000000026677	1227	0.647038641708337	2	2	1	2	1	False	99835	fragment	False	SPA0106_000000024458	0.36865530975721933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0213_000000000987	18136	0.6470361421391987	21	10	4	8	6	False	65927	maximal	True	ISR0213_000000000987	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1626.0	97.478	9.0	0.0004516200932866465	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	True	False
FIJ0142_000000005362	5503	0.647034324013416	6	6	6	6	5	False	40219	maximal	True	FIJ0142_000000005362	1.0		60	5	False	False	1.0	0					non-mobilizable	no_good_hit	2614.0	76.09	64.0	0.002615979655517104	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	True	False
USA0102_01_000000001221	11753	0.6470271991805348	12	9	6	5	8	True	132305	maximal	True	USA0102_01_000000001221	1.0	PS958	18	5	False	True	1.0	0					non-mobilizable	no_good_hit	8401.0	99.964	71.0	0.0023489203774715046	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0082_000000017562	1189	0.6470267764938814	2	1	1	1	1	False	61588	fragment	False	ENG0082_000000017562	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	96.72	100.0	0.004255913678033682	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0169_000000000947	17498	0.6470218611637697	33	11	3	7	8	True	43462	maximal	True	ISR0169_000000000947	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	88.265	10.0	0.00026408950873749474	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0840_000000001352	8322	0.6470061963869557	10	7	5	7	2	False	96802	maximal	False	MON0046_000000002062	0.6787261633569752		0	0	False	False	0.9991588592529297	0					non-mobilizable	no_good_hit	1126.0	95.56	14.0	0.007248013734437423	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ENG0051_000000006515	4111	0.6470023578948435	7	4	1	3	3	False	64085	fragment	False	ENG0051_000000006515	1.0		0	0	False	False	0.9992702603340149	0					non-mobilizable	no_good_hit	1462.0	79.138	35.0	0.02165318411288851	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
SPA0113_000000001792	16239	0.6469977821656188	19	9	2	9	3	False	4592	maximal	True	SPA0113_000000001792	1.0		2	1	False	False	0.9948888421058655	0					non-mobilizable	no_good_hit	127.0	100.0	1.0	5.747053038913935e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
DEN0082_000000020006	2040	0.6469961796547643	3	3	2	3	2	False	69245	maximal	True	DEN0082_000000020006	1.0		3	2	False	False	0.9970588088035583	0					non-mobilizable	no_good_hit	473.0	78.22399999999999	23.0	0.0001314276877870961	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0393_000000013344	1361	0.6469851937757413	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.24524575312724883		0	0	False	False	0.9779573678970337	0					non-mobilizable	chromosome	1352.0	94.822	99.0	0.0005559632619476504	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0172_000000017798	1582	0.6469837194019732	2	2	1	2	1	True	38722	maximal	True	FIJ0172_000000017798	1.0		1	1	False	False	0.999367892742157	0					non-mobilizable	no_good_hit	660.0	98.485	42.0	0.000198412280244851	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0098_000000006737	3354	0.6469816163854198	5	5	4	5	3	False	112296	fragment	False	FIJ0079_000000006384	0.4050853874424799		0	0	False	False	0.9976148009300232	0					non-mobilizable	other	3345.0	99.31200000000001	99.0	0.0008198749053306824	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0080_000000018342	1764	0.6469786074339372	2	1	1	1	1	False	82048	fragment	False	ISR0080_000000018342	0.9689029987672074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	72.505	27.0	0.0033502594877390297	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
AST0026_000000017566	1510	0.6469777153295292	2	2	2	2	2	False	131699	fragment	False	AST0140_000000015176	0.26192439129638323		0	0	False	False	0.9960265159606934	0					non-mobilizable	chromosome	1510.0	98.079	100.0	0.0004043867792053545	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0147_000000013536	1381	0.6469755100814203	2	2	1	1	2	False	79629	fragment	False	CHI0147_000000013536	1.0		0	0	False	False	0.9985517859458923	0					non-mobilizable	other	953.0	88.458	96.0	0.00018003752958976432	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ISR0097_000000004820	5002	0.6469743192336285	7	4	3	3	4	True	126131	fragment	False	ISR0097_000000004820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	718.0	80.084	14.0	0.0781541159706237	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0127_000000011411	1692	0.6469703438249481	3	1	1	1	1	True	41047	fragment	False	FIJ0127_000000011411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0027_01_000000004235	6254	0.6469656535056765	4	4	4	4	2	False	1596	maximal	True	USA0027_01_000000004235	1.0		1	1	False	False	0.9998400807380676	0					non-mobilizable	no_good_hit	5005.0	98.36200000000001	80.0	0.0018132550246804156	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
ISR0261_000000005355	3253	0.6469636921094434	5	5	4	5	4	False	130897	maximal	True	ISR0261_000000005355	1.0	PS1128	15	5	False	True	0.9996926188468933	0					non-mobilizable	no_good_hit	1736.0	84.33200000000001	53.0	0.020405993005009924	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0236_000000001325	5917	0.6469586135422745	6	3	3	3	3	False	44375	fragment	False	ISR0236_000000001325	0.9801508891683133		0	0	False	False	0.9996619820594788	0					non-mobilizable	chromosome	5290.0	94.367	93.0	0.0017701486096810535	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0052_01_000000003128	5567	0.6469586135422745	5	3	3	3	3	False	44375	fragment	False	ISR0236_000000001325	0.9525097177623796		0	0	False	False	1.0	0					non-mobilizable	chromosome	4946.0	93.73200000000001	93.0	0.0016536870354369683	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0182_000000007928	3517	0.6469585192546844	2	2	2	2	1	True	81807	maximal	False	USA0034_01_000000015073	0.954069592665526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	85.73899999999999	65.0	0.000601417739986539	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0028_000000014399	1349	0.6469576108200072	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.26640465303840366		0	0	False	False	0.9992586970329285	0					non-mobilizable	other	1347.0	97.773	99.0	0.005163260295832566	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0791_000000007818	2323	0.6469519582999921	3	3	2	3	2	False	33677	fragment	False	ISR0201_000000012981	0.9567124963595338		0	0	False	False	0.9969866275787354	0					non-mobilizable	no_good_hit	339.0	84.956	15.0	0.00238727921219786	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
CHI0187_000000011551	1343	0.6469449805508011	2	2	2	2	1	False	77055	fragment	False	SPA0016_000000024429	0.9508255563531945		0	0	False	False	0.9985107779502869	0					non-mobilizable	other	1343.0	99.404	100.0	0.00042346754919575877	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0145_000000018204	1908	0.6469418138959009	3	3	3	3	3	False	104584	fragment	False	SPA0145_000000018204	0.9854065088174143		0	0	False	False	0.9942348003387451	0					non-mobilizable	no_good_hit	414.0	75.12100000000001	21.0	0.0018829200323862245	NZ_QGDS01000007.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_107, whole genome shotgun sequence	True	False
MON0048_000000016769	2371	0.6469374048912052	3	3	2	3	2	False	51061	fragment	False	MON0048_000000016769	1.0		0	0	False	False	0.9957823753356934	0					non-mobilizable	chromosome	2370.0	95.06299999999999	99.0	0.0008049836267893386	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0022_000000006278	5544	0.6469366108399432	5	1	1	1	1	False	107825	maximal	True	DEN0022_000000006278	1.0	PS663	59	8	False	True	1.0	0					non-mobilizable	no_good_hit	1805.0	83.435	34.0	0.05448659768863073	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
FIJ0092_000000011845	2745	0.6469366108399432	4	1	1	1	1	False	107822	maximal	True	FIJ0092_000000011845	1.0	PS663	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1209.0	83.45700000000001	55.0	0.03648575058994373	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
MAD0023_000000007103	1731	0.6469366108399432	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.2784066207278629	PS663	0	0	False	True	0.9664933681488037	0					non-mobilizable	other	1612.0	83.31299999999999	95.0	0.048677920977793915	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0140_000000019973	1661	0.6469366108399432	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.38720903438854576	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1664.0	83.353	100.0	0.05025110425364555	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ISR0838_000000015323	1593	0.6469366108399432	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.2526241762824997	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1593.0	82.925	99.0	0.04801234343801053	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
MON0044_000000021141	2453	0.646935607266052	3	3	3	2	2	False	59982	fragment	False	MON0044_000000021141	1.0		0	0	False	False	0.9747248291969299	0					non-mobilizable	no_good_hit								True	False
CHI0018_000000013749	1293	0.6469287763885019	1	1	1	1	1	False	89622	fragment	False	USA0013_01_000000006893	0.913875794220127		0	0	False	False	0.9953595995903015	0					non-mobilizable	chromosome	1293.0	98.917	100.0	0.0005066660705889365	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0156_000000012136	1238	0.6469287763885019	2	1	1	1	1	False	89621	fragment	False	MAD0007_000000007192	0.9430191104459453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1238.0	98.465	100.0	0.00048509746851278215	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0029_000000018653	2404	0.646920776940962	3	3	2	3	1	False	126605	fragment	False	ISR0029_000000018653	1.0		0	0	False	False	0.9995840191841125	0					non-mobilizable	no_good_hit	1094.0	91.956	58.0	0.00026378347069541815	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0386_000000015135	2072	0.646920776940962	3	3	2	3	1	False	126604	fragment	False	ISR0386_000000015135	1.0		0	0	False	False	0.9990347623825073	0					non-mobilizable	no_good_hit	1173.0	95.993	57.0	0.006563362771396731	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0198_000000018021	1837	0.646920776940962	4	3	2	3	1	False	126599	fragment	False	ISR0198_000000018021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1170.0	94.274	64.0	0.0012896258746251607	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0072_000000016788	1741	0.646920776940962	3	3	2	3	1	False	126603	fragment	False	ISR0072_000000016788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	95.397	50.0	0.002640392530244358	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0117_000000019675	1398	0.646920776940962	4	3	2	3	1	False	126598	fragment	False	ISR0117_000000019675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1170.0	94.274	84.0	0.0012896258746251607	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ENG0178_000000017018	1348	0.646920776940962	3	3	2	3	1	False	126597	fragment	False	ISR0360_000000018702	0.9611045376183203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	93.786	64.0	0.000953832286163073	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0360_000000018702	1337	0.646920776940962	3	3	2	3	1	False	126597	fragment	False	ISR0360_000000018702	0.9896314488452495		0	0	False	False	0.998504102230072	0					non-mobilizable	no_good_hit	915.0	94.098	68.0	0.0010051495787519633	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0182_000000031282	1287	0.646920776940962	3	3	2	3	1	False	126597	fragment	False	ISR0360_000000018702	0.9817670102748591		0	0	False	False	0.999222993850708	0					non-mobilizable	no_good_hit	915.0	94.098	71.0	0.0010051495787519633	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0812_000000031531	1249	0.646920776940962	3	3	2	3	1	False	126597	fragment	False	ISR0360_000000018702	0.7622942623794656		0	0	False	False	0.9815852642059326	0					non-mobilizable	no_good_hit	966.0	94.51299999999999	77.0	0.001062044837926603	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0816_000000029907	1230	0.646920776940962	3	3	2	3	1	False	126597	fragment	False	ISR0360_000000018702	0.8698175714304275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	94.098	74.0	0.0010051495787519633	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0049_000000023927	1223	0.646920776940962	3	3	2	3	1	False	126597	fragment	False	ISR0360_000000018702	0.8675993586795321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	94.13	75.0	0.0010107275453377124	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
AST0007_000000014620	1218	0.646920776940962	3	3	2	3	1	False	126597	fragment	False	ISR0360_000000018702	0.8667003020125578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	94.098	75.0	0.0010051495787519633	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0126_000000042983	1161	0.646920776940962	3	3	2	3	1	False	126597	fragment	False	ISR0360_000000018702	0.7419166992995818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	94.098	79.0	0.0010051495787519633	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0340_000000018116	1161	0.646920776940962	3	3	2	3	1	False	126597	fragment	False	ISR0360_000000018702	0.7419166992995818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	94.098	79.0	0.0010051495787519633	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ENG0014_000000021104	1101	0.6469160032066472	1	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.030566299847791932	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1103.0	74.252	98.0	0.1319926873857404	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
AST0002_000000006951	4842	0.6469147853873197	8	4	1	3	2	False	132331	fragment	False	AST0002_000000006951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	88.54299999999999	22.0	0.06449529433474811	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0782_000000003316	4133	0.6469147853873197	7	4	1	3	2	False	81727	fragment	False	ISR0782_000000003316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	87.836	27.0	0.06449529433474811	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
SPA0017_000000003257	3548	0.6469106914606185	6	5	2	2	5	False	27027	fragment	False	SPA0017_000000003257	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	3549.0	97.126	100.0	0.03553502910325897	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
USA0130_01_000000005332	7421	0.6469103635170739	10	8	7	7	7	False	99046	fragment	False	USA0130_01_000000005332	1.0		0	0	False	False	0.9983829855918884	0					non-mobilizable	no_good_hit	1031.0	78.758	21.0	0.00023174413995713413	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0006_01_000000011161	2170	0.6469092577566263	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.45005296147701573		0	0	False	False	1.0	0					non-mobilizable	chromosome	2170.0	100.0	100.0	0.0007300727009694248	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0830_000000026543	1164	0.6469047894926003	1	1	1	1	1	False	97213	fragment	False	MON0004_000000028979	0.09804166666666667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	71.938	58.0	0.00016058646175834147	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0014_000000017669	1366	0.6469031876881068	3	2	2	2	1	True	7932	fragment	False	SPA0014_000000017669	1.0		0	0	False	False	0.9985358715057373	0					non-mobilizable	no_good_hit	994.0	72.334	72.0	0.0001602337805938687	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ENG0040_000000018453	1326	0.6468986314399916	2	1	1	1	1	False	93996	fragment	False	SPA0010_000000019263	0.9873455169014839		0	0	False	False	0.9962292313575745	0					non-mobilizable	other	1326.0	99.84899999999999	100.0	0.0005398531843800305	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0853_000000003670	4157	0.6468975225251934	4	3	3	3	1	True	95157	maximal	True	ISR0853_000000003670	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0206_000000019136	1364	0.6468947964878311	3	2	1	2	2	False	115033	fragment	False	ISR0206_000000019136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	91.016	87.0	0.021192432296980437	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
MAD0096_000000000539	19517	0.6468806440628759	12	12	11	9	11	False	58892	maximal	False	ENG0125_000000000917	0.9899394856278366		0	0	False	False	1.0	0					non-mobilizable	other	19529.0	99.90799999999999	100.0	0.4741186753423327	LM997258.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.0_1_41188_[organism:Escherichia	False	False
ISR0351_000000006333	2202	0.6468767422199809	3	3	3	1	2	False	106749	fragment	False	FIJ0028_000000013326	0.9458564583466236		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	2203.0	98.82	100.0	0.01050758005945706	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0040_000000018161	1438	0.6468766841598061	2	1	1	1	1	False	36469	maximal	True	ISR0040_000000018161	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	87.755	7.0	0.00022524054986849238	NZ_RJVG01000003.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_103, whole genome shotgun sequence	True	False
SPA0085_000000009657	1381	0.6468766841598061	2	1	1	1	1	False	32998	fragment	False	SPA0085_000000009657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0362_000000016146	1285	0.6468766841598061	3	1	1	1	1	False	32999	fragment	False	ISR0362_000000016146	1.0		0	0	False	False	0.9937742948532104	0					non-mobilizable	no_good_hit	69.0	95.652	7.0	0.00048250219964238075	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0057_000000030559	1173	0.6468766841598061	2	1	1	1	1	False	46088	fragment	False	FIJ0057_000000030559	1.0		0	0	False	False	0.95652174949646	0					non-mobilizable	no_good_hit								True	False
ITA0011_000000001519	1152	0.6468766841598061	2	1	1	1	1	False	20322	fragment	False	SPA0032_000000025031	0.9257095158597664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0815_000000027841	1103	0.6468766841598061	2	1	1	1	1	False	21438	fragment	False	ISR0815_000000027841	1.0		0	0	False	False	0.9918404221534729	0					non-mobilizable	no_good_hit								True	False
ISR0103_000000027924	1101	0.6468766841598061	3	1	1	1	1	False	32997	fragment	False	ISR0103_000000027924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000009505	2500	0.6468727333676323	3	2	2	2	1	False	47743	maximal	True	MAD0088_000000009505	1.0		3	1	False	False	0.9855999946594238	0					non-mobilizable	no_good_hit	927.0	83.819	53.0	0.002937725933061816	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MAD0069_000000006307	1443	0.6468727333676323	2	2	2	2	1	False	47741	fragment	False	FIJ0159_000000017805	0.9331975110329388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	927.0	83.927	85.0	0.002937725933061816	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
USA0003_01_000000016798	2329	0.646871456375818	3	3	3	3	3	False	14125	maximal	True	USA0003_01_000000016798	1.0		5	4	False	False	0.9939888119697571	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	2.2772445625448778e-05	NZ_VRSV01000002.1	high GC Gram+	Microbacterium hatanonis strain JCM14558 Scaffold2, whole genome shotgun sequence	True	False
SPA0103_000000011410	1534	0.6468697591881497	2	2	2	2	1	True	8235	fragment	False	SPA0103_000000011410	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	99.21799999999999	100.0	0.00043753845943079474	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0102_000000003907	2068	0.6468633676834729	2	2	2	2	2	False	83290	maximal	True	CHI0102_000000003907	1.0		7	3	False	False	0.9869439005851746	0					non-mobilizable	no_good_hit	59.0	94.915	3.0	0.0002726755583972319	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	True	False
CHI0026_000000002700	3589	0.6468566470483703	6	4	4	3	3	False	88916	maximal	True	CHI0026_000000002700	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1337.0	95.13799999999999	37.0	0.00027314461561093794	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
DEN0082_000000006732	5407	0.6468553321464323	8	5	4	4	3	False	69323	maximal	True	DEN0082_000000006732	1.0		1	1	False	False	0.999815046787262	0					non-mobilizable	no_good_hit	265.0	80.755	5.0	0.00017796617024890996	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
CHI0129_000000006977	3159	0.6468534862021029	4	4	3	4	3	False	97086	maximal	True	CHI0129_000000006977	1.0		22	6	False	False	1.0	0					non-mobilizable	other	3159.0	99.74700000000001	100.0	0.0013117080116367358	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
SPA0080_000000009853	1242	0.6468437204935185	1	1	1	1	1	False	5625	maximal	True	SPA0080_000000009853	1.0		269	13	False	False	0.9838969111442566	0					non-mobilizable	other	1241.0	95.971	98.0	0.02109949340747437	NZ_CYZK01000019.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0026_000000011175	3241	0.6468433723265369	3	3	1	3	2	False	95814	fragment	False	CAN0014_000000012172	0.5843253681158274		0	0	False	False	0.9996914267539978	0					non-mobilizable	no_good_hit	662.0	75.07600000000001	28.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0798_000000003994	3240	0.6468433723265369	3	3	1	3	2	False	95814	fragment	False	CAN0014_000000012172	0.7005230060940562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	74.697	28.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0155_000000011698	1719	0.6468283306019406	2	2	2	2	1	False	30593	fragment	False	ISR0155_000000011698	1.0		0	0	False	False	0.9842932224273682	0					non-mobilizable	other	1716.0	98.25200000000001	100.0	0.0005117968426163532	AP013044.1	CFB group bacteria	Tannerella forsythia 3313 DNA, complete genome	False	False
FIJ0031_000000006636	3512	0.646826401606302	6	6	1	1	6	False	98174	backbone	False	BAN0018_000000000561	0.751208606721754	PS396|PS544	0	0	True	True	1.0	4					non-mobilizable	plasmid	3512.0	100.0	100.0	0.036313802554687906	CP052260.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-2, complete sequence	False	True
ENG0010_000000002018	8589	0.6468254122835951	7	6	3	5	4	False	107911	fragment	False	FIJ0147_000000001612	0.4795508787155565		0	0	False	False	0.9997671246528625	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	11.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0358_000000002988	5379	0.6468243802125748	5	5	2	4	3	False	123148	maximal	True	ISR0358_000000002988	1.0	PS879	1	1	True	True	0.9996281862258911	13					non-mobilizable	no_good_hit	2841.0	99.93	65.0	0.7184416898558057	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
CHI0104_000000003961	2195	0.6468063098742385	3	3	3	3	1	False	105872	fragment	False	FIJ0047_000000013905	0.9969378940581713		0	0	False	False	1.0	0					non-mobilizable	chromosome	1658.0	99.035	100.0	0.0005630468001645986	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0003_000000011387	3027	0.6468015649724661	3	3	2	3	2	False	130261	fragment	False	AST0003_000000011387	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2995.0	99.766	100.0	0.0012903809726990039	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
FIJ0135_000000015500	1837	0.6468015047368524	2	1	1	1	1	False	113843	maximal	False	ISR0091_000000011009	0.08748670684154555		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	89.495	90.0	0.0003817176235324715	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0116_000000026469	1552	0.6468015047368524	2	1	1	1	1	False	93132	fragment	False	ISR0206_000000015732	0.9613610476518433		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	83.838	98.0	0.00048189127860782266	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0006_000000021684	1457	0.6468015047368524	2	1	1	1	1	False	93132	fragment	False	ISR0206_000000015732	0.7175658321569633		0	0	False	False	1.0	0					non-mobilizable	chromosome	1309.0	85.40899999999999	90.0	0.0004608511207398178	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0080_000000022891	1446	0.6468015047368524	1	1	1	1	1	False	93132	fragment	False	ISR0206_000000015732	0.7079331515470993		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	86.228	90.0	0.000392308347737543	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0153_000000020975	1422	0.6468015047368524	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.6962752516044235		0	0	False	False	1.0	0					non-mobilizable	chromosome	1422.0	98.594	100.0	0.00045801433220640103	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0168_000000017274	1420	0.6468015047368524	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.6961433565435854		0	0	False	False	1.0	0					non-mobilizable	chromosome	1420.0	98.59200000000001	100.0	0.0004573696955671239	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0063_000000035808	1412	0.6468015047368524	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.7322961295726894		0	0	False	False	1.0	0					non-mobilizable	chromosome	1412.0	98.229	100.0	0.0004918206496354741	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0785_000000027337	1411	0.6468015047368524	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.7330745783528554		0	0	False	False	0.9992913007736206	0					non-mobilizable	chromosome	1411.0	98.512	100.0	0.0004544688306903768	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0098_000000025061	1408	0.6468015047368524	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.7335124852567403		0	0	False	False	0.9943181872367859	0					non-mobilizable	chromosome	1408.0	98.86399999999999	100.0	0.0004535018757314611	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0118_000000022140	1408	0.6468015047368524	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.733075270547503		0	0	False	False	1.0	0					non-mobilizable	chromosome	1408.0	98.509	100.0	0.0004904264025776839	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0305_000000013481	1395	0.6468015047368524	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.6859471279627373		0	0	False	False	1.0	0					non-mobilizable	chromosome	1392.0	98.204	99.0	0.0004848494143465234	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0096_000000032811	1387	0.6468015047368524	1	1	1	1	1	False	124851	fragment	False	ISR0264_000000006766	0.6429336431219573		0	0	False	False	1.0	0					non-mobilizable	chromosome	1387.0	98.198	100.0	0.0004831066055242857	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0211_000000017336	1324	0.6468015047368524	1	1	1	1	1	False	28393	fragment	False	ISR0211_000000017336	0.996414342629482		0	0	False	False	0.9660120606422424	0					non-mobilizable	chromosome	1299.0	79.75399999999999	98.0	0.0004491403439878436	NZ_CP016786.1	firmicutes	Clostridium isatidis strain DSM 15098 chromosome, complete genome	False	False
CAN0015_000000026674	1297	0.6468015047368524	1	1	1	1	1	False	93130	fragment	False	CAN0015_000000026674	1.0		0	0	False	False	0.9953739643096924	0					non-mobilizable	chromosome	1299.0	86.066	100.0	0.0004573223985289463	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0124_000000011652	1246	0.6468015047368524	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.4642452308948306		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	99.35799999999999	100.0	0.00029046084587797566	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0021_000000024888	1220	0.6468015047368524	1	1	1	1	1	False	109799	fragment	False	MON0032_000000020398	0.1139828024232949		0	0	False	False	0.9967213273048401	0					non-mobilizable	chromosome	1220.0	98.689	100.0	0.00042489679086154706	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0288_000000024433	1188	0.6467979739392321	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.7008979673408393		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	99.579	100.0	0.7103530819868342	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
FIJ0041_000000034187	1132	0.6467955641763959	2	2	2	2	2	False	47327	maximal	True	FIJ0041_000000034187	1.0		13	8	False	False	0.9805653691291809	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0002315668499189516	NZ_JHTS01000062.1	g-proteobacteria	Pseudomonas donghuensis strain P482 P482.contig.3_25, whole genome shotgun sequence	True	False
MON0019_000000051427	1301	0.6467955064085615	2	1	1	1	1	False	66908	maximal	False	ISR0023_000000020498	0.4726454293628809		0	0	False	False	1.0	0					non-mobilizable	chromosome	1302.0	99.00200000000001	100.0	0.00043082794136103876	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ISR0157_000000020139	1576	0.646794363139845	4	3	2	2	2	False	92808	fragment	False	TAN0007_000000022778	0.5679413522618916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	96.875	4.0	1.8968093559067698e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0360_000000008344	2899	0.6467922896052316	4	4	4	4	3	False	33615	maximal	True	ISR0360_000000008344	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	98.447	77.0	0.0006419395596554867	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	True	False
AST0024_000000024614	1457	0.6467903724688494	3	2	2	2	2	False	121027	fragment	False	AST0024_000000024614	1.0		0	0	False	False	0.9993136525154114	0					non-mobilizable	no_good_hit	1114.0	81.508	76.0	0.001837908735462341	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0017_000000004497	8616	0.6467837905927645	8	7	4	4	6	False	121559	fragment	False	CAN0017_000000004497	0.994961955394361		0	0	False	False	1.0	0					non-mobilizable	other	8618.0	99.94200000000001	100.0	0.001668056875377355	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0137_000000025602	1442	0.6467801974000568	2	2	2	2	2	False	38068	maximal	True	SPA0137_000000025602	1.0		172	11	False	False	0.9951456189155579	0					non-mobilizable	no_good_hit	1068.0	72.285	72.0	0.00037358144526256537	CP002410.1	firmicutes	Clostridium botulinum BKT015925, complete genome	True	False
ISR0102_000000012072	1325	0.6467767996060915	3	2	1	2	2	False	85116	fragment	False	FIJ0074_000000020148	0.6265851449275363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0005_000000000233	57405	0.6467745832930452	94	28	15	21	17	True	112999	maximal	False	FIJ0168_000000000079	0.9702797391031208		0	0	True	True	1.0	42					non-mobilizable	no_good_hit	3551.0	90.031	46.0	0.06273703611810158	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0026_000000008872	3502	0.6467728984068487	4	4	4	3	2	True	96849	maximal	True	FIJ0026_000000008872	1.0		2	2	False	False	0.9991433620452881	0					non-mobilizable	no_good_hit	830.0	92.41	24.0	0.00023050422799874727	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
AUS0010_000000004904	4536	0.646766444197655	3	2	2	2	2	True	101601	maximal	True	AUS0010_000000004904	1.0		12	6	False	False	0.9995591044425964	0					non-mobilizable	no_good_hit	2440.0	91.475	54.0	0.0004925483285130867	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
MAD0039_000000003568	3579	0.6467627361655223	3	3	3	3	2	False	50213	fragment	False	MAD0039_000000003568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	69.991	29.0	0.00034563932991156016	CP030432.1	firmicutes	Staphylococcus aureus strain ER02836.3 chromosome, complete genome	True	False
FIJ0158_000000003803	4630	0.6467564236468009	5	5	4	5	2	False	103878	maximal	True	FIJ0158_000000003803	1.0		137	13	False	False	1.0	0					non-mobilizable	other	2534.0	98.698	92.0	0.0006843464734525753	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0038_000000012678	2697	0.6467543044496092	3	3	3	3	2	False	99231	fragment	False	CHI0111_000000008113	0.13864984296382069		0	0	False	False	0.9974045157432556	0					non-mobilizable	no_good_hit	783.0	81.098	29.0	0.0002183618421533344	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0069_000000014110	1953	0.6467521009318095	3	3	3	3	3	False	70719	maximal	True	DEN0069_000000014110	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	100.0	11.0	5.467467221553295e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CAN0012_000000014583	3508	0.6467506998716241	6	6	3	2	4	False	94272	maximal	True	CAN0012_000000014583	1.0		2	1	False	False	0.9994298815727234	0					non-mobilizable	no_good_hit								True	False
MON0002_000000014773	1801	0.6467459938612634	2	2	2	2	1	False	14319	maximal	True	MON0002_000000014773	1.0		0	0	False	False	0.9994447231292725	0					non-mobilizable	other	1647.0	95.446	91.0	0.00045598191623484456	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0230_000000016494	2023	0.646745955194135	5	3	3	3	2	False	27532	fragment	False	ISR0230_000000016494	1.0		0	0	False	False	0.9733069539070129	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.30183888167929e-05	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ETH0004_000000026512	1108	0.6467432785545131	2	1	1	1	1	False	52829	fragment	False	ETH0004_000000026512	1.0		0	0	False	False	0.9648014307022095	0					non-mobilizable	no_good_hit								True	False
MAD0109_000000012519	1149	0.6467378100850676	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.18040099519747213		0	0	False	False	0.9834638833999634	0					non-mobilizable	other	1150.0	96.087	100.0	0.00031907626172584435	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0179_000000006086	5240	0.6467369110881532	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.729304592767231		0	0	False	False	0.9933205842971802	0					non-mobilizable	chromosome	5253.0	91.947	99.0	0.002159608404187762	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0031_000000000145	40826	0.6467366546621676	46	17	10	16	8	True	122324	fragment	False	ISR0067_000000000295	0.951861723432735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.581	2.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0178_000000000639	16133	0.6467350639587695	18	12	10	10	4	True	121706	maximal	True	ISR0178_000000000639	0.999932989345306		3	2	False	False	0.9999380111694336	0					non-mobilizable	no_good_hit	379.0	93.404	3.0	0.0012553041608658927	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ENG0161_000000001141	14923	0.6467350639587695	17	12	10	10	4	True	121706	maximal	False	ISR0178_000000000639	0.9624062480629765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	93.404	3.0	0.0012553041608658927	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0824_000000000803	10902	0.6467333305570375	7	6	3	3	5	False	21174	maximal	True	ISR0824_000000000803	1.0		1	1	False	False	0.9973399639129639	0					non-mobilizable	no_good_hit	426.0	99.061	4.0	0.0001538491055213005	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
AST0028_000000002006	9013	0.646730711349944	7	6	4	6	4	True	118925	maximal	True	AST0028_000000002006	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	2.2784010832169723e-05	CP021772.1	firmicutes	Streptococcus agalactiae strain B111 chromosome, complete genome	True	True
ISR0213_000000001392	13451	0.6467275510725299	12	8	7	8	7	True	101305	fragment	False	ISR0213_000000001392	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6083.0	97.6	88.0	0.05259049832619291	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0098_000000023164	1938	0.6467198622788994	2	2	2	2	2	False	127488	fragment	False	MAD0098_000000022953	0.9498721227621483		0	0	False	False	0.9731681942939758	0					non-mobilizable	chromosome	1941.0	91.396	100.0	0.0008411563037510802	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0073_000000004396	5901	0.6467171193895513	8	4	2	3	2	False	62248	fragment	False	ENG0073_000000004396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	72.42399999999999	11.0	0.00020461590301633115	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0056_000000010792	2009	0.6467169277720557	4	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.8978393799589213		0	0	False	False	1.0	0					non-mobilizable	chromosome	1899.0	99.15700000000001	99.0	0.0006385190934711844	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0012_000000000855	16486	0.6467129475669229	22	6	1	5	3	False	13616	maximal	True	MON0012_000000000855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.140750120740988e-07	CP032574.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_04	True	False
ENG0013_000000006382	4001	0.6467103408018907	4	4	3	4	1	True	114134	fragment	False	ENG0013_000000006382	1.0		0	0	False	False	0.9925018548965454	0					non-mobilizable	no_good_hit	2582.0	97.444	65.0	0.17077874576045754	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
ISR0384_000000018489	1124	0.6467063088335556	2	2	2	2	2	False	23063	fragment	False	ISR0384_000000018489	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	380.0	71.579	33.0	0.009286375810367701	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0005_000000011469	2555	0.6467023818599172	4	4	4	3	3	False	8317	maximal	True	SPA0005_000000011469	1.0		2	1	False	False	0.996868908405304	0					non-mobilizable	no_good_hit	1214.0	74.547	47.0	0.00036394824855577894	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
SPA0038_000000001840	14596	0.6466996347515912	15	7	3	6	4	False	7056	maximal	True	SPA0038_000000001840	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3816.0	97.956	26.0	0.0009353536973195436	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0005_000000003679	7190	0.6466995819884559	5	5	5	5	4	False	87367	fragment	False	DEN0005_000000003679	1.0		0	0	False	False	0.9976356029510498	0					non-mobilizable	other	7178.0	99.861	100.0	0.0013893053492611438	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0071_000000004502	2286	0.6466777518932398	3	3	3	3	3	False	85262	maximal	False	CHI0065_000000004917	0.5625040588893617		0	0	False	False	1.0	0					non-mobilizable	chromosome	2277.0	95.169	99.0	0.0007654150862169073	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0066_000000018328	1867	0.6466741186912718	2	2	2	2	2	False	97345	fragment	False	SPA0132_000000015268	0.14477432218386932		0	0	False	False	1.0	0					non-mobilizable	other	1867.0	98.822	100.0	0.00039409632719541326	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0124_000000012935	2415	0.6466726244186249	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.40481179559137787	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1599.0	96.811	66.0	0.015405418457526441	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0060_000000012201	2415	0.6466726244186249	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.40481179559137787	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1599.0	96.811	66.0	0.015405418457526441	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0131_000000011102	2399	0.6466726244186249	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.1897295540934189	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1602.0	96.816	67.0	0.015434394166223983	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0005_01_000000014095	2371	0.6466726244186249	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.1898732555451121	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1600.0	96.81200000000001	67.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0062_000000010890	2300	0.6466726244186249	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.18955673969640802	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1600.0	99.31200000000001	70.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0030_01_000000012982	1271	0.6466716392891321	2	2	2	2	2	False	1555	maximal	True	USA0030_01_000000012982	1.0		5	4	False	False	0.9992132186889648	0					non-mobilizable	no_good_hit	59.0	84.74600000000001	5.0	0.00028920797605155006	NZ_JNWZ01000002.1	high GC Gram+	Kitasatospora phosalacinea strain NRRL B-16230 contig2.1, whole genome shotgun sequence	True	False
DEN0078_000000006840	4031	0.6466625183776007	4	4	4	4	4	False	69830	maximal	True	DEN0078_000000006840	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	76.547	45.0	0.00028700776991198745	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
MON0053_000000002128	10951	0.6466622206027826	9	8	4	5	7	True	105600	fragment	False	CHI0146_000000000462	0.6266766020864382		0	0	False	False	0.9991781711578369	0					non-mobilizable	other	5129.0	95.321	90.0	0.0009916352083954316	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0150_000000006798	3934	0.6466618800048941	5	3	2	3	2	False	122069	maximal	True	AST0150_000000006798	1.0	PS864	22	6	False	True	1.0	0					non-mobilizable	no_good_hit	2245.0	97.906	61.0	0.02926483892538253	NZ_CABMGA010000010.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0117_000000017763	1304	0.6466601028953228	1	1	1	1	1	False	59340	fragment	False	ENG0117_000000017763	1.0		0	0	False	False	0.9992331266403198	0					non-mobilizable	chromosome	1304.0	100.0	100.0	0.0002689397129218205	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
MAD0100_000000000839	24942	0.6466580974782797	27	13	2	7	9	False	60676	fragment	False	MAD0100_000000000839	1.0		0	0	False	False	0.9997594356536865	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	0.0	0.0003253918013098499	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ISR0285_000000000895	10726	0.6466580500404537	18	5	4	5	3	False	26076	fragment	False	ISR0285_000000000895	1.0		0	0	False	False	0.9999067783355713	0					non-mobilizable	no_good_hit	340.0	87.647	9.0	8.968750690287749e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
CHI0070_000000002895	3530	0.6466558826581139	3	2	1	2	2	False	85016	maximal	True	CHI0070_000000002895	1.0		17	7	False	False	0.9980170130729675	0					non-mobilizable	no_good_hit	89.0	77.528	3.0	2.1709033819714368e-05	CP040932.1	a-proteobacteria	Oceanicola sp. D3 chromosome, complete genome	True	False
MAD0097_000000028311	1471	0.6466505491241094	2	2	1	1	0	True	65253	fragment	False	MAD0097_000000028311	0.9967880085653105		0	0	False	False	0.9904826879501343	0					non-mobilizable	no_good_hit	505.0	93.465	34.0	0.00017125865255459123	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
FIJ0133_000000006890	5311	0.6466489457601919	8	3	2	3	2	False	52875	maximal	False	FIJ0057_000000005203	0.9485837994898018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000012981	2346	0.6466462454233888	3	3	2	3	2	False	33677	fragment	False	ISR0201_000000012981	0.9708643203150901		0	0	False	False	0.9995737671852112	0					non-mobilizable	no_good_hit	370.0	83.78399999999999	16.0	0.00017022745185827747	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
USA0007_01_000000008676	1926	0.6466434151456842	3	3	3	2	2	False	74997	fragment	False	USA0007_01_000000008676	0.9655686194147733		0	0	False	False	0.9984423518180847	0					non-mobilizable	other	1909.0	96.071	99.0	0.014157568911316394	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
ISR0096_000000003510	7518	0.6466432864020504	8	4	3	3	4	False	58448	maximal	True	ISR0096_000000003510	1.0		185	11	False	False	0.9997339844703674	0					non-mobilizable	other	4244.0	97.785	98.0	0.0010361218151696962	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0111_000000012059	1427	0.6466422501478231	1	1	1	1	1	False	14498	fragment	False	MAD0111_000000012059	1.0		0	0	False	False	0.9964961409568787	0					non-mobilizable	other	1433.0	88.97399999999999	100.0	0.002365871678440683	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0052_000000020870	1400	0.6466422501478231	1	1	1	1	1	False	26376	fragment	False	MON0057_000000017443	0.5998642372526637		0	0	False	False	0.9992856979370117	0					non-mobilizable	other	1396.0	99.355	99.0	0.0023160638536314053	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0084_000000027913	1320	0.6466422501478231	1	1	1	1	1	False	26376	fragment	False	MON0057_000000017443	0.46956839681842427		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	99.545	100.0	0.0021898840307812356	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0774_000000004748	4928	0.6466411415745957	7	2	2	2	2	False	112768	maximal	True	ISR0774_000000004748	1.0	PS721	0	0	False	True	0.9991883039474487	0					non-mobilizable	no_good_hit	2287.0	74.464	46.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0038_01_000000005104	3696	0.6466411415745957	3	2	2	2	2	False	112765	maximal	True	USA0038_01_000000005104	1.0	PS721|PS722	3	2	False	True	0.9978355169296265	0					non-mobilizable	no_good_hit	2293.0	74.4	61.0	0.27629494210847044	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0120_000000003577	3671	0.6466411415745957	4	2	2	2	2	False	112848	maximal	True	CHI0120_000000003577	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.366	62.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0301_000000004541	3598	0.6466411415745957	3	2	2	2	2	False	112844	fragment	False	ISR0301_000000004541	0.97667131585671		0	0	False	True	0.9986103177070618	0					non-mobilizable	no_good_hit	2286.0	74.366	63.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0200_000000005966	3322	0.6466411415745957	3	2	2	2	2	False	112844	fragment	False	ISR0301_000000004541	0.7309260235818655		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.453	68.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0083_000000003206	3139	0.6466411415745957	3	2	2	2	2	False	112849	fragment	False	CHI0083_000000003206	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	74.421	72.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0032_000000010605	3076	0.6466411415745957	3	2	2	2	2	False	112795	maximal	True	ISR0032_000000010605	0.9682190476190476	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2297.0	74.488	74.0	0.276782449725777	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0147_000000006301	3062	0.6466411415745957	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9166848615837268	PS721	0	0	False	True	0.9996734261512756	0					non-mobilizable	no_good_hit	2289.0	74.399	74.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0011_000000008697	3023	0.6466411415745957	2	2	2	2	2	False	112797	fragment	False	ISR0011_000000008697	1.0		0	0	False	True	0.9993383884429932	0					non-mobilizable	no_good_hit	2302.0	74.37	75.0	0.2773918342474101	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0028_000000010239	2983	0.6466411415745957	2	2	2	2	2	False	112803	maximal	True	FIJ0028_000000010239	1.0	PS721	0	0	False	True	0.998659074306488	0					non-mobilizable	no_good_hit	2288.0	74.432	76.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0118_000000004663	2929	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9089769429688899	PS721	0	0	False	True	0.9979515075683594	0					non-mobilizable	no_good_hit	2287.0	74.377	77.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0141_000000009446	2926	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9212792868486707	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	74.421	77.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0152_000000008171	2895	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9179491969552905	PS721	0	0	False	True	0.9979274868965149	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	78.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0015_000000007248	2894	0.6466411415745957	4	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8999528667941251	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2289.0	74.35600000000001	78.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CAN0020_000000012802	2893	0.6466411415745957	3	2	2	2	2	False	112853	fragment	False	CAN0020_000000012802	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2202.0	74.387	75.0	0.265569774527727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0016_000000007143	2886	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9053751281636596	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2294.0	74.324	79.0	0.27629494210847044	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0388_000000011794	2884	0.6466411415745957	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9051716435627414	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2298.0	74.369	79.0	0.2769043266301036	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0071_000000003549	2884	0.6466411415745957	4	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9003926106449279	PS721	0	0	False	True	0.9892510175704956	0					non-mobilizable	no_good_hit	2287.0	74.421	78.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0050_000000008971	2846	0.6466411415745957	2	2	2	2	2	False	112724	backbone	True	ISR0050_000000008971	0.9253324203403597	PS721	0	0	False	True	0.9985945224761963	0					non-mobilizable	no_good_hit	2287.0	74.464	79.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0167_000000006871	2806	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9155555663008982	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	74.508	81.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0048_000000006958	2770	0.6466411415745957	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8966232986171918	PS721	0	0	False	True	0.9971119165420532	0					non-mobilizable	no_good_hit	2285.0	74.442	82.0	0.2753199268738574	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0106_000000014748	2758	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9008026138549249	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	82.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0064_01_000000003141	2737	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9051641245478083	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2288.0	74.432	83.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0274_000000002257	2736	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9008673278056194	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2294.0	74.41199999999999	83.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0076_000000005210	2732	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9051362810337775	PS721	0	0	False	True	0.9992679357528687	0					non-mobilizable	no_good_hit	2297.0	74.445	83.0	0.276782449725777	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0127_000000007117	2728	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9039229879416214	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2318.0	74.418	84.0	0.2790981109079829	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0092_000000020206	2694	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9044295516064976	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2294.0	74.41199999999999	84.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0140_000000010860	2692	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8513893238853959	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2202.0	74.387	81.0	0.265569774527727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0067_000000010662	2692	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9002522985482556	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.366	84.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0312_000000006221	2675	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8972307888083271	PS721	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2289.0	74.443	84.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0102_000000013374	2648	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.900132311977672	PS721	0	0	False	True	0.9969788789749146	0					non-mobilizable	no_good_hit	2287.0	74.377	85.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0209_000000011141	2633	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9039645013209986	PS721	0	0	False	True	0.9984807968139648	0					non-mobilizable	no_good_hit	2294.0	74.324	86.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0106_000000009203	2632	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8499670059675534	PS721	0	0	False	True	0.9920212626457214	0					non-mobilizable	no_good_hit	2205.0	74.376	83.0	0.265569774527727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0051_000000009648	2628	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9077191153583845	PS721	0	0	False	True	0.9961948394775391	0					non-mobilizable	no_good_hit	2287.0	74.377	86.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0191_000000011589	2626	0.6466411415745957	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.7862035622401646	PS721	0	0	False	True	0.9992383718490601	0					non-mobilizable	no_good_hit	2199.0	74.21600000000001	83.0	0.2652041438147471	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0110_000000007742	2599	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8963200688448988	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	74.377	87.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0053_01_000000007898	2597	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8967239120186992	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	87.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0044_01_000000011145	2596	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9004561502432697	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	87.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0054_000000009989	2596	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8967175870595415	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	87.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0101_01_000000012524	2595	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8966252696787882	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	87.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0163_000000009433	2594	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8964718686529487	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2283.0	74.42	87.0	0.2751980499695308	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0007_01_000000006678	2593	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8965576734327442	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	87.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0107_000000005358	2592	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8959776716033041	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2285.0	74.354	87.0	0.2753199268738574	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0010_000000007204	2592	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8960318074085525	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.366	87.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0119_000000004263	2562	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8821716353544254	PS721	0	0	False	True	0.994925856590271	0					non-mobilizable	no_good_hit	2280.0	74.342	88.0	0.274466788543571	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0085_000000007271	2557	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.794342248011714	PS721	0	0	False	True	0.9953070282936096	0					non-mobilizable	other	2559.0	73.896	98.0	0.30591102985984153	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0031_000000008675	2544	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8594363960901027	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.40899999999999	89.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0346_000000008490	2543	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8285090787568182	PS721	0	0	False	True	0.9988203048706055	0					non-mobilizable	no_good_hit	2202.0	74.342	86.0	0.265569774527727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0180_000000006663	2542	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.7054873941613377	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1599.0	100.0	63.0	0.015434394166223983	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0068_000000009358	2540	0.6466411415745957	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8522037534863731	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2575.0	73.748	99.0	0.30798293723339426	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MON0047_000000015405	2534	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8306045345917661	PS721	0	0	False	True	0.9992107152938843	0					non-mobilizable	no_good_hit	2287.0	74.464	89.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0023_01_000000013286	2348	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.5171338117601094	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2202.0	74.342	93.0	0.265569774527727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0290_000000006206	2231	0.6466411415745957	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3667114706395082	PS721	0	0	False	True	0.9995517730712891	0					non-mobilizable	other	2154.0	74.327	95.0	0.2594759293113955	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
USA0003_01_000000007262	5348	0.6466226404022672	5	5	5	5	5	False	132016	maximal	True	USA0003_01_000000007262	0.9780516658801529		215	12	False	False	0.9998130202293396	0					non-mobilizable	chromosome	5348.0	99.90700000000001	100.0	0.0008241768828172144	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0091_000000008978	3443	0.6466204527594911	4	4	3	2	1	False	33633	fragment	False	ISR0091_000000008978	1.0		0	0	False	False	0.9991286396980286	0					non-mobilizable	other	2759.0	98.586	100.0	0.008878301598287433	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0015_000000006705	5184	0.6466201052784097	6	6	4	4	5	False	73506	maximal	True	MON0015_000000006705	0.9997960848287113		11	5	False	False	0.9891975522041321	0					non-mobilizable	no_good_hit	1425.0	77.965	27.0	0.0006873280766456052	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
FIJ0061_000000000757	22849	0.6466165675288259	27	8	3	6	6	False	59226	maximal	True	FIJ0061_000000000757	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2058.0	75.413	11.0	0.00989750582853121	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
SPA0153_000000009001	2051	0.6466084788415069	4	4	4	1	2	False	30387	fragment	False	SPA0153_000000009001	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1859.0	99.193	99.0	0.0007206815832497775	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	False	False
ISR0282_000000007668	2805	0.6466026547102933	4	4	4	4	3	False	58846	maximal	True	ISR0282_000000007668	0.9786729857819905		12	4	False	False	0.9996435046195984	0					non-mobilizable	no_good_hit	833.0	82.23299999999999	30.0	0.0002914724546179858	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0827_000000001619	5974	0.6465983695352415	6	6	4	6	6	False	112302	maximal	False	FIJ0157_000000003433	0.9435644163185983		0	0	False	False	1.0	0					non-mobilizable	other	3535.0	99.406	96.0	0.0008664587067699258	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0014_000000011765	1386	0.6465962456344964	2	2	2	2	1	False	124063	fragment	False	AST0014_000000011765	1.0		0	0	False	False	0.9891774654388428	0					non-mobilizable	chromosome	1385.0	77.834	99.0	0.00038854613772054827	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0044_000000010288	2576	0.6465933995561689	4	3	3	3	3	False	6789	maximal	True	SPA0044_000000010288	1.0		2	2	False	False	0.9871894121170044	0					non-mobilizable	no_good_hit	588.0	77.551	30.0	0.0026538480797155877	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
AUS0020_000000002845	8689	0.6465910662899487	9	8	8	8	8	False	99709	maximal	True	AUS0020_000000002845	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2228.0	84.964	26.0	0.025364138623807132	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ISR0264_000000004675	2249	0.6465869297643785	3	3	3	3	3	False	110255	fragment	False	ISR0398_000000009851	0.9504482281850513		0	0	False	False	1.0	0					non-mobilizable	other	2249.0	98.355	100.0	0.21306656552247297	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0057_000000006660	2424	0.6465862741533911	4	3	2	3	1	False	124355	maximal	True	MAD0057_000000006660	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1509.0	97.681	62.0	0.008685935466033846	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0135_000000008927	2252	0.6465862741533911	3	3	2	3	1	False	124363	fragment	False	SPA0131_000000008475	0.30621920692492915		0	0	False	False	0.9968916773796082	0					non-mobilizable	other	2254.0	97.56	100.0	0.01294826454087804	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0847_000000015197	1881	0.6465862741533911	3	3	2	3	1	False	124353	fragment	False	FIJ0039_000000009941	0.40776397994247526		0	0	False	False	1.0	0					non-mobilizable	other	1893.0	97.887	100.0	0.01088621885331828	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0146_000000022060	1876	0.6465862741533911	3	3	2	3	1	False	124353	fragment	False	FIJ0039_000000009941	0.43402028818398136		0	0	False	False	0.998400866985321	0					non-mobilizable	other	1876.0	97.601	100.0	0.010799820290990358	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0199_000000010270	2447	0.6465765780505217	1	1	1	1	1	False	54284	fragment	False	ENG0199_000000010270	1.0		0	0	False	False	0.9991827011108398	0					non-mobilizable	other	2447.0	98.73299999999999	100.0	0.0006613636799940732	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0047_000000024761	1210	0.6465695349103973	2	2	1	2	1	False	90812	fragment	False	ISR0047_000000024761	0.9934567533584806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1210.0	99.421	100.0	0.00022204215605321079	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
CHI0187_000000008400	1915	0.6465643650595281	3	3	3	3	3	False	77070	fragment	False	CHI0187_000000008400	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1915.0	99.68700000000001	100.0	0.0006039619144267379	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MAD0093_000000006411	4385	0.6465640191718974	1	1	1	1	1	False	112506	maximal	False	ISR0073_000000004489	0.35036372194342646		0	0	False	False	1.0	0					non-mobilizable	other	4385.0	97.811	100.0	0.025385060799073537	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
ENG0019_000000013863	1257	0.6465581952063797	2	2	2	2	2	False	66511	fragment	False	SPA0144_000000014680	0.5369165896971165		0	0	False	False	0.969769299030304	0					non-mobilizable	no_good_hit	1035.0	72.367	81.0	0.03722797068895681	NZ_SLUM01000037.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_137, whole genome shotgun sequence	True	False
MON0041_000000027258	2305	0.6465539670859247	2	1	1	1	1	False	64592	maximal	True	MON0041_000000027258	1.0		1	1	False	False	0.9548807144165039	0					non-mobilizable	no_good_hit	1957.0	91.773	85.0	0.0006942042670232315	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0148_000000008710	4341	0.6465508809033325	4	3	3	3	3	True	129402	fragment	False	ENG0148_000000008710	1.0		0	0	False	False	0.9995392560958862	0					non-mobilizable	no_good_hit	774.0	80.10300000000001	18.0	0.0060077655643315285	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0121_01_000000006233	7340	0.6465479749585556	6	6	6	5	4	False	202	maximal	True	USA0121_01_000000006233	1.0		13	8	False	False	0.9997275471687317	0					non-mobilizable	no_good_hit	2080.0	74.904	42.0	0.0007003255613393107	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MAD0002_000000038287	1207	0.6465471524014327	2	2	2	1	1	False	20125	fragment	False	MAD0002_000000038287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	98.464	54.0	0.01021145568228234	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
MON0030_000000020109	1777	0.6465409872629869	3	2	1	2	1	False	12511	maximal	False	SPA0056_000000018840	0.9485216473072862		0	0	False	False	0.99549800157547	0					non-mobilizable	no_good_hit	571.0	94.74600000000001	32.0	0.009943727936807522	NZ_QIBZ01000016.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_016, whole genome shotgun sequence	True	False
USA0062_01_000000010485	1944	0.6465392210244256	3	2	2	1	1	False	90772	fragment	False	USA0062_01_000000010485	0.9919813760993275		0	0	False	False	0.998971164226532	0					non-mobilizable	no_good_hit	791.0	80.531	40.0	0.0002324909854211863	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0038_000000002249	4862	0.6465349377225116	5	3	3	3	1	False	87895	maximal	True	CHI0038_000000002249	1.0		0	0	False	False	0.9997943043708801	0					non-mobilizable	no_good_hit	1849.0	93.618	38.0	0.008236165919682873	NZ_VJZV01000009.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold9_1, whole genome shotgun sequence	True	False
MAD0084_000000000160	14880	0.6465308710108838	14	14	8	10	14	True	85441	fragment	False	MAD0022_000000000277	0.9521391197291474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11903.0	98.698	88.0	0.04157427550171026	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	True	True
ENG0107_000000005384	4699	0.6465249802249008	4	4	4	4	4	False	60027	maximal	True	ENG0107_000000005384	1.0		5	5	False	False	0.9963822364807129	0					non-mobilizable	no_good_hit	3178.0	98.836	68.0	0.02950737452167775	NZ_CABMOJ010000020.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
DEN0007_000000013685	1890	0.6465238799069108	2	1	1	1	1	False	76296	maximal	False	SPA0055_000000016447	0.9710526315789474		0	0	False	False	1.0	0					non-mobilizable	other	1055.0	98.009	99.0	0.000292694847570966	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0070_000000008833	2169	0.6465208052291244	3	3	3	3	2	False	16364	fragment	False	MAD0070_000000008833	0.9985829003306566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1507.0	92.17	73.0	0.029165373875271485	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0106_000000010107	2117	0.6465208052291244	3	3	3	3	2	False	16364	fragment	False	MAD0070_000000008833	0.9866297833102813		0	0	False	False	0.999527633190155	0					non-mobilizable	no_good_hit	1508.0	92.175	75.0	0.029184765746199194	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0087_000000019052	1613	0.6465208037374444	3	3	3	3	2	False	15975	maximal	True	MAD0087_000000019052	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	84.78299999999999	6.0	3.821010146284583e-05	CP026925.1	a-proteobacteria	Agrobacterium tumefaciens strain 1D1609 chromosome II, complete sequence	True	False
MAD0067_000000000394	18064	0.6465125156501496	26	9	3	9	4	False	16527	maximal	True	MAD0067_000000000394	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	81.0	1.0	0.005127120883767641	NC_019523.1	viruses	Clostridium phage phi24R, complete genome	True	False
SPA0132_000000034164	1213	0.6465108909187529	4	3	1	2	2	False	68871	fragment	False	ISR0829_000000012462	0.25480645603302354		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	98.697	100.0	0.008488275108686827	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
MON0086_000000020126	1523	0.6465103357123749	2	2	2	2	2	False	9733	maximal	True	MON0086_000000020126	1.0		128	10	False	False	0.9993433952331543	0					non-mobilizable	other	1106.0	98.101	100.0	0.00766280867943108	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
USA0080_01_000000013284	3294	0.6465083650401113	3	3	3	2	3	True	112056	fragment	False	ISR0774_000000005893	0.40436602596518556		0	0	False	False	0.996660590171814	0					non-mobilizable	other	3295.0	93.08	100.0	0.011768783070673436	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
MON0069_000000014519	3210	0.6465043800880302	3	2	1	1	2	False	124856	fragment	False	MON0069_000000014519	1.0		0	0	False	False	0.9844236969947815	0					non-mobilizable	chromosome	3040.0	98.322	95.0	0.0010592792021560636	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0149_000000011862	2282	0.6465043800880302	3	2	1	1	2	False	113843	maximal	False	ISR0091_000000011009	0.35761624854560853		0	0	False	False	0.996056079864502	0					non-mobilizable	no_good_hit	1218.0	89.491	89.0	0.0003786066404555973	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0201_000000013989	2171	0.6465043800880302	2	2	1	1	2	False	93133	maximal	False	ISR0176_000000013568	0.30899547265171035		0	0	False	False	0.9953938126564026	0					non-mobilizable	no_good_hit	1975.0	80.709	88.0	0.0006038418152212936	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0020_000000009692	2119	0.6465043800880302	2	2	1	1	2	False	113843	maximal	False	ISR0091_000000011009	0.225580465949387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	89.56	88.0	0.00038109542691709664	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0150_000000011444	2089	0.6465043800880302	2	2	1	1	2	False	110265	maximal	False	FIJ0108_000000008066	0.5522189052842603		0	0	False	False	1.0	0					non-mobilizable	chromosome	2046.0	95.35700000000001	98.0	0.000688335026962874	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0072_000000013153	1903	0.6465043800880302	2	2	1	1	2	False	109806	fragment	False	FIJ0072_000000013153	0.9937770562770563		0	0	False	False	0.9994745254516602	0					non-mobilizable	chromosome	1226.0	98.777	99.0	0.0003948399415572423	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0127_000000010411	1848	0.6465043800880302	2	2	1	1	2	False	109806	fragment	False	FIJ0072_000000013153	0.9795060430898581		0	0	False	False	1.0	0					non-mobilizable	chromosome	1226.0	98.53200000000001	99.0	0.0004269881614482323	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0045_000000024843	1671	0.6465021087423709	3	3	2	3	2	False	72880	maximal	True	DEN0045_000000024843	1.0		20	6	False	False	0.9952124357223511	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	3.0	7.841434982601817e-05	NZ_LN868536.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
MON0103_000000013000	3538	0.6465020529033796	5	2	2	2	2	False	52332	fragment	False	MON0103_000000013000	1.0		0	0	False	False	0.9997173547744751	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	9.544654884802524e-05	NZ_PYAL01000007.1	b-proteobacteria	Achromobacter aloeverae strain AVA-1 Scaffold7_1, whole genome shotgun sequence	True	False
CHI0128_000000004867	1663	0.6465016236428629	2	2	2	2	2	False	81340	maximal	True	CHI0128_000000004867	1.0		95	8	False	False	1.0	0					non-mobilizable	chromosome	1663.0	99.459	100.0	0.000417022967878693	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0005_000000005404	5517	0.6465005833889715	5	4	4	4	4	False	81792	fragment	False	ISR0006_000000003160	0.9520427844993864		0	0	False	False	0.9996374845504761	0					non-mobilizable	no_good_hit	112.0	81.25	2.0	0.00038145834994989024	NZ_OEQH01000005.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
ENG0148_000000032505	1099	0.6464998692662686	1	1	1	1	1	False	57246	fragment	False	ENG0148_000000032505	1.0		0	0	False	False	0.9845314025878906	0					non-mobilizable	no_good_hit								True	False
ENG0124_000000000689	28926	0.6464936400532043	34	16	9	14	9	True	130556	maximal	True	ENG0124_000000000689	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9731.0	97.564	77.0	0.001697478742242435	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
SPA0112_000000013806	2457	0.6464836254694203	3	3	2	2	3	False	58700	fragment	False	SPA0112_000000013806	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	97.323	100.0	0.0033163960250624787	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0146_000000017262	1285	0.6464815141218432	2	1	1	1	1	False	67560	fragment	False	ENG0146_000000017262	0.9601328903654485		0	0	False	False	0.9953307509422302	0					non-mobilizable	no_good_hit								True	False
ISR0370_000000008562	3056	0.6464750593483383	3	3	3	3	2	False	75968	fragment	False	ISR0370_000000008562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	73.625	26.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0151_000000006470	2819	0.6464750593483383	3	3	3	3	2	False	75968	fragment	False	ISR0370_000000008562	0.9612238219895288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	73.625	28.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
DEN0067_000000000058	72772	0.6464739995570291	133	23	5	18	10	False	70874	maximal	True	DEN0067_000000000058	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2420.0	77.521	3.0	0.0028179246813523216	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0195_000000003378	6153	0.6464702097345678	8	5	3	5	2	True	99833	fragment	False	ENG0195_000000003378	1.0		0	0	False	False	0.9993498921394348	0					non-mobilizable	no_good_hit	207.0	99.03399999999999	5.0	0.0007863806542687044	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0190_000000000533	33219	0.6464690395809191	35	9	7	9	6	True	92396	fragment	False	ENG0190_000000000533	1.0		0	0	False	False	0.999789297580719	0					non-mobilizable	no_good_hit	884.0	87.78299999999999	5.0	0.0002384802803576339	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0012_000000036392	1533	0.6464644896871152	2	2	2	2	1	True	13591	maximal	True	MON0012_000000036392	1.0		21	9	False	False	0.9823874831199646	0					non-mobilizable	no_good_hit	216.0	82.87	14.0	0.0016914217383095223	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	True
FIJ0090_000000008781	4478	0.6464639626909652	6	5	4	5	1	False	43524	fragment	False	FIJ0090_000000008781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000015142	2140	0.6464630747087252	3	3	2	3	2	False	36636	fragment	False	ISR0038_000000015142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	95.652	48.0	0.00017962365058868396	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ISR0014_000000011592	3154	0.6464625030005158	4	2	2	2	2	False	131306	maximal	True	ISR0014_000000011592	1.0		38	3	False	False	1.0	0					non-mobilizable	other	1356.0	97.714	99.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0141_000000003793	7811	0.6464615946630861	9	7	4	5	5	False	113670	maximal	True	FIJ0141_000000003793	1.0		1	1	False	False	0.9989758133888245	0					non-mobilizable	no_good_hit	2332.0	95.969	54.0	0.000784264358348898	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0033_000000031020	1998	0.6464607213446606	4	3	3	3	2	False	13326	maximal	True	MON0033_000000031020	1.0		3	1	False	False	0.9849849939346313	0					non-mobilizable	no_good_hit	216.0	76.852	11.0	0.007984332630310334	NZ_CABJCG010000035.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
USA0073_01_000000001635	15080	0.6464570467683454	19	6	0	6	1	False	716	maximal	True	USA0073_01_000000001635	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.008573178199632579	XM_005805614.2	bony fishes	PREDICTED: Xiphophorus maculatus E3 ubiquitin-protein ligase pellino homolog 2-like (LOC102220611), mRNA	True	False
CHI0026_000000008392	1388	0.6464568575900448	2	1	1	1	1	False	88872	fragment	False	CHI0026_000000008392	1.0		0	0	False	False	0.9992795586585999	0					non-mobilizable	no_good_hit								True	False
CHI0064_000000015531	1194	0.6464521318878631	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.1529849566225435	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1194.0	91.039	100.0	0.0003845257553288082	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
CHI0177_000000009198	1802	0.6464513197906535	3	2	2	2	2	False	77692	maximal	False	ISR0175_000000011114	0.9619622245540399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	95.28299999999999	46.0	0.0032428884026258205	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0009_000000038250	1173	0.6464493417786471	2	1	1	1	1	False	51145	maximal	True	FIJ0009_000000038250	1.0		3	2	False	False	0.9991474747657776	0					non-mobilizable	no_good_hit								True	False
MON0050_000000026618	1493	0.6464394621847781	3	3	1	2	1	False	90240	maximal	True	MON0050_000000026618	1.0		0	0	False	False	0.9524447321891785	0					non-mobilizable	no_good_hit	162.0	98.148	11.0	5.1893249461808984e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0116_000000006045	4333	0.6464293226797789	5	3	2	3	3	False	125545	fragment	False	AST0116_000000006045	0.9996862669636514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	86.43700000000001	45.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0079_000000007467	4262	0.6464293226797789	5	3	2	3	3	False	125545	fragment	False	AST0116_000000006045	0.9940677777667027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	86.43700000000001	44.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0234_000000002461	4214	0.6464293226797789	5	3	2	3	3	False	125545	fragment	False	AST0116_000000006045	0.9866233618880331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	86.43700000000001	44.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0033_000000008193	3215	0.6464293226797789	4	3	2	3	3	False	125543	fragment	False	ENG0033_000000008193	0.9165814307200593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.689	42.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0063_01_000000016850	1258	0.6464262715991895	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.17898033944047467	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1268.0	81.309	100.0	0.0005796905976494586	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
ISR0239_000000008355	1813	0.646420418127688	2	2	2	2	2	False	76452	fragment	False	ISR0239_000000008355	1.0		0	0	False	False	0.9801434278488159	0					non-mobilizable	chromosome	1693.0	99.823	99.0	0.00023882019436463384	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0777_000000007936	2166	0.64641908015332	2	2	2	2	2	False	127018	fragment	False	ISR0777_000000007936	0.9854417670682731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1519.0	99.605	70.0	0.005823052844779967	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0044_000000002568	8439	0.6464092211669926	8	6	5	6	4	True	132046	fragment	False	ISR0378_000000001574	0.7167134859695383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	13.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0399_000000001356	8309	0.6464092211669926	7	6	5	6	4	True	132046	fragment	False	ISR0378_000000001574	0.71748750203564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	13.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0009_000000003813	8308	0.6464092211669926	7	6	5	6	4	True	132046	fragment	False	ISR0378_000000001574	0.717435380215327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.319	13.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0126_000000004048	8187	0.6464092211669926	8	6	5	6	4	True	132046	fragment	False	ISR0378_000000001574	0.7165537264413063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	13.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
AST0110_000000002395	7970	0.6464092211669926	8	6	5	6	4	True	132046	fragment	False	ISR0378_000000001574	0.63320347702255		0	0	False	False	0.9998745322227478	0					non-mobilizable	no_good_hit	1100.0	75.455	14.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0092_000000002191	7874	0.6464092211669926	7	6	5	6	4	True	132046	fragment	False	ISR0378_000000001574	0.6356058188039837		0	0	False	False	0.9983490109443665	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	14.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0003_000000002771	7806	0.6464092211669926	7	6	5	6	4	True	132046	fragment	False	ISR0378_000000001574	0.5960797493259078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	14.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
AST0006_000000003061	5254	0.6463986367893289	5	5	4	5	5	False	127646	fragment	False	AST0118_000000005245	0.9344951183498214		0	0	False	False	1.0	0					non-mobilizable	chromosome	3785.0	97.728	99.0	0.0015566971334534214	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0233_000000009073	1802	0.6463959249613387	5	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.3950103856012182		0	0	False	False	1.0	0					non-mobilizable	other	1802.0	100.0	100.0	0.11984295980835773	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0111_01_000000021512	1167	0.6463946612376571	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.2852277840918555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	75.0	36.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0061_000000000774	24318	0.6463929097651541	17	11	9	9	3	True	97623	fragment	False	FIJ0129_000000000627	0.310974567307209		0	0	False	False	0.999958872795105	0					non-mobilizable	no_good_hit	1246.0	81.461	5.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ISR0375_000000000148	33949	0.6463906859447777	39	16	8	15	7	True	91044	maximal	False	USA0037_01_000000000710	0.5583632182789238		0	0	False	False	0.9999116063117981	0					non-mobilizable	no_good_hit	354.0	79.096	1.0	0.0005568461764292917	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
FIJ0030_000000014637	2348	0.6463901575150159	3	2	2	1	1	True	48746	maximal	True	FIJ0030_000000014637	1.0		1	1	False	False	0.9948892593383789	0					non-mobilizable	no_good_hit	645.0	96.744	27.0	0.12996972754793137	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
FIJ0098_000000013359	1768	0.6463843710568982	3	2	2	1	2	False	129483	fragment	False	FIJ0098_000000013359	0.9811045141833946		0	0	False	False	0.9994344115257263	0					non-mobilizable	chromosome	1768.0	98.756	100.0	0.0003932479745615074	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0086_000000002782	2029	0.6463745336432516	3	2	0	0	2	False	84056	maximal	True	CHI0086_000000002782	1.0		7	5	False	False	0.9990143179893494	0					non-mobilizable	no_good_hit	1676.0	89.79700000000001	82.0	0.15242664698283817	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0210_000000011923	1601	0.6463745336432516	3	2	0	0	2	False	48981	fragment	False	ISR0210_000000011923	0.9930277830487461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	96.164	77.0	0.06707879682598265	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0156_000000010627	1594	0.6463745336432516	2	2	0	0	2	False	58615	fragment	False	ENG0156_000000010627	0.9567260898888584		0	0	False	False	0.999372661113739	0					non-mobilizable	no_good_hit	1419.0	93.094	88.0	0.13019007196899798	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0084_000000008441	1523	0.6463745336432516	2	2	0	0	2	False	58615	fragment	False	ENG0156_000000010627	0.9295509938654489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	92.382	88.0	0.12400811957925817	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0027_000000011455	1517	0.6463745336432516	3	2	0	0	2	False	48981	fragment	False	ISR0210_000000011923	0.9711831708183749		0	0	False	False	0.9960448145866394	0					non-mobilizable	no_good_hit	730.0	96.301	77.0	0.06707879682598265	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
SPA0036_000000017134	1466	0.6463745336432516	3	2	0	0	2	False	48981	fragment	False	ISR0210_000000011923	0.9464952071402308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	96.413	76.0	0.06145045211293597	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0126_000000034134	1451	0.6463745336432516	3	2	0	0	2	False	31947	fragment	False	ISR0126_000000034134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1138.0	93.84899999999999	87.0	0.10444731500276803	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0244_000000025055	1102	0.6463745336432516	2	2	0	0	2	False	27165	fragment	False	ISR0244_000000025055	1.0		0	0	False	False	0.9981850981712341	0					non-mobilizable	no_good_hit	536.0	97.20100000000001	87.0	0.0492710832256874	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0042_000000008721	3147	0.6463704414727988	3	1	1	1	1	False	55665	maximal	False	USA0069_01_000000019261	0.9487477789052889		0	0	False	False	1.0	0					non-mobilizable	other	3074.0	95.999	99.0	0.001083521412858328	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0342_000000007908	2002	0.6463676615932661	4	4	2	2	2	True	117184	fragment	False	ISR0160_000000014367	0.5408789138580531		0	0	False	False	1.0	0					non-mobilizable	other	2040.0	92.84299999999999	100.0	0.0064661811737579756	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0281_000000015376	1212	0.6463666870619769	2	2	2	1	1	False	114046	fragment	False	ENG0200_000000015508	0.28792871453947383		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	93.234	100.0	0.0019367695132327257	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0097_000000009727	2880	0.6463622786864277	3	3	3	3	2	False	129493	fragment	False	ISR0097_000000009727	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2880.0	98.889	100.0	0.0008172699153831829	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0044_000000008499	2841	0.6463542216005617	3	3	3	2	2	False	17972	maximal	True	MAD0044_000000008499	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	76.26899999999999	23.0	0.001520241390304649	NZ_SMCQ01000001.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_101, whole genome shotgun sequence	True	False
CAN0007_000000022410	1805	0.6463494416427681	2	2	2	1	1	False	95253	fragment	False	CAN0007_000000022410	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	100.0	100.0	0.00034939646795807786	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0087_000000004524	5656	0.6463460376502974	6	4	4	2	1	False	121744	maximal	True	MAD0087_000000004524	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	73.803	28.0	0.000555205241383553	CP013121.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F306, complete genome	True	False
CAN0007_000000023125	1749	0.6463424863282319	3	2	1	1	2	False	119970	fragment	False	MAD0002_000000021610	0.957812809209203		0	0	False	False	0.9982847571372986	0					non-mobilizable	no_good_hit								True	False
CHI0134_000000013838	1246	0.6463418412143372	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.013036308287133		0	0	False	False	0.9983948469161987	0					non-mobilizable	other	1246.0	98.95700000000001	100.0	0.0003749451134562832	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
FIJ0017_000000011109	2555	0.64634087280006	4	3	3	3	3	False	92133	maximal	True	FIJ0017_000000011109	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	98.124	54.0	0.03888046712705631	NZ_CYXX01000036.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0289_000000008944	1320	0.646335528001456	3	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.14841358321968134		0	0	False	False	0.9939393997192383	0					non-mobilizable	other	1320.0	99.167	100.0	0.011789838750044692	NZ_JAAIUL010000012.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_12_length_111876_cov_341.882, whole genome shotgun sequence	False	True
ISR0820_000000002338	6918	0.6463329837442711	14	9	6	9	8	True	132197	fragment	False	ISR0849_000000002289	0.2382380381180861		0	0	False	False	0.9945070743560791	0					non-mobilizable	other	6863.0	99.62100000000001	99.0	0.00867550573392755	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	True
ISR0128_000000005221	6337	0.6463270244787643	7	7	7	7	6	True	67078	maximal	True	ISR0128_000000005221	0.9572330177711343		54	8	False	False	0.9970017075538635	0					non-mobilizable	chromosome	6059.0	93.646	96.0	0.002487832641056116	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0206_000000022522	1153	0.6463233511094285	2	2	2	1	1	False	28611	fragment	False	ISR0222_000000035473	0.9514955537590946		0	0	False	False	0.9895923733711243	0					non-mobilizable	no_good_hit								True	False
SPA0045_000000012870	2040	0.6463163730468553	3	3	3	3	2	False	6759	fragment	False	SPA0045_000000012870	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2040.0	100.0	100.0	0.000511618430508216	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CAN0021_000000002406	13549	0.6463144639493729	14	8	4	7	5	False	91682	maximal	True	CAN0021_000000002406	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	1.0	2.1811403505092544e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0011_000000004414	7154	0.6463133416693262	11	5	3	3	5	False	94542	fragment	False	CAN0011_000000004414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2523.0	80.816	56.0	0.2705767984445885	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0121_000000013029	1933	0.64630592453835	3	3	2	2	1	False	32207	fragment	False	ISR0121_000000013029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	99.852	35.0	0.12626073963391857	MK232116.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K17_7_c1 sequence	True	False
ISR0196_000000016710	1324	0.6463039736736212	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.3656604777541516		0	0	False	False	0.9992446899414062	0					non-mobilizable	no_good_hit	438.0	97.71700000000001	33.0	0.00012135450511244036	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0123_000000010397	1353	0.6462935494819104	2	1	1	1	1	False	81706	maximal	True	CHI0123_000000010397	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1353.0	98.522	100.0	0.041810984661058884	NZ_JH604959.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld454, whole genome shotgun sequence	False	False
TAN0004_000000001124	3320	0.6462933175327075	6	5	5	4	5	False	2964	maximal	True	TAN0004_000000001124	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	2642.0	99.962	100.0	0.033417689485005696	MG836696.1	enterobacteria	Escherichia coli strain 2248 plasmid pCTXM-2248, complete sequence	False	True
USA0121_01_000000014706	3183	0.6462843440300191	4	4	4	4	3	False	97363	fragment	False	USA0019_01_000000009373	0.9359704198559874		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	99.32	100.0	0.0002730732488782898	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
DEN0038_000000001258	2771	0.6462837131379789	5	4	4	3	3	False	73362	fragment	False	DEN0038_000000001258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1862.0	83.13600000000001	67.0	0.024007495022836396	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
USA0018_01_000000007139	3409	0.6462821255754778	4	2	1	2	1	True	91612	fragment	False	USA0018_01_000000007139	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1012.0	96.146	96.0	0.002151251492151443	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MAD0007_000000000030	60335	0.6462755566923297	61	29	18	26	17	True	98435	maximal	True	MAD0007_000000000030	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1304.0	97.23899999999999	2.0	0.0002507741372520251	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	True
ISR0040_000000008707	3158	0.6462751851169142	3	3	3	3	3	False	118741	maximal	True	ISR0040_000000008707	1.0		7	4	False	False	0.9996833205223083	0					non-mobilizable	no_good_hit	1236.0	97.654	70.0	0.0005975848860862884	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
SPA0050_000000007058	3686	0.6462745591786357	5	3	2	2	3	False	6604	maximal	True	SPA0050_000000007058	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1731.0	85.5	72.0	0.0004806897772468472	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0043_000000011241	2246	0.6462740648603709	2	2	2	2	2	False	18045	maximal	True	MAD0043_000000011241	1.0		11	1	False	False	0.9991095066070557	0					non-mobilizable	chromosome	2249.0	97.11	100.0	0.0011173011975279027	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	False
AST0102_000000009783	3090	0.6462557491953349	3	2	2	2	2	False	108315	maximal	True	AST0102_000000009783	1.0		34	4	False	False	1.0	0					non-mobilizable	no_good_hit	1735.0	98.098	83.0	0.0004932203534461425	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0025_000000008996	3729	0.6462532414542278	5	3	3	1	1	False	120493	fragment	False	AST0025_000000008996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0020_000000016925	1196	0.6462519413318324	1	1	1	1	1	False	66428	fragment	False	ENG0020_000000016925	1.0		0	0	False	False	0.9949832558631897	0					non-mobilizable	other	1194.0	98.66	99.0	0.0032105882131313866	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
CHI0075_000000000957	7089	0.6462482505058507	8	5	3	5	1	True	101271	fragment	False	CHI0109_000000002074	0.9401781047432121		0	0	False	False	1.0	0					non-mobilizable	plasmid	7089.0	99.986	100.0	0.09314794858990197	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
ENG0071_000000007241	2884	0.6462473960340775	6	3	2	2	3	False	100885	fragment	False	ENG0071_000000007241	0.9497484680428605		0	0	False	False	1.0	0					non-mobilizable	other	2121.0	96.74700000000001	93.0	0.0004098034588805687	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0176_000000028029	1214	0.6462472516367347	2	2	2	2	1	False	29797	fragment	False	ISR0176_000000028029	1.0		0	0	False	False	0.9406919479370117	0					non-mobilizable	no_good_hit	379.0	75.726	30.0	0.00312906544678463	NZ_BBAB01000009.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
CHI0145_000000015129	1220	0.6462395261946867	1	1	1	1	1	False	79734	fragment	False	ISR0153_000000020183	0.7746887020535248		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	97.541	100.0	0.018044022085054102	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0005_000000024330	1488	0.6462323681825444	3	3	3	3	2	True	51882	maximal	True	FIJ0005_000000024330	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1478.0	94.11399999999999	100.0	0.008976966832726342	MG764550.1	enterobacteria	Klebsiella pneumoniae strain 721005 plasmid p721005-KPC	False	True
ISR0375_000000015365	1513	0.6462320142565829	2	1	1	1	1	False	23369	fragment	False	USA0078_01_000000011644	0.9685385656292287		0	0	False	False	1.0	0					non-mobilizable	chromosome	1513.0	98.81	100.0	0.00043830088834197905	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0080_000000000439	25693	0.6462259652614287	32	11	3	8	7	False	67792	maximal	True	MON0080_000000000439	1.0		1	1	False	False	0.9981318116188049	0					non-mobilizable	no_good_hit	7731.0	93.48100000000001	74.0	0.0024023011319623025	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0035_01_000000008277	3019	0.6462227116890124	5	5	5	5	1	True	1427	maximal	True	USA0035_01_000000008277	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	85.15100000000001	28.0	0.01635914019402701	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
MON0005_000000049311	1114	0.6462226404606305	2	2	2	2	1	False	14076	fragment	False	MON0005_000000049311	1.0		0	0	False	False	0.9991023540496826	0					non-mobilizable	no_good_hit	694.0	91.931	62.0	0.003985853675394842	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0157_000000003274	6912	0.6462179359474146	7	6	4	4	5	True	132392	maximal	True	ENG0157_000000003274	1.0	PS1159|PS463	79	13	False	True	1.0	0		MOBV			mobilizable	other	6607.0	99.87899999999999	96.0	0.648473544713851	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0012_000000004345	5468	0.6462141752217714	4	4	4	4	3	False	68145	fragment	False	ISR0012_000000004345	1.0		0	0	False	False	0.9996342062950134	0					non-mobilizable	other	4019.0	99.975	100.0	0.00121679074318417	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0045_000000000762	23670	0.6462138595415529	21	17	15	16	16	True	116929	maximal	False	AST0060_000000000939	0.9659364162440304	PS762|PS763|PS764	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	7301.0	96.37	46.0	0.2553623289828196	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0007_000000012303	1371	0.6462103687417935	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.8396190551117817		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	89.48100000000001	99.0	0.0004249602883010237	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0096_000000010634	3195	0.6462073023840429	3	3	3	1	2	True	93497	fragment	False	MON0096_000000010634	0.9850970832963415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2000.0	75.15	62.0	0.0007283440159597176	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
MON0107_000000019360	2978	0.6462073023840429	4	3	3	1	2	True	93497	fragment	False	MON0096_000000010634	0.962392261044727		0	0	False	False	0.9798522591590881	0					non-mobilizable	no_good_hit	2000.0	75.1	66.0	0.0007283440159597176	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ENG0072_000000002991	3902	0.6462032626034941	6	3	2	3	2	False	126738	maximal	True	ENG0072_000000002991	1.0	PS974|PS975	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	2257.0	97.25299999999999	61.0	0.4357487922705314	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
USA0036_01_000000017280	1914	0.6461976050022595	3	2	2	2	2	False	72229	fragment	False	MAD0074_000000002048	0.7971752839319439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	83.90799999999999	23.0	9.750487297609361e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0131_000000003713	6196	0.646197517363546	6	6	6	5	3	False	71685	maximal	True	ISR0131_000000003713	1.0		47	7	False	False	0.9996772408485413	0					non-mobilizable	other	1718.0	99.76700000000001	90.0	0.002089279862387724	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0177_000000015253	1759	0.646196508193941	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.8874846058980792		0	0	False	False	0.9914724230766296	0					non-mobilizable	other	1757.0	99.943	99.0	0.016097391049263884	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0075_000000021638	1104	0.6461920651946652	2	2	2	2	2	False	41392	maximal	False	FIJ0122_000000014227	0.983170947741364		0	0	False	False	0.9637681245803833	0					non-mobilizable	other	1104.0	99.275	100.0	0.0124078969570842	NZ_JAAIUL010000014.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_14_length_88895_cov_418.006, whole genome shotgun sequence	False	False
CHI0153_000000002579	6413	0.6461837828872434	6	4	2	4	3	True	79289	fragment	False	CHI0153_000000002579	1.0		0	0	False	False	0.9976609945297241	0					non-mobilizable	no_good_hit	297.0	95.286	5.0	0.00014315769109859018	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	True	True
AST0140_000000010979	2584	0.6461836578819836	3	3	3	3	3	False	105573	fragment	False	AST0140_000000010979	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2584.0	99.149	100.0	0.000717681038382573	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0303_000000007706	1740	0.6461811534922319	4	4	4	3	1	False	25509	maximal	True	ISR0303_000000007706	1.0		63	10	False	False	0.9925287365913391	0					non-mobilizable	other	1624.0	95.936	100.0	0.0005722600888607441	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
CHI0054_000000007943	2174	0.6461759818068734	3	3	3	3	3	False	120930	maximal	True	CHI0054_000000007943	1.0		1	1	False	False	0.987120509147644	0					non-mobilizable	no_good_hit	1428.0	95.16799999999999	66.0	0.00041337107590982947	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0134_000000010822	3524	0.6461757806992452	6	6	5	6	5	False	58209	fragment	False	ENG0134_000000010822	1.0		0	0	False	False	0.9994324445724487	0					non-mobilizable	chromosome	2717.0	98.601	100.0	0.0010246021549867432	CP040907.1	firmicutes	Enterococcus faecium strain FB-1 chromosome, complete genome	False	False
MON0002_000000017192	1588	0.6461708674017025	3	3	3	3	2	False	80850	fragment	False	MON0002_000000017192	0.9677259053691503		0	0	False	False	0.9785894155502319	0					non-mobilizable	no_good_hit	363.0	76.86	49.0	9.894618159201912e-05	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
AST0047_000000014184	1604	0.6461708150994036	3	3	3	3	2	False	115235	fragment	False	AST0047_000000014184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	407.0	74.20100000000001	25.0	0.00012127629091280113	LS483461.1	firmicutes	Clostridium perfringens strain NCTC2837 genome assembly, chromosome: 1	True	False
ENG0114_000000006441	2497	0.6461667543790914	4	4	1	3	2	True	59582	maximal	True	ENG0114_000000006441	1.0		1	1	False	False	0.988786518573761	0					non-mobilizable	no_good_hit	411.0	74.453	16.0	0.0006239109482808142	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
ISR0063_000000005949	3414	0.646166599430622	4	3	1	1	2	True	106462	fragment	False	ISR0063_000000005949	0.9929487314717048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1266.0	84.992	49.0	0.2048740861088546	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0832_000000003982	3328	0.646166599430622	4	3	1	1	2	True	106462	fragment	False	ISR0063_000000005949	0.9794248818655675		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1266.0	84.992	48.0	0.2048740861088546	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0175_000000008065	2817	0.646166599430622	4	3	1	1	2	True	29863	fragment	False	ISR0175_000000008065	1.0		0	0	False	False	0.9989350438117981	0					non-mobilizable	no_good_hit	1150.0	85.652	49.0	0.18619008935824533	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
FIJ0011_000000025437	1764	0.6461623685513166	2	1	1	1	1	False	50950	maximal	True	FIJ0011_000000025437	1.0		1	1	False	False	0.9773242473602295	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000030600	1298	0.646149126103833	2	1	1	1	1	False	4159	fragment	False	SPA0120_000000030600	1.0		0	0	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.303219956792415e-07	CP050586.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 06a	True	False
SPA0021_000000016894	1943	0.6461486883306845	2	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.13494846972364585		0	0	False	False	0.9943386316299438	0					non-mobilizable	other	1954.0	97.697	100.0	0.004924108718672785	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
DEN0006_000000001133	4139	0.6461480593479468	3	3	3	3	2	False	76375	maximal	True	DEN0006_000000001133	1.0		2	2	False	False	0.9937182664871216	0					non-mobilizable	no_good_hit	3358.0	84.12700000000001	86.0	0.0009728133516143371	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
SPA0013_000000001160	15155	0.6461412356916854	20	7	1	7	0	False	33601	maximal	True	SPA0013_000000001160	0.9999669749009247		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.4312581044990167e-05	NZ_CP019728.1	firmicutes	Jeotgalibaca dankookensis strain EX-07 chromosome, complete genome	True	False
SPA0012_000000001252	15140	0.6461412356916854	20	7	1	7	0	False	33601	maximal	False	SPA0013_000000001160	0.9994721214120752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.4312581044990167e-05	NZ_CP019728.1	firmicutes	Jeotgalibaca dankookensis strain EX-07 chromosome, complete genome	True	False
FIJ0171_000000010214	2018	0.6461405971948989	3	3	3	3	1	False	108777	fragment	False	FIJ0121_000000012940	0.7695747594836231		0	0	False	False	1.0	0					non-mobilizable	other	2018.0	98.21600000000001	100.0	0.012322975598431065	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0364_000000007671	2183	0.6461359988794478	3	2	2	1	2	False	23680	maximal	True	ISR0364_000000007671	1.0		1	1	False	False	0.9963353276252747	0					non-mobilizable	no_good_hit								True	False
AUS0020_000000019647	1310	0.6461359988794478	2	2	2	1	2	False	99491	maximal	True	AUS0020_000000019647	1.0		8	4	False	False	0.9984732866287231	0					non-mobilizable	no_good_hit	142.0	98.59200000000001	11.0	0.19475138121546962	JN582849.1	bacteria	Uncultured bacterium clone 8A3B175_15WL beta-glucuronidase (gus) gene, partial cds	True	False
SPA0126_000000039225	1173	0.6461359988794478	2	2	2	1	2	False	3939	fragment	False	SPA0126_000000039225	1.0		0	0	False	False	0.9948849081993103	0					non-mobilizable	no_good_hit								True	False
TAN0008_000000006498	2668	0.6461352965269752	5	1	1	1	1	False	2766	maximal	True	TAN0008_000000006498	1.0		0	0	False	False	0.9992503523826599	0					non-mobilizable	no_good_hit	447.0	84.787	17.0	0.009126813596087338	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
AUS0008_000000017983	1379	0.6461293169104934	2	1	1	1	1	False	101696	fragment	False	AUS0008_000000017983	0.9699842022116903		0	0	False	False	0.997824490070343	0					non-mobilizable	no_good_hit	743.0	89.23299999999999	54.0	0.012741372491703493	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CHI0054_000000005739	2945	0.6461238743234383	4	2	1	2	0	False	86354	maximal	True	CHI0054_000000005739	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000014409	1359	0.646113141393311	2	1	1	1	1	False	15469	maximal	True	MAD0096_000000014409	1.0		48	9	False	False	0.967623233795166	0					non-mobilizable	no_good_hit	1147.0	93.984	84.0	0.00040818783479149473	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
AST0097_000000010168	2182	0.6461062869089773	3	3	3	3	3	False	109000	maximal	True	AST0097_000000010168	1.0		40	8	False	False	0.9926672577857971	0					non-mobilizable	other	830.0	84.458	96.0	0.007542769690454935	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
SPA0117_000000017305	2188	0.6460981641167702	2	2	2	2	2	False	4306	maximal	True	SPA0117_000000017305	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	2188.0	99.634	100.0	0.0006477169237148209	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MON0090_000000002865	14498	0.6460837712956111	21	4	2	4	1	True	16245	maximal	True	MON0090_000000002865	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	95.652	1.0	0.02653301886792453	XM_001622437.2	sea anemones	PREDICTED: Nematostella vectensis uncharacterized LOC5501168 (LOC5501168), mRNA	True	True
FIJ0154_000000005502	5762	0.6460755227120075	8	6	3	4	4	True	128071	backbone	False	ENG0060_000000004144	0.9962816149429279	PS1028	0	0	True	True	1.0	4		MOBV			mobilizable	no_good_hit	2394.0	86.96700000000001	83.0	0.3916899326654623	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0007_000000003390	7407	0.6460693887046026	11	5	5	4	4	True	92996	fragment	False	ENG0007_000000003390	0.9652113541341939		0	0	False	False	0.9998649954795837	0					non-mobilizable	no_good_hit								True	True
FIJ0038_000000019266	1822	0.6460693601121796	3	3	3	2	1	False	47640	fragment	False	FIJ0038_000000019266	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1822.0	99.945	100.0	0.005802190239192983	MH733011.1	enterobacteria	Klebsiella pneumoniae strain KP16103 plasmid pKP16103-MCR-1, complete sequence	False	True
ENG0199_000000010587	2374	0.6460688751165653	3	1	1	1	1	False	54281	fragment	False	ENG0199_000000010587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	97.764	40.0	0.00025362188545970587	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0169_000000001044	12078	0.6460624445629908	11	8	4	5	8	True	105600	fragment	False	CHI0146_000000000462	0.9710460672221884		0	0	False	False	1.0	0					non-mobilizable	other	5710.0	97.198	90.0	0.001104356241849756	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0778_000000003949	3212	0.6460582053717001	4	3	3	3	3	False	99545	maximal	True	ISR0778_000000003949	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	76.63	25.0	0.0248948540326571	NZ_JH604959.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld454, whole genome shotgun sequence	True	False
ISR0067_000000007441	3681	0.6460564296674384	4	4	1	3	1	True	43251	fragment	False	ISR0067_000000007441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2768.0	85.116	75.0	0.0007997831686081483	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0171_000000020170	1473	0.6460564017246491	2	2	2	2	1	False	29968	maximal	True	ISR0171_000000020170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	93.488	15.0	5.914990752620091e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0056_000000002807	4163	0.6460536914642846	8	5	0	3	3	False	98196	maximal	False	BAN0018_000000000527	0.9991338918533273		0	0	True	True	1.0	33	ColRNAI_rep_cluster_1987,rep_cluster_2358				non-mobilizable	no_good_hit	1839.0	95.976	82.0	0.5006813845734532	CP057264.1	enterobacteria	Escherichia coli strain RHB31-C14 plasmid pRHB31-C14_3, complete sequence	True	True
DEN0079_000000017392	3035	0.6460510202184916	5	4	3	4	2	True	69611	fragment	False	DEN0079_000000017392	1.0		0	0	False	False	0.9996705055236816	0					non-mobilizable	no_good_hit								True	True
AST0047_000000016609	1392	0.6460456597227477	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.016060267514600813		0	0	False	False	0.9985632300376892	0					non-mobilizable	chromosome	1119.0	83.199	92.0	0.00039204103762782353	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0005_000000016614	2167	0.6460453253705857	4	3	3	2	2	False	76505	maximal	True	DEN0005_000000016614	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	86.154	24.0	0.1307867442448773	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	False
MON0007_000000024091	2522	0.6460453034779038	4	4	4	4	2	False	91600	fragment	False	CHI0117_000000004307	0.5767213762811975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	78.04899999999999	6.0	0.0018330561118843139	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
CHI0132_000000013543	2288	0.6460453034779038	4	4	4	4	2	False	91600	fragment	False	CHI0117_000000004307	0.44074140328875827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	6.0	0.0016180680493793635	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
ISR0083_000000004265	5210	0.646036229801995	6	4	2	2	4	False	126714	fragment	False	ISR0083_000000004265	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	3740.0	99.973	83.0	0.5735542261082989	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0030_000000005506	3862	0.6460252377106878	3	3	3	3	1	False	115336	maximal	True	ENG0030_000000005506	1.0		21	8	False	False	0.9994821548461914	0					non-mobilizable	no_good_hit	2045.0	97.115	53.0	0.007754202405927185	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0055_000000013746	1234	0.6460244039167529	2	1	1	1	1	False	102260	fragment	False	CHI0170_000000004962	0.04147311415793923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	4.0	9.364513242401733e-06	CP010415.1	g-proteobacteria	Azotobacter chroococcum NCIMB 8003, complete genome	True	False
ISR0077_000000007665	3831	0.6460242640891118	4	4	4	4	4	False	110511	fragment	False	ISR0077_000000007665	0.9625438971936767		0	0	False	False	1.0	0					non-mobilizable	other	3454.0	84.916	99.0	0.003264604322949657	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	False	False
MAD0045_000000015407	2540	0.6460202537382064	4	3	3	3	3	False	62167	maximal	True	MAD0045_000000015407	0.9849277912410419		69	9	False	False	1.0	0					non-mobilizable	chromosome	2548.0	85.04700000000001	100.0	0.0007092176746896333	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0037_000000011346	2000	0.6460200661184519	3	3	3	3	2	False	36700	maximal	True	ISR0037_000000011346	1.0		11	4	False	False	0.9975000023841858	0					non-mobilizable	no_good_hit	415.0	74.458	20.0	0.00012767117971646254	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
FIJ0097_000000005205	5455	0.6460197853900317	8	7	7	6	6	False	103967	fragment	False	FIJ0097_000000005205	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5455.0	98.478	100.0	0.002676682386163702	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0049_000000003862	6738	0.6460178887248484	9	4	4	4	2	True	36010	maximal	True	ISR0049_000000003862	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0133_000000003185	5414	0.6460114616145687	9	3	2	3	2	False	31547	fragment	False	ISR0133_000000003185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	95.238	2.0	3.1866837037658826e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MAD0046_000000003501	6463	0.6460082756966231	13	7	3	5	6	False	27163	fragment	False	MAD0046_000000003501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.004691689008042895	XM_006970137.2	rodents	PREDICTED: Peromyscus maniculatus bairdii G protein subunit alpha q (Gnaq), mRNA	True	False
ENG0167_000000011955	2082	0.6460023304201477	4	2	2	2	2	True	56057	fragment	False	ENG0167_000000011955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1813.0	81.247	87.0	0.00381756207017634	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
MON0085_000000017113	1714	0.6460001256328584	3	3	2	1	2	False	78844	fragment	False	ISR0039_000000018276	0.49263038548752835		0	0	False	False	0.9877479672431946	0					non-mobilizable	other	1714.0	99.94200000000001	100.0	0.005297566768515197	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0005_000000019296	1817	0.6459987320840962	3	3	3	2	2	False	51894	fragment	False	FIJ0005_000000019296	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1817.0	99.89	100.0	0.00035028661392049804	CP052278.1	enterobacteria	Klebsiella pneumoniae strain E16KP0235 chromosome, complete genome	False	False
DEN0052_000000008105	4522	0.645995865176241	3	2	2	1	1	True	78837	maximal	True	DEN0052_000000008105	1.0		4	2	False	False	0.9988942742347717	0					non-mobilizable	no_good_hit	1387.0	77.722	30.0	0.030687689292713344	NZ_BFBT01000005.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ENG0060_000000012219	2412	0.6459913539647812	3	3	3	3	2	False	126235	fragment	False	DEN0073_000000020991	0.9630831643002028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	77.564	6.0	5.020544857091667e-05	CP061497.1	g-proteobacteria	Thermomonas sp. XSG chromosome, complete genome	True	False
ISR0023_000000025538	1294	0.6459911475308245	3	1	1	1	1	False	37496	maximal	True	ISR0023_000000025538	1.0		7	4	False	False	0.9899536371231079	0					non-mobilizable	no_good_hit	496.0	82.46	38.0	0.7329376854599406	NZ_BBAB01000064.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0118_000000004656	3144	0.6459897764024047	4	4	4	4	2	False	73259	fragment	False	ISR0118_000000004656	1.0		0	0	False	False	0.9907760620117188	0					non-mobilizable	no_good_hit	951.0	90.95700000000001	48.0	0.00032144977245365737	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0126_000000033464	1235	0.6459893370634316	2	1	1	1	1	False	41091	maximal	True	FIJ0126_000000033464	1.0		0	0	False	False	0.9587044715881348	0					non-mobilizable	no_good_hit	84.0	90.476	7.0	0.000391932078170853	NZ_PXNQ02000009.1	a-proteobacteria	Methylarcula marina strain VKM B-2159 contig00009, whole genome shotgun sequence	True	False
SPA0142_000000004656	6097	0.6459812050564314	5	2	2	2	1	True	49790	fragment	False	SPA0142_000000004656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000008574	4424	0.6459803960174201	4	4	4	4	3	True	37384	maximal	True	ISR0025_000000008574	1.0		3	2	False	False	0.9981916546821594	0					non-mobilizable	no_good_hit	1740.0	99.54	41.0	0.0017668922216077295	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
USA0044_01_000000010402	2804	0.6459778970252734	4	4	4	4	3	False	121963	fragment	False	USA0044_01_000000010402	0.9908239700374533		0	0	False	False	0.9864479303359985	0					non-mobilizable	no_good_hit	1176.0	76.02	42.0	0.00039790321115774067	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0027_000000015758	1456	0.6459676212202445	5	3	1	2	2	False	119874	fragment	False	USA0020_01_000000024131	0.8752875493956458		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	99.588	100.0	0.023609015236333544	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
USA0057_01_000000023209	1397	0.6459676212202445	5	3	1	2	2	False	119874	fragment	False	USA0020_01_000000024131	0.8945813652406683		0	0	False	False	0.9971367120742798	0					non-mobilizable	other	1398.0	97.353	100.0	0.010750619488095055	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0003_000000023412	1362	0.6459676212202445	4	3	1	2	2	False	129310	fragment	False	AST0003_000000023412	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	93.272	93.0	0.0005509416741005533	NZ_LS483462.1	firmicutes	Streptococcus pasteurianus strain NCTC13784 chromosome 1	False	False
ISR0131_000000005683	4486	0.6459660869091226	4	4	3	4	4	False	104521	fragment	False	ISR0131_000000005683	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4486.0	96.61200000000001	100.0	0.0018466216789431592	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0016_01_000000004122	4531	0.6459644086646364	6	4	3	4	2	False	1923	maximal	True	USA0016_01_000000004122	1.0		15	6	False	False	0.9997792840003967	0					non-mobilizable	no_good_hit	413.0	79.903	13.0	0.027329025309639203	NZ_FORW01000010.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	False
ENG0010_000000009119	2318	0.6459593198499577	2	2	2	2	0	False	85945	maximal	True	ENG0010_000000009119	1.0		26	8	False	False	1.0	0					non-mobilizable	other	2318.0	99.698	100.0	0.008362507669541993	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MON0051_000000013974	2468	0.6459578847635588	3	3	3	3	3	False	33943	maximal	True	MON0051_000000013974	1.0		103	7	False	False	0.9991896152496338	0					non-mobilizable	other	2468.0	99.554	100.0	0.002106991076675002	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
FIJ0034_000000011748	2366	0.6459567480739868	4	2	1	2	1	False	48410	fragment	False	FIJ0034_000000011748	1.0		0	0	False	False	0.9792899489402771	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000020441	1783	0.6459567480739868	4	2	1	2	1	False	48409	fragment	False	FIJ0032_000000020441	1.0		0	0	False	False	0.9921480417251587	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.17326732673267325	NZ_ATDK01000210.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig210, whole genome shotgun sequence	True	False
ISR0347_000000009582	2332	0.6459545581503311	4	2	1	1	2	False	24172	maximal	True	ISR0347_000000009582	1.0		40	7	False	False	0.9965694546699524	0					non-mobilizable	no_good_hit	527.0	98.48200000000001	23.0	0.0012848101729608524	NZ_NFIG01000001.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_1, whole genome shotgun sequence	True	False
FIJ0107_000000003750	7281	0.6459439978871208	8	8	7	8	3	True	50040	fragment	False	FIJ0018_000000003433	0.9774481106971793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.0001089573867660358	LN590889.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000678	True	True
CHI0090_000000004381	2880	0.6459405670850366	3	3	3	3	2	False	88061	fragment	False	ENG0154_000000008139	0.37503201024327787		0	0	False	False	0.996180534362793	0					non-mobilizable	other	2895.0	95.095	100.0	0.0008651845722104748	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0142_000000003728	7365	0.6459372483664252	10	7	5	6	4	False	70445	maximal	True	FIJ0142_000000003728	1.0		1	1	False	False	0.9990495443344116	0					non-mobilizable	no_good_hit	168.0	76.786	2.0	5.232669873077628e-05	CP006905.1	firmicutes	Clostridium baratii str. Sullivan, complete genome	True	False
MON0012_000000023429	2185	0.6459362066937615	3	3	3	3	3	False	13603	maximal	True	MON0012_000000023429	1.0		34	4	False	False	0.977574348449707	0					non-mobilizable	other	1435.0	98.46700000000001	99.0	0.0029985132894359908	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0081_01_000000020199	1507	0.6459332359251359	3	2	2	2	2	False	557	fragment	False	USA0081_01_000000020199	1.0		0	0	False	False	0.9933642745018005	0					non-mobilizable	other	1498.0	98.999	99.0	0.0004941141988022434	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
SPA0097_000000011862	2773	0.6459290749533647	4	4	4	4	3	False	5121	maximal	True	SPA0097_000000011862	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	74.613	39.0	0.0003255273594192429	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0358_000000003671	4613	0.6459281407147864	7	5	3	3	5	False	120183	maximal	True	ISR0358_000000003671	1.0		2	1	False	False	0.9995664358139038	0					non-mobilizable	no_good_hit	154.0	79.221	3.0	0.017797017797017797	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0230_000000008976	3400	0.6459269603130428	5	3	2	2	3	False	112776	maximal	True	ISR0230_000000008976	1.0	PS721	3	2	True	True	1.0	1					non-mobilizable	no_good_hit	2298.0	74.456	67.0	0.2769043266301036	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0100_000000016647	2194	0.6459111809423951	3	3	2	3	2	False	66062	fragment	False	MAD0100_000000016647	1.0		0	0	False	False	0.9917957782745361	0					non-mobilizable	no_good_hit	1573.0	89.70100000000001	72.0	0.0003849293066295369	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0087_000000020417	1519	0.6459055087126421	2	2	2	2	1	False	15968	fragment	False	MAD0087_000000020417	1.0		0	0	False	False	0.9907833933830261	0					non-mobilizable	other	1519.0	93.022	100.0	0.005996515858374778	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	False	False
ENG0027_000000008584	2571	0.6458959536684254	2	2	2	2	2	False	110011	maximal	True	ENG0027_000000008584	1.0		46	6	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	71.507	42.0	0.0037641990640369894	NZ_NHOC01000004.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c4, whole genome shotgun sequence	True	False
FIJ0017_000000014967	1929	0.6458958315175202	2	2	2	2	1	False	75630	fragment	False	ISR0213_000000010997	0.820246638310644		0	0	False	False	0.9994816184043884	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005878638768534041	NZ_MZMV01000054.1	high GC Gram+	Micromonospora wenchangensis strain CCTCC AA 2012002 contig054, whole genome shotgun sequence	True	False
ENG0062_000000005988	4120	0.6458954824568014	5	4	4	4	2	False	127947	maximal	True	ENG0062_000000005988	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2924.0	96.512	100.0	0.0006489593060675469	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0032_000000007096	3642	0.6458892767172839	5	5	1	2	4	False	7247	maximal	True	SPA0032_000000007096	1.0		1	1	False	False	1.0	0	IncC				non-mobilizable	no_good_hit	3049.0	100.0	84.0	0.020380734589075446	NZ_CP047421.1	g-proteobacteria	Shewanella algae strain 18064-CSB-B-B plasmid p18064-65-CSB-B-B, complete sequence	True	True
ENG0105_000000020887	1104	0.6458878473094831	2	1	1	1	1	False	60109	maximal	True	ENG0105_000000020887	1.0		1	1	False	False	0.9519927501678467	0					non-mobilizable	no_good_hit	806.0	99.007	73.0	0.0003183855597712528	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0151_000000013379	1279	0.6458849253445227	1	1	1	1	1	False	51042	fragment	False	FIJ0151_000000013379	0.9763562256606616		0	0	False	False	1.0	0					non-mobilizable	plasmid	1279.0	100.0	100.0	0.007841501052282809	CP052525.1	enterobacteria	Klebsiella pneumoniae strain B16KP0177 plasmid pB16KP0177-1, complete sequence	False	True
USA0084_01_000000018623	1742	0.6458815512958596	2	2	2	2	1	True	470	fragment	False	USA0084_01_000000018623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0099_000000019769	1594	0.6458766632765275	2	2	2	2	2	False	15215	maximal	True	MAD0099_000000019769	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	73.556	20.0	7.162802817925727e-05	NZ_LT732529.1	firmicutes	Bacillus sinesaloumensis strain Marseille-P3516T, whole genome shotgun sequence	True	False
CAN0016_000000016744	2890	0.6458748242185215	4	3	2	3	1	True	92951	maximal	True	CAN0016_000000016744	1.0		20	5	False	False	0.9927335381507874	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8460692740913748e-05	NZ_FRBW01000002.1	a-proteobacteria	Labrenzia suaedae strain DSM 22153, whole genome shotgun sequence	True	True
FIJ0009_000000017809	2215	0.6458708687948168	3	2	2	2	1	False	51264	maximal	True	FIJ0009_000000017809	1.0		30	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0161_000000003747	4209	0.6458677994235881	4	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.40965520597134475		0	0	False	False	1.0	0					non-mobilizable	other	3945.0	99.087	95.0	0.11890013597220124	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0087_000000006428	4158	0.6458677994235881	6	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.4091972643670292		0	0	False	False	0.9995189905166626	0					non-mobilizable	other	3941.0	99.11200000000001	96.0	0.11883970388276174	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0002_000000008025	3986	0.6458677994235881	5	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.38686724836786646		0	0	False	False	1.0	0					non-mobilizable	chromosome	3986.0	99.975	100.0	0.0011227910811224305	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0140_000000006921	3959	0.6458677994235881	5	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.3770460544908244		0	0	False	False	0.9997473955154419	0					non-mobilizable	chromosome	3959.0	100.0	100.0	0.0011151837136970087	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0099_000000007365	3922	0.6458677994235881	5	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.36944248375043093		0	0	False	False	0.9994900822639465	0					non-mobilizable	chromosome	3903.0	99.488	99.0	0.0010963061723079993	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0148_000000007392	3917	0.6458677994235881	5	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.3986983518952926		0	0	False	False	0.9969364404678345	0					non-mobilizable	other	3923.0	99.08200000000001	100.0	0.11823538298836682	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0108_000000004182	3913	0.6458677994235881	5	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.38666050633970367		0	0	False	False	1.0	0					non-mobilizable	chromosome	3912.0	100.0	99.0	0.0011019412592897931	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0070_000000004577	3885	0.6458677994235881	4	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.34080646590443037		0	0	False	False	0.9997426271438599	0					non-mobilizable	chromosome	3819.0	98.63799999999999	98.0	0.0010737658243808238	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0078_000000006533	3851	0.6458677994235881	5	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.39736577652422306		0	0	False	False	0.999480664730072	0					non-mobilizable	other	3857.0	99.09299999999999	100.0	0.11630155612630307	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0006_000000008853	3818	0.6458677994235881	5	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.3682213947539911		0	0	False	False	1.0	0					non-mobilizable	chromosome	3812.0	99.97399999999999	99.0	0.0010737658243808238	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0062_000000008611	3792	0.6458677994235881	4	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.3600738009704545		0	0	False	False	0.9984177350997925	0					non-mobilizable	chromosome	3632.0	99.97200000000001	98.0	0.0010230500415446787	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0054_000000003475	3763	0.6458677994235881	4	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.300519788536509		0	0	False	False	0.9875099658966064	0					non-mobilizable	chromosome	3522.0	99.943	99.0	0.0009920570631448125	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0188_000000007081	3749	0.6458677994235881	4	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.2688877073216317		0	0	False	False	1.0	0					non-mobilizable	chromosome	3612.0	98.837	96.0	0.0010148791654210777	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0059_000000005068	3677	0.6458677994235881	4	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.3221531945788312		0	0	False	False	0.9991841316223145	0					non-mobilizable	chromosome	3675.0	99.40100000000001	99.0	0.0010331931981119077	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0031_000000008496	3424	0.6458677994235881	4	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.25859076333659153		0	0	False	False	0.9994158744812012	0					non-mobilizable	chromosome	3424.0	100.0	100.0	0.0009644451369340225	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CHI0064_000000005199	3417	0.6458677994235881	4	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.258700171819474		0	0	False	False	0.9909276962280273	0					non-mobilizable	chromosome	3416.0	100.0	99.0	0.0009621911021413049	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0058_000000007844	3112	0.6458677994235881	4	3	2	2	2	False	132417	fragment	False	FIJ0075_000000003112	0.07029398198713456		0	0	False	False	0.9926092624664307	0					non-mobilizable	chromosome	3112.0	100.0	100.0	0.0008765377800180379	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
DEN0061_000000028659	1519	0.6458646190007826	4	3	2	3	1	True	71829	fragment	False	DEN0061_000000028659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0021_000000014774	2372	0.6458620138005468	3	3	3	3	2	False	74802	maximal	True	DEN0021_000000014774	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	79.245	9.0	8.170789231136628e-05	CP054018.1	high GC Gram+	Rothia dentocariosa strain FDAARGOS_752 chromosome, complete genome	True	False
ENG0081_000000021253	1159	0.6458619226228106	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.866011665090755		0	0	False	False	0.9922347068786621	0					non-mobilizable	no_good_hit	230.0	90.0	20.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0349_000000010297	1142	0.6458619226228106	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.9079969608561321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	90.0	26.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0015_000000022400	1142	0.6458619226228106	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.8651957596780243		0	0	False	False	0.9816111922264099	0					non-mobilizable	no_good_hit	230.0	90.0	20.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0815_000000027168	1131	0.6458619226228106	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.8513680724767078		0	0	False	False	0.9991158246994019	0					non-mobilizable	no_good_hit	100.0	79.0	9.0	2.8253922033590454e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
SPA0062_000000027664	1129	0.6458619226228106	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.861682466665159		0	0	False	False	0.992914080619812	0					non-mobilizable	no_good_hit	230.0	90.0	20.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0280_000000014123	1115	0.6458619226228106	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.8540618752761515		0	0	False	False	0.9991031289100647	0					non-mobilizable	no_good_hit	230.0	90.0	21.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0095_000000006292	4308	0.6458575535186563	5	4	4	4	4	False	60991	maximal	True	ENG0095_000000006292	1.0		37	11	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	76.592	12.0	0.0025348967592614775	NZ_SLUK01000004.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_104, whole genome shotgun sequence	True	False
ISR0320_000000014696	1739	0.6458524805975873	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.1376477286576758		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	98.965	100.0	0.0036341813786888093	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0010_000000020127	1499	0.6458524162481876	2	2	2	2	1	False	125996	fragment	False	AST0010_000000020127	0.9799446749654219		0	0	False	False	0.9913275241851807	0					non-mobilizable	no_good_hit								True	False
MON0095_000000028519	1137	0.6458425471434069	2	1	1	1	1	False	9292	fragment	False	MON0095_000000028519	1.0		0	0	False	False	0.9542655944824219	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.00030708151917614414	EF079106.1	b-proteobacteria	Comamonas sp. CNB-1 plasmid pCNB, complete sequence	True	False
ENG0022_000000002259	10352	0.6458422997165648	16	7	4	5	6	True	94319	fragment	False	ENG0022_000000002259	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4233.0	99.43299999999999	90.0	0.0009871002722166384	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
FIJ0071_000000025545	1441	0.6458402815418621	2	1	1	1	1	False	46228	fragment	False	FIJ0071_000000025545	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	98.682	100.0	0.0006967791384325954	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0125_000000014476	1299	0.6458402815418621	2	1	1	1	1	False	46228	fragment	False	FIJ0071_000000025545	0.9671524404348831		0	0	False	False	0.9976905584335327	0					non-mobilizable	other	1300.0	98.538	100.0	0.0006280689733927144	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0055_000000011896	1207	0.6458402815418621	2	1	1	1	1	False	46228	fragment	False	FIJ0071_000000025545	0.6430587631511419		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	98.758	100.0	0.0005840364028389879	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MAD0025_000000003102	3380	0.6458387199650344	4	2	2	2	2	False	19146	maximal	True	MAD0025_000000003102	1.0		1	1	False	False	0.997337281703949	0					non-mobilizable	chromosome	1798.0	95.60600000000001	96.0	0.0007351763009321658	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
AUS0006_000000006348	3547	0.6458265658752347	5	5	3	4	2	False	112859	fragment	False	AUS0006_000000006348	0.9778212311933021		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2656.0	73.645	74.0	0.3170018281535649	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0044_000000009526	2552	0.6458238481893261	3	2	1	2	2	False	39280	fragment	False	MAD0044_000000009526	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2552.0	99.06	100.0	0.004235325369615566	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0387_000000013488	1801	0.6458238481893261	2	2	1	2	2	False	39278	fragment	False	FIJ0161_000000009248	0.9715928280648564		0	0	False	False	1.0	0					non-mobilizable	other	1764.0	99.036	99.0	0.0029270398379585435	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0142_000000000298	33384	0.6458233374098677	33	14	8	12	9	True	101841	fragment	False	ENG0142_000000000298	1.0		0	0	False	False	0.9988317489624023	0					non-mobilizable	no_good_hit	4836.0	98.22200000000001	14.0	0.17195616594321497	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ENG0202_000000017400	1204	0.6458214325025351	3	3	2	3	2	False	76421	maximal	True	ENG0202_000000017400	1.0		91	9	True	True	1.0	6					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.385782995621439e-05	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	True
FIJ0129_000000017226	1302	0.6458161128893637	2	2	2	1	2	False	40921	fragment	False	FIJ0129_000000017226	1.0		0	0	False	False	0.9992319345474243	0					non-mobilizable	chromosome	1302.0	99.38600000000001	100.0	0.00027613937206203944	NZ_CP027986.1	enterobacteria	Enterobacter sichuanensis strain SGAir0282 chromosome, complete genome	False	False
ENG0079_000000015692	2124	0.6458161003527308	3	2	2	1	1	False	124867	fragment	False	ISR0281_000000007328	0.9458689458689459		0	0	False	False	0.9995291829109192	0					non-mobilizable	no_good_hit	981.0	70.846	45.0	0.00039500389871311673	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
ISR0206_000000005760	4411	0.6458121371967716	6	5	4	5	4	False	28641	maximal	True	ISR0206_000000005760	1.0		70	9	False	False	0.9927453994750977	0					non-mobilizable	no_good_hit	294.0	71.76899999999999	7.0	7.691302520751214e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MAD0014_000000015650	2075	0.6458074397816084	2	2	2	2	2	False	19507	maximal	False	MAD0070_000000008600	0.9579964061096137		0	0	False	False	1.0	0					non-mobilizable	other	1966.0	78.84	97.0	0.0022806732923752624	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0005_000000029818	1821	0.6458045005349129	3	3	3	3	3	False	117345	maximal	True	MON0005_000000029818	1.0	PS787	8	1	False	True	1.0	0					non-mobilizable	chromosome	1240.0	98.95200000000001	97.0	0.0005102507270763993	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MAD0008_000000002827	3690	0.6458025238472652	7	7	5	7	7	False	97793	fragment	False	MAD0008_000000002827	0.9906411217158836		0	0	False	False	0.995121955871582	0					non-mobilizable	other	3690.0	99.946	100.0	0.02720160451860755	NZ_NQCD01000011.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_9_length_135617_cov_79.9926_ID_17.ctg_1, whole genome shotgun sequence	False	False
ISR0133_000000014565	1538	0.6457999368985611	3	3	3	2	2	False	61816	maximal	False	ENG0079_000000018101	0.4809322033898305		0	0	False	False	0.9895969033241272	0					non-mobilizable	other	1538.0	99.545	100.0	0.003381470334582959	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0131_000000000552	23523	0.6457985199410146	23	7	6	7	5	True	40854	fragment	False	FIJ0131_000000000552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	91.28	2.0	0.00014546756330204879	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0042_000000013284	1823	0.6457969257276461	4	4	4	3	2	False	73090	fragment	False	FIJ0099_000000011487	0.6360808709175738		0	0	False	False	0.989029049873352	0					non-mobilizable	chromosome	1804.0	99.889	99.0	0.00035395373983634497	LR133964.1	enterobacteria	Klebsiella pneumoniae strain NCTC11359 genome assembly, chromosome: 1	False	False
CHI0090_000000001168	9478	0.6457961801819143	15	9	2	6	6	True	93169	fragment	False	CHI0090_000000001168	0.9827028697397329		0	0	False	False	1.0	0					non-mobilizable	other	8126.0	98.01899999999999	99.0	0.03150916609128077	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
ENG0078_000000000337	44321	0.6457926311925646	51	20	12	18	10	True	70217	maximal	True	ENG0078_000000000337	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	14114.0	96.068	71.0	0.003775066352207237	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MAD0035_000000010934	2044	0.6457906046574818	2	2	2	2	2	False	77798	maximal	True	MAD0035_000000010934	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	518.0	77.22	25.0	0.01053643766111543	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
USA0051_01_000000003820	5859	0.6457891305984156	8	5	3	3	5	True	132410	maximal	False	ISR0048_000000002906	0.9420884185227004	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1594.0	93.726	73.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0149_000000013750	1353	0.6457857139930637	4	2	1	2	2	True	57194	fragment	False	ENG0149_000000013750	1.0		0	0	False	False	0.8913525342941284	0					non-mobilizable	chromosome	843.0	89.205	99.0	0.00022510596059144983	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0102_000000013106	3471	0.6457840705506535	3	3	2	3	2	False	66920	fragment	False	MON0102_000000013106	1.0		0	0	False	False	0.9709017276763916	0					non-mobilizable	other	3433.0	97.029	99.0	0.08257499157398045	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
AST0002_000000008209	4195	0.6457561128316079	6	4	2	4	0	True	132248	maximal	True	AST0002_000000008209	1.0		1	1	False	False	0.9990465044975281	0					non-mobilizable	no_good_hit	151.0	80.132	3.0	0.11698717948717949	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	True
MON0090_000000026798	2219	0.645754067387609	3	3	3	3	3	False	120659	fragment	False	MON0104_000000022401	0.5147262672846411		0	0	False	False	0.9887336492538452	0					non-mobilizable	other	2219.0	88.734	99.0	0.0036741572100977065	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0089_000000000238	38728	0.6457519805088253	34	17	8	15	8	True	53395	fragment	False	FIJ0089_000000000238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.547223211484987e-06	NZ_CP019706.1	enterobacteria	Pantoea alhagi strain LTYR-11Z chromosome, complete genome	True	True
CHI0048_000000012203	1596	0.6457515300392809	2	2	2	2	1	False	93064	fragment	False	CHI0048_000000012203	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1596.0	100.0	100.0	0.00035496916775642573	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0033_000000022069	1437	0.6457515300392809	2	2	2	2	1	False	93062	fragment	False	ISR0033_000000022069	1.0		0	0	False	False	0.9986082315444946	0					non-mobilizable	other	1437.0	100.0	100.0	0.0003465627300261853	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CAN0010_000000008818	1497	0.6457499053824273	1	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.8781244647152753		0	0	False	False	0.997327983379364	0					non-mobilizable	other	1493.0	98.59299999999999	100.0	0.00040341562164806095	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0166_000000014679	1467	0.6457499053824273	1	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.8735198056299751		0	0	False	False	0.9993183612823486	0					non-mobilizable	chromosome	1467.0	97.887	100.0	0.0004249663375061781	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0062_000000010167	1429	0.6457499053824273	2	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.7009948640406978		0	0	False	False	0.9958012700080872	0					non-mobilizable	chromosome	1429.0	98.67	100.0	0.00041395083898964686	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0802_000000012995	1376	0.6457499053824273	1	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.6811829647005853		0	0	False	False	0.9774709343910217	0					non-mobilizable	chromosome	1376.0	98.256	100.0	0.0003985871173744849	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0068_000000030838	1370	0.6457499053824273	1	1	1	1	1	False	13092	maximal	True	MON0068_000000030838	1.0		179	12	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	73.142	85.0	0.00014404180048270174	CP011492.1	high GC Gram+	Streptomyces sp. CNQ-509 chromosome, complete genome	True	False
MON0027_000000030446	1361	0.6457499053824273	1	1	1	1	1	False	12628	maximal	True	MON0027_000000030446	1.0		1	1	False	False	0.9948567152023315	0					non-mobilizable	no_good_hit	976.0	76.127	70.0	0.0029075943450628562	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MON0085_000000025953	1230	0.6457499053824273	1	1	1	1	1	False	13091	fragment	False	MON0085_000000025953	0.9912432683342173		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	73.158	91.0	0.0062538141547833	NZ_PENC01000014.1	high GC Gram+	Streptomyces griseocarneus strain 132 NODE_14_length_178611_cov_155.125, whole genome shotgun sequence	False	False
MON0020_000000017971	1229	0.6457499053824273	1	1	1	1	1	False	13091	fragment	False	MON0085_000000025953	0.9906996184389705		0	0	False	False	0.9739625453948975	0					non-mobilizable	other	1140.0	73.421	91.0	0.0062538141547833	NZ_PENC01000014.1	high GC Gram+	Streptomyces griseocarneus strain 132 NODE_14_length_178611_cov_155.125, whole genome shotgun sequence	False	False
MON0060_000000035681	1206	0.6457499053824273	1	1	1	1	1	False	13091	fragment	False	MON0085_000000025953	0.9788531888573564		0	0	False	False	1.0	0					non-mobilizable	chromosome	1168.0	72.774	95.0	0.00014217597405157865	CP011492.1	high GC Gram+	Streptomyces sp. CNQ-509 chromosome, complete genome	False	False
CAN0017_000000018594	1884	0.6457459945133182	2	2	2	2	1	False	92425	fragment	False	SPA0002_000000010088	0.9578336380694606		0	0	False	False	1.0	0					non-mobilizable	other	1884.0	99.735	100.0	0.004083571162137076	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MON0094_000000021004	1781	0.6457459945133182	2	2	2	2	1	False	92425	fragment	False	SPA0002_000000010088	0.6349964614295824		0	0	False	False	0.9494665861129761	0					non-mobilizable	other	1706.0	99.883	96.0	0.0036975511584937414	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0777_000000007606	2272	0.645740846012495	8	2	0	2	0	False	22394	maximal	True	ISR0777_000000007606	1.0		1	1	False	False	0.9995598793029785	0					non-mobilizable	no_good_hit								True	False
ISR0151_000000001559	8539	0.6457398081123651	14	9	3	7	4	False	71022	maximal	False	ISR0288_000000002465	0.46736531420458793	PS304	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1358.0	77.835	16.0	0.0006065716130794145	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
DEN0094_000000004222	6531	0.6457320996314961	11	7	3	6	1	False	77714	maximal	True	DEN0094_000000004222	1.0		2	2	False	False	0.9993875622749329	0					non-mobilizable	no_good_hit								True	False
AST0061_000000007085	5341	0.6457281650460553	4	4	4	4	3	False	112162	maximal	True	AST0061_000000007085	1.0		5	2	False	False	0.9975659847259521	0					non-mobilizable	chromosome	5341.0	100.0	100.0	0.0017350613331184542	CP038153.1	firmicutes	Lactobacillus paracasei strain TCS chromosome, complete genome	False	False
AST0150_000000003966	6166	0.6457250112415669	7	6	6	6	4	True	104253	fragment	False	AST0150_000000003966	1.0		0	0	False	False	0.9978916645050049	0					non-mobilizable	no_good_hit	2369.0	99.789	63.0	0.2928880643166357	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
FIJ0036_000000031747	1368	0.6457242922586608	2	2	2	2	2	False	47898	maximal	True	FIJ0036_000000031747	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	3.0	1.3401367609564557e-05	CP040093.1	firmicutes	Caloramator sp. E03 chromosome, complete genome	True	False
TAN0002_000000009758	3515	0.6457173726360391	4	2	2	1	1	False	3060	maximal	True	TAN0002_000000009758	1.0		1	1	False	False	0.9926031231880188	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	2.0	0.0009871987829942871	NZ_VWRQ01000031.1	firmicutes	Paenibacillus tepidiphilus strain SYSU G01001 SYSU_G01001_Contig31, whole genome shotgun sequence	True	False
MON0088_000000015493	2054	0.6457088990053764	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.4436326222761043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	77.875	39.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0013_000000034358	1620	0.6457055128773964	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.628379865749658		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	99.63	100.0	0.00941071158697497	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
TAN0006_000000008080	1705	0.6457011198463665	3	3	3	3	2	False	2876	fragment	False	TAN0006_000000008080	1.0		0	0	False	False	0.9929618835449219	0					non-mobilizable	other	1705.0	98.944	100.0	0.0006622084184411054	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0027_000000014794	1744	0.6456922515435126	1	1	1	1	1	False	37232	maximal	True	ISR0027_000000014794	1.0		1	1	False	False	0.9994266033172607	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000009854	1784	0.6456838917911233	2	2	2	2	2	False	2927	fragment	False	TAN0005_000000009854	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	88.156	100.0	0.03053080601327875	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0082_000000006913	2425	0.6456828840652893	4	3	2	2	3	False	119103	fragment	False	SPA0082_000000006913	1.0		0	0	False	True	0.9995876550674438	0					non-mobilizable	no_good_hit	1489.0	87.105	61.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
SPA0054_000000014705	2020	0.6456825765285233	3	3	3	3	1	False	6434	maximal	True	SPA0054_000000014705	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	99.805	25.0	0.0001023882202053273	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ENG0147_000000000167	40476	0.6456815976397813	32	19	14	15	11	False	99578	maximal	True	ENG0147_000000000167	1.0		1	1	False	False	0.9999011754989624	0					non-mobilizable	no_good_hit	19543.0	95.139	83.0	0.08007551196290065	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
USA0113_01_000000008695	2153	0.6456728513950221	2	2	2	2	2	False	25473	fragment	False	USA0113_01_000000008695	0.9868093578894972		0	0	False	False	0.9976776838302612	0					non-mobilizable	chromosome	2044.0	99.95100000000001	99.0	0.000880510463334691	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0305_000000008916	2009	0.6456728513950221	2	2	2	2	2	False	25473	fragment	False	USA0113_01_000000008695	0.9542498838829541		0	0	False	False	1.0	0					non-mobilizable	chromosome	2007.0	99.9	99.0	0.0008645638714877093	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
MAD0075_000000001069	2704	0.6456657217544093	3	3	2	3	2	False	50279	fragment	False	MAD0111_000000005996	0.9583188001395186		0	0	False	False	0.9907544255256653	0					non-mobilizable	other	2704.0	99.186	100.0	0.0005211691464780303	CP002729.1	enterobacteria	Escherichia coli UMNK88, complete genome	False	False
ENG0179_000000015285	2175	0.6456648521102777	2	2	0	2	0	True	55391	maximal	True	ENG0179_000000015285	1.0		1	1	False	False	0.9981608986854553	0					non-mobilizable	no_good_hit								True	True
ISR0289_000000003866	2375	0.6456520770424189	5	4	3	4	2	False	122006	maximal	True	ISR0289_000000003866	1.0		4	1	False	False	0.9654737114906311	0					non-mobilizable	no_good_hit	1341.0	91.35	56.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0032_000000003920	1758	0.6456470968933246	2	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.8259267489575595		0	0	False	False	1.0	0					non-mobilizable	chromosome	1759.0	98.863	100.0	0.0005917325072864217	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0084_01_000000004866	6364	0.6456464537528821	7	7	3	3	7	True	123498	fragment	False	USA0050_01_000000002065	0.6420276683833182		0	0	False	False	1.0	0					non-mobilizable	other	6291.0	99.666	99.0	0.006746276085636622	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	True
ENG0115_000000010837	1880	0.6456461900584288	3	3	3	3	3	False	115298	maximal	True	ENG0115_000000010837	0.9819601507808293		484	11	False	False	0.9744681119918823	0					non-mobilizable	other	1880.0	100.0	100.0	0.07367471769134254	NZ_JAAITI010000045.1	firmicutes	Blautia luti strain MSK.16.34 NODE_45_length_25504_cov_255.104, whole genome shotgun sequence	False	False
ISR0023_000000002466	10287	0.6456448217860742	10	7	7	7	6	False	50812	maximal	True	ISR0023_000000002466	1.0		2	2	False	False	0.9993195533752441	0					non-mobilizable	no_good_hit	5933.0	99.96600000000001	82.0	0.014463953496877766	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0023_000000026579	1310	0.6456439559427386	2	2	2	2	2	False	49305	fragment	False	FIJ0023_000000026579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	72.848	23.0	0.0009287452900459075	NZ_ASWO01000003.1	firmicutes	Enterococcus sulfureus ATCC 49903 acyDF-supercont2.3, whole genome shotgun sequence	True	False
ISR0050_000000011238	2350	0.6456436781566961	4	3	2	2	1	False	35918	fragment	False	ISR0050_000000011238	1.0		0	0	False	False	0.9940425753593445	0					non-mobilizable	no_good_hit	172.0	99.419	7.0	0.0010071501772819904	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	True	False
SPA0012_000000007747	3186	0.6456433723855204	3	3	2	2	2	False	76681	maximal	False	ENG0041_000000007667	0.9838981914010927		0	0	False	True	1.0	0					non-mobilizable	other	3186.0	97.897	100.0	0.03390461997019374	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ISR0360_000000007883	3081	0.6456433723855204	3	3	2	2	2	False	76681	maximal	False	ENG0041_000000007667	0.9656790463395035		0	0	False	True	1.0	0					non-mobilizable	other	3081.0	97.631	100.0	0.03278688524590164	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MAD0015_000000001374	8696	0.6456433412242424	11	5	1	5	1	False	19454	maximal	True	MAD0015_000000001374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000003122	8533	0.6456433412242424	11	5	1	5	1	False	17909	maximal	True	MAD0045_000000003122	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.313809343902244e-07	LR812073.1	bony fishes	Danio rerio genome assembly, chromosome: 11	True	False
MAD0047_000000003673	8122	0.6456433412242424	11	5	1	5	1	False	17704	fragment	False	MAD0047_000000003673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0107_000000006545	4237	0.6456398842888081	6	2	1	2	1	False	66013	fragment	False	ISR0292_000000003611	0.9429469901168015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	False
SPA0158_000000008804	2148	0.6456394436919863	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.5363324098859795		0	0	False	False	1.0	0					non-mobilizable	other	2147.0	96.274	99.0	0.048834019204389574	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0054_000000016984	1492	0.6456370596250887	2	1	1	1	1	False	46311	maximal	True	FIJ0054_000000016984	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000014372	2960	0.6456302483909696	5	4	4	4	3	False	75731	maximal	True	DEN0011_000000014372	1.0		2	2	False	False	0.9993243217468262	0					non-mobilizable	no_good_hit	75.0	98.667	3.0	0.0003282746505427622	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
AST0005_000000000374	33295	0.6456229385852331	19	13	7	10	10	True	128794	maximal	True	AST0005_000000000374	1.0	PS319	1	1	False	True	0.9997897744178772	0					non-mobilizable	no_good_hit	7765.0	98.223	75.0	0.041766739544852396	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0037_000000004524	4454	0.6456226373936973	6	3	3	3	2	False	112083	maximal	True	ISR0037_000000004524	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	98.588	19.0	0.9976498237367802	GQ878134.1		Uncultured organism clone VC1BV59TF genomic sequence	True	False
USA0010_01_000000009718	2793	0.6456161815370595	2	2	1	2	1	False	106224	fragment	False	ISR0208_000000009348	0.9459365190094176		0	0	False	False	1.0	0					non-mobilizable	chromosome	2791.0	93.766	99.0	0.0007426517094193792	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0059_01_000000005794	4552	0.6456135236538658	4	4	4	3	1	False	929	maximal	True	USA0059_01_000000005794	1.0		0	0	False	False	0.9975835084915161	0					non-mobilizable	no_good_hit	654.0	70.48899999999999	14.0	0.00019593419881537032	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
CHI0065_000000005674	2331	0.6456085732829693	2	2	2	2	2	False	116540	fragment	False	CHI0126_000000006159	0.9524004924086993		0	0	False	True	1.0	0					non-mobilizable	plasmid	2335.0	86.852	99.0	0.009471826650798211	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ENG0129_000000013150	2039	0.6456067532338097	4	3	2	2	3	True	58535	maximal	True	ENG0129_000000013150	1.0		4	2	False	False	0.9985287189483643	0					non-mobilizable	no_good_hit	1410.0	99.929	69.0	0.02501242632961727	CP016700.1	firmicutes	Lactococcus lactis subsp. lactis strain 275 plasmid p275B, complete sequence	True	True
BAN0020_000000000286	9151	0.6456053043972839	10	8	3	5	8	False	97746	fragment	False	BAN0020_000000000286	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8947.0	97.429	100.0	0.0014793947241596628	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	False
ENG0171_000000007811	3036	0.6456046041398878	7	3	1	3	0	False	55804	maximal	True	ENG0171_000000007811	1.0		7	3	False	False	0.9993412494659424	0					non-mobilizable	no_good_hit	86.0	100.0	3.0	0.09929906542056074	GQ879013.1		Uncultured organism clone VC1C408TF genomic sequence	True	False
ISR0843_000000013449	1181	0.6455997173509522	2	2	2	2	2	False	35466	fragment	False	ISR0843_000000013449	0.9937643125836553		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	82.37	29.0	0.00067606588784402	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ISR0825_000000020367	1187	0.6455933033257414	1	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.38998128626990475		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	97.38799999999999	100.0	0.00036896259291728707	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0052_000000003452	4450	0.6455930458236019	5	4	3	4	4	False	86521	maximal	True	CHI0052_000000003452	0.9754643430405869		4	4	False	False	0.9986516833305359	0					non-mobilizable	chromosome	4431.0	100.0	100.0	0.0008222067844494899	CP031756.1	enterobacteria	Klebsiella aerogenes strain FDAARGOS_327 chromosome, complete genome	False	False
FIJ0031_000000003539	6069	0.6455814039325969	7	7	6	6	6	False	48626	maximal	True	FIJ0031_000000003539	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	74.125	11.0	0.03238503313238005	NZ_LR214973.1	mycoplasmas	Mycoplasma bovirhinis strain NCTC10118 plasmid 2	True	False
SPA0054_000000004072	6215	0.645580457661742	8	7	6	6	5	False	71706	maximal	True	SPA0054_000000004072	1.0		6	2	False	False	0.9985519051551819	0					non-mobilizable	no_good_hit	3961.0	99.773	64.0	0.009112000036825461	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	True	False
CAN0003_000000023199	2140	0.6455800371236659	2	2	2	2	2	False	96622	fragment	False	CAN0003_000000023199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	3.0	9.167810192425417e-06	LN899822.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IV	True	False
FIJ0071_000000018081	1984	0.6455794957881043	3	3	3	2	2	False	66668	maximal	True	FIJ0071_000000018081	1.0		68	9	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	74.661	11.0	0.003729868165489266	NZ_CBQR020000078.1	firmicutes	Gorillibacterium massiliense strain G5, whole genome shotgun sequence	True	False
ENG0098_000000016900	1480	0.6455744235318244	3	2	1	2	1	False	99808	maximal	True	ENG0098_000000016900	1.0		7	5	False	False	0.9716216325759888	0					non-mobilizable	no_good_hit	193.0	100.0	13.0	5.739994397526302e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0118_000000003118	4293	0.6455708554325637	6	4	3	4	2	False	99283	fragment	False	ISR0118_000000003118	1.0		0	0	False	False	0.9969717860221863	0					non-mobilizable	no_good_hit	327.0	93.884	8.0	0.0013375401569763387	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0108_000000011424	1549	0.6455631806916795	2	2	2	2	2	True	72222	maximal	False	ISR0389_000000013640	0.9696123192325724		0	0	False	False	1.0	0					non-mobilizable	chromosome	1549.0	84.119	99.0	0.0007121570383221636	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ISR0802_000000011757	1497	0.6455575658072933	2	2	2	2	2	False	36233	maximal	False	MAD0111_000000011227	0.9765526842967781		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	99.46600000000001	100.0	0.054313099041533544	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0013_000000010857	2220	0.6455570089767694	3	3	3	1	2	False	19584	maximal	True	MAD0013_000000010857	1.0		61	11	False	False	0.9896396398544312	0					non-mobilizable	no_good_hit	1093.0	70.997	48.0	0.00034478663085837143	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
ISR0174_000000010957	2263	0.6455274477374101	4	3	2	3	3	False	29899	maximal	True	ISR0174_000000010957	1.0		8	2	False	False	0.9951391816139221	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	6.311624030920864e-06	NZ_CP019628.1	g-proteobacteria	Pseudoalteromonas aliena strain EH1 chromosome, complete genome	True	False
MON0059_000000035373	1072	0.6455269147241353	2	2	1	1	2	False	10910	fragment	False	MON0059_000000035373	1.0		0	0	False	False	0.9990671873092651	0					non-mobilizable	chromosome	1072.0	90.485	99.0	0.0003601557353791077	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0033_000000000983	22381	0.6455242316119252	26	14	6	6	13	False	73644	maximal	True	DEN0033_000000000983	1.0		1	1	False	False	0.9999552965164185	0					non-mobilizable	no_good_hit	6401.0	89.205	62.0	0.014238580377644515	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
FIJ0061_000000013353	1962	0.6455233861173367	3	2	2	2	2	False	46452	maximal	True	FIJ0061_000000013353	1.0		3	2	False	False	0.9928644299507141	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	4.230693009781808e-05	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0212_000000008540	3927	0.6455139097897205	8	4	3	3	3	False	28368	maximal	True	ISR0212_000000008540	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	84.426	3.0	0.0003069721039100572	NZ_FNCV01000003.1	a-proteobacteria	Roseospirillum parvum strain 930I, whole genome shotgun sequence	True	False
MON0007_000000005760	7451	0.645501171300621	10	5	2	5	1	False	14001	maximal	True	MON0007_000000005760	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	94.22	2.0	0.004040214225312412	NZ_JNJN01000025.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00024.24_C, whole genome shotgun sequence	True	False
ISR0805_000000004832	2425	0.6455001961278448	5	3	3	2	2	False	21795	maximal	True	ISR0805_000000004832	1.0		0	0	False	False	0.962061882019043	0					non-mobilizable	no_good_hit	1962.0	86.95200000000001	80.0	0.021055827216445663	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0371_000000009537	1991	0.6454940007427535	3	2	2	2	1	False	86750	fragment	False	ISR0371_000000009537	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1992.0	99.79899999999999	100.0	0.0003749271471923305	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0263_000000000153	36552	0.6454908202247654	30	11	6	9	6	True	124903	maximal	True	ISR0263_000000000153	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	97.98899999999999	3.0	0.9989384288747346	GQ883038.1		Uncultured organism clone VC1D785TF genomic sequence	True	True
AST0002_000000007382	4584	0.6454900766172785	6	4	3	3	4	False	132304	fragment	False	AST0002_000000007382	1.0		0	0	False	True	0.9947643876075745	0					non-mobilizable	no_good_hit	3532.0	99.54700000000001	77.0	0.0010631164818582228	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0030_000000009576	2075	0.6454810345845748	4	3	3	3	1	True	86556	maximal	True	ENG0030_000000009576	1.0		1	1	False	False	0.9845783114433289	0					non-mobilizable	no_good_hit								True	True
ENG0113_000000000311	46074	0.6454805890581592	31	15	7	15	7	True	93031	maximal	True	ENG0113_000000000311	1.0		69	10	False	False	0.9999783039093018	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0002123017906557929	NZ_MASI01000008.1	a-proteobacteria	Methyloligella halotolerans strain VKM B-2706 A7A08_contig000008, whole genome shotgun sequence	True	True
SPA0074_000000018687	1103	0.6454804984094559	2	2	1	2	0	False	5808	fragment	False	SPA0074_000000018687	1.0		0	0	False	False	0.9918404221534729	0					non-mobilizable	other	1103.0	95.014	100.0	0.0008257570251166513	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0040_000000021334	1216	0.6454804443420712	2	2	2	1	1	False	67627	fragment	False	MON0013_000000045498	0.9706225602639945		0	0	False	False	0.9958881735801697	0					non-mobilizable	no_good_hit	66.0	83.333	5.0	0.0003602569082076656	NZ_AUCE01000018.1	b-proteobacteria	Azonexus hydrophilus DSM 23864 G471DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
SPA0064_000000008212	2613	0.645480040617697	4	4	4	3	3	False	102250	fragment	False	SPA0064_000000008212	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2613.0	99.04299999999999	100.0	0.009072500112885242	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
SPA0128_000000006483	5666	0.6454784879832814	7	6	6	4	5	False	132080	maximal	True	SPA0128_000000006483	1.0	PS1137	7	3	False	True	1.0	0					non-mobilizable	no_good_hit	2199.0	92.815	39.0	0.2443554665776888	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	True
TAN0019_000000000531	8297	0.6454730761913907	8	5	4	4	3	False	49331	maximal	True	TAN0019_000000000531	1.0		4	1	False	False	0.9991562962532043	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000032040	1357	0.6454671315922629	2	1	1	1	1	True	47896	fragment	False	FIJ0036_000000032040	1.0		0	0	False	False	0.9992631077766418	0					non-mobilizable	no_good_hit	103.0	80.583	8.0	0.0007466947775288795	NZ_ACXX02000015.1	firmicutes	Ruminiclostridium papyrosolvens DSM 2782 ctg53, whole genome shotgun sequence	True	True
SPA0020_000000026869	1302	0.6454635273214384	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.14183679226146437		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	87.51	100.0	0.02096326530612245	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0257_000000014258	1263	0.6454635273214384	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.019960181702353277		0	0	False	False	0.9841647148132324	0					non-mobilizable	other	1264.0	92.801	100.0	0.020244897959183675	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
USA0024_01_000000001114	18592	0.6454584929666296	23	14	7	10	13	False	30743	fragment	False	ISR0786_000000000787	0.9548186581732252		0	0	False	True	0.9993007779121399	0					non-mobilizable	no_good_hit								True	True
USA0010_01_000000007442	3656	0.6454551076158598	5	2	2	2	2	False	100862	fragment	False	USA0010_01_000000007442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	82.331	7.0	0.10193798449612403	LN853941.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK1380	True	False
ISR0286_000000001294	7771	0.6454550461645804	7	6	6	6	5	False	26053	maximal	True	ISR0286_000000001294	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3146.0	86.87200000000001	70.0	0.0027408267274616023	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
SPA0086_000000002036	7413	0.645454608361162	10	6	5	4	5	False	32843	maximal	True	SPA0086_000000002036	1.0		2	1	False	False	0.9990556836128235	0					non-mobilizable	no_good_hit	3575.0	99.273	56.0	0.0020641241477691117	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0082_000000019926	1632	0.645447883324945	3	3	3	2	1	False	34159	maximal	True	ISR0082_000000019926	1.0		1	1	False	False	0.9650735259056091	0					non-mobilizable	no_good_hit	62.0	82.258	4.0	3.306062831453123e-05	CP032346.1	a-proteobacteria	Azospirillum brasilense strain MTCC4039 plasmid p1, complete sequence	True	False
ISR0060_000000021974	1242	0.6454454595051666	1	1	1	1	1	False	92027	fragment	False	CHI0130_000000012425	0.9293215514562011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0151_000000004765	3426	0.6454442013535912	5	5	5	4	4	False	130938	maximal	True	AST0151_000000004765	1.0	PS1128	19	5	False	True	1.0	0					non-mobilizable	no_good_hit	1226.0	84.50200000000001	61.0	0.0003460409957805141	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
SPA0103_000000012721	1401	0.645443315563833	2	2	1	1	1	True	65253	fragment	False	MAD0097_000000028311	0.9717878993881713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	94.292	34.0	0.00016038508731302988	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
DEN0033_000000005710	4786	0.6454432163479258	5	4	4	4	4	False	129482	maximal	True	DEN0033_000000005710	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	3043.0	98.225	64.0	0.0009094225331502319	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0081_000000013405	2595	0.6454380001796667	4	1	1	1	1	False	44269	maximal	True	FIJ0081_000000013405	1.0		46	7	False	False	1.0	0					non-mobilizable	no_good_hit	1921.0	92.66	74.0	0.0006520741155798821	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0006_000000023206	1357	0.64543379401981	2	2	2	2	2	False	8238	maximal	True	SPA0006_000000023206	1.0		2	1	False	False	0.9904200434684753	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	3.5735179855160214e-05	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
MON0053_000000001787	12155	0.6454293043043532	11	10	4	10	8	False	122697	fragment	False	MON0053_000000001787	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	12076.0	100.0	99.0	0.0021865374481885693	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
SPA0001_000000011684	2916	0.6454282005539393	4	3	3	3	3	False	125351	fragment	False	ISR0212_000000010113	0.6851728536114663		0	0	False	False	1.0	0					non-mobilizable	other	2916.0	98.868	100.0	0.011483903579439547	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0140_000000007468	2254	0.6454253689080381	4	3	1	3	1	False	126707	backbone	False	ENG0100_000000008751	0.14339966473083018	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1715.0	97.726	80.0	0.3345703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0031_000000014819	2145	0.6454231149613037	3	2	2	2	2	True	118201	fragment	False	FIJ0037_000000012391	0.8407625098323885		0	0	False	False	0.9990676045417786	0					non-mobilizable	other	1444.0	98.823	99.0	0.029759940603860748	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0159_000000005601	3971	0.6454192791472045	6	6	6	6	6	False	85425	maximal	True	FIJ0159_000000005601	0.9961685823754789		31	9	False	False	0.999748170375824	0					non-mobilizable	chromosome	3971.0	99.62200000000001	100.0	0.0007474636599925253	LR607348.1	enterobacteria	Klebsiella pneumoniae strain 4928STDY7071680 genome assembly, chromosome: 1	False	False
MAD0036_000000025505	1237	0.6454189846998597	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.8564454862415979		0	0	False	False	0.9684721231460571	0					non-mobilizable	no_good_hit	390.0	73.846	30.0	0.028207461328480437	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
DEN0089_000000001805	9183	0.6454175416141853	11	10	8	9	9	False	111450	maximal	True	DEN0089_000000001805	1.0		1	1	False	False	0.9996733069419861	0					non-mobilizable	no_good_hit	7945.0	98.464	86.0	0.0109992700396284	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0812_000000020260	1954	0.6454171371978519	3	3	3	2	1	False	21648	maximal	True	ISR0812_000000020260	1.0		19	7	False	False	0.9943705201148987	0					non-mobilizable	no_good_hit	1295.0	84.09299999999999	67.0	0.0003615659581036495	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0074_000000003303	1489	0.6454146164111279	2	1	1	1	1	False	16284	maximal	True	MAD0074_000000003303	1.0		7	2	False	False	0.9872397780418396	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000017503	1436	0.6454091380233805	3	1	1	1	1	False	19556	maximal	True	MAD0013_000000017503	1.0		2	2	False	False	0.9874652028083801	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000022540	1668	0.6454032364792402	2	2	2	2	1	False	2456	fragment	False	TAN0017_000000022540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0006_000000014292	2242	0.6453979855683535	4	3	3	3	2	False	95327	fragment	False	SPA0125_000000014019	0.9547066315384433		0	0	False	False	1.0	0					non-mobilizable	other	2242.0	100.0	100.0	0.0006749060823463723	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0165_000000012975	1539	0.6453972731240812	2	2	2	1	1	True	56211	fragment	False	ENG0165_000000012975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0342_000000010979	1285	0.6453929420977523	1	1	1	1	1	False	24329	fragment	False	ISR0342_000000010979	1.0		0	0	False	False	0.9852139949798584	0					non-mobilizable	other	1286.0	98.6	100.0	0.00338200897654719	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
MAD0048_000000010646	2236	0.645387802430741	5	3	3	3	1	True	17555	maximal	True	MAD0048_000000010646	1.0		1	1	False	False	0.9897137880325317	0					non-mobilizable	no_good_hit	120.0	79.167	5.0	0.00036081598990928053	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
SPA0086_000000011115	1256	0.6453876485251274	1	1	1	1	1	False	117026	fragment	False	AST0033_000000010172	0.9756568778979908		0	0	False	False	1.0	0					non-mobilizable	chromosome	1124.0	83.274	94.0	0.00035302131082486267	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0151_000000016391	1325	0.6453805871751562	4	1	1	1	1	False	30753	fragment	False	ISR0151_000000016391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.0363861865119076e-06	LR880652.1	bony fishes	Poecilia reticulata genome assembly, chromosome: 8	True	False
FIJ0165_000000008365	1930	0.6453794870030319	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.9812824093447197		0	0	False	False	1.0	0					non-mobilizable	other	1931.0	98.757	100.0	0.025830801557878393	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0153_000000013508	1921	0.6453794870030319	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.979522772079144		0	0	False	False	1.0	0					non-mobilizable	other	1922.0	98.751	100.0	0.025710347042841655	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MAD0045_000000021443	1921	0.6453794870030319	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.9785872651664071		0	0	False	False	1.0	0					non-mobilizable	other	1922.0	98.751	100.0	0.02568357937283349	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0063_000000014515	1900	0.6453794870030319	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.9714181956170779		0	0	False	False	0.9994736909866333	0					non-mobilizable	other	1901.0	98.84299999999999	100.0	0.02540251883774777	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0216_000000003015	6834	0.6453791717414714	8	5	3	4	5	False	132255	maximal	True	ISR0216_000000003015	0.9997815958066395	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	40	6	True	True	1.0	59	rep_cluster_475				non-mobilizable	no_good_hit	4668.0	99.979	72.0	0.7159073477527228	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0171_000000001032	6787	0.6453791717414714	10	5	3	4	5	False	132255	maximal	False	ISR0216_000000003015	0.9997815640017476	PS1081|PS1150|PS832|PS833|PS837|PS838|PS839|PS840|PS974|PS975	0	0	True	True	1.0	161	rep_cluster_475				non-mobilizable	no_good_hit	4341.0	99.977	73.0	0.6657462801043105	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0222_000000012098	4866	0.6453776693590744	6	5	3	4	4	False	75941	maximal	True	ISR0222_000000012098	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1664.0	70.493	33.0	0.004452747767498481	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
CHI0174_000000005416	2809	0.6453769075723609	4	3	3	3	1	False	104119	fragment	False	CHI0141_000000009837	0.9636743826188023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	84.88799999999999	71.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0126_000000005351	2787	0.6453769075723609	4	3	3	3	1	False	104119	fragment	False	CHI0141_000000009837	0.9613526617490656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	84.88799999999999	71.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0034_000000016998	2112	0.6453700119239936	3	3	3	3	3	False	7151	maximal	True	SPA0034_000000016998	1.0		72	10	False	False	0.9772727489471436	0					non-mobilizable	other	2120.0	80.142	99.0	0.048263398132486854	NZ_JAAISM010000040.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_40_length_43159_cov_233.749, whole genome shotgun sequence	False	False
SPA0009_000000015028	2395	0.6453660752503879	3	3	2	2	1	True	8134	fragment	False	SPA0009_000000015028	1.0		0	0	False	False	0.9987474083900452	0					non-mobilizable	no_good_hit	791.0	86.59899999999999	33.0	0.007301434342685593	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
SPA0093_000000021060	1800	0.6453660752503879	3	3	2	2	1	True	5271	fragment	False	SPA0093_000000021060	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	88.34	28.0	0.004679218709462214	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
ISR0364_000000010693	1661	0.6453594109325189	3	3	3	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9861345052191403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	89.41	81.0	0.00023148417703317033	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0068_000000026476	1102	0.6453545901429194	3	3	3	1	1	False	16412	fragment	False	MAD0068_000000026476	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	99.637	100.0	0.0002268761482900421	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
ISR0266_000000003907	3725	0.6453514667148953	3	3	3	2	3	False	32756	maximal	True	ISR0266_000000003907	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	83.78399999999999	2.0	0.0007364067386260466	NZ_AQVE01000013.1	g-proteobacteria	Thiolinea disciformis DSM 14473 A3IEDRAFT_scaffold_12.13_C, whole genome shotgun sequence	True	False
USA0066_01_000000002009	9100	0.6453504976072206	11	5	4	5	5	False	838	maximal	True	USA0066_01_000000002009	1.0		1	1	True	True	1.0	21					non-mobilizable	no_good_hit	1139.0	85.689	14.0	0.00038628626020201717	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0085_000000007646	2390	0.6453501128247594	3	3	3	3	3	False	61482	maximal	True	ENG0085_000000007646	1.0		94	10	False	False	1.0	0					non-mobilizable	other	2333.0	97.34200000000001	98.0	0.018054286731802486	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	False	False
CHI0078_000000010547	1449	0.6453453711160352	2	2	2	2	2	False	84425	maximal	True	CHI0078_000000010547	1.0		159	12	False	False	1.0	0					non-mobilizable	chromosome	1056.0	97.822	100.0	0.00022397044184591555	CP045190.1	enterobacteria	Escherichia coli strain NT1F31 chromosome, complete genome	False	False
DEN0054_000000002189	2790	0.6453441331694876	3	3	3	3	3	False	73278	fragment	False	DEN0054_000000002189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1733.0	77.38	61.0	0.00047292156111324013	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0200_000000014295	1732	0.6453406295259356	2	2	2	2	0	False	109639	fragment	False	ISR0305_000000011417	0.8678070636299501		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	99.885	100.0	0.007067902494794006	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0040_000000009759	2763	0.6453375084747014	3	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.26719472275077816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	84.684	55.0	0.00030776665255783904	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0324_000000011021	2818	0.6453310298634339	3	3	0	3	1	True	24940	maximal	True	ISR0324_000000011021	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0024_000000011026	1882	0.6453309169699246	3	3	2	2	2	False	68260	fragment	False	FIJ0024_000000011026	1.0		0	0	False	False	0.9973432421684265	0					non-mobilizable	no_good_hit	95.0	82.105	5.0	2.3292766785729838e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
AST0055_000000006284	5006	0.6453301498720627	8	7	5	6	6	False	119873	maximal	True	AST0055_000000006284	1.0		1	1	False	False	0.9992009401321411	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	1.0	1.339667866261777e-05	NZ_KI783301.1	firmicutes	Thermicanus aegyptius DSM 12793 TheaeDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ISR0177_000000006248	4035	0.6453279044634019	5	3	3	3	2	True	79098	maximal	True	ISR0177_000000006248	1.0		19	4	False	False	0.9987608194351196	0					non-mobilizable	no_good_hit	75.0	89.333	2.0	2.3954233631875275e-05	NZ_MDTU01000001.1	g-proteobacteria	Piscirickettsia litoralis strain Y2 scaffold00001, whole genome shotgun sequence	True	True
CHI0182_000000004228	5733	0.6453259808500744	6	6	6	5	5	False	130062	maximal	False	ENG0198_000000002709	0.6877005871803378		0	0	False	False	0.9996511340141296	0					non-mobilizable	other	5740.0	97.648	99.0	0.00172760191812588	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0175_000000007009	3676	0.6453259257913332	4	4	4	2	2	False	55612	maximal	True	ENG0175_000000007009	1.0		1	1	False	False	0.9804134964942932	0					non-mobilizable	no_good_hit	1984.0	97.631	61.0	0.34498956158663885	NZ_JAAIQH010000045.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_45_length_5748_cov_292.224, whole genome shotgun sequence	True	False
ENG0008_000000013389	1879	0.6453238697655549	3	3	3	3	3	False	67425	fragment	False	SPA0046_000000016852	0.9492063492063492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	71.268	19.0	6.420660125510915e-05	NZ_CP043489.1	a-proteobacteria	Labrys neptuniae strain KNU-23 chromosome 1, complete sequence	True	False
ISR0329_000000009303	1733	0.6453218609654422	2	2	1	2	2	False	120849	fragment	False	MON0057_000000015038	0.9453973699256717		0	0	False	False	1.0	0					non-mobilizable	chromosome	1732.0	98.383	99.0	0.000501784945581988	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0022_000000033161	1266	0.6453153939120183	2	1	1	1	1	False	74488	fragment	False	DEN0022_000000033161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0022_000000003970	5261	0.645314426859589	4	2	2	2	2	False	77660	fragment	False	ENG0022_000000003970	1.0		0	0	False	False	0.9994297623634338	0					non-mobilizable	no_good_hit								True	False
ISR0337_000000000822	8554	0.6453123908142478	10	6	4	6	3	True	78625	fragment	False	ISR0337_000000000822	0.9984458535372374		0	0	False	False	0.9985971450805664	0					non-mobilizable	no_good_hit	1113.0	84.09700000000001	13.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0277_000000003779	2335	0.6452994973787072	4	2	2	2	2	False	67252	fragment	False	ISR0277_000000003779	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2338.0	94.26899999999999	100.0	0.0010020920869886253	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0143_000000002640	6152	0.6452982165375456	10	3	1	2	0	True	120520	maximal	True	SPA0143_000000002640	1.0	PS490|PS845	2	1	False	True	0.999674916267395	0					non-mobilizable	no_good_hit	729.0	98.354	12.0	0.0029930149280730824	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	True
ENG0195_000000022380	1208	0.6452979219407412	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.18059328090386284	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1208.0	93.626	100.0	0.0003745623624556607	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0005_000000004986	5704	0.6452954636142131	6	6	6	6	5	False	130737	maximal	False	AST0003_000000005727	0.9146381045115222		0	0	False	False	0.9998247027397156	0					non-mobilizable	other	5705.0	98.352	100.0	0.011927140727296299	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0164_000000004274	4172	0.6452925621623186	5	5	5	5	4	False	124921	maximal	True	ENG0164_000000004274	1.0		49	10	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	72.20100000000001	18.0	0.0015828971827775767	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0024_000000002621	2730	0.6452924488659156	2	2	2	2	2	False	79739	maximal	True	DEN0024_000000002621	1.0		478	13	False	False	1.0	0					non-mobilizable	other	2730.0	98.132	100.0	0.040395517858993146	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0219_000000004398	6814	0.6452909548356532	9	8	7	7	7	False	120524	fragment	False	ISR0219_000000004398	1.0		0	0	False	False	0.9992662072181702	0					non-mobilizable	no_good_hit	3438.0	90.227	60.0	0.0006460949482756835	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MAD0031_000000013102	1116	0.6452846405359619	1	1	1	1	1	False	18938	fragment	False	MAD0031_000000013102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000002346	9601	0.6452743557192893	10	6	4	6	3	True	90370	fragment	False	SPA0008_000000002346	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4633.0	99.007	99.0	0.037299791436831126	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0022_000000001545	7649	0.6452743557192893	9	6	4	6	3	True	90369	fragment	False	SPA0022_000000001545	1.0		0	0	False	False	0.9967315793037415	0					non-mobilizable	plasmid	4203.0	99.929	100.0	0.03383715967563998	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0208_000000014772	1858	0.6452563583764399	2	2	2	2	1	False	71453	fragment	False	ISR0004_000000009680	0.9357405654093426		0	0	False	False	0.9983853697776794	0					non-mobilizable	no_good_hit								True	False
FIJ0167_000000005270	3493	0.6452562441221125	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.530190716551299		0	0	False	False	1.0	0					non-mobilizable	other	3493.0	99.62799999999999	100.0	0.03711655789630323	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0307_000000002365	3382	0.6452562441221125	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.501958922701378		0	0	False	False	1.0	0					non-mobilizable	other	3239.0	99.105	98.0	0.03387489930639104	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0189_000000003731	3341	0.6452562441221125	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.523710919403383		0	0	False	False	1.0	0					non-mobilizable	other	3255.0	99.29299999999999	99.0	0.03403182441126931	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
USA0133_01_000000007585	3290	0.6452562441221125	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.49621340072266745		0	0	False	False	0.9948328137397766	0					non-mobilizable	other	3217.0	99.161	100.0	0.000962389887005971	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0380_000000003356	3277	0.6452562441221125	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.4812117845052043		0	0	False	False	0.99969482421875	0					non-mobilizable	other	3193.0	99.311	99.0	0.0009552078729238369	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0046_000000008735	3272	0.6452562441221125	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5207420317969285		0	0	False	False	1.0	0					non-mobilizable	other	3274.0	99.542	100.0	0.2944404462036704	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0349_000000002970	3260	0.6452562441221125	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5154515649730682		0	0	False	False	1.0	0					non-mobilizable	other	3259.0	98.31200000000001	99.0	0.03461873684658064	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0350_000000005269	3256	0.6452562441221125	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.48367007617959246		0	0	False	False	1.0	0					non-mobilizable	other	3192.0	99.311	100.0	0.033372738970780545	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0036_000000003113	3139	0.6452562441221125	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.4422665079168646		0	0	False	False	1.0	0					non-mobilizable	other	3138.0	99.522	99.0	0.28220582943504857	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0029_000000013188	2512	0.6452559470817572	4	3	3	3	3	False	71669	maximal	True	FIJ0029_000000013188	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1624.0	99.2	65.0	0.002868291855323571	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CAN0006_000000014366	3144	0.6452543337738521	4	4	3	4	1	True	95716	maximal	True	CAN0006_000000014366	1.0		9	3	False	False	0.9863231778144836	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.510402993945325e-05	NZ_JACBZE010000002.1	a-proteobacteria	Sphingobium francense strain DSM 26779 Ga0373339_02, whole genome shotgun sequence	True	True
MON0085_000000027819	1163	0.6452454573390987	2	1	1	1	1	False	9759	fragment	False	MON0085_000000027819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	81.579	84.0	0.012751948575815538	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0050_000000007960	2962	0.6452454406629654	5	4	4	2	3	False	90737	maximal	True	MAD0050_000000007960	1.0		1	1	False	False	0.998649537563324	0					non-mobilizable	no_good_hit	1299.0	81.524	54.0	0.0003456984394797265	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0053_000000007406	1497	0.645243636900835	4	4	3	2	1	True	17208	maximal	True	MAD0053_000000007406	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	88.45100000000001	53.0	0.00025404152071837775	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
FIJ0099_000000005210	4374	0.6452420943699102	4	3	2	3	0	False	42811	maximal	True	FIJ0099_000000005210	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0209_000000013416	1344	0.6452404418391635	1	1	1	1	1	False	83864	fragment	False	USA0145_01_000000016748	0.9156191238090757		0	0	False	False	0.9955357313156128	0					non-mobilizable	other	1357.0	90.125	100.0	0.06282455489614243	NZ_WNCH01000039.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold39_size21568, whole genome shotgun sequence	False	False
AST0140_000000013613	2108	0.6452335294284882	2	2	2	2	2	False	105553	maximal	True	AST0140_000000013613	1.0		36	9	False	False	0.9814990758895874	0					non-mobilizable	other	2108.0	99.905	99.0	0.000592134364758141	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0006_000000011675	2974	0.6452270448544164	3	3	3	3	2	False	124852	maximal	True	FIJ0006_000000011675	0.9609154929577466		67	8	False	False	1.0	0					non-mobilizable	chromosome	1637.0	97.068	96.0	0.0005702470466361698	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0118_000000005263	2840	0.6452270448544164	3	3	3	3	2	False	124852	maximal	False	FIJ0006_000000011675	0.9401479488903833		0	0	False	False	0.9908450841903687	0					non-mobilizable	other	1239.0	90.315	94.0	0.00038513970491703317	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0079_000000031834	1872	0.6452224875015821	1	1	1	1	1	False	92810	fragment	False	DEN0079_000000031834	0.9991712707182321		0	0	False	False	1.0	0					non-mobilizable	chromosome	1872.0	100.0	100.0	0.0005231940507439506	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0106_000000014434	2811	0.6452178159183458	3	3	3	3	3	False	8660	maximal	True	MON0106_000000014434	1.0		29	8	False	False	1.0	0					non-mobilizable	no_good_hit	1518.0	90.382	54.0	0.0004223126979155792	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0124_000000014381	2171	0.645216864534647	3	3	3	3	3	False	58934	fragment	False	ENG0124_000000014381	1.0		0	0	False	False	0.9861814975738525	0					non-mobilizable	other	2171.0	100.0	100.0	0.0056860612889279025	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
FIJ0160_000000001511	9871	0.6452135741009017	16	14	2	8	13	True	95701	fragment	False	FIJ0160_000000001511	1.0		0	0	False	False	0.9989869594573975	0			MPF_F		non-mobilizable	plasmid	9872.0	99.696	100.0	0.061804225052280955	CP025516.1	enterobacteria	Klebsiella pneumoniae strain 002SK2 plasmid p002SK2_A, complete sequence	False	True
ISR0800_000000010218	1280	0.6452105815570496	2	1	1	1	1	False	23613	maximal	False	ISR0780_000000008937	0.6274354923644023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	72.14699999999999	39.0	0.00013624162343788435	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
USA0013_01_000000003241	3647	0.6452088485411248	3	3	1	1	2	False	123441	maximal	True	USA0013_01_000000003241	1.0	PS897	193	11	False	True	0.9961612224578857	0	rep_cluster_1868	MOBP			mobilizable	no_good_hit	1377.0	99.71	59.0	0.5	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	True
ISR0846_000000001817	5261	0.645206856562133	6	4	3	3	3	False	20675	maximal	True	ISR0846_000000001817	1.0		8	2	False	False	0.9969587326049805	0					non-mobilizable	no_good_hit	3944.0	90.898	89.0	0.0013166508472216459	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
CHI0178_000000007830	1326	0.6452068421304921	2	2	2	2	2	False	77611	maximal	True	CHI0178_000000007830	1.0		155	10	False	False	1.0	0					non-mobilizable	other	1326.0	99.698	100.0	0.0006619459512388131	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CAN0016_000000016691	2899	0.6451995627552952	4	4	2	4	2	True	92953	fragment	False	CAN0016_000000016691	1.0		0	0	False	False	0.9975853562355042	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.282554339531723e-07	CP039354.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu05	True	True
FIJ0048_000000017287	1905	0.645197972794668	3	2	1	1	2	False	65130	maximal	True	FIJ0048_000000017287	1.0		1	1	False	False	0.9947506785392761	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	5.0	2.8716055641813745e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0169_000000019516	1168	0.6451935754635788	2	2	2	2	1	False	38838	fragment	False	FIJ0169_000000019516	1.0		0	0	False	False	0.9726027250289917	0					non-mobilizable	no_good_hit								True	False
MON0039_000000037398	1328	0.6451852416826361	2	2	2	2	1	False	21699	fragment	False	MON0039_000000037398	1.0		0	0	False	False	0.9736445546150208	0					non-mobilizable	no_good_hit	705.0	75.461	53.0	0.00020925119085003253	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0059_000000001776	9318	0.6451842334340604	14	13	2	7	12	True	17845	fragment	False	MAD0059_000000001776	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	9328.0	95.34700000000001	100.0	0.12541391842778302	CP058082.1	enterobacteria	Escherichia coli strain RHB01-C23 plasmid pRHB01-C23_3, complete sequence	False	True
ISR0074_000000020632	1459	0.6451836213234833	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.7572775594149345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1461.0	93.01799999999999	100.0	0.000414999132455549	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0096_000000014220	2496	0.6451833945847538	4	3	3	3	2	False	43018	maximal	True	FIJ0096_000000014220	1.0		17	8	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	80.488	3.0	0.0001876155007926755	NZ_PTIY01000002.1	g-proteobacteria	Methylobacter tundripaludum strain OWC-G53F Ga0139037_102, whole genome shotgun sequence	True	False
USA0003_01_000000004321	8706	0.6451772224714077	17	6	2	6	4	True	110683	maximal	True	USA0003_01_000000004321	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4276.0	93.709	85.0	0.0011434726057973257	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
SPA0097_000000018129	1816	0.6451755472256682	3	3	3	3	2	False	90576	maximal	True	SPA0097_000000018129	1.0		117	10	False	False	0.9889867901802063	0					non-mobilizable	no_good_hit	1393.0	100.0	77.0	0.0002694598085790041	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
SPA0090_000000020438	1765	0.6451747430555439	3	3	3	2	2	False	5371	fragment	False	SPA0090_000000020438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	85.965	3.0	0.0008554842652001222	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0069_000000004061	5439	0.6451679663942529	5	5	5	5	5	False	107606	maximal	True	ENG0069_000000004061	1.0		36	6	False	False	0.9979775547981262	0					non-mobilizable	no_good_hit	1969.0	91.265	36.0	0.012011388213443469	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
ISR0188_000000005436	4044	0.6451627351506938	6	2	0	2	1	True	45000	maximal	True	ISR0188_000000005436	1.0		6	5	False	False	0.9967853426933289	0	IncW				non-mobilizable	chromosome	4044.0	99.90100000000001	100.0	0.0018362182351958026	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
FIJ0069_000000006764	3482	0.6451627351506938	4	2	0	2	1	True	44999	fragment	False	FIJ0069_000000006764	1.0		0	0	False	False	0.9933946132659912	0	IncW				non-mobilizable	chromosome	3320.0	99.819	95.0	0.001507397556916861	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
SPA0011_000000013563	1245	0.6451570688853986	2	2	1	2	1	False	8025	fragment	False	SPA0011_000000013563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0370_000000005622	4531	0.6451538717951435	9	5	3	5	3	True	74828	maximal	True	ISR0370_000000005622	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	75.868	13.0	0.0029489221453014368	NZ_LT629966.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	True
ISR0238_000000006823	2101	0.6451531832061705	3	2	2	2	1	False	115332	fragment	False	ISR0238_000000006823	0.984549138804458		0	0	False	False	0.9995240569114685	0					non-mobilizable	other	1384.0	99.205	100.0	0.01719871165110119	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
TAN0009_000000015088	2530	0.6451517729307807	3	3	3	3	2	False	83008	fragment	False	TAN0009_000000015088	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2510.0	96.016	99.0	0.043069937046338026	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AUS0014_000000009898	3098	0.6451509505930184	3	3	3	3	3	False	100896	maximal	True	AUS0014_000000009898	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit	1736.0	95.565	86.0	0.16558503531208246	NZ_CABIWU010000073.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0312_000000005610	2923	0.6451465995125572	3	3	3	2	1	False	49090	maximal	True	ISR0312_000000005610	1.0		0	0	False	False	0.9801573753356934	0					non-mobilizable	no_good_hit	1579.0	92.084	54.0	0.00044290638768810175	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0205_000000014526	1005	0.6451421178880771	2	1	1	1	1	True	28647	maximal	True	ISR0205_000000014526	1.0		10	5	False	False	1.0	0					non-mobilizable	other	881.0	92.395	100.0	0.0002728332158418725	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0251_000000014901	1209	0.6451388600115557	2	2	2	2	2	False	44051	fragment	False	FIJ0083_000000027877	0.9377401998462721		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	98.759	100.0	0.00829237485927675	NZ_VZBY01000014.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_7_length_145674_cov_20.4108_ID_13, whole genome shotgun sequence	False	False
ISR0038_000000014958	2161	0.6451348978401112	3	1	1	1	1	False	36637	maximal	True	ISR0038_000000014958	1.0		1	1	False	False	0.9986117482185364	0					non-mobilizable	no_good_hit	1716.0	86.946	79.0	0.00867830220851339	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0815_000000006231	4718	0.6451336830377813	5	2	2	2	1	False	117044	maximal	True	ISR0815_000000006231	1.0		0	0	False	False	0.9877066612243652	0					non-mobilizable	no_good_hit	1741.0	71.166	37.0	0.0006851877471730889	NZ_LN831027.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain NCTC10562 chromosome 1	True	False
ENG0167_000000023152	1113	0.6451336270632738	1	1	1	1	1	False	56016	maximal	True	ENG0167_000000023152	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000019568	1694	0.6451321926522652	3	2	2	1	1	False	4018	maximal	True	SPA0125_000000019568	1.0		6	3	False	False	0.9982290267944336	0					non-mobilizable	no_good_hit	1456.0	100.0	86.0	0.00041527622861826897	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0180_000000000401	39017	0.6451272285674334	31	15	9	13	10	True	128748	maximal	False	ENG0127_000000000383	0.9637859955439457	PS1050|PS1051	0	0	False	True	0.9975651502609253	0					non-mobilizable	no_good_hit	2681.0	94.29299999999999	30.0	0.09346023303824487	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0022_000000005087	6572	0.6451268139941361	10	3	1	3	1	False	74652	fragment	False	DEN0022_000000005087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	85.294	1.0	2.514262812514424e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
AST0024_000000006226	4961	0.6451224199814285	5	4	3	4	2	True	121742	maximal	True	AST0024_000000006226	1.0		2	2	False	False	0.9993953108787537	0					non-mobilizable	no_good_hit	104.0	78.846	2.0	0.00016934660435154362	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0021_000000004691	6087	0.6451107095181714	4	3	3	3	3	False	96250	fragment	False	ISR0096_000000003803	0.6475635775386427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2041.0	80.54899999999999	87.0	0.003268872886155838	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
DEN0045_000000016345	2386	0.6451089227247154	3	3	3	3	2	False	72929	fragment	False	DEN0045_000000016345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	85.0	3.0	1.2333415872347247e-05	NZ_CP029608.1	g-proteobacteria	Pseudomonas kribbensis strain 46-2 chromosome, complete genome	True	False
DEN0018_000000019672	1974	0.6451061624243548	3	2	2	2	2	False	117015	fragment	False	AST0094_000000009639	0.5893583595255587		0	0	False	False	0.9989868402481079	0					non-mobilizable	no_good_hit	208.0	80.288	10.0	7.259661813081061e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0069_01_000000052675	1131	0.6451029403795058	2	2	2	1	1	False	746	fragment	False	USA0069_01_000000052675	1.0		0	0	False	False	0.9867374300956726	0					non-mobilizable	no_good_hit	429.0	70.62899999999999	37.0	0.003266875600815937	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
ISR0022_000000003400	7706	0.6450992357301972	10	8	6	4	4	False	99619	maximal	True	ISR0022_000000003400	1.0		4	3	False	False	0.9979236721992493	0					non-mobilizable	plasmid	5040.0	99.425	94.0	0.008152763168541145	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ENG0092_000000006565	3191	0.645097339203215	6	4	2	4	4	False	94950	maximal	True	ENG0092_000000006565	1.0		5	4	False	False	0.9949858784675598	0					non-mobilizable	other	3177.0	89.928	99.0	0.0009852483404460776	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0160_000000003141	6936	0.6450959709973626	7	5	1	5	2	False	65423	maximal	True	ENG0160_000000003141	1.0		2	1	False	False	0.9997116327285767	0					non-mobilizable	no_good_hit	648.0	82.09899999999999	9.0	0.0020211452529721803	NZ_SGXF01000004.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_104, whole genome shotgun sequence	True	False
MON0021_000000021672	1396	0.6450944363834942	3	2	1	1	2	True	13054	fragment	False	MON0098_000000023967	0.9310580204778157		0	0	False	False	0.9477077126502991	0					non-mobilizable	other	1347.0	93.318	96.0	0.000603705496474396	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	True
ISR0829_000000006863	2174	0.6450885623551494	3	2	2	2	2	False	43939	maximal	True	ISR0829_000000006863	1.0		40	8	False	False	0.9931002855300903	0					non-mobilizable	no_good_hit	136.0	79.41199999999999	6.0	0.0008105546687948923	NZ_FOJO01000007.1	a-proteobacteria	Paracoccus halophilus strain CGMCC 1.6117, whole genome shotgun sequence	True	False
ENG0101_000000020923	1611	0.645086016393568	2	2	2	2	2	False	60456	maximal	True	ENG0101_000000020923	1.0		720	15	False	False	0.9919304847717285	0					non-mobilizable	other	1611.0	99.50299999999999	100.0	0.0004538011273672258	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0133_000000009712	3832	0.6450820250459269	4	4	3	4	3	False	52211	maximal	False	FIJ0068_000000007368	0.9537855266300455		0	0	False	False	0.9958246350288391	0					non-mobilizable	no_good_hit	2055.0	83.796	72.0	0.0007128964571903239	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
MON0054_000000017341	2589	0.6450817384366689	2	1	1	1	1	False	11133	fragment	False	MON0054_000000017341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	76.575	43.0	0.009503440901015885	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	False
USA0080_01_000000005880	6995	0.6450776425443817	9	6	4	4	2	False	86280	fragment	False	USA0080_01_000000005880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1599.0	85.053	45.0	0.0003121543399632201	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
FIJ0005_000000013953	2388	0.6450756629462848	3	3	3	3	3	False	51901	maximal	True	FIJ0005_000000013953	0.9991603694374476		63	11	False	False	0.9953936338424683	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	1.5992367350138842e-05	NZ_CP012342.1	high GC Gram+	Corynebacterium riegelii strain PUDD_83A45 genome	True	False
CHI0188_000000004500	3325	0.6450740996995064	5	3	3	1	1	True	118205	fragment	False	CHI0141_000000007636	0.9357836338418862		0	0	False	False	0.9996992349624634	0					non-mobilizable	other	2500.0	97.52	98.0	0.05147665401748886	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0147_000000013411	1598	0.6450709417954971	2	2	2	2	1	False	85615	fragment	False	FIJ0147_000000013411	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1607.0	95.084	99.0	0.00039351053321045015	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0133_000000002432	6807	0.6450701550717372	13	9	5	8	5	False	80817	maximal	True	CHI0133_000000002432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0358_000000005679	3251	0.6450685556635497	5	4	3	3	4	False	90274	fragment	False	ISR0358_000000005679	1.0		0	0	False	False	0.9944632649421692	0		MOBQ			mobilizable	plasmid	3251.0	100.0	100.0	0.4355400696864111	CP056633.1	enterobacteria	Escherichia coli strain RHBSTW-00303 plasmid pRHBSTW-00303_2, complete sequence	False	True
FIJ0126_000000024147	1633	0.6450634690724625	2	2	2	1	1	False	41132	fragment	False	FIJ0126_000000024147	1.0		0	0	False	False	0.9993876218795776	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000007000	2321	0.6450596885806207	3	2	2	2	2	False	2934	fragment	False	TAN0005_000000007000	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2254.0	98.536	97.0	0.009262723396907492	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
FIJ0009_000000026867	1574	0.6450538420431987	2	2	2	2	2	False	51202	maximal	True	FIJ0009_000000026867	1.0		546	15	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	4.0	0.0008312675345495569	NZ_QXGI01000010.1	high GC Gram+	Bifidobacterium castoris strain 2020B Contig_10, whole genome shotgun sequence	True	False
ENG0112_000000015998	1732	0.6450508229703763	3	3	3	2	2	False	59669	fragment	False	ENG0112_000000015998	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1735.0	96.13799999999999	100.0	0.0004922355099945951	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0061_000000001345	13915	0.6450496497901356	14	6	3	4	4	False	63284	maximal	True	ENG0061_000000001345	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	92.103	11.0	0.0004473855102065822	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
ISR0388_000000021307	1651	0.6450368794442516	3	2	2	2	1	False	31045	fragment	False	ISR0388_000000021307	1.0		0	0	False	False	0.989097535610199	0					non-mobilizable	other	1632.0	100.0	99.0	0.06797249426963951	NZ_QIML01000029.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_29, whole genome shotgun sequence	False	False
MON0033_000000027528	2296	0.6450295299810885	3	2	2	2	1	False	12314	maximal	True	MON0033_000000027528	1.0		0	0	False	False	0.9642857313156128	0					non-mobilizable	no_good_hit	1282.0	99.376	56.0	0.00035821035756440444	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0064_000000010488	2031	0.6450292078376263	3	2	1	2	1	True	102030	fragment	False	ISR0151_000000009039	0.916036063285249		0	0	False	False	0.9985228776931763	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00029941565654126626	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0818_000000008313	2149	0.6450227077829706	4	3	3	3	2	False	50448	fragment	False	ISR0818_000000008313	1.0		0	0	False	False	0.959981381893158	0					non-mobilizable	no_good_hit	1361.0	93.53399999999999	86.0	0.04207169834685159	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ISR0010_000000002346	6040	0.645019026945251	11	6	2	6	3	True	85765	maximal	True	ISR0010_000000002346	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	98.214	1.0	2.2294463624105436e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	True
AST0113_000000000256	56030	0.6450135384079743	52	20	8	20	8	True	120605	maximal	True	AST0113_000000000256	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	97.376	1.0	0.7905092592592593	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	True
SPA0124_000000018486	1585	0.6450135183674983	2	2	1	2	1	False	91762	fragment	False	SPA0124_000000018486	0.9939644218551461		0	0	False	False	0.9810725450515747	0					non-mobilizable	other	1586.0	99.054	100.0	0.0004998305498704038	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
AST0007_000000001684	10285	0.6450129258342329	7	7	6	6	4	False	127396	fragment	False	SPA0035_000000001109	0.7087218845976198		0	0	False	False	0.9998055696487427	0					non-mobilizable	no_good_hit	248.0	97.581	2.0	0.2684782608695652	GQ880070.1		Uncultured organism clone VC1CE13TF genomic sequence	True	False
AST0150_000000010282	2706	0.6450109405238557	4	4	3	4	3	True	104163	maximal	True	AST0150_000000010282	1.0		2	2	False	False	0.9996304512023926	0					non-mobilizable	chromosome	2706.0	99.557	100.0	0.00054957345582557	CP050073.1	enterobacteria	Enterobacter kobei strain 070 chromosome, complete genome	False	True
SPA0063_000000014023	1279	0.6450059583138362	3	2	2	2	2	False	88554	fragment	False	CHI0029_000000008514	0.975322703113136		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	100.0	100.0	0.000275333006438225	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ENG0071_000000008411	2480	0.6450027249243375	2	2	2	1	1	False	62294	fragment	False	ENG0071_000000008411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	86.854	27.0	0.4108338405356056	NZ_CYZN01000060.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0085_000000003424	5885	0.6449942375977584	6	6	6	6	5	False	34008	maximal	True	ISR0085_000000003424	1.0		2	2	False	False	0.9981308579444885	0					non-mobilizable	chromosome	5885.0	99.55799999999999	100.0	0.0011200201314291469	CP047669.1	enterobacteria	Klebsiella aerogenes strain HNHF1 chromosome, complete genome	False	False
ISR0386_000000009317	3709	0.644990757175955	5	3	2	2	3	False	112772	maximal	True	ISR0386_000000009317	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2297.0	74.40100000000001	61.0	0.276782449725777	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0337_000000007564	1406	0.6449870687609845	2	2	2	2	1	False	24436	fragment	False	ISR0337_000000007564	1.0		0	0	False	False	0.9992887377738953	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000011517	3013	0.6449855375775773	4	4	4	4	3	False	53543	maximal	True	FIJ0096_000000011517	1.0		1	1	False	False	0.995685338973999	0					non-mobilizable	no_good_hit	55.0	85.455	2.0	7.695878208351265e-06	LN890476.1	b-proteobacteria	Achromobacter xylosoxidans isolate R4 genome assembly, chromosome: BN2905	True	False
FIJ0003_000000006670	3726	0.6449854491264925	4	3	3	3	3	False	52209	fragment	False	FIJ0003_000000006670	1.0		0	0	False	False	0.9973161816596985	0					non-mobilizable	no_good_hit	1923.0	84.65899999999999	78.0	0.014657868377388498	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
USA0023_01_000000003225	10029	0.644983033847944	10	5	2	4	2	False	132504	maximal	True	USA0023_01_000000003225	0.962325118745502		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	99.76899999999999	29.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0079_000000003085	9338	0.644983033847944	10	5	2	4	2	False	132504	maximal	False	USA0023_01_000000003225	0.9503762063413178		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	97.315	30.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0159_000000012760	1797	0.6449785529963654	3	3	3	3	3	False	101783	maximal	False	ISR0193_000000014178	0.9583612280021668		0	0	False	False	0.9966611266136169	0					non-mobilizable	no_good_hit	198.0	74.747	11.0	0.004534098269640048	NZ_VULP01000026.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq26, whole genome shotgun sequence	True	False
FIJ0028_000000020334	1489	0.6449751393822309	2	2	1	2	1	False	48919	maximal	True	FIJ0028_000000020334	1.0		37	10	False	False	0.9778375029563904	0					non-mobilizable	no_good_hit	111.0	76.577	7.0	0.0016776457550945023	NZ_FUZA01000013.1	CFB group bacteria	Dyadobacter psychrophilus strain DSM 22270, whole genome shotgun sequence	True	False
MON0101_000000024074	2593	0.6449748274781861	4	2	2	2	1	False	9059	fragment	False	MON0101_000000024074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	79.268	9.0	9.047952647295788e-05	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	False
DEN0096_000000020671	2162	0.6449663557869114	2	2	2	2	2	False	102973	fragment	False	FIJ0042_000000010318	0.7874829268205441		0	0	False	False	0.9902867674827576	0					non-mobilizable	chromosome	2145.0	99.86	99.0	0.00047714977784938983	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0004_000000001391	11048	0.6449632627763616	19	7	3	7	4	True	95076	fragment	False	ISR0004_000000001391	1.0		0	0	False	False	0.9993664026260376	0					non-mobilizable	no_good_hit	390.0	78.97399999999999	4.0	0.00010849775076892189	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0282_000000003012	6159	0.6449561556297759	6	3	2	3	1	False	60081	maximal	True	ISR0282_000000003012	1.0		21	4	False	False	0.9998376369476318	0					non-mobilizable	no_good_hit	4259.0	92.111	74.0	0.05893857848304944	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0103_000000004841	5192	0.6449561556297759	5	3	2	3	1	False	38187	fragment	False	ISR0103_000000004841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3208.0	89.464	81.0	0.04433224213504966	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
FIJ0046_000000008932	3182	0.6449557474590216	4	3	3	3	2	False	122454	maximal	True	FIJ0046_000000008932	1.0	PS871	12	3	False	True	1.0	0					non-mobilizable	no_good_hit	2321.0	92.546	73.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0055_000000002213	6530	0.6449550077023805	7	2	2	2	1	False	46280	maximal	True	FIJ0055_000000002213	1.0		1	1	False	False	0.998009204864502	0					non-mobilizable	no_good_hit	1114.0	100.0	17.0	0.007620521317603883	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0086_000000012332	2508	0.6449545534891804	3	3	3	3	2	False	9746	maximal	True	MON0086_000000012332	1.0		26	5	False	False	1.0	0					non-mobilizable	other	2439.0	99.959	97.0	0.0006712074576159196	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
FIJ0001_000000005376	3624	0.6449502082257339	7	7	5	6	7	False	52639	maximal	True	FIJ0001_000000005376	1.0		0	0	False	False	0.9928256273269653	0					non-mobilizable	plasmid	2481.0	98.025	100.0	0.011942801787082688	CP039830.1	enterobacteria	Klebsiella pneumoniae strain C2315 plasmid pC2315-3, complete sequence	False	True
ISR0017_000000020055	1659	0.6449496954833377	3	3	3	3	2	True	61499	fragment	False	ISR0017_000000020055	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	83.58	97.0	0.003402190762484691	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
ISR0374_000000000432	24156	0.6449373483256473	18	14	13	14	10	True	122954	maximal	False	DEN0021_000000000794	0.9679729021965455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2307.0	75.76899999999999	9.0	0.004727781413817835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0054_000000001085	15703	0.6449334942704662	16	6	4	6	4	True	110948	fragment	False	SPA0054_000000001085	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	13297.0	97.751	94.0	0.07157858458357118	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
SPA0075_000000009392	2087	0.6449331894066206	2	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.5376076248054097		0	0	False	False	1.0	0					non-mobilizable	other	2087.0	99.37700000000001	100.0	0.03987225579438537	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0008_000000019053	1604	0.6449331600802379	3	3	2	3	2	False	12902	fragment	False	SPA0008_000000019053	0.9986357435197817		0	0	False	False	0.9831671118736267	0					non-mobilizable	no_good_hit	85.0	80.0	5.0	1.605728931288731e-05	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	False
ISR0395_000000028518	1350	0.6449261177503125	2	2	2	2	2	False	64731	fragment	False	ISR0395_000000028518	0.9483362807072395		0	0	False	False	0.9814814925193787	0					non-mobilizable	other	1219.0	94.66799999999999	90.0	0.00033823749937517703	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0019_000000004558	1865	0.6449233586247172	3	3	3	3	3	False	89431	maximal	True	CHI0019_000000004558	1.0		16	10	False	False	0.9640750885009766	0					non-mobilizable	no_good_hit	170.0	79.41199999999999	13.0	0.00026199900534509346	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
ISR0170_000000028081	1675	0.644922623530548	3	3	3	2	1	False	58020	fragment	False	ISR0170_000000028081	1.0		0	0	False	False	0.9982089400291443	0					non-mobilizable	other	1035.0	87.92299999999999	94.0	0.00027237938436452594	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	False
CHI0183_000000000481	6406	0.6449207619837801	9	2	2	2	1	True	84238	maximal	True	CHI0183_000000000481	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	6.442296955883541e-07	AP015036.1	eudicots	Vigna angularis var. angularis DNA, chromosome 3, almost complete sequence, cultivar: Shumari	True	True
CHI0068_000000004868	2777	0.6449182239116086	4	2	1	2	2	False	88523	maximal	True	CHI0068_000000004868	1.0		1	1	False	False	0.9981995224952698	0					non-mobilizable	no_good_hit	1473.0	99.86399999999999	75.0	0.013382669806260399	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	True	False
DEN0001_000000014254	2921	0.6449179017276576	3	3	2	2	3	False	76936	maximal	True	DEN0001_000000014254	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	370.0	81.351	13.0	0.002876101007416902	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
DEN0027_000000001281	1815	0.6449111419324702	4	2	2	2	1	False	74079	maximal	True	DEN0027_000000001281	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	89.542	71.0	9.101175129362426e-05	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0064_000000005623	3176	0.6449080789574334	3	3	3	3	3	False	126367	maximal	False	SPA0066_000000003952	0.8581458062702766		0	0	False	False	1.0	0					non-mobilizable	other	3058.0	96.46799999999999	99.0	0.06968449931412894	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0387_000000009321	2598	0.6449068484273436	4	2	2	2	1	True	115650	fragment	False	ISR0387_000000009321	0.96922410540627		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1154.0	95.234	87.0	0.22632202052091555	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0258_000000009118	2515	0.6449068484273436	3	2	2	2	1	True	106886	fragment	False	ISR0258_000000009118	1.0		0	0	False	False	0.9980119466781616	0					non-mobilizable	no_good_hit	1621.0	98.89	64.0	0.273680649526387	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0341_000000005348	2490	0.6449068484273436	3	2	2	2	1	True	115650	fragment	False	ISR0387_000000009321	0.9525638116488531		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1154.0	95.321	86.0	0.22632202052091555	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0230_000000013673	2388	0.6449068484273436	3	2	2	2	1	True	115650	fragment	False	ISR0387_000000009321	0.630775654995055		0	0	False	False	0.9995812177658081	0		MOBV			mobilizable	no_good_hit	1040.0	95.57700000000001	86.0	0.20382794001578533	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0147_000000012687	1939	0.6449068484273436	3	2	2	2	1	True	115629	fragment	False	CHI0130_000000007903	0.6921470038878945		0	0	False	False	0.9943269491195679	0		MOBV			mobilizable	no_good_hit	957.0	95.71600000000001	82.0	0.18745067087608525	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0145_000000005261	5925	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5963750793654194	PS715|PS716	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	11.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0079_000000004751	5915	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5964120178686579	PS715|PS716	0	0	False	True	0.999830961227417	0					non-mobilizable	no_good_hit	651.0	78.648	11.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
DEN0003_000000004867	5603	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5928187137044014	PS715|PS716	0	0	False	True	0.998393714427948	0					non-mobilizable	no_good_hit	651.0	78.648	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ENG0113_000000004950	5589	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5925027282895952	PS715|PS716	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0297_000000001963	5589	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5925027282895952	PS715|PS716	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0100_000000005729	5582	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5922841883736372	PS715|PS716	0	0	False	True	0.9989250898361206	0					non-mobilizable	no_good_hit	651.0	78.648	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0101_000000008010	5573	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5919456254341405	PS715|PS716	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0041_000000006057	5569	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5917695192209902	PS715|PS716	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0116_000000006602	5568	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5915272036513269	PS715|PS716	0	0	False	True	0.9992815852165222	0					non-mobilizable	no_good_hit	642.0	78.66	11.0	0.06223864630944277	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
SPA0090_000000005772	5396	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5464799179987984	PS715|PS716	0	0	False	True	0.9998146891593933	0					non-mobilizable	no_good_hit	651.0	78.648	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0825_000000004035	5315	0.6449057247498106	10	6	3	6	4	True	112150	backbone	False	ISR0003_000000003180	0.5387515157151188	PS715|PS716	0	0	False	True	0.999623715877533	0					non-mobilizable	no_good_hit	651.0	78.648	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0094_000000004288	5181	0.6449043180438355	7	5	5	5	4	False	33472	maximal	True	ISR0094_000000004288	1.0		1	1	False	False	0.9998070001602173	0					non-mobilizable	no_good_hit	2752.0	98.43799999999999	77.0	0.04185685594303451	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
FIJ0120_000000013420	1811	0.6448937248643907	2	2	2	2	1	False	92014	fragment	False	ISR0026_000000012775	0.7405667069244256		0	0	False	False	0.9983434677124023	0					non-mobilizable	no_good_hit	78.0	100.0	9.0	0.06169871794871795	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
ISR0026_000000012775	1769	0.6448937248643907	2	2	2	2	1	False	92014	fragment	False	ISR0026_000000012775	0.9550375845369435		0	0	False	False	0.9954776763916016	0					non-mobilizable	no_good_hit	80.0	87.5	5.0	0.0056291862619353	NZ_AXUN02000006.1	firmicutes	Youngiibacter fragilis 232.1 contig_103, whole genome shotgun sequence	True	False
SPA0084_000000010871	1711	0.6448937248643907	2	2	2	2	1	False	92014	fragment	False	ISR0026_000000012775	0.9413455621999951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.02403846153846154	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
SPA0104_000000023675	1588	0.6448937248643907	2	2	2	2	1	False	92014	fragment	False	ISR0026_000000012775	0.728994525884321		0	0	False	False	0.999370276927948	0					non-mobilizable	no_good_hit								True	False
ENG0164_000000012975	1568	0.6448937248643907	2	2	2	2	1	False	92014	fragment	False	ISR0026_000000012775	0.732802869030361		0	0	False	False	0.9974489808082581	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.173274359789595e-05	NZ_LR215036.1	mycoplasmas	Mycoplasma citelli strain NCTC10181 chromosome 1	True	False
MAD0098_000000031098	1462	0.6448937248643907	2	2	2	2	1	False	92014	fragment	False	ISR0026_000000012775	0.4119151995844496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.173274359789595e-05	NZ_LR215036.1	mycoplasmas	Mycoplasma citelli strain NCTC10181 chromosome 1	True	False
ISR0157_000000011611	2656	0.6448831506444094	4	4	4	4	3	False	122126	fragment	False	ISR0085_000000008594	0.994412605620019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	93.721	55.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0033_000000009924	2655	0.6448831506444094	4	4	4	4	3	False	122126	fragment	False	ISR0085_000000008594	0.9942993547381006		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	93.721	55.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0195_000000009242	2655	0.6448831506444094	4	4	4	4	3	False	122126	fragment	False	ISR0085_000000008594	0.9945720977773922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	93.721	55.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0065_000000010569	2655	0.6448831506444094	4	4	4	4	3	False	122126	fragment	False	ISR0085_000000008594	0.9942354766866813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	93.721	55.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0377_000000001404	7149	0.6448824890219271	11	5	2	3	3	True	113134	fragment	False	ISR0042_000000002093	0.3339166471451538		0	0	False	False	0.9986011981964111	0					non-mobilizable	other	7148.0	95.831	99.0	0.16322285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0013_000000005779	6655	0.6448824890219271	9	5	2	3	3	True	113134	fragment	False	ISR0042_000000002093	0.2597726755961563		0	0	False	False	1.0	0					non-mobilizable	other	6658.0	95.62899999999999	100.0	0.152	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
TAN0017_000000004922	6309	0.6448824890219271	8	5	2	3	3	True	113134	fragment	False	ISR0042_000000002093	0.19569705117300107		0	0	False	False	1.0	0					non-mobilizable	other	3249.0	95.322	99.0	0.07396571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0016_000000012256	1779	0.6448813853596411	2	1	0	1	1	False	49341	fragment	False	ISR0016_000000012256	1.0		0	0	False	False	0.9988757967948914	0					non-mobilizable	no_good_hit	777.0	87.001	44.0	0.014272034179219918	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0069_000000012597	1776	0.6448813853596411	2	1	0	1	1	False	49341	fragment	False	ISR0016_000000012256	0.9994378864530636		0	0	False	False	0.9966216087341309	0					non-mobilizable	no_good_hit	774.0	86.95100000000001	44.0	0.014216787595300357	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0023_000000019176	1746	0.6448813853596411	3	1	0	1	1	False	49341	fragment	False	ISR0016_000000012256	0.9881861203530681		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	86.95100000000001	44.0	0.014216787595300357	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
MON0070_000000012309	2598	0.6448778574960115	3	3	3	3	3	False	93156	fragment	False	MON0070_000000012309	1.0		0	0	False	False	0.9946112632751465	0					non-mobilizable	no_good_hit	799.0	71.589	30.0	0.00038421226035257943	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
CHI0026_000000001097	7990	0.6448725250449084	6	6	6	6	4	False	88925	maximal	True	CHI0026_000000001097	1.0		1	1	False	False	0.9944931268692017	0					non-mobilizable	no_good_hit	3661.0	74.816	45.0	0.0013942144178310356	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
DEN0096_000000029025	1560	0.6448723843164826	2	1	1	1	1	False	71450	fragment	False	ISR0120_000000020691	0.9569384347448981		0	0	False	False	0.9993589520454407	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000033525	1500	0.6448723843164826	2	1	1	1	1	False	71450	fragment	False	ISR0120_000000020691	0.7684598019700679		0	0	False	False	0.9933333396911621	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000020756	1499	0.6448723843164826	2	1	1	1	1	False	71450	fragment	False	ISR0120_000000020691	0.5734717948717949		0	0	False	False	0.9973315596580505	0					non-mobilizable	no_good_hit								True	False
ISR0187_000000009052	3057	0.644871168921669	4	3	1	3	2	False	73876	fragment	False	ISR0187_000000009052	1.0		0	0	False	False	0.9996728897094727	0					non-mobilizable	no_good_hit	1455.0	94.98299999999999	48.0	0.0005102532316920188	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0818_000000008903	2017	0.6448673094591999	3	3	2	3	2	True	92190	fragment	False	ISR0152_000000011236	0.9435455986051092		0	0	False	False	0.9995042085647583	0					non-mobilizable	chromosome	2014.0	99.851	100.0	0.00028433685314954976	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
MON0013_000000006513	6132	0.6448670580255902	9	8	6	8	5	True	37086	maximal	True	MON0013_000000006513	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1497.0	82.699	24.0	0.006315940876363236	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
ISR0125_000000012383	1235	0.6448645923735472	2	2	2	2	2	False	50596	fragment	False	FIJ0016_000000015044	0.9624153695789525		0	0	False	False	1.0	0					non-mobilizable	chromosome	1236.0	99.11	100.0	0.00039774080643398935	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0057_01_000000022872	1416	0.6448630785292752	3	3	3	3	1	False	965	maximal	True	USA0057_01_000000022872	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1417.0	91.955	100.0	0.0005077242257295262	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
CAN0017_000000007177	5161	0.6448604167295336	12	4	1	2	3	False	93409	maximal	True	CAN0017_000000007177	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	79.803	24.0	0.00488228797653605	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
FIJ0033_000000003229	9006	0.644859060225256	11	11	11	10	10	False	98063	fragment	False	FIJ0033_000000003229	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9006.0	99.334	100.0	0.001798610366267377	CP055724.1	enterobacteria	Escherichia coli strain RHB13-C14 chromosome, complete genome	False	False
ENG0137_000000002539	6831	0.644855967646895	9	5	3	4	2	True	128149	backbone	False	ISR0232_000000002890	0.992903380170828	PS1029|PS1034	0	0	True	True	1.0	776					non-mobilizable	no_good_hit	4047.0	95.132	84.0	0.6106731352334749	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0330_000000002996	6991	0.6448531444827198	7	6	5	5	5	True	130100	fragment	False	ISR0330_000000002996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2776.0	96.32600000000001	73.0	0.0008629867055249192	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0820_000000007052	3017	0.644849961259938	4	4	4	4	2	False	21289	maximal	True	ISR0820_000000007052	1.0		3	3	False	False	0.9860788583755493	0					non-mobilizable	no_good_hit	2332.0	99.14200000000001	77.0	0.025748370705843366	NZ_QEKH01000023.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_123, whole genome shotgun sequence	True	False
ISR0817_000000003861	3052	0.6448499218057947	3	3	3	3	3	False	118957	fragment	False	ISR0219_000000010491	0.9855435605753796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000019792	2043	0.6448455190077671	3	1	1	1	1	False	21531	maximal	True	ISR0814_000000019792	1.0		7	2	False	False	0.9951052665710449	0					non-mobilizable	no_good_hit	440.0	83.86399999999999	21.0	0.00022732547100149793	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ENG0008_000000010903	2283	0.6448417082014269	3	3	3	3	3	False	122296	fragment	False	ENG0008_000000010903	1.0		0	0	False	False	0.9986859560012817	0					non-mobilizable	no_good_hit	98.0	82.65299999999999	4.0	0.0016982684664810827	NZ_SLZZ01000022.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_122, whole genome shotgun sequence	True	False
ENG0011_000000013781	2011	0.6448392249129711	5	2	2	2	2	False	126832	maximal	True	ENG0011_000000013781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	82.15299999999999	76.0	0.0006226092042394027	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
MON0056_000000013492	1475	0.6448392249129711	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6572369635580334		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	97.721	99.0	0.0006888704809239529	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0179_000000015740	1447	0.6448392249129711	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6566529017828245		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	97.512	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MAD0050_000000016516	1469	0.6448390190963571	2	2	1	2	1	True	17390	fragment	False	MAD0050_000000016516	1.0		0	0	False	False	0.9727705717086792	0					non-mobilizable	no_good_hit	62.0	96.774	4.0	1.80584769006917e-05	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	True
SPA0106_000000006961	5533	0.6448384255343358	6	4	2	2	0	True	35608	fragment	False	SPA0106_000000006961	1.0		0	0	False	False	0.9974697232246399	0					non-mobilizable	no_good_hit								True	True
DEN0094_000000008758	3720	0.6448356138705417	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.615936566297307		0	0	False	False	0.999193549156189	0					non-mobilizable	other	3591.0	84.90700000000001	96.0	0.0005861571462052065	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
CHI0152_000000002967	2904	0.6448306170232344	4	1	1	1	1	False	85298	fragment	False	CHI0152_000000002967	1.0		0	0	False	False	0.994490385055542	0					non-mobilizable	no_good_hit	204.0	72.54899999999999	7.0	0.004400656814449918	NZ_QEKH01000036.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_136, whole genome shotgun sequence	True	False
MON0063_000000009216	3107	0.6448290719304323	4	3	1	3	1	False	55832	maximal	True	MON0063_000000009216	1.0		1	1	False	False	0.9996781349182129	0					non-mobilizable	no_good_hit	1931.0	90.471	62.0	0.029263726483135376	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
DEN0079_000000035639	1698	0.6448277433538223	2	2	2	2	2	False	69506	fragment	False	DEN0079_000000035639	1.0		0	0	False	False	0.9952885508537292	0					non-mobilizable	other	1697.0	79.258	99.0	0.0008187549466444693	CP002106.1	actinobacteria	Olsenella uli DSM 7084, complete genome	False	False
ISR0305_000000014355	1317	0.6448179244909495	3	3	3	2	2	False	25471	fragment	False	ISR0305_000000014355	1.0		0	0	False	False	0.9931662678718567	0					non-mobilizable	no_good_hit	236.0	71.61	18.0	0.0006170820000904344	NZ_FNWE01000001.1	firmicutes	Alterileibacterium massiliense strain Marseille-P3115T, whole genome shotgun sequence	True	False
ISR0024_000000017986	1464	0.6448156521333076	3	3	3	1	1	False	115978	fragment	False	AUS0008_000000015916	0.7657691088472315		0	0	False	False	0.9870218634605408	0					non-mobilizable	no_good_hit	1051.0	91.056	72.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0218_000000001521	8646	0.6448135644127679	6	4	3	4	3	False	127628	fragment	False	SPA0086_000000001553	0.7123901942928528		0	0	False	False	0.9998843669891357	0					non-mobilizable	other	8384.0	99.439	97.0	0.601623679862059	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AUS0002_000000015020	2388	0.6448101827712052	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.12886341960659975		0	0	False	False	0.9987437129020691	0					non-mobilizable	chromosome	2391.0	96.027	100.0	0.0005312297200216854	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0092_000000021030	1698	0.6448053167956186	3	3	2	2	3	False	111969	fragment	False	ISR0046_000000017421	0.5767568196075887		0	0	False	False	1.0	0					non-mobilizable	other	1698.0	99.176	100.0	0.0015186388986333146	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0099_000000013128	1495	0.6448004760186321	2	1	1	1	1	False	102260	fragment	False	CHI0170_000000004962	0.05207873938913235		0	0	False	False	1.0	0					non-mobilizable	plasmid	1271.0	75.688	99.0	0.005146304428119999	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
FIJ0075_000000010999	1788	0.6447965895277197	2	2	2	1	1	False	119162	maximal	True	FIJ0075_000000010999	1.0	PS816	2	2	False	True	0.9983221292495728	0					non-mobilizable	no_good_hit	1489.0	87.374	83.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
USA0048_01_000000004946	3134	0.6447953593431895	4	4	4	4	3	False	103008	fragment	False	USA0048_01_000000004946	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2186.0	99.90899999999999	100.0	0.0003084055110441637	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0054_000000002434	6220	0.6447928779617307	8	5	4	4	3	False	110254	maximal	True	CHI0054_000000002434	1.0		1	1	False	False	0.9985530376434326	0					non-mobilizable	no_good_hit	1492.0	96.85	44.0	0.000432213376003896	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0033_000000000686	39244	0.6447904715572778	34	14	6	13	5	True	120583	fragment	False	MON0033_000000000686	0.9700864968765017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	92.81	0.0	0.373134328358209	EU059366.1	bacteria	Uncultured bacterium clone LM0ABA5ZF08FM1 genomic sequence	True	True
ISR0127_000000015392	1654	0.6447862097836566	3	3	3	3	2	False	31895	fragment	False	ISR0127_000000015392	1.0		0	0	False	False	0.9957678318023682	0					non-mobilizable	no_good_hit	591.0	89.34	71.0	0.00015489433954983094	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0251_000000008030	1962	0.6447848086295729	3	3	3	3	3	False	117885	fragment	False	ISR0122_000000008533	0.6972006826622078		0	0	False	False	0.9943934679031372	0					non-mobilizable	chromosome	1962.0	96.585	100.0	0.0006177872939435097	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0065_000000016865	1599	0.6447814024270754	2	2	2	2	2	False	62831	maximal	True	ENG0065_000000016865	1.0		28	8	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	5.853344454687797e-05	NZ_OCNJ01000003.1	a-proteobacteria	Caenispirillum bisanense strain USBA 140, whole genome shotgun sequence	True	False
USA0036_01_000000012460	2863	0.6447732591757658	2	2	2	2	2	False	125852	backbone	False	TAN0009_000000011119	0.7851350127757729	PS937	0	0	False	True	0.9818372130393982	0					non-mobilizable	no_good_hit	1704.0	99.296	59.0	0.011010362694300517	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	True
FIJ0129_000000010237	2074	0.6447726240091635	3	3	3	3	2	False	49982	maximal	True	FIJ0129_000000010237	0.9992281717317898		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000012901	2073	0.6447726240091635	3	3	3	3	2	False	49982	maximal	False	FIJ0129_000000010237	0.9991317397163606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000017493	2073	0.6447726240091635	3	3	3	3	2	False	49982	maximal	False	FIJ0129_000000010237	0.9991317397163606		0	0	False	False	0.9995176196098328	0					non-mobilizable	no_good_hit								True	False
FIJ0108_000000011025	2073	0.6447726240091635	3	3	3	3	2	False	49982	maximal	False	FIJ0129_000000010237	0.9991317397163606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000011718	2073	0.6447726240091635	3	3	3	3	2	False	49982	maximal	False	FIJ0129_000000010237	0.9968166270565069		0	0	False	False	0.9995176196098328	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000012797	1909	0.6447714321305414	4	4	3	4	2	False	65304	maximal	True	ENG0036_000000012797	1.0		4	3	False	False	0.9916186332702637	0					non-mobilizable	no_good_hit	264.0	73.10600000000001	13.0	0.002761589979994781	NZ_JHXW01000010.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
AST0061_000000010246	3917	0.6447685650547172	2	2	1	1	2	False	120174	maximal	True	AST0061_000000010246	1.0	PS832	12	4	False	True	0.999744713306427	0	rep_cluster_475				non-mobilizable	no_good_hit	2075.0	99.61399999999999	53.0	0.405078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
USA0069_01_000000009374	6523	0.6447662499757797	9	6	3	6	2	False	60388	maximal	False	ISR0198_000000005088	0.9531933318395192		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.0002652972276439711	NZ_FNBY01000009.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	True
SPA0009_000000004139	7742	0.6447546137074897	8	8	7	7	7	False	125483	maximal	True	SPA0009_000000004139	1.0		45	6	False	False	0.9989666938781738	0					non-mobilizable	chromosome	1555.0	85.46600000000001	92.0	0.00043315210294087627	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0192_000000002514	7635	0.6447541850510939	10	10	9	5	7	False	73906	maximal	True	ISR0192_000000002514	1.0		14	4	False	False	0.9990831613540649	0					non-mobilizable	no_good_hit	2012.0	83.74799999999999	62.0	0.000660955935370797	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
ISR0147_000000008943	2713	0.6447511475235601	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9955621511685744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	93.721	56.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
AST0090_000000008739	2703	0.6447511475235601	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9907411145763592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	93.527	56.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0145_000000016923	2044	0.6447483587929222	2	2	2	2	1	True	61726	fragment	False	SPA0145_000000016923	0.9813657776775807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	3.0	1.5104509880866881e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0808_000000007937	2028	0.6447483587929222	2	2	2	2	1	True	61726	fragment	False	SPA0145_000000016923	0.9766200814474759		0	0	False	False	0.9965482950210571	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.162135673466925e-05	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
MON0013_000000026664	2021	0.6447483587929222	2	2	2	2	1	True	61726	fragment	False	SPA0145_000000016923	0.9579253143531331		0	0	False	False	0.9960415363311768	0					non-mobilizable	no_good_hit	94.0	97.87200000000001	5.0	2.754351801805137e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0107_000000018776	1744	0.6447483587929222	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.9906051856775319		0	0	False	False	0.9902523159980774	0					non-mobilizable	no_good_hit	94.0	96.809	5.0	2.754351801805137e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
USA0003_01_000000022230	1716	0.6447483587929222	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.9908992774548177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	98.361	4.0	1.7770011624549272e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
USA0111_01_000000014952	1696	0.6447483587929222	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.9890814145745813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	97.059	4.0	1.9843179647413352e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
USA0024_01_000000013310	1682	0.6447483587929222	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.9870138485966137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	3.0	1.6881511043321806e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
USA0030_01_000000010010	1663	0.6447483587929222	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.9787624390635641		0	0	False	False	0.9993986487388611	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.162135673466925e-05	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
USA0001_01_000000010038	1652	0.6447483587929222	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.9753445097309674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	6.785181164337088e-05	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
USA0020_01_000000021264	1631	0.6447483587929222	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.9716577111784765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	3.0	1.664410269340536e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0096_000000020020	1622	0.6447483587929222	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.9666306443748705		0	0	False	False	0.9747225642204285	0					non-mobilizable	no_good_hit	60.0	98.333	4.0	1.7473844764140117e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0035_000000012180	1604	0.6447483587929222	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.959760014737806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	98.333	4.0	1.7473844764140117e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ENG0004_000000007019	3787	0.6447450659263652	4	4	4	3	3	True	102946	fragment	False	ENG0004_000000007019	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
USA0037_01_000000023061	1466	0.6447411142245882	2	2	2	2	1	False	1359	fragment	False	USA0037_01_000000023061	1.0		0	0	False	False	0.9938608407974243	0					non-mobilizable	no_good_hit	871.0	77.842	58.0	0.012195820211852277	NZ_JH379471.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1440, whole genome shotgun sequence	True	False
ISR0016_000000007052	2920	0.6447355653334738	3	3	3	3	1	True	85353	maximal	True	ISR0016_000000007052	0.9724125495852867		0	0	False	False	0.9972602725028992	0					non-mobilizable	other	2620.0	94.046	100.0	0.005461727135290661	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0019_000000014583	4268	0.6447344874442448	5	5	5	4	3	False	126421	maximal	True	MON0019_000000014583	1.0	PS317|PS959	2	1	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0041_000000014182	2404	0.6447343179085703	2	2	2	2	2	False	115281	maximal	False	ENG0139_000000007968	0.9641389984447791		0	0	False	False	1.0	0					non-mobilizable	chromosome	2404.0	97.75399999999999	100.0	0.0008088357309495287	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0132_000000024607	1413	0.6447302603839924	2	1	0	1	1	False	40755	fragment	False	FIJ0132_000000024607	1.0		0	0	False	False	0.9992923140525818	0					non-mobilizable	no_good_hit	443.0	97.51700000000001	31.0	0.0001375054519978422	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0041_000000018377	1836	0.6447299310066228	3	1	1	1	1	False	6907	maximal	True	SPA0041_000000018377	1.0		1	1	False	False	0.9798474907875061	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000031184	1118	0.6447290464664557	2	1	1	1	1	False	64541	maximal	True	ENG0043_000000031184	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0054_000000001447	13051	0.6447281507273392	18	15	7	9	8	True	88367	maximal	True	SPA0054_000000001447	1.0		2	1	False	False	0.9992337822914124	0			MPF_T		non-mobilizable	no_good_hit	992.0	88.206	12.0	0.08847329616975363	NZ_QRUU01000081.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf81, whole genome shotgun sequence	True	True
MON0026_000000022630	2011	0.644726590607265	3	3	3	3	2	False	48371	fragment	False	MON0026_000000022630	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2012.0	91.402	100.0	0.0007828717481498859	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
SPA0040_000000007634	4758	0.6447223177705068	9	4	3	3	3	False	110100	maximal	True	SPA0040_000000007634	1.0		6	4	False	False	0.9936948418617249	0					non-mobilizable	no_good_hit	1314.0	79.22399999999999	62.0	0.0008091792397322556	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0774_000000003068	7373	0.6447188879096223	18	4	3	4	3	True	102169	fragment	False	ISR0774_000000003068	1.0		0	0	False	False	0.9975586533546448	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	0.0013626136831764743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
MAD0070_000000005994	3031	0.6447143179162507	3	3	2	2	3	False	121352	maximal	True	MAD0070_000000005994	1.0		0	0	False	False	0.9907621145248413	0					non-mobilizable	no_good_hit	2083.0	99.28	87.0	0.0006559262034165528	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0293_000000006435	5639	0.6447140027038257	9	4	1	4	1	True	25848	fragment	False	ISR0293_000000006435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0090_000000029914	2005	0.6447099000834071	4	3	1	1	3	False	91477	fragment	False	ENG0100_000000012743	0.8600014168432404		0	0	False	False	0.9995012283325195	0					non-mobilizable	other	2005.0	99.85	100.0	0.0004836432527663477	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0821_000000016965	1831	0.6447088021458119	2	2	2	2	1	False	131312	fragment	False	ISR0821_000000016965	1.0		0	0	False	False	0.9989076852798462	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000004458	7806	0.6447063140795424	9	9	4	8	7	False	119723	fragment	False	DEN0094_000000003259	0.9507152837919316		0	0	False	False	0.9992313385009766	0					non-mobilizable	chromosome	7806.0	99.859	100.0	0.0012445869239121265	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0789_000000001762	7769	0.6447063140795424	10	9	4	8	7	False	119723	fragment	False	DEN0094_000000003259	0.9491256316884699		0	0	False	False	1.0	0					non-mobilizable	chromosome	7769.0	100.0	100.0	0.001195180995760554	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0003_000000004352	5106	0.6447052486127863	8	7	5	4	4	False	67930	maximal	True	ENG0003_000000004352	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1925.0	98.44200000000001	71.0	0.0005466952245233483	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0396_000000006235	3562	0.6447049807979955	5	4	4	4	3	False	22688	maximal	True	ISR0396_000000006235	1.0		1	1	False	False	0.9949466586112976	0					non-mobilizable	no_good_hit	745.0	71.812	21.0	0.00013233323349666468	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0069_000000014996	1490	0.6447018870458058	3	2	2	2	2	False	42316	fragment	False	SPA0004_000000007680	0.9667106130520765		0	0	False	False	1.0	0					non-mobilizable	plasmid	1490.0	99.463	100.0	0.006106619608486888	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
USA0039_01_000000006993	3262	0.6446967277223558	4	1	1	1	1	False	1329	maximal	True	USA0039_01_000000006993	1.0		1	1	False	False	0.9996934533119202	0					non-mobilizable	no_good_hit								True	False
SPA0066_000000003714	4212	0.6446949407171445	3	3	3	3	3	False	6249	maximal	True	SPA0066_000000003714	0.9980753219073074		15	3	False	False	1.0	0					non-mobilizable	other	3911.0	78.42	92.0	0.9420465567410281	NZ_SLXA01000026.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_126, whole genome shotgun sequence	False	False
SPA0060_000000003995	4152	0.6446949407171445	3	3	3	3	3	False	6249	maximal	False	SPA0066_000000003714	0.9934972818317352		0	0	False	False	0.9997591376304626	0					non-mobilizable	other	3911.0	78.39399999999999	94.0	0.9420465567410281	NZ_SLXA01000026.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_126, whole genome shotgun sequence	False	False
SPA0061_000000004667	3968	0.6446949407171445	3	3	3	3	3	False	6249	maximal	False	SPA0066_000000003714	0.9627308067417252		0	0	False	False	0.999243974685669	0					non-mobilizable	other	3759.0	78.23899999999999	94.0	0.9051891367604268	NZ_SLXA01000026.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_126, whole genome shotgun sequence	False	False
ENG0167_000000009536	2600	0.6446934238306757	4	3	2	3	3	False	65012	maximal	True	ENG0167_000000009536	1.0		5	3	False	False	0.998846173286438	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.531798116786116e-05	NZ_HG726023.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
DEN0028_000000016223	1859	0.6446922488452067	2	2	0	2	1	True	73967	maximal	True	DEN0028_000000016223	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	3.0	0.001559367342392515	NZ_VLKY01000025.1	g-proteobacteria	Pseudomonas duriflava strain CGMCC 1.6858 IQ22DRAFT_scaffold00025.25, whole genome shotgun sequence	True	True
MON0042_000000015141	1744	0.6446899188866614	4	4	4	2	2	True	14307	maximal	True	MON0042_000000015141	1.0		8	5	False	False	0.9994266033172607	0					non-mobilizable	other	1204.0	79.07	99.0	0.00037051808445572417	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0776_000000003914	6794	0.6446897300982993	7	7	6	6	5	False	104773	maximal	True	ISR0776_000000003914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1916.0	72.547	28.0	0.00035672623022739783	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0319_000000004957	3393	0.6446870247013199	4	4	3	3	4	True	110728	fragment	False	AST0113_000000010331	0.9601235607975288		0	0	False	False	0.9926319122314453	0					non-mobilizable	other	3395.0	97.20200000000001	100.0	0.0012901876135142589	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	False	True
FIJ0042_000000015617	1556	0.6446864359800575	3	3	3	2	2	False	47283	fragment	False	FIJ0165_000000009746	0.7787062209266614		0	0	False	False	0.9987146258354187	0					non-mobilizable	chromosome	1565.0	98.53	100.0	0.0005518921537803024	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0045_000000002800	4289	0.6446858974459503	5	4	4	4	4	False	121138	maximal	True	ENG0045_000000002800	0.9864247957712637		73	5	False	False	0.9969689846038818	0					non-mobilizable	chromosome	4265.0	99.109	99.0	0.0013440025619260842	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0030_000000015479	2239	0.6446853355641534	3	1	1	1	0	True	48737	maximal	True	FIJ0030_000000015479	1.0		0	0	False	False	0.999553382396698	0					non-mobilizable	no_good_hit	444.0	99.324	20.0	0.14615638403167272	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
DEN0029_000000010380	1310	0.6446568564311554	2	2	2	1	1	False	86565	fragment	False	CHI0051_000000014371	0.9361216730038022		0	0	False	False	0.9992366433143616	0					non-mobilizable	chromosome	1218.0	98.35799999999999	93.0	0.0003379615130319797	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0358_000000008321	2330	0.6446556584841879	3	2	1	2	1	False	46202	maximal	True	ISR0358_000000008321	1.0		26	6	False	False	0.995708167552948	0					non-mobilizable	no_good_hit	440.0	95.682	56.0	0.00012232296606721913	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
ISR0133_000000010339	2044	0.6446556584841879	3	2	1	2	1	False	46201	fragment	False	ISR0133_000000010339	1.0		0	0	False	False	0.9833659529685974	0					non-mobilizable	no_good_hit	419.0	94.988	57.0	0.001144810284668854	NZ_DS483474.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_14, whole genome shotgun sequence	True	False
FIJ0056_000000013219	1602	0.6446556584841879	3	2	1	2	1	False	46199	fragment	False	FIJ0056_000000013219	1.0		0	0	False	False	0.9993757605552673	0					non-mobilizable	no_good_hit	233.0	96.56700000000001	43.0	0.004997845756139595	NZ_QRYH01000020.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf20, whole genome shotgun sequence	True	False
ISR0117_000000004924	5514	0.6446515212732586	13	1	1	1	1	True	102168	fragment	False	ISR0117_000000004924	1.0		0	0	False	False	0.9974610209465027	0					non-mobilizable	no_good_hit								True	True
ENG0102_000000005858	4398	0.6446515212732586	11	1	1	1	1	True	102167	fragment	False	ENG0102_000000005858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	98.182	1.0	0.0008555946382736002	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0309_000000004111	4074	0.6446515212732586	9	1	1	1	1	True	59270	fragment	False	ISR0309_000000004111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	93.396	6.0	0.001647811895934341	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
AUS0006_000000005993	3704	0.6446515212732586	10	1	1	1	1	True	102166	fragment	False	AUS0006_000000005993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0279_000000008030	2581	0.6446515212732586	6	1	1	1	1	True	57739	fragment	False	ISR0279_000000008030	0.9751341867427868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	96.667	2.0	0.0009348163640396743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ENG0119_000000013014	2508	0.6446515212732586	6	1	1	1	1	True	59268	fragment	False	ENG0119_000000013014	0.9994019138755981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0145_000000013629	2508	0.6446515212732586	6	1	1	1	1	True	59268	fragment	False	ENG0119_000000013014	0.9994019138755981		0	0	False	False	0.99920254945755	0					non-mobilizable	no_good_hit								True	True
ISR0398_000000009354	2494	0.6446515212732586	6	1	1	1	1	True	57739	fragment	False	ISR0279_000000008030	0.9732549271051512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0141_000000011156	2434	0.6446515212732586	6	1	1	1	1	True	57739	fragment	False	ISR0279_000000008030	0.9598707309527885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0230_000000015084	2193	0.6446515212732586	4	1	1	1	1	True	54402	fragment	False	ISR0230_000000015084	0.9682648401826484		0	0	False	False	0.9940720200538635	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	0.0007446842222010964	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0385_000000010155	2190	0.6446515212732586	4	1	1	1	1	True	54402	fragment	False	ISR0230_000000015084	0.9676242590059279		0	0	False	False	0.9844748973846436	0					non-mobilizable	no_good_hit	56.0	96.429	3.0	0.000871438983426815	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
USA0034_01_000000029410	1782	0.6446515212732586	3	1	1	1	1	True	54398	fragment	False	USA0034_01_000000029410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0131_000000028265	1309	0.6446515212732586	2	1	1	1	1	True	54397	fragment	False	ISR0131_000000028265	0.980620901873888		0	0	False	False	0.9992360472679138	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	0.00011908609924975757	NZ_PYLQ01000002.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_1, whole genome shotgun sequence	True	True
ISR0153_000000023013	1277	0.6446515212732586	2	1	1	1	1	True	54397	fragment	False	ISR0131_000000028265	0.9750933639874074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0196_000000009657	1268	0.6446515212732586	2	1	1	1	1	True	54397	fragment	False	ISR0131_000000028265	0.9720264841182433		0	0	False	False	0.9723974466323853	0					non-mobilizable	no_good_hit								True	True
AST0033_000000010011	1314	0.6446504183028626	2	2	2	2	2	False	117038	maximal	False	SPA0061_000000011687	0.9522022000720683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1157.0	84.27	88.0	0.0010087712397046766	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0083_000000013056	1711	0.6446482614155868	2	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.04022337244566969		0	0	False	False	0.9836353063583374	0					non-mobilizable	no_good_hit	755.0	87.285	44.0	0.01694033564029493	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0047_000000021631	1797	0.6446466367524579	2	2	2	1	1	False	126057	fragment	False	SPA0047_000000021631	0.9836259243372742		0	0	False	False	0.9988870620727539	0					non-mobilizable	other	1797.0	99.833	100.0	0.004067922528272741	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0122_000000019957	1477	0.6446466367524579	2	2	2	1	1	False	126057	fragment	False	SPA0047_000000021631	0.4841953627620862		0	0	False	False	0.997968852519989	0					non-mobilizable	other	1477.0	99.932	100.0	0.0033431256412753707	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0001_000000011110	3063	0.6446411681864048	3	3	2	3	2	False	74583	maximal	True	SPA0001_000000011110	1.0		6	2	False	False	0.9882467985153198	0					non-mobilizable	no_good_hit	663.0	89.744	22.0	0.0002918510420539249	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
MAD0006_000000008656	1155	0.6446405280071963	2	2	2	2	2	False	19879	maximal	True	MAD0006_000000008656	1.0		6	2	False	False	0.9809523820877075	0					non-mobilizable	chromosome	1154.0	77.47	99.0	0.0005270055358900098	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
CAN0018_000000005376	6170	0.6446356738105788	9	7	2	6	5	True	124304	maximal	True	CAN0018_000000005376	1.0		129	11	False	False	1.0	0		MOBV			mobilizable	other	6135.0	99.73899999999999	99.0	0.002570847105229513	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ISR0110_000000008644	2706	0.6446297909196819	3	3	3	3	3	False	32717	fragment	False	ISR0110_000000008644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	84.266	33.0	0.00018744648957382234	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0005_000000007796	4005	0.6446293336029242	7	6	3	4	4	True	126112	fragment	False	DEN0005_000000007796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	83.75	2.0	0.0003810805861712289	NZ_FOCD01000005.1	firmicutes	Terribacillus saccharophilus strain DSM 21619, whole genome shotgun sequence	True	True
ISR0083_000000012511	2101	0.6446270387575875	4	4	4	4	4	False	34104	maximal	True	ISR0083_000000012511	1.0		54	6	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	99.59200000000001	12.0	0.00422928258194235	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
USA0080_01_000000020662	2084	0.6446268200999857	2	2	1	2	1	False	85969	fragment	False	USA0080_01_000000020662	1.0		0	0	False	False	0.9875239729881287	0					non-mobilizable	no_good_hit	1391.0	83.321	74.0	0.019477148029131527	NZ_CYYA01000016.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0083_000000029414	1236	0.6446264492027	2	2	1	2	1	False	44040	maximal	True	FIJ0083_000000029414	1.0		179	14	False	False	0.9830096960067749	0					non-mobilizable	no_good_hit	290.0	74.138	23.0	9.503192374851097e-05	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	True	False
ENG0078_000000013143	1978	0.6446259108124849	3	3	3	3	3	False	63322	maximal	False	ISR0378_000000014596	0.9951147830733502		0	0	False	False	0.9949443936347961	0					non-mobilizable	other	1978.0	98.98899999999999	100.0	0.01459245207815118	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
CHI0027_000000012449	1400	0.6446250529285367	4	4	1	2	3	False	88818	maximal	True	CHI0027_000000012449	1.0		31	7	False	False	1.0	0					non-mobilizable	chromosome	913.0	94.085	99.0	0.00028714501264415167	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0057_000000008674	1848	0.6446221149061041	2	1	0	1	1	False	16994	maximal	True	MAD0057_000000008674	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1662.0	83.995	93.0	0.015491844912241096	CP055996.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00144 plasmid pRHBSTW-00144_2, complete sequence	False	True
ISR0062_000000022205	1723	0.6446211534508819	2	2	2	1	1	False	35328	maximal	True	ISR0062_000000022205	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	93.56	84.0	0.0002749537707755031	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
MON0010_000000005540	4029	0.6446154276439079	4	3	2	3	2	False	92962	fragment	False	SPA0015_000000004508	0.9600296076980015		0	0	False	False	1.0	0					non-mobilizable	other	4033.0	95.76	100.0	0.09699552217246858	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
USA0069_01_000000047865	1254	0.6446116194570736	2	2	2	2	0	False	753	maximal	True	USA0069_01_000000047865	1.0		0	0	False	False	0.959330141544342	0					non-mobilizable	no_good_hit	745.0	99.866	71.0	0.005177159181967042	CP032195.1	enterobacteria	Klebsiella pneumoniae strain AR_0097 plasmid unnamed1, complete sequence	True	False
USA0031_01_000000004773	6345	0.6446093133111422	7	3	3	3	3	False	1548	maximal	True	USA0031_01_000000004773	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	1612.0	72.643	25.0	0.9740420271940667	NZ_FODH01000041.1	firmicutes	Paenibacillus sophorae strain CGMCC 1.10238, whole genome shotgun sequence	True	True
MAD0104_000000000628	13714	0.6446083959650848	17	12	6	7	11	False	50291	fragment	False	MAD0104_000000000628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5804.0	97.295	47.0	0.0010590527831907143	CP057906.1	enterobacteria	Escherichia coli strain RHB10-C12 chromosome, complete genome	True	False
CHI0044_000000001925	5946	0.6446055736557429	6	4	2	3	3	False	87284	maximal	True	CHI0044_000000001925	0.98698224852071		4	2	False	False	0.9998317956924438	0					non-mobilizable	no_good_hit	917.0	93.566	20.0	0.0002846549515339946	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0267_000000012613	1447	0.6446009755664154	2	2	2	2	2	False	26527	fragment	False	ISR0267_000000012613	1.0		0	0	False	False	0.9923980832099915	0					non-mobilizable	other	1447.0	98.963	100.0	0.00041048013117196333	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0021_000000016418	1457	0.6445955638957801	4	3	3	3	3	False	41277	fragment	False	ISR0021_000000016418	1.0		0	0	False	False	0.9993136525154114	0					non-mobilizable	other	1457.0	99.863	100.0	0.010736117153454213	NZ_NQCD01000011.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_9_length_135617_cov_79.9926_ID_17.ctg_1, whole genome shotgun sequence	False	False
DEN0063_000000004503	7914	0.6445902971302223	8	7	6	7	6	False	125053	fragment	False	DEN0063_000000004503	0.9129638329476462		0	0	False	False	1.0	0					non-mobilizable	other	7914.0	99.848	100.0	0.028609960156481623	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0079_000000024884	2303	0.6445825888262281	4	4	4	3	2	False	102867	fragment	False	MAD0047_000000018435	0.8262084874950189		0	0	False	False	0.9947894215583801	0					non-mobilizable	chromosome	1967.0	98.119	99.0	0.0005502454413732514	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0089_000000002161	7647	0.6445753097073254	8	8	6	7	7	False	110315	maximal	True	AST0089_000000002161	1.0		24	8	False	False	1.0	0					non-mobilizable	chromosome	2976.0	98.589	90.0	0.000862397581228431	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0011_000000017739	1700	0.6445742925297033	2	2	2	2	1	False	94456	maximal	True	CAN0011_000000017739	1.0		9	4	False	False	0.9994117617607117	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000017724	1254	0.6445740524374595	2	2	2	2	2	False	73205	fragment	False	ISR0389_000000017724	0.9886053869380587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	1.1447279554013989e-05	CP009227.1	spirochetes	Treponema sp. OMZ 838, complete genome	True	False
FIJ0006_000000002943	10139	0.6445713428138321	10	4	3	3	1	True	64972	maximal	True	FIJ0006_000000002943	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0041_000000062788	1130	0.6445707172196342	2	2	2	2	2	False	11742	fragment	False	MON0041_000000062788	1.0		0	0	False	False	0.9964601993560791	0					non-mobilizable	no_good_hit	107.0	84.11200000000001	37.0	1.632872935737586e-05	CP018101.1	b-proteobacteria	Delftia sp. HK171, complete genome	True	False
MON0017_000000007102	2750	0.6445684617086226	4	4	4	4	4	False	90559	maximal	True	MON0017_000000007102	0.9711074313297953		1422	15	False	False	1.0	0					non-mobilizable	other	2752.0	96.221	100.0	0.01975611857980007	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0080_000000038055	1487	0.644561614148567	2	1	1	1	1	False	10032	fragment	False	MON0080_000000038055	1.0		0	0	False	False	0.9966375231742859	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000008206	2266	0.6445601667054124	3	1	1	1	1	False	38572	maximal	True	ISR0004_000000008206	1.0		0	0	False	False	0.9717563986778259	0					non-mobilizable	no_good_hit	127.0	79.528	6.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0056_000000012409	1768	0.6445581881514152	3	3	2	3	1	True	87082	maximal	True	ISR0056_000000012409	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1387.0	79.38	92.0	0.0004406091429459185	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
TAN0013_000000001911	3958	0.6445561100164918	5	3	2	1	1	False	2577	maximal	True	TAN0013_000000001911	1.0		9	5	False	False	0.9997473359107971	0					non-mobilizable	other	3381.0	78.91199999999999	93.0	0.07004240563180214	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	False	False
ISR0838_000000007319	3050	0.6445561100164918	4	3	2	1	1	False	20887	maximal	True	ISR0838_000000007319	1.0		97	12	False	False	1.0	0					non-mobilizable	other	3064.0	88.805	99.0	0.009274835051515032	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0026_000000001568	6596	0.6445519198430765	8	7	7	7	4	False	129903	maximal	True	MAD0026_000000001568	1.0		30	6	False	False	0.9996967911720276	0					non-mobilizable	no_good_hit	4494.0	98.954	68.0	0.04677918102595604	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0035_01_000000010986	2298	0.6445418304981213	2	2	1	2	1	True	99973	fragment	False	USA0035_01_000000010986	0.9822907083716651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	87.234	2.0	2.638581452722643e-05	NZ_KI391971.1	firmicutes	Granulicatella elegans ATCC 700633 supercont2.1, whole genome shotgun sequence	True	True
AUS0018_000000012915	2174	0.6445418304981213	2	2	1	2	1	True	99973	fragment	False	USA0035_01_000000010986	0.9567014795474326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	0.0006849181033639263	NZ_KB291628.1	firmicutes	Clostridium celatum DSM 1785 Scfld49, whole genome shotgun sequence	True	True
ISR0379_000000000457	25885	0.6445379388619589	26	10	7	9	6	True	108289	maximal	True	ISR0379_000000000457	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	79.743	13.0	0.0004646392794681585	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	True
ENG0001_000000003788	6203	0.6445318001542726	9	6	3	3	5	False	123628	fragment	False	USA0108_01_000000001009	0.03363796543589337		0	0	False	True	1.0	0					non-mobilizable	plasmid	6203.0	99.95200000000001	100.0	0.19968447148974533	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0017_000000003130	5963	0.6445316936871578	7	5	2	3	5	False	58915	maximal	True	MON0017_000000003130	1.0		464	14	False	False	1.0	0					non-mobilizable	no_good_hit	3268.0	71.848	54.0	0.001543804550972043	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0342_000000001728	10121	0.6445294444002895	10	4	2	4	2	False	67552	fragment	False	ISR0342_000000001728	0.9787114559934654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5524.0	99.095	77.0	0.34291568359617536	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ENG0007_000000002435	9794	0.6445294444002895	11	4	2	4	2	False	67552	fragment	False	ISR0342_000000001728	0.9631953364292065		0	0	False	False	0.9997957944869995	0					non-mobilizable	no_good_hit	5516.0	98.568	81.0	0.34235688563268346	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
SPA0033_000000005596	5189	0.6445294444002895	6	4	2	4	2	False	51440	fragment	False	SPA0033_000000005596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2753.0	97.23899999999999	53.0	0.1708059108406805	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
SPA0045_000000021682	1120	0.644523562451249	2	2	1	1	1	True	6744	fragment	False	SPA0045_000000021682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0003_000000013027	3779	0.6445143796656947	4	4	4	4	3	False	99231	fragment	False	CHI0111_000000008113	0.8982574871086519		0	0	False	False	0.9997353553771973	0					non-mobilizable	no_good_hit	1735.0	75.62	45.0	0.0004255541236596049	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0853_000000006717	2575	0.6445104211277624	3	1	1	1	1	False	20527	fragment	False	ISR0853_000000006717	1.0		0	0	False	False	0.9957281351089478	0					non-mobilizable	no_good_hit								True	False
CHI0096_000000004649	1740	0.644506172793813	3	3	2	2	2	False	87684	fragment	False	CHI0065_000000007433	0.9705549792592635		0	0	False	False	1.0	0					non-mobilizable	other	1740.0	99.77	100.0	0.000708531839725942	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
FIJ0158_000000003307	5314	0.6445041626106465	7	7	7	6	5	False	121659	fragment	False	SPA0158_000000001980	0.4049134589355613		0	0	False	False	0.9917199611663818	0					non-mobilizable	other	3018.0	98.84	100.0	0.04988009592326139	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0118_000000002376	5216	0.6445010501679296	7	3	1	2	0	False	116814	maximal	True	ISR0118_000000002376	1.0		0	0	False	False	0.9919478297233582	0					non-mobilizable	no_good_hit	636.0	99.84299999999999	12.0	0.0001714246006198865	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0095_000000006145	4480	0.6444982731131585	4	4	3	4	3	False	15600	maximal	True	MAD0095_000000006145	1.0		7	5	False	False	0.9948660731315613	0					non-mobilizable	no_good_hit	485.0	73.608	11.0	0.0007985854577754165	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0323_000000002464	6286	0.6444967592805677	8	6	4	5	4	False	82573	fragment	False	ISR0323_000000002464	1.0		0	0	False	False	0.9980909824371338	0					non-mobilizable	no_good_hit	76.0	84.211	1.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
CHI0064_000000002744	6093	0.6444926136435052	6	4	2	3	4	False	127359	maximal	True	CHI0064_000000002744	1.0	PS1004	69	10	False	True	1.0	0					non-mobilizable	no_good_hit	2530.0	100.0	74.0	0.4514459121742235	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	True	True
MON0044_000000046561	1235	0.6444898980752037	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11130383876640917		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	85.587	99.0	0.002963852620975553	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
CHI0179_000000018960	1207	0.6444898980752037	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.1106636406111161		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	85.536	99.0	0.0028863662779435124	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
USA0047_01_000000030086	1205	0.6444898980752037	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11106216882908425		0	0	False	False	0.9958506226539612	0					non-mobilizable	other	1209.0	85.773	100.0	0.0029008949672620203	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
CHI0179_000000019049	1203	0.6444898980752037	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.12174616997186903		0	0	False	False	0.9966749548912048	0					non-mobilizable	other	1206.0	84.90899999999999	100.0	0.0029008949672620203	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ENG0063_000000025364	1202	0.6444898980752037	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11101481734787573		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	85.821	100.0	0.002893630622602766	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ENG0133_000000020100	1202	0.6444898980752037	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11078085492432019		0	0	False	False	0.9991680383682251	0					non-mobilizable	other	1206.0	85.48899999999999	100.0	0.002893630622602766	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
DEN0094_000000033251	1192	0.6444898980752037	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11037183694897049		0	0	False	False	0.9983221292495728	0					non-mobilizable	other	1196.0	85.117	100.0	0.00033386598259737616	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
DEN0078_000000030010	1190	0.6444898980752037	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11027638594609473		0	0	False	False	0.9983193278312683	0					non-mobilizable	other	1194.0	86.09700000000001	100.0	0.002864573243965751	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
TAN0004_000000003719	1568	0.6444851488082077	2	2	2	1	1	False	2957	fragment	False	TAN0004_000000003719	1.0		0	0	False	False	0.9827806353569031	0					non-mobilizable	chromosome	1568.0	100.0	100.0	0.00033185568957791006	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
FIJ0030_000000021023	1745	0.6444829812587803	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.7046223102729527		0	0	False	False	1.0	0					non-mobilizable	other	1745.0	98.395	100.0	0.015987386099041122	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0067_000000009031	2402	0.6444779367980789	3	3	3	2	2	False	88592	maximal	True	SPA0067_000000009031	1.0		1	1	False	False	0.9933388829231262	0					non-mobilizable	no_good_hit	1880.0	98.98899999999999	78.0	0.000529416421939535	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0381_000000012696	1437	0.6444756636552306	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9186917274102346		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	96.934	99.0	0.005504143460854947	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0200_000000014933	1402	0.6444756636552306	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8713761149635498		0	0	False	False	0.9914407730102539	0					non-mobilizable	other	1406.0	94.666	100.0	0.002534541013563853	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0225_000000015737	1399	0.6444756636552306	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.882497318923701		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	97.0	100.0	0.005369802441935892	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0077_000000029384	1263	0.6444756636552306	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.3944152651554631		0	0	False	False	0.9992082118988037	0					non-mobilizable	other	1263.0	96.43700000000001	100.0	0.004843953310738453	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0151_000000002910	8507	0.644475341675058	4	4	2	4	2	True	57121	maximal	True	ENG0151_000000002910	1.0		3	3	False	False	0.9997649192810059	0					non-mobilizable	chromosome	3286.0	93.853	92.0	0.0013446074446363547	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0099_000000010463	2127	0.6444738751027401	3	3	3	2	2	False	48566	maximal	False	FIJ0112_000000010315	0.634352637771685		0	0	False	False	1.0	0					non-mobilizable	chromosome	2127.0	99.57700000000001	100.0	0.0004134472653458265	LR588411.1	enterobacteria	Klebsiella quasipneumoniae strain NCTC9170 genome assembly, chromosome: 1	False	False
FIJ0079_000000013513	2076	0.6444738751027401	3	3	3	2	2	False	48566	maximal	False	FIJ0112_000000010315	0.47756425588600626		0	0	False	False	0.9956647157669067	0					non-mobilizable	chromosome	2076.0	99.711	100.0	0.000398986976872792	CP060482.1	enterobacteria	Klebsiella quasipneumoniae strain UCI156 chromosome	False	False
FIJ0031_000000013268	1849	0.6444738751027401	3	3	3	2	2	False	48565	fragment	False	FIJ0031_000000013268	0.9985565819861432		0	0	False	False	0.9994591474533081	0					non-mobilizable	chromosome	1849.0	99.78399999999999	100.0	0.00035533876301731065	CP060482.1	enterobacteria	Klebsiella quasipneumoniae strain UCI156 chromosome	False	False
ISR0285_000000013767	1415	0.6444708192377869	3	2	1	2	1	False	120652	fragment	False	ENG0029_000000015479	0.6021862678171359		0	0	False	False	0.9731448888778687	0					non-mobilizable	other	1410.0	91.844	99.0	0.0003971112413505618	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0233_000000014814	1283	0.644469280284336	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.03185511856452969		0	0	False	False	0.9968823194503784	0					non-mobilizable	other	1283.0	94.154	100.0	0.00041236994022565834	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
CAN0021_000000003348	10386	0.6444689163314125	20	7	4	5	7	False	91672	maximal	True	CAN0021_000000003348	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	73.757	3.0	0.001027381447107171	NZ_BIML01000001.1	firmicutes	Paenibacillus xylaniclasticus strain NBRC 106381 PXY01_CON00110, whole genome shotgun sequence	True	False
ISR0070_000000000191	52152	0.6444683012001904	56	22	10	17	10	True	99762	backbone	True	ISR0070_000000000191	1.0	PS560	1	1	True	True	1.0	47					non-mobilizable	no_good_hit	647.0	92.427	1.0	0.07894091689139494	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
FIJ0083_000000009407	3674	0.6444665116474957	5	5	5	3	3	False	49122	maximal	True	FIJ0083_000000009407	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1955.0	96.98200000000001	53.0	0.0007610495391422236	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
FIJ0064_000000002881	8849	0.644465264777041	12	9	3	4	8	False	45527	maximal	True	FIJ0064_000000002881	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	7277.0	99.73899999999999	83.0	0.03518188104114384	AP021952.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-W18-CRE-02_2 DNA, complete genome, strain: WP3-W18-CRE-02	True	False
MAD0106_000000008576	2427	0.6444648582965269	3	2	2	2	1	False	14742	maximal	True	MAD0106_000000008576	1.0		1	1	False	False	0.9740419983863831	0					non-mobilizable	no_good_hit								True	False
SPA0020_000000016704	1955	0.6444599434849794	4	2	2	2	2	False	96495	fragment	False	SPA0020_000000016704	1.0		0	0	False	False	0.9994884729385376	0					non-mobilizable	no_good_hit	323.0	93.49799999999999	16.0	0.000952511764565368	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
ISR0025_000000021591	1823	0.6444599434849794	3	2	2	2	2	False	37349	maximal	True	ISR0025_000000021591	1.0		1	1	False	False	0.9994514584541321	0					non-mobilizable	no_good_hit	357.0	93.277	20.0	0.16896060749881348	LN852738.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK0046	True	False
CHI0032_000000004008	1732	0.6444599434849794	2	2	2	2	2	False	96494	fragment	False	DEN0083_000000017426	0.8170010604367166		0	0	False	False	0.9988452792167664	0					non-mobilizable	no_good_hit	345.0	93.913	38.0	0.001027160021976447	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
DEN0083_000000017426	1713	0.6444599434849794	2	2	2	2	2	False	96494	fragment	False	DEN0083_000000017426	0.9524151076203091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	93.931	32.0	0.001027160021976447	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
CAN0003_000000031045	1583	0.6444599434849794	2	2	2	2	2	False	96494	fragment	False	DEN0083_000000017426	0.843212326365181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	94.20299999999999	26.0	0.001027160021976447	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
CAN0005_000000010687	1580	0.6444599434849794	2	2	2	2	2	False	96494	fragment	False	DEN0083_000000017426	0.7412519103583782		0	0	False	False	0.9993671178817749	0					non-mobilizable	no_good_hit	345.0	94.20299999999999	24.0	0.001027160021976447	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
FIJ0146_000000009951	1918	0.6444580423354598	2	2	2	2	2	False	39974	fragment	False	FIJ0146_000000009951	1.0		0	0	False	False	0.9900938272476196	0					non-mobilizable	plasmid	1918.0	100.0	100.0	0.015971938711746916	CP034362.1	enterobacteria	Klebsiella pneumoniae strain 39 plasmid pK039_3, complete sequence	False	True
ISR0200_000000006569	3375	0.6444560145282142	5	5	4	3	3	False	28777	maximal	True	ISR0200_000000006569	1.0		64	11	False	False	0.9985185265541077	0					non-mobilizable	no_good_hit	442.0	97.285	28.0	9.725487542919e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0087_000000009871	3182	0.644452963466593	3	3	3	3	3	False	43743	maximal	True	FIJ0087_000000009871	1.0		5	1	False	False	0.9996857047080994	0					non-mobilizable	no_good_hit	831.0	78.7	34.0	0.00028732627096708744	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
MAD0002_000000000593	23313	0.6444495664224074	20	12	5	10	4	True	53393	fragment	False	MAD0083_000000000083	0.9675666933912836		0	0	False	False	0.9999142289161682	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	0.0	1.8739846246769177e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
DEN0052_000000032832	1422	0.6444425032732072	2	2	2	2	1	True	72222	maximal	False	ISR0389_000000013640	0.6330966214762211		0	0	False	False	0.9915611743927002	0					non-mobilizable	other	1372.0	87.97399999999999	96.0	0.0029332922244204073	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
ISR0356_000000015990	1336	0.6444425032732072	2	2	2	2	1	True	61498	fragment	False	ISR0356_000000015990	0.9847020933977455		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	86.42200000000001	99.0	0.0028283788528900423	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
DEN0064_000000022500	1840	0.6444413344374904	3	3	3	3	2	False	71255	fragment	False	DEN0064_000000022500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	95.824	51.0	0.00025226995643273516	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0389_000000010439	2101	0.6444388587308075	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.2308928909911319		0	0	False	False	0.9957163333892822	0					non-mobilizable	no_good_hit	1105.0	85.339	52.0	0.0003081559828539998	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0146_000000009814	1938	0.6444337342564123	2	2	2	2	2	False	43080	fragment	False	FIJ0146_000000009814	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1938.0	98.4	100.0	0.0003603558686287985	CP028391.2	enterobacteria	Klebsiella pneumoniae strain WCHKP13F2 chromosome, complete genome	False	False
CHI0072_000000007414	1370	0.6444282104620456	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.01706916942604133		0	0	False	False	0.9992700815200806	0					non-mobilizable	other	1364.0	95.601	100.0	0.00041048208003286265	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
DEN0096_000000010957	3905	0.6444232465817875	5	5	3	3	3	True	84342	fragment	False	DEN0096_000000010957	1.0		0	0	False	False	0.99923175573349	0					non-mobilizable	chromosome	2813.0	96.836	100.0	0.0005467534495941362	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
ISR0060_000000002009	15555	0.6444184457507852	11	6	5	5	2	False	35434	fragment	False	ISR0060_000000002009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	97.73	19.0	0.008061476160217127	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0083_000000001939	12059	0.644416035711715	9	7	5	6	5	False	108667	maximal	True	ENG0083_000000001939	1.0		3	3	False	False	0.9987561106681824	0					non-mobilizable	no_good_hit	487.0	78.234	4.0	0.00016962819553491845	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0356_000000010911	1829	0.6444129237198474	3	2	2	2	2	False	102220	fragment	False	ISR0855_000000007730	0.4894443981681719		0	0	False	False	0.9748496413230896	0					non-mobilizable	other	1205.0	93.94200000000001	94.0	0.0002951941943834156	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0145_000000027282	1270	0.6444055624546535	2	2	2	2	1	True	3355	maximal	True	SPA0145_000000027282	1.0		68	12	False	False	1.0	0					non-mobilizable	chromosome	858.0	85.664	96.0	0.000301352876808426	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0101_000000008637	3583	0.6444049520180041	3	3	2	3	2	False	60508	maximal	True	ENG0101_000000008637	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2531.0	94.073	70.0	0.001366780051177178	CP031254.1	g-proteobacteria	Haemophilus influenzae strain M25588 chromosome, complete genome	True	False
CHI0160_000000020041	1595	0.6444034913241752	4	3	1	2	3	False	78697	fragment	False	CHI0160_000000020041	1.0		0	0	False	False	0.9855799078941345	0					non-mobilizable	no_good_hit	637.0	95.76100000000001	40.0	0.0001634420377561419	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
ISR0197_000000021338	1184	0.6444034913241752	5	3	1	2	3	False	119874	fragment	False	USA0020_01_000000024131	0.31378471031527344		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	98.649	100.0	0.01919550860796054	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
SPA0054_000000024972	1162	0.6444034913241752	5	3	1	2	3	False	119874	fragment	False	USA0020_01_000000024131	0.25338771363279156		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	98.709	100.0	0.01883853380713625	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0086_000000008862	2932	0.6444012847146835	4	2	2	2	1	True	78021	maximal	True	ISR0086_000000008862	1.0		21	6	False	False	0.9931787252426147	0					non-mobilizable	other	2298.0	93.995	99.0	0.0006951707893777903	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
FIJ0151_000000001563	9637	0.6443991639553167	7	7	7	6	6	False	109990	maximal	True	FIJ0151_000000001563	1.0		83	1	False	False	1.0	0					non-mobilizable	no_good_hit	3080.0	88.084	71.0	0.0005515211311510076	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
SPA0016_000000001379	18668	0.6443991538187331	22	8	3	3	5	True	132163	maximal	True	SPA0016_000000001379	1.0		3	2	False	False	0.9999464154243469	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
ISR0076_000000001675	12856	0.6443971546305117	9	4	4	4	2	True	39412	fragment	False	ISR0076_000000001675	1.0		0	0	False	False	0.999299943447113	0					non-mobilizable	no_good_hit	75.0	98.667	1.0	1.6468788974279313e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MAD0046_000000007851	3149	0.6443966983703129	5	4	2	3	4	False	129575	maximal	True	MAD0046_000000007851	1.0	PS1061	2	2	False	True	0.9993648529052734	0					non-mobilizable	no_good_hit	1758.0	91.866	60.0	0.0004703106676642791	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0017_000000011124	3025	0.6443958891125473	6	3	2	3	2	False	118640	fragment	False	ENG0009_000000003397	0.7444125514538108		0	0	False	False	0.9927272796630859	0					non-mobilizable	no_good_hit	2232.0	90.63600000000001	78.0	0.0004922049047241453	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0080_01_000000020431	2111	0.6443958891125473	3	3	2	3	2	False	118616	fragment	False	ISR0833_000000003530	0.7028971535942288		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	93.86200000000001	98.0	0.0002690953256133767	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
SPA0145_000000024524	1418	0.6443927338386505	2	2	1	1	2	False	3359	fragment	False	SPA0145_000000024524	1.0		0	0	False	False	0.9971791505813599	0					non-mobilizable	other	1400.0	96.85700000000001	99.0	0.005016728404579961	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
MON0078_000000001953	13899	0.6443871674046401	13	11	10	11	9	False	10181	maximal	True	MON0078_000000001953	1.0		1	1	False	False	0.9993524551391602	0					non-mobilizable	no_good_hit	1051.0	82.77799999999999	8.0	0.0001989015391787589	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
MON0074_000000011865	1744	0.6443868380351923	2	2	2	2	2	False	11786	fragment	False	MON0074_000000011865	1.0		0	0	False	False	0.9942660331726074	0					non-mobilizable	no_good_hit	254.0	72.835	14.0	6.969029242214629e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0111_000000004018	4205	0.6443854553098588	3	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.33093769641946186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.874	67.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0213_000000015116	1759	0.6443852821469351	3	3	3	3	2	True	59602	maximal	True	ISR0213_000000015116	1.0		226	8	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	85.917	84.0	0.00046334047045763223	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
MAD0008_000000008137	1688	0.6443829255051181	3	3	3	2	3	False	126615	maximal	True	MAD0008_000000008137	1.0		364	13	False	False	1.0	0					non-mobilizable	chromosome	1688.0	100.0	100.0	0.0003766500206856102	CP053597.1	enterobacteria	Escherichia coli strain T7Express_LysY chromosome, complete genome	False	False
ISR0040_000000009403	2900	0.6443827805768709	4	3	3	2	2	False	93258	fragment	False	ISR0835_000000003721	0.47123010834603013		0	0	False	False	0.9868965744972229	0					non-mobilizable	other	2883.0	99.54899999999999	99.0	0.005318353856913768	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
FIJ0028_000000002413	11510	0.6443708824291421	14	13	8	11	9	False	119747	maximal	True	FIJ0028_000000002413	1.0		1	1	False	False	0.9977411031723022	0					non-mobilizable	chromosome	7875.0	99.771	100.0	0.0012555896782683003	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0223_000000016367	1865	0.6443680345508628	2	2	2	2	2	False	111712	maximal	False	ISR0205_000000007601	0.34862056248070905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	84.848	4.0	2.3831277488461997e-05	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
DEN0092_000000006511	2300	0.6443665925249386	2	1	1	1	1	True	68564	maximal	True	DEN0092_000000006511	1.0		5	4	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit								True	True
ITA0002_000000005866	1704	0.6443663457970857	2	2	2	1	1	False	96062	fragment	False	ITA0002_000000005866	0.9942893401015229		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	99.413	100.0	0.023510409188801148	NZ_CABJDZ010000010.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0045_000000023564	1766	0.6443654567024767	3	2	2	2	1	False	17842	maximal	True	MAD0045_000000023564	1.0		37	6	False	False	0.984711229801178	0					non-mobilizable	no_good_hit	321.0	77.259	18.0	0.0002645449492006724	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0043_000000001359	16656	0.6443574825467356	24	5	3	4	3	True	88833	maximal	True	ENG0043_000000001359	1.0		0	0	False	False	0.998799204826355	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0003531581494512969	NZ_JNJN01000005.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	True
ENG0057_000000024253	1144	0.6443482167587654	2	1	1	1	1	False	63493	maximal	True	ENG0057_000000024253	1.0		19	8	False	False	0.9956293702125549	0					non-mobilizable	no_good_hit	46.0	89.13	4.0	7.3682797195469e-05	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
DEN0064_000000002647	10235	0.6443461083022834	8	6	4	5	4	False	114613	fragment	False	DEN0064_000000002647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2177.0	73.633	22.0	0.04785803907510307	NZ_AAXG02000017.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont185, whole genome shotgun sequence	True	False
ENG0111_000000004892	4420	0.6443421574937251	4	4	4	4	4	False	59759	maximal	True	ENG0111_000000004892	1.0		3	3	False	False	1.0	0					non-mobilizable	other	4420.0	100.0	100.0	0.0014585775848410913	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
USA0073_01_000000007145	2282	0.6443376269809284	4	3	1	3	1	False	126707	backbone	False	ENG0100_000000008751	0.088913210630929	PS974|PS975	0	0	False	True	0.9938650131225586	0					non-mobilizable	no_good_hit	973.0	88.48899999999999	79.0	0.18387526145655067	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0378_000000003402	5637	0.6443227578787772	5	5	5	5	3	True	23285	maximal	True	ISR0378_000000003402	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4473.0	99.419	79.0	0.0008661313773328848	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MAD0038_000000005086	2636	0.6443180439091687	6	1	1	1	1	False	18557	maximal	True	MAD0038_000000005086	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0084_000000005226	4260	0.6443113366303151	6	4	4	3	4	False	92440	maximal	True	ISR0084_000000005226	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	2.0	0.00022001877493546117	NZ_FOFS01000003.1	g-proteobacteria	Solimonas aquatica strain DSM 25927, whole genome shotgun sequence	True	False
ISR0789_000000007901	1762	0.6443088527804878	2	2	2	2	2	False	80641	maximal	True	ISR0789_000000007901	0.9697398190045249		84	8	False	False	0.9835414290428162	0					non-mobilizable	other	1772.0	96.33200000000001	100.0	0.03573161853918952	NZ_CZBD01000026.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0052_000000005179	5191	0.6443064726337787	5	1	1	1	1	True	85054	maximal	True	FIJ0052_000000005179	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	95.439	23.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
CHI0069_000000005577	1811	0.6443064726337787	2	1	1	1	1	True	85050	fragment	False	CHI0069_000000005577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	96.344	47.0	0.018405708815594814	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0232_000000016440	1735	0.6443064726337787	2	1	1	1	1	True	27439	fragment	False	ISR0232_000000016440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	95.266	68.0	0.025672265251066053	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0001_000000023688	1468	0.6443064726337787	2	1	1	1	1	True	19534	fragment	False	MON0001_000000023688	0.9996366279069768		0	0	False	False	0.997956395149231	0					non-mobilizable	no_good_hit	1142.0	95.79700000000001	78.0	0.024802018971368897	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0022_000000022954	1376	0.6443064726337787	2	1	1	1	1	True	19534	fragment	False	MON0001_000000023688	0.9683242506811989		0	0	False	False	0.9774709343910217	0					non-mobilizable	no_good_hit	1143.0	95.801	83.0	0.024823775128361328	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MAD0013_000000022962	1119	0.6443064726337787	2	1	1	1	1	True	19533	fragment	False	MAD0013_000000022962	1.0		0	0	False	False	0.9991063475608826	0					non-mobilizable	other	1090.0	96.147	97.0	0.023670698807762597	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	False	True
ISR0132_000000012476	2243	0.6443037151033559	2	1	1	1	1	False	31597	maximal	True	ISR0132_000000012476	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000020035	1484	0.6442987938773147	2	2	2	2	1	False	117029	fragment	False	ISR0185_000000019355	0.5393315962152793		0	0	False	False	0.9993261694908142	0					non-mobilizable	other	1484.0	99.39399999999999	100.0	0.012588920391843941	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0147_000000017046	1480	0.6442987938773147	2	2	2	2	1	False	117029	fragment	False	ISR0185_000000019355	0.5434300123476966		0	0	False	False	0.9993243217468262	0					non-mobilizable	other	1480.0	98.243	100.0	0.01255496511094888	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0035_01_000000020017	1300	0.6442987938773147	2	2	2	2	1	False	117027	fragment	False	USA0035_01_000000020017	1.0		0	0	False	False	0.9907692074775696	0					non-mobilizable	other	1300.0	97.846	100.0	0.011026977470671126	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0145_000000006789	4760	0.6442978943868323	5	4	4	4	2	False	54907	maximal	True	ISR0145_000000006789	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	71.391	15.0	0.0002480790657187965	NZ_CP018153.1	CFB group bacteria	Gramella salexigens strain LPB0144 chromosome, complete genome	True	False
ISR0355_000000008289	2337	0.6442929569856928	3	3	3	3	3	False	93860	maximal	False	MON0104_000000020522	0.9506506741467909		0	0	False	False	0.9995720982551575	0					non-mobilizable	other	2338.0	99.48700000000001	100.0	0.02729980725424917	NZ_JAAIPV010000014.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_14_length_85605_cov_116.177, whole genome shotgun sequence	False	False
AST0148_000000014607	2375	0.6442907819650879	3	3	2	3	2	False	105012	maximal	True	AST0148_000000014607	1.0		7	3	False	False	0.9856842160224915	0					non-mobilizable	no_good_hit	406.0	72.167	17.0	0.0015204977018431682	NZ_SMAK01000006.1	a-proteobacteria	Tepidamorphus gemmatus strain DSM 19345 Ga0244678_106, whole genome shotgun sequence	True	False
AST0040_000000007497	2631	0.6442857201290436	3	3	3	2	1	False	129389	maximal	True	AST0040_000000007497	1.0		5	4	False	False	0.9885975122451782	0					non-mobilizable	no_good_hit	1461.0	77.413	66.0	0.00040275202602883684	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0147_000000007002	3437	0.6442808299926177	4	4	4	4	4	False	63641	fragment	False	ISR0147_000000007002	1.0		0	0	False	False	0.9997090697288513	0					non-mobilizable	no_good_hit	2674.0	98.766	78.0	0.013181001992935931	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0112_000000003774	6737	0.6442786319907039	6	5	5	4	5	False	71498	fragment	False	ISR0112_000000003774	1.0		0	0	False	False	0.9970313310623169	0					non-mobilizable	no_good_hit	2389.0	89.20100000000001	68.0	0.20149001015916018	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0015_000000030130	1274	0.6442712502955892	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.8259086275281281		0	0	False	False	0.9615384340286255	0					non-mobilizable	no_good_hit	89.0	100.0	7.0	2.96202847788425e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0382_000000002873	4368	0.6442701506658101	3	3	2	0	2	False	34643	maximal	True	ISR0382_000000002873	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	2.4818510612169515e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0361_000000011936	1277	0.6442693820238764	2	1	1	1	1	False	23743	fragment	False	ISR0361_000000011936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0158_000000000936	15053	0.6442661161503141	18	6	4	5	2	True	103570	fragment	False	ISR0181_000000000999	0.9211216172092073		0	0	False	False	1.0	0					non-mobilizable	other	14345.0	99.97200000000001	100.0	0.003841211020505115	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0153_000000001533	14960	0.6442661161503141	17	6	4	5	2	True	103570	fragment	False	ISR0181_000000000999	0.9197109836756798		0	0	False	False	1.0	0					non-mobilizable	other	14347.0	99.92299999999999	100.0	0.003841211020505115	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0177_000000010505	2692	0.6442636504297402	3	3	2	3	2	False	114875	maximal	True	ISR0177_000000010505	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000005202	5226	0.6442613346384822	6	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.9232311798518636		0	0	False	False	0.999808669090271	0					non-mobilizable	plasmid	5156.0	97.65299999999999	100.0	0.034066981844185766	CP027135.1	enterobacteria	Escherichia coli strain AR_0369 plasmid unnamed3	False	True
ISR0305_000000007591	2318	0.6442592394909281	3	2	1	2	2	False	25476	maximal	True	ISR0305_000000007591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	89.103	38.0	0.01756910715356479	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
TAN0013_000000002135	3652	0.6442569145349931	9	6	4	5	3	False	2575	maximal	True	TAN0013_000000002135	1.0		2	1	False	False	0.9953449964523315	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0006538452866773387	NZ_BDAQ01000019.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	False
FIJ0023_000000023965	1436	0.6442499813304516	2	2	2	2	1	False	49322	maximal	True	FIJ0023_000000023965	1.0		3	3	False	False	0.9979108572006226	0					non-mobilizable	no_good_hit								True	False
ISR0185_000000017671	1859	0.6442476159506805	1	1	1	1	1	False	48509	maximal	True	ISR0185_000000017671	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	6.0	2.2841493505694854e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0098_000000011292	2073	0.6442442875228523	3	3	3	3	3	False	42863	maximal	True	FIJ0098_000000011292	1.0		1	1	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit	1533.0	78.604	73.0	0.1554324407510003	MK232392.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V06.J07_3-CL28_c1 sequence	True	False
TAN0009_000000002916	8233	0.6442412494290808	13	2	2	2	2	True	2728	maximal	True	TAN0009_000000002916	1.0		3	1	False	False	0.9998785257339478	0					non-mobilizable	no_good_hit	77.0	94.805	1.0	0.002875846671964279	NZ_JH379357.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld44, whole genome shotgun sequence	True	True
TAN0024_000000000961	6090	0.6442412494290808	9	2	2	2	2	True	2346	fragment	False	TAN0024_000000000961	1.0		0	0	False	False	0.9990147948265076	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.00013506577703341528	NZ_VFJB01000009.1	bacteria	Deferribacter autotrophicus strain SL50 Ga0300908_109, whole genome shotgun sequence	True	True
CHI0164_000000010634	2081	0.6442394595299158	3	3	3	3	3	False	78398	fragment	False	SPA0086_000000006741	0.9882771267444054		0	0	False	False	0.9995194673538208	0					non-mobilizable	other	1150.0	82.522	92.0	0.012506319097962503	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0272_000000005963	1756	0.6442354826955036	3	3	3	3	2	False	38245	fragment	False	ISR0272_000000005963	0.9548916227299356		0	0	False	False	0.9988610744476318	0					non-mobilizable	no_good_hit	362.0	72.928	20.0	0.0019021637778997341	NZ_VSLA01000028.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_28, whole genome shotgun sequence	True	False
ENG0139_000000008541	2313	0.6442314986680994	3	1	1	1	1	False	82678	fragment	False	SPA0025_000000008543	0.9509536255673169		0	0	False	False	0.9874621629714966	0					non-mobilizable	no_good_hit								True	False
CHI0119_000000007774	1589	0.6442313972554061	2	2	2	2	1	False	81926	fragment	False	CHI0119_000000007774	1.0		0	0	False	False	0.9993706941604614	0					non-mobilizable	no_good_hit								True	False
MON0056_000000006873	2606	0.6442309581000799	3	3	3	3	2	False	130054	maximal	True	MON0056_000000006873	1.0		46	8	False	False	0.9693016409873962	0					non-mobilizable	no_good_hit	1481.0	97.29899999999999	57.0	0.0004770311130650764	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0046_000000010825	2250	0.6442266808696547	3	3	1	1	3	True	74255	fragment	False	DEN0046_000000010825	0.9418443657673606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1806.0	94.85	89.0	0.04121142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
SPA0096_000000039278	1110	0.6442251397350863	1	1	1	1	1	False	5144	fragment	False	SPA0096_000000039278	1.0		0	0	False	False	0.99909907579422	0					non-mobilizable	no_good_hit								True	False
CHI0035_000000001666	5862	0.6442225154404981	9	4	2	1	3	True	88128	fragment	False	CHI0035_000000001666	1.0		0	0	False	False	0.9986352920532227	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	0.0007346150617076652	NZ_RCXZ01000044.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0044, whole genome shotgun sequence	True	True
MAD0105_000000034395	1160	0.6442203397053812	1	1	1	1	1	False	40042	fragment	False	FIJ0144_000000024490	0.7590529543361381		0	0	False	False	0.9991379380226135	0					non-mobilizable	no_good_hit	64.0	96.875	6.0	0.00344243483962625	NZ_AUME01000048.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00042.42_C, whole genome shotgun sequence	True	False
ISR0164_000000020037	1412	0.6442196999857625	2	2	2	2	2	False	30275	fragment	False	ISR0164_000000020037	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	84.00299999999999	99.0	0.0033962575620745577	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	False	False
ISR0803_000000003327	3879	0.6442129569447949	4	4	4	4	3	False	107488	fragment	False	ISR0803_000000003327	0.990909090909091		0	0	False	False	0.9994844198226929	0					non-mobilizable	no_good_hit	1163.0	72.743	30.0	0.0034707900630302807	NZ_FRDE01000001.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
MAD0055_000000007337	1332	0.6442102639570101	2	1	1	1	1	False	17092	fragment	False	MAD0055_000000007337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000013827	2867	0.6442056845378543	5	2	2	1	1	False	35854	fragment	False	ISR0051_000000013827	1.0		0	0	False	False	0.9853505492210388	0					non-mobilizable	no_good_hit	78.0	94.87200000000001	3.0	2.7171161023710544e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0198_000000002898	6347	0.6441967417684052	8	5	5	4	3	False	54356	maximal	True	ENG0198_000000002898	1.0		27	7	False	False	0.9957460165023804	0					non-mobilizable	chromosome	6349.0	97.338	100.0	0.002238974242797966	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0054_000000007771	3288	0.6441890419976042	5	3	3	3	2	False	63788	maximal	True	ENG0054_000000007771	1.0		2	2	False	False	0.9923965930938721	0					non-mobilizable	no_good_hit	1279.0	84.05	74.0	0.013704719671260206	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
MON0080_000000033393	1661	0.6441884174028497	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.8574437671486783		0	0	False	False	0.9993979334831238	0					non-mobilizable	no_good_hit	932.0	86.266	56.0	0.00024675029856786125	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0057_000000014507	1539	0.6441884174028497	3	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.935755929326253		0	0	False	False	0.9974009394645691	0					non-mobilizable	no_good_hit	725.0	84.13799999999999	55.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0790_000000011187	1518	0.6441884174028497	3	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.92777451976986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	83.665	55.0	0.0034191818561975745	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0787_000000009790	1508	0.6441884174028497	3	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9248387812123844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	83.285	55.0	0.0033699849949573217	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0834_000000012025	1481	0.6441884174028497	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.8560697385930898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	83.429	54.0	0.0033699849949573217	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
MAD0014_000000027364	1263	0.6441867380344194	2	2	2	2	2	False	60354	fragment	False	ENG0102_000000020935	0.9533622559652928		0	0	False	False	0.9992082118988037	0					non-mobilizable	no_good_hit	138.0	82.609	11.0	6.281906078113655e-05	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
CHI0115_000000001186	6325	0.644184560105236	11	11	2	10	11	True	82254	fragment	False	CHI0115_000000001186	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6326.0	99.7	100.0	0.09104256329797188	CP035518.1	enterobacteria	Escherichia coli strain U14A plasmid pU14A_B, complete sequence	False	True
CHI0027_000000008433	2053	0.6441801929298246	3	1	1	1	1	False	88825	maximal	True	CHI0027_000000008433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	99.541	53.0	0.00046047718798547787	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
MON0044_000000047512	1213	0.6441769951942927	1	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.11601231124695668		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	85.406	99.0	0.00042495581344864744	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
DEN0031_000000010295	3203	0.6441759828192406	4	4	3	3	3	False	73803	maximal	True	DEN0031_000000010295	1.0		127	10	False	False	0.9996877908706665	0					non-mobilizable	no_good_hit	2343.0	99.01799999999999	78.0	0.010926334753772408	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0101_000000038567	1687	0.6441742401834499	2	2	2	2	2	False	9036	fragment	False	MON0101_000000038567	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1688.0	97.09700000000001	100.0	0.020744641582794005	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	False	False
ISR0268_000000005634	3214	0.6441641592727054	2	2	2	1	1	False	99649	fragment	False	ISR0268_000000005634	1.0		0	0	False	False	0.9934660792350769	0					non-mobilizable	no_good_hit	536.0	76.306	16.0	0.00021797497060481767	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0028_000000011307	2251	0.6441640482313084	3	2	1	1	2	False	12596	maximal	True	MON0028_000000011307	1.0		2	2	False	False	0.9289205074310303	0					non-mobilizable	no_good_hit	1675.0	99.94	74.0	0.0004852616978071911	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0021_000000008824	2101	0.6441621226757779	3	2	2	2	2	False	66367	maximal	True	ENG0021_000000008824	1.0		45	9	False	False	0.9995240569114685	0					non-mobilizable	other	2101.0	99.85700000000001	100.0	0.0005901671409549578	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0034_000000012524	1271	0.6441579844121503	3	1	1	1	1	True	49195	fragment	False	MAD0034_000000012524	0.983249581239531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	71.288	62.0	0.010625785238846266	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0014_000000013335	2737	0.6441576649785704	3	3	3	3	2	False	112340	maximal	True	ISR0014_000000013335	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	97.193	38.0	0.0002863077683545218	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0086_000000004172	3511	0.644156357827397	3	3	1	3	2	True	66514	maximal	True	SPA0086_000000004172	0.9923053247152971		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	97.315	40.0	0.0028859804963576132	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ENG0063_000000009749	3249	0.644156357827397	3	3	1	3	2	True	66514	maximal	False	SPA0086_000000004172	0.955283395044147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	96.917	47.0	0.002882101490314122	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
MAD0005_000000002040	8387	0.6441556053789951	8	7	6	7	7	False	20005	maximal	True	MAD0005_000000002040	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	4770.0	99.916	95.0	0.029973351434245923	CP034789.1	enterobacteria	Escherichia coli strain ECCNB20-2 plasmid pTB422, complete sequence	False	True
MAD0033_000000014614	1423	0.6441547332279793	3	2	2	1	1	False	18863	fragment	False	MAD0033_000000014614	1.0		0	0	False	False	0.9992972612380981	0					non-mobilizable	no_good_hit	253.0	75.889	18.0	7.920294698072686e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
SPA0002_000000009933	2068	0.6441502954726687	3	1	1	1	1	False	8402	maximal	True	SPA0002_000000009933	1.0		1	1	False	False	0.981141209602356	0					non-mobilizable	chromosome	2020.0	99.95	98.0	0.001584681568481555	CP017037.1	firmicutes	Dialister pneumosintes strain F0677 chromosome, complete genome	False	False
ISR0296_000000000842	19415	0.6441500581108794	23	15	7	12	10	True	122914	maximal	False	ISR0188_000000000770	0.9652383367139961		0	0	False	False	1.0	0					non-mobilizable	other	19426.0	98.059	100.0	0.11320226847507417	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
CHI0142_000000000375	29861	0.6441493735501888	34	17	6	11	11	False	80015	maximal	True	CHI0142_000000000375	1.0		1	1	False	False	0.9987609386444092	0					non-mobilizable	no_good_hit	214.0	77.57	1.0	0.01662071681764474	NZ_LNAM01000203.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf75, whole genome shotgun sequence	True	False
ISR0076_000000013878	1857	0.6441421250973616	2	2	2	1	2	False	34571	maximal	True	ISR0076_000000013878	0.9951534733441034		211	13	False	False	0.9865373969078064	0					non-mobilizable	other	1853.0	99.78399999999999	99.0	0.022692741263539675	NZ_JAANXY010000011.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_11, whole genome shotgun sequence	False	False
ISR0156_000000013500	1857	0.6441421250973616	2	2	2	1	2	False	34571	maximal	False	ISR0076_000000013878	0.9951534733441034		0	0	False	False	0.9908454418182373	0					non-mobilizable	other	1853.0	98.921	99.0	0.022692741263539675	NZ_JAANXY010000011.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_11, whole genome shotgun sequence	False	False
CHI0185_000000004943	4087	0.6441334328668672	2	2	1	2	2	False	83899	maximal	True	CHI0185_000000004943	0.9463917525773196		38	8	False	False	1.0	0					non-mobilizable	other	3942.0	91.603	96.0	0.11760126942307117	NZ_QRML01000041.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf41, whole genome shotgun sequence	False	False
CHI0146_000000000462	12185	0.6441257571211173	11	10	5	5	9	True	105600	fragment	False	CHI0146_000000000462	0.9730407118893236		0	0	False	False	0.9982765913009644	0					non-mobilizable	other	6315.0	97.35600000000001	91.0	0.0012215318865917944	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0034_000000010427	3441	0.6441246750921361	4	4	4	4	3	False	92455	fragment	False	SPA0034_000000010427	0.9967360895244016		0	0	False	False	1.0	0					non-mobilizable	other	3441.0	99.419	100.0	0.000981821461475495	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0024_000000030687	1670	0.6441228293944882	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9613724602589194		0	0	False	False	0.9982035756111145	0					non-mobilizable	chromosome	1494.0	82.396	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0139_000000000701	24695	0.6441217738164088	21	12	9	10	3	True	97623	fragment	False	FIJ0129_000000000627	0.8690420327692238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	81.22	5.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0142_000000016485	2124	0.6441212514072605	4	4	4	4	3	False	40193	maximal	True	FIJ0142_000000016485	1.0		3	2	False	False	0.9957627058029175	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0001621205366189762	NZ_VKGK01000011.1	g-proteobacteria	Shewanella hanedai strain JCM 20706 NODE_11_length_172711_cov_40.552796, whole genome shotgun sequence	True	False
FIJ0074_000000007414	4318	0.6441170084173004	7	5	3	3	3	False	132417	fragment	False	FIJ0075_000000003112	0.3969340024133407		0	0	False	False	0.997684121131897	0					non-mobilizable	chromosome	4144.0	100.0	96.0	0.0011673082682786022	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0151_000000003418	4931	0.644114760668347	6	6	5	6	5	False	3248	maximal	True	SPA0151_000000003418	1.0		64	11	False	False	1.0	0					non-mobilizable	no_good_hit	2101.0	96.24	42.0	0.013096398490415136	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0098_000000011528	3046	0.6441146190868919	5	4	2	2	4	False	94723	maximal	True	SPA0098_000000011528	1.0		2	2	False	False	0.9921208024024963	0					non-mobilizable	no_good_hit	424.0	75.0	14.0	0.00025061847135891433	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MON0051_000000003642	7563	0.6441139460076925	8	7	6	5	2	True	105919	maximal	True	MON0051_000000003642	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.29799999999999	21.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0785_000000000199	54274	0.6441116511503394	62	27	17	26	13	True	96386	maximal	True	ISR0785_000000000199	0.9831763782617226		4	2	False	False	0.9998894333839417	0					non-mobilizable	no_good_hit	659.0	74.203	1.0	0.00028069367484248353	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
AST0094_000000014867	1534	0.6441088995521849	2	2	1	2	2	False	109185	maximal	True	AST0094_000000014867	1.0		16	6	False	False	0.9993481040000916	0					non-mobilizable	chromosome	1534.0	99.67399999999999	100.0	0.00030898374781766373	LR134031.1	enterobacteria	Escherichia coli strain NCTC11151 genome assembly, chromosome: 1	False	False
ISR0364_000000003692	4023	0.6441078548141359	6	6	2	4	5	True	77462	fragment	False	ISR0364_000000003692	0.9903050672182006		0	0	False	False	0.9997514486312866	0					non-mobilizable	other	3808.0	98.92299999999999	95.0	0.0011369374319683606	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0351_000000013726	1133	0.6440942147795542	2	2	1	2	1	False	68871	fragment	False	ISR0829_000000012462	0.6632628062890423		0	0	False	False	0.999117374420166	0					non-mobilizable	other	1107.0	95.212	96.0	0.007718451005980753	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
CHI0009_000000004881	1642	0.6440919496224928	2	2	2	2	2	False	90452	fragment	False	CHI0009_000000004881	0.9943968358602504		0	0	False	False	0.9951279163360596	0					non-mobilizable	chromosome	1642.0	99.635	100.0	0.0006040269938596111	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ISR0151_000000004893	3519	0.6440912974484583	5	2	1	2	1	False	77681	maximal	True	ISR0151_000000004893	1.0		2	2	False	False	0.9951691031455994	0					non-mobilizable	no_good_hit	1912.0	92.05	54.0	0.0002919377250899204	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0065_000000013941	1965	0.6440912974484583	2	2	1	2	1	False	77679	fragment	False	ENG0065_000000013941	1.0		0	0	False	False	0.9969465732574463	0					non-mobilizable	no_good_hit	1501.0	93.005	76.0	0.0002285869304690348	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0006_000000018336	1205	0.6440885164325061	2	2	2	2	2	False	89615	fragment	False	ISR0829_000000011069	0.48720861920460456		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	98.17399999999999	100.0	0.016502645357603006	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ENG0125_000000007031	3593	0.644087358723922	5	4	2	4	1	False	58864	maximal	True	ENG0125_000000007031	1.0		2	1	False	False	0.9988867044448853	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000026225	1133	0.644082154439533	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.8543861479050641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	80.952	7.0	2.3641036803616503e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
ISR0281_000000016725	1120	0.644082154439533	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.8565074952889455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	90.0	20.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0261_000000016392	1120	0.644082154439533	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.8467979371399856		0	0	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit	230.0	90.0	20.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0164_000000001470	13189	0.6440821365046464	8	4	4	4	3	False	86004	maximal	True	CHI0164_000000001470	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7122.0	98.61	57.0	0.0019772175661340397	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0116_01_000000011949	2115	0.6440794760840617	2	2	2	1	2	False	99130	fragment	False	SPA0098_000000016756	0.5907249265689878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000044932	1113	0.6440766084423691	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.17209647495361782		0	0	False	False	0.9595687389373779	0					non-mobilizable	no_good_hit	457.0	73.961	40.0	0.0018809121158574387	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
FIJ0076_000000008550	1697	0.6440735606010548	2	1	1	1	1	False	44540	maximal	True	FIJ0076_000000008550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	98.324	11.0	4.943043915335099e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0030_000000008466	3929	0.6440677155612538	5	5	4	5	4	False	125480	fragment	False	MON0030_000000008466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1496.0	85.896	79.0	0.00044993738823091484	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0223_000000001744	11473	0.6440675833025262	14	8	4	5	6	True	122904	fragment	False	ISR0024_000000001464	0.9420079588791246		0	0	False	False	0.9982568025588989	0					non-mobilizable	chromosome	11519.0	92.95100000000001	100.0	0.0036172076455590393	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0202_000000001542	7049	0.6440628034752136	11	10	4	9	7	False	116525	maximal	False	SPA0065_000000003175	0.9548467274233637		0	0	False	False	0.9998581409454346	0					non-mobilizable	other	7049.0	100.0	100.0	0.0021322587330183957	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
DEN0069_000000003929	7433	0.644061899673894	8	8	7	7	7	False	106676	fragment	False	ENG0111_000000002994	0.9732474774296336		0	0	False	False	0.9979819655418396	0					non-mobilizable	other	7433.0	98.61399999999999	100.0	0.014703495988696316	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
FIJ0023_000000012130	2653	0.6440548976373711	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.573737195405989		0	0	False	False	0.9992461204528809	0					non-mobilizable	no_good_hit	621.0	74.235	23.0	0.00028641368064492726	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ISR0782_000000007220	1838	0.6440477623628842	3	3	3	2	2	False	22264	maximal	True	ISR0782_000000007220	1.0		18	8	False	False	0.9983677864074707	0					non-mobilizable	no_good_hit	525.0	78.095	29.0	0.00017603873794698441	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0094_000000010873	1596	0.6440334053879747	2	2	2	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7371304654480328	PS1059	0	0	False	True	0.9837092757225037	0					non-mobilizable	other	1496.0	82.219	99.0	0.00042183504489732887	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0161_000000013120	2324	0.6440327058647206	3	3	2	3	2	False	34422	maximal	True	ISR0161_000000013120	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	95.96	47.0	0.00019960032811197276	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0090_000000056843	1100	0.6440324669920969	2	2	2	2	2	False	9503	fragment	False	MON0090_000000056843	1.0		0	0	False	False	0.9272727370262146	0					non-mobilizable	chromosome	1100.0	100.0	100.0	0.00020513433125554715	CP055888.1	enterobacteria	Escherichia coli strain RHBSTW-00353 chromosome, complete genome	False	False
SPA0100_000000003565	8764	0.6440312578177275	11	6	2	6	2	True	85170	fragment	False	SPA0100_000000003565	1.0		0	0	False	False	0.9989730715751648	0					non-mobilizable	other	8752.0	98.81200000000001	99.0	0.14072978145152212	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0160_000000019879	1490	0.6440274641638124	2	1	1	1	1	False	30420	fragment	False	ISR0160_000000019879	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1490.0	98.926	100.0	0.0005058753222874262	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
DEN0046_000000009250	2624	0.6440236666787199	3	2	1	2	1	False	72725	fragment	False	DEN0046_000000009250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0100_000000015199	2007	0.6440227628632982	3	3	3	3	3	False	73688	fragment	False	ENG0100_000000015199	0.9762381190595297		0	0	False	False	0.9930244088172913	0					non-mobilizable	other	1993.0	78.22399999999999	99.0	0.003270713829142558	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0056_000000026914	1329	0.6440224997508182	2	2	2	2	2	False	6362	fragment	False	SPA0056_000000026914	1.0		0	0	False	False	0.9954853057861328	0					non-mobilizable	no_good_hit	122.0	77.869	9.0	0.00034322833193867273	NZ_FOSK01000007.1	a-proteobacteria	Pseudovibrio ascidiaceicola strain DSM 16392, whole genome shotgun sequence	True	False
ISR0295_000000003458	7815	0.6440224169193672	9	5	1	4	3	False	70000	maximal	True	ISR0295_000000003458	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2336.0	97.47399999999999	31.0	0.003207705089036493	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0283_000000001981	6134	0.6440224169193672	8	5	1	4	3	False	69999	fragment	False	ISR0283_000000001981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2336.0	97.47399999999999	39.0	0.003207705089036493	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
FIJ0052_000000010219	2775	0.6440223753439323	3	2	2	2	2	False	46484	maximal	True	FIJ0052_000000010219	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	80.829	51.0	0.006354292055792474	NZ_AWEY01000032.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00003, whole genome shotgun sequence	True	False
AST0019_000000008504	3256	0.6440213087050785	5	4	4	3	3	False	122742	fragment	False	ENG0164_000000005591	0.9585106382978723		0	0	False	False	0.9944717288017273	0					non-mobilizable	no_good_hit	173.0	100.0	5.0	0.0006635495270280697	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0084_000000001992	9610	0.6440212741088548	8	7	5	6	6	False	44823	maximal	False	MON0080_000000002811	0.9608140947752126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	72.778	4.0	0.004163807441351958	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	True	False
SPA0126_000000018457	2303	0.6440166603413818	3	2	2	2	0	True	3979	maximal	True	SPA0126_000000018457	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	77.72	41.0	0.008912920488587566	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ISR0161_000000000569	31584	0.6440156464902824	24	12	9	9	6	True	126547	maximal	True	ISR0161_000000000569	1.0		2	1	False	False	0.9999683499336243	0					non-mobilizable	no_good_hit	123.0	75.61	0.0	0.10434782608695652	MK233420.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c3 sequence	True	True
ENG0029_000000012476	1960	0.644014875383461	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.507241547030738		0	0	False	False	0.9984694123268127	0					non-mobilizable	chromosome	1968.0	89.075	99.0	0.0006593879304744597	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0064_000000002689	9384	0.6440118074224958	17	2	2	2	2	False	85136	maximal	True	FIJ0064_000000002689	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	2.0	1.9123876380320944e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0111_000000015150	1155	0.6440033079916472	2	2	2	2	2	False	60349	fragment	False	FIJ0070_000000016828	0.8112935585465116		0	0	False	False	0.9991341829299927	0					non-mobilizable	chromosome	1162.0	83.993	100.0	0.0004029373997013523	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0104_000000027488	1152	0.6440033079916472	2	2	2	2	2	False	60349	fragment	False	FIJ0070_000000016828	0.810442410483926		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	82.28200000000001	100.0	0.01030475576564962	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0086_000000000616	22913	0.6440028895875797	19	12	9	9	5	True	75078	fragment	False	MON0086_000000000616	1.0		0	0	False	False	0.9996072053909302	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.011056511056511056	XM_013391521.1	apicomplexans	Eimeria acervulina hypothetical protein, conserved partial mRNA	True	True
SPA0060_000000012207	1121	0.6439958472461006	1	1	1	1	1	False	6210	fragment	False	SPA0060_000000012207	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	100.0	100.0	0.00017441166041613686	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
USA0020_01_000000008435	4135	0.6439851585714408	5	3	3	3	2	False	111911	maximal	True	USA0020_01_000000008435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	94.413	4.0	3.394020194038804e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ISR0124_000000009316	1531	0.6439799087003871	3	2	2	2	2	False	126594	fragment	False	FIJ0088_000000017629	0.7934497329944254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	76.486	25.0	9.413270597858198e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
ENG0083_000000012485	1785	0.6439791737606858	3	3	3	2	1	False	61565	fragment	False	MAD0040_000000018275	0.9793046357615894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	72.609	68.0	0.00033555217442867607	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0028_000000001981	5326	0.6439685800277729	5	5	5	5	4	False	90156	maximal	True	CHI0028_000000001981	1.0		18	4	False	False	0.9998122453689575	0					non-mobilizable	no_good_hit	1282.0	90.094	24.0	0.9992193598750976	NZ_WNCH01000124.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold124_size1281, whole genome shotgun sequence	True	False
ENG0003_000000005384	4207	0.6439679706950378	6	4	2	4	4	False	118642	fragment	False	ENG0003_000000005384	0.9773255921215744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1564.0	98.65700000000001	84.0	0.0003471643800017325	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0126_000000003485	4195	0.6439679706950378	6	4	2	4	4	False	118642	fragment	False	ENG0003_000000005384	0.976807082105727		0	0	False	False	0.9995232224464417	0					non-mobilizable	no_good_hit	1552.0	98.711	84.0	0.00034449901048156566	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0173_000000007997	2231	0.6439587268361336	3	2	1	2	0	True	67596	maximal	True	ENG0173_000000007997	1.0		1	1	False	False	0.994172990322113	0					non-mobilizable	no_good_hit	263.0	95.81700000000001	12.0	0.0014745762711864407	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ENG0053_000000005035	5208	0.6439585195819131	9	4	4	4	4	False	113575	fragment	False	ENG0053_000000005035	0.9855711422845692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	90.178	77.0	0.00042429912976696296	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0088_000000009172	3008	0.6439563823247342	6	4	3	3	2	False	89483	fragment	False	CHI0019_000000002420	0.4736149798823893		0	0	False	False	1.0	0					non-mobilizable	chromosome	1932.0	97.56700000000001	97.0	0.0006561517025454677	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0185_000000006713	3302	0.6439563380642459	5	5	4	4	5	False	55062	maximal	True	ENG0185_000000006713	1.0		20	6	False	False	0.998788595199585	0					non-mobilizable	other	3302.0	99.97	100.0	0.0009941387674365797	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0017_000000010058	1260	0.6439486229761573	3	1	1	1	1	True	89603	fragment	False	CHI0017_000000010058	0.9880382775119617		0	0	False	False	1.0	0					non-mobilizable	plasmid	1260.0	100.0	100.0	0.014514641457228498	CP054221.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p2, complete sequence	False	True
ISR0119_000000022140	1409	0.6439430138092177	2	1	1	1	1	False	32329	fragment	False	ISR0119_000000022140	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	99.645	100.0	0.007090484247844654	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
CAN0016_000000024880	1917	0.6439422613703649	2	2	2	2	2	True	92817	maximal	True	CAN0016_000000024880	0.9932150313152401		31	8	False	False	0.9890453815460205	0					non-mobilizable	no_good_hit	1636.0	73.533	83.0	0.0004833664712922479	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0118_000000007220	1916	0.6439422613703649	2	2	2	2	2	True	92817	maximal	False	CAN0016_000000024880	0.9929577464788732		0	0	False	False	0.9900835156440735	0					non-mobilizable	no_good_hit	1636.0	73.655	83.0	0.0004833664712922479	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0077_000000004951	4148	0.6439415244845438	7	4	4	2	1	True	62020	maximal	True	ENG0077_000000004951	1.0		4	3	False	False	0.9997588992118835	0					non-mobilizable	no_good_hit	3188.0	83.626	76.0	0.08672027223579132	NZ_MLHK01000061.1	g-proteobacteria	Rodentibacter trehalosifermentans strain H1983213011 contig_61, whole genome shotgun sequence	True	True
AST0019_000000026364	1171	0.6439325048004108	2	1	1	1	1	False	121906	maximal	True	AST0019_000000026364	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000016127	2014	0.6439265784589266	3	3	3	2	1	False	62675	fragment	False	SPA0062_000000016127	0.9813498740541888		0	0	False	False	1.0	0					non-mobilizable	other	2016.0	99.256	100.0	0.0017271157167530224	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0051_000000000905	31752	0.6439200567328611	39	14	7	13	6	True	107067	maximal	True	ISR0051_000000000905	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	17294.0	95.03299999999999	95.0	0.005917885484770541	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
CHI0057_000000009355	2104	0.6439189651858077	3	3	3	3	3	False	109867	maximal	False	ISR0255_000000015196	0.9496214013378931		0	0	False	False	1.0	0					non-mobilizable	other	2104.0	97.624	100.0	0.05158078045669716	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
ISR0096_000000007548	3174	0.6439186441458494	4	4	3	3	2	False	81522	maximal	True	ISR0096_000000007548	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	2327.0	94.413	79.0	0.23307893151235187	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	True	False
FIJ0137_000000008540	1356	0.6439155935314709	3	2	2	1	1	True	40490	fragment	False	FIJ0137_000000008540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	4.0	2.9525952775654294e-05	NZ_CP016199.1	firmicutes	Mogibacterium pumilum strain ATCC 700696 chromosome	True	True
FIJ0153_000000016772	1525	0.6439155856183236	4	2	1	1	1	True	56207	fragment	False	FIJ0153_000000016772	0.9347083926031295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	81.818	69.0	0.0002119933665060764	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MAD0037_000000002115	6190	0.6439048726269417	6	5	4	5	5	False	50280	maximal	True	MAD0037_000000002115	1.0		5	1	False	False	1.0	0					non-mobilizable	chromosome	6117.0	99.00299999999999	99.0	0.0011547706154130335	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
TAN0020_000000004055	1713	0.643901259411634	2	2	2	2	2	False	3105	maximal	False	TAN0001_000000007483	0.9653655854865311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0029_000000014544	2050	0.6438957311414767	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.1256929168787987		0	0	False	False	1.0	0					non-mobilizable	other	2052.0	90.546	100.0	0.0005659507583962322	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ETH0001_000000017518	1849	0.6438957311414767	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.3394365723497384		0	0	False	False	1.0	0					non-mobilizable	other	1850.0	94.324	100.0	0.00773518609257933	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0276_000000005542	1834	0.6438957311414767	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.009855802417990972		0	0	False	False	1.0	0					non-mobilizable	other	1840.0	88.152	100.0	0.016266081845383435	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	True
ISR0799_000000008966	1783	0.6438957311414767	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.32990207749088274		0	0	False	False	1.0	0					non-mobilizable	other	1783.0	98.766	100.0	0.003104388325687114	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0327_000000016347	1750	0.6438957311414767	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.31649798465432105		0	0	False	False	0.9954285621643066	0					non-mobilizable	other	1750.0	98.686	100.0	0.003046867374116269	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0291_000000008468	1720	0.6438957311414767	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.3323418916339419		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	96.165	100.0	0.0004572199906799511	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0224_000000013110	2298	0.6438925096710009	3	2	2	2	1	False	68463	fragment	False	ISR0224_000000013110	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1852.0	99.19	100.0	0.0005834307556578757	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0139_000000001496	6302	0.6438859160089482	6	5	1	0	5	False	80370	fragment	False	CHI0139_000000001496	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	6302.0	99.825	100.0	0.07613213474457493	CP054354.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-1, complete sequence	False	True
SPA0053_000000020861	1580	0.6438843949985229	2	2	2	2	2	False	99810	fragment	False	SPA0053_000000020861	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	86.56200000000001	100.0	0.016508645894244424	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ENG0078_000000007766	3385	0.6438832575058222	3	3	2	2	2	False	61937	maximal	True	ENG0078_000000007766	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1591.0	78.253	46.0	0.010359005748350011	AP014513.1	firmicutes	Clostridium botulinum B str. Osaka05 DNA, contig: Osaka05p1_contig003, extrachromosome 1, complete sequence	True	False
DEN0084_000000004950	1208	0.6438827220502523	3	3	2	2	1	True	69022	fragment	False	ISR0245_000000006286	0.9518256783058994		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	99.669	100.0	0.4028704939919893	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0059_000000000848	13980	0.6438818512352221	18	18	11	10	16	False	63397	maximal	True	ENG0059_000000000848	1.0		3	3	False	False	1.0	0					non-mobilizable	plasmid	13980.0	99.986	100.0	0.07687654327777076	AP019401.1	enterobacteria	Klebsiella pneumoniae E013 plasmid pE013 DNA, complete sequence	False	True
ENG0087_000000001621	14853	0.6438812883323564	20	9	2	8	3	True	105208	fragment	False	ENG0087_000000001621	1.0		0	0	False	False	0.9992594122886658	0					non-mobilizable	plasmid	7776.0	98.83	94.0	0.08468462577917266	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0791_000000000809	12923	0.6438812883323564	18	9	2	8	3	True	105206	fragment	False	ISR0791_000000000809	0.9889270870217876		0	0	False	False	0.9997678399085999	0					non-mobilizable	plasmid	12923.0	99.79899999999999	100.0	0.1406324920448106	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0056_000000001103	12572	0.6438812883323564	17	9	2	8	3	True	105206	fragment	False	ISR0791_000000000809	0.9698152485840149		0	0	False	False	1.0	0					non-mobilizable	plasmid	12572.0	99.825	100.0	0.13681836014123186	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0068_000000001207	12045	0.6438812883323564	17	9	2	8	3	True	105206	fragment	False	ISR0791_000000000809	0.6342180608217906		0	0	False	False	1.0	0					non-mobilizable	plasmid	12040.0	99.809	99.0	0.13100998212806766	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
CHI0013_000000007185	1328	0.6438807551141061	1	1	1	1	1	False	89945	fragment	False	CHI0013_000000007185	0.9748150003354288		0	0	False	False	0.9984939694404602	0					non-mobilizable	other	1316.0	98.78399999999999	99.0	0.009443582672641618	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0043_000000011855	2283	0.6438799603951233	3	3	3	3	3	False	74950	maximal	True	FIJ0043_000000011855	0.9575516422887964		107	12	False	False	0.9938676953315735	0					non-mobilizable	no_good_hit	372.0	77.419	16.0	0.0009486736614163079	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ISR0021_000000007431	3080	0.6438788810923469	4	2	2	2	1	False	79860	fragment	False	ISR0021_000000007431	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3080.0	99.87	100.0	0.0013270150350501778	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0288_000000016396	1828	0.6438788461325886	2	2	2	2	2	False	116049	fragment	False	ISR0288_000000016396	0.9870718208244391		0	0	False	False	0.9994529485702515	0					non-mobilizable	other	1847.0	78.39699999999999	99.0	0.0006567254212701479	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0260_000000014920	1148	0.6438782760496606	1	1	1	1	1	False	26697	fragment	False	ISR0260_000000014920	1.0		0	0	False	False	0.9851916432380676	0					non-mobilizable	other	1148.0	98.78	100.0	0.0005037657256598146	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0057_000000013834	1887	0.6438776831735596	3	2	2	2	2	False	43903	fragment	False	MON0057_000000013834	1.0		0	0	False	False	0.999470055103302	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	8.50187674205816e-06	CP038467.1	enterobacteria	Serratia quinivorans strain PKL:12 chromosome, complete genome	True	False
MON0019_000000059743	1110	0.6438706357431382	1	1	1	1	1	False	13122	maximal	True	MON0019_000000059743	1.0		6	3	False	False	0.9792792797088623	0					non-mobilizable	no_good_hit								True	False
ISR0393_000000015736	1163	0.6438618724208046	2	2	2	1	1	False	22766	fragment	False	ISR0393_000000015736	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	73.47800000000001	59.0	0.0012040684094468171	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0008_000000007629	1692	0.643860525044536	2	2	2	2	2	False	49967	fragment	False	FIJ0018_000000014953	0.9631901840490797		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	99.704	100.0	0.0005091277175933885	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0069_000000025224	2001	0.6438598394412718	2	1	1	1	1	False	22165	fragment	False	MON0069_000000025224	1.0		0	0	False	False	0.9925037622451782	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	2.0	0.0006012747023690224	NZ_MATO01000030.1	firmicutes	Caryophanon latum strain DSM 14151 DSM_14151_R1_001_contig_36, whole genome shotgun sequence	True	False
MON0081_000000015310	3691	0.6438581937693969	4	4	3	4	3	False	93779	maximal	True	MON0081_000000015310	1.0		13	4	False	False	0.9888918995857239	0					non-mobilizable	other	3691.0	99.485	100.0	0.0011252349957231922	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0058_000000042281	1270	0.6438537544725468	2	2	2	2	1	False	10978	fragment	False	MON0058_000000042281	1.0		0	0	False	False	0.9881889820098877	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	1.234545462651056e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
CHI0151_000000017330	1417	0.6438526157264547	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.5723189105706333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0045_000000013883	1524	0.6438520081042277	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.3163680062732101		0	0	False	False	0.9901574850082397	0					non-mobilizable	other	1383.0	78.814	90.0	0.00037961466473388096	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0185_000000024808	1339	0.6438508063148064	3	1	1	1	1	False	29379	fragment	False	ISR0185_000000024808	1.0		0	0	False	False	0.991784930229187	0					non-mobilizable	no_good_hit								True	False
CHI0059_000000002014	7219	0.6438470153265149	7	6	5	5	5	False	85843	maximal	True	CHI0059_000000002014	1.0		1	1	False	False	0.999445915222168	0					non-mobilizable	no_good_hit	4806.0	79.671	66.0	0.0006737639292217349	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0029_000000019762	2250	0.6438428497993113	2	2	1	1	0	True	37118	fragment	False	ISR0029_000000019762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	98.684	6.0	0.003488098043836908	NZ_CABMGA010000026.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
SPA0140_000000011977	1811	0.6438428497993113	3	2	1	1	0	True	54557	fragment	False	SPA0140_000000011977	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1811.0	99.448	100.0	0.04974016332590943	NZ_CZBD01000029.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
MON0004_000000029329	1548	0.6438428497993113	2	2	1	1	0	True	14201	fragment	False	MON0004_000000029329	1.0		0	0	False	False	0.9909560680389404	0					non-mobilizable	no_good_hit								True	True
MON0005_000000040020	1366	0.6438428497993113	2	2	1	1	0	True	14105	fragment	False	MON0005_000000040020	1.0		0	0	False	False	0.9992679357528687	0					non-mobilizable	no_good_hit	124.0	76.613	9.0	0.00419888729486686	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0060_000000039683	1075	0.6438428497993113	3	2	1	1	0	True	81409	fragment	False	FIJ0042_000000021077	0.9130221191185391		0	0	False	False	1.0	0					non-mobilizable	other	1075.0	96.55799999999999	100.0	0.00025056622367304886	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
MON0007_000000060606	1069	0.6438428497993113	3	2	1	1	0	True	93137	fragment	False	ENG0082_000000009793	0.04971361166565212		0	0	False	False	1.0	0					non-mobilizable	other	1069.0	99.439	100.0	0.002712842566227142	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0066_000000029266	1034	0.6438428497993113	3	2	1	1	0	True	81409	fragment	False	FIJ0042_000000021077	0.5306579400953385		0	0	False	False	1.0	0					non-mobilizable	other	1034.0	97.389	100.0	0.00031109903791192014	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0785_000000030074	1290	0.6438412138315491	1	1	1	1	1	False	22161	fragment	False	ISR0785_000000030074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000019706	2766	0.6438394981597888	4	4	3	3	4	False	69592	maximal	True	DEN0079_000000019706	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	73.694	19.0	0.0003464075230476472	AP012210.1	firmicutes	Candidatus Arthromitus sp. SFB-rat-Yit DNA, complete genome	True	False
ISR0086_000000004099	5817	0.6438384163707942	5	4	4	3	2	False	64791	maximal	True	ISR0086_000000004099	1.0		1	1	False	False	0.9975932836532593	0					non-mobilizable	no_good_hit	371.0	75.741	6.0	0.01908895978243816	MH106174.1	bacteria	Uncultured bacterium clone B2Cecum_05_J04_0 genomic sequence	True	False
ENG0081_000000006619	3931	0.6438285323885351	5	4	3	2	3	False	61677	fragment	False	ENG0081_000000006619	1.0		0	0	False	False	0.990078866481781	0					non-mobilizable	no_good_hit	702.0	74.786	18.0	0.00024719228389642	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
CHI0046_000000007014	1640	0.643825254126702	3	2	2	2	1	True	87046	fragment	False	CHI0046_000000007014	0.9781282019124512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	95.833	79.0	0.21625887924230466	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0146_000000017545	1199	0.6438250612953774	2	2	1	2	1	False	39956	maximal	True	FIJ0146_000000017545	1.0		0	0	False	False	0.9382818937301636	0					non-mobilizable	no_good_hit	961.0	94.17299999999999	80.0	0.003792262993438595	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0151_000000010157	1850	0.6438250406134179	2	2	2	2	2	False	25538	maximal	True	SPA0151_000000010157	1.0		541	10	False	False	0.9972972869873047	0					non-mobilizable	no_good_hit	1542.0	83.009	83.0	0.0004354788703149044	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0071_000000006945	3478	0.6438225435402555	4	3	2	2	3	False	112854	maximal	True	SPA0071_000000006945	0.9997098084735926	PS721	1	1	False	True	0.9997124671936035	0					non-mobilizable	no_good_hit	2286.0	74.366	65.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0072_000000005945	3446	0.6438225435402555	4	3	2	2	3	False	112854	maximal	False	SPA0071_000000006945	0.9951121334100058	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.366	66.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0238_000000009872	1519	0.6438138595843296	3	1	1	1	1	False	62478	fragment	False	ISR0365_000000010227	0.6328984418238542		0	0	False	False	0.9927583932876587	0					non-mobilizable	no_good_hit	83.0	81.928	5.0	2.7523712017702164e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0010_000000012229	1971	0.6438118180834882	3	2	2	2	2	False	108264	fragment	False	ISR0819_000000009159	0.2772034168768636		0	0	False	False	0.9923896789550781	0					non-mobilizable	no_good_hit	1483.0	82.738	75.0	0.000513780040795669	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ETH0002_000000015446	1649	0.6438082525701798	1	1	1	1	1	False	53317	fragment	False	ETH0002_000000015446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1178.0	78.014	71.0	0.004954924536583719	LR756491.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0013_000000018954	1334	0.6438044152622725	4	2	1	2	1	False	19548	maximal	True	MAD0013_000000018954	1.0		1	1	False	False	0.9835082292556763	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000024153	1434	0.643799296766711	1	1	1	1	1	False	64571	fragment	False	ENG0043_000000024153	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1434.0	99.44200000000001	100.0	0.0005947960331424338	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
USA0090_01_000000004189	2065	0.6437966975503832	4	4	4	3	2	False	28166	maximal	False	ISR0215_000000013016	0.6300448430493274		0	0	False	False	0.9995157122612	0					non-mobilizable	other	2065.0	99.661	100.0	0.0006950449758754738	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ENG0163_000000021368	1229	0.6437899022805414	1	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.6289684714013069		0	0	False	False	0.9991863369941711	0					non-mobilizable	no_good_hit	420.0	75.476	34.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0003_000000001306	7288	0.6437870489903458	8	6	5	5	5	True	95130	maximal	True	CHI0003_000000001306	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	5089.0	92.336	100.0	0.002245995652594944	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
FIJ0012_000000020403	1244	0.6437863174508738	3	3	3	3	1	False	50700	maximal	True	FIJ0012_000000020403	1.0		12	7	False	False	0.9863343834877014	0					non-mobilizable	chromosome	1225.0	98.449	98.0	0.0002477171167670488	CP025967.1	enterobacteria	Escherichia coli strain 2407 a chromosome, complete genome	False	False
DEN0017_000000021199	1358	0.6437851437587047	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.6952603803601239		0	0	False	False	0.9970545172691345	0					non-mobilizable	other	1226.0	97.79799999999999	90.0	0.004699103909654453	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0838_000000015913	1540	0.6437789825606535	2	2	2	2	2	False	75883	maximal	True	ISR0838_000000015913	0.9953438395415473		85	13	False	False	0.9941558241844177	0					non-mobilizable	no_good_hit								True	False
ENG0034_000000008591	1699	0.6437753495903163	2	1	1	1	1	True	113506	fragment	False	ENG0034_000000008591	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1703.0	91.016	100.0	0.0005705270761379323	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0025_01_000000010026	1541	0.6437753495903163	2	1	1	1	1	True	113498	fragment	False	ENG0004_000000017281	0.22877988732323049		0	0	False	True	0.9993510842323303	0					non-mobilizable	chromosome	1544.0	89.896	100.0	0.0005173452011941014	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0192_000000012875	1355	0.6437753495903163	3	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.10324693586584172	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1358.0	88.66	100.0	0.0004547386901842752	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0019_000000052178	1281	0.6437753495903163	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.08409836439209775	PS730	0	0	False	True	0.9992193579673767	0					non-mobilizable	chromosome	1285.0	88.32700000000001	100.0	0.0004298307234384304	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0035_01_000000020961	1249	0.6437753495903163	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.10075899217033397	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1252.0	87.859	100.0	0.00041905971079157854	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0278_000000010104	1225	0.6437753495903163	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.07406348519651185	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1229.0	88.039	100.0	0.0004109814513064397	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0125_000000001176	12769	0.6437726694331699	13	11	6	9	8	False	119732	maximal	True	CHI0125_000000001176	1.0		8	4	False	False	1.0	0					non-mobilizable	chromosome	12703.0	96.875	99.0	0.0024692404989674704	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ENG0059_000000004804	2599	0.6437714478118189	3	3	3	3	3	False	108783	fragment	False	FIJ0063_000000009013	0.9479211245850262		0	0	False	False	0.9992304444313049	0					non-mobilizable	other	2600.0	98.846	100.0	0.01587873752123071	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
AST0055_000000012251	2794	0.6437691027066598	2	2	1	2	2	False	113845	fragment	False	AST0110_000000006063	0.6710331274658651		0	0	False	False	0.9967787861824036	0					non-mobilizable	other	2794.0	99.141	100.0	0.0011756079656804973	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
ISR0392_000000012894	2535	0.6437615002448948	3	3	1	3	1	False	54625	fragment	False	ISR0392_000000012894	1.0		0	0	False	False	0.9968441724777222	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.205161571888342e-06	CP042412.1	high GC Gram+	Microbacterium sp. CBA3102 chromosome	True	False
MON0013_000000012542	3757	0.643747054613185	6	4	2	3	3	False	126752	fragment	False	MON0013_000000012542	1.0		0	0	False	True	1.0	0					non-mobilizable	other	3591.0	99.137	100.0	0.70078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0100_000000003569	3283	0.643747054613185	5	4	2	3	3	False	126747	fragment	False	ISR0100_000000003569	0.9824454308136932		0	0	False	True	0.9996954202651978	0					non-mobilizable	other	3283.0	99.726	100.0	0.641015625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0018_000000009703	3001	0.643747054613185	5	4	2	3	3	False	126747	fragment	False	ISR0100_000000003569	0.8006864848746		0	0	False	True	1.0	0					non-mobilizable	other	2989.0	98.561	100.0	0.58359375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MON0041_000000020731	2862	0.643747054613185	5	4	2	3	3	False	126747	fragment	False	ISR0100_000000003569	0.8190591669938271		0	0	False	True	1.0	0					non-mobilizable	other	2862.0	99.126	100.0	0.5587890625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0102_000000014315	2444	0.643747054613185	4	4	2	3	3	False	126747	fragment	False	ISR0100_000000003569	0.18171974562708176		0	0	False	True	1.0	0					non-mobilizable	other	1842.0	97.991	97.0	0.3595703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
MAD0105_000000021609	1733	0.6437453322162119	4	3	1	3	2	False	24094	fragment	False	ISR0350_000000010215	0.973969603617439		0	0	False	False	0.9982689023017883	0					non-mobilizable	chromosome	1733.0	99.94200000000001	100.0	0.0003421997039537896	CP051219.1	enterobacteria	Escherichia coli strain SFE8 chromosome, complete genome	False	False
ISR0135_000000004442	4253	0.6437423140299315	4	4	1	3	3	True	45454	fragment	False	ISR0135_000000004442	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	4253.0	99.976	100.0	0.8314430973797419	CP053758.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-007, complete sequence	False	True
ENG0180_000000004074	3906	0.6437398093121569	5	4	2	3	4	True	128504	fragment	False	ISR0281_000000003810	0.6263943569553806		0	0	False	False	1.0	0					non-mobilizable	other	3917.0	96.01700000000001	100.0	0.001775127517789855	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ENG0167_000000019395	1308	0.643731262900129	4	3	2	2	3	False	103337	fragment	False	FIJ0169_000000013717	0.6779154089960476		0	0	False	False	0.9831804037094116	0					non-mobilizable	other	1313.0	96.19200000000001	100.0	0.00040008355403491275	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0056_000000000971	8356	0.6437285670712621	15	9	7	7	7	False	11079	fragment	False	MON0056_000000000971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3332.0	95.198	64.0	0.017878490883046667	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
USA0113_01_000000011285	1619	0.6437231659986687	2	2	1	2	2	False	111200	fragment	False	USA0133_01_000000010793	0.5437039009756768		0	0	False	False	1.0	0					non-mobilizable	chromosome	1622.0	96.917	100.0	0.00022809304615440206	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0112_000000002955	7864	0.6437226988631819	8	4	4	4	3	False	42056	maximal	True	FIJ0112_000000002955	1.0		7	1	False	False	0.9986011981964111	0					non-mobilizable	no_good_hit	1404.0	87.821	18.0	0.0008445538924175686	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
SPA0040_000000024980	1702	0.6437175155224443	2	2	2	2	1	True	6948	maximal	True	SPA0040_000000024980	1.0		0	0	False	False	0.9988248944282532	0					non-mobilizable	no_good_hit	1333.0	99.925	78.0	0.0006851354917158786	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	True	True
ENG0177_000000006520	4047	0.6437174763324051	3	3	3	2	1	True	55540	fragment	False	ISR0236_000000002128	0.913018495024344		0	0	False	False	0.9977761507034302	0					non-mobilizable	other	4053.0	95.781	100.0	0.0011499688875363926	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MON0064_000000007421	3339	0.6437155073713857	3	3	1	2	1	True	106891	fragment	False	MON0064_000000007421	0.9916420967656324		0	0	False	False	1.0	0					non-mobilizable	other	1659.0	99.397	98.0	0.28010825439783493	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0080_000000009242	3229	0.6437155073713857	3	3	1	2	1	True	106891	fragment	False	MON0064_000000007421	0.9679971299099792		0	0	False	False	1.0	0					non-mobilizable	other	1615.0	99.381	98.0	0.27266576454668473	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0095_000000012487	2218	0.6437155073713857	3	3	1	2	1	True	60965	fragment	False	ENG0095_000000012487	1.0		0	0	False	False	0.999549150466919	0					non-mobilizable	other	1604.0	97.319	98.0	0.27114343707713123	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0122_000000003637	7189	0.643715132964211	7	6	5	4	2	False	62190	fragment	False	ENG0122_000000003637	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.877	18.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
AST0019_000000020922	1450	0.6437145924856302	2	2	2	2	2	False	122088	fragment	False	AST0024_000000024636	0.9945054945054945		0	0	False	False	0.9910345077514648	0					non-mobilizable	chromosome	1475.0	73.763	100.0	0.00042944194759327405	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
SPA0076_000000010828	1546	0.6437091762674845	2	2	2	2	1	False	5731	maximal	True	SPA0076_000000010828	1.0		23	6	False	False	0.9935317039489746	0					non-mobilizable	no_good_hit	317.0	99.054	21.0	0.003290912499218929	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	True	False
AST0040_000000012500	1609	0.6437025415455782	2	2	2	2	2	False	116049	fragment	False	ISR0288_000000016396	0.8268149039841516		0	0	False	False	1.0	0					non-mobilizable	other	1631.0	78.296	100.0	0.0005548595996026135	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0138_000000011926	2459	0.6437018232165238	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8528466018786942		0	0	False	False	0.9987800121307373	0					non-mobilizable	other	2455.0	99.145	99.0	0.005394512205853881	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0136_000000008188	1706	0.6436996955251636	3	3	1	2	3	False	89247	fragment	False	CHI0136_000000008188	1.0		0	0	False	False	0.9994138479232788	0					non-mobilizable	other	1706.0	99.238	100.0	0.0004731992602096073	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0156_000000005160	5115	0.643693508932218	5	5	4	5	4	False	78417	fragment	False	ISR0156_000000005160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1696.0	95.34200000000001	33.0	0.017483779797208783	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0091_000000019236	1287	0.6436913528527012	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.28882392238642585		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	96.62200000000001	99.0	0.017737617135207495	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0327_000000004449	5058	0.643690687663071	7	6	5	5	6	False	116692	maximal	True	ISR0327_000000004449	1.0	PS782	7	3	False	True	0.99980229139328	0					non-mobilizable	no_good_hit	3537.0	99.491	71.0	0.0004990946851497313	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
TAN0003_000000001789	3834	0.6436849490881617	3	2	2	2	2	False	107818	maximal	True	TAN0003_000000001789	1.0	PS663	2	1	False	True	0.9958268404006958	0					non-mobilizable	no_good_hit	1809.0	83.803	47.0	0.05460761178677316	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
ISR0849_000000005418	4741	0.6436814773856283	6	5	5	5	4	False	63562	maximal	True	ISR0849_000000005418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	98.67	82.0	0.023174374291894118	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MON0024_000000024438	2060	0.6436811981509144	2	2	2	2	1	False	12930	maximal	True	MON0024_000000024438	1.0		9	2	False	False	1.0	0					non-mobilizable	other	2064.0	93.65299999999999	100.0	0.0199679658302189	NZ_CABKQR010000005.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ISR0283_000000008629	1548	0.6436770039563218	2	2	2	2	2	False	117029	fragment	False	ISR0185_000000019355	0.7529122838407121		0	0	False	False	1.0	0					non-mobilizable	other	1548.0	97.99700000000001	100.0	0.01313220488616492	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0031_000000020213	1629	0.6436711701799392	2	1	1	1	1	False	7275	fragment	False	SPA0031_000000020213	1.0		0	0	False	False	0.9987722635269165	0					non-mobilizable	no_good_hit	1345.0	75.242	81.0	0.00039094025574008394	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0130_000000009798	3347	0.6436708460756865	2	2	2	1	1	False	36294	maximal	True	SPA0130_000000009798	1.0		0	0	False	False	0.9979085922241211	0					non-mobilizable	no_good_hit								True	False
ISR0032_000000011121	2942	0.6436708460756865	2	2	2	1	1	False	36955	fragment	False	ISR0032_000000011121	1.0		0	0	False	False	0.9857239723205566	0					non-mobilizable	no_good_hit								True	False
CHI0040_000000010267	1375	0.6436708460756865	2	2	2	1	1	False	87670	fragment	False	CHI0040_000000010267	0.9884929472902747		0	0	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit								True	False
SPA0058_000000017991	1715	0.6436665116423163	2	2	2	1	1	False	126057	fragment	False	SPA0047_000000021631	0.9718657555829647		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	99.883	100.0	0.003882193325979665	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0040_000000017730	1378	0.6436636928444426	3	2	1	2	2	False	101059	fragment	False	ENG0040_000000017730	1.0		0	0	False	False	0.9992743134498596	0					non-mobilizable	no_good_hit	669.0	74.589	48.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
ENG0080_000000024976	1155	0.6436636928444426	2	2	1	2	2	False	61700	fragment	False	ENG0080_000000024976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	74.218	58.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
MAD0046_000000002195	9392	0.6436594212488418	9	9	7	8	9	False	47498	maximal	True	MAD0046_000000002195	1.0		1	1	False	False	0.9985093474388123	0					non-mobilizable	no_good_hit	2320.0	88.79299999999999	51.0	0.0009338661412812402	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
AST0052_000000021783	1175	0.6436592610651012	1	1	1	1	1	False	114343	fragment	False	MAD0037_000000010620	0.6371176775531363		0	0	False	False	0.999148964881897	0					non-mobilizable	other	1175.0	99.574	100.0	0.0004978160124598175	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
CHI0052_000000001250	9823	0.6436474594235944	12	6	4	4	3	False	88571	maximal	True	CHI0052_000000001250	1.0		10	3	False	False	1.0	0					non-mobilizable	chromosome	3840.0	93.49	97.0	0.0011619251207180164	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
SPA0092_000000033167	1376	0.6436357358349996	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.15226647425401088		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	85.602	93.0	0.0007294316728126435	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0376_000000018419	1354	0.6436357358349996	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.15201742736310186		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	84.65100000000001	95.0	0.00041222709218091246	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0093_000000027837	1339	0.6436357358349996	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.1479574744119713		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	84.77799999999999	95.0	0.00040933764994599954	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0312_000000014146	1334	0.6436357358349996	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.15840387209392717		0	0	False	False	0.9917541146278381	0					non-mobilizable	other	1330.0	87.368	99.0	0.021371428571428572	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0001_000000018222	1321	0.6436357358349996	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.14727148246357857		0	0	False	False	0.987887978553772	0					non-mobilizable	other	1281.0	87.041	97.0	0.02057142857142857	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0149_000000014123	1310	0.6436357358349996	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.14624776951935567		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	86.976	100.0	0.021093877551020407	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0048_000000026478	1299	0.6436357358349996	3	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.10698445320531494		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	86.695	92.0	0.019183673469387756	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0014_000000019831	1288	0.6436357358349996	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.14141523943415088		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	87.29700000000001	100.0	0.02073469387755102	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
USA0119_01_000000019180	1287	0.6436357358349996	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.1419746155240629		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	84.25299999999999	95.0	0.00039360624222258467	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0113_000000013078	1270	0.6436357358349996	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.13356075043502225		0	0	False	False	0.9976378083229065	0					non-mobilizable	other	1233.0	84.428	97.0	0.0003939272913597972	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0108_000000022695	1267	0.6436357358349996	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.13764586662890174		0	0	False	False	0.9984214901924133	0					non-mobilizable	other	1267.0	85.556	100.0	0.0007271215170792701	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MAD0007_000000000229	22063	0.6436351246511246	21	10	7	10	3	True	46349	maximal	True	MAD0007_000000000229	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0038_01_000000006090	2903	0.6436325607066116	2	2	2	2	2	False	94586	maximal	True	USA0038_01_000000006090	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	87.432	32.0	0.07200312377977353	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
MAD0088_000000000984	12539	0.6436270553913944	15	6	2	2	6	False	15932	fragment	False	MAD0088_000000000984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	1.0	0.11458333333333333	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
CAN0010_000000004726	2729	0.6436224053225932	6	2	1	2	0	False	94630	fragment	False	CAN0010_000000004726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	90.355	7.0	0.0013341726077258857	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0058_000000010382	2430	0.6436218598788381	4	2	2	2	2	False	35505	maximal	True	ISR0058_000000010382	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	75.898	35.0	0.001217908399565441	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0098_000000012468	2502	0.6436183432943199	4	3	3	3	3	False	80852	maximal	False	SPA0107_000000011254	0.7033002253605434		0	0	False	False	0.9892086386680603	0					non-mobilizable	no_good_hit	363.0	77.961	32.0	0.00118082889557768	NZ_PPTS01000005.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_5, whole genome shotgun sequence	True	False
ISR0230_000000004983	5413	0.6436177940861684	8	8	4	4	6	True	27553	maximal	True	ISR0230_000000004983	1.0		40	5	False	False	0.9951967597007751	0					non-mobilizable	other	5320.0	89.24799999999999	100.0	0.0033928302334454443	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ENG0148_000000018048	2050	0.6436148401923046	5	4	3	4	4	False	57300	maximal	True	ENG0148_000000018048	1.0		1	1	False	False	0.9995121955871582	0					non-mobilizable	other	1901.0	80.8	91.0	0.0020990792293140393	NZ_UYXJ01000002.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	False
MAD0082_000000005569	1408	0.6436087814559699	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.8581953474728803		0	0	False	False	0.9545454382896423	0					non-mobilizable	other	1407.0	89.765	99.0	0.0004370931223008333	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0199_000000018553	1386	0.6436061733938202	2	2	2	2	2	False	54252	maximal	True	ENG0199_000000018553	1.0		289	12	False	False	0.963203489780426	0					non-mobilizable	other	1381.0	98.914	99.0	0.0034870410940212406	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
ISR0055_000000010437	1524	0.6436026278739847	2	2	2	2	2	False	102858	fragment	False	AUS0002_000000022528	0.9528130671506352		0	0	False	False	0.9993438124656677	0					non-mobilizable	no_good_hit	659.0	86.95	43.0	0.0002201896961416173	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0090_000000010511	1297	0.6435998071448946	3	1	1	1	1	False	83766	maximal	True	CHI0090_000000010511	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	74.35600000000001	59.0	0.002518356200225671	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
ENG0028_000000001282	10344	0.6435979695628771	9	7	6	5	6	False	126279	maximal	True	ENG0028_000000001282	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	72.955	6.0	0.0003934755797151766	NZ_JH114215.1	CFB group bacteria	Prevotella oulorum F0390 supercont1.1, whole genome shotgun sequence	True	False
MON0029_000000025435	1279	0.6435971938043539	3	3	1	3	1	False	113626	fragment	False	ISR0331_000000014703	0.27144715111670176		0	0	False	False	0.9976544380187988	0					non-mobilizable	other	1281.0	94.145	100.0	0.00039665034230146795	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0397_000000008279	2301	0.6435865755529396	6	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.9717961038892732		0	0	False	False	1.0	0					non-mobilizable	other	2301.0	99.305	100.0	0.15304764439712537	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0016_000000010765	2780	0.6435815755656652	5	4	3	2	2	True	13362	fragment	False	MON0016_000000010765	1.0		0	0	False	False	0.9679856300354004	0					non-mobilizable	chromosome	2724.0	77.01899999999999	96.0	0.0010729335248401881	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
USA0042_01_000000011301	1694	0.6435792138862794	4	3	2	2	1	False	113756	fragment	False	ISR0059_000000003816	0.38353833127684384		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	94.094	100.0	0.00036874756507695766	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0137_000000015246	1616	0.6435702568622038	2	1	1	1	1	False	125500	fragment	False	CHI0133_000000005744	0.16093734809201224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	100.0	4.0	2.2888401874560114e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0185_000000011651	1714	0.6435657407097161	3	3	3	3	3	False	64512	maximal	True	ENG0185_000000011651	0.9910604192355117		29	6	False	False	0.9988331198692322	0					non-mobilizable	no_good_hit	375.0	76.533	22.0	0.023963730569948185	NZ_KB822490.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.27, whole genome shotgun sequence	True	False
AUS0012_000000013263	1302	0.6435644700072808	2	2	2	1	1	True	101063	maximal	True	AUS0012_000000013263	1.0		1	1	False	False	0.9846389889717102	0					non-mobilizable	no_good_hit	596.0	72.819	45.0	0.002461476634809801	NZ_CABJAT010000010.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	True
ENG0124_000000008163	3773	0.643564347940771	4	2	2	2	1	True	112659	maximal	True	ENG0124_000000008163	1.0		0	0	False	False	0.9997349381446838	0					non-mobilizable	no_good_hit	204.0	78.431	5.0	0.0006672376361861892	NZ_FCOB02000005.1	b-proteobacteria	Caballeronia ptereochthonis isolate LMG 29326, whole genome shotgun sequence	True	True
ENG0079_000000012924	2566	0.6435621471504457	3	3	2	3	2	False	61834	maximal	True	ENG0079_000000012924	1.0		14	4	False	False	0.9992205500602722	0					non-mobilizable	other	2566.0	99.02600000000001	100.0	0.0019835140715690897	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
ISR0064_000000013002	1710	0.6435545491579874	2	2	2	2	2	False	35232	maximal	True	ISR0064_000000013002	1.0		0	0	False	False	0.995906412601471	0					non-mobilizable	no_good_hit	1309.0	98.70100000000001	77.0	0.0005940572474984195	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	True	False
ISR0290_000000014424	1212	0.6435516332236128	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.12658081029724297		0	0	False	False	0.9933993220329285	0					non-mobilizable	chromosome	1212.0	96.287	100.0	0.00040727891570908436	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0016_000000035411	1122	0.6435485773629539	2	2	0	2	0	False	13316	maximal	True	MON0016_000000035411	1.0		45	4	False	False	0.9982174634933472	0					non-mobilizable	no_good_hit								True	False
MON0086_000000019666	1561	0.6435447582665501	2	2	2	2	1	False	94394	fragment	False	MON0086_000000019666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	79.434	34.0	0.000138735070395448	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0398_000000013985	1641	0.6435371640717302	2	2	1	2	1	False	90832	fragment	False	ISR0398_000000013985	1.0		0	0	False	False	0.998171865940094	0					non-mobilizable	no_good_hit								True	False
ISR0096_000000002567	10314	0.6435324590145404	14	7	1	7	2	False	80394	maximal	True	ISR0096_000000002567	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	8.448568766782968e-05	NZ_FQXP01000004.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
ISR0212_000000018672	1904	0.6435277534273929	4	4	4	3	2	False	64035	maximal	True	ISR0212_000000018672	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	96.241	17.0	4.25460181922906e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0819_000000023998	1128	0.6435277391631956	2	2	2	2	2	False	106120	fragment	False	AST0116_000000021801	0.9501390903558086		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	100.0	100.0	0.022751130490956072	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0138_000000007287	3392	0.6435267325726373	4	3	3	2	1	False	69194	maximal	True	SPA0138_000000007287	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	74.542	14.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0150_000000010951	2125	0.6435239662583427	6	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.8719113654908828		0	0	False	False	1.0	0					non-mobilizable	other	2124.0	96.375	99.0	0.06107463718037318	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
ISR0168_000000011976	2113	0.6435239662583427	6	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.8696461564312375		0	0	False	False	1.0	0					non-mobilizable	other	2115.0	96.54799999999999	100.0	0.021989234437306736	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0350_000000009017	2088	0.6435239662583427	6	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.8652959614022856		0	0	False	False	1.0	0					non-mobilizable	other	2088.0	95.881	100.0	0.060038009675190046	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
MON0051_000000025864	1408	0.6435226909084429	2	2	2	2	2	False	107556	fragment	False	MON0051_000000025864	0.9401418659593462		0	0	False	False	1.0	0					non-mobilizable	chromosome	1406.0	88.834	99.0	0.00045156796581362975	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0091_000000002140	5881	0.64352258629745	7	5	4	4	4	False	51731	fragment	False	FIJ0034_000000004878	0.9903247518088507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1816.0	87.941	37.0	0.00048363058519300807	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0316_000000009020	2223	0.6435215677175079	3	3	3	3	3	False	25212	maximal	True	ISR0316_000000009020	1.0		16	6	False	False	0.9995501637458801	0					non-mobilizable	no_good_hit	1986.0	70.695	87.0	0.03307489136917441	NZ_OAOE01000020.1	firmicutes	Clostridium tertium isolate src5, whole genome shotgun sequence	True	False
MAD0046_000000003064	7254	0.6435187220689914	6	5	4	4	4	False	110632	maximal	True	MAD0046_000000003064	1.0		3	3	False	False	0.9986214637756348	0					non-mobilizable	no_good_hit	3483.0	92.363	78.0	0.0008534642779474	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0081_000000001435	14218	0.6435114894582928	14	8	4	7	3	True	123968	fragment	False	SPA0097_000000001211	0.9439254604141657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0019_000000020358	1428	0.6435052557886813	2	2	2	1	1	False	7749	maximal	False	SPA0052_000000017296	0.9519720101781171		0	0	False	False	1.0	0					non-mobilizable	chromosome	1435.0	84.042	100.0	0.0005017842983859272	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0004_000000000649	29556	0.6435006067201785	29	20	14	17	14	False	127399	maximal	True	ENG0004_000000000649	1.0		1	1	False	False	0.9994248151779175	0					non-mobilizable	no_good_hit	1819.0	88.015	6.0	0.03110545592104132	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
AST0035_000000007906	2060	0.6434968930852771	3	2	0	2	0	False	116811	fragment	False	AST0035_000000007906	1.0		0	0	False	False	0.9713592529296875	0					non-mobilizable	no_good_hit	288.0	75.694	13.0	0.0001613600076236757	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	False
ISR0847_000000001400	12727	0.6434891686899553	11	11	10	11	9	True	102436	maximal	False	CAN0014_000000003116	0.9953743629949039	PS597	0	0	False	True	1.0	0					non-mobilizable	other	9745.0	99.969	100.0	0.002609366995524389	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0046_000000013002	1878	0.6434735558213786	2	2	2	2	1	False	72711	fragment	False	DEN0046_000000013002	0.9914802981895634		0	0	False	False	0.9957401752471924	0					non-mobilizable	no_good_hit	1372.0	80.321	84.0	0.0004232904357526042	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0127_000000013853	1818	0.6434735558213786	2	2	2	2	1	False	72711	fragment	False	DEN0046_000000013002	0.9765708200212991		0	0	False	False	0.9994499683380127	0					non-mobilizable	no_good_hit	1334.0	80.585	85.0	0.00041208568892385874	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
MAD0105_000000016788	2154	0.64347288280585	5	5	4	4	4	False	14827	maximal	True	MAD0105_000000016788	1.0		8	6	False	False	0.999071478843689	0					non-mobilizable	chromosome	2149.0	99.721	99.0	0.0004243210221632668	CP057323.1	enterobacteria	Citrobacter freundii strain RHB30-C03 chromosome, complete genome	False	False
CHI0057_000000011039	1816	0.6434717960187744	2	2	1	2	1	False	85968	fragment	False	CHI0057_000000011039	1.0		0	0	False	False	0.9895374178886414	0					non-mobilizable	no_good_hit	1219.0	81.87	76.0	0.017063553316587852	NZ_CYYA01000016.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0007_000000017143	1487	0.6434710959946387	2	2	2	2	2	False	76261	maximal	True	DEN0007_000000017143	1.0		2	2	False	False	0.992602527141571	0					non-mobilizable	other	1474.0	93.758	99.0	0.005648331000632705	NZ_FMXA01000003.1	firmicutes	Allisonella histaminiformans strain DSM 15230, whole genome shotgun sequence	False	False
SPA0127_000000009262	3167	0.6434710509060001	3	3	3	1	0	True	91148	maximal	True	SPA0127_000000009262	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	3168.0	97.412	100.0	0.0006394978679702435	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
ISR0064_000000008798	2340	0.6434710509060001	4	3	3	1	0	True	91117	fragment	False	ISR0064_000000008798	1.0		0	0	False	False	0.997863233089447	0					non-mobilizable	other	2342.0	99.573	100.0	0.0004408359877334232	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0007_000000022567	1123	0.6434697693341114	1	1	1	1	1	False	76179	fragment	False	SPA0120_000000031435	0.7066400883674303		0	0	False	False	0.967943012714386	0					non-mobilizable	other	1123.0	94.03399999999999	100.0	0.013821138211382113	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
ENG0137_000000003504	5065	0.6434659281399658	5	4	4	4	3	False	131659	fragment	False	CHI0018_000000003108	0.9718594347540666		0	0	False	False	0.9972359538078308	0					non-mobilizable	other	2485.0	89.095	96.0	0.002728505464703051	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
MON0060_000000025399	1637	0.6434657117876732	2	2	2	2	1	False	90554	fragment	False	MON0060_000000025399	1.0		0	0	False	False	0.9529627561569214	0					non-mobilizable	other	829.0	98.794	95.0	0.012648945921173235	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0026_000000004150	6040	0.6434628149761865	9	8	6	6	6	False	50839	fragment	False	MON0026_000000004150	0.9864842874412814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1855.0	85.93	71.0	0.04262272284800445	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0097_000000007542	4170	0.6434480893326948	3	3	1	3	0	True	95637	maximal	True	SPA0097_000000007542	1.0		0	0	False	False	0.9980815052986145	0					non-mobilizable	no_good_hit								True	True
DEN0065_000000008591	3745	0.6434480893326948	3	3	1	3	0	True	95636	fragment	False	DEN0065_000000008591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0053_000000006997	3716	0.6434480893326948	4	3	1	3	0	True	95633	fragment	False	ENG0053_000000006997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0002_000000004637	6003	0.6434477006014678	5	5	5	5	5	False	105431	maximal	True	TAN0002_000000004637	1.0		334	14	False	False	0.9958354234695435	0					non-mobilizable	chromosome	6003.0	99.25	100.0	0.0013321914972977834	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CAN0005_000000013538	1251	0.6434427836681949	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05743776699206806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	95.425	99.0	0.00032043920020644224	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
CAN0011_000000025230	1196	0.6434427836681949	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05622246529846146		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	93.305	100.0	0.0003586824338364926	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0042_000000020624	1196	0.6434427836681949	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06098618068368363		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	97.91	100.0	0.00035988707677129194	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0121_000000022325	1180	0.6434427836681949	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05452879230833556		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	94.262	100.0	0.043956861286723686	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
ENG0042_000000021365	1152	0.6434427836681949	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05259241408836524		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	92.448	100.0	0.0035558139103440173	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
USA0135_01_000000013416	1140	0.6434427836681949	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.031029190893349275		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	93.684	100.0	0.0003434825990989629	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
USA0083_01_000000023244	1128	0.6434427836681949	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.037633314341778884		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	97.60600000000001	100.0	0.0028866983707843564	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
SPA0135_000000009889	2293	0.6434401665260728	3	1	1	1	1	False	83499	fragment	False	SPA0135_000000009889	0.9988009592326139		0	0	False	False	0.9738333821296692	0					non-mobilizable	other	2229.0	99.641	97.0	0.0003726482540165943	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MON0011_000000027919	1678	0.6434401665260728	2	1	1	1	1	False	76081	fragment	False	MON0011_000000027919	1.0		0	0	False	False	0.9988080859184265	0					non-mobilizable	other	1678.0	99.881	100.0	0.00028061568117908786	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MON0086_000000023058	1322	0.6434401665260728	2	1	1	1	1	False	76080	fragment	False	DEN0009_000000002690	0.9668094218415417		0	0	False	False	0.9871407151222229	0					non-mobilizable	other	1322.0	99.84899999999999	100.0	0.00022104550676062913	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
DEN0026_000000023551	1192	0.6434401665260728	1	1	1	1	1	False	74123	fragment	False	DEN0026_000000023551	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	99.561	96.0	0.00019042375979833154	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0311_000000019324	1238	0.643436316917542	2	2	2	2	1	False	28759	fragment	False	ISR0200_000000017714	0.6179112137541699		0	0	False	False	0.9894992113113403	0					non-mobilizable	other	1238.0	99.596	100.0	0.0003032850651597052	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0090_000000014307	1581	0.6434287647791697	2	2	2	2	2	False	109868	fragment	False	ENG0033_000000014706	0.8150411806248865		0	0	False	False	0.9981024861335754	0					non-mobilizable	other	1581.0	98.48200000000001	100.0	0.012978158908520408	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
FIJ0048_000000008237	3690	0.6434285708668889	5	4	3	3	4	False	95919	maximal	True	FIJ0048_000000008237	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	879.0	95.22200000000001	24.0	0.0003802546795823182	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ISR0366_000000016368	1283	0.6434280898468602	1	1	1	1	1	False	23615	fragment	False	ISR0366_000000016368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	4.511995365278361e-06	CP026124.1	b-proteobacteria	Achromobacter sp. AONIH1 chromosome, complete genome	True	False
SPA0018_000000016390	1823	0.643418706440337	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.034677073881994265		0	0	False	False	0.995063066482544	0					non-mobilizable	other	1847.0	91.446	100.0	0.00385373779109521	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0148_000000007992	3637	0.6434147452896799	8	5	3	3	2	False	127899	fragment	False	ISR0148_000000007992	1.0		0	0	False	False	0.9991751313209534	0					non-mobilizable	other	3638.0	98.76299999999999	100.0	0.0036824243234456796	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
CHI0142_000000007445	2488	0.6434123346335691	3	3	3	1	1	False	79996	maximal	False	DEN0066_000000013842	0.9673608329995995		0	0	False	False	0.993971049785614	0					non-mobilizable	no_good_hit	1913.0	95.557	77.0	0.0006719393286581069	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
AST0089_000000008311	2624	0.6434121882777032	2	1	1	1	1	False	110270	maximal	True	AST0089_000000008311	1.0		278	12	False	False	0.995807945728302	0					non-mobilizable	other	2624.0	99.619	100.0	0.011105418919433847	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
ISR0128_000000017177	2067	0.6434101211009638	3	3	3	3	2	False	94891	maximal	True	ISR0128_000000017177	1.0		128	11	False	False	1.0	0					non-mobilizable	other	2068.0	99.178	100.0	0.023655224529986946	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0284_000000009277	1512	0.6434098711405813	3	3	1	1	1	True	118248	fragment	False	SPA0130_000000014816	0.2670523269415912		0	0	False	False	0.9933862686157227	0					non-mobilizable	other	1512.0	99.934	100.0	0.07894049422705188	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0093_000000004479	1480	0.6434098711405813	3	3	1	1	1	True	118248	fragment	False	SPA0130_000000014816	0.195018852835136		0	0	False	False	0.9878378510475159	0					non-mobilizable	other	1480.0	99.73	100.0	0.07726869024606865	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0316_000000014746	1469	0.6434098711405813	3	3	1	1	1	True	118248	fragment	False	SPA0130_000000014816	0.19421004277454984		0	0	False	False	0.9993192553520203	0					non-mobilizable	other	1469.0	99.728	100.0	0.07669400762760566	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0018_000000028369	1420	0.6434098711405813	3	3	1	1	1	True	118248	fragment	False	SPA0130_000000014816	0.15442044349123996		0	0	False	False	1.0	0					non-mobilizable	other	1420.0	99.859	100.0	0.07413405778172509	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0080_000000022193	1486	0.643405368403969	2	2	2	1	1	False	41417	fragment	False	ISR0080_000000022193	0.9785561115082202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	4.302559800230604e-07	AP023162.1	carnivores	Felis catus Senzu DNA, chromosome: D2, American Shorthair breed	True	False
FIJ0061_000000017443	1572	0.643400553287452	2	2	2	2	1	False	123075	fragment	False	FIJ0061_000000017443	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1574.0	91.868	100.0	0.0006469765070516733	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0135_000000006322	3234	0.6433976791136029	4	4	2	2	3	False	99075	fragment	False	DEN0067_000000009496	0.9785246343519549		0	0	False	False	0.9996907711029053	0					non-mobilizable	no_good_hit	324.0	98.765	10.0	0.9877675840978594	KU546443.1	bacteria	Uncultured bacterium clone PE_03F_000_Contig_13 genomic sequence	True	False
AUS0024_000000014581	2236	0.6433922539492244	4	2	2	1	2	True	98903	fragment	False	AUS0024_000000014581	1.0		0	0	False	False	0.9879248738288879	0					non-mobilizable	no_good_hit								True	True
ISR0182_000000007420	4418	0.6433829385535106	4	4	4	4	3	True	34281	maximal	True	ISR0182_000000007420	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0129_000000011680	2086	0.6433799849242156	2	2	2	2	2	False	81237	fragment	False	CHI0129_000000011680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	72.102	35.0	0.0001931254173778764	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
CHI0054_000000003775	4317	0.6433627877681896	5	5	3	4	1	True	86361	maximal	True	CHI0054_000000003775	1.0		1	1	False	False	0.9918925166130066	0					non-mobilizable	no_good_hit	870.0	75.632	20.0	0.009669222639472915	CP043030.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome PxyII, complete sequence	True	True
SPA0153_000000011530	1624	0.6433607950011369	5	4	1	2	3	False	119876	maximal	False	ISR0017_000000016488	0.4198321629430682		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	97.10799999999999	100.0	0.0018080645915488566	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0093_000000008981	1342	0.6433607950011369	5	4	1	2	3	False	119874	fragment	False	USA0020_01_000000024131	0.8891434094549638		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	97.245	100.0	0.0014941026366124173	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
MON0012_000000013565	3280	0.6433607936103795	6	6	6	6	4	False	98264	maximal	False	FIJ0088_000000008252	0.6455089820359281		0	0	False	False	1.0	0					non-mobilizable	other	3280.0	99.848	100.0	0.0007064295212135679	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0033_000000014053	2216	0.6433603160754509	3	3	3	3	3	False	77149	maximal	True	ISR0033_000000014053	1.0		78	11	False	False	1.0	0					non-mobilizable	other	2060.0	87.37899999999999	99.0	0.03275683430302064	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0085_000000028440	1100	0.6433575266757832	2	2	2	2	2	False	43872	fragment	False	MON0032_000000029217	0.963903743315508		0	0	False	False	0.9981818199157715	0					non-mobilizable	chromosome	1100.0	99.727	100.0	0.00023074787928211585	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
USA0034_01_000000039669	1298	0.6433553352451833	3	3	3	2	2	False	73685	fragment	False	USA0034_01_000000039669	0.9926075294993343		0	0	False	False	0.9830508232116699	0					non-mobilizable	chromosome	1187.0	79.107	90.0	0.0004156834764406626	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0169_000000006740	3364	0.6433533915755921	5	5	5	3	2	True	55920	maximal	True	ENG0169_000000006740	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	96.774	3.0	0.12777777777777777	KU547830.1	bacteria	Uncultured bacterium clone TE_10F_Contig_11 genomic sequence	True	True
USA0133_01_000000012255	1756	0.6433494590084964	3	3	3	2	2	False	60	maximal	True	USA0133_01_000000012255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	85.322	89.0	0.0011256530091298138	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ENG0087_000000016421	1597	0.6433467222938956	2	2	2	1	1	False	91188	fragment	False	ENG0087_000000016421	0.9701591511936339		0	0	False	False	0.9755792021751404	0					non-mobilizable	other	1601.0	91.568	100.0	0.009091012656785791	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
ENG0146_000000015446	1448	0.6433467222938956	3	2	2	1	1	False	91187	fragment	False	DEN0018_000000025606	0.2907293306204973		0	0	False	False	1.0	0					non-mobilizable	chromosome	1448.0	99.931	100.0	0.00022019687761740586	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0188_000000011180	1368	0.6433467222938956	2	2	2	1	1	False	91187	fragment	False	DEN0018_000000025606	0.27875663406554885		0	0	False	False	0.9992690086364746	0					non-mobilizable	chromosome	1368.0	99.635	100.0	0.00019308915959037978	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0116_000000024796	1654	0.6433465290681571	3	3	3	3	3	False	13937	maximal	True	SPA0116_000000024796	0.977617038376532		41	9	False	False	0.9715840220451355	0					non-mobilizable	no_good_hit	69.0	81.15899999999999	4.0	1.5599471636719504e-05	NZ_CP029642.1	high GC Gram+	Arthrobacter dokdonellae isolate rhizosphere chromosome, complete genome	True	False
DEN0005_000000018919	1938	0.6433406406538827	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.22972782403482683	PS777	0	0	False	True	1.0	0					non-mobilizable	other	1938.0	99.897	100.0	0.0007661028935116978	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0108_000000014872	1928	0.6433406406538827	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.22872866247916165	PS777	0	0	False	True	1.0	0					non-mobilizable	other	1928.0	99.896	100.0	0.0007621477933903158	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0202_000000006493	3512	0.6433393163219427	5	4	2	3	3	True	128503	fragment	False	ENG0202_000000006493	0.9679810257930626		0	0	False	False	0.998576283454895	0					non-mobilizable	chromosome	3512.0	99.17399999999999	100.0	0.0014618409953342665	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
ENG0014_000000018194	1282	0.6433388045946461	1	1	1	1	1	False	121019	maximal	False	ISR0228_000000018856	0.29066310819613844		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	99.14200000000001	100.0	0.017266012508087125	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0012_000000014267	3607	0.6433366469160986	5	5	5	5	5	False	94273	maximal	True	CAN0012_000000014267	1.0		52	9	False	False	1.0	0					non-mobilizable	chromosome	2956.0	94.046	99.0	0.0010503891141362286	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0094_000000003716	6092	0.6433358410069803	7	6	4	6	3	True	33474	fragment	False	ISR0094_000000003716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0111_000000014651	1194	0.6433343733755391	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.19213511677916092		0	0	False	False	0.999162495136261	0					non-mobilizable	other	1138.0	97.891	95.0	0.00031574387256943864	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0795_000000000011	110927	0.6433293047918597	137	40	17	27	17	True	99766	fragment	False	ISR0795_000000000011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	647.0	92.427	1.0	0.07894091689139494	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
CHI0183_000000002912	2205	0.6433275087775445	3	2	2	1	2	False	77298	fragment	False	CHI0183_000000002912	0.9615384615384616		0	0	False	False	0.9646258354187012	0					non-mobilizable	other	2082.0	95.965	94.0	0.000577336421347285	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0094_000000010195	1699	0.6433271398160147	3	2	2	2	2	False	70130	fragment	False	DEN0082_000000023637	0.9831563077223608		0	0	False	False	0.9917598366737366	0					non-mobilizable	no_good_hit	611.0	79.705	36.0	0.000168898560475332	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0177_000000008351	3204	0.6433257646837609	4	3	2	3	1	True	55535	fragment	False	ENG0177_000000008351	1.0		0	0	False	False	0.9993757605552673	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	5.015944433367567e-05	NZ_KN882175.1	d-proteobacteria	Desulfonatronovibrio magnus strain AHT22 LZ23DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
CHI0065_000000011351	1202	0.6433211360034959	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.26085322908481523		0	0	False	False	0.9825291037559509	0					non-mobilizable	chromosome	1214.0	96.62299999999999	100.0	0.0004273282597365385	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0017_01_000000002164	11666	0.6433179287204929	9	7	6	6	6	False	125519	maximal	True	USA0017_01_000000002164	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2260.0	82.212	29.0	0.0009859606913386269	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0115_000000011672	1762	0.6433146660130791	2	2	1	1	2	False	61652	maximal	False	ENG0097_000000016662	0.9647027600849256		0	0	False	False	1.0	0					non-mobilizable	chromosome	1763.0	99.319	100.0	0.0005863718789092152	CP058562.1	verrucomicrobia	Akkermansia muciniphila strain AK32 chromosome, complete genome	False	False
ISR0065_000000012335	2622	0.6433124317992435	4	4	4	3	3	False	42701	fragment	False	FIJ0101_000000010478	0.9918356759254969		0	0	False	False	1.0	0					non-mobilizable	other	2669.0	76.096	100.0	0.0008967601068979199	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0083_000000006625	3607	0.6433048843820544	5	5	5	4	4	False	69310	fragment	False	DEN0082_000000010362	0.9747821513492969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	77.71300000000001	14.0	0.0036099531565602304	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
DEN0093_000000006803	4637	0.6432980922425526	1	1	1	1	1	False	68701	fragment	False	ISR0192_000000004134	0.9740561386964784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	70.0	15.0	0.003239392553729152	NZ_FNAM01000003.1	firmicutes	Sporomusa acidovorans strain Mol, whole genome shotgun sequence	True	False
CHI0024_000000005559	2269	0.6432892154627909	3	2	2	2	1	False	91755	fragment	False	CHI0024_000000005559	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2269.0	100.0	100.0	0.035562524500196	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	False	False
CAN0020_000000025463	1385	0.6432892154627909	2	2	2	2	1	False	91749	fragment	False	CAN0020_000000025463	1.0		0	0	False	False	0.9927797913551331	0					non-mobilizable	other	1385.0	100.0	100.0	0.021701293610348883	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	False	False
ENG0195_000000020950	1285	0.6432892154627909	2	2	2	2	1	False	54443	fragment	False	ENG0195_000000020950	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	99.611	100.0	0.02013328106624853	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	False	False
ISR0785_000000029268	1324	0.6432751162411904	2	2	2	2	1	True	22162	maximal	True	ISR0785_000000029268	1.0		13	4	False	False	0.9992446899414062	0					non-mobilizable	no_good_hit	223.0	76.233	16.0	0.005023148148148148	NZ_FRFD01000020.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	True
AST0113_000000025756	1451	0.6432742506274466	3	3	3	3	2	False	106481	maximal	False	MON0046_000000021956	0.9610932475884244		0	0	False	False	0.9951757192611694	0					non-mobilizable	other	1451.0	99.449	100.0	0.022793366344415627	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0073_000000008686	2119	0.6432739169961265	3	3	3	3	2	False	47483	fragment	False	FIJ0073_000000008686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	75.796	7.0	3.302290374252428e-05	CP043010.1	high GC Gram+	Paenarthrobacter ureafaciens strain YL1 chromosome, complete genome	True	False
MON0060_000000032651	1305	0.6432664045885144	2	2	1	1	2	False	10868	fragment	False	MON0060_000000032651	1.0		0	0	False	False	0.9892720580101013	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	0.00016694026320914832	NZ_PJZH01000004.1	enterobacteria	Chimaeribacter coloradensis strain 2016-Iso4 NODE_4_length_251660_cov_30.8292_ID_5209, whole genome shotgun sequence	True	False
ENG0132_000000003335	5623	0.6432646696706479	2	2	2	2	1	False	108529	maximal	True	ENG0132_000000003335	1.0		838	14	False	False	1.0	0					non-mobilizable	chromosome	5621.0	96.03299999999999	100.0	0.0010146149689648778	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0821_000000000725	24071	0.6432604818054106	31	16	8	13	10	False	66360	maximal	True	ISR0821_000000000725	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	88.71799999999999	1.0	0.00011405224065377345	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CHI0182_000000005876	4338	0.6432555712207952	3	3	1	3	2	False	77382	maximal	True	CHI0182_000000005876	1.0		9	6	False	False	0.9997694492340088	0					non-mobilizable	no_good_hit	1148.0	92.944	26.0	0.001569494092407744	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
MON0049_000000007256	2903	0.6432481136911132	4	4	4	4	2	False	95477	maximal	True	MON0049_000000007256	1.0		12	2	False	False	0.9813985824584961	0					non-mobilizable	no_good_hit	1496.0	76.805	62.0	0.030762800417972833	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
ENG0167_000000021830	1176	0.6432382534736784	1	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.022248910084750377		0	0	False	False	0.9991496801376343	0					non-mobilizable	other	1122.0	84.67	95.0	0.0026974933168029134	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ENG0195_000000016082	1638	0.6432304171595028	2	2	2	2	2	True	116017	fragment	False	SPA0133_000000009567	0.23876811594202899		0	0	False	False	0.9987789988517761	0					non-mobilizable	chromosome	1638.0	99.634	100.0	0.0007466607797382628	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
MON0062_000000000332	44491	0.6432278650767103	47	24	18	19	15	False	117609	maximal	True	MON0062_000000000332	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8283.0	94.978	30.0	0.3432031185203616	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0034_000000005987	3323	0.6432224362571688	6	2	2	2	1	False	36846	fragment	False	ISR0034_000000005987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0024_000000001497	6971	0.6432175999346929	8	5	2	5	1	True	101271	fragment	False	CHI0109_000000002074	0.9382337752912051		0	0	False	False	1.0	0					non-mobilizable	plasmid	6916.0	100.0	100.0	0.09087444476568454	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0169_000000010449	1484	0.6432151541104651	2	1	1	1	1	False	78027	maximal	True	CHI0169_000000010449	1.0		24	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000012679	3079	0.6432151347228006	3	3	2	3	1	False	30356	maximal	True	ISR0162_000000012679	1.0		3	2	False	False	0.9987008571624756	0					non-mobilizable	no_good_hit	295.0	78.305	9.0	0.004578826872977027	NZ_MZGV01000027.1	firmicutes	Clostridium oryzae strain DSM 28571 CLORY_contig000027, whole genome shotgun sequence	True	False
ISR0029_000000013599	3385	0.6432145966112012	5	4	2	4	2	True	37136	maximal	True	ISR0029_000000013599	1.0		2	1	False	False	0.9997045993804932	0					non-mobilizable	no_good_hit								True	True
DEN0077_000000006907	1864	0.6432103243641674	2	2	2	2	2	False	69905	fragment	False	DEN0077_000000006907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	74.656	57.0	0.004328881156969702	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
TAN0024_000000004361	1939	0.6431962394966371	5	4	4	3	3	False	86224	fragment	False	CHI0055_000000007854	0.9494731800766283		0	0	False	False	0.9994842410087585	0					non-mobilizable	other	1939.0	97.163	100.0	0.05313228238519534	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ETH0005_000000019193	2485	0.6431935231498898	4	4	3	4	3	False	52756	maximal	True	ETH0005_000000019193	1.0		2	2	False	False	0.9822937846183777	0					non-mobilizable	no_good_hit	608.0	80.757	24.0	0.0011384026175721115	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0057_000000005286	4140	0.6431920422035119	3	2	2	2	1	False	117020	fragment	False	ENG0057_000000005286	0.9685764765270065		0	0	False	False	0.9971014261245728	0					non-mobilizable	no_good_hit								True	False
ENG0074_000000004612	4716	0.6431909525877895	6	5	4	3	2	False	62186	fragment	False	ENG0074_000000004612	1.0		0	0	False	False	0.9972434043884277	0					non-mobilizable	no_good_hit	1332.0	76.80199999999999	32.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ENG0163_000000008622	2776	0.6431865081954644	4	4	4	3	1	True	79268	fragment	False	ENG0163_000000008622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0025_000000002226	12074	0.6431828705571364	15	8	5	5	4	False	126515	fragment	False	AST0025_000000002226	1.0		0	0	False	False	0.9990061521530151	0					non-mobilizable	no_good_hit								True	False
ISR0110_000000014802	1585	0.643178818822422	3	3	2	3	2	False	32705	fragment	False	ISR0800_000000007096	0.958628841607565		0	0	False	False	0.9943217635154724	0					non-mobilizable	chromosome	1566.0	98.212	99.0	0.0005317853000951097	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0116_000000009237	2906	0.6431770936958149	4	3	2	3	1	True	117454	fragment	False	AST0116_000000009237	0.9728626988179899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2173.0	77.727	74.0	0.004466404732381643	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AUS0024_000000011708	2788	0.6431770936958149	4	3	2	3	1	True	117454	fragment	False	AST0116_000000009237	0.9423066793108666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	77.488	73.0	0.004248939333426732	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0399_000000005772	2638	0.6431770936958149	4	3	2	3	1	True	117454	fragment	False	AST0116_000000009237	0.46691176470588236		0	0	False	False	0.9965883493423462	0					non-mobilizable	no_good_hit	1788.0	77.796	67.0	0.0036592735401066835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0070_000000005218	2199	0.6431770936958149	3	3	2	3	1	True	109825	fragment	False	CHI0070_000000005218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1657.0	75.73899999999999	74.0	0.003387441791413044	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0074_000000015481	2005	0.6431766927992444	3	2	1	2	1	False	110915	fragment	False	AST0087_000000016855	0.9496124031007752		0	0	False	False	0.9995012283325195	0					non-mobilizable	other	2006.0	97.458	100.0	0.07968998410174881	NZ_JAAIPV010000053.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_53_length_25160_cov_79.8066, whole genome shotgun sequence	False	False
ISR0335_000000015334	1285	0.6431755028581673	2	2	2	1	2	False	83277	fragment	False	ISR0263_000000008822	0.3599220347242084		0	0	False	False	0.9673151969909668	0					non-mobilizable	other	1285.0	97.588	100.0	0.029355281207133058	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0095_000000017525	1569	0.6431752137117441	2	2	2	2	2	False	43104	fragment	False	FIJ0095_000000017525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000001854	7506	0.6431733299016801	6	5	4	4	5	False	77988	maximal	True	ISR0310_000000001854	1.0		10	3	False	False	0.9938715696334839	0					non-mobilizable	no_good_hit	2546.0	74.234	34.0	0.12602012717168176	NZ_GL638141.1	firmicutes	Selenomonas artemidis F0399 Scfld51, whole genome shotgun sequence	True	False
SPA0156_000000007872	2258	0.6431723480616466	3	2	1	2	2	True	74375	fragment	False	SPA0156_000000007872	1.0		0	0	False	False	0.9871567487716675	0					non-mobilizable	other	2294.0	78.46600000000001	100.0	0.05591323296354992	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
AST0104_000000022085	1571	0.643169689507374	2	2	2	2	2	False	107776	maximal	True	AST0104_000000022085	1.0		1	1	False	False	0.9993634819984436	0					non-mobilizable	other	1571.0	84.978	100.0	0.0033482142857142855	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
MON0083_000000019965	1920	0.6431636848289934	3	2	2	2	2	False	74748	fragment	False	MON0083_000000019965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	96.053	8.0	4.547559947983142e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0007_000000010175	5010	0.6431611750647654	1	1	1	1	1	False	62672	fragment	False	MON0007_000000010175	0.931137814671507		0	0	False	False	0.9996008276939392	0					non-mobilizable	other	5014.0	93.99700000000001	100.0	0.001974385980593906	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0043_000000004446	4935	0.6431611750647654	1	1	1	1	1	False	94531	fragment	False	MON0105_000000011423	0.5274384224041178		0	0	False	False	1.0	0					non-mobilizable	other	4935.0	97.913	100.0	0.016296144610943586	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	False
SPA0021_000000006313	4861	0.6431611750647654	1	1	1	1	1	False	62672	fragment	False	MON0007_000000010175	0.705688748368587		0	0	False	False	1.0	0					non-mobilizable	other	4883.0	93.87700000000001	100.0	0.0019225741690038012	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
USA0011_01_000000007755	4850	0.6431611750647654	1	1	1	1	1	False	94531	fragment	False	MON0105_000000011423	0.2714770386526112		0	0	False	False	0.9989690780639648	0					non-mobilizable	other	4850.0	100.0	100.0	0.03696616707579246	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	False
MAD0008_000000003715	3004	0.6431578758487279	5	5	5	5	1	False	120858	fragment	False	MAD0008_000000003715	1.0		0	0	False	False	0.9980026483535767	0					non-mobilizable	no_good_hit	1177.0	95.242	81.0	0.00034032092785283294	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0026_000000000509	14533	0.6431576193890651	18	7	2	7	1	False	88927	maximal	True	CHI0026_000000000509	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	1.6215910497666293e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0779_000000027038	1295	0.6431479892595426	2	2	2	2	2	False	22320	maximal	True	ISR0779_000000027038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	97.479	28.0	0.0025293791653048753	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
FIJ0103_000000012404	1773	0.6431460727992132	3	3	2	3	3	False	77555	fragment	False	CHI0179_000000011135	0.9763567974207416		0	0	False	False	0.9983079433441162	0					non-mobilizable	no_good_hit	546.0	86.99600000000001	31.0	0.0002513769768537303	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0128_000000028484	1318	0.6431430846442262	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.9734981466163837		0	0	False	False	1.0	0					non-mobilizable	chromosome	1318.0	97.72399999999999	100.0	0.00046473271517177644	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0063_000000038680	1316	0.6431430846442262	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.9742214346949736		0	0	False	False	0.9916413426399231	0					non-mobilizable	chromosome	1316.0	99.012	100.0	0.00046402697072960215	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0099_000000001627	11392	0.6431406394754978	11	9	7	7	3	True	73957	fragment	False	ENG0099_000000001627	1.0		0	0	False	False	0.9996488690376282	0					non-mobilizable	no_good_hit	7535.0	96.669	70.0	0.0025401907117800038	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
ENG0158_000000014783	1285	0.6431390139563289	3	2	2	2	2	False	68044	fragment	False	ENG0001_000000016928	0.49787539923150714		0	0	False	False	1.0	0					non-mobilizable	other	676.0	97.485	99.0	0.006043188654920499	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0133_000000004071	5711	0.6431361346382041	7	6	4	4	4	True	132372	maximal	True	SPA0133_000000004071	1.0	PS1159|PS463	8	5	True	True	0.9959726929664612	16		MOBV			mobilizable	no_good_hit	2981.0	99.93299999999999	84.0	0.025344661886901574	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0319_000000003676	4175	0.6431349487072638	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.5008957810392566		0	0	False	False	0.9997605085372925	0					non-mobilizable	chromosome	4217.0	89.495	100.0	0.0014831219452292911	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0120_000000012616	2572	0.6431345523596317	4	4	3	4	2	False	51093	fragment	False	ISR0120_000000012616	1.0		0	0	False	False	0.9926127791404724	0					non-mobilizable	no_good_hit	112.0	78.571	4.0	0.0004567174082579678	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	True	False
USA0121_01_000000015254	3050	0.6431332778448009	4	4	3	4	2	False	14662	fragment	False	USA0121_01_000000015254	1.0		0	0	False	False	0.9993442893028259	0					non-mobilizable	no_good_hit	389.0	82.51899999999999	13.0	0.00013633999014810773	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0178_000000001485	9111	0.6431294880919227	12	8	5	5	6	True	118893	fragment	False	CHI0178_000000001485	1.0		0	0	False	False	0.9864998459815979	0					non-mobilizable	chromosome	8671.0	96.194	95.0	0.0027305567997105225	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
CHI0181_000000005203	3842	0.643127432846014	5	3	2	2	2	False	77447	maximal	True	CHI0181_000000005203	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	83.95200000000001	41.0	0.00021400929897676604	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0023_000000021282	1512	0.6431259002853243	2	1	1	1	1	False	64775	fragment	False	ISR0804_000000011039	0.5536011961570274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	285.0	85.26299999999999	18.0	0.06987654320987655	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
USA0008_01_000000000890	9709	0.6431251658076577	14	10	6	4	7	False	2106	maximal	True	USA0008_01_000000000890	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	98.71700000000001	16.0	0.00043566880334531004	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0002_000000008065	2901	0.6431197590276365	4	1	0	1	1	False	14340	maximal	True	MON0002_000000008065	1.0		6	3	False	False	0.9920716881752014	0					non-mobilizable	no_good_hit	1036.0	85.32799999999999	36.0	0.01867334536481161	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0006_000000008218	2371	0.6431140545773593	3	3	3	3	3	False	38495	fragment	False	ISR0006_000000008218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	85.045	55.0	0.0003034404300223214	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0154_000000028643	1405	0.6431119769655611	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.1512258362982762		0	0	False	False	0.9950177669525146	0					non-mobilizable	other	1417.0	77.62899999999999	100.0	0.00031360288215334295	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
FIJ0009_000000028039	1521	0.6431051016687561	3	3	3	2	2	False	79459	maximal	True	FIJ0009_000000028039	0.9840663870984901		13	5	False	False	0.9986850619316101	0					non-mobilizable	chromosome	1499.0	99.73299999999999	99.0	0.0002749438090473032	LR792628.1	enterobacteria	Klebsiella pneumoniae isolate SB5881 genome assembly, chromosome: SB5881_omosome	False	False
CHI0151_000000016534	1490	0.6431051016687561	3	3	3	2	2	False	79459	maximal	False	FIJ0009_000000028039	0.9720934655900614		0	0	False	False	0.9691275358200073	0					non-mobilizable	chromosome	1490.0	99.73200000000001	100.0	0.00028503166454855024	CP029722.1	enterobacteria	Klebsiella pneumoniae strain AR_0140 chromosome, complete genome	False	False
ISR0029_000000035861	1138	0.6431044562172732	1	1	1	1	1	False	37071	fragment	False	ISR0029_000000035861	1.0		0	0	False	False	0.9991212487220764	0					non-mobilizable	other	1138.0	99.473	100.0	0.3173318448227742	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	False	False
DEN0018_000000002726	10407	0.6431041977565364	9	7	5	7	3	True	75149	fragment	False	DEN0018_000000002726	1.0		0	0	False	False	0.9983664751052856	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0004427514976907e-06	AP019869.1	liverworts	Marchantia polymorpha subsp. ruderalis Tak-1 DNA, chromosome: 4	True	True
ISR0170_000000037279	1266	0.6431036468673215	2	2	2	2	1	False	123072	fragment	False	ISR0226_000000002328	0.1662980332933479		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	90.44200000000001	100.0	0.008990283660177243	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ENG0168_000000019322	1604	0.6431027022357296	2	2	2	2	1	False	55972	maximal	True	ENG0168_000000019322	1.0		13	6	False	False	0.9987531304359436	0					non-mobilizable	other	1589.0	98.04899999999999	99.0	0.0016082755296016884	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
ENG0148_000000004392	8287	0.6430976715565829	10	8	7	7	8	False	116361	maximal	False	FIJ0052_000000003133	0.886523004457059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2500.0	97.32	83.0	0.032148007003810895	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MON0066_000000011340	2757	0.6430876307194673	4	4	4	3	2	False	78104	maximal	True	MON0066_000000011340	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2082.0	91.11399999999999	82.0	0.0005834223736297583	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0001_000000019339	2225	0.6430852644712792	3	3	3	3	3	False	89616	fragment	False	DEN0001_000000019339	1.0		0	0	False	False	0.9910112619400024	0					non-mobilizable	other	2208.0	98.68700000000001	99.0	0.030250280983579594	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
FIJ0112_000000007304	3581	0.6430841824197497	5	4	4	3	3	False	42039	maximal	True	FIJ0112_000000007304	1.0		8	3	False	False	1.0	0					non-mobilizable	chromosome	3504.0	99.315	100.0	0.000660490520772823	CP056385.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00610 chromosome, complete genome	False	False
ISR0179_000000008641	2815	0.6430745211155628	4	3	3	3	3	False	67053	fragment	False	ISR0179_000000008641	1.0		0	0	False	False	0.9996447563171387	0					non-mobilizable	no_good_hit	83.0	98.795	3.0	0.001284622133099386	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0090_000000018939	2301	0.6430724480662972	3	2	2	2	1	False	43486	fragment	False	FIJ0090_000000018939	1.0		0	0	False	False	0.9969578385353088	0					non-mobilizable	no_good_hit	709.0	98.307	31.0	0.00019116276441365893	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0105_000000019130	1253	0.6430708734791883	2	2	2	1	1	False	4773	maximal	True	SPA0105_000000019130	1.0		83	10	False	False	1.0	0					non-mobilizable	chromosome	1253.0	98.64299999999999	100.0	0.0005472372387073313	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
AUS0002_000000032953	1143	0.6430656306634024	3	2	2	2	1	False	102602	maximal	True	AUS0002_000000032953	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	88.06	6.0	0.0006099646035692171	NZ_AYZM01000149.1	firmicutes	Lactobacillus similis DSM 23365 = JCM 2765 strain DSM 23365 NODE_424, whole genome shotgun sequence	True	False
AST0024_000000022279	1594	0.6430617380087303	4	4	3	3	2	True	121108	fragment	False	ENG0167_000000014839	0.9424841496082768		0	0	False	False	0.999372661113739	0					non-mobilizable	no_good_hit	245.0	88.571	19.0	4.419627438138402e-05	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	True
FIJ0103_000000008656	2443	0.6430559976252682	3	3	2	3	2	False	42582	maximal	True	FIJ0103_000000008656	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000013446	2363	0.6430514863699415	3	3	3	3	2	False	79178	fragment	False	CHI0154_000000013446	1.0		0	0	False	False	0.9915362000465393	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	1.3245347049006389e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0166_000000001977	13201	0.6430441250558065	23	17	8	8	14	True	101538	fragment	False	FIJ0166_000000001977	1.0		0	0	False	False	0.9950003623962402	0					non-mobilizable	chromosome	4900.0	91.204	98.0	0.0007444245024790813	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0192_000000006206	3144	0.6430438310940276	3	2	2	2	2	False	126827	maximal	True	ISR0192_000000006206	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	95.87100000000001	46.0	0.0006902986851000218	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ISR0338_000000020080	1453	0.6430438310940276	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.3575764792537504		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	95.87100000000001	100.0	0.0006902986851000218	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0168_000000001379	17593	0.6430360929703627	27	9	6	9	5	False	56014	maximal	True	ENG0168_000000001379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	98.34299999999999	5.0	0.813273340832396	GQ880121.1		Uncultured organism clone VC1CE55TF genomic sequence	True	False
MON0052_000000019651	1474	0.6430343818871503	3	2	2	2	2	False	11214	maximal	True	MON0052_000000019651	1.0		3	3	False	False	0.9660786986351013	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00017503257550710826	NZ_VMTV02000165.1	b-proteobacteria	Vogesella mureinivorans strain 389 NODE_9_length_154257_cov_371.453101, whole genome shotgun sequence	True	False
ENG0173_000000002144	8605	0.6430329140260166	8	5	4	4	2	False	84128	maximal	True	ENG0173_000000002144	1.0		0	0	False	False	0.9990702867507935	0					non-mobilizable	no_good_hit	3647.0	98.602	43.0	0.0009833931742184972	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0071_000000017174	2081	0.6430307763399413	2	2	2	2	2	False	66952	fragment	False	FIJ0071_000000017174	1.0		0	0	False	False	0.9995194673538208	0					non-mobilizable	chromosome	2084.0	91.84299999999999	100.0	0.0009188230234708286	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0131_000000004036	4650	0.6430300637456138	5	3	2	3	3	False	40839	fragment	False	FIJ0131_000000004036	1.0		0	0	False	False	0.9997849464416504	0					non-mobilizable	no_good_hit	1292.0	95.666	44.0	0.00034852730315305	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0124_000000011614	1172	0.6430296259989986	1	1	1	1	1	False	32066	maximal	True	ISR0124_000000011614	1.0		24	5	False	False	0.9889078736305237	0					non-mobilizable	other	1169.0	99.23	99.0	0.02208941674861941	NZ_LT629848.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0344_000000013326	2496	0.6430285645679125	6	6	3	4	2	False	24270	fragment	False	ISR0344_000000013326	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2496.0	99.96	100.0	0.01788453543216779	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	False	False
ISR0217_000000012404	1888	0.6430283794487028	3	3	3	3	2	False	28090	maximal	True	ISR0217_000000012404	1.0		102	13	False	False	0.9888771176338196	0					non-mobilizable	other	1241.0	97.50200000000001	100.0	0.0003970532246645621	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0359_000000007662	3183	0.64302075310499	4	4	4	3	3	False	104715	fragment	False	CHI0049_000000004792	0.9410189710544202		0	0	False	False	0.9996858239173889	0					non-mobilizable	other	3184.0	97.456	100.0	0.011052333598468928	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
SPA0054_000000012699	2351	0.64302075310499	4	4	4	3	3	False	102239	fragment	False	SPA0054_000000012699	0.6775608947874864		0	0	False	False	0.9978732466697693	0					non-mobilizable	other	2351.0	99.915	100.0	0.00816247138793274	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
FIJ0129_000000009987	2125	0.6430173117132624	3	2	1	1	2	False	59283	fragment	False	FIJ0129_000000009987	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2107.0	97.39	99.0	0.0006551730359897188	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0118_000000013459	1132	0.6430173117132624	3	2	1	1	2	False	59281	fragment	False	ENG0118_000000013459	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	93.446	100.0	0.00035091889107141634	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0396_000000016748	1387	0.6430113159490155	2	2	2	2	1	False	62316	fragment	False	ISR0396_000000016748	0.9957253324461383		0	0	False	False	1.0	0					non-mobilizable	chromosome	1387.0	99.78399999999999	100.0	0.00019562930814975325	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0048_000000002906	6175	0.6430061882535628	8	5	3	3	4	True	132410	maximal	True	ISR0048_000000002906	0.9792620078298352	PS1159|PS463	148	9	True	True	1.0	161		MOBV			mobilizable	no_good_hit	1594.0	93.726	73.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0820_000000002684	6175	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9786116308632922	PS1159|PS463	0	0	True	True	1.0	864		MOBV			mobilizable	no_good_hit	1594.0	93.726	73.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0006_000000002886	6175	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9789743890712194	PS1159|PS463	0	0	True	True	1.0	156		MOBV			mobilizable	no_good_hit	1594.0	93.601	73.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0139_000000003423	6175	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9787220848707449	PS1159|PS463	0	0	True	True	1.0	151		MOBV			mobilizable	no_good_hit	1594.0	93.601	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0015_000000003683	6175	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.978520002111241	PS1159|PS463	0	0	True	True	1.0	207		MOBV			mobilizable	no_good_hit	1594.0	93.726	73.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0122_000000002429	6175	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9788266320625364	PS1159|PS463	0	0	True	True	1.0	358		MOBV			mobilizable	no_good_hit	1594.0	93.538	73.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0020_000000005713	6175	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9785917998064865	PS1159|PS463	0	0	True	True	0.9998380541801453	117		MOBV			mobilizable	no_good_hit	1594.0	93.726	73.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0097_000000003581	6175	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9789571074206519	PS1159|PS463	0	0	True	True	1.0	62		MOBV			mobilizable	no_good_hit	1594.0	93.726	73.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0009_000000004682	6170	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9792109334095042	PS1159|PS463	0	0	True	True	1.0	229		MOBV			mobilizable	no_good_hit	1594.0	93.726	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0061_01_000000001976	6158	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9784433634759516	PS1159|PS463	0	0	True	True	1.0	123		MOBV			mobilizable	no_good_hit	1594.0	93.726	73.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0115_000000004648	6158	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9791576688744043	PS1159|PS463	0	0	True	True	1.0	89		MOBV			mobilizable	no_good_hit	1594.0	93.726	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0130_000000004272	6157	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9789958514687163	PS1159|PS463	0	0	True	True	1.0	151		MOBV			mobilizable	no_good_hit	1594.0	93.726	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0813_000000004370	6156	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9722818104206299	PS1159|PS463	0	0	True	True	0.9993502497673035	7		MOBV			mobilizable	no_good_hit	1595.0	93.48	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0029_000000005032	6155	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9784128079227582	PS1159|PS463	0	0	True	True	1.0	139		MOBV			mobilizable	no_good_hit	1594.0	93.601	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0046_000000003219	6155	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9791789871024332	PS1159|PS463	0	0	True	True	1.0	357		MOBV			mobilizable	no_good_hit	1594.0	93.726	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0398_000000003561	6155	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9791181747495024	PS1159|PS463	0	0	True	True	1.0	61		MOBV			mobilizable	no_good_hit	1594.0	93.726	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0223_000000003942	6155	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.978828458724048	PS1159|PS463	0	0	True	True	1.0	144		MOBV			mobilizable	no_good_hit	1594.0	93.601	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0100_000000002741	6155	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9791302901299055	PS1159|PS463	0	0	True	True	1.0	1459		MOBV			mobilizable	no_good_hit	1594.0	93.726	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0045_000000004443	6155	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9787731911027187	PS1159|PS463	0	0	True	True	1.0	109		MOBV			mobilizable	no_good_hit	1594.0	93.664	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0019_000000003964	6155	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9789636109235326	PS1159|PS463	0	0	True	True	1.0	213		MOBV			mobilizable	no_good_hit	1594.0	93.726	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0356_000000002428	6155	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9791789871024332	PS1159|PS463	0	0	True	True	1.0	159		MOBV			mobilizable	no_good_hit	1594.0	93.726	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0296_000000003694	6155	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9782751009126669	PS1159|PS463	0	0	True	True	1.0	66		MOBV			mobilizable	no_good_hit	1594.0	93.664	71.0	0.2460919362327813	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
AST0055_000000004897	6155	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9792276734918154	PS1159|PS463	0	0	True	True	1.0	612		MOBV			mobilizable	no_good_hit	1594.0	93.726	73.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0011_01_000000006129	6155	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9785652075190764	PS1159|PS463	0	0	True	True	1.0	80		MOBV			mobilizable	no_good_hit	1594.0	93.664	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0199_000000004241	6144	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9777442694326792	PS1159|PS463	0	0	True	True	1.0	74		MOBV			mobilizable	no_good_hit	1594.0	93.601	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0387_000000003578	6141	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9767653888735611	PS1159|PS463	0	0	True	True	1.0	25		MOBV			mobilizable	no_good_hit	1594.0	93.726	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0805_000000002104	6135	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9790220290290447	PS1159|PS463	0	0	True	True	1.0	52		MOBV			mobilizable	no_good_hit	1594.0	93.726	74.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0277_000000001438	6135	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9780700435593779	PS1159|PS463	0	0	True	True	1.0	44		MOBV			mobilizable	no_good_hit	1594.0	93.538	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0257_000000002303	6135	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9752067310986662	PS1159|PS463	0	0	True	True	1.0	32		MOBV			mobilizable	no_good_hit	1594.0	96.236	75.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0090_000000008561	6130	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9404614937432612	PS1159|PS463	0	0	True	True	1.0	26		MOBV			mobilizable	no_good_hit	4617.0	96.708	75.0	0.03916515704334958	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0145_000000005349	6112	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9404760976939266	PS1159|PS463	0	0	True	True	1.0	13		MOBV			mobilizable	no_good_hit	3698.0	99.78399999999999	77.0	0.03143418467583497	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0060_000000004977	6111	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9404942177365584	PS1159|PS463	0	0	True	True	1.0	59		MOBV			mobilizable	no_good_hit	3698.0	99.459	77.0	0.03143418467583497	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
MON0048_000000005466	6110	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9403675173108471	PS1159|PS463	0	0	True	True	1.0	75		MOBV			mobilizable	no_good_hit	4260.0	97.723	77.0	0.03621394976994191	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ENG0038_000000003313	6109	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9402913203009703	PS1159|PS463	0	0	True	True	1.0	282		MOBV			mobilizable	no_good_hit	3691.0	99.485	77.0	0.46886120996441283	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0068_000000002972	6100	0.6430061882535628	8	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9448175621344006	PS1159|PS463	0	0	True	True	1.0	24		MOBV			mobilizable	no_good_hit	3692.0	98.26700000000001	77.0	0.031340630554775935	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0278_000000001441	6081	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9391731038380593	PS1159|PS463	0	0	True	True	1.0	39		MOBV			mobilizable	no_good_hit	2844.0	95.25299999999999	77.0	0.02408593371265277	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
SPA0122_000000005263	6014	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9680574566945122	PS1159|PS463	0	0	True	True	1.0	37		MOBV			mobilizable	no_good_hit	1594.0	93.726	74.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0001_000000004951	6014	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9678964761286407	PS1159|PS463	0	0	True	True	1.0	9		MOBV			mobilizable	no_good_hit	1594.0	93.664	74.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0047_01_000000005605	5902	0.6430061882535628	7	5	3	3	4	True	132410	maximal	False	ISR0048_000000002906	0.9501428642233225	PS1159|PS463	0	0	False	True	0.9976279139518738	0		MOBV			mobilizable	no_good_hit	1594.0	93.726	74.0	0.20208439247585155	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0005_000000022781	1574	0.6430030433827368	2	2	1	2	1	False	91762	fragment	False	SPA0124_000000018486	0.9902208201892745		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	99.3	99.0	0.0004947817564373694	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0062_000000022350	1424	0.6430030433827368	2	2	1	2	1	False	91759	fragment	False	SPA0062_000000022350	1.0		0	0	False	False	0.9536516666412354	0					non-mobilizable	other	1345.0	99.48	94.0	0.00042409864837488804	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CAN0020_000000025352	1393	0.6430030433827368	2	2	1	2	1	False	91758	fragment	False	CAN0020_000000025352	0.9864467765075713		0	0	False	False	0.9784637689590454	0					non-mobilizable	other	1393.0	99.641	100.0	0.0004392450286739912	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0136_000000015437	1782	0.6430011795344748	3	3	3	2	2	False	129041	maximal	True	FIJ0136_000000015437	1.0		8	4	False	False	0.9994388222694397	0					non-mobilizable	no_good_hit	473.0	77.59	26.0	0.00014451826109177654	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0074_000000007553	2925	0.6429951839412233	4	4	4	4	4	False	115908	fragment	False	ENG0074_000000007553	1.0		0	0	False	False	0.9911110997200012	0					non-mobilizable	no_good_hit	407.0	71.99	14.0	0.011396827214936144	NZ_MQNM01000032.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_32_length_34922_cov_33.8482, whole genome shotgun sequence	True	False
SPA0024_000000006296	2546	0.6429902057595598	3	3	3	3	3	False	120897	maximal	True	SPA0024_000000006296	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1747.0	95.764	69.0	0.0181786000603871	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0052_000000005317	5567	0.6429880054845031	7	7	5	5	6	True	80808	fragment	False	ENG0207_000000002849	0.9512843224092117		0	0	False	False	1.0	0					non-mobilizable	other	5567.0	99.98200000000001	100.0	0.12173038229376258	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0089_000000005471	4191	0.6429867106782	6	3	3	3	2	False	101486	maximal	True	FIJ0089_000000005471	1.0		1	1	False	False	0.9997614026069641	0					non-mobilizable	no_good_hit	1748.0	96.625	42.0	0.02648936331518855	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0132_000000009067	3289	0.6429867106782	4	3	3	3	2	False	101484	fragment	False	FIJ0132_000000009067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	97.26799999999999	50.0	0.024957923306697397	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0076_000000006526	2285	0.6429867106782	4	3	3	3	2	False	101483	maximal	True	SPA0076_000000006526	1.0		2	1	False	False	0.9951859712600708	0					non-mobilizable	no_good_hit	1675.0	97.134	73.0	0.025382480932813756	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0038_000000018116	1932	0.6429867106782	4	3	3	3	2	False	101485	fragment	False	ISR0269_000000007820	0.6316121901152693		0	0	False	False	0.9927536249160767	0					non-mobilizable	other	1913.0	96.49799999999999	99.0	0.02899122075480281	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0062_000000013522	1563	0.6429867106782	3	3	3	3	2	False	101482	fragment	False	AUS0010_000000014973	0.9457978075517661		0	0	False	False	1.0	0					non-mobilizable	other	1504.0	96.476	96.0	0.022789646859031707	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0018_000000003108	4952	0.6429844991647923	4	4	4	4	4	False	131659	fragment	False	CHI0018_000000003108	0.9764014030668311		0	0	False	False	0.9991922378540039	0					non-mobilizable	other	2409.0	99.045	99.0	0.012241619472715626	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0238_000000013190	1172	0.6429810454291653	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.07053316035276516		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	94.23200000000001	100.0	0.8804185351270553	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0093_000000024565	1530	0.642977722260005	3	1	1	1	1	False	5265	maximal	True	SPA0093_000000024565	1.0		1	1	False	False	0.9901960492134094	0					non-mobilizable	no_good_hit								True	False
ISR0286_000000011704	1664	0.6429762345993908	2	2	2	2	1	True	57852	fragment	False	ISR0286_000000011704	1.0		0	0	False	False	0.9927884340286255	0					non-mobilizable	chromosome	1664.0	99.279	100.0	0.0007362749798885803	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	True
FIJ0038_000000014034	2458	0.6429711323261401	2	2	2	1	2	True	47662	fragment	False	FIJ0038_000000014034	1.0		0	0	False	False	0.9971521496772766	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	5.376448696902449e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
FIJ0035_000000003920	3089	0.6429676728825385	4	2	2	1	1	False	62421	fragment	False	FIJ0035_000000003920	1.0		0	0	False	False	0.9922304749488831	0					non-mobilizable	no_good_hit								True	False
AUS0022_000000021774	1563	0.6429638607658912	3	1	1	1	1	False	99121	maximal	True	AUS0022_000000021774	1.0		1	1	False	False	0.9808061122894287	0					non-mobilizable	no_good_hit								True	False
FIJ0056_000000007441	2994	0.6429624994347026	4	4	4	4	3	False	95322	fragment	False	MON0013_000000014948	0.9479707049130301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1938.0	78.689	64.0	0.005279507355456722	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0050_000000011300	2335	0.6429572598893404	3	3	2	2	3	False	74363	maximal	False	ISR0009_000000012684	0.9344357976653697		0	0	False	False	0.9910064339637756	0					non-mobilizable	no_good_hit								True	False
SPA0039_000000009293	2823	0.6429504980306227	4	2	1	2	1	False	7012	maximal	True	SPA0039_000000009293	1.0		1	1	False	False	0.9929153323173523	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00015914297320953686	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0098_000000010551	3304	0.6429451281824462	5	4	2	3	2	True	5079	maximal	True	SPA0098_000000010551	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	82.249	15.0	0.00013359978773069584	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
DEN0021_000000009390	3524	0.6429399458736985	3	3	3	3	3	False	74835	fragment	False	DEN0021_000000009390	0.9889667785892055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000005909	3489	0.6429399458736985	3	3	3	3	3	False	74835	fragment	False	DEN0021_000000009390	0.9853761879326077		0	0	False	False	0.9982802867889404	0					non-mobilizable	no_good_hit								True	False
ISR0268_000000005963	3070	0.6429354954222791	3	2	2	2	2	False	96573	fragment	False	ISR0119_000000010252	0.9548737829125		0	0	False	False	0.999348521232605	0					non-mobilizable	no_good_hit	219.0	76.712	7.0	5.27132489970385e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0781_000000018592	1609	0.6429349891086874	4	4	3	4	2	False	127465	fragment	False	ISR0781_000000018592	1.0		0	0	False	True	0.9888129234313965	0					non-mobilizable	chromosome	1226.0	99.021	93.0	0.0006825136112714477	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	True
FIJ0087_000000026972	1190	0.6429316069530708	2	2	2	2	2	False	43701	maximal	True	FIJ0087_000000026972	1.0		186	10	False	False	0.9915966391563416	0					non-mobilizable	other	1185.0	86.835	98.0	0.010301109350237718	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
ISR0854_000000005652	1619	0.6429275014149257	2	2	2	2	1	False	20503	maximal	True	ISR0854_000000005652	1.0		9	3	False	False	0.9660283923149109	0					non-mobilizable	no_good_hit	765.0	87.84299999999999	47.0	0.000999412418945292	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
CHI0020_000000000375	14281	0.6429261649375739	12	12	6	4	11	True	123782	fragment	False	CHI0020_000000000375	0.9983748371626128		0	0	False	False	0.9993698000907898	0					non-mobilizable	other	14222.0	99.655	99.0	0.34965946251628927	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
SPA0042_000000005888	4893	0.6429240456667505	5	3	3	3	2	True	130340	maximal	False	ENG0179_000000006063	0.9437501816710157	PS1094|PS1099|PS1100	0	0	False	True	0.9981606602668762	0					non-mobilizable	no_good_hit	1416.0	98.729	48.0	0.3493827160493827	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0074_000000000427	31165	0.6429236393469004	37	19	10	13	15	False	110896	maximal	True	SPA0074_000000000427	1.0		5	2	False	False	0.9999679327011108	0					non-mobilizable	no_good_hit	12591.0	97.212	71.0	0.021157075358318865	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
ENG0149_000000001375	15832	0.6429136872880611	22	7	1	6	2	False	57243	maximal	True	ENG0149_000000001375	1.0		1	1	False	False	0.999873697757721	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	5.839416172056762e-07	LR812518.1	bony fishes	Danio aesculapii genome assembly, chromosome: 12	True	False
ISR0012_000000006274	3793	0.6429124202189139	5	4	2	2	2	True	130853	maximal	True	ISR0012_000000006274	0.973418394471026		27	7	False	False	0.998945415019989	0					non-mobilizable	no_good_hit	2177.0	82.68299999999999	78.0	0.00048182335309884745	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0136_000000010288	3767	0.6429124202189139	5	4	2	2	2	True	130842	maximal	True	SPA0136_000000010288	1.0		23	6	False	False	0.998407244682312	0					non-mobilizable	no_good_hit	2140.0	82.29	78.0	0.00047492426582583855	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
USA0145_01_000000006523	3740	0.6429124202189139	4	4	2	2	2	True	106061	maximal	False	SPA0016_000000008857	0.9451769782491903		0	0	False	False	0.9943850040435791	0					non-mobilizable	chromosome	3389.0	95.69200000000001	91.0	0.0007537809223768112	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
SPA0016_000000008857	3673	0.6429124202189139	4	4	2	2	2	True	106061	maximal	True	SPA0016_000000008857	0.9468881883975803		75	10	False	False	0.999727725982666	0					non-mobilizable	chromosome	3669.0	99.91799999999999	99.0	0.0008163178102386016	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
FIJ0108_000000006119	3586	0.6429124202189139	4	4	2	2	2	True	106061	maximal	False	SPA0016_000000008857	0.9423251414590939		0	0	False	False	1.0	0					non-mobilizable	chromosome	3586.0	100.0	100.0	0.0007978460604431261	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ENG0003_000000006790	3414	0.6429124202189139	4	4	2	2	2	True	106061	maximal	False	SPA0016_000000008857	0.917516967122169		0	0	False	False	1.0	0					non-mobilizable	chromosome	3341.0	95.241	98.0	0.0007430984646637652	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
MAD0109_000000004243	3287	0.6429124202189139	4	4	2	2	2	True	106061	maximal	False	SPA0016_000000008857	0.5530970045261613		0	0	False	False	1.0	0					non-mobilizable	chromosome	3230.0	95.35600000000001	98.0	0.0007181727299999911	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
MAD0088_000000004756	4184	0.6429042662670562	6	5	3	2	4	False	15912	maximal	True	MAD0088_000000004756	1.0		1	1	False	False	0.9961758852005005	0					non-mobilizable	no_good_hit	565.0	74.336	13.0	0.0002468150264873586	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ISR0077_000000013976	2367	0.6429023333862118	3	3	3	3	1	False	83780	fragment	False	ISR0210_000000007773	0.9752836304700162		0	0	False	False	0.9983100891113281	0					non-mobilizable	no_good_hit	72.0	87.5	3.0	2.3362918575889934e-05	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
CAN0015_000000002734	14399	0.6428976737366597	17	12	7	7	11	False	125581	fragment	False	ISR0004_000000001014	0.8219980527837174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	88.98899999999999	3.0	0.00013337881661376174	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0134_000000014853	2638	0.6428967052518183	5	5	3	3	2	False	111359	fragment	False	ENG0104_000000011381	0.9540234427738118		0	0	False	False	0.999241828918457	0					non-mobilizable	other	2638.0	99.204	100.0	0.01873587881715999	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0287_000000001476	5923	0.6428966055010576	5	5	5	5	5	False	100349	maximal	True	ISR0287_000000001476	1.0		151	12	False	False	0.9996623396873474	0					non-mobilizable	chromosome	5921.0	99.74700000000001	99.0	0.0020116095696888496	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0381_000000007172	2306	0.6428923845256518	3	3	3	3	1	False	59973	fragment	False	ISR0381_000000007172	1.0		0	0	False	False	0.9644405841827393	0					non-mobilizable	no_good_hit	211.0	96.682	9.0	6.768684712409868e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0162_000000001529	13990	0.6428906327943542	18	10	5	8	7	False	78601	maximal	True	CHI0162_000000001529	1.0		1	1	False	False	0.9992852210998535	0					non-mobilizable	no_good_hit	7971.0	81.721	57.0	0.0014325569001310153	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0153_000000011735	2248	0.642889773227573	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.1366371023340735		0	0	False	False	1.0	0					non-mobilizable	other	2257.0	91.449	100.0	0.00059827155939961	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0076_000000011841	2149	0.642889773227573	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5051436158507085		0	0	False	False	1.0	0					non-mobilizable	other	2149.0	99.90700000000001	100.0	0.0037423479703819393	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
CAN0010_000000002443	5509	0.6428887615736879	7	5	4	4	5	True	118268	fragment	False	AST0052_000000003476	0.9701934996776171		0	0	False	False	1.0	0					non-mobilizable	other	5515.0	97.044	100.0	0.023071543142403644	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0055_000000023852	1520	0.6428856978672987	2	2	2	2	2	False	113520	maximal	False	MON0033_000000039313	0.982973149967256		0	0	False	False	1.0	0					non-mobilizable	other	1520.0	91.84200000000001	100.0	0.04410953335075645	MK411242.1	bacteria	Uncultured bacterium clone BVR_06I15, partial sequence	False	False
ENG0119_000000026014	1145	0.6428841682491812	1	1	1	1	1	True	118491	fragment	False	ISR0832_000000007637	0.1267205868974978		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	97.205	100.0	0.0018296154608903703	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	True
ISR0369_000000008491	1747	0.642881846443328	3	3	3	3	3	False	23540	maximal	True	ISR0369_000000008491	1.0		19	6	False	False	0.9919862747192383	0					non-mobilizable	no_good_hit	417.0	72.902	23.0	0.0011354442739573162	NZ_BDQY01000001.1	firmicutes	Tepidibacter mesophilus strain JCM 16806, whole genome shotgun sequence	True	False
FIJ0001_000000002600	7345	0.6428805352468837	5	4	4	3	3	False	52662	maximal	True	FIJ0001_000000002600	1.0		87	8	False	False	0.9956433176994324	0					non-mobilizable	no_good_hit	1009.0	76.611	14.0	0.0339638129767076	NZ_JH379461.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1204, whole genome shotgun sequence	True	False
ISR0370_000000002861	8134	0.6428796631422898	11	8	5	6	4	False	128693	fragment	False	DEN0010_000000003825	0.2769698796955415		0	0	False	False	0.9996311664581299	0					non-mobilizable	other	8132.0	98.45100000000001	99.0	0.0628859278518037	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0053_000000015108	2504	0.6428760336484862	3	3	3	2	3	False	127491	maximal	True	MON0053_000000015108	1.0		127	8	False	False	0.9972044825553894	0					non-mobilizable	chromosome	2511.0	90.92	100.0	0.0011060315587671434	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0074_000000000143	53533	0.6428739183771529	88	20	10	17	13	False	122958	maximal	True	ISR0074_000000000143	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	95.584	1.0	9.390313658542206e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0093_000000005000	4526	0.6428693608373112	5	5	5	4	4	False	33535	maximal	True	ISR0093_000000005000	1.0		9	2	False	False	0.9924878478050232	0					non-mobilizable	other	4526.0	99.845	100.0	0.01626545217957059	NZ_KB894645.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00003.3, whole genome shotgun sequence	False	False
MON0101_000000001758	18868	0.6428631062498187	25	8	4	4	3	False	107972	fragment	False	MON0101_000000001758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	14189.0	97.695	85.0	0.023554120352307348	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0145_000000006659	4870	0.6428513490680849	6	5	4	3	2	False	3365	fragment	False	SPA0145_000000006659	1.0		0	0	False	False	0.9995893239974976	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000009156	3124	0.6428511982842229	3	3	3	3	2	False	88061	fragment	False	ENG0154_000000008139	0.751559680916779		0	0	False	False	1.0	0					non-mobilizable	chromosome	3139.0	97.993	100.0	0.0009096482722335518	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0134_000000001272	8842	0.642849875914861	12	10	5	5	10	False	86937	maximal	True	CHI0134_000000001272	1.0		7	3	False	False	0.9998869299888611	0					non-mobilizable	other	8769.0	99.16799999999999	99.0	0.06250802024666714	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
MON0079_000000002671	8251	0.642840774314015	10	9	3	4	8	False	15530	fragment	False	MON0079_000000002671	1.0		0	0	False	False	0.9998788237571716	0			MPF_I		non-mobilizable	plasmid	5453.0	99.12	100.0	0.06787539516925115	AP022090.1	enterobacteria	Escherichia coli plasmid pWP4-S18-ESBL-07_3 DNA, complete genome, strain: WP4-S18-ESBL-07	False	True
SPA0138_000000014082	1885	0.6428380492613551	5	3	1	2	3	True	51059	maximal	True	SPA0138_000000014082	1.0		1	1	False	False	0.9941644668579102	0					non-mobilizable	other	1890.0	95.238	100.0	0.09191983225240162	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
FIJ0010_000000013008	1467	0.6428380492613551	4	3	1	2	3	True	51058	fragment	False	FIJ0010_000000013008	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	97.75399999999999	100.0	0.07148778465889696	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
MON0024_000000010514	4115	0.6428314739978653	7	4	2	3	2	False	12948	maximal	True	MON0024_000000010514	1.0		2	1	False	False	0.9924665689468384	0					non-mobilizable	no_good_hit								True	False
AST0153_000000013182	2439	0.6428297515897008	4	3	3	2	1	False	103412	maximal	True	AST0153_000000013182	1.0		11	5	False	False	0.9901599287986755	0					non-mobilizable	no_good_hit	1013.0	93.682	61.0	0.005000964577737545	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
ISR0043_000000017004	1308	0.6428275601952399	5	1	1	1	1	False	36296	fragment	False	ISR0043_000000017004	1.0		0	0	False	False	0.9961773753166199	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	8.890401668347376e-05	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
SPA0034_000000011864	3047	0.6428258393046759	5	5	5	5	3	False	93929	maximal	True	SPA0034_000000011864	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2128.0	99.671	70.0	0.0006711739770040081	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
USA0035_01_000000013490	1882	0.6428229583664227	1	1	1	1	1	False	1419	fragment	False	USA0035_01_000000013490	1.0		0	0	False	False	0.9994686245918274	0					non-mobilizable	plasmid	1877.0	100.0	99.0	0.53615318662475	LN853234.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0605	False	True
CAN0003_000000013282	3715	0.6428202364895728	3	2	2	2	1	True	96976	fragment	False	CAN0002_000000003451	0.6475760555054494		0	0	False	False	0.9886944890022278	0					non-mobilizable	other	3655.0	99.015	99.0	0.001241416002443422	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MAD0066_000000016460	1809	0.6428153230379291	3	2	2	2	1	False	16564	maximal	True	MAD0066_000000016460	1.0		1	1	False	False	0.999447226524353	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000019712	1160	0.6428137419742579	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.1980148723467728		0	0	False	False	0.992241382598877	0					non-mobilizable	other	1164.0	88.91799999999999	100.0	0.00036056293860972654	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0101_000000002092	15556	0.6428053859273328	13	6	2	6	1	True	4955	fragment	False	SPA0101_000000002092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	95.645	4.0	0.0002557034589582561	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0165_000000014181	1625	0.6427990059137466	2	2	2	1	1	False	30236	maximal	True	ISR0165_000000014181	1.0		76	6	False	False	0.9963076710700989	0					non-mobilizable	other	1624.0	99.323	99.0	0.003109755396565665	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0269_000000005154	3153	0.6427965329237878	4	2	1	1	2	False	26475	maximal	True	ISR0269_000000005154	1.0		1	1	False	False	0.9847763776779175	0					non-mobilizable	no_good_hit	658.0	70.061	21.0	0.005625806004898779	NZ_OFSM01000020.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
MAD0008_000000011399	1319	0.6427963566098556	2	2	2	2	1	False	19812	fragment	False	MAD0008_000000011399	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	769.0	97.26899999999999	100.0	0.00022262902264989413	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0155_000000001286	10189	0.6427954480383723	8	6	5	6	4	False	3231	fragment	False	SPA0155_000000001286	1.0		0	0	False	False	0.9998037219047546	0					non-mobilizable	no_good_hit	585.0	83.59	7.0	0.00022392130519062134	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
SPA0153_000000001238	9710	0.6427954480383723	8	6	5	6	4	False	3231	fragment	False	SPA0155_000000001286	0.9764942585140839		0	0	False	False	0.9988671541213989	0					non-mobilizable	no_good_hit	156.0	80.128	2.0	3.212144819763342e-05	NZ_LN831197.1	firmicutes	Bacillus niameyensis strain SIT3, whole genome shotgun sequence	True	False
CAN0021_000000007278	5532	0.6427938020060656	10	5	3	4	2	True	110679	fragment	False	CAN0012_000000009407	0.5593671264504634		0	0	False	False	0.9976500272750854	0					non-mobilizable	no_good_hit	3617.0	99.088	89.0	0.0009683365205065878	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0071_000000002285	3408	0.6427877646326619	4	3	3	3	3	False	34882	maximal	True	ISR0071_000000002285	1.0		12	4	False	False	0.9909037351608276	0					non-mobilizable	no_good_hit	2335.0	98.758	85.0	0.009595737420498041	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ISR0269_000000015723	1243	0.6427856176121562	2	2	1	2	1	False	126952	fragment	False	ISR0289_000000005085	0.08678078209912049		0	0	False	False	0.9943684339523315	0					non-mobilizable	other	1243.0	94.61	100.0	0.01772730519248625	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
SPA0036_000000014501	1729	0.6427844796381913	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.3852418469871027		0	0	False	False	1.0	0					non-mobilizable	chromosome	1731.0	91.73899999999999	100.0	0.0007116329752929927	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0035_000000013904	1481	0.6427844796381913	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.30831398282404443		0	0	False	False	1.0	0					non-mobilizable	chromosome	1483.0	92.245	100.0	0.0006095004649500169	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0119_000000024922	1206	0.6427791738837274	2	1	1	1	1	False	59234	fragment	False	ENG0119_000000024922	1.0		0	0	False	False	0.9900497794151306	0					non-mobilizable	other	1209.0	86.352	99.0	0.00033379431383330277	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0017_000000004837	3975	0.6427788581870805	4	3	3	3	3	False	69602	fragment	False	MON0017_000000004837	1.0		0	0	False	False	0.998490571975708	0					non-mobilizable	no_good_hit	601.0	96.339	42.0	0.00019339099178313908	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0058_000000014260	2779	0.6427743975108053	5	5	5	3	3	False	46034	fragment	False	FIJ0058_000000014260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	85.25299999999999	50.0	0.00012026307547760726	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0831_000000008574	2098	0.6427713172621093	3	3	3	2	1	False	21022	maximal	True	ISR0831_000000008574	1.0		0	0	False	False	0.9990466833114624	0					non-mobilizable	chromosome	2122.0	83.365	100.0	0.0004614068906491923	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0036_000000000614	12325	0.6427687566785414	19	4	3	4	2	False	68287	maximal	True	ISR0036_000000000614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	100.0	20.0	0.0009341522906085748	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0391_000000006054	2324	0.6427685194345256	3	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.6747685536185583		0	0	False	False	1.0	0					non-mobilizable	other	2295.0	92.68	99.0	0.023884140056430705	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0215_000000013891	2098	0.6427664677907035	2	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.06975760605167727		0	0	False	False	1.0	0					non-mobilizable	other	2098.0	99.428	100.0	0.0004892340512498915	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0119_000000028588	1099	0.6427623571326057	2	1	1	1	1	False	32310	fragment	False	ISR0119_000000028588	1.0		0	0	False	False	0.9963603019714355	0					non-mobilizable	no_good_hit	546.0	84.432	50.0	0.00017534116588337943	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0031_000000013039	2604	0.6427570224311229	3	2	2	2	2	False	95287	maximal	False	ENG0194_000000010251	0.9590028889589242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2002.0	87.31299999999999	80.0	0.000665783219233528	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0073_000000038447	1395	0.6427550746504042	2	2	2	2	2	False	70101	fragment	False	DEN0073_000000038447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	78.431	7.0	0.0005441085139242315	NZ_SAVB01000007.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold7_1, whole genome shotgun sequence	True	False
ENG0044_000000009535	1712	0.6427550645054261	2	2	2	2	2	False	64513	maximal	True	ENG0044_000000009535	1.0		7	2	False	False	0.9988317489624023	0					non-mobilizable	other	1718.0	94.82	99.0	0.003868603384348464	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0060_000000000513	34632	0.6427503194070342	32	13	9	13	5	True	112558	maximal	True	AST0060_000000000513	1.0		2	2	False	False	0.9998844861984253	0					non-mobilizable	no_good_hit	98.0	79.592	0.0	3.2864556016788705e-05	NZ_CP017713.1	firmicutes	Lactobacillus coryniformis subsp. coryniformis KCTC 3167 = DSM 20001 chromosome, complete genome	True	True
AST0087_000000004818	6207	0.6427400828211638	6	3	1	2	2	False	111074	fragment	False	AST0087_000000004818	1.0		0	0	False	False	0.9993555545806885	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000014248	2343	0.6427390065809733	3	3	1	2	3	True	41246	maximal	True	USA0005_01_000000014248	1.0		39	11	False	False	1.0	0					non-mobilizable	other	2374.0	78.64399999999999	100.0	0.12162373961652996	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0094_000000010567	2114	0.6427390065809733	3	3	1	2	3	True	118248	fragment	False	SPA0130_000000014816	0.8132183628629805		0	0	False	False	0.9848628044128418	0					non-mobilizable	other	2114.0	99.71600000000001	100.0	0.11039130661929888	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0139_000000003580	6332	0.6427272746859268	8	3	1	2	2	False	34066	maximal	False	ISR0266_000000002057	0.9417141279231821	PS13	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	280.0	80.0	4.0	0.04059701492537313	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
SPA0138_000000003265	6331	0.6427272746859268	8	3	1	2	2	False	34066	maximal	False	ISR0266_000000002057	0.9415840842075559	PS13	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	280.0	80.0	4.0	0.04059701492537313	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
SPA0112_000000005447	6235	0.6427272746859268	9	3	1	2	2	False	4587	backbone	True	SPA0112_000000005447	0.999672828398495	PS13	2	1	True	True	1.0	102					non-mobilizable	no_good_hit	279.0	79.57	4.0	0.04044776119402985	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
DEN0064_000000005762	5674	0.6427272746859268	7	3	1	2	2	False	71345	maximal	False	SPA0022_000000002297	0.9865736704446382		0	0	True	True	1.0	109					non-mobilizable	no_good_hit	102.0	80.392	2.0	0.0141280353200883	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
SPA0022_000000002297	5656	0.6427272746859268	8	3	1	2	2	False	71345	maximal	True	SPA0022_000000002297	0.9865806901359359		2	2	True	True	1.0	40					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.006690206281360342	LN853089.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0447	True	True
ISR0008_000000005274	2326	0.6427257381357007	2	2	2	2	2	False	84103	fragment	False	ISR0008_000000005274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1719.0	97.848	74.0	0.14545762424858183	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
SPA0119_000000018764	1688	0.6427253406142281	2	2	2	2	1	False	4212	maximal	True	SPA0119_000000018764	1.0		69	9	False	False	0.9739336371421814	0					non-mobilizable	chromosome	1688.0	99.941	100.0	0.00047174150914219387	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ITA0006_000000002261	10806	0.642724480679151	6	4	4	4	4	False	130491	maximal	True	ITA0006_000000002261	1.0		131	10	False	False	1.0	0					non-mobilizable	other	10730.0	99.851	99.0	0.017120052593618557	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0010_000000002323	7326	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3639923866533556		0	0	False	False	1.0	0					non-mobilizable	other	7252.0	99.848	99.0	0.01157027694625111	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0149_000000004302	7304	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.36569146023704463		0	0	False	False	1.0	0					non-mobilizable	other	7231.0	99.889	99.0	0.011536767662583852	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0188_000000003071	6878	0.642724480679151	7	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3544082277205566		0	0	False	False	1.0	0					non-mobilizable	other	6619.0	99.728	96.0	0.010560211395709534	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0029_000000003231	6796	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3253564176226146		0	0	False	False	0.9992642998695374	0					non-mobilizable	other	6299.0	99.95200000000001	93.0	0.010049593739827539	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0770_000000001234	6779	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.28379643445438435		0	0	False	False	1.0	0					non-mobilizable	other	5597.0	99.839	94.0	0.008924639216712516	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0051_000000006149	6749	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3604609591305785		0	0	False	False	0.9997036457061768	0					non-mobilizable	other	6673.0	98.99600000000001	99.0	0.01064478244496499	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0139_000000002545	6749	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3637290034342333		0	0	False	False	0.9992591738700867	0					non-mobilizable	other	6672.0	99.925	99.0	0.01064478244496499	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0288_000000003967	6596	0.642724480679151	7	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.35321080384329373		0	0	False	False	0.9992419481277466	0					non-mobilizable	other	6599.0	99.742	100.0	0.01052829779221691	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0093_01_000000003112	6460	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.2829531566344271		0	0	False	False	1.0	0					non-mobilizable	other	5597.0	99.875	94.0	0.008924639216712516	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0043_01_000000002179	6459	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.2828325699173591		0	0	False	False	0.9998452067375183	0					non-mobilizable	other	5597.0	99.821	94.0	0.008924639216712516	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0003_000000007331	6425	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3358435794204133		0	0	False	False	1.0	0					non-mobilizable	other	6328.0	99.905	98.0	0.010095868464891845	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0188_000000004059	6412	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.33530748955844025		0	0	False	False	1.0	0					non-mobilizable	other	6335.0	99.795	99.0	0.010094272784717213	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0084_01_000000004831	6412	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3357690608499325		0	0	False	False	1.0	0					non-mobilizable	other	6334.0	99.874	99.0	0.010105442545939633	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0040_000000004133	6405	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3358033878139656		0	0	False	False	1.0	0					non-mobilizable	other	6327.0	99.905	99.0	0.010094272784717213	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0042_000000004204	6404	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.33581505931662226		0	0	False	False	0.9998438358306885	0					non-mobilizable	other	6327.0	99.921	99.0	0.010094272784717213	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0143_000000005431	6404	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.33568020722628006		0	0	False	False	1.0	0					non-mobilizable	other	6328.0	99.889	99.0	0.010095868464891845	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0133_01_000000004439	6404	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.33581505931662226		0	0	False	False	1.0	0					non-mobilizable	other	6327.0	99.921	99.0	0.010094272784717213	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0168_000000004389	6404	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.33581505931662226		0	0	False	False	1.0	0					non-mobilizable	other	6327.0	99.921	99.0	0.010094272784717213	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0023_01_000000005036	6404	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.335665295618207		0	0	False	False	1.0	0					non-mobilizable	other	6327.0	99.874	99.0	0.010094272784717213	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0093_000000004788	6401	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.33565948333321316		0	0	False	False	0.9996875524520874	0					non-mobilizable	other	6324.0	99.905	99.0	0.01008948574419332	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0293_000000005626	6397	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3356256623361624		0	0	False	False	0.9998436570167542	0					non-mobilizable	other	6328.0	99.921	99.0	0.010095868464891845	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0002_000000002311	6389	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.32656718268270624		0	0	False	False	0.9989043474197388	0					non-mobilizable	other	6311.0	99.905	99.0	0.010068741901923113	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0100_000000004967	6386	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3264768032539204		0	0	False	False	0.999843418598175	0					non-mobilizable	other	6309.0	99.905	99.0	0.010065550541573851	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0214_000000003968	6319	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.31611958601769174		0	0	False	False	0.9996834993362427	0					non-mobilizable	other	6319.0	99.93700000000001	100.0	0.010081507343320164	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0125_000000002494	6302	0.642724480679151	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3154284923534995		0	0	False	False	1.0	0					non-mobilizable	other	6302.0	99.889	100.0	0.010054380780351433	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0101_000000007047	6264	0.642724480679151	5	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.2845423789417374		0	0	False	False	1.0	0					non-mobilizable	other	6188.0	99.806	99.0	0.00987087756026884	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0399_000000002028	6025	0.642724480679151	5	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.1986890165756137		0	0	False	False	0.9998340010643005	0					non-mobilizable	other	5931.0	99.916	98.0	0.009462383435563243	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0177_000000004252	5886	0.642724480679151	5	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.1972548518067387		0	0	False	False	1.0	0					non-mobilizable	other	5886.0	99.96600000000001	100.0	0.009390577827704838	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0136_000000006398	5711	0.642724480679151	6	4	4	4	4	False	130457	fragment	False	SPA0136_000000006398	0.6834059378037556		0	0	False	False	1.0	0					non-mobilizable	other	5563.0	99.569	97.0	0.008875173131298947	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0001_000000001553	5266	0.642724480679151	4	4	4	4	4	False	91098	fragment	False	CHI0001_000000001553	0.9959642919131063		0	0	False	False	1.0	0					non-mobilizable	other	5266.0	99.92399999999999	100.0	0.00840125611943347	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0063_000000002884	4387	0.6427203062979209	5	2	2	2	2	False	85495	maximal	True	CHI0063_000000002884	1.0		1	1	False	False	0.999544084072113	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.015157558835261268	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
SPA0081_000000005531	2319	0.6427162222781755	2	1	1	1	1	False	5614	maximal	True	SPA0081_000000005531	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	4.08200290275762e-06	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0104_000000003339	7358	0.6427141103401294	9	3	1	3	1	False	72751	maximal	True	ISR0104_000000003339	1.0		9	5	False	False	0.9997282028198242	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000006961	4669	0.6427109262305544	5	5	5	5	4	False	43034	maximal	True	FIJ0096_000000006961	1.0		2	1	False	False	0.9942171573638916	0					non-mobilizable	no_good_hit	944.0	82.521	54.0	0.00033548459858018633	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ISR0217_000000001699	15216	0.6427058836232383	14	9	5	6	5	True	105661	fragment	False	ISR0217_000000001699	0.9928595209879794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.011004318150160189	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
FIJ0095_000000012064	2243	0.6427005719768524	5	3	2	3	2	True	43125	fragment	False	FIJ0095_000000012064	1.0		0	0	False	False	0.9906375408172607	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0020152261531571876	NZ_VJZD01000254.1	high GC Gram+	Streptomyces adustus strain NBRC 109810 NODE_254_length_13398_cov_64.8424, whole genome shotgun sequence	True	True
FIJ0159_000000001932	9669	0.6426996776779123	11	9	6	5	8	True	126403	fragment	False	FIJ0159_000000001932	1.0		0	0	False	True	0.9994828701019287	0					non-mobilizable	no_good_hit	3571.0	99.244	37.0	0.0010748586350138362	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
AST0012_000000017905	1337	0.6426972654319771	2	2	2	2	1	False	124690	maximal	False	MON0061_000000034147	0.9672553348050037		0	0	False	False	0.9887808561325073	0					non-mobilizable	other	1289.0	76.416	96.0	0.04174276024002087	NZ_CABLCC010000033.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0099_000000003753	5726	0.6426938693141614	9	5	3	4	2	True	33221	maximal	True	ISR0099_000000003753	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0066_000000031320	1134	0.6426909249670683	2	2	2	1	1	False	16536	maximal	True	MAD0066_000000031320	1.0		5	3	False	False	0.9514991044998169	0					non-mobilizable	no_good_hit	1000.0	100.0	88.0	0.00020975171192250567	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	True	False
ISR0391_000000010835	1443	0.642689883210467	1	1	1	1	1	False	22848	maximal	True	ISR0391_000000010835	1.0		1	1	False	False	0.9958419799804688	0					non-mobilizable	no_good_hit	1279.0	98.905	89.0	0.00042772744858903493	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
CHI0145_000000009476	1981	0.6426892536388459	3	3	3	3	3	False	79756	maximal	True	CHI0145_000000009476	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1622.0	98.58200000000001	82.0	0.04254816525801879	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
DEN0062_000000000844	13807	0.6426876697758187	11	6	4	5	3	False	71756	fragment	False	DEN0062_000000000844	1.0		0	0	False	False	0.9999275803565979	0					non-mobilizable	no_good_hit	1949.0	71.575	14.0	0.0008544225449143694	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
ISR0789_000000002990	4573	0.6426825431760015	8	3	1	2	2	False	25086	fragment	False	ISR0789_000000002990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2135.0	97.564	69.0	0.01148100679598057	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
FIJ0043_000000019486	1497	0.6426814520895872	2	2	2	2	1	False	47189	fragment	False	MON0042_000000016394	0.9538940809968848		0	0	False	False	0.9839679598808289	0					non-mobilizable	chromosome	1250.0	98.8	99.0	0.0004244088433346914	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0102_000000005404	5233	0.6426787264868874	5	2	1	2	1	True	108359	fragment	False	AST0102_000000005404	1.0		0	0	False	False	0.9957959055900574	0					non-mobilizable	no_good_hit								True	True
SPA0074_000000011538	1954	0.6426710966946441	3	3	3	3	3	False	6579	maximal	True	SPA0074_000000011538	1.0		134	12	False	False	0.9953940510749817	0					non-mobilizable	other	1954.0	99.539	100.0	0.0006162683484197592	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0054_000000016393	2707	0.6426665032089894	4	3	3	2	1	False	11136	maximal	True	MON0054_000000016393	1.0		0	0	False	False	0.9678611159324646	0					non-mobilizable	no_good_hit	483.0	99.17200000000001	38.0	0.00012916794405366526	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0067_000000024314	1351	0.6426620486617783	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.1394918460362441		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	84.456	96.0	0.0031406183410173957	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
FIJ0059_000000002927	6384	0.6426610344345918	7	4	3	2	2	True	105168	fragment	False	FIJ0105_000000004082	0.7170336344559423		0	0	False	False	0.9993734359741211	0					non-mobilizable	no_good_hit	3572.0	93.757	89.0	0.4420226678291194	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0105_000000019597	1887	0.6426568944644031	4	1	1	1	1	False	14815	maximal	True	MAD0105_000000019597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.2077450813351452e-06	CP023119.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-07	True	False
ISR0003_000000002366	8925	0.6426538368135207	13	9	7	8	6	True	93275	maximal	False	CAN0017_000000003988	0.9393238799835595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	81.279	2.0	7.598646464956297e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
DEN0090_000000026043	1182	0.6426525824845053	2	1	1	1	1	False	68659	fragment	False	FIJ0062_000000022502	0.6338461538461538		0	0	False	False	0.9593908786773682	0					non-mobilizable	no_good_hit	510.0	98.824	43.0	0.00016298394464053393	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0106_000000014870	1501	0.6426521949000547	3	2	2	2	1	True	93140	fragment	False	MAD0106_000000014870	0.9656228727025187		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	98.601	100.0	0.015088873464707124	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	False	True
MON0038_000000023906	1435	0.6426521949000547	3	2	2	2	1	True	93137	fragment	False	ENG0082_000000009793	0.21813709931408834		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	97.213	100.0	0.0003345549019992105	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0850_000000011080	1405	0.6426521949000547	3	2	2	2	1	True	93137	fragment	False	ENG0082_000000009793	0.172337086463389		0	0	False	False	0.9978647828102112	0					non-mobilizable	other	1404.0	98.71799999999999	100.0	0.0004239107429020651	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0036_000000000924	24565	0.6426474583975501	30	8	6	7	5	True	47991	fragment	False	FIJ0139_000000000664	0.9465261365503362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	0.0	2.3641036803616503e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
FIJ0052_000000000759	23809	0.6426474583975501	29	8	6	7	5	True	47991	fragment	False	FIJ0139_000000000664	0.9288549774985078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	0.0	2.335273147674313e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
ISR0343_000000014126	1351	0.6426427317043556	3	3	1	3	2	False	33612	maximal	True	ISR0343_000000014126	1.0		218	12	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	84.416	6.0	1.090303912766383e-05	NZ_LGTC01000001.1	firmicutes	Pseudobacteroides cellulosolvens ATCC 35603 = DSM 2933 ctg1, whole genome shotgun sequence	True	False
MAD0041_000000022688	1599	0.6426426518867221	2	2	2	2	2	True	19492	maximal	True	MAD0041_000000022688	1.0		34	6	False	False	0.998123824596405	0					non-mobilizable	no_good_hit	74.0	83.78399999999999	5.0	1.698528027690195e-05	CP041063.1	firmicutes	Bacillus sp. Cs-700 chromosome, complete genome	True	True
USA0086_01_000000010058	1700	0.6426398794111531	3	2	2	2	1	False	47534	fragment	False	USA0086_01_000000010058	1.0		0	0	False	False	0.9941176176071167	0					non-mobilizable	other	1550.0	98.839	91.0	0.012455072487074545	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0065_000000005177	4370	0.6426349474372884	7	5	3	3	5	False	87397	fragment	False	SPA0122_000000006637	0.9772121627684519		0	0	False	False	1.0	0					non-mobilizable	other	2686.0	96.24	100.0	0.00046813758217935326	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0107_000000005437	4030	0.64263396045457	6	4	3	4	2	False	32860	maximal	True	ISR0107_000000005437	1.0		1	1	False	False	0.9893300533294678	0					non-mobilizable	no_good_hit	367.0	72.48	9.0	0.0010601986694506699	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
SPA0045_000000018227	1373	0.6426270400511709	2	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.6191136915809108		0	0	False	False	1.0	0					non-mobilizable	chromosome	1373.0	97.815	100.0	0.0004841406873315697	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0013_000000003715	6244	0.642624578617273	9	7	2	3	7	False	104413	fragment	False	ENG0013_000000003715	1.0		0	0	False	False	0.9991992115974426	0					non-mobilizable	other	6070.0	96.227	100.0	0.0009738840978318146	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
MAD0100_000000018401	1968	0.6426233832821965	4	4	3	3	4	False	32633	maximal	True	MAD0100_000000018401	0.9859658778205834		25	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0027_000000012234	2125	0.6426223373801888	2	1	1	1	1	False	126971	maximal	True	ISR0027_000000012234	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	95.95299999999999	86.0	0.025712449110777802	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ENG0053_000000020738	1205	0.6426223373801888	2	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.082210874895987		0	0	False	False	0.9941908717155457	0					non-mobilizable	other	1207.0	96.852	100.0	0.017227340904221126	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0127_000000002664	8084	0.6426197814398642	12	11	6	8	10	True	131153	maximal	True	CHI0127_000000002664	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3825.0	83.712	83.0	0.001141397502895645	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0177_000000018662	1413	0.6426181131991846	1	1	1	1	1	False	121019	maximal	False	ISR0228_000000018856	0.5894010190807941		0	0	False	False	0.9950460195541382	0					non-mobilizable	other	1413.0	99.15100000000001	100.0	0.01903170153116239	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0009_000000027153	1378	0.6426181131991846	1	1	1	1	1	False	121019	maximal	False	ISR0228_000000018856	0.5838526390028967		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	99.419	100.0	0.018559952555531594	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0090_000000042228	1132	0.6426142226982829	2	2	2	2	0	False	73652	fragment	False	DEN0032_000000000187	0.9352331606217616		0	0	False	False	0.9991165995597839	0					non-mobilizable	other	1132.0	96.99600000000001	100.0	0.012039599744517777	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0390_000000011366	1342	0.6426132740813925	2	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.7870849853461305		0	0	False	False	0.9903129935264587	0					non-mobilizable	chromosome	1342.0	97.39200000000001	100.0	0.00046742132612414655	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0341_000000008139	1668	0.6426114791066361	2	2	2	2	1	False	129426	fragment	False	ISR0806_000000006203	0.9241085698843442		0	0	False	False	0.9904076457023621	0					non-mobilizable	other	1673.0	84.34	99.0	0.03832310460984726	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0090_000000018460	1643	0.6426114791066361	2	2	2	2	1	False	129426	fragment	False	ISR0806_000000006203	0.8983901977630974		0	0	False	False	0.9939135909080505	0					non-mobilizable	chromosome	1676.0	74.105	100.0	0.0005216520262635247	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0255_000000008874	3307	0.6426073859630598	3	3	2	3	3	False	132092	maximal	False	AST0016_000000007742	0.9738589479188856		0	0	False	False	0.9996976256370544	0					non-mobilizable	other	2940.0	86.395	93.0	0.016680064308681672	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ENG0141_000000008260	3304	0.6426073859630598	4	3	2	3	3	False	132092	maximal	False	AST0016_000000007742	0.9760790400721717		0	0	False	False	1.0	0					non-mobilizable	other	2939.0	86.56	93.0	0.016674322462103812	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ENG0110_000000009203	3301	0.6426073859630598	3	3	2	3	3	False	132092	maximal	False	AST0016_000000007742	0.9734900594043061		0	0	False	False	0.9987882375717163	0					non-mobilizable	other	2934.0	86.435	93.0	0.016645613229214515	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
CHI0056_000000004421	3940	0.6426040348932542	7	2	1	1	1	True	108970	maximal	True	CHI0056_000000004421	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	75.821	19.0	0.0021401542861896935	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
ENG0037_000000002137	12399	0.6426038388148547	18	13	3	5	12	False	117836	maximal	True	ENG0037_000000002137	1.0	PS794|PS796	0	0	False	True	0.9997580647468567	0					non-mobilizable	no_good_hit	3399.0	99.706	52.0	0.0008004142544445264	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ISR0111_000000007934	2252	0.6426033550248899	3	3	3	3	3	False	114518	fragment	False	ENG0170_000000003849	0.41227734401319804		0	0	False	False	1.0	0					non-mobilizable	chromosome	2253.0	98.09100000000001	100.0	0.0006405606897120606	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0019_000000016609	1745	0.6426010054799157	1	1	1	1	1	False	7753	maximal	True	SPA0019_000000016609	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	88.06	8.0	3.337187408415533e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0066_000000005277	5626	0.6425993473027162	7	7	7	6	7	False	45378	maximal	True	FIJ0066_000000005277	1.0		1	1	False	False	0.9976893067359924	0					non-mobilizable	chromosome	5516.0	98.96700000000001	98.0	0.001041119992146765	CP056301.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00843 chromosome, complete genome	False	False
FIJ0127_000000016354	1190	0.6425985347756429	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.03577014191135339	PS730	0	0	False	True	0.9932773113250732	0					non-mobilizable	chromosome	1194.0	92.714	100.0	0.0004002104386595879	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0034_01_000000032726	1592	0.6425977681321291	2	2	2	2	1	False	1460	maximal	True	USA0034_01_000000032726	1.0		28	8	False	False	0.9824120402336121	0					non-mobilizable	no_good_hit	1270.0	75.669	79.0	0.016378835923373254	NZ_LZFO01000010.1	firmicutes	Clostridium acetireducens DSM 10703 CLAC_contig000010, whole genome shotgun sequence	True	False
AUS0004_000000009253	2265	0.6425962830421736	4	2	2	2	2	False	102451	maximal	True	AUS0004_000000009253	1.0		145	10	False	False	0.9977924823760986	0					non-mobilizable	other	2246.0	98.13	99.0	0.015428386857350991	NZ_QRHR01000007.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf7, whole genome shotgun sequence	False	False
MON0001_000000009399	3562	0.6425875633521174	5	5	3	4	4	False	78245	maximal	True	MON0001_000000009399	1.0		1	1	False	False	0.9946659207344055	0					non-mobilizable	no_good_hit	1608.0	97.76100000000001	54.0	0.0004999349804536933	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0104_000000006807	5666	0.6425852542790829	4	4	4	3	4	False	78425	fragment	False	ISR0831_000000002765	0.9769716528706661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2176.0	71.094	38.0	0.0007551465531265008	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0831_000000002765	5618	0.6425852542790829	4	4	4	3	4	False	78425	fragment	False	ISR0831_000000002765	0.9821547012315441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	70.953	26.0	0.0005218980149878947	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0010_000000003335	5496	0.6425852542790829	4	4	4	3	4	False	78425	fragment	False	ISR0831_000000002765	0.9736646288286751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	71.01899999999999	27.0	0.0005218980149878947	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0164_000000004328	5448	0.6425852542790829	4	4	4	3	4	False	78425	fragment	False	ISR0831_000000002765	0.9649618759287157		0	0	False	False	0.9972466826438904	0					non-mobilizable	no_good_hit	1403.0	71.27600000000001	25.0	0.0004876694095424412	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0011_000000008330	5320	0.6425852542790829	4	4	4	3	4	False	78425	fragment	False	ISR0831_000000002765	0.9578348285036263		0	0	False	False	0.9924812316894531	0					non-mobilizable	no_good_hit	1502.0	71.105	28.0	0.0005218980149878947	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0122_000000004634	2949	0.6425841839019173	4	4	2	3	4	False	126745	fragment	False	CHI0122_000000004634	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2242.0	99.911	82.0	0.4376953125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
DEN0005_000000020684	1801	0.6425805588331722	2	2	2	2	1	False	76480	maximal	True	DEN0005_000000020684	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	74.889	25.0	0.0010665744223922976	NZ_MIKB01000012.1	firmicutes	Enterococcus quebecensis strain LMG 26306 2, whole genome shotgun sequence	True	False
ISR0310_000000013303	1357	0.6425734281820922	2	2	2	2	2	False	63837	fragment	False	ENG0053_000000017999	0.9255286596605055		0	0	False	False	0.9933677315711975	0					non-mobilizable	no_good_hit	143.0	79.021	10.0	4.570751340753727e-05	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
ISR0194_000000013747	1871	0.6425703955767762	3	2	2	2	2	False	124694	fragment	False	ISR0194_000000013747	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1001.0	99.001	95.0	0.003857846087372498	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0135_000000008206	2321	0.6425626717862546	6	3	3	3	1	False	102327	maximal	True	ISR0135_000000008206	1.0		4	1	False	False	0.9961223602294922	0					non-mobilizable	no_good_hit	1118.0	99.821	48.0	0.00864323630004488	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0393_000000006964	2508	0.6425609702850724	3	2	2	1	1	False	114067	maximal	False	DEN0017_000000011539	0.9803392444101774		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	98.76899999999999	99.0	0.00046129225809286894	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0172_000000014286	1930	0.6425609702850724	3	2	2	1	1	False	114058	maximal	True	FIJ0172_000000014286	0.9926868905742146		44	8	False	False	0.9989637136459351	0					non-mobilizable	no_good_hit	1545.0	96.634	80.0	0.0004615912161344068	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0171_000000012715	1639	0.6425609702850724	3	2	2	1	1	False	114053	fragment	False	ISR0836_000000009571	0.22101645682504328		0	0	False	False	1.0	0					non-mobilizable	chromosome	1566.0	97.89299999999999	96.0	0.00045250508379750617	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0027_000000012067	1886	0.6425593987736555	3	3	2	2	2	False	65957	maximal	True	ENG0027_000000012067	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	98.323	51.0	0.023697625264204897	NZ_JAAIQH010000025.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_25_length_40215_cov_181.153, whole genome shotgun sequence	True	False
ISR0056_000000004357	4472	0.6425584513635916	5	4	4	4	3	False	85329	fragment	False	FIJ0042_000000004885	0.9568934014738417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	76.611	27.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
SPA0125_000000008246	4395	0.6425584513635916	5	4	4	4	3	False	85329	fragment	False	FIJ0042_000000004885	0.6474358974358975		0	0	False	False	0.9997724890708923	0					non-mobilizable	no_good_hit	1149.0	72.063	29.0	0.0005981138842591616	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MON0026_000000008574	3849	0.6425584513635916	4	4	4	4	3	False	52690	fragment	False	MON0026_000000008574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	77.306	28.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0085_000000005927	3677	0.6425562607054469	5	4	4	4	2	False	34002	maximal	True	ISR0085_000000005927	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	879.0	75.882	24.0	0.00017683824984950476	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0332_000000005898	2346	0.6425561886578807	3	2	2	2	2	False	74916	fragment	False	ISR0332_000000005898	0.9947880482765561		0	0	False	False	0.9940323829650879	0					non-mobilizable	other	2347.0	99.361	100.0	0.044863459037711315	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0047_000000010558	1471	0.6425531156005296	3	3	3	3	3	False	86956	maximal	True	CHI0047_000000010558	1.0		6	4	False	False	1.0	0					non-mobilizable	other	1471.0	99.728	100.0	0.0003563818658360464	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	False
MON0025_000000005385	5161	0.6425504314066403	3	3	3	3	3	False	12838	fragment	False	MON0025_000000005385	1.0		0	0	False	False	0.9998062252998352	0					non-mobilizable	no_good_hit	2060.0	75.0	40.0	0.00270452559939032	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ISR0238_000000006842	2095	0.6425461454065223	2	2	2	1	1	True	66971	maximal	True	ISR0238_000000006842	1.0		26	4	False	False	0.9961813688278198	0					non-mobilizable	no_good_hit	956.0	92.678	55.0	0.024573695327391686	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
ISR0160_000000015505	1879	0.6425461454065223	2	2	2	1	1	True	66970	fragment	False	ISR0160_000000015505	1.0		0	0	False	False	0.9957424402236938	0					non-mobilizable	no_good_hit	956.0	92.573	62.0	0.024573695327391686	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
ISR0225_000000004948	3208	0.6425428377848711	4	4	4	4	3	False	67985	fragment	False	ISR0225_000000004948	1.0		0	0	False	False	0.996259331703186	0					non-mobilizable	no_good_hit	507.0	74.16199999999999	16.0	0.00011337775927452747	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0389_000000020063	1101	0.6425426398115968	2	2	2	1	1	False	22891	maximal	True	ISR0389_000000020063	1.0		246	12	False	False	0.990009069442749	0					non-mobilizable	chromosome	1101.0	99.637	100.0	0.00035455015160242167	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0055_000000008465	1644	0.6425349066104991	3	2	1	2	1	False	63704	fragment	False	FIJ0055_000000008465	1.0		0	0	False	False	0.9951338171958923	0					non-mobilizable	other	1664.0	91.10600000000001	100.0	0.0003858813165318648	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0016_000000003805	5896	0.6425240313192404	6	5	4	4	4	False	126406	fragment	False	ENG0016_000000003805	0.9609991235758106		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3610.0	99.41799999999999	61.0	0.0010866007881694495	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0219_000000028753	1122	0.6425235767571645	4	4	4	4	3	False	28014	fragment	False	ISR0219_000000028753	1.0		0	0	False	False	0.9848484992980957	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	3.2894543617577433e-05	NZ_FRCX01000001.1	b-proteobacteria	Duganella sacchari strain Sac-22, whole genome shotgun sequence	True	False
ISR0320_000000001022	12669	0.6425223997126015	21	14	7	12	11	False	25074	maximal	True	ISR0320_000000001022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	74.609	4.0	0.00017443571609510012	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
MAD0001_000000008391	3061	0.6425133776055707	4	3	2	1	0	True	131258	maximal	True	MAD0001_000000008391	1.0	PS1133	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1175.0	87.48899999999999	67.0	0.00039482493233616194	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0128_000000022869	1167	0.6425109060716621	2	2	2	1	1	True	72801	fragment	False	DEN0045_000000035409	0.9245470324794256		0	0	False	False	0.9854327440261841	0					non-mobilizable	no_good_hit	818.0	84.963	80.0	0.00026140015722687633	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
SPA0019_000000015516	1872	0.642509645308934	2	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.5682179135151182		0	0	False	False	1.0	0					non-mobilizable	other	1888.0	80.191	100.0	0.0005826468350947611	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	False	False
ENG0088_000000005066	4845	0.6425080745459405	7	7	5	4	4	False	111479	maximal	True	ENG0088_000000005066	1.0		5	3	False	False	0.9997935891151428	0					non-mobilizable	no_good_hit	1885.0	94.695	82.0	0.0004611796342485089	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0381_000000003114	4840	0.6425080745459405	7	7	5	4	4	False	111479	maximal	False	ENG0088_000000005066	0.9994840041279669		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1885.0	94.695	82.0	0.0004611796342485089	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0086_000000006743	2083	0.6425064950173357	3	2	1	1	2	False	5515	maximal	True	SPA0086_000000006743	1.0		8	4	False	False	0.9903984665870667	0					non-mobilizable	other	2083.0	98.272	100.0	0.016228729996648244	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	False	False
CHI0145_000000015375	1199	0.6425057206310949	2	2	2	1	0	True	79732	maximal	True	CHI0145_000000015375	1.0		9	4	False	False	0.9666388630867004	0					non-mobilizable	no_good_hit	914.0	99.125	76.0	0.008700872946289025	NZ_PYLQ01000007.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_6, whole genome shotgun sequence	True	True
CHI0185_000000004031	4887	0.6425036068689457	8	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.3803998510911468	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4715.0	99.936	100.0	0.04009219333384363	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0117_000000016052	1438	0.6425020452197482	3	2	2	2	2	False	59352	maximal	True	ENG0117_000000016052	0.9790602202193602		230	13	False	False	0.990959644317627	0					non-mobilizable	no_good_hit	409.0	72.616	28.0	0.00010413070191192909	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
CHI0036_000000001312	8247	0.6425009803086316	7	7	7	7	7	False	125053	fragment	False	DEN0063_000000004503	0.8660966120065039		0	0	False	False	0.9993937015533447	0					non-mobilizable	other	8247.0	99.066	100.0	0.0298139430620937	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0073_000000013819	1341	0.6424999828020495	2	1	1	1	1	False	44688	maximal	True	FIJ0073_000000013819	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	72.42	43.0	0.012013385155779103	NZ_NFHU01000014.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_14, whole genome shotgun sequence	True	False
USA0027_01_000000003509	7507	0.6424981296299044	6	5	5	4	2	False	95291	maximal	True	USA0027_01_000000003509	1.0		10	5	False	False	0.994671642780304	0					non-mobilizable	no_good_hit	1566.0	85.12100000000001	21.0	0.0005517342977941607	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0100_000000025688	1304	0.6424972632463476	2	2	2	2	1	False	15146	maximal	True	MAD0100_000000025688	1.0		30	7	False	False	0.9984662532806396	0					non-mobilizable	other	707.0	96.464	99.0	0.0027304097938443783	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0019_01_000000008821	3338	0.6424967295115942	5	4	4	4	4	False	69310	fragment	False	DEN0082_000000010362	0.9376284408548717		0	0	False	False	0.9991012811660767	0					non-mobilizable	no_good_hit	364.0	71.154	11.0	8.305807636556629e-05	CP059262.1	firmicutes	Exiguobacterium profundum isolate SSD5 chromosome	True	False
USA0119_01_000000017172	1435	0.6424954934638304	3	2	2	2	1	True	223	fragment	False	USA0119_01_000000017172	1.0		0	0	False	False	0.9902439117431641	0					non-mobilizable	no_good_hit	740.0	80.541	52.0	0.0002898035806232385	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
SPA0007_000000006992	3436	0.6424900034851498	4	4	4	4	3	False	103392	fragment	False	SPA0007_000000006992	0.986175406513026		0	0	False	False	0.9956344366073608	0					non-mobilizable	chromosome	3436.0	99.62200000000001	100.0	0.0006590232757044498	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
FIJ0122_000000013799	1160	0.6424864809136822	3	1	1	1	1	False	41399	fragment	False	FIJ0122_000000013799	1.0		0	0	False	False	0.9965517520904541	0					non-mobilizable	no_good_hit	777.0	99.35600000000001	67.0	0.024023280292241968	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ISR0802_000000003042	4267	0.6424829535151995	5	5	5	2	3	False	104796	fragment	False	USA0042_01_000000005065	0.42882576144873497		0	0	False	False	0.9976564049720764	0					non-mobilizable	no_good_hit	131.0	90.07600000000001	3.0	6.380064360126169e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0359_000000005899	3944	0.6424821966109331	4	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.7098877088616847		0	0	False	False	0.9997464418411255	0					non-mobilizable	chromosome	1683.0	96.97	100.0	0.0003124820499417326	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0285_000000003535	3888	0.6424821966109331	4	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.6123403444367694		0	0	False	False	1.0	0					non-mobilizable	chromosome	1683.0	96.97	100.0	0.0003124820499417326	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0812_000000025447	1558	0.6424801925472491	3	3	3	1	2	False	76183	fragment	False	ISR0812_000000025447	1.0		0	0	False	False	0.9691912531852722	0					non-mobilizable	other	1558.0	100.0	100.0	0.01917960088691796	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
FIJ0101_000000010478	2661	0.6424709322770122	4	4	4	3	3	False	42701	fragment	False	FIJ0101_000000010478	0.9963181811321368		0	0	False	False	1.0	0					non-mobilizable	other	2704.0	76.331	99.0	0.0009084197029340687	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
DEN0012_000000002457	2532	0.6424632391961619	4	4	4	4	3	False	75461	maximal	True	DEN0012_000000002457	1.0		1	1	False	False	0.9909162521362305	0					non-mobilizable	chromosome	2532.0	99.961	100.0	0.0008894914892076673	CP041012.1	firmicutes	Enterococcus faecalis strain FDAARGOS_611 chromosome, complete genome	False	False
SPA0158_000000010624	1860	0.6424546326396527	3	2	2	2	1	False	69984	fragment	False	SPA0158_000000010624	1.0		0	0	False	False	0.9962365627288818	0					non-mobilizable	no_good_hit	175.0	82.286	9.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
DEN0076_000000005136	1578	0.6424546326396527	3	2	2	2	1	False	69983	fragment	False	DEN0076_000000005136	0.9851652056641942		0	0	False	False	0.9778200387954712	0					non-mobilizable	no_good_hit	175.0	82.286	11.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
FIJ0157_000000012778	1483	0.6424546326396527	3	2	2	2	1	False	69983	fragment	False	DEN0076_000000005136	0.95595690747782		0	0	False	False	0.995279848575592	0					non-mobilizable	no_good_hit	186.0	81.72	12.0	6.262786522483403e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
SPA0028_000000006355	4189	0.6424472438088703	4	2	2	2	1	True	81478	fragment	False	SPA0028_000000006355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	99.751	19.0	0.0003592611330584829	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	True
SPA0138_000000014659	1815	0.6424469014323398	2	2	2	2	2	False	103287	fragment	False	ISR0821_000000016865	0.7550090471212665		0	0	False	False	1.0	0					non-mobilizable	other	1815.0	99.17399999999999	100.0	0.13440700608579487	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0297_000000008527	1739	0.6424469014323398	2	2	2	2	2	False	103287	fragment	False	ISR0821_000000016865	0.746060127330033		0	0	False	False	0.9948245882987976	0					non-mobilizable	chromosome	1739.0	100.0	100.0	0.0005478134269764387	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0139_000000019737	1165	0.6424411380589783	2	2	2	1	1	False	57817	fragment	False	ENG0139_000000019737	1.0		0	0	False	False	0.9991416335105896	0					non-mobilizable	no_good_hit								True	False
CHI0062_000000002206	7150	0.6424406673642972	11	6	2	5	2	True	85605	maximal	True	CHI0062_000000002206	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	97.101	4.0	4.7595886603668704e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0109_000000006175	2861	0.6424383362496412	4	4	4	4	2	False	90633	fragment	False	CHI0109_000000006175	0.9811536655379571		0	0	False	False	0.9919608235359192	0					non-mobilizable	other	2859.0	99.965	99.0	0.0045604539390960794	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0346_000000007860	2695	0.6424383362496412	4	4	4	4	2	False	90633	fragment	False	CHI0109_000000006175	0.9624424488059727		0	0	False	False	1.0	0					non-mobilizable	other	2695.0	100.0	100.0	0.004298762390456556	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0012_000000004440	5058	0.6424361607144978	5	4	4	4	4	False	113893	fragment	False	FIJ0012_000000004440	0.9647537728355837		0	0	False	False	0.9932779669761658	0					non-mobilizable	no_good_hit	258.0	94.186	13.0	7.739886798885216e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0024_000000007929	2582	0.642435294687229	3	3	3	2	2	False	49231	fragment	False	FIJ0024_000000007929	0.9663056558363416		0	0	False	False	0.9953524470329285	0					non-mobilizable	no_good_hit	1245.0	79.518	48.0	0.007024353381650809	NZ_JNKW01000005.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
SPA0111_000000020412	1681	0.6424339319229454	3	1	1	1	1	False	5941	maximal	True	SPA0111_000000020412	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	97.285	43.0	0.0001789954031709225	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0003_01_000000008693	4480	0.6424309719859315	6	3	3	3	2	True	71329	fragment	False	USA0003_01_000000008693	0.9687889158938101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0128_000000008481	4345	0.6424309719859315	6	3	3	3	2	True	71329	fragment	False	USA0003_01_000000008693	0.9381823652942075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0064_000000008167	4325	0.6424309719859315	5	3	3	3	2	True	71329	fragment	False	USA0003_01_000000008693	0.8520792384950688		0	0	False	False	0.9993063807487488	0					non-mobilizable	no_good_hit								True	True
ISR0279_000000004287	4308	0.6424309719859315	6	3	3	3	2	True	71329	fragment	False	USA0003_01_000000008693	0.8511660818069204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0113_000000006502	4277	0.6424309719859315	6	3	3	3	2	True	71329	fragment	False	USA0003_01_000000008693	0.8571195323778031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0835_000000002833	4172	0.6424309719859315	5	3	3	3	2	True	71329	fragment	False	USA0003_01_000000008693	0.8341408547273057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0031_000000006700	4097	0.6424309719859315	5	3	3	3	2	True	71329	fragment	False	USA0003_01_000000008693	0.8390674017897121		0	0	False	False	0.9929216504096985	0					non-mobilizable	no_good_hit								True	True
ISR0132_000000006455	4031	0.6424309719859315	5	3	3	3	2	True	71329	fragment	False	USA0003_01_000000008693	0.7254345177002928		0	0	False	False	0.9980154037475586	0					non-mobilizable	no_good_hit								True	True
ISR0014_000000015137	2397	0.6424303310309444	3	2	2	2	1	False	38031	fragment	False	ISR0014_000000015137	1.0		0	0	False	False	0.9895703196525574	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0019817968291250734	NZ_ARQI01000067.1	bacteria	Brachyspira innocens ATCC 29796 strain B256 F811DRAFT_scaffold00064.64_C, whole genome shotgun sequence	True	False
CAN0008_000000003991	6849	0.6424262643114063	9	8	6	6	7	False	126475	maximal	True	CAN0008_000000003991	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	2496.0	93.189	80.0	0.0005635935320911198	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0008_000000000420	20651	0.6424246134723843	31	23	7	12	16	True	116736	fragment	False	CHI0147_000000000676	0.6946802025867767		0	0	False	False	1.0	0					non-mobilizable	other	19551.0	99.959	95.0	0.09667306208833594	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0287_000000004892	2402	0.6424217054325483	3	3	2	3	2	False	54593	maximal	False	FIJ0171_000000008428	0.9702982370372871		0	0	False	False	0.9995836615562439	0					non-mobilizable	other	2403.0	98.211	100.0	0.019656462000507368	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0038_000000002971	9652	0.6424198544409672	9	5	3	5	0	True	79294	fragment	False	ENG0126_000000002102	0.9501214272370633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	86.139	1.0	0.0037919411674582505	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
SPA0114_000000005736	6786	0.6424075390015714	5	4	2	3	3	False	4472	maximal	True	SPA0114_000000005736	1.0		9	4	False	False	0.99042147397995	0					non-mobilizable	no_good_hit	548.0	78.102	8.0	0.010223870761235902	NZ_ADFP01000097.1	bacteria	Pyramidobacter piscolens W5455 contig00042, whole genome shotgun sequence	True	False
ENG0140_000000011585	1560	0.6424073530307471	2	1	1	1	1	False	57782	fragment	False	ENG0140_000000011585	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	86.74799999999999	100.0	0.05576819889107494	NZ_WNCH01000032.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold32_size27709, whole genome shotgun sequence	False	False
FIJ0021_000000038696	1231	0.6424002286829661	2	2	2	2	2	False	49528	fragment	False	FIJ0021_000000038696	1.0		0	0	False	False	0.9975629448890686	0					non-mobilizable	no_good_hit	197.0	75.127	16.0	0.0007615635333391207	NZ_JAAVNF010000003.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_26_length_253316_cov_31.016920, whole genome shotgun sequence	True	False
ENG0177_000000005508	4742	0.6424000476729829	5	4	3	4	2	False	110157	maximal	True	ENG0177_000000005508	0.9898913043478261		21	7	False	False	1.0	0					non-mobilizable	other	2301.0	99.78299999999999	99.0	0.0006218873524065283	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0155_000000013171	1672	0.6423929291842427	2	1	1	1	1	False	39525	fragment	False	FIJ0155_000000013171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0067_000000003378	9169	0.6423831591417816	10	5	3	5	1	False	101324	fragment	False	FIJ0035_000000001207	0.9335647397923406		0	0	False	False	0.99945467710495	0					non-mobilizable	no_good_hit	933.0	87.67399999999999	17.0	0.004181383988159555	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0025_000000002184	8846	0.6423831591417816	10	5	3	5	1	False	101324	fragment	False	FIJ0035_000000001207	0.9135639584253815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	87.302	13.0	0.002524266555284162	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0085_000000003038	8822	0.6423831591417816	10	5	3	5	1	False	101324	fragment	False	FIJ0035_000000001207	0.9201658880595872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	86.87899999999999	13.0	0.0025106464120002543	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0139_000000002868	8791	0.6423831591417816	10	5	3	5	1	False	101324	fragment	False	FIJ0035_000000001207	0.9204382130804754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	87.916	14.0	0.0025424267463293715	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0378_000000027433	1215	0.6423815443443078	3	3	3	2	1	False	23252	maximal	True	ISR0378_000000027433	1.0		4	2	False	False	0.9991769790649414	0					non-mobilizable	no_good_hit	548.0	77.372	44.0	0.3754337265787647	NZ_NFHM01000075.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_75, whole genome shotgun sequence	True	False
ISR0305_000000013375	1406	0.6423811525530029	2	2	2	2	2	False	42948	maximal	False	ISR0848_000000009908	0.3193268186753529		0	0	False	False	0.9992887377738953	0					non-mobilizable	other	1406.0	99.64399999999999	100.0	0.0364982465255228	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
ISR0132_000000004977	5015	0.6423740659561961	7	6	5	3	4	True	129449	fragment	False	ISR0132_000000004977	0.9587533429335527		0	0	False	False	0.995613157749176	0					non-mobilizable	other	4996.0	98.419	99.0	0.001553936046898692	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0395_000000004483	8273	0.6423738057498596	10	6	2	5	2	True	101274	fragment	False	ISR0322_000000000977	0.5773366762086236		0	0	False	False	1.0	0					non-mobilizable	other	8273.0	100.0	100.0	0.08254829953696312	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
TAN0017_000000020496	1824	0.6423681294234749	3	2	2	2	2	False	2460	maximal	True	TAN0017_000000020496	1.0		2	1	False	False	0.999451756477356	0					non-mobilizable	no_good_hit	307.0	93.485	20.0	9.862940580940093e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0188_000000005634	3913	0.6423579050845752	6	6	6	4	5	False	29269	fragment	False	ISR0188_000000005634	1.0		0	0	False	False	0.9992333054542542	0					non-mobilizable	other	3913.0	97.598	100.0	0.09791995194112788	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0085_000000010098	1632	0.6423524024919861	2	2	2	2	1	False	109827	fragment	False	ISR0360_000000015719	0.4476147030392365		0	0	False	False	0.999387264251709	0					non-mobilizable	other	1634.0	92.35	100.0	0.0004340662426071014	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
CHI0119_000000012491	1108	0.6423524001156024	2	2	2	2	2	False	81882	fragment	False	CHI0119_000000012491	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	97.92399999999999	100.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0246_000000007991	2581	0.6423522771364897	4	3	3	1	1	False	27130	maximal	True	ISR0246_000000007991	1.0		0	0	False	False	0.9907012581825256	0					non-mobilizable	no_good_hit	1452.0	76.928	56.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0066_000000012904	1604	0.6423483036292194	1	1	1	1	1	False	62749	fragment	False	ENG0066_000000012904	1.0		0	0	False	False	0.9931421279907227	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000024184	1514	0.6423399237599726	3	2	2	2	2	False	18231	maximal	True	MAD0041_000000024184	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1540.0	78.961	99.0	0.0017986753285227585	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0031_000000006405	1539	0.6423366820247645	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.1393615128628638	PS730	0	0	False	True	0.9896036386489868	0					non-mobilizable	other	1547.0	82.805	100.0	0.0004787802955309484	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0324_000000001259	20530	0.6423303119015339	18	8	5	7	3	False	58241	fragment	False	ISR0324_000000001259	0.9793226289431566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	92.289	4.0	0.012659976061136176	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
AUS0008_000000019201	1292	0.6423243097699273	5	3	1	2	3	False	119874	fragment	False	USA0020_01_000000024131	0.30971918345697713		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.071	100.0	0.009934896033737092	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0103_000000049451	1201	0.6423243097699273	4	3	1	2	3	False	8844	maximal	True	MON0103_000000049451	1.0		6	3	False	False	1.0	0					non-mobilizable	chromosome	1203.0	84.705	100.0	0.00035827265925040267	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	False	False
FIJ0088_000000000429	44360	0.6423239122115757	47	15	7	8	8	True	112555	fragment	False	FIJ0002_000000000283	0.8215335851727552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0062717770034843206	XR_004690012.1	wasps, ants, and bees	PREDICTED: Chelonus insularis mitogen-activated protein kinase kinase kinase 15 (LOC118064029), transcript variant X4, misc_RNA	True	True
FIJ0162_000000018131	1269	0.6423230267299231	3	3	3	2	2	False	39209	maximal	True	FIJ0162_000000018131	1.0		189	11	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	97.637	63.0	0.0030764745596268336	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0080_000000010363	2921	0.6423215905202946	5	2	2	2	0	True	112248	maximal	True	ISR0080_000000010363	1.0		1	1	False	False	0.9996576309204102	0					non-mobilizable	no_good_hit	1231.0	81.39699999999999	42.0	0.011315049943888482	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
CHI0031_000000005234	1866	0.642321170099582	3	2	2	2	1	False	93998	maximal	True	CHI0031_000000005234	0.9703107658157603		195	11	False	False	1.0	0					non-mobilizable	chromosome	1866.0	99.946	100.0	0.0007886041832809148	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
DEN0051_000000007553	5335	0.642312147797228	5	5	5	5	4	False	72606	maximal	True	DEN0051_000000007553	1.0		3	2	False	False	0.9998125433921814	0					non-mobilizable	no_good_hit	1008.0	84.821	19.0	0.0004912649557297149	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0073_000000000966	9586	0.642311701706847	12	5	2	3	2	False	89207	maximal	False	ISR0387_000000001648	0.7306960361787361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	83.6	3.0	0.006007359014793122	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0029_000000004615	9537	0.642311701706847	12	5	2	3	2	False	89207	maximal	False	ISR0387_000000001648	0.7294428776082882		0	0	False	False	0.9998951554298401	0					non-mobilizable	no_good_hit	167.0	86.228	2.0	0.00037515898505769216	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	False
USA0133_01_000000008646	2769	0.6423028048362481	3	3	1	1	3	True	72473	fragment	False	USA0133_01_000000008646	1.0		0	0	False	False	0.9996388554573059	0					non-mobilizable	no_good_hit	1908.0	93.08200000000001	69.0	0.0005759920342300376	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
SPA0045_000000014450	1780	0.6422979737873112	2	2	2	1	1	True	102790	maximal	True	SPA0045_000000014450	1.0		0	0	False	False	0.9960674047470093	0					non-mobilizable	other	1738.0	95.62700000000001	97.0	0.006170215046464185	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
DEN0082_000000025311	1647	0.6422979737873112	2	2	2	1	1	True	102789	fragment	False	DEN0082_000000025311	0.9331008675156821		0	0	False	False	0.998785674571991	0					non-mobilizable	other	1646.0	100.0	99.0	0.0005279031302569684	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0152_000000006270	1771	0.642292323807199	3	2	2	2	2	False	79379	maximal	True	CHI0152_000000006270	1.0		119	12	False	False	0.9898362755775452	0					non-mobilizable	no_good_hit	59.0	86.441	3.0	2.4510502973346834e-05	NZ_CVLB01000001.1	bacteria	Brachyspira suanatina strain AN4859/03, whole genome shotgun sequence	True	False
FIJ0149_000000008993	2628	0.6422891753223138	4	4	4	3	3	False	42701	fragment	False	FIJ0101_000000010478	0.992972050733667		0	0	False	False	0.9843987822532654	0					non-mobilizable	other	2675.0	76.112	99.0	0.000898817682669005	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0119_000000007218	4503	0.6422854786630333	4	4	3	4	3	False	71897	fragment	False	ENG0119_000000007218	1.0		0	0	False	False	0.9988896250724792	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	1.0	0.00013012150095151348	NZ_FNVA01000005.1	bacteria	Bryocella elongata strain DSM 22489, whole genome shotgun sequence	True	False
AST0113_000000001756	14742	0.6422834150054173	22	6	1	6	0	False	106711	maximal	True	AST0113_000000001756	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	7.362625092438334e-07	AP015036.1	eudicots	Vigna angularis var. angularis DNA, chromosome 3, almost complete sequence, cultivar: Shumari	True	False
ISR0118_000000000840	11310	0.6422828918028667	13	5	4	3	3	False	111732	maximal	True	ISR0118_000000000840	1.0		40	11	False	False	1.0	0					non-mobilizable	other	11310.0	99.54	100.0	0.054661369216789435	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0066_000000015213	2118	0.6422726595392191	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.42560537299690077		0	0	False	False	0.9995278716087341	0					non-mobilizable	chromosome	2120.0	97.925	100.0	0.0007125698054182906	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0132_000000006461	5757	0.6422710093439175	7	7	3	5	7	False	106028	maximal	True	SPA0132_000000006461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3946.0	98.961	84.0	0.0009326161206385299	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	True	False
ISR0091_000000017375	1718	0.6422644360862637	2	2	2	2	2	False	116049	fragment	False	ISR0288_000000016396	0.9780913345214899		0	0	False	False	0.9877764582633972	0					non-mobilizable	other	1740.0	75.402	100.0	0.005341201723452788	NZ_FOYZ01000005.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	False	False
ISR0034_000000012629	1684	0.6422644360862637	2	2	2	2	2	False	116049	fragment	False	ISR0288_000000016396	0.9674224982175945		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	78.555	99.0	0.0005792075795604538	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
CHI0181_000000003166	6123	0.6422640791690021	6	6	6	6	5	False	130062	maximal	False	ENG0198_000000002709	0.9562149406191632		0	0	False	False	0.9996733665466309	0					non-mobilizable	chromosome	6123.0	98.399	100.0	0.002158519376390096	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0114_000000028324	1437	0.6422570536484894	3	2	2	1	1	False	41822	maximal	True	FIJ0114_000000028324	1.0		5	2	False	False	0.9923451542854309	0					non-mobilizable	no_good_hit	947.0	97.46600000000001	66.0	0.003120670317345121	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	True	False
ENG0106_000000000353	28504	0.6422556205985882	26	12	9	11	6	True	114650	backbone	True	ENG0106_000000000353	1.0	PS193|PS740|PS743	3	2	True	True	1.0	26					non-mobilizable	no_good_hit	5155.0	93.152	33.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0063_000000001378	6918	0.6422540327847982	7	5	4	5	3	True	16733	maximal	True	MAD0063_000000001378	1.0		5	1	False	False	0.9986990690231323	0					non-mobilizable	other	6921.0	95.75200000000001	100.0	0.0019168397531944097	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
MAD0012_000000011441	2460	0.6422495620467296	3	1	1	1	1	False	19674	fragment	False	MAD0012_000000011441	1.0		0	0	False	False	0.9943089485168457	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	3.0	4.863144926350372e-05	NZ_LACN01000006.1	firmicutes	Caldicellulosiruptor naganoensis NA10 N907DRAFT_scf7180000000030_quiver.3_C, whole genome shotgun sequence	True	False
AST0093_000000007948	2254	0.64223970439651	3	3	3	3	3	False	109548	maximal	True	AST0093_000000007948	1.0		7	2	False	False	0.9982253909111023	0					non-mobilizable	other	1451.0	95.245	100.0	0.0006402888276664828	NC_013715.1	high GC Gram+	Rothia mucilaginosa DY-18, complete genome	False	False
ENG0183_000000023803	1301	0.6422381054775026	2	2	2	2	1	False	103245	fragment	False	ENG0086_000000013755	0.11961100911378299		0	0	False	False	0.9877017736434937	0					non-mobilizable	other	1303.0	94.62799999999999	100.0	0.00034570566338153284	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0025_000000006532	5635	0.6422369581432127	4	4	3	4	2	False	118058	fragment	False	ISR0025_000000006532	1.0		0	0	False	False	0.9996450543403625	0					non-mobilizable	no_good_hit	2362.0	72.82	41.0	0.0014799701959329601	CP029984.1	high GC Gram+	Gardnerella vaginalis strain UGent 06.41 chromosome	True	False
ISR0330_000000022159	1442	0.6422345546143279	3	2	1	2	1	True	24648	maximal	True	ISR0330_000000022159	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	87.35600000000001	25.0	5.426485704346866e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ISR0300_000000002234	3307	0.6422258143120702	3	3	3	3	3	False	25597	maximal	True	ISR0300_000000002234	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	2.9706407332559836e-05	NZ_LT727813.1	firmicutes	Oceanobacillus sojae strain SK-2, whole genome shotgun sequence	True	False
ENG0081_000000001101	17425	0.6422186789656007	14	8	6	6	2	True	126561	fragment	False	ENG0081_000000001101	1.0		0	0	False	False	0.9986226558685303	0					non-mobilizable	no_good_hit	943.0	75.822	7.0	0.00021580424292138754	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
AST0010_000000001283	15528	0.6422186789656007	13	8	6	6	2	True	126559	fragment	False	AST0010_000000001283	1.0		0	0	False	False	0.9990984201431274	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00018260671079662176	NZ_FOOL01000010.1	firmicutes	Clostridium homopropionicum strain DSM 5847, whole genome shotgun sequence	True	True
CAN0008_000000009313	3095	0.642203507772823	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.7263208126949572		0	0	False	False	1.0	0					non-mobilizable	chromosome	3099.0	97.741	100.0	0.0008665106238512647	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0127_000000011395	1569	0.642202364131175	2	2	2	2	1	False	81362	maximal	True	CHI0127_000000011395	1.0		191	12	False	False	0.9993626475334167	0					non-mobilizable	other	1569.0	99.681	100.0	0.0006388602212135003	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0102_000000005380	3535	0.6422003893278591	5	4	3	3	4	False	99687	maximal	False	ENG0132_000000005420	0.9881432266187051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2801.0	98.35799999999999	81.0	0.04377114926682542	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0109_000000005094	5460	0.6421978113596631	8	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9120263364974222	PS879|PS961	0	0	True	True	0.9998168349266052	2					non-mobilizable	no_good_hit	3102.0	96.454	70.0	0.5300462249614792	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0156_000000001463	5459	0.6421978113596631	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.9066443985815817	PS879|PS961	0	0	True	True	0.9989008903503418	3					non-mobilizable	no_good_hit	2041.0	96.47200000000001	70.0	0.3490840609484677	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0082_000000013869	2169	0.6421914337983383	4	4	4	4	3	False	109891	fragment	False	ISR0333_000000009214	0.7329370661955774		0	0	False	False	0.9810972809791565	0					non-mobilizable	other	2165.0	97.78299999999999	99.0	0.0009755617936986736	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	False	False
ISR0812_000000004012	8877	0.6421813376720799	9	7	7	7	7	False	124315	maximal	True	ISR0812_000000004012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	76.047	24.0	0.00032496739115161924	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0366_000000003860	3919	0.6421803825491715	6	6	5	6	5	False	23633	maximal	True	ISR0366_000000003860	1.0		0	0	False	False	0.9994896650314331	0					non-mobilizable	no_good_hit	2913.0	97.425	74.0	0.0008212982491568437	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0054_000000020249	2284	0.6421792932515173	3	3	3	3	1	False	11131	maximal	True	MON0054_000000020249	1.0		74	9	False	False	0.9921190738677979	0					non-mobilizable	no_good_hit	727.0	76.34100000000001	32.0	0.0003721083969724234	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
MON0068_000000030706	1375	0.6421787354198896	3	2	2	1	1	False	50897	maximal	True	MON0068_000000030706	0.9875451263537907		237	11	False	False	1.0	0					non-mobilizable	chromosome	1375.0	98.90899999999999	100.0	0.0005720790451692629	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
MON0001_000000025913	1346	0.6421787354198896	3	2	2	1	1	False	50897	maximal	False	MON0068_000000030706	0.9822723990810633		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	98.88600000000001	100.0	0.0005600045966176555	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
MON0037_000000056616	1346	0.6421787354198896	3	2	2	1	1	False	50897	maximal	False	MON0068_000000030706	0.9822723990810633		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	98.88600000000001	100.0	0.0005600045966176555	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
SPA0120_000000011222	3766	0.6421544897194921	4	4	4	3	4	False	132072	backbone	False	SPA0051_000000006600	0.8943762508503253	PS1137	0	0	False	True	0.9997344613075256	0					non-mobilizable	no_good_hit	594.0	99.83200000000001	16.0	0.23029126213592233	NZ_JAAIOD010000037.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_38_length_2575_cov_949.812, whole genome shotgun sequence	True	True
ISR0296_000000021452	1198	0.6421531794517025	2	2	2	2	2	False	58300	fragment	False	ISR0282_000000019115	0.9367182324705526		0	0	False	False	0.9983305335044861	0					non-mobilizable	no_good_hit	406.0	71.182	33.0	8.410303786642238e-05	NZ_CP036402.1	actinobacteria	Egibacter rhizosphaerae strain EGI 80759 chromosome, complete genome	True	False
ISR0052_000000028964	1295	0.6421527149235267	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.049110235377015456		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	99.691	100.0	0.0027057714062274562	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0111_000000011113	2737	0.6421515742757086	3	3	3	3	2	False	82601	maximal	True	CHI0111_000000011113	1.0		54	9	False	False	0.9992692470550537	0					non-mobilizable	no_good_hit	1349.0	87.62	49.0	0.41692498450092996	KX125860.1	bacteria	Uncultured bacterium clone AmoxDisc_Mom_GE_10 genomic sequence	True	False
ISR0120_000000005488	4981	0.6421484928684105	8	4	4	4	4	False	113596	fragment	False	ISR0120_000000005488	0.9695643083067879		0	0	False	False	1.0	0					non-mobilizable	chromosome	3325.0	89.23299999999999	91.0	0.0009199678361108227	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0021_000000003743	4955	0.6421484928684105	8	4	4	4	4	False	113596	fragment	False	ISR0120_000000005488	0.9689014749427562		0	0	False	False	1.0	0					non-mobilizable	chromosome	3325.0	89.23299999999999	91.0	0.0009199678361108227	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0018_000000005516	4931	0.6421484928684105	8	4	4	4	4	False	113596	fragment	False	ISR0120_000000005488	0.9671113065892202		0	0	False	False	1.0	0					non-mobilizable	chromosome	3325.0	89.23299999999999	91.0	0.0009199678361108227	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0830_000000004638	4879	0.6421484928684105	8	4	4	4	4	False	113596	fragment	False	ISR0120_000000005488	0.9617026192948135		0	0	False	False	1.0	0					non-mobilizable	chromosome	3325.0	89.23299999999999	91.0	0.0009199678361108227	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0055_000000006398	4871	0.6421484928684105	8	4	4	4	4	False	113596	fragment	False	ISR0120_000000005488	0.9605759226113182		0	0	False	False	0.9979470372200012	0					non-mobilizable	chromosome	3325.0	89.23299999999999	91.0	0.0009199678361108227	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0774_000000005733	4174	0.6421484928684105	6	4	4	4	4	False	113594	fragment	False	CAN0018_000000007917	0.9314853424230789		0	0	False	False	0.9997604489326477	0					non-mobilizable	other	3322.0	93.52799999999999	92.0	0.0008139906356751991	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0120_000000011521	3668	0.6421484928684105	5	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.466580532468413		0	0	False	False	0.9994547367095947	0					non-mobilizable	other	3322.0	93.55799999999999	92.0	0.0008139906356751991	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0102_000000014335	3191	0.6421481938689331	4	4	2	4	1	False	8963	maximal	True	MON0102_000000014335	1.0		1	1	False	False	0.9987464547157288	0					non-mobilizable	no_good_hit	605.0	83.306	19.0	0.006527089590267914	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0170_000000018569	2491	0.6421469892499175	2	2	2	2	2	False	64574	maximal	True	ISR0170_000000018569	1.0		45	9	False	False	0.9967884421348572	0					non-mobilizable	other	2346.0	99.744	100.0	0.0009740200403065692	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0089_000000006376	3803	0.6421406535394103	5	2	1	2	1	True	82599	fragment	False	ISR0089_000000006376	1.0		0	0	False	False	0.9929003715515137	0					non-mobilizable	no_good_hit	709.0	93.935	18.0	0.09339859769810821	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0046_000000005512	3411	0.6421406535394103	4	2	1	2	1	True	82598	fragment	False	ENG0046_000000005512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	86.434	7.0	0.03373462098161133	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ISR0391_000000003755	3363	0.6421406535394103	3	2	1	2	1	True	82595	fragment	False	USA0119_01_000000006471	0.9753541076487252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	94.964	7.0	0.0004387512757170245	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
ISR0377_000000005123	2685	0.6421406535394103	2	2	1	2	1	True	82594	fragment	False	ISR0377_000000005123	1.0		0	0	False	False	0.9981378316879272	0					non-mobilizable	no_good_hit	196.0	82.14299999999999	11.0	5.121735927030201e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0111_000000012742	2376	0.6421406535394103	2	2	1	2	1	True	82593	fragment	False	CHI0111_000000012742	1.0		0	0	False	False	0.9920033812522888	0					non-mobilizable	no_good_hit	296.0	90.20299999999999	12.0	0.038761740971027914	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0008_000000014251	1779	0.6421406535394103	2	2	1	2	1	True	67417	fragment	False	ENG0008_000000014251	1.0		0	0	False	False	0.9994378685951233	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	5.0	0.002691834767870792	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
ISR0822_000000005665	1467	0.6421406535394103	2	2	1	2	1	True	21186	fragment	False	ISR0822_000000005665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	96.97	4.0	8.194933513874023e-05	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	True	True
MON0053_000000000123	40978	0.6421375291596998	46	36	22	33	20	True	98521	maximal	True	MON0053_000000000123	1.0		1	1	False	False	0.999951183795929	0					non-mobilizable	no_good_hit	8960.0	99.699	22.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
SPA0058_000000011412	2730	0.6421334633146187	3	3	3	2	2	False	87958	fragment	False	SPA0058_000000011412	1.0		0	0	False	False	0.9970695972442627	0					non-mobilizable	chromosome	1337.0	98.728	97.0	0.00042110399219822905	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0114_000000008777	4188	0.6421145309011703	4	4	4	4	4	False	41888	maximal	True	FIJ0114_000000008777	1.0		1	1	False	False	0.9997612237930298	0					non-mobilizable	no_good_hit	2494.0	99.96	78.0	0.0004193681116726984	AP014951.1	enterobacteria	Klebsiella oxytoca DNA, complete genome, strain: JKo3	True	False
CAN0022_000000018243	1756	0.6421138763915551	2	2	2	2	2	False	91298	maximal	True	CAN0022_000000018243	1.0		10	5	False	False	0.9994305372238159	0					non-mobilizable	no_good_hit	523.0	73.23100000000001	29.0	0.0007928926847845767	NZ_QQZY01000002.1	actinobacteria	Gaiella occulta strain F2-233 Contig0002, whole genome shotgun sequence	True	False
SPA0009_000000027288	1371	0.6421110616762817	3	2	2	2	2	False	8108	maximal	True	SPA0009_000000027288	1.0		36	9	False	False	0.9985412359237671	0					non-mobilizable	no_good_hit	122.0	80.328	9.0	0.00013747659342482638	NZ_FOZN01000002.1	high GC Gram+	Agrococcus baldri strain IAM 15147, whole genome shotgun sequence	True	False
ENG0153_000000003004	8332	0.642108507908677	10	3	2	3	2	False	94047	maximal	True	ENG0153_000000003004	1.0		16	5	False	False	0.9987998008728027	0					non-mobilizable	no_good_hit	1081.0	71.508	13.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0166_000000005034	3521	0.6421063121908299	3	2	1	2	2	False	30218	maximal	True	ISR0166_000000005034	1.0		330	11	False	False	0.9963078498840332	0					non-mobilizable	chromosome	3133.0	99.713	97.0	0.0006852187679057706	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
CHI0148_000000001882	5770	0.6421049426643335	6	4	3	4	4	False	89463	fragment	False	CHI0148_000000001882	0.9873465041326682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3434.0	99.971	60.0	0.17459187306107918	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
CHI0105_000000001588	4822	0.6421027439457637	3	3	3	3	2	False	109866	maximal	True	CHI0105_000000001588	1.0		10	4	False	False	0.9985483288764954	0					non-mobilizable	no_good_hit	2420.0	75.579	56.0	0.0005272067661150235	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
ISR0045_000000009589	2628	0.6421023897286943	3	3	3	3	3	False	94181	maximal	True	ISR0045_000000009589	1.0		7	4	False	False	0.9980974197387695	0					non-mobilizable	chromosome	1360.0	96.471	100.0	0.00043803059638881003	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0038_000000009991	2916	0.6421004203500829	3	2	2	2	2	False	13513	maximal	True	MON0038_000000009991	1.0		43	8	False	False	0.9934841990470886	0					non-mobilizable	no_good_hit	1471.0	80.15	50.0	0.17404270547536682	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
CAN0009_000000009917	2512	0.6420993192295605	3	3	2	2	2	False	113843	maximal	False	ISR0091_000000011009	0.501390702664133		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	89.559	90.0	0.0004221604035318369	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0097_000000025597	1448	0.642098206114233	2	2	1	2	1	False	9223	fragment	False	MON0097_000000025597	1.0		0	0	False	False	0.9972375631332397	0					non-mobilizable	no_good_hit	125.0	78.4	9.0	0.00026269961993296924	NZ_SOCV01000004.1	g-proteobacteria	Pseudomonas mandelii strain YF10-2(1) 51 Ga0255683_104, whole genome shotgun sequence	True	False
USA0069_01_000000047479	1265	0.6420931359742198	2	2	2	1	1	False	14169	maximal	True	USA0069_01_000000047479	1.0		38	9	False	False	0.9905138611793518	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	5.0	0.0006305100494452617	NZ_JAAITU010000010.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_10_length_90403_cov_167.363, whole genome shotgun sequence	True	False
MON0004_000000042809	1132	0.6420931359742198	2	2	2	1	1	False	14168	fragment	False	MON0004_000000042809	1.0		0	0	False	False	0.9549469947814941	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000020171	1627	0.6420891514540851	3	3	3	3	3	False	106777	fragment	False	SPA0097_000000020171	1.0		0	0	False	False	0.9920098185539246	0					non-mobilizable	other	1540.0	97.92200000000001	95.0	0.0008117259857802907	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0007_000000005639	4606	0.6420874932963111	6	6	5	5	6	False	95345	maximal	False	ENG0104_000000006141	0.9899799686024205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	80.223	55.0	0.0005878938581970203	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0099_000000002013	2793	0.6420856697546504	3	2	0	2	0	False	5000	maximal	True	SPA0099_000000002013	1.0		1	1	True	True	1.0	56					non-mobilizable	no_good_hit								True	True
CAN0020_000000007293	4988	0.6420841667276317	7	6	2	1	5	False	91929	fragment	False	DEN0035_000000005896	0.9206071414689552		0	0	False	False	0.9997994899749756	0					non-mobilizable	plasmid	4622.0	99.978	100.0	0.09057765058705922	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0012_000000002118	10606	0.6420786756722081	15	10	7	9	7	False	43151	maximal	True	ISR0012_000000002118	1.0		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	1641.0	95.67299999999999	33.0	0.00046169822591681084	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
FIJ0169_000000011428	1996	0.6420735601913731	3	1	1	1	1	False	45686	maximal	True	FIJ0169_000000011428	1.0		9	2	False	False	0.9969939589500427	0					non-mobilizable	other	1583.0	93.178	96.0	0.01652219321148825	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CAN0020_000000008715	4230	0.6420614707842878	6	4	4	2	3	False	91925	maximal	True	CAN0020_000000008715	1.0		7	3	False	False	0.9990543723106384	0					non-mobilizable	no_good_hit	2398.0	97.206	57.0	0.009743031111038851	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
ISR0372_000000003232	4536	0.6420532859917992	7	5	3	3	5	True	74252	fragment	False	ISR0372_000000003232	0.9577336190799525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2248.0	92.705	49.0	0.0370138017565872	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
ENG0029_000000003790	6359	0.6420476206447435	11	7	2	4	6	False	86614	maximal	True	ENG0029_000000003790	1.0		6	5	False	False	0.9979556798934937	0					non-mobilizable	no_good_hit								True	False
SPA0113_000000014035	2224	0.6420470166445555	5	3	3	2	2	True	4499	fragment	False	SPA0113_000000014035	1.0		0	0	False	False	0.9946042895317078	0					non-mobilizable	no_good_hit	970.0	79.691	43.0	0.0002554529116459205	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
MON0037_000000061181	1256	0.6420412266752576	1	1	1	1	1	False	12036	fragment	False	MON0037_000000061181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	94.904	100.0	0.01734767223266615	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0002_000000035925	1099	0.6420388850729113	3	1	1	1	1	False	52234	maximal	True	FIJ0002_000000035925	1.0		139	9	False	False	1.0	0					non-mobilizable	chromosome	1083.0	97.78399999999999	99.0	0.0004687061671932565	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0016_000000001973	8924	0.6420388540445572	9	5	4	5	2	False	37933	maximal	True	ISR0016_000000001973	1.0		9	3	False	False	0.9986553192138672	0					non-mobilizable	no_good_hit	1294.0	76.971	23.0	0.0004465076202572944	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0338_000000003081	6406	0.6420384360698025	5	5	2	5	2	True	24426	fragment	False	ISR0338_000000003081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.000156826008861715	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0069_000000007174	5688	0.6420384360698025	5	5	2	5	2	True	10513	fragment	False	MON0069_000000007174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	783.0	74.968	14.0	0.001626808465258857	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0010_000000009898	4318	0.6420382651235215	5	4	4	3	4	False	125537	fragment	False	SPA0138_000000005370	0.9467404227222486		0	0	False	False	1.0	0					non-mobilizable	other	4318.0	99.259	100.0	0.05367291358362454	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0370_000000001420	14702	0.6420376204406233	13	11	7	9	9	False	119727	fragment	False	ISR0370_000000001420	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	14525.0	98.086	100.0	0.0028210999761342412	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
SPA0036_000000011544	2151	0.6420368342389393	2	2	2	2	1	False	126058	maximal	True	SPA0036_000000011544	1.0		15	5	False	False	0.9990702271461487	0					non-mobilizable	no_good_hit	1854.0	92.71799999999999	85.0	0.004185702022409814	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0029_000000002588	9392	0.6420354495542184	8	8	7	7	5	False	92309	maximal	True	ENG0029_000000002588	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	6743.0	97.805	89.0	0.0009523095200865694	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ENG0086_000000018686	1328	0.6420354310914447	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.058018280348237944		0	0	False	False	0.9977409839630127	0					non-mobilizable	other	1322.0	94.932	100.0	0.0006269816332942958	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0212_000000016354	2160	0.6420344553097697	4	2	2	2	1	False	28354	fragment	False	ISR0212_000000016354	0.9896907216494846		0	0	False	False	0.9935185313224792	0					non-mobilizable	no_good_hit								True	False
DEN0007_000000002995	9482	0.6420336284286513	14	10	6	8	8	True	87498	fragment	False	DEN0007_000000002995	0.9985436110869822		0	0	False	False	1.0	0					non-mobilizable	other	9448.0	99.947	99.0	0.2066092205406351	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0007_000000025467	2404	0.6420317925235524	2	2	2	2	1	False	38075	maximal	True	MON0007_000000025467	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	76.64699999999999	56.0	0.0003608791078940708	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0830_000000009010	2935	0.6420252108854776	2	2	2	2	2	False	21047	maximal	True	ISR0830_000000009010	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	766.0	82.376	26.0	0.00045420373386793634	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0847_000000012082	2286	0.6420252108854776	2	2	2	2	2	False	20640	fragment	False	ISR0847_000000012082	1.0		0	0	False	False	0.9986876845359802	0					non-mobilizable	no_good_hit	350.0	77.429	15.0	5.413198574062785e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
AUS0002_000000015586	2313	0.6420196336235174	2	1	1	1	1	False	102992	fragment	False	AUS0002_000000015586	1.0		0	0	False	False	0.9943795800209045	0					non-mobilizable	no_good_hit	196.0	76.02	8.0	6.508241603283624e-05	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
ISR0848_000000015086	1214	0.6420148688768299	2	2	2	2	1	True	25449	fragment	False	ISR0306_000000008595	0.9706119162640902		0	0	False	False	0.9678747653961182	0					non-mobilizable	no_good_hit								True	True
ISR0350_000000010215	1879	0.6420136851073149	4	3	1	3	3	False	24094	fragment	False	ISR0350_000000010215	0.9867028830312505		0	0	False	False	1.0	0					non-mobilizable	chromosome	1879.0	100.0	100.0	0.00040253981618205775	CP041422.1	enterobacteria	Escherichia coli strain STEC409 chromosome, complete genome	False	False
CHI0032_000000002970	2172	0.6420102657008645	3	2	2	2	1	False	88453	maximal	True	CHI0032_000000002970	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	72.513	42.0	0.00027336201215764965	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0063_000000002433	4354	0.6420090394379266	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.27971466441509685		0	0	False	False	0.9970142245292664	0					non-mobilizable	chromosome	4370.0	94.62200000000001	100.0	0.0018904337548220152	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
CHI0140_000000021530	1380	0.6420075881956067	3	2	2	2	1	False	80207	fragment	False	CHI0140_000000021530	1.0		0	0	False	False	0.9963768124580383	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000000214	76818	0.6420037909692253	92	28	19	26	11	True	89326	maximal	True	ISR0814_000000000214	0.9557065330667842		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	5485.0	99.617	7.0	0.01966528847084811	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	True
ENG0066_000000014188	1480	0.6419947951147712	2	2	2	2	1	False	62744	maximal	False	ENG0113_000000017481	0.9656824352548036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	74.205	19.0	0.001057094642644351	NZ_FXXB01000003.1	high GC Gram+	Brachybacterium massiliense strain mt5, whole genome shotgun sequence	True	False
ISR0156_000000018156	1344	0.6419947951147712	2	2	2	2	1	False	62744	maximal	False	ENG0113_000000017481	0.6308558558558558		0	0	False	False	0.9985119104385376	0					non-mobilizable	no_good_hit	284.0	75.0	21.0	0.0010609386231630578	NZ_FXXB01000003.1	high GC Gram+	Brachybacterium massiliense strain mt5, whole genome shotgun sequence	True	False
FIJ0165_000000007122	2321	0.6419886069298092	3	3	2	3	2	False	113388	fragment	False	FIJ0165_000000007122	1.0		0	0	False	False	0.9926755428314209	0					non-mobilizable	no_good_hit	1581.0	94.68700000000001	73.0	0.00044165173269938493	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0220_000000000920	13273	0.6419864448547087	15	15	6	11	15	True	54178	fragment	False	ENG0201_000000000765	0.9660689834899974		0	0	False	False	1.0	0					non-mobilizable	plasmid	13196.0	98.712	100.0	0.12463622963830832	MH674341.1	enterobacteria	Escherichia coli strain EC07 plasmid pUR-EC07, complete sequence	False	True
CAN0015_000000020442	1765	0.6419852346187154	2	2	2	2	2	False	93206	maximal	True	CAN0015_000000020442	1.0		37	9	False	False	0.998866856098175	0					non-mobilizable	other	1765.0	99.83	100.0	0.0005566294759920406	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0125_000000005910	2525	0.6419843206985146	4	1	1	1	1	False	51866	maximal	True	ISR0125_000000005910	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	78.351	50.0	0.03196078931917392	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0059_000000016226	1479	0.6419843206985146	1	1	1	1	1	False	6266	maximal	True	SPA0059_000000016226	1.0		23	6	False	False	1.0	0					non-mobilizable	other	1212.0	84.406	98.0	0.018957792973355342	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
CHI0021_000000006355	1407	0.6419843206985146	1	1	1	1	1	False	89252	maximal	False	ISR0089_000000018950	0.6151616499442586		0	0	False	False	0.9872068166732788	0					non-mobilizable	chromosome	1430.0	74.825	100.0	0.0004569547634353996	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0819_000000021683	1241	0.6419843206985146	1	1	1	1	1	False	121019	maximal	False	ISR0228_000000018856	0.2859564948635681		0	0	False	False	0.9742143154144287	0					non-mobilizable	other	1241.0	99.194	100.0	0.01671339227949105	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0023_000000016640	1869	0.6419839595656119	2	2	2	2	2	False	37526	maximal	True	ISR0023_000000016640	1.0		18	2	False	False	1.0	0					non-mobilizable	no_good_hit	1281.0	95.785	73.0	0.0003633572392116965	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0093_000000026495	1411	0.6419825008344265	2	2	2	2	2	False	5262	fragment	False	SPA0093_000000026495	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	99.575	100.0	0.0004246397037520682	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0160_000000020119	1474	0.6419794021150562	1	1	1	1	0	False	30419	maximal	True	ISR0160_000000020119	1.0		0	0	False	False	0.9925373196601868	0					non-mobilizable	no_good_hit	345.0	100.0	23.0	0.00020590307352236114	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	True	False
SPA0032_000000003141	7354	0.6419745634625654	5	5	3	5	2	False	106651	fragment	False	SPA0032_000000003141	0.9942820338276727		0	0	False	False	0.9998640418052673	0					non-mobilizable	other	7374.0	98.766	100.0	0.002232499093766476	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0098_000000003523	7080	0.6419745634625654	5	5	3	5	2	False	106651	fragment	False	SPA0032_000000003141	0.9821548030781541		0	0	False	False	0.9998587369918823	0					non-mobilizable	other	7082.0	98.98299999999999	100.0	0.0021445791672308305	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
CHI0156_000000005938	2282	0.6419701022155184	4	3	2	3	2	True	119996	fragment	False	CHI0156_000000005938	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2241.0	91.745	100.0	0.0006959269142967716	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0058_000000044884	1204	0.6419698861091855	1	1	1	1	1	False	13558	fragment	False	MON0058_000000044884	1.0		0	0	False	False	0.9642857313156128	0					non-mobilizable	no_good_hit	94.0	88.29799999999999	8.0	0.00028320675311070643	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
MAD0002_000000023899	1748	0.6419684063364403	2	2	2	2	2	False	115980	fragment	False	ISR0021_000000012496	0.9345195263326905		0	0	False	False	0.997139573097229	0					non-mobilizable	no_good_hit	1033.0	90.803	59.0	0.0002334919811794603	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0374_000000012051	1354	0.6419632075983049	4	2	1	2	1	True	23410	fragment	False	ISR0374_000000012051	1.0		0	0	False	False	0.9926144480705261	0					non-mobilizable	plasmid	1000.0	99.8	100.0	0.12442396313364056	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0122_000000008533	2071	0.6419612538887877	3	3	3	3	3	False	117885	fragment	False	ISR0122_000000008533	0.709061957834445		0	0	False	False	1.0	0					non-mobilizable	chromosome	2071.0	97.006	100.0	0.0006521438322291436	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0100_000000007626	1797	0.6419422969868935	3	3	3	3	2	False	108632	maximal	True	AST0100_000000007626	1.0		3	3	False	False	0.997774064540863	0					non-mobilizable	no_good_hit	82.0	82.927	5.0	0.0001346058292633073	NZ_FOHZ01000001.1	g-proteobacteria	Marinobacter segnicrescens strain CGMCC 1.6489, whole genome shotgun sequence	True	False
FIJ0063_000000020597	1402	0.6419419712605423	2	2	2	1	1	False	45554	maximal	True	FIJ0063_000000020597	1.0		3	2	False	False	0.987874448299408	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000005398	4862	0.6419358751163242	5	5	4	4	4	False	83510	fragment	False	MAD0112_000000005398	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1625.0	85.785	72.0	0.0005021126686075053	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0325_000000002361	6684	0.6419183755577367	12	7	6	7	5	True	36815	fragment	False	ISR0133_000000002289	0.9669892127539225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	73.012	12.0	0.10100884294432681	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0015_01_000000002986	8817	0.6419163089256081	11	6	5	4	6	False	129204	fragment	False	DEN0022_000000003475	0.982828190914017		0	0	False	False	0.9979584813117981	0					non-mobilizable	no_good_hit	5727.0	99.66799999999999	89.0	0.0014038886686374066	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0815_000000003268	8112	0.6419163089256081	9	6	5	4	6	False	129204	fragment	False	DEN0022_000000003475	0.721287359610331		0	0	False	False	1.0	0					non-mobilizable	other	6599.0	99.90899999999999	97.0	0.0016176837994533024	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0113_01_000000002669	7000	0.6419119089661443	7	7	6	6	5	True	123504	maximal	True	USA0113_01_000000002669	1.0		8	4	False	False	0.996999979019165	0					non-mobilizable	no_good_hit	6159.0	99.51299999999999	88.0	0.006589660358414019	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	True	True
FIJ0009_000000004583	7299	0.6419098148653041	8	7	6	7	7	False	51335	maximal	True	FIJ0009_000000004583	1.0		20	2	False	False	1.0	0					non-mobilizable	no_good_hit	4981.0	96.667	71.0	0.002321156240818211	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0037_000000012187	2787	0.6419096738338	3	3	1	2	3	False	65212	fragment	False	ENG0037_000000012187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	88.331	26.0	0.01469089164717875	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
SPA0074_000000011096	2042	0.6419090921169236	2	2	2	2	1	False	116646	maximal	False	ENG0148_000000017566	0.9824754855295513		0	0	False	False	0.9823701977729797	0					non-mobilizable	chromosome	2042.0	99.60799999999999	100.0	0.000414329339653226	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
AST0039_000000008431	1976	0.6419090921169236	2	2	2	2	1	False	116646	maximal	False	ENG0148_000000017566	0.9620507737125124		0	0	False	False	1.0	0					non-mobilizable	chromosome	1976.0	100.0	100.0	0.00039880274368210637	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0336_000000006670	2114	0.6419064103115569	5	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.7288049480921757		0	0	False	False	0.9919583797454834	0					non-mobilizable	other	2055.0	95.815	97.0	0.018359612428045336	NZ_JAAIUL010000012.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_12_length_111876_cov_341.882, whole genome shotgun sequence	False	True
ISR0009_000000015985	2074	0.6419064103115569	5	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.5966460515223319		0	0	False	False	1.0	0					non-mobilizable	other	1999.0	96.54799999999999	96.0	0.03381069400898229	NZ_JAAITI010000023.1	firmicutes	Blautia luti strain MSK.16.34 NODE_23_length_59005_cov_131.473, whole genome shotgun sequence	False	True
MON0092_000000029150	1903	0.6419064103115569	4	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.4980307521514292		0	0	False	False	0.9915922284126282	0					non-mobilizable	chromosome	1864.0	89.37799999999999	99.0	0.0004976449628789552	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0005_000000000829	13553	0.6419041788162754	23	5	1	5	1	False	20009	maximal	True	MAD0005_000000000829	1.0		1	1	False	False	0.9966059327125549	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.690527251299291e-05	CP051608.1	a-proteobacteria	Wolbachia endosymbiont of Diaphorina citri isolate dawsonii chromosome, complete genome	True	False
CHI0090_000000005618	2282	0.6418959545578566	4	4	4	3	3	False	83812	fragment	False	CHI0182_000000011972	0.9932667245873155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	80.583	41.0	9.656601773671597e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
CHI0101_000000003561	3805	0.6418947379190292	4	4	4	4	3	True	97095	maximal	True	CHI0101_000000003561	1.0		1	1	False	False	0.994218111038208	0					non-mobilizable	no_good_hit	1324.0	80.211	35.0	0.00022864234018646936	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	True	True
ISR0201_000000006804	4295	0.641891490863971	6	4	1	4	4	False	130500	maximal	True	ISR0201_000000006804	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	80.848	33.0	0.00019486974936400907	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
MAD0047_000000003886	7815	0.6418802802913224	10	9	8	9	7	False	116388	maximal	True	MAD0047_000000003886	1.0		3	2	False	False	0.9976967573165894	0					non-mobilizable	no_good_hit	4762.0	92.734	82.0	0.001165820925492642	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0133_000000006172	3666	0.6418764795503594	5	4	4	4	4	True	103490	fragment	False	ISR0099_000000005855	0.9833031880669219		0	0	False	False	0.9994544386863708	0					non-mobilizable	chromosome	3666.0	99.4	100.0	0.0016575969954301883	LR134344.1	high GC Gram+	Bifidobacterium bifidum strain NCTC13001 genome assembly, chromosome: 1	False	True
DEN0053_000000000285	17961	0.6418742798478213	32	6	2	6	0	True	72164	maximal	True	DEN0053_000000000285	1.0		1	1	False	False	0.9997773170471191	0					non-mobilizable	no_good_hit	1060.0	98.302	6.0	0.0003003374680359179	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
SPA0123_000000006540	1227	0.6418736808335922	2	2	2	2	2	False	4082	maximal	True	SPA0123_000000006540	1.0		8	6	False	False	0.9877750873565674	0					non-mobilizable	other	1227.0	97.71799999999999	100.0	0.002829337413487124	NZ_QJKD01000004.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_104, whole genome shotgun sequence	False	False
ISR0118_000000009425	1741	0.6418704119209983	2	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.6412290257665977		0	0	False	False	0.9988512396812439	0					non-mobilizable	chromosome	1741.0	99.368	100.0	0.0007936406577547815	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ISR0833_000000000403	18564	0.6418676386101179	25	13	7	8	10	False	111167	maximal	True	ISR0833_000000000403	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2601.0	95.156	42.0	0.0004984403115808328	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
MAD0066_000000030576	1154	0.6418609845217284	2	2	2	2	1	False	16540	maximal	True	MAD0066_000000030576	1.0		3	3	False	False	0.9341421127319336	0					non-mobilizable	no_good_hit	132.0	79.545	11.0	0.0004314321556341721	NZ_FWXS01000004.1	CFB group bacteria	Moheibacter sediminis strain CGMCC 1.12708, whole genome shotgun sequence	True	False
ISR0852_000000002120	3926	0.6418558739879336	5	5	5	5	5	False	98808	maximal	False	ISR0221_000000004935	0.7073291642268911		0	0	False	False	0.998471736907959	0					non-mobilizable	chromosome	3925.0	98.446	100.0	0.0017511001273162248	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0029_000000013049	2224	0.6418511455829082	4	3	1	1	3	False	119972	fragment	False	MON0029_000000013049	1.0		0	0	False	False	0.9995503425598145	0					non-mobilizable	no_good_hit								True	False
ISR0315_000000007037	1383	0.6418457935942495	2	2	2	2	2	True	25229	maximal	True	ISR0315_000000007037	0.9725150602409638		12	3	False	False	0.9768618941307068	0					non-mobilizable	other	1383.0	98.84299999999999	100.0	0.02383703882574124	NZ_JAAIUD010000013.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_13_length_57977_cov_325.544, whole genome shotgun sequence	False	True
ENG0095_000000022796	1229	0.64184544969976	2	2	2	2	1	False	80070	fragment	False	MON0080_000000037680	0.6676057110641871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0139_000000018802	1412	0.6418448259537954	3	3	3	2	2	False	42549	fragment	False	FIJ0139_000000018802	0.973561430793157		0	0	False	False	0.9957507252693176	0					non-mobilizable	no_good_hit	834.0	87.41	59.0	0.00023637030779339357	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0076_000000012242	1405	0.6418413382595286	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.10604966541255247		0	0	False	False	1.0	0					non-mobilizable	other	1412.0	81.72800000000001	100.0	0.012569832402234637	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0126_000000017968	2731	0.6418331668010853	4	4	4	4	1	False	55852	fragment	False	ISR0126_000000017968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	73.018	24.0	0.00027977017778239784	LN908249.1	g-proteobacteria	Actinobacillus pleuropneumoniae serovar 8 genome assembly MIDG2331, chromosome : I	True	False
FIJ0032_000000006318	5403	0.6418299767074631	3	3	3	2	0	True	120702	maximal	True	FIJ0032_000000006318	1.0		2	1	False	False	0.9968535900115967	0					non-mobilizable	no_good_hit	2020.0	91.436	37.0	0.0043886313963648884	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
CHI0139_000000004096	2592	0.6418293148061873	3	3	3	3	2	False	86348	fragment	False	CHI0139_000000004096	0.9912524850894633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	87.414	76.0	0.0005353068659602002	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ENG0043_000000027426	1267	0.6418291868780347	2	1	1	1	1	False	85611	fragment	False	ENG0098_000000015056	0.5859376993877052		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	99.684	100.0	0.00909169251982075	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0061_000000007811	1133	0.6418291868780347	2	1	1	1	1	False	85610	fragment	False	CHI0061_000000007811	1.0		0	0	False	False	0.9752868413925171	0					non-mobilizable	other	1133.0	99.823	100.0	0.004449440675434528	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0014_000000003464	5501	0.6418281244565328	6	3	2	3	2	False	124540	maximal	True	AST0014_000000003464	1.0		1	1	False	False	0.9989092946052551	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.12272013449496e-05	NZ_ATZZ01000018.1	b-proteobacteria	Chitinimonas koreensis DSM 17726 F559DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
ISR0195_000000010593	1998	0.6418276472071129	2	2	2	2	1	False	77876	maximal	True	ISR0195_000000010593	0.9708605664488017		471	12	False	False	0.9874874949455261	0					non-mobilizable	other	1998.0	99.85	100.0	0.038484515619278875	NZ_SPGG01000030.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_30_length_51891_cov_34.7452, whole genome shotgun sequence	False	False
ISR0378_000000019710	1578	0.6418237084779784	3	2	2	2	2	False	121995	maximal	True	ISR0378_000000019710	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	80.502	85.0	0.00036441012772534274	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0275_000000009220	1550	0.6418237084779784	3	2	2	2	2	False	122008	maximal	True	ISR0275_000000009220	1.0		13	4	False	False	0.9896774291992188	0					non-mobilizable	no_good_hit	1338.0	94.469	86.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0186_000000009076	2124	0.6418219427833095	2	2	2	2	2	False	87679	fragment	False	SPA0146_000000010563	0.9522328373746944		0	0	False	False	0.9872881174087524	0					non-mobilizable	other	2124.0	99.529	100.0	0.0008649874041047584	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0020_000000001700	4879	0.6418171456652818	4	4	2	4	3	False	96778	fragment	False	CAN0003_000000009789	0.9372137529485377		0	0	False	False	0.9997950196266174	0					non-mobilizable	other	4879.0	99.98	100.0	0.008857366976075304	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0012_000000022319	1145	0.6418151994637217	2	2	2	2	2	False	50686	fragment	False	FIJ0012_000000022319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	92.04899999999999	75.0	0.4799222797927461	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ISR0062_000000016400	2261	0.6418138723822141	2	2	2	2	2	False	35342	fragment	False	ISR0062_000000016400	1.0		0	0	False	False	0.9955771565437317	0					non-mobilizable	no_good_hit	1781.0	99.439	81.0	0.00032691070121978094	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0029_000000013214	3489	0.6418129679195677	7	5	3	5	2	False	106187	maximal	True	ISR0029_000000013214	1.0		74	7	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	82.056	55.0	0.00029799822302616037	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0033_000000006804	4175	0.6418061741381391	6	3	3	3	2	False	65011	maximal	True	ISR0033_000000006804	1.0		7	2	False	False	0.9990419149398804	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.531798116786116e-05	NZ_HG726023.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
ENG0191_000000012506	2453	0.6418030978509816	3	3	3	2	1	True	92772	maximal	True	ENG0191_000000012506	1.0		59	9	False	False	1.0	0					non-mobilizable	no_good_hit	1933.0	100.0	79.0	0.004260104518092214	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	True	True
ISR0154_000000007205	3164	0.6418015444401346	8	8	2	6	6	False	30628	maximal	True	ISR0154_000000007205	1.0		45	9	False	False	0.998735785484314	0					non-mobilizable	no_good_hit	386.0	81.347	12.0	0.00010159757545211585	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0046_000000002909	8160	0.6417998303310382	14	5	3	5	3	False	113866	fragment	False	FIJ0046_000000002909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	1.0	1.011283745398411e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	False
ENG0012_000000009944	2400	0.641799164153509	2	2	2	2	2	False	93093	fragment	False	ENG0052_000000011914	0.6295534871063262		0	0	False	False	1.0	0					non-mobilizable	other	2400.0	99.208	100.0	0.00860266722129187	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
FIJ0079_000000011328	2490	0.6417960300810694	3	3	3	3	3	False	109666	fragment	False	FIJ0079_000000011328	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2490.0	99.719	100.0	0.0005204778442472665	CP038138.1	enterobacteria	Escherichia coli strain G3X16-2 chromosome, complete genome	False	False
ISR0804_000000015404	1317	0.6417949566125619	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.06951558722773564	PS721	0	0	False	True	0.9893697500228882	0					non-mobilizable	other	1219.0	74.65100000000001	91.0	0.1461304082876295	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
DEN0039_000000015079	1412	0.6417927377916615	1	1	1	1	1	False	75295	fragment	False	DEN0039_000000015079	1.0		0	0	False	False	0.9971671104431152	0					non-mobilizable	no_good_hit	227.0	91.63	16.0	0.009164800530811977	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
USA0044_01_000000012197	2369	0.641792031234598	3	3	3	3	3	False	102439	maximal	True	USA0044_01_000000012197	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	83.59	8.0	0.0020147471180807976	NZ_FOYZ01000014.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	False
USA0059_01_000000016837	1517	0.6417917336129499	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7075571438510241		0	0	False	False	1.0	0					non-mobilizable	other	1517.0	100.0	100.0	0.0030287471255871193	NZ_VJZV01000003.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold3_1, whole genome shotgun sequence	False	True
CAN0017_000000022734	1510	0.6417917336129499	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7278062209844772		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	99.47	100.0	0.000252503913475995	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
USA0066_01_000000015491	1320	0.641791534597704	5	4	1	2	4	False	119874	fragment	False	USA0020_01_000000024131	0.8990287675304371		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	100.0	100.0	0.02140226192214704	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
AST0025_000000029354	1318	0.641791534597704	5	4	1	2	4	False	119874	fragment	False	USA0020_01_000000024131	0.8960632685483265		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	99.469	100.0	0.021369809667526652	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0397_000000014143	1272	0.641791534597704	5	4	1	2	4	False	119874	fragment	False	USA0020_01_000000024131	0.8183004181233543		0	0	False	False	0.9960691928863525	0					non-mobilizable	other	1272.0	98.742	100.0	0.020623407811257686	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
USA0119_01_000000019484	1265	0.641791534597704	5	4	1	2	4	False	119874	fragment	False	USA0020_01_000000024131	0.8166962129320328		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	100.0	100.0	0.020509824920086323	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
USA0145_01_000000018581	1260	0.641791534597704	5	4	1	2	4	False	119874	fragment	False	USA0020_01_000000024131	0.7488555934884185		0	0	False	False	0.9992063641548157	0					non-mobilizable	other	1260.0	99.84100000000001	100.0	0.02042869428353535	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
MON0032_000000030330	1029	0.6417897033409194	1	1	1	1	1	True	12355	fragment	False	MON0032_000000030330	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1026.0	95.712	99.0	0.023428571428571427	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0138_000000000120	35834	0.6417843601930638	28	11	8	11	5	True	49013	maximal	False	SPA0076_000000000061	0.986881642646486		0	0	False	False	0.9999721050262451	0					non-mobilizable	other	20591.0	96.251	95.0	0.005564269489206064	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ENG0022_000000008216	1892	0.6417838312560571	3	2	2	2	2	False	66312	maximal	True	ENG0022_000000008216	1.0		26	6	False	False	1.0	0					non-mobilizable	other	1397.0	99.499	99.0	0.0001932089276364749	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
DEN0079_000000023813	2387	0.6417738741768011	3	2	2	2	2	False	69566	fragment	False	DEN0079_000000023813	1.0		0	0	False	False	0.9987431764602661	0					non-mobilizable	other	2386.0	98.072	99.0	0.030658460109162698	NZ_CYYU01000010.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0162_000000021200	1101	0.6417720917289873	2	2	2	1	1	False	39186	fragment	False	FIJ0162_000000021200	1.0		0	0	False	False	0.9791098833084106	0					non-mobilizable	other	1098.0	98.179	98.0	0.007337400005350885	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
DEN0046_000000015411	1572	0.6417716220304198	2	1	1	1	1	False	103891	maximal	True	DEN0046_000000015411	0.97		2	1	False	False	0.9974554777145386	0					non-mobilizable	other	1569.0	88.337	99.0	0.00043897194008173535	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
AST0150_000000018580	1500	0.6417716220304198	2	1	1	1	1	False	103891	maximal	False	DEN0046_000000015411	0.9481552162849873		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	84.20700000000001	100.0	0.00042042382993743666	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0063_000000001235	17624	0.6417705430702199	12	10	7	9	6	False	121828	maximal	False	ENG0194_000000001237	0.9788482147893283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2721.0	79.934	15.0	0.0008617437989858407	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0169_000000009503	3091	0.6417586169205208	4	4	3	3	2	False	31539	fragment	False	ISR0133_000000005983	0.9630893300248139		0	0	False	False	0.9996764659881592	0					non-mobilizable	no_good_hit	623.0	78.973	37.0	0.0002073419934518975	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0037_000000037406	1935	0.6417547589289234	3	3	3	2	1	False	13673	maximal	True	MON0037_000000037406	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	88.50299999999999	29.0	0.00022893476653132973	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
MON0011_000000024649	1905	0.6417547589289234	3	3	3	2	1	False	13673	maximal	False	MON0037_000000037406	0.9922480620155039		0	0	False	False	0.9994750618934631	0					non-mobilizable	no_good_hit	431.0	88.631	28.0	0.00021400423827928647	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
CHI0181_000000014049	1483	0.6417536898309891	2	2	2	2	1	False	124926	maximal	True	CHI0181_000000014049	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	85.21600000000001	80.0	0.0003046386575215116	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0016_000000022599	2136	0.6417530859718841	3	3	2	3	2	False	92856	maximal	False	ENG0038_000000010528	0.9776422422520428		0	0	False	False	1.0	0					non-mobilizable	other	2136.0	97.65899999999999	100.0	0.011205411470927568	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
USA0020_01_000000012414	2824	0.6417376107315172	4	3	3	3	2	False	1797	maximal	True	USA0020_01_000000012414	1.0		1	1	False	False	0.9939801692962646	0					non-mobilizable	no_good_hit	742.0	82.21	59.0	0.00022382723221160518	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0222_000000021403	2375	0.6417353218105436	4	4	4	4	3	False	131700	fragment	False	ISR0264_000000003339	0.34818894914911286		0	0	False	False	1.0	0					non-mobilizable	other	2376.0	98.19	100.0	0.04604497867390461	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
USA0069_01_000000039922	1512	0.6417324007451567	3	2	2	2	2	False	75196	fragment	False	DEN0017_000000019088	0.9909803249367719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	76.048	22.0	0.0026313078075341	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
FIJ0046_000000002904	8174	0.6417314564025162	7	5	1	4	4	False	107910	fragment	False	FIJ0046_000000002904	0.999836781327784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	12.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0052_000000003224	8054	0.6417314564025162	6	5	1	4	4	False	107910	fragment	False	FIJ0046_000000002904	0.9948609349391598		0	0	False	False	0.9998758435249329	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	12.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0157_000000002530	7815	0.6417314564025162	6	5	1	4	4	False	107910	fragment	False	FIJ0046_000000002904	0.9753863443080651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	13.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0050_000000001379	12560	0.6417271847450722	13	7	4	6	1	False	35936	fragment	False	ISR0050_000000001379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	93.15899999999999	6.0	0.012260994997391278	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
ISR0161_000000007199	4059	0.6417267448982836	4	4	4	4	3	False	101090	fragment	False	ISR0161_000000007199	0.9948691636736788		0	0	False	False	0.9955654144287109	0					non-mobilizable	chromosome	2143.0	77.695	95.0	0.0005655250086095847	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0257_000000004025	3898	0.6417267448982836	4	4	4	4	3	False	101090	fragment	False	ISR0161_000000007199	0.975240206947524		0	0	False	False	1.0	0					non-mobilizable	chromosome	2142.0	77.684	95.0	0.0005655250086095847	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0066_000000005446	5377	0.6417218473130474	8	1	1	1	1	False	72644	fragment	False	DEN0066_000000005446	1.0		0	0	False	False	0.9998140335083008	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0043141922047009815	XM_034225480.1	bony fishes	PREDICTED: Gymnodraco acuticeps interferon-induced very large GTPase 1 (si:dkey-202l22.6), transcript variant X2, mRNA	True	False
ISR0788_000000001997	3644	0.6417218473130474	6	1	1	1	1	False	22116	fragment	False	ISR0788_000000001997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0043141922047009815	XM_034225480.1	bony fishes	PREDICTED: Gymnodraco acuticeps interferon-induced very large GTPase 1 (si:dkey-202l22.6), transcript variant X2, mRNA	True	False
ISR0800_000000004593	2431	0.6417218473130474	4	1	1	1	1	False	72642	fragment	False	ISR0800_000000004593	1.0		0	0	False	False	0.9946523904800415	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.9694411511753486e-05	NZ_LR215037.1	mycoplasmas	Mycoplasma maculosum strain NCTC10168 chromosome 1	True	False
MAD0068_000000011522	2385	0.6417218473130474	3	1	1	1	1	False	16461	fragment	False	MAD0068_000000011522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.022130013831258646	XM_033504628.1	bees	PREDICTED: Bombus vosnesenskii F-box only protein 44-like (LOC117239199), transcript variant X2, mRNA	True	False
ISR0073_000000012888	2090	0.6417218473130474	4	1	1	1	1	False	34799	fragment	False	ISR0073_000000012888	1.0		0	0	False	False	0.957416296005249	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.00581104097785793	NZ_JAAITI010000062.1	firmicutes	Blautia luti strain MSK.16.34 NODE_62_length_9981_cov_152.963, whole genome shotgun sequence	True	False
ISR0112_000000017086	2054	0.6417218473130474	4	1	1	1	1	False	72641	fragment	False	ISR0112_000000017086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.9694411511753486e-05	NZ_LR215037.1	mycoplasmas	Mycoplasma maculosum strain NCTC10168 chromosome 1	True	False
DEN0047_000000001568	1800	0.6417218473130474	4	1	1	1	1	False	72640	fragment	False	DEN0047_000000001568	1.0		0	0	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	1.2867135842470573e-06	LR594561.1	birds	Streptopelia turtur genome assembly, chromosome: 12	True	False
SPA0044_000000015383	1784	0.6417218473130474	3	1	1	1	1	False	6784	fragment	False	SPA0044_000000015383	1.0		0	0	False	False	0.9876681566238403	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	9.463503188794996e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0108_000000002152	9927	0.6417209011551739	11	3	2	3	2	False	67553	fragment	False	ISR0108_000000002152	1.0		0	0	False	False	0.9998992681503296	0					non-mobilizable	no_good_hit	5059.0	99.11	81.0	0.31404445548242893	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0299_000000006874	1735	0.6417202497593097	3	3	3	3	2	False	25611	maximal	True	ISR0299_000000006874	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	99.213	44.0	0.006474281533409334	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
FIJ0080_000000018166	1320	0.6417167195752365	2	2	2	1	1	False	44303	maximal	True	FIJ0080_000000018166	1.0		118	13	False	False	0.9962121248245239	0					non-mobilizable	no_good_hit	1115.0	97.399	84.0	0.002787906392414092	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
SPA0075_000000007078	2567	0.6417106592899117	5	4	3	4	3	False	5790	maximal	True	SPA0075_000000007078	1.0		2	1	False	False	1.0	0					non-mobilizable	other	2567.0	99.766	100.0	0.0008124503102414016	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	False	False
FIJ0144_000000011723	2691	0.6417046401462742	3	3	3	3	3	False	40099	maximal	True	FIJ0144_000000011723	1.0		97	12	False	False	1.0	0					non-mobilizable	no_good_hit	1828.0	73.687	66.0	0.0016607343747118382	NZ_FUHT01000004.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ISR0107_000000003817	5278	0.6417039054056312	9	5	3	4	4	True	127537	maximal	True	ISR0107_000000003817	1.0		4	4	False	False	0.9956423044204712	0		MOBV			mobilizable	no_good_hit	2311.0	85.85	73.0	0.3782230251272787	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0111_000000005043	6119	0.6417034623862151	7	7	7	7	7	False	97306	maximal	True	CHI0111_000000005043	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	3990.0	95.464	65.0	0.0011210365358425367	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0004_000000014815	2682	0.6417011140764471	3	3	2	3	2	False	25681	fragment	False	MON0004_000000014815	0.9933176100628931		0	0	False	False	1.0	0					non-mobilizable	other	2682.0	99.40299999999999	100.0	0.0014921875826171555	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
CHI0044_000000004628	3001	0.6416971903802089	5	4	3	4	1	False	102090	fragment	False	CHI0044_000000004628	1.0		0	0	False	False	0.9986671209335327	0					non-mobilizable	other	3012.0	95.71700000000001	100.0	0.045936449740299416	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0070_000000008781	2360	0.6416958300971289	4	3	2	3	2	True	124277	fragment	False	ENG0208_000000012463	0.8676261289494618		0	0	False	False	1.0	0		MOBV			mobilizable	other	2362.0	97.714	100.0	0.0006283448183907825	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0036_000000017665	2279	0.6416958300971289	3	3	2	3	2	True	124250	fragment	False	ISR0071_000000003227	0.2563606743300755		0	0	False	False	1.0	0		MOBV			mobilizable	other	2286.0	92.432	100.0	0.08486426180736333	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
AST0084_000000015956	2185	0.6416958300971289	4	3	2	3	2	True	124283	maximal	False	ISR0209_000000013812	0.9537314792919883		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2187.0	89.3	100.0	0.0007007200268942406	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MAD0064_000000001139	11974	0.6416898308385434	14	10	7	8	8	False	49008	maximal	False	MAD0058_000000000826	0.9767460572899904		0	0	False	False	1.0	0					non-mobilizable	other	11994.0	97.807	100.0	0.004385301844572164	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
MON0036_000000011965	1912	0.6416831225273404	3	3	3	3	2	False	12178	fragment	False	MON0036_000000011965	1.0		0	0	False	False	0.973849356174469	0					non-mobilizable	other	1942.0	79.712	100.0	0.00966955647694434	NZ_SLUM01000002.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_102, whole genome shotgun sequence	False	False
FIJ0031_000000008376	2852	0.6416812142868749	1	1	1	1	1	False	48596	fragment	False	ISR0192_000000006916	0.9771591720199857		0	0	False	False	1.0	0					non-mobilizable	chromosome	2696.0	100.0	100.0	0.0006459010091394394	CP046048.1	enterobacteria	Proteus mirabilis strain HN2p chromosome HN2p, complete sequence	False	False
ISR0138_000000001274	18426	0.6416811499094375	22	10	4	10	4	True	90499	fragment	False	ISR0138_000000001274	0.9864275749825622		0	0	False	False	0.9990773797035217	0					non-mobilizable	other	18354.0	97.042	99.0	0.2949037518292781	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
MAD0074_000000000615	5038	0.6416781394600407	11	1	1	1	1	False	16290	maximal	True	MAD0074_000000000615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.00616591928251121	NZ_FOAT01000040.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
DEN0059_000000000876	1316	0.6416740836103315	2	2	2	1	1	False	84836	fragment	False	FIJ0028_000000019490	0.6212335216572505		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	93.82600000000001	99.0	0.0074742857142857146	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0246_000000019153	1247	0.6416740836103315	2	2	2	1	1	False	111653	fragment	False	FIJ0132_000000027548	0.152496288632763		0	0	False	False	0.9695268869400024	0					non-mobilizable	other	1255.0	87.09200000000001	99.0	0.007068571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0102_000000001035	6686	0.6416690841760244	7	7	4	7	5	False	90990	maximal	True	CHI0102_000000001035	1.0		4	3	False	False	0.9998504519462585	0					non-mobilizable	no_good_hit	3392.0	98.40799999999999	73.0	0.03079286863709509	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	True	False
MAD0005_000000011817	2431	0.6416636456143635	3	1	1	1	1	False	19963	fragment	False	MAD0005_000000011817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000012757	2595	0.6416621582961803	4	3	3	3	1	True	122721	fragment	False	ISR0293_000000010219	0.6841617008732697		0	0	False	False	0.9996146559715271	0					non-mobilizable	other	2422.0	98.637	93.0	0.04433497536945813	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0125_000000002747	5438	0.6416608889026537	5	4	2	2	4	False	113637	fragment	False	ISR0192_000000003485	0.9672880759760816		0	0	False	False	1.0	0					non-mobilizable	other	5438.0	98.088	100.0	0.0016914414988965342	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0104_000000016307	1953	0.6416592198408542	2	2	2	2	2	True	100843	fragment	False	SPA0153_000000008435	0.64757560398716		0	0	False	False	0.9984639286994934	0					non-mobilizable	other	1953.0	99.949	100.0	0.000626687915838895	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0014_000000003106	6033	0.6416571047600884	6	6	6	4	5	False	70494	maximal	True	SPA0014_000000003106	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	92.302	37.0	0.00034845146211073146	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0206_000000016878	1544	0.6416566469638371	3	2	2	1	2	False	78971	fragment	False	FIJ0018_000000017295	0.943196405648267		0	0	False	False	0.9786269664764404	0					non-mobilizable	other	1164.0	98.883	97.0	0.00032296404907498433	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0847_000000022254	1342	0.6416522694500961	2	2	2	2	2	False	89946	fragment	False	ISR0847_000000022254	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1089.0	99.449	100.0	0.007813397678961278	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0158_000000003094	5192	0.6416509243991751	6	6	6	6	6	False	56584	maximal	True	ENG0158_000000003094	1.0		80	10	False	False	0.9992296099662781	0					non-mobilizable	chromosome	5192.0	99.48	100.0	0.002268936506493416	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
MON0067_000000013199	1388	0.6416305420602145	3	2	2	1	1	False	10585	fragment	False	MON0067_000000013199	1.0		0	0	False	False	0.9992795586585999	0					non-mobilizable	other	1388.0	99.568	100.0	0.00039586812996119525	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0814_000000006708	5713	0.6416298886702754	9	4	1	4	1	True	58286	maximal	True	ISR0814_000000006708	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0153_000000017083	1753	0.6416284729433546	3	2	2	2	1	False	56929	fragment	False	ENG0153_000000017083	1.0		0	0	False	False	0.9931545853614807	0					non-mobilizable	no_good_hit	453.0	78.587	26.0	0.0010872302506683197	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0131_000000005969	3111	0.6416279544550182	3	3	3	3	3	False	98640	maximal	True	FIJ0131_000000005969	0.9722810734463276		67	9	False	False	1.0	0					non-mobilizable	chromosome	3040.0	98.586	98.0	0.0005601593440440077	LR130544.1	enterobacteria	Klebsiella variicola strain 03-311-0071 genome assembly, chromosome: 1	False	False
DEN0016_000000010060	1105	0.6416273601790194	1	1	1	1	1	False	75267	fragment	False	DEN0016_000000010060	1.0		0	0	False	False	0.9990950226783752	0					non-mobilizable	no_good_hit	72.0	81.944	7.0	0.0007088375064893574	NZ_PXZT01000012.1	firmicutes	Trichococcus alkaliphilus strain B5 NODE_12_length_100164_cov_1412.64, whole genome shotgun sequence	True	False
ISR0080_000000011906	2595	0.6416193064641309	5	5	3	4	4	False	58195	maximal	True	ISR0080_000000011906	1.0		299	13	False	False	0.9845857620239258	0					non-mobilizable	chromosome	2595.0	99.92299999999999	100.0	0.0004887134326862245	CP053080.1	enterobacteria	Escherichia coli strain HB37 chromosome HB37, complete sequence	False	False
FIJ0149_000000010436	2315	0.6416189503933257	2	2	2	2	2	False	47649	maximal	True	FIJ0149_000000010436	1.0		31	6	False	False	0.9995680451393127	0					non-mobilizable	other	2296.0	97.605	99.0	0.0028780496980869434	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
MAD0028_000000005794	2192	0.6416149801179333	3	2	2	1	1	False	19015	maximal	True	MAD0028_000000005794	1.0		39	11	False	False	0.9867700934410095	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	0.0005699287589051369	NZ_LZFO01000012.1	firmicutes	Clostridium acetireducens DSM 10703 CLAC_contig000012, whole genome shotgun sequence	True	False
ISR0246_000000015652	1483	0.6416021454062022	2	2	2	1	1	False	27119	maximal	True	ISR0246_000000015652	1.0		2	2	False	False	0.9912340044975281	0					non-mobilizable	no_good_hit								True	False
ISR0350_000000008706	2146	0.6416011167711125	4	3	3	3	3	False	109132	fragment	False	ISR0350_000000008706	0.9834158415841584		0	0	False	False	1.0	0					non-mobilizable	other	2147.0	98.975	100.0	0.035475068221285044	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0048_000000009849	2020	0.6416011167711125	3	3	3	3	3	False	109132	fragment	False	ISR0350_000000008706	0.9547996272134203		0	0	False	False	1.0	0					non-mobilizable	other	2020.0	99.15799999999999	100.0	0.03339121806003473	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0048_000000015549	1271	0.6415992163311591	2	2	2	1	2	False	86877	fragment	False	DEN0076_000000007165	0.9597252137801515		0	0	False	False	0.9669551253318787	0					non-mobilizable	no_good_hit	103.0	80.583	8.0	0.012192206550322734	NZ_FOJY01000034.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
DEN0076_000000007165	1250	0.6415992163311591	2	2	2	1	2	False	86877	fragment	False	DEN0076_000000007165	0.9615430463326223		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	72.883	97.0	0.0743700061462815	NZ_CYZO01000045.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0110_000000026671	1107	0.6415960440327722	2	1	1	1	1	False	59769	maximal	True	ENG0110_000000026671	1.0		7	3	False	False	0.9981933236122131	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.00018154666041989985	NZ_QKVW01000007.1	firmicutes	Paenibacillus dendritiformis strain PV3-16 PV3-16_S3_L001_R1_001__paired__contig_7, whole genome shotgun sequence	True	False
CAN0016_000000008754	5233	0.641586987270217	7	4	4	1	1	False	93009	fragment	False	CAN0016_000000008754	1.0		0	0	False	False	0.9998089075088501	0					non-mobilizable	other	5239.0	97.42299999999999	100.0	0.05200063670188424	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
USA0055_01_000000006430	4177	0.6415797826927028	5	5	5	5	4	False	115327	maximal	True	USA0055_01_000000006430	1.0		6	4	False	False	0.9959300756454468	0					non-mobilizable	no_good_hit	1730.0	82.25399999999999	61.0	0.0005995262348497629	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0069_000000027105	1879	0.6415728093015489	2	2	2	2	1	False	100117	fragment	False	ISR0219_000000016025	0.9244773020693208		0	0	False	False	0.9984034299850464	0					non-mobilizable	other	1879.0	97.765	100.0	0.06903650332683896	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
AST0099_000000006775	3124	0.6415723011880957	4	3	2	2	1	False	110158	maximal	True	AST0099_000000006775	1.0		3	3	False	False	0.9967989921569824	0					non-mobilizable	no_good_hit	1847.0	99.89200000000001	80.0	0.0004991321967575875	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0026_000000001448	17462	0.6415716098264787	21	18	6	10	17	True	123538	fragment	False	USA0018_01_000000001289	0.9602973388608854		0	0	False	False	1.0	0					non-mobilizable	chromosome	17491.0	98.696	100.0	0.0026903881168729464	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
MAD0070_000000011339	1776	0.6415715055584187	3	3	2	1	2	False	16359	maximal	True	MAD0070_000000011339	1.0		0	0	False	False	0.9786036014556885	0					non-mobilizable	no_good_hit	408.0	78.922	23.0	0.001111187136503592	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0082_000000032304	1139	0.6415699354332833	2	2	2	2	1	True	9898	fragment	False	MON0082_000000032304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	5.0	0.00023492560689115114	NZ_ATUF01000004.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
FIJ0132_000000025489	1372	0.6415578759168997	3	1	1	1	1	False	43551	fragment	False	FIJ0132_000000025489	1.0		0	0	False	False	0.991253674030304	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0013736263736263737	NZ_VCHQ01000023.1	enterobacteria	Klebsiella indica strain TOUT106 salmonela_mira_c23, whole genome shotgun sequence	True	False
FIJ0126_000000009313	3756	0.641544209979052	4	4	4	4	3	False	99231	fragment	False	CHI0111_000000008113	0.8290067831369515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1719.0	75.45100000000001	45.0	0.000422543127501636	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0248_000000004008	1161	0.6415427171145329	2	1	1	1	1	False	27080	fragment	False	SPA0033_000000025615	0.9518845228548516		0	0	False	False	0.9948320388793945	0					non-mobilizable	other	1161.0	99.82799999999999	100.0	0.0035654020759246226	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
SPA0114_000000005945	6589	0.6415411653243915	8	8	6	8	6	False	70465	fragment	False	SPA0114_000000005945	1.0		0	0	False	False	0.9978752732276917	0					non-mobilizable	no_good_hit	461.0	73.102	7.0	0.00014407628887843862	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0398_000000010638	2193	0.641539826923146	4	4	4	3	3	False	117340	fragment	False	ISR0398_000000010638	0.985047551922069		0	0	False	False	0.99863201379776	0					non-mobilizable	other	2193.0	99.59	100.0	0.017746545009998622	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0076_000000014296	1806	0.6415340593644762	3	3	3	3	3	False	89741	fragment	False	ISR0076_000000014296	0.9809002340556026		0	0	False	False	1.0	0					non-mobilizable	chromosome	1806.0	99.169	100.0	0.00040170492025100215	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0067_000000002371	9977	0.6415320759933967	8	6	3	5	4	False	70864	maximal	True	DEN0067_000000002371	1.0		2	2	False	False	0.998997688293457	0					non-mobilizable	no_good_hit	2782.0	72.178	34.0	0.0007139596242620695	CP031395.1	b-proteobacteria	Hylemonella gracilis strain NS1 chromosome	True	False
MAD0090_000000001592	7424	0.6415315140900838	10	10	4	3	7	True	15800	maximal	True	MAD0090_000000001592	1.0		2	2	False	False	0.9998652935028076	0					non-mobilizable	plasmid	6313.0	93.395	99.0	0.15398696639086182	NZ_AP014682.1	firmicutes	Lactobacillus hokkaidonensis JCM 18461 strain LOOC260 plasmid pLOOC260-2, complete sequence	False	True
MAD0066_000000009111	2701	0.6415280873894279	4	3	2	2	3	False	16591	maximal	True	MAD0066_000000009111	1.0		17	3	False	False	0.9959274530410767	0					non-mobilizable	no_good_hit	551.0	79.492	20.0	0.00019884842406262234	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
ENG0177_000000004034	6153	0.6415260666954219	10	8	5	2	5	False	91478	maximal	True	ENG0177_000000004034	1.0		50	6	False	False	0.9998374581336975	0					non-mobilizable	no_good_hit	2173.0	98.803	35.0	0.05324863260650953	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	False
ISR0108_000000012766	1755	0.6415105631994835	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.351764525975487		0	0	False	False	0.981766402721405	0					non-mobilizable	chromosome	1760.0	95.455	100.0	0.0005910593189959935	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0087_000000024799	1281	0.6415084431672117	1	1	1	1	1	False	15963	fragment	False	MAD0087_000000024799	1.0		0	0	False	False	0.9929742217063904	0					non-mobilizable	no_good_hit	61.0	100.0	5.0	2.0195648712847158e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0169_000000021134	1154	0.6415071391620645	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.07850685701496093		0	0	False	False	0.9800693392753601	0					non-mobilizable	chromosome	1136.0	94.89399999999999	98.0	0.00036921683954951634	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0045_000000009363	3788	0.6415059038913058	5	3	3	3	3	False	75368	maximal	True	DEN0045_000000009363	1.0		3	1	False	False	0.9941921830177307	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.6288245746415794e-05	CP040154.1	kinetoplastids	Leishmania amazonensis strain UA301 chromosome 26	True	False
ISR0001_000000009062	3134	0.6415001760785141	9	4	1	3	3	True	38702	fragment	False	ISR0001_000000009062	1.0		0	0	False	False	0.996809184551239	0					non-mobilizable	other	1937.0	97.315	92.0	0.000672248471372985	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0050_000000004252	2278	0.6414974455759428	2	2	2	2	2	False	86704	maximal	True	CHI0050_000000004252	1.0		153	13	False	False	0.9925373196601868	0					non-mobilizable	chromosome	2278.0	99.868	100.0	0.0004814793277897308	CP019245.1	enterobacteria	Escherichia coli strain Combat13F7 chromosome, complete genome	False	False
FIJ0023_000000000836	23615	0.6414949718307836	56	7	4	6	3	False	49430	maximal	True	FIJ0023_000000000836	1.0		1	1	False	False	0.998898983001709	0					non-mobilizable	no_good_hit	701.0	83.167	3.0	0.0008170453289694883	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0054_000000004697	3556	0.6414938996233011	7	5	2	5	3	False	101152	fragment	False	DEN0052_000000009788	0.9541730670762929		0	0	False	False	0.9960629940032959	0					non-mobilizable	no_good_hit	1329.0	83.521	67.0	0.0003241251868562088	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0053_01_000000010250	1892	0.641493856256244	2	2	1	2	2	False	1063	fragment	False	USA0053_01_000000010250	1.0		0	0	False	False	0.9989429116249084	0					non-mobilizable	no_good_hit	1202.0	76.04	63.0	0.0005646160965796674	NZ_RRCM01000001.1	firmicutes	Lachnoanaerobaculum orale strain DSM 24553 DSM24553_1, whole genome shotgun sequence	True	False
ENG0099_000000008189	2058	0.6414937412536852	4	2	2	2	2	False	117015	fragment	False	AST0094_000000009639	0.5962924808415275		0	0	False	False	0.9893100261688232	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	1.6937675896801822e-05	AP012978.1	g-proteobacteria	Endosymbiont of unidentified scaly snail isolate Monju DNA, complete genome	True	False
FIJ0122_000000000913	17501	0.6414892891901158	19	12	6	8	10	True	102479	fragment	False	FIJ0122_000000000913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2093.0	72.097	25.0	0.02043839455509959	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
ISR0324_000000001552	17332	0.6414892891901158	19	12	6	8	10	True	102479	fragment	False	FIJ0122_000000000913	0.99517170447403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2093.0	72.097	26.0	0.02043839455509959	LN681233.1	firmicutes	[Clostridium] sordellii genome assembly UMC2, plasmid : pCS1	True	True
ENG0128_000000005644	4393	0.6414874601598846	1	1	1	1	1	False	63331	fragment	False	ENG0128_000000005644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2108.0	72.249	48.0	0.00044757832674333043	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
SPA0110_000000012396	1503	0.6414849468271102	3	3	3	2	1	False	4603	maximal	True	SPA0110_000000012396	1.0		13	7	False	False	0.9913506507873535	0					non-mobilizable	no_good_hit	176.0	80.682	12.0	0.003977182336765073	NZ_JAAISM010000035.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_35_length_44001_cov_187.852, whole genome shotgun sequence	True	False
USA0069_01_000000019261	3214	0.641484668850519	4	1	1	1	1	False	55665	maximal	True	USA0069_01_000000019261	0.9671298719294125		206	11	False	False	0.9981331825256348	0					non-mobilizable	other	3075.0	95.902	100.0	0.0010838740068748781	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
FIJ0001_000000016540	1288	0.6414772285546774	2	2	2	2	1	False	52522	fragment	False	ISR0170_000000035579	0.959214501510574		0	0	False	False	0.9836956262588501	0					non-mobilizable	other	1268.0	98.265	98.0	0.008108488634036452	NZ_QSFS01000007.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf7, whole genome shotgun sequence	False	False
MON0042_000000003103	7069	0.6414769646212016	5	4	4	4	4	False	12839	fragment	False	MON0042_000000003103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2188.0	75.09100000000001	31.0	0.0028744712433382636	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ISR0275_000000007968	1775	0.6414745414688099	3	3	3	3	3	False	67141	fragment	False	ISR0275_000000007968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	98.214	13.0	7.836949282989427e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
MON0046_000000019005	1761	0.6414715975224038	2	2	2	1	1	False	11517	maximal	True	MON0046_000000019005	1.0		6	5	False	False	1.0	0					non-mobilizable	other	1323.0	99.773	100.0	0.0006811041512319124	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
MON0010_000000007224	3260	0.6414711995400809	7	5	5	4	4	False	13750	fragment	False	MON0010_000000007224	1.0		0	0	False	False	0.9996932744979858	0					non-mobilizable	plasmid	3253.0	99.90799999999999	99.0	0.02520278548939932	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
USA0015_01_000000003844	7287	0.641467292570761	6	3	1	2	0	False	59091	fragment	False	USA0015_01_000000003844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5524.0	99.74700000000001	76.0	0.03072481182930289	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
FIJ0023_000000004405	6497	0.641467292570761	8	3	1	2	0	False	59092	fragment	False	FIJ0023_000000004405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4408.0	98.25299999999999	68.0	0.024510867448833705	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
ISR0041_000000003818	3312	0.641467292570761	4	3	1	2	0	False	36428	fragment	False	ISR0041_000000003818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	98.535	54.0	0.009490590074378188	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
SPA0076_000000002290	4977	0.6414527354076551	4	2	1	1	2	False	49740	maximal	True	SPA0076_000000002290	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	81.696	16.0	0.01967005076142132	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
SPA0075_000000002903	4973	0.6414527354076551	4	2	1	1	2	False	49740	maximal	False	SPA0076_000000002290	0.9995981514968857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	81.03399999999999	16.0	0.02048585931834663	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0159_000000010637	2440	0.6414513459151944	3	3	2	3	2	False	30480	maximal	True	ISR0159_000000010637	1.0		7	1	False	False	0.9942622780799866	0					non-mobilizable	no_good_hit	427.0	83.37200000000001	17.0	0.003005414008213377	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
MON0088_000000018575	1727	0.6414507792758283	2	2	2	2	1	False	127487	fragment	False	MON0088_000000018575	0.8986823807310115		0	0	False	False	1.0	0					non-mobilizable	chromosome	1717.0	94.93299999999999	99.0	0.0007440331016684812	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0120_000000003514	6223	0.6414471522114894	7	5	5	5	5	False	109777	fragment	False	FIJ0120_000000003514	0.9784533155169535		0	0	False	False	0.9985537528991699	0					non-mobilizable	no_good_hit	211.0	75.829	3.0	8.163469372928373e-05	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
MAD0091_000000006898	2209	0.6414423188680992	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5344827663129191		0	0	False	False	0.9932096004486084	0					non-mobilizable	chromosome	2211.0	91.76799999999999	100.0	0.0009084851524863088	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0040_000000006274	4163	0.6414423155362879	4	4	4	3	3	False	11880	maximal	True	MON0040_000000006274	1.0		36	6	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	99.304	14.0	0.00011653863996970807	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0222_000000022705	2198	0.6414423040395233	4	3	2	2	2	True	107680	fragment	False	ISR0222_000000022705	1.0		0	0	False	False	0.987261176109314	0					non-mobilizable	no_good_hit								True	True
CAN0021_000000025204	1729	0.6414362144486542	2	2	2	1	1	False	130963	fragment	False	CAN0021_000000025204	1.0		0	0	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit	111.0	80.18	6.0	0.0003532592987481775	NZ_QSBM01000003.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf3, whole genome shotgun sequence	True	False
MON0019_000000047654	1406	0.6414342494000271	3	3	3	2	2	False	13156	fragment	False	MON0019_000000047654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	72.727	25.0	0.003664580620773657	NZ_ATUD01000014.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00014.14_C, whole genome shotgun sequence	True	False
ISR0321_000000008969	1329	0.6414325361801787	2	1	1	1	1	False	25024	maximal	True	ISR0321_000000008969	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	97.756	23.0	9.306693248098786e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0161_000000001486	9551	0.6414281533057049	13	9	3	6	9	False	123753	maximal	True	FIJ0161_000000001486	1.0	PS903	0	0	False	True	0.9993717670440674	0					non-mobilizable	no_good_hit	7388.0	96.454	82.0	0.0013709429615230684	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
USA0011_01_000000019867	1830	0.6414268982326591	2	2	2	2	2	False	28845	fragment	False	USA0145_01_000000011956	0.949050949050949		0	0	False	False	0.9956284165382385	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0004374638386746257	NZ_WRPK01000017.1	a-proteobacteria	Sphingomonas formosensis strain CC-Nfb-2 NODE_18_length_70863_cov_36.884524_cov_36.884524, whole genome shotgun sequence	True	False
FIJ0002_000000016133	2214	0.641424285852496	3	3	3	3	3	False	99102	fragment	False	FIJ0002_000000016133	0.9840940300638072		0	0	False	False	0.9995483160018921	0					non-mobilizable	chromosome	2210.0	99.45700000000001	99.0	0.0007506158005815319	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0087_000000013761	2129	0.641424285852496	3	3	3	3	3	False	99102	fragment	False	FIJ0002_000000016133	0.9676441384089706		0	0	False	False	1.0	0					non-mobilizable	chromosome	2129.0	100.0	100.0	0.0007230920885638297	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0147_000000007553	3186	0.6414184750714794	5	2	2	2	2	False	30957	maximal	True	ISR0147_000000007553	1.0		37	10	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	98.649	2.0	0.00042269832078749276	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	False
ISR0215_000000014692	1988	0.6414167960230882	3	2	2	2	2	False	77801	fragment	False	ISR0215_000000014692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	75.887	58.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0052_000000002925	8752	0.6414126118855978	11	4	3	3	0	True	51466	fragment	False	FIJ0072_000000002799	0.9178732283027866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
FIJ0090_000000002472	11909	0.6414106726661644	17	8	5	7	5	True	121837	backbone	False	ITA0004_000000000015	0.17119408777653253	PS446|PS447|PS652|PS653|PS863	0	0	False	True	1.0	0					non-mobilizable	other	9310.0	99.807	91.0	0.5594687180719995	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
FIJ0126_000000003574	9058	0.6414106726661644	12	8	5	7	5	True	106695	backbone	False	ISR0299_000000000481	0.27421069730352343	PS446|PS447|PS652	0	0	False	True	1.0	0					non-mobilizable	other	9058.0	100.0	100.0	0.5443235771380491	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
CHI0112_000000012197	1517	0.6414071268374772	2	2	2	2	2	False	90452	fragment	False	CHI0009_000000004881	0.9567600487210719		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	100.0	100.0	0.0005580164062712799	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
FIJ0036_000000016293	2446	0.6414057834517147	5	5	5	4	4	False	98052	fragment	False	FIJ0036_000000016293	1.0		0	0	False	False	0.9995911717414856	0					non-mobilizable	chromosome	2446.0	98.69200000000001	100.0	0.0005097209731104987	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
SPA0128_000000033621	1125	0.6414055505795768	2	1	1	1	1	False	3853	maximal	True	SPA0128_000000033621	1.0		76	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0108_000000002002	12387	0.6414050075683718	13	9	8	8	8	False	84136	maximal	True	ENG0108_000000002002	1.0		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	3567.0	96.552	52.0	0.0009628438530085423	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0132_000000013076	2372	0.6414048187264411	3	2	2	2	2	False	92763	fragment	False	CHI0132_000000013076	1.0		0	0	False	False	0.9966273307800293	0					non-mobilizable	no_good_hit								True	False
MAD0058_000000001875	6858	0.6413953694572329	8	4	2	2	3	True	113136	maximal	True	MAD0058_000000001875	1.0		11	3	False	False	0.9967920780181885	0					non-mobilizable	no_good_hit	5787.0	95.213	84.0	0.13202285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ENG0095_000000005500	4839	0.6413945701472776	3	3	3	1	1	False	118383	maximal	False	DEN0065_000000005689	0.9231889687317926		0	0	False	False	1.0	0					non-mobilizable	other	4668.0	88.196	96.0	0.0019454266126479978	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0141_000000007900	4543	0.6413945701472776	3	3	3	1	1	False	118372	maximal	True	ISR0141_000000007900	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3391.0	91.124	74.0	0.0013147013377853636	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0029_000000005345	4537	0.6413945701472776	3	3	3	1	1	False	118364	fragment	False	ISR0399_000000002910	0.9775082690187431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3681.0	92.23	81.0	0.0015392386385786356	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0399_000000002910	4535	0.6413945701472776	3	3	3	1	1	False	118364	fragment	False	ISR0399_000000002910	0.9775181838219087		0	0	False	False	0.9973539113998413	0					non-mobilizable	no_good_hit	3653.0	91.04799999999999	80.0	0.0015279207074126162	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0035_000000005589	4052	0.6413945701472776	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.8752444651880266		0	0	False	False	1.0	0					non-mobilizable	other	4055.0	95.48700000000001	100.0	0.0016985280401744637	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0180_000000005767	3682	0.6413945701472776	3	3	3	1	1	False	118363	fragment	False	ISR0180_000000005767	1.0		0	0	False	False	0.9994568228721619	0					non-mobilizable	other	3624.0	91.749	98.0	0.0015153452283392613	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
AST0033_000000003873	3335	0.6413945701472776	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.5466328507423017		0	0	False	False	0.9754123091697693	0					non-mobilizable	other	3260.0	94.90799999999999	98.0	0.0012649579824095059	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
USA0133_01_000000007644	3265	0.6413945701472776	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.6037508128408219		0	0	False	False	0.9978560209274292	0					non-mobilizable	other	3265.0	97.029	100.0	0.001367792940545231	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
AST0029_000000009552	3197	0.6413945701472776	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.5460356184888362		0	0	False	False	1.0	0					non-mobilizable	other	3198.0	94.96600000000001	100.0	0.0013401268865838502	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ENG0209_000000007764	2420	0.6413945026305143	3	2	1	2	1	False	53788	fragment	False	ENG0209_000000007764	1.0		0	0	False	False	0.9987603425979614	0					non-mobilizable	other	2423.0	85.14200000000001	100.0	0.01263314212807789	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
SPA0013_000000006124	4289	0.6413909759715568	4	4	4	4	4	False	7987	maximal	True	SPA0013_000000006124	1.0		56	10	False	False	0.9990673661231995	0					non-mobilizable	no_good_hit	1388.0	82.133	44.0	0.0010318955638183417	NZ_CABWIB010000001.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	False
TAN0013_000000000836	7574	0.6413894526419498	13	5	3	4	3	False	74194	maximal	True	TAN0013_000000000836	1.0		2	1	False	False	0.999735951423645	0					non-mobilizable	no_good_hit	5847.0	90.251	77.0	0.003462004086456793	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MON0043_000000011871	2314	0.6413892020655313	3	3	3	3	3	False	11684	maximal	True	MON0043_000000011871	1.0		25	7	False	False	0.9917891025543213	0					non-mobilizable	no_good_hit	977.0	75.844	53.0	0.000336640098917141	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0041_000000019917	1689	0.6413876923133578	3	1	1	1	1	False	6902	maximal	True	SPA0041_000000019917	1.0		0	0	False	False	0.9976317286491394	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000005986	4832	0.6413662203160136	6	5	3	5	4	False	98930	maximal	True	USA0019_01_000000005986	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4838.0	97.43700000000001	100.0	0.0006820976968997395	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
USA0130_01_000000017489	2015	0.6413619120046575	3	2	2	2	2	False	115	maximal	True	USA0130_01_000000017489	1.0		15	7	False	False	0.9821339845657349	0					non-mobilizable	no_good_hit	1538.0	80.104	76.0	0.00046473120148567615	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0081_000000002480	10357	0.6413602318677738	15	11	10	10	8	False	49241	fragment	False	FIJ0081_000000002480	1.0		0	0	False	False	0.9990344643592834	0					non-mobilizable	no_good_hit	3724.0	88.37299999999999	60.0	0.0014449419821502124	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ISR0079_000000009204	2966	0.6413573697086202	3	2	2	2	2	False	61368	fragment	False	ISR0079_000000009204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	98.305	35.0	0.0006147579547379228	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0084_000000007612	2349	0.6413573697086202	4	2	2	2	2	False	61367	fragment	False	SPA0084_000000007612	0.958641404805915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	78.059	34.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0005_000000002939	8651	0.6413545433781888	17	6	5	4	3	True	51926	fragment	False	FIJ0005_000000002939	1.0		0	0	False	False	0.999422013759613	0					non-mobilizable	no_good_hit	142.0	82.39399999999999	2.0	0.0002625889031046948	NZ_KB907925.1	g-proteobacteria	Solimonas variicoloris DSM 15731 H149DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
AUS0022_000000012105	2904	0.6413472037904457	5	4	2	4	4	True	124291	fragment	False	AUS0022_000000012105	0.9379994557326038		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2919.0	88.215	100.0	0.0006914976464587497	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
AST0089_000000004074	4636	0.6413455594127571	4	4	4	4	3	True	130091	fragment	False	ISR0047_000000005869	0.6874814989329046		0	0	False	False	1.0	0					non-mobilizable	chromosome	2556.0	93.70100000000001	100.0	0.0008955896971191865	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0013_000000012481	3771	0.6413437485144174	6	5	3	3	2	False	13542	maximal	True	MON0013_000000012481	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	99.742	10.0	0.003390991909058165	NZ_CYZO01000006.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0034_000000004189	7658	0.6413393530160243	9	4	4	3	4	False	92448	maximal	True	SPA0034_000000004189	0.986018117369043		3	3	False	False	0.9996082782745361	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	5.9170954548253914e-05	NZ_VNHV01000001.1	a-proteobacteria	Maritimibacter alkaliphilus HTCC2654 Ga0131271_101, whole genome shotgun sequence	True	False
DEN0022_000000004214	7617	0.6413393530160243	9	4	4	3	4	False	92448	maximal	False	SPA0034_000000004189	0.9834160355184121		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	7.892464910992091e-06	NZ_CP043498.1	a-proteobacteria	Rhizobium grahamii strain BG7 chromosome, complete genome	True	False
ISR0273_000000003225	3071	0.6413369652678701	4	3	2	3	1	False	128979	maximal	True	ISR0273_000000003225	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	91.007	48.0	0.02047246261161482	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0036_000000023026	1071	0.6413323656303854	2	1	1	1	1	False	12150	maximal	True	MON0036_000000023026	0.991008991008991		718	15	False	False	1.0	0					non-mobilizable	other	1071.0	98.133	100.0	0.00033287518922554566	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0026_000000001907	5682	0.6413318976388597	8	6	4	5	4	False	89566	fragment	False	MAD0026_000000001907	1.0		0	0	False	False	0.9984160661697388	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0851671318148496e-05	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	False
SPA0013_000000008087	3328	0.6413318227782651	4	3	2	2	3	False	112793	fragment	False	ISR0099_000000006012	0.9733026612382846		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2630.0	73.688	78.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0118_000000008993	3225	0.6413318227782651	3	3	2	2	3	False	112793	fragment	False	ISR0099_000000006012	0.6525440705128205		0	0	False	True	0.9975193738937378	0					non-mobilizable	no_good_hit	2630.0	73.688	80.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0003_01_000000004704	8070	0.6413187830404117	12	5	5	5	4	False	2257	maximal	True	USA0003_01_000000004704	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	96.491	1.0	0.0003386591516588251	NZ_JMKX01000002.1	mycoplasmas	Entomoplasma melaleucae ATCC 49191 T379DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0107_000000007659	3085	0.6413140240486854	2	2	2	2	2	False	127593	fragment	False	AST0006_000000004616	0.9681558935361216		0	0	False	False	0.9918962717056274	0					non-mobilizable	other	2012.0	83.946	95.0	0.0012055295387855946	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MAD0067_000000002924	3224	0.6413126620778583	5	4	3	3	2	False	16519	maximal	True	MAD0067_000000002924	1.0		922	14	False	False	0.9956575632095337	0					non-mobilizable	other	3227.0	95.476	100.0	0.007304593626770373	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0011_000000005335	4690	0.6413035938648057	8	4	4	4	3	False	113829	maximal	True	ISR0011_000000005335	1.0		55	5	False	False	1.0	0					non-mobilizable	virus	4691.0	99.211	100.0	0.4732909219428456	MK232113.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K17_5-CL15_c1 sequence	False	False
ISR0050_000000016212	1722	0.64130216342383	2	2	2	1	1	False	124692	fragment	False	ISR0050_000000016212	0.9638333594490939		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	98.84299999999999	91.0	0.00466413591963335	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0137_000000015689	2335	0.6413002883528576	2	2	2	2	2	False	3568	fragment	False	SPA0137_000000015689	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2335.0	100.0	100.0	0.01637423618467669	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
FIJ0157_000000005692	3214	0.6412962521282416	5	4	4	4	1	False	50158	maximal	False	FIJ0017_000000008718	0.9993781093324415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	81.6	4.0	0.00013079630690298607	AP018135.1	mycoplasmas	Mycoplasma bovirhinis DNA, complete genome, strain: HAZ141_2	True	False
FIJ0150_000000007157	3214	0.6412962521282416	5	4	4	4	1	False	50158	maximal	False	FIJ0017_000000008718	0.9991708769212924		0	0	False	False	0.9993777275085449	0					non-mobilizable	no_good_hit	125.0	81.6	4.0	0.00013079630690298607	AP018135.1	mycoplasmas	Mycoplasma bovirhinis DNA, complete genome, strain: HAZ141_2	True	False
ISR0775_000000002311	6995	0.6412910572739717	3	1	1	1	1	True	85241	fragment	False	ISR0775_000000002311	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	88.031	22.0	0.00039149399183631195	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ENG0073_000000005799	4499	0.6412910572739717	4	1	1	1	1	True	85240	fragment	False	ENG0073_000000005799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	87.935	37.0	0.0004261054449456126	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ENG0025_000000008188	2934	0.6412910572739717	4	1	1	1	1	True	85242	fragment	False	ENG0025_000000008188	1.0		0	0	False	False	0.9935241937637329	0					non-mobilizable	no_good_hit	2004.0	88.22399999999999	68.0	0.0005127622682859357	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
CHI0169_000000004924	2934	0.6412910572739717	2	1	1	1	1	True	78042	fragment	False	CHI0169_000000004924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	89.301	49.0	0.00028992539699781034	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ENG0081_000000009690	2754	0.6412910572739717	3	1	1	1	1	True	61672	fragment	False	ENG0081_000000009690	1.0		0	0	False	False	0.9920116066932678	0					non-mobilizable	no_good_hit	1723.0	84.91	62.0	0.00031880912415707744	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ISR0198_000000013706	2421	0.6412910572739717	3	1	1	1	1	True	85239	fragment	False	ISR0198_000000013706	0.9997806055287406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1655.0	87.976	68.0	0.00042328525247003996	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0122_000000007616	2306	0.6412910572739717	3	1	1	1	1	True	79351	fragment	False	ENG0031_000000007961	0.5452843296318506		0	0	False	False	1.0	0					non-mobilizable	other	2333.0	80.497	100.0	0.0036716600818264794	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
DEN0028_000000012884	2279	0.6412910572739717	2	1	1	1	1	True	85239	fragment	False	ISR0198_000000013706	0.9704667492771581		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	88.105	67.0	0.00039149399183631195	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0082_000000013877	2204	0.6412910572739717	2	1	1	1	1	True	34175	fragment	False	ISR0082_000000013877	1.0		0	0	False	False	0.9954627752304077	0					non-mobilizable	other	2202.0	85.92200000000001	99.0	0.00040836337118294714	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
ENG0204_000000011763	2203	0.6412910572739717	3	1	1	1	1	True	79364	maximal	True	ENG0204_000000011763	1.0		1	1	False	False	0.9986382126808167	0					non-mobilizable	other	2215.0	85.147	100.0	0.0035120920643633554	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0835_000000006602	2141	0.6412910572739717	2	1	1	1	1	True	93498	fragment	False	ISR0835_000000006602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1532.0	76.11	71.0	0.0005026370724040433	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
CAN0013_000000010799	2077	0.6412910572739717	2	1	1	1	1	True	93884	fragment	False	CAN0013_000000010799	1.0		0	0	False	False	0.9995185136795044	0					non-mobilizable	no_good_hit	1532.0	76.11	73.0	0.0005026370724040433	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
FIJ0150_000000011702	2044	0.6412910572739717	2	1	1	1	1	True	78769	maximal	True	FIJ0150_000000011702	1.0		0	0	False	False	0.9784736037254333	0					non-mobilizable	other	1878.0	88.339	92.0	0.0006941912894213414	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0855_000000008405	2025	0.6412910572739717	2	1	1	1	1	True	120759	fragment	False	ISR0855_000000008405	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2025.0	100.0	100.0	0.0032296566734536262	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0048_000000009512	2018	0.6412910572739717	2	1	1	1	1	True	70583	fragment	False	ISR0048_000000009512	0.9924528301886792		0	0	False	False	0.9995044469833374	0					non-mobilizable	no_good_hit	1561.0	80.013	77.0	0.0004951699270434665	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0101_000000016512	2005	0.6412910572739717	2	1	1	1	1	True	79368	fragment	False	ENG0101_000000016512	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2002.0	84.665	99.0	0.00037057952234514484	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
SPA0096_000000020642	1964	0.6412910572739717	2	1	1	1	1	True	91221	fragment	False	SPA0096_000000020642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	84.821	85.0	0.002659998851110274	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
SPA0006_000000016307	1955	0.6412910572739717	2	1	1	1	1	True	86571	fragment	False	SPA0006_000000016307	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1892.0	83.03399999999999	96.0	0.002998283048132097	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
DEN0066_000000018403	1939	0.6412910572739717	3	1	1	1	1	True	120757	fragment	False	DEN0066_000000018403	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1893.0	93.925	98.0	0.0007001308940367112	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
CHI0013_000000004697	1901	0.6412910572739717	2	1	1	1	1	True	102791	fragment	False	CHI0013_000000004697	1.0		0	0	False	False	0.9994739890098572	0					non-mobilizable	other	1902.0	91.272	99.0	0.006791881183166424	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
CAN0014_000000025829	1889	0.6412910572739717	3	1	1	1	1	True	120768	fragment	False	CAN0014_000000025829	0.9796156086196854		0	0	False	False	1.0	0					non-mobilizable	other	1713.0	84.822	91.0	0.0005541370801883482	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0152_000000012530	1876	0.6412910572739717	2	1	1	1	1	True	120751	fragment	False	SPA0047_000000018674	0.4674677002865474		0	0	False	False	1.0	0					non-mobilizable	other	1874.0	95.571	100.0	0.0006953049652867233	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0029_000000023264	1871	0.6412910572739717	2	1	1	1	1	True	85237	fragment	False	ISR0029_000000023264	1.0		0	0	False	False	0.9946552515029907	0					non-mobilizable	no_good_hit	1669.0	87.95700000000001	89.0	0.0004268745883480415	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
DEN0096_000000024226	1855	0.6412910572739717	2	1	1	1	1	True	70583	fragment	False	ISR0048_000000009512	0.9526759167492567		0	0	False	False	0.9994609355926514	0					non-mobilizable	no_good_hit	1362.0	79.075	73.0	0.00043451722697138926	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0072_000000015873	1835	0.6412910572739717	2	1	1	1	1	True	34843	maximal	True	ISR0072_000000015873	1.0		8	6	False	False	0.9983651041984558	0					non-mobilizable	other	1842.0	75.516	99.0	0.0003378211115301044	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
CHI0101_000000006697	1828	0.6412910572739717	2	1	1	1	1	True	91224	fragment	False	ISR0181_000000009600	0.9598964646313867		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	84.67299999999999	99.0	0.0005895057580754494	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
CHI0134_000000008644	1814	0.6412910572739717	2	1	1	1	1	True	80736	fragment	False	CHI0134_000000008644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	611.0	74.468	33.0	0.00011259750152658017	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
DEN0022_000000023293	1761	0.6412910572739717	2	1	1	1	1	True	74558	maximal	True	DEN0022_000000023293	1.0		8	4	False	False	0.990346372127533	0					non-mobilizable	other	1745.0	76.96300000000001	98.0	0.002723826058095524	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
MON0066_000000019824	1746	0.6412910572739717	2	1	1	1	1	True	79363	fragment	False	MON0066_000000019824	1.0		0	0	False	False	0.9954180717468262	0					non-mobilizable	other	1747.0	93.303	99.0	0.0005668123565093719	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
USA0034_01_000000030449	1717	0.6412910572739717	2	1	1	1	1	True	120768	fragment	False	CAN0014_000000025829	0.9359449444150344		0	0	False	False	0.9982527494430542	0					non-mobilizable	other	1536.0	85.221	90.0	0.0004972608402863182	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
SPA0077_000000016818	1692	0.6412910572739717	2	1	1	1	1	True	5688	maximal	True	SPA0077_000000016818	1.0		6	3	False	False	1.0	0					non-mobilizable	other	1692.0	98.936	100.0	0.00031434244641056846	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ISR0301_000000011286	1685	0.6412910572739717	1	1	1	1	1	True	79020	fragment	False	ISR0301_000000011286	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	78.297	93.0	0.008981210136183417	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	True
ISR0291_000000008753	1667	0.6412910572739717	2	1	1	1	1	True	91220	fragment	False	ISR0291_000000008753	1.0		0	0	False	False	0.9994001388549805	0					non-mobilizable	other	1683.0	84.611	100.0	0.0006184613305753769	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
FIJ0047_000000019184	1614	0.6412910572739717	2	1	1	1	1	True	46872	maximal	True	FIJ0047_000000019184	1.0		1	1	False	False	0.9981412887573242	0					non-mobilizable	no_good_hit								True	True
DEN0070_000000021108	1611	0.6412910572739717	2	1	1	1	1	True	70582	fragment	False	DEN0070_000000021108	1.0		0	0	False	False	0.9975170493125916	0					non-mobilizable	no_good_hit	1357.0	79.071	84.0	0.00043291265818641366	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0195_000000012727	1595	0.6412910572739717	2	1	1	1	1	True	120748	fragment	False	ISR0195_000000012727	0.993495803953928		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	93.738	99.0	0.0005843086040370007	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0001_000000015853	1578	0.6412910572739717	1	1	1	1	1	True	38687	fragment	False	ISR0001_000000015853	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1583.0	83.007	99.0	0.002492452432773994	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
AST0035_000000010291	1575	0.6412910572739717	1	1	1	1	1	True	116789	maximal	True	AST0035_000000010291	1.0		1	1	False	False	0.9784126877784729	0					non-mobilizable	no_good_hit								True	True
ISR0182_000000025569	1565	0.6412910572739717	2	1	1	1	1	True	79345	fragment	False	ISR0182_000000025569	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	93.27799999999999	100.0	0.000578368999421631	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0035_000000012562	1561	0.6412910572739717	2	1	1	1	1	True	85236	fragment	False	ISR0035_000000012562	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1570.0	87.70700000000001	100.0	0.0004014928560678877	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
SPA0058_000000019911	1543	0.6412910572739717	2	1	1	1	1	True	120748	fragment	False	ISR0195_000000012727	0.982598026620073		0	0	False	False	1.0	0					non-mobilizable	other	1503.0	93.74600000000001	97.0	0.0005553530315370732	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ENG0087_000000017044	1532	0.6412910572739717	2	1	1	1	1	True	61361	fragment	False	ENG0087_000000017044	0.9508250825082508		0	0	False	False	0.9862924218177795	0					non-mobilizable	other	1531.0	90.79	99.0	0.0024350079464872695	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
SPA0053_000000021604	1525	0.6412910572739717	2	1	1	1	1	True	79362	fragment	False	SPA0053_000000021604	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	91.814	100.0	0.000565004889037049	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
CHI0033_000000004722	1522	0.6412910572739717	1	1	1	1	1	True	102789	fragment	False	DEN0082_000000025311	0.9265137512397847		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	92.37799999999999	100.0	0.005434219505310958	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
SPA0135_000000013655	1515	0.6412910572739717	2	1	1	1	1	True	61361	fragment	False	ENG0087_000000017044	0.945822454308094		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	100.0	100.0	0.0024158597843916946	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
DEN0028_000000020570	1512	0.6412910572739717	2	1	1	1	1	True	79362	fragment	False	SPA0053_000000021604	0.9957377049180327		0	0	False	False	0.9986772537231445	0					non-mobilizable	other	1514.0	91.744	100.0	0.0005601789602870611	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MON0014_000000011058	1505	0.6412910572739717	2	1	1	1	1	True	13448	maximal	True	MON0014_000000011058	1.0		11	7	False	False	0.985382080078125	0					non-mobilizable	no_good_hit	626.0	75.24	40.0	0.0001563924918272104	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0384_000000012876	1494	0.6412910572739717	2	1	1	1	1	True	91219	fragment	False	ISR0384_000000012876	0.9986522911051212		0	0	False	False	0.9979919791221619	0					non-mobilizable	other	1508.0	85.08	100.0	0.0023871375412483327	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0189_000000011096	1484	0.6412910572739717	2	1	1	1	1	True	91219	fragment	False	ISR0384_000000012876	0.9953145917001338		0	0	False	False	0.9959568977355957	0					non-mobilizable	other	1496.0	85.094	99.0	0.002367989379152758	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
SPA0021_000000021734	1480	0.6412910572739717	1	1	1	1	1	True	21111	maximal	True	SPA0021_000000021734	1.0		0	0	False	False	0.9851351380348206	0					non-mobilizable	other	1484.0	90.296	99.0	0.0004736687053247936	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0033_000000021479	1474	0.6412910572739717	2	1	1	1	1	True	79358	fragment	False	ISR0033_000000021479	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	87.42399999999999	99.0	0.00047711040100674196	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
CHI0152_000000008274	1465	0.6412910572739717	1	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.21287165145716808		0	0	False	False	0.9802047610282898	0					non-mobilizable	other	1475.0	83.661	99.0	0.0002726765445683763	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
USA0058_01_000000012307	1464	0.6412910572739717	2	1	1	1	1	True	120748	fragment	False	ISR0195_000000012727	0.9544903975279196		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	93.444	99.0	0.0005353068659602002	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0062_000000026440	1462	0.6412910572739717	2	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.29424739001530603		0	0	False	False	0.9993159770965576	0					non-mobilizable	other	1463.0	95.147	100.0	0.0005419889211524912	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0055_000000011108	1454	0.6412910572739717	1	1	1	1	1	True	35666	fragment	False	ISR0055_000000011108	1.0		0	0	False	False	0.9986245036125183	0					non-mobilizable	no_good_hit	611.0	74.468	42.0	0.00011259750152658017	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
USA0111_01_000000017464	1450	0.6412910572739717	1	1	1	1	1	True	296	fragment	False	USA0111_01_000000017464	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1452.0	76.722	99.0	0.005116240849181651	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
AUS0002_000000025879	1449	0.6412910572739717	1	1	1	1	1	True	102789	fragment	False	DEN0082_000000025311	0.7117115637319317		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	80.946	100.0	0.0002700478920910212	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ISR0391_000000010864	1440	0.6412910572739717	1	1	1	1	1	True	102789	fragment	False	DEN0082_000000025311	0.7072797724471723		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	92.008	99.0	0.005137677612516212	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0122_000000020714	1428	0.6412910572739717	1	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.2851110897826039		0	0	False	False	0.9992997050285339	0					non-mobilizable	other	1419.0	91.54299999999999	100.0	0.0004602100325787102	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
MON0046_000000024619	1405	0.6412910572739717	1	1	1	1	1	True	11507	fragment	False	MON0046_000000024619	0.9904970760233918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	611.0	74.468	43.0	0.00011259750152658017	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ENG0211_000000017395	1376	0.6412910572739717	1	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.3523839607812344		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	95.09200000000001	100.0	0.0005063512934602726	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0170_000000034302	1375	0.6412910572739717	1	1	1	1	1	True	30039	fragment	False	ISR0170_000000034302	1.0		0	0	False	False	0.9781818389892578	0					non-mobilizable	other	1308.0	84.709	95.0	0.0002421311561753402	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
CHI0051_000000013669	1374	0.6412910572739717	1	1	1	1	1	True	86570	fragment	False	CHI0051_000000013669	1.0		0	0	False	False	0.9992722272872925	0					non-mobilizable	other	1374.0	88.574	100.0	0.00045841581217239135	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
SPA0146_000000016776	1368	0.6412910572739717	1	1	1	1	1	True	11507	fragment	False	MON0046_000000024619	0.9775800711743772		0	0	False	False	0.988304078578949	0					non-mobilizable	no_good_hit	815.0	75.46	58.0	0.0028367983479401057	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
ENG0056_000000007970	1347	0.6412910572739717	2	1	1	1	1	True	63592	fragment	False	ENG0056_000000007970	1.0		0	0	False	False	0.9992576241493225	0					non-mobilizable	other	1285.0	92.91799999999999	95.0	0.00047442591865266007	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0095_000000026347	1346	0.6412910572739717	1	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.2127058560454593		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	95.1	100.0	0.0004989267876910604	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
AST0024_000000027065	1337	0.6412910572739717	1	1	1	1	1	True	120742	fragment	False	AST0024_000000027065	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	94.831	99.0	0.0004948433095179936	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0097_000000023291	1329	0.6412910572739717	2	1	1	1	1	True	79021	fragment	False	ISR0097_000000023291	0.9794520547945206		0	0	False	False	0.9984951019287109	0					non-mobilizable	other	1334.0	86.882	99.0	0.002117467591735653	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
SPA0057_000000025148	1314	0.6412910572739717	2	1	1	1	1	True	79021	fragment	False	ISR0097_000000023291	0.9740406320541761		0	0	False	False	0.9992389678955078	0					non-mobilizable	other	1315.0	86.236	99.0	0.0020871496684176597	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
SPA0089_000000028673	1303	0.6412910572739717	1	1	1	1	1	True	76428	fragment	False	DEN0089_000000015080	0.9079513760072566		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	77.311	99.0	0.00048036552326802983	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0133_01_000000015958	1285	0.6412910572739717	1	1	1	1	1	True	13620	fragment	False	USA0133_01_000000015958	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	93.696	100.0	0.004587467353595839	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0048_000000020141	1264	0.6412910572739717	1	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.1475849731663685		0	0	False	False	0.9818037748336792	0					non-mobilizable	other	1264.0	94.77799999999999	100.0	0.00046885753932575093	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0113_01_000000014401	1247	0.6412910572739717	1	1	1	1	1	True	272	fragment	False	USA0113_01_000000014401	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	84.70100000000001	100.0	0.0002317089081001526	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ISR0233_000000015707	1231	0.6412910572739717	1	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.15064102564102563		0	0	False	False	0.9813160300254822	0					non-mobilizable	other	1231.0	88.95200000000001	100.0	0.00039975871473998134	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
FIJ0043_000000025051	1214	0.6412910572739717	1	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.1399834827748938		0	0	False	False	0.9884678721427917	0					non-mobilizable	other	1216.0	88.569	100.0	0.0003939085872072011	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0779_000000029265	1204	0.6412910572739717	1	1	1	1	1	True	60113	fragment	False	ISR0779_000000029265	0.968804920913884		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	95.01700000000001	100.0	0.0019196032500813796	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
DEN0047_000000003670	1197	0.6412910572739717	1	1	1	1	1	True	72634	fragment	False	DEN0047_000000003670	1.0		0	0	False	False	0.9991645812988281	0					non-mobilizable	other	1201.0	87.01100000000001	100.0	0.001908433488858961	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
MON0083_000000035039	1179	0.6412910572739717	1	1	1	1	1	True	79349	fragment	False	MON0083_000000035039	1.0		0	0	False	False	0.9991518259048462	0					non-mobilizable	other	1166.0	87.479	99.0	0.0004324774610566111	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
DEN0045_000000037298	1176	0.6412910572739717	1	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.342271254682402		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	89.21	100.0	0.000395965940852883	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
USA0078_01_000000015392	1164	0.6412910572739717	1	1	1	1	1	True	644	fragment	False	USA0078_01_000000015392	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	82.29299999999999	100.0	0.0018398192413498179	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
SPA0020_000000030735	1154	0.6412910572739717	1	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.21646293419778934		0	0	False	False	0.9870017170906067	0					non-mobilizable	other	1154.0	88.215	100.0	0.0004280227575950838	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
SPA0096_000000037828	1148	0.6412910572739717	1	1	1	1	1	True	5149	fragment	False	SPA0096_000000037828	1.0		0	0	False	False	0.9886759519577026	0					non-mobilizable	no_good_hit								True	True
ISR0797_000000009511	1147	0.6412910572739717	1	1	1	1	1	True	21928	fragment	False	ISR0797_000000009511	1.0		0	0	False	False	0.9773321747779846	0					non-mobilizable	other	1147.0	97.559	100.0	0.00042542418057585953	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0792_000000013961	1139	0.6412910572739717	1	1	1	1	1	True	79343	fragment	False	ENG0211_000000017395	0.21548238012709417		0	0	False	False	0.9956101775169373	0					non-mobilizable	other	1139.0	89.289	100.0	0.00042245437826817465	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ENG0105_000000020198	1138	0.6412910572739717	1	1	1	1	1	True	60113	fragment	False	ISR0779_000000029265	0.9431063122923589		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.12100000000001	100.0	0.00042208315297971404	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ENG0181_000000017719	1131	0.6412910572739717	1	1	1	1	1	True	55256	fragment	False	ENG0181_000000017719	1.0		0	0	False	False	0.9982316493988037	0					non-mobilizable	other	1110.0	88.649	99.0	0.0003604328574362921	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
MON0034_000000026421	1119	0.6412910572739717	1	1	1	1	1	True	12220	fragment	False	MON0034_000000026421	1.0		0	0	False	False	0.9928507804870605	0					non-mobilizable	other	1112.0	80.396	99.0	0.00020509495319387	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
MON0013_000000052159	1109	0.6412910572739717	1	1	1	1	1	True	13462	fragment	False	MON0013_000000052159	1.0		0	0	False	False	0.9990983009338379	0					non-mobilizable	other	1052.0	77.186	94.0	0.00034769387815726294	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
USA0027_01_000000011745	2339	0.6412883999919319	4	4	3	1	2	False	131356	maximal	True	USA0027_01_000000011745	1.0		1	1	False	False	0.9982898831367493	0					non-mobilizable	no_good_hit	2004.0	98.353	86.0	0.00028271681401439806	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
AST0150_000000010735	2586	0.6412796017626361	2	2	1	2	1	False	104158	maximal	True	AST0150_000000010735	1.0		2	1	False	False	0.9945862293243408	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000038287	1155	0.6412786315266553	2	2	2	1	1	True	71177	fragment	False	DEN0064_000000038287	1.0		0	0	False	False	0.9956709742546082	0					non-mobilizable	no_good_hit								True	True
ENG0111_000000004386	4998	0.6412711653613891	7	6	3	4	3	True	59761	fragment	False	ENG0111_000000004386	0.9148903299832708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	83.988	7.0	0.0069332882387756825	NZ_GG704772.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld3, whole genome shotgun sequence	True	True
SPA0099_000000001344	5894	0.6412685998771592	6	3	0	2	2	True	5011	maximal	True	SPA0099_000000001344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2653.0	94.195	80.0	0.018907699527127026	LN906635.1	firmicutes	Lactobacillus reuteri plasmid p53608_1, complete genome, strain ATCC 53608	True	True
ISR0191_000000000871	9270	0.6412665568963334	12	5	2	5	2	True	29160	fragment	False	ISR0191_000000000871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	89.17200000000001	2.0	0.13254035683942225	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	True
ISR0085_000000021446	1273	0.6412634164510185	2	2	2	2	2	False	33948	maximal	True	ISR0085_000000021446	1.0		1	1	False	False	0.9992144703865051	0					non-mobilizable	no_good_hit								True	False
DEN0016_000000009319	1168	0.6412626101926036	2	2	1	2	0	True	75304	fragment	False	DEN0016_000000009319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0008_000000021452	1429	0.6412622367764808	2	2	2	2	1	False	79411	fragment	False	MON0043_000000018490	0.8221998801974344		0	0	False	False	0.998600423336029	0					non-mobilizable	no_good_hit								True	False
ISR0016_000000019055	1189	0.6412615824368558	2	2	2	2	2	False	37889	maximal	True	ISR0016_000000019055	1.0		299	12	False	False	0.9991589784622192	0					non-mobilizable	other	1189.0	98.15	100.0	0.0076029080483309445	NZ_QSFS01000007.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf7, whole genome shotgun sequence	False	False
USA0020_01_000000003777	8942	0.6412588424639989	10	5	3	5	4	False	62211	maximal	True	USA0020_01_000000003777	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	94.521	36.0	0.0002221131266391633	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CHI0057_000000001309	9971	0.6412571664577772	8	7	6	3	4	False	104837	fragment	False	ISR0029_000000003091	0.7558964918397955		0	0	False	False	1.0	0					non-mobilizable	chromosome	7442.0	99.906	100.0	0.0012859155433485759	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
FIJ0127_000000007532	2536	0.64125633703801	3	2	2	2	2	False	41056	maximal	True	FIJ0127_000000007532	1.0		7	1	False	False	1.0	0					non-mobilizable	other	1533.0	92.694	100.0	0.0008047554785479243	CP016877.1	firmicutes	Streptococcus thermophilus strain KLDS 3.1003, complete genome	False	False
ISR0078_000000003217	5090	0.6412544600704986	5	4	4	2	1	True	85001	fragment	False	ISR0078_000000003217	0.981714209721391		0	0	False	False	0.995874285697937	0					non-mobilizable	other	5090.0	99.98	100.0	0.010609996622480933	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
SPA0058_000000026421	1131	0.6412444269139508	2	1	1	1	1	False	6283	fragment	False	SPA0058_000000026421	1.0		0	0	False	False	0.9973474740982056	0					non-mobilizable	other	1131.0	96.905	100.0	0.0033278458235534913	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
CHI0058_000000010352	2015	0.6412435238280392	5	4	3	4	1	False	85887	maximal	True	CHI0058_000000010352	1.0		12	6	False	False	0.9990074634552002	0					non-mobilizable	no_good_hit	240.0	94.167	12.0	6.653443296099106e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0012_000000017078	1401	0.6412428009490003	3	2	2	2	2	False	7998	fragment	False	SPA0012_000000017078	1.0		0	0	False	False	0.980728030204773	0					non-mobilizable	other	1296.0	99.92299999999999	93.0	0.007032959871397305	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0023_000000005589	5317	0.6412409669487705	4	2	1	2	1	True	49407	fragment	False	FIJ0023_000000005589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0031_000000005811	3956	0.6412409669487705	3	2	1	2	1	False	48614	fragment	False	FIJ0031_000000005811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000026213	1585	0.6412390546732284	2	2	2	2	2	False	15405	fragment	False	MAD0097_000000026213	1.0		0	0	False	False	0.9968454241752625	0					non-mobilizable	other	1564.0	73.082	98.0	0.0014745640097437813	NZ_JABXYR010000001.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig1, whole genome shotgun sequence	False	False
CHI0154_000000005838	4804	0.6412386202620254	5	4	4	4	3	False	93632	fragment	False	ISR0291_000000002415	0.9510145521623283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	79.16	26.0	0.06701141995259642	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
ISR0011_000000002103	11360	0.641238134590277	26	9	4	8	4	True	38275	maximal	True	ISR0011_000000002103	1.0		1	1	False	False	0.999383807182312	0					non-mobilizable	no_good_hit	138.0	77.536	1.0	0.001842025678387815	NZ_FNPV01000011.1	firmicutes	Tindallia californiensis strain APO, whole genome shotgun sequence	True	True
CHI0186_000000013193	1478	0.6412314512476727	3	2	2	1	1	False	77130	maximal	True	CHI0186_000000013193	1.0		2	2	False	False	0.9993234276771545	0					non-mobilizable	no_good_hit								True	False
ISR0316_000000019057	1178	0.6412278790015505	2	1	1	1	1	False	25185	fragment	False	ISR0316_000000019057	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	90.646	99.0	0.002302938604678581	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	False	False
CHI0141_000000009837	2809	0.641223174257463	4	3	3	3	2	False	104119	fragment	False	CHI0141_000000009837	0.9637994257750446		0	0	False	False	0.9996439814567566	0					non-mobilizable	no_good_hit	1383.0	84.88799999999999	71.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0181_000000007212	2809	0.641223174257463	4	3	3	3	2	False	104119	fragment	False	CHI0141_000000009837	0.9637994257750446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	84.88799999999999	71.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0170_000000015283	2993	0.6412218336161971	3	3	3	3	2	False	81028	maximal	True	ISR0170_000000015283	1.0		57	8	False	False	0.9969930052757263	0					non-mobilizable	chromosome	2993.0	99.866	100.0	0.001289518994761329	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
MON0092_000000029607	1876	0.641216014269551	3	3	3	3	2	False	9447	maximal	True	MON0092_000000029607	1.0		1	1	False	False	0.994669497013092	0					non-mobilizable	no_good_hit	970.0	74.742	51.0	0.0002671465307051891	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0001_000000022893	1900	0.641214040300793	2	2	2	1	1	False	110337	fragment	False	SPA0027_000000019345	0.9780475206611571		0	0	False	False	1.0	0					non-mobilizable	other	1900.0	97.105	100.0	0.016120269604930307	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0812_000000002882	11781	0.6412137875583964	6	4	3	4	3	False	126987	maximal	True	ISR0812_000000002882	1.0		60	5	False	False	0.9998302459716797	0					non-mobilizable	no_good_hit	2696.0	96.25399999999999	75.0	0.0008043855771990205	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
USA0084_01_000000001901	14620	0.6412083066828737	13	7	2	7	2	False	100971	fragment	False	USA0084_01_000000001901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.7293404528218455e-05	CP025121.1	mycoplasmas	Candidatus Phytoplasma ziziphi isolate Jwb-nky chromosome, complete genome	True	False
AUS0014_000000002821	11038	0.6412083066828737	13	7	2	7	2	False	100970	fragment	False	AUS0014_000000002821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.7293404528218455e-05	CP025121.1	mycoplasmas	Candidatus Phytoplasma ziziphi isolate Jwb-nky chromosome, complete genome	True	False
USA0007_01_000000005600	3163	0.6412053670825545	5	4	2	4	3	True	54706	maximal	True	USA0007_01_000000005600	1.0		18	4	False	False	0.9977869391441345	0					non-mobilizable	no_good_hit	2215.0	90.384	70.0	0.008009398080500071	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	True
FIJ0144_000000006634	4767	0.6412004373148354	5	5	5	5	4	False	113225	fragment	False	FIJ0144_000000006634	1.0		0	0	False	False	0.9974827170372009	0					non-mobilizable	chromosome	4767.0	99.83200000000001	100.0	0.0010043044327839863	CP050646.1	enterobacteria	Escherichia coli strain PapM-36-2 chromosome, complete genome	False	False
ENG0104_000000027445	1153	0.6412003882110079	1	1	1	1	1	False	60195	fragment	False	ENG0104_000000027445	1.0		0	0	False	False	0.9783174395561218	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.001478369125427949	NZ_AGDG01000017.1	CFB group bacteria	Bacteroides faecis MAJ27 contig017, whole genome shotgun sequence	True	False
MAD0061_000000004537	3549	0.6411963200924445	5	4	2	4	1	False	46888	maximal	True	MAD0061_000000004537	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	371.0	92.45299999999999	20.0	0.06956194773453657	KU547426.1	bacteria	Uncultured bacterium clone CZ_08E_000_Contig_3 genomic sequence	True	False
CHI0160_000000012545	2448	0.6411913327289174	2	2	2	2	1	True	101034	fragment	False	CHI0160_000000012545	1.0		0	0	False	False	0.9840686321258545	0					non-mobilizable	no_good_hit	2084.0	96.449	85.0	0.0004220972691585768	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ISR0785_000000011816	2892	0.6411878757798006	4	3	3	3	2	False	121354	maximal	True	ISR0785_000000011816	1.0		2	2	False	False	0.9930843710899353	0					non-mobilizable	chromosome	2090.0	99.139	99.0	0.0006584477842081591	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0034_000000022539	1550	0.6411844195080401	3	2	1	2	1	False	7146	maximal	True	SPA0034_000000022539	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	85.714	57.0	0.004633758886209025	NZ_KB903371.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_6.7, whole genome shotgun sequence	True	False
MAD0041_000000016353	2099	0.6411798486914131	3	3	3	2	2	False	18256	maximal	True	MAD0041_000000016353	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	71.73100000000001	38.0	0.00022117216187216756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0006_000000011755	3832	0.6411738734102189	7	5	3	5	5	True	124303	maximal	True	CAN0006_000000011755	1.0		46	7	False	False	1.0	0		MOBV			mobilizable	other	3833.0	95.33	100.0	0.001153746770804033	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0050_000000008718	2911	0.6411732589916376	3	2	2	2	1	False	119068	fragment	False	ISR0050_000000008718	1.0		0	0	False	False	0.9975953102111816	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001460285985481683	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
MON0098_000000016178	2043	0.6411732589916376	2	2	2	2	1	False	119063	fragment	False	MON0098_000000016178	1.0		0	0	False	False	0.9951052665710449	0					non-mobilizable	no_good_hit								True	False
ENG0071_000000000962	18934	0.6411729376608899	19	13	6	6	9	False	90672	maximal	True	ENG0071_000000000962	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	5120.0	91.895	80.0	0.0008898454116145946	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
DEN0005_000000013440	2578	0.6411718791457618	3	3	3	3	3	False	97214	maximal	True	DEN0005_000000013440	1.0		72	8	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	99.024	48.0	0.00023375342353152047	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0118_000000005833	5002	0.641170201974214	7	6	3	4	5	False	124391	maximal	False	SPA0108_000000005804	0.9903808402041617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4201.0	98.95299999999999	85.0	0.0012568524643734695	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
DEN0094_000000023920	1610	0.6411699159266232	3	2	2	2	2	False	85867	fragment	False	CHI0058_000000012808	0.9391496779980875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	75.252	30.0	0.00017352362382486438	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0131_000000012706	1461	0.6411695539507285	2	2	1	1	2	False	82326	fragment	False	FIJ0131_000000012706	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1461.0	99.863	100.0	0.006787793130381418	NZ_CP011600.1	enterobacteria	Phytobacter ursingii strain CAV1151 plasmid pCAV1151-215, complete sequence	False	True
FIJ0067_000000009520	3127	0.6411672752306452	2	1	1	1	1	False	82328	fragment	False	FIJ0055_000000004462	0.9549763033175356		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	3128.0	99.744	100.0	0.013288796528849055	CP056540.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00432 plasmid pRHBSTW-00432_2, complete sequence	False	True
FIJ0145_000000007443	1994	0.6411672752306452	1	1	1	1	1	False	78270	maximal	True	FIJ0145_000000007443	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	99.40799999999999	85.0	0.020117031546079682	CP034679.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_83kb, complete sequence	True	False
MON0077_000000029582	1508	0.6411672752306452	2	1	1	1	1	False	87465	fragment	False	MON0077_000000029582	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1508.0	99.735	100.0	0.015060812904128482	CP010345.1	enterobacteria	Escherichia coli ECC-1470 plasmid pECC-1470_100, complete sequence	False	True
CHI0042_000000008688	1325	0.6411672752306452	1	1	1	1	1	False	87463	fragment	False	CHI0042_000000008688	0.9799679487179487		0	0	False	False	0.998490571975708	0					non-mobilizable	plasmid	1325.0	100.0	100.0	0.010267227073219908	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
MON0087_000000041476	1248	0.6411672752306452	2	1	1	1	1	False	87463	fragment	False	CHI0042_000000008688	0.9520754716981132		0	0	False	False	0.9743589758872986	0					non-mobilizable	plasmid	1241.0	99.11399999999999	99.0	0.009418198389791889	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
CHI0165_000000013775	1248	0.6411672752306452	1	1	1	1	1	False	78266	fragment	False	ISR0199_000000024228	0.9563838223632039		0	0	False	False	0.9983974099159241	0					non-mobilizable	plasmid	1248.0	98.87799999999999	100.0	0.012748946959473276	CP050841.1	enterobacteria	Klebsiella pneumoniae strain Bckp101 plasmid pBckp101-1, complete sequence	False	True
CHI0113_000000006934	1203	0.6411672752306452	1	1	1	1	1	False	82325	fragment	False	CHI0113_000000006934	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1203.0	100.0	100.0	0.006178169781451099	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
FIJ0009_000000038512	1166	0.6411672752306452	1	1	1	1	1	False	51138	fragment	False	FIJ0009_000000038512	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1134.0	88.448	97.0	0.004634519803155731	CP048380.1	enterobacteria	Klebsiella variicola strain 118 plasmid p118_A, complete sequence	False	True
ISR0040_000000015859	1661	0.6411671610508132	3	2	2	2	1	False	115328	fragment	False	ENG0104_000000014764	0.5824966832126375		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	99.67399999999999	100.0	0.01908895327869872	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0042_000000009392	2974	0.6411600389548444	7	2	0	1	1	False	36372	fragment	False	ISR0042_000000009392	1.0		0	0	False	False	0.9983187913894653	0					non-mobilizable	no_good_hit								True	False
ISR0095_000000029579	1217	0.6411561062975243	1	1	1	1	1	False	33378	fragment	False	ISR0095_000000029579	1.0		0	0	False	False	0.9983566403388977	0					non-mobilizable	no_good_hit	191.0	77.487	19.0	4.430261222570097e-05	CP019860.1	firmicutes	Clostridioides difficile strain DSM 29632 chromosome, complete genome	True	False
TAN0005_000000012125	1514	0.6411548606667892	3	2	2	2	1	False	45692	maximal	True	TAN0005_000000012125	1.0		15	6	False	False	0.9900924563407898	0					non-mobilizable	no_good_hit								True	False
ISR0317_000000014249	1537	0.6411518016272328	4	3	1	1	2	False	25151	fragment	False	ISR0317_000000014249	1.0		0	0	False	False	0.9811320900917053	0					non-mobilizable	other	1538.0	92.523	100.0	0.04106435378520184	LT622836.1	firmicutes	Streptococcus salivarius integrative and conjugative element ICE_Ssa N20_rpsI, strain N20	False	False
MAD0042_000000013590	1754	0.6411484748602653	3	3	3	3	1	False	18115	maximal	True	MAD0042_000000013590	1.0		32	7	False	False	0.986316978931427	0					non-mobilizable	other	1761.0	87.166	100.0	0.20905840286054828	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
FIJ0126_000000010686	3323	0.6411451379275304	3	3	3	3	1	False	115900	fragment	False	FIJ0126_000000010686	0.8921108031445533		0	0	False	False	0.999699056148529	0					non-mobilizable	no_good_hit	1373.0	84.559	64.0	0.00046884719454245413	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0134_000000007293	2075	0.6411435414393865	3	3	3	3	2	False	80740	maximal	True	CHI0134_000000007293	0.9754854368932039		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	92.68	55.0	0.0002714768848392806	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0112_000000028612	1165	0.641142180912736	2	1	1	1	1	False	4512	fragment	False	SPA0112_000000028612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0058_000000014047	3212	0.6411374735172224	3	2	2	2	2	False	76141	maximal	True	MON0058_000000014047	1.0		118	13	False	False	0.9984433650970459	0					non-mobilizable	other	1793.0	81.484	96.0	0.001052471712976013	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0104_000000032409	1413	0.6411369347494755	3	2	1	2	1	False	85611	fragment	False	ENG0098_000000015056	0.8777540360458674		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	99.292	100.0	0.006729738102614208	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	False	False
FIJ0123_000000000099	87274	0.6411360842714824	139	41	17	28	23	True	90665	maximal	True	FIJ0123_000000000099	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	2083.0	83.43700000000001	3.0	0.0005731709349017779	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0043_000000008612	3047	0.641135518941084	5	2	2	2	2	False	82531	fragment	False	FIJ0043_000000008612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000005718	3732	0.6411266311221021	2	2	1	2	1	True	118410	fragment	False	ISR0804_000000004052	0.37885528617845543		0	0	False	False	0.9978563785552979	0					non-mobilizable	no_good_hit	1152.0	70.399	42.0	0.023700257748161188	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
CHI0138_000000011339	1250	0.6411236559772325	2	2	2	2	2	False	80409	fragment	False	MAD0077_000000009666	0.9726344425049824		0	0	False	False	0.9991999864578247	0					non-mobilizable	other	1250.0	98.72	100.0	0.0031491099793252986	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
CAN0001_000000009425	5009	0.6411220775493695	5	5	5	5	5	False	97438	maximal	True	CAN0001_000000009425	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1123.0	76.135	22.0	0.0002187939069128885	NZ_CP036313.1	d-proteobacteria	Desulfobacter hydrogenophilus strain AcRS1 chromosome	True	False
ISR0325_000000002358	6689	0.641120037679191	8	8	7	8	6	False	24884	maximal	True	ISR0325_000000002358	1.0		19	8	False	False	0.9997010231018066	0					non-mobilizable	no_good_hit	818.0	77.506	16.0	0.0002526118258421898	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0098_000000017466	1431	0.6411167565123056	2	2	2	2	1	False	60695	maximal	True	ENG0098_000000017466	1.0		20	9	False	False	0.9937106966972351	0					non-mobilizable	no_good_hit	1198.0	97.412	84.0	0.0003578527757207804	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0045_000000004257	6445	0.6410967319650799	16	7	2	5	4	True	6771	maximal	True	SPA0045_000000004257	1.0		3	1	False	False	0.9967416524887085	0					non-mobilizable	no_good_hit								True	True
MON0081_000000044379	1162	0.6410917007553423	2	1	1	1	1	False	9941	maximal	True	MON0081_000000044379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	99.415	88.0	0.002978958381771681	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ISR0102_000000011071	1481	0.6410881952854657	3	3	3	3	2	False	97008	fragment	False	ISR0102_000000011071	0.9552901023890785		0	0	False	False	1.0	0					non-mobilizable	other	1481.0	99.12200000000001	100.0	0.01038297752927228	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
CHI0140_000000006993	4298	0.6410873797655863	5	3	2	3	2	False	80276	maximal	True	CHI0140_000000006993	1.0		45	9	False	False	0.999069333076477	0					non-mobilizable	no_good_hit	466.0	77.89699999999999	11.0	0.00226067899345489	NZ_WBSM01000006.1	high GC Gram+	Bifidobacterium ramosum strain DSM 100688 Contig_6, whole genome shotgun sequence	True	False
CHI0028_000000011972	1244	0.6410872334328208	2	2	2	2	1	False	88643	maximal	True	CHI0028_000000011972	1.0		16	8	False	False	1.0	0					non-mobilizable	no_good_hit	1037.0	98.65	83.0	0.003684000910332271	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
AST0099_000000013338	1583	0.6410866491154473	2	2	2	2	2	False	108750	maximal	True	AST0099_000000013338	1.0		109	7	False	False	0.9993683099746704	0					non-mobilizable	other	1583.0	91.28200000000001	100.0	0.00044590402881764077	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0003_01_000000031503	1176	0.6410865826482431	1	1	1	1	1	False	2216	maximal	True	USA0003_01_000000031503	1.0		22	6	False	False	0.9991496801376343	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000014273	2462	0.6410865825933013	3	2	2	2	2	False	104610	maximal	True	ISR0295_000000014273	1.0		1	1	False	False	0.9991876482963562	0					non-mobilizable	no_good_hit	1689.0	90.29	80.0	0.001302213375635913	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
ISR0078_000000006250	2915	0.6410854972843326	5	4	3	4	4	False	77556	maximal	True	ISR0078_000000006250	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	88.56200000000001	21.0	0.000282624207742784	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0016_000000028321	1361	0.6410699654769364	2	2	2	2	1	False	93381	fragment	False	MON0088_000000019803	0.695900279903306		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	89.273	100.0	0.00037918286093468573	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0023_000000001614	14987	0.6410699145175444	12	4	4	2	1	True	112177	fragment	False	ISR0023_000000001614	0.9672028960224546		0	0	False	False	0.9998665452003479	0					non-mobilizable	no_good_hit	1388.0	82.421	9.0	0.00038979134500215554	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0054_000000004353	6845	0.6410600496686016	10	7	3	7	1	True	67682	fragment	False	MON0054_000000004353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0023698762397963663	XM_026085405.1	birds	PREDICTED: Apteryx rowi RAN binding protein 10 (RANBP10), transcript variant X9, mRNA	True	True
AST0024_000000013798	2465	0.641054890012135	4	3	3	3	3	False	121518	maximal	True	AST0024_000000013798	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	78.082	6.0	0.00031001984126984125	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
MON0071_000000005361	2226	0.6410503629960446	3	3	3	3	3	False	10421	maximal	True	MON0071_000000005361	1.0		48	7	False	False	0.9995507597923279	0					non-mobilizable	no_good_hit	87.0	81.609	4.0	3.487023912266478e-05	NZ_CADIKO010000001.1	b-proteobacteria	Achromobacter aegrifaciens strain LMG 26854 isolate LMG 26854, whole genome shotgun sequence	True	False
ISR0090_000000005939	4061	0.6410498908960106	5	5	5	5	5	False	33686	maximal	True	ISR0090_000000005939	1.0		5	1	False	False	0.9874415397644043	0					non-mobilizable	other	3907.0	78.756	96.0	0.01784033246848667	NZ_HF954532.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
ISR0029_000000022638	1932	0.6410461807523532	2	1	1	1	1	False	37111	maximal	True	ISR0029_000000022638	1.0		5	3	False	False	0.9937888383865356	0					non-mobilizable	no_good_hit	97.0	91.75299999999999	5.0	0.001013117201663645	NZ_JAAIPV010000013.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_13_length_93770_cov_101.413, whole genome shotgun sequence	True	False
MON0031_000000026827	1190	0.6410398267860119	2	2	2	2	2	False	12422	maximal	True	MON0031_000000026827	1.0		2	2	False	False	0.9495798349380493	0					non-mobilizable	other	1174.0	83.646	98.0	0.0021236070670140332	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	False	False
FIJ0016_000000007878	2288	0.6410330278712343	2	1	1	1	1	False	50232	maximal	True	FIJ0016_000000007878	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	82.47399999999999	29.0	0.0001783107081259756	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
FIJ0060_000000011391	1290	0.6410330278712343	2	1	1	1	1	False	45853	fragment	False	FIJ0060_000000011391	1.0		0	0	False	False	0.9992247819900513	0					non-mobilizable	no_good_hit	679.0	78.645	51.0	0.0015549305118831246	NZ_CABJAT010000005.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ENG0071_000000011081	1850	0.6410239753942234	3	3	3	2	2	False	62286	maximal	True	ENG0071_000000011081	1.0		642	14	False	False	0.9951351284980774	0					non-mobilizable	other	1850.0	99.78399999999999	100.0	0.008937029947992189	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0078_000000007847	1337	0.6410164143688432	2	2	1	2	1	False	64570	maximal	False	ENG0043_000000024243	0.9545454545454546		0	0	False	False	0.963350772857666	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000006369	6202	0.6410149280387691	8	3	3	3	2	False	30435	maximal	True	SPA0047_000000006369	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	1.0	0.0004258162089142421	NZ_KB894653.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00011.11, whole genome shotgun sequence	True	False
FIJ0141_000000024183	1245	0.6410143248171957	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.5717672638715587		0	0	False	False	0.9815260767936707	0					non-mobilizable	other	1077.0	98.79299999999999	95.0	0.009633290359547343	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AUS0020_000000022120	1144	0.6410133124383617	2	2	2	1	1	False	99432	fragment	False	ENG0178_000000018581	0.9512096774193548		0	0	False	False	0.9790209531784058	0					non-mobilizable	no_good_hit	59.0	100.0	5.0	8.940014812679716e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0092_000000030340	1832	0.641007775842443	3	3	2	3	2	False	34715	maximal	False	ISR0074_000000015285	0.9536798764796706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	80.0	5.0	1.605728931288731e-05	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	False
ISR0291_000000003619	3568	0.6410075376463822	4	3	3	3	2	False	82677	fragment	False	ISR0778_000000003360	0.9807121661721069		0	0	False	False	0.996076226234436	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	0.00027681905457458214	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	True	False
ENG0204_000000019661	1392	0.6410059786108901	3	3	3	2	1	False	75159	maximal	True	ENG0204_000000019661	1.0		5	3	False	False	0.9992815852165222	0					non-mobilizable	chromosome	1392.0	100.0	100.0	0.00026075428660551534	CP026235.1	enterobacteria	Citrobacter freundii complex sp. CFNIH3 chromosome, complete genome	False	False
SPA0129_000000007463	3771	0.640995302543078	5	3	3	2	2	False	3845	maximal	True	SPA0129_000000007463	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	836.0	71.053	22.0	0.005282168796364625	NZ_AGUF01000021.1	b-proteobacteria	Achromobacter arsenitoxydans SY8 Contig00022, whole genome shotgun sequence	True	False
MON0069_000000013712	3368	0.6409941238058583	3	3	3	1	1	True	24391	maximal	True	MON0069_000000013712	1.0		46	10	False	False	1.0	0					non-mobilizable	no_good_hit	2438.0	77.153	71.0	0.000447039997796439	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
USA0048_01_000000002401	5908	0.6409863547818082	6	5	4	5	4	False	1133	maximal	True	USA0048_01_000000002401	1.0		8	3	False	False	0.9971225261688232	0					non-mobilizable	no_good_hit								True	False
ISR0791_000000012627	1459	0.6409794788039596	1	1	1	1	1	False	94579	fragment	False	MON0106_000000027133	0.8711175084683354		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	99.178	100.0	0.0004358808245621535	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0005_000000037791	1445	0.6409794788039596	1	1	1	1	1	False	105428	fragment	False	MON0005_000000037791	0.997876823816333		0	0	False	False	0.9993079304695129	0					non-mobilizable	other	1445.0	99.86200000000001	100.0	0.00719847655510025	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
AST0140_000000020530	1409	0.6409794788039596	1	1	1	1	1	False	105428	fragment	False	MON0005_000000037791	0.9818666614718911		0	0	False	False	0.9950319528579712	0					non-mobilizable	other	1409.0	99.645	100.0	0.0003284890530089877	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0159_000000005826	2498	0.6409657562502851	2	2	1	2	2	False	131928	fragment	False	AST0002_000000013776	0.9692108831601858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2138.0	81.197	85.0	0.10646886668685034	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
USA0058_01_000000008303	2331	0.6409607212791395	4	1	1	1	1	False	68280	fragment	False	USA0058_01_000000008303	1.0		0	0	False	False	0.9974259734153748	0					non-mobilizable	no_good_hit								True	False
ISR0023_000000004953	5455	0.6409546651374434	8	6	6	6	5	False	63567	fragment	False	ISR0023_000000004953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1887.0	96.82	83.0	0.024268719744566895	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
USA0039_01_000000002267	10431	0.6409486995566767	15	9	6	6	6	True	71096	fragment	False	USA0039_01_000000002267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	88.6	32.0	0.00294493774988882	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
DEN0023_000000002875	2201	0.6409364041672373	2	2	2	2	2	False	120666	maximal	False	DEN0018_000000016379	0.7026431359791803		0	0	False	False	0.9995456337928772	0					non-mobilizable	no_good_hit								True	False
MON0045_000000003243	7688	0.6409325493887427	10	4	2	1	3	False	11581	fragment	False	MON0045_000000003243	0.977367360644728		0	0	False	False	0.9932361841201782	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.00036588771098722283	LN593855.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001023	True	False
ENG0106_000000017019	1229	0.6409250092227132	2	2	2	2	2	False	60049	maximal	True	ENG0106_000000017019	1.0		7	4	False	False	0.9991863369941711	0					non-mobilizable	other	1158.0	75.389	93.0	0.0048034952913937725	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	False	False
SPA0072_000000006633	3121	0.6409249434656047	2	2	2	2	2	False	5893	fragment	False	SPA0072_000000006633	1.0		0	0	False	False	0.9919897317886353	0					non-mobilizable	other	3121.0	99.96799999999999	100.0	0.005596061233823886	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0344_000000028558	1240	0.6409156317362764	3	3	3	1	1	False	24235	maximal	True	ISR0344_000000028558	1.0		0	0	False	False	0.9983870983123779	0					non-mobilizable	no_good_hit	431.0	97.21600000000001	35.0	0.0030511168506797606	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0098_000000037522	1224	0.6409153164156361	2	2	2	2	2	False	15262	fragment	False	MAD0098_000000037522	1.0		0	0	False	False	0.983660101890564	0					non-mobilizable	no_good_hit	54.0	88.889	4.0	1.520371980519732e-05	CP041332.1	g-proteobacteria	Vibrio sp. Scap24 chromosome 1	True	False
SPA0109_000000014012	2249	0.6409106946915547	3	3	3	3	3	False	61887	fragment	False	SPA0109_000000014012	0.9567875425685258		0	0	False	False	0.9995553493499756	0					non-mobilizable	no_good_hit	582.0	79.725	26.0	0.0006004653606545072	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0178_000000001849	7354	0.6409047763430289	12	11	2	8	11	True	29722	maximal	True	ISR0178_000000001849	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	7161.0	98.53399999999999	100.0	0.0959818735168327	CP057501.1	enterobacteria	Escherichia coli strain RHB24-C09 plasmid pRHB24-C09_2, complete sequence	False	True
FIJ0163_000000006194	3958	0.6409044555069101	7	7	6	6	6	False	39178	maximal	True	FIJ0163_000000006194	1.0		5	3	False	False	0.9946942925453186	0					non-mobilizable	other	3939.0	99.645	99.0	0.0008040861789265307	CP010376.2	enterobacteria	Enterobacter hormaechei subsp. steigerwaltii strain 34977, complete genome	False	False
DEN0028_000000013698	2159	0.6409015050718779	4	3	2	3	2	False	74022	fragment	False	DEN0028_000000013698	0.9937469937469937		0	0	False	False	0.9911996126174927	0					non-mobilizable	no_good_hit	1458.0	97.051	67.0	0.005635353120373313	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
FIJ0054_000000004095	5810	0.6409006309797917	6	5	4	4	4	True	110081	fragment	False	FIJ0054_000000004095	1.0		0	0	False	False	0.9998278617858887	0					non-mobilizable	no_good_hit	5063.0	86.885	87.0	0.0009373372549121796	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
CHI0078_000000004387	3748	0.6408977273875852	4	3	3	3	3	False	122061	maximal	True	CHI0078_000000004387	1.0		6	2	False	False	0.9983991384506226	0					non-mobilizable	no_good_hit	1341.0	92.69200000000001	36.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0078_000000017308	1891	0.6408956542180622	2	1	1	1	1	False	94024	fragment	False	DEN0078_000000017308	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000007979	4684	0.6408938527705439	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.3908313857120988		0	0	False	False	1.0	0					non-mobilizable	chromosome	4682.0	97.992	99.0	0.0020659168317251355	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0052_000000022294	1476	0.6408935925927134	2	2	2	2	2	False	83531	fragment	False	USA0075_01_000000016243	0.9697964543663822		0	0	False	False	0.9783197641372681	0					non-mobilizable	other	1439.0	99.931	97.0	0.0003098034923772829	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
SPA0107_000000012336	2599	0.64089327543978	3	3	3	3	3	False	70975	maximal	True	SPA0107_000000012336	1.0		133	12	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	78.169	22.0	0.00015715395858797448	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0047_000000014805	2020	0.6408926543882111	3	3	3	3	3	False	86189	fragment	False	ISR0047_000000014805	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2020.0	92.921	100.0	0.0006501160507109858	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0045_000000006038	4095	0.6408859871247251	5	5	5	5	4	False	61120	maximal	True	ISR0045_000000006038	0.9976403378042722		46	7	False	False	1.0	0					non-mobilizable	other	4137.0	75.514	99.0	0.1462137245758152	NZ_FUWW01000020.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ISR0246_000000004477	4026	0.6408859871247251	5	5	5	5	4	False	61120	maximal	False	ISR0045_000000006038	0.9892551892551893		0	0	False	False	0.996770977973938	0					non-mobilizable	other	4026.0	75.683	98.0	0.1422319474835886	NZ_FUWW01000020.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ISR0343_000000016611	1169	0.6408795678122379	2	2	2	2	2	False	24298	maximal	True	ISR0343_000000016611	1.0		237	9	False	False	0.9982891082763672	0					non-mobilizable	other	1169.0	100.0	100.0	0.010276533781465286	NZ_QRML01000013.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf13, whole genome shotgun sequence	False	False
ISR0009_000000021875	1539	0.6408734178134974	3	2	2	2	1	False	108207	fragment	False	ENG0175_000000014789	0.48734193543950355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	75.0	13.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ENG0130_000000008726	3460	0.6408719296043243	3	3	3	3	3	False	86998	maximal	True	ENG0130_000000008726	0.9774832321941871		959	15	False	False	1.0	0					non-mobilizable	other	3461.0	98.324	100.0	0.04624555588227432	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0069_000000008136	2877	0.6408707117702682	4	3	3	2	3	False	47390	fragment	False	FIJ0069_000000008136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2543.0	84.23100000000001	88.0	0.0007842788336800006	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0779_000000006401	5001	0.6408647067937127	5	5	4	5	3	False	113793	maximal	True	ISR0779_000000006401	0.9957238214434709		10	6	False	False	0.9980003833770752	0					non-mobilizable	no_good_hit	198.0	76.263	4.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0112_000000019853	1676	0.6408644068845817	2	2	2	2	2	False	5772	fragment	False	SPA0112_000000019853	0.9993506493506494		0	0	False	False	0.9934367537498474	0					non-mobilizable	other	1676.0	99.881	100.0	0.0006732951062499874	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
AST0016_000000004521	5702	0.6408613202504064	5	5	3	5	3	False	123854	maximal	True	AST0016_000000004521	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	74.225	26.0	0.00912742322999517	NZ_KB291618.1	firmicutes	Clostridium celatum DSM 1785 Scfld25, whole genome shotgun sequence	True	False
SPA0096_000000006799	5052	0.6408584602256807	5	5	2	5	2	True	92955	fragment	False	SPA0096_000000006799	1.0		0	0	False	False	0.9948534965515137	0					non-mobilizable	no_good_hit								True	True
ISR0018_000000008007	2699	0.6408565004271151	5	2	1	2	2	True	128840	maximal	True	ISR0018_000000008007	1.0		103	7	False	False	0.9877732396125793	0					non-mobilizable	other	2700.0	94.667	100.0	0.014102908560260037	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0816_000000018057	2199	0.6408565004271151	3	2	1	2	2	True	123983	maximal	True	ISR0816_000000018057	1.0		503	13	False	False	1.0	0					non-mobilizable	other	2199.0	99.90899999999999	100.0	0.01708139697539595	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	True
ENG0202_000000010495	2057	0.6408565004271151	3	2	1	2	2	True	128838	fragment	False	ENG0202_000000010495	0.9253142832930572		0	0	False	False	1.0	0					non-mobilizable	other	2058.0	94.169	100.0	0.0106996665244259	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0288_000000014730	2050	0.6408565004271151	2	2	1	2	2	True	128838	fragment	False	ENG0202_000000010495	0.9187877850604618		0	0	False	False	1.0	0					non-mobilizable	other	2051.0	95.07600000000001	99.0	0.010683861994847723	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0330_000000014951	2013	0.6408565004271151	3	2	1	2	2	True	117187	maximal	True	ISR0330_000000014951	0.9621761658031088		150	9	False	False	1.0	0					non-mobilizable	other	2041.0	90.544	100.0	0.010086555221042624	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0333_000000011890	1930	0.6408565004271151	2	2	1	2	2	True	117187	maximal	False	ISR0330_000000014951	0.936661698956781		0	0	False	False	1.0	0					non-mobilizable	other	1930.0	100.0	100.0	0.006126357310500557	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0136_000000004470	1895	0.6408565004271151	2	2	1	2	2	True	128838	fragment	False	ENG0202_000000010495	0.678301042247175		0	0	False	False	0.9963060617446899	0					non-mobilizable	other	1850.0	99.514	98.0	0.009740858396683157	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ENG0128_000000015319	1858	0.6408565004271151	2	2	1	2	2	True	123982	fragment	False	ENG0018_000000011151	0.6266948406409579		0	0	False	False	1.0	0					non-mobilizable	other	1868.0	80.24600000000001	99.0	0.005840524154489645	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0034_000000011371	1849	0.6408565004271151	2	2	1	2	2	True	127699	backbone	False	ENG0064_000000012060	0.4732090028837022	PS1022	0	0	False	True	0.9951325058937073	0					non-mobilizable	other	1850.0	94.649	100.0	0.009670279067090178	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0043_000000016621	1584	0.6408565004271151	2	2	1	2	2	True	101364	fragment	False	MAD0043_000000016621	1.0		0	0	False	False	0.9930555820465088	0					non-mobilizable	no_good_hit	1283.0	90.959	81.0	0.0003493674208045839	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
FIJ0092_000000009268	3370	0.640854695434263	5	4	1	1	4	True	74248	fragment	False	FIJ0092_000000009268	0.9742229423996904		0	0	False	False	1.0	0					non-mobilizable	other	3293.0	94.169	98.0	0.05426599749058971	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
FIJ0040_000000021768	1153	0.6408492617595618	2	2	2	1	1	False	47439	fragment	False	FIJ0040_000000021768	1.0		0	0	False	False	0.9982653856277466	0					non-mobilizable	chromosome	1153.0	99.306	100.0	0.00021917107672357505	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
ISR0328_000000004406	5683	0.6408460842460678	8	3	2	3	3	False	131898	maximal	True	ISR0328_000000004406	1.0		18	9	False	False	0.999824047088623	0					non-mobilizable	other	2973.0	98.991	99.0	0.0007172593549009907	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0096_000000018948	1930	0.6408430682749523	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.10374188332962513		0	0	False	False	1.0	0					non-mobilizable	other	1857.0	94.13	96.0	0.030089795918367346	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0081_000000015374	3675	0.6408427237575166	4	2	1	2	1	False	95393	maximal	False	CAN0011_000000008217	0.6296436866156186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	85.714	17.0	9.94853180466929e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0062_000000011465	3484	0.6408427237575166	3	2	1	2	1	False	95393	maximal	False	CAN0011_000000008217	0.7625572239285131		0	0	False	False	0.9997129440307617	0					non-mobilizable	no_good_hit	506.0	86.759	14.0	0.9195612431444241	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	False
MAD0083_000000000277	14661	0.6408419377213821	24	5	2	5	4	False	42019	maximal	True	MAD0083_000000000277	1.0		1	1	False	False	0.999931812286377	0					non-mobilizable	no_good_hit	148.0	83.10799999999999	1.0	0.004381988516168027	NZ_JADU01000030.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00026.26_C, whole genome shotgun sequence	True	False
MON0054_000000022302	2108	0.6408318592681609	3	3	3	3	3	False	87335	fragment	False	MON0054_000000022302	0.987723003598971		0	0	False	False	0.9796015024185181	0					non-mobilizable	other	2108.0	99.52600000000001	100.0	0.010393851496675151	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0060_000000005503	4615	0.6408311896612716	10	4	3	3	3	True	112138	fragment	False	ENG0060_000000005503	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2154.0	98.28200000000001	96.0	0.012395313741979334	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
DEN0053_000000006725	1712	0.6408279809433373	2	2	1	2	0	False	72124	maximal	True	DEN0053_000000006725	1.0		0	0	False	False	0.9889018535614014	0					non-mobilizable	no_good_hit	902.0	95.898	53.0	0.0017351885809906034	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
SPA0039_000000001895	11420	0.6408224339280043	13	10	7	6	7	True	105465	fragment	False	MON0108_000000000954	0.2885514309852975		0	0	False	True	1.0	0					non-mobilizable	chromosome	10881.0	100.0	95.0	0.0020518066081750917	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0114_000000000566	27804	0.6408189959267996	31	9	5	7	6	False	33321	maximal	True	ISR0114_000000000566	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6382.0	99.12299999999999	59.0	0.3042399961844804	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
FIJ0113_000000010466	2409	0.6408188565200529	4	3	1	1	2	True	96844	fragment	False	FIJ0113_000000010466	0.9804016884614531		0	0	False	False	0.9995849132537842	0					non-mobilizable	no_good_hit	577.0	81.80199999999999	45.0	0.0002278137669916045	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
SPA0092_000000019472	2269	0.6408188565200529	3	3	1	1	2	True	96844	fragment	False	FIJ0113_000000010466	0.9439818642146737		0	0	False	False	0.9995592832565308	0					non-mobilizable	no_good_hit	743.0	83.984	33.0	0.00020628458085395136	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0279_000000009492	2243	0.6408188565200529	5	3	1	1	2	True	96844	fragment	False	FIJ0113_000000010466	0.9523551043803162		0	0	False	False	0.9995541572570801	0					non-mobilizable	no_good_hit	577.0	81.80199999999999	49.0	0.0002278137669916045	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MON0066_000000001035	15670	0.6408162398189792	16	13	7	13	7	True	97883	fragment	False	MON0066_000000001035	0.9660583806837695		0	0	False	False	0.9959796071052551	0					non-mobilizable	no_good_hit	413.0	99.516	3.0	0.020496492711805384	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
FIJ0168_000000019908	1204	0.6408094359404239	2	2	2	2	1	False	40003	fragment	False	FIJ0168_000000019908	0.9863945578231292		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	97.92399999999999	100.0	0.00023544281352400742	CP035207.1	enterobacteria	Klebsiella quasipneumoniae strain TH114 chromosome, complete genome	False	False
SPA0028_000000015901	1958	0.6408089901698066	3	3	3	3	3	False	70154	fragment	False	FIJ0114_000000020799	0.9417753378779352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	74.936	20.0	0.0007005714035510213	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0084_000000006661	3498	0.6408039254829777	5	4	4	3	3	False	105792	maximal	True	ISR0084_000000006661	1.0		7	3	False	False	0.9962835907936096	0					non-mobilizable	no_good_hit	2678.0	99.477	77.0	0.0009096416922393666	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0073_000000003013	3016	0.6407994297754622	3	3	3	3	2	False	84806	maximal	True	CHI0073_000000003013	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	78.852	34.0	0.1407246573483512	NZ_QSGP01000025.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf25, whole genome shotgun sequence	True	False
CHI0103_000000000199	11616	0.6407964178527152	12	6	5	5	4	False	83917	maximal	False	CHI0089_000000000402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	80.77600000000001	14.0	0.0034209882077646256	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0084_000000022291	1268	0.6407947420604186	1	1	1	1	1	False	110552	fragment	False	ISR0261_000000013796	0.6409857328145266		0	0	False	False	0.9739747643470764	0					non-mobilizable	other	1268.0	100.0	100.0	0.00556644143154639	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
FIJ0113_000000023505	1118	0.6407895238111064	2	2	2	2	2	False	41902	fragment	False	FIJ0113_000000023505	0.9837476099426385		0	0	False	False	0.9991055727005005	0					non-mobilizable	other	1118.0	99.28399999999999	100.0	0.002391596653049339	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
SPA0140_000000010568	2063	0.6407879611929254	3	3	3	3	2	False	62768	maximal	True	SPA0140_000000010568	1.0		163	12	False	False	1.0	0					non-mobilizable	other	2063.0	99.90299999999999	100.0	0.01822246966603922	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0044_01_000000020861	1291	0.6407874800394897	2	2	2	2	2	False	25704	fragment	False	USA0044_01_000000020861	1.0		0	0	False	False	0.9837335348129272	0					non-mobilizable	other	1284.0	98.36399999999999	99.0	0.024209374292399426	NZ_QSFS01000021.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf21, whole genome shotgun sequence	False	False
DEN0014_000000003532	1134	0.6407801514350516	2	1	1	1	1	True	75388	fragment	False	DEN0014_000000003532	1.0		0	0	False	False	0.998236358165741	0					non-mobilizable	no_good_hit	345.0	99.13	30.0	0.5584415584415584	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ISR0387_000000018757	1275	0.6407750021041698	2	1	1	1	1	False	22963	fragment	False	ISR0387_000000018757	1.0		0	0	False	False	0.9725490212440491	0					non-mobilizable	no_good_hit								True	False
ISR0135_000000007966	2390	0.6407705060522382	3	2	0	1	2	False	31426	maximal	True	ISR0135_000000007966	1.0		5	2	True	True	1.0	58					non-mobilizable	plasmid	2359.0	99.618	100.0	0.8314527503526093	CP005932.1	enterobacteria	Escherichia coli APEC IMT5155 plasmid p25155, complete sequence	False	True
ISR0106_000000010175	2422	0.6407694044885086	3	3	3	2	2	False	131876	maximal	True	ISR0106_000000010175	1.0		65	8	False	False	1.0	0					non-mobilizable	other	2422.0	99.381	100.0	0.14034782608695653	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0109_000000022531	1496	0.6407685946225145	2	2	2	2	2	False	92359	fragment	False	ETH0004_000000018317	0.9672578375669629		0	0	False	False	0.9792780876159668	0					non-mobilizable	no_good_hit	719.0	78.303	47.0	0.00016031615161418182	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0140_000000018524	1557	0.6407681897061879	4	4	4	2	2	False	105476	fragment	False	MON0066_000000019868	0.8668003898529206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.211	85.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
USA0108_01_000000006685	1539	0.6407681897061879	4	4	4	2	2	False	105476	fragment	False	MON0066_000000019868	0.8663833541795914		0	0	False	False	0.9857050180435181	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	84.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0102_000000012707	2807	0.6407656910928872	4	4	4	3	3	False	105079	fragment	False	ISR0392_000000011430	0.9870889480462282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	64.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0106_000000007644	2760	0.6407656910928872	4	4	4	3	3	False	105079	fragment	False	ISR0392_000000011430	0.9793344004218472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	63.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0063_000000011783	2705	0.6407656910928872	4	4	4	3	3	False	105079	fragment	False	ISR0392_000000011430	0.9696806612114687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	62.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0038_000000029961	1178	0.640761762769232	2	2	2	2	2	False	11971	maximal	True	MON0038_000000029961	1.0		122	10	False	False	0.9651952385902405	0					non-mobilizable	no_good_hit	513.0	77.388	43.0	0.010567181531307092	NZ_CABMGA010000018.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0074_000000019588	1524	0.6407542769095494	2	2	1	2	1	False	44627	maximal	True	FIJ0074_000000019588	1.0		27	7	False	False	0.9927821755409241	0					non-mobilizable	no_good_hit	1042.0	97.79299999999999	68.0	0.010521199355968933	NZ_JAANXY010000008.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_8, whole genome shotgun sequence	True	False
CHI0009_000000006060	1299	0.6407522143896563	3	3	3	3	1	True	128159	fragment	False	MAD0102_000000004786	0.12951375499699144		0	0	False	False	0.9668976068496704	0					non-mobilizable	other	1281.0	99.61	99.0	0.02353114199573498	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
ENG0012_000000006830	3515	0.6407483412423582	7	3	3	3	3	True	67085	fragment	False	ENG0012_000000006830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0155_000000008244	2722	0.6407401207625023	4	4	3	4	3	False	127463	maximal	True	ENG0155_000000008244	1.0	PS1007	3	3	False	True	0.9944893717765808	0					non-mobilizable	plasmid	2461.0	98.29299999999999	96.0	0.03775213029878115	CP043526.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 plasmid pSD96_02, complete sequence	False	True
USA0003_01_000000027789	1348	0.6407344993718899	2	2	2	2	1	True	2224	fragment	False	USA0003_01_000000027789	1.0		0	0	False	False	0.9992581605911255	0					non-mobilizable	other	1348.0	99.036	100.0	0.00444890692965971	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
DEN0061_000000029675	1472	0.6407297957943177	3	2	2	2	1	False	71824	fragment	False	DEN0061_000000029675	1.0		0	0	False	False	0.985733687877655	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000019719	1887	0.6407262204323175	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.34518851573600695		0	0	False	True	0.997880220413208	0					non-mobilizable	other	1888.0	93.485	100.0	0.0005867314082984851	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0022_000000004393	2804	0.6407234711945037	4	4	4	4	3	False	90633	fragment	False	CHI0109_000000006175	0.9782573086067634		0	0	False	False	0.9996433854103088	0					non-mobilizable	other	2727.0	99.963	97.0	0.004349824156044756	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0123_000000006104	1328	0.6407199037904598	2	2	2	2	1	True	25229	maximal	False	ISR0315_000000007037	0.9537237888647867		0	0	False	False	0.9924699068069458	0					non-mobilizable	other	1328.0	100.0	100.0	0.0024303584183439863	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0294_000000004575	4153	0.6407179232356408	6	3	1	2	2	False	25782	fragment	False	ISR0294_000000004575	1.0		0	0	False	False	0.9756802320480347	0					non-mobilizable	no_good_hit	128.0	100.0	3.0	2.8915046001106058e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
SPA0132_000000031803	1302	0.6407170511656337	2	1	1	1	1	False	125788	fragment	False	ISR0170_000000035754	0.9102350779133784		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	98.465	100.0	0.00045449368844160715	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
DEN0064_000000011409	3284	0.6407169119078477	5	2	2	2	2	True	79099	fragment	False	DEN0064_000000011409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	2.0	1.8703990644066996e-05	NZ_MDTU01000001.1	g-proteobacteria	Piscirickettsia litoralis strain Y2 scaffold00001, whole genome shotgun sequence	True	True
SPA0115_000000009664	2708	0.6407169119078477	3	2	2	2	2	True	79096	fragment	False	SPA0115_000000009664	1.0		0	0	False	False	0.9996307492256165	0					non-mobilizable	no_good_hit	75.0	89.333	3.0	2.3954233631875275e-05	NZ_MDTU01000001.1	g-proteobacteria	Piscirickettsia litoralis strain Y2 scaffold00001, whole genome shotgun sequence	True	True
ENG0091_000000007354	3170	0.6407167033545156	3	3	3	3	2	False	79989	maximal	True	ENG0091_000000007354	1.0		9	4	False	False	0.9911671876907349	0					non-mobilizable	no_good_hit	1968.0	95.78299999999999	62.0	0.0008777813329334899	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0385_000000002953	6268	0.6407137443466644	6	4	4	3	2	False	65187	maximal	True	ISR0385_000000002953	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	75.71	17.0	0.0004442767343114265	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
ENG0044_000000010373	1576	0.6407088883220358	3	3	3	1	1	False	64502	maximal	True	ENG0044_000000010373	1.0		6	3	False	False	0.9980964660644531	0					non-mobilizable	no_good_hit	1132.0	80.742	71.0	0.06982715430861723	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0046_000000017772	1501	0.6407075764688867	2	2	2	2	1	False	18838	fragment	False	MAD0046_000000017772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	84.10799999999999	58.0	0.006952679127460097	NZ_CP036176.1	enterobacteria	Klebsiella huaxiensis strain WCHKl090001 plasmid p1_090001, complete sequence	True	False
MAD0102_000000014490	1482	0.6407075764688867	2	2	2	2	1	False	18838	fragment	False	MAD0046_000000017772	0.9936708860759493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	84.645	57.0	0.006696752288412486	NZ_CP036176.1	enterobacteria	Klebsiella huaxiensis strain WCHKl090001 plasmid p1_090001, complete sequence	True	False
MAD0033_000000017837	1193	0.6407075764688867	2	2	2	2	1	False	18837	fragment	False	MAD0033_000000017837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	96.301	67.0	0.005474872433442064	CP024272.1	enterobacteria	Escherichia coli strain F8111-1SC3 plasmid unnamed3, complete sequence	True	False
FIJ0002_000000033308	1174	0.6407074122076797	2	2	2	2	1	False	64011	fragment	False	FIJ0002_000000033308	1.0		0	0	False	False	0.991482138633728	0					non-mobilizable	no_good_hit	1059.0	75.449	89.0	0.00035424596192181693	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ENG0051_000000027213	1112	0.6407074122076797	2	2	2	2	1	False	64011	fragment	False	FIJ0002_000000033308	0.973594548551959		0	0	False	False	0.9811151027679443	0					non-mobilizable	no_good_hit	1002.0	75.34899999999999	89.0	0.0003350419213916894	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
MAD0041_000000012078	2687	0.6407000043956486	3	3	3	3	3	False	57160	fragment	False	MAD0041_000000012078	0.9878025750590119		0	0	False	False	1.0	0					non-mobilizable	other	2687.0	99.814	100.0	0.000581267895466132	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
FIJ0020_000000005361	4297	0.6406954734841986	9	8	2	3	6	False	49813	maximal	True	FIJ0020_000000005361	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1978.0	95.75299999999999	99.0	0.00041082497815867207	LR882050.1	enterobacteria	Escherichia coli isolate 2016-02-324 genome assembly, chromosome: 1	False	False
FIJ0089_000000000952	18032	0.6406926487186988	14	7	6	7	5	True	51351	fragment	False	FIJ0089_000000000952	0.9989042675893887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	85.257	6.0	0.008924080273359582	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0079_000000001497	17340	0.6406926487186988	14	7	6	7	5	True	51351	fragment	False	FIJ0089_000000000952	0.979730479148181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	85.257	6.0	0.008924080273359582	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MON0050_000000015328	2329	0.6406744863887284	3	3	3	2	2	False	82318	fragment	False	MON0050_000000015328	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2329.0	99.65700000000001	100.0	0.0005037943636057913	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
ENG0207_000000003177	5126	0.6406716983386385	4	4	3	4	2	False	53906	maximal	True	ENG0207_000000003177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	75.172	3.0	2.3452846084875357e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0353_000000022038	1675	0.640671329353395	3	2	2	2	2	False	24019	fragment	False	ISR0353_000000022038	1.0		0	0	False	False	0.997611939907074	0					non-mobilizable	no_good_hit	283.0	73.852	16.0	0.002168150346191889	NZ_JXLC01000009.1	firmicutes	Enterococcus silesiacus strain DSM 22801 Scaffold9, whole genome shotgun sequence	True	False
MON0041_000000001622	13920	0.6406684867829958	13	7	5	5	2	True	11840	fragment	False	MON0041_000000001622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0127_000000017939	1444	0.6406649397891818	2	2	2	2	2	False	86188	fragment	False	ISR0127_000000017939	0.9755721554579262		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	96.676	100.0	0.00043445966675769343	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0038_000000000708	29909	0.6406511500995189	48	15	10	15	11	False	73710	maximal	True	SPA0038_000000000708	1.0		1	1	False	False	0.999966561794281	0					non-mobilizable	no_good_hit	1581.0	80.455	5.0	0.01329281542849382	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	False
SPA0137_000000022478	1642	0.6406490613859867	2	2	2	2	2	False	3556	maximal	True	SPA0137_000000022478	1.0		12	6	False	False	1.0	0					non-mobilizable	chromosome	1641.0	95.67299999999999	99.0	0.000763159854068945	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
ISR0189_000000015681	1117	0.6406486557403567	2	2	2	2	1	False	29203	maximal	False	SPA0077_000000024293	0.9856146469049696		0	0	False	False	0.9731423258781433	0					non-mobilizable	plasmid	1117.0	98.209	100.0	0.0018059713569058985	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
CHI0181_000000014048	1483	0.6406429314893782	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.2676616771927517		0	0	False	False	1.0	0					non-mobilizable	other	1488.0	88.374	100.0	0.0004601143970697028	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ETH0004_000000016805	1686	0.6406408488823975	3	2	2	2	1	True	52861	fragment	False	ETH0004_000000016805	0.9507310870947234		0	0	False	False	0.9952550530433655	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	1.063650454807265e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0207_000000014077	1372	0.6406342838679941	1	1	1	1	1	False	53874	fragment	False	ENG0207_000000014077	1.0		0	0	False	False	0.9897959232330322	0					non-mobilizable	other	1370.0	91.46	99.0	0.005302099055502824	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MAD0107_000000015431	2519	0.6406290438831681	3	3	3	3	3	False	124982	fragment	False	MAD0107_000000015431	0.9980081807403903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1649.0	82.05	86.0	0.0005589837531423558	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0095_000000010369	1910	0.6406229249967873	3	3	3	3	3	False	5208	maximal	True	SPA0095_000000010369	1.0		97	11	False	False	0.9979057312011719	0					non-mobilizable	chromosome	1910.0	99.895	100.0	0.0004319149147980521	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0001_000000002868	7900	0.6406184981554542	7	6	4	6	4	False	68087	maximal	True	ENG0001_000000002868	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000019924	1915	0.6406176680515772	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.7930522679437885		0	0	False	False	0.9994778037071228	0					non-mobilizable	other	1915.0	98.225	100.0	0.017545789560530226	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0033_000000014915	1722	0.6406118146958248	2	2	2	2	1	True	117433	fragment	False	AST0031_000000015455	0.9437263368566112		0	0	False	False	0.9988385438919067	0					non-mobilizable	other	1692.0	99.941	98.0	0.0004428466001375417	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	True
ISR0818_000000004717	3594	0.6406085658805107	5	4	4	3	2	False	66927	fragment	False	ISR0818_000000004717	1.0		0	0	False	False	0.9961045980453491	0					non-mobilizable	other	3570.0	98.964	99.0	0.08592132505175984	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
FIJ0117_000000002577	8287	0.6406083845517239	5	4	4	4	4	True	100366	maximal	True	FIJ0117_000000002577	0.9846782431052095		5	1	False	False	0.9998793005943298	0					non-mobilizable	no_good_hit	1676.0	76.90899999999999	20.0	0.00036832223989773327	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
DEN0061_000000011285	3512	0.6406064275423187	4	4	4	4	3	False	71938	maximal	True	DEN0061_000000011285	1.0		6	4	False	False	0.999715268611908	0					non-mobilizable	no_good_hit	419.0	99.76100000000001	12.0	0.006521060842433697	NZ_JAANXY010000017.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_17, whole genome shotgun sequence	True	False
MAD0022_000000000806	8198	0.6406023891385864	10	7	5	4	6	False	19448	fragment	False	MAD0079_000000000561	0.9614409322332151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3761.0	82.611	60.0	0.0237950903881618	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
MAD0039_000000001131	8194	0.6406023891385864	10	7	5	4	6	False	19448	fragment	False	MAD0079_000000000561	0.9607878469361055		0	0	False	False	0.9981693625450134	0					non-mobilizable	no_good_hit	3722.0	82.751	59.0	0.023571752183928582	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
MAD0073_000000000464	8182	0.6406023891385864	9	7	5	4	6	False	19448	fragment	False	MAD0079_000000000561	0.959856441455043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3722.0	82.751	59.0	0.023571752183928582	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
FIJ0005_000000018111	1917	0.6406003915907282	2	2	2	2	1	False	110161	fragment	False	FIJ0005_000000018111	0.9856096284667714		0	0	False	False	0.9953051805496216	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0004444340483263549	NZ_DS499675.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_14, whole genome shotgun sequence	True	False
CAN0010_000000007760	1689	0.6406003915907282	2	2	2	2	1	False	110160	fragment	False	CAN0010_000000007760	0.9773291925465839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000003499	6293	0.6405965331536997	8	3	1	3	2	True	33318	fragment	False	ISR0097_000000003499	1.0		0	0	False	False	0.9982520341873169	0					non-mobilizable	no_good_hit	546.0	81.502	8.0	0.01600625808586816	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
FIJ0007_000000000915	16217	0.6405885751509673	14	14	9	9	13	False	51624	maximal	True	FIJ0007_000000000915	1.0		2	2	False	False	0.9997533559799194	0					non-mobilizable	plasmid	14123.0	99.2	94.0	0.12489387293052215	CP045191.1	enterobacteria	Escherichia coli strain NT1F31 plasmid pNT1F31-113kb, complete sequence	False	True
SPA0110_000000005639	3728	0.6405850307072358	4	3	3	3	3	False	131732	maximal	True	SPA0110_000000005639	1.0		6	5	False	False	0.9973176121711731	0					non-mobilizable	no_good_hit	2004.0	87.07600000000001	54.0	0.0045209205826460975	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0146_000000014203	2793	0.6405787307364205	4	4	4	4	4	False	99126	fragment	False	ISR0146_000000014203	1.0		0	0	False	False	0.9971356987953186	0					non-mobilizable	chromosome	2794.0	95.09700000000001	100.0	0.0009487185673262276	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0086_000000012255	1145	0.6405721584351678	3	3	3	1	1	False	5493	maximal	True	SPA0086_000000012255	1.0		5	3	False	False	1.0	0					non-mobilizable	plasmid	1145.0	100.0	100.0	0.007820190309526414	CP054898.1	enterobacteria	Salmonella enterica strain FDAARGOS_717 plasmid unnamed3	False	True
ENG0151_000000014662	1624	0.6405692721837298	3	3	3	3	1	False	124922	fragment	False	ENG0206_000000011673	0.5071694127604269		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	83.58200000000001	99.0	0.003828309635426756	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0095_000000010400	1904	0.6405589489804175	3	3	3	3	2	False	5207	maximal	True	SPA0095_000000010400	1.0		1	1	False	False	0.9952731132507324	0					non-mobilizable	no_good_hit	182.0	84.615	10.0	7.935032687073876e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0023_000000008618	3285	0.6405589431728198	6	3	2	2	2	True	37546	maximal	True	ISR0023_000000008618	1.0		1	1	False	False	0.9896499514579773	0					non-mobilizable	no_good_hit	1563.0	98.337	47.0	0.0004220722422202568	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0204_000000015965	1675	0.6405513549970678	3	3	3	3	2	False	119664	fragment	False	ENG0204_000000015965	0.945620778407203		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	94.279	100.0	0.0005004557615343244	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0077_000000025358	1728	0.6405488745230155	2	2	2	2	1	False	10220	maximal	True	MON0077_000000025358	1.0		4	1	False	False	0.9988425970077515	0					non-mobilizable	no_good_hit	947.0	97.36	55.0	0.005911243860679606	NZ_JANC01000003.1	actinobacteria	Olsenella uli MSTE5 ctgN11L160034C32.5732, whole genome shotgun sequence	True	False
ISR0208_000000019089	1456	0.6405439122596809	3	3	3	2	2	False	101428	fragment	False	ISR0208_000000019089	0.9740973693863055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	72.123	26.0	6.764357171481399e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ENG0122_000000021847	1360	0.6405407414171091	5	4	1	2	3	False	119874	fragment	False	USA0020_01_000000024131	0.9083617580874955		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	99.632	100.0	0.022051307014554836	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0143_000000007861	4166	0.6405404001225531	4	4	4	4	2	True	73288	fragment	False	ISR0143_000000007861	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3979.0	100.0	96.0	0.0006194728438708862	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
USA0019_01_000000007949	3689	0.6405404001225531	4	4	4	4	2	True	73286	fragment	False	USA0019_01_000000007949	0.9889267461669506		0	0	False	False	0.9926809668540955	0					non-mobilizable	chromosome	3584.0	99.97200000000001	97.0	0.0005579615886348379	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
MON0045_000000006658	3522	0.6405404001225531	4	4	4	4	2	True	73286	fragment	False	USA0019_01_000000007949	0.9666576307942532		0	0	False	False	1.0	0					non-mobilizable	chromosome	3348.0	100.0	95.0	0.000521210560190009	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
ISR0207_000000019091	1578	0.6405359543466451	2	1	1	1	1	False	28565	fragment	False	ISR0207_000000019091	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	98.289	100.0	0.00044137185200692646	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0230_000000013764	2374	0.6405322069093612	3	2	2	1	2	False	27541	fragment	False	ISR0230_000000013764	1.0		0	0	False	False	0.9907329678535461	0					non-mobilizable	no_good_hit	255.0	79.21600000000001	11.0	3.1104256654552055e-05	NZ_CP034235.1	firmicutes	Paenibacillus psychroresistens strain ML311-T8 chromosome, complete genome	True	False
MON0037_000000042512	1732	0.6405240464325778	3	3	3	3	3	False	89741	fragment	False	ISR0076_000000014296	0.9741403841198026		0	0	False	False	0.9924942255020142	0					non-mobilizable	chromosome	1709.0	99.70700000000001	99.0	0.00038011745362255496	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0198_000000014174	2342	0.6405229484927544	2	2	2	2	1	False	123220	maximal	True	ISR0198_000000014174	1.0		1	1	False	False	0.9684031009674072	0					non-mobilizable	no_good_hit	1351.0	95.70700000000001	58.0	0.0003612414700919933	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CAN0006_000000034609	1295	0.640517608756797	3	3	3	2	3	False	95530	maximal	True	CAN0006_000000034609	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0054_000000018103	2496	0.6405040847001746	3	3	3	1	2	False	11668	maximal	True	MON0054_000000018103	1.0		1	1	False	False	0.9863781929016113	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00022504239638003232	NC_014214.1	bacteria	Meiothermus silvanus DSM 9946 plasmid pMESIL02, complete sequence	True	False
SPA0020_000000030670	1157	0.6405031883055362	2	1	1	1	1	True	7702	maximal	True	SPA0020_000000030670	1.0		0	0	False	False	0.9835782051086426	0					non-mobilizable	no_good_hit	356.0	71.348	30.0	8.007020108327534e-05	NC_006513.1	b-proteobacteria	Aromatoleum aromaticum EbN1, complete genome	True	True
MON0005_000000049653	1106	0.6405017322483945	2	2	2	2	1	False	14071	maximal	True	MON0005_000000049653	1.0		0	0	False	False	0.7567812204360962	0					non-mobilizable	no_good_hit								True	False
FIJ0161_000000002283	6592	0.6404966379505449	7	6	4	6	4	False	122441	maximal	True	FIJ0161_000000002283	1.0	PS871	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2321.0	93.71	35.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
CAN0007_000000008117	5278	0.6404962916251997	4	3	3	3	2	False	95416	fragment	False	CAN0007_000000008117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	93.661	9.0	0.00015818919362324684	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0145_000000014891	2058	0.6404959698050804	2	2	2	2	2	False	66458	fragment	False	ENG0145_000000014891	1.0		0	0	False	False	0.999514102935791	0					non-mobilizable	no_good_hit								True	False
ISR0308_000000012338	1489	0.6404950082303242	2	2	2	2	2	False	25409	maximal	True	ISR0308_000000012338	1.0		23	9	False	False	0.9724647402763367	0					non-mobilizable	no_good_hit	66.0	100.0	4.0	3.8109085792346525e-05	NZ_UGJF01000001.1	e-proteobacteria	Helicobacter pullorum strain NCTC13156, whole genome shotgun sequence	True	False
FIJ0103_000000001016	14134	0.6404910343767805	21	12	8	11	7	True	121839	maximal	True	FIJ0103_000000001016	1.0	PS446|PS447|PS652|PS653|PS863	9	5	False	True	1.0	0					non-mobilizable	no_good_hit	8654.0	99.988	78.0	0.5200432718312399	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
SPA0127_000000012586	2337	0.6404856441355068	3	3	3	3	1	False	116147	fragment	False	SPA0127_000000012586	1.0		0	0	False	False	0.9833119511604309	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0001255073966793385	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
ISR0387_000000017816	1344	0.6404824113962082	2	2	1	1	2	False	22964	fragment	False	ISR0387_000000017816	1.0		0	0	False	False	1.0	0					non-mobilizable	other	639.0	98.905	100.0	0.00011873918342803	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ISR0108_000000012007	1858	0.6404778959654438	6	4	1	2	3	False	119876	maximal	False	ISR0017_000000016488	0.9584409233164413		0	0	False	False	1.0	0					non-mobilizable	other	1859.0	97.36399999999999	100.0	0.0020685862137301576	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
AST0053_000000004883	1727	0.6404778959654438	6	4	1	2	3	False	119876	maximal	False	ISR0017_000000016488	0.8022232851345202		0	0	False	False	1.0	0					non-mobilizable	other	1727.0	98.494	100.0	0.013282440398319302	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0188_000000014785	1722	0.6404778959654438	6	4	1	2	3	False	119876	maximal	False	ISR0017_000000016488	0.7996164768936314		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	98.49	100.0	0.013243962876887323	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0020_01_000000024131	1433	0.6404778959654438	5	4	1	2	3	False	119874	fragment	False	USA0020_01_000000024131	0.965196281797267		0	0	False	False	1.0	0					non-mobilizable	other	1433.0	98.883	100.0	0.02323581430819906	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0027_000000013061	1981	0.6404763950701919	3	3	3	3	1	True	37234	maximal	True	ISR0027_000000013061	1.0		3	2	False	False	0.9994952082633972	0					non-mobilizable	no_good_hit	122.0	80.328	6.0	5.040773076680325e-05	NZ_SUNB01000001.1	g-proteobacteria	Pleionea sediminis strain S1-5-21 NODE_1_length_2360749_cov_59.598, whole genome shotgun sequence	True	True
MON0013_000000030548	1793	0.6404662747892002	2	2	2	2	1	False	13520	maximal	True	MON0013_000000030548	1.0		1	1	False	False	0.9553820490837097	0					non-mobilizable	no_good_hit	694.0	71.902	38.0	0.00020736037861565602	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0033_000000024505	2610	0.6404641687107556	4	2	2	1	1	False	67506	maximal	True	MON0033_000000024505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	87.368	4.0	4.3358713556194045e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
CHI0063_000000002453	5055	0.6404561437165448	6	6	3	4	5	True	125621	fragment	False	CHI0063_000000002453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	99.117	49.0	0.10945635064777819	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
AUS0020_000000006081	4606	0.6404458976891619	5	5	4	4	3	False	103049	maximal	True	AUS0020_000000006081	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.46304982088119e-05	NZ_VSKN01000001.1	CFB group bacteria	Bizionia gelidisalsuginis strain IC164 NODE_1_length_433232_cov_206.165, whole genome shotgun sequence	True	False
FIJ0032_000000021457	1701	0.6404422146333213	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.5782875716116367		0	0	False	False	0.9929453134536743	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000030771	1627	0.6404422146333213	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.5385025417417468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000028825	1607	0.6404422146333213	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.5354279001014473		0	0	False	False	0.9975109100341797	0					non-mobilizable	no_good_hit								True	False
ENG0190_000000020263	1478	0.6404422146333213	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.2503820467827962		0	0	False	False	0.9952638745307922	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000020742	2206	0.6404413476778912	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.22834165054557937		0	0	False	False	1.0	0					non-mobilizable	other	2206.0	98.54899999999999	100.0	0.004608593647082932	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0060_000000007888	3488	0.6404340236119767	6	5	3	4	5	False	102055	fragment	False	ENG0060_000000007888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1750.0	94.11399999999999	50.0	0.004878470575765521	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
CAN0006_000000017249	2625	0.6404334482094505	3	3	3	2	2	True	131062	fragment	False	CAN0006_000000017249	1.0		0	0	False	False	0.9900952577590942	0					non-mobilizable	no_good_hit	1471.0	95.17299999999999	83.0	0.000457314512300516	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0099_000000006229	4512	0.6404319889379335	7	3	3	2	3	False	16929	maximal	True	MAD0099_000000006229	0.9795543303468872		1	1	False	False	0.9955673813819885	0					non-mobilizable	no_good_hit	1323.0	95.54	32.0	0.005774416310424203	LR536659.1	firmicutes	Enterococcus faecium isolate E8407 genome assembly, plasmid: 2	True	False
ENG0094_000000006709	2533	0.6404292460470629	4	3	3	3	2	True	92254	fragment	False	ISR0095_000000012341	0.9716157379150449		0	0	False	False	1.0	0					non-mobilizable	chromosome	2533.0	99.76299999999999	100.0	0.00035738341142509036	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0095_000000012341	2529	0.6404292460470629	3	3	3	3	2	True	92254	fragment	False	ISR0095_000000012341	0.9721671854994131		0	0	False	False	1.0	0					non-mobilizable	chromosome	2529.0	99.723	100.0	0.00035681882467718343	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0389_000000008546	2513	0.6404292460470629	3	3	3	3	2	True	92254	fragment	False	ISR0095_000000012341	0.9662380790905808		0	0	False	False	1.0	0					non-mobilizable	chromosome	2408.0	99.336	100.0	0.0003397400755529986	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ENG0002_000000018537	1307	0.6404285216606285	2	2	2	2	1	False	67962	fragment	False	ENG0002_000000018537	1.0		0	0	False	False	0.9938791394233704	0					non-mobilizable	no_good_hit	236.0	75.42399999999999	18.0	6.058134916244968e-05	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
TAN0001_000000006589	1997	0.6404185397674286	4	2	2	2	1	True	93141	maximal	True	TAN0001_000000006589	1.0		30	9	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1560.0	97.179	78.0	0.0006428237011617067	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	True
ENG0062_000000013772	1799	0.6404185397674286	4	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.062331690309488874		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1801.0	95.891	100.0	0.00038123242971993933	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
MON0086_000000017241	1792	0.6404185397674286	3	2	2	2	1	True	124252	fragment	False	ISR0234_000000006971	0.9491114701130856		0	0	False	False	1.0	0		MOBV			mobilizable	other	1792.0	99.944	100.0	0.010479996723172437	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	True
CHI0071_000000005969	1783	0.6404185397674286	4	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05388193007474389		0	0	False	False	1.0	0		MOBV			mobilizable	other	1783.0	99.944	100.0	0.003533863214506687	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
DEN0066_000000020859	1734	0.6404185397674286	4	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05078038061569798		0	0	False	False	1.0	0		MOBV			mobilizable	other	1734.0	100.0	100.0	0.003436691891548871	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0035_000000013365	1667	0.6404185397674286	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04842549821120341		0	0	False	False	1.0	0		MOBV			mobilizable	other	1667.0	100.0	100.0	0.0033038249805657353	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0074_000000014002	1639	0.6404185397674286	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04169286459820326		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1640.0	95.305	100.0	0.0004217526400142715	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
MON0089_000000017251	1607	0.6404185397674286	3	2	2	2	1	True	93137	fragment	False	ENG0082_000000009793	0.23962376216611436		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1607.0	97.38600000000001	100.0	0.0006626410021609115	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	False	True
SPA0126_000000027802	1602	0.6404185397674286	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05683881176197963		0	0	False	False	1.0	0		MOBV			mobilizable	other	1602.0	96.62899999999999	100.0	0.2512949301522524	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
MON0105_000000037935	1439	0.6404185397674286	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.014933714704083114		0	0	False	False	0.9993050694465637	0		MOBV			mobilizable	chromosome	1443.0	90.09	100.0	0.0003709670226042401	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
ENG0158_000000013392	1418	0.6404185397674286	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.014163701379113224		0	0	False	False	0.9760225415229797	0		MOBV			mobilizable	other	1418.0	100.0	100.0	0.0028100360128821412	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0123_000000016319	1415	0.6404185397674286	3	2	2	2	1	True	93137	fragment	False	ENG0082_000000009793	0.20614679132682476		0	0	False	False	0.9936395883560181	0		MOBV			mobilizable	other	1415.0	99.223	100.0	0.0003763149399426373	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
DEN0051_000000037295	1306	0.6404185397674286	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.011917635153923857		0	0	False	False	0.9984685778617859	0		MOBV			mobilizable	other	1268.0	98.975	100.0	0.0001753550940654826	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	True
ISR0139_000000005797	3990	0.6404165085499451	6	6	5	6	5	False	107999	maximal	True	ISR0139_000000005797	1.0		70	10	False	False	0.9962406158447266	0					non-mobilizable	chromosome	3989.0	99.348	99.0	0.0005627518409762382	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0062_000000025947	1148	0.6404151344777091	1	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.023238958624232125	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1109.0	73.85	95.0	0.13308957952468006	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0221_000000006977	3280	0.6404060905008394	3	3	3	3	3	False	27966	maximal	True	ISR0221_000000006977	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1485.0	99.125	45.0	0.8597914252607184	NZ_SLUM01000069.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_169, whole genome shotgun sequence	True	False
ISR0125_000000002411	6108	0.6404058476008979	7	7	4	4	5	True	32055	maximal	True	ISR0125_000000002411	1.0		1	1	False	False	0.999836266040802	0					non-mobilizable	no_good_hit	2563.0	93.991	73.0	0.06486267355832573	CP005945.2	firmicutes	Lactobacillus plantarum subsp. plantarum P-8 plasmid LBPp3, complete sequence	True	True
ENG0122_000000018573	1575	0.6403988876046098	2	2	1	2	2	False	59021	fragment	False	ENG0122_000000018573	1.0		0	0	False	False	0.9993650913238525	0					non-mobilizable	chromosome	1492.0	98.525	100.0	0.0004509358506703701	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	False	False
FIJ0172_000000001088	19070	0.6403939171536707	41	7	1	5	4	False	84623	maximal	True	FIJ0172_000000001088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	74.483	1.0	3.814626237319369e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0062_000000012223	2902	0.6403866316147384	3	3	1	3	0	True	37586	maximal	True	ISR0062_000000012223	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.005679427850231384	XM_013538802.2	brachiopods	PREDICTED: Lingula anatina mitogen-activated protein kinase kinase kinase 12 (LOC106161782), transcript variant X1, mRNA	True	True
FIJ0029_000000014513	2248	0.6403828370071359	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.4506895836794294		0	0	False	False	0.996886134147644	0					non-mobilizable	chromosome	2241.0	94.199	99.0	0.0006244138248747324	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0087_000000023518	2150	0.6403779099908536	3	3	2	3	2	True	112233	fragment	False	MON0087_000000023518	0.9467581637482252		0	0	False	False	0.9944186210632324	0					non-mobilizable	other	2151.0	93.863	100.0	0.004617499805442424	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	True
ISR0830_000000013506	2113	0.6403779099908536	3	3	2	3	2	True	112233	fragment	False	MON0087_000000023518	0.9386046511627908		0	0	False	False	1.0	0					non-mobilizable	chromosome	2112.0	92.37700000000001	99.0	0.000949514404723868	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
TAN0008_000000009936	1977	0.6403779099908536	3	3	2	3	2	True	112232	fragment	False	TAN0008_000000009936	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1978.0	95.652	100.0	0.009784503248296625	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
USA0006_01_000000003265	7153	0.6403762674199983	9	6	2	3	6	False	97456	maximal	False	CAN0001_000000006429	0.9987624867183275		0	0	True	True	1.0	56					non-mobilizable	no_good_hit	1540.0	80.844	49.0	0.22339955849889626	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0069_000000017697	1242	0.6403751618202653	1	1	1	1	0	False	44960	maximal	True	FIJ0069_000000017697	0.9750623441396509		6	2	False	False	0.999194860458374	0					non-mobilizable	no_good_hit	850.0	92.824	68.0	0.017509486883352583	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0046_000000029388	1203	0.6403751618202653	1	1	1	1	0	False	44960	maximal	False	FIJ0069_000000017697	0.9601449275362319		0	0	False	False	0.967581033706665	0					non-mobilizable	no_good_hit	787.0	95.934	65.0	0.01621019633723808	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0111_000000012871	1339	0.6403734893664216	2	1	1	1	1	False	17525	fragment	False	MAD0048_000000017185	0.9491098925342457		0	0	False	False	0.99477219581604	0					non-mobilizable	no_good_hit								True	False
SPA0118_000000000376	44498	0.6403731486893808	44	33	23	31	20	True	98522	fragment	False	SPA0118_000000000376	0.9693383763091792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8960.0	99.743	20.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
FIJ0058_000000025025	1648	0.6403690484251371	4	3	3	3	3	False	125783	fragment	False	ENG0079_000000019526	0.9490701882006229		0	0	False	False	0.9975728392601013	0					non-mobilizable	no_good_hit	1133.0	73.786	68.0	0.0003879492438301082	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0027_01_000000001319	17269	0.6403656254275567	23	9	3	9	3	False	1600	fragment	False	USA0027_01_000000001319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.00043047783039173483	AL356974.8	primates	Human DNA sequence from clone RP11-14M11 on chromosome 1, complete sequence	True	False
ISR0237_000000004457	2360	0.6403634891079829	5	2	2	2	1	False	121489	fragment	False	ISR0075_000000009653	0.6347317563373299		0	0	False	False	0.9906779527664185	0					non-mobilizable	no_good_hit								True	False
CHI0006_000000009505	1600	0.6403621360126767	2	2	2	2	2	False	90592	fragment	False	CHI0006_000000009505	1.0		0	0	False	False	0.9993749856948853	0					non-mobilizable	other	980.0	95.816	99.0	0.007465475037556143	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	False	False
DEN0092_000000010908	1493	0.6403613461395831	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.11355298627489388	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	82.75399999999999	100.0	0.04516851213166334	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ISR0125_000000005812	2568	0.6403467334782974	3	2	2	2	2	True	48916	maximal	False	MAD0089_000000008274	0.9541861300754582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	99.838	55.0	0.00027485073490858043	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MAD0108_000000014039	1291	0.6403372318177202	1	1	1	1	1	False	14606	fragment	False	MAD0108_000000014039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	79.10300000000001	75.0	0.0003555497268715085	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
CAN0012_000000026461	1769	0.6403364084102834	4	4	3	1	4	False	94186	maximal	True	CAN0012_000000026461	1.0		25	9	False	False	1.0	0					non-mobilizable	chromosome	1769.0	99.209	100.0	0.000368583509390332	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
CHI0151_000000009484	2641	0.640335832356169	4	4	4	4	4	False	79474	fragment	False	CHI0151_000000009484	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2643.0	98.184	100.0	0.0005150172394217605	CP050845.1	enterobacteria	Klebsiella pneumoniae strain Bckp206 chromosome, complete genome	False	False
ISR0083_000000003654	5918	0.6403331801471842	4	4	4	4	4	False	77813	fragment	False	ISR0083_000000003654	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	987.0	75.887	19.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MON0060_000000019200	2104	0.6403321834697059	2	2	2	2	2	False	51713	fragment	False	MON0060_000000019200	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	79.305	61.0	0.0009414605942458338	NZ_GL872282.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD1, whole genome shotgun sequence	True	False
MAD0017_000000001278	2476	0.640331987935807	3	3	3	3	3	False	19378	maximal	True	MAD0017_000000001278	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	2476.0	97.375	100.0	0.0005487152212360331	CP057804.1	enterobacteria	Escherichia coli strain RHB14-C20 chromosome, complete genome	False	False
CAN0003_000000003299	12477	0.6403315027348039	11	8	6	6	6	False	122676	fragment	False	DEN0045_000000002023	0.978111689540937		0	0	False	False	0.9991183876991272	0					non-mobilizable	chromosome	12427.0	99.976	99.0	0.005545150403168045	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0027_000000001757	7856	0.6403282327479821	7	6	4	4	2	False	88849	maximal	True	CHI0027_000000001757	1.0		6	4	False	False	0.9987270832061768	0					non-mobilizable	no_good_hit	1898.0	99.42	24.0	0.0003662190441625032	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
MON0034_000000005259	4096	0.6403269841419129	5	2	2	2	1	False	12255	maximal	True	MON0034_000000005259	1.0		8	5	False	False	0.991455078125	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00011095768813492455	NZ_FXTO01000003.1	a-proteobacteria	Lutimaribacter litoralis strain DSM 29506, whole genome shotgun sequence	True	False
DEN0062_000000002082	7111	0.6403264271908684	4	3	3	3	3	False	118089	maximal	True	DEN0062_000000002082	1.0		4	2	False	False	0.9992968440055847	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	5.103161834019661e-05	NZ_LGKN01000004.1	GNS bacteria	Ardenticatena maritima strain 110S contig_2, whole genome shotgun sequence	True	False
AUS0020_000000007088	3969	0.6403234802594161	7	2	1	1	2	False	99697	maximal	True	AUS0020_000000007088	1.0		1	1	False	False	0.9979843497276306	0					non-mobilizable	no_good_hit	485.0	76.082	12.0	0.00014013883797112076	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
MON0020_000000012647	1679	0.6403221835119058	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.18618124456936044		0	0	False	False	0.9857057929039001	0					non-mobilizable	chromosome	1679.0	99.166	100.0	0.0005648049756692922	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0026_000000011018	2666	0.6403158089348975	4	4	4	3	3	False	119436	fragment	False	CHI0024_000000003275	0.40461860315914394		0	0	False	False	1.0	0					non-mobilizable	chromosome	2426.0	86.521	96.0	0.0005347905392593674	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0196_000000003842	2732	0.6403146229836635	3	3	3	2	2	False	72730	fragment	False	DEN0046_000000008682	0.97597285568899		0	0	False	False	1.0	0					non-mobilizable	other	2714.0	98.23100000000001	99.0	0.007298503968157855	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
ISR0259_000000006426	2377	0.6403145149371354	4	3	2	3	3	True	124277	fragment	False	ENG0208_000000012463	0.8540008417608009		0	0	False	False	0.9907446503639221	0		MOBV			mobilizable	other	2379.0	95.08200000000001	100.0	0.0006326029789559043	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0803_000000011662	1323	0.6403114444209422	2	2	2	1	1	False	101407	fragment	False	ISR0023_000000025846	0.9382771844847713		0	0	False	False	0.9780800938606262	0					non-mobilizable	other	1324.0	87.311	100.0	0.020768529864580387	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0802_000000008307	2001	0.6403078036117825	3	1	1	1	1	False	21859	maximal	True	ISR0802_000000008307	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0066_000000018721	1909	0.6403052327053621	2	1	1	1	1	False	70952	maximal	True	DEN0066_000000018721	1.0		5	4	False	False	0.9937139749526978	0					non-mobilizable	no_good_hit	70.0	82.85700000000001	4.0	0.0024273603362075214	NZ_VTPS01000025.1	firmicutes	Calorimonas adulescens strain A05MB NODE_25_length_27602_cov_11.062393, whole genome shotgun sequence	True	False
SPA0071_000000005595	4338	0.6402967371726691	4	2	1	1	2	True	120769	maximal	True	SPA0071_000000005595	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1768.0	92.251	42.0	0.0006552126341329773	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
CHI0008_000000002025	4112	0.6402967371726691	3	2	1	1	2	True	90536	fragment	False	CHI0008_000000002025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1349.0	86.13799999999999	33.0	0.002142998474529753	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
CHI0155_000000002931	3910	0.6402967371726691	4	2	1	1	2	True	79077	maximal	True	CHI0155_000000002931	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2210.0	79.548	56.0	0.0004044204476318326	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ISR0086_000000008846	2937	0.6402967371726691	3	2	1	1	2	True	72635	fragment	False	ISR0086_000000008846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	86.165	45.0	0.0004907598313449269	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
CHI0118_000000003122	2871	0.6402967371726691	3	2	1	1	2	True	81986	fragment	False	CHI0118_000000003122	1.0		0	0	False	False	0.9825844764709473	0					non-mobilizable	no_good_hit	1508.0	89.191	52.0	0.0005583228338447581	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
CHI0060_000000012775	1234	0.6402962071560121	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.10783617969081034		0	0	False	False	0.9991896152496338	0					non-mobilizable	other	1237.0	85.53	100.0	0.002929952345899035	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
FIJ0048_000000010429	3002	0.6402898862209837	3	3	3	3	3	False	46786	maximal	True	FIJ0048_000000010429	1.0		4	1	False	False	0.9913390874862671	0					non-mobilizable	no_good_hit	1447.0	93.988	58.0	0.0005293110573665567	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
CHI0133_000000007295	2508	0.6402739557185355	3	3	3	3	3	False	80798	maximal	True	CHI0133_000000007295	1.0		2	2	False	False	0.9944178462028503	0					non-mobilizable	other	2554.0	82.34100000000001	99.0	0.01820492933471217	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0037_000000009149	3120	0.6402707741004573	2	2	2	2	2	False	47927	maximal	True	FIJ0037_000000009149	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1568.0	76.594	50.0	0.00048469116337700944	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0096_000000019685	1874	0.6402659879831151	2	2	2	2	1	False	9272	maximal	True	MON0096_000000019685	1.0		58	9	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	75.97	35.0	0.00014784459809398382	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0016_000000011175	1930	0.6402658893770119	3	2	2	1	1	False	37903	fragment	False	ISR0016_000000011175	1.0		0	0	False	False	0.9725388884544373	0					non-mobilizable	no_good_hit	393.0	73.282	20.0	0.001449308181797595	NZ_JABAFG010000001.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_1, whole genome shotgun sequence	True	False
ISR0217_000000012328	1904	0.6402653318445052	3	3	3	2	2	False	28092	fragment	False	ISR0217_000000012328	1.0		0	0	False	False	0.9926470518112183	0					non-mobilizable	other	1904.0	96.84899999999999	100.0	0.07988414071026782	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
ISR0265_000000012264	1421	0.6402566858525119	1	1	1	1	1	False	105428	fragment	False	MON0005_000000037791	0.9880938406339866		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	99.859	100.0	0.00033128867561985976	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
AST0012_000000009962	2212	0.6402463967958243	2	2	2	2	2	False	125232	fragment	False	AST0012_000000009962	0.99580661075481		0	0	False	False	1.0	0					non-mobilizable	other	2212.0	98.553	100.0	0.015126418529520472	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0013_01_000000008518	1123	0.6402442577240298	2	1	1	1	1	True	1974	fragment	False	USA0013_01_000000008518	1.0		0	0	False	False	0.9893143177032471	0					non-mobilizable	no_good_hit								True	True
USA0010_01_000000018506	1426	0.6402414869929176	4	3	2	2	2	False	2048	maximal	True	USA0010_01_000000018506	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	98.866	56.0	0.0004182577691512479	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0054_000000004359	5079	0.6402399228134664	7	5	4	4	2	False	67911	fragment	False	ISR0054_000000004359	1.0		0	0	False	False	0.999606192111969	0					non-mobilizable	other	5083.0	96.715	100.0	0.029603250004371418	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0256_000000014697	1226	0.6402273694770221	3	3	2	2	3	True	26830	fragment	False	ISR0256_000000014697	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	100.0	100.0	0.026791181873851808	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0070_000000008670	3798	0.6402251715203287	5	5	5	5	4	True	84213	fragment	False	DEN0070_000000008670	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3798.0	98.025	100.0	0.0010544234689060321	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0099_000000000834	7667	0.6402236163572607	8	6	2	6	5	False	117829	maximal	True	CHI0099_000000000834	1.0	PS794|PS796	1	1	False	True	0.9976522922515869	0					non-mobilizable	no_good_hit	3486.0	95.181	48.0	0.0007349706423580055	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
FIJ0051_000000019209	1146	0.6402232721110398	2	2	2	2	2	False	46506	fragment	False	FIJ0051_000000019209	1.0		0	0	False	False	0.9790576100349426	0					non-mobilizable	no_good_hit	586.0	94.369	51.0	0.004570276794712541	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0092_000000012453	1336	0.6402117053609944	2	2	2	1	2	False	84293	fragment	False	DEN0092_000000012453	1.0		0	0	False	False	0.9880239367485046	0					non-mobilizable	chromosome	1331.0	98.12200000000001	99.0	0.00037224132096969704	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0079_000000013514	2460	0.6402082425021897	3	2	2	2	1	True	118240	fragment	False	MAD0072_000000001538	0.47863707704750363		0	0	False	False	1.0	0					non-mobilizable	other	2460.0	99.715	100.0	0.0042861824215972	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
USA0093_01_000000007508	2452	0.6402082425021897	3	2	2	2	1	True	118240	fragment	False	MAD0072_000000001538	0.4754475854654157		0	0	False	False	0.9898042678833008	0					non-mobilizable	other	2452.0	99.959	100.0	0.004272237948489116	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
AST0118_000000012404	2447	0.6402082425021897	3	2	2	2	1	True	118240	fragment	False	MAD0072_000000001538	0.44060898255037473		0	0	False	False	1.0	0					non-mobilizable	other	2447.0	99.91799999999999	100.0	0.0042617795936580535	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
CAN0008_000000022050	1275	0.6402061108299195	2	2	2	2	1	False	94895	fragment	False	CAN0008_000000022050	1.0		0	0	False	False	0.9960784316062927	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0001798117969858215	NZ_LXNG01000004.1	g-proteobacteria	Xanthomonas floridensis strain WHRI 8848 scf_21893_12, whole genome shotgun sequence	True	False
ISR0839_000000004439	3788	0.6402014315036983	4	3	3	3	3	False	20848	maximal	True	ISR0839_000000004439	1.0		531	16	False	False	1.0	0					non-mobilizable	other	3790.0	98.62799999999999	100.0	0.012027507797373216	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
AST0099_000000015430	1355	0.640197859373907	2	1	1	1	1	False	108698	maximal	True	AST0099_000000015430	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	100.0	9.0	4.601986173749256e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
DEN0053_000000006065	1836	0.6401871257484496	2	2	2	2	1	False	72128	maximal	True	DEN0053_000000006065	1.0		75	10	False	False	0.9956427216529846	0					non-mobilizable	other	1834.0	99.073	99.0	0.01821868384172705	NZ_QSFT01000012.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf12, whole genome shotgun sequence	False	False
DEN0017_000000004039	7312	0.6401833319961225	4	4	3	1	2	False	75257	maximal	True	DEN0017_000000004039	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	95.15299999999999	8.0	0.0004975623026753817	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0041_000000012087	2984	0.6401814229203876	3	2	1	2	1	False	113652	fragment	False	FIJ0041_000000012087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1445.0	95.294	48.0	0.0004489148579929555	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0034_000000023477	1192	0.6401800053191818	2	2	2	2	2	False	48074	maximal	True	FIJ0034_000000023477	1.0		16	5	False	False	0.9823825359344482	0					non-mobilizable	no_good_hit								True	False
DEN0067_000000021082	1591	0.6401788812363225	2	2	1	2	1	False	70826	fragment	False	DEN0067_000000021082	1.0		0	0	False	False	0.9956002235412598	0					non-mobilizable	no_good_hit	219.0	76.712	14.0	8.055588759595246e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ENG0062_000000017641	1367	0.6401750474655651	3	2	1	2	1	False	93345	fragment	False	SPA0016_000000022512	0.9464285714285714		0	0	False	False	0.9934162497520447	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.2790577518136533e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0148_000000029277	1232	0.6401750474655651	2	2	1	2	1	False	57255	fragment	False	ENG0148_000000029277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
ISR0245_000000005593	1421	0.6401731970016592	3	3	3	1	2	False	27157	maximal	True	ISR0245_000000005593	1.0		26	8	False	False	0.9985925555229187	0					non-mobilizable	no_good_hit	614.0	100.0	43.0	0.004936223668105392	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0379_000000018508	1360	0.6401725298551475	2	1	1	1	1	False	23208	maximal	True	ISR0379_000000018508	1.0		12	4	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit								True	False
SPA0149_000000003819	8039	0.6401719109704477	11	9	5	8	7	False	81700	maximal	True	SPA0149_000000003819	0.9992052903281095		20	6	False	False	1.0	0					non-mobilizable	chromosome	7234.0	89.052	99.0	0.0013153614156876348	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
SPA0027_000000003798	8014	0.6401719109704477	11	9	5	8	7	False	81700	maximal	False	SPA0149_000000003819	0.9984235863340777		0	0	False	False	1.0	0					non-mobilizable	chromosome	7103.0	89.385	98.0	0.0012927111149592268	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0200_000000003862	5267	0.6401682726080943	8	6	3	5	6	False	28779	fragment	False	ISR0200_000000003862	1.0		0	0	False	False	0.9977216720581055	0					non-mobilizable	no_good_hit	949.0	83.56200000000001	18.0	0.0002514738943305635	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0042_000000009176	2611	0.6401658946950108	3	3	2	3	2	False	122179	fragment	False	SPA0059_000000009278	0.9341520439268018		0	0	False	False	0.9980850219726562	0					non-mobilizable	other	2612.0	95.48200000000001	100.0	0.04527948370979494	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0075_000000005931	3899	0.6401552754374332	7	4	2	4	3	False	34644	fragment	False	ISR0075_000000005931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0036_000000005600	3437	0.6401540670847066	7	7	1	3	6	False	16469	fragment	False	MON0036_000000005600	0.9622347066167292		0	0	False	False	0.9997090697288513	0					non-mobilizable	plasmid	3437.0	97.905	100.0	0.04646257031588057	CP019220.1	enterobacteria	Klebsiella pneumoniae strain 1756 plasmid pKp1756, complete sequence	False	True
AST0014_000000002550	7868	0.6401467538859258	7	3	3	3	2	True	124553	maximal	False	AST0101_000000001737	0.9998726490967357		0	0	False	False	0.9998729228973389	0					non-mobilizable	other	6445.0	99.95299999999999	99.0	0.0017857429915892973	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
AST0101_000000001737	7867	0.6401467538859258	7	3	3	3	2	True	124553	maximal	True	AST0101_000000001737	0.9999151443906246		36	4	False	False	1.0	0					non-mobilizable	other	6444.0	99.969	99.0	0.0017857429915892973	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
ISR0090_000000000852	18371	0.6401463499831302	19	7	4	6	3	True	111613	fragment	False	ISR0090_000000000852	0.9681505575292182		0	0	False	False	0.9998911619186401	0					non-mobilizable	no_good_hit	315.0	77.143	2.0	0.002267294458529518	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	True	True
SPA0035_000000018277	1149	0.6401439672652017	2	2	2	1	1	False	7114	maximal	True	SPA0035_000000018277	1.0		1	1	False	False	0.997389018535614	0					non-mobilizable	other	1173.0	85.848	100.0	0.008395093645869241	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0156_000000010928	2336	0.6401422421010498	3	3	3	3	2	False	58169	fragment	False	ISR0156_000000010928	1.0		0	0	False	False	0.991866409778595	0					non-mobilizable	no_good_hit	665.0	73.985	28.0	0.00023727470172081854	CP002410.1	firmicutes	Clostridium botulinum BKT015925, complete genome	True	False
CHI0164_000000003542	6495	0.6401329450013997	5	5	5	5	4	False	124042	maximal	True	CHI0164_000000003542	1.0		2	1	False	False	1.0	0					non-mobilizable	other	4617.0	98.939	100.0	0.001281581329734353	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0099_000000000382	23405	0.6401305642431943	13	11	1	5	9	False	5025	maximal	True	SPA0099_000000000382	1.0		1	1	False	False	0.9985473155975342	0					non-mobilizable	no_good_hit	7718.0	99.83200000000001	86.0	0.0037000153907598863	CP059275.1	firmicutes	Lactobacillus reuteri strain CNEI-KCA3 chromosome, complete genome	True	False
FIJ0023_000000026962	1292	0.640130050355208	2	1	1	1	1	False	76732	maximal	True	FIJ0023_000000026962	0.9958720132708074		31	3	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.960602987093053e-06	NZ_CP038033.1	g-proteobacteria	Nitrosococcus wardiae strain D1FHS chromosome, complete genome	True	False
SPA0094_000000006884	1832	0.6401262948599893	2	2	2	2	2	False	108686	maximal	True	SPA0094_000000006884	0.96875		359	8	False	False	0.9934498071670532	0					non-mobilizable	other	1814.0	99.06299999999999	99.0	0.008943546636673967	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0096_000000012498	3025	0.6401255466554596	5	4	4	4	4	False	107150	fragment	False	CHI0098_000000002520	0.5724810696005077		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	98.46799999999999	100.0	0.015184071049992838	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0099_000000010372	2143	0.6401230597779667	3	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3352532360278072		0	0	False	False	0.9990667104721069	0					non-mobilizable	chromosome	2143.0	99.16	100.0	0.0007558522975686751	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0814_000000037357	1146	0.6401210575394014	3	2	2	2	2	False	21484	maximal	True	ISR0814_000000037357	1.0		111	10	False	False	0.9965096116065979	0					non-mobilizable	no_good_hit	351.0	74.359	30.0	0.0007639932876132267	NZ_AKCB01000002.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.2, whole genome shotgun sequence	True	False
SPA0042_000000004663	5981	0.6401170594469611	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.1443547631630824		0	0	False	False	1.0	0					non-mobilizable	other	5981.0	99.666	100.0	0.1014178142595482	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
MAD0101_000000020558	1406	0.6401133830765213	2	2	2	2	1	False	23027	maximal	False	ISR0385_000000015779	0.9738430583501007		0	0	False	False	0.9836415648460388	0					non-mobilizable	no_good_hit	96.0	85.417	7.0	2.616835438633121e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0001_000000019477	1324	0.6401133830765213	2	2	2	2	1	False	23027	maximal	False	ISR0385_000000015779	0.647226173541963		0	0	False	False	0.9984894394874573	0					non-mobilizable	no_good_hit	96.0	85.417	7.0	2.616835438633121e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0816_000000017423	2290	0.6401126446842762	4	3	2	3	1	False	116991	fragment	False	ISR0816_000000017423	1.0		0	0	False	False	0.9969432353973389	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000006001	4603	0.6401100269285814	9	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.8699811414962801		0	0	False	False	1.0	0					non-mobilizable	chromosome	4610.0	94.338	100.0	0.0015469866914040924	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0120_000000006519	2194	0.6401086648463911	2	2	2	2	2	True	96315	maximal	True	CHI0120_000000006519	1.0		0	0	False	False	0.9735642671585083	0					non-mobilizable	no_good_hit	1121.0	99.465	51.0	0.0003805747834546472	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0140_000000014822	1561	0.6401013292062021	1	1	1	1	1	False	123239	maximal	True	ISR0140_000000014822	0.9975911906400551		6	5	False	False	0.9948750734329224	0					non-mobilizable	chromosome	1562.0	99.87200000000001	100.0	0.00041832191009911096	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0055_000000006251	2210	0.6400987758001078	2	2	2	2	2	False	47298	fragment	False	FIJ0171_000000009065	0.9865223155103844		0	0	False	False	1.0	0					non-mobilizable	chromosome	2214.0	93.406	100.0	0.0011272686281140797	CP046919.1	firmicutes	Streptococcus sp. CNU G2 chromosome, complete genome	False	False
FIJ0094_000000010586	1917	0.6400958091240699	4	4	2	3	3	False	77757	fragment	False	SPA0115_000000011273	0.40143537390195655		0	0	False	False	0.9953051805496216	0					non-mobilizable	other	1919.0	98.072	100.0	0.03728292189081847	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
CHI0028_000000008294	1708	0.6400949974744731	2	1	1	1	1	False	88684	fragment	False	SPA0009_000000020589	0.9692393736017897		0	0	False	False	0.9906322956085205	0					non-mobilizable	no_good_hit	48.0	97.917	3.0	9.102901327067439e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
FIJ0082_000000024536	1301	0.6400872500196622	2	2	2	2	1	True	71649	fragment	False	FIJ0064_000000018123	0.3530019456457789		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	98.538	99.0	0.01672417344731692	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ISR0064_000000011001	1955	0.6400871889067493	3	3	3	3	2	False	61102	fragment	False	ISR0064_000000011001	0.9934929724102031		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	99.43700000000001	100.0	0.006445866596292142	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0814_000000005191	7359	0.6400843167146535	8	7	6	6	6	False	99344	maximal	True	ISR0814_000000005191	1.0		0	0	False	False	0.9993205666542053	0					non-mobilizable	other	7359.0	99.51100000000001	100.0	0.0016749812398458388	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
ISR0388_000000013640	2526	0.6400805882211669	3	3	2	3	2	True	119986	maximal	True	ISR0388_000000013640	1.0	PS730	15	8	False	True	0.9996041059494019	0					non-mobilizable	other	2090.0	87.99	90.0	0.0006271514108498097	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0208_000000020967	1449	0.6400796463273168	2	2	2	1	1	False	114361	fragment	False	ISR0196_000000008430	0.12215759056497813		0	0	False	False	1.0	0					non-mobilizable	chromosome	1454.0	84.25	100.0	0.0004564061232807153	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0070_000000014928	1357	0.6400776766438692	2	2	2	2	2	False	116611	fragment	False	ENG0084_000000012565	0.2664443910841932		0	0	False	False	0.9756816625595093	0					non-mobilizable	chromosome	1357.0	100.0	100.0	0.0002738108964217399	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0187_000000022251	1370	0.6400745725444834	1	1	1	1	1	False	54958	maximal	True	ENG0187_000000022251	0.9991922455573505		457	11	False	False	1.0	0					non-mobilizable	other	1370.0	99.708	100.0	0.0033790621559848153	NZ_CZAI01000005.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0132_000000015912	2581	0.6400719755326034	3	3	3	2	1	False	48002	maximal	True	SPA0132_000000015912	1.0		294	12	False	False	0.9992250800132751	0					non-mobilizable	chromosome	2320.0	97.414	94.0	0.0008183106807011007	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0121_000000020326	1265	0.6400699548399726	3	2	2	1	1	True	41455	fragment	False	FIJ0121_000000020326	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	76.131	100.0	0.0002932604684888477	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
MON0037_000000062102	1239	0.6400691428318745	1	1	1	1	1	False	51865	fragment	False	FIJ0005_000000026868	0.7303688173955641		0	0	False	False	0.9991928935050964	0					non-mobilizable	other	1239.0	91.12200000000001	100.0	0.011348844031314743	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0126_000000033495	1234	0.6400590339750084	2	1	1	1	1	False	41089	fragment	False	FIJ0126_000000033495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	6.489048161296805e-05	NZ_JACCEU010000004.1	b-proteobacteria	Eoetvoesia caeni strain PB3-7B NODE_4_length_477728_cov_38.619718, whole genome shotgun sequence	True	False
SPA0114_000000027285	1720	0.6400558478151497	3	3	3	3	3	False	4431	fragment	False	SPA0114_000000027285	1.0		0	0	False	False	0.994767427444458	0					non-mobilizable	no_good_hit	53.0	90.566	3.0	2.9253837845403217e-05	NZ_KI391971.1	firmicutes	Granulicatella elegans ATCC 700633 supercont2.1, whole genome shotgun sequence	True	False
ISR0053_000000000253	47006	0.6400536621932661	41	21	13	14	15	True	41690	maximal	True	ISR0053_000000000253	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9772.0	88.795	74.0	0.00397847558424787	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
USA0048_01_000000000504	18815	0.6400514024372157	22	19	6	10	18	True	123791	fragment	False	ENG0206_000000000773	0.9654690618762475		0	0	False	False	1.0	0					non-mobilizable	other	18740.0	99.963	99.0	0.004947330820110046	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
ENG0192_000000015487	1467	0.6400494891760576	4	3	2	3	1	False	66424	fragment	False	ENG0153_000000019335	0.9526998189431687		0	0	False	False	0.9856850504875183	0					non-mobilizable	no_good_hit	137.0	81.752	10.0	0.0004019874733609404	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
FIJ0065_000000009978	1862	0.6400467352396801	2	2	2	2	2	False	85278	maximal	False	MAD0108_000000008880	0.9356921487603307		0	0	False	False	0.9897959232330322	0					non-mobilizable	other	1853.0	85.48299999999999	99.0	0.023985886076770404	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
FIJ0013_000000020724	1434	0.6400438606036027	2	2	2	2	2	False	50615	maximal	True	FIJ0013_000000020724	1.0		4	3	False	False	0.990934431552887	0					non-mobilizable	no_good_hit								True	False
ENG0142_000000021146	1619	0.6400429439504339	2	2	2	2	1	False	57672	maximal	True	ENG0142_000000021146	1.0		277	12	False	False	0.9857937097549438	0					non-mobilizable	other	1619.0	99.62899999999999	100.0	0.0006592320394919921	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0303_000000005155	2382	0.6400427575260926	4	4	4	4	3	False	25512	maximal	True	ISR0303_000000005155	1.0		0	0	False	False	0.9672544002532959	0					non-mobilizable	no_good_hit	1437.0	87.891	59.0	0.0004070347899546886	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0039_000000006211	3779	0.6400381590638374	6	5	5	5	5	False	131686	maximal	True	ENG0039_000000006211	1.0		10	2	False	False	0.9994707703590393	0					non-mobilizable	no_good_hit	2668.0	98.351	71.0	0.003135337974621044	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0018_000000015185	1431	0.6400340666397911	2	2	1	2	1	False	66600	fragment	False	ISR0180_000000016454	0.9665087956698241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	82.083	33.0	0.003398422161139471	NZ_FOAT01000010.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
AUS0012_000000006750	2470	0.6400265607133621	2	1	1	1	1	False	101185	maximal	True	AUS0012_000000006750	1.0		9	4	False	False	0.986639678478241	0					non-mobilizable	no_good_hit	493.0	75.862	20.0	0.00015371446102722925	NZ_LR134384.1	CFB group bacteria	Prevotella oris strain NCTC13071 chromosome 1	True	False
ENG0107_000000007563	3502	0.6400240740797567	4	3	3	3	2	False	103393	maximal	True	ENG0107_000000007563	1.0		4	4	False	False	0.9914334416389465	0					non-mobilizable	no_good_hit	3036.0	99.835	87.0	0.0005859118603232457	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
FIJ0064_000000006090	4422	0.6400208119539813	5	5	4	4	4	True	79824	fragment	False	ISR0079_000000005702	0.9615874932032168		0	0	False	False	1.0	0					non-mobilizable	other	4426.0	99.91	100.0	0.09677631003411775	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0084_000000001747	2483	0.6400204068495545	4	2	1	2	2	False	84174	maximal	False	ISR0363_000000007409	0.9707038930397168		0	0	False	False	1.0	0					non-mobilizable	other	2483.0	97.865	100.0	0.0007702794098340663	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0088_000000008488	1828	0.6400134305356918	2	2	2	2	2	False	5453	maximal	True	SPA0088_000000008488	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	78.592	57.0	0.0012356554590548714	NZ_OEPZ01000001.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
ISR0078_000000010391	1885	0.6400120249906821	4	1	1	1	1	True	46252	maximal	True	ISR0078_000000010391	0.96096009253904		543	14	False	False	0.9893898963928223	0					non-mobilizable	other	1885.0	97.772	100.0	0.019576466676364847	NZ_CABMOJ010000001.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
MAD0065_000000006789	1712	0.6400120249906821	3	1	1	1	1	True	46251	maximal	True	MAD0065_000000006789	0.9258312020460359		601	14	False	False	1.0	0					non-mobilizable	other	1716.0	95.804	100.0	0.0031086126000493893	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0114_000000020252	1389	0.6400120249906821	2	1	1	1	1	True	46250	fragment	False	FIJ0096_000000027592	0.9402393303771802		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	93.611	100.0	0.026772834804685248	AY515263.1	CFB group bacteria	Bacteroides fragilis conjugative transposon CTn341, complete sequence	False	True
FIJ0055_000000010241	1379	0.6400120249906821	2	1	1	1	1	True	46250	fragment	False	FIJ0096_000000027592	0.9274086854649986		0	0	False	False	0.9956490397453308	0					non-mobilizable	other	1379.0	99.42	100.0	0.014308277395623351	NZ_CABMOJ010000001.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
FIJ0096_000000027592	1369	0.6400120249906821	1	1	1	1	1	True	46250	fragment	False	FIJ0096_000000027592	0.9484575563070553		0	0	False	False	0.9978086352348328	0					non-mobilizable	other	1369.0	97.589	100.0	0.017729623245506032	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	False	True
ISR0291_000000012994	1190	0.6400120249906821	1	1	1	1	1	True	25896	fragment	False	ISR0291_000000012994	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	99.83200000000001	100.0	0.012354787090338536	NZ_CABMOJ010000001.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
SPA0046_000000001038	15706	0.6400111464811473	18	11	5	7	10	True	71750	maximal	True	SPA0046_000000001038	1.0		15	8	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	81.155	5.0	0.0003169629078869841	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ISR0246_000000005777	3330	0.640006293700414	4	1	0	1	1	False	27134	maximal	True	ISR0246_000000005777	1.0		1	1	False	False	0.9921922087669373	0					non-mobilizable	no_good_hit	499.0	75.351	15.0	0.006239262139433945	NZ_QREV01000018.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold18, whole genome shotgun sequence	True	False
ETH0004_000000019330	1474	0.6399998948159621	3	2	2	2	1	True	54028	fragment	False	ENG0204_000000016451	0.9461444308445532		0	0	False	False	0.9633650183677673	0					non-mobilizable	no_good_hit								True	True
ISR0839_000000018372	1190	0.6399989441038506	1	1	1	1	1	False	20812	maximal	True	ISR0839_000000018372	1.0		178	11	False	False	1.0	0					non-mobilizable	other	1190.0	99.07600000000001	100.0	0.03320394314278533	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0223_000000003329	6982	0.6399963376377863	2	2	2	2	1	False	115724	maximal	True	ISR0223_000000003329	1.0		459	15	False	False	0.9988542199134827	0					non-mobilizable	no_good_hit	2204.0	75.227	31.0	0.001870469754873179	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ENG0057_000000017923	1466	0.6399943043468049	3	2	1	1	2	False	63514	fragment	False	ENG0057_000000017923	1.0		0	0	False	False	0.950204610824585	0					non-mobilizable	no_good_hit								True	False
ISR0848_000000009749	1808	0.6399925343268292	3	1	1	1	1	False	21646	fragment	False	ISR0812_000000021033	0.9757135226053242		0	0	False	False	0.9994469285011292	0					non-mobilizable	no_good_hit	615.0	81.789	34.0	0.00016973746061014325	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0309_000000012688	1559	0.6399911631182462	2	1	1	1	1	False	54638	fragment	False	ISR0309_000000012688	0.9851904090267983		0	0	False	False	0.9910199046134949	0					non-mobilizable	no_good_hit	947.0	97.994	61.0	0.006465605714363908	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0111_000000008664	2456	0.6399898835807847	6	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.9749475081797467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	85.53299999999999	49.0	0.00022695073675530142	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0011_000000012080	3858	0.6399878650116901	2	2	2	2	2	False	54743	fragment	False	MON0011_000000012080	0.9896935933147633		0	0	False	False	1.0	0					non-mobilizable	other	3858.0	99.352	100.0	0.07143520668834184	NZ_SPGG01000026.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_26_length_53825_cov_38.5271, whole genome shotgun sequence	False	False
ENG0208_000000018727	1635	0.6399878258992122	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.08091626287855756		0	0	False	False	0.9981651306152344	0					non-mobilizable	other	1633.0	97.979	99.0	0.0034125339528309185	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0069_000000004997	1756	0.6399801025173909	2	2	2	2	2	False	16398	maximal	True	MAD0069_000000004997	1.0		50	10	False	False	1.0	0					non-mobilizable	other	1756.0	95.786	100.0	0.0020322990803122907	NZ_ALJP01000009.1	g-proteobacteria	Haemophilus sputorum HK 2154 ctg120006325159, whole genome shotgun sequence	False	False
CHI0184_000000002797	3179	0.6399706197953334	3	3	2	2	3	False	112841	maximal	True	CHI0184_000000002797	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2294.0	74.41199999999999	71.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0203_000000009438	1838	0.6399691752224801	1	1	1	1	1	False	65948	fragment	False	ISR0203_000000009438	0.9980737479361586		0	0	False	False	0.9961915016174316	0					non-mobilizable	no_good_hit	1252.0	87.061	79.0	0.00035583544530630006	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0270_000000004314	1822	0.639952616086474	2	1	1	1	1	False	105017	fragment	False	ISR0088_000000007877	0.05320515783149235		0	0	False	False	0.9994511604309082	0					non-mobilizable	no_good_hit								True	False
CHI0136_000000010331	1334	0.639952616086474	1	1	1	1	1	False	80572	fragment	False	SPA0096_000000028438	0.7195817910392157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
CAN0001_000000014912	3132	0.6399507494333523	5	4	4	3	1	False	97391	maximal	True	CAN0001_000000014912	0.9951352180698547		109	10	False	False	0.9971264600753784	0					non-mobilizable	no_good_hit	2212.0	82.23299999999999	70.0	0.001006952591932924	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0020_000000009439	3123	0.6399507494333523	5	4	4	3	1	False	97391	maximal	False	CAN0001_000000014912	0.9918892859263571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2221.0	82.26	70.0	0.0010111097356610874	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0177_000000027090	1186	0.6399481551995712	3	3	3	3	1	False	29731	maximal	True	ISR0177_000000027090	1.0		8	2	False	False	0.979763925075531	0					non-mobilizable	no_good_hit	506.0	72.727	42.0	0.00040492690947072714	NZ_LN868538.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
ISR0013_000000003600	6193	0.6399472818941038	8	6	3	6	4	False	38127	maximal	True	ISR0013_000000003600	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	1.0	0.000472412097606124	NZ_RHHS01000030.1	firmicutes	Brevibacillus gelatini strain DSM 100115 contig_30, whole genome shotgun sequence	True	False
FIJ0095_000000007376	3621	0.6399470298664544	5	4	4	1	3	False	43141	fragment	False	FIJ0095_000000007376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	94.118	11.0	0.00010631133815649866	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0117_000000010067	1444	0.6399397168345113	2	2	2	2	2	False	102683	fragment	False	CAN0020_000000020591	0.4198492712027862		0	0	False	False	0.9951523542404175	0					non-mobilizable	other	1444.0	98.89200000000001	100.0	0.003170265941531584	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0116_000000031683	1299	0.6399377542095912	2	2	2	2	1	False	71409	fragment	False	SPA0097_000000025022	0.9720770528172324		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	97.76799999999999	100.0	0.0004580281429711206	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0328_000000022769	1283	0.6399377542095912	2	2	2	2	1	False	71409	fragment	False	SPA0097_000000025022	0.9662716168121877		0	0	False	False	0.9890880584716797	0					non-mobilizable	chromosome	1284.0	98.52	100.0	0.0004523821874337262	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
TAN0009_000000017609	2241	0.6399267924000818	6	5	4	4	2	True	2696	maximal	True	TAN0009_000000017609	1.0		12	6	False	False	1.0	0					non-mobilizable	other	1252.0	94.169	99.0	0.004091511177249759	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
FIJ0099_000000009580	2331	0.6399253765799345	2	2	2	2	1	False	42786	maximal	True	FIJ0099_000000009580	1.0		1	1	False	False	0.9849849939346313	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.035293847561475e-06	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	True	False
DEN0070_000000008009	4085	0.6399211067354151	2	2	2	2	1	False	70633	maximal	True	DEN0070_000000008009	1.0		5	3	False	False	0.993880033493042	0					non-mobilizable	no_good_hit	47.0	87.234	1.0	5.448178407471395e-06	NZ_CP032157.1	CFB group bacteria	Paraflavitalea soli strain 5GH32-13 chromosome, complete genome	True	False
SPA0116_000000007507	4964	0.6399176075876049	6	4	3	4	1	True	124826	fragment	False	SPA0116_000000007507	1.0		0	0	False	False	0.9991942048072815	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	9.74662793158969e-06	NC_008576.1	a-proteobacteria	Magnetococcus marinus MC-1, complete sequence	True	True
ENG0105_000000003507	5400	0.6399129613718668	7	6	5	6	4	False	63444	maximal	True	ENG0105_000000003507	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	73.885	11.0	0.0001218264265964722	CP003261.1	firmicutes	Clostridium pasteurianum BC1, complete genome	True	False
FIJ0144_000000011896	2649	0.6399116012664695	4	4	4	3	3	False	83814	maximal	True	FIJ0144_000000011896	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	80.55	35.0	9.542994693981342e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
DEN0072_000000002801	6969	0.6399107555888907	12	5	4	5	2	False	86624	maximal	True	DEN0072_000000002801	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	81.19	12.0	0.0002893240829896208	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0006_01_000000011754	2056	0.639909073368509	2	2	2	2	1	False	70148	fragment	False	ISR0207_000000013397	0.9704342706808912		0	0	False	False	0.9975680708885193	0					non-mobilizable	other	2056.0	100.0	100.0	0.004542862069422891	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
DEN0073_000000027785	1897	0.639909073368509	2	2	2	2	1	False	70148	fragment	False	ISR0207_000000013397	0.632295719844358		0	0	False	False	0.9978914260864258	0					non-mobilizable	other	1897.0	97.99700000000001	99.0	0.004186949274689516	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
FIJ0033_000000021978	1704	0.6399085482078901	3	2	2	2	1	False	91848	fragment	False	ISR0143_000000015255	0.7916889130893018		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	98.415	99.0	0.013685302371207797	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0045_000000017819	1330	0.6399085482078901	2	2	2	2	1	False	47533	fragment	False	FIJ0045_000000017819	0.9831417624521073		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	99.249	100.0	0.010694155201942638	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0057_000000015361	2147	0.6398994335004908	3	1	1	1	1	False	53322	maximal	True	FIJ0057_000000015361	1.0		3	2	False	False	0.9981369376182556	0					non-mobilizable	no_good_hit	1244.0	78.939	58.0	0.00522081912415167	LR756491.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
SPA0075_000000011661	1773	0.6398987141724689	3	2	2	2	1	False	5775	maximal	True	SPA0075_000000011661	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	83.76899999999999	61.0	0.3836113125453227	NZ_FNVV01000004.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0164_000000008007	3142	0.6398937863294709	4	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.6620639457354087		0	0	False	False	0.9961807727813721	0					non-mobilizable	other	2842.0	99.613	90.0	0.05202629699489077	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0172_000000005756	2789	0.6398937863294709	3	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.7214061730550233		0	0	False	False	0.9956973791122437	0					non-mobilizable	other	2788.0	99.641	99.0	0.051037412785906566	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0102_000000010508	2636	0.6398937863294709	3	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.7044172306583066		0	0	False	False	0.9950683116912842	0					non-mobilizable	other	2617.0	99.389	99.0	0.04790594612412328	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0025_000000015313	2565	0.6398937863294709	3	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.6094578702837575		0	0	False	False	1.0	0					non-mobilizable	other	2565.0	99.493	100.0	0.04695368725621257	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0052_000000014354	2449	0.6398937863294709	2	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.6776759225896617		0	0	False	False	1.0	0					non-mobilizable	other	2450.0	99.265	100.0	0.04484773014448697	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0262_000000007815	2097	0.6398937863294709	3	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.16335638591469737		0	0	False	False	1.0	0					non-mobilizable	other	2097.0	99.619	100.0	0.038383357445016204	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0081_000000013255	1790	0.6398937863294709	3	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.02601232275126582		0	0	False	False	0.9994413256645203	0					non-mobilizable	other	1786.0	99.104	99.0	0.032688116908088705	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0121_000000014753	1748	0.6398937863294709	3	2	2	2	0	True	122721	fragment	False	ISR0293_000000010219	0.013122712386823348		0	0	False	False	0.9839816689491272	0					non-mobilizable	other	1666.0	97.179	95.0	0.03043565843206915	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0037_000000021720	1509	0.6398937863294709	3	2	2	2	0	True	114043	fragment	False	FIJ0037_000000021720	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	98.212	100.0	0.027633819839947258	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0105_000000027383	1985	0.6398933721786518	3	2	2	2	2	False	43838	maximal	False	FIJ0086_000000015364	0.9536679536679536		0	0	False	False	0.9934508800506592	0					non-mobilizable	no_good_hit	126.0	79.365	6.0	4.019667845769235e-05	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
SPA0005_000000007656	3854	0.6398908217581315	4	4	4	3	3	False	108260	fragment	False	AST0110_000000004715	0.9655239258272045		0	0	False	False	0.9971458315849304	0					non-mobilizable	chromosome	1587.0	98.866	99.0	0.0004999033919359215	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0178_000000008918	1179	0.6398877054647202	1	1	1	1	1	False	77596	fragment	False	CHI0178_000000008918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	86.81700000000001	53.0	0.0001790646518855884	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0123_000000001170	22916	0.6398849360136823	19	13	10	12	6	True	52638	maximal	True	FIJ0123_000000001170	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3263.0	79.375	15.0	0.000901966665000472	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
SPA0054_000000022703	1290	0.6398731497218565	4	3	2	3	2	False	6419	maximal	True	SPA0054_000000022703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	85.10600000000001	7.0	0.03951890034364261	NZ_MWQY01000050.1	spirochetes	Marispirochaeta aestuarii strain JC444 Contig50, whole genome shotgun sequence	True	False
MAD0022_000000003222	3304	0.6398682028190531	4	3	2	3	3	False	50285	fragment	False	MAD0022_000000003222	1.0		0	0	False	False	0.9993946552276611	0					non-mobilizable	chromosome	3305.0	98.215	100.0	0.0006106038454366511	CP055981.1	enterobacteria	Escherichia coli strain RHB01-C20 chromosome	False	False
AST0005_000000003148	8934	0.6398670945767736	8	3	1	3	1	True	128762	maximal	True	AST0005_000000003148	1.0		9	3	False	False	0.9968659281730652	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.719632506920996e-07	LR812067.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
MON0077_000000011004	3472	0.6398649001327479	3	3	3	1	1	True	51663	fragment	False	MON0077_000000011004	1.0		0	0	False	False	0.9997119903564453	0					non-mobilizable	other	3410.0	92.346	98.0	0.11573095026945904	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0344_000000006933	4360	0.6398600779989834	4	3	3	3	2	False	127624	fragment	False	ENG0054_000000004945	0.38118573616276524		0	0	False	False	1.0	0					non-mobilizable	other	2426.0	99.876	95.0	0.17422228608377038	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0386_000000013523	2390	0.6398521204628547	4	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.2129566766053197		0	0	False	False	0.9995815753936768	0					non-mobilizable	other	1942.0	99.846	100.0	0.0005802775586249246	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0212_000000019039	1868	0.6398521204628547	4	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.15363982154942862		0	0	False	False	0.9946466684341431	0					non-mobilizable	other	1868.0	100.0	100.0	0.0005581546635511252	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0079_000000014062	1824	0.6398521204628547	3	2	2	2	2	False	127054	fragment	False	ENG0049_000000005054	0.12422073122063103		0	0	False	False	0.999451756477356	0					non-mobilizable	other	1824.0	100.0	100.0	0.0005450005097234608	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0098_000000001700	17873	0.6398492166525795	26	8	1	7	3	False	10176	maximal	True	SPA0098_000000001700	1.0		1	1	False	False	0.9997761845588684	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00013739144268245946	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0311_000000002866	5548	0.6398464077652081	7	5	4	5	4	True	25306	maximal	True	ISR0311_000000002866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	77.602	15.0	0.0002815600933354052	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
FIJ0021_000000004157	11404	0.6398462717597895	21	6	4	6	4	True	49706	maximal	True	FIJ0021_000000004157	1.0		1	1	False	False	0.9997369050979614	0					non-mobilizable	no_good_hit	162.0	86.42	1.0	0.0032096859383252754	NZ_JAATHJ010000025.1	firmicutes	Bacillus luteus strain H11 NODE_25_length_49226_cov_49.240718, whole genome shotgun sequence	True	True
DEN0064_000000008372	4244	0.6398455225068769	10	1	1	1	1	False	71326	maximal	True	DEN0064_000000008372	1.0		1	1	False	False	0.9995287656784058	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	4.7312423981074035e-07	LR812521.1	bony fishes	Danio kyathit genome assembly, chromosome: 3	True	False
CHI0125_000000005258	2930	0.6398454495743288	4	4	3	3	2	False	99842	maximal	True	CHI0125_000000005258	1.0		29	7	False	False	0.9996587038040161	0					non-mobilizable	no_good_hit								True	False
ISR0319_000000007078	2597	0.63984512326532	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.6784276600993281		0	0	False	False	1.0	0					non-mobilizable	other	2597.0	99.345	100.0	0.04753969271338839	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0143_000000007556	2545	0.63984512326532	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.6239113967025337		0	0	False	False	0.9858546257019043	0					non-mobilizable	other	2545.0	99.33200000000001	100.0	0.04656912117494094	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0392_000000021180	1633	0.63984512326532	3	2	2	2	1	True	114044	fragment	False	ISR0392_000000021180	1.0		0	0	False	False	0.9993876218795776	0					non-mobilizable	other	1633.0	99.816	100.0	0.029886278315966817	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0091_000000007550	3260	0.6398351135776904	5	5	5	5	4	False	84542	maximal	False	CHI0077_000000004126	0.9904833836858007		0	0	False	False	1.0	0					non-mobilizable	chromosome	3260.0	99.693	100.0	0.001291932813150996	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0397_000000004352	4856	0.6398291029616855	5	5	4	5	4	False	95737	maximal	True	ISR0397_000000004352	1.0		7	5	False	False	0.999588131904602	0					non-mobilizable	no_good_hit	518.0	83.205	34.0	0.00018308512962745895	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0832_000000004871	2744	0.639827229705225	4	4	4	3	3	False	86502	maximal	False	MON0056_000000005869	0.5323037253467444		0	0	False	False	0.9959912300109863	0					non-mobilizable	other	2746.0	92.97200000000001	100.0	0.0011773085447359959	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0012_000000012082	1902	0.639826736770358	2	2	2	2	1	False	38166	maximal	True	ISR0012_000000012082	1.0		0	0	False	False	0.9610936045646667	0					non-mobilizable	no_good_hit	1318.0	79.135	85.0	0.00036846695038811095	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0159_000000012539	1830	0.6398214855361614	3	3	3	3	1	False	56520	maximal	True	ENG0159_000000012539	1.0		39	7	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	98.887	74.0	0.0006117699635935558	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	True	False
CHI0032_000000006078	1286	0.6398192205334384	2	1	1	1	1	False	88429	fragment	False	CHI0032_000000006078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0007370604935575453	JN953740.1	rodents	Mus musculus targeted non-conditional, lacZ-tagged mutant allele Ubxn2b:tm1e(EUCOMM)Wtsi tm1e(EUCOMM)Hmgu; transgenic	True	False
ISR0027_000000002897	8711	0.6398145777195325	10	5	5	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.790958487683395		0	0	False	False	0.9996556043624878	0					non-mobilizable	no_good_hit	486.0	75.309	6.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
FIJ0156_000000005620	1488	0.6398140707359079	3	2	2	2	2	False	41988	fragment	False	FIJ0156_000000005620	1.0		0	0	False	False	0.9899193644523621	0					non-mobilizable	chromosome	1488.0	99.93299999999999	100.0	0.0002863567107223353	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
FIJ0112_000000021920	1279	0.6398140707359079	2	2	2	2	2	False	41987	fragment	False	FIJ0112_000000021920	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	100.0	100.0	0.00024677803088510086	CP052362.1	enterobacteria	Klebsiella pneumoniae strain D16KP0122 chromosome, complete genome	False	False
MAD0062_000000010122	1433	0.6398068006506246	2	2	2	2	2	False	16757	fragment	False	MAD0062_000000010122	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	96.17	100.0	0.13607054807509955	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0095_000000002979	2713	0.6398056135433449	4	4	3	3	2	False	83505	fragment	False	MAD0053_000000004278	0.9421279654924515		0	0	False	True	0.998894214630127	0					non-mobilizable	no_good_hit	1336.0	83.15899999999999	81.0	0.00046649707627721216	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0148_000000017121	1696	0.6398053241414617	2	1	1	1	1	False	30913	maximal	True	ISR0148_000000017121	1.0		3	1	True	True	1.0	1					non-mobilizable	no_good_hit	697.0	74.892	40.0	0.9955489614243324	NZ_BBAB01000064.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ISR0329_000000016327	1123	0.6398053241414617	1	1	1	1	1	False	24681	maximal	True	ISR0329_000000016327	1.0		5	2	False	False	0.9955476522445679	0					non-mobilizable	no_good_hit	697.0	74.605	60.0	0.9955489614243324	NZ_BBAB01000064.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
SPA0005_000000003935	7590	0.6397981256605481	15	5	4	5	3	True	54121	maximal	True	SPA0005_000000003935	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2090.0	94.928	76.0	0.011992120451115694	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0359_000000021344	1309	0.6397934341669879	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.05499801989700843	PS721	0	0	False	True	0.9992360472679138	0					non-mobilizable	no_good_hit	857.0	98.48299999999999	65.0	0.8724489795918368	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0042_000000017700	1473	0.6397914298281105	1	1	1	1	1	False	11715	fragment	False	MON0042_000000017700	1.0		0	0	False	False	0.9680923223495483	0					non-mobilizable	no_good_hit	1224.0	96.73200000000001	88.0	0.0004883504655301637	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0131_000000008881	3227	0.6397861119903535	3	3	3	2	2	False	31689	maximal	True	ISR0131_000000008881	1.0		11	4	False	False	0.9972110390663147	0					non-mobilizable	no_good_hit	1747.0	72.753	53.0	0.01201035640261562	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	False
ISR0321_000000002475	3876	0.6397779678082797	4	4	4	4	3	False	52030	maximal	True	ISR0321_000000002475	1.0		7	3	False	False	0.9997420310974121	0					non-mobilizable	no_good_hit	552.0	77.17399999999999	19.0	0.00016224290336968333	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
DEN0024_000000008127	1261	0.6397763303864757	3	2	2	2	2	False	74303	fragment	False	DEN0024_000000008127	1.0		0	0	False	False	0.9801744818687439	0					non-mobilizable	other	1265.0	79.684	100.0	0.005144747049936712	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0078_000000004737	7200	0.6397763124729705	9	7	6	3	1	True	34257	fragment	False	ISR0081_000000002884	0.9546304957904583		0	0	False	False	0.9900000095367432	0					non-mobilizable	no_good_hit	2297.0	73.4	32.0	0.08750096324266009	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	True	True
DEN0082_000000018331	2208	0.6397733174375076	3	3	2	2	2	True	118258	maximal	True	DEN0082_000000018331	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2231.0	79.919	100.0	0.11462306044616269	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0005_01_000000015810	2077	0.6397733174375076	3	3	2	2	2	True	118248	fragment	False	SPA0130_000000014816	0.7989880098692601		0	0	False	False	0.9995185136795044	0					non-mobilizable	other	2077.0	97.833	100.0	0.10845828326628702	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0055_01_000000013056	2071	0.6397733174375076	3	3	2	2	2	True	1033	maximal	True	USA0055_01_000000013056	1.0		46	5	False	False	0.9951714277267456	0					non-mobilizable	other	2076.0	92.726	99.0	0.006670218089657288	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0076_000000012374	2059	0.6397733174375076	3	3	2	2	2	True	55003	fragment	False	ISR0076_000000012374	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2066.0	88.916	100.0	0.10767462515020114	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0024_000000026413	1921	0.6397733174375076	3	3	2	2	2	True	118248	fragment	False	SPA0130_000000014816	0.45550878251049887		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	95.29799999999999	95.0	0.095501802413667	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0207_000000009731	1880	0.6397733174375076	3	3	2	2	2	True	118248	fragment	False	SPA0130_000000014816	0.5223064911385038		0	0	False	False	1.0	0					non-mobilizable	other	1880.0	94.574	100.0	0.0006547079389348086	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	True
ENG0053_000000017867	1394	0.6397670144983205	3	3	3	2	1	False	63839	fragment	False	ENG0053_000000017867	1.0		0	0	False	False	1.0	0					non-mobilizable	other	747.0	91.432	97.0	0.0001450693388542876	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	False	False
ISR0018_000000003824	5708	0.6397668635004001	5	3	3	3	1	False	42473	maximal	True	ISR0018_000000003824	1.0		3	1	False	False	0.9998248219490051	0					non-mobilizable	no_good_hit	664.0	95.03	20.0	0.004704396446513212	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0390_000000012261	1269	0.6397661548790814	2	2	2	1	1	False	22864	maximal	True	ISR0390_000000012261	1.0		1	1	False	False	0.9976359605789185	0					non-mobilizable	no_good_hit	881.0	99.65899999999999	69.0	0.5104408352668214	GQ874811.1		Uncultured organism clone 1041059767296 genomic sequence	True	False
SPA0140_000000003527	5915	0.6397557674607224	6	4	2	2	2	False	87284	maximal	False	CHI0044_000000001925	0.984443323242516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	92.87100000000001	21.0	0.0003534238524748253	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0098_000000006132	4131	0.6397401283619454	5	5	5	4	3	False	122782	fragment	False	ENG0098_000000006132	1.0		0	0	False	False	0.9956427216529846	0					non-mobilizable	chromosome	2448.0	99.387	100.0	0.0007712885246325348	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0075_000000016474	1199	0.6397168847573995	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.6024814380362161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	6.0	2.2215213584131873e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ITA0006_000000009910	2507	0.6397144957326165	2	1	1	1	1	False	106044	maximal	True	ITA0006_000000009910	1.0		1	1	False	False	0.9944156408309937	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.0001938297528670651	LN591802.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001564	True	False
ISR0319_000000015582	1327	0.6397144957326165	2	1	1	1	1	False	25083	maximal	True	ISR0319_000000015582	1.0		0	0	False	False	0.9449886679649353	0					non-mobilizable	no_good_hit								True	False
MAD0024_000000007241	1945	0.6397055344380981	2	2	2	2	1	False	57384	maximal	True	MAD0024_000000007241	1.0		1	1	False	False	0.991773784160614	0					non-mobilizable	no_good_hit	733.0	77.217	37.0	0.0015180757657814012	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0175_000000002768	4528	0.6397046527357172	3	3	3	3	3	False	101232	maximal	True	CHI0175_000000002768	1.0		57	7	False	False	0.9975706934928894	0					non-mobilizable	no_good_hit	1777.0	99.1	39.0	0.011489637305699482	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
AST0055_000000027771	1319	0.6397013252514511	2	1	1	1	1	True	113432	maximal	True	AST0055_000000027771	1.0		1	1	False	False	0.9924185276031494	0					non-mobilizable	no_good_hit								True	True
MON0087_000000045848	1131	0.6397001503541196	2	2	2	1	1	False	9661	fragment	False	MON0087_000000045848	1.0		0	0	False	False	0.9858532547950745	0					non-mobilizable	chromosome	1131.0	99.823	100.0	0.0004889615840624486	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
MON0059_000000012885	2974	0.6396995020774996	4	3	1	3	1	False	10949	maximal	True	MON0059_000000012885	1.0		3	2	False	False	0.999663770198822	0					non-mobilizable	no_good_hit	259.0	86.1	10.0	7.214541159376765e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0061_000000003622	5333	0.6396891518458118	5	3	3	3	3	True	6224	maximal	True	SPA0061_000000003622	1.0		6	1	False	False	0.9998124837875366	0					non-mobilizable	no_good_hit	769.0	88.68700000000001	28.0	0.00023191122668037373	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0129_000000006178	4608	0.6396891154949982	4	4	4	4	2	True	131602	fragment	False	MON0072_000000003974	0.961484677880851		0	0	False	False	0.9984809160232544	0					non-mobilizable	chromosome	4608.0	99.87	100.0	0.002031206599327193	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	True
AST0002_000000011827	3043	0.6396888515436032	3	3	3	3	2	False	132034	maximal	True	AST0002_000000011827	1.0		1	1	False	False	0.9957278966903687	0					non-mobilizable	no_good_hit	902.0	84.81200000000001	37.0	0.003547346008445686	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0053_000000006893	2641	0.6396861109172829	3	3	3	3	3	False	104782	maximal	True	ISR0053_000000006893	1.0		2	2	False	False	0.9969708323478699	0					non-mobilizable	no_good_hit	808.0	70.297	30.0	0.012144430312994385	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0288_000000014637	2061	0.6396840222911455	2	2	2	2	1	False	97232	fragment	False	MAD0066_000000013245	0.9716306992892402		0	0	False	False	1.0	0					non-mobilizable	other	2061.0	98.93299999999999	100.0	0.021129722133896793	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
FIJ0036_000000019842	2058	0.6396840222911455	2	2	2	2	1	False	97232	fragment	False	MAD0066_000000013245	0.9694920444380846		0	0	False	False	0.9961127042770386	0					non-mobilizable	other	2058.0	99.708	100.0	0.021098950693895974	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
ENG0041_000000012665	1956	0.6396830216026324	3	2	2	2	2	False	64749	maximal	True	ENG0041_000000012665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	95.272	43.0	0.04087061668681983	NZ_WNCH01000042.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold42_size20675, whole genome shotgun sequence	True	False
ISR0009_000000017289	1923	0.6396818479534819	2	2	2	2	2	False	58179	maximal	False	ISR0812_000000018964	0.9488283118125299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	82.87299999999999	9.0	0.00095944418405889	NZ_JAAIUD010000004.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_4_length_181355_cov_306.037, whole genome shotgun sequence	True	False
ENG0134_000000023534	1664	0.6396818479534819	2	2	2	2	2	False	58173	fragment	False	ISR0237_000000006472	0.7221242697731831		0	0	False	False	0.9981971383094788	0					non-mobilizable	no_good_hit	157.0	82.803	9.0	0.0008520322651165658	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	False
ISR0047_000000018052	1657	0.6396818479534819	2	2	2	2	2	False	58173	fragment	False	ISR0237_000000006472	0.7219583344682937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	81.765	10.0	0.0009305089211141443	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	False
FIJ0106_000000024065	1178	0.6396750545154896	2	2	2	2	2	False	42315	fragment	False	FIJ0106_000000024065	1.0		0	0	False	False	0.9847198724746704	0					non-mobilizable	plasmid	1111.0	91.62899999999999	94.0	0.004538925596093077	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0267_000000013593	1359	0.6396701493951731	5	5	1	2	5	False	26526	maximal	True	ISR0267_000000013593	1.0		41	7	False	False	1.0	0					non-mobilizable	other	790.0	95.57	100.0	0.000273763201778766	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0096_000000005202	4798	0.6396648861686265	7	3	2	2	3	False	48094	fragment	False	ISR0775_000000003639	0.998332986038758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	76.575	33.0	0.12708484408992024	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0818_000000010519	1736	0.6396555023556729	2	2	2	2	2	False	23854	maximal	True	ISR0818_000000010519	0.9729093050647821		653	15	False	False	0.9965437650680542	0					non-mobilizable	no_good_hit	600.0	83.833	71.0	0.00019210171850458482	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0358_000000011550	1698	0.6396555023556729	2	2	2	2	2	False	23854	maximal	False	ISR0818_000000010519	0.9628456221198156		0	0	False	False	0.9982331991195679	0					non-mobilizable	no_good_hit	600.0	83.833	72.0	0.00019210171850458482	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0047_000000020183	2212	0.6396510105872396	3	3	1	2	1	False	17655	maximal	True	MAD0047_000000020183	1.0		0	0	False	False	0.9810126423835754	0					non-mobilizable	no_good_hit	1041.0	99.23200000000001	47.0	0.016351904312244255	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	True	False
ISR0026_000000010972	2048	0.6396427775398124	3	3	1	2	3	False	37298	maximal	True	ISR0026_000000010972	1.0		59	6	False	False	0.99755859375	0					non-mobilizable	no_good_hit	844.0	76.54	41.0	0.005583383423495626	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
MON0045_000000007715	2965	0.6396409711974494	3	3	3	3	3	False	11575	maximal	True	MON0045_000000007715	1.0		8	2	False	False	0.9915682673454285	0					non-mobilizable	no_good_hit	1096.0	76.277	37.0	0.0026393785595288832	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0067_000000023396	1326	0.6396401872411426	2	2	2	2	1	True	35050	fragment	False	ISR0067_000000023396	1.0		0	0	False	False	0.9864253401756287	0					non-mobilizable	no_good_hit	137.0	100.0	10.0	0.0005246670678826597	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0171_000000000545	26954	0.6396299774005485	51	24	2	15	14	False	55823	maximal	True	ENG0171_000000000545	1.0		1	1	False	False	0.9987015128135681	0					non-mobilizable	virus	6381.0	98.79299999999999	95.0	0.21738241308793457	NC_049486.1	viruses	Lactococcus phage CHPC959, complete genome	False	False
FIJ0018_000000007638	3542	0.6396291227678147	2	2	2	1	2	False	50016	fragment	False	FIJ0018_000000007638	1.0		0	0	False	False	0.999717652797699	0					non-mobilizable	no_good_hit	806.0	72.581	22.0	0.000232221850641231	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
CAN0009_000000008337	2875	0.6396290510326548	4	3	1	1	2	True	106908	fragment	False	CAN0009_000000008337	1.0		0	0	False	False	0.9951304197311401	0					non-mobilizable	no_good_hit	1972.0	98.225	84.0	0.35681941677232387	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
USA0037_01_000000021950	1540	0.6396274651135103	3	1	1	1	1	True	113507	fragment	False	USA0037_01_000000021950	0.9629501385041551		0	0	False	True	1.0	0					non-mobilizable	chromosome	1542.0	91.699	100.0	0.0005364365554847588	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0112_000000004778	5590	0.6396183730245127	8	3	3	1	2	False	32659	maximal	True	ISR0112_000000004778	1.0		42	7	False	False	0.9985688924789429	0					non-mobilizable	no_good_hit	152.0	76.97399999999999	3.0	3.066857063875071e-05	NZ_CP015756.1	firmicutes	Clostridium estertheticum subsp. estertheticum strain DSM 8809 chromosome, complete genome	True	False
ISR0388_000000027045	1303	0.6396178922003645	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.011324403587537201		0	0	False	False	1.0	0					non-mobilizable	chromosome	1303.0	96.93	100.0	0.0003356491059282283	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
ISR0174_000000003723	7483	0.639609772379721	5	3	3	3	3	False	100879	maximal	True	ISR0174_000000003723	0.9999331729484096		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	4402.0	80.214	58.0	0.0007066190143931467	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
USA0011_01_000000004982	7482	0.639609772379721	5	3	3	3	3	False	100879	maximal	False	ISR0174_000000003723	0.9998663637578511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4402.0	80.236	58.0	0.0007066190143931467	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
MON0017_000000007043	2774	0.6396065079595127	5	4	2	4	2	False	27077	fragment	False	MON0017_000000007043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	90.04899999999999	86.0	0.0003429894339731876	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0194_000000003916	6450	0.6396062068103292	8	5	5	5	2	False	113872	fragment	False	ENG0194_000000003916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1890.0	85.926	57.0	0.0006400732754798596	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MON0022_000000012741	2310	0.6396046405650304	2	2	2	1	2	False	13024	fragment	False	MON0022_000000012741	1.0		0	0	False	False	0.9571428298950195	0					non-mobilizable	no_good_hit	762.0	79.396	36.0	0.000201935109206347	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0059_000000002871	4290	0.6395975493877121	5	4	1	3	3	False	79812	maximal	True	ENG0059_000000002871	1.0		3	2	True	True	1.0	738	rep_cluster_2350,rep_cluster_2370			MOBF,MOBP,MOB_unknown	mobilizable	plasmid	3909.0	99.84700000000001	100.0	0.9056778679026651	JX238450.1	enterobacteria	Escherichia coli strain EC71 plasmid pEC71-2 hypothetical protein, EcoVIII methyltransferase, and EcoVIII restriction endonuclease genes, complete cds	False	True
ISR0385_000000004679	4224	0.6395964617934096	2	2	1	1	2	True	79355	fragment	False	ISR0385_000000004679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2578.0	90.535	61.0	0.0005227996479477323	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
MAD0051_000000000129	42003	0.6395928401392461	39	10	6	9	3	True	17371	maximal	True	MAD0051_000000000129	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0074_000000012473	1672	0.6395920897234637	2	2	2	2	1	False	10370	maximal	True	MON0074_000000012473	1.0		38	8	False	False	0.9820573925971985	0					non-mobilizable	no_good_hit	781.0	72.215	46.0	0.00010741870054263996	CP001793.1	firmicutes	Paenibacillus sp. Y412MC10, complete genome	True	False
ENG0037_000000012110	2800	0.6395917709497911	3	3	3	3	1	False	65215	fragment	False	ENG0037_000000012110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000022392	1552	0.6395868944950377	3	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.2005449551719743		0	0	False	False	0.9954897165298462	0					non-mobilizable	no_good_hit								True	False
ENG0033_000000013646	1903	0.6395818874216864	3	2	2	2	2	False	85636	fragment	False	ENG0033_000000013646	0.9818428184281843		0	0	False	False	0.9963216185569763	0					non-mobilizable	other	1884.0	99.257	99.0	0.0003976867010230242	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0186_000000016799	1845	0.6395818874216864	2	2	2	2	2	False	85636	fragment	False	ENG0033_000000013646	0.9671571203363112		0	0	False	False	0.9799457788467407	0					non-mobilizable	other	1826.0	99.56200000000001	99.0	0.003313795557879752	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0065_000000009318	1204	0.6395748774106135	2	2	2	2	2	False	99469	fragment	False	MAD0065_000000009318	0.9688505255423999		0	0	False	False	0.9991694092750549	0					non-mobilizable	chromosome	1204.0	97.757	100.0	0.00040492275669258554	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0032_000000017360	1414	0.6395699791333642	2	2	2	2	1	False	65585	fragment	False	ENG0032_000000017360	1.0		0	0	False	False	0.99929279088974	0					non-mobilizable	no_good_hit	405.0	92.59299999999999	89.0	0.00011518201609583144	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ENG0084_000000011247	2474	0.639561752059855	2	2	2	2	1	False	61530	maximal	True	ENG0084_000000011247	1.0		2	2	False	False	0.9927243590354919	0					non-mobilizable	no_good_hit								True	False
ENG0034_000000004254	3402	0.6395560116699853	4	4	4	4	4	False	93608	maximal	True	ENG0034_000000004254	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	2229.0	92.598	80.0	0.00041342063002404125	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
MON0032_000000012992	2137	0.6395559284253161	3	3	3	3	3	False	48373	fragment	False	MON0032_000000012992	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2088.0	90.27799999999999	98.0	0.0008113185563205886	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
CHI0097_000000002296	2545	0.6395535348307515	3	2	2	2	2	True	83425	fragment	False	CHI0097_000000002296	1.0		0	0	False	False	0.9996070861816406	0					non-mobilizable	other	2546.0	99.568	100.0	0.017461166913661563	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0131_000000010623	1750	0.6395503742557929	3	3	3	2	2	True	131047	maximal	True	FIJ0131_000000010623	1.0		82	10	False	False	0.99657142162323	0					non-mobilizable	other	1751.0	94.346	100.0	0.006705333578837538	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0052_000000020854	1222	0.6395421472477336	2	2	1	2	1	False	114346	maximal	True	AST0052_000000020854	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0094_000000000498	20699	0.6395413942858625	21	8	3	5	7	False	9358	fragment	False	MON0094_000000000498	1.0		0	0	False	False	0.9999516606330872	0					non-mobilizable	virus	17932.0	96.565	94.0	0.1897469546719724	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	False	False
ISR0072_000000006329	4158	0.6395397637443865	6	4	3	4	4	False	81230	maximal	True	ISR0072_000000006329	1.0		18	7	False	False	0.9973545074462891	0					non-mobilizable	no_good_hit	400.0	76.5	9.0	0.00013571892473597356	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0016_000000020669	2338	0.6395374512415175	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4464716570720436		0	0	False	False	1.0	0					non-mobilizable	other	2338.0	99.18700000000001	100.0	0.0007270367450655142	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0787_000000000511	15382	0.6395317441314906	18	8	1	8	1	False	22141	maximal	True	ISR0787_000000000511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0022_000000004378	4584	0.6395272137089509	7	3	1	3	1	False	83324	maximal	True	ENG0022_000000004378	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit	2275.0	86.462	69.0	0.0007875903279599778	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MON0078_000000014760	2888	0.6395260707061414	5	4	2	3	3	True	119998	fragment	False	MON0078_000000014760	0.9165135867087956		0	0	False	True	1.0	0					non-mobilizable	other	2845.0	93.779	99.0	0.0008841413904476643	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0049_000000004445	4939	0.6395205384024067	5	2	1	1	1	True	7879	maximal	True	SPA0049_000000004445	1.0		5	1	True	True	1.0	27					non-mobilizable	no_good_hit	451.0	81.375	9.0	0.08560386473429951	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
MON0099_000000033011	1131	0.6395191316905527	2	2	2	2	2	False	10783	fragment	False	MON0099_000000033011	0.998139534883721		0	0	False	False	0.941644549369812	0					non-mobilizable	no_good_hit	554.0	75.09	48.0	0.006178078006721206	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
DEN0054_000000002289	2638	0.6395191291627109	3	1	1	1	1	False	76646	fragment	False	DEN0054_000000002289	0.9943798449612403		0	0	False	False	0.999241828918457	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.303219956792415e-07	CP050586.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 06a	True	False
ISR0372_000000005654	2909	0.6395148494140236	4	4	4	4	3	False	40785	maximal	True	ISR0372_000000005654	1.0		136	11	False	False	0.9914059638977051	0					non-mobilizable	no_good_hit	2356.0	98.557	81.0	0.013176594339939349	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	True	False
MAD0051_000000001279	13919	0.6395143125688072	13	10	6	9	3	True	132288	fragment	False	CHI0140_000000001647	0.1243664628166328		0	0	False	False	0.998634934425354	0					non-mobilizable	other	13090.0	91.833	94.0	0.5761172875049829	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
ENG0060_000000009067	3103	0.6395131946997625	3	3	3	3	1	True	100846	maximal	True	ENG0060_000000009067	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2428.0	98.353	78.0	0.0007646693750545686	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0135_000000001483	13116	0.6395079344126299	11	10	2	3	9	False	31442	fragment	False	MAD0005_000000000751	0.9552762039660057		0	0	False	False	0.9997712969779968	0		MOBP	MPF_I	MOBP	conjugative	plasmid	13039.0	99.992	99.0	0.13954981857881385	CP032938.1	enterobacteria	Escherichia coli strain CHL5009T plasmid pCHL5009T-94k, complete sequence	False	True
ISR0024_000000007786	2886	0.6395043685672845	4	3	3	2	1	False	39241	fragment	False	ISR0024_000000007786	0.9818311364446027		0	0	False	False	0.9878724813461304	0					non-mobilizable	other	2886.0	99.723	100.0	0.012826383671146638	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0046_000000029110	1202	0.639491833894715	2	2	2	2	1	False	46932	fragment	False	MAD0090_000000011370	0.9466338259441708		0	0	False	False	0.9950082898139954	0					non-mobilizable	other	1202.0	98.669	100.0	0.026117780097425193	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
USA0083_01_000000006780	4603	0.6394896963789926	5	4	3	4	3	True	93739	fragment	False	USA0083_01_000000006780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3855.0	88.92299999999999	88.0	0.0007167763639131857	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
USA0019_01_000000004716	6004	0.6394885159681971	5	5	3	3	3	False	115352	fragment	False	SPA0108_000000004649	0.9176089939091391		0	0	False	False	1.0	0					non-mobilizable	other	6026.0	93.329	100.0	0.001404477343120814	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MAD0014_000000027042	1276	0.6394861548529113	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.13385264979865316		0	0	False	False	0.9992163181304932	0					non-mobilizable	chromosome	1276.0	98.74600000000001	100.0	0.00036266202459275186	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0382_000000006730	2096	0.6394858132641449	3	3	2	3	2	False	126803	maximal	True	ISR0382_000000006730	1.0		8	2	False	False	0.9990457892417908	0					non-mobilizable	chromosome	1469.0	82.301	99.0	0.0006217516158038112	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
USA0020_01_000000014619	2390	0.6394842292199139	3	2	2	2	1	False	1796	maximal	True	USA0020_01_000000014619	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	80.61399999999999	56.0	0.00077177319323227	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0071_000000007702	2705	0.6394828898410051	5	4	1	4	2	False	62296	maximal	True	ENG0071_000000007702	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	99.697	51.0	0.0005601490225378356	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MON0089_000000015097	1781	0.6394803325888492	2	1	1	1	1	False	76744	fragment	False	MON0089_000000015097	1.0		0	0	False	False	0.9994385242462158	0					non-mobilizable	no_good_hit	103.0	79.612	6.0	1.0374416941888656e-05	NC_013440.1	d-proteobacteria	Haliangium ochraceum DSM 14365, complete genome	True	False
SPA0115_000000015315	1792	0.6394798362187033	4	2	2	2	2	False	4390	fragment	False	SPA0115_000000015315	1.0		0	0	False	False	0.9854910969734192	0					non-mobilizable	no_good_hit	1261.0	79.14399999999999	70.0	0.0003336690554621705	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0840_000000011434	1518	0.6394796150658902	2	2	2	2	1	False	100100	fragment	False	MON0094_000000022805	0.9601653519776233		0	0	False	False	0.9986824989318848	0					non-mobilizable	no_good_hit	49.0	89.796	3.0	1.2754769885350562e-05	NZ_BDCO01000002.1	verrucomicrobia	Terrimicrobium sacchariphilum strain NM-5, whole genome shotgun sequence	True	False
FIJ0050_000000006750	3799	0.6394774029336093	6	5	4	4	2	False	46621	maximal	True	FIJ0050_000000006750	0.947468698965705		14	1	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	85.815	32.0	0.014940469918870509	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
MAD0002_000000034550	1309	0.6394752306648627	2	2	2	2	1	True	20131	fragment	False	MAD0002_000000034550	1.0		0	0	False	False	0.9977082014083862	0					non-mobilizable	other	1330.0	81.88	100.0	0.0003986310455905656	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0061_000000014184	1478	0.6394716370025965	2	2	2	2	2	False	63245	maximal	True	ENG0061_000000014184	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	75.39399999999999	34.0	0.00016999511687333603	CP037895.1	firmicutes	Thermaerobacter sp. FW80 chromosome, complete genome	True	False
CHI0037_000000004933	2650	0.6394700054443515	4	4	4	4	3	False	87998	maximal	False	SPA0016_000000012362	0.9794512436804391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1491.0	87.928	56.0	0.00048393554979498553	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
SPA0095_000000001862	11334	0.6394668617548018	12	12	7	10	9	False	119724	fragment	False	SPA0095_000000001862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10114.0	89.055	89.0	0.0016120476119508124	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
FIJ0048_000000001599	15653	0.6394664111686122	14	9	6	8	6	True	72586	maximal	True	FIJ0048_000000001599	1.0		1	1	False	False	0.9987861514091492	0					non-mobilizable	no_good_hit	934.0	82.976	19.0	0.003957374275792006	NZ_CABMGA010000004.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
CHI0054_000000006501	2622	0.6394659486495062	3	1	1	1	1	False	86353	maximal	True	CHI0054_000000006501	1.0		1	1	False	False	0.9969488978385925	0					non-mobilizable	no_good_hit	575.0	71.652	21.0	0.0007107338516716157	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0029_000000031465	1329	0.6394659486495062	1	1	1	1	1	False	83393	fragment	False	ISR0029_000000031465	0.9879727974119694		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	84.97399999999999	100.0	0.0051011204040977845	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
CHI0098_000000007517	1235	0.6394659486495062	1	1	1	1	1	False	83393	fragment	False	ISR0029_000000031465	0.952060950319847		0	0	False	False	0.9765182137489319	0					non-mobilizable	other	1237.0	85.044	100.0	0.004740318810429469	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0168_000000012752	1749	0.6394634332282022	1	1	1	1	1	False	52279	maximal	True	FIJ0168_000000012752	1.0		140	9	False	False	1.0	0					non-mobilizable	other	1630.0	91.595	93.0	0.3019359642591214	NZ_CABIWU010000106.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0056_000000000008	85955	0.6394613918451155	123	34	18	31	16	False	44099	maximal	True	MAD0056_000000000008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	86.066	0.0	0.0001918679694660362	NZ_KE136493.1	firmicutes	Enterococcus columbae DSM 7374 = ATCC 51263 acyDG-supercont2.3, whole genome shotgun sequence	True	False
CHI0124_000000004934	3174	0.6394575902222678	4	4	4	4	3	False	81687	maximal	True	CHI0124_000000004934	1.0		36	8	False	False	0.9836168885231018	0					non-mobilizable	other	3174.0	99.49600000000001	100.0	0.0034867288922685387	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
CHI0184_000000000597	11687	0.6394567151227482	10	7	7	7	6	False	130495	maximal	False	ISR0005_000000000881	0.9753457187405502		0	0	False	False	0.9994866251945496	0					non-mobilizable	no_good_hit	8028.0	99.402	71.0	0.012805333401415687	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
MAD0086_000000009792	1175	0.6394525083556468	2	1	1	1	1	False	16017	maximal	True	MAD0086_000000009792	1.0		1	1	False	False	0.999148964881897	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000017435	1506	0.6394506719895616	2	2	2	2	2	False	112602	fragment	False	MAD0088_000000017435	0.9690465552728234		0	0	False	False	1.0	0					non-mobilizable	virus	1499.0	74.249	98.0	0.007900561710011147	NC_007581.1	viruses	Clostridium phage c-st, complete genome	False	False
ISR0119_000000015736	1981	0.6394465938599823	3	2	2	2	2	False	32345	maximal	True	ISR0119_000000015736	1.0		4	4	False	False	0.9924280643463135	0					non-mobilizable	other	1997.0	98.29700000000001	100.0	0.03775012293376707	NZ_JAAITU010000028.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_28_length_52874_cov_169.433, whole genome shotgun sequence	False	False
FIJ0153_000000014830	1744	0.6394367441908858	2	2	2	2	2	False	39644	maximal	True	FIJ0153_000000014830	1.0		130	9	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	74.14	51.0	0.008442974068691196	NZ_JAAWUO010000017.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_17_length_104584_cov_146.344, whole genome shotgun sequence	True	False
ENG0211_000000020407	1154	0.6394262415524267	2	1	1	1	1	False	53617	fragment	False	ENG0211_000000020407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	9.143592233621934e-05	NZ_ANAS01000019.1	high GC Gram+	Nocardiopsis baichengensis YIM 90130 Scaffold8_1, whole genome shotgun sequence	True	False
SPA0064_000000001722	10809	0.6394244417410925	8	6	4	4	5	False	86272	maximal	True	SPA0064_000000001722	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	4055.0	89.199	56.0	0.0008994803325638947	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
SPA0120_000000004609	8968	0.6394204992747429	13	9	5	5	9	False	106603	maximal	True	SPA0120_000000004609	1.0		11	4	False	False	1.0	0					non-mobilizable	other	8968.0	99.62100000000001	100.0	0.0027344125221273347	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0187_000000020227	1504	0.6394128294585372	2	2	2	2	2	False	54966	fragment	False	ENG0187_000000020227	1.0		0	0	False	False	0.9953457713127136	0					non-mobilizable	other	1505.0	99.26899999999999	100.0	0.014814668886240286	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
FIJ0150_000000013675	1776	0.6394033168882849	3	2	2	2	2	False	113756	fragment	False	ISR0059_000000003816	0.06268325356634405		0	0	False	False	1.0	0					non-mobilizable	chromosome	1776.0	95.777	100.0	0.0004962284677287765	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0037_000000009642	3412	0.6394008690997635	4	4	4	4	2	False	115901	fragment	False	ENG0037_000000009642	0.9589496786532041		0	0	False	False	0.9994138479232788	0					non-mobilizable	no_good_hit	937.0	84.41799999999999	45.0	0.0003201047366247457	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0014_000000005394	3259	0.6393973645992881	3	3	3	3	3	False	126367	maximal	False	SPA0066_000000003952	0.905447915745727		0	0	False	False	1.0	0					non-mobilizable	other	3137.0	96.685	99.0	0.07144490169181528	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0012_000000024456	2117	0.6393957787166074	4	3	3	2	1	True	102076	maximal	True	MON0012_000000024456	1.0		22	6	False	False	0.9796882271766663	0					non-mobilizable	other	1953.0	76.03699999999999	95.0	0.0005775869362510841	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0344_000000023898	1462	0.6393943026738375	3	2	2	2	1	False	73218	fragment	False	SPA0015_000000015925	0.9244604316546763		0	0	False	False	1.0	0					non-mobilizable	chromosome	1468.0	94.414	100.0	0.0002827152302182689	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0009_000000010025	3192	0.6393930924502655	4	3	3	3	2	True	122721	fragment	False	ISR0293_000000010219	0.8344005048552439		0	0	False	False	0.9990601539611816	0					non-mobilizable	other	3008.0	99.20200000000001	94.0	0.05506620030399033	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0100_000000007164	4437	0.6393922820018378	5	5	5	5	5	False	68316	maximal	True	SPA0100_000000007164	1.0		49	8	False	False	0.9995492696762085	0					non-mobilizable	other	4437.0	98.851	100.0	0.043695393071384245	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
CHI0128_000000004739	1707	0.6393919624463581	1	1	1	1	1	False	93400	fragment	False	CHI0128_000000004739	0.9765184721352536		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	98.711	100.0	0.0004734769593059744	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0040_000000005504	3983	0.6393877346507222	5	4	4	3	3	False	93560	maximal	True	ENG0040_000000005504	1.0		20	8	False	False	0.9884509444236755	0					non-mobilizable	no_good_hit	2687.0	91.92399999999999	67.0	0.0006583026677072016	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0151_000000002880	5792	0.639384629096893	8	5	3	2	4	False	103721	maximal	True	AST0151_000000002880	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	70.081	15.0	0.00014716782354526076	NZ_CM000745.1	firmicutes	Bacillus pseudomycoides DSM 12442 chromosome, whole genome shotgun sequence	True	False
ENG0204_000000003486	5950	0.639382739838191	2	1	1	1	1	False	54066	maximal	True	ENG0204_000000003486	1.0		109	9	False	False	0.9984874129295349	0					non-mobilizable	chromosome	5951.0	96.958	100.0	0.0013239571028106436	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0086_000000004215	5633	0.639382739838191	2	1	1	1	1	False	94532	maximal	True	ENG0086_000000004215	0.975921947726459		493	14	False	False	0.999289870262146	0					non-mobilizable	other	5633.0	99.98200000000001	100.0	0.042935337795599736	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	False
ISR0344_000000005135	5586	0.639382739838191	2	1	1	1	1	False	94532	maximal	False	ENG0086_000000004215	0.9719510030179301		0	0	False	False	1.0	0					non-mobilizable	chromosome	5444.0	98.45700000000001	100.0	0.001548211294006548	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0106_000000003453	5543	0.639382739838191	2	1	1	1	1	False	107510	fragment	False	AST0106_000000003453	0.9515508688380532		0	0	False	False	1.0	0					non-mobilizable	chromosome	5543.0	95.47200000000001	100.0	0.001575517611152355	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0105_000000005617	5345	0.639382739838191	2	1	1	1	1	False	107510	fragment	False	AST0106_000000003453	0.9249280719881477		0	0	False	False	0.99981290102005	0					non-mobilizable	chromosome	5345.0	96.258	100.0	0.0015194827728427299	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0087_000000019638	1822	0.6393821494539657	2	2	1	1	2	False	56791	maximal	True	ISR0087_000000019638	1.0		35	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0030_000000005260	1290	0.6393812224801168	3	2	1	2	1	False	88516	fragment	False	CHI0030_000000005260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	85.64399999999999	63.0	0.0002584048002454045	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0058_000000026206	1929	0.6393784310331129	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.3986948290107129		0	0	False	False	0.9948159456253052	0					non-mobilizable	chromosome	1911.0	92.936	100.0	0.0007849377609423866	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0053_000000002203	5369	0.6393768137053037	8	6	3	5	4	False	118685	fragment	False	CHI0053_000000002203	1.0		0	0	False	False	0.9931085705757141	0					non-mobilizable	no_good_hit	1917.0	95.09700000000001	83.0	0.00042681135899823704	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MON0083_000000005081	5370	0.6393739688038366	6	5	1	3	5	True	80726	fragment	False	MON0083_000000005081	1.0		0	0	False	False	0.9992551207542419	0					non-mobilizable	other	5394.0	95.866	100.0	0.0010347464237273156	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
CHI0168_000000005038	3534	0.6393714317043506	5	4	3	3	3	False	97160	fragment	False	CHI0168_000000005038	1.0		0	0	False	False	0.9951896071434021	0					non-mobilizable	other	3536.0	97.794	100.0	0.0014402875522893646	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
AST0025_000000011447	3022	0.6393676172378556	4	4	4	3	3	False	120471	maximal	True	AST0025_000000011447	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	84.113	50.0	0.12793158919651174	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
ISR0090_000000003813	5723	0.6393637788768899	8	2	1	2	0	True	33690	fragment	False	ISR0090_000000003813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	766.0	72.846	13.0	0.16498020237571492	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
CHI0144_000000001792	6897	0.6393636170099722	5	5	3	5	3	False	79883	fragment	False	CHI0144_000000001792	0.9876763177431329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5609.0	99.198	81.0	0.23252052749440158	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ENG0096_000000005779	5471	0.639359927856776	7	6	2	2	5	False	60882	fragment	False	ENG0096_000000005779	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2535.0	99.014	97.0	0.0640289407776569	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
ISR0199_000000002702	8913	0.6393596922556546	7	4	3	3	2	True	74336	fragment	False	ISR0199_000000002702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000019686	1363	0.6393582755816929	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.06529108555190243	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1364.0	90.762	100.0	0.00042122710860877457	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0050_000000014183	1909	0.6393562447360226	2	2	2	2	2	False	64135	maximal	True	ENG0050_000000014183	1.0		53	8	False	False	0.998952329158783	0					non-mobilizable	chromosome	1212.0	95.132	95.0	0.00032452775985267353	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0151_000000006426	2831	0.6393521724160226	3	3	3	3	2	True	30776	fragment	False	ISR0151_000000006426	0.9513888888888888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	86.154	9.0	0.00010367870910581826	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
MON0039_000000006604	6228	0.6393493496216179	6	5	1	5	2	False	13825	fragment	False	MON0009_000000003658	0.9392147946036078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000005914	2383	0.6393481658902835	3	3	3	3	3	False	48377	fragment	False	FIJ0145_000000005914	1.0		0	0	False	False	0.9962232708930969	0					non-mobilizable	chromosome	2339.0	90.765	98.0	0.0009091288145513608	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
SPA0107_000000016856	1935	0.639346959800666	3	3	3	3	3	False	58055	maximal	True	SPA0107_000000016856	1.0		4	3	False	False	0.9741601943969727	0					non-mobilizable	no_good_hit								True	False
ISR0112_000000019383	1853	0.6393451764804113	3	2	1	2	1	False	32638	fragment	False	ISR0112_000000019383	1.0		0	0	False	False	0.9978413581848145	0					non-mobilizable	other	1861.0	92.853	100.0	0.04067201054134183	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	False	False
ENG0113_000000009199	3060	0.6393401608725092	4	4	4	4	3	False	59617	maximal	True	ENG0113_000000009199	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	1314.0	89.117	56.0	0.00039087008818053116	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	True	False
MAD0039_000000001193	7882	0.6393381562682918	12	9	4	6	9	True	18514	fragment	False	MAD0039_000000001193	1.0		0	0	False	False	1.0	0		MOBC			mobilizable	other	4007.0	97.479	96.0	0.0630154233553667	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
ISR0396_000000004767	4511	0.6393374027536111	6	6	6	5	3	False	80831	maximal	True	ISR0396_000000004767	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1919.0	72.173	42.0	0.00035672623022739783	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ENG0153_000000018984	1580	0.6393289955303146	3	3	2	2	1	False	56919	maximal	True	ENG0153_000000018984	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	75.495	50.0	0.00022482729176223718	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0355_000000007334	2601	0.6393252777732341	2	2	2	2	2	True	120749	maximal	True	ISR0355_000000007334	1.0		1	1	False	False	0.9980776906013489	0					non-mobilizable	other	1436.0	87.95299999999999	96.0	0.00046573515302633596	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
DEN0028_000000003318	6758	0.6393250349797976	7	5	1	5	1	False	74054	maximal	True	DEN0028_000000003318	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0036_000000016608	1450	0.6393246373622105	2	2	2	2	1	False	12170	fragment	False	MON0036_000000016608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	73.37899999999999	20.0	6.17766618686065e-05	CP044097.1	enterobacteria	Citrobacter koseri strain FDAARGOS_646 chromosome, complete genome	True	False
SPA0013_000000018618	1526	0.6393239789845316	1	1	1	1	1	False	110553	maximal	True	SPA0013_000000018618	1.0		612	12	False	False	1.0	0					non-mobilizable	other	1526.0	100.0	100.0	0.006699939371040446	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
SPA0136_000000014169	2845	0.639298078683869	4	4	4	4	4	False	96638	maximal	True	SPA0136_000000014169	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	84.32799999999999	14.0	0.015237514761342425	NZ_WEHX01000027.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_27_length_26251_cov_159.095366, whole genome shotgun sequence	True	False
ISR0168_000000004467	5686	0.6392888090937174	6	4	3	3	2	False	61776	maximal	False	ENG0080_000000003442	0.6325125761186127		0	0	False	False	0.9905030131340027	0					non-mobilizable	no_good_hit	1565.0	98.147	43.0	0.01211551314132952	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	True	False
AST0028_000000001314	13655	0.6392876465859386	11	9	7	9	7	True	118933	maximal	True	AST0028_000000001314	0.9681538785903112		76	7	False	False	1.0	0					non-mobilizable	no_good_hit	9960.0	99.97	73.0	0.10272623185864442	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MAD0099_000000022977	1367	0.6392865346784739	1	1	1	1	1	False	15200	maximal	True	MAD0099_000000022977	1.0		6	3	False	False	0.9978054165840149	0					non-mobilizable	other	1367.0	99.854	100.0	0.02354238836323527	NZ_CBYM010000021.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
FIJ0035_000000003487	3458	0.6392850613905613	3	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.4861106943300963		0	0	False	False	0.9997107982635498	0					non-mobilizable	no_good_hit	1823.0	85.62799999999999	65.0	0.0006230732453787877	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0017_01_000000008584	3195	0.6392850613905613	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.24353168617824356		0	0	False	False	0.983098566532135	0					non-mobilizable	no_good_hit	1787.0	80.02199999999999	60.0	0.0005406616930669972	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0069_000000015981	2962	0.6392840409351811	5	4	3	2	3	False	65704	fragment	False	MON0012_000000015379	0.9850299401197604		0	0	False	False	0.9996623992919922	0					non-mobilizable	no_good_hit	1326.0	76.697	48.0	0.0031842044089729184	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0297_000000004422	2979	0.6392783210074737	2	2	1	2	2	True	120004	maximal	True	ISR0297_000000004422	1.0	PS730	50	9	False	True	0.9989929795265198	0					non-mobilizable	no_good_hit	1646.0	85.723	81.0	0.0004934715133859041	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0217_000000012731	1827	0.6392783210074737	2	2	1	2	2	True	113508	fragment	False	ISR0217_000000012731	0.9168062534896706		0	0	False	True	1.0	0					non-mobilizable	chromosome	1832.0	86.463	100.0	0.0006136111267253395	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0076_000000007073	3524	0.6392782489671408	4	3	2	2	1	False	34585	maximal	True	ISR0076_000000007073	1.0		3	1	False	False	0.9954596757888794	0					non-mobilizable	no_good_hit								True	False
CHI0174_000000002194	7283	0.6392733052825442	10	3	2	3	1	True	77856	fragment	False	CHI0174_000000002194	1.0		0	0	False	False	0.9976658225059509	0					non-mobilizable	no_good_hit	56.0	89.286	1.0	2.871143597375879e-05	NZ_CP031367.1	e-proteobacteria	Arcobacter trophiarum LMG 25534 chromosome, complete genome	True	True
ISR0825_000000009766	2402	0.639272506112335	5	2	1	2	2	True	21132	fragment	False	ISR0825_000000009766	1.0		0	0	False	False	0.9962531328201294	0					non-mobilizable	plasmid	1964.0	95.876	99.0	0.015734842933412787	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
AUS0002_000000026740	1403	0.6392661052410615	2	2	2	2	1	False	102774	fragment	False	ENG0012_000000015318	0.9525136060860336		0	0	False	False	0.992872416973114	0					non-mobilizable	other	1404.0	97.65	100.0	0.04305940289319791	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
ENG0191_000000011089	2724	0.6392646577177823	3	3	3	3	3	False	79179	fragment	False	ENG0191_000000011089	1.0		0	0	False	False	0.9974302649497986	0					non-mobilizable	no_good_hit	77.0	84.416	3.0	0.00021158953856776155	NZ_FOSQ01000005.1	a-proteobacteria	Roseomonas stagni DSM 19981, whole genome shotgun sequence	True	False
FIJ0005_000000030491	1218	0.6392638113596302	1	1	1	1	1	False	51848	fragment	False	FIJ0005_000000030491	0.9437973118233823		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	96.71600000000001	99.0	0.00023762182759715675	CP054063.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP chromosome, complete genome	False	False
CAN0011_000000008217	3765	0.6392551837221324	2	2	1	2	1	False	95393	maximal	True	CAN0011_000000008217	0.7679455091902246		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	83.98899999999999	19.0	0.00020009476398091905	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0108_000000013436	1627	0.6392508460655947	3	3	2	3	2	False	122102	fragment	False	ISR0028_000000007710	0.1460024914104205		0	0	False	False	0.9987707734107971	0					non-mobilizable	other	1627.0	97.91	100.0	0.03717421124828532	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0029_000000007892	4445	0.6392467589871209	7	7	5	3	4	False	48893	maximal	True	FIJ0029_000000007892	1.0		209	14	False	False	0.9943757057189941	0					non-mobilizable	no_good_hit	717.0	93.02600000000001	37.0	0.0001755473780552538	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0021_000000017645	2795	0.6392443509724763	4	2	2	2	1	False	49651	maximal	True	FIJ0021_000000017645	1.0		1	1	False	False	0.9957066178321838	0					non-mobilizable	no_good_hit	85.0	89.412	3.0	2.487801627436898e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0001_000000008260	2382	0.6392439856768849	3	2	2	2	2	False	52627	maximal	True	FIJ0001_000000008260	1.0		1	1	False	False	0.9718723893165588	0					non-mobilizable	no_good_hit	554.0	81.58800000000001	23.0	0.00015366948533249817	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
USA0037_01_000000022487	1503	0.639240681389939	2	2	2	2	2	False	1361	maximal	True	USA0037_01_000000022487	1.0		194	12	False	False	1.0	0					non-mobilizable	other	1503.0	99.069	100.0	0.015178616542873023	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0099_000000011786	2744	0.6392400718744946	4	4	3	4	3	False	125442	fragment	False	MON0070_000000010284	0.6826325332608717		0	0	False	False	0.9978134036064148	0					non-mobilizable	no_good_hit	1827.0	78.872	83.0	0.00040884019994394605	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CAN0004_000000004569	5336	0.6392395026208154	8	7	4	5	6	False	128530	fragment	False	CAN0004_000000004569	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3009.0	93.353	90.0	0.0010030505527380755	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AUS0002_000000024676	1518	0.6392367991766147	2	2	2	2	2	False	114475	fragment	False	AST0052_000000015458	0.9607097591888467		0	0	False	False	0.9729907512664795	0					non-mobilizable	no_good_hit	900.0	96.444	59.0	0.0003941212367778682	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0023_000000004855	5560	0.6392322068911179	8	7	4	3	4	True	116368	fragment	False	SPA0034_000000005612	0.9487052614217384		0	0	False	False	1.0	0					non-mobilizable	plasmid	5560.0	99.335	100.0	0.1682709771158736	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0084_000000024101	1242	0.6392302024769397	2	2	2	2	1	True	61498	fragment	False	ISR0356_000000015990	0.9505988023952096		0	0	False	False	0.999194860458374	0					non-mobilizable	other	1238.0	87.964	99.0	0.0026463862696230827	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
MON0079_000000005136	4451	0.639228256587396	7	6	6	6	5	False	80352	fragment	False	MON0020_000000003535	0.9452570921985816		0	0	False	False	0.9997753500938416	0					non-mobilizable	no_good_hit	936.0	73.611	21.0	0.0003066939357338309	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	True	False
AST0014_000000004119	4485	0.6392264371723032	5	3	3	3	1	False	124534	fragment	False	AST0014_000000004119	0.9926586853399594		0	0	False	False	0.9997770190238953	0					non-mobilizable	no_good_hit	1881.0	98.03299999999999	74.0	0.011987438084052494	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	False
ISR0395_000000008687	4427	0.6392264371723032	5	3	3	3	1	False	124534	fragment	False	AST0014_000000004119	0.9862876254180601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1881.0	98.03299999999999	77.0	0.011987438084052494	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	False
ISR0141_000000010181	3442	0.6392218509359833	3	2	2	2	2	False	31214	maximal	True	ISR0141_000000010181	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1485.0	96.835	52.0	0.00047832038634363066	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0069_000000014236	1564	0.6392211091351245	2	1	1	1	1	False	46115	fragment	False	FIJ0069_000000014236	0.9993593850096092		0	0	False	False	1.0	0					non-mobilizable	other	769.0	94.538	97.0	0.00020711552693191334	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0057_000000022349	1561	0.6392211091351245	2	1	1	1	1	False	46115	fragment	False	FIJ0069_000000014236	0.9984015345268542		0	0	False	False	1.0	0					non-mobilizable	other	769.0	94.538	98.0	0.00020711552693191334	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0169_000000011615	1344	0.6392211091351245	2	1	1	1	1	False	78015	maximal	True	CHI0169_000000011615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	92.32700000000001	86.0	0.00024006330735487606	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0385_000000019093	1257	0.6392211091351245	2	1	1	1	1	False	23022	maximal	True	ISR0385_000000019093	1.0		192	10	False	False	1.0	0					non-mobilizable	other	1257.0	98.96600000000001	100.0	0.0036032624443086527	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
ENG0114_000000003474	5545	0.6392199148219118	9	2	1	2	2	False	100742	maximal	True	ENG0114_000000003474	1.0		3	3	False	False	0.9953110814094543	0					non-mobilizable	no_good_hit	394.0	78.934	7.0	0.0023014074674460295	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ISR0094_000000007229	2824	0.6392199148219118	6	2	1	2	2	False	100740	fragment	False	ISR0094_000000007229	1.0		0	0	False	False	0.9939801692962646	0					non-mobilizable	no_good_hit	394.0	78.934	14.0	0.0023014074674460295	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
SPA0069_000000009288	2559	0.6392131800638807	6	2	2	2	1	True	70157	fragment	False	SPA0069_000000009288	0.9922353902738046		0	0	False	False	1.0	0					non-mobilizable	other	2559.0	99.726	100.0	0.0004954302466944363	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0090_000000017672	2447	0.6392131800638807	6	2	2	2	1	True	70157	fragment	False	SPA0069_000000009288	0.9706916764361079		0	0	False	False	0.9995913505554199	0					non-mobilizable	other	2414.0	100.0	100.0	0.00046734682770667506	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0027_000000000833	18237	0.6392074386669395	17	13	10	11	10	True	116286	maximal	True	ENG0027_000000000833	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4642.0	95.23899999999999	53.0	0.161797123762203	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0102_000000001133	17271	0.6391986795152224	21	8	4	6	5	True	127972	maximal	True	AST0102_000000001133	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4429.0	77.286	25.0	0.021408516612073	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	True
FIJ0038_000000019847	1770	0.6391960240457085	3	3	3	3	1	False	106466	fragment	False	ENG0043_000000020193	0.7705202183164883		0	0	False	False	0.9559321999549866	0					non-mobilizable	other	1751.0	99.943	99.0	0.0022580412073165694	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0102_000000025439	1216	0.6391915867457523	2	2	2	1	1	False	4889	maximal	True	SPA0102_000000025439	1.0		58	8	False	False	0.9958881735801697	0					non-mobilizable	no_good_hit	908.0	98.458	75.0	0.00024496953968709335	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0379_000000005918	3698	0.6391864745161883	5	5	5	4	3	False	23227	fragment	False	ISR0379_000000005918	1.0		0	0	False	False	0.9970254302024841	0					non-mobilizable	chromosome	1869.0	91.70700000000001	92.0	0.0005228171335123264	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0088_000000004455	4397	0.6391857548343949	7	2	1	2	1	False	15914	maximal	True	MAD0088_000000004455	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0086_000000011135	2294	0.6391838994834225	2	1	1	1	1	False	61434	maximal	True	ENG0086_000000011135	1.0		36	5	False	False	0.9986922144889832	0					non-mobilizable	no_good_hit	105.0	80.952	5.0	0.0004205626556694296	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0101_000000015089	2937	0.6391831768606316	5	3	1	3	1	True	113112	fragment	False	AST0058_000000004926	0.8174060710919617		0	0	False	False	0.9982975721359253	0					non-mobilizable	no_good_hit								True	True
ENG0005_000000009054	2655	0.6391831768606316	5	3	1	3	1	True	113112	fragment	False	AST0058_000000004926	0.23678221288515405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	3.0	0.0009699924141618893	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0072_000000003017	3928	0.6391786503833135	6	4	3	3	4	False	84854	maximal	True	CHI0072_000000003017	1.0		6	4	False	False	0.9961812496185303	0					non-mobilizable	no_good_hit	1189.0	85.366	30.0	0.00020446748491685017	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
MON0082_000000018372	1880	0.6391699335896742	3	3	2	3	0	False	9917	maximal	True	MON0082_000000018372	1.0		106	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0780_000000004353	2640	0.6391659015029826	3	3	3	3	2	False	101388	fragment	False	CAN0003_000000019018	0.9836367154673146		0	0	False	False	0.9992424249649048	0					non-mobilizable	other	2640.0	99.848	100.0	0.009022993418240876	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
FIJ0003_000000015386	1530	0.6391644805586705	3	2	1	1	2	False	52174	maximal	True	FIJ0003_000000015386	1.0		1	1	False	False	0.9954248070716858	0					non-mobilizable	chromosome	1425.0	83.789	92.0	0.00042316845812964926	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	False	False
FIJ0068_000000007368	4187	0.639164390876666	4	4	4	4	4	False	52211	maximal	True	FIJ0068_000000007368	0.9958246346555324		32	4	False	False	0.99904465675354	0					non-mobilizable	other	2055.0	83.74700000000001	90.0	0.0007128964571903239	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0054_000000004519	5410	0.6391594891490195	5	5	2	5	0	True	106251	fragment	False	ENG0054_000000004519	1.0		0	0	False	False	0.9988909363746643	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.540570451037061e-07	CP039336.1	eudicots	Cicer arietinum chromosome Ca6	True	True
ISR0057_000000007278	2894	0.6391560531780167	2	2	1	2	0	True	35592	fragment	False	ISR0057_000000007278	1.0		0	0	False	False	0.9989633560180664	0					non-mobilizable	no_good_hit	1456.0	93.338	86.0	0.0006582000873981147	FR873482.1	firmicutes	Streptococcus salivarius JIM8777 complete genome	True	True
ENG0122_000000027399	1102	0.6391514530478141	2	2	2	1	1	False	58988	maximal	True	ENG0122_000000027399	1.0		475	13	False	False	0.9891107082366943	0					non-mobilizable	other	1102.0	99.90899999999999	100.0	0.003519393424072523	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0234_000000002990	3578	0.6391443750775565	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.3375840752226571		0	0	False	False	0.9997205138206482	0					non-mobilizable	other	3580.0	98.24	100.0	0.00748373714288104	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0813_000000016103	1907	0.6391440888690899	4	2	1	2	1	False	57540	fragment	False	ISR0140_000000011997	0.9648664579381077		0	0	False	False	0.9847928881645203	0					non-mobilizable	other	1904.0	99.31700000000001	99.0	0.0005284613803866683	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0058_000000000565	3016	0.6391395202705961	3	3	3	3	3	False	71989	maximal	True	DEN0058_000000000565	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	91.06200000000001	58.0	0.008842595506325131	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
MAD0087_000000002338	9686	0.6391377473708858	11	5	4	5	2	True	71165	fragment	False	MAD0087_000000002338	0.9710303789539618		0	0	False	False	0.9947346448898315	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	1.0	3.1298672524460327e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
MON0041_000000052020	1337	0.6391363894926507	3	2	2	2	2	False	109135	fragment	False	AST0094_000000017340	0.7368080486835265		0	0	False	False	0.9962602853775024	0					non-mobilizable	no_good_hit	436.0	72.018	32.0	5.9624795890294306e-05	CP034444.1	a-proteobacteria	Mesorhizobium sp. M1D.F.Ca.ET.043.01.1.1 chromosome, complete genome	True	False
ENG0154_000000004120	6281	0.6391358356715818	5	5	1	5	2	False	56856	fragment	False	ENG0154_000000004120	0.9998308811094199		0	0	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit	738.0	84.553	12.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0145_000000005509	5913	0.6391358356715818	6	5	1	5	2	False	56856	fragment	False	ENG0154_000000004120	0.9705460913867219		0	0	False	False	0.9996617436408997	0					non-mobilizable	no_good_hit	738.0	84.553	12.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0095_000000021697	1288	0.6391332500288712	2	2	2	2	1	False	43078	fragment	False	FIJ0104_000000019484	0.6257530120481928		0	0	False	False	1.0	0					non-mobilizable	chromosome	1288.0	100.0	100.0	0.00024128496335355727	NC_016845.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 chromosome, complete genome	False	False
AST0040_000000009289	2138	0.6391306488713284	2	2	2	2	2	False	116149	fragment	False	AST0040_000000009289	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1964.0	97.912	92.0	0.0007526196954784924	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	False	False
MAD0040_000000015755	2066	0.6391292391587763	2	1	1	1	1	False	44970	fragment	False	MON0028_000000012031	0.9176404666136256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	92.693	46.0	0.0047522805484241	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
SPA0154_000000007799	1266	0.6391217107504333	2	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.22850804438170544		0	0	False	False	0.9976303577423096	0					non-mobilizable	virus	1266.0	99.605	100.0	0.17564565398500417	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ISR0205_000000010588	1557	0.6391168197095043	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.5398948556136928		0	0	False	False	0.9993577599525452	0					non-mobilizable	no_good_hit	520.0	96.346	33.0	0.00014412583101454588	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0015_000000023862	1475	0.6391168197095043	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.5199154705749871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	98.413	30.0	0.0001221876024015418	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0048_000000016406	1207	0.6391168197095043	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.14702886701984338		0	0	False	False	0.9826014637947083	0					non-mobilizable	no_good_hit	153.0	99.346	16.0	4.2210262647805344e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0062_01_000000002108	12300	0.6391119114852252	13	9	7	8	5	False	62249	maximal	True	USA0062_01_000000002108	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	73.077	6.0	0.00028357971028152663	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MON0050_000000006850	4123	0.6391109170630017	6	5	4	5	3	False	72281	fragment	False	MON0050_000000006850	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000000086	62413	0.6391105348696824	50	17	6	13	8	False	71168	maximal	True	DEN0065_000000000086	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	84.066	0.0	0.0014662259513518094	NZ_SMUS01000011.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00011, whole genome shotgun sequence	True	False
ENG0199_000000014867	1712	0.6391088221741928	3	3	2	3	1	False	120883	fragment	False	ENG0199_000000014867	1.0		0	0	False	False	0.9994158744812012	0					non-mobilizable	chromosome	1714.0	95.041	100.0	0.0004962771963237223	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0163_000000012512	1958	0.6391022061379366	2	2	2	2	2	False	39162	maximal	True	FIJ0163_000000012512	1.0		6	4	False	False	0.9918283820152283	0					non-mobilizable	chromosome	1959.0	99.336	100.0	0.00039540386425490506	CP043766.1	enterobacteria	Enterobacter hormaechei strain EB_P9_L5_03.19 chromosome, complete genome	False	False
USA0133_01_000000007560	3305	0.6391020533672596	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.7266589431938415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	84.34899999999999	63.0	0.00041435398991361626	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0174_000000007913	3264	0.6391014760733094	3	2	1	1	2	False	29904	fragment	False	ISR0174_000000007913	1.0		0	0	False	False	0.9960171580314636	0					non-mobilizable	no_good_hit	1321.0	91.67299999999999	46.0	0.13402061855670103	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
CHI0035_000000005958	1753	0.6391000335238888	2	2	2	2	1	False	88093	fragment	False	CHI0035_000000005958	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1753.0	99.88600000000001	100.0	0.018297650130548303	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0051_000000014809	1966	0.6390933368522884	2	2	2	2	2	False	113083	fragment	False	MAD0051_000000014809	1.0		0	0	False	False	0.9837232828140259	0					non-mobilizable	other	1816.0	99.064	92.0	0.0005431398149613922	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0032_000000004059	7289	0.6390892385972368	7	4	4	4	3	False	116213	fragment	False	SPA0013_000000002713	0.8645889120646294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	95.40100000000001	27.0	0.00042263858608840294	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0115_000000002077	11013	0.6390881095631995	13	5	4	5	1	True	102716	maximal	True	FIJ0115_000000002077	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	78.947	1.0	4.418406691266374e-05	CP060717.1	a-proteobacteria	Sphingomonas rhizophila strain KACC 19189 chromosome, complete genome	True	True
MAD0023_000000008488	1540	0.6390879869716506	2	2	2	1	1	False	19225	fragment	False	MAD0023_000000008488	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1542.0	97.406	100.0	0.0007073616100486661	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
ENG0183_000000009723	2861	0.6390879598955239	4	4	2	3	4	False	55169	maximal	True	ENG0183_000000009723	1.0		51	6	True	True	0.9993009567260742	5					non-mobilizable	no_good_hit	1253.0	94.334	52.0	0.00035583544530630006	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
MON0003_000000007306	2033	0.6390874322032778	4	2	2	2	2	False	14284	fragment	False	MON0003_000000007306	1.0		0	0	False	False	0.9995081424713135	0					non-mobilizable	no_good_hit	74.0	100.0	4.0	0.2166172106824926	NZ_ATDK01000607.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig608, whole genome shotgun sequence	True	False
ISR0814_000000013320	2935	0.6390856538264165	4	4	4	4	3	True	88238	fragment	False	ISR0814_000000013320	1.0		0	0	False	False	0.9880749583244324	0					non-mobilizable	other	1496.0	97.32600000000001	97.0	0.00041516014906887495	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
AST0061_000000006133	5968	0.639084433461089	6	5	4	5	4	False	112165	fragment	False	AST0061_000000006133	1.0		0	0	False	False	0.9998324513435364	0					non-mobilizable	no_good_hit	122.0	77.869	2.0	0.004922269166085565	NZ_BBCG01000054.1	firmicutes	Cellulosilyticum ruminicola JCM 14822, whole genome shotgun sequence	True	False
ENG0182_000000015398	1858	0.6390814803875569	3	3	3	2	2	False	117340	fragment	False	ISR0398_000000010638	0.7538541979386348		0	0	False	False	0.9994617700576782	0					non-mobilizable	other	1858.0	96.50200000000001	100.0	0.015034367738853761	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0021_000000026985	1381	0.6390801858835644	2	1	1	1	1	False	74710	maximal	False	FIJ0021_000000033223	0.974323386537127		0	0	False	False	0.9992758631706238	0					non-mobilizable	no_good_hit	151.0	82.119	11.0	0.00015034589646515607	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
FIJ0160_000000009584	1915	0.639078349963381	5	4	1	4	3	True	39335	fragment	False	FIJ0160_000000009584	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1665.0	99.88	100.0	0.36903969838101575	CP058201.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00002 plasmid pRHBSTW-00002_6, complete sequence	False	True
SPA0139_000000022255	1273	0.6390779405010086	2	2	2	2	2	False	42454	fragment	False	SPA0139_000000022255	0.9513521166493291		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	78.83	95.0	0.041169247561225183	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
USA0026_01_000000010716	3113	0.6390769267145122	4	3	3	3	3	False	116959	fragment	False	ISR0388_000000008760	0.871689466787694		0	0	False	False	0.9910054802894592	0					non-mobilizable	no_good_hit	2239.0	94.506	80.0	0.08118594436310396	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
ISR0394_000000010734	1770	0.6390736766584806	2	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.8228616949580397		0	0	False	False	1.0	0					non-mobilizable	chromosome	1770.0	99.04	100.0	0.0006242309591031682	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0208_000000019691	1551	0.6390728401156512	1	1	1	1	1	False	53816	fragment	False	ENG0208_000000019691	1.0		0	0	False	False	0.981947124004364	0					non-mobilizable	other	1546.0	99.41799999999999	99.0	0.008208915573030126	NZ_CABIXZ010000005.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
DEN0006_000000002649	2354	0.6390692821716353	3	2	2	2	2	False	105934	maximal	False	AST0118_000000011583	0.950548246762766		0	0	False	False	0.9970263242721558	0					non-mobilizable	other	2348.0	98.42399999999999	99.0	0.0007515192889417155	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0171_000000014087	2007	0.6390637920104265	2	2	2	2	2	False	29988	maximal	True	ISR0171_000000014087	1.0		2	2	False	False	0.991529643535614	0					non-mobilizable	no_good_hit	125.0	78.4	6.0	5.5335478029360824e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0063_000000006999	3990	0.6390633103600786	5	5	5	5	4	False	130049	fragment	False	ENG0005_000000004373	0.6475048723213226		0	0	False	False	1.0	0					non-mobilizable	chromosome	3990.0	98.822	100.0	0.0012854054587185977	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0384_000000010239	1793	0.6390576429096297	2	2	2	2	2	False	23077	maximal	True	ISR0384_000000010239	1.0		12	5	False	False	0.9905186891555786	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000022304	1710	0.6390542673482553	2	2	1	1	2	False	80613	fragment	False	DEN0022_000000020182	0.7835470763053517		0	0	False	False	0.9941520690917969	0					non-mobilizable	other	1710.0	99.415	100.0	0.0007505977551461404	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0400_000000007524	2435	0.6390466391709577	2	2	2	2	1	False	67065	maximal	True	ISR0400_000000007524	1.0		540	12	False	False	0.9995893239974976	0					non-mobilizable	chromosome	2435.0	97.04299999999999	100.0	0.0010436851261148114	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
DEN0079_000000002099	12346	0.6390462392110698	11	8	4	7	2	False	117621	fragment	False	DEN0079_000000002099	1.0		0	0	False	False	0.9988660216331482	0					non-mobilizable	no_good_hit	574.0	90.76700000000001	11.0	0.020014696105532033	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0046_000000020961	1620	0.6390378675124658	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.2075274418352019	PS721	0	0	False	True	0.9950617551803589	0					non-mobilizable	other	1640.0	74.39	99.0	0.19744058500914077	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0034_000000006627	2420	0.6390355046181853	4	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.31234865568045084		0	0	False	False	0.9983471035957336	0					non-mobilizable	other	2420.0	98.01700000000001	100.0	0.0007225815863969308	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0274_000000003790	1911	0.6390350703800545	4	2	2	2	2	True	124253	fragment	False	ISR0274_000000003790	1.0		0	0	False	False	0.9994767308235168	0		MOBV			mobilizable	other	1912.0	93.881	100.0	0.004838918622343358	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
SPA0003_000000011795	1540	0.6390350703800545	3	2	2	2	2	True	93137	fragment	False	ENG0082_000000009793	0.3080919635082809		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1540.0	98.831	100.0	0.0006349793528495214	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	False	True
ISR0112_000000010174	3089	0.6390342781350846	3	3	3	2	2	False	114478	maximal	True	ISR0112_000000010174	1.0		43	6	False	False	1.0	0					non-mobilizable	no_good_hit	2177.0	96.37100000000001	81.0	0.0009539575208327489	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0137_000000030707	1204	0.639022372451478	2	1	1	1	1	False	3547	fragment	False	SPA0137_000000030707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	84.211	16.0	0.0009185518151170176	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
FIJ0112_000000000445	30020	0.6390210733099679	20	19	14	13	15	False	42065	maximal	True	FIJ0112_000000000445	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	22407.0	99.955	95.0	0.09312048808667861	CP056712.1	enterobacteria	Enterobacter asburiae strain RHBSTW-00542 plasmid pRHBSTW-00542_2, complete sequence	False	True
MON0109_000000021081	1707	0.6390209365694599	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.44905902630794664		0	0	False	False	0.9994142055511475	0					non-mobilizable	other	1710.0	93.041	99.0	0.0005307337129147485	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0027_000000027500	1369	0.6390209365694599	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.3011668710393789		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	90.352	97.0	0.0003673186371755967	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
DEN0024_000000009030	1171	0.6390099245618148	2	1	1	1	1	False	74297	maximal	True	DEN0024_000000009030	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	85.6	56.0	0.00013731409185311263	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0292_000000001985	7157	0.6390067209549934	8	6	4	5	6	False	97571	maximal	False	MON0049_000000002472	0.9531708536920348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	82.36200000000001	32.0	0.029796407185628742	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
SPA0118_000000013114	2089	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.02646938494845836		0	0	False	False	0.9990426301956177	0		MOBV			mobilizable	other	2096.0	89.31299999999999	100.0	0.0008756725261412771	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
FIJ0144_000000015816	1994	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.15993733499013713		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1998.0	94.044	100.0	0.0007036272088477769	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0055_000000010167	1894	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.015451734562082353		0	0	False	False	1.0	0		MOBV			mobilizable	other	1906.0	87.198	100.0	0.000525962088519364	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0133_000000013016	1888	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.015434795994327727		0	0	False	False	1.0	0		MOBV			mobilizable	other	1899.0	87.46700000000001	100.0	0.0007914168163497995	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ENG0041_000000013663	1800	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.09105370573536845		0	0	False	False	1.0	0		MOBV			mobilizable	other	1800.0	94.611	100.0	0.005562529760616423	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ISR0117_000000015149	1789	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.011243174293026525		0	0	False	False	1.0	0		MOBV			mobilizable	other	1787.0	92.166	99.0	0.0004745187679757583	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0126_000000027653	1788	0.6390052205452674	3	2	1	2	1	True	31966	maximal	True	ISR0126_000000027653	1.0		16	8	False	False	0.9994407296180725	0					non-mobilizable	no_good_hit	890.0	78.539	75.0	0.0008986954682976024	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
AST0151_000000009140	1755	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05448961548433282		0	0	False	False	0.9925925731658936	0		MOBV			mobilizable	other	1762.0	94.835	100.0	0.004494122774409393	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
AST0061_000000024557	1711	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04256462231518461		0	0	False	False	0.9994155168533325	0		MOBV			mobilizable	other	1714.0	93.057	100.0	0.027752472670484123	NZ_CABKPS010000037.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
CHI0102_000000005158	1694	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04037015145565784		0	0	False	False	0.9988193511962891	0		MOBV			mobilizable	other	1694.0	98.34700000000001	100.0	0.0033573683626037156	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0221_000000013604	1655	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05589845103003603		0	0	False	False	0.9993957877159119	0		MOBV			mobilizable	chromosome	1656.0	95.954	100.0	0.0004629226653262247	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
SPA0019_000000017781	1629	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.038354588391260415		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1629.0	97.79	100.0	0.00045564576732230587	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
SPA0072_000000012675	1613	0.6390052205452674	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04584912683897968		0	0	False	False	1.0	0		MOBV			mobilizable	other	1613.0	99.93799999999999	100.0	0.009432582198634265	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	True
ISR0300_000000007192	1491	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.057613648282306966		0	0	False	False	0.996646523475647	0		MOBV			mobilizable	chromosome	1493.0	92.9	100.0	0.00048025429626146203	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ENG0207_000000013036	1463	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.01843297516558563		0	0	False	False	1.0	0		MOBV			mobilizable	other	1463.0	95.48899999999999	100.0	0.0004402969926691454	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
MON0046_000000024147	1428	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04507821049316243		0	0	False	False	1.0	0		MOBV			mobilizable	other	1431.0	95.87700000000001	100.0	0.00504202273673514	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	True
ENG0080_000000020178	1398	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.048419244671325676		0	0	False	False	1.0	0		MOBV			mobilizable	other	1398.0	100.0	100.0	0.051952398661212346	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
CHI0132_000000022170	1373	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.030023978250481725		0	0	False	False	1.0	0		MOBV			mobilizable	other	1373.0	97.669	100.0	0.00036513726845919256	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0093_000000034481	1348	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.01798197432180191		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1353.0	92.535	100.0	0.00028544751686089955	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ISR0132_000000021697	1347	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.02991167318058502		0	0	False	False	1.0	0		MOBV			mobilizable	other	1347.0	98.21799999999999	100.0	0.16230555890510068	NZ_LT574831.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	False	True
CHI0041_000000011577	1301	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03306997901504166		0	0	False	False	1.0	0		MOBV			mobilizable	other	1301.0	98.309	100.0	0.003302149191100454	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
USA0014_01_000000003883	1299	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.018344849445708737		0	0	False	False	0.9907621145248413	0		MOBV			mobilizable	other	1294.0	93.97200000000001	100.0	0.000389099667940175	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
MON0032_000000024493	1291	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.020756429161700677		0	0	False	False	1.0	0		MOBV			mobilizable	other	1291.0	96.979	100.0	0.00034331419556294344	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0134_000000029931	1273	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03062076193363969		0	0	False	False	0.9968578219413757	0		MOBV			mobilizable	other	1273.0	98.036	100.0	0.00029675999675243776	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0010_000000018063	1231	0.6390052205452674	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03023356832229491		0	0	False	False	0.9926888942718506	0		MOBV			mobilizable	chromosome	1235.0	85.101	100.0	0.0003208067079104886	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	False	True
ISR0812_000000018964	2091	0.6390047786321913	2	2	2	2	2	False	58179	maximal	True	ISR0812_000000018964	0.9880395215808633		3	2	False	False	0.9904351830482483	0					non-mobilizable	no_good_hit	194.0	81.443	9.0	0.00010857731946854868	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MON0069_000000022222	2246	0.6390003199989228	2	2	2	2	2	False	111843	maximal	True	MON0069_000000022222	1.0		481	13	False	False	0.9657168388366699	0					non-mobilizable	other	2246.0	93.5	100.0	0.05853658536585366	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	False	False
CHI0016_000000000338	8623	0.6389975285380433	5	4	3	4	3	False	89712	maximal	True	CHI0016_000000000338	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	6998.0	97.34200000000001	81.0	0.005677196229815631	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0028_000000022614	1166	0.638995051409797	2	1	1	1	1	False	12581	maximal	True	MON0028_000000022614	1.0		514	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0037_000000058767	1303	0.6389899566356466	2	1	1	1	1	False	12046	fragment	False	MON0037_000000058767	1.0		0	0	False	False	0.9846507906913757	0					non-mobilizable	no_good_hit	773.0	81.113	59.0	0.00036609633713235643	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ENG0054_000000015944	1702	0.6389828346728414	3	3	2	2	1	True	63750	fragment	False	ENG0054_000000015944	1.0		0	0	False	False	0.999412477016449	0					non-mobilizable	no_good_hit	1189.0	85.28200000000001	70.0	0.000397854279643089	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0251_000000008032	1961	0.6389782249755119	3	2	1	1	2	False	26994	fragment	False	ISR0251_000000008032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0126_000000005450	3644	0.6389717652132951	3	1	1	1	1	False	58779	maximal	True	ENG0126_000000005450	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0010_000000025028	1119	0.6389700726423112	2	2	2	2	2	False	13711	fragment	False	MON0010_000000025028	0.9825268817204301		0	0	False	False	0.9615728259086609	0					non-mobilizable	no_good_hit	82.0	80.488	7.0	1.186984622309863e-05	CP050292.1	a-proteobacteria	Tardiphaga robiniae strain 581 chromosome, complete genome	True	False
ISR0362_000000015537	1339	0.6389660357256759	5	4	1	2	4	False	119874	fragment	False	USA0020_01_000000024131	0.9033400448271931		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	99.851	100.0	0.021710558341040742	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
AST0033_000000009888	1333	0.6389660357256759	5	4	1	2	4	False	119874	fragment	False	USA0020_01_000000024131	0.8388648749886773		0	0	False	False	0.9992498159408569	0					non-mobilizable	other	1333.0	98.8	100.0	0.021613201577179574	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
AST0150_000000002183	9804	0.6389636218080231	20	7	2	5	4	False	104269	maximal	True	AST0150_000000002183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	82.014	6.0	0.00016589554842930636	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0054_000000016007	1615	0.6389622417783879	2	2	2	2	1	False	73256	fragment	False	DEN0039_000000012210	0.9592498325562112		0	0	False	False	0.9950464367866516	0					non-mobilizable	no_good_hit	900.0	92.111	60.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0167_000000017856	1583	0.6389622417783879	2	2	2	2	1	False	73256	fragment	False	DEN0039_000000012210	0.9497482561338099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	92.035	61.0	0.0003068384191603093	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0377_000000010021	1567	0.6389622417783879	2	2	2	2	1	False	73256	fragment	False	DEN0039_000000012210	0.9491575933683116		0	0	False	False	0.9955328702926636	0					non-mobilizable	no_good_hit	900.0	92.111	61.0	0.00030547922350511415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0166_000000018951	1317	0.6389622417783879	2	2	2	2	1	False	38997	fragment	False	FIJ0166_000000018951	1.0		0	0	False	False	0.9665907621383667	0					non-mobilizable	no_good_hit	896.0	92.18799999999999	68.0	0.000304120027849919	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0125_000000007105	2181	0.6389558829368149	3	3	3	3	3	False	81637	fragment	False	CHI0125_000000007105	0.9922693266832918		0	0	False	False	0.9738652110099792	0					non-mobilizable	other	2137.0	99.579	98.0	0.010648161995633057	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
CHI0034_000000009283	1788	0.6389535982222329	2	2	2	2	2	False	102066	fragment	False	CHI0034_000000009283	0.9852686308492201		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	80.10600000000001	95.0	0.0002636126105566138	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
AUS0006_000000014910	1731	0.6389535982222329	2	2	2	2	2	False	102066	fragment	False	CHI0034_000000009283	0.9697986577181208		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	79.941	98.0	0.00026392310833112104	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
USA0009_01_000000003415	7139	0.6389506698827101	12	6	4	3	5	True	89479	fragment	False	USA0009_01_000000003415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2016.0	95.536	60.0	0.04605714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0027_000000003751	4591	0.6389504308616224	6	5	4	4	5	False	53360	fragment	False	FIJ0027_000000003751	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4591.0	99.63	100.0	0.0016801782526365803	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
ISR0183_000000006669	5293	0.6389496065224007	6	4	2	4	0	True	85348	fragment	False	ISR0183_000000006669	1.0		0	0	False	False	0.999811053276062	0					non-mobilizable	other	5293.0	94.40799999999999	100.0	0.011051006091122185	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0162_000000004549	5249	0.6389496065224007	5	4	2	4	0	True	61899	fragment	False	ENG0162_000000004549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2867.0	75.514	54.0	0.005942660229133254	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0081_000000011996	4664	0.6389496065224007	4	4	2	4	0	True	54741	maximal	True	MON0081_000000011996	1.0		1	1	False	False	0.9890651702880859	0					non-mobilizable	no_good_hit	3924.0	89.62799999999999	84.0	0.008198863743290461	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0007_000000014500	3822	0.6389496065224007	4	4	2	4	0	True	19073	fragment	False	MON0007_000000014500	1.0		0	0	False	False	0.9971219301223755	0					non-mobilizable	other	3803.0	99.76299999999999	99.0	0.007950033142563206	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0191_000000008167	3490	0.6389496065224007	4	4	2	4	0	True	54740	fragment	False	ENG0191_000000008167	1.0		0	0	False	False	0.9968481659889221	0					non-mobilizable	other	3492.0	89.404	100.0	0.007295545932246982	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0011_000000030483	1530	0.6389480487630286	3	2	2	2	1	False	75623	maximal	True	DEN0011_000000030483	1.0		3	2	False	False	0.9973856210708618	0					non-mobilizable	no_good_hit	469.0	99.787	31.0	0.00018187414309297966	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0106_000000009135	4207	0.6389453820903127	3	2	2	2	2	False	88578	fragment	False	ETH0001_000000004280	0.6457478724694129		0	0	False	False	0.9824102520942688	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	2.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
SPA0117_000000013970	2718	0.6389447042236991	2	2	2	2	1	False	5230	maximal	True	SPA0117_000000013970	1.0		6	4	False	False	0.9941133260726929	0					non-mobilizable	no_good_hit	1131.0	100.0	42.0	0.0002248459109084889	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	True	False
ISR0188_000000012616	1667	0.6389412402900835	5	5	2	4	3	False	29255	maximal	True	ISR0188_000000012616	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	87.815	67.0	0.0002532989904661922	LS483319.1	firmicutes	Staphylococcus aureus strain NCTC13140 genome assembly, chromosome: 1	True	False
MON0048_000000002516	10553	0.6389402701101137	11	9	8	8	9	False	101320	fragment	False	FIJ0014_000000001935	0.9474123105992597		0	0	False	False	0.9968729019165039	0					non-mobilizable	no_good_hit	1448.0	79.558	14.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0053_000000030793	1332	0.6389329422035855	1	1	1	1	1	False	11169	fragment	False	MON0053_000000030793	1.0		0	0	False	False	0.9256756901741028	0					non-mobilizable	other	1234.0	98.46	93.0	0.023640163352953582	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AST0110_000000006634	2787	0.6389327336830645	4	3	3	3	3	False	107013	maximal	True	AST0110_000000006634	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	75.122	7.0	0.001130693126424183	NZ_CABJAT010000011.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ISR0104_000000017699	1395	0.6389327161770048	3	2	2	2	2	True	43640	fragment	False	FIJ0088_000000020772	0.965017667844523		0	0	False	False	0.990680992603302	0					non-mobilizable	plasmid	846.0	93.499	100.0	0.1047452982936854	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0183_000000023687	1296	0.6389292097151342	2	2	2	2	1	False	29446	fragment	False	ISR0183_000000023687	1.0		0	0	False	False	0.9436728358268738	0					non-mobilizable	other	1296.0	100.0	100.0	0.041074600355239785	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
MON0034_000000016699	1716	0.6389290037303293	2	2	2	2	1	False	119062	fragment	False	MON0034_000000016699	0.99375101177024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000004292	5071	0.6389252676390241	4	4	3	4	3	False	104749	fragment	False	ENG0116_000000004292	0.9593391823755439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1591.0	95.537	31.0	0.00070954362957003	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0138_000000006174	4720	0.6389252676390241	5	4	3	4	3	False	104749	fragment	False	ENG0116_000000004292	0.7650117017269222		0	0	False	False	0.99936443567276	0					non-mobilizable	no_good_hit	1115.0	93.094	24.0	0.0004966805406990209	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0107_000000010546	1422	0.6389233704205882	2	2	2	2	2	False	83004	fragment	False	CHI0107_000000010546	0.9936708860759493		0	0	False	False	0.9760900139808655	0					non-mobilizable	chromosome	1430.0	82.93700000000001	100.0	0.0005035486594913629	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0095_000000011303	2710	0.638923170007651	4	3	3	3	3	False	33419	maximal	True	ISR0095_000000011303	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	81.726	49.0	0.0014412568054229591	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
ETH0001_000000020201	1662	0.6389220185010109	2	2	2	2	1	False	53494	fragment	False	MON0096_000000021351	0.9682312535775616		0	0	False	False	0.9987966418266296	0					non-mobilizable	no_good_hit								True	False
MON0102_000000012615	3607	0.6389214797069822	3	3	1	3	1	False	78457	fragment	False	MON0102_000000012615	1.0		0	0	False	False	0.9955641627311707	0					non-mobilizable	no_good_hit	3202.0	99.906	89.0	0.003511081852095677	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0216_000000007978	2300	0.6389211375788986	3	3	3	2	2	False	36731	maximal	True	ISR0216_000000007978	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1581.0	99.81	75.0	0.0006562693661767076	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
USA0027_01_000000021511	1262	0.6389199258307999	1	1	1	1	1	False	1572	maximal	True	USA0027_01_000000021511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0153_000000022777	1103	0.6389129167750462	2	2	1	2	1	True	39625	maximal	True	FIJ0153_000000022777	1.0		3	1	False	False	0.9709882140159607	0					non-mobilizable	no_good_hit	83.0	98.795	8.0	0.0007025029921423739	NZ_RCXZ01000021.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0021, whole genome shotgun sequence	True	True
MON0007_000000042543	1519	0.6389065051832334	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.38630586206636813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0100_000000007864	1729	0.6389030701661825	6	4	1	2	4	False	119875	fragment	False	ISR0816_000000021123	0.9602463697259846		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	98.323	100.0	0.028038747992016746	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
CAN0007_000000024037	1679	0.6389030701661825	6	4	1	2	4	False	119875	fragment	False	ISR0816_000000021123	0.9498093870027242		0	0	False	False	0.9958308339118958	0					non-mobilizable	other	1679.0	99.821	100.0	0.027227441626507	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0813_000000025021	1254	0.6389030701661825	5	4	1	2	4	False	21568	fragment	False	ISR0813_000000025021	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	91.294	100.0	0.0004175068057954892	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
CHI0176_000000002302	3842	0.6389023994027095	6	6	2	4	5	False	77721	fragment	False	CHI0176_000000002302	1.0		0	0	False	False	0.9994794130325317	0					non-mobilizable	plasmid	3842.0	100.0	100.0	0.026807275163663265	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
ENG0043_000000006175	5145	0.6389020859000951	8	5	5	4	3	True	64630	fragment	False	ENG0043_000000006175	1.0		0	0	False	False	0.9996112585067749	0					non-mobilizable	no_good_hit	3943.0	94.573	77.0	0.0010393701701816892	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	True
DEN0051_000000024695	1887	0.6388984802725516	3	3	3	3	1	False	107678	maximal	False	USA0081_01_000000015127	0.9346758349705304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	76.027	15.0	0.005667222276693793	NZ_SLUM01000028.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_128, whole genome shotgun sequence	True	False
ISR0330_000000005894	4217	0.6388910798954811	5	4	4	3	3	False	64788	maximal	True	ISR0330_000000005894	1.0		1	1	False	False	0.9985771775245667	0					non-mobilizable	no_good_hit	1323.0	89.116	31.0	0.0058865892225318595	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0155_000000013430	1451	0.6388873638493687	3	1	1	1	1	False	3195	maximal	True	SPA0155_000000013430	1.0		11	7	False	False	0.9841488599777222	0					non-mobilizable	no_good_hit	513.0	87.914	35.0	0.00025407197481908534	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
FIJ0045_000000021274	1116	0.6388873638493687	2	1	1	1	1	False	47012	maximal	True	FIJ0045_000000021274	1.0		18	5	False	False	0.990143358707428	0					non-mobilizable	other	1116.0	98.656	100.0	0.01588413588013268	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	False	False
DEN0011_000000025082	1818	0.6388869724442038	4	3	3	2	2	False	75647	maximal	True	DEN0011_000000025082	1.0		90	12	False	False	0.9994499683380127	0					non-mobilizable	no_good_hit	698.0	98.56700000000001	81.0	0.0003410880561759759	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0195_000000007349	3096	0.6388850759039495	3	3	3	3	2	False	129174	maximal	False	ISR0036_000000002762	0.9478617457527827		0	0	False	False	0.9990310072898865	0					non-mobilizable	chromosome	675.0	99.259	93.0	0.00021244318169281914	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0012_000000008508	2749	0.638880945974325	4	4	4	3	2	False	120914	fragment	False	ISR0012_000000008508	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2749.0	98.727	100.0	0.028610992534904785	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0049_000000003056	5015	0.6388727245740957	5	5	4	4	4	True	17492	maximal	True	MAD0049_000000003056	1.0		2	1	False	False	0.9988036155700684	0					non-mobilizable	no_good_hit	1136.0	70.335	22.0	0.00047313684154587176	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	True
FIJ0123_000000009322	3455	0.6388721714283269	4	2	2	2	2	False	48137	maximal	True	FIJ0123_000000009322	1.0		10	2	False	False	0.9968162178993225	0					non-mobilizable	no_good_hit								True	False
USA0087_01_000000000510	15812	0.6388707510635139	12	8	4	7	6	False	96207	fragment	False	USA0087_01_000000000510	1.0		0	0	False	False	0.9993675947189331	0					non-mobilizable	no_good_hit	1023.0	94.819	7.0	0.00030718616867170896	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0286_000000011671	1667	0.6388433847405628	2	2	2	2	1	False	100101	fragment	False	ISR0286_000000011671	1.0		0	0	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000004466	7782	0.6388415996805116	6	4	4	3	3	True	1639	maximal	True	USA0026_01_000000004466	1.0		15	5	False	False	0.9998714923858643	0					non-mobilizable	no_good_hit	3138.0	92.03299999999999	51.0	0.0007597964404967138	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	True
MON0015_000000005176	6340	0.6388407295143991	5	5	5	5	5	False	41759	fragment	False	FIJ0115_000000003708	0.980325129140079		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2557.0	74.306	45.0	0.003356426467971885	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ISR0089_000000001716	10856	0.6388359898193465	12	4	3	3	1	True	100490	fragment	False	ISR0089_000000001716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	1.0	0.0010469227336697216	NZ_QRYH01000016.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf16, whole genome shotgun sequence	True	True
CHI0132_000000015992	1928	0.6388347965231072	4	4	4	3	2	False	105479	fragment	False	FIJ0055_000000007347	0.784790164899469		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	69.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
TAN0012_000000007703	1302	0.6388339579346031	2	2	2	2	1	False	2587	maximal	True	TAN0012_000000007703	1.0		4	2	False	False	0.9984639286994934	0					non-mobilizable	no_good_hit	533.0	76.735	54.0	0.00014736679034850988	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0030_000000028913	1325	0.6388336669679322	2	2	2	2	2	False	48667	maximal	True	FIJ0030_000000028913	1.0		601	14	False	False	0.9637736082077026	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	4.0	0.0032213529682466636	NZ_KB907901.1	g-proteobacteria	Kushneria aurantia DSM 21353 H146DRAFT_scaffold00040.40, whole genome shotgun sequence	True	False
ISR0279_000000006502	3079	0.6388307750180181	3	3	2	2	2	True	115665	fragment	False	ISR0279_000000006502	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3079.0	98.961	100.0	0.017940303901054385	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
MON0077_000000035010	1296	0.6388299585748936	3	2	2	2	1	True	10199	maximal	True	MON0077_000000035010	1.0		0	0	False	False	0.9760802388191223	0					non-mobilizable	no_good_hit	341.0	100.0	26.0	0.13122346584330374	NZ_VSKS01000051.1	high GC Gram+	Streptomyces marokkonensis strain OANH409 Scaffold51, whole genome shotgun sequence	True	True
ENG0091_000000005208	4373	0.6388292187322433	4	3	2	2	3	True	109529	maximal	False	ISR0108_000000005091	0.9541544255331872		0	0	False	False	0.9995426535606384	0					non-mobilizable	other	4383.0	93.61200000000001	100.0	0.025447866169102176	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	True
ENG0028_000000010523	1705	0.6388244370195684	3	2	2	1	2	False	65866	maximal	True	ENG0028_000000010523	1.0		2	2	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit	600.0	71.667	34.0	0.0012397750511247444	NZ_HG529491.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	False
FIJ0032_000000004177	7991	0.6388244243630324	11	3	0	2	2	True	99990	maximal	True	FIJ0032_000000004177	1.0	PS111	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	489.0	83.027	6.0	0.04504767464487254	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
MAD0037_000000005008	2561	0.6388137021699624	4	4	4	4	4	False	89545	fragment	False	MAD0037_000000005008	0.99822695035461		0	0	False	False	0.9992190599441528	0					non-mobilizable	chromosome	2561.0	99.57	100.0	0.00108248080922206	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0027_000000028709	1440	0.6388108165738269	3	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.4162361171188159		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	79.318	99.0	0.0003185915035614222	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
MON0020_000000015563	1398	0.6388108165738269	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.40077812015723874		0	0	False	False	1.0	0					non-mobilizable	chromosome	1399.0	81.415	99.0	0.00048657440639870135	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0025_000000031910	1339	0.6388108165738269	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.284756114121889		0	0	False	False	0.9992531538009644	0					non-mobilizable	other	1340.0	85.37299999999999	100.0	0.0031842044089729184	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
MON0092_000000047189	1184	0.6388097676393317	1	1	1	1	1	False	9419	fragment	False	MON0092_000000047189	1.0		0	0	False	False	0.9755067825317383	0					non-mobilizable	plasmid	1194.0	78.22399999999999	100.0	0.013808640029881757	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	False	True
CHI0154_000000011206	2761	0.6388037048773761	4	4	2	3	3	True	79187	maximal	True	CHI0154_000000011206	1.0		2	2	False	False	0.9902209639549255	0					non-mobilizable	no_good_hit	769.0	84.785	28.0	0.00023129311523516907	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
DEN0016_000000004694	1824	0.6388035105305867	3	3	3	3	3	False	95519	fragment	False	DEN0016_000000004694	1.0		0	0	False	False	0.999451756477356	0					non-mobilizable	no_good_hit	1068.0	99.81299999999999	66.0	0.0003042059682530994	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
DEN0045_000000039803	1112	0.6387994991719468	2	1	1	1	1	False	72790	fragment	False	DEN0045_000000039803	1.0		0	0	False	False	0.9955036044120789	0					non-mobilizable	no_good_hit	890.0	99.775	80.0	0.00031482143179653967	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0010_000000009654	2125	0.6387966195964505	2	2	1	2	1	False	40512	fragment	False	ISR0010_000000009654	1.0		0	0	False	False	0.9985882639884949	0					non-mobilizable	no_good_hit	961.0	78.148	45.0	0.06868309504993175	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0036_000000021402	1170	0.6387956561081443	2	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.20104958971037282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	4.0	0.0015431503414220131	LN593842.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001156	True	False
ISR0036_000000002762	3414	0.6387934281916036	3	3	3	3	3	False	129174	maximal	True	ISR0036_000000002762	0.9956395348837209		22	4	False	False	1.0	0					non-mobilizable	chromosome	1006.0	99.304	93.0	0.0003167735869455241	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0086_000000018459	1667	0.6387931317889295	3	3	3	3	2	False	9736	maximal	True	MON0086_000000018459	1.0		110	10	False	False	1.0	0					non-mobilizable	other	1621.0	76.866	96.0	0.0006711113998813713	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
AST0014_000000007047	2419	0.6387886702695849	3	2	1	2	1	False	124453	maximal	True	AST0014_000000007047	1.0		1	1	False	False	0.9987598061561584	0					non-mobilizable	no_good_hit	44.0	95.455	2.0	0.00043812279664988895	NZ_FQXW01000018.1	enterobacteria	Nissabacter archeti strain 2134, whole genome shotgun sequence	True	False
ISR0207_000000013442	2182	0.6387880803976068	3	3	3	3	2	False	99109	fragment	False	ISR0058_000000011309	0.9624777975133214		0	0	False	False	1.0	0					non-mobilizable	other	2182.0	99.679	100.0	0.006199950536845786	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
SPA0020_000000021876	1552	0.6387838325957091	2	2	1	2	1	False	69490	fragment	False	DEN0079_000000039269	0.9220597618927678		0	0	False	False	0.9954897165298462	0					non-mobilizable	other	1552.0	97.42299999999999	100.0	0.08779079640006793	NZ_CABJDM010000047.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0296_000000005891	4157	0.6387829013264644	3	3	3	3	3	False	29549	maximal	True	ISR0296_000000005891	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	97.243	17.0	0.04673006927321827	NZ_CABIWU010000087.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0284_000000004144	2632	0.6387828893723729	5	4	2	4	3	True	124265	maximal	True	ISR0284_000000004144	1.0		22	7	False	False	1.0	0					non-mobilizable	chromosome	1574.0	95.616	90.0	0.0005066843984718244	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0139_000000004860	5354	0.6387820086436222	3	3	3	2	3	False	50017	maximal	True	FIJ0139_000000004860	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	80.215	17.0	0.00482284903021066	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ENG0179_000000016317	2038	0.6387816009297052	2	2	2	2	2	False	79166	fragment	False	ISR0115_000000015749	0.9355442068839743		0	0	False	False	0.9950932264328003	0					non-mobilizable	no_good_hit								True	False
CHI0182_000000001514	13365	0.6387790808771547	12	12	10	11	10	False	113990	maximal	True	CHI0182_000000001514	1.0		10	3	False	False	1.0	0					non-mobilizable	chromosome	12783.0	99.069	100.0	0.002706516963373512	CP037910.1	enterobacteria	Escherichia coli strain YSP8-1 chromosome, complete genome	False	False
ISR0317_000000000171	51183	0.638773490841343	44	23	12	18	9	True	132147	fragment	False	ISR0104_000000000158	0.621623915377435		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2809.0	99.288	9.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0011_000000001699	3442	0.6387704947293156	7	6	2	3	4	False	90209	fragment	False	CHI0011_000000001699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2210.0	98.009	87.0	0.2663760745853009	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	False
FIJ0011_000000023295	1916	0.6387664647415733	3	2	2	2	2	False	50955	maximal	True	FIJ0011_000000023295	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	83.697	89.0	0.00016559973697443238	CP044131.1	b-proteobacteria	Comamonas testosteroni strain NFYY023 chromosome, complete genome	True	False
FIJ0005_000000022972	1563	0.6387655852163747	3	2	2	2	2	False	51884	maximal	True	FIJ0005_000000022972	1.0		19	7	False	False	0.9980806112289429	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	3.306269959485477e-05	NZ_CP012622.1	mycoplasmas	Spiroplasma cantharicola strain CC-1 chromosome, complete genome	True	False
FIJ0096_000000019125	1914	0.6387652103495006	3	3	3	3	3	False	43002	maximal	True	FIJ0096_000000019125	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	73.408	42.0	0.0027985894546617963	NZ_QSGP01000009.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf9, whole genome shotgun sequence	True	False
MON0002_000000019721	1421	0.6387597686607372	2	1	1	1	1	False	14313	fragment	False	MON0002_000000019721	1.0		0	0	False	False	0.936664342880249	0					non-mobilizable	chromosome	1346.0	81.72399999999999	95.0	0.0003758797699716565	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0194_000000005197	4264	0.6387541504406162	3	3	3	3	3	False	29052	maximal	True	ISR0194_000000005197	1.0		56	8	False	False	0.98968106508255	0					non-mobilizable	other	4221.0	99.66799999999999	99.0	0.05825832458998288	NZ_CABJDZ010000010.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0075_01_000000008707	2844	0.6387535909846221	3	1	1	1	1	False	55665	maximal	False	USA0069_01_000000019261	0.37165554496345726		0	0	False	False	0.99964839220047	0					non-mobilizable	other	2844.0	95.71	100.0	0.0010024247890518148	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0390_000000007328	1885	0.6387507691083256	3	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.1993816161767103	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1588.0	74.118	83.0	0.19122486288848264	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0124_000000009125	3415	0.6387500808844729	3	3	3	2	2	True	110088	fragment	False	ENG0124_000000009125	0.5130146209820774		0	0	False	False	1.0	0					non-mobilizable	other	3418.0	90.93	100.0	0.0012666206842276027	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0141_000000010760	3235	0.6387500808844729	3	3	3	2	2	True	110088	fragment	False	ENG0124_000000009125	0.30968489736439186		0	0	False	False	0.997836172580719	0					non-mobilizable	other	3253.0	87.64200000000001	100.0	0.001205368511631602	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
SPA0049_000000002755	7917	0.6387480976555346	8	7	6	6	5	False	6614	fragment	False	SPA0049_000000002755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5290.0	99.641	68.0	0.15933602458275592	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0076_000000005769	4296	0.6387476945865378	3	3	3	3	2	False	100045	fragment	False	ENG0152_000000004761	0.5856513896457883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0197_000000008983	2796	0.6387439158080046	4	4	3	3	4	False	84803	maximal	True	ISR0197_000000008983	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	2799.0	96.85600000000001	100.0	0.0011160585046253537	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0023_000000006281	4393	0.6387417109666573	5	5	5	5	5	False	100303	maximal	True	ISR0023_000000006281	0.9930221917181423		249	12	False	False	1.0	0					non-mobilizable	no_good_hit	2124.0	72.505	47.0	0.0009016289228077208	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
TAN0002_000000016360	2328	0.6387415583650656	4	3	3	1	1	False	13845	fragment	False	TAN0002_000000016360	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2329.0	99.485	100.0	0.0005615957331273907	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
DEN0021_000000008111	3996	0.6387394929185425	5	2	2	2	2	False	126283	fragment	False	DEN0021_000000008111	0.9529879385964912		0	0	False	False	0.9959959983825684	0					non-mobilizable	no_good_hit	44.0	93.182	1.0	1.655272871732905e-05	AP012978.1	g-proteobacteria	Endosymbiont of unidentified scaly snail isolate Monju DNA, complete genome	True	False
USA0040_01_000000011798	1141	0.6387371538515951	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.03789869226822965	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1149.0	81.288	100.0	0.00036655429955331824	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	True
USA0066_01_000000006600	3108	0.6387355317308077	3	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.5194595514992839		0	0	False	False	0.9877734780311584	0					non-mobilizable	other	3149.0	90.09200000000001	100.0	0.0009354397119718644	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0205_000000002097	5957	0.6387336092510778	7	5	4	5	5	False	129425	maximal	True	ENG0205_000000002097	1.0		626	13	False	False	1.0	0					non-mobilizable	chromosome	4839.0	90.163	92.0	0.0013701513509515968	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0158_000000009086	2086	0.6387325514546418	4	2	2	2	1	True	36398	maximal	True	ISR0158_000000009086	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	97.165	88.0	0.0008179833163533742	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0296_000000015112	1730	0.6387325514546418	3	2	2	2	1	True	36397	fragment	False	ISR0296_000000015112	1.0		0	0	False	False	0.9797688126564026	0					non-mobilizable	chromosome	1620.0	97.28399999999999	94.0	0.0007224849913672191	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
USA0078_01_000000012908	1348	0.6387325514546418	2	2	2	2	1	True	1143	fragment	False	USA0078_01_000000012908	0.9898785425101215		0	0	False	False	0.9770029783248901	0					non-mobilizable	chromosome	1359.0	97.204	100.0	0.0006060127351925162	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0778_000000005383	2437	0.6387279754886211	2	2	2	2	2	False	61382	fragment	False	ISR0135_000000007276	0.9403528960490986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	72.347	12.0	0.0014312185736153433	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
FIJ0092_000000001121	16038	0.6387253474357873	28	6	1	6	4	False	43350	maximal	True	FIJ0092_000000001121	1.0		1	1	True	True	0.9998129606246948	2					non-mobilizable	no_good_hit								True	True
SPA0106_000000005860	6481	0.6387219823445043	8	5	4	4	5	False	127728	maximal	True	SPA0106_000000005860	1.0		2	2	False	False	0.9970683455467224	0					non-mobilizable	no_good_hit	4887.0	98.79299999999999	75.0	0.0013774796184347613	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
AST0099_000000006021	3509	0.638720925054264	4	2	0	2	1	True	108873	fragment	False	AST0099_000000006021	1.0		0	0	False	False	0.9988600611686707	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005537974683544304	MK250091.1	viruses	Mimiviridae sp. ChoanoV1 genomic sequence	True	True
ISR0853_000000010177	1753	0.638720925054264	3	2	0	2	1	True	20521	maximal	True	ISR0853_000000010177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0062_000000003706	4255	0.6387204967542633	4	3	1	3	2	True	103077	fragment	False	CHI0062_000000003706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2135.0	99.11	86.0	0.00827779889681068	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
USA0007_01_000000004361	4229	0.6387204967542633	4	3	1	3	2	True	103076	fragment	False	USA0007_01_000000004361	1.0		0	0	False	False	0.9952707290649414	0					non-mobilizable	no_good_hit	2051.0	99.464	83.0	0.007951962389157402	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
CHI0077_000000003682	3753	0.6387204967542633	4	3	1	3	2	True	93176	fragment	False	CHI0077_000000003682	1.0		0	0	False	False	0.9978683590888977	0					non-mobilizable	other	3544.0	98.279	98.0	0.013731681393959612	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
ENG0061_000000011009	1937	0.6387169986745382	3	2	2	2	2	False	126226	fragment	False	USA0059_01_000000013440	0.6573318612080248		0	0	False	False	0.9922560453414917	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	7.528812636151437e-06	NC_014972.1	d-proteobacteria	Desulfobulbus propionicus DSM 2032, complete sequence	True	False
USA0055_01_000000003208	7751	0.6387085863814441	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8579588277987482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	86.705	2.0	5.0368421576660445e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
CHI0160_000000011250	2684	0.6387072477266461	4	3	3	3	2	True	78736	maximal	False	ISR0812_000000014716	0.9263724035608308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1213.0	85.573	45.0	0.00036380479583865134	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
CHI0027_000000003079	5053	0.6387042987688792	5	5	5	5	4	True	120270	fragment	False	CHI0027_000000003079	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5053.0	100.0	100.0	0.0010669746221817942	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0231_000000011014	1710	0.6387024189957631	2	2	2	2	2	False	67250	fragment	False	ISR0231_000000011014	0.9718601895734598		0	0	False	False	0.9947368502616882	0					non-mobilizable	other	1711.0	95.85	100.0	0.022112480719627743	NZ_SPFY01000007.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_7_length_77151_cov_21.4202, whole genome shotgun sequence	False	False
CHI0152_000000002012	3701	0.6386991918562717	5	4	4	3	3	False	110511	fragment	False	ISR0077_000000007665	0.8084953215741512		0	0	False	False	0.9978384375572205	0					non-mobilizable	other	3492.0	84.765	97.0	0.003300583140893998	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	False	False
ISR0065_000000012660	2567	0.6386941789295847	4	2	1	2	2	False	35201	fragment	False	ISR0065_000000012660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	97.95700000000001	49.0	0.015605060200854464	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
DEN0067_000000008516	3745	0.6386890618944561	5	5	4	5	3	False	126419	backbone	False	FIJ0021_000000012876	0.8877449404958302	PS317|PS959	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	186.0	100.0	8.0	6.226991686461207e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0086_01_000000003211	6182	0.6386868733851894	9	2	0	2	1	False	1839	maximal	True	USA0086_01_000000003211	1.0		3	3	False	False	0.9995146989822388	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.8087224876855074e-07	LR738421.1	carnivores	Lutra lutra genome assembly, chromosome: X	True	False
ENG0195_000000013521	1906	0.6386824005697788	3	3	3	3	2	False	54464	maximal	True	ENG0195_000000013521	1.0		1	1	False	False	0.9905561208724976	0					non-mobilizable	no_good_hit	1669.0	74.536	85.0	0.005214867135221314	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ETH0002_000000008657	3218	0.638679420038955	5	4	3	3	3	True	53363	maximal	True	ETH0002_000000008657	1.0		1	1	False	False	0.9947172403335571	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00010503302705183963	NZ_WURB01000008.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold8, whole genome shotgun sequence	True	True
ISR0193_000000018113	1467	0.6386775407632322	3	3	3	2	2	False	29082	fragment	False	ISR0193_000000018113	1.0		0	0	False	False	0.9993183612823486	0					non-mobilizable	chromosome	1467.0	98.16	100.0	0.0003120072344815242	CP058253.1	enterobacteria	Enterobacter roggenkampii strain ED5 chromosome, complete genome	False	False
ENG0009_000000010717	1250	0.6386755449167993	2	2	2	2	1	True	67302	maximal	True	ENG0009_000000010717	1.0		38	8	False	False	0.9911999702453613	0					non-mobilizable	other	1257.0	71.122	99.0	0.00019161479843283555	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
CHI0035_000000003383	3176	0.6386753711225879	4	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7327808078515875		0	0	False	False	0.9990554451942444	0					non-mobilizable	chromosome	2959.0	87.59700000000001	96.0	0.0006529652277099393	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0070_000000003228	3236	0.6386744588338851	3	3	3	3	3	False	85015	maximal	True	CHI0070_000000003228	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	83.71600000000001	30.0	0.0015438142244518164	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
CHI0158_000000002118	6343	0.6386734979043115	4	4	2	4	2	False	93006	maximal	True	CHI0158_000000002118	1.0		2	2	False	False	0.9979504942893982	0					non-mobilizable	no_good_hit	423.0	73.52199999999999	6.0	0.0001476444278885667	NZ_WTYR01000001.1	a-proteobacteria	Altererythrobacter halimionae strain LMG 29519 NODE_1_length_2797261, whole genome shotgun sequence	True	False
MON0051_000000016059	2177	0.6386611962584862	2	2	2	2	2	False	93450	fragment	False	SPA0061_000000007102	0.8496331209162122		0	0	False	False	0.9949471950531006	0					non-mobilizable	no_good_hit	116.0	96.552	5.0	3.193539608222115e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0067_000000006998	4404	0.6386485231172776	3	3	3	3	3	False	96575	fragment	False	DEN0067_000000006998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	76.41	4.0	5.401697364447483e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0053_000000009485	2169	0.6386444974459087	3	3	2	3	2	False	46409	maximal	True	FIJ0053_000000009485	1.0		43	10	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	95.113	44.0	0.00020113716601967546	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0012_000000048114	1210	0.6386389295936185	3	3	3	1	1	False	13570	fragment	False	MON0012_000000048114	1.0		0	0	False	False	0.9462810158729553	0					non-mobilizable	no_good_hit	186.0	77.419	14.0	8.572927276875037e-05	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
ISR0171_000000006646	3768	0.6386362872649822	3	3	2	2	3	False	96355	maximal	True	ISR0171_000000006646	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	95.495	55.0	0.0008280766701575782	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
DEN0018_000000020965	1869	0.6386132892102494	3	2	2	2	1	False	75090	fragment	False	DEN0018_000000020965	1.0		0	0	False	False	0.9946495294570923	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	1.556390162326127e-05	NC_014147.1	g-proteobacteria	Moraxella catarrhalis BBH18, complete sequence	True	False
ISR0309_000000010391	1842	0.6386132892102494	2	2	2	2	1	False	72248	fragment	False	ISR0309_000000010391	0.9941240573083091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	85.542	5.0	1.9165248039035776e-05	NZ_CP012621.1	g-proteobacteria	Zobellella denitrificans strain F13-1 chromosome, complete genome	True	False
DEN0082_000000024603	1689	0.6386132892102494	2	2	2	2	1	False	72248	fragment	False	ISR0309_000000010391	0.9810316432057594		0	0	False	False	0.9899348616600037	0					non-mobilizable	no_good_hit	83.0	85.542	5.0	1.9165248039035776e-05	NZ_CP012621.1	g-proteobacteria	Zobellella denitrificans strain F13-1 chromosome, complete genome	True	False
ISR0018_000000013126	1609	0.6386132892102494	2	2	2	2	1	False	72248	fragment	False	ISR0309_000000010391	0.8439326606209488		0	0	False	False	0.997514009475708	0					non-mobilizable	no_good_hit	83.0	85.542	5.0	1.9165248039035776e-05	NZ_CP012621.1	g-proteobacteria	Zobellella denitrificans strain F13-1 chromosome, complete genome	True	False
DEN0064_000000026715	1582	0.6386132892102494	2	2	2	2	1	False	72248	fragment	False	ISR0309_000000010391	0.8368451536677216		0	0	False	False	0.99051833152771	0					non-mobilizable	no_good_hit	55.0	85.455	3.0	2.8981058195038228e-05	NC_014147.1	g-proteobacteria	Moraxella catarrhalis BBH18, complete sequence	True	False
DEN0052_000000031009	1495	0.6386132892102494	2	2	2	2	1	False	72248	fragment	False	ISR0309_000000010391	0.6921905298170961		0	0	False	False	0.9872909784317017	0					non-mobilizable	no_good_hit	83.0	81.928	5.0	0.0014498949755562577	NZ_MLCF01000027.1	high GC Gram+	Streptomyces gilvigriseus strain MUSC 26, whole genome shotgun sequence	True	False
ISR0125_000000012604	1216	0.6386115747615949	2	2	2	2	0	False	32026	maximal	True	ISR0125_000000012604	1.0		47	8	False	False	0.9967105388641357	0					non-mobilizable	no_good_hit	69.0	85.507	6.0	0.0006960460429263022	NZ_KB905856.1	firmicutes	Propionispira raffinosivorans DSM 20765 F606DRAFT_scaffold00018.18, whole genome shotgun sequence	True	False
SPA0140_000000000943	15686	0.6386115492059551	11	8	5	8	6	True	3499	maximal	True	SPA0140_000000000943	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	71.888	7.0	0.030638749006095947	CP054197.1	g-proteobacteria	Glaesserella parasuis strain YHP170504 plasmid unnamed1, complete sequence	True	True
CHI0011_000000004067	1601	0.638604957685381	3	3	2	2	2	False	90142	fragment	False	CHI0011_000000004067	0.9641195261588869		0	0	False	False	0.9987508058547974	0					non-mobilizable	other	1601.0	99.93799999999999	100.0	0.00032466992229431246	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
DEN0008_000000005729	1541	0.638604957685381	3	3	2	2	2	False	90142	fragment	False	CHI0011_000000004067	0.956672866973573		0	0	False	False	1.0	0					non-mobilizable	chromosome	1541.0	100.0	100.0	0.0003233409773379967	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
DEN0090_000000005611	4097	0.6386041395655503	5	2	2	2	2	False	68777	maximal	True	DEN0090_000000005611	1.0		6	3	False	False	0.9997559189796448	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	5.027540458995965e-07	LR812069.1	bony fishes	Danio rerio genome assembly, chromosome: 7	True	False
CAN0003_000000014362	3446	0.6385924007863364	6	5	4	5	4	False	103383	maximal	True	CAN0003_000000014362	1.0		7	4	False	False	0.990713894367218	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.00040586062746053006	NZ_QZNE01000012.1	firmicutes	Kurthia gibsonii strain B83 scaffold12, whole genome shotgun sequence	True	False
ENG0043_000000007238	4495	0.6385875605126934	7	6	5	6	5	False	112296	fragment	False	FIJ0079_000000006384	0.9761658187394439		0	0	False	False	0.9951056838035583	0					non-mobilizable	other	2872.0	99.40799999999999	98.0	0.0007036605796348859	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0062_000000003802	4513	0.6385739192546139	5	4	3	4	3	False	122840	maximal	True	AST0062_000000003802	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	2997.0	89.456	85.0	0.011999144647388955	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	True	False
ENG0053_000000005335	4911	0.6385703278412092	3	2	2	2	1	True	97334	fragment	False	ISR0251_000000002140	0.9490412823077334		0	0	False	False	0.999389111995697	0					non-mobilizable	other	4911.0	100.0	100.0	0.010854234920129631	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ENG0058_000000024832	1391	0.6385687005434342	2	1	1	1	1	True	63490	maximal	True	ENG0058_000000024832	1.0		0	0	False	False	0.9985621571540833	0					non-mobilizable	no_good_hit	118.0	76.271	8.0	2.6286174662868575e-05	NZ_FUEZ01000004.1	high GC Gram+	Mycobacterium numidiamassiliense strain AB215, whole genome shotgun sequence	True	True
BAN0016_000000000427	1681	0.6385648477433282	3	3	3	2	3	False	98257	maximal	True	BAN0016_000000000427	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	808.0	94.18299999999999	94.0	0.006736413637663364	CP056605.1	enterobacteria	Escherichia coli strain RHBSTW-00321 plasmid pRHBSTW-00321_2, complete sequence	False	True
DEN0045_000000011029	3308	0.6385547406269992	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.8169178182986588		0	0	False	False	1.0	0					non-mobilizable	other	3306.0	99.274	99.0	0.060523376123940154	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0115_000000007782	3295	0.6385547406269992	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.7842470554531649		0	0	False	False	0.9996964931488037	0					non-mobilizable	other	3295.0	99.363	100.0	0.06030362407749922	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0023_000000010028	1324	0.6385525607099654	3	3	3	2	2	False	89055	fragment	False	ISR0146_000000030323	0.9457968216663131		0	0	False	False	0.9803625345230103	0					non-mobilizable	other	1324.0	98.48899999999999	100.0	0.03311556656904708	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0020_000000014672	1456	0.6385505724839412	3	3	2	2	2	False	90142	fragment	False	CHI0011_000000004067	0.6373223694879774		0	0	False	False	1.0	0					non-mobilizable	chromosome	1456.0	99.588	100.0	0.0003248522703601439	CP053597.1	enterobacteria	Escherichia coli strain T7Express_LysY chromosome, complete genome	False	False
ISR0343_000000002918	4836	0.6385458271526459	4	4	3	4	2	False	116989	maximal	True	ISR0343_000000002918	1.0		57	6	False	False	1.0	0					non-mobilizable	no_good_hit	2239.0	94.32799999999999	51.0	0.08122254758418741	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
SPA0038_000000005301	5616	0.63854515590227	7	3	2	3	1	False	65814	maximal	True	SPA0038_000000005301	1.0		3	1	False	False	0.998753547668457	0					non-mobilizable	no_good_hit								True	False
ISR0370_000000004135	5968	0.6385433448837892	4	3	3	2	2	False	93745	maximal	True	ISR0370_000000004135	0.9691226196832177		1	1	False	False	0.9998324513435364	0					non-mobilizable	no_good_hit	3244.0	95.191	67.0	0.001129688678574466	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0015_000000020713	1823	0.6385418180104359	3	2	2	2	2	False	43059	maximal	True	MON0015_000000020713	1.0		21	9	False	False	0.989029049873352	0					non-mobilizable	chromosome	1824.0	96.93	100.0	0.0003511841339516075	CP026160.1	enterobacteria	Klebsiella pneumoniae strain F93-1 chromosome, complete genome	False	False
MAD0078_000000000269	16773	0.638534814196546	28	8	0	7	3	False	16214	maximal	True	MAD0078_000000000269	1.0		1	1	False	False	0.99910569190979	0					non-mobilizable	no_good_hit								True	False
CHI0048_000000011103	1745	0.6385346437362492	3	3	3	3	1	True	90572	fragment	False	ENG0208_000000017623	0.9673863649922797		0	0	False	False	0.998853862285614	0					non-mobilizable	no_good_hit	228.0	72.807	13.0	0.0005487196948726554	NZ_MPIN01000010.1	d-proteobacteria	Cystobacter ferrugineus strain Cbfe23 Contig_115, whole genome shotgun sequence	True	True
SPA0057_000000024603	1342	0.6385303487566789	1	1	1	1	1	False	10135	fragment	False	MON0093_000000032278	0.9695396501094002		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	76.923	91.0	0.00043590194719626	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
MON0101_000000052310	1274	0.6385303487566789	1	1	1	1	1	False	10135	fragment	False	MON0093_000000032278	0.731498042706522		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	76.15899999999999	96.0	0.010024631952798305	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0115_000000014809	2277	0.6385281752256703	4	3	3	3	1	False	70058	fragment	False	ISR0115_000000014809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	77.941	6.0	3.13388787557249e-05	NZ_LT839648.1	firmicutes	Oceanobacillus senegalensis strain Marseille-P3587, whole genome shotgun sequence	True	False
SPA0089_000000016261	2405	0.638526233773505	3	3	3	3	3	False	5422	fragment	False	SPA0089_000000016261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	86.29	48.0	0.0003215755535931486	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0124_000000001791	9316	0.6385243640972985	13	7	3	6	5	True	71994	maximal	True	ISR0124_000000001791	1.0		40	5	False	False	0.9988192319869995	0					non-mobilizable	other	8310.0	99.663	98.0	0.0023409256414841356	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0086_000000008445	3055	0.6385222670554691	4	3	3	3	2	False	33920	maximal	True	ISR0086_000000008445	1.0		0	0	False	False	0.9996726512908936	0					non-mobilizable	no_good_hit	826.0	100.0	27.0	0.015602541795899842	NZ_LT629848.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MAD0046_000000004399	5302	0.6385031671348335	4	3	2	2	2	False	17773	maximal	True	MAD0046_000000004399	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	77.976	13.0	0.9196675900277008	EU061041.1	bacteria	Uncultured bacterium clone LM0ABA4ZB10RM1 genomic sequence	True	False
MAD0098_000000008653	4815	0.6385031671348335	3	3	2	2	2	False	17773	maximal	False	MAD0046_000000004399	0.9540739343643908		0	0	False	False	0.9997923374176025	0					non-mobilizable	no_good_hit	672.0	77.976	14.0	0.9196675900277008	EU061041.1	bacteria	Uncultured bacterium clone LM0ABA4ZB10RM1 genomic sequence	True	False
AST0089_000000001569	9604	0.638502819206625	9	4	3	4	2	True	111347	fragment	False	AST0089_000000001569	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1378.0	70.755	14.0	0.00538414832745594	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	True
FIJ0012_000000016461	1515	0.6384995811278095	3	3	3	2	1	False	50758	fragment	False	FIJ0012_000000016461	1.0		0	0	False	False	0.9702970385551453	0					non-mobilizable	no_good_hit	106.0	89.62299999999999	7.0	2.9361504718393807e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0199_000000023256	1111	0.6384953562525947	3	2	1	2	1	True	54223	fragment	False	ENG0199_000000023256	1.0		0	0	False	False	0.9963996410369873	0					non-mobilizable	no_good_hit								True	True
ISR0229_000000001982	7051	0.6384935429142482	8	5	3	4	2	False	122858	fragment	False	ISR0076_000000002357	0.34515736431247407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	95.165	17.0	0.00041180188200870397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0025_000000037260	1165	0.6384912024264361	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.19522768347597733		0	0	False	False	0.9905579686164856	0					non-mobilizable	other	1165.0	98.79799999999999	100.0	0.0019325436025999685	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0068_000000003071	4222	0.6384881580205592	4	4	4	4	4	False	5998	maximal	True	SPA0068_000000003071	1.0		2	1	False	False	0.9983420372009277	0					non-mobilizable	no_good_hit	906.0	75.938	26.0	0.003547346008445686	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0821_000000014712	2070	0.6384875346590879	3	3	3	3	3	False	111460	fragment	False	MAD0086_000000003690	0.6377560682068109		0	0	False	False	1.0	0					non-mobilizable	other	2070.0	100.0	100.0	0.0004457464712994425	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0052_000000008453	3278	0.6384855612000355	4	2	2	1	2	False	46490	maximal	True	FIJ0052_000000008453	1.0		12	1	False	False	0.9996949434280396	0					non-mobilizable	no_good_hit	1916.0	86.639	57.0	0.00863487401242878	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	True	False
SPA0069_000000000304	30172	0.638481961642402	44	17	6	15	9	False	5970	maximal	True	SPA0069_000000000304	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	78.317	7.0	0.011349647200120102	NC_049978.1	viruses	IAS virus, complete genome	True	False
ENG0135_000000000312	33142	0.6384779162374123	35	3	2	2	0	True	114292	fragment	False	ENG0135_000000000312	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	22234.0	97.904	95.0	0.2289084634008139	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
ISR0193_000000000736	25590	0.6384779162374123	28	3	2	2	0	True	114288	fragment	False	ISR0772_000000000082	0.6786517104812705		0	0	False	False	0.9998437166213989	0					non-mobilizable	virus	22407.0	96.03200000000001	99.0	0.230536238602998	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
MON0076_000000003130	10335	0.6384751963765429	15	7	4	4	4	True	10316	maximal	True	MON0076_000000003130	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	2120.0	95.0	81.0	0.0006322962578525067	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
AST0055_000000005162	5905	0.6384695032001271	7	7	5	7	4	False	126675	maximal	True	AST0055_000000005162	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	1.909547323743621e-05	NZ_AP018549.1	firmicutes	Lactobacillus paragasseri strain JCM 5343	True	False
ENG0062_000000013161	1883	0.6384694291808644	2	2	1	2	2	False	81420	fragment	False	USA0059_01_000000013164	0.9506095573932141		0	0	False	False	0.9872543811798096	0					non-mobilizable	chromosome	1883.0	99.09700000000001	100.0	0.0008398497552520732	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0167_000000018672	1241	0.6384673280894481	2	2	2	2	1	True	87033	fragment	False	CHI0143_000000014323	0.953353866339673		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	81.796	100.0	0.0003764289523017853	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0392_000000020462	1683	0.6384645297535463	2	2	2	2	2	False	22805	maximal	True	ISR0392_000000020462	1.0		66	10	False	False	0.9976232647895813	0					non-mobilizable	no_good_hit	747.0	74.565	69.0	0.010996379240981628	NZ_AAXG02000014.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont173, whole genome shotgun sequence	True	False
DEN0078_000000028445	1244	0.6384634312550431	3	3	3	3	3	True	69683	fragment	False	DEN0078_000000028445	0.9987024221453287		0	0	False	False	0.9919614195823669	0					non-mobilizable	chromosome	1226.0	99.837	99.0	0.0005368888670724524	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	True
AUS0024_000000001875	13781	0.6384622894413949	23	8	6	7	6	False	99005	maximal	True	AUS0024_000000001875	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	88.37200000000001	3.0	0.002671852273445899	NZ_QEKH01000015.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_115, whole genome shotgun sequence	True	False
ISR0178_000000004483	3569	0.6384618703452812	2	2	2	2	2	False	29719	fragment	False	ISR0178_000000004483	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3569.0	99.72	100.0	0.0009517892597731124	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0068_000000012500	1311	0.6384596500704594	2	2	2	2	2	False	85106	fragment	False	CHI0068_000000012500	0.9995934959349593		0	0	False	False	0.9786422848701477	0					non-mobilizable	chromosome	1311.0	100.0	100.0	0.000553925726594101	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0126_000000034353	1441	0.6384584367429746	3	2	2	1	1	False	31945	maximal	True	ISR0126_000000034353	1.0		2	2	False	False	0.9972241520881653	0					non-mobilizable	no_good_hit	545.0	74.312	38.0	0.004073196856095464	NZ_FQXV01000014.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0002_000000012949	1773	0.6384558974442516	3	3	2	3	2	False	67979	maximal	False	ENG0022_000000008532	0.9828562506528858		0	0	False	False	0.9983079433441162	0					non-mobilizable	no_good_hit	558.0	98.74600000000001	31.0	0.005072905946320094	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	True	False
CHI0006_000000003028	3761	0.6384507955013796	4	4	4	4	4	False	90652	maximal	True	CHI0006_000000003028	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	81.41199999999999	33.0	0.0193724790567794	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
AST0148_000000001767	15234	0.6384498179019902	19	8	5	8	3	False	105226	fragment	False	AST0150_000000001159	0.9990746755015304		0	0	False	False	0.9999343752861023	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	1.1407364594582262e-05	CP017459.1	firmicutes	Staphylococcus nepalensis strain JS9 chromosome, complete genome	True	False
MAD0039_000000006899	2069	0.6384479536629033	3	2	2	2	2	False	19420	maximal	True	MAD0039_000000006899	1.0		13	2	False	False	0.9903334975242615	0					non-mobilizable	other	1254.0	85.167	90.0	0.011200042973785991	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0202_000000009390	2334	0.6384474772683797	3	3	3	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9148416323794204		0	0	False	False	1.0	0					non-mobilizable	chromosome	2109.0	80.417	99.0	0.0005582091856095119	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0030_000000005919	3355	0.6384462523290634	4	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.712690990955703		0	0	False	False	1.0	0					non-mobilizable	other	1776.0	94.932	98.0	0.02516963074066138	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
SPA0076_000000001656	6243	0.6384435771776673	5	2	1	1	2	True	31544	maximal	True	SPA0076_000000001656	1.0		7	3	True	True	1.0	9					non-mobilizable	plasmid	4702.0	99.95700000000001	100.0	0.7488846398980242	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
ISR0095_000000020907	1646	0.6384411067407177	2	2	2	2	1	False	33395	maximal	False	MAD0026_000000007543	0.9147945205479453		0	0	False	False	0.9854192137718201	0					non-mobilizable	chromosome	1661.0	81.156	99.0	0.0005616876045094034	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0120_000000000088	94928	0.6384410671616939	86	13	3	11	5	True	114212	maximal	False	ISR0831_000000000017	0.9367851174563468		0	0	True	True	1.0	50					non-mobilizable	no_good_hit	639.0	91.54899999999999	3.0	0.0035586196125678396	MT074141.1	viruses	Bacteroides phage DAC22, complete genome	True	True
CAN0002_000000012801	1523	0.6384408527125525	3	3	3	2	1	False	96898	maximal	True	CAN0002_000000012801	1.0		118	9	False	False	0.9809586405754089	0					non-mobilizable	chromosome	1518.0	99.605	99.0	0.0004239242014579525	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0013_000000011088	2273	0.6384405935229196	2	2	1	1	2	False	90748	fragment	False	ISR0013_000000011088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1178.0	80.9	63.0	0.0003138084283959378	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0102_000000012410	1666	0.6384405010996826	3	3	1	3	3	False	24094	fragment	False	ISR0350_000000010215	0.7388201994118822		0	0	False	False	1.0	0					non-mobilizable	chromosome	1666.0	99.88	100.0	0.00034870373314048865	CP047665.1	enterobacteria	Escherichia coli strain LD26-1 chromosome, complete genome	False	False
ISR0776_000000016891	1403	0.6384401428908872	2	1	1	1	1	False	22412	maximal	True	ISR0776_000000016891	1.0		1	1	False	False	0.985744833946228	0					non-mobilizable	no_good_hit								True	False
ISR0303_000000000599	14480	0.6384348529236831	16	6	1	6	1	False	25524	maximal	True	ISR0303_000000000599	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	100.0	1.0	4.1664987544900855e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
USA0078_01_000000008248	2003	0.6384313863626995	3	3	3	3	2	False	102239	fragment	False	SPA0054_000000012699	0.4740793178390117		0	0	False	False	1.0	0					non-mobilizable	other	2003.0	99.85	100.0	0.006953730944102701	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
SPA0141_000000011852	1935	0.6384313863626995	3	3	3	3	2	False	102239	fragment	False	SPA0054_000000012699	0.40672651527260084		0	0	False	False	1.0	0					non-mobilizable	chromosome	1936.0	99.845	100.0	0.0002977182320799011	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0164_000000010734	2055	0.6384271221543936	3	3	3	3	3	False	82166	maximal	True	CHI0164_000000010734	0.9928359683794467		43	6	False	False	1.0	0					non-mobilizable	chromosome	2055.0	99.90299999999999	100.0	0.0005153821757056771	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
DEN0043_000000003174	2340	0.6384262429373568	3	2	2	2	2	False	73792	backbone	False	DEN0031_000000014608	0.9615548910721914	PS347	0	0	True	True	0.995726466178894	6					non-mobilizable	no_good_hit	1101.0	94.73200000000001	77.0	0.0003542278332827831	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0169_000000010921	2096	0.6384255561897519	3	2	2	2	2	False	91849	fragment	False	CHI0044_000000007074	0.9499765147956787		0	0	False	False	0.992843508720398	0					non-mobilizable	other	2096.0	98.95	100.0	0.01684530462260889	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0027_000000003539	7225	0.6384228848982964	15	8	2	4	6	True	37258	maximal	True	ISR0027_000000003539	1.0		2	2	False	False	0.9977854490280151	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0004874607145147842	NZ_CYYU01000009.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0152_000000010820	2276	0.6384228342561438	4	3	3	2	2	False	75300	maximal	True	FIJ0152_000000010820	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	4.928083281943636e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0067_000000013302	1379	0.6384186785096018	2	2	2	2	2	False	107555	fragment	False	MON0067_000000013302	1.0		0	0	False	False	0.997824490070343	0					non-mobilizable	chromosome	1379.0	99.275	100.0	0.00044415464446194273	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0005_000000020156	1415	0.6384162597809789	2	2	2	2	2	False	8291	fragment	False	SPA0005_000000020156	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1415.0	99.788	100.0	0.00039840064961282727	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0132_000000011103	3576	0.6384065066389463	3	2	2	2	2	False	3745	fragment	False	SPA0132_000000011103	1.0		0	0	False	False	0.9997203350067139	0					non-mobilizable	no_good_hit								True	False
AST0099_000000018931	1101	0.6384028609122847	2	2	2	2	1	True	108670	fragment	False	SPA0093_000000030827	0.6335266500966584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	74.425	35.0	8.342290394056344e-05	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	True
ENG0157_000000019713	1257	0.638394262683355	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.3393142064840197		0	0	False	False	1.0	0					non-mobilizable	chromosome	1256.0	95.541	99.0	0.0004090087604196939	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0180_000000001378	14410	0.6383939538143267	13	11	8	9	7	True	132352	fragment	False	ISR0180_000000001378	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14433.0	97.014	100.0	0.15673296380828172	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0096_000000010286	3282	0.6383875664351043	4	4	4	4	4	False	9279	maximal	True	MON0096_000000010286	1.0		14	1	False	False	0.9817184805870056	0					non-mobilizable	no_good_hit	720.0	78.194	36.0	0.00020036007731273183	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0188_000000007117	2132	0.6383850027256883	3	3	2	3	2	False	90931	maximal	True	CHI0188_000000007117	1.0		3	2	False	False	0.9924952983856201	0					non-mobilizable	no_good_hit	286.0	77.622	13.0	0.0017495188823073654	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0059_01_000000006424	4110	0.638383369246769	4	2	2	2	1	True	33195	fragment	False	USA0059_01_000000006424	1.0		0	0	False	False	0.9997566938400269	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	0.0003946185048547253	NZ_SEON01000010.1	a-proteobacteria	Sphingobium fuliginis strain DSM 18781 NODE_10_length_108966_cov_86.685499, whole genome shotgun sequence	True	True
CHI0045_000000010215	2059	0.6383816941566379	2	2	2	2	2	False	87142	maximal	True	CHI0045_000000010215	1.0		398	15	False	False	1.0	0					non-mobilizable	chromosome	2021.0	84.414	98.0	0.0005375155152586383	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0037_000000009769	2531	0.6383809615985836	3	3	3	3	2	False	7082	maximal	True	SPA0037_000000009769	1.0		4	4	False	False	0.9889371991157532	0					non-mobilizable	no_good_hit	1892.0	73.15	74.0	0.009124941506785214	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
MON0061_000000039827	1187	0.6383787706176831	2	2	2	1	1	False	125442	fragment	False	MON0070_000000010284	0.04739995047308916		0	0	False	False	0.9991575479507446	0					non-mobilizable	chromosome	1193.0	86.169	100.0	0.00033220445338525567	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0104_000000002143	10733	0.638378478357565	9	6	5	6	5	False	49358	fragment	False	FIJ0104_000000002143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	False
USA0026_01_000000004915	7045	0.6383776232553522	7	4	4	3	4	False	87555	maximal	True	USA0026_01_000000004915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2623.0	75.982	37.0	0.016720294555748288	NZ_FMKA01000006.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0320_000000007149	3075	0.6383768237067335	6	3	3	2	3	False	104367	fragment	False	ISR0320_000000007149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2341.0	75.609	89.0	0.0014261706354389409	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0030_000000011705	2809	0.6383765130651071	2	1	1	1	1	False	85135	fragment	False	FIJ0030_000000011705	1.0		0	0	False	False	0.9985759854316711	0					non-mobilizable	no_good_hit	106.0	79.245	4.0	1.6385701773610418e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
FIJ0013_000000024807	1223	0.6383765130651071	2	1	1	1	1	False	50590	fragment	False	FIJ0013_000000024807	0.9957081545064378		0	0	False	False	0.9934586882591248	0					non-mobilizable	no_good_hit	72.0	98.611	6.0	1.7407631064138294e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0147_000000022024	1165	0.6383765130651071	2	1	1	1	1	False	50590	fragment	False	FIJ0013_000000024807	0.972608340147179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	5.0	1.4710674138708418e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
TAN0009_000000008012	4045	0.6383599434487127	4	4	4	4	2	True	2719	maximal	True	TAN0009_000000008012	1.0		1	1	False	False	0.9940667748451233	0					non-mobilizable	no_good_hit								True	True
ENG0149_000000003371	7410	0.6383549251163787	7	5	3	5	3	False	57238	maximal	True	ENG0149_000000003371	1.0		84	5	False	False	0.9979757070541382	0					non-mobilizable	no_good_hit	415.0	91.807	6.0	0.00011017990462252605	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
AST0113_000000031788	1153	0.6383512943921893	2	2	2	2	1	True	106348	maximal	True	AST0113_000000031788	1.0		21	6	False	False	0.9991326928138733	0					non-mobilizable	other	1153.0	93.929	100.0	0.0003635131271784755	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ISR0025_000000010284	3736	0.6383440246161293	5	4	4	3	3	False	132078	fragment	False	ISR0275_000000003606	0.6452295519367007		0	0	False	True	0.9994646906852722	0					non-mobilizable	no_good_hit	294.0	97.619	10.0	0.0007677492892423389	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
MAD0012_000000018024	1647	0.6383396528215435	2	2	0	2	0	True	19653	maximal	True	MAD0012_000000018024	1.0		18	10	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	89.47399999999999	5.0	5.522128272413214e-05	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	True
ISR0207_000000009981	2846	0.6383369729385685	7	4	2	2	4	False	87399	fragment	False	ISR0207_000000009981	0.9610027873938733		0	0	False	False	1.0	0					non-mobilizable	other	1555.0	92.99	99.0	0.00029244694102947724	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0388_000000004201	6613	0.6383333715428773	10	10	3	9	8	True	22955	fragment	False	ISR0388_000000004201	1.0		0	0	False	False	1.0	0			MPF_F	MOBP	mobilizable	plasmid	5230.0	99.31200000000001	100.0	0.03350104149975965	CP053732.1	enterobacteria	Escherichia coli strain CP55_Sichuan plasmid pCP55-IncFIB, complete sequence	False	True
MON0027_000000016243	2480	0.6383331471566585	4	3	3	1	0	True	12660	fragment	False	MON0027_000000016243	1.0		0	0	False	False	0.9935483932495117	0					non-mobilizable	no_good_hit	2137.0	73.046	84.0	0.08145179933728905	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	True	True
ENG0040_000000013156	1788	0.6383289406460405	2	2	2	1	1	False	115169	fragment	False	ENG0040_000000013156	1.0		0	0	False	True	0.9781879186630249	0					non-mobilizable	other	1495.0	95.92	94.0	0.0005897054280980595	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0085_000000022692	1215	0.6383275774338307	2	2	2	2	2	False	33946	maximal	True	ISR0085_000000022692	1.0		7	4	False	False	0.9736625552177429	0					non-mobilizable	no_good_hit	775.0	98.839	64.0	0.006225518189934608	NZ_JH379446.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld985, whole genome shotgun sequence	True	False
MAD0049_000000000012	93190	0.638324754282887	99	12	4	9	5	False	17509	maximal	True	MAD0049_000000000012	1.0		2	1	True	True	1.0	159					non-mobilizable	no_good_hit	1477.0	77.99600000000001	8.0	0.016229185874720903	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	True
USA0017_01_000000016499	1655	0.6383220061902631	2	2	2	1	1	False	1887	maximal	True	USA0017_01_000000016499	1.0		3	3	False	False	0.9836857914924622	0					non-mobilizable	other	1641.0	83.60799999999999	99.0	0.0008024157868312527	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0209_000000023476	1179	0.6383151333501658	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.2723446356436495		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	96.695	100.0	0.004525373180158983	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0390_000000013574	1177	0.6383151333501658	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.2737602884907416		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	96.941	100.0	0.004513858235680207	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0354_000000015790	1161	0.6383151333501658	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.2708267509531253		0	0	False	False	0.9698535799980164	0					non-mobilizable	other	1161.0	96.296	100.0	0.004452445198460068	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0190_000000020149	1487	0.6383120443405605	2	1	1	1	1	False	54798	fragment	False	ENG0190_000000020149	1.0		0	0	False	False	0.9986550211906433	0					non-mobilizable	no_good_hit	337.0	95.54899999999999	23.0	0.005486162135684545	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0016_000000030726	1268	0.6383114745472336	2	2	2	2	2	False	13323	fragment	False	MON0016_000000030726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	89.45700000000001	49.0	0.0020944408513148063	NZ_KE384540.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
USA0003_01_000000011128	3526	0.6383067756798677	4	4	4	4	2	True	2246	maximal	True	USA0003_01_000000011128	1.0		14	8	False	False	0.9991492033004761	0					non-mobilizable	no_good_hit	936.0	91.56	59.0	0.0003274654211688751	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0151_000000019744	1234	0.6383028328030833	2	2	2	2	2	False	79435	fragment	False	FIJ0104_000000021925	0.9334709822091161		0	0	False	False	0.9951377511024475	0					non-mobilizable	chromosome	1216.0	100.0	99.0	0.0002370249795066057	CP050845.1	enterobacteria	Klebsiella pneumoniae strain Bckp206 chromosome, complete genome	False	False
MON0094_000000018980	1958	0.6382977181549592	2	2	2	2	2	False	11853	fragment	False	MON0094_000000018980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	97.171	84.0	0.00035772124365351563	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0118_000000009163	3162	0.6382969900727132	3	3	2	3	3	False	78790	maximal	True	SPA0118_000000009163	0.9836983115391288		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	74.852	33.0	0.00012686123898745038	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
CAN0003_000000044324	1103	0.6382909506648969	2	1	1	1	1	False	96316	fragment	False	CAN0003_000000044324	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1016.0	98.917	92.0	0.00034489589750577403	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0131_000000010398	2853	0.6382883084794606	4	2	1	2	1	False	31684	maximal	True	ISR0131_000000010398	1.0		1	1	False	False	0.9989484548568726	0					non-mobilizable	no_good_hit								True	False
CHI0145_000000003231	5335	0.6382874609033989	6	6	6	6	4	False	83689	maximal	True	CHI0145_000000003231	1.0		27	8	False	False	0.999437689781189	0					non-mobilizable	chromosome	3393.0	99.646	99.0	0.000644311048756795	CP014123.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_156 chromosome, complete genome	False	False
CHI0093_000000003508	1735	0.6382807867466044	5	4	1	2	3	False	83591	fragment	False	ISR0049_000000016062	0.9588744588744589		0	0	False	False	1.0	0					non-mobilizable	chromosome	1736.0	98.387	100.0	0.0004190741072380189	CP012323.1	firmicutes	Clostridioides difficile strain DSM 28669 chromosome, complete genome	False	False
ISR0293_000000007036	5181	0.6382786179946051	6	6	4	5	6	False	102120	maximal	True	ISR0293_000000007036	1.0		43	6	False	False	1.0	0	Inc18				non-mobilizable	chromosome	5043.0	99.881	99.0	0.0011822240963115123	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	False	True
ISR0376_000000022531	1106	0.6382785786976815	2	1	1	1	1	False	23315	fragment	False	ISR0376_000000022531	1.0		0	0	False	False	1.0	0					non-mobilizable	other	993.0	99.094	100.0	0.0031901366511612934	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0040_000000033435	1295	0.6382671269475706	1	1	1	1	1	False	25430	fragment	False	MON0090_000000041510	0.4759368111682586		0	0	False	False	0.9552123546600342	0					non-mobilizable	other	1233.0	99.432	95.0	0.005510849484923443	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0101_000000059961	1121	0.6382581058350508	2	2	2	2	2	False	63232	fragment	False	ENG0061_000000017858	0.9617723718505647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	73.718	41.0	0.00023333924730554174	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
ISR0169_000000002688	8287	0.6382523653230967	7	6	5	6	4	False	115405	maximal	False	MON0103_000000003789	0.931712832108536		0	0	False	False	0.9997586607933044	0					non-mobilizable	no_good_hit	4738.0	92.93	76.0	0.0019466950660937362	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0166_000000019742	1272	0.6382476981252765	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.3400592069961372		0	0	False	False	0.9827044010162354	0					non-mobilizable	chromosome	1260.0	95.397	99.0	0.0004103134135629784	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0013_000000023699	1159	0.6382476981252765	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.16248736295124006		0	0	False	False	1.0	0					non-mobilizable	chromosome	1160.0	95.259	100.0	0.00037769708498086563	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
SPA0120_000000010007	4222	0.6382449713336429	4	4	4	4	4	False	72523	fragment	False	SPA0120_000000010007	0.9697156983930779		0	0	False	False	1.0	0					non-mobilizable	other	4222.0	99.124	100.0	0.0020118249750555716	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
MON0023_000000013745	1645	0.6382347317999072	2	2	2	2	1	False	12977	maximal	True	MON0023_000000013745	1.0		54	7	False	False	0.9993920922279358	0					non-mobilizable	other	1660.0	97.47	99.0	0.0009233641177030441	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
ENG0070_000000003711	5901	0.6382094708316619	14	4	3	4	1	False	62455	maximal	True	ENG0070_000000003711	1.0		1	1	False	False	0.9998305439949036	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.0008511673151750973	NZ_FOGW01000022.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
USA0038_01_000000002485	8367	0.6382078367528101	10	4	4	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.8617129261454293		0	0	False	False	0.999641478061676	0					non-mobilizable	no_good_hit	466.0	84.12	12.0	0.0020657217313926144	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0079_000000009153	3106	0.6382032972380387	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.6339372423835508		0	0	False	False	0.9983901977539062	0					non-mobilizable	other	1764.0	98.243	95.0	0.012660864069860967	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0004_000000008562	3106	0.638202718835367	4	4	4	3	3	False	115986	fragment	False	FIJ0004_000000008562	1.0		0	0	False	False	0.9993560910224915	0					non-mobilizable	no_good_hit	1051.0	90.676	34.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0093_000000016615	2341	0.6382013508101758	3	2	2	2	2	True	102795	fragment	False	SPA0093_000000016615	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2341.0	99.95700000000001	100.0	0.008360337700478396	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0064_000000007595	2970	0.6382011684410632	4	4	4	4	3	False	62990	fragment	False	FIJ0162_000000007059	0.949582431178472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	75.27	34.0	0.00034319690293678007	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0102_000000019159	1642	0.6381896565975591	3	3	2	3	2	False	108207	fragment	False	ENG0175_000000014789	0.968093572797368		0	0	False	False	0.9963459372520447	0					non-mobilizable	no_good_hit	234.0	83.76100000000001	14.0	0.003114223849875698	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0071_000000008945	3990	0.6381831405515594	5	1	1	1	1	False	44891	maximal	True	FIJ0071_000000008945	1.0		1	1	False	False	0.9997493624687195	0					non-mobilizable	no_good_hit	116.0	94.82799999999999	3.0	3.067706414627464e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0079_000000021252	2605	0.6381831405515594	3	1	1	1	1	False	69583	fragment	False	DEN0079_000000021252	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0323_000000009042	2268	0.6381831405515594	3	1	1	1	1	False	41648	fragment	False	ISR0323_000000009042	1.0		0	0	False	False	0.9907407164573669	0					non-mobilizable	no_good_hit								True	False
FIJ0116_000000013689	1245	0.6381831405515594	2	1	1	1	1	False	41646	fragment	False	FIJ0116_000000013689	1.0		0	0	False	False	0.9855421781539917	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000004945	4955	0.6381807832020634	4	2	2	2	2	False	127624	fragment	False	ENG0054_000000004945	0.9823452368705382		0	0	False	False	0.9989908933639526	0					non-mobilizable	other	2817.0	99.85799999999999	99.0	0.20231338458222572	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0113_000000005900	4701	0.6381807832020634	4	2	2	2	2	False	127624	fragment	False	ENG0054_000000004945	0.9573708008297557		0	0	False	False	0.9978727698326111	0					non-mobilizable	other	2642.0	99.88600000000001	99.0	0.18974064228752066	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0048_000000004448	4638	0.6381807832020634	4	2	2	2	2	False	127624	fragment	False	ENG0054_000000004945	0.9559287974043077		0	0	False	False	0.9971970915794373	0					non-mobilizable	other	2905.0	99.82799999999999	99.0	0.20863567785042028	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0006_000000003435	4571	0.6381807832020634	4	2	2	2	2	False	127624	fragment	False	ENG0054_000000004945	0.9527963706388869		0	0	False	False	1.0	0					non-mobilizable	other	2807.0	99.85700000000001	99.0	0.20159494216538545	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0007_000000008136	3369	0.6381807832020634	4	2	2	2	2	False	104058	fragment	False	DEN0007_000000008136	1.0		0	0	False	False	0.9997031688690186	0					non-mobilizable	other	1818.0	99.89	98.0	0.13054098713988074	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0039_000000007445	3289	0.6381807832020634	5	2	2	2	2	False	104055	fragment	False	FIJ0039_000000007445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2349.0	99.787	72.0	0.16869027947410015	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0033_000000008647	2914	0.6381807832020634	4	2	2	2	2	False	104056	fragment	False	DEN0033_000000008647	1.0		0	0	False	False	0.9989705085754395	0					non-mobilizable	other	1751.0	99.943	100.0	0.1257274229470508	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0003_000000009669	2814	0.6381807832020634	3	2	2	2	2	False	104060	fragment	False	CHI0148_000000004026	0.9595403971438877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	99.725	80.0	0.13054098713988074	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0087_000000006124	2498	0.6381807832020634	3	2	2	2	2	False	104053	fragment	False	SPA0087_000000006124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	99.835	89.0	0.13054098713988074	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0087_000000015014	2144	0.6381807832020634	3	2	2	2	2	False	104054	fragment	False	FIJ0087_000000015014	1.0		0	0	False	False	0.9976679086685181	0					non-mobilizable	no_good_hit	1740.0	99.713	81.0	0.12486529204684245	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0090_000000016681	2127	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.988356534123561		0	0	False	False	0.9995298385620117	0					non-mobilizable	other	2127.0	98.73100000000001	100.0	0.151016596019829	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0152_000000011426	2064	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.9861161655898344		0	0	False	False	0.9995155334472656	0					non-mobilizable	other	2064.0	99.90299999999999	100.0	0.1482146705941519	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0016_000000016723	2002	0.6381807832020634	4	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.9235034587959041		0	0	False	False	0.9970030188560486	0					non-mobilizable	other	1818.0	99.89	99.0	0.13054098713988074	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0186_000000016257	1896	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.9219869057045763		0	0	False	False	0.9936708807945251	0					non-mobilizable	other	1896.0	99.947	100.0	0.136144837991235	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0176_000000018694	1833	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.918715723442521		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	99.889	100.0	0.12975070048135642	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0069_01_000000033531	1811	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.9159733580276375		0	0	False	False	1.0	0					non-mobilizable	other	1811.0	99.945	100.0	0.13003807744809254	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0132_000000017008	1811	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.9115133496885596		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	99.943	100.0	0.126230332638839	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0153_000000014322	1809	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.9119179216367668		0	0	False	False	0.999447226524353	0					non-mobilizable	other	1767.0	99.774	100.0	0.12687693081399526	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0041_000000008061	1808	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.9140555788867093		0	0	False	False	0.9966813921928406	0					non-mobilizable	other	1808.0	99.723	100.0	0.12982254472304045	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0104_000000014772	1807	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.9148232734724264		0	0	False	False	1.0	0					non-mobilizable	other	1786.0	99.88799999999999	100.0	0.1282419714059918	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0012_000000026115	1795	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.8490352451235308		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	99.944	100.0	0.12888856958114808	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0077_000000015941	1791	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.8841634424056823		0	0	False	False	0.9955332279205322	0					non-mobilizable	other	1791.0	99.944	100.0	0.12860119261441194	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0185_000000011412	1763	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.8471820337653323		0	0	False	False	0.989790141582489	0					non-mobilizable	other	1763.0	99.943	100.0	0.12658955384725915	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0134_000000022301	1760	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.8499001049501617		0	0	False	False	0.9994317889213562	0					non-mobilizable	other	1758.0	99.943	99.0	0.126230332638839	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0032_000000019034	1759	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.8497697154443496		0	0	False	False	1.0	0					non-mobilizable	other	1759.0	99.943	100.0	0.12630217688052303	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0080_000000013940	1754	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.8469441319378974		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	99.94200000000001	100.0	0.12486529204684245	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0174_000000008711	1739	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.845180333687573		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	99.94200000000001	100.0	0.12486529204684245	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0150_000000016019	1739	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.845180333687573		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	99.94200000000001	100.0	0.12486529204684245	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0816_000000022072	1739	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.845180333687573		0	0	False	False	0.999424934387207	0					non-mobilizable	other	1739.0	99.94200000000001	100.0	0.12486529204684245	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0116_000000023641	1730	0.6381807832020634	2	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.779960253108493		0	0	False	False	0.992485523223877	0					non-mobilizable	other	1712.0	99.94200000000001	100.0	0.12292549752137366	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0027_000000006889	1726	0.6381807832020634	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.7801908337568345		0	0	False	False	0.9994206428527832	0					non-mobilizable	other	1726.0	99.71	100.0	0.12393131690495007	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0362_000000012229	1718	0.6381807832020634	2	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.7790852156828654		0	0	False	False	0.9941792488098145	0					non-mobilizable	other	1718.0	99.76700000000001	100.0	0.12335656297147783	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0091_000000012915	1707	0.6381807832020634	2	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.7462484800203575		0	0	False	False	1.0	0					non-mobilizable	other	1706.0	99.766	99.0	0.12249443207126949	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0190_000000018029	1668	0.6381807832020634	2	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.7046763736438721		0	0	False	False	0.9910072088241577	0					non-mobilizable	other	1667.0	99.94	99.0	0.11969250664559236	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0160_000000011272	1666	0.6381807832020634	2	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.39072502374043094		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	99.939	98.0	0.11717795818665135	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0096_000000026306	1590	0.6381807832020634	2	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.4483253216711067		0	0	False	False	0.9735848903656006	0					non-mobilizable	other	1590.0	99.74799999999999	100.0	0.11416050003592212	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0818_000000009319	1931	0.638179034918197	3	3	3	3	2	False	21352	fragment	False	ISR0818_000000009319	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1931.0	98.395	100.0	0.013539963940199662	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
DEN0026_000000008979	3281	0.6381784967850289	4	3	3	2	2	False	74204	fragment	False	DEN0026_000000008979	1.0		0	0	False	False	0.9987808465957642	0					non-mobilizable	no_good_hit	1456.0	77.885	44.0	0.0003276617243033844	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0043_000000002592	7030	0.6381692167239098	8	4	2	2	4	False	11698	maximal	True	MON0043_000000002592	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5060.0	79.64399999999999	71.0	0.0021315794652995807	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
ISR0251_000000014897	1209	0.6381630933571609	3	1	1	1	1	False	26971	maximal	True	ISR0251_000000014897	1.0		109	12	False	False	0.9586434960365295	0					non-mobilizable	no_good_hit	1097.0	83.045	89.0	0.019879450413687244	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
ISR0056_000000015544	1437	0.638161938202903	2	2	2	2	1	False	35631	fragment	False	ISR0056_000000015544	1.0		0	0	False	False	0.9944328665733337	0					non-mobilizable	no_good_hit	661.0	88.654	46.0	0.0037946518406936163	NZ_NHOC01000003.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c3, whole genome shotgun sequence	True	False
SPA0158_000000016615	1334	0.6381612059500376	3	2	2	2	2	False	3129	maximal	True	SPA0158_000000016615	1.0		1	1	False	False	0.9925037622451782	0					non-mobilizable	no_good_hit	909.0	99.56	68.0	0.0004051985004085454	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0124_000000016774	1693	0.6381587616668245	2	2	2	2	2	False	41236	maximal	True	FIJ0124_000000016774	1.0		38	10	False	False	0.993502676486969	0					non-mobilizable	other	1698.0	81.979	100.0	0.00048031285058296126	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CAN0014_000000031148	1585	0.6381584986392669	2	2	2	2	1	False	93546	maximal	True	CAN0014_000000031148	1.0		31	10	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	70.895	46.0	0.4268004722550177	NZ_AZQP01000115.1	firmicutes	Fervidicella metallireducens AeB contig00115, whole genome shotgun sequence	True	False
ISR0133_000000002289	7253	0.6381577913565689	12	8	6	8	5	True	36815	fragment	False	ISR0133_000000002289	0.9787079840562506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	72.4	21.0	0.18694731597957404	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0147_000000002418	6905	0.6381565467485848	5	4	4	4	3	False	89444	maximal	False	ISR0031_000000002084	0.9476957660340716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	97.848	11.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
ISR0218_000000007018	2392	0.6381552043456573	5	5	5	3	2	False	28071	maximal	True	ISR0218_000000007018	1.0		27	5	False	False	0.9954013228416443	0					non-mobilizable	no_good_hit	1461.0	98.905	61.0	0.0005302178796005935	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MAD0018_000000002883	1111	0.6381469954597044	3	2	1	1	2	False	19357	fragment	False	MAD0018_000000002883	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1119.0	90.617	100.0	0.0446389321823922	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
MON0101_000000050436	1318	0.6381420196215177	2	2	2	1	2	False	9010	maximal	True	MON0101_000000050436	1.0		28	9	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	0.0001661263365618896	NZ_FRAU01000006.1	CFB group bacteria	Rhodothermus profundi strain DSM 22212, whole genome shotgun sequence	True	False
ISR0076_000000013671	1882	0.6381256504354327	2	2	2	2	2	False	44539	maximal	True	ISR0076_000000013671	1.0		18	4	False	False	0.9989373087882996	0					non-mobilizable	no_good_hit	369.0	87.805	20.0	0.00010609664360659016	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0105_000000015005	3567	0.6381227499685332	4	4	3	2	3	False	127148	maximal	True	MON0105_000000015005	1.0		7	5	False	False	0.9845808744430542	0					non-mobilizable	no_good_hit	1156.0	98.789	60.0	0.0003887662377223078	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0350_000000009069	2076	0.638120885865401	3	3	3	3	3	False	24095	maximal	True	ISR0350_000000009069	1.0		589	14	False	False	0.9927745461463928	0					non-mobilizable	chromosome	2076.0	99.711	100.0	0.0009424073307027679	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
ISR0250_000000005025	2338	0.6381154970648714	4	4	2	2	4	False	27026	fragment	False	ISR0250_000000005025	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	other	2338.0	99.914	100.0	0.028316289439247806	LM996865.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-23_contig-10.0_1_82532_[organism:Escherichia	False	True
CHI0052_000000010190	1568	0.6381147202914919	2	2	2	2	2	False	86477	maximal	True	CHI0052_000000010190	1.0		6	2	False	False	0.9827806353569031	0					non-mobilizable	chromosome	1533.0	81.083	97.0	0.0003912050234683946	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	False	False
ENG0132_000000009755	1964	0.6381144873952984	3	3	3	3	2	True	58321	fragment	False	ENG0132_000000009755	0.9918725152354084		0	0	False	False	1.0	0					non-mobilizable	other	1964.0	99.287	100.0	0.000630219456348233	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0075_000000015177	1619	0.6381021008489595	2	2	2	2	1	False	62079	maximal	True	ENG0075_000000015177	1.0		111	10	False	False	1.0	0					non-mobilizable	other	1619.0	99.444	100.0	0.02246878949049451	NZ_LMUA01000019.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00019, whole genome shotgun sequence	False	False
USA0003_01_000000013739	2877	0.6380985061158938	4	3	3	3	3	False	75114	maximal	True	USA0003_01_000000013739	1.0		46	11	False	False	0.9996524453163147	0					non-mobilizable	no_good_hit	479.0	76.827	17.0	0.00013236605875704055	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0058_000000007116	4171	0.6380860513600607	8	4	2	2	2	False	88488	fragment	False	SPA0062_000000006970	0.9270101956073948		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	924.0	91.775	39.0	0.000310339801887418	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CAN0001_000000011542	4120	0.6380828410518147	6	4	4	4	3	False	97422	fragment	False	CAN0001_000000011542	1.0		0	0	False	False	0.9980582594871521	0					non-mobilizable	no_good_hit	456.0	76.97399999999999	11.0	0.016368884504366254	NZ_MDZC01000070.1	CFB group bacteria	Hymenobacter glacialis strain CCM 8648 NODE_41_length_27369_cov_421.904_ID_81, whole genome shotgun sequence	True	False
ENG0005_000000021435	1113	0.638081083778981	2	2	2	2	1	False	67624	maximal	False	SPA0034_000000030236	0.9867491166077739		0	0	False	False	0.9820305705070496	0					non-mobilizable	other	1113.0	99.191	100.0	0.012085642864905988	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0122_000000006302	2623	0.6380772758536709	2	2	2	2	2	False	43082	fragment	False	FIJ0122_000000006302	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2623.0	99.88600000000001	100.0	0.00047738424023897614	CP054303.1	enterobacteria	Klebsiella pneumoniae strain MS14393 chromosome, complete genome	False	False
ISR0821_000000028355	1179	0.6380763230686759	2	1	1	1	1	False	109443	fragment	False	AST0093_000000014045	0.985797827903091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	92.037	72.0	0.013858700093153998	NZ_QIML01000011.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_11, whole genome shotgun sequence	True	False
MON0043_000000011403	2394	0.6380678507558443	4	2	2	2	2	False	11686	fragment	False	MON0043_000000011403	1.0		0	0	False	False	0.9937343597412109	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.410193470092489e-06	CP047895.1	a-proteobacteria	Sphingomonas sp. C33 chromosome, complete genome	True	False
SPA0128_000000019093	1942	0.6380619426025496	4	3	3	2	1	False	3876	maximal	True	SPA0128_000000019093	1.0		12	4	False	False	0.9917610883712769	0					non-mobilizable	no_good_hit	464.0	73.27600000000001	24.0	0.00053915369279257	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0302_000000008853	1770	0.6380543861525175	3	2	2	2	1	False	77009	maximal	True	ISR0302_000000008853	1.0		20	6	False	False	0.988135576248169	0					non-mobilizable	no_good_hit	1184.0	98.311	72.0	0.006014051427002735	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	True	False
AST0002_000000021887	1707	0.6380543861525175	2	2	2	2	1	False	131652	fragment	False	AST0002_000000021887	0.9973466981132075		0	0	False	False	0.9841827750205994	0					non-mobilizable	other	1473.0	92.87200000000001	99.0	0.001613147814008892	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ISR0013_000000015393	1696	0.6380543861525175	2	2	2	2	1	False	131652	fragment	False	AST0002_000000021887	0.9938488576449912		0	0	False	False	0.9787735939025879	0					non-mobilizable	other	1478.0	92.76	99.0	0.0016186421866724102	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ENG0133_000000017062	1425	0.6380543861525175	2	2	2	2	1	False	77006	fragment	False	SPA0083_000000012732	0.880578317154454		0	0	False	False	0.9536842107772827	0					non-mobilizable	other	1184.0	98.311	97.0	0.006014051427002735	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0003_000000019164	1330	0.6380543861525175	3	2	2	2	1	False	77006	fragment	False	SPA0083_000000012732	0.8696017089373808		0	0	False	False	0.9969924688339233	0					non-mobilizable	other	1185.0	98.31200000000001	96.0	0.0060191351560196435	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0269_000000007820	2280	0.6380503720711137	4	3	3	3	3	False	101485	fragment	False	ISR0269_000000007820	0.9824606656316335		0	0	False	False	0.9881578683853149	0					non-mobilizable	other	2089.0	96.17	92.0	0.03165986869039135	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0007_000000007200	2111	0.6380503720711137	4	3	3	3	3	False	101485	fragment	False	ISR0269_000000007820	0.9588354945334351		0	0	False	False	0.9966840147972107	0					non-mobilizable	other	2100.0	96.714	99.0	0.03182665918636564	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0012_000000002906	7994	0.6380408327787017	10	7	4	5	4	False	128693	fragment	False	DEN0010_000000003825	0.6075037433338963		0	0	False	False	0.9997498393058777	0					non-mobilizable	other	4728.0	99.598	100.0	0.03656932386214154	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0099_000000002109	9242	0.6380383107022132	9	9	9	9	7	False	125056	fragment	False	CHI0172_000000000825	0.9425806007171846		0	0	False	False	1.0	0					non-mobilizable	other	9242.0	99.62100000000001	100.0	0.033411429521805466	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0109_000000012415	2814	0.6380329374029459	4	4	4	4	3	False	67174	maximal	True	MON0109_000000012415	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	92.887	69.0	0.0002714768848392806	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0064_000000010567	2097	0.6380316404000078	2	2	2	2	1	False	74973	maximal	True	ENG0064_000000010567	1.0		0	0	False	False	0.9995231032371521	0					non-mobilizable	no_good_hit	607.0	72.817	29.0	0.0010540012323163486	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
SPA0090_000000001457	14807	0.6380273045311742	16	10	7	9	7	False	123958	maximal	True	SPA0090_000000001457	1.0	PS912	2	1	False	True	0.9999324679374695	0					non-mobilizable	no_good_hit	1358.0	75.405	10.0	0.00046916413494638425	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0106_000000006674	5754	0.6380250067415956	5	5	4	4	5	False	4758	maximal	True	SPA0106_000000006674	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	82.823	25.0	0.0006959417046477989	CP002106.1	actinobacteria	Olsenella uli DSM 7084, complete genome	True	False
ISR0271_000000001989	6641	0.6380200894579038	11	7	6	5	5	False	115955	fragment	False	ISR0271_000000001989	0.999689633767846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.806	4.0	0.001562688586656164	LC467712.1	firmicutes	Enterococcus faecium AA620 DNA, VanD-type vancomycin-resistant region	True	False
ISR0785_000000009414	3484	0.6380186861752234	5	3	2	1	3	False	22201	fragment	False	ISR0785_000000009414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	77.358	3.0	8.049164295517018e-05	NZ_LR215036.1	mycoplasmas	Mycoplasma citelli strain NCTC10181 chromosome 1	True	False
USA0003_01_000000012313	3201	0.6380142370155499	3	3	2	3	2	True	39212	maximal	True	USA0003_01_000000012313	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2278.0	81.82600000000001	85.0	0.0006691383919998818	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	True
ISR0353_000000011659	3119	0.6380137350529029	4	4	3	3	4	False	57002	maximal	True	ISR0353_000000011659	1.0		34	7	False	False	1.0	0					non-mobilizable	chromosome	1747.0	92.215	96.0	0.0006971871731935125	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0341_000000011667	1209	0.6380090429173554	3	3	2	3	2	False	24343	maximal	True	ISR0341_000000011667	1.0		57	7	False	False	0.9387924075126648	0					non-mobilizable	other	977.0	99.693	97.0	0.00035444702088368435	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
DEN0018_000000011922	3101	0.6380078856605529	2	2	2	2	2	False	123241	maximal	True	DEN0018_000000011922	1.0		67	5	False	False	1.0	0					non-mobilizable	no_good_hit	1719.0	98.13799999999999	56.0	0.14545762424858183	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
ISR0021_000000010604	2206	0.6380064878140332	3	3	3	3	1	False	119262	maximal	True	ISR0021_000000010604	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1644.0	97.20200000000001	74.0	0.011702453878354382	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	True	False
ISR0006_000000011469	1679	0.6379925647572782	3	3	3	3	2	False	93179	fragment	False	ISR0006_000000011469	0.9794359576968272		0	0	False	False	0.9976176023483276	0					non-mobilizable	no_good_hit	309.0	81.553	27.0	0.0029362051480175786	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0310_000000010394	1668	0.6379925647572782	3	3	3	3	2	False	93179	fragment	False	ISR0006_000000011469	0.9759973725297		0	0	False	False	0.9994004964828491	0					non-mobilizable	no_good_hit	309.0	80.583	27.0	0.0029362051480175786	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0353_000000006857	4930	0.6379874726693084	5	3	3	3	2	False	127941	maximal	True	ISR0353_000000006857	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3773.0	99.867	77.0	0.0008394631352835347	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0089_000000010170	2425	0.6379871512158483	4	3	3	3	3	False	9611	maximal	True	MON0089_000000010170	1.0		1	1	False	False	0.9876288771629333	0					non-mobilizable	chromosome	1879.0	80.575	99.0	0.0006521392296308606	CP059566.1	b-proteobacteria	Neisseria sicca strain DSM 17713 chromosome, complete genome	False	False
MON0064_000000023702	1246	0.6379825047304757	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.8335063566186921		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	94.787	100.0	0.43124350536889505	NZ_CABIWU010000119.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0789_000000012146	1172	0.6379801724942608	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.10371604310321315		0	0	False	False	0.9718430042266846	0					non-mobilizable	other	1179.0	83.206	99.0	0.008829168845538807	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0014_000000022394	1154	0.6379801724942608	2	2	2	2	1	True	126070	fragment	False	ISR0183_000000016771	0.10283809718122859		0	0	False	False	0.9887348413467407	0					non-mobilizable	other	1165.0	83.176	100.0	0.008715488559973929	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0076_000000029136	1647	0.6379759789473892	2	2	2	2	2	False	83613	maximal	True	MON0076_000000029136	1.0		65	13	False	False	0.9884638786315918	0					non-mobilizable	chromosome	1647.0	93.807	100.0	0.0005540339630224404	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0137_000000007820	2021	0.6379751092528575	3	3	3	2	2	False	89056	maximal	True	CHI0137_000000007820	1.0		28	10	False	False	0.9995052218437195	0					non-mobilizable	no_good_hit	1166.0	98.79899999999999	58.0	0.029160721884308276	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0011_000000017706	2475	0.637973968154477	2	2	2	2	2	False	112355	maximal	True	FIJ0011_000000017706	1.0		58	9	False	False	1.0	0					non-mobilizable	chromosome	887.0	92.559	97.0	0.00025173011118791015	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0069_000000012357	1998	0.6379725509130224	2	2	2	2	1	False	34954	fragment	False	ISR0069_000000012357	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1904.0	99.947	95.0	0.017415097965645675	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
USA0102_01_000000008618	1508	0.6379713885963008	2	2	1	2	2	False	78967	maximal	False	ENG0075_000000015309	0.9489096573208723		0	0	False	False	0.9993368983268738	0					non-mobilizable	other	1509.0	99.934	100.0	0.0002523365815253813	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0157_000000000383	16548	0.6379701775519475	20	9	4	4	8	False	108002	maximal	True	CHI0157_000000000383	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4749.0	94.336	45.0	0.0010508219333257814	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0145_000000010127	3160	0.6379693751229751	3	3	3	3	2	False	57510	maximal	True	ENG0145_000000010127	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	78.214	14.0	0.0009990075648533365	NZ_NOJZ02000001.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_1_length_456453_cov_379.987, whole genome shotgun sequence	True	False
SPA0139_000000013295	2087	0.6379647508413132	3	3	3	3	3	False	55464	maximal	False	ISR0069_000000011440	0.9765636396245592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	78.241	10.0	0.002811293598590318	NZ_CYZO01000013.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ETH0002_000000016182	1559	0.6379647210105355	3	3	3	3	3	False	89741	fragment	False	ISR0076_000000014296	0.7128989572725157		0	0	False	False	0.9807568788528442	0					non-mobilizable	chromosome	1559.0	99.551	100.0	0.0003467347732692861	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0042_000000030924	1115	0.6379595616938224	2	2	2	2	2	False	6822	maximal	True	SPA0042_000000030924	1.0		7	2	False	False	0.9955157041549683	0					non-mobilizable	no_good_hit	179.0	81.006	16.0	0.0010831169150860955	NZ_JHWJ01000013.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	False
ISR0365_000000009757	1700	0.6379552850655336	4	3	1	2	3	False	129311	maximal	True	ISR0365_000000009757	1.0		16	5	False	False	0.9923529624938965	0					non-mobilizable	no_good_hit	1204.0	93.355	87.0	0.0005509416741005533	NZ_LS483462.1	firmicutes	Streptococcus pasteurianus strain NCTC13784 chromosome 1	True	False
SPA0026_000000021580	1547	0.6379552850655336	5	3	1	2	3	False	119876	maximal	False	ISR0017_000000016488	0.4036998624164031		0	0	False	False	1.0	0					non-mobilizable	other	1548.0	96.705	100.0	0.0017223373910874886	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
USA0019_01_000000027599	1105	0.6379552850655336	4	3	1	2	3	False	1812	fragment	False	USA0019_01_000000027599	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	96.745	100.0	0.017929870677765337	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0392_000000023179	1506	0.6379429491127062	3	2	1	0	1	False	22800	fragment	False	ISR0392_000000023179	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0339_000000009059	1656	0.6379421671541953	2	2	2	2	2	False	24389	maximal	True	ISR0339_000000009059	1.0		19	1	False	False	0.9915459156036377	0					non-mobilizable	no_good_hit	429.0	83.45	37.0	0.0001135346273981869	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0164_000000013253	2037	0.6379414323790461	4	3	1	1	3	False	85032	fragment	False	ISR0278_000000005843	0.9386027930212817		0	0	False	False	1.0	0					non-mobilizable	other	2037.0	99.902	100.0	0.0045008599383674	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0326_000000005055	3424	0.6379400032439758	7	3	3	3	1	True	76318	maximal	True	ISR0326_000000005055	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2531.0	99.32799999999999	74.0	0.0006775142137393992	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0127_000000007030	3277	0.6379398379644509	5	5	2	3	3	False	74465	maximal	True	ISR0127_000000007030	1.0		3	2	False	False	0.9896246790885925	0					non-mobilizable	no_good_hit	987.0	95.947	55.0	0.0002969444834280283	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MAD0046_000000005347	4415	0.63793759868266	6	6	4	6	2	False	17765	maximal	True	MAD0046_000000005347	1.0		4	1	False	False	0.9855039715766907	0					non-mobilizable	no_good_hit	765.0	82.22200000000001	17.0	0.00022469481914139344	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
ISR0143_000000015255	1943	0.6379375678386255	3	3	2	3	1	False	91848	fragment	False	ISR0143_000000015255	0.9822515547400688		0	0	False	False	0.9969120025634766	0					non-mobilizable	other	1860.0	99.57	96.0	0.014947695128128845	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0054_000000002562	2303	0.6379350994712537	3	2	2	2	2	False	77657	fragment	False	DEN0054_000000002562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0004_000000040334	1190	0.6379349843776297	2	1	1	1	1	True	14180	fragment	False	MON0004_000000040334	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	98.06700000000001	100.0	0.00032148872261363574	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
MON0061_000000040391	1172	0.6379349843776297	2	1	1	1	1	True	10788	fragment	False	MON0061_000000040391	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	99.639	95.0	0.00029958747237671015	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
USA0066_01_000000017640	1148	0.6379349843776297	2	1	1	1	1	True	815	fragment	False	USA0066_01_000000017640	1.0		0	0	False	False	0.9939024448394775	0					non-mobilizable	other	1130.0	97.345	98.0	0.00030526557428998713	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0201_000000023326	1253	0.6379334542031544	2	2	2	2	1	True	87033	fragment	False	CHI0143_000000014323	0.959108420912538		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	81.804	100.0	0.0003817176235324715	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0092_000000021642	2054	0.6379333612289896	2	2	2	2	2	False	5316	maximal	True	SPA0092_000000021642	1.0		266	13	False	False	0.9902629256248474	0					non-mobilizable	chromosome	2070.0	82.899	100.0	0.0006646203750947213	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0116_000000001223	13143	0.6379332321833209	13	9	4	8	3	False	101898	fragment	False	ENG0116_000000001223	1.0		0	0	False	False	0.9998478293418884	0					non-mobilizable	no_good_hit	1116.0	69.71300000000001	8.0	0.00046728266937380244	AP023392.1	firmicutes	Streptococcus suis DAT300 DNA, complete genome	True	False
ENG0048_000000019109	1343	0.6379323506085514	2	2	2	1	1	False	83612	maximal	True	ENG0048_000000019109	1.0		5	3	False	False	0.9709605574607849	0					non-mobilizable	no_good_hit	1154.0	92.98100000000001	86.0	0.0003880930494318796	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0047_01_000000030717	1180	0.6379323506085514	2	2	2	1	1	False	83611	fragment	False	CHI0111_000000022430	0.7379313899376976		0	0	False	False	0.9940677881240845	0					non-mobilizable	chromosome	1180.0	98.64399999999999	100.0	0.0003968444972074467	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0084_000000006153	2806	0.637926311437485	4	3	3	2	1	True	118204	fragment	False	CHI0040_000000005546	0.7402689558018173		0	0	False	False	0.9996436238288879	0					non-mobilizable	other	2806.0	97.256	100.0	0.05772562283451576	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0363_000000010929	1712	0.6379263108937911	2	2	2	2	2	False	23700	fragment	False	ISR0363_000000010929	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1452.0	97.383	100.0	0.021433752238850155	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0207_000000015197	1286	0.6379255085094319	2	1	1	1	1	True	126071	maximal	True	ENG0207_000000015197	1.0		0	0	False	False	0.9657853841781616	0					non-mobilizable	no_good_hit	858.0	86.014	67.0	0.006487354962902333	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0098_000000019538	1278	0.6379255085094319	2	1	1	1	1	True	126070	fragment	False	ISR0183_000000016771	0.08863785877686083		0	0	False	False	0.992175281047821	0					non-mobilizable	no_good_hit	928.0	84.914	72.0	0.006942076105161843	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0138_000000021894	1246	0.6379255085094319	2	1	1	1	1	True	126070	fragment	False	ISR0183_000000016771	0.12001633100159595		0	0	False	False	0.9991974234580994	0					non-mobilizable	no_good_hit	928.0	84.806	74.0	0.006942076105161843	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0142_000000029801	1162	0.6379255085094319	2	1	1	1	1	True	126070	fragment	False	ISR0183_000000016771	0.08593789851719603		0	0	False	False	0.997418224811554	0					non-mobilizable	no_good_hit	862.0	85.963	74.0	0.006517669705719634	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0815_000000026485	1159	0.6379255085094319	2	1	1	1	1	True	126070	fragment	False	ISR0183_000000016771	0.08589371461129848		0	0	False	False	0.9991371631622314	0					non-mobilizable	no_good_hit	862.0	86.079	74.0	0.006517669705719634	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AUS0020_000000022737	1107	0.6379255085094319	2	1	1	1	1	True	126070	fragment	False	ISR0183_000000016771	0.05184811015999693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	86.079	78.0	0.006517669705719634	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0182_000000002219	10756	0.6379227436631136	13	7	5	6	4	True	72775	fragment	False	USA0035_01_000000002439	0.9856460235437438		0	0	False	False	0.9995351433753967	0					non-mobilizable	no_good_hit	340.0	92.647	9.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MON0012_000000040294	1404	0.6379211086939449	3	3	3	3	2	True	13583	maximal	True	MON0012_000000040294	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	69.727	56.0	0.00012850440184364876	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	True
ISR0776_000000018109	1302	0.6379191099236284	1	1	1	1	1	False	22409	fragment	False	ISR0776_000000018109	1.0		0	0	False	False	0.9938555955886841	0					non-mobilizable	no_good_hit	66.0	98.485	5.0	1.7772742167496986e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0101_000000019425	1724	0.6379115672181769	2	2	2	2	2	False	60481	maximal	True	ENG0101_000000019425	1.0		4	3	False	False	0.997099757194519	0					non-mobilizable	other	1729.0	77.791	99.0	0.19438993420293202	NZ_LBBT01000155.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig163, whole genome shotgun sequence	False	False
ISR0208_000000005361	4725	0.6379104703577558	5	5	5	5	5	False	108275	fragment	False	ISR0208_000000005361	0.9895947858865068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	74.601	42.0	0.0005920200795291714	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0066_01_000000014279	1436	0.6379082497713262	2	1	1	1	1	False	103580	fragment	False	USA0037_01_000000022915	0.4777812032892587		0	0	False	False	0.9979108572006226	0					non-mobilizable	no_good_hit								True	False
FIJ0049_000000014852	1167	0.6379071417702025	2	2	2	2	2	False	46642	fragment	False	ISR0283_000000011121	0.9724809483488569		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	95.544	100.0	0.008606372849329426	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
MON0103_000000004706	7547	0.6379055953351049	7	3	2	3	1	False	78078	fragment	False	MON0103_000000004706	1.0		0	0	False	False	0.9998674988746643	0					non-mobilizable	no_good_hit	100.0	90.0	1.0	0.00030903442836678526	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0096_000000012512	1537	0.6379051982993189	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.20461804565551356		0	0	False	False	0.9986987709999084	0					non-mobilizable	chromosome	1511.0	81.469	97.0	0.00041301849970540625	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0802_000000002629	4764	0.6379041978645712	8	6	6	6	5	False	91267	maximal	False	ISR0381_000000002976	0.9610415424368912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	74.125	16.0	0.0010920810803611858	NZ_LT707059.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
CHI0152_000000010664	1220	0.6379014712109367	4	4	2	3	4	False	79315	fragment	False	CHI0152_000000010664	0.9831314878892734		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	96.885	100.0	0.03507256392536282	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
ISR0160_000000023402	1280	0.6379013027502397	2	2	2	2	1	False	119056	fragment	False	AST0026_000000019813	0.9814957008294245		0	0	False	False	0.9750000238418579	0					non-mobilizable	no_good_hit								True	False
SPA0064_000000005648	3774	0.637896359820916	7	4	1	2	3	False	124402	fragment	False	ISR0819_000000006403	0.9624912339979504		0	0	False	False	0.9997350573539734	0					non-mobilizable	no_good_hit	3176.0	98.552	86.0	0.033725898684126614	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
AST0104_000000029766	1194	0.6378963110552571	2	1	1	1	1	True	107663	fragment	False	AST0104_000000029766	1.0		0	0	False	False	0.9891121983528137	0					non-mobilizable	no_good_hit	602.0	99.00299999999999	50.0	0.8143631436314364	EU058008.1	bacteria	Uncultured bacterium clone LM0ABA1ZB12FM1 genomic sequence	True	True
ISR0186_000000013945	2152	0.6378921603722715	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.0754253326166873		0	0	False	False	0.9972118735313416	0					non-mobilizable	chromosome	2184.0	85.348	100.0	0.0007000753902549634	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0100_000000003010	10733	0.6378873457502704	14	4	2	4	1	False	15184	fragment	False	MAD0100_000000003010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.9605413721361136e-07	LR761635.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG2	True	False
MAD0033_000000003573	4887	0.6378865133607385	6	6	6	5	5	False	79125	maximal	True	MAD0033_000000003573	1.0		24	9	False	False	1.0	0					non-mobilizable	no_good_hit	2166.0	78.486	70.0	0.0007271696755294152	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0166_000000020095	1478	0.6378863161136791	2	1	1	1	1	False	56132	maximal	True	ENG0166_000000020095	1.0		269	13	False	False	0.9891745448112488	0					non-mobilizable	other	1478.0	98.714	100.0	0.0005017984224436054	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
SPA0095_000000015173	1252	0.6378808843953462	1	1	1	1	1	True	5193	fragment	False	SPA0095_000000015173	1.0		0	0	False	False	0.9992012977600098	0					non-mobilizable	other	1252.0	99.84	100.0	0.004569662699717272	NZ_FWCH01000011.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	True
FIJ0090_000000006283	5910	0.6378762812020412	6	4	3	4	4	False	51106	maximal	True	FIJ0090_000000006283	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1710.0	80.76	29.0	0.028034920112007908	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
DEN0057_000000000500	6039	0.6378738892189476	9	9	3	5	9	False	132521	backbone	False	USA0060_01_000000001071	0.02040419383838949	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6039.0	99.917	100.0	0.11835270596075818	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MON0051_000000034694	1010	0.6378493108157877	3	2	1	2	2	False	68871	fragment	False	ISR0829_000000012462	0.17115650687718728		0	0	False	False	1.0	0					non-mobilizable	other	1010.0	98.61399999999999	100.0	0.003875507484069705	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	False	False
ISR0379_000000000218	42867	0.6378485476384426	36	15	9	14	5	True	119621	maximal	False	AST0026_000000000287	0.9882962095293426	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	5155.0	92.435	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0116_000000000742	27165	0.6378412270210452	24	9	8	8	5	True	95894	fragment	False	ISR0207_000000000569	0.9741538744169728		0	0	False	False	0.9999631643295288	0					non-mobilizable	no_good_hit	61.0	100.0	0.0	0.00034285714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0029_000000019811	1250	0.6378399210577034	3	2	2	2	2	True	127827	fragment	False	ENG0029_000000019811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	85.459	36.0	0.00013367989746390567	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0084_000000000356	6439	0.6378277356342117	8	7	3	5	5	False	113688	fragment	False	CHI0084_000000000356	1.0		0	0	False	False	0.9989128708839417	0					non-mobilizable	chromosome	6444.0	95.764	100.0	0.002244389201277688	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0126_000000020534	1874	0.6378249613893904	3	3	3	3	2	False	41137	fragment	False	MAD0028_000000006339	0.9649415703934471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	71.972	61.0	0.0003688906762636952	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0187_000000020650	1393	0.6378169265591265	3	2	1	2	1	True	99821	fragment	False	ISR0187_000000020650	1.0		0	0	False	False	0.9942569732666016	0					non-mobilizable	no_good_hit	109.0	79.817	8.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
FIJ0133_000000029848	1308	0.6378138793639847	2	2	2	2	2	False	51525	maximal	True	FIJ0133_000000029848	0.9774405250205087		25	4	False	False	0.9992354512214661	0					non-mobilizable	chromosome	1313.0	89.109	100.0	0.00027312160045502183	CP035738.1	enterobacteria	Enterobacter cloacae strain CZ-1 chromosome, complete genome	False	False
ISR0216_000000013107	1310	0.6377957807397536	2	2	1	1	0	True	128159	fragment	False	MAD0102_000000004786	0.010290047361902834		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	99.695	100.0	0.01702149810004685	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
CHI0151_000000021460	1131	0.6377957807397536	2	2	1	1	0	True	79413	fragment	False	CHI0151_000000021460	0.9871567759078831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0044_000000025403	1129	0.6377957807397536	2	2	1	1	0	True	79413	fragment	False	CHI0151_000000021460	0.9862953138815208		0	0	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000052791	1129	0.6377957807397536	2	2	1	1	0	True	745	fragment	False	USA0069_01_000000052791	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	99.823	100.0	0.003781111204223582	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ENG0208_000000004124	6752	0.6377904685562978	9	4	3	4	3	False	53857	fragment	False	ENG0208_000000004124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	88.67	27.0	0.00035124957640327075	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
ENG0071_000000001934	10688	0.6377890464160902	12	5	1	5	3	False	62306	fragment	False	ENG0071_000000001934	0.9616109452052705		0	0	False	False	0.9970059990882874	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.8615622629416805e-05	CP022242.1	euryarchaeotes	Methanofervidicoccus sp. A16 chromosome, complete genome	True	False
SPA0032_000000002239	9717	0.6377890464160902	10	5	1	5	3	False	62306	fragment	False	ENG0071_000000001934	0.6313622754491018		0	0	False	False	0.9969125986099243	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.8615622629416805e-05	CP022242.1	euryarchaeotes	Methanofervidicoccus sp. A16 chromosome, complete genome	True	False
ISR0375_000000012319	1833	0.6377841676910263	2	2	2	2	1	False	83110	fragment	False	ISR0375_000000012319	1.0		0	0	False	False	0.9978178143501282	0					non-mobilizable	no_good_hit	964.0	95.64299999999999	63.0	0.0007809899575407747	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0132_000000011619	2646	0.6377809671836518	3	3	3	3	2	False	41991	fragment	False	FIJ0132_000000011619	0.9715862632869992		0	0	False	False	0.9996220469474792	0					non-mobilizable	chromosome	2647.0	98.904	100.0	0.0005152618816078197	CP031257.1	enterobacteria	Klebsiella quasipneumoniae strain L22 chromosome, complete genome	False	False
FIJ0114_000000009787	3805	0.6377780208180114	3	3	3	2	2	False	79455	maximal	False	FIJ0132_000000006772	0.9422894985808893		0	0	False	False	0.9997372031211853	0					non-mobilizable	chromosome	3817.0	98.14	100.0	0.0007399573477415595	CP024784.1	enterobacteria	Enterobacteriaceae bacterium S05 chromosome, complete genome	False	False
MON0032_000000006766	3488	0.6377753669690561	8	3	2	3	1	False	110056	fragment	False	MON0032_000000006766	1.0		0	0	False	False	0.9997133016586304	0					non-mobilizable	other	1151.0	97.046	94.0	0.018375009986418472	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0023_000000012645	2143	0.6377740704182789	3	2	1	2	0	True	7623	maximal	True	SPA0023_000000012645	1.0		1	1	False	False	0.9953336715698242	0					non-mobilizable	no_good_hit								True	True
ISR0330_000000022112	1445	0.6377716043908258	2	1	1	1	1	False	24649	maximal	True	ISR0330_000000022112	1.0		85	9	False	False	0.9778546690940857	0					non-mobilizable	no_good_hit	185.0	77.83800000000001	13.0	3.248525401505245e-05	CP046266.1	firmicutes	Bacillus sp. DSL-17 chromosome, complete genome	True	False
ENG0148_000000003436	10202	0.6377713200339622	10	8	6	6	8	False	57330	fragment	False	ENG0148_000000003436	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4764.0	98.573	90.0	0.10114029685940586	CP034582.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10B, complete sequence	False	True
ENG0123_000000003441	3063	0.6377673690418355	4	3	2	3	2	False	97059	maximal	True	ENG0123_000000003441	1.0		1	1	False	False	0.978126049041748	0					non-mobilizable	no_good_hit	1523.0	79.842	48.0	0.000694901104846119	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0106_000000008303	2866	0.6377663942772397	4	3	2	3	2	True	127714	fragment	False	ENG0158_000000006170	0.4366845516873709		0	0	False	True	1.0	0					non-mobilizable	chromosome	2866.0	95.77799999999999	100.0	0.0012911052536942961	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0357_000000009150	2708	0.6377663942772397	4	3	2	3	2	True	127714	fragment	False	ENG0158_000000006170	0.3453130385481406		0	0	False	True	1.0	0					non-mobilizable	chromosome	2708.0	95.64299999999999	100.0	0.001219902939528956	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0381_000000006377	2566	0.6377663942772397	4	3	2	3	2	True	127714	fragment	False	ENG0158_000000006170	0.17584262118974084		0	0	False	True	1.0	0					non-mobilizable	chromosome	2566.0	95.51799999999999	100.0	0.0011559109862917518	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0052_000000021215	1722	0.6377663942772397	3	3	2	3	2	True	112231	fragment	False	ISR0052_000000021215	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1722.0	96.92200000000001	100.0	0.0007755644473325945	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
USA0101_01_000000011888	2739	0.6377623181692323	3	3	1	3	1	True	364	fragment	False	USA0101_01_000000011888	1.0		0	0	False	False	0.9985396265983582	0					non-mobilizable	no_good_hit	1319.0	99.773	52.0	0.06556887717029003	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
MAD0091_000000002323	5517	0.6377607982845787	3	3	3	3	3	False	108739	fragment	False	MAD0091_000000002323	0.9738893528985817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4150.0	98.337	75.0	0.11440233879419714	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0005_000000005059	3340	0.6377605190048674	5	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.7835202194264199		0	0	False	False	1.0	0					non-mobilizable	other	3340.0	99.94	100.0	0.0028662223549892354	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0215_000000009471	3062	0.6377564774773489	3	2	2	2	2	False	28174	fragment	False	ISR0215_000000009471	1.0		0	0	False	False	0.9970607161521912	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	3.0	3.2592659600932815e-05	NZ_CP012033.1	firmicutes	Lactobacillus koreensis strain 26-25, complete genome	True	False
MON0015_000000016291	2314	0.6377558899165738	2	1	1	1	1	False	13424	maximal	True	MON0015_000000016291	1.0		359	11	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit	685.0	93.869	30.0	0.0014302532008188408	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0132_000000001743	12601	0.6377540170624127	12	3	1	2	3	False	59230	maximal	True	FIJ0132_000000001743	1.0		6	1	False	False	0.9992064237594604	0					non-mobilizable	no_good_hit	1607.0	75.85600000000001	12.0	0.007707835403256157	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0293_000000025909	1351	0.637752464223171	2	2	1	2	1	False	99835	fragment	False	SPA0106_000000024458	0.6666941251574583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000007027	3419	0.6377388073762287	3	3	3	3	3	False	112838	maximal	True	ENG0005_000000007027	1.0	PS721	1	1	True	True	1.0	4					non-mobilizable	no_good_hit	2644.0	73.865	76.0	0.3161486898232785	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0244_000000006724	3324	0.6377359507247327	6	3	3	3	2	True	78579	fragment	False	ISR0244_000000006724	1.0		0	0	False	False	0.9966907501220703	0					non-mobilizable	no_good_hit	805.0	72.17399999999999	23.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
MAD0031_000000003187	4066	0.6377349436414057	4	3	1	3	1	False	46891	maximal	True	MAD0031_000000003187	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	92.01299999999999	23.0	0.17634893777025756	KU547426.1	bacteria	Uncultured bacterium clone CZ_08E_000_Contig_3 genomic sequence	True	False
FIJ0097_000000017630	1795	0.6377327115554382	3	2	2	2	2	False	42909	maximal	True	FIJ0097_000000017630	1.0		10	4	False	False	0.9994428753852844	0					non-mobilizable	other	1794.0	94.59299999999999	99.0	0.006767212421778875	NZ_JABAFG010000001.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_1, whole genome shotgun sequence	False	False
USA0006_01_000000003925	6086	0.6377300958663914	5	4	3	2	1	False	2140	maximal	True	USA0006_01_000000003925	1.0		5	4	False	False	0.9976996183395386	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.0274660604977423e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0094_000000004815	5915	0.6377213701473625	6	4	2	4	4	False	96779	maximal	True	DEN0094_000000004815	1.0		306	12	False	False	1.0	0					non-mobilizable	other	5815.0	99.948	98.0	0.010556935547130344	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0122_000000014227	1129	0.6377203048359175	2	2	2	2	2	False	41392	maximal	True	FIJ0122_000000014227	0.9941123188405797		555	13	False	False	0.996457040309906	0					non-mobilizable	other	1129.0	98.93700000000001	100.0	0.0003178582166207977	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0043_000000005945	4061	0.6377131427771618	3	2	2	2	1	True	48553	maximal	True	MON0043_000000005945	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	85.52600000000001	30.0	0.010537179331517875	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0068_000000018876	1388	0.6377108833518133	4	4	1	2	4	False	62563	maximal	True	ENG0068_000000018876	1.0		5	3	False	False	0.9992795586585999	0					non-mobilizable	no_good_hit	406.0	92.118	75.0	0.00018206161343542604	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
FIJ0052_000000007445	3682	0.6377101636397408	4	4	3	3	1	False	53028	maximal	True	FIJ0052_000000007445	0.9989794755549369		38	3	False	False	0.9989136457443237	0					non-mobilizable	no_good_hit	1749.0	94.854	52.0	0.030535686178492102	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0052_000000019316	1675	0.6377034659201216	3	3	2	3	2	False	63960	maximal	True	ENG0052_000000019316	0.9955223880597015		215	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0783_000000010752	1303	0.6376992992918827	2	2	1	1	1	True	35687	fragment	False	ISR0783_000000010752	0.972762645914397		0	0	False	False	0.9992325305938721	0					non-mobilizable	chromosome	1304.0	98.773	100.0	0.00047917712453272876	CP025095.1	firmicutes	Streptococcus suis strain HN136 chromosome, complete genome	False	True
ISR0054_000000020522	1285	0.6376992992918827	2	2	1	1	1	True	35687	fragment	False	ISR0783_000000010752	0.966615502686109		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	96.664	100.0	0.0006189668792508815	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0309_000000005833	3013	0.6376989968880727	2	2	2	2	2	False	25389	maximal	True	ISR0309_000000005833	1.0		977	13	False	False	1.0	0					non-mobilizable	other	3013.0	100.0	100.0	0.0006361297628684806	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0061_000000032209	1434	0.6376956819452435	2	2	2	1	1	False	10807	maximal	True	MON0061_000000032209	1.0		2	2	False	False	0.9902371168136597	0					non-mobilizable	other	1450.0	76.069	100.0	0.008708914078906756	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	False	False
ENG0209_000000004221	4515	0.6376954219588185	6	4	4	3	2	False	53799	maximal	True	ENG0209_000000004221	1.0		10	3	False	False	0.9975636601448059	0					non-mobilizable	no_good_hit	1014.0	95.16799999999999	35.0	0.0003097042920184343	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0211_000000018962	1213	0.6376951368851408	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.0746056782334385		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	90.507	100.0	0.0003626361043853856	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0151_000000002085	7895	0.6376910901674256	8	4	2	3	3	False	103724	maximal	True	AST0151_000000002085	0.9882987115435182		7	6	False	False	0.9997466802597046	0					non-mobilizable	no_good_hit	636.0	94.969	9.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0241_000000001569	7606	0.6376910901674256	7	4	2	3	3	False	103724	maximal	False	AST0151_000000002085	0.9703609879670678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	95.305	9.0	0.00020563908792940456	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0061_000000009328	1872	0.6376875345132006	5	2	2	2	2	False	16821	maximal	True	MAD0061_000000009328	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0102_000000028473	1563	0.6376862337071878	4	3	3	2	2	False	96326	maximal	True	MON0102_000000028473	1.0		64	10	False	False	0.9936020374298096	0					non-mobilizable	other	1563.0	99.488	100.0	0.0005184654352504052	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
DEN0045_000000002023	12678	0.6376855920893779	12	9	7	6	7	False	122676	fragment	False	DEN0045_000000002023	0.9858138975715316		0	0	False	False	0.9988168478012085	0					non-mobilizable	chromosome	12290.0	98.649	99.0	0.005483567371167628	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0079_000000019739	2762	0.6376844946696357	4	3	2	2	2	True	74912	fragment	False	DEN0079_000000019739	0.9669439678362308		0	0	False	False	0.990586519241333	0					non-mobilizable	other	2735.0	99.927	99.0	0.03317800106790932	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0828_000000003117	2274	0.6376809628972601	4	4	4	1	2	False	30390	fragment	False	ISR0828_000000003117	1.0		0	0	False	False	0.9995602369308472	0					non-mobilizable	chromosome	2275.0	99.69200000000001	100.0	0.0009016281269895418	CP029796.1	high GC Gram+	Bifidobacterium longum subsp. longum strain YS108R chromosome, complete genome	False	False
FIJ0114_000000028114	1447	0.6376808779681071	3	2	2	1	1	False	41823	maximal	True	FIJ0114_000000028114	1.0		5	2	False	False	0.9896337389945984	0					non-mobilizable	no_good_hit								True	False
ISR0091_000000015930	1888	0.6376779444598394	3	3	3	2	3	False	71790	fragment	False	ISR0091_000000015930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	74.587	16.0	7.60000337777928e-05	CP044359.1	firmicutes	Bacillus amyloliquefaciens strain V417 chromosome, complete genome	True	False
ENG0009_000000001938	6846	0.6376699882061949	9	5	1	5	0	False	112482	maximal	False	USA0035_01_000000003506	0.9697635102382476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2139.0	97.896	31.0	0.006882454248418613	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0020_000000010206	1928	0.6376652326940426	3	3	2	3	2	False	66468	fragment	False	ENG0020_000000010206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0171_000000003674	6119	0.6376629843097229	4	4	4	4	3	False	55817	maximal	True	ENG0171_000000003674	1.0		33	9	False	False	1.0	0					non-mobilizable	no_good_hit	1709.0	73.376	29.0	0.001010491864552161	NZ_FNVZ01000005.1	fusobacteria	Leptotrichia massiliensis strain Marseille-P3007T, whole genome shotgun sequence	True	False
FIJ0033_000000003749	7910	0.6376574017480422	12	12	1	10	12	True	85505	fragment	False	FIJ0033_000000003749	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	7910.0	100.0	100.0	0.06358023698892229	LC484363.1	enterobacteria	Escherichia coli C1 plasmid pColV-C1 DNA, complete sequence	False	True
ENG0037_000000029371	1222	0.6376463368565721	2	2	2	2	2	False	65136	fragment	False	ENG0192_000000017371	0.9481641789928839		0	0	False	False	0.9950900077819824	0					non-mobilizable	chromosome	1239.0	77.563	100.0	0.00041743851093034297	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
FIJ0067_000000012074	2493	0.6376429437581447	3	3	3	2	2	False	45226	maximal	True	FIJ0067_000000012074	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	73.319	18.0	0.00020878099612554204	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MON0019_000000020984	3106	0.6376296437784665	4	3	1	2	3	False	118657	fragment	False	MON0019_000000020984	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2800.0	93.714	90.0	0.0005411384320814132	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0057_000000003349	6276	0.6376276322601017	4	4	4	4	3	False	117168	maximal	True	ENG0057_000000003349	0.9944956195104068		33	7	False	False	0.997769296169281	0					non-mobilizable	no_good_hit	1996.0	70.441	32.0	0.0029758816240072765	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
FIJ0081_000000027075	1343	0.637626781752667	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.8339435742479435		0	0	False	False	0.9858525395393372	0					non-mobilizable	other	1341.0	98.434	99.0	0.00222474950814773	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0061_000000010141	3829	0.6376246580106895	3	2	2	2	1	True	73000	fragment	False	DEN0061_000000010141	1.0		0	0	False	False	0.9882475733757019	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.0001596837398795035	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	True
ISR0089_000000003328	6334	0.6376246190759911	11	7	6	7	5	True	36815	fragment	False	ISR0133_000000002289	0.7242456871748838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	77.495	7.0	0.04444228338033648	LN852940.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0268	True	True
ISR0847_000000004426	5189	0.6376236173748959	11	4	1	2	3	False	20648	maximal	True	ISR0847_000000004426	1.0		1	1	False	False	0.9944112300872803	0					non-mobilizable	no_good_hit								True	False
ISR0263_000000004021	3076	0.6376198467186911	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.8191059572369251		0	0	False	False	0.99934983253479	0					non-mobilizable	other	3008.0	99.169	98.0	0.05506620030399033	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0132_000000013829	2930	0.6376198467186911	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.7150210567795865		0	0	False	False	0.9996587038040161	0					non-mobilizable	other	2930.0	99.42	100.0	0.05361949933158752	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0092_000000036125	1548	0.6376116208075471	2	2	2	1	1	False	13584	fragment	False	MON0069_000000030730	0.9643848296018677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	3.0	0.00017755388553968124	NZ_BBYJ01000014.1	high GC Gram+	Microtetraspora malaysiensis strain NBRC 100735, whole genome shotgun sequence	True	False
CHI0127_000000006006	3333	0.6376093843716172	5	3	2	3	2	True	120254	fragment	False	CHI0127_000000006006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	2.0	0.0003921800772520756	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
AST0019_000000003766	6433	0.6376070830746926	8	6	4	4	6	False	126418	maximal	True	AST0019_000000003766	1.0	PS958	0	0	False	True	0.9989118576049805	0					non-mobilizable	no_good_hit	3554.0	99.26799999999999	55.0	0.00304992154156237	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
ENG0103_000000010996	1587	0.6376069701468902	4	2	2	1	1	True	60294	maximal	True	ENG0103_000000010996	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	91.292	66.0	0.005978780513092262	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0111_000000002646	10809	0.6376047929939733	9	8	6	6	5	False	99677	maximal	True	SPA0111_000000002646	0.991569646280808		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2228.0	71.14	20.0	0.0004970480966595284	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0064_000000008303	2446	0.6376032280513827	4	2	1	2	1	False	16675	fragment	False	MAD0064_000000008303	1.0		0	0	False	False	0.9995911717414856	0					non-mobilizable	no_good_hit	809.0	82.94200000000001	33.0	0.0025689205128938825	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
USA0075_01_000000011101	2237	0.637600498905417	4	4	3	3	2	False	678	maximal	True	USA0075_01_000000011101	1.0		16	6	False	False	0.9977648854255676	0					non-mobilizable	no_good_hit	1102.0	88.475	53.0	0.00039425069029777057	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
FIJ0083_000000008997	3822	0.6375895910887299	6	5	5	4	5	True	93221	fragment	False	FIJ0083_000000008997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	1.9985558583408805e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	True
USA0047_01_000000014077	2547	0.6375872906094839	4	3	3	3	2	False	1170	maximal	True	USA0047_01_000000014077	1.0		7	3	False	False	0.9996073842048645	0					non-mobilizable	chromosome	2283.0	99.124	90.0	0.003136239508646648	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
FIJ0064_000000009883	2752	0.6375862896453007	3	3	3	3	3	False	45506	maximal	True	FIJ0064_000000009883	1.0		3	1	False	False	0.9970930218696594	0					non-mobilizable	chromosome	1699.0	99.941	96.0	0.00034780307463653246	CP051001.1	enterobacteria	Escherichia coli O157:H16 str. 98-3133 chromosome, complete genome	False	False
CAN0011_000000010801	2833	0.6375849341746085	4	4	4	4	4	False	94501	maximal	True	CAN0011_000000010801	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	74.876	27.0	0.004063876501793288	NZ_QSBM01000019.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf19, whole genome shotgun sequence	True	False
AST0019_000000018980	1584	0.6375816076006732	3	2	2	2	2	False	122155	fragment	False	SPA0120_000000023605	0.7604902819812903		0	0	False	False	1.0	0					non-mobilizable	other	833.0	93.15700000000001	100.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0037_000000068459	1136	0.6375796488152199	2	2	2	2	1	True	77308	fragment	False	MON0037_000000068459	0.999546690843155		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	82.095	100.0	0.00033419974365976417	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0113_000000004556	6004	0.6375748890262994	14	2	1	1	2	False	59625	maximal	True	ENG0113_000000004556	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	79.221	3.0	5.116021889797501e-05	CP055232.1	firmicutes	Enterococcus hirae strain 708 chromosome, complete genome	True	False
AST0084_000000018183	1927	0.6375736243745955	2	2	2	2	2	False	111373	maximal	True	AST0084_000000018183	1.0		5	4	False	False	0.9600415229797363	0					non-mobilizable	other	1873.0	99.359	97.0	0.013779092876385637	NZ_JAAITU010000005.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_5_length_135858_cov_152.94, whole genome shotgun sequence	False	False
FIJ0006_000000006063	5376	0.6375681065432283	7	4	2	3	4	True	128128	backbone	False	FIJ0153_000000005168	0.995272405227855	PS1029	0	0	True	True	1.0	14		MOBV			mobilizable	no_good_hit	2812.0	92.92299999999999	66.0	0.4258641600970285	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0104_000000024536	1533	0.6375650023878914	2	2	2	2	1	False	4822	fragment	False	SPA0104_000000024536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0037_000000004386	2908	0.6375530240233515	3	2	2	2	2	True	18650	fragment	False	MAD0037_000000004386	1.0		0	0	False	False	0.9690508842468262	0					non-mobilizable	no_good_hit	103.0	99.029	4.0	0.00033360043171820576	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
DEN0087_000000000986	9511	0.6375500051287506	15	3	2	3	2	False	68902	maximal	False	ISR0353_000000002643	0.9644640234948605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	87.281	5.0	0.00017679297542577642	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0118_000000002753	4697	0.6375497272253499	5	5	3	5	5	False	110510	maximal	True	ISR0118_000000002753	1.0		0	0	False	False	0.9953161478042603	0					non-mobilizable	no_good_hit	2530.0	96.522	54.0	0.0006483878882475657	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ISR0150_000000013024	1817	0.6375481007752329	1	1	1	1	1	False	65948	fragment	False	ISR0203_000000009438	0.9923830250272034		0	0	False	False	0.9994496703147888	0					non-mobilizable	no_good_hit	1243.0	87.12799999999999	79.0	0.0003532754780738807	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0137_000000013867	1803	0.6375481007752329	2	1	1	1	1	False	32977	fragment	False	ISR0137_000000013867	0.9934277536309704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1213.0	88.29299999999999	89.0	0.0004273282597365385	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0104_000000013860	1790	0.6375481007752329	2	1	1	1	1	False	32977	fragment	False	ISR0137_000000013867	0.9894187640548198		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	88.34200000000001	90.0	0.0004290926208419743	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0077_000000026301	1673	0.6375481007752329	2	1	1	1	1	False	32977	fragment	False	ISR0137_000000013867	0.9522443571752499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	87.439	74.0	0.00038327311507090864	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0100_000000018595	1663	0.6375481007752329	1	1	1	1	1	False	65947	fragment	False	SPA0140_000000013287	0.9484389400341308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	87.196	74.0	0.00035071551084146123	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0112_000000024206	1553	0.6375481007752329	2	1	1	1	1	False	32977	fragment	False	ISR0137_000000013867	0.3844590555887627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	89.152	79.0	0.0004269881614482323	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0131_000000015045	1235	0.6375481007752329	1	1	1	1	1	False	64916	fragment	False	ENG0039_000000019772	0.8959386120337016		0	0	False	False	0.9935222864151001	0					non-mobilizable	chromosome	1235.0	93.684	100.0	0.0005350447829014603	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0383_000000001438	6594	0.6375427995436892	5	4	2	4	4	True	126888	maximal	True	ISR0383_000000001438	1.0	PS979	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1468.0	80.995	34.0	0.00023879261468236728	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
DEN0063_000000036056	1402	0.6375427027167827	2	2	2	2	2	False	71432	maximal	True	DEN0063_000000036056	1.0		10	4	False	False	0.995720386505127	0					non-mobilizable	no_good_hit	283.0	90.10600000000001	83.0	7.522549642825609e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0151_000000014034	1502	0.6375405875772376	2	2	1	1	0	False	30756	maximal	True	ISR0151_000000014034	1.0		1	1	False	False	0.9986684322357178	0					non-mobilizable	no_good_hit								True	False
CHI0120_000000002005	5895	0.637534489570869	12	3	1	3	2	False	104763	fragment	False	CHI0120_000000002005	0.9987495235405812		0	0	False	False	0.9983036518096924	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000009024	5341	0.637534489570869	11	3	1	3	2	False	104763	fragment	False	CHI0120_000000002005	0.9674035370097931		0	0	False	False	0.9998127818107605	0					non-mobilizable	no_good_hit								True	False
CHI0119_000000001738	5277	0.637534489570869	11	3	1	3	2	False	104763	fragment	False	CHI0120_000000002005	0.6624851775572614		0	0	False	False	0.999810516834259	0					non-mobilizable	no_good_hit								True	False
USA0036_01_000000008323	4588	0.637534489570869	10	3	1	3	2	False	104761	fragment	False	USA0036_01_000000008323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0052_000000014896	1627	0.6375294709756053	2	2	2	2	2	False	114486	maximal	True	AST0052_000000014896	1.0		12	6	False	False	0.9993853569030762	0					non-mobilizable	chromosome	1627.0	99.20100000000001	100.0	0.0008756982427870685	LR134288.1	firmicutes	Streptococcus milleri strain NCTC11169 genome assembly, chromosome: 1	False	False
CHI0135_000000013065	1473	0.6375227761157436	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.731783351563263		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	99.728	100.0	0.00024631263130329	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
DEN0078_000000009452	3094	0.6375164329778191	4	3	2	3	2	False	69820	fragment	False	DEN0078_000000009452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	74.043	7.0	0.0015669621961890937	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	False
SPA0119_000000010588	3105	0.6375148478388984	3	3	3	2	2	False	58712	fragment	False	SPA0119_000000010588	1.0		0	0	False	False	0.9938808083534241	0					non-mobilizable	chromosome	3087.0	94.169	99.0	0.0010991864381907092	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
SPA0033_000000002511	10391	0.6375115243907334	7	6	5	6	1	True	7221	fragment	False	SPA0033_000000002511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	81.609	1.0	0.0003627210194645713	CP000495.1	a-proteobacteria	Bradyrhizobium sp. BTAi1 plasmid pBBta01, complete sequence	True	True
ISR0816_000000010950	3868	0.6375105984749427	4	4	3	4	3	False	126667	fragment	False	ISR0816_000000010950	1.0		0	0	False	False	0.9971561431884766	0					non-mobilizable	no_good_hit	102.0	77.45100000000001	3.0	5.64769345917231e-05	NZ_CP044534.1	firmicutes	Lactobacillus frumenti strain LF145 chromosome, complete genome	True	False
SPA0151_000000008214	2232	0.6375103277854773	2	2	2	2	2	False	3245	maximal	True	SPA0151_000000008214	1.0		5	4	False	False	1.0	0					non-mobilizable	other	2226.0	91.24	99.0	0.0006164919939350517	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0149_000000013570	1338	0.6375033623131192	2	1	1	1	1	False	68923	fragment	False	ISR0149_000000013570	1.0		0	0	False	False	0.9985052347183228	0					non-mobilizable	other	1349.0	74.12899999999999	100.0	0.0007916495805266072	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	False
ISR0023_000000023297	1400	0.6374912163394931	2	1	1	1	1	False	37505	maximal	True	ISR0023_000000023297	1.0		1	1	False	False	0.9599999785423279	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000031484	1208	0.6374912163394931	1	1	1	1	1	False	36137	fragment	False	ISR0046_000000031484	1.0		0	0	False	False	0.9495033025741577	0					non-mobilizable	no_good_hit								True	False
ISR0399_000000011471	1498	0.6374897263936496	1	1	1	1	1	False	73330	maximal	True	ISR0399_000000011471	1.0		0	0	False	False	0.998664915561676	0					non-mobilizable	chromosome	1215.0	85.103	97.0	0.0004893216541572978	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
SPA0055_000000000088	66491	0.6374888063206767	76	31	12	22	21	False	55925	maximal	True	SPA0055_000000000088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2012.0	76.69	3.0	0.020616942429145572	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
CHI0140_000000005145	5906	0.6374792080331676	10	6	5	5	5	False	80287	maximal	True	CHI0140_000000005145	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	97.976	28.0	0.00023048838056529756	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	False
SPA0058_000000025046	1201	0.6374783800445212	2	2	2	2	1	False	104343	fragment	False	SPA0115_000000021588	0.9614464081815947		0	0	False	False	0.9975020885467529	0					non-mobilizable	other	1201.0	99.75	100.0	0.0014107257478609872	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0203_000000000467	19939	0.6374773074133367	23	6	4	6	3	True	103573	fragment	False	CAN0007_000000001814	0.9539447731755424		0	0	False	False	1.0	0					non-mobilizable	other	12650.0	97.921	94.0	0.003386767692158965	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0028_000000001021	8310	0.6374761760707983	13	9	6	6	6	True	105165	maximal	True	MAD0028_000000001021	1.0		0	0	False	False	0.999518632888794	0					non-mobilizable	no_good_hit	1186.0	95.95299999999999	59.0	0.0945542557482856	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0386_000000013188	2469	0.6374715372403863	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2695255278330605		0	0	False	False	0.9979748725891113	0					non-mobilizable	other	2469.0	98.704	100.0	0.005160621198276169	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0003_000000010689	2462	0.6374661346752011	3	3	3	3	3	False	38603	maximal	True	ISR0003_000000010689	1.0		60	7	False	False	0.9849715828895569	0					non-mobilizable	no_good_hit	1302.0	99.155	53.0	0.0005628764587845503	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	True	False
ISR0212_000000013163	2644	0.6374652637464765	5	1	1	1	1	False	30098	fragment	False	ISR0212_000000013163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000024941	1211	0.6374633250868407	2	2	1	2	1	False	82494	fragment	False	CHI0111_000000024941	1.0		0	0	False	False	0.9818332195281982	0					non-mobilizable	other	1211.0	96.119	100.0	0.0009066842108812596	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
SPA0102_000000023762	1322	0.6374629631798067	3	2	2	2	1	False	22897	fragment	False	SPA0102_000000023762	0.986712224753227		0	0	False	False	0.9992435574531555	0					non-mobilizable	chromosome	1322.0	97.428	100.0	0.00042546018192290595	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0154_000000010719	2863	0.6374617157137232	3	2	2	1	2	False	79189	fragment	False	CHI0154_000000010719	0.9697078975838442		0	0	False	False	0.9835836291313171	0					non-mobilizable	other	2850.0	96.105	99.0	0.05396614038424957	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
MON0025_000000017291	2253	0.637460422319718	3	3	2	3	2	False	118612	fragment	False	MON0025_000000017291	1.0		0	0	False	False	0.9538393020629883	0					non-mobilizable	other	1319.0	91.81200000000001	93.0	0.00025488123715788826	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0005_000000003752	5703	0.6374594867649973	8	5	4	3	2	False	20003	maximal	True	MAD0005_000000003752	1.0		2	1	False	False	0.9980711936950684	0					non-mobilizable	no_good_hit	505.0	99.406	9.0	0.01399805582557978	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	True	False
ISR0365_000000013508	1280	0.6374506379369295	2	2	2	2	1	False	70882	fragment	False	ISR0365_000000013508	0.944002183508382		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	96.24700000000001	99.0	0.00042478181126021856	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0038_000000004034	7252	0.6374504222904359	12	3	3	3	3	False	7051	fragment	False	SPA0038_000000004034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	100.0	1.0	1.4020725748372928e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0092_000000005629	6490	0.6374504222904359	9	3	3	3	3	False	5331	fragment	False	SPA0092_000000005629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	2.02476364828751e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0094_000000010219	1815	0.6374492645968518	5	3	2	2	3	False	33447	fragment	False	ISR0094_000000010219	1.0		0	0	False	False	0.9922865033149719	0					non-mobilizable	other	1816.0	96.311	100.0	0.03988397389412618	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	False
AST0084_000000001249	16250	0.6374489615114891	22	9	7	5	7	True	111630	maximal	True	AST0084_000000001249	1.0	PS365	6	5	False	True	1.0	0					non-mobilizable	no_good_hit	1678.0	99.881	11.0	0.0014614837589676016	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	True
ENG0115_000000007768	2486	0.6374475742043532	3	3	3	3	3	False	87259	fragment	False	ENG0115_000000007768	0.9970276008492569		0	0	False	False	0.9963797330856323	0					non-mobilizable	other	2486.0	99.92	100.0	0.013448789067785145	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
DEN0052_000000034371	1364	0.6374451725646832	1	1	1	1	1	False	72218	maximal	True	DEN0052_000000034371	1.0		0	0	False	False	0.9853372573852539	0					non-mobilizable	no_good_hit	1137.0	98.329	83.0	0.004374797463080413	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0134_000000020106	1251	0.6374415809634156	2	2	1	2	1	False	3658	maximal	True	SPA0134_000000020106	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0085_000000007566	1508	0.6374390229239506	2	2	2	2	2	False	16059	fragment	False	MAD0085_000000007566	1.0		0	0	False	False	0.9787798523902893	0					non-mobilizable	other	1508.0	99.40299999999999	100.0	0.00024194481216343003	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0083_000000018688	1478	0.6374371629589176	3	2	2	2	2	False	39883	fragment	False	ISR0083_000000018688	0.9595816833164544		0	0	False	False	0.9972936511039734	0					non-mobilizable	other	1478.0	97.361	100.0	0.054554184826771074	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ISR0292_000000016681	1242	0.6374356424920083	1	1	1	1	1	False	63825	fragment	False	ISR0186_000000026647	0.9564617935756505		0	0	False	False	0.999194860458374	0					non-mobilizable	other	1152.0	99.479	93.0	0.0002821997655608898	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0038_000000009899	1274	0.6374324630102577	1	1	1	1	1	False	89949	maximal	True	CHI0038_000000009899	1.0		2	1	False	False	0.9827315807342529	0					non-mobilizable	chromosome	1275.0	89.255	99.0	0.0003993553578706259	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0001_000000015944	2176	0.6374296685068975	2	2	2	2	2	False	14395	maximal	True	MON0001_000000015944	1.0		3	2	False	False	0.9921875	0					non-mobilizable	other	2118.0	98.914	100.0	0.000908673778387471	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
USA0075_01_000000010872	2286	0.6374291452100553	3	2	2	2	2	False	681	maximal	True	USA0075_01_000000010872	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1595.0	98.68299999999999	70.0	0.00022484667235393718	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MON0060_000000003896	7105	0.6374153834516685	6	4	3	4	1	True	14155	maximal	True	MON0060_000000003896	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	76.173	8.0	0.0013264313388910156	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0265_000000014218	1248	0.6374138410530052	2	2	2	2	2	False	26595	maximal	True	ISR0265_000000014218	0.998730964467005		264	12	False	False	0.9967948794364929	0					non-mobilizable	no_good_hit	766.0	92.95	61.0	0.008078141499472016	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0069_000000007082	3329	0.6374134683389052	2	2	2	2	2	False	44998	maximal	True	FIJ0069_000000007082	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	72.093	33.0	0.01768041990997286	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
MON0017_000000007497	2599	0.637410391422809	2	2	2	2	2	False	13303	fragment	False	MON0017_000000007497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0131_000000009238	2006	0.6374099309501796	3	2	2	2	2	False	40823	maximal	True	FIJ0131_000000009238	1.0		9	6	False	False	0.9975074529647827	0					non-mobilizable	other	2006.0	99.20200000000001	100.0	0.0008280090903421928	AP012281.1	firmicutes	Lactococcus lactis subsp. lactis IO-1 DNA, complete genome	False	False
USA0019_01_000000023933	1276	0.6374074737268609	2	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.158358059355098		0	0	False	False	0.9843260049819946	0					non-mobilizable	other	1191.0	98.321	93.0	0.014798602216059593	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0118_000000003997	3414	0.6374029428703625	6	2	2	2	2	False	64187	maximal	True	ENG0118_000000003997	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	91.40299999999999	43.0	0.012987012987012988	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	True	False
AST0035_000000004867	3346	0.6374027526726337	4	3	3	3	2	False	116846	fragment	False	AST0035_000000004867	1.0		0	0	False	False	0.9898386001586914	0					non-mobilizable	no_good_hit	1041.0	98.079	49.0	0.006267778795622197	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	True	False
ENG0043_000000007105	4556	0.6374007997103153	6	4	3	3	3	False	122643	fragment	False	USA0079_01_000000002795	0.9805249788314987		0	0	False	False	1.0	0					non-mobilizable	other	4556.0	100.0	100.0	0.0017701639354455606	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
SPA0136_000000003866	8788	0.6373978027945026	7	5	4	5	4	False	82184	fragment	False	SPA0136_000000003866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3082.0	94.06200000000001	52.0	0.05353199923500878	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ENG0141_000000016302	1641	0.6373897923379698	3	3	3	2	2	False	57728	maximal	True	ENG0141_000000016302	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	77.03699999999999	16.0	6.810602462349269e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ENG0057_000000006494	3452	0.6373880991938571	5	4	4	3	3	False	63559	maximal	True	ENG0057_000000006494	1.0		2	2	False	False	0.9863846898078918	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	2.0	0.0010562704052237374	NZ_QFFN01000011.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c11, whole genome shotgun sequence	True	False
CHI0092_000000005108	1969	0.6373869523471704	3	3	3	3	2	False	83667	maximal	True	CHI0092_000000005108	1.0		27	9	False	False	0.9837480783462524	0					non-mobilizable	chromosome	1259.0	100.0	100.0	0.0002157668633895602	LR607368.1	enterobacteria	Klebsiella pneumoniae strain 4928STDY7387808 genome assembly, chromosome: 1	False	False
CHI0056_000000014738	1410	0.6373850642771511	1	1	1	1	1	False	86069	fragment	False	CHI0056_000000014738	1.0		0	0	False	False	0.9978723526000977	0					non-mobilizable	no_good_hit	145.0	95.17200000000001	10.0	0.0011498227021637573	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0057_000000031736	1133	0.6373850642771511	1	1	1	1	1	False	47262	fragment	False	FIJ0057_000000031736	0.9850323438789715		0	0	False	False	0.9885260462760925	0					non-mobilizable	no_good_hit	112.0	97.321	10.0	0.0008844790016644287	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0042_000000021879	1117	0.6373850642771511	1	1	1	1	1	False	47262	fragment	False	FIJ0057_000000031736	0.9798076895068147		0	0	False	False	0.9982094764709473	0					non-mobilizable	no_good_hit	128.0	96.875	11.0	0.0010131304928156183	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0093_000000026757	1156	0.6373721573549272	3	3	3	2	1	False	68410	fragment	False	ENG0125_000000022399	0.9864922723238021		0	0	False	False	0.9861591458320618	0					non-mobilizable	other	1156.0	99.221	100.0	0.007942893689009923	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0025_000000024825	1138	0.6373721573549272	3	3	3	2	1	False	68410	fragment	False	ENG0125_000000022399	0.9741218094824281		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.385	100.0	0.007819108332817562	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0117_000000012709	1807	0.6373706670001262	2	2	2	1	1	False	87692	fragment	False	ENG0117_000000012709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	False
FIJ0018_000000012190	2194	0.6373693679784355	3	3	3	3	1	False	49999	fragment	False	FIJ0018_000000012190	1.0		0	0	False	False	0.9954420924186707	0					non-mobilizable	no_good_hit	565.0	72.566	25.0	0.16930572472594396	NZ_OLMS01000009.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	False
ISR0272_000000005567	1885	0.6373650520026579	2	1	1	1	1	False	123063	maximal	True	ISR0272_000000005567	1.0		42	4	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	90.976	87.0	0.0003620454199512485	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0110_000000010903	1632	0.6373650520026579	2	1	1	1	1	False	123062	fragment	False	AST0110_000000010903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	90.976	85.0	0.0003620454199512485	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0360_000000018665	1339	0.6373650520026579	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.43942464479177895		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	90.96600000000001	100.0	0.0003438225564747978	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0011_000000029741	1530	0.6373524727793474	2	2	1	2	1	False	50921	fragment	False	FIJ0011_000000029741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	94.631	10.0	0.0026728603292226587	NZ_CACVNJ010000009.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
USA0058_01_000000006241	3235	0.6373524618651341	2	2	1	2	2	False	946	maximal	True	USA0058_01_000000006241	1.0		37	8	False	False	1.0	0					non-mobilizable	other	3235.0	99.969	100.0	0.005949555714995309	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
SPA0128_000000000941	25031	0.6373487602447737	34	10	6	8	6	True	85554	fragment	False	SPA0128_000000000941	1.0		0	0	False	False	0.9992808699607849	0					non-mobilizable	no_good_hit	60.0	100.0	1.0	1.3130520938952424e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0026_000000009723	3036	0.6373464388301019	3	3	3	1	1	False	68989	fragment	False	SPA0132_000000011622	0.47865900439370357		0	0	False	False	1.0	0					non-mobilizable	other	3036.0	98.221	100.0	0.019713424614825014	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0003_01_000000008475	4600	0.637346231029018	4	4	4	3	2	False	2249	maximal	True	USA0003_01_000000008475	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	86.07600000000001	24.0	0.0003332356608120608	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
MON0071_000000002892	3983	0.6373423433754347	5	4	4	3	2	False	82163	fragment	False	MON0071_000000002892	0.9846132897603486		0	0	False	False	0.9887019991874695	0					non-mobilizable	chromosome	3362.0	99.792	100.0	0.0008433298405777901	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MON0090_000000009669	5511	0.6373367191679737	8	6	2	5	2	False	21943	fragment	False	MON0097_000000005277	0.9350332962447172		0	0	False	False	0.9891126751899719	0					non-mobilizable	no_good_hit	820.0	82.805	45.0	0.00032837042801429125	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
ISR0095_000000003786	6024	0.6373360479792323	8	7	4	5	5	True	132385	maximal	True	ISR0095_000000003786	0.9998361730013106	PS1159|PS463	169	14	True	True	1.0	131		MOBV			mobilizable	no_good_hit	4746.0	99.916	79.0	0.040338836016635626	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
MAD0066_000000012796	2146	0.6373310719845432	3	3	3	2	2	False	75344	maximal	True	MAD0066_000000012796	0.9662040049157811		9	2	False	False	0.9958061575889587	0					non-mobilizable	no_good_hit	934.0	77.516	43.0	0.00028841627213594886	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0356_000000012066	1689	0.6373296935143644	3	2	1	1	0	True	131238	fragment	False	SPA0046_000000017752	0.2120815880688282		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	88.677	99.0	0.0005232010494133279	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0281_000000015843	1180	0.6373283678666655	2	2	2	2	2	False	26156	fragment	False	ISR0281_000000015843	1.0		0	0	False	False	0.9957627058029175	0					non-mobilizable	other	1161.0	100.0	98.0	0.04548306148055207	NZ_JAAITI010000045.1	firmicutes	Blautia luti strain MSK.16.34 NODE_45_length_25504_cov_255.104, whole genome shotgun sequence	False	False
CHI0126_000000005017	2975	0.6373222776635205	5	2	2	2	1	False	81494	maximal	True	CHI0126_000000005017	1.0		1	1	False	False	0.9922689199447632	0					non-mobilizable	no_good_hit								True	False
ISR0319_000000000199	28971	0.6373174634121007	47	30	15	27	25	True	118809	maximal	True	ISR0319_000000000199	1.0		8	1	False	False	0.9996548295021057	0					non-mobilizable	other	15844.0	97.00200000000001	97.0	0.255682736767226	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	True
USA0069_01_000000047275	1271	0.6373163157338751	1	1	1	1	1	False	754	maximal	True	USA0069_01_000000047275	1.0		2	2	False	False	0.9937057495117188	0					non-mobilizable	no_good_hit	100.0	85.0	8.0	0.0004688698815037936	NZ_OFSM01000009.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
DEN0061_000000008007	4595	0.6373124265981315	3	3	3	3	2	False	71946	maximal	True	DEN0061_000000008007	1.0		102	10	False	False	0.999782383441925	0					non-mobilizable	no_good_hit	3508.0	86.545	76.0	0.016139462695391894	NZ_BAKJ01000001.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
DEN0011_000000017183	2531	0.6373109395999635	2	1	1	1	1	True	75719	maximal	True	DEN0011_000000017183	1.0		2	2	False	False	0.9932832717895508	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	3.399366018237599e-05	LS999827.1	CFB group bacteria	Cytophagales bacterium Alg240-R148 genome assembly, chromosome: II	True	True
MAD0066_000000011526	2306	0.6373109395999635	3	1	1	1	1	True	16580	fragment	False	MAD0066_000000011526	1.0		0	0	False	False	0.9982653856277466	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	3.399366018237599e-05	LS999827.1	CFB group bacteria	Cytophagales bacterium Alg240-R148 genome assembly, chromosome: II	True	True
FIJ0126_000000031289	1308	0.6373069742425083	1	1	1	1	1	False	41100	fragment	False	FIJ0126_000000031289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	76.637	85.0	0.00048662355152773493	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0046_000000010680	2759	0.6373035540857293	6	4	3	3	1	True	104307	maximal	True	FIJ0046_000000010680	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1550.0	95.806	56.0	0.00040565900864166296	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
FIJ0039_000000015392	1482	0.6373024453588274	4	3	3	3	2	False	47556	fragment	False	FIJ0039_000000015392	1.0		0	0	False	False	0.9979757070541382	0					non-mobilizable	other	1474.0	95.455	99.0	0.04556993375023218	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	False	False
ISR0087_000000029691	1300	0.6373004652608906	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.03097384065901631		0	0	False	False	0.9823076725006104	0					non-mobilizable	chromosome	1297.0	86.199	100.0	0.00036778195905759074	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0103_000000004478	5522	0.6372997882738873	10	4	2	4	3	False	33071	maximal	True	ISR0103_000000004478	1.0		1	1	False	False	0.9936617016792297	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.0002957048865232498	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	True	False
ISR0333_000000009519	2318	0.6372941460061873	5	4	2	4	3	False	113678	fragment	False	ISR0333_000000009519	0.9185498263910518		0	0	False	False	0.9978429675102234	0					non-mobilizable	chromosome	2320.0	94.095	100.0	0.0008076176082249423	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0081_000000037600	1395	0.6372905247801228	2	2	2	1	1	False	9958	maximal	True	MON0081_000000037600	1.0		26	7	False	False	0.9318996667861938	0					non-mobilizable	other	1395.0	98.63799999999999	100.0	0.00038409965304192864	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0020_000000021831	1245	0.6372853914572147	3	1	1	1	1	False	37668	maximal	True	ISR0020_000000021831	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1047.0	86.62799999999999	84.0	0.00020677231214954987	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
MON0066_000000027222	1338	0.6372844514308724	2	2	2	2	2	False	10625	fragment	False	MON0066_000000027222	1.0		0	0	False	False	0.994020938873291	0					non-mobilizable	other	1338.0	98.804	100.0	0.00036865846095984105	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ENG0038_000000008501	2681	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5860330017310036		0	0	False	False	1.0	0					non-mobilizable	other	2681.0	99.814	100.0	0.005039052658100277	NZ_FOWI01000002.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	False	True
ISR0343_000000006483	2610	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.41564720845068337		0	0	False	False	1.0	0					non-mobilizable	chromosome	2610.0	99.655	100.0	0.0011193528776035466	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
CHI0125_000000005927	2603	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5867138273740057		0	0	False	False	1.0	0					non-mobilizable	other	2603.0	99.654	100.0	0.0037682674803730036	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0815_000000011952	2602	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.6275331303360094		0	0	False	False	0.9938508868217468	0					non-mobilizable	other	2607.0	97.583	100.0	0.003766819260741807	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
FIJ0077_000000011808	2511	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5944046086806836		0	0	False	False	0.9988052845001221	0					non-mobilizable	chromosome	2512.0	98.01	100.0	0.0012102287959236022	CP030017.1	firmicutes	Streptococcus suis strain ISU1606 chromosome, complete genome	False	True
MON0102_000000018463	2467	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.536543333471992		0	0	False	False	1.0	0					non-mobilizable	other	2467.0	100.0	100.0	0.0035713096105302947	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0095_000000012366	2467	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.536543333471992		0	0	False	False	1.0	0					non-mobilizable	other	2467.0	100.0	100.0	0.0035713096105302947	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0058_000000019545	2458	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5448027424051302		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	100.0	100.0	0.011414156899363093	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0002_000000010068	2452	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5446832191344297		0	0	False	False	1.0	0					non-mobilizable	other	2452.0	100.0	100.0	0.01138628350034145	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0061_000000008735	2451	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5233516138824449		0	0	False	False	1.0	0					non-mobilizable	other	2455.0	97.434	100.0	0.0011103377790618008	CP021867.1	firmicutes	Streptococcus agalactiae strain SG-M25, complete genome	False	True
MON0034_000000011092	2436	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5359497365984014		0	0	False	False	0.9885057210922241	0					non-mobilizable	other	2436.0	100.0	100.0	0.0035264148019632066	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0070_000000008500	2432	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5364418852804078		0	0	False	False	1.0	0					non-mobilizable	other	2432.0	99.507	100.0	0.044690786087212296	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
ISR0121_000000010450	2386	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3628171160400651		0	0	False	False	1.0	0					non-mobilizable	other	1940.0	100.0	100.0	0.0036457922030061333	NZ_FOWI01000002.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	False	True
SPA0030_000000012927	2369	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5365445863030236		0	0	False	False	1.0	0					non-mobilizable	other	2372.0	99.28299999999999	100.0	0.011000701480542045	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0001_000000014811	2342	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4463373204048662		0	0	False	False	1.0	0					non-mobilizable	other	2342.0	100.0	100.0	0.007847146568339897	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
MON0085_000000011376	2327	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4885275656711953		0	0	False	False	0.9995702505111694	0					non-mobilizable	other	2327.0	99.914	100.0	0.004373446448784047	NZ_FOWI01000002.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	False	True
ENG0147_000000006209	2311	0.6372832424226207	4	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5177565708246551		0	0	False	False	1.0	0					non-mobilizable	other	2311.0	100.0	100.0	0.0033453873480636578	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0034_000000011868	2307	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4121418186661085		0	0	False	False	1.0	0					non-mobilizable	other	2307.0	100.0	100.0	0.00772982485544289	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
DEN0003_000000011552	2297	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4959736347949314		0	0	False	False	1.0	0					non-mobilizable	other	2297.0	100.0	100.0	0.01066622069228232	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0070_000000008298	2297	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5269175813589319		0	0	False	False	1.0	0					non-mobilizable	chromosome	2300.0	96.609	100.0	0.0010529272339308321	CP031379.1	firmicutes	Streptococcus suis strain ISU2660 chromosome, complete genome	False	True
MON0063_000000012660	2295	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.45050187746251646		0	0	False	False	0.9934640526771545	0					non-mobilizable	other	2276.0	100.0	99.0	0.003294699660971784	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0058_000000021838	2245	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.38644854372797216		0	0	False	False	1.0	0					non-mobilizable	other	2245.0	100.0	100.0	0.003249804852404696	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0081_000000024617	2245	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.38644854372797216		0	0	False	False	0.9977728128433228	0					non-mobilizable	other	2245.0	100.0	100.0	0.003249804852404696	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0090_000000026475	2243	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4898094353316876		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	100.0	100.0	0.0032469084131423035	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0054_000000020748	2239	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4980140120867366		0	0	False	False	1.0	0					non-mobilizable	other	2239.0	100.0	100.0	0.010396777835073099	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
DEN0070_000000015086	2239	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4838603935979828		0	0	False	False	1.0	0					non-mobilizable	other	2239.0	100.0	100.0	0.007501885527528702	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ISR0258_000000010876	2231	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.47939359609502696		0	0	False	False	0.9995517730712891	0					non-mobilizable	other	2231.0	100.0	100.0	0.007475069136009386	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
MON0022_000000013288	2227	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.49373436637811385		0	0	False	False	0.9995509386062622	0					non-mobilizable	other	2227.0	99.82	100.0	0.01034103103702981	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0034_01_000000023935	2225	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.49130522158863527		0	0	False	False	1.0	0					non-mobilizable	other	2225.0	100.0	100.0	0.010331739904022596	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
AST0061_000000018876	2225	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.49130522158863527		0	0	False	False	1.0	0					non-mobilizable	other	2225.0	100.0	100.0	0.010331739904022596	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0069_01_000000027581	2225	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.49130522158863527		0	0	False	False	1.0	0					non-mobilizable	other	2225.0	100.0	100.0	0.010331739904022596	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0041_000000028456	2225	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4859145327572391		0	0	False	False	1.0	0					non-mobilizable	other	2225.0	100.0	100.0	0.0032208404597807686	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0037_000000031808	2225	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4859145327572391		0	0	False	False	1.0	0					non-mobilizable	other	2225.0	100.0	100.0	0.0032208404597807686	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
AST0061_000000018889	2224	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.47734291120114586		0	0	False	False	1.0	0					non-mobilizable	other	2224.0	100.0	100.0	0.007451604793429984	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
MON0025_000000017587	2218	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.37988632647553094		0	0	False	False	0.9950405955314636	0					non-mobilizable	other	2218.0	99.82	100.0	0.0032107029223623937	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
AST0019_000000013053	2217	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2617646549180836		0	0	False	False	1.0	0					non-mobilizable	other	2217.0	100.0	100.0	0.007428140450850582	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
DEN0003_000000011896	2214	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.34397755203651087		0	0	False	False	1.0	0					non-mobilizable	chromosome	2214.0	100.0	100.0	0.0009494549322102908	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
MON0080_000000023828	2204	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4697653472389625		0	0	False	False	0.9995462894439697	0					non-mobilizable	other	2204.0	100.0	100.0	0.0031904278475256443	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CAN0004_000000012566	2196	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4627047244934755		0	0	False	False	0.998633861541748	0					non-mobilizable	other	2196.0	99.863	100.0	0.04035223178174866	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
SPA0117_000000017252	2195	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.48377528106251877		0	0	False	False	0.9995444416999817	0					non-mobilizable	other	2195.0	100.0	100.0	0.010192372908914378	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0040_000000014870	2174	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.4564186522077413		0	0	False	False	1.0	0					non-mobilizable	chromosome	2175.0	98.43700000000001	100.0	0.0010482220726445862	CP030017.1	firmicutes	Streptococcus suis strain ISU1606 chromosome, complete genome	False	True
USA0044_01_000000013195	2165	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.5023630604341498		0	0	False	False	1.0	0					non-mobilizable	chromosome	2180.0	93.34899999999999	100.0	0.0009047372040001448	CP025043.1	firmicutes	Streptococcus suis strain AH681 chromosome, complete genome	False	True
MON0090_000000027579	2160	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.425194183501984		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	99.815	100.0	0.010029778081288123	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0034_01_000000024845	2135	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.34597485872583555		0	0	False	False	1.0	0					non-mobilizable	other	2141.0	95.56299999999999	100.0	0.007149920388837677	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ISR0288_000000014253	2115	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.340000215889024		0	0	False	False	1.0	0					non-mobilizable	chromosome	2027.0	99.556	100.0	0.0005351962883899653	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	True
ISR0227_000000012619	2103	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.36078413067183923		0	0	False	False	1.0	0					non-mobilizable	other	2112.0	94.508	100.0	0.1200547258009349	MK211789.1	firmicutes	Streptococcus suis ILCSsuYS106 integron, complete sequence	False	True
MON0087_000000024149	2098	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2695461610565402		0	0	False	False	1.0	0					non-mobilizable	other	2098.0	100.0	100.0	0.00974175295806447	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
AST0033_000000006319	2084	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3150288986370406		0	0	False	False	1.0	0					non-mobilizable	chromosome	2085.0	98.51299999999999	100.0	0.0008941093893927907	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
MON0015_000000018140	2080	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3440541369500764		0	0	False	False	1.0	0					non-mobilizable	other	2080.0	100.0	100.0	0.003010848613257292	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0203_000000008258	2079	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.37917473205375074		0	0	False	False	1.0	0					non-mobilizable	other	2079.0	99.904	100.0	0.009653487194495932	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0039_000000023227	2059	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3336571330769276		0	0	False	False	1.0	0					non-mobilizable	other	2059.0	100.0	100.0	0.002980436001002168	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
USA0006_01_000000011847	2039	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3974852506943949		0	0	False	False	1.0	0					non-mobilizable	other	2039.0	100.0	100.0	0.006831475739545797	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ISR0810_000000007951	2025	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.33354934346384835		0	0	False	False	0.9985185265541077	0					non-mobilizable	other	2025.0	99.75299999999999	100.0	0.009402626603301139	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0006_000000009619	2012	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.29761895150879486		0	0	False	False	0.9975149035453796	0					non-mobilizable	chromosome	2012.0	99.801	100.0	0.0008627898186511047	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
CHI0051_000000009053	2010	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.21284746724547468		0	0	False	False	1.0	0					non-mobilizable	chromosome	2011.0	98.061	100.0	0.0008623607834354652	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
CHI0089_000000004253	1981	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.25320189418128647		0	0	False	False	1.0	0					non-mobilizable	other	1984.0	98.74	100.0	0.0009542205352498025	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
SPA0050_000000013247	1958	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.21401704313178274		0	0	False	False	1.0	0					non-mobilizable	other	1958.0	100.0	100.0	0.009091373647559452	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0163_000000012923	1951	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.22938305780189777		0	0	False	False	1.0	0					non-mobilizable	other	1951.0	99.744	100.0	0.024915033347813864	MK211812.1	firmicutes	Streptococcus suis ICE element ICESsuYS31, complete sequence	False	True
CHI0187_000000008321	1934	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.20564799129025813		0	0	False	False	1.0	0					non-mobilizable	other	1934.0	100.0	100.0	0.0027994085471026195	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0248_000000002186	1934	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2754742734068118		0	0	False	False	0.9984487891197205	0					non-mobilizable	other	1948.0	96.355	100.0	0.0009368798289050307	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
SPA0054_000000015543	1906	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.20471775258451078		0	0	False	False	1.0	0					non-mobilizable	other	1906.0	100.0	100.0	0.008849804189371873	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0194_000000013569	1894	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.10410912541551487		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	92.228	100.0	0.024593728994503974	MK211820.1	firmicutes	Streptococcus suis ICE element ICESsuYS172, complete sequence	False	True
ISR0278_000000005986	1892	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.19910781701999508		0	0	False	False	1.0	0					non-mobilizable	other	1892.0	100.0	100.0	0.006338724545378363	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
SPA0006_000000016873	1888	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.20095792694830455		0	0	False	False	1.0	0					non-mobilizable	other	1888.0	100.0	100.0	0.006325316349618705	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
SPA0130_000000017501	1885	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1989614958900605		0	0	False	False	1.0	0					non-mobilizable	other	1885.0	100.0	100.0	0.006315260202798961	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
SPA0059_000000013158	1881	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.18793133883397958		0	0	False	False	1.0	0					non-mobilizable	other	1881.0	100.0	100.0	0.008733665026781691	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
SPA0120_000000022601	1798	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.16303800082324155		0	0	False	False	0.9994438290596008	0					non-mobilizable	other	1798.0	100.0	100.0	0.006023631945026397	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
SPA0026_000000018349	1775	0.6372832424226207	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1506980937186818		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	99.944	100.0	0.005946534819408363	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ISR0276_000000005935	1715	0.637281837870313	3	2	2	2	1	False	26314	fragment	False	ISR0276_000000005935	1.0		0	0	False	False	0.9994168877601624	0					non-mobilizable	other	850.0	98.941	100.0	0.00013639518295269063	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0295_000000018882	1895	0.6372806775891376	2	2	2	2	2	False	98891	fragment	False	AUS0024_000000016705	0.9376283367556468		0	0	False	False	0.9941952228546143	0					non-mobilizable	other	1803.0	76.095	94.0	0.007917373042463063	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0009_000000025491	1645	0.6372790883895502	3	2	2	2	1	False	51218	fragment	False	TAN0007_000000024840	0.9372346876895088		0	0	False	False	0.9896656274795532	0					non-mobilizable	no_good_hit	324.0	79.63	20.0	0.07906976744186046	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ETH0005_000000036576	1252	0.6372759471044656	3	2	2	2	1	True	52694	maximal	True	ETH0005_000000036576	1.0		1	1	False	False	0.9976038336753845	0					non-mobilizable	no_good_hit	839.0	77.473	66.0	0.003463325706265131	NZ_KB822472.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.10, whole genome shotgun sequence	True	True
FIJ0023_000000005218	5653	0.6372734409937318	7	7	7	6	6	False	73247	maximal	True	FIJ0023_000000005218	1.0		43	9	False	False	0.9968158602714539	0					non-mobilizable	no_good_hit	1026.0	79.337	22.0	0.00028767119042057756	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
FIJ0140_000000022742	1495	0.6372731327153865	2	1	1	1	1	False	40361	fragment	False	FIJ0140_000000022742	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0015_000000006621	3098	0.637272090899532	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.7468729515355683		0	0	False	False	1.0	0					non-mobilizable	other	3098.0	99.709	100.0	0.05671434065229732	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0166_000000006039	3035	0.637272090899532	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.5592779155281983		0	0	False	False	0.9963756203651428	0					non-mobilizable	other	2993.0	98.463	100.0	0.054791510245939166	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0134_000000014533	2224	0.6372674930600543	4	3	2	2	0	False	65963	maximal	True	ISR0134_000000014533	1.0		0	0	False	False	0.9707733988761902	0					non-mobilizable	no_good_hit	231.0	100.0	10.0	5.63909175317156e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0296_000000007435	3408	0.6372671702125007	5	3	1	3	1	True	25690	maximal	True	ISR0296_000000007435	1.0		4	1	False	False	0.9997065663337708	0					non-mobilizable	no_good_hit								True	True
SPA0116_000000021456	1892	0.6372619254745756	3	2	2	2	2	False	68093	maximal	True	SPA0116_000000021456	1.0		494	15	False	False	1.0	0					non-mobilizable	other	1873.0	99.146	99.0	0.025183630640083946	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0100_000000017469	1759	0.6372551852549122	3	3	3	3	1	False	75566	fragment	False	MON0079_000000011922	0.9284221525600835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	78.23100000000001	8.0	0.0727735368956743	XM_023277286.2	bony fishes	PREDICTED: Amphiprion ocellaris phosphogluconate dehydrogenase (pgd), mRNA	True	False
ENG0120_000000013963	1506	0.6372498054406959	2	2	1	1	2	False	59161	fragment	False	ENG0120_000000013963	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	91.71600000000001	100.0	0.0005103779685257858	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0121_000000005377	3319	0.6372491868958083	3	3	3	3	3	False	59142	fragment	False	ENG0121_000000005377	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3319.0	98.40299999999999	100.0	0.0006477505248540506	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
MON0070_000000014849	2225	0.6372475575625516	2	2	1	1	2	False	32978	maximal	True	MON0070_000000014849	0.973708701721731		127	12	False	False	1.0	0					non-mobilizable	no_good_hit	1213.0	88.046	79.0	0.0004273282597365385	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0081_000000021238	1699	0.6372463865261093	3	3	3	3	2	False	44243	fragment	False	FIJ0081_000000021238	0.9879365079365079		0	0	False	False	0.999411404132843	0					non-mobilizable	no_good_hit	1287.0	79.643	76.0	0.09720958447073097	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
AST0003_000000012553	2737	0.6372441385842728	3	3	3	3	3	False	130232	fragment	False	AST0003_000000012553	1.0		0	0	False	False	0.995980978012085	0					non-mobilizable	chromosome	2718.0	98.786	99.0	0.0004929471545047332	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0082_000000008028	2501	0.6372401365029171	3	3	3	3	3	False	80651	maximal	False	ENG0186_000000006155	0.979219958940353		0	0	False	False	0.9928028583526611	0					non-mobilizable	other	2369.0	88.054	93.0	0.011402805804713674	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
MAD0037_000000004392	2902	0.6372310423980051	4	4	4	3	4	False	39170	maximal	True	MAD0037_000000004392	1.0		4	2	False	False	0.9993107914924622	0					non-mobilizable	other	2902.0	99.62100000000001	100.0	0.000590984401556483	FP929040.1	enterobacteria	Enterobacter hormaechei strain NCTC 9394 genome assembly, ENC001	False	False
ISR0073_000000020570	1353	0.6372252511212976	2	2	2	2	2	False	34773	maximal	True	ISR0073_000000020570	1.0		303	12	False	False	0.9963045120239258	0					non-mobilizable	no_good_hit	171.0	80.702	13.0	0.0005456277140135923	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MON0037_000000025955	2631	0.6372214328205635	3	3	3	3	2	False	12117	fragment	False	MON0037_000000025955	1.0		0	0	False	False	0.9996199011802673	0					non-mobilizable	no_good_hit	850.0	73.059	31.0	0.0003591609366705957	NZ_SJSA01000001.1	CFB group bacteria	Duncaniella freteri strain TLL-A3 contig1, whole genome shotgun sequence	True	False
ISR0001_000000000825	24901	0.6372211581425563	27	11	2	6	9	False	87728	fragment	False	ISR0182_000000000685	0.5810452663115562		0	0	False	False	0.9998393654823303	0					non-mobilizable	no_good_hit								True	False
SPA0110_000000005902	3539	0.6372203565771715	4	4	4	4	3	False	8259	maximal	True	SPA0110_000000005902	1.0		63	9	False	False	1.0	0					non-mobilizable	other	3542.0	90.57	100.0	0.017036701840868827	NZ_QSBM01000013.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf13, whole genome shotgun sequence	False	False
CAN0004_000000025510	1149	0.6372166180020253	1	1	1	1	1	False	95988	fragment	False	CAN0004_000000025510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	883.0	83.465	77.0	0.014884773940663648	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
SPA0155_000000011467	1691	0.6372149769489027	2	2	2	2	2	False	110183	maximal	False	AST0089_000000013255	0.9504921829762594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	392.0	98.469	34.0	0.00012602646297867897	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0033_000000002740	5987	0.6372088980725051	7	5	5	4	5	False	109777	fragment	False	FIJ0120_000000003514	0.9636027639402217		0	0	False	False	0.9998329877853394	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.00021489458226880924	NZ_FNEJ01000008.1	a-proteobacteria	Salipiger marinus strain DSM 26424, whole genome shotgun sequence	True	False
ISR0387_000000015673	1534	0.6371956037558666	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.056757888639523114	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	839.0	99.166	55.0	0.008093881296180036	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0149_000000016196	1649	0.6371894632197016	3	3	2	2	3	False	104434	maximal	True	AST0149_000000016196	1.0		183	11	False	False	0.9993935823440552	0					non-mobilizable	other	1650.0	99.455	100.0	0.009046670726421874	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ENG0004_000000005480	4831	0.6371883064672146	5	3	3	3	1	True	67820	maximal	True	ENG0004_000000005480	1.0		58	10	False	False	0.9960670471191406	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.000389077170385084	NZ_CYXX01000014.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0029_000000018910	2366	0.6371867021120696	3	3	3	2	2	True	128159	fragment	False	MAD0102_000000004786	0.38404711130160313		0	0	False	False	1.0	0					non-mobilizable	other	2366.0	99.958	100.0	0.010986764781031224	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0035_000000012333	2285	0.6371867021120696	3	3	3	2	2	True	128159	fragment	False	MAD0102_000000004786	0.29680469692650546		0	0	False	False	1.0	0					non-mobilizable	other	2285.0	100.0	100.0	0.010610473894239032	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0038_000000014416	2200	0.6371867021120696	3	3	3	2	2	True	128159	fragment	False	MAD0102_000000004786	0.2688969926858231		0	0	False	False	1.0	0					non-mobilizable	other	2200.0	100.0	100.0	0.010215600741432414	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0156_000000007342	2196	0.6371867021120696	3	3	3	2	2	True	128159	fragment	False	MAD0102_000000004786	0.2661667688585218		0	0	False	False	1.0	0					non-mobilizable	other	2197.0	99.09	100.0	0.010197018475417985	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0001_000000012433	2144	0.6371867021120696	3	3	3	2	2	True	128159	fragment	False	MAD0102_000000004786	0.13742370131452947		0	0	False	False	1.0	0					non-mobilizable	chromosome	2144.0	99.20700000000001	100.0	0.0009194224671155233	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
ISR0194_000000007146	3277	0.6371832469207985	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.8182845624062216		0	0	False	False	0.9963381290435791	0					non-mobilizable	other	3278.0	99.512	100.0	0.06001062134891131	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0107_000000009519	3274	0.6371832469207985	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.846542948625281		0	0	False	False	0.997861921787262	0					non-mobilizable	other	3214.0	99.44	98.0	0.058801985093486185	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0040_000000012002	3266	0.6371832469207985	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.7979663547853295		0	0	False	False	0.9996938109397888	0					non-mobilizable	other	3267.0	99.633	100.0	0.05980918197300712	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0376_000000007804	2921	0.6371832463778441	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.7285565075226849		0	0	False	False	0.9835672974586487	0					non-mobilizable	other	2921.0	99.281	100.0	0.05347299796729357	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0179_000000008413	2896	0.6371832463778441	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.7079252959302326		0	0	False	False	0.9979282021522522	0					non-mobilizable	other	2896.0	99.86200000000001	100.0	0.05301518120387496	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0033_000000009172	2707	0.6371832463778441	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.2234624196378557		0	0	False	False	0.9841152429580688	0					non-mobilizable	other	2690.0	98.92200000000001	99.0	0.04922445840276887	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0026_01_000000012484	2629	0.6371832463778441	4	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.1729260608515925		0	0	False	False	0.9965766668319702	0					non-mobilizable	other	2631.0	99.354	100.0	0.048162323511637704	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0161_000000007470	2203	0.6371832463778441	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.039972150714872895		0	0	False	False	0.9827507734298706	0					non-mobilizable	other	2204.0	98.73	100.0	0.040342813192447854	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0285_000000008144	2145	0.6371832463778441	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.039691887279601996		0	0	False	False	0.9953380227088928	0					non-mobilizable	other	2146.0	98.13600000000001	100.0	0.03928067830131668	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0067_000000004722	2339	0.6371806416173962	3	2	2	2	2	False	85184	maximal	True	CHI0067_000000004722	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1385.0	98.98899999999999	59.0	0.0006454651873201535	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0081_000000028790	1265	0.63717722779373	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.7100787011054561		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1166.0	98.456	92.0	0.010430095974788712	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0001_000000036504	1215	0.6371761626028725	2	1	1	1	1	False	76732	maximal	False	FIJ0023_000000026962	0.9747995349370537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.960602987093053e-06	NZ_CP038033.1	g-proteobacteria	Nitrosococcus wardiae strain D1FHS chromosome, complete genome	True	False
FIJ0057_000000010811	2928	0.6371749733233211	3	2	2	2	2	False	46151	maximal	True	FIJ0057_000000010811	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	75.972	29.0	0.00015276463161317092	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
CHI0087_000000006614	1595	0.6371733484887234	3	1	1	1	1	False	83988	fragment	False	ISR0812_000000023471	0.9676941315945465		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	99.37299999999999	99.0	0.0005100853120085866	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0111_000000014963	2302	0.6371703799698925	4	1	1	1	1	False	4573	maximal	True	SPA0111_000000014963	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0088_000000014403	2194	0.6371703799698925	2	1	1	1	1	False	9637	maximal	True	MON0088_000000014403	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	4.0	0.02358490566037736	XM_001622437.2	sea anemones	PREDICTED: Nematostella vectensis uncharacterized LOC5501168 (LOC5501168), mRNA	True	False
FIJ0162_000000005310	4338	0.6371692600653406	9	5	2	5	3	False	40707	fragment	False	FIJ0162_000000005310	1.0		0	0	False	False	0.9995389580726624	0					non-mobilizable	no_good_hit	87.0	89.655	2.0	0.0003264798177858523	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	True	False
ETH0004_000000006378	4486	0.6371660624903783	9	6	2	3	5	False	52937	maximal	True	ETH0004_000000006378	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	97.07700000000001	56.0	0.000525311878075645	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0344_000000001931	11846	0.6371658555519037	11	11	9	10	8	True	39159	maximal	True	ISR0344_000000001931	1.0		7	3	False	False	0.9997467398643494	0					non-mobilizable	no_good_hit	6258.0	83.333	53.0	0.0018911604848429718	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
MON0081_000000037292	1409	0.6371656778712917	2	1	1	1	1	False	9961	fragment	False	MON0081_000000037292	1.0		0	0	False	False	0.9985805749893188	0					non-mobilizable	no_good_hit	211.0	75.355	15.0	0.0011008727592211325	NZ_AUIK01000025.1	actinobacteria	Solirubrobacter soli DSM 22325 G569DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	False
TAN0006_000000005639	2211	0.6371649036782713	4	3	3	2	2	False	87581	maximal	True	TAN0006_000000005639	1.0		25	8	False	False	0.9873360395431519	0					non-mobilizable	no_good_hit	1099.0	74.249	49.0	0.004661029869796091	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0008_000000013314	1891	0.6371637502720204	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.28948863638921024	PS721	0	0	False	True	0.9899523854255676	0					non-mobilizable	other	1761.0	74.617	92.0	0.212187690432663	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0046_000000001258	16990	0.6371605912698239	17	6	3	5	3	False	72367	maximal	True	FIJ0046_000000001258	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	70.295	4.0	0.00047507255347001536	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	True	False
USA0080_01_000000021406	2004	0.6371548588732394	3	2	2	1	1	False	72433	maximal	True	USA0080_01_000000021406	0.9917293233082707		181	9	False	False	0.9995009899139404	0					non-mobilizable	no_good_hit	90.0	78.889	4.0	0.0002512527348436728	NZ_MUGW01000002.1	CFB group bacteria	Flavobacterium hercynium strain DSM 18292 43415_contig_2, whole genome shotgun sequence	True	False
ISR0139_000000010081	2512	0.6371536710677963	3	3	3	3	2	False	31310	maximal	True	ISR0139_000000010081	1.0		2	2	False	False	0.9992038011550903	0					non-mobilizable	no_good_hit	1296.0	81.01899999999999	51.0	0.024252284292767826	NZ_QIML01000014.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_14, whole genome shotgun sequence	True	False
FIJ0097_000000009602	3204	0.6371501949420402	4	4	4	3	3	False	119436	fragment	False	CHI0024_000000003275	0.6024180627041535		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	99.499	98.0	0.012883488452257843	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0145_000000009777	3188	0.6371501949420402	4	4	4	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7377282407874332		0	0	False	False	0.9996863007545471	0					non-mobilizable	chromosome	2961.0	87.741	96.0	0.0006529652277099393	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0095_000000014213	2164	0.6371500105692017	2	2	2	2	2	False	50772	fragment	False	MON0054_000000020482	0.9361467079098542		0	0	False	False	0.9856746792793274	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000007369	5106	0.6371494590796335	8	7	4	3	5	True	116363	fragment	False	ISR0819_000000004621	0.5698427661775345		0	0	False	False	1.0	0					non-mobilizable	plasmid	5027.0	99.96	98.0	0.15213706259837753	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0383_000000002179	4984	0.6371494590796335	8	7	4	3	5	True	116363	fragment	False	ISR0819_000000004621	0.8752583876131621		0	0	False	False	0.994983971118927	0					non-mobilizable	plasmid	4980.0	99.759	99.0	0.1607373450413223	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0067_000000009542	3390	0.6371456647437407	4	3	3	3	3	True	70848	fragment	False	DEN0067_000000009542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	72.05	23.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
FIJ0157_000000006359	2872	0.6371447077135591	4	2	2	2	1	False	114103	maximal	True	FIJ0157_000000006359	1.0		94	8	False	False	0.9996517896652222	0					non-mobilizable	no_good_hit	2359.0	96.227	82.0	0.0006316366060881515	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0019_000000000244	39513	0.6371343258033856	34	10	3	6	7	False	64886	maximal	True	SPA0019_000000000244	1.0		1	1	False	False	0.9999493956565857	0					non-mobilizable	no_good_hit	248.0	93.145	1.0	0.3971061093247588	EU060105.1	bacteria	Uncultured bacterium clone HA0AAA9ZC04FM1 genomic sequence	True	False
ENG0195_000000004914	4542	0.6371332974461734	5	5	4	5	4	True	106179	maximal	True	ENG0195_000000004914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	74.244	17.0	0.000237447958276912	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
MON0059_000000007515	4662	0.6371298658752679	4	3	2	3	1	False	10955	maximal	True	MON0059_000000007515	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1301.0	99.30799999999999	28.0	0.00737580282776933	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0007_000000001894	6801	0.6371280396574164	8	4	1	4	1	False	38453	maximal	True	ISR0007_000000001894	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0337_000000000409	15145	0.6371233800389632	20	7	2	7	0	False	33602	maximal	False	ISR0791_000000000720	0.47732006895560986		0	0	False	False	0.9998679161071777	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	0.0	2.1664996226679822e-05	NZ_CM020866.1	mycoplasmas	Spiroplasma poulsonii strain MSRO_BK chromosome, whole genome shotgun sequence	True	False
FIJ0092_000000024417	1497	0.6371227467952997	2	1	1	1	1	False	43288	maximal	True	FIJ0092_000000024417	1.0		17	3	False	False	0.9926519989967346	0					non-mobilizable	no_good_hit								True	False
CHI0090_000000006130	2109	0.6371185978575012	3	3	3	3	3	False	83808	maximal	False	FIJ0002_000000015661	0.9562829525483304		0	0	False	False	0.9881460666656494	0					non-mobilizable	chromosome	2110.0	98.531	100.0	0.0009407031264991341	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0155_000000013463	1496	0.6371137648491763	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.15434257603860285		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	84.461	90.0	0.0007710144760133642	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
FIJ0078_000000016925	1438	0.6371137648491763	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.024251592553617776		0	0	False	False	0.998609185218811	0					non-mobilizable	other	1349.0	93.699	94.0	0.021648979591836735	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0136_000000011020	2446	0.6371024284845976	4	3	3	3	3	False	40540	maximal	True	FIJ0136_000000011020	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	99.11	64.0	0.00031914162301324543	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
USA0080_01_000000021128	2032	0.6371024284845976	4	3	3	3	3	False	29633	maximal	True	USA0080_01_000000021128	1.0		5	5	False	False	0.9985235929489136	0					non-mobilizable	no_good_hit	896.0	99.665	44.0	0.2549131301623469	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	False
ISR0180_000000012542	1864	0.6371024284845976	3	3	3	3	3	False	29632	fragment	False	ISR0180_000000012542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	99.441	48.0	0.2546283110225007	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	False
MAD0066_000000025866	1308	0.6370963205499048	2	2	2	2	1	False	87320	fragment	False	SPA0032_000000022606	0.9602839948579079		0	0	False	False	0.9984709620475769	0					non-mobilizable	chromosome	1308.0	100.0	100.0	0.00027441990739010503	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0130_000000002990	8484	0.6370936381582994	9	5	3	4	5	True	83145	maximal	True	ISR0130_000000002990	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	88.59100000000001	31.0	0.023720406548597164	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0014_000000017420	1449	0.6370911694575166	3	1	1	1	1	False	50446	maximal	True	FIJ0014_000000017420	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	78.634	47.0	0.0019978178147318664	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0089_000000004353	4372	0.6370856541301305	5	5	4	3	3	False	68856	maximal	True	DEN0089_000000004353	1.0		1	1	False	False	0.9965690970420837	0					non-mobilizable	no_good_hit	1499.0	82.789	34.0	0.0003919414707822913	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
SPA0058_000000007447	4012	0.6370845214980588	5	2	1	2	2	False	89876	fragment	False	CHI0015_000000002012	0.976258309591643		0	0	False	False	0.9987537264823914	0					non-mobilizable	no_good_hit	1125.0	81.422	61.0	0.0002941099596351241	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ISR0257_000000013435	1332	0.6370822047167538	3	3	3	3	1	True	37408	fragment	False	MAD0068_000000020483	0.9690831556503199		0	0	False	False	0.9692192077636719	0					non-mobilizable	other	1330.0	99.098	99.0	0.00032584143217239146	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0014_000000007911	2108	0.6370804665140892	4	2	2	2	2	False	124313	maximal	True	AST0014_000000007911	1.0		1	1	False	False	0.9995256066322327	0					non-mobilizable	no_good_hit	458.0	76.20100000000001	22.0	0.00439464915246052	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0099_000000003223	7160	0.6370795704330617	7	7	7	7	6	False	114948	fragment	False	ISR0243_000000000897	0.9061889622117877		0	0	False	False	0.9976257085800171	0					non-mobilizable	no_good_hit	681.0	76.946	9.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
MON0066_000000012045	2633	0.6370772440132689	4	4	4	4	3	False	113588	fragment	False	DEN0061_000000010968	0.3306771709923989		0	0	False	False	0.9996201992034912	0					non-mobilizable	chromosome	2633.0	94.835	100.0	0.0007366459825505583	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0219_000000008631	3713	0.637075829066736	3	3	3	3	3	False	126977	fragment	False	ISR0219_000000008631	0.9016824143261323		0	0	False	False	0.9989227056503296	0					non-mobilizable	other	1709.0	98.83	92.0	0.024398257267338047	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0134_000000011176	3431	0.637075829066736	3	3	3	3	3	False	126977	fragment	False	ISR0219_000000008631	0.8611643146375426		0	0	False	False	1.0	0					non-mobilizable	other	3376.0	96.89	98.0	0.04815370330690665	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CAN0004_000000026357	1115	0.6370724081724543	2	2	2	2	2	False	95963	fragment	False	CAN0004_000000026357	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1092.0	99.90799999999999	98.0	0.0003285687353145436	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MAD0094_000000003620	3756	0.6370717356914675	7	5	2	2	5	False	15630	maximal	True	MAD0094_000000003620	1.0		1	1	False	False	0.988551676273346	0					non-mobilizable	no_good_hit	1500.0	92.73299999999999	40.0	0.000318042844641488	CP050320.1	enterobacteria	Enterobacter sp. SES19 chromosome	True	False
ISR0171_000000003588	6234	0.6370684820801245	6	5	5	4	5	False	30017	maximal	True	ISR0171_000000003588	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	2985.0	98.023	88.0	0.0015979984319908146	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0110_000000019375	1209	0.6370625591162163	2	2	2	2	2	False	120657	fragment	False	ISR0241_000000011415	0.765257907141479		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	99.09	100.0	0.002005595078986909	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0061_01_000000002851	3987	0.6370622781250661	6	2	2	2	2	False	117463	maximal	True	USA0061_01_000000002851	1.0		3	1	False	False	0.9979934692382812	0					non-mobilizable	no_good_hit	523.0	99.618	13.0	0.020374707259953162	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	False
ISR0104_000000006530	3864	0.6370622781250661	3	2	2	2	2	False	117465	maximal	True	ISR0104_000000006530	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	99.56299999999999	36.0	0.053551912568306013	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	False
ENG0027_000000005840	3575	0.6370622781250661	5	2	2	2	2	False	117468	maximal	True	ENG0027_000000005840	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0350_000000006112	2883	0.6370622781250661	4	2	2	2	2	False	117462	fragment	False	ISR0350_000000006112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.02192326856003986	NZ_AFCE01000126.1	firmicutes	Caldalkalibacillus thermarum TA2.A1 ctg211, whole genome shotgun sequence	True	False
ISR0327_000000009509	2768	0.6370622781250661	3	2	2	2	2	False	117464	maximal	True	ISR0327_000000009509	1.0		5	3	False	False	0.9996387362480164	0					non-mobilizable	no_good_hit								True	False
ISR0380_000000006696	1731	0.6370589804464204	4	4	4	3	2	False	74126	maximal	True	ISR0380_000000006696	1.0		46	10	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	98.45	71.0	0.000431927670273821	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0041_000000011710	3074	0.6370575633739419	3	3	2	3	3	False	82589	fragment	False	FIJ0041_000000011710	1.0		0	0	False	False	0.9951203465461731	0					non-mobilizable	no_good_hit	488.0	71.311	15.0	0.00016058149148089288	CP016893.1	firmicutes	Thermoanaerobacterium thermosaccharolyticum strain TG57, complete genome	True	False
MAD0093_000000025880	1253	0.6370561306872876	2	2	2	2	1	False	99809	fragment	False	USA0055_01_000000018804	0.5776097880707887		0	0	False	False	0.9992018938064575	0					non-mobilizable	other	1259.0	85.465	100.0	0.00030263904140169663	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0095_000000022041	1272	0.6370524779033827	3	3	3	2	2	False	60911	maximal	True	ENG0095_000000022041	1.0		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	76.082	69.0	0.00029903434539770024	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ENG0084_000000003809	6525	0.637050405385308	7	2	2	2	2	False	61545	maximal	True	ENG0084_000000003809	1.0		2	1	False	False	0.9987739324569702	0					non-mobilizable	no_good_hit								True	False
ISR0345_000000005774	1999	0.6370484780616766	2	2	2	2	2	False	24214	fragment	False	ISR0345_000000005774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0171_000000013429	1557	0.6370478694853822	3	3	3	2	2	False	38793	fragment	False	FIJ0171_000000013429	1.0		0	0	False	False	0.9987154603004456	0					non-mobilizable	other	1271.0	97.71799999999999	99.0	0.008221022513949846	NZ_JAAWUO010000007.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_7_length_154482_cov_112.615, whole genome shotgun sequence	False	False
ETH0003_000000028825	1467	0.6370447534553111	2	1	1	1	1	False	53068	fragment	False	MON0053_000000025092	0.7612287206075854		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	99.11399999999999	100.0	0.00039638559070781325	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0269_000000014284	1365	0.6370447534553111	1	1	1	1	1	False	53068	fragment	False	MON0053_000000025092	0.3765507839127471		0	0	False	False	0.9992673993110657	0					non-mobilizable	other	1350.0	76.815	98.0	0.008617229279156794	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0044_000000006778	3511	0.6370427886990115	3	3	3	3	2	False	110239	fragment	False	MAD0044_000000006778	1.0		0	0	False	False	0.9985759258270264	0					non-mobilizable	no_good_hit	1607.0	76.105	46.0	0.0002581445749157136	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	False
SPA0144_000000000906	13549	0.6370376930954106	15	6	1	6	4	False	3390	fragment	False	SPA0144_000000000906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.678267015912052e-06	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MAD0101_000000013178	2151	0.6370365642505583	3	2	2	2	2	True	115088	fragment	False	MAD0101_000000013178	0.9931607230092818		0	0	False	True	1.0	0					non-mobilizable	other	2164.0	83.965	100.0	0.0006458184235587335	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
DEN0067_000000006233	4871	0.6370361640965814	6	4	0	3	3	True	70856	fragment	False	DEN0067_000000006233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0101_000000021008	2016	0.6370347269714669	3	2	2	2	2	False	77793	maximal	True	SPA0101_000000021008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	75.887	57.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0793_000000010768	1563	0.6370320740704195	2	2	2	2	2	False	121993	fragment	False	ISR0793_000000010768	1.0		0	0	False	False	0.9968010187149048	0					non-mobilizable	no_good_hit	1341.0	92.54299999999999	85.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0079_000000046671	1339	0.6370320740704195	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7115674969900019		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	91.499	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0337_000000008641	1260	0.6370176022893594	2	2	2	2	1	False	24433	maximal	True	ISR0337_000000008641	1.0		11	7	False	False	0.9396825432777405	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	1.885946866921137e-05	NZ_VCEJ01000004.1	CFB group bacteria	Dyadobacter luticola strain T17 NODE_2, whole genome shotgun sequence	True	False
MON0081_000000037481	1401	0.6370086344950995	2	1	1	1	1	False	9959	maximal	True	MON0081_000000037481	1.0		19	2	False	False	1.0	0					non-mobilizable	plasmid	1306.0	80.245	100.0	0.005999019435527886	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0040_000000018599	1318	0.6370086344950995	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.19024971765426127	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1304.0	89.87700000000001	99.0	0.017913404785162967	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0393_000000014505	1253	0.6370086344950995	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1371184054752839	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1232.0	90.179	98.0	0.8614415675297411	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0281_000000015386	1211	0.6370086344950995	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.09605165909057409	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1211.0	90.17299999999999	100.0	0.8467459762071379	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
USA0120_01_000000001152	8443	0.6369979774727248	11	3	3	3	2	False	214	maximal	True	USA0120_01_000000001152	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	84.337	1.0	0.000467560753305477	MK577502.1	viruses	Aeromonas phage Asfd_1, partial genome	True	False
FIJ0162_000000020733	1126	0.636990440269631	2	2	2	2	2	False	52290	maximal	False	FIJ0002_000000031537	0.9443541835905768		0	0	False	False	0.9920070767402649	0					non-mobilizable	other	1116.0	98.566	99.0	0.002136400041386763	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0089_000000004521	4987	0.6369903058854188	5	4	4	3	3	False	131507	maximal	True	FIJ0089_000000004521	1.0		3	2	False	False	0.9991979002952576	0					non-mobilizable	no_good_hit	3185.0	98.305	64.0	0.016628095892343136	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
SPA0016_000000017807	1888	0.6369880754014589	3	2	2	2	0	True	7872	maximal	True	SPA0016_000000017807	1.0		4	2	False	False	0.992584764957428	0					non-mobilizable	no_good_hit	1354.0	82.866	71.0	0.004808980574719625	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
FIJ0014_000000013669	1803	0.6369819026288215	3	3	3	2	2	False	84668	fragment	False	MON0043_000000014837	0.966253955366217		0	0	False	False	1.0	0					non-mobilizable	chromosome	1803.0	98.39200000000001	100.0	0.0005043450078100707	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0066_000000022468	1574	0.6369815816440698	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.3239865489696771		0	0	False	False	1.0	0					non-mobilizable	other	1555.0	98.971	99.0	0.21311025781678553	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0327_000000004952	4684	0.6369807692230288	3	3	3	1	2	False	27899	maximal	True	ISR0327_000000004952	1.0		37	8	False	False	1.0	0					non-mobilizable	other	4686.0	98.37799999999999	100.0	0.0019630322833506944	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0343_000000005809	2842	0.636979436798394	3	3	2	3	3	False	95357	fragment	False	ISR0343_000000005809	0.9356643316379583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	4.0	0.00031797778477534713	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
ENG0013_000000003562	6463	0.6369771131185249	8	6	4	5	4	True	110084	maximal	True	ENG0013_000000003562	1.0		12	5	False	False	0.9990716576576233	0					non-mobilizable	other	5727.0	87.079	92.0	0.0010603674228027574	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
AUS0008_000000007089	3194	0.6369765508598405	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.8445640627548092		0	0	False	False	0.9896681308746338	0					non-mobilizable	other	3194.0	98.74799999999999	99.0	0.05845404435328804	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0003_000000008832	3115	0.6369765508598405	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.7738556291044147		0	0	False	False	0.9971107840538025	0					non-mobilizable	other	3115.0	99.262	100.0	0.05702565605142198	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0123_000000016757	1954	0.6369699271980339	3	2	2	2	1	False	41339	fragment	False	FIJ0123_000000016757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	320.0	73.125	16.0	0.0007469094836096185	NZ_CDPP01000003.1	firmicutes	Beduini massiliensis strain GM1, whole genome shotgun sequence	True	False
CHI0046_000000007824	1475	0.6369655103593677	3	1	1	1	1	False	87041	maximal	True	CHI0046_000000007824	1.0		10	5	False	False	0.9979661107063293	0					non-mobilizable	no_good_hit	925.0	98.27	69.0	0.0003973718292680299	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ENG0055_000000002357	8139	0.6369629816541145	4	3	3	3	2	True	63685	maximal	True	ENG0055_000000002357	1.0		3	1	False	False	0.999017059803009	0					non-mobilizable	no_good_hit	3666.0	81.642	45.0	0.0009113806215255491	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	True
FIJ0141_000000017235	1718	0.6369616816206783	2	2	2	2	2	False	40268	maximal	True	FIJ0141_000000017235	1.0		232	13	False	False	1.0	0					non-mobilizable	chromosome	1714.0	79.988	99.0	0.00047677490995106135	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0006_000000004394	6822	0.6369616785727917	4	4	4	4	2	True	34189	maximal	True	SPA0006_000000004394	1.0		2	1	False	False	0.9979478120803833	0					non-mobilizable	other	6793.0	98.94	99.0	0.10772744575561477	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0093_000000019933	1311	0.6369599670181288	2	2	2	2	2	False	33496	maximal	True	ISR0093_000000019933	1.0		11	4	False	False	0.9458428621292114	0					non-mobilizable	no_good_hit	497.0	78.672	38.0	0.0035243805471385898	NZ_MCIA01000013.1	firmicutes	Lacrimispora algidixylanolytica strain SPL73 contig_20, whole genome shotgun sequence	True	False
ISR0280_000000001061	6246	0.6369596403957231	9	6	4	5	5	False	124401	maximal	True	ISR0280_000000001061	1.0		0	0	False	False	0.9998399019241333	0					non-mobilizable	no_good_hit	3375.0	86.51899999999999	77.0	0.0009410595259595778	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
DEN0085_000000012080	2533	0.6369581759183424	2	2	2	2	2	False	68985	maximal	True	DEN0085_000000012080	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0821_000000025692	1286	0.6369577142501309	2	2	2	2	1	False	21212	maximal	True	ISR0821_000000025692	1.0		79	11	False	False	0.988335907459259	0					non-mobilizable	chromosome	1268.0	70.426	96.0	0.00034450832202915404	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0073_000000022115	1264	0.6369577142501309	2	2	2	2	1	False	34771	maximal	True	ISR0073_000000022115	1.0		3	3	False	False	0.9778481125831604	0					non-mobilizable	no_good_hit	230.0	93.478	18.0	0.001173811195800934	NZ_CABMOJ010000003.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ISR0064_000000020476	1168	0.6369577142501309	2	2	2	2	1	False	35218	fragment	False	ISR0064_000000020476	1.0		0	0	False	False	0.9905821681022644	0					non-mobilizable	chromosome	1153.0	98.439	98.0	0.0004065087986923967	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0081_01_000000015127	2036	0.6369569401756279	3	3	3	3	3	False	107678	maximal	True	USA0081_01_000000015127	0.9689984101748808		14	6	False	False	0.9990176558494568	0					non-mobilizable	no_good_hit	451.0	71.84	22.0	0.00017342489959713866	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
ISR0194_000000005827	3886	0.6369533834537111	6	3	1	3	2	True	119350	maximal	True	ISR0194_000000005827	1.0		9	3	False	False	0.9994853138923645	0					non-mobilizable	no_good_hit	776.0	84.40700000000001	20.0	0.00022349866726962026	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
AST0106_000000003712	5199	0.6369488692675157	5	3	3	3	2	False	107509	maximal	True	AST0106_000000003712	1.0		652	14	False	False	0.9986535906791687	0					non-mobilizable	chromosome	5205.0	97.329	100.0	0.0017401917307569969	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0222_000000021128	2413	0.6369471965144688	5	4	4	3	1	False	27887	maximal	True	ISR0222_000000021128	1.0		18	6	False	False	0.9921259880065918	0					non-mobilizable	no_good_hit								True	False
SPA0144_000000005399	3097	0.6369419900418974	4	4	3	4	2	False	123074	maximal	True	SPA0144_000000005399	1.0		12	3	False	False	0.9916048049926758	0					non-mobilizable	no_good_hit	1778.0	93.195	57.0	0.0006270539368718654	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0092_000000009260	2764	0.6369389397798659	3	1	1	1	1	False	33589	fragment	False	ISR0092_000000009260	0.9626327769347496		0	0	False	False	0.9989145994186401	0					non-mobilizable	no_good_hit	88.0	85.227	3.0	0.0003487451329539533	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0234_000000002007	5050	0.6369382715513698	5	3	0	2	2	False	111809	fragment	False	ISR0234_000000002007	1.0		0	0	False	False	0.9998019933700562	0					non-mobilizable	no_good_hit	223.0	79.372	4.0	0.041833048108005325	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	False
SPA0083_000000012732	1420	0.6369382264998869	2	2	2	2	2	False	77006	fragment	False	SPA0083_000000012732	0.9588329585618043		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	98.32600000000001	97.0	0.0066749361992008375	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0800_000000006585	1793	0.6369360706439862	3	2	2	2	1	False	21886	maximal	True	ISR0800_000000006585	1.0		4	1	False	False	0.99832683801651	0					non-mobilizable	no_good_hit	90.0	78.889	5.0	6.129187959210254e-05	NZ_QXCX01000002.1	a-proteobacteria	Ochrobactrum haematophilum strain L1Suc Ga0069918_12, whole genome shotgun sequence	True	False
ENG0109_000000018996	1286	0.6369354086886307	2	2	2	2	2	False	59851	maximal	True	ENG0109_000000018996	1.0		295	13	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.796874666106061e-06	CP017781.1	a-proteobacteria	Rhodobacter sp. LPB0142, complete genome	True	False
SPA0125_000000024989	1283	0.6369354086886307	2	2	2	2	2	False	4010	maximal	True	SPA0125_000000024989	1.0		118	9	False	False	0.9610288143157959	0					non-mobilizable	other	1283.0	99.68799999999999	100.0	0.00038609085121287337	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0124_000000024254	1205	0.6369354086886307	2	2	2	2	2	False	41216	maximal	True	FIJ0124_000000024254	1.0		13	5	False	False	0.9991701245307922	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	6.0	2.362701477605293e-05	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
SPA0062_000000008134	4001	0.6369303554394048	4	1	1	1	1	False	44621	maximal	True	SPA0062_000000008134	1.0		36	6	False	False	0.9992501735687256	0					non-mobilizable	no_good_hit	59.0	96.61	2.0	1.5855485451225245e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ISR0148_000000008757	3336	0.6369286259784362	4	4	4	3	3	False	104731	fragment	False	ISR0148_000000008757	1.0		0	0	False	False	0.9982014298439026	0					non-mobilizable	other	3320.0	99.88	99.0	0.0014331700199502798	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
CAN0015_000000027145	1270	0.6369283180958405	2	2	2	1	1	False	93122	fragment	False	SPA0041_000000025579	0.8357353471146031		0	0	False	False	0.9992126226425171	0					non-mobilizable	other	1270.0	99.52799999999999	100.0	0.022972899581817193	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
ENG0198_000000008867	2174	0.6369239661065839	3	2	2	2	2	False	74916	fragment	False	ISR0332_000000005898	0.9790093710062405		0	0	False	False	1.0	0					non-mobilizable	other	2174.0	99.586	100.0	0.0415551135929014	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0052_000000020170	2169	0.6369239661065839	3	2	2	2	2	False	74916	fragment	False	ISR0332_000000005898	0.9768922466931547		0	0	False	False	0.9907791614532471	0					non-mobilizable	other	2169.0	99.493	100.0	0.04145949667253117	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0020_000000004719	2138	0.6369239661065839	3	2	2	2	2	False	74916	fragment	False	ISR0332_000000005898	0.9664759620935098		0	0	False	False	1.0	0					non-mobilizable	other	2138.0	99.626	100.0	0.040866671766235756	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0161_000000004367	6387	0.6369234552986469	6	4	4	4	3	False	130746	fragment	False	ISR0130_000000004031	0.925917208132698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1661.0	97.772	76.0	0.00047188729317598066	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0003_000000005543	6370	0.6369234552986469	5	4	4	4	3	False	130746	fragment	False	ISR0130_000000004031	0.9239057270691411		0	0	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit	1653.0	97.822	76.0	0.0004696117667471634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0043_000000000440	32710	0.6369186699200272	50	22	13	18	11	False	101250	fragment	False	ISR0043_000000000440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2739.0	96.678	12.0	0.000608454987238914	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0142_000000016782	2007	0.6369054779074284	3	3	2	3	2	False	57687	fragment	False	ENG0142_000000016782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	98.90100000000001	5.0	6.626553926895857e-05	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	False
ISR0816_000000018523	2133	0.6368999042424296	3	3	3	3	2	False	23857	maximal	True	ISR0816_000000018523	1.0		129	7	False	False	0.9976558685302734	0					non-mobilizable	other	1756.0	99.31700000000001	99.0	0.0005634412358080229	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0049_000000013050	1447	0.6368972158252354	2	2	2	2	1	False	50199	fragment	False	MAD0049_000000013050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	85.185	4.0	1.4060061880495422e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0062_000000008383	1690	0.6368950454065218	2	1	1	1	1	False	85569	fragment	False	CHI0062_000000008383	1.0		0	0	False	False	0.9928994178771973	0					non-mobilizable	other	1691.0	98.876	100.0	0.03630270874057526	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0005_000000025513	1105	0.6368949943935278	2	2	2	2	2	False	8269	maximal	True	SPA0005_000000025513	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	78.298	73.0	0.018599056167298973	NZ_VULP01000026.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq26, whole genome shotgun sequence	True	False
SPA0149_000000011912	3206	0.6368876757394171	2	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.819200181989652		0	0	False	False	1.0	0					non-mobilizable	other	3206.0	99.65700000000001	100.0	0.058692109070265716	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0080_01_000000007432	5738	0.6368789088982769	6	2	0	2	0	True	18754	maximal	True	USA0080_01_000000007432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.517159763120794e-07	LR812509.1	bony fishes	Danio aesculapii genome assembly, chromosome: 24	True	True
AST0089_000000005419	3712	0.6368789088982769	5	2	0	2	0	True	110280	fragment	False	AST0089_000000005419	0.9406449819293856		0	0	False	False	0.9970366358757019	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0004751484839012191	NZ_PYLQ01000012.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_11, whole genome shotgun sequence	True	True
ENG0122_000000007614	3597	0.6368789088982769	5	2	0	2	0	True	110280	fragment	False	AST0089_000000005419	0.9377693965517242		0	0	False	False	0.9913817048072815	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005537974683544304	MK250091.1	viruses	Mimiviridae sp. ChoanoV1 genomic sequence	True	True
AST0047_000000016848	1376	0.6368765105384206	2	1	1	1	1	True	115097	fragment	False	AST0047_000000016848	0.9997211640337199		0	0	False	False	0.9992732405662537	0					non-mobilizable	chromosome	1372.0	87.755	99.0	0.0003925536875747067	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	True
USA0111_01_000000019283	1309	0.6368758451227668	2	1	1	1	1	False	292	maximal	True	USA0111_01_000000019283	1.0		1	1	False	False	0.9977082014083862	0					non-mobilizable	no_good_hit								True	False
SPA0117_000000026422	1416	0.636870045385508	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.4718187971152099		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	99.71799999999999	100.0	0.017596657256911195	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0105_000000015795	1280	0.636870045385508	2	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.3408422979406798		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	99.766	100.0	0.01590538843221867	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0066_01_000000016365	1246	0.636870045385508	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.2614394730654104		0	0	False	False	0.9847512245178223	0					non-mobilizable	other	1246.0	99.759	100.0	0.01548257122604554	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0053_000000014249	1244	0.636870045385508	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.2807552568863229		0	0	False	False	0.9847266674041748	0					non-mobilizable	other	1243.0	99.598	99.0	0.015445263825500852	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0101_000000027732	1229	0.636870045385508	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.23540995360455363		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	99.837	100.0	0.015271162622958974	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0001_000000013101	1973	0.6368697459828367	4	3	1	3	1	False	20286	maximal	True	MAD0001_000000013101	1.0		1	1	False	False	0.9929041862487793	0					non-mobilizable	no_good_hit	834.0	96.64299999999999	43.0	0.00029000338802035044	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0061_000000002561	7675	0.6368658710235549	12	8	6	7	5	False	126473	fragment	False	ENG0174_000000001931	0.9604090058027112		0	0	False	False	0.999869704246521	0					non-mobilizable	no_good_hit	2497.0	93.152	78.0	0.0005635935320911198	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0232_000000018032	1604	0.6368638533045639	2	2	1	2	1	False	77607	fragment	False	ISR0232_000000018032	1.0		0	0	False	False	0.9993765354156494	0					non-mobilizable	no_good_hit	1278.0	95.383	79.0	0.000360234637937221	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AST0088_000000009530	1188	0.6368636068024273	2	1	1	1	1	False	110347	fragment	False	AST0088_000000009530	1.0		0	0	False	False	0.996632993221283	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000004056	5645	0.636862958859623	6	3	1	3	0	True	95193	fragment	False	ISR0097_000000004056	1.0		0	0	False	False	0.9966341853141785	0					non-mobilizable	no_good_hit	83.0	92.771	2.0	1.7094815350977408e-05	CP059378.1	firmicutes	Clostridium intestinale strain Lx1 chromosome, complete genome	True	True
MAD0008_000000006096	2088	0.6368570008684407	3	3	3	3	2	False	75344	maximal	False	MAD0066_000000012796	0.9556767242193397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	70.484	29.0	0.00014975860046646848	NC_015578.1	spirochetes	Treponema primitia ZAS-2, complete sequence	True	False
MON0077_000000018735	2240	0.6368558508288614	3	3	3	3	3	False	84816	maximal	False	ENG0093_000000005231	0.9715447154471545		0	0	False	False	1.0	0					non-mobilizable	chromosome	2240.0	99.33	100.0	0.00048259989214248056	CP024147.1	enterobacteria	Escherichia coli strain 14EC033 chromosome, complete genome	False	False
ENG0193_000000017943	1099	0.6368549012211081	2	2	2	2	2	False	58676	fragment	False	ISR0816_000000030434	0.907572532324188		0	0	False	False	0.9990900754928589	0					non-mobilizable	other	1099.0	93.54	100.0	0.0002649901654378492	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MAD0041_000000021712	1656	0.6368522592857139	3	2	2	2	2	False	18237	maximal	True	MAD0041_000000021712	1.0		10	3	False	False	0.9969806671142578	0					non-mobilizable	no_good_hit	1224.0	86.601	74.0	0.002023857948083644	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0122_000000004193	4108	0.6368485157975613	5	5	5	5	5	False	98163	fragment	False	FIJ0122_000000004193	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4108.0	99.781	100.0	0.000787687298690947	CP013662.1	enterobacteria	Escherichia coli strain 08-00022, complete genome	False	False
ISR0190_000000015403	1472	0.6368458232277905	2	2	2	2	2	False	29175	fragment	False	ISR0190_000000015403	0.9853041695146958		0	0	False	False	0.9993206262588501	0					non-mobilizable	no_good_hit	264.0	77.273	17.0	7.265294237208974e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
FIJ0172_000000017956	1568	0.6368437473425359	3	2	2	2	1	False	40580	maximal	False	FIJ0135_000000017651	0.9433085501858736		0	0	False	False	0.9961734414100647	0					non-mobilizable	other	1568.0	98.98	100.0	0.06255988502076014	NZ_QRYH01000033.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf33, whole genome shotgun sequence	False	False
ENG0086_000000021370	1145	0.6368428027538824	3	2	2	1	1	False	75840	fragment	False	ISR0818_000000013808	0.19138225255972696		0	0	False	False	0.9982532858848572	0					non-mobilizable	no_good_hit								True	False
MON0089_000000027704	1128	0.6368347587829541	2	2	2	2	1	False	9580	maximal	True	MON0089_000000027704	1.0		152	14	False	False	1.0	0					non-mobilizable	other	1128.0	96.18799999999999	100.0	0.045520698576972836	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0098_000000001852	4609	0.6368318333657167	7	6	3	5	4	True	128103	fragment	False	ISR0375_000000003939	0.9821002386634845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1693.0	86.946	60.0	0.27344391525702083	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0375_000000003939	4609	0.6368318333657167	7	6	3	5	4	True	128103	fragment	False	ISR0375_000000003939	0.982208722065524		0	0	False	False	0.9984812140464783	0					non-mobilizable	no_good_hit	1693.0	87.714	60.0	0.27344391525702083	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0076_000000006868	3635	0.6368318333657167	6	6	3	5	4	True	34586	fragment	False	ISR0076_000000006868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1539.0	89.279	67.0	0.24864509771719495	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0358_000000003200	5105	0.6368313842365302	6	4	3	2	3	False	131778	maximal	True	ISR0358_000000003200	1.0		6	4	False	False	0.9972575902938843	0					non-mobilizable	no_good_hit	3493.0	97.509	68.0	0.007909346029358805	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0038_000000011028	2154	0.6368267047923851	2	2	2	2	2	False	65084	fragment	False	ENG0038_000000011028	0.9634266077565047		0	0	False	False	0.9995357394218445	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	6.652642590217863e-05	NZ_RWIT01000004.1	CFB group bacteria	Hymenobacter rigui strain KCTC 12533 NODE_4_length_435917_cov_34.657138, whole genome shotgun sequence	True	False
ISR0031_000000009018	2461	0.6368217664153057	3	3	3	2	0	True	91151	maximal	True	ISR0031_000000009018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	99.461	68.0	0.003221112878074984	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	True
ENG0116_000000018954	1265	0.6368112634369801	2	2	2	1	2	False	66110	fragment	False	ENG0025_000000022069	0.9944751381215471		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	100.0	100.0	0.00035188085047151754	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0031_000000027631	1222	0.6368072875553746	2	2	2	2	2	False	7265	maximal	True	SPA0031_000000027631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	74.3	32.0	6.0683246312199154e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
CHI0090_000000005071	2508	0.6368064417249967	4	4	3	4	4	False	83816	fragment	False	CHI0090_000000005071	0.9902975420439845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	96.396	53.0	0.024325462971443227	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0067_000000007403	2395	0.6368056628247898	3	2	2	2	1	True	108205	fragment	False	MON0067_000000007403	1.0		0	0	False	False	0.9891440272331238	0					non-mobilizable	no_good_hit	701.0	71.612	28.0	0.0031323414252153485	NZ_ATUF01000004.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
ISR0300_000000000976	5754	0.6368025218212472	9	9	1	4	7	True	125618	fragment	False	ISR0056_000000002323	0.24233791132685026		0	0	False	False	0.999826192855835	0					non-mobilizable	no_good_hit	2898.0	99.655	50.0	0.0006016985982604987	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
MON0043_000000012195	2258	0.636799885949525	4	1	1	1	1	False	11683	maximal	True	MON0043_000000012195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0156_000000000727	17623	0.6367998576236941	23	15	7	13	6	True	132295	fragment	False	CHI0156_000000000727	1.0		0	0	False	False	1.0	0					non-mobilizable	other	15522.0	93.641	99.0	0.003610813262372232	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
FIJ0161_000000006579	2467	0.6367998467905236	3	2	2	2	2	False	102100	maximal	True	FIJ0161_000000006579	0.9944821731748726		15	4	False	False	0.9963518381118774	0					non-mobilizable	other	2468.0	98.58200000000001	100.0	0.01983645179187405	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0095_000000002735	7556	0.6367993209307297	10	9	8	8	7	False	33431	maximal	True	ISR0095_000000002735	1.0		17	5	False	False	0.9990735650062561	0					non-mobilizable	no_good_hit	1776.0	93.131	51.0	0.029339287190936907	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0086_01_000000012803	1327	0.6367915269435106	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.05078545718212546		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	99.24600000000001	100.0	0.0027726838366751213	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0001_000000027973	1569	0.6367884856280164	2	1	1	1	1	False	76809	maximal	True	DEN0001_000000027973	1.0		15	4	False	False	0.9917144775390625	0					non-mobilizable	no_good_hit	676.0	85.50299999999999	43.0	0.00338931987647812	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
ISR0064_000000000879	14908	0.6367833157332147	24	14	7	14	11	True	123864	maximal	True	ISR0064_000000000879	1.0		0	0	False	False	0.9999329447746277	0					non-mobilizable	no_good_hit	1298.0	96.302	16.0	0.000450597554196776	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0196_000000002987	3317	0.6367814292267303	4	2	2	2	2	False	54424	maximal	True	ENG0196_000000002987	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	2644.0	97.20100000000001	79.0	0.007985226424389699	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0047_01_000000020219	1792	0.6367774744698272	3	2	1	2	1	True	1164	maximal	True	USA0047_01_000000020219	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.54899999999999	48.0	0.007324364723467863	NZ_OFSM01000021.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
DEN0011_000000022031	2043	0.6367734408056167	3	3	3	3	1	False	75678	maximal	True	DEN0011_000000022031	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	371.0	73.046	18.0	9.624201237314658e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0074_000000015343	1937	0.6367706913209695	3	3	3	3	3	False	74687	fragment	False	ISR0074_000000015343	1.0		0	0	False	False	0.9896747469902039	0					non-mobilizable	no_good_hit	100.0	79.0	5.0	2.5544655054622552e-05	CP012590.1	high GC Gram+	Actinomyces sp. oral taxon 414 strain F0588, complete genome	True	False
ISR0219_000000022660	1450	0.6367699196008809	2	2	2	1	2	False	28031	maximal	True	ISR0219_000000022660	1.0		62	4	False	False	0.9993103742599487	0					non-mobilizable	chromosome	1450.0	100.0	100.0	0.0007453163119341652	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0056_000000010995	1976	0.6367624127711208	4	3	1	2	3	True	118240	fragment	False	MAD0072_000000001538	0.42045683343879336		0	0	False	False	0.9989878535270691	0					non-mobilizable	other	1976.0	98.583	100.0	0.0005253505597218995	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
AST0110_000000012723	1400	0.6367618488525731	2	2	1	2	1	False	106976	maximal	True	AST0110_000000012723	1.0		145	10	False	False	0.9964285492897034	0					non-mobilizable	no_good_hit	1214.0	74.959	86.0	0.035406076368365055	NZ_CACWHD010000019.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
SPA0024_000000004171	3993	0.6367437987224478	5	2	2	2	1	False	65496	maximal	True	SPA0024_000000004171	0.996982149701261		4	2	False	False	0.9974955916404724	0					non-mobilizable	no_good_hit	786.0	99.109	49.0	0.00024140874318420597	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	False
FIJ0127_000000002929	6106	0.6367355073188419	11	4	0	2	3	False	51620	maximal	False	FIJ0007_000000002806	1.0		0	0	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
ISR0813_000000028002	1127	0.6367351028454274	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.33564034069865356		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	95.37799999999999	99.0	0.2578717536198575	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
ENG0160_000000009299	2245	0.636733146279302	3	3	3	3	3	False	56475	fragment	False	ENG0160_000000009299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	73.54	50.0	0.000980292171026256	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
MON0064_000000014422	1914	0.6367246256262462	3	2	2	2	1	False	96072	maximal	True	MON0064_000000014422	1.0		0	0	False	False	0.9785788655281067	0					non-mobilizable	no_good_hit	728.0	89.835	38.0	0.00020402921158728545	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0336_000000006553	2139	0.6367244959048994	1	1	1	1	1	False	109240	maximal	False	ENG0036_000000011276	0.9777797661882708		0	0	False	False	0.9995325207710266	0					non-mobilizable	other	2134.0	97.47	99.0	0.03706730184119478	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
MAD0101_000000021127	1370	0.6367231633835196	2	1	1	1	1	True	15078	fragment	False	MAD0101_000000021127	1.0		0	0	False	False	0.9978102445602417	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.00010156375418950486	NZ_SPQQ01000007.1	firmicutes	Desulfosporosinus fructosivorans strain 63.6F NODE_7_length_305227_cov_39.405495, whole genome shotgun sequence	True	True
ENG0143_000000014615	1293	0.6367200538545902	2	2	2	2	1	False	57590	maximal	True	ENG0143_000000014615	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	1293.0	99.92299999999999	100.0	0.000427847578968841	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
FIJ0002_000000012846	2758	0.6367165835073363	4	4	4	4	1	False	52417	fragment	False	FIJ0054_000000008836	0.979023576409775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	81.17399999999999	36.0	0.016328685331488697	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
CAN0019_000000002695	2332	0.6367097637505333	4	2	1	2	2	False	91989	fragment	False	CAN0020_000000015688	0.9961702127659575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	96.429	10.0	0.004619321391778272	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
ISR0280_000000010354	1425	0.6367017959394172	4	4	1	2	4	False	26193	fragment	False	ISR0280_000000010354	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	100.0	100.0	0.005084152724520326	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	False	False
ISR0856_000000004051	1577	0.6366905459725336	3	2	2	2	1	True	20476	fragment	False	ISR0856_000000004051	1.0		0	0	False	False	0.9892200231552124	0					non-mobilizable	chromosome	1449.0	98.068	92.0	0.0006457293282942348	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
DEN0041_000000014724	2321	0.6366883437240984	4	2	2	1	1	False	73120	maximal	True	DEN0041_000000014724	1.0		12	7	False	False	1.0	0					non-mobilizable	chromosome	2321.0	98.19	100.0	0.0005075694577079782	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
CAN0014_000000021471	2247	0.6366883437240984	4	2	2	1	1	False	100405	fragment	False	MON0066_000000014276	0.9694427808717286		0	0	False	False	1.0	0					non-mobilizable	other	2247.0	98.57600000000001	100.0	0.0078012386116157175	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
MAD0022_000000006055	2098	0.6366849810805593	3	3	2	3	3	False	44073	fragment	False	TAN0002_000000017726	0.9505339435545386		0	0	False	False	0.996663510799408	0					non-mobilizable	plasmid	2024.0	98.913	100.0	0.014046172539489673	MK295825.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain U1 plasmid pU1, complete sequence	False	True
ISR0169_000000016279	1932	0.6366849810805593	3	3	2	3	3	False	44073	fragment	False	TAN0002_000000017726	0.6302828090244678		0	0	False	False	1.0	0					non-mobilizable	other	1932.0	99.32700000000001	100.0	0.03039030531948379	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	False
FIJ0013_000000001668	12420	0.6366813705626805	13	7	5	7	1	True	50672	fragment	False	FIJ0013_000000001668	1.0		0	0	False	False	0.9993558526039124	0					non-mobilizable	no_good_hit								True	True
ENG0161_000000001129	15023	0.6366803153171456	16	12	11	11	10	False	121378	maximal	True	ENG0161_000000001129	1.0		5	3	False	False	0.9997337460517883	0					non-mobilizable	no_good_hit	3785.0	99.947	69.0	0.0012148499352122842	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ITA0002_000000002388	3320	0.6366785559122029	5	2	2	2	1	False	113536	fragment	False	ITA0002_000000002388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	77.8	15.0	0.00017564840289210763	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0301_000000015011	1332	0.6366727838328337	3	3	3	2	2	False	89055	fragment	False	ISR0146_000000030323	0.9502602958181097		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	98.649	100.0	0.033315811869540184	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0065_000000008369	2154	0.6366671095716759	4	2	2	2	2	False	45427	fragment	False	FIJ0065_000000008369	1.0		0	0	False	False	0.9916434288024902	0					non-mobilizable	no_good_hit	289.0	78.547	13.0	8.522848763705073e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
CHI0085_000000000078	6828	0.6366661122159013	8	8	6	6	7	False	100931	fragment	False	ISR0035_000000002545	0.5755917657099778		0	0	False	False	0.9997071027755737	0					non-mobilizable	chromosome	3019.0	98.11200000000001	100.0	0.0005608318528698437	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
TAN0020_000000002093	2848	0.6366648775768617	4	4	4	3	3	False	2402	maximal	True	TAN0020_000000002093	1.0		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	2529.0	71.72800000000001	88.0	0.0845266372582287	NZ_VULP01000035.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq35, whole genome shotgun sequence	True	False
SPA0055_000000024254	1257	0.6366621332988845	2	2	2	2	2	False	6391	maximal	True	SPA0055_000000024254	1.0		107	8	False	False	0.9952267408370972	0					non-mobilizable	other	1257.0	99.602	100.0	0.006569621775994728	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0065_000000020852	1638	0.6366621223988658	3	3	2	3	2	False	35182	maximal	True	ISR0065_000000020852	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	524.0	72.90100000000001	31.0	0.0018697924639709581	NZ_FOMG01000002.1	firmicutes	Clostridium uliginosum strain DSM 12992, whole genome shotgun sequence	True	False
FIJ0135_000000025438	1115	0.6366572692562401	2	2	2	2	2	False	40559	maximal	True	FIJ0135_000000025438	1.0		10	3	False	False	0.9910314083099365	0					non-mobilizable	no_good_hit	160.0	80.625	14.0	6.970553575937824e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0098_000000000050	102014	0.6366504516447723	104	41	24	36	29	True	70829	maximal	True	FIJ0098_000000000050	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	99.723	6.0	0.0005054645305799044	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0244_000000013343	1884	0.636647895814948	2	2	2	2	1	False	124925	fragment	False	ISR0244_000000013343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	85.42200000000001	57.0	0.0025885281469141064	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0135_000000002616	7526	0.6366415707912272	8	7	5	5	6	False	31440	fragment	False	ISR0135_000000002616	1.0		0	0	False	False	0.9993356466293335	0					non-mobilizable	plasmid	7451.0	99.866	100.0	0.06051863831032157	CP019252.1	enterobacteria	Escherichia coli strain 13KWH46 plasmid p13KWH46-2, complete sequence	False	True
ENG0081_000000010509	2535	0.6366393280795744	2	2	2	2	2	False	63400	maximal	True	ENG0081_000000010509	1.0		136	11	False	False	0.9972386360168457	0					non-mobilizable	no_good_hit	2016.0	98.512	79.0	0.0006990332009501571	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
FIJ0020_000000007636	2991	0.6366393241363693	5	4	2	2	3	True	119999	maximal	True	FIJ0020_000000007636	1.0	PS730	113	13	False	True	0.9996656775474548	0					non-mobilizable	chromosome	2994.0	94.689	100.0	0.001001704176157219	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0041_000000009851	3629	0.636637106595656	4	4	4	4	4	False	74388	fragment	False	FIJ0041_000000009851	1.0		0	0	False	False	0.9969688653945923	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.456288448008717e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ISR0229_000000002495	5865	0.6366350714073858	11	4	1	3	3	True	101812	maximal	True	ISR0229_000000002495	1.0		13	6	False	False	0.9981244802474976	0					non-mobilizable	no_good_hit	1165.0	97.25299999999999	46.0	0.00021118531021108188	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
CHI0125_000000002343	6698	0.6366346935779799	9	7	4	5	6	False	124431	maximal	True	CHI0125_000000002343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2424.0	98.969	65.0	0.0006826907878443284	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
AST0026_000000008578	3542	0.6366345788366375	5	4	1	1	4	False	119509	fragment	False	AST0026_000000008578	1.0		0	0	False	False	0.9988706707954407	0					non-mobilizable	plasmid	3491.0	80.063	98.0	0.031220072782991763	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	False	True
ISR0373_000000004195	3510	0.6366345788366375	5	4	1	1	4	False	119509	fragment	False	AST0026_000000008578	0.9954827780914737		0	0	False	False	1.0	0					non-mobilizable	plasmid	3484.0	80.08	98.0	0.031165348729033846	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	False	True
SPA0104_000000027247	1385	0.6366308858199516	1	1	1	1	1	False	4814	maximal	True	SPA0104_000000027247	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	74.09100000000001	16.0	5.984154294986929e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0072_000000004554	2455	0.6366303247132729	5	5	1	3	5	False	84848	maximal	True	CHI0072_000000004554	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	2455.0	99.959	100.0	0.0317033783347329	CP030922.1	enterobacteria	Escherichia coli strain KL53 plasmid pKL53-S, complete sequence	False	True
MON0007_000000005609	7570	0.636629839141162	7	6	5	4	4	True	112599	maximal	True	MON0007_000000005609	1.0		2	1	False	False	0.9989432096481323	0					non-mobilizable	no_good_hit	5359.0	90.334	70.0	0.04956362860667217	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ENG0166_000000016112	1803	0.6366225350343158	3	2	2	2	2	False	122991	fragment	False	ENG0166_000000016112	1.0		0	0	False	False	0.980033278465271	0					non-mobilizable	no_good_hit	914.0	72.319	50.0	0.00020544049980544376	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0091_000000014381	1508	0.6366187077618065	2	2	2	2	1	False	121332	fragment	False	SPA0114_000000018546	0.18117988420794273		0	0	False	False	1.0	0					non-mobilizable	chromosome	1508.0	99.602	100.0	0.0004750027816188107	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0071_000000005361	6491	0.6366180160148152	8	7	5	6	5	False	130509	fragment	False	ISR0203_000000002513	0.6837134458132335		0	0	False	False	1.0	0					non-mobilizable	other	4402.0	97.478	100.0	0.02508	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
TAN0011_000000001178	3328	0.636616019474167	4	3	1	2	3	True	48016	fragment	False	TAN0011_000000001178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	96.068	79.0	0.02144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ENG0100_000000007160	4060	0.6366059461666801	6	4	2	3	4	True	64078	maximal	True	ENG0100_000000007160	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	83.568	6.0	0.00012585198481827637	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
MAD0090_000000004946	2548	0.6366043228512815	3	3	3	3	3	False	15792	fragment	False	MAD0090_000000004946	1.0		0	0	False	False	0.9897959232330322	0					non-mobilizable	no_good_hit	1392.0	74.78399999999999	54.0	0.00023980141811697048	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
USA0017_01_000000013335	2066	0.6365989745733566	3	2	2	2	1	False	1893	maximal	True	USA0017_01_000000013335	1.0		2	1	False	False	0.999515950679779	0					non-mobilizable	no_good_hit	833.0	90.036	88.0	0.00017066373108520026	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
SPA0004_000000005644	2202	0.6365970606301372	3	3	3	3	3	False	103664	maximal	True	SPA0004_000000005644	1.0		40	9	False	False	0.9872843027114868	0					non-mobilizable	no_good_hit	1353.0	74.058	60.0	0.0004294179954767971	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
MAD0045_000000035663	1207	0.6365931028745844	2	1	1	1	1	False	17796	maximal	True	MAD0045_000000035663	1.0		1	1	False	False	0.9560894966125488	0					non-mobilizable	no_good_hit								True	False
MON0106_000000013043	3084	0.6365929985261408	4	3	2	2	0	False	92658	fragment	False	MON0106_000000013043	1.0		0	0	False	False	0.9685473442077637	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000009860	2675	0.6365929985261408	4	3	2	2	0	False	92655	fragment	False	USA0059_01_000000009860	1.0		0	0	False	False	0.9914018511772156	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000002573	7857	0.6365873682985713	15	6	3	6	4	True	35722	maximal	True	ISR0054_000000002573	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	528.0	99.053	10.0	0.0011019640889349841	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0130_000000028477	1190	0.6365735513125548	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.6194785970942764		0	0	False	False	0.9949579834938049	0					non-mobilizable	other	1195.0	98.15899999999999	100.0	0.009807545403021119	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
FIJ0031_000000004298	5126	0.6365712965067358	5	3	2	2	2	False	48622	maximal	True	FIJ0031_000000004298	1.0		5	3	False	False	0.9996098279953003	0					non-mobilizable	no_good_hit	1739.0	73.893	33.0	0.09238371468471372	NZ_JAATLI010000025.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_25, whole genome shotgun sequence	True	False
ISR0026_000000002208	9737	0.6365698721973588	10	5	4	5	0	False	37319	fragment	False	ISR0026_000000002208	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	8294.0	99.506	96.0	0.23595185933365578	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
SPA0116_000000004266	8169	0.6365698721973588	9	5	4	5	0	False	4364	fragment	False	SPA0116_000000004266	1.0		0	0	False	False	0.998775839805603	0					non-mobilizable	no_good_hit	6593.0	92.492	84.0	0.18681537542322246	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
FIJ0040_000000006049	4110	0.6365689895423903	4	4	4	4	4	False	119240	maximal	True	FIJ0040_000000006049	1.0		35	3	False	False	0.9987834692001343	0					non-mobilizable	no_good_hit	2194.0	92.479	53.0	0.0008545732920322049	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ETH0005_000000037828	1200	0.6365530618945963	2	2	0	2	1	False	52686	maximal	True	ETH0005_000000037828	1.0		3	2	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000023165	1176	0.6365522087294653	1	1	1	1	1	False	35390	maximal	True	ISR0060_000000023165	1.0		18	3	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	98.822	79.0	0.00041635484678543264	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0209_000000018048	1575	0.6365354491362742	4	3	2	1	1	True	28461	maximal	True	ISR0209_000000018048	1.0		3	1	False	False	0.9911110997200012	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	4.0	1.5464034748595728e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
ENG0007_000000018200	1365	0.6365335508881123	2	1	1	1	1	False	67495	fragment	False	ENG0007_000000018200	0.9876160990712075		0	0	False	False	0.9963369965553284	0					non-mobilizable	other	1381.0	76.611	100.0	0.00489106591880613	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0064_000000036795	1197	0.6365327793229225	1	1	1	1	1	False	71186	fragment	False	ISR0814_000000034607	0.8283089564268721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	80.868	66.0	0.002838851601259474	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0821_000000001758	12218	0.6365311421212939	15	6	5	4	4	True	76330	fragment	False	ISR0385_000000001272	0.9606846641730362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.6158429847771405e-07	CP050567.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 08a	True	True
ISR0076_000000004911	5025	0.6365280085132888	8	6	4	3	5	False	70434	maximal	False	MON0029_000000003746	0.9884752223156371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2536.0	99.921	57.0	0.0022676670413298875	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ENG0104_000000005646	5024	0.6365280085132888	8	6	4	3	5	False	70434	maximal	False	MON0029_000000003746	0.988425471071856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2536.0	99.921	57.0	0.0022676670413298875	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
MAD0054_000000004348	3212	0.6365243929757356	4	4	3	4	1	False	17168	maximal	True	MAD0054_000000004348	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	95.23299999999999	31.0	0.0007996622746129553	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MAD0096_000000008788	2091	0.6365227654453716	3	3	2	1	2	False	15491	fragment	False	MAD0096_000000008788	1.0		0	0	False	False	0.9971305727958679	0					non-mobilizable	no_good_hit	50.0	92.0	2.0	1.4752961657052653e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0013_000000004816	4417	0.6365226424646422	3	3	3	3	3	False	109981	maximal	True	MAD0013_000000004816	1.0		1	1	False	False	0.9997736215591431	0					non-mobilizable	no_good_hit	964.0	93.98299999999999	63.0	0.00028171175323690316	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ENG0142_000000023734	1453	0.6365215912105754	2	2	2	1	1	False	57661	maximal	True	ENG0142_000000023734	1.0		31	5	False	False	0.9910529851913452	0					non-mobilizable	no_good_hit	75.0	84.0	5.0	0.0002691234318030164	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MON0077_000000012045	3228	0.6365190719431679	4	4	4	4	3	False	10486	fragment	False	MON0077_000000012045	1.0		0	0	False	False	0.983890950679779	0					non-mobilizable	other	3075.0	81.984	95.0	0.0018059256343934283	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
CHI0063_000000005301	2439	0.6365125758108335	4	3	3	3	2	False	85465	maximal	True	CHI0063_000000005301	1.0		12	7	False	False	0.9995899796485901	0					non-mobilizable	no_good_hit	579.0	99.48200000000001	24.0	0.0014573143058847259	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
ISR0161_000000002286	11249	0.6365123612722624	17	7	4	6	5	False	66650	maximal	True	ISR0161_000000002286	1.0		0	0	False	False	0.9997333288192749	0					non-mobilizable	no_good_hit	229.0	77.293	2.0	0.0016345092113674666	NZ_JPMD01000014.1	firmicutes	Clostridium sulfidigenes strain 113A c14, whole genome shotgun sequence	True	False
FIJ0022_000000020034	1280	0.636512220573923	1	1	1	1	1	False	49439	maximal	True	FIJ0022_000000020034	1.0		693	14	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	89.94200000000001	54.0	0.0002059393014984493	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0083_000000015404	1907	0.6365114623805165	3	2	1	1	2	False	69100	maximal	True	DEN0083_000000015404	1.0		17	5	False	False	0.9926586151123047	0					non-mobilizable	no_good_hit	120.0	81.667	6.0	0.0004545822273758663	NZ_ATZF01000005.1	firmicutes	Shimazuella kribbensis DSM 45090 A3GQDRAFT_scaffold_4.5_C, whole genome shotgun sequence	True	False
ISR0340_000000011627	1966	0.6365061165376974	5	3	2	2	3	False	24372	maximal	True	ISR0340_000000011627	1.0		80	8	False	False	0.9964394569396973	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000005823	6203	0.6365003493424695	11	8	6	8	7	False	132181	fragment	False	USA0005_01_000000005823	0.9994886654167376		0	0	False	False	0.9966145157814026	0					non-mobilizable	other	6175.0	99.95100000000001	99.0	0.007807955160534796	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0007_000000002211	5867	0.6365003493424695	10	8	6	8	7	False	132181	fragment	False	USA0005_01_000000005823	0.9724326938578107		0	0	False	False	1.0	0					non-mobilizable	other	5867.0	99.881	100.0	0.007418442658195191	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ENG0034_000000008532	1711	0.6364879660806907	2	2	1	2	1	False	75634	fragment	False	ENG0034_000000008532	1.0		0	0	False	False	0.9970777034759521	0					non-mobilizable	no_good_hit	1059.0	70.822	60.0	0.0008608197036880249	CP045542.1	mycoplasmas	Mycoplasma sp. NEAQ87857 chromosome, complete genome	True	False
FIJ0051_000000008776	2497	0.6364859923057162	2	2	2	2	2	False	46544	maximal	True	FIJ0051_000000008776	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0072_000000003432	5569	0.6364836008052365	8	4	3	4	2	True	108885	fragment	False	MON0072_000000003432	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3489.0	99.51299999999999	99.0	0.0009431056892147699	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
DEN0051_000000028927	1643	0.636483567713068	2	2	2	2	2	True	72491	fragment	False	DEN0051_000000028927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0008_000000003766	2970	0.6364835088988359	3	2	2	2	1	False	48136	fragment	False	MAD0008_000000003766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	3.133174432990951e-05	NZ_JAAXOR010000002.1	high GC Gram+	Nocardia cerradoensis strain IFM 10366 W9747_2, whole genome shotgun sequence	True	False
ISR0093_000000009279	2610	0.6364793274816842	5	4	3	3	3	False	33530	maximal	True	ISR0093_000000009279	1.0		0	0	False	False	0.9869731664657593	0					non-mobilizable	no_good_hit								True	False
MON0096_000000015787	2281	0.6364783672073953	3	3	3	3	3	False	73381	maximal	True	MON0096_000000015787	1.0		144	12	False	False	0.9934239387512207	0					non-mobilizable	no_good_hit	1234.0	78.444	83.0	0.0003496311890428725	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0098_000000000684	14657	0.6364765694277706	16	13	8	13	8	True	97883	fragment	False	MON0066_000000001035	0.9362476068921506		0	0	False	False	0.9950876832008362	0					non-mobilizable	no_good_hit	101.0	100.0	1.0	0.007376807317792859	NZ_WEHX01000068.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_68_length_13556_cov_118.421937, whole genome shotgun sequence	True	True
ISR0302_000000014549	1179	0.6364765513164656	3	3	3	1	1	False	25526	fragment	False	ISR0302_000000014549	1.0		0	0	False	False	0.9855809807777405	0					non-mobilizable	other	632.0	90.348	94.0	0.0001899820164408209	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0036_000000003268	6461	0.6364758662946648	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.28137753919983854		0	0	False	False	1.0	0					non-mobilizable	other	5601.0	99.10700000000001	94.0	0.008924639216712516	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0020_000000002793	6357	0.6364758662946648	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.26178603072503975		0	0	False	False	1.0	0					non-mobilizable	other	5573.0	99.28200000000001	95.0	0.008884747212346734	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0119_000000007727	1595	0.6364723571922593	2	2	2	2	1	False	81930	maximal	True	CHI0119_000000007727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	97.802	6.0	2.6089338591784466e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0066_000000004508	5501	0.6364652994155165	5	3	0	3	0	False	91109	fragment	False	MON0066_000000004508	1.0		0	0	False	False	0.9987275004386902	0					non-mobilizable	no_good_hit								True	False
ISR0369_000000007777	1856	0.6364616458930004	3	2	2	2	1	False	23543	maximal	True	ISR0369_000000007777	1.0		19	5	False	False	0.9876077771186829	0					non-mobilizable	no_good_hit	342.0	75.439	18.0	0.00020232663588009978	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
MON0045_000000017208	1160	0.6364574175233635	1	1	1	1	1	False	11555	maximal	True	MON0045_000000017208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1030.0	99.223	89.0	0.0039697236239063	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0118_000000011091	2545	0.6364572387867741	2	2	2	2	1	False	91766	fragment	False	SPA0118_000000011091	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2545.0	99.725	100.0	0.0008027581558524667	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0016_000000028257	1363	0.636453629454429	2	2	2	2	2	False	39674	fragment	False	MON0016_000000028257	1.0		0	0	False	False	0.9831254482269287	0					non-mobilizable	no_good_hit	74.0	81.081	5.0	0.00022990707922214773	NZ_QRAN01000003.1	g-proteobacteria	Halioglobus sediminis strain U0301 U0301_scaffold3, whole genome shotgun sequence	True	False
AUS0020_000000018382	1412	0.6364523533732992	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.04366887154326444	PS816	0	0	False	True	0.9907932281494141	0					non-mobilizable	other	1307.0	79.342	93.0	0.00021189564434726546	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
FIJ0063_000000000928	18561	0.6364505520571093	24	5	3	4	5	False	45656	maximal	True	FIJ0063_000000000928	1.0		1	1	False	False	0.9998383522033691	0					non-mobilizable	no_good_hit	11275.0	93.65899999999999	85.0	0.055015469435035706	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0182_000000019948	1973	0.6364440228685515	3	3	2	2	3	False	104051	fragment	False	SPA0090_000000016681	0.9865403091010525		0	0	False	False	1.0	0					non-mobilizable	other	1928.0	99.896	100.0	0.13844385372512394	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0038_000000006230	1928	0.6364440228685515	3	3	2	2	3	False	104051	fragment	False	SPA0090_000000016681	0.982458844361281		0	0	False	False	1.0	0					non-mobilizable	other	1924.0	99.896	99.0	0.13815647675838783	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0368_000000003345	3602	0.6364409024831824	6	2	2	2	1	False	123069	maximal	True	ISR0368_000000003345	1.0		6	2	False	False	0.9988895058631897	0					non-mobilizable	no_good_hit	1562.0	98.015	57.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0047_000000003620	8211	0.6364287841968537	8	5	1	4	5	True	17708	maximal	True	MAD0047_000000003620	1.0		4	1	False	False	0.9991474747657776	0			MPF_F		non-mobilizable	plasmid	8224.0	95.781	100.0	0.08613379232173968	CP058211.1	enterobacteria	Escherichia marmotae strain RHB24-C12 plasmid pRHB24-C12_3, complete sequence	False	True
USA0075_01_000000004186	5975	0.6364285046718721	9	4	4	4	1	True	96532	fragment	False	FIJ0094_000000002896	0.7078704582738601		0	0	False	False	1.0	0					non-mobilizable	chromosome	5632.0	96.76799999999999	94.0	0.00100995625675165	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0002_000000012336	2092	0.6364243133117203	3	3	3	3	1	False	14328	fragment	False	MON0002_000000012336	1.0		0	0	False	False	0.9966539144515991	0					non-mobilizable	no_good_hit	1590.0	90.50299999999999	80.0	0.00044571670740693487	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0038_000000015335	2092	0.6364243133117203	3	3	3	3	1	False	14328	fragment	False	MON0002_000000012336	1.0		0	0	False	False	0.9980879426002502	0					non-mobilizable	no_good_hit	1590.0	90.50299999999999	80.0	0.00044571670740693487	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0110_000000003246	3971	0.6364198132652011	6	6	6	5	4	False	8476	maximal	True	MON0110_000000003246	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1301.0	99.846	77.0	0.0016440462761087196	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
CHI0156_000000012681	1194	0.6364184750783544	2	1	1	1	1	False	78970	fragment	False	DEN0022_000000032829	0.940625		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	98.241	100.0	0.0003312950219659985	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0021_000000003419	7774	0.636418229389542	8	6	3	4	5	True	21193	maximal	True	SPA0021_000000003419	1.0		1	1	False	False	0.9990995526313782	0					non-mobilizable	no_good_hit	2319.0	71.971	29.0	0.000565737681438569	CP033213.1	firmicutes	Clostridioides difficile strain CD10010 chromosome, complete genome	True	True
CHI0142_000000012243	1523	0.636412013519555	3	3	3	2	2	False	79978	fragment	False	CHI0142_000000012243	0.9909638554216867		0	0	False	False	0.9921208024024963	0					non-mobilizable	no_good_hit								True	False
DEN0041_000000018720	1826	0.6363999400615757	3	3	3	2	2	False	73106	maximal	True	DEN0041_000000018720	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1826.0	100.0	100.0	0.002042760289635426	NZ_JH603144.1	enterobacteria	Klebsiella oxytoca 10-5243 strain Oct-43 supercont1.2, whole genome shotgun sequence	False	False
ISR0256_000000003149	5549	0.6363997636458417	8	6	4	6	3	True	95053	fragment	False	ISR0256_000000003149	0.9673674588665448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	95.652	1.0	0.0010411846367422489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MON0076_000000031394	1533	0.6363993192752151	1	1	1	1	1	False	13402	fragment	False	MON0076_000000031394	0.9890335846470185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	84.522	74.0	0.005750946740794457	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MON0015_000000026119	1459	0.6363993192752151	1	1	1	1	1	False	13402	fragment	False	MON0076_000000031394	0.9654272667971298		0	0	False	False	0.9924606084823608	0					non-mobilizable	no_good_hit	1150.0	84.435	78.0	0.005750946740794457	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
CAN0003_000000013250	3723	0.6363973335916558	6	3	1	2	3	True	96742	fragment	False	CAN0003_000000013250	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3723.0	99.705	100.0	0.0015605955084870484	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
MON0079_000000019655	1159	0.6363945704717673	3	1	1	1	1	False	10074	fragment	False	MON0079_000000019655	1.0		0	0	False	False	0.9128559231758118	0					non-mobilizable	no_good_hit								True	False
ENG0077_000000018387	1144	0.6363943666742008	2	2	2	2	2	False	61963	fragment	False	ENG0077_000000018387	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	88.47200000000001	100.0	0.0020619077427071063	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0083_000000004343	5844	0.6363935691528316	11	5	2	5	2	True	110679	fragment	False	CAN0012_000000009407	0.5261603967975096		0	0	False	False	1.0	0					non-mobilizable	other	3996.0	99.675	100.0	0.001069829756477826	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0001_01_000000002578	5825	0.6363935691528316	11	5	2	5	2	True	110679	fragment	False	CAN0012_000000009407	0.5266108341711111		0	0	False	False	1.0	0					non-mobilizable	other	3963.0	99.67200000000001	100.0	0.001060992614559486	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0073_000000034585	1540	0.6363909952081613	2	2	2	2	1	True	92765	fragment	False	USA0113_01_000000011635	0.19571864076976833		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	100.0	100.0	0.003393530462393332	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	True
ISR0250_000000009097	1464	0.6363909952081613	2	2	2	2	1	True	92765	fragment	False	USA0113_01_000000011635	0.21456533848567552		0	0	False	False	0.994535505771637	0					non-mobilizable	other	1464.0	100.0	100.0	0.002922860847449839	NZ_VJZV01000003.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold3_1, whole genome shotgun sequence	False	True
ISR0353_000000025323	1450	0.6363909952081613	2	2	2	2	1	True	92765	fragment	False	USA0113_01_000000011635	0.1899775279223432		0	0	False	False	1.0	0					non-mobilizable	chromosome	1450.0	99.17200000000001	100.0	0.00022294249006913526	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
SPA0118_000000018670	1329	0.6363909952081613	2	2	2	2	1	True	92765	fragment	False	USA0113_01_000000011635	0.14066751680200498		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	99.54899999999999	100.0	0.002930475623470265	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	True
ISR0192_000000010959	1633	0.6363899582234189	3	3	3	3	2	False	126775	fragment	False	ISR0192_000000010959	0.988514144598554		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	204.0	80.392	12.0	0.0003214621570270668	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	True
ENG0106_000000013675	1516	0.6363885543575115	3	3	1	3	1	True	124250	fragment	False	ISR0071_000000003227	0.17052598335179914		0	0	False	False	1.0	0					non-mobilizable	chromosome	1516.0	93.66799999999999	100.0	0.00032041324832492954	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ISR0067_000000008918	3137	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9984229117896982		0	0	False	False	0.9974498152732849	0					non-mobilizable	no_good_hit	210.0	89.04799999999999	7.0	0.0023743208072690746	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
SPA0129_000000008827	3137	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9964445251778326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	89.04799999999999	7.0	0.0023743208072690746	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ISR0101_000000007668	3135	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9961207699596503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	88.94200000000001	7.0	0.0023514907995068716	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ISR0331_000000007112	3119	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9973176050776267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	88.021	6.0	0.002168850737409251	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
AST0014_000000005611	3115	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9968913669886837		0	0	False	False	0.9996789693832397	0					non-mobilizable	no_good_hit	188.0	87.766	6.0	0.0021231907218848454	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
DEN0001_000000013306	3114	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9966533505101244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	87.70100000000001	6.0	0.0021117757180037443	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
SPA0084_000000005371	3114	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9966961678939822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	87.70100000000001	6.0	0.0021117757180037443	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ISR0246_000000006312	3114	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9967848220595725		0	0	False	False	0.9983943700790405	0					non-mobilizable	no_good_hit	187.0	87.70100000000001	6.0	0.0021117757180037443	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ENG0093_000000003971	3114	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9967848220595725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	87.70100000000001	6.0	0.0021117757180037443	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
AST0101_000000003116	3114	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9969347950281905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	87.70100000000001	6.0	0.0021117757180037443	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
SPA0083_000000004931	3114	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9966961678939822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	87.70100000000001	6.0	0.0021117757180037443	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ISR0179_000000007882	3102	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9911633853853078		0	0	False	False	0.9996775984764099	0					non-mobilizable	no_good_hit	175.0	86.85700000000001	6.0	0.0019747956714305285	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ENG0128_000000008513	3100	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9936018528768974		0	0	False	False	0.9954838752746582	0					non-mobilizable	no_good_hit	173.0	86.705	6.0	0.0019519656636683255	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
CHI0124_000000005315	2908	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.9324762975869602		0	0	False	False	0.9955295920372009	0					non-mobilizable	no_good_hit	81.0	85.185	3.0	0.0009017853066070042	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ISR0305_000000005872	2856	0.6363872666531926	4	3	1	1	3	False	124493	fragment	False	ISR0067_000000008918	0.921583106956176		0	0	False	False	0.981792688369751	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001238128866286668	NZ_FQUT01000006.1	CFB group bacteria	Chryseobacterium arachidis strain DSM 27619, whole genome shotgun sequence	True	False
MAD0037_000000001400	8846	0.6363847541050355	13	7	2	6	3	False	46682	maximal	True	MAD0037_000000001400	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0016_000000001698	12290	0.6363821441096933	12	8	7	7	4	False	123967	maximal	True	AST0016_000000001698	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1211.0	84.31	10.0	0.002249172270838609	NZ_KB894643.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
SPA0009_000000022615	1636	0.6363812851931108	3	1	1	1	1	False	92635	fragment	False	SPA0009_000000022615	0.9719815091150045		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	81.79	99.0	0.0007154681406245616	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
USA0102_01_000000007744	1703	0.6363811863639119	3	3	2	1	3	False	129483	fragment	False	FIJ0098_000000013359	0.9667023995962468		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	97.04	100.0	0.0005148057475281402	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0309_000000006992	2593	0.6363803517546337	2	2	2	2	2	False	116438	fragment	False	ISR0309_000000006992	0.9485148514851485		0	0	False	False	0.9996143579483032	0					non-mobilizable	no_good_hit	1237.0	99.19200000000001	48.0	0.005768880715789277	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0118_000000001621	8965	0.6363684689711019	9	7	5	6	3	False	120898	maximal	True	ENG0118_000000001621	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3734.0	99.705	83.0	0.001009350211536335	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0244_000000011034	2218	0.6363646217946465	3	1	1	1	1	False	27191	fragment	False	ISR0244_000000011034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	76.038	74.0	0.004056412584148984	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0227_000000017030	1541	0.6363551191395077	2	2	2	2	1	False	60847	fragment	False	ISR0367_000000004924	0.11416009702850212		0	0	False	False	0.9915639162063599	0					non-mobilizable	other	1541.0	89.29299999999999	99.0	0.008939885374161523	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
DEN0052_000000041346	1154	0.6363549602813788	1	1	1	1	1	False	72171	fragment	False	DEN0052_000000041346	1.0		0	0	False	False	0.9930675625801086	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.922290621860133e-06	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
AUS0024_000000003869	7710	0.6363490315012073	12	6	6	6	4	True	125185	maximal	True	AUS0024_000000003869	1.0		1	1	False	False	0.998443603515625	0					non-mobilizable	no_good_hit	2687.0	91.887	49.0	0.0011914977930515597	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0236_000000007926	1433	0.6363422604409029	3	1	1	1	1	False	34457	fragment	False	ISR0236_000000007926	0.9908256554851095		0	0	False	False	1.0	0					non-mobilizable	other	1433.0	98.744	100.0	0.004070760737626394	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0256_000000009218	1937	0.6363412124311688	3	2	2	2	2	False	59297	fragment	False	ISR0256_000000009218	1.0		0	0	False	False	0.9901910424232483	0					non-mobilizable	chromosome	1815.0	99.78	94.0	0.0006626830186928487	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	False	False
MAD0061_000000002476	6119	0.6363392181647792	7	6	4	6	5	True	50359	fragment	False	MAD0061_000000002476	1.0		0	0	False	False	0.9998365640640259	0					non-mobilizable	other	5881.0	96.27600000000001	98.0	0.0010994681154246526	CP010122.1	enterobacteria	Escherichia coli strain C5, complete genome	False	True
ISR0060_000000001560	19628	0.6363379789776493	24	11	4	9	6	False	75382	fragment	False	ISR0060_000000001560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6549.0	98.16799999999999	71.0	0.11252299809137335	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MON0022_000000021490	1461	0.636337334978777	1	1	1	1	0	False	13010	fragment	False	MON0022_000000021490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	93.333	8.0	0.00034094002034179956	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
AUS0002_000000007993	4121	0.636335240565923	5	3	2	3	3	True	103086	maximal	True	AUS0002_000000007993	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.005288932419196866	XM_034965114.1	primates	PREDICTED: Pan paniscus epidermal growth factor receptor pathway substrate 15 (EPS15), transcript variant X5, mRNA	True	True
ISR0398_000000004012	5513	0.6363266188891149	6	6	6	6	6	False	130049	fragment	False	ENG0005_000000004373	0.4475540496277404		0	0	False	False	1.0	0					non-mobilizable	chromosome	5512.0	96.13600000000001	99.0	0.001944325938190196	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0102_000000027366	1116	0.6363250439142153	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.02308026214694357		0	0	False	False	1.0	0					non-mobilizable	chromosome	1117.0	93.554	100.0	0.00032992988249579814	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
ISR0328_000000001889	11002	0.6363200508560799	19	16	6	7	12	True	101528	maximal	True	ISR0328_000000001889	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5121.0	97.325	87.0	0.001529768298549067	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0133_000000013247	1662	0.6363173743478008	3	3	2	3	3	True	85408	fragment	False	ISR0133_000000013247	1.0		0	0	False	False	0.9993982911109924	0					non-mobilizable	no_good_hit	650.0	86.30799999999999	71.0	0.10527180160945968	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0210_000000003542	5284	0.6363141850314722	8	7	7	7	6	True	108276	maximal	True	ISR0210_000000003542	1.0		371	14	False	False	0.9977290034294128	0					non-mobilizable	no_good_hit	1885.0	74.748	35.0	0.0006223625745009066	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0078_000000002062	3428	0.6363141804119327	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.8986838069974613		0	0	False	False	1.0	0					non-mobilizable	chromosome	3429.0	97.288	100.0	0.0006146546069770741	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
CHI0129_000000003241	5832	0.6363139156349158	5	4	3	4	3	False	120353	maximal	True	CHI0129_000000003241	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	2.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0102_000000015960	1963	0.6363122111097386	3	2	1	2	1	False	108238	maximal	True	AST0102_000000015960	1.0		22	4	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	75.63	36.0	0.0047263127333616916	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0002_000000008694	3997	0.6363076680835662	6	2	2	2	1	True	132131	fragment	False	AST0002_000000008694	1.0		0	0	False	False	0.9984988570213318	0					non-mobilizable	no_good_hit	1851.0	85.62899999999999	51.0	0.27835051546391754	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0113_000000002491	10050	0.6362895698950062	12	6	3	4	5	False	93114	maximal	True	ENG0113_000000002491	1.0		12	4	False	False	0.9999005198478699	0					non-mobilizable	no_good_hit	2207.0	91.3	55.0	0.0009680031903698615	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0237_000000002161	3977	0.6362865572450533	5	5	5	4	3	False	119356	fragment	False	ISR0237_000000002161	1.0		0	0	False	False	0.9972341060638428	0					non-mobilizable	other	3977.0	99.698	100.0	0.002145524401562736	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
CHI0186_000000001856	10038	0.636280957582285	9	5	4	5	4	True	77173	fragment	False	CHI0186_000000001856	0.9537131230925737		0	0	False	False	0.9998007416725159	0					non-mobilizable	no_good_hit								True	True
CAN0015_000000016295	2318	0.6362784211886535	2	2	2	2	2	False	93263	maximal	True	CAN0015_000000016295	1.0		21	6	False	False	0.9900776743888855	0					non-mobilizable	other	2319.0	98.146	100.0	0.0008094249624282889	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
USA0106_01_000000003401	3099	0.6362777077647231	3	3	2	2	2	False	76681	maximal	False	ENG0041_000000007667	0.9686991797590351		0	0	False	True	1.0	0					non-mobilizable	other	3099.0	98.193	100.0	0.03297849691292314	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
CHI0078_000000002056	8512	0.6362761374604208	15	13	2	10	12	True	84519	fragment	False	CHI0078_000000002056	1.0		0	0	False	False	1.0	0			MPF_F	MOBP	mobilizable	plasmid	8437.0	99.64399999999999	100.0	0.05522778021517487	CP024237.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed5, complete sequence	False	True
ENG0189_000000001171	8946	0.6362634768772172	9	5	2	5	1	True	54867	maximal	True	ENG0189_000000001171	1.0		1	1	False	False	0.999552845954895	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.516442217350454e-06	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0071_000000006340	3305	0.6362626757495995	4	4	4	3	3	False	131345	maximal	True	ENG0071_000000006340	1.0		13	6	False	False	1.0	0					non-mobilizable	other	1652.0	95.823	100.0	0.025756228451974228	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
CAN0012_000000034137	1326	0.6362614964937843	2	2	2	2	1	False	94063	fragment	False	CAN0012_000000034137	1.0		0	0	False	False	0.993966817855835	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000018041	1995	0.6362601211361856	3	2	0	2	2	True	55871	maximal	True	FIJ0032_000000018041	1.0		8	5	False	False	0.999498724937439	0					non-mobilizable	no_good_hit								True	True
ENG0157_000000016257	1532	0.6362601211361856	3	2	0	2	2	True	56600	fragment	False	ENG0157_000000016257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000011591	3648	0.636259869413007	5	4	3	4	2	False	95402	maximal	False	ISR0018_000000005610	0.9650502966210988		0	0	False	False	0.9961622953414917	0					non-mobilizable	no_good_hit	692.0	72.977	19.0	0.00017912896185338765	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
TAN0003_000000004374	2038	0.6362546811511985	3	3	3	3	3	False	2980	maximal	True	TAN0003_000000004374	1.0		2	1	False	False	0.9975466132164001	0					non-mobilizable	no_good_hit	107.0	78.505	5.0	6.706828735210457e-05	CP046243.1	e-proteobacteria	Campylobacter lari strain SCHS02 chromosome, complete genome	True	False
CAN0021_000000009922	4180	0.6362459193577107	5	3	1	1	2	True	91834	maximal	True	CAN0021_000000009922	1.0		3	2	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1816.0	80.672	57.0	0.2615521327014218	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
AST0113_000000020416	1849	0.6362417278226589	5	3	2	2	2	True	126585	fragment	False	AST0113_000000020416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0052_000000005595	4888	0.6362348526438563	4	4	4	3	4	True	112063	fragment	False	ENG0052_000000005595	1.0		0	0	False	False	0.9991816878318787	0					non-mobilizable	other	4251.0	99.95299999999999	100.0	0.0013638834672292498	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0086_000000007013	4343	0.6362282033294343	8	3	2	3	2	True	15311	fragment	False	MON0086_000000007013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	89.39399999999999	2.0	6.776084799052599e-05	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
FIJ0060_000000007631	1851	0.6362276505796689	3	3	2	3	2	False	45877	maximal	True	FIJ0060_000000007631	1.0		1	1	False	False	0.9994597434997559	0					non-mobilizable	no_good_hit								True	False
USA0121_01_000000023138	1917	0.6362254429674015	3	2	2	2	0	True	176	maximal	True	USA0121_01_000000023138	1.0		4	4	False	False	0.9994783401489258	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.010437710437710438	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	True	True
ENG0092_000000016662	1394	0.6362254429674015	3	2	2	2	0	True	61085	maximal	True	ENG0092_000000016662	1.0		0	0	False	False	0.9842180609703064	0					non-mobilizable	no_good_hit								True	True
ISR0376_000000018135	1377	0.6362254429674015	3	2	2	2	0	True	23330	fragment	False	ISR0376_000000018135	1.0		0	0	False	False	0.9905591607093811	0					non-mobilizable	no_good_hit								True	True
DEN0072_000000010965	1520	0.6362243994560685	2	2	2	2	2	False	72462	maximal	False	DEN0051_000000031440	0.9911475409836066		0	0	False	False	0.9940789341926575	0					non-mobilizable	other	1525.0	87.869	100.0	0.0012708203572361415	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0022_000000000519	33825	0.6362203919111866	58	27	16	21	15	True	73505	fragment	False	ISR0022_000000000519	1.0		0	0	False	False	0.9999704360961914	0					non-mobilizable	no_good_hit	1085.0	78.71	6.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
DEN0093_000000000794	27983	0.6362199477721625	77	10	6	10	6	False	68524	maximal	True	DEN0093_000000000794	1.0		1	1	False	False	0.9999642372131348	0					non-mobilizable	no_good_hit	935.0	85.134	4.0	0.0045455211953254445	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
USA0117_01_000000012737	1640	0.6362186634994674	3	2	2	1	0	False	44299	fragment	False	USA0117_01_000000012737	1.0		0	0	False	False	0.9939024448394775	0					non-mobilizable	no_good_hit	90.0	98.889	5.0	2.995687892405662e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0001_000000010167	1956	0.6362180751364834	2	2	2	2	2	False	52580	maximal	True	FIJ0001_000000010167	1.0		18	3	False	False	1.0	0					non-mobilizable	chromosome	1956.0	95.552	100.0	0.0004311414302169506	CP058196.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00002 chromosome, complete genome	False	False
USA0034_01_000000017978	3046	0.6362146478580548	4	4	4	4	3	False	76253	fragment	False	ISR0107_000000006693	0.9040250108903892		0	0	False	False	0.9996716976165771	0					non-mobilizable	chromosome	3047.0	97.67	100.0	0.0008664066877721743	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0089_01_000000002580	3203	0.6362121678040183	6	5	2	3	4	False	29862	fragment	False	USA0089_01_000000002580	1.0		0	0	False	False	0.996253490447998	0					non-mobilizable	no_good_hit	1640.0	79.57300000000001	62.0	0.2718886279771889	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	True	False
ISR0231_000000005327	3042	0.6362121678040183	5	5	2	3	4	False	72816	fragment	False	ISR0231_000000005327	0.9534013605442178		0	0	False	False	0.9996712803840637	0					non-mobilizable	no_good_hit	1792.0	85.1	70.0	0.26233881725211206	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0175_000000008137	2786	0.6362121678040183	5	5	2	3	4	False	29861	fragment	False	ISR0175_000000008137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1534.0	79.726	67.0	0.2544448171754445	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	True	False
SPA0062_000000015846	2053	0.6362082373999909	3	3	3	3	3	False	80851	fragment	False	FIJ0123_000000015282	0.9484715602002353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	75.369	19.0	0.005359115268705767	NZ_PPTT01000021.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_21, whole genome shotgun sequence	True	False
BAN0041_000000000235	8802	0.6362079887928813	13	3	1	3	1	True	97635	maximal	True	BAN0041_000000000235	1.0		1	1	False	False	0.9987502694129944	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.2120655882394797e-07	LR877220.1	rodents	Acomys russatus genome assembly, chromosome: 9	True	True
ENG0191_000000016236	1936	0.6362074539323349	3	1	1	1	1	False	54709	fragment	False	ENG0191_000000016236	1.0		0	0	False	False	0.9927685856819153	0					non-mobilizable	other	1916.0	94.833	99.0	0.026370537744037695	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0096_000000000837	14569	0.636205605607865	24	13	6	13	5	False	15544	maximal	True	MAD0096_000000000837	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1197.0	71.345	8.0	0.00026742976914159115	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0016_000000004382	5881	0.6362035000282875	6	6	6	6	6	False	130064	maximal	False	ENG0166_000000003878	0.9338825022099057		0	0	False	False	0.9976194500923157	0					non-mobilizable	chromosome	5882.0	99.065	100.0	0.002073124298887006	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0193_000000010726	1876	0.6362032109424415	3	2	2	2	2	False	54586	fragment	False	ENG0193_000000010726	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1876.0	97.228	100.0	0.0014241357205139345	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	False	False
ENG0129_000000007918	3355	0.6361969355454294	5	2	1	2	0	False	58556	maximal	True	ENG0129_000000007918	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.3156469452651402e-05	NZ_PYWK01000001.1	firmicutes	Metasolibacillus fluoroglycofenilyticus strain cmg86 NODE_1_length_2280247_cov_102.929_ID_1, whole genome shotgun sequence	True	True
ENG0151_000000002527	9661	0.6361889971358459	10	4	2	3	4	False	92925	maximal	True	ENG0151_000000002527	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2223.0	94.10700000000001	63.0	0.0009754696396603731	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0074_000000007165	3884	0.6361858562982444	2	2	0	1	2	False	105835	fragment	False	ISR0074_000000007165	1.0		0	0	False	False	1.0	0	rep_cluster_893				non-mobilizable	plasmid	3884.0	99.073	100.0	0.02742834451362199	CP050651.1	firmicutes	Enterococcus faecium strain BIOPOP-3 WT plasmid pBIOPOP-3_WT	False	True
MAD0102_000000003841	4192	0.6361827972558068	2	2	2	2	2	True	15026	fragment	False	MAD0102_000000003841	1.0		0	0	False	False	0.9980915784835815	0		MOBF	MPF_T		conjugative	plasmid	4192.0	99.594	100.0	0.051976882627244765	CP030780.2	enterobacteria	Escherichia albertii strain 05-3106 plasmid unnamed2, complete sequence	False	True
AST0052_000000006556	3209	0.6361823912805482	4	3	2	3	3	False	114598	maximal	True	AST0052_000000006556	1.0		2	1	False	False	0.9993767738342285	0					non-mobilizable	chromosome	3210.0	99.751	100.0	0.001595478912406914	CP044493.1	firmicutes	Streptococcus mutans strain MD chromosome, complete genome	False	False
ISR0180_000000016454	1478	0.63618209599941	2	2	1	2	1	False	66600	fragment	False	ISR0180_000000016454	0.9818308874912649		0	0	False	False	0.958728015422821	0					non-mobilizable	no_good_hit	486.0	80.658	33.0	0.00016995031597712794	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0139_000000006012	3882	0.6361794476876395	7	5	3	5	4	False	112877	maximal	True	ISR0139_000000006012	1.0		24	5	False	False	0.9994847774505615	0					non-mobilizable	no_good_hit	1192.0	77.768	30.0	0.0034265287142524995	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
SPA0137_000000002492	12954	0.6361757445906511	18	8	3	6	4	False	52678	maximal	True	SPA0137_000000002492	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4672.0	85.766	52.0	0.0037515880003963454	NZ_BJFA01000001.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_0, whole genome shotgun sequence	True	False
ENG0119_000000005717	5567	0.6361682283484644	5	3	2	3	1	True	118423	fragment	False	ENG0119_000000005717	1.0		0	0	False	False	0.998024046421051	0					non-mobilizable	no_good_hit	143.0	86.014	3.0	3.9252531579496814e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MON0063_000000020237	1473	0.6361653530389629	2	2	2	2	2	False	10733	fragment	False	MON0063_000000020237	1.0		0	0	False	False	0.9898167252540588	0					non-mobilizable	other	914.0	99.125	99.0	0.0008301162162702778	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
CHI0134_000000001078	10036	0.6361634022769378	12	9	8	8	8	False	102054	maximal	True	CHI0134_000000001078	1.0		5	3	False	False	0.9999003410339355	0					non-mobilizable	no_good_hit	1513.0	94.514	15.0	0.00421740852519009	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
SPA0137_000000010968	3332	0.6361580690112834	3	3	3	3	3	False	3577	fragment	False	SPA0137_000000010968	1.0		0	0	False	False	0.9963985681533813	0					non-mobilizable	other	3272.0	98.01299999999999	99.0	0.009374301227546112	NZ_PPCX01000002.1	firmicutes	Veillonella rogosae JCM 15642 Contig_2_len_348826, whole genome shotgun sequence	False	False
FIJ0011_000000005599	7367	0.6361501133338174	8	7	7	4	4	False	51019	maximal	True	FIJ0011_000000005599	1.0		9	1	False	False	0.9991855621337891	0					non-mobilizable	no_good_hit	1319.0	77.559	18.0	0.0006913216895563314	CP047880.1	euryarchaeotes	Methanomassiliicoccaceae archaeon DOK chromosome, complete genome	True	False
MAD0054_000000004601	3081	0.6361422269413745	3	3	3	3	3	False	112051	fragment	False	MAD0054_000000004601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2549.0	92.35	83.0	0.0617224068100793	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	True	False
ISR0151_000000008023	2371	0.6361333734932088	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.8054299325241158		0	0	False	False	0.9995782375335693	0		MOBV			mobilizable	other	2371.0	100.0	100.0	0.004699919090000476	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
USA0007_01_000000007377	2323	0.6361273491341746	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.9591147956328195		0	0	False	False	0.9995695352554321	0					non-mobilizable	no_good_hit	1548.0	90.116	75.0	0.1205778992581023	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0299_000000005513	2045	0.6361267071524449	3	3	3	3	2	False	104115	fragment	False	ISR0042_000000012734	0.7399625829933563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	86.556	71.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0060_000000019273	2097	0.6361249321925507	3	3	3	2	3	False	45187	maximal	True	MON0060_000000019273	1.0		176	13	False	False	0.993323802947998	0					non-mobilizable	chromosome	2097.0	99.95200000000001	100.0	0.0004664673201363438	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0064_000000016361	1610	0.6361221673278491	3	3	3	2	3	False	45568	fragment	False	FIJ0064_000000016361	0.9932519280205656		0	0	False	False	1.0	0					non-mobilizable	plasmid	1623.0	97.84299999999999	100.0	0.007923038925596796	CP037442.1	enterobacteria	Klebsiella sp. PO552 plasmid p1, complete sequence	False	True
FIJ0063_000000018280	1556	0.6361221673278491	3	3	3	2	3	False	45568	fragment	False	FIJ0064_000000016361	0.9767080745341614		0	0	False	False	1.0	0					non-mobilizable	plasmid	1568.0	97.704	100.0	0.005496781258994573	CP014763.1	enterobacteria	Klebsiella pneumoniae strain KPNIH39 plasmid pKPN-332, complete sequence	False	True
ISR0312_000000015669	1224	0.6361171682943144	2	2	2	2	2	False	25240	maximal	True	ISR0312_000000015669	1.0		20	6	False	False	0.9983659982681274	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.00017777777777777779	NZ_FOJJ01000040.1	d-proteobacteria	Desulfuromonas acetexigens isolate DSM 1397, whole genome shotgun sequence	True	False
SPA0017_000000003373	3441	0.6361105898675363	4	3	3	3	3	False	77254	maximal	True	SPA0017_000000003373	1.0		159	12	False	False	1.0	0					non-mobilizable	no_good_hit	2591.0	98.26299999999999	75.0	0.0007797994018727831	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0076_000000003999	2945	0.6361102304071368	5	4	3	2	2	True	117925	fragment	False	ENG0076_000000003999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1989.0	80.04	67.0	0.014017662396714765	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
SPA0099_000000003726	1269	0.6361079628029108	2	2	2	2	2	False	4977	maximal	True	SPA0099_000000003726	1.0		2	2	False	False	0.9992119669914246	0					non-mobilizable	chromosome	1270.0	97.874	100.0	0.0005801914677563964	NZ_CP016766.1	firmicutes	Lactobacillus agilis strain La3 chromosome, complete genome	False	False
MAD0009_000000007837	1391	0.6361000671256839	2	1	1	1	1	True	19760	fragment	False	MAD0009_000000007837	1.0		0	0	False	False	0.9856218695640564	0					non-mobilizable	no_good_hit	1108.0	95.126	80.0	0.024040553476633888	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0013_000000006312	4174	0.6360963098028507	8	4	2	3	3	False	7986	maximal	True	SPA0013_000000006312	1.0		3	2	False	False	0.9995208382606506	0					non-mobilizable	no_good_hit	1133.0	98.235	27.0	0.004622106079784411	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0056_000000014316	2454	0.6360963098028507	4	4	2	3	3	False	6379	fragment	False	SPA0056_000000014316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	99.727	60.0	0.005977706096116941	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0022_000000012438	1144	0.6360959585458095	4	1	1	1	1	True	66295	fragment	False	ENG0022_000000012438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0077_000000001137	16894	0.6360957355889195	20	9	5	9	2	True	72649	fragment	False	SPA0077_000000001137	1.0		0	0	False	False	0.9982833862304688	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0043141922047009815	XM_034225480.1	bony fishes	PREDICTED: Gymnodraco acuticeps interferon-induced very large GTPase 1 (si:dkey-202l22.6), transcript variant X2, mRNA	True	True
USA0121_01_000000003175	12651	0.6360846229237967	20	7	2	7	2	False	127404	fragment	False	ISR0255_000000001739	0.939932616221358		0	0	False	False	0.9989724159240723	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.1371522296712343e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0090_000000019456	2249	0.6360833413258116	3	2	2	2	2	False	43484	maximal	True	FIJ0090_000000019456	1.0		2	1	False	False	0.9995553493499756	0					non-mobilizable	no_good_hit	950.0	73.789	41.0	0.05892778023925565	NZ_NOJZ02000032.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_32_length_15799_cov_527.676, whole genome shotgun sequence	True	False
FIJ0006_000000023652	1626	0.6360811290200374	3	1	1	1	1	False	51691	maximal	True	FIJ0006_000000023652	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1324.0	95.846	100.0	0.21975638244618723	HG796278.1	bacteria	Uncultured bacterium plasmid pRGI00192	False	True
CHI0140_000000018944	1559	0.6360794802561291	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.09314372755050462		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	94.167	100.0	0.00048500226168469686	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0089_000000003985	4715	0.6360746244862051	2	2	2	2	1	False	110304	maximal	True	AST0089_000000003985	1.0		2	2	False	False	0.9893955588340759	0					non-mobilizable	virus	4595.0	93.95	97.0	0.13062281275784562	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
AST0052_000000011924	1956	0.6360714094896626	3	3	3	3	3	False	114507	maximal	True	AST0052_000000011924	1.0		35	5	False	False	0.9913088083267212	0					non-mobilizable	chromosome	1956.0	99.744	100.0	0.0011061427416384378	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	False	False
ISR0204_000000011432	1188	0.6360638511290938	2	2	2	1	1	False	32730	fragment	False	ISR0117_000000023970	0.9683592088162021		0	0	False	False	0.994107723236084	0					non-mobilizable	other	1202.0	78.453	100.0	0.004668537740286619	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
FIJ0064_000000005868	4584	0.6360632301367286	5	4	4	4	4	False	52534	fragment	False	FIJ0064_000000005868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	91.221	6.0	8.119665830641814e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0003_000000015695	1742	0.636060224766474	3	2	2	1	1	False	87321	maximal	True	MAD0003_000000015695	1.0		14	3	False	False	0.9971297383308411	0					non-mobilizable	no_good_hit	1278.0	100.0	73.0	0.0002751175659011059	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	True	False
SPA0153_000000009868	1882	0.6360602102604825	6	4	2	3	3	False	94416	fragment	False	SPA0153_000000009868	0.9907981220657277		0	0	False	False	1.0	0					non-mobilizable	chromosome	1888.0	96.45100000000001	100.0	0.0003636561959249307	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ENG0127_000000015051	1736	0.6360582796882862	3	3	3	3	2	False	58710	maximal	True	ENG0127_000000015051	1.0		5	4	False	False	0.9907833933830261	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000018975	2043	0.6360558412246033	2	2	2	2	1	False	131423	fragment	False	ISR0395_000000018975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	78.598	26.0	0.00016875349002126483	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
ISR0066_000000017414	1852	0.6360558412246033	3	2	2	2	1	False	131420	fragment	False	CHI0008_000000005149	0.7524589545851049		0	0	False	False	0.991900622844696	0					non-mobilizable	no_good_hit	506.0	79.051	27.0	0.002857142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0027_01_000000015299	1777	0.6360525579098111	3	2	2	2	1	False	103388	fragment	False	ENG0142_000000017618	0.5795319892911812		0	0	False	False	0.9988744854927063	0					non-mobilizable	chromosome	1777.0	99.887	100.0	0.00035861958115413715	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0266_000000002737	4870	0.6360503701988213	3	1	1	1	1	False	26586	fragment	False	ISR0266_000000002737	1.0		0	0	False	False	0.9997946619987488	0					non-mobilizable	no_good_hit	1821.0	93.795	60.0	0.07269312232745874	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
MAD0047_000000016427	2635	0.6360503701988213	2	1	1	1	1	False	17669	maximal	True	MAD0047_000000016427	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1327.0	92.163	58.0	0.13473512299683577	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
FIJ0090_000000014272	2957	0.63604356050126	4	4	4	4	4	False	43510	maximal	True	FIJ0090_000000014272	1.0		36	8	False	False	0.9993236660957336	0					non-mobilizable	no_good_hit	1716.0	75.291	57.0	0.04245200370453806	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0057_000000009686	1639	0.6360392412221814	3	2	1	2	0	True	16988	maximal	True	MAD0057_000000009686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	98.279	35.0	0.209009009009009	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
MON0022_000000009927	2802	0.6360386579448307	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5866296879995905		0	0	False	False	1.0	0					non-mobilizable	other	2802.0	94.00399999999999	100.0	0.01993807168025056	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
MAD0105_000000035230	1136	0.6360385882087999	2	2	2	1	1	False	14760	fragment	False	MAD0105_000000035230	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	99.296	100.0	0.0004687233503932114	AP012281.1	firmicutes	Lactococcus lactis subsp. lactis IO-1 DNA, complete genome	False	False
AST0104_000000005513	5594	0.6360329530112413	8	7	6	7	6	False	108023	maximal	True	AST0104_000000005513	1.0		2	2	False	False	0.9996424913406372	0					non-mobilizable	no_good_hit	342.0	73.684	6.0	0.0004826378507666681	NZ_CZBZ01000003.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
MON0082_000000007219	3943	0.6360187010778041	3	3	3	3	2	False	12946	maximal	True	MON0082_000000007219	0.9917398038203407		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1996.0	73.848	50.0	0.08082552211807269	KC246834.1	bacteria	Uncultured bacterium Contig137 genomic sequence	True	False
USA0069_01_000000035267	1721	0.6360165749645308	4	2	2	1	1	False	770	fragment	False	USA0069_01_000000035267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000034270	1116	0.6360152776262155	3	2	2	2	2	False	48324	maximal	True	FIJ0032_000000034270	1.0		89	9	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	75.482	32.0	0.005744807887814875	NZ_FQXV01000018.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0128_000000034427	1100	0.6360135554991337	2	2	2	2	2	False	3849	fragment	False	SPA0128_000000034427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	82.19200000000001	53.0	0.00931987487503628	NZ_CYZK01000018.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0085_000000014769	1924	0.6360129503241088	3	3	3	2	2	False	45682	maximal	True	MON0085_000000014769	1.0		2	2	False	False	0.9864864945411682	0					non-mobilizable	no_good_hit	1350.0	80.593	69.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0087_000000001686	4264	0.6360128596891428	3	2	1	2	1	False	109327	fragment	False	CHI0087_000000001686	1.0		0	0	False	False	0.9990619421005249	0					non-mobilizable	no_good_hit	1779.0	99.325	42.0	0.0005693230914948317	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0124_000000018055	1584	0.6360088875608594	3	2	2	2	1	False	41234	maximal	True	FIJ0124_000000018055	1.0		1	1	False	False	0.9835858345031738	0					non-mobilizable	no_good_hit	114.0	78.07	7.0	3.891050583657588e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
FIJ0163_000000003179	7759	0.6360073971711476	10	5	3	5	1	True	39183	fragment	False	FIJ0163_000000003179	1.0		0	0	False	False	0.9998711347579956	0					non-mobilizable	no_good_hit	1057.0	78.24	13.0	0.00047896874810534517	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
MAD0094_000000006331	2377	0.6359981911928211	3	3	3	3	2	False	15623	fragment	False	MAD0094_000000006331	1.0		0	0	False	False	0.9928480982780457	0					non-mobilizable	chromosome	2377.0	99.958	100.0	0.0004517948577530736	CP033817.1	enterobacteria	Klebsiella aerogenes strain FDAARGOS_513 chromosome, complete genome	False	False
DEN0052_000000025673	1763	0.635997497052681	3	2	1	2	2	True	72266	fragment	False	DEN0052_000000025673	1.0		0	0	False	False	0.9977311491966248	0					non-mobilizable	no_good_hit	851.0	72.973	47.0	0.00027037096448696786	CP003870.1	firmicutes	Dehalobacter sp. CF, complete genome	True	True
ISR0233_000000014341	1313	0.6359952017924415	1	1	1	1	1	False	27377	maximal	True	ISR0233_000000014341	1.0		38	9	False	False	0.9573495984077454	0					non-mobilizable	other	1240.0	75.645	94.0	0.00728366623043625	NZ_FQXK01000008.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	False	False
ISR0295_000000004600	6303	0.6359950569980176	5	3	2	3	1	False	25738	maximal	True	ISR0295_000000004600	1.0		6	1	False	False	0.997620165348053	0					non-mobilizable	no_good_hit	1602.0	74.844	25.0	0.5047892720306514	NZ_FQZY01000130.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0282_000000018058	1382	0.6359931033085827	2	2	2	2	2	False	31229	maximal	True	ISR0282_000000018058	0.9970501474926254		287	15	False	False	0.9942113161087036	0					non-mobilizable	chromosome	1382.0	99.34899999999999	100.0	0.00048731653732135403	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0110_000000013144	1779	0.6359900481948351	2	1	1	1	1	False	32710	maximal	True	ISR0110_000000013144	1.0		2	1	False	False	0.9955030679702759	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.078438055740898e-07	AP022685.1	bony fishes	Epinephelus fuscoguttatus DNA, LG11, complete sequence	True	False
MON0047_000000017438	2257	0.6359853463045821	3	3	3	3	3	False	117031	fragment	False	MON0047_000000017438	1.0		0	0	False	False	0.9991138577461243	0					non-mobilizable	other	2257.0	98.361	100.0	0.01915077842481452	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0389_000000008094	2628	0.6359758431695717	3	2	2	2	2	False	113569	maximal	True	ISR0389_000000008094	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	89.383	53.0	0.00032535107636776783	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0027_000000028208	1334	0.6359673935014637	2	2	2	2	2	False	115489	fragment	False	SPA0027_000000028208	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	98.65100000000001	100.0	0.011116578128778844	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0043_000000015916	1395	0.6359611218439051	2	2	1	2	1	False	36297	maximal	True	ISR0043_000000015916	1.0		182	5	False	False	0.9605734944343567	0					non-mobilizable	chromosome	505.0	86.931	96.0	0.0001433581650154878	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0130_01_000000009282	4189	0.6359606837329651	5	4	4	4	3	False	120	maximal	True	USA0130_01_000000009282	1.0		16	7	False	False	0.9995225667953491	0					non-mobilizable	no_good_hit								True	False
USA0006_01_000000019324	1215	0.6359599274688105	2	1	1	1	1	True	47700	fragment	False	USA0006_01_000000019324	0.9577338129496402		0	0	False	False	0.9596707820892334	0					non-mobilizable	no_good_hit	49.0	97.959	4.0	1.0170394363397938e-05	NC_008576.1	a-proteobacteria	Magnetococcus marinus MC-1, complete sequence	True	True
MON0080_000000016298	2979	0.6359594789725215	4	4	3	4	2	True	71657	maximal	True	MON0080_000000016298	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	96.095	52.0	0.020058708414872797	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
TAN0016_000000004654	2381	0.6359591249905737	4	3	3	3	3	False	2518	maximal	True	TAN0016_000000004654	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	74.695	24.0	0.00018876844404197517	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
DEN0021_000000021475	1699	0.6359535722275143	2	2	2	2	1	False	74746	fragment	False	DEN0021_000000021475	1.0		0	0	False	False	0.9952913522720337	0					non-mobilizable	no_good_hit								True	False
ENG0025_000000010512	2397	0.6359493595660514	5	2	2	2	2	False	99526	fragment	False	ENG0025_000000010512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000016571	1897	0.6359493595660514	3	2	2	2	2	False	99523	fragment	False	ENG0097_000000016571	1.0		0	0	False	False	0.9831312894821167	0					non-mobilizable	no_good_hit								True	False
MON0005_000000004987	7786	0.6359463361136048	15	3	2	2	3	False	14157	maximal	True	MON0005_000000004987	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.226903677142257e-05	LR745205.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
CHI0064_000000008727	2062	0.6359442223435832	3	3	3	3	2	False	85306	maximal	True	CHI0064_000000008727	1.0		50	8	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	3.0	9.254177144097112e-05	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
ISR0101_000000007944	3029	0.6359409341530379	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.7624780386228929		0	0	False	False	1.0	0					non-mobilizable	other	3029.0	99.76899999999999	100.0	0.05545076638526196	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0331_000000017825	1401	0.6359394007827425	2	2	2	2	2	False	109622	fragment	False	ISR0331_000000017825	1.0		0	0	False	False	0.9978586435317993	0					non-mobilizable	other	1400.0	90.071	99.0	0.008365073575575659	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
MAD0061_000000015635	1210	0.635936972160806	2	1	1	1	1	False	59497	fragment	False	ISR0244_000000022634	0.6628714338717688		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	99.256	100.0	0.0003614402722192343	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0266_000000003363	4140	0.6359351885736151	4	3	3	3	3	False	26583	maximal	True	ISR0266_000000003363	1.0		173	11	False	False	1.0	0					non-mobilizable	no_good_hit	2821.0	98.29799999999999	68.0	0.006023272901252499	NZ_DS499677.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_16, whole genome shotgun sequence	True	False
FIJ0157_000000010253	1811	0.6359350035644833	2	2	2	2	2	False	39462	fragment	False	FIJ0157_000000010253	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	82.80799999999999	61.0	0.0002958336012019007	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0112_000000005851	4543	0.6359339885431796	8	3	3	3	1	True	14470	maximal	True	MAD0112_000000005851	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	81.188	4.0	0.0010289289315167653	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ISR0330_000000007824	3382	0.6359324569087577	4	4	4	4	4	False	128282	maximal	True	ISR0330_000000007824	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1840.0	98.96700000000001	100.0	0.0006459333086158999	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0094_000000021160	1102	0.6359302574342428	1	1	1	1	1	False	109046	fragment	False	AST0094_000000021160	1.0		0	0	False	False	0.9900181293487549	0					non-mobilizable	no_good_hit								True	False
ISR0109_000000013878	2328	0.635928798078062	4	4	3	4	2	False	81426	maximal	True	ISR0109_000000013878	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	78.4	11.0	0.0018466941147977718	NZ_FMXR01000012.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
SPA0090_000000020408	1767	0.6359275865908133	2	2	2	2	1	False	5372	maximal	True	SPA0090_000000020408	1.0		213	13	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	80.729	32.0	0.0006235558544181757	NZ_CABJCG010000001.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
SPA0104_000000014961	2471	0.6359240133011473	2	2	2	2	0	True	87300	maximal	True	SPA0104_000000014961	1.0		0	0	False	False	0.9886685609817505	0					non-mobilizable	no_good_hit	1972.0	99.74600000000001	80.0	0.003367072389493914	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	True	True
ENG0103_000000002823	7154	0.635923203119107	6	3	3	3	1	True	88074	maximal	True	ENG0103_000000002823	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	392.0	88.77600000000001	9.0	0.00018525960708560104	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	True	True
ISR0201_000000004619	5890	0.6359213689471883	7	3	3	2	0	False	64971	fragment	False	ISR0201_000000004619	1.0		0	0	False	False	0.9996604323387146	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000011186	1761	0.6359138467297348	1	1	1	1	1	False	129463	maximal	True	ISR0078_000000011186	1.0		229	7	False	False	1.0	0					non-mobilizable	chromosome	1466.0	97.271	99.0	0.000416705777277162	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0022_000000007557	3445	0.6359068539286152	4	4	4	3	3	False	13030	maximal	True	MON0022_000000007557	1.0		7	1	False	False	0.9753265380859375	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.471607890017931e-05	NZ_KZ084325.1	high GC Gram+	Thermoactinospora rubra strain YIM 77501 Scaffold3, whole genome shotgun sequence	True	False
FIJ0122_000000006022	2763	0.6358926289595239	3	3	3	3	3	False	78295	fragment	False	FIJ0122_000000006022	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2763.0	99.45700000000001	100.0	0.0005174026760321171	CP023416.1	enterobacteria	Klebsiella pneumoniae strain 1050 chromosome, complete genome	False	False
ENG0093_000000004691	2619	0.635891272573376	3	3	3	3	2	False	61063	maximal	True	ENG0093_000000004691	1.0		60	4	False	False	0.9957998991012573	0					non-mobilizable	chromosome	2619.0	100.0	100.0	0.00134661014813226	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ENG0175_000000013569	1877	0.6358892802968841	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.3590056440890409		0	0	False	False	1.0	0					non-mobilizable	other	1877.0	98.508	100.0	0.019970193740685545	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0288_000000016436	1822	0.6358892802968841	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.3303254106140953		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	98.29899999999999	100.0	0.0020273926238980715	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0175_000000014055	1807	0.6358892802968841	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.2755099562345947		0	0	False	False	1.0	0					non-mobilizable	chromosome	1807.0	97.51	100.0	0.00040192747145335726	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0002_000000012436	2076	0.6358886338770134	4	2	2	2	1	False	14326	fragment	False	MON0002_000000012436	1.0		0	0	False	False	0.9956647157669067	0					non-mobilizable	no_good_hit	1250.0	74.08	60.0	0.0035863752615670776	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
AST0035_000000003153	5065	0.6358885876314027	8	5	1	4	4	True	128584	maximal	True	AST0035_000000003153	0.9989035087719298		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	97.29700000000001	4.0	0.0004992103400076243	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0789_000000002092	6541	0.6358793919558553	6	5	2	3	5	False	110868	maximal	True	ISR0789_000000002092	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2368.0	98.015	82.0	0.003975250911450235	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
CHI0164_000000008408	2761	0.6358762631480361	3	3	2	3	2	False	84749	fragment	False	CHI0164_000000008408	0.9620970598653915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	73.393	36.0	0.00030055841223242623	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
FIJ0151_000000006473	2735	0.6358762631480361	4	3	2	3	2	False	81821	fragment	False	FIJ0151_000000006473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	73.393	37.0	0.00030055841223242623	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0187_000000004696	5560	0.6358754175467038	8	3	3	3	1	False	29304	maximal	True	ISR0187_000000004696	1.0		1	1	False	False	0.9962230324745178	0					non-mobilizable	no_good_hit	1101.0	99.455	20.0	0.0003054690060038545	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0111_000000001244	10753	0.6358690508950278	11	6	4	6	4	True	109379	fragment	False	ISR0111_000000001244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8395.0	96.37899999999999	88.0	0.0037057576338254032	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
USA0065_01_000000004210	2683	0.635864595765786	3	3	3	2	3	False	50911	maximal	True	USA0065_01_000000004210	1.0		39	6	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	100.0	52.0	0.00039001983505585137	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0779_000000028916	1216	0.6358577569020171	3	3	1	2	1	False	22318	fragment	False	ISR0779_000000028916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0002889079280320389	NZ_FQZB01000017.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	False
USA0083_01_000000006849	4547	0.6358548783607244	4	4	4	4	3	False	101208	maximal	True	USA0083_01_000000006849	1.0		36	8	False	False	0.9975808262825012	0					non-mobilizable	no_good_hit	3958.0	99.52	87.0	0.0016122256985598347	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ISR0163_000000002580	1724	0.6358543520863242	3	3	3	3	2	False	61816	maximal	False	ENG0079_000000018101	0.97749789386871		0	0	False	False	0.9837586879730225	0					non-mobilizable	other	1724.0	99.82600000000001	100.0	0.003790678846119999	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0121_01_000000033562	1228	0.6358533334809282	2	2	2	2	2	False	3677	fragment	False	USA0121_01_000000033562	0.9875886524822695		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	99.67200000000001	99.0	0.005819759469054457	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0109_000000008972	1591	0.6358528707477531	3	3	2	3	2	False	44491	maximal	True	MAD0109_000000008972	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0008489479109817476	NZ_VLKL01000040.1	a-proteobacteria	Bradyrhizobium daqingense strain CGMCC 1.10947 IQ17DRAFT_scaffold00040.40, whole genome shotgun sequence	True	False
CHI0127_000000002738	7849	0.6358464107432656	9	8	6	5	5	False	81407	maximal	True	CHI0127_000000002738	1.0		1	1	False	False	0.9996178150177002	0					non-mobilizable	no_good_hit	1927.0	99.53299999999999	30.0	0.010864047111381865	NZ_SPHG01000006.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_6_length_177282_cov_53.5612, whole genome shotgun sequence	True	False
MON0024_000000006382	5976	0.6358438421348557	5	4	2	3	3	False	12956	maximal	True	MON0024_000000006382	1.0		1	1	False	False	0.9989959597587585	0					non-mobilizable	no_good_hit	116.0	79.31	2.0	4.7083947812971096e-05	CP014239.1	firmicutes	Selenomonas sp. oral taxon 136 strain F0591, complete genome	True	False
FIJ0058_000000004665	7892	0.6358380583251618	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.883531337166644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	89.583	4.0	8.375214285421445e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0070_000000002415	7668	0.6358380583251618	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8480358316619723		0	0	False	False	0.9998695850372314	0					non-mobilizable	no_good_hit	145.0	82.759	2.0	4.187607142710723e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ENG0166_000000004145	6115	0.6358363848055539	8	4	2	3	3	False	56183	maximal	True	ENG0166_000000004145	1.0		1	1	False	False	0.9998364448547363	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.7150904728480897e-05	NZ_JH947127.1	CFB group bacteria	Pedobacter arcticus A12 Scaffold3, whole genome shotgun sequence	True	False
MON0082_000000025439	1413	0.6358338180563216	1	1	1	1	1	False	26376	fragment	False	MON0057_000000017443	0.5997089741670077		0	0	False	False	0.9957537055015564	0					non-mobilizable	other	1413.0	98.93799999999999	100.0	0.002344288287689996	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0006_000000010376	1412	0.6358338180563216	2	1	1	1	1	False	37178	fragment	False	TAN0006_000000010376	1.0		0	0	False	False	0.9808781743049622	0					non-mobilizable	no_good_hit	634.0	73.028	44.0	0.0003362289681494562	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
SPA0065_000000015726	1238	0.6358338180563216	1	1	1	1	1	False	54958	maximal	False	ENG0187_000000022251	0.9510948905109489		0	0	False	False	0.9991922378540039	0					non-mobilizable	other	1238.0	100.0	100.0	0.0030532504652689674	NZ_CZAI01000005.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0046_000000009296	3188	0.6358338046687021	4	2	2	2	2	False	36192	maximal	True	ISR0046_000000009296	1.0		1	1	False	False	0.9962359070777893	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	5.891047546074643e-06	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	True	False
ISR0309_000000001908	8002	0.6358334659821551	5	4	4	1	1	False	62797	fragment	False	ISR0128_000000003796	0.9313618771165941		0	0	False	False	0.9985003471374512	0					non-mobilizable	no_good_hit	2737.0	79.247	34.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0038_000000017039	1942	0.6358241255936845	3	3	3	3	3	False	89180	fragment	False	DEN0092_000000006707	0.4165540522827273		0	0	False	False	0.9979402422904968	0					non-mobilizable	other	1853.0	97.464	99.0	0.0006522989306176072	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0376_000000021944	1136	0.6358180123873495	2	2	2	2	1	False	23318	maximal	True	ISR0376_000000021944	1.0		149	13	False	False	0.9586267471313477	0					non-mobilizable	no_good_hit	502.0	72.112	43.0	0.0005363880871592406	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ENG0030_000000006002	3518	0.6358162490086642	5	3	2	3	1	True	65751	maximal	True	ENG0030_000000006002	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1931.0	96.945	55.0	0.011056038319941647	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
MON0068_000000021260	1995	0.6358139265066701	2	2	2	2	2	False	112346	fragment	False	MON0068_000000021260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1229.0	80.553	61.0	0.002383323010826872	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	True	False
FIJ0158_000000008645	2116	0.6358125303758283	5	4	2	3	3	True	85409	fragment	False	FIJ0158_000000008645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	91.979	73.0	0.15636719386923204	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0149_000000007159	3170	0.6358110784835614	3	3	3	3	3	False	47452	fragment	False	FIJ0149_000000007159	1.0		0	0	False	False	0.9993690848350525	0					non-mobilizable	chromosome	2261.0	92.48100000000001	93.0	0.0008908502768583771	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0032_000000008982	2822	0.6358110784835614	3	3	3	3	3	False	47451	fragment	False	MAD0083_000000003503	0.8159714287162955		0	0	False	False	1.0	0					non-mobilizable	chromosome	2084.0	93.666	98.0	0.0008317530823379649	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0107_000000000829	16774	0.6358105878388234	17	12	6	8	8	True	76561	maximal	True	ISR0107_000000000829	1.0		3	2	False	False	0.9992846250534058	0					non-mobilizable	other	16154.0	98.49600000000001	99.0	0.005691220021134485	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0162_000000022637	1752	0.6357957101687757	3	2	2	2	1	False	30337	maximal	True	ISR0162_000000022637	1.0		1	1	False	False	0.9965753555297852	0					non-mobilizable	no_good_hit	886.0	73.363	50.0	0.00014424014142896466	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
DEN0022_000000008573	4265	0.6357950545228273	6	2	2	2	2	True	74632	maximal	False	SPA0013_000000005988	0.968828787531515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3505.0	98.431	82.0	0.07621181794447829	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0013_000000001615	12723	0.6357949528719878	7	6	6	3	3	False	121748	maximal	True	FIJ0013_000000001615	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	72.574	11.0	0.0006352588297702808	CP012717.1	fusobacteria	Fusobacterium nucleatum subsp. nucleatum strain KCOM 1250, complete genome	True	False
DEN0094_000000013192	2672	0.6357927795078322	3	3	3	3	3	False	68371	maximal	True	DEN0094_000000013192	1.0		17	6	False	False	0.9966317415237427	0					non-mobilizable	no_good_hit								True	False
ISR0034_000000013285	1607	0.6357901830680693	2	2	2	2	2	False	111637	fragment	False	ISR0034_000000013285	1.0		0	0	False	False	0.9993777275085449	0					non-mobilizable	no_good_hit								True	False
FIJ0113_000000014113	1812	0.6357897713034003	2	2	2	2	2	False	115614	fragment	False	FIJ0113_000000014113	1.0		0	0	False	False	0.9977924823760986	0					non-mobilizable	chromosome	1820.0	89.505	99.0	0.0006358757423990441	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0101_000000003933	2077	0.6357855321545919	3	3	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.4564311847744673		0	0	False	False	1.0	0					non-mobilizable	other	2077.0	99.807	100.0	0.02209921226314669	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0130_000000015113	1978	0.6357855321545919	3	3	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.41410080333587423		0	0	False	False	1.0	0					non-mobilizable	other	1978.0	98.23100000000001	100.0	0.006269273888506013	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
FIJ0011_000000023652	1886	0.6357855321545919	3	3	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3842524595687972		0	0	False	False	1.0	0					non-mobilizable	chromosome	1886.0	97.561	100.0	0.0004195090164394122	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0262_000000008777	1885	0.6357855321545919	3	3	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.39439750023619247		0	0	False	False	1.0	0					non-mobilizable	chromosome	1885.0	97.772	100.0	0.000523645474475415	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0301_000000010104	1849	0.6357855321545919	3	3	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3798283032136922		0	0	False	False	1.0	0					non-mobilizable	chromosome	1849.0	97.566	100.0	0.00041127462195227255	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0004_000000017409	1534	0.6357855321545919	3	3	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.03624712909731677		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	98.056	100.0	0.0046906512461253455	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0110_000000020114	1497	0.6357855321545919	3	3	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.03125453479234466		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	99.33200000000001	100.0	0.0004476788777863596	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0253_000000008796	1435	0.6357855321545919	3	3	2	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.02289432896774763		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	98.32799999999999	100.0	0.015009580583351076	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0033_000000002850	10058	0.6357821681605846	15	3	2	2	2	False	51308	maximal	True	FIJ0033_000000002850	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0061_000000001262	10928	0.6357774648662529	13	9	6	7	8	False	50289	fragment	False	MAD0061_000000001262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3427.0	97.374	33.0	0.000632965548008635	CP055981.1	enterobacteria	Escherichia coli strain RHB01-C20 chromosome	True	False
CHI0185_000000016733	1143	0.6357762911510693	2	2	2	2	2	True	77186	fragment	False	CHI0185_000000016733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0005_000000005040	4632	0.6357694011093002	3	3	1	2	3	True	19996	maximal	True	MAD0005_000000005040	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	2602.0	97.50200000000001	96.0	0.0007903048644312676	LS483393.1	firmicutes	Clostridium perfringens strain NCTC13170 genome assembly, chromosome: 1	False	True
ISR0123_000000013643	1658	0.6357689624045343	3	3	3	3	2	False	107557	fragment	False	MAD0016_000000002666	0.3405495315673648		0	0	False	False	1.0	0					non-mobilizable	chromosome	1669.0	88.49600000000001	100.0	0.0005587462810554381	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0015_000000008622	2877	0.6357565595818847	5	5	4	5	4	False	112930	fragment	False	FIJ0172_000000008063	0.7264397082166063		0	0	False	False	0.9986096620559692	0					non-mobilizable	other	1317.0	98.557	100.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0386_000000017277	1749	0.6357530672503074	1	1	1	1	1	False	115523	fragment	False	ISR0386_000000017277	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	98.889	97.0	0.000407641402740622	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0153_000000019287	1505	0.6357530672503074	1	1	1	1	1	False	115525	maximal	True	ISR0153_000000019287	1.0		20	3	False	False	1.0	0					non-mobilizable	other	1505.0	99.20299999999999	100.0	0.00042694475607374334	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0046_000000011618	1418	0.6357530672503074	1	1	1	1	1	False	115522	fragment	False	AST0046_000000011618	1.0		0	0	False	False	0.9858956336975098	0					non-mobilizable	other	1419.0	99.01299999999999	100.0	0.0004025316915642075	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0014_000000009065	1825	0.6357511691452937	2	2	2	1	1	False	13451	maximal	True	MON0014_000000009065	1.0		21	6	False	False	0.9956164360046387	0					non-mobilizable	no_good_hit	1174.0	76.661	64.0	0.00030797594020863316	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
AST0061_000000019617	2140	0.6357510686826727	3	2	2	2	1	False	112009	maximal	True	AST0061_000000019617	1.0		2	2	False	False	0.9934579730033875	0					non-mobilizable	other	2140.0	98.084	100.0	0.042429532065141926	NZ_QICA01000022.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_022, whole genome shotgun sequence	False	False
SPA0110_000000005252	4038	0.6357508269908793	6	5	5	4	3	False	4623	maximal	True	SPA0110_000000005252	1.0		1	1	False	False	0.9985141158103943	0					non-mobilizable	no_good_hit	192.0	97.396	5.0	4.792502218100503e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CHI0117_000000008009	1827	0.6357486613681747	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3639050329279704		0	0	False	False	0.9956212639808655	0					non-mobilizable	other	1781.0	86.97399999999999	97.0	0.028718367346938774	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0164_000000015553	1773	0.6357486613681747	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.35845903600946605		0	0	False	False	1.0	0					non-mobilizable	chromosome	1773.0	86.069	100.0	0.0005028913407686159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0283_000000007623	1755	0.6357486613681747	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3536243003633461		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	87.14399999999999	100.0	0.028359183673469388	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0102_000000017453	1648	0.6357486613681747	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2631429728526224		0	0	False	False	1.0	0					non-mobilizable	chromosome	1648.0	85.49799999999999	100.0	0.00046733624031834617	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0006_000000011909	1612	0.6357486613681747	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.24969074516169038		0	0	False	False	0.9975185990333557	0					non-mobilizable	other	1616.0	86.757	100.0	0.026040816326530613	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0019_000000011145	1605	0.6357486613681747	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.24528618189789594		0	0	False	False	0.9875389337539673	0					non-mobilizable	other	1609.0	86.63799999999999	100.0	0.025926530612244897	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0010_000000001984	8303	0.6357396412203911	12	5	3	5	3	True	108907	fragment	False	SPA0010_000000001984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7310.0	99.932	88.0	0.0028907826787181205	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ENG0177_000000002792	8250	0.6357396412203911	13	5	3	5	3	True	108906	fragment	False	ENG0177_000000002792	0.9865867795248705		0	0	False	False	1.0	0					non-mobilizable	other	7708.0	99.572	99.0	0.002083593016367264	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ENG0056_000000001731	7835	0.6357396412203911	11	5	3	5	3	True	108906	fragment	False	ENG0177_000000002792	0.9761496241371982		0	0	False	False	1.0	0					non-mobilizable	other	7684.0	99.896	98.0	0.0020771037570378047	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
CAN0006_000000005764	7707	0.6357396412203911	11	5	3	5	3	True	108906	fragment	False	ENG0177_000000002792	0.9779367852992675		0	0	False	False	1.0	0					non-mobilizable	other	7497.0	99.587	97.0	0.0020265416114291	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0044_000000003486	7045	0.6357396412203911	10	5	3	5	3	True	108906	fragment	False	ENG0177_000000002792	0.6481553722600677		0	0	False	False	0.9990063905715942	0					non-mobilizable	other	7013.0	99.95700000000001	99.0	0.001895945267423729	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0061_000000000443	6879	0.6357396412203911	9	5	3	5	3	True	108906	fragment	False	ENG0177_000000002792	0.4928227434073307		0	0	False	False	0.9972379803657532	0					non-mobilizable	other	6860.0	99.213	99.0	0.0018543058533930308	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
CAN0020_000000005259	6646	0.6357396412203911	9	5	3	5	3	True	108906	fragment	False	ENG0177_000000002792	0.4815369653264601		0	0	False	False	1.0	0					non-mobilizable	other	6626.0	99.396	99.0	0.0017913059607361957	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
FIJ0046_000000001922	11677	0.6357371938169748	15	5	5	5	5	False	48053	fragment	False	FIJ0046_000000001922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	0.0	7.022070530982845e-06	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	False
FIJ0068_000000002173	11549	0.6357371938169748	17	5	5	5	5	False	48052	fragment	False	FIJ0068_000000002173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	False
FIJ0020_000000001943	10422	0.6357371938169748	12	5	5	5	5	False	49831	fragment	False	FIJ0020_000000001943	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	False
FIJ0085_000000014381	2164	0.6357353839586521	3	3	3	3	2	False	43955	fragment	False	FIJ0085_000000014381	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2166.0	95.891	100.0	0.09651079778689987	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0026_000000001073	8772	0.6357307862283789	8	5	5	5	2	False	19107	fragment	False	MAD0026_000000001073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000001695	17204	0.6357290764024793	21	10	4	10	4	True	90499	fragment	False	ISR0138_000000001274	0.9540052100293064		0	0	False	False	1.0	0					non-mobilizable	other	17205.0	98.477	100.0	0.27655468536416705	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
CHI0002_000000005719	1595	0.6357262990671192	3	1	1	1	1	False	91024	maximal	True	CHI0002_000000005719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0149_000000003647	7337	0.6357223444554135	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8128907934399786		0	0	False	False	1.0	0					non-mobilizable	chromosome	6341.0	97.13	93.0	0.0018013636092124687	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CAN0009_000000003454	5746	0.6357218286457849	9	8	4	5	7	True	94833	fragment	False	ENG0196_000000001401	0.9297507477559148		0	0	False	False	0.9996519088745117	0					non-mobilizable	other	5472.0	95.23	95.0	0.0009143017781529732	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
ENG0093_000000000880	15053	0.6357212705118871	17	5	3	5	2	True	103570	fragment	False	ISR0181_000000000999	0.9212157283590432		0	0	False	False	1.0	0					non-mobilizable	other	14345.0	99.958	100.0	0.003841211020505115	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0151_000000001575	14421	0.6357212705118871	16	5	3	5	2	True	103570	fragment	False	ISR0181_000000000999	0.9115694334009102		0	0	False	False	1.0	0					non-mobilizable	other	14421.0	99.97200000000001	100.0	0.0038615632261352313	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0181_000000000999	14407	0.6357212705118871	16	5	3	5	2	True	103570	fragment	False	ISR0181_000000000999	0.9498046777742319		0	0	False	False	0.9999305605888367	0					non-mobilizable	other	14407.0	99.95100000000001	100.0	0.0038578141356244203	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0035_000000001488	14405	0.6357212705118871	16	5	3	5	2	True	103570	fragment	False	ISR0181_000000000999	0.9113358455247124		0	0	False	False	1.0	0					non-mobilizable	other	14405.0	99.97200000000001	100.0	0.003857278551265733	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0836_000000000985	14383	0.6357212705118871	16	5	3	5	2	True	103570	fragment	False	ISR0181_000000000999	0.9105050486699794		0	0	False	False	1.0	0					non-mobilizable	other	14383.0	99.93700000000001	100.0	0.003851387123320173	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0075_01_000000001567	14094	0.6357212705118871	18	5	3	5	2	True	103570	fragment	False	ISR0181_000000000999	0.6081411610479737		0	0	False	False	1.0	0					non-mobilizable	other	14046.0	99.544	100.0	0.0037611411588813677	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0081_01_000000002146	13463	0.6357212705118871	15	5	3	5	2	True	103570	fragment	False	ISR0181_000000000999	0.6562921438008364		0	0	False	False	1.0	0					non-mobilizable	other	13463.0	99.985	100.0	0.003605018318324028	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0086_000000001630	13180	0.6357212705118871	15	5	3	5	2	True	103570	fragment	False	ISR0181_000000000999	0.6013341194740176		0	0	False	False	1.0	0					non-mobilizable	other	13108.0	99.969	99.0	0.0035096843024776934	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0052_000000019858	1833	0.6357196792368243	2	2	1	2	2	False	61274	maximal	True	ISR0052_000000019858	1.0		342	13	False	False	0.997272253036499	0					non-mobilizable	other	1833.0	99.945	100.0	0.015277997848404234	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
SPA0001_000000022507	1486	0.6357196792368243	2	2	1	2	2	False	61273	fragment	False	SPA0001_000000022507	1.0		0	0	False	False	0.9966352581977844	0					non-mobilizable	other	1486.0	100.0	100.0	0.012384184937161728	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0180_000000017101	1425	0.6357182360039261	2	1	1	1	1	False	35562	fragment	False	ISR0180_000000017101	0.9689054842801443		0	0	False	False	0.967719316482544	0					non-mobilizable	other	1320.0	96.742	100.0	0.0006372625870248111	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0068_000000021587	1965	0.6357173863245809	2	2	1	2	2	False	57538	fragment	False	MON0079_000000011582	0.9614193306544884		0	0	False	False	0.9954198598861694	0					non-mobilizable	other	1948.0	99.384	99.0	0.0005406801406268224	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0143_000000001372	14301	0.6357151908998895	12	11	10	11	10	False	125098	maximal	True	ENG0143_000000001372	0.978814314149459		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	1563.0	77.543	11.0	0.0058170097653627	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0030_000000002731	6185	0.6357134845293418	9	4	4	4	2	True	63328	maximal	True	ISR0030_000000002731	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	1.2082856635870343e-05	CP046362.1	firmicutes	Listeria monocytogenes strain N843_15 chromosome, complete genome	True	True
SPA0145_000000012685	2689	0.6357093662177277	3	2	1	2	0	False	24760	fragment	False	SPA0145_000000012685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	94.436	48.0	0.007282052993763804	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
ENG0091_000000013671	1764	0.635708875796372	3	3	3	3	2	False	61162	maximal	True	ENG0091_000000013671	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	73.79	14.0	0.0009149860284291094	NZ_QAOM01000001.1	firmicutes	Trichococcus patagoniensis strain DSM 18806 Ga0192380_101, whole genome shotgun sequence	True	False
CHI0069_000000002097	4483	0.6357081810478481	3	3	3	3	2	False	130263	fragment	False	CHI0069_000000002097	0.986758214811182		0	0	False	False	1.0	0					non-mobilizable	chromosome	4483.0	99.866	100.0	0.0019316925583289695	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0107_000000007848	3027	0.6357041210349376	3	3	3	3	3	False	43928	fragment	False	ISR0107_000000007848	1.0		0	0	False	False	0.9910802841186523	0					non-mobilizable	no_good_hit	1379.0	84.40899999999999	74.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0108_000000011525	2382	0.6357017013206131	3	2	1	1	2	False	107211	maximal	True	AST0108_000000011525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2037.0	94.15799999999999	85.0	0.000829133003934613	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
AST0153_000000007917	3855	0.6356993019625327	7	5	5	5	4	False	103497	maximal	True	AST0153_000000007917	1.0		11	3	False	False	0.9958495497703552	0					non-mobilizable	no_good_hit	1801.0	73.404	46.0	0.0005701832676894864	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
CHI0154_000000029881	1139	0.6356985089939757	2	1	1	1	1	False	79093	fragment	False	CHI0154_000000029881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	76.316	13.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
CHI0162_000000011227	2698	0.6356974531563784	4	2	2	2	2	False	78574	maximal	True	CHI0162_000000011227	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	91.615	82.0	0.0014610832476444294	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
MON0101_000000040400	1617	0.6356973095586408	2	2	2	2	1	False	28195	fragment	False	MON0101_000000040400	1.0		0	0	False	False	0.9758812785148621	0					non-mobilizable	no_good_hit	1099.0	75.068	68.0	0.0029475953118685166	NZ_RJVG01000004.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_104, whole genome shotgun sequence	True	False
SPA0063_000000014146	1267	0.6356959429025498	2	2	2	2	2	False	6120	maximal	True	SPA0063_000000014146	1.0		370	14	False	False	0.9834254384040833	0					non-mobilizable	chromosome	1251.0	99.92	99.0	0.0002781890029439073	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0774_000000013399	1853	0.6356948350561171	2	2	2	2	2	False	63695	fragment	False	ISR0774_000000013399	1.0		0	0	False	False	0.9994603395462036	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000016387	2916	0.6356944130209281	3	2	2	2	2	False	52770	maximal	True	ETH0005_000000016387	1.0		1	1	False	False	0.9814814925193787	0					non-mobilizable	no_good_hit	252.0	73.413	9.0	0.00019810854271196216	NZ_JH921518.1	firmicutes	Bacillus bingmayongensis strain FJAT-13831 Scaffold2, whole genome shotgun sequence	True	False
CHI0158_000000005513	2940	0.6356874314083195	3	2	2	2	2	False	88709	fragment	False	CHI0158_000000005513	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2922.0	98.56299999999999	99.0	0.005758290003040029	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0103_000000013211	1294	0.6356787138585575	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.04877269430258709	PS816	0	0	False	True	0.9992272257804871	0					non-mobilizable	other	1295.0	82.23899999999999	100.0	0.017789579406463685	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0132_000000008360	4610	0.6356716657724344	4	2	1	2	0	True	107853	maximal	True	SPA0132_000000008360	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	90.83200000000001	50.0	0.0004237393683820461	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0075_000000002111	7491	0.6356708000445458	8	6	3	6	2	False	44612	maximal	True	FIJ0075_000000002111	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	94.374	28.0	0.0008420973503912487	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ENG0132_000000004404	4345	0.6356635666994436	6	6	6	6	5	False	108579	maximal	True	ENG0132_000000004404	1.0		167	14	False	False	0.9995396733283997	0					non-mobilizable	no_good_hit	1153.0	82.307	26.0	0.004727976878137424	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ENG0188_000000013446	1911	0.635662024821424	3	2	1	1	2	True	121883	maximal	True	ENG0188_000000013446	1.0		1	1	False	False	0.9979068636894226	0					non-mobilizable	no_good_hit	1611.0	94.103	85.0	0.004779139516970852	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0346_000000002475	6612	0.6356599734909025	8	6	6	5	3	False	130487	fragment	False	SPA0139_000000002927	0.5821755977059864		0	0	False	False	0.9998487830162048	0					non-mobilizable	other	6612.0	99.985	100.0	0.010549041634487116	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0041_000000007644	4463	0.6356571895268542	6	3	3	3	3	False	89175	maximal	True	SPA0041_000000007644	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2496.0	100.0	56.0	0.03793868986071407	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
ISR0083_000000021155	1333	0.6356559102319039	2	2	2	2	2	False	34089	maximal	True	ISR0083_000000021155	1.0		149	12	False	False	0.9744936227798462	0					non-mobilizable	no_good_hit	1048.0	70.80199999999999	76.0	0.0049067902094877425	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0090_000000010277	2538	0.6356509608584656	3	3	3	3	3	False	99113	fragment	False	DEN0090_000000010277	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2538.0	99.72399999999999	100.0	0.007211955301227767	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0049_000000016062	1848	0.6356492851048585	5	5	1	2	4	False	83591	fragment	False	ISR0049_000000016062	0.9881844380403458		0	0	False	False	0.9935064911842346	0					non-mobilizable	chromosome	1848.0	97.89	100.0	0.00044590065043491626	CP012323.1	firmicutes	Clostridioides difficile strain DSM 28669 chromosome, complete genome	False	False
ISR0169_000000011364	2641	0.6356453985760896	3	2	2	1	1	False	119140	fragment	False	ISR0821_000000009934	0.9464615396909524		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1339.0	93.50299999999999	51.0	0.006174780991850214	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
SPA0078_000000001513	5076	0.6356444220965065	6	5	5	5	5	False	35647	fragment	False	SPA0078_000000001513	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5076.0	99.921	100.0	0.0009760622371446506	CP051749.1	enterobacteria	Escherichia coli strain SCU-486 chromosome, complete genome	False	False
FIJ0036_000000011908	3220	0.6356442008950338	4	3	3	3	2	False	50503	fragment	False	FIJ0036_000000011908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1641.0	75.32	51.0	0.00045474050255512894	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
FIJ0014_000000007411	3207	0.6356442008950338	4	3	3	3	2	False	50503	fragment	False	FIJ0036_000000011908	0.9979813664596273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1641.0	75.32	51.0	0.00045474050255512894	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
SPA0007_000000003510	6183	0.6356440710913933	7	3	1	2	2	True	8215	maximal	True	SPA0007_000000003510	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	94.226	6.0	0.01875524406495237	NZ_QRUU01000063.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf63, whole genome shotgun sequence	True	True
ENG0095_000000015280	1815	0.6356421117126694	3	2	1	2	1	False	60952	fragment	False	ISR0392_000000018475	0.9780606717226435		0	0	False	False	0.9939393997192383	0					non-mobilizable	no_good_hit	96.0	79.167	5.0	0.0001443610532707978	AP022318.1	b-proteobacteria	Burkholderia sp. THE68 DNA, chromosome 3b, complete genome	True	False
ISR0389_000000014289	1554	0.6356291964650236	3	3	3	3	1	False	121854	fragment	False	FIJ0048_000000015861	0.37539083852275873		0	0	False	False	0.9871299862861633	0					non-mobilizable	other	1534.0	96.61	99.0	0.0004766026073771364	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0054_000000022486	1302	0.6356290371916572	2	2	1	1	1	False	76604	fragment	False	SPA0054_000000022486	0.9961734693877551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.308888787677733e-06	CP045420.1	a-proteobacteria	Maribius sp. THAF1 chromosome, complete genome	True	False
MON0069_000000043722	1221	0.6356226401179608	2	2	2	1	1	False	58277	fragment	False	ISR0813_000000024768	0.912369580524199		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	93.77	99.0	0.0005020142343068044	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0140_000000008193	3212	0.6356204227787341	6	3	1	2	3	False	113347	fragment	False	ISR0140_000000008193	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2728.0	96.00399999999999	96.0	0.43888619070746315	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
CAN0016_000000009209	4992	0.6356160300419912	5	5	4	5	4	False	100484	maximal	True	CAN0016_000000009209	1.0		3	1	False	False	0.9997996687889099	0					non-mobilizable	no_good_hit	2832.0	97.59899999999999	70.0	0.004899737180175282	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
SPA0114_000000014226	3185	0.6356105623550563	3	3	2	2	3	False	131359	fragment	False	SPA0114_000000014226	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3185.0	99.37200000000001	100.0	0.0004491287579599674	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
AUS0020_000000008936	3143	0.6356105623550563	3	3	2	2	3	False	131359	fragment	False	SPA0114_000000014226	0.9934065934065934		0	0	False	False	1.0	0					non-mobilizable	chromosome	3143.0	99.36399999999999	100.0	0.0004432005971069446	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0290_000000007508	1951	0.6356100863498724	3	3	3	3	3	False	35049	fragment	False	ISR0290_000000007508	0.9872755162002074		0	0	False	False	0.9938493371009827	0					non-mobilizable	chromosome	1932.0	98.861	99.0	0.0008617161941507722	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0016_000000010705	3057	0.6356030672684118	3	2	2	2	1	False	20950	maximal	False	SPA0145_000000010377	0.9559902200488998		0	0	False	False	0.9970559477806091	0					non-mobilizable	other	3039.0	98.256	99.0	0.04844754174175132	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
USA0084_01_000000024193	1319	0.6356011789015996	2	1	1	1	1	False	59235	fragment	False	USA0084_01_000000024193	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1322.0	87.74600000000001	100.0	0.0004643798429506893	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0097_000000003384	8825	0.6355986227036712	14	4	4	4	1	False	64354	fragment	False	ENG0097_000000003384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	7.300476067886743e-06	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
FIJ0022_000000012893	1999	0.6355960078447703	3	2	2	1	1	False	49474	maximal	True	FIJ0022_000000012893	1.0		113	10	False	False	0.9934967756271362	0					non-mobilizable	no_good_hit	421.0	98.575	21.0	0.001464261558950473	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
SPA0069_000000009382	2531	0.6355914418134102	5	3	3	2	2	True	5953	fragment	False	SPA0069_000000009382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0052_000000009366	2384	0.6355882775783986	2	2	2	2	1	False	114571	fragment	False	AST0052_000000009366	1.0		0	0	False	False	0.9916107654571533	0					non-mobilizable	no_good_hit	1288.0	74.53399999999999	53.0	0.016627794229408528	NZ_LZFO01000010.1	firmicutes	Clostridium acetireducens DSM 10703 CLAC_contig000010, whole genome shotgun sequence	True	False
FIJ0086_000000024714	1354	0.6355853964047298	2	1	1	1	0	False	43810	maximal	True	FIJ0086_000000024714	1.0		1	1	False	False	0.9992614388465881	0					non-mobilizable	no_good_hit	673.0	100.0	50.0	0.00015299929852553756	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0043_000000012124	1821	0.6355846515559817	3	2	2	2	2	True	124281	maximal	True	ISR0043_000000012124	1.0		37	8	False	False	0.9994508624076843	0		MOBV			mobilizable	other	1826.0	91.512	100.0	0.004655634317357363	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
FIJ0040_000000007279	3405	0.6355825831068134	6	6	5	5	5	False	90147	fragment	False	FIJ0040_000000007279	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3405.0	99.677	100.0	0.0007339295207675311	LR134315.1	enterobacteria	Escherichia coli strain NCTC9064 genome assembly, chromosome: 1	False	False
MON0101_000000027789	2278	0.6355718753499252	4	4	4	3	3	False	9052	fragment	False	MON0101_000000027789	1.0		0	0	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit	52.0	88.462	2.0	1.5562148373257505e-05	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
FIJ0125_000000015444	1209	0.6355703085879147	3	1	1	1	1	False	41177	fragment	False	FIJ0125_000000015444	1.0		0	0	False	False	0.9867659211158752	0					non-mobilizable	no_good_hit	48.0	100.0	4.0	0.009373753490227364	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ISR0372_000000009756	1795	0.6355685169096353	3	1	1	1	1	False	23455	fragment	False	ISR0372_000000009756	1.0		0	0	False	False	0.9877437353134155	0					non-mobilizable	no_good_hit	733.0	74.21600000000001	40.0	0.00010384222066735154	CP020370.1	g-proteobacteria	Candidatus Thiodictyon syntrophicum strain Cad16T chromosome, complete genome	True	False
ENG0200_000000002942	6535	0.6355672737025206	8	7	6	6	6	False	96185	maximal	True	ENG0200_000000002942	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	84.62700000000001	49.0	0.00035996843312929817	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0289_000000004914	2014	0.6355614375568227	3	2	1	1	0	True	84968	maximal	True	ISR0289_000000004914	1.0		70	12	False	False	0.9915590882301331	0					non-mobilizable	other	2014.0	99.95	100.0	0.021019547239161305	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	True
CHI0179_000000003473	4471	0.6355597625986946	6	6	6	6	6	False	77587	fragment	False	CHI0179_000000003473	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4471.0	99.955	100.0	0.04560526450033158	CP061765.1	enterobacteria	Escherichia coli O19:H7 strain 97.3 plasmid unnamed1, complete sequence	False	True
CHI0132_000000020625	1478	0.6355585920028225	2	2	2	1	1	False	80856	maximal	False	USA0035_01_000000015284	0.6804240230206505		0	0	False	False	0.9993234276771545	0					non-mobilizable	other	1478.0	98.647	100.0	0.016052602977937182	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0153_000000007248	3661	0.6355568068460146	4	4	3	4	3	False	116797	maximal	True	ISR0153_000000007248	1.0		45	6	False	False	0.9997268319129944	0					non-mobilizable	other	2190.0	90.868	93.0	0.06007498958477989	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
FIJ0053_000000001506	10313	0.6355566174364526	9	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9835977965812098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.993	16.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0045_000000001917	10272	0.6355566174364526	10	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9827294384549707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	76.692	16.0	0.00024728381272692693	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0004_000000002356	10234	0.6355566174364526	10	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9805626356459671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.993	15.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0034_000000002808	10228	0.6355566174364526	11	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.981683877362644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.27	15.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
USA0038_01_000000005974	2980	0.6355503300379486	5	4	4	4	3	False	112283	fragment	False	USA0038_01_000000005974	0.9977477477477478		0	0	False	False	1.0	0					non-mobilizable	other	2865.0	99.44200000000001	96.0	0.0007019443343187033	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0200_000000007925	2886	0.6355503300379486	4	4	4	4	3	False	112283	fragment	False	USA0038_01_000000005974	0.9820469798657718		0	0	False	False	0.9944559931755066	0					non-mobilizable	other	2857.0	99.335	99.0	0.0006999829111002089	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0029_000000002256	16761	0.635548617738588	23	8	5	7	5	False	104559	maximal	True	ISR0029_000000002256	1.0		4	4	False	False	0.998985767364502	0					non-mobilizable	no_good_hit	213.0	76.995	1.0	6.636373203083448e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
SPA0001_000000010168	3349	0.6355427547552243	4	4	2	3	4	True	117113	fragment	False	SPA0001_000000010168	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1883.0	99.31	94.0	0.0004390741461384339	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
USA0133_01_000000005332	5197	0.6355268611737803	2	2	2	2	1	True	105179	fragment	False	DEN0079_000000005641	0.3412994749874815		0	0	False	False	1.0	0					non-mobilizable	other	5206.0	90.184	99.0	0.011484266885962003	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0048_000000011092	1724	0.6355153196528066	5	4	1	2	4	False	36030	maximal	True	ISR0048_000000011092	1.0		7	4	False	False	1.0	0					non-mobilizable	chromosome	998.0	93.587	94.0	0.00030139706941380697	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
DEN0063_000000032912	1526	0.635514680331323	2	2	2	1	1	False	71457	maximal	True	DEN0063_000000032912	1.0		1	1	False	False	0.9895150661468506	0					non-mobilizable	no_good_hit	81.0	86.42	5.0	0.012267080745341614	NZ_OFSM01000073.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0267_000000017361	1110	0.635510882304567	2	2	2	2	2	False	26509	fragment	False	ISR0267_000000017361	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	74.332	100.0	0.0002014386134914784	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	False	False
MAD0001_000000017759	1456	0.6355106874263238	2	2	2	2	1	False	50434	fragment	False	MAD0001_000000017759	1.0		0	0	False	False	0.9958791136741638	0					non-mobilizable	no_good_hit	964.0	86.929	66.0	0.004077208699738771	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	True	False
ETH0001_000000004961	4727	0.6355106526468199	5	3	1	2	2	False	53578	fragment	False	ETH0001_000000004961	1.0		0	0	False	False	0.9949227571487427	0					non-mobilizable	no_good_hit	920.0	92.065	39.0	0.1566512583461736	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	False
ENG0006_000000017005	1308	0.6355048920042824	2	2	2	2	2	False	93379	fragment	False	ENG0006_000000017005	0.9501594896331738		0	0	False	False	1.0	0					non-mobilizable	chromosome	1308.0	100.0	100.0	0.00036548082539943533	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0093_000000005186	3709	0.6355016781892594	4	4	3	3	4	False	131192	maximal	True	AST0093_000000005186	0.996278654361417		36	4	False	False	0.9997304081916809	0					non-mobilizable	other	2294.0	89.97399999999999	94.0	0.0006382547863468191	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0011_000000022367	2112	0.635496868992694	3	3	3	2	2	False	13681	maximal	True	MON0011_000000022367	1.0		4	1	False	False	0.9985795617103577	0					non-mobilizable	no_good_hit	129.0	85.271	6.0	0.00284149030483508	NZ_QEKH01000037.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_137, whole genome shotgun sequence	True	False
ENG0004_000000002075	11657	0.6354957437558122	9	9	4	2	6	False	69265	fragment	False	ENG0004_000000002075	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11658.0	99.056	100.0	0.035450615838096486	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0335_000000001240	10259	0.6354941632111918	11	9	7	7	6	True	112497	maximal	True	ISR0335_000000001240	1.0		1	1	False	False	0.9894726872444153	0					non-mobilizable	no_good_hit	1608.0	78.607	16.0	0.004572366156458682	NZ_FIZW01000001.1	firmicutes	Murdochiella massiliensis strain SIT12, whole genome shotgun sequence	True	True
CHI0049_000000011335	1458	0.6354931350278555	2	2	1	2	2	False	86764	maximal	True	CHI0049_000000011335	0.9555776413700271		1223	15	False	False	1.0	0					non-mobilizable	chromosome	1459.0	93.557	100.0	0.000490754263722186	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0030_000000011454	2856	0.6354902912689906	2	2	2	2	1	False	48757	maximal	True	FIJ0030_000000011454	1.0		3	2	False	False	0.9992997050285339	0					non-mobilizable	no_good_hit	900.0	84.22200000000001	83.0	0.00021967940047137904	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0103_000000007047	2646	0.6354897898376667	4	4	3	3	2	False	112724	backbone	False	ISR0050_000000008971	0.8194643001816057	PS721	0	0	False	True	0.9996220469474792	0					non-mobilizable	no_good_hit	2204.0	74.229	82.0	0.265569774527727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0130_000000018913	1537	0.6354881486275279	2	2	2	2	2	False	109834	fragment	False	ENG0130_000000018913	1.0		0	0	False	False	0.9980481266975403	0					non-mobilizable	other	1537.0	99.545	100.0	0.10647442118397338	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
CHI0055_000000003578	4203	0.6354831096192739	5	4	3	4	3	True	113491	maximal	True	CHI0055_000000003578	1.0	PS730	35	8	False	True	1.0	0					non-mobilizable	chromosome	3049.0	93.014	99.0	0.0010245925780317793	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0109_000000013612	1846	0.6354809306727388	2	2	2	2	2	False	108770	fragment	False	ENG0059_000000005801	0.6575669555143194		0	0	False	False	0.9994583129882812	0					non-mobilizable	other	1848.0	96.266	100.0	0.02901624406950074	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MON0092_000000016631	3218	0.6354770500534582	3	3	3	3	3	False	14049	maximal	True	MON0092_000000016631	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	86.307	37.0	0.055749290928534895	NZ_JNJN01000051.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00049.49_C, whole genome shotgun sequence	True	False
ENG0136_000000004549	2575	0.6354762281525438	3	2	2	2	2	False	58044	maximal	True	ENG0136_000000004549	0.992862969004894		244	11	False	False	0.9949514269828796	0					non-mobilizable	other	2575.0	98.641	100.0	0.00356530929127358	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0195_000000008998	2452	0.6354762281525438	2	2	2	2	2	False	58044	maximal	False	ENG0136_000000004549	0.969126213592233		0	0	False	False	1.0	0					non-mobilizable	other	2452.0	98.85799999999999	100.0	0.003393553909720385	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MAD0089_000000015129	1748	0.6354742802236514	3	3	2	3	1	False	15829	maximal	True	MAD0089_000000015129	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	72.758	50.0	0.00032052545916357326	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0011_000000004860	5128	0.6354728144042541	9	2	1	2	1	False	86442	maximal	True	ISR0011_000000004860	1.0		1	1	False	False	0.9998049736022949	0					non-mobilizable	no_good_hit	1208.0	96.35799999999999	43.0	0.2417802726543705	MK232439.1	viruses	Uncultured human fecal virus clone B.wexlerae_S02.L11_1_c1 sequence	True	False
SPA0117_000000006310	5801	0.6354714168991831	10	6	3	3	6	False	94621	maximal	True	SPA0117_000000006310	1.0		1	1	False	False	0.9998276233673096	0					non-mobilizable	no_good_hit	1932.0	92.85700000000001	67.0	0.0004273475797334186	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0119_000000007403	4381	0.6354714168991831	7	6	3	3	6	False	72754	fragment	False	ISR0119_000000007403	0.9809890366223466		0	0	False	False	0.9984021782875061	0					non-mobilizable	no_good_hit	1931.0	94.51100000000001	66.0	0.0004273475797334186	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0057_000000031528	1139	0.6354695947637592	1	1	1	1	1	True	46084	maximal	False	ISR0357_000000021908	0.9363711001642037		0	0	False	False	0.9964881539344788	0					non-mobilizable	other	888.0	97.86	92.0	0.0002756331006110593	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0051_000000007481	5372	0.6354649541609362	7	4	4	4	3	False	94635	maximal	True	DEN0051_000000007481	1.0		46	7	False	False	1.0	0					non-mobilizable	no_good_hit	2643.0	82.671	72.0	0.000500646644742476	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
FIJ0103_000000018160	1261	0.6354625122949937	2	2	2	2	2	False	42547	fragment	False	FIJ0160_000000015783	0.9727272727272727		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	98.01700000000001	100.0	0.00040313710471990617	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
AST0101_000000006451	1149	0.6354527073461329	1	1	1	1	1	False	108422	maximal	True	AST0101_000000006451	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	1149.0	100.0	100.0	0.00026761765735708445	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
AUS0020_000000001699	13345	0.6354526976195832	16	5	3	4	4	False	99717	maximal	True	AUS0020_000000001699	0.9557991515443011		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	4102.0	87.37200000000001	61.0	0.0443668614674025	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0229_000000001440	9098	0.6354497216988261	13	5	3	4	1	False	30015	maximal	True	ISR0229_000000001440	1.0		51	8	False	False	0.9992306232452393	0					non-mobilizable	other	9063.0	99.934	99.0	0.02284806615904392	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0279_000000000132	52991	0.6354468185496145	74	26	15	22	15	False	105655	maximal	True	ISR0279_000000000132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.65	1.0	0.005166816429461723	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	True	False
FIJ0083_000000025845	1404	0.6354423081137855	2	2	1	2	2	False	48354	fragment	False	FIJ0083_000000025845	0.9824749642346209		0	0	False	False	0.995726466178894	0					non-mobilizable	no_good_hit	805.0	70.311	56.0	0.0006409116928059701	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
MON0026_000000014293	2763	0.6354391531549495	3	3	3	3	3	False	113588	fragment	False	DEN0061_000000010968	0.21067702866789656		0	0	False	False	1.0	0					non-mobilizable	chromosome	2575.0	97.709	93.0	0.00072041290238797	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0193_000000005962	4557	0.6354391447599783	6	6	4	6	3	False	97090	maximal	True	ISR0193_000000005962	0.9982579080027782		43	8	False	False	1.0	0					non-mobilizable	other	2895.0	99.62	99.0	0.001202052877035058	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0102_000000004304	4549	0.6354391447599783	6	6	4	6	3	False	97090	maximal	False	ISR0193_000000005962	0.998196575569542		0	0	False	False	0.9995603561401367	0					non-mobilizable	other	2887.0	99.758	99.0	0.0011987299941683405	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MAD0042_000000005745	3706	0.6354376068654453	4	4	4	4	3	False	18153	maximal	True	MAD0042_000000005745	1.0		1	1	False	False	0.9989206790924072	0					non-mobilizable	no_good_hit	1126.0	84.725	56.0	0.02115599704271009	NZ_WAJR01000015.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_015, whole genome shotgun sequence	True	False
ENG0183_000000021645	1414	0.6354324178334263	2	2	2	2	2	False	55147	maximal	True	ENG0183_000000021645	1.0		2	1	False	False	0.9929278492927551	0					non-mobilizable	chromosome	1395.0	76.918	98.0	0.00036445745669175185	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	False	False
MAD0084_000000002474	2717	0.635430967937074	4	4	4	4	4	False	16086	fragment	False	MAD0084_000000002474	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2717.0	99.522	100.0	0.0005646762176506642	CP010117.1	enterobacteria	Escherichia coli strain C2, complete genome	False	False
ENG0068_000000004463	5099	0.6354208694878399	5	5	5	5	3	False	95028	fragment	False	ENG0068_000000004463	0.9611768092863943		0	0	False	False	0.9968621134757996	0					non-mobilizable	other	5108.0	99.21700000000001	100.0	0.0015416511455068733	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0087_000000002411	8303	0.6354205166342074	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9092771768969051		0	0	False	False	0.9971094727516174	0					non-mobilizable	no_good_hit	3186.0	95.512	42.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0034_000000024294	1154	0.6354195715454544	1	1	1	1	1	False	48064	maximal	True	FIJ0034_000000024294	1.0		2	1	False	False	0.9783362150192261	0					non-mobilizable	no_good_hit	110.0	87.273	10.0	0.0003600913112279114	NZ_RZUH01000005.1	high GC Gram+	Bifidobacterium myosotis strain RST17 NODE_5_length_302701_cov_177.415711, whole genome shotgun sequence	True	False
MON0105_000000029288	1860	0.6354154631693041	3	1	0	1	1	True	8729	fragment	False	MON0105_000000029288	1.0		0	0	False	False	0.9747312068939209	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.00024148045186293333	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	True	True
AST0025_000000029977	1293	0.6354154631693041	1	1	0	1	1	True	119776	fragment	False	AST0025_000000029977	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	plasmid	1180.0	99.831	100.0	0.15279937791601866	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	False	True
ISR0168_000000014524	1721	0.635414557870819	3	2	2	2	2	False	108264	fragment	False	ISR0819_000000009159	0.07476576552004573		0	0	False	False	0.9959325790405273	0					non-mobilizable	no_good_hit	1268.0	80.915	73.0	0.011289571694599628	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0087_000000035904	1432	0.635414557870819	2	2	2	2	2	False	65148	fragment	False	MON0087_000000035904	0.9478363357533114		0	0	False	False	1.0	0					non-mobilizable	chromosome	1403.0	82.965	98.0	0.0004872893466976561	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0280_000000004563	2543	0.6354110303220173	4	4	4	4	2	False	29741	maximal	True	ISR0280_000000004563	1.0		80	10	False	False	0.9889893531799316	0					non-mobilizable	no_good_hit	1497.0	92.118	59.0	0.004083475880944236	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0100_000000013830	1326	0.6354101517343956	2	1	1	1	1	False	44982	fragment	False	FIJ0069_000000013966	0.6299338352726443		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	98.265	100.0	0.09198195071155849	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0090_000000005351	5734	0.6354084981147379	10	6	4	6	4	False	5383	maximal	True	SPA0090_000000005351	1.0		3	2	False	False	0.9996511936187744	0					non-mobilizable	no_good_hit	3089.0	85.756	87.0	0.0009665283928365194	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MAD0034_000000003245	4577	0.6354067778831037	6	4	3	4	3	True	54401	fragment	False	MAD0034_000000003245	1.0		0	0	False	False	0.999344527721405	0					non-mobilizable	no_good_hit	88.0	90.90899999999999	2.0	0.0013626136831764743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
FIJ0017_000000012147	2344	0.6354000766541299	3	3	3	3	3	False	60164	maximal	True	FIJ0017_000000012147	0.9951746323529411		39	10	False	False	1.0	0					non-mobilizable	other	2344.0	99.147	100.0	0.0009266799584398079	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0022_000000007207	1836	0.6353972972872795	3	2	2	2	2	False	7672	maximal	True	SPA0022_000000007207	1.0		40	6	False	False	0.9923747181892395	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	4.803820450146234e-05	NZ_FXLP01000004.1	firmicutes	Peptoniphilus vaginalis strain KhD- 2, whole genome shotgun sequence	True	False
CAN0006_000000014482	3119	0.6353890848658348	2	2	2	2	2	False	95713	fragment	False	CAN0006_000000014482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	91.521	28.0	0.00030276436569277464	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ITA0006_000000011341	2127	0.6353862749328283	3	2	2	1	1	True	20355	maximal	True	ITA0006_000000011341	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	89.686	48.0	0.05081687882128896	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
MON0055_000000008806	2415	0.6353835511891179	3	3	2	3	2	False	80884	fragment	False	MON0055_000000008806	1.0		0	0	False	False	0.9983437061309814	0					non-mobilizable	no_good_hit	1159.0	71.182	46.0	0.00028586113943892535	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ISR0340_000000011704	1950	0.6353834584414172	4	3	3	2	2	False	24369	fragment	False	ISR0340_000000011704	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1950.0	100.0	100.0	0.000851889279744879	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
MON0008_000000025005	1473	0.6353829292109252	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.02495058704491072		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	97.488	100.0	0.23104693140794225	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
ISR0266_000000015247	1367	0.6353829292109252	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.01874069928491443		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	93.944	100.0	0.0004065669904947649	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0334_000000008559	2385	0.6353818218455635	3	3	3	3	2	False	24510	maximal	True	ISR0334_000000008559	1.0		33	5	False	False	0.99245285987854	0					non-mobilizable	no_good_hit	62.0	95.161	3.0	0.001726822363765039	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	True	False
ISR0265_000000004407	3527	0.6353782780249185	4	4	3	4	3	True	26608	maximal	True	ISR0265_000000004407	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	2820.0	99.965	80.0	0.0014916953999267646	LR822030.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1046 genome assembly, chromosome: STHERMO	True	True
MON0039_000000023807	2013	0.6353763912713057	2	2	2	2	2	False	13066	fragment	False	MON0021_000000013698	0.9625468164794008		0	0	False	False	0.997019350528717	0					non-mobilizable	other	2013.0	98.26100000000001	100.0	0.0011198364103788576	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
ISR0827_000000002862	3670	0.6353751875742099	4	4	4	4	4	False	124465	fragment	False	USA0034_01_000000016125	0.7700014206118541		0	0	False	False	1.0	0					non-mobilizable	other	3670.0	99.619	100.0	0.0009920455199911096	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0024_000000009736	2817	0.6353747472683989	3	3	3	3	2	False	115358	fragment	False	ENG0024_000000009736	1.0		0	0	False	False	0.9850904941558838	0					non-mobilizable	no_good_hit	867.0	73.35600000000001	30.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
AST0087_000000028651	1278	0.6353739326362416	2	1	1	1	1	False	110544	fragment	False	AST0087_000000028651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0100_000000011099	1664	0.6353717352299659	3	2	2	2	1	False	42730	fragment	False	TAN0018_000000006243	0.96321365509123		0	0	False	False	0.9987980723381042	0					non-mobilizable	no_good_hit	163.0	82.822	10.0	8.720681448131446e-05	CP032056.1	CFB group bacteria	Prevotella denticola strain KCOM 1525 chromosome 1, complete sequence	True	False
FIJ0123_000000007694	4218	0.6353681421519654	4	4	3	4	4	False	41373	maximal	True	FIJ0123_000000007694	0.9920077500605473		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	92.318	17.0	0.04867225958538446	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0001_000000001411	12456	0.6353681390424014	26	6	4	6	3	False	52666	fragment	False	FIJ0001_000000001411	1.0		0	0	False	False	0.9994380474090576	0					non-mobilizable	no_good_hit	906.0	71.854	8.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0815_000000010884	2854	0.635367865879381	5	3	3	1	1	True	119041	fragment	False	AUS0022_000000010720	0.3083119801796227		0	0	False	False	0.998948872089386	0					non-mobilizable	no_good_hit	1596.0	75.188	55.0	0.0003741414789278174	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0020_000000016949	1194	0.6353644830932234	1	1	1	1	1	False	84951	fragment	False	CHI0070_000000009621	0.7382436905574631		0	0	False	False	0.9932998418807983	0					non-mobilizable	chromosome	1194.0	100.0	100.0	0.00046489098832394913	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
DEN0066_000000025422	1454	0.6353587622974818	2	2	2	2	1	True	70912	maximal	True	DEN0066_000000025422	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	78.947	10.0	0.0031027253668763103	NZ_AYKH01000017.1	g-proteobacteria	Salinisphaera orenii MK-B5 contig24, whole genome shotgun sequence	True	True
MAD0003_000000017690	1532	0.6353533395250591	3	2	2	2	1	False	20091	fragment	False	MAD0003_000000017690	1.0		0	0	False	False	0.9908615946769714	0					non-mobilizable	chromosome	1532.0	99.28200000000001	100.0	0.000315483544988242	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
SPA0144_000000011146	1643	0.6353523710656929	2	2	2	2	1	False	41289	fragment	False	SPA0144_000000011146	0.9901587301587302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0626068374275854e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0080_01_000000000312	45046	0.6353517646933682	39	8	4	3	6	False	77384	fragment	False	SPA0113_000000000333	0.9608207758897083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	89.889	3.0	0.00016455729679377737	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
SPA0127_000000006345	4606	0.6353492550874527	7	4	2	3	3	False	113337	maximal	False	MON0011_000000009794	0.9616837135427488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	89.62899999999999	34.0	0.2494738546219848	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0200_000000011319	2127	0.6353470550632905	5	3	2	3	2	False	117647	maximal	True	ISR0200_000000011319	1.0		0	0	False	False	0.9985895752906799	0					non-mobilizable	no_good_hit								True	False
ISR0099_000000010398	1943	0.6353448263280863	2	2	2	2	2	False	84723	fragment	False	ISR0099_000000010398	1.0		0	0	False	False	0.984559953212738	0					non-mobilizable	other	1943.0	100.0	100.0	0.03457546246016344	NZ_PKIB01000011.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.11, whole genome shotgun sequence	False	False
MON0100_000000021466	2080	0.6353395059616997	4	4	2	4	3	False	9115	maximal	True	MON0100_000000021466	1.0		2	1	False	False	0.9995192289352417	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0008587786259541985	LC473083.1	high GC Gram+	Cutibacterium acnes TP-CU389 plasmid pTZC1 DNA, complete sequence	True	False
MON0089_000000004105	4844	0.6353387290837128	8	8	6	5	7	False	128465	fragment	False	ISR0075_000000003547	0.5333906386351965		0	0	False	False	1.0	0					non-mobilizable	other	4845.0	99.17399999999999	100.0	0.01858159945989075	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0323_000000013089	1647	0.6353376723602071	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.7673444759631214		0	0	False	False	0.9811779260635376	0					non-mobilizable	chromosome	1468.0	97.00299999999999	100.0	0.00041727465888436626	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0152_000000017479	1358	0.6353376723602071	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.7678166518720033		0	0	False	False	1.0	0					non-mobilizable	chromosome	1366.0	97.291	100.0	0.0003882616969169461	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0029_000000023822	1351	0.635335705608327	1	1	1	1	1	False	84952	fragment	False	MON0029_000000023822	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1207.0	94.53200000000001	90.0	0.0004695671759684482	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ENG0120_000000010791	1987	0.6353325432402998	2	1	1	1	1	False	68268	fragment	False	ENG0120_000000010791	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	82.575	94.0	0.003395709668283254	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
ISR0810_000000003296	3931	0.6353317228307186	4	3	2	3	2	False	60781	maximal	True	ISR0810_000000003296	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	1.0	2.823258099283586e-05	NZ_CP029477.1	firmicutes	Lactobacillus kullabergensis strain ESL0186 chromosome, complete genome	True	False
ISR0093_000000006260	3719	0.6353317228307186	4	3	2	3	2	False	60780	fragment	False	ISR0093_000000006260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	2.823258099283586e-05	NZ_CP029477.1	firmicutes	Lactobacillus kullabergensis strain ESL0186 chromosome, complete genome	True	False
ISR0126_000000014093	3464	0.6353317228307186	4	3	2	3	2	False	60780	fragment	False	ISR0093_000000006260	0.9657165904813122		0	0	False	False	0.9997113347053528	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	2.823258099283586e-05	NZ_CP029477.1	firmicutes	Lactobacillus kullabergensis strain ESL0186 chromosome, complete genome	True	False
ENG0097_000000010341	3049	0.6353317228307186	3	3	2	3	2	False	60779	fragment	False	ENG0166_000000009231	0.9548923668063333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	2.823258099283586e-05	NZ_CP029477.1	firmicutes	Lactobacillus kullabergensis strain ESL0186 chromosome, complete genome	True	False
ENG0166_000000009231	2983	0.6353317228307186	4	3	2	3	2	False	60779	fragment	False	ENG0166_000000009231	0.9611660877613091		0	0	False	False	0.9996647834777832	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	2.823258099283586e-05	NZ_CP029477.1	firmicutes	Lactobacillus kullabergensis strain ESL0186 chromosome, complete genome	True	False
SPA0007_000000000702	20408	0.6353278865152386	35	13	4	9	8	True	100649	fragment	False	SPA0007_000000000702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	86.925	6.0	0.0001811280570027868	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0093_000000008799	3625	0.635326026072793	3	3	2	2	3	False	73793	maximal	True	DEN0093_000000008799	1.0	PS347	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1091.0	95.234	49.0	0.00032817812665688554	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0216_000000011103	1564	0.6353259486372105	3	2	2	2	2	False	67395	fragment	False	ISR0216_000000011103	1.0		0	0	False	False	0.9558823704719543	0					non-mobilizable	other	1506.0	94.29	96.0	0.0130875463680535	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
SPA0132_000000025243	1643	0.6353256087445509	3	1	1	1	1	False	84054	fragment	False	CHI0086_000000003268	0.6186167600463722		0	0	False	False	1.0	0					non-mobilizable	other	1643.0	98.478	100.0	0.0006680216956522447	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	False
ENG0182_000000004418	5926	0.6353202955584447	6	2	2	2	1	False	89111	maximal	True	ENG0182_000000004418	1.0		2	2	False	False	0.9996625185012817	0					non-mobilizable	other	3520.0	99.943	100.0	0.028295287335064766	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0114_000000037590	1111	0.6353173252150411	2	2	2	2	2	False	41764	fragment	False	FIJ0114_000000037590	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	82.16799999999999	99.0	0.006905348346235045	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
TAN0016_000000008107	1481	0.63531582967682	1	1	1	1	1	False	12873	fragment	False	TAN0016_000000008107	0.9259520451339915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	1.5138315545211842e-05	NZ_CP021255.1	d-proteobacteria	Desulfobulbus oralis strain HOT041/ORNL chromosome, complete genome	True	False
MAD0015_000000004242	3965	0.6353148695590679	5	3	3	2	1	False	49542	maximal	True	MAD0015_000000004242	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	1678.0	86.53200000000001	57.0	0.0004465513511379457	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0073_000000003407	10160	0.6353115210827309	11	8	6	8	5	True	70233	maximal	True	DEN0073_000000003407	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	77.778	3.0	0.0010924954818830918	CP031095.1	firmicutes	Clostridium botulinum strain CFSAN034200 plasmid p1_CDC51232, complete sequence	True	True
TAN0016_000000010368	1147	0.6353111048803227	2	2	2	1	1	False	102571	fragment	False	ISR0213_000000022995	0.9566327141066444		0	0	False	False	0.990409791469574	0					non-mobilizable	chromosome	1106.0	88.156	97.0	0.00024591907860241406	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0816_000000022352	1713	0.6353105286815652	2	2	1	2	2	False	36023	fragment	False	ISR0816_000000022352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	77.955	25.0	0.00012230954554892808	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0041_000000014369	3726	0.6353090649631045	5	4	4	4	3	False	14590	maximal	True	MON0041_000000014369	1.0		9	3	False	False	0.9957058429718018	0					non-mobilizable	no_good_hit	1131.0	94.43	30.0	0.00048459739999974244	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ENG0069_000000013601	1342	0.635308581467525	2	2	2	2	2	False	62465	fragment	False	ISR0243_000000009372	0.966236646159048		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	82.515	100.0	0.019024514811031665	NZ_VULP01000016.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq16, whole genome shotgun sequence	False	False
ISR0016_000000008583	2445	0.6353072410020483	4	4	4	4	3	False	37925	maximal	True	ISR0016_000000008583	1.0		20	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000004889	3264	0.6353063441189495	3	3	3	3	3	False	120435	maximal	True	ISR0310_000000004889	1.0		4	4	False	False	0.9975489974021912	0					non-mobilizable	no_good_hit	1152.0	94.965	56.0	0.00038741986114145134	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0078_000000017136	2551	0.6353061661538845	4	4	4	3	2	False	49205	fragment	False	MON0078_000000017136	1.0		0	0	False	False	0.9843198657035828	0					non-mobilizable	chromosome	2550.0	96.824	99.0	0.0007134158850765096	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0120_000000010997	2165	0.6353027186654869	2	2	2	2	1	False	87671	fragment	False	FIJ0120_000000010997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0188_000000014842	1716	0.6352965812688101	2	2	2	2	1	True	54899	maximal	True	ENG0188_000000014842	1.0		15	7	False	False	0.999417245388031	0					non-mobilizable	no_good_hit	744.0	73.79	43.0	0.026394133023525994	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0038_000000030749	1175	0.6352956748251427	2	1	1	1	1	False	36589	fragment	False	ISR0038_000000030749	1.0		0	0	False	False	0.999148964881897	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000009652	3544	0.6352955687558015	5	5	4	4	3	True	69188	maximal	True	TAN0009_000000009652	1.0		1	1	False	False	0.9994356632232666	0					non-mobilizable	no_good_hit								True	True
ISR0170_000000029923	1571	0.6352904504937036	2	2	2	2	1	False	70880	fragment	False	ISR0170_000000029923	0.9528543938422065		0	0	False	False	0.9987269043922424	0					non-mobilizable	chromosome	1571.0	99.809	100.0	0.00035745371828138986	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AST0084_000000031149	1138	0.6352849728574407	2	2	2	2	2	False	111228	maximal	True	AST0084_000000031149	1.0		3	2	False	False	0.9982425570487976	0					non-mobilizable	no_good_hit	80.0	83.75	7.0	2.8109467517731202e-05	NZ_CP032364.1	firmicutes	Lachnoanaerobaculum umeaense strain DSM 23576 = CCUG 58757 chromosome, complete genome	True	False
MON0090_000000006297	7892	0.6352845144169481	9	6	3	5	4	True	67549	fragment	False	MON0090_000000006297	1.0		0	0	False	False	0.999746561050415	0					non-mobilizable	chromosome	7709.0	98.456	99.0	0.002745472801546982	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
SPA0013_000000005988	4363	0.635283882094206	6	2	2	2	2	True	74632	maximal	True	SPA0013_000000005988	0.9817116060961313		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	3486.0	98.04899999999999	80.0	0.07577669480462972	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
AUS0024_000000006563	4805	0.6352819366641246	1	1	1	1	1	False	113104	fragment	False	ISR0021_000000004049	0.6898047067755565		0	0	False	False	1.0	0					non-mobilizable	other	4805.0	99.854	100.0	0.0012989334091134618	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0353_000000022515	1642	0.6352722984737567	3	3	3	0	0	False	55217	fragment	False	ISR0353_000000022515	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	96.89399999999999	100.0	0.02457837821645748	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
ENG0182_000000019722	1443	0.6352722984737567	3	3	3	0	0	False	55215	fragment	False	ENG0182_000000019722	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	96.81200000000001	100.0	0.021597819249318514	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
ISR0039_000000016245	2228	0.6352674052816775	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.6080013876664547		0	0	False	False	0.9995511770248413	0					non-mobilizable	other	2228.0	100.0	100.0	0.007735244162096261	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
USA0083_01_000000014421	2013	0.6352674052816775	3	3	3	3	3	False	102239	fragment	False	SPA0054_000000012699	0.47672377856508047		0	0	False	False	1.0	0					non-mobilizable	other	2013.0	100.0	100.0	0.006988464864902415	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0297_000000010742	1419	0.635267251106936	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.14792503223128436		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	84.774	92.0	0.00041864807492516344	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CAN0007_000000010880	3893	0.6352666372426008	4	4	3	4	2	False	95405	maximal	True	CAN0007_000000010880	1.0		5	4	False	False	0.9989725351333618	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000022089	1725	0.6352646109412078	3	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.2844028945900174		0	0	False	False	0.9994202852249146	0					non-mobilizable	chromosome	1589.0	87.665	92.0	0.0004986426015401185	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0044_01_000000017690	1556	0.6352646109412078	2	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.26327422044649645		0	0	False	False	0.9993573427200317	0					non-mobilizable	other	1560.0	85.57700000000001	100.0	0.003886551730178711	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
TAN0008_000000007479	2430	0.6352633885527681	3	1	1	1	1	False	2763	maximal	True	TAN0008_000000007479	1.0		2	2	False	False	0.9995884895324707	0					non-mobilizable	no_good_hit	852.0	90.141	35.0	0.000248913711280008	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
CHI0114_000000002315	3009	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9204856343329249	PS897	0	0	True	True	1.0	1	rep_cluster_1868	MOBP			mobilizable	other	2820.0	99.75200000000001	100.0	0.9673987645847633	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0046_000000003930	2958	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9135854843874753	PS897	0	0	True	True	1.0	2568	rep_cluster_1868	MOBP			mobilizable	other	2792.0	99.85700000000001	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
SPA0077_000000009854	2934	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9602038098722067	PS897	0	0	True	True	1.0	1232	rep_cluster_1868	MOBP			mobilizable	other	2740.0	99.927	100.0	0.9952761627906976	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0171_000000008110	2928	0.6352593284472442	5	2	0	0	2	False	123440	backbone	False	ISR0075_000000008378	0.9935410046559392	PS897|PS898	0	0	True	True	0.999316930770874	14		MOBP			mobilizable	chromosome	2736.0	99.708	100.0	0.9596349596349596	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
AST0089_000000007283	2928	0.6352593284472442	5	2	0	0	2	False	123440	backbone	False	ISR0075_000000008378	0.9945626439262335	PS897|PS898	0	0	True	True	1.0	41		MOBP			mobilizable	chromosome	2070.0	99.90299999999999	100.0	0.7262197262197262	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
USA0036_01_000000012212	2927	0.6352593284472442	5	2	0	0	2	False	123440	backbone	False	ISR0075_000000008378	0.9812066004461202	PS897|PS898	0	0	True	True	1.0	82		MOBP			mobilizable	chromosome	2604.0	97.811	100.0	0.9129519129519129	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
ISR0103_000000009431	2927	0.6352593284472442	5	2	0	0	2	False	123440	backbone	False	ISR0075_000000008378	0.9931817828448591	PS897|PS898	0	0	True	True	1.0	24		MOBP			mobilizable	chromosome	2648.0	99.66	100.0	0.9290979290979291	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
ENG0019_000000006854	2926	0.6352593284472442	5	2	0	0	2	False	123440	backbone	False	ISR0075_000000008378	0.9946254141622385	PS897|PS898	0	0	True	True	1.0	627		MOBP			mobilizable	chromosome	2737.0	99.671	100.0	0.9596349596349596	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
ISR0046_000000010422	2924	0.6352593284472442	5	2	0	0	2	False	123440	backbone	False	ISR0075_000000008378	0.9945951985227993	PS897|PS898	0	0	True	True	1.0	22		MOBP			mobilizable	chromosome	2736.0	99.635	100.0	0.9596349596349596	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
AUS0002_000000012010	2908	0.6352593284472442	6	2	0	0	2	False	123440	backbone	False	ISR0075_000000008378	0.9929552827326363	PS897|PS898	0	0	True	True	1.0	551		MOBP			mobilizable	chromosome	1685.0	99.46600000000001	100.0	0.5910845910845911	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
ENG0098_000000008769	2904	0.6352593284472442	5	2	0	0	2	False	123440	backbone	False	ISR0075_000000008378	0.9946448810960091	PS897|PS898	0	0	True	True	1.0	726		MOBP			mobilizable	chromosome	1840.0	99.565	100.0	0.6454896454896455	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
DEN0010_000000015367	2889	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9569119267616274	PS897	0	0	True	True	1.0	299	rep_cluster_1868	MOBP			mobilizable	chromosome	2538.0	99.882	100.0	0.9215116279069767	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
MON0062_000000013584	2885	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.913142146146282	PS897	0	0	True	True	1.0	1826	rep_cluster_1868	MOBP			mobilizable	other	2752.0	99.964	100.0	0.9440631434454358	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0193_000000009492	2884	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9159870886075661	PS897	0	0	True	True	1.0	1520	rep_cluster_1868	MOBP			mobilizable	plasmid	2375.0	99.74700000000001	100.0	0.851705565529623	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0075_000000008378	2884	0.6352593284472442	5	2	0	0	2	False	123440	backbone	True	ISR0075_000000008378	0.9946628333329509	PS897|PS898	36	7	True	True	0.9895977973937988	11		MOBP			mobilizable	chromosome	1795.0	99.554	100.0	0.6296946296946297	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
ISR0176_000000011598	2884	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9153273025662049	PS897	0	0	True	True	1.0	225	rep_cluster_1868	MOBP			mobilizable	plasmid	2446.0	99.755	100.0	0.8771992818671455	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0102_000000002532	2884	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9135838433749652	PS897	0	0	True	True	1.0	4623	rep_cluster_1868	MOBP			mobilizable	other	2792.0	99.85700000000001	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
MON0075_000000007963	2883	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.913653590085882	PS897	0	0	True	True	1.0	46	rep_cluster_1868	MOBP			mobilizable	other	2855.0	99.755	100.0	0.9790665751544269	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0349_000000003391	2883	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9158489005648408	PS897	0	0	True	True	1.0	248	rep_cluster_1868	MOBP			mobilizable	plasmid	2292.0	99.738	100.0	0.8226211849192101	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0189_000000004607	2883	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9158489005648408	PS897	0	0	True	True	1.0	354	rep_cluster_1868	MOBP			mobilizable	plasmid	2292.0	99.738	100.0	0.8226211849192101	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0092_000000003338	2883	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9158024236166612	PS897	0	0	True	True	1.0	953	rep_cluster_1868	MOBP			mobilizable	plasmid	2292.0	99.738	100.0	0.8226211849192101	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0271_000000005527	2883	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9239793986240548	PS897	0	0	True	True	1.0	153	rep_cluster_1868	MOBP			mobilizable	plasmid	2665.0	98.086	100.0	0.9565529622980251	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0250_000000003838	2883	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9152848106468443	PS897	0	0	True	True	1.0	950	rep_cluster_1868	MOBP			mobilizable	other	2850.0	99.649	100.0	0.9776938915579959	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0835_000000004526	2882	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9160617571114474	PS897	0	0	True	True	1.0	1072	rep_cluster_1868	MOBP			mobilizable	plasmid	2292.0	99.825	100.0	0.8226211849192101	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
USA0087_01_000000005175	2882	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9141170613755517	PS897	0	0	True	True	1.0	448	rep_cluster_1868	MOBP			mobilizable	plasmid	2193.0	99.954	100.0	0.7876392382321236	CP054004.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed3, complete sequence	False	True
ISR0108_000000007591	2882	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9155084587217195	PS897	0	0	True	True	1.0	202	rep_cluster_1868	MOBP			mobilizable	plasmid	2547.0	99.764	100.0	0.9138240574506283	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
USA0053_01_000000007196	2882	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9173936498529729	PS897	0	0	True	True	1.0	718	rep_cluster_1868	MOBP			mobilizable	other	2854.0	99.79	100.0	0.9790665751544269	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0833_000000002688	2882	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9160617571114474	PS897	0	0	True	True	1.0	2807	rep_cluster_1868	MOBP			mobilizable	plasmid	2292.0	99.825	100.0	0.8226211849192101	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0143_000000010834	2882	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9151633554788308	PS897	0	0	True	True	1.0	1320	rep_cluster_1868	MOBP			mobilizable	plasmid	2282.0	99.649	100.0	0.8190305206463195	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0148_000000010120	2882	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.915334078055255	PS897	0	0	True	True	1.0	269	rep_cluster_1868	MOBP			mobilizable	plasmid	2444.0	99.836	100.0	0.8771992818671455	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
USA0012_01_000000002020	2880	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9100906458076878	PS897	0	0	True	True	1.0	1693	rep_cluster_1868	MOBP			mobilizable	other	2828.0	99.75200000000001	100.0	0.9701441317776253	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
FIJ0105_000000010591	2880	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9558976920865667	PS897	0	0	True	True	1.0	16	rep_cluster_1868	MOBP			mobilizable	other	2689.0	99.219	100.0	0.9767441860465116	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0112_000000011135	2873	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9115567409134963	PS897	0	0	True	True	1.0	116	rep_cluster_1868	MOBP			mobilizable	other	2860.0	99.72	100.0	0.9811256005490734	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
DEN0082_000000013715	2871	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.959657015237834	PS897	0	0	True	True	1.0	656	rep_cluster_1868	MOBP			mobilizable	other	2677.0	99.851	100.0	0.9720203488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0079_01_000000004440	2868	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9152299905643481	PS897	0	0	True	True	1.0	236	rep_cluster_1868	MOBP			mobilizable	plasmid	2737.0	99.744	100.0	0.9823931009701761	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0149_000000005464	2867	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9157241381831623	PS897	0	0	True	True	1.0	79	rep_cluster_1868	MOBP			mobilizable	plasmid	2536.0	99.84200000000001	100.0	0.9102333931777379	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0089_000000002750	2866	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9101496476944475	PS897	0	0	True	True	1.0	230	rep_cluster_1868	MOBP			mobilizable	other	2826.0	99.788	100.0	0.9687714481811942	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0173_000000006348	2866	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9155301420862033	PS897	0	0	True	True	1.0	416	rep_cluster_1868	MOBP			mobilizable	plasmid	2735.0	99.781	100.0	0.9813151275601868	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
CHI0103_000000000644	2866	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9111251320458946	PS897	0	0	True	True	1.0	395	rep_cluster_1868	MOBP			mobilizable	plasmid	2732.0	99.854	100.0	0.9798922800718133	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0139_000000003647	2866	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9120892062911953	PS897	0	0	True	True	1.0	126	rep_cluster_1868	MOBP			mobilizable	other	2826.0	99.788	100.0	0.9687714481811942	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
AUS0020_000000009742	2865	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9150937217723938	PS897	0	0	True	True	1.0	2639	rep_cluster_1868	MOBP			mobilizable	other	2649.0	99.887	100.0	0.9293745607870696	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
USA0106_01_000000003594	2865	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9130066984761191	PS897	0	0	True	True	1.0	155	rep_cluster_1868	MOBP			mobilizable	other	2753.0	99.818	100.0	0.9437199725463281	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0152_000000003035	2865	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9106525429666659	PS897	0	0	True	True	0.9996509552001953	149	rep_cluster_1868	MOBP			mobilizable	plasmid	2732.0	99.78	100.0	0.9798922800718133	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0182_000000009435	2865	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9138269597415802	PS897	0	0	True	True	1.0	394	rep_cluster_1868	MOBP			mobilizable	plasmid	2546.0	99.725	100.0	0.9131371141421393	NZ_CP050955.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 plasmid unnamed1, complete sequence	False	True
CHI0057_000000006514	2865	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9103449788333244	PS897	0	0	True	True	1.0	1858	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.823	100.0	0.9687714481811942	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0125_000000005386	2865	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9103449788333244	PS897	0	0	True	True	1.0	422	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.823	100.0	0.9687714481811942	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0067_000000003738	2865	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9128646217784924	PS897	0	0	True	True	1.0	2951	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.823	100.0	0.9687714481811942	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0175_000000004186	2864	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9127509982601859	PS897	0	0	True	True	1.0	3554	rep_cluster_1868	MOBP			mobilizable	other	2824.0	99.85799999999999	100.0	0.9687714481811942	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0045_000000007226	2864	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9128985804547869	PS897	0	0	True	True	1.0	311	rep_cluster_1868	MOBP			mobilizable	plasmid	2313.0	99.741	100.0	0.829802513464991	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0086_000000001776	2864	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9109048062690793	PS897	0	0	True	True	1.0	547	rep_cluster_1868	MOBP			mobilizable	plasmid	2731.0	99.81700000000001	100.0	0.9798922800718133	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0075_000000002300	2864	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9108982991497075	PS897	0	0	True	True	1.0	109	rep_cluster_1868	MOBP			mobilizable	plasmid	2731.0	99.81700000000001	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0362_000000007644	2864	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9131828669925851	PS897	0	0	True	True	1.0	649	rep_cluster_1868	MOBP			mobilizable	chromosome	2785.0	99.964	100.0	0.9996408045977011	HG796821.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00118	False	True
CHI0051_000000006209	2864	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9057250803064407	PS897	0	0	True	True	1.0	1657	rep_cluster_1868	MOBP			mobilizable	other	2752.0	99.855	100.0	0.9437199725463281	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0076_000000004125	2864	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9101532804101853	PS897	0	0	True	True	1.0	828	rep_cluster_1868	MOBP			mobilizable	other	2792.0	99.821	100.0	0.9992834109638122	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
ISR0030_000000007170	2864	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.003897862743867913	PS897	0	0	True	True	1.0	60		MOBP			mobilizable	other	1527.0	98.494	95.0	0.5361911454673226	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
CHI0168_000000005979	2864	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.915303788476371	PS897	0	0	True	True	1.0	291	rep_cluster_1868	MOBP			mobilizable	plasmid	2534.0	99.76299999999999	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
USA0134_01_000000001453	2864	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9138236817828583	PS897	0	0	True	True	1.0	2829	rep_cluster_1868	MOBP			mobilizable	other	2646.0	99.84899999999999	100.0	0.9286718200983837	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
CHI0184_000000003109	2864	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9128022437632184	PS897	0	0	True	True	1.0	1652	rep_cluster_1868	MOBP			mobilizable	other	2828.0	99.71700000000001	100.0	0.9694577899794098	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0082_000000003170	2864	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.909741058310607	PS897	0	0	True	True	1.0	398	rep_cluster_1868	MOBP			mobilizable	other	2794.0	99.785	100.0	0.9581331503088538	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0080_000000001370	2864	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9104174522036854	PS897	0	0	True	True	1.0	259	rep_cluster_1868	MOBP			mobilizable	other	2793.0	99.821	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
CHI0055_000000005521	2864	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9087511612988568	PS897	0	0	True	True	1.0	906	rep_cluster_1868	MOBP			mobilizable	other	2752.0	99.78200000000001	100.0	0.9437199725463281	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0170_000000003476	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9113952770752499	PS897	0	0	True	True	1.0	867	rep_cluster_1868	MOBP			mobilizable	plasmid	2730.0	99.89	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0107_000000004767	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9129808376828897	PS897	0	0	True	True	1.0	217	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.823	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0117_000000007851	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9135932519659696	PS897	0	0	True	True	1.0	244	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	99.803	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
AUS0022_000000012267	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9110579179694817	PS897	0	0	True	True	1.0	863	rep_cluster_1868	MOBP			mobilizable	plasmid	2730.0	99.853	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0181_000000007076	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9094055678161158	PS897	0	0	True	True	1.0	651	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.71700000000001	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0054_000000005928	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9100793788053906	PS897	0	0	True	True	1.0	1234	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.788	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
USA0034_01_000000018978	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9139953637377523	PS897	0	0	True	True	1.0	913	rep_cluster_1868	MOBP			mobilizable	plasmid	2153.0	99.90700000000001	100.0	0.7729069349622709	CP054004.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed3, complete sequence	False	True
CHI0049_000000005574	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9111534117625708	PS897	0	0	True	True	1.0	495	rep_cluster_1868	MOBP			mobilizable	plasmid	2730.0	99.853	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
SPA0131_000000008612	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.28706501423468456	PS897	0	0	True	True	1.0	795	rep_cluster_1868	MOBP			mobilizable	plasmid	2678.0	99.77600000000001	100.0	0.9608617594254937	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ENG0188_000000009198	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.908555708223429	PS897	0	0	True	True	1.0	1157	rep_cluster_1868	MOBP			mobilizable	plasmid	2730.0	99.59700000000001	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0277_000000003047	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9109816086612647	PS897	0	0	True	True	1.0	127	rep_cluster_1868	MOBP			mobilizable	plasmid	2730.0	99.81700000000001	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0130_000000005661	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9102985694422712	PS897	0	0	True	True	1.0	365	rep_cluster_1868	MOBP			mobilizable	other	2826.0	99.75200000000001	100.0	0.9694577899794098	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0039_000000008624	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9145579269988996	PS897	0	0	True	True	1.0	821	rep_cluster_1868	MOBP			mobilizable	plasmid	2386.0	99.70700000000001	100.0	0.8563734290843806	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0138_000000005294	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9157142235341376	PS897	0	0	True	True	1.0	464	rep_cluster_1868	MOBP			mobilizable	plasmid	2282.0	99.869	100.0	0.8190305206463195	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0356_000000006322	2863	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.906376359171805	PS897	0	0	True	True	1.0	185	rep_cluster_1868	MOBP			mobilizable	other	2792.0	99.821	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
CHI0118_000000003135	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9110080598477379	PS897	0	0	True	True	1.0	201	rep_cluster_1868	MOBP			mobilizable	plasmid	2730.0	99.89	100.0	0.9798922800718133	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ENG0157_000000008674	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9095994420035675	PS897	0	0	True	True	1.0	399	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.71700000000001	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0132_000000011017	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9156206423951407	PS897	0	0	True	True	1.0	2049	rep_cluster_1868	MOBP			mobilizable	plasmid	2646.0	99.811	100.0	0.9493716337522442	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0116_000000006000	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.909991364381948	PS897	0	0	True	True	1.0	904	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.788	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0049_000000010245	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.915628577865436	PS897	0	0	True	True	1.0	103	rep_cluster_1868	MOBP			mobilizable	plasmid	2554.0	99.765	100.0	0.9166965888689408	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0156_000000004582	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9105613886626327	PS897	0	0	True	True	1.0	1914	rep_cluster_1868	MOBP			mobilizable	other	2751.0	99.927	100.0	0.9437199725463281	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0317_000000006369	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9151089995075631	PS897	0	0	True	True	1.0	107	rep_cluster_1868	MOBP			mobilizable	plasmid	2534.0	99.76299999999999	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0139_000000008647	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9152973355826758	PS897	0	0	True	True	1.0	59	rep_cluster_1868	MOBP			mobilizable	plasmid	2534.0	99.803	100.0	0.9095152603231598	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
USA0011_01_000000012929	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9112977258615277	PS897	0	0	True	True	1.0	942	rep_cluster_1868	MOBP			mobilizable	plasmid	2730.0	99.853	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0097_000000001959	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9109974978121371	PS897	0	0	True	True	1.0	529	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.89	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0088_000000001514	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9104309356634261	PS897	0	0	True	True	1.0	289	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.823	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0060_000000004457	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9146106621713342	PS897	0	0	True	True	1.0	4037	rep_cluster_1868	MOBP			mobilizable	other	2848.0	99.789	100.0	0.9770075497597803	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
FIJ0086_000000010866	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9229295334191361	PS897	0	0	True	True	1.0	13	rep_cluster_1868	MOBP			mobilizable	plasmid	2733.0	98.353	100.0	0.9813151275601868	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
CHI0149_000000005051	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9113330258404223	PS897	0	0	True	True	1.0	621	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.927	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0174_000000005310	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9103601810881127	PS897	0	0	True	True	1.0	544	rep_cluster_1868	MOBP			mobilizable	other	2799.0	99.85700000000001	100.0	0.982782853127196	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ENG0009_000000004237	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9109550649916782	PS897	0	0	True	True	1.0	850	rep_cluster_1868	MOBP			mobilizable	plasmid	2730.0	99.853	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0144_000000005081	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9153282644758101	PS897	0	0	True	True	1.0	606	rep_cluster_1868	MOBP			mobilizable	plasmid	2534.0	99.76299999999999	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0179_000000006326	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9121384751666266	PS897	0	0	True	True	1.0	163	rep_cluster_1868	MOBP			mobilizable	other	2846.0	99.824	100.0	0.9763212079615649	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0124_000000005395	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9100196626688691	PS897	0	0	True	True	1.0	1069	rep_cluster_1868	MOBP			mobilizable	other	2826.0	99.71700000000001	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0048_000000006346	2863	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9108546314543647	PS897	0	0	True	True	1.0	878	rep_cluster_1868	MOBP			mobilizable	other	2792.0	99.89299999999999	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
AUS0004_000000007396	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9152292443823427	PS897	0	0	True	True	1.0	3492	rep_cluster_1868	MOBP			mobilizable	plasmid	2733.0	99.854	100.0	0.9813151275601868	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ENG0204_000000008635	2863	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9110052139072525	PS897	0	0	True	True	1.0	584	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.81700000000001	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
SPA0020_000000010489	2863	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9086334561765367	PS897	0	0	True	True	1.0	539	rep_cluster_1868	MOBP			mobilizable	other	2751.0	99.818	100.0	0.9437199725463281	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0122_000000009685	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9097819167254559	PS897	0	0	True	True	1.0	1647	rep_cluster_1868	MOBP			mobilizable	other	2826.0	99.71700000000001	100.0	0.9694577899794098	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0140_000000010211	2862	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9107415117523425	PS897	0	0	True	True	1.0	375	rep_cluster_1868	MOBP			mobilizable	other	2791.0	99.928	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
AUS0008_000000008098	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9097298770938149	PS897	0	0	True	True	1.0	2960	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.71700000000001	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0134_000000004938	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9112043067104547	PS897	0	0	True	True	1.0	339	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.853	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0173_000000005808	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9112426335905908	PS897	0	0	True	True	1.0	688	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.927	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0039_000000004616	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9133319638276732	PS897	0	0	True	True	1.0	3256	rep_cluster_1868	MOBP			mobilizable	other	2766.0	99.78299999999999	100.0	0.9488675360329444	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0202_000000007824	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9104242157990187	PS897	0	0	True	True	1.0	565	rep_cluster_1868	MOBP			mobilizable	plasmid	2781.0	99.964	100.0	0.9985632183908046	CP021594.1	other sequences	Unidentified plasmid plasmid FAKO05_2274, complete sequence	False	True
ISR0374_000000005556	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9197678050930582	PS897	0	0	True	True	1.0	41	rep_cluster_1868	MOBP			mobilizable	other	2834.0	98.13	100.0	0.9722031571722718	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0192_000000007005	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9141769195071654	PS897	0	0	True	True	1.0	582	rep_cluster_1868	MOBP			mobilizable	other	2606.0	99.92299999999999	100.0	0.9153197470133521	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
CHI0137_000000005060	2862	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9129292557671937	PS897	0	0	True	True	1.0	827	rep_cluster_1868	MOBP			mobilizable	other	2790.0	99.89200000000001	100.0	0.9992834109638122	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
ISR0296_000000008998	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9156171782796869	PS897	0	0	True	True	1.0	121	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	99.84200000000001	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
USA0020_01_000000012251	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9091228634247756	PS897	0	0	True	True	1.0	225	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.75200000000001	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0319_000000006220	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9124456261126674	PS897	0	0	True	True	1.0	73	rep_cluster_1868	MOBP			mobilizable	other	2834.0	99.682	100.0	0.9722031571722718	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0068_000000008233	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9090266327538679	PS897	0	0	True	True	1.0	225	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.743	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ENG0114_000000005736	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9102643923853239	PS897	0	0	True	True	1.0	1662	rep_cluster_1868	MOBP			mobilizable	other	2780.0	99.712	100.0	0.953671928620453	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0003_000000008075	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9090536552728908	PS897	0	0	True	True	1.0	1202	rep_cluster_1868	MOBP			mobilizable	other	2780.0	99.712	100.0	0.953671928620453	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0209_000000006570	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9087404320289953	PS897	0	0	True	True	1.0	974	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.67	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ENG0124_000000010901	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9109146118444464	PS897	0	0	True	True	1.0	341	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.81700000000001	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0165_000000005670	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9109804186197449	PS897	0	0	True	True	1.0	41	rep_cluster_1868	MOBP			mobilizable	other	2772.0	99.82	100.0	0.9509265614275909	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0178_000000003786	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9107138229132233	PS897	0	0	True	True	1.0	493	rep_cluster_1868	MOBP			mobilizable	plasmid	2781.0	100.0	100.0	0.9985632183908046	CP021594.1	other sequences	Unidentified plasmid plasmid FAKO05_2274, complete sequence	False	True
SPA0145_000000011914	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9104242157990187	PS897	0	0	True	True	1.0	3182	rep_cluster_1868	MOBP			mobilizable	plasmid	2781.0	99.964	100.0	0.9985632183908046	CP021594.1	other sequences	Unidentified plasmid plasmid FAKO05_2274, complete sequence	False	True
CHI0063_000000004471	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9132740111902966	PS897	0	0	True	True	1.0	673	rep_cluster_1868	MOBP			mobilizable	plasmid	2781.0	100.0	100.0	0.9985632183908046	CP021594.1	other sequences	Unidentified plasmid plasmid FAKO05_2274, complete sequence	False	True
CHI0172_000000002611	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9131997549981611	PS897	0	0	True	True	1.0	1742	rep_cluster_1868	MOBP			mobilizable	plasmid	2732.0	99.78	100.0	0.9813151275601868	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ENG0156_000000005512	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9127839921169016	PS897	0	0	True	True	1.0	122	rep_cluster_1868	MOBP			mobilizable	other	2834.0	99.75299999999999	100.0	0.9722031571722718	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0094_000000005912	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9103416960920574	PS897	0	0	True	True	1.0	1205	rep_cluster_1868	MOBP			mobilizable	other	2826.0	99.788	100.0	0.9694577899794098	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0082_000000006892	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9104242157990187	PS897	0	0	True	True	1.0	488	rep_cluster_1868	MOBP			mobilizable	plasmid	2781.0	99.964	100.0	0.9985632183908046	CP021594.1	other sequences	Unidentified plasmid plasmid FAKO05_2274, complete sequence	False	True
ENG0149_000000007835	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9152889065244466	PS897	0	0	True	True	1.0	213	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	99.72399999999999	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0180_000000004815	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9093673474165292	PS897	0	0	True	True	1.0	1375	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.646	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0068_000000004672	2862	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9133016992801957	PS897	0	0	True	True	1.0	2002	rep_cluster_1868	MOBP			mobilizable	other	2791.0	99.928	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
ISR0194_000000008380	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9150840158520515	PS897	0	0	True	True	0.9975541830062866	44	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	99.72399999999999	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0043_000000002921	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9156177107298245	PS897	0	0	True	True	1.0	447	rep_cluster_1868	MOBP			mobilizable	plasmid	2732.0	99.89	100.0	0.9813151275601868	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
MON0033_000000022622	2862	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9103708687367563	PS897	0	0	True	True	1.0	477	rep_cluster_1868	MOBP			mobilizable	other	2790.0	99.89200000000001	100.0	0.9992834109638122	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
ENG0139_000000006670	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9150631051775211	PS897	0	0	True	True	1.0	217	rep_cluster_1868	MOBP			mobilizable	plasmid	2783.0	99.85600000000001	100.0	0.9996406755300036	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ENG0174_000000006123	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9150631051775211	PS897	0	0	True	True	1.0	55	rep_cluster_1868	MOBP			mobilizable	plasmid	2783.0	99.85600000000001	100.0	0.9996406755300036	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0822_000000002060	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9155308797715402	PS897	0	0	True	True	1.0	185	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	99.76299999999999	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0187_000000005904	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9099950735093617	PS897	0	0	True	True	1.0	306	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.823	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0040_000000005938	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9128017450958331	PS897	0	0	True	True	1.0	3805	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.788	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0061_000000006133	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9593573479280437	PS897	0	0	True	True	1.0	1287	rep_cluster_1868	MOBP			mobilizable	other	2675.0	99.925	100.0	0.9712936046511628	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0104_000000002777	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9155258453579301	PS897	0	0	True	True	1.0	667	rep_cluster_1868	MOBP			mobilizable	plasmid	2383.0	99.74799999999999	100.0	0.8552962298025135	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0141_000000009658	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9110007686914029	PS897	0	0	True	True	1.0	413	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.89	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0087_000000003003	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9158498630228659	PS897	0	0	True	True	1.0	88	rep_cluster_1868	MOBP			mobilizable	plasmid	2360.0	99.831	100.0	0.8470377019748654	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0183_000000001964	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9155782409187873	PS897	0	0	True	True	1.0	255	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	99.76299999999999	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
USA0084_01_000000011396	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9109146118444464	PS897	0	0	True	True	1.0	322	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.81700000000001	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0081_000000003658	2862	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.915529256250556	PS897	0	0	True	True	1.0	197	rep_cluster_1868	MOBP			mobilizable	plasmid	2738.0	99.89	100.0	0.9834710743801653	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ENG0159_000000007901	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9153277709951	PS897	0	0	True	True	1.0	229	rep_cluster_1868	MOBP			mobilizable	plasmid	2732.0	99.854	100.0	0.9813151275601868	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
DEN0026_000000010330	2862	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9107415117523425	PS897	0	0	True	True	1.0	813	rep_cluster_1868	MOBP			mobilizable	other	2791.0	99.928	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
ENG0146_000000008359	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9153277709951	PS897	0	0	True	True	1.0	622	rep_cluster_1868	MOBP			mobilizable	plasmid	2732.0	99.854	100.0	0.9813151275601868	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ENG0072_000000004038	2862	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.915200837931139	PS897	0	0	True	True	1.0	1001	rep_cluster_1868	MOBP			mobilizable	plasmid	2738.0	99.854	100.0	0.9834710743801653	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
CHI0185_000000007234	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9155138558717772	PS897	0	0	True	True	1.0	275	rep_cluster_1868	MOBP			mobilizable	plasmid	2360.0	99.788	100.0	0.8470377019748654	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0123_000000004797	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9156177107298245	PS897	0	0	True	True	1.0	1020	rep_cluster_1868	MOBP			mobilizable	plasmid	2732.0	99.89	100.0	0.9813151275601868	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
USA0007_01_000000006127	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9161784970873396	PS897	0	0	True	True	1.0	918	rep_cluster_1868	MOBP			mobilizable	plasmid	2530.0	99.684	100.0	0.9080789946140035	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
SPA0095_000000007093	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9211485248292868	PS897	0	0	True	True	1.0	90	rep_cluster_1868	MOBP			mobilizable	other	2716.0	98.196	100.0	0.9539704848910752	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
CHI0126_000000005196	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.910035818287942	PS897	0	0	True	True	1.0	1274	rep_cluster_1868	MOBP			mobilizable	other	2825.0	99.71700000000001	100.0	0.9691146190803019	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0059_000000005861	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9108033964837163	PS897	0	0	True	True	1.0	713	rep_cluster_1868	MOBP			mobilizable	other	2786.0	99.964	100.0	0.9785664089950808	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ENG0115_000000006460	2862	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9152889065244466	PS897	0	0	True	True	1.0	370	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	99.72399999999999	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
AST0110_000000006466	2862	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9109146118444464	PS897	0	0	True	True	1.0	63	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.81700000000001	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0249_000000006111	2861	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9130578005097794	PS897	0	0	True	True	1.0	12	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	99.72399999999999	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ENG0084_000000009500	2861	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9105899937213978	PS897	0	0	True	True	1.0	580	rep_cluster_1868	MOBP			mobilizable	plasmid	2729.0	99.78	100.0	0.9795332136445243	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0358_000000006642	2861	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9135776472211244	PS897	0	0	True	True	1.0	175	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	99.76299999999999	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0306_000000003271	2861	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9136317032727894	PS897	0	0	True	True	1.0	31	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	99.684	100.0	0.9091561938958708	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
USA0027_01_000000009560	2861	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9470835914454291	PS897	0	0	True	True	1.0	67	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	97.54700000000001	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0053_000000003934	2860	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9151144279418939	PS897	0	0	True	True	1.0	111	rep_cluster_1868	MOBP			mobilizable	plasmid	2784.0	99.82	100.0	0.9996406755300036	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ENG0010_000000007187	2858	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9154915846725745	PS897	0	0	True	True	1.0	117	rep_cluster_1868	MOBP			mobilizable	plasmid	2778.0	99.85600000000001	100.0	0.9974847287100251	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
CHI0091_000000001126	2857	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9085949234978926	PS897	0	0	True	True	1.0	187	rep_cluster_1868	MOBP			mobilizable	other	2792.0	99.785	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
ENG0001_000000009041	2857	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.915054738522595	PS897	0	0	True	True	1.0	511	rep_cluster_1868	MOBP			mobilizable	plasmid	2777.0	99.85600000000001	100.0	0.9974847287100251	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0025_000000013738	2853	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9607038053748665	PS897	0	0	True	True	1.0	246	rep_cluster_1868	MOBP			mobilizable	plasmid	2692.0	97.66	100.0	0.9759737895886421	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
MON0031_000000011799	2853	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9599860593627586	PS897	0	0	True	True	1.0	1455	rep_cluster_1868	MOBP			mobilizable	other	2728.0	98.204	100.0	0.9631988676574664	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
MON0088_000000010804	2853	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9612575717002965	PS897	0	0	True	True	1.0	69	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	99.919	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
MON0045_000000007963	2853	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9608529982940609	PS897	0	0	True	True	1.0	1041	rep_cluster_1868	MOBP			mobilizable	other	2726.0	99.853	99.0	0.9890988372093024	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0225_000000005837	2853	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572552369636285	PS897	0	0	True	True	1.0	125	rep_cluster_1868	MOBP			mobilizable	chromosome	2577.0	99.845	100.0	0.9349563953488372	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0154_000000007876	2853	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9409952950417585	PS897	0	0	True	True	1.0	1579	rep_cluster_1868	MOBP			mobilizable	plasmid	2748.0	99.818	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0777_000000005991	2852	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9416530427720549	PS897	0	0	True	True	1.0	5029	rep_cluster_1868	MOBP			mobilizable	plasmid	2747.0	99.891	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0221_000000008064	2852	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.961887864064971	PS897	0	0	True	True	1.0	1089	rep_cluster_1868	MOBP			mobilizable	chromosome	2478.0	99.919	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ITA0014_000000000066	2852	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9597611781020127	PS897	0	0	True	True	0.9943898916244507	36	rep_cluster_1868	MOBP			mobilizable	other	2127.0	99.765	100.0	0.751060820367751	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ISR0241_000000004747	2852	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9411313044318022	PS897	0	0	True	True	1.0	689	rep_cluster_1868	MOBP			mobilizable	plasmid	2747.0	99.818	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
CAN0022_000000010616	2852	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9565789139320132	PS897	0	0	True	True	1.0	438	rep_cluster_1868	MOBP			mobilizable	plasmid	2533.0	97.90799999999999	100.0	0.9184564979978158	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
DEN0031_000000011780	2852	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9591003439093294	PS897	0	0	True	True	0.9996493458747864	177	rep_cluster_1868	MOBP			mobilizable	other	2684.0	99.851	100.0	0.9742005813953488	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
MON0090_000000020330	2852	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9601520033747195	PS897	0	0	True	True	1.0	334	rep_cluster_1868	MOBP			mobilizable	plasmid	2306.0	97.615	100.0	0.8354568620313069	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
MON0037_000000023481	2852	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9611316594844928	PS897	0	0	True	True	1.0	96	rep_cluster_1868	MOBP			mobilizable	other	2727.0	99.89	100.0	0.9898255813953488	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
MON0108_000000007540	2852	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.957487474195024	PS897	0	0	True	True	1.0	121	rep_cluster_1868	MOBP			mobilizable	chromosome	2569.0	99.883	100.0	0.9324127906976745	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0063_000000007116	2852	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9412803665244913	PS897	0	0	True	True	1.0	1122	rep_cluster_1868	MOBP			mobilizable	plasmid	2747.0	99.891	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0156_000000009046	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9604171225362623	PS897	0	0	True	True	1.0	805	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.92399999999999	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0256_000000006261	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9416316607643378	PS897	0	0	True	True	1.0	308	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.891	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0786_000000005940	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571960712178514	PS897	0	0	True	True	1.0	2825	rep_cluster_1868	MOBP			mobilizable	other	2518.0	99.84100000000001	100.0	0.9138808139534884	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CAN0001_000000016211	2851	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9621062841628519	PS897	0	0	True	True	1.0	5193	rep_cluster_1868	MOBP			mobilizable	other	2782.0	98.311	100.0	0.9830148619957537	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0070_000000007138	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.941970768711085	PS897	0	0	True	True	1.0	1185	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0056_000000007316	2851	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9615450025142631	PS897	0	0	True	True	1.0	259	rep_cluster_1868	MOBP			mobilizable	other	2641.0	99.88600000000001	100.0	0.9331683168316832	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
MON0053_000000012961	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.957806380539906	PS897	0	0	True	True	1.0	425	rep_cluster_1868	MOBP			mobilizable	chromosome	2568.0	99.92200000000001	100.0	0.9324127906976745	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0141_000000011994	2851	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9620023482177642	PS897	0	0	True	True	1.0	663	rep_cluster_1868	MOBP			mobilizable	plasmid	2690.0	97.807	100.0	0.9759737895886421	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ITA0003_000000001880	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9620803046663472	PS897	0	0	True	True	1.0	696	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	100.0	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0027_000000009143	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9418558637345582	PS897	0	0	True	True	1.0	38	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.891	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0014_000000012829	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9602149111218824	PS897	0	0	True	True	1.0	766	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.92399999999999	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CAN0021_000000015062	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577704842243581	PS897	0	0	True	True	1.0	11035	rep_cluster_1868	MOBP			mobilizable	plasmid	2752.0	99.927	100.0	0.9996363636363637	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0024_000000007912	2851	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9616041262803247	PS897	0	0	True	True	1.0	246	rep_cluster_1868	MOBP			mobilizable	other	2585.0	99.884	100.0	0.9133663366336634	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
MON0054_000000015334	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9607370201878912	PS897	0	0	True	True	1.0	408	rep_cluster_1868	MOBP			mobilizable	plasmid	2741.0	97.848	100.0	0.9945394976337824	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0201_000000010578	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.941970768711085	PS897	0	0	True	True	1.0	42	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0068_000000007096	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.941970768711085	PS897	0	0	True	True	0.9992985129356384	154	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0097_000000009860	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574690213416087	PS897	0	0	True	True	1.0	694	rep_cluster_1868	MOBP			mobilizable	other	2517.0	99.921	100.0	0.9138808139534884	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0311_000000006809	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.941970768711085	PS897	0	0	True	True	0.9992985129356384	133	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
MON0103_000000017279	2851	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9593211964205594	PS897	0	0	True	True	1.0	800	rep_cluster_1868	MOBP			mobilizable	other	2726.0	99.927	100.0	0.9901889534883721	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0399_000000005241	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9420075271329124	PS897	0	0	True	True	1.0	522	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0180_000000007752	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9420075271329124	PS897	0	0	True	True	1.0	451	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ITA0004_000000000461	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9607628355234962	PS897	0	0	True	True	0.9985969662666321	132	rep_cluster_1868	MOBP			mobilizable	other	2126.0	99.906	100.0	0.751060820367751	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ISR0006_000000006842	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.941970768711085	PS897	0	0	True	True	1.0	595	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0827_000000003816	2851	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.961424519058234	PS897	0	0	True	True	1.0	644	rep_cluster_1868	MOBP			mobilizable	other	2803.0	98.181	100.0	0.9904458598726115	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0099_000000007435	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9568995157597142	PS897	0	0	True	True	1.0	1837	rep_cluster_1868	MOBP			mobilizable	plasmid	2752.0	99.855	100.0	0.9996363636363637	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ITA0005_000000006309	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9420075271329124	PS897	0	0	True	True	1.0	186	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0400_000000006329	2851	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9414216595212206	PS897	0	0	True	True	1.0	525	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.854	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
CAN0012_000000017535	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9622322226401424	PS897	0	0	True	True	1.0	3214	rep_cluster_1868	MOBP			mobilizable	other	2749.0	98.32700000000001	100.0	0.9716914366595896	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0140_000000009004	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9618128775082654	PS897	0	0	True	True	1.0	2638	rep_cluster_1868	MOBP			mobilizable	plasmid	2690.0	97.77	100.0	0.9759737895886421	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0026_000000007912	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.942164783832169	PS897	0	0	True	True	1.0	52	rep_cluster_1868	MOBP			mobilizable	plasmid	2745.0	99.964	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0152_000000008299	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9580045242825481	PS897	0	0	True	True	1.0	234	rep_cluster_1868	MOBP			mobilizable	chromosome	2567.0	99.961	100.0	0.9324127906976745	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
MON0101_000000021667	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576530346757013	PS897	0	0	True	True	1.0	319	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.87899999999999	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0154_000000010787	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9618201879747452	PS897	0	0	True	True	1.0	957	rep_cluster_1868	MOBP			mobilizable	plasmid	2689.0	97.84299999999999	100.0	0.9759737895886421	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0098_000000006143	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9413389279668009	PS897	0	0	True	True	1.0	372	rep_cluster_1868	MOBP			mobilizable	plasmid	2745.0	99.891	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0145_000000010772	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9621627045305097	PS897	0	0	True	True	1.0	1499	rep_cluster_1868	MOBP			mobilizable	plasmid	2689.0	97.84299999999999	100.0	0.9759737895886421	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0814_000000013759	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9580045242825481	PS897	0	0	True	True	1.0	427	rep_cluster_1868	MOBP			mobilizable	chromosome	2567.0	99.961	100.0	0.9324127906976745	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ITA0006_000000008830	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9620909065042247	PS897	0	0	True	True	1.0	1400	rep_cluster_1868	MOBP			mobilizable	other	2276.0	99.956	100.0	0.8044554455445545	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
USA0119_01_000000008380	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578098574801	PS897	0	0	True	True	1.0	285	rep_cluster_1868	MOBP			mobilizable	chromosome	2580.0	99.884	100.0	0.9371366279069767	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0007_000000004977	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9602075043492028	PS897	0	0	True	True	1.0	310	rep_cluster_1868	MOBP			mobilizable	plasmid	2684.0	97.876	100.0	0.9741536221332363	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0045_000000008800	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.948289492151621	PS897	0	0	True	True	1.0	60	rep_cluster_1868	MOBP			mobilizable	plasmid	2674.0	99.476	100.0	0.9705132872224245	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
USA0063_01_000000007121	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.962264104285595	PS897	0	0	True	True	1.0	3445	rep_cluster_1868	MOBP			mobilizable	other	2787.0	98.34899999999999	100.0	0.9851380042462845	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0211_000000007708	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9420148631303764	PS897	0	0	True	True	1.0	390	rep_cluster_1868	MOBP			mobilizable	plasmid	2745.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
MON0083_000000012234	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9618284591572466	PS897	0	0	True	True	1.0	256	rep_cluster_1868	MOBP			mobilizable	plasmid	2689.0	97.806	100.0	0.9759737895886421	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0138_000000010253	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9604370420036988	PS897	0	0	True	True	1.0	350	rep_cluster_1868	MOBP			mobilizable	other	2135.0	99.859	100.0	0.7542432814710043	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ISR0015_000000008717	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.942164783832169	PS897	0	0	True	True	1.0	808	rep_cluster_1868	MOBP			mobilizable	plasmid	2745.0	99.964	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
USA0044_01_000000010250	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.949116894796535	PS897	0	0	True	True	1.0	2482	rep_cluster_1868	MOBP			mobilizable	plasmid	2730.0	99.45100000000001	100.0	0.9908991627229705	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0133_000000006907	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9418933131050289	PS897	0	0	True	True	1.0	35	rep_cluster_1868	MOBP			mobilizable	plasmid	2745.0	99.964	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0078_000000006434	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.942164783832169	PS897	0	0	True	True	1.0	301	rep_cluster_1868	MOBP			mobilizable	plasmid	2745.0	99.964	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0177_000000009731	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.942164783832169	PS897	0	0	True	True	1.0	452	rep_cluster_1868	MOBP			mobilizable	plasmid	2745.0	99.964	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0170_000000016052	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9619046546819336	PS897	0	0	True	True	1.0	418	rep_cluster_1868	MOBP			mobilizable	plasmid	2689.0	97.806	100.0	0.9759737895886421	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
CAN0002_000000006366	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.941680913911478	PS897	0	0	True	True	1.0	49	rep_cluster_1868	MOBP			mobilizable	plasmid	2745.0	99.891	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0198_000000011622	2850	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9607283523632271	PS897	0	0	True	True	1.0	529	rep_cluster_1868	MOBP			mobilizable	other	2647.0	99.811	100.0	0.9352899575671852	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ISR0207_000000009959	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9420148631303764	PS897	0	0	True	True	1.0	202	rep_cluster_1868	MOBP			mobilizable	plasmid	2745.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0792_000000004838	2850	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9622409511617749	PS897	0	0	True	True	1.0	1377	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	99.96	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CAN0015_000000013625	2849	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9600496031211566	PS897	0	0	True	True	1.0	3938	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.92399999999999	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0396_000000007939	2849	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9418254731732304	PS897	0	0	True	True	1.0	1291	rep_cluster_1868	MOBP			mobilizable	plasmid	2745.0	99.927	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0047_000000010262	2849	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.941712909944357	PS897	0	0	True	True	1.0	123	rep_cluster_1868	MOBP			mobilizable	plasmid	2744.0	99.964	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
CAN0009_000000008427	2849	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9614884935863656	PS897	0	0	True	True	1.0	555	rep_cluster_1868	MOBP			mobilizable	plasmid	2607.0	97.852	100.0	0.9464870768110666	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0127_000000008252	2849	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.947004449292595	PS897	0	0	True	True	1.0	314	rep_cluster_1868	MOBP			mobilizable	other	2714.0	99.889	100.0	0.985828488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0058_01_000000006975	2849	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9500264816457097	PS897	0	0	True	True	1.0	528	rep_cluster_1868	MOBP			mobilizable	other	2793.0	99.785	100.0	0.9872611464968153	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0067_000000009985	2849	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9606771864414476	PS897	0	0	True	True	1.0	392	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.92399999999999	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
MON0019_000000023077	2849	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578579389468732	PS897	0	0	True	True	1.0	381	rep_cluster_1868	MOBP			mobilizable	chromosome	2568.0	99.92200000000001	100.0	0.9327761627906976	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0010_000000006603	2849	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578975843929496	PS897	0	0	True	True	1.0	97	rep_cluster_1868	MOBP			mobilizable	chromosome	2568.0	99.92200000000001	100.0	0.9327761627906976	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0818_000000006091	2849	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572049774803603	PS897	0	0	True	True	0.9996489882469177	14	rep_cluster_1868	MOBP			mobilizable	chromosome	2416.0	99.834	100.0	0.8775436046511628	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0857_000000000687	2849	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9615392576634668	PS897	0	0	True	True	1.0	114	rep_cluster_1868	MOBP			mobilizable	chromosome	2333.0	99.829	100.0	0.8473837209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0334_000000007047	2849	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9420505699577527	PS897	0	0	True	True	1.0	220	rep_cluster_1868	MOBP			mobilizable	plasmid	2744.0	100.0	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0101_000000008423	2849	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9420505699577527	PS897	0	0	True	True	1.0	671	rep_cluster_1868	MOBP			mobilizable	plasmid	2744.0	100.0	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0002_000000007280	2849	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.946479589708338	PS897	0	0	True	True	1.0	4434	rep_cluster_1868	MOBP			mobilizable	other	2645.0	99.84899999999999	100.0	0.9348903043170559	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
MON0069_000000016770	2849	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9613555901074036	PS897	0	0	True	True	1.0	564	rep_cluster_1868	MOBP			mobilizable	plasmid	2592.0	97.801	100.0	0.9406625409537678	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0817_000000004169	2849	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9604902295797936	PS897	0	0	True	True	1.0	485	rep_cluster_1868	MOBP			mobilizable	other	2653.0	99.925	100.0	0.9636627906976745	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0351_000000004679	2848	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9616732573938334	PS897	0	0	True	True	1.0	446	rep_cluster_1868	MOBP			mobilizable	plasmid	2689.0	97.88	100.0	0.9763378230797234	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0213_000000008687	2848	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9563947123717673	PS897	0	0	True	True	1.0	1044	rep_cluster_1868	MOBP			mobilizable	chromosome	2568.0	99.805	100.0	0.9327761627906976	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0179_000000008541	2848	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9598477556091515	PS897	0	0	True	True	1.0	2526	rep_cluster_1868	MOBP			mobilizable	other	2714.0	99.889	100.0	0.985828488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0214_000000009758	2848	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9596174439158653	PS897	0	0	True	True	0.9996488690376282	134	rep_cluster_1868	MOBP			mobilizable	other	2714.0	99.889	100.0	0.985828488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0218_000000005748	2848	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9598477556091515	PS897	0	0	True	True	1.0	35	rep_cluster_1868	MOBP			mobilizable	other	2714.0	99.889	100.0	0.985828488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0040_000000014114	2845	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574904853678264	PS897	0	0	True	True	1.0	262	rep_cluster_1868	MOBP			mobilizable	chromosome	2546.0	99.961	100.0	0.9244186046511628	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0820_000000007635	2844	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9103194299696934	PS897	0	0	True	True	1.0	416	rep_cluster_1868	MOBP			mobilizable	other	2791.0	99.928	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
CHI0113_000000002618	2843	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9146669868511376	PS897	0	0	True	True	1.0	18	rep_cluster_1868	MOBP			mobilizable	plasmid	2420.0	99.75200000000001	100.0	0.8685816876122082	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ENG0142_000000011263	2843	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9134677186293788	PS897	0	0	True	True	1.0	266	rep_cluster_1868	MOBP			mobilizable	other	2535.0	99.684	100.0	0.8900210822206606	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ISR0300_000000002824	2843	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9147140587113661	PS897	0	0	True	True	1.0	123	rep_cluster_1868	MOBP			mobilizable	plasmid	2420.0	99.75200000000001	100.0	0.8685816876122082	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0177_000000005643	2843	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9145703823407542	PS897	0	0	True	True	1.0	139	rep_cluster_1868	MOBP			mobilizable	plasmid	2783.0	99.78399999999999	100.0	0.9985637342908438	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ENG0095_000000009675	2843	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.910986617235462	PS897	0	0	True	True	1.0	110	rep_cluster_1868	MOBP			mobilizable	other	2802.0	99.822	100.0	0.9838369641602249	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ISR0823_000000001261	2843	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9099576796177982	PS897	0	0	True	True	1.0	465	rep_cluster_1868	MOBP			mobilizable	plasmid	2784.0	99.928	100.0	0.9996406755300036	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
CHI0148_000000004101	2843	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9136964208647935	PS897	0	0	True	True	1.0	39	rep_cluster_1868	MOBP			mobilizable	other	2802.0	99.964	100.0	0.9838369641602249	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
CHI0115_000000002781	2843	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9029798841416516	PS897	0	0	True	True	1.0	606	rep_cluster_1868	MOBP			mobilizable	other	2752.0	99.12799999999999	100.0	0.9437199725463281	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0135_000000006597	2843	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9152844684658064	PS897	0	0	True	True	0.9996482729911804	59	rep_cluster_1868	MOBP			mobilizable	other	2535.0	99.921	100.0	0.8900210822206606	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
CHI0110_000000002814	2842	0.6352593284472442	4	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9148666746401035	PS897	0	0	True	True	1.0	128	rep_cluster_1868	MOBP			mobilizable	plasmid	2723.0	99.89	100.0	0.9780812073302192	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ENG0141_000000009576	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9099569938421574	PS897	0	0	True	True	1.0	461	rep_cluster_1868	MOBP			mobilizable	other	2801.0	99.714	100.0	0.9838369641602249	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ENG0169_000000008159	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9143267809055068	PS897	0	0	True	True	1.0	118	rep_cluster_1868	MOBP			mobilizable	other	2534.0	99.882	100.0	0.8900210822206606	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ISR0793_000000005396	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9151032918048944	PS897	0	0	True	True	1.0	23	rep_cluster_1868	MOBP			mobilizable	plasmid	2481.0	99.71799999999999	100.0	0.8904847396768402	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ENG0105_000000007473	2842	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9112569135672881	PS897	0	0	True	True	0.999296247959137	17	rep_cluster_1868	MOBP			mobilizable	other	2816.0	99.68	100.0	0.9660260809883322	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0821_000000010212	2842	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.28613588697823344	PS897	0	0	True	True	1.0	535	rep_cluster_1868	MOBP			mobilizable	plasmid	2756.0	99.891	100.0	0.9899389148401007	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ENG0111_000000007234	2842	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.28604273186307827	PS897	0	0	True	True	1.0	125	rep_cluster_1868	MOBP			mobilizable	plasmid	2759.0	99.855	100.0	0.9910168882500898	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0308_000000005666	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9149856674466738	PS897	0	0	True	True	0.999296247959137	22	rep_cluster_1868	MOBP			mobilizable	other	2534.0	100.0	100.0	0.8900210822206606	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ENG0210_000000008150	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9143027169542737	PS897	0	0	True	True	1.0	77	rep_cluster_1868	MOBP			mobilizable	other	2534.0	99.882	100.0	0.8900210822206606	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ENG0185_000000007630	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9106932065368587	PS897	0	0	True	True	1.0	304	rep_cluster_1868	MOBP			mobilizable	other	2801.0	99.89299999999999	100.0	0.9838369641602249	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ENG0073_000000008995	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9106932065368587	PS897	0	0	True	True	1.0	265	rep_cluster_1868	MOBP			mobilizable	other	2801.0	99.89299999999999	100.0	0.9838369641602249	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ENG0121_000000006214	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9106932065368587	PS897	0	0	True	True	1.0	239	rep_cluster_1868	MOBP			mobilizable	other	2801.0	99.89299999999999	100.0	0.9838369641602249	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ISR0819_000000008911	2842	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9105392782291561	PS897	0	0	True	True	1.0	112	rep_cluster_1868	MOBP			mobilizable	plasmid	2783.0	99.89200000000001	100.0	0.9996406755300036	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0347_000000007638	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9146506391016546	PS897	0	0	True	True	1.0	389	rep_cluster_1868	MOBP			mobilizable	other	2534.0	99.921	100.0	0.8900210822206606	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ISR0836_000000007012	2842	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9103643198597773	PS897	0	0	True	True	1.0	2979	rep_cluster_1868	MOBP			mobilizable	other	2791.0	99.928	100.0	0.9996417054819061	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	False	True
ENG0087_000000009592	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9146506391016546	PS897	0	0	True	True	0.9996481537818909	6	rep_cluster_1868	MOBP			mobilizable	other	2534.0	99.921	100.0	0.8900210822206606	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ISR0850_000000005217	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9113692006378291	PS897	0	0	True	True	1.0	536	rep_cluster_1868	MOBP			mobilizable	other	2842.0	99.93	100.0	0.9982431482782853	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
CHI0018_000000006017	2842	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9105007420338351	PS897	0	0	True	True	1.0	5083	rep_cluster_1868	MOBP			mobilizable	plasmid	2783.0	99.89200000000001	100.0	0.9996406755300036	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0326_000000006384	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9146506391016546	PS897	0	0	True	True	1.0	73	rep_cluster_1868	MOBP			mobilizable	other	2534.0	99.921	100.0	0.8900210822206606	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
CHI0064_000000006301	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9103070800462245	PS897	0	0	True	True	1.0	169	rep_cluster_1868	MOBP			mobilizable	other	2786.0	99.928	100.0	0.9785664089950808	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
USA0059_01_000000009297	2842	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9619851402138442	PS897	0	0	True	True	1.0	214	rep_cluster_1868	MOBP			mobilizable	other	2280.0	99.912	100.0	0.8058698727015559	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ENG0075_000000008584	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9146506391016546	PS897	0	0	True	True	1.0	41	rep_cluster_1868	MOBP			mobilizable	other	2534.0	99.921	100.0	0.8900210822206606	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ISR0128_000000012399	2842	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9142275885575187	PS897	0	0	True	True	1.0	24	rep_cluster_1868	MOBP			mobilizable	other	2534.0	99.882	100.0	0.8900210822206606	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ISR0384_000000005515	2841	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9097755472819887	PS897	0	0	True	True	0.9989440441131592	21	rep_cluster_1868	MOBP			mobilizable	plasmid	2728.0	99.81700000000001	100.0	0.9791741472172352	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0162_000000010611	2838	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9094848883192793	PS897	0	0	True	True	1.0	38	rep_cluster_1868	MOBP			mobilizable	other	2752.0	99.891	100.0	0.9437199725463281	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CAN0003_000000017543	2838	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9614557488651729	PS897	0	0	True	True	1.0	880	rep_cluster_1868	MOBP			mobilizable	chromosome	2483.0	99.87899999999999	100.0	0.9018895348837209	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0834_000000005965	2835	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9089597924363464	PS897	0	0	True	True	1.0	10	rep_cluster_1868	MOBP			mobilizable	other	2766.0	99.74700000000001	100.0	0.9488675360329444	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0130_000000011499	2834	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571571932055946	PS897	0	0	True	True	1.0	1584	rep_cluster_1868	MOBP			mobilizable	chromosome	2479.0	99.919	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0001_01_000000005598	2834	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575782437216948	PS897	0	0	True	True	0.9985885620117188	44	rep_cluster_1868	MOBP			mobilizable	chromosome	2551.0	99.92200000000001	100.0	0.9262354651162791	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0004_000000004619	2833	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572206430688917	PS897	0	0	True	True	1.0	2264	rep_cluster_1868	MOBP			mobilizable	chromosome	2549.0	99.92200000000001	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
MAD0028_000000004364	2833	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575842383475236	PS897	0	0	True	True	0.9996470212936401	11	rep_cluster_1868	MOBP			mobilizable	chromosome	2590.0	99.961	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0037_000000008709	2833	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572206430688917	PS897	0	0	True	True	1.0	1187	rep_cluster_1868	MOBP			mobilizable	chromosome	2549.0	99.92200000000001	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
AST0060_000000010099	2833	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9567335805820938	PS897	0	0	True	True	1.0	138	rep_cluster_1868	MOBP			mobilizable	chromosome	2549.0	99.882	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0120_000000014695	2833	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9614724904991602	PS897	0	0	True	True	1.0	2440	rep_cluster_1868	MOBP			mobilizable	other	2191.0	99.81700000000001	100.0	0.7733380480905233	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ISR0791_000000006279	2833	0.6352593284472442	3	2	0	0	2	False	22052	maximal	True	ISR0791_000000006279	1.0		1	1	True	True	1.0	1446	rep_cluster_1868	MOBP			mobilizable	plasmid	2693.0	85.221	99.0	0.9723636363636363	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
SPA0108_000000010493	2833	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574855199012448	PS897	0	0	True	True	1.0	2839	rep_cluster_1868	MOBP			mobilizable	chromosome	2478.0	99.96	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0093_000000013917	2833	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574855199012448	PS897	0	0	True	True	1.0	1306	rep_cluster_1868	MOBP			mobilizable	chromosome	2478.0	99.96	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0158_000000005792	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9567930762342272	PS897	0	0	True	True	1.0	177	rep_cluster_1868	MOBP			mobilizable	chromosome	2549.0	99.92200000000001	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0118_000000010082	2832	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.959723497219617	PS897	0	0	True	True	1.0	3519	rep_cluster_1868	MOBP			mobilizable	other	2831.0	91.134	100.0	0.9684282772820865	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0060_000000005544	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9599627334977653	PS897	0	0	True	True	1.0	1135	rep_cluster_1868	MOBP			mobilizable	other	2625.0	99.962	100.0	0.9534883720930233	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0088_000000008273	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572215414919497	PS897	0	0	True	True	1.0	609	rep_cluster_1868	MOBP			mobilizable	chromosome	2554.0	99.92200000000001	100.0	0.9273255813953488	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
AST0148_000000012292	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576771796826943	PS897	0	0	True	True	1.0	405	rep_cluster_1868	MOBP			mobilizable	chromosome	2478.0	99.96	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0126_000000006760	2832	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9596730764999736	PS897	0	0	True	True	1.0	545	rep_cluster_1868	MOBP			mobilizable	other	2636.0	99.92399999999999	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0104_000000012857	2832	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9582269460265579	PS897	0	0	True	True	1.0	1488	rep_cluster_1868	MOBP			mobilizable	other	2706.0	99.926	100.0	0.9825581395348837	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0113_000000011375	2832	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9600671407082522	PS897	0	0	True	True	1.0	2235	rep_cluster_1868	MOBP			mobilizable	other	2831.0	91.169	100.0	0.9684282772820865	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0015_000000007456	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574264647902118	PS897	0	0	True	True	1.0	465	rep_cluster_1868	MOBP			mobilizable	chromosome	2549.0	99.961	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0111_000000012182	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574264647902118	PS897	0	0	True	True	1.0	1814	rep_cluster_1868	MOBP			mobilizable	chromosome	2549.0	99.961	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
FIJ0042_000000008461	2832	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9601620435057704	PS897	0	0	True	True	1.0	3	rep_cluster_1868	MOBP			mobilizable	plasmid	2681.0	97.79899999999999	100.0	0.9723334546778304	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ENG0197_000000003550	2832	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9600403479305245	PS897	0	0	True	True	1.0	415	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.962	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0049_000000006941	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575756439845285	PS897	0	0	True	True	1.0	5376	rep_cluster_1868	MOBP			mobilizable	plasmid	2732.0	99.89	100.0	0.992	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0062_000000012620	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9494008570953446	PS897	0	0	True	True	1.0	78	rep_cluster_1868	MOBP			mobilizable	plasmid	2568.0	99.494	100.0	0.9322897706589006	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0137_000000009374	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578186252549997	PS897	0	0	True	True	1.0	949	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	99.919	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0118_000000005284	2832	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574973205156866	PS897	0	0	True	True	0.9996469020843506	26	rep_cluster_1868	MOBP			mobilizable	chromosome	2590.0	99.92299999999999	100.0	0.9407703488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0050_000000009181	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575746865238608	PS897	0	0	True	True	1.0	1227	rep_cluster_1868	MOBP			mobilizable	chromosome	2590.0	99.961	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0001_000000012055	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575060199275047	PS897	0	0	True	True	1.0	3886	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.961	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0149_000000013619	2832	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.959805465165215	PS897	0	0	True	True	1.0	959	rep_cluster_1868	MOBP			mobilizable	other	2706.0	99.963	100.0	0.9825581395348837	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0234_000000004014	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575742201035572	PS897	0	0	True	True	1.0	109	rep_cluster_1868	MOBP			mobilizable	chromosome	2590.0	99.961	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0073_01_000000006059	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575988576514904	PS897	0	0	True	True	1.0	446	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.96	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0044_000000005939	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9567546304919696	PS897	0	0	True	True	1.0	1161	rep_cluster_1868	MOBP			mobilizable	chromosome	2549.0	99.882	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0094_000000004784	2832	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9597936463283762	PS897	0	0	True	True	1.0	7734	rep_cluster_1868	MOBP			mobilizable	chromosome	2030.0	99.95100000000001	100.0	0.7369186046511628	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0034_000000012763	2832	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9570100954461856	PS897	0	0	True	True	1.0	1423	rep_cluster_1868	MOBP			mobilizable	chromosome	2510.0	99.88	100.0	0.9109738372093024	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0091_01_000000004000	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.959840569813381	PS897	0	0	True	True	1.0	451	rep_cluster_1868	MOBP			mobilizable	other	2749.0	99.927	100.0	0.998546511627907	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0056_01_000000007170	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576601415545757	PS897	0	0	True	True	1.0	539	rep_cluster_1868	MOBP			mobilizable	plasmid	2739.0	90.90899999999999	100.0	0.9802513464991023	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0041_000000004979	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9618321844004264	PS897	0	0	True	True	1.0	970	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.96	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0151_000000008293	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578107688562025	PS897	0	0	True	True	1.0	212	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.96	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0051_000000014012	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579599454850972	PS897	0	0	True	True	1.0	702	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	100.0	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
DEN0041_000000011964	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9617192236937221	PS897	0	0	True	True	1.0	3803	rep_cluster_1868	MOBP			mobilizable	other	2298.0	99.913	100.0	0.8118811881188119	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ENG0064_000000007943	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579261152174915	PS897	0	0	True	True	1.0	735	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.96	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0327_000000009264	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572541266514487	PS897	0	0	True	True	1.0	137	rep_cluster_1868	MOBP			mobilizable	chromosome	2590.0	99.884	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0086_000000009250	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9601918170377021	PS897	0	0	True	True	1.0	68	rep_cluster_1868	MOBP			mobilizable	other	2640.0	100.0	100.0	0.9589389534883721	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0120_000000007649	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577183895006101	PS897	0	0	True	True	1.0	1129	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	100.0	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0132_000000014374	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576205225832833	PS897	0	0	True	True	1.0	179	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.96	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
MON0095_000000010686	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9600027469647322	PS897	0	0	True	True	1.0	43	rep_cluster_1868	MOBP			mobilizable	other	2706.0	99.926	100.0	0.9825581395348837	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
MON0058_000000016430	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578100868495775	PS897	0	0	True	True	1.0	32	rep_cluster_1868	MOBP			mobilizable	chromosome	2495.0	100.0	100.0	0.90625	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0041_000000012085	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9603955352754934	PS897	0	0	True	True	1.0	1612	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.962	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0134_000000010147	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9603955352754934	PS897	0	0	True	True	1.0	2222	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.962	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0085_000000006669	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.957367220065265	PS897	0	0	True	True	1.0	1137	rep_cluster_1868	MOBP			mobilizable	chromosome	2547.0	99.961	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0030_01_000000005983	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9600296321592261	PS897	0	0	True	True	1.0	243	rep_cluster_1868	MOBP			mobilizable	plasmid	2687.0	97.84100000000001	100.0	0.9748816891153986	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
SPA0115_000000009208	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579599454850972	PS897	0	0	True	True	1.0	2250	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	100.0	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
MON0008_000000011634	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9613707826199261	PS897	0	0	True	True	1.0	85	rep_cluster_1868	MOBP			mobilizable	plasmid	2573.0	97.86200000000001	100.0	0.9333818711321441	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
MON0012_000000016656	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.7049925083103892	PS897	0	0	True	True	1.0	27	rep_cluster_1868	MOBP			mobilizable	chromosome	2679.0	99.925	100.0	0.9727470930232558	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0122_000000004830	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579261152174915	PS897	0	0	True	True	1.0	5459	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.96	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0360_000000008553	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9573692513145114	PS897	0	0	True	True	1.0	624	rep_cluster_1868	MOBP			mobilizable	chromosome	2590.0	99.92299999999999	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0135_000000008369	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576742252217793	PS897	0	0	True	True	1.0	6214	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.92200000000001	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0168_000000010560	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9601131567799073	PS897	0	0	True	True	1.0	1459	rep_cluster_1868	MOBP			mobilizable	plasmid	2680.0	97.79899999999999	100.0	0.9723334546778304	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
SPA0046_000000010390	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.960377349392194	PS897	0	0	True	True	1.0	463	rep_cluster_1868	MOBP			mobilizable	other	2634.0	100.0	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0014_000000008647	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.960336813412323	PS897	0	0	True	True	1.0	507	rep_cluster_1868	MOBP			mobilizable	other	2635.0	100.0	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0105_000000006157	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9568570617471632	PS897	0	0	True	True	1.0	505	rep_cluster_1868	MOBP			mobilizable	chromosome	2549.0	99.84299999999999	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
MON0011_000000016657	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579599454850972	PS897	0	0	True	True	1.0	37	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	100.0	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0157_000000003556	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9600218590404631	PS897	0	0	True	True	1.0	52	rep_cluster_1868	MOBP			mobilizable	plasmid	2673.0	97.83	100.0	0.9697852202402621	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
SPA0062_000000011636	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579379694293516	PS897	0	0	True	True	1.0	2350	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	99.96	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
MON0071_000000004194	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9605641609294001	PS897	0	0	True	True	1.0	178	rep_cluster_1868	MOBP			mobilizable	other	2134.0	99.906	100.0	0.7538896746817539	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ISR0340_000000008517	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.960213685564196	PS897	0	0	True	True	1.0	740	rep_cluster_1868	MOBP			mobilizable	plasmid	2754.0	97.821	100.0	0.9992719330178377	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
CHI0176_000000002881	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.961248090555274	PS897	0	0	True	True	1.0	296	rep_cluster_1868	MOBP			mobilizable	other	2705.0	100.0	100.0	0.9825581395348837	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0035_000000007790	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577728719100667	PS897	0	0	True	True	1.0	139	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	100.0	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0278_000000003657	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577350494005386	PS897	0	0	True	True	1.0	150	rep_cluster_1868	MOBP			mobilizable	chromosome	2590.0	99.92299999999999	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0058_000000010974	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579379694293516	PS897	0	0	True	True	1.0	1845	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	99.96	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0057_000000011025	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9386263622254909	PS897	0	0	True	True	1.0	1277	rep_cluster_1868	MOBP			mobilizable	plasmid	2698.0	99.926	100.0	0.98	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
SPA0126_000000014522	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579686724049276	PS897	0	0	True	True	1.0	2457	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	100.0	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0117_000000009489	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9595632986393647	PS897	0	0	True	True	1.0	395	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.92399999999999	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0137_000000012909	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577957428452616	PS897	0	0	True	True	1.0	1698	rep_cluster_1868	MOBP			mobilizable	chromosome	2508.0	100.0	100.0	0.9109738372093024	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0072_01_000000007037	2831	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576601415545757	PS897	0	0	True	True	1.0	1780	rep_cluster_1868	MOBP			mobilizable	plasmid	2739.0	90.90899999999999	100.0	0.9802513464991023	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
CHI0077_000000004796	2831	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9603379789834527	PS897	0	0	True	True	1.0	952	rep_cluster_1868	MOBP			mobilizable	other	2753.0	99.927	100.0	0.9996366279069767	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0032_01_000000008618	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9534219655649564	PS897	0	0	True	True	1.0	2610	rep_cluster_1868	MOBP			mobilizable	plasmid	2660.0	99.962	100.0	0.9665454545454546	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
SPA0006_000000011339	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9605469148125563	PS897	0	0	True	True	1.0	1088	rep_cluster_1868	MOBP			mobilizable	other	2182.0	99.90799999999999	100.0	0.7712164073550212	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ISR0357_000000008675	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575925429708978	PS897	0	0	True	True	1.0	74	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.92299999999999	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0109_000000008766	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9569652522129097	PS897	0	0	True	True	1.0	597	rep_cluster_1868	MOBP			mobilizable	chromosome	2547.0	99.84299999999999	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0079_000000002307	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9611479050841661	PS897	0	0	True	True	1.0	58	rep_cluster_1868	MOBP			mobilizable	other	2828.0	98.197	100.0	0.9996461429582448	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
SPA0125_000000012403	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9607184358148301	PS897	0	0	True	True	1.0	5844	rep_cluster_1868	MOBP			mobilizable	plasmid	2574.0	99.961	100.0	0.9352727272727273	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0083_000000008778	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9581209325962348	PS897	0	0	True	True	1.0	76	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.96	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0186_000000005594	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578797619829337	PS897	0	0	True	True	1.0	680	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.961	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0042_000000009372	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578797619829337	PS897	0	0	True	True	1.0	394	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.961	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0060_000000010128	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9498145742959142	PS897	0	0	True	True	1.0	73	rep_cluster_1868	MOBP			mobilizable	plasmid	2567.0	99.416	100.0	0.9315617036767383	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ENG0069_000000007113	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578797619829337	PS897	0	0	True	True	1.0	1178	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.961	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0064_01_000000003043	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9605282233220886	PS897	0	0	True	True	1.0	1614	rep_cluster_1868	MOBP			mobilizable	plasmid	2679.0	97.87200000000001	100.0	0.9723334546778304	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0770_000000003512	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579332347142199	PS897	0	0	True	True	1.0	268	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.961	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0086_01_000000006361	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575118124221755	PS897	0	0	True	True	1.0	1484	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.882	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0163_000000003214	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579332347142199	PS897	0	0	True	True	1.0	105	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.961	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0054_01_000000003216	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9614452833527009	PS897	0	0	True	True	1.0	504	rep_cluster_1868	MOBP			mobilizable	other	2705.0	99.963	100.0	0.9825581395348837	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0060_01_000000004718	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578797619829337	PS897	0	0	True	True	1.0	283	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.961	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0295_000000012173	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.957585259670227	PS897	0	0	True	True	1.0	393	rep_cluster_1868	MOBP			mobilizable	plasmid	2713.0	99.889	100.0	0.9854545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0126_000000017375	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576453792345127	PS897	0	0	True	True	1.0	711	rep_cluster_1868	MOBP			mobilizable	other	2510.0	99.88	100.0	0.9113372093023255	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0050_01_000000004741	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9607640015385476	PS897	0	0	True	True	1.0	1153	rep_cluster_1868	MOBP			mobilizable	other	2435.0	99.87700000000001	100.0	0.8606789250353607	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
USA0043_01_000000003861	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9464690133960103	PS897	0	0	True	True	1.0	229	rep_cluster_1868	MOBP			mobilizable	other	2528.0	98.339	100.0	0.9178779069767442	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0062_01_000000007928	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9605742287188228	PS897	0	0	True	True	1.0	858	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0012_000000008682	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.957873426867293	PS897	0	0	True	True	1.0	642	rep_cluster_1868	MOBP			mobilizable	chromosome	2547.0	99.961	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0130_000000010644	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577736757005438	PS897	0	0	True	True	1.0	242	rep_cluster_1868	MOBP			mobilizable	other	1802.0	99.945	100.0	0.6544331395348837	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0002_000000007921	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.957873426867293	PS897	0	0	True	True	1.0	2556	rep_cluster_1868	MOBP			mobilizable	chromosome	2547.0	99.961	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0337_000000003333	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575926299022914	PS897	0	0	True	True	1.0	184	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.882	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0016_01_000000005929	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579337011345233	PS897	0	0	True	True	1.0	116	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.961	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
DEN0033_000000008857	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575045532458131	PS897	0	0	True	True	1.0	3418	rep_cluster_1868	MOBP			mobilizable	plasmid	2738.0	90.94200000000001	100.0	0.9802513464991023	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
USA0006_01_000000008634	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9495371905446278	PS897	0	0	True	True	1.0	2033	rep_cluster_1868	MOBP			mobilizable	plasmid	2615.0	99.962	100.0	0.9501818181818181	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
CHI0108_000000002720	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9599280699803053	PS897	0	0	True	True	1.0	38	rep_cluster_1868	MOBP			mobilizable	plasmid	2566.0	99.844	100.0	0.932	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ENG0127_000000008992	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9605861226424367	PS897	0	0	True	True	1.0	126	rep_cluster_1868	MOBP			mobilizable	other	2633.0	99.962	100.0	0.9563953488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0052_000000010102	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9606585574466638	PS897	0	0	True	True	1.0	880	rep_cluster_1868	MOBP			mobilizable	other	2705.0	99.889	100.0	0.9825581395348837	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0849_000000009660	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574466019391209	PS897	0	0	True	True	1.0	161	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.92299999999999	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0136_000000005126	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9601496416303419	PS897	0	0	True	True	1.0	867	rep_cluster_1868	MOBP			mobilizable	other	2634.0	100.0	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
FIJ0141_000000010230	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9581297316222447	PS897	0	0	True	True	1.0	278	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	99.96	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
AUS0010_000000008289	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.957256319202397	PS897	0	0	True	True	1.0	6570	rep_cluster_1868	MOBP			mobilizable	plasmid	2712.0	99.889	100.0	0.9854545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0346_000000007392	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572685862529305	PS897	0	0	True	True	1.0	309	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.92200000000001	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0165_000000006673	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.956912607366763	PS897	0	0	True	True	1.0	777	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.846	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0133_000000008799	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9602302923335889	PS897	0	0	True	True	1.0	589	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.92399999999999	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0045_000000009504	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575091567539541	PS897	0	0	True	True	1.0	847	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.96	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0206_000000009042	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579375420364548	PS897	0	0	True	True	1.0	217	rep_cluster_1868	MOBP			mobilizable	plasmid	2730.0	99.963	100.0	0.992	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0335_000000006149	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574466019391209	PS897	0	0	True	True	1.0	48	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.92299999999999	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0133_01_000000008518	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.7048532277518543	PS897	0	0	True	True	1.0	507	rep_cluster_1868	MOBP			mobilizable	chromosome	2680.0	99.925	100.0	0.9734738372093024	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0111_000000006164	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9454638224012347	PS897	0	0	True	True	1.0	38	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	98.223	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0030_000000007262	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9602827696329908	PS897	0	0	True	True	1.0	470	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.92399999999999	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0125_000000009077	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9599409258222733	PS897	0	0	True	True	1.0	59	rep_cluster_1868	MOBP			mobilizable	other	2752.0	99.891	100.0	0.9996366279069767	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0090_000000007878	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571918677991079	PS897	0	0	True	True	1.0	525	rep_cluster_1868	MOBP			mobilizable	chromosome	2590.0	99.846	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0057_000000008175	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577633529194658	PS897	0	0	True	True	1.0	76	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.919	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0322_000000003526	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.957314952654939	PS897	0	0	True	True	1.0	30	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.92299999999999	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0023_01_000000011139	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9467419965281725	PS897	0	0	True	True	1.0	315	rep_cluster_1868	MOBP			mobilizable	plasmid	2693.0	98.44	100.0	0.978909090909091	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
SPA0013_000000009708	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.957873426867293	PS897	0	0	True	True	1.0	1654	rep_cluster_1868	MOBP			mobilizable	chromosome	2547.0	99.961	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0095_000000002825	2830	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9605077421822256	PS897	0	0	True	True	1.0	331	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0146_000000002375	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9604638693558765	PS897	0	0	True	True	1.0	65	rep_cluster_1868	MOBP			mobilizable	chromosome	2529.0	99.684	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0150_000000002985	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9614927163122375	PS897	0	0	True	True	1.0	118	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.921	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0024_01_000000008423	2830	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9603027808706944	PS897	0	0	True	True	1.0	270	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.92399999999999	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0022_000000004805	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9598121670100873	PS897	0	0	True	True	1.0	267	rep_cluster_1868	MOBP			mobilizable	other	2700.0	99.926	100.0	0.9807412790697675	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0106_000000013819	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9600532261923352	PS897	0	0	True	True	1.0	884	rep_cluster_1868	MOBP			mobilizable	other	2706.0	99.926	100.0	0.982921511627907	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0151_000000008813	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577105053537922	PS897	0	0	True	True	1.0	421	rep_cluster_1868	MOBP			mobilizable	chromosome	2547.0	99.921	100.0	0.9251453488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0131_000000005719	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9618718780465892	PS897	0	0	True	True	1.0	245	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.919	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0083_000000003589	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9573908064427739	PS897	0	0	True	True	1.0	1261	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.882	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0117_000000013438	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9600509169153202	PS897	0	0	True	True	1.0	765	rep_cluster_1868	MOBP			mobilizable	other	2705.0	99.926	100.0	0.9825581395348837	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0048_01_000000005529	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9493160480543242	PS897	0	0	True	True	1.0	237	rep_cluster_1868	MOBP			mobilizable	plasmid	2738.0	99.525	100.0	0.9941754641427011	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
USA0045_01_000000004937	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9619573116951684	PS897	0	0	True	True	1.0	302	rep_cluster_1868	MOBP			mobilizable	chromosome	2358.0	99.915	100.0	0.856468023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0080_000000008940	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9491457360232614	PS897	0	0	True	True	1.0	553	rep_cluster_1868	MOBP			mobilizable	plasmid	2746.0	99.527	100.0	0.9970877320713506	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0303_000000004180	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9618737257799818	PS897	0	0	True	True	1.0	229	rep_cluster_1868	MOBP			mobilizable	plasmid	2623.0	97.979	100.0	0.9523116126683655	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0029_000000016072	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.960421936015364	PS897	0	0	True	True	1.0	738	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0085_000000000435	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574399181210349	PS897	0	0	True	True	1.0	60	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.881	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0108_01_000000004076	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9492231430440746	PS897	0	0	True	True	1.0	3322	rep_cluster_1868	MOBP			mobilizable	other	2802.0	99.822	100.0	0.9904458598726115	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
MAD0057_000000005736	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.954865328416098	PS897	0	0	True	True	1.0	14	rep_cluster_1868	MOBP			mobilizable	plasmid	2678.0	98.88	100.0	0.9723334546778304	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
MON0107_000000020573	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575201691929082	PS897	0	0	True	True	1.0	11	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.882	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0151_000000006256	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577712357364212	PS897	0	0	True	True	1.0	2957	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.92200000000001	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0071_000000007391	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577594628444126	PS897	0	0	True	True	1.0	1489	rep_cluster_1868	MOBP			mobilizable	chromosome	2549.0	99.92200000000001	100.0	0.9258720930232558	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0130_01_000000013231	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9598671131248669	PS897	0	0	True	True	1.0	283	rep_cluster_1868	MOBP			mobilizable	other	2749.0	99.891	100.0	0.998546511627907	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0112_000000012009	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9600527597720319	PS897	0	0	True	True	1.0	1161	rep_cluster_1868	MOBP			mobilizable	other	2706.0	99.926	100.0	0.982921511627907	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
FIJ0119_000000006005	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9353304044382041	PS897	0	0	True	True	1.0	14	rep_cluster_1868	MOBP			mobilizable	plasmid	2702.0	99.48200000000001	100.0	0.9821818181818182	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
DEN0069_000000009928	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9595240352157481	PS897	0	0	True	True	1.0	8631	rep_cluster_1868	MOBP			mobilizable	other	2706.0	99.852	100.0	0.982921511627907	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
AST0100_000000005305	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9382881189083522	PS897	0	0	True	True	1.0	329	rep_cluster_1868	MOBP			mobilizable	plasmid	2697.0	99.889	100.0	0.98	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0338_000000009183	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9558749881798936	PS897	0	0	True	True	1.0	389	rep_cluster_1868	MOBP			mobilizable	chromosome	2591.0	99.846	100.0	0.9411337209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0035_01_000000008876	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9300089525900205	PS897	0	0	True	True	1.0	5628	rep_cluster_1868	MOBP			mobilizable	plasmid	2744.0	98.397	100.0	0.9974545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
SPA0150_000000006762	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9605392585140632	PS897	0	0	True	True	1.0	2419	rep_cluster_1868	MOBP			mobilizable	other	2625.0	99.92399999999999	100.0	0.9534883720930233	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0037_01_000000012267	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578212327442212	PS897	0	0	True	True	1.0	374	rep_cluster_1868	MOBP			mobilizable	other	2527.0	99.921	100.0	0.9178779069767442	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0162_000000013918	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9466319547716436	PS897	0	0	True	True	1.0	197	rep_cluster_1868	MOBP			mobilizable	other	2527.0	98.37799999999999	100.0	0.9178779069767442	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0107_000000011222	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577249657181222	PS897	0	0	True	True	1.0	267	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.92200000000001	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0145_000000006629	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577244992978187	PS897	0	0	True	True	1.0	2953	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.92200000000001	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0008_01_000000002727	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.957046835325134	PS897	0	0	True	True	1.0	48	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.84299999999999	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0848_000000005941	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577785504168571	PS897	0	0	True	True	1.0	2614	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.92299999999999	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0194_000000009694	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576635160066919	PS897	0	0	True	True	1.0	425	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.919	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0066_000000004390	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9618718780465892	PS897	0	0	True	True	1.0	1603	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.919	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0166_000000002643	2829	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.7046768280788016	PS897	0	0	True	True	0.9996465444564819	296	rep_cluster_1868	MOBP			mobilizable	chromosome	2680.0	99.88799999999999	100.0	0.9734738372093024	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0053_000000006504	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577785504168571	PS897	0	0	True	True	1.0	54	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.92299999999999	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0771_000000004005	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577785504168571	PS897	0	0	True	True	1.0	662	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.92299999999999	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0161_000000003567	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9619435306772028	PS897	0	0	True	True	1.0	292	rep_cluster_1868	MOBP			mobilizable	other	2140.0	99.90700000000001	100.0	0.7563649222065064	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
USA0021_01_000000006495	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572457230498108	PS897	0	0	True	True	1.0	626	rep_cluster_1868	MOBP			mobilizable	chromosome	2590.0	99.846	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0125_01_000000008577	2829	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9580880285153698	PS897	0	0	True	True	1.0	358	rep_cluster_1868	MOBP			mobilizable	chromosome	2396.0	99.958	100.0	0.8702761627906976	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0017_01_000000009726	2828	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576155595069074	PS897	0	0	True	True	1.0	437	rep_cluster_1868	MOBP			mobilizable	chromosome	2548.0	99.882	100.0	0.9255087209302325	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0279_000000007196	2828	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576662332109587	PS897	0	0	True	True	1.0	21	rep_cluster_1868	MOBP			mobilizable	chromosome	2589.0	99.884	100.0	0.940406976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0002_000000007546	2828	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.959885927827428	PS897	0	0	True	True	1.0	787	rep_cluster_1868	MOBP			mobilizable	other	2633.0	99.88600000000001	100.0	0.9563953488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0026_01_000000011685	2828	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9618006853505691	PS897	0	0	True	True	1.0	1997	rep_cluster_1868	MOBP			mobilizable	other	2792.0	98.352	100.0	0.9872611464968153	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0325_000000006837	2828	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9597254251909939	PS897	0	0	True	True	1.0	76	rep_cluster_1868	MOBP			mobilizable	other	2720.0	99.89	100.0	0.9880087209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
FIJ0168_000000007207	2828	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.949289963996941	PS897	0	0	True	True	1.0	24	rep_cluster_1868	MOBP			mobilizable	plasmid	2678.0	99.477	100.0	0.9723334546778304	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ENG0108_000000007531	2828	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9573300405956712	PS897	0	0	True	True	1.0	393	rep_cluster_1868	MOBP			mobilizable	plasmid	2711.0	99.926	100.0	0.9854545454545455	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
USA0038_01_000000006224	2828	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9322852539228746	PS897	0	0	True	True	1.0	1234	rep_cluster_1868	MOBP			mobilizable	other	2550.0	98.275	100.0	0.9262354651162791	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0083_01_000000010724	2828	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9602338852764464	PS897	0	0	True	True	1.0	259	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.92399999999999	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0186_000000006823	2828	0.6352593284472442	2	2	0	0	2	False	123439	backbone	True	CHI0186_000000006823	0.9625760858323698	PS897	634	12	True	True	1.0	115	rep_cluster_1868	MOBP			mobilizable	other	2140.0	99.72	100.0	0.7563649222065064	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
FIJ0005_000000011375	2828	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578553796172018	PS897	0	0	True	True	1.0	388	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.919	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0042_01_000000008011	2827	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9601081364749956	PS897	0	0	True	True	1.0	71	rep_cluster_1868	MOBP			mobilizable	other	2686.0	99.70200000000001	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0128_000000009485	2826	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592231759127074	PS897	0	0	True	True	0.9978768825531006	28	rep_cluster_1868	MOBP			mobilizable	other	2665.0	99.887	100.0	0.9680232558139535	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0216_000000006639	2826	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.7046780788480461	PS897	0	0	True	True	1.0	98	rep_cluster_1868	MOBP			mobilizable	chromosome	2628.0	99.88600000000001	100.0	0.954578488372093	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0289_000000002972	2825	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9604304350840972	PS897	0	0	True	True	1.0	146	rep_cluster_1868	MOBP			mobilizable	chromosome	2443.0	99.75399999999999	100.0	0.8873546511627907	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0128_000000013129	2823	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592233440381939	PS897	0	0	True	True	1.0	903	rep_cluster_1868	MOBP			mobilizable	other	2822.0	91.07	100.0	0.9646533973919011	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0096_000000002281	2822	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9387726916877995	PS897	0	0	True	True	1.0	428	rep_cluster_1868	MOBP			mobilizable	plasmid	2697.0	99.963	100.0	0.98	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
CHI0070_000000003829	2822	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9604125598403807	PS897	0	0	True	True	1.0	60	rep_cluster_1868	MOBP			mobilizable	other	2694.0	99.814	100.0	0.9785610465116279	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0018_000000010383	2821	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9595917432408819	PS897	0	0	True	True	1.0	980	rep_cluster_1868	MOBP			mobilizable	other	2689.0	99.814	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
FIJ0139_000000009182	2820	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9580734422658067	PS897	0	0	True	True	0.9996454119682312	9	rep_cluster_1868	MOBP			mobilizable	other	2275.0	99.473	100.0	0.804101838755304	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
SPA0098_000000012610	2819	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572559397138422	PS897	0	0	True	True	1.0	423	rep_cluster_1868	MOBP			mobilizable	chromosome	2533.0	100.0	100.0	0.9200581395348837	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0016_000000007334	2818	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9011258173743145	PS897	0	0	True	True	1.0	57	rep_cluster_1868	MOBP			mobilizable	chromosome	2779.0	98.92	100.0	0.9974856321839081	HG796821.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00118	False	True
SPA0011_000000006902	2815	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9591146292519853	PS897	0	0	True	True	1.0	2635	rep_cluster_1868	MOBP			mobilizable	other	2668.0	99.925	100.0	0.96875	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0010_000000002873	2814	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.900287375332626	PS897	0	0	True	True	1.0	119	rep_cluster_1868	MOBP			mobilizable	plasmid	2776.0	99.06299999999999	100.0	0.9967660797700323	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
ISR0774_000000008736	2813	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9564642722148933	PS897	0	0	True	True	1.0	9840	rep_cluster_1868	MOBP			mobilizable	chromosome	2530.0	99.921	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0845_000000003622	2813	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9604881595292958	PS897	0	0	True	True	1.0	82	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.96	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0114_000000016322	2812	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.956464674049671	PS897	0	0	True	True	1.0	141	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.921	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0048_000000009700	2812	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9568071811980228	PS897	0	0	True	True	1.0	123	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.96	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0146_000000014103	2812	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592517045916585	PS897	0	0	True	True	1.0	267	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0162_000000008759	2812	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9595179548575515	PS897	0	0	True	True	1.0	271	rep_cluster_1868	MOBP			mobilizable	plasmid	2532.0	99.84200000000001	100.0	0.9192727272727272	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0830_000000009538	2812	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9568071811980228	PS897	0	0	True	True	1.0	101	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.96	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0079_000000008690	2812	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9565584554693785	PS897	0	0	True	True	1.0	209	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.921	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0004_01_000000008908	2812	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592450007487457	PS897	0	0	True	True	1.0	440	rep_cluster_1868	MOBP			mobilizable	other	2626.0	99.962	100.0	0.9534883720930233	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0091_000000010872	2812	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9566630620505983	PS897	0	0	True	True	1.0	262	rep_cluster_1868	MOBP			mobilizable	chromosome	2529.0	99.96	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0029_000000009198	2812	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592882066791417	PS897	0	0	True	True	1.0	561	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0025_000000008593	2812	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592450007487457	PS897	0	0	True	True	1.0	62	rep_cluster_1868	MOBP			mobilizable	other	2626.0	99.962	100.0	0.9534883720930233	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
MON0026_000000013907	2812	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9441033343790372	PS897	0	0	True	True	1.0	6	rep_cluster_1868	MOBP			mobilizable	chromosome	2478.0	99.919	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0772_000000001617	2812	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9603176298995014	PS897	0	0	True	True	1.0	60	rep_cluster_1868	MOBP			mobilizable	plasmid	2679.0	97.686	100.0	0.9712413542045868	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ENG0006_000000008439	2812	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9596050774409701	PS897	0	0	True	True	1.0	202	rep_cluster_1868	MOBP			mobilizable	other	2650.0	99.962	100.0	0.9622093023255814	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0096_000000011893	2812	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9596182560648856	PS897	0	0	True	True	1.0	207	rep_cluster_1868	MOBP			mobilizable	other	2811.0	91.10600000000001	100.0	0.9615648592999314	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0350_000000006312	2812	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592882066791417	PS897	0	0	True	True	1.0	953	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0010_000000007744	2812	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9596079381207256	PS897	0	0	True	True	1.0	195	rep_cluster_1868	MOBP			mobilizable	other	2635.0	100.0	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0058_000000011557	2812	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9568071811980228	PS897	0	0	True	True	1.0	125	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.96	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0858_000000003203	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9595248996108147	PS897	0	0	True	True	1.0	88	rep_cluster_1868	MOBP			mobilizable	other	2686.0	100.0	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0032_000000011659	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572791160554956	PS897	0	0	True	True	1.0	460	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	100.0	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
FIJ0011_000000015531	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.958143040991534	PS897	0	0	True	True	0.9790109992027283	2	rep_cluster_1868	MOBP			mobilizable	other	2651.0	99.962	100.0	0.9629360465116279	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0331_000000008061	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9569571450571703	PS897	0	0	True	True	1.0	460	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	100.0	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0097_000000011228	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571011828977463	PS897	0	0	True	True	1.0	22	rep_cluster_1868	MOBP			mobilizable	chromosome	2527.0	100.0	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
AST0087_000000012895	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9570650577449747	PS897	0	0	True	True	1.0	135	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.921	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0028_000000005880	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9565765401807963	PS897	0	0	True	True	1.0	282	rep_cluster_1868	MOBP			mobilizable	chromosome	2529.0	99.921	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0828_000000002488	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9612387710279497	PS897	0	0	True	True	1.0	8599	rep_cluster_1868	MOBP			mobilizable	other	2748.0	98.21700000000001	100.0	0.9706298655343242	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
SPA0021_000000011745	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9570650577449747	PS897	0	0	True	True	1.0	1252	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.921	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
FIJ0170_000000005710	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9590837168642375	PS897	0	0	True	True	1.0	2	rep_cluster_1868	MOBP			mobilizable	other	2625.0	100.0	100.0	0.9534883720930233	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0780_000000004049	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.960970227226233	PS897	0	0	True	True	1.0	836	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	99.919	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0110_000000007214	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571011828977463	PS897	0	0	True	True	1.0	118	rep_cluster_1868	MOBP			mobilizable	chromosome	2527.0	100.0	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
DEN0061_000000014586	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574134444220201	PS897	0	0	True	True	1.0	662	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	99.96	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0060_000000010139	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9595051000151749	PS897	0	0	True	True	1.0	82	rep_cluster_1868	MOBP			mobilizable	other	2686.0	100.0	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0102_000000009804	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9575891730404129	PS897	0	0	True	True	0.9978655576705933	28	rep_cluster_1868	MOBP			mobilizable	other	2685.0	99.926	100.0	0.9752906976744186	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
FIJ0084_000000004807	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9615040063902547	PS897	0	0	True	True	1.0	3	rep_cluster_1868	MOBP			mobilizable	plasmid	2671.0	97.829	100.0	0.9690571532580997	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ISR0370_000000009304	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571011828977463	PS897	0	0	True	True	1.0	106	rep_cluster_1868	MOBP			mobilizable	chromosome	2527.0	100.0	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0230_000000011220	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592947300597195	PS897	0	0	True	True	1.0	231	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
AST0025_000000012492	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9595107432415003	PS897	0	0	True	True	1.0	149	rep_cluster_1868	MOBP			mobilizable	other	2685.0	100.0	100.0	0.9752906976744186	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0033_000000010813	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9603334704240397	PS897	0	0	True	True	1.0	81	rep_cluster_1868	MOBP			mobilizable	plasmid	2555.0	99.92200000000001	100.0	0.928	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
FIJ0033_000000012448	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9569571450571703	PS897	0	0	True	True	0.9992884993553162	13	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	100.0	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0024_000000009753	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9588069144925404	PS897	0	0	True	True	1.0	76	rep_cluster_1868	MOBP			mobilizable	other	2685.0	99.926	100.0	0.9752906976744186	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0831_000000006189	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9570650577449747	PS897	0	0	True	True	1.0	5098	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.921	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0134_000000011558	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.959806250024979	PS897	0	0	True	True	1.0	191	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.962	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0104_000000008976	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579445973893501	PS897	0	0	True	True	1.0	72	rep_cluster_1868	MOBP			mobilizable	other	2716.0	99.89	100.0	0.9861918604651163	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0290_000000004342	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9604716626530047	PS897	0	0	True	True	1.0	123	rep_cluster_1868	MOBP			mobilizable	other	2685.0	99.963	100.0	0.9752906976744186	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0154_000000010782	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9596128769365738	PS897	0	0	True	True	1.0	159	rep_cluster_1868	MOBP			mobilizable	other	2634.0	100.0	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0148_000000013375	2811	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592274262731353	PS897	0	0	True	True	1.0	286	rep_cluster_1868	MOBP			mobilizable	other	2625.0	99.962	100.0	0.9534883720930233	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0127_000000010414	2811	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.959806250024979	PS897	0	0	True	True	1.0	102	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.962	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0398_000000008256	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9587831865375231	PS897	0	0	True	True	1.0	115	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.848	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
DEN0066_000000011988	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592790416336847	PS897	0	0	True	True	1.0	474	rep_cluster_1868	MOBP			mobilizable	other	2625.0	99.962	100.0	0.9534883720930233	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0053_000000011892	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.959966472900415	PS897	0	0	True	True	1.0	1318	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.962	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0091_000000004534	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9610187577355249	PS897	0	0	True	True	1.0	404	rep_cluster_1868	MOBP			mobilizable	other	2685.0	99.963	100.0	0.9752906976744186	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0138_000000007016	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572637690609677	PS897	0	0	True	True	1.0	47	rep_cluster_1868	MOBP			mobilizable	chromosome	2527.0	99.96	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0810_000000005115	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.7058779589623555	PS897	0	0	True	True	0.9985765218734741	27	rep_cluster_1868	MOBP			mobilizable	chromosome	2607.0	99.92299999999999	100.0	0.9469476744186046	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0002_000000003272	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9613669989411168	PS897	0	0	True	True	1.0	1051	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	99.919	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0281_000000005882	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571197441555418	PS897	0	0	True	True	1.0	137	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.96	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0851_000000004589	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9597693488257149	PS897	0	0	True	True	1.0	1229	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
AST0016_000000009366	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9598112782288538	PS897	0	0	True	True	1.0	142	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
FIJ0079_000000010063	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9612299855050859	PS897	0	0	True	True	1.0	17	rep_cluster_1868	MOBP			mobilizable	other	2686.0	99.88799999999999	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0797_000000004100	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9562666364160642	PS897	0	0	True	True	1.0	60	rep_cluster_1868	MOBP			mobilizable	plasmid	2473.0	97.93799999999999	100.0	0.8973425555151074	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ENG0079_000000011750	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9598112782288538	PS897	0	0	True	True	1.0	133	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0047_000000005464	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571192745416726	PS897	0	0	True	True	1.0	1829	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.96	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0359_000000008984	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9591939127796457	PS897	0	0	True	True	1.0	58	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.88600000000001	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0078_000000005758	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9603063484485461	PS897	0	0	True	True	1.0	230	rep_cluster_1868	MOBP			mobilizable	other	2140.0	99.86	100.0	0.756011315417256	NZ_SPGG01000051.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_51_length_2828_cov_207.804, whole genome shotgun sequence	False	True
ISR0806_000000003810	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.961646756964548	PS897	0	0	True	True	1.0	396	rep_cluster_1868	MOBP			mobilizable	chromosome	2495.0	99.96	100.0	0.90625	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0288_000000010690	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9598112782288538	PS897	0	0	True	True	1.0	105	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
DEN0062_000000006587	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9595482100432373	PS897	0	0	True	True	1.0	292	rep_cluster_1868	MOBP			mobilizable	other	2672.0	99.88799999999999	100.0	0.970203488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0838_000000008086	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571197441555418	PS897	0	0	True	True	1.0	177	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.96	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0800_000000003918	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9613017813669827	PS897	0	0	True	True	1.0	812	rep_cluster_1868	MOBP			mobilizable	chromosome	2495.0	99.92	100.0	0.90625	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0208_000000009582	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.943607977591464	PS897	0	0	True	True	1.0	194	rep_cluster_1868	MOBP			mobilizable	other	2296.0	98.51899999999999	100.0	0.8117480537862704	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0042_000000010092	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9598112782288538	PS897	0	0	True	True	1.0	56	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0066_000000005188	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9597092323421054	PS897	0	0	True	True	1.0	377	rep_cluster_1868	MOBP			mobilizable	other	2685.0	99.963	100.0	0.9752906976744186	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0134_000000013881	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9594365575066474	PS897	0	0	True	True	1.0	381	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.92399999999999	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0260_000000004403	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.7059116642591994	PS897	0	0	True	True	1.0	127	rep_cluster_1868	MOBP			mobilizable	chromosome	2607.0	99.92299999999999	100.0	0.9469476744186046	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0393_000000006163	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9588411761199592	PS897	0	0	True	True	1.0	107	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.848	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0092_000000015307	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9569093409279872	PS897	0	0	True	True	1.0	732	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.881	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0856_000000001822	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9601643280788817	PS897	0	0	True	True	1.0	109	rep_cluster_1868	MOBP			mobilizable	other	2729.0	99.963	100.0	0.9912790697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0787_000000004896	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572632992862716	PS897	0	0	True	True	1.0	176	rep_cluster_1868	MOBP			mobilizable	chromosome	2527.0	99.96	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0239_000000005001	2810	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9597035358186135	PS897	0	0	True	True	1.0	241	rep_cluster_1868	MOBP			mobilizable	other	2686.0	99.963	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
AST0029_000000010824	2810	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9603843166014407	PS897	0	0	True	True	1.0	98	rep_cluster_1868	MOBP			mobilizable	plasmid	2530.0	99.96	100.0	0.9192727272727272	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0394_000000006672	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9595958020012135	PS897	0	0	True	True	1.0	229	rep_cluster_1868	MOBP			mobilizable	other	2629.0	99.92399999999999	100.0	0.9549418604651163	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0274_000000002180	2809	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9570101081643958	PS897	0	0	True	True	1.0	40	rep_cluster_1868	MOBP			mobilizable	plasmid	2739.0	90.90899999999999	100.0	0.9802513464991023	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
SPA0082_000000005833	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9570332222271453	PS897	0	0	True	True	1.0	37	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.921	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0853_000000006060	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9566910661308506	PS897	0	0	True	True	1.0	142	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.881	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0100_000000010647	2809	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9602288292090375	PS897	0	0	True	True	1.0	48	rep_cluster_1868	MOBP			mobilizable	plasmid	2530.0	99.921	100.0	0.9192727272727272	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
FIJ0158_000000006391	2809	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9569634987813445	PS897	0	0	True	True	1.0	7	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.921	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0304_000000003298	2809	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9567813229403749	PS897	0	0	True	True	1.0	263	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.921	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0788_000000002632	2809	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9615286021280555	PS897	0	0	True	True	0.9996439814567566	46	rep_cluster_1868	MOBP			mobilizable	chromosome	2511.0	99.96	100.0	0.9120639534883721	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ENG0179_000000011926	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9593880047806629	PS897	0	0	True	True	1.0	23	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0776_000000008884	2809	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9607946224368342	PS897	0	0	True	True	1.0	9068	rep_cluster_1868	MOBP			mobilizable	plasmid	2527.0	99.96	100.0	0.9185454545454546	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0807_000000004767	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.7056349186491582	PS897	0	0	True	True	1.0	40	rep_cluster_1868	MOBP			mobilizable	chromosome	2607.0	99.84700000000001	100.0	0.9469476744186046	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0081_01_000000011068	2809	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9578764319897639	PS897	0	0	True	True	1.0	259	rep_cluster_1868	MOBP			mobilizable	chromosome	2297.0	99.913	100.0	0.8343023255813954	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0014_01_000000002288	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9595968720452155	PS897	0	0	True	True	1.0	54	rep_cluster_1868	MOBP			mobilizable	other	2686.0	99.926	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0035_000000003827	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9596434392543527	PS897	0	0	True	True	1.0	953	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0224_000000010504	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576704336388687	PS897	0	0	True	True	1.0	82	rep_cluster_1868	MOBP			mobilizable	chromosome	2007.0	99.9	100.0	0.7285610465116279	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
FIJ0152_000000008389	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9488120161549088	PS897	0	0	True	True	1.0	5	rep_cluster_1868	MOBP			mobilizable	plasmid	2649.0	99.509	100.0	0.9617764834364761	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
FIJ0166_000000008545	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9596434392543527	PS897	0	0	True	True	1.0	18	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0040_000000009708	2809	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9471575835705797	PS897	0	0	True	True	1.0	96	rep_cluster_1868	MOBP			mobilizable	plasmid	2536.0	99.961	100.0	0.9218181818181819	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0243_000000003726	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592593724350805	PS897	0	0	True	True	1.0	87	rep_cluster_1868	MOBP			mobilizable	other	2686.0	99.88799999999999	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
DEN0004_000000000442	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9579119159566782	PS897	0	0	True	True	0.9996439814567566	33	rep_cluster_1868	MOBP			mobilizable	other	2741.0	99.927	100.0	0.9956395348837209	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0046_000000006704	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.7054182712337587	PS897	0	0	True	True	1.0	77	rep_cluster_1868	MOBP			mobilizable	chromosome	2607.0	99.80799999999999	100.0	0.9469476744186046	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0375_000000007452	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9589088456845324	PS897	0	0	True	True	1.0	23	rep_cluster_1868	MOBP			mobilizable	other	2686.0	99.851	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0816_000000014651	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.959698021704528	PS897	0	0	True	True	0.9950160384178162	4	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.92399999999999	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0018_000000007709	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.959698021704528	PS897	0	0	True	True	1.0	117	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.92399999999999	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0159_000000009117	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9570332222271453	PS897	0	0	True	True	1.0	34	rep_cluster_1868	MOBP			mobilizable	chromosome	2528.0	99.921	100.0	0.9182412790697675	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0785_000000012232	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9596798929565663	PS897	0	0	True	True	1.0	349	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
AST0151_000000005735	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9614916585439633	PS897	0	0	True	True	1.0	180	rep_cluster_1868	MOBP			mobilizable	other	2804.0	98.25200000000001	100.0	0.9915074309978769	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0301_000000006041	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9467488965550285	PS897	0	0	True	True	1.0	245	rep_cluster_1868	MOBP			mobilizable	other	2688.0	99.88799999999999	100.0	0.9501061571125266	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
CHI0129_000000008041	2809	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571075823557864	PS897	0	0	True	True	1.0	284	rep_cluster_1868	MOBP			mobilizable	chromosome	2527.0	99.921	100.0	0.9178779069767442	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
AUS0016_000000009760	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9596434392543527	PS897	0	0	True	True	1.0	11	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.962	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0268_000000006670	2809	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9557194803009836	PS897	0	0	True	True	1.0	992	rep_cluster_1868	MOBP			mobilizable	plasmid	2677.0	99.963	100.0	0.9730909090909091	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0050_000000009145	2808	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9594641878151582	PS897	0	0	True	True	1.0	91	rep_cluster_1868	MOBP			mobilizable	other	2686.0	99.88799999999999	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0037_000000007721	2808	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9591410071635026	PS897	0	0	True	True	1.0	52	rep_cluster_1868	MOBP			mobilizable	other	2633.0	99.88600000000001	100.0	0.9563953488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0106_000000006937	2808	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9601771383763014	PS897	0	0	True	True	1.0	98	rep_cluster_1868	MOBP			mobilizable	plasmid	2632.0	97.87200000000001	100.0	0.9552238805970149	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
CHI0044_000000005002	2808	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9609445626151776	PS897	0	0	True	True	1.0	84	rep_cluster_1868	MOBP			mobilizable	chromosome	2511.0	99.881	100.0	0.9117005813953488	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0391_000000004781	2808	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9594835064353028	PS897	0	0	True	True	1.0	67	rep_cluster_1868	MOBP			mobilizable	other	2686.0	99.88799999999999	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0087_000000011217	2808	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577563151947468	PS897	0	0	True	True	1.0	153	rep_cluster_1868	MOBP			mobilizable	other	2740.0	99.891	100.0	0.9952761627906976	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
AUS0018_000000009900	2808	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592541795961418	PS897	0	0	True	True	0.9992877244949341	16	rep_cluster_1868	MOBP			mobilizable	other	2684.0	99.925	100.0	0.9749273255813954	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0093_000000001766	2808	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9591364899591175	PS897	0	0	True	True	1.0	78	rep_cluster_1868	MOBP			mobilizable	other	2686.0	99.851	100.0	0.9756540697674418	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
FIJ0156_000000002645	2807	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9614045877174344	PS897	0	0	True	True	0.9989312291145325	2	rep_cluster_1868	MOBP			mobilizable	plasmid	2526.0	99.921	100.0	0.9174545454545454	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
FIJ0165_000000006068	2807	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9568331198068659	PS897	0	0	True	True	1.0	3	rep_cluster_1868	MOBP			mobilizable	chromosome	2524.0	99.921	100.0	0.9164244186046512	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0080_000000004479	2807	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9590744535799781	PS897	0	0	True	True	1.0	90	rep_cluster_1868	MOBP			mobilizable	other	2633.0	99.92399999999999	100.0	0.9563953488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0019_01_000000010678	2807	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9470134180668623	PS897	0	0	True	True	0.999287486076355	22	rep_cluster_1868	MOBP			mobilizable	other	2636.0	99.92399999999999	100.0	0.9320594479830149	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
SPA0081_000000004612	2807	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9606631254420624	PS897	0	0	True	True	1.0	97	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.87899999999999	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0353_000000013128	2806	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9058080427361639	PS897	0	0	True	True	1.0	23	rep_cluster_1868	MOBP			mobilizable	plasmid	2747.0	99.854	100.0	0.9863456701401365	AP022664.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p4-F9-2 DNA, nearly complete genome	False	True
DEN0083_000000009910	2806	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9607123989802507	PS897	0	0	True	True	1.0	162	rep_cluster_1868	MOBP			mobilizable	other	2680.0	99.925	100.0	0.9734738372093024	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0014_000000007938	2806	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.956562104778889	PS897	0	0	True	True	1.0	35	rep_cluster_1868	MOBP			mobilizable	chromosome	2522.0	99.96	100.0	0.9156976744186046	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0318_000000001545	2805	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9538907503677372	PS897	0	0	True	True	1.0	55	rep_cluster_1868	MOBP			mobilizable	chromosome	2520.0	99.921	100.0	0.9153343023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
FIJ0076_000000005675	2804	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9566738204514782	PS897	0	0	True	True	0.9996433854103088	1	rep_cluster_1868	MOBP			mobilizable	chromosome	2521.0	99.96	100.0	0.9156976744186046	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
USA0049_01_000000001419	2804	0.6352593284472442	5	2	0	0	2	False	123440	backbone	False	ISR0075_000000008378	0.958653403410522	PS897|PS898	0	0	True	True	0.9960770606994629	1		MOBP			mobilizable	chromosome	2666.0	97.93700000000001	100.0	0.9333099333099333	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
ISR0315_000000003271	2803	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9565232939363777	PS897	0	0	True	True	1.0	20	rep_cluster_1868	MOBP			mobilizable	chromosome	2520.0	99.921	100.0	0.9153343023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0097_000000011715	2802	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9592686053114572	PS897	0	0	True	True	1.0	204	rep_cluster_1868	MOBP			mobilizable	other	2672.0	99.963	100.0	0.9705668604651163	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
AST0040_000000006987	2801	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9574561972534739	PS897	0	0	True	True	1.0	31	rep_cluster_1868	MOBP			mobilizable	other	2676.0	99.88799999999999	100.0	0.9712936046511628	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0188_000000007727	2801	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9564060841960597	PS897	0	0	True	True	1.0	21	rep_cluster_1868	MOBP			mobilizable	chromosome	2518.0	99.96	100.0	0.9146075581395349	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0059_000000009262	2800	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.955825841835453	PS897	0	0	True	True	1.0	2661	rep_cluster_1868	MOBP			mobilizable	other	2675.0	98.01899999999999	100.0	0.943382873319179	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
SPA0142_000000010182	2800	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9568510775551674	PS897	0	0	True	True	1.0	953	rep_cluster_1868	MOBP			mobilizable	other	2676.0	99.81299999999999	100.0	0.971656976744186	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0177_000000009626	2800	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9564835193096858	PS897	0	0	True	True	1.0	234	rep_cluster_1868	MOBP			mobilizable	other	2670.0	99.85	99.0	0.9683866279069767	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0382_000000004867	2800	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9601246448547841	PS897	0	0	True	True	1.0	39	rep_cluster_1868	MOBP			mobilizable	chromosome	2516.0	99.84100000000001	100.0	0.9138808139534884	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0090_000000012355	2800	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9600542475126184	PS897	0	0	True	True	1.0	295	rep_cluster_1868	MOBP			mobilizable	chromosome	1997.0	99.95	100.0	0.7252906976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0781_000000009829	2799	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9566505496803525	PS897	0	0	True	True	0.9996427297592163	21	rep_cluster_1868	MOBP			mobilizable	other	2732.0	99.854	100.0	0.9923691860465116	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
DEN0035_000000011512	2798	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.958428624081467	PS897	0	0	True	True	1.0	129	rep_cluster_1868	MOBP			mobilizable	other	2669.0	99.925	99.0	0.96875	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0167_000000008875	2797	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9003774849869766	PS897	0	0	False	True	0.9992849230766296	0	rep_cluster_1868	MOBP			mobilizable	other	1744.0	99.82799999999999	100.0	0.6124385101897399	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
CHI0050_000000003509	2797	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9562292441273166	PS897	0	0	True	True	1.0	83	rep_cluster_1868	MOBP			mobilizable	plasmid	2738.0	90.94200000000001	100.0	0.9802513464991023	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
AST0024_000000012012	2797	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9558698330305653	PS897	0	0	True	True	1.0	30	rep_cluster_1868	MOBP			mobilizable	plasmid	2738.0	90.94200000000001	100.0	0.9802513464991023	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
DEN0001_000000015013	2797	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9591046551066477	PS897	0	0	True	True	1.0	219	rep_cluster_1868	MOBP			mobilizable	plasmid	2419.0	99.959	100.0	0.8789090909090909	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
SPA0051_000000009073	2796	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9588755063387868	PS897	0	0	True	True	1.0	672	rep_cluster_1868	MOBP			mobilizable	chromosome	1994.0	99.9	100.0	0.7238372093023255	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0100_000000010867	2795	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9570736121534753	PS897	0	0	True	True	1.0	572	rep_cluster_1868	MOBP			mobilizable	other	2762.0	90.985	100.0	0.9444063143445436	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0036_000000008667	2794	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9566871028287196	PS897	0	0	True	True	1.0	419	rep_cluster_1868	MOBP			mobilizable	other	2762.0	90.985	100.0	0.9444063143445436	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0112_000000009944	2794	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9135016742472996	PS897	0	0	True	True	1.0	92	rep_cluster_1868	MOBP			mobilizable	plasmid	2386.0	99.70700000000001	100.0	0.8563734290843806	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0287_000000004046	2794	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9603039241208146	PS897	0	0	True	True	1.0	31	rep_cluster_1868	MOBP			mobilizable	other	2669.0	99.963	100.0	0.9694767441860465	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0099_000000002012	2794	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9583466881311467	PS897	0	0	True	True	1.0	1140	rep_cluster_1868	MOBP			mobilizable	other	2762.0	90.985	100.0	0.9444063143445436	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0262_000000005674	2792	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9558390226823673	PS897	0	0	True	True	1.0	16	rep_cluster_1868	MOBP			mobilizable	chromosome	2509.0	99.92	100.0	0.9113372093023255	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0223_000000010181	2792	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9589325448358911	PS897	0	0	True	True	1.0	24	rep_cluster_1868	MOBP			mobilizable	other	2667.0	99.963	100.0	0.96875	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0112_000000006103	2790	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9134240019619015	PS897	0	0	True	True	0.9996415972709656	26	rep_cluster_1868	MOBP			mobilizable	other	2773.0	98.125	100.0	0.9512697323266986	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0049_000000007401	2790	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9585220317366581	PS897	0	0	True	True	0.9992831349372864	110	rep_cluster_1868	MOBP			mobilizable	other	2667.0	99.88799999999999	100.0	0.9683866279069767	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0107_000000008693	2790	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9571379921541836	PS897	0	0	True	True	1.0	95	rep_cluster_1868	MOBP			mobilizable	other	2739.0	99.854	100.0	0.9945494186046512	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0043_000000006230	2790	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9533215826926728	PS897	0	0	True	True	0.9956989288330078	36	rep_cluster_1868	MOBP			mobilizable	chromosome	2483.0	99.919	99.0	0.9018895348837209	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0330_000000010067	2789	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9472322183523878	PS897	0	0	True	True	1.0	58	rep_cluster_1868	MOBP			mobilizable	other	2563.0	99.92200000000001	100.0	0.9062278839348903	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0212_000000012436	2789	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576651306169278	PS897	0	0	True	True	1.0	17	rep_cluster_1868	MOBP			mobilizable	plasmid	2723.0	100.0	100.0	0.9898181818181818	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0183_000000011895	2789	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577096302310603	PS897	0	0	True	True	1.0	138	rep_cluster_1868	MOBP			mobilizable	plasmid	2693.0	100.0	100.0	0.978909090909091	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ENG0155_000000008071	2789	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9603191523152647	PS897	0	0	True	True	1.0	26	rep_cluster_1868	MOBP			mobilizable	plasmid	2767.0	91.001	100.0	0.9906642728904848	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0073_000000009468	2789	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9605822463581071	PS897	0	0	True	True	0.9935460686683655	3	rep_cluster_1868	MOBP			mobilizable	other	2788.0	98.171	100.0	0.9858457183297947	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0361_000000004417	2789	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.961134344178329	PS897	0	0	True	True	1.0	67	rep_cluster_1868	MOBP			mobilizable	chromosome	2429.0	99.91799999999999	100.0	0.8822674418604651	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0009_000000012740	2789	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9552020488629469	PS897	0	0	True	True	1.0	16	rep_cluster_1868	MOBP			mobilizable	chromosome	2525.0	99.881	100.0	0.9171511627906976	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0190_000000008254	2788	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9583959969807306	PS897	0	0	True	True	1.0	67	rep_cluster_1868	MOBP			mobilizable	other	2663.0	99.925	100.0	0.967296511627907	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0017_000000004316	2787	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9556006974798085	PS897	0	0	True	True	1.0	73	rep_cluster_1868	MOBP			mobilizable	chromosome	2504.0	99.92	100.0	0.909156976744186	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0069_000000008742	2787	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9584687103013045	PS897	0	0	True	True	1.0	25	rep_cluster_1868	MOBP			mobilizable	other	2662.0	99.925	100.0	0.9665697674418605	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0027_000000013232	2787	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9535318757682809	PS897	0	0	True	True	1.0	24	rep_cluster_1868	MOBP			mobilizable	plasmid	2740.0	90.839	100.0	0.9802513464991023	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
FIJ0058_000000014217	2786	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9462762933184314	PS897	0	0	True	True	1.0	2	rep_cluster_1868	MOBP			mobilizable	other	2652.0	99.887	100.0	0.9373673036093418	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ENG0193_000000007400	2784	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9540657104199979	PS897	0	0	True	True	1.0	137	rep_cluster_1868	MOBP			mobilizable	chromosome	2483.0	99.919	99.0	0.9018895348837209	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0855_000000005504	2783	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9540652187588236	PS897	0	0	True	True	1.0	34	rep_cluster_1868	MOBP			mobilizable	chromosome	2483.0	99.919	99.0	0.9018895348837209	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CHI0142_000000006545	2782	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9047140195488321	PS897	0	0	True	True	1.0	813	rep_cluster_1868	MOBP			mobilizable	other	2766.0	99.711	100.0	0.9488675360329444	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0009_000000003055	2780	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9561451383672263	PS897	0	0	True	True	1.0	1056	rep_cluster_1868	MOBP			mobilizable	other	2771.0	91.014	100.0	0.9481811942347289	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0012_000000008409	2778	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9073492719765118	PS897	0	0	True	True	1.0	56	rep_cluster_1868	MOBP			mobilizable	other	1877.0	96.91	100.0	0.6591707659873507	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
ISR0169_000000010732	2778	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9577783057376268	PS897	0	0	True	True	1.0	28	rep_cluster_1868	MOBP			mobilizable	other	2653.0	99.925	100.0	0.9636627906976745	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0036_000000003736	2776	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.2593163543048188	PS897	0	0	True	True	1.0	133		MOBP			mobilizable	plasmid	2511.0	96.09700000000001	99.0	0.9005385996409335	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
SPA0075_000000006397	2775	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9568263195129482	PS897	0	0	True	True	1.0	59	rep_cluster_1868	MOBP			mobilizable	other	2653.0	99.84899999999999	100.0	0.9632994186046512	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0203_000000006087	2775	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9576866300794131	PS897	0	0	True	True	1.0	17	rep_cluster_1868	MOBP			mobilizable	other	2650.0	99.925	100.0	0.9622093023255814	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0033_000000011012	2774	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9556023810352288	PS897	0	0	True	True	1.0	79	rep_cluster_1868	MOBP			mobilizable	chromosome	2477.0	99.96	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0052_000000012375	2773	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9564495159663793	PS897	0	0	True	True	1.0	372	rep_cluster_1868	MOBP			mobilizable	other	2641.0	99.92399999999999	99.0	0.9593023255813954	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
DEN0056_000000000801	2773	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9562299954616827	PS897	0	0	True	True	1.0	195	rep_cluster_1868	MOBP			mobilizable	other	2641.0	99.88600000000001	99.0	0.9593023255813954	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0232_000000009436	2771	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9572290022165708	PS897	0	0	True	True	1.0	12	rep_cluster_1868	MOBP			mobilizable	other	2649.0	99.887	100.0	0.9622093023255814	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0034_000000005187	2771	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9564475372543526	PS897	0	0	True	True	0.9992782473564148	19	rep_cluster_1868	MOBP			mobilizable	other	2641.0	99.92399999999999	99.0	0.9593023255813954	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0802_000000005475	2771	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9591229909807103	PS897	0	0	True	True	1.0	56	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.919	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
AST0106_000000007272	2771	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9561915510841256	PS897	0	0	True	True	0.9967520833015442	12	rep_cluster_1868	MOBP			mobilizable	other	2646.0	99.92399999999999	100.0	0.9607558139534884	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0084_000000001456	2770	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.8979582665291681	PS897	0	0	True	True	1.0	25	rep_cluster_1868	MOBP			mobilizable	plasmid	2770.0	100.0	100.0	0.9946120689655172	CP021594.1	other sequences	Unidentified plasmid plasmid FAKO05_2274, complete sequence	False	True
ISR0354_000000006978	2770	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9533542213709244	PS897	0	0	True	True	1.0	77	rep_cluster_1868	MOBP			mobilizable	chromosome	2483.0	99.87899999999999	99.0	0.9018895348837209	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0235_000000001539	2769	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9564615751432903	PS897	0	0	True	True	1.0	47	rep_cluster_1868	MOBP			mobilizable	other	2761.0	90.98200000000001	100.0	0.9440631434454358	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0007_000000009397	2769	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9533527405331977	PS897	0	0	True	True	0.9992777109146118	8	rep_cluster_1868	MOBP			mobilizable	chromosome	2483.0	99.87899999999999	99.0	0.9018895348837209	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
SPA0133_000000007858	2766	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9560355332062508	PS897	0	0	True	True	1.0	708	rep_cluster_1868	MOBP			mobilizable	other	2762.0	91.09299999999999	100.0	0.9447494852436513	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0324_000000011211	2763	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.953666390240651	PS897	0	0	True	True	1.0	82	rep_cluster_1868	MOBP			mobilizable	chromosome	2481.0	99.919	100.0	0.9011627906976745	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
MON0102_000000016529	2762	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.0038932230310144765	PS897	0	0	True	True	1.0	58		MOBP			mobilizable	plasmid	1449.0	97.654	94.0	0.5201294033069734	CP021606.1	other sequences	Unidentified plasmid plasmid FAKO03_2023, complete sequence	False	True
SPA0076_000000005133	2762	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9550539629500946	PS897	0	0	True	True	1.0	48	rep_cluster_1868	MOBP			mobilizable	other	2753.0	90.992	100.0	0.9420041180507893	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0065_000000007835	2762	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9563056863122344	PS897	0	0	True	True	1.0	5955	rep_cluster_1868	MOBP			mobilizable	other	2760.0	91.014	100.0	0.9440631434454358	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0054_000000010640	2762	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9559254950798313	PS897	0	0	True	True	1.0	427	rep_cluster_1868	MOBP			mobilizable	other	2760.0	91.014	100.0	0.9440631434454358	NZ_OEST01000020.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0025_000000004051	2761	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9514684476521271	PS897	0	0	True	True	1.0	311	rep_cluster_1868	MOBP			mobilizable	chromosome	2478.0	99.919	100.0	0.8997093023255814	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ITA0002_000000003083	2760	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9564227153927508	PS897	0	0	True	True	1.0	30	rep_cluster_1868	MOBP			mobilizable	other	2635.0	99.962	100.0	0.9571220930232558	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
DEN0023_000000002064	2757	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9540237305071179	PS897	0	0	True	True	1.0	54	rep_cluster_1868	MOBP			mobilizable	other	2634.0	99.88600000000001	100.0	0.9567587209302325	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0058_000000009002	2757	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9449650591286705	PS897	0	0	True	True	1.0	12	rep_cluster_1868	MOBP			mobilizable	chromosome	2480.0	99.03200000000001	100.0	0.9007994186046512	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
FIJ0142_000000012194	2756	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9512370135724797	PS897	0	0	True	True	1.0	1	rep_cluster_1868	MOBP			mobilizable	chromosome	2483.0	99.919	99.0	0.9018895348837209	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
DEN0054_000000002217	2752	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9529985082365742	PS897	0	0	True	True	1.0	2271	rep_cluster_1868	MOBP			mobilizable	other	2642.0	99.811	100.0	0.9593023255813954	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0136_000000014769	2745	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9350692956080398	PS897	0	0	True	True	1.0	816	rep_cluster_1868	MOBP			mobilizable	plasmid	2722.0	90.816	100.0	0.9737881508078995	CP050057.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed3, complete sequence	False	True
ISR0085_000000008499	2731	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9369695216196796	PS897	0	0	True	True	1.0	14	rep_cluster_1868	MOBP			mobilizable	other	2688.0	99.88799999999999	100.0	0.9763808139534884	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0284_000000003941	2721	0.6352593284472442	5	2	0	0	2	False	123440	backbone	False	ISR0075_000000008378	0.9518340868141782	PS897|PS898	0	0	True	True	0.9992649555206299	6		MOBP			mobilizable	chromosome	1637.0	99.87799999999999	100.0	0.5742365742365743	HG796805.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00076	False	True
MON0102_000000016868	2704	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.929999181179673	PS897	0	0	True	True	1.0	83	rep_cluster_1868	MOBP			mobilizable	plasmid	2675.0	97.83200000000001	100.0	0.9705132872224245	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
MON0109_000000013029	2694	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9216924347664328	PS897	0	0	True	True	1.0	3	rep_cluster_1868	MOBP			mobilizable	other	2640.0	99.92399999999999	100.0	0.9589389534883721	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
MON0066_000000011725	2687	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9185445120860742	PS897	0	0	True	True	0.9988834857940674	3	rep_cluster_1868	MOBP			mobilizable	plasmid	2687.0	99.814	100.0	0.974909090909091	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0005_000000005195	2675	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.6800771126638008	PS897	0	0	True	True	0.9988784790039062	10	rep_cluster_1868	MOBP			mobilizable	chromosome	2476.0	99.96	100.0	0.8993459302325582	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
ISR0163_000000001721	2653	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.6998981924567712	PS897	0	0	True	True	0.9992461204528809	2	rep_cluster_1868	MOBP			mobilizable	plasmid	2402.0	98.41799999999999	100.0	0.8723636363636363	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0282_000000008249	2639	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9008245212820549	PS897	0	0	True	True	0.9996210932731628	4	rep_cluster_1868	MOBP			mobilizable	other	2641.0	99.92399999999999	100.0	0.9593023255813954	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ENG0201_000000003078	2637	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.894830484169811	PS897	0	0	True	True	0.997724711894989	3	rep_cluster_1868	MOBP			mobilizable	other	2632.0	99.848	99.0	0.956031976744186	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
AUS0012_000000006299	2629	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.9002153134441421	PS897	0	0	False	True	0.9920121431350708	0	rep_cluster_1868	MOBP			mobilizable	other	1742.0	99.713	99.0	0.6326308139534884	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
USA0093_01_000000007077	2627	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.8903761006500944	PS897	0	0	True	True	1.0	84	rep_cluster_1868	MOBP			mobilizable	plasmid	2564.0	99.493	100.0	0.9308336366945759	U30316.1	CFB group bacteria	Bacteroides fragilis strain IB143 plasmid pBI143, complete sequence	False	True
ENG0037_000000013027	2625	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.8854277614298376	PS897	0	0	True	True	1.0	5	rep_cluster_1868	MOBP			mobilizable	other	2557.0	99.92200000000001	100.0	0.9041047416843595	NZ_RCXZ01000091.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0091, whole genome shotgun sequence	False	True
ISR0316_000000007381	2624	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.8931698629418193	PS897	0	0	True	True	0.9996188879013062	5	rep_cluster_1868	MOBP			mobilizable	other	2627.0	99.848	100.0	0.9542151162790697	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0103_000000006002	2618	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.8964982795907135	PS897	0	0	False	True	1.0	0	rep_cluster_1868	MOBP			mobilizable	other	1747.0	99.428	100.0	0.6326308139534884	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0376_000000008986	2611	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.8861216596894086	PS897	0	0	True	True	1.0	7	rep_cluster_1868	MOBP			mobilizable	other	2486.0	99.92	100.0	0.9029796511627907	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
MON0085_000000009712	2603	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.43437599473139155	PS897	0	0	False	True	0.9942374229431152	0	rep_cluster_1868	MOBP			mobilizable	chromosome	2280.0	99.912	97.0	0.828125	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
FIJ0145_000000005317	2578	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.88733986742625	PS897	0	0	False	True	0.9988362789154053	0	rep_cluster_1868	MOBP			mobilizable	other	1698.0	99.764	100.0	0.6166424418604651	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
CHI0101_000000005202	2544	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.8195075809635411	PS897	0	0	True	True	1.0	3	rep_cluster_1868	MOBP			mobilizable	plasmid	2545.0	97.95700000000001	100.0	0.9765745007680492	CP044099.1	enterobacteria	Citrobacter portucalensis strain FDAARGOS_617 plasmid unnamed1	False	True
SPA0056_000000013968	2510	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.4651128859558219	PS897	0	0	False	True	1.0	0	rep_cluster_1868	MOBP			mobilizable	other	2511.0	99.96	100.0	0.9120639534883721	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0372_000000006683	2509	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.5628780437417247	PS897	0	0	True	True	1.0	3	rep_cluster_1868	MOBP			mobilizable	other	2472.0	99.919	100.0	0.8978924418604651	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0109_000000012431	2499	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.5109339173360122	PS897	0	0	False	True	0.9951980710029602	0	rep_cluster_1868	MOBP			mobilizable	other	2480.0	100.0	99.0	0.9007994186046512	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
MON0029_000000011307	2496	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.012646957981462108	PS897	0	0	False	True	0.9995993375778198	0	rep_cluster_1868	MOBP			mobilizable	other	2418.0	99.959	97.0	0.8782703488372093	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0094_000000008024	2478	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.5041151765493315	PS897	0	0	True	True	0.9850686192512512	1	rep_cluster_1868	MOBP			mobilizable	other	2480.0	99.677	100.0	0.9007994186046512	NZ_CBVI010000205.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
SPA0067_000000008903	2437	0.6352593284472442	3	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.005347353011363393	PS897	0	0	False	True	1.0	0	rep_cluster_1868	MOBP			mobilizable	chromosome	1428.0	99.65	100.0	0.5181686046511628	HG796819.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00115	False	True
CAN0018_000000014354	2421	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.007234769636547055	PS897	0	0	True	True	1.0	62	rep_cluster_1868	MOBP			mobilizable	plasmid	2421.0	99.876	100.0	0.8698777857656362	CP021606.1	other sequences	Unidentified plasmid plasmid FAKO03_2023, complete sequence	False	True
CAN0001_000000019489	2333	0.6352593284472442	3	2	0	0	2	False	97342	fragment	False	CAN0001_000000019489	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	other	2312.0	99.09200000000001	99.0	0.57775	LN852747.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0056	False	True
USA0080_01_000000019064	2271	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.005135554843362008	PS897	0	0	False	True	1.0	0	rep_cluster_1868	MOBP			mobilizable	plasmid	2271.0	98.195	100.0	0.8717357910906298	CP044099.1	enterobacteria	Citrobacter portucalensis strain FDAARGOS_617 plasmid unnamed1	False	True
ITA0008_000000000668	2217	0.6352593284472442	2	2	0	0	2	False	123439	backbone	False	CHI0186_000000006823	0.003935182366209754	PS897	0	0	False	True	0.9909787774085999	0	rep_cluster_1868	MOBP			mobilizable	plasmid	2217.0	100.0	100.0	0.8509984639016898	CP044099.1	enterobacteria	Citrobacter portucalensis strain FDAARGOS_617 plasmid unnamed1	False	True
MON0098_000000014917	2185	0.6352593284472442	2	2	0	0	2	False	87460	fragment	False	MON0036_000000009688	0.973869126043039		0	0	False	False	1.0	0	rep_cluster_1868	MOBP			mobilizable	other	1603.0	99.875	100.0	0.5625439212930429	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
CHI0169_000000007226	2090	0.6352593284472442	2	2	0	0	2	False	78035	fragment	False	CHI0169_000000007226	1.0		0	0	False	False	0.9952152967453003	0	rep_cluster_1868	MOBP			mobilizable	other	1381.0	99.928	100.0	0.4848910751932537	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	False	True
SPA0020_000000012627	2471	0.6352571283910592	5	4	4	4	4	False	118674	fragment	False	SPA0020_000000012627	1.0		0	0	False	False	0.9971671104431152	0					non-mobilizable	no_good_hit	1695.0	91.74	75.0	0.00040465390344785265	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
CHI0040_000000011779	1134	0.6352489848848197	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.7314570771824102		0	0	False	False	0.9964726567268372	0					non-mobilizable	other	1134.0	100.0	100.0	0.0029046440977785752	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
SPA0120_000000031289	1266	0.6352452321468572	2	2	2	2	2	True	112263	fragment	False	CHI0186_000000012181	0.2986033058470172		0	0	False	False	0.9865719079971313	0					non-mobilizable	other	1266.0	99.368	100.0	0.026088929219600727	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0050_000000034076	1216	0.6352382965347011	2	2	2	1	1	False	11294	fragment	False	MON0050_000000034076	1.0		0	0	False	False	0.9597039222717285	0					non-mobilizable	other	1216.0	73.931	98.0	0.00034135420579206165	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0131_000000018786	1477	0.6352311690831504	2	2	2	2	2	False	45897	fragment	False	FIJ0059_000000012001	0.9875336927223719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	91.211	57.0	0.0029320094549460662	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
ENG0057_000000001362	15529	0.6352291754479737	20	7	3	4	7	False	63585	maximal	True	ENG0057_000000001362	1.0		1	1	False	False	0.9997423887252808	0					non-mobilizable	no_good_hit	4200.0	87.262	30.0	0.04547278030163394	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0224_000000020179	1542	0.6352272957580616	3	2	1	2	2	False	84937	maximal	True	ISR0224_000000020179	1.0		18	7	False	False	0.9993515014648438	0					non-mobilizable	no_good_hit	255.0	99.60799999999999	17.0	7.600964903591935e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0124_000000023445	1261	0.6352272957580616	2	2	1	2	2	False	84936	fragment	False	ENG0024_000000018190	0.6755463574372585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	72.851	17.0	0.01464039940628795	NZ_QQNA01000109.1	high GC Gram+	Streptomyces corynorhini strain AC230 Contig_109, whole genome shotgun sequence	True	False
ISR0140_000000012346	1915	0.6352222580029776	2	2	2	2	2	False	31241	maximal	True	ISR0140_000000012346	0.9821709491347667		81	10	False	False	1.0	0					non-mobilizable	other	1915.0	99.84299999999999	100.0	0.0005764258106251479	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0031_000000004618	6157	0.6352186541041135	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5204425388941768	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	71.0	98.59200000000001	1.0	0.0019652984446066595	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
MON0040_000000021618	1289	0.6352170066197154	2	2	2	2	2	False	13790	fragment	False	MON0009_000000028526	0.940622737146995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	77.96600000000001	9.0	0.00021267978376938854	NZ_VOHK01000004.1	g-proteobacteria	Luteimonas marina strain FR1330 scaffold4, whole genome shotgun sequence	True	False
SPA0134_000000008907	3286	0.6352149658054513	5	4	3	4	1	False	3671	maximal	True	SPA0134_000000008907	1.0		3	2	False	False	0.9990870356559753	0					non-mobilizable	other	3287.0	95.102	99.0	0.002495085782340413	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	False	False
MON0094_000000021222	1766	0.6352083583802491	3	2	2	2	2	False	41527	fragment	False	MON0094_000000021222	1.0		0	0	False	False	0.9892412424087524	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.168403501458942e-06	NZ_CP045309.1	high GC Gram+	Micromonospora terminaliae strain DSM 101760 chromosome, complete genome	True	False
ISR0090_000000004929	4704	0.6352044320886964	5	5	4	4	2	True	114127	maximal	True	ISR0090_000000004929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2678.0	94.361	74.0	0.1772960031921261	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
FIJ0085_000000023382	1343	0.6352022640459707	2	1	1	1	1	False	93065	fragment	False	CHI0034_000000010775	0.3755829903978052		0	0	False	False	0.9672375321388245	0					non-mobilizable	other	1327.0	96.609	99.0	0.005614100452599803	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
ISR0208_000000001441	13183	0.6351934985837647	11	8	4	7	6	True	128771	backbone	False	ENG0095_000000001601	0.9451135419527826	PS1052|PS1054	0	0	False	True	1.0	0	IncW	MOBF			mobilizable	no_good_hit	7149.0	99.958	73.0	0.6321747589988502	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	True	True
FIJ0142_000000005137	5705	0.6351854713637485	6	6	5	5	6	False	115716	fragment	False	ISR0217_000000004627	0.9801267774541716		0	0	False	False	0.9989482760429382	0					non-mobilizable	no_good_hit	268.0	76.866	5.0	0.001144395531157374	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
USA0108_01_000000001964	7141	0.6351829495936979	6	2	2	1	1	False	104298	maximal	True	USA0108_01_000000001964	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	2275.0	98.022	53.0	0.043410201588271226	NZ_RCXZ01000040.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0040, whole genome shotgun sequence	True	False
FIJ0115_000000005987	4065	0.6351814925864461	6	6	1	1	6	False	41747	fragment	False	FIJ0115_000000005987	1.0		0	0	False	False	0.999754011631012	0					non-mobilizable	plasmid	2162.0	99.12100000000001	99.0	0.019753560394157113	CP032196.1	enterobacteria	Klebsiella pneumoniae strain AR_0097 plasmid unnamed2, complete sequence	False	True
USA0121_01_000000015502	2995	0.6351792113100705	2	2	2	2	1	False	94976	fragment	False	USA0121_01_000000015502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000006219	4089	0.6351787139799276	4	3	3	3	2	True	71044	maximal	True	ENG0127_000000006219	1.0		7	6	False	False	0.9995108842849731	0					non-mobilizable	no_good_hit	148.0	95.27	4.0	4.396978492751912e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0107_000000023673	2491	0.6351776240368734	4	4	3	3	4	False	90815	fragment	False	ISR0837_000000004318	0.9760076775431862		0	0	False	False	0.9967884421348572	0					non-mobilizable	other	2491.0	99.51799999999999	100.0	0.00043462437719112213	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
AUS0010_000000011242	2148	0.6351770372974586	4	3	1	3	2	True	101545	fragment	False	AUS0010_000000011242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	95.714	62.0	0.013877286776376242	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	True
FIJ0017_000000002052	12300	0.6351752139083431	12	12	12	10	12	False	50179	maximal	True	FIJ0017_000000002052	1.0		4	1	False	False	0.9993495941162109	0					non-mobilizable	plasmid	11383.0	99.97399999999999	93.0	0.15181465327517907	CP013712.1	enterobacteria	Klebsiella pneumoniae strain J1 plasmid 1, complete sequence	False	True
ENG0047_000000013082	1564	0.6351750327084772	3	2	2	2	2	False	64319	maximal	True	ENG0047_000000013082	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	78.07	7.0	0.00495575221238938	NZ_AFGF01000014.1	firmicutes	Acetonema longum DSM 6540 Contig00014, whole genome shotgun sequence	True	False
ISR0046_000000025721	1426	0.635171656995067	2	2	2	1	1	False	106182	fragment	False	AST0116_000000017643	0.8143515456937992		0	0	False	False	0.9978961944580078	0					non-mobilizable	other	1435.0	96.376	100.0	0.006414414092029397	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0074_000000010353	2798	0.6351712473931757	6	5	1	2	4	False	34722	fragment	False	ISR0074_000000010353	1.0		0	0	False	False	0.9921372532844543	0					non-mobilizable	plasmid	2652.0	99.133	95.0	0.018791394250542468	CP050651.1	firmicutes	Enterococcus faecium strain BIOPOP-3 WT plasmid pBIOPOP-3_WT	False	True
CAN0007_000000017671	2315	0.6351708278809444	4	2	1	2	1	True	118202	fragment	False	CAN0007_000000017671	1.0		0	0	False	False	0.9606911540031433	0					non-mobilizable	other	2122.0	97.54899999999999	92.0	0.04361903976241544	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0773_000000012326	1405	0.6351703929912643	1	1	1	1	1	False	75630	fragment	False	ISR0213_000000010997	0.21116150575716375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0036_000000007419	2790	0.6351670799886027	7	1	1	1	1	False	12182	fragment	False	MON0036_000000007419	0.9894121942314713		0	0	False	False	0.9885304570198059	0					non-mobilizable	no_good_hit								True	False
MON0050_000000012363	2739	0.6351670799886027	7	1	1	1	1	False	12182	fragment	False	MON0036_000000007419	0.9808243727598566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0146_000000012439	1592	0.6351661922027465	4	4	1	2	4	True	44370	fragment	False	FIJ0146_000000012439	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1592.0	100.0	100.0	0.017710443707282322	AP019690.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-3 DNA, complete genome	False	True
USA0121_01_000000004010	10570	0.6351601557972004	5	5	4	5	1	True	43589	fragment	False	USA0121_01_000000004010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0011_000000017494	2704	0.6351586945739761	3	3	3	3	3	False	13690	maximal	True	MON0011_000000017494	1.0		10	5	False	False	0.985946774482727	0					non-mobilizable	no_good_hit	187.0	79.679	7.0	0.0014542044786319353	NZ_QRUP01000011.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf11, whole genome shotgun sequence	True	False
ISR0355_000000011186	1821	0.6351446807784012	2	2	2	2	2	False	23955	maximal	True	ISR0355_000000011186	1.0		4	1	False	False	1.0	0					non-mobilizable	other	1681.0	79.714	91.0	0.0005603610075155888	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
USA0045_01_000000003550	3902	0.6351368812676662	5	3	2	3	1	True	1210	maximal	True	USA0045_01_000000003550	1.0		31	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0084_000000006094	2827	0.6351321247401693	6	4	2	3	2	False	5567	maximal	True	SPA0084_000000006094	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	93.854	34.0	0.0003224571911151263	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0011_000000030090	1514	0.6351206689378658	3	2	2	2	2	False	58052	fragment	False	FIJ0011_000000030090	0.957796852646638		0	0	False	False	0.9980185031890869	0					non-mobilizable	chromosome	1536.0	77.279	100.0	0.0005308406369662688	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ENG0106_000000011818	1755	0.6351196199815786	4	2	1	2	1	True	60063	fragment	False	ENG0106_000000011818	1.0		0	0	False	False	0.9834758043289185	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	2.66090931529298e-05	NZ_KZ300476.1	CFB group bacteria	Sediminicola luteus strain HQA918 scaffold2, whole genome shotgun sequence	True	True
ISR0184_000000007018	1634	0.6351186478386606	3	2	2	2	2	True	89607	fragment	False	ISR0154_000000012579	0.9597495527728086		0	0	False	False	0.9853121042251587	0					non-mobilizable	plasmid	1634.0	99.51	100.0	0.014603566382286133	CP026941.2	enterobacteria	Escherichia coli strain CFS3313 plasmid pCFS3313-2, complete sequence	False	True
CHI0129_000000024458	1106	0.6351124602938565	3	1	1	1	1	False	81140	maximal	False	USA0059_01_000000022043	0.9765694076038904		0	0	False	False	0.9990958571434021	0					non-mobilizable	no_good_hit	511.0	76.517	46.0	0.00021375212317901676	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
ENG0164_000000003060	5706	0.6351089894319172	4	3	1	3	1	False	56290	maximal	True	ENG0164_000000003060	1.0		13	6	False	False	1.0	0					non-mobilizable	other	5702.0	99.38600000000001	99.0	0.11862255513940907	NZ_LMUA01000025.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00025, whole genome shotgun sequence	False	False
SPA0034_000000009782	3670	0.6351043830134732	3	2	2	2	1	True	116513	fragment	False	SPA0034_000000009782	0.9800223029407885		0	0	False	False	1.0	0					non-mobilizable	other	3648.0	98.84899999999999	99.0	0.022180178974455685	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
FIJ0005_000000008438	3586	0.6351043830134732	3	2	2	2	1	True	116513	fragment	False	SPA0034_000000009782	0.9797929092831918		0	0	False	False	0.9988845586776733	0					non-mobilizable	other	3524.0	99.09200000000001	100.0	0.021413667029644545	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
FIJ0130_000000007335	2869	0.6351021960081534	4	4	4	3	3	False	51724	maximal	True	FIJ0130_000000007335	1.0		6	2	False	False	0.9986057877540588	0					non-mobilizable	other	2770.0	97.87	98.0	0.0018674696763794423	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
ISR0137_000000000265	56124	0.6351015275020118	73	21	13	18	16	False	31384	maximal	True	ISR0137_000000000265	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	71.82600000000001	4.0	0.0005624024752198169	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0012_000000001647	3831	0.6350865258957147	3	3	3	3	2	True	75469	maximal	True	DEN0012_000000001647	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3831.0	100.0	100.0	0.004920463217289197	NZ_CP030776.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 2, complete sequence	False	True
ENG0133_000000009354	2659	0.6350832565711227	3	3	2	2	3	False	91754	maximal	True	ENG0133_000000009354	1.0		96	10	False	False	1.0	0					non-mobilizable	no_good_hit	1840.0	91.141	69.0	0.00035929606152025286	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
MON0106_000000025110	1698	0.6350807853554661	3	2	2	2	2	False	72229	fragment	False	MAD0074_000000002048	0.3176999101527403		0	0	False	False	0.9994110465049744	0					non-mobilizable	no_good_hit	372.0	83.87100000000001	22.0	8.321927530750316e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0060_000000032483	1312	0.6350807853554661	2	2	2	2	2	False	10869	fragment	False	MON0060_000000032483	1.0		0	0	False	False	0.9824694991111755	0					non-mobilizable	no_good_hit	325.0	82.462	25.0	7.278852145424663e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0163_000000001994	9218	0.6350771953175774	7	6	2	5	5	False	107911	fragment	False	FIJ0147_000000001612	0.9842277801028669		0	0	False	False	0.9997830390930176	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	11.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0101_000000045187	1458	0.6350742855618293	2	2	1	2	1	False	9023	maximal	True	MON0101_000000045187	1.0		0	0	False	False	0.9753086566925049	0					non-mobilizable	no_good_hit								True	False
ISR0151_000000018523	1192	0.6350688722017125	1	1	1	1	1	False	48201	fragment	False	FIJ0064_000000021114	0.9660637760966709		0	0	False	False	0.9941275119781494	0					non-mobilizable	no_good_hit	57.0	91.228	5.0	0.25925925925925924	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
CHI0131_000000012161	1479	0.6350680012752188	2	2	2	1	1	False	80991	fragment	False	CHI0131_000000012161	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	100.0	100.0	0.0002579818592323207	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MON0044_000000029754	1842	0.6350663798171727	2	2	2	2	2	False	124157	fragment	False	MON0044_000000029754	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	88.557	100.0	0.0005226099042099479	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0149_000000003054	8151	0.6350649468601999	10	7	3	6	5	True	123610	maximal	True	ENG0149_000000003054	0.9774746976055295	PS902	33	7	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	8179.0	98.49600000000001	100.0	0.020235357034095326	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
ISR0065_000000011725	2742	0.6350623972258261	4	4	4	4	4	False	126815	maximal	True	ISR0065_000000011725	1.0		1	1	False	False	0.9970824122428894	0					non-mobilizable	other	1434.0	83.194	93.0	0.5183150183150184	NZ_WAJR01000050.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_050, whole genome shotgun sequence	False	False
ENG0126_000000006489	2970	0.6350603596633905	3	3	3	2	2	False	58778	maximal	True	ENG0126_000000006489	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	2080.0	95.43299999999999	70.0	0.03180309311468388	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	True	False
FIJ0040_000000011296	2171	0.63505173781291	4	3	2	3	3	False	116536	maximal	True	FIJ0040_000000011296	1.0		96	10	False	False	1.0	0					non-mobilizable	other	1505.0	97.27600000000001	100.0	0.0004493339364313558	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0194_000000012946	1971	0.6350469273676864	5	4	1	3	1	False	91957	maximal	True	ISR0194_000000012946	1.0		21	6	False	False	1.0	0					non-mobilizable	other	1666.0	98.259	100.0	0.08632310244711738	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
CHI0006_000000008707	1723	0.6350469273676864	5	4	1	3	1	False	91954	fragment	False	ENG0037_000000017625	0.8893806671132211		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	99.705	98.0	0.08772293654085442	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
SPA0064_000000012274	1711	0.6350469273676864	5	4	1	3	1	False	91954	fragment	False	ENG0037_000000017625	0.6905732209577298		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	98.831	100.0	0.08865615927001244	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
ENG0095_000000019514	1431	0.6350469273676864	5	4	1	3	1	False	91954	fragment	False	ENG0037_000000017625	0.408568422147591		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	99.65100000000001	100.0	0.0741393612608876	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
SPA0091_000000005502	1930	0.6350388604775402	4	4	4	2	1	False	78141	fragment	False	ENG0005_000000011604	0.9648850159987328		0	0	False	False	0.9901554584503174	0					non-mobilizable	chromosome	1930.0	99.43	100.0	0.00042930126934303777	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0353_000000001996	12607	0.6350378476478311	12	11	5	9	3	False	132288	fragment	False	CHI0140_000000001647	0.20172069837048234		0	0	False	False	0.9986515641212463	0					non-mobilizable	other	12637.0	92.965	99.0	0.002939370439531418	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0082_000000016113	1950	0.635036647344954	4	2	2	2	2	False	34169	fragment	False	ISR0082_000000016113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	100.0	32.0	0.9984101748807631	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
ISR0267_000000013499	1368	0.635036647344954	3	2	2	2	2	False	34274	fragment	False	ISR0267_000000013499	0.9979822437449556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	100.0	46.0	0.9984101748807631	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
ISR0854_000000009272	1122	0.635036647344954	3	2	2	2	2	False	20495	fragment	False	ISR0854_000000009272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	100.0	56.0	0.9984101748807631	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
SPA0093_000000009030	4491	0.6350294990615649	5	5	3	4	2	False	5287	maximal	True	SPA0093_000000009030	1.0		9	3	False	False	0.9953239560127258	0					non-mobilizable	no_good_hit	486.0	80.658	11.0	0.00016145379279361191	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
DEN0017_000000007153	4250	0.6350272858359481	5	4	4	4	4	False	124972	maximal	True	DEN0017_000000007153	1.0		34	8	False	False	0.99647057056427	0					non-mobilizable	no_good_hit	2932.0	77.422	83.0	0.0006546431820511216	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0122_000000008630	3190	0.6350259016304971	4	3	3	1	2	True	59083	fragment	False	ENG0122_000000008630	1.0		0	0	False	False	0.9940438866615295	0					non-mobilizable	no_good_hit	283.0	99.647	9.0	0.00013560789122515958	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	True	True
CHI0059_000000003804	4211	0.6350178734315719	8	6	4	5	5	False	122700	fragment	False	CHI0059_000000003804	0.9776611328125		0	0	False	False	1.0	0					non-mobilizable	other	4211.0	100.0	100.0	0.00755297849284889	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0229_000000007354	2180	0.6350106559832185	3	2	2	2	2	False	38865	fragment	False	ISR0229_000000007354	0.9902486591906388		0	0	False	False	0.9963302612304688	0					non-mobilizable	no_good_hit	1381.0	86.821	85.0	0.00036726634874175346	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
DEN0070_000000023522	1447	0.6350106526546151	1	1	1	1	1	False	70571	maximal	True	DEN0070_000000023522	1.0		6	4	False	False	0.9993089437484741	0					non-mobilizable	other	1449.0	84.955	100.0	0.000625275075503483	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
SPA0079_000000021380	1245	0.6350106526546151	1	1	1	1	1	False	23327	fragment	False	ISR0376_000000019423	0.9730889235569422		0	0	False	False	0.9991967678070068	0					non-mobilizable	other	1245.0	99.679	100.0	0.004774863643865797	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
SPA0005_000000014768	1956	0.6350103353937103	3	3	2	3	3	False	8307	fragment	False	SPA0005_000000014768	1.0		0	0	False	False	0.9856850504875183	0					non-mobilizable	chromosome	1916.0	100.0	98.0	0.0003835553113798157	CP053731.1	enterobacteria	Escherichia coli strain CP55_Sichuan chromosome, complete genome	False	False
ISR0171_000000027214	1126	0.635009606502136	2	2	2	2	2	False	29953	maximal	True	ISR0171_000000027214	1.0		157	11	False	False	0.990230917930603	0					non-mobilizable	other	1126.0	88.18799999999999	100.0	0.00029940191473512513	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0187_000000006264	4142	0.6350045128615166	4	2	1	2	2	False	57226	fragment	False	ENG0187_000000006264	1.0		0	0	False	False	0.9983099699020386	0					non-mobilizable	other	4144.0	98.79299999999999	100.0	0.006876800345334252	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0073_000000043024	1255	0.6349774247578598	2	1	1	1	1	False	70065	fragment	False	DEN0073_000000043024	1.0		0	0	False	False	0.997609555721283	0					non-mobilizable	other	1208.0	99.50299999999999	100.0	0.0003263556671107303	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0076_000000017095	2750	0.6349756936094629	4	4	4	4	4	False	13959	fragment	False	MON0076_000000017095	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1476.0	89.566	54.0	0.0004365499522430938	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0015_000000007962	1318	0.6349692062633978	2	1	1	1	1	False	89743	fragment	False	CHI0015_000000007962	1.0		0	0	False	False	0.9954476356506348	0					non-mobilizable	no_good_hit	109.0	100.0	8.0	0.0009487749382857042	NZ_CYZO01000006.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
DEN0072_000000009596	1755	0.6349656836381409	2	2	2	2	2	False	116049	fragment	False	ISR0288_000000016396	0.9802819487793618		0	0	False	False	0.9897435903549194	0					non-mobilizable	other	1753.0	78.608	99.0	0.0005953252564339537	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
MON0061_000000021082	2129	0.6349642056582808	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.44259939299128165		0	0	False	False	0.9990605711936951	0					non-mobilizable	chromosome	2129.0	100.0	100.0	0.000716272341015646	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0064_000000012689	2129	0.6349642056582808	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.44259939299128165		0	0	False	False	1.0	0					non-mobilizable	chromosome	2129.0	100.0	100.0	0.000716272341015646	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0086_000000022239	1371	0.6349608607592985	3	3	3	1	1	False	91187	fragment	False	DEN0018_000000025606	0.27733966796707704		0	0	False	False	0.9752005934715271	0					non-mobilizable	chromosome	1371.0	99.416	100.0	0.00020847942110286527	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0159_000000008989	1724	0.6349577775624037	3	3	3	2	2	False	80567	fragment	False	CHI0159_000000008989	0.9973760932944606		0	0	False	False	0.9988399147987366	0					non-mobilizable	no_good_hit	764.0	73.03699999999999	44.0	0.0002278080059538666	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0045_000000017638	1480	0.6349570396529429	3	2	2	2	1	True	36231	fragment	False	ISR0045_000000017638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	4.0	0.0006302713604693803	NZ_AKCS01000018.1	firmicutes	Bacillus bingmayongensis strain FJAT-13831 Scaffold9_1, whole genome shotgun sequence	True	True
ISR0170_000000024733	1886	0.6349565342360122	3	3	3	3	2	False	56037	fragment	False	ISR0170_000000024733	0.9907146876758581		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	85.803	77.0	0.0004534408040969876	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0097_000000015849	2571	0.6349560496699119	3	3	2	3	1	True	50562	fragment	False	MAD0097_000000015849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	87.98100000000001	33.0	0.03439674940660579	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0360_000000004622	5184	0.6349504326265013	7	7	7	7	6	False	114181	fragment	False	ISR0360_000000004622	0.9924548818608296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1296.0	70.525	24.0	0.0003170375848181718	CP027781.1	firmicutes	Clostridium botulinum strain MAP 5 chromosome, complete genome	True	False
FIJ0094_000000012785	1600	0.6349418248723662	3	3	2	2	3	False	99950	fragment	False	ENG0067_000000014385	0.6340221188867755		0	0	False	False	0.996874988079071	0					non-mobilizable	other	1601.0	98.56299999999999	100.0	0.0005136786195400778	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0060_000000010671	3446	0.6349381175903317	5	5	5	5	4	False	46941	maximal	True	MON0060_000000010671	1.0		3	2	False	False	0.987521767616272	0					non-mobilizable	no_good_hit	56.0	98.214	2.0	0.625	XR_002394011.1	rodents	PREDICTED: Heterocephalus glaber uncharacterized LOC110348636 (LOC110348636), transcript variant X19, ncRNA	True	False
MAD0086_000000000611	8666	0.6349275633584671	14	6	5	5	6	False	16047	maximal	True	MAD0086_000000000611	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	78.48	15.0	0.0003705069690529476	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0007_000000016799	1487	0.6349265236843488	3	2	2	1	1	True	113498	fragment	False	ENG0004_000000017281	0.22363736792245187		0	0	False	True	1.0	0					non-mobilizable	other	1489.0	89.859	100.0	0.0004622920852235148	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0063_000000042382	1211	0.6349265236843488	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.03648784937528176	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1215.0	90.535	100.0	0.0003900051667626638	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0316_000000002876	5594	0.634924331601311	6	4	2	4	2	True	78591	maximal	False	ENG0191_000000004175	0.9727697975943626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3456.0	76.215	60.0	0.08384508716323297	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
CHI0162_000000004830	5553	0.634924331601311	6	4	2	4	2	True	78591	maximal	False	ENG0191_000000004175	0.9692534810187832		0	0	False	False	0.9996398091316223	0					non-mobilizable	no_good_hit	3456.0	76.244	61.0	0.08384508716323297	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ISR0231_000000002430	5353	0.634924331601311	6	4	2	4	2	True	78591	maximal	False	ENG0191_000000004175	0.8007938729429447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3456.0	76.215	63.0	0.08384508716323297	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ISR0154_000000005660	4203	0.6349228770407586	3	3	3	1	1	False	30636	maximal	True	ISR0154_000000005660	1.0		2	1	False	False	0.9997620582580566	0					non-mobilizable	no_good_hit	1188.0	93.603	88.0	0.0004971506060332957	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0155_000000007142	3240	0.6349228770407586	3	3	3	1	1	False	30602	fragment	False	ISR0155_000000007142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2658.0	75.922	84.0	0.0010928091314745378	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0101_01_000000000564	22551	0.6349194373248498	27	11	5	5	7	False	370	maximal	True	USA0101_01_000000000564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5205.0	92.488	40.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0106_000000015050	1356	0.63491799684202	3	3	3	3	2	False	83137	fragment	False	CHI0176_000000005629	0.9856374708040432		0	0	False	False	1.0	0					non-mobilizable	chromosome	1356.0	100.0	100.0	0.00046042752819736336	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0130_000000012503	1347	0.63491799684202	3	3	3	3	2	False	83137	fragment	False	CHI0176_000000005629	0.9799451179565152		0	0	False	False	1.0	0					non-mobilizable	chromosome	1347.0	100.0	100.0	0.00045736933797317425	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0002_000000015317	2458	0.6349133112352979	3	2	2	2	2	False	112454	maximal	True	MAD0002_000000015317	1.0		1	1	False	False	0.9902359843254089	0					non-mobilizable	other	2206.0	97.053	90.0	0.006981239700849284	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0140_000000011113	1950	0.6349049966637839	2	2	2	2	2	False	87133	maximal	True	SPA0140_000000011113	1.0		277	12	False	False	1.0	0					non-mobilizable	chromosome	1864.0	98.927	99.0	0.00028664034437460246	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0107_000000002446	13963	0.6349041337565239	21	6	4	4	6	False	8623	maximal	True	MON0107_000000002446	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2389.0	87.861	96.0	0.0009859411782829801	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
FIJ0104_000000004926	4939	0.6349040438451589	7	7	7	5	4	False	44426	fragment	False	FIJ0104_000000004926	1.0		0	0	False	False	0.9987851977348328	0					non-mobilizable	no_good_hit	3043.0	95.235	88.0	0.005778818407912536	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0021_000000010638	1703	0.6349019338827704	2	2	2	2	2	False	76186	fragment	False	ENG0021_000000010638	1.0		0	0	False	False	0.9935408234596252	0					non-mobilizable	other	1582.0	97.09200000000001	93.0	0.019475240206947523	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
FIJ0028_000000019048	1586	0.6349014283325881	3	2	2	2	2	False	87323	fragment	False	FIJ0028_000000019048	1.0		0	0	False	False	0.9918032884597778	0					non-mobilizable	other	1586.0	99.874	100.0	0.0003252049201350062	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
ENG0192_000000020100	1152	0.6348899965726481	2	2	2	2	2	False	54619	maximal	True	ENG0192_000000020100	1.0		8	3	False	False	0.9965277910232544	0					non-mobilizable	no_good_hit	450.0	98.889	39.0	0.0070564199277070565	NZ_JAAIUL010000023.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_23_length_63630_cov_356.789, whole genome shotgun sequence	True	False
DEN0003_000000010501	2558	0.6348890322808695	4	3	2	2	2	True	89359	maximal	True	DEN0003_000000010501	1.0		603	12	False	False	0.9984362721443176	0					non-mobilizable	other	2558.0	99.961	100.0	0.006051125741304317	NZ_JH992945.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.6, whole genome shotgun sequence	False	True
MON0067_000000010048	1802	0.6348875006991714	2	2	2	2	2	False	10598	maximal	True	MON0067_000000010048	1.0		7	4	False	False	1.0	0					non-mobilizable	chromosome	1802.0	99.945	100.0	0.0003816562567679882	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0810_000000003592	3668	0.634883582259802	4	2	2	2	1	False	21723	maximal	True	ISR0810_000000003592	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	82.131	17.0	0.0002690910746105208	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0056_000000007896	2423	0.6348808650437126	4	4	4	4	3	False	120966	fragment	False	ISR0265_000000005719	0.6410301712110008		0	0	False	False	0.994634747505188	0					non-mobilizable	other	2366.0	99.23899999999999	100.0	0.02462336147927577	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0096_000000017948	2026	0.634877758666235	3	2	2	2	1	True	43005	maximal	True	FIJ0096_000000017948	1.0		1	1	False	False	0.9935834407806396	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001305028710631634	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MON0076_000000043523	1113	0.6348766590204787	2	2	2	2	1	True	32506	fragment	False	MON0101_000000051659	0.601986652255334		0	0	False	False	0.9820305705070496	0					non-mobilizable	no_good_hit	491.0	72.505	44.0	0.00012169442805124314	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
FIJ0021_000000001170	28936	0.6348742486879159	47	20	9	13	12	True	82656	fragment	False	FIJ0021_000000001170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2155.0	76.148	19.0	0.0035180926923619703	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0038_000000004697	2487	0.6348712238099603	4	4	4	4	3	False	89617	fragment	False	CHI0038_000000004697	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	97.949	100.0	0.03407439896926999	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
SPA0124_000000004745	5943	0.6348697032449283	8	4	2	3	4	False	73370	maximal	True	SPA0124_000000004745	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1637.0	74.954	29.0	0.001745471093005114	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
FIJ0005_000000003160	8105	0.6348670373517814	9	7	6	5	5	False	102062	maximal	True	FIJ0005_000000003160	1.0		73	13	False	False	0.9997532367706299	0					non-mobilizable	no_good_hit	1770.0	94.463	34.0	0.0049342564028183	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
CHI0109_000000001855	7670	0.6348649623595056	10	8	2	2	8	False	103043	fragment	False	CHI0109_000000001855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4160.0	87.5	82.0	0.0009274422926659805	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0057_000000005466	3704	0.6348607769049702	6	3	3	2	1	False	57725	fragment	False	ISR0057_000000005466	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3707.0	97.006	100.0	0.0017313406318014031	CP002888.1	firmicutes	Streptococcus salivarius 57.I, complete genome	False	False
MON0078_000000002596	11451	0.6348565133184974	9	8	5	6	7	True	94994	maximal	True	MON0078_000000002596	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5997.0	92.863	59.0	0.001774927994432063	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ISR0117_000000003549	7594	0.6348562772793868	8	7	7	6	7	False	122927	fragment	False	AST0019_000000002659	0.7587430852872884		0	0	False	False	1.0	0					non-mobilizable	other	7503.0	99.0	99.0	0.12403870007442322	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0034_01_000000044044	1164	0.6348508626999929	1	1	1	1	1	False	9145	fragment	False	MON0099_000000029986	0.9308380797396257		0	0	False	False	0.9905498027801514	0					non-mobilizable	no_good_hit								True	False
ISR0126_000000007252	6639	0.6348470663651121	7	6	5	6	4	True	110083	maximal	False	ISR0246_000000001921	0.9506739556960644		0	0	False	False	0.9992468953132629	0					non-mobilizable	no_good_hit	3426.0	88.704	66.0	0.0006369277375515247	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
MAD0017_000000000180	6925	0.6348445594463636	11	3	2	3	2	False	19390	maximal	True	MAD0017_000000000180	1.0		2	1	False	False	0.9994223713874817	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.01061744675157e-05	LR131488.1	apicomplexans	Plasmodium falciparum genome assembly, chromosome: 8	True	False
FIJ0002_000000002178	14358	0.6348367269196732	13	4	1	4	0	True	52469	maximal	True	FIJ0002_000000002178	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0094_000000007568	2866	0.6348358661391904	2	2	2	2	2	False	109304	maximal	True	AST0094_000000007568	1.0		10	5	False	False	1.0	0					non-mobilizable	chromosome	2866.0	99.86	100.0	0.0005613758155379812	CP026202.1	enterobacteria	Escherichia coli strain ECONIH5 chromosome, complete genome	False	False
FIJ0082_000000007050	3938	0.6348317416147626	4	3	3	3	3	False	52210	fragment	False	FIJ0082_000000007050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	84.113	77.0	0.01564423510700932	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
USA0063_01_000000004884	4194	0.6348300682272058	5	3	3	3	2	False	16344	maximal	True	USA0063_01_000000004884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0064_000000016428	1604	0.6348284906969558	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.934728250541767		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.102	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0009_01_000000023481	1115	0.6348099498028731	1	1	1	1	1	False	2076	maximal	True	USA0009_01_000000023481	1.0		8	5	False	False	0.9973094463348389	0					non-mobilizable	no_good_hit	326.0	98.16	29.0	0.3869047619047619	GQ879377.1		Uncultured organism clone VC1C749TF genomic sequence	True	False
ISR0779_000000003235	9038	0.634806270623641	16	3	2	3	1	True	22357	maximal	True	ISR0779_000000003235	1.0		1	1	False	False	0.9990041851997375	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.020145495243424735	XM_019890601.1	bony fishes	PREDICTED: Hippocampus comes D-beta-hydroxybutyrate dehydrogenase, mitochondrial-like (LOC109528233), transcript variant X6, mRNA	True	True
ISR0021_000000003390	6264	0.6348043966906942	8	7	5	6	5	False	130509	fragment	False	ISR0203_000000002513	0.6833242874796392		0	0	False	False	0.998882532119751	0					non-mobilizable	other	4174.0	97.988	100.0	0.023794285714285716	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0015_000000023370	1388	0.6348014173585614	2	2	2	1	1	False	50316	maximal	True	FIJ0015_000000023370	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	99.421	87.0	0.0007276898017406726	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0356_000000001008	11756	0.6347949760732199	13	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9600697700300097	PS712	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	472.0	69.915	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ISR0346_000000001257	11448	0.6347949760732199	12	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9777828499911924	PS712	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	472.0	69.915	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
CHI0028_000000006623	2081	0.634787906938139	3	2	2	2	2	False	88703	fragment	False	CHI0028_000000006623	0.9675305741014192		0	0	False	False	1.0	0					non-mobilizable	chromosome	2081.0	99.80799999999999	100.0	0.0007067817407014876	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0006_000000011844	2938	0.6347832022505667	3	3	3	3	2	False	51757	maximal	True	FIJ0006_000000011844	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	92.27799999999999	36.0	0.0006025135393071094	CP012068.1	firmicutes	Eubacterium sulci ATCC 35585, complete genome	True	False
DEN0011_000000024028	1890	0.6347815635104855	3	2	2	2	2	False	75664	maximal	True	DEN0011_000000024028	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000034819	1612	0.6347815130493342	2	1	1	1	1	False	13314	fragment	False	MON0103_000000034819	1.0		0	0	False	False	0.9950371980667114	0					non-mobilizable	chromosome	1614.0	93.928	100.0	0.0006273885089702918	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
MON0016_000000035443	1121	0.6347815130493342	2	1	1	1	1	False	13313	fragment	False	MON0016_000000035443	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1079.0	94.90299999999999	96.0	0.0004300518817465138	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
SPA0090_000000003161	8634	0.6347763269378239	8	8	8	7	6	False	109413	maximal	True	SPA0090_000000003161	0.9558840922531047		13	7	False	False	1.0	0					non-mobilizable	no_good_hit	2559.0	72.84100000000001	29.0	0.0026239085291100603	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0347_000000007957	2752	0.6347758742552776	4	4	2	3	3	True	110643	maximal	True	ISR0347_000000007957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2306.0	97.572	84.0	0.09273041799090799	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
MON0001_000000024032	1447	0.6347718776202812	3	3	3	2	2	False	14373	fragment	False	MON0001_000000024032	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1447.0	100.0	100.0	0.01143905892776622	CP041032.1	enterobacteria	Escherichia coli strain PT109 plasmid pLB_CTX-M-15_PT109, complete sequence	False	True
MAD0103_000000018772	1314	0.6347706595458626	2	1	1	1	1	False	14907	maximal	True	MAD0103_000000018772	1.0		1	1	False	False	0.9672755002975464	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000009209	3636	0.6347694361062739	3	3	3	2	2	False	64621	fragment	False	ENG0043_000000009209	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	76.72399999999999	3.0	0.0008280887711162637	NZ_PPCX01000004.1	firmicutes	Veillonella rogosae JCM 15642 Contig_4_len_138874, whole genome shotgun sequence	True	False
AST0094_000000010374	2153	0.6347620860696073	1	1	1	1	1	False	109240	maximal	False	ENG0036_000000011276	0.9317063954256672		0	0	False	False	0.9921040534973145	0					non-mobilizable	other	2152.0	91.35700000000001	99.0	0.03739763895891649	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
AST0101_000000002426	4678	0.6347492509675037	7	7	7	6	6	False	108527	maximal	True	AST0101_000000002426	1.0		1	1	False	False	0.9944420456886292	0					non-mobilizable	plasmid	1905.0	99.633	98.0	0.0036167052271268087	CP017451.1	enterobacteria	Klebsiella sp. LTGPAF-6F plasmid unnamed1, complete sequence	False	True
MON0039_000000011624	3849	0.6347452666379851	5	5	4	4	5	False	128576	fragment	False	AST0019_000000006503	0.774627175761058		0	0	False	False	0.9953234791755676	0					non-mobilizable	other	3849.0	99.065	100.0	0.035274920704765046	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0036_000000006895	5137	0.6347452635599948	6	3	1	2	2	True	128128	backbone	False	FIJ0153_000000005168	0.9389194408451657	PS1029	0	0	False	True	0.9998053312301636	0					non-mobilizable	no_good_hit	3494.0	93.446	68.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0127_000000015323	1710	0.6347450218219728	3	2	2	2	2	False	77013	maximal	True	ENG0127_000000015323	1.0		1	1	False	False	0.9871345162391663	0					non-mobilizable	no_good_hit	1134.0	98.236	77.0	0.005759864976157311	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	True	False
CHI0123_000000003693	3713	0.6347423263063051	5	3	3	3	3	False	114078	maximal	True	CHI0123_000000003693	1.0		388	15	False	False	0.997037410736084	0					non-mobilizable	other	2085.0	98.65700000000001	100.0	0.000623028558564834	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0329_000000001228	6848	0.6347406113633358	9	4	3	4	4	False	24720	maximal	True	ISR0329_000000001228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2177.0	89.022	47.0	0.0005851148828729249	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0129_000000014040	1791	0.6347384028553235	2	2	2	2	2	False	91449	fragment	False	CHI0129_000000014040	1.0		0	0	False	False	0.9972082376480103	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.00020797803751923798	NZ_LT546025.1	high GC Gram+	Corynebacterium bouchesdurhonense strain SN14, whole genome shotgun sequence	True	False
CHI0154_000000005798	4829	0.634737474123559	7	5	3	3	5	False	126410	fragment	False	ISR0162_000000007632	0.9630262687688141		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3569.0	99.384	74.0	0.0030627976527707675	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
ENG0124_000000007485	4090	0.6347369255122649	5	3	1	2	2	False	113653	maximal	True	ENG0124_000000007485	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	93.76299999999999	68.0	0.0004914720878710266	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0086_000000011392	2716	0.6347369255122649	4	3	1	2	2	False	113636	fragment	False	MON0086_000000011392	1.0		0	0	False	False	0.9981590509414673	0					non-mobilizable	other	2623.0	99.962	97.0	0.0008156997627564305	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0001_000000016058	1685	0.6347369255122649	4	3	1	2	2	False	113626	fragment	False	ISR0331_000000014703	0.6276336983333953		0	0	False	False	0.9928783178329468	0					non-mobilizable	chromosome	1528.0	92.605	91.0	0.000513642665596746	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0064_000000028556	1493	0.6347369255122649	3	3	1	2	2	False	113626	fragment	False	ISR0331_000000014703	0.19985804366517612		0	0	False	False	0.9986603856086731	0					non-mobilizable	chromosome	1403.0	91.946	94.0	0.00047123180329976705	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0022_000000029527	1416	0.6347369255122649	4	3	1	2	2	False	113626	fragment	False	ISR0331_000000014703	0.08332529965615862		0	0	False	False	1.0	0					non-mobilizable	chromosome	1325.0	94.792	100.0	0.0004614957761285384	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0160_000000023871	1353	0.6347369255122649	3	3	1	2	2	False	113626	fragment	False	ISR0331_000000014703	0.15716446271733134		0	0	False	False	1.0	0					non-mobilizable	chromosome	1338.0	94.32	99.0	0.0004660270790663564	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0065_000000028579	1199	0.6347369255122649	3	3	1	2	2	False	83842	fragment	False	ISR0786_000000011881	0.5070372697100466		0	0	False	False	1.0	0					non-mobilizable	chromosome	1201.0	91.42399999999999	100.0	0.00040391297425694316	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ETH0004_000000024625	1185	0.6347369255122649	3	3	1	2	2	False	83842	fragment	False	ISR0786_000000011881	0.5102755734565779		0	0	False	False	0.99915611743927	0					non-mobilizable	chromosome	1186.0	91.568	100.0	0.0003988640620787314	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0058_000000004935	3708	0.6347337417172966	6	3	2	3	2	True	85926	maximal	True	CHI0058_000000004935	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.665177027381372e-05	NZ_JAAGWH010000013.1	high GC Gram+	Modestobacter muralis strain DSM 100205 Scaffold2_2, whole genome shotgun sequence	True	True
CHI0049_000000013033	1267	0.6347143163522122	2	2	2	2	1	False	86749	fragment	False	CHI0049_000000013033	1.0		0	0	False	False	0.9873717427253723	0					non-mobilizable	chromosome	1268.0	99.685	100.0	0.00023269430249745084	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ENG0210_000000006835	3255	0.634708458499641	4	3	3	3	2	False	107983	maximal	True	ENG0210_000000006835	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.660846782732176e-05	NZ_CP040463.1	e-proteobacteria	Caminibacter mediatlanticus TB-2 chromosome, complete genome	True	False
ISR0835_000000003088	3923	0.6347040489230473	4	4	4	4	2	False	20955	maximal	True	ISR0835_000000003088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	92.531	57.0	0.00028171175323690316	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ENG0004_000000006828	3897	0.6347033356702831	4	4	4	4	2	False	75972	maximal	True	ENG0004_000000006828	1.0		2	2	False	False	0.9961509108543396	0					non-mobilizable	no_good_hit	476.0	93.697	12.0	0.00016514419946878615	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0151_000000009473	1970	0.6347000528383315	2	2	2	2	1	False	110255	fragment	False	ISR0398_000000009851	0.4657634565318083		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	97.618	100.0	0.186705860041722	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0035_01_000000010119	2487	0.6346930771615347	4	3	3	2	2	False	66111	fragment	False	ISR0177_000000011504	0.9577689243027889		0	0	False	False	0.9831121563911438	0					non-mobilizable	chromosome	2487.0	99.839	100.0	0.0006920694574938233	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0302_000000004583	2993	0.6346929642627269	5	5	5	5	5	True	116029	maximal	False	AST0055_000000010576	0.9443706021034336		0	0	False	False	0.9986635446548462	0					non-mobilizable	chromosome	2985.0	99.899	99.0	0.0013727619012568317	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
ISR0359_000000011913	2211	0.6346922853456332	3	2	2	2	2	False	73230	maximal	True	ISR0359_000000011913	1.0		80	10	False	False	0.9886928796768188	0					non-mobilizable	no_good_hit	172.0	79.07	8.0	6.03017839806724e-05	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
USA0072_01_000000007531	2615	0.6346853530428711	3	3	3	3	3	False	125824	maximal	True	USA0072_01_000000007531	1.0		198	13	False	False	0.9885277152061462	0					non-mobilizable	no_good_hit	1750.0	88.171	66.0	0.005501330967169477	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0171_000000004448	5194	0.6346787952660614	8	4	4	4	3	False	30016	maximal	True	ISR0171_000000004448	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	76.64699999999999	3.0	5.3066701914242905e-05	NZ_CP014170.1	firmicutes	Clostridium tyrobutyricum strain KCTC 5387 chromosome, complete genome	True	False
MON0034_000000005785	3843	0.6346776882831172	4	2	2	2	2	False	85809	fragment	False	FIJ0046_000000006688	0.9265321854503146		0	0	False	False	0.9908925294876099	0					non-mobilizable	no_good_hit	890.0	72.36	23.0	0.0015230174980896708	NZ_JQHM01000002.1	enterobacteria	Pectobacterium betavasculorum strain NCPPB 2795 ID_3, whole genome shotgun sequence	True	False
MON0093_000000032629	1417	0.6346704053938029	2	1	1	1	1	False	74523	fragment	False	DEN0022_000000029146	0.6287773128777313		0	0	False	False	0.9992942810058594	0					non-mobilizable	no_good_hit								True	False
ISR0819_000000020354	1317	0.6346704053938029	3	1	1	1	1	False	121055	fragment	False	MON0102_000000027913	0.12011975016057215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000034774	1182	0.6346663508265441	2	2	2	2	2	False	37075	maximal	True	ISR0029_000000034774	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	74.482	89.0	0.0023911375871624937	NZ_CABJAT010000005.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
MAD0078_000000002702	2834	0.63465972158625	3	3	1	3	1	False	101173	fragment	False	MAD0078_000000002702	0.9543329737504496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0112_000000018724	1907	0.634655700122645	3	1	1	1	1	True	32641	maximal	True	ISR0112_000000018724	1.0		3	3	False	False	0.9994755983352661	0					non-mobilizable	no_good_hit	50.0	88.0	3.0	1.1649073791652274e-05	NC_019897.1	firmicutes	Thermobacillus composti KWC4, complete genome	True	True
FIJ0006_000000016957	2154	0.634647627634673	3	2	1	2	1	False	51722	maximal	True	FIJ0006_000000016957	1.0		62	6	False	False	0.9958217144012451	0					non-mobilizable	no_good_hit	601.0	85.691	28.0	0.00015952073356062814	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0068_000000015611	1630	0.6346461155359853	2	2	2	1	1	False	62595	fragment	False	ENG0068_000000015611	1.0		0	0	False	False	0.9981595277786255	0					non-mobilizable	no_good_hit	254.0	94.488	15.0	0.0011722786223641107	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0042_000000013710	2197	0.6346370330082266	3	2	2	2	1	True	36365	maximal	True	ISR0042_000000013710	1.0		0	0	False	False	0.9453800916671753	0					non-mobilizable	no_good_hit	547.0	86.837	25.0	0.011551610642770688	CP034582.1	firmicutes	Lactococcus lactis subsp. lactis strain C10 plasmid pC10B, complete sequence	True	True
ENG0171_000000003205	6961	0.6346325674124683	8	6	5	4	5	False	86274	maximal	True	ENG0171_000000003205	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	2593.0	90.28200000000001	47.0	0.0005751215953796999	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
CAN0010_000000004273	3016	0.6346216350701334	3	3	3	3	3	False	94632	fragment	False	CAN0010_000000004273	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3020.0	97.781	100.0	0.00046450198586523074	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0273_000000007650	1678	0.634621360578257	3	3	3	3	3	False	71395	fragment	False	ISR0213_000000014530	0.7630756308054122		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	96.84299999999999	100.0	0.006432977352237157	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0112_000000003531	7093	0.6346200688926915	9	7	6	6	5	True	77152	maximal	True	ISR0112_000000003531	1.0		1	1	False	False	0.9978852272033691	0					non-mobilizable	no_good_hit	1586.0	73.392	23.0	0.02908361304355979	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	True
MON0080_000000054559	1021	0.6346097877639901	2	2	2	2	1	True	10000	fragment	False	MON0080_000000054559	1.0		0	0	False	False	0.9833496809005737	0					non-mobilizable	no_good_hit	327.0	75.229	32.0	0.00010799082244148974	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	True	True
ENG0187_000000010444	2740	0.6346027099674564	3	3	3	3	3	False	118796	maximal	True	ENG0187_000000010444	1.0		735	14	False	False	0.9945255517959595	0					non-mobilizable	other	2740.0	98.321	100.0	0.012783951683290315	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0078_000000021087	1220	0.6346005113066101	2	1	1	1	1	False	108129	fragment	False	AST0102_000000023845	0.6416287303995953		0	0	False	False	0.9991803169250488	0					non-mobilizable	other	1220.0	94.426	100.0	0.0063680957878624826	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
SPA0017_000000000571	25298	0.6345819604415076	22	18	14	17	10	True	97880	fragment	False	SPA0017_000000000571	1.0		0	0	False	False	0.999881386756897	0					non-mobilizable	no_good_hit	8960.0	99.75399999999999	36.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
SPA0122_000000009941	2864	0.6345735095706901	3	3	2	3	3	False	81887	fragment	False	SPA0122_000000009941	0.9896749521988528		0	0	False	False	0.9951117038726807	0					non-mobilizable	no_good_hit	1010.0	82.079	49.0	0.00045984730830756604	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0071_000000004533	7452	0.6345731974309287	5	4	2	4	2	True	70506	fragment	False	DEN0071_000000004533	1.0		0	0	False	False	0.9943639039993286	0					non-mobilizable	no_good_hit	624.0	91.346	32.0	0.00017436567140159494	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0033_000000003254	7860	0.6345711111350216	9	4	3	4	2	True	65539	maximal	True	ENG0033_000000003254	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	0.004538431826960216	NZ_MPJW01000221.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_98_length_10356_cov_223.651_ID_195, whole genome shotgun sequence	True	True
ISR0286_000000006339	2629	0.6345697228433334	5	3	1	3	1	True	126291	maximal	True	ISR0286_000000006339	1.0	PS953	15	6	False	True	0.9832636117935181	0					non-mobilizable	no_good_hit	1949.0	95.99799999999999	80.0	0.8086342880863429	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	True
MON0050_000000026254	1510	0.6345652362704396	3	2	2	2	1	True	11319	fragment	False	MON0050_000000026254	1.0		0	0	False	False	0.9993377327919006	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0002546218410977839	NZ_NJGV01000024.1	b-proteobacteria	Herbaspirillum aquaticum strain IEH 4430 Scaffold20_1, whole genome shotgun sequence	True	True
FIJ0040_000000003797	6305	0.6345628843676016	6	4	4	3	2	False	47526	maximal	True	FIJ0040_000000003797	1.0		2	2	False	False	0.9998413920402527	0					non-mobilizable	no_good_hit	276.0	84.05799999999999	4.0	0.00033124071407760944	NZ_SAXT01000005.1	bacteria	Brachyspira aalborgi strain W1 W1_contig5, whole genome shotgun sequence	True	False
AST0153_000000006262	4763	0.6345626066833097	6	4	3	4	4	False	103505	maximal	True	AST0153_000000006262	1.0		6	4	False	False	0.9981104135513306	0					non-mobilizable	no_good_hit	279.0	74.55199999999999	6.0	7.917266889611469e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ENG0023_000000007260	2370	0.6345610369848952	2	2	2	2	2	False	102958	maximal	True	ENG0023_000000007260	1.0		6	5	False	False	0.9919831156730652	0					non-mobilizable	other	2370.0	99.831	100.0	0.0009652167500349377	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0055_000000006833	2833	0.6345585863931641	3	3	3	3	1	False	73918	maximal	True	ENG0055_000000006833	1.0		7	5	False	False	0.9996470212936401	0					non-mobilizable	no_good_hit	1415.0	99.081	50.0	0.0007630210019642124	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
DEN0026_000000003311	8442	0.6345546351065158	6	3	3	2	3	False	125524	maximal	True	DEN0026_000000003311	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2349.0	81.652	79.0	0.001023663056592127	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0001_000000023008	1893	0.6345522328462647	3	3	2	1	0	True	76868	maximal	True	DEN0001_000000023008	1.0		1	1	False	False	0.9978869557380676	0					non-mobilizable	no_good_hit								True	True
MAD0111_000000007027	2434	0.63454614591975	3	3	3	3	3	False	41396	fragment	False	MAD0111_000000007027	1.0		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	2394.0	97.70299999999999	100.0	0.0005017707706469341	AP022036.1	enterobacteria	Escherichia coli DNA, complete genome, strain: WP3-S18-ESBL-09	False	False
MAD0058_000000005499	2738	0.6345452320984846	3	3	2	3	3	False	41946	fragment	False	MAD0058_000000005499	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2738.0	96.713	100.0	0.03207547169811321	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
ISR0233_000000000356	16622	0.6345410766295803	18	5	2	4	1	True	34870	fragment	False	ISR0233_000000000356	1.0		0	0	False	False	0.9998195171356201	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.76848049983361e-06	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	True
ENG0091_000000003927	5614	0.6345401524935481	5	2	2	1	1	False	61199	maximal	True	ENG0091_000000003927	1.0		21	6	False	False	0.9978624582290649	0					non-mobilizable	no_good_hit	2454.0	84.637	68.0	0.0028743537112667613	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0268_000000009547	2067	0.6345381679711901	3	2	2	1	2	False	26494	maximal	True	ISR0268_000000009547	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	89.48200000000001	59.0	0.004041326141349796	NZ_LT963433.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
FIJ0037_000000030105	1156	0.6345365588171031	3	2	1	2	2	False	51957	fragment	False	FIJ0064_000000020816	0.4647977264639788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	87.016	45.0	0.0030585216947179627	NZ_AWGW01000024.1	CFB group bacteria	Prevotella salivae F0493 contig00006, whole genome shotgun sequence	True	False
DEN0008_000000001118	5583	0.6345338893565844	6	6	6	6	5	False	76170	maximal	True	DEN0008_000000001118	1.0		33	9	False	False	0.9996417760848999	0					non-mobilizable	no_good_hit	1093.0	69.899	19.0	0.0005192578177684437	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
MON0037_000000072956	1001	0.6345317975411046	2	1	1	1	1	False	12150	maximal	False	MON0036_000000023026	0.9589169000933707		0	0	False	False	1.0	0					non-mobilizable	other	1001.0	97.902	100.0	0.0003110983076874258	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0347_000000004478	4288	0.6345308881811086	4	4	4	4	4	False	91168	fragment	False	ISR0347_000000004478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1949.0	77.732	45.0	0.11337243401759531	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
CHI0005_000000003697	4354	0.6345272767002462	7	5	3	4	2	False	90793	maximal	True	CHI0005_000000003697	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	81.319	21.0	0.006378128893419413	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
ENG0127_000000017832	1491	0.6345255599829197	2	2	2	2	2	False	58694	maximal	True	ENG0127_000000017832	1.0		59	4	False	False	0.9986585974693298	0					non-mobilizable	chromosome	1491.0	100.0	100.0	0.0007664053173098041	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0019_000000004435	3649	0.6345233094150388	1	1	1	1	1	False	107471	maximal	True	ISR0019_000000004435	1.0		40	9	False	False	0.9947931170463562	0					non-mobilizable	no_good_hit	89.0	80.899	2.0	1.5651967995592404e-05	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	False
CHI0114_000000006554	1212	0.634519836630318	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.10427115738062623		0	0	False	False	1.0	0					non-mobilizable	other	1093.0	97.804	99.0	0.0003032474132329173	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0291_000000007218	1968	0.6345174774743625	3	3	3	3	0	True	25903	maximal	True	ISR0291_000000007218	1.0		0	0	False	False	0.9893292784690857	0					non-mobilizable	no_good_hit	476.0	98.529	24.0	0.00013396863610903187	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
AST0039_000000013100	1204	0.6345138409821526	1	1	1	1	1	False	116457	fragment	False	AST0039_000000013100	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	99.917	100.0	0.0019239749995202057	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
USA0080_01_000000014782	2942	0.6345102815080131	4	2	1	1	2	True	110212	fragment	False	CHI0064_000000005241	0.8524859692369389		0	0	False	False	0.999660074710846	0					non-mobilizable	no_good_hit	1562.0	89.693	67.0	0.00042591114367256783	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0072_000000010413	2677	0.6345102815080131	3	2	1	1	2	True	110212	fragment	False	CHI0064_000000005241	0.6190209456184231		0	0	False	False	0.9996264576911926	0					non-mobilizable	no_good_hit	1541.0	89.552	64.0	0.000420170364457469	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0150_000000009989	2321	0.6345102815080131	2	2	1	1	2	True	110209	fragment	False	ISR0150_000000009989	1.0		0	0	False	False	0.9737182259559631	0					non-mobilizable	no_good_hit	1459.0	88.82799999999999	63.0	0.00039802735891351654	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
MAD0070_000000003834	4543	0.6345101604941829	4	4	4	4	3	False	44871	maximal	True	MAD0070_000000003834	1.0		3	2	False	False	0.9958177208900452	0					non-mobilizable	no_good_hit	1621.0	78.47	36.0	0.0007819410331299125	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
MAD0041_000000027840	1345	0.6345036169469156	2	2	1	1	2	False	18216	maximal	True	MAD0041_000000027840	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0172_000000016347	1442	0.6345012819909875	2	2	2	2	2	False	55717	fragment	False	ENG0172_000000016347	1.0		0	0	False	False	0.9639389514923096	0					non-mobilizable	no_good_hit	705.0	76.17	50.0	0.00020925119085003253	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0086_000000014522	2126	0.6344979640543494	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.2803971153774298		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	86.319	98.0	0.000458546134769208	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0087_000000009267	2992	0.6344950826745269	3	3	2	3	2	False	52905	fragment	False	MAD0087_000000009267	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1912.0	92.835	98.0	0.015020579376468548	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	False	False
FIJ0033_000000007533	4327	0.6344947261667891	5	5	5	5	4	False	48301	maximal	True	FIJ0033_000000007533	1.0		117	13	False	False	1.0	0					non-mobilizable	chromosome	2895.0	99.931	100.0	0.0005430645088953553	CP051688.1	enterobacteria	Escherichia coli strain SCU-387 chromosome, complete genome	False	False
FIJ0068_000000013649	2323	0.6344940955411835	4	3	3	3	1	False	45078	maximal	True	FIJ0068_000000013649	1.0		5	3	False	False	0.997417151927948	0					non-mobilizable	no_good_hit	1482.0	97.436	65.0	0.005082212257100149	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0092_000000024505	2249	0.6344917461133671	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4433774921119378		0	0	False	False	1.0	0					non-mobilizable	chromosome	2249.0	99.956	100.0	0.0007566636384413402	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0059_000000018032	2171	0.6344917461133671	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4411010576486137		0	0	False	False	1.0	0					non-mobilizable	chromosome	2171.0	100.0	100.0	0.0007304092951146389	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0010_000000013245	1960	0.6344898885441279	3	3	3	3	2	False	114324	maximal	True	MON0010_000000013245	1.0		353	14	False	False	1.0	0					non-mobilizable	other	1993.0	78.976	99.0	0.0005916238705328258	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0040_000000010906	2801	0.6344882204314921	3	3	2	3	2	False	18383	maximal	True	MAD0040_000000010906	1.0		1	1	False	False	0.9985719323158264	0					non-mobilizable	no_good_hit	892.0	79.372	32.0	0.0038809207089265567	NZ_CYZX01000003.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	True	False
ISR0811_000000005577	2594	0.6344858830480938	3	3	3	3	3	False	21688	fragment	False	ISR0811_000000005577	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2594.0	100.0	100.0	0.012538017803695161	AP021952.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-W18-CRE-02_2 DNA, complete genome, strain: WP3-W18-CRE-02	False	True
MAD0029_000000000464	9481	0.6344820278292511	11	9	7	6	8	False	97681	fragment	False	MAD0087_000000002313	0.9756702173215399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3722.0	82.751	64.0	0.023571752183928582	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
ENG0163_000000001729	10361	0.6344811945406208	11	9	6	7	8	False	87398	maximal	True	ENG0163_000000001729	1.0		41	8	False	False	0.9997104406356812	0					non-mobilizable	no_good_hit	5724.0	99.738	88.0	0.0011078424593792713	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
CHI0024_000000009619	1334	0.6344807679548933	3	3	3	2	2	False	88990	fragment	False	DEN0051_000000034695	0.845692418834251		0	0	False	False	0.9970015287399292	0					non-mobilizable	other	1334.0	99.475	100.0	0.00032682214378163866	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0046_000000012240	1546	0.6344782501010943	5	5	2	3	4	False	64429	fragment	False	ENG0046_000000012240	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	907.0	96.69200000000001	100.0	0.0002109703657736598	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
MON0027_000000038040	1072	0.6344778027927656	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.012665340139356173		0	0	False	False	1.0	0					non-mobilizable	other	1076.0	89.03299999999999	100.0	0.11218952202045503	NZ_JAAITI010000063.1	firmicutes	Blautia luti strain MSK.16.34 NODE_63_length_9582_cov_201.122, whole genome shotgun sequence	False	True
ENG0133_000000011839	2075	0.6344743288797243	4	3	1	2	3	True	108955	fragment	False	ENG0133_000000011839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	90.55	73.0	0.01804639615175731	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
ENG0079_000000016258	2050	0.6344716248394627	3	2	2	2	1	False	111907	fragment	False	ENG0079_000000016258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000016653	2011	0.6344705949210331	3	2	2	2	2	False	54641	fragment	False	ISR0017_000000016653	0.9961368653421634		0	0	False	False	0.9751367568969727	0					non-mobilizable	no_good_hit	110.0	77.273	5.0	3.053286120588822e-05	CP016556.1	g-proteobacteria	Vibrio coralliilyticus strain 58 chromosome I, complete sequence	True	False
ISR0023_000000014060	2163	0.6344647580703496	4	3	3	2	2	False	130855	maximal	True	ISR0023_000000014060	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	85.366	4.0	2.8725004757578914e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
CHI0160_000000022945	1405	0.6344616216609673	1	1	1	1	1	False	78666	fragment	False	CHI0160_000000022945	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1405.0	98.861	100.0	0.0002892514054136573	LR134311.1	enterobacteria	Escherichia coli strain NCTC9113 genome assembly, chromosome: 1	False	False
SPA0100_000000005646	5660	0.6344584128232627	7	5	3	4	5	False	126149	fragment	False	SPA0100_000000005646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	75.33800000000001	10.0	0.0472771278741428	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0130_01_000000007893	5011	0.6344584128232627	6	5	3	4	5	False	126148	fragment	False	USA0130_01_000000007893	0.9276975117173075		0	0	False	False	0.999201774597168	0					non-mobilizable	no_good_hit	308.0	86.039	6.0	0.04654335961188599	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
SPA0042_000000006002	4809	0.6344584128232627	6	5	3	4	5	False	126148	fragment	False	USA0130_01_000000007893	0.6382624891904477		0	0	False	False	0.9985443949699402	0					non-mobilizable	no_good_hit	592.0	75.33800000000001	12.0	0.0472771278741428	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0231_000000001471	7490	0.6344507870702156	7	7	6	6	7	False	124517	maximal	True	ISR0231_000000001471	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2502.0	96.28299999999999	33.0	0.06947029249187522	NZ_JAAIPV010000043.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_43_length_36001_cov_89.1615, whole genome shotgun sequence	True	False
MON0004_000000041446	1163	0.6344494586422097	2	1	1	1	1	True	14173	fragment	False	MON0004_000000041446	1.0		0	0	False	False	0.9991401433944702	0					non-mobilizable	no_good_hit	123.0	78.04899999999999	10.0	0.00025901079282989625	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	True
ISR0385_000000000277	30327	0.6344483038132929	37	18	12	14	5	True	23059	maximal	True	ISR0385_000000000277	1.0		39	7	False	False	0.9997032284736633	0					non-mobilizable	no_good_hit	52.0	86.538	0.0	0.043761638733705775	XM_028682101.1	apicomplexans	Plasmodium sp. gorilla clade G2 conserved Plasmodium protein, unknown function (PADL01_1005200), partial mRNA	True	True
FIJ0050_000000017921	1429	0.6344447305486584	3	3	3	3	2	False	46580	fragment	False	FIJ0050_000000017921	1.0		0	0	False	False	0.9958012700080872	0					non-mobilizable	no_good_hit	602.0	72.92399999999999	42.0	0.006514443640192143	NZ_NFHM01000012.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_12, whole genome shotgun sequence	True	False
MON0101_000000018144	3328	0.6344446721174347	4	3	3	3	3	False	113890	fragment	False	DEN0083_000000006854	0.3451163766752812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	99.346	5.0	4.577676239029388e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0193_000000019633	1345	0.6344444937971755	2	2	2	2	2	False	29076	maximal	True	ISR0193_000000019633	0.9854628921193573		214	13	False	False	1.0	0					non-mobilizable	chromosome	1345.0	96.431	100.0	0.00037415179037477813	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0108_000000003146	6719	0.6344413473322582	6	5	4	4	5	False	120412	fragment	False	SPA0101_000000006249	0.9777682157200229		0	0	False	False	0.9991070032119751	0					non-mobilizable	other	6719.0	99.405	100.0	0.0028965939305508974	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
DEN0045_000000038378	1147	0.6344404667158208	2	2	2	2	1	True	72798	maximal	True	DEN0045_000000038378	1.0		192	11	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	74.209	70.0	0.011900655398413246	NZ_SPVF01000039.1	b-proteobacteria	Massilia arenosa strain MC02 EFN1C69W2X, whole genome shotgun sequence	True	True
ISR0369_000000007000	1992	0.6344359019000634	3	3	3	2	1	False	124172	fragment	False	ISR0369_000000007000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	99.098	67.0	0.03134914997395463	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0008_000000008361	3431	0.6344287064807355	5	4	1	4	2	False	51448	fragment	False	FIJ0008_000000008361	1.0		0	0	False	False	0.9956281185150146	0					non-mobilizable	no_good_hit	248.0	89.113	7.0	0.004213578983282156	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	True	False
ISR0112_000000015254	2245	0.6344287064807355	5	4	1	4	2	False	32644	fragment	False	ISR0112_000000015254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	6.912906901640732e-06	CP015727.1	firmicutes	Bacillus cereus strain A1, complete genome	True	False
MAD0096_000000003461	4629	0.6344281646713792	6	6	5	6	4	False	75929	maximal	True	MAD0096_000000003461	1.0	PS39	3	2	False	True	0.9982717633247375	0					non-mobilizable	no_good_hit	562.0	75.979	12.0	0.0025445987591098	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
SPA0158_000000005452	3074	0.634413911108303	3	2	1	2	0	True	60342	fragment	False	SPA0158_000000005452	1.0		0	0	False	False	0.9990240931510925	0					non-mobilizable	no_good_hit	98.0	100.0	3.0	0.0005638289215173392	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	True
ENG0064_000000019387	1151	0.6344004211253528	2	2	2	2	2	False	62901	maximal	False	FIJ0021_000000040795	0.9773116438356164		0	0	False	False	0.9869678616523743	0					non-mobilizable	no_good_hit	357.0	79.832	31.0	6.269834976177277e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
FIJ0153_000000007920	3409	0.6343926285522802	3	3	2	3	1	True	58265	fragment	False	FIJ0153_000000007920	1.0		0	0	False	False	0.9967732429504395	0					non-mobilizable	chromosome	2660.0	97.556	100.0	0.0006016038546087063	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0172_000000011401	1972	0.6343906874635649	2	2	2	2	2	False	55734	fragment	False	ENG0172_000000011401	1.0		0	0	False	False	0.9558823704719543	0					non-mobilizable	no_good_hit	154.0	73.377	8.0	0.000710870152457952	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
MON0098_000000017213	1940	0.6343878010017631	3	3	3	3	3	False	91838	fragment	False	FIJ0031_000000011378	0.5339754438206451		0	0	False	False	0.9948453903198242	0					non-mobilizable	other	1823.0	99.06700000000001	94.0	0.04558083652474281	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0010_000000017158	2606	0.634383832735994	2	2	2	2	2	False	75998	fragment	False	DEN0010_000000017158	1.0		0	0	False	False	0.999616265296936	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	7.064602790058903e-06	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ENG0019_000000000105	61002	0.6343838211251684	59	19	11	15	13	True	97294	fragment	False	ENG0019_000000000105	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	20919.0	99.068	86.0	0.126394613738834	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
SPA0004_000000007953	1458	0.6343785190694123	2	2	2	2	2	False	60285	maximal	True	SPA0004_000000007953	0.9903560830860534		34	7	False	False	1.0	0					non-mobilizable	other	1488.0	72.715	100.0	0.0002757528298802277	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	False	False
ISR0306_000000002487	3595	0.6343703151308676	3	3	3	3	3	False	83503	maximal	True	ISR0306_000000002487	1.0		226	12	False	False	0.9983310103416443	0					non-mobilizable	no_good_hit	2988.0	99.398	83.0	0.0008076424007123044	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0070_000000000492	14193	0.6343673994016505	12	11	5	4	11	True	123782	fragment	False	CHI0020_000000000375	0.995948428647219		0	0	False	False	0.9999295473098755	0					non-mobilizable	other	14131.0	99.682	99.0	0.3474219960168179	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
CHI0058_000000000797	14054	0.6343673994016505	12	11	5	4	11	True	123782	fragment	False	CHI0020_000000000375	0.9901247568582482		0	0	False	False	1.0	0					non-mobilizable	other	13975.0	99.993	99.0	0.34358633916058123	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0051_000000017136	1690	0.6343641075980024	3	2	2	2	1	False	117285	fragment	False	ENG0051_000000017136	1.0		0	0	False	False	0.9988165497779846	0					non-mobilizable	no_good_hit	1376.0	83.06700000000001	83.0	0.0004308751177657029	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0100_000000009097	3396	0.6343627490438853	6	5	3	3	4	False	73653	maximal	True	SPA0100_000000009097	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	2116.0	99.338	80.0	0.0023536013217575636	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0120_000000021248	1657	0.6343618821404979	4	3	2	3	1	False	33034	fragment	False	ISR0103_000000017468	0.9832056570418386		0	0	False	False	0.9981895089149475	0					non-mobilizable	no_good_hit	166.0	81.325	10.0	4.813224468759034e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0026_000000008818	3779	0.6343586503845938	5	3	1	3	1	True	122408	fragment	False	ISR0840_000000003463	0.9404282115869018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	552.0	76.449	20.0	0.0001923153604924967	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0073_000000020020	1163	0.6343556616699634	2	1	1	1	1	False	62197	fragment	False	ENG0073_000000020020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	77.67	9.0	3.963923631513659e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0003_000000014366	1634	0.634348470046508	1	1	0	1	1	True	112563	fragment	False	AUS0018_000000016401	0.9309842748980781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	79.002	29.0	0.12237394957983193	HG796335.1	bacteria	Uncultured bacterium plasmid pRGI00505	True	True
AST0059_000000013074	1212	0.634348470046508	1	1	0	1	1	True	112562	fragment	False	AST0059_000000013074	1.0		0	0	False	False	0.9900990128517151	0					non-mobilizable	no_good_hit	482.0	79.253	40.0	0.12237394957983193	HG796335.1	bacteria	Uncultured bacterium plasmid pRGI00505	True	True
ISR0333_000000020517	1184	0.6343458930987858	1	1	1	1	1	False	24526	maximal	True	ISR0333_000000020517	1.0		57	8	False	False	1.0	0					non-mobilizable	other	1195.0	80.837	99.0	0.016075170688839315	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
ISR0026_000000015290	1494	0.6343453501309121	2	2	2	1	1	False	37285	maximal	True	ISR0026_000000015290	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000002020	10004	0.6343442841315645	7	6	5	5	4	False	62189	fragment	False	ISR0083_000000002020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2231.0	71.403	22.0	0.0004977283632151756	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0069_000000031242	1660	0.6343428024335195	2	2	2	2	2	False	102863	fragment	False	SPA0016_000000019783	0.9296613704070132		0	0	False	False	0.9530120491981506	0					non-mobilizable	chromosome	1527.0	97.904	92.0	0.0004270979366915471	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0172_000000003953	3995	0.6343313281534351	8	5	2	4	2	True	31676	fragment	False	ISR0172_000000003953	1.0		0	0	False	False	0.9927409291267395	0					non-mobilizable	no_good_hit	234.0	99.573	6.0	6.521220134281159e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0065_000000006865	3853	0.6343312058847851	2	2	1	2	1	False	10681	maximal	True	MON0065_000000006865	1.0		2	1	False	False	0.9919543266296387	0					non-mobilizable	no_good_hit	1586.0	78.941	41.0	0.0002471235043618239	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
DEN0065_000000008748	3690	0.6343194989211935	6	3	1	2	1	True	71140	maximal	True	DEN0065_000000008748	1.0		427	13	False	False	0.9997289776802063	0					non-mobilizable	chromosome	2771.0	99.42299999999999	97.0	0.0009771031801903182	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0048_000000006520	4517	0.6343188834143448	7	5	4	4	4	False	46806	maximal	True	FIJ0048_000000006520	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	95.41	38.0	0.00019629185665988617	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0097_000000018095	1996	0.6343177200742096	2	2	2	2	2	False	58252	maximal	True	MON0097_000000018095	1.0		187	14	False	False	0.9719439148902893	0					non-mobilizable	no_good_hit	1324.0	74.245	66.0	0.0003738913123642147	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0038_000000023282	1195	0.6343118215861339	3	2	2	2	1	False	65008	maximal	True	ENG0038_000000023282	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	76.90100000000001	55.0	0.000561053677200986	NZ_LT635493.1	firmicutes	Urinicoccus massiliensis strain FC2, whole genome shotgun sequence	True	False
SPA0106_000000032508	1158	0.6343108162555935	3	3	3	2	2	False	68410	fragment	False	ENG0125_000000022399	0.9832320042244805		0	0	False	False	0.988773763179779	0					non-mobilizable	other	1158.0	98.791	100.0	0.007949770653242833	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0201_000000002312	3821	0.6343082279653394	7	4	3	3	1	False	54167	maximal	False	SPA0116_000000009718	0.9585459183673469		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0004_000000003081	8784	0.6343057832555946	12	7	4	5	5	False	95945	maximal	True	ETH0004_000000003081	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4791.0	99.75	79.0	0.0013671293024615178	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0070_000000012554	1641	0.6343056996995762	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.816117001340641		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	92.26100000000001	100.0	0.03783858612892806	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
SPA0075_000000009936	1996	0.6342927154445147	3	3	2	3	2	False	5782	fragment	False	SPA0075_000000009936	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1996.0	99.649	100.0	0.0008715583498262128	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ENG0158_000000014630	1297	0.6342919949371829	3	3	3	2	1	False	71760	fragment	False	ENG0158_000000014630	1.0		0	0	False	False	0.9984579682350159	0					non-mobilizable	chromosome	1297.0	100.0	100.0	0.0005664692183424132	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0853_000000008601	2054	0.6342856815136494	3	3	3	3	3	False	20525	maximal	True	ISR0853_000000008601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	72.256	31.0	0.0008248348406131742	CP053097.1	mycoplasmas	Mycoplasma sp. Mirounga ES2806-NAS chromosome, complete genome	True	False
USA0035_01_000000009270	2712	0.634284534020322	2	1	1	1	1	False	1424	maximal	True	USA0035_01_000000009270	1.0		29	7	False	False	0.9996312856674194	0					non-mobilizable	no_good_hit	2348.0	100.0	87.0	0.000789986458817538	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0060_000000006611	2113	0.6342843749080157	3	2	2	2	1	False	75630	fragment	False	ISR0213_000000010997	0.9673494834588318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0044_000000025589	2095	0.634284104904144	3	3	3	3	3	False	14503	fragment	False	MON0096_000000016816	0.9783817187811595		0	0	False	False	0.9995226860046387	0					non-mobilizable	no_good_hit	1135.0	80.08800000000001	87.0	0.08560812860175918	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
MAD0046_000000001268	14156	0.6342809066913802	13	3	2	2	2	False	17782	maximal	True	MAD0046_000000001268	1.0		1	1	False	False	0.9989404082298279	0					non-mobilizable	no_good_hit	2797.0	84.662	29.0	0.0008648532953710439	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0084_000000003922	1542	0.6342779457220327	2	1	1	1	1	False	84154	fragment	False	CHI0084_000000003922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0280_000000012231	1250	0.6342779457220327	3	1	1	1	1	False	111657	fragment	False	ISR0280_000000012231	1.0		0	0	False	False	0.9991999864578247	0					non-mobilizable	other	1250.0	99.52	100.0	0.0071371428571428575	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0088_000000022419	1198	0.6342779457220327	2	1	1	1	1	False	15870	fragment	False	MAD0088_000000022419	1.0		0	0	False	False	0.9983305335044861	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000024613	1188	0.6342779457220327	2	1	1	1	1	False	14418	fragment	False	MAD0112_000000024613	1.0		0	0	False	False	0.9713804721832275	0					non-mobilizable	no_good_hit								True	False
ISR0363_000000002374	7100	0.6342763342864909	3	3	3	3	1	True	107786	maximal	True	ISR0363_000000002374	1.0		37	5	False	False	1.0	0					non-mobilizable	other	6600.0	93.97	96.0	0.10460284227889861	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0030_000000032460	1130	0.6342676566449785	1	1	1	1	1	False	42601	fragment	False	FIJ0102_000000027250	0.6393034825870647		0	0	False	False	0.9734513163566589	0					non-mobilizable	chromosome	1127.0	82.609	99.0	0.0003087152496105406	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0005_000000019682	1213	0.6342479717289287	2	2	2	1	1	False	67633	fragment	False	ENG0005_000000019682	1.0		0	0	False	False	0.9777411222457886	0					non-mobilizable	no_good_hit								True	False
USA0051_01_000000008435	2465	0.6342475710621271	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.5129532848643097		0	0	False	False	1.0	0					non-mobilizable	other	2484.0	84.098	100.0	0.005129255996503826	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0153_000000003173	5190	0.6342442106272363	7	5	2	4	5	False	84024	fragment	False	ISR0822_000000000946	0.8363650607763132		0	0	False	False	1.0	0					non-mobilizable	plasmid	5190.0	99.961	100.0	0.11873326773905682	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0821_000000015624	1968	0.6342383783467164	4	4	2	4	1	False	113387	fragment	False	ISR0821_000000015624	1.0		0	0	False	False	0.9989837408065796	0					non-mobilizable	chromosome	1861.0	97.689	94.0	0.000520578087972659	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0213_000000019947	1378	0.6342379889246389	2	2	2	2	2	False	109786	fragment	False	ISR0213_000000019947	0.9774955327478684		0	0	False	False	0.9978229403495789	0					non-mobilizable	no_good_hit	1063.0	71.308	75.0	0.004319986056529155	NZ_FOHN01000002.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
ISR0186_000000026653	1236	0.6342379889246389	2	2	2	2	2	False	109786	fragment	False	ISR0213_000000019947	0.7978361316093828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1063.0	71.308	84.0	0.004319986056529155	NZ_FOHN01000002.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
SPA0078_000000005522	1368	0.6342363423728895	2	1	1	1	1	False	48533	fragment	False	FIJ0031_000000018109	0.9476702508960573		0	0	False	False	0.996345043182373	0					non-mobilizable	other	1368.0	99.12299999999999	100.0	0.00025570534364310345	CP020061.1	enterobacteria	Klebsiella pneumoniae strain AR_0117, complete genome	False	False
ISR0387_000000007658	3145	0.6342293533134782	4	3	2	3	2	True	101939	fragment	False	ISR0387_000000007658	0.9694047223145993		0	0	False	False	1.0	0					non-mobilizable	other	3145.0	99.396	100.0	0.12644325542100818	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
SPA0155_000000004063	4218	0.6342236568122982	9	6	2	3	5	False	94429	backbone	False	CAN0015_000000007549	0.5558736393621133	PS499	0	0	False	True	0.9992887377738953	0					non-mobilizable	other	4136.0	93.883	99.0	0.0007998620179945724	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
MAD0096_000000010232	1824	0.6342144648755546	2	2	2	2	2	False	15486	maximal	True	MAD0096_000000010232	1.0		3	3	False	False	0.999451756477356	0					non-mobilizable	chromosome	1747.0	93.303	96.0	0.00039068408649289203	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	False	False
SPA0103_000000006451	2447	0.6342121962813521	4	2	2	2	2	False	4870	fragment	False	SPA0103_000000006451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	99.006	21.0	0.09376167351512887	MK232116.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K17_7_c1 sequence	True	False
DEN0034_000000004528	1716	0.6342041818359151	2	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.048165561235598786	PS974|PS975	0	0	False	True	0.999417245388031	0					non-mobilizable	other	1702.0	95.946	100.0	0.26077619266758706	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0117_01_000000007396	3191	0.6342034491076112	5	5	3	4	5	False	84194	maximal	True	USA0117_01_000000007396	1.0		1	1	False	False	0.9949858784675598	0					non-mobilizable	no_good_hit	1260.0	99.762	70.0	0.005484333276703998	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0064_01_000000006410	1291	0.6341975144418747	2	2	2	1	1	False	853	fragment	False	USA0064_01_000000006410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	94.78299999999999	19.0	3.6744288438796427e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0055_000000007623	4131	0.6341963704063938	3	3	2	3	2	False	10652	fragment	False	SPA0055_000000007623	1.0		0	0	False	False	0.9997579455375671	0					non-mobilizable	other	4131.0	100.0	100.0	0.015603276310221846	NZ_SPFU01000007.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_7_length_264688_cov_23.5584, whole genome shotgun sequence	False	False
FIJ0171_000000007440	2765	0.634194623854194	3	2	2	2	2	False	38808	maximal	True	FIJ0171_000000007440	1.0		51	8	False	False	0.9996383190155029	0					non-mobilizable	no_good_hit	696.0	73.563	25.0	0.00030739704565296855	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	True	False
ISR0216_000000009338	1911	0.63419269411394	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.7776919023762826		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	97.809	98.0	0.008364682253901655	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0044_01_000000002275	12863	0.6341834736402889	14	9	7	8	7	False	71249	maximal	True	USA0044_01_000000002275	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1037.0	87.175	15.0	0.000288861279753341	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0215_000000013016	2230	0.6341792858890603	4	4	4	4	2	False	28166	maximal	True	ISR0215_000000013016	0.9454386240900844		78	8	False	False	1.0	0					non-mobilizable	other	2230.0	95.561	100.0	0.000750608164353891	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ISR0086_000000003694	6387	0.6341739983819527	6	5	3	4	4	False	111542	fragment	False	ISR0086_000000003694	1.0		0	0	False	False	0.997808039188385	0					non-mobilizable	no_good_hit	1708.0	81.265	27.0	0.0008313714635425945	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0049_000000012732	2330	0.6341723792347919	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8583466960576964	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2310.0	98.91799999999999	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
USA0038_01_000000011765	1113	0.6341612601067731	3	3	2	3	1	True	1336	maximal	True	USA0038_01_000000011765	1.0		20	8	False	False	0.9649595618247986	0					non-mobilizable	no_good_hit	396.0	92.42399999999999	35.0	0.00012389952908768855	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ENG0071_000000002214	9295	0.6341600576690618	10	10	5	9	8	False	119730	maximal	True	ENG0071_000000002214	1.0		52	9	False	False	0.9995696544647217	0					non-mobilizable	chromosome	9268.0	98.91	100.0	0.0016015179334231055	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
MAD0033_000000001281	10270	0.6341531653946344	8	7	6	6	5	False	76905	maximal	True	MAD0033_000000001281	1.0		2	1	False	False	0.9993184208869934	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	6.9817924549708325e-06	NZ_BLPF01000001.1	high GC Gram+	Phytohabitans houttuyneae strain NBRC 108639 sequence1, whole genome shotgun sequence	True	False
ISR0229_000000006728	2377	0.6341505584234756	3	2	2	2	2	False	27577	fragment	False	ISR0229_000000006728	1.0		0	0	False	False	0.9907446503639221	0					non-mobilizable	no_good_hit	77.0	83.117	3.0	0.0002986120511860871	NZ_JXDD01000010.1	firmicutes	Lactobacillus kunkeei strain LAnu contig010, whole genome shotgun sequence	True	False
ISR0789_000000005809	2401	0.6341465492869751	3	3	3	3	3	False	77071	fragment	False	ISR0789_000000005809	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2399.0	99.583	99.0	0.000756687915776028	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0056_000000007492	2797	0.6341464935309717	3	2	1	2	2	False	35649	maximal	True	ISR0056_000000007492	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2678.0	94.51100000000001	96.0	0.0334341925196801	CP056802.1	enterobacteria	Escherichia coli strain RHBSTW-00176 plasmid pRHBSTW-00176_3, complete sequence	False	True
FIJ0164_000000009417	2446	0.6341397512332897	4	3	3	3	3	True	71661	maximal	True	FIJ0164_000000009417	1.0		38	7	False	False	0.9995911717414856	0					non-mobilizable	other	2399.0	97.916	100.0	0.030860541765372333	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ENG0067_000000007023	4076	0.6341386225961	5	4	3	4	3	False	122464	maximal	True	ENG0067_000000007023	1.0	PS871	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2310.0	98.788	57.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0036_000000008454	1584	0.6341355148374779	2	2	2	1	1	False	36749	maximal	True	ISR0036_000000008454	1.0		94	10	False	False	0.9993686676025391	0					non-mobilizable	no_good_hit	300.0	71.667	19.0	6.23642807945379e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	False
CHI0093_000000006488	1147	0.6341268626619527	2	2	2	2	2	False	83558	fragment	False	ISR0165_000000021470	0.9765957446808511		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	99.65100000000001	100.0	0.023681110904469654	NZ_QRST01000015.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf15, whole genome shotgun sequence	False	False
ISR0170_000000026667	1760	0.6341262418535685	3	3	3	3	2	True	98793	fragment	False	ISR0170_000000026667	0.9885898186073727		0	0	False	False	0.9977272748947144	0					non-mobilizable	chromosome	1742.0	100.0	99.0	0.00048467132964470893	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0013_000000012073	2241	0.6341258721959936	3	3	3	3	3	False	76187	maximal	True	ENG0013_000000012073	1.0		48	9	False	False	0.9937527775764465	0					non-mobilizable	other	2239.0	100.0	99.0	0.027568366592756837	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
ISR0250_000000011877	1163	0.6341195380748428	2	1	1	1	1	False	27010	maximal	True	ISR0250_000000011877	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0131_000000000277	52142	0.6341183659198203	61	43	15	30	35	True	111582	maximal	False	USA0036_01_000000000209	0.8177229247998742	PS636	0	0	False	True	1.0	0					non-mobilizable	other	51954.0	99.94	100.0	0.017494995945570975	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
MAD0051_000000009582	2969	0.6341182487831976	6	6	0	1	6	False	17345	maximal	True	MAD0051_000000009582	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1464.0	97.95100000000001	99.0	0.011617011815525347	MN543580.1	enterobacteria	Klebsiella pneumoniae strain PM48 plasmid pPM48_125, complete sequence	False	True
MON0058_000000047583	1143	0.6341113822217324	2	1	1	1	1	False	10968	fragment	False	MON0058_000000047583	1.0		0	0	False	False	0.9562554955482483	0					non-mobilizable	no_good_hit	99.0	100.0	9.0	0.00043055348089309094	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	True	False
FIJ0120_000000016491	1516	0.6340781172115488	3	2	2	2	2	False	49275	fragment	False	FIJ0120_000000016491	1.0		0	0	False	False	0.9940633177757263	0					non-mobilizable	other	1508.0	95.35799999999999	99.0	0.009200992191986706	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
FIJ0106_000000000225	58158	0.6340767020151514	72	41	26	38	22	True	108330	fragment	False	FIJ0106_000000000225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	337.0	90.801	1.0	0.013543014230271669	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0127_000000007138	2679	0.6340672569516987	2	2	1	2	1	False	68269	fragment	False	FIJ0127_000000007138	1.0		0	0	False	False	0.9985069036483765	0					non-mobilizable	other	1381.0	83.49	95.0	0.003991345757990721	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
ENG0035_000000004735	4708	0.6340619297512475	5	5	5	5	5	True	101780	maximal	True	ENG0035_000000004735	1.0		107	11	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	92.413	79.0	0.00034789126212354376	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
MAD0063_000000001839	5512	0.634061910927431	6	5	5	5	4	True	16730	fragment	False	MAD0063_000000001839	1.0		0	0	False	False	0.9992743134498596	0					non-mobilizable	no_good_hit	227.0	73.128	4.0	0.0011266018870581607	NZ_JHZB01000002.1	d-proteobacteria	Desulfobulbus elongatus DSM 2908 Q362DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
CHI0057_000000017665	1162	0.6340598557517686	2	2	2	2	2	False	85950	maximal	True	CHI0057_000000017665	1.0		44	8	False	False	1.0	0					non-mobilizable	chromosome	1162.0	99.82799999999999	100.0	0.00021191491132611278	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0201_000000014278	2121	0.6340591716982876	4	4	4	2	2	False	126825	maximal	True	ISR0201_000000014278	1.0		10	2	False	False	0.9976426362991333	0					non-mobilizable	chromosome	1469.0	80.259	99.0	0.0006217516158038112	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ENG0113_000000001347	16703	0.6340572774934293	22	8	5	6	4	True	127554	maximal	False	ISR0052_000000001352	0.9423992321998591	PS1009|PS1010	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	571.0	94.74600000000001	7.0	0.005026322054972091	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0835_000000001127	8385	0.6340535378525095	11	8	4	5	7	True	124662	maximal	True	ISR0835_000000001127	1.0		7	5	False	False	0.9998807311058044	0					non-mobilizable	other	6035.0	100.0	97.0	0.0018771671885859276	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AUS0006_000000005304	4083	0.6340527687803377	4	3	3	3	3	False	103030	maximal	True	AUS0006_000000005304	1.0		45	8	False	False	0.993142306804657	0					non-mobilizable	no_good_hit	3143.0	99.936	77.0	0.08956925796060321	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	True	False
ENG0207_000000008373	2141	0.6340519973234829	4	4	4	3	3	False	120966	fragment	False	ISR0265_000000005719	0.31315363087347176		0	0	False	False	1.0	0					non-mobilizable	other	2142.0	94.304	100.0	0.022280758378710422	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0010_000000005528	3260	0.6340423189601438	5	4	3	2	3	False	104383	maximal	True	ISR0010_000000005528	1.0		36	5	False	False	0.9990797638893127	0					non-mobilizable	no_good_hit	1991.0	98.995	61.0	0.01367828185925605	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0104_000000021131	1773	0.6340390736621416	2	2	2	2	2	False	96453	fragment	False	SPA0104_000000021131	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	99.71799999999999	100.0	0.0007223442435033858	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	False
CHI0119_000000002267	4291	0.6340390035281335	6	2	1	2	1	False	81957	maximal	True	CHI0119_000000002267	1.0		2	1	False	False	0.9988347887992859	0					non-mobilizable	no_good_hit	161.0	80.745	5.0	2.8180456153633384e-05	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
ISR0052_000000002296	11085	0.6340365821888803	10	3	3	3	2	True	62423	fragment	False	ISR0052_000000002296	1.0		0	0	False	False	0.9998195767402649	0					non-mobilizable	no_good_hit	74.0	90.541	1.0	0.12920353982300886	KX125104.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_1 genomic sequence	True	True
TAN0013_000000000533	10931	0.6340358204800866	11	7	4	7	6	False	2583	maximal	True	TAN0013_000000000533	1.0		3	2	False	False	0.9999085068702698	0					non-mobilizable	no_good_hit	2900.0	99.069	31.0	0.001061184478081361	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
ISR0201_000000009796	3061	0.6340317263974871	4	3	2	2	2	False	129983	maximal	True	ISR0201_000000009796	0.9741144414168937		96	9	False	False	1.0	0					non-mobilizable	other	3062.0	94.84	100.0	0.003407934553405819	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0167_000000000578	33705	0.6340308153050459	40	14	6	11	8	True	132137	maximal	True	ENG0167_000000000578	1.0		1	1	False	False	0.9999110102653503	0					non-mobilizable	virus	17385.0	97.302	93.0	0.5225501699912748	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	False	True
FIJ0005_000000021834	1635	0.6340272038233847	3	3	2	3	2	False	108207	fragment	False	ENG0175_000000014789	0.9704291328334224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	75.122	12.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
CHI0188_000000006531	2315	0.6340164272960065	3	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.4050696148618094		0	0	False	False	0.9965443015098572	0					non-mobilizable	other	2315.0	99.266	100.0	0.04425151074734185	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0088_000000008737	1770	0.6340133671441225	2	2	2	2	2	False	103287	fragment	False	ISR0821_000000016865	0.7528111566326006		0	0	False	False	0.9841808080673218	0					non-mobilizable	other	1770.0	100.0	100.0	0.0005679359237289986	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0247_000000005325	2501	0.6340083912797464	3	3	3	2	0	False	27105	fragment	False	ISR0247_000000005325	1.0		0	0	False	False	0.9996001720428467	0					non-mobilizable	other	2515.0	86.243	100.0	0.04223212477212882	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0123_000000020289	1645	0.6340078994190621	3	3	3	3	3	False	41318	maximal	True	FIJ0123_000000020289	1.0		5	2	False	False	0.9987841844558716	0					non-mobilizable	no_good_hit	77.0	87.01299999999999	5.0	2.235674182258043e-05	NZ_CP023671.1	firmicutes	Clostridium septicum strain DSM 7534 chromosome, complete genome	True	False
ISR0081_000000018632	1289	0.6340077163885939	1	1	1	1	1	False	34224	maximal	True	ISR0081_000000018632	1.0		0	0	False	False	0.9790535569190979	0					non-mobilizable	no_good_hit	392.0	99.745	30.0	0.01083853083853084	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	True	False
FIJ0008_000000018736	1529	0.6340065743914909	3	2	2	2	0	False	51401	maximal	True	FIJ0008_000000018736	1.0		0	0	False	False	0.9967299103736877	0					non-mobilizable	no_good_hit	436.0	85.09200000000001	29.0	0.00016454946356874876	NZ_FORW01000001.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	False
ISR0193_000000012813	2100	0.6340045030983077	4	3	2	3	2	False	129956	fragment	False	ISR0001_000000011907	0.554691826909		0	0	False	False	0.9985714554786682	0					non-mobilizable	other	2097.0	99.285	99.0	0.07741744847455123	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
MON0037_000000028731	2423	0.6340003838536427	3	3	3	3	3	False	48372	maximal	True	MON0037_000000028731	1.0		9	5	False	False	1.0	0					non-mobilizable	chromosome	2423.0	98.88600000000001	100.0	0.0009438105395813955	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
USA0091_01_000000005380	2043	0.633996633132655	5	4	2	3	2	False	383	fragment	False	USA0091_01_000000005380	1.0		0	0	False	False	0.9809104204177856	0					non-mobilizable	no_good_hit	1471.0	95.98899999999999	72.0	0.0632666236281472	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0008_000000004597	5715	0.6339961088006778	9	8	2	7	4	False	13878	maximal	True	MON0008_000000004597	1.0		62	11	False	False	0.9982502460479736	0					non-mobilizable	no_good_hit	4661.0	98.455	82.0	0.01804781509122667	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0062_000000007964	3604	0.6339938170082182	5	2	2	2	1	True	45729	maximal	True	FIJ0062_000000007964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	97.524	15.0	0.0001677870078421214	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
CHI0147_000000012732	1478	0.6339884595227573	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.0871121099247432	PS1061	0	0	False	True	0.9993234276771545	0					non-mobilizable	other	873.0	99.427	95.0	0.004069954679747775	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0087_000000003955	3901	0.6339851265009686	7	5	2	5	4	True	64704	fragment	False	SPA0087_000000003955	1.0		0	0	False	False	0.9992309808731079	0					non-mobilizable	no_good_hit	651.0	78.648	17.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0164_000000019021	1487	0.6339803392901979	2	1	1	1	1	False	30278	maximal	True	ISR0164_000000019021	1.0		3	1	False	False	0.9778076410293579	0					non-mobilizable	no_good_hit								True	False
CHI0023_000000006790	2000	0.6339768491616956	4	4	2	3	4	False	94572	maximal	False	CHI0071_000000005219	0.95075		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	99.85	100.0	0.00037009348424408916	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
ISR0360_000000008830	2753	0.6339763515960777	3	3	3	3	2	False	113070	maximal	True	ISR0360_000000008830	1.0		7	3	False	False	1.0	0					non-mobilizable	other	1770.0	99.209	96.0	0.011814599612636078	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MAD0106_000000010552	2036	0.6339757267222798	3	3	3	3	3	False	14737	maximal	True	MAD0106_000000010552	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	74.623	42.0	0.0003558860577759427	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CAN0003_000000026512	1866	0.6339734388791931	3	2	2	2	1	False	96583	maximal	True	CAN0003_000000026512	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	84.071	8.0	3.362638677995571e-05	AP021849.1	bacteria	Deinococcus grandis ATCC 43672 DNA, complete genome	True	False
ENG0024_000000016975	1524	0.6339734388791931	2	2	2	2	1	False	66227	fragment	False	ENG0024_000000016975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	82.787	8.0	3.6303659808864305e-05	NZ_BCMS01000001.1	bacteria	Deinococcus grandis strain ATCC 43672, whole genome shotgun sequence	True	False
CAN0015_000000005325	7876	0.6339733841425408	12	5	3	5	1	True	101274	fragment	False	ISR0322_000000000977	0.5895643872575839		0	0	False	False	1.0	0					non-mobilizable	other	7877.0	99.835	100.0	0.07859651923998084	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0077_000000015196	2211	0.6339694325235777	2	2	2	2	2	False	34517	maximal	True	ISR0077_000000015196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1505.0	86.445	67.0	0.00041479625569822875	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0358_000000002454	6193	0.6339674424260687	9	3	2	3	1	False	116310	maximal	True	ISR0358_000000002454	1.0		1	1	False	False	0.9982237815856934	0					non-mobilizable	no_good_hit								True	False
USA0047_01_000000005774	5774	0.6339621155846151	8	6	2	2	5	False	103735	maximal	True	USA0047_01_000000005774	1.0		1	1	False	False	0.9982681274414062	0					non-mobilizable	chromosome	5359.0	85.389	94.0	0.0011938638485186536	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
DEN0090_000000009079	2801	0.6339593443584111	4	3	3	2	2	False	119688	fragment	False	DEN0090_000000009079	0.9948220189458178		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	86.25	3.0	1.746017492827723e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0161_000000022614	1370	0.6339571677081539	2	2	2	1	1	False	76181	fragment	False	ISR0161_000000022614	1.0		0	0	False	False	0.9992700815200806	0					non-mobilizable	other	1370.0	99.927	100.0	0.016863759546686376	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
MON0023_000000004410	3746	0.6339552808235729	2	2	2	2	2	False	131597	fragment	False	MON0023_000000004410	1.0		0	0	False	False	0.9898558259010315	0					non-mobilizable	other	3736.0	99.92	99.0	0.0015658401182911507	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
ENG0182_000000022594	1251	0.6339537364462824	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.289052935386165		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	93.087	99.0	0.6983146067415731	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
ISR0365_000000005577	2768	0.6339474500582146	3	3	3	2	2	False	23658	maximal	True	ISR0365_000000005577	1.0		27	8	False	False	1.0	0					non-mobilizable	other	2638.0	99.735	95.0	0.0011181778746648541	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ENG0190_000000011199	2729	0.6339386263363731	3	3	3	3	3	False	94898	maximal	True	ENG0190_000000011199	1.0		104	12	False	False	0.9871748089790344	0					non-mobilizable	no_good_hit	159.0	74.843	6.0	0.002558580149952229	NZ_FCOQ01000015.1	firmicutes	Paenibacillus phocaensis strain mt24, whole genome shotgun sequence	True	False
SPA0053_000000000143	57287	0.6339302442242508	43	14	7	8	4	True	112190	fragment	False	SPA0053_000000000143	1.0		0	0	False	False	0.9994588494300842	0					non-mobilizable	plasmid	33546.0	98.199	98.0	0.28450529675404046	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ENG0064_000000007314	3092	0.6339268531117325	3	2	2	2	2	False	62991	maximal	True	ENG0064_000000007314	1.0		11	5	False	False	0.9909443855285645	0					non-mobilizable	no_good_hit	1778.0	83.74600000000001	57.0	0.0048117114933733445	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
DEN0078_000000015544	2062	0.6339259027717057	3	3	3	3	3	False	87821	fragment	False	ISR0297_000000005738	0.6632486888848775		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	99.758	100.0	0.0006616822717950628	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0055_000000003919	4139	0.6339251489118733	6	5	1	2	4	True	74267	fragment	False	MON0055_000000003919	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1914.0	98.485	80.0	0.043725714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0026_000000005274	2478	0.6339202042595194	7	4	4	3	0	True	19098	fragment	False	MAD0026_000000005274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0326_000000015082	1372	0.6339188845746669	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.512639723299963		0	0	False	False	0.9883381724357605	0					non-mobilizable	no_good_hit	236.0	91.525	17.0	7.075399978382394e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0794_000000009456	2108	0.6339088841584529	3	3	3	3	3	False	40379	maximal	True	ISR0794_000000009456	1.0		113	12	False	False	0.9900379776954651	0					non-mobilizable	other	2105.0	93.729	99.0	0.04815078073051613	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0251_000000009539	1720	0.6339063257950032	2	2	2	2	2	False	26990	fragment	False	ISR0251_000000009539	1.0		0	0	False	False	0.9866279363632202	0					non-mobilizable	no_good_hit	252.0	73.413	14.0	0.0006627207504038035	NZ_QGDS01000004.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_104, whole genome shotgun sequence	True	False
DEN0085_000000015166	1926	0.6339051085478313	3	3	3	3	3	False	68975	fragment	False	DEN0085_000000015166	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1926.0	99.273	100.0	0.00029299062917036015	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
MAD0078_000000000666	8751	0.6339048176272994	8	4	2	3	1	True	31780	maximal	True	MAD0078_000000000666	1.0		7	3	False	False	0.9978288412094116	0					non-mobilizable	no_good_hit	872.0	79.358	10.0	0.04504832172919048	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	True	True
CHI0055_000000003090	4737	0.6339027944818241	6	6	6	5	4	False	125358	fragment	False	SPA0101_000000009642	0.8170415026323493		0	0	False	False	0.9936668872833252	0					non-mobilizable	other	4585.0	99.477	99.0	0.018098600448614666	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0115_000000005995	4953	0.6338994539589963	6	6	5	6	5	False	72184	fragment	False	ISR0115_000000005995	1.0		0	0	False	False	0.998788595199585	0					non-mobilizable	no_good_hit	114.0	83.333	2.0	3.7972795204578436e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	False
CHI0025_000000004141	2685	0.6338980919439007	4	4	2	3	3	False	90464	fragment	False	ISR0054_000000008403	0.9429605531172727		0	0	False	False	0.995158314704895	0					non-mobilizable	chromosome	2667.0	99.588	99.0	0.0011273022802289108	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
DEN0081_000000006001	1548	0.6338975409490452	3	3	3	2	1	False	69361	maximal	True	DEN0081_000000006001	1.0		12	6	False	False	0.9993540048599243	0					non-mobilizable	chromosome	790.0	97.34200000000001	100.0	0.00014450178933140908	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
AST0149_000000000684	30749	0.6338945269746971	34	10	6	8	5	True	114980	fragment	False	AST0149_000000000684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	0.0	1.9123876380320944e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0056_000000004538	4339	0.6338940803546894	10	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.13411322331313974	PS1156	0	0	False	True	0.9990781545639038	0	rep_cluster_663				non-mobilizable	plasmid	3495.0	95.994	94.0	0.079902981488685	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
MON0096_000000016916	2146	0.6338850100174397	3	2	2	2	1	True	73084	maximal	True	MON0096_000000016916	1.0		3	2	False	False	0.9925442934036255	0					non-mobilizable	chromosome	2135.0	91.288	99.0	0.0007586737243506839	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
SPA0016_000000025014	1364	0.6338846177912761	1	1	1	1	1	False	7861	maximal	True	SPA0016_000000025014	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	696.0	95.546	58.0	0.0002093082227714095	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0057_000000007972	2024	0.6338816096464767	4	4	4	3	2	False	117340	fragment	False	ISR0398_000000010638	0.9526039112096679		0	0	False	False	0.9980236887931824	0					non-mobilizable	other	1838.0	98.64	99.0	0.014872446707740634	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0116_000000006543	2585	0.6338814078242146	3	3	3	2	2	False	82180	fragment	False	SPA0057_000000011117	0.6782276992131642		0	0	False	False	0.9996131658554077	0					non-mobilizable	other	2552.0	95.259	100.0	0.04429994610289132	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
DEN0063_000000021790	2211	0.6338648023069633	3	3	3	3	3	False	71534	fragment	False	DEN0063_000000021790	1.0		0	0	False	False	0.9918588995933533	0					non-mobilizable	other	1082.0	97.04299999999999	99.0	0.005017432661386305	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0014_000000005605	4180	0.633859994326431	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.21202152023627313		0	0	False	False	0.9988038539886475	0					non-mobilizable	chromosome	4180.0	99.33	100.0	0.0018119547388534866	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0187_000000002978	7524	0.6338583185841277	9	7	7	6	6	False	124966	fragment	False	ENG0187_000000002978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2883.0	76.24	59.0	0.0006394505623083349	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0128_000000005696	6387	0.633852665973572	8	2	0	2	1	True	100312	maximal	True	SPA0128_000000005696	1.0		2	2	False	False	0.9931110143661499	0					non-mobilizable	no_good_hit	564.0	99.823	9.0	0.6463834672789897	GQ883584.1		Uncultured organism clone VC1DD15TR genomic sequence	True	True
MAD0013_000000002850	6590	0.6338496398612807	10	5	3	5	3	False	19619	maximal	True	MAD0013_000000002850	1.0		1	1	False	False	0.9990895390510559	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	7.0997422233066974e-06	CP015727.1	firmicutes	Bacillus cereus strain A1, complete genome	True	False
ISR0254_000000002520	3681	0.6338441628301423	4	3	2	3	3	False	99625	maximal	True	ISR0254_000000002520	0.9675196850393701		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	86.26	11.0	0.0017144009681323113	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
MON0042_000000011121	2393	0.6338407297468646	2	2	2	2	2	False	52911	maximal	False	ETH0004_000000011336	0.9761140104375753		0	0	False	False	0.9949854016304016	0					non-mobilizable	other	2403.0	97.045	100.0	0.01965525437899068	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	False	False
ISR0348_000000002559	4569	0.6338380457659022	6	5	2	2	4	True	24150	fragment	False	ISR0348_000000002559	1.0		0	0	False	False	0.9973735809326172	0			MPF_T		non-mobilizable	plasmid	4553.0	95.05799999999999	99.0	0.021503698238843804	LT985250.1	enterobacteria	Escherichia coli strain 170 genome assembly, plasmid: RCS38_p	False	True
MAD0059_000000003473	5242	0.6338356515156777	6	6	6	5	5	False	108442	maximal	True	MAD0059_000000003473	1.0		158	12	False	False	1.0	0					non-mobilizable	other	5242.0	99.771	100.0	0.001072793139036529	CP011018.1	enterobacteria	Escherichia coli strain CI5, complete genome	False	False
ENG0100_000000008164	3597	0.6338354816497276	5	4	4	4	4	False	88008	maximal	False	CHI0037_000000003363	0.9870483163754107		0	0	False	False	1.0	0					non-mobilizable	other	3597.0	98.86	100.0	0.02769114668761214	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	False
SPA0129_000000016508	1502	0.6338342654462915	3	3	3	3	2	False	107557	fragment	False	MAD0016_000000002666	0.32224742821665475		0	0	False	False	0.9906790852546692	0					non-mobilizable	chromosome	1513.0	87.971	100.0	0.0005062375944020355	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0185_000000016309	2008	0.6338335249567087	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.23129772158635917		0	0	False	False	1.0	0					non-mobilizable	other	2008.0	98.805	100.0	0.0005994108732833456	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0090_000000014666	1987	0.6338335249567087	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.19419694213629887		0	0	False	False	0.998993456363678	0					non-mobilizable	chromosome	1987.0	98.84200000000001	100.0	0.0005757047382587106	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0128_000000007752	4440	0.6338323705701485	4	4	4	4	3	False	131658	fragment	False	ISR0128_000000007752	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1856.0	98.43799999999999	99.0	0.009430317326365236	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
SPA0071_000000008642	2757	0.6338267599023155	4	3	2	3	2	False	85587	fragment	False	SPA0089_000000014004	0.9671545876472689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	97.74	48.0	4.8041943671515296e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0015_000000003607	6300	0.6338230843702689	8	5	2	3	4	False	86629	maximal	True	ISR0015_000000003607	1.0		9	3	False	False	0.9990476369857788	0					non-mobilizable	no_good_hit	929.0	74.273	14.0	0.0002173091703762819	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
ENG0041_000000005065	5074	0.6338230843702689	7	5	2	3	4	False	64761	fragment	False	ENG0041_000000005065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	74.273	18.0	0.0002173091703762819	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
ENG0045_000000000180	47746	0.6338088544952061	47	10	4	4	7	False	92006	maximal	True	ENG0045_000000000180	0.9999054204586058		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	90.556	4.0	0.0001607033930118058	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
CAN0019_000000000152	47579	0.6338088544952061	47	10	4	4	7	False	92006	maximal	False	ENG0045_000000000180	0.9981464415867298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	90.556	4.0	0.0001607033930118058	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
CHI0035_000000002015	5058	0.6338039598250168	7	7	6	7	7	False	105609	fragment	False	ISR0101_000000004127	0.5745500463525921		0	0	False	False	0.9988137483596802	0					non-mobilizable	other	5058.0	98.023	100.0	0.020207916833266695	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0216_000000002367	9025	0.6337961604313229	11	8	5	7	5	False	129601	maximal	True	ISR0216_000000002367	1.0	PS1061	1	1	False	True	0.9998891949653625	0					non-mobilizable	no_good_hit	4592.0	93.402	51.0	0.01671600653327889	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	True
MON0096_000000012454	2799	0.6337949463833794	3	3	3	3	2	False	75631	fragment	False	MON0096_000000012454	0.9925329850597441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	71.845	18.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0026_000000016763	1913	0.6337919544556778	4	3	2	2	3	False	68537	maximal	True	SPA0026_000000016763	1.0		676	13	False	False	0.996340811252594	0					non-mobilizable	no_good_hit	1327.0	85.23	69.0	0.019232730610639195	NZ_LNAM01000035.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf13, whole genome shotgun sequence	True	False
ISR0107_000000011367	2263	0.6337918356321588	3	3	3	2	2	False	32852	maximal	True	ISR0107_000000011367	1.0		2	1	False	False	0.9964648485183716	0					non-mobilizable	no_good_hit	748.0	76.872	33.0	0.0059921510119356515	NZ_FQXK01000015.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
USA0145_01_000000006810	3570	0.6337830785057782	7	2	2	2	1	True	18	fragment	False	USA0145_01_000000006810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1280.0	94.06200000000001	43.0	0.10302541347317466	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0119_000000015015	2141	0.6337809471874704	3	2	2	2	2	False	101952	fragment	False	DEN0093_000000013839	0.7350117382805792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	77.822	35.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
MAD0094_000000007035	2177	0.6337801844822732	3	3	3	2	3	False	121856	maximal	True	MAD0094_000000007035	1.0		5	2	False	False	0.9958658814430237	0					non-mobilizable	chromosome	1462.0	93.98100000000001	95.0	0.0004910908578674001	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0124_000000003940	7072	0.6337734711159259	8	6	2	6	1	True	85168	fragment	False	SPA0124_000000003940	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7003.0	98.64299999999999	99.0	0.11260312304005918	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
USA0069_01_000000012086	5087	0.6337721311031986	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.6647188975005005		0	0	False	False	0.9998034238815308	0					non-mobilizable	other	5011.0	99.361	99.0	0.08284131315637146	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0119_000000013119	1347	0.6337700508590067	3	3	2	3	1	False	77327	maximal	True	FIJ0119_000000013119	0.9872605548601935		108	12	False	False	0.994803249835968	0					non-mobilizable	no_good_hit	278.0	74.101	21.0	0.0035354246992967578	NZ_WBSM01000014.1	high GC Gram+	Bifidobacterium ramosum strain DSM 100688 Contig_14, whole genome shotgun sequence	True	False
MAD0105_000000016108	2232	0.633769207216	3	3	3	3	3	False	14830	maximal	True	MAD0105_000000016108	1.0		47	10	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	78.76100000000001	5.0	2.5888391309746454e-05	NZ_CP014646.1	b-proteobacteria	Thauera humireducens strain SgZ-1 chromosome, complete genome	True	False
ISR0775_000000009977	1986	0.6337636980691942	3	3	3	3	2	False	88232	maximal	True	ISR0775_000000009977	0.9956142225759932		188	13	False	False	1.0	0					non-mobilizable	other	1986.0	99.194	100.0	0.016128508052066236	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0086_000000000912	4897	0.6337627423103962	6	4	1	4	2	True	84068	fragment	False	CHI0086_000000000912	0.9795792079207921		0	0	False	False	1.0	0					non-mobilizable	other	4897.0	99.694	100.0	0.048858374580871784	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0381_000000006277	2598	0.6337594074534775	5	2	1	2	1	False	70379	maximal	True	ISR0381_000000006277	1.0		0	0	False	False	0.9984603524208069	0					non-mobilizable	no_good_hit	1330.0	99.023	59.0	0.00037196144027723863	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AUS0012_000000001202	9611	0.6337586675936289	8	5	3	5	4	False	101328	maximal	True	AUS0012_000000001202	1.0		1	1	False	False	0.9983352422714233	0					non-mobilizable	no_good_hit	818.0	99.756	20.0	0.00022866252573852818	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0167_000000006555	3761	0.6337585843943323	5	3	1	3	0	False	56083	fragment	False	ISR0814_000000009452	0.890327613134364		0	0	False	False	0.999468207359314	0					non-mobilizable	no_good_hit	205.0	85.366	5.0	0.005995059348074953	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0328_000000024919	1172	0.6337583243850363	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.25514332234014026		0	0	False	False	0.9991467595100403	0					non-mobilizable	other	1172.0	99.65899999999999	100.0	0.02415030523016004	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0161_000000010080	1149	0.6337583243850363	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.1832996496575866		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	98.869	100.0	0.023675961062530934	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0005_000000046752	1175	0.6337552710280752	2	2	2	1	1	True	14086	maximal	True	MON0005_000000046752	1.0		19	5	False	False	0.9974468350410461	0					non-mobilizable	other	884.0	100.0	100.0	0.0002312439668370487	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	True
USA0045_01_000000005509	2542	0.6337498423150171	2	2	1	1	0	False	112646	maximal	True	USA0045_01_000000005509	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	72.65	23.0	0.00018721772606132718	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0349_000000006878	1588	0.6337498423150171	1	1	1	1	0	False	24119	maximal	True	ISR0349_000000006878	1.0		1	1	False	False	0.9691435694694519	0					non-mobilizable	no_good_hit	936.0	97.54299999999999	59.0	0.00020808537420204267	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0083_000000029136	1387	0.6337498423150171	1	1	1	1	0	False	9862	maximal	True	MON0083_000000029136	1.0		0	0	False	False	0.9653929471969604	0					non-mobilizable	no_good_hit	600.0	94.833	43.0	0.0001333081702107204	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0160_000000006609	3265	0.6337497750358336	3	3	3	3	2	False	108260	fragment	False	AST0110_000000004715	0.23792693169092943		0	0	False	False	0.9963246583938599	0					non-mobilizable	chromosome	1533.0	97.78200000000001	99.0	0.00048288272159258	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0086_01_000000001822	12025	0.6337480661003058	12	11	5	8	3	False	132288	fragment	False	CHI0140_000000001647	0.19979432996094398		0	0	False	False	0.9995010495185852	0					non-mobilizable	other	12063.0	94.545	100.0	0.5327545732382514	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
SPA0036_000000007250	3281	0.6337480136689183	4	4	4	4	2	False	132024	maximal	True	SPA0036_000000007250	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	83.594	29.0	0.00021373728221096575	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0144_000000000892	5480	0.6337470397588938	11	6	0	1	6	False	132328	maximal	True	ISR0144_000000000892	0.9895143737254883	PS1156	75	6	True	True	1.0	7	rep_cluster_663				non-mobilizable	plasmid	4172.0	99.904	95.0	0.09543967233370707	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0127_000000003879	5448	0.6337470397588938	11	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.9891107227714225	PS1156	0	0	True	True	1.0	3	rep_cluster_663				non-mobilizable	plasmid	4157.0	99.976	95.0	0.09509644646820585	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CAN0002_000000002922	5355	0.6337470397588938	11	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.9821999467762027	PS1156	0	0	True	True	1.0	156	rep_cluster_663				non-mobilizable	plasmid	3658.0	99.891	95.0	0.08367846600919845	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0061_01_000000002216	5341	0.6337470397588938	11	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.9869189540653794	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4029.0	99.975	95.0	0.09216758574926207	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0261_000000003101	5300	0.6337470397588938	11	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.9847930878609554	PS1156	0	0	True	True	1.0	3	rep_cluster_663				non-mobilizable	plasmid	4009.0	99.975	95.0	0.0917099512619271	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0095_000000004708	5240	0.6337470397588938	11	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.9809066491707583	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3947.0	99.92399999999999	95.0	0.0902912843511887	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0136_000000001349	5240	0.6337470397588938	11	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.9805111901575192	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	3929.0	99.949	95.0	0.08987941331258724	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0032_01_000000005025	5220	0.6337470397588938	11	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.9794215749351202	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	3929.0	99.975	95.0	0.08987941331258724	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0794_000000003627	5176	0.6337470397588938	11	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.9729508219581745	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3927.0	99.414	95.0	0.08983364986385374	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0181_000000003443	5114	0.6337470397588938	11	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.9631402694894574	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3788.0	99.947	95.0	0.08665309017687572	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0075_01_000000005063	4939	0.6337470397588938	11	6	0	1	6	False	132328	maximal	False	ISR0144_000000000892	0.7404594760008049	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3593.0	99.36	93.0	0.08219115392535982	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
FIJ0082_000000008565	3339	0.6337447742480453	5	5	5	3	2	True	102943	fragment	False	FIJ0082_000000008565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.00014954069643238624	NZ_QWJJ01000003.1	a-proteobacteria	Pseudopuniceibacterium sediminis strain CY03 Scaffold3, whole genome shotgun sequence	True	True
CAN0005_000000006379	2725	0.6337439076393604	3	3	2	3	3	False	95937	fragment	False	CAN0005_000000006379	0.971205186880244		0	0	False	False	0.9992660284042358	0					non-mobilizable	no_good_hit	1007.0	81.331	61.0	0.0004584481785662651	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0045_000000002173	10993	0.6337439051025898	13	6	4	5	4	True	118238	maximal	True	MON0045_000000002173	1.0		80	10	False	False	0.998726487159729	0					non-mobilizable	other	10914.0	99.991	99.0	0.0021136162166444034	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MAD0107_000000034608	1147	0.633737928890156	2	1	1	1	1	False	14630	maximal	True	MAD0107_000000034608	1.0		5	4	False	False	0.9564080238342285	0					non-mobilizable	no_good_hit								True	False
FIJ0120_000000015246	1622	0.6337368505366209	3	1	1	1	1	False	50538	fragment	False	FIJ0120_000000015246	1.0		0	0	False	False	0.9697903990745544	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
FIJ0124_000000014817	1898	0.6337366767637134	3	2	2	2	2	False	70102	maximal	True	FIJ0124_000000014817	1.0		27	9	False	False	0.9899894595146179	0					non-mobilizable	no_good_hit	107.0	81.308	6.0	0.0014957985657931398	NZ_JPMI01000035.1	d-proteobacteria	Archangium violaceum Cb vi76 contig00038, whole genome shotgun sequence	True	False
USA0035_01_000000007606	3287	0.633734842333422	4	4	4	4	3	False	119445	fragment	False	USA0035_01_000000007606	0.9957548117546604		0	0	False	False	1.0	0					non-mobilizable	other	3287.0	99.81700000000001	100.0	0.0007666299916104642	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0279_000000013057	1691	0.6337317720003258	2	2	2	2	1	False	124693	fragment	False	AUS0004_000000011700	0.9252709640616087		0	0	False	False	0.9657007455825806	0					non-mobilizable	other	1038.0	99.037	94.0	0.00400058639260528	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0320_000000021347	1255	0.6337314082424834	2	1	1	1	0	True	25046	maximal	True	ISR0320_000000021347	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	94.09299999999999	58.0	0.9320512820512821	GQ881966.1		Uncultured organism clone VC1CW89TF genomic sequence	True	True
MON0107_000000002991	12277	0.6337283198340561	14	13	5	9	13	True	20008	fragment	False	MAD0005_000000000952	0.9746285172304774		0	0	False	False	1.0	0					non-mobilizable	plasmid	12234.0	99.943	99.0	0.1417858550267739	CP057998.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_3, complete sequence	False	True
SPA0039_000000011884	2260	0.6337262046918898	4	3	2	2	3	False	89982	fragment	False	CHI0180_000000005807	0.3980169596501021		0	0	False	False	0.997787594795227	0					non-mobilizable	other	1574.0	96.633	91.0	0.00030411017189483865	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0141_000000017960	1478	0.6337221262240533	3	2	1	2	2	True	57723	maximal	True	ENG0141_000000017960	1.0		147	10	False	False	1.0	0					non-mobilizable	other	1478.0	99.932	100.0	0.02313886451936333	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0038_000000021739	1260	0.6337221262240533	2	2	1	2	2	True	65022	fragment	False	ENG0038_000000021739	1.0		0	0	False	False	0.9753968119621277	0					non-mobilizable	other	1260.0	98.333	100.0	0.006632634246308325	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0139_000000023922	1164	0.6337221262240533	2	2	1	2	2	True	112226	fragment	False	ISR0139_000000023922	1.0		0	0	False	False	0.9957044720649719	0					non-mobilizable	other	1164.0	87.62899999999999	100.0	0.0038378840774050357	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ISR0359_000000025050	1114	0.6337221262240533	2	2	1	2	2	True	23799	maximal	True	ISR0359_000000025050	1.0		39	6	False	False	1.0	0					non-mobilizable	other	1112.0	87.68	100.0	0.005461693867849786	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0379_000000015967	1568	0.6337133028079467	1	1	1	1	1	False	47888	fragment	False	ISR0379_000000015967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	83.26100000000001	87.0	0.002465991149851806	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0077_000000000623	23531	0.6337123264914931	25	7	3	7	4	False	88377	fragment	False	SPA0122_000000001204	0.931660403840457		0	0	False	False	0.9989375472068787	0					non-mobilizable	no_good_hit	848.0	99.057	4.0	0.9988193624557261	GQ882876.1		Uncultured organism clone VC1D616TF genomic sequence	True	False
ISR0011_000000025535	1153	0.6337115926021459	2	2	2	2	1	False	104343	fragment	False	SPA0115_000000021588	0.8208211366733555		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	99.82700000000001	100.0	0.0013542967179465475	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0026_000000013090	1114	0.6337115926021459	2	2	2	2	1	False	104343	fragment	False	SPA0115_000000021588	0.5450949944221979		0	0	False	False	0.9991023540496826	0					non-mobilizable	other	1114.0	99.73100000000001	100.0	0.0013084481311410655	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0079_000000015111	1853	0.6337106614009776	3	3	2	3	2	True	34366	maximal	True	ISR0079_000000015111	1.0		1	1	False	False	0.9994603395462036	0					non-mobilizable	no_good_hit	100.0	78.0	5.0	0.11452184179456906	GQ883583.1		Uncultured organism clone VC1DD15TF genomic sequence	True	True
ISR0285_000000002216	5357	0.6337038969098663	6	4	4	4	3	False	82680	maximal	True	ISR0285_000000002216	1.0		112	9	False	False	0.9966399073600769	0					non-mobilizable	no_good_hit	724.0	86.602	13.0	0.00021713688899757446	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
CHI0068_000000004404	2999	0.6336956225198568	5	3	2	2	1	False	127924	maximal	True	CHI0068_000000004404	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2452.0	98.287	85.0	0.002481281516073134	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	True	False
ISR0117_000000025115	1109	0.6336910842031966	2	1	1	1	1	False	32387	fragment	False	ISR0137_000000019524	0.9502562925510191		0	0	False	False	0.9945897459983826	0					non-mobilizable	chromosome	1109.0	99.639	100.0	0.00047937518549829493	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
ENG0035_000000006497	3405	0.6336868407322659	7	3	3	3	3	False	65424	maximal	True	ENG0035_000000006497	1.0		32	9	False	False	1.0	0					non-mobilizable	no_good_hit	1987.0	98.037	74.0	0.000403164168814947	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
MAD0014_000000007418	3941	0.6336861632485928	5	5	3	4	5	False	122188	fragment	False	MAD0111_000000003353	0.17734251668903744		0	0	False	False	1.0	0					non-mobilizable	other	3941.0	97.89399999999999	100.0	0.06828354324971375	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ENG0123_000000008299	1365	0.6336838371696454	2	2	2	2	2	False	58959	fragment	False	ENG0178_000000015692	0.9700413223140496		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	100.0	100.0	0.007950154165379527	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0357_000000013409	1923	0.6336798050244262	4	3	3	2	1	False	51709	maximal	True	ISR0357_000000013409	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	99.757	86.0	0.0008882125666429234	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
SPA0005_000000011286	2595	0.6336742712262575	4	4	4	2	3	False	8319	maximal	True	SPA0005_000000011286	1.0		3	2	False	False	0.9969171285629272	0					non-mobilizable	no_good_hit	108.0	77.778	4.0	1.9831179210103744e-05	CP061082.1	enterobacteria	Serratia liquefaciens strain MT49 chromosome, complete genome	True	False
CHI0032_000000001187	4496	0.6336682490775528	7	4	2	4	2	False	88466	fragment	False	CHI0032_000000001187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1743.0	82.67399999999999	71.0	0.00045330951588286187	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
CHI0055_000000003924	3871	0.6336602075748375	5	1	1	1	1	False	86250	maximal	True	CHI0055_000000003924	1.0		15	5	False	False	0.9961250424385071	0					non-mobilizable	no_good_hit	2827.0	95.40100000000001	77.0	0.0022754100209895294	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	False
SPA0074_000000012785	1718	0.6336602075748375	2	1	1	1	1	False	57347	fragment	False	SPA0074_000000012785	1.0		0	0	False	False	0.9994179010391235	0					non-mobilizable	other	1718.0	95.51799999999999	100.0	0.0013834557386823733	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ENG0147_000000009552	1575	0.6336602075748375	2	1	1	1	1	False	57346	fragment	False	ENG0147_000000009552	1.0		0	0	False	False	0.9949206113815308	0					non-mobilizable	other	1575.0	96.19	100.0	0.0012682349054665436	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
MAD0092_000000005436	3284	0.6336600899195215	4	2	2	2	1	False	105042	maximal	True	MAD0092_000000005436	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	83.75	2.0	1.19443997380195e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
SPA0025_000000015024	1411	0.6336557914122294	3	3	2	3	2	False	7553	maximal	False	USA0050_01_000000008241	0.9901960784313726		0	0	False	False	0.9886605143547058	0					non-mobilizable	no_good_hit	186.0	77.957	15.0	5.7372660895664596e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0053_000000032065	1282	0.6336516196469388	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.839415181749289		0	0	False	False	0.9804992079734802	0					non-mobilizable	other	1282.0	99.064	100.0	0.0052304928341023234	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0033_000000010182	3004	0.6336482613823691	3	2	2	2	2	True	101373	fragment	False	SPA0033_000000010182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	89.03299999999999	43.0	0.0002938732217252955	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0214_000000016202	1830	0.633642474006939	2	1	1	1	1	False	28213	maximal	True	ISR0214_000000016202	1.0		2	2	False	False	0.9770491719245911	0					non-mobilizable	no_good_hit	252.0	76.587	14.0	0.003006753070404093	NZ_PIJY01000002.1	firmicutes	Oceanobacillus polygoni strain SA9 NODE_2_length_82399_cov_40.309906, whole genome shotgun sequence	True	False
TAN0007_000000033470	1268	0.6336408658495055	2	2	2	2	1	False	2791	maximal	True	TAN0007_000000033470	1.0		2	2	False	False	0.9936908483505249	0					non-mobilizable	no_good_hit	469.0	73.348	37.0	0.004428774545594282	NZ_BAKG01000009.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
ENG0140_000000009817	1800	0.6336288089792127	2	2	2	2	2	False	57793	maximal	True	ENG0140_000000009817	1.0		346	12	False	False	1.0	0					non-mobilizable	other	1824.0	98.684	100.0	0.023479560031941474	NZ_NFIG01000020.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_20, whole genome shotgun sequence	False	False
ISR0028_000000011200	1727	0.633626739180194	3	2	2	1	1	False	83486	maximal	True	ISR0028_000000011200	1.0		19	4	False	False	0.993630588054657	0					non-mobilizable	no_good_hit	927.0	80.475	53.0	0.021893618548560763	NZ_JH605020.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld1005, whole genome shotgun sequence	True	False
ISR0119_000000020464	1520	0.633626739180194	3	2	2	1	1	False	45900	fragment	False	ISR0119_000000020464	0.9794973544973545		0	0	False	False	0.9789473414421082	0					non-mobilizable	no_good_hit	926.0	80.238	60.0	0.021893618548560763	NZ_JH605020.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld1005, whole genome shotgun sequence	True	False
FIJ0071_000000013036	2739	0.6336230402420481	3	2	2	2	2	False	44884	maximal	True	FIJ0071_000000013036	1.0		2	1	False	False	0.9967141151428223	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	7.138223296221571e-05	NZ_FOCM01000003.1	a-proteobacteria	Maribius pelagius strain DSM 26893, whole genome shotgun sequence	True	False
FIJ0034_000000000945	23989	0.6336191475043652	43	16	8	12	12	False	48187	maximal	True	FIJ0034_000000000945	1.0		1	1	False	False	0.9992913603782654	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	0.0007770428999963858	JQ680367.1	viruses	Unidentified phage clone 2203_scaffold802 genomic sequence	True	False
ISR0255_000000005658	4907	0.6336173012386088	8	5	4	5	2	True	122132	maximal	True	ISR0255_000000005658	1.0		34	4	False	False	0.9981659054756165	0					non-mobilizable	no_good_hit	832.0	79.808	42.0	0.011026758266727258	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
DEN0038_000000000129	15101	0.6336172631235877	30	10	8	7	5	False	73367	maximal	True	DEN0038_000000000129	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00016491671705788576	AC068276.7	primates	Homo sapiens BAC clone RP11-127H13 from 2, complete sequence	True	False
SPA0095_000000013569	1425	0.6336152904999515	3	3	3	2	2	False	5197	fragment	False	SPA0095_000000013569	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	99.509	100.0	0.0002840883586615528	CP049101.1	enterobacteria	Escherichia coli strain EC28 chromosome, complete genome	False	False
ETH0003_000000017390	2251	0.6336100684461227	3	3	3	2	2	False	53181	maximal	True	ETH0003_000000017390	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	79.801	54.0	0.0009045021519488491	NZ_WWFC01000001.1	firmicutes	Lactobacillus iners strain Indica1 scf7180000000004, whole genome shotgun sequence	True	False
CHI0041_000000005001	2817	0.6336059709784628	4	3	3	1	1	True	96949	fragment	False	CHI0041_000000005001	0.9854075560131047		0	0	False	False	1.0	0					non-mobilizable	other	2817.0	99.681	100.0	0.0005947348646207309	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0138_000000007054	2795	0.6336059709784628	4	3	3	1	1	True	96949	fragment	False	CHI0041_000000005001	0.9821470031446241		0	0	False	False	1.0	0					non-mobilizable	other	2795.0	99.678	100.0	0.0005900884984908814	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
FIJ0134_000000001113	15970	0.6336000985743914	14	12	9	11	10	False	53000	maximal	True	FIJ0134_000000001113	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	6669.0	83.476	49.0	0.0019873107240997267	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
MAD0095_000000000438	21303	0.6335925796367078	28	9	6	9	4	True	15607	maximal	True	MAD0095_000000000438	1.0		1	1	False	False	0.9998591542243958	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.000356512291185658	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	True
ISR0397_000000001709	12959	0.6335862230045594	18	13	10	9	9	True	70215	maximal	True	ISR0397_000000001709	1.0		1	1	False	False	0.9998456835746765	0					non-mobilizable	no_good_hit	7031.0	94.652	59.0	0.0018742774632261084	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
SPA0127_000000007014	4187	0.6335833361081936	4	4	4	4	4	False	117035	fragment	False	SPA0127_000000007014	1.0		0	0	False	False	0.999761164188385	0					non-mobilizable	other	4187.0	98.99700000000001	100.0	0.03553420145668155	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0837_000000003023	3344	0.6335746599112732	4	3	2	3	1	False	90839	fragment	False	CHI0097_000000001523	0.9591664836290578		0	0	False	False	0.9991028904914856	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000028137	1434	0.6335639497062032	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.9157539937827835		0	0	False	False	0.9951185584068298	0					non-mobilizable	other	1439.0	89.507	100.0	0.00044580387491608125	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0057_000000023711	1479	0.6335569114922364	2	1	1	1	1	False	46111	maximal	True	FIJ0057_000000023711	1.0		2	2	False	False	0.9986477494239807	0					non-mobilizable	no_good_hit	180.0	84.444	12.0	0.0015191731601362135	NZ_ATAE01000030.1	firmicutes	Bacillus marmarensis DSM 21297 Contig36, whole genome shotgun sequence	True	False
MON0040_000000019362	1435	0.6335547284824251	2	2	2	2	1	False	11857	fragment	False	MON0040_000000019362	1.0		0	0	False	False	0.9756097793579102	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	5.287943195739093e-05	NZ_OBEG01000005.1	high GC Gram+	Nocardia amikacinitolerans strain DSM 45537, whole genome shotgun sequence	True	False
ISR0078_000000006158	2950	0.6335537746512867	4	4	4	3	3	False	93571	fragment	False	ISR0078_000000006158	0.971796445587476		0	0	False	False	0.9976271390914917	0					non-mobilizable	other	2939.0	99.456	99.0	0.0007203326769920889	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0076_000000008572	2916	0.6335537746512867	4	4	4	3	3	False	93571	fragment	False	ISR0078_000000006158	0.9648038680927048		0	0	False	False	0.9996570348739624	0					non-mobilizable	other	2910.0	97.45700000000001	99.0	0.0007097900271926811	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0096_000000038857	1179	0.6335526826779989	2	2	2	2	2	False	107551	fragment	False	ISR0196_000000014355	0.6101911011382524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1179.0	93.978	100.0	0.00039650790306223257	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0037_01_000000026243	1281	0.6335517982142395	2	2	2	2	2	False	1357	maximal	True	USA0037_01_000000026243	1.0		50	8	False	False	0.9984387159347534	0					non-mobilizable	no_good_hit	115.0	77.391	9.0	5.8398258707359665e-05	NZ_OLMF01000004.1	firmicutes	Anaerococcus marasmi strain Marseille-P3557, whole genome shotgun sequence	True	False
USA0066_01_000000006958	2953	0.6335515927204884	5	3	3	2	2	True	831	maximal	True	USA0066_01_000000006958	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0100_000000013010	3205	0.6335511712785992	4	2	2	2	2	False	9128	maximal	True	MON0100_000000013010	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	73.88600000000001	39.0	0.026431440166536996	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0135_000000006226	3004	0.6335497395270152	5	3	3	3	3	False	129527	fragment	False	ISR0135_000000006226	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1283.0	87.45100000000001	43.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0053_000000003686	7151	0.6335468123535083	7	6	5	6	2	False	121514	fragment	False	ENG0053_000000003686	0.9881183679569572		0	0	False	False	0.999440610408783	0					non-mobilizable	no_good_hit	1294.0	78.28399999999999	18.0	0.0073230642088106335	NZ_SLUK01000006.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_106, whole genome shotgun sequence	True	False
DEN0086_000000000973	2703	0.6335453522123038	3	3	3	1	1	True	68908	maximal	True	DEN0086_000000000973	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2220.0	77.387	97.0	0.0004131542747061643	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
FIJ0002_000000002887	11229	0.6335429619935423	13	9	6	9	6	True	64664	fragment	False	FIJ0002_000000002887	1.0		0	0	False	False	0.9976845383644104	0					non-mobilizable	no_good_hit	620.0	78.87100000000001	9.0	0.002038987302972857	NZ_LT963433.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
ISR0854_000000005405	1674	0.6335415053117731	3	2	1	2	1	False	20504	maximal	True	ISR0854_000000005405	1.0		6	2	False	False	0.9964157938957214	0					non-mobilizable	no_good_hit	584.0	99.14399999999999	35.0	0.00014293871704778346	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0203_000000010794	1625	0.633540091283728	4	3	3	3	2	False	97009	fragment	False	ISR0203_000000010794	0.9698492882766988		0	0	False	False	0.9938461780548096	0					non-mobilizable	other	1614.0	99.50399999999999	99.0	0.011316042401835261	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
ISR0199_000000019489	1570	0.633540091283728	4	3	3	3	2	False	97009	fragment	False	ISR0203_000000010794	0.9552647467475054		0	0	False	False	1.0	0					non-mobilizable	other	1570.0	98.726	100.0	0.01100735928610014	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
ISR0075_000000013102	1977	0.6335374222310027	3	3	3	2	3	False	79638	fragment	False	ISR0075_000000013102	1.0		0	0	False	False	0.9989883899688721	0					non-mobilizable	no_good_hit	1234.0	74.149	63.0	0.00034303560914420296	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
TAN0008_000000017533	1288	0.6335345184577278	2	2	2	2	2	False	14093	fragment	False	TAN0008_000000017533	1.0		0	0	False	False	0.9860248565673828	0					non-mobilizable	no_good_hit	1090.0	74.404	84.0	0.0027918847155267977	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
SPA0031_000000002117	10242	0.6335299070377549	14	7	4	6	4	True	110245	maximal	True	SPA0031_000000002117	1.0		3	2	True	True	1.0	5					non-mobilizable	no_good_hit	122.0	89.344	2.0	3.244629664729713e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0169_000000002777	5023	0.6335238097887286	5	5	4	4	4	False	109941	fragment	False	CHI0169_000000002777	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4456.0	99.79799999999999	97.0	0.000844185842918143	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
FIJ0088_000000010045	2749	0.633523234142295	3	1	1	1	1	False	51082	maximal	True	FIJ0088_000000010045	1.0		3	1	False	False	0.9989086985588074	0					non-mobilizable	no_good_hit	127.0	97.63799999999999	5.0	0.06818181818181818	LN852816.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0126	True	False
FIJ0064_000000012285	2177	0.633523234142295	2	1	1	1	1	False	51081	fragment	False	FIJ0064_000000012285	1.0		0	0	False	False	0.9958658814430237	0					non-mobilizable	no_good_hit	127.0	96.06299999999999	6.0	0.06818181818181818	LN852816.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0126	True	False
FIJ0010_000000010908	1738	0.633523234142295	2	1	1	1	1	False	51080	fragment	False	FIJ0010_000000010908	1.0		0	0	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	60.0	96.667	3.0	0.03192640692640693	LN852816.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0126	True	False
FIJ0042_000000021493	1136	0.633523234142295	1	1	1	1	1	False	47267	fragment	False	FIJ0042_000000021493	1.0		0	0	False	False	0.98591548204422	0					non-mobilizable	no_good_hit	58.0	96.552	5.0	0.030844155844155844	LN852816.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0126	True	False
ENG0196_000000005759	1942	0.6335157680127833	3	2	2	2	1	False	121121	maximal	True	ENG0196_000000005759	1.0		0	0	False	False	0.9603501558303833	0					non-mobilizable	chromosome	1409.0	99.574	91.0	0.0004437982193226845	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0251_000000009524	1721	0.6335157680127833	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.6538873393022729		0	0	False	False	0.9965136647224426	0					non-mobilizable	chromosome	1684.0	99.05	100.0	0.0005304775590341464	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0057_01_000000018799	1705	0.6335157680127833	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.7493252626002195		0	0	False	False	0.9912023544311523	0					non-mobilizable	chromosome	1698.0	98.881	99.0	0.0005348903254194571	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0348_000000010206	1688	0.6335157680127833	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.66572881935593		0	0	False	False	0.9940758347511292	0					non-mobilizable	chromosome	1688.0	98.815	100.0	0.0005317383494299494	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0052_000000019178	1687	0.6335157680127833	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.7372508658859293		0	0	False	False	1.0	0					non-mobilizable	chromosome	1687.0	98.755	100.0	0.0005314231518309986	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0070_000000012460	1653	0.6335157680127833	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.5537959496287668		0	0	False	False	1.0	0					non-mobilizable	chromosome	1653.0	99.09299999999999	100.0	0.0005207064334666724	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0330_000000019900	1584	0.6335157680127833	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.4489096212087269		0	0	False	False	1.0	0					non-mobilizable	chromosome	1584.0	99.179	100.0	0.0004989577991390693	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0079_000000021225	1562	0.6335157680127833	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.38760083829986913		0	0	False	False	0.9974392056465149	0					non-mobilizable	chromosome	1562.0	99.104	100.0	0.0004920234519621523	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0285_000000013124	1472	0.6335157680127833	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.15988933710928638		0	0	False	False	1.0	0					non-mobilizable	chromosome	1472.0	98.913	100.0	0.000463655668056583	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0014_000000009439	1757	0.6335070075944824	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.17562361238082802		0	0	False	False	1.0	0					non-mobilizable	chromosome	1768.0	84.10600000000001	99.0	0.0004904769454863119	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0104_000000022344	2037	0.6335031147271564	2	2	2	2	2	False	90453	maximal	True	MON0104_000000022344	0.9850823045267489		5	3	False	False	0.9970545172691345	0					non-mobilizable	chromosome	1913.0	100.0	94.0	0.0007037779477511129	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ISR0070_000000009956	2092	0.6335009732130804	3	3	3	2	1	False	34909	fragment	False	ISR0070_000000009956	0.9980188211986132		0	0	False	False	0.9990440011024475	0					non-mobilizable	no_good_hit	908.0	85.242	49.0	0.02828068423024098	HE717014.1	bacteria	Uncultured bacterium fructooligosaccharide and inulin degrading DNA fragment, clone MetaPbio 13	True	False
ISR0047_000000023631	1267	0.6334994529219844	2	2	2	2	2	False	55306	fragment	False	ISR0047_000000023631	1.0		0	0	False	False	0.9992107152938843	0					non-mobilizable	other	1239.0	98.38600000000001	99.0	0.0035516233328456307	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
CHI0137_000000001696	6580	0.6334927405166264	10	6	1	4	5	False	80549	maximal	True	CHI0137_000000001696	1.0		3	2	False	False	0.9992401003837585	0					non-mobilizable	no_good_hit								True	False
MON0090_000000047462	1310	0.6334908775627692	2	2	2	2	1	True	9526	fragment	False	MON0090_000000047462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	72.544	29.0	0.0041748023171771	NZ_CABMLE010000012.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	True
CAN0019_000000001883	3238	0.6334817629917078	7	3	2	1	2	False	91996	maximal	True	CAN0019_000000001883	1.0		4	3	False	False	0.99876469373703	0					non-mobilizable	other	2073.0	95.22399999999999	94.0	0.0011182446581150453	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0160_000000010401	2705	0.6334759892832951	4	3	2	2	3	False	92612	fragment	False	ISR0160_000000010401	0.9984319874558997		0	0	False	False	1.0	0					non-mobilizable	chromosome	2131.0	99.859	100.0	0.00039594691634496756	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0080_01_000000016933	2572	0.6334759892832951	3	3	2	2	3	False	92612	fragment	False	ISR0160_000000010401	0.9858459333478734		0	0	False	False	1.0	0					non-mobilizable	chromosome	2128.0	99.859	100.0	0.0003953892446318056	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0221_000000009022	2551	0.6334759892832951	3	3	2	2	3	False	92612	fragment	False	ISR0160_000000010401	0.9764352229570865		0	0	False	False	0.9988240003585815	0					non-mobilizable	chromosome	2147.0	99.86	100.0	0.00039892116548183114	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0123_000000004171	2522	0.6334759892832951	3	3	2	2	3	False	92612	fragment	False	ISR0160_000000010401	0.9714647909546361		0	0	False	False	0.9996035099029541	0					non-mobilizable	chromosome	2078.0	99.85600000000001	100.0	0.00038609471607910684	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0096_000000005738	5872	0.6334633285193924	9	5	4	5	3	False	5180	maximal	True	SPA0096_000000005738	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1098.0	90.801	39.0	0.0026051446853622246	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
MON0092_000000039964	1398	0.6334619265491673	5	4	1	3	2	False	91954	fragment	False	ENG0037_000000017625	0.33851398808233896		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	98.85600000000001	100.0	0.02017212002194819	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0054_000000036543	1379	0.6334619265491673	5	4	1	3	2	False	91954	fragment	False	ENG0037_000000017625	0.27211065307750887		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	98.695	100.0	0.01989776763797037	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0831_000000009061	1989	0.633460809940384	4	4	3	2	2	False	77014	fragment	False	ISR0831_000000009061	0.9981977342945417		0	0	False	False	1.0	0					non-mobilizable	other	1989.0	99.95	100.0	0.010106453285614063	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
SPA0086_000000003737	3913	0.6334591002238997	5	4	4	4	4	False	5523	maximal	True	SPA0086_000000003737	1.0		8	4	False	False	0.9969332814216614	0					non-mobilizable	other	2673.0	94.27600000000001	95.0	0.05300006018174888	NZ_NFHM01000024.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_24, whole genome shotgun sequence	False	False
ENG0124_000000001679	14993	0.6334508607939667	17	8	6	5	7	True	58954	fragment	False	ENG0124_000000001679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1685.0	77.44800000000001	12.0	0.0006021241399847835	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
MON0077_000000006275	5384	0.6334502314140715	8	8	6	8	7	False	73998	fragment	False	MON0077_000000006275	0.9620639112044206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	80.609	38.0	0.00022244716369662287	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0332_000000005517	2486	0.6334424151404634	3	2	2	2	1	True	24574	fragment	False	ISR0332_000000005517	1.0		0	0	False	False	0.962992787361145	0					non-mobilizable	no_good_hit	167.0	100.0	7.0	0.0008718212661365713	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	True	True
CHI0057_000000008412	2310	0.6334416178927562	2	2	1	2	2	False	102117	fragment	False	ISR0140_000000009335	0.36571931721538		0	0	False	False	0.9982684254646301	0	Inc18				non-mobilizable	plasmid	2310.0	100.0	100.0	0.050818734043489744	CP041740.1	firmicutes	Enterococcus faecalis EnGen0107 strain B594 plasmid p2, complete sequence	False	True
ENG0040_000000007218	3076	0.6334364699511865	3	3	2	3	2	False	106629	fragment	False	ENG0040_000000007218	0.9243293329653934		0	0	False	False	0.9886215925216675	0					non-mobilizable	no_good_hit	621.0	82.931	30.0	0.0002161082939574727	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0198_000000017448	1897	0.6334350723184077	2	2	1	2	2	False	33285	maximal	True	ISR0198_000000017448	1.0		0	0	False	False	0.9989457130432129	0					non-mobilizable	other	1707.0	98.243	98.0	0.0004840031975437051	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0812_000000018555	2140	0.6334350366592474	3	2	2	2	1	True	83179	maximal	False	CHI0140_000000013217	0.9353336456529965		0	0	False	False	0.9836448431015015	0					non-mobilizable	other	1178.0	98.302	98.0	0.00032685183642412426	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ITA0006_000000001331	16137	0.6334333932487499	22	7	1	7	2	False	20370	maximal	True	ITA0006_000000001331	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0106_000000007752	4988	0.6334310820206129	7	6	6	5	5	False	103274	fragment	False	ENG0001_000000004788	0.8629536055270317		0	0	False	False	1.0	0					non-mobilizable	other	4988.0	99.699	100.0	0.0009658759344273472	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0130_01_000000018430	1894	0.6334306764065291	2	2	2	2	1	False	125206	fragment	False	ISR0819_000000012339	0.6221447430369723		0	0	False	False	1.0	0					non-mobilizable	other	1903.0	96.84700000000001	100.0	0.008507821201562004	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0104_000000002229	10444	0.633429224969031	11	8	4	6	5	True	32995	fragment	False	ISR0104_000000002229	1.0		0	0	False	False	0.9985637664794922	0					non-mobilizable	no_good_hit	422.0	73.223	4.0	0.00011477606665178625	NC_019903.1	firmicutes	Desulfitobacterium dichloroeliminans LMG P-21439, complete sequence	True	True
ENG0049_000000003188	6168	0.6334207721269278	9	7	6	5	3	True	64195	maximal	True	ENG0049_000000003188	1.0		18	6	False	False	0.996757447719574	0					non-mobilizable	no_good_hit	1862.0	97.476	30.0	0.00786848628937416	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
ENG0192_000000015936	1430	0.6334199958737355	2	1	1	1	1	False	54639	fragment	False	ENG0192_000000015936	1.0		0	0	False	False	0.9937062859535217	0					non-mobilizable	other	1414.0	96.605	99.0	0.00427521467035366	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
ISR0323_000000000661	16224	0.6334199334879338	23	19	7	9	15	True	101539	maximal	True	ISR0323_000000000661	1.0		1	1	False	False	0.9995068907737732	0					non-mobilizable	no_good_hit	13607.0	97.626	87.0	0.0020673723200109097	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
FIJ0156_000000006358	1353	0.633409026254208	2	1	1	1	1	False	39488	fragment	False	FIJ0156_000000006358	1.0		0	0	False	False	0.9896526336669922	0					non-mobilizable	other	1350.0	96.22200000000001	99.0	0.030759759211966435	NZ_CABIWU010000016.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0098_000000032606	1116	0.6334045767407832	1	1	1	1	1	False	9173	fragment	False	MON0098_000000032606	1.0		0	0	False	False	0.9292114973068237	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000025134	1720	0.6334026765030408	2	2	2	2	1	False	71835	fragment	False	DEN0061_000000025134	1.0		0	0	False	False	0.9802325367927551	0					non-mobilizable	no_good_hit	62.0	93.54799999999999	4.0	0.0012252865924572188	NZ_LNAM01000135.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf22, whole genome shotgun sequence	True	False
ENG0051_000000007001	3828	0.6333959424711151	7	7	5	6	3	False	120058	maximal	True	ENG0051_000000007001	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1526.0	93.381	59.0	0.001927328095992068	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0084_000000015677	1697	0.6333949692751332	2	2	2	2	2	False	51896	fragment	False	FIJ0005_000000019187	0.9525989422825145		0	0	False	False	0.992928683757782	0					non-mobilizable	other	1697.0	99.941	100.0	0.002712436907054255	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
USA0091_01_000000003090	3686	0.6333913898832585	4	4	3	4	2	False	385	maximal	True	USA0091_01_000000003090	1.0		24	7	False	False	0.9997286796569824	0					non-mobilizable	no_good_hit	1350.0	99.852	69.0	0.00033848615142500414	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0045_000000015249	1677	0.6333817720136763	3	1	1	1	1	False	127801	fragment	False	SPA0045_000000015249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	97.915	89.0	0.006059596260764333	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ISR0083_000000019251	1441	0.6333817720136763	1	1	1	1	1	False	127799	fragment	False	ISR0083_000000019251	0.9967509025270758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1213.0	98.846	84.0	0.005314204535489415	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ISR0395_000000027803	1385	0.6333817720136763	1	1	1	1	1	False	127799	fragment	False	ISR0083_000000019251	0.9774462179042331		0	0	False	False	0.9833934903144836	0					non-mobilizable	no_good_hit	1155.0	98.961	83.0	0.005059894417454443	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ISR0214_000000023628	1326	0.6333817720136763	1	1	1	1	1	False	127797	fragment	False	USA0069_01_000000043664	0.9720406681190994		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	98.806	95.0	0.005502744795411895	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
MAD0025_000000006913	1800	0.6333698511277774	2	2	2	2	2	False	19137	maximal	True	MAD0025_000000006913	1.0		37	10	False	False	0.9988889098167419	0					non-mobilizable	no_good_hit	476.0	75.42	26.0	0.0012702411036026944	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
MON0103_000000016625	2938	0.6333645207680065	3	3	3	3	3	False	8914	maximal	True	MON0103_000000016625	1.0		11	6	False	False	0.9972770810127258	0					non-mobilizable	no_good_hit	452.0	72.345	15.0	0.0026974672773684306	NZ_QSGP01000013.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf13, whole genome shotgun sequence	True	False
AST0029_000000024959	1171	0.6333633448747082	3	2	2	1	1	False	117698	fragment	False	ISR0378_000000025386	0.47638639889414053		0	0	False	False	0.9282664656639099	0					non-mobilizable	other	1128.0	98.404	96.0	0.0003199246942121734	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0134_000000006173	5665	0.6333633282406256	9	2	2	2	2	False	117960	maximal	True	ENG0134_000000006173	1.0		1	1	False	False	0.9985878467559814	0					non-mobilizable	no_good_hit	4146.0	95.82700000000001	86.0	0.001169052624572499	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0770_000000003788	2667	0.6333630819606584	3	3	3	3	3	False	96689	fragment	False	CAN0003_000000017204	0.7463676219891009		0	0	False	False	0.992875874042511	0					non-mobilizable	chromosome	2667.0	99.925	100.0	0.0008063011253435324	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	False	False
SPA0134_000000022009	1128	0.6333516998957727	2	1	1	1	1	False	3655	maximal	True	SPA0134_000000022009	1.0		1	1	False	False	0.951241135597229	0					non-mobilizable	no_good_hit	128.0	96.094	11.0	0.0001720710992362482	NZ_RBXN01000001.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_101, whole genome shotgun sequence	True	False
ISR0118_000000008532	1892	0.6333512203600062	2	2	2	2	2	False	32379	fragment	False	ISR0118_000000008532	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	76.23	13.0	0.0002470739749775832	NZ_CABJAT010000001.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
CHI0182_000000002574	8732	0.6333441532861767	10	7	6	6	5	True	77394	maximal	True	CHI0182_000000002574	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	92.264	12.0	0.005228505992748354	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
MON0049_000000017577	1259	0.6333431475103857	2	2	1	1	2	False	12265	fragment	False	MON0049_000000017577	0.968946645809115		0	0	False	False	0.9857029318809509	0					non-mobilizable	chromosome	1259.0	98.96700000000001	100.0	0.0005074745597113608	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
AUS0024_000000009469	3416	0.6333405876531645	4	2	2	2	1	False	98973	maximal	True	AUS0024_000000009469	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	77.419	3.0	3.257994569772964e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0037_000000009429	5619	0.6333368574671089	7	5	5	4	4	False	13996	maximal	False	MON0043_000000003378	0.9691655255347819		0	0	False	False	1.0	0					non-mobilizable	chromosome	2991.0	86.025	92.0	0.001277806769031281	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0108_000000019163	1192	0.6333346666950505	2	2	1	2	1	False	32777	maximal	True	ISR0108_000000019163	1.0		215	12	False	False	0.9865771532058716	0					non-mobilizable	other	1192.0	99.916	100.0	0.027197990408769124	NZ_CYZO01000030.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0047_000000005180	6336	0.633333422622777	6	6	6	6	6	False	18417	fragment	False	MAD0040_000000003049	0.9584971603320227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	86.876	63.0	0.0004372086819269787	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CAN0020_000000015688	2350	0.6333327241147271	4	2	1	2	2	False	91989	fragment	False	CAN0020_000000015688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	96.835	10.0	0.00521750689574956	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
FIJ0152_000000005332	4135	0.6333319722174022	5	5	4	5	4	False	39731	maximal	True	FIJ0152_000000005332	1.0		1	1	False	False	0.9995163083076477	0					non-mobilizable	no_good_hit	123.0	84.553	3.0	0.0001646559298403782	NZ_AUHA01000003.1	CFB group bacteria	Pedobacter oryzae DSM 19973 G521DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MON0043_000000014837	1904	0.633330064020145	3	3	3	2	2	False	84668	fragment	False	MON0043_000000014837	0.9790125589482938		0	0	False	False	0.9905462265014648	0					non-mobilizable	chromosome	1899.0	97.788	99.0	0.000531213554286079	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0848_000000010710	1654	0.6333211219818757	2	2	2	2	1	False	56813	fragment	False	MON0096_000000021327	0.9676958261863923		0	0	False	False	0.9969770312309265	0					non-mobilizable	no_good_hit	754.0	87.135	46.0	0.00021056393383762415	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0029_000000024338	1782	0.6333188863583569	2	2	2	2	2	False	37108	fragment	False	ISR0029_000000024338	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1798.0	82.20200000000001	100.0	0.000499984480347506	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0095_000000005800	3536	0.6333159858248363	7	6	2	4	6	False	65619	fragment	False	SPA0095_000000005800	1.0		0	0	False	False	0.9997171759605408	0					non-mobilizable	plasmid	3513.0	99.943	99.0	0.01806668004177148	CP049349.1	enterobacteria	Escherichia coli strain 3R plasmid p3R-1, complete sequence	False	True
MON0037_000000036899	1957	0.6332976611129049	3	3	3	2	2	False	43656	fragment	False	MON0037_000000036899	0.982948294829483		0	0	False	False	1.0	0					non-mobilizable	chromosome	1922.0	100.0	98.0	0.0003731972494138802	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
MON0088_000000013830	2281	0.6332882720339235	3	3	3	3	2	False	125951	fragment	False	ISR0333_000000007883	0.5877886124583285		0	0	False	False	1.0	0					non-mobilizable	other	2183.0	97.389	96.0	0.005971946630174478	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0006_01_000000012850	1867	0.6332809372575674	4	3	3	3	2	False	2127	maximal	True	USA0006_01_000000012850	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	75.124	32.0	9.295734660028988e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ISR0199_000000022991	1331	0.6332806849757142	2	2	2	2	2	False	83328	fragment	False	ISR0228_000000019212	0.9626560216762842		0	0	False	False	0.9992486834526062	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000011704	2419	0.6332779846974682	2	2	2	2	1	False	34850	maximal	True	ISR0072_000000011704	1.0		26	6	False	False	0.9966928362846375	0					non-mobilizable	no_good_hit	595.0	78.15100000000001	24.0	0.0027336400722761394	NZ_KZ084331.1	high GC Gram+	Thermoactinospora rubra strain YIM 77501 Scaffold11, whole genome shotgun sequence	True	False
CAN0022_000000028637	1170	0.6332752280897884	2	1	1	1	1	False	91175	maximal	True	CAN0022_000000028637	1.0		1	1	False	False	0.9991452693939209	0					non-mobilizable	no_good_hit								True	False
MON0081_000000013908	4056	0.6332742443723168	5	5	3	4	5	False	92613	fragment	False	MON0081_000000013908	0.9845166163141994		0	0	False	False	1.0	0					non-mobilizable	chromosome	1901.0	99.579	98.0	0.0003530061944314992	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0148_000000021534	1701	0.6332704445840001	3	2	2	2	2	False	57291	fragment	False	ENG0148_000000021534	1.0		0	0	False	False	0.9876543283462524	0					non-mobilizable	chromosome	1701.0	99.765	100.0	0.0006565607801486917	CP006766.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 chromosome, complete genome	False	False
SPA0132_000000029450	1408	0.6332700660522674	2	2	2	1	2	False	3722	maximal	True	SPA0132_000000029450	1.0		1	1	False	False	0.9907670617103577	0					non-mobilizable	no_good_hit	163.0	92.025	12.0	0.004392386530014641	NZ_JRNT01000022.1	firmicutes	Veillonella montpellierensis DNF00314 contig22, whole genome shotgun sequence	True	False
FIJ0157_000000003433	5613	0.6332696565749081	6	6	4	6	5	False	112302	maximal	True	FIJ0157_000000003433	0.9534238831376569		123	12	False	False	0.9989310503005981	0					non-mobilizable	other	3208.0	99.595	98.0	0.0007862855327139649	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
BAN0013_000000000298	1691	0.6332679847604659	1	1	0	1	1	False	98664	fragment	False	BAN0013_000000000298	1.0		0	0	False	False	1.0	0	IncI-gamma/K1				non-mobilizable	plasmid	1691.0	99.823	100.0	0.016482176817672015	CP002968.1	enterobacteria	Escherichia coli W plasmid pRK1, complete sequence	False	True
FIJ0172_000000011413	2355	0.6332585529468446	3	3	3	3	1	False	52834	fragment	False	FIJ0172_000000011413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000016898	2104	0.6332585529468446	3	3	3	3	1	False	52831	fragment	False	SPA0090_000000016898	1.0		0	0	False	False	0.9985741376876831	0					non-mobilizable	no_good_hit								True	False
FIJ0059_000000006996	2592	0.633256782344529	3	3	3	3	2	False	121234	maximal	True	FIJ0059_000000006996	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	83.544	67.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0141_000000015903	1742	0.6332552405512475	4	2	2	2	2	True	80091	fragment	False	FIJ0096_000000017205	0.4955748173087152		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	86.31	25.0	8.610353408604321e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
FIJ0114_000000023002	1735	0.6332552405512475	4	2	2	2	2	True	80091	fragment	False	FIJ0096_000000017205	0.494732259126591		0	0	False	False	0.9792507290840149	0					non-mobilizable	no_good_hit	324.0	85.802	24.0	8.300999393923927e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
ENG0152_000000014156	1731	0.6332552405512475	4	2	2	2	2	True	80091	fragment	False	FIJ0096_000000017205	0.49359544054736004		0	0	False	False	0.9919121861457825	0					non-mobilizable	no_good_hit	318.0	85.535	24.0	8.146322386583729e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
FIJ0064_000000020086	1290	0.6332504437345684	2	2	2	2	2	False	45449	maximal	True	FIJ0064_000000020086	1.0		5	4	False	False	0.9984496235847473	0					non-mobilizable	no_good_hit	963.0	91.381	74.0	0.00041624229463970976	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ENG0171_000000007097	3329	0.6332422197043995	5	4	2	4	2	False	55807	fragment	False	FIJ0026_000000008674	0.934733893557423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	78.48100000000001	5.0	0.0026253107776831198	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ENG0086_000000014167	1784	0.6332383703873006	2	2	0	2	0	True	61425	maximal	True	ENG0086_000000014167	1.0		54	8	False	False	0.9910314083099365	0					non-mobilizable	no_good_hit	1210.0	99.917	68.0	0.00021491468829015368	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
DEN0023_000000001150	3886	0.6332375353002397	5	5	3	3	3	False	76374	maximal	True	DEN0023_000000001150	1.0		7	3	False	False	0.9989706873893738	0					non-mobilizable	no_good_hit	157.0	82.166	4.0	0.0032833720657527237	NZ_KE387160.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00018.18, whole genome shotgun sequence	True	False
SPA0156_000000013934	1459	0.6332359270660782	3	3	3	3	2	False	76249	fragment	False	DEN0007_000000017257	0.5211712424089427		0	0	False	False	1.0	0					non-mobilizable	chromosome	1462.0	95.417	100.0	0.0004144302508483447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0199_000000015540	1962	0.6332333376574883	2	2	1	2	1	True	109082	maximal	True	ISR0199_000000015540	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	83.459	7.0	0.0010100372451234138	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0011_000000038802	1198	0.633225203678597	2	2	2	2	2	False	50872	maximal	True	FIJ0011_000000038802	1.0		173	14	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	81.075	78.0	0.006317702978558551	NZ_AAXG02000014.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont173, whole genome shotgun sequence	True	False
ISR0816_000000001714	22540	0.6332181031898935	25	13	8	12	7	True	114013	fragment	False	AST0055_000000000853	0.9644535934416738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	84.09700000000001	7.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
AST0090_000000019924	1135	0.6332106099882053	3	3	2	2	1	False	109770	fragment	False	AST0090_000000019924	1.0		0	0	False	False	0.9876651763916016	0					non-mobilizable	other	1135.0	97.181	100.0	0.004797238415134568	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	False
ISR0294_000000005288	3590	0.6332096165398804	5	3	2	3	2	False	25778	maximal	True	ISR0294_000000005288	1.0		1	1	False	False	0.9977715611457825	0					non-mobilizable	no_good_hit	534.0	99.625	15.0	0.00730847810884559	NZ_JAAIPW010000015.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_15_length_72929_cov_264.311, whole genome shotgun sequence	True	False
ITA0001_000000002082	1572	0.6332077278337405	3	2	2	1	2	False	91048	fragment	False	ITA0001_000000002082	0.9407250149720948		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	97.265	100.0	0.017074231061841104	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0016_000000018462	1222	0.6332067723475571	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.08730533808031037		0	0	False	False	0.9975450038909912	0					non-mobilizable	other	1225.0	87.02	100.0	0.0196734693877551	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0130_000000029224	1160	0.6332067723475571	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.06303798867590098		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	86.242	100.0	0.01866122448979592	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0168_000000006544	3991	0.6332018428217828	8	6	3	2	4	True	30136	maximal	True	ISR0168_000000006544	1.0		47	5	False	False	0.9974943399429321	0					non-mobilizable	other	3991.0	99.975	100.0	0.10750080827675396	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
DEN0064_000000002103	12013	0.6331988243767099	17	7	1	7	2	False	92946	maximal	False	DEN0071_000000002461	0.9572659651360161		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000002461	11925	0.6331988243767099	16	7	1	7	2	False	92946	maximal	True	DEN0071_000000002461	0.9587098685888019		5	4	False	False	0.9996645450592041	0					non-mobilizable	no_good_hit								True	False
ENG0159_000000001742	11795	0.6331988243767099	17	7	1	7	2	False	92946	maximal	False	DEN0071_000000002461	0.9563953436001288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0384_000000011461	1644	0.6331986232776335	3	3	3	3	3	False	85419	maximal	True	ISR0384_000000011461	0.9689753311024351		172	12	False	False	0.9987834692001343	0					non-mobilizable	other	1644.0	98.054	100.0	0.011512535560631754	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	False	False
ENG0052_000000018103	1769	0.6331984267594087	5	4	2	3	3	False	106040	maximal	False	ENG0085_000000008875	0.9416152263374485		0	0	False	False	1.0	0					non-mobilizable	other	1792.0	91.18299999999999	100.0	0.008586611835913178	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
CHI0008_000000006068	1618	0.6331984267594087	5	4	2	3	3	False	106038	fragment	False	ISR0397_000000008279	0.1916516315209198		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	99.135	100.0	0.016835507616062968	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0079_000000039571	1550	0.6331984267594087	6	4	2	3	3	False	79316	fragment	False	DEN0079_000000039571	0.9982090888739646		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	90.59100000000001	100.0	0.00753922860466351	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
USA0016_01_000000009737	1489	0.6331984267594087	5	4	2	3	3	False	79316	fragment	False	DEN0079_000000039571	0.9779735095498943		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	99.45100000000001	98.0	0.0004046075834069236	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0198_000000013658	1484	0.6331984267594087	5	4	2	3	3	False	79316	fragment	False	DEN0079_000000039571	0.9775234876549898		0	0	False	False	0.9993261694908142	0					non-mobilizable	other	1482.0	100.0	99.0	0.00041127236171973496	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0330_000000025010	1291	0.6331984267594087	4	4	2	3	3	False	106031	fragment	False	ISR0776_000000016600	0.948951048951049		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	99.69	100.0	0.08583976577056161	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0145_01_000000004706	5235	0.6331949354508017	5	5	2	5	0	True	129134	fragment	False	USA0145_01_000000004706	1.0		0	0	False	False	0.9996179342269897	0					non-mobilizable	no_good_hit								True	True
ISR0778_000000001179	9816	0.6331942071194535	7	7	7	7	7	False	116644	maximal	True	ISR0778_000000001179	1.0		25	5	False	False	0.9993887543678284	0					non-mobilizable	chromosome	9816.0	99.837	100.0	0.001883060684436441	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0104_000000010120	3511	0.6331904204158557	3	3	3	3	2	False	4839	fragment	False	SPA0104_000000010120	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0046_000000005332	4232	0.6331895406798966	4	2	1	2	1	True	72752	fragment	False	DEN0046_000000005332	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4232.0	99.976	100.0	0.0014247748512253536	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
FIJ0131_000000004078	4606	0.6331851156085541	5	5	3	3	4	False	51049	maximal	True	FIJ0131_000000004078	1.0		10	2	False	False	1.0	0				MOBF	mobilizable	no_good_hit	2430.0	99.959	78.0	0.009838788075178224	CP056192.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00995 plasmid pRHBSTW-00995_2, complete sequence	True	True
ISR0033_000000002172	10640	0.6331731782306846	16	8	7	8	6	False	123369	maximal	True	ISR0033_000000002172	1.0	PS893	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2206.0	98.77600000000001	22.0	0.007098134526549598	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0100_000000000281	36106	0.6331706678803337	32	14	7	14	9	True	114803	fragment	False	AST0050_000000000166	0.9547301575930952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.811	2.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
DEN0090_000000009500	2700	0.6331696750292375	2	2	1	1	2	False	68764	maximal	True	DEN0090_000000009500	1.0		38	9	False	False	0.9903703927993774	0					non-mobilizable	no_good_hit	67.0	85.075	2.0	0.0017705970231837547	NZ_FWXW01000013.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
FIJ0082_000000010292	2852	0.6331676855152079	5	4	4	4	3	False	44192	maximal	True	FIJ0082_000000010292	1.0		14	3	False	False	1.0	0					non-mobilizable	other	2851.0	99.404	99.0	0.004253598021554548	NZ_SAXT01000001.1	bacteria	Brachyspira aalborgi strain W1 W1_contig1, whole genome shotgun sequence	False	False
MAD0014_000000020436	1649	0.6331646943435499	3	2	2	2	2	False	19496	maximal	True	MAD0014_000000020436	1.0		7	2	False	False	0.9981806874275208	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0061447428311333634	XM_028322095.1	moths	PREDICTED: Ostrinia furnacalis 4F2 cell-surface antigen heavy chain-like (LOC114365506), mRNA	True	False
MON0019_000000019521	3303	0.6331642707346343	6	6	6	6	4	False	13208	maximal	True	MON0019_000000019521	1.0		3	2	False	False	0.9942476749420166	0					non-mobilizable	no_good_hit	570.0	73.333	17.0	0.00024594217333969305	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0063_000000016767	2775	0.6331575452178554	2	1	1	1	1	False	71549	fragment	False	DEN0063_000000016767	1.0		0	0	False	False	0.999639630317688	0					non-mobilizable	no_good_hit								True	False
FIJ0171_000000014154	1481	0.6331570054930034	2	2	2	2	2	False	38791	fragment	False	FIJ0171_000000014154	1.0		0	0	False	False	0.9932478070259094	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000013448	2613	0.6331517555886539	3	3	2	3	2	False	29536	maximal	True	MAD0105_000000013448	1.0		12	1	False	False	1.0	0					non-mobilizable	other	2641.0	89.70100000000001	99.0	0.03422107488941067	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
CHI0185_000000002527	7252	0.6331466516773199	5	4	4	4	3	True	77236	maximal	True	CHI0185_000000002527	1.0		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	2425.0	100.0	65.0	0.012920351152117947	CP024571.1	enterobacteria	Klebsiella pneumoniae strain INF274 plasmid unnamed1, complete sequence	True	True
ENG0192_000000006972	2871	0.6331465030977258	3	3	3	3	2	False	117163	fragment	False	ENG0192_000000006972	0.9983554786612104		0	0	False	False	0.9989550709724426	0					non-mobilizable	no_good_hit	1677.0	70.543	57.0	0.0024921100984635295	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0778_000000004483	2853	0.6331465030977258	3	3	3	3	2	False	117163	fragment	False	ENG0192_000000006972	0.9943572749896861		0	0	False	False	0.9961444139480591	0					non-mobilizable	no_good_hit	1676.0	70.227	57.0	0.0024921100984635295	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
MAD0040_000000001462	10937	0.6331460976015193	20	4	4	4	2	False	18421	maximal	True	MAD0040_000000001462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.541338325361545e-07	LN713265.1	eudicots	Cucumis melo genomic chromosome, chr_11	True	False
FIJ0021_000000005783	8404	0.6331449108056878	9	9	5	5	7	False	49697	maximal	True	FIJ0021_000000005783	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4471.0	99.93299999999999	63.0	0.0008728630964027496	CP056412.1	enterobacteria	Escherichia coli strain RHBSTW-00531 chromosome, complete genome	True	False
CAN0001_000000013925	3366	0.6331449076856546	6	5	4	4	2	False	113401	fragment	False	CAN0001_000000013925	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1887.0	99.046	98.0	0.0005275751052841195	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0087_01_000000001139	8880	0.6331297970557991	10	6	4	5	2	True	108903	fragment	False	USA0087_01_000000001139	0.9941767806791713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4005.0	99.925	81.0	0.0010823543789927534	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0040_000000006672	1257	0.633123279456979	2	2	2	2	1	False	73169	fragment	False	DEN0040_000000006672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	76.834	68.0	0.002721529652273717	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0008_000000007578	1703	0.6331223114021247	2	2	2	2	1	False	79689	maximal	True	ISR0008_000000007578	1.0		80	9	False	False	0.9970639944076538	0					non-mobilizable	no_good_hit	1160.0	96.72399999999999	68.0	0.00244531792297776	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	True	False
USA0043_01_000000001622	9729	0.6331201973636559	11	6	3	5	2	True	101276	fragment	False	USA0043_01_000000001622	0.9829995828118481		0	0	False	False	0.9998972415924072	0					non-mobilizable	no_good_hit	7573.0	95.484	78.0	0.07550295385597956	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0052_000000002702	9588	0.6331201973636559	12	6	3	5	2	True	101276	fragment	False	USA0043_01_000000001622	0.975331483194573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7532.0	94.98100000000001	85.0	0.07508382564266326	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0322_000000000977	7995	0.6331201973636559	11	6	3	5	2	True	101274	fragment	False	ISR0322_000000000977	0.7713673822344361		0	0	False	False	1.0	0					non-mobilizable	other	7995.0	99.575	100.0	0.07977406993453616	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0027_01_000000003516	7493	0.6331201973636559	10	6	3	5	2	True	101274	fragment	False	ISR0322_000000000977	0.5703266547686768		0	0	False	False	1.0	0					non-mobilizable	other	7417.0	99.98700000000001	99.0	0.07400606737984991	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0153_000000015846	2063	0.6331155194678081	3	3	3	2	2	False	103399	maximal	True	AST0153_000000015846	1.0		1	1	False	False	0.9970915913581848	0					non-mobilizable	no_good_hit	84.0	88.095	4.0	0.0008764519535374868	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0116_000000000924	16519	0.6331144324896882	20	8	0	8	2	False	106309	maximal	True	AST0116_000000000924	0.9381093831327875		1	1	False	False	0.9957019090652466	0					non-mobilizable	no_good_hit								True	False
SPA0034_000000001454	16170	0.6331144324896882	21	8	0	8	2	False	7174	fragment	False	SPA0034_000000001454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000013327	1893	0.6331021028817005	3	3	3	2	1	False	62383	maximal	True	ENG0070_000000013327	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	971.0	94.23299999999999	51.0	0.00017510407556093965	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	True	False
ENG0051_000000004482	6043	0.6331006646882628	10	8	5	8	8	False	64092	maximal	True	ENG0051_000000004482	1.0		13	5	False	False	0.9986761808395386	0					non-mobilizable	no_good_hit	67.0	91.045	1.0	0.0003171856978085352	NZ_CABMKH010000002.1	high GC Gram+	Varibaculum timonense isolate MGYG-HGUT-02421, whole genome shotgun sequence	True	False
SPA0005_000000022617	1253	0.633093042939304	2	2	2	2	2	False	8285	maximal	True	SPA0005_000000022617	1.0		35	8	False	False	0.9656823873519897	0					non-mobilizable	no_good_hit	288.0	76.042	31.0	4.798642494667892e-05	CP042545.1	enterobacteria	Klebsiella michiganensis strain C52 chromosome, complete genome	True	False
ISR0174_000000012650	1940	0.6330928147856605	3	3	3	3	2	False	29894	maximal	True	ISR0174_000000012650	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	97.15299999999999	85.0	0.000347741775794931	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0097_000000016876	2423	0.6330895035464603	2	2	2	2	2	False	20962	fragment	False	MAD0097_000000016876	1.0		0	0	False	False	0.9987618923187256	0					non-mobilizable	no_good_hit	1030.0	93.01	50.0	0.0003201201586103612	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0011_000000012690	3678	0.633089316690474	3	3	2	3	2	False	95814	fragment	False	CAN0014_000000012172	0.7169233497340213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	81.09899999999999	30.0	0.00012639428697822858	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0336_000000000343	15913	0.6330764176470272	14	12	10	10	9	True	130493	maximal	False	SPA0062_000000001489	0.9517041881524337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7246.0	99.48899999999999	55.0	0.011554320144504797	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
ISR0004_000000018057	1123	0.6330740153168095	2	2	1	2	1	False	38538	fragment	False	ISR0004_000000018057	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0147_000000009386	2055	0.6330707599941583	3	3	2	2	1	False	79667	maximal	True	CHI0147_000000009386	1.0		126	14	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	97.816	59.0	0.10721776681061074	NZ_JAAIUL010000045.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_45_length_8105_cov_335.339, whole genome shotgun sequence	True	False
ISR0080_000000029971	1130	0.6330700531724419	4	1	1	1	1	False	34267	maximal	True	ISR0080_000000029971	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	76.128	60.0	0.0015595377133998153	NZ_CABJAT010000005.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ISR0174_000000002337	11871	0.6330644692017823	9	8	8	4	4	False	115479	maximal	True	ISR0174_000000002337	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2712.0	79.97800000000001	23.0	0.0008588595690896441	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
SPA0043_000000004980	3540	0.6330577391529634	3	2	2	2	2	False	31449	fragment	False	SPA0043_000000004980	1.0		0	0	False	False	0.9988700747489929	0					non-mobilizable	no_good_hit	263.0	77.186	7.0	0.00040355317448590664	CP020122.1	mycoplasmas	Candidatus Mycoplasma girerdii isolate UC_B3, complete genome	True	False
ISR0123_000000014229	1599	0.6330570642617847	2	2	1	2	1	True	63049	fragment	False	ISR0123_000000014229	0.9726839303278235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	89.01100000000001	6.0	0.0018787182966287445	NZ_JNJN01000017.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	True
ISR0046_000000003200	6820	0.6330569356554295	8	7	3	4	7	True	107456	fragment	False	ISR0046_000000003200	1.0		0	0	False	False	0.9992668628692627	0					non-mobilizable	chromosome	6821.0	99.28200000000001	100.0	0.0020850772670935065	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
TAN0006_000000003196	3318	0.6330561754215992	4	4	4	3	2	False	112751	maximal	True	TAN0006_000000003196	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2290.0	74.41	68.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0199_000000000559	29526	0.6330499283732723	22	14	12	13	6	True	120452	fragment	False	ISR0199_000000000559	1.0		0	0	False	False	0.9987130165100098	0					non-mobilizable	no_good_hit	110.0	97.273	0.0	0.0027650237183227213	NZ_WNAJ01000030.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold30_size39421, whole genome shotgun sequence	True	True
CHI0057_000000011685	1724	0.6330463034767703	2	2	2	2	1	True	85967	maximal	True	CHI0057_000000011685	1.0		9	5	False	False	0.9994199275970459	0					non-mobilizable	other	1752.0	79.053	99.0	0.0004172750419326423	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
DEN0033_000000015666	1380	0.6330380168762266	2	2	2	2	1	False	73593	fragment	False	DEN0033_000000015666	1.0		0	0	False	False	0.9992753863334656	0					non-mobilizable	other	1378.0	99.34700000000001	99.0	0.004188733311228664	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0815_000000015434	2012	0.6330303331057179	4	3	3	3	2	False	114895	maximal	True	ISR0815_000000015434	1.0		78	6	False	False	0.9925447106361389	0					non-mobilizable	no_good_hit	1625.0	95.508	81.0	0.0007170440125500363	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ISR0005_000000004256	3185	0.6330272588560099	2	1	1	1	1	False	38527	maximal	True	ISR0005_000000004256	1.0		66	10	False	False	0.9905808568000793	0					non-mobilizable	chromosome	2972.0	99.83200000000001	98.0	0.0010000212054311485	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0182_000000018662	1537	0.6330258624690469	2	2	2	2	1	False	77335	maximal	True	CHI0182_000000018662	1.0		0	0	False	False	0.9934937953948975	0					non-mobilizable	no_good_hit	692.0	93.786	63.0	0.00020810357112955967	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0008_000000003968	2082	0.633025099661451	4	4	3	3	1	False	76133	fragment	False	DEN0008_000000003968	1.0		0	0	False	False	0.9961575269699097	0					non-mobilizable	no_good_hit	138.0	76.812	7.0	4.964555969389345e-05	CP034157.1	CFB group bacteria	Cloacibacterium normanense strain NRS-1 chromosome, complete genome	True	False
MAD0088_000000011723	2110	0.6330200992083889	2	2	2	2	2	False	29293	maximal	True	MAD0088_000000011723	1.0		593	15	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	82.97200000000001	67.0	0.0002494136682882048	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
TAN0010_000000000048	35629	0.6330175427894464	50	8	4	6	3	False	44096	maximal	True	TAN0010_000000000048	1.0		1	1	False	False	0.9996912479400635	0					non-mobilizable	no_good_hit	43.0	90.698	0.0	1.3167634331032447e-05	NZ_CP019914.1	bacteria	Brachyspira hampsonii strain NSH-16 chromosome, complete genome	True	False
ISR0183_000000015758	2035	0.6330143645344006	4	1	1	1	1	False	43115	maximal	True	ISR0183_000000015758	1.0		4	3	False	False	0.994103193283081	0					non-mobilizable	no_good_hit								True	False
FIJ0095_000000015417	1775	0.6330143645344006	3	1	1	1	1	False	43114	fragment	False	FIJ0095_000000015417	1.0		0	0	False	False	0.999436616897583	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000025841	1560	0.6330143645344006	2	1	1	1	1	False	41843	fragment	False	FIJ0114_000000025841	1.0		0	0	False	False	0.9993589520454407	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000003990	6427	0.6330086564805425	7	7	4	3	5	True	96790	fragment	False	MON0093_000000005567	0.9528457816617957		0	0	False	False	0.9998444318771362	0					non-mobilizable	other	6428.0	99.95299999999999	100.0	0.005751498056285393	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	True
CHI0176_000000004305	1781	0.6329936036996191	3	2	2	2	2	False	103286	maximal	True	CHI0176_000000004305	1.0		2	2	False	False	0.9938237071037292	0					non-mobilizable	other	1529.0	98.43	99.0	0.0004905630816607743	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0008_000000020168	1303	0.6329855011305805	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.05157700481179536		0	0	False	False	0.9892555475234985	0					non-mobilizable	chromosome	1307.0	83.321	100.0	0.0003584899909426749	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0008_000000004101	6709	0.6329854406119308	9	5	3	4	4	False	125578	fragment	False	FIJ0029_000000004839	0.9479414737117652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0234_000000006971	1857	0.6329829080771825	3	2	2	2	2	True	124252	fragment	False	ISR0234_000000006971	0.9645647321428572		0	0	False	False	1.0	0		MOBV			mobilizable	other	1860.0	93.387	100.0	0.000581543612477404	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0012_000000009596	2493	0.6329793451927592	5	4	1	2	3	False	97786	maximal	True	FIJ0012_000000009596	1.0		3	1	False	False	0.9915764331817627	0					non-mobilizable	no_good_hit	2193.0	99.818	88.0	0.00042639010276760455	CP042953.1	enterobacteria	Escherichia coli strain D8-1 chromosome, complete genome	True	False
FIJ0034_000000023497	1191	0.6329714417321174	1	1	1	1	1	False	48071	fragment	False	FIJ0034_000000023497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	94.876	98.0	0.0003309957350944048	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0231_000000002825	4806	0.6329535943516618	8	5	4	5	3	True	36812	fragment	False	ISR0853_000000002826	0.8028519249842541		0	0	False	False	0.9993757605552673	0					non-mobilizable	no_good_hit	77.0	79.221	2.0	2.3969598979147396e-05	NZ_CP053836.1	e-proteobacteria	Halarcobacter ebronensis strain LMG 27922 chromosome, complete genome	True	True
ISR0176_000000004717	6531	0.6329512024884273	7	5	5	3	3	False	114772	fragment	False	ISR0176_000000004717	1.0		0	0	False	False	0.999846875667572	0					non-mobilizable	no_good_hit	1905.0	98.79299999999999	58.0	0.0006001362284022665	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0017_000000006301	4380	0.6329477596348789	6	2	0	2	0	True	50163	maximal	True	FIJ0017_000000006301	1.0		1	1	False	False	0.9965753555297852	0					non-mobilizable	no_good_hit	577.0	90.815	13.0	0.08305695746214853	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	True
ISR0794_000000012189	1674	0.6329293359961308	2	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.3569504140967763		0	0	False	False	1.0	0					non-mobilizable	other	1674.0	98.26799999999999	100.0	0.004218143310977762	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ENG0022_000000002001	11857	0.6329281277055635	12	9	6	7	6	True	94719	maximal	True	ENG0022_000000002001	1.0		97	9	False	False	1.0	0					non-mobilizable	no_good_hit	7169.0	78.365	71.0	0.0012818632377413566	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	True	True
CHI0156_000000003291	3836	0.6329236631001233	6	3	3	3	3	False	124043	maximal	True	CHI0156_000000003291	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3837.0	98.82700000000001	100.0	0.0010649760345679835	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0185_000000012293	2651	0.6329207901711515	4	4	1	1	4	False	29399	fragment	False	ISR0185_000000012293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2190.0	99.954	83.0	0.02010895027421296	CP017285.1	enterobacteria	Klebsiella variicola strain GJ3 plasmid pKPGJ-3a, complete sequence	True	False
AST0010_000000012351	2363	0.6329131785790366	2	2	2	2	1	False	126298	fragment	False	AST0010_000000012351	0.9758547008547008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	82.787	5.0	0.0005055611729019212	NZ_JNZO01000007.1	high GC Gram+	Streptomyces flavochromogenes strain NRRL B-2684 contig7.1, whole genome shotgun sequence	True	False
MON0057_000000019004	1400	0.6329123422098871	3	2	1	1	2	False	119966	fragment	False	MON0057_000000019004	1.0		0	0	False	False	0.9985714554786682	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000002938	8091	0.632906714159707	8	7	5	5	4	True	97579	maximal	True	FIJ0164_000000002938	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	2040.0	90.34299999999999	25.0	0.025403839912116446	NZ_JXQL01000064.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig64, whole genome shotgun sequence	True	True
CHI0107_000000005294	2619	0.6329040711738088	4	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.541060358427147		0	0	False	False	1.0	0					non-mobilizable	other	2652.0	90.271	100.0	0.0007325702162165165	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
FIJ0063_000000012037	2236	0.6329040711738088	4	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.39991127869577664		0	0	False	False	1.0	0					non-mobilizable	other	2231.0	98.745	99.0	0.0038817927014627752	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ENG0019_000000008709	2231	0.6329040711738088	5	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.0991655691775639		0	0	False	False	0.9995517730712891	0					non-mobilizable	other	2231.0	92.73899999999999	100.0	0.017762979719934364	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
MAD0053_000000005377	2145	0.6329040711738088	4	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.48798000501099914		0	0	False	False	0.9944055676460266	0					non-mobilizable	other	2145.0	98.322	100.0	0.0037371187929664076	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ENG0112_000000013010	2135	0.6329040711738088	4	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.10470049431004663		0	0	False	False	0.9981264472007751	0					non-mobilizable	other	2135.0	92.834	100.0	0.01699829539118383	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
FIJ0061_000000012093	2132	0.6329040711738088	4	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.43179919421219143		0	0	False	False	1.0	0					non-mobilizable	other	2136.0	96.208	100.0	0.0037127159650272613	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0208_000000012951	2111	0.6329040711738088	4	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.41572759548566013		0	0	False	False	1.0	0					non-mobilizable	other	2111.0	99.905	100.0	0.003676111723118542	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ENG0113_000000013590	2061	0.6329040711738088	4	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.10696607844627644		0	0	False	False	0.9990295767784119	0					non-mobilizable	other	2062.0	91.99799999999999	100.0	0.01640885122110529	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ENG0103_000000008799	2058	0.6329040711738088	4	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.13925512855028993		0	0	False	False	0.9961127042770386	0					non-mobilizable	other	2058.0	92.663	100.0	0.016384954835831834	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
CHI0044_000000007801	1961	0.6329040711738088	4	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.4128509715574072		0	0	False	False	1.0	0					non-mobilizable	other	1961.0	98.164	100.0	0.0004803035106288298	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
USA0111_01_000000000708	22074	0.6329030008032681	32	13	7	13	5	False	313	maximal	True	USA0111_01_000000000708	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.0009121261143427529	MK613349.1	viruses	Roseobacter phage CRP-7, complete genome	True	False
ISR0783_000000004995	2818	0.632901946325395	5	3	1	2	2	False	77349	fragment	False	ISR0783_000000004995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2335.0	91.649	82.0	0.050971779949489406	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
ISR0780_000000005910	2003	0.6328997580661763	3	2	2	1	1	False	86305	fragment	False	ISR0780_000000005910	1.0		0	0	False	False	0.998502254486084	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	4.511995365278361e-06	CP026124.1	b-proteobacteria	Achromobacter sp. AONIH1 chromosome, complete genome	True	False
ISR0004_000000007166	2536	0.6328986584652407	4	2	1	2	2	True	38574	fragment	False	ISR0004_000000007166	1.0		0	0	False	False	0.9925078749656677	0					non-mobilizable	no_good_hit	1095.0	83.927	75.0	0.0003227586713542948	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0094_000000021040	1799	0.6328970376594711	2	2	2	1	2	False	68346	maximal	True	DEN0094_000000021040	1.0		331	10	False	False	1.0	0					non-mobilizable	other	1781.0	99.60700000000001	99.0	0.0031013316560588346	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	False
FIJ0062_000000015897	1839	0.6328964765286967	2	2	2	2	2	True	125175	fragment	False	ISR0383_000000006890	0.6503946972991191		0	0	False	False	0.9891245365142822	0					non-mobilizable	chromosome	1839.0	97.009	100.0	0.0008197683317736761	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0080_000000001732	12511	0.6328922504599156	15	15	2	12	15	True	89163	fragment	False	ENG0080_000000001732	0.9423903348739155		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	12433.0	99.662	99.0	0.056765308871405934	MH909349.1	enterobacteria	Klebsiella pneumoniae strain A1705 plasmid pA1705-NDM, complete sequence	False	True
MON0060_000000038647	1123	0.6328885260341791	1	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.05071277265399518		0	0	False	False	0.9634906649589539	0					non-mobilizable	other	1123.0	86.287	99.0	0.002663593041726396	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0115_000000004741	6062	0.632888384353086	12	2	1	2	1	False	32497	maximal	True	ISR0115_000000004741	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	1.5967857721631318e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MON0058_000000015991	2893	0.6328863328448321	4	1	1	1	1	False	38562	fragment	False	MON0058_000000015991	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2762.0	98.117	95.0	0.24968348706818594	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
ISR0779_000000025937	1343	0.6328863328448321	3	1	1	1	1	False	22323	fragment	False	ISR0779_000000025937	1.0		0	0	False	False	0.9985107779502869	0					non-mobilizable	other	1343.0	99.10600000000001	100.0	0.12136010128413818	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
ISR0146_000000025555	1646	0.6328854155628478	3	2	2	1	1	False	30993	maximal	True	ISR0146_000000025555	1.0		2	1	False	False	0.9993924498558044	0					non-mobilizable	no_good_hit	1345.0	77.398	81.0	0.003208418891170431	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0090_000000001399	16677	0.6328811655476042	24	15	7	9	12	False	109965	maximal	False	SPA0128_000000001527	0.9575970724803384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	76.352	7.0	0.00019205933136568366	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ENG0198_000000001925	9721	0.6328805379392781	15	5	2	5	2	False	72650	fragment	False	ENG0198_000000001925	1.0		0	0	False	False	0.9995885491371155	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.022130013831258646	XM_033504628.1	bees	PREDICTED: Bombus vosnesenskii F-box only protein 44-like (LOC117239199), transcript variant X2, mRNA	True	False
ISR0020_000000001853	8888	0.6328797021947721	9	5	5	5	4	True	115995	maximal	True	ISR0020_000000001853	1.0	PS760	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1075.0	90.23299999999999	26.0	0.00024299456180885696	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0083_000000007881	3106	0.6328731700409418	7	2	0	2	0	False	34115	maximal	True	ISR0083_000000007881	1.0		1	1	False	False	0.9987121820449829	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.359433892010875e-07	LR812538.1	bony fishes	Danio kyathit genome assembly, chromosome: 20	True	False
CHI0093_000000003420	1767	0.6328636559860112	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.2242946536188993		0	0	False	False	1.0	0					non-mobilizable	other	1767.0	97.906	100.0	0.0019661589092828083	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0308_000000010331	1714	0.6328636559860112	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.07589410904092583		0	0	False	False	0.9994165897369385	0					non-mobilizable	other	1714.0	99.94200000000001	100.0	0.0005126162551123222	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0180_000000011162	1179	0.6328504882879494	3	2	2	1	0	True	81409	fragment	False	FIJ0042_000000021077	0.9365642155923875		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	96.86399999999999	100.0	0.0395584485303986	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
ISR0346_000000022984	1122	0.6328504882879494	3	2	2	1	0	True	124250	fragment	False	ISR0071_000000003227	0.005646458783985485		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	99.376	100.0	0.0055432482148861685	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0023_000000025848	1117	0.6328504882879494	3	2	2	1	0	True	93137	fragment	False	ENG0082_000000009793	0.05074885098488126		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	99.821	100.0	0.00029727283445256424	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MAD0112_000000011470	2451	0.6328501573544372	2	2	2	2	2	False	14456	maximal	True	MAD0112_000000011470	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	95.63799999999999	53.0	0.0007121005237049968	AP014598.1	CFB group bacteria	Prevotella intermedia DNA, complete genome, strain: OMA14, chromosome: II	True	False
CHI0130_000000007423	2187	0.6328480808766148	2	2	2	1	1	False	90760	maximal	True	CHI0130_000000007423	1.0		3	1	False	False	0.9945130348205566	0					non-mobilizable	no_good_hit	1300.0	81.692	59.0	0.0003459664227661449	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0061_000000004381	1735	0.6328460140843194	1	1	1	1	1	True	116477	maximal	False	ISR0080_000000017550	0.9248600817688079		0	0	False	False	0.9913544654846191	0					non-mobilizable	no_good_hit	1357.0	98.96799999999999	84.0	0.0004082656327951714	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0346_000000016244	1507	0.6328460140843194	1	1	1	1	1	True	116466	maximal	True	ISR0346_000000016244	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	99.09100000000001	80.0	0.003099483419430095	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	True
ISR0317_000000014808	1494	0.6328460140843194	2	1	1	1	1	True	116467	maximal	True	ISR0317_000000014808	1.0		3	2	False	False	0.9986613392829895	0					non-mobilizable	no_good_hit	1212.0	97.277	81.0	0.0005828404076992736	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
DEN0021_000000025463	1456	0.6328460140843194	1	1	1	1	1	True	116475	maximal	True	DEN0021_000000025463	1.0		9	6	False	False	0.9890109896659851	0					non-mobilizable	no_good_hit	1213.0	99.505	83.0	0.0003650094474805012	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
CHI0163_000000008702	1247	0.6328460140843194	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.9159418560514884		0	0	False	False	0.9879711270332336	0					non-mobilizable	other	1176.0	99.915	100.0	0.00035376999891911976	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0378_000000026717	1240	0.6328460140843194	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.904932414292078		0	0	False	False	0.9838709831237793	0					non-mobilizable	other	1213.0	98.846	98.0	0.0003650094474805012	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	True
ISR0064_000000019289	1232	0.6328460140843194	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.9111183733464908		0	0	False	False	0.9902597665786743	0					non-mobilizable	other	1222.0	98.609	99.0	0.004937822262663027	NZ_MCGI01000007.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000007, whole genome shotgun sequence	False	True
SPA0057_000000026886	1230	0.6328460140843194	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.9146785296416018		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	100.0	100.0	0.0003552754031698394	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0265_000000014564	1221	0.6328460140843194	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.9534394197590592		0	0	False	False	0.9877150058746338	0					non-mobilizable	other	1221.0	99.59	100.0	0.00036701755632545275	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0027_000000014375	1206	0.6328460140843194	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.9102517873630437		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	100.0	100.0	0.00035376999891911976	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0254_000000011451	1200	0.6328460140843194	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.9027345490824117		0	0	False	False	0.9908333420753479	0					non-mobilizable	other	1200.0	99.083	100.0	0.00036109432964448923	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	True
CHI0104_000000009010	1179	0.6328460140843194	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.9009356690451794		0	0	False	False	0.9966073036193848	0					non-mobilizable	other	1179.0	99.321	100.0	0.004200691794743787	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	False	True
ISR0797_000000009290	1176	0.6328460140843194	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.9011044339606171		0	0	False	False	0.9974489808082581	0					non-mobilizable	other	1176.0	99.915	100.0	0.0003538664197933902	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	True
ISR0336_000000014253	1129	0.6328460140843194	2	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.6771502293085878		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	99.38	100.0	0.0028918257213541333	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0286_000000012769	1558	0.6328375955456826	2	2	2	2	1	False	26023	maximal	True	ISR0286_000000012769	0.9811260396673065		125	7	False	False	0.9993581771850586	0					non-mobilizable	no_good_hit	60.0	85.0	4.0	5.310387575890474e-05	NZ_SJPF01000002.1	bacteria	Blastopirellula retiformator strain Enr8 Enr8_contig00002, whole genome shotgun sequence	True	False
SPA0111_000000010920	3147	0.6328353982956091	4	4	4	4	3	False	76253	fragment	False	ISR0107_000000006693	0.9738278855237806		0	0	False	False	1.0	0					non-mobilizable	chromosome	3148.0	97.681	100.0	0.0008951352089359922	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0355_000000006035	3067	0.6328353982956091	4	4	4	4	3	False	76253	fragment	False	ISR0107_000000006693	0.9060600839348224		0	0	False	False	1.0	0					non-mobilizable	chromosome	3068.0	98.338	100.0	0.0008723799446478197	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0154_000000009793	3058	0.6328353982956091	4	4	4	4	3	False	76253	fragment	False	ISR0107_000000006693	0.9054884562820934		0	0	False	False	1.0	0					non-mobilizable	chromosome	3059.0	98.235	100.0	0.0008698199774154002	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0024_000000003442	5946	0.6328327961971593	7	6	4	6	4	False	52990	fragment	False	MON0036_000000001365	0.5969800781983519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	80.225	7.0	0.00016036506763749675	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ISR0330_000000029559	1111	0.6328287283390639	1	1	1	1	1	False	102679	fragment	False	ENG0027_000000017593	0.5220603547630328		0	0	False	False	0.9972997307777405	0					non-mobilizable	other	1112.0	92.446	100.0	0.002442050794656529	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0125_000000007318	2059	0.6328276285411744	4	3	3	3	3	False	56828	fragment	False	ISR0125_000000007318	0.9963560645497137		0	0	False	False	0.9936862587928772	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0002183160089016592	MF001361.1	viruses	Enterococcus phage EF5, partial genome	True	False
USA0075_01_000000002243	10452	0.6328258410442223	11	4	2	3	4	False	695	maximal	True	USA0075_01_000000002243	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	88.47399999999999	3.0	0.0012297145140898384	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
AST0053_000000001910	6728	0.6328242018308681	6	6	6	5	5	False	124530	maximal	True	AST0053_000000001910	0.9550524934383202		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	90.04899999999999	38.0	0.009095029685166334	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ENG0075_000000000405	40974	0.6328223359593315	33	17	12	10	15	True	62132	maximal	True	ENG0075_000000000405	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9892.0	89.133	72.0	0.004028364989251287	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
ISR0355_000000005378	3377	0.6328171219400064	4	3	3	3	3	False	118056	maximal	True	ISR0355_000000005378	1.0		3	3	False	False	0.9970387816429138	0					non-mobilizable	no_good_hit	433.0	93.995	13.0	0.01318238686643679	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0778_000000004616	2781	0.6328140948696135	3	3	3	3	2	False	22372	maximal	True	ISR0778_000000004616	1.0		3	2	False	False	0.9848974943161011	0					non-mobilizable	no_good_hit	1189.0	97.309	83.0	0.04248389405869721	NZ_QRYH01000031.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf31, whole genome shotgun sequence	True	False
FIJ0142_000000017463	2021	0.632812066595458	3	3	3	3	2	False	83007	fragment	False	USA0117_01_000000010635	0.968918257464513		0	0	False	False	0.9950519800186157	0					non-mobilizable	other	2021.0	96.586	100.0	0.03472771681172383	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0072_000000016294	1792	0.6328004925425273	3	2	2	2	2	False	34839	fragment	False	ISR0072_000000016294	1.0		0	0	False	False	0.9977678656578064	0					non-mobilizable	other	1792.0	99.219	100.0	0.019056947268681665	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
USA0020_01_000000024561	1405	0.632797297016088	3	2	2	2	2	False	1770	fragment	False	USA0020_01_000000024561	1.0		0	0	False	False	0.9800711870193481	0					non-mobilizable	no_good_hit	125.0	78.4	9.0	2.5532789394966304e-05	NZ_CP010803.1	a-proteobacteria	Martelella endophytica strain YC6887 chromosome, complete genome	True	False
USA0111_01_000000002710	8097	0.6327952813346507	7	4	3	4	4	False	312	fragment	False	USA0111_01_000000002710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3122.0	88.213	77.0	0.03374136678557101	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
AST0097_000000010277	2156	0.6327821306282494	3	3	3	3	3	False	108997	maximal	True	AST0097_000000010277	0.9863821759868676		115	10	False	False	0.9958255887031555	0					non-mobilizable	no_good_hit	294.0	73.469	13.0	0.0009033195413916175	NZ_SMBP01000001.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_101, whole genome shotgun sequence	True	False
DEN0082_000000009901	3869	0.6327747336398228	6	4	2	2	3	True	106374	maximal	True	DEN0082_000000009901	1.0	PS651	1	1	True	True	1.0	128					non-mobilizable	no_good_hit	1288.0	90.45	60.0	0.4289052069425901	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0213_000000012787	2041	0.6327673624311981	3	3	3	2	2	False	70141	maximal	True	ISR0213_000000012787	1.0		52	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0053_000000015216	1170	0.6327663014989269	2	1	1	1	1	False	35732	maximal	False	SPA0080_000000010143	0.9506633499170812		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	98.975	100.0	0.004530761896641268	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ENG0180_000000002112	6568	0.6327658156139407	7	7	7	7	5	False	99174	maximal	True	ENG0180_000000002112	1.0		1	1	False	False	0.9983252286911011	0					non-mobilizable	no_good_hit	3473.0	99.338	82.0	0.0015701797968992795	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
MAD0003_000000018774	1432	0.6327655412760794	2	2	2	2	2	False	44151	fragment	False	MAD0003_000000018774	1.0		0	0	False	False	0.9867318272590637	0					non-mobilizable	no_good_hit	315.0	73.968	22.0	5.926502657174921e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0292_000000012418	1609	0.6327647316031653	2	1	1	1	0	True	121871	maximal	True	ISR0292_000000012418	1.0		2	1	False	False	0.9962709546089172	0					non-mobilizable	no_good_hit	1294.0	96.13600000000001	80.0	0.0003920587633320447	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
USA0132_01_000000007295	2230	0.6327537523368751	3	1	1	1	1	False	78	fragment	False	USA0132_01_000000007295	1.0		0	0	False	False	0.9977578520774841	0					non-mobilizable	no_good_hit	88.0	82.955	4.0	0.002181080395637839	NZ_RHNN01000032.1	firmicutes	Lactobacillus cerevisiae strain DSM 100836 contig32, whole genome shotgun sequence	True	False
ISR0179_000000005572	4576	0.6327512220393657	4	4	1	4	0	True	129135	fragment	False	ISR0179_000000005572	1.0		0	0	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit	759.0	84.98	17.0	0.0015849881962290663	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0027_000000007123	4806	0.6327491851538674	4	4	4	4	4	False	131659	fragment	False	CHI0018_000000003108	0.7336646697540508		0	0	False	False	0.9997919201850891	0					non-mobilizable	other	2111.0	88.441	100.0	0.002317526389471903	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ISR0183_000000020737	1497	0.6327455949108904	3	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.9745078343538075		0	0	False	False	1.0	0					non-mobilizable	chromosome	1497.0	97.86200000000001	100.0	0.0002852502365326995	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0362_000000014569	1431	0.6327455949108904	2	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.9734419929094231		0	0	False	False	0.9958071112632751	0					non-mobilizable	chromosome	1431.0	98.95200000000001	100.0	0.0002726656672739039	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
DEN0080_000000002672	1411	0.6327455949108904	2	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.9622241660760995		0	0	False	False	1.0	0					non-mobilizable	chromosome	1411.0	99.079	100.0	0.00026885216143790523	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
SPA0056_000000025724	1393	0.6327455949108904	2	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.8844702246147894		0	0	False	False	1.0	0					non-mobilizable	chromosome	1393.0	99.06700000000001	100.0	0.00026542000618550647	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
USA0060_01_000000008528	1345	0.6327455949108904	2	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.7227368195519379		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	98.587	100.0	0.0010829146842103142	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
DEN0010_000000035051	1338	0.6327455949108904	2	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.7171312574332637		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.02799999999999	100.0	0.0010772745035633855	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ISR0150_000000019433	1263	0.6327436085211723	1	1	1	1	1	False	30800	fragment	False	ISR0150_000000019433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	77.836	60.0	0.010233701008519084	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
SPA0062_000000027319	1145	0.6327352861791784	2	2	2	2	2	False	6138	maximal	True	SPA0062_000000027319	1.0		44	8	False	False	0.9973798990249634	0					non-mobilizable	other	1144.0	88.11200000000001	99.0	0.0006754492801412593	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0035_000000018004	1609	0.6327342826734604	2	2	1	2	1	False	125500	fragment	False	CHI0133_000000005744	0.07740432707729288		0	0	False	False	0.9801118969917297	0					non-mobilizable	no_good_hit	53.0	88.679	3.0	0.0011580775911986102	NZ_PPTT01000032.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_32, whole genome shotgun sequence	True	False
FIJ0051_000000018201	1213	0.6327324855099388	2	2	2	1	1	False	46512	maximal	True	FIJ0051_000000018201	1.0		0	0	False	False	0.9835119247436523	0					non-mobilizable	no_good_hit								True	False
AST0035_000000010102	1606	0.6327268167999939	2	2	1	2	1	False	116790	fragment	False	SPA0132_000000025666	0.966837097621806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	94.915	4.0	1.4784701741083439e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
MAD0066_000000023158	1419	0.6327202602929831	2	2	1	2	1	False	16553	maximal	True	MAD0066_000000023158	1.0		1	1	False	False	0.9894291758537292	0					non-mobilizable	no_good_hit								True	False
ISR0779_000000007049	4603	0.6327192321823539	5	4	3	3	4	False	108937	maximal	True	ISR0779_000000007049	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	72.857	18.0	0.13855925121176668	NZ_JAAIPV010000072.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_72_length_5983_cov_76.4647, whole genome shotgun sequence	True	False
CAN0020_000000018878	1925	0.6327084138373452	3	3	3	3	3	False	91851	fragment	False	CAN0020_000000018878	0.9334826659785371		0	0	False	False	0.9875324964523315	0					non-mobilizable	no_good_hit	590.0	76.78	81.0	0.0002078417382203313	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0184_000000018651	1216	0.6326996662938807	2	1	1	1	1	False	55092	fragment	False	ENG0184_000000018651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000008367	3777	0.6326980820856741	3	2	2	2	2	False	81193	maximal	True	ISR0324_000000008367	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1932.0	92.029	92.0	0.004176823185489118	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0267_000000012456	1462	0.6326961785292232	2	2	2	2	2	False	53698	fragment	False	FIJ0056_000000013659	0.9635731950474549		0	0	False	False	0.99863201379776	0					non-mobilizable	other	1462.0	98.35799999999999	100.0	0.007696805904572251	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
FIJ0057_000000024558	1434	0.6326945071380773	3	3	3	1	2	False	128163	fragment	False	AST0118_000000014400	0.15413245345010093		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	86.8	91.0	0.02093061224489796	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0076_000000039202	1233	0.6326944992652195	2	2	2	1	1	False	10271	fragment	False	MON0076_000000039202	1.0		0	0	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000020793	1901	0.632692687554801	2	2	2	2	1	True	29545	fragment	False	ISR0182_000000020793	1.0		0	0	False	False	0.9900052547454834	0					non-mobilizable	no_good_hit	318.0	95.28299999999999	17.0	0.00010769810420759845	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0320_000000014487	1761	0.6326872378685277	5	4	2	1	3	False	63927	maximal	False	SPA0038_000000014456	0.9630565441770814		0	0	False	False	0.9909142255783081	0					non-mobilizable	other	1734.0	99.76899999999999	98.0	0.000417556956889232	CP011914.1	firmicutes	Eubacterium limosum strain SA11, complete genome	False	False
ISR0810_000000000876	10602	0.6326835138477224	11	7	5	7	6	False	21729	maximal	True	ISR0810_000000000876	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	77.46600000000001	9.0	0.0004975001820775693	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0019_000000007254	2369	0.6326816354111877	2	2	2	2	2	True	100761	fragment	False	ISR0019_000000007254	0.9618369987063389		0	0	False	False	0.9953566789627075	0					non-mobilizable	other	1441.0	95.00299999999999	96.0	0.00043618559333508415	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0121_000000005096	4522	0.6326795037085958	5	3	1	2	2	True	42086	maximal	True	ISR0121_000000005096	1.0		16	4	False	False	0.9997788667678833	0					non-mobilizable	no_good_hit								True	True
SPA0009_000000020609	1785	0.6326764016108227	2	2	2	2	2	False	8123	fragment	False	SPA0009_000000020609	1.0		0	0	False	False	0.9910364151000977	0					non-mobilizable	other	1785.0	100.0	100.0	0.007284308521497693	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0067_000000007556	1389	0.6326743388699746	3	1	1	1	1	False	17525	fragment	False	MAD0048_000000017185	0.9565495778388534		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000028559	1586	0.6326735950574287	3	2	2	2	1	True	15292	fragment	False	MAD0098_000000028559	1.0		0	0	False	False	0.9987389445304871	0					non-mobilizable	no_good_hit								True	True
CAN0021_000000009375	4394	0.6326711404984703	4	4	4	4	4	False	94369	fragment	False	SPA0110_000000004781	0.9848763440413807		0	0	False	False	1.0	0					non-mobilizable	other	4396.0	99.363	100.0	0.0013858937973679378	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0062_000000016565	2243	0.6326699642892524	2	2	1	2	1	False	106221	fragment	False	AST0116_000000012037	0.9163328882955051		0	0	False	False	1.0	0					non-mobilizable	chromosome	2251.0	92.625	100.0	0.0005991364006307204	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0013_000000002309	8899	0.6326594758846027	9	7	6	4	1	False	67017	maximal	True	ENG0013_000000002309	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	2794.0	96.958	31.0	0.0069814936210982805	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
CHI0059_000000007585	2273	0.6326579293310961	2	1	1	1	1	False	85823	maximal	True	CHI0059_000000007585	1.0		32	6	False	False	0.9995600581169128	0					non-mobilizable	no_good_hit	1783.0	98.766	78.0	0.008817704723239925	NZ_CABMOJ010000025.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ISR0344_000000017464	1944	0.6326561734995855	6	3	2	2	2	True	90717	fragment	False	ISR0344_000000017464	1.0		0	0	False	False	0.9927983283996582	0					non-mobilizable	chromosome	1488.0	98.118	94.0	0.00040595510163912913	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
FIJ0109_000000010352	2538	0.6326473258768774	3	3	2	3	2	False	80509	maximal	True	FIJ0109_000000010352	0.9544340008173273		3	1	False	False	0.9996060132980347	0					non-mobilizable	no_good_hit	1824.0	97.588	72.0	0.0008497381295500865	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0378_000000014294	2018	0.6326473258768774	4	3	2	3	2	False	80504	fragment	False	ISR0378_000000014294	0.9724339470354418		0	0	False	False	0.9995044469833374	0					non-mobilizable	chromosome	1892.0	96.934	94.0	0.0008809853604391402	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0048_000000024553	1392	0.6326473258768774	3	3	2	3	2	False	51540	fragment	False	FIJ0144_000000022788	0.6806372096442568		0	0	False	False	1.0	0					non-mobilizable	chromosome	1393.0	95.836	100.0	0.0006482634468027553	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MAD0111_000000004209	4022	0.6326450331413986	7	4	3	3	2	False	14523	maximal	True	MAD0111_000000004209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2359.0	83.256	77.0	0.21791183294663574	NZ_OFSM01000065.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
FIJ0031_000000013673	1797	0.6326423045701967	3	2	2	1	2	False	48564	fragment	False	FIJ0031_000000013673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	81.97	37.0	0.00020114964523264625	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
SPA0027_000000018628	2008	0.6326383190170793	3	3	3	3	3	False	91807	maximal	True	SPA0027_000000018628	1.0		12	3	False	False	0.9860557913780212	0					non-mobilizable	chromosome	1931.0	83.376	96.0	0.0005107761439134565	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0022_000000005936	2967	0.6326372680465121	4	3	3	3	2	True	87749	fragment	False	ENG0022_000000005936	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2456.0	90.065	100.0	0.0008722966905797301	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
FIJ0028_000000008278	3671	0.6326273074247359	7	2	1	2	1	False	48956	maximal	True	FIJ0028_000000008278	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	77.273	26.0	0.0021535836726810347	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0120_000000013908	2366	0.6326247926440349	4	3	2	2	2	True	115101	maximal	True	ISR0120_000000013908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	88.14299999999999	51.0	0.0003445331185714633	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
MAD0105_000000010756	3140	0.6326217935887429	5	4	3	4	1	True	118510	maximal	True	MAD0105_000000010756	1.0		5	2	False	False	0.9993630647659302	0					non-mobilizable	no_good_hit	1643.0	97.444	52.0	0.014989312921317525	NZ_JAAIOD010000012.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_12_length_109478_cov_283.605, whole genome shotgun sequence	True	True
MON0101_000000016011	3715	0.6326213625887486	4	3	3	2	2	True	51129	maximal	True	MON0101_000000016011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	96.61	3.0	0.003540733567364726	NZ_QVMD01000014.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf14, whole genome shotgun sequence	True	True
SPA0048_000000011700	1709	0.6326206943211911	3	2	2	2	2	False	6626	fragment	False	SPA0048_000000011700	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1709.0	98.01100000000001	100.0	0.00027439690516277453	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0097_000000013743	2284	0.6326198974035974	3	3	3	2	2	False	125870	maximal	True	ENG0097_000000013743	1.0		698	14	False	False	0.99956214427948	0					non-mobilizable	chromosome	1454.0	95.323	93.0	0.0005061116819778231	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0072_000000005590	4613	0.6326135553312762	6	5	4	5	5	False	69802	maximal	True	ISR0072_000000005590	1.0		10	6	False	False	0.9963147640228271	0					non-mobilizable	no_good_hit	1090.0	81.28399999999999	28.0	0.07162772172065852	KC246837.1	bacteria	Uncultured bacterium Contig1586 genomic sequence	True	False
ENG0179_000000000822	21052	0.6326132384784346	29	22	10	19	21	False	106143	fragment	False	ENG0179_000000000822	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	18958.0	97.24700000000001	96.0	0.005966060152940179	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0019_01_000000010019	2978	0.6326128437353409	4	4	3	4	3	False	61474	fragment	False	USA0019_01_000000010019	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2920.0	99.863	98.0	0.02372437783449016	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0055_000000002882	5016	0.6326122595699389	5	5	5	5	4	False	86252	fragment	False	CHI0055_000000002882	0.9868256971459558		0	0	False	False	0.9986044764518738	0					non-mobilizable	no_good_hit	1352.0	75.148	26.0	0.0004034379131007543	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0110_000000009067	1703	0.6326038648047648	2	2	2	2	2	True	41695	fragment	False	MON0110_000000009067	0.978717165538535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	72.05	46.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
SPA0005_000000008741	3365	0.6325981839811261	5	2	2	2	1	False	119096	maximal	True	SPA0005_000000008741	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1263.0	88.757	38.0	0.005832508487433049	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ENG0091_000000009319	2551	0.6325949623603278	3	2	2	2	2	True	95108	fragment	False	USA0059_01_000000010485	0.9375315799934025		0	0	False	False	0.9933359622955322	0					non-mobilizable	chromosome	2401.0	98.959	99.0	0.0010710092521811774	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
USA0059_01_000000010485	2521	0.6325949623603278	2	2	2	2	2	True	95108	fragment	False	USA0059_01_000000010485	0.960230737189892		0	0	False	False	0.9884966015815735	0					non-mobilizable	chromosome	2521.0	98.77	100.0	0.0011245597147902361	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0122_000000024310	1233	0.632583571912482	2	1	1	1	1	False	58993	maximal	False	ISR0291_000000011629	0.9721053877884608		0	0	False	False	0.9975669384002686	0					non-mobilizable	other	1233.0	98.78299999999999	100.0	0.00036831630717460437	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0062_000000033596	1153	0.632583571912482	2	1	1	1	1	False	58993	maximal	False	ISR0291_000000011629	0.7221976846901297		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	99.65299999999999	100.0	0.0003443996638515781	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0385_000000015198	1541	0.6325805886083892	2	2	2	2	2	False	61207	fragment	False	ISR0385_000000015198	1.0		0	0	False	False	0.987670361995697	0					non-mobilizable	chromosome	1541.0	98.70200000000001	100.0	0.0005275873362595017	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
FIJ0093_000000008841	2210	0.6325709728152573	4	4	3	3	3	False	43245	fragment	False	FIJ0093_000000008841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	627.0	98.884	74.0	0.0001510781817523621	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ENG0208_000000001259	16449	0.6325602489557381	19	18	5	9	16	True	123536	fragment	False	ENG0208_000000001259	0.9753631354871024		0	0	False	False	0.9999392032623291	0					non-mobilizable	other	16449.0	99.994	100.0	0.12660390864936844	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0191_000000000448	30937	0.6325531415601969	22	14	6	12	9	True	62737	fragment	False	ENG0191_000000000448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8534.0	96.824	85.0	0.051517605676365	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
DEN0052_000000018588	2319	0.6325510226686937	2	2	2	2	2	False	72296	fragment	False	DEN0052_000000018588	0.9861253372032079		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1721.0	82.39399999999999	73.0	0.00038100765843197544	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0021_000000008180	2273	0.6325510226686937	2	2	2	2	2	False	72296	fragment	False	DEN0052_000000018588	0.976370197586239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1677.0	82.588	73.0	0.00037121540552834993	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0185_000000007911	3960	0.632543634858563	4	2	2	2	1	True	56032	maximal	True	ISR0185_000000007911	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	2732.0	81.625	73.0	0.35732239714247915	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
SPA0106_000000023303	1650	0.6325360817932305	5	5	4	2	0	True	4745	maximal	True	SPA0106_000000023303	1.0		145	10	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	95.255	83.0	0.049458380843785635	NZ_JAAIPV010000048.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_48_length_28064_cov_115.968, whole genome shotgun sequence	True	True
BAN0019_000000000438	5455	0.6325358755639628	7	7	3	6	7	True	125599	backbone	False	MAD0046_000000003898	0.6716383675600366	PS931	0	0	True	True	1.0	16					non-mobilizable	plasmid	5455.0	99.98200000000001	100.0	0.07581633929688478	CP055254.1	enterobacteria	Escherichia coli strain AH01 plasmid pAH01-3, complete sequence	False	True
ISR0345_000000002813	3091	0.6325350121461141	4	4	3	3	4	False	44353	maximal	True	ISR0345_000000002813	1.0		0	0	False	False	0.9928825497627258	0					non-mobilizable	no_good_hit	1542.0	100.0	80.0	0.011036389288758067	CP029244.1	enterobacteria	Escherichia coli strain ECCRA-119 plasmid pTB202, complete sequence	True	False
FIJ0134_000000004377	3638	0.6325340143400798	4	4	2	2	4	False	40638	fragment	False	FIJ0134_000000004377	1.0		0	0	False	False	0.9840571880340576	0					non-mobilizable	plasmid	2657.0	99.73700000000001	100.0	0.01967611456002845	CP056684.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00634 plasmid pRHBSTW-00634_3, complete sequence	False	True
AST0031_000000012172	2296	0.6325337914784208	3	3	3	1	1	False	117460	maximal	True	AST0031_000000012172	1.0		6	3	False	False	0.9973867535591125	0					non-mobilizable	no_good_hit	1370.0	75.036	59.0	0.8405977584059776	NZ_JAAIQH010000050.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_55_length_1606_cov_1488.95, whole genome shotgun sequence	True	False
CAN0013_000000010646	2105	0.6325314575239913	3	2	2	2	1	False	93888	fragment	False	CAN0013_000000010646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000008380	4401	0.6325307909126044	5	4	4	4	4	False	113898	maximal	True	DEN0071_000000008380	1.0		5	5	False	False	0.9952283501625061	0					non-mobilizable	no_good_hit	839.0	97.37799999999999	21.0	0.0002695522698198921	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
MON0093_000000026668	1698	0.6325289637178959	2	2	2	2	2	False	9388	fragment	False	MON0093_000000026668	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1695.0	92.861	99.0	0.000597765542521632	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0110_000000012035	1397	0.6325277437300217	2	1	1	1	1	False	42102	fragment	False	FIJ0110_000000012035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000008740	5134	0.6325275655256722	5	2	2	2	2	False	4950	maximal	True	SPA0101_000000008740	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0317_000000004086	4042	0.6325267755846079	3	3	3	3	2	False	25177	maximal	True	ISR0317_000000004086	1.0		1	1	False	False	0.9883720874786377	0					non-mobilizable	no_good_hit	689.0	71.408	17.0	0.034018068944632315	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ISR0301_000000001660	8873	0.6325143676607494	6	5	4	4	5	False	25576	maximal	True	ISR0301_000000001660	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	94.035	9.0	0.017332397546611332	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MAD0033_000000002100	7209	0.6325135238625963	6	3	3	3	3	False	20247	fragment	False	MAD0033_000000002100	0.984086615317541		0	0	False	False	0.9980579614639282	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	4.0	3.403933031872514e-05	CP046161.1	firmicutes	Ruminococcaceae bacterium LAM 19011 chromosome, complete genome	True	False
MAD0002_000000003787	6881	0.6325135238625963	5	3	3	3	3	False	20247	fragment	False	MAD0033_000000002100	0.9620613122485782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	4.0	3.403933031872514e-05	CP046161.1	firmicutes	Ruminococcaceae bacterium LAM 19011 chromosome, complete genome	True	False
ENG0203_000000016080	1189	0.6325121360830028	2	2	2	2	1	False	107365	fragment	False	ISR0024_000000020391	0.9331030339475082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0080_000000006920	1175	0.6325037251576575	2	1	1	1	1	False	16147	fragment	False	MAD0080_000000006920	1.0		0	0	False	False	0.9404255151748657	0					non-mobilizable	other	1121.0	99.822	95.0	0.002464051252266047	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0046_000000003736	6113	0.6324990459607551	3	3	2	3	1	True	129411	maximal	True	MAD0046_000000003736	1.0		13	1	False	False	0.9990184903144836	0					non-mobilizable	no_good_hit	1214.0	81.71300000000001	24.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0108_000000002641	6019	0.6324990459607551	5	3	2	3	1	True	129409	maximal	True	MAD0108_000000002641	1.0		1	1	False	False	0.9931882619857788	0					non-mobilizable	no_good_hit	1214.0	81.71300000000001	25.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0021_01_000000014942	1183	0.6324959846326043	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.07919390178521452		0	0	False	False	0.9907016158103943	0					non-mobilizable	other	1148.0	94.59899999999999	100.0	0.8572496263079222	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0125_000000013445	1142	0.6324944698686708	3	3	0	3	1	True	32024	fragment	False	ISR0125_000000013445	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	98.336	100.0	0.0005161555324544666	FR873482.1	firmicutes	Streptococcus salivarius JIM8777 complete genome	False	True
FIJ0139_000000002124	11383	0.6324889291977498	8	8	8	8	7	False	48695	fragment	False	FIJ0139_000000002124	0.9948376196733622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.19	34.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
AST0024_000000014894	2300	0.6324788708531122	3	3	2	3	1	False	121468	fragment	False	AST0024_000000014894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	77.191	84.0	0.00044144849860845725	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0139_000000018379	1531	0.6324763775190739	2	2	2	2	1	False	78937	fragment	False	ISR0195_000000012561	0.9593094944512948		0	0	False	False	0.9973873496055603	0					non-mobilizable	chromosome	1380.0	98.333	100.0	0.0004803181114087054	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0056_000000006465	1669	0.6324754642710878	5	4	1	2	4	False	119876	maximal	False	ISR0017_000000016488	0.6774887332812299		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	97.126	100.0	0.0018581649035067991	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
CHI0075_000000003752	1832	0.6324754001466972	3	3	2	2	3	False	90814	fragment	False	CHI0075_000000003752	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	99.836	100.0	0.00035444030855471013	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0120_000000012810	1654	0.6324700472847313	3	3	3	2	2	True	59173	maximal	True	ENG0120_000000012810	1.0		1	1	False	False	0.9824667572975159	0					non-mobilizable	no_good_hit	710.0	72.39399999999999	42.0	0.004246001176748898	NZ_PISE01000015.1	firmicutes	Bacillus nealsonii strain FO-92 contig_15, whole genome shotgun sequence	True	True
CHI0173_000000013206	1341	0.632464258669917	2	2	2	2	2	False	77873	maximal	True	CHI0173_000000013206	0.9759006448437413		609	14	False	False	0.9649515151977539	0					non-mobilizable	other	1341.0	98.583	100.0	0.0036565172767704414	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0026_000000003289	6999	0.6324614591505403	5	5	4	5	3	False	90843	fragment	False	SPA0026_000000003289	1.0		0	0	False	False	0.9997142553329468	0					non-mobilizable	no_good_hit								True	False
TAN0010_000000000271	17420	0.6324584692162843	24	8	0	8	1	False	2643	maximal	True	TAN0010_000000000271	1.0		2	1	False	False	0.9998278021812439	0					non-mobilizable	no_good_hit	59.0	100.0	0.0	0.00018440271008396682	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0275_000000011844	1227	0.6324549566498768	2	2	2	2	2	False	26322	maximal	True	ISR0275_000000011844	1.0		683	15	False	False	0.9877750873565674	0					non-mobilizable	chromosome	1230.0	90.89399999999999	100.0	0.00039452818030870303	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ISR0120_000000014069	2344	0.6324524673358884	2	2	2	2	2	False	62008	maximal	True	ISR0120_000000014069	1.0		21	6	False	False	0.9897611141204834	0					non-mobilizable	other	2358.0	86.04700000000001	100.0	0.008100693996632845	NZ_FORW01000003.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	False	False
MAD0101_000000006078	4354	0.6324434720002744	3	3	3	3	3	False	15122	maximal	True	MAD0101_000000006078	1.0		3	1	False	False	0.9878273010253906	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.609763881298394e-07	HE601625.2	flatworms	Schistosoma mansoni strain Puerto Rico genome assembly, chromosome: 2	True	False
ISR0778_000000003969	3199	0.6324423584751014	6	3	3	3	3	False	113723	maximal	True	ISR0778_000000003969	1.0		143	11	False	False	0.9993748068809509	0					non-mobilizable	no_good_hit	1988.0	99.447	62.0	0.13758482204680791	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
USA0007_01_000000009874	1668	0.6324419137217049	2	2	2	1	1	False	63634	fragment	False	FIJ0077_000000017663	0.9927721096055894		0	0	False	False	0.9874100685119629	0					non-mobilizable	no_good_hit	419.0	72.554	25.0	0.00014101654922649875	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0214_000000004354	5833	0.632439360146984	6	6	6	4	5	True	35059	maximal	True	ISR0214_000000004354	1.0		8	1	False	False	0.9977713227272034	0					non-mobilizable	no_good_hit	1952.0	73.77	33.0	0.046396165040232834	NZ_FMXR01000021.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	True
FIJ0128_000000005713	4405	0.6324358150058148	3	3	3	3	3	False	45928	maximal	False	FIJ0069_000000005448	0.9991682989250689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1633.0	93.01899999999999	37.0	0.012343157942504481	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	True	False
FIJ0057_000000007213	4069	0.6324305013520652	4	3	3	3	1	True	46166	maximal	True	FIJ0057_000000007213	0.9791991679667187		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0002650344958961065	NZ_QPJW01000014.1	firmicutes	Fontibacillus phaseoli strain CECT 8333 Ga0244632_114, whole genome shotgun sequence	True	True
ENG0177_000000018975	1388	0.6324262588644155	2	2	1	1	2	False	123207	fragment	False	ISR0188_000000013367	0.061827524827665875		0	0	False	False	1.0	0					non-mobilizable	chromosome	605.0	93.884	95.0	0.00016186190499670918	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0126_000000010760	4517	0.6324248522603212	5	4	4	4	3	False	34187	maximal	True	ISR0126_000000010760	1.0		10	6	False	False	0.9953508973121643	0					non-mobilizable	no_good_hit	737.0	76.52600000000001	16.0	0.03001151126459464	KC246834.1	bacteria	Uncultured bacterium Contig137 genomic sequence	True	False
ISR0271_000000014608	1322	0.6324238611838889	3	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.8188257185040876		0	0	False	False	0.9750378131866455	0					non-mobilizable	other	1296.0	90.895	98.0	0.0046284852458076745	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0138_000000021131	1287	0.6324215420270229	3	1	1	1	1	False	33190	maximal	True	SPA0138_000000021131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	99.03399999999999	16.0	0.002112972213389679	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	True	False
ISR0099_000000016656	1119	0.6324215420270229	2	1	1	1	1	False	33189	fragment	False	ISR0099_000000016656	1.0		0	0	False	False	0.9964253902435303	0					non-mobilizable	no_good_hit								True	False
FIJ0069_000000004604	5233	0.6324203024775291	6	4	3	3	4	False	51799	maximal	False	FIJ0006_000000006451	0.9850870100381695		0	0	False	False	0.9994267225265503	0					non-mobilizable	no_good_hit	1586.0	73.077	30.0	0.0006595628185149307	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
ENG0163_000000008565	2790	0.632419778948214	4	2	2	2	2	True	69676	maximal	True	ENG0163_000000008565	1.0		41	11	False	False	0.9996415972709656	0					non-mobilizable	no_good_hit	567.0	83.598	20.0	0.00016097305356749394	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MON0099_000000031810	1169	0.6324194541305169	2	2	2	2	1	False	46367	fragment	False	ISR0171_000000024102	0.9353408029878617		0	0	False	False	0.9940119981765747	0					non-mobilizable	other	1173.0	95.396	99.0	0.00035286675636868797	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0126_000000025210	1955	0.6324162336783774	3	2	1	2	1	True	111328	fragment	False	AST0108_000000012880	0.9656073755110237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0052_000000022961	1938	0.6324162336783774	2	2	1	2	1	True	111328	fragment	False	AST0108_000000012880	0.7399234546484803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0084_000000019312	1816	0.6324162336783774	2	2	1	2	1	True	111328	fragment	False	AST0108_000000012880	0.7155841970655539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0100_000000019785	2242	0.6324126228787534	3	3	3	2	3	False	40385	fragment	False	MON0100_000000019785	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2242.0	99.911	100.0	0.00044804282657643697	CP027457.1	enterobacteria	Escherichia coli strain 88-3493 chromosome, complete genome	False	False
CAN0017_000000016769	2114	0.6324123784394254	2	2	2	2	2	False	118757	fragment	False	CAN0017_000000016769	1.0		0	0	False	False	0.9933775067329407	0					non-mobilizable	other	1915.0	96.762	91.0	0.0086363388821319	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0017_000000016488	2033	0.6324120179443269	6	4	1	2	4	False	119876	maximal	True	ISR0017_000000016488	0.9655375403512544		212	10	False	False	1.0	0					non-mobilizable	other	2033.0	99.95100000000001	100.0	0.032971490694315986	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0191_000000005763	1824	0.6324063629166812	3	3	3	3	2	True	29607	maximal	True	ISR0191_000000005763	1.0		41	7	False	False	0.9824561476707458	0					non-mobilizable	other	1824.0	94.572	100.0	0.014688701061163977	NZ_WEHX01000001.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_1_length_124109_cov_243.874252, whole genome shotgun sequence	False	True
CHI0122_000000001171	11989	0.6324051885567925	14	12	11	11	9	False	97868	maximal	True	CHI0122_000000001171	1.0		19	6	False	False	0.9998331665992737	0					non-mobilizable	no_good_hit	5802.0	95.95	73.0	0.13963118108719727	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	True	False
ENG0025_000000002300	8075	0.63240450623627	9	6	4	5	4	False	122858	fragment	False	ISR0076_000000002357	0.8216743016730393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1942.0	93.666	24.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0378_000000002526	7021	0.63240450623627	8	6	4	5	4	False	122855	fragment	False	ISR0378_000000002526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.663	28.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0162_000000006413	3561	0.6323980500344661	5	4	3	4	4	True	39247	maximal	True	FIJ0162_000000006413	1.0		0	0	False	False	0.9926986694335938	0					non-mobilizable	no_good_hit	496.0	95.161	14.0	0.7580398162327718	GQ884021.1		Uncultured organism clone VC1DH78TF genomic sequence	True	True
ENG0028_000000010515	1706	0.6323952831317853	3	3	3	2	1	False	65867	fragment	False	ENG0028_000000010515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	611.0	99.182	64.0	0.00018370937538210043	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0774_000000014385	1723	0.6323931481225656	3	3	3	3	2	False	86881	fragment	False	ISR0213_000000014288	0.6300765602911373		0	0	False	False	0.9982588291168213	0					non-mobilizable	other	1723.0	99.42	100.0	0.00042219634778093156	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AUS0006_000000001817	8722	0.6323927882948953	7	3	3	3	0	False	102193	fragment	False	AUS0006_000000001817	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	3782.0	95.928	92.0	0.10734913363871738	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
AST0097_000000002840	7768	0.6323927882948953	5	3	3	3	0	False	115471	fragment	False	AST0047_000000002314	0.9682761828032768		0	0	False	False	1.0	0					non-mobilizable	virus	3840.0	96.745	91.0	0.10899934560559935	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ISR0170_000000005584	7696	0.6323927882948953	5	3	3	3	0	False	115471	fragment	False	AST0047_000000002314	0.9652432105273552		0	0	False	False	1.0	0					non-mobilizable	virus	3773.0	96.713	91.0	0.10709306626454605	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ISR0021_000000002712	7690	0.6323927882948953	4	3	3	3	0	False	115731	maximal	True	ISR0021_000000002712	0.9872499274693712		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	3227.0	77.285	79.0	0.09042023501294563	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
AST0046_000000002630	7650	0.6323927882948953	4	3	3	3	0	False	115731	maximal	False	ISR0021_000000002712	0.9817776189942423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3227.0	77.316	79.0	0.09042023501294563	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
AST0053_000000001740	7576	0.6323927882948953	4	3	3	3	0	False	115731	maximal	False	ISR0021_000000002712	0.977592331613671		0	0	False	False	0.9982840418815613	0					non-mobilizable	no_good_hit	3121.0	76.866	79.0	0.08751813810567047	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
ENG0173_000000002475	7526	0.6323927882948953	4	3	3	3	0	False	115731	maximal	False	ISR0021_000000002712	0.9710397510916664		0	0	False	False	0.9994685053825378	0					non-mobilizable	no_good_hit	3208.0	77.27600000000001	79.0	0.08985119640367599	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
SPA0015_000000001890	7180	0.6323927882948953	4	3	3	3	0	False	115471	fragment	False	AST0047_000000002314	0.6224439745834903		0	0	False	False	0.9959610104560852	0					non-mobilizable	virus	3462.0	97.169	90.0	0.09824451589040316	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ISR0846_000000004621	2190	0.6323884965486505	3	1	1	1	1	False	20667	fragment	False	ISR0846_000000004621	1.0		0	0	False	False	0.9995433688163757	0					non-mobilizable	no_good_hit	93.0	79.57	4.0	1.9910168937783438e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0238_000000001138	9654	0.6323858418803617	11	7	6	5	4	False	118334	fragment	False	ISR0238_000000001138	1.0		0	0	False	False	0.9983426332473755	0					non-mobilizable	chromosome	5516.0	98.314	100.0	0.0024557349644804246	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0343_000000008382	2103	0.6323834124520755	3	2	2	2	2	True	124254	maximal	True	ISR0343_000000008382	1.0		134	9	False	False	1.0	0		MOBV			mobilizable	chromosome	2108.0	93.928	100.0	0.0004956791960470173	CP019857.1	firmicutes	Clostridioides difficile strain DSM 29745 chromosome, complete genome	False	True
USA0089_01_000000001314	7059	0.6323825641908974	8	7	4	1	5	False	118052	maximal	True	USA0089_01_000000001314	1.0		33	7	False	False	0.9987250566482544	0					non-mobilizable	chromosome	7059.0	100.0	100.0	0.0009969446147687641	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0051_000000021278	1761	0.6323823310174626	3	3	1	3	2	False	94937	fragment	False	MON0011_000000021768	0.45902038661508016		0	0	False	False	1.0	0					non-mobilizable	other	1761.0	100.0	100.0	0.0005475330215298695	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0102_000000028486	1563	0.6323806953877843	2	2	1	2	1	False	67346	fragment	False	ISR0150_000000015766	0.905507912874808		0	0	False	False	0.9891234636306763	0					non-mobilizable	other	1563.0	99.68	100.0	0.027098296381110994	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0169_000000014559	2133	0.6323790079488651	2	2	2	2	2	False	74956	fragment	False	ISR0169_000000014559	0.9731884057971014		0	0	False	False	0.9985935091972351	0					non-mobilizable	other	2127.0	95.95700000000001	99.0	0.060155697098372256	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	False	False
AST0148_000000005954	5661	0.6323775267416438	7	7	6	7	6	False	105182	fragment	False	AST0148_000000005954	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	0.00011197714308982264	AP017606.1	a-proteobacteria	Mesorhizobium loti plasmid plasmid_1 DNA, complete genome, strain: TONO	True	False
AST0031_000000021909	1118	0.6323709220761321	3	1	1	1	1	False	117115	fragment	False	AST0031_000000021909	1.0		0	0	False	False	0.9633273482322693	0					non-mobilizable	other	1115.0	98.206	99.0	0.0014610832476444294	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
AST0014_000000014211	1159	0.6323688884324282	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.18081341294939324		0	0	False	False	0.9948230981826782	0					non-mobilizable	other	1159.0	96.54899999999999	100.0	0.0003215755535931486	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0189_000000002066	5535	0.6323633610777982	6	4	3	4	3	False	60514	fragment	False	ENG0189_000000002066	1.0		0	0	False	False	0.9985546469688416	0					non-mobilizable	no_good_hit	193.0	77.202	3.0	0.00023476105686092395	NZ_JHVC01000001.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
USA0015_01_000000011947	2790	0.6323594694336295	4	4	4	4	4	False	89571	fragment	False	USA0015_01_000000011947	0.9845656855707107		0	0	False	False	1.0	0					non-mobilizable	chromosome	2790.0	99.85700000000001	100.0	0.001179312100359502	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0048_000000011598	1673	0.6323553720297086	2	2	2	2	2	False	94892	fragment	False	CHI0048_000000011598	1.0		0	0	False	False	0.9994022846221924	0					non-mobilizable	other	1673.0	99.76100000000001	100.0	0.0004766938883966093	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0066_000000008052	4001	0.6323488195805935	5	5	4	5	3	False	113796	maximal	True	ISR0066_000000008052	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	5.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0015_000000011172	2261	0.6323433193034492	2	2	2	2	2	False	37977	maximal	True	ISR0015_000000011172	1.0		170	12	False	False	0.9995577335357666	0					non-mobilizable	no_good_hit	1085.0	72.442	53.0	0.006949569897389339	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
ISR0388_000000017399	2004	0.632333659705656	2	2	2	2	2	False	22940	maximal	True	ISR0388_000000017399	1.0		26	4	False	False	0.9995009899139404	0					non-mobilizable	no_good_hit	1454.0	98.556	73.0	0.0004664843963698332	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
AST0055_000000002523	10249	0.6323290412178846	14	5	2	3	5	False	113999	maximal	True	AST0055_000000002523	1.0		1	1	True	True	0.9998048543930054	7					non-mobilizable	no_good_hit	1732.0	72.979	17.0	0.00990546626403371	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	True
ENG0125_000000001166	16529	0.6323284011987619	26	8	3	6	4	True	107968	fragment	False	ENG0125_000000001166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10334.0	97.81299999999999	83.0	0.017108987821986835	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0109_000000015582	2287	0.6323235914501992	4	3	3	3	2	False	8500	maximal	True	MON0109_000000015582	1.0		12	4	False	False	0.981635332107544	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	3.0	0.0002557679737898724	NZ_JJMM01000004.1	firmicutes	Peptoclostridium litorale DSM 5388 strain W6 CLIT_4c, whole genome shotgun sequence	True	False
MON0052_000000020860	1400	0.6323226109389738	2	2	2	2	2	False	11212	maximal	True	MON0052_000000020860	1.0		89	6	False	False	0.9828571677207947	0					non-mobilizable	no_good_hit	865.0	97.572	62.0	0.008821817662014111	NZ_CYYU01000008.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
SPA0039_000000009546	2752	0.6323208357003409	3	3	3	3	3	False	7011	maximal	True	SPA0039_000000009546	1.0		164	13	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	85.61200000000001	5.0	3.6341691480260756e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0157_000000014529	2167	0.6323177363334942	3	1	1	1	1	False	30548	fragment	False	ISR0157_000000014529	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2170.0	92.719	100.0	0.0006987861169764092	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0358_000000011447	1714	0.6323154783360995	5	3	3	2	1	True	23855	maximal	True	ISR0358_000000011447	1.0		7	7	False	False	0.9918319582939148	0					non-mobilizable	other	1704.0	93.31	99.0	0.0004110002292720011	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
ISR0843_000000013353	1191	0.6323096474992074	2	2	2	2	1	False	20727	fragment	False	ISR0843_000000013353	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	99.329	100.0	0.018264139359987722	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0076_000000011995	2121	0.6322962547448293	3	3	2	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.5054434213404151		0	0	False	False	0.9933993220329285	0					non-mobilizable	chromosome	2127.0	87.77600000000001	100.0	0.0007389509406287775	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0041_000000007954	3241	0.6322923863216281	3	2	1	2	2	True	68378	fragment	False	ENG0041_000000007954	0.9935749588138385		0	0	False	False	1.0	0					non-mobilizable	other	1728.0	85.764	96.0	0.01939655172413793	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
MAD0008_000000006385	2025	0.6322889764990249	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.3508932676005673		0	0	False	False	0.9995061755180359	0					non-mobilizable	other	2025.0	97.086	100.0	0.0005472608701177449	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0149_000000015773	1694	0.6322840379971801	2	2	0	1	2	False	104441	fragment	False	AST0149_000000015773	1.0		0	0	False	False	0.9899646043777466	0					non-mobilizable	no_good_hit	80.0	92.5	5.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0023_000000025316	1305	0.6322828068040518	3	1	1	1	1	False	59908	fragment	False	ISR0023_000000025316	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1132.0	94.17	92.0	0.0003732076017785478	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
DEN0031_000000027721	1246	0.6322828068040518	1	1	1	1	1	False	73690	maximal	True	DEN0031_000000027721	1.0		3	3	False	False	0.9815409183502197	0					non-mobilizable	chromosome	1071.0	94.024	96.0	0.0003530073677869849	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
FIJ0036_000000032391	1345	0.6322768096594061	2	2	1	2	1	False	80440	fragment	False	FIJ0036_000000032391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	84.90100000000001	59.0	0.00027780372626468665	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0210_000000003821	4913	0.6322752077408341	5	2	2	2	2	True	31291	fragment	False	ISR0210_000000003821	1.0		0	0	False	False	0.9967433214187622	0					non-mobilizable	no_good_hit	750.0	92.53299999999999	15.0	0.00021103400746818078	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
MON0033_000000017118	3934	0.6322652795785572	4	2	2	2	1	False	12340	maximal	True	MON0033_000000017118	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	84.512	7.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ENG0090_000000002230	8616	0.6322625802769101	12	7	3	5	5	False	93116	fragment	False	ENG0090_000000002230	1.0		0	0	False	False	0.9995357394218445	0					non-mobilizable	other	8616.0	99.988	100.0	0.0037837329786916322	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0015_000000004126	6890	0.6322526693297674	8	7	6	7	6	False	116387	fragment	False	MON0090_000000007472	0.9586580593405702		0	0	False	False	0.9952104687690735	0					non-mobilizable	other	4909.0	92.3	96.0	0.0011957326295746824	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0069_000000003919	5988	0.6322517860201188	5	5	4	5	3	False	65733	maximal	True	SPA0069_000000003919	1.0		3	1	False	False	0.9994990229606628	0					non-mobilizable	chromosome	5487.0	99.891	92.0	0.0016892453636588698	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ENG0054_000000016006	1695	0.6322511428309661	2	2	2	2	2	False	63749	fragment	False	MON0080_000000031814	0.9596076168493941		0	0	False	False	0.9994100332260132	0					non-mobilizable	no_good_hit	705.0	76.454	41.0	0.00020925119085003253	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0108_000000009358	2414	0.6322497485892672	4	4	4	4	3	False	45683	maximal	True	FIJ0108_000000009358	1.0		2	1	False	False	0.9871582388877869	0					non-mobilizable	no_good_hit	224.0	74.554	9.0	9.222017987126901e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0021_000000006403	3518	0.6322465796879226	6	6	2	1	5	True	72107	fragment	False	ISR0021_000000006403	1.0		0	0	False	False	0.9994314908981323	0		MOBB			mobilizable	no_good_hit	1807.0	97.676	88.0	0.3363754889178618	HG796781.1	bacteria	Uncultured bacterium plasmid pRGF00020	True	True
USA0080_01_000000011904	3662	0.6322449784809472	5	5	4	4	4	False	624	maximal	True	USA0080_01_000000011904	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	85.553	67.0	0.0002286454023963897	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
MAD0037_000000008695	1542	0.6322411531348462	2	1	1	1	1	False	18619	maximal	True	MAD0037_000000008695	1.0		3	2	False	False	0.9954604506492615	0					non-mobilizable	no_good_hit	1094.0	97.715	83.0	0.0016785506413967753	NZ_LT699739.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
AST0033_000000010172	1294	0.6322396597052982	1	1	1	1	1	False	117026	fragment	False	AST0033_000000010172	0.990047770700637		0	0	False	False	0.9969087839126587	0					non-mobilizable	chromosome	1171.0	83.43299999999999	95.0	0.00036783559797554886	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CAN0021_000000029533	1482	0.6322375782068019	1	1	1	1	1	False	91468	maximal	True	CAN0021_000000029533	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	1483.0	99.79799999999999	100.0	0.0004960031915562987	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
ISR0028_000000004482	3902	0.6322374918647824	6	2	0	2	0	True	37206	maximal	True	ISR0028_000000004482	0.9993556701030928		2	1	True	True	1.0	8					non-mobilizable	no_good_hit	60.0	100.0	2.0	0.010101010101010102	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0120_000000007518	3880	0.6322374918647824	5	2	0	2	0	True	37206	maximal	False	ISR0028_000000004482	0.9915492385612453		0	0	True	True	1.0	16					non-mobilizable	no_good_hit	88.0	88.63600000000001	2.0	0.05272952853598015	LN852702.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0006	True	True
ENG0157_000000012986	1935	0.6322371337290212	2	2	2	1	2	False	67745	maximal	True	ENG0157_000000012986	1.0		371	15	False	False	1.0	0					non-mobilizable	other	1948.0	87.834	99.0	0.0006094602152338706	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
CHI0137_000000006417	2375	0.6322364701337319	4	3	3	3	3	False	106598	fragment	False	CHI0137_000000006417	1.0		0	0	False	False	0.9873684048652649	0					non-mobilizable	no_good_hit	761.0	74.77	31.0	0.00021056393383762415	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0369_000000010423	1514	0.6322343049967803	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.19372483251699035		0	0	False	False	0.9980185031890869	0					non-mobilizable	chromosome	1335.0	96.929	99.0	0.00042047359700032747	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0773_000000005544	2482	0.6322339082431001	2	2	2	2	1	False	22505	maximal	True	ISR0773_000000005544	1.0		17	6	False	False	0.9995970726013184	0					non-mobilizable	no_good_hit	1507.0	99.934	70.0	0.00029073583579795984	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
SPA0106_000000024561	1566	0.6322316096284419	2	1	1	1	1	False	4742	maximal	True	SPA0106_000000024561	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	96.04	6.0	0.000521953358247907	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0059_000000016679	1101	0.6322288199454129	2	2	2	2	2	False	35435	maximal	True	ISR0059_000000016679	1.0		31	8	False	False	0.9963669180870056	0					non-mobilizable	no_good_hit	249.0	74.699	22.0	0.013106718525227769	NZ_SOEG01000045.1	firmicutes	Orenia marismortui strain MSL 6dP Ga0206412_145, whole genome shotgun sequence	True	False
FIJ0106_000000017901	1530	0.6322284392469031	4	1	1	1	1	False	42338	maximal	True	FIJ0106_000000017901	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.00014682070255803611	NZ_QEKH01000003.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_103, whole genome shotgun sequence	True	False
ENG0095_000000022068	1270	0.6322284392469031	3	1	1	1	1	False	60910	maximal	True	ENG0095_000000022068	1.0		1	1	False	False	0.9984251856803894	0					non-mobilizable	no_good_hit	817.0	95.471	64.0	0.0022874635225256287	NZ_CDHL01000051.1	enterobacteria	Citrobacter pasteurii strain CIP 55.13, whole genome shotgun sequence	True	False
MON0060_000000017168	2320	0.6322260893291789	4	3	3	3	3	False	50335	fragment	False	MON0060_000000017168	1.0		0	0	False	False	0.992241382598877	0					non-mobilizable	no_good_hit	66.0	84.848	3.0	1.787746127948165e-05	CP061473.1	firmicutes	Geobacillus sp. 47C-IIb chromosome, complete genome	True	False
ENG0159_000000000981	19336	0.6322259775352784	21	11	3	10	3	False	100091	maximal	True	ENG0159_000000000981	1.0		1	1	False	False	0.999948263168335	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	9.949876189501152e-06	CP025223.1	firmicutes	Enterococcus sp. CR-Ec1 chromosome, complete genome	True	False
MON0092_000000012109	4208	0.6322244158979456	2	2	2	2	1	True	9469	maximal	True	MON0092_000000012109	1.0		1	1	False	False	0.9843155741691589	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.000359344555530712	MT702962.1	moths	Helicoverpa zea clone Hz_Scaffold_733 SNP Hz6_733 genomic sequence	True	True
ENG0201_000000000765	13627	0.6322231631885072	16	14	6	11	14	True	54178	fragment	False	ENG0201_000000000765	0.9876133006450537		0	0	False	False	0.9999266266822815	0					non-mobilizable	plasmid	13569.0	99.919	100.0	0.1217740994407691	MK181566.1	enterobacteria	Escherichia coli plasmid p15078279, complete sequence	False	True
ISR0057_000000005400	3743	0.6322177729492668	4	4	4	4	1	False	35596	maximal	True	ISR0057_000000005400	1.0		6	4	False	False	0.9946566820144653	0					non-mobilizable	no_good_hit	406.0	88.42399999999999	14.0	0.008254692945804373	NZ_VULP01000023.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq23, whole genome shotgun sequence	True	False
USA0054_01_000000002707	3408	0.6322177266499229	4	4	4	2	3	False	117085	fragment	False	ISR0099_000000005422	0.886957488721544		0	0	False	False	0.9991196990013123	0					non-mobilizable	chromosome	1888.0	78.125	99.0	0.0003385058837738694	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0087_000000006960	3915	0.6322083277646782	3	3	3	3	1	True	115663	fragment	False	ISR0087_000000006960	1.0		0	0	False	False	0.9925925731658936	0					non-mobilizable	other	3557.0	99.15700000000001	91.0	0.020726354994200585	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
FIJ0021_000000012716	3932	0.6322032282349129	3	2	2	2	2	False	49667	maximal	True	FIJ0021_000000012716	0.999820014398848		6	2	True	True	1.0	21					non-mobilizable	no_good_hit	569.0	86.995	28.0	0.09491128222296619	CP037447.1	enterobacteria	Klebsiella sp. PO552 plasmid p6, complete sequence	True	True
ENG0139_000000020104	1150	0.6321900576593467	2	1	1	1	1	False	57814	fragment	False	ENG0139_000000020104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	80.18	10.0	1.9738956823295592e-05	NZ_CP024315.1	high GC Gram+	Rhodococcus ruber strain P14 chromosome, complete genome	True	False
SPA0005_000000024648	1146	0.6321889879436987	2	2	2	2	1	False	8271	fragment	False	SPA0005_000000024648	1.0		0	0	False	False	0.9851657748222351	0					non-mobilizable	other	1146.0	100.0	100.0	0.015693745802436983	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
ISR0006_000000004901	3883	0.6321809387148335	5	2	0	2	0	False	38497	fragment	False	ISR0006_000000004901	1.0		0	0	False	False	0.9963945150375366	0					non-mobilizable	no_good_hit								True	False
FIJ0001_000000007714	2545	0.6321809387148335	4	2	0	2	0	False	52630	fragment	False	FIJ0001_000000007714	1.0		0	0	False	False	0.9988211989402771	0					non-mobilizable	no_good_hit	384.0	81.51	30.0	0.014516750096264922	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	False
FIJ0121_000000013514	1908	0.6321809387148335	2	2	0	2	0	False	41478	fragment	False	FIJ0121_000000013514	1.0		0	0	False	False	0.9916142821311951	0					non-mobilizable	no_good_hit	230.0	75.652	12.0	0.0039166341757345905	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0224_000000018691	1653	0.6321721457958542	3	3	2	2	1	False	70140	fragment	False	DEN0073_000000030317	0.7968108116258784		0	0	False	False	0.9782214164733887	0					non-mobilizable	no_good_hit								True	False
ISR0155_000000015369	1253	0.6321662365480045	3	2	2	1	1	False	72431	fragment	False	ISR0369_000000013147	0.943396040891756		0	0	False	False	0.9992018938064575	0					non-mobilizable	other	1253.0	99.92	100.0	0.000400895675225832	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MAD0091_000000014508	1192	0.63215978080702	2	2	2	2	1	False	66194	maximal	True	MAD0091_000000014508	0.9961005199306759		137	10	False	False	0.9865771532058716	0					non-mobilizable	chromosome	1192.0	99.916	100.0	0.000493234691916749	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
ENG0002_000000013961	1662	0.6321489560389286	2	2	2	2	1	False	67977	fragment	False	ENG0002_000000013961	1.0		0	0	False	False	0.9993982911109924	0					non-mobilizable	no_good_hit								True	False
ISR0009_000000009251	3431	0.6321427774039442	4	4	1	3	4	True	41948	fragment	False	ISR0009_000000009251	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3424.0	97.693	99.0	0.03470194647201946	MN612051.1	enterobacteria	Escherichia coli strain BM21 plasmid pIP72, complete sequence	False	True
ISR0196_000000010933	1871	0.6321421399917428	3	3	3	3	2	False	28982	maximal	True	ISR0196_000000010933	1.0		3	2	False	False	0.9951897263526917	0					non-mobilizable	no_good_hit	311.0	95.49799999999999	17.0	0.00010434418501637699	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0088_000000007015	2255	0.6321400501583068	3	3	3	3	2	False	5455	fragment	False	SPA0088_000000007015	1.0		0	0	False	False	0.9946784973144531	0					non-mobilizable	other	2162.0	92.461	96.0	0.01684451754215027	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	False	False
ISR0279_000000010754	2013	0.632140000496885	3	3	3	3	2	False	122102	fragment	False	ISR0028_000000007710	0.4638465748407759		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	96.375	100.0	0.045793324188385914	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0060_000000001986	6449	0.6321282194555853	8	4	2	3	3	True	128130	maximal	True	FIJ0060_000000001986	1.0	PS1029	14	1	False	True	1.0	0					non-mobilizable	no_good_hit	3494.0	93.417	54.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0114_000000006653	5388	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9953435541060625	PS1029	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	3114.0	93.096	66.0	0.47164948453608246	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0046_000000004745	5386	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9952034144725964	PS1029	0	0	True	True	1.0	131		MOBV			mobilizable	no_good_hit	2691.0	92.791	66.0	0.40751970891449363	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0021_000000009220	5382	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.995322887809312	PS1029	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	1823.0	93.74700000000001	66.0	0.2760764099454215	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0058_000000007081	5379	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9949158661965003	PS1029	0	0	True	True	1.0	56					non-mobilizable	no_good_hit	3494.0	93.446	65.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0126_000000006334	5379	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9950696611787823	PS1029	0	0	True	True	1.0	32		MOBV			mobilizable	no_good_hit	2685.0	92.775	66.0	0.4064584596725288	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0096_000000005829	5378	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9950935471364383	PS1029	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	3043.0	93.559	66.0	0.46088538508186777	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0106_000000004500	5378	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9952690044241397	PS1029	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	3106.0	93.07799999999999	66.0	0.47043662825955124	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0011_000000007812	5377	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9951228003341537	PS1029	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	2688.0	92.82	66.0	0.4070648878107944	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0002_000000006491	5377	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9950566217762247	PS1029	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	3044.0	93.561	66.0	0.46103699211643423	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0074_000000005838	5377	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9950889414126909	PS1029	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	3043.0	93.559	66.0	0.46088538508186777	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0166_000000004727	5377	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9953319538058417	PS1029	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	3104.0	93.073	66.0	0.47013341419041843	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0105_000000005210	5376	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9952586687355965	PS1029	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	3494.0	93.446	65.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0029_000000006566	5376	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9951207469353461	PS1029	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1849.0	93.618	66.0	0.280018192844148	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0153_000000005168	5376	0.6321282194555853	6	4	2	3	3	True	128128	backbone	True	FIJ0153_000000005168	0.9953762475198895	PS1029	56	1	True	True	1.0	25					non-mobilizable	no_good_hit	3494.0	93.446	65.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0097_000000005291	5376	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9950073771192429	PS1029	0	0	True	True	0.9994419813156128	16					non-mobilizable	no_good_hit	3043.0	93.559	66.0	0.46088538508186777	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0033_000000005865	5376	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9953264871012466	PS1029	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	3494.0	93.446	65.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0073_000000003504	5376	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9951856978195956	PS1029	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1907.0	93.49799999999999	66.0	0.28865979381443296	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0124_000000004652	5376	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9952038947478766	PS1029	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	3104.0	93.073	66.0	0.47013341419041843	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0136_000000004803	5376	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9946073923805195	PS1029	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	3043.0	93.493	66.0	0.46088538508186777	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0154_000000006013	5376	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9947937352596461	PS1029	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	3043.0	93.559	66.0	0.46088538508186777	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0150_000000004162	5376	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9948745443712262	PS1029	0	0	True	True	0.999813973903656	3					non-mobilizable	no_good_hit	1823.0	93.58200000000001	66.0	0.2760764099454215	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0041_000000006550	5367	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9953425394206261	PS1029	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1819.0	93.568	66.0	0.2754699818071559	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0057_000000005146	5356	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9953692797065758	PS1029	0	0	True	True	0.9971994161605835	1					non-mobilizable	no_good_hit	1966.0	93.54	66.0	0.2976046088538508	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0080_000000004702	5356	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9953654866838719	PS1029	0	0	True	True	0.9998133182525635	2		MOBV			mobilizable	no_good_hit	3041.0	92.99600000000001	66.0	0.46058217101273496	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0047_000000005415	5356	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.99513523324335	PS1029	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1813.0	93.491	66.0	0.27456033959975745	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0017_000000005149	5356	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9951566251238122	PS1029	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	3494.0	93.446	65.0	0.529260157671316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0120_000000004079	5356	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9952522535336102	PS1029	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	3426.0	93.345	66.0	0.5189508793208005	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0039_000000004609	5356	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.995324020520889	PS1029	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	3381.0	93.641	66.0	0.5121285627653123	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0110_000000003134	5356	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9952521531081017	PS1029	0	0	True	True	0.9994398951530457	6		MOBV			mobilizable	no_good_hit	3041.0	92.963	66.0	0.46058217101273496	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0030_000000005134	5350	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9950925433629625	PS1029	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	3455.0	93.37200000000001	66.0	0.5231958762886598	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0132_000000005312	5169	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9718020296077136	PS1029	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3432.0	93.32799999999999	66.0	0.5197089144936325	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0164_000000004773	5079	0.6321282194555853	7	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9343021998170826	PS1029	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3158.0	93.12899999999999	64.0	0.47832019405700427	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0037_000000005122	5054	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.930080605079903	PS1029	0	0	False	True	0.9986149668693542	0					non-mobilizable	no_good_hit	1856.0	93.427	64.0	0.2810794420861128	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0090_000000007629	5027	0.6321282194555853	6	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.9262885720624943	PS1029	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1829.0	93.603	64.0	0.2769860521528199	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0055_000000002962	4915	0.6321282194555853	5	4	2	3	3	True	128128	backbone	False	FIJ0153_000000005168	0.06752337452052923	PS1029	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3357.0	93.26799999999999	71.0	0.5084899939357186	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0077_000000007315	4044	0.6321282194555853	5	4	2	3	3	True	128126	fragment	False	FIJ0077_000000007315	1.0		0	0	False	False	0.9992581605911255	0					non-mobilizable	no_good_hit	3104.0	93.073	77.0	0.47013341419041843	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0053_000000004443	4375	0.6321238170027149	9	8	4	5	7	True	118527	maximal	True	FIJ0053_000000004443	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	3367.0	92.367	77.0	0.047796054974008406	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	True
CAN0011_000000026041	1158	0.6321212783623121	2	2	2	2	1	False	94356	maximal	True	CAN0011_000000026041	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	100.0	8.0	2.81196141867989e-05	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
CHI0021_000000000808	10725	0.6321177800377035	17	3	2	3	2	False	89322	maximal	False	CHI0127_000000001990	0.9211066073645022		0	0	False	False	0.9997202754020691	0					non-mobilizable	no_good_hit	413.0	100.0	5.0	0.08216992421220583	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
CHI0164_000000013918	1500	0.6321143323865555	3	3	2	3	2	False	94406	fragment	False	CHI0164_000000013918	0.9782050512711418		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	99.4	100.0	0.007227440165088426	NZ_CZBD01000007.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0006_000000004514	4269	0.6321137322524972	7	5	3	5	1	True	98511	fragment	False	MON0006_000000004514	1.0		0	0	False	False	0.9868821501731873	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.039927427349415e-06	NZ_JWJG01000028.1	b-proteobacteria	Noviherbaspirillum autotrophicum strain TSA66 contig01, whole genome shotgun sequence	True	True
MON0004_000000004111	6769	0.6321121664578486	8	7	5	7	7	False	45341	maximal	True	MON0004_000000004111	0.992507946117754		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	2.0	2.855973504512935e-05	NZ_CP053376.1	firmicutes	Bacillus amyloliquefaciens strain WF02 chromosome, complete genome	True	False
ENG0095_000000008476	3214	0.632111820924223	3	3	3	3	3	False	60985	maximal	True	ENG0095_000000008476	1.0		6	2	False	False	0.9996888637542725	0					non-mobilizable	no_good_hit	658.0	74.468	20.0	0.0003839509692815265	NZ_FNVZ01000005.1	fusobacteria	Leptotrichia massiliensis strain Marseille-P3007T, whole genome shotgun sequence	True	False
AST0055_000000005982	5203	0.632105545642607	8	4	2	3	3	False	119374	maximal	True	AST0055_000000005982	1.0		1	1	False	False	0.9996156096458435	0					non-mobilizable	no_good_hit	669.0	74.589	13.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
CHI0182_000000003754	6340	0.6321017921158342	6	5	1	3	3	True	96766	fragment	False	CHI0182_000000003754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1591.0	86.17200000000001	64.0	0.00037333809747942576	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
SPA0130_000000011463	2841	0.632098648561406	3	2	2	1	1	False	3807	maximal	True	SPA0130_000000011463	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000017531	1979	0.6320960461061838	2	2	2	2	2	False	93570	fragment	False	ENG0110_000000015888	0.863065226366366		0	0	False	False	1.0	0					non-mobilizable	chromosome	1989.0	95.57600000000001	100.0	0.0005561229359148782	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0115_000000010926	1870	0.6320960461061838	2	2	2	2	2	False	93570	fragment	False	ENG0110_000000015888	0.6865283204608299		0	0	False	False	1.0	0					non-mobilizable	chromosome	1880.0	94.947	100.0	0.0005256159404369105	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0399_000000014027	1256	0.6320938935275637	2	2	2	2	2	False	22574	fragment	False	SPA0125_000000021455	0.4706946454413893		0	0	False	False	0.9992038011550903	0					non-mobilizable	other	1256.0	87.818	100.0	0.00038918398291696974	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0027_000000003943	4379	0.632089670946858	6	6	5	6	5	True	80930	maximal	False	MAD0099_000000006191	0.9512649346075573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.140730552538257e-06	NZ_JAASRO010000001.1	high GC Gram+	Kribbella shirazensis strain DSM 45490 Ga0104628_01, whole genome shotgun sequence	True	True
SPA0040_000000016939	2423	0.6320865117460636	3	3	3	3	3	False	6961	maximal	True	SPA0040_000000016939	1.0		97	11	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	84.484	75.0	0.00028466500640929006	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
USA0034_01_000000016125	3434	0.6320819353747299	4	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.7831151245929014		0	0	False	False	0.9991263747215271	0					non-mobilizable	chromosome	3432.0	99.446	99.0	0.0009942936818868968	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0164_000000002712	8726	0.6320745658121523	11	10	5	7	7	True	42251	maximal	True	FIJ0164_000000002712	1.0		10	3	False	False	0.9998853802680969	0					non-mobilizable	no_good_hit	1959.0	99.694	23.0	0.0008887952783999143	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	True	True
FIJ0022_000000006761	3634	0.6320636276859486	6	2	2	2	2	True	125182	fragment	False	FIJ0022_000000006761	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2486.0	92.88	90.0	0.0011062633067321411	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
SPA0027_000000028348	1328	0.6320559708809782	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.05087409666491022		0	0	False	False	0.9977409839630127	0					non-mobilizable	other	1328.0	99.699	100.0	0.002774774850126611	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0078_000000040175	1189	0.632054000208319	2	2	2	1	1	False	10129	maximal	True	MON0078_000000040175	1.0		0	0	False	False	0.9360807538032532	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000028125	1145	0.6320398868320832	2	2	2	2	2	False	75165	maximal	False	DEN0017_000000024759	0.9262950668154989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	74.581	31.0	0.0029112931480338344	NZ_LMUA01000010.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00010, whole genome shotgun sequence	True	False
SPA0067_000000014025	1496	0.6320391252166904	3	3	2	2	2	True	6024	maximal	True	SPA0067_000000014025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	77.255	34.0	0.01687692927123876	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	True	True
SPA0158_000000002949	4816	0.6320360266985721	6	3	2	2	0	False	3189	fragment	False	SPA0158_000000002949	0.9988534500729622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	89.88799999999999	2.0	0.037793223284100785	HG796416.1	bacteria	Uncultured bacterium plasmid pRGI01031	True	False
SPA0156_000000002791	4797	0.6320360266985721	6	3	2	2	0	False	3189	fragment	False	SPA0158_000000002949	0.9968853820598007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	89.88799999999999	2.0	0.037793223284100785	HG796416.1	bacteria	Uncultured bacterium plasmid pRGI01031	True	False
ISR0363_000000006411	2935	0.6320331586446873	3	3	2	3	3	False	23709	maximal	True	ISR0363_000000006411	1.0		604	13	False	False	1.0	0					non-mobilizable	chromosome	2935.0	97.206	100.0	0.0012078816646610806	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0028_000000000802	17629	0.6320310014777061	20	13	9	11	8	False	119269	maximal	True	SPA0028_000000000802	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	7365.0	98.62899999999999	42.0	0.3045078577336642	MK233478.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c1 sequence	True	False
ISR0289_000000011339	1109	0.6320291063579649	2	1	1	1	1	True	25930	maximal	True	ISR0289_000000011339	1.0		0	0	False	False	0.9729486107826233	0					non-mobilizable	no_good_hit	911.0	88.47399999999999	82.0	0.000246580135810434	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
AST0099_000000011432	1855	0.6320281378287832	3	3	3	3	1	False	108761	maximal	True	AST0099_000000011432	1.0		1	1	False	False	0.9838274717330933	0					non-mobilizable	no_good_hit	1399.0	88.06299999999999	75.0	0.004039758195768426	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ISR0107_000000010459	2414	0.6320273899132142	5	2	2	2	1	True	70468	fragment	False	ISR0107_000000010459	0.977874436728904		0	0	False	False	1.0	0					non-mobilizable	plasmid	1309.0	99.92399999999999	100.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
DEN0071_000000017629	2317	0.6320273899132142	5	2	2	2	1	True	70468	fragment	False	ISR0107_000000010459	0.9688528168765654		0	0	False	False	0.9995684027671814	0					non-mobilizable	plasmid	1307.0	99.617	100.0	0.1626603562087433	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0016_000000014784	2252	0.6320273899132142	5	2	2	2	1	True	70468	fragment	False	ISR0107_000000010459	0.9548785911828469		0	0	False	False	1.0	0					non-mobilizable	plasmid	1309.0	100.0	99.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0083_000000017638	2126	0.6320273899132142	4	2	2	2	1	True	70468	fragment	False	ISR0107_000000010459	0.3212949406214413		0	0	False	False	0.9952963590621948	0					non-mobilizable	plasmid	1057.0	99.243	100.0	0.13152322829742186	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0050_000000017556	1611	0.6320273899132142	3	2	2	2	1	True	43641	fragment	False	ISR0050_000000017556	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	903.0	96.56700000000001	99.0	0.11234275750404783	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CHI0168_000000005429	3203	0.632026755033452	4	4	4	4	2	False	103256	maximal	False	ISR0847_000000007503	0.9613351111818517		0	0	False	False	1.0	0					non-mobilizable	other	3203.0	99.5	100.0	0.00590887198120676	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0056_000000000010	89808	0.6320208229795791	139	34	12	30	20	False	7486	maximal	False	SPA0057_000000000048	0.9999944374603669		0	0	True	True	1.0	65					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.012555690562980963	XM_016408499.1	ascomycetes	Exophiala oligosperma hypothetical protein partial mRNA	True	True
ENG0077_000000001314	15528	0.6320195153784606	19	8	7	8	6	False	66662	fragment	False	ENG0077_000000001314	1.0		0	0	False	False	0.998776376247406	0					non-mobilizable	no_good_hit	5970.0	99.816	39.0	0.976759410801964	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	False
ENG0187_000000003919	5991	0.6320167540832661	4	3	1	3	0	True	129144	fragment	False	ISR0812_000000005528	0.5954681504900073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	85.45	27.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0052_000000018789	1622	0.632015829752557	2	2	2	2	1	False	46458	maximal	True	FIJ0052_000000018789	1.0		99	10	False	False	1.0	0					non-mobilizable	chromosome	757.0	87.979	91.0	0.0002430280130074781	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0116_01_000000004678	5735	0.6320121592280395	4	3	2	3	2	False	37986	maximal	True	USA0116_01_000000004678	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	76.238	12.0	0.0011546829817873502	AP014926.1	CFB group bacteria	Prevotella intermedia DNA, chromosome 1, complete genome, strain: 17-2	True	False
ISR0194_000000002879	7090	0.6320107576704157	9	8	3	6	6	True	123609	maximal	True	ISR0194_000000002879	1.0	PS902	14	2	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3630.0	99.20100000000001	99.0	0.003027618459955863	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	True
ISR0197_000000010324	2456	0.6320079417301928	3	3	3	3	3	False	65694	fragment	False	SPA0142_000000011104	0.9463443396226414		0	0	False	False	0.9942996501922607	0					non-mobilizable	no_good_hit	200.0	81.0	8.0	3.47931687410401e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ENG0009_000000004012	3016	0.6320076653934962	4	3	3	2	3	False	107644	maximal	True	ENG0009_000000004012	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	75.691	6.0	0.0019390152018791827	NZ_WBSO01000011.1	high GC Gram+	Bifidobacterium apri strain DSM 100238 Contig_11, whole genome shotgun sequence	True	False
DEN0034_000000003602	2073	0.6320058928744593	3	3	3	3	3	False	73546	maximal	True	DEN0034_000000003602	1.0		98	9	False	False	0.9966232776641846	0					non-mobilizable	no_good_hit	1757.0	97.61	85.0	0.0005907227248507793	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0120_000000025951	1393	0.6320035978252118	2	2	2	2	2	False	58138	maximal	False	ISR0297_000000010585	0.9603280756405685		0	0	False	False	0.9992821216583252	0					non-mobilizable	chromosome	1393.0	99.426	100.0	0.0003086785176665595	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0154_000000009349	3185	0.6320023975227147	4	3	2	1	2	False	56848	maximal	True	ENG0154_000000009349	1.0	PS17	32	7	False	True	1.0	0					non-mobilizable	other	1684.0	98.397	100.0	0.0005235784518379377	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0005_000000009085	5122	0.6319997243873929	13	5	3	5	2	True	71831	fragment	False	MON0005_000000009085	1.0		0	0	False	False	0.9878953695297241	0					non-mobilizable	no_good_hit								True	True
AST0140_000000021518	1348	0.6319990377418544	2	2	2	2	2	False	105417	maximal	True	AST0140_000000021518	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1356.0	79.646	100.0	0.00036305342583507717	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
ISR0126_000000018583	2641	0.6319925677173918	3	3	3	3	2	False	109840	maximal	True	ISR0126_000000018583	1.0		15	3	False	False	0.9893979430198669	0					non-mobilizable	other	2641.0	98.94	100.0	0.18300291140995426	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
ISR0814_000000033322	1270	0.6319909807355798	2	1	1	1	1	False	41520	fragment	False	USA0001_01_000000012507	0.7639379933159444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	83.929	9.0	1.7451227421674008e-05	CP032155.1	high GC Gram+	Mycobacterium sp. ELW1 chromosome, complete genome	True	False
FIJ0066_000000010759	2951	0.6319904474445742	4	3	1	3	2	True	61186	maximal	True	FIJ0066_000000010759	1.0		4	2	False	False	0.9949169754981995	0					non-mobilizable	no_good_hit	87.0	82.759	4.0	3.37617550906015e-05	LR132067.1	firmicutes	Enterococcus faecium isolate E0139 genome assembly, chromosome: 1	True	True
ISR0820_000000001254	11655	0.6319840715754849	18	4	0	4	0	False	75742	maximal	True	ISR0820_000000001254	0.9543372963452224		3	3	True	True	0.9987130165100098	16					non-mobilizable	no_good_hit	42.0	97.619	0.0	0.00016779508863775557	NZ_QEKH01000003.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_103, whole genome shotgun sequence	True	True
MAD0098_000000003026	11355	0.6319840715754849	16	4	0	4	0	False	75742	maximal	False	ISR0820_000000001254	0.9429000429000429		0	0	True	True	1.0	29					non-mobilizable	no_good_hit	150.0	84.0	1.0	0.0004766275381221519	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	True
ISR0185_000000010914	2953	0.6319826647792688	3	3	2	3	2	False	120424	maximal	True	ISR0185_000000010914	0.9665871121718377		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	2534.0	92.305	85.0	0.0007136563276392226	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0158_000000005916	3047	0.6319778201054856	5	2	2	1	1	True	119382	fragment	False	ISR0158_000000005916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	75.26	18.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
AST0026_000000012697	2244	0.6319778201054856	5	2	2	1	1	True	119377	fragment	False	AST0026_000000012697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.39	25.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
AST0113_000000017672	2139	0.6319751909764012	3	3	3	3	3	False	106613	fragment	False	AST0113_000000017672	1.0		0	0	False	False	0.9939224123954773	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	0.0006932409012131716	NZ_AYZM01000035.1	firmicutes	Lactobacillus similis DSM 23365 = JCM 2765 strain DSM 23365 NODE_49, whole genome shotgun sequence	True	False
FIJ0169_000000019243	1186	0.6319692731890009	2	2	2	2	2	False	38840	fragment	False	ISR0329_000000013230	0.6260613182142051		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	94.444	99.0	0.018364910296289314	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
CAN0011_000000014393	2110	0.6319620862657281	3	2	2	2	2	False	94472	fragment	False	CAN0011_000000014393	0.9694280078895463		0	0	False	False	0.9995260834693909	0					non-mobilizable	no_good_hit	1444.0	96.399	72.0	0.0006326106169860554	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0085_000000023208	1204	0.6319588882170734	1	1	1	1	1	False	68925	fragment	False	DEN0085_000000023208	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	100.0	100.0	0.00024076723692276656	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
MON0005_000000013807	3672	0.6319557374386133	4	3	3	2	2	False	82163	fragment	False	MON0071_000000002892	0.942380115490836		0	0	False	False	0.9896514415740967	0					non-mobilizable	other	3672.0	99.946	100.0	0.019201498041143825	NZ_CZBD01000008.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0145_000000014589	2353	0.6319533267201332	4	3	3	3	3	False	125951	fragment	False	ISR0333_000000007883	0.42148747832553757		0	0	False	False	0.9978750348091125	0					non-mobilizable	other	2353.0	98.258	100.0	0.006404379062606911	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0110_000000001920	12408	0.6319498596845438	11	5	3	3	4	True	94526	maximal	True	ENG0110_000000001920	1.0		1	1	False	False	0.9994358420372009	0					non-mobilizable	no_good_hit	6219.0	93.825	70.0	0.0009576605522617082	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
MON0037_000000017741	3580	0.6319476143838936	6	3	1	2	3	False	12128	maximal	True	MON0037_000000017741	1.0		1	1	False	False	0.9988827109336853	0					non-mobilizable	chromosome	1708.0	100.0	99.0	0.0003430565514757662	NZ_LR607340.1	enterobacteria	Enterobacter hormaechei strain 4928STDY7071152 chromosome 1	False	False
SPA0075_000000005659	3028	0.6319430697672294	4	3	1	1	3	True	5796	fragment	False	SPA0075_000000005659	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	3028.0	98.25	100.0	0.0829610546221942	CP000935.1	firmicutes	Lactobacillus paracasei strain Zhang plasmid plca36, complete sequence	False	True
ENG0053_000000007999	3217	0.6319416738343756	4	3	3	3	2	False	63878	maximal	True	ENG0053_000000007999	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	82.456	11.0	0.0027717943507417193	NZ_FOZH01000015.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
MON0057_000000016188	1632	0.6319413167020317	3	3	3	2	1	False	124922	fragment	False	ENG0206_000000011673	0.508089325567971		0	0	False	False	1.0	0					non-mobilizable	other	1640.0	82.134	100.0	0.003891267289140289	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
FIJ0141_000000018407	1615	0.6319327521197577	2	1	1	1	1	False	40258	fragment	False	FIJ0141_000000018407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	73.285	51.0	0.002892003715274846	NZ_LDZY01000007.1	firmicutes	Desulfosporosinus acididurans strain M1 DEAC_contig000007, whole genome shotgun sequence	True	False
MAD0033_000000013120	1565	0.6319284214855664	2	2	2	1	2	False	18870	fragment	False	MAD0033_000000013120	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	83.77	39.0	0.010029791459781529	NZ_JH379476.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1494, whole genome shotgun sequence	True	False
ISR0205_000000007981	2160	0.6319264190448182	3	3	3	3	3	False	95004	fragment	False	ISR0203_000000007403	0.9925821777934886		0	0	False	False	0.9976851940155029	0					non-mobilizable	chromosome	1624.0	82.574	96.0	0.00035964274300588335	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0159_000000012162	2144	0.6319264190448182	3	3	3	3	3	False	95004	fragment	False	ISR0203_000000007403	0.991018843821464		0	0	False	False	0.9995335936546326	0					non-mobilizable	chromosome	1606.0	82.565	96.0	0.0003556368213634911	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0101_000000019946	2140	0.6319264190448182	3	3	3	3	3	False	95004	fragment	False	ISR0203_000000007403	0.990147507644024		0	0	False	False	0.9934579730033875	0					non-mobilizable	chromosome	1603.0	82.595	96.0	0.00035496916775642573	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0046_000000008818	2120	0.6319264190448182	3	3	3	3	3	False	95004	fragment	False	ISR0203_000000007403	0.9849016136213548		0	0	False	False	0.9985849261283875	0					non-mobilizable	chromosome	1584.0	82.51299999999999	96.0	0.0003507406949116783	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0019_000000001214	5947	0.631925212944626	6	5	4	4	5	False	89489	maximal	True	CHI0019_000000001214	1.0		26	6	False	False	0.9905834794044495	0					non-mobilizable	no_good_hit	264.0	76.89399999999999	4.0	8.766811976008838e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0182_000000004481	5476	0.631924381127645	11	5	4	4	5	False	104620	maximal	True	CHI0182_000000004481	1.0		5	3	False	False	0.9970781803131104	0					non-mobilizable	no_good_hit	1805.0	94.01700000000001	58.0	0.0005182849490338737	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
SPA0128_000000014539	2555	0.631924381127645	5	5	4	4	5	False	98814	fragment	False	SPA0128_000000014539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1786.0	96.865	76.0	0.00039907309457696795	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0026_000000015953	1435	0.6319211631552416	2	2	2	1	1	True	37280	maximal	True	ISR0026_000000015953	1.0		1	1	False	False	0.9846689701080322	0					non-mobilizable	no_good_hit	1122.0	95.009	78.0	0.026913473542687028	NZ_QIBZ01000018.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_018, whole genome shotgun sequence	True	True
ISR0297_000000000236	20848	0.6319183488126073	21	11	6	7	6	True	74340	fragment	False	ISR0297_000000000236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	0.0	0.0037919411674582505	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0222_000000033888	1328	0.6319147636476187	1	1	1	1	1	False	27850	maximal	True	ISR0222_000000033888	1.0		1	1	False	False	0.9487951993942261	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000015987	2021	0.6319119393646719	3	3	2	3	3	False	48865	fragment	False	FIJ0029_000000015987	1.0		0	0	False	False	0.9891142845153809	0					non-mobilizable	no_good_hit	448.0	73.884	22.0	0.00345514634956277	NZ_LS999952.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
AST0016_000000010491	2475	0.6319077759604455	2	2	1	1	2	False	123434	maximal	True	AST0016_000000010491	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1399.0	97.427	57.0	0.00041404127085199803	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0110_000000018189	1475	0.6319073416596103	3	1	1	1	1	True	19931	fragment	False	MAD0005_000000020473	0.9463034744663272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0048_000000030664	1339	0.6319073416596103	3	1	1	1	1	True	19931	fragment	False	MAD0005_000000020473	0.736065636071572		0	0	False	False	0.9985063672065735	0					non-mobilizable	no_good_hit								True	True
ISR0077_000000008276	3610	0.63190021726347	4	4	3	4	3	False	114116	fragment	False	ISR0077_000000008276	0.9983367576558067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2433.0	78.298	67.0	0.2936014625228519	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0026_01_000000015313	2111	0.6318964433408203	2	2	2	2	2	False	106471	fragment	False	USA0026_01_000000015313	0.9724671342135301		0	0	False	False	0.9957365989685059	0					non-mobilizable	other	2039.0	99.60799999999999	97.0	0.002629650274577811	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0002_000000008654	4034	0.6318932890511971	5	2	1	2	2	True	52436	fragment	False	FIJ0002_000000008654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0160_000000026381	1224	0.631886810635227	4	3	2	2	3	False	87914	fragment	False	CHI0053_000000008729	0.9273053288030099		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	99.509	99.0	0.21353620146904512	NZ_CYZN01000053.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0102_000000025338	1238	0.6318697729939473	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.26825237449024797		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	92.897	100.0	0.017263498438197234	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0058_000000024800	1214	0.6318697729939473	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2583646785435061		0	0	False	False	0.9909390211105347	0					non-mobilizable	other	1220.0	93.197	100.0	0.6848314606741573	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
ISR0075_000000002404	8359	0.6318655306686183	10	8	5	5	8	False	41468	maximal	True	ISR0075_000000002404	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	97.615	13.0	0.00033493360725736444	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
AST0116_000000000661	19835	0.6318619592154103	18	11	7	6	8	True	106310	maximal	True	AST0116_000000000661	1.0		3	3	False	False	0.99994957447052	0					non-mobilizable	no_good_hit	6163.0	97.031	53.0	0.0017237851848514016	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0015_000000010388	2414	0.6318596549830818	2	2	2	2	1	True	37978	fragment	False	ISR0015_000000010388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	78.229	82.0	0.0002557034113988629	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
FIJ0105_000000006284	4580	0.6318586514563803	3	3	3	3	1	False	43755	fragment	False	FIJ0105_000000006284	0.9957906712172924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000011636	2391	0.6318569502210652	3	2	2	2	2	False	122048	fragment	False	ENG0112_000000011636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	94.59899999999999	55.0	0.9955156950672646	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0102_000000021773	1331	0.6318569502210652	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7422411218148034		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	94.619	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0395_000000028900	1331	0.6318569502210652	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7422411218148034		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	94.619	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0134_000000029220	1310	0.6318569502210652	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7233660907446189		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	94.53299999999999	100.0	0.9835575485799701	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0110_000000018634	1256	0.6318569502210652	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.5402352224565984		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	94.37799999999999	100.0	0.9431988041853513	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0040_000000003326	8960	0.6318546063997901	6	6	5	6	4	False	77427	maximal	False	ISR0156_000000002816	0.9714617169411913		0	0	False	False	1.0	0					non-mobilizable	other	7284.0	85.956	99.0	0.001946045767290203	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0146_000000009909	1924	0.6318542242906793	3	3	3	3	3	False	39976	fragment	False	FIJ0146_000000009909	1.0		0	0	False	False	0.9984407424926758	0					non-mobilizable	chromosome	1924.0	99.63600000000001	100.0	0.0003529485612803498	LR792628.1	enterobacteria	Klebsiella pneumoniae isolate SB5881 genome assembly, chromosome: SB5881_omosome	False	False
TAN0012_000000004534	1941	0.6318541834409152	3	3	3	2	3	False	2595	maximal	True	TAN0012_000000004534	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	1941.0	99.948	100.0	0.0004037008127496208	CP037903.1	enterobacteria	Escherichia coli strain LHM10-1 chromosome, complete genome	False	False
MAD0067_000000002601	3571	0.6318515347519558	5	5	5	5	3	False	29583	maximal	True	MAD0067_000000002601	1.0		63	7	False	False	0.9977597594261169	0					non-mobilizable	chromosome	2749.0	98.145	100.0	0.0012529676449727354	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0082_000000008823	3248	0.6318445556530663	6	5	4	5	4	False	87978	fragment	False	ISR0082_000000008823	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3250.0	97.6	100.0	0.001513392003507152	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0106_000000009994	2547	0.6318438512732729	3	1	1	1	1	False	42357	fragment	False	FIJ0106_000000009994	1.0		0	0	False	False	0.9988221526145935	0					non-mobilizable	other	2547.0	96.859	100.0	0.0008977043661364476	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ENG0151_000000017033	1409	0.6318422214122478	2	2	2	1	1	False	64034	fragment	False	ENG0151_000000017033	0.9836995038979448		0	0	False	False	0.9929027557373047	0					non-mobilizable	no_good_hit	166.0	96.38600000000001	21.0	4.9691880226305855e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0153_000000014012	1347	0.6318422214122478	2	2	2	1	1	False	64034	fragment	False	ENG0151_000000017033	0.9702182838983371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	97.273	17.0	3.2826757240408114e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0154_000000007275	1335	0.6318422214122478	2	2	2	1	1	False	64034	fragment	False	ENG0151_000000017033	0.9637357911168		0	0	False	False	0.9947565793991089	0					non-mobilizable	no_good_hit	118.0	94.915	16.0	3.523606052410779e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0333_000000007742	2737	0.631839017120986	5	3	3	3	3	False	108285	fragment	False	ISR0011_000000008961	0.9644361273282216		0	0	False	False	0.9978078007698059	0					non-mobilizable	no_good_hit	598.0	91.304	22.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0187_000000010298	2707	0.631839017120986	5	3	3	3	3	False	108285	fragment	False	ISR0011_000000008961	0.9591703214415436		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	91.304	22.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0058_000000003176	4441	0.6318336068964834	4	4	4	4	3	False	16965	maximal	True	MAD0058_000000003176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	88.20200000000001	12.0	0.00017678314600756405	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
SPA0116_000000025247	1625	0.6318323864220325	2	2	2	2	2	False	73916	maximal	True	SPA0116_000000025247	1.0		36	6	False	False	0.9833846092224121	0					non-mobilizable	no_good_hit	112.0	81.25	7.0	5.065703544075728e-05	CP050959.1	firmicutes	Streptococcus gallolyticus strain FDAARGOS_666 chromosome	True	False
ENG0134_000000021731	1805	0.6318315535630836	2	2	2	2	2	False	128271	maximal	False	AST0005_000000015296	0.9839867476532302		0	0	False	False	0.9988919496536255	0					non-mobilizable	no_good_hit	1215.0	97.449	67.0	0.02298981176381472	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
MAD0063_000000003669	3081	0.6318287720910641	3	3	3	3	3	True	74575	fragment	False	MAD0063_000000003669	1.0		0	0	False	False	0.9840960502624512	0					non-mobilizable	chromosome	2465.0	95.294	92.0	0.000875146169356634	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
USA0006_01_000000003389	6917	0.6318266395379133	12	5	3	5	2	True	110682	fragment	False	USA0006_01_000000003389	1.0		0	0	False	False	0.9998553991317749	0					non-mobilizable	no_good_hit	3802.0	99.79	82.0	0.0010178780736851605	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MAD0061_000000005978	2761	0.6318237583694893	3	3	3	3	3	False	104589	fragment	False	MAD0061_000000005978	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2295.0	99.39	100.0	0.11552237300105937	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0101_000000015020	1902	0.6318216911768796	6	5	2	2	4	False	15102	maximal	True	MAD0101_000000015020	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1696.0	98.52600000000001	99.0	0.0003342498417982681	CP028192.1	enterobacteria	Escherichia coli strain CFSAN018748 chromosome, complete genome	False	False
ENG0010_000000000834	18478	0.6318201476144318	16	6	5	4	2	True	132160	fragment	False	SPA0132_000000001387	0.672433693355026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	92.029	1.0	4.0278693015645016e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0062_000000001200	18181	0.6318201476144318	15	6	5	4	2	True	132160	fragment	False	SPA0132_000000001387	0.5575680652309384		0	0	False	False	0.999614953994751	0					non-mobilizable	no_good_hit	262.0	94.656	1.0	0.00011280379228197318	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	True
ENG0064_000000001188	17991	0.6318201476144318	15	6	5	4	2	True	132160	fragment	False	SPA0132_000000001387	0.573844583093265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	94.20299999999999	1.0	4.0278693015645016e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0010_000000000940	14559	0.6318201476144318	13	6	5	4	2	True	132160	fragment	False	SPA0132_000000001387	0.14655424497676897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	369.0	95.12200000000001	3.0	0.00010898940463056886	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0033_000000001885	13001	0.6318201476144318	13	6	5	4	2	True	132160	fragment	False	SPA0132_000000001387	0.12640575785191863		0	0	False	False	0.9999231100082397	0					non-mobilizable	no_good_hit	1625.0	75.2	12.0	0.000568378400487566	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
AST0094_000000006218	3413	0.631819174773639	3	2	1	2	1	False	109325	fragment	False	AST0094_000000006218	1.0		0	0	False	False	0.9920890927314758	0					non-mobilizable	no_good_hit	1780.0	94.101	52.0	0.0005693230914948317	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0049_000000006514	3194	0.6318151738192652	6	5	3	4	5	False	88884	maximal	True	MON0049_000000006514	1.0		0	0	False	False	0.9959298968315125	0					non-mobilizable	other	1337.0	87.734	97.0	0.00041376074922427637	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0084_000000003778	3674	0.6318120058586812	3	3	1	3	2	False	44020	fragment	False	FIJ0084_000000003778	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3698.0	97.10700000000001	100.0	0.0009862009230328466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0016_000000000146	52872	0.6318079509277988	78	42	23	34	15	True	62830	maximal	True	FIJ0016_000000000146	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	83.221	0.0	0.0001334276835757883	NZ_LT904903.1	firmicutes	Bacillus massiliogabonensis strain Marseille-P2639, whole genome shotgun sequence	True	True
DEN0079_000000013952	3556	0.6317998721999156	3	3	3	3	3	False	69625	maximal	True	DEN0079_000000013952	1.0		3	3	False	False	0.9940944910049438	0					non-mobilizable	no_good_hit	1563.0	87.396	80.0	0.00038712763439487764	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
SPA0019_000000004401	5847	0.6317970441468255	3	2	2	2	1	True	103587	maximal	True	SPA0019_000000004401	1.0		2	1	False	False	0.9976056218147278	0					non-mobilizable	no_good_hit								True	True
ISR0050_000000004129	5395	0.6317970441468255	4	2	2	2	1	True	103593	fragment	False	ISR0050_000000004129	1.0		0	0	False	False	0.9977757334709167	0					non-mobilizable	no_good_hit	470.0	98.085	9.0	7.242912138688331e-05	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	True
USA0052_01_000000004696	3549	0.6317970441468255	3	2	2	2	1	True	103586	fragment	False	USA0052_01_000000004696	1.0		0	0	False	False	0.9926739931106567	0					non-mobilizable	no_good_hit								True	True
DEN0096_000000012346	3502	0.6317970441468255	2	2	2	2	1	True	103589	fragment	False	DEN0096_000000012346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0340_000000009657	2440	0.6317970441468255	3	2	2	2	1	True	103585	fragment	False	ISR0340_000000009657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0086_000000012196	2219	0.6317970441468255	3	2	2	2	1	True	103584	fragment	False	ISR0086_000000012196	0.9721853861837596		0	0	False	False	0.995493471622467	0					non-mobilizable	no_good_hit								True	True
ENG0078_000000015910	1634	0.631795882527462	2	2	1	2	1	False	61910	maximal	True	ENG0078_000000015910	1.0		43	9	False	False	0.9877601265907288	0					non-mobilizable	no_good_hit	112.0	79.464	7.0	0.0018405633136894008	NZ_LLYA01000172.1	a-proteobacteria	Bradyrhizobium retamae strain Ro19 contig_41, whole genome shotgun sequence	True	False
DEN0010_000000031337	1482	0.6317943558739882	3	2	2	2	1	False	75896	maximal	True	DEN0010_000000031337	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	4.0	0.0005713669685209142	NZ_VZPB01000011.1	b-proteobacteria	Ideonella dechloratans strain CCUG 30977 contig_0000011, whole genome shotgun sequence	True	False
ENG0051_000000020901	1411	0.6317941836956731	3	2	2	1	2	False	64034	fragment	False	ENG0151_000000017033	0.9683709590591068		0	0	False	False	0.9836995005607605	0					non-mobilizable	no_good_hit	172.0	97.67399999999999	18.0	5.149885768908061e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0050_000000026721	1487	0.6317908348129895	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.14203064316174915		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	84.71799999999999	100.0	0.003583743365231878	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
FIJ0094_000000009945	2034	0.6317895893026901	3	3	3	3	3	False	43184	fragment	False	FIJ0094_000000009945	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2034.0	99.361	100.0	0.0009207239888679805	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	False	False
MON0090_000000009869	5416	0.6317894447503902	5	3	1	3	0	True	9571	maximal	True	MON0090_000000009869	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.00027645357265671883	LN594233.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001522	True	True
USA0019_01_000000015775	1913	0.6317887877115563	4	3	2	2	3	True	22316	fragment	False	USA0019_01_000000015775	1.0		0	0	False	False	0.9994772672653198	0					non-mobilizable	other	1913.0	99.895	100.0	0.0006386783900227212	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0223_000000011024	2605	0.6317710339077313	2	2	2	2	2	False	58177	maximal	True	ISR0223_000000011024	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	82.353	6.0	0.0009305089211141443	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	False
FIJ0002_000000005393	6386	0.6317686192517621	8	6	5	6	3	False	52558	maximal	True	FIJ0002_000000005393	1.0		18	2	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.507	11.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
SPA0030_000000006900	4366	0.6317683219268931	3	2	0	2	0	False	63914	fragment	False	SPA0030_000000006900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0081_000000005754	1604	0.6317679682908504	5	3	2	3	3	False	69362	fragment	False	DEN0081_000000005754	0.961639344262295		0	0	False	False	0.9881545901298523	0					non-mobilizable	other	1597.0	97.934	99.0	0.02921619987910538	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0285_000000006059	2674	0.6317660119140786	3	2	2	1	2	False	26068	maximal	True	ISR0285_000000006059	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	82.609	3.0	1.4927227279142964e-05	NZ_JABTBL010000001.1	firmicutes	Clostridium beijerinckii strain DJ054 Ga0423202_01, whole genome shotgun sequence	True	False
FIJ0166_000000005390	4665	0.6317658655464572	7	3	3	3	1	True	39029	fragment	False	FIJ0166_000000005390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	1.0	1.5866730744752608e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0340_000000000964	21209	0.631753753924741	29	15	5	9	12	False	88512	fragment	False	ISR0143_000000001517	0.9962475219484566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7415.0	99.191	76.0	0.0023776500255768265	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0143_000000001517	21186	0.631753753924741	28	15	5	9	12	False	88512	fragment	False	ISR0143_000000001517	0.9962987411004762		0	0	False	False	0.9998583793640137	0					non-mobilizable	no_good_hit	7729.0	99.01700000000001	76.0	0.03129532251399681	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
ISR0138_000000019776	1472	0.6317526531681441	2	2	2	1	1	False	31342	maximal	True	ISR0138_000000019776	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	98.956	65.0	0.0019643139371871106	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
CHI0050_000000005785	1636	0.6317457697581075	3	2	2	2	1	False	86687	fragment	False	CHI0050_000000005785	1.0		0	0	False	False	0.9938875436782837	0					non-mobilizable	other	1584.0	98.169	97.0	0.0286045332754001	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	False	False
ISR0111_000000011334	1576	0.6317452445845013	2	2	2	2	2	False	107125	fragment	False	ISR0111_000000011334	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	98.39399999999999	99.0	0.022132023071993166	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0084_01_000000002186	13033	0.6317449084245338	10	9	4	9	7	False	122698	maximal	False	ISR0854_000000000205	0.19190927077444883		0	0	False	False	1.0	0					non-mobilizable	other	13033.0	99.985	100.0	0.02338014625149804	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0134_000000010026	3776	0.6317410732951193	6	6	4	3	5	False	86381	fragment	False	ENG0134_000000010026	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	98.77	41.0	0.0002826345014109984	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0026_000000001251	7870	0.6317391201984712	6	5	4	5	3	False	49527	maximal	True	MAD0026_000000001251	1.0		2	2	False	False	0.9998729228973389	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	8.832963610713629e-06	CP021371.1	a-proteobacteria	Rhizobium sp. ACO-34A chromosome, complete genome	True	False
MAD0045_000000015829	2480	0.6317385599330232	3	3	3	3	3	False	57160	fragment	False	MAD0041_000000012078	0.7504638611379996		0	0	False	False	1.0	0					non-mobilizable	chromosome	2480.0	99.637	100.0	0.0004898829003992378	CP024155.1	enterobacteria	Escherichia coli strain 14EC047 chromosome, complete genome	False	False
FIJ0148_000000015178	1351	0.6317347796186825	2	2	1	2	1	False	39884	maximal	True	FIJ0148_000000015178	1.0		51	6	False	False	1.0	0					non-mobilizable	other	1351.0	98.594	100.0	0.000598750075952556	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	False	False
FIJ0095_000000011705	2315	0.6317346486213472	4	4	3	4	2	False	80508	fragment	False	FIJ0095_000000011705	1.0		0	0	False	False	0.9956803321838379	0					non-mobilizable	chromosome	952.0	98.42399999999999	100.0	0.00044259137483152144	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
AST0151_000000014243	1164	0.6317325729954423	2	2	2	2	1	False	103601	maximal	False	CHI0055_000000011690	0.385024154589372		0	0	False	False	0.9982817769050598	0					non-mobilizable	no_good_hit								True	False
FIJ0135_000000017976	1583	0.6317263009149242	2	2	2	2	1	False	40579	maximal	True	FIJ0135_000000017976	1.0		2	1	False	False	0.9993683099746704	0					non-mobilizable	no_good_hit	1086.0	99.171	69.0	0.0779510022271715	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0166_000000001743	12969	0.6317255206725692	16	5	3	4	4	False	99717	maximal	False	AUS0020_000000001699	0.9550361561431248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4102.0	87.396	63.0	0.0443668614674025	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
CHI0176_000000000964	12958	0.6317255206725692	15	5	3	4	4	False	99717	maximal	False	AUS0020_000000001699	0.9549657620404877		0	0	False	False	0.9998456835746765	0					non-mobilizable	no_good_hit	4102.0	87.348	63.0	0.0443668614674025	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
FIJ0094_000000002397	7004	0.6317254221915485	12	8	4	5	8	True	43202	maximal	True	FIJ0094_000000002397	1.0		2	1	False	False	0.9980011582374573	0					non-mobilizable	no_good_hit								True	True
ENG0108_000000014731	1154	0.6317241127283449	3	2	2	2	1	False	68912	fragment	False	ENG0108_000000014731	0.9722245308379761		0	0	False	False	0.9913344979286194	0					non-mobilizable	chromosome	1152.0	98.09	99.0	0.00035695390239621203	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
DEN0022_000000010132	3703	0.6317237173624118	5	5	2	4	4	False	74625	maximal	True	DEN0022_000000010132	1.0		31	6	False	False	1.0	0					non-mobilizable	chromosome	3708.0	93.60799999999999	99.0	0.0011434309627583264	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
SPA0006_000000009640	3307	0.6317228188545195	3	3	3	3	3	False	126367	maximal	False	SPA0066_000000003952	0.905539270068347		0	0	False	False	0.9996976256370544	0					non-mobilizable	other	3181.0	96.63600000000001	96.0	0.07247370827617741	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0145_000000009869	3155	0.6317218815823434	4	4	4	3	2	False	121543	fragment	False	ENG0095_000000007611	0.8554440963831804		0	0	False	False	1.0	0					non-mobilizable	chromosome	3094.0	99.935	100.0	0.0006173231288403067	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0165_000000011819	1886	0.6317193383657416	2	2	2	2	2	False	115980	fragment	False	ISR0021_000000012496	0.944322462969412		0	0	False	False	0.9883350729942322	0					non-mobilizable	no_good_hit	1036.0	90.734	55.0	0.00023417073693870292	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0145_000000017709	1676	0.6317185354905568	2	2	2	2	1	False	80880	fragment	False	ENG0145_000000017709	0.9749841671944268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	5.0	0.00010517488091712496	NZ_KB899637.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ISR0341_000000003550	3738	0.631717242807651	2	2	2	2	1	True	86033	fragment	False	ISR0341_000000003550	1.0		0	0	False	False	0.9989299178123474	0					non-mobilizable	no_good_hit	1402.0	77.675	37.0	0.004890301486735847	NZ_NHOC01000004.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c4, whole genome shotgun sequence	True	True
ENG0067_000000011190	2529	0.6317142929131515	3	3	3	3	3	False	108783	fragment	False	FIJ0063_000000009013	0.7555198814427573		0	0	False	False	0.9996045827865601	0					non-mobilizable	other	2530.0	99.051	100.0	0.01545106856144381	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
SPA0112_000000030041	1111	0.6317099453730383	1	1	1	1	1	False	4509	fragment	False	SPA0112_000000030041	1.0		0	0	False	False	0.9864986538887024	0					non-mobilizable	no_good_hit	830.0	87.34899999999999	75.0	0.00038522705543818413	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0093_000000016429	1960	0.6317090111382474	3	2	2	2	2	True	93137	fragment	False	ENG0082_000000009793	0.47628913648604504		0	0	False	False	1.0	0		MOBV			mobilizable	other	1960.0	99.694	100.0	0.004976084819512145	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
FIJ0090_000000039642	1198	0.6317022537973983	2	1	1	1	1	False	46366	fragment	False	MON0012_000000042517	0.9233060312732688		0	0	False	False	1.0	0					non-mobilizable	chromosome	905.0	97.238	100.0	0.0003071782180741081	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0034_000000023592	1248	0.6316993979769777	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.159759373871724	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1249.0	92.554	100.0	0.0003754478201294828	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0089_000000000750	20705	0.6316985607802703	16	9	8	9	4	True	43978	maximal	True	FIJ0089_000000000750	1.0		1	1	False	False	0.9999033808708191	0					non-mobilizable	no_good_hit								True	True
MON0092_000000023922	2300	0.6316980302807476	4	2	1	2	1	False	9454	fragment	False	MON0092_000000023922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0052_000000020341	1792	0.6316977642348597	3	2	2	2	2	False	58508	fragment	False	ISR0052_000000020341	1.0		0	0	False	False	0.9972098469734192	0					non-mobilizable	no_good_hit	209.0	73.206	11.0	5.189756483967829e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	False
CHI0030_000000001922	3002	0.631697117206506	4	4	1	4	1	True	88532	maximal	True	CHI0030_000000001922	1.0		13	6	False	False	0.9996668696403503	0					non-mobilizable	other	3023.0	83.295	100.0	0.07431160855784469	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
FIJ0071_000000014418	2478	0.6316964253603508	5	4	4	3	3	False	73178	maximal	True	FIJ0071_000000014418	1.0		103	9	False	False	1.0	0					non-mobilizable	no_good_hit	1909.0	90.361	77.0	0.0005717525344233263	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0119_000000019555	1618	0.6316828212944197	2	2	2	2	1	False	4211	maximal	True	SPA0119_000000019555	1.0		4	2	False	False	0.993819534778595	0					non-mobilizable	no_good_hit	806.0	96.402	50.0	0.013363586312751297	NZ_PYLQ01000016.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_15, whole genome shotgun sequence	True	False
AST0148_000000017594	1960	0.6316805235073507	2	1	1	1	1	False	104985	fragment	False	AST0148_000000017594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	96.825	3.0	0.0008590946251160471	NZ_JAEB01000017.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00013.13_C, whole genome shotgun sequence	True	False
ENG0198_000000013811	1470	0.6316757766894481	3	3	3	3	3	True	100701	fragment	False	ISR0309_000000010652	0.08937903350682512		0	0	False	False	1.0	0					non-mobilizable	chromosome	1391.0	99.425	95.0	0.0005875209700605231	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0014_000000006466	5463	0.6316737488399551	9	7	3	4	6	True	130637	backbone	False	AST0039_000000003129	0.19081888476000888	PS1110	0	0	True	True	1.0	80		MOBV			mobilizable	other	2757.0	100.0	100.0	0.408175355450237	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0322_000000001584	5443	0.6316737488399551	8	7	3	4	6	True	130637	backbone	False	AST0039_000000003129	0.19080613130093205	PS1110	0	0	True	True	1.0	31		MOBV			mobilizable	other	2772.0	99.85600000000001	100.0	0.41010071090047395	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
DEN0052_000000006312	5443	0.6316737488399551	8	7	3	4	6	True	130637	backbone	False	AST0039_000000003129	0.1908053351249213	PS1110	0	0	True	True	0.9996325373649597	47		MOBV			mobilizable	other	2715.0	99.705	100.0	0.40195497630331756	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
SPA0051_000000004639	5305	0.6316737488399551	8	7	3	4	6	True	130637	backbone	False	AST0039_000000003129	0.0751329638001586	PS1110	0	0	False	True	1.0	0		MOBV			mobilizable	other	2770.0	100.0	100.0	0.41010071090047395	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
USA0058_01_000000004137	5161	0.6316737488399551	8	7	3	4	6	True	130637	backbone	False	AST0039_000000003129	0.04178674997579382	PS1110	0	0	False	True	1.0	0		MOBV			mobilizable	other	2716.0	96.39200000000001	99.0	0.40195497630331756	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
AST0108_000000006252	3912	0.6316721400020441	4	3	2	3	2	False	109207	fragment	False	ISR0060_000000007322	0.9142307792381651		0	0	False	False	0.9956544041633606	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	3.0	0.00031797778477534713	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
ISR0779_000000006172	5182	0.6316667788331084	9	3	3	3	0	True	22353	maximal	True	ISR0779_000000006172	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	99.52799999999999	8.0	9.254391405623913e-05	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	True
ENG0088_000000013235	1293	0.6316615291163884	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.6096271948232997		0	0	False	False	1.0	0					non-mobilizable	chromosome	1295.0	96.911	100.0	0.00041643526897302614	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0776_000000010745	2287	0.6316609877276805	3	3	3	2	1	False	22423	maximal	True	ISR0776_000000010745	1.0		7	5	False	False	0.9973765015602112	0					non-mobilizable	no_good_hit								True	False
CHI0020_000000003473	2752	0.6316609130931472	3	3	3	3	1	False	89374	maximal	True	CHI0020_000000003473	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	87.719	6.0	0.00013801277835959636	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MAD0025_000000007690	1654	0.6316604071746353	1	1	1	1	1	False	19133	maximal	True	MAD0025_000000007690	1.0		1	1	False	False	0.9909310936927795	0					non-mobilizable	no_good_hit	728.0	73.352	44.0	0.00036875413127035033	CP046393.1	a-proteobacteria	Commensalibacter sp. ESL0284 chromosome, complete genome	True	False
SPA0041_000000016460	2054	0.6316602688900539	3	3	3	3	2	False	122102	fragment	False	ISR0028_000000007710	0.4883656241807464		0	0	False	False	0.9965920448303223	0					non-mobilizable	other	2052.0	96.686	99.0	0.046867855509830816	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0119_000000007955	4086	0.6316602605315289	6	6	6	5	4	False	121655	fragment	False	AST0040_000000003137	0.4543271551674604		0	0	False	False	0.9938815236091614	0					non-mobilizable	other	4086.0	99.38799999999999	100.0	0.06754320681385925	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0033_000000010139	3013	0.6316493319403677	4	4	3	2	4	False	129485	fragment	False	SPA0033_000000010139	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3013.0	99.137	100.0	0.015010119741971506	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
USA0119_01_000000009954	2434	0.6316418533985004	5	5	5	4	3	False	105480	fragment	False	USA0119_01_000000009954	0.9773577667274843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	55.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0781_000000012059	2345	0.6316418533985004	5	5	5	4	3	False	105480	fragment	False	USA0119_01_000000009954	0.9710172277204088		0	0	False	False	0.9995735883712769	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	60.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0097_000000016865	1958	0.6316411768089707	3	3	3	3	2	False	5773	maximal	True	SPA0097_000000016865	1.0		89	10	False	False	0.9994892477989197	0					non-mobilizable	other	1957.0	99.796	99.0	0.0007862478972089405	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
MON0014_000000003019	4924	0.6316410426967742	5	2	2	2	2	False	65398	fragment	False	MON0014_000000003019	1.0		0	0	False	False	0.9878147840499878	0					non-mobilizable	no_good_hit	362.0	96.961	7.0	0.036848014698377056	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
USA0006_01_000000009700	2516	0.6316341512185272	4	4	3	2	2	True	69670	maximal	False	ISR0213_000000009697	0.9025935812991286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	79.518	7.0	4.338779246330379e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
MAD0039_000000002610	4561	0.6316339703844712	6	5	2	4	5	False	77951	fragment	False	MAD0039_000000002610	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	4566.0	96.956	100.0	0.04522433769091252	CP057135.1	enterobacteria	Escherichia coli strain RHB36-C07 plasmid pRHB36-C07_3, complete sequence	False	True
MAD0003_000000015957	1708	0.6316263353688927	4	4	4	3	3	False	92319	maximal	True	MAD0003_000000015957	1.0		0	0	False	False	0.9683840870857239	0					non-mobilizable	no_good_hit	949.0	95.15299999999999	56.0	0.7236641221374046	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
CAN0004_000000011453	2395	0.6316250890621572	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.47391464118065535		0	0	False	False	1.0	0					non-mobilizable	chromosome	2408.0	92.60799999999999	100.0	0.0007754978770503877	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0049_000000014361	2069	0.6316223852627528	4	2	2	2	1	False	129108	fragment	False	ISR0049_000000014361	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2070.0	98.792	99.0	0.022361282234182826	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0090_000000006178	8009	0.6316207919652399	6	6	3	6	1	True	11471	fragment	False	MON0090_000000006178	1.0		0	0	False	False	0.9977525472640991	0					non-mobilizable	chromosome	7710.0	85.344	96.0	0.002563687211417846	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	True
USA0017_01_000000023705	1137	0.6316156121835717	2	2	2	2	2	False	1877	maximal	True	USA0017_01_000000023705	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1152.0	74.653	99.0	0.009651788594421147	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0030_000000001918	3012	0.6316139126018221	3	3	3	3	3	False	88533	maximal	True	CHI0030_000000001918	1.0		19	3	False	False	0.9993360042572021	0					non-mobilizable	chromosome	3028.0	83.52	100.0	0.0009135909156376261	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
FIJ0141_000000023195	1296	0.6316127694418234	2	2	2	2	2	True	40237	maximal	True	FIJ0141_000000023195	1.0		3	3	False	False	0.9945987462997437	0					non-mobilizable	other	1279.0	99.45299999999999	99.0	0.001082828775793439	NZ_JH370372.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.2, whole genome shotgun sequence	False	True
ISR0341_000000013075	1099	0.6316101659865616	1	1	1	1	1	False	24339	fragment	False	ISR0341_000000013075	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1099.0	97.361	100.0	0.0009168022804830496	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
ENG0099_000000014055	1156	0.6316100549373763	4	4	2	3	4	False	79315	fragment	False	CHI0152_000000010664	0.9577868852459016		0	0	False	False	0.9904844164848328	0					non-mobilizable	other	1156.0	98.27	100.0	0.03322967058281502	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
MON0058_000000044396	1216	0.6316091181845602	2	1	1	1	1	False	10974	fragment	False	MON0058_000000044396	1.0		0	0	False	False	0.984375	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0004747982107604268	NZ_CYYV01000017.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0062_000000011932	1142	0.6316054871231185	2	2	2	1	1	False	85533	fragment	False	CHI0062_000000011932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	87.5	7.0	2.3597956174964928e-05	NZ_CP016543.2	firmicutes	Planococcus donghaensis strain DSM 22276 chromosome, complete genome	True	False
ISR0060_000000003298	9553	0.6315939814375767	9	6	6	6	4	True	106819	fragment	False	ISR0060_000000003298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6774.0	100.0	71.0	0.06986291478849269	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AUS0024_000000008367	3836	0.6315873626381421	4	4	3	4	4	False	111240	maximal	True	AUS0024_000000008367	1.0		94	10	False	False	1.0	0					non-mobilizable	no_good_hit	2273.0	100.0	59.0	0.000648458825718699	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0376_000000003806	4997	0.6315868579950766	8	7	5	7	5	False	23352	maximal	True	ISR0376_000000003806	1.0		553	15	False	False	1.0	0					non-mobilizable	no_good_hit	2630.0	97.719	78.0	0.0007108442823812013	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0192_000000009361	2277	0.6315818826476141	3	3	3	3	3	False	54651	maximal	True	ENG0192_000000009361	1.0		61	5	False	False	0.9859464168548584	0					non-mobilizable	no_good_hit	1520.0	97.895	67.0	0.0067946269217521995	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0025_000000017008	2314	0.6315812624427133	2	2	2	2	2	False	70105	fragment	False	ISR0025_000000017008	1.0		0	0	False	False	0.9866032600402832	0					non-mobilizable	other	2314.0	99.78399999999999	100.0	0.0060607648669540265	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0364_000000006976	2361	0.6315774855368806	4	2	2	1	2	False	71171	fragment	False	ISR0364_000000006976	1.0		0	0	False	False	0.9618805646896362	0					non-mobilizable	no_good_hit								True	False
MON0056_000000000691	9755	0.6315732679153144	3	2	1	1	1	True	11080	fragment	False	MON0056_000000000691	1.0		0	0	False	False	0.999692440032959	0					non-mobilizable	no_good_hit	1765.0	97.507	80.0	0.009499294553522386	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ENG0112_000000012054	2307	0.6315693561236457	4	2	2	2	1	True	59685	maximal	True	ENG0112_000000012054	1.0		32	6	False	False	0.9986996054649353	0					non-mobilizable	other	2242.0	92.64	96.0	0.0012092857605387555	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	True
DEN0028_000000015374	1948	0.6315659200478533	5	4	1	3	1	False	86320	maximal	True	DEN0028_000000015374	1.0		156	9	False	False	0.994353175163269	0					non-mobilizable	other	1714.0	97.316	99.0	0.01264383935754829	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
SPA0127_000000019560	1497	0.6315659200478533	5	4	1	3	1	False	86314	fragment	False	ENG0099_000000010713	0.9355471241942913		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	97.855	99.0	0.011005233206132226	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
DEN0039_000000014467	1462	0.6315659200478533	4	4	1	3	1	False	86314	fragment	False	ENG0099_000000010713	0.7046182566598399		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	98.76700000000001	99.0	0.005603930048818335	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	False	False
CHI0028_000000006633	2077	0.6315597429319971	3	3	3	3	3	False	88701	fragment	False	CHI0028_000000006633	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2095.0	74.51100000000001	100.0	0.0005097248589062467	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0069_000000006347	4507	0.6315579927853435	4	3	3	3	3	False	101398	maximal	True	DEN0069_000000006347	1.0		33	8	False	False	0.9977812170982361	0					non-mobilizable	other	4507.0	99.645	100.0	0.015406444995298743	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
SPA0047_000000005506	7131	0.6315579551058034	11	11	3	6	10	False	31868	maximal	False	ISR0128_000000004227	0.9621870882740449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3441.0	90.52600000000001	48.0	0.09629733520336606	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0330_000000010524	2690	0.631553197728799	3	1	1	1	1	False	129460	maximal	True	ISR0330_000000010524	1.0		110	4	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	99.18299999999999	82.0	0.0002698091447018593	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0177_000000014127	1901	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.9292528725805387		0	0	False	False	1.0	0					non-mobilizable	chromosome	1763.0	97.277	99.0	0.0005009002551434009	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0189_000000008062	1890	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.9216355764323675		0	0	False	False	1.0	0					non-mobilizable	chromosome	1768.0	97.285	93.0	0.0005026068999650138	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0053_000000004606	1862	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.911918819790219		0	0	False	False	1.0	0					non-mobilizable	chromosome	1754.0	97.149	94.0	0.0004986247287145836	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0191_000000005945	1773	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.9217581481022187		0	0	False	False	1.0	0					non-mobilizable	chromosome	1755.0	97.265	99.0	0.0004989091695181857	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0040_000000015012	1763	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.9173586553824947		0	0	False	False	1.0	0					non-mobilizable	chromosome	1770.0	97.288	100.0	0.0005031757815722181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0301_000000010662	1762	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.9247568652141269		0	0	False	False	0.9994324445724487	0					non-mobilizable	chromosome	1761.0	97.104	99.0	0.0005006158143397987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0105_000000011259	1729	0.631553197728799	2	1	1	1	1	False	129459	fragment	False	ISR0105_000000011259	0.9897094430992737		0	0	False	False	0.998843252658844	0					non-mobilizable	no_good_hit	1273.0	93.244	85.0	0.00036180870218194543	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0358_000000011880	1652	0.631553197728799	2	1	1	1	1	False	129459	fragment	False	ISR0105_000000011259	0.9679005205320994		0	0	False	False	0.9860774874687195	0					non-mobilizable	no_good_hit	1189.0	93.524	84.0	0.0003379156746793641	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0245_000000005061	1520	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6912795963696247		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	93.273	99.0	0.00037574630155845116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0047_000000019961	1501	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.8060186786301305		0	0	False	False	1.0	0					non-mobilizable	chromosome	1508.0	97.414	100.0	0.0004286522910284526	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0039_000000025506	1466	0.631553197728799	2	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.7952275968837781		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	96.947	100.0	0.0004189813037059792	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0102_000000014746	1463	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.8046866027628017		0	0	False	False	1.0	0					non-mobilizable	chromosome	1463.0	97.334	100.0	0.0004158524548663555	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0042_000000017787	1407	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6918145332986154		0	0	False	False	1.0	0					non-mobilizable	chromosome	1304.0	92.791	93.0	0.00037062636709361233	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0343_000000013747	1386	0.631553197728799	2	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.7917763694051775		0	0	False	False	1.0	0					non-mobilizable	chromosome	1387.0	96.9	100.0	0.00039423495379259144	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0280_000000010752	1383	0.631553197728799	2	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.7078446944605219		0	0	False	False	1.0	0					non-mobilizable	chromosome	1383.0	97.469	100.0	0.0003930971905781828	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0197_000000018417	1382	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.599908961482764		0	0	False	False	0.9992763996124268	0					non-mobilizable	chromosome	1383.0	97.469	100.0	0.0003930971905781828	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0107_000000021664	1368	0.631553197728799	2	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6530651301352123		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	97.807	100.0	0.00038883057852415046	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0244_000000019520	1367	0.631553197728799	2	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.7845393199176609		0	0	False	False	1.0	0					non-mobilizable	chromosome	1363.0	97.285	100.0	0.00038740837450613964	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0010_000000015995	1363	0.631553197728799	2	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6216687297156815		0	0	False	False	1.0	0					non-mobilizable	chromosome	1363.0	97.285	100.0	0.00038740837450613964	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0034_000000015916	1355	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6836848206237105		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	93.141	95.0	0.7200674536256324	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
ENG0086_000000018378	1352	0.631553197728799	2	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6214966790343052		0	0	False	False	0.9911242723464966	0					non-mobilizable	chromosome	1352.0	97.485	100.0	0.0003842795256665159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0080_000000024729	1347	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6800354845298304		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	85.27600000000001	94.0	0.7106741573033708	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
ISR0090_000000023991	1311	0.631553197728799	2	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6750701693511605		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	85.95	97.0	0.017640004462293617	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0328_000000022677	1288	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6780433345813219		0	0	False	False	1.0	0					non-mobilizable	chromosome	1286.0	92.846	99.0	0.00036550643262877344	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0167_000000021670	1278	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.467663468826571		0	0	False	False	1.0	0					non-mobilizable	chromosome	1158.0	93.43700000000001	92.0	0.0003290980097676972	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0105_000000018003	1266	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.650285713491578		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	93.676	100.0	0.00035953317575312813	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0016_000000017894	1259	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6640719005267052		0	0	False	False	0.9944400191307068	0					non-mobilizable	other	1260.0	93.175	100.0	0.7071388420460933	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
SPA0091_000000006840	1258	0.631553197728799	2	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6189294370853956		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	85.384	96.0	0.01678937974118697	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0214_000000025355	1246	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.664689991972563		0	0	False	False	0.9991974234580994	0					non-mobilizable	chromosome	1247.0	97.514	100.0	0.0003544132412882893	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0073_000000022614	1238	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6576205447410383		0	0	False	False	1.0	0					non-mobilizable	chromosome	1239.0	97.579	100.0	0.000352137714859472	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0338_000000024029	1227	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6392216912403906		0	0	False	False	1.0	0					non-mobilizable	chromosome	1228.0	97.23100000000001	100.0	0.00034900886601984827	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0051_000000029510	1226	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6424988677747976		0	0	False	False	0.9975529909133911	0					non-mobilizable	chromosome	1227.0	97.637	100.0	0.00034872442521624613	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0080_000000027454	1225	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6477076989751088		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	97.469	100.0	0.0003481555436090418	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0168_000000019578	1222	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6310917831651992		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	76.618	100.0	0.02624226272352132	NZ_CYYA01000024.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0389_000000018329	1210	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6228137565891223		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	97.37100000000001	100.0	0.00034588001718022454	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0051_000000029837	1210	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6065124390561459		0	0	False	False	1.0	0					non-mobilizable	chromosome	1210.0	92.397	100.0	0.00034388893155500944	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0085_000000012836	1205	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6048392382018524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	92.559	100.0	0.00033990676030457923	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0085_000000022924	1205	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6061025622719921		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	92.809	100.0	0.00033990676030457923	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0059_000000013164	1205	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6048392382018524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	92.559	100.0	0.00033990676030457923	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0190_000000025266	1173	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5814644959945738		0	0	False	False	1.0	0					non-mobilizable	chromosome	1173.0	93.436	100.0	0.0003333646218217296	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0111_000000016626	1122	0.631553197728799	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.4524571286104931		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	97.772	100.0	0.0003188581408380195	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0107_000000013365	4102	0.6315507672808537	3	3	2	3	2	False	8613	maximal	True	MON0107_000000013365	1.0		3	1	False	False	0.999268651008606	0					non-mobilizable	no_good_hit								True	False
AST0026_000000007290	4205	0.6315507051185001	6	5	3	3	5	True	128585	fragment	False	SPA0122_000000007195	0.9545053407782349		0	0	False	False	1.0	0					non-mobilizable	other	4207.0	95.65	100.0	0.0053740967005040455	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
ISR0812_000000001640	18401	0.6315477822521622	21	14	6	6	10	False	103787	maximal	True	ISR0812_000000001640	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6437.0	90.819	58.0	0.0012769587385451932	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
MON0022_000000000949	11353	0.6315443828389995	7	4	3	3	2	True	14346	maximal	True	MON0022_000000000949	1.0		1	1	False	False	0.9986787438392639	0					non-mobilizable	no_good_hit	44.0	95.455	0.0	2.06628944870917e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	True
USA0050_01_000000003353	4196	0.6315440714818629	5	5	5	4	4	False	61886	maximal	True	USA0050_01_000000003353	1.0		2	2	False	False	0.9985700845718384	0					non-mobilizable	no_good_hit	1717.0	76.41199999999999	40.0	0.001758654624000267	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0019_000000019615	1479	0.6315363885092173	1	1	1	1	1	False	92010	fragment	False	SPA0019_000000019615	0.9747675132311897		0	0	False	False	0.9972954988479614	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	6.0	0.0001874928546930376	NZ_ATVO01000004.1	a-proteobacteria	Sandarakinorhabdus limnophila DSM 17366 G566DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0020_000000014561	1381	0.6315363885092173	1	1	1	1	1	False	92011	maximal	True	ENG0020_000000014561	1.0		1	1	False	False	0.9746560454368591	0					non-mobilizable	no_good_hit	78.0	88.462	11.0	2.037929305026407e-05	NZ_CP017075.1	a-proteobacteria	Novosphingobium resinovorum strain SA1, complete genome	True	False
ISR0058_000000020275	1326	0.6315363885092173	2	1	1	1	1	False	35474	maximal	True	ISR0058_000000020275	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.173274359789595e-05	NZ_LR215036.1	mycoplasmas	Mycoplasma citelli strain NCTC10181 chromosome 1	True	False
SPA0040_000000033766	1284	0.6315363885092173	1	1	1	1	1	False	92010	fragment	False	SPA0019_000000019615	0.70945991089826		0	0	False	False	0.982087254524231	0					non-mobilizable	no_good_hit	59.0	100.0	5.0	0.046474358974358976	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
CHI0003_000000011124	1200	0.6315363885092173	1	1	1	1	1	False	92007	fragment	False	CHI0003_000000011124	0.9674856235315409		0	0	False	False	0.996666669845581	0					non-mobilizable	no_good_hit								True	False
ISR0196_000000013833	1545	0.6315265397098554	2	2	2	2	1	False	51398	maximal	True	ISR0196_000000013833	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	923.0	97.833	92.0	0.0003210253850561812	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0066_000000019623	1644	0.6315152228373205	2	2	1	2	2	False	111200	fragment	False	USA0133_01_000000010793	0.404341703764561		0	0	False	False	1.0	0					non-mobilizable	chromosome	1643.0	98.35700000000001	100.0	0.00023176286001579712	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0111_000000002994	7532	0.6315084352041519	8	8	7	7	7	False	106676	fragment	False	ENG0111_000000002994	0.9795506524956277		0	0	False	False	0.9985395669937134	0					non-mobilizable	other	7327.0	98.758	97.0	0.002088671905737775	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
SPA0061_000000010329	1504	0.6315071658287871	2	2	2	2	2	False	6190	fragment	False	SPA0071_000000013424	0.9777070063694268		0	0	False	False	1.0	0					non-mobilizable	other	1504.0	99.535	100.0	0.000868041016815046	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
CHI0155_000000008635	1482	0.6315041713642833	2	2	2	2	1	False	90432	fragment	False	CHI0155_000000008635	0.96906965054719		0	0	False	False	0.9966261982917786	0					non-mobilizable	other	1482.0	99.258	100.0	0.03200086430423509	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0323_000000004156	4205	0.6315034852849306	5	5	4	5	2	False	70413	maximal	True	ISR0323_000000004156	1.0		2	2	False	False	0.9978597164154053	0					non-mobilizable	no_good_hit	958.0	91.23200000000001	33.0	0.00026782346920479756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0006_000000023802	1323	0.6315016346499834	2	1	1	1	1	False	91721	fragment	False	SPA0118_000000018157	0.6336584146036509		0	0	False	False	0.9856386780738831	0					non-mobilizable	other	1254.0	98.963	95.0	0.0016334923335455656	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0836_000000010431	1922	0.6314936024666736	3	3	3	3	1	False	20926	maximal	True	ISR0836_000000010431	1.0		1	1	False	False	0.9984391331672668	0					non-mobilizable	no_good_hit	1035.0	91.691	54.0	0.00028946293103981267	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0070_000000006630	1810	0.6314921779086335	3	3	3	3	0	True	85007	fragment	False	CHI0070_000000006630	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	83.39200000000001	93.0	0.0005071583412187822	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	True
FIJ0021_000000003646	12782	0.6314913499938738	6	6	5	5	4	True	75152	fragment	False	MON0093_000000001999	0.4841201716738197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1641.0	74.467	13.0	0.00046332875717631117	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ENG0092_000000010440	2137	0.6314911961656341	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.5172637248489333		0	0	False	False	1.0	0					non-mobilizable	chromosome	2137.0	98.315	100.0	0.0009422240903828679	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
AST0149_000000019013	1400	0.6314891946395468	2	1	1	1	1	False	104361	maximal	True	AST0149_000000019013	1.0		8	6	False	False	0.9992856979370117	0					non-mobilizable	chromosome	1400.0	97.35700000000001	100.0	0.00031652643572680715	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0003_000000007931	3262	0.6314883037407024	2	2	2	2	1	True	101028	fragment	False	ISR0003_000000007931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	91.015	68.0	0.00045133344364575094	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
MON0102_000000004353	9055	0.6314860760062013	6	5	5	5	3	True	111466	maximal	True	MON0102_000000004353	1.0		1	1	False	False	0.9998895525932312	0					non-mobilizable	no_good_hit	170.0	81.765	2.0	6.02800227593842e-05	NZ_AP018721.1	b-proteobacteria	Sulfuritortus calidifontis strain J1A	True	True
AUS0004_000000006487	3279	0.6314816640153215	4	4	0	3	4	False	117877	maximal	True	AUS0004_000000006487	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	other	1645.0	90.334	97.0	0.021365572766711395	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
MON0005_000000008643	5312	0.63147835703669	6	6	6	6	5	False	130049	fragment	False	ENG0005_000000004373	0.5466172413334146		0	0	False	False	1.0	0					non-mobilizable	chromosome	3542.0	90.994	99.0	0.0012463446848798136	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0024_000000025728	1965	0.6314736351161654	2	2	2	2	1	False	55134	maximal	True	MON0024_000000025728	1.0		46	7	False	False	0.9989821910858154	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.39973876812431e-06	CP042344.1	b-proteobacteria	Comamonas sp. NLF-7-7 strain NLF 7-7 chromosome, complete genome	True	False
FIJ0028_000000019490	1551	0.6314725187072296	2	2	2	1	1	False	84836	fragment	False	FIJ0028_000000019490	0.973726237700273		0	0	False	False	0.95099937915802	0					non-mobilizable	other	1476.0	99.18700000000001	95.0	0.00842857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0016_000000023114	1605	0.6314677939922982	3	3	3	3	3	False	91551	fragment	False	CAN0021_000000022418	0.4703872437357631		0	0	False	False	0.9993769526481628	0					non-mobilizable	chromosome	1526.0	75.491	94.0	0.0005252825790224376	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0015_000000018352	1447	0.6314673713507679	3	3	2	2	2	False	90142	fragment	False	CHI0011_000000004067	0.48150686158586836		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	98.89399999999999	100.0	0.016835879284649777	LM996128.1	enterobacteria	Escherichia coli genome assembly FHI40, scaffold scaffold-3_contig-3.1_62542_148429_[organism:Escherichia	False	False
CHI0136_000000012302	1120	0.6314636110458046	2	2	2	2	2	False	80556	fragment	False	CHI0136_000000012302	1.0		0	0	False	False	0.9892857074737549	0					non-mobilizable	other	1120.0	99.821	100.0	0.0004559212930726447	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
MON0080_000000023941	2196	0.6314616129518629	3	1	1	1	1	False	84957	fragment	False	MON0059_000000017179	0.6404855930963874		0	0	False	False	0.9963570237159729	0					non-mobilizable	no_good_hit	1418.0	94.781	77.0	0.0005517901420508902	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
FIJ0057_000000015739	2106	0.6314604654479653	4	4	3	4	4	False	80507	fragment	False	FIJ0057_000000015739	1.0		0	0	False	False	0.9976258277893066	0					non-mobilizable	chromosome	2103.0	97.575	99.0	0.0009793908189106376	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0343_000000001865	6824	0.6314596909604882	9	5	3	4	4	True	128149	backbone	False	ISR0232_000000002890	0.995868998013084	PS1029|PS1034	0	0	True	True	1.0	57		MOBV			mobilizable	no_good_hit	2453.0	99.59200000000001	84.0	0.37174044875682233	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0399_000000001869	6390	0.6314596909604882	9	5	3	4	4	True	128149	backbone	False	ISR0232_000000002890	0.9388725274030316	PS1029|PS1034	0	0	True	True	0.9976525902748108	23		MOBV			mobilizable	no_good_hit	2769.0	92.994	83.0	0.4169193450576107	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0106_000000002804	6675	0.6314578072349909	7	6	2	4	5	True	107527	maximal	True	AST0106_000000002804	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5609.0	99.911	100.0	0.08962475228536726	CP014491.1	enterobacteria	Escherichia coli strain G749 plasmid pG749_3, complete sequence	False	True
ENG0135_000000009178	2397	0.6314516989653408	3	2	2	2	2	False	106151	maximal	True	ENG0135_000000009178	1.0		28	7	False	False	1.0	0					non-mobilizable	no_good_hit	408.0	74.755	17.0	9.929705043628181e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0135_000000016156	1208	0.6314497607746711	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.18147544734927631		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	96.147	95.0	0.00031685466895490724	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0080_000000010408	1178	0.6314497607746711	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.18353990393194436		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	95.947	96.0	0.0003149107752803372	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0041_000000008584	3995	0.6314493324013747	4	4	4	4	4	False	113446	maximal	False	SPA0008_000000005677	0.5759679295446992		0	0	False	False	0.9972465634346008	0					non-mobilizable	no_good_hit	1513.0	74.488	37.0	0.005391568558489636	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0044_000000005975	4280	0.6314466481892177	5	5	5	5	5	False	121673	fragment	False	SPA0044_000000005975	1.0		0	0	False	False	0.9997663497924805	0					non-mobilizable	no_good_hit	1129.0	81.488	48.0	0.00031374865041940814	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0033_000000002391	5440	0.6314429105386857	6	5	5	5	4	False	117100	maximal	True	AST0033_000000002391	0.999395526899053		31	5	False	False	1.0	0					non-mobilizable	other	5440.0	99.90799999999999	100.0	0.011567639533721403	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	False	False
ISR0015_000000020215	1329	0.6314421616395876	2	2	2	1	1	False	86960	fragment	False	MON0095_000000018579	0.4245245099877093		0	0	False	False	0.9992475509643555	0					non-mobilizable	other	1130.0	77.788	91.0	0.007870849132483052	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0097_000000015442	1936	0.6314388476374839	3	3	3	3	2	False	33295	maximal	True	ISR0097_000000015442	1.0		0	0	False	False	0.9989669322967529	0					non-mobilizable	no_good_hit	623.0	84.751	32.0	0.0011130333134298203	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0054_000000006793	3727	0.6314351018231668	3	3	3	3	3	False	63792	maximal	True	ENG0054_000000006793	0.9811107978573442		53	12	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	82.35700000000001	35.0	0.007426211713082883	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	False
ISR0160_000000019647	1507	0.6314336402160974	2	2	2	2	2	False	54967	fragment	False	ISR0176_000000020485	0.9572429229704233		0	0	False	False	0.9840742945671082	0					non-mobilizable	other	1510.0	90.795	100.0	0.015445837008471621	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
MON0013_000000046271	1236	0.6314330705094585	2	1	1	1	1	False	13479	fragment	False	MON0013_000000046271	1.0		0	0	False	False	0.9983818531036377	0					non-mobilizable	other	1018.0	99.804	98.0	0.000274711978280449	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0009_000000034977	1151	0.6314330705094585	1	1	1	1	1	False	13768	fragment	False	MON0009_000000034977	1.0		0	0	False	False	0.9122502207756042	0					non-mobilizable	other	1122.0	99.911	97.0	0.00030310248784683403	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0338_000000026211	1131	0.6314297713574789	2	1	1	1	1	False	27368	fragment	False	ISR0338_000000026211	0.9905320108205591		0	0	False	False	0.9991158246994019	0					non-mobilizable	no_good_hit								True	False
ISR0233_000000018164	1109	0.6314297713574789	2	1	1	1	1	False	27368	fragment	False	ISR0338_000000026211	0.9809902740937224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000014680	1181	0.6314226323120055	2	2	2	1	1	False	87320	fragment	False	SPA0032_000000022606	0.5267508902095576		0	0	False	False	0.9898391366004944	0					non-mobilizable	chromosome	1181.0	99.492	100.0	0.0002480270290607805	CP051698.1	enterobacteria	Escherichia coli strain SCU-152 chromosome, complete genome	False	False
FIJ0155_000000005747	3955	0.6314173712768502	6	6	4	5	4	True	82412	fragment	False	FIJ0155_000000005747	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3956.0	99.949	100.0	0.04793358380802327	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	False	True
ISR0026_000000003654	6044	0.6314091270340121	5	4	4	4	3	False	127647	fragment	False	ISR0208_000000003772	0.9482386213045759		0	0	False	False	1.0	0					non-mobilizable	other	6049.0	97.65299999999999	100.0	0.16567008612650172	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
AUS0020_000000007555	3747	0.6314074267446841	4	3	2	3	2	True	99694	fragment	False	AUS0020_000000007555	1.0		0	0	False	False	0.9997330904006958	0					non-mobilizable	other	1934.0	88.00399999999999	94.0	0.009477594590450186	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
CHI0167_000000016279	1386	0.6314073355557488	3	3	3	3	1	True	78131	maximal	True	CHI0167_000000016279	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0031_000000024031	1439	0.6314037551180248	3	3	3	3	3	False	125784	fragment	False	USA0059_01_000000014197	0.3994266307186036		0	0	False	False	0.9944405555725098	0					non-mobilizable	chromosome	1380.0	72.82600000000001	94.0	0.0004709069437686219	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0118_000000006005	1658	0.6313938324601683	3	3	2	3	3	False	80504	fragment	False	ISR0378_000000014294	0.7929401459925528		0	0	False	False	0.9975874423980713	0					non-mobilizable	chromosome	1659.0	98.37299999999999	100.0	0.0007727859937785365	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0024_000000048389	1089	0.6313917396442814	2	2	2	1	1	False	12850	fragment	False	MON0093_000000041705	0.9735915492957746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	1.5450871892700904e-05	NZ_CP039288.1	b-proteobacteria	Cupriavidus necator H16 chromosome 2, complete sequence	True	False
ISR0120_000000020946	1678	0.6313902685011035	3	3	3	3	1	False	67133	fragment	False	ISR0120_000000020946	1.0		0	0	False	False	0.9713945388793945	0					non-mobilizable	no_good_hit	664.0	95.48200000000001	40.0	0.008924111301624162	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
DEN0031_000000015602	2203	0.6313884911070768	3	2	2	2	2	False	73787	fragment	False	SPA0009_000000015816	0.9662872154115587		0	0	False	False	0.9968225359916687	0					non-mobilizable	no_good_hit	1412.0	74.363	63.0	0.00036506847799632717	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
AST0019_000000017080	1741	0.6313839687703494	2	1	1	1	1	False	122214	maximal	True	AST0019_000000017080	1.0		64	9	False	False	0.9982768297195435	0					non-mobilizable	no_good_hit	940.0	89.89399999999999	63.0	0.0003313470156008338	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0089_000000003519	6346	0.6313830365924011	8	5	4	5	5	False	51791	fragment	False	FIJ0089_000000003519	0.9983407997345279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	85.329	5.0	0.00011466889703462758	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	False
MON0087_000000009095	5096	0.6313826044664355	4	3	1	2	3	False	73459	fragment	False	MON0087_000000009095	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5098.0	97.823	100.0	0.05394278699107833	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	False	False
ENG0006_000000002231	12135	0.6313806872941493	11	4	4	4	2	False	85253	maximal	True	ENG0006_000000002231	1.0		9	4	False	False	0.9999175667762756	0					non-mobilizable	no_good_hit	4455.0	93.85	59.0	0.0009945509969109863	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
CHI0048_000000016865	1175	0.6313786856141466	2	2	2	2	2	False	86868	maximal	False	ISR0392_000000024282	0.46887009992313605		0	0	False	False	0.999148964881897	0					non-mobilizable	other	1175.0	97.95700000000001	100.0	0.00036522941322503796	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0050_000000003210	6371	0.6313712509803587	8	6	4	5	6	False	107897	maximal	True	MAD0050_000000003210	1.0		4	2	False	False	0.9998430609703064	0					non-mobilizable	no_good_hit	1317.0	100.0	21.0	0.0002835197468487513	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	True	False
MON0042_000000021609	1194	0.6313630019493013	2	2	2	2	2	False	11710	fragment	False	MON0042_000000021609	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1193.0	74.76899999999999	99.0	0.00025903544738200266	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0207_000000019030	1582	0.6313553679889762	5	4	1	3	2	False	91954	fragment	False	ENG0037_000000017625	0.6168032981181024		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	99.115	100.0	0.011033337287934512	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
SPA0140_000000014573	1474	0.6313553679889762	5	4	1	3	2	False	91954	fragment	False	ENG0037_000000017625	0.4146494412936531		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	98.711	100.0	0.021269529557859473	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0284_000000001408	5397	0.6313528393533706	7	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.9605459150457013		0	0	False	False	1.0	0					non-mobilizable	plasmid	5399.0	99.315	100.0	0.06270765084454358	CP041552.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-2	False	True
MON0025_000000010971	3189	0.6313527808057371	4	4	4	4	4	False	50684	maximal	False	MAD0032_000000004722	0.9522967278590011		0	0	False	False	0.9940420389175415	0					non-mobilizable	chromosome	3189.0	99.875	100.0	0.0006719465477903013	CP047094.1	enterobacteria	Salmonella sp. S13 chromosome, complete genome	False	False
ISR0084_000000002823	7045	0.6313468467601921	11	5	2	4	3	False	75286	maximal	True	ISR0084_000000002823	1.0		1	1	False	False	0.9985805749893188	0					non-mobilizable	no_good_hit	2084.0	95.585	30.0	0.3060414523004557	MK233957.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c1 sequence	True	False
ENG0038_000000012825	1905	0.6313465077948214	2	2	2	2	2	False	65069	maximal	True	ENG0038_000000012825	1.0		109	11	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	75.362	58.0	0.0029610669540617	NZ_RJVG01000004.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_104, whole genome shotgun sequence	True	False
ISR0162_000000001983	13542	0.6313426606633519	12	11	10	11	10	False	125098	maximal	False	ENG0143_000000001372	0.9531318456863709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	89.5	6.0	0.00017039168968048562	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0303_000000002950	3760	0.6313409748807295	4	4	4	4	4	False	130065	fragment	False	ENG0102_000000006735	0.9788509447354228		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	86.804	92.0	0.003146975244491748	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0105_000000002511	10032	0.6313409339662144	17	13	5	9	6	False	105133	fragment	False	FIJ0105_000000002511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	77.279	22.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0078_000000006316	2893	0.6313363681024486	3	3	3	3	3	False	102476	fragment	False	ISR0078_000000006316	0.9994778976679429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1731.0	81.80199999999999	75.0	0.00038301061925317156	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0004_000000003682	4455	0.6313332174662344	7	4	3	4	3	False	93876	fragment	False	ISR0004_000000003682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0063_000000017303	1143	0.6313293300356789	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.11500981145469		0	0	False	False	1.0	0					non-mobilizable	other	1074.0	93.669	99.0	0.00034416467509185215	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0128_000000009090	4054	0.6313224948375977	6	4	1	3	4	False	121641	fragment	False	SPA0128_000000009090	1.0		0	0	False	False	0.9992600083351135	0					non-mobilizable	other	4071.0	97.494	100.0	0.0017291836911664258	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
SPA0137_000000008384	4348	0.6313213457922701	3	3	2	2	3	False	3580	maximal	True	SPA0137_000000008384	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	1690.0	99.882	62.0	0.5034297643900985	AF546865.2	firmicutes	Weissella cibaria plasmid pKLCB, complete sequence	True	True
ENG0031_000000015920	1370	0.6313196966241568	2	2	2	2	2	False	65673	maximal	True	ENG0031_000000015920	1.0		8	3	False	False	0.9321168065071106	0					non-mobilizable	no_good_hit	1107.0	98.28399999999999	81.0	0.0024332506116127215	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0085_000000015611	1842	0.6313189889330103	2	2	2	1	1	False	9784	fragment	False	MON0085_000000015611	1.0		0	0	False	False	0.9875136017799377	0					non-mobilizable	chromosome	1842.0	95.385	100.0	0.0006557363035350277	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ENG0170_000000001919	5707	0.6313187325344661	8	3	2	3	2	True	55868	maximal	True	ENG0170_000000001919	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1634.0	72.093	30.0	0.0003851952112570147	CP012321.1	firmicutes	Clostridioides difficile strain DSM 28666 chromosome, complete genome	True	True
FIJ0007_000000006697	2559	0.6313184789481147	5	5	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.2567172818571361	PS902	0	0	False	True	0.9996092319488525	0	rep_cluster_1702				non-mobilizable	plasmid	2559.0	99.375	100.0	0.07733987165516407	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0148_000000004169	7707	0.6313118305503924	10	4	3	4	3	False	105199	fragment	False	AST0148_000000004169	1.0		0	0	False	False	0.9990917444229126	0					non-mobilizable	no_good_hit	932.0	70.601	13.0	0.0003781061419561699	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	False
ENG0127_000000010026	2551	0.6313065302879639	6	5	3	5	4	False	58730	maximal	True	ENG0127_000000010026	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.211	56.0	0.00017534116588337943	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0128_000000017272	2057	0.6313061984726964	4	2	1	1	2	False	31840	maximal	True	ISR0128_000000017272	1.0		2	2	False	False	0.9995138645172119	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.0004204061488968908	NZ_LN866273.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0030_000000030146	1211	0.6313046974262645	2	1	1	1	1	False	12492	maximal	True	MON0030_000000030146	1.0		99	9	False	False	0.9942196607589722	0					non-mobilizable	no_good_hit	147.0	76.19	12.0	1.9390896916510743e-05	NZ_CP040017.1	b-proteobacteria	Massilia umbonata strain DSMZ 26121 chromosome, complete genome	True	False
MON0008_000000009542	3317	0.6313017080367722	3	1	1	1	1	False	44848	maximal	False	MON0047_000000011061	0.9830903790087464		0	0	False	False	0.9813084006309509	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.033630069238377844	CR715693.2	bony fishes	Tetraodon nigroviridis full-length cDNA	True	False
ENG0156_000000005166	3038	0.6312998736204531	2	2	2	2	2	False	132023	fragment	False	DEN0005_000000011402	0.7653508348148649		0	0	False	False	0.9986833333969116	0					non-mobilizable	no_good_hit	1441.0	78.973	54.0	0.004625859099615316	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0067_000000008677	3424	0.6312907749433091	6	4	3	4	2	False	96340	fragment	False	DEN0094_000000009004	0.9596375617792421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.0002278194329976347	NZ_OAOF01000013.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ENG0025_000000003509	5729	0.6312893224406025	8	8	7	7	7	False	66182	maximal	True	ENG0025_000000003509	1.0		0	0	False	False	0.9935416579246521	0					non-mobilizable	plasmid	4309.0	99.536	91.0	0.05366753039665138	CP025578.1	enterobacteria	Klebsiella pneumoniae strain 08EU827 plasmid p08EU827_2, complete sequence	False	True
ENG0080_000000017057	1616	0.6312828993692898	3	3	2	3	1	False	69402	fragment	False	USA0080_01_000000025827	0.9752444987775062		0	0	False	False	0.9987623691558838	0					non-mobilizable	no_good_hit	539.0	99.072	33.0	0.00016083942634735157	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0194_000000015921	1673	0.6312765505830027	4	3	2	3	1	True	68920	fragment	False	ENG0194_000000015921	1.0		0	0	False	False	0.9856545329093933	0					non-mobilizable	no_good_hit								True	True
ENG0012_000000002149	11093	0.6312741069198755	15	10	5	5	5	True	77935	maximal	True	ENG0012_000000002149	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	93.6	3.0	0.01166053501278294	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	True	True
SPA0077_000000023131	1209	0.6312738487692233	3	3	1	3	1	True	36911	fragment	False	SPA0077_000000023131	0.9596354166666667		0	0	False	False	0.9909015893936157	0					non-mobilizable	no_good_hit	819.0	84.12700000000001	67.0	0.00023567369194578636	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0802_000000001626	6656	0.6312720593135706	9	7	2	3	6	True	109178	fragment	False	CHI0170_000000001538	0.9569032684717568		0	0	False	False	1.0	0					non-mobilizable	other	6522.0	99.985	98.0	0.04245497988255056	NZ_CZAF01000011.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0010_000000003089	5808	0.6312720593135706	9	7	2	3	6	True	109169	fragment	False	SPA0010_000000003089	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5752.0	100.0	100.0	0.003687803188914147	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0079_000000011635	2358	0.6312719986326784	2	2	2	2	2	False	73264	fragment	False	ISR0079_000000011635	0.9987024221453287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	91.975	51.0	0.00032144977245365737	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0013_000000011671	2312	0.6312719986326784	2	2	2	2	2	False	73264	fragment	False	ISR0079_000000011635	0.9889737065309585		0	0	False	False	0.999567449092865	0					non-mobilizable	no_good_hit	898.0	92.539	50.0	0.00030479962567751654	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0060_000000005093	5957	0.6312709040623364	9	7	5	6	5	False	130509	fragment	False	ISR0203_000000002513	0.6625507481422491		0	0	False	False	0.9976498484611511	0					non-mobilizable	other	3868.0	98.087	100.0	0.02205714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AUS0014_000000000041	91021	0.6312692481166334	82	12	4	10	5	False	115487	maximal	True	AUS0014_000000000041	0.92885934693811	PS49	15	5	True	True	1.0	295					non-mobilizable	no_good_hit	247.0	99.19	0.0	0.9959514170040485	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
CAN0012_000000005222	10531	0.6312691824476798	14	10	5	7	8	True	123415	maximal	False	DEN0051_000000003050	0.9992667679258347		0	0	True	True	1.0	177					non-mobilizable	plasmid	8062.0	99.789	100.0	0.7696934975651676	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	False	True
ENG0200_000000006144	3229	0.6312667087827973	4	4	4	4	4	False	114479	maximal	True	ENG0200_000000006144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	92.78299999999999	64.0	0.0005037211357706013	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0099_000000010756	1979	0.6312649860070312	2	2	1	2	2	False	108763	maximal	True	AST0099_000000010756	1.0		82	9	False	False	0.9924204349517822	0					non-mobilizable	no_good_hit	882.0	73.696	44.0	0.011790494084330624	NZ_CABDWS010000006.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
ISR0035_000000002545	6447	0.6312593170407076	9	8	6	6	6	False	100931	fragment	False	ISR0035_000000002545	0.764645699115954		0	0	False	False	0.9995346665382385	0					non-mobilizable	chromosome	3052.0	94.725	100.0	0.0005665944605725169	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0119_01_000000008892	2704	0.6312549924541171	3	3	3	2	2	False	103391	fragment	False	USA0119_01_000000008892	0.9954473475851149		0	0	False	False	0.9981508851051331	0					non-mobilizable	chromosome	2704.0	99.667	100.0	0.0005458044638849283	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
USA0072_01_000000013385	1302	0.6312539531452372	2	2	1	2	1	True	45158	fragment	False	USA0072_01_000000013385	0.9800650935720098		0	0	False	False	0.9976958632469177	0					non-mobilizable	no_good_hit								True	True
DEN0004_000000000887	1909	0.6312429645337472	6	5	1	2	5	False	106032	maximal	True	DEN0004_000000000887	1.0		14	6	False	False	0.9984285235404968	0					non-mobilizable	chromosome	1085.0	95.76	92.0	0.0002601344443921829	CP010888.1	firmicutes	Clostridioides difficile strain 08ACD0030 chromosome, complete genome	False	False
SPA0014_000000012873	1827	0.63123488135329	3	3	3	2	1	False	103652	fragment	False	ENG0071_000000010644	0.9641804853767975		0	0	False	False	1.0	0					non-mobilizable	other	1827.0	99.891	100.0	0.059727855554101796	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0152_000000002786	9235	0.6312331048224593	8	7	4	5	7	True	30740	maximal	True	ISR0152_000000002786	1.0		1	1	False	False	0.997834324836731	0					non-mobilizable	no_good_hit	3890.0	95.45	84.0	0.0007469733919344187	CP025707.1	enterobacteria	Escherichia coli strain YDC107 chromosome, complete genome	True	True
MON0029_000000011442	2477	0.6312284492463043	3	3	3	3	2	False	30287	fragment	False	MON0029_000000011442	0.9857740585774059		0	0	False	False	0.9995962977409363	0					non-mobilizable	no_good_hit	667.0	76.91199999999999	27.0	0.005712046671600853	NZ_AWEY01000023.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00011, whole genome shotgun sequence	True	False
MAD0099_000000023984	1305	0.631226350501745	2	2	1	2	0	False	15197	fragment	False	MAD0099_000000023984	1.0		0	0	False	False	0.9938697218894958	0					non-mobilizable	no_good_hit								True	False
MAD0009_000000008567	1290	0.631226350501745	2	2	1	2	0	False	19759	maximal	True	MAD0009_000000008567	1.0		2	2	False	False	0.9984496235847473	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000030595	1269	0.631226350501745	2	2	1	2	0	False	22159	maximal	True	ISR0785_000000030595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	94.118	16.0	0.007140093559846647	NZ_QEKH01000048.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_148, whole genome shotgun sequence	True	False
DEN0070_000000005107	6163	0.6312260655562395	4	4	3	2	2	False	70650	maximal	True	DEN0070_000000005107	1.0		3	3	False	False	1.0	0					non-mobilizable	other	3818.0	97.852	99.0	0.0016729328582250778	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0802_000000014623	1250	0.6312233936161693	2	2	2	2	1	False	21850	maximal	True	ISR0802_000000014623	1.0		41	7	False	False	0.9983999729156494	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	0.00028737383853073595	NZ_LBFC01000003.1	thermotogales	Thermosipho affectus strain ik275mar contig_9, whole genome shotgun sequence	True	False
MON0081_000000014742	3835	0.6312227298254123	4	4	4	4	3	False	78525	fragment	False	MON0081_000000014742	0.94110896938408		0	0	False	False	0.9921773076057434	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006583760058522311	XM_024825769.1	ascomycetes	Aspergillus novofumigatus IBT 16806 putative sensor histidine kinase/response regulator (P174DRAFT_432740), partial mRNA	True	False
ISR0391_000000005601	2469	0.6312214091722123	3	3	2	3	1	False	105017	fragment	False	ISR0088_000000007877	0.595998055107578		0	0	False	False	0.9931146502494812	0					non-mobilizable	no_good_hit								True	False
USA0041_01_000000003573	6664	0.6312200344791218	8	6	5	5	4	False	75759	maximal	True	USA0041_01_000000003573	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	72.19	15.0	0.000336375072569498	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
CHI0140_000000005953	5073	0.6312185946331483	10	9	0	4	9	True	81954	fragment	False	CHI0140_000000005953	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4712.0	99.427	93.0	0.14260200992856278	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0150_000000004513	1643	0.6312139701709284	5	5	1	2	5	False	79548	fragment	False	CHI0150_000000004513	1.0		0	0	False	False	0.9872184991836548	0					non-mobilizable	other	1643.0	99.574	100.0	0.0005488760409256951	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
ENG0072_000000004385	2596	0.6312085915310408	3	2	2	2	2	False	62266	maximal	True	ENG0072_000000004385	1.0		21	7	False	False	0.9984591603279114	0					non-mobilizable	other	1496.0	99.33200000000001	96.0	0.0033861604564408396	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0064_000000010436	3541	0.6312080352628555	2	2	2	2	2	False	71312	maximal	True	DEN0064_000000010436	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1434.0	70.851	40.0	0.0006014014710348517	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0222_000000000610	61437	0.6311960544890519	66	19	14	18	11	True	27920	maximal	True	ISR0222_000000000610	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	78.675	1.0	0.0001297851865891885	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0182_000000009906	2741	0.6311940211191884	4	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.7091921673932148		0	0	False	False	1.0	0					non-mobilizable	chromosome	2400.0	96.25	100.0	0.0006951359327011017	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0001_000000003525	2498	0.6311940211191884	3	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.7020041229572814		0	0	False	False	1.0	0					non-mobilizable	chromosome	2400.0	96.25	99.0	0.0006951359327011017	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0058_000000008143	4933	0.6311854388211298	5	4	3	3	3	False	11026	maximal	True	MON0058_000000008143	1.0		1	1	False	False	0.9959456920623779	0					non-mobilizable	no_good_hit	2638.0	80.09899999999999	80.0	0.0008791839072992796	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0155_000000008838	2147	0.6311846042052861	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.8997690203603228		0	0	False	False	0.9836981892585754	0					non-mobilizable	other	1538.0	97.464	95.0	0.014080633628513283	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
DEN0090_000000007521	3257	0.6311749432808514	2	2	1	2	2	False	68775	maximal	True	DEN0090_000000007521	1.0		1	1	False	False	0.9923242330551147	0					non-mobilizable	no_good_hit								True	False
ISR0199_000000002906	8433	0.6311742081186533	7	3	3	3	3	False	43906	fragment	False	ISR0199_000000002906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	70.714	10.0	0.000714619369322262	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
MAD0021_000000000740	13930	0.6311703096415573	10	6	5	6	3	False	89087	maximal	False	MAD0110_000000001549	0.9715466431813563		0	0	False	False	0.9989231824874878	0					non-mobilizable	no_good_hit	3974.0	97.71	86.0	0.031945773396479776	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0011_000000007244	5753	0.631166558076202	7	4	3	3	0	False	85934	maximal	True	FIJ0011_000000007244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000004882	5964	0.6311664307046371	6	5	5	4	3	False	53256	maximal	True	ETH0003_000000004882	1.0		16	6	False	False	0.9998323321342468	0					non-mobilizable	no_good_hit	2267.0	98.897	66.0	0.0006774389221247187	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0046_000000005279	4947	0.6311505114908518	5	5	4	5	4	False	124935	fragment	False	FIJ0046_000000005279	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2753.0	77.297	55.0	0.006533067296888923	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0002_000000018845	1969	0.631150433072616	6	5	1	2	5	False	131870	maximal	True	AST0002_000000018845	1.0		68	9	False	False	1.0	0					non-mobilizable	other	1969.0	99.64399999999999	100.0	0.007026413315910114	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	False	False
MAD0042_000000008149	2714	0.6311479421070586	4	3	1	1	2	False	18139	fragment	False	MAD0042_000000008149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0156_000000004179	3083	0.6311435770626305	4	3	3	3	3	False	93563	fragment	False	CHI0156_000000004179	1.0		0	0	False	False	0.9993512630462646	0					non-mobilizable	other	3072.0	95.508	99.0	0.0007522058042926238	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0198_000000027504	1211	0.6311395791634185	2	2	2	2	2	False	28849	maximal	True	ISR0198_000000027504	1.0		233	11	False	False	1.0	0					non-mobilizable	other	1219.0	97.62100000000001	100.0	0.00032617087444054865	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0010_000000017594	1001	0.631136585493884	1	1	1	1	1	False	51038	fragment	False	FIJ0010_000000017594	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1003.0	97.40799999999999	100.0	0.00019370240330585434	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
MON0020_000000014249	1512	0.6311363076705496	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.43520116771614525		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	99.008	100.0	0.013851456648882533	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0114_000000012613	2214	0.631136103112807	3	3	3	2	2	False	76890	maximal	False	TAN0005_000000007421	0.9271611739553456		0	0	False	False	0.9977416396141052	0					non-mobilizable	other	2056.0	95.963	93.0	0.08307729624838292	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0063_000000005168	4730	0.631134285522676	6	6	3	5	6	False	45638	fragment	False	FIJ0063_000000005168	1.0		0	0	False	False	0.9995771646499634	0					non-mobilizable	plasmid	4730.0	99.979	100.0	0.033229104451393036	CP052311.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 plasmid pE16KP0102-2, complete sequence	False	True
ISR0826_000000003415	3476	0.6311314571652888	2	2	2	1	2	False	78325	fragment	False	ISR0826_000000003415	1.0		0	0	False	False	0.9985615611076355	0					non-mobilizable	other	3469.0	99.971	99.0	0.0006713265920632084	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0096_000000015250	2185	0.6310974967753004	2	2	2	2	2	False	92348	fragment	False	ENG0096_000000015250	1.0		0	0	False	False	0.9881007075309753	0					non-mobilizable	no_good_hit	711.0	82.84100000000001	66.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ENG0170_000000010069	1353	0.6310901211766466	3	2	1	2	2	True	55837	fragment	False	ENG0170_000000010069	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	93.05799999999999	100.0	0.007074792910555151	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0224_000000023210	1350	0.6310901211766466	3	2	1	2	2	True	57723	maximal	False	ENG0141_000000017960	0.9566982408660352		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	100.0	100.0	0.021133600701842337	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0309_000000016376	1273	0.6310901211766466	3	2	1	2	2	True	112227	fragment	False	ISR0309_000000016376	0.9505588993981083		0	0	False	False	1.0	0					non-mobilizable	chromosome	1273.0	97.17200000000001	100.0	0.0005732236937867869	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
USA0083_01_000000021800	1220	0.6310901211766466	3	2	1	2	2	True	490	maximal	True	USA0083_01_000000021800	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	97.04299999999999	87.0	0.0001737429786459873	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
ISR0840_000000016018	1163	0.6310901211766466	4	2	1	2	2	True	112227	fragment	False	ISR0309_000000016376	0.9112333071484682		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	89.95700000000001	100.0	0.0005232018148478456	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
DEN0067_000000025933	1284	0.6310881427318091	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.04317820851821845	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1284.0	99.29899999999999	100.0	0.5556517973148549	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AST0025_000000018869	1960	0.6310870965427984	2	2	2	2	1	False	120294	fragment	False	AST0025_000000018869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0090_000000004959	2542	0.6310838289760485	4	2	1	2	1	False	110375	fragment	False	CHI0108_000000002792	0.9247667739737087		0	0	False	False	0.9988198280334473	0					non-mobilizable	no_good_hit	811.0	85.573	32.0	0.00023344939268444238	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0002_000000031100	1422	0.6310720073650409	3	2	2	2	2	True	85407	fragment	False	MAD0002_000000031100	0.9852737152429227		0	0	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	1075.0	95.62799999999999	76.0	0.20974743488555644	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0063_000000010176	1373	0.6310720073650409	3	2	2	2	2	True	85407	fragment	False	MAD0002_000000031100	0.9765331285050727		0	0	False	False	0.9992716908454895	0					non-mobilizable	no_good_hit	1042.0	95.969	76.0	0.20402525651144435	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0118_000000008151	1319	0.6310720073650409	3	2	2	2	2	True	85407	fragment	False	MAD0002_000000031100	0.9534586587911387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	96.38799999999999	73.0	0.1898184688239937	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0301_000000015985	1263	0.6310720073650409	3	2	2	2	2	True	85407	fragment	False	MAD0002_000000031100	0.7061381445587407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	95.694	74.0	0.18172849250197318	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
DEN0069_000000011596	2407	0.6310638527218522	4	4	4	3	2	False	70733	fragment	False	DEN0069_000000011596	1.0		0	0	False	False	0.9945991039276123	0					non-mobilizable	no_good_hit	62.0	90.323	3.0	0.00010656064173962868	NZ_FQVI01000001.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ENG0025_000000005273	4148	0.6310602070737951	6	4	0	4	1	True	66174	maximal	True	ENG0025_000000005273	1.0		4	4	False	False	0.9997588992118835	0					non-mobilizable	no_good_hit	67.0	82.09	2.0	2.9272765429674657e-05	NZ_CP033732.1	firmicutes	Staphylococcus hominis strain FDAARGOS_575 chromosome, complete genome	True	True
MON0078_000000020365	2198	0.6310579177245771	4	4	4	3	2	False	76616	fragment	False	MON0078_000000020365	1.0		0	0	False	False	0.9404003620147705	0					non-mobilizable	no_good_hit	1667.0	76.545	87.0	0.0010181601963425845	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0113_000000013661	1868	0.6310578131792236	2	2	0	1	2	False	124369	fragment	False	ENG0025_000000004712	0.020836366259546272		0	0	False	False	0.9994646906852722	0					non-mobilizable	other	1868.0	99.786	100.0	0.019844391063115155	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0080_000000017949	1543	0.6310574199445608	2	1	1	1	1	True	61731	maximal	True	ENG0080_000000017949	1.0		0	0	False	False	0.9857420325279236	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000003616	9369	0.6310473619873139	15	9	4	6	9	True	15448	maximal	True	MAD0097_000000003616	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	7237.0	98.632	85.0	0.0029274198965812234	CP023199.1	high GC Gram+	Bifidobacterium breve strain DRBB30 chromosome, complete genome	True	True
MON0007_000000036184	1758	0.6310394617146865	2	2	2	2	2	False	113036	maximal	True	MON0007_000000036184	1.0		31	6	False	False	0.947098970413208	0					non-mobilizable	other	1738.0	99.77	99.0	0.0007278865670965921	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	False
MAD0021_000000006131	2388	0.6310369439665765	2	2	1	2	1	False	50357	fragment	False	MAD0021_000000006131	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2388.0	96.189	100.0	0.0005086513345331851	LR134157.1	enterobacteria	Escherichia coli strain NCTC11105 genome assembly, chromosome: 1	False	False
DEN0070_000000023537	1446	0.6310355293774939	4	3	3	3	2	False	81737	fragment	False	SPA0035_000000013226	0.9742334847887599		0	0	False	False	0.9993084073066711	0					non-mobilizable	other	1446.0	98.89299999999999	100.0	0.011740903846466354	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0104_000000013194	3333	0.6310351831130266	2	2	2	2	2	False	8821	maximal	True	MON0104_000000013194	1.0		53	9	False	False	0.9735973477363586	0					non-mobilizable	chromosome	3295.0	98.99799999999999	99.0	0.0006440323194243749	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0775_000000000510	21367	0.6310291456997535	19	11	3	11	4	True	22454	fragment	False	ISR0775_000000000510	0.9817886334305244		0	0	False	False	0.9993915557861328	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.00042645943896891587	NZ_AFWV01000021.1	g-proteobacteria	Thiocapsa marina 5811 ctg456, whole genome shotgun sequence	True	True
FIJ0064_000000022026	1166	0.6310288063620776	3	2	1	2	2	False	45443	maximal	True	FIJ0064_000000022026	1.0		5	2	False	False	0.989708423614502	0					non-mobilizable	no_good_hit	454.0	97.137	39.0	0.00021565883058642063	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
AST0113_000000021157	1784	0.6310271627882222	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.08700388386722782		0	0	False	False	0.9966367483139038	0					non-mobilizable	chromosome	1784.0	98.76700000000001	100.0	0.0006214856260099577	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0066_000000002664	6224	0.6310265439931653	4	4	4	2	2	False	99657	maximal	True	ENG0066_000000002664	1.0		1	1	False	False	0.9998393058776855	0					non-mobilizable	no_good_hit	2509.0	75.249	42.0	0.00052040572661465	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
ISR0821_000000023029	1415	0.6310236848047683	2	1	1	1	1	False	21219	maximal	True	ISR0821_000000023029	1.0		2	2	False	False	0.971731424331665	0					non-mobilizable	no_good_hit	82.0	82.927	6.0	0.0012801607492991525	NZ_SRJD01000019.1	firmicutes	Sporolactobacillus shoreae strain BK92 NODE_19_length_61711_cov_129.781, whole genome shotgun sequence	True	False
ISR0362_000000003779	6242	0.6310218201170423	7	4	3	2	1	True	118420	fragment	False	ISR0362_000000003779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0023_01_000000008105	3919	0.6310166315856414	5	4	3	3	3	False	88203	maximal	True	USA0023_01_000000008105	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	81.574	43.0	0.0004570490488249642	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0815_000000000311	42427	0.6310165411269346	27	5	0	4	3	True	78484	fragment	False	ISR0815_000000000311	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	31983.0	97.402	99.0	0.3294493380724257	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
SPA0106_000000030407	1245	0.6310130588422246	2	2	2	2	2	False	4729	maximal	True	SPA0106_000000030407	1.0		25	6	False	False	0.9991967678070068	0					non-mobilizable	no_good_hit	706.0	72.663	56.0	0.003105218627768008	NZ_MRAE01000001.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_0, whole genome shotgun sequence	True	False
MAD0045_000000029416	1445	0.6310123501478695	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.42958562212699547		0	0	False	False	0.9764705896377563	0					non-mobilizable	no_good_hit	445.0	96.854	30.0	0.00012329839878701034	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0073_000000009607	4745	0.6310109884763431	8	4	3	4	3	False	70219	maximal	True	DEN0073_000000009607	1.0		18	5	False	False	0.9997892379760742	0					non-mobilizable	no_good_hit	189.0	75.661	4.0	0.0005246054116592844	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
MON0019_000000050085	1335	0.6310093828871197	1	1	1	1	1	False	13147	fragment	False	MON0019_000000050085	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	94.985	100.0	0.13616413187710524	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	False
SPA0012_000000006540	3783	0.6310059642138884	6	4	4	4	3	True	118310	fragment	False	SPA0012_000000006540	1.0		0	0	False	False	0.9918054342269897	0					non-mobilizable	no_good_hit	750.0	77.067	22.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0002_000000027152	1529	0.6310045934775645	2	2	2	2	2	False	51938	fragment	False	TAN0002_000000027152	1.0		0	0	False	False	0.998691976070404	0					non-mobilizable	other	1548.0	81.654	100.0	0.27987593504834885	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	False	False
MAD0045_000000028556	1485	0.6309999017845758	2	2	2	2	1	False	17822	maximal	True	MAD0045_000000028556	1.0		3	2	False	False	0.9993265867233276	0					non-mobilizable	chromosome	1159.0	99.569	94.0	0.00038977602015795017	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0190_000000026414	1118	0.6309972961018039	2	2	2	2	2	False	54764	fragment	False	ENG0190_000000026414	1.0		0	0	False	False	0.9982110857963562	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	4.0	6.041442787159216e-06	CP024767.1	g-proteobacteria	Pseudomonas arsenicoxydans strain ACM1 chromosome	True	False
DEN0031_000000017734	1949	0.6309972946782508	2	2	2	2	2	False	73756	maximal	False	ISR0183_000000016053	0.9631774868137333		0	0	False	False	0.9933299422264099	0					non-mobilizable	other	1949.0	98.97399999999999	100.0	0.005887668839784683	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0056_000000018075	1250	0.6309951293795519	2	2	2	2	1	False	35618	fragment	False	ISR0056_000000018075	1.0		0	0	False	False	0.9775999784469604	0					non-mobilizable	chromosome	1232.0	100.0	99.0	0.0005380583393360421	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
FIJ0015_000000012956	2323	0.6309943822812745	3	3	2	1	1	True	50362	maximal	True	FIJ0015_000000012956	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0063_000000013184	1099	0.6309876632057762	2	2	2	2	2	False	85363	fragment	False	SPA0038_000000022616	0.9891794409377818		0	0	False	False	0.9909008145332336	0					non-mobilizable	no_good_hit	689.0	76.488	62.0	0.0005569245371329231	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
ISR0352_000000009731	1125	0.6309871764549427	2	2	2	2	1	False	24048	fragment	False	ISR0352_000000009731	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1115.0	78.834	98.0	0.00035648406152025304	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0083_000000008316	2669	0.6309799493617441	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.2989689819946851		0	0	False	False	0.9955039620399475	0					non-mobilizable	other	2615.0	97.24700000000001	98.0	0.005748719573367126	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0083_000000004979	2059	0.6309775190357173	3	2	1	2	1	False	16101	maximal	True	MAD0083_000000004979	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	75.993	54.0	0.00028012062024522033	FR773526.1	firmicutes	Clostridium botulinum H04402 065, complete genome sequence	True	False
FIJ0145_000000006242	2289	0.6309765696349491	4	3	2	2	2	False	110629	fragment	False	MAD0094_000000005926	0.952826433121019		0	0	False	False	1.0	0					non-mobilizable	other	2289.0	96.461	100.0	0.09200627589813734	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0168_000000007345	3556	0.6309763571239513	4	4	3	4	2	False	107337	maximal	True	ISR0168_000000007345	1.0		225	8	False	False	1.0	0					non-mobilizable	chromosome	3558.0	97.78	100.0	0.0014430886722610525	CP021559.1	high GC Gram+	Bifidobacterium breve strain CNCM I-4321 chromosome, complete genome	False	False
USA0081_01_000000005342	5791	0.630973853204158	11	5	2	5	3	True	110679	fragment	False	CAN0012_000000009407	0.07992579483358171		0	0	False	False	1.0	0					non-mobilizable	other	3106.0	99.775	100.0	0.0008314947168619898	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0035_000000005971	4904	0.6309708381187704	6	6	4	4	5	False	73506	maximal	False	MON0015_000000006705	0.9728009259259258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1425.0	77.965	52.0	0.0006873280766456052	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
SPA0116_000000010036	3814	0.6309691838047501	4	3	3	3	3	False	113840	maximal	True	SPA0116_000000010036	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	96.491	2.0	1.466552904062823e-05	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
CAN0022_000000008906	3331	0.6309585443396201	5	1	1	1	1	True	119033	maximal	True	CAN0022_000000008906	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	90.544	40.0	0.016064305426674218	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
USA0039_01_000000006864	3323	0.6309585443396201	3	1	1	1	1	True	119016	fragment	False	USA0039_01_000000006864	1.0		0	0	False	False	0.9993981122970581	0					non-mobilizable	no_good_hit	1349.0	87.76899999999999	40.0	0.016064305426674218	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
DEN0061_000000012450	3231	0.6309585443396201	4	1	1	1	1	True	119037	maximal	True	DEN0061_000000012450	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	89.993	41.0	0.016040202942913268	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
USA0044_01_000000009171	3210	0.6309585443396201	3	1	1	1	1	True	119025	fragment	False	USA0044_01_000000009171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	91.648	42.0	0.016064305426674218	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
FIJ0157_000000006212	2946	0.6309585443396201	2	1	1	1	1	True	101374	maximal	True	FIJ0157_000000006212	1.0		5	3	False	False	0.9993211030960083	0					non-mobilizable	no_good_hit	1538.0	89.85700000000001	52.0	0.00041935025314102634	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
SPA0111_000000012129	2844	0.6309585443396201	3	1	1	1	1	True	109754	maximal	True	SPA0111_000000012129	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	1482.0	94.33200000000001	58.0	0.006107669847658795	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
ISR0002_000000007437	2788	0.6309585443396201	3	1	1	1	1	True	119035	fragment	False	ISR0002_000000007437	1.0		0	0	False	False	0.9964131712913513	0					non-mobilizable	no_good_hit	1361.0	89.787	49.0	0.016293279022403257	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0778_000000004825	2690	0.6309585443396201	3	1	1	1	1	True	109756	maximal	True	ISR0778_000000004825	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	94.669	69.0	0.0070273257396425304	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
ISR0294_000000007105	2689	0.6309585443396201	3	1	1	1	1	True	121874	maximal	True	ISR0294_000000007105	1.0		26	7	False	False	0.9973968267440796	0					non-mobilizable	chromosome	2670.0	99.588	99.0	0.0008705298098565892	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	True
ENG0204_000000009409	2666	0.6309585443396201	2	1	1	1	1	True	80784	maximal	True	ENG0204_000000009409	1.0		8	5	False	False	0.9962490797042847	0					non-mobilizable	no_good_hit	1205.0	72.44800000000001	44.0	0.0025551894990790943	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
SPA0025_000000008210	2591	0.6309585443396201	3	1	1	1	1	True	78610	maximal	True	SPA0025_000000008210	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	89.72	4.0	2.5988857645051538e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
CAN0007_000000016155	2545	0.6309585443396201	2	1	1	1	1	True	101372	fragment	False	CAN0007_000000016155	1.0		0	0	False	False	0.9630648493766785	0					non-mobilizable	no_good_hit	1257.0	89.419	49.0	0.0003428065302730424	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ETH0004_000000011211	2521	0.6309585443396201	2	1	1	1	1	True	109757	maximal	True	ETH0004_000000011211	1.0		0	0	False	False	0.9904799461364746	0					non-mobilizable	no_good_hit	1463.0	93.985	64.0	0.0060293135160548	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
AST0046_000000007286	2516	0.6309585443396201	4	1	1	1	1	True	115701	fragment	False	AST0046_000000007286	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1669.0	90.17399999999999	99.0	0.00045516178062569027	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
SPA0089_000000015607	2509	0.6309585443396201	1	1	1	1	1	True	119013	maximal	True	SPA0089_000000015607	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	84.524	53.0	0.01597994673351089	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0141_000000013868	2407	0.6309585443396201	2	1	1	1	1	True	74016	maximal	True	ISR0141_000000013868	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
SPA0083_000000006923	2394	0.6309585443396201	3	1	1	1	1	True	109752	fragment	False	SPA0083_000000006923	0.9291421362489487		0	0	False	False	0.9912280440330505	0					non-mobilizable	no_good_hit	1423.0	90.794	65.0	0.005823112643412707	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
AST0003_000000014205	2388	0.6309585443396201	3	1	1	1	1	True	130213	maximal	True	AST0003_000000014205	1.0		108	8	False	False	0.9953936338424683	0					non-mobilizable	other	1067.0	99.344	99.0	0.02807183862642861	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	False	True
CHI0165_000000006808	2381	0.6309585443396201	2	1	1	1	1	True	119028	maximal	True	CHI0165_000000006808	1.0		2	1	False	False	0.9991599917411804	0					non-mobilizable	no_good_hit	719.0	94.715	41.0	0.008652791670181612	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0153_000000012607	2378	0.6309585443396201	2	1	1	1	1	True	109752	fragment	False	SPA0083_000000006923	0.9262740183792815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1581.0	94.37100000000001	73.0	0.006507699540584456	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
CAN0021_000000018462	2349	0.6309585443396201	4	1	1	1	1	True	119034	fragment	False	CAN0021_000000018462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	89.85799999999999	57.0	0.016016100459152315	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0033_000000027150	2332	0.6309585443396201	3	1	1	1	1	True	119017	fragment	False	MON0033_000000027150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	91.337	57.0	0.016040202942913268	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0066_000000014350	2286	0.6309585443396201	2	1	1	1	1	True	101368	fragment	False	MON0066_000000014350	1.0		0	0	False	False	0.9720035195350647	0					non-mobilizable	no_good_hit	1559.0	89.73700000000001	68.0	0.00042509103235612516	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0347_000000009875	2276	0.6309585443396201	3	1	1	1	1	True	119018	fragment	False	ISR0347_000000009875	1.0		0	0	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit	956.0	88.389	42.0	0.011388423577049615	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
AST0002_000000016511	2231	0.6309585443396201	3	1	1	1	1	True	131886	fragment	False	AST0002_000000016511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	71.536	35.0	0.000325704907999891	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0046_000000014704	2220	0.6309585443396201	2	1	1	1	1	True	109750	fragment	False	MON0046_000000014704	0.9840646651270208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	92.52600000000001	67.0	0.005513811334449567	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
ENG0056_000000005048	2195	0.6309585443396201	3	1	1	1	1	True	63598	maximal	True	ENG0056_000000005048	1.0		5	2	False	False	0.9990888237953186	0					non-mobilizable	no_good_hit	1958.0	93.054	89.0	0.004213252397381687	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
ISR0352_000000004099	2188	0.6309585443396201	3	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.220033992890204		0	0	False	False	0.9945155382156372	0					non-mobilizable	chromosome	2188.0	96.435	100.0	0.0007331020482763519	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0005_000000024851	2170	0.6309585443396201	3	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.2377334577630095		0	0	False	False	0.9806451797485352	0					non-mobilizable	no_good_hit	1343.0	83.84200000000001	62.0	0.01600404921727184	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
USA0130_01_000000016530	2165	0.6309585443396201	2	1	1	1	1	True	109750	fragment	False	MON0046_000000014704	0.9720720720720721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	93.75	68.0	0.005472571159921149	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
ENG0081_000000012245	2147	0.6309585443396201	2	1	1	1	1	True	61666	maximal	True	ENG0081_000000012245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	83.848	60.0	0.004623023564635726	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
ENG0028_000000008074	2146	0.6309585443396201	2	1	1	1	1	True	76776	maximal	True	ENG0028_000000008074	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1168.0	89.555	61.0	0.00041043648982248533	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0160_000000014703	2134	0.6309585443396201	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.6425067401518942		0	0	False	False	0.9995313882827759	0					non-mobilizable	no_good_hit	1240.0	85.323	58.0	0.014786873787343786	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0396_000000010770	2133	0.6309585443396201	3	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.674097693966935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	89.507	52.0	0.013304571036045265	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0163_000000011732	2127	0.6309585443396201	3	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.30813355588378943		0	0	False	False	0.9971791505813599	0					non-mobilizable	other	2127.0	95.675	100.0	0.0006610839038357799	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0098_000000015478	2122	0.6309585443396201	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.5862723614019028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	91.34299999999999	63.0	0.016052254184793745	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0278_000000005240	2114	0.6309585443396201	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.5884594402895831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	75.0	62.0	0.00031235664754524205	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0183_000000015302	2102	0.6309585443396201	4	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.6602148607568679		0	0	False	False	0.9971455931663513	0					non-mobilizable	no_good_hit	1063.0	90.405	51.0	0.012714060183901952	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
SPA0111_000000016448	2093	0.6309585443396201	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.6230046580837646		0	0	False	False	0.9971333146095276	0					non-mobilizable	no_good_hit	1313.0	91.318	63.0	0.015726870654020897	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
FIJ0073_000000008796	2088	0.6309585443396201	3	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.5168695565115715		0	0	False	False	0.9995210766792297	0					non-mobilizable	chromosome	2057.0	96.06200000000001	99.0	0.0006917009684150152	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0058_000000016066	2085	0.6309585443396201	2	1	1	1	1	True	109744	maximal	True	ENG0058_000000016066	1.0		126	12	False	False	1.0	0					non-mobilizable	other	2096.0	95.038	100.0	0.01821717594530487	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MAD0064_000000010072	2081	0.6309585443396201	3	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.5584284892503278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	89.94	64.0	0.01591969052410851	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
FIJ0115_000000011625	2066	0.6309585443396201	3	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.5610074403610338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1311.0	90.542	63.0	0.015702768170259944	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
AST0089_000000010936	2062	0.6309585443396201	2	1	1	1	1	True	110208	fragment	False	AST0089_000000010936	1.0		0	0	False	False	0.9985451102256775	0					non-mobilizable	no_good_hit	1546.0	89.45700000000001	75.0	0.0004218105870903544	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
TAN0017_000000017955	2047	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.1881650086757881		0	0	False	False	0.9990229606628418	0					non-mobilizable	other	2042.0	93.14399999999999	99.0	0.0006346405476823487	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0241_000000007328	2028	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.4707270683569273		0	0	False	False	1.0	0					non-mobilizable	chromosome	2029.0	99.40899999999999	100.0	0.0006822763323490198	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0117_000000007280	2014	0.6309585443396201	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.5600291415463503		0	0	False	False	0.9960278272628784	0					non-mobilizable	no_good_hit	1273.0	88.06	63.0	0.015208667253160437	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
AST0053_000000004367	2003	0.6309585443396201	3	1	1	1	1	True	114099	maximal	True	AST0053_000000004367	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1306.0	84.074	65.0	0.0074590758809773405	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0011_000000023540	2003	0.6309585443396201	2	1	1	1	1	True	128419	fragment	False	SPA0134_000000012162	0.46119091751621877		0	0	False	False	0.9780329465866089	0					non-mobilizable	other	1942.0	96.447	96.0	0.0005507133156802275	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0280_000000006577	1977	0.6309585443396201	3	1	1	1	1	True	127705	maximal	True	ISR0280_000000006577	1.0	PS1022	92	6	False	True	0.9919069409370422	0					non-mobilizable	no_good_hit	1456.0	81.593	81.0	0.007517687902686243	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
ISR0189_000000007757	1947	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.4433705938133934		0	0	False	False	0.9964047074317932	0					non-mobilizable	other	1948.0	97.177	100.0	0.0006057084050674181	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0342_000000008095	1941	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.15331979341989257		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	95.51799999999999	100.0	0.0006035307169136061	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0021_000000024852	1939	0.6309585443396201	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.2927175561279021		0	0	False	False	0.9974213242530823	0					non-mobilizable	no_good_hit	1058.0	78.166	53.0	0.00025498501840427924	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
AUS0004_000000010657	1938	0.6309585443396201	2	1	1	1	1	True	128838	fragment	False	ENG0202_000000010495	0.46317452600875064		0	0	False	False	1.0	0					non-mobilizable	other	1862.0	96.241	95.0	0.009804076514995864	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
MAD0039_000000007489	1917	0.6309585443396201	3	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.34902221291486535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	88.82799999999999	66.0	0.015160462285638535	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0177_000000015980	1901	0.6309585443396201	4	1	1	1	1	True	101366	fragment	False	ISR0177_000000015980	0.8112414804705985		0	0	False	False	0.9637033343315125	0					non-mobilizable	no_good_hit	1558.0	89.666	82.0	0.00042536440279493935	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
SPA0005_000000015231	1894	0.6309585443396201	1	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.5602931859374582		0	0	False	False	0.9957761168479919	0					non-mobilizable	no_good_hit	1151.0	87.92399999999999	60.0	0.013738415743742393	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
USA0120_01_000000006862	1894	0.6309585443396201	2	1	1	1	1	True	121873	fragment	False	USA0120_01_000000006862	0.9842750533049041		0	0	False	False	0.9994720220565796	0					non-mobilizable	chromosome	1832.0	99.618	100.0	0.0005972049763384844	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	True
ISR0013_000000013597	1894	0.6309585443396201	4	1	1	1	1	True	128836	fragment	False	ISR0013_000000013597	1.0		0	0	False	False	0.9994720220565796	0					non-mobilizable	other	1715.0	93.76100000000001	91.0	0.008919022858617946	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ENG0018_000000011151	1893	0.6309585443396201	1	1	1	1	1	True	123982	fragment	False	ENG0018_000000011151	0.9390557723358449		0	0	False	False	1.0	0					non-mobilizable	other	1880.0	91.117	99.0	0.014446215568954498	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
ISR0107_000000014257	1891	0.6309585443396201	1	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.5560062699860351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	78.133	51.0	0.0001971230334586928	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0062_000000010738	1891	0.6309585443396201	1	1	1	1	1	True	71713	maximal	True	DEN0062_000000010738	1.0		1	1	False	False	0.9910100698471069	0					non-mobilizable	no_good_hit	1089.0	85.491	72.0	0.00031021888427464484	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ISR0070_000000011068	1888	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.4752544338244645		0	0	False	False	0.9989407062530518	0					non-mobilizable	chromosome	1805.0	94.90299999999999	100.0	0.0006348171257357827	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0071_000000010912	1883	0.6309585443396201	2	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.9057287917444392		0	0	False	False	1.0	0					non-mobilizable	other	1891.0	92.70200000000001	99.0	0.00046191516795544434	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
USA0032_01_000000011993	1876	0.6309585443396201	1	1	1	1	1	True	121873	fragment	False	USA0120_01_000000006862	0.9796726504751848		0	0	False	False	0.9957355856895447	0					non-mobilizable	chromosome	1876.0	99.68	100.0	0.0006115561609146141	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	True
MON0047_000000021167	1868	0.6309585443396201	3	1	1	1	1	True	108175	fragment	False	MON0047_000000021167	1.0		0	0	False	False	0.9989293217658997	0					non-mobilizable	no_good_hit	444.0	72.523	23.0	0.00018708337025768272	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	True
SPA0140_000000011624	1866	0.6309585443396201	2	1	1	1	1	True	3484	maximal	True	SPA0140_000000011624	1.0		4	1	False	False	0.9689174890518188	0					non-mobilizable	other	1785.0	91.485	96.0	0.00940621605150897	NZ_MIEH01000014.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_14, whole genome shotgun sequence	False	True
ISR0176_000000018386	1862	0.6309585443396201	2	1	1	1	1	True	121876	fragment	False	ISR0176_000000018386	0.9843934040047114		0	0	False	False	1.0	0					non-mobilizable	other	1674.0	95.99799999999999	90.0	0.03343939484901243	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
ISR0052_000000019662	1851	0.6309585443396201	2	1	1	1	1	True	64990	maximal	True	ISR0052_000000019662	1.0		36	10	False	False	0.9956780076026917	0					non-mobilizable	other	1856.0	88.90100000000001	100.0	0.01252891418338206	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
SPA0045_000000014040	1841	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.2955283846102606		0	0	False	False	0.9978272914886475	0					non-mobilizable	other	1841.0	100.0	100.0	0.014070613065787763	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0034_000000019280	1836	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.9316781473201877		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	100.0	99.0	0.014001789414922496	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
MAD0012_000000016005	1827	0.6309585443396201	2	1	1	1	1	True	131334	maximal	True	MAD0012_000000016005	1.0		4	3	False	False	0.9994526505470276	0					non-mobilizable	no_good_hit	1194.0	83.836	74.0	0.0003854342797273887	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	True
FIJ0083_000000019635	1823	0.6309585443396201	2	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.8834572694593031		0	0	False	False	1.0	0					non-mobilizable	other	1826.0	92.44200000000001	99.0	0.0004467141380121123	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0040_000000023263	1819	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.9171973357393806		0	0	False	False	0.9972512125968933	0					non-mobilizable	other	1819.0	100.0	100.0	0.013902377474783779	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0209_000000015797	1813	0.6309585443396201	3	1	1	1	1	True	101366	fragment	False	ISR0177_000000015980	0.5927843637284527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1564.0	89.64200000000001	86.0	0.00042645788455019626	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
SPA0020_000000018264	1813	0.6309585443396201	2	1	1	1	1	True	78836	fragment	False	SPA0020_000000018264	1.0		0	0	False	False	0.9950358271598816	0					non-mobilizable	no_good_hit	1469.0	79.101	86.0	0.0004172741211270854	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0119_000000017541	1809	0.6309585443396201	2	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.8135950699131661		0	0	False	False	0.9917080998420715	0					non-mobilizable	other	1779.0	95.78399999999999	100.0	0.013581200437412537	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0250_000000006981	1808	0.6309585443396201	1	1	1	1	1	True	32177	maximal	True	ISR0250_000000006981	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	76.194	70.0	0.006622097893256207	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
MON0109_000000019885	1806	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.12718763004464953		0	0	False	False	1.0	0					non-mobilizable	chromosome	1810.0	92.486	100.0	0.0006075524321114854	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0061_000000008883	1805	0.6309585443396201	2	1	1	1	1	True	6195	maximal	True	SPA0061_000000008883	1.0		3	1	False	False	0.996121883392334	0					non-mobilizable	no_good_hit	1298.0	89.676	82.0	0.0385600285850405	NZ_KB822487.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.24, whole genome shotgun sequence	True	True
SPA0006_000000017633	1804	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.8683403936087273		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	100.0	100.0	0.013787671390008336	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0061_000000011845	1792	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.8919418044559937		0	0	False	False	0.9977678656578064	0					non-mobilizable	other	1792.0	99.944	100.0	0.013695906522187981	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0130_000000016430	1788	0.6309585443396201	2	1	1	1	1	True	101366	fragment	False	ISR0177_000000015980	0.8032754424708661		0	0	False	False	0.9927293062210083	0					non-mobilizable	no_good_hit	1563.0	88.54799999999999	87.0	0.00042645788455019626	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ENG0048_000000014764	1788	0.6309585443396201	1	1	1	1	1	True	64223	maximal	True	ENG0048_000000014764	1.0		7	5	False	False	0.9994407296180725	0					non-mobilizable	other	1697.0	83.854	94.0	0.011436789016341178	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
CAN0021_000000024450	1781	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.8544499822604561		0	0	False	False	1.0	0					non-mobilizable	other	1781.0	99.83200000000001	100.0	0.013611788726685989	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
DEN0093_000000018122	1776	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.8789846447849103		0	0	False	False	1.0	0					non-mobilizable	other	1776.0	100.0	100.0	0.013573553365094174	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
FIJ0130_000000011572	1776	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.4596669077139011		0	0	False	False	0.9988738894462585	0					non-mobilizable	chromosome	1681.0	97.383	95.0	0.0005654781639597205	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0015_01_000000018848	1775	0.6309585443396201	1	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.1143538380011623		0	0	False	False	0.996619701385498	0					non-mobilizable	no_good_hit	1089.0	83.37899999999999	61.0	0.012930982537750515	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0031_000000012077	1773	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.7853310370273585		0	0	False	False	1.0	0					non-mobilizable	other	1755.0	98.462	99.0	0.01340531777409019	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0036_000000013919	1769	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.8531774831920605		0	0	False	False	0.9915206432342529	0					non-mobilizable	other	1769.0	100.0	100.0	0.013520023858865634	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0020_000000018788	1769	0.6309585443396201	3	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.44113030464912134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	88.76299999999999	60.0	0.012665855216380048	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0176_000000004991	1769	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.9054802801922731	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1769.0	95.08200000000001	100.0	0.0007967448825589932	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
AST0100_000000007745	1761	0.6309585443396201	1	1	1	1	1	True	109742	fragment	False	MON0021_000000015082	0.9333972480545466		0	0	False	False	1.0	0					non-mobilizable	other	1761.0	99.773	100.0	0.01534812334310032	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ENG0144_000000009910	1753	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.7906021306836859		0	0	False	False	1.0	0					non-mobilizable	other	1753.0	100.0	100.0	0.013397670701771827	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
DEN0010_000000026236	1752	0.6309585443396201	3	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.8298537537189615		0	0	False	False	1.0	0					non-mobilizable	other	1755.0	91.339	99.0	0.00042955168485028577	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0372_000000010067	1742	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.230485338318415		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	99.14	100.0	0.013305905833951472	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
DEN0083_000000017148	1739	0.6309585443396201	1	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.47614806291206274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	88.80799999999999	55.0	0.011388423577049615	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
SPA0144_000000010446	1733	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.48169689388561887		0	0	False	False	0.98961341381073	0					non-mobilizable	chromosome	1734.0	94.406	100.0	0.0006104689424807694	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0046_000000019386	1732	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.07989032283020377		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	95.09200000000001	100.0	0.0005382000722992467	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0395_000000022316	1730	0.6309585443396201	2	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.7634254095043089		0	0	False	False	0.9745664596557617	0					non-mobilizable	other	1711.0	84.454	98.0	0.01472896609460025	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0108_000000012587	1729	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.6829261480877447		0	0	False	False	1.0	0					non-mobilizable	other	1674.0	99.104	97.0	0.008284146727935352	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
FIJ0026_000000018896	1727	0.6309585443396201	3	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.745607283498254		0	0	False	False	0.9861030578613281	0					non-mobilizable	other	1720.0	91.86	99.0	0.00042097045826937254	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0356_000000011732	1723	0.6309585443396201	1	1	1	1	1	True	23908	maximal	True	ISR0356_000000011732	1.0		0	0	False	False	0.999419629573822	0					non-mobilizable	no_good_hit	1476.0	100.0	86.0	0.016017461748129486	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
DEN0066_000000021067	1719	0.6309585443396201	1	1	1	1	1	True	93395	maximal	True	DEN0066_000000021067	1.0		1	1	False	False	0.9959278702735901	0					non-mobilizable	no_good_hit	1200.0	77.25	69.0	0.025142375026365744	NZ_JNJN01000018.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
AST0007_000000010544	1715	0.6309585443396201	2	1	1	1	1	True	126921	fragment	False	AST0007_000000010544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1388.0	88.905	81.0	0.00037861805775770633	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
MAD0101_000000016685	1715	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.4637070451090789		0	0	False	False	0.9994168877601624	0					non-mobilizable	chromosome	1714.0	94.516	99.0	0.0006034114980590263	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0086_000000019030	1708	0.6309585443396201	3	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.7450282447026546		0	0	False	False	0.9953161478042603	0					non-mobilizable	other	1709.0	91.984	99.0	0.0004185186792462545	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0137_000000014535	1708	0.6309585443396201	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.825862373892776	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1708.0	97.19	100.0	0.008447551893519253	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ENG0169_000000014070	1708	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.7123692071985578		0	0	False	False	1.0	0					non-mobilizable	other	1700.0	83.471	99.0	0.014606878749825589	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
DEN0035_000000020155	1706	0.6309585443396201	2	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.7796180068350966		0	0	False	False	1.0	0					non-mobilizable	other	1708.0	91.686	99.0	0.00041778314553931906	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
CHI0056_000000011855	1705	0.6309585443396201	2	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.5127263125345953		0	0	False	False	0.9970674514770508	0					non-mobilizable	other	1712.0	91.12100000000001	100.0	0.0004185186792462545	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0058_000000030300	1703	0.6309585443396201	1	1	1	1	1	True	109749	fragment	False	MON0058_000000030300	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	94.646	99.0	0.006920101285868642	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
ISR0067_000000017807	1698	0.6309585443396201	1	1	1	1	1	True	121876	fragment	False	ISR0176_000000018386	0.9419978517722878		0	0	False	False	0.9952885508537292	0					non-mobilizable	other	1600.0	94.56200000000001	94.0	0.03195853595085149	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
ENG0065_000000015984	1697	0.6309585443396201	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.28890235364632527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	88.62200000000001	64.0	0.012906880053989564	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
CHI0112_000000010799	1696	0.6309585443396201	2	1	1	1	1	True	121884	maximal	True	CHI0112_000000010799	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	90.285	87.0	0.029116887794921054	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	True
CHI0093_000000003628	1696	0.6309585443396201	3	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.8135435734576048		0	0	False	False	1.0	0					non-mobilizable	other	1696.0	100.0	100.0	0.0004155765444185128	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0014_000000014018	1694	0.6309585443396201	2	1	1	1	1	True	76775	fragment	False	SPA0014_000000014018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	91.723	64.0	0.0003661702592549179	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0178_000000013316	1694	0.6309585443396201	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.872321411171491	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1694.0	95.868	100.0	0.003100675811798319	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0084_000000015715	1693	0.6309585443396201	2	1	1	1	1	True	93356	maximal	True	ISR0084_000000015715	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	97.464	86.0	0.000413886605289573	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0320_000000015232	1690	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8993176462872001	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1690.0	95.85799999999999	100.0	0.0007611437254763232	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
AUS0016_000000016849	1688	0.6309585443396201	2	1	1	1	1	True	109496	maximal	True	AUS0016_000000016849	1.0		38	6	False	False	0.9988151788711548	0					non-mobilizable	other	1699.0	81.931	100.0	0.00834356678814768	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0113_000000009556	1686	0.6309585443396201	2	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.7298018263236682		0	0	False	False	0.9988137483596802	0					non-mobilizable	other	1703.0	81.268	100.0	0.008338615116463319	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ENG0053_000000014883	1685	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.854149856770664		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	82.51899999999999	99.0	0.006645143400411979	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
AST0062_000000009637	1685	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.854149856770664		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	82.51899999999999	99.0	0.006645143400411979	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
SPA0128_000000022168	1682	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.7527045929929523		0	0	False	False	1.0	0					non-mobilizable	other	1682.0	100.0	100.0	0.01285472856716806	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0104_000000022345	1681	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.7524787560551984		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	100.0	100.0	0.012847081494849697	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0158_000000011393	1679	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.8698962179601374		0	0	False	False	0.9958308339118958	0					non-mobilizable	other	1708.0	82.67	100.0	0.01846080337072551	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0132_000000018281	1675	0.6309585443396201	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.20468339199165173		0	0	False	False	0.9928358197212219	0					non-mobilizable	no_good_hit	926.0	87.041	55.0	0.010990732594993915	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
DEN0079_000000036391	1670	0.6309585443396201	2	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.841290889011253		0	0	False	False	0.9928143620491028	0					non-mobilizable	other	1672.0	97.54799999999999	100.0	0.03339937163554862	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
CHI0028_000000008502	1670	0.6309585443396201	1	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.44093504452076526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	88.181	52.0	0.010303811807806795	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
DEN0031_000000020765	1670	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.8983811077682847		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	95.15299999999999	100.0	0.00868195491494529	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
MON0027_000000024734	1667	0.6309585443396201	1	1	1	1	1	True	12638	maximal	True	MON0027_000000024734	1.0		1	1	False	False	0.9880024194717407	0					non-mobilizable	no_good_hit	967.0	76.008	58.0	0.00027342586049230354	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
SPA0090_000000021733	1667	0.6309585443396201	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8513105093673522	PS1022	0	0	False	True	0.9952009320259094	0					non-mobilizable	other	1667.0	94.301	100.0	0.0030512261680189006	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0104_000000022540	1667	0.6309585443396201	3	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.4153492963761093		0	0	False	False	0.9994001388549805	0					non-mobilizable	other	1667.0	100.0	100.0	0.012947046115109032	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	True
SPA0049_000000010969	1666	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8535005584436655	PS1022	0	0	False	True	0.9993997812271118	0					non-mobilizable	chromosome	1667.0	95.62100000000001	100.0	0.0007503281840841197	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
DEN0035_000000020654	1666	0.6309585443396201	2	1	1	1	1	True	78835	fragment	False	DEN0035_000000020654	1.0		0	0	False	False	0.9933973550796509	0					non-mobilizable	no_good_hit	1210.0	77.60300000000001	78.0	0.00034363751151642323	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0191_000000006466	1666	0.6309585443396201	1	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.3335589635729864		0	0	False	False	0.9735894203186035	0					non-mobilizable	no_good_hit	1013.0	89.339	61.0	0.012111498089878162	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0118_000000009893	1666	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.890713209978364		0	0	False	False	1.0	0					non-mobilizable	other	1666.0	94.898	100.0	0.008660882208841054	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
AST0012_000000013904	1666	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8436114629925417	PS1022	0	0	False	True	0.9927971363067627	0					non-mobilizable	other	1666.0	95.13799999999999	100.0	0.003032911485137635	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0069_000000016359	1665	0.6309585443396201	2	1	1	1	1	True	103852	fragment	False	DEN0069_000000016359	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1665.0	100.0	100.0	0.0003703252007189294	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
CHI0109_000000011565	1664	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.09990234987248497		0	0	False	False	0.9975961446762085	0					non-mobilizable	other	1665.0	92.973	100.0	0.0005173564856841892	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0164_000000016723	1663	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.8588837447393813		0	0	False	False	1.0	0					non-mobilizable	other	1665.0	78.679	99.0	0.04329277927002686	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	False	True
CHI0131_000000010694	1662	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.23854897681146203		0	0	False	False	0.9903730154037476	0					non-mobilizable	other	1662.0	99.21799999999999	100.0	0.012694140048482438	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
FIJ0092_000000021589	1662	0.6309585443396201	1	1	1	1	1	True	45547	fragment	False	FIJ0092_000000021589	1.0		0	0	False	False	0.9813477993011475	0					non-mobilizable	no_good_hit	820.0	75.488	49.0	0.00019932963457949904	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0233_000000010226	1660	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.7688395089432054		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	97.291	100.0	0.0052720337664234965	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0785_000000022726	1659	0.6309585443396201	3	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.38455325285213576		0	0	False	False	1.0	0					non-mobilizable	other	1659.0	99.699	100.0	0.012884875425480656	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	True
USA0036_01_000000019420	1657	0.6309585443396201	1	1	1	1	1	True	101366	fragment	False	ISR0177_000000015980	0.565618120283045		0	0	False	False	0.9873265027999878	0					non-mobilizable	chromosome	1513.0	88.5	91.0	0.00041278936260948486	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0301_000000011560	1655	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8452786937994021	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1656.0	95.713	100.0	0.0007453710609460264	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
DEN0061_000000026182	1654	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.9115015507254227		0	0	False	False	0.9993954300880432	0					non-mobilizable	other	1656.0	94.988	100.0	0.008597664090528345	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0161_000000018735	1654	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.686405271412901		0	0	False	False	0.996372401714325	0					non-mobilizable	other	1663.0	98.677	100.0	0.012686492976164076	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0271_000000011070	1653	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8551545552015896	PS1022	0	0	False	True	0.9993950128555298	0					non-mobilizable	other	1653.0	94.91799999999999	100.0	0.0030255856119851283	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0089_000000018302	1652	0.6309585443396201	3	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.3847280119213046		0	0	False	False	0.9993946552276611	0					non-mobilizable	other	1652.0	99.87899999999999	100.0	0.012830476072055829	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	True
ISR0227_000000015933	1652	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.7536047843321376		0	0	False	False	0.998789370059967	0					non-mobilizable	other	1653.0	99.09299999999999	100.0	0.005246626374778083	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
SPA0059_000000014734	1651	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.6500196236441892		0	0	False	False	0.9945487380027771	0					non-mobilizable	other	1651.0	99.939	100.0	0.01261766932529881	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0102_000000017427	1650	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.7425203546079026		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	90.74600000000001	96.0	0.007796901258567372	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0018_000000012821	1649	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8538388103508902	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1649.0	100.0	100.0	0.02581777165058278	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0039_000000009960	1647	0.6309585443396201	1	1	1	1	1	True	116579	fragment	False	AST0039_000000009960	0.960098219766728		0	0	False	False	0.9902853965759277	0					non-mobilizable	other	1524.0	95.99700000000001	93.0	0.008760814220051379	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0135_000000011836	1645	0.6309585443396201	2	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.3732682264890398		0	0	False	False	0.9993920922279358	0					non-mobilizable	other	1648.0	95.38799999999999	100.0	0.020221627067004103	NZ_JAAITU010000015.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_15_length_81398_cov_163.319, whole genome shotgun sequence	False	True
MON0060_000000025280	1644	0.6309585443396201	1	1	1	1	1	True	10884	maximal	True	MON0060_000000025280	1.0		6	1	False	False	1.0	0					non-mobilizable	other	1224.0	88.56200000000001	92.0	0.008289297851701613	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
SPA0070_000000012535	1644	0.6309585443396201	2	1	1	1	1	True	5922	fragment	False	SPA0070_000000012535	1.0		0	0	False	False	0.9987834692001343	0					non-mobilizable	no_good_hit	1063.0	86.54799999999999	65.0	0.0022936176468045	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
FIJ0097_000000019319	1641	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8260167162688694	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1643.0	93.001	100.0	0.0004975780592636391	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ENG0041_000000014841	1640	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.5059162250279354		0	0	False	False	0.9939024448394775	0					non-mobilizable	other	1648.0	94.478	100.0	0.005221218983132668	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
MON0069_000000031664	1640	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.33370975299650585		0	0	False	False	1.0	0					non-mobilizable	chromosome	1551.0	96.196	95.0	0.0005217209250818849	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0090_000000022113	1638	0.6309585443396201	1	1	1	1	1	True	108575	maximal	True	SPA0090_000000022113	1.0		667	12	False	False	0.9981684684753418	0					non-mobilizable	other	1619.0	100.0	99.0	0.011220293613863789	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	True
ISR0140_000000014190	1636	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.6005584607186668		0	0	False	False	0.9987775087356567	0					non-mobilizable	other	1631.0	98.958	99.0	0.012457080806613188	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
AST0093_000000010584	1632	0.6309585443396201	2	1	1	1	1	True	109496	maximal	False	AUS0016_000000016849	0.9874994385829248		0	0	False	False	0.9975489974021912	0					non-mobilizable	other	1632.0	100.0	100.0	0.017711511939796063	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0319_000000012422	1632	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.31042550809583763		0	0	False	False	1.0	0					non-mobilizable	chromosome	1633.0	97.367	100.0	0.0005493216449894427	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0087_000000019782	1631	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.9079967104486368		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	94.792	100.0	0.008476496030428987	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0132_000000017580	1629	0.6309585443396201	1	1	1	1	1	True	116579	fragment	False	AST0039_000000009960	0.9547662416514875		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	90.338	93.0	0.00868017556187865	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0001_000000020638	1627	0.6309585443396201	3	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.6146291641259143		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	94.936	100.0	0.008105886547298368	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ENG0154_000000020230	1627	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.21620686417593252		0	0	False	False	0.9803318977355957	0					non-mobilizable	other	1579.0	99.303	97.0	0.012051785973739954	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0193_000000012346	1626	0.6309585443396201	2	1	1	1	1	True	54584	maximal	True	ENG0193_000000012346	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1623.0	95.132	99.0	0.00026173465205427815	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
DEN0009_000000002116	1626	0.6309585443396201	3	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.4095713668164939		0	0	False	False	0.9993849992752075	0					non-mobilizable	other	1619.0	99.815	99.0	0.012574021977338784	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	True
SPA0018_000000018377	1626	0.6309585443396201	2	1	1	1	1	True	121870	fragment	False	SPA0113_000000017696	0.9509112286890065		0	0	False	False	0.998769998550415	0					non-mobilizable	chromosome	1627.0	97.603	100.0	0.0005303415027451533	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	True
AUS0006_000000016055	1620	0.6309585443396201	1	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.14896486368275258		0	0	False	False	0.9814814925193787	0					non-mobilizable	other	1503.0	98.204	93.0	0.0003667861418584632	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0062_000000022502	1620	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.4181853736356555		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	95.556	100.0	0.0005036681601459425	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0279_000000013752	1618	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.8154933622988746		0	0	False	False	1.0	0					non-mobilizable	other	1629.0	78.699	100.0	0.042318428398377836	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	False	True
SPA0092_000000027917	1618	0.6309585443396201	1	1	1	1	1	True	109496	maximal	False	AUS0016_000000016849	0.9818877195427934		0	0	False	False	0.999381959438324	0					non-mobilizable	other	1618.0	100.0	100.0	0.017559481794390087	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0145_000000021584	1616	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.7103111412785611		0	0	False	False	1.0	0					non-mobilizable	other	1477.0	90.86	97.0	0.007665196845415896	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
AUS0014_000000017365	1615	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8348348538341702	PS1022	0	0	False	True	0.9993808269500732	0					non-mobilizable	other	1615.0	92.941	100.0	0.003489065864224753	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	True
ENG0124_000000019257	1612	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.5585025494163032		0	0	False	False	0.9993796348571777	0					non-mobilizable	other	1612.0	100.0	100.0	0.012319433504882656	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0022_000000016172	1612	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.845626241902264	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1612.0	94.23100000000001	100.0	0.0007259932159516617	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
DEN0003_000000015675	1611	0.6309585443396201	3	1	1	1	1	True	114881	maximal	True	DEN0003_000000015675	1.0		66	10	False	False	1.0	0					non-mobilizable	other	1625.0	80.738	100.0	0.008386937029485984	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
AST0047_000000014121	1611	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8613481425134141	PS1022	0	0	False	True	0.9993792772293091	0					non-mobilizable	chromosome	1611.0	94.72399999999999	100.0	0.0007255425683936532	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
SPA0122_000000015300	1611	0.6309585443396201	1	1	1	1	1	True	109742	fragment	False	MON0021_000000015082	0.7115946540647187		0	0	False	False	0.9962756037712097	0					non-mobilizable	other	1630.0	84.90799999999999	100.0	0.012372963011111196	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0007_000000010087	1610	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.4111410858702827		0	0	False	False	1.0	0					non-mobilizable	chromosome	1610.0	96.46	100.0	0.000541579979649518	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0134_01_000000002530	1609	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.5578489729500707		0	0	False	False	0.9968924522399902	0					non-mobilizable	other	1609.0	100.0	100.0	0.012296492287927566	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0248_000000002666	1608	0.6309585443396201	2	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.3696886083516372		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	96.766	100.0	0.012374769946327227	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
DEN0033_000000013834	1605	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8447038311135107	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1547.0	98.51299999999999	100.0	0.007650332752337189	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
FIJ0063_000000017646	1605	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.6874247683997369		0	0	False	False	1.0	0					non-mobilizable	other	1611.0	91.49600000000001	100.0	0.005100533872816949	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0037_000000014714	1604	0.6309585443396201	1	1	1	1	1	True	54637	maximal	True	ISR0037_000000014714	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	1255.0	76.972	77.0	0.013432949276227915	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
USA0083_01_000000017429	1599	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.37857119744153145		0	0	False	False	1.0	0					non-mobilizable	chromosome	1600.0	94.68799999999999	100.0	0.0005638898092972655	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0086_000000019229	1598	0.6309585443396201	1	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.17206334522709432		0	0	False	False	0.9962453246116638	0					non-mobilizable	no_good_hit	916.0	86.02600000000001	57.0	0.010930476385591536	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
DEN0070_000000021291	1597	0.6309585443396201	1	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.38270860443883176		0	0	False	False	0.9993738532066345	0					non-mobilizable	no_good_hit	606.0	95.71	53.0	0.007291001337687849	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0114_000000009338	1597	0.6309585443396201	2	1	1	1	1	True	59573	maximal	True	ENG0114_000000009338	1.0		11	5	False	False	0.9993738532066345	0					non-mobilizable	no_good_hit	853.0	91.559	54.0	0.013331871161799725	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
DEN0096_000000028413	1593	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8292656252839338	PS1022	0	0	False	True	0.9993722438812256	0					non-mobilizable	other	1593.0	97.301	100.0	0.024940468730417345	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0037_000000015600	1592	0.6309585443396201	2	1	1	1	1	True	109746	maximal	True	SPA0037_000000015600	1.0		1	1	False	False	0.9968593120574951	0					non-mobilizable	other	1608.0	79.664	99.0	0.013856913631924097	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0330_000000019775	1591	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.8144970233006908		0	0	False	False	0.9886863827705383	0					non-mobilizable	other	1592.0	94.975	100.0	0.008265768969386626	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
TAN0017_000000023743	1591	0.6309585443396201	2	1	1	1	1	True	101366	fragment	False	ISR0177_000000015980	0.23430899215449608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1349.0	88.881	85.0	0.00036850335152157986	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
USA0073_01_000000009385	1591	0.6309585443396201	1	1	1	1	1	True	121872	maximal	True	USA0073_01_000000009385	1.0		2	1	False	False	0.998742938041687	0					non-mobilizable	no_good_hit	1285.0	94.397	81.0	0.025694903043765385	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	True
SPA0110_000000011848	1589	0.6309585443396201	2	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.620097545418082		0	0	False	False	0.9949653744697571	0					non-mobilizable	other	1465.0	93.788	97.0	0.004344942647351845	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0270_000000005193	1589	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8284989227268144	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1589.0	97.546	100.0	0.024877804236119815	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0068_000000016114	1588	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8349250216762535	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1588.0	95.781	100.0	0.00048120437541218473	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
SPA0015_000000015236	1588	0.6309585443396201	2	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.5529505564686249		0	0	False	False	0.986775815486908	0					non-mobilizable	other	1425.0	94.667	90.0	0.028456504772768204	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
ISR0821_000000020060	1588	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.21794738684705164		0	0	False	False	0.998740553855896	0					non-mobilizable	other	1576.0	99.87299999999999	99.0	0.012044138901421591	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0211_000000015344	1582	0.6309585443396201	2	1	1	1	1	True	108700	fragment	False	ENG0211_000000015344	1.0		0	0	False	False	0.9873577952384949	0					non-mobilizable	no_good_hit	811.0	72.133	50.0	0.00033073509962923295	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0021_000000019055	1581	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.36478946653269667		0	0	False	False	0.9955724477767944	0					non-mobilizable	other	1559.0	96.85700000000001	99.0	0.00048469116337700944	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0156_000000012559	1581	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.8671175876282622		0	0	False	False	0.9987349510192871	0					non-mobilizable	other	1581.0	94.81299999999999	100.0	0.008213087204126036	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ENG0182_000000018030	1579	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.6031128707990528		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	94.266	100.0	0.0050274876218363825	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0352_000000006273	1578	0.6309585443396201	2	1	1	1	1	True	124055	fragment	False	ISR0352_000000006273	0.9444909317112354		0	0	False	False	0.9847908616065979	0					non-mobilizable	other	1587.0	91.241	100.0	0.005205254135964145	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
SPA0118_000000016444	1574	0.6309585443396201	1	1	1	1	1	True	4246	fragment	False	SPA0118_000000016444	1.0		0	0	False	False	0.9987293481826782	0					non-mobilizable	chromosome	1574.0	99.428	100.0	0.0005130548485966335	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	True
AST0033_000000008344	1573	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.8927375651565131		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	99.809	100.0	0.008281573498964804	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
CAN0006_000000028691	1572	0.6309585443396201	1	1	1	1	1	True	109742	fragment	False	MON0021_000000015082	0.48450868200459274		0	0	False	False	0.9987277388572693	0					non-mobilizable	other	1573.0	94.723	100.0	0.013656341565508582	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ENG0051_000000018612	1569	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.22515410266528638		0	0	False	False	1.0	0					non-mobilizable	chromosome	1536.0	92.057	100.0	0.0005398944982633394	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0251_000000010784	1567	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.5368862343230862		0	0	False	False	0.9987236857414246	0					non-mobilizable	other	1567.0	99.87200000000001	100.0	0.007754317857708763	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
SPA0126_000000028508	1566	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.23848748625860736		0	0	False	False	1.0	0					non-mobilizable	other	1566.0	100.0	100.0	0.011967668178237962	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0052_000000017369	1565	0.6309585443396201	2	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.5760928475928074		0	0	False	False	1.0	0					non-mobilizable	other	1568.0	89.094	100.0	0.012043646668360785	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
SPA0103_000000011118	1564	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.2174218903178732		0	0	False	False	0.9948849081993103	0					non-mobilizable	other	1564.0	100.0	100.0	0.011952374033601236	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
AUS0014_000000017848	1563	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8114568604347143	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1563.0	95.266	100.0	0.0028607534660537353	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0209_000000018173	1562	0.6309585443396201	2	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.6332700414947562		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	91.68799999999999	100.0	0.00038296788341104246	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0067_000000013460	1561	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8207068170183909	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1562.0	94.62200000000001	100.0	0.0007030101904932293	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
USA0057_01_000000020586	1561	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8369912929034405	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1562.0	94.302	100.0	0.02445481889961148	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0224_000000019946	1559	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.5368897052634028		0	0	False	False	0.9993585348129272	0					non-mobilizable	other	1566.0	94.061	99.0	0.00496079321876717	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0168_000000015926	1556	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.7259450370792047		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	96.46799999999999	100.0	0.004941737675033109	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
SPA0143_000000013155	1556	0.6309585443396201	2	1	1	1	1	True	64984	fragment	False	SPA0143_000000013155	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	87.71	93.0	0.008879452445071531	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ENG0034_000000009465	1555	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8140717223221232	PS1022	0	0	False	True	0.9993569254875183	0					non-mobilizable	other	1555.0	96.07700000000001	100.0	0.0028461017197487226	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0099_000000012710	1554	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.23286073009441882		0	0	False	False	1.0	0					non-mobilizable	other	1554.0	97.29700000000001	100.0	0.00048313567183857234	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0117_000000017611	1549	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.21270714065878069		0	0	False	False	0.9980632662773132	0					non-mobilizable	other	1554.0	97.68299999999999	100.0	0.011875903310417607	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0040_000000015508	1548	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8417821917845156	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1548.0	96.059	100.0	0.0028332814417318364	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0093_000000020729	1548	0.6309585443396201	2	1	1	1	1	True	80783	maximal	True	MAD0093_000000020729	1.0		4	1	False	False	0.9425064325332642	0					non-mobilizable	no_good_hit	694.0	78.818	45.0	0.0001691727525951468	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0018_000000013926	1547	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.84226310198298	PS1022	0	0	False	True	0.9993535876274109	0					non-mobilizable	other	1547.0	94.958	100.0	0.00283144997344371	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0079_000000014728	1546	0.6309585443396201	2	1	1	1	1	True	93354	fragment	False	MON0079_000000014728	1.0		0	0	False	False	0.9974126815795898	0					non-mobilizable	other	1547.0	91.726	100.0	0.04448157644550719	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
SPA0038_000000017084	1546	0.6309585443396201	1	1	1	1	1	True	7034	maximal	True	SPA0038_000000017084	1.0		9	4	False	False	0.9941785335540771	0					non-mobilizable	no_good_hit	283.0	77.032	21.0	8.42941501982277e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
USA0026_01_000000020952	1544	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.8565237731659738		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	99.806	100.0	0.008128796379709091	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
DEN0089_000000012453	1544	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.21354776389905653		0	0	False	False	0.9889896512031555	0					non-mobilizable	other	1544.0	99.935	100.0	0.011799432587233977	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
MON0077_000000028866	1541	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.5812281413732736		0	0	False	False	0.9656067490577698	0					non-mobilizable	other	1479.0	89.926	99.0	0.007670465021941956	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
CHI0045_000000013737	1540	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.3167178990377337		0	0	False	False	0.9954545497894287	0					non-mobilizable	chromosome	1540.0	96.29899999999999	100.0	0.0005180183894845297	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0005_000000012740	1539	0.6309585443396201	2	1	1	1	1	True	121886	maximal	True	CHI0005_000000012740	1.0		2	2	False	False	0.9993502497673035	0					non-mobilizable	no_good_hit	1359.0	97.351	88.0	0.004038625677689121	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0121_000000016701	1539	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.21634571744888237		0	0	False	False	1.0	0					non-mobilizable	other	1539.0	100.0	100.0	0.011761197225642162	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0145_000000019049	1539	0.6309585443396201	1	1	1	1	1	True	105341	maximal	True	ENG0145_000000019049	1.0		19	6	False	False	0.9993502497673035	0					non-mobilizable	other	1311.0	99.161	90.0	0.0003738913123642147	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0029_000000020785	1533	0.6309585443396201	2	1	1	1	1	True	101363	fragment	False	FIJ0029_000000020785	0.9650009164161937		0	0	False	False	0.9960861206054688	0					non-mobilizable	chromosome	1518.0	89.723	99.0	0.0004138828443647418	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
USA0081_01_000000019854	1533	0.6309585443396201	1	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.6284287819794665		0	0	False	False	1.0	0					non-mobilizable	other	1480.0	94.79700000000001	96.0	0.029557143143022952	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
ISR0035_000000012826	1533	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.6824289601844886		0	0	False	False	0.9895629286766052	0					non-mobilizable	other	1535.0	97.72	100.0	0.00487186734800822	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0365_000000011039	1532	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.31787022798225556		0	0	False	False	1.0	0					non-mobilizable	chromosome	1532.0	97.846	100.0	0.0005153256363228167	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0033_000000014378	1532	0.6309585443396201	1	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.332942693933729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	87.336	54.0	0.009954325793272998	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
CHI0107_000000009685	1531	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.3453465141717991		0	0	False	False	0.9993468523025513	0					non-mobilizable	chromosome	1532.0	95.62700000000001	100.0	0.0005149890421776025	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0321_000000007594	1531	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.8016380859720271		0	0	False	False	0.9934683442115784	0					non-mobilizable	other	1513.0	94.646	99.0	0.007849583023827962	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0027_000000016800	1530	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.6983144410588429		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	97.779	100.0	0.004859163652185512	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
SPA0153_000000012344	1525	0.6309585443396201	1	1	1	1	1	True	93393	fragment	False	USA0034_01_000000031700	0.6804753515316894		0	0	False	False	0.9934425950050354	0					non-mobilizable	no_good_hit	1289.0	77.11399999999999	84.0	0.00525399823492053	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
FIJ0032_000000024244	1524	0.6309585443396201	1	1	1	1	1	True	109748	fragment	False	FIJ0032_000000024244	1.0		0	0	False	False	0.9822834730148315	0					non-mobilizable	other	1438.0	94.29799999999999	94.0	0.005926213079733753	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
MON0055_000000016190	1524	0.6309585443396201	1	1	1	1	1	True	111845	maximal	True	MON0055_000000016190	1.0		2	1	False	False	0.9691600799560547	0					non-mobilizable	no_good_hit	1184.0	88.682	84.0	0.008017962406474064	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
FIJ0114_000000026596	1522	0.6309585443396201	2	1	1	1	1	True	41839	fragment	False	FIJ0114_000000026596	1.0		0	0	False	False	0.9954007863998413	0					non-mobilizable	no_good_hit	1068.0	76.779	70.0	0.023628184571530375	NZ_BFBT01000005.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0005_000000010087	1519	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.7946539480520527	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1474.0	95.115	100.0	0.007288860719378862	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
SPA0120_000000026522	1518	0.6309585443396201	2	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.766518823020169		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	97.49700000000001	100.0	0.03033759580556723	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
SPA0013_000000018726	1518	0.6309585443396201	1	1	1	1	1	True	7975	fragment	False	SPA0128_000000024712	0.9914134742404227		0	0	False	False	0.9986824989318848	0					non-mobilizable	no_good_hit	782.0	70.205	51.0	0.044249854057209576	NZ_JAAITU010000063.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_63_length_17130_cov_134.123, whole genome shotgun sequence	True	True
DEN0052_000000030461	1518	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.29862376812726177		0	0	False	False	1.0	0					non-mobilizable	chromosome	1505.0	98.206	99.0	0.0005062375944020355	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0092_000000036863	1518	0.6309585443396201	1	1	1	1	1	True	93353	fragment	False	MON0092_000000036863	0.9505356958835398		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	96.116	100.0	0.0004309189758776213	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
DEN0067_000000022121	1516	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.06595709430495142		0	0	False	False	1.0	0					non-mobilizable	other	1517.0	95.84700000000001	100.0	0.0004685140513772633	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0128_000000024712	1514	0.6309585443396201	1	1	1	1	1	True	7975	fragment	False	SPA0128_000000024712	0.9914361001317523		0	0	False	False	0.9709379076957703	0					non-mobilizable	no_good_hit	564.0	77.482	37.0	0.0001530874457359679	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
FIJ0063_000000018850	1514	0.6309585443396201	2	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.38589024426478113		0	0	False	False	0.9993395209312439	0					non-mobilizable	other	1514.0	90.35700000000001	99.0	0.0003702186324908285	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0108_000000012083	1509	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.21255115290138862		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	100.0	100.0	0.011531785056091275	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0103_000000011526	1508	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.6649787224933431		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	97.946	100.0	0.004789293325160622	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0342_000000009726	1508	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.11564013459124227		0	0	False	False	1.0	0					non-mobilizable	chromosome	1411.0	93.40899999999999	100.0	0.0004968440872907071	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0290_000000010808	1506	0.6309585443396201	2	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.3252821312320469		0	0	False	False	0.9973439574241638	0					non-mobilizable	other	1507.0	94.824	100.0	0.007817973964671609	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
AST0033_000000008722	1506	0.6309585443396201	1	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.227656782576691		0	0	False	False	1.0	0					non-mobilizable	chromosome	1506.0	98.60600000000001	100.0	0.0004908757451607969	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	True
ENG0132_000000012815	1506	0.6309585443396201	2	1	1	1	1	True	103851	fragment	False	ENG0132_000000012815	1.0		0	0	False	False	0.9993360042572021	0					non-mobilizable	chromosome	1506.0	99.934	100.0	0.0003349395595444644	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
MAD0105_000000025472	1505	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.781414881535425	PS1022	0	0	False	True	0.9946843981742859	0					non-mobilizable	other	1506.0	94.35600000000001	100.0	0.0027563597736305198	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0054_000000016895	1499	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.29471100100977327		0	0	False	False	1.0	0					non-mobilizable	chromosome	1499.0	97.131	100.0	0.0005042180295307507	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0349_000000007424	1499	0.6309585443396201	2	1	1	1	1	True	24118	maximal	True	ISR0349_000000007424	1.0		5	2	False	False	0.9993329048156738	0					non-mobilizable	chromosome	1513.0	88.5	100.0	0.00043019303841401025	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	False	True
ISR0344_000000023259	1497	0.6309585443396201	2	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.3936106489215805		0	0	False	False	0.994655966758728	0					non-mobilizable	other	1359.0	94.99600000000001	91.0	0.027175761941926318	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
CHI0155_000000008550	1495	0.6309585443396201	2	1	1	1	1	True	79036	maximal	True	CHI0155_000000008550	1.0		3	2	False	False	0.9899665713310242	0					non-mobilizable	no_good_hit	1282.0	93.604	86.0	0.007120724088630763	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ISR0225_000000014432	1494	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.39643703541823905	PS1022	0	0	False	True	0.9993306398391724	0					non-mobilizable	chromosome	1494.0	94.645	100.0	0.000672816804106661	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
USA0011_01_000000024193	1493	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.20125203536654557		0	0	False	False	0.997320830821991	0					non-mobilizable	other	1493.0	100.0	100.0	0.01140943189899747	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0145_000000018733	1492	0.6309585443396201	2	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.6255437990303474		0	0	False	False	0.9946380853652954	0					non-mobilizable	other	1448.0	94.682	97.0	0.02891677172760201	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
SPA0086_000000009300	1491	0.6309585443396201	1	1	1	1	1	True	109745	maximal	True	SPA0086_000000009300	1.0		2	1	False	False	0.9986585974693298	0					non-mobilizable	no_good_hit	1300.0	100.0	87.0	0.009933546941553427	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	True	True
ENG0023_000000011687	1491	0.6309585443396201	1	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.3004362248694547		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	99.866	100.0	0.011579290943284788	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	True
SPA0117_000000025213	1489	0.6309585443396201	1	1	1	1	1	True	93393	fragment	False	USA0034_01_000000031700	0.5360660330577166		0	0	False	False	0.9973136186599731	0					non-mobilizable	no_good_hit	1262.0	77.813	87.0	0.00035847899872477375	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0385_000000015832	1488	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.32478587990098584		0	0	False	False	1.0	0					non-mobilizable	chromosome	1488.0	99.866	100.0	0.0005005154939333955	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0064_000000012265	1488	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.5999089327024513		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	93.834	100.0	0.004722598922091409	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
USA0035_01_000000017302	1488	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.5431734889693877	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1488.0	95.027	100.0	0.0006701129187586101	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
CHI0133_000000013396	1484	0.6309585443396201	1	1	1	1	1	True	93353	fragment	False	MON0092_000000036863	0.8926239496435341		0	0	False	False	0.9993261694908142	0					non-mobilizable	other	1484.0	97.507	100.0	0.0004206995535247923	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
CHI0115_000000005382	1482	0.6309585443396201	2	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.15416113324479858		0	0	False	False	0.9669365882873535	0					non-mobilizable	chromosome	1487.0	90.652	99.0	0.0004827216630152687	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	True
CHI0140_000000019992	1481	0.6309585443396201	2	1	1	1	1	True	80233	maximal	True	CHI0140_000000019992	1.0		0	0	False	False	0.9804186224937439	0					non-mobilizable	no_good_hit	1312.0	90.396	89.0	0.008893019217332909	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ISR0309_000000013578	1481	0.6309585443396201	2	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.4081995708223318		0	0	False	False	0.9925726056098938	0					non-mobilizable	other	1484.0	87.93799999999999	100.0	0.011396801195124017	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
CAN0007_000000027144	1480	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.29155292964140805		0	0	False	False	0.9986486434936523	0					non-mobilizable	chromosome	1480.0	97.568	100.0	0.0004978227407716825	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0114_000000018966	1479	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.296643413394704	PS1022	0	0	False	True	0.9979715943336487	0					non-mobilizable	other	1479.0	100.0	100.0	0.007318570749485026	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ENG0082_000000014050	1479	0.6309585443396201	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.69739349079387	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1480.0	92.77	100.0	0.0006665077382945424	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0038_000000023591	1477	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.23703027950572006		0	0	False	False	0.995937705039978	0					non-mobilizable	chromosome	1477.0	94.516	100.0	0.0005208393983246333	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0048_000000010740	1476	0.6309585443396201	1	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.2355692333145462		0	0	False	False	0.9844173192977905	0					non-mobilizable	other	1476.0	100.0	100.0	0.011358298488383734	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
DEN0094_000000026378	1474	0.6309585443396201	1	1	1	1	1	True	93393	fragment	False	USA0034_01_000000031700	0.6691698167607606		0	0	False	False	0.9993215799331665	0					non-mobilizable	no_good_hit	1208.0	77.318	81.0	0.009199427998990586	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	True	True
SPA0112_000000022565	1472	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.21087667891553166		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	100.0	100.0	0.011248843380311848	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0142_000000023404	1471	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.5392343002162743	PS1022	0	0	False	True	0.9993202090263367	0					non-mobilizable	other	1471.0	94.833	100.0	0.007278957376010141	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ENG0127_000000018116	1470	0.6309585443396201	1	1	1	1	1	True	78833	fragment	False	ENG0127_000000018116	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	81.86	99.0	0.00037332048593312426	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0099_000000024417	1467	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.6050651882527847	PS1022	0	0	False	True	0.9993183612823486	0					non-mobilizable	other	1468.0	95.436	100.0	0.0026849325103935825	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0221_000000015267	1467	0.6309585443396201	2	1	1	1	1	True	27941	fragment	False	ISR0221_000000015267	1.0		0	0	False	False	0.9856850504875183	0					non-mobilizable	other	922.0	93.275	100.0	0.00456048962129615	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
SPA0101_000000027580	1466	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.6771846290860631	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1466.0	100.0	100.0	0.022950871036470737	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0106_000000026153	1462	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.25536981351623395		0	0	False	False	0.9931600689888	0					non-mobilizable	chromosome	1461.0	98.152	99.0	0.0004914274520126142	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0042_000000022249	1462	0.6309585443396201	1	1	1	1	1	True	87012	fragment	False	ISR0042_000000022249	1.0		0	0	False	False	0.9781121611595154	0					non-mobilizable	other	1338.0	97.01	92.0	0.007689472047185134	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0129_000000007590	1461	0.6309585443396201	2	1	1	1	1	True	109747	maximal	True	ISR0129_000000007590	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	97.811	100.0	0.0003647580894667682	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
USA0020_01_000000023688	1461	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.626364276573989	PS1022	0	0	False	True	0.9835729002952576	0					non-mobilizable	chromosome	1461.0	95.89299999999999	100.0	0.0006579454346923812	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0149_000000012215	1459	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.6196747061903174	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1459.0	94.38	100.0	0.00267028076408857	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0225_000000014923	1459	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.20756490654216497		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	98.50200000000001	100.0	0.011195313874083308	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0087_000000025852	1457	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.6710586326585758	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1457.0	95.47	100.0	0.0026666178275123165	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0370_000000018499	1457	0.6309585443396201	1	1	1	1	1	True	93353	fragment	False	MON0092_000000036863	0.8868022762079714		0	0	False	False	0.9965682625770569	0					non-mobilizable	other	1443.0	97.78200000000001	99.0	0.0004093446397994268	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
USA0065_01_000000008090	1454	0.6309585443396201	1	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.1638190261196318		0	0	False	False	0.9993122220039368	0					non-mobilizable	other	1466.0	84.72	100.0	0.022762877553578142	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0037_000000022704	1454	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.29327554017721125		0	0	False	False	0.9938101768493652	0					non-mobilizable	chromosome	1454.0	96.699	100.0	0.0004890712929961153	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0073_000000016417	1453	0.6309585443396201	2	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.4058593256268335		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	86.81299999999999	100.0	0.011173485496030372	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
ENG0106_000000014340	1450	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.18939760541781217		0	0	False	False	0.9951724410057068	0					non-mobilizable	other	1450.0	100.0	100.0	0.011080607789307863	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0056_000000024796	1445	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.16742929912358354		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	100.0	100.0	0.011042372427716048	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0052_000000022873	1445	0.6309585443396201	1	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.1867662991611257		0	0	False	False	0.9993079304695129	0					non-mobilizable	no_good_hit	843.0	88.84899999999999	58.0	0.010026633244555851	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0036_000000016700	1444	0.6309585443396201	2	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.10074354862224814		0	0	False	False	0.9930747747421265	0					non-mobilizable	other	1436.0	92.68799999999999	99.0	0.00035060440030588395	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0068_000000029242	1444	0.6309585443396201	1	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.42103872275951804		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	91.97200000000001	100.0	0.0003537917130359374	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0046_000000025376	1442	0.6309585443396201	2	1	1	1	1	True	124055	fragment	False	ISR0352_000000006273	0.7236414991072212		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	91.166	100.0	0.004756069768901249	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
AUS0016_000000019758	1439	0.6309585443396201	2	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.38176043197178006		0	0	False	False	0.988186240196228	0					non-mobilizable	other	1439.0	99.861	100.0	0.0003525658235243784	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MAD0045_000000029578	1438	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.4951790096119417		0	0	False	False	0.9965229630470276	0					non-mobilizable	other	1439.0	97.77600000000001	100.0	0.004566978648263246	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0080_000000023063	1437	0.6309585443396201	1	1	1	1	1	True	34293	maximal	True	ISR0080_000000023063	1.0		0	0	False	False	0.9993041157722473	0					non-mobilizable	no_good_hit	803.0	87.04899999999999	56.0	0.00021896972149019694	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
DEN0064_000000029830	1437	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.5776613384496226	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1393.0	100.0	100.0	0.006892726984630011	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0262_000000011836	1437	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.25964718311002294		0	0	False	False	1.0	0					non-mobilizable	chromosome	1437.0	97.147	100.0	0.00048334919252747535	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0073_000000037307	1437	0.6309585443396201	1	1	1	1	1	True	93393	fragment	False	USA0034_01_000000031700	0.5357442406120133		0	0	False	False	0.9944328665733337	0					non-mobilizable	no_good_hit	1201.0	76.27	83.0	0.004891084699070447	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
CHI0133_000000013929	1436	0.6309585443396201	1	1	1	1	1	True	80782	fragment	False	CHI0133_000000013929	1.0		0	0	False	False	0.9742339849472046	0					non-mobilizable	no_good_hit	1206.0	72.72	82.0	0.002557351249924339	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
CAN0019_000000004511	1436	0.6309585443396201	1	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.1697525494054554		0	0	False	False	0.9951253533363342	0					non-mobilizable	other	1436.0	99.51299999999999	100.0	0.00915973037838942	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	False	True
ISR0255_000000023384	1434	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.2629398261616647	PS1022	0	0	False	True	0.9993026256561279	0					non-mobilizable	other	1434.0	100.0	100.0	0.007095745523688798	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0818_000000013140	1433	0.6309585443396201	2	1	1	1	1	True	103851	fragment	False	ENG0132_000000012815	0.9757636122177955		0	0	False	False	0.9993021488189697	0					non-mobilizable	chromosome	1433.0	99.93	100.0	0.0003186933217725402	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
AST0026_000000018393	1432	0.6309585443396201	2	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.16703714337319045		0	0	False	False	0.9965083599090576	0					non-mobilizable	other	1432.0	99.791	100.0	0.011120782107275524	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	True
ISR0301_000000013795	1432	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.22730971426863278		0	0	False	False	1.0	0					non-mobilizable	chromosome	1411.0	96.17299999999999	99.0	0.00047459774475190825	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0063_000000021585	1431	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.24045824061679663	PS1022	0	0	False	True	0.9993011951446533	0					non-mobilizable	other	1431.0	94.41	100.0	0.002618999652021025	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AST0048_000000011108	1430	0.6309585443396201	2	1	1	1	1	True	114880	fragment	False	AST0048_000000011108	0.9953769559032717		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	79.986	100.0	0.007433397078269299	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0248_000000003065	1429	0.6309585443396201	2	1	1	1	1	True	124055	fragment	False	ISR0352_000000006273	0.6235406363104282		0	0	False	False	0.9517144560813904	0					non-mobilizable	other	1436.0	91.226	100.0	0.004713133027932002	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ISR0158_000000013527	1427	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.2801885313303108	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1427.0	97.477	100.0	0.00043238654022544136	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ISR0158_000000013539	1426	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.2823546442142063	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1426.0	98.31700000000001	100.0	0.007051180478529552	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
MON0020_000000015240	1424	0.6309585443396201	1	1	1	1	1	True	109742	fragment	False	MON0021_000000015082	0.35889967041928106		0	0	False	False	0.9803370833396912	0					non-mobilizable	other	1442.0	83.70299999999999	100.0	0.010935313415258968	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
AST0089_000000016648	1423	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.2562120279949734	PS1022	0	0	False	True	0.9985945224761963	0					non-mobilizable	other	1423.0	95.994	100.0	0.007441091360066143	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0114_000000019742	1422	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.5452671710230004		0	0	False	False	0.9936708807945251	0					non-mobilizable	other	1423.0	95.01100000000001	100.0	0.007375447136482649	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
MAD0023_000000009598	1422	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.17791445188079844		0	0	False	False	0.9964838027954102	0					non-mobilizable	chromosome	1422.0	94.374	100.0	0.0005003728095015785	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
DEN0061_000000030859	1420	0.6309585443396201	1	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.5724880630402179		0	0	False	False	0.9845070242881775	0					non-mobilizable	other	1311.0	88.711	92.0	0.06550065149844643	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ENG0182_000000020015	1420	0.6309585443396201	2	1	1	1	1	True	114880	fragment	False	AST0048_000000011108	0.9936287041550199		0	0	False	False	1.0	0					non-mobilizable	other	1434.0	79.986	100.0	0.007380715313008709	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0199_000000021588	1419	0.6309585443396201	1	1	1	1	1	True	131331	fragment	False	ISR0199_000000021588	0.9783534421575586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	78.13600000000001	80.0	0.002468719465269311	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
ENG0179_000000022917	1418	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.1660013625463135		0	0	False	False	0.9908321499824524	0					non-mobilizable	other	1418.0	100.0	100.0	0.01083590147512025	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0045_000000017728	1418	0.6309585443396201	2	1	1	1	1	True	114880	fragment	False	AST0048_000000011108	0.9929269411293132		0	0	False	False	0.9992947578430176	0					non-mobilizable	other	1432.0	79.958	100.0	0.007370178959956591	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ENG0077_000000014604	1417	0.6309585443396201	2	1	1	1	1	True	67651	fragment	False	ENG0077_000000014604	0.9257517066156519		0	0	False	False	0.984474241733551	0					non-mobilizable	no_good_hit	775.0	71.484	53.0	0.005148590073192736	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
AST0099_000000014814	1417	0.6309585443396201	2	1	1	1	1	True	108699	fragment	False	AST0099_000000014814	1.0		0	0	False	False	0.990119993686676	0					non-mobilizable	no_good_hit	808.0	72.525	55.0	0.0053860085877668416	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ENG0192_000000016106	1416	0.6309585443396201	2	1	1	1	1	True	54635	fragment	False	ENG0192_000000016106	1.0		0	0	False	False	0.9985875487327576	0					non-mobilizable	no_good_hit	1276.0	77.586	89.0	0.013660994494336878	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0123_000000005833	1414	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.1763662017350222		0	0	False	False	0.99858558177948	0					non-mobilizable	other	1414.0	100.0	100.0	0.010805313185846798	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0202_000000014906	1414	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.48814660271411436		0	0	False	False	0.99858558177948	0					non-mobilizable	other	1414.0	100.0	100.0	0.006996712090001585	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
CHI0136_000000009787	1412	0.6309585443396201	2	1	1	1	1	True	99492	fragment	False	CHI0136_000000009787	0.9509063444108762		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	88.87299999999999	99.0	0.008109945050514359	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0112_000000019539	1412	0.6309585443396201	1	1	1	1	1	True	101363	fragment	False	FIJ0029_000000020785	0.9331517248733501		0	0	False	False	1.0	0					non-mobilizable	chromosome	1414.0	88.82600000000001	100.0	0.00038572568916687625	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0077_000000025848	1410	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.5317982460651451	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1410.0	96.09899999999999	100.0	0.0025805388179703666	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0134_000000022743	1409	0.6309585443396201	2	1	1	1	1	True	64987	fragment	False	ISR0065_000000024413	0.7269431376410115		0	0	False	False	0.9936124682426453	0					non-mobilizable	other	1411.0	89.65299999999999	100.0	0.00951709074135627	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
AST0002_000000026612	1409	0.6309585443396201	1	1	1	1	1	True	131331	fragment	False	ISR0199_000000021588	0.9749823819591261		0	0	False	False	0.9872249960899353	0					non-mobilizable	no_good_hit	1188.0	78.62	84.0	0.002557351249924339	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
USA0079_01_000000009401	1407	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.22233318959679005		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	98.721	100.0	0.0004374042206085207	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0120_000000028465	1406	0.6309585443396201	2	1	1	1	1	True	114880	fragment	False	AST0048_000000011108	0.9775169108687851		0	0	False	False	0.9921764135360718	0					non-mobilizable	other	1420.0	79.648	100.0	0.007306960841643882	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ENG0156_000000012366	1404	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.5367444504911081	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1404.0	94.943	100.0	0.0025695500082416074	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0078_01_000000012342	1403	0.6309585443396201	3	1	1	1	1	True	108574	fragment	False	USA0078_01_000000012342	0.9733126079185548		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	100.0	96.0	0.009306325111128062	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	True
ISR0316_000000015579	1402	0.6309585443396201	3	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.7799254212330012		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	92.071	100.0	0.07001102535832414	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ISR0070_000000015109	1402	0.6309585443396201	1	1	1	1	1	True	117178	fragment	False	ISR0070_000000015109	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	99.492	99.0	0.005842972587545556	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
SPA0046_000000023764	1401	0.6309585443396201	2	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.24734409976187746		0	0	False	False	0.9950035810470581	0					non-mobilizable	other	1401.0	94.575	99.0	0.0003430038853342179	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0057_000000023561	1401	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.10155099633442301		0	0	False	False	0.9978586435317993	0					non-mobilizable	other	1401.0	100.0	100.0	0.010705901245708081	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
FIJ0132_000000024861	1401	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.5116138435125572	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1402.0	93.795	100.0	0.002565887071665354	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0126_000000011031	1400	0.6309585443396201	1	1	1	1	1	True	81451	maximal	True	CHI0126_000000011031	1.0		12	8	False	False	0.991428554058075	0					non-mobilizable	other	1402.0	93.15299999999999	100.0	0.007782728906245654	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0342_000000010304	1398	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.2323518486983769	PS1022	0	0	False	True	0.9971387982368469	0					non-mobilizable	other	1398.0	100.0	100.0	0.0069174853430518145	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
DEN0003_000000017732	1397	0.6309585443396201	1	1	1	1	1	True	123981	fragment	False	DEN0003_000000017732	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	82.071	99.0	0.004370071363011284	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0347_000000016285	1397	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.25877267102536394	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1397.0	97.99600000000001	100.0	0.002556729730224721	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0010_01_000000018867	1397	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.3583880118271173	PS1022	0	0	False	True	0.9928417801856995	0					non-mobilizable	other	1397.0	94.20200000000001	100.0	0.00729980481525476	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0273_000000009790	1395	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.22106576207572143		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	96.846	100.0	0.0004336710409162716	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0045_000000009430	1393	0.6309585443396201	2	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.30803233568823396		0	0	False	False	0.9885140061378479	0					non-mobilizable	other	1396.0	87.249	100.0	0.010719153556495022	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
ISR0175_000000014584	1390	0.6309585443396201	1	1	1	1	1	True	85281	maximal	True	ISR0175_000000014584	1.0		7	3	False	False	1.0	0					non-mobilizable	other	1390.0	86.331	100.0	0.0068283552527333225	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0249_000000015931	1387	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.49187620500396795	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1387.0	94.665	100.0	0.007252709300317633	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0203_000000012959	1386	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.44066437501527456		0	0	False	False	0.9992784857749939	0					non-mobilizable	other	1389.0	83.15299999999999	99.0	0.01499668791468937	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0003_000000018483	1386	0.6309585443396201	2	1	1	1	1	True	102041	fragment	False	ENG0071_000000010912	0.3303992370487951		0	0	False	False	0.9985569715499878	0					non-mobilizable	other	1390.0	90.719	100.0	0.00033981657260416444	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
FIJ0049_000000012380	1385	0.6309585443396201	2	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.7741079257708552		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	90.634	100.0	0.06945975744211687	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ENG0005_000000017244	1385	0.6309585443396201	2	1	1	1	1	True	67651	fragment	False	ENG0077_000000014604	0.8988372972790735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	72.167	58.0	0.00033073509962923295	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
AST0061_000000030402	1384	0.6309585443396201	1	1	1	1	1	True	124055	fragment	False	ISR0352_000000006273	0.5476340774780669		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	100.0	100.0	0.004567808673882241	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ENG0191_000000023489	1384	0.6309585443396201	1	1	1	1	1	True	54678	maximal	True	ENG0191_000000023489	1.0		1	1	False	False	0.9696531891822815	0					non-mobilizable	other	1357.0	87.84100000000001	97.0	0.009184704820952523	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0091_000000015504	1382	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.39280794998519125		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	82.781	100.0	0.015007547210789797	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0232_000000021362	1381	0.6309585443396201	2	1	1	1	1	True	122986	fragment	False	ISR0232_000000021362	1.0		0	0	False	False	0.9420709609985352	0					non-mobilizable	other	1297.0	94.449	94.0	0.009979901587081572	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
SPA0126_000000032833	1378	0.6309585443396201	1	1	1	1	1	True	124055	fragment	False	ISR0352_000000006273	0.5456760953075406		0	0	False	False	0.9963715672492981	0					non-mobilizable	other	1378.0	100.0	100.0	0.004547991716511819	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
SPA0016_000000024735	1378	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.4550598163693599		0	0	False	False	0.9956458806991577	0					non-mobilizable	other	1379.0	94.561	100.0	0.007143647369336052	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
MON0039_000000035930	1377	0.6309585443396201	1	1	1	1	1	True	93353	fragment	False	MON0092_000000036863	0.8516700964242951		0	0	False	False	0.9840232133865356	0					non-mobilizable	other	1377.0	96.73200000000001	100.0	0.00039032515930943957	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0067_000000022473	1374	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.42993019829556145		0	0	False	False	0.9978166222572327	0					non-mobilizable	other	1374.0	82.824	99.0	0.014855517065383822	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0040_000000014731	1374	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.4418565976209537		0	0	False	False	0.9985443949699402	0					non-mobilizable	other	1374.0	99.927	100.0	0.006798645222627159	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
DEN0066_000000027137	1374	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.20242570997618128		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	97.089	100.0	0.00046214376137898583	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0832_000000009739	1374	0.6309585443396201	1	1	1	1	1	True	21509	fragment	False	ISR0832_000000009739	0.9768211920529801		0	0	False	False	0.9963610172271729	0					non-mobilizable	other	1374.0	90.611	100.0	0.006209494692758906	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	True
MON0086_000000022240	1371	0.6309585443396201	1	1	1	1	1	True	64986	fragment	False	SPA0077_000000021483	0.3801526717557252		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	89.738	100.0	0.009313589157435609	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0181_000000013712	1371	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.15695023421088192		0	0	False	False	0.9992706179618835	0					non-mobilizable	chromosome	1299.0	96.536	95.0	0.00043689920048792686	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0858_000000007830	1367	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.3133857571412397	PS1022	0	0	False	True	0.9948793053627014	0					non-mobilizable	other	1367.0	81.639	99.0	0.0147252055121787	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0109_000000023440	1367	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.23617737223931118	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1367.0	94.73299999999999	100.0	0.021399924802606843	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0142_000000019482	1366	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.23394722476618401	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1359.0	94.555	99.0	0.0024706507206827713	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0130_000000021069	1366	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.1003008214872225		0	0	False	False	0.9963396787643433	0					non-mobilizable	other	1366.0	100.0	100.0	0.010438253714565379	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0057_000000019616	1365	0.6309585443396201	2	1	1	1	1	True	108574	fragment	False	USA0078_01_000000012342	0.709345507940581		0	0	False	False	0.9992673993110657	0					non-mobilizable	other	1265.0	100.0	93.0	0.008765420969050575	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	True
USA0069_01_000000044070	1365	0.6309585443396201	2	1	1	1	1	True	67651	fragment	False	ENG0077_000000014604	0.9193530066948009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0139_000000020773	1365	0.6309585443396201	1	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.8604596233959428		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	90.76799999999999	99.0	0.06775583842838528	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ENG0113_000000020422	1364	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.47056867276718034	PS1022	0	0	False	True	0.9809384346008301	0					non-mobilizable	other	1318.0	98.93799999999999	100.0	0.0065213516083029634	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
DEN0039_000000015746	1362	0.6309585443396201	1	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.8604219950448171		0	0	False	False	1.0	0					non-mobilizable	other	1356.0	90.78200000000001	99.0	0.06785606895860478	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
CHI0116_000000011545	1361	0.6309585443396201	2	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.3868707724171208		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	96.54700000000001	100.0	0.00041237425996255275	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ISR0814_000000030945	1359	0.6309585443396201	3	1	1	1	1	True	21509	fragment	False	ISR0832_000000009739	0.9716157205240175		0	0	False	False	0.9764532446861267	0					non-mobilizable	other	1360.0	90.147	100.0	0.0007704658538384291	NZ_LT574838.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	False	True
SPA0056_000000026349	1358	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.394742046770766		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	89.81700000000001	100.0	0.021243263566863017	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0169_000000023843	1357	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.2022280182488661		0	0	False	False	1.0	0					non-mobilizable	chromosome	1357.0	95.726	100.0	0.0004564216609103458	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0048_000000014491	1356	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.07038884341092294		0	0	False	False	0.9992625117301941	0					non-mobilizable	chromosome	1297.0	94.14	100.0	0.0004559109096445977	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0193_000000014680	1354	0.6309585443396201	1	1	1	1	1	True	87011	fragment	False	ENG0193_000000014680	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	99.77799999999999	100.0	0.007793150321978642	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0338_000000021721	1352	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.382409759292595	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1310.0	96.336	100.0	0.020506955758867025	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0019_000000013456	1351	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.18480237750116707		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	95.411	100.0	0.0004199827153780249	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0167_000000015665	1351	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.23846763326488996		0	0	False	False	0.9866765141487122	0					non-mobilizable	other	1352.0	96.598	100.0	0.007112038310179697	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
DEN0051_000000036025	1349	0.6309585443396201	2	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.386510697684616		0	0	False	False	0.987398087978363	0					non-mobilizable	chromosome	1349.0	98.814	100.0	0.0004087356635511185	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ISR0382_000000010933	1349	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.45713717205878046	PS1022	0	0	False	True	0.9992586970329285	0					non-mobilizable	other	1345.0	97.323	99.0	0.021055270083970422	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0075_000000019656	1348	0.6309585443396201	1	1	1	1	1	True	109742	fragment	False	MON0021_000000015082	0.23937851123595505		0	0	False	False	0.9362017512321472	0					non-mobilizable	other	1302.0	94.931	97.0	0.01133668201479001	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0094_000000028693	1345	0.6309585443396201	1	1	1	1	1	True	109740	fragment	False	MON0094_000000028693	0.9528659468990842		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	93.647	99.0	0.005513811334449567	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
ISR0265_000000013060	1345	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.43255028456701505	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1345.0	99.851	100.0	0.021055270083970422	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0077_000000027365	1344	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.41368809628862746	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	100.0	100.0	0.02103960396039604	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0365_000000012809	1343	0.6309585443396201	1	1	1	1	1	True	124055	fragment	False	ISR0352_000000006273	0.5220286516559703		0	0	False	False	0.9992554187774658	0					non-mobilizable	other	1343.0	99.926	100.0	0.0044323927985176915	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
SPA0003_000000013582	1343	0.6309585443396201	2	1	1	1	1	True	121869	fragment	False	DEN0079_000000036391	0.31362015576684815		0	0	False	False	0.9992554187774658	0					non-mobilizable	other	1343.0	96.947	100.0	0.026855576234215844	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
SPA0114_000000035060	1342	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.21315840289529298	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1343.0	93.448	100.0	0.006970136210694868	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0011_000000012635	1341	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.23818871658450091		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	98.134	99.0	0.007054088368393048	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
CHI0037_000000011154	1338	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.09658250436178861		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	97.085	100.0	0.004246210328739889	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0379_000000018824	1338	0.6309585443396201	1	1	1	1	1	True	23205	maximal	True	ISR0379_000000018824	1.0		29	6	False	False	0.9947683215141296	0					non-mobilizable	no_good_hit	781.0	100.0	58.0	0.00017358993783699815	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MON0046_000000026127	1336	0.6309585443396201	1	1	1	1	1	True	101363	fragment	False	FIJ0029_000000020785	0.7235061547831193		0	0	False	False	0.9842814207077026	0					non-mobilizable	chromosome	1320.0	89.09100000000001	99.0	0.00035975549747952455	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ENG0057_000000020186	1334	0.6309585443396201	2	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.6233376544386268		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	89.145	100.0	0.06730480104239751	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
FIJ0164_000000016970	1332	0.6309585443396201	3	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.47460636655153615		0	0	False	False	0.9984984993934631	0					non-mobilizable	other	1332.0	90.991	100.0	0.06670341786108049	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ISR0167_000000020891	1332	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.22286357625138112		0	0	False	False	0.9992492198944092	0					non-mobilizable	other	1333.0	93.99799999999999	100.0	0.006901311249137336	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
MON0107_000000046308	1331	0.6309585443396201	2	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.8509456733568844		0	0	False	False	0.9977460503578186	0					non-mobilizable	other	1332.0	91.667	100.0	0.06670341786108049	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ISR0198_000000024949	1331	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.20346560888632126	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1331.0	96.16799999999999	100.0	0.00695967054070884	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0086_000000010481	1330	0.6309585443396201	1	1	1	1	1	True	5500	maximal	True	SPA0086_000000010481	1.0		2	1	False	False	0.9887217879295349	0					non-mobilizable	other	1327.0	87.265	99.0	0.006874970366507041	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0378_000000024455	1330	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.44608001401422026	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1330.0	94.73700000000001	100.0	0.0005989106045932703	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
SPA0028_000000025014	1330	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.19406336254816892	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1330.0	96.992	100.0	0.006954437705715826	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0048_000000025857	1328	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.1788237373482624		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	96.461	100.0	0.0004128274543012141	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0075_000000017117	1328	0.6309585443396201	1	1	1	1	1	True	64986	fragment	False	SPA0077_000000021483	0.5659976156159362		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	89.992	100.0	0.009008336781554617	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
DEN0021_000000028253	1325	0.6309585443396201	2	1	1	1	1	True	74703	maximal	True	DEN0021_000000028253	0.9758250191864928		136	12	False	False	0.9735848903656006	0					non-mobilizable	no_good_hit	116.0	87.069	12.0	0.005763255487621529	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
AUS0020_000000019454	1324	0.6309585443396201	1	1	1	1	1	True	99492	fragment	False	CHI0136_000000009787	0.9228045325779037		0	0	False	False	1.0	0					non-mobilizable	chromosome	1324.0	92.069	100.0	0.00042822429227912576	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ISR0090_000000023702	1323	0.6309585443396201	1	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.2318009484304316		0	0	False	False	0.9984883069992065	0					non-mobilizable	other	1326.0	88.68799999999999	100.0	0.010180115662131048	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
ISR0321_000000009028	1322	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.4062220139144754	PS1022	0	0	False	True	0.9977307319641113	0					non-mobilizable	other	1322.0	95.234	100.0	0.02069494924175962	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0255_000000025682	1322	0.6309585443396201	1	1	1	1	1	True	109741	fragment	False	ISR0134_000000015586	0.08728536659686668		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	100.0	100.0	0.01010178253255741	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0228_000000020744	1321	0.6309585443396201	1	1	1	1	1	True	78832	fragment	False	ISR0228_000000020744	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	81.14399999999999	100.0	0.0003533415608449601	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0101_000000017858	1321	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.24120717132437527		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	94.251	100.0	0.006843361307350687	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0128_000000026631	1318	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.3041331290070066		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	94.04700000000001	100.0	0.004198571469404736	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0049_000000022298	1317	0.6309585443396201	1	1	1	1	1	True	101363	fragment	False	FIJ0029_000000020785	0.7414026903238826		0	0	False	False	0.9977220892906189	0					non-mobilizable	chromosome	1318.0	89.90899999999999	99.0	0.0003592087566018961	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
MON0098_000000027063	1317	0.6309585443396201	1	1	1	1	1	True	109740	fragment	False	MON0094_000000028693	0.8014879947258219		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	93.62200000000001	100.0	0.005427206967939888	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
ISR0275_000000011007	1316	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.17541179091329798	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1316.0	100.0	100.0	0.006511448264934242	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
USA0053_01_000000014091	1313	0.6309585443396201	1	1	1	1	1	True	68928	fragment	False	USA0053_01_000000014091	0.9519853542743522		0	0	False	False	0.9992383718490601	0					non-mobilizable	other	1280.0	94.141	97.0	0.025554821796642053	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
ENG0154_000000025864	1312	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.4073451321448571	PS1022	0	0	False	True	0.9984756112098694	0					non-mobilizable	other	1312.0	96.57	100.0	0.002401054925733961	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CAN0012_000000034494	1312	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.1738181022093455		0	0	False	False	0.9969512224197388	0					non-mobilizable	other	1312.0	95.96	100.0	0.00040784988137821526	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0022_000000010907	1311	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.07858913229400906		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	91.98	93.0	0.0004109814513064397	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0231_000000015341	1310	0.6309585443396201	1	1	1	1	1	True	101363	fragment	False	FIJ0029_000000020785	0.7434946651226546		0	0	False	False	0.9992366433143616	0					non-mobilizable	chromosome	1312.0	90.015	100.0	0.0003575685339690107	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0069_000000019536	1310	0.6309585443396201	1	1	1	1	1	True	64986	fragment	False	SPA0077_000000021483	0.5592292835463993		0	0	False	False	0.994656503200531	0					non-mobilizable	other	1311.0	89.321	100.0	0.008879452445071531	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
AST0059_000000011903	1310	0.6309585443396201	1	1	1	1	1	True	122985	fragment	False	AST0059_000000011903	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	99.771	100.0	0.008355461369555226	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	False	True
SPA0077_000000021483	1310	0.6309585443396201	1	1	1	1	1	True	64986	fragment	False	SPA0077_000000021483	0.7358010110705251		0	0	False	False	0.9992366433143616	0					non-mobilizable	other	1311.0	89.169	100.0	0.00888623583120222	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MAD0006_000000007527	1309	0.6309585443396201	1	1	1	1	1	True	93353	fragment	False	MON0092_000000036863	0.4412096894284906		0	0	False	False	0.9816653728485107	0					non-mobilizable	other	1309.0	97.93700000000001	100.0	0.0003710218059763182	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0060_000000010666	1308	0.6309585443396201	1	1	1	1	1	True	6223	fragment	False	SPA0060_000000010666	1.0		0	0	False	False	0.9992354512214661	0					non-mobilizable	other	848.0	91.39200000000001	100.0	0.00484983929867407	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0201_000000022442	1308	0.6309585443396201	1	1	1	1	1	True	28721	maximal	True	ISR0201_000000022442	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1309.0	87.624	100.0	0.008872669058940841	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0004_000000015268	1306	0.6309585443396201	1	1	1	1	1	True	83223	fragment	False	MON0053_000000032412	0.1167604501607717		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	99.238	90.0	0.0002893099247279322	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0063_000000022988	1304	0.6309585443396201	2	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.7454095974564668		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	92.083	100.0	0.06514984464267816	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
MON0063_000000022984	1304	0.6309585443396201	1	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.7522130777590591		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	90.39200000000001	100.0	0.06514984464267816	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ENG0203_000000014500	1304	0.6309585443396201	2	1	1	1	1	True	116762	maximal	True	ENG0203_000000014500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	90.556	83.0	0.05407437105342287	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0015_000000013364	1303	0.6309585443396201	2	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.3831000339090419	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1303.0	93.63	100.0	0.0023845717111408214	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0015_000000013359	1303	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.37226570936716413	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1303.0	100.0	100.0	0.020397292893846345	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
DEN0071_000000033811	1303	0.6309585443396201	1	1	1	1	1	True	74703	maximal	False	DEN0021_000000028253	0.9679245283018868		0	0	False	False	0.9992325305938721	0					non-mobilizable	no_good_hit	102.0	98.039	17.0	0.005061641776084995	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0162_000000030186	1302	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.16493032548880837		0	0	False	False	0.9900153875350952	0					non-mobilizable	chromosome	1302.0	96.928	100.0	0.00043790898292356923	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0033_000000016503	1299	0.6309585443396201	1	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.2400110205926591		0	0	False	False	0.9969207048416138	0					non-mobilizable	other	1302.0	87.25	100.0	0.009995302669777686	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
ENG0073_000000018128	1299	0.6309585443396201	2	1	1	1	1	True	108574	fragment	False	USA0078_01_000000012342	0.7276821658615137		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	100.0	100.0	0.009001199697648454	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	True
ISR0075_000000021368	1296	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.13783492879872714		0	0	False	False	1.0	0					non-mobilizable	chromosome	1296.0	96.605	100.0	0.00043588941805228454	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0025_000000029883	1296	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.14903297556970757	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1296.0	98.38	100.0	0.006412414831247029	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
AST0100_000000010040	1296	0.6309585443396201	2	1	1	1	1	True	108574	fragment	False	USA0078_01_000000012342	0.7271061351541319		0	0	False	False	0.9822530746459961	0					non-mobilizable	chromosome	1293.0	100.0	100.0	0.0003917555469644251	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ENG0001_000000021317	1295	0.6309585443396201	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.14140781650415293		0	0	False	False	0.9776061773300171	0					non-mobilizable	chromosome	1262.0	96.27600000000001	97.0	0.00042444521711500443	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0049_000000017149	1293	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.15336374815101267		0	0	False	False	0.9489558935165405	0					non-mobilizable	chromosome	1293.0	98.29899999999999	100.0	0.00043487963561664216	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0061_000000032598	1292	0.6309585443396201	2	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.8500349757761626		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	90.95100000000001	100.0	0.06469880725669039	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
CHI0039_000000009472	1290	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.3685010813119511	PS1022	0	0	False	True	0.9813953638076782	0					non-mobilizable	other	1290.0	100.0	100.0	0.02019363328737937	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
USA0082_01_000000023101	1288	0.6309585443396201	2	1	1	1	1	True	124055	fragment	False	ISR0352_000000006273	0.43145701169202805		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	100.0	100.0	0.004250737355955491	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ISR0176_000000026513	1287	0.6309585443396201	1	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.6987961396580582		0	0	False	False	0.999222993850708	0					non-mobilizable	other	1288.0	89.829	99.0	0.06439811566603187	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
SPA0098_000000030096	1287	0.6309585443396201	1	1	1	1	1	True	64986	fragment	False	SPA0077_000000021483	0.5584535086912535		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	89.441	100.0	0.00872343456406569	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
DEN0082_000000033531	1287	0.6309585443396201	1	1	1	1	1	True	109740	fragment	False	MON0094_000000028693	0.9469417747156592		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	94.15899999999999	99.0	0.005291114391996107	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
ISR0112_000000030570	1285	0.6309585443396201	1	1	1	1	1	True	32606	fragment	False	ISR0112_000000030570	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	87.08200000000001	100.0	0.008709867791804313	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0029_000000032442	1283	0.6309585443396201	1	1	1	1	1	True	93353	fragment	False	MON0092_000000036863	0.1398766328011611		0	0	False	False	0.9922057390213013	0					non-mobilizable	other	1286.0	90.51299999999999	100.0	0.036933536919132266	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
ENG0147_000000012097	1280	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.22918047391136442		0	0	False	False	0.996874988079071	0					non-mobilizable	other	1280.0	90.859	100.0	0.006627366069782266	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
SPA0017_000000010270	1280	0.6309585443396201	2	1	1	1	1	True	93350	fragment	False	SPA0017_000000010270	0.9835341571211467		0	0	False	False	0.9828125238418579	0					non-mobilizable	other	1281.0	91.491	100.0	0.036847108985624155	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
CHI0024_000000010024	1279	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.07191308858612522	PS1022	0	0	False	True	0.9695074558258057	0					non-mobilizable	other	1265.0	89.012	99.0	0.0023131444479038846	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0024_000000011227	1279	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.1147730081612067	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1279.0	95.7	100.0	0.02002130592806116	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0031_000000019681	1277	0.6309585443396201	2	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.4101231996936853		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	98.279	100.0	0.0040556548913992805	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ENG0164_000000016218	1276	0.6309585443396201	1	1	1	1	1	True	56254	maximal	True	ENG0164_000000016218	1.0		1	1	False	False	0.9976488947868347	0					non-mobilizable	other	1277.0	87.62700000000001	100.0	0.008655600702758804	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0088_000000023601	1275	0.6309585443396201	1	1	1	1	1	True	93353	fragment	False	MON0092_000000036863	0.29099706207768145		0	0	False	False	0.9835293889045715	0					non-mobilizable	other	1275.0	97.098	100.0	0.0003616540021528916	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0308_000000014954	1273	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.0877085892671723		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	96.465	100.0	0.0003957170473784057	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0033_000000024927	1272	0.6309585443396201	1	1	1	1	1	True	93353	fragment	False	MON0092_000000036863	0.3564688639479042		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	94.654	100.0	0.0003608023836234892	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ENG0022_000000011342	1271	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.3561937893084554	PS1022	0	0	False	True	0.9984264373779297	0					non-mobilizable	other	1271.0	94.02	100.0	0.002325964725920771	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0053_000000032412	1270	0.6309585443396201	1	1	1	1	1	True	83223	fragment	False	MON0053_000000032412	0.638830247810447		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	92.598	100.0	0.00031113075803368304	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0099_000000028898	1270	0.6309585443396201	1	1	1	1	1	True	83223	fragment	False	MON0053_000000032412	0.6318732896977098		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	93.155	100.0	0.00031113075803368304	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0054_000000040090	1270	0.6309585443396201	1	1	1	1	1	True	83223	fragment	False	MON0053_000000032412	0.6379598071482141		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	91.81700000000001	100.0	0.00031113075803368304	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0054_000000040080	1270	0.6309585443396201	1	1	1	1	1	True	83223	fragment	False	MON0053_000000032412	0.6362310319367134		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	93.706	100.0	0.00031113075803368304	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
FIJ0095_000000022033	1269	0.6309585443396201	1	1	1	1	1	True	43077	maximal	True	FIJ0095_000000022033	1.0		1	1	False	False	0.9645389914512634	0					non-mobilizable	no_good_hit	417.0	72.182	32.0	0.00017552444349118974	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	True
DEN0052_000000037253	1268	0.6309585443396201	1	1	1	1	1	True	72192	maximal	True	DEN0052_000000037253	1.0		1	1	False	False	0.9992113709449768	0					non-mobilizable	other	1268.0	93.06	99.0	0.008580983455321227	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
DEN0024_000000008102	1265	0.6309585443396201	2	1	1	1	1	True	93350	fragment	False	SPA0017_000000010270	0.9828103265802912		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1266.0	97.39299999999999	100.0	0.0003590991465646844	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ENG0104_000000025110	1262	0.6309585443396201	2	1	1	1	1	True	60218	fragment	False	ENG0104_000000025110	1.0		0	0	False	False	0.9738510251045227	0					non-mobilizable	no_good_hit	1049.0	93.32700000000001	83.0	0.004321970290578269	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
MON0031_000000025403	1260	0.6309585443396201	1	1	1	1	1	True	109740	fragment	False	MON0094_000000028693	0.9402595119760307		0	0	False	False	0.9817460179328918	0					non-mobilizable	other	1230.0	94.715	98.0	0.005068417449542647	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
ENG0007_000000019601	1258	0.6309585443396201	1	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.7882735714347744		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	89.68299999999999	100.0	0.0629948882429588	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
CHI0064_000000014698	1257	0.6309585443396201	1	1	1	1	1	True	85280	fragment	False	CHI0064_000000014698	0.9581128747795414		0	0	False	False	1.0	0					non-mobilizable	chromosome	1266.0	85.15	100.0	0.0003799301086272637	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ISR0040_000000020618	1257	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.08091821373719268		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	99.84100000000001	100.0	0.003988960488330067	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
FIJ0095_000000022291	1256	0.6309585443396201	1	1	1	1	1	True	83223	fragment	False	MON0053_000000032412	0.5008269025338369		0	0	False	False	0.9824841022491455	0					non-mobilizable	other	1238.0	91.03399999999999	98.0	0.0003025495314527698	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0052_000000026891	1256	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.3366797493378881		0	0	False	False	0.9976114630699158	0					non-mobilizable	other	1257.0	99.045	100.0	0.006611561540204089	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
SPA0045_000000019687	1255	0.6309585443396201	1	1	1	1	1	True	93353	fragment	False	MON0092_000000036863	0.36341118920201443		0	0	False	False	0.9872509837150574	0					non-mobilizable	other	1237.0	98.141	99.0	0.0003508668341137944	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0106_000000030286	1252	0.6309585443396201	1	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.19515717147842754		0	0	False	False	0.9920127987861633	0					non-mobilizable	other	1253.0	89.066	99.0	0.00962567668507096	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
DEN0041_000000027216	1252	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.3194336372494306		0	0	False	False	0.9888178706169128	0					non-mobilizable	other	1252.0	95.927	100.0	0.006590488834099853	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0840_000000014587	1251	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.1402289918436372		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	90.514	99.0	0.05300030459945172	NZ_JAAITU010000054.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_54_length_22981_cov_152.043, whole genome shotgun sequence	False	True
MON0104_000000036800	1251	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.12301991243326361		0	0	False	False	0.9720223546028137	0					non-mobilizable	other	1251.0	96.56299999999999	100.0	0.0003888728846092823	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0207_000000024388	1250	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.20627669766192352		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	93.685	100.0	0.006469320774000495	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ENG0061_000000016601	1248	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.1703780420959698		0	0	False	False	0.9903846383094788	0					non-mobilizable	other	1191.0	87.90899999999999	100.0	0.005887537632704801	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0398_000000018208	1246	0.6309585443396201	2	1	1	1	1	True	93350	fragment	False	SPA0017_000000010270	0.9785441104594554		0	0	False	False	0.978330671787262	0					non-mobilizable	other	1247.0	97.434	100.0	0.0003537055625451358	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0037_000000027489	1244	0.6309585443396201	1	1	1	1	1	True	83223	fragment	False	MON0053_000000032412	0.16832466031349674		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	91.238	100.0	0.000304756132573576	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0362_000000016642	1244	0.6309585443396201	1	1	1	1	1	True	124055	fragment	False	ISR0352_000000006273	0.3244735418648462		0	0	False	False	0.9991961121559143	0					non-mobilizable	other	1244.0	99.35700000000001	100.0	0.00410541300190573	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
CHI0003_000000010726	1238	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.07558159956478097		0	0	False	False	0.9781906008720398	0					non-mobilizable	chromosome	1239.0	93.22	100.0	0.0004336799597161072	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0053_000000033312	1238	0.6309585443396201	1	1	1	1	1	True	83223	fragment	False	MON0053_000000032412	0.6305049333049302		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	92.575	100.0	0.0003032850651597052	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0170_000000038153	1238	0.6309585443396201	1	1	1	1	1	True	122984	fragment	False	ISR0170_000000038153	0.9226973077263303		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	93.376	100.0	0.009525569647546223	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
ISR0295_000000028740	1237	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.08807049896912374	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1237.0	95.635	100.0	0.0026719240447223014	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	True
ISR0076_000000021531	1236	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.2465883362259084		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	92.802	100.0	0.006137425652858776	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
AST0016_000000018888	1235	0.6309585443396201	2	1	1	1	1	True	122983	maximal	True	AST0016_000000018888	1.0		18	4	False	False	0.9975708723068237	0					non-mobilizable	no_good_hit								True	True
MON0034_000000023867	1235	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.051695235185830885		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	96.47200000000001	94.0	0.00040968464868218105	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0154_000000008111	1234	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.057376198943529175	PS1022	0	0	False	True	0.9951377511024475	0					non-mobilizable	chromosome	1200.0	88.25	97.0	0.00036204034293771175	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
MON0059_000000031582	1233	0.6309585443396201	1	1	1	1	1	True	78831	fragment	False	MON0059_000000031582	0.9880212954747116		0	0	False	False	0.9464720487594604	0					non-mobilizable	other	1245.0	76.94800000000001	100.0	0.005076665484448331	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
DEN0029_000000011088	1232	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.07654000743352907		0	0	False	False	0.9991883039474487	0					non-mobilizable	other	1232.0	99.919	100.0	0.006095507843447948	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
DEN0085_000000022726	1231	0.6309585443396201	1	1	1	1	1	True	68928	fragment	False	USA0053_01_000000014091	0.9493576969580281		0	0	False	False	0.9991876482963562	0					non-mobilizable	other	1231.0	97.238	100.0	0.024574253066778733	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
DEN0018_000000033255	1230	0.6309585443396201	2	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.6041189997341491		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	89.992	100.0	0.062042698205873506	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ISR0088_000000020471	1229	0.6309585443396201	1	1	1	1	1	True	93353	fragment	False	MON0092_000000036863	0.2868791281146129		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	97.396	100.0	0.0003485958513687213	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
CHI0018_000000014505	1228	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.08156459253836865		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	96.098	100.0	0.00038202872184015896	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0090_000000038621	1227	0.6309585443396201	1	1	1	1	1	True	109740	fragment	False	MON0094_000000028693	0.7899752408407805		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	99.837	100.0	0.0004341631894067015	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
USA0007_01_000000013041	1227	0.6309585443396201	1	1	1	1	1	True	83223	fragment	False	MON0053_000000032412	0.5564184563595663		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	90.399	100.0	0.00030058810823427535	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
USA0035_01_000000021380	1226	0.6309585443396201	1	1	1	1	1	True	1400	maximal	True	USA0035_01_000000021380	1.0		179	14	False	False	1.0	0					non-mobilizable	chromosome	1230.0	88.537	100.0	0.000502001654761373	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	True
ISR0810_000000015190	1225	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.15916667110093155		0	0	False	False	0.9983673691749573	0					non-mobilizable	other	1235.0	78.947	100.0	0.009425462610021484	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
CHI0161_000000009357	1222	0.6309585443396201	1	1	1	1	1	True	78609	fragment	False	CHI0161_000000009357	1.0		0	0	False	False	0.9680851101875305	0					non-mobilizable	no_good_hit	59.0	100.0	5.0	0.008976938554403343	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ISR0069_000000021103	1218	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.2588734814639986		0	0	False	False	0.9983579516410828	0					non-mobilizable	other	1218.0	96.88	100.0	0.003865099454058672	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
USA0069_01_000000049214	1217	0.6309585443396201	1	1	1	1	1	True	751	maximal	True	USA0069_01_000000049214	1.0		4	3	False	False	0.9983566403388977	0					non-mobilizable	no_good_hit	880.0	83.75	71.0	0.014109031733116355	NZ_NFLJ01000013.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_13, whole genome shotgun sequence	True	True
SPA0083_000000015184	1216	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.0609591256163114		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	100.0	100.0	0.019034340142875045	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0136_000000035379	1211	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.2736863167319289		0	0	False	False	0.9933938980102539	0					non-mobilizable	other	1212.0	96.7	100.0	0.006374493596531433	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0155_000000015819	1210	0.6309585443396201	1	1	1	1	1	True	105339	fragment	False	ISR0155_000000015819	0.6148864539990162		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	100.0	100.0	0.009245310432900763	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
FIJ0067_000000027656	1210	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.17357266007771882		0	0	False	False	0.9942148923873901	0					non-mobilizable	other	1211.0	93.807	100.0	0.006258593712958134	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
SPA0092_000000037746	1210	0.6309585443396201	1	1	1	1	1	True	105339	fragment	False	ISR0155_000000015819	0.3606364500872479		0	0	False	False	0.9867768883705139	0					non-mobilizable	other	1216.0	98.191	99.0	0.009268251649855853	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0035_000000017347	1208	0.6309585443396201	1	1	1	1	1	True	68928	fragment	False	USA0053_01_000000014091	0.7310074741657842		0	0	False	False	0.9933775067329407	0					non-mobilizable	other	1208.0	98.758	100.0	0.02415400932540874	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
ENG0202_000000017396	1204	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.07335162442252942	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1205.0	94.855	100.0	0.006295100496596041	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0141_000000025416	1202	0.6309585443396201	1	1	1	1	1	True	31191	fragment	False	ISR0141_000000025416	1.0		0	0	False	False	0.9900166392326355	0					non-mobilizable	other	1203.0	88.113	100.0	0.00814684674295715	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
CAN0023_000000006609	1199	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.06665476377539611		0	0	False	False	0.999165952205658	0					non-mobilizable	chromosome	1191.0	96.977	99.0	0.00040054703280480196	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0057_01_000000027335	1195	0.6309585443396201	1	1	1	1	1	True	954	fragment	False	USA0057_01_000000027335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0270_000000007608	1195	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.08227035232181873		0	0	False	False	1.0	0					non-mobilizable	chromosome	1195.0	97.071	100.0	0.00040189340938565847	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0087_000000032714	1194	0.6309585443396201	1	1	1	1	1	True	101360	fragment	False	CAN0008_000000022217	0.629710299587236		0	0	False	False	0.9941373467445374	0					non-mobilizable	chromosome	1196.0	88.62899999999999	100.0	0.00032613093350537445	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
CAN0014_000000041921	1190	0.6309585443396201	1	1	1	1	1	True	93392	fragment	False	CAN0014_000000041921	0.9872134038800706		0	0	False	False	0.9966386556625366	0					non-mobilizable	no_good_hit								True	True
FIJ0035_000000010136	1190	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.07555675049906685		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	95.714	100.0	0.00036989588784034933	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0047_000000033705	1188	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.07698268803877328		0	0	False	False	1.0	0					non-mobilizable	chromosome	1188.0	96.88600000000001	100.0	0.00039953725036915964	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0079_000000024616	1187	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.2625520176997257	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1187.0	100.0	100.0	0.018580022559217948	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0167_000000021618	1187	0.6309585443396201	1	1	1	1	1	True	56033	fragment	False	ENG0167_000000021618	1.0		0	0	False	False	0.978096067905426	0					non-mobilizable	no_good_hit	685.0	70.949	57.0	0.0001657402619627815	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0089_000000017216	1187	0.6309585443396201	1	1	1	1	1	True	128830	fragment	False	DEN0061_000000026182	0.03266352435293145		0	0	False	False	0.9873631000518799	0					non-mobilizable	other	1190.0	82.185	100.0	0.01287912517510615	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0146_000000036507	1184	0.6309585443396201	1	1	1	1	1	True	93350	fragment	False	SPA0017_000000010270	0.9259692837746468		0	0	False	False	0.9898648858070374	0					non-mobilizable	other	1184.0	95.693	100.0	0.0003358215734276851	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
USA0027_01_000000022905	1184	0.6309585443396201	1	1	1	1	1	True	124055	fragment	False	ISR0352_000000006273	0.3182880309959857		0	0	False	False	0.9983108043670654	0					non-mobilizable	other	1184.0	100.0	100.0	0.003907243428201512	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
TAN0017_000000031024	1183	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.07521261545591076		0	0	False	False	0.9991546869277954	0					non-mobilizable	chromosome	1183.0	95.604	100.0	0.0004170949653250112	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0071_000000010176	1180	0.6309585443396201	2	1	1	1	1	True	10410	maximal	True	MON0071_000000010176	1.0		0	0	False	False	0.9788135886192322	0					non-mobilizable	chromosome	786.0	90.96700000000001	93.0	0.0002769295384307019	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
MON0043_000000025190	1179	0.6309585443396201	1	1	1	1	1	True	109740	fragment	False	MON0094_000000028693	0.6496515258666253		0	0	False	False	0.9804919362068176	0					non-mobilizable	chromosome	1178.0	96.435	100.0	0.00041681082702421505	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
SPA0041_000000028680	1177	0.6309585443396201	1	1	1	1	1	True	42595	fragment	False	SPA0041_000000028680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0086_000000025841	1175	0.6309585443396201	1	1	1	1	1	True	109740	fragment	False	MON0094_000000028693	0.5313750936957524		0	0	False	False	0.9761702418327332	0					non-mobilizable	other	1175.0	95.319	100.0	0.004841596489636344	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
ISR0041_000000013606	1169	0.6309585443396201	2	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.1470809262246233		0	0	False	False	0.9914456605911255	0					non-mobilizable	other	1170.0	90.0	100.0	0.05843439911797133	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
CHI0041_000000013098	1164	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.06589136403820339		0	0	False	False	0.9974226951599121	0					non-mobilizable	chromosome	1164.0	96.735	100.0	0.00039145899088402074	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0096_000000008252	1163	0.6309585443396201	1	1	1	1	1	True	105339	fragment	False	ISR0155_000000015819	0.3452798547279645		0	0	False	False	0.9836629629135132	0					non-mobilizable	other	1163.0	94.411	100.0	0.008885898033937707	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0127_000000022465	1157	0.6309585443396201	1	1	1	1	1	True	31885	fragment	False	ISR0127_000000022465	1.0		0	0	False	False	0.9991356730461121	0					non-mobilizable	chromosome	1159.0	88.179	100.0	0.0003887662377223078	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0061_000000036313	1156	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.06025677897980254		0	0	False	False	0.991349458694458	0					non-mobilizable	other	1156.0	95.588	100.0	0.00035931854537897686	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0062_000000033657	1150	0.6309585443396201	1	1	1	1	1	True	123979	fragment	False	ISR0113_000000009556	0.06755899517888861		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	86.979	99.0	0.00884022146756917	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
AST0140_000000025285	1149	0.6309585443396201	1	1	1	1	1	True	105339	fragment	False	ISR0155_000000015819	0.4691471354129652		0	0	False	False	0.9956483840942383	0					non-mobilizable	other	1150.0	99.04299999999999	100.0	0.008778839021480626	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0145_000000030165	1146	0.6309585443396201	1	1	1	1	1	True	68928	fragment	False	USA0053_01_000000014091	0.7135837242644487		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	98.866	100.0	0.02291328970803066	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
DEN0085_000000024348	1145	0.6309585443396201	1	1	1	1	1	True	87010	fragment	False	DEN0085_000000024348	0.9995519713261649		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	99.825	100.0	0.006589330353542917	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0312_000000017081	1143	0.6309585443396201	1	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.19112219894029936		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	91.243	100.0	0.05713140222511777	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
SPA0096_000000038019	1143	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.06335304181226195		0	0	False	False	0.993000864982605	0					non-mobilizable	other	1143.0	99.038	100.0	0.0036269051573829115	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
MON0019_000000058324	1139	0.6309585443396201	1	1	1	1	1	True	64983	fragment	False	MON0019_000000058324	1.0		0	0	False	False	0.998244047164917	0					non-mobilizable	other	1140.0	88.421	100.0	0.0077262768028544485	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0086_000000025536	1137	0.6309585443396201	1	1	1	1	1	True	101360	fragment	False	CAN0008_000000022217	0.470293431892455		0	0	False	False	0.9973614811897278	0					non-mobilizable	chromosome	1139.0	88.411	100.0	0.00031054881849296346	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
DEN0035_000000031926	1135	0.6309585443396201	2	1	1	1	1	True	90430	fragment	False	CHI0009_000000006711	0.7811025576976935		0	0	False	False	0.9841409921646118	0					non-mobilizable	other	1135.0	100.0	100.0	0.007863914065588095	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	True
ISR0821_000000029712	1134	0.6309585443396201	1	1	1	1	1	True	90430	fragment	False	CHI0009_000000006711	0.9508947365894536		0	0	False	False	0.9867724776268005	0					non-mobilizable	other	1134.0	99.912	100.0	0.007856979397099922	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	True
MON0050_000000036956	1134	0.6309585443396201	1	1	1	1	1	True	93392	fragment	False	CAN0014_000000041921	0.9642857142857142		0	0	False	False	0.9964726567268372	0					non-mobilizable	no_good_hit								True	True
CAN0013_000000020933	1132	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.049557196821022984		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	94.965	100.0	0.00035185218599447865	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0102_000000029289	1131	0.6309585443396201	1	1	1	1	1	True	42594	fragment	False	FIJ0102_000000029289	0.9724729241877257		0	0	False	False	0.9752431511878967	0					non-mobilizable	no_good_hit	775.0	71.87100000000001	67.0	0.0003164828900127641	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0174_000000021995	1131	0.6309585443396201	2	1	1	1	1	True	90430	fragment	False	CHI0009_000000006711	0.7797110166037456		0	0	False	False	0.9858532547950745	0					non-mobilizable	other	1131.0	100.0	100.0	0.007836175391635404	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	True
ISR0025_000000035216	1131	0.6309585443396201	1	1	1	1	1	True	37323	fragment	False	ISR0025_000000035216	1.0		0	0	False	False	0.9991158246994019	0					non-mobilizable	other	1129.0	98.406	99.0	0.006497171887059799	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0157_000000028062	1130	0.6309585443396201	1	1	1	1	1	True	30520	maximal	True	ISR0157_000000028062	1.0		2	1	False	False	0.9955752491950989	0					non-mobilizable	no_good_hit	696.0	83.333	61.0	0.0052994211166254995	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	True	True
CHI0158_000000018282	1127	0.6309585443396201	1	1	1	1	1	True	78831	fragment	False	MON0059_000000031582	0.9460665044606651		0	0	False	False	0.997338056564331	0					non-mobilizable	other	1124.0	79.093	99.0	0.02489755923748441	NZ_BFBT01000005.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0131_000000016381	1126	0.6309585443396201	1	1	1	1	1	True	122984	fragment	False	ISR0170_000000038153	0.5483270411997961		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	97.691	100.0	0.007180973293162436	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	False	True
ENG0021_000000015530	1126	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.027581337201316638	PS1022	0	0	False	True	0.9991118907928467	0					non-mobilizable	other	1124.0	97.509	100.0	0.017593056774031834	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0115_000000032975	1125	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.021170898327997366	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1125.0	98.133	100.0	0.0055656789732213595	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0146_000000038606	1124	0.6309585443396201	1	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.18723368874319016		0	0	False	False	0.9991103410720825	0					non-mobilizable	other	1134.0	88.448	100.0	0.05673048010423975	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ENG0157_000000021905	1123	0.6309585443396201	1	1	1	1	1	True	105339	fragment	False	ISR0155_000000015819	0.45712007103845853		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	98.575	100.0	0.00858001514120319	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
MON0033_000000052459	1120	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.03986254014697629		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	95.35700000000001	100.0	0.00039486401539652073	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0046_000000010409	1116	0.6309585443396201	1	1	1	1	1	True	87010	fragment	False	DEN0085_000000024348	0.9868995633187773		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	99.91	100.0	0.006422293133042266	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0092_000000009981	1115	0.6309585443396201	1	1	1	1	1	True	117177	fragment	False	ISR0233_000000010226	0.048307046072776846		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	100.0	100.0	0.0035379792866239612	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
CHI0116_000000013912	1113	0.6309585443396201	1	1	1	1	1	True	116761	fragment	False	AST0035_000000014416	0.6301169590643275		0	0	False	False	0.9712488651275635	0					non-mobilizable	other	1116.0	89.785	99.0	0.0557281748020447	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
TAN0009_000000039410	1112	0.6309585443396201	1	1	1	1	1	True	2648	fragment	False	TAN0009_000000039410	1.0		0	0	False	False	0.9586330652236938	0					non-mobilizable	no_good_hit								True	True
ISR0159_000000023929	1112	0.6309585443396201	1	1	1	1	1	True	116763	fragment	False	SPA0139_000000020773	0.2361966902116907		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	92.81200000000001	100.0	0.05567805953693495	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
AST0090_000000020396	1109	0.6309585443396201	1	1	1	1	1	True	109739	fragment	False	AST0090_000000020396	1.0		0	0	False	False	0.9927862882614136	0					non-mobilizable	other	1087.0	94.296	98.0	0.00447868295378626	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
MON0083_000000037611	1108	0.6309585443396201	1	1	1	1	1	True	42594	fragment	False	FIJ0102_000000029289	0.9628647214854111		0	0	False	False	0.9657039642333984	0					non-mobilizable	no_good_hit	779.0	70.732	69.0	0.0003164828900127641	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
DEN0051_000000044815	1104	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.02566798134605963		0	0	False	False	1.0	0					non-mobilizable	chromosome	1104.0	96.105	100.0	0.0003892180598591264	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0044_000000020331	1102	0.6309585443396201	1	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.02582158273232257		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	95.64399999999999	100.0	0.00038851231541695203	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0005_000000024472	1099	0.6309585443396201	1	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.04012407075143769	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1099.0	100.0	100.0	0.005436935509427983	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0785_000000003315	7789	0.6309570302558926	11	6	5	6	5	True	43552	maximal	True	ISR0785_000000003315	1.0		1	1	False	False	0.9989728927612305	0					non-mobilizable	no_good_hit	304.0	73.684	4.0	0.0007099227184799077	NZ_FWXO01000003.1	CFB group bacteria	Cellulophaga tyrosinoxydans strain DSM 21164, whole genome shotgun sequence	True	True
ISR0063_000000001032	15404	0.6309560702468406	16	10	5	10	8	False	106005	maximal	True	ISR0063_000000001032	1.0		6	5	False	False	0.9997403025627136	0					non-mobilizable	no_good_hit	2619.0	82.245	17.0	0.0009207375958054028	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0113_01_000000004221	4503	0.6309522061982241	8	6	6	6	6	False	103964	fragment	False	FIJ0135_000000005837	0.9430885468494162		0	0	False	False	1.0	0					non-mobilizable	other	4503.0	97.46799999999999	100.0	0.0022079930427852026	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MON0071_000000005858	2052	0.6309521543797523	2	2	2	2	1	False	114100	fragment	False	ISR0306_000000004549	0.8488732963642921		0	0	False	False	1.0	0					non-mobilizable	other	2052.0	97.027	100.0	0.0007146386283955788	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MAD0102_000000010811	1849	0.6309521543797523	2	2	2	2	1	False	114100	fragment	False	ISR0306_000000004549	0.5843694043593706		0	0	False	False	1.0	0					non-mobilizable	chromosome	1849.0	97.78299999999999	100.0	0.00041105207074991745	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0316_000000009013	2225	0.630947460136037	3	3	3	3	2	True	124701	fragment	False	ISR0316_000000009013	0.9853412734768667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0153_000000000653	28472	0.6309382108331757	34	17	7	16	7	True	108400	backbone	False	ISR0280_000000000088	0.9770082763333147	PS672	0	0	True	True	1.0	5					non-mobilizable	other	28155.0	95.553	99.0	0.23536645557442465	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0018_000000004177	5235	0.6309331053678168	4	4	2	4	1	True	106250	fragment	False	ISR0018_000000004177	1.0		0	0	False	False	0.9944603443145752	0					non-mobilizable	no_good_hit	920.0	72.609	17.0	0.0019070042677584544	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0207_000000006826	3876	0.6309291632931573	3	3	2	2	2	True	28590	maximal	True	ISR0207_000000006826	1.0		11	5	False	False	0.9994840025901794	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.782244247950419e-05	CP012068.1	firmicutes	Eubacterium sulci ATCC 35585, complete genome	True	True
FIJ0169_000000013717	1655	0.6309274931000188	4	4	3	3	4	False	103337	fragment	False	FIJ0169_000000013717	0.9703660816707399		0	0	False	False	0.9969788789749146	0					non-mobilizable	other	1634.0	98.715	99.0	0.0004979698504108327	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
USA0040_01_000000003089	6218	0.6309221209329939	6	5	5	5	4	False	1304	maximal	True	USA0040_01_000000003089	1.0		13	7	False	False	1.0	0					non-mobilizable	chromosome	4856.0	100.0	100.0	0.0009107820081251885	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ISR0066_000000004195	7565	0.630904989187266	8	5	1	4	3	True	110314	maximal	True	ISR0066_000000004195	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	88.035	16.0	0.0029713316573687356	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0185_000000004306	6682	0.630904989187266	7	5	1	4	3	True	110312	fragment	False	ISR0185_000000004306	0.9846576726177656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	94.65	12.0	0.019122876333465034	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
ISR0383_000000001404	6680	0.630904989187266	7	5	1	4	3	True	110312	fragment	False	ISR0185_000000004306	0.984582844721926		0	0	False	False	0.9998502731323242	0					non-mobilizable	no_good_hit	243.0	94.65	12.0	0.019122876333465034	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
AST0089_000000002589	6638	0.630904989187266	7	5	1	4	3	True	110312	fragment	False	ISR0185_000000004306	0.9677941689247711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	72.054	10.0	0.04622678783089688	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
ISR0849_000000003695	6382	0.630904989187266	7	5	1	4	3	True	110312	fragment	False	ISR0185_000000004306	0.9572887308173921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	95.139	11.0	0.011220861319636507	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
USA0133_01_000000007659	3256	0.6309045347990679	3	3	1	3	3	True	64	maximal	True	USA0133_01_000000007659	1.0		2	2	False	False	0.999078631401062	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	9.959264180413286e-06	NZ_AP017312.1	firmicutes	Aneurinibacillus soli strain CB4	True	True
SPA0035_000000016228	1287	0.6309004124095073	3	2	1	1	2	False	72618	fragment	False	SPA0035_000000016228	0.9772545889864326		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	98.13	100.0	0.00036741943304999085	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0148_000000005412	5391	0.6308999225000964	7	2	2	2	2	False	30934	maximal	True	ISR0148_000000005412	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0849_000000002840	7864	0.6308889066116965	9	8	7	7	7	False	93551	maximal	True	ISR0849_000000002840	1.0		1	1	False	False	0.9978382587432861	0					non-mobilizable	no_good_hit	1494.0	73.96300000000001	19.0	0.0004894078871413294	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0184_000000007529	1513	0.630883320714459	3	3	2	3	2	False	55263	fragment	False	ISR0184_000000007529	0.9866351822319763		0	0	False	False	1.0	0					non-mobilizable	other	1385.0	99.061	92.0	0.02114268255423159	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0259_000000006567	2339	0.6308746086395828	4	4	4	3	4	False	131700	fragment	False	ISR0264_000000003339	0.2730737076635061		0	0	False	False	1.0	0					non-mobilizable	other	2340.0	94.65799999999999	100.0	0.021293454403045566	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ISR0324_000000022738	1355	0.6308728937257886	2	2	2	2	2	False	96059	fragment	False	ENG0152_000000016577	0.8528787370281434		0	0	False	False	1.0	0					non-mobilizable	chromosome	1355.0	97.417	100.0	0.0004719526290619645	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0113_000000014409	2157	0.6308674206373709	3	2	1	0	1	False	4498	maximal	True	SPA0113_000000014409	1.0		9	2	False	False	0.998609185218811	0					non-mobilizable	no_good_hit	1619.0	85.361	75.0	0.26342584989325013	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0309_000000009566	1976	0.6308674206373709	2	2	1	0	1	False	25381	fragment	False	ISR0309_000000009566	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1795.0	88.134	90.0	0.26864766525166767	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0012_000000012378	1857	0.6308674206373709	2	2	1	0	1	False	96442	fragment	False	MON0040_000000013374	0.9629900034204972		0	0	False	False	0.9859989285469055	0					non-mobilizable	plasmid	1143.0	100.0	99.0	0.20684658576344864	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CHI0102_000000004722	1803	0.6308674206373709	2	2	1	0	1	False	96442	fragment	False	MON0040_000000013374	0.6546401005205529		0	0	False	False	0.9972268342971802	0					non-mobilizable	plasmid	1098.0	100.0	100.0	0.19869588842600977	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0098_000000010710	2380	0.6308669309089865	4	3	3	3	3	False	75922	fragment	False	ISR0850_000000005066	0.5372137624372532		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	584.0	75.685	24.0	0.0026447439696651053	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
FIJ0011_000000010244	4163	0.6308654104460879	5	2	1	2	1	False	51003	maximal	True	FIJ0011_000000010244	1.0		2	1	False	False	0.9959164261817932	0					non-mobilizable	no_good_hit	124.0	77.419	3.0	0.0008950531938117624	NZ_NIPR01000034.1	firmicutes	Lactobacillus nuruki strain SYF10-1a, whole genome shotgun sequence	True	False
ISR0399_000000013925	1265	0.6308634733538238	2	2	2	2	1	False	23834	fragment	False	ISR0399_000000013925	1.0		0	0	False	False	0.9968379735946655	0					non-mobilizable	other	1265.0	98.97200000000001	100.0	0.038904278239458294	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
MAD0012_000000015556	1870	0.6308630795340701	3	3	2	3	2	False	19662	fragment	False	MAD0012_000000015556	1.0		0	0	False	False	0.9983957409858704	0					non-mobilizable	no_good_hit	1209.0	93.714	64.0	0.00032197579499611734	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0009_000000006002	4806	0.6308580796437736	3	3	3	3	3	False	108739	fragment	False	MAD0091_000000002323	0.6367167394029657		0	0	False	False	0.990428626537323	0					non-mobilizable	no_good_hit	3727.0	96.727	78.0	0.10273594792873297	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0117_000000013413	1523	0.6308573973109725	3	2	2	2	2	False	41609	maximal	True	FIJ0117_000000013413	1.0		13	4	False	False	0.9993433952331543	0					non-mobilizable	no_good_hit	734.0	75.613	48.0	0.03633903062503133	NZ_CABIWU010000041.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0097_000000018358	1791	0.6308569102509497	3	3	3	3	3	False	67741	fragment	False	SPA0097_000000018358	1.0		0	0	False	False	0.9988833069801331	0					non-mobilizable	chromosome	1816.0	75.991	99.0	0.000701175645675711	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
MAD0075_000000002564	1519	0.6308551881044481	2	2	2	2	2	False	19860	fragment	False	MAD0007_000000005733	0.9777636594663278		0	0	False	False	1.0	0					non-mobilizable	chromosome	1519.0	99.539	100.0	0.0006418772923433933	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0014_000000003664	6173	0.6308505366560038	6	4	4	4	3	False	50523	maximal	True	FIJ0014_000000003664	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	2136.0	74.532	34.0	0.0004407711869543556	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0200_000000013548	1534	0.6308472579931959	2	2	2	2	2	False	54197	fragment	False	ENG0200_000000013548	1.0		0	0	False	False	0.9869621992111206	0					non-mobilizable	no_good_hit	661.0	99.84899999999999	65.0	0.00023005076453537415	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0125_01_000000005077	5023	0.630846944400806	7	6	5	5	5	True	33448	maximal	True	USA0125_01_000000005077	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	4089.0	97.139	81.0	0.08981035884589184	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
SPA0112_000000003282	9854	0.6308359450869477	13	6	4	6	3	True	108908	fragment	False	SPA0112_000000003282	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8914.0	99.809	90.0	0.0035239942081513823	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
MAD0005_000000000952	12652	0.6308332950061263	16	15	5	9	15	True	20008	fragment	False	MAD0005_000000000952	0.9890852814205424		0	0	False	False	1.0	0					non-mobilizable	plasmid	12655.0	98.917	100.0	0.7394024440156698	CP055655.1	enterobacteria	Escherichia coli strain RHB32-C08 plasmid unnamed	False	True
FIJ0113_000000020979	1242	0.6308306293366907	2	1	1	1	1	False	41910	fragment	False	FIJ0113_000000020979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	0.015972894482090997	XM_016016660.2	eudicots	PREDICTED: Ziziphus jujuba protein FAR1-RELATED SEQUENCE 5-like (LOC107409227), partial mRNA	True	False
FIJ0061_000000012248	2110	0.6308302013267261	4	2	2	2	2	False	45816	fragment	False	FIJ0061_000000012248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	96.742	48.0	0.00027363043505887247	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
BAN0019_000000001308	2593	0.6308280074703003	4	4	4	4	3	False	97799	maximal	True	BAN0019_000000001308	1.0		6	3	False	False	0.9996143579483032	0					non-mobilizable	other	2593.0	98.49600000000001	100.0	0.018184241726941722	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
AST0003_000000009804	3577	0.6308279403272344	4	3	3	3	2	False	130348	maximal	True	AST0003_000000009804	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2529.0	96.164	78.0	0.0011267909840656136	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0162_000000012876	1747	0.6308195538934375	2	2	1	2	1	False	55318	fragment	False	FIJ0162_000000012876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0089_000000002569	6685	0.6308191242229162	7	5	3	5	3	False	69603	fragment	False	MAD0045_000000003935	0.47903247910100044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	1.8694462539036777e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0043_000000015636	1803	0.6308136211991496	3	3	2	3	2	False	90547	fragment	False	MON0046_000000019056	0.27515089180417		0	0	False	False	0.9950082898139954	0					non-mobilizable	other	1808.0	96.681	100.0	0.027574091047968225	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0096_000000001713	3422	0.6308128877400722	5	4	4	4	4	False	99551	maximal	False	CHI0039_000000003708	0.9695275370422141		0	0	False	False	0.9973699450492859	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	2.0	0.0013388848069230141	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
DEN0022_000000020666	1971	0.6308006014253382	2	2	2	2	2	False	74570	maximal	True	DEN0022_000000020666	1.0		29	9	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	77.89	25.0	0.0014796487653422597	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
AST0006_000000010176	1235	0.6307941677372865	2	2	1	2	1	False	127421	maximal	True	AST0006_000000010176	1.0		1	1	False	False	0.9821862578392029	0					non-mobilizable	other	1151.0	99.82600000000001	93.0	0.0004385913057473386	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
AST0097_000000013742	1551	0.6307922345879625	2	2	2	2	1	False	125789	maximal	False	ENG0129_000000018075	0.9237145741032049		0	0	False	False	0.9987105131149292	0					non-mobilizable	other	1473.0	95.044	95.0	0.029198817765258962	NZ_QICA01000022.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_022, whole genome shotgun sequence	False	False
FIJ0046_000000004909	5245	0.6307915888631034	7	3	3	2	2	False	82539	fragment	False	SPA0040_000000006531	0.9302844394868934		0	0	False	False	0.9992373585700989	0					non-mobilizable	no_good_hit								True	False
ISR0285_000000000750	12259	0.6307891215635129	5	3	3	3	1	True	130441	maximal	True	ISR0285_000000000750	0.9328529315046135		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	1.0	0.06923950056753689	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0229_000000013087	1248	0.6307828831331916	2	2	2	2	2	False	27560	maximal	True	ISR0229_000000013087	1.0		420	13	False	False	1.0	0					non-mobilizable	other	1221.0	95.414	98.0	0.012882787750791975	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0111_000000016720	1799	0.6307821829275105	4	3	1	3	1	False	82527	fragment	False	CHI0111_000000016720	1.0		0	0	False	False	0.9983323812484741	0					non-mobilizable	no_good_hit	38.0	97.368	6.0	0.009460496036819227	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	True	False
SPA0105_000000013961	1788	0.6307806089787413	2	2	2	2	2	True	113050	fragment	False	ENG0112_000000013698	0.8341549700247626		0	0	False	False	0.9966443181037903	0					non-mobilizable	other	1788.0	99.664	100.0	0.006930305251441713	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ENG0047_000000017117	1257	0.6307789363978249	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.08971608318830906		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	83.333	97.0	0.0029057378637015224	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0255_000000012532	2465	0.6307747313516564	2	2	2	2	1	False	58549	maximal	True	ISR0255_000000012532	0.9586684691657602		61	6	False	False	0.9963488578796387	0					non-mobilizable	other	2465.0	99.27	100.0	0.011234213285916199	NZ_CABIXZ010000004.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
AST0113_000000019203	1967	0.6307743426777441	4	1	1	1	1	False	106569	fragment	False	AST0113_000000019203	1.0		0	0	False	False	0.984748363494873	0					non-mobilizable	no_good_hit	61.0	88.525	3.0	1.6223148323648564e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
TAN0002_000000017726	2185	0.6307734825949509	3	3	2	3	3	False	44073	fragment	False	TAN0002_000000017726	0.9570215743279116		0	0	False	False	0.9844393730163574	0					non-mobilizable	plasmid	2186.0	98.399	100.0	0.014554634835202898	MT648288.1	enterobacteria	Escherichia coli strain 253 plasmid p253, complete sequence	False	True
CAN0013_000000005558	4250	0.6307733930104765	6	6	4	4	4	False	93908	maximal	True	CAN0013_000000005558	0.9826011846001974		68	10	False	False	0.9976470470428467	0					non-mobilizable	other	2805.0	99.64299999999999	99.0	0.005174415064117351	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
DEN0033_000000011036	2140	0.6307710652081425	3	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4524323316067717		0	0	False	False	1.0	0					non-mobilizable	other	2140.0	97.897	100.0	0.0006654392801434039	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0102_000000009512	3906	0.6307650991523877	5	4	4	3	4	True	116023	fragment	False	SPA0102_000000009512	0.9750597506433905		0	0	False	False	0.9948796629905701	0					non-mobilizable	chromosome	3887.0	99.949	99.0	0.0016179761059153972	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
ENG0200_000000007275	2762	0.6307650455199045	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.41062303831377245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	85.821	5.0	0.001344045273103936	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0041_000000027483	1240	0.6307621752308579	3	3	3	2	3	False	80049	fragment	False	CHI0141_000000022153	0.994		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	99.59700000000001	100.0	0.026750216076058774	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0054_000000011378	2199	0.6307574928407761	4	4	3	4	4	False	35709	maximal	True	ISR0054_000000011378	1.0		9	3	False	False	0.9872669577598572	0					non-mobilizable	no_good_hit	228.0	81.579	10.0	0.00011140573921143387	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0343_000000014765	1300	0.6307561389150999	2	2	2	2	2	False	24303	fragment	False	ISR0343_000000014765	1.0		0	0	False	False	0.994615375995636	0					non-mobilizable	other	1300.0	99.538	100.0	0.006269547086760106	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0092_000000002547	6883	0.6307546461624248	6	6	6	6	6	False	109726	maximal	True	AST0092_000000002547	1.0		41	10	False	False	1.0	0					non-mobilizable	other	6883.0	100.0	100.0	0.0013975607467791322	CP011915.1	enterobacteria	Escherichia coli strain PSUO2, complete genome	False	False
SPA0079_000000009297	2653	0.6307455689432435	3	3	3	3	3	False	87822	fragment	False	SPA0079_000000009297	1.0		0	0	False	False	0.9969845414161682	0					non-mobilizable	other	2653.0	99.736	100.0	0.000851422311887679	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0098_000000014860	1181	0.6307406333229516	2	2	2	2	2	False	33233	fragment	False	ISR0098_000000014860	1.0		0	0	False	False	0.9949195384979248	0					non-mobilizable	no_good_hit	711.0	85.795	85.0	0.00024747885275775095	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0022_000000001940	4623	0.6307401978092726	7	3	1	1	3	False	19306	maximal	True	MAD0022_000000001940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	71.795	25.0	0.00018483548550242142	CP012321.1	firmicutes	Clostridioides difficile strain DSM 28666 chromosome, complete genome	True	False
AST0060_000000008317	3400	0.6307372334883733	4	3	3	3	1	False	119263	fragment	False	ISR0293_000000011332	0.48202292904293315		0	0	False	False	0.9955882430076599	0					non-mobilizable	other	3389.0	98.73100000000001	99.0	0.024146562359602643	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
ENG0010_000000010282	2070	0.6307372283798548	3	3	3	3	3	False	102416	fragment	False	ENG0010_000000010282	1.0		0	0	False	False	0.959903359413147	0					non-mobilizable	no_good_hit	638.0	74.138	31.0	0.00011777338882780013	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
FIJ0063_000000020253	1422	0.6307364708262536	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.49150041801112415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	98.601	30.0	0.0001188552132451361	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0295_000000029471	1204	0.6307364708262536	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.2179143005461165		0	0	False	False	0.9991694092750549	0					non-mobilizable	no_good_hit	216.0	97.685	18.0	5.970530571893519e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0136_000000024200	1170	0.6307364708262536	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.18600087524614597		0	0	False	False	0.9905982613563538	0					non-mobilizable	no_good_hit	179.0	99.441	15.0	4.943043915335099e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ITA0002_000000002824	2936	0.6307364173376803	2	2	2	2	2	False	20432	maximal	True	ITA0002_000000002824	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	83.662	50.0	0.0006426938076933868	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0106_000000014798	2751	0.6307342903366867	3	3	3	3	2	False	81206	fragment	False	FIJ0005_000000008187	0.401803888856692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	79.141	41.0	0.00013366475481325942	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0130_000000020112	1652	0.6307274243481398	3	3	2	2	3	True	3799	maximal	True	SPA0130_000000020112	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	709.0	91.255	95.0	0.0462352249722458	MF150537.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain FM03P plasmid pLd9, complete sequence	False	True
ISR0304_000000002207	4127	0.630722661523383	5	4	3	4	3	False	97090	maximal	False	ISR0193_000000005962	0.9438528529973647		0	0	False	False	1.0	0					non-mobilizable	other	2804.0	99.715	100.0	0.0011642550844261465	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
AST0094_000000009549	2325	0.6307217355075704	3	2	2	2	1	False	109250	maximal	True	AST0094_000000009549	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000016754	1937	0.6307161798209451	2	2	2	2	2	False	472	maximal	True	USA0084_01_000000016754	1.0		12	5	False	False	0.9994837641716003	0					non-mobilizable	no_good_hit	1063.0	100.0	55.0	0.012048192771084338	NZ_JAANXY010000010.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_10, whole genome shotgun sequence	True	False
FIJ0141_000000024408	1235	0.630715628809151	3	3	3	1	2	False	64809	fragment	False	ISR0067_000000022338	0.8423472757525927		0	0	False	False	0.9975708723068237	0					non-mobilizable	no_good_hit	330.0	84.545	26.0	0.00011363113520989692	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0045_000000019420	1222	0.630715628809151	3	3	3	1	2	False	64809	fragment	False	ISR0067_000000022338	0.8309014541021483		0	0	False	False	0.9991816878318787	0					non-mobilizable	no_good_hit	478.0	81.172	55.0	0.0001480827944592147	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0346_000000021780	1174	0.630715628809151	3	3	3	1	2	False	64809	fragment	False	ISR0067_000000022338	0.8231014506364261		0	0	False	False	0.9982964396476746	0					non-mobilizable	no_good_hit	270.0	88.148	23.0	9.306599110749226e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0172_000000025533	1141	0.630715628809151	3	3	3	1	2	False	64809	fragment	False	ISR0067_000000022338	0.5939437704296323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	84.08	17.0	6.86666675961647e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0181_000000016011	1113	0.630715628809151	3	3	3	1	2	False	64809	fragment	False	ISR0067_000000022338	0.5868546803034641		0	0	False	False	0.9766396880149841	0					non-mobilizable	no_good_hit	473.0	80.55	53.0	0.000146838401228465	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0125_01_000000020676	1111	0.630715628809151	3	3	3	1	2	False	64809	fragment	False	ISR0067_000000022338	0.5863855527774164		0	0	False	False	0.9972997307777405	0					non-mobilizable	no_good_hit	205.0	82.439	18.0	7.006091465395485e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0096_000000017205	2103	0.6306982187007876	4	3	2	2	3	True	80091	fragment	False	FIJ0096_000000017205	0.9912415337827233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	88.235	29.0	0.00013095986621470046	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
MON0107_000000025730	2307	0.6306977543993454	2	2	2	2	2	False	125831	maximal	True	MON0107_000000025730	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	84.006	57.0	0.025611371617217233	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
CAN0021_000000028328	1543	0.630690387714375	3	3	3	3	0	True	91496	maximal	True	CAN0021_000000028328	1.0		3	2	False	False	0.9993519186973572	0					non-mobilizable	no_good_hit	417.0	90.647	27.0	0.020847950285657012	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0105_000000006330	3296	0.6306815698338224	4	4	2	4	4	True	77091	fragment	False	MAD0041_000000008285	0.7627917148515314		0	0	False	False	1.0	0					non-mobilizable	plasmid	3296.0	96.086	100.0	0.04677872739146483	MN823993.1	enterobacteria	Klebsiella pneumoniae strain 20130907-4 plasmid p309074-2FII, complete sequence	False	True
DEN0018_000000022108	1778	0.6306807137624669	4	4	2	4	1	False	75089	maximal	True	DEN0018_000000022108	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000013262	3917	0.6306794518794117	5	5	4	4	0	False	94281	maximal	True	CAN0012_000000013262	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	88.71700000000001	62.0	0.0006109040053971602	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ENG0044_000000014425	1133	0.6306756473376984	1	1	1	1	1	False	64490	maximal	True	ENG0044_000000014425	1.0		4	4	False	False	0.9744042158126831	0					non-mobilizable	no_good_hit								True	False
AST0116_000000020504	1319	0.6306704174725153	3	2	2	2	2	False	106150	fragment	False	ISR0779_000000021481	0.8077428139296428		0	0	False	False	0.9969673752784729	0					non-mobilizable	no_good_hit	408.0	74.51	31.0	9.929705043628181e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0206_000000019415	1317	0.6306704174725153	2	2	2	2	2	False	106150	fragment	False	ISR0779_000000021481	0.8092546433325263		0	0	False	False	0.9908883571624756	0					non-mobilizable	no_good_hit	385.0	74.286	29.0	0.00016447218532326596	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ENG0097_000000007432	4211	0.6306698652279529	4	4	4	4	2	False	60790	maximal	True	ENG0097_000000007432	1.0		3	2	False	False	0.9973877668380737	0					non-mobilizable	chromosome	4211.0	100.0	100.0	0.0021794827326468394	LR698974.1	euryarchaeotes	Candidatus Methanomassiliicoccus intestinalis isolate MGYG-HGUT-02160 genome assembly, chromosome: 1	False	False
CHI0162_000000016223	1954	0.6306661665621919	3	3	3	3	1	False	103388	fragment	False	ENG0142_000000017618	0.9596349349739913		0	0	False	False	1.0	0					non-mobilizable	chromosome	1954.0	99.64200000000001	100.0	0.00038219237916615133	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
FIJ0032_000000023954	1542	0.6306659140430763	3	2	2	2	2	False	48399	maximal	True	FIJ0032_000000023954	1.0		6	3	False	False	0.9987030029296875	0					non-mobilizable	no_good_hit	56.0	85.714	4.0	1.1981944299208756e-05	NZ_PIQM01000002.1	enterobacteria	Cedecea lapagei strain SLM1 Clapgei_contig2, whole genome shotgun sequence	True	False
MON0006_000000010740	2021	0.6306639923672243	4	1	1	1	1	True	71424	fragment	False	MON0006_000000010740	1.0		0	0	False	False	0.9614052176475525	0					non-mobilizable	chromosome	1442.0	98.336	100.0	0.000406008017038249	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
DEN0063_000000036248	1396	0.6306639923672243	2	1	1	1	1	True	71423	fragment	False	DEN0063_000000036248	1.0		0	0	False	False	0.9942693114280701	0					non-mobilizable	chromosome	874.0	98.055	94.0	0.0002459715467553028	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
FIJ0074_000000008811	3678	0.6306545959756007	5	4	3	4	3	True	102042	maximal	True	FIJ0074_000000008811	1.0		5	1	False	False	0.9926590323448181	0					non-mobilizable	no_good_hit	1788.0	92.95299999999999	49.0	0.0004373973777242636	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0082_000000010496	2991	0.6306501093105175	2	2	2	1	2	False	25950	maximal	True	MON0082_000000010496	1.0		18	6	False	False	0.9956536293029785	0					non-mobilizable	no_good_hit	976.0	91.189	33.0	0.0003033208499952402	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0018_000000001327	17240	0.6306493011886142	27	9	1	9	2	False	75155	maximal	True	DEN0018_000000001327	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.013771657041314972	XM_030679169.1	eudicots	PREDICTED: Rhodamnia argentea LRR receptor-like serine/threonine-protein kinase EFR (LOC115744080), mRNA	True	False
MAD0088_000000000624	17087	0.6306493011886142	25	9	1	9	2	False	15937	maximal	True	MAD0088_000000000624	1.0		1	1	False	False	0.9997074007987976	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000004353	8037	0.6306452430614203	11	6	4	4	5	True	15180	fragment	False	MAD0100_000000004353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0067_000000030779	1107	0.6306427998332771	1	1	1	1	1	False	45143	maximal	True	FIJ0067_000000030779	1.0		134	13	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	95.34899999999999	8.0	0.04821327283040272	NZ_QRHR01000020.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf20, whole genome shotgun sequence	True	False
MAD0094_000000008036	1942	0.6306424466243743	2	2	2	2	1	False	15620	maximal	True	MAD0094_000000008036	1.0		5	1	False	False	0.9979402422904968	0					non-mobilizable	no_good_hit	1034.0	99.613	53.0	0.00047417556338758736	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	True	False
MAD0054_000000011320	1563	0.6306424466243743	2	2	2	2	1	False	26023	maximal	False	ISR0286_000000012769	0.9752888318356867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	4.0	5.310387575890474e-05	NZ_SJPF01000002.1	bacteria	Blastopirellula retiformator strain Enr8 Enr8_contig00002, whole genome shotgun sequence	True	False
SPA0120_000000033499	1173	0.6306358658730458	2	2	2	2	2	False	4151	maximal	True	SPA0120_000000033499	1.0		120	9	False	False	0.9948849081993103	0					non-mobilizable	other	1173.0	99.65899999999999	100.0	0.012879970107919204	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0063_000000026655	1119	0.6306328956815781	2	2	2	2	2	False	45533	fragment	False	FIJ0063_000000026655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	73.032	52.0	0.008303069144769637	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0054_000000006814	5070	0.6306287497448732	6	6	5	5	6	False	125468	maximal	True	MON0054_000000006814	1.0		49	6	False	False	0.9994083046913147	0					non-mobilizable	no_good_hit	1962.0	82.72200000000001	68.0	0.0005469628878969361	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0053_000000017579	1418	0.6306248865233485	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22675748151429725		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	77.804	97.0	0.0003572576493243109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0203_000000008105	2113	0.6306240608799587	4	2	1	1	2	True	128447	fragment	False	SPA0128_000000012956	0.31123227485536087		0	0	False	False	1.0	0					non-mobilizable	other	2113.0	94.98299999999999	99.0	0.0005170801959756008	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0191_000000010031	1189	0.6306228172207913	3	2	1	2	0	False	29146	maximal	True	ISR0191_000000010031	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	88.10700000000001	35.0	0.0001091153644812456	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0169_000000010542	2243	0.6306226293090307	4	3	3	3	2	False	55911	maximal	True	ENG0169_000000010542	1.0		3	3	False	False	0.9893000721931458	0					non-mobilizable	no_good_hit	747.0	74.163	33.0	0.02477095351204615	NZ_VULP01000035.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq35, whole genome shotgun sequence	True	False
SPA0135_000000007208	3355	0.6306211991298672	5	4	3	3	4	False	109515	fragment	False	SPA0135_000000007208	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3366.0	97.23700000000001	100.0	0.000947933865184118	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0232_000000021161	1393	0.6306185852373156	2	2	2	1	1	False	78792	maximal	True	ISR0232_000000021161	0.9307850792463749		1061	15	False	False	1.0	0					non-mobilizable	other	1395.0	92.975	100.0	0.008060220034742327	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
MON0064_000000009641	2690	0.6306116428581434	4	4	4	2	2	False	10715	maximal	True	MON0064_000000009641	1.0		3	2	False	False	0.9903345704078674	0					non-mobilizable	no_good_hit	1381.0	98.76899999999999	53.0	0.01775915524018317	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	True	False
ISR0034_000000013356	1599	0.6306035055610857	3	1	1	1	1	False	117262	fragment	False	MON0037_000000031911	0.21096805556064133		0	0	False	False	0.9899937510490417	0					non-mobilizable	other	1599.0	99.06200000000001	100.0	0.007148001198788687	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0143_000000012830	1592	0.6306035055610857	3	1	1	1	1	False	117262	fragment	False	MON0037_000000031911	0.21215141896748718		0	0	False	False	0.9918341636657715	0					non-mobilizable	no_good_hit	1400.0	97.64299999999999	88.0	0.00625785586802589	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0031_000000017462	1480	0.6306035055610857	2	1	1	1	1	False	117262	fragment	False	MON0037_000000031911	0.20973551305208082		0	0	False	False	1.0	0					non-mobilizable	other	1404.0	96.866	95.0	0.006275748236483434	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0062_000000011334	1397	0.6306035055610857	2	1	1	1	1	False	117262	fragment	False	MON0037_000000031911	0.17275696399278737		0	0	False	False	1.0	0					non-mobilizable	other	1397.0	98.926	100.0	0.006244436591682732	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0068_000000014753	1394	0.6306035055610857	2	1	1	1	1	False	117262	fragment	False	MON0037_000000031911	0.17252941333383265		0	0	False	False	0.9992826581001282	0					non-mobilizable	other	1407.0	76.19	100.0	0.0004310715099392329	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	False	False
MAD0041_000000031553	1208	0.6305976973749121	2	2	2	2	2	False	18199	fragment	False	MAD0041_000000031553	0.9595619208087616		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	99.25399999999999	99.0	0.0003858460771941914	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ENG0201_000000001670	5824	0.6305902047549075	13	3	2	3	3	True	110408	maximal	True	ENG0201_000000001670	1.0		1	1	False	False	0.999656617641449	0					non-mobilizable	no_good_hit	1565.0	99.29700000000001	67.0	0.009008490098724757	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0097_000000028403	1107	0.6305876133539178	1	1	1	1	1	False	33252	fragment	False	ISR0097_000000028403	1.0		0	0	False	False	0.9963866472244263	0					non-mobilizable	chromosome	923.0	97.4	100.0	0.0003210253850561812	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0334_000000008197	2485	0.6305788521451857	5	2	1	2	2	True	35221	maximal	True	ISR0334_000000008197	1.0		68	5	False	False	0.9947686195373535	0					non-mobilizable	other	1560.0	92.821	99.0	0.0005001945557771508	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
MAD0108_000000000669	17040	0.6305648854441711	24	7	4	5	3	True	52885	maximal	True	MAD0108_000000000669	1.0		2	1	False	False	0.9999412894248962	0					non-mobilizable	no_good_hit	2470.0	99.352	14.0	0.00065862322936654	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0148_000000028416	1184	0.6305631756808528	2	2	2	2	2	False	104602	fragment	False	AST0148_000000028416	1.0		0	0	False	False	0.9983108043670654	0					non-mobilizable	other	1184.0	99.916	100.0	0.0002064902161514448	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0098_000000020538	1215	0.6305611489411541	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.19741925759397824		0	0	False	False	0.9967077970504761	0					non-mobilizable	no_good_hit	177.0	98.305	18.0	4.8875040960616716e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0090_000000003994	7148	0.6305593499134503	8	6	3	4	3	True	105582	fragment	False	SPA0090_000000003994	1.0		0	0	False	False	0.9995803236961365	0					non-mobilizable	no_good_hit	2243.0	92.956	50.0	0.00042938579238528744	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0085_000000008875	1944	0.6305513523104596	6	5	2	3	4	False	106040	maximal	True	ENG0085_000000008875	0.9858677218767665		138	10	False	False	1.0	0					non-mobilizable	other	1028.0	94.94200000000001	93.0	0.004947317106133225	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
ENG0067_000000016050	1678	0.6305513523104596	5	5	2	3	4	False	106038	fragment	False	ISR0397_000000008279	0.3412169841922072		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	96.365	100.0	0.048260769407970514	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
CHI0181_000000001313	14158	0.6305472541555706	17	8	7	7	5	False	99376	fragment	False	CHI0174_000000000973	0.6515686722943621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4646.0	92.574	60.0	0.18900343642611683	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0168_000000001299	14056	0.6305472541555706	17	8	7	7	5	False	99376	fragment	False	CHI0174_000000000973	0.6456468398929095		0	0	False	False	0.9999288320541382	0					non-mobilizable	no_good_hit	4646.0	92.12200000000001	61.0	0.18900343642611683	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0386_000000002213	14051	0.6305472541555706	17	8	7	7	5	False	99376	fragment	False	CHI0174_000000000973	0.6496788462838202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4646.0	92.553	61.0	0.18900343642611683	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0035_000000001680	13463	0.6305465239354828	15	12	8	9	8	False	65428	maximal	True	ENG0035_000000001680	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	73.471	9.0	0.0002710497998575518	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0005_000000004995	4659	0.6305410570100137	5	5	5	4	4	False	19997	maximal	True	MAD0005_000000004995	1.0		2	1	False	False	0.997639000415802	0					non-mobilizable	no_good_hit	1629.0	85.758	72.0	0.004596677688106486	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
TAN0007_000000020672	1936	0.6305408406811878	2	2	2	2	2	False	2821	fragment	False	TAN0007_000000020672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	78.296	25.0	0.0014796487653422597	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0140_000000018117	1800	0.6305281400718958	3	3	3	2	2	False	102222	fragment	False	ENG0067_000000013847	0.6356635921346168		0	0	False	False	0.9994444251060486	0					non-mobilizable	other	1161.0	98.191	99.0	0.0002841611887793843	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0199_000000005312	4510	0.6305252091828721	4	3	3	2	1	False	54302	maximal	True	ENG0199_000000005312	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	1374.0	97.525	30.0	0.0004830538026735794	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0223_000000016378	1863	0.6305218994457138	3	3	3	1	2	False	108471	fragment	False	SPA0025_000000009412	0.42951380155389746		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	94.635	94.0	0.005274118134201372	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0345_000000003414	2750	0.630515270277084	3	3	3	3	2	False	61011	maximal	False	ISR0342_000000006068	0.9312654212195981		0	0	False	False	0.9996363520622253	0					non-mobilizable	other	1676.0	92.661	96.0	0.015255148043242652	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ENG0070_000000014490	1752	0.6305135578112641	3	3	3	2	2	False	127017	fragment	False	ENG0070_000000014490	1.0		0	0	False	False	0.9851598143577576	0					non-mobilizable	other	1733.0	100.0	99.0	0.006643957527772663	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0112_000000006548	2642	0.6305126093242037	2	2	2	2	2	False	82432	fragment	False	CHI0112_000000006548	1.0		0	0	False	False	0.9875094890594482	0					non-mobilizable	no_good_hit	1207.0	87.98700000000001	46.0	0.00026772909643321636	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0008_000000013991	1138	0.6305048916364397	2	2	2	2	2	False	19809	maximal	True	MAD0008_000000013991	1.0		6	2	False	False	0.9956063032150269	0					non-mobilizable	chromosome	1046.0	99.713	92.0	0.0002945391871000292	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
MON0079_000000008588	2704	0.6305023104037821	2	2	2	2	2	False	23819	maximal	True	MON0079_000000008588	1.0		53	9	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	93.75	5.0	6.381430127579515e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MAD0105_000000023669	1605	0.6304988518447294	2	2	2	2	2	False	14801	maximal	True	MAD0105_000000023669	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0183_000000022430	1370	0.6304982848411392	2	2	2	2	2	False	55146	maximal	True	ENG0183_000000022430	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	72.459	71.0	0.003553903948741203	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ENG0206_000000014198	1796	0.6304950646084434	2	2	2	2	2	True	60811	maximal	True	ENG0206_000000014198	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	0.0049515608180839615	NZ_JABJWD010000130.1	a-proteobacteria	Gluconacetobacter entanii strain AV429 NODE_189_length_9200_cov_83.612610, whole genome shotgun sequence	True	True
ENG0105_000000019307	1186	0.6304922230385039	2	2	2	2	2	False	60121	fragment	False	ENG0105_000000019307	1.0		0	0	False	False	0.9983136653900146	0					non-mobilizable	no_good_hit	593.0	72.513	49.0	0.0015962374010277673	NZ_AMQH01000005.1	firmicutes	Clostridium tunisiense TJ C661contig5, whole genome shotgun sequence	True	False
ISR0315_000000004371	2158	0.6304917135709279	5	3	3	3	3	False	106958	fragment	False	ISR0315_000000004371	1.0		0	0	False	False	0.9990732073783875	0					non-mobilizable	no_good_hit	598.0	91.137	28.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0047_000000036444	1088	0.6304895054465374	2	1	1	1	1	False	124596	fragment	False	AST0012_000000021186	0.9355400696864111		0	0	False	False	1.0	0					non-mobilizable	chromosome	1088.0	96.04799999999999	100.0	0.0004476533820274786	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0131_000000010816	1717	0.6304885474986105	4	4	4	3	3	False	85421	fragment	False	CHI0071_000000006226	0.9730927075281784		0	0	False	False	0.977868378162384	0					non-mobilizable	other	1718.0	99.302	100.0	0.00030658513442427884	CP013985.1	enterobacteria	Klebsiella variicola strain LMG 23571, complete genome	False	False
FIJ0047_000000022491	1386	0.6304883719341341	2	2	2	2	1	False	46855	maximal	True	FIJ0047_000000022491	1.0		145	11	False	False	0.98124098777771	0					non-mobilizable	no_good_hit	302.0	93.37700000000001	22.0	0.1946787800129786	KU545829.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_22 genomic sequence	True	False
FIJ0114_000000004581	7355	0.6304867487898063	13	5	3	5	2	True	45205	fragment	False	FIJ0114_000000004581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	93.846	1.0	0.00021362956633198035	NZ_RJQC01000003.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_3, whole genome shotgun sequence	True	True
DEN0065_000000021955	1580	0.6304789346277587	3	2	0	2	0	False	96381	fragment	False	DEN0065_000000021955	1.0		0	0	False	False	0.9746835231781006	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000040457	1208	0.6304789346277587	2	2	0	2	0	False	96380	fragment	False	CAN0003_000000040457	1.0		0	0	False	False	0.9610927104949951	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0136769022247274e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0262_000000005620	2813	0.6304770276268626	6	6	5	6	3	False	112930	fragment	False	FIJ0172_000000008063	0.29414276131733996		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	97.286	100.0	0.0005165994957773671	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0244_000000001901	8726	0.6304737136830841	12	8	2	5	6	True	93169	fragment	False	CHI0090_000000001168	0.941939268768826		0	0	False	False	1.0	0					non-mobilizable	other	7684.0	97.801	99.0	0.029794645420057563	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
ENG0122_000000003597	7248	0.6304737136830841	9	8	2	5	6	True	59098	fragment	False	ENG0122_000000003597	1.0		0	0	False	False	0.9995861053466797	0					non-mobilizable	other	6255.0	97.89	97.0	0.024255424789951824	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
MON0026_000000005422	5129	0.6304685546644191	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.5347761353546092		0	0	False	False	1.0	0					non-mobilizable	other	5129.0	98.96700000000001	100.0	0.001594689925205745	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0012_000000020055	1137	0.6304661810342918	2	2	2	1	1	False	67025	maximal	True	ENG0012_000000020055	1.0		560	12	False	False	1.0	0					non-mobilizable	other	1137.0	98.59299999999999	100.0	0.005574300992521557	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0056_000000011253	3035	0.6304636978073377	4	4	4	3	1	False	95586	maximal	True	SPA0056_000000011253	1.0		46	9	False	False	0.9920922517776489	0					non-mobilizable	no_good_hit	1890.0	95.60799999999999	62.0	0.006595336729552707	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	True	False
ENG0210_000000010056	2397	0.6304610522779099	4	1	1	1	1	False	53726	fragment	False	ENG0210_000000010056	1.0		0	0	False	False	0.9966624975204468	0					non-mobilizable	no_good_hit	144.0	78.472	6.0	0.0021575135787567892	NZ_FUWU01000013.1	bacteria	Fibrobacter intestinalis strain ATCC 43854, whole genome shotgun sequence	True	False
MON0008_000000031283	1208	0.6304567358349029	2	1	1	1	1	True	13833	fragment	False	MON0008_000000031283	1.0		0	0	False	False	0.8642383813858032	0					non-mobilizable	no_good_hit								True	True
FIJ0129_000000006373	3272	0.6304524352866443	4	4	3	4	2	True	40969	maximal	True	FIJ0129_000000006373	1.0		12	8	False	False	0.9996943473815918	0					non-mobilizable	no_good_hit	111.0	77.477	3.0	2.749428538915488e-05	NC_007973.1	b-proteobacteria	Cupriavidus metallidurans CH34, complete genome	True	True
USA0062_01_000000010297	1992	0.6304486131995679	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.12072801997382283		0	0	False	False	0.9994980096817017	0					non-mobilizable	other	1992.0	97.84100000000001	100.0	0.04551897576588935	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0005_000000022231	1413	0.6304465220691071	5	3	1	2	3	False	19924	maximal	True	MAD0005_000000022231	1.0		0	0	False	False	0.9943382740020752	0					non-mobilizable	other	1263.0	89.39	94.0	0.00024223422978187031	CP001671.1	enterobacteria	Escherichia coli ABU 83972, complete genome	False	False
MON0040_000000018862	1473	0.630440904237641	2	2	2	2	2	False	11860	fragment	False	MON0040_000000018862	1.0		0	0	False	False	0.950441300868988	0					non-mobilizable	no_good_hit	647.0	72.952	43.0	0.007397155119273311	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	True	False
ISR0251_000000014324	1248	0.6304356360499124	3	2	2	2	2	False	26972	maximal	True	ISR0251_000000014324	1.0		1	1	False	False	0.9935897588729858	0					non-mobilizable	no_good_hit	473.0	97.67399999999999	60.0	0.00013370410911617893	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0023_000000005930	5063	0.6304291889830618	6	6	4	6	4	False	49406	maximal	True	FIJ0023_000000005930	1.0		1	1	False	False	0.9996050000190735	0					non-mobilizable	no_good_hit	75.0	82.667	1.0	2.0106664477886387e-05	CP032279.1	g-proteobacteria	Acinetobacter sp. WCHAc010034 chromosome, complete genome	True	False
ISR0007_000000005593	2584	0.6304284473902538	3	3	3	3	3	False	60686	maximal	True	ISR0007_000000005593	1.0		35	10	False	False	0.9930340647697449	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	3.0	0.00010878810055976423	NZ_KE384527.1	CFB group bacteria	Chryseobacterium caeni DSM 17710 K319DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
CHI0009_000000004290	1893	0.6304254690063186	3	2	2	2	2	False	90461	maximal	True	CHI0009_000000004290	1.0		12	8	False	False	0.9994717240333557	0					non-mobilizable	no_good_hit								True	False
ISR0099_000000001223	15586	0.6304248753553511	11	5	4	3	2	True	33225	maximal	True	ISR0099_000000001223	1.0		20	2	False	False	1.0	0					non-mobilizable	chromosome	15507.0	98.62	99.0	0.007052455086324385	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
MAD0022_000000009937	1423	0.630417113008052	2	1	1	1	0	False	19273	maximal	True	MAD0022_000000009937	1.0		2	1	False	False	0.981728732585907	0					non-mobilizable	no_good_hit	50.0	96.0	4.0	0.00021344903142056864	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0077_000000012057	2410	0.6304166615055762	3	3	3	3	2	False	5699	maximal	True	SPA0077_000000012057	1.0		48	12	False	False	0.9983402490615845	0					non-mobilizable	no_good_hit								True	False
MON0024_000000041563	1263	0.6304127981604476	2	2	2	2	2	False	12881	maximal	True	MON0024_000000041563	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	79.289	38.0	0.0001331054880567186	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0081_000000006728	4715	0.6304116135692461	5	3	3	3	3	False	44280	maximal	True	FIJ0081_000000006728	1.0		4	3	False	False	0.9972428679466248	0					non-mobilizable	no_good_hit	1956.0	95.45	72.0	0.005008531721557501	NZ_LOJF01000010.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_3, whole genome shotgun sequence	True	False
FIJ0049_000000010737	1596	0.6304095774812404	4	3	3	2	2	False	48526	maximal	True	FIJ0049_000000010737	1.0		19	3	False	False	1.0	0					non-mobilizable	chromosome	1581.0	98.039	99.0	0.0008233250757495569	CP046875.1	firmicutes	Streptococcus sp. CNU 77-61 chromosome, complete genome	False	False
CAN0007_000000015622	2630	0.6304085673074947	3	2	1	2	1	True	95361	fragment	False	CAN0007_000000015622	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2237.0	88.556	99.0	0.0006360670245292078	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ENG0016_000000013408	1675	0.6304067186849871	3	3	3	2	2	False	66756	fragment	False	ENG0016_000000013408	1.0		0	0	False	False	0.9785074591636658	0					non-mobilizable	no_good_hit	754.0	77.851	76.0	0.00020748796667664958	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0248_000000001644	2755	0.6304044982375422	4	4	3	4	4	False	112930	fragment	False	FIJ0172_000000008063	0.5718676424289146		0	0	False	False	0.9996370077133179	0					non-mobilizable	other	1296.0	98.302	100.0	0.00038655274770841186	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0002_000000017088	1596	0.6304032910476594	2	2	2	2	2	False	14314	maximal	True	MON0002_000000017088	1.0		18	3	False	False	0.9987468719482422	0					non-mobilizable	no_good_hit	458.0	71.616	28.0	0.0007520904926024849	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
FIJ0037_000000006222	4301	0.6304028594448098	6	5	5	5	2	False	47820	maximal	True	FIJ0037_000000006222	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	78.715	6.0	0.003849150693470469	NZ_FNQE01000024.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
USA0021_01_000000008670	2113	0.6304008994367549	3	3	2	2	1	False	101985	fragment	False	USA0021_01_000000008670	1.0		0	0	False	False	0.9938476085662842	0					non-mobilizable	no_good_hit	157.0	76.433	7.0	5.9402619306084224e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ENG0113_000000015994	1746	0.6304003251809301	3	2	2	2	2	False	71789	fragment	False	ENG0113_000000015994	1.0		0	0	False	False	0.9988545179367065	0					non-mobilizable	no_good_hit	303.0	74.917	17.0	7.60000337777928e-05	CP044359.1	firmicutes	Bacillus amyloliquefaciens strain V417 chromosome, complete genome	True	False
CHI0090_000000001898	6235	0.6303964265282869	7	5	2	3	2	False	83833	fragment	False	CHI0090_000000001898	1.0		0	0	False	False	0.999518871307373	0					non-mobilizable	no_good_hit	50.0	92.0	1.0	2.144798404269987e-05	LR134317.1	firmicutes	Streptococcus equi subsp. zooepidemicus strain NCTC6180 genome assembly, chromosome: 1	True	False
SPA0034_000000030236	1132	0.6303960870682773	2	2	2	2	1	False	67624	maximal	True	SPA0034_000000030236	0.9950584007187782		361	13	False	False	0.96378093957901	0					non-mobilizable	other	1113.0	98.92200000000001	98.0	0.012085642864905988	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0014_000000012916	2830	0.6303913037050317	4	4	3	4	3	False	80664	maximal	True	ISR0014_000000012916	1.0		21	8	False	False	0.9879858493804932	0					non-mobilizable	no_good_hit	563.0	83.65899999999999	20.0	0.00014979373618835508	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0050_000000002635	7455	0.6303856871880449	9	9	7	7	8	False	19172	maximal	True	MAD0050_000000002635	1.0		2	2	False	False	0.9982562065124512	0					non-mobilizable	other	7468.0	99.81299999999999	100.0	0.001590994125232353	AP019675.1	enterobacteria	Escherichia coli GSH8M-2 DNA, complete genome	False	False
FIJ0058_000000015520	2560	0.6303854730862685	5	4	1	3	2	True	46028	maximal	True	FIJ0058_000000015520	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	98.632	54.0	0.000485245631128717	CP033388.1	verrucomicrobia	Akkermansia muciniphila strain CBA5201 chromosome, complete genome	True	True
FIJ0098_000000013315	1773	0.6303838898774066	2	2	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.377358906344936		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	97.521	100.0	0.010218069971315677	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0335_000000010614	1772	0.6303838898774066	2	2	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.3494698119797689		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	98.16	95.0	0.00969967859734814	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0069_01_000000038645	1564	0.6303838898774066	2	2	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.23753269384920953		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	98.19	95.0	0.008588017095395533	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0017_000000012960	1510	0.6303838898774066	3	2	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.22349682827796757		0	0	False	False	0.9721854329109192	0					non-mobilizable	other	1461.0	97.194	100.0	0.008409460066584492	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0095_000000025739	1457	0.6303838898774066	2	2	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.22379816620179507		0	0	False	False	0.9608784914016724	0					non-mobilizable	other	1457.0	97.666	100.0	0.008386420449963712	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0137_000000025836	1431	0.6303838898774066	2	2	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.19848321946075786		0	0	False	False	0.9832285046577454	0					non-mobilizable	other	1431.0	98.81200000000001	100.0	0.008236662941928647	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0098_000000026085	1360	0.6303838898774066	2	2	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.18365607273442014		0	0	False	False	0.9786764979362488	0					non-mobilizable	other	1360.0	98.971	100.0	0.007827709746909812	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0050_000000021361	1358	0.6303838898774066	2	2	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.17894425272582515		0	0	False	False	1.0	0					non-mobilizable	other	1370.0	96.131	100.0	0.00788530878846176	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0026_000000038508	1352	0.6303838898774066	3	2	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.1828209429840507		0	0	False	False	0.976331353187561	0					non-mobilizable	other	1352.0	99.26	100.0	0.007781630513668252	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0083_000000024117	1290	0.6303838898774066	2	2	2	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.16482722207789705		0	0	False	False	0.9984496235847473	0					non-mobilizable	other	1290.0	98.45	100.0	0.007424516456046171	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0142_000000022528	1170	0.6303822278330267	2	2	1	1	2	False	3420	fragment	False	SPA0142_000000022528	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1170.0	100.0	100.0	0.00024370708284915052	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
FIJ0048_000000014501	2241	0.6303819229539523	3	3	2	2	2	True	119981	maximal	False	ISR0101_000000009643	0.7624573204657343	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	2245.0	93.98700000000001	100.0	0.0007219930359903859	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ENG0172_000000020504	1189	0.6303814202384734	2	1	1	1	1	True	81611	fragment	False	ISR0088_000000018516	0.22926980198019803		0	0	False	False	1.0	0					non-mobilizable	chromosome	960.0	85.31200000000001	93.0	0.00031976443795341333	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0020_01_000000012000	2924	0.6303803276258003	4	4	4	4	3	False	13184	maximal	True	USA0020_01_000000012000	1.0		12	8	False	False	0.9952120184898376	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000012189	5050	0.6303758951393623	3	3	2	2	3	False	806	fragment	False	USA0069_01_000000012189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1403.0	75.196	28.0	0.0011383123289558609	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
MAD0035_000000004673	4867	0.6303708959986494	12	3	3	3	3	True	59269	maximal	True	MAD0035_000000004673	1.0		1	1	False	False	0.9985617399215698	0					non-mobilizable	no_good_hit	88.0	88.63600000000001	2.0	0.0013626136831764743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0354_000000007899	2462	0.6303708959986494	5	3	3	3	3	True	54400	fragment	False	ISR0354_000000007899	1.0		0	0	False	False	0.9995938539505005	0					non-mobilizable	no_good_hit	88.0	92.045	4.0	0.0013626136831764743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0334_000000007966	2557	0.6303705277006554	2	2	2	2	2	False	77802	fragment	False	ISR0334_000000007966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	76.089	45.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0031_000000002386	9262	0.6303670663027159	7	6	6	6	5	False	104490	fragment	False	SPA0031_000000002386	0.994853319082679		0	0	False	False	0.9997840523719788	0					non-mobilizable	other	9265.0	99.104	100.0	0.06550848476703143	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0835_000000013644	1135	0.6303657078882584	2	2	1	2	1	False	20938	fragment	False	ISR0835_000000013644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0182_000000021856	1295	0.6303651051521495	2	2	2	2	1	False	124847	fragment	False	AST0012_000000016916	0.3140545171150185		0	0	False	False	0.9660231471061707	0					non-mobilizable	no_good_hit	339.0	85.251	26.0	0.007576785633509748	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0093_000000003389	7430	0.6303632128488643	8	5	2	4	3	False	90695	maximal	True	MAD0093_000000003389	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	71.91199999999999	8.0	0.0006747971493935055	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0020_01_000000005749	5979	0.6303621686808609	11	5	2	5	3	True	1806	fragment	False	USA0020_01_000000005749	1.0		0	0	False	False	0.9983274936676025	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	5.9676726804311275e-06	NZ_CP033334.1	a-proteobacteria	Mesorhizobium loti strain NZP2042 chromosome, complete genome	True	True
ENG0183_000000001134	20567	0.6303571643002163	25	19	6	10	17	True	105594	maximal	True	ENG0183_000000001134	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	13912.0	97.786	88.0	0.0026901978602758875	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0021_000000006889	3300	0.630354950937763	3	3	3	2	2	False	110010	maximal	True	ISR0021_000000006889	1.0		23	4	False	False	0.9924242496490479	0					non-mobilizable	no_good_hit	1223.0	71.791	36.0	0.004676377434224968	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
MAD0087_000000016680	1810	0.6303545916735922	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.26725712041430044		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	95.209	100.0	0.0005449563387605164	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0200_000000001818	9725	0.6303506055221146	7	4	3	3	3	False	65420	maximal	False	ENG0167_000000002184	0.9509785734161952		0	0	False	False	0.9998971819877625	0					non-mobilizable	other	5176.0	100.0	99.0	0.09056702835141757	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0793_000000007079	2282	0.6303450858254058	4	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.7630920846528664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	89.506	44.0	0.005350904347057003	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
USA0006_01_000000008841	2762	0.6303431506730611	3	3	2	3	2	False	57856	maximal	True	USA0006_01_000000008841	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	99.322	37.0	0.5986078886310905	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
MAD0099_000000009366	3212	0.6303380019754339	5	5	2	1	3	False	15239	maximal	True	MAD0099_000000009366	1.0		1	1	False	False	0.9993773102760315	0					non-mobilizable	other	3015.0	95.522	94.0	0.0015755560739988263	CP003860.1	firmicutes	Streptococcus anginosus C1051, complete genome	False	False
DEN0005_000000025339	1505	0.6303339982636619	1	1	1	1	1	False	76461	maximal	True	DEN0005_000000025339	1.0		5	3	False	False	0.9933554530143738	0					non-mobilizable	no_good_hit	75.0	86.667	5.0	0.0051009857310264015	NZ_MUYK01000031.1	a-proteobacteria	Porphyrobacter colymbi strain JCM 18338 JCM18338_31, whole genome shotgun sequence	True	False
ISR0187_000000014545	1950	0.6303292509322845	2	2	2	2	2	False	73109	fragment	False	SPA0121_000000006098	0.9625060545904601		0	0	False	False	0.9917948842048645	0					non-mobilizable	other	1962.0	97.706	99.0	0.0010343045211924301	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
AST0100_000000003943	4124	0.6303283763368609	4	4	4	1	2	False	124487	fragment	False	AST0100_000000003943	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3435.0	96.186	88.0	0.04676053269424549	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	True	False
USA0017_01_000000023102	1167	0.6303186916273131	2	2	1	2	2	False	1879	maximal	True	USA0017_01_000000023102	1.0		5	2	False	False	0.9854327440261841	0					non-mobilizable	no_good_hit	221.0	74.661	19.0	0.0032285547733285503	NZ_LVJH01000024.1	firmicutes	Paenibacillus glacialis strain DSM 22343 PGLA24, whole genome shotgun sequence	True	False
FIJ0113_000000015615	1647	0.6303180748107498	4	3	1	2	3	False	76649	fragment	False	DEN0003_000000014949	0.9383078730904817		0	0	False	False	1.0	0					non-mobilizable	plasmid	1631.0	96.87299999999999	99.0	0.06510010790073133	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
DEN0066_000000013098	2612	0.6303146576512184	4	4	4	4	2	False	70982	maximal	True	DEN0066_000000013098	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	78.64399999999999	42.0	0.0003064350314304366	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
MAD0045_000000022011	1876	0.6303139235902607	4	2	2	1	2	False	17847	maximal	True	MAD0045_000000022011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	89.87899999999999	13.0	8.645244500517485e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
USA0048_01_000000003589	4178	0.6303114037522333	6	4	2	3	3	True	1130	maximal	True	USA0048_01_000000003589	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1058.0	74.38600000000001	26.0	0.0012861078160335596	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
ISR0001_000000012916	2044	0.6303103528448689	4	2	1	2	0	True	38692	maximal	True	ISR0001_000000012916	1.0		0	0	False	False	0.9887475371360779	0					non-mobilizable	no_good_hit	551.0	94.374	27.0	0.0011500573983192434	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0192_000000002520	6020	0.6303051894283559	8	6	4	5	2	False	67914	fragment	False	ENG0192_000000002520	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5903.0	97.306	98.0	0.034371011080090226	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
USA0025_01_000000002638	6907	0.6303046235796149	10	3	2	2	2	True	48008	fragment	False	USA0025_01_000000002638	1.0		0	0	False	False	0.9973939657211304	0					non-mobilizable	no_good_hit	1943.0	97.684	71.0	0.15667607906413877	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0079_000000008649	3731	0.6302925718637301	6	3	2	3	3	False	61849	fragment	False	ENG0079_000000008649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	72.78	14.0	0.000571183778380694	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
MON0033_000000008819	7720	0.6302919567471322	4	4	3	4	4	True	103506	fragment	False	MON0033_000000008819	0.887979393469108		0	0	False	False	0.9994818568229675	0		MOBF			mobilizable	plasmid	7706.0	99.572	99.0	0.05941777520724889	CP048331.1	enterobacteria	Escherichia coli strain 10 plasmid p010_A, complete sequence	False	True
AST0005_000000011722	2415	0.6302913678108217	3	3	3	2	2	True	128446	maximal	True	AST0005_000000011722	1.0		64	8	False	False	1.0	0					non-mobilizable	other	2415.0	99.959	100.0	0.018294947290240927	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CHI0034_000000012579	1343	0.630286353140459	3	1	1	1	1	False	88190	fragment	False	CHI0034_000000012579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	92.553	7.0	0.00015455745050006815	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	True	False
DEN0064_000000038059	1162	0.630286353140459	2	1	1	1	1	False	71179	fragment	False	DEN0064_000000038059	1.0		0	0	False	False	0.997418224811554	0					non-mobilizable	no_good_hit	280.0	81.429	24.0	8.1504101679044e-05	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
ISR0031_000000010199	2218	0.6302714972298371	3	3	3	3	2	False	128225	maximal	True	ISR0031_000000010199	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	85.458	83.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0081_000000031066	1172	0.6302630273320711	2	2	2	2	2	False	44215	fragment	False	FIJ0081_000000031066	1.0		0	0	False	False	0.9991467595100403	0					non-mobilizable	other	1151.0	97.915	98.0	0.06489841986455983	NZ_CABKPS010000080.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0328_000000019865	1466	0.6302629539451563	3	2	2	2	1	True	58066	fragment	False	ISR0328_000000019865	1.0		0	0	False	False	0.9993178844451904	0					non-mobilizable	no_good_hit								True	True
SPA0158_000000009903	1966	0.6302596214288607	5	3	2	3	2	False	3139	maximal	True	SPA0158_000000009903	1.0		2	1	False	False	0.9918616414070129	0					non-mobilizable	no_good_hit	969.0	84.93299999999999	49.0	0.006049061102455578	NZ_WNCH01000001.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold1_size158588, whole genome shotgun sequence	True	False
ISR0293_000000006183	5863	0.6302538404826331	8	7	4	6	5	True	112498	maximal	True	ISR0293_000000006183	1.0		1	1	False	False	0.9996588826179504	0					non-mobilizable	no_good_hit	1648.0	96.359	28.0	0.004722109859340798	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
ISR0029_000000021484	2045	0.6302513644272317	2	2	2	1	1	False	37116	maximal	False	ISR0087_000000016613	0.9827338129496404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	71.361	61.0	0.0023034600081909035	NZ_FXBR01000007.1	a-proteobacteria	Azospirillum lipoferum strain R1C, whole genome shotgun sequence	True	False
ISR0356_000000001601	8465	0.6302509841895174	7	4	3	4	2	False	23926	maximal	True	ISR0356_000000001601	1.0		1	1	False	False	0.9997637271881104	0					non-mobilizable	no_good_hit	1406.0	69.417	16.0	0.019112411337730797	NZ_SLXA01000012.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_112, whole genome shotgun sequence	True	False
FIJ0158_000000016029	1178	0.6302508871317832	2	1	1	1	1	False	39421	fragment	False	FIJ0158_000000016029	0.9706881903143585		0	0	False	False	0.9991511106491089	0					non-mobilizable	other	1178.0	99.406	100.0	0.0004274427700615743	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MAD0096_000000008283	2213	0.6302466398726072	5	3	1	1	3	False	15498	maximal	True	MAD0096_000000008283	1.0		1	1	False	False	0.9981924891471863	0					non-mobilizable	no_good_hit	759.0	80.237	47.0	0.00017780309886748387	CP019857.1	firmicutes	Clostridioides difficile strain DSM 29745 chromosome, complete genome	True	False
FIJ0073_000000005970	3126	0.6302447137977015	3	3	3	3	3	False	44703	maximal	True	FIJ0073_000000005970	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	89.01700000000001	13.0	0.00011452618121770628	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ISR0281_000000010678	1677	0.6302429924295895	2	2	2	1	1	False	110221	fragment	False	ISR0375_000000009302	0.2660246096784272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	94.714	83.0	0.005532436685944908	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
USA0039_01_000000008719	2621	0.6302418009833438	4	2	2	2	2	False	1326	maximal	True	USA0039_01_000000008719	1.0		2	1	False	False	0.9912247061729431	0					non-mobilizable	no_good_hit								True	False
MON0094_000000014180	2502	0.6302363482228704	2	2	2	2	0	True	109213	fragment	False	MON0094_000000014180	1.0		0	0	False	False	0.9996002912521362	0					non-mobilizable	no_good_hit								True	True
AST0094_000000012082	1867	0.6302363482228704	2	2	2	2	0	True	109212	fragment	False	AST0094_000000012082	1.0		0	0	False	False	0.9812533259391785	0					non-mobilizable	no_good_hit								True	True
ISR0172_000000011210	1463	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.07149292511729746		0	0	False	False	1.0	0					non-mobilizable	other	1463.0	100.0	100.0	0.0027489160396054497	NZ_FOWI01000002.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	False	True
ISR0058_000000018800	1422	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.09088046027116511		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	98.523	100.0	0.07271517756626752	MK211806.1	firmicutes	Streptococcus suis ILCSsuYS543 integron, complete sequence	False	True
ENG0068_000000019275	1363	0.6302363482228704	2	2	2	2	0	True	102323	fragment	False	ENG0068_000000019275	0.9568508705526116		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	97.139	100.0	0.00043611813870413996	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
AUS0004_000000015094	1321	0.6302363482228704	2	2	2	2	0	True	102323	fragment	False	ENG0068_000000019275	0.9427732942039618		0	0	False	False	0.9833459258079529	0					non-mobilizable	other	1321.0	100.0	100.0	0.0004226695617396951	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
MON0073_000000003334	1291	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.010257992905087615		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	96.21	100.0	0.0007450252240129138	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0219_000000025615	1274	0.6302363482228704	2	2	2	2	0	True	28027	maximal	True	ISR0219_000000025615	1.0		20	8	False	False	1.0	0					non-mobilizable	other	1281.0	81.265	100.0	0.0018969276334038219	NZ_DS560015.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_0, whole genome shotgun sequence	False	True
ENG0202_000000016888	1243	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.035029611409869064		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	99.27600000000001	100.0	0.0017986887819459148	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ENG0101_000000028885	1180	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05913521861093291		0	0	False	False	0.998305082321167	0					non-mobilizable	other	1180.0	100.0	100.0	0.005477122907752986	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0134_000000027367	1180	0.6302363482228704	2	2	2	2	0	True	31446	fragment	False	ISR0134_000000027367	1.0		0	0	False	False	0.9805084466934204	0					non-mobilizable	no_good_hit	103.0	91.262	9.0	0.002166963461992319	NZ_CBYM010000026.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ENG0101_000000028931	1179	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.057548080770492074		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	99.915	100.0	0.003948713651219308	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
USA0069_01_000000050941	1174	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05342296854341128		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	99.83	100.0	0.003931953406519736	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
USA0093_01_000000013765	1170	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.06086279555883098		0	0	False	False	0.9829059839248657	0					non-mobilizable	chromosome	1152.0	96.70100000000001	98.0	0.0004783667975173179	CP025043.1	firmicutes	Streptococcus suis strain AH681 chromosome, complete genome	False	True
ENG0111_000000017854	1158	0.6302363482228704	2	2	2	2	0	True	59710	maximal	True	ENG0111_000000017854	1.0		6	5	False	False	1.0	0					non-mobilizable	chromosome	1163.0	82.545	99.0	0.00032992892388325484	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	False	True
USA0034_01_000000044420	1154	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.04739985094121204		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	99.82700000000001	100.0	0.003864912427721445	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ISR0850_000000013784	1153	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.044339348577713225		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	100.0	100.0	0.005351692612155589	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0188_000000021808	1152	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.02684408574787407		0	0	False	False	0.9965277910232544	0					non-mobilizable	other	1152.0	99.82600000000001	100.0	0.009654987291654434	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0334_000000019078	1148	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.0583034570228498		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	98.43299999999999	100.0	0.014926344281921815	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
AST0084_000000030879	1147	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05306789211169865		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	100.0	100.0	0.003841448085142043	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ENG0018_000000019645	1142	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05638893440263551		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	100.0	100.0	0.005300591380615909	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0096_000000021407	1142	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05638893440263551		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	100.0	100.0	0.005300591380615909	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0033_000000027719	1142	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05638893440263551		0	0	False	False	0.9956217408180237	0					non-mobilizable	other	1142.0	100.0	100.0	0.005300591380615909	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0051_000000031408	1142	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05638893440263551		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	100.0	100.0	0.005300591380615909	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0117_000000024347	1142	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05638893440263551		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	100.0	100.0	0.005300591380615909	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0353_000000031503	1141	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.051042717745865024		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	100.0	100.0	0.003821335791502556	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
USA0020_01_000000030187	1141	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.051042717745865024		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	100.0	100.0	0.003821335791502556	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ENG0061_000000018025	1140	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05613641799639547		0	0	False	False	0.9956140518188477	0					non-mobilizable	other	1140.0	99.035	100.0	0.0209390396352673	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
AST0039_000000013772	1136	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05574179063207695		0	0	False	False	0.9841549396514893	0					non-mobilizable	other	1137.0	98.065	100.0	0.005272717981594266	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0062_000000034095	1135	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05080192812503115		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	100.0	100.0	0.0038012234978630688	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
MON0104_000000040895	1130	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.030751274185006665		0	0	False	False	1.0	0					non-mobilizable	other	1062.0	100.0	94.0	0.0015365610286993685	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
USA0145_01_000000020640	1129	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.05198522158802755		0	0	False	False	0.9911426305770874	0					non-mobilizable	other	1129.0	99.911	100.0	0.005240199016069014	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0135_01_000000013628	1123	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.030967499864826113		0	0	False	False	0.9991095066070557	0					non-mobilizable	other	1127.0	92.19200000000001	100.0	0.00017593437302916654	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
DEN0070_000000030947	1110	0.6302363482228704	2	2	2	2	0	True	128159	fragment	False	MAD0102_000000004786	0.054745845098123726		0	0	False	False	0.9954954981803894	0					non-mobilizable	other	1111.0	98.11	100.0	0.0144318359273333	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
MON0024_000000047297	1122	0.6302294136809419	1	1	1	1	1	False	12862	fragment	False	MON0024_000000047297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	85.714	4.0	0.00011732326960398508	CP015739.1	a-proteobacteria	Shinella sp. HZN7 plasmid pShin-03, complete sequence	True	False
MON0064_000000015318	1817	0.6302292507318493	2	2	2	2	1	False	10708	maximal	True	MON0064_000000015318	1.0		6	3	False	False	0.9730324745178223	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	1.0742367074265776e-05	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
FIJ0042_000000001980	10262	0.6302119881773397	14	3	2	3	2	False	47324	maximal	True	FIJ0042_000000001980	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	85.76899999999999	8.0	0.10331072995612285	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
FIJ0052_000000011871	2432	0.6302115492592661	4	3	2	3	2	False	121948	maximal	True	FIJ0052_000000011871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	79.422	86.0	0.019586412685194822	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	True	False
ENG0191_000000011587	2626	0.6302101138122805	4	2	2	2	2	False	54731	maximal	True	ENG0191_000000011587	1.0		9	4	False	False	0.9935262799263	0					non-mobilizable	no_good_hit	105.0	80.0	4.0	0.0001146166922757428	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	True	False
DEN0017_000000012692	2343	0.63020975119334	3	3	3	3	2	True	98795	fragment	False	DEN0017_000000012692	1.0		0	0	False	False	0.9820742607116699	0					non-mobilizable	chromosome	2296.0	99.913	98.0	0.0006388975884747886	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0105_000000011380	2265	0.6302088658732039	2	2	2	2	2	False	33250	maximal	True	SPA0105_000000011380	1.0		49	10	False	False	1.0	0					non-mobilizable	other	2266.0	99.162	100.0	0.022513380688035975	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
USA0023_01_000000008294	3839	0.6302032696928184	4	4	4	4	3	False	55408	fragment	False	USA0023_01_000000008294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000014557	2419	0.6301974875068082	3	3	2	3	2	False	75095	maximal	True	SPA0090_000000014557	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	83.304	24.0	0.00017106053314267715	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0067_000000001248	15267	0.6301955222248212	10	7	7	6	4	False	70871	maximal	True	DEN0067_000000001248	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2597.0	77.32	18.0	0.0006868994797970192	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0089_000000019884	1442	0.6301951606371405	2	2	2	2	1	False	9592	maximal	True	MON0089_000000019884	1.0		1	1	False	False	0.9986130595207214	0					non-mobilizable	no_good_hit								True	False
ISR0045_000000007492	3316	0.6301894449356913	2	2	2	1	2	False	55218	maximal	True	ISR0045_000000007492	1.0		337	12	False	False	0.993968665599823	0					non-mobilizable	other	3316.0	97.648	100.0	0.06819584447644518	NZ_JAAIPV010000034.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_34_length_48610_cov_92.315, whole genome shotgun sequence	False	False
MON0012_000000052648	1117	0.6301853385631981	2	1	1	1	1	False	13560	fragment	False	MON0012_000000052648	1.0		0	0	False	False	0.9892569184303284	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000006533	4922	0.630182848200375	5	5	5	5	5	False	120045	maximal	True	FIJ0096_000000006533	1.0		18	7	False	False	0.9973587989807129	0					non-mobilizable	other	4923.0	99.47200000000001	100.0	0.006224612131543936	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0224_000000011492	2595	0.6301791371813847	4	3	3	2	2	False	34378	maximal	True	ISR0224_000000011492	1.0		2	2	False	False	0.9969171285629272	0					non-mobilizable	other	2534.0	98.54	98.0	0.0008128964154221732	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0143_000000023950	1210	0.6301747613880664	1	1	1	1	1	False	31106	fragment	False	ISR0143_000000023950	1.0		0	0	False	False	0.9958677887916565	0					non-mobilizable	no_good_hit	1020.0	98.529	84.0	0.000873000339929336	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
AST0007_000000005267	3568	0.6301691576799604	6	5	3	3	5	True	127172	fragment	False	AST0007_000000005267	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	3568.0	99.355	100.0	0.018238247655666794	CP024976.1	enterobacteria	Escherichia coli strain CV839-15 plasmid pCV839-15-p2, complete sequence	False	True
CHI0017_000000005286	2338	0.6301683221264328	4	3	2	3	2	False	89636	maximal	True	CHI0017_000000005286	1.0		368	15	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	91.86399999999999	49.0	0.023834889599130996	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
ISR0160_000000007091	3810	0.6301674014472951	6	4	3	4	3	False	116614	maximal	True	ISR0160_000000007091	1.0		0	0	False	False	0.9965879321098328	0					non-mobilizable	no_good_hit	2496.0	74.92	64.0	0.0015750175623407165	NZ_LT960488.1	CFB group bacteria	Parabacteroides provencensis strain Marseille-P3668, whole genome shotgun sequence	True	False
ENG0024_000000004009	6476	0.630163863125703	9	8	7	8	7	False	121740	maximal	True	ENG0024_000000004009	0.994025887819449		3	1	False	False	0.9996911883354187	0					non-mobilizable	no_good_hit	1011.0	83.87700000000001	47.0	0.0002807519117834989	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0207_000000018087	1661	0.630163127673543	2	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.8618713615980536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1456.0	99.382	88.0	0.23239099185433637	MK233194.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_5_c1 sequence	True	True
ENG0168_000000022153	1408	0.6301608219293899	2	1	1	1	1	False	55966	maximal	True	ENG0168_000000022153	1.0		11	6	False	False	0.9971590638160706	0					non-mobilizable	other	1409.0	95.17399999999999	100.0	0.0014239517598362557	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
ISR0355_000000019602	1123	0.6301598489037917	2	2	2	2	1	True	23932	maximal	True	ISR0355_000000019602	1.0		3	1	False	False	0.9750667810440063	0					non-mobilizable	no_good_hit	687.0	93.595	60.0	0.006356324821170454	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
ISR0228_000000004496	5111	0.6301565437712517	6	4	3	3	2	True	68838	maximal	True	ISR0228_000000004496	1.0		8	3	False	False	0.9947172999382019	0					non-mobilizable	no_good_hit	1024.0	93.945	20.0	0.00028451125726415425	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
CHI0180_000000003710	3870	0.6301556665547687	4	4	4	4	4	False	108760	maximal	True	CHI0180_000000003710	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1405.0	99.146	64.0	0.001775569978197417	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
MON0039_000000031575	1550	0.6301511930017558	2	2	2	2	2	False	11916	fragment	False	MON0039_000000031575	1.0		0	0	False	False	0.9993548393249512	0					non-mobilizable	chromosome	1453.0	98.00399999999999	100.0	0.0002785316547772783	CP029741.1	enterobacteria	Escherichia coli strain AR_0085 chromosome, complete genome	False	False
MON0037_000000051356	1467	0.630150332759005	2	1	1	1	1	False	65276	maximal	True	MON0037_000000051356	1.0		34	9	False	False	0.9993183612823486	0					non-mobilizable	no_good_hit	98.0	79.592	7.0	2.3263251360165576e-05	CP031783.1	firmicutes	Bacillus subtilis strain MENO2 chromosome, complete genome	True	False
MAD0112_000000000676	21566	0.630149359634264	30	10	3	5	5	False	47251	maximal	True	MAD0112_000000000676	1.0		1	1	False	False	0.9996753931045532	0					non-mobilizable	no_good_hit	4922.0	81.308	31.0	0.008087130488199696	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0388_000000020573	1710	0.6301486517553846	3	2	1	2	1	True	63050	fragment	False	ISR0388_000000020573	1.0		0	0	False	False	0.9631578922271729	0					non-mobilizable	no_good_hit								True	True
SPA0093_000000001004	26431	0.6301482238041891	24	14	8	12	11	True	64452	maximal	True	SPA0093_000000001004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	10160.0	97.057	77.0	0.3554708002379369	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0113_000000001395	16176	0.6301386670865393	14	11	4	6	10	True	68749	fragment	False	ENG0113_000000001395	1.0		0	0	False	False	0.999814510345459	0					non-mobilizable	other	14286.0	94.77799999999999	97.0	0.006255127693850984	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0149_000000002975	5097	0.6301334186742583	4	4	4	1	3	False	85057	maximal	True	ISR0149_000000002975	1.0		15	4	False	False	0.9990190267562866	0					non-mobilizable	no_good_hit	2586.0	86.38799999999999	51.0	0.019163465325199327	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
USA0086_01_000000002447	8608	0.6301268053206298	9	9	5	5	6	True	100945	maximal	True	USA0086_01_000000002447	1.0		28	9	False	False	1.0	0					non-mobilizable	other	5917.0	99.98299999999999	99.0	0.03241235351161224	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
AST0050_000000003944	3396	0.6301225314677203	3	3	3	3	2	False	131596	fragment	False	ISR0334_000000005504	0.9717317093419346		0	0	False	False	1.0	0					non-mobilizable	chromosome	3396.0	100.0	100.0	0.0014690482990194805	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
MAD0005_000000024377	1305	0.6301209398799377	2	2	2	1	1	False	125901	fragment	False	MON0030_000000025415	0.9538527617489495		0	0	False	False	0.9992337226867676	0					non-mobilizable	other	1307.0	91.89	100.0	0.003766565914903511	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
CHI0040_000000005020	3532	0.6301192803271481	4	4	4	4	3	False	99893	fragment	False	CHI0040_000000005020	1.0		0	0	False	False	0.9957531094551086	0					non-mobilizable	other	3532.0	99.51899999999999	100.0	0.011189631131955887	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0030_000000032825	1117	0.6301187915112313	2	1	1	1	1	False	12484	maximal	True	MON0030_000000032825	1.0		9	6	False	False	1.0	0					non-mobilizable	chromosome	1116.0	100.0	99.0	0.00021267744499426915	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
ENG0084_000000008237	3254	0.6301182338425619	3	3	3	3	3	False	112819	fragment	False	ENG0084_000000008237	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2190.0	74.155	67.0	0.2638634978671542	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0144_000000002004	6229	0.6301174881358589	4	4	4	4	3	False	117168	maximal	False	ENG0057_000000003349	0.9922360899039084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1981.0	70.419	31.0	0.002952990226899528	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
DEN0073_000000006742	6220	0.6301174881358589	4	4	4	4	3	False	117168	maximal	False	ENG0057_000000003349	0.9939263020454001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1975.0	70.07600000000001	32.0	0.0029438336680564286	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0016_000000005000	6217	0.6301174881358589	4	4	4	4	3	False	117168	maximal	False	ENG0057_000000003349	0.993965574333552		0	0	False	False	0.9998391270637512	0					non-mobilizable	no_good_hit	1970.0	70.152	32.0	0.002936203202353846	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ENG0113_000000002652	9589	0.6301142438379521	7	7	7	7	7	False	98964	maximal	True	ENG0113_000000002652	1.0		79	8	False	False	1.0	0					non-mobilizable	other	7697.0	98.23299999999999	100.0	0.0013426227748410085	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0804_000000015564	1304	0.6301049585419422	2	2	2	2	2	False	83918	fragment	False	CHI0099_000000003479	0.537366208521392		0	0	False	False	0.9961656332015991	0					non-mobilizable	chromosome	1304.0	99.00299999999999	100.0	0.0004597925040765563	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0194_000000001466	15200	0.6301049576815744	12	10	8	10	6	False	66546	maximal	True	ENG0194_000000001466	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	84.146	1.0	0.00039094173520213133	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0814_000000017718	2262	0.6301045659199755	6	1	1	1	1	False	21536	fragment	False	ISR0814_000000017718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0100_000000031032	1488	0.6300983370814491	2	2	2	2	1	False	94896	fragment	False	MON0100_000000031032	1.0		0	0	False	False	0.9879032373428345	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0001798117969858215	NZ_LXNG01000004.1	g-proteobacteria	Xanthomonas floridensis strain WHRI 8848 scf_21893_12, whole genome shotgun sequence	True	False
CAN0006_000000036101	1238	0.6300941930857219	2	2	2	2	2	False	95489	fragment	False	CAN0006_000000036101	0.9899074852817493		0	0	False	False	0.9951534867286682	0					non-mobilizable	no_good_hit	429.0	78.089	34.0	0.00011803598148728121	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0112_000000000908	18378	0.6300857451869301	20	12	7	11	10	False	15638	maximal	True	MAD0112_000000000908	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	0.0	6.113919438106348e-05	NZ_KK366004.1	firmicutes	Clostridium hydrogeniformans DSM 21757 BR69DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
MAD0041_000000009838	3144	0.6300855743889335	3	3	2	2	3	False	18272	maximal	True	MAD0041_000000009838	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	72.921	15.0	0.004445954472649614	NZ_CABKQR010000005.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
CHI0164_000000014988	1369	0.6300851666295386	4	3	2	2	3	False	103337	fragment	False	FIJ0169_000000013717	0.755968418998302		0	0	False	False	1.0	0					non-mobilizable	other	1370.0	97.08	100.0	0.0004171602910973786	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0354_000000014615	1267	0.6300781441117124	2	2	2	2	1	False	23989	fragment	False	ISR0354_000000014615	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1267.0	99.84200000000001	100.0	0.0005456320345480758	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
CHI0027_000000001694	8072	0.6300780132933582	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9185481657001364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	97.315	35.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0092_000000005349	8036	0.6300780132933582	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.9335353567941751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2793.0	97.02799999999999	35.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0145_000000004185	7885	0.6300780132933582	8	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.8982005954953831		0	0	False	False	0.999873161315918	0					non-mobilizable	no_good_hit	2793.0	97.1	35.0	0.45199935243645784	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0110_000000006263	4756	0.6300762830375333	6	4	1	3	3	False	81731	maximal	True	ENG0110_000000006263	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	95.34700000000001	59.0	0.12483853109429784	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0012_000000003974	5964	0.6300742445747038	5	5	5	5	5	False	39475	maximal	True	ISR0012_000000003974	1.0		1	1	False	False	0.9991616606712341	0					non-mobilizable	no_good_hit	1772.0	72.743	29.0	0.0003327491694573129	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	True	False
ENG0016_000000013574	1652	0.6300740100969463	2	2	2	2	1	False	66755	maximal	True	ENG0016_000000013574	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	76.212	26.0	0.0037522465261035374	NZ_LMUA01000011.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00011, whole genome shotgun sequence	True	False
MAD0028_000000001729	5956	0.6300697439124053	7	6	3	5	6	True	123604	maximal	True	MAD0028_000000001729	1.0	PS902	20	4	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	4641.0	97.177	78.0	0.26980428704566634	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	True	True
ENG0127_000000009159	2780	0.6300677285249227	3	3	3	2	0	True	106885	maximal	True	ENG0127_000000009159	1.0		1	1	False	False	0.9748201370239258	0					non-mobilizable	no_good_hit	1175.0	99.234	42.0	0.19824086603518268	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0075_000000021242	1121	0.6300677058939901	3	3	0	3	2	True	5759	maximal	True	SPA0075_000000021242	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1121.0	98.93	100.0	0.0005279758865870083	CP023511.1	firmicutes	Streptococcus gordonii strain FDAARGOS_371 chromosome, complete genome	False	True
MAD0001_000000010419	2472	0.63006117692021	4	4	4	3	2	False	71071	maximal	True	MAD0001_000000010419	1.0		2	1	False	False	0.9987863898277283	0					non-mobilizable	other	2476.0	95.234	100.0	0.6939921392476137	NZ_WEHX01000146.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_146_length_3562_cov_158.950621, whole genome shotgun sequence	False	False
MON0108_000000010634	2044	0.6300590579658081	3	3	3	3	2	False	117030	fragment	False	MON0108_000000010634	0.9938797232570517		0	0	False	False	0.9897260069847107	0					non-mobilizable	other	1948.0	99.48700000000001	95.0	0.01652773297567104	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0087_000000017175	1879	0.6300590579658081	3	3	3	3	2	False	117030	fragment	False	MON0108_000000010634	0.9540117416829745		0	0	False	False	0.9962745904922485	0					non-mobilizable	other	1879.0	98.56299999999999	100.0	0.015942004380231235	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0130_000000003244	7901	0.6300583004110311	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9277979069697154		0	0	False	False	1.0	0					non-mobilizable	chromosome	6447.0	95.781	91.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0125_01_000000013271	1780	0.6300558133641633	3	3	3	3	2	False	1254	maximal	True	USA0125_01_000000013271	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	72.807	25.0	0.0006728249466029866	NZ_VAUP01000022.1	a-proteobacteria	Xanthobacter autotrophicus strain DSM 432 NODE_2, whole genome shotgun sequence	True	False
ISR0344_000000030072	1180	0.6300536252831062	3	2	2	2	2	False	24225	maximal	True	ISR0344_000000030072	1.0		2	1	False	False	0.9889830350875854	0					non-mobilizable	no_good_hit	282.0	78.723	23.0	0.010319373305212414	NZ_CABJCG010000035.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
SPA0157_000000001833	3358	0.6300519016756213	6	3	0	3	0	False	3163	maximal	True	SPA0157_000000001833	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0023_000000002829	3065	0.6300519016756213	3	3	0	3	0	False	19236	fragment	False	MAD0023_000000002829	1.0		0	0	False	False	0.9836868047714233	0					non-mobilizable	no_good_hit								True	False
MAD0065_000000005107	2323	0.6300519016756213	3	3	0	3	0	False	16631	maximal	True	MAD0065_000000005107	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000016950	1916	0.6300519016756213	3	3	0	3	0	False	471	maximal	True	USA0084_01_000000016950	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0853_000000016259	1117	0.630045810595703	1	1	1	1	1	False	20533	fragment	False	ISR0853_000000016259	0.9909828674481516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0852_000000012058	1109	0.630045810595703	1	1	1	1	1	False	20533	fragment	False	ISR0853_000000016259	0.9874664279319607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000025606	1561	0.6300432556245193	2	2	2	2	1	False	91187	fragment	False	DEN0018_000000025606	0.8425983922784063		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	98.07799999999999	100.0	0.006225159220418522	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ISR0309_000000018071	1173	0.6300290164114468	2	2	2	1	0	True	25361	fragment	False	ISR0309_000000018071	1.0		0	0	False	False	0.9974424839019775	0					non-mobilizable	other	1178.0	92.53	100.0	0.003058344199881646	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
USA0010_01_000000004729	5703	0.6300283526796376	7	4	3	2	2	True	49769	maximal	True	USA0010_01_000000004729	0.9958325440424323		94	10	False	False	0.9971944689750671	0					non-mobilizable	other	5248.0	99.809	92.0	0.018815420971287387	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	True
FIJ0101_000000005194	5279	0.6300283526796376	6	4	3	2	2	True	49769	maximal	False	USA0010_01_000000004729	0.958881290548834		0	0	False	False	0.9971585273742676	0					non-mobilizable	other	5281.0	99.867	99.0	0.01893375695223888	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	True
ISR0153_000000013546	2100	0.6300269256552651	3	2	2	2	1	False	74516	fragment	False	ISR0153_000000013546	1.0		0	0	False	False	0.9995238184928894	0					non-mobilizable	no_good_hit	48.0	89.583	2.0	0.0009792890778013918	NZ_FOUQ01000018.1	a-proteobacteria	Pleomorphomonas diazotrophica strain R5-392, whole genome shotgun sequence	True	False
MON0011_000000006758	6340	0.6300260307482368	8	7	7	6	5	False	48464	maximal	True	MON0011_000000006758	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.739698533111626e-07	CP023757.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 1	True	False
FIJ0115_000000020980	1122	0.6300202494582178	2	2	2	2	2	False	71375	fragment	False	DEN0063_000000043644	0.967345207803223		0	0	False	False	0.9910873174667358	0					non-mobilizable	other	1135.0	77.00399999999999	100.0	0.0003133506486498943	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0287_000000005549	2179	0.6300201439823416	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.20005295322674133		0	0	False	False	0.9995410442352295	0					non-mobilizable	other	2180.0	96.743	100.0	0.0045333171628293084	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0248_000000002094	2033	0.6300177363339543	2	2	2	2	2	False	28809	fragment	False	ISR0199_000000014558	0.966251795117281		0	0	False	False	0.9960649013519287	0					non-mobilizable	other	1980.0	86.76799999999999	97.0	0.013189929635872328	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0096_000000012120	1580	0.6300160917025386	2	2	2	2	1	False	42991	fragment	False	FIJ0096_000000023485	0.9713295526149968		0	0	False	False	0.9974683523178101	0					non-mobilizable	no_good_hit	462.0	72.727	29.0	0.0041270623898613055	NZ_PDWL01000014.1	g-proteobacteria	Pseudoxanthomonas jiangsuensis strain DSM 22398 NODE_14_length_109521_cov_26.7969, whole genome shotgun sequence	True	False
ISR0385_000000000313	28498	0.6300147236105644	39	16	7	14	9	False	23058	maximal	True	ISR0385_000000000313	1.0		3	2	False	False	0.9984560608863831	0					non-mobilizable	no_good_hit	290.0	95.17200000000001	1.0	0.30810234541577824	GQ878781.1		Uncultured organism clone VC1C194TR genomic sequence	True	False
ISR0040_000000019540	1334	0.6300110401594053	1	1	1	1	1	False	36464	fragment	False	ISR0040_000000019540	1.0		0	0	False	False	0.9992503523826599	0					non-mobilizable	virus	1255.0	84.62200000000001	94.0	0.033305778512573	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
SPA0054_000000001910	10718	0.6300104884941647	14	8	6	7	5	True	70502	maximal	True	SPA0054_000000001910	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1615.0	93.12700000000001	23.0	0.0007198074682367662	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0803_000000004174	3214	0.6300068289046754	2	2	2	2	0	True	29131	fragment	False	ISR0803_000000004174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0108_01_000000001390	10692	0.63000604488762	10	6	3	5	5	True	322	maximal	True	USA0108_01_000000001390	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	88.553	11.0	0.00020507064956928572	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	True
MAD0091_000000002491	5197	0.6300053050800623	5	5	5	4	4	False	127587	maximal	True	MAD0091_000000002491	1.0		10	1	False	False	1.0	0					non-mobilizable	chromosome	4271.0	87.825	100.0	0.0017494310642619402	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0065_000000010316	3212	0.6300022548267481	3	2	2	1	1	False	71517	maximal	True	DEN0065_000000010316	1.0		1	1	False	False	0.9978206753730774	0					non-mobilizable	no_good_hit	160.0	99.375	5.0	0.00085554706585022	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
DEN0045_000000014477	2639	0.6299919302701787	4	4	3	4	4	False	72932	fragment	False	DEN0045_000000014477	1.0		0	0	False	False	0.9996210932731628	0					non-mobilizable	chromosome	2483.0	75.191	92.0	0.0009545086809701793	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
FIJ0083_000000009166	3757	0.6299850728086307	6	4	4	4	4	False	72235	fragment	False	FIJ0043_000000006308	0.9259207391571621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1466.0	75.23899999999999	38.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
TAN0018_000000006892	1550	0.6299825442333902	2	2	2	2	2	False	2420	fragment	False	TAN0018_000000006892	1.0		0	0	False	False	0.9664515852928162	0					non-mobilizable	no_good_hit	62.0	91.935	4.0	0.00033883429891850756	NZ_KE332513.1	spirochetes	Treponema vincentii F0403 aczIO-supercont1.2, whole genome shotgun sequence	True	False
ISR0130_000000022364	1413	0.6299800868892005	3	1	1	1	1	True	39793	fragment	False	SPA0142_000000015856	0.5789857561369836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0856_000000005222	1330	0.6299800868892005	3	1	1	1	1	True	39793	fragment	False	SPA0142_000000015856	0.3872611464968153		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0032_000000029478	1152	0.6299781440979969	3	3	1	3	2	True	36911	fragment	False	SPA0077_000000023131	0.9392059553349876		0	0	False	False	0.9678819179534912	0					non-mobilizable	no_good_hit	818.0	84.23	71.0	0.00023567369194578636	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
USA0060_01_000000002242	7314	0.6299781241928544	7	6	4	5	3	False	78652	maximal	True	USA0060_01_000000002242	1.0		6	3	False	False	0.9997265338897705	0		MOBP			mobilizable	no_good_hit	731.0	82.76299999999999	22.0	0.0003235340449297306	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0098_000000015222	1148	0.6299780653053577	1	1	1	1	1	True	33231	fragment	False	ISR0098_000000015222	1.0		0	0	False	False	0.953832745552063	0					non-mobilizable	other	1088.0	98.529	95.0	0.0015028595885904562	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	True
MON0096_000000013567	2601	0.6299721301359854	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.8448174080287378		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	89.119	90.0	0.00034563021984073013	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0160_000000020435	1569	0.6299678279612614	3	3	3	3	3	False	82693	fragment	False	MAD0061_000000010381	0.9729634540636921		0	0	False	False	1.0	0					non-mobilizable	other	1569.0	99.044	100.0	0.03924807889664839	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0226_000000002360	2909	0.6299600443153172	5	5	5	5	3	False	27654	maximal	True	ISR0226_000000002360	1.0		7	3	False	False	0.9944998025894165	0					non-mobilizable	no_good_hit	925.0	75.568	32.0	0.011059252023107445	NZ_JAAITI010000016.1	firmicutes	Blautia luti strain MSK.16.34 NODE_16_length_82917_cov_158.571, whole genome shotgun sequence	True	False
USA0062_01_000000008447	2597	0.6299593751501639	3	3	3	3	3	False	131573	fragment	False	USA0014_01_000000002395	0.9907599155167919		0	0	False	False	1.0	0					non-mobilizable	chromosome	973.0	99.794	100.0	0.000149822317205598	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0057_01_000000002499	11051	0.6299570628303952	8	6	1	1	6	False	80375	fragment	False	USA0057_01_000000002499	0.9964115947432193		0	0	False	False	0.999909520149231	0			MPF_I		non-mobilizable	plasmid	11051.0	99.964	100.0	0.13351215504325553	CP054354.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-1, complete sequence	False	True
ISR0343_000000015598	1239	0.6299561176427603	2	2	2	1	1	False	24300	maximal	True	ISR0343_000000015598	1.0		75	10	False	False	0.974979817867279	0					non-mobilizable	no_good_hit	78.0	85.897	6.0	1.4145925596203611e-05	CP026265.1	a-proteobacteria	Aminobacter sp. MSH1 chromosome, complete genome	True	False
SPA0148_000000000006	5540	0.6299499025164622	6	5	3	5	0	True	3329	fragment	False	SPA0148_000000000006	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5150.0	98.40799999999999	93.0	0.08280398179566763	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0054_000000009411	3085	0.6299488151433628	6	4	3	4	3	False	68480	maximal	True	SPA0054_000000009411	1.0		3	2	False	False	1.0	0					non-mobilizable	other	3085.0	99.579	100.0	0.0008802143567414031	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
DEN0024_000000003244	2388	0.6299481659919375	5	3	1	1	3	True	95011	maximal	True	DEN0024_000000003244	1.0		11	4	False	False	0.9995812177658081	0					non-mobilizable	other	2175.0	99.632	91.0	0.005897830673607208	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0081_000000024042	2303	0.6299481659919375	5	3	1	1	3	True	95007	fragment	False	USA0036_01_000000014378	0.9789894011695089		0	0	False	False	1.0	0					non-mobilizable	other	2303.0	100.0	100.0	0.006250831588694195	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0065_000000011762	2189	0.6299481659919375	4	3	1	1	3	True	95007	fragment	False	USA0036_01_000000014378	0.941573556417563		0	0	False	False	1.0	0					non-mobilizable	other	2189.0	99.954	100.0	0.005941276940079452	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0139_000000012121	2148	0.6299481659919375	5	3	1	1	3	True	95007	fragment	False	USA0036_01_000000014378	0.38202247191011235		0	0	False	False	0.9939478635787964	0					non-mobilizable	other	2148.0	100.0	100.0	0.005829945882244326	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0141_000000012068	1897	0.6299481659919375	4	3	1	1	3	True	76575	fragment	False	SPA0141_000000012068	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1897.0	100.0	100.0	0.005148382576960988	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0374_000000006150	2598	0.6299421498054095	2	2	2	2	1	True	68676	fragment	False	ISR0374_000000006150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0053_000000011886	3049	0.6299409456170916	3	3	2	3	2	True	11188	maximal	True	MON0053_000000011886	1.0		21	5	False	False	0.991472601890564	0					non-mobilizable	no_good_hit	1799.0	99.944	59.0	0.0004777700098078371	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
SPA0022_000000011825	1123	0.6299405857180508	2	1	1	1	1	False	121854	fragment	False	FIJ0048_000000015861	0.03810323780246531		0	0	False	False	0.983081042766571	0					non-mobilizable	other	1007.0	98.90799999999999	90.0	0.000312653799225863	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0294_000000007012	2729	0.6299333351698094	2	2	2	2	2	False	25773	maximal	True	ISR0294_000000007012	1.0		63	9	False	False	0.9996335506439209	0					non-mobilizable	other	2729.0	99.48700000000001	100.0	0.0009208824268087508	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
MAD0111_000000004764	3571	0.6299324459266561	4	2	2	2	2	False	36874	fragment	False	MAD0111_000000004764	1.0		0	0	False	False	0.9997199773788452	0					non-mobilizable	no_good_hit	1340.0	72.53699999999999	37.0	0.018984509217953714	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0144_000000002816	10309	0.6299317978459018	9	6	2	5	2	False	73431	maximal	True	FIJ0144_000000002816	1.0		2	2	False	False	0.9987389445304871	0					non-mobilizable	no_good_hit								True	False
CHI0186_000000009460	2035	0.6299295882321942	2	2	2	2	2	False	83398	maximal	True	CHI0186_000000009460	1.0		7	2	False	False	0.994103193283081	0					non-mobilizable	other	1862.0	97.154	97.0	0.000835317551895121	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ENG0184_000000003190	7423	0.6299280337052516	8	4	4	3	1	True	75081	maximal	True	ENG0184_000000003190	1.0		1	1	False	False	0.9998652935028076	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	1.6014461449285324e-05	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	True
SPA0130_000000029738	1142	0.6299240382884311	4	2	2	2	2	False	3781	fragment	False	SPA0130_000000029738	1.0		0	0	False	False	0.996497392654419	0					non-mobilizable	plasmid	1143.0	99.738	100.0	0.017995020642274116	CP016714.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77B, complete sequence	False	True
ISR0147_000000016031	1569	0.6299236632781647	2	1	1	1	1	False	35563	fragment	False	ISR0147_000000016031	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	97.616	99.0	0.0006890371480055664	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0773_000000003382	3481	0.6299225927652337	2	2	1	2	1	False	22509	maximal	True	ISR0773_000000003382	0.9598625936861231		203	13	False	False	0.9997127056121826	0					non-mobilizable	other	3481.0	97.12700000000001	100.0	0.019987019923842563	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	False	False
CAN0006_000000036852	1213	0.6299224523509377	2	2	2	2	1	False	95488	maximal	True	CAN0006_000000036852	1.0		16	8	False	False	1.0	0					non-mobilizable	other	1247.0	73.617	99.0	0.0003502020154739629	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0386_000000009034	3849	0.629919624670651	4	3	3	3	3	False	23006	maximal	True	ISR0386_000000009034	1.0		7	3	False	False	0.9976617097854614	0					non-mobilizable	other	1683.0	92.15700000000001	93.0	0.03407915288962817	NZ_QEKJ01000019.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_119, whole genome shotgun sequence	False	False
ISR0247_000000007529	1842	0.6299113374212832	3	3	3	3	2	False	27102	maximal	True	ISR0247_000000007529	1.0		4	2	False	False	0.9994571208953857	0					non-mobilizable	no_good_hit	1105.0	98.914	60.0	0.0035289830519310314	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0134_000000025463	1528	0.6299052851084613	2	2	2	2	1	False	58166	fragment	False	ISR0178_000000010855	0.9329125064951369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	3.0	1.8412900077794502e-05	NZ_AP014569.1	b-proteobacteria	Serpentinomonas mccroryi strain B1	True	False
MON0107_000000053677	1159	0.6299014419798948	2	2	0	2	2	False	8543	maximal	True	MON0107_000000053677	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1159.0	99.137	100.0	0.00021097892032721774	CP010304.1	enterobacteria	Escherichia coli O157:H7 str. SS52, complete genome	False	False
FIJ0130_000000014632	1410	0.6299003122132594	2	2	2	2	2	False	57408	backbone	False	MAD0038_000000010007	0.48190121786197565	PS249	0	0	False	True	1.0	0					non-mobilizable	other	1271.0	87.411	94.0	0.0003999951975300139	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	False	True
ENG0068_000000003029	7414	0.6299001560346296	10	6	3	3	5	False	89200	maximal	True	ENG0068_000000003029	1.0	PS462	15	4	False	True	1.0	0					non-mobilizable	no_good_hit	2873.0	93.039	77.0	0.0005547929679507368	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
FIJ0154_000000001345	17558	0.6298944641126772	29	6	2	6	2	False	52475	maximal	True	FIJ0154_000000001345	0.9585588784856856		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00012411732633548026	NZ_FXUT01000004.1	firmicutes	Listeria costaricensis isolate CLIP201600682, whole genome shotgun sequence	True	False
FIJ0037_000000000975	17543	0.6298944641126772	29	6	2	6	2	False	52475	maximal	False	FIJ0154_000000001345	0.9583017526712547		0	0	False	False	0.9996579885482788	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00012411732633548026	NZ_FXUT01000004.1	firmicutes	Listeria costaricensis isolate CLIP201600682, whole genome shotgun sequence	True	False
USA0003_01_000000002788	12835	0.6298914770197843	22	5	3	3	1	False	73493	maximal	True	USA0003_01_000000002788	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	2.283740796892934e-05	NZ_KB899659.1	firmicutes	Paenibacillus daejeonensis DSM 15491 F556DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
SPA0155_000000008765	2166	0.6298914626296799	5	2	2	2	2	False	43698	maximal	True	SPA0155_000000008765	1.0		9	6	False	False	0.9806094169616699	0					non-mobilizable	no_good_hit	1447.0	95.439	67.0	0.09820579040369716	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	True	False
ENG0195_000000007460	3216	0.6298825706595025	3	2	2	2	2	False	54480	maximal	True	ENG0195_000000007460	0.9843049327354261		19	5	False	False	0.9990671873092651	0					non-mobilizable	other	3053.0	89.551	95.0	0.003980599332675802	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
ISR0374_000000013421	1222	0.6298799058830834	2	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.7689938730037246		0	0	False	False	0.9950900077819824	0					non-mobilizable	other	1226.0	82.545	99.0	0.0005344091074885666	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
AUS0004_000000013215	1529	0.6298776080644969	2	2	2	1	1	False	102334	fragment	False	AUS0004_000000013215	1.0		0	0	False	False	0.9764552116394043	0					non-mobilizable	no_good_hit	182.0	95.604	12.0	5.0658405334973805e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
TAN0017_000000027561	1368	0.6298750233034119	2	2	2	1	1	False	2446	maximal	True	TAN0017_000000027561	1.0		28	5	False	False	0.9817251563072205	0					non-mobilizable	no_good_hit	824.0	78.277	60.0	0.000247263450538642	NZ_KK073873.1	CFB group bacteria	Prevotella oryzae DSM 17970 XylorDRAFT_XOA.1, whole genome shotgun sequence	True	False
USA0009_01_000000004454	5457	0.6298749266096658	11	3	2	2	1	True	98406	fragment	False	USA0009_01_000000004454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	2.0	0.05361596009975062	NZ_QYYA01000020.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_19, whole genome shotgun sequence	True	True
ISR0220_000000003397	2923	0.6298553149419415	5	5	5	3	4	False	27997	maximal	True	ISR0220_000000003397	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2923.0	99.863	100.0	0.001482701561403482	CP035266.1	firmicutes	Pediococcus acidilactici strain SRCM103444 chromosome, complete genome	False	False
AST0111_000000009991	1952	0.6298501902786767	4	1	1	1	1	False	106804	fragment	False	AST0111_000000009991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000011418	2979	0.629837002482951	4	3	3	3	2	False	51953	maximal	True	FIJ0038_000000011418	1.0		23	9	False	False	0.9966431856155396	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	0.00028777964301620473	NZ_CZBD01000010.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
SPA0040_000000034346	1265	0.6298322847925056	2	2	2	1	1	True	59659	fragment	False	SPA0040_000000034346	0.9389952153110048		0	0	False	False	0.9928853511810303	0					non-mobilizable	other	1260.0	88.175	99.0	0.0032352865355365933	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	True
ISR0131_000000012252	2516	0.6298315580713575	3	1	1	1	1	False	31681	maximal	True	ISR0131_000000012252	1.0		6	3	False	False	0.9992051124572754	0					non-mobilizable	no_good_hit								True	False
MON0022_000000008208	3236	0.6298263642415649	3	3	1	2	2	False	109808	fragment	False	MON0022_000000008208	1.0		0	0	False	False	0.9922744035720825	0					non-mobilizable	chromosome	1876.0	96.535	96.0	0.0006535533083391311	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0079_000000018101	1838	0.6298199276633797	3	3	3	3	3	False	61816	maximal	True	ENG0079_000000018101	0.9917356729029574		847	14	False	False	1.0	0					non-mobilizable	other	1838.0	99.51	100.0	0.004041484062868508	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0154_000000022155	1501	0.6298194916953344	3	3	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.5319173970365391		0	0	False	False	0.9966688752174377	0					non-mobilizable	other	1388.0	97.118	100.0	0.07870843264101691	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ISR0107_000000005196	4168	0.6298182479308023	5	3	3	2	2	False	32862	maximal	True	ISR0107_000000005196	1.0		13	3	False	False	0.9988003969192505	0					non-mobilizable	no_good_hit	1109.0	99.279	60.0	0.00032446634364499867	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
CAN0006_000000039711	1117	0.6298108019160076	1	1	1	1	1	False	95453	maximal	False	CAN0013_000000019698	0.9188284518828451		0	0	False	False	0.9919427037239075	0					non-mobilizable	other	1117.0	100.0	100.0	0.0003136316806217776	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0145_000000016795	1783	0.6298071271107417	2	2	2	2	1	True	57485	maximal	True	ENG0145_000000016795	1.0		2	2	False	False	0.9927089214324951	0					non-mobilizable	no_good_hit	60.0	85.0	3.0	1.4154020209541874e-05	NZ_CP004387.1	g-proteobacteria	Alcanivorax pacificus W11-5 chromosome, complete genome	True	True
ISR0214_000000022390	1387	0.6298065257963553	3	3	2	3	0	False	84977	fragment	False	CHI0070_000000008544	0.9265610993032997		0	0	False	False	0.9956741333007812	0					non-mobilizable	no_good_hit	59.0	91.525	4.0	1.5251743169059788e-05	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	False
ENG0109_000000008374	2955	0.6297984463419374	5	4	3	3	2	False	59888	maximal	True	ENG0109_000000008374	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	80.37100000000001	13.0	0.00013656798365329348	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ISR0310_000000016609	1125	0.6297983870990521	2	1	1	1	1	False	25309	fragment	False	ISR0310_000000016609	1.0		0	0	False	False	0.9911110997200012	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000039189	1113	0.6297890032524319	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.024974206604273907		0	0	False	False	0.9946091771125793	0					non-mobilizable	other	1113.0	97.664	100.0	0.00030880139516026013	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0062_000000022407	1627	0.6297868044797904	2	2	2	2	2	False	26656	maximal	True	MON0062_000000022407	1.0		157	10	False	False	0.9969268441200256	0					non-mobilizable	no_good_hit	1301.0	88.624	80.0	0.0027141354600334145	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0003_000000003589	3007	0.6297839989026415	4	3	3	2	2	False	90982	maximal	True	CHI0003_000000003589	1.0		3	2	True	True	1.0	3					non-mobilizable	no_good_hit	987.0	75.48100000000001	55.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0027_000000016947	1517	0.6297805393982472	2	2	2	2	1	False	37226	fragment	False	ISR0027_000000016947	1.0		0	0	False	False	0.988134503364563	0					non-mobilizable	no_good_hit	69.0	85.507	5.0	2.047892989158816e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MON0081_000000033478	1593	0.6297768010000151	1	1	1	1	1	False	87016	fragment	False	MON0081_000000033478	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1552.0	99.87100000000001	97.0	0.006365166003201051	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ENG0040_000000016002	1507	0.6297741323372147	2	2	2	2	2	False	64833	maximal	True	ENG0040_000000016002	1.0		41	6	False	False	0.9946914315223694	0					non-mobilizable	other	1513.0	93.06	100.0	0.0032011626724517813	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
AST0055_000000017262	2054	0.6297727460868774	3	1	1	1	1	False	113800	fragment	False	AST0055_000000017262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	75.82600000000001	23.0	0.00027321262124546094	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
ISR0327_000000005508	4307	0.6297721034584937	4	4	4	4	4	False	87237	fragment	False	ISR0327_000000005508	0.9877117633023145		0	0	False	False	0.9944276809692383	0					non-mobilizable	other	4306.0	98.398	99.0	0.018840262582056892	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0066_000000000438	28534	0.6297712779883935	40	14	7	13	7	False	64719	maximal	True	ENG0066_000000000438	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1063.0	96.802	4.0	0.008116845894572719	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0004_000000024282	1806	0.6297698579242343	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.11919378810867112		0	0	False	False	1.0	0					non-mobilizable	chromosome	1806.0	98.505	100.0	0.0006351699979568698	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0027_000000016141	2325	0.6297638085686358	4	3	3	3	2	False	68333	maximal	True	SPA0027_000000016141	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	75.219	14.0	0.013261662808490603	NZ_FUWM01000030.1	firmicutes	Selenihalanaerobacter shriftii strain ATCC BAA-73, whole genome shotgun sequence	True	False
SPA0028_000000022250	1475	0.6297593133924355	2	2	2	2	1	False	7429	maximal	True	SPA0028_000000022250	1.0		3	2	False	False	0.996610164642334	0					non-mobilizable	no_good_hit	870.0	84.48299999999999	58.0	0.0002433736876509493	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0012_000000010899	4923	0.6297551446531118	9	5	4	4	4	True	94295	maximal	True	CAN0012_000000010899	1.0		1	1	False	False	0.9963436722755432	0					non-mobilizable	no_good_hit	1113.0	80.952	34.0	0.025302857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MON0044_000000045619	1258	0.629754026131933	3	3	3	2	2	False	12694	maximal	True	MON0044_000000045619	0.9971774193548387		22	4	False	False	0.9825119376182556	0					non-mobilizable	other	1253.0	83.87899999999999	99.0	0.0005922286650099499	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0120_000000005452	3942	0.6297488163874118	4	4	4	3	3	False	111539	fragment	False	ENG0120_000000005452	0.9762153725294166		0	0	False	False	1.0	0					non-mobilizable	chromosome	3942.0	99.822	100.0	0.0005997207288805782	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0009_000000003556	7684	0.6297476820503422	12	4	2	4	4	True	118447	maximal	True	ISR0009_000000003556	1.0		0	0	False	False	0.9998698830604553	0					non-mobilizable	no_good_hit	157.0	98.089	2.0	0.0007622323636043819	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0358_000000006630	2865	0.6297407168499397	3	3	3	2	3	False	128235	maximal	True	ISR0358_000000006630	1.0		0	0	False	False	0.9996509552001953	0					non-mobilizable	no_good_hit	1860.0	93.495	65.0	0.0010701796434852164	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0006_000000001920	13023	0.6297401775766513	14	8	7	6	7	False	69513	maximal	True	SPA0006_000000001920	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4670.0	96.745	64.0	0.1592537007981445	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0134_000000007422	4428	0.6297383124159113	4	3	2	3	2	False	31492	fragment	False	ISR0134_000000007422	1.0		0	0	False	False	0.9979674816131592	0					non-mobilizable	no_good_hit	1127.0	76.575	48.0	0.009767568852993245	NZ_JAAITI010000009.1	firmicutes	Blautia luti strain MSK.16.34 NODE_9_length_113539_cov_214.703, whole genome shotgun sequence	True	False
ENG0200_000000002731	6979	0.6297250995031806	5	5	3	5	1	True	111382	fragment	False	ENG0200_000000002731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2306.0	80.572	33.0	0.0047988758711684796	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0020_000000020232	1100	0.6297239594137649	1	1	1	1	1	False	13086	maximal	True	MON0020_000000020232	1.0		1	1	False	False	0.9636363387107849	0					non-mobilizable	no_good_hit								True	False
USA0048_01_000000005787	2706	0.6297233182879536	3	2	1	2	0	True	1125	maximal	True	USA0048_01_000000005787	1.0		2	2	False	False	0.9907612800598145	0					non-mobilizable	other	1498.0	91.322	100.0	0.00044951348646476725	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MAD0035_000000007684	2956	0.6297224509620818	3	2	1	1	2	True	18779	fragment	False	MAD0035_000000007684	1.0		0	0	False	False	0.9993234276771545	0					non-mobilizable	no_good_hit								True	True
TAN0017_000000028790	1298	0.6297146270344922	3	1	1	1	1	True	2443	maximal	True	TAN0017_000000028790	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1298.0	98.921	100.0	0.019352720870200988	NZ_FUXC01000013.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	False	True
MAD0063_000000000633	12796	0.6297122593403695	15	2	1	2	1	False	18510	maximal	True	MAD0063_000000000633	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000008157	3762	0.6297112824530667	6	4	3	2	2	True	130853	maximal	False	ISR0012_000000006274	0.9696809912997628		0	0	False	False	0.9997341632843018	0					non-mobilizable	no_good_hit	2123.0	82.195	78.0	0.00047047324177873604	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0047_000000007725	3698	0.6297112824530667	6	4	3	2	2	True	130851	fragment	False	ISR0047_000000007725	0.950997150997151		0	0	False	False	0.999729573726654	0					non-mobilizable	no_good_hit	2159.0	77.721	80.0	0.00047225365139757705	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
USA0130_01_000000010975	3510	0.6297112824530667	6	4	3	2	2	True	130851	fragment	False	ISR0047_000000007725	0.9310438074634938		0	0	False	False	0.994301974773407	0					non-mobilizable	no_good_hit	2092.0	78.298	59.0	0.00045689761843507333	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0042_000000014605	2235	0.6297085482042932	4	2	2	2	1	True	74419	fragment	False	SPA0042_000000014605	1.0		0	0	False	False	0.9991051554679871	0					non-mobilizable	no_good_hit								True	True
MON0045_000000010595	2022	0.6297085482042932	3	2	2	2	1	True	74415	fragment	False	MON0045_000000010595	1.0		0	0	False	False	0.9975271821022034	0					non-mobilizable	no_good_hit	74.0	91.89200000000001	4.0	7.196013408571651e-05	LN593682.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000701	True	True
ISR0199_000000017406	1755	0.6297085482042932	3	2	2	2	1	True	74417	fragment	False	ISR0199_000000017406	0.9823455233291298		0	0	False	False	0.994301974773407	0					non-mobilizable	no_good_hit								True	True
ISR0263_000000009759	1586	0.6297085482042932	2	2	2	2	1	True	74417	fragment	False	ISR0199_000000017406	0.9358974358974359		0	0	False	False	0.9798234701156616	0					non-mobilizable	no_good_hit								True	True
MON0081_000000012271	4565	0.629705049861672	5	3	2	2	2	False	102424	maximal	True	MON0081_000000012271	1.0		3	2	False	False	0.9995619058609009	0					non-mobilizable	no_good_hit	1932.0	74.586	42.0	0.0005292944776757696	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0290_000000005125	2525	0.6297017840964869	3	3	2	2	3	False	39888	fragment	False	ISR0290_000000005125	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2525.0	99.921	100.0	0.008975307237141556	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
USA0121_01_000000003591	11538	0.6297002515740744	13	9	7	7	4	True	63548	fragment	False	USA0121_01_000000003591	1.0		0	0	False	False	0.9998266696929932	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.0839052096193063e-05	CP020296.1	budding yeasts	Saccharomyces paradoxus strain UFRJ50816 chromosome IV, complete sequence	True	True
ISR0132_000000026038	1137	0.6296962700630877	2	2	2	1	1	False	31565	maximal	True	ISR0132_000000026038	1.0		1	1	False	False	0.9709762334823608	0					non-mobilizable	no_good_hit	316.0	100.0	75.0	0.0018780406372221692	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	False
ENG0199_000000008127	3020	0.6296868454457253	3	2	2	2	1	False	54293	fragment	False	ENG0199_000000008127	1.0		0	0	False	False	0.9943708777427673	0					non-mobilizable	no_good_hit	689.0	83.454	23.0	0.00030523763687163554	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0069_000000045757	1172	0.6296819996654489	2	2	2	2	2	False	10462	maximal	True	MON0069_000000045757	1.0		8	3	False	False	0.9991467595100403	0					non-mobilizable	no_good_hit	449.0	73.497	37.0	4.728610518002355e-05	CP050064.1	a-proteobacteria	Bradyrhizobium diazoefficiens strain 172S4 chromosome, complete genome	True	False
MON0107_000000002320	14458	0.6296776290490512	17	12	9	10	11	False	67970	maximal	True	MON0107_000000002320	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3826.0	86.2	47.0	0.001029921796226864	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
MAD0106_000000004603	3902	0.6296700591852687	5	5	5	5	5	False	38907	maximal	True	MAD0106_000000004603	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	79.684	49.0	0.002567854630797997	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
DEN0008_000000004777	1787	0.6296665692573132	3	2	1	2	1	False	76124	fragment	False	DEN0008_000000004777	1.0		0	0	False	False	0.9944040179252625	0					non-mobilizable	no_good_hit								True	False
USA0056_01_000000008643	2194	0.6296595844558963	3	3	3	2	2	False	67051	fragment	False	USA0056_01_000000008643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	98.221	13.0	0.004386514600827171	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0082_000000006259	5778	0.6296588849879157	9	2	2	2	1	False	69324	fragment	False	DEN0082_000000006259	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0031_01_000000013402	2118	0.6296515992415596	3	2	1	2	1	False	1537	fragment	False	USA0031_01_000000013402	1.0		0	0	False	False	0.9985835552215576	0					non-mobilizable	other	2118.0	99.38600000000001	100.0	0.03626676716975314	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	False
AST0118_000000024742	1263	0.6296512308982689	3	1	1	1	1	False	105724	maximal	True	AST0118_000000024742	1.0		35	7	False	False	1.0	0					non-mobilizable	other	1267.0	88.161	100.0	0.02898218421112971	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0090_000000032710	1846	0.6296503919767316	3	3	3	2	2	False	85784	fragment	False	MON0090_000000032710	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	927.0	99.676	100.0	0.00018532872933539637	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ISR0380_000000001808	6513	0.6296467129681357	9	7	5	6	5	True	115979	maximal	True	ISR0380_000000001808	1.0		6	4	False	False	0.9983110427856445	0					non-mobilizable	no_good_hit	3243.0	93.309	70.0	0.003979165793231349	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
DEN0063_000000007230	5562	0.6296365142273865	8	4	2	4	3	True	90367	maximal	True	DEN0063_000000007230	0.9754488823744962		1	1	False	False	0.9996404051780701	0					non-mobilizable	no_good_hit	1574.0	91.61399999999999	66.0	0.012578211188326905	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0353_000000006080	5458	0.6296365142273865	7	4	2	4	3	True	90367	maximal	False	DEN0063_000000007230	0.9607829959916703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3046.0	93.27	70.0	0.02450415918442943	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
AST0060_000000012534	2331	0.6296316079055192	2	2	2	2	1	False	112449	maximal	True	AST0060_000000012534	1.0		34	8	False	False	0.9995710253715515	0					non-mobilizable	no_good_hit	916.0	99.454	39.0	0.00016411116585469005	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0083_000000013734	1935	0.6296163927432646	3	3	2	3	3	False	42259	fragment	False	ISR0083_000000013734	0.9895287958115183		0	0	False	False	0.9968992471694946	0					non-mobilizable	chromosome	1225.0	97.551	99.0	0.0003935635637309311	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ISR0837_000000007205	1807	0.6296141325426265	2	2	2	2	2	False	102427	fragment	False	ENG0142_000000017107	0.8713721587859506		0	0	False	False	0.9961261749267578	0					non-mobilizable	chromosome	1767.0	100.0	100.0	0.00032234430094910864	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
FIJ0133_000000013567	2768	0.6296002761987576	3	3	2	2	3	False	40704	maximal	True	FIJ0133_000000013567	1.0		1	1	False	False	0.9992774724960327	0					non-mobilizable	no_good_hit	882.0	75.283	31.0	0.04546883184913567	NZ_CYXX01000047.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0069_000000002288	10205	0.6295970858782859	10	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9803661134012935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.131	15.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0056_000000009558	1477	0.6295914755657123	1	1	1	1	1	False	17045	maximal	True	MAD0056_000000009558	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	79.83800000000001	74.0	0.00040181490649515765	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
CHI0047_000000007118	2176	0.6295872263011731	4	2	2	2	2	False	86977	fragment	False	CHI0047_000000007118	1.0		0	0	False	False	0.998161792755127	0					non-mobilizable	no_good_hit	1023.0	77.908	49.0	0.00036878555065186975	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0319_000000008073	2340	0.6295865261302626	2	2	2	2	1	False	126298	fragment	False	AST0010_000000012351	0.9710114261531951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	85.59299999999999	5.0	6.560633259469652e-05	NZ_UATB01000009.1	high GC Gram+	Mycolicibacterium chubuense strain NCTC10819, whole genome shotgun sequence	True	False
MON0038_000000030290	1167	0.6295853319349075	1	1	1	1	1	False	11970	fragment	False	USA0024_01_000000017553	0.9589231196225367		0	0	False	False	0.9597257971763611	0					non-mobilizable	other	1167.0	99.743	100.0	0.0003510602712678244	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0044_000000018639	1496	0.6295852539337075	2	2	2	2	2	False	91806	fragment	False	ISR0090_000000017639	0.5684375521126076		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	92.652	100.0	0.013615788850535979	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ISR0776_000000008520	2935	0.6295809528909725	4	3	3	3	3	False	97015	maximal	True	ISR0776_000000008520	1.0		72	10	False	False	1.0	0					non-mobilizable	no_good_hit	2142.0	74.977	73.0	0.023550498576306565	NZ_JAAISM010000009.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_9_length_88151_cov_199.544, whole genome shotgun sequence	True	False
ISR0171_000000026538	1152	0.6295739924125258	1	1	1	1	1	False	29954	maximal	True	ISR0171_000000026538	1.0		6	4	False	False	0.9765625	0					non-mobilizable	no_good_hit	222.0	91.441	19.0	5.000167426420613e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0051_000000014231	1996	0.6295730768545903	3	3	3	3	1	False	64065	maximal	True	ENG0051_000000014231	1.0		5	3	False	False	0.9994990229606628	0					non-mobilizable	no_good_hit	416.0	83.17299999999999	38.0	0.0001163472363596917	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0081_000000026903	1351	0.6295598990406231	2	2	2	2	2	False	125738	fragment	False	FIJ0081_000000026903	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	80.188	94.0	0.0007266957191642999	CP012068.1	firmicutes	Eubacterium sulci ATCC 35585, complete genome	False	False
AST0026_000000000001	221529	0.6295571107976173	251	71	42	61	43	True	127698	maximal	False	ISR0353_000000000005	0.6342375065187807	PS319	0	0	True	True	1.0	91					non-mobilizable	no_good_hit	2212.0	87.613	3.0	0.0007758970647934059	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	True
MON0037_000000014126	4242	0.6295563550893962	5	4	2	4	3	False	90405	maximal	True	MON0037_000000014126	1.0		1	1	False	False	0.99787837266922	0	IncFIB				non-mobilizable	no_good_hit	2149.0	95.67200000000001	80.0	0.0004207696773027782	CP010219.1	enterobacteria	Escherichia coli strain M18, complete genome	True	True
AST0111_000000010667	1824	0.6295562019949493	2	2	2	1	2	False	106792	fragment	False	AST0111_000000010667	1.0		0	0	False	False	0.9912280440330505	0					non-mobilizable	other	1826.0	97.152	100.0	0.0005180679387198016	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
DEN0082_000000010510	3663	0.6295525310638475	4	3	3	3	3	False	69308	fragment	False	DEN0082_000000010510	1.0		0	0	False	False	0.9997270107269287	0					non-mobilizable	no_good_hit	414.0	75.604	11.0	0.00014478800183045852	NZ_CP022386.1	CFB group bacteria	Capnocytophaga gingivalis strain H1496 chromosome, complete genome	True	False
SPA0137_000000021104	1747	0.6295516221811701	2	2	2	1	1	False	61426	fragment	False	ENG0086_000000013728	0.9652551574375678		0	0	False	False	1.0	0					non-mobilizable	chromosome	1747.0	99.59899999999999	100.0	0.0003167779653166228	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0127_000000005011	4079	0.6295497106891909	6	6	5	4	4	False	111656	fragment	False	CHI0127_000000005011	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2688.0	83.445	98.0	0.015154285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0179_000000006451	3878	0.6295469664807313	4	3	3	3	1	False	37421	maximal	True	ISR0179_000000006451	1.0		8	5	False	False	0.9997421503067017	0					non-mobilizable	no_good_hit	3258.0	94.56700000000001	84.0	0.03111544081831466	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
ISR0788_000000000371	12569	0.6295468953793919	18	5	2	4	3	True	22119	maximal	True	ISR0788_000000000371	1.0		1	1	True	True	1.0	41					non-mobilizable	no_good_hit	45.0	95.556	0.0	1.7186251311428154e-05	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	True
ISR0291_000000002238	5128	0.6295457725855392	6	6	4	4	6	False	123462	maximal	False	ISR0015_000000004260	0.9676180021953897		0	0	False	False	0.9982449412345886	0					non-mobilizable	no_good_hit	1695.0	91.74	66.0	0.00040465390344785265	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
DEN0071_000000031472	1389	0.6295428756419343	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.3420128703382923		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	95.257	91.0	0.004848708034125084	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0142_000000009067	3543	0.629541163031268	3	3	3	2	3	False	40211	maximal	True	FIJ0142_000000009067	1.0		2	2	False	False	0.9997177720069885	0					non-mobilizable	no_good_hit	483.0	75.569	14.0	0.004485690740185796	NZ_AQWR01000003.1	CFB group bacteria	Porphyromonas bennonis DSM 23058 = JCM 16335 strain DSM 23058 B088DRAFT_scaffold_2.3_C, whole genome shotgun sequence	True	False
DEN0061_000000021447	1991	0.6295409284318316	1	1	1	1	1	False	71864	fragment	False	DEN0061_000000021447	1.0		0	0	False	False	0.9768960475921631	0					non-mobilizable	no_good_hit								True	False
CHI0137_000000001815	6287	0.6295403415586518	6	5	5	5	4	False	98965	maximal	True	CHI0137_000000001815	1.0		61	8	False	False	1.0	0					non-mobilizable	other	2206.0	99.86399999999999	100.0	0.00041503738443590975	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
FIJ0126_000000010298	3434	0.629531614112661	6	4	2	4	3	False	47373	maximal	True	FIJ0126_000000010298	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0336_000000011883	1319	0.6295313243026842	2	2	2	2	1	False	24458	maximal	True	ISR0336_000000011883	1.0		0	0	False	False	0.9780136346817017	0					non-mobilizable	no_good_hit	525.0	95.81	74.0	0.002282597805395469	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0060_000000014514	2082	0.6295279142090604	2	2	2	2	2	False	66745	fragment	False	ENG0060_000000014514	1.0		0	0	False	False	0.9812679886817932	0					non-mobilizable	other	2063.0	99.95200000000001	99.0	0.0007005472898298676	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MON0046_000000026589	1314	0.6295256011840115	2	2	2	2	2	False	35625	fragment	False	ISR0056_000000016714	0.9599109131403119		0	0	False	False	0.9977169036865234	0					non-mobilizable	chromosome	1187.0	97.641	100.0	0.00041339425263477837	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0074_000000016626	1793	0.6295254476627011	2	2	1	1	2	False	34704	fragment	False	ISR0074_000000016626	1.0		0	0	False	False	0.9905186891555786	0					non-mobilizable	other	1793.0	100.0	100.0	0.0005159814603715009	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
ENG0082_000000009220	2197	0.6295250840107653	3	3	3	2	2	False	61630	maximal	True	ENG0082_000000009220	1.0		1	1	False	False	0.9922621846199036	0					non-mobilizable	no_good_hit	434.0	95.853	20.0	0.0001221229882846543	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ETH0003_000000000933	19701	0.6295229452669422	21	16	10	12	12	False	121470	maximal	True	ETH0003_000000000933	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6862.0	93.92299999999999	39.0	0.011470628568370566	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
FIJ0046_000000001135	18809	0.629521952194092	11	7	7	5	6	False	47006	maximal	True	FIJ0046_000000001135	1.0		1	1	False	False	0.9999468326568604	0					non-mobilizable	no_good_hit	825.0	71.87899999999999	6.0	0.0002387244080343763	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
CHI0116_000000006178	2765	0.6295194639829715	5	4	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.2727102441262086	PS902	0	0	False	True	0.9934900403022766	0	rep_cluster_1702				non-mobilizable	plasmid	2766.0	99.06	100.0	0.08369150674980326	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	False	True
ISR0812_000000021450	1846	0.6295142611908423	3	3	3	3	1	False	116779	maximal	True	ISR0812_000000021450	1.0		18	3	False	False	0.9886240363121033	0					non-mobilizable	no_good_hit	1567.0	97.51100000000001	85.0	0.014318977687329263	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
ENG0124_000000003929	7304	0.6295107532702671	7	5	4	5	4	False	130687	maximal	True	ENG0124_000000003929	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	5226.0	89.17	99.0	0.002234017874715763	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0335_000000005857	2947	0.6295107526193124	3	3	3	3	2	True	124730	fragment	False	ENG0141_000000009135	0.9205042016806723		0	0	False	False	0.9969460368156433	0					non-mobilizable	no_good_hit	862.0	85.26700000000001	29.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0009_000000004260	7797	0.6295081445510335	9	5	2	5	1	True	51340	maximal	True	FIJ0009_000000004260	1.0		9	2	False	False	0.9975631833076477	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.179483227669511e-07	LR778258.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 6	True	True
ISR0364_000000008047	2107	0.6295053242773317	3	2	2	2	1	False	30381	fragment	False	ISR0364_000000008047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	77.07	7.0	0.00015852460940153873	NZ_FQXP01000003.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
FIJ0090_000000015169	2803	0.6295050531778705	4	4	2	3	3	False	121947	maximal	True	FIJ0090_000000015169	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	76.931	65.0	0.01634225044238576	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	True	False
USA0020_01_000000008370	4166	0.6294997123503592	5	5	5	4	3	False	2703	maximal	True	USA0020_01_000000008370	1.0		15	8	False	False	0.9985597729682922	0					non-mobilizable	no_good_hit	204.0	78.922	5.0	5.114281402953725e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ISR0300_000000005948	1712	0.6294990782709822	5	4	2	3	4	False	106038	fragment	False	ISR0397_000000008279	0.41935301366004274		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	97.083	100.0	0.11398722384881554	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0211_000000016587	1446	0.6294990782709822	5	4	2	3	4	False	88565	fragment	False	ENG0211_000000016587	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	99.30799999999999	100.0	0.041609076249712044	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
ISR0110_000000020624	1136	0.6294990782709822	4	4	2	3	4	False	32694	fragment	False	ISR0110_000000020624	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	96.919	100.0	0.03262497120479152	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
ENG0054_000000001022	19578	0.6294974055751344	18	7	6	6	4	True	77180	fragment	False	ENG0054_000000001022	0.9883577433885874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007792207792207792	XM_031616378.1	birds	PREDICTED: Phasianus colchicus acyl-CoA synthetase bubblegum family member 1 (ACSBG1), mRNA	True	True
ISR0018_000000000135	63690	0.6294971038492722	92	17	7	14	6	True	115267	backbone	False	ISR0052_000000000170	0.47331654623968356	PS749	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00025159131506780383	NZ_SPHG01000009.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_9_length_119241_cov_57.388, whole genome shotgun sequence	True	True
ISR0039_000000000091	63069	0.6294971038492722	90	17	7	14	6	True	115267	backbone	False	ISR0052_000000000170	0.6179465942494939	PS749	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00025159131506780383	NZ_SPHG01000009.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_9_length_119241_cov_57.388, whole genome shotgun sequence	True	True
DEN0082_000000020724	1975	0.6294958128183827	3	3	3	3	3	False	73610	fragment	False	FIJ0006_000000016351	0.8489042823305156		0	0	False	False	0.9989873170852661	0					non-mobilizable	other	1975.0	99.544	100.0	0.07114539032653355	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ENG0043_000000005383	5803	0.6294938054549462	6	6	6	6	6	False	91325	maximal	False	FIJ0142_000000004944	0.9779847586790855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3355.0	76.304	57.0	0.010804929931961743	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	True	False
ENG0076_000000002924	3868	0.6294916720702961	6	4	2	3	2	True	62049	fragment	False	ENG0076_000000002924	1.0		0	0	False	False	0.9992244243621826	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	7.365996022362148e-05	NZ_FUYE01000005.1	verrucomicrobia	Prosthecobacter debontii strain ATCC 700200, whole genome shotgun sequence	True	True
ISR0149_000000008946	1885	0.6294882585482905	2	2	2	2	2	False	115798	fragment	False	ISR0840_000000008418	0.9575180226570545		0	0	False	False	1.0	0					non-mobilizable	other	1886.0	97.82600000000001	100.0	0.023429047542064093	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0090_000000000012	88097	0.6294864083952675	76	12	4	11	4	False	115487	maximal	False	AUS0014_000000000041	0.8518167454510588	PS49	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	246.0	99.18700000000001	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
SPA0016_000000024411	1395	0.6294828120056998	2	2	2	2	2	False	85290	fragment	False	MON0081_000000031907	0.759315759470886		0	0	False	False	0.9978494644165039	0					non-mobilizable	other	1395.0	98.13600000000001	100.0	0.020128801224478007	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0027_01_000000004339	6102	0.6294822556509128	3	3	3	2	2	False	1595	maximal	True	USA0027_01_000000004339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	88.589	85.0	0.0005751575465333545	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0153_000000004694	5815	0.6294814722891223	7	4	4	3	2	False	92736	maximal	True	ENG0153_000000004694	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1887.0	97.774	32.0	0.0005250374082193688	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0065_000000010751	2959	0.6294808126631507	5	4	3	3	2	False	109615	fragment	False	ISR0339_000000004178	0.9077048532053549		0	0	False	False	0.9996620416641235	0					non-mobilizable	other	2959.0	99.35799999999999	100.0	0.014567177726474477	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0023_000000000545	14179	0.6294770926146943	20	8	2	8	4	False	89165	maximal	True	CHI0023_000000000545	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.3088113646641006e-05	NZ_JH992943.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.4, whole genome shotgun sequence	True	False
ISR0048_000000004434	4275	0.6294732498865834	4	4	4	4	3	False	36045	maximal	True	ISR0048_000000004434	1.0		17	7	False	False	0.999532163143158	0					non-mobilizable	chromosome	2246.0	100.0	99.0	0.0004996274492872576	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0060_000000019180	2106	0.629472320143104	2	2	2	2	2	False	10896	maximal	True	MON0060_000000019180	1.0		33	10	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	81.818	4.0	0.00029867388793755725	NZ_FNIX01000008.1	high GC Gram+	Lentzea jiangxiensis strain CGMCC 4.6609, whole genome shotgun sequence	True	False
ENG0194_000000010763	2538	0.6294662995647702	3	2	2	2	1	False	90774	fragment	False	ENG0194_000000010763	1.0		0	0	False	False	0.9976359605789185	0					non-mobilizable	no_good_hit	854.0	75.293	33.0	0.00022140921972182902	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0154_000000006689	3444	0.6294653419079212	4	4	4	4	2	False	128493	maximal	False	ENG0101_000000009055	0.9990105935849977		0	0	False	False	1.0	0					non-mobilizable	other	3444.0	99.884	100.0	0.11261939029177025	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ENG0101_000000009055	3442	0.6294653419079212	4	4	4	4	2	False	128493	maximal	True	ENG0101_000000009055	0.9992428571559111		34	7	False	False	0.9965136647224426	0					non-mobilizable	other	3442.0	99.971	100.0	0.11255397095381395	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
DEN0072_000000005405	3437	0.6294653419079212	4	4	4	4	2	False	128493	maximal	False	ENG0101_000000009055	0.9986619683471061		0	0	False	False	1.0	0					non-mobilizable	other	3437.0	99.971	100.0	0.1123904226089232	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0335_000000004903	3434	0.6294653419079212	4	4	4	4	2	False	128493	maximal	False	ENG0101_000000009055	0.9979642577572363		0	0	False	False	1.0	0					non-mobilizable	other	3434.0	99.94200000000001	100.0	0.11229229360198875	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0145_000000009174	3420	0.6294653419079212	4	4	4	4	2	False	128493	maximal	False	ENG0101_000000009055	0.9945343358775431		0	0	False	False	1.0	0					non-mobilizable	other	3420.0	99.854	100.0	0.11183435823629465	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0095_000000017328	1921	0.6294621963424212	3	2	2	2	1	False	33406	maximal	True	ISR0095_000000017328	1.0		1	1	False	False	0.9776158332824707	0					non-mobilizable	no_good_hit	968.0	80.888	70.0	0.0012591022600885568	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ISR0046_000000014788	2240	0.6294590565766328	3	2	2	1	1	False	36174	fragment	False	ISR0046_000000014788	1.0		0	0	False	False	0.9825893044471741	0					non-mobilizable	no_good_hit	121.0	80.165	5.0	4.9044368386083974e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0009_000000033655	1194	0.6294590565766328	3	2	2	1	1	False	13770	fragment	False	MON0009_000000033655	1.0		0	0	False	False	0.8827470541000366	0					non-mobilizable	no_good_hit	54.0	96.296	5.0	3.170114315518487e-05	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
USA0083_01_000000008446	3655	0.6294574567110781	3	3	3	3	3	False	55476	backbone	False	ENG0210_000000005689	0.9760808928623117	PS236	0	0	False	True	0.999726414680481	0					non-mobilizable	no_good_hit	68.0	100.0	3.0	0.0003347506107949578	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	True	True
MON0103_000000006260	6092	0.6294565245962684	4	3	2	3	3	False	13229	maximal	False	MON0019_000000008532	0.9583905939838142		0	0	False	False	1.0	0					non-mobilizable	other	6092.0	100.0	100.0	0.07925726405642086	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0130_000000001457	19438	0.6294541751926794	19	14	7	11	7	True	132290	fragment	False	SPA0130_000000001457	1.0		0	0	False	False	1.0	0					non-mobilizable	other	15798.0	94.461	99.0	0.0036791707144543584	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
FIJ0080_000000013695	1789	0.6294531854351325	2	1	1	1	1	True	118201	fragment	False	FIJ0037_000000012391	0.1599231868524473		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	97.87799999999999	100.0	0.036854479458835174	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0301_000000011908	1614	0.6294531854351325	3	1	1	1	1	True	112267	fragment	False	ISR0301_000000011908	1.0		0	0	False	False	0.9845105409622192	0					non-mobilizable	other	1615.0	98.39	100.0	0.03324533905296156	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0776_000000017337	1363	0.6294531854351325	2	1	1	1	1	True	112263	fragment	False	CHI0186_000000012181	0.4092501108577806		0	0	False	False	0.9955979585647583	0					non-mobilizable	other	1363.0	98.899	100.0	0.028089424187427818	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0076_000000013254	1325	0.6294531854351325	2	1	1	1	1	True	112263	fragment	False	CHI0186_000000012181	0.40501199876520366		0	0	False	False	0.99245285987854	0					non-mobilizable	other	1326.0	98.869	100.0	0.027285101468404554	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0332_000000011776	1298	0.6294531854351325	2	1	1	1	1	True	112263	fragment	False	CHI0186_000000012181	0.367860013760963		0	0	False	False	0.9969183206558228	0					non-mobilizable	other	1300.0	98.538	100.0	0.026748886322389046	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0082_000000026584	1205	0.6294531854351325	2	1	1	1	1	True	112263	fragment	False	CHI0186_000000012181	0.2534664252411207		0	0	False	False	0.9817427396774292	0					non-mobilizable	other	1205.0	98.506	99.0	0.024789638673486224	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
DEN0071_000000037357	1193	0.6294531854351325	2	1	1	1	1	True	112263	fragment	False	CHI0186_000000012181	0.21768921331044308		0	0	False	False	0.997485339641571	0					non-mobilizable	other	1193.0	98.65899999999999	100.0	0.024583402078864874	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0855_000000003061	4084	0.6294514479090468	6	5	3	3	5	False	20490	maximal	True	ISR0855_000000003061	1.0		1	1	False	False	0.9995102882385254	0					non-mobilizable	no_good_hit	456.0	83.991	23.0	9.995135700625696e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0126_000000023385	2105	0.629447219502516	3	2	2	2	1	False	65616	fragment	False	MAD0036_000000013112	0.9622799103415761		0	0	False	False	0.997149646282196	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	0.00016158743496105742	NZ_LS999945.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
FIJ0139_000000018150	1461	0.6294460276215093	2	2	2	2	2	False	57777	fragment	False	ENG0140_000000013059	0.9516077953090529		0	0	False	False	0.9958932399749756	0					non-mobilizable	plasmid	1462.0	94.323	100.0	0.005991710099725038	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ENG0089_000000012217	1693	0.629440293659731	3	3	3	3	2	True	77213	maximal	False	ENG0180_000000009499	0.9283506184420819		0	0	False	False	0.9893679618835449	0					non-mobilizable	no_good_hit	693.0	73.016	40.0	0.0014495173984909603	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
DEN0045_000000039152	1128	0.6294397857949571	2	2	1	2	1	False	72796	maximal	True	DEN0045_000000039152	1.0		61	9	False	False	0.9964538812637329	0					non-mobilizable	no_good_hit	112.0	81.25	10.0	0.0011523271771126872	NZ_FQZY01000014.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0038_000000009578	2994	0.6294340724102158	5	4	3	3	3	False	53329	fragment	False	SPA0038_000000009578	1.0		0	0	False	False	0.990981936454773	0					non-mobilizable	no_good_hit								True	False
ISR0169_000000002809	8000	0.629422794804055	14	5	4	5	4	False	30109	maximal	True	ISR0169_000000002809	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	2.6504315276305787e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0129_000000005346	3897	0.629420988255913	5	4	3	3	2	False	81290	maximal	True	CHI0129_000000005346	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	239.0	85.35600000000001	6.0	0.002126480942084666	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0198_000000009702	3424	0.6294197684736547	4	3	2	3	2	False	45303	maximal	True	ISR0198_000000009702	1.0		104	14	False	False	0.9979556202888489	0					non-mobilizable	no_good_hit	553.0	85.895	19.0	0.00017308493764590948	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0077_000000006955	1729	0.629418675176905	3	1	1	1	1	True	34290	fragment	False	MAD0077_000000006955	1.0		0	0	False	False	0.9884326457977295	0					non-mobilizable	no_good_hit	894.0	76.846	51.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0039_000000029034	1290	0.6294172572952684	4	3	3	3	2	False	81737	fragment	False	SPA0035_000000013226	0.5805182166316993		0	0	False	False	0.9945736527442932	0					non-mobilizable	other	1290.0	98.76	100.0	0.010473373742626387	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0100_000000017272	1776	0.6294106945376193	3	2	1	1	2	True	60562	fragment	False	ENG0100_000000017272	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1777.0	99.04299999999999	100.0	0.15662863712744318	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
MON0002_000000023156	1241	0.6294019525366655	2	2	2	2	1	True	14305	fragment	False	MON0002_000000023156	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1233.0	83.212	100.0	0.00043438570415828157	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
DEN0073_000000016625	3013	0.6294004640125269	3	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.19437748006137126	PS958	0	0	False	True	0.9953534603118896	0					non-mobilizable	other	2980.0	99.161	99.0	0.0008966187717286286	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0039_000000018068	1451	0.6293944362201037	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.07295149522276854		0	0	False	False	1.0	0					non-mobilizable	chromosome	1451.0	99.035	100.0	0.00041243916522312957	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0034_000000004812	6028	0.6293933212965245	8	5	3	4	4	False	48178	maximal	True	FIJ0034_000000004812	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	73.209	5.0	0.00013765747313487277	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0134_000000006614	5349	0.6293924616516539	3	3	3	3	3	False	58741	fragment	False	SPA0105_000000004987	0.9555039313795568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2953.0	86.285	81.0	0.0014100087174614294	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
USA0079_01_000000002533	5343	0.6293907862843097	5	3	3	3	1	False	13483	maximal	True	USA0079_01_000000002533	1.0		13	5	False	False	0.9934493899345398	0					non-mobilizable	no_good_hit	1097.0	71.741	20.0	0.008009281784497923	NZ_MRAE01000004.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_3, whole genome shotgun sequence	True	False
SPA0097_000000019076	1722	0.6293907302271851	2	2	1	1	2	False	84054	fragment	False	CHI0086_000000003268	0.621143332370556		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	99.477	100.0	0.0007103660160897902	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
MON0053_000000025005	1605	0.6293907302271851	2	2	1	1	2	False	84054	fragment	False	CHI0086_000000003268	0.3164924506387921		0	0	False	False	0.9420560598373413	0					non-mobilizable	chromosome	1582.0	98.48299999999999	98.0	0.0006853138542268033	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
ENG0081_000000013810	1882	0.6293903929105928	2	2	2	2	2	False	90593	maximal	True	ENG0081_000000013810	1.0		96	9	False	False	1.0	0					non-mobilizable	other	1271.0	95.67299999999999	99.0	0.009684528393969665	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	False	False
CHI0028_000000010835	1356	0.6293885045317776	2	2	2	1	1	False	99445	fragment	False	SPA0090_000000018322	0.11879580279813456		0	0	False	False	1.0	0					non-mobilizable	chromosome	1353.0	100.0	99.0	0.0006033352120620632	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0194_000000022417	1179	0.6293885045317776	2	2	2	1	1	False	54496	fragment	False	ISR0133_000000019112	0.9564502875924404		0	0	False	False	0.995759129524231	0					non-mobilizable	chromosome	1179.0	100.0	100.0	0.0005256870412789278	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0040_000000009172	2681	0.6293862584637643	3	2	2	2	1	False	47501	maximal	True	FIJ0040_000000009172	1.0		8	1	False	False	0.9992539882659912	0					non-mobilizable	no_good_hit	1601.0	98.189	60.0	0.030445455064411167	NZ_CACVNJ010000010.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
ENG0144_000000008817	1997	0.6293811865388753	4	3	3	3	3	False	87821	fragment	False	ISR0297_000000005738	0.6741759370921694		0	0	False	False	0.998497724533081	0					non-mobilizable	other	1997.0	99.75	100.0	0.0006408140778762471	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0196_000000009252	2150	0.6293796413473001	3	3	3	3	2	False	79177	maximal	False	CHI0154_000000013447	0.9335590351248413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	74.498	47.0	0.00034988028640605307	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0038_000000011161	2517	0.6293740988265546	4	3	3	3	3	False	127469	maximal	True	SPA0038_000000011161	1.0	PS1007	3	2	False	True	0.9964243173599243	0					non-mobilizable	chromosome	2149.0	99.76700000000001	100.0	0.0011829872439041995	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
MON0044_000000021154	2452	0.6293671611713992	3	2	2	1	2	False	46534	maximal	True	MON0044_000000021154	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	2.0	8.678750906830848e-06	NZ_CP034661.1	CFB group bacteria	Chryseobacterium aureum strain 17S1E7 chromosome	True	False
SPA0044_000000013237	2044	0.6293664966269865	4	3	3	2	2	False	93549	fragment	False	SPA0027_000000017373	0.9684173236629089		0	0	False	False	0.9995107650756836	0					non-mobilizable	no_good_hit	1342.0	73.696	65.0	0.0004395919536496398	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CAN0012_000000013398	3871	0.6293645982801913	3	1	1	1	1	False	94279	maximal	True	CAN0012_000000013398	1.0		174	11	False	False	0.9948333501815796	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	2.0	0.0009590186785614719	NZ_JHVL01000010.1	firmicutes	Clostridiisalibacter paucivorans DSM 22131 Q326DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	False
CHI0143_000000005185	3644	0.6293643044681237	8	5	3	4	1	True	79946	maximal	True	CHI0143_000000005185	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0164_000000014345	1904	0.6293642928625598	5	1	1	1	1	True	118212	fragment	False	ISR0233_000000006788	0.4802533532041729		0	0	False	False	0.9968487620353699	0					non-mobilizable	chromosome	1904.0	99.42200000000001	100.0	0.0003798143919117697	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
TAN0021_000000016459	1362	0.6293620805271639	2	2	2	2	2	False	2365	maximal	True	TAN0021_000000016459	1.0		1	1	False	False	0.9948604702949524	0					non-mobilizable	no_good_hit	1144.0	93.26899999999999	84.0	0.00033104471857575403	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0158_000000020657	1128	0.6293557985356799	2	2	2	2	1	False	3122	fragment	False	SPA0158_000000020657	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	97.074	100.0	0.015386925891540604	NZ_CYZO01000014.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0798_000000003760	3462	0.6293551958777407	3	1	1	1	1	False	21917	fragment	False	ISR0798_000000003760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0054_000000030959	1593	0.6293535686171986	4	2	2	2	1	False	56884	maximal	True	MON0054_000000030959	1.0		1	1	False	False	0.9265536665916443	0					non-mobilizable	no_good_hit	1353.0	99.77799999999999	85.0	0.006460028573203305	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0179_000000014912	1534	0.6293535686171986	3	2	2	2	1	False	56883	fragment	False	ISR0179_000000014912	0.9786140700999576		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	99.609	100.0	0.00732486967656854	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0066_000000025167	1429	0.6293535686171986	3	2	2	2	1	False	56883	fragment	False	ISR0179_000000014912	0.6423294219904389		0	0	False	False	0.9993001818656921	0					non-mobilizable	other	1426.0	99.93	99.0	0.00680883189113514	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0099_000000016199	2090	0.6293523507848597	3	3	3	2	2	False	97345	fragment	False	SPA0132_000000015268	0.3305391249150792		0	0	False	False	0.9956938028335571	0					non-mobilizable	other	2090.0	99.04299999999999	100.0	0.005712973015842629	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0055_000000002699	5258	0.6293503851111011	7	7	6	7	7	False	105609	fragment	False	ISR0101_000000004127	0.7577161975707064		0	0	False	False	1.0	0					non-mobilizable	other	5258.0	98.44	100.0	0.021007596961215513	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
AST0005_000000009221	3129	0.6293408099330255	5	3	2	1	3	False	128538	maximal	True	AST0005_000000009221	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2164.0	94.039	72.0	0.4053030303030303	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	False
ENG0074_000000006755	3245	0.6293383174763736	4	4	4	4	3	False	62182	maximal	True	ENG0074_000000006755	1.0		4	4	False	False	0.9996918439865112	0					non-mobilizable	chromosome	3147.0	99.333	100.0	0.0005982098579508289	CP033817.1	enterobacteria	Klebsiella aerogenes strain FDAARGOS_513 chromosome, complete genome	False	False
DEN0096_000000031418	1447	0.6293350696204153	4	3	1	2	2	False	86315	fragment	False	SPA0014_000000014948	0.9369287167066255		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	97.236	100.0	0.0004958757608315075	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0330_000000023646	1363	0.6293350696204153	4	3	1	2	2	False	68874	fragment	False	ISR0330_000000023646	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	98.899	100.0	0.01966673405146273	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0829_000000012462	1250	0.6293350696204153	4	3	1	2	2	False	68871	fragment	False	ISR0829_000000012462	0.8546218944260637		0	0	False	False	0.9976000189781189	0					non-mobilizable	other	1250.0	96.72	100.0	0.0004348459328316345	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MON0031_000000027941	1141	0.6293350696204153	3	3	1	2	2	False	12417	maximal	True	MON0031_000000027941	1.0		6	5	False	False	0.9596844911575317	0					non-mobilizable	other	1141.0	99.912	100.0	0.013873507685193073	NZ_SMBP01000014.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_114, whole genome shotgun sequence	False	False
MON0055_000000023791	1117	0.6293350696204153	3	3	1	2	2	False	68871	fragment	False	ISR0829_000000012462	0.42312919054806303		0	0	False	False	0.9847806692123413	0					non-mobilizable	other	1057.0	98.486	95.0	0.004056031618610118	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	False	False
ENG0041_000000002389	10083	0.6293327277262588	16	8	4	6	3	True	110691	fragment	False	ENG0041_000000002389	1.0		0	0	False	False	0.9971238970756531	0					non-mobilizable	no_good_hit	4485.0	97.949	67.0	0.0012007801321768639	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0052_000000002598	9388	0.6293327277262588	13	8	4	6	3	True	110690	fragment	False	ENG0052_000000002598	0.9563074030526159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4485.0	97.993	79.0	0.0012007801321768639	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0099_000000002101	9035	0.6293327277262588	15	8	4	6	3	True	110690	fragment	False	ENG0052_000000002598	0.951098556046216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4485.0	98.105	82.0	0.0012007801321768639	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
USA0019_01_000000003636	7554	0.6293327277262588	14	8	4	6	3	True	110686	fragment	False	USA0019_01_000000003636	0.948556921432389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4949.0	97.73700000000001	87.0	0.0013247679112129674	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
SPA0117_000000004908	7343	0.6293327277262588	13	8	4	6	3	True	110684	fragment	False	ISR0789_000000001810	0.9512939615129397		0	0	False	False	0.9989105463027954	0					non-mobilizable	no_good_hit	4485.0	97.971	86.0	0.0012007801321768639	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0032_000000008621	3731	0.6293182507766703	4	4	3	4	4	False	60850	maximal	True	ISR0032_000000008621	1.0		8	3	False	False	0.9876708388328552	0					non-mobilizable	no_good_hit	2686.0	99.367	72.0	0.01560701705437171	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
AST0088_000000005262	2257	0.6293179354356805	6	4	2	3	3	False	128427	maximal	False	DEN0081_000000003447	0.8459591796967165		0	0	False	False	1.0	0					non-mobilizable	chromosome	2257.0	97.91799999999999	100.0	0.0005020755125131639	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0202_000000006623	2066	0.6293141277102043	3	3	2	3	2	True	28710	fragment	False	ISR0202_000000006623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	71.873	64.0	0.00039326256002861394	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	True	True
ISR0814_000000036072	1181	0.6293136657669317	2	2	2	2	1	True	21490	maximal	True	ISR0814_000000036072	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	81.278	57.0	0.00015607896055611705	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
FIJ0121_000000010592	2452	0.629312016625655	4	3	3	3	1	False	89916	maximal	True	FIJ0121_000000010592	1.0		215	12	False	False	0.9995921850204468	0					non-mobilizable	no_good_hit	1857.0	94.83	76.0	0.03132806697724664	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0075_000000006571	3574	0.6293090362453397	2	2	2	0	1	False	34642	fragment	False	ISR0075_000000006571	1.0		0	0	False	False	0.9960828423500061	0					non-mobilizable	no_good_hit	137.0	77.372	4.0	7.121740616711086e-05	NZ_LT596208.1	high GC Gram+	Corynebacterium phoceense strain MC1, whole genome shotgun sequence	True	False
MON0066_000000001210	14056	0.6293038558936592	16	16	4	8	15	True	123525	fragment	False	MON0066_000000001210	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14056.0	99.986	100.0	0.10818445622974668	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0162_000000002521	9474	0.6292994868676696	14	4	2	4	2	False	78596	maximal	True	CHI0162_000000002521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	98.05799999999999	2.0	4.757041120423097e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0096_000000014152	3088	0.6292945312370828	3	3	3	3	2	False	68213	maximal	False	MON0063_000000008769	0.9519065948570308		0	0	False	False	0.9993523359298706	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	9.836589654366831e-05	NZ_NFHU01000001.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_1, whole genome shotgun sequence	True	False
USA0111_01_000000005165	4566	0.6292777840969181	8	4	4	4	2	False	310	maximal	True	USA0111_01_000000005165	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1784.0	92.825	65.0	0.15493203206692227	LN853609.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1025	True	False
ISR0100_000000011285	1416	0.6292771940603064	2	1	1	1	1	False	33164	fragment	False	ISR0100_000000011285	1.0		0	0	False	False	0.9823446273803711	0					non-mobilizable	no_good_hit	877.0	78.335	62.0	0.002058444614528911	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0049_000000008908	3242	0.6292763243182403	2	2	2	2	2	False	114572	maximal	True	ISR0049_000000008908	1.0		34	6	False	False	1.0	0					non-mobilizable	no_good_hit	1311.0	74.6	40.0	0.016955370947875994	NZ_LZFO01000010.1	firmicutes	Clostridium acetireducens DSM 10703 CLAC_contig000010, whole genome shotgun sequence	True	False
MAD0002_000000019942	2006	0.6292760440150843	4	3	3	2	2	True	48238	maximal	True	MAD0002_000000019942	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0010_000000001146	12735	0.6292737239742067	18	4	3	3	3	False	101703	maximal	True	SPA0010_000000001146	1.0		1	1	False	False	0.9999215006828308	0					non-mobilizable	no_good_hit	4916.0	96.115	39.0	0.20365762627519282	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
FIJ0010_000000001496	11843	0.6292734823792993	12	10	7	9	5	True	51108	maximal	True	FIJ0010_000000001496	1.0		0	0	False	False	0.9992400407791138	0					non-mobilizable	no_good_hit	83.0	84.337	1.0	0.008437082004321432	NZ_WEHX01000090.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_90_length_9719_cov_155.995218, whole genome shotgun sequence	True	True
ISR0112_000000001887	11516	0.6292696224037392	13	8	6	8	3	False	32667	maximal	True	ISR0112_000000001887	1.0		2	1	False	False	0.9993053078651428	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0011615847334577889	NZ_FONY01000052.1	CFB group bacteria	Thermoflexibacter ruber strain GEY, DSM 9560, whole genome shotgun sequence	True	False
CHI0015_000000009114	1174	0.6292658482248866	2	1	1	1	1	False	89722	fragment	False	CHI0015_000000009114	1.0		0	0	False	False	0.9778534770011902	0					non-mobilizable	other	1174.0	98.978	100.0	0.00027342980832850396	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0102_000000017726	2569	0.6292652065983105	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.46439159672116614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	80.49600000000001	71.0	0.0003672039889419621	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0092_000000002544	3753	0.629263271150997	4	4	4	2	3	False	89019	maximal	True	CHI0092_000000002544	1.0		20	3	False	False	0.9906741380691528	0					non-mobilizable	no_good_hit	1559.0	93.521	42.0	0.00043213578915579865	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
TAN0008_000000007208	2489	0.6292623466246482	3	2	2	1	1	False	108557	fragment	False	DEN0046_000000008953	0.9405029059535874		0	0	False	False	0.9839292764663696	0					non-mobilizable	no_good_hit								True	False
CHI0107_000000010207	1464	0.6292601132418987	2	2	2	2	1	False	83006	fragment	False	CHI0107_000000010207	1.0		0	0	False	False	0.9911202192306519	0					non-mobilizable	other	1464.0	97.541	100.0	0.025147063882486498	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0816_000000001466	25274	0.62925960978295	18	10	5	9	4	True	32824	maximal	False	SPA0059_000000000862	0.9689678302084994		0	0	False	False	0.9999604225158691	0					non-mobilizable	no_good_hit	350.0	97.714	1.0	0.1824855794441531	KX126521.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time2_TE_19 genomic sequence	True	True
AST0026_000000000608	29260	0.6292574890148009	22	11	7	11	5	False	119617	fragment	False	AST0026_000000000608	1.0		0	0	False	False	0.9993164539337158	0					non-mobilizable	no_good_hit	67.0	88.06	0.0	1.7272630679227884e-05	CP007161.1	firmicutes	Virgibacillus sp. SK37, complete genome	True	False
SPA0095_000000004481	4665	0.6292507853590352	5	2	2	2	2	False	5220	maximal	True	SPA0095_000000004481	1.0		6	2	False	False	1.0	0					non-mobilizable	other	4665.0	99.85	100.0	0.016281107422495437	NZ_CYXL01000007.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
ISR0048_000000016783	1120	0.6292504078151822	1	1	1	1	1	False	36016	fragment	False	ISR0048_000000016783	1.0		0	0	False	False	0.987500011920929	0					non-mobilizable	other	1101.0	100.0	98.0	0.0017552481920943622	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0175_000000008589	2602	0.6292502944675962	7	5	4	4	2	True	80675	maximal	True	ISR0175_000000008589	1.0		41	6	False	False	1.0	0					non-mobilizable	no_good_hit	1654.0	94.74	80.0	0.00044297637244960304	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
CHI0135_000000010133	1965	0.6292502944675962	5	5	4	4	2	True	80674	fragment	False	CHI0135_000000010133	1.0		0	0	False	False	0.9989821910858154	0					non-mobilizable	no_good_hit	1654.0	94.37700000000001	84.0	0.00044297637244960304	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0170_000000007370	5994	0.6292498532456874	7	3	3	3	1	True	31126	maximal	True	ISR0170_000000007370	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1773.0	99.098	30.0	0.0015210979374186658	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
MAD0015_000000012831	1626	0.6292466759003085	2	2	1	2	2	False	19421	fragment	False	MAD0015_000000012831	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1626.0	97.84700000000001	100.0	0.0007045768008224254	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0127_000000019637	1491	0.6292376075614903	2	2	2	2	2	False	3911	fragment	False	SPA0127_000000019637	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1491.0	100.0	100.0	0.0007664053173098041	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0309_000000005223	3305	0.6292357256493623	4	4	2	3	4	False	126728	fragment	False	ISR0309_000000005223	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2496.0	98.51799999999999	81.0	0.4945251841528967	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	True	True
USA0041_01_000000006128	3479	0.6292317383271818	4	2	2	2	2	False	131668	fragment	False	DEN0028_000000005326	0.1761632944747301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1970.0	85.33	57.0	0.0006734537553186568	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0133_000000012555	1597	0.6292291619415001	2	2	2	2	2	False	3688	maximal	True	SPA0133_000000012555	1.0		4	1	False	False	0.9868503212928772	0					non-mobilizable	chromosome	1597.0	100.0	100.0	0.00039412565101111996	CP041391.1	enterobacteria	Proteus mirabilis strain CLPM181223 chromosome	False	False
FIJ0078_000000010153	2461	0.6292290582219958	5	4	4	3	3	False	73177	maximal	True	FIJ0078_000000010153	0.9954128440366973		103	10	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	91.693	51.0	0.00037665214353005855	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0821_000000012751	2341	0.629228177068928	4	3	2	2	2	False	45220	fragment	False	ISR0821_000000012751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1334.0	72.264	56.0	0.000449654619327266	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AUS0014_000000004173	7769	0.6292277295350716	8	6	4	5	5	True	100955	fragment	False	AUS0014_000000004173	1.0		0	0	False	False	0.9962671995162964	0					non-mobilizable	no_good_hit	936.0	99.25200000000001	12.0	0.004363999570601112	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CAN0012_000000031868	1434	0.6292239081002531	2	2	2	1	1	False	94077	fragment	False	CAN0012_000000031868	1.0		0	0	False	False	0.9895397424697876	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00020819294006782708	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
FIJ0009_000000026888	1573	0.6292237904408376	3	3	3	3	3	False	51201	maximal	True	FIJ0009_000000026888	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	80.309	16.0	0.026157760814249365	NZ_VULP01000046.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq46, whole genome shotgun sequence	True	False
ISR0107_000000025370	1214	0.6292234840728441	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.20853108864975062		0	0	False	False	0.9810543656349182	0					non-mobilizable	other	1200.0	95.583	99.0	0.00033296121654420135	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0007_000000004103	4083	0.6292201230691609	6	4	2	3	2	False	132417	fragment	False	FIJ0075_000000003112	0.39583694144937054		0	0	False	False	1.0	0					non-mobilizable	other	4083.0	99.976	100.0	0.12334189454600393	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0173_000000008797	1928	0.629219809272943	3	3	3	3	2	False	77890	fragment	False	CHI0173_000000008797	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1488.0	98.051	95.0	0.0004442516497252127	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0158_000000012265	1671	0.6292109650416259	3	3	3	3	3	False	55896	fragment	False	ENG0169_000000013534	0.9428696668614845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	73.36399999999999	25.0	0.0027924438194794512	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	False
MON0019_000000034287	1960	0.6292044577036917	3	2	2	2	2	False	107402	fragment	False	MON0019_000000034287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	759.0	74.572	38.0	0.0002659515132499452	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0043_000000013729	1615	0.6292044246897284	3	3	2	3	1	True	112230	fragment	False	ISR0043_000000013729	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1615.0	93.74600000000001	100.0	0.0007268945110676787	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
DEN0083_000000012652	2271	0.6291995407503125	2	2	2	2	2	False	106332	fragment	False	ISR0247_000000005745	0.9594293684115218		0	0	False	False	0.9960370063781738	0					non-mobilizable	no_good_hit	1045.0	75.598	45.0	0.037969094922737305	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
CAN0011_000000013776	2207	0.6291995407503125	2	2	2	2	2	False	106332	fragment	False	ISR0247_000000005745	0.9543438155992643		0	0	False	False	0.9882193207740784	0					non-mobilizable	no_good_hit	1023.0	75.855	46.0	0.03704930095658573	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
DEN0011_000000026424	1733	0.629198891509035	2	2	2	2	2	True	76842	fragment	False	DEN0011_000000026424	0.96249140963565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	82.383	77.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ENG0154_000000019130	1710	0.629198891509035	2	2	2	2	2	True	76842	fragment	False	DEN0011_000000026424	0.9558277051018822		0	0	False	False	0.9912280440330505	0					non-mobilizable	no_good_hit	1158.0	82.47	78.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0069_000000002423	9297	0.6291927133245442	8	7	7	4	5	False	49232	maximal	True	ISR0069_000000002423	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2809.0	80.242	44.0	0.0012979260233468117	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0112_000000018761	1904	0.6291857975206507	2	2	2	1	2	False	32640	fragment	False	ISR0112_000000018761	1.0		0	0	False	False	0.9900209903717041	0					non-mobilizable	no_good_hit	600.0	99.167	36.0	0.0012616912147892154	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	True	False
ISR0120_000000011001	2879	0.6291844394811831	5	5	3	3	3	False	32283	maximal	True	ISR0120_000000011001	1.0		40	7	True	True	0.9937478303909302	1					non-mobilizable	other	1498.0	99.73299999999999	99.0	0.26043841336116913	NZ_JAAIQH010000045.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_45_length_5748_cov_292.224, whole genome shotgun sequence	False	True
ISR0123_000000005509	3558	0.6291818722112004	5	4	1	3	3	False	101061	fragment	False	ISR0112_000000008179	0.9750477229342787		0	0	False	False	0.9988757967948914	0					non-mobilizable	no_good_hit	669.0	74.589	19.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
FIJ0127_000000016324	1194	0.6291801843347035	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.3283514744346787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	95.803	70.0	0.0006762626139620221	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0140_000000013132	1645	0.6291748067805166	3	3	3	3	2	False	73610	fragment	False	FIJ0006_000000016351	0.31906897034127785		0	0	False	False	0.9975683689117432	0					non-mobilizable	other	1645.0	99.39200000000001	100.0	0.05925178404094284	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
MAD0025_000000002050	4746	0.6291700832763095	7	5	5	4	4	False	86836	fragment	False	CHI0049_000000002684	0.8174194530982156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	91.445	34.0	0.00023854162145491335	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0148_000000017776	1634	0.629166224087686	2	2	2	2	1	False	76476	fragment	False	ISR0148_000000017776	0.9320719602977667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	89.149	89.0	0.0002969706477231831	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0125_000000011722	3021	0.6291623187586219	4	4	4	4	2	False	33197	maximal	True	SPA0125_000000011722	1.0		1	1	False	False	0.9970208406448364	0					non-mobilizable	no_good_hit	1605.0	80.436	53.0	0.019513508881462166	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0103_000000020174	2524	0.6291601814052298	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.40663345860431777		0	0	False	False	1.0	0					non-mobilizable	chromosome	2529.0	91.65700000000001	100.0	0.0008478806517943666	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0105_000000004299	3733	0.6291586108281758	6	3	1	2	3	False	59643	fragment	False	ISR0105_000000004299	1.0		0	0	False	False	1.0	0	Col156				non-mobilizable	other	3322.0	99.699	100.0	0.5703245749613601	LM995842.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-4_contig-18.0_1_5823_[organism:Escherichia	False	True
CHI0164_000000015540	1309	0.62915732674328	2	2	2	2	1	False	78355	fragment	False	SPA0020_000000022088	0.08184644498513112		0	0	False	False	0.9977082014083862	0					non-mobilizable	other	1308.0	98.012	99.0	0.006309681281439786	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0793_000000008626	1925	0.6291568779670299	2	2	2	2	2	False	50117	fragment	False	ISR0793_000000008626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	72.366	30.0	0.00018810259415117457	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ISR0239_000000010833	1445	0.6291558165880242	2	1	1	1	1	False	27266	fragment	False	ISR0239_000000010833	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	99.654	100.0	0.051654444643176534	NZ_WNCH01000032.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold32_size27709, whole genome shotgun sequence	False	False
CHI0041_000000010772	1393	0.6291558165880242	2	1	1	1	1	False	87582	fragment	False	CHI0041_000000010772	1.0		0	0	False	False	0.9741564989089966	0					non-mobilizable	other	1370.0	99.635	98.0	0.0489715614380254	NZ_WNCH01000032.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold32_size27709, whole genome shotgun sequence	False	False
MON0031_000000025849	1238	0.6291526851533032	3	3	3	3	2	False	12425	maximal	True	MON0031_000000025849	1.0		11	4	False	False	0.9814216494560242	0					non-mobilizable	no_good_hit	381.0	70.079	30.0	6.670330901775376e-05	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
SPA0055_000000021247	1449	0.6291388187205648	2	1	1	1	1	False	8290	fragment	False	SPA0055_000000021247	0.9985549132947977		0	0	False	False	0.9979296326637268	0					non-mobilizable	other	1449.0	99.79299999999999	100.0	0.00041327833610945255	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0044_000000001729	6424	0.6291283016937329	7	5	4	4	2	True	87285	maximal	True	CHI0044_000000001729	1.0		1	1	False	False	0.9989103078842163	0					non-mobilizable	no_good_hit	915.0	74.75399999999999	14.0	0.028397950793751185	NZ_FOGW01000025.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
MON0089_000000020792	1394	0.6291252561087798	1	1	1	1	1	False	44043	fragment	False	MON0089_000000020792	1.0		0	0	False	False	0.9770444631576538	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000029326	1240	0.6291252561087798	1	1	1	1	1	False	44042	fragment	False	FIJ0083_000000029326	0.9666385135135135		0	0	False	False	0.999193549156189	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000021558	1215	0.6291252561087798	1	1	1	1	1	False	8192	fragment	False	SPA0007_000000021558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0030_000000017474	1243	0.6291192674122533	2	2	1	1	2	False	111231	maximal	False	ISR0378_000000025429	0.9656743235855834		0	0	False	False	1.0	0					non-mobilizable	chromosome	1243.0	99.759	100.0	0.00034575634199812086	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0186_000000004562	4239	0.6291168375387921	3	3	1	3	2	False	77162	maximal	True	CHI0186_000000004562	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1756.0	100.0	41.0	0.00032923221920900224	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
SPA0093_000000009849	4098	0.6291150405323983	3	3	3	3	3	False	58038	fragment	False	SPA0093_000000009849	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2532.0	98.973	100.0	0.0006843464734525753	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0785_000000001417	15231	0.6291147952797704	13	13	10	11	13	False	125054	maximal	True	ISR0785_000000001417	1.0		211	12	False	False	1.0	0					non-mobilizable	other	15173.0	99.01799999999999	99.0	0.05485534127311249	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0060_000000007564	1855	0.6291140744508433	3	3	3	2	1	False	117296	maximal	True	CHI0060_000000007564	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	1476.0	76.626	80.0	0.00039018366502517973	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0224_000000028111	1122	0.6291100304772563	2	2	2	2	1	False	27706	maximal	True	ISR0224_000000028111	1.0		13	4	False	False	0.970588207244873	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000020063	1447	0.6291085665590632	3	3	3	3	2	False	7750	maximal	True	SPA0019_000000020063	1.0		121	11	False	False	0.9993089437484741	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000032076	1271	0.6291007498661533	5	3	1	3	0	True	74958	maximal	True	DEN0018_000000032076	1.0		0	0	False	False	0.985051155090332	0					non-mobilizable	no_good_hit								True	True
SPA0067_000000003394	6470	0.6290980132744441	7	4	4	4	3	False	132414	fragment	False	SPA0067_000000003394	0.9922123597387371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0815_000000017833	1742	0.6290903004624416	4	3	2	3	1	False	59522	fragment	False	ISR0815_000000017833	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1750.0	91.714	100.0	0.000464157318387112	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0398_000000002742	7784	0.6290894623383798	6	6	6	6	6	False	109231	maximal	True	ISR0398_000000002742	1.0		5	3	False	False	0.9997430443763733	0					non-mobilizable	no_good_hit	1299.0	82.37100000000001	17.0	0.007426211713082883	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	False
ISR0340_000000018583	1126	0.6290852485565279	2	2	2	2	2	False	24364	maximal	False	ISR0812_000000033928	0.9732758620689655		0	0	False	False	0.9964476227760315	0					non-mobilizable	chromosome	1126.0	99.822	100.0	0.0004058094600137001	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	False	False
USA0009_01_000000020746	1252	0.6290848389194633	2	1	1	1	1	False	95799	fragment	False	USA0009_01_000000020746	0.9664121525409872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	535.0	97.944	43.0	0.960431654676259	KU547875.1	bacteria	Uncultured bacterium clone PE_11F_a_Contig_15 genomic sequence	True	False
ENG0024_000000016723	1551	0.6290829601496379	2	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.3684143181533103		0	0	False	False	1.0	0					non-mobilizable	chromosome	1551.0	99.355	100.0	0.0005469519426850824	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0044_000000002058	10281	0.6290806384457566	11	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9840112460504761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.27	15.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0042_000000001982	10243	0.6290806384457566	10	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9841664738732174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.06200000000001	15.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0020_000000001995	10213	0.6290806384457566	10	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9831989285438582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.06200000000001	15.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0027_000000001520	10211	0.6290806384457566	10	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9822094796082697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.92399999999999	15.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0025_000000001852	10201	0.6290806384457566	9	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9617408335547166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.27	15.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0117_000000002066	10171	0.6290806384457566	9	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9797721739634285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.92399999999999	15.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0073_000000001822	10155	0.6290806384457566	10	6	3	6	4	True	105925	fragment	False	FIJ0042_000000001982	0.9711721821001459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	85.27	15.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0117_000000018731	1237	0.6290774428220858	2	2	2	2	2	False	130802	fragment	False	ENG0117_000000018731	0.9781915084290331		0	0	False	False	1.0	0					non-mobilizable	chromosome	1237.0	100.0	100.0	0.00019051479842193325	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0052_000000020374	1512	0.6290750445162674	2	2	2	1	2	False	53062	fragment	False	SPA0097_000000021879	0.9756709596594879		0	0	False	False	0.9993386268615723	0					non-mobilizable	chromosome	1523.0	75.04899999999999	98.0	0.0004049227457781913	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0025_000000001311	13958	0.6290748708064698	20	7	1	7	1	False	49191	maximal	True	FIJ0025_000000001311	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00013305342834333698	NZ_FOJI01000009.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
ISR0162_000000010801	3559	0.6290728547017228	4	4	2	3	4	False	44079	fragment	False	ISR0162_000000010801	1.0		0	0	False	False	0.9974712133407593	0					non-mobilizable	plasmid	3560.0	98.315	100.0	0.027662850743482858	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	False	True
MAD0047_000000012902	3196	0.6290713412156089	8	5	4	3	3	False	99898	maximal	True	MAD0047_000000012902	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	97.87	34.0	0.003419318037774116	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0011_000000022378	2012	0.6290649351503875	2	2	2	2	1	False	75677	maximal	True	DEN0011_000000022378	1.0		4	3	False	False	0.9965208768844604	0					non-mobilizable	no_good_hit								True	False
ISR0211_000000012791	1772	0.6290640042634019	2	2	2	2	1	False	28405	fragment	False	ISR0211_000000012791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	2.272912150749104e-05	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0198_000000029413	1134	0.6290629662208841	3	3	1	3	1	False	28844	fragment	False	ISR0198_000000029413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0004374638386746257	NZ_WRPK01000017.1	a-proteobacteria	Sphingomonas formosensis strain CC-Nfb-2 NODE_18_length_70863_cov_36.884524_cov_36.884524, whole genome shotgun sequence	True	False
ISR0211_000000002253	7449	0.629062794558978	5	4	4	4	3	False	102674	maximal	True	ISR0211_000000002253	1.0		35	4	False	False	0.9998657703399658	0					non-mobilizable	no_good_hit	1277.0	93.109	85.0	0.0003623775837891497	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0060_000000027222	1135	0.6290616933659217	2	1	1	1	1	False	112235	maximal	True	AST0060_000000027222	1.0		312	12	False	False	0.9982379078865051	0					non-mobilizable	no_good_hit	927.0	84.46600000000001	81.0	0.6794117647058824	NZ_JAEB01000048.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00037.37_C, whole genome shotgun sequence	True	False
MAD0107_000000005725	6490	0.6290589011333543	8	5	3	4	4	False	124436	maximal	True	MAD0107_000000005725	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3779.0	99.021	70.0	0.04015645925894432	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
MAD0093_000000006535	4311	0.6290495586753271	6	4	0	3	1	False	15685	maximal	True	MAD0093_000000006535	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0060_000000004711	3342	0.6290495586753271	6	4	0	3	1	False	16865	maximal	True	MAD0060_000000004711	1.0		4	1	False	False	0.9997007846832275	0					non-mobilizable	no_good_hit								True	False
MON0098_000000003862	5721	0.6290494799688977	5	4	4	3	2	True	53129	fragment	False	MON0098_000000003862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2263.0	93.32700000000001	69.0	0.07674466198239989	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0012_000000001337	4744	0.6290472016781291	6	6	6	6	6	False	87985	maximal	True	DEN0012_000000001337	1.0		73	9	False	False	1.0	0					non-mobilizable	chromosome	4724.0	99.979	100.0	0.0009177146321369168	CP057313.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 chromosome, complete genome	False	False
ENG0179_000000009540	3488	0.6290419825952931	2	2	2	2	2	False	55409	maximal	False	ISR0786_000000004831	0.9599619978284473		0	0	False	False	1.0	0					non-mobilizable	other	3488.0	97.36200000000001	100.0	0.08198918410533741	NZ_RCXZ01000053.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0053, whole genome shotgun sequence	False	False
FIJ0071_000000001763	16077	0.629036019848045	16	9	8	9	5	True	120444	fragment	False	FIJ0071_000000001763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	83.01899999999999	1.0	0.002605536765626957	NZ_AAXG02000036.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont321, whole genome shotgun sequence	True	True
ISR0094_000000006648	3123	0.6290345205429401	5	4	3	3	1	False	33464	maximal	True	ISR0094_000000006648	1.0		1	1	False	False	0.9887928366661072	0					non-mobilizable	no_good_hit	1746.0	93.07	80.0	0.07206608825605047	NZ_QEKJ01000024.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_124, whole genome shotgun sequence	True	False
CHI0040_000000006143	2744	0.6290322220951815	2	1	1	1	1	False	122309	fragment	False	CHI0040_000000006143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0019_000000014658	1993	0.6290322220951815	2	1	1	1	1	False	122307	fragment	False	FIJ0016_000000008680	0.9575946334451366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0164_000000002151	9355	0.6290296839928576	19	4	0	3	1	True	56428	fragment	False	ISR0164_000000002151	1.0		0	0	False	False	0.9997861981391907	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.413943581847037e-06	CP059031.1	nematodes	Oscheius tipulae isolate CEW1 chromosome IV	True	True
SPA0033_000000005105	5626	0.6290296839928576	11	4	0	3	1	True	56426	fragment	False	SPA0156_000000002235	0.9414825058219098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.139340175543876e-07	CP023120.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-08	True	True
DEN0062_000000002788	5556	0.6290296839928576	10	4	0	3	1	False	71744	maximal	True	DEN0062_000000002788	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	2.0167836737328044e-05	LR131490.1	apicomplexans	Plasmodium falciparum genome assembly, chromosome: 10	True	False
ISR0805_000000007006	1666	0.6290269992170918	3	2	2	2	1	True	76593	fragment	False	ISR0805_000000007006	0.9980867346938775		0	0	False	False	0.9993997812271118	0					non-mobilizable	no_good_hit	110.0	85.455	7.0	0.0171087741327892	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	True	True
CAN0018_000000009084	3772	0.6290266516219274	5	4	2	3	3	False	92288	maximal	True	CAN0018_000000009084	1.0		11	7	False	False	0.9962884187698364	0					non-mobilizable	no_good_hit	1275.0	78.745	34.0	0.000431544620524466	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0016_000000028785	1186	0.6290231308271494	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.0713122362505656	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1183.0	93.238	100.0	0.00036771819968653733	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0153_000000001702	12974	0.6290178739362767	16	15	7	10	11	True	108503	maximal	True	ENG0153_000000001702	1.0		118	10	False	False	1.0	0					non-mobilizable	other	8136.0	88.434	91.0	0.0017894954494139137	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	True
MON0099_000000011294	2846	0.6290155150010359	3	3	3	3	3	False	101073	maximal	True	MON0099_000000011294	1.0		88	10	False	False	1.0	0					non-mobilizable	chromosome	2079.0	97.21	97.0	0.0007050827461324937	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0132_000000020301	2033	0.6290134629262268	3	3	3	3	2	False	112240	fragment	False	SPA0132_000000020301	1.0		0	0	False	False	0.9995081424713135	0					non-mobilizable	other	2033.0	100.0	100.0	0.0006986649722665765	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
DEN0046_000000001352	10687	0.629012675300633	8	4	3	4	2	False	81682	maximal	True	DEN0046_000000001352	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	81.91199999999999	11.0	0.00028048352024470717	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0785_000000002750	9052	0.6290103962057735	12	5	4	5	3	False	22217	maximal	True	ISR0785_000000002750	1.0		12	4	False	False	0.9998895525932312	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.2913123618847827e-05	NZ_SIHO01000002.1	a-proteobacteria	Polymorphobacter arshaanensis strain DJ1R-1 Scaffold2, whole genome shotgun sequence	True	False
FIJ0142_000000004331	6550	0.6290095320952656	9	7	4	6	5	False	132426	maximal	True	FIJ0142_000000004331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4822.0	99.979	81.0	0.0013583377169614145	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MON0009_000000017195	2141	0.6290055256697684	4	3	3	3	3	False	108265	fragment	False	MON0050_000000015553	0.9492582188053317		0	0	False	False	0.99953293800354	0					non-mobilizable	no_good_hit	1647.0	84.335	77.0	0.0005712927319295125	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0015_000000007242	3364	0.6290017560205643	4	4	3	4	3	False	110228	maximal	True	ISR0015_000000007242	1.0		60	4	False	False	0.9964328408241272	0					non-mobilizable	other	1496.0	96.59100000000001	91.0	0.007217271243881009	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ENG0015_000000010331	1695	0.6290014136643669	3	3	3	2	2	False	66856	maximal	True	ENG0015_000000010331	1.0		29	4	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	100.0	27.0	0.3003978779840849	NZ_PPEL01000161.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_161, whole genome shotgun sequence	True	False
MON0001_000000013220	2604	0.6290010513695304	3	3	2	2	2	True	92193	fragment	False	MON0001_000000013220	0.9546682098765432		0	0	False	False	0.9996159672737122	0					non-mobilizable	chromosome	2516.0	92.568	99.0	0.0005171565604191964	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
USA0015_01_000000024763	1350	0.6290008581603386	2	2	1	2	1	False	85174	fragment	False	CHI0067_000000009191	0.9428064016474914		0	0	False	False	1.0	0					non-mobilizable	chromosome	727.0	91.609	98.0	0.00020987423489391061	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0039_000000033626	1113	0.6289959572976199	2	1	1	1	1	False	36514	fragment	False	ISR0039_000000033626	1.0		0	0	False	False	0.9919137358665466	0					non-mobilizable	no_good_hit	583.0	88.336	52.0	0.00019556119836940334	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0031_01_000000021039	1257	0.6289943149711427	1	1	1	1	1	False	1516	maximal	True	USA0031_01_000000021039	1.0		23	8	False	False	0.9960222840309143	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	7.16974013647724e-06	NC_016894.1	firmicutes	Acetobacterium woodii DSM 1030, complete sequence	True	False
ENG0137_000000006975	2427	0.6289902328881984	5	4	2	2	3	True	89006	fragment	False	USA0032_01_000000009004	0.9237701840030041		0	0	False	False	1.0	0					non-mobilizable	other	2427.0	100.0	100.0	0.0004660777615971905	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
SPA0001_000000019448	1726	0.6289892135705251	3	3	1	2	2	False	8437	fragment	False	SPA0001_000000019448	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1663.0	100.0	100.0	0.07527855784038409	LC056303.1	enterobacteria	Escherichia coli plasmid pV123-a DNA, contig: V123-a_scaffold_3, strain: V123	False	True
ISR0328_000000006791	3985	0.6289886444860615	5	3	1	3	3	False	60834	maximal	True	ISR0328_000000006791	1.0		16	7	False	False	0.9934755563735962	0					non-mobilizable	no_good_hit	1314.0	99.619	82.0	0.00018532560000045166	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
AST0148_000000000370	45006	0.6289766662936502	33	22	16	21	11	True	119260	maximal	True	AST0148_000000000370	1.0		1	1	True	True	0.9999777674674988	4					non-mobilizable	no_good_hit	85.0	95.294	0.0	3.2255457001532715e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
AST0024_000000021048	1679	0.6289748876603191	3	3	3	3	3	False	121172	fragment	False	AST0024_000000021048	1.0		0	0	False	False	0.9982132315635681	0					non-mobilizable	no_good_hit	404.0	75.743	24.0	9.807116092472278e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0130_01_000000026687	1229	0.6289728656196223	2	1	1	1	1	True	102	fragment	False	USA0130_01_000000026687	1.0		0	0	False	False	0.9967453479766846	0					non-mobilizable	no_good_hit	812.0	80.172	66.0	0.005757433423004114	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	True	True
ISR0272_000000002728	3995	0.6289712820665593	5	5	5	4	4	False	127816	fragment	False	ISR0272_000000002728	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	85.29	86.0	0.0004608511207398178	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0065_000000003220	3760	0.6289711194781965	4	3	3	2	2	False	16640	maximal	True	MAD0065_000000003220	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	76.0	7.0	0.0001358678070935935	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
ISR0023_000000013117	2290	0.6289700674811652	3	2	1	2	1	False	99479	maximal	True	ISR0023_000000013117	1.0		25	6	False	False	0.9930130839347839	0					non-mobilizable	no_good_hit	1196.0	93.729	71.0	0.00018278514713742765	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0082_000000011460	1479	0.6289694448354806	3	2	2	2	2	False	22639	fragment	False	SPA0004_000000007565	0.9633808930404597		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	99.932	100.0	0.0002668329046494821	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
FIJ0164_000000005490	4382	0.6289688621521992	5	5	4	5	5	False	51775	maximal	False	FIJ0011_000000009640	0.9940868774164202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2158.0	91.93700000000001	84.0	0.0009115274437753299	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
MON0099_000000022073	1604	0.6289660087261646	3	1	1	1	1	False	116529	fragment	False	MON0099_000000022073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1198.0	99.917	75.0	0.0003469882032707334	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0011_000000038238	1221	0.6289660087261646	2	1	1	1	1	False	116526	fragment	False	ENG0045_000000008222	0.47365595835718804		0	0	False	False	1.0	0					non-mobilizable	chromosome	1221.0	100.0	100.0	0.0003536554786886339	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0012_000000019711	2498	0.6289607940522485	2	2	2	2	2	False	94387	fragment	False	CAN0012_000000019711	1.0		0	0	False	False	0.9991993308067322	0					non-mobilizable	other	2493.0	99.88	99.0	0.07103965335385844	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	False	False
CHI0169_000000010819	1434	0.6289582347017714	5	5	2	3	5	False	88564	fragment	False	CHI0029_000000007620	0.9816710951542191		0	0	False	False	0.9965132474899292	0					non-mobilizable	other	1434.0	100.0	100.0	0.09535533670481768	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0063_01_000000014968	1396	0.6289582347017714	5	5	2	3	5	False	88564	fragment	False	CHI0029_000000007620	0.9681639485745082		0	0	False	False	0.9949856996536255	0					non-mobilizable	other	1396.0	99.64200000000001	100.0	0.09282672344956082	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0040_000000017524	1407	0.6289531452115815	2	2	2	2	2	False	51976	fragment	False	FIJ0013_000000020410	0.9629970087007398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	89.495	86.0	0.002387697159880329	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0035_000000009551	1264	0.6289531452115815	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.6904737429972866		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	88.016	99.0	0.00406639769305851	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
FIJ0167_000000016952	1261	0.6289531452115815	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.6906110443779123		0	0	False	False	1.0	0					non-mobilizable	chromosome	1278.0	88.02799999999999	99.0	0.00033931500516575083	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0040_000000019697	1261	0.6289531452115815	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.7391756666436585		0	0	False	False	1.0	0					non-mobilizable	chromosome	1280.0	88.281	100.0	0.0003398485193248165	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0035_000000009579	1259	0.6289531452115815	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.7226785807728471		0	0	False	False	1.0	0					non-mobilizable	chromosome	1276.0	88.715	100.0	0.0003401152764043493	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0015_000000015086	2494	0.6289516999490928	2	2	2	2	1	False	111302	fragment	False	ENG0013_000000009730	0.47608356110894184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	97.479	9.0	4.1130288204809316e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0075_000000005708	4028	0.6289496693110166	6	4	3	3	4	False	122626	maximal	False	ISR0183_000000008408	0.9598051157125457		0	0	False	False	0.9985104203224182	0					non-mobilizable	chromosome	2561.0	97.54	100.0	0.0008053298653192179	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0034_000000001097	9440	0.6289496619983929	10	6	3	4	4	False	90021	maximal	True	CHI0034_000000001097	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3345.0	84.006	35.0	0.0008218407398549387	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
ISR0347_000000004062	4613	0.6289456449829754	5	4	4	4	3	False	74493	maximal	True	ISR0347_000000004062	1.0		8	4	False	False	0.9854758381843567	0					non-mobilizable	no_good_hit	1371.0	99.48899999999999	30.0	0.005197288305342585	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0020_000000008745	3329	0.6289350474018588	3	3	3	3	2	False	121983	maximal	True	SPA0020_000000008745	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	94.469	40.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0072_000000017690	1219	0.6289339201447556	2	2	2	1	1	False	112243	fragment	False	MON0072_000000017690	0.9763912310286678		0	0	False	False	0.9680065512657166	0					non-mobilizable	other	1200.0	99.583	98.0	0.00901910636377313	NZ_SPGG01000013.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_13_length_132940_cov_40.1678, whole genome shotgun sequence	False	False
FIJ0025_000000007873	2714	0.6289325787396232	7	5	2	4	3	True	110641	fragment	False	FIJ0025_000000007873	1.0		0	0	False	False	0.9922623634338379	0					non-mobilizable	other	2264.0	94.081	99.0	0.09100052299151144	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0152_000000003658	6909	0.6289320238781073	6	4	4	4	3	True	128499	maximal	True	ISR0152_000000003658	1.0		1	1	False	False	0.975683867931366	0					non-mobilizable	no_good_hit	4284.0	99.25299999999999	62.0	0.003657982481312945	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	True	True
FIJ0063_000000013171	2068	0.6289217519874999	4	3	1	2	3	False	45598	maximal	True	FIJ0063_000000013171	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	2071.0	83.921	99.0	0.0241574744139207	CP017413.1	enterobacteria	Enterobacter cloacae strain SBP-8 plasmid pECSBP8	False	True
ENG0172_000000008950	2437	0.6289212858058819	4	4	4	3	1	False	114388	fragment	False	ENG0172_000000008950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	81.706	76.0	0.029706616473669137	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0812_000000035970	1020	0.6289200168170859	2	1	1	1	1	False	21601	fragment	False	ISR0812_000000035970	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1020.0	99.706	100.0	0.00022677967519987323	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0007_000000025250	2422	0.6289199349167565	3	2	2	2	2	False	50463	maximal	True	MON0007_000000025250	1.0		2	1	False	False	0.9921552538871765	0					non-mobilizable	no_good_hit	551.0	75.499	22.0	0.0008067888912288403	NZ_JAAZWE010000004.1	firmicutes	Saccharibacillus endophyticus strain CCM 8702 NODE_4_length_674460_cov_126.178863, whole genome shotgun sequence	True	False
MON0044_000000021108	2458	0.6289193260607218	4	4	2	3	3	False	11632	fragment	False	MON0044_000000021108	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1730.0	99.595	100.0	0.015254177474282286	FN554767.1	enterobacteria	Escherichia coli 042 plasmid pAA complete sequence	False	True
ENG0073_000000010170	2491	0.6289111096437155	5	3	3	2	2	False	112690	fragment	False	ENG0073_000000010170	1.0		0	0	False	False	0.9987956881523132	0					non-mobilizable	no_good_hit	2027.0	93.98100000000001	81.0	0.021954135420063036	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0029_000000009388	1438	0.6289096331589278	3	2	2	2	1	True	73836	fragment	False	DEN0029_000000009388	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	84.395	98.0	0.0005013886915341824	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0070_000000012562	1994	0.6289040330257324	3	2	0	2	1	False	62388	fragment	False	ENG0070_000000012562	1.0		0	0	False	False	0.9924774169921875	0					non-mobilizable	other	1884.0	87.73899999999999	94.0	0.003998221121416974	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
FIJ0030_000000003767	6774	0.6288922247825622	8	4	4	4	2	False	48780	maximal	True	FIJ0030_000000003767	1.0		1	1	False	False	0.9992618560791016	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.00010905393948561719	NZ_AXXW01000005.1	mycoplasmas	Acholeplasma multilocale ATCC 49900 G319DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0786_000000005696	3000	0.6288894961198769	4	3	2	3	2	False	83134	maximal	False	ENG0014_000000007430	0.6377473363774734		0	0	False	False	0.9993333220481873	0					non-mobilizable	other	3000.0	100.0	100.0	0.005380375890749126	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0293_000000029719	1173	0.6288805083781709	2	2	2	2	2	True	25797	maximal	True	ISR0293_000000029719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	80.46600000000001	29.0	0.00010685198604431111	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0800_000000009299	1370	0.628878352790095	2	2	2	2	2	False	21879	maximal	True	ISR0800_000000009299	1.0		90	8	False	False	1.0	0					non-mobilizable	other	1370.0	99.416	100.0	0.0024194032963265363	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
USA0016_01_000000000724	23933	0.6288672755840575	26	13	5	12	7	True	1925	fragment	False	USA0016_01_000000000724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	1.0	0.0001431495010974795	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0215_000000014139	2063	0.6288645020001107	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.30449715161516966		0	0	False	False	1.0	0					non-mobilizable	other	2063.0	99.176	100.0	0.0006408625138360972	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0001_000000028107	1561	0.6288597405438474	3	2	2	1	1	False	76808	maximal	True	DEN0001_000000028107	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0062_000000008850	3763	0.6288576675533313	5	4	3	3	3	False	93128	maximal	True	ISR0062_000000008850	1.0		21	7	False	False	0.9997342824935913	0					non-mobilizable	other	2022.0	84.81700000000001	94.0	0.036459747642064486	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
FIJ0049_000000009335	1832	0.6288567471381941	3	3	3	2	2	False	46654	maximal	True	FIJ0049_000000009335	0.9748684979544127		40	5	False	False	0.9950873255729675	0					non-mobilizable	chromosome	1849.0	79.935	99.0	0.0005930657081349598	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0104_000000033632	1365	0.6288565293128284	3	2	2	2	2	False	13340	maximal	False	MON0016_000000025530	0.9253378378378379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	73.525	50.0	0.00019909597619464136	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
AST0024_000000004836	6151	0.6288547194049106	10	5	4	3	1	True	121795	fragment	False	AST0024_000000004836	1.0		0	0	False	False	0.9978865385055542	0					non-mobilizable	no_good_hit	4160.0	99.88	68.0	0.0011245345646342397	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0156_000000013226	1329	0.6288504453153051	2	2	1	1	1	False	56673	maximal	True	ENG0156_000000013226	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1329.0	97.366	100.0	0.00028556775406767394	CP057634.1	enterobacteria	Escherichia coli strain RHB20-C13 chromosome, complete genome	False	False
ISR0336_000000013780	1164	0.6288488137119365	2	1	1	1	1	False	85275	maximal	False	MAD0015_000000015709	0.7550577337657635		0	0	False	False	0.988831639289856	0					non-mobilizable	no_good_hit	49.0	91.837	4.0	0.0006034547786075281	NZ_BAYB01000037.1	b-proteobacteria	Paraburkholderia ferrariae NBRC 106233, whole genome shotgun sequence	True	False
ENG0186_000000011532	1278	0.6288472500267656	2	2	1	2	2	False	55007	maximal	True	ENG0186_000000011532	1.0		4	4	False	False	1.0	0					non-mobilizable	other	1217.0	99.91799999999999	100.0	0.00023868226973491153	CP022154.1	enterobacteria	Escherichia coli strain ABWA45, complete genome	False	False
ISR0327_000000010784	2505	0.6288438207493543	4	4	4	3	2	False	58176	maximal	True	ISR0327_000000010784	1.0		6	2	False	False	0.9992015957832336	0					non-mobilizable	no_good_hit	260.0	76.538	10.0	7.178802639146963e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
MON0108_000000017840	1216	0.6288428274479007	1	1	1	1	1	False	48201	fragment	False	FIJ0064_000000021114	0.9655428766167021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	91.228	5.0	0.25925925925925924	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
ISR0039_000000001226	15524	0.6288415391035733	37	6	2	4	5	False	36575	fragment	False	ISR0039_000000001226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	81.564	1.0	0.0013515155196501245	NC_029048.2	viruses	Clostridium phage phiCD211, complete genome	True	False
ISR0285_000000011925	1589	0.6288362698654809	2	2	2	1	1	False	26061	fragment	False	ISR0285_000000011925	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1589.0	99.93700000000001	100.0	0.0007164787864978941	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	False
ISR0279_000000005084	3762	0.6288358399875402	5	4	3	2	2	False	26251	maximal	True	ISR0279_000000005084	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	82.946	3.0	5.904165250205147e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
MON0030_000000013954	2496	0.6288347004361312	4	3	3	3	1	True	106774	maximal	True	MON0030_000000013954	1.0		14	8	False	False	0.9591346383094788	0					non-mobilizable	no_good_hit	1459.0	95.40799999999999	74.0	0.004768523818089647	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0236_000000005828	1884	0.6288347004361312	5	3	3	3	1	True	38086	fragment	False	ISR0236_000000005828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	93.508	62.0	0.002865039001815179	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ENG0088_000000010693	1745	0.6288347004361312	3	3	3	3	1	True	61319	fragment	False	ENG0088_000000010693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	93.508	86.0	0.002865039001815179	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0013_000000017957	1477	0.6288347004361312	3	3	3	3	1	True	38085	fragment	False	ISR0013_000000017957	0.9954710144927535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	93.508	85.0	0.002865039001815179	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0176_000000023225	1472	0.6288347004361312	4	3	3	3	1	True	38085	fragment	False	ISR0013_000000017957	0.9943579327465583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	93.508	87.0	0.002865039001815179	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0088_000000017191	1447	0.6288347004361312	3	3	3	3	1	True	38085	fragment	False	ISR0013_000000017957	0.987568287411812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	93.508	87.0	0.002865039001815179	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
MAD0108_000000000653	17299	0.6288324675407049	22	17	12	12	12	False	16609	maximal	True	MAD0108_000000000653	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	5386.0	88.24700000000001	38.0	0.025032059502436522	CP010123.1	enterobacteria	Escherichia coli strain C5 plasmid A, complete genome	True	False
ISR0804_000000018756	1108	0.6288305524047982	2	2	2	1	1	False	21808	maximal	True	ISR0804_000000018756	1.0		8	4	False	False	0.9981949329376221	0					non-mobilizable	no_good_hit	933.0	72.454	82.0	0.0013603503614602393	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
ISR0089_000000007651	3299	0.628829412415803	4	3	3	3	2	True	118240	fragment	False	MAD0072_000000001538	0.7104899714966182		0	0	False	False	1.0	0					non-mobilizable	other	3299.0	99.90899999999999	100.0	0.0057486090388074685	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0224_000000008740	3285	0.628829412415803	4	3	3	3	2	True	118240	fragment	False	MAD0072_000000001538	0.7018980640069198		0	0	False	False	1.0	0					non-mobilizable	other	3285.0	98.387	100.0	0.005724206210868323	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0112_000000010050	3120	0.628829412415803	4	3	3	3	2	True	118240	fragment	False	MAD0072_000000001538	0.6995110562530309		0	0	False	False	1.0	0					non-mobilizable	other	3120.0	99.80799999999999	100.0	0.005434858393875587	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0156_000000008746	2964	0.628829412415803	4	3	3	3	2	True	118240	fragment	False	MAD0072_000000001538	0.6767572111226878		0	0	False	False	1.0	0					non-mobilizable	other	2964.0	98.212	100.0	0.0007882919746181694	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
AST0010_000000011549	2507	0.6288216612791405	4	3	3	2	2	False	126310	maximal	True	AST0010_000000011549	1.0		76	10	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	78.308	18.0	0.00014303338041515439	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
FIJ0107_000000009698	2795	0.6288200336101298	3	3	2	3	1	False	110065	maximal	True	FIJ0107_000000009698	1.0		1	1	False	False	0.9985688924789429	0					non-mobilizable	no_good_hit	2076.0	98.314	83.0	0.033154909323320284	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0034_000000000970	23502	0.6288173864542168	18	10	6	9	4	True	104240	fragment	False	FIJ0034_000000000970	1.0		0	0	False	False	0.9992340803146362	0					non-mobilizable	no_good_hit								True	True
CHI0041_000000010839	1386	0.6288130049414363	2	2	2	2	2	False	87580	fragment	False	CHI0041_000000010839	1.0		0	0	False	False	0.9942280054092407	0					non-mobilizable	no_good_hit	1048.0	74.618	75.0	0.00442580032496526	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0104_000000010266	2439	0.6288127880346502	2	2	2	2	2	False	32986	maximal	True	ISR0104_000000010266	1.0		832	14	False	False	1.0	0					non-mobilizable	other	2439.0	97.991	100.0	0.0008360616216509096	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0110_000000004667	6161	0.6288117479387658	6	3	2	3	2	True	102037	fragment	False	ENG0110_000000004667	1.0		0	0	False	False	0.9995130896568298	0					non-mobilizable	no_good_hit	226.0	74.336	4.0	0.00011032241850487892	CP060264.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS0369-1-AR-4 chromosome, complete genome	True	True
MAD0007_000000001395	4394	0.6288075886323717	4	3	3	3	3	False	127585	fragment	False	MON0060_000000007008	0.9294607199575801		0	0	False	False	0.9972689747810364	0					non-mobilizable	chromosome	4158.0	86.316	94.0	0.0017885411097800028	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0085_000000028289	1105	0.6288000109534925	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.14691206013868185		0	0	False	False	0.9990950226783752	0					non-mobilizable	no_good_hit	225.0	77.333	20.0	0.0009597841782604561	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
ENG0075_000000011731	2104	0.6287990101383986	2	2	2	2	2	False	62100	maximal	True	ENG0075_000000011731	1.0		2	2	False	False	0.9990494251251221	0					non-mobilizable	no_good_hit	971.0	84.552	46.0	0.00024288702340949148	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0141_000000010704	2548	0.6287942102937236	4	3	2	3	3	False	130225	fragment	False	ISR0207_000000010620	0.9549469097329472		0	0	False	False	1.0	0					non-mobilizable	other	2552.0	97.061	100.0	0.008151183679732003	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0394_000000016025	1205	0.6287936950374947	1	1	1	1	1	False	22746	fragment	False	ISR0394_000000016025	1.0		0	0	False	False	0.9983402490615845	0					non-mobilizable	no_good_hit	191.0	74.346	15.0	0.0035740504617286814	NZ_WJNH01000017.1	firmicutes	Salinibacillus xinjiangensis strain J4 scaffold17:size51762, whole genome shotgun sequence	True	False
ENG0161_000000005885	3696	0.6287913243599705	6	3	1	3	0	False	56429	fragment	False	ENG0161_000000005885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	81.395	6.0	6.389307342036737e-05	CP025685.1	firmicutes	Enterococcus faecium strain CBA7134 chromosome, complete genome	True	False
ISR0382_000000008246	1740	0.6287864193506871	2	1	1	1	1	False	127930	fragment	False	MON0046_000000018301	0.9332313731664232		0	0	False	False	0.9971264600753784	0					non-mobilizable	chromosome	1741.0	95.462	100.0	0.00038523613127672285	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0093_000000026937	1388	0.6287864193506871	2	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.8645575640299923		0	0	False	False	1.0	0					non-mobilizable	chromosome	1388.0	96.902	100.0	0.0003086785176665595	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0140_000000022058	1318	0.6287864193506871	2	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.8540780358698126		0	0	False	False	0.999241292476654	0					non-mobilizable	chromosome	1318.0	97.041	100.0	0.00029309993350170075	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0130_000000008809	3432	0.6287842281145123	3	3	2	3	2	False	108242	fragment	False	SPA0113_000000009137	0.9168088832087816		0	0	False	False	1.0	0					non-mobilizable	other	3439.0	91.655	99.0	0.035204802624114205	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0061_000000024601	1708	0.6287823191623436	4	4	0	4	0	True	124260	maximal	True	AST0061_000000024601	1.0		38	6	False	False	1.0	0					non-mobilizable	no_good_hit	1466.0	94.27	86.0	0.0004402969926691454	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
MON0044_000000023502	2252	0.6287819097637408	4	3	3	2	3	False	38841	maximal	True	MON0044_000000023502	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	93.76700000000001	48.0	0.016872466773494202	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
ISR0054_000000015944	1621	0.6287816566284772	4	4	4	4	3	False	35698	maximal	True	ISR0054_000000015944	1.0		58	10	False	False	0.9950647950172424	0					non-mobilizable	no_good_hit	1278.0	82.16	77.0	0.0034946214298135925	NZ_SMMX01000003.1	firmicutes	Extibacter muris strain DSM 28560 NODE_3_length_362271_cov_96.907437, whole genome shotgun sequence	True	False
ENG0175_000000008440	3075	0.6287792992430172	4	3	3	3	2	False	115338	fragment	False	ENG0175_000000008440	1.0		0	0	False	False	0.9834146499633789	0					non-mobilizable	other	2877.0	99.27	99.0	0.03574048972181115	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0104_000000008132	4923	0.6287788152070278	8	6	2	3	6	False	8827	fragment	False	MON0104_000000008132	1.0		0	0	False	False	0.9855778813362122	0					non-mobilizable	plasmid	4863.0	98.12899999999999	98.0	0.04388890395235125	CP041929.1	enterobacteria	Klebsiella pneumoniae strain 18-2374 plasmid pSECR18-2374B, complete sequence	False	True
ISR0172_000000001692	9680	0.628775457015478	8	6	6	4	5	False	33016	maximal	True	ISR0172_000000001692	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	0.0	6.8988982145965e-05	NZ_ABJZ02000005.1	spirochetes	Borreliella finlandensis strain SV1 gcontig_1118627515572, whole genome shotgun sequence	True	False
CHI0078_000000004186	3948	0.6287713658900852	7	7	1	4	7	False	84491	fragment	False	CHI0078_000000004186	1.0		0	0	False	False	0.999493420124054	0					non-mobilizable	plasmid	3948.0	99.848	100.0	0.025845867738830356	CP024237.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 plasmid unnamed5, complete sequence	False	True
CHI0175_000000004797	2476	0.6287659343002359	3	2	1	1	2	True	77760	fragment	False	SPA0060_000000006227	0.9941796428793435		0	0	False	False	0.999596118927002	0					non-mobilizable	no_good_hit	1280.0	78.203	51.0	0.0027562323276868403	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
SPA0060_000000006227	2467	0.6287659343002359	3	2	1	1	2	True	77760	fragment	False	SPA0060_000000006227	0.996230479267636		0	0	False	False	0.9943251013755798	0					non-mobilizable	no_good_hit	1274.0	77.708	51.0	0.002743261822615373	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
DEN0085_000000012970	2341	0.6287659343002359	3	2	1	1	2	True	77760	fragment	False	SPA0060_000000006227	0.9625121610645552		0	0	False	False	0.9995728135108948	0					non-mobilizable	no_good_hit	1274.0	77.708	54.0	0.002743261822615373	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
ISR0153_000000025995	1141	0.6287631066376802	1	1	1	1	1	False	30647	fragment	False	ISR0153_000000025995	1.0		0	0	False	False	1.0	0					non-mobilizable	other	860.0	94.07	90.0	0.001945626643533566	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0132_000000017432	2368	0.6287627506900649	4	4	4	4	3	False	71397	fragment	False	ENG0118_000000005382	0.9633045525902668		0	0	False	False	0.9966216087341309	0					non-mobilizable	other	2369.0	99.071	100.0	0.009083655557601425	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0185_000000006459	3453	0.6287608836090283	4	2	2	1	2	False	55064	maximal	True	ENG0185_000000006459	1.0		103	11	False	False	0.9982624053955078	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	1.2124102311258037e-05	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
DEN0026_000000011031	2672	0.6287592241359267	4	4	2	4	2	True	120016	fragment	False	CHI0003_000000003673	0.45772255988559174		0	0	False	True	1.0	0					non-mobilizable	chromosome	2656.0	94.76700000000001	99.0	0.000936875746986383	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0008_000000008235	3480	0.6287584966238827	5	5	4	5	2	False	80599	maximal	True	FIJ0008_000000008235	1.0		1	1	False	False	0.9988505840301514	0					non-mobilizable	no_good_hit	916.0	83.624	26.0	0.00022311189110374433	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0350_000000011829	1652	0.6287569209658419	2	2	1	1	2	False	77927	fragment	False	ISR0072_000000017008	0.9485764090644974		0	0	False	False	0.9878934621810913	0					non-mobilizable	other	1652.0	99.697	100.0	0.0004935797265789544	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0025_000000031830	1223	0.628747297798958	1	1	1	1	1	False	119667	maximal	True	AST0025_000000031830	1.0		5	2	False	False	0.9983646869659424	0					non-mobilizable	no_good_hit	615.0	93.984	50.0	0.003530176106342243	NZ_NHOC01000003.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c3, whole genome shotgun sequence	True	False
MAD0068_000000007506	3498	0.6287455286538981	4	4	1	3	3	True	16476	fragment	False	MAD0068_000000007506	1.0		0	0	False	False	0.997998833656311	0			MPF_T		non-mobilizable	plasmid	3498.0	97.62700000000001	100.0	0.02967205464341776	MT468575.1	enterobacteria	Enterobacter roggenkampii strain YK16 mcr-10-harboring plasmid pYK16-mcr-10, complete sequence	False	True
FIJ0058_000000011002	3546	0.6287423653367273	5	3	3	3	3	False	46048	fragment	False	FIJ0058_000000011002	1.0		0	0	False	False	0.9890016913414001	0					non-mobilizable	no_good_hit	798.0	77.068	41.0	0.0001770960599868119	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0335_000000005339	3194	0.6287384419725986	4	3	3	3	3	False	125947	fragment	False	ISR0335_000000005339	1.0		0	0	False	False	0.9996868968009949	0					non-mobilizable	other	3196.0	98.811	100.0	0.00871159767362299	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0210_000000007773	2468	0.6287380481036984	3	3	3	3	1	False	83780	fragment	False	ISR0210_000000007773	0.9828897338403042		0	0	False	False	0.9967585206031799	0					non-mobilizable	no_good_hit	130.0	85.385	5.0	0.005306139369066865	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
ISR0290_000000008144	1840	0.6287380481036984	3	3	3	3	1	False	83778	fragment	False	ISR0288_000000015151	0.6353837990299015		0	0	False	False	0.999456524848938	0					non-mobilizable	no_good_hit	129.0	83.721	7.0	0.005306139369066865	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
DEN0078_000000027503	1281	0.6287353151988994	2	2	2	2	2	False	69698	fragment	False	DEN0078_000000027503	1.0		0	0	False	False	0.9984387159347534	0					non-mobilizable	no_good_hit	502.0	77.092	39.0	0.0003825605069004158	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
MON0109_000000018120	1974	0.6287349488318924	3	3	3	2	1	False	8499	maximal	True	MON0109_000000018120	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	384.0	81.771	19.0	0.0001324534704900639	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0087_000000010520	4506	0.6287307226638661	5	2	2	1	2	True	9710	maximal	True	MON0087_000000010520	1.0		0	0	False	False	0.9964491724967957	0					non-mobilizable	no_good_hit								True	True
ISR0030_000000016713	1299	0.6287279700129385	2	1	1	1	1	False	37036	maximal	True	ISR0030_000000016713	1.0		1	1	False	False	0.9938414096832275	0					non-mobilizable	no_good_hit	201.0	85.075	15.0	7.022157199634283e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0157_000000005926	4763	0.6287225041561921	5	4	4	4	3	False	126670	fragment	False	ENG0177_000000005311	0.9676362146661204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	96.667	2.0	0.0922279792746114	GQ881172.1		Uncultured organism clone VC1CO89TF genomic sequence	True	False
DEN0010_000000011304	3830	0.6287141445515263	4	4	3	4	3	False	97072	fragment	False	DEN0010_000000011304	0.9478957832141193		0	0	False	False	0.9971279501914978	0					non-mobilizable	no_good_hit	521.0	87.90799999999999	13.0	0.00024158306866462395	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0012_000000007326	3226	0.6287131988608516	5	5	5	5	5	False	73613	maximal	True	ISR0012_000000007326	1.0		361	12	False	False	0.9996899962425232	0					non-mobilizable	other	3221.0	99.75200000000001	99.0	0.11605276436243062	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
FIJ0129_000000006809	3074	0.6287094428373797	4	3	2	3	1	True	40967	maximal	True	FIJ0129_000000006809	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0009_000000024478	1382	0.6287092289909308	2	2	2	2	1	False	38344	fragment	False	ISR0009_000000024478	0.9988461538461538		0	0	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit	49.0	89.796	3.0	2.3409404142879297e-05	NZ_VYYV01000001.1	firmicutes	Lactobacillus crispatus strain NCK971 1, whole genome shotgun sequence	True	False
ISR0820_000000020175	1300	0.6287092289909308	2	2	2	2	1	False	38344	fragment	False	ISR0009_000000024478	0.9692474674384949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	3.0	2.0970924544662705e-05	NZ_VYYV01000001.1	firmicutes	Lactobacillus crispatus strain NCK971 1, whole genome shotgun sequence	True	False
FIJ0036_000000023984	1744	0.62870701898818	2	2	2	1	1	False	66735	fragment	False	FIJ0036_000000023984	1.0		0	0	False	False	0.9988532066345215	0					non-mobilizable	no_good_hit	792.0	78.40899999999999	45.0	0.0002192325685640071	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0005_000000015340	3352	0.6287060241334049	4	1	1	1	1	False	14144	fragment	False	MON0060_000000011077	0.9907490301402566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	7.64399373192514e-05	NZ_STGU01000003.1	a-proteobacteria	Rhizobium rosettiformans W3, whole genome shotgun sequence	True	False
MON0013_000000028293	1918	0.6287060241334049	2	1	1	1	1	False	13522	fragment	False	MON0013_000000028293	0.9966110531803962		0	0	False	False	0.9671533107757568	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	7.64399373192514e-05	NZ_STGU01000003.1	a-proteobacteria	Rhizobium rosettiformans W3, whole genome shotgun sequence	True	False
MON0025_000000024214	1692	0.6287060241334049	3	1	1	1	1	False	96328	fragment	False	MON0025_000000024214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	7.64399373192514e-05	NZ_STGU01000003.1	a-proteobacteria	Rhizobium rosettiformans W3, whole genome shotgun sequence	True	False
ISR0815_000000006781	4406	0.6287042581875615	3	3	3	3	2	False	22341	maximal	True	ISR0815_000000006781	1.0		576	13	False	False	0.9961416125297546	0					non-mobilizable	other	4404.0	99.09200000000001	99.0	0.0009151222549709761	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
MAD0107_000000018382	2129	0.628702812258349	3	3	3	3	1	True	79258	fragment	False	MAD0107_000000018382	0.966322517207473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	76.233	10.0	0.0037901837717544376	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0151_000000000458	22865	0.6286976736769654	30	22	11	14	20	True	82200	fragment	False	SPA0151_000000000458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	15391.0	99.98100000000001	67.0	0.005182530125350553	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
ISR0031_000000009543	2340	0.6286920422021537	3	3	3	3	3	False	37016	maximal	True	ISR0031_000000009543	1.0		71	9	False	False	1.0	0					non-mobilizable	other	1309.0	85.103	96.0	0.008620173202244574	NZ_KB291607.1	firmicutes	Clostridium celatum DSM 1785 Scfld11, whole genome shotgun sequence	False	False
ENG0010_000000007220	2848	0.6286908861123086	3	3	3	2	2	False	112724	backbone	False	ISR0050_000000008971	0.9089425799214468	PS721	0	0	False	True	0.9996488690376282	0					non-mobilizable	other	2641.0	73.836	91.0	0.3157830591102986	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0005_000000003394	8737	0.6286881275849916	7	7	1	5	7	True	87447	fragment	False	CHI0143_000000001759	0.61324434824165		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	8678.0	99.988	100.0	0.06590460276469695	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
ENG0152_000000016577	1508	0.6286879761313372	2	2	2	2	2	False	96059	fragment	False	ENG0152_000000016577	0.9808999463543591		0	0	False	False	0.9986737370491028	0					non-mobilizable	chromosome	1508.0	98.806	100.0	0.0005072473768376778	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0065_000000004250	3032	0.6286869495905216	4	3	0	0	3	False	123446	backbone	True	CHI0065_000000004250	1.0	PS897|PS899	9	2	True	True	1.0	3957	rep_cluster_1868	MOBP			mobilizable	no_good_hit	1413.0	98.93799999999999	86.0	0.5051952705123611	NZ_JH992953.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.14, whole genome shotgun sequence	True	True
ISR0037_000000017637	1368	0.6286864672231072	2	2	2	2	2	False	96059	fragment	False	ENG0152_000000016577	0.9631172518273304		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	97.07600000000001	100.0	0.0004764839319997825	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0802_000000000002	99084	0.628681469159475	94	13	5	11	5	True	127415	maximal	False	SPA0046_000000000019	0.9265985190522391		0	0	True	True	1.0	56					non-mobilizable	virus	43457.0	97.211	97.0	0.43912968748420234	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
CHI0121_000000000021	99024	0.628681469159475	96	13	5	11	5	True	127415	maximal	False	SPA0046_000000000019	0.9249586655858415		0	0	True	True	1.0	49					non-mobilizable	virus	34047.0	97.11	97.0	0.3440302506394896	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0830_000000006605	3738	0.6286690520497079	7	4	3	4	4	False	28551	maximal	True	ISR0830_000000006605	1.0		4	2	False	False	0.999732494354248	0					non-mobilizable	no_good_hit	1758.0	70.47800000000001	48.0	0.0006638898989565083	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
USA0026_01_000000009860	3393	0.6286606064321285	4	4	4	4	3	False	119436	fragment	False	CHI0024_000000003275	0.8043397014853281		0	0	False	False	0.9973474740982056	0					non-mobilizable	chromosome	3024.0	87.73100000000001	97.0	0.0006669859534583121	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0034_01_000000016347	3387	0.6286606064321285	4	4	4	4	3	False	119436	fragment	False	CHI0024_000000003275	0.803531095371395		0	0	False	False	1.0	0					non-mobilizable	chromosome	3015.0	87.89399999999999	97.0	0.0006654280950418263	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0167_000000017492	1444	0.6286585449168823	2	2	2	1	1	False	96444	fragment	False	ENG0167_000000017492	0.9886179083205106		0	0	False	False	0.9993074536323547	0					non-mobilizable	other	1444.0	99.861	100.0	0.00043559870823701156	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
CHI0135_000000013991	1365	0.6286585449168823	2	2	2	1	1	False	96444	fragment	False	ENG0167_000000017492	0.971191822247852		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	100.0	100.0	0.00041175096190941356	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
CAN0003_000000036334	1345	0.6286585449168823	2	2	2	1	1	False	96444	fragment	False	ENG0167_000000017492	0.9535187496406333		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	99.92399999999999	97.0	0.0003951481005420985	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
FIJ0057_000000025292	1395	0.6286577318590402	3	2	2	2	2	False	46103	maximal	True	FIJ0057_000000025292	1.0		2	2	False	False	0.9942652583122253	0					non-mobilizable	no_good_hit	1217.0	92.03	87.0	0.00042873974862088715	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0061_000000000755	4923	0.6286566579443351	6	6	4	5	5	False	76095	fragment	False	ISR0061_000000000755	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4660.0	95.88	95.0	0.46736292428198434	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	False	False
USA0033_01_000000006770	1564	0.6286550231846221	2	1	1	1	1	True	46251	maximal	False	MAD0065_000000006789	0.6082554517133957		0	0	False	False	1.0	0					non-mobilizable	other	1541.0	99.416	98.0	0.019958786402104745	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	False	True
ISR0089_000000022856	1372	0.6286550231846221	2	1	1	1	1	True	46250	fragment	False	FIJ0096_000000027592	0.9419733441283713		0	0	False	False	0.978863000869751	0					non-mobilizable	other	1395.0	89.60600000000001	100.0	0.03973073617874535	NZ_VJZV01000039.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold39_1, whole genome shotgun sequence	False	True
FIJ0118_000000008639	1221	0.6286550231846221	3	1	1	1	1	True	41582	fragment	False	FIJ0118_000000008639	1.0		0	0	False	False	0.9983620047569275	0					non-mobilizable	other	1221.0	98.116	100.0	0.0022152496332127655	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0138_000000024480	1117	0.6286550231846221	1	1	1	1	1	True	3518	maximal	True	SPA0138_000000024480	1.0		103	7	False	False	0.9937332272529602	0					non-mobilizable	other	1117.0	100.0	100.0	0.054907749077490776	NZ_VJZV01000051.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold50_1, whole genome shotgun sequence	False	True
AUS0006_000000011729	2124	0.6286540083997046	3	3	3	3	3	False	104580	maximal	True	AUS0006_000000011729	0.9964157706093191		32	6	False	False	0.9877589344978333	0					non-mobilizable	other	2131.0	91.553	100.0	0.02622567134762257	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
ISR0067_000000022756	1358	0.628645531817787	2	2	2	1	1	False	103282	maximal	False	ISR0337_000000007223	0.9626712328767124		0	0	False	False	1.0	0					non-mobilizable	other	1359.0	99.632	100.0	0.10078670031171144	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ENG0124_000000024496	1265	0.628645531817787	2	2	2	1	1	False	103280	fragment	False	ENG0172_000000015118	0.1029976940814758		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	99.684	100.0	0.0004058061094366615	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0122_000000012669	1130	0.628645531817787	2	2	2	1	1	False	81723	fragment	False	CHI0122_000000012669	1.0		0	0	False	False	0.9973451495170593	0					non-mobilizable	other	1131.0	98.939	100.0	0.08386522190886152	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0145_000000006734	4797	0.6286446362996869	7	4	4	4	4	False	109351	fragment	False	ISR0145_000000006734	1.0		0	0	False	False	0.9997915625572205	0					non-mobilizable	no_good_hit	984.0	77.236	22.0	0.00028791174240211154	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0095_000000020104	1390	0.6286334069410306	2	1	1	1	1	False	60923	fragment	False	ENG0095_000000020104	1.0		0	0	False	False	0.9985611438751221	0					non-mobilizable	no_good_hit	38.0	97.368	3.0	0.0003379674455141672	NZ_JAAIOD010000012.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_12_length_109478_cov_283.605, whole genome shotgun sequence	True	False
ISR0400_000000015558	1232	0.6286334069410306	2	1	1	1	1	False	22547	fragment	False	ISR0400_000000015558	1.0		0	0	False	False	0.9878246784210205	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000017420	1174	0.6286334069410306	2	1	1	1	1	False	34995	fragment	False	ISR0068_000000017420	1.0		0	0	False	False	0.9838160276412964	0					non-mobilizable	no_good_hit								True	False
ENG0021_000000009207	2005	0.6286329404338363	2	2	2	2	2	False	66366	maximal	True	ENG0021_000000009207	1.0		4	2	False	False	0.9990025162696838	0					non-mobilizable	no_good_hit	1053.0	77.398	52.0	0.013454188616878422	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	False
ISR0815_000000004705	6006	0.6286279350640663	7	4	4	3	3	False	116207	fragment	False	ISR0815_000000004705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1862.0	94.791	31.0	0.0004210548226501702	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0395_000000025264	1532	0.6286266092357367	2	1	1	1	1	False	22716	maximal	True	ISR0395_000000025264	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	535.0	80.0	35.0	0.0018628049422214738	NZ_NHOC01000004.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c4, whole genome shotgun sequence	True	False
SPA0158_000000007579	2393	0.628623286373288	4	3	3	3	2	False	99433	fragment	False	SPA0158_000000007579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0181_000000006865	3032	0.6286186803884104	3	2	2	2	2	False	59151	maximal	True	ENG0181_000000006865	1.0		14	4	False	False	1.0	0					non-mobilizable	other	3061.0	80.203	100.0	0.0016929081326305959	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	False
USA0069_01_000000017602	3501	0.6286183695590098	3	2	1	2	1	True	116513	fragment	False	SPA0034_000000009782	0.9739739857278726		0	0	False	False	0.9905741214752197	0					non-mobilizable	other	3466.0	98.73100000000001	99.0	0.021072995054172927	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
AST0106_000000006714	2996	0.6286177278729757	3	3	2	2	2	True	107442	fragment	False	AST0106_000000006714	0.9830358410498242		0	0	False	False	1.0	0					non-mobilizable	other	2996.0	100.0	100.0	0.07363969413095325	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
CAN0022_000000010803	2810	0.6286177278729757	4	3	2	2	2	True	107442	fragment	False	AST0106_000000006714	0.9385371197959472		0	0	False	False	1.0	0					non-mobilizable	other	2813.0	97.689	100.0	0.06891888569250817	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
CHI0032_000000002116	2799	0.6286177278729757	3	3	2	2	2	True	107442	fragment	False	AST0106_000000006714	0.9529483360178141		0	0	False	False	0.9996427297592163	0					non-mobilizable	other	2797.0	100.0	99.0	0.06874677288485653	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
SPA0045_000000013856	1871	0.6286177278729757	3	3	2	2	2	True	76581	fragment	False	SPA0045_000000013856	0.9893848666303756		0	0	False	False	0.9994655251502991	0					non-mobilizable	other	1871.0	100.0	100.0	0.0459787071869391	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0041_000000007823	1837	0.6286177278729757	3	3	2	2	2	True	76581	fragment	False	SPA0045_000000013856	0.9804917156600748		0	0	False	False	0.9940119981765747	0					non-mobilizable	other	1837.0	100.0	100.0	0.04514273069263111	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0028_000000000665	19840	0.6286065572854562	25	10	5	8	5	False	65929	fragment	False	ENG0028_000000000665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1066.0	88.086	7.0	0.0002601337543528272	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0080_01_000000013288	3293	0.6286059889412665	3	2	1	2	2	False	620	maximal	True	USA0080_01_000000013288	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	83.303	33.0	0.0003286997852111707	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
FIJ0159_000000010943	2223	0.628602533263094	3	2	2	2	2	False	88871	maximal	True	FIJ0159_000000010943	1.0		16	7	False	False	0.9995501637458801	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000014507	2664	0.6286005990265355	3	2	1	1	2	False	99940	maximal	True	ISR0395_000000014507	1.0	PS564	5	2	False	True	1.0	0					non-mobilizable	no_good_hit	1474.0	96.065	55.0	0.005337026710513435	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0024_000000004084	2977	0.6285985199127092	4	2	1	1	2	True	103856	maximal	True	CHI0024_000000004084	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2265.0	99.868	76.0	0.0006562918063533337	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0028_000000011327	2611	0.6285985199127092	5	2	1	1	2	True	7447	fragment	False	SPA0028_000000011327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1547.0	73.82	58.0	0.00043290608577956026	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0255_000000013111	2373	0.6285985199127092	3	2	1	1	2	True	93359	maximal	True	ISR0255_000000013111	1.0		1	1	False	False	0.9886220097541809	0					non-mobilizable	other	2300.0	90.304	97.0	0.06608855982253464	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
CAN0014_000000020570	2335	0.6285985199127092	3	2	1	1	2	True	103853	fragment	False	ENG0126_000000008056	0.9633221530176803		0	0	False	False	0.9944325685501099	0					non-mobilizable	chromosome	2336.0	99.486	100.0	0.0005196570574992188	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ENG0126_000000008056	2314	0.6285985199127092	4	2	1	1	2	True	103853	fragment	False	ENG0126_000000008056	0.9853224249481907		0	0	False	False	0.9969749450683594	0					non-mobilizable	chromosome	2314.0	100.0	100.0	0.0005147609310474061	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
DEN0010_000000019590	2300	0.6285985199127092	4	2	1	1	2	True	103853	fragment	False	ENG0126_000000008056	0.9823109632005933		0	0	False	False	0.9817391037940979	0					non-mobilizable	chromosome	2300.0	100.0	100.0	0.0005116452142144343	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0176_000000015273	2236	0.6285985199127092	4	2	1	1	2	True	103853	fragment	False	ENG0126_000000008056	0.9619132373251004		0	0	False	False	1.0	0					non-mobilizable	chromosome	2236.0	99.955	100.0	0.0006478852416959809	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
CHI0041_000000007040	2042	0.6285985199127092	2	2	1	1	2	True	93358	fragment	False	CHI0041_000000007040	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2043.0	90.749	100.0	0.05879980409668405	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
AUS0006_000000012614	1999	0.6285985199127092	2	2	1	1	2	True	102078	fragment	False	AUS0006_000000012614	1.0		0	0	False	False	0.9974987506866455	0					non-mobilizable	other	1893.0	97.62299999999999	100.0	0.0005365196735235205	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
DEN0082_000000020651	1982	0.6285985199127092	2	2	1	1	2	True	93361	fragment	False	DEN0093_000000016536	0.9674869089902849		0	0	False	False	1.0	0					non-mobilizable	other	1983.0	97.025	100.0	0.0005623521022487271	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
DEN0093_000000016536	1947	0.6285985199127092	2	2	1	1	2	True	93361	fragment	False	DEN0093_000000016536	0.9687806117658294		0	0	False	False	1.0	0					non-mobilizable	other	1951.0	96.771	100.0	0.0005529842984253006	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0103_000000015809	1859	0.6285985199127092	2	2	1	1	2	True	93361	fragment	False	DEN0093_000000016536	0.9325585181073827		0	0	False	False	0.9892415404319763	0					non-mobilizable	other	1860.0	91.82799999999999	100.0	0.05352770015268935	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
FIJ0062_000000016060	1819	0.6285985199127092	2	2	1	1	2	True	93361	fragment	False	DEN0093_000000016536	0.9387745046841228		0	0	False	False	0.9978010058403015	0					non-mobilizable	other	1819.0	97.96600000000001	99.0	0.0005160808288178627	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0118_000000014959	1768	0.6285985199127092	2	2	1	1	2	True	93357	fragment	False	DEN0052_000000028473	0.9301533009612207		0	0	False	False	1.0	0					non-mobilizable	other	1772.0	93.115	100.0	0.05084843421393794	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
ISR0226_000000007354	1143	0.6285965147696038	2	2	2	2	1	False	27643	maximal	True	ISR0226_000000007354	1.0		310	14	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.9801660699277314e-05	NZ_FTPP01000002.1	CFB group bacteria	Pontibacter indicus strain LP100, whole genome shotgun sequence	True	False
CAN0011_000000015550	1947	0.6285957874013782	2	2	2	2	1	False	111301	fragment	False	ISR0183_000000015089	0.9359062987132765		0	0	False	False	0.9989727735519409	0					non-mobilizable	no_good_hit	112.0	84.821	6.0	3.869035585367656e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0047_000000031080	1512	0.6285945753993432	2	2	2	2	1	False	17631	maximal	True	MAD0047_000000031080	1.0		11	2	False	False	1.0	0					non-mobilizable	other	1406.0	87.696	100.0	0.0029336918724398153	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ITA0014_000000000515	1199	0.6285902862501254	1	1	1	1	1	False	20314	fragment	False	ITA0014_000000000515	1.0		0	0	False	False	0.955796480178833	0					non-mobilizable	plasmid	1199.0	98.08200000000001	100.0	0.0064513349632198515	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
CHI0095_000000004905	1725	0.6285888747428954	2	2	2	2	1	False	106748	fragment	False	CHI0095_000000004905	1.0		0	0	False	False	0.9982608556747437	0					non-mobilizable	other	1031.0	94.956	96.0	0.004914989764414519	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0124_000000017145	1712	0.6285884737791924	2	2	2	1	1	True	4048	maximal	True	SPA0124_000000017145	1.0		1	1	False	False	0.9877336621284485	0					non-mobilizable	no_good_hit								True	True
MON0058_000000032082	1623	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.012791349403361529		0	0	False	False	0.989525556564331	0					non-mobilizable	chromosome	1623.0	98.95299999999999	100.0	0.0006958951197673256	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
ENG0045_000000008576	1524	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.008614825768269895		0	0	False	False	0.998031497001648	0					non-mobilizable	chromosome	1525.0	99.279	100.0	0.0006534206334190116	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
ENG0065_000000018216	1467	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.008379595966388303		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	99.796	100.0	0.000229875036417788	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
CHI0083_000000007391	1458	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.03475270635600254		0	0	False	False	0.9855967164039612	0					non-mobilizable	other	1461.0	96.304	100.0	0.0021100560026531385	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ENG0109_000000017273	1419	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.03357313416391948		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	97.257	100.0	0.0006835128417564209	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
MON0032_000000023199	1349	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.030929980162789306		0	0	False	False	0.9822090268135071	0					non-mobilizable	other	1349.0	92.291	100.0	0.000430354462862235	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0367_000000007434	1326	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.026710783047948106		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	99.925	100.0	0.0019188910113352151	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
FIJ0002_000000029071	1325	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.029383555258126227		0	0	False	False	0.998490571975708	0					non-mobilizable	other	1328.0	98.042	100.0	0.0006382343307450724	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ENG0176_000000007344	1303	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.026967214618664054		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	97.471	100.0	0.006048527587696682	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0368_000000010352	1280	0.6285884737791924	2	2	2	1	1	True	23561	fragment	False	ISR0368_000000010352	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	95.632	100.0	0.0002008662494210003	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
MON0012_000000045603	1266	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.02449096685859208		0	0	False	False	0.9494470953941345	0					non-mobilizable	other	1262.0	94.691	100.0	0.00040313710471990617	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
SPA0043_000000013545	1253	0.6285884737791924	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.018560883237456388		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	99.92	100.0	0.0018131709782578786	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ENG0103_000000011353	1533	0.6285833820247957	3	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.4801285017942545		0	0	False	False	0.990867555141449	0					non-mobilizable	no_good_hit	445.0	96.404	29.0	0.00012274300059427607	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0039_000000039284	1267	0.6285833820247957	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.2919603935833876		0	0	False	False	0.9755327701568604	0					non-mobilizable	no_good_hit	294.0	97.619	24.0	8.136583523557214e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0130_000000008258	3410	0.6285777692751773	3	3	2	3	1	False	31789	maximal	True	ISR0130_000000008258	1.0		1	1	False	False	0.9985337257385254	0					non-mobilizable	no_good_hit	495.0	96.36399999999999	15.0	0.0015902396626374157	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0202_000000002776	4326	0.6285645805569349	8	5	3	5	3	True	68768	fragment	False	ISR0202_000000002776	1.0		0	0	False	False	0.9946833252906799	0					non-mobilizable	plasmid	4068.0	99.58200000000001	94.0	0.056245070773317835	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
CAN0001_000000013028	3627	0.6285632519258536	4	4	4	4	4	False	124468	maximal	False	ISR0306_000000002404	0.9710135743030479		0	0	False	False	1.0	0					non-mobilizable	other	3627.0	99.421	100.0	0.007972965837689423	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0114_000000001389	14301	0.6285582318674751	12	9	7	8	7	True	94345	maximal	True	ISR0114_000000001389	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	2764.0	95.803	24.0	0.0008592535258326702	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0095_000000014124	2274	0.6285552955455882	2	2	2	2	1	False	118572	fragment	False	ISR0095_000000014124	0.9852395080025962		0	0	False	False	0.9995602369308472	0					non-mobilizable	other	1240.0	98.306	97.0	0.03434511434511434	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	False	False
USA0035_01_000000011418	2206	0.6285552955455882	2	2	2	2	1	False	118572	fragment	False	ISR0095_000000014124	0.9675376879011705		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	98.306	98.0	0.03434511434511434	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	False	False
SPA0097_000000015033	2206	0.6285552955455882	2	2	2	2	1	False	118572	fragment	False	ISR0095_000000014124	0.970729487798332		0	0	False	False	1.0	0					non-mobilizable	other	2159.0	98.333	98.0	0.05979209979209979	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	False	False
ISR0024_000000013188	1876	0.6285552955455882	2	2	2	2	1	False	118571	maximal	True	ISR0024_000000013188	1.0		1	1	False	False	0.9930703639984131	0					non-mobilizable	other	1575.0	98.34899999999999	96.0	0.0436036036036036	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	False	False
SPA0051_000000014888	1652	0.6285552955455882	2	2	2	2	1	False	118565	fragment	False	SPA0051_000000014888	1.0		0	0	False	False	0.9981840252876282	0					non-mobilizable	other	1523.0	98.555	97.0	0.04216216216216216	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	False	False
ISR0151_000000010771	1861	0.6285539565838794	3	3	3	2	2	False	103281	maximal	True	ISR0151_000000010771	1.0		0	0	False	False	0.9865663647651672	0					non-mobilizable	other	1176.0	98.214	95.0	0.00037723273622474466	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0101_000000011425	2097	0.6285529212467207	3	3	3	3	3	False	33136	maximal	True	ISR0101_000000011425	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	71.947	63.0	0.006912575025771713	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0077_000000024717	1766	0.6285507533945961	2	2	1	2	1	False	10222	fragment	False	MON0077_000000024717	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1772.0	94.244	100.0	0.0011918340492427	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
AST0149_000000023852	1105	0.6285456843355368	1	1	1	1	1	False	104285	maximal	True	AST0149_000000023852	1.0		15	5	False	False	0.9972850680351257	0					non-mobilizable	no_good_hit	177.0	75.706	16.0	0.004242629945694337	NZ_JHVL01000032.1	firmicutes	Clostridiisalibacter paucivorans DSM 22131 Q326DRAFT_scaffold00028.28_C, whole genome shotgun sequence	True	False
ISR0286_000000010415	1819	0.6285433831909805	3	3	3	3	3	False	26032	fragment	False	ISR0286_000000010415	1.0		0	0	False	False	0.9972512125968933	0					non-mobilizable	no_good_hit	459.0	71.895	24.0	0.0001600318054242888	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
DEN0028_000000011542	2504	0.6285431536365578	3	3	3	2	2	False	119436	fragment	False	CHI0024_000000003275	0.33318770181845747		0	0	False	False	1.0	0					non-mobilizable	chromosome	2277.0	86.38600000000001	95.0	0.0005011853077037434	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0010_000000002391	5959	0.628541792393318	8	5	5	3	5	False	108723	maximal	True	ISR0010_000000002391	1.0		2	1	False	False	0.9998322129249573	0					non-mobilizable	no_good_hit	363.0	98.62299999999999	6.0	0.009984003530255392	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0019_000000006436	4126	0.6285393643577848	4	3	3	3	1	True	122850	maximal	True	AST0019_000000006436	1.0		1	1	False	False	0.9944255948066711	0					non-mobilizable	no_good_hit	70.0	92.85700000000001	2.0	0.0010706804251687486	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
ISR0099_000000011954	1671	0.6285386775650542	2	2	2	2	2	False	118569	fragment	False	ISR0099_000000011954	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1669.0	98.682	99.0	0.04623700623700624	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	False	False
CAN0001_000000013648	3437	0.6285384204262682	6	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.8998962033223364		0	0	False	False	1.0	0					non-mobilizable	chromosome	3446.0	95.589	100.0	0.0009630694627494192	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0040_000000000658	17293	0.6285374699029863	25	2	1	2	1	False	46586	maximal	True	MAD0040_000000000658	1.0		1	1	False	False	0.9978025555610657	0					non-mobilizable	no_good_hit	133.0	87.97	1.0	0.0006213489632768086	NZ_BHYK01000007.1	firmicutes	Clostridium tagluense strain A121 sequence007, whole genome shotgun sequence	True	False
CHI0111_000000009088	3365	0.6285345922747271	5	5	5	4	4	False	101774	maximal	True	CHI0111_000000009088	1.0		757	15	False	False	1.0	0					non-mobilizable	chromosome	3365.0	99.406	100.0	0.0009748716187130129	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0155_000000003747	5861	0.6285258626088954	5	3	3	2	2	False	101102	fragment	False	FIJ0155_000000003747	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3462.0	96.04299999999999	91.0	0.0006264057869379073	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
AST0048_000000006628	2375	0.6285222584975623	3	3	3	3	3	False	114932	maximal	False	SPA0079_000000010614	0.9080288870008496		0	0	False	False	0.9991579055786133	0					non-mobilizable	other	2375.0	100.0	100.0	0.000816255238268136	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
ISR0041_000000011767	1314	0.6285216175073477	2	2	2	2	2	False	36404	fragment	False	ISR0041_000000011767	1.0		0	0	False	False	0.9916285872459412	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	0.001957713390759593	NZ_WTVM01000055.1	b-proteobacteria	Azoarcus taiwanensis strain NSC3 NODE_55_length_25540_cov_3.32196, whole genome shotgun sequence	True	False
DEN0011_000000000333	36781	0.6285212090077273	55	21	8	10	13	True	82660	maximal	True	DEN0011_000000000333	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	78.433	13.0	0.0023359869835551167	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0098_000000032841	1390	0.6285156167003539	2	2	2	2	2	False	15278	maximal	True	MAD0098_000000032841	1.0		22	6	False	False	0.9791367053985596	0					non-mobilizable	chromosome	1326.0	72.54899999999999	94.0	0.0003364224909649293	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
MAD0099_000000021028	1498	0.6285152274486024	2	2	2	2	1	False	53054	fragment	False	MAD0099_000000021028	0.9557887552083089		0	0	False	False	1.0	0					non-mobilizable	chromosome	1507.0	84.804	100.0	0.0006495114139273805	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0115_000000007506	4105	0.6285133102943568	6	2	1	2	2	False	106825	fragment	False	ISR0115_000000007506	0.9912956975876648		0	0	False	False	0.9956151247024536	0					non-mobilizable	virus	2654.0	99.887	100.0	0.20058974746711022	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	False	False
ENG0142_000000007281	4021	0.6285133102943568	6	2	1	2	2	False	106825	fragment	False	ISR0115_000000007506	0.9813641900121803		0	0	False	False	0.9873166084289551	0					non-mobilizable	virus	2595.0	99.73	99.0	0.1961288371389687	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	False	False
ISR0126_000000011668	4158	0.6285102618811224	2	2	2	2	2	False	127137	maximal	True	ISR0126_000000011668	1.0		36	9	False	False	1.0	0					non-mobilizable	no_good_hit	2236.0	99.955	64.0	0.0007465722812242583	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
AST0151_000000002084	7900	0.6285088065327045	8	5	2	3	5	False	103725	maximal	True	AST0151_000000002084	1.0		1	1	False	False	0.9997468590736389	0					non-mobilizable	no_good_hit	6704.0	98.67200000000001	85.0	0.22634564732896603	MK231791.1	viruses	Uncultured human fecal virus clone Bifidobact.sp_B06.V07.M10_2_c2 sequence	True	False
ISR0031_000000011895	1950	0.6284919283895793	3	3	3	3	2	False	37009	maximal	True	ISR0031_000000011895	1.0		4	2	False	False	0.9907692074775696	0					non-mobilizable	no_good_hit	804.0	82.836	43.0	0.00027077409796042893	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0037_000000019790	1782	0.6284909683528095	2	2	2	1	2	True	128159	fragment	False	MAD0102_000000004786	0.04020432099852081		0	0	False	False	1.0	0					non-mobilizable	other	1782.0	99.88799999999999	100.0	0.00827375394292457	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
SPA0037_000000007996	3065	0.6284891465826059	5	5	4	4	4	False	121863	fragment	False	MON0082_000000009439	0.9556551297898641		0	0	False	False	1.0	0					non-mobilizable	other	3065.0	99.902	100.0	0.0009532052147542728	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0117_000000015694	1733	0.6284886787407771	3	3	2	2	2	False	32415	maximal	True	ISR0117_000000015694	1.0		0	0	False	False	0.9440277218818665	0					non-mobilizable	no_good_hit	146.0	92.46600000000001	8.0	0.21114369501466276	EU060973.1	bacteria	Uncultured bacterium clone LM0ABA39ZB06RM1 genomic sequence	True	False
ISR0354_000000000057	68891	0.6284884636489652	70	28	13	23	20	True	128803	fragment	False	ISR0354_000000000057	1.0		0	0	False	False	0.999898374080658	0	rep_cluster_329				non-mobilizable	no_good_hit	18454.0	99.225	85.0	0.09935486650367802	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
ISR0299_000000005038	2186	0.6284875920249651	3	2	2	2	2	False	25616	maximal	True	ISR0299_000000005038	1.0		409	12	False	False	0.9876486659049988	0					non-mobilizable	other	2181.0	99.266	99.0	0.0006995919902493564	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
FIJ0041_000000009058	3916	0.6284848134085812	4	3	3	3	3	False	48691	fragment	False	FIJ0041_000000009058	0.9804542765192058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.663	25.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CAN0013_000000013293	1706	0.6284825209546671	2	2	2	2	2	True	93847	fragment	False	CAN0013_000000013293	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1645.0	99.87799999999999	96.0	0.009779892920880428	FJ386569.1	enterobacteria	Escherichia coli strain H30 plasmid pO26-Vir, complete sequence	False	True
MAD0024_000000001714	5235	0.6284815586559294	10	5	5	5	3	True	19209	maximal	True	MAD0024_000000001714	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.1319887242312925e-05	NZ_PPDK01000001.1	actinobacteria	Euzebya tangerina strain F10 Scaffold1, whole genome shotgun sequence	True	True
FIJ0032_000000009290	3717	0.628480153702051	3	2	0	2	0	False	48467	fragment	False	FIJ0032_000000009290	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0108_000000007844	2845	0.6284799943136836	3	3	3	3	2	False	42232	maximal	True	FIJ0108_000000007844	1.0		3	2	False	False	0.9912126660346985	0					non-mobilizable	no_good_hit	934.0	75.054	46.0	0.002874227551345576	NZ_QGDL01000004.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_104, whole genome shotgun sequence	True	False
ISR0015_000000024403	1121	0.6284731288845947	1	1	1	1	1	True	37937	maximal	True	ISR0015_000000024403	1.0		42	11	False	False	0.9964317679405212	0					non-mobilizable	chromosome	871.0	97.015	92.0	0.0002928369063362838	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0013_000000012998	2163	0.6284663028737885	4	4	1	2	3	False	7981	fragment	False	SPA0013_000000012998	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2163.0	99.954	100.0	0.015472586612848975	NZ_QRML01000006.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf6, whole genome shotgun sequence	False	False
FIJ0115_000000005424	4498	0.6284656210291591	5	4	4	4	4	False	47435	maximal	True	FIJ0115_000000005424	0.9986117538176771		28	8	False	False	1.0	0					non-mobilizable	chromosome	4498.0	99.73299999999999	100.0	0.0008235877585226774	CP056307.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00832 chromosome, complete genome	False	False
FIJ0095_000000014523	1875	0.6284649128005574	4	4	3	2	3	False	43120	maximal	True	FIJ0095_000000014523	1.0		319	13	False	False	0.9962666630744934	0					non-mobilizable	other	1878.0	87.859	100.0	0.044703919933277735	NZ_QRYH01000022.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf22, whole genome shotgun sequence	False	False
FIJ0171_000000009489	2165	0.6284616608483234	3	2	1	2	1	False	57548	fragment	False	FIJ0078_000000011436	0.9479357798165138		0	0	False	False	1.0	0					non-mobilizable	other	2172.0	95.71799999999999	100.0	0.0006023293400203276	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0031_01_000000018993	1411	0.6284582671061268	2	2	2	2	1	False	1521	maximal	True	USA0031_01_000000018993	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	4.0	2.0899660728840836e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MON0033_000000032801	1874	0.6284566113726894	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.556382563725618		0	0	False	False	0.9941301941871643	0					non-mobilizable	other	1863.0	83.46799999999999	99.0	0.004440936035023827	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
MON0051_000000021456	1663	0.6284566113726894	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.5082342111898045		0	0	False	False	1.0	0					non-mobilizable	chromosome	1665.0	80.961	99.0	0.0005804188152019443	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0107_000000039477	1543	0.6284566113726894	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.4823933323457766		0	0	False	False	1.0	0					non-mobilizable	chromosome	1518.0	81.884	98.0	0.000529069987743566	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0013_000000036225	1543	0.6284566113726894	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.48271669171807435		0	0	False	False	0.9915748834609985	0					non-mobilizable	chromosome	1517.0	81.806	98.0	0.000529069987743566	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0078_000000030572	1526	0.6284566113726894	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.47288826452783406		0	0	False	False	1.0	0					non-mobilizable	other	1520.0	79.803	99.0	0.00033831923367518994	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
MON0027_000000027007	1526	0.6284566113726894	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.47288826452783406		0	0	False	False	1.0	0					non-mobilizable	other	1520.0	79.803	99.0	0.00033831923367518994	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
MON0097_000000024200	1526	0.6284566113726894	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.4730689686750304		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	79.882	99.0	0.00033831923367518994	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
MON0101_000000043077	1525	0.6284566113726894	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.47385164874774593		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	81.93799999999999	99.0	0.000529069987743566	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0026_000000033288	1509	0.6284566113726894	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.46240893767285157		0	0	False	False	1.0	0					non-mobilizable	other	1514.0	79.789	100.0	0.0003369587005638956	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
FIJ0126_000000026565	1505	0.6284566113726894	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.4488700858364143		0	0	False	False	0.999335527420044	0					non-mobilizable	other	1497.0	79.893	99.0	0.00033287710123001263	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
MON0007_000000043533	1489	0.6284566113726894	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.4408464305053572		0	0	False	False	0.9959704279899597	0					non-mobilizable	other	1474.0	79.919	99.0	0.0003278884798219334	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
MON0015_000000025646	1485	0.6284566113726894	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.44552773423256625		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	84.641	99.0	0.0035159428150788423	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
MON0100_000000031329	1474	0.6284566113726894	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.4383834091691487		0	0	False	False	0.998643159866333	0					non-mobilizable	chromosome	1455.0	82.199	99.0	0.0005071139373820526	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0080_000000016700	1917	0.6284498058349157	3	3	3	3	2	False	124977	fragment	False	FIJ0002_000000017350	0.9355769230769231		0	0	False	False	0.9989566802978516	0					non-mobilizable	no_good_hit	1405.0	84.76899999999999	73.0	0.003380341714772771	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0050_000000008352	3618	0.6284487417648951	3	2	2	2	2	True	109529	maximal	False	ISR0108_000000005091	0.26595433255269324		0	0	False	False	1.0	0					non-mobilizable	other	3620.0	98.729	100.0	0.0005930453947056594	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0358_000000016180	1199	0.6284479321259108	2	2	1	2	1	False	23833	fragment	False	ISR0358_000000016180	1.0		0	0	False	False	0.9958298802375793	0					non-mobilizable	other	1199.0	99.166	100.0	0.003497902134654633	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
ISR0793_000000006588	2431	0.6284457811597299	3	2	2	1	1	False	105019	maximal	True	ISR0793_000000006588	1.0		11	6	False	False	0.9934183359146118	0					non-mobilizable	no_good_hit	375.0	96.26700000000001	15.0	0.00011181030753514775	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0059_000000000743	15759	0.6284303731910292	15	8	7	8	4	False	112918	maximal	True	AST0059_000000000743	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	78.752	3.0	0.07747119466343239	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
BAN0018_000000000309	6430	0.6284297077724621	7	7	7	6	6	False	98223	fragment	False	SPA0139_000000003014	0.6615376724624301		0	0	False	False	1.0	0					non-mobilizable	other	6430.0	99.611	100.0	0.0013990570238146534	CP020058.1	enterobacteria	Escherichia coli strain AR_0061, complete genome	False	False
SPA0104_000000017542	2120	0.6284270988750704	3	2	2	2	1	False	4831	fragment	False	SPA0104_000000017542	1.0		0	0	False	False	0.99622642993927	0					non-mobilizable	no_good_hit	755.0	77.881	35.0	0.002390812034940149	NZ_NFJN01000001.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_1, whole genome shotgun sequence	True	False
CHI0172_000000006404	1281	0.6284246620359041	2	1	1	1	1	False	77926	fragment	False	CHI0172_000000006404	1.0		0	0	False	False	0.9992193579673767	0					non-mobilizable	other	1281.0	99.219	100.0	0.0003460938309045027	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0049_000000014984	1467	0.6284221288365798	3	2	2	2	1	False	30656	fragment	False	MON0049_000000014984	1.0		0	0	False	False	0.9986366629600525	0					non-mobilizable	no_good_hit	205.0	85.366	14.0	0.000211622340647335	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0106_000000012311	1687	0.6284194871018367	2	2	2	2	1	False	99085	fragment	False	USA0101_01_000000017569	0.9523676880222841		0	0	False	False	1.0	0					non-mobilizable	chromosome	1687.0	96.325	100.0	0.00023814800517145597	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
FIJ0008_000000025172	1151	0.6284161604765811	1	1	1	1	1	False	123072	fragment	False	ISR0226_000000002328	0.03530085053985522		0	0	False	False	0.9939183592796326	0					non-mobilizable	chromosome	1155.0	91.775	100.0	0.00047359833425170226	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0068_000000005729	1850	0.6284159138721918	3	3	3	3	3	False	5984	maximal	True	SPA0068_000000005729	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1859.0	94.406	100.0	0.0004138041853529432	CP015404.2	firmicutes	Erysipelotrichaceae bacterium I46, complete genome	False	False
MON0107_000000034276	1763	0.6284131157187914	5	5	1	2	4	False	8584	maximal	True	MON0107_000000034276	1.0		2	2	False	False	0.9977311491966248	0					non-mobilizable	no_good_hit	1194.0	98.325	68.0	0.010559391042662418	NZ_PYLP01000006.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_5, whole genome shotgun sequence	True	False
CHI0147_000000012555	1499	0.6284120531919545	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.1560785139314038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0005923402995020639	NZ_AQXL01000114.1	firmicutes	Effusibacillus pohliae DSM 22757 C230DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
MAD0004_000000004606	2203	0.6284110387064845	4	2	1	2	2	False	50282	fragment	False	MAD0004_000000004606	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2019.0	97.72200000000001	100.0	0.00037761404919257343	CP010122.1	enterobacteria	Escherichia coli strain C5, complete genome	False	False
ENG0020_000000001235	16051	0.6284100674694691	15	10	4	7	6	True	100025	maximal	True	ENG0020_000000001235	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	5680.0	98.081	35.0	0.001822469225975273	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
FIJ0123_000000025431	1355	0.6284100628735457	1	1	1	1	1	False	41298	fragment	False	FIJ0123_000000025431	1.0		0	0	False	False	0.9734317064285278	0					non-mobilizable	other	1355.0	99.557	100.0	0.00614482545791203	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0188_000000006557	4040	0.6284063547222456	5	5	4	4	3	False	108484	fragment	False	ENG0188_000000006557	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3833.0	99.609	95.0	0.027176226832798796	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0133_000000007455	4929	0.6283990627780319	4	2	2	2	2	False	40719	maximal	True	FIJ0133_000000007455	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	77.36399999999999	19.0	0.0001936656397408295	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0148_000000012065	1611	0.6283975167595609	3	3	3	3	3	False	84837	fragment	False	ISR0060_000000015834	0.9176785826585554		0	0	False	False	1.0	0					non-mobilizable	other	1610.0	94.90700000000001	99.0	0.00044681784605472895	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0102_000000003243	8849	0.6283901955224361	8	7	6	6	6	False	75914	maximal	True	FIJ0102_000000003243	1.0		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	3291.0	97.87299999999999	70.0	0.0009908259754214926	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0121_000000019626	1311	0.6283882337839704	2	2	2	2	2	False	41456	fragment	False	FIJ0121_000000019626	0.9708850931677019		0	0	False	False	0.9977116584777832	0					non-mobilizable	no_good_hit	1042.0	74.08800000000001	79.0	0.004807400596491064	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0052_000000029304	1102	0.6283875659543445	2	2	2	2	2	False	46432	maximal	True	FIJ0052_000000029304	1.0		37	6	False	False	1.0	0					non-mobilizable	chromosome	1047.0	99.331	95.0	0.00023405243669619993	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	False	False
ISR0802_000000004955	2999	0.6283830302198334	2	2	2	2	2	False	120344	maximal	True	ISR0802_000000004955	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	80.02199999999999	30.0	0.00020634752187964	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0095_000000007886	3387	0.6283736065871918	4	3	3	2	2	False	43140	maximal	True	FIJ0095_000000007886	1.0		20	1	False	False	0.9884853959083557	0					non-mobilizable	no_good_hit	539.0	75.696	16.0	0.0006468849019987647	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0129_000000010603	2516	0.6283735404891257	2	2	2	2	1	False	58549	maximal	False	ISR0255_000000012532	0.9449446305291627		0	0	False	False	0.9813195466995239	0					non-mobilizable	other	2407.0	98.961	96.0	0.010965212237268044	NZ_CABIXZ010000004.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
DEN0065_000000006899	4451	0.6283714277877345	3	3	3	2	0	True	71144	maximal	True	DEN0065_000000006899	1.0		1	1	False	False	0.9966299533843994	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001357661677855466	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
ENG0134_000000015884	2467	0.6283679305957317	3	3	3	3	2	False	58197	fragment	False	ENG0134_000000015884	0.9828462515883101		0	0	False	False	1.0	0					non-mobilizable	other	2468.0	98.825	100.0	0.0377384467118447	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	False	False
SPA0039_000000024683	1159	0.6283674707581408	2	2	2	1	1	False	6983	maximal	True	SPA0039_000000024683	1.0		1	1	False	False	0.975841224193573	0					non-mobilizable	no_good_hit	167.0	94.611	14.0	5.799073964743028e-05	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	False
ENG0105_000000014638	1535	0.6283671158879609	2	2	2	2	2	False	60138	fragment	False	SPA0158_000000013540	0.9758842443729903		0	0	False	False	1.0	0					non-mobilizable	other	1483.0	100.0	100.0	0.0005501558774986246	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
MAD0102_000000011153	1804	0.6283657538973527	3	3	3	3	3	False	14988	maximal	True	MAD0102_000000011153	1.0		0	0	False	False	0.9495565295219421	0					non-mobilizable	no_good_hit	873.0	97.251	48.0	0.00019384209725131462	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0004_000000000815	8585	0.6283653033484815	7	7	7	6	6	False	20046	maximal	True	MAD0004_000000000815	1.0		4	1	False	False	0.9997670650482178	0					non-mobilizable	no_good_hit	998.0	96.29299999999999	27.0	0.0008094043530853974	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0020_000000012640	2468	0.6283648844621113	2	2	2	2	2	False	24437	maximal	True	SPA0020_000000012640	1.0		2	1	False	False	0.9797406792640686	0					non-mobilizable	no_good_hit								True	False
ISR0166_000000011718	1778	0.6283634389456828	2	2	2	1	1	False	30208	maximal	True	ISR0166_000000011718	1.0		42	9	False	False	0.9955005645751953	0					non-mobilizable	no_good_hit	139.0	94.964	8.0	4.8101523493760045e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0008_000000000772	9595	0.6283522859520573	11	4	2	4	2	False	19845	fragment	False	MAD0097_000000003485	0.9806233766233766		0	0	False	False	0.9997915625572205	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000008589	3129	0.6283437556217696	4	4	4	3	2	False	92376	fragment	False	ISR0132_000000008589	0.9377641224083172		0	0	False	False	0.9987216591835022	0					non-mobilizable	other	2726.0	93.36	95.0	0.005345106684450707	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0185_000000016765	1957	0.6283428905002607	1	1	1	1	1	False	115524	maximal	True	ISR0185_000000016765	1.0		35	6	False	False	1.0	0					non-mobilizable	other	1332.0	90.616	92.0	0.0003775508813684034	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
TAN0007_000000036251	1175	0.6283401925844776	1	1	0	1	0	False	2784	maximal	True	TAN0007_000000036251	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000010804	3012	0.6283401598271502	4	3	1	3	0	False	98970	maximal	True	AUS0024_000000010804	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0125_000000003215	4983	0.6283400901967777	7	5	3	4	4	False	81652	fragment	False	CHI0125_000000003215	1.0		0	0	False	False	0.9995986223220825	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.7174432603193863e-07	LR812068.1	bony fishes	Danio rerio genome assembly, chromosome: 6	True	False
MON0061_000000009038	4531	0.6283390264127922	4	3	2	3	2	False	49674	fragment	False	MON0061_000000009038	1.0		0	0	False	False	0.985654354095459	0					non-mobilizable	no_good_hit								True	False
ENG0025_000000016211	1654	0.6283263703852149	2	2	2	2	1	False	125997	fragment	False	ENG0068_000000014119	0.9565952649379933		0	0	False	False	0.9921402931213379	0					non-mobilizable	no_good_hit								True	False
SPA0016_000000003813	8043	0.6283261990912455	10	6	4	5	3	False	78625	fragment	False	ISR0337_000000000822	0.9686696282440963		0	0	False	False	0.9987567067146301	0					non-mobilizable	no_good_hit	1113.0	84.007	14.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0054_000000011120	2663	0.6283242264249513	3	3	3	3	2	False	71223	maximal	True	SPA0054_000000011120	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	85.551	20.0	0.0001819492410416141	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0141_000000010718	2157	0.6283227177641563	3	2	2	2	2	False	3462	maximal	True	SPA0141_000000010718	1.0		19	4	False	False	1.0	0					non-mobilizable	other	1275.0	98.353	100.0	0.03518170772119739	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0128_000000021388	1387	0.6283219258593421	2	1	1	1	1	False	58595	maximal	True	ENG0128_000000021388	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	76.632	21.0	7.305717551286392e-05	CP014151.1	firmicutes	Clostridium botulinum strain BrDura chromosome, complete genome	True	False
MON0100_000000037874	1211	0.6283205868963343	2	2	1	2	1	False	9091	maximal	True	MON0100_000000037874	1.0		29	8	False	False	0.9859620332717896	0					non-mobilizable	no_good_hit	352.0	74.432	29.0	0.00010306606742238577	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0147_000000013354	1846	0.6283147680519027	2	2	2	2	2	False	81480	fragment	False	ISR0852_000000005984	0.9777194102695344		0	0	False	False	0.9994583129882812	0					non-mobilizable	chromosome	1846.0	97.887	100.0	0.00082333836261428	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0061_000000017364	2566	0.6283142824296915	5	5	2	4	3	False	77759	maximal	True	MON0061_000000017364	1.0		148	11	False	False	0.9875292181968689	0					non-mobilizable	other	2465.0	96.876	96.0	0.003917875725554635	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
FIJ0132_000000022862	1501	0.6283104590342943	2	2	2	2	1	False	40763	maximal	True	FIJ0132_000000022862	1.0		1	1	False	False	0.9773484468460083	0					non-mobilizable	no_good_hit	1097.0	69.918	72.0	0.0025001338526038407	NZ_LT699727.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
FIJ0008_000000012510	2293	0.6283081362771455	4	3	1	2	2	False	113632	maximal	True	FIJ0008_000000012510	1.0		0	0	False	False	0.9938944578170776	0					non-mobilizable	no_good_hit	1371.0	92.414	60.0	0.00046113397894334345	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0299_000000000860	6774	0.6283075553996903	9	6	6	6	6	False	113607	maximal	True	ISR0299_000000000860	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4417.0	98.03	73.0	0.0010827056166089395	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0208_000000018329	1669	0.6283063291349191	4	2	1	2	1	True	53822	fragment	False	ENG0208_000000018329	1.0		0	0	False	False	0.9736369252204895	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	6.384712568805011e-06	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
ENG0167_000000003235	7489	0.6283002557858445	12	4	1	3	2	False	56094	fragment	False	ENG0167_000000003235	0.9699621901694441		0	0	False	False	0.9942582249641418	0					non-mobilizable	virus	6932.0	97.15799999999999	99.0	0.2882702950110265	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	False	False
ISR0110_000000003122	7141	0.6283002557858445	11	4	1	3	2	False	56094	fragment	False	ENG0167_000000003235	0.9481239150754439		0	0	False	False	0.9998599886894226	0					non-mobilizable	virus	6947.0	97.884	97.0	0.2888944368160446	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	False	False
ENG0068_000000011401	2124	0.6282977351443131	2	2	2	2	2	False	115081	maximal	True	ENG0068_000000011401	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000019961	1573	0.6282942511015773	2	2	2	2	2	False	60761	maximal	True	ENG0097_000000019961	1.0		134	12	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	81.579	7.0	0.00031109342331687247	NZ_FNPI01000003.1	firmicutes	Bacillus caseinilyticus strain SP, whole genome shotgun sequence	True	False
SPA0117_000000027388	1366	0.6282915851202262	2	1	1	1	1	False	9379	fragment	False	MON0093_000000031960	0.9619113573407202		0	0	False	False	0.9992679357528687	0					non-mobilizable	other	1366.0	99.488	100.0	0.0005995119577381402	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0210_000000010041	2399	0.6282900341694281	3	1	1	1	1	False	53727	maximal	True	ENG0210_000000010041	1.0		10	4	False	False	0.9912463426589966	0					non-mobilizable	no_good_hit	597.0	95.14200000000001	25.0	0.0002097934398472845	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0127_000000004183	5069	0.6282850434286524	8	4	2	4	2	True	127622	fragment	False	ISR0127_000000004183	0.9960799593083672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	93.81200000000001	11.0	0.00010725241923400482	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0362_000000003049	7729	0.6282823456635982	9	5	2	4	2	False	66394	maximal	True	ISR0362_000000003049	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	3128.0	90.985	80.0	0.37630746776939916	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ENG0020_000000009103	2167	0.6282803555553352	3	2	2	2	2	False	66475	maximal	True	ENG0020_000000009103	1.0		2	1	False	False	0.9769266247749329	0					non-mobilizable	no_good_hit	693.0	99.85600000000001	32.0	0.0002781613215074575	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
AST0116_000000015977	1692	0.6282801680581606	3	2	2	2	1	True	106189	fragment	False	AST0116_000000015977	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	97.40899999999999	100.0	0.0004103802244636115	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0031_000000002807	7363	0.6282781015240753	12	5	4	5	3	True	85557	fragment	False	FIJ0031_000000002807	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	92.06299999999999	5.0	8.367925208552732e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0818_000000003719	4487	0.6282771372307575	8	7	3	4	4	False	113686	maximal	True	ISR0818_000000003719	1.0		2	2	False	False	0.9917539358139038	0					non-mobilizable	other	4010.0	94.314	93.0	0.001244082132442016	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0814_000000022586	1813	0.6282715143102049	2	2	1	2	0	False	46841	fragment	False	ISR0814_000000022586	1.0		0	0	False	False	0.996690571308136	0					non-mobilizable	no_good_hit	384.0	80.469	21.0	0.00012119168818410048	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0781_000000020975	1445	0.6282715143102049	3	2	1	2	0	False	46839	fragment	False	ISR0781_000000020975	1.0		0	0	False	False	0.9993079304695129	0					non-mobilizable	no_good_hit	172.0	82.55799999999999	12.0	5.5116432658194637e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0022_000000003973	5255	0.6282677106877226	7	6	4	4	5	False	66328	maximal	True	ENG0022_000000003973	1.0		5	3	False	False	0.9998096823692322	0					non-mobilizable	no_good_hit	3179.0	80.08800000000001	78.0	0.001122338453253054	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0100_000000032170	1437	0.6282638831673721	2	2	2	2	2	False	24406	fragment	False	MON0100_000000032170	0.9595180040928288		0	0	False	False	0.9979122877120972	0					non-mobilizable	chromosome	1437.0	99.652	100.0	0.00048795124021506554	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0152_000000009511	2469	0.6282623697344791	2	2	2	2	2	False	57048	maximal	True	ENG0152_000000009511	0.9972504230118444		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	79.825	5.0	8.995239687315916e-05	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
SPA0109_000000013231	2364	0.6282623697344791	2	2	2	2	2	False	57048	maximal	False	ENG0152_000000009511	0.9761036857027137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	79.825	5.0	8.995239687315916e-05	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
FIJ0102_000000019576	1644	0.6282615005946501	3	3	3	3	2	False	42621	fragment	False	FIJ0102_000000019576	1.0		0	0	False	False	0.9993917346000671	0					non-mobilizable	no_good_hit	729.0	77.778	44.0	0.0037946009144622836	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0045_000000016431	1584	0.6282581710334417	2	2	1	2	1	True	117181	fragment	False	ISR0045_000000016431	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1591.0	90.258	100.0	0.02478380749467352	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0042_000000016194	1557	0.6282581710334417	3	2	1	2	1	True	64680	fragment	False	ENG0042_000000016194	1.0		0	0	False	False	0.9922928810119629	0					non-mobilizable	other	1516.0	90.765	97.0	0.01165091905960989	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
CHI0114_000000005126	1506	0.6282581710334417	2	2	1	2	1	True	128835	maximal	True	CHI0114_000000005126	1.0		4	2	False	False	0.9887118339538574	0					non-mobilizable	other	1062.0	85.68700000000001	99.0	0.011489135274251524	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0015_000000020698	1223	0.6282581710334417	2	2	1	2	1	True	7899	maximal	True	SPA0015_000000020698	1.0		69	7	False	False	0.9811937808990479	0					non-mobilizable	other	1215.0	78.107	98.0	0.018298032334879057	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0041_000000027673	2278	0.6282548706091893	2	2	2	2	2	False	13848	maximal	True	MON0041_000000027673	1.0		16	3	False	False	0.9995610117912292	0					non-mobilizable	no_good_hit	967.0	86.66	82.0	0.00047877227261552	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
MON0058_000000020518	2366	0.6282538019478591	3	2	2	2	2	False	85584	maximal	True	MON0058_000000020518	1.0		56	12	False	False	0.9835164546966553	0					non-mobilizable	other	2293.0	99.43299999999999	97.0	0.018429326107407915	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0010_000000001149	16940	0.6282519523836013	16	11	6	8	4	True	126563	maximal	True	AST0010_000000001149	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	85.227	1.0	2.8529402202867935e-05	CP022340.1	firmicutes	Enterococcus mundtii strain EMB156, complete genome	True	True
ISR0330_000000017728	1744	0.6282507258785209	2	1	1	1	1	False	67497	maximal	True	ISR0330_000000017728	1.0		1	1	False	False	0.9896789193153381	0					non-mobilizable	no_good_hit	1380.0	76.014	79.0	0.006448625788775286	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0290_000000009298	1677	0.6282507258785209	1	1	1	1	1	False	67498	maximal	True	ISR0290_000000009298	1.0		2	1	False	False	0.9815146327018738	0					non-mobilizable	no_good_hit	1380.0	76.304	82.0	0.006448625788775286	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0017_000000021661	1530	0.6282505266956385	2	2	2	2	2	False	37842	fragment	False	ISR0017_000000021661	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	94.35	96.0	0.0021516034813914976	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ISR0161_000000017477	1770	0.6282479193381741	2	2	2	2	1	False	53629	maximal	True	ISR0161_000000017477	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	3.0	8.10803009571043e-06	NZ_SZNK01000001.1	firmicutes	Brevibacillus antibioticus strain TGS2-1 TGS2-1_contig1, whole genome shotgun sequence	True	False
AST0040_000000014189	1427	0.6282476836650683	2	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.6898532800109589		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	100.0	100.0	0.1191909060514878	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
ENG0139_000000019076	1198	0.6282476836650683	1	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.25504640064763		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.912	94.0	0.09453360080240722	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
USA0043_01_000000003418	3353	0.6282440316899887	4	4	4	2	2	False	118955	maximal	True	USA0043_01_000000003418	1.0		6	4	False	False	0.9874739050865173	0					non-mobilizable	no_good_hit	780.0	89.103	23.0	0.00023012165053791305	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0004_000000009526	2784	0.6282435404565311	3	3	2	2	3	False	52058	maximal	True	FIJ0004_000000009526	1.0		105	12	False	False	0.9982040524482727	0					non-mobilizable	other	2772.0	95.887	99.0	0.03218227706765606	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	False	False
CHI0188_000000005619	2682	0.6282400000822952	4	2	2	2	1	True	115650	fragment	False	ISR0387_000000009321	0.9625695619243869		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1127.0	95.29700000000001	87.0	0.22079715864246252	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0121_000000009890	2630	0.6282400000822952	3	2	2	2	1	True	115650	fragment	False	ISR0387_000000009321	0.9597750148185188		0	0	False	False	0.9969581961631775	0		MOBV			mobilizable	no_good_hit	1163.0	95.70100000000001	87.0	0.22790055248618785	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0151_000000011405	2181	0.6282400000822952	3	2	2	2	1	True	115650	fragment	False	ISR0387_000000009321	0.3146984924623116		0	0	False	False	0.9972489476203918	0		MOBV			mobilizable	no_good_hit	1053.0	96.20100000000001	84.0	0.20619573796369375	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0841_000000007070	2020	0.6282400000822952	2	2	2	2	1	True	115626	fragment	False	ISR0841_000000007070	1.0		0	0	False	False	0.9876237511634827	0		MOBV			mobilizable	no_good_hit	955.0	91.09899999999999	83.0	0.1876479873717443	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
CHI0177_000000008890	1859	0.6282400000822952	3	2	2	2	1	True	115629	fragment	False	CHI0130_000000007903	0.4751092763477416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	95.76299999999999	82.0	0.22198105761641673	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0002_000000019433	1883	0.6282398462653676	2	2	2	2	1	False	90752	maximal	True	FIJ0002_000000019433	1.0		15	5	False	False	0.9989378452301025	0					non-mobilizable	no_good_hit	1292.0	82.04299999999999	68.0	0.8303108808290155	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
CHI0162_000000006616	4233	0.6282336442845955	10	5	4	5	4	False	78583	maximal	True	CHI0162_000000006616	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2964.0	95.51299999999999	70.0	0.14609348008489215	NZ_QRUU01000063.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf63, whole genome shotgun sequence	True	False
ENG0008_000000021020	1253	0.6282321554176029	2	2	2	2	1	False	67371	fragment	False	ENG0008_000000021020	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	76.83	97.0	0.00042980896322851193	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	False	False
CHI0112_000000005539	3014	0.6282299707114264	3	3	3	3	2	False	82439	maximal	True	CHI0112_000000005539	1.0		4	3	False	False	0.9996682405471802	0					non-mobilizable	other	3014.0	100.0	100.0	0.0010071641359982457	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
ISR0064_000000001666	8724	0.6282293706860604	9	7	6	6	2	False	82185	maximal	True	ISR0064_000000001666	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2689.0	93.009	48.0	0.0466818505833058	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
MON0060_000000011210	3318	0.6282292623356025	4	2	1	2	2	False	81229	fragment	False	MON0060_000000011210	1.0		0	0	False	False	0.9996986389160156	0					non-mobilizable	no_good_hit								True	False
ISR0336_000000010177	1498	0.6282244314471488	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.9600542521808784		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	99.132	100.0	0.013881161677979304	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	False	False
CHI0160_000000009566	3082	0.6282206918344543	4	2	1	2	1	False	80891	maximal	True	CHI0160_000000009566	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000010189	2679	0.6282206918344543	3	2	1	2	1	False	80890	fragment	False	MAD0110_000000010189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0256_000000009201	1942	0.6282206918344543	2	2	1	2	1	False	26841	fragment	False	ISR0256_000000009201	1.0		0	0	False	False	0.9953656196594238	0					non-mobilizable	no_good_hit								True	False
ISR0243_000000002180	4344	0.6282187617084091	4	3	2	3	3	False	77983	fragment	False	ISR0126_000000011128	0.9815578465063002		0	0	False	False	0.9993094205856323	0					non-mobilizable	no_good_hit	2382.0	95.382	55.0	0.0008299255611495846	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0018_000000013662	1542	0.6282120565929554	3	2	1	2	1	False	37779	fragment	False	ISR0018_000000013662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0176_000000002747	3027	0.6282086313108199	3	3	1	3	3	False	98341	maximal	True	CHI0176_000000002747	1.0		3	3	False	False	0.9993392825126648	0	IncFIA				non-mobilizable	plasmid	2481.0	99.839	100.0	0.01730852444829078	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
MON0006_000000010932	1989	0.62820491866681	2	2	2	2	2	False	14048	fragment	False	MON0006_000000010932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	86.39	60.0	0.055749290928534895	NZ_JNJN01000051.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00049.49_C, whole genome shotgun sequence	True	False
CHI0122_000000009195	1555	0.6282034325349295	2	2	2	2	2	False	85294	maximal	False	CHI0121_000000004947	0.9914347690640914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	78.182	7.0	7.556690925043924e-05	NZ_KB946309.1	firmicutes	Enterococcus pallens ATCC BAA-351 acvKb-supercont1.5, whole genome shotgun sequence	True	False
ENG0106_000000013595	1525	0.6282004086605353	2	2	2	2	1	False	60060	fragment	False	ENG0106_000000013595	1.0		0	0	False	False	0.9960655570030212	0					non-mobilizable	no_good_hit								True	False
ISR0321_000000005191	2111	0.6281952005929538	3	3	2	3	2	False	35476	fragment	False	ISR0321_000000005191	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2109.0	88.146	99.0	0.01287283568958565	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
CHI0142_000000003269	5213	0.6281883140328877	4	4	4	3	4	True	112069	fragment	False	MON0010_000000003587	0.9831652889707976		0	0	False	False	1.0	0					non-mobilizable	other	5213.0	99.712	100.0	0.001669714277645597	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0062_000000006058	5058	0.6281883140328877	4	4	4	3	4	True	112069	fragment	False	MON0010_000000003587	0.968527343468283		0	0	False	False	1.0	0					non-mobilizable	other	5058.0	99.98	100.0	0.01806761869714498	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0049_000000003972	5018	0.6281883140328877	4	4	4	3	4	True	112069	fragment	False	MON0010_000000003587	0.9626286601429752		0	0	False	False	1.0	0					non-mobilizable	other	5018.0	100.0	100.0	0.001610024318844505	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0078_000000017668	1373	0.6281808047669303	2	2	2	2	2	False	44431	maximal	True	FIJ0078_000000017668	1.0		1	1	False	False	0.996358335018158	0					non-mobilizable	no_good_hit	956.0	95.711	69.0	0.0002851858091780753	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MAD0026_000000002306	4890	0.6281793720949848	6	4	3	4	3	False	19106	maximal	True	MAD0026_000000002306	1.0		3	2	False	False	0.9987729787826538	0					non-mobilizable	no_good_hit	263.0	92.77600000000001	5.0	4.978368891794103e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
USA0075_01_000000012821	1937	0.6281750957401095	2	2	2	1	1	False	672	maximal	True	USA0075_01_000000012821	1.0		3	2	False	False	0.9994837641716003	0					non-mobilizable	no_good_hit	1397.0	86.185	72.0	0.0004174117939009692	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0086_000000001518	13901	0.6281679907771599	10	7	4	7	3	True	110151	maximal	True	ENG0086_000000001518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	86.17	1.0	0.002416254805052169	NZ_FNID01000031.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ISR0773_000000014214	1262	0.6281609833072344	3	3	3	3	2	False	22492	maximal	True	ISR0773_000000014214	1.0		1	1	False	False	0.999207615852356	0					non-mobilizable	no_good_hit	1120.0	98.571	89.0	0.00038023498454084844	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0096_000000024270	1331	0.6281606638651797	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.02597710500226524		0	0	False	False	0.9992486834526062	0					non-mobilizable	other	1331.0	99.925	100.0	0.004458225090086315	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
DEN0061_000000037601	1172	0.6281606638651797	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.012024360734427992		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	100.0	100.0	0.06564269297606368	MK211788.1	firmicutes	Streptococcus suis ILCSsuYS104 integron, complete sequence	False	True
ENG0132_000000010174	1884	0.6281588846493997	2	2	2	2	2	False	90506	maximal	True	ENG0132_000000010174	1.0		244	14	False	False	0.9989384412765503	0					non-mobilizable	no_good_hit	784.0	78.061	41.0	0.003198579140166014	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
FIJ0015_000000020553	1544	0.6281548480026522	2	2	2	2	2	False	50324	maximal	True	FIJ0015_000000020553	1.0		5	2	False	False	0.9941709637641907	0					non-mobilizable	no_good_hit	237.0	75.949	15.0	7.843265521905907e-05	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
DEN0012_000000002966	2101	0.6281449416570409	4	4	2	2	3	False	75453	fragment	False	DEN0012_000000002966	1.0		0	0	False	False	0.9900047779083252	0					non-mobilizable	plasmid	2101.0	98.382	100.0	0.012837127417658996	MH477636.1	enterobacteria	Klebsiella pneumoniae strain 130504051 plasmid p504051-KPC, complete sequence	False	True
ISR0352_000000001394	5401	0.6281415504035376	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.7261962594487151		0	0	False	False	0.9990742206573486	0					non-mobilizable	other	5241.0	98.98899999999999	97.0	0.08664516662532043	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0038_000000005154	5378	0.6281415504035376	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.7269227649953581		0	0	False	False	0.9996281266212463	0					non-mobilizable	other	5279.0	98.939	98.0	0.08727362937236417	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0359_000000004047	5371	0.6281415504035376	6	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.7520626303422793		0	0	False	False	0.9998137950897217	0					non-mobilizable	other	5372.0	99.162	100.0	0.08881170925328702	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0010_000000003540	5227	0.6281415504035376	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.7139995942958085		0	0	False	False	1.0	0					non-mobilizable	other	5071.0	99.29	97.0	0.08383362275696685	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0385_000000003643	5215	0.6281415504035376	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.7209446580456905		0	0	False	False	0.9982742071151733	0					non-mobilizable	other	5148.0	99.281	99.0	0.08512362523774084	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0001_000000027898	1196	0.6281412921002449	2	2	2	2	2	False	78111	maximal	False	CHI0181_000000015467	0.4156730367470807		0	0	False	False	0.9933110475540161	0					non-mobilizable	chromosome	1196.0	99.666	100.0	0.00027207464544347826	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0179_000000014074	2372	0.6281349825590355	5	4	2	3	3	False	113351	fragment	False	ENG0179_000000014074	1.0		0	0	False	False	0.9894603490829468	0					non-mobilizable	no_good_hit	1424.0	90.169	75.0	0.2274566941881172	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0060_000000002936	4397	0.628132695040069	6	6	5	5	6	False	45885	maximal	True	FIJ0060_000000002936	1.0		10	3	False	False	0.999545156955719	0					non-mobilizable	no_good_hit	1711.0	79.252	86.0	0.0022244139928231173	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
AST0031_000000011019	2566	0.6281259088785639	4	3	3	2	2	False	117473	maximal	True	AST0031_000000011019	1.0		8	3	False	False	0.9996103048324585	0					non-mobilizable	no_good_hit	1357.0	99.779	53.0	0.000377379074497301	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
SPA0038_000000013903	1960	0.6281180908633331	3	3	3	3	3	False	63322	maximal	False	ISR0378_000000014596	0.9894083322047728		0	0	False	False	1.0	0					non-mobilizable	other	1960.0	99.286	100.0	0.014459592119928255	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
ISR0187_000000007460	3667	0.6281157400835519	4	4	4	3	3	False	123226	maximal	True	ISR0187_000000007460	1.0		32	6	False	False	0.9961821436882019	0					non-mobilizable	other	1860.0	98.925	92.0	0.007205655935746336	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0022_000000007314	3442	0.6281102383528953	4	4	1	4	2	False	126964	maximal	True	ISR0022_000000007314	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1832.0	97.48899999999999	53.0	0.012961547174085401	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
ISR0162_000000021659	1828	0.6281082112304723	3	2	2	2	1	True	87101	fragment	False	ENG0062_000000013171	0.9226160158652936		0	0	False	False	1.0	0					non-mobilizable	chromosome	1837.0	90.365	100.0	0.0006457561645894843	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0090_000000012058	2860	0.6281042796313449	3	3	3	3	2	False	107981	fragment	False	SPA0090_000000012058	0.9751019820243135		0	0	False	False	0.9986013770103455	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0002183160089016592	MF001361.1	viruses	Enterococcus phage EF5, partial genome	True	False
USA0058_01_000000007243	2728	0.6281042796313449	3	3	3	3	2	False	107981	fragment	False	SPA0090_000000012058	0.9500011671685491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0002183160089016592	MF001361.1	viruses	Enterococcus phage EF5, partial genome	True	False
MON0053_000000006487	4924	0.6281032731195916	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.4546221914225089		0	0	False	False	1.0	0					non-mobilizable	chromosome	4926.0	98.234	100.0	0.0021723254567402577	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MAD0024_000000002111	4579	0.6281032731195916	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.3025023820486291		0	0	False	False	1.0	0					non-mobilizable	chromosome	4579.0	97.90299999999999	100.0	0.001984955442563116	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0785_000000006723	4554	0.6281032731195916	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.28822295362677525		0	0	False	False	1.0	0					non-mobilizable	chromosome	4554.0	98.243	100.0	0.0020102841066134947	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0045_000000004845	2607	0.6281028389643616	3	3	3	3	3	False	78502	maximal	True	ENG0045_000000004845	1.0		72	9	False	False	1.0	0					non-mobilizable	other	2080.0	100.0	100.0	0.004386381330345784	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ISR0226_000000001845	3515	0.6280914920889187	3	3	3	3	2	False	41074	maximal	True	ISR0226_000000001845	0.9731150495644337		4	2	False	False	0.9991465210914612	0					non-mobilizable	no_good_hit	2799.0	94.927	80.0	0.039650730031491555	NZ_JH379471.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1440, whole genome shotgun sequence	True	False
FIJ0098_000000012237	1921	0.6280885507326587	2	2	2	2	2	False	99913	maximal	True	FIJ0098_000000012237	1.0		501	15	False	False	1.0	0					non-mobilizable	chromosome	1921.0	97.241	100.0	0.0005373709295201642	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0209_000000001276	18034	0.6280871283158511	24	7	1	7	2	False	106860	maximal	False	SPA0057_000000001179	0.5714374579109175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0145_000000001754	17967	0.6280871283158511	24	7	1	7	2	False	106860	maximal	False	SPA0057_000000001179	0.5186200685939497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0268_000000005189	3447	0.6280826019157878	4	3	3	3	2	False	125920	maximal	True	ISR0268_000000005189	1.0		10	3	False	False	0.9991296529769897	0					non-mobilizable	no_good_hit	2211.0	99.819	64.0	0.012875286327949688	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
ISR0853_000000015627	1164	0.6280775159983147	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.18115557835558826		0	0	False	False	0.9957044720649719	0					non-mobilizable	other	1163.0	97.24799999999999	99.0	0.0003226863499786172	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0012_000000008351	2835	0.6280737230648529	3	3	2	3	1	True	58263	fragment	False	ENG0204_000000008791	0.9525860838329397		0	0	False	False	1.0	0					non-mobilizable	chromosome	2697.0	97.219	95.0	0.0006095226717998702	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0204_000000008791	2819	0.6280737230648529	3	3	2	3	1	True	58263	fragment	False	ENG0204_000000008791	0.9580291338477736		0	0	False	False	1.0	0					non-mobilizable	chromosome	2821.0	96.73899999999999	99.0	0.000637577909848565	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0133_000000008962	2779	0.6280737230648529	3	3	2	3	1	True	58263	fragment	False	ENG0204_000000008791	0.9469651535238229		0	0	False	False	0.9960417151451111	0					non-mobilizable	chromosome	2765.0	96.564	99.0	0.0006246815504229553	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
FIJ0022_000000005896	4085	0.6280713915555696	7	5	3	3	4	False	49495	maximal	True	FIJ0022_000000005896	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	99.838	65.0	0.0001146944823403028	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ENG0051_000000000665	28434	0.628068591799595	52	11	6	9	8	False	64109	maximal	True	ENG0051_000000000665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2191.0	94.706	41.0	0.0009118290457938034	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
SPA0031_000000020394	1614	0.6280662259473528	3	2	2	2	1	False	39840	fragment	False	SPA0031_000000020394	1.0		0	0	False	False	0.9956629276275635	0					non-mobilizable	no_good_hit	893.0	86.00200000000001	66.0	0.0003673475775239291	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
USA0063_01_000000003416	6137	0.6280661020685148	2	2	2	2	1	False	128410	fragment	False	ISR0064_000000002339	0.9520600664695209		0	0	False	False	0.9990223050117493	0					non-mobilizable	no_good_hit	708.0	98.588	12.0	0.998587570621469	EU060790.1	bacteria	Uncultured bacterium clone LM0ABA36ZB05RM1 genomic sequence	True	False
AST0055_000000025090	1453	0.6280623005872574	3	3	3	2	1	False	113448	fragment	False	AST0055_000000025090	1.0		0	0	False	False	0.9917412400245667	0					non-mobilizable	no_good_hit	318.0	72.956	22.0	0.0015061985864905573	NZ_FMTT01000005.1	firmicutes	Paenibacillus tianmuensis strain CGMCC 1.8946, whole genome shotgun sequence	True	False
FIJ0083_000000027562	1315	0.6280622951442855	2	2	2	2	1	False	44054	maximal	True	FIJ0083_000000027562	1.0		0	0	False	False	0.9787072539329529	0					non-mobilizable	other	1323.0	83.749	100.0	0.15625744934445768	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ENG0101_000000009323	3351	0.6280532221589706	7	4	2	3	0	False	60507	maximal	True	ENG0101_000000009323	1.0		1	1	False	False	0.999403178691864	0					non-mobilizable	no_good_hit	1186.0	77.15	36.0	0.00039314196161009137	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0105_000000018244	1323	0.6280514348066698	2	2	2	1	1	False	25987	maximal	False	SPA0023_000000020671	0.9867746485599392		0	0	False	False	0.9992441534996033	0					non-mobilizable	chromosome	1323.0	99.698	100.0	0.0005778335699449616	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
MAD0102_000000009916	1970	0.6280513213729945	4	3	1	3	1	False	14994	maximal	True	MAD0102_000000009916	1.0		1	1	False	False	0.9883248805999756	0					non-mobilizable	no_good_hit	460.0	86.087	36.0	0.00021756310282117932	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
MAD0015_000000019315	1119	0.6280477034194938	2	2	2	1	1	False	19403	maximal	True	MAD0015_000000019315	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	85.833	32.0	0.031930074919728865	NZ_QEKH01000062.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_162, whole genome shotgun sequence	True	False
ISR0145_000000004568	7182	0.6280475695617717	7	4	4	3	3	False	131817	maximal	True	ISR0145_000000004568	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	1881.0	98.03299999999999	51.0	0.011987438084052494	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	False
MAD0040_000000028226	1221	0.6280375920076262	2	1	1	1	1	True	18325	fragment	False	MAD0040_000000028226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0047_000000002238	8571	0.6280374860538047	11	7	3	5	3	True	115475	fragment	False	ENG0130_000000003030	0.9529116360278618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	98.762	4.0	0.0034170257019759324	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0037_000000002603	4976	0.6280358607192672	7	7	7	6	7	False	79444	maximal	True	MAD0037_000000002603	1.0		5	3	False	False	0.9997990131378174	0					non-mobilizable	chromosome	4976.0	99.07600000000001	100.0	0.0009262845099163644	CP041023.1	enterobacteria	Klebsiella pneumoniae strain KP1692 chromosome, complete genome	False	False
ENG0147_000000001657	7262	0.6280199501801585	12	5	4	5	3	True	85558	fragment	False	ENG0147_000000001657	1.0		0	0	False	False	0.998485267162323	0					non-mobilizable	no_good_hit	378.0	92.06299999999999	5.0	8.367925208552732e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0271_000000016040	1226	0.6280180559606082	2	2	1	1	2	False	78972	backbone	True	ISR0271_000000016040	0.9913722267871816	PS384	222	11	False	True	0.9918434023857117	0					non-mobilizable	other	1226.0	98.124	100.0	0.00037355362324143914	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
ISR0160_000000003399	7170	0.6280072105785357	7	7	7	7	6	False	114948	fragment	False	ISR0243_000000000897	0.9088556853149149		0	0	False	False	0.9998605251312256	0					non-mobilizable	no_good_hit	681.0	77.093	9.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ENG0067_000000008938	3209	0.6279926275932309	4	4	4	2	2	False	131725	maximal	True	ENG0067_000000008938	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	88.28299999999999	34.0	0.00731316369465037	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0201_000000017823	1681	0.6279906262868854	3	2	2	2	2	False	98813	fragment	False	ISR0201_000000017823	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	97.561	100.0	0.0008628291654747127	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
ISR0395_000000031313	1228	0.6279906262868854	2	2	2	2	2	False	98809	fragment	False	AUS0024_000000025221	0.917387883556255		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	97.068	100.0	0.0006301734440699241	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
CAN0012_000000013181	3945	0.6279894444363678	6	5	4	5	4	True	94283	maximal	True	CAN0012_000000013181	1.0		3	3	False	False	0.9972116351127625	0					non-mobilizable	no_good_hit	1591.0	76.053	40.0	0.0003586489068445651	NZ_CP012395.1	firmicutes	Clostridium autoethanogenum DSM 10061 chromosome, complete genome	True	True
MON0033_000000045970	1290	0.627987509749916	2	2	2	2	2	False	32832	maximal	True	MON0033_000000045970	0.9960536700868192		356	13	False	False	1.0	0					non-mobilizable	chromosome	1307.0	76.817	100.0	0.0003601677912122974	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0181_000000004904	4417	0.6279771146370604	5	5	5	5	4	False	118800	maximal	True	ENG0181_000000004904	1.0		32	6	False	False	1.0	0					non-mobilizable	other	4418.0	98.008	100.0	0.007964411797070756	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0119_000000017272	1797	0.6279728353692321	3	2	1	2	1	False	32342	maximal	True	ISR0119_000000017272	1.0		10	5	False	False	0.9877573847770691	0					non-mobilizable	other	1780.0	99.27	99.0	0.008824448533970903	NZ_JAAITU010000001.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_1_length_201599_cov_156.995, whole genome shotgun sequence	False	False
FIJ0058_000000019350	2070	0.6279718272554287	3	1	1	1	1	False	46020	maximal	True	FIJ0058_000000019350	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0047_000000011629	3269	0.627969610754515	6	4	3	4	1	False	11474	maximal	True	MON0047_000000011629	1.0		0	0	False	False	0.9984704852104187	0					non-mobilizable	no_good_hit	611.0	98.2	19.0	0.020034156594850236	NZ_JAAITI010000040.1	firmicutes	Blautia luti strain MSK.16.34 NODE_40_length_30448_cov_138.152, whole genome shotgun sequence	True	False
SPA0057_000000014684	2180	0.6279674483837574	3	3	3	3	1	False	99846	fragment	False	MON0048_000000017275	0.942299349240781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000002264	9718	0.6279661580716809	9	6	5	6	4	False	55553	maximal	True	ENG0177_000000002264	1.0		2	2	False	False	0.9946491122245789	0					non-mobilizable	no_good_hit	505.0	87.921	18.0	0.0029581072846349993	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
CHI0056_000000006668	2792	0.6279638796501752	4	2	2	2	2	True	86156	maximal	False	ISR0170_000000016415	0.9928392409595418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1735.0	80.115	74.0	0.0036398516653391912	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
FIJ0123_000000008277	3921	0.6279615979510542	4	3	3	3	3	False	121229	maximal	True	FIJ0123_000000008277	1.0		3	1	False	False	0.9872481226921082	0					non-mobilizable	no_good_hit	1743.0	83.936	44.0	0.0005126648353682465	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0116_000000015285	1766	0.6279525398197858	3	2	2	2	2	False	106193	fragment	False	MON0068_000000022048	0.938120155728514		0	0	False	False	0.9767836928367615	0					non-mobilizable	other	1756.0	98.292	99.0	0.01444111645052992	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0039_000000041782	1195	0.6279510836652618	1	1	1	1	1	False	61140	fragment	False	MON0039_000000041782	0.9865229110512129		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	4.0	0.0003776197369249166	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	True
FIJ0071_000000014114	2528	0.6279509809850871	5	3	2	2	2	False	83443	fragment	False	FIJ0071_000000014114	1.0		0	0	False	False	0.9821993708610535	0					non-mobilizable	chromosome	1952.0	97.9	95.0	0.0006629476808214435	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0035_000000022924	1280	0.6279503566750351	2	2	2	2	2	False	12191	fragment	False	MON0035_000000022924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	75.62	38.0	0.006681886519293947	NZ_AUBM01000013.1	high GC Gram+	Schaalia georgiae DSM 6843 G447DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
CHI0181_000000002608	7436	0.6279501157032839	11	6	3	5	5	True	92551	maximal	True	CHI0181_000000002608	1.0		2	1	False	False	0.9991931319236755	0					non-mobilizable	no_good_hit	5221.0	97.47200000000001	71.0	0.11470762739798272	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
MAD0100_000000002437	12554	0.6279500598288964	9	8	8	7	7	False	49541	maximal	True	MAD0100_000000002437	1.0		11	1	False	False	0.9999203681945801	0					non-mobilizable	no_good_hit	3955.0	85.512	41.0	0.22577686045178305	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	True	False
ISR0357_000000005446	4182	0.6279434993237467	4	3	3	3	3	False	23888	maximal	True	ISR0357_000000005446	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	2528.0	82.23899999999999	60.0	0.0026915124989930995	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	False
MON0092_000000037740	1483	0.6279433861697343	3	2	1	2	1	False	9434	fragment	False	MON0092_000000037740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000029108	1558	0.6279425601971276	3	2	0	2	0	False	15877	maximal	True	MAD0098_000000029108	1.0		3	1	False	False	0.9833119511604309	0					non-mobilizable	no_good_hit	48.0	97.917	3.0	2.830164251894253e-05	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
SPA0024_000000007327	2125	0.6279414272576391	4	2	2	2	1	False	28457	maximal	True	SPA0024_000000007327	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	98.249	56.0	0.005326172491519471	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0209_000000022084	1259	0.6279414272576391	2	2	2	2	1	False	28455	fragment	False	ISR0209_000000022084	1.0		0	0	False	False	0.9992057085037231	0					non-mobilizable	chromosome	1259.0	99.365	100.0	0.0003517787898641849	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0774_000000007123	3408	0.6279375611201272	4	4	4	4	2	False	69598	fragment	False	ISR0066_000000009513	0.9917996844716743		0	0	False	False	1.0	0					non-mobilizable	chromosome	2835.0	99.083	100.0	0.0006307101074744266	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0210_000000001782	9887	0.6279359667072552	11	7	4	6	6	True	126163	fragment	False	ENG0210_000000001782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	75.048	26.0	0.09882555141793183	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0813_000000007253	3936	0.6279326907335657	6	4	3	4	2	False	131784	maximal	True	ISR0813_000000007253	1.0		5	3	False	False	0.9997459053993225	0					non-mobilizable	no_good_hit	2023.0	87.346	61.0	0.0005402543054194796	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0046_000000019043	1413	0.6279321865430828	3	3	3	3	3	False	17733	maximal	True	MAD0046_000000019043	1.0		12	3	False	False	0.9971691370010376	0					non-mobilizable	no_good_hit	789.0	85.171	56.0	0.00023695062906327425	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0153_000000008357	3679	0.6279316987509646	4	4	4	3	2	False	115393	maximal	True	AST0153_000000008357	1.0	PS750	46	8	False	True	1.0	0					non-mobilizable	no_good_hit	3255.0	90.415	88.0	0.0010720660772943799	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	True
ISR0178_000000001780	7588	0.6279293693660238	9	8	2	4	7	True	118476	fragment	False	ENG0031_000000002375	0.3129132201116919		0	0	False	False	1.0	0					non-mobilizable	virus	7588.0	99.236	100.0	0.07895969277841956	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
SPA0020_000000011399	2681	0.627926665281528	5	3	2	3	1	True	70469	fragment	False	SPA0020_000000011399	1.0		0	0	False	False	0.9985080361366272	0					non-mobilizable	plasmid	1224.0	98.366	90.0	0.15232282974218458	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0106_000000021793	1925	0.6279265770210091	2	1	1	1	1	False	88696	fragment	False	FIJ0155_000000011197	0.7255730985274025		0	0	False	False	0.9942857027053833	0					non-mobilizable	no_good_hit								True	False
MAD0108_000000010791	1626	0.6279265770210091	2	1	1	1	1	False	44928	fragment	False	MON0042_000000016238	0.9709329172902083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0075_000000016728	1604	0.6279249653792713	2	2	2	2	1	False	128046	fragment	False	ISR0133_000000013711	0.43540686580250176		0	0	False	False	0.9937655925750732	0					non-mobilizable	other	1399.0	98.713	97.0	0.002923236805182368	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0020_01_000000005399	6381	0.6279186894897695	9	4	4	3	4	False	116173	fragment	False	FIJ0141_000000004361	0.9540889103715591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	95.74600000000001	29.0	0.0003771619502191476	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0186_000000017549	1128	0.6279178697843284	2	2	2	2	2	False	77115	fragment	False	MON0043_000000023913	0.9422455573505655		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	98.13799999999999	100.0	0.00031296688160576726	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0081_000000019139	2931	0.627917461655624	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.8990900428596843		0	0	False	False	0.9986352920532227	0					non-mobilizable	no_good_hit	902.0	80.82	63.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0780_000000005608	2092	0.6279158049044558	5	2	2	2	2	False	25822	fragment	False	ISR0780_000000005608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	0.0015952844473285746	NZ_RCDA01000007.1	g-proteobacteria	Alkalispirillum mobile strain DSM 12769 Ga0244526_107, whole genome shotgun sequence	True	False
MAD0079_000000004821	1258	0.6279127588463663	2	2	1	2	1	False	16173	fragment	False	MAD0079_000000004821	1.0		0	0	False	False	0.9904610514640808	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000001796	12133	0.6279091625333737	11	8	8	7	8	False	100186	fragment	False	SPA0044_000000001796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	70.734	8.0	0.0004048895546707665	CP049366.1	firmicutes	Lactobacillus sp. NFFJ11 chromosome, complete genome	True	False
ENG0037_000000028964	1240	0.6279046214208857	2	1	1	1	1	False	65144	maximal	True	ENG0037_000000028964	1.0	PS269	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	245.0	91.02	20.0	0.0010218654069243946	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0100_000000016575	1848	0.6279032108097766	2	2	1	2	1	False	125856	maximal	True	ENG0100_000000016575	0.9853113983548766		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	95.685	80.0	0.00043771112957195307	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0035_000000003461	3480	0.6278976431109875	5	4	2	4	4	True	48043	maximal	True	FIJ0035_000000003461	1.0		3	3	False	False	0.9997126460075378	0					non-mobilizable	no_good_hit	2036.0	99.55799999999999	59.0	0.014201670702686105	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	True
TAN0024_000000003904	2135	0.6278911856995658	4	3	3	3	2	False	2340	maximal	True	TAN0024_000000003904	1.0		168	13	False	False	1.0	0					non-mobilizable	other	2135.0	98.595	100.0	0.001732466288349286	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ISR0128_000000010296	3401	0.6278908902826504	5	3	3	2	1	False	120372	maximal	True	ISR0128_000000010296	1.0		8	4	False	False	0.997647762298584	0					non-mobilizable	no_good_hit	1755.0	98.97399999999999	52.0	0.009178392577746846	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0123_000000001550	8255	0.6278886964959006	9	5	3	5	2	True	81721	maximal	True	CHI0123_000000001550	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	6646.0	99.022	80.0	0.0011801642808588338	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
CAN0015_000000020479	1760	0.6278617958914007	3	3	3	2	2	False	93202	maximal	True	CAN0015_000000020479	1.0		143	10	False	False	1.0	0					non-mobilizable	other	1765.0	95.12700000000001	100.0	0.0009298719382265448	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0073_000000016598	1436	0.6278610713254177	2	2	2	2	2	False	108207	fragment	False	ENG0175_000000014789	0.4755623635843704		0	0	False	False	0.9735376238822937	0					non-mobilizable	no_good_hit	204.0	75.0	14.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0320_000000018552	1429	0.6278610713254177	2	2	2	2	2	False	108207	fragment	False	ENG0175_000000014789	0.4768472575421899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	75.0	14.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0046_000000007097	3893	0.6278601847272063	6	3	3	3	3	False	36197	maximal	True	ISR0046_000000007097	1.0		0	0	False	False	0.9922938346862793	0					non-mobilizable	no_good_hit	1244.0	74.437	32.0	0.00033176338321861315	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0103_000000000868	13136	0.6278597583463441	26	11	6	11	4	False	14941	maximal	True	MAD0103_000000000868	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	77.233	10.0	0.0003998252615523586	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0063_000000023669	1293	0.6278588417597667	3	2	2	1	1	False	72074	fragment	False	ENG0063_000000023669	1.0		0	0	False	False	0.9806651473045349	0					non-mobilizable	no_good_hit								True	False
SPA0132_000000025722	1614	0.6278566829438946	4	2	1	2	2	False	109049	fragment	False	FIJ0159_000000016440	0.5742299820036919		0	0	False	False	1.0	0					non-mobilizable	plasmid	1614.0	90.58200000000001	99.0	0.31169082125603864	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
FIJ0159_000000016440	1545	0.6278566829438946	4	2	1	2	2	False	109049	fragment	False	FIJ0159_000000016440	0.7111670350342114		0	0	False	False	1.0	0					non-mobilizable	plasmid	1542.0	90.208	99.0	0.29777777777777775	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0115_000000006552	4603	0.6278521379270942	6	3	1	3	1	False	119370	maximal	True	ISR0115_000000006552	0.9511287340873003		4	3	True	True	0.9997827410697937	8					non-mobilizable	no_good_hit	518.0	82.046	11.0	0.04585716921941318	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
DEN0073_000000020991	2465	0.6278510878693746	3	3	3	3	2	False	126235	fragment	False	DEN0073_000000020991	0.9732587064676617		0	0	False	False	0.9991886615753174	0					non-mobilizable	no_good_hit	149.0	76.51	6.0	2.6829017377062043e-05	CP025262.1	g-proteobacteria	Pseudomonas sp. 02C 26 chromosome	True	False
ISR0080_000000017550	1835	0.6278486569136726	1	1	1	1	1	True	116477	maximal	True	ISR0080_000000017550	0.9378008594170968		20	7	False	False	0.9972752332687378	0					non-mobilizable	no_good_hit	1128.0	100.0	80.0	0.000339318118112211	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0033_000000019092	1654	0.6278486569136726	1	1	1	1	1	True	116476	fragment	False	ISR0033_000000019092	0.9563567362428842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	98.58200000000001	83.0	0.000339318118112211	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0078_000000009695	1581	0.6278486569136726	1	1	1	1	1	True	116476	fragment	False	ISR0033_000000019092	0.9359129383313181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	100.0	87.0	0.000339318118112211	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0132_000000019528	1478	0.6278486569136726	2	1	1	1	1	True	116473	fragment	False	ISR0132_000000019528	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	98.523	91.0	0.0003868888924349522	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
DEN0093_000000024518	1274	0.6278486569136726	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.7872556936833022		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	99.749	99.0	0.00035918945422171053	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0222_000000035660	1227	0.6278486569136726	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.7837167818015333		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	100.0	100.0	0.000339318118112211	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CAN0003_000000030196	1628	0.6278460522800817	2	2	2	2	2	False	96512	fragment	False	CAN0003_000000030196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	92.82600000000001	56.0	0.0151375391204085	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MON0032_000000029217	1122	0.6278460398110689	2	2	2	2	1	False	43872	fragment	False	MON0032_000000029217	0.9731818181818181		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	99.73299999999999	100.0	0.0002352139397726419	CP051765.1	enterobacteria	Escherichia coli strain SCU-113 chromosome, complete genome	False	False
FIJ0114_000000018384	2135	0.6278395025927835	3	2	2	2	2	False	117422	maximal	True	FIJ0114_000000018384	1.0		1	1	False	False	0.9817330241203308	0					non-mobilizable	no_good_hit	1734.0	79.585	81.0	0.0009974097378839552	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0095_000000013547	2002	0.6278395025927835	2	2	2	2	2	False	117423	fragment	False	FIJ0095_000000013547	1.0		0	0	False	False	0.9995005130767822	0					non-mobilizable	no_good_hit	1737.0	79.62	87.0	0.000999142354683985	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0155_000000011547	1929	0.6278395025927835	2	2	2	2	2	False	117421	maximal	True	FIJ0155_000000011547	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	79.47399999999999	90.0	0.0004977606479108324	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0021_000000017582	1860	0.6278395025927835	2	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.9540103570779235		0	0	False	False	0.9903225898742676	0					non-mobilizable	other	1751.0	79.383	94.0	0.0004983314743419227	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0100_000000021326	1667	0.6278395025927835	2	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.7770517797021655		0	0	False	False	0.9982003569602966	0					non-mobilizable	other	1668.0	79.49600000000001	99.0	0.0009592921682832944	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
USA0041_01_000000005982	3584	0.6278385678713424	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.9788310061177303	PS597	0	0	False	True	0.9997209906578064	0					non-mobilizable	chromosome	3547.0	100.0	100.0	0.0006472439927324684	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ISR0247_000000003391	3582	0.6278385678713424	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.977480350234104	PS597	0	0	False	True	1.0	0					non-mobilizable	chromosome	3545.0	99.859	100.0	0.000646878936899004	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
DEN0073_000000016572	3019	0.6278362888216978	4	3	3	3	2	False	70189	fragment	False	DEN0073_000000016572	1.0		0	0	False	False	0.9956939220428467	0					non-mobilizable	other	3017.0	97.945	99.0	0.0020324545579563013	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
CAN0012_000000025872	1815	0.6278303704935866	3	3	3	3	2	False	122197	fragment	False	ISR0053_000000009689	0.9901724255435153		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	99.18799999999999	94.0	0.02652369096861461	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	False	False
ISR0029_000000004040	10649	0.6278272556152247	12	10	3	6	9	True	117640	maximal	True	ISR0029_000000004040	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	7347.0	99.78200000000001	83.0	0.0018833758114142419	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0800_000000001667	6440	0.6278127683920895	10	3	2	2	3	False	44778	maximal	True	ISR0800_000000001667	1.0	PS155	3	2	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0133_000000018470	1253	0.6278103761901156	2	2	2	2	1	False	31515	fragment	False	ISR0133_000000018470	1.0		0	0	False	False	0.9792497754096985	0					non-mobilizable	no_good_hit	143.0	90.90899999999999	11.0	8.034387177118065e-05	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	True	False
FIJ0086_000000012705	2467	0.6278064387210854	2	2	2	2	2	False	123206	maximal	True	FIJ0086_000000012705	0.9834815756035578		37	9	False	False	1.0	0					non-mobilizable	other	1487.0	90.51799999999999	96.0	0.0004622920852235148	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0365_000000000693	18310	0.6278055664716145	13	10	5	9	8	True	83942	fragment	False	ISR0365_000000000693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1855.0	96.98100000000001	12.0	0.25828921705210367	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
ENG0112_000000017388	1593	0.6278038734918947	3	3	1	2	2	False	59664	fragment	False	ENG0112_000000017388	1.0		0	0	False	False	0.9981167316436768	0					non-mobilizable	other	1593.0	98.431	100.0	0.00044209696141648755	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0223_000000005716	4531	0.6278009145599189	3	2	2	2	1	True	71614	maximal	True	ISR0223_000000005716	1.0		41	6	False	False	1.0	0					non-mobilizable	no_good_hit	2630.0	93.916	58.0	0.34779732768884775	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ISR0146_000000037105	1168	0.6277950321212677	2	2	2	2	2	False	70679	fragment	False	SPA0005_000000022111	0.5803347885797286		0	0	False	False	0.976883590221405	0					non-mobilizable	other	1168.0	99.914	100.0	0.0003514571165096905	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0095_000000016444	1141	0.6277950321212677	2	2	2	2	2	False	70679	fragment	False	SPA0005_000000022111	0.3950342465753425		0	0	False	False	0.9991235733032227	0					non-mobilizable	chromosome	1141.0	99.825	100.0	0.0003187820512282756	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AUS0016_000000017690	1608	0.6277878613027349	2	1	1	1	1	False	100249	fragment	False	AUS0016_000000017690	1.0		0	0	False	False	0.9981343150138855	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0001533723760206326	NZ_NFIG01000004.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_4, whole genome shotgun sequence	True	False
ENG0101_000000021716	1558	0.6277872433612562	2	2	1	2	1	False	126952	fragment	False	ISR0289_000000005085	0.3708123594356741		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	95.51799999999999	100.0	0.018470109277908722	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
FIJ0039_000000016646	1378	0.6277859703918068	3	3	3	2	1	True	47550	maximal	True	FIJ0039_000000016646	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	359.0	73.538	26.0	0.006638767357808636	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0096_000000007408	4444	0.6277782098239856	8	5	3	5	3	False	99296	fragment	False	ENG0096_000000007408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	2.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
FIJ0167_000000006268	3021	0.6277751543820121	3	2	2	2	2	False	40582	maximal	True	FIJ0167_000000006268	1.0		1	1	False	False	0.9996689558029175	0					non-mobilizable	no_good_hit	1318.0	87.709	43.0	0.0036824865766066674	LR756496.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
SPA0036_000000021510	1155	0.6277711896418431	2	2	2	2	1	False	7090	maximal	True	SPA0036_000000021510	1.0		494	13	False	False	0.9696969985961914	0					non-mobilizable	chromosome	1155.0	98.182	100.0	0.00017560967295817995	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0262_000000002081	7054	0.6277667224190708	8	3	1	2	2	True	83791	maximal	True	ISR0262_000000002081	0.9999294383290996		3	3	True	True	0.9988659024238586	7					non-mobilizable	no_good_hit	489.0	83.027	7.0	0.04504767464487254	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ENG0113_000000003780	7049	0.6277667224190708	8	3	1	2	2	True	83791	maximal	False	ISR0262_000000002081	0.9999294383290996		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	489.0	83.027	7.0	0.04504767464487254	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ENG0142_000000008540	3551	0.627765378687018	4	4	4	4	3	False	102998	maximal	True	ENG0142_000000008540	1.0		15	6	False	False	0.9991551637649536	0					non-mobilizable	no_good_hit	1820.0	74.34100000000001	50.0	0.005678552032750128	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ISR0372_000000004462	3512	0.6277607877532686	5	5	4	2	2	False	67635	maximal	True	ISR0372_000000004462	1.0		4	2	False	False	0.9980068206787109	0					non-mobilizable	no_good_hit	1183.0	79.374	33.0	0.00039858866027256884	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0014_000000028565	1214	0.6277603712244679	2	2	2	2	1	False	117343	backbone	False	MON0013_000000032866	0.07611502772373067	PS787	0	0	False	True	0.9901153445243835	0					non-mobilizable	chromosome	1185.0	97.131	98.0	0.0005124983252751427	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
CHI0024_000000003470	3448	0.6277559507787484	4	3	3	3	3	False	89037	maximal	True	CHI0024_000000003470	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1367.0	83.24799999999999	61.0	0.0099438404863723	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
MON0050_000000037299	1126	0.6277558174955298	1	1	1	1	1	False	11288	fragment	False	MON0050_000000037299	1.0		0	0	False	False	0.9991118907928467	0					non-mobilizable	chromosome	1125.0	84.889	100.0	0.00042069391878647147	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	False	False
ENG0049_000000009700	1968	0.6277545184368879	3	3	3	3	2	False	101414	fragment	False	ENG0049_000000009700	1.0		0	0	False	False	0.9649389982223511	0					non-mobilizable	other	1850.0	90.324	94.0	0.02901624406950074	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0400_000000015863	1208	0.6277452342004046	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.602606414975765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1208.0	93.212	100.0	0.0003433200499478051	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0341_000000011870	1190	0.6277452342004046	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5991185947894543		0	0	False	False	1.0	0					non-mobilizable	chromosome	1195.0	93.64	100.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0017_000000018374	1100	0.6277452342004046	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.39191694369801494		0	0	False	False	0.9972727298736572	0					non-mobilizable	chromosome	1094.0	93.78399999999999	100.0	0.00031089379833715904	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0225_000000000418	15992	0.6277446728153017	19	12	7	9	11	False	27702	maximal	True	ISR0225_000000000418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2775.0	85.081	30.0	0.0008395340433194674	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
MON0060_000000014870	2625	0.6277440631392669	3	3	2	3	2	False	10900	maximal	True	MON0060_000000014870	1.0		18	3	False	False	1.0	0					non-mobilizable	other	2626.0	98.85799999999999	100.0	0.001461019173580766	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
ISR0303_000000000655	13407	0.6277391275252022	12	8	5	7	7	False	72778	maximal	True	ISR0303_000000000655	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7329.0	88.948	56.0	0.007909335182456444	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
SPA0018_000000017375	1723	0.6277374601078453	2	2	1	1	2	True	7797	maximal	True	SPA0018_000000017375	1.0		26	7	False	False	0.9883923530578613	0					non-mobilizable	chromosome	868.0	97.005	94.0	0.0003571242784231704	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	False	True
ENG0092_000000001291	12103	0.6277360131808783	11	9	7	5	9	True	72917	maximal	True	ENG0092_000000001291	1.0		4	2	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit	4071.0	76.32	33.0	0.03368271599782854	NZ_RQUY01000004.1	firmicutes	Veillonella caviae strain DSM 20738 contig_0004, whole genome shotgun sequence	True	True
ISR0086_000000021003	1367	0.6277312738417795	1	1	1	1	1	False	102260	fragment	False	CHI0170_000000004962	0.04217290130089134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1230.0	75.691	87.0	0.004978044076004432	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0111_000000004024	4120	0.6277153314276516	6	4	3	4	4	False	114117	maximal	True	ISR0111_000000004024	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	2433.0	78.298	59.0	0.2936014625228519	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
MAD0053_000000004486	2634	0.6277130735105081	5	4	4	4	3	False	17221	maximal	True	MAD0053_000000004486	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	93.801	55.0	0.014999948805635476	NZ_CYXX01000014.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0146_000000008646	4430	0.6277102395344697	10	7	6	6	3	True	31034	fragment	False	ISR0146_000000008646	1.0		0	0	False	False	0.9972912073135376	0					non-mobilizable	no_good_hit	462.0	96.104	16.0	0.0013611106190248425	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
ISR0855_000000004285	3291	0.6277096083877504	5	2	0	1	1	True	102095	fragment	False	ISR0855_000000004285	0.9868712432774438		0	0	False	False	0.9987845420837402	0					non-mobilizable	no_good_hit	417.0	82.734	12.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ISR0035_000000016146	1247	0.627709311119542	2	1	1	1	1	False	65010	fragment	False	ISR0035_000000016146	0.9892228260470982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.531798116786116e-05	NZ_HG726023.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
ISR0814_000000036324	1173	0.627709311119542	2	1	1	1	1	False	21489	fragment	False	ISR0814_000000036324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	7.16974013647724e-06	NC_016894.1	firmicutes	Acetobacterium woodii DSM 1030, complete sequence	True	False
FIJ0031_000000018961	1339	0.6277088938338987	3	2	1	2	2	True	48528	maximal	True	FIJ0031_000000018961	1.0		0	0	False	False	0.9925317168235779	0					non-mobilizable	plasmid	1296.0	96.14200000000001	97.0	0.011949720463549187	CP058961.1	enterobacteria	Klebsiella pneumoniae strain ZZW20 plasmid pZZW20-108K, complete sequence	False	True
FIJ0114_000000035543	1166	0.6277088938338987	3	2	1	2	2	True	41771	fragment	False	FIJ0114_000000035543	1.0		0	0	False	False	0.953687846660614	0					non-mobilizable	plasmid	1127.0	99.024	97.0	0.012534229801634125	AP019690.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-3 DNA, complete genome	False	True
SPA0008_000000004788	5598	0.6277082667264333	6	6	4	4	5	True	132395	backbone	False	SPA0082_000000002281	0.4694655400039155	PS1159|PS1161|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	plasmid	3587.0	99.916	97.0	0.5151558684097113	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0185_000000027946	1191	0.6277075460327469	2	1	1	1	1	False	79305	fragment	False	ISR0185_000000027946	0.98109243697479		0	0	False	False	1.0	0					non-mobilizable	chromosome	1191.0	99.16	100.0	0.0002498543915793611	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0818_000000007912	2252	0.6277069124579177	3	2	2	1	0	True	129341	maximal	True	ISR0818_000000007912	1.0		2	2	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1703.0	99.295	80.0	0.0004529618301148293	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ENG0048_000000014177	1872	0.6277050272327975	2	2	1	2	2	False	74682	maximal	True	ENG0048_000000014177	0.9683136412459721		484	14	False	False	0.9818376302719116	0					non-mobilizable	other	1873.0	94.39399999999999	100.0	0.0005801983438370492	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0075_000000000168	28086	0.627704258794444	20	10	7	10	4	True	17191	fragment	False	SPA0075_000000000168	1.0		0	0	False	False	1.0	0					non-mobilizable	other	20595.0	95.27600000000001	96.0	0.005564269489206064	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
USA0031_01_000000017846	1517	0.6277024928830381	3	2	2	1	1	False	1525	maximal	True	USA0031_01_000000017846	1.0		1	1	False	False	0.979564905166626	0					non-mobilizable	no_good_hit	162.0	100.0	11.0	4.039753178608277e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0377_000000008398	1805	0.6276886258023001	6	5	2	3	4	False	106038	fragment	False	ISR0397_000000008279	0.5071718874813586		0	0	False	False	0.9988919496536255	0					non-mobilizable	other	1807.0	97.454	100.0	0.12017567207878627	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0384_000000010443	1766	0.6276886258023001	5	5	2	3	4	False	106038	fragment	False	ISR0397_000000008279	0.40008354101305327		0	0	False	False	0.9915062189102173	0					non-mobilizable	other	1766.0	99.773	100.0	0.11744743146127229	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0063_000000011973	1670	0.6276886258023001	5	5	2	3	4	False	106038	fragment	False	ISR0397_000000008279	0.31352819843281066		0	0	False	False	0.9940119981765747	0					non-mobilizable	other	1672.0	97.84700000000001	100.0	0.11119244077721586	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0104_000000009521	3707	0.6276859401799667	6	4	3	3	2	False	4843	maximal	True	SPA0104_000000009521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0004_000000013065	2952	0.6276844917290811	3	3	3	1	2	True	120778	fragment	False	MON0004_000000013065	1.0		0	0	False	False	0.9969512224197388	0					non-mobilizable	other	2703.0	94.155	91.0	0.0010008233776898057	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
FIJ0133_000000019206	1977	0.6276816240054947	3	2	2	2	2	False	68609	fragment	False	FIJ0133_000000019206	1.0		0	0	False	False	0.9989883899688721	0					non-mobilizable	no_good_hit								True	False
ISR0081_000000004940	4646	0.6276792704463039	4	3	2	3	2	False	120511	maximal	False	AST0025_000000006840	0.9679855349925548		0	0	False	False	0.9993543028831482	0					non-mobilizable	no_good_hit	931.0	77.551	20.0	0.002149400986610289	NZ_CABJAT010000006.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
CHI0125_000000003789	4152	0.6276756428292588	5	3	2	3	2	False	81651	maximal	True	CHI0125_000000003789	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	78.467	7.0	4.218034433586969e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
ISR0200_000000015113	1650	0.6276744141120592	3	3	3	2	2	False	116778	fragment	False	DEN0052_000000021753	0.7587901472767686		0	0	False	False	0.9957575798034668	0					non-mobilizable	other	1650.0	97.515	100.0	0.015116513576444274	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
AST0150_000000020292	1372	0.6276737853586202	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.6164860838693125		0	0	False	False	1.0	0					non-mobilizable	chromosome	1372.0	99.854	100.0	0.00039742759121485003	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0137_000000017891	1341	0.6276737853586202	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.6139051347858158		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	99.62700000000001	100.0	0.00036231697922815126	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0170_000000010362	1326	0.6276737853586202	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.5877083602957994		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	99.774	100.0	0.0003582611921472391	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0131_000000004793	3897	0.6276729269229737	6	3	2	2	1	False	40836	fragment	False	FIJ0131_000000004793	1.0		0	0	False	False	0.9997434020042419	0					non-mobilizable	no_good_hit	977.0	85.875	25.0	0.0002764764611012979	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0109_000000025289	1344	0.6276728271180759	2	2	2	2	2	False	45463	maximal	False	FIJ0064_000000017706	0.9402430790006753		0	0	False	False	0.9709821343421936	0					non-mobilizable	no_good_hit								True	False
MAD0049_000000003719	4270	0.6276721878749448	6	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.8041543459434303		0	0	False	False	0.9829039573669434	0					non-mobilizable	other	4185.0	99.09200000000001	98.0	0.00125206445498538	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0037_01_000000008860	4003	0.6276721878749448	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6076888172949757		0	0	False	False	0.999250590801239	0					non-mobilizable	other	3970.0	97.557	99.0	0.0414073043405484	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
DEN0078_000000007636	3680	0.6276721878749448	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6049946126584216		0	0	False	False	0.991576075553894	0					non-mobilizable	other	3549.0	85.094	95.0	0.000579760915454786	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
CHI0182_000000004587	5390	0.6276713586750126	4	4	4	4	4	False	77386	maximal	True	CHI0182_000000004587	1.0		24	6	False	False	0.9996289610862732	0					non-mobilizable	no_good_hit	1845.0	95.61	34.0	0.01933866789718205	NZ_AUME01000009.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
ETH0002_000000019035	1261	0.6276711065712698	1	1	1	1	1	False	73328	fragment	False	ETH0002_000000019035	0.9803605530351156		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	96.279	100.0	0.06610790990047145	NZ_CYYU01000028.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0071_000000016029	1235	0.6276711065712698	1	1	1	1	1	False	73328	fragment	False	ETH0002_000000019035	0.9738482907725873		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	97.085	100.0	0.06464117338920901	NZ_CYYU01000028.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0086_000000017493	1609	0.6276644397695301	2	2	2	2	2	False	59863	maximal	True	ISR0086_000000017493	1.0		167	9	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	71.812	18.0	5.695030528103508e-05	NZ_CP016907.1	CFB group bacteria	Flavobacterium anhuiense strain GSE09 chromosome, complete genome	True	False
CHI0163_000000002551	3528	0.6276560053257779	4	2	2	2	2	False	78472	maximal	True	CHI0163_000000002551	1.0		20	8	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	70.796	37.0	0.0003318218986129794	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
ISR0827_000000001364	6918	0.627655510486984	8	4	2	4	1	True	116908	fragment	False	ISR0827_000000001364	0.9938869195890705		0	0	False	False	0.9998554587364197	0					non-mobilizable	no_good_hit	405.0	99.506	6.0	0.00012077904878128259	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
USA0135_01_000000001640	7964	0.627655178904649	13	2	1	2	2	False	69244	maximal	True	USA0135_01_000000001640	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	94.286	2.0	0.001031241943422317	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0008_000000005670	4939	0.6276541481691204	1	1	1	1	1	False	95055	maximal	True	CAN0008_000000005670	1.0		58	11	False	False	0.9979752898216248	0					non-mobilizable	other	3002.0	96.869	100.0	0.0010760883059808119	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
MON0084_000000005238	4892	0.6276498424071871	4	4	4	4	3	True	131602	fragment	False	MON0072_000000003974	0.9852106481596484		0	0	False	False	1.0	0					non-mobilizable	chromosome	4892.0	99.571	100.0	0.0020505961864193596	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	True
ISR0073_000000016019	1703	0.6276469739724988	2	2	2	1	1	False	36583	maximal	True	ISR0073_000000016019	1.0		1	1	False	False	0.997651219367981	0					non-mobilizable	no_good_hit	972.0	79.321	55.0	0.005668731278269068	NZ_JAAITI010000004.1	firmicutes	Blautia luti strain MSK.16.34 NODE_4_length_167586_cov_139.322, whole genome shotgun sequence	True	False
ISR0046_000000024863	1467	0.6276458383361245	2	2	2	2	2	False	36153	maximal	True	ISR0046_000000024863	1.0		16	4	False	False	0.9700068235397339	0					non-mobilizable	no_good_hit	74.0	89.189	5.0	3.4812581934749776e-05	NZ_CP043405.1	firmicutes	Streptococcus ratti strain ATCC 31377 chromosome, complete genome	True	False
FIJ0002_000000002035	15236	0.6276398948014401	19	12	5	12	4	True	52471	fragment	False	FIJ0002_000000002035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.023827252419955324	XM_021821799.1	eudicots	PREDICTED: Hevea brasiliensis transcription repressor OFP7-like (LOC110662721), mRNA	True	True
TAN0002_000000003279	7618	0.6276337831681648	13	12	1	8	11	True	85499	fragment	False	TAN0002_000000003279	1.0		0	0	False	False	0.9994749426841736	0			MPF_F		non-mobilizable	plasmid	7627.0	99.069	100.0	0.051343508675073556	CP019561.1	enterobacteria	Escherichia coli strain KSC1031 plasmid pMRGN1031, complete sequence	False	True
ISR0092_000000015685	1856	0.6276248396421118	7	5	2	3	4	False	106039	fragment	False	ISR0092_000000015685	0.974029524330235		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	98.436	99.0	0.0005145764255683112	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0007_000000014720	1715	0.6276248396421118	6	5	2	3	4	False	106038	fragment	False	ISR0397_000000008279	0.3803630743526584		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	96.795	100.0	0.04932619212163096	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
ISR0260_000000008717	1706	0.6276248396421118	6	5	2	3	4	False	106038	fragment	False	ISR0397_000000008279	0.3778263956976389		0	0	False	False	1.0	0					non-mobilizable	other	1706.0	96.19	100.0	0.04900944482838056	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
ISR0212_000000009349	3641	0.6276186792002132	3	3	3	3	3	False	102667	maximal	True	ISR0212_000000009349	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	86.301	62.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0018_000000009505	3052	0.6276186792002132	3	3	3	3	3	False	102666	fragment	False	ENG0124_000000010090	0.9666827284834948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	86.008	67.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0262_000000010687	1576	0.6276180714550542	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.014601593209126261		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	98.985	100.0	0.0022809459191343124	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CHI0188_000000011334	1353	0.6276180714550542	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.0062551270978472556		0	0	False	False	1.0	0					non-mobilizable	chromosome	1353.0	96.15700000000001	100.0	0.0005783394706820931	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
SPA0013_000000012303	2281	0.6276143870432833	3	3	3	3	2	False	70402	fragment	False	SPA0013_000000012303	1.0		0	0	False	False	0.999123215675354	0					non-mobilizable	no_good_hit	980.0	90.0	52.0	0.0002731630766705805	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0151_000000004308	3959	0.6276100698279805	5	5	4	4	4	False	55562	maximal	True	SPA0151_000000004308	1.0		1592	15	False	False	1.0	0					non-mobilizable	other	3959.0	99.773	100.0	0.0014211696103812166	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
FIJ0046_000000001210	17709	0.6276075807532951	16	11	8	11	8	False	47005	maximal	True	FIJ0046_000000001210	1.0		5	2	False	False	0.9992659091949463	0					non-mobilizable	no_good_hit	268.0	88.43299999999999	2.0	0.16551724137931034	KU546161.1	bacteria	Uncultured bacterium clone PE_03D_000_Contig_62 genomic sequence	True	False
ISR0277_000000003243	2698	0.6276063723002395	4	2	2	1	1	False	32678	fragment	False	ISR0277_000000003243	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2702.0	97.927	100.0	0.018770500917329184	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
MON0013_000000014948	3277	0.6276050349775224	5	4	4	4	3	False	95322	fragment	False	MON0013_000000014948	0.990313961255845		0	0	False	False	0.9990845322608948	0					non-mobilizable	no_good_hit	1923.0	78.575	58.0	0.005238453643516935	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0824_000000006926	2870	0.6276049176038863	3	3	3	2	2	False	97348	maximal	True	ISR0824_000000006926	1.0		3	3	False	False	0.9961672425270081	0					non-mobilizable	no_good_hit	2344.0	96.758	81.0	0.019637614294102844	NZ_BAKJ01000009.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
FIJ0040_000000003711	6445	0.6276001302617352	5	5	1	4	5	True	60606	fragment	False	FIJ0040_000000003711	1.0		0	0	False	False	0.9998448491096497	0			MPF_F		non-mobilizable	plasmid	6445.0	99.75200000000001	100.0	0.04883520014550525	CP026937.1	enterobacteria	Escherichia coli strain CFS3292 plasmid pCFS3292-2, complete sequence	False	True
DEN0073_000000002506	12527	0.6275975587577381	13	7	6	7	2	True	70238	maximal	True	DEN0073_000000002506	1.0		1	1	False	False	0.9997605085372925	0					non-mobilizable	no_good_hit								True	True
ISR0105_000000015315	1318	0.6275932412902874	1	1	1	1	0	False	32933	maximal	True	ISR0105_000000015315	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	4.0	0.00010645454277773876	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0002_000000010991	3243	0.627585183623915	4	3	2	2	3	False	132093	maximal	True	AST0002_000000010991	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	81.197	33.0	0.034776040982529885	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	False
ENG0157_000000002633	8327	0.6275844133485264	12	10	9	8	9	True	73136	maximal	True	ENG0157_000000002633	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2519.0	99.008	31.0	0.0010921647373057536	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	True	True
MON0032_000000026228	1222	0.6275732731086434	2	2	2	2	2	False	89332	fragment	False	MON0025_000000031806	0.9444858420268256		0	0	False	False	0.9934533834457397	0					non-mobilizable	other	1207.0	74.482	97.0	0.0003279626328095928	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0193_000000003848	5248	0.6275712873487429	6	6	3	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7360171306683211	PS1159|PS463	0	0	True	True	1.0	246		MOBV			mobilizable	other	2860.0	99.545	92.0	0.024315566555252213	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0030_000000020120	1776	0.6275692481608657	2	2	2	2	1	False	94897	fragment	False	MON0030_000000020120	1.0		0	0	False	False	0.9988738894462585	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0001798117969858215	NZ_LXNG01000004.1	g-proteobacteria	Xanthomonas floridensis strain WHRI 8848 scf_21893_12, whole genome shotgun sequence	True	False
ISR0786_000000011408	1279	0.6275661789354715	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.34227438953140393		0	0	False	False	0.989835798740387	0					non-mobilizable	other	1278.0	99.68700000000001	99.0	0.015868081031673982	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0172_000000006606	3863	0.6275598532473776	4	4	4	4	2	False	109989	fragment	False	FIJ0172_000000006606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	92.975	46.0	0.00017343770205626807	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
CHI0046_000000007108	1620	0.6275542197851193	2	2	2	2	1	False	87044	maximal	True	CHI0046_000000007108	1.0		172	10	False	False	0.9870370626449585	0					non-mobilizable	other	1622.0	94.821	100.0	0.03670619176094497	NZ_RCXZ01000050.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0050, whole genome shotgun sequence	False	False
FIJ0012_000000017021	1470	0.6275531172407429	2	1	1	1	1	True	50746	maximal	True	FIJ0012_000000017021	1.0		1	1	False	False	0.9972789287567139	0					non-mobilizable	no_good_hit	62.0	83.87100000000001	4.0	0.00010832677749147149	NZ_KI912403.1	bacteria	Brachyspira alvinipulli ATCC 51933 T324DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
AST0111_000000010483	1859	0.627544110763342	6	3	3	3	2	False	106795	fragment	False	ENG0015_000000008282	0.4805764411027569		0	0	False	False	0.9967724680900574	0					non-mobilizable	chromosome	1009.0	97.721	100.0	0.0003177191797423764	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0033_000000017598	2065	0.6275429868300287	3	3	3	3	3	False	56136	maximal	True	FIJ0033_000000017598	1.0		36	7	False	False	0.9995157122612	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	5.0	0.004493351673544246	NZ_JNVB01000072.1	enterobacteria	Erwinia oleae strain DAPP-PG531 contig72, whole genome shotgun sequence	True	False
SPA0144_000000012529	1484	0.6275354740403779	3	1	1	1	1	False	116451	fragment	False	ISR0099_000000012998	0.9872031066357383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	92.09899999999999	55.0	0.00044756278682428594	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0074_000000006936	3997	0.6275307491606751	5	5	5	5	5	False	34737	maximal	True	ISR0074_000000006936	1.0		15	7	False	False	0.9997498393058777	0					non-mobilizable	no_good_hit	464.0	77.586	12.0	0.004901804416940466	NZ_RYFV01000008.1	high GC Gram+	Actinomyces oricola strain R5292 Scaffold7_1, whole genome shotgun sequence	True	False
ISR0140_000000008476	3074	0.6275290974770986	6	2	2	1	1	False	31255	fragment	False	ISR0140_000000008476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	92.012	29.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
USA0120_01_000000008129	1612	0.6275289572163829	2	1	1	1	1	True	88658	fragment	False	ITA0005_000000009796	0.7319128982184436		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	99.62700000000001	99.0	0.0003393959259394583	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0207_000000019116	1576	0.6275289572163829	2	1	1	1	1	True	88658	fragment	False	ITA0005_000000009796	0.7240077348997923		0	0	False	False	0.9987309575080872	0					non-mobilizable	other	1576.0	99.87299999999999	100.0	0.002824934757459173	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0772_000000004764	1269	0.6275289572163829	2	1	1	1	1	True	88657	fragment	False	USA0016_01_000000009120	0.4922040192137382		0	0	False	False	0.9936957955360413	0					non-mobilizable	other	1269.0	99.685	100.0	0.002274296680925861	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0146_000000034252	1258	0.6275289572163829	2	1	1	1	1	True	88657	fragment	False	USA0016_01_000000009120	0.4272182161550716		0	0	False	False	0.9912559390068054	0					non-mobilizable	other	1258.0	99.921	100.0	0.0022545669778578923	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0012_000000019973	1189	0.6275289572163829	1	1	1	1	1	True	88657	fragment	False	USA0016_01_000000009120	0.4145383298203941		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	99.916	100.0	0.0021308079313406333	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0150_000000015722	1160	0.6275289572163829	2	1	1	1	1	True	88657	fragment	False	USA0016_01_000000009120	0.40750685388169255		0	0	False	False	0.990517258644104	0					non-mobilizable	other	1160.0	99.914	100.0	0.05710766198571077	NZ_BAKJ01000059.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0023_000000029159	1159	0.6275289572163829	2	1	1	1	1	True	88657	fragment	False	USA0016_01_000000009120	0.4060270929813455		0	0	False	False	0.970664381980896	0					non-mobilizable	other	1159.0	99.741	100.0	0.05705838876570584	NZ_BAKJ01000059.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
CHI0047_000000013734	1129	0.6275289572163829	1	1	1	1	1	True	88657	fragment	False	USA0016_01_000000009120	0.2683213284559135		0	0	False	False	0.9627989530563354	0					non-mobilizable	other	1129.0	99.911	100.0	0.0020231913691517124	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0004_000000002930	3218	0.6275264692027389	4	4	3	4	3	False	20037	maximal	True	MAD0004_000000002930	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	78.457	10.0	6.155449232127824e-05	NZ_SRRO01000001.1	high GC Gram+	Nocardioides eburneiflavus strain MMS17-SY213 EXE59_contig1, whole genome shotgun sequence	True	False
ENG0129_000000011080	2401	0.6275259627814098	3	2	1	2	2	True	73911	fragment	False	FIJ0122_000000006648	0.977953074433657		0	0	False	False	0.997501015663147	0					non-mobilizable	other	2401.0	99.125	100.0	0.09651204891982137	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0013_000000022770	1198	0.6275232966565912	1	1	1	1	1	False	38065	maximal	True	ISR0013_000000022770	1.0		4	1	False	False	0.9966611266136169	0					non-mobilizable	no_good_hit								True	False
MAD0056_000000004741	2763	0.6275230723475173	2	2	0	2	0	True	17065	maximal	True	MAD0056_000000004741	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2268.0	97.531	82.0	0.024322177618444497	NZ_QEKH01000021.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_121, whole genome shotgun sequence	True	True
ISR0053_000000000326	41059	0.627522539341599	44	19	10	16	7	False	35759	maximal	True	ISR0053_000000000326	1.0		1	1	False	False	0.999902606010437	0					non-mobilizable	no_good_hit	11041.0	95.29	73.0	0.0029791108038326646	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0117_000000006003	3493	0.6275222979913095	4	4	4	4	3	False	117909	fragment	False	FIJ0117_000000006003	0.9477048227774549		0	0	False	False	1.0	0					non-mobilizable	chromosome	3491.0	95.99	99.0	0.0010990940275413359	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0121_01_000000011585	4083	0.6275209094770537	4	4	3	3	4	False	85904	maximal	True	USA0121_01_000000011585	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	93.443	20.0	0.00019422063173883992	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0058_000000010182	3819	0.6275157150908263	5	5	5	4	4	False	46050	fragment	False	FIJ0058_000000010182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	78.44	49.0	0.000537049381467855	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0174_000000017881	1370	0.6275078866691033	2	2	2	2	1	False	117885	fragment	False	ISR0122_000000008533	0.28950138022751126		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	99.615	100.0	0.0004164007309646756	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0105_000000016944	1204	0.6275078866691033	2	2	2	2	1	False	117885	fragment	False	ISR0122_000000008533	0.1526096982532842		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	99.65799999999999	100.0	0.0003749853922642568	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0239_000000002715	4651	0.6275029992561395	5	5	5	5	5	False	27274	maximal	True	ISR0239_000000002715	1.0		53	10	False	False	0.9982799291610718	0					non-mobilizable	no_good_hit	715.0	75.944	15.0	0.00682728603343348	NZ_BBAB01000011.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
USA0031_01_000000008385	3568	0.6274937697555399	4	3	1	3	3	True	23846	maximal	True	USA0031_01_000000008385	1.0		1	1	False	False	0.996076226234436	0					non-mobilizable	no_good_hit	224.0	89.286	23.0	9.90683558267589e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0821_000000026127	1266	0.6274929993697536	2	2	2	2	1	False	21210	maximal	True	ISR0821_000000026127	1.0		230	13	False	False	0.9992101192474365	0					non-mobilizable	no_good_hit	644.0	82.14299999999999	51.0	0.00027706854465362927	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0056_000000018065	1977	0.6274888249526902	3	2	1	2	1	False	6373	maximal	True	SPA0056_000000018065	1.0		3	2	False	False	0.999494194984436	0					non-mobilizable	no_good_hit	1427.0	90.329	72.0	0.02844236573324539	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
AUS0022_000000009483	3752	0.6274878378824817	3	2	1	1	2	False	99361	maximal	True	AUS0022_000000009483	1.0		1	1	False	False	0.984808087348938	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.186635117338502e-06	NC_011837.1	firmicutes	Clostridium kluyveri NBRC 12016, complete genome	True	False
ISR0344_000000001803	12476	0.62748746604378	20	8	6	7	6	False	59491	maximal	True	ISR0344_000000001803	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	0.0	1.7876518338198856e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0049_000000003407	4405	0.6274825206579874	5	3	2	1	3	False	92104	maximal	True	CHI0049_000000003407	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	3038.0	82.851	92.0	0.0005991606960163597	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0028_000000010817	2636	0.6274733252347156	3	3	3	2	1	False	131972	fragment	False	ISR0107_000000008116	0.8537982026477327		0	0	False	False	1.0	0					non-mobilizable	chromosome	2636.0	99.09	100.0	0.0005864224182057566	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0153_000000006017	2622	0.6274733252347156	3	3	3	2	1	False	131972	fragment	False	ISR0107_000000008116	0.8527567289693095		0	0	False	False	1.0	0					non-mobilizable	chromosome	2622.0	98.932	100.0	0.0005833067013727848	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0087_000000006991	4666	0.6274722720342937	7	3	3	2	2	False	111034	maximal	True	AST0087_000000006991	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1499.0	98.065	60.0	0.02572347266881029	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CHI0065_000000006939	1931	0.6274696672473692	4	3	2	3	3	False	125017	fragment	False	CHI0065_000000006939	0.9681962321686293		0	0	False	False	0.9906784296035767	0					non-mobilizable	other	1931.0	98.291	100.0	0.06123745394486088	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ITA0011_000000000369	5106	0.6274626553325998	8	7	7	7	5	False	120973	maximal	True	ITA0011_000000000369	1.0		45	5	False	False	1.0	0					non-mobilizable	no_good_hit	2785.0	81.4	86.0	0.0006392471628157857	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0227_000000019244	1362	0.6274607086522269	2	2	2	2	2	False	66580	fragment	False	ISR0119_000000021192	0.6392527899078118		0	0	False	False	0.9831130504608154	0					non-mobilizable	other	1362.0	99.486	100.0	0.02668051988786732	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	False	False
ENG0104_000000019813	1603	0.6274582164876531	3	3	3	2	1	True	92768	maximal	True	ENG0104_000000019813	0.9953947368421052		88	10	False	False	0.9975046515464783	0					non-mobilizable	other	1603.0	99.00200000000001	100.0	0.062324929971988796	NZ_AGDG01000017.1	CFB group bacteria	Bacteroides faecis MAJ27 contig017, whole genome shotgun sequence	False	True
SPA0069_000000015225	1469	0.6274509197950727	3	2	2	2	2	False	5939	maximal	True	SPA0069_000000015225	1.0		23	6	False	False	0.9965963363647461	0					non-mobilizable	no_good_hit	85.0	82.353	6.0	2.3916643323026255e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0017_000000016758	1735	0.627449836179808	2	2	2	2	2	False	50116	fragment	False	FIJ0017_000000016758	1.0		0	0	False	False	0.999423623085022	0					non-mobilizable	no_good_hit	55.0	100.0	3.0	2.170623029104437e-05	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
SPA0007_000000014966	1728	0.6274276519610439	3	2	2	2	1	False	8201	maximal	True	SPA0007_000000014966	1.0		9	4	False	False	0.9878472089767456	0					non-mobilizable	no_good_hit								True	False
ISR0288_000000001529	12937	0.6274276149144896	14	7	6	7	3	True	132442	fragment	False	ISR0288_000000001529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	79.78699999999999	4.0	0.00014530609311630508	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
USA0101_01_000000013646	2371	0.6274156198192709	3	2	2	2	2	False	99847	maximal	True	USA0101_01_000000013646	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	1.5820024172996935e-05	CP042275.2	a-proteobacteria	Agrobacterium tumefaciens strain 186 chromosome Linear, complete sequence	True	False
FIJ0137_000000006036	1864	0.6274113954656663	3	3	3	2	2	False	106609	fragment	False	ENG0027_000000009711	0.25221879845213685		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	90.137	94.0	0.006823523862680513	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0033_000000009332	3591	0.6274087027309174	5	3	3	3	3	False	105116	fragment	False	ISR0227_000000006955	0.8767977671730793		0	0	False	False	0.9991645812988281	0					non-mobilizable	no_good_hit								True	False
ISR0154_000000005116	4774	0.6274071881699903	5	5	5	4	5	False	30639	maximal	True	ISR0154_000000005116	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3568.0	97.057	75.0	0.001328303629281517	NZ_RYYU01000001.1	CFB group bacteria	Prevotella koreensis strain KCOM 3155 KCOM3155_1, whole genome shotgun sequence	True	False
CHI0024_000000009136	1396	0.6274003534974125	3	1	1	1	1	True	89000	fragment	False	CHI0024_000000009136	1.0		0	0	False	False	0.9928366541862488	0					non-mobilizable	other	1407.0	94.385	100.0	0.00026954126113802894	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
TAN0002_000000029360	1432	0.6274001203233752	2	2	2	2	1	False	3021	fragment	False	TAN0002_000000029360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	95.833	7.0	1.7157624172829113e-05	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
MAD0016_000000003003	1888	0.6273997538705245	3	3	3	2	2	False	122999	fragment	False	MAD0108_000000009258	0.7247443520288555		0	0	False	False	0.9952330589294434	0					non-mobilizable	chromosome	1889.0	88.301	100.0	0.0006351531520190431	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0020_000000005949	4557	0.6273987032937255	6	5	5	5	5	False	7733	maximal	True	SPA0020_000000005949	1.0		107	8	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	97.09700000000001	51.0	0.0003356485482648637	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0192_000000003195	5081	0.6273945522458644	9	7	5	5	5	False	130509	fragment	False	ISR0203_000000002513	0.5550626616237747		0	0	False	False	1.0	0					non-mobilizable	other	2972.0	97.645	99.0	0.016937142857142855	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0018_000000004305	5065	0.6273945522458644	8	7	5	5	5	False	130509	fragment	False	ISR0203_000000002513	0.5375986161900456		0	0	False	False	0.9992102384567261	0					non-mobilizable	other	2974.0	97.68	100.0	0.016937142857142855	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0026_000000002971	8794	0.6273911359408637	6	6	5	5	6	False	49145	maximal	True	FIJ0026_000000002971	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	96.37	18.0	0.02054794520547945	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
CAN0007_000000033979	1173	0.6273868110413725	2	2	2	2	2	False	95158	fragment	False	CAN0007_000000033979	0.9811237928007024		0	0	False	False	0.9948849081993103	0					non-mobilizable	other	1117.0	79.141	95.0	0.008131032465633226	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	False	False
ISR0227_000000022688	1161	0.6273867285896443	2	1	1	1	1	False	27620	maximal	True	ISR0227_000000022688	1.0		3	2	False	False	0.9982773661613464	0					non-mobilizable	no_good_hit	534.0	72.65899999999999	45.0	0.0006722119879514981	NZ_JHVC01000001.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0056_000000000481	29418	0.6273861037990318	31	26	4	16	20	True	115131	fragment	False	ENG0091_000000000469	0.9097394803169004		0	0	False	False	1.0	0					non-mobilizable	other	29423.0	99.90799999999999	100.0	0.012916957272585131	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0171_000000017977	1625	0.6273858884547997	2	1	1	1	1	False	33128	fragment	False	ISR0171_000000017977	1.0		0	0	False	True	0.9944615364074707	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	3.0	1.4181648002042157e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
ISR0101_000000016265	1452	0.6273858884547997	2	1	1	1	1	False	33126	backbone	True	ISR0101_000000016265	1.0	PS103	4	2	True	True	1.0	6					non-mobilizable	no_good_hit	36.0	100.0	2.0	1.0340785001489074e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
ISR0278_000000009909	1245	0.6273858884547997	2	1	1	1	1	False	26261	fragment	False	ISR0278_000000009909	1.0		0	0	False	False	0.9983935952186584	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000003266	6686	0.6273803583102449	8	3	1	3	1	True	67934	maximal	True	ENG0003_000000003266	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	1764.0	98.413	26.0	0.0005990654850272706	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
SPA0030_000000023451	1289	0.6273711876057002	1	1	1	1	1	False	7305	maximal	True	SPA0030_000000023451	1.0		3	3	False	False	0.9976726174354553	0					non-mobilizable	no_good_hit	1151.0	73.936	89.0	0.0006595494618780989	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0123_000000002890	3835	0.6273652235907818	4	4	4	4	4	False	83165	maximal	True	SPA0123_000000002890	0.973162058896785		94	9	False	False	1.0	0					non-mobilizable	other	3835.0	99.81700000000001	100.0	0.11887330934359101	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
ISR0331_000000002920	6506	0.6273651820458613	5	3	2	2	1	False	24624	fragment	False	ISR0331_000000002920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	100.0	5.0	5.764076140997759e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0288_000000017621	1697	0.6273645653794934	3	3	3	3	3	False	131586	fragment	False	ISR0288_000000017621	1.0		0	0	False	False	0.9941072463989258	0					non-mobilizable	chromosome	1679.0	99.762	99.0	0.0007092519336414085	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0160_000000011005	1702	0.6273610469605062	3	3	2	2	3	False	39332	fragment	False	FIJ0160_000000011005	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1702.0	95.12299999999999	100.0	0.0003196877472012287	LR134202.1	enterobacteria	Klebsiella quasipneumoniae strain NCTC9180 genome assembly, chromosome: 1	False	False
ISR0144_000000001022	4979	0.6273590770859964	5	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.2233658339796209	PS1101	0	0	False	True	0.9929704666137695	0					non-mobilizable	chromosome	4531.0	97.396	99.0	0.0009035311361978883	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0074_000000009252	1488	0.6273574633547809	3	2	2	1	1	False	84721	maximal	True	CHI0074_000000009252	1.0		4	3	False	False	0.9993279576301575	0					non-mobilizable	no_good_hit	452.0	100.0	30.0	8.460611445200001e-05	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
TAN0007_000000019207	2062	0.6273564655405128	3	1	1	1	1	False	2823	maximal	True	TAN0007_000000019207	1.0		1	1	False	False	0.9922405481338501	0					non-mobilizable	no_good_hit	1087.0	90.34	53.0	0.0002457095848458274	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0086_000000001371	4643	0.6273555588703498	15	5	3	3	4	False	16039	maximal	True	MAD0086_000000001371	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	95.132	21.0	0.032232730128603684	NZ_CBYM010000040.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0045_000000019778	2053	0.627351238006712	1	1	1	1	0	True	118997	maximal	True	MAD0045_000000019778	1.0		1	1	False	False	0.9995129108428955	0					non-mobilizable	no_good_hit	781.0	78.361	40.0	0.00018952251848702677	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0096_000000010150	3326	0.6273495009989879	4	3	3	3	3	False	121156	fragment	False	MON0096_000000010150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	71.45	20.0	0.03356382173320547	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
ENG0107_000000002796	8437	0.6273494365356136	11	10	8	9	9	False	111446	fragment	False	ISR0179_000000003041	0.9828800679521393		0	0	False	False	1.0	0					non-mobilizable	other	8446.0	98.484	100.0	0.01169044693797553	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
FIJ0078_000000010382	2404	0.6273487271677803	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8483843273832251		0	0	False	False	0.9975041747093201	0					non-mobilizable	other	2404.0	99.542	100.0	0.0052823098720453385	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0041_000000019080	1252	0.6273472317396074	2	2	2	2	2	False	64731	fragment	False	ISR0395_000000028518	0.9248080190282025		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	95.04799999999999	100.0	0.0003474015695552927	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0292_000000014078	1440	0.62734716566937	2	2	2	2	1	False	69960	fragment	False	ISR0292_000000014078	0.9913338357196684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	84.906	7.0	0.0035728868926092282	NZ_CABIWU010000026.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0026_000000005534	1977	0.6273392166084555	3	2	2	2	2	False	108264	fragment	False	ISR0819_000000009159	0.27760563313967734		0	0	False	False	0.9984825253486633	0					non-mobilizable	no_good_hit	1483.0	82.603	75.0	0.000513780040795669	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0070_000000016359	2069	0.6273364423472666	3	2	1	2	1	False	70610	maximal	True	DEN0070_000000016359	1.0		6	3	False	False	0.9995166659355164	0					non-mobilizable	no_good_hit	679.0	82.76899999999999	32.0	0.0021969687062731304	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ISR0189_000000005044	2693	0.6273307873617712	4	4	2	3	2	False	88520	fragment	False	ISR0189_000000005044	1.0		0	0	False	False	0.9981433153152466	0					non-mobilizable	other	2054.0	99.65899999999999	100.0	0.018664824125171602	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
SPA0050_000000016446	1569	0.6273295644762287	2	2	2	2	2	False	127817	fragment	False	SPA0050_000000016446	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1569.0	95.921	100.0	0.0005044281702343544	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0005_000000040742	1342	0.6273267648941034	3	3	2	3	2	False	14103	maximal	True	MON0005_000000040742	1.0		26	4	False	False	0.9992548227310181	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.43007852015993e-05	CP018781.1	a-proteobacteria	Ochrobactrum pituitosum strain AA2 plasmid pOAAA2, complete sequence	True	False
SPA0071_000000005789	4185	0.6273243398162945	8	3	1	1	3	True	80126	maximal	True	SPA0071_000000005789	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1760.0	99.943	46.0	0.019101501840650688	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0072_000000004972	4027	0.6273243398162945	7	3	1	1	3	True	80126	maximal	False	SPA0071_000000005789	0.9811230585424133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1760.0	99.943	46.0	0.019101501840650688	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0061_000000005072	3597	0.6273243398162945	3	3	1	1	3	True	77761	maximal	True	SPA0061_000000005072	1.0		3	1	False	False	0.9966638684272766	0					non-mobilizable	no_good_hit	1280.0	77.812	35.0	0.0027562323276868403	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
CHI0141_000000008613	3207	0.6273243398162945	3	3	1	1	3	True	80125	fragment	False	CHI0141_000000008613	1.0		0	0	False	False	0.9993763566017151	0					non-mobilizable	no_good_hit	1346.0	85.36399999999999	48.0	0.0003827746822541658	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
CHI0167_000000006075	3110	0.6273241698758361	4	4	4	4	4	False	96635	fragment	False	ISR0207_000000007572	0.6992914808758349		0	0	False	False	0.9903537034988403	0					non-mobilizable	other	3115.0	94.061	100.0	0.0008414406263865722	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0271_000000005409	2935	0.6273231517794721	6	2	1	1	2	True	110212	fragment	False	CHI0064_000000005241	0.8567884180859371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	89.031	67.0	0.00042509103235612516	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ENG0125_000000009362	2745	0.6273231517794721	6	2	1	1	2	True	110212	fragment	False	CHI0064_000000005241	0.7383859487118216		0	0	False	False	0.9981784820556641	0					non-mobilizable	no_good_hit	1563.0	89.06	65.0	0.00042618451411138207	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0360_000000008910	2731	0.6273231517794721	5	2	1	1	2	True	110212	fragment	False	CHI0064_000000005241	0.7349826661880966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	89.47399999999999	57.0	0.0004248176619173109	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0032_000000012357	2660	0.6273231517794721	5	2	1	1	2	True	110212	fragment	False	CHI0064_000000005241	0.6246911975361295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1563.0	88.99600000000001	59.0	0.00042618451411138207	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
MAD0108_000000014396	1262	0.6273183730345273	2	2	1	2	0	True	14605	maximal	True	MAD0108_000000014396	1.0		0	0	False	False	0.9754357933998108	0					non-mobilizable	no_good_hit								True	True
USA0084_01_000000019092	1694	0.6273093391140359	2	2	2	2	2	False	95826	maximal	True	USA0084_01_000000019092	1.0		275	12	False	False	1.0	0					non-mobilizable	other	1698.0	91.755	100.0	0.0002723084041281633	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
CAN0005_000000011667	1447	0.6273093391140359	2	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.9768046112814416		0	0	False	False	1.0	0					non-mobilizable	chromosome	1447.0	98.89399999999999	100.0	0.0002755257966509029	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
SPA0048_000000014143	1439	0.6273093391140359	2	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.9745036272901336		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	98.681	100.0	0.0011586542528976428	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
SPA0115_000000020241	1412	0.6273093391140359	2	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.9610855684941584		0	0	False	False	0.9992917776107788	0					non-mobilizable	chromosome	1412.0	98.867	100.0	0.00026885216143790523	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
AST0089_000000009421	2347	0.6273084743623689	2	2	2	2	2	False	110258	maximal	True	AST0089_000000009421	0.9682539682539681		260	11	False	False	1.0	0					non-mobilizable	other	2347.0	99.574	100.0	0.030699975136422523	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
CHI0106_000000015988	1280	0.6273052287573244	1	1	1	1	1	False	83135	fragment	False	ISR0087_000000029136	0.9666919000757003		0	0	False	False	0.987500011920929	0					non-mobilizable	other	1280.0	97.969	100.0	0.07375158574558874	NZ_WNCH01000047.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold47_size17342, whole genome shotgun sequence	False	False
FIJ0037_000000019439	1654	0.6273031408763262	2	2	2	1	1	False	47773	fragment	False	FIJ0037_000000019439	1.0		0	0	False	False	0.9987908005714417	0					non-mobilizable	other	1654.0	97.219	100.0	0.11475182228392919	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0003_000000002813	7742	0.6273001683993406	10	5	4	4	5	False	102896	fragment	False	ISR0003_000000002813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	83.941	21.0	0.0004361323041007522	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0041_000000062546	1135	0.627297260798067	2	2	2	2	2	False	11743	maximal	True	MON0041_000000062546	1.0		13	2	False	False	0.9559471607208252	0					non-mobilizable	no_good_hit	371.0	76.55	32.0	0.011685234985273402	GU942938.1		Uncultured organism clone 21 genomic sequence	True	False
CHI0047_000000004445	3451	0.6272968575200742	8	6	5	5	5	False	112932	maximal	True	CHI0047_000000004445	1.0		7	1	False	False	1.0	0					non-mobilizable	other	723.0	98.064	92.0	0.00021584770599031197	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0021_000000009627	5163	0.6272925361938968	5	5	4	5	2	True	85223	maximal	True	FIJ0021_000000009627	1.0		2	1	False	False	0.9994189143180847	0					non-mobilizable	no_good_hit	1520.0	81.053	29.0	0.02656123987517094	NZ_SRMQ01000012.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000012, whole genome shotgun sequence	True	True
SPA0054_000000002004	10336	0.6272910269058222	8	6	6	6	4	False	130488	fragment	False	CHI0076_000000000512	0.9291908976219869		0	0	False	False	1.0	0					non-mobilizable	other	8879.0	99.617	99.0	0.014166448590376133	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0076_000000000865	9422	0.6272910269058222	8	6	6	6	4	False	130488	fragment	False	CHI0076_000000000512	0.7957784119951843		0	0	False	False	0.999893844127655	0					non-mobilizable	other	7973.0	99.79899999999999	100.0	0.012720762352160232	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0008_000000002857	9409	0.6272910269058222	9	6	6	6	4	False	130488	fragment	False	CHI0076_000000000512	0.6399293571328623		0	0	False	False	0.9986183643341064	0					non-mobilizable	other	7524.0	99.575	99.0	0.012004301953750806	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0095_000000004123	5058	0.6272830281455117	5	4	2	3	3	False	84586	maximal	True	SPA0095_000000004123	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	3791.0	95.779	88.0	0.026248123644854616	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	True	False
ISR0153_000000013951	2039	0.6272818750737109	3	3	3	3	2	False	83778	fragment	False	ISR0288_000000015151	0.9591814191112569		0	0	False	False	0.9960765242576599	0					non-mobilizable	no_good_hit	199.0	76.884	10.0	0.00073054502405179	NZ_FOIJ01000011.1	d-proteobacteria	Stigmatella erecta strain DSM 16858, whole genome shotgun sequence	True	False
FIJ0056_000000007319	3051	0.627277600548537	7	4	2	3	3	True	90722	fragment	False	FIJ0056_000000007319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2472.0	98.139	81.0	0.0006749516134323299	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
MON0019_000000030396	2205	0.6272774263151129	3	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.43372932993168584		0	0	False	False	1.0	0					non-mobilizable	chromosome	2205.0	97.77799999999999	100.0	0.0007418534960519189	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0015_000000012422	1402	0.627273044338834	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.14332785094866723		0	0	False	False	0.9992867112159729	0					non-mobilizable	chromosome	1402.0	100.0	100.0	0.00030651069407279204	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
FIJ0026_000000013391	2410	0.6272707346972299	3	3	3	3	3	False	131913	fragment	False	AST0002_000000014689	0.974929803449659		0	0	False	False	0.9991701245307922	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	2.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
AST0108_000000005193	4535	0.6272691801410071	7	4	4	1	0	True	107299	maximal	True	AST0108_000000005193	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	99.6	65.0	0.000188396581026371	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	True
MAD0012_000000009918	2798	0.6272691801410071	5	4	4	1	0	True	19682	fragment	False	MAD0012_000000009918	1.0		0	0	False	False	0.9996426105499268	0					non-mobilizable	no_good_hit	2297.0	73.444	80.0	0.08750096324266009	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	True	True
SPA0090_000000002550	10100	0.6272681944409065	11	6	3	5	3	False	75291	fragment	False	SPA0090_000000002550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4008.0	97.33	60.0	0.5884168749081288	MK233957.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c1 sequence	True	False
CHI0173_000000006199	2681	0.6272677926647061	4	4	4	3	3	False	80852	maximal	False	SPA0107_000000011254	0.9623841210873401		0	0	False	False	0.99664306640625	0					non-mobilizable	no_good_hit	466.0	73.605	17.0	0.0007249393606709949	NZ_FCOU01000003.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
ISR0813_000000021608	1444	0.6272673979377512	2	1	1	1	1	False	21569	maximal	True	ISR0813_000000021608	1.0		58	10	False	False	0.9986149668693542	0					non-mobilizable	no_good_hit								True	False
ISR0005_000000001650	6942	0.6272662290649873	10	8	3	5	6	True	125618	fragment	False	ISR0056_000000002323	0.9728439643943816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2172.0	93.554	56.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
SPA0057_000000005834	4936	0.6272633107174754	7	4	2	3	3	False	71238	fragment	False	SPA0057_000000005834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	2.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
USA0081_01_000000005713	5459	0.6272598198013063	8	4	2	4	2	False	585	maximal	True	USA0081_01_000000005713	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	90.04	5.0	0.0014456404361305605	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
DEN0061_000000015728	2629	0.6272573253902276	3	3	3	3	2	False	71882	fragment	False	DEN0061_000000015728	1.0		0	0	False	False	0.9851654767990112	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	4.790884208110967e-05	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	True	False
ISR0836_000000009073	2209	0.6272561622472553	2	2	2	1	1	False	20930	maximal	True	ISR0836_000000009073	1.0		77	9	False	False	0.9923042058944702	0					non-mobilizable	no_good_hit	377.0	100.0	17.0	5.3071154303251966e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ENG0038_000000000545	28888	0.627255460867835	28	12	7	12	4	True	88432	maximal	True	ENG0038_000000000545	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	93.421	0.0	8.070564713554137e-05	NZ_RRCO01000001.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_1, whole genome shotgun sequence	True	True
SPA0043_000000004411	3993	0.627254989406703	4	4	3	4	3	True	6817	maximal	True	SPA0043_000000004411	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2759.0	80.75399999999999	98.0	0.0035645385235313094	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MAD0104_000000000835	10670	0.6272548371970557	21	7	4	7	4	False	14897	maximal	True	MAD0104_000000000835	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	77.233	13.0	0.0003998252615523586	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0150_000000005551	4035	0.6272439527426696	6	4	3	4	3	False	106741	maximal	True	ISR0150_000000005551	1.0		182	10	False	False	0.9997521638870239	0					non-mobilizable	no_good_hit	2422.0	99.009	60.0	0.08706440824252885	NZ_CYZK01000030.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0019_01_000000013021	2314	0.6272432199752681	3	3	3	3	3	False	1832	maximal	True	USA0019_01_000000013021	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	96.641	76.0	0.0003134251649998329	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CAN0013_000000014075	1610	0.6272391137720225	2	2	2	2	2	False	93843	maximal	True	CAN0013_000000014075	1.0		4	2	False	False	0.9795030951499939	0					non-mobilizable	no_good_hit	703.0	74.253	43.0	0.00019587928440266934	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0021_000000009357	1624	0.6272377981555474	3	1	1	1	1	False	66516	fragment	False	ISR0137_000000013507	0.7627866624792984		0	0	False	False	1.0	0					non-mobilizable	other	1631.0	91.90700000000001	100.0	0.0005058458482997544	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0355_000000005569	3279	0.627235869312755	5	4	3	3	2	True	61320	maximal	True	ISR0355_000000005569	1.0		40	9	False	False	0.9990850687026978	0					non-mobilizable	no_good_hit	964.0	99.274	60.0	0.00021409425666563106	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0073_000000012375	2169	0.6272314414956497	4	1	1	1	1	False	74024	fragment	False	ENG0200_000000009151	0.9399959232992066		0	0	False	False	0.9995389580726624	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	1.4196090950546013e-05	NZ_WTYS01000001.1	a-proteobacteria	Altererythrobacter gangjinensis strain JCM 17802 NODE_1_length_2888119, whole genome shotgun sequence	True	False
FIJ0109_000000000477	33326	0.6272278008941106	24	15	5	15	7	True	50184	maximal	True	FIJ0109_000000000477	1.0		5	1	False	False	0.9993398785591125	0					non-mobilizable	no_good_hit	56.0	85.714	0.0	9.194118488350711e-05	NZ_AUIK01000009.1	actinobacteria	Solirubrobacter soli DSM 22325 G569DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	True
FIJ0091_000000006177	4104	0.6272275245421933	5	5	5	4	3	False	43389	maximal	True	FIJ0091_000000006177	1.0		110	8	False	False	0.9990253448486328	0					non-mobilizable	chromosome	3381.0	98.639	100.0	0.0013398996343818247	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0014_000000011231	3257	0.627222705013007	4	3	3	2	1	False	38046	maximal	True	ISR0014_000000011231	1.0		3	2	False	False	0.9917101860046387	0					non-mobilizable	no_good_hit	888.0	95.045	27.0	0.012050156910160443	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	True	False
ISR0123_000000012311	1820	0.6272206940504611	3	1	1	1	1	False	32110	fragment	False	ISR0123_000000012311	0.9680771663504112		0	0	False	False	0.9989010691642761	0					non-mobilizable	other	1676.0	90.69200000000001	92.0	0.05798759141797511	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0082_000000003250	7836	0.6272167441491384	7	5	4	5	5	True	118315	fragment	False	ISR0082_000000003250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	77.834	23.0	0.0006159086377787971	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
AST0059_000000003164	4294	0.6272132370306895	6	6	2	3	6	False	112899	maximal	True	AST0059_000000003164	1.0		2	1	False	False	0.998835563659668	0					non-mobilizable	other	4296.0	94.29700000000001	99.0	0.0023320758574416002	CP019935.1	firmicutes	Streptococcus thermophilus strain APC151, complete genome	False	False
FIJ0027_000000000785	17271	0.6272131143310095	21	3	2	3	2	True	49009	fragment	False	SPA0138_000000000558	0.6245690471623826		0	0	False	False	1.0	0					non-mobilizable	other	6989.0	96.709	95.0	0.0018851298352079633	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0076_000000000277	17131	0.6272131143310095	19	3	2	3	2	True	49009	fragment	False	SPA0138_000000000558	0.9219706477935915		0	0	False	False	1.0	0					non-mobilizable	other	5709.0	96.164	95.0	0.0015428214055789784	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0332_000000008361	1731	0.6271990638950345	3	2	1	2	1	False	91848	fragment	False	ISR0143_000000015255	0.8030292700141985		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	99.538	100.0	0.013910442480722379	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0061_000000043469	1075	0.6271978097367614	2	2	2	2	2	False	10783	fragment	False	MON0099_000000033011	0.9734748010610079		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	75.047	49.0	0.005985720266585197	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
ISR0002_000000011474	1798	0.6271915226269295	3	3	3	3	2	True	58321	fragment	False	ENG0132_000000009755	0.9492746066565807		0	0	False	False	1.0	0					non-mobilizable	other	1798.0	99.444	100.0	0.0005769252995709499	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0061_000000003308	1792	0.6271915226269295	3	3	3	3	2	True	58321	fragment	False	ENG0132_000000009755	0.9478272038035757		0	0	False	False	0.9988839030265808	0					non-mobilizable	other	1792.0	99.609	100.0	0.0005749990047476747	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
MON0012_000000034372	1608	0.6271908328741775	2	2	2	2	1	False	13595	fragment	False	MON0012_000000034372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	86.169	45.0	0.00021713688899757446	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
AST0002_000000031191	1203	0.62718870328086	2	2	1	2	0	False	130856	maximal	True	AST0002_000000031191	1.0		0	0	False	False	0.9991687536239624	0					non-mobilizable	no_good_hit	817.0	94.125	67.0	0.00036414314574160025	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0094_000000009503	3493	0.6271865748020463	6	2	2	2	2	False	68387	maximal	True	DEN0094_000000009503	1.0		3	3	False	False	0.9994274377822876	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.0002693119080748687	NZ_RYZZ01000016.1	firmicutes	Peribacillus cavernae strain L5 18849_L5_1__paired__trimmed__paired__contig_16, whole genome shotgun sequence	True	False
ISR0217_000000013080	1771	0.6271793366620702	4	4	4	3	1	False	31887	maximal	True	ISR0217_000000013080	1.0		14	7	False	False	0.9943534731864929	0					non-mobilizable	no_good_hit	992.0	81.452	66.0	0.7216946676406136	NZ_OFSM01000126.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ENG0115_000000000910	16716	0.6271782110598204	15	14	14	14	10	True	76731	maximal	True	ENG0115_000000000910	1.0		3	2	False	False	0.9996410608291626	0					non-mobilizable	no_good_hit	771.0	97.795	5.0	0.030279197797876523	NZ_CABMGA010000023.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
CHI0071_000000005219	2000	0.6271760830002908	5	5	3	2	4	False	94572	maximal	True	CHI0071_000000005219	0.95125		23	8	False	False	0.9980000257492065	0					non-mobilizable	chromosome	2002.0	99.55	100.0	0.000370463762867645	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
FIJ0129_000000012251	1758	0.6271747355312471	3	3	3	3	2	False	101430	fragment	False	FIJ0129_000000012251	0.9798833819241982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	72.66199999999999	23.0	7.223556352835228e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MON0094_000000009307	3502	0.6271709336857064	6	4	3	4	4	False	9350	maximal	True	MON0094_000000009307	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1639.0	78.279	47.0	0.00046306962826431376	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0812_000000017704	2246	0.6271682273108979	3	3	3	3	3	False	125951	fragment	False	ISR0333_000000007883	0.3386252586356733		0	0	False	False	1.0	0					non-mobilizable	other	2242.0	97.904	99.0	0.0061005815942524804	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0047_000000037532	1279	0.6271653181488445	2	2	2	2	2	False	17606	fragment	False	SPA0028_000000025896	0.9729102167182662		0	0	False	False	0.9695074558258057	0					non-mobilizable	no_good_hit	173.0	75.723	13.0	2.9344111938005674e-05	CP048349.1	enterobacteria	Raoultella ornithinolytica strain 23 chromosome, complete genome	True	False
CAN0017_000000006220	5980	0.6271574226758057	5	5	4	5	3	False	92564	maximal	True	CAN0017_000000006220	1.0		382	12	False	False	1.0	0					non-mobilizable	no_good_hit	919.0	90.53299999999999	15.0	0.9945652173913043	GQ880070.1		Uncultured organism clone VC1CE13TF genomic sequence	True	False
ISR0333_000000013551	1725	0.627156664564921	2	2	2	2	2	False	129426	fragment	False	ISR0806_000000006203	0.9788520144703032		0	0	False	False	1.0	0					non-mobilizable	chromosome	1762.0	74.461	100.0	0.0005481286245753894	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0068_000000010909	1894	0.6271525748792521	3	3	3	3	3	False	86769	maximal	True	ISR0068_000000010909	1.0		53	11	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	72.985	23.0	0.0007136875302392943	NZ_FCOU01000003.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
ISR0821_000000007368	3754	0.6271514581059666	3	2	1	2	2	False	33683	fragment	False	ISR0821_000000007368	0.9615901509804986		0	0	False	False	0.9997336268424988	0					non-mobilizable	other	3754.0	94.113	100.0	0.002659378472143489	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
ISR0154_000000004078	6240	0.627148172667775	8	6	5	4	4	False	122704	maximal	True	ISR0154_000000004078	1.0		2	1	False	False	0.9939102530479431	0					non-mobilizable	no_good_hit	3987.0	98.26899999999999	64.0	0.0268994713281614	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0088_000000012854	1340	0.6271399555347492	3	2	0	2	0	True	61314	fragment	False	ENG0088_000000012854	1.0		0	0	False	False	0.987313449382782	0					non-mobilizable	no_good_hit								True	True
ISR0013_000000007435	3246	0.6271374099709479	4	3	2	3	2	True	117455	fragment	False	ISR0013_000000007435	0.9739826551034023		0	0	False	False	0.9953789114952087	0					non-mobilizable	no_good_hit	1108.0	79.242	34.0	0.002298023783186997	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0128_000000000934	19968	0.627134056796522	32	9	2	7	6	False	53166	maximal	True	FIJ0128_000000000934	1.0		3	1	False	False	0.9993489384651184	0					non-mobilizable	no_good_hit	4375.0	91.01700000000001	54.0	0.17079663339205323	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
ENG0205_000000001285	12557	0.6271291841134492	20	4	4	4	4	False	54000	maximal	True	ENG0205_000000001285	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	70.221	4.0	0.001358413292175438	NZ_JABMKX010000006.1	firmicutes	Paenibacillus tritici strain LMG 29502 NODE_6_length_394578_cov_22.223609, whole genome shotgun sequence	True	False
FIJ0099_000000011443	1936	0.6271255985225423	3	3	2	3	2	False	92856	maximal	False	ENG0038_000000010528	0.718124763232612		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	98.19200000000001	100.0	0.01015177616571576	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
FIJ0140_000000004914	5258	0.6271213940011526	5	5	2	4	4	False	40408	maximal	True	FIJ0140_000000004914	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	73.858	31.0	0.01654482918790989	NZ_FNID01000011.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0279_000000003661	4903	0.62712060739417	4	3	2	2	2	True	45439	fragment	False	ISR0279_000000003661	0.9560092612081668		0	0	False	False	0.9916377663612366	0					non-mobilizable	other	4884.0	97.318	99.0	0.09962662966967947	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	False	True
FIJ0065_000000003078	4751	0.62712060739417	5	3	2	2	2	True	45439	fragment	False	ISR0279_000000003661	0.9418723230675097		0	0	False	False	0.9985266327857971	0					non-mobilizable	other	4475.0	98.771	94.0	0.09128190480076714	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	False	True
FIJ0027_000000007086	2457	0.6271188948761356	5	3	3	1	1	False	113721	fragment	False	FIJ0027_000000007086	1.0		0	0	False	False	0.9881969690322876	0					non-mobilizable	no_good_hit	1568.0	99.426	64.0	0.10850297742694917	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
CAN0022_000000023369	1407	0.6271150252135692	2	2	2	1	2	False	91247	fragment	False	CAN0022_000000023369	1.0		0	0	False	False	0.9928926825523376	0					non-mobilizable	no_good_hit	1075.0	84.0	77.0	0.0006116137304106013	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MAD0042_000000014899	1618	0.6271134373440659	2	2	2	2	2	False	18112	maximal	True	MAD0042_000000014899	1.0		47	9	False	False	0.977750301361084	0					non-mobilizable	other	1610.0	80.373	99.0	0.01136395960745271	NZ_KB291649.1	firmicutes	Clostridium celatum DSM 1785 Scfld81, whole genome shotgun sequence	False	False
SPA0069_000000007516	3221	0.6271119102271013	5	4	4	4	4	False	83010	maximal	True	SPA0069_000000007516	1.0		6	2	False	False	0.9975162744522095	0					non-mobilizable	other	3216.0	93.93700000000001	99.0	0.05514465581891362	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AUS0014_000000019168	1441	0.6271019651507984	2	2	2	2	2	False	100786	fragment	False	FIJ0138_000000012476	0.924734530963678		0	0	False	False	0.9993060231208801	0					non-mobilizable	other	1440.0	96.111	99.0	0.00039960899967231506	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0086_000000026829	1128	0.6271010752380788	1	1	1	1	1	False	9721	fragment	False	MON0086_000000026829	1.0		0	0	False	False	0.9920212626457214	0					non-mobilizable	other	1118.0	99.911	99.0	0.003246338060916066	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
FIJ0025_000000014075	1517	0.6270907588306166	2	2	2	2	2	False	58798	fragment	False	FIJ0025_000000014075	0.972307932748048		0	0	False	False	0.9986816048622131	0					non-mobilizable	no_good_hit	1034.0	69.923	66.0	0.0003232852745974808	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0043_000000004362	5578	0.6270894460514271	9	5	3	3	5	False	52589	fragment	False	FIJ0043_000000004362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.419	5.0	0.0489344909234412	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0125_000000021724	1233	0.627089247281714	2	2	2	2	2	False	58798	fragment	False	FIJ0025_000000014075	0.4796149803726028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	69.923	81.0	0.0003232852745974808	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ETH0001_000000034774	1099	0.6270820889566677	2	2	2	2	2	False	53403	fragment	False	ETH0001_000000034774	1.0		0	0	False	False	0.9972702264785767	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	4.0	0.00022136524099684263	NZ_SLZZ01000005.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_105, whole genome shotgun sequence	True	False
ISR0032_000000007063	4481	0.6270808825908292	8	6	3	4	6	True	36969	fragment	False	ISR0032_000000007063	1.0		0	0	False	False	0.9997768402099609	0					non-mobilizable	other	4505.0	91.765	99.0	0.0012700471001821328	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0170_000000006533	6670	0.6270766508102641	8	7	7	6	5	True	65135	maximal	True	ISR0170_000000006533	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	90.294	25.0	0.0004026291923566899	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
CAN0011_000000009322	3295	0.6270712987704883	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.32849761651215614		0	0	False	False	1.0	0					non-mobilizable	chromosome	3295.0	98.756	100.0	0.0011087411143353091	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0071_000000002351	4791	0.6270712199280067	5	3	1	3	1	False	62728	fragment	False	MON0071_000000002351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2351.0	99.277	71.0	0.012638800633286304	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
MAD0008_000000005143	2384	0.6270676930012331	3	3	3	3	3	False	19834	fragment	False	MAD0008_000000005143	1.0		0	0	False	False	0.9815436005592346	0					non-mobilizable	chromosome	2384.0	99.74799999999999	100.0	0.0006716620888606407	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ENG0078_000000016611	1562	0.6270645402490937	2	2	2	2	2	False	62566	maximal	True	ENG0078_000000016611	0.9807712679175375		267	12	False	False	1.0	0					non-mobilizable	other	1562.0	99.42399999999999	100.0	0.004989803029043787	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0027_000000025251	1631	0.6270633823479185	2	2	2	2	2	True	12637	maximal	True	MON0027_000000025251	1.0		2	1	False	False	0.9987737536430359	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000014924	2259	0.6270629517394549	3	2	2	2	2	False	104126	fragment	False	FIJ0005_000000014924	1.0		0	0	False	False	0.9995573163032532	0					non-mobilizable	chromosome	2171.0	99.309	100.0	0.0004829361091106231	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0283_000000011121	1181	0.6270604360100768	2	2	2	2	2	False	46642	fragment	False	ISR0283_000000011121	0.9781491002570695		0	0	False	False	0.9585097432136536	0					non-mobilizable	other	1181.0	99.74600000000001	100.0	0.0087097083723917	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
ENG0171_000000001736	11939	0.6270583388523686	17	11	6	8	10	True	87500	fragment	False	ENG0171_000000001736	0.9857336954040757		0	0	False	False	0.9999162554740906	0					non-mobilizable	other	11939.0	99.992	100.0	0.26108826874289215	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0101_000000012810	1855	0.6270581630303649	3	2	2	2	1	False	33210	fragment	False	ISR0101_000000012810	0.9692476661175179		0	0	False	False	0.9762803316116333	0					non-mobilizable	other	1855.0	98.814	100.0	0.012752084078465897	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	False	False
ENG0176_000000005198	1720	0.6270557636500897	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.2628881529710653	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1741.0	74.555	99.0	0.2097501523461304	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0266_000000011380	1708	0.6270557636500897	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.2613078352051878	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1726.0	74.45	99.0	0.20792199878123097	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0287_000000013256	1117	0.6270521661928226	1	1	1	1	1	False	83582	fragment	False	ISR0214_000000024390	0.7782421437212316		0	0	False	False	0.9731423258781433	0					non-mobilizable	other	1117.0	99.194	100.0	0.0023267353567869367	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0106_000000018520	1115	0.6270521661928226	1	1	1	1	1	False	83582	fragment	False	ISR0214_000000024390	0.7782460209443794		0	0	False	False	0.9919282793998718	0					non-mobilizable	other	1115.0	99.37200000000001	100.0	0.0023225655801618708	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0168_000000014103	1777	0.6270432149702659	3	3	3	2	2	False	56037	fragment	False	ISR0170_000000024733	0.9623541887592789		0	0	False	False	0.9983117580413818	0					non-mobilizable	no_good_hit	1307.0	85.616	83.0	0.0004597925040765563	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0296_000000002532	8358	0.627040765934036	11	10	5	5	7	True	100947	fragment	False	ISR0296_000000002532	1.0		0	0	False	False	0.9995214343070984	0					non-mobilizable	other	8358.0	99.95200000000001	99.0	0.08282211628990219	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
MON0076_000000041857	1157	0.6270216468447827	2	2	2	2	1	False	10264	maximal	True	MON0076_000000041857	1.0		83	8	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	76.417	76.0	0.0011975887055073412	NZ_KI271582.1	firmicutes	Lactobacillus shenzhenensis LY-73 LY73.Scaffold1, whole genome shotgun sequence	True	False
ISR0269_000000015472	1263	0.6270154597150943	2	2	2	1	1	False	26450	fragment	False	ISR0269_000000015472	1.0		0	0	False	False	0.9976246953010559	0					non-mobilizable	other	1263.0	97.78299999999999	100.0	0.03800060222824451	NZ_CABIWU010000023.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0007_000000005397	4792	0.627011883266344	6	6	5	6	3	False	97064	maximal	True	ENG0007_000000005397	1.0		0	0	False	False	0.9780884981155396	0					non-mobilizable	no_good_hit	933.0	100.0	19.0	0.00029376416222211786	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0122_000000011866	1346	0.6270018315347915	3	3	3	2	1	False	41414	maximal	True	FIJ0122_000000011866	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1333.0	92.87299999999999	99.0	0.05471574104502136	NZ_JAAXPO010000013.1	firmicutes	Leuconostoc holzapfelii strain CCUG 54536 SS2010_13, whole genome shotgun sequence	False	False
MAD0061_000000004247	3763	0.6269989788822268	3	3	2	3	2	False	18781	maximal	True	MAD0061_000000004247	1.0		8	6	False	False	0.9949508309364319	0					non-mobilizable	no_good_hit	62.0	85.484	2.0	0.0002391331618892304	NZ_FQZB01000012.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	False
ISR0057_000000004747	4170	0.6269929607839405	5	5	1	1	4	False	35598	maximal	True	ISR0057_000000004747	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3212.0	81.476	87.0	0.05529195816305327	NZ_AUIP01000018.1	firmicutes	Streptococcus porci DSM 23759 G576DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
MAD0007_000000005640	1592	0.6269914123446781	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9198407744790495		0	0	False	False	0.9987437129020691	0					non-mobilizable	chromosome	1457.0	81.812	96.0	0.0003838634374477323	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0322_000000006226	1846	0.6269899617480692	1	1	1	1	0	False	25011	maximal	True	ISR0322_000000006226	1.0		0	0	False	False	0.9772481322288513	0					non-mobilizable	no_good_hit	320.0	100.0	17.0	0.005226851927708869	NZ_JAAIOD010000016.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_16_length_61031_cov_283.861, whole genome shotgun sequence	True	False
AST0150_000000019102	1457	0.626989413654148	2	2	2	2	1	False	103884	maximal	True	AST0150_000000019102	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	76.112	29.0	0.0001667559200332086	CP034115.1	firmicutes	Staphylococcus epidermidis strain CDC121 chromosome, complete genome	True	False
MON0094_000000008826	3659	0.6269832505652183	5	2	0	2	1	True	9351	fragment	False	MON0094_000000008826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	465.0	75.054	12.0	0.04674900479738695	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MAD0070_000000016330	1321	0.626981150393683	2	2	2	1	1	False	65269	maximal	True	MAD0070_000000016330	1.0		2	2	False	False	0.9992430210113525	0					non-mobilizable	no_good_hit	67.0	82.09	5.0	4.7170715240710683e-05	NZ_JABJVN010000001.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_1_length_1357150_cov_180.545800, whole genome shotgun sequence	True	False
CAN0008_000000010061	2870	0.6269810783142917	3	2	2	2	2	False	95033	maximal	True	CAN0008_000000010061	1.0		21	6	False	False	0.9759581685066223	0					non-mobilizable	no_good_hit	1433.0	95.045	50.0	0.0006273498218344042	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0195_000000005487	4274	0.6269776096673896	5	3	3	2	3	False	38035	maximal	True	ISR0195_000000005487	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1356.0	92.625	45.0	0.00042709274657829366	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0006_000000034627	1172	0.6269770192918712	1	1	1	1	1	False	51642	fragment	False	FIJ0006_000000034627	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	96.09200000000001	100.0	0.034683447073768796	MK411243.1	bacteria	Uncultured bacterium clone BVR_10H18, partial sequence	False	False
FIJ0150_000000011355	2106	0.626970315494182	2	1	1	1	1	False	51215	fragment	False	FIJ0114_000000017599	0.9853955894652829		0	0	False	False	0.9981006383895874	0					non-mobilizable	no_good_hit	258.0	94.186	12.0	0.0005481188390157841	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
FIJ0127_000000009215	2073	0.626970315494182	2	1	1	1	1	False	51215	fragment	False	FIJ0114_000000017599	0.9811468301355013		0	0	False	False	0.9951760768890381	0					non-mobilizable	no_good_hit	207.0	93.72	10.0	0.00043892328905560836	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
FIJ0075_000000009917	1972	0.626970315494182	2	1	1	1	1	False	51215	fragment	False	FIJ0114_000000017599	0.7752999665981536		0	0	False	False	0.9989858269691467	0					non-mobilizable	no_good_hit	219.0	76.712	11.0	3.340162284620585e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
FIJ0171_000000011352	1822	0.626970315494182	1	1	1	1	1	False	51215	fragment	False	FIJ0114_000000017599	0.3844827586206897		0	0	False	False	0.9994511604309082	0					non-mobilizable	no_good_hit	219.0	76.712	12.0	3.340162284620585e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
FIJ0009_000000025780	1629	0.626970315494182	2	1	1	1	1	False	51214	fragment	False	FIJ0009_000000025780	1.0		0	0	False	False	0.9993861317634583	0					non-mobilizable	no_good_hit	155.0	96.774	14.0	0.0003297277390954326	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
SPA0111_000000015920	2168	0.6269669641790382	3	3	3	3	3	False	39123	fragment	False	SPA0111_000000015920	0.9991749065562244		0	0	False	False	0.9986162185668945	0					non-mobilizable	no_good_hit	947.0	71.067	43.0	0.019786164593627534	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ISR0061_000000004628	1416	0.6269596398841388	2	2	2	2	2	False	108051	fragment	False	AST0118_000000020065	0.25042152997557676		0	0	False	False	0.9887005686759949	0					non-mobilizable	chromosome	1416.0	94.492	100.0	0.0004989613206172299	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0057_000000003157	4906	0.6269590268836301	5	4	2	4	2	False	42385	fragment	False	MAD0057_000000003157	1.0		0	0	False	False	0.9977578520774841	0					non-mobilizable	no_good_hit	2394.0	90.977	74.0	0.004997522149059985	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0090_000000016727	1704	0.6269469410704881	4	2	2	2	2	False	82694	maximal	True	DEN0090_000000016727	1.0		0	0	False	False	0.9900234937667847	0					non-mobilizable	no_good_hit	1497.0	98.931	88.0	0.037445871192210455	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0141_000000023858	1162	0.6269311472728994	1	1	1	1	1	False	80022	fragment	False	CHI0141_000000023858	1.0		0	0	False	False	0.9982788562774658	0					non-mobilizable	no_good_hit	94.0	98.936	8.0	2.5826015962144058e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0821_000000030844	1099	0.62692874409791	2	2	2	2	2	False	21200	maximal	True	ISR0821_000000030844	1.0		7	5	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit	97.0	79.381	9.0	0.00046850293790383975	NZ_PPTT01000004.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_4, whole genome shotgun sequence	True	False
SPA0105_000000011260	2294	0.6269234960432536	3	3	3	3	3	False	93390	maximal	False	MON0037_000000028600	0.8378247569287466		0	0	False	False	0.9995640516281128	0					non-mobilizable	chromosome	2294.0	100.0	100.0	0.0006411993363740667	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0110_000000008762	2273	0.6269234960432536	3	3	3	3	3	False	93390	maximal	False	MON0037_000000028600	0.8338010476005359		0	0	False	False	1.0	0					non-mobilizable	chromosome	2273.0	99.912	100.0	0.0006353270354303879	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0113_000000013803	2269	0.6269234960432536	3	3	3	3	3	False	93390	maximal	False	MON0037_000000028600	0.832562063665162		0	0	False	False	0.9995592832565308	0					non-mobilizable	chromosome	2268.0	99.691	99.0	0.0006339288685390358	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0005_000000012878	2267	0.6269234960432536	3	3	3	3	3	False	93390	maximal	False	MON0037_000000028600	0.8325908787580153		0	0	False	False	1.0	0					non-mobilizable	chromosome	2267.0	99.912	100.0	0.0006336492351607654	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0069_000000011067	2041	0.6269212567574084	4	3	1	2	3	False	113346	fragment	False	FIJ0069_000000011067	0.9469885515181683		0	0	False	False	1.0	0					non-mobilizable	virus	1366.0	92.02	90.0	0.21839080459770116	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	False	False
ISR0046_000000000522	21076	0.6269162969742862	26	13	7	11	3	False	36207	maximal	True	ISR0046_000000000522	1.0		3	2	False	False	0.999762773513794	0					non-mobilizable	no_good_hit								True	False
MON0081_000000008050	6703	0.6269158372278303	9	3	2	2	1	True	94525	fragment	False	ENG0072_000000001558	0.5529895143110958		0	0	False	False	0.9971654415130615	0					non-mobilizable	other	6563.0	96.617	98.0	0.0016810910965754404	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
AST0040_000000007731	2564	0.6269155303066587	2	2	2	1	1	False	116262	maximal	True	AST0040_000000007731	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	550.0	81.09100000000001	21.0	0.020803279933186546	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0202_000000010114	2141	0.6269119047124756	3	2	2	2	0	True	54133	fragment	False	SPA0057_000000014923	0.9471109040074557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1563.0	79.399	76.0	0.0003091605323548772	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0078_000000010045	1942	0.6269119047124756	2	2	2	2	0	True	34420	maximal	True	ISR0078_000000010045	1.0		1	1	False	False	0.9943357110023499	0					non-mobilizable	chromosome	1266.0	92.417	100.0	0.0002514798391008039	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0034_000000015275	1856	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.75148664235439		0	0	False	False	0.9838362336158752	0					non-mobilizable	other	1856.0	98.76100000000001	100.0	0.0005883053282429418	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
SPA0131_000000014452	1851	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.6692870444467962		0	0	False	False	1.0	0					non-mobilizable	chromosome	1852.0	95.51799999999999	100.0	0.0004935005971357225	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ENG0152_000000013221	1836	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.6133870867548611		0	0	False	False	1.0	0					non-mobilizable	chromosome	1837.0	95.48200000000001	100.0	0.0004894992409427302	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0108_000000012212	1778	0.6269119047124756	2	2	2	2	0	True	101776	fragment	False	SPA0071_000000012295	0.9361333473719075		0	0	False	False	0.974128246307373	0					non-mobilizable	chromosome	1778.0	87.458	99.0	0.00026186262769120616	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
SPA0071_000000012295	1769	0.6269119047124756	2	2	2	2	0	True	101776	fragment	False	SPA0071_000000012295	0.9400264840312683		0	0	False	False	0.9988694190979004	0					non-mobilizable	chromosome	1772.0	85.666	100.0	0.00026068306630520975	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
ISR0840_000000009886	1702	0.6269119047124756	2	2	2	2	0	True	84332	fragment	False	ISR0840_000000009886	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1702.0	97.415	100.0	0.00033929819561219574	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0316_000000012531	1685	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.5035783522995663		0	0	False	False	1.0	0					non-mobilizable	other	1686.0	95.314	100.0	0.000534332362349094	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
MON0104_000000027458	1662	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.5161679497100268		0	0	False	False	1.0	0					non-mobilizable	chromosome	1664.0	92.007	100.0	0.00044308350910401896	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0114_000000028354	1659	0.6269119047124756	2	2	2	2	0	True	101776	fragment	False	SPA0071_000000012295	0.6197475032975316		0	0	False	False	1.0	0					non-mobilizable	chromosome	1616.0	86.448	97.0	0.00023797650962477856	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
MON0026_000000029469	1655	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.49668776410523746		0	0	False	False	1.0	0					non-mobilizable	chromosome	1657.0	91.973	100.0	0.0004412162095472892	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0816_000000023355	1631	0.6269119047124756	2	2	2	2	0	True	84330	fragment	False	CHI0179_000000012053	0.9408734709480123		0	0	False	False	0.9834457635879517	0					non-mobilizable	chromosome	1623.0	96.488	99.0	0.00032233328583158594	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0357_000000016657	1569	0.6269119047124756	2	2	2	2	0	True	79424	fragment	False	ISR0357_000000016657	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1569.0	96.495	100.0	0.0002879752693891104	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
SPA0035_000000013244	1545	0.6269119047124756	2	2	2	2	0	True	67384	maximal	True	SPA0035_000000013244	1.0		36	9	False	False	0.9928802847862244	0					non-mobilizable	no_good_hit	1231.0	88.95200000000001	80.0	0.00018121011792370065	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	True
MON0028_000000016928	1538	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.08446185413416132		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	100.0	97.0	0.00027076289479234636	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0054_01_000000006065	1530	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.06988988777528275		0	0	False	False	0.9921568632125854	0					non-mobilizable	other	1530.0	99.869	100.0	0.00197288286056402	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0089_000000013822	1493	0.6269119047124756	2	2	2	2	0	True	61284	maximal	True	ENG0089_000000013822	1.0		0	0	False	False	0.9725385308265686	0					non-mobilizable	no_good_hit	1062.0	87.476	71.0	0.00020463478482459323	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	True
SPA0079_000000017554	1490	0.6269119047124756	2	2	2	2	0	True	101775	fragment	False	SPA0079_000000017554	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1512.0	81.812	100.0	0.0003424270014619174	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
SPA0044_000000018739	1488	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.07035382419671155		0	0	False	False	1.0	0					non-mobilizable	chromosome	1457.0	100.0	98.0	0.00031854359069948977	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
FIJ0027_000000011702	1485	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.37130281702683476		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	94.34299999999999	100.0	0.0004705172673804856	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
AUS0008_000000016866	1473	0.6269119047124756	2	2	2	2	0	True	101775	fragment	False	SPA0079_000000017554	0.9942953020134229		0	0	False	False	0.9769178628921509	0					non-mobilizable	chromosome	1495.0	81.873	100.0	0.00033832880596569765	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0197_000000006939	1473	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.16148685523341735		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	95.455	100.0	0.0025238530709166683	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
CAN0003_000000033630	1458	0.6269119047124756	2	2	2	2	0	True	96465	fragment	False	CAN0003_000000033630	1.0		0	0	False	False	0.9993141293525696	0					non-mobilizable	chromosome	1459.0	98.42399999999999	100.0	0.00029059892518315116	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0104_000000006851	1457	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.1793233955072971		0	0	False	False	0.9986273050308228	0					non-mobilizable	other	1459.0	94.10600000000001	100.0	0.0024964012360188664	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MAD0079_000000004017	1449	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.3961692322899323		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	95.17200000000001	100.0	0.002484391058251078	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0112_000000026813	1431	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.2967659834967993		0	0	False	False	1.0	0					non-mobilizable	other	1432.0	95.182	100.0	0.002451792004309938	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0112_000000026860	1429	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.3309860896477144		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	91.60799999999999	100.0	0.00045337291350832216	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
MON0029_000000022472	1424	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.08332048548217366		0	0	False	False	0.9754213690757751	0					non-mobilizable	other	1373.0	97.23200000000001	100.0	0.0002649525322431544	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0003_000000011272	1402	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.3556527181789989		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	93.43799999999999	100.0	0.00044384827246823135	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
CHI0157_000000008225	1392	0.6269119047124756	2	2	2	2	0	True	84331	fragment	False	CHI0157_000000008225	0.9857692307692307		0	0	False	False	0.9985632300376892	0					non-mobilizable	chromosome	1380.0	97.17399999999999	99.0	0.0002752307127936576	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0029_000000009736	1389	0.6269119047124756	2	2	2	2	0	True	79425	fragment	False	DEN0029_000000009736	0.970414201183432		0	0	False	False	1.0	0					non-mobilizable	chromosome	1387.0	99.928	99.0	0.0002545495684778744	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
MON0090_000000044774	1385	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.3535174830503653		0	0	False	False	1.0	0					non-mobilizable	other	1385.0	93.43	100.0	0.00043845097587884654	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
USA0044_01_000000019847	1368	0.6269119047124756	2	2	2	2	0	True	1216	maximal	True	USA0044_01_000000019847	1.0		1	1	False	False	0.9978070259094238	0					non-mobilizable	chromosome	1371.0	76.732	99.0	0.000308047694799185	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
SPA0051_000000017793	1365	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.2184118291016862		0	0	False	False	0.995604395866394	0					non-mobilizable	other	1365.0	93.773	100.0	0.007064042829970614	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	False	True
USA0090_01_000000006599	1352	0.6269119047124756	2	2	2	2	0	True	79425	fragment	False	DEN0029_000000009736	0.9578833693304536		0	0	False	False	0.9992603659629822	0					non-mobilizable	chromosome	1352.0	98.15100000000001	100.0	0.00024812154907186747	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ISR0272_000000007753	1333	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.16333352983912225		0	0	False	False	0.9984996318817139	0					non-mobilizable	chromosome	1333.0	97.97399999999999	100.0	0.0002979626468478259	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ENG0011_000000021846	1321	0.6269119047124756	2	2	2	2	0	True	67125	fragment	False	ENG0011_000000021846	1.0		0	0	False	False	0.9500378370285034	0					non-mobilizable	no_good_hit	995.0	81.10600000000001	78.0	0.00047603253436148636	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	True
ENG0008_000000020034	1310	0.6269119047124756	2	2	2	2	0	True	67383	fragment	False	ENG0008_000000020034	1.0		0	0	False	False	0.9984732866287231	0					non-mobilizable	chromosome	1302.0	89.631	99.0	0.00019167872522441893	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
MON0039_000000038207	1300	0.6269119047124756	2	2	2	2	0	True	84331	fragment	False	CHI0157_000000008225	0.9533045977011494		0	0	False	False	0.989230751991272	0					non-mobilizable	chromosome	1281.0	96.721	99.0	0.0002552719954047049	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0815_000000023736	1297	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.06640735345134509		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	98.17	93.0	0.0002684348169800233	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
MON0069_000000041336	1284	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.15845249748543552		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	93.146	100.0	0.00040670217241187725	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
CHI0080_000000004040	1250	0.6269119047124756	2	2	2	2	0	True	84329	fragment	False	CHI0080_000000004040	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1250.0	96.8	100.0	0.0002492843801880191	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0136_000000034528	1239	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.06680076900058705		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	94.027	100.0	0.042293490153172866	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
SPA0026_000000028095	1238	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.148226722565048		0	0	False	False	0.9975767135620117	0					non-mobilizable	other	1254.0	93.22200000000001	100.0	0.042806345733041574	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
USA0005_01_000000025125	1207	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.09541441883687607		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	96.691	100.0	0.0002547053432999295	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0054_000000042836	1197	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.09733723982568508		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	92.899	100.0	0.0003787632253609442	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
SPA0001_000000028034	1189	0.6269119047124756	2	2	2	2	0	True	8426	fragment	False	SPA0001_000000028034	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1189.0	98.486	100.0	0.00023710956258075796	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0015_000000028532	1180	0.6269119047124756	2	2	2	2	0	True	83233	fragment	False	MON0005_000000027352	0.09534675641251349		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	97.96799999999999	100.0	0.0020228570840317823	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
DEN0067_000000028542	1165	0.6269119047124756	2	2	2	2	0	True	70786	fragment	False	DEN0067_000000028542	1.0		0	0	False	False	0.9982832670211792	0					non-mobilizable	chromosome	1147.0	96.338	100.0	0.00025050302977398065	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
AST0016_000000020083	1150	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.11842178048336757		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	95.30799999999999	100.0	0.03925054704595186	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
SPA0158_000000020702	1126	0.6269119047124756	2	2	2	2	0	True	122964	fragment	False	ISR0784_000000005990	0.08077060738464216		0	0	False	False	0.9991118907928467	0					non-mobilizable	other	1126.0	99.822	100.0	0.00023759826800366556	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CAN0009_000000013888	1919	0.6269107051176962	2	2	1	2	1	False	94781	fragment	False	CAN0009_000000013888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	8.443799041101072e-06	LN899823.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : V	True	False
ENG0199_000000000807	19356	0.6269075731460083	37	10	8	9	8	True	54313	maximal	True	ENG0199_000000000807	1.0		1	1	False	False	0.9986050724983215	0					non-mobilizable	no_good_hit	222.0	76.126	1.0	4.6620975285373346e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	True
ISR0356_000000015538	1370	0.6269075669527896	2	2	2	2	1	True	23901	maximal	True	ISR0356_000000015538	1.0		0	0	False	False	0.970802903175354	0					non-mobilizable	no_good_hit								True	True
SPA0150_000000009267	2138	0.6269072560769495	3	3	3	3	2	False	3264	maximal	True	SPA0150_000000009267	1.0		9	2	False	False	0.9925163984298706	0					non-mobilizable	no_good_hit	772.0	78.627	36.0	0.007728084423773444	NZ_QJKD01000021.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_121, whole genome shotgun sequence	True	False
FIJ0130_000000007013	3008	0.6269058363175808	4	3	3	3	3	False	40886	maximal	True	FIJ0130_000000007013	1.0		8	2	False	False	0.9996675252914429	0					non-mobilizable	other	3004.0	98.96799999999999	99.0	0.0020252840152284093	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
ENG0196_000000007998	1482	0.6269048112395327	5	4	3	4	1	True	54409	fragment	False	ENG0196_000000007998	1.0		0	0	False	False	0.9912280440330505	0					non-mobilizable	no_good_hit	248.0	86.29	17.0	0.0007591847523736049	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	True
ENG0127_000000015736	1670	0.6268960761539202	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.12233667254900656		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	99.521	100.0	0.0004994492292950763	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ENG0177_000000004617	5494	0.6268956760064088	9	5	4	5	3	True	112873	maximal	False	ISR0234_000000001814	0.9800326738064984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	96.429	2.0	0.0002566830366531006	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0114_000000002958	6965	0.6268895568432029	10	3	3	2	1	False	115727	maximal	True	ENG0114_000000002958	0.9951554591467824		35	4	False	False	1.0	0					non-mobilizable	other	4207.0	99.00200000000001	97.0	0.0011657356856471495	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	False
MON0080_000000021549	2389	0.626889095605778	3	3	3	3	2	False	47451	fragment	False	MAD0083_000000003503	0.4839435178998222		0	0	False	False	0.9849309325218201	0					non-mobilizable	no_good_hit	1946.0	93.78200000000001	81.0	0.0007766489415013642	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
AST0005_000000008299	3505	0.6268867694984797	2	2	2	2	2	False	128556	fragment	False	ISR0263_000000003210	0.9767452670556562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	96.429	6.0	3.869035585367656e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0173_000000001650	11343	0.6268838230749841	21	9	3	5	6	False	66359	fragment	False	ENG0173_000000001650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	1.9267200368116864e-05	NZ_LN913016.1	firmicutes	Anaerococcus rubeinfantis isolate Anaerococcus rubiinfantis, whole genome shotgun sequence	True	False
ISR0077_000000017485	1972	0.6268822136253607	3	3	2	3	3	False	72189	fragment	False	ISR0077_000000017485	1.0		0	0	False	False	0.9989858269691467	0					non-mobilizable	no_good_hit	490.0	90.204	25.0	0.00022805814783204847	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0028_000000015129	1233	0.6268816804166432	2	1	1	1	1	True	65842	fragment	False	ENG0028_000000015129	1.0		0	0	False	False	0.9270073175430298	0					non-mobilizable	no_good_hit								True	True
MAD0094_000000000093	46442	0.6268777409442705	65	13	5	7	8	False	15640	maximal	True	MAD0094_000000000093	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1496.0	81.751	3.0	0.025585913991436973	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0055_000000004213	7035	0.6268777334992072	7	7	6	6	5	False	6408	maximal	True	SPA0055_000000004213	1.0		2	1	False	False	0.9957355856895447	0					non-mobilizable	no_good_hit	2093.0	86.479	68.0	0.002558028904128617	NZ_DS995474.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld1, whole genome shotgun sequence	True	False
MON0081_000000025269	2180	0.6268761864752679	4	3	3	3	2	True	96486	maximal	True	MON0081_000000025269	1.0		32	9	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	72.146	10.0	5.0710936524362456e-05	NZ_CP047180.1	high GC Gram+	Rathayibacter festucae strain VKM Ac-2802 chromosome, complete genome	True	True
DEN0022_000000029847	1401	0.6268746654653455	1	1	1	1	1	False	74520	fragment	False	DEN0022_000000029847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0035_000000015681	1416	0.6268710704707333	4	4	3	3	3	True	18760	fragment	False	MAD0035_000000015681	1.0		0	0	False	False	0.9548022747039795	0					non-mobilizable	plasmid	1416.0	100.0	100.0	0.00827925972301049	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
FIJ0061_000000000042	92082	0.6268691277139984	111	29	17	25	12	True	50410	maximal	False	FIJ0015_000000000101	0.9997505504159301		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	44.0	95.455	0.0	0.0006555577576875582	NZ_JH379401.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld309, whole genome shotgun sequence	True	True
MON0033_000000019291	3424	0.6268654482132153	4	3	2	2	3	False	86755	maximal	True	MON0033_000000019291	0.9697611127910493		734	13	False	False	0.9997079372406006	0					non-mobilizable	no_good_hit	2661.0	93.68700000000001	78.0	0.000937547490006604	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
SPA0048_000000015345	1334	0.6268645023527635	2	2	2	2	2	True	85724	fragment	False	ISR0837_000000009696	0.9479146451967806		0	0	False	False	0.9857571125030518	0					non-mobilizable	other	1334.0	100.0	100.0	0.00035420880037477574	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0077_000000027519	1337	0.6268594364579058	3	2	2	1	1	False	34460	maximal	True	ISR0077_000000027519	1.0		2	1	False	False	0.9857890605926514	0					non-mobilizable	no_good_hit	344.0	78.488	26.0	0.00015856803734743655	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0245_000000004639	1601	0.6268588532753178	2	1	1	1	1	False	34458	fragment	False	ISR0245_000000004639	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	98.751	100.0	0.004548336019694295	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0097_000000021816	1408	0.6268588532753178	3	1	1	1	1	False	34457	fragment	False	ISR0236_000000007926	0.9842651607091194		0	0	False	False	1.0	0					non-mobilizable	other	1408.0	98.79299999999999	100.0	0.00399969298731867	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
MON0063_000000022282	1342	0.6268588532753178	3	1	1	1	1	False	34457	fragment	False	ISR0236_000000007926	0.9618225959680038		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	98.584	100.0	0.0060647723109903086	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
ISR0816_000000031919	1145	0.6268550715735094	2	2	2	2	2	False	21390	maximal	True	ISR0816_000000031919	1.0		1	1	False	False	0.966812252998352	0					non-mobilizable	no_good_hit	450.0	77.556	39.0	0.0001347842461001764	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0107_000000024705	2394	0.62685294079316	3	2	1	2	1	True	110210	fragment	False	MON0107_000000024705	1.0		0	0	False	False	0.9619883298873901	0					non-mobilizable	no_good_hit	1574.0	89.454	66.0	0.0004286448480607101	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ENG0064_000000012060	1842	0.62685294079316	2	2	1	2	1	True	127699	backbone	True	ENG0064_000000012060	0.9222038629904505	PS1022	58	7	False	True	0.9875136017799377	0					non-mobilizable	chromosome	1842.0	96.30799999999999	100.0	0.0008296421542936122	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
USA0079_01_000000007178	1792	0.62685294079316	2	2	1	2	1	True	123982	fragment	False	ENG0018_000000011151	0.6168339496390209		0	0	False	False	1.0	0					non-mobilizable	other	1774.0	99.71799999999999	99.0	0.01365305981010465	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
CHI0140_000000018692	1579	0.62685294079316	2	2	1	2	1	True	122987	fragment	False	CHI0140_000000018692	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	94.206	97.0	0.01713801321899801	NZ_JAAITU010000015.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_15_length_81398_cov_163.319, whole genome shotgun sequence	False	True
AST0111_000000012440	1539	0.62685294079316	2	2	1	2	1	True	127699	backbone	False	ENG0064_000000012060	0.4406299687318904	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1540.0	94.286	100.0	0.0006930959442170427	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
SPA0135_000000012168	1753	0.6268517088671283	2	2	2	2	2	False	23326	maximal	True	SPA0135_000000012168	1.0		25	4	False	False	0.998288631439209	0					non-mobilizable	no_good_hit	674.0	98.961	38.0	0.0001497769591849997	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0160_000000003961	6322	0.6268517072828474	11	7	3	6	5	True	32975	maximal	True	ISR0160_000000003961	1.0		5	2	False	False	0.9955710172653198	0					non-mobilizable	no_good_hit	49.0	97.959	1.0	0.00015244434987248665	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	True
FIJ0108_000000013293	1737	0.6268510058333913	2	2	1	2	0	False	42217	maximal	True	FIJ0108_000000013293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0051_01_000000014463	1394	0.6268491492766397	2	1	1	1	1	False	91445	fragment	False	SPA0044_000000019753	0.9323095646208934		0	0	False	False	0.9899569749832153	0					non-mobilizable	no_good_hit								True	False
FIJ0104_000000015674	1713	0.6268477793214461	3	3	3	3	3	False	42492	maximal	True	FIJ0104_000000015674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	97.823	43.0	0.03288852945140854	NZ_QSFS01000025.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf25, whole genome shotgun sequence	True	False
FIJ0126_000000007092	4826	0.6268373200837889	4	3	1	2	1	False	100401	maximal	True	FIJ0126_000000007092	1.0		27	3	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	80.615	7.0	0.00028953219354460466	NZ_GG704781.1	CFB group bacteria	Prevotella bergensis DSM 17361 SCAFFOLD2, whole genome shotgun sequence	True	False
FIJ0115_000000005703	4276	0.6268373200837889	4	3	1	2	1	False	100399	fragment	False	SPA0109_000000006216	0.9373913685910021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	89.72200000000001	12.0	9.576579155228345e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0085_000000007208	4172	0.6268373200837889	4	3	1	2	1	False	100399	fragment	False	SPA0109_000000006216	0.9309213142644689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	84.25200000000001	6.0	0.005470579224928335	NZ_KB890644.1	CFB group bacteria	Prevotella paludivivens DSM 17968 = JCM 13650 strain DSM 17968 B045DRAFT_scaffold_25.26, whole genome shotgun sequence	True	False
FIJ0062_000000006911	4133	0.6268373200837889	4	3	1	2	1	False	100399	fragment	False	SPA0109_000000006216	0.9138745243209844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	89.865	4.0	0.00010855648134241242	AP018050.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
FIJ0165_000000004587	3920	0.6268373200837889	4	3	1	2	1	False	100377	fragment	False	FIJ0165_000000004587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	91.015	18.0	0.0001600542477196938	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0066_000000018375	1942	0.6268283829471999	2	2	2	2	1	False	77014	fragment	False	ISR0831_000000009061	0.9866767219708397		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	99.691	100.0	0.009872601750836273	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0096_000000015575	1531	0.6268283829471999	2	2	2	2	1	False	77007	fragment	False	ISR0096_000000015575	1.0		0	0	False	False	0.9973873496055603	0					non-mobilizable	no_good_hit	1106.0	100.0	72.0	0.005617520563683873	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	True	False
ISR0108_000000016127	1407	0.6268283829471999	2	2	2	2	1	False	77006	fragment	False	SPA0083_000000012732	0.8790307273549512		0	0	False	False	0.9900497794151306	0					non-mobilizable	other	1192.0	93.12100000000001	100.0	0.001304364070319179	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ISR0160_000000024111	1242	0.6268283829471999	2	2	2	2	1	False	77006	fragment	False	SPA0083_000000012732	0.480929676915369		0	0	False	False	0.9927536249160767	0					non-mobilizable	other	1242.0	100.0	100.0	0.006308907709983427	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
CHI0188_000000012483	1234	0.6268283829471999	3	2	2	2	1	False	77006	fragment	False	SPA0083_000000012732	0.576991612630585		0	0	False	False	0.9991896152496338	0					non-mobilizable	other	1192.0	92.70100000000001	100.0	0.001304364070319179	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ENG0058_000000030959	1125	0.6268283829471999	2	2	2	2	1	False	77006	fragment	False	SPA0083_000000012732	0.37887198203631833		0	0	False	False	0.9946666955947876	0					non-mobilizable	other	1125.0	99.37799999999999	100.0	0.0057141114150051344	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
MAD0036_000000019246	1609	0.6268271432047946	2	2	2	2	1	False	18721	maximal	True	MAD0036_000000019246	1.0		1	1	False	False	0.999378502368927	0					non-mobilizable	no_good_hit								True	False
ISR0811_000000012115	1313	0.6268241426650594	3	2	1	2	2	False	21672	maximal	True	ISR0811_000000012115	1.0		956	14	False	False	1.0	0					non-mobilizable	other	1312.0	99.848	99.0	0.07281715174405688	NZ_CYXV01000025.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0031_000000017932	1228	0.6268221766448716	2	2	2	2	2	False	65664	maximal	True	ENG0031_000000017932	1.0		204	15	False	False	0.9714983701705933	0					non-mobilizable	no_good_hit	127.0	75.59100000000001	10.0	0.00017281989101197197	NZ_FOXZ01000001.1	a-proteobacteria	Nitratireductor indicus strain CGMCC 1.10953, whole genome shotgun sequence	True	False
AST0084_000000018390	1908	0.6268180624190411	2	2	2	2	2	False	111369	maximal	True	AST0084_000000018390	1.0		30	6	False	False	0.9895178079605103	0					non-mobilizable	no_good_hit	73.0	82.19200000000001	4.0	0.0006421910473141038	NZ_AUFI01000013.1	high GC Gram+	Bifidobacterium thermacidophilum subsp. thermacidophilum DSM 15837 K315DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
ISR0847_000000002074	9517	0.6268173624468562	8	6	3	3	5	False	50188	maximal	True	ISR0847_000000002074	1.0		1	1	False	False	0.999894917011261	0					non-mobilizable	no_good_hit	1178.0	91.256	12.0	0.047310616727682345	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
USA0039_01_000000013186	1696	0.6268172579577072	2	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.5560968952916374		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	86.492	92.0	0.01173180547029534	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
DEN0078_000000001660	11814	0.6268132189347557	14	8	4	7	3	True	69856	fragment	False	DEN0078_000000001660	1.0		0	0	False	False	0.9977992177009583	0					non-mobilizable	no_good_hit	782.0	100.0	7.0	0.00034577916974923707	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	True	True
FIJ0112_000000017081	1615	0.6268110623607912	3	3	3	3	1	False	41998	fragment	False	FIJ0112_000000017081	1.0		0	0	False	False	0.9795665740966797	0					non-mobilizable	chromosome	1615.0	98.947	100.0	0.0003204749542072266	CP026536.1	enterobacteria	Enterobacter cloacae strain 339389L chromosome	False	False
ENG0195_000000024474	1108	0.6268085464270002	1	1	1	1	1	False	54433	fragment	False	ENG0195_000000024474	1.0		0	0	False	False	0.9792418479919434	0					non-mobilizable	other	1098.0	99.454	99.0	0.02569994841251231	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0132_000000008504	3481	0.6268040543709525	4	3	2	3	1	True	40792	maximal	True	FIJ0132_000000008504	1.0		2	1	False	False	0.99942547082901	0					non-mobilizable	other	3488.0	79.214	99.0	0.0007047834499302867	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	True
SPA0060_000000008052	1823	0.6267998400337665	3	2	2	2	2	False	102427	fragment	False	ENG0142_000000017107	0.8730860343497675		0	0	False	False	1.0	0					non-mobilizable	chromosome	1780.0	100.0	100.0	0.0003247171638666276	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0824_000000000364	16889	0.6267992620158954	18	14	9	13	10	False	37815	maximal	True	ISR0824_000000000364	1.0		1	1	False	False	0.9998815655708313	0					non-mobilizable	no_good_hit	318.0	72.013	2.0	0.08652246256239601	NZ_BCQG01000101.1	firmicutes	Geobacillus jurassicus NBRC 107829, whole genome shotgun sequence	True	False
ENG0002_000000015801	1496	0.6267947665965591	2	2	2	2	1	True	67971	maximal	True	ENG0002_000000015801	1.0		205	13	False	False	0.999331533908844	0					non-mobilizable	no_good_hit	196.0	73.469	13.0	0.01167927382753404	NZ_AFCE01000092.1	firmicutes	Caldalkalibacillus thermarum TA2.A1 ctg181, whole genome shotgun sequence	True	True
CAN0018_000000017861	1929	0.6267929581268576	2	2	2	1	1	False	92206	fragment	False	CAN0018_000000017861	1.0		0	0	False	False	0.9932607412338257	0					non-mobilizable	no_good_hit	277.0	74.368	15.0	7.946374488470335e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ENG0105_000000001427	11434	0.6267898632964497	13	5	2	5	2	True	60193	maximal	True	ENG0105_000000001427	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0002212704082439032	NZ_FUWX01000010.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	True
ISR0806_000000006203	1903	0.6267832206294124	2	2	2	2	2	False	129426	fragment	False	ISR0806_000000006203	0.9850373152034564		0	0	False	False	0.9984235167503357	0					non-mobilizable	other	1798.0	84.37200000000001	94.0	0.041207143186747265	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
SPA0020_000000018338	1807	0.6267832206294124	2	2	2	2	2	False	129426	fragment	False	ISR0806_000000006203	0.9840499923827424		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	84.411	99.0	0.041484010890129666	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ENG0070_000000014948	1703	0.6267832206294124	2	2	2	2	2	False	129426	fragment	False	ISR0806_000000006203	0.8769354825514469		0	0	False	False	0.9876688122749329	0					non-mobilizable	other	1707.0	84.417	100.0	0.09641357394166383	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ISR0167_000000016780	1699	0.6267832206294124	2	2	2	2	2	False	129426	fragment	False	ISR0806_000000006203	0.8772535908022384		0	0	False	False	0.9958799481391907	0					non-mobilizable	other	1703.0	84.439	100.0	0.0961865849506299	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
DEN0045_000000024877	1669	0.6267792366358886	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.17020054115172586		0	0	False	False	1.0	0					non-mobilizable	chromosome	1693.0	83.875	100.0	0.0005402055037142351	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0013_000000003274	7203	0.6267699449104903	12	6	2	4	4	False	52405	maximal	True	FIJ0013_000000003274	1.0		3	2	False	False	0.9986116886138916	0					non-mobilizable	no_good_hit	415.0	74.699	6.0	0.00012767117971646254	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
ENG0138_000000013291	1477	0.6267646326857595	2	2	2	2	2	False	57909	fragment	False	ENG0138_000000013291	1.0		0	0	False	False	0.9966147541999817	0					non-mobilizable	other	1477.0	99.661	100.0	0.005926986284294291	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	False	False
MON0100_000000031920	1447	0.6267632993331899	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.42169605635749396		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	84.98299999999999	99.0	0.0034287706791677965	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
AUS0004_000000011700	1753	0.6267619928003445	2	2	2	2	2	False	124693	fragment	False	AUS0004_000000011700	0.9408633944411591		0	0	False	False	0.9817456007003784	0					non-mobilizable	other	1001.0	94.605	94.0	0.003857846087372498	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0048_000000003111	8472	0.6267612324110304	9	7	3	7	3	False	51449	maximal	True	FIJ0048_000000003111	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	6.912906901640732e-06	CP015727.1	firmicutes	Bacillus cereus strain A1, complete genome	True	False
SPA0097_000000017926	1837	0.6267591266585127	3	2	2	2	1	False	79834	fragment	False	SPA0097_000000017926	0.9136885172251675		0	0	False	False	0.9994556307792664	0					non-mobilizable	chromosome	1624.0	93.227	96.0	0.00045424636386001373	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0078_000000015023	1634	0.6267591266585127	3	2	2	2	1	False	79834	fragment	False	SPA0097_000000017926	0.6352122771170511		0	0	False	False	1.0	0					non-mobilizable	chromosome	1634.0	98.898	100.0	0.00045676529009213953	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0144_000000011166	1497	0.6267591266585127	2	2	2	2	1	False	79834	fragment	False	SPA0097_000000017926	0.48231878144974843		0	0	False	False	1.0	0					non-mobilizable	chromosome	1497.0	99.132	100.0	0.00041870151591779454	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0293_000000019249	1838	0.6267530306588679	3	2	2	2	1	False	31468	fragment	False	ISR0293_000000019249	1.0		0	0	False	False	0.9989118576049805	0					non-mobilizable	other	1838.0	98.585	100.0	0.04455169403147964	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	False	False
FIJ0090_000000026915	1693	0.6267519593246043	3	2	2	2	2	False	43446	fragment	False	FIJ0090_000000026915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0033_000000002785	18643	0.6267490157223575	24	4	0	2	2	False	12354	maximal	True	MON0033_000000002785	1.0		3	1	False	False	0.9986053705215454	0					non-mobilizable	no_good_hit	2036.0	87.96700000000001	11.0	0.001267327621012965	AP019730.1	e-proteobacteria	Helicobacter pylori TN2wt DNA, complete genome	True	False
SPA0120_000000019419	2123	0.6267486021572989	4	3	2	2	0	True	77287	fragment	False	SPA0120_000000019419	0.7238961038961039		0	0	False	False	1.0	0					non-mobilizable	other	2123.0	100.0	100.0	0.0005682550045671956	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0081_000000012414	2116	0.6267486021572989	4	3	2	2	0	True	77287	fragment	False	SPA0120_000000019419	0.7214852501450439		0	0	False	False	0.9815689921379089	0					non-mobilizable	other	2116.0	98.96	100.0	0.0005663804593117902	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0056_000000005395	2037	0.6267486021572989	4	3	2	2	0	True	77287	fragment	False	SPA0120_000000019419	0.4898728214790391		0	0	False	False	1.0	0					non-mobilizable	other	2037.0	100.0	100.0	0.000545224877143643	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0005_000000018035	1925	0.6267486021572989	4	3	2	2	0	True	77287	fragment	False	SPA0120_000000019419	0.4747164461247637		0	0	False	False	1.0	0					non-mobilizable	other	1911.0	99.26700000000001	99.0	0.0005114830625463448	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0183_000000005089	1496	0.6267486021572989	4	3	2	2	0	True	77285	fragment	False	CHI0183_000000005089	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	99.26299999999999	99.0	0.00039954593158070495	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0842_000000015735	1478	0.6267486021572989	4	3	2	2	0	True	24385	fragment	False	ISR0842_000000015735	1.0		0	0	False	False	0.9993234276771545	0					non-mobilizable	other	1478.0	98.78200000000001	100.0	0.0003955290488905504	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0339_000000010450	1460	0.6267486021572989	4	3	2	2	0	True	24385	fragment	False	ISR0842_000000015735	0.9939106901217862		0	0	False	False	0.9945205450057983	0					non-mobilizable	other	1460.0	98.836	100.0	0.00039070878966236493	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0037_000000005086	2588	0.6267469763787313	6	6	1	3	4	True	87990	fragment	False	CHI0037_000000005086	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2588.0	94.93799999999999	100.0	0.10024421444353995	LT622834.1	firmicutes	Streptococcus salivarius integrative and conjugative element ICE_Ssa L64_fda, strain L64	False	True
ISR0229_000000002408	6053	0.6267447604429486	5	3	3	2	3	False	112435	maximal	True	ISR0229_000000002408	1.0	PS720	0	0	False	True	0.9975218772888184	0					non-mobilizable	no_good_hit	744.0	92.204	12.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
SPA0093_000000003681	10456	0.6267446263331589	9	6	4	4	6	False	112550	maximal	False	AST0060_000000002385	0.9583998580805393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	91.598	6.0	0.013259125879849402	NZ_JAAIUL010000025.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_25_length_36654_cov_342.474, whole genome shotgun sequence	True	False
ENG0128_000000006556	3869	0.6267412101499538	2	2	2	2	2	False	58657	maximal	True	ENG0128_000000006556	1.0		434	12	False	False	0.9948307275772095	0					non-mobilizable	other	3869.0	99.845	100.0	0.005902928267518023	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0785_000000016891	2150	0.6267399784824934	3	3	3	3	3	False	61208	maximal	False	ISR0090_000000012963	0.9836660617059891		0	0	False	False	1.0	0					non-mobilizable	other	2150.0	99.67399999999999	100.0	0.0007804371392203255	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0110_000000003556	6334	0.6267392289994029	6	6	6	6	6	False	130064	maximal	False	ENG0166_000000003878	0.9479740870579293		0	0	False	False	0.9990527033805847	0					non-mobilizable	chromosome	6335.0	99.1	100.0	0.0022326225428183975	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0083_000000009393	2678	0.6267298560590548	5	4	4	4	3	False	116977	maximal	True	ISR0083_000000009393	1.0		99	6	False	False	0.9985063672065735	0					non-mobilizable	other	1885.0	86.684	93.0	0.009139564810481985	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
CAN0021_000000032273	1354	0.6267282224389474	2	2	2	2	2	True	91437	fragment	False	CAN0021_000000032273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	76.271	9.0	2.6286174662868575e-05	NZ_FUEZ01000004.1	high GC Gram+	Mycobacterium numidiamassiliense strain AB215, whole genome shotgun sequence	True	True
ENG0068_000000018681	1399	0.6267249877218459	2	2	2	1	0	True	128159	fragment	False	MAD0102_000000004786	0.035300227338261214		0	0	False	False	0.9949964284896851	0					non-mobilizable	other	1399.0	99.214	100.0	0.018179688720004163	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
ISR0812_000000028792	1371	0.6267249877218459	2	2	2	1	0	True	128159	fragment	False	MAD0102_000000004786	0.010550280197021377		0	0	False	False	0.9905178546905518	0					non-mobilizable	other	1373.0	96.431	100.0	0.0019826126751078563	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0072_000000017515	1231	0.6267249877218459	2	2	2	1	0	True	128159	fragment	False	MAD0102_000000004786	0.018525264107188806		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	99.919	100.0	0.005714046799436957	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0141_000000027555	1103	0.6267249877218459	3	2	2	1	0	True	128159	fragment	False	MAD0102_000000004786	0.008033641921466553		0	0	False	False	0.9918404221534729	0					non-mobilizable	other	1105.0	97.285	100.0	0.003693957931785804	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
FIJ0132_000000007735	3771	0.6267198165845426	5	2	2	1	1	True	40794	maximal	True	FIJ0132_000000007735	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000033256	1380	0.6267159445931964	2	2	2	2	1	False	50894	maximal	True	FIJ0011_000000033256	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	84.375	5.0	0.001262163592687594	NZ_PXWF02000313.1	b-proteobacteria	Massilia glaciei strain B448-2 contig313, whole genome shotgun sequence	True	False
MON0097_000000033510	1118	0.6267139354665688	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.11441658500341409	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1113.0	92.45299999999999	100.0	0.00034563021984073013	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0106_000000021664	1936	0.6267135973864822	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.3480931116172384		0	0	False	True	1.0	0					non-mobilizable	other	1940.0	92.62899999999999	100.0	0.0005825914450285079	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0170_000000027580	1705	0.6267135973864822	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.2838033819984384		0	0	False	True	1.0	0					non-mobilizable	other	1674.0	92.234	100.0	0.000502503938890222	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0223_000000003042	7484	0.6267057849189523	7	4	2	3	1	False	27835	maximal	True	ISR0223_000000003042	1.0		1	1	False	False	0.9986638426780701	0					non-mobilizable	no_good_hit	60.0	88.333	1.0	0.0007528131438533467	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
ISR0024_000000017516	1496	0.6266892653900278	2	2	2	2	0	True	64405	fragment	False	ISR0024_000000017516	1.0		0	0	False	False	0.9779411554336548	0					non-mobilizable	other	610.0	83.115	90.0	0.000164703609478245	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
ISR0370_000000021761	1243	0.6266869226800117	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.10634048548840253	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1243.0	93.001	100.0	0.0004003193529910979	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0032_000000013774	2397	0.6266863667631904	5	3	2	3	1	False	36950	maximal	True	ISR0032_000000013774	1.0		6	3	False	False	0.9904046654701233	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000001341	14791	0.6266857051281373	13	10	6	8	3	True	52382	maximal	True	FIJ0112_000000001341	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	359.0	86.90799999999999	2.0	0.000495448927934324	NZ_FNQG01000002.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	True
ISR0054_000000014292	1786	0.6266851766956627	2	2	2	2	1	False	91752	maximal	True	ISR0054_000000014292	1.0		1	1	False	False	0.9910414218902588	0					non-mobilizable	no_good_hit	1479.0	98.851	83.0	0.023175225401803213	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	True	False
SPA0128_000000023086	1616	0.6266851766956627	2	2	2	2	1	False	91750	fragment	False	SPA0128_000000023086	1.0		0	0	False	False	0.9975247383117676	0					non-mobilizable	other	1616.0	99.691	100.0	0.025323402587220697	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	False	False
ENG0027_000000008059	2715	0.6266834153166823	3	3	3	3	3	False	65989	maximal	True	ENG0027_000000008059	1.0		520	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0139_000000013659	1570	0.6266769720749005	2	2	2	2	2	False	67373	fragment	False	ENG0139_000000013659	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	83.77600000000001	94.0	0.0006902986851000218	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
AUS0016_000000017060	1665	0.6266746569616414	3	2	2	2	1	False	100254	fragment	False	AUS0016_000000017060	1.0		0	0	False	False	0.9993994235992432	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.489023498736976e-07	AP015042.1	eudicots	Vigna angularis var. angularis DNA, chromosome 9, almost complete sequence, cultivar: Shumari	True	False
SPA0140_000000004195	5097	0.6266737534980868	4	3	2	2	0	True	3498	maximal	True	SPA0140_000000004195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2124.0	99.71799999999999	42.0	0.03775228949942207	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
USA0057_01_000000023311	1391	0.6266664834198943	1	1	1	1	1	False	963	fragment	False	USA0057_01_000000023311	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	100.0	100.0	0.003221403094864527	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0164_000000006506	3649	0.6266609044362542	5	2	1	1	0	False	39110	fragment	False	FIJ0164_000000006506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	99.787	50.0	0.007843922628882324	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
MAD0041_000000000010	93026	0.6266592531655305	91	12	4	10	5	False	42371	maximal	True	MAD0041_000000000010	1.0		1	1	True	True	1.0	30					non-mobilizable	no_good_hit	1511.0	77.829	7.0	0.016595758861624253	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	True
CHI0048_000000009099	2100	0.6266558860128758	5	5	2	3	5	False	86915	fragment	False	CHI0048_000000009099	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2101.0	96.71600000000001	100.0	0.041968942982193176	NZ_SMUS01000032.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00032, whole genome shotgun sequence	False	False
ISR0229_000000002733	5462	0.6266507370312833	7	7	7	5	7	False	117479	maximal	True	ISR0229_000000002733	1.0		37	5	False	False	0.9994507431983948	0					non-mobilizable	other	2953.0	99.96600000000001	99.0	0.001229840120784298	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	False	False
USA0052_01_000000004584	3635	0.6266501505486604	4	4	3	3	4	False	112730	maximal	True	USA0052_01_000000004584	1.0	PS721	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	2297.0	74.488	62.0	0.276782449725777	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0149_000000009503	2868	0.6266499506859028	4	3	3	3	2	False	125207	maximal	False	ISR0814_000000013416	0.9857794225456429		0	0	False	False	0.9972106218338013	0					non-mobilizable	other	2877.0	97.88	100.0	0.012864612920973881	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0148_000000019883	1467	0.6266477766195997	3	3	3	3	1	False	30906	maximal	True	ISR0148_000000019883	1.0		31	7	False	False	0.9938650131225586	0					non-mobilizable	no_good_hit	708.0	86.15799999999999	48.0	0.00023763546652116822	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0049_000000003897	4269	0.6266426187373348	12	3	3	3	3	False	46680	maximal	True	FIJ0049_000000003897	1.0		1	1	False	False	0.9964863061904907	0					non-mobilizable	no_good_hit	394.0	72.335	9.0	8.823807183268407e-05	CP013019.1	firmicutes	Clostridium pasteurianum strain M150B, complete genome	True	False
ISR0139_000000010152	2498	0.6266313025549557	6	5	5	3	3	False	31309	maximal	True	ISR0139_000000010152	1.0		3	2	False	False	0.9979984164237976	0					non-mobilizable	no_good_hit	985.0	83.249	39.0	0.007898093338129967	NZ_QIML01000006.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_6, whole genome shotgun sequence	True	False
MAD0070_000000012568	1628	0.6266304171870999	1	1	1	1	1	False	27859	fragment	False	MAD0070_000000012568	0.9931372549019608		0	0	False	False	0.9895577430725098	0					non-mobilizable	chromosome	1634.0	85.251	99.0	0.0004832793133127302	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	False	False
ISR0222_000000030289	1530	0.6266304171870999	1	1	1	1	1	False	27859	fragment	False	MAD0070_000000012568	0.9634520884520885		0	0	False	False	0.9993463754653931	0					non-mobilizable	no_good_hit	1314.0	89.26899999999999	89.0	0.00039087008818053116	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	True	False
ISR0066_000000023690	1364	0.6266293035433568	3	2	2	2	1	True	122965	fragment	False	CHI0117_000000010013	0.9545454545454546		0	0	False	False	0.9692082405090332	0					non-mobilizable	other	1181.0	91.109	100.0	0.006105240244831536	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	False	True
MAD0101_000000023378	1242	0.6266293035433568	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.08040464091288901		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	95.652	100.0	0.0003933676749557501	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
MON0003_000000014425	1132	0.6266293035433568	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.07956049899972557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1134.0	91.887	100.0	0.0003017022569516228	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ENG0042_000000014351	1774	0.6266272836673907	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.012811651812731556		0	0	False	False	1.0	0					non-mobilizable	chromosome	1774.0	100.0	100.0	0.0007606794373288954	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
FIJ0067_000000001857	16082	0.6266246680835298	16	6	4	3	1	True	132160	fragment	False	SPA0132_000000001387	0.6579279156002205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1625.0	75.015	10.0	0.000568378400487566	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0083_000000030983	1314	0.6266243910222721	2	2	2	1	1	False	9856	fragment	False	MON0083_000000030983	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1314.0	97.48899999999999	100.0	0.007935548598435857	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0026_000000032170	1100	0.6266227696058001	2	1	1	1	1	False	7498	maximal	True	SPA0026_000000032170	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	72.986	19.0	4.171788640339873e-05	CP000509.1	high GC Gram+	Nocardioides sp. JS614, complete genome	True	False
MON0098_000000014353	2250	0.6266202208030557	2	2	2	2	2	False	42731	fragment	False	MON0098_000000014353	1.0		0	0	False	False	0.9524444341659546	0					non-mobilizable	no_good_hit	552.0	77.536	34.0	0.00016224290336968333	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
ISR0848_000000004969	3282	0.6266155026687558	3	2	2	2	2	False	106342	fragment	False	ISR0848_000000004969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	74.04	19.0	0.013389562467053242	NZ_SMCQ01000023.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_123, whole genome shotgun sequence	True	False
MON0098_000000016261	2034	0.6266155026687558	2	2	2	2	2	False	106331	fragment	False	ISR0348_000000007983	0.9663917568454701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	76.204	33.0	0.024834437086092714	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0348_000000007983	2018	0.6266155026687558	2	2	2	2	2	False	106331	fragment	False	ISR0348_000000007983	0.9710893243216626		0	0	False	False	0.9910802841186523	0					non-mobilizable	no_good_hit	699.0	76.109	34.0	0.025349521707137602	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0021_000000012091	1947	0.6266155026687558	2	2	2	2	2	False	106331	fragment	False	ISR0348_000000007983	0.952651635120039		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	76.23899999999999	35.0	0.024871228844738778	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0288_000000003699	6964	0.6266135751115115	8	3	2	3	1	True	103588	maximal	True	ISR0288_000000003699	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.8954574637686386e-05	CP051481.1	mycoplasmas	Mycoplasma sp. Phocoena C-264-GEN chromosome, complete genome	True	True
DEN0011_000000036936	1283	0.6266116154420491	2	2	2	2	1	False	75581	maximal	True	DEN0011_000000036936	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0140_000000005857	4692	0.6266096726216102	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.534968455946553		0	0	False	False	1.0	0					non-mobilizable	chromosome	4702.0	91.791	100.0	0.001576943570328149	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0078_000000015347	1600	0.6266039250130334	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9259362460194664		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.249	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0080_000000007306	1679	0.6266003516636757	2	1	1	1	1	False	59127	fragment	False	SPA0080_000000007306	0.9460781079922156		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	99.404	100.0	0.009753659075320569	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ENG0121_000000010736	1541	0.6266003516636757	2	1	1	1	1	False	59126	fragment	False	ENG0121_000000010736	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1541.0	99.416	100.0	0.008951510712749508	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0362_000000016130	1286	0.6266003516636757	2	1	1	1	1	False	23733	fragment	False	ISR0362_000000016130	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	99.06700000000001	100.0	0.007469280042781246	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
SPA0082_000000013660	1256	0.6266003516636757	2	1	1	1	1	False	41511	fragment	False	ISR0233_000000015213	0.984819760182554		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	99.363	100.0	0.00729489996396145	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0320_000000021919	1225	0.6266003516636757	1	1	1	1	1	False	41511	fragment	False	ISR0233_000000015213	0.9621174000721792		0	0	False	False	0.9755101799964905	0					non-mobilizable	other	1218.0	99.015	99.0	0.0070740185307897096	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
MON0078_000000008381	4557	0.62659418640682	7	6	5	6	6	False	10170	maximal	True	MON0078_000000008381	1.0		4	2	False	False	0.996708333492279	0					non-mobilizable	no_good_hit	73.0	95.89	2.0	0.00036258158085569254	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MAD0053_000000004708	2498	0.6265895313985684	5	1	1	1	1	False	17219	fragment	False	MAD0053_000000004708	1.0		0	0	False	False	0.9947958588600159	0					non-mobilizable	no_good_hit								True	False
MAD0086_000000007171	1470	0.6265888907220253	4	1	1	1	1	True	109123	fragment	False	MAD0086_000000007171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	74.783	85.0	0.0002757409397180009	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0049_000000012404	1423	0.6265888907220253	2	1	1	1	1	True	6605	fragment	False	SPA0049_000000012404	1.0		0	0	False	False	0.9992972612380981	0					non-mobilizable	other	746.0	88.874	93.0	0.003660448850173871	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
ISR0853_000000013250	1374	0.6265888907220253	2	1	1	1	1	True	20515	fragment	False	ISR0853_000000013250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	92.023	51.0	0.10612492419648271	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0219_000000024708	1324	0.6265888907220253	2	1	1	1	1	True	28028	fragment	False	ISR0219_000000024708	1.0		0	0	False	False	0.9909365773200989	0					non-mobilizable	other	606.0	90.92399999999999	94.0	0.0029926642626421514	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
ISR0091_000000024315	1180	0.6265888907220253	2	1	1	1	1	True	130823	fragment	False	ISR0049_000000022181	0.362042428499653		0	0	False	False	0.9576271176338196	0					non-mobilizable	chromosome	1156.0	92.042	98.0	0.000538198573820417	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
MON0060_000000039967	1015	0.6265888907220253	2	1	1	1	1	True	10852	fragment	False	MON0060_000000039967	1.0		0	0	False	False	0.9980295300483704	0					non-mobilizable	no_good_hit	669.0	91.48	66.0	0.10112189205579139	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0056_000000002957	8233	0.6265809034757994	10	8	3	7	8	False	80593	maximal	True	FIJ0056_000000002957	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	1.0	2.0840121696503593e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0043_000000003508	6846	0.6265809034757994	10	8	3	7	8	False	80590	fragment	False	FIJ0043_000000003508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	98.824	1.0	2.0349765891879978e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0112_000000002118	10401	0.626580421931965	18	17	2	11	17	True	48630	fragment	False	FIJ0112_000000002118	0.9854085603112841		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	7877.0	99.51799999999999	98.0	0.06559233812200709	CP026163.1	enterobacteria	Klebsiella pneumoniae strain F13 plasmid pF13_1, complete sequence	False	True
CHI0160_000000016163	1954	0.626574853510428	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.18452308118135446		0	0	False	False	1.0	0					non-mobilizable	chromosome	1959.0	86.21700000000001	100.0	0.0006249752217791778	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0354_000000010253	1875	0.6265688590307882	3	2	2	2	2	False	24327	fragment	False	ISR0354_000000010253	1.0		0	0	False	False	0.9845333099365234	0					non-mobilizable	other	1875.0	99.573	100.0	0.000778385311528576	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MON0002_000000019933	1408	0.6265638248879216	2	2	2	2	2	False	14312	fragment	False	MON0002_000000019933	1.0		0	0	False	False	0.921875	0					non-mobilizable	no_good_hit	703.0	96.87100000000001	86.0	0.00031327020626299436	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0104_000000002307	12221	0.6265627412885821	14	5	0	5	1	False	4853	maximal	True	SPA0104_000000002307	1.0		1	1	False	False	0.9997545480728149	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0007200651848483125	NZ_CYZO01000024.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
CHI0038_000000002943	3760	0.6265605066548762	4	4	4	4	3	False	104716	maximal	True	CHI0038_000000002943	1.0		124	11	False	False	1.0	0					non-mobilizable	chromosome	3409.0	92.78399999999999	90.0	0.0005215838794578112	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0069_000000005530	4384	0.6265594516320501	4	3	3	2	3	False	8280	maximal	True	SPA0069_000000005530	1.0		19	5	False	False	0.9990875720977783	0					non-mobilizable	other	4384.0	99.863	100.0	0.015648765022171763	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	False	False
FIJ0169_000000011129	2051	0.626552693586751	3	2	2	2	2	False	38865	fragment	False	ISR0229_000000007354	0.9612385321100918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	87.084	86.0	0.0003438464656335837	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0034_000000004382	4472	0.6265525830168678	7	7	7	5	4	False	81087	maximal	True	ISR0034_000000004382	1.0		13	5	False	False	0.9957513213157654	0					non-mobilizable	no_good_hit	157.0	77.07	3.0	0.00015852460940153873	NZ_FQXP01000003.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
MON0024_000000028683	1776	0.6265404376706086	3	3	2	1	3	False	64024	maximal	True	MON0024_000000028683	1.0		57	6	False	False	1.0	0					non-mobilizable	chromosome	1293.0	94.586	96.0	0.0005308419590003863	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0082_000000016171	1944	0.6265379654718747	2	2	2	2	2	False	99105	fragment	False	SPA0098_000000018878	0.9798196898851262		0	0	False	False	0.9984567761421204	0					non-mobilizable	other	1944.0	99.691	100.0	0.00552338555391626	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0819_000000023528	1148	0.6265376125273734	2	2	2	2	1	False	21304	maximal	True	ISR0819_000000023528	1.0		64	8	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	74.947	82.0	0.09243863816310371	NZ_CABMOJ010000042.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
USA0053_01_000000004081	5451	0.6265353147148008	6	5	2	5	3	False	1073	fragment	False	USA0053_01_000000004081	1.0		0	0	False	False	0.9970647692680359	0					non-mobilizable	plasmid	4395.0	99.932	94.0	0.03144141049859751	CP033633.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb2, complete sequence	False	True
FIJ0136_000000005062	5136	0.6265252589290481	6	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7396215185867889	PS1159|PS463	0	0	True	True	1.0	9		MOBV			mobilizable	other	4517.0	99.734	94.0	0.03840821915478104	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
AST0033_000000005118	2570	0.6265229048221674	3	3	3	3	1	False	117071	maximal	True	AST0033_000000005118	1.0		9	2	False	False	1.0	0					non-mobilizable	other	1644.0	96.046	96.0	0.012094249707218986	NZ_QICA01000007.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_007, whole genome shotgun sequence	False	False
ENG0084_000000017901	1636	0.6265218667364795	3	3	3	3	3	False	61509	fragment	False	ENG0084_000000017901	1.0		0	0	False	False	0.995110034942627	0					non-mobilizable	other	1624.0	99.07600000000001	99.0	0.006225833179893205	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0088_000000000285	29665	0.6265211585803342	54	23	10	20	15	False	105390	maximal	True	SPA0088_000000000285	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	12772.0	99.796	78.0	0.2593367315854674	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
ISR0211_000000019643	1174	0.6265173799435195	2	2	2	2	1	False	28384	fragment	False	ISR0211_000000019643	1.0		0	0	False	False	1.0	0					non-mobilizable	other	898.0	97.21600000000001	100.0	0.046883993511590186	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0024_01_000000016231	1324	0.6265132666829079	2	2	2	2	2	False	77873	maximal	False	CHI0173_000000013206	0.9633622785922475		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	95.921	100.0	0.003620937393089292	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0397_000000003388	6520	0.6265050265241806	6	6	6	6	5	False	81218	fragment	False	ISR0397_000000003388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2696.0	90.059	81.0	0.0006731841158556865	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ISR0102_000000003364	5874	0.6265020044677807	6	6	6	6	6	False	91824	maximal	True	ISR0102_000000003364	1.0		5	5	False	False	0.9977868795394897	0					non-mobilizable	other	5874.0	99.336	100.0	0.03987963428385116	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
MON0089_000000005821	3749	0.6265012675988093	5	4	4	4	1	False	10975	maximal	True	MON0089_000000005821	1.0		0	0	False	False	0.9314484000205994	0					non-mobilizable	no_good_hit	711.0	92.546	19.0	0.0001604126111010052	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0087_000000034999	1467	0.6265000964075543	3	1	1	1	1	True	74231	fragment	False	MON0087_000000034999	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	95.581	100.0	0.03353142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0128_000000014441	2570	0.6264982979999155	3	3	2	3	1	False	3885	fragment	False	SPA0128_000000014441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	2.087011456000722e-05	NZ_SGXE01000001.1	CFB group bacteria	Aquimarina brevivitae strain DSM 17196 Ga0310459_101, whole genome shotgun sequence	True	False
AST0059_000000008569	1762	0.6264953838216906	2	1	1	1	1	False	126689	maximal	True	AST0059_000000008569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	83.78399999999999	18.0	0.0010321752855949617	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ISR0381_000000010804	1638	0.6264894601842416	3	3	3	2	1	False	23149	maximal	True	ISR0381_000000010804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	77.07	9.0	0.00015852460940153873	NZ_FQXP01000003.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
ISR0083_000000015962	1700	0.6264852512229941	2	2	1	2	1	False	108208	fragment	False	ISR0083_000000015962	0.9922639273703103		0	0	False	False	0.9970588088035583	0					non-mobilizable	no_good_hit	212.0	78.30199999999999	12.0	0.03476516797593181	NZ_JAAIPV010000072.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_72_length_5983_cov_76.4647, whole genome shotgun sequence	True	False
USA0010_01_000000004003	6654	0.6264848748171902	9	5	5	3	0	True	130700	fragment	False	USA0010_01_000000004003	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6654.0	98.272	100.0	0.002008342485031766	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0139_000000009228	2176	0.6264811002687181	3	2	2	2	2	True	69746	fragment	False	ISR0246_000000009366	0.967706502636204		0	0	False	False	0.9995404481887817	0					non-mobilizable	no_good_hit	421.0	71.971	19.0	0.012450891508008462	NZ_KB898686.1	firmicutes	Gracilibacillus lacisalsi DSM 19029 D569DRAFT_scaffold00025.25, whole genome shotgun sequence	True	True
ENG0055_000000008781	2197	0.6264806094282623	4	4	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.480016938157287		0	0	False	False	1.0	0					non-mobilizable	other	2199.0	96.90799999999999	100.0	0.0005844325375629643	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0064_000000010115	2108	0.6264806094282623	4	4	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.04623557905322168		0	0	False	False	1.0	0					non-mobilizable	other	2115.0	90.024	100.0	0.059130434782608696	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0063_000000004902	4942	0.6264801345607168	6	2	1	2	0	True	119014	maximal	True	FIJ0063_000000004902	1.0		4	1	False	False	0.9987859129905701	0					non-mobilizable	no_good_hit	1338.0	90.73200000000001	27.0	0.016016100459152315	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0144_000000002939	7048	0.6264794545283238	12	7	5	7	3	True	57579	maximal	True	ENG0144_000000002939	1.0		1	1	False	False	0.9951759576797485	0					non-mobilizable	no_good_hit	454.0	99.559	6.0	0.002115715139739949	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0021_000000005780	5221	0.6264746817575944	7	5	4	5	4	False	105117	maximal	True	SPA0021_000000005780	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0083_000000017233	1731	0.6264683370881292	3	3	3	2	1	False	131668	fragment	False	DEN0028_000000005326	0.11465878799832795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	430.0	83.488	25.0	0.0001460006614583958	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0141_000000009135	2975	0.6264602670846123	3	3	3	3	2	True	124730	fragment	False	ENG0141_000000009135	0.9244994910078046		0	0	False	False	0.9932773113250732	0					non-mobilizable	no_good_hit	2205.0	75.374	73.0	0.004518680068668882	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0164_000000013286	1534	0.6264602218838691	2	2	2	2	2	False	56274	maximal	True	ENG0164_000000013286	1.0		75	7	False	False	0.9908735156059265	0					non-mobilizable	other	1528.0	94.634	99.0	0.0059219788018754875	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
TAN0001_000000007123	1884	0.62645982056745	3	2	2	2	1	False	3106	fragment	False	TAN0001_000000007123	1.0		0	0	False	False	0.9994692206382751	0					non-mobilizable	no_good_hit								True	False
FIJ0149_000000024852	1117	0.6264586070604943	3	2	2	1	0	True	39835	maximal	True	FIJ0149_000000024852	1.0		0	0	False	False	0.9516562223434448	0					non-mobilizable	no_good_hit								True	True
ISR0168_000000004806	5312	0.6264576670618011	3	3	3	2	1	False	104276	maximal	True	ISR0168_000000004806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2955.0	72.487	54.0	0.0014188281588557502	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0176_000000014339	2366	0.6264550286295563	6	2	1	1	2	True	90719	maximal	True	ISR0176_000000014339	1.0		1	1	False	False	0.9995773434638977	0					non-mobilizable	no_good_hit	1519.0	97.63	88.0	0.00041442958524237026	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
SPA0040_000000028148	1516	0.6264550286295563	5	2	1	1	2	True	90715	fragment	False	SPA0040_000000028148	1.0		0	0	False	False	0.9967018365859985	0					non-mobilizable	chromosome	1360.0	98.676	90.0	0.0003712370559097221	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0201_000000019663	1515	0.6264550286295563	4	2	1	1	2	True	90716	fragment	False	ISR0201_000000019663	1.0		0	0	False	False	0.9775577783584595	0					non-mobilizable	chromosome	1514.0	97.95200000000001	99.0	0.00041333610348711334	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
SPA0075_000000015416	1438	0.6264550286295563	4	2	1	1	2	True	90714	fragment	False	SPA0075_000000015416	0.9459942093213671		0	0	False	False	0.9833101630210876	0					non-mobilizable	chromosome	1340.0	98.58200000000001	93.0	0.0003660430175722518	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
SPA0047_000000029147	1329	0.6264550286295563	3	2	1	1	2	True	90714	fragment	False	SPA0075_000000015416	0.9170026198386266		0	0	False	False	0.9939804077148438	0					non-mobilizable	chromosome	1329.0	98.044	100.0	0.00036248920186766686	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
USA0072_01_000000003925	5178	0.6264543041125292	9	6	3	3	6	False	728	maximal	True	USA0072_01_000000003925	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	4710.0	99.87299999999999	100.0	0.0010457133084121283	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0067_000000018667	1415	0.6264469055794396	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.2941610662399093		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	90.77799999999999	98.0	0.0004311822544547722	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0083_000000007553	2948	0.6264443848479048	4	3	3	3	2	True	61575	maximal	True	ENG0083_000000007553	1.0		12	5	False	False	0.9989823698997498	0					non-mobilizable	no_good_hit	127.0	76.378	4.0	9.216053037279303e-05	NZ_NQOF01000001.1	firmicutes	Blautia hominis strain KB1 KB1_contig1, whole genome shotgun sequence	True	True
FIJ0041_000000029462	1301	0.6264416689596958	3	3	1	3	1	False	77327	maximal	False	FIJ0119_000000013119	0.9625838553616967		0	0	False	False	0.9877017736434937	0					non-mobilizable	no_good_hit	267.0	77.154	20.0	0.0008075783397049115	NZ_NMWT01000028.1	high GC Gram+	Bifidobacterium parmae strain Uis4E Contig_28, whole genome shotgun sequence	True	False
ISR0324_000000017251	1775	0.6264407998621143	3	2	2	2	1	False	31517	maximal	True	ISR0324_000000017251	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	94.04299999999999	13.0	0.00013239764784828362	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	True	False
DEN0071_000000008851	4190	0.6264395614302746	3	3	2	2	3	False	111238	maximal	True	DEN0071_000000008851	1.0		32	9	False	False	1.0	0					non-mobilizable	no_good_hit	1976.0	99.899	50.0	0.000563691100701774	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0170_000000002052	7926	0.6264375362561734	8	5	4	5	3	False	53270	fragment	False	FIJ0170_000000002052	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	80.833	18.0	0.0034209882077646256	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0002_000000005856	5922	0.6264375362561734	6	5	4	5	3	False	52445	fragment	False	FIJ0002_000000005856	0.9772843287391526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	80.648	24.0	0.0034209882077646256	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0161_000000012650	1402	0.6264372743382352	2	2	2	1	1	True	112263	fragment	False	CHI0186_000000012181	0.4095034052721121		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	97.91799999999999	99.0	0.028666886652367597	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CAN0021_000000005456	7032	0.6264294230236962	12	3	3	3	2	False	91668	maximal	True	CAN0021_000000005456	1.0		2	1	False	False	0.9997155666351318	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	1.6987082682586508e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
DEN0079_000000052658	1198	0.6264274458987797	2	2	2	2	2	False	69418	fragment	False	DEN0079_000000052658	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	97.74600000000001	100.0	0.028816986855409503	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
MON0077_000000013668	2901	0.6264246114913875	4	3	3	3	3	False	12121	fragment	False	MON0077_000000013668	0.9902772776377385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	943.0	88.65299999999999	50.0	0.014174248358137014	NZ_FRCJ01000012.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	False
MON0104_000000004359	7831	0.6264230558246472	10	10	5	8	8	False	128531	fragment	False	MON0104_000000004359	0.9674427529742868		0	0	False	False	0.9994891881942749	0					non-mobilizable	chromosome	5995.0	94.712	99.0	0.0020064376996213654	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0085_000000000096	6126	0.6264227372965927	6	2	1	1	2	False	84105	fragment	False	CHI0085_000000000096	1.0		0	0	False	False	0.9995102882385254	0					non-mobilizable	no_good_hit	2454.0	96.21	70.0	0.2221718636693256	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0336_000000001939	5466	0.6264227372965927	6	2	1	1	2	False	48101	fragment	False	ISR0336_000000001939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2269.0	97.4	74.0	0.20558375634517767	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
AST0084_000000017178	2039	0.6264135070709868	3	3	3	2	1	False	111414	maximal	True	AST0084_000000017178	1.0		13	4	False	False	0.9911721348762512	0					non-mobilizable	chromosome	1332.0	75.0	93.0	0.00021138865239895462	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
ENG0027_000000019509	1170	0.6264130503883834	2	2	2	2	2	False	65933	maximal	True	ENG0027_000000019509	1.0		1048	13	False	False	1.0	0					non-mobilizable	chromosome	1170.0	98.205	100.0	0.00033887152015328934	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0025_000000017628	1196	0.6264102110940712	1	1	1	1	1	False	49162	maximal	True	FIJ0025_000000017628	1.0		3	2	False	False	0.9966555237770081	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	0.3953488372093023	XR_002394010.1	rodents	PREDICTED: Heterocephalus glaber uncharacterized LOC110348636 (LOC110348636), transcript variant X18, ncRNA	True	False
FIJ0130_000000005550	3873	0.6264054017401939	3	2	2	2	1	True	44683	maximal	True	FIJ0130_000000005550	0.9960229756493292		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	94.712	39.0	0.023569343991879203	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
SPA0112_000000010859	3164	0.6263987820251806	4	4	3	2	2	False	91244	fragment	False	SPA0112_000000010859	0.9856230031948883		0	0	False	False	0.998103678226471	0					non-mobilizable	other	3168.0	96.43299999999999	100.0	0.0022441384549103196	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
ISR0796_000000007664	2957	0.6263987820251806	4	4	3	2	2	False	87631	fragment	False	ISR0796_000000007664	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2898.0	96.86	98.0	0.0008773127882042161	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0344_000000001184	16985	0.6263972286697087	16	7	5	5	4	True	90119	maximal	True	ISR0344_000000001184	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	1.0	0.00018445942019097868	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	True
MON0058_000000010623	4009	0.6263924218478243	6	5	3	3	3	True	128504	fragment	False	ISR0281_000000003810	0.9316906623231236		0	0	False	False	1.0	0					non-mobilizable	chromosome	4009.0	99.875	100.0	0.001819352132700131	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0186_000000018357	1712	0.6263915699205884	3	3	3	3	2	False	29957	maximal	True	ISR0186_000000018357	1.0		17	5	False	False	0.9982476830482483	0					non-mobilizable	other	1712.0	99.708	100.0	0.08401256996955711	NZ_PYLP01000027.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_26, whole genome shotgun sequence	False	False
ISR0080_000000028110	1197	0.6263901162141415	1	1	1	1	1	True	34269	fragment	False	ISR0080_000000028110	0.9441465594280607		0	0	False	False	0.9983291625976562	0					non-mobilizable	other	1190.0	97.815	99.0	0.0005678431432581662	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	False	True
ISR0119_000000021192	1472	0.6263872366754747	3	2	2	2	2	False	66580	fragment	False	ISR0119_000000021192	0.9775268410399126		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	97.601	91.0	0.026131618670482838	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	False	False
AST0113_000000013515	2790	0.6263867691457853	4	4	3	4	3	False	119880	fragment	False	AST0148_000000010354	0.485112438850861		0	0	False	False	1.0	0					non-mobilizable	other	2775.0	99.459	100.0	0.007268725352758526	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
USA0080_01_000000015612	2787	0.6263867691457853	4	4	3	4	3	False	119880	fragment	False	AST0148_000000010354	0.4851853544686135		0	0	False	False	0.9974883198738098	0					non-mobilizable	other	2787.0	99.211	100.0	0.007300169009655823	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0846_000000001615	5954	0.6263851730440848	9	9	3	5	9	False	132521	backbone	False	USA0060_01_000000001071	0.018054846469562496	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	5957.0	95.568	100.0	0.162746170678337	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
FIJ0081_000000026667	1362	0.6263766636854047	2	2	2	2	1	False	44230	maximal	True	FIJ0081_000000026667	0.9660014781966002		152	9	False	False	0.9963289499282837	0					non-mobilizable	other	1362.0	99.266	100.0	0.008545290037197145	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CAN0006_000000035852	1247	0.6263729108622099	2	1	1	1	1	False	95493	maximal	True	CAN0006_000000035852	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	76.54899999999999	64.0	0.0012931075617367404	NZ_DS995476.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld3, whole genome shotgun sequence	True	False
ISR0005_000000014563	1105	0.6263633602497287	2	1	1	1	1	False	38510	fragment	False	ISR0005_000000014563	1.0		0	0	False	False	0.9909502267837524	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	4.0	7.254813223106235e-05	NZ_SDFS01000004.1	firmicutes	Bacillus albus strain PG 26 NODE_4_length_578926_cov_55.3975, whole genome shotgun sequence	True	False
CHI0077_000000002468	5655	0.6263593121041776	9	7	4	4	5	True	130648	backbone	False	USA0082_01_000000002282	0.015402478685468485	PS1107|PS1110|PS1114	0	0	False	True	1.0	0					non-mobilizable	other	3600.0	100.0	100.0	0.4778913822865489	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0005_000000002661	5749	0.6263588902902693	3	2	2	2	2	False	90803	maximal	True	CHI0005_000000002661	1.0		1	1	False	False	0.9998260736465454	0					non-mobilizable	no_good_hit	850.0	75.294	18.0	0.00023705894651228075	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0151_000000013449	1556	0.626355566051887	3	2	2	2	2	False	45294	fragment	False	ISR0151_000000013449	1.0		0	0	False	False	0.9993573427200317	0					non-mobilizable	no_good_hit	51.0	90.196	3.0	0.0007600198535798486	NZ_MOMC01000069.1	high GC Gram+	Frankia asymbiotica strain NRRL B-16386 contig_70, whole genome shotgun sequence	True	False
ISR0388_000000029755	1179	0.6263548882797525	2	2	2	2	1	False	22927	fragment	False	ISR0388_000000029755	1.0		0	0	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit	575.0	95.13	73.0	0.0001632690212676389	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0078_000000027880	1265	0.6263546709694975	2	2	2	1	1	False	69694	fragment	False	DEN0078_000000027880	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	84.89399999999999	99.0	0.0005526592521493639	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
ISR0303_000000004282	2770	0.6263504890760424	5	4	4	4	3	False	57558	maximal	True	ISR0303_000000004282	1.0		35	6	False	False	0.992057740688324	0					non-mobilizable	no_good_hit	1904.0	98.162	69.0	0.013632977046737542	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0081_000000043791	1179	0.6263444355968054	1	1	1	1	1	False	9944	fragment	False	MON0081_000000043791	1.0		0	0	False	False	0.9932146072387695	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000006191	5038	0.6263416147008433	4	4	4	4	4	False	125360	fragment	False	ISR0167_000000006191	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5039.0	99.226	100.0	0.019863835971313935	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0066_000000025148	1429	0.6263375341565204	2	2	2	2	2	False	77006	fragment	False	SPA0083_000000012732	0.6717017878705327		0	0	False	False	0.9916025400161743	0					non-mobilizable	other	1429.0	99.86	100.0	0.007259565036145313	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
MON0069_000000029048	1765	0.6263372569585768	3	1	1	1	0	True	10484	maximal	True	MON0069_000000029048	1.0		0	0	False	False	0.9949008226394653	0					non-mobilizable	no_good_hit	1160.0	95.603	66.0	0.012802370317958696	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
MON0102_000000016804	2714	0.6263294329822027	2	2	2	2	1	True	8960	fragment	False	MON0102_000000016804	1.0		0	0	False	False	0.9996315240859985	0					non-mobilizable	no_good_hit	801.0	97.00399999999999	29.0	0.99875	GQ876099.1		Uncultured organism clone VC1A903TR genomic sequence	True	True
USA0083_01_000000001425	17035	0.6263244793925897	31	7	6	5	5	False	508	maximal	True	USA0083_01_000000001425	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0022_000000025330	1311	0.6263210764910553	2	2	2	2	2	False	91233	fragment	False	CAN0022_000000025330	1.0		0	0	False	False	0.9946605563163757	0					non-mobilizable	chromosome	1311.0	98.398	100.0	0.0004622626096241664	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0107_000000009988	5205	0.6263210746026326	2	2	1	2	1	False	66199	maximal	True	MON0107_000000009988	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	82.564	26.0	0.00040886779449545926	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0104_000000039493	1170	0.6263173045020703	2	2	2	2	1	False	8772	maximal	True	MON0104_000000039493	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1171.0	92.82700000000001	100.0	0.0005926546314007588	NZ_CP032621.1	firmicutes	Streptococcus gwangjuense strain KCOM 1679 (=ChDC B345) chromosome, complete genome	False	False
FIJ0104_000000009041	2804	0.6263163619005829	4	4	4	4	3	False	100828	fragment	False	CHI0089_000000002831	0.9670980022352093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	88.10799999999999	42.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0370_000000020556	1313	0.6263121696452489	2	1	1	1	1	False	59838	fragment	False	ISR0370_000000020556	1.0		0	0	False	False	0.99390709400177	0					non-mobilizable	no_good_hit	38.0	97.368	3.0	0.004819590986062264	NZ_AQQZ01000031.1	a-proteobacteria	Pseudaestuariivita atlantica strain 22II-S11-z3 contig31, whole genome shotgun sequence	True	False
MON0008_000000008290	3711	0.6263103642282951	7	4	2	3	3	True	96190	fragment	False	MON0008_000000008290	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3102.0	95.035	83.0	0.0008466282490076653	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
USA0084_01_000000027049	1161	0.6263040464920538	2	2	2	2	2	False	455	fragment	False	USA0084_01_000000027049	1.0		0	0	False	False	0.9732989072799683	0					non-mobilizable	chromosome	1159.0	95.51299999999999	99.0	0.0004086260320189196	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0371_000000016294	1306	0.6263003736047685	3	2	2	1	1	False	23473	maximal	True	ISR0371_000000016294	1.0		5	2	False	False	0.9977028965950012	0					non-mobilizable	no_good_hit	198.0	90.404	15.0	5.218446044106955e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0053_000000026485	1237	0.6263003176155251	2	1	1	1	1	True	6458	fragment	False	SPA0053_000000026485	1.0		0	0	False	False	0.9894906878471375	0					non-mobilizable	chromosome	1186.0	96.88	100.0	0.00040372952863377995	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	True
SPA0043_000000003319	5254	0.6262959761658344	7	2	1	2	1	False	6818	fragment	False	SPA0043_000000003319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.3872711195329315e-05	CP012389.1	firmicutes	Lactobacillus amylovorus strain JBD401 chromosome, complete genome	True	False
MON0061_000000021083	2128	0.6262957772700681	6	3	2	2	3	False	10827	maximal	True	MON0061_000000021083	1.0		2	1	False	False	0.9849624037742615	0					non-mobilizable	no_good_hit	1093.0	96.615	51.0	0.00024706709636431265	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0176_000000017085	2000	0.6262939575208694	2	2	2	2	1	False	117279	fragment	False	ISR0176_000000017085	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2000.0	99.75	100.0	0.0076727913376911	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0231_000000016681	1221	0.6262921598225022	2	2	2	1	1	False	36664	fragment	False	ITA0005_000000014377	0.9247827294099787		0	0	False	False	0.9705159664154053	0					non-mobilizable	other	1238.0	83.68299999999999	100.0	0.012066469006412466	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
ISR0093_000000019757	1321	0.6262919589448089	2	2	2	1	1	False	33497	fragment	False	ISR0093_000000019757	1.0		0	0	False	False	0.9977290034294128	0					non-mobilizable	no_good_hit	88.0	79.545	6.0	0.00022716387273349298	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0344_000000029393	1206	0.626291404162918	2	2	2	2	1	False	24227	fragment	False	ISR0344_000000029393	1.0		0	0	False	False	0.9991708397865295	0					non-mobilizable	other	1206.0	93.20100000000001	100.0	0.007437720662666963	NZ_SPFY01000002.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_2_length_162012_cov_22.7863, whole genome shotgun sequence	False	False
ENG0173_000000003758	4995	0.626290607435056	4	2	2	2	1	False	126624	maximal	True	ENG0173_000000003758	1.0		2	2	False	False	0.9981982111930847	0					non-mobilizable	no_good_hit	3717.0	97.579	74.0	0.0010569820261856204	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0283_000000006207	2184	0.6262881916847011	3	2	1	2	1	False	36358	fragment	False	ISR0375_000000009741	0.9675615212527964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.0001866579182551444	NZ_QPJT01000009.1	firmicutes	Anaerobacterium chartisolvens strain DSM 27016 Ga0244570_109, whole genome shotgun sequence	True	False
ENG0001_000000016928	1604	0.6262865834851291	4	3	3	2	2	False	68044	fragment	False	ENG0001_000000016928	0.9184732108289883		0	0	False	False	1.0	0					non-mobilizable	other	993.0	98.59	100.0	0.008881249104712791	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0218_000000011640	1520	0.6262865834851291	3	3	3	2	2	False	68044	fragment	False	ENG0001_000000016928	0.9048614142320779		0	0	False	False	0.9980263113975525	0					non-mobilizable	other	908.0	98.568	100.0	0.008120254977796877	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0008_000000018061	1592	0.6262865678882474	3	2	2	1	1	False	94936	maximal	True	CAN0008_000000018061	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	98.98	6.0	0.000561667631731326	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	False
SPA0093_000000021905	1725	0.6262857850411421	3	3	2	3	2	False	15574	fragment	False	SPA0093_000000021905	0.9902309058614565		0	0	False	False	0.9994202852249146	0					non-mobilizable	no_good_hit	470.0	72.34	27.0	9.188885398276722e-05	CP047898.1	high GC Gram+	Pseudarthrobacter sp. YJ56 chromosome contig_1, complete sequence	True	False
ISR0167_000000011113	2683	0.6262854248244702	4	4	4	3	3	False	123000	fragment	False	ISR0157_000000012693	0.3980650033283363		0	0	False	False	0.999254584312439	0					non-mobilizable	chromosome	2689.0	87.46700000000001	100.0	0.0009351912140127406	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0090_000000035249	1728	0.6262816360305071	3	3	3	2	2	False	53034	fragment	False	MON0090_000000035249	0.9823321554770318		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	81.334	94.0	0.017626510700376085	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0112_000000003010	8076	0.6262768361713841	4	4	2	2	3	False	32665	fragment	False	ISR0112_000000003010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4106.0	96.152	76.0	0.20019521717911176	NZ_CBVI010000158.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
MON0015_000000004429	7141	0.6262756935295685	7	6	6	6	4	False	130686	maximal	True	MON0015_000000004429	1.0		12	1	False	False	1.0	0					non-mobilizable	other	6467.0	90.61399999999999	100.0	0.04592661138199808	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ISR0281_000000001226	9732	0.6262738169354719	10	5	2	5	1	False	83341	fragment	False	ISR0281_000000001226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0092_000000003239	5383	0.6262735646204141	7	6	5	5	6	False	109722	fragment	False	AST0092_000000003239	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5385.0	99.647	100.0	0.002896352124117081	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
MON0027_000000036279	1150	0.6262714420936057	2	1	1	1	1	False	12612	maximal	True	MON0027_000000036279	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	496.0	74.194	43.0	0.00011537654957444258	CP011848.1	firmicutes	Clostridioides difficile strain DSM 27640 chromosome, complete genome	True	False
ISR0243_000000005973	1943	0.6262707018268243	3	1	1	1	1	False	27229	maximal	True	ISR0243_000000005973	1.0		76	10	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	84.53	9.0	0.001748472514983438	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0026_000000007483	1526	0.626261851884734	2	2	2	2	2	False	88890	fragment	False	CHI0026_000000007483	0.9810379241516967		0	0	False	False	0.9986894130706787	0					non-mobilizable	other	1526.0	99.869	100.0	0.007366651530814341	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	False	False
MON0021_000000025100	1210	0.6262546047211198	3	1	1	1	1	False	13048	fragment	False	MON0021_000000025100	1.0		0	0	False	False	0.9644628167152405	0					non-mobilizable	no_good_hit	1083.0	87.62700000000001	89.0	0.4686011260285838	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	False
MON0015_000000018317	2060	0.6262543937934092	4	2	2	1	1	False	13416	fragment	False	MON0015_000000018317	1.0		0	0	False	False	0.9975728392601013	0					non-mobilizable	no_good_hit								True	False
MON0059_000000026217	1493	0.6262543937934092	3	2	2	1	1	False	10932	fragment	False	MON0059_000000026217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0154_000000003778	6854	0.6262504017556286	6	4	2	3	3	False	128749	fragment	False	ENG0087_000000003617	0.8906695417661513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2320.0	99.95700000000001	34.0	0.07585372236032971	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
FIJ0162_000000003505	6853	0.6262504017556286	6	4	2	3	3	False	128749	fragment	False	ENG0087_000000003617	0.8905539822579751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2320.0	99.95700000000001	34.0	0.07585372236032971	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
ISR0155_000000003861	6852	0.6262504017556286	6	4	2	3	3	False	128749	fragment	False	ENG0087_000000003617	0.8905979404022679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2319.0	99.95700000000001	34.0	0.07582101269135157	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
ISR0069_000000003403	6851	0.6262504017556286	6	4	2	3	3	False	128749	fragment	False	ENG0087_000000003617	0.890540933319292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2320.0	99.95700000000001	34.0	0.07585372236032971	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
ISR0145_000000004785	6850	0.6262504017556286	6	4	2	3	3	False	128749	fragment	False	ENG0087_000000003617	0.8904839219758344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2319.0	99.95700000000001	34.0	0.07582101269135157	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
AST0005_000000004225	6831	0.6262504017556286	6	4	2	3	3	False	128749	fragment	False	ENG0087_000000003617	0.8886409747736513		0	0	False	False	0.9994144439697266	0					non-mobilizable	no_good_hit	2319.0	99.95700000000001	34.0	0.07582101269135157	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
DEN0033_000000004077	6827	0.6262504017556286	6	4	2	3	3	False	128749	fragment	False	ENG0087_000000003617	0.8881350823274576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2301.0	99.95700000000001	34.0	0.07523223864974486	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
ISR0170_000000006386	6820	0.6262504017556286	6	4	2	3	3	False	128749	fragment	False	ENG0087_000000003617	0.887531698388732		0	0	False	False	0.9994134902954102	0					non-mobilizable	no_good_hit	2308.0	99.95700000000001	34.0	0.07546120633259192	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
MAD0037_000000002871	4489	0.6262468867055999	6	5	3	4	1	False	132272	fragment	False	DEN0079_000000010289	0.6022100032656404		0	0	False	False	1.0	0					non-mobilizable	other	4518.0	90.10600000000001	100.0	0.001051024988498217	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0182_000000006578	4840	0.6262459064401289	8	5	3	5	3	True	63055	fragment	False	ISR0182_000000006578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	1.0	0.00013747030520819517	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
AST0016_000000002893	8336	0.6262445836425597	11	5	2	5	3	True	123862	fragment	False	AST0149_000000003058	0.7233122710304459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0002794286758304943	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0282_000000022704	1149	0.6262418217415711	2	2	2	2	2	False	26123	fragment	False	ISR0282_000000022704	1.0		0	0	False	False	0.9956483840942383	0					non-mobilizable	other	1149.0	95.90899999999999	100.0	0.0047574251886600884	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
SPA0033_000000025051	1274	0.6262400203640014	1	1	1	1	1	False	7178	maximal	True	SPA0033_000000025051	1.0		53	8	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	79.54	84.0	0.013889951201603157	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	True	False
FIJ0150_000000002970	7347	0.6262393300865671	13	4	3	2	3	False	39828	maximal	True	FIJ0150_000000002970	1.0		1	1	False	False	0.9989111423492432	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0469075456171546e-06	CP026250.1	bony fishes	Scophthalmus maximus chromosome 8	True	False
ISR0165_000000003654	4829	0.6262319104139756	7	1	1	1	1	False	30256	maximal	True	ISR0165_000000003654	1.0		1	1	False	False	0.9989646077156067	0					non-mobilizable	no_good_hit	546.0	75.092	11.0	8.578959193654377e-05	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0036_000000008487	1580	0.6262317930375023	2	2	2	2	1	False	78355	fragment	False	SPA0020_000000022088	0.6590770386009479		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	94.73700000000001	91.0	0.0069469252976219215	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0338_000000000613	18518	0.6262307576544625	20	7	2	6	3	False	24428	maximal	True	ISR0338_000000000613	1.0		1	1	False	False	0.9998379945755005	0					non-mobilizable	no_good_hit	849.0	72.90899999999999	5.0	0.00020004802117758064	CP028524.1	firmicutes	Clostridioides difficile strain 020477 chromosome	True	False
SPA0068_000000002316	5944	0.6262277198178301	3	1	1	1	1	False	85600	maximal	True	SPA0068_000000002316	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	5776.0	99.152	97.0	0.02764981372051373	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	False	True
ISR0827_000000005300	2161	0.6262277001347558	3	3	2	2	2	True	113478	fragment	False	ISR0827_000000005300	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1879.0	89.09	98.0	0.000582998228606236	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0020_000000018776	1132	0.626226711025936	2	2	0	1	2	False	49726	fragment	False	FIJ0043_000000026105	0.9528728926524259		0	0	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	1136.0	98.06299999999999	100.0	0.29673202614379085	CP048356.1	enterobacteria	Raoultella ornithinolytica strain 23 plasmid p23_G, complete sequence	False	True
CHI0045_000000000957	12637	0.626226464721672	17	17	5	8	15	True	109629	maximal	True	CHI0045_000000000957	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	10892.0	99.816	86.0	0.002161207974140925	CP002212.1	enterobacteria	Escherichia coli str. 'clone D i14', complete genome	True	True
ISR0807_000000001479	8726	0.6262241781891794	5	3	3	3	3	False	30887	fragment	False	ISR0807_000000001479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1785.0	94.34200000000001	27.0	0.0004721600307730967	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0166_000000005904	1309	0.6262158946957899	2	2	2	2	2	False	78210	maximal	True	CHI0166_000000005904	1.0		172	12	False	False	0.9633308053016663	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	5.0	0.000643915003219575	NZ_VWRQ01000026.1	firmicutes	Paenibacillus tepidiphilus strain SYSU G01001 SYSU_G01001_Contig26, whole genome shotgun sequence	True	False
CHI0049_000000003701	4096	0.62621138217716	8	5	3	5	5	False	122700	fragment	False	CHI0059_000000003804	0.9646164806459274		0	0	False	False	0.9951171875	0					non-mobilizable	other	4098.0	99.78	100.0	0.0008650688939937903	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0179_000000016251	1395	0.6262059316263683	3	3	1	2	3	False	29671	fragment	False	ISR0179_000000016251	0.955240174672489		0	0	False	False	0.9978494644165039	0					non-mobilizable	other	1396.0	98.854	100.0	0.00038711254033579374	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0086_000000003955	7430	0.6262041036901432	11	6	6	6	5	False	107440	maximal	True	FIJ0086_000000003955	1.0		1	1	False	False	0.999192476272583	0					non-mobilizable	no_good_hit	450.0	78.0	6.0	0.00010811984892181824	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0127_000000012020	2075	0.6261995382759117	3	3	3	3	2	False	116782	fragment	False	ISR0079_000000011824	0.39132025493189676		0	0	False	False	0.9898794889450073	0					non-mobilizable	other	2075.0	99.855	100.0	0.019012522230167025	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0100_000000007227	4393	0.6261995334067189	4	4	4	4	4	False	53639	maximal	False	ISR0396_000000004595	0.6387829857217612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	85.42399999999999	24.0	0.026825633383010434	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0051_000000012551	1488	0.6261975526369807	3	3	3	2	3	False	86591	fragment	False	ISR0207_000000019334	0.9654968437347312		0	0	False	False	1.0	0					non-mobilizable	other	1488.0	98.454	100.0	0.020735720660419454	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0032_01_000000009473	2501	0.6261911390247393	5	3	2	3	0	False	120995	fragment	False	USA0032_01_000000009473	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2438.0	96.26700000000001	98.0	0.0005823508826972041	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0813_000000019224	1614	0.6261911390247393	3	2	2	2	0	False	57536	fragment	False	ISR0813_000000019224	0.9759579485609406		0	0	False	False	0.9931846261024475	0					non-mobilizable	chromosome	1495.0	85.75299999999999	100.0	0.0003140558426041968	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
MON0037_000000050325	1493	0.6261911390247393	3	2	2	2	0	False	57536	fragment	False	ISR0813_000000019224	0.6404378356051218		0	0	False	False	0.9986603856086731	0					non-mobilizable	chromosome	1434.0	84.868	100.0	0.00030112911763870696	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ENG0144_000000012728	1342	0.6261911390247393	3	3	2	3	0	False	57535	fragment	False	ENG0144_000000012728	0.9987264741437731		0	0	False	False	1.0	0					non-mobilizable	chromosome	1322.0	83.056	100.0	0.0003015561264423916	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	False	False
MON0039_000000037676	1318	0.6261911390247393	2	2	2	2	0	False	57535	fragment	False	ENG0144_000000012728	0.9932845768911344		0	0	False	False	0.9962064027786255	0					non-mobilizable	other	1321.0	94.852	100.0	0.013723849372384937	NZ_FQVI01000018.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
MON0011_000000036030	1295	0.6261911390247393	2	2	2	2	0	False	57535	fragment	False	ENG0144_000000012728	0.9820076935428063		0	0	False	False	0.9861003756523132	0					non-mobilizable	other	1295.0	95.367	100.0	0.013514644351464435	NZ_FQVI01000018.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0084_000000028621	1239	0.6261734252466608	3	1	1	1	1	False	111230	maximal	True	AST0084_000000028621	1.0		2	2	False	False	0.9991928935050964	0					non-mobilizable	no_good_hit								True	False
CHI0035_000000004861	2199	0.6261679335201651	2	2	2	2	2	False	88107	maximal	True	CHI0035_000000004861	1.0		11	4	False	False	0.9977262616157532	0					non-mobilizable	no_good_hit	1161.0	89.32	70.0	0.00023967303639083813	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
MAD0085_000000002422	4309	0.6261662487155447	4	3	3	3	3	False	73051	maximal	True	MAD0085_000000002422	1.0		52	8	False	False	0.9997678995132446	0					non-mobilizable	other	4308.0	97.493	99.0	0.0022716723981518598	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
CHI0188_000000007214	2100	0.626163316586166	2	2	2	2	2	False	77040	maximal	True	CHI0188_000000007214	0.9768108389786347		287	12	False	False	0.9866666793823242	0					non-mobilizable	chromosome	2095.0	99.475	99.0	0.0008211755044994065	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0255_000000021298	1556	0.6261575339606057	2	2	2	2	2	False	26880	maximal	True	ISR0255_000000021298	1.0		72	7	False	False	1.0	0					non-mobilizable	other	1540.0	87.792	99.0	0.007413413645314491	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0018_000000008943	2093	0.6261562429283405	4	4	4	3	3	False	13275	maximal	True	MON0018_000000008943	1.0		28	5	False	False	0.9995222091674805	0					non-mobilizable	chromosome	1421.0	90.21799999999999	99.0	0.000615691727487904	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0312_000000005879	2808	0.6261548062042679	4	3	3	3	3	False	66988	maximal	True	ISR0312_000000005879	0.9943002374055169		869	15	False	False	0.9985755085945129	0					non-mobilizable	other	2808.0	98.96700000000001	100.0	0.015719589845828177	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0223_000000010033	2826	0.6261544120267492	3	3	3	3	3	False	115314	maximal	True	ISR0223_000000010033	0.993486017443843		138	8	False	False	1.0	0					non-mobilizable	other	2826.0	99.363	100.0	0.04079186761775493	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0131_000000025227	1436	0.6261543543117852	1	1	1	1	1	False	47887	fragment	False	ISR0131_000000025227	1.0		0	0	False	False	0.9958217144012451	0					non-mobilizable	other	1443.0	82.883	99.0	0.0025832474956750447	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0143_000000016919	1131	0.6261503050556059	2	1	1	1	1	False	57583	maximal	False	ISR0294_000000015776	0.9279128248113999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0202_000000001228	19204	0.6261501589782128	19	6	3	4	2	True	54145	fragment	False	ENG0202_000000001228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0010504767548348867	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0104_000000015505	1729	0.6261470826825363	3	3	3	2	2	False	79728	maximal	True	FIJ0104_000000015505	1.0		86	10	False	False	1.0	0					non-mobilizable	chromosome	1729.0	98.20700000000001	100.0	0.000314782365702421	CP028816.1	enterobacteria	Klebsiella pneumoniae strain Kp589 chromosome, complete genome	False	False
ISR0311_000000007085	2769	0.6261463618543761	5	2	2	2	2	False	128214	maximal	True	ISR0311_000000007085	1.0		12	3	False	False	0.9895269274711609	0					non-mobilizable	other	2758.0	90.97200000000001	99.0	0.0008832061764717213	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0100_000000018471	1961	0.6261463618543761	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.46783907890705806		0	0	False	False	1.0	0					non-mobilizable	other	1877.0	85.34899999999999	96.0	0.00107768764961868	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0166_000000010716	1912	0.6261463618543761	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4734896891493821		0	0	False	False	0.9968619346618652	0					non-mobilizable	plasmid	1890.0	80.847	98.0	0.015813866630449546	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ISR0344_000000018463	1849	0.6261463618543761	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.41618138397305016		0	0	False	False	0.9978366494178772	0					non-mobilizable	other	1724.0	85.15100000000001	93.0	0.0005522045160055837	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0040_000000012829	1829	0.6261463618543761	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.32656832543151304		0	0	False	False	0.9972662925720215	0					non-mobilizable	other	1713.0	88.96700000000001	94.0	0.0005493150737706708	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AUS0002_000000020488	1809	0.6261463618543761	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.42287258305702025		0	0	False	False	1.0	0					non-mobilizable	other	1753.0	87.10799999999999	97.0	0.028261224489795917	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AST0005_000000015631	1767	0.6261463618543761	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4299096511741093		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	87.126	100.0	0.02850612244897959	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0016_000000019264	1750	0.6261463618543761	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.38467857003973266		0	0	False	False	1.0	0					non-mobilizable	other	1712.0	85.22200000000001	98.0	0.0005483519263590331	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0053_000000001208	9862	0.6261366652871959	9	3	2	2	3	True	86444	maximal	True	CHI0053_000000001208	0.9999493003447577		2	2	False	False	1.0	0		MOBB			mobilizable	plasmid	5658.0	99.89399999999999	100.0	0.06345003982454762	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	False	True
FIJ0001_000000001860	9862	0.6261366652871959	9	3	2	2	3	True	86444	maximal	False	CHI0053_000000001208	0.9999493003447577		0	0	False	False	1.0	0		MOBB			mobilizable	plasmid	5658.0	99.89399999999999	100.0	0.06345003982454762	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	False	True
USA0063_01_000000009473	2147	0.6261329631259187	3	3	3	3	2	False	62163	fragment	False	USA0063_01_000000009473	0.9675727229375298		0	0	False	False	1.0	0					non-mobilizable	other	2147.0	98.277	100.0	0.00832257138757354	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0037_000000029321	1225	0.6261307797650583	3	3	2	2	1	False	65138	fragment	False	ENG0037_000000029321	1.0		0	0	False	False	0.9983673691749573	0					non-mobilizable	no_good_hit	65.0	86.154	5.0	2.692795617667475e-05	NZ_CP013438.1	b-proteobacteria	Burkholderia latens strain AU17928 isolate AU17928 chromosome 2, complete sequence	True	False
FIJ0038_000000006103	5281	0.6261296960227327	6	4	4	3	4	False	76903	fragment	False	FIJ0038_000000006103	1.0		0	0	False	False	0.9979170560836792	0					non-mobilizable	no_good_hit	854.0	79.625	16.0	0.00023629020463850254	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0184_000000002656	5381	0.6261263589894156	5	5	4	5	4	True	83235	maximal	True	ISR0184_000000002656	1.0		133	11	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.87799999999999	83.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0246_000000009366	2276	0.6261259903505708	3	2	2	2	2	True	69746	fragment	False	ISR0246_000000009366	0.984375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.971	18.0	0.012450891508008462	NZ_KB898686.1	firmicutes	Gracilibacillus lacisalsi DSM 19029 D569DRAFT_scaffold00025.25, whole genome shotgun sequence	True	True
FIJ0123_000000006352	5156	0.6261256836495703	5	3	2	3	2	False	79702	fragment	False	FIJ0123_000000006352	1.0		0	0	False	False	0.9992241859436035	0					non-mobilizable	no_good_hit	3124.0	90.973	78.0	0.006634621318029871	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0829_000000001835	6790	0.6261249034103588	8	7	6	6	4	True	22215	fragment	False	ISR0829_000000001835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	78.423	11.0	0.0002124292690305898	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
AST0047_000000011090	1996	0.6261221956022051	3	2	2	2	2	False	115328	fragment	False	ENG0104_000000014764	0.7266259739685462		0	0	False	False	1.0	0					non-mobilizable	other	1953.0	98.822	100.0	0.024262246154228794	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AUS0016_000000010006	2744	0.6261211372952596	3	3	3	2	1	True	100485	maximal	True	AUS0016_000000010006	1.0		4	3	False	False	0.9967201352119446	0					non-mobilizable	no_good_hit	369.0	82.385	13.0	0.020047234580106554	NZ_FMKA01000047.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
ENG0162_000000010195	2429	0.6261177434512792	3	3	2	2	2	True	127713	fragment	False	ENG0162_000000010195	1.0		0	0	False	True	0.9991766214370728	0					non-mobilizable	other	2431.0	92.431	100.0	0.005216304789575172	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	True
SPA0110_000000005332	3974	0.6261159265718877	4	4	3	4	2	False	96237	maximal	True	SPA0110_000000005332	1.0		152	12	False	False	1.0	0					non-mobilizable	no_good_hit	351.0	72.65	9.0	0.00042597935469024077	NZ_QSGP01000002.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf2, whole genome shotgun sequence	True	False
ENG0040_000000020607	1204	0.6261148241642897	2	2	2	2	1	True	64806	maximal	True	ENG0040_000000020607	1.0		5	3	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit	308.0	88.961	26.0	6.832321912302363e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0076_000000008460	2947	0.6261118482648629	2	2	2	2	1	False	34581	fragment	False	ISR0076_000000008460	1.0		0	0	False	False	0.9993213415145874	0					non-mobilizable	other	2947.0	98.914	100.0	0.011974538862378162	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ISR0198_000000007709	4409	0.6261086596790265	6	6	4	5	5	False	82566	fragment	False	ISR0198_000000007709	0.9657689367560073		0	0	False	False	0.9965978860855103	0					non-mobilizable	no_good_hit	76.0	84.211	2.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
FIJ0039_000000003456	7107	0.6261085775183154	10	3	3	3	2	False	47586	maximal	True	FIJ0039_000000003456	1.0		105	10	True	True	1.0	2					non-mobilizable	no_good_hit	2057.0	97.32600000000001	75.0	0.0005481857984399513	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0039_000000004529	2972	0.6261069546918661	4	3	2	3	1	True	18491	maximal	True	MAD0039_000000004529	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2335.0	86.681	78.0	0.12103536274152388	NZ_VULP01000043.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq43, whole genome shotgun sequence	True	True
DEN0018_000000001523	15754	0.6261033132195348	7	5	5	5	2	True	130445	maximal	True	DEN0018_000000001523	1.0	PS1102	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	90.0	98.889	1.0	0.0009672861645473319	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0025_000000007895	4034	0.6260968397408359	13	3	1	3	2	True	12834	maximal	True	MON0025_000000007895	1.0		4	3	False	False	0.9957858324050903	0					non-mobilizable	no_good_hit								True	True
ISR0093_000000003005	6806	0.6260962566703957	8	7	6	5	6	False	33541	maximal	True	ISR0093_000000003005	1.0		1	1	False	False	0.9952982664108276	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000006181	3261	0.6260914320972852	6	1	1	1	1	False	24710	fragment	False	ISR0375_000000006181	1.0		0	0	False	False	0.9990800619125366	0					non-mobilizable	no_good_hit	1292.0	92.337	48.0	0.00034852730315305	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0329_000000004950	2732	0.6260914320972852	3	1	1	1	1	False	24709	fragment	False	ISR0329_000000004950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	93.266	47.0	0.00034852730315305	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0075_000000019967	1331	0.6260914320972852	1	1	1	1	1	False	10335	fragment	False	MON0075_000000019967	1.0		0	0	False	False	0.9579263925552368	0					non-mobilizable	no_good_hit	1061.0	92.083	80.0	0.00028606818210700303	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0813_000000017626	1757	0.6260904838352425	6	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.4229009187338572		0	0	False	False	0.9971542358398438	0					non-mobilizable	other	1757.0	99.715	100.0	0.11684854937450093	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0029_000000007620	1490	0.6260904838352425	5	5	2	3	5	False	88564	fragment	False	CHI0029_000000007620	0.9980585594226181		0	0	False	False	1.0	0					non-mobilizable	other	1490.0	99.866	100.0	0.09908171413361724	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0344_000000024578	1423	0.6260904838352425	5	5	2	3	5	False	88564	fragment	False	CHI0029_000000007620	0.9771761838771634		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	100.0	100.0	0.0946233697098749	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0207_000000003970	4199	0.6260889567896635	5	3	2	2	3	False	127557	maximal	True	ENG0207_000000003970	1.0		3	2	False	False	0.9997618198394775	0					non-mobilizable	no_good_hit	436.0	72.706	10.0	0.00014700432109884695	LT992476.1	firmicutes	Staphylococcus aureus isolate 21_LA_436 genome assembly, chromosome: I	True	False
ISR0092_000000001975	8759	0.6260871505607815	5	5	3	5	1	True	129158	fragment	False	SPA0093_000000004000	0.4374556975419625		0	0	False	False	0.9957757592201233	0					non-mobilizable	no_good_hit	866.0	85.681	18.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0305_000000001355	8811	0.626086800307971	11	4	3	4	3	False	112440	fragment	False	ISR0305_000000001355	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	92.204	8.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
FIJ0153_000000016960	1508	0.6260861967660164	2	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.1388716814159292		0	0	False	False	0.9993368983268738	0					non-mobilizable	other	1512.0	90.476	100.0	0.0004546320837173369	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0062_000000013321	2476	0.6260856027414423	3	2	2	2	2	False	6170	maximal	True	SPA0062_000000013321	1.0		16	4	False	False	0.999596118927002	0					non-mobilizable	no_good_hit	957.0	71.78699999999999	38.0	0.001808960011049427	NZ_PTJA01000003.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_103, whole genome shotgun sequence	True	False
ENG0118_000000003215	4260	0.626083665216009	8	4	3	3	3	True	130611	fragment	False	SPA0048_000000004397	0.8517316765872691		0	0	False	False	1.0	0		MOBV			mobilizable	other	3868.0	98.345	100.0	0.6298711886515571	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0044_000000006484	3967	0.626083665216009	6	4	3	3	3	True	130611	fragment	False	SPA0048_000000004397	0.8120696956805611		0	0	False	False	1.0	0		MOBV			mobilizable	other	3867.0	99.92200000000001	100.0	0.6301972933311593	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0805_000000005885	1975	0.6260824942593917	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.023632529935050942	PS777	0	0	False	True	1.0	0					non-mobilizable	other	1988.0	76.559	100.0	0.002202181208053691	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	False	True
SPA0018_000000019828	1510	0.6260797051233511	3	3	2	2	2	False	7794	maximal	True	SPA0018_000000019828	1.0		114	11	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	3.0	1.1019543159793895e-05	CP000962.1	firmicutes	Clostridium botulinum A3 str. Loch Maree, complete genome	True	False
ISR0052_000000006431	4762	0.6260745458382183	4	4	4	1	3	False	124488	fragment	False	ISR0052_000000006431	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3740.0	92.96799999999999	90.0	0.05080476047822653	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	False	False
SPA0111_000000005172	6131	0.6260736797524288	8	6	6	4	5	False	100480	maximal	True	SPA0111_000000005172	1.0		1	1	False	False	0.9978796243667603	0					non-mobilizable	no_good_hit	3480.0	97.414	69.0	0.006023387155416894	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
USA0023_01_000000008037	3961	0.6260554203089282	8	7	4	2	1	False	65494	maximal	True	USA0023_01_000000008037	1.0		4	1	False	False	0.991416335105896	0					non-mobilizable	other	2236.0	99.28399999999999	100.0	0.046504369538077406	NZ_LMUA01000025.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00025, whole genome shotgun sequence	False	False
CHI0143_000000014323	1371	0.6260538259191618	2	2	2	2	1	True	87033	fragment	False	CHI0143_000000014323	0.9829201832055862		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	81.845	99.0	0.00041127196276277694	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0145_000000008082	4049	0.6260536928646137	6	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.6719489129249852		0	0	False	False	1.0	0					non-mobilizable	other	3733.0	99.223	92.0	0.0011168031897718542	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
TAN0010_000000009076	1731	0.6260516530386865	3	3	2	3	2	False	2614	maximal	True	TAN0010_000000009076	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	81.884	63.0	0.00025555328219244443	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0109_000000017598	1373	0.6260502616432311	2	1	1	1	1	False	96071	fragment	False	CAN0004_000000021344	0.721605715597415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	74.696	30.0	0.00011587776551135202	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0188_000000007787	3399	0.6260483061530153	5	4	2	4	4	True	124274	maximal	True	ENG0188_000000007787	1.0		45	10	False	False	1.0	0		MOBV			mobilizable	chromosome	3394.0	94.137	100.0	0.0008009053754063643	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
FIJ0033_000000016813	2152	0.6260445526994715	2	2	2	2	1	False	48281	fragment	False	FIJ0033_000000016813	1.0		0	0	False	False	0.9976765513420105	0					non-mobilizable	other	1128.0	89.184	94.0	0.0035831354183557002	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ENG0191_000000005255	4993	0.6260441735388268	6	4	3	3	4	False	54752	fragment	False	ENG0191_000000005255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	75.616	7.0	0.00023355631634720494	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
MAD0036_000000021481	1459	0.6260378475991291	2	1	1	1	1	False	99836	fragment	False	MAD0036_000000021481	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0061_000000036234	1289	0.6260378475991291	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.6554498394998688		0	0	False	False	0.9992241859436035	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000024127	1251	0.6260378475991291	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.490694927229066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0148_000000004557	2594	0.6260292736799442	5	1	1	1	1	True	87148	maximal	True	CHI0148_000000004557	1.0		7	3	False	False	0.9992290139198303	0					non-mobilizable	no_good_hit	60.0	85.0	2.0	0.00013136943576827338	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0315_000000005353	1788	0.6260265870030536	6	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.3117559716871555		0	0	False	False	1.0	0					non-mobilizable	other	1788.0	96.309	100.0	0.051370651923519924	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
DEN0090_000000012370	2182	0.6260219172388698	3	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.9481248017030176		0	0	False	False	0.9981667995452881	0					non-mobilizable	chromosome	2028.0	99.014	99.0	0.0005432021215700819	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0052_000000010597	2163	0.6260219172388698	3	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.9619624757438242		0	0	False	False	0.9976884126663208	0					non-mobilizable	chromosome	2026.0	99.26	94.0	0.0005426661549972451	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0011_000000013722	2020	0.6260219172388698	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.9329030248847433		0	0	False	False	0.9787128567695618	0					non-mobilizable	chromosome	2020.0	98.96	100.0	0.0005410582552787348	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0034_000000018193	1958	0.6260219172388698	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.9043098296127285		0	0	False	False	1.0	0					non-mobilizable	chromosome	1953.0	99.23200000000001	99.0	0.0005231033750887024	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0128_000000000719	25622	0.6260217357960023	40	10	5	10	3	True	31876	fragment	False	ISR0128_000000000719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2126.0	96.23700000000001	8.0	0.000823469860731581	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	True	True
MON0069_000000022415	2228	0.6260207690829558	3	2	2	2	2	True	10496	fragment	False	MON0069_000000022415	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	896.0	95.87100000000001	93.0	0.0004064841257730011	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
ISR0120_000000020560	1703	0.6260194777521124	3	2	2	2	2	False	65149	fragment	False	ISR0120_000000020560	1.0		0	0	False	False	0.9994127750396729	0					non-mobilizable	no_good_hit	1486.0	82.369	87.0	0.01323234493625555	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0004_01_000000002210	11309	0.6260135902819343	16	5	0	5	0	False	12352	maximal	True	USA0004_01_000000002210	0.9331449230031146		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0132_01_000000001750	11307	0.6260135902819343	17	5	0	5	0	False	12352	maximal	False	USA0004_01_000000002210	0.9330588051312478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0045_01_000000001303	11297	0.6260135902819343	16	5	0	5	0	False	12352	maximal	False	USA0004_01_000000002210	0.7463167287374389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0033_000000005644	11255	0.6260135902819343	15	5	0	5	0	False	12352	maximal	False	USA0004_01_000000002210	0.7437359747790042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0006_01_000000001981	11061	0.6260135902819343	14	5	0	5	0	False	12352	maximal	False	USA0004_01_000000002210	0.7415069447651603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000013143	4212	0.6260126356023038	4	4	4	3	3	False	54776	fragment	False	MON0090_000000013143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	70.73	29.0	0.00043297421527393294	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0169_000000002563	7908	0.6260120506658028	8	6	4	6	4	False	82543	fragment	False	ENG0169_000000002563	1.0		0	0	False	False	0.9989883899688721	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	1.7571205166105745e-05	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
AST0153_000000021330	1591	0.6260013301664789	2	1	1	1	1	False	103339	fragment	False	ISR0102_000000010240	0.9802162700292754		0	0	False	False	1.0	0					non-mobilizable	other	1591.0	99.56	100.0	0.0006604229697601045	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0358_000000013327	1467	0.6260013301664789	2	1	1	1	1	False	103339	fragment	False	ISR0102_000000010240	0.9516088726958193		0	0	False	False	0.9993183612823486	0					non-mobilizable	other	1467.0	99.796	100.0	0.0006089182853259831	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0066_000000024557	1314	0.6260013301664789	1	1	1	1	1	False	103339	fragment	False	ISR0102_000000010240	0.3211449061744757		0	0	False	False	0.9893454909324646	0					non-mobilizable	other	1314.0	99.848	100.0	0.0005453681505000109	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
SPA0027_000000029217	1289	0.6259993060124084	2	2	1	2	1	False	7464	maximal	True	SPA0027_000000029217	1.0		248	13	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	80.22	7.0	0.0005681029149991794	NZ_AQQR01000009.1	a-proteobacteria	Marinibacterium profundimaris strain 22II1-22F33 contig9, whole genome shotgun sequence	True	False
SPA0114_000000042390	1106	0.6259987560756511	1	1	1	1	1	False	110476	fragment	False	AST0087_000000032574	0.9788858939802336		0	0	False	False	0.9873417615890503	0					non-mobilizable	other	1106.0	97.83	100.0	0.0009226471037648177	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
ENG0186_000000005702	2776	0.6259985632988805	5	2	2	2	2	False	62469	fragment	False	ENG0186_000000005702	1.0		0	0	False	False	0.9859510064125061	0					non-mobilizable	no_good_hit	1689.0	97.98700000000001	61.0	0.5567282321899736	MK231496.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_8_c1 sequence	True	False
ENG0013_000000013311	2038	0.625995471307625	4	4	4	4	4	False	120838	fragment	False	USA0052_01_000000006844	0.5923665021706889		0	0	False	False	0.98233562707901	0					non-mobilizable	other	2038.0	97.007	100.0	0.048754789272030655	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	False	False
ISR0135_000000009966	1958	0.6259918079394425	3	2	2	2	1	False	104577	maximal	True	ISR0135_000000009966	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	92.413	81.0	0.00034766358459597597	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0086_000000018489	1533	0.6259863087009033	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9935278403280651		0	0	False	False	0.9993476867675781	0					non-mobilizable	other	1533.0	99.73899999999999	100.0	0.0004918472782096245	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0001_000000001722	17043	0.6259842690232061	23	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.7279510513461336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0020578360229611178	NC_049971.1	viruses	Bacillus phage vB_Bpu_PumA1, complete genome	True	False
ENG0050_000000002474	8334	0.6259819048066726	11	5	3	4	3	True	128151	maximal	True	ENG0050_000000002474	1.0	PS1029|PS1034	2	2	False	True	0.9983201622962952	0					non-mobilizable	no_good_hit	3407.0	97.652	70.0	0.5162219526986053	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0107_000000006956	6824	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9957572632355285	PS1029|PS1034	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	5123.0	95.979	83.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0392_000000003943	6824	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9959107515795717	PS1029|PS1034	0	0	True	True	1.0	151					non-mobilizable	no_good_hit	5123.0	96.01799999999999	83.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0190_000000003408	6816	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9940371873965225	PS1029|PS1034	0	0	True	True	1.0	339					non-mobilizable	no_good_hit	3413.0	92.939	84.0	0.5145542753183747	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0266_000000001796	6816	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9932329794663013	PS1029|PS1034	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	5123.0	95.198	83.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0134_000000004723	6816	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9930511283830236	PS1029|PS1034	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	5123.0	95.179	83.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0125_01_000000003858	6815	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9926433699825196	PS1029|PS1034	0	0	True	True	1.0	552					non-mobilizable	no_good_hit	4967.0	95.329	84.0	0.75	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0138_000000004177	6806	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9956472274688188	PS1029|PS1034	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	3453.0	94.295	84.0	0.5204669496664646	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0125_000000002311	6804	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9957967814179339	PS1029|PS1034	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	3453.0	94.324	84.0	0.520618556701031	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0090_000000004262	6804	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9939478262629926	PS1029|PS1034	0	0	True	True	0.9997060298919678	61					non-mobilizable	no_good_hit	3072.0	92.18799999999999	84.0	0.46285627653123107	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0025_000000004390	6804	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9936637112550978	PS1029|PS1034	0	0	True	True	1.0	166					non-mobilizable	no_good_hit	3072.0	92.155	84.0	0.46285627653123107	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0243_000000001235	6804	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9959453551928077	PS1029|PS1034	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	3453.0	94.324	84.0	0.520618556701031	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0208_000000004089	6804	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9956882888276736	PS1029|PS1034	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	5123.0	95.959	83.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0232_000000002890	6804	0.6259819048066726	9	5	3	4	3	True	128149	backbone	True	ISR0232_000000002890	0.9959692098947343	PS1029|PS1034	35	8	True	True	1.0	84					non-mobilizable	no_good_hit	5123.0	95.99799999999999	83.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0102_000000005477	6803	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9957563795393131	PS1029|PS1034	0	0	True	True	1.0	70					non-mobilizable	no_good_hit	5123.0	95.99799999999999	83.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0261_000000002284	6799	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9926612928906415	PS1029|PS1034	0	0	True	True	1.0	55					non-mobilizable	no_good_hit	3453.0	92.992	84.0	0.520618556701031	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0781_000000003389	6797	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9929042795484838	PS1029|PS1034	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3327.0	97.595	84.0	0.5039417828987265	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0820_000000002385	6796	0.6259819048066726	7	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9927908366699327	PS1029|PS1034	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	3467.0	93.02	84.0	0.5227410551849606	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0849_000000003427	6795	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9928378697791513	PS1029|PS1034	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	5123.0	95.15899999999999	83.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0119_000000001280	6791	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9937110263892522	PS1029|PS1034	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	5123.0	95.99799999999999	83.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0102_000000003449	6784	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9936786954779857	PS1029|PS1034	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	5123.0	95.022	84.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0152_000000003724	6784	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.995783204354331	PS1029|PS1034	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	3015.0	99.635	84.0	0.4569436021831413	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0179_000000002033	6783	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.992162307723456	PS1029|PS1034	0	0	True	True	1.0	478					non-mobilizable	no_good_hit	4110.0	95.134	84.0	0.6202243784111583	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0148_000000004894	6771	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9939196682600867	PS1029|PS1034	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	3297.0	97.665	84.0	0.4995451788963008	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0062_000000004130	6736	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9949744130719657	PS1029|PS1034	0	0	True	True	0.9998515248298645	1					non-mobilizable	no_good_hit	3321.0	98.946	84.0	0.5031837477258945	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0033_000000010216	6724	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9951494370323652	PS1029|PS1034	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	3319.0	98.915	84.0	0.5028805336567617	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0120_000000001702	6724	0.6259819048066726	9	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9943232047257548	PS1029|PS1034	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	5123.0	95.99799999999999	84.0	0.7738023044269254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0132_000000003533	6699	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9917260838037731	PS1029|PS1034	0	0	True	True	0.9997014403343201	6					non-mobilizable	no_good_hit	3319.0	98.945	84.0	0.5028805336567617	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CAN0009_000000002833	6658	0.6259819048066726	7	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9829347691323412	PS1029|PS1034	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3194.0	97.777	84.0	0.4840812613705276	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0206_000000003653	6621	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9798890051765698	PS1029|PS1034	0	0	True	True	0.999093770980835	6					non-mobilizable	no_good_hit	3288.0	98.936	84.0	0.49818071558520316	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0037_000000004607	6429	0.6259819048066726	8	5	3	4	3	True	128149	backbone	False	ISR0232_000000002890	0.9469314931649438	PS1029|PS1034	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	3453.0	94.469	83.0	0.520618556701031	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0151_000000010411	1684	0.6259786859668582	2	2	2	2	2	False	70885	maximal	True	FIJ0151_000000010411	0.9634292565947242		706	14	False	False	1.0	0					non-mobilizable	chromosome	1684.0	97.743	100.0	0.0005611024400719369	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0106_000000017846	1176	0.6259768348227841	2	2	2	2	1	False	60035	maximal	True	ENG0106_000000017846	1.0		10	5	False	False	1.0	0					non-mobilizable	other	1176.0	98.214	100.0	0.0006726212249491527	CP017107.1	firmicutes	Lactobacillus salivarius strain CICC 23174, complete genome	False	False
MON0013_000000008103	5226	0.6259758222913101	8	8	4	4	5	False	81645	maximal	True	MON0013_000000008103	1.0		1209	14	False	False	1.0	0					non-mobilizable	other	5226.0	99.617	100.0	0.0012190023451505404	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0008_000000011781	2576	0.6259753561250961	2	2	2	2	2	False	8172	fragment	False	SPA0008_000000011781	1.0		0	0	False	False	0.9957298040390015	0					non-mobilizable	no_good_hit	1332.0	77.85300000000001	51.0	0.00029977079552185064	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0042_000000009392	3282	0.6259749523581478	4	2	2	1	1	False	6862	maximal	True	SPA0042_000000009392	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	1630.0	100.0	50.0	0.9993865030674847	NZ_QEKJ01000051.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_151, whole genome shotgun sequence	True	False
ENG0202_000000003464	7091	0.625970579988177	10	3	3	3	3	False	54143	fragment	False	ENG0202_000000003464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	91.304	10.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0011_000000008961	2946	0.625970579988177	6	3	3	3	3	False	108285	fragment	False	ISR0011_000000008961	0.9840191036002939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	91.304	20.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0152_000000015992	1646	0.6259687161429255	2	2	2	2	2	True	91438	maximal	True	FIJ0152_000000015992	0.9896103896103896		19	8	False	False	0.9763062000274658	0					non-mobilizable	no_good_hit	167.0	74.251	10.0	0.21052631578947367	KP449625.1	bacteria	Uncultured bacterium clone contig87268 genomic sequence	True	True
FIJ0095_000000001426	15655	0.6259683025920961	16	7	3	6	3	True	43147	fragment	False	FIJ0095_000000001426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	7.827755047828846e-07	CP032250.1	eudicots	Gossypioides kirkii chromosome KI_08	True	True
USA0082_01_000000006330	4599	0.6259629769988948	5	5	3	3	3	False	108479	maximal	True	USA0082_01_000000006330	1.0		6	3	False	False	0.9939117431640625	0					non-mobilizable	no_good_hit	4041.0	99.654	88.0	0.028666307155223798	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0066_000000026741	1358	0.6259602288150513	2	1	1	1	1	False	33086	fragment	False	ISR0102_000000011830	0.9611899238825709		0	0	False	False	0.9970545172691345	0					non-mobilizable	other	1341.0	98.285	99.0	0.0014638697287034266	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ENG0162_000000004746	5029	0.6259601921913087	9	8	3	4	8	False	85492	fragment	False	ISR0807_000000002591	0.9876470588235294		0	0	False	False	1.0	0					non-mobilizable	other	5029.0	99.801	100.0	0.18789939833327104	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
DEN0061_000000009660	3982	0.6259596907230661	4	4	2	4	2	False	100815	maximal	True	DEN0061_000000009660	1.0		15	7	False	False	0.9942240118980408	0					non-mobilizable	no_good_hit	1285.0	98.755	32.0	0.000230114345127396	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ENG0068_000000005922	3859	0.6259593822406346	4	2	0	2	1	True	126067	maximal	True	ENG0068_000000005922	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0356_000000005504	3214	0.6259593822406346	5	2	0	2	1	True	107473	maximal	False	AST0106_000000006159	0.9541256157635468		0	0	False	False	0.9993777275085449	0					non-mobilizable	no_good_hit								True	True
MAD0033_000000007416	2625	0.6259593822406346	4	2	0	2	1	True	28391	fragment	False	MAD0033_000000007416	0.9547218102705588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0224_000000011657	2561	0.6259593822406346	4	2	0	2	1	True	28391	fragment	False	MAD0033_000000007416	0.6384783798576902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0002_000000015514	2436	0.6259593822406346	4	2	0	2	1	True	28391	fragment	False	MAD0033_000000007416	0.9308892979552877		0	0	False	False	0.9954844117164612	0					non-mobilizable	no_good_hit								True	True
ISR0193_000000011313	2408	0.6259593822406346	3	2	0	2	1	True	122480	fragment	False	ISR0193_000000011313	0.9715600167294018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0114_000000018112	2164	0.6259593822406346	3	2	0	2	1	True	49974	fragment	False	FIJ0114_000000018112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0018_000000013464	1986	0.6259593822406346	3	2	0	2	1	True	49974	fragment	False	FIJ0114_000000018112	0.9588724584103512		0	0	False	False	0.9994964599609375	0					non-mobilizable	no_good_hit								True	True
ISR0783_000000007442	1861	0.6259593822406346	3	2	0	2	1	True	95264	fragment	False	ISR0361_000000007076	0.3047945205479452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0042_000000014069	1724	0.6259589659354726	2	1	1	1	1	False	47287	fragment	False	FIJ0042_000000014069	1.0		0	0	False	False	0.9831786751747131	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	False
ENG0060_000000008128	3408	0.6259579360848324	3	3	3	3	3	False	124239	maximal	True	ENG0060_000000008128	1.0		41	4	False	False	1.0	0					non-mobilizable	no_good_hit	1955.0	99.898	70.0	0.00055110466306747	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0102_000000004608	3611	0.6259574001328104	4	4	3	3	4	False	15021	maximal	True	MAD0102_000000004608	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	3640.0	98.104	100.0	0.0007089408960709011	CP043414.1	enterobacteria	Escherichia coli strain EC42405 chromosome, complete genome	False	False
MON0050_000000031387	1302	0.6259550248916258	1	1	1	1	1	False	11304	fragment	False	MON0050_000000031387	1.0		0	0	False	False	0.9569892287254333	0					non-mobilizable	other	1306.0	91.194	100.0	0.13279575380218434	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	False
USA0031_01_000000005861	5221	0.6259539661752636	6	4	2	3	3	False	69003	fragment	False	ISR0039_000000005440	0.970753350235422		0	0	False	False	0.9978930950164795	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.002115695117198374	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	True	False
MAD0024_000000009126	1649	0.6259474448112498	2	2	2	2	1	False	19185	maximal	True	MAD0024_000000009126	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1655.0	86.042	100.0	0.00046489467599799503	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0026_000000009249	3156	0.6259456455697407	5	4	3	4	4	False	57089	maximal	True	SPA0026_000000009249	1.0		2	1	False	False	0.9968314170837402	0					non-mobilizable	other	3139.0	99.07600000000001	99.0	0.021726316373445766	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
MAD0006_000000002174	3643	0.6259421509360902	3	2	2	1	1	False	19897	maximal	True	MAD0006_000000002174	1.0		4	1	False	False	0.9939610362052917	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	7.632956896955608e-06	NZ_KE386571.1	a-proteobacteria	Sphingomonas phyllosphaerae FA2 SphspDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
USA0046_01_000000002387	4488	0.6259418005930908	3	3	3	3	2	False	91884	fragment	False	USA0046_01_000000002387	1.0		0	0	False	False	0.9997771978378296	0					non-mobilizable	other	4466.0	99.32799999999999	99.0	0.019269943204377925	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
FIJ0122_000000004527	3797	0.6259410320543359	4	4	0	0	4	False	60949	fragment	False	FIJ0122_000000004527	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	3795.0	99.315	99.0	0.016065311376560906	CP027063.3	enterobacteria	Klebsiella variicola strain WCHKV030666 plasmid pVir_030666, complete sequence	False	True
ISR0087_000000011075	2835	0.6259300813104784	4	4	4	4	4	False	33853	maximal	True	ISR0087_000000011075	1.0		17	5	False	False	1.0	0					non-mobilizable	other	2857.0	78.054	100.0	0.11984224587591705	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
USA0102_01_000000003882	3662	0.6259293239485977	4	3	2	3	1	True	111708	fragment	False	ISR0189_000000003034	0.9428608786610879		0	0	False	False	0.9969961643218994	0					non-mobilizable	other	3663.0	97.84299999999999	100.0	0.14728245564629683	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0146_000000019850	2068	0.6259233237089258	3	2	1	1	2	False	61922	fragment	False	ENG0078_000000012307	0.9738580407080666		0	0	False	False	0.9956479668617249	0					non-mobilizable	no_good_hit	249.0	90.361	25.0	0.0006185747736692503	NZ_FOGP01000002.1	actinobacteria	Olsenella umbonata strain KHGC19, whole genome shotgun sequence	True	False
MON0084_000000023642	1512	0.6259148985244664	2	2	2	2	2	False	9818	maximal	True	MON0084_000000023642	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	6.790730409221603e-06	NZ_LT906435.1	b-proteobacteria	Pandoraea sputorum strain NCTC13161 chromosome 1	True	False
CHI0005_000000001397	9438	0.6259131880267018	21	6	4	6	5	False	90808	maximal	True	CHI0005_000000001397	1.0		1	1	False	False	0.9998940229415894	0					non-mobilizable	no_good_hit								True	False
ISR0362_000000005021	4548	0.6259093580667374	5	4	2	3	3	True	38111	fragment	False	ISR0362_000000005021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1542.0	73.8	35.0	0.028277297530424347	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	True
SPA0134_000000009087	3215	0.6258979678987991	3	3	3	3	2	False	3669	maximal	True	SPA0134_000000009087	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2459.0	99.634	76.0	0.1086697024625315	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	True	False
ENG0099_000000013337	1221	0.6258900459360073	2	2	2	2	2	False	60643	fragment	False	ENG0099_000000013337	0.9967836257309942		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	99.345	100.0	0.002766258001174526	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ENG0137_000000000373	29309	0.6258897357209762	34	8	2	8	3	False	58009	backbone	False	ISR0190_000000000726	0.557684094968476	PS253	0	0	True	True	1.0	378					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0003763748135550692	NZ_BCLE01000028.1	firmicutes	Streptococcus orisasini strain SH06, whole genome shotgun sequence	True	True
ENG0198_000000009564	2034	0.6258799764967297	2	2	1	2	2	False	54345	fragment	False	ISR0132_000000012584	0.9474393530997305		0	0	False	False	0.974926233291626	0					non-mobilizable	no_good_hit	1490.0	76.309	72.0	0.022273168954208673	NZ_RQYY01000011.1	fusobacteria	Fusobacterium canifelinum strain OH4460_COT-188 scaffold_10, whole genome shotgun sequence	True	False
CAN0003_000000018236	2734	0.6258799518881448	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9414704703665873		0	0	False	False	0.9996342062950134	0					non-mobilizable	no_good_hit	1436.0	91.01700000000001	64.0	0.00040271881570878794	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0262_000000011368	1493	0.6258784622218566	2	2	1	1	2	False	123274	fragment	False	FIJ0169_000000013988	0.9619483972338495		0	0	False	False	0.9966510534286499	0					non-mobilizable	other	1493.0	99.12899999999999	100.0	0.00044648187543933727	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0017_000000006081	2046	0.6258747142784193	3	3	3	2	1	False	35750	fragment	False	ISR0053_000000008203	0.9192660550458716		0	0	False	False	0.9946236610412598	0					non-mobilizable	chromosome	2036.0	98.919	99.0	0.0007177420976912629	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0078_000000014438	2188	0.6258743717541821	3	3	3	3	3	False	69776	maximal	True	DEN0078_000000014438	1.0		0	0	False	False	0.9958866834640503	0					non-mobilizable	no_good_hit	420.0	88.333	19.0	0.0006906685040219819	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0106_000000004142	4208	0.6258692572549989	9	2	1	2	1	True	104440	maximal	True	MAD0106_000000004142	1.0		4	1	False	False	0.9980988502502441	0					non-mobilizable	no_good_hit	260.0	73.462	6.0	0.0033038514938036716	NZ_SLUM01000021.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_121, whole genome shotgun sequence	True	True
ISR0835_000000005410	2512	0.6258632955378276	4	4	2	4	3	False	31973	maximal	True	ISR0835_000000005410	0.9828269484808454		499	15	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0073_000000004752	5471	0.6258623224170556	6	5	2	4	3	False	93712	maximal	True	ENG0073_000000004752	1.0		6	3	False	False	0.9946992993354797	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00021236833163438667	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
ISR0288_000000003527	7223	0.6258611977711993	6	4	3	4	4	False	130745	maximal	True	ISR0288_000000003527	1.0		316	12	False	False	0.9979233145713806	0					non-mobilizable	other	5362.0	98.322	99.0	0.008900658293417896	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0061_000000036052	1164	0.6258577938217658	2	1	1	1	1	False	111784	fragment	False	AST0061_000000036052	1.0		0	0	False	False	0.9965635538101196	0					non-mobilizable	other	1179.0	86.853	100.0	0.0004263532812678744	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0299_000000005763	1973	0.6258516948641769	3	2	1	2	2	False	25614	maximal	True	ISR0299_000000005763	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	99.449	28.0	0.7637130801687764	GQ881854.1		Uncultured organism clone VC1CV76TR genomic sequence	True	False
ISR0152_000000012468	1884	0.6258513187678766	2	2	2	2	2	False	86962	fragment	False	ISR0152_000000012468	1.0		0	0	False	False	0.975053071975708	0					non-mobilizable	chromosome	1139.0	76.822	94.0	0.00030873090440895014	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0019_000000000832	29361	0.625847318244332	40	13	4	8	9	True	101314	fragment	False	MON0019_000000000832	1.0		0	0	False	False	0.9999318718910217	0					non-mobilizable	no_good_hit	60.0	88.333	0.0	0.0003517474095889921	NZ_BBCG01000002.1	firmicutes	Cellulosilyticum ruminicola JCM 14822, whole genome shotgun sequence	True	True
FIJ0041_000000017753	2079	0.6258430771647061	3	3	3	2	2	False	47385	maximal	True	FIJ0041_000000017753	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	79.753	19.0	0.0012106868975083577	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0072_01_000000013739	1261	0.6258423880548142	1	1	1	1	1	False	719	fragment	False	USA0072_01_000000013739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0774_000000020242	1221	0.6258374462259064	2	2	2	2	1	True	22460	maximal	True	ISR0774_000000020242	1.0		10	3	False	False	1.0	0					non-mobilizable	other	1238.0	83.279	100.0	0.01635969953754444	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0084_000000008369	2163	0.625836838089322	3	3	3	3	3	False	87821	fragment	False	ISR0297_000000005738	0.7163306036757213		0	0	False	False	0.9995377063751221	0					non-mobilizable	other	2163.0	99.63	100.0	0.0006941082346535301	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0064_000000014034	1887	0.6258307872437329	1	1	1	1	1	False	45482	fragment	False	FIJ0064_000000014034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	71.54899999999999	31.0	0.0121328090501924	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
FIJ0115_000000013905	1706	0.6258307872437329	1	1	1	1	1	False	41725	fragment	False	FIJ0115_000000013905	1.0		0	0	False	False	0.9783118367195129	0					non-mobilizable	no_good_hit	772.0	74.093	45.0	0.003939023498312593	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0075_000000004208	5669	0.6258306660476206	8	6	3	5	6	False	123746	fragment	False	ENG0075_000000004208	1.0		0	0	False	True	0.9992944002151489	0					non-mobilizable	chromosome	5675.0	93.956	100.0	0.0010517688510233926	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0018_000000015195	1431	0.6258256222545441	2	1	1	1	1	False	66599	maximal	True	ENG0018_000000015195	1.0		597	14	False	False	1.0	0					non-mobilizable	other	1431.0	97.484	100.0	0.0004591002662139446	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0087_000000013955	3481	0.6258218176533156	4	2	1	2	1	False	9705	fragment	False	MON0087_000000013955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	95.12200000000001	2.0	0.01162621711960471	NZ_LNAM01000004.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf101, whole genome shotgun sequence	True	False
ENG0047_000000016699	1280	0.6258062057580569	2	2	2	2	2	False	64295	maximal	True	ENG0047_000000016699	1.0		33	7	False	False	0.9984375238418579	0					non-mobilizable	chromosome	1265.0	76.68	97.0	0.00044089165645297174	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
SPA0149_000000014169	2731	0.6258010507453531	2	2	2	2	2	True	9463	fragment	False	MON0092_000000018476	0.9351693465617517		0	0	False	False	0.9996338486671448	0					non-mobilizable	chromosome	2732.0	96.04700000000001	100.0	0.0009723846326184822	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
FIJ0071_000000013768	2593	0.6258007443499402	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.3220451777959203		0	0	False	False	1.0	0					non-mobilizable	chromosome	2398.0	86.656	96.0	0.0005281140031887136	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0024_000000003776	3208	0.6257996943186067	5	4	4	4	2	False	102462	fragment	False	CHI0024_000000003776	0.9842651489789086		0	0	False	False	0.9965710639953613	0					non-mobilizable	other	3210.0	99.315	100.0	0.03160922370741029	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
ENG0103_000000004432	4377	0.6257982563369	6	3	2	3	0	True	60324	maximal	True	ENG0103_000000004432	1.0		1	1	False	False	0.9990861415863037	0					non-mobilizable	no_good_hit	188.0	78.723	4.0	0.0004020039681682019	NZ_QSGP01000006.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf6, whole genome shotgun sequence	True	True
ENG0202_000000015749	1344	0.6257966355113566	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.042724704492368606	PS1059	0	0	False	True	0.9992559552192688	0					non-mobilizable	other	1344.0	87.054	100.0	0.018243605795027724	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0097_000000023387	1769	0.6257959642023628	3	3	2	2	2	False	15410	fragment	False	MAD0097_000000023387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1603.0	76.107	89.0	0.1279548204921339	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
DEN0082_000000010362	3710	0.6257930868672436	5	4	4	4	4	False	69310	fragment	False	DEN0082_000000010362	0.982750265514058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	77.837	20.0	0.005221539387167476	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
ISR0287_000000008099	1642	0.62578860473825	3	3	3	3	1	False	121854	fragment	False	FIJ0048_000000015861	0.46574856311552026		0	0	False	False	1.0	0					non-mobilizable	chromosome	1642.0	98.78200000000001	100.0	0.0005520143981511557	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0782_000000007682	1714	0.6257843082702199	3	3	2	3	2	False	122102	fragment	False	ISR0028_000000007710	0.1766170015814734		0	0	False	False	0.9982497096061707	0					non-mobilizable	other	1714.0	95.85799999999999	100.0	0.03916323731138546	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0273_000000007251	1746	0.6257815134564645	3	3	3	3	2	False	87334	maximal	True	ISR0273_000000007251	1.0		1	1	False	False	0.9736540913581848	0					non-mobilizable	other	1692.0	94.85799999999999	96.0	0.008297322362319698	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0160_000000001181	16644	0.6257785031171186	23	8	5	8	4	False	105227	maximal	True	ENG0160_000000001181	0.9845550692029386		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.4709102973526884e-05	CP026512.1	g-proteobacteria	Candidatus Pseudomonas adelgestsugas isolate HWA_ENA chromosome, complete genome	True	False
ISR0062_000000019607	1926	0.6257738114130045	2	2	2	2	2	False	88059	fragment	False	SPA0126_000000021053	0.8149327986977651		0	0	False	False	1.0	0					non-mobilizable	chromosome	1841.0	98.64200000000001	100.0	0.000533382033432038	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0285_000000000577	15059	0.6257711952604379	17	6	4	5	4	False	75278	maximal	True	ISR0285_000000000577	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3397.0	97.91	60.0	0.16096723422521106	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
FIJ0011_000000026991	1670	0.6257655768919106	4	3	3	3	1	True	50942	fragment	False	FIJ0159_000000015087	0.9434470377019748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0038_000000006103	4870	0.6257622259719378	4	3	3	2	2	False	128167	fragment	False	SPA0038_000000006103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	97.48200000000001	23.0	0.00031601373280199793	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0042_000000004080	5628	0.6257614725514665	6	4	4	3	3	False	36386	fragment	False	ISR0042_000000004080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4449.0	96.24600000000001	79.0	0.03090426419080447	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	True	False
SPA0133_000000015294	1281	0.6257578934430267	1	1	1	1	1	False	3682	maximal	True	SPA0133_000000015294	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0020_000000007595	2861	0.625745736321309	5	3	3	3	1	False	81982	maximal	True	ISR0020_000000007595	1.0		90	11	False	False	0.9933589696884155	0					non-mobilizable	no_good_hit	1139.0	98.595	48.0	0.0036633456195979334	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0009_000000014940	2204	0.625745736321309	4	3	3	3	1	False	74443	maximal	True	ISR0009_000000014940	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	98.64399999999999	53.0	0.003557115034846851	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0136_000000029126	1464	0.6257437115605411	3	2	2	2	1	False	20659	maximal	True	SPA0136_000000029126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000010250	2190	0.6257428399499491	4	4	4	4	3	False	36703	maximal	True	ISR0037_000000010250	1.0		26	7	False	False	0.998630166053772	0					non-mobilizable	no_good_hit	299.0	74.247	14.0	9.035739566094597e-05	NZ_CP017253.2	firmicutes	Clostridium taeniosporum strain 1/k chromosome, complete genome	True	False
FIJ0062_000000010673	2707	0.6257414210471066	4	4	3	4	3	False	45724	fragment	False	FIJ0062_000000010673	1.0		0	0	False	False	0.9911341071128845	0					non-mobilizable	no_good_hit	639.0	84.507	24.0	0.006730402340272184	AP012293.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC2 DNA, complete genome	True	False
ISR0001_000000006923	4226	0.6257394757074382	7	6	4	5	3	False	126610	fragment	False	ENG0144_000000004366	0.9821962231638478		0	0	False	False	0.9997633695602417	0					non-mobilizable	no_good_hit	1730.0	99.249	67.0	0.0004172750419326423	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ENG0025_000000010919	2327	0.6257360368810576	3	3	2	2	1	False	81171	maximal	True	ENG0025_000000010919	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	95.745	4.0	2.6005904179148802e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0067_000000016274	1834	0.6257360014821648	3	2	2	1	1	False	54434	fragment	False	ISR0067_000000016274	1.0		0	0	False	False	0.979825496673584	0					non-mobilizable	other	1792.0	98.661	98.0	0.04199690475073864	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0038_000000028584	1251	0.6257352095502555	2	2	2	2	2	False	36597	fragment	False	SPA0027_000000027676	0.9298397874029085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000017513	2104	0.6257311034074442	2	2	2	2	2	False	47386	maximal	True	FIJ0041_000000017513	1.0		7	5	False	False	0.9961977005004883	0					non-mobilizable	no_good_hit	198.0	97.98	9.0	6.916295533308139e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0041_000000004961	5334	0.6257304030052232	6	6	6	5	4	False	18294	maximal	True	MAD0041_000000004961	1.0		2	1	False	False	0.9962504506111145	0					non-mobilizable	no_good_hit	146.0	74.658	3.0	0.0008389410437135548	NZ_QJUN01000011.1	g-proteobacteria	Pseudomonas dryadis strain P27B NODE_11_length_169261_cov_20.974736, whole genome shotgun sequence	True	False
MON0060_000000008734	4013	0.6257285470018344	6	5	4	5	4	False	78254	maximal	True	MON0060_000000008734	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	91.016	88.0	0.0003429894339731876	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0087_000000018628	1988	0.6257279837813801	3	2	2	2	2	False	117015	fragment	False	AST0094_000000009639	0.49077282557300433		0	0	False	False	0.9969819188117981	0					non-mobilizable	no_good_hit								True	False
MAD0111_000000002256	7350	0.6257261005965087	10	9	4	8	9	False	67928	fragment	False	FIJ0068_000000003655	0.9676486916688786		0	0	False	False	0.9998639225959778	0					non-mobilizable	chromosome	7350.0	98.55799999999999	100.0	0.0015318730921946605	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
FIJ0159_000000002162	8805	0.6257244838117394	2	2	2	2	1	False	112022	maximal	False	USA0069_01_000000006367	0.9527621077026587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7732.0	97.34899999999999	88.0	0.002163757633396036	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0092_000000049754	1123	0.6257189801526208	2	2	2	2	1	True	78793	fragment	False	DEN0079_000000050436	0.46933992699653415		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	99.911	100.0	0.0002981412408255802	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0191_000000015213	2055	0.6257150954357709	3	3	3	3	1	False	54714	maximal	True	ENG0191_000000015213	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1518.0	81.686	73.0	0.00042463930951568634	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0167_000000014402	1454	0.6257110909945645	2	2	2	2	1	False	43712	maximal	True	FIJ0167_000000014402	1.0		28	2	False	False	0.9944979548454285	0					non-mobilizable	no_good_hit	632.0	77.057	43.0	0.028810968548798	NZ_JXQL01000058.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig58, whole genome shotgun sequence	True	False
ENG0167_000000022441	1146	0.6257109518286919	2	2	2	2	1	True	56019	maximal	True	ENG0167_000000022441	1.0		15	4	False	False	0.9973822236061096	0					non-mobilizable	no_good_hit	815.0	88.712	71.0	0.013815072226764785	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
SPA0104_000000003660	8358	0.6257091977409847	11	4	4	4	4	False	105200	maximal	True	SPA0104_000000003660	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1124.0	99.288	13.0	0.005203434359347416	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
ENG0061_000000017858	1151	0.6257068513005879	2	2	2	2	2	False	63232	fragment	False	ENG0061_000000017858	0.9741302408563783		0	0	False	False	0.9947871565818787	0					non-mobilizable	no_good_hit	485.0	72.99	41.0	0.00024198144165019143	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
ENG0132_000000008776	2189	0.6257023800354427	3	3	3	3	2	False	58323	maximal	True	ENG0132_000000008776	1.0		8	3	True	True	0.9958885312080383	2					non-mobilizable	no_good_hit	688.0	85.61	54.0	0.014925048881164457	NZ_FOIN01000021.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	True
MAD0022_000000004891	2452	0.625700540883222	3	3	3	1	1	False	19292	maximal	True	MAD0022_000000004891	1.0		1	1	False	False	0.984910249710083	0					non-mobilizable	no_good_hit	1368.0	90.27799999999999	56.0	0.0003805546855969656	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0807_000000013372	1138	0.6256979130611107	2	2	2	2	2	False	77006	fragment	False	SPA0083_000000012732	0.38113960595787105		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.29700000000001	100.0	0.005780199892224945	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
USA0083_01_000000012447	2394	0.6256884606491204	3	2	2	2	2	False	83356	fragment	False	USA0083_01_000000012447	1.0		0	0	False	False	0.9941520690917969	0					non-mobilizable	other	1979.0	96.059	100.0	0.0005913390061618242	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0079_000000052126	1208	0.6256884462563729	2	2	1	2	1	False	69425	fragment	False	DEN0079_000000052126	1.0		0	0	False	False	0.9908940196037292	0					non-mobilizable	no_good_hit								True	False
ENG0065_000000011860	2336	0.6256867909885184	4	4	4	3	2	False	122299	fragment	False	SPA0031_000000012922	0.9647518892800011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1904.0	81.25	81.0	0.007319822000518971	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0045_000000021228	1915	0.6256857618553263	3	3	3	3	2	False	75511	fragment	False	DEN0045_000000021228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	75.39699999999999	26.0	7.692800021926037e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ISR0143_000000016523	1779	0.625683957529459	2	2	1	2	2	False	32704	maximal	True	ISR0143_000000016523	1.0		1	1	False	False	0.9910061955451965	0					non-mobilizable	other	1684.0	98.87200000000001	95.0	0.004432960364119097	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
ISR0381_000000005733	2817	0.6256785719641813	5	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.6609104658391676		0	0	False	False	0.9985800385475159	0					non-mobilizable	other	2819.0	94.324	100.0	0.00241813368493701	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0268_000000008662	2256	0.6256785719641813	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5347245779137301		0	0	False	False	1.0	0					non-mobilizable	other	2256.0	99.823	100.0	0.0039288552982025575	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0037_000000020125	1608	0.6256765013146128	3	3	3	1	2	False	47768	fragment	False	FIJ0037_000000020125	1.0		0	0	False	False	0.9975124597549438	0					non-mobilizable	no_good_hit	249.0	99.598	31.0	7.466805083569507e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0113_01_000000014757	1216	0.6256755349802033	3	2	2	2	2	False	93120	fragment	False	CAN0015_000000027705	0.9795768793826235		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	99.095	100.0	0.0009789742122883421	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ISR0016_000000003504	5440	0.625675419419945	4	4	2	4	2	True	66593	maximal	True	ISR0016_000000003504	0.9828727131179447		5	2	False	False	0.9963235259056091	0					non-mobilizable	no_good_hit	279.0	80.645	5.0	0.000778902543372648	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	True
ENG0131_000000014900	1765	0.6256744462178133	3	3	1	1	1	True	131238	fragment	False	SPA0046_000000017752	0.3989849816713701		0	0	False	False	0.9977337121963501	0					non-mobilizable	other	1759.0	88.744	99.0	0.0005482946249247585	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MAD0003_000000013251	2096	0.6256684672443388	2	2	1	2	2	True	47916	fragment	False	SPA0023_000000011812	0.9408271007479103		0	0	False	False	0.9995229244232178	0					non-mobilizable	other	2094.0	94.604	99.0	0.023695553539019965	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
USA0111_01_000000011481	2189	0.6256652719904733	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.2534333075266611		0	0	False	False	0.999086320400238	0					non-mobilizable	other	2196.0	88.069	100.0	0.0006797498022970255	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0029_000000033603	1231	0.6256635510789109	2	1	1	1	1	True	103371	fragment	False	AST0153_000000017642	0.12115052968711505		0	0	False	False	0.9983752965927124	0					non-mobilizable	other	1231.0	99.756	100.0	0.0016604007910527346	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ENG0197_000000008487	1230	0.6256635510789109	2	1	1	1	1	True	103371	fragment	False	AST0153_000000017642	0.12108588610441158		0	0	False	False	0.997560977935791	0					non-mobilizable	other	1230.0	99.756	100.0	0.0016590508717104152	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
MAD0091_000000004066	3472	0.6256602118423878	5	5	5	3	3	False	106730	maximal	False	SPA0079_000000006635	0.9750226296909883		0	0	False	False	0.9930875301361084	0					non-mobilizable	chromosome	3472.0	99.94200000000001	100.0	0.001455248285230341	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
CHI0155_000000005221	2347	0.6256598409433682	3	3	3	3	2	False	79074	fragment	False	CHI0155_000000005221	1.0		0	0	False	False	0.9987217783927917	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000006338	3461	0.6256567603056151	4	4	4	4	4	False	127054	fragment	False	ENG0049_000000005054	0.6658543040339119		0	0	False	False	1.0	0					non-mobilizable	other	3116.0	98.427	100.0	0.0009306563833072592	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0775_000000017690	1102	0.6256559962903718	1	1	1	1	1	False	22437	fragment	False	ISR0775_000000017690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0013_000000011695	2167	0.6256553932633374	4	4	4	3	3	False	117340	fragment	False	ISR0398_000000010638	0.9741592577091428		0	0	False	False	0.9995385408401489	0					non-mobilizable	other	2167.0	97.139	100.0	0.017527951617995904	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0012_000000010059	5369	0.6256501718671791	6	5	3	5	3	False	94301	maximal	True	CAN0012_000000010059	0.9926484813310119		29	8	False	False	0.9932948350906372	0					non-mobilizable	other	4599.0	99.95700000000001	99.0	0.0010727220637324756	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0080_000000018177	2738	0.6256481948508201	3	2	2	2	1	False	10056	maximal	True	MON0080_000000018177	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1327.0	93.06700000000001	91.0	0.00035772042053645083	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0253_000000002617	4207	0.6256443894022635	6	5	5	4	5	False	26943	maximal	True	ISR0253_000000002617	1.0		33	9	False	False	0.9954836964607239	0					non-mobilizable	no_good_hit	2149.0	95.67200000000001	63.0	0.0005254162446542023	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0074_000000011064	2911	0.6256376417291334	2	2	2	2	1	False	44647	maximal	True	FIJ0074_000000011064	1.0		267	11	False	False	1.0	0					non-mobilizable	chromosome	2805.0	99.964	96.0	0.0005596424355862335	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0197_000000010739	2363	0.6256337377336396	2	1	1	1	1	False	34309	fragment	False	ISR0080_000000011658	0.6345285524568393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0057_000000002038	10774	0.6256336922922614	15	6	6	6	2	False	46177	maximal	True	FIJ0057_000000002038	0.999811106913487		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	86.316	2.0	0.058288937637104354	NZ_AXUN02000106.1	firmicutes	Youngiibacter fragilis 232.1 contig_194, whole genome shotgun sequence	True	False
FIJ0122_000000001634	10588	0.6256336922922614	15	6	6	6	2	False	46177	maximal	False	FIJ0057_000000002038	0.9911824763319101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	93.204	1.0	0.007275839931521507	NZ_AXUN02000026.1	firmicutes	Youngiibacter fragilis 232.1 contig_121, whole genome shotgun sequence	True	False
ISR0366_000000011719	1698	0.6256332265669254	3	3	3	2	1	False	129955	fragment	False	ISR0011_000000014131	0.5146729483858891		0	0	False	False	0.9994110465049744	0					non-mobilizable	other	1698.0	98.94	100.0	0.00047833854071772214	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0100_000000012275	1337	0.6256315457528465	2	2	2	2	2	False	33161	fragment	False	ISR0100_000000012275	0.9836377473363775		0	0	False	False	0.9805534482002258	0					non-mobilizable	other	1337.0	97.98100000000001	100.0	0.004896445312643164	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0153_000000013515	1398	0.625625536790973	2	2	2	2	2	False	3220	maximal	True	SPA0153_000000013515	1.0		69	10	False	False	0.9992846846580505	0					non-mobilizable	no_good_hit	44.0	93.182	3.0	0.000120600196325901	NZ_JABRUY010000006.1	firmicutes	Paenibacillus frigoriresistens strain LMG 31322 NODE_3_length_356550_cov_25.138474, whole genome shotgun sequence	True	False
FIJ0126_000000013041	2781	0.6256246232051436	4	3	2	2	2	True	41149	fragment	False	FIJ0126_000000013041	1.0		0	0	False	False	0.9992808103561401	0					non-mobilizable	no_good_hit	217.0	80.184	13.0	0.00021857412407690557	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
USA0047_01_000000014782	2432	0.625619903940384	3	3	3	2	2	True	32708	fragment	False	USA0047_01_000000014782	1.0		0	0	False	False	0.9995887875556946	0					non-mobilizable	chromosome	2435.0	93.38799999999999	100.0	0.000416367008592301	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	True
ENG0008_000000004913	4621	0.6256146388669915	4	4	4	3	1	False	67479	maximal	True	ENG0008_000000004913	1.0		4	2	False	False	0.9980523586273193	0					non-mobilizable	no_good_hit	459.0	77.56	10.0	0.00041369428083568065	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0103_000000028207	1921	0.6256021651057394	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.23608175865685782		0	0	False	False	0.9786569476127625	0					non-mobilizable	other	1920.0	97.396	99.0	0.0005737004817110924	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0082_000000010303	1638	0.625597085066401	2	2	2	2	2	False	5596	maximal	True	SPA0082_000000010303	1.0		10	2	False	False	0.9749694466590881	0					non-mobilizable	chromosome	1397.0	100.0	100.0	0.0002173916767329706	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ISR0825_000000018559	1299	0.6255966379754008	3	2	2	2	1	False	21119	fragment	False	ISR0825_000000018559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	80.15899999999999	10.0	0.0009692483919288043	NZ_QAFW01000002.1	firmicutes	Metalysinibacillus jejuensis strain N25 NODE_2_length_124839_cov_162.191_ID_3, whole genome shotgun sequence	True	False
SPA0011_000000005687	3595	0.6255961965704242	5	4	3	4	3	False	8049	maximal	True	SPA0011_000000005687	1.0		1	1	False	False	0.9997218251228333	0					non-mobilizable	no_good_hit	2620.0	98.779	73.0	0.04184708796037389	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0094_000000001284	14485	0.6255881080910135	38	6	1	2	5	False	71586	maximal	True	DEN0094_000000001284	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0046648237733241185	XM_017291205.2	flies	PREDICTED: Drosophila miranda anillin (LOC108158676), mRNA	True	False
ISR0181_000000002662	6429	0.6255834008400204	8	8	3	5	7	True	123607	fragment	False	ISR0087_000000003064	0.9113881606664084		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6430.0	99.81299999999999	100.0	0.06411663739422002	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0100_000000010182	2940	0.6255794477313507	4	3	1	3	2	True	77460	fragment	False	ENG0100_000000010182	1.0		0	0	False	False	0.9891156554222107	0					non-mobilizable	other	2942.0	92.556	99.0	0.0008732564393319962	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0080_000000001400	8003	0.6255793899406656	10	6	4	3	5	False	28004	maximal	True	SPA0080_000000001400	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	3847.0	99.792	82.0	0.000694343268796961	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0220_000000001949	5486	0.6255793899406656	6	6	4	3	5	False	28003	fragment	False	ISR0220_000000001949	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3898.0	100.0	100.0	0.0007035506288356102	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
AUS0020_000000008466	3328	0.6255780232232262	4	4	1	4	2	True	124267	fragment	False	AUS0020_000000008466	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3328.0	99.91	100.0	0.016956495148006196	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	True
FIJ0098_000000020167	1197	0.6255759224457548	2	2	2	2	2	False	42837	maximal	True	FIJ0098_000000020167	1.0		25	4	False	False	0.9924812316894531	0					non-mobilizable	other	1192.0	82.29899999999999	100.0	0.00035647972657041515	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0025_000000033257	1173	0.6255726354564299	2	2	2	1	1	False	119647	fragment	False	ISR0194_000000023771	0.978021978021978		0	0	False	False	0.9965899586677551	0					non-mobilizable	other	1173.0	99.829	100.0	0.00022687276986680516	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0013_000000021685	1250	0.6255696671983071	1	1	1	1	1	False	62718	fragment	False	ENG0066_000000015969	0.9492260276803602		0	0	False	False	0.9959999918937683	0					non-mobilizable	other	1250.0	97.12	99.0	0.0005203490212938984	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	False	False
ISR0090_000000012963	2204	0.6255689395476011	3	3	3	3	3	False	61208	maximal	True	ISR0090_000000012963	0.9958139534883721		259	11	False	False	0.9995462894439697	0					non-mobilizable	other	2204.0	99.546	100.0	0.03285264774743875	NZ_PYLP01000012.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_11, whole genome shotgun sequence	False	False
SPA0155_000000000758	14568	0.6255687835739665	21	14	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.9924025204204938	PS946|PS948	0	0	True	True	0.9996567964553833	38					non-mobilizable	no_good_hit	1603.0	73.051	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0123_000000016726	1385	0.6255680397490966	2	1	1	1	1	False	32107	fragment	False	ISR0123_000000016726	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1385.0	100.0	100.0	0.00025418225308324543	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
MAD0087_000000004501	5696	0.6255634391828977	5	5	4	5	4	True	130094	fragment	False	MAD0087_000000004501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2643.0	93.87100000000001	74.0	0.0009287596859013786	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0853_000000004515	3542	0.6255623886470779	4	4	1	3	2	True	131252	fragment	False	ISR0853_000000004515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	90.971	38.0	0.00041655335348974784	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
SPA0019_000000012067	2410	0.6255595971068068	4	3	1	2	2	False	7762	maximal	True	SPA0019_000000012067	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0104_000000013681	1814	0.6255592640034306	4	4	3	4	2	False	126602	maximal	True	ISR0104_000000013681	1.0		2	1	False	False	0.998346209526062	0					non-mobilizable	no_good_hit	969.0	94.324	53.0	0.0010653916178780523	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
USA0034_01_000000013493	4169	0.6255589247260439	4	4	4	3	3	False	75324	fragment	False	USA0034_01_000000013493	1.0		0	0	False	False	0.9997601509094238	0					non-mobilizable	no_good_hit	1788.0	80.593	74.0	0.004814434589860823	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
CHI0073_000000002424	3916	0.6255573006194521	4	4	2	1	2	True	104342	fragment	False	CHI0073_000000002424	0.9737312745694732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	7.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	True
SPA0040_000000009854	3855	0.6255573006194521	5	4	2	1	2	True	104342	fragment	False	CHI0073_000000002424	0.9724380721157603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	100.0	5.0	0.2109795479009688	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
MAD0101_000000007629	3561	0.6255573006194521	5	4	2	1	2	True	104342	fragment	False	CHI0073_000000002424	0.6405533938607869		0	0	False	False	0.9991575479507446	0					non-mobilizable	no_good_hit	96.0	86.458	3.0	0.0010730103648235241	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	True
ISR0852_000000007978	1525	0.6255558509948316	2	1	1	1	1	False	92635	fragment	False	SPA0009_000000022615	0.9410295198683141		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	82.95100000000001	97.0	0.0006462010044611543	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
DEN0073_000000046393	1169	0.6255558509948316	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.6974839017833413		0	0	False	False	0.9965782761573792	0					non-mobilizable	other	1173.0	81.671	100.0	0.0005116123284980781	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MON0040_000000004903	5154	0.6255542698530621	8	8	8	7	6	False	11883	maximal	True	MON0040_000000004903	1.0		1	1	False	False	0.9829258918762207	0					non-mobilizable	chromosome	4993.0	99.98	97.0	0.000907715582450832	CP017802.2	enterobacteria	Raoultella ornithinolytica strain MG isolate MG01 chromosome, complete genome	False	False
ENG0068_000000009410	2528	0.6255504428585991	4	4	3	3	2	False	62614	maximal	True	ENG0068_000000009410	1.0		5	2	False	False	0.986155092716217	0					non-mobilizable	no_good_hit	1404.0	97.29299999999999	56.0	0.00044924651145514564	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0850_000000009766	1568	0.6255459089406978	2	2	1	1	2	False	20571	maximal	True	ISR0850_000000009766	1.0		107	12	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	87.15	60.0	0.0001484873116546506	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0296_000000002823	7717	0.6255417662639611	7	4	3	4	0	False	34597	fragment	False	ISR0296_000000002823	0.9950763802218422		0	0	False	False	0.9977970719337463	0					non-mobilizable	virus	7717.0	99.495	100.0	0.21944973966483625	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
FIJ0079_000000016039	1747	0.6255353693290304	1	1	0	1	1	False	48407	maximal	True	FIJ0079_000000016039	0.996547904562318		10	5	False	True	1.0	0					non-mobilizable	no_good_hit	899.0	81.313	60.0	0.01640823542410961	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	True
FIJ0115_000000013689	1734	0.6255353693290304	1	1	0	1	1	False	48407	maximal	False	FIJ0079_000000016039	0.9960679115225339		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	899.0	81.313	60.0	0.01640823542410961	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	True
ISR0050_000000016098	1733	0.6255353693290304	2	1	0	1	1	False	48407	maximal	False	FIJ0079_000000016039	0.9877149306842995		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	899.0	81.09	60.0	0.01640823542410961	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	True
FIJ0032_000000021062	1731	0.6255353693290304	1	1	0	1	1	False	48407	maximal	False	FIJ0079_000000016039	0.9928145031513698		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	899.0	81.313	60.0	0.01640823542410961	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	True
FIJ0071_000000031067	1210	0.6255353693290304	1	1	0	1	1	False	44804	fragment	False	FIJ0071_000000031067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	81.327	61.0	0.01187801554270561	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0094_000000003895	5788	0.6255301351993888	8	4	2	3	3	False	112787	maximal	True	ISR0094_000000003895	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2641.0	73.571	45.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0132_000000031303	1143	0.6255278104995456	1	1	1	1	1	False	40730	fragment	False	FIJ0132_000000031303	1.0		0	0	False	False	0.9868766665458679	0					non-mobilizable	no_good_hit	791.0	69.91199999999999	68.0	0.00027539795003780464	CP033465.1	firmicutes	Clostridium sp. JN-1 chromosome, complete genome	True	False
ISR0329_000000016524	1112	0.6255276692823594	2	2	2	2	1	True	24679	fragment	False	ISR0329_000000016524	1.0		0	0	False	False	0.9658273458480835	0					non-mobilizable	no_good_hit								True	True
ENG0038_000000025357	1115	0.6255230893082393	2	2	2	2	2	False	64994	maximal	True	ENG0038_000000025357	1.0		39	7	False	False	0.9982062578201294	0					non-mobilizable	no_good_hit	542.0	74.539	47.0	0.00017376559907579037	NZ_LR134442.1	high GC Gram+	Propionibacterium australiense strain NCTC13651 chromosome 1	True	False
SPA0126_000000018455	2304	0.6255203670382148	3	3	3	3	3	False	15661	maximal	True	SPA0126_000000018455	1.0		35	9	False	False	0.9995659589767456	0					non-mobilizable	no_good_hit	1960.0	72.755	83.0	0.0030090664206699957	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
ENG0126_000000003668	5770	0.6255200207288175	9	5	2	3	4	False	110836	fragment	False	ENG0126_000000003668	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5772.0	97.852	100.0	0.009700284570815775	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	False	False
MON0040_000000013421	2035	0.6255181886023454	2	2	2	2	2	True	11870	maximal	True	MON0040_000000013421	1.0		2	1	False	False	0.9931203722953796	0					non-mobilizable	no_good_hit	660.0	80.152	32.0	0.00019735141208234534	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
ISR0804_000000013651	1467	0.6255106038723949	2	2	2	2	1	False	21815	maximal	True	ISR0804_000000013651	1.0		4	1	False	False	1.0	0					non-mobilizable	other	1467.0	96.728	100.0	0.005681862224530452	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0162_000000018063	2187	0.6255086732334318	2	2	2	2	2	False	30351	fragment	False	ISR0162_000000018063	1.0		0	0	False	False	0.9986282587051392	0					non-mobilizable	no_good_hit	1178.0	81.40899999999999	54.0	0.0046218205232532875	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
CAN0014_000000034781	1430	0.6255061033848259	2	2	2	2	2	False	93479	fragment	False	CAN0014_000000034781	0.9814338791913398		0	0	False	False	0.9993007183074951	0					non-mobilizable	chromosome	1430.0	97.97200000000001	100.0	0.0005089881465244729	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
FIJ0142_000000002115	12125	0.6255055152772679	10	8	7	8	8	False	40227	maximal	True	FIJ0142_000000002115	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1540.0	92.662	36.0	0.0012494215640906988	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0810_000000008435	1932	0.6255053286601879	5	3	2	3	1	False	21711	maximal	True	ISR0810_000000008435	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	3.0	1.7581969654238007e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
SPA0141_000000012420	1838	0.6254968189238955	3	2	2	2	2	False	108264	fragment	False	ISR0819_000000009159	0.07476563803610707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	83.05	73.0	0.00046951269671083177	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CAN0001_000000035880	1201	0.6254882566247297	2	1	1	1	1	False	97035	maximal	True	CAN0001_000000035880	1.0		197	12	False	False	1.0	0					non-mobilizable	other	1200.0	99.667	99.0	0.00023034923172095276	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
MAD0102_000000006261	2820	0.6254837178434146	4	3	3	2	2	False	48993	maximal	True	MAD0102_000000006261	1.0		19	5	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit	1760.0	90.34100000000001	77.0	0.0006846718076154054	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ENG0052_000000029865	1140	0.6254834273447937	2	2	2	2	1	False	63902	fragment	False	ENG0052_000000029865	1.0		0	0	False	False	0.9947368502616882	0					non-mobilizable	no_good_hit	55.0	100.0	5.0	0.06206896551724138	MK233973.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c8 sequence	True	False
SPA0064_000000011924	1770	0.6254827515341241	2	2	2	1	1	False	111778	fragment	False	CHI0011_000000003381	0.9245333333333334		0	0	False	False	0.9977400898933411	0					non-mobilizable	chromosome	1770.0	100.0	100.0	0.0003583400247779264	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
MON0015_000000025192	1508	0.6254821656536316	2	2	2	2	1	True	13404	maximal	True	MON0015_000000025192	1.0		8	4	False	False	0.9980106353759766	0					non-mobilizable	no_good_hit	344.0	74.709	22.0	0.0001231457340234854	CP021849.1	firmicutes	Enterococcus faecium strain 16-346 chromosome, complete genome	True	True
CHI0021_000000005042	1724	0.6254821044376514	3	3	3	3	3	False	89273	fragment	False	CHI0021_000000005042	0.9988023952095808		0	0	False	False	0.9924594163894653	0					non-mobilizable	no_good_hit	695.0	73.957	40.0	0.013139389268856565	NZ_QOHO01000014.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_14, whole genome shotgun sequence	True	False
MON0014_000000013206	1267	0.6254693547258489	2	2	2	2	1	False	130818	fragment	False	MON0014_000000013206	0.9819154278803716		0	0	False	False	0.9968429207801819	0					non-mobilizable	other	1267.0	98.895	100.0	0.012436027151010304	NZ_SPGG01000015.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_15_length_101801_cov_38.5671, whole genome shotgun sequence	False	False
ISR0086_000000007380	3442	0.6254688488713033	5	5	4	5	4	False	77200	fragment	False	ISR0086_000000007380	1.0		0	0	False	False	0.9828587770462036	0					non-mobilizable	no_good_hit	805.0	70.683	23.0	0.00687503259339093	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
ISR0118_000000009357	1751	0.6254673206953861	2	2	2	1	1	False	32378	maximal	True	ISR0118_000000009357	1.0		10	1	False	False	0.9851513504981995	0					non-mobilizable	no_good_hit	758.0	74.142	43.0	0.0032742512878721733	NZ_FQTV01000006.1	CFB group bacteria	Bacteroides luti strain DSM 26991, whole genome shotgun sequence	True	False
ISR0849_000000005680	4555	0.6254612182166894	5	3	1	3	2	False	117859	maximal	True	ISR0849_000000005680	1.0	PS794	6	3	False	True	1.0	0					non-mobilizable	no_good_hit	2185.0	99.405	67.0	0.005407319192764492	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
ISR0178_000000002873	5138	0.6254612013835871	8	3	1	2	3	False	29721	maximal	True	ISR0178_000000002873	1.0		1	1	False	False	0.9990268349647522	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	1.7630812427836674e-05	BX908798.2	bacteria	Candidatus Protochlamydia amoebophila UWE25 complete genome	True	False
ISR0054_000000002659	7652	0.6254563494820629	9	4	2	1	3	False	35721	maximal	True	ISR0054_000000002659	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2577.0	95.73100000000001	45.0	0.23323060188542422	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0111_000000013127	1576	0.6254557878716023	4	2	2	2	1	False	97006	maximal	True	FIJ0111_000000013127	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	99.256	68.0	0.007534674234080019	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	True	False
MAD0003_000000020841	1268	0.6254557878716023	3	2	2	2	1	False	97007	maximal	True	MAD0003_000000020841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1066.0	100.0	84.0	0.007471534505861472	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	True	False
USA0047_01_000000032671	1105	0.6254557878716023	2	2	2	2	1	False	97005	fragment	False	ISR0076_000000020340	0.2792894935752078		0	0	False	False	0.9972850680351257	0					non-mobilizable	other	1093.0	99.90899999999999	99.0	0.007660953690517115	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
TAN0007_000000004115	7037	0.625451321758989	10	7	6	7	6	False	21522	maximal	True	TAN0007_000000004115	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	76.378	27.0	0.0006596408509871706	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
CAN0001_000000034764	1244	0.6254492556346738	3	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.11609068949387928	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1190.0	89.32799999999999	100.0	0.00035738296912084694	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0110_000000004444	6416	0.6254487870690407	3	3	2	3	1	False	59822	maximal	True	ENG0110_000000004444	0.9995932313699967		5	2	True	True	0.9992206692695618	2					non-mobilizable	no_good_hit	844.0	81.161	42.0	0.00025585314463672887	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
ENG0145_000000005300	6146	0.6254487870690407	3	3	2	3	1	False	59822	maximal	False	ENG0110_000000004444	0.9785692019950125		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	844.0	81.161	40.0	0.00025585314463672887	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
MAD0068_000000009546	2827	0.6254396816519237	5	4	2	4	1	False	64340	fragment	False	FIJ0011_000000014971	0.46753885492984776		0	0	False	False	0.998938798904419	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000027153	1270	0.6254370307647474	2	2	2	2	1	False	46715	maximal	True	FIJ0048_000000027153	0.9929693961952026		151	12	False	False	0.9897637963294983	0					non-mobilizable	no_good_hit	460.0	72.609	35.0	0.0015756749850949663	NZ_RZNB01000005.1	high GC Gram+	Labedella phragmitis strain 11W25H-1 scaffold_4, whole genome shotgun sequence	True	False
ISR0393_000000003740	4472	0.6254272278048897	4	4	4	4	4	False	71040	maximal	True	ISR0393_000000003740	1.0		107	11	False	False	0.9991055727005005	0					non-mobilizable	no_good_hit	769.0	89.337	27.0	0.00023892350030394304	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0387_000000006711	3556	0.6254265231263632	4	4	4	4	4	False	107595	maximal	True	ISR0387_000000006711	1.0		26	8	False	False	0.9997187852859497	0					non-mobilizable	no_good_hit	1774.0	95.434	50.0	0.20403225806451614	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ISR0290_000000002115	4465	0.6254262391648965	5	4	3	4	3	False	125874	fragment	False	ISR0290_000000002115	1.0		0	0	False	False	0.9961926341056824	0					non-mobilizable	no_good_hit	1600.0	85.0	42.0	0.0004533986409418404	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0056_000000012313	1600	0.6254229039109531	2	2	2	1	1	False	41090	maximal	True	MON0056_000000012313	1.0		7	2	False	False	0.9781249761581421	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.489048161296805e-05	NZ_JACCEU010000004.1	b-proteobacteria	Eoetvoesia caeni strain PB3-7B NODE_4_length_477728_cov_38.619718, whole genome shotgun sequence	True	False
ISR0120_000000029350	1247	0.6254227270355647	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.14861424070679893		0	0	False	False	0.9991980791091919	0					non-mobilizable	other	1250.0	93.28	100.0	0.00038793958968622	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0031_01_000000006991	4330	0.6254179705814232	5	5	5	5	4	False	124938	fragment	False	USA0031_01_000000006991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2388.0	80.067	68.0	0.005678296075316725	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0008_000000007407	3240	0.6254174933684968	3	2	2	2	1	False	67468	maximal	True	ENG0008_000000007407	1.0		160	12	False	False	0.9950617551803589	0					non-mobilizable	no_good_hit	1127.0	99.911	49.0	0.004425857067614203	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0785_000000003375	7683	0.6254151040536393	12	3	3	2	2	False	31262	maximal	True	ISR0785_000000003375	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	94.118	2.0	4.7104034623797334e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
AST0003_000000024551	1290	0.6254092555235734	2	2	2	1	1	False	129162	fragment	False	AST0003_000000024551	0.973916532905297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0025_000000016523	1282	0.6254061006933572	1	1	1	1	1	False	51643	fragment	False	SPA0025_000000016523	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	97.57600000000001	99.0	0.03775591597979261	MK411243.1	bacteria	Uncultured bacterium clone BVR_10H18, partial sequence	False	False
AST0104_000000005193	5904	0.6253996620525661	7	5	2	3	3	False	108025	maximal	True	AST0104_000000005193	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	76.154	11.0	0.01975399527621852	NZ_WAJR01000027.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_027, whole genome shotgun sequence	True	False
ISR0103_000000002786	8190	0.6253990547155887	10	5	5	5	5	False	57788	maximal	True	ISR0103_000000002786	1.0		5	2	False	False	0.9975579977035522	0					non-mobilizable	no_good_hit	250.0	73.6	3.0	0.001783119799233919	NZ_QJKH01000011.1	firmicutes	Dielma fastidiosa strain JC118 Ga0244565_111, whole genome shotgun sequence	True	False
CHI0104_000000006362	1540	0.6253976544768384	2	2	2	2	2	False	104631	fragment	False	DEN0070_000000020404	0.41658314825321757		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	99.351	100.0	0.01421656474587544	NZ_CABJDM010000012.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
SPA0136_000000015256	2672	0.6253938634420846	4	2	1	1	0	True	3618	maximal	True	SPA0136_000000015256	1.0		0	0	False	False	0.9921407103538513	0					non-mobilizable	no_good_hit	750.0	81.2	45.0	0.0002344533450465341	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
DEN0031_000000002774	8746	0.6253907547017918	11	7	2	6	4	False	73820	fragment	False	DEN0031_000000002774	1.0		0	0	False	False	0.9983992576599121	0					non-mobilizable	no_good_hit	1274.0	81.711	36.0	0.02187440417381658	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
CAN0012_000000025183	1872	0.6253856778934428	3	2	2	2	2	False	94201	maximal	True	CAN0012_000000025183	1.0		14	5	False	False	0.9909188151359558	0					non-mobilizable	chromosome	1873.0	98.238	100.0	0.0006415803714791478	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ENG0105_000000010657	2066	0.6253853141258626	3	3	3	3	2	False	60160	maximal	True	ENG0105_000000010657	1.0		18	6	False	False	0.9975798726081848	0					non-mobilizable	no_good_hit	253.0	75.09899999999999	12.0	0.00010740790101287843	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0322_000000005326	2062	0.6253831308208643	3	3	3	3	2	True	25015	fragment	False	MON0105_000000025500	0.9475164011246485		0	0	False	False	0.9859359860420227	0					non-mobilizable	no_good_hit	676.0	73.521	32.0	0.0008618224359807617	CP053293.1	firmicutes	Clostridium butyricum strain 16-3 chromosome 2, complete sequence	True	True
ISR0195_000000005518	4254	0.6253824612481217	6	6	5	4	5	False	88287	fragment	False	SPA0067_000000004855	0.7670028716776695		0	0	False	False	0.9997649192810059	0					non-mobilizable	other	4254.0	99.506	100.0	0.001365100931427757	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0039_000000005247	2631	0.6253797493975323	3	3	3	3	3	False	93571	fragment	False	ISR0078_000000006158	0.7483290711812807		0	0	False	False	0.9992398619651794	0					non-mobilizable	chromosome	2646.0	95.01100000000001	100.0	0.0007400045508600593	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0031_000000029028	1066	0.6253792497729378	4	4	2	2	2	False	12411	fragment	False	MON0031_000000029028	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1068.0	93.914	100.0	0.00029613705356434624	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	False	False
MON0095_000000005979	4789	0.6253766219078267	4	3	2	2	0	True	119497	fragment	False	MON0063_000000005757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2797.0	96.139	69.0	0.0005672629966469762	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
MON0063_000000005757	4789	0.6253766219078267	4	3	2	2	0	True	119497	fragment	False	MON0063_000000005757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2797.0	96.139	69.0	0.0005672629966469762	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0154_000000016225	2312	0.6253766219078267	3	3	2	2	0	True	44016	fragment	False	MON0057_000000010065	0.9137446228048747		0	0	False	False	1.0	0					non-mobilizable	chromosome	2313.0	95.20100000000001	100.0	0.0004687939367422577	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
USA0066_01_000000012842	1594	0.6253722232313224	3	3	3	1	1	False	822	fragment	False	USA0066_01_000000012842	1.0		0	0	False	False	0.998745322227478	0					non-mobilizable	no_good_hit	219.0	98.63	14.0	0.0005712264336342317	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
MAD0039_000000001698	6224	0.6253640677271639	8	5	4	4	2	False	127857	maximal	True	MAD0039_000000001698	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	91.979	17.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0095_000000010988	2511	0.6253494313024468	2	2	2	2	1	False	60968	maximal	True	ENG0095_000000010988	1.0		109	10	False	False	1.0	0					non-mobilizable	no_good_hit	1493.0	79.236	59.0	0.008540309564450017	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
ENG0188_000000012861	2004	0.6253478515905102	2	2	2	1	1	False	54906	fragment	False	ENG0188_000000012861	1.0		0	0	False	False	0.9940119981765747	0					non-mobilizable	no_good_hit								True	False
ISR0217_000000002355	11414	0.6253442676905907	17	5	2	4	3	False	108103	maximal	True	ISR0217_000000002355	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	94.73700000000001	0.0	0.00022190751701627186	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	True	False
FIJ0032_000000003231	10227	0.6253441077173277	24	4	2	3	4	False	48483	maximal	True	FIJ0032_000000003231	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	87.785	13.0	0.0036824865766066674	LR756496.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0179_000000016058	2074	0.6253419745343962	4	1	1	1	1	False	55389	maximal	True	ENG0179_000000016058	1.0		1	1	False	False	0.9966248869895935	0					non-mobilizable	no_good_hit								True	False
ENG0071_000000017517	1134	0.6253419745343962	3	1	1	1	1	False	62267	maximal	True	ENG0071_000000017517	1.0		44	8	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.8245610241328605e-05	LT969571.1	apicomplexans	Plasmodium reichenowi genome assembly, chromosome: 8	True	False
FIJ0067_000000008854	3362	0.6253412317077361	3	3	3	3	2	False	45231	maximal	True	FIJ0067_000000008854	1.0		62	7	False	False	0.9997025728225708	0					non-mobilizable	no_good_hit	1749.0	77.187	52.0	0.01233638696543518	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	False
AST0153_000000006106	4870	0.6253356476677812	5	5	4	5	4	False	128572	fragment	False	AST0153_000000006106	1.0		0	0	False	False	0.9997946619987488	0					non-mobilizable	chromosome	4884.0	90.663	100.0	0.0009703928394508798	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0183_000000009716	3487	0.6253320875211589	4	4	4	3	4	False	88287	fragment	False	SPA0067_000000004855	0.3181248770255389		0	0	False	False	0.9985660910606384	0					non-mobilizable	other	3487.0	99.541	100.0	0.0011191772923229446	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0120_000000001927	19440	0.6253320625135336	18	15	5	8	12	True	105603	fragment	False	ISR0344_000000000969	0.9958869315287984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11320.0	95.90100000000001	82.0	0.002187601499770781	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0816_000000002090	19258	0.6253320625135336	19	15	5	8	12	True	105603	fragment	False	ISR0344_000000000969	0.9917572756514369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11354.0	95.94	83.0	0.002194380256078172	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
CAN0006_000000002115	19192	0.6253320625135336	18	15	5	8	12	True	105603	fragment	False	ISR0344_000000000969	0.9904026989445286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11335.0	95.906	83.0	0.0021905066810453773	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
DEN0021_000000018462	1947	0.6253245847988866	4	3	3	2	2	False	99887	fragment	False	ISR0346_000000011693	0.37689354529609365		0	0	False	False	0.9938367009162903	0					non-mobilizable	other	1947.0	99.846	100.0	0.00616681455190772	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0072_000000016018	1819	0.6253234579676715	4	3	3	2	2	False	131700	fragment	False	ISR0264_000000003339	0.06564865946101812		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	98.242	100.0	0.03526560682435052	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ISR0378_000000001815	8800	0.6253225482660398	8	8	8	8	8	False	122927	fragment	False	AST0019_000000002659	0.9719107880831213		0	0	False	False	0.9989772439002991	0					non-mobilizable	other	5075.0	99.17200000000001	99.0	0.08389977673033987	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0182_000000013250	2801	0.6253215746732651	5	3	1	3	1	True	61522	maximal	True	ISR0182_000000013250	1.0		22	8	False	False	0.9810782074928284	0					non-mobilizable	no_good_hit	1089.0	79.247	74.0	0.0027087739512976594	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	True
FIJ0043_000000006145	4086	0.6253210625095484	6	4	3	4	3	False	69587	maximal	True	FIJ0043_000000006145	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	75.296	14.0	0.00047701442785177164	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
MON0071_000000003071	3769	0.625316193811331	4	4	4	3	3	False	10427	maximal	True	MON0071_000000003071	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1900.0	75.684	50.0	0.05602016607354686	NZ_JAAISM010000050.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_50_length_33720_cov_210.258, whole genome shotgun sequence	True	False
MAD0041_000000003780	6476	0.6253054839481733	13	8	2	6	2	True	18299	maximal	True	MAD0041_000000003780	1.0		2	1	False	False	0.9989190697669983	0					non-mobilizable	no_good_hit	1116.0	92.384	19.0	0.00033216815129870266	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
CHI0067_000000003498	3054	0.6253052022933182	3	3	3	2	3	True	100776	fragment	False	CHI0067_000000003498	1.0		0	0	False	False	0.9973804950714111	0					non-mobilizable	no_good_hit	2102.0	94.95700000000001	69.0	0.000642338319378806	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	True
ISR0783_000000011275	1243	0.6253039459743562	2	2	2	2	2	False	81436	fragment	False	ISR0783_000000011275	0.9915322580645161		0	0	False	False	0.9991955161094666	0					non-mobilizable	no_good_hit	475.0	73.895	38.0	0.0002070617887550276	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0015_000000026312	1450	0.6253003850055987	2	2	2	2	2	False	78022	fragment	False	ENG0004_000000016563	0.8438429898291984		0	0	False	False	1.0	0					non-mobilizable	chromosome	1455.0	87.354	100.0	0.000488061510560473	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0037_000000003559	3603	0.6252967438831162	4	4	3	3	4	False	65162	maximal	False	FIJ0162_000000006261	0.9871126953660543		0	0	False	False	0.9997224807739258	0					non-mobilizable	chromosome	3451.0	98.493	98.0	0.0012174091627506671	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0071_000000005726	1851	0.6252938543482758	3	3	3	3	3	False	84900	maximal	True	CHI0071_000000005726	1.0		22	5	False	False	1.0	0					non-mobilizable	chromosome	1851.0	100.0	100.0	0.00035714154716420923	CP031849.1	enterobacteria	Klebsiella pneumoniae strain 121 chromosome, complete genome	False	False
MON0022_000000000805	12380	0.6252933352530615	8	6	6	6	6	False	98468	maximal	True	MON0022_000000000805	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	10443.0	99.98100000000001	99.0	0.003494780921883179	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
MON0055_000000002573	5259	0.6252933323992811	5	5	5	5	4	False	130058	maximal	True	MON0055_000000002573	1.0		94	7	False	False	1.0	0					non-mobilizable	no_good_hit	4542.0	98.635	86.0	0.0014633251711590857	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0093_000000009384	1865	0.6252907440958455	4	4	3	3	4	True	109532	fragment	False	AST0093_000000009384	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1865.0	98.76700000000001	100.0	0.02881033709949149	NZ_GG700736.1	firmicutes	Lactobacillus antri DSM 16041 SCAFFOLD5, whole genome shotgun sequence	False	True
ISR0015_000000018013	1471	0.6252900021801475	3	2	2	2	1	False	37964	fragment	False	ISR0015_000000018013	1.0		0	0	False	False	0.9966009259223938	0					non-mobilizable	no_good_hit	1125.0	75.2	83.0	0.011481104016306495	NZ_VTVE01000006.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_6_length_96158_cov_92.399, whole genome shotgun sequence	True	False
ISR0181_000000004658	3903	0.6252881738806055	4	3	3	3	3	False	29596	maximal	True	ISR0181_000000004658	1.0		7	5	False	False	0.9910325407981873	0					non-mobilizable	other	3904.0	99.821	100.0	0.0829049662262628	NZ_PYLQ01000020.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_19, whole genome shotgun sequence	False	False
ENG0062_000000004712	5061	0.625280458754594	7	2	1	2	1	False	85138	maximal	True	ENG0062_000000004712	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	94.681	2.0	2.2801544914998046e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0059_000000015631	1226	0.6252679495142398	3	2	1	2	2	True	16875	fragment	False	MAD0059_000000015631	1.0		0	0	False	False	0.9991843104362488	0					non-mobilizable	plasmid	1226.0	99.91799999999999	100.0	0.009043193243811871	CP054228.1	enterobacteria	Escherichia coli strain EcPF15 plasmid p1, complete sequence	False	True
ISR0258_000000000410	18416	0.6252627478939105	22	11	7	10	8	False	103484	maximal	True	ISR0258_000000000410	1.0		2	2	False	False	0.9996742010116577	0					non-mobilizable	no_good_hit	2883.0	90.01	54.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
SPA0067_000000013509	1557	0.6252451831815671	2	2	2	1	1	False	6027	maximal	True	SPA0067_000000013509	1.0		5	1	False	False	1.0	0					non-mobilizable	other	1158.0	100.0	100.0	0.0016283390097672193	NZ_QVHZ01000003.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf3, whole genome shotgun sequence	False	False
SPA0129_000000015268	1653	0.6252414571903158	3	3	3	3	2	False	3833	maximal	True	SPA0129_000000015268	1.0		46	9	False	False	1.0	0					non-mobilizable	other	1325.0	85.66	99.0	0.025955186136323537	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	False	False
CHI0120_000000002430	5029	0.6252393579570413	6	3	3	3	1	True	81879	maximal	True	CHI0120_000000002430	0.9801857585139319		81	13	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	99.16	7.0	0.00012562251070702537	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0099_000000010713	1529	0.6252290966746149	5	4	1	3	2	False	86314	fragment	False	ENG0099_000000010713	0.9410255785143042		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	98.038	100.0	0.0005239959630363372	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
CHI0054_000000011955	1456	0.6252290966746149	4	4	1	3	2	False	86314	fragment	False	ENG0099_000000010713	0.7073059708107505		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	96.90899999999999	100.0	0.004796463680147786	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
DEN0066_000000027110	1375	0.6252269242838362	2	2	2	2	2	False	96119	fragment	False	MON0090_000000043511	0.47609001406469764		0	0	False	False	0.9861817955970764	0					non-mobilizable	other	1047.0	99.522	100.0	0.00024403377091434741	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0082_01_000000017759	1682	0.6252241110365964	1	1	1	1	1	False	527	fragment	False	USA0082_01_000000017759	1.0		0	0	False	False	0.9910820722579956	0					non-mobilizable	no_good_hit	1066.0	76.735	63.0	0.00031215987087124887	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0065_000000020632	1276	0.6252230489451291	2	2	2	2	0	True	62826	maximal	True	ENG0065_000000020632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0023_000000014604	1561	0.6252188147241265	2	2	2	2	2	False	15211	fragment	False	MON0109_000000022023	0.937103836530442		0	0	False	False	0.9980781674385071	0					non-mobilizable	no_good_hit	888.0	77.59	56.0	0.0001393682218448685	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ENG0095_000000013355	2080	0.6252164636140357	2	2	2	2	1	False	63194	fragment	False	ENG0095_000000013355	1.0		0	0	False	False	0.9927884340286255	0					non-mobilizable	no_good_hit	654.0	76.14699999999999	31.0	0.007077389718003385	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ITA0006_000000002386	10332	0.6252137442017562	10	10	6	6	8	False	20365	maximal	True	ITA0006_000000002386	1.0		1	1	False	False	0.9901277422904968	0					non-mobilizable	no_good_hit	5761.0	91.35600000000001	74.0	0.001342517498884538	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
MAD0107_000000017302	2250	0.6252093542993891	4	2	2	1	1	False	14690	maximal	True	MAD0107_000000017302	1.0		0	0	False	False	0.9995555281639099	0					non-mobilizable	no_good_hit	433.0	85.219	19.0	0.00012090845914203693	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0128_000000017294	2054	0.6252068180120723	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4192435616480305		0	0	False	False	1.0	0					non-mobilizable	other	2054.0	98.24700000000001	100.0	0.0006386848256822853	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0121_000000012598	2051	0.6252068180120723	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.40709674250770256		0	0	False	False	1.0	0					non-mobilizable	chromosome	2051.0	97.611	100.0	0.0006900179976889446	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0014_000000008405	2925	0.6252062549399715	3	3	3	3	3	False	85790	fragment	False	ENG0014_000000008405	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2926.0	99.146	100.0	0.011297836551504957	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
USA0020_01_000000003374	9966	0.625205177269234	10	9	4	5	9	True	123527	fragment	False	USA0020_01_000000003374	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9839.0	98.984	99.0	0.010551180088777517	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	True
MAD0014_000000029658	1171	0.6252024598144936	2	1	1	1	1	False	19468	maximal	True	MAD0014_000000029658	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	5.0	1.2084483281776533e-05	NZ_LT732529.1	firmicutes	Bacillus sinesaloumensis strain Marseille-P3516T, whole genome shotgun sequence	True	False
CHI0110_000000001440	4395	0.6251948260044718	5	4	3	1	3	False	82711	maximal	True	CHI0110_000000001440	1.0		10	3	False	False	0.9897611141204834	0					non-mobilizable	no_good_hit	1744.0	98.22200000000001	40.0	0.0003538344140203689	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
ENG0014_000000016257	1436	0.6251925683734718	3	3	2	2	2	False	78973	maximal	True	ENG0014_000000016257	0.9635379061371842	PS384	213	12	False	True	1.0	0					non-mobilizable	other	1305.0	97.241	96.0	0.0003973390784355879	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
DEN0017_000000011118	2707	0.625184347857244	3	3	3	3	2	False	86479	maximal	True	DEN0017_000000011118	1.0		7	6	False	False	1.0	0					non-mobilizable	chromosome	2728.0	95.78399999999999	100.0	0.0012704509052486814	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	False	False
SPA0065_000000004446	5136	0.6251809455418377	4	4	4	4	4	False	89244	fragment	False	SPA0065_000000004446	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5136.0	99.47399999999999	100.0	0.02788745091862947	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
AST0016_000000016954	1405	0.6251788816469351	3	3	3	2	2	False	123250	maximal	True	AST0016_000000016954	1.0		588	13	False	False	0.9829181432723999	0					non-mobilizable	other	1405.0	98.363	100.0	0.29955195220823555	NZ_JAAIPW010000036.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_37_length_4687_cov_620.229, whole genome shotgun sequence	False	False
ISR0183_000000024072	1274	0.6251763366377183	2	1	1	1	1	False	29445	maximal	True	ISR0183_000000024072	1.0		3	2	False	False	0.9827315807342529	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000026966	1646	0.6251750705006621	2	2	2	2	2	False	79834	fragment	False	SPA0097_000000017926	0.635396706047762		0	0	False	False	1.0	0					non-mobilizable	chromosome	1646.0	98.663	100.0	0.000460403739094099	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0057_000000003275	4744	0.6251704410483132	9	8	1	6	8	True	24106	fragment	False	MAD0057_000000003275	0.9689897698209718		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4744.0	99.979	100.0	0.033354430379746836	LR025097.1	enterobacteria	Escherichia coli isolate EC-7215 genome assembly, plasmid: 2	False	True
USA0039_01_000000007778	2936	0.6251639567763307	5	4	3	3	2	False	38233	maximal	True	USA0039_01_000000007778	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	81.693	15.0	0.003477728849853887	NZ_FOJY01000010.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
TAN0010_000000013651	1236	0.6251636671005469	2	2	2	1	1	False	2604	maximal	True	TAN0010_000000013651	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000017198	3316	0.6251629769530194	4	3	3	3	3	False	52833	fragment	False	MON0090_000000017198	0.9789662094419149		0	0	False	False	0.9822074770927429	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000018284	2009	0.6251607193574837	3	3	3	3	1	True	22186	maximal	True	ISR0785_000000018284	1.0		1	1	False	False	0.9940268993377686	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.001246660730186999	NZ_BJXX01000059.1	firmicutes	Aneurinibacillus danicus strain NBRC 102444 sequence059, whole genome shotgun sequence	True	True
ISR0341_000000008931	1534	0.6251594001100508	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.17073243340834887		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	96.936	100.0	0.035369849107101656	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
MON0011_000000011785	3948	0.6251579297544312	3	3	2	2	2	True	13701	maximal	True	MON0011_000000011785	1.0		32	10	False	False	0.9825227856636047	0					non-mobilizable	chromosome	3949.0	86.32600000000001	99.0	0.0006364250725660129	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
ENG0109_000000004614	5120	0.6251503422185367	6	5	4	5	3	False	59897	maximal	True	ENG0109_000000004614	1.0		48	10	False	False	0.999804675579071	0					non-mobilizable	no_good_hit	1136.0	99.56	52.0	0.0002297995161623968	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
FIJ0068_000000014765	2162	0.6251499646909402	2	2	2	2	2	False	125866	fragment	False	FIJ0068_000000014765	0.9750301483817507		0	0	False	False	0.9990749359130859	0					non-mobilizable	chromosome	2163.0	97.55	100.0	0.000727716541952926	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0096_000000016359	1465	0.6251489363690574	2	1	1	1	1	False	33336	fragment	False	ISR0096_000000016359	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	81.928	6.0	0.0003637928510268275	NZ_LWAG01000029.1	firmicutes	Bacillus endophyticus strain 3617_2C 3617_2C_contig_32, whole genome shotgun sequence	True	False
CAN0013_000000008419	2670	0.6251456033617693	3	3	3	3	3	False	106614	maximal	True	CAN0013_000000008419	1.0		12	4	False	False	0.9928839206695557	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	0.0006932409012131716	NZ_AYZM01000035.1	firmicutes	Lactobacillus similis DSM 23365 = JCM 2765 strain DSM 23365 NODE_49, whole genome shotgun sequence	True	False
SPA0109_000000021517	1554	0.6251411008531088	2	2	2	2	2	False	9547	fragment	False	SPA0109_000000021517	0.9441506939854594		0	0	False	False	1.0	0					non-mobilizable	other	1552.0	92.719	99.0	0.001045551250212346	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ENG0192_000000001481	8571	0.625134327045773	6	5	4	2	2	False	54665	maximal	True	ENG0192_000000001481	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2738.0	80.02199999999999	32.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
FIJ0022_000000007290	3391	0.6251317416192305	7	4	3	1	2	True	99691	fragment	False	FIJ0022_000000007290	0.9998819884913102		0	0	False	False	1.0	0					non-mobilizable	plasmid	3391.0	100.0	100.0	0.10914710711870955	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CAN0012_000000015019	3390	0.6251317416192305	7	4	3	1	2	True	99691	fragment	False	FIJ0022_000000007290	0.9996459828617905		0	0	False	False	1.0	0					non-mobilizable	plasmid	3390.0	99.971	100.0	0.10911491033194887	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0075_01_000000007299	3389	0.6251317416192305	7	4	3	1	2	True	99691	fragment	False	FIJ0022_000000007290	0.9997050321371226		0	0	False	False	1.0	0					non-mobilizable	plasmid	3389.0	100.0	100.0	0.10908271354518818	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0037_01_000000010377	3389	0.6251317416192305	7	4	3	1	2	True	99691	fragment	False	FIJ0022_000000007290	0.9995280409764128		0	0	False	False	1.0	0					non-mobilizable	plasmid	3389.0	99.97	100.0	0.10908271354518818	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
AUS0020_000000008338	3389	0.6251317416192305	7	4	3	1	2	True	99691	fragment	False	FIJ0022_000000007290	0.9997050321371226		0	0	False	False	1.0	0					non-mobilizable	plasmid	3389.0	100.0	100.0	0.10908271354518818	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0096_000000031172	1234	0.6251284321507294	4	3	2	1	2	True	123556	backbone	False	ISR0826_000000002301	0.014991074313035285	PS902	0	0	False	True	0.9748784303665161	0	rep_cluster_1702				non-mobilizable	plasmid	1206.0	99.088	98.0	0.03876493125986027	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0032_000000000059	109447	0.6251224333204131	172	41	21	32	25	False	48497	maximal	True	FIJ0032_000000000059	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1497.0	76.35300000000001	1.0	0.006494277385228927	LR756490.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
CAN0012_000000006130	9051	0.6251160743695643	10	8	3	4	7	False	94325	maximal	True	CAN0012_000000006130	0.9998324396782842		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	5471.0	95.92399999999999	80.0	0.001220707330216656	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
DEN0081_000000000378	8952	0.6251160743695643	10	8	3	4	7	False	94325	maximal	False	CAN0012_000000006130	0.9943652635067948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5471.0	95.94200000000001	81.0	0.001220707330216656	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ENG0031_000000017802	1236	0.6251142572693497	2	2	2	2	1	True	65665	maximal	True	ENG0031_000000017802	1.0		10	6	False	False	0.9724919199943542	0					non-mobilizable	no_good_hit	327.0	73.7	26.0	0.0004869116043737364	NZ_LQWZ01000033.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_4, whole genome shotgun sequence	True	True
USA0055_01_000000013155	2055	0.6251019383864836	3	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.5056405167138134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	88.829	62.0	0.01565456320273804	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
CHI0015_000000007474	1394	0.6251019383864836	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.2331003831750901		0	0	False	False	0.9985652565956116	0					non-mobilizable	no_good_hit	711.0	70.745	51.0	0.00151971084420694	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
FIJ0153_000000020956	1209	0.6251019383864836	1	1	1	1	1	True	39634	fragment	False	FIJ0153_000000020956	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	98.759	100.0	0.2437941473259334	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
ISR0170_000000015276	2994	0.6250926178028676	3	3	3	3	3	False	112220	fragment	False	ISR0170_000000015276	1.0		0	0	False	False	0.9979959726333618	0					non-mobilizable	no_good_hit	915.0	78.907	30.0	0.0002910037580782355	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
SPA0149_000000003707	8252	0.6250888673729659	7	7	1	5	7	True	87447	fragment	False	CHI0143_000000001759	0.46574259143367874		0	0	False	False	0.9951527118682861	0			MPF_F		non-mobilizable	plasmid	8209.0	100.0	99.0	0.0633176993334979	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0023_000000007059	2442	0.6250855854242279	5	2	2	2	2	False	66276	fragment	False	ENG0023_000000007059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	79.69	50.0	0.01323849898624107	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
DEN0061_000000005969	5747	0.6250844276988451	7	1	1	1	1	False	71951	fragment	False	DEN0061_000000005969	1.0		0	0	False	False	0.998259961605072	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000015857	2129	0.6250840012797281	2	2	2	2	2	False	121331	maximal	True	ISR0344_000000015857	0.9947223265584352		514	11	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	84.27	4.0	0.0019431849727028778	NZ_VULP01000026.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq26, whole genome shotgun sequence	True	False
ENG0037_000000017908	1960	0.6250840012797281	3	2	2	2	2	False	121331	maximal	False	ISR0344_000000015857	0.9672719189637181		0	0	False	False	0.9795918464660645	0					non-mobilizable	no_good_hit	554.0	77.617	28.0	0.005776454372323524	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
AST0024_000000017779	1956	0.6250840012797281	3	2	2	2	2	False	121331	maximal	False	ISR0344_000000015857	0.9658168058204963		0	0	False	False	0.9994887709617615	0					non-mobilizable	no_good_hit								True	False
ISR0032_000000019363	1729	0.6250840012797281	2	2	2	2	2	False	36936	fragment	False	ISR0032_000000019363	1.0		0	0	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit								True	False
USA0035_01_000000012490	2024	0.6250805644798673	2	2	2	2	1	False	126776	fragment	False	USA0035_01_000000012490	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	703.0	82.646	35.0	0.0025843222697796505	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	True
FIJ0148_000000014285	1421	0.6250805644798673	2	2	2	2	1	False	39890	fragment	False	FIJ0148_000000014285	0.9576877129330561		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	172.0	90.698	21.0	0.0005466087879349695	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
FIJ0165_000000006260	2713	0.6250805389001283	3	3	2	2	1	True	131288	fragment	False	FIJ0165_000000006260	0.7792888035234605		0	0	False	True	1.0	0					non-mobilizable	chromosome	2713.0	94.36	100.0	0.0009569894635883505	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CAN0014_000000017927	2642	0.6250789487216667	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9896178742945785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	93.721	55.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
DEN0071_000000015256	2629	0.6250789487216667	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9887724890750145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	93.721	54.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
AST0085_000000004814	2624	0.6250789487216667	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9848515864077277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	93.527	55.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0103_000000005994	2621	0.6250789487216667	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9837379823589855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	93.721	54.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0115_000000010088	2615	0.6250789487216667	4	4	4	4	2	False	122126	fragment	False	ISR0085_000000008594	0.9849408346224042		0	0	False	False	0.9992351531982422	0					non-mobilizable	no_good_hit	1290.0	93.721	54.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
FIJ0154_000000007906	4265	0.625074557746695	7	6	5	6	5	False	75931	fragment	False	FIJ0038_000000007687	0.9697215777262181		0	0	False	True	0.999531090259552	0					non-mobilizable	no_good_hit	993.0	81.067	23.0	0.00027655741110944263	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0118_000000009636	1707	0.6250712268252946	3	3	3	2	2	False	131699	fragment	False	AST0140_000000015176	0.6055324678664713		0	0	False	False	0.9988283514976501	0					non-mobilizable	chromosome	1707.0	95.196	100.0	0.00045691150334335945	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0776_000000016600	1430	0.6250648382348141	4	4	2	3	4	False	106031	fragment	False	ISR0776_000000016600	0.9972889233152595		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	99.93	100.0	0.09508916688847485	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0042_000000007687	3878	0.6250646397417613	4	3	3	3	3	False	6864	maximal	True	SPA0042_000000007687	1.0		1	1	False	False	0.9997421503067017	0					non-mobilizable	no_good_hit	213.0	74.648	5.0	2.6756075485417937e-05	CP046401.1	CFB group bacteria	Prolixibacteraceae bacterium WC007 chromosome, complete genome	True	False
DEN0028_000000000923	16755	0.6250635467015084	15	9	4	9	5	False	74069	fragment	False	SPA0085_000000000679	0.971900571252123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	77.679	1.0	3.8274581850193284e-05	CP049872.1	g-proteobacteria	Thermomonas sp. HDW16 chromosome, complete genome	True	False
USA0038_01_000000000822	21613	0.6250596445115207	26	12	5	12	5	True	108400	backbone	False	ISR0280_000000000088	0.15122937919218776	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	21616.0	98.515	100.0	0.21984964241752206	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0113_01_000000000585	21613	0.6250596445115207	26	12	5	12	5	True	108400	backbone	False	ISR0280_000000000088	0.15122180374222347	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	21616.0	98.51	100.0	0.21984964241752206	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0011_01_000000001472	20834	0.6250596445115207	26	12	5	12	5	True	108400	backbone	False	ISR0280_000000000088	0.11230496258241851	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	20557.0	98.78399999999999	99.0	0.20907638938341183	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0075_01_000000000921	20350	0.6250596445115207	24	12	5	12	5	True	108400	backbone	False	ISR0280_000000000088	0.10989668138652955	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	20350.0	98.75200000000001	100.0	0.20701126155912064	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0043_000000004226	5185	0.6250577397446119	7	4	4	4	3	False	130457	fragment	False	SPA0136_000000006398	0.4746790114809937		0	0	False	False	1.0	0					non-mobilizable	other	5185.0	99.98100000000001	100.0	0.00827200602528834	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0285_000000002328	5167	0.6250577397446119	6	4	4	4	3	False	130457	fragment	False	SPA0136_000000006398	0.38341232742397735		0	0	False	False	0.9976775646209717	0					non-mobilizable	other	4814.0	99.979	93.0	0.00768000868050015	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0808_000000002553	5146	0.6250577397446119	6	4	4	4	3	False	130457	fragment	False	SPA0136_000000006398	0.5656674754727998		0	0	False	False	1.0	0					non-mobilizable	other	5089.0	99.961	99.0	0.00811882072852374	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0030_000000006513	4944	0.6250577397446119	6	4	4	4	3	False	130457	fragment	False	SPA0136_000000006398	0.381778404688761		0	0	False	False	1.0	0					non-mobilizable	other	4944.0	99.919	100.0	0.007887447103202211	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0050_01_000000005308	2460	0.6250529646562798	4	4	4	4	2	True	1107	maximal	True	USA0050_01_000000005308	1.0		7	4	False	False	0.997560977935791	0					non-mobilizable	no_good_hit	1918.0	99.479	78.0	0.007791986082545463	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	True
MON0064_000000003571	5971	0.6250493804737184	9	8	6	6	6	False	50839	fragment	False	MON0026_000000004150	0.9834560799215821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1855.0	85.822	71.0	0.04262272284800445	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0827_000000003454	3120	0.6250489219422393	4	4	4	4	3	False	95293	maximal	True	ISR0827_000000003454	1.0		44	10	False	False	0.9935897588729858	0					non-mobilizable	no_good_hit	2746.0	98.689	88.0	0.0007957248270494263	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
AST0057_000000001202	5753	0.625048910967816	10	9	3	5	8	True	113234	fragment	False	AST0057_000000001202	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5756.0	97.39399999999999	100.0	0.08324283625095927	CP056798.1	enterobacteria	Escherichia coli strain RHBSTW-00177 plasmid pRHBSTW-00177_5, complete sequence	False	True
FIJ0015_000000002321	12144	0.625047076316627	18	9	5	8	4	False	50404	maximal	True	FIJ0015_000000002321	0.993869307397401		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	3.514899244379366e-06	NZ_CP017599.1	cyanobacteria	Moorea producens PAL-8-15-08-1 chromosome, complete genome	True	False
ISR0021_000000006432	3504	0.6250456529585305	7	4	3	2	3	False	37640	maximal	True	ISR0021_000000006432	1.0		2	1	False	False	0.9920091032981873	0					non-mobilizable	no_good_hit	277.0	99.639	8.0	4.6183618369366876e-05	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
USA0023_01_000000007490	4256	0.6250424460890065	4	4	4	3	2	False	76382	maximal	True	USA0023_01_000000007490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2223.0	99.505	52.0	0.0006704537290328501	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
FIJ0071_000000033149	1144	0.6250391961487117	1	1	1	1	1	False	73011	fragment	False	ENG0036_000000021120	0.9406923461764484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	7.0	0.0861504907306434	GQ879184.1		Uncultured organism clone VC1C570TR genomic sequence	True	False
ENG0018_000000002372	9427	0.6250371563714813	8	6	4	4	5	True	121803	fragment	False	ENG0018_000000002372	0.9661323199994464		0	0	False	False	0.9992574453353882	0					non-mobilizable	no_good_hit	5720.0	80.542	69.0	0.0020268404543637617	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
ENG0156_000000001688	9412	0.6250371563714813	8	6	4	4	5	True	121803	fragment	False	ENG0018_000000002372	0.9657859756362668		0	0	False	False	0.9998937249183655	0					non-mobilizable	no_good_hit	5720.0	80.542	69.0	0.0020268404543637617	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
USA0059_01_000000002579	9310	0.6250371563714813	8	6	4	4	5	True	121803	fragment	False	ENG0018_000000002372	0.9627985616878985		0	0	False	False	0.9984962344169617	0					non-mobilizable	no_good_hit	5720.0	80.524	69.0	0.0020268404543637617	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
MON0066_000000002351	8784	0.6250371563714813	8	6	4	4	5	True	121803	fragment	False	ENG0018_000000002372	0.6001420640554128		0	0	False	False	0.999772310256958	0					non-mobilizable	no_good_hit	5719.0	80.521	73.0	0.0020268404543637617	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
CHI0129_000000002193	8259	0.6250371563714813	8	6	4	4	5	True	121803	fragment	False	ENG0018_000000002372	0.24191712204007287		0	0	False	False	0.9980627298355103	0					non-mobilizable	no_good_hit	5720.0	80.507	69.0	0.0020268404543637617	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
DEN0043_000000001276	4008	0.6250306989943586	8	6	4	6	3	False	73008	maximal	True	DEN0043_000000001276	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0040_000000004943	1675	0.6250302730033058	2	2	2	1	1	False	73187	fragment	False	FIJ0016_000000011233	0.7111267798734747		0	0	False	False	1.0	0					non-mobilizable	chromosome	1654.0	99.274	99.0	0.0005616876045094034	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0077_000000009510	3900	0.6250296446410833	4	4	4	4	2	False	49251	fragment	False	MON0077_000000009510	1.0		0	0	False	False	0.9992307424545288	0					non-mobilizable	no_good_hit	2218.0	92.561	74.0	0.0008744787567547494	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0103_000000008301	3257	0.6250279397662976	4	3	3	3	2	False	33063	fragment	False	ISR0103_000000008301	1.0		0	0	False	False	0.999692976474762	0					non-mobilizable	no_good_hit	1601.0	96.00200000000001	49.0	0.021139973046534366	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
FIJ0030_000000018336	1957	0.6250277362491987	2	2	2	2	1	False	48727	maximal	True	FIJ0030_000000018336	1.0		0	0	False	False	0.9913132190704346	0					non-mobilizable	no_good_hit	682.0	72.581	34.0	0.05079145535577071	NZ_JAAVUN010000038.1	high GC Gram+	Kocuria subflava strain YIM 13062 Scaffold38, whole genome shotgun sequence	True	False
CHI0131_000000006215	2649	0.6250231914303345	5	4	3	3	1	False	81031	maximal	True	CHI0131_000000006215	1.0		43	9	False	False	1.0	0					non-mobilizable	other	1473.0	99.45700000000001	100.0	0.00039114430168917473	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MON0007_000000017704	3260	0.6250185235348906	6	3	2	3	2	False	13989	maximal	True	MON0007_000000017704	1.0		3	2	False	False	0.9978527426719666	0					non-mobilizable	no_good_hit	91.0	79.12100000000001	3.0	0.00020872224463185148	NZ_PTIY01000002.1	g-proteobacteria	Methylobacter tundripaludum strain OWC-G53F Ga0139037_102, whole genome shotgun sequence	True	False
ISR0228_000000018265	1490	0.6250170733860501	5	4	1	3	3	False	91954	fragment	False	ENG0037_000000017625	0.4132576552050639		0	0	False	False	1.0	0					non-mobilizable	other	1490.0	98.65799999999999	100.0	0.0771982579842389	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
CHI0092_000000004532	2204	0.6250165541948368	3	3	3	3	3	False	83680	fragment	False	CHI0092_000000004532	1.0		0	0	False	False	0.9990925788879395	0					non-mobilizable	other	2198.0	98.226	99.0	0.0006568108172586085	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0135_000000001359	13834	0.6250158315051649	18	7	6	7	3	False	95045	maximal	True	CHI0135_000000001359	1.0		1	1	False	False	0.9989879727363586	0					non-mobilizable	no_good_hit	1997.0	98.74799999999999	14.0	0.026838324319961256	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0044_000000001524	12750	0.6250049427996578	25	8	5	6	5	True	112139	maximal	True	MAD0044_000000001524	1.0		1	1	False	False	0.9996863007545471	0					non-mobilizable	no_good_hit	2201.0	97.456	72.0	0.012671789141428687	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0353_000000027404	1334	0.6249960785485471	2	2	2	2	1	True	24009	fragment	False	ISR0353_000000027404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0147_000000019052	1165	0.6249933336535265	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.4178771599726371		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	94.344	100.0	0.4758986928104575	NZ_CABIWU010000126.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0130_000000002966	8991	0.6249918851869495	9	5	4	4	4	True	86244	fragment	False	ENG0130_000000002966	0.9715217039666336		0	0	False	False	0.9998887777328491	0					non-mobilizable	plasmid	8897.0	98.741	99.0	0.07162816166464009	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ENG0114_000000002452	8980	0.6249918851869495	9	5	4	4	4	True	86244	fragment	False	ENG0130_000000002966	0.9701135235351092		0	0	False	False	0.9998886585235596	0					non-mobilizable	plasmid	8897.0	98.73	99.0	0.07162816166464009	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0107_000000013445	1982	0.6249906355150427	2	2	2	2	0	True	124054	fragment	False	ISR0107_000000013445	1.0		0	0	False	False	0.99798184633255	0					non-mobilizable	other	1092.0	91.117	98.0	0.0035802636315895513	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
USA0026_01_000000024312	1338	0.6249858753403095	2	2	2	2	2	False	74450	maximal	False	ISR0312_000000014179	0.989897118943276		0	0	False	False	0.9977578520774841	0					non-mobilizable	no_good_hit	564.0	72.872	41.0	0.0001572626817654063	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
TAN0007_000000035937	1184	0.6249835750836525	2	2	2	2	2	False	8099	fragment	False	TAN0007_000000035937	1.0		0	0	False	False	0.9645270109176636	0					non-mobilizable	no_good_hit	319.0	70.846	27.0	0.00012074796085406174	NZ_CP011391.1	firmicutes	Faecalibaculum rodentium strain ALO17 chromosome, complete genome	True	False
FIJ0085_000000001583	14396	0.6249782624789263	18	18	12	15	18	False	109702	maximal	True	FIJ0085_000000001583	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	9627.0	99.74	98.0	0.002013867496182797	CP029918.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain 311189_232103 chromosome, complete genome	False	False
CHI0173_000000007861	2144	0.6249733830808779	3	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1002592533261306		0	0	False	False	1.0	0		MOBV			mobilizable	other	2145.0	97.762	100.0	0.0005951091635147819	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0107_000000047197	1308	0.6249597148538408	2	2	2	2	1	False	8561	maximal	True	MON0107_000000047197	1.0		28	6	False	False	0.9984709620475769	0					non-mobilizable	no_good_hit	97.0	83.505	7.0	1.706439102725274e-05	NZ_KV917368.1	firmicutes	Alkalihalobacillus alkalinitrilicus strain DSM 22532 Scaffold1, whole genome shotgun sequence	True	False
FIJ0084_000000008096	1597	0.6249586742289255	2	2	2	2	2	False	44004	maximal	True	FIJ0084_000000008096	1.0		3	3	False	False	0.9805886149406433	0					non-mobilizable	other	1597.0	94.49	100.0	0.0006860682999046984	CP011013.1	firmicutes	Lactobacillus mucosae LM1, complete genome	False	False
FIJ0083_000000021915	1646	0.6249567548519345	3	3	3	1	1	False	81433	maximal	True	FIJ0083_000000021915	1.0		88	10	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	96.995	87.0	0.00046358714671522363	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0034_000000012295	1292	0.6249560229880775	2	1	1	1	1	False	18801	maximal	True	MAD0034_000000012295	1.0		23	1	False	False	0.9969040155410767	0					non-mobilizable	no_good_hit	104.0	99.038	8.0	3.4669196957054286e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0063_000000012495	2161	0.6249499637087421	3	2	1	1	2	False	45601	fragment	False	FIJ0063_000000012495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	90.604	45.0	0.00030024197753099444	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0127_000000019446	1382	0.624949499153713	2	2	2	2	1	False	103283	maximal	True	ENG0127_000000019446	1.0		0	0	False	False	0.9927641153335571	0					non-mobilizable	no_good_hit	1165.0	99.485	84.0	0.00037370119571540666	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0089_000000013124	2171	0.6249480315724372	4	3	1	2	2	False	33739	maximal	True	ISR0089_000000013124	1.0		5	2	False	False	0.9668355584144592	0					non-mobilizable	no_good_hit	402.0	72.139	18.0	6.062066327621759e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CHI0088_000000005103	1121	0.6249464262471685	2	2	2	2	2	False	83918	fragment	False	CHI0099_000000003479	0.21348940914158307		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	98.305	100.0	0.0003952168876176079	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0136_000000007185	1953	0.6249462316412022	2	2	2	1	1	True	80620	fragment	False	CHI0136_000000007185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0127_000000023252	1180	0.6249423544536425	2	2	1	2	1	True	58684	fragment	False	ENG0127_000000023252	1.0		0	0	False	False	0.9644067883491516	0					non-mobilizable	other	1182.0	86.21	100.0	0.0003785169327735949	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
FIJ0109_000000007840	3429	0.6249394276451786	3	3	2	2	3	False	42160	maximal	True	FIJ0109_000000007840	1.0		11	2	True	True	1.0	1					non-mobilizable	no_good_hit	1420.0	77.324	41.0	0.01223358834498022	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
SPA0102_000000018251	1812	0.6249388189583667	2	2	2	2	1	False	73047	fragment	False	SPA0102_000000018251	1.0		0	0	False	False	0.9933775067329407	0					non-mobilizable	other	1396.0	97.06299999999999	99.0	0.0007357750163505559	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
AST0053_000000002306	5111	0.6249373822106071	5	5	5	5	5	False	114250	maximal	False	ENG0125_000000004675	0.9937377690802348		0	0	False	False	0.9990217089653015	0					non-mobilizable	other	5111.0	100.0	100.0	0.0008553576776051458	CP003218.1	enterobacteria	Klebsiella michiganensis strain KCTC 1686, complete genome	False	False
ISR0852_000000009851	1300	0.6249326724930052	2	2	2	2	2	False	96059	fragment	False	ENG0152_000000016577	0.8470357341717557		0	0	False	False	0.9930769205093384	0					non-mobilizable	other	1300.0	99.154	100.0	0.00040411670168596616	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0049_000000004684	3538	0.6249319336543677	8	4	2	4	1	True	18560	maximal	True	MAD0049_000000004684	1.0		1	1	False	False	0.9985867738723755	0					non-mobilizable	no_good_hit								True	True
ENG0185_000000005940	3817	0.6249309460600878	2	2	2	2	1	False	55065	fragment	False	ENG0185_000000005940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	7.945869493796222e-06	NZ_SZNK01000001.1	firmicutes	Brevibacillus antibioticus strain TGS2-1 TGS2-1_contig1, whole genome shotgun sequence	True	False
CHI0111_000000011947	2529	0.6249261681257167	3	3	3	3	3	False	90779	fragment	False	CHI0111_000000011947	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2529.0	99.288	100.0	0.301311084624553	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0198_000000009354	3575	0.6249233949932412	4	4	4	4	4	False	28892	maximal	True	ISR0198_000000009354	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	2823.0	99.929	100.0	0.0011066653647074142	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
SPA0113_000000000900	26508	0.6249212194847794	37	8	5	8	5	False	88374	maximal	True	SPA0113_000000000900	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	96.185	3.0	0.9829157175398633	GQ877340.1		Uncultured organism clone VC1AL64TF genomic sequence	True	False
ISR0299_000000004532	2359	0.6249185033155149	2	2	2	2	2	False	33383	maximal	True	ISR0299_000000004532	1.0		4	2	False	False	0.9991521835327148	0					non-mobilizable	no_good_hit	1166.0	97.51299999999999	55.0	0.010625684056913534	NZ_BAJY01000005.1	CFB group bacteria	Prevotella falsenii DSM 22864 = JCM 15124, whole genome shotgun sequence	True	False
SPA0037_000000012075	2054	0.6249165750842145	3	3	3	2	1	False	61352	fragment	False	SPA0037_000000012075	1.0		0	0	False	False	0.997565746307373	0					non-mobilizable	other	2054.0	100.0	100.0	0.007443556954269077	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0075_000000009653	2579	0.6249107254835	5	2	2	2	1	False	121489	fragment	False	ISR0075_000000009653	0.9663379906899349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0225_000000012150	1696	0.6249107254835	3	2	2	2	1	False	99522	fragment	False	ISR0225_000000012150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0035_000000022765	1289	0.6249081088699274	2	2	1	2	1	False	12193	maximal	False	MON0043_000000022483	0.9895358436051856		0	0	False	False	0.9705197811126709	0					non-mobilizable	no_good_hit	540.0	73.148	41.0	0.00015374082167294613	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
CAN0017_000000003937	9893	0.6249040686059176	9	9	9	8	7	False	125058	fragment	False	SPA0126_000000002874	0.9465346907398575		0	0	False	False	1.0	0					non-mobilizable	chromosome	9894.0	98.949	100.0	0.002197375055250889	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0024_000000033254	1551	0.6248998832197796	2	2	2	2	2	False	12910	maximal	True	MON0024_000000033254	1.0		87	11	False	False	0.988394558429718	0					non-mobilizable	no_good_hit	332.0	77.711	21.0	0.0001350053630570829	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ISR0351_000000003320	3757	0.6248995684959645	4	2	1	1	2	False	115443	backbone	False	AST0047_000000005592	0.9880415899857758	PS752	0	0	True	True	0.997604489326477	6					non-mobilizable	no_good_hit	1534.0	86.63600000000001	46.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0255_000000013422	2323	0.6248995684959645	2	2	1	1	2	False	80498	maximal	True	ISR0255_000000013422	1.0		31	6	False	False	0.9969866275787354	0					non-mobilizable	no_good_hit	1520.0	87.039	65.0	0.00043565648746316015	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0190_000000009976	2305	0.6248995684959645	3	2	1	1	2	False	81371	maximal	True	ISR0190_000000009976	1.0		6	3	False	False	0.9770064949989319	0					non-mobilizable	no_good_hit	1535.0	87.036	78.0	0.00043941713443329365	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0013_000000007434	3563	0.624899266132495	6	3	3	3	3	False	71695	maximal	False	FIJ0101_000000006973	0.7699641705044116		0	0	False	False	1.0	0					non-mobilizable	other	2140.0	98.97200000000001	100.0	0.002605813192797284	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0040_000000021855	1545	0.6248933083129231	2	2	1	2	2	False	18345	maximal	True	MAD0040_000000021855	1.0		30	7	False	False	0.9948220252990723	0					non-mobilizable	no_good_hit	555.0	71.712	35.0	0.0016433452155134231	NZ_JHXG01000006.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
FIJ0011_000000012025	3587	0.6248917935849783	3	3	3	3	2	False	70163	maximal	False	FIJ0141_000000007836	0.96794219294175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0011_000000009081	3395	0.6248837188744698	5	5	5	3	4	False	94507	maximal	True	CAN0011_000000009081	1.0		42	7	False	False	0.9973490238189697	0					non-mobilizable	no_good_hit	552.0	72.82600000000001	16.0	0.0001946135729066133	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
ISR0785_000000032381	1200	0.6248802893297074	2	2	1	2	1	False	22154	fragment	False	ISR0785_000000032381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0085_000000001068	16568	0.6248717418902349	22	9	4	9	4	True	111152	fragment	False	AST0085_000000001068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	0.0	0.000750004360490468	NZ_JNJN01000011.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	True
FIJ0078_000000001708	11815	0.6248704387427176	9	4	3	3	4	False	44466	fragment	False	FIJ0078_000000001708	1.0		0	0	False	False	0.995344877243042	0					non-mobilizable	no_good_hit	1432.0	88.68700000000001	16.0	0.0004667396620100334	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0052_000000003975	3845	0.6248691382905146	5	4	2	4	2	False	17295	maximal	True	MAD0052_000000003975	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	76.259	4.0	0.0002754753480171897	NZ_FNGH01000001.1	g-proteobacteria	Halomonas pantelleriensis strain AAP, whole genome shotgun sequence	True	False
DEN0087_000000007276	1676	0.624867433462638	2	1	1	1	1	False	110488	fragment	False	DEN0087_000000007276	1.0		0	0	False	False	0.991050124168396	0					non-mobilizable	other	1658.0	98.73299999999999	99.0	0.008173997119122318	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0098_000000017378	1439	0.624867433462638	2	1	1	1	1	False	110485	fragment	False	ENG0183_000000020390	0.7833878327748977		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	96.572	100.0	0.006615166045107441	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0111_000000024163	1417	0.624867433462638	3	1	1	1	1	False	110485	fragment	False	ENG0183_000000020390	0.9484472720214333		0	0	False	False	1.0	0					non-mobilizable	other	1428.0	96.919	100.0	0.007039404881706427	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0119_000000022362	1369	0.624867433462638	2	1	1	1	1	False	110485	fragment	False	ENG0183_000000020390	0.7845061960158609		0	0	False	False	0.9934258460998535	0					non-mobilizable	other	1369.0	98.17399999999999	100.0	0.006748357307760611	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0039_000000007663	3366	0.6248626264172618	2	2	2	2	2	False	86105	maximal	True	SPA0039_000000007663	1.0		4	3	False	False	0.9991087317466736	0					non-mobilizable	no_good_hit	1819.0	90.434	66.0	0.0005446552579103724	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0208_000000000421	31910	0.6248545359562728	35	31	19	17	29	True	120732	maximal	True	ENG0208_000000000421	1.0		7	4	False	False	0.999686598777771	0					non-mobilizable	no_good_hit	22311.0	99.991	80.0	0.059170656022490685	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
MON0041_000000041927	1611	0.6248495460884805	2	2	2	2	1	False	11790	fragment	False	MON0041_000000041927	0.9894053315105946		0	0	False	False	0.983860969543457	0					non-mobilizable	other	1609.0	82.287	99.0	0.020780471301609607	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0237_000000009453	1317	0.6248295990759984	2	2	2	2	2	False	35880	fragment	False	ISR0237_000000009453	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	95.25	93.0	0.020160423385429588	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0107_000000033529	1184	0.6248286307485863	3	2	2	1	0	False	14636	maximal	True	MAD0107_000000033529	1.0		3	2	False	False	0.974662184715271	0					non-mobilizable	no_good_hit								True	False
ISR0103_000000011078	2550	0.6248267647686921	2	2	2	2	1	False	33053	fragment	False	ISR0103_000000011078	1.0		0	0	False	False	0.9960784316062927	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	7.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0044_000000006028	4241	0.6248242439047584	4	3	2	2	2	True	110079	fragment	False	SPA0044_000000006028	1.0		0	0	False	False	0.9997642040252686	0					non-mobilizable	other	4149.0	85.65899999999999	98.0	0.0007638665794598064	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
FIJ0034_000000000602	32073	0.6248214473687808	35	12	6	9	9	False	48188	maximal	True	FIJ0034_000000000602	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	78.148	1.0	0.001763093463913136	AP014513.1	firmicutes	Clostridium botulinum B str. Osaka05 DNA, contig: Osaka05p1_contig003, extrachromosome 1, complete sequence	True	False
FIJ0047_000000000572	26930	0.6248214473687808	27	12	6	9	9	False	46912	fragment	False	FIJ0047_000000000572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	86.458	0.0	0.0006443252840400627	NC_047767.1	viruses	Staphylococcus phage vB_SscM-1, complete genome	True	False
AST0090_000000004762	5323	0.6248058132308666	5	4	2	2	2	False	109951	maximal	True	AST0090_000000004762	1.0		1	1	False	False	0.9983091950416565	0					non-mobilizable	no_good_hit								True	False
CHI0136_000000004818	3013	0.6248045718620114	2	2	2	2	1	False	80627	maximal	True	CHI0136_000000004818	1.0		17	7	False	False	0.9970129728317261	0					non-mobilizable	no_good_hit	985.0	75.33	70.0	0.006322541034466993	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
FIJ0068_000000019888	1617	0.6248036234782529	3	3	3	3	3	False	45050	fragment	False	FIJ0068_000000019888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	71.282	65.0	0.0002924753236190477	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0001_000000038084	1170	0.6247990044084984	2	2	2	1	1	False	76710	maximal	True	DEN0001_000000038084	1.0		8	5	False	False	0.9820512533187866	0					non-mobilizable	no_good_hit	602.0	70.93	50.0	0.002110825571350603	NZ_QRUP01000002.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf2, whole genome shotgun sequence	True	False
SPA0143_000000018740	1136	0.6247987653323276	2	2	2	2	1	False	124847	fragment	False	AST0012_000000016916	0.2070248939831085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	88.235	16.0	0.004184195051341204	NZ_BFBT01000006.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0150_000000015067	1205	0.6247870628703024	2	2	1	2	1	False	57129	maximal	True	ENG0150_000000015067	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	4.0	2.042479403262548e-05	NZ_KI650979.1	b-proteobacteria	Advenella kashmirensis W13003 scaffold_01, whole genome shotgun sequence	True	False
SPA0126_000000008899	4220	0.6247837320184623	8	2	2	2	1	False	3990	maximal	True	SPA0126_000000008899	1.0		1	1	False	False	0.9973933696746826	0					non-mobilizable	no_good_hit	609.0	98.686	14.0	0.010416666666666666	NZ_JAAIPV010000027.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_27_length_58368_cov_108.729, whole genome shotgun sequence	True	False
CHI0039_000000009453	1293	0.6247802072067488	2	2	2	2	1	True	87751	maximal	True	CHI0039_000000009453	1.0		38	7	False	False	0.9621036052703857	0					non-mobilizable	no_good_hit	210.0	75.238	16.0	0.000401598441320901	NZ_CABKUF010000005.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	True	True
ENG0153_000000015910	1883	0.6247794662110332	3	3	3	3	3	False	56935	fragment	False	ENG0153_000000015910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	73.277	31.0	0.0002725703527470891	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ISR0160_000000016186	1804	0.6247785889415027	2	2	1	2	1	True	30427	fragment	False	ISR0349_000000005498	0.9707112970711297		0	0	False	False	0.9966740608215332	0					non-mobilizable	chromosome	1803.0	98.669	99.0	0.0005679860733092879	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ENG0138_000000010552	1859	0.6247782722747814	3	3	3	3	2	True	131026	fragment	False	CHI0117_000000007167	0.1863108852717924		0	0	False	False	1.0	0					non-mobilizable	chromosome	1763.0	99.49	95.0	0.0002742311910650152	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
USA0006_01_000000013026	1840	0.6247782722747814	3	3	3	3	2	True	131054	maximal	True	USA0006_01_000000013026	1.0		65	11	False	False	0.998913049697876	0					non-mobilizable	other	1821.0	89.51100000000001	99.0	0.017510986622881152	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
DEN0016_000000001851	3504	0.6247750769391338	5	1	1	1	1	False	75372	fragment	False	DEN0016_000000001851	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	72.319	40.0	0.0001929364248204828	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	False
ISR0288_000000016354	1833	0.6247750769391338	2	1	1	1	1	False	25971	fragment	False	ISR0288_000000016354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	71.578	73.0	0.0002304525191271416	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	True	False
MAD0002_000000011565	3027	0.6247724306483332	5	5	5	4	5	False	20217	maximal	True	MAD0002_000000011565	1.0		2	1	False	False	0.99966961145401	0					non-mobilizable	no_good_hit	801.0	73.783	26.0	0.0027985894546617963	NZ_QSGP01000009.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf9, whole genome shotgun sequence	True	False
SPA0158_000000018820	1215	0.624770487010713	1	1	1	1	1	False	3124	fragment	False	SPA0158_000000018820	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	85.266	94.0	0.000498485538895197	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
AST0092_000000003528	4915	0.6247691481293783	4	4	1	3	3	False	128566	fragment	False	AST0092_000000003528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1631.0	91.416	36.0	0.0005698886370557471	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0212_000000030904	1176	0.6247690622654732	2	2	2	1	1	False	45026	fragment	False	ISR0074_000000022260	0.3735921161544817		0	0	False	False	0.9923469424247742	0					non-mobilizable	other	1170.0	97.35	99.0	0.0003318473536238072	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0156_000000001597	7186	0.6247690504488392	9	7	5	5	6	True	90854	fragment	False	SPA0156_000000001597	1.0		0	0	False	False	0.9973559975624084	0					non-mobilizable	no_good_hit	73.0	95.89	1.0	1.7652808966450102e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0041_000000013262	3942	0.6247649091640164	5	5	4	5	4	False	73995	fragment	False	MON0106_000000008898	0.9322638916914089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1927.0	74.676	48.0	0.009553017484489565	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
ISR0813_000000016732	1841	0.6247611865906242	2	2	2	2	1	False	21576	maximal	True	ISR0813_000000016732	1.0		18	7	False	False	0.9847908616065979	0					non-mobilizable	no_good_hit	1325.0	73.509	71.0	0.0003859969446606179	CP054143.1	b-proteobacteria	Deefgea sp. D17 chromosome, complete genome	True	False
ISR0206_000000006718	3812	0.6247561408155045	6	5	4	5	2	True	28640	maximal	True	ISR0206_000000006718	1.0		1	1	False	False	0.9984260201454163	0					non-mobilizable	no_good_hit	567.0	97.178	15.0	0.9982363315696648	KU546340.1	bacteria	Uncultured bacterium clone PE_03E_000_Contig_45 genomic sequence	True	True
CHI0167_000000005324	3479	0.6247377824371875	5	4	4	3	3	False	124947	fragment	False	FIJ0005_000000008183	0.9478899961836792		0	0	False	False	0.9991376996040344	0					non-mobilizable	no_good_hit	2147.0	79.693	83.0	0.00058974679477231	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0114_000000015215	2544	0.6247335908027013	4	4	4	4	3	False	41877	maximal	True	FIJ0114_000000015215	1.0		90	9	False	False	0.99842768907547	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	2.6840114076135373e-06	LN590677.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG7, chromosome: 7	True	False
ISR0124_000000008442	1723	0.6247316632157851	2	2	2	2	2	False	36479	fragment	False	ISR0040_000000014759	0.9513874531265837		0	0	False	False	0.9767847061157227	0					non-mobilizable	no_good_hit	480.0	77.708	27.0	0.00875236927193667	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	True	False
MON0029_000000021605	1472	0.6247269757555192	2	2	2	1	1	False	12548	maximal	True	MON0029_000000021605	1.0		0	0	False	False	0.9510869383811951	0					non-mobilizable	no_good_hit	376.0	100.0	26.0	0.009592264797667161	NZ_CYYU01000019.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MON0107_000000021790	2686	0.6247211745239489	4	4	3	3	3	False	51734	fragment	False	MON0107_000000021790	1.0		0	0	False	False	0.9810126423835754	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.6922590585799e-07	LR761643.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG10	True	False
ISR0107_000000027935	1127	0.6247204736672968	2	2	2	2	2	False	88990	fragment	False	DEN0051_000000034695	0.23797881010594946		0	0	False	False	0.9902395606040955	0					non-mobilizable	other	1127.0	98.04799999999999	100.0	0.0002760703180030946	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0168_000000011373	1393	0.6247161699367356	2	2	2	1	1	False	78093	fragment	False	CHI0168_000000011373	1.0		0	0	False	False	0.9985642433166504	0					non-mobilizable	other	1145.0	92.48899999999999	100.0	0.01988977171966549	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
MON0019_000000017684	3610	0.6247138352739455	4	4	4	4	4	False	13214	maximal	True	MON0019_000000017684	1.0		15	7	False	False	0.9997230172157288	0					non-mobilizable	no_good_hit	398.0	72.362	11.0	0.0034623415295972934	NZ_FQZY01000009.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0063_000000007259	2471	0.6247124871481595	3	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9770816340495924		0	0	False	False	0.9915013909339905	0					non-mobilizable	chromosome	2455.0	98.9	99.0	0.00037810097130178176	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0042_000000004955	2401	0.6247124871481595	4	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9476623092706808		0	0	False	False	0.9950020909309387	0					non-mobilizable	chromosome	2401.0	99.375	100.0	0.00036993164742122963	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0094_000000005566	2378	0.6247124871481595	4	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9437399581587004		0	0	False	False	0.9987384080886841	0					non-mobilizable	chromosome	2378.0	99.117	100.0	0.0003662323309470173	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0029_000000004992	2367	0.6247124871481595	4	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9422027219241432		0	0	False	False	1.0	0					non-mobilizable	chromosome	2367.0	99.24	100.0	0.00036453681089633667	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0211_000000010919	2338	0.6247124871481595	3	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9345654365260297		0	0	False	False	1.0	0					non-mobilizable	chromosome	2338.0	99.23	100.0	0.00036022094167642235	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0131_000000007433	2280	0.6247124871481595	3	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.8873271524366528		0	0	False	False	0.9947368502616882	0					non-mobilizable	other	2284.0	88.573	100.0	0.005463053077192293	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
MAD0056_000000006383	2124	0.6247113075246677	2	1	1	1	1	False	100250	maximal	True	MAD0056_000000006383	1.0		36	5	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	1.931521966340869e-05	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
FIJ0086_000000001948	13609	0.6247081724826032	9	9	7	6	7	False	123657	fragment	False	SPA0116_000000001980	0.571284640267509		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	7937.0	99.28200000000001	58.0	0.0014387452834827143	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
FIJ0112_000000010401	2585	0.6247059833467425	4	4	4	4	4	False	42028	fragment	False	FIJ0140_000000011655	0.9992365273542947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	76.73899999999999	50.0	0.00023868349323330438	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
FIJ0106_000000007017	3526	0.6247014710061404	4	4	4	4	4	False	104102	fragment	False	SPA0130_000000008486	0.3988647411599447		0	0	False	False	0.9971639513969421	0					non-mobilizable	other	3526.0	98.29799999999999	100.0	0.020483846592031993	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
SPA0126_000000025934	1706	0.6247010857948102	5	4	1	2	4	False	3959	maximal	True	SPA0126_000000025934	1.0		11	4	False	False	1.0	0					non-mobilizable	other	1282.0	86.661	97.0	0.000409016600808787	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0789_000000006314	2205	0.6246987823559537	3	3	3	2	2	False	22099	fragment	False	ISR0789_000000006314	1.0		0	0	False	False	0.9972789287567139	0					non-mobilizable	other	1898.0	99.789	97.0	0.0005267951858084653	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0335_000000008740	2099	0.6246978838804345	3	3	3	3	1	False	46230	maximal	False	ISR0363_000000008792	0.9778554778554779		0	0	False	False	0.9880895614624023	0					non-mobilizable	other	2073.0	99.469	99.0	0.0018839001096517148	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0122_000000012042	1490	0.6246934894312243	2	2	2	1	1	False	32142	maximal	True	ISR0122_000000012042	1.0		24	7	False	False	0.9986577033996582	0					non-mobilizable	no_good_hit	406.0	70.936	27.0	0.00011241278875332532	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0003_000000019217	2584	0.6246906426021434	4	3	3	3	3	False	96648	maximal	True	CAN0003_000000019217	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	93.759	60.0	0.00040506411457200836	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0016_000000004422	4409	0.6246846256182372	6	5	5	4	4	False	112703	fragment	False	ISR0016_000000004422	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4135.0	94.365	94.0	0.044821215085316814	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0841_000000011441	1333	0.6246843350183765	2	2	2	2	1	True	20757	fragment	False	ISR0841_000000011441	1.0		0	0	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	6.479012133849241e-06	CP041203.1	high GC Gram+	Cellulomonas sp. Y8 chromosome, complete genome	True	True
FIJ0122_000000006648	2472	0.624682923808693	4	2	1	2	2	True	73911	fragment	False	FIJ0122_000000006648	0.9922948771345272		0	0	False	False	0.9939320683479309	0					non-mobilizable	other	2472.0	98.74600000000001	100.0	0.09940861729090397	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
MON0005_000000011519	4288	0.6246797812625544	3	3	2	3	2	False	95815	fragment	False	MON0005_000000011519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	724.0	75.55199999999999	34.0	0.00019853969857199622	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0100_000000006219	4683	0.6246751323116674	4	4	0	3	4	True	60604	fragment	False	ENG0100_000000006219	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4683.0	100.0	100.0	0.02946303276676882	CP019018.1	enterobacteria	Escherichia coli strain Ecol_244 plasmid pEC244_2, complete sequence	False	True
ISR0156_000000007571	3460	0.624674683581951	3	3	2	2	3	False	67333	fragment	False	ENG0009_000000003469	0.9829108516092282		0	0	False	False	1.0	0					non-mobilizable	chromosome	3460.0	99.162	100.0	0.0011148990676297969	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0065_000000015020	2210	0.6246740024041182	3	3	3	3	2	False	76852	fragment	False	ISR0073_000000011982	0.9640735309296113		0	0	False	False	0.9950225949287415	0					non-mobilizable	no_good_hit	1128.0	71.72	50.0	0.00037528339036841177	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0225_000000000950	9515	0.6246735700453138	11	5	1	5	2	False	27700	maximal	True	ISR0225_000000000950	1.0		1	1	False	False	0.999894917011261	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.744250887773974e-07	AP022682.1	bony fishes	Epinephelus fuscoguttatus DNA, LG8, complete sequence	True	False
SPA0137_000000022481	1642	0.6246732290829067	2	1	1	1	1	False	131318	maximal	True	SPA0137_000000022481	0.9856572186112795		45	5	False	False	0.9993909597396851	0					non-mobilizable	no_good_hit	64.0	100.0	4.0	0.0008517542080713851	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
MAD0012_000000005847	4555	0.624659573591844	4	4	4	3	4	False	129033	maximal	True	MAD0012_000000005847	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2588.0	99.34299999999999	57.0	0.999613601236476	NZ_JAAIUL010000051.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_53_length_2588_cov_832.761, whole genome shotgun sequence	True	True
FIJ0058_000000007686	4983	0.6246584245390813	5	5	4	4	5	False	50225	maximal	True	FIJ0058_000000007686	0.9943471152636184		59	7	False	False	1.0	0					non-mobilizable	chromosome	2598.0	89.184	96.0	0.0010290680459647704	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0092_000000017724	1693	0.6246582538545107	3	3	3	3	3	False	127740	fragment	False	ISR0150_000000012413	0.5516696283181447		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	96.458	99.0	0.05367276416320578	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0028_000000014218	2090	0.6246567772839171	2	2	2	2	2	False	75180	maximal	True	DEN0028_000000014218	1.0		189	12	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	82.568	71.0	0.0001802565664418698	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
FIJ0015_000000018933	1652	0.6246560175804228	2	2	1	2	1	True	50332	maximal	True	FIJ0015_000000018933	1.0		5	3	False	False	0.9957627058029175	0					non-mobilizable	no_good_hit	591.0	83.587	35.0	0.014312599049128367	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ETH0002_000000016776	1493	0.6246548156770302	2	2	2	2	2	False	53311	fragment	False	FIJ0107_000000015596	0.9188246612062955		0	0	False	False	0.993302047252655	0					non-mobilizable	no_good_hit	862.0	81.09	57.0	0.039371902357682155	NZ_JXQL01000058.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig58, whole genome shotgun sequence	True	False
ISR0213_000000010210	2495	0.6246496835044038	3	3	3	3	3	False	117894	fragment	False	ISR0213_000000010210	0.9734625105307497		0	0	False	False	0.9915831685066223	0					non-mobilizable	chromosome	2495.0	97.435	100.0	0.0007857876141842702	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0055_01_000000001445	14661	0.6246435094852876	10	6	6	6	5	False	1045	maximal	True	USA0055_01_000000001445	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6043.0	84.461	49.0	0.0018061553245590936	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
MON0063_000000008457	3366	0.6246395364890017	3	2	1	2	1	False	10752	maximal	True	MON0063_000000008457	1.0		26	6	False	False	0.9997029304504395	0					non-mobilizable	no_good_hit	587.0	71.21	17.0	0.00014841903728474024	CP036524.1	firmicutes	[Clostridium] hylemonae DSM 15053 chromosome, complete genome	True	False
ENG0119_000000002048	12759	0.6246377779268828	10	3	2	2	2	False	70654	maximal	True	ENG0119_000000002048	1.0		3	2	False	False	0.9998432397842407	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000003738	8171	0.6246377779268828	6	3	2	2	2	False	70653	fragment	False	DEN0070_000000003738	1.0		0	0	False	False	0.9998776316642761	0					non-mobilizable	no_good_hit								True	False
MON0031_000000004500	7884	0.6246373193265992	12	5	4	3	5	True	31125	maximal	True	MON0031_000000004500	1.0		2	1	False	False	0.9890918135643005	0					non-mobilizable	no_good_hit	110.0	99.09100000000001	1.0	8.727917967179826e-05	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	True
AST0110_000000007009	2625	0.6246359539995411	2	2	2	2	2	False	107012	maximal	True	AST0110_000000007009	1.0		221	12	False	False	1.0	0					non-mobilizable	other	2625.0	99.619	100.0	0.0068756796415423115	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
MON0041_000000055036	1272	0.6246353152073609	2	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.21042585339403144		0	0	False	False	0.9976415038108826	0					non-mobilizable	other	1262.0	85.26100000000001	99.0	0.002983224206733563	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0117_000000006838	5378	0.6246347832724642	4	4	4	4	3	False	127647	fragment	False	ISR0208_000000003772	0.388024259934733		0	0	False	False	0.9998140335083008	0					non-mobilizable	chromosome	2969.0	89.559	99.0	0.0012829801560821888	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0165_000000006434	2626	0.6246336935321517	3	3	3	3	3	False	63866	maximal	False	FIJ0010_000000006580	0.9525312199403356		0	0	False	False	0.997334361076355	0					non-mobilizable	chromosome	2626.0	99.962	100.0	0.0005064566958302118	CP031789.1	enterobacteria	Klebsiella pneumoniae strain KSB1_1I-sc-2280289 chromosome, complete genome	False	False
ENG0047_000000009019	2105	0.6246312419642556	2	2	2	2	1	False	75630	fragment	False	ISR0213_000000010997	0.9013334677989787		0	0	False	False	0.9909738898277283	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	0.0003130511800502409	NZ_LT707056.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0024_000000013099	1887	0.6246312419642556	2	2	2	2	1	False	75630	fragment	False	ISR0213_000000010997	0.7556625878709492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0399_000000003284	4141	0.6246301237837141	4	3	2	3	2	False	56877	maximal	True	ISR0399_000000003284	1.0		13	4	False	False	0.9898574948310852	0					non-mobilizable	no_good_hit	1289.0	76.028	31.0	0.000344741901877532	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0337_000000000341	18294	0.6246262097036417	22	21	16	18	18	True	123703	fragment	False	ISR0337_000000000341	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	18302.0	99.896	100.0	0.18617686853375925	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0355_000000005143	3495	0.6246235920984764	7	4	3	3	3	False	23966	maximal	True	ISR0355_000000005143	1.0		1	1	False	False	0.9991416335105896	0					non-mobilizable	no_good_hit	1221.0	100.0	47.0	0.00041083084814344864	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
ISR0385_000000001947	8885	0.6246183600569962	6	6	6	3	3	False	124480	maximal	True	ISR0385_000000001947	1.0		1	1	False	False	0.9995498061180115	0					non-mobilizable	no_good_hit	2969.0	97.575	45.0	0.0010656976765061777	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
SPA0042_000000004310	6405	0.6246146636345468	6	4	3	2	3	False	6871	fragment	False	SPA0042_000000004310	1.0		0	0	False	False	0.9998438954353333	0					non-mobilizable	no_good_hit	730.0	81.64399999999999	42.0	0.00014080445244208568	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
MON0095_000000028127	1153	0.6246121282149822	2	2	2	2	1	False	9294	maximal	True	MON0095_000000028127	1.0		27	6	False	False	0.9869904518127441	0					non-mobilizable	no_good_hit								True	False
USA0113_01_000000012345	1464	0.6246118886388723	1	1	1	1	1	False	14309	fragment	False	USA0113_01_000000012345	1.0		0	0	False	False	0.9959016442298889	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000010257	3489	0.624603426284853	4	3	2	3	1	False	36998	maximal	True	SPA0125_000000010257	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	79.126	6.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	False
ISR0310_000000006115	2670	0.6246009336115512	4	4	2	3	4	False	97789	fragment	False	ISR0310_000000006115	1.0		0	0	False	False	0.9970037341117859	0					non-mobilizable	chromosome	2555.0	99.92200000000001	96.0	0.0004839227375854112	CP026399.1	enterobacteria	Escherichia coli strain ECONIH4 chromosome, complete genome	False	False
ISR0847_000000019248	1526	0.6246006550114698	3	3	3	3	2	False	127440	fragment	False	ISR0847_000000019248	1.0		0	0	False	True	0.9849278926849365	0					non-mobilizable	no_good_hit	1226.0	99.837	83.0	0.0005102083315979308	AP018499.1	firmicutes	Lactococcus lactis subsp. cremoris C4 DNA, complete genome	True	True
USA0036_01_000000016048	2102	0.6245977187931966	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.337138604770338		0	0	False	False	1.0	0					non-mobilizable	other	2107.0	91.505	100.0	0.000652373151220532	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0057_000000002943	5173	0.6245950335214773	6	5	2	3	2	True	17011	maximal	True	MAD0057_000000002943	1.0		2	1	False	False	0.9998067021369934	0					non-mobilizable	no_good_hit	3256.0	94.47200000000001	63.0	0.0012085211440516657	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	True
DEN0093_000000013419	2406	0.6245925792089351	3	2	2	2	2	False	70670	fragment	False	ISR0346_000000008807	0.9284559417946645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	83.89299999999999	84.0	0.10607866507747318	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	True	False
MON0100_000000023252	1935	0.6245880723634106	3	2	2	2	1	False	9111	maximal	True	MON0100_000000023252	1.0		13	6	False	False	0.9674418568611145	0					non-mobilizable	no_good_hit	695.0	99.712	36.0	0.0002789652559626814	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
ENG0103_000000008726	2079	0.62458802226783	4	2	2	1	2	False	60307	maximal	True	ENG0103_000000008726	1.0		2	1	False	False	0.9889369606971741	0					non-mobilizable	no_good_hit	45.0	95.556	2.0	0.0005600173096259339	NZ_FQZB01000021.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	False
ISR0804_000000005359	3350	0.6245847011243362	8	3	2	3	2	False	21821	maximal	True	ISR0804_000000005359	1.0		1	1	False	False	0.9949253797531128	0					non-mobilizable	no_good_hit	1243.0	97.184	37.0	0.02518226681017851	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
MON0042_000000014122	1871	0.6245746964332611	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.028164589920243076		0	0	False	False	1.0	0					non-mobilizable	chromosome	1784.0	98.374	95.0	0.0004987473939609023	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0138_000000003827	7392	0.6245736899261952	4	3	2	3	3	False	58261	maximal	True	ISR0138_000000003827	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	3658.0	72.936	57.0	0.0005651225315482319	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
AST0153_000000012559	2547	0.6245645137521881	3	2	2	2	2	False	103420	maximal	True	AST0153_000000012559	1.0		7	4	False	False	0.9964664578437805	0					non-mobilizable	no_good_hit	95.0	82.105	4.0	0.001038163804193279	NZ_JABWGO010000019.1	high GC Gram+	Nonomuraea rhodomycinica strain TBRC6557 NODE_19_length_88618_cov_23.9268, whole genome shotgun sequence	True	False
ISR0281_000000011720	1544	0.6245591737992031	2	2	1	2	1	False	26174	fragment	False	ISR0281_000000011720	1.0		0	0	False	False	0.9974093437194824	0					non-mobilizable	no_good_hit	124.0	79.839	8.0	0.001098999285203717	NZ_AXBA01000022.1	a-proteobacteria	Azorhizobium doebereinerae UFLA1-100 YU1DRAFT_scaffold_18.19_C, whole genome shotgun sequence	True	False
SPA0114_000000021126	2207	0.6245568942430688	5	2	2	2	2	False	4444	fragment	False	SPA0114_000000021126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.738023157088818e-07	LR812506.1	bony fishes	Danio aesculapii genome assembly, chromosome: 11	True	False
ISR0151_000000018278	1206	0.6245541793542264	2	2	2	2	2	False	30750	maximal	True	ISR0151_000000018278	1.0		106	9	False	False	0.9850746393203735	0					non-mobilizable	other	603.0	97.34700000000001	99.0	0.028376148951213764	NZ_CABMGA010000026.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0093_01_000000005663	3414	0.6245511248754448	4	4	3	4	4	False	92409	maximal	False	ISR0020_000000006085	0.9734309012107476		0	0	False	False	1.0	0					non-mobilizable	other	3416.0	96.751	100.0	0.0009730599528095859	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0335_000000001890	7274	0.6245506942282639	7	4	3	4	3	False	37629	maximal	True	ISR0335_000000001890	1.0		4	2	False	False	1.0	0					non-mobilizable	other	2378.0	96.04700000000001	91.0	0.005358479065313855	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	False
FIJ0017_000000010214	2769	0.6245423746107996	3	1	1	1	1	False	50153	maximal	True	FIJ0017_000000010214	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	90.367	8.0	0.0018684603886397607	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
ENG0035_000000002555	8881	0.6245420456206056	7	7	7	6	5	False	130245	maximal	False	CHI0031_000000000646	0.6372276384973153		0	0	False	False	0.9979732036590576	0					non-mobilizable	chromosome	8881.0	99.854	100.0	0.0017723341041389988	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0063_000000043474	1183	0.6245417029224875	1	1	1	1	1	False	71377	fragment	False	DEN0063_000000043474	0.9995625546806649		0	0	False	False	0.9940828680992126	0					non-mobilizable	no_good_hit	75.0	98.667	6.0	2.2949251761355073e-05	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0004_000000017705	1143	0.6245417029224875	1	1	1	1	1	False	71377	fragment	False	DEN0063_000000043474	0.9826711749788672		0	0	False	False	0.9781277179718018	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	1.054425080927125e-05	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MON0002_000000010559	2364	0.6245411184971105	3	3	3	3	3	False	14334	maximal	True	MON0002_000000010559	1.0		94	8	False	False	0.9835025668144226	0					non-mobilizable	chromosome	2368.0	88.09100000000001	100.0	0.0007940255885601075	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0073_000000014738	3352	0.6245395643216677	4	1	1	1	1	False	70199	maximal	True	DEN0073_000000014738	1.0		5	3	False	False	0.9997016787528992	0					non-mobilizable	no_good_hit	683.0	83.309	20.0	0.5124153498871332	JN399216.1	eukaryotes	Blastocystis sp. NandII ABC family transporter ATM1 (atm1) mRNA, complete cds	True	False
FIJ0153_000000009743	2741	0.6245388069880055	2	2	2	2	1	False	73947	maximal	True	FIJ0153_000000009743	1.0		4	1	False	False	0.980299174785614	0					non-mobilizable	chromosome	2484.0	98.34899999999999	91.0	0.0011580130492167206	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0194_000000010924	2494	0.6245388069880055	2	2	2	2	1	False	73946	fragment	False	ENG0194_000000010924	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2494.0	99.96	100.0	0.013133564079465174	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
USA0121_01_000000012334	3841	0.6245357768161738	13	3	1	3	1	True	20615	maximal	True	USA0121_01_000000012334	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0039_000000008247	3138	0.6245357768161738	9	3	1	3	1	True	7016	fragment	False	SPA0039_000000008247	1.0		0	0	False	False	0.9980879426002502	0					non-mobilizable	no_good_hit								True	True
DEN0040_000000005863	1422	0.6245297083742667	4	3	3	3	2	False	73176	fragment	False	DEN0040_000000005863	0.9826630752162666		0	0	False	False	0.9894514679908752	0					non-mobilizable	no_good_hit	852.0	88.26299999999999	60.0	0.0002562198034724859	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0126_000000002472	5784	0.6245268254997343	7	6	4	5	5	True	84349	maximal	True	CHI0126_000000002472	1.0		12	6	False	False	1.0	0					non-mobilizable	other	5706.0	99.667	99.0	0.03125633481807772	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ISR0815_000000012189	2553	0.6245267711745849	3	3	3	2	1	False	48001	fragment	False	ISR0815_000000012189	1.0		0	0	False	False	0.9839404821395874	0					non-mobilizable	chromosome	2553.0	98.70700000000001	100.0	0.0009005299082144065	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0037_000000001159	17102	0.6245233737040659	25	8	2	8	2	False	7129	maximal	True	SPA0037_000000001159	0.9999413833528722		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0036_000000000790	17060	0.6245233737040659	25	8	2	8	2	False	7129	maximal	False	SPA0037_000000001159	0.998393825209698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0035_000000000649	16459	0.6245233737040659	24	8	2	8	2	False	7129	maximal	False	SPA0037_000000001159	0.9750210846728012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0066_000000010388	3175	0.6245223949210154	3	3	2	3	2	False	106629	fragment	False	ENG0040_000000007218	0.7081825976492339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	79.153	31.0	0.00028181167573472005	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0036_000000007529	3090	0.6245214998635281	4	4	2	2	3	False	65322	maximal	True	ENG0036_000000007529	0.9955132414094988		263	13	False	False	0.97637540102005	0					non-mobilizable	other	3005.0	100.0	97.0	0.014498629290706205	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0125_000000010956	3255	0.6245169054975447	4	4	4	4	3	False	119445	fragment	False	USA0035_01_000000007606	0.9935690774208503		0	0	False	False	1.0	0					non-mobilizable	other	3255.0	99.601	100.0	0.0007591643313148054	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0095_000000017849	1875	0.6245156524251021	2	2	2	2	2	False	33403	fragment	False	ISR0095_000000017849	1.0		0	0	False	False	0.993066668510437	0					non-mobilizable	no_good_hit	703.0	99.573	70.0	0.004572247370306445	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
USA0111_01_000000017219	1470	0.6245153124533495	1	1	1	1	1	False	297	fragment	False	USA0111_01_000000017219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	89.744	13.0	5.387362469522524e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0088_000000006475	3510	0.6245152005737576	4	4	4	4	4	False	126367	maximal	False	SPA0066_000000003952	0.9061723609919209		0	0	False	False	1.0	0					non-mobilizable	other	3135.0	96.523	97.0	0.07144490169181528	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0006_000000016677	2183	0.6245079191983838	3	3	3	3	3	False	101420	maximal	False	ISR0330_000000013441	0.9886000911992705		0	0	False	False	0.9926706552505493	0					non-mobilizable	other	2183.0	99.49600000000001	100.0	0.011398839219947447	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ENG0118_000000006363	2161	0.6245070213344176	4	3	3	2	1	True	129442	fragment	False	ENG0118_000000006363	0.9778582750718456		0	0	False	False	1.0	0					non-mobilizable	other	2161.0	98.334	100.0	0.0006913208968151528	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0122_000000008182	2156	0.6245070213344176	4	3	3	2	1	True	129442	fragment	False	ENG0118_000000006363	0.9711124162788971		0	0	False	False	0.9990723729133606	0					non-mobilizable	other	2156.0	98.93299999999999	100.0	0.0006704168530664027	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0074_000000001858	2257	0.6244973931485238	3	2	2	2	1	False	67387	maximal	True	MAD0074_000000001858	1.0		45	9	False	False	0.9809481501579285	0					non-mobilizable	chromosome	2242.0	100.0	99.0	0.00040934938655131086	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
USA0006_01_000000009860	2472	0.6244952773447418	3	3	3	3	3	False	11014	maximal	True	USA0006_01_000000009860	0.9913793103448276		27	6	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	74.503	12.0	0.00017328461582741326	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
FIJ0015_000000013044	2306	0.6244948814241661	3	3	3	2	2	False	60848	fragment	False	FIJ0015_000000013044	0.9968668727888078		0	0	False	False	0.9986990690231323	0					non-mobilizable	other	2244.0	99.465	97.0	0.01303781722642672	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ENG0117_000000009790	2325	0.624490125764039	3	3	3	3	3	False	122198	maximal	True	ENG0117_000000009790	1.0		88	10	False	False	0.9952688217163086	0					non-mobilizable	other	2325.0	98.366	100.0	0.045558801042912316	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	False	False
ENG0024_000000007182	3815	0.6244898953318235	5	4	4	4	4	False	111663	maximal	True	ENG0024_000000007182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1925.0	99.48100000000001	50.0	0.00042818851333126213	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0014_000000007598	2909	0.6244897941470776	3	2	2	2	2	False	7948	maximal	True	SPA0014_000000007598	0.9955032860601868		9	4	True	True	1.0	10					non-mobilizable	no_good_hit	715.0	73.986	24.0	0.5090645395213923	KX128281.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_CZ_9 genomic sequence	True	True
SPA0023_000000008862	2891	0.6244897941470776	3	2	2	2	2	False	7948	maximal	False	SPA0014_000000007598	0.9924372636644896		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	715.0	73.42699999999999	25.0	0.40090600226500567	NZ_SRMQ01000025.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000025, whole genome shotgun sequence	True	True
FIJ0087_000000008377	3670	0.6244863961493814	3	1	1	1	1	False	43750	fragment	False	FIJ0087_000000008377	0.9908424908424909		0	0	False	False	0.9926430583000183	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	1.184667441636618e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0076_000000001037	6013	0.6244844366935509	11	4	1	4	2	False	16251	maximal	True	MAD0076_000000001037	1.0		3	2	False	False	0.998336911201477	0					non-mobilizable	no_good_hit								True	False
BAN0014_000000002909	1431	0.6244844306038871	3	1	1	1	1	True	98422	fragment	False	BAN0014_000000002909	1.0		0	0	False	False	0.981830894947052	0					non-mobilizable	no_good_hit								True	True
ISR0015_000000018595	1432	0.624482345357207	2	1	1	1	1	False	37962	fragment	False	MON0107_000000041716	0.9464894342194956		0	0	False	False	0.998603343963623	0					non-mobilizable	no_good_hit	846.0	78.487	59.0	0.00914031083577872	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0103_000000015391	1903	0.6244809157133867	2	2	2	2	2	True	33043	maximal	True	ISR0103_000000015391	1.0		0	0	False	False	0.9768785834312439	0					non-mobilizable	no_good_hit	1451.0	99.86200000000001	77.0	0.003799441875090073	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
ENG0025_000000010911	2328	0.6244757555889975	3	2	2	2	0	True	130845	maximal	True	ENG0025_000000010911	1.0		1	1	False	False	0.9995704293251038	0					non-mobilizable	no_good_hit	1434.0	93.236	62.0	0.0006678512631809681	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ISR0019_000000009185	1900	0.6244757555889975	2	2	2	2	0	True	37735	maximal	True	ISR0019_000000009185	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	88.04799999999999	69.0	0.06869433883651893	NZ_VULP01000043.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq43, whole genome shotgun sequence	True	True
ENG0046_000000007542	2496	0.6244754434067382	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.11436130060326007		0	0	False	False	1.0	0					non-mobilizable	chromosome	2513.0	86.749	100.0	0.0005534848402571979	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0028_000000010522	2697	0.6244726181805612	5	3	2	2	1	False	74033	fragment	False	DEN0028_000000010522	1.0		0	0	False	False	0.9996291995048523	0					non-mobilizable	no_good_hit	255.0	74.118	9.0	0.0029266228652695668	NZ_AUDP01000023.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
USA0034_01_000000025723	2055	0.6244726181805612	4	3	2	2	1	False	1464	fragment	False	USA0034_01_000000025723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0061_000000010775	3758	0.6244688419920534	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.972057776462812	PS984	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	61.0	96.721	2.0	0.000313441958385356	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	True
MAD0108_000000001857	8193	0.6244573466290365	10	7	5	4	6	False	19448	fragment	False	MAD0079_000000000561	0.9556166317596427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3585.0	82.204	57.0	0.02269754264164428	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
MAD0089_000000001947	8173	0.6244573466290365	10	7	5	4	6	False	19448	fragment	False	MAD0079_000000000561	0.9542193010268106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3585.0	82.204	57.0	0.02269754264164428	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
MON0042_000000010985	2421	0.624456691883982	3	1	1	1	1	True	96578	fragment	False	MON0042_000000010985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	0.00041628362791181725	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CAN0004_000000014668	1902	0.624456691883982	3	1	1	1	1	True	96577	fragment	False	CAN0004_000000014668	0.9994635193133048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0003_000000026534	1864	0.624456691883982	3	1	1	1	1	True	96577	fragment	False	CAN0004_000000014668	0.989484752891693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0025_000000038263	1136	0.6244562564525744	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.025213865851789394		0	0	False	False	0.9198943376541138	0					non-mobilizable	other	1075.0	96.279	95.0	0.00029824882949830883	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0006_000000002215	12542	0.6244550287902164	8	4	4	4	4	False	51820	maximal	True	FIJ0006_000000002215	1.0		1	1	False	False	0.9999202489852905	0					non-mobilizable	no_good_hit	3845.0	93.134	55.0	0.000896345839247536	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0292_000000000734	14067	0.6244514744747894	18	7	4	6	6	True	98544	maximal	True	ISR0292_000000000734	1.0		2	2	False	False	0.999928891658783	0					non-mobilizable	no_good_hit	771.0	84.436	11.0	0.006286730654164242	NZ_JXQL01000074.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig74, whole genome shotgun sequence	True	True
DEN0033_000000008308	3060	0.6244487945029318	3	3	2	3	2	False	73621	maximal	True	DEN0033_000000008308	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0035_01_000000008473	2951	0.6244477210711854	3	3	3	3	3	False	105425	maximal	True	USA0035_01_000000008473	1.0		140	10	False	False	0.990172803401947	0					non-mobilizable	chromosome	2951.0	99.051	100.0	0.0013455401956187388	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
USA0063_01_000000007217	2810	0.6244453838660218	4	3	2	3	1	True	26383	fragment	False	ISR0273_000000003220	0.9564227642276423		0	0	False	False	0.9996441006660461	0					non-mobilizable	no_good_hit								True	True
MAD0068_000000021339	1353	0.6244429402334872	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.2395630102691282		0	0	False	False	0.9977827072143555	0					non-mobilizable	chromosome	1129.0	79.362	96.0	0.0002971673865995648	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0046_000000002606	7808	0.6244410856306769	7	7	7	7	7	False	125053	fragment	False	DEN0063_000000004503	0.8039627971028649		0	0	False	False	0.9992315769195557	0					non-mobilizable	other	7808.0	99.09100000000001	100.0	0.028226710342683183	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0192_000000008823	2113	0.6244365077934422	2	2	2	1	1	False	108146	fragment	False	ISR0192_000000008823	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2065.0	98.741	97.0	0.007160936290676837	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0231_000000010022	1851	0.6244365077934422	2	2	2	1	1	False	108145	fragment	False	SPA0119_000000016984	0.9470304975922954		0	0	False	False	1.0	0					non-mobilizable	other	1802.0	98.613	97.0	0.006240543310765112	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
SPA0096_000000030340	1403	0.6244305422945945	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.08379233653444607	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1412.0	83.00299999999999	100.0	0.0004886835937554462	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
DEN0096_000000036130	1263	0.6244282546640199	2	2	2	2	2	True	68134	maximal	True	DEN0096_000000036130	1.0		0	0	False	False	0.9414093494415283	0					non-mobilizable	no_good_hit	138.0	79.71	11.0	4.465190067710011e-05	CP049887.1	firmicutes	Vagococcus sp. HDW17B chromosome, complete genome	True	True
USA0020_01_000000001308	21230	0.6244262502660253	18	10	6	8	9	True	61957	fragment	False	USA0020_01_000000001308	1.0		0	0	False	False	1.0	0					non-mobilizable	other	21151.0	99.995	99.0	0.05784077514843064	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0044_000000007062	3122	0.6244259156721367	4	1	1	1	1	False	92132	maximal	True	FIJ0044_000000007062	1.0		358	14	False	False	0.9967969059944153	0					non-mobilizable	other	3122.0	98.366	100.0	0.08761439559822581	NZ_CYXX01000036.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0018_000000022343	1529	0.6244259156721367	3	1	1	1	1	False	92131	fragment	False	CAN0018_000000022343	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	98.62700000000001	100.0	0.04289484026725057	NZ_CYXX01000036.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0086_000000030538	1125	0.6244253999723096	1	1	1	1	1	False	43777	fragment	False	FIJ0086_000000030538	1.0		0	0	False	False	0.9919999837875366	0					non-mobilizable	no_good_hit								True	False
ENG0021_000000005216	3627	0.624421947976308	3	1	1	1	1	False	66389	maximal	True	ENG0021_000000005216	1.0		2	2	False	False	0.993107259273529	0					non-mobilizable	no_good_hit	2342.0	85.397	64.0	0.042976727072026495	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
CHI0125_000000009083	1693	0.6244198691449777	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.02219362615368183		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	95.275	100.0	0.0035359037464688012	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0090_000000043338	1428	0.6244149620330817	2	2	2	2	2	False	40315	maximal	True	MON0090_000000043338	1.0		89	12	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	77.778	14.0	0.017099982551038215	NZ_VZPB01000088.1	b-proteobacteria	Ideonella dechloratans strain CCUG 30977 contig_0000088, whole genome shotgun sequence	True	False
FIJ0158_000000011135	1659	0.6244116225032426	3	3	2	3	2	False	122102	fragment	False	ISR0028_000000007710	0.1459923691384612		0	0	False	False	0.979505717754364	0					non-mobilizable	other	1632.0	96.875	98.0	0.03726566072245085	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0034_000000002839	5890	0.6244089741613355	7	4	4	3	3	True	12707	maximal	True	MON0034_000000002839	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2202.0	90.28200000000001	54.0	0.4752992383025027	NZ_GL872285.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD4, whole genome shotgun sequence	True	True
FIJ0114_000000008591	4274	0.6244061493275439	4	2	1	1	0	False	100163	fragment	False	FIJ0114_000000008591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	70.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ENG0167_000000011720	2122	0.624403417360736	3	3	3	2	2	False	117977	maximal	True	ENG0167_000000011720	1.0		8	3	False	False	0.9985862374305725	0					non-mobilizable	chromosome	2122.0	99.859	100.0	0.0005902809859946722	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ISR0323_000000013155	1639	0.624401433832998	2	2	2	1	1	False	24974	maximal	True	ISR0323_000000013155	1.0		5	3	False	False	0.9945088624954224	0					non-mobilizable	no_good_hit	1465.0	98.976	89.0	0.00046877896847493457	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0121_000000016787	1532	0.6244009675641788	2	2	2	2	1	False	42336	maximal	True	ISR0121_000000016787	0.9909596662030598		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	93.64	85.0	0.06880177280641588	NZ_WEHX01000042.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_42_length_18953_cov_327.747905, whole genome shotgun sequence	True	False
FIJ0106_000000019214	1438	0.6244009675641788	2	2	2	2	1	False	42336	maximal	False	ISR0121_000000016787	0.9608355091383812		0	0	False	False	0.9965229630470276	0					non-mobilizable	chromosome	1298.0	87.75	95.0	0.00043241303879267066	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
ISR0848_000000006794	2533	0.6243992746312391	6	2	1	2	2	True	20614	fragment	False	ISR0848_000000006794	1.0		0	0	False	False	0.9992104172706604	0					non-mobilizable	no_good_hit								True	True
ENG0211_000000015670	1547	0.6243987661936538	2	2	2	1	1	False	78357	fragment	False	SPA0041_000000020235	0.9506915213469633		0	0	False	False	0.9967679381370544	0					non-mobilizable	other	1361.0	97.134	99.0	0.006541406378233289	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0185_000000012829	2541	0.6243964994143739	4	2	2	1	2	False	29398	maximal	True	ISR0185_000000012829	1.0		9	3	False	False	0.9984258413314819	0					non-mobilizable	no_good_hit								True	False
ISR0056_000000008236	2577	0.6243959144608301	3	3	2	3	3	False	35644	maximal	True	ISR0056_000000008236	1.0		1	1	False	False	0.9763290882110596	0					non-mobilizable	no_good_hit	1930.0	100.0	75.0	0.0003984376452314512	CP025453.1	enterobacteria	Salmonella enterica subsp. enterica serovar Agona strain USDA-ARS-USMARC-76341 chromosome, complete genome	True	False
SPA0083_000000014474	1270	0.6243924672185331	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.26506096973813575		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	99.12100000000001	99.0	0.017444779116465862	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0095_000000018488	1493	0.6243912754325639	2	2	2	2	2	False	66112	fragment	False	FIJ0095_000000018488	1.0		0	0	False	False	0.9812458157539368	0					non-mobilizable	chromosome	1493.0	100.0	100.0	0.0004153530291958103	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0164_000000013143	1549	0.6243912665382024	2	1	1	1	1	False	110554	maximal	True	ENG0164_000000013143	1.0		136	10	False	False	1.0	0					non-mobilizable	other	1555.0	90.99700000000001	100.0	0.0004675969501449279	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0172_000000007978	2004	0.6243911910705373	3	2	2	2	2	False	121118	maximal	True	ISR0172_000000007978	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	1627.0	99.262	83.0	0.0005125112958939524	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0112_000000011226	1637	0.6243911910705373	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.6487156182446642		0	0	False	False	0.999389111995697	0					non-mobilizable	chromosome	1637.0	99.32799999999999	100.0	0.00051566327188346	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0180_000000014734	1624	0.6243911910705373	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.6469060051447499		0	0	False	False	0.9963054060935974	0					non-mobilizable	chromosome	1624.0	99.384	100.0	0.0005115657030971001	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0007_000000015522	1620	0.6243911910705373	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.6101170914292537		0	0	False	False	0.9981481432914734	0					non-mobilizable	chromosome	1620.0	99.444	100.0	0.000510304912701297	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0024_000000022059	1609	0.6243911910705373	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.6290106008864003		0	0	False	False	1.0	0					non-mobilizable	chromosome	1609.0	99.316	100.0	0.0005068377391128385	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0161_000000013150	1609	0.6243911910705373	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.6318002760419785		0	0	False	False	1.0	0					non-mobilizable	chromosome	1609.0	99.316	100.0	0.0005068377391128385	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0125_000000009498	1596	0.6243911910705373	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.5914259475854184		0	0	False	False	0.9974937438964844	0					non-mobilizable	chromosome	1596.0	99.185	100.0	0.0005027401703264785	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0020_000000003151	4834	0.6243862331575333	1	1	1	1	1	False	44133	maximal	True	MON0020_000000003151	0.9703984689397452		93	11	False	False	0.9979313015937805	0					non-mobilizable	other	4668.0	73.865	95.0	0.002334816321342316	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	False
ISR0109_000000006156	4697	0.6243862331575333	2	1	1	1	1	False	100940	fragment	False	USA0027_01_000000005251	0.2627388535031847		0	0	False	False	1.0	0					non-mobilizable	other	4705.0	90.45700000000001	100.0	0.015116934120941911	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0083_000000007127	4673	0.6243862331575333	1	1	1	1	1	False	44133	maximal	False	MON0020_000000003151	0.949816236604326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4182.0	74.10300000000001	88.0	0.0020978772085928563	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
ENG0099_000000011454	1427	0.6243829195414367	3	3	3	3	2	False	77687	fragment	False	CHI0177_000000011577	0.9819819819819819		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	84.443	99.0	0.0062188183807439824	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0059_000000007076	2331	0.6243822763547408	5	3	1	3	0	True	70093	fragment	False	ISR0059_000000007076	0.9817102137767221		0	0	False	False	1.0	0					non-mobilizable	other	2332.0	96.87	100.0	0.00583447672905438	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	True
ENG0004_000000012438	2105	0.6243822763547408	4	3	1	3	0	True	70093	fragment	False	ISR0059_000000007076	0.935006435006435		0	0	False	False	1.0	0					non-mobilizable	other	2109.0	96.491	100.0	0.0004915670700922849	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
DEN0062_000000002580	5942	0.6243796060238004	6	4	3	4	1	True	71746	maximal	True	DEN0062_000000002580	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	95.714	1.0	0.0038106809521179655	NZ_LFQU01000046.1	CFB group bacteria	Prevotella rara strain 109 contig00046, whole genome shotgun sequence	True	True
ISR0350_000000016178	1241	0.6243770345157849	2	1	1	1	1	False	48199	fragment	False	ISR0350_000000016178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	4.0	0.24537037037037038	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
ISR0370_000000021971	1230	0.6243770345157849	2	1	1	1	1	False	48199	fragment	False	ISR0350_000000016178	0.9955680902497985		0	0	False	False	0.9756097793579102	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.19444444444444445	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
MON0030_000000027520	1319	0.6243769867861759	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.01828767460895804		0	0	False	False	1.0	0					non-mobilizable	chromosome	1328.0	90.738	99.0	0.00044464086582785163	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0024_000000007027	3119	0.6243758937866074	5	4	4	3	2	False	121339	fragment	False	ISR0024_000000007027	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3119.0	98.07600000000001	100.0	0.0009793189399400432	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0108_01_000000004080	2826	0.6243699802594065	3	3	3	3	2	False	37509	maximal	True	USA0108_01_000000004080	1.0		1	1	False	False	0.9996461272239685	0					non-mobilizable	no_good_hit	829.0	92.039	45.0	0.00023185137680373347	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0078_01_000000007007	2311	0.6243688871135177	3	2	1	1	0	False	44966	maximal	True	USA0078_01_000000007007	1.0		5	4	False	False	0.995672881603241	0					non-mobilizable	no_good_hit	136.0	87.5	6.0	0.0006654185929872825	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
ISR0789_000000011815	1200	0.6243640835164581	2	2	2	2	2	False	22090	fragment	False	ISR0789_000000011815	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	97.245	99.0	0.002368786635056459	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0183_000000007372	4733	0.6243560506720688	5	2	2	2	1	False	29491	maximal	True	ISR0183_000000007372	1.0		3	2	False	False	0.9997887015342712	0					non-mobilizable	no_good_hit								True	False
MON0063_000000005890	4691	0.6243490868661137	9	8	6	7	5	True	10755	fragment	False	MON0063_000000005890	1.0		0	0	False	False	0.9993605017662048	0					non-mobilizable	no_good_hit								True	True
AST0106_000000009965	2001	0.624347421124067	2	2	2	2	2	False	107419	maximal	True	AST0106_000000009965	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1041.0	99.712	100.0	0.00032638203472654586	CP022954.1	firmicutes	Lactobacillus paracasei subsp. paracasei strain IBB3423 chromosome, complete genome	False	False
MON0107_000000034484	1752	0.6243434420202778	3	3	3	3	3	False	8583	maximal	True	MON0107_000000034484	1.0		32	8	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	76.275	29.0	0.003923818977015416	NZ_CZBD01000013.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0199_000000019674	1556	0.6243432314068893	2	2	2	1	1	False	102336	fragment	False	ISR0199_000000019674	1.0		0	0	False	False	0.9929305911064148	0					non-mobilizable	no_good_hit	70.0	90.0	4.0	1.93117677796309e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0169_000000002346	5915	0.6243414101598315	8	7	3	5	6	True	123607	fragment	False	ISR0087_000000003064	0.8013606059942445		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5917.0	99.29	100.0	0.058967347916334026	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0071_01_000000008422	1330	0.6243391083114014	2	2	0	2	0	False	735	fragment	False	USA0071_01_000000008422	1.0		0	0	False	False	0.9842105507850647	0					non-mobilizable	other	1330.0	97.21799999999999	99.0	0.120884118610151	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	False
FIJ0117_000000007103	2899	0.6243388521782517	3	3	3	3	3	False	117207	maximal	True	FIJ0117_000000007103	1.0		59	8	False	False	0.9975853562355042	0					non-mobilizable	other	2899.0	96.689	100.0	0.0013712638869520755	CP015282.1	firmicutes	Streptococcus salivarius strain ATCC 27945, complete genome	False	False
SPA0038_000000001510	17340	0.62433676271273	28	17	11	15	12	True	106139	maximal	True	SPA0038_000000001510	1.0		1	1	False	False	0.9998846650123596	0					non-mobilizable	no_good_hit	6966.0	98.40700000000001	81.0	0.0021884169295151978	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
DEN0011_000000018118	2418	0.6243257058516497	2	2	2	2	1	False	75709	fragment	False	DEN0011_000000018118	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	75.294	11.0	0.0010166113490794242	NZ_UPPP01000072.1	firmicutes	Lucifera butyrica isolate LUCI, whole genome shotgun sequence	True	False
ENG0053_000000020393	1224	0.6243247852492476	1	1	1	1	1	True	63827	fragment	False	ENG0053_000000020393	1.0		0	0	False	False	0.9754902124404907	0					non-mobilizable	other	1224.0	100.0	100.0	0.0003389668910001103	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
FIJ0127_000000000253	38205	0.6243164936223449	67	21	9	16	12	False	48170	maximal	True	FIJ0127_000000000253	1.0		2	1	False	False	0.9998952746391296	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	7.679532101468122e-07	CP032255.1	eudicots	Gossypioides kirkii chromosome KI_13	True	False
DEN0051_000000037019	1315	0.624314796277649	2	1	1	1	1	False	77018	fragment	False	DEN0069_000000018798	0.9513212795549374		0	0	False	False	0.9954372644424438	0					non-mobilizable	chromosome	1316.0	99.012	100.0	0.00036771789242559863	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0079_000000020473	1113	0.624314796277649	1	1	1	1	1	False	10072	fragment	False	MON0079_000000020473	1.0		0	0	False	False	0.9937106966972351	0					non-mobilizable	chromosome	1114.0	99.01299999999999	100.0	0.0003112319500149744	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0012_000000006406	3756	0.6243126096718794	4	4	4	4	3	False	93989	maximal	True	ENG0012_000000006406	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1957.0	95.29899999999999	92.0	0.0005235337106168084	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0167_000000006083	5124	0.6243105608705911	9	6	2	4	5	True	30190	maximal	True	ISR0167_000000006083	1.0		11	5	False	False	0.9996097087860107	0					non-mobilizable	no_good_hit	830.0	83.133	20.0	0.1704781704781705	NZ_LNAM01000017.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf113, whole genome shotgun sequence	True	True
DEN0090_000000001921	9275	0.624300810415949	12	9	5	5	9	True	89481	maximal	True	DEN0090_000000001921	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2019.0	95.344	48.0	0.04608	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0073_000000010122	2618	0.6242885025187535	3	3	2	2	3	False	113843	maximal	False	ISR0091_000000011009	0.8447277810497718		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	89.53	90.0	0.0003502966944560415	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0037_000000017530	2001	0.6242873354748124	2	2	2	2	2	False	111259	fragment	False	ENG0037_000000017530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	95.23100000000001	77.0	0.00038143511763049433	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0011_000000027386	1648	0.6242865066713261	3	2	2	2	2	False	50939	maximal	True	FIJ0011_000000027386	1.0		23	6	False	False	0.9927184581756592	0					non-mobilizable	no_good_hit	54.0	88.889	7.0	7.039073498552342e-05	NZ_CP013504.1	a-proteobacteria	Rhizobium esperanzae strain N561 plasmid pRspN561d, complete sequence	True	False
CHI0161_000000002301	4463	0.6242803964396407	5	5	4	4	3	False	78639	maximal	True	CHI0161_000000002301	1.0		1	1	False	False	0.9997759461402893	0					non-mobilizable	no_good_hit	149.0	78.523	3.0	0.000351109991863934	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0181_000000006406	3267	0.6242769521434305	3	2	2	2	2	False	128227	maximal	True	ENG0181_000000006406	1.0		2	2	False	False	0.999387800693512	0					non-mobilizable	no_good_hit	1818.0	87.514	56.0	0.029322448979591836	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0173_000000007901	2263	0.6242769521434305	2	2	2	2	2	False	128228	fragment	False	ENG0173_000000007901	1.0		0	0	False	False	0.9924878478050232	0					non-mobilizable	no_good_hit	1837.0	85.302	81.0	0.000587519921098964	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0233_000000006683	2204	0.6242769521434305	2	2	2	2	2	False	128215	fragment	False	ISR0233_000000006683	1.0		0	0	False	False	0.9950090646743774	0					non-mobilizable	no_good_hit	1818.0	86.304	83.0	0.0005154067361271109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0012_000000024111	2141	0.6242769521434305	3	2	2	2	2	False	128176	maximal	True	MON0012_000000024111	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	1865.0	94.79899999999999	87.0	0.0300734693877551	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0054_000000012003	2096	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4787537927579466		0	0	False	False	0.9995229244232178	0					non-mobilizable	no_good_hit	1865.0	87.399	89.0	0.0300734693877551	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0334_000000010106	2062	0.6242769521434305	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.31272804890229433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	98.009	87.0	0.000513700091305498	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0151_000000009552	2054	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4819066501189998		0	0	False	False	0.9965920448303223	0					non-mobilizable	other	1865.0	87.185	91.0	0.0300734693877551	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0135_000000010819	2051	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.281464416389243		0	0	False	False	1.0	0					non-mobilizable	chromosome	1839.0	98.85799999999999	99.0	0.000522802197020767	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0115_000000013336	2038	0.6242769521434305	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3120319554875331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1791.0	97.99	87.0	0.0005088645976442613	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0021_000000011624	2018	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4773954180175494		0	0	False	False	0.9970267415046692	0					non-mobilizable	plasmid	1889.0	80.51899999999999	93.0	0.015813866630449546	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
CHI0007_000000004115	2011	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4094607614406439		0	0	False	False	0.9975136518478394	0					non-mobilizable	other	1810.0	87.12700000000001	90.0	0.029191836734693877	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0280_000000006467	2001	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.45258751301269384		0	0	False	False	0.9965017437934875	0					non-mobilizable	no_good_hit	1782.0	85.29700000000001	89.0	0.0005698622185522739	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0391_000000007340	1991	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4565702810239659		0	0	False	False	0.9899547696113586	0					non-mobilizable	other	1788.0	86.745	90.0	0.0288	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AST0090_000000011871	1925	0.6242769521434305	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.48468791218447405		0	0	False	False	1.0	0					non-mobilizable	other	1851.0	87.14200000000001	96.0	0.029844897959183672	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0182_000000014872	1924	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4535221965552384		0	0	False	False	0.9922037124633789	0					non-mobilizable	other	1835.0	85.45	95.0	0.0005868778228245389	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0195_000000010895	1921	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.47939336755864886		0	0	False	False	1.0	0					non-mobilizable	other	1848.0	87.229	96.0	0.029812244897959184	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0213_000000013687	1916	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.44167222283560303		0	0	False	False	0.9916492700576782	0					non-mobilizable	chromosome	1758.0	85.609	92.0	0.0004983402879109814	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0239_000000007857	1913	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.45834516512949536		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	85.286	96.0	0.0005868778228245389	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0130_000000015721	1912	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2835163684807179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	97.99799999999999	88.0	0.0004826960437128627	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0335_000000009790	1903	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.44821046820279986		0	0	False	False	0.9984235167503357	0					non-mobilizable	other	1771.0	85.432	93.0	0.0005663306780429358	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0196_000000010754	1896	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4548876625796917		0	0	False	False	1.0	0					non-mobilizable	other	1839.0	85.318	97.0	0.000587519921098964	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0085_000000013122	1895	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4540382406198045		0	0	False	False	1.0	0					non-mobilizable	chromosome	1792.0	85.54700000000001	95.0	0.0005080112752334548	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0024_000000008081	1893	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.453939368586141		0	0	False	False	0.9994717240333557	0					non-mobilizable	other	1794.0	87.012	95.0	0.028914285714285715	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0077_000000018415	1886	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.45778515764159805		0	0	False	False	1.0	0					non-mobilizable	other	1826.0	85.214	97.0	0.000583988380589626	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0060_000000014552	1886	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4579590931559345		0	0	False	False	1.0	0					non-mobilizable	other	1826.0	85.323	97.0	0.000583988380589626	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0265_000000008880	1884	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.451550634536786		0	0	False	False	1.0	0					non-mobilizable	other	1827.0	85.331	97.0	0.0005843094297268385	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0126_000000009785	1875	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4539131065097078		0	0	False	False	0.977066695690155	0					non-mobilizable	other	1833.0	85.27	98.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0069_000000014672	1874	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4533972409172724		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	85.352	97.0	0.0005807778892175005	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0026_000000007321	1873	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4154616055590311		0	0	False	False	0.9994661211967468	0					non-mobilizable	other	1795.0	85.125	96.0	0.000574035857336037	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0125_000000008079	1866	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.44772661160393606		0	0	False	False	0.9989281892776489	0					non-mobilizable	other	1826.0	87.07600000000001	98.0	0.029436734693877552	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0176_000000018420	1858	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4424513471254006		0	0	False	False	1.0	0					non-mobilizable	other	1799.0	85.214	97.0	0.0005753200538848872	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0006_000000017146	1857	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.45075102365511527		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	85.36200000000001	98.0	0.0005836673314524134	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0094_000000010116	1839	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4151669724245312		0	0	False	False	0.9994562268257141	0					non-mobilizable	other	1790.0	87.095	97.0	0.02886530612244898	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0246_000000012152	1836	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4414163319579257		0	0	False	False	0.9994553327560425	0					non-mobilizable	other	1776.0	86.993	97.0	0.028620408163265307	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0038_000000018105	1823	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.035137030325179924		0	0	False	False	0.9978058338165283	0					non-mobilizable	chromosome	1832.0	89.35600000000001	100.0	0.0005176822625559282	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0193_000000014696	1816	0.6242769521434305	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2900683068384583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1617.0	86.58	89.0	0.02605714285714286	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0090_000000016439	1813	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.43051747990466854		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	85.266	97.0	0.000561193891847535	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0002_000000012818	1789	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.40946870958791265		0	0	False	False	1.0	0					non-mobilizable	other	1728.0	85.359	97.0	0.0005538097616916464	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0195_000000014618	1783	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.40776170422816843		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	85.04299999999999	97.0	0.0005518834668683711	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0010_000000016735	1781	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.37272586422497106		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	86.834	94.0	0.026922448979591836	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0157_000000006104	1775	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.402494847314902		0	0	False	False	0.997183084487915	0					non-mobilizable	other	1717.0	85.20700000000001	97.0	0.0005493150737706708	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0237_000000006422	1774	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3986035649569941		0	0	False	False	1.0	0					non-mobilizable	other	1718.0	85.33200000000001	97.0	0.0005496361229078832	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0317_000000011889	1767	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2674037102490345		0	0	False	False	0.9994340538978577	0					non-mobilizable	chromosome	1779.0	98.20100000000001	100.0	0.0005057357488046375	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0087_000000014918	1764	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3890264328634722		0	0	False	False	1.0	0					non-mobilizable	other	1690.0	86.86399999999999	96.0	0.02723265306122449	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0048_000000014953	1762	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3969261624480395		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	85.198	97.0	0.0005489940246334582	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0051_000000016376	1761	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3872752716979929		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	85.213	97.0	0.0005473887789473954	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0306_000000005726	1757	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4041693226236456		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	87.008	97.0	0.027412244897959185	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0157_000000017997	1756	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.42880181314599763		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	87.016	99.0	0.02829387755102041	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0088_000000013931	1752	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.26355357468576757		0	0	False	False	1.0	0					non-mobilizable	chromosome	1752.0	98.801	100.0	0.0004980558471073792	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0031_000000015336	1744	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3714421422547393		0	0	False	False	1.0	0					non-mobilizable	other	1687.0	85.00299999999999	97.0	0.0005396835996542943	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0063_000000007796	1736	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.38633615495697743		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	84.91799999999999	98.0	0.0005451414349869076	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0014_000000013614	1734	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.4041635405333704		0	0	False	False	1.0	0					non-mobilizable	other	1738.0	87.227	100.0	0.028016326530612246	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0067_000000012232	1729	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3535999383877122		0	0	False	False	0.9994216561317444	0					non-mobilizable	other	1687.0	85.24	98.0	0.0005406467470659319	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0134_000000015434	1723	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.25809571110435037		0	0	False	False	1.0	0					non-mobilizable	chromosome	1723.0	98.839	100.0	0.0004898070638029167	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0278_000000006745	1716	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.23292821300673514		0	0	False	False	1.0	0					non-mobilizable	chromosome	1716.0	98.66	100.0	0.00048781597817770155	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0105_000000011391	1714	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3760159631550031		0	0	False	False	1.0	0					non-mobilizable	other	1718.0	87.02	100.0	0.027689795918367347	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0190_000000017584	1713	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.21920738387279065		0	0	False	False	0.9982486963272095	0					non-mobilizable	chromosome	1686.0	97.865	98.0	0.00047899831326603465	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0137_000000014539	1707	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.32778238324489883		0	0	False	False	1.0	0					non-mobilizable	other	1646.0	84.87200000000001	96.0	0.0005274837324402174	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0085_000000001241	1705	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.351423371473199		0	0	False	False	0.9906158447265625	0					non-mobilizable	other	1709.0	86.95100000000001	100.0	0.027542857142857143	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0089_000000012169	1701	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3231317312742435		0	0	False	False	0.9988242387771606	0					non-mobilizable	other	1705.0	86.745	100.0	0.02749387755102041	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0005_000000017030	1694	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3080023549415831		0	0	False	False	1.0	0					non-mobilizable	other	1646.0	84.751	97.0	0.0005271626833030049	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0842_000000013449	1692	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.35570118535735956		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	86.99799999999999	99.0	0.027281632653061223	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0090_000000007729	1688	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3224232868990023		0	0	False	False	0.9893364906311035	0					non-mobilizable	other	1692.0	86.939	100.0	0.02726530612244898	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0209_000000016910	1686	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.319647297550575		0	0	False	False	0.9976274967193604	0					non-mobilizable	other	1646.0	84.93299999999999	98.0	0.0005274837324402174	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0808_000000009919	1662	0.6242769521434305	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.30993102126853117		0	0	False	False	0.994584858417511	0					non-mobilizable	other	1665.0	86.727	99.0	0.026824489795918366	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0014_000000008672	2772	0.6242721282660103	4	4	4	3	4	False	50793	maximal	True	FIJ0014_000000008672	1.0		26	2	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	73.398	33.0	0.003259550698936697	NZ_FUWY01000003.1	CFB group bacteria	Anaerorhabdus furcosa strain ATCC 25662, whole genome shotgun sequence	True	False
ISR0230_000000012301	2613	0.6242716633777023	5	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.11331276096460573		0	0	False	False	0.9984691739082336	0					non-mobilizable	other	2619.0	88.545	100.0	0.0009156866609805005	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0083_000000033477	1227	0.6242708206706536	2	2	2	2	1	False	9849	maximal	True	MON0083_000000033477	1.0		7	4	False	False	0.9127954244613647	0					non-mobilizable	other	1158.0	98.705	94.0	0.004101455183537461	NZ_LT699742.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	False	False
DEN0051_000000025164	1855	0.6242664447808495	2	2	2	1	1	False	93039	fragment	False	MAD0049_000000010213	0.955838279860413		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	98.633	95.0	0.16641380618243884	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0834_000000011067	1592	0.6242664447808495	2	2	2	1	1	False	93032	fragment	False	ISR0834_000000011067	0.8517137500300047		0	0	False	False	0.9893215894699097	0					non-mobilizable	other	1577.0	98.288	99.0	0.1493457234970605	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0005_000000010125	1515	0.6242664447808495	2	2	2	1	1	False	93032	fragment	False	ISR0834_000000011067	0.7856888034024884		0	0	False	False	0.9260725975036621	0					non-mobilizable	other	1423.0	98.31299999999999	94.0	0.13474303053290346	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0030_000000014754	1471	0.6242664447808495	2	2	2	1	1	False	93032	fragment	False	ISR0834_000000011067	0.8393536118980152		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	98.64	100.0	0.13929451924900435	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0053_000000012640	1397	0.6242664447808495	2	2	2	1	1	False	93032	fragment	False	ISR0834_000000011067	0.7797687015200584		0	0	False	False	1.0	0					non-mobilizable	other	1397.0	98.78299999999999	100.0	0.13227764081168217	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0060_000000015105	2593	0.6242626420342677	2	2	2	2	2	False	10899	maximal	True	MON0060_000000015105	1.0		4	2	False	False	0.994215190410614	0					non-mobilizable	no_good_hit	1346.0	78.82600000000001	51.0	0.0065440074676361495	NZ_NHOC01000010.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c10, whole genome shotgun sequence	True	False
ISR0396_000000020446	1140	0.6242584294489579	2	2	2	2	2	False	58753	fragment	False	ENG0126_000000015726	0.9616868440206872		0	0	False	False	0.9403508901596069	0					non-mobilizable	other	1140.0	99.035	100.0	0.010197321300673256	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0002_000000034157	1099	0.6242559909193864	2	2	2	2	1	False	130802	fragment	False	ENG0117_000000018731	0.5789450593127065		0	0	False	False	0.9909008145332336	0					non-mobilizable	chromosome	1099.0	100.0	100.0	0.00016924372869521253	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0005_000000023438	1612	0.6242505107614832	2	2	2	2	1	False	76476	fragment	False	ISR0148_000000017776	0.9262545899632804		0	0	False	False	0.9987593293190002	0					non-mobilizable	chromosome	1056.0	87.78399999999999	90.0	0.00029361504718393807	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0157_000000006732	4264	0.6242448606357777	4	4	2	3	4	True	57326	fragment	False	ENG0148_000000008738	0.9735504735504735		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	4264.0	99.906	100.0	0.08765833196249383	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
ISR0025_000000002518	12930	0.6242337575628779	4	3	2	3	1	True	130450	fragment	False	ISR0176_000000002081	0.5461201403070433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	98.198	2.0	0.12485811577752554	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
ISR0056_000000001135	12320	0.6242337575628779	5	3	2	3	1	True	130439	fragment	False	ISR0024_000000001452	0.9067876077762906		0	0	False	False	0.9993506669998169	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CAN0013_000000020699	1143	0.6242325611428404	1	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.38525452081986744		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	95.45100000000001	100.0	0.0003171323680512744	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0103_000000007048	3751	0.6242311206094115	3	1	1	1	1	False	53970	fragment	False	ENG0206_000000006270	0.9688050314465408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2473.0	99.757	66.0	0.034289518948010876	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
FIJ0007_000000003274	5210	0.6242292406253804	6	5	4	5	5	False	125956	maximal	True	FIJ0007_000000003274	1.0		1	1	False	False	0.9990403056144714	0					non-mobilizable	no_good_hit	3193.0	98.465	73.0	0.008703386931235032	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0082_000000019905	1574	0.624225385804835	2	2	2	2	1	False	47265	maximal	True	FIJ0082_000000019905	1.0		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	79.455	30.0	0.0001415455275353931	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
DEN0039_000000015786	1358	0.6242202350518103	1	1	1	1	1	False	73221	maximal	True	DEN0039_000000015786	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.5777652307876092e-05	NZ_BFAZ01000009.1	bacteria	Leptospira ellinghausenii strain E18, whole genome shotgun sequence	True	False
AST0101_000000001707	8050	0.6242168275513363	8	4	3	3	2	False	108540	maximal	True	AST0101_000000001707	1.0		1	1	False	False	0.9990062117576599	0					non-mobilizable	no_good_hit	1544.0	78.95100000000001	19.0	0.0004578533977360496	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0398_000000019721	1146	0.6242149650761117	2	2	2	2	2	False	22598	fragment	False	ISR0398_000000019721	0.9890829694323144		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	99.476	100.0	0.03212231729555337	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
SPA0141_000000015531	1447	0.6242134968912664	3	2	2	2	2	False	3457	maximal	True	SPA0141_000000015531	1.0		24	9	False	False	0.969592273235321	0					non-mobilizable	no_good_hit	846.0	99.882	58.0	0.004774011299435028	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0045_000000011677	1994	0.6242131712692894	3	3	2	2	2	True	47052	maximal	True	FIJ0045_000000011677	1.0		0	0	False	False	0.994483470916748	0					non-mobilizable	no_good_hit	709.0	98.59	36.0	0.00022315990005714533	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0133_000000001158	21472	0.6242114998785857	16	9	5	9	4	False	44553	fragment	False	FIJ0133_000000001158	1.0		0	0	False	False	0.9999534487724304	0					non-mobilizable	no_good_hit	229.0	83.84299999999999	1.0	6.164796362986454e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0037_000000036968	1954	0.6242091434862127	6	5	4	4	1	False	45423	fragment	False	FIJ0169_000000011872	0.9831243365180466		0	0	False	False	1.0	0					non-mobilizable	other	1954.0	98.10600000000001	100.0	0.00045563857991942684	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0117_000000004339	3450	0.6242063559511829	3	3	3	3	2	False	132026	fragment	False	ISR0017_000000008955	0.9571387646232431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	10.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
ISR0169_000000009358	3130	0.6242063559511829	3	3	3	3	2	False	132023	fragment	False	DEN0005_000000011402	0.8062903971639697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	86.08200000000001	6.0	0.008000663267421134	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
ENG0033_000000016868	1504	0.6241983309704979	2	2	1	2	1	False	72994	fragment	False	ISR0386_000000018177	0.9570645554202193		0	0	False	False	0.9993351101875305	0					non-mobilizable	other	1504.0	99.46799999999999	100.0	0.03947679457883539	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
USA0078_01_000000011782	1463	0.6241983309704979	2	2	1	2	1	False	79696	fragment	False	CHI0146_000000004976	0.9463800906879621		0	0	False	False	1.0	0					non-mobilizable	other	1463.0	97.334	100.0	0.014589653520676992	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
USA0051_01_000000011377	1784	0.6241973252742435	3	2	2	2	2	False	1093	maximal	True	USA0051_01_000000011377	1.0		2	2	False	False	0.9994394779205322	0					non-mobilizable	chromosome	1783.0	99.83200000000001	99.0	0.0003263652580336768	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
SPA0059_000000009432	2745	0.6241968647428563	2	2	2	2	1	False	104637	fragment	False	SPA0059_000000009432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000014342	2029	0.6241902422469923	3	3	3	3	3	False	66757	maximal	False	MON0080_000000024216	0.9637654129205151		0	0	False	False	0.9916214942932129	0					non-mobilizable	no_good_hit	517.0	82.012	55.0	0.00015479773597770432	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0122_000000010207	1741	0.6241852934672314	3	2	2	2	1	True	121875	maximal	True	ISR0122_000000010207	1.0		0	0	False	False	0.9931074380874634	0					non-mobilizable	no_good_hit	1401.0	96.21700000000001	80.0	0.0005084281037265964	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
MAD0096_000000006928	2580	0.6241731271243475	4	3	3	3	2	False	15510	fragment	False	MAD0096_000000006928	1.0		0	0	False	False	0.9957364201545715	0					non-mobilizable	plasmid	2375.0	96.884	92.0	0.0351359381964047	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	False	True
ISR0383_000000000759	10186	0.6241709001492399	8	5	4	5	3	True	27862	maximal	True	ISR0383_000000000759	1.0		5	3	False	False	1.0	0					non-mobilizable	other	10188.0	99.36200000000001	100.0	0.053746530013404965	NZ_AKCB01000004.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.4, whole genome shotgun sequence	False	True
SPA0129_000000001004	22250	0.6241693809392399	18	5	4	4	0	False	57582	fragment	False	SPA0129_000000001004	1.0		0	0	False	False	0.9997752904891968	0					non-mobilizable	plasmid	15797.0	95.36	99.0	0.07306130378072358	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CAN0020_000000020233	1788	0.624166787462777	2	2	2	2	2	False	95975	fragment	False	CAN0020_000000020233	1.0		0	0	False	False	0.9860178828239441	0					non-mobilizable	no_good_hit	198.0	76.263	11.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
CHI0136_000000006017	2360	0.6241651830072321	4	3	3	2	2	False	101909	fragment	False	CHI0136_000000006017	1.0		0	0	False	False	0.9991525411605835	0					non-mobilizable	chromosome	2355.0	97.197	99.0	0.00036307220550226585	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0159_000000000472	31785	0.6241650499578156	25	9	9	8	6	True	39356	fragment	False	ISR0159_000000000472	1.0		0	0	False	False	0.998867392539978	0					non-mobilizable	no_good_hit	1820.0	72.582	7.0	0.0007326419968351498	NZ_KE148312.1	firmicutes	Oribacterium parvum ACB1 acqcx-supercont2.1, whole genome shotgun sequence	True	True
MAD0041_000000014118	2377	0.6241640086244851	3	3	3	3	3	False	118797	fragment	False	ENG0164_000000007924	0.9191192054008243		0	0	False	False	1.0	0					non-mobilizable	other	2396.0	92.154	99.0	0.004316837470077083	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ETH0003_000000017887	2199	0.6241596126858558	3	3	3	3	2	False	53180	maximal	True	ETH0003_000000017887	1.0		39	10	False	False	0.9990904927253723	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	7.951776985752134e-06	NZ_LT906468.1	CFB group bacteria	Sphingobacterium mizutaii strain NCTC12149 chromosome 1	True	False
ISR0223_000000008722	3196	0.6241586022862001	5	3	3	3	3	False	106799	fragment	False	ISR0393_000000004891	0.9486959014044138		0	0	False	False	0.9978097677230835	0					non-mobilizable	chromosome	1788.0	96.53200000000001	100.0	0.0005616821213302725	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0095_000000020041	1801	0.6241578244121092	4	4	3	1	1	False	15582	fragment	False	MAD0095_000000020041	1.0		0	0	False	False	0.9972237348556519	0					non-mobilizable	other	1035.0	95.169	100.0	0.00033077095248265533	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
CHI0112_000000008797	2043	0.6241573061137524	3	3	3	3	3	False	89371	maximal	False	CHI0020_000000004776	0.9653275944524151		0	0	False	False	0.997063159942627	0					non-mobilizable	other	2035.0	99.214	99.0	0.00042957766855062734	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0047_000000016641	2361	0.6241544115870079	3	3	3	3	3	False	13658	maximal	True	SPA0047_000000016641	0.9968179889690284		108	10	False	False	0.9995764493942261	0					non-mobilizable	chromosome	2360.0	99.36399999999999	99.0	0.0006596551393399143	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0025_000000021461	1832	0.6241543464968797	3	3	3	3	3	False	37350	maximal	True	ISR0025_000000021461	0.9721115537848606		87	6	False	False	0.999454140663147	0					non-mobilizable	other	1833.0	97.21799999999999	100.0	0.0004875593847064437	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0034_000000004164	4716	0.6241468306587058	5	5	5	5	5	False	100350	fragment	False	ISR0034_000000004164	0.9747336334169909		0	0	False	False	0.9997879266738892	0					non-mobilizable	chromosome	4716.0	99.661	100.0	0.001602151878561305	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0086_000000003572	1707	0.6241463762429297	2	2	2	2	2	False	84052	maximal	True	CHI0086_000000003572	1.0		224	11	False	False	0.9783245325088501	0					non-mobilizable	other	1707.0	98.887	100.0	0.0007492801464478148	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0010_01_000000006325	4289	0.6241447289272677	8	5	5	5	5	False	2071	maximal	True	USA0010_01_000000006325	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2188.0	99.223	51.0	0.002651680488869489	NZ_JH724315.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.2, whole genome shotgun sequence	True	False
SPA0138_000000002294	8120	0.6241438044631606	9	8	4	3	5	False	120729	fragment	False	SPA0138_000000002294	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7053.0	90.01799999999999	100.0	0.0013619489815306005	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0035_000000009763	3232	0.6241431445419132	4	3	3	2	3	False	110013	maximal	True	DEN0035_000000009763	1.0		31	6	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	71.717	39.0	0.0049233277932829505	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
SPA0149_000000024278	1647	0.6241375043583091	2	2	2	2	1	False	68953	fragment	False	SPA0149_000000024278	0.9665644171779142		0	0	False	False	0.9939283728599548	0					non-mobilizable	chromosome	1630.0	82.57700000000001	99.0	0.0004527264394198055	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0006_000000012777	2756	0.6241342200410713	4	4	4	3	3	False	51745	maximal	True	FIJ0006_000000012777	1.0		4	3	False	False	0.9967343807220459	0					non-mobilizable	no_good_hit	1564.0	96.73899999999999	57.0	0.0004699872070746774	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0301_000000011850	1619	0.6241300167055243	3	3	2	3	2	False	122102	fragment	False	ISR0028_000000007710	0.11476704743164742		0	0	False	False	0.9882643818855286	0					non-mobilizable	other	1619.0	96.85	100.0	0.036991312299954275	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0069_000000023971	2096	0.6241119976719064	2	2	2	2	2	False	10491	fragment	False	MON0069_000000023971	1.0		0	0	False	False	0.9985687136650085	0					non-mobilizable	no_good_hit	739.0	72.666	35.0	0.001242766976042405	NZ_BCWR01000004.1	b-proteobacteria	Hydrogenophaga taeniospiralis CCUG 15921 strain NBRC 102512, whole genome shotgun sequence	True	False
MAD0106_000000014499	1534	0.6241107266721343	3	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.6659958031721922		0	0	False	False	0.9993481040000916	0					non-mobilizable	no_good_hit	450.0	92.444	54.0	0.01024	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
MAD0003_000000019834	1341	0.6241053712711525	2	2	2	2	1	False	20079	maximal	True	MAD0003_000000019834	1.0		1	1	False	False	0.9888142943382263	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000018642	1433	0.6240987720344583	1	1	1	1	1	False	14538	fragment	False	MAD0110_000000018642	1.0		0	0	False	False	0.9923238158226013	0					non-mobilizable	other	1357.0	99.853	95.0	0.014508570328047763	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0118_000000007913	1351	0.6240961726372004	3	3	3	2	3	False	81970	maximal	True	CHI0118_000000007913	1.0		121	11	False	False	1.0	0					non-mobilizable	other	1344.0	96.949	99.0	0.00587308533916849	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0163_000000014243	1721	0.6240952981118831	3	3	3	2	2	False	100788	fragment	False	ISR0175_000000010194	0.21270013795788587		0	0	False	False	1.0	0					non-mobilizable	other	1718.0	97.555	99.0	0.0004768093484623801	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0332_000000011051	1374	0.6240824186470404	3	3	1	2	3	False	29671	fragment	False	ISR0179_000000016251	0.9480286738351255		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	99.709	100.0	0.0003812808593120838	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0112_000000018389	1572	0.6240815567907678	3	1	0	1	1	False	44204	maximal	True	MAD0112_000000018389	1.0		5	4	False	False	0.9955470561981201	0					non-mobilizable	no_good_hit	308.0	98.37700000000001	20.0	9.65163625395868e-05	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	True	False
MAD0013_000000018550	1362	0.6240815567907678	2	1	0	1	1	False	44205	maximal	True	MAD0013_000000018550	1.0		2	2	False	False	0.9992657899856567	0					non-mobilizable	no_good_hit								True	False
FIJ0081_000000032943	1105	0.6240815567907678	1	1	0	1	1	False	44203	fragment	False	FIJ0081_000000032943	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000022977	1783	0.6240801150943447	2	2	0	2	0	False	92653	fragment	False	USA0053_01_000000009426	0.8292964577815712		0	0	False	False	0.9960740208625793	0					non-mobilizable	no_good_hit								True	False
MON0061_000000037107	1262	0.6240801150943447	2	2	0	2	0	False	92653	fragment	False	USA0053_01_000000009426	0.17732123767566463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0227_000000016515	1591	0.6240742415319234	3	3	3	3	2	False	67660	fragment	False	ISR0227_000000016515	1.0		0	0	False	False	0.9874292612075806	0					non-mobilizable	other	1591.0	96.92	100.0	0.013259834377163063	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
MON0109_000000007652	4309	0.6240740986372949	4	4	3	3	3	False	8512	fragment	False	MON0109_000000007652	1.0		0	0	False	False	0.9788814187049866	0					non-mobilizable	no_good_hit	1211.0	72.915	28.0	0.00034149903029036786	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0105_000000012636	2004	0.6240725587698133	3	3	2	3	2	False	118617	fragment	False	ENG0101_000000016545	0.9310061546766724		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	93.64399999999999	100.0	0.00032307504466179133	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
TAN0021_000000004105	3710	0.6240708753608506	7	1	1	1	1	False	68994	fragment	False	TAN0021_000000004105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000011837	2291	0.6240708753608506	5	1	1	1	1	False	30097	fragment	False	MON0032_000000011837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000024296	1112	0.624066518965887	2	2	2	2	2	False	62516	fragment	False	ENG0068_000000024296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	1.0016245266985724e-05	NC_022444.1	d-proteobacteria	Desulfovibrio gigas DSM 1382 = ATCC 19364, partial sequence	True	False
FIJ0103_000000016415	1380	0.6240595363378111	2	2	2	2	2	False	42552	fragment	False	FIJ0103_000000016415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	78.655	56.0	0.00014369907687412863	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0064_000000024056	1229	0.6240532829275582	1	1	1	1	1	False	10695	fragment	False	MON0064_000000024056	1.0		0	0	False	False	0.9975590109825134	0					non-mobilizable	chromosome	1229.0	99.34899999999999	100.0	0.00041727306614491676	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0030_01_000000005000	3407	0.6240389214079982	2	1	1	1	1	False	54194	fragment	False	USA0030_01_000000005000	1.0		0	0	False	False	0.999706506729126	0					non-mobilizable	other	2475.0	99.23200000000001	100.0	0.004904177177034252	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
FIJ0031_000000006897	3399	0.6240389214079982	2	1	1	1	1	False	54195	fragment	False	FIJ0005_000000008091	0.9450282942603072		0	0	False	False	0.9935275316238403	0					non-mobilizable	chromosome	2164.0	98.475	95.0	0.00047937528987294106	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0003_000000014750	1763	0.6240389214079982	2	1	1	1	1	False	54193	fragment	False	ISR0003_000000014750	0.9985119047619048		0	0	False	False	1.0	0					non-mobilizable	chromosome	1701.0	99.412	96.0	0.00037833704400371394	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0187_000000016981	1680	0.6240389214079982	2	1	1	1	1	False	54193	fragment	False	ISR0003_000000014750	0.9750425411230856		0	0	False	False	1.0	0					non-mobilizable	chromosome	1613.0	99.38	96.0	0.00035875253819646287	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0042_000000020091	1290	0.6240358805554291	2	2	2	1	1	False	11714	maximal	True	MON0042_000000020091	1.0		1	1	False	False	0.9976744055747986	0					non-mobilizable	no_good_hit	123.0	84.553	9.0	9.506681783076378e-05	NZ_FPKO01000009.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ENG0141_000000008198	3330	0.6240329149373677	3	3	3	3	3	False	63860	maximal	True	ENG0141_000000008198	1.0		84	6	False	False	0.9888888597488403	0					non-mobilizable	other	3330.0	98.198	100.0	0.03502698835239528	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
MON0051_000000007295	4396	0.6240291641056932	5	2	1	1	2	True	96761	fragment	False	ISR0337_000000001847	0.9498509699755106		0	0	False	False	0.9922657012939453	0					non-mobilizable	no_good_hit	659.0	81.94200000000001	40.0	0.10773526030546887	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0370_000000007647	3404	0.6240291641056932	4	2	1	1	2	True	59314	fragment	False	ISR0370_000000007647	0.9917727413846631		0	0	False	False	0.9982373714447021	0					non-mobilizable	no_good_hit	866.0	88.45299999999999	44.0	0.13068526379624015	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0134_000000005123	6320	0.6240281195843255	7	2	0	2	0	True	31499	maximal	True	ISR0134_000000005123	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit	569.0	89.279	15.0	0.08190338860850757	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	True
MAD0098_000000007630	5373	0.6240281195843255	5	2	0	2	0	True	15351	maximal	True	MAD0098_000000007630	1.0		1	1	True	True	1.0	78					non-mobilizable	no_good_hit	576.0	94.09700000000001	17.0	0.0829127613554434	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	True
ISR0101_000000012570	1891	0.6240279888070338	2	2	2	2	1	False	87706	fragment	False	ENG0098_000000011149	0.5405263134807933		0	0	False	False	0.9994711875915527	0					non-mobilizable	no_good_hit	166.0	74.096	9.0	0.006271160357032933	NZ_PDYG01000016.1	firmicutes	Agathobacter ruminis strain JK623 contig000016, whole genome shotgun sequence	True	False
FIJ0064_000000003266	7890	0.6240258338345459	9	9	5	8	9	False	45522	fragment	False	FIJ0064_000000003266	0.9969916586900041		0	0	False	False	1.0	0					non-mobilizable	plasmid	7891.0	99.012	100.0	0.09447564758152402	CP051720.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-1, complete sequence	False	True
USA0121_01_000000023044	1927	0.6240255107449589	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.16536831070214913		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	98.65100000000001	100.0	0.0005751952719187815	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0094_000000005904	3570	0.62402201659285	3	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.8182496131242327	PS958	0	0	False	True	0.9985994100570679	0					non-mobilizable	other	3526.0	99.49	99.0	0.0010613099967573592	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0092_000000022356	1405	0.6240189914318259	2	1	1	1	1	False	34412	fragment	False	ISR0078_000000013545	0.9517822640945117		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	98.27600000000001	100.0	0.002931757999102658	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0134_000000011399	1452	0.6240148644070671	3	3	2	3	1	True	80721	maximal	True	CHI0134_000000011399	1.0		2	2	False	False	0.9669421315193176	0					non-mobilizable	no_good_hit	1125.0	83.37799999999999	77.0	0.0003196628014106263	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MON0080_000000018435	2708	0.6240138018066844	3	2	2	2	2	False	119065	fragment	False	MON0080_000000018435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00013753657761568486	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	False
AST0010_000000009985	2858	0.6240090442141959	5	4	4	3	2	False	126331	maximal	True	AST0010_000000009985	1.0		136	9	False	False	0.9996501207351685	0					non-mobilizable	other	2860.0	97.97200000000001	100.0	0.013539706837149126	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	False	False
CHI0139_000000003890	2706	0.6240063090801745	4	4	3	3	4	True	122489	fragment	False	ISR0395_000000012012	0.9676681711832095		0	0	False	False	1.0	0					non-mobilizable	plasmid	2707.0	98.633	100.0	0.33702827251214346	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
DEN0028_000000012917	2274	0.6240047246388196	2	1	1	1	1	False	78217	fragment	False	DEN0028_000000012917	0.9986007462686567		0	0	False	False	0.9995602369308472	0					non-mobilizable	no_good_hit								True	False
CHI0048_000000002455	6358	0.6240034442460459	8	5	5	4	3	True	122063	maximal	True	CHI0048_000000002455	1.0		2	2	False	False	0.9993708729743958	0					non-mobilizable	no_good_hit	2664.0	88.40100000000001	42.0	0.001179895192819597	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
FIJ0028_000000002851	9936	0.6240034263922326	10	9	5	5	6	False	130243	maximal	True	FIJ0028_000000002851	0.9532042413012147		129	12	False	False	1.0	0					non-mobilizable	chromosome	6466.0	99.79899999999999	99.0	0.0012903310791957914	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0125_01_000000005476	4652	0.6239949016971529	5	2	2	2	1	True	81810	fragment	False	USA0125_01_000000005476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	88.84	38.0	0.0003040024302298764	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
AST0097_000000013227	1616	0.6239913390793428	4	4	2	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.34785800761150226		0	0	False	False	0.9591584205627441	0					non-mobilizable	other	1616.0	96.535	100.0	0.027370561816795185	NZ_JAAITI010000023.1	firmicutes	Blautia luti strain MSK.16.34 NODE_23_length_59005_cov_131.473, whole genome shotgun sequence	False	True
SPA0023_000000006276	3854	0.6239907286581111	5	5	4	4	5	False	104102	fragment	False	SPA0130_000000008486	0.8051862039198034		0	0	False	False	1.0	0					non-mobilizable	other	3854.0	99.559	100.0	0.02239621478975575	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ENG0134_000000012113	3190	0.6239892740532165	4	3	3	3	3	False	58205	maximal	True	ENG0134_000000012113	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	1728.0	77.083	61.0	0.000810451460778365	NZ_RRCM01000001.1	firmicutes	Lachnoanaerobaculum orale strain DSM 24553 DSM24553_1, whole genome shotgun sequence	True	True
ENG0095_000000025082	1117	0.623989202073173	1	1	1	1	1	False	60892	fragment	False	ENG0095_000000025082	1.0		0	0	False	False	0.9239032864570618	0					non-mobilizable	no_good_hit	87.0	100.0	8.0	1.881507472538195e-05	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
USA0082_01_000000007128	4122	0.6239857714845707	4	3	1	2	2	False	541	maximal	True	USA0082_01_000000007128	1.0		1	1	False	False	0.9997574090957642	0					non-mobilizable	no_good_hit	2045.0	97.555	50.0	0.0005680685973402494	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	True	False
ENG0168_000000003374	8114	0.6239708809641549	7	7	6	5	6	False	72765	maximal	True	ENG0168_000000003374	1.0		3	3	False	False	0.9960561990737915	0					non-mobilizable	no_good_hit	3296.0	93.17399999999999	80.0	0.0015357780793679664	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0124_000000000749	21062	0.6239680377991658	23	15	8	11	13	False	122336	maximal	True	ISR0124_000000000749	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	8618.0	98.90899999999999	44.0	0.405001410172041	MK233634.1	viruses	Uncultured human fecal virus clone R.gnavus_S04.r1.J12_1-CL01_c15 sequence	True	False
CHI0167_000000012700	1699	0.6239667088381255	5	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.4238794290974903		0	0	False	False	1.0	0					non-mobilizable	other	1699.0	100.0	100.0	0.11298908703752994	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0121_01_000000026452	1635	0.6239667088381255	5	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.3478535735372701		0	0	False	False	1.0	0					non-mobilizable	other	1635.0	100.0	100.0	0.10873036997604471	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0057_01_000000019617	1635	0.6239667088381255	5	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.34768250026112035		0	0	False	False	1.0	0					non-mobilizable	other	1635.0	99.939	100.0	0.10873036997604471	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0164_000000013664	1532	0.623965657981868	3	2	1	1	2	False	78371	fragment	False	CHI0164_000000013664	1.0		0	0	False	False	0.9875978827476501	0					non-mobilizable	no_good_hit	1064.0	95.959	69.0	0.00037052115560773136	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CAN0014_000000042749	1168	0.62396533427608	1	1	1	1	1	False	93377	fragment	False	CAN0014_000000042749	1.0		0	0	False	False	0.9897260069847107	0					non-mobilizable	chromosome	1168.0	99.914	100.0	0.0003263321524415769	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AUS0010_000000001918	9866	0.6239652359106806	9	3	2	3	1	True	101619	maximal	True	AUS0010_000000001918	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	79.41199999999999	2.0	0.03114400246685168	LN852865.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0180	True	True
USA0003_01_000000005377	7126	0.6239652359106806	7	3	2	3	1	True	2256	fragment	False	USA0003_01_000000005377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.04179566563467492	LN689851.1	eudicots	Cucumis melo genomic scaffold, unassembled_sequence37313	True	True
ENG0112_000000014541	1907	0.6239631184557989	3	2	2	1	1	False	59673	fragment	False	ENG0112_000000014541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000023915	1495	0.6239603533681793	2	2	2	2	2	False	45154	maximal	False	SPA0010_000000016865	0.9847485288038262		0	0	False	False	1.0	0					non-mobilizable	other	1495.0	99.197	100.0	0.03209245376237836	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0779_000000017723	1929	0.6239565596946374	3	3	3	3	2	True	58321	fragment	False	ENG0132_000000009755	0.9869122594770989		0	0	False	False	0.996889591217041	0					non-mobilizable	other	1932.0	99.53399999999999	100.0	0.0006199458839574315	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
CHI0142_000000014623	1278	0.6239501169086029	2	2	2	2	1	False	79969	fragment	False	CHI0142_000000014623	1.0		0	0	False	False	0.9992175102233887	0					non-mobilizable	chromosome	1301.0	86.779	100.0	0.0004552051652024234	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0082_000000006657	2499	0.6239494399496642	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8612895977042464	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2307.0	94.755	92.0	0.9982676483326115	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0040_000000013351	1994	0.6239361636710721	2	2	2	2	2	True	65195	fragment	False	ISR0040_000000013351	0.9778129952456418		0	0	False	False	0.9994984865188599	0					non-mobilizable	chromosome	1825.0	99.56200000000001	95.0	0.00025745155704556274	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ENG0037_000000018551	1893	0.6239361636710721	2	2	2	2	2	True	65195	fragment	False	ISR0040_000000013351	0.9536108324974925		0	0	False	False	1.0	0					non-mobilizable	chromosome	1893.0	99.419	100.0	0.0002670495317599806	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
USA0019_01_000000018055	1682	0.6239361636710721	2	2	2	2	2	True	1829	fragment	False	USA0019_01_000000018055	1.0		0	0	False	False	0.9994054436683655	0					non-mobilizable	chromosome	1682.0	98.93	100.0	0.00023726758080788976	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
MAD0014_000000019314	1732	0.6239349248849211	1	1	1	1	0	False	19498	maximal	True	MAD0014_000000019314	1.0		4	2	False	False	0.9717090129852295	0					non-mobilizable	no_good_hit	223.0	99.103	13.0	0.0011587364553103535	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0263_000000004995	2623	0.6239329089329188	3	2	2	2	1	False	110222	maximal	True	ISR0263_000000004995	1.0		4	3	False	False	0.9973313212394714	0					non-mobilizable	no_good_hit	1529.0	93.91799999999999	58.0	0.007323478579911365	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0244_000000010600	2289	0.6239329089329188	2	2	2	2	1	False	110221	fragment	False	ISR0375_000000009302	0.3035472621059968		0	0	False	False	0.9986894130706787	0					non-mobilizable	other	2131.0	92.257	93.0	0.010220042289830165	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0388_000000015714	2212	0.6239329089329188	2	2	2	2	1	False	110221	fragment	False	ISR0375_000000009302	0.15719326295929065		0	0	False	False	0.9868897199630737	0					non-mobilizable	other	2203.0	92.329	99.0	0.01056762993502042	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
AST0089_000000010602	2122	0.6239329089329188	2	2	2	2	1	False	110221	fragment	False	ISR0375_000000009302	0.15523384452103164		0	0	False	False	0.9985862374305725	0					non-mobilizable	other	2124.0	92.23200000000001	100.0	0.01018624904654778	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
SPA0135_000000010636	2091	0.6239329089329188	2	2	2	2	1	False	110221	fragment	False	ISR0375_000000009302	0.23065795738382064		0	0	False	False	0.9990435242652893	0					non-mobilizable	other	1761.0	92.675	91.0	0.008433828002046905	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
SPA0145_000000017953	1932	0.6239329089329188	2	2	2	2	1	False	110221	fragment	False	ISR0375_000000009302	0.19091690965501157		0	0	False	False	0.998964786529541	0					non-mobilizable	other	1603.0	93.88600000000001	90.0	0.007680721437468017	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0080_000000017491	1840	0.6239329089329188	2	2	2	2	1	False	78358	fragment	False	ISR0080_000000017491	1.0		0	0	False	False	0.9635869860649109	0					non-mobilizable	other	1782.0	92.705	97.0	0.008535207731894062	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
SPA0020_000000022088	1539	0.6239329089329188	2	2	2	2	1	False	78355	fragment	False	SPA0020_000000022088	0.8105301968431964		0	0	False	False	1.0	0					non-mobilizable	other	1528.0	94.045	99.0	0.007318650973728167	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0050_000000019837	1450	0.6239329089329188	2	2	2	2	1	False	78355	fragment	False	SPA0020_000000022088	0.7645848508061035		0	0	False	False	0.9972413778305054	0					non-mobilizable	other	1450.0	94.27600000000001	100.0	0.0069420976914387235	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0130_000000016498	1830	0.6239327759457343	2	2	2	2	1	False	31763	maximal	True	ISR0130_000000016498	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	97.611	32.0	0.011932444009301187	NZ_JH379456.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1145, whole genome shotgun sequence	True	False
FIJ0032_000000031564	1201	0.6239137930927718	2	2	1	2	1	False	48353	fragment	False	FIJ0032_000000031564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000016769	2344	0.6239111867427087	3	3	3	3	3	False	131922	fragment	False	ISR0234_000000004651	0.9434087593094127		0	0	False	False	0.9953071475028992	0					non-mobilizable	other	2344.0	98.976	100.0	0.0005466263147727686	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MAD0026_000000006492	2073	0.6239090372858334	3	2	2	2	2	False	84976	maximal	True	MAD0026_000000006492	1.0		15	2	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	97.931	7.0	0.001455206912232833	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0009_000000003301	3714	0.6239065984340605	5	5	3	4	3	True	67335	maximal	True	ENG0009_000000003301	1.0		19	5	False	False	0.9983844757080078	0					non-mobilizable	no_good_hit	78.0	93.59	2.0	2.9895435859924742e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ISR0381_000000009182	1865	0.6239026670912772	6	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.5028963074224605		0	0	False	False	0.9994637966156006	0					non-mobilizable	other	1865.0	97.37299999999999	100.0	0.053616678184750056	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
ISR0277_000000004946	1847	0.6239026670912772	6	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.5055032043941236		0	0	False	False	1.0	0					non-mobilizable	other	1847.0	99.56700000000001	100.0	0.053155954849113105	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
SPA0104_000000020493	1829	0.6239026670912772	6	5	2	3	5	False	106039	fragment	False	ISR0092_000000015685	0.9671336206896551		0	0	False	False	1.0	0					non-mobilizable	other	1734.0	99.135	95.0	0.00048125253400425433	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0142_000000019897	1716	0.6238968797437505	2	2	2	1	1	False	128978	fragment	False	ENG0142_000000019897	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1348.0	99.40700000000001	79.0	0.018532531678659384	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0131_000000017553	1569	0.6238939527810993	2	2	2	2	2	False	79662	fragment	False	CHI0147_000000009965	0.37794371051120046		0	0	False	False	0.9802421927452087	0					non-mobilizable	other	1569.0	98.917	100.0	0.006072741215245369	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0096_000000009829	3402	0.6238899894772849	8	3	3	3	3	False	83436	fragment	False	ENG0096_000000009829	1.0		0	0	False	False	0.9994121193885803	0					non-mobilizable	no_good_hit	439.0	85.87700000000001	30.0	0.00012373513610294763	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ENG0061_000000010882	1961	0.6238880503372414	2	2	2	2	1	False	63257	maximal	True	ENG0061_000000010882	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	74.238	55.0	0.00045669763826370767	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
CHI0123_000000003137	4354	0.6238865525257381	6	6	4	5	4	False	84589	maximal	True	CHI0123_000000003137	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	95.85799999999999	53.0	0.01173764385389448	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	True	False
CHI0185_000000001371	11831	0.6238683445099301	14	11	9	8	9	True	87607	maximal	True	CHI0185_000000001371	1.0		2	1	False	False	0.9999154806137085	0					non-mobilizable	no_good_hit	4584.0	99.67299999999999	70.0	0.0008914162431483195	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
ISR0103_000000008054	3343	0.6238605272285815	5	1	1	1	1	False	33064	maximal	True	ISR0103_000000008054	1.0		1	1	False	False	0.9991025924682617	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.00012862425639101774	NZ_SJSY01000070.1	CFB group bacteria	Flavobacterium zhairuonensis strain A5.7 contig62, whole genome shotgun sequence	True	False
USA0061_01_000000005415	2011	0.6238605272285815	2	1	1	1	1	False	58534	fragment	False	ENG0129_000000013274	0.9846610588817417		0	0	False	False	0.9985082149505615	0					non-mobilizable	no_good_hit								True	False
ISR0773_000000006006	2343	0.6238590126699147	4	3	3	3	2	False	57039	fragment	False	ISR0773_000000006006	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2343.0	98.848	100.0	0.007818942406244471	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
SPA0112_000000006544	5227	0.6238527831416836	7	5	5	4	2	False	96028	maximal	True	SPA0112_000000006544	1.0		4	4	False	False	0.9988521337509155	0					non-mobilizable	no_good_hit	629.0	98.251	12.0	0.00011673927862189653	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0206_000000005368	4713	0.6238488376610699	10	4	1	2	3	False	42003	maximal	True	ISR0206_000000005368	1.0		1	1	False	False	0.9972416758537292	0					non-mobilizable	no_good_hit								True	False
ISR0332_000000003018	4106	0.6238464610828938	4	4	4	4	3	False	74839	maximal	True	ISR0332_000000003018	1.0		1	1	False	False	0.9995129108428955	0					non-mobilizable	no_good_hit	556.0	89.209	14.0	0.0004957725102197149	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0813_000000003000	8721	0.6238464524757047	8	8	8	8	8	False	99089	maximal	True	ISR0813_000000003000	1.0		15	6	False	False	0.9977067112922668	0					non-mobilizable	other	8721.0	99.12899999999999	100.0	0.030506493870010636	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0203_000000008797	1957	0.6238463578773924	3	1	1	1	1	True	97259	fragment	False	ISR0370_000000011946	0.635997521685254		0	0	False	False	1.0	0					non-mobilizable	plasmid	1957.0	99.745	100.0	0.01182173119462341	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
USA0022_01_000000000632	18069	0.6238446118165538	19	15	4	5	15	False	104431	fragment	False	USA0022_01_000000000632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7865.0	96.72	56.0	0.001205514756033932	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MAD0025_000000012575	1112	0.6238439142259458	1	1	1	1	1	False	19111	fragment	False	MAD0025_000000012575	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	77.11399999999999	18.0	0.0007784292939763655	NZ_MCGI01000008.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000008, whole genome shotgun sequence	True	False
FIJ0093_000000007084	2868	0.6238398042604992	3	3	3	3	3	False	52041	fragment	False	FIJ0093_000000007084	0.9992808342322905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	31.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ENG0194_000000004920	5359	0.6238394541378661	6	2	2	2	2	False	75287	fragment	False	ENG0194_000000004920	1.0		0	0	False	False	0.9998133778572083	0					non-mobilizable	no_good_hit	1996.0	98.397	44.0	0.095054132684695	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ENG0133_000000008693	2866	0.6238389427869299	4	3	1	2	1	True	58267	maximal	True	ENG0133_000000008693	1.0		15	5	False	False	0.9996510744094849	0					non-mobilizable	no_good_hit	2369.0	94.59700000000001	83.0	0.0033684989820470107	NZ_CZBZ01000003.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
SPA0036_000000009119	2682	0.6238345470637641	3	3	3	3	3	False	119444	fragment	False	CAN0015_000000014080	0.968153800893943		0	0	False	False	1.0	0					non-mobilizable	other	2682.0	99.59	100.0	0.0006254823516456649	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0134_000000004444	3121	0.6238318250647962	3	3	3	2	2	True	110088	fragment	False	ENG0124_000000009125	0.20417540705224252		0	0	False	False	1.0	0					non-mobilizable	other	3125.0	91.77600000000001	100.0	0.0011571092241317226	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MAD0052_000000014464	1495	0.6238279052200136	2	1	1	1	1	False	17262	maximal	True	MAD0052_000000014464	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	70.78699999999999	29.0	0.003575256281242586	NZ_LT699737.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
AST0093_000000006010	3141	0.6238273638969887	3	3	3	2	1	False	109560	maximal	True	AST0093_000000006010	1.0		2	2	False	False	1.0	0		MOBQ			mobilizable	plasmid	3067.0	96.772	99.0	0.06258942806917134	CP008839.1	firmicutes	Lactobacillus gasseri DSM 14869 plasmid pEB01-1, complete sequence	False	True
ENG0051_000000009294	2959	0.6238249770961208	5	4	4	3	3	False	106166	maximal	True	ENG0051_000000009294	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	94.51100000000001	83.0	0.0003287802883571734	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0045_000000007272	3174	0.6238204815744306	4	3	3	2	1	True	11576	fragment	False	MON0045_000000007272	1.0		0	0	False	False	0.9996849298477173	0					non-mobilizable	no_good_hit	56.0	96.429	3.0	1.569772685498611e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MAD0101_000000021933	1323	0.6238190708860588	3	2	1	1	2	False	15074	maximal	True	MAD0101_000000021933	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1323.0	100.0	100.0	0.00024177083051389286	CP021339.1	enterobacteria	Escherichia coli strain 95NR1, complete genome	False	False
MON0041_000000022158	2715	0.6238178131050245	5	2	1	1	2	False	11819	maximal	True	MON0041_000000022158	1.0		0	0	False	False	0.9948434829711914	0					non-mobilizable	no_good_hit								True	False
USA0119_01_000000012566	1954	0.6238175546403045	2	2	2	2	2	False	229	fragment	False	USA0119_01_000000012566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	78.76100000000001	6.0	5.4018139291173976e-05	CP007573.1	firmicutes	Streptococcus anginosus strain SA1, complete genome	True	False
CHI0109_000000011064	1728	0.6238144278623845	3	3	2	2	1	False	82773	fragment	False	CHI0109_000000011064	1.0		0	0	False	False	0.9994212985038757	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.8464886516594393e-06	LR132012.2	bony fishes	Betta splendens genome assembly, chromosome: 22	True	False
ISR0030_000000005300	3667	0.6238120989377661	4	4	4	2	3	False	107484	fragment	False	ISR0030_000000005300	1.0		0	0	False	False	0.9997273087501526	0					non-mobilizable	no_good_hit	1510.0	99.404	44.0	0.015554890816631767	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0113_01_000000004993	3813	0.6238096197135494	5	5	2	3	3	True	105589	fragment	False	ENG0029_000000005148	0.24011065886542865		0	0	False	False	1.0	0					non-mobilizable	other	2154.0	96.98200000000001	99.0	0.0004160219585221459	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0080_000000036003	1559	0.6238043856363477	3	3	3	2	2	False	10040	maximal	True	MON0080_000000036003	1.0		93	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0197_000000003079	6899	0.6237989672362452	7	5	4	4	4	True	53139	fragment	False	ISR0197_000000003079	0.9834485802559954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4168.0	92.538	87.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0050_000000003723	6797	0.6237989672362452	8	5	4	4	4	True	53139	fragment	False	ISR0197_000000003079	0.9763009131758227		0	0	False	False	0.9997057318687439	0					non-mobilizable	no_good_hit	4168.0	92.586	89.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0835_000000013057	1184	0.6237933342966583	2	2	2	2	2	False	130802	fragment	False	ENG0117_000000018731	0.7877966324891998		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	100.0	100.0	0.0001823454745413811	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0005_000000004838	7958	0.6237925677053265	12	6	3	3	3	False	80995	maximal	True	MON0005_000000004838	1.0		1	1	False	False	0.9945966601371765	0					non-mobilizable	other	3890.0	99.61399999999999	94.0	0.000678816948954327	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0136_000000022105	1272	0.6237909812730869	2	2	2	2	1	True	40517	maximal	True	FIJ0136_000000022105	1.0		125	12	False	False	0.9764150977134705	0					non-mobilizable	other	1275.0	84.07799999999999	100.0	0.00029652669486819844	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0288_000000015151	1988	0.6237909513607277	3	3	3	2	1	False	83778	fragment	False	ISR0288_000000015151	0.9646258163090703		0	0	False	False	0.9884305596351624	0					non-mobilizable	no_good_hit	105.0	86.667	5.0	0.004311238237366829	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
SPA0033_000000002580	10190	0.6237881781883986	18	8	6	5	3	True	113156	maximal	True	SPA0033_000000002580	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	3569.0	95.041	35.0	0.9997181510710259	NZ_QEKJ01000040.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_140, whole genome shotgun sequence	True	True
CHI0090_000000004790	2654	0.6237856326001067	4	4	4	3	3	False	119436	fragment	False	CHI0024_000000003275	0.39347150913607626		0	0	False	False	0.996985673904419	0					non-mobilizable	chromosome	2425.0	86.72200000000001	96.0	0.000534122885652302	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ITA0001_000000000253	4866	0.6237776294726435	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5774774209793756		0	0	False	False	0.9915741682052612	0					non-mobilizable	other	4157.0	98.027	100.0	0.00864843163536071	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0003_000000004910	4587	0.6237776294726435	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.6067656892264843		0	0	False	False	1.0	0					non-mobilizable	other	4215.0	98.26799999999999	100.0	0.008771801428998593	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0399_000000003291	4137	0.6237776294726435	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.3708340104820901		0	0	False	False	1.0	0					non-mobilizable	other	3753.0	97.708	100.0	0.007805753214410428	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0776_000000006237	4086	0.6237776294726435	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5081587533598529		0	0	False	False	1.0	0					non-mobilizable	other	4065.0	98.32700000000001	99.0	0.008497878666853463	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0007_000000006590	3960	0.6237776294726435	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.34484773744866787		0	0	False	False	0.9989898800849915	0					non-mobilizable	other	3574.0	98.29299999999999	99.0	0.007471191062172103	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0021_000000004300	3326	0.6237742767237925	2	2	2	2	2	False	19333	maximal	True	MAD0021_000000004300	1.0		244	10	False	False	0.9987973570823669	0					non-mobilizable	chromosome	3344.0	79.545	99.0	0.0008829659332536441	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0218_000000007237	2331	0.6237722951209381	2	2	2	2	2	False	110221	fragment	False	ISR0375_000000009302	0.42043557551689487		0	0	False	False	1.0	0					non-mobilizable	other	1998.0	92.242	92.0	0.009577970667464832	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
FIJ0150_000000005311	4275	0.6237712886407915	6	4	2	3	3	False	132417	fragment	False	FIJ0075_000000003112	0.41995436614089265		0	0	False	False	0.999532163143158	0					non-mobilizable	other	4278.0	98.714	99.0	0.1290829430427557	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0200_000000017230	1458	0.6237686461923664	3	3	2	3	2	False	71393	fragment	False	ISR0200_000000017230	0.9757375665773841		0	0	False	False	0.9993141293525696	0					non-mobilizable	other	1439.0	99.375	99.0	0.005516172589455594	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0088_000000002242	9037	0.6237631514823228	9	7	2	7	2	False	33793	fragment	False	ISR0088_000000002242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0150_000000005949	1172	0.6237628417242992	2	2	2	2	2	False	89615	fragment	False	ISR0829_000000011069	0.480032974417678		0	0	False	False	0.9701365232467651	0					non-mobilizable	other	1172.0	98.208	100.0	0.016050330327037475	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
ENG0127_000000010282	2489	0.6237625211913329	5	5	4	3	2	True	58727	maximal	True	ENG0127_000000010282	1.0		1	1	False	False	0.9867416620254517	0					non-mobilizable	no_good_hit	1459.0	80.192	66.0	0.0004890712929961153	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0350_000000016908	1190	0.6237602587472559	2	1	1	1	1	False	24090	fragment	False	ISR0350_000000016908	1.0		0	0	False	False	0.9949579834938049	0					non-mobilizable	no_good_hit	52.0	88.462	4.0	1.1575692527381142e-05	CP030827.1	a-proteobacteria	Neorhizobium sp. NCHU2750 chromosome, complete genome	True	False
SPA0073_000000001824	8370	0.6237555798494346	14	13	2	12	12	True	62805	fragment	False	SPA0073_000000001824	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	8370.0	99.869	100.0	0.07580615942028986	CP051734.1	enterobacteria	Escherichia coli strain SCU-109 plasmid pSCU-109-1, complete sequence	False	True
CHI0070_000000004958	2297	0.6237550012419499	3	3	3	2	3	False	106574	maximal	True	CHI0070_000000004958	1.0		300	13	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	76.336	55.0	0.029755152202684817	NZ_CACVNJ010000016.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
FIJ0128_000000014910	1745	0.6237524513554303	2	2	2	1	1	False	62083	fragment	False	FIJ0128_000000014910	0.9546542229810232		0	0	False	False	1.0	0					non-mobilizable	other	1745.0	95.645	100.0	0.005455776732829087	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ENG0075_000000014273	1724	0.6237524513554303	2	2	2	1	1	False	62083	fragment	False	FIJ0128_000000014910	0.9142141539719815		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	98.492	100.0	0.005433521233336195	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
FIJ0131_000000010776	1724	0.6237524513554303	2	2	2	1	1	False	62083	fragment	False	FIJ0128_000000014910	0.9437859406676034		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	96.986	100.0	0.005420803805054542	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
MON0061_000000026542	1714	0.6237524513554303	2	2	2	1	1	False	62083	fragment	False	FIJ0128_000000014910	0.9389780831024626		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	95.97399999999999	100.0	0.005357216663646277	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ENG0008_000000015908	1609	0.6237520837157278	3	3	2	3	2	False	125017	fragment	False	CHI0065_000000006939	0.7183706410252039		0	0	False	False	1.0	0					non-mobilizable	other	1610.0	98.385	100.0	0.05110532333883878	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0214_000000007612	3525	0.6237484672228067	4	4	4	4	4	False	48446	maximal	True	ISR0214_000000007612	1.0		54	9	False	False	1.0	0					non-mobilizable	other	1923.0	90.016	93.0	0.03149916330347475	NZ_CBYM010000019.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
CHI0159_000000004407	3184	0.6237474509559734	2	2	2	2	2	False	78817	fragment	False	CHI0159_000000004407	1.0		0	0	False	False	0.9996859431266785	0					non-mobilizable	other	3184.0	99.93700000000001	100.0	0.0006613488565336466	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ISR0238_000000003844	3538	0.6237453035742013	6	3	2	2	2	False	129799	fragment	False	ISR0238_000000003844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	207.0	82.609	6.0	0.005804193814550317	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
AST0055_000000013451	2573	0.6237429877894748	3	1	1	1	1	True	127534	fragment	False	ENG0010_000000007289	0.9351979576651216		0	0	False	False	0.9980567693710327	0		MOBV			mobilizable	other	2573.0	99.92200000000001	100.0	0.4224010510757103	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0308_000000006489	2539	0.6237429877894748	4	1	1	1	1	True	77435	fragment	False	CHI0181_000000007547	0.9445474777448071		0	0	False	False	0.9952737092971802	0					non-mobilizable	no_good_hit	792.0	83.46	44.0	0.15560413354531002	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0043_000000018004	1911	0.6237429877894748	3	1	1	1	1	True	128062	fragment	False	FIJ0028_000000013065	0.4762661641463173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	89.801	39.0	0.14904610492845788	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
CHI0166_000000003880	1908	0.6237429877894748	3	1	1	1	1	True	78225	maximal	True	CHI0166_000000003880	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	78.378	5.0	0.030429927414852037	AB021465.1	firmicutes	Streptococcus bovis plasmid pSBO2 genes for Cop protein, replication protein and mobilization protein, complete and partial cds	True	True
ISR0203_000000009311	1860	0.6237429877894748	3	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.5491685638361398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	76.499	44.0	0.0001971230334586928	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0193_000000015078	1769	0.6237429877894748	2	1	1	1	1	True	29088	maximal	True	ISR0193_000000015078	1.0		5	3	False	False	0.9881289005279541	0					non-mobilizable	no_good_hit	1119.0	98.03399999999999	63.0	0.0005209426403443725	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0030_000000021600	1706	0.6237429877894748	3	1	1	1	1	True	48711	fragment	False	FIJ0030_000000021600	1.0		0	0	False	False	0.9871043562889099	0					non-mobilizable	no_good_hit	75.0	89.333	4.0	2.1451233953245006e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0202_000000012648	1690	0.6237429877894748	3	1	1	1	1	True	101366	fragment	False	ISR0177_000000015980	0.5889358744122357		0	0	False	False	1.0	0					non-mobilizable	chromosome	1559.0	89.416	92.0	0.00042509103235612516	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
SPA0038_000000015964	1672	0.6237429877894748	3	1	1	1	1	True	101366	fragment	False	ISR0177_000000015980	0.5864777342322375		0	0	False	False	1.0	0					non-mobilizable	chromosome	1542.0	89.04	92.0	0.00042044373489628326	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0128_000000021170	1668	0.6237429877894748	3	1	1	1	1	True	101366	fragment	False	ISR0177_000000015980	0.580477625833479		0	0	False	False	1.0	0					non-mobilizable	chromosome	1536.0	89.06200000000001	92.0	0.00041880351226339786	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
DEN0090_000000019262	1516	0.6237429877894748	2	1	1	1	1	True	68706	fragment	False	DEN0090_000000019262	1.0		0	0	False	False	0.9828495979309082	0					non-mobilizable	no_good_hit	576.0	75.347	37.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ENG0196_000000008154	1457	0.6237429877894748	3	1	1	1	1	True	101363	fragment	False	FIJ0029_000000020785	0.9563918748584861		0	0	False	False	1.0	0					non-mobilizable	chromosome	1462.0	88.988	99.0	0.000398574099791145	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0232_000000020399	1438	0.6237429877894748	3	1	1	1	1	True	73907	fragment	False	ISR0232_000000020399	0.9162637431992261		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	95.839	100.0	0.05732791567767631	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
DEN0039_000000015261	1397	0.6237429877894748	3	1	1	1	1	True	73907	fragment	False	ISR0232_000000020399	0.6980386495100686		0	0	False	False	1.0	0					non-mobilizable	other	742.0	94.34	98.0	0.02981051615239168	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ETH0002_000000017746	1389	0.6237429877894748	2	1	1	1	1	True	53308	fragment	False	ETH0002_000000017746	1.0		0	0	False	False	0.9949604272842407	0					non-mobilizable	other	953.0	94.85799999999999	99.0	0.18839427662957076	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
MON0082_000000026695	1353	0.6237429877894748	2	1	1	1	1	True	47169	fragment	False	MON0082_000000026695	0.9932859399684044		0	0	False	False	0.985957145690918	0					non-mobilizable	no_good_hit	577.0	75.217	41.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ETH0005_000000034673	1336	0.6237429877894748	2	1	1	1	1	True	52699	maximal	True	ETH0005_000000034673	1.0		1	1	False	False	0.9790419340133667	0					non-mobilizable	no_good_hit	171.0	76.608	13.0	4.5856523890977606e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
USA0130_01_000000025023	1325	0.6237429877894748	2	1	1	1	1	True	105	maximal	True	USA0130_01_000000025023	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1331.0	96.243	100.0	0.0003236348310515852	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0068_000000015635	1313	0.6237429877894748	2	1	1	1	1	True	35008	maximal	True	ISR0068_000000015635	1.0		45	8	False	False	0.9801980257034302	0					non-mobilizable	no_good_hit	653.0	73.354	49.0	0.032324345995790316	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
DEN0028_000000024441	1300	0.6237429877894748	2	1	1	1	1	True	73907	fragment	False	ISR0232_000000020399	0.47645064054257724		0	0	False	False	0.9984615445137024	0					non-mobilizable	other	1304.0	93.48200000000001	100.0	0.05225892102828177	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0043_000000023805	1266	0.6237429877894748	2	1	1	1	1	True	47169	fragment	False	MON0082_000000026695	0.9615668883961567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	75.694	44.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
SPA0092_000000036586	1251	0.6237429877894748	2	1	1	1	1	True	35008	maximal	False	ISR0068_000000015635	0.9763899466869763		0	0	False	False	0.9680255651473999	0					non-mobilizable	no_good_hit	653.0	73.354	51.0	0.032324345995790316	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0275_000000011752	1238	0.6237429877894748	2	1	1	1	1	True	59657	fragment	False	ISR0275_000000011752	0.9364089775561097		0	0	False	False	0.9959612488746643	0					non-mobilizable	no_good_hit								True	True
CHI0129_000000021596	1235	0.6237429877894748	2	1	1	1	1	True	81157	fragment	False	CHI0129_000000021596	1.0		0	0	False	False	0.9991902709007263	0					non-mobilizable	chromosome	1235.0	100.0	100.0	0.0004369962281630258	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
ENG0104_000000026830	1180	0.6237429877894748	3	1	1	1	1	True	60199	fragment	False	ENG0104_000000026830	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	884.0	98.64299999999999	100.0	0.00029687603607885324	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0017_01_000000023210	1161	0.6237429877894748	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.05781624558528227		0	0	False	False	0.9517657160758972	0					non-mobilizable	no_good_hit	679.0	73.49	58.0	0.0007474475224903612	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
AST0035_000000014416	1140	0.6237429877894748	3	1	1	1	1	True	116761	fragment	False	AST0035_000000014416	0.9203803265149425		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	89.807	99.0	0.056830710634459256	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
FIJ0104_000000024829	1140	0.6237429877894748	2	1	1	1	1	True	118990	fragment	False	ISR0015_000000010665	0.04788736528465032		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	73.667	52.0	0.000662662430386977	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
SPA0048_000000018338	1129	0.6237429877894748	2	1	1	1	1	True	6615	fragment	False	SPA0048_000000018338	1.0		0	0	False	False	0.9840567111968994	0					non-mobilizable	other	1133.0	89.67299999999999	100.0	0.006491411982904605	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0084_000000025801	1126	0.6237429877894748	2	1	1	1	1	True	101363	fragment	False	FIJ0029_000000020785	0.2834095633493517		0	0	False	False	0.9893428087234497	0					non-mobilizable	chromosome	1136.0	89.43700000000001	100.0	0.00030945533673770655	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ENG0192_000000020624	1123	0.6237429877894748	2	1	1	1	1	True	54617	fragment	False	ENG0192_000000020624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0090_000000057376	1040	0.6237429877894748	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.03082360983060717		0	0	False	False	1.0	0					non-mobilizable	chromosome	1040.0	96.635	100.0	0.00034972131687746995	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0019_000000060787	1040	0.6237429877894748	1	1	1	1	1	True	13460	fragment	False	MON0013_000000052767	0.9722991689750693		0	0	False	False	1.0	0					non-mobilizable	other	1040.0	99.51899999999999	100.0	0.0003529915781441476	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0104_000000022413	1034	0.6237429877894748	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.026046885689789672		0	0	False	False	1.0	0					non-mobilizable	chromosome	1034.0	97.58200000000001	100.0	0.00034770175200618525	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0070_000000032248	1011	0.6237429877894748	2	1	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.016088348708029557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1012.0	97.134	100.0	0.00033996008666626053	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0088_000000001409	8246	0.6237385347671629	11	6	5	6	4	True	110459	fragment	False	AST0088_000000001409	1.0		0	0	False	False	0.9997574687004089	0					non-mobilizable	other	8107.0	99.679	99.0	0.002191476952719527	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
MAD0037_000000003715	3439	0.6237374570369961	5	5	5	5	4	False	87984	fragment	False	MAD0037_000000003715	1.0		0	0	False	False	0.9991276264190674	0					non-mobilizable	other	3439.0	99.796	100.0	0.0006656249255818555	CP021696.1	enterobacteria	Klebsiella pneumoniae strain AR_0158, complete genome	False	False
ISR0375_000000003089	5499	0.6237357726649403	6	4	3	4	4	False	23402	fragment	False	ISR0824_000000002343	0.9560822290180089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4662.0	98.84200000000001	85.0	0.0024933916552778933	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
USA0116_01_000000001187	19775	0.6237345071929995	24	16	10	11	15	True	124131	maximal	True	USA0116_01_000000001187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7033.0	97.14200000000001	78.0	0.0019756547623396925	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0305_000000002376	5741	0.6237297559863028	5	5	4	3	4	False	87945	maximal	True	ISR0305_000000002376	1.0		43	4	False	False	0.9986065030097961	0					non-mobilizable	chromosome	3831.0	98.094	100.0	0.0015178922189491143	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0107_000000052893	1175	0.6237294722066442	3	3	3	2	1	False	95987	fragment	False	ISR0316_000000017359	0.9655562840909373		0	0	False	False	0.999148964881897	0					non-mobilizable	no_good_hit	333.0	85.586	41.0	8.856335040489724e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0167_000000006544	4747	0.6237289951350038	6	4	3	4	3	True	44776	maximal	True	ISR0167_000000006544	1.0	PS103	5	3	True	True	1.0	2					non-mobilizable	no_good_hit	49.0	93.87799999999999	1.0	1.4181648002042157e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
ENG0149_000000010455	1938	0.6237252022737386	3	3	3	3	1	True	57211	maximal	True	ENG0149_000000010455	1.0		0	0	False	False	0.9984520077705383	0					non-mobilizable	no_good_hit	1067.0	81.53699999999999	55.0	0.00041803872387601113	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
MAD0081_000000006131	1288	0.6237203151765081	2	2	2	2	2	False	16136	maximal	True	MAD0081_000000006131	1.0		16	4	False	False	0.9875776171684265	0					non-mobilizable	other	1288.0	99.845	100.0	0.030180095675827783	NZ_LXWL01000002.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig002, whole genome shotgun sequence	False	False
ISR0070_000000013088	1609	0.6237195641624144	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.46265324196552265		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	95.87299999999999	100.0	0.071444784927931	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
AUS0010_000000003263	6462	0.6237104694854213	6	5	3	3	3	False	101614	maximal	True	AUS0010_000000003263	1.0		27	8	False	False	0.997988224029541	0					non-mobilizable	other	5828.0	93.291	90.0	0.004127599147411624	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
MON0077_000000011803	3280	0.6237081378455591	4	4	4	4	4	False	76084	maximal	True	MON0077_000000011803	1.0		3	2	False	False	1.0	0					non-mobilizable	other	3283.0	90.74	99.0	0.008966130687649674	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0068_000000013943	2278	0.6237042670689877	5	5	1	2	5	True	45074	fragment	False	FIJ0068_000000013943	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2278.0	100.0	100.0	0.027111015859408488	NZ_CP041250.1	enterobacteria	Raoultella electrica strain DSM 102253 plasmid unnamed3, complete sequence	False	True
ISR0238_000000013604	1138	0.6236972666116022	2	2	1	2	1	False	36128	fragment	False	ISR0046_000000032908	0.9806701030927836		0	0	False	False	0.9929701089859009	0					non-mobilizable	no_good_hit	221.0	85.52	19.0	0.0005920615313402389	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ENG0173_000000003803	4923	0.6236959329444549	5	5	5	5	4	False	116965	maximal	True	ENG0173_000000003803	1.0		25	5	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	99.291	48.0	0.061896046852122986	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
CHI0095_000000005689	1505	0.6236910708571596	2	2	2	2	2	False	85372	fragment	False	CHI0095_000000005689	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1505.0	100.0	100.0	0.00027654221470230065	CP026023.1	enterobacteria	Klebsiella pneumoniae strain 11420 chromosome, complete genome	False	False
ISR0283_000000008347	1597	0.6236804311642271	1	1	1	1	1	False	79309	fragment	False	ISR0283_000000008347	1.0		0	0	False	False	0.9855979681015015	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.359792562309844e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0362_000000014638	1423	0.6236804311642271	1	1	1	1	1	False	79308	fragment	False	ISR0362_000000014638	1.0		0	0	False	False	0.9697821736335754	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000026746	1166	0.6236804311642271	1	1	1	1	1	False	79307	fragment	False	FIJ0104_000000022783	0.9551135442011355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000020758	1491	0.6236791203279268	2	2	2	2	2	False	112568	fragment	False	MON0105_000000034395	0.945602923326956		0	0	False	False	0.9993293285369873	0					non-mobilizable	other	1489.0	88.24700000000001	99.0	0.0031072459889134466	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0009_000000000330	17560	0.6236777593986729	28	7	0	7	1	False	19804	maximal	True	MAD0009_000000000330	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	31.0	100.0	0.0	4.6994682238406845e-06	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
MAD0040_000000000784	15772	0.6236777593986729	24	7	0	7	1	False	46993	fragment	False	MAD0040_000000000784	1.0		0	0	False	False	0.9996196031570435	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	4.6994682238406845e-06	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
FIJ0141_000000010250	2825	0.6236743931029809	4	1	1	1	1	False	40295	maximal	True	FIJ0141_000000010250	1.0		1	1	False	False	0.9992920160293579	0					non-mobilizable	no_good_hit	44.0	95.455	2.0	0.0009655327270685978	NZ_AXWT01000028.1	bacteria	Deinococcus murrayi DSM 11303 H565DRAFT_scaffold00020.20_C, whole genome shotgun sequence	True	False
FIJ0063_000000014099	1945	0.6236692282873578	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.5735982410090564		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	97.124	100.0	0.0005820423912396187	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0400_000000002558	6342	0.6236670447837243	6	5	5	5	4	False	22566	maximal	True	ISR0400_000000002558	1.0		1	1	False	False	0.9976348280906677	0					non-mobilizable	chromosome	4686.0	95.02799999999999	100.0	0.0017638233387113798	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	False	False
SPA0064_000000015256	1346	0.6236625126252596	2	2	2	2	2	False	6100	maximal	True	SPA0064_000000015256	1.0		18	5	False	False	0.9888558983802795	0					non-mobilizable	chromosome	1346.0	99.257	100.0	0.0004386896194294165	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0152_000000010623	2223	0.6236620844619911	3	3	3	1	2	False	30718	maximal	True	ISR0152_000000010623	1.0		4	3	False	False	0.9946019053459167	0					non-mobilizable	other	1851.0	94.435	99.0	0.0007747449902548987	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
MON0054_000000015996	2754	0.6236592944790754	4	2	2	2	1	False	74461	maximal	True	MON0054_000000015996	1.0		1	1	False	False	0.9996368885040283	0					non-mobilizable	no_good_hit	1496.0	91.979	54.0	0.1783371108195157	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0389_000000014004	1584	0.6236588135022256	3	3	2	3	1	False	22904	fragment	False	MAD0110_000000015961	0.9405532666274279		0	0	False	False	0.9880050420761108	0					non-mobilizable	no_good_hit	58.0	89.655	4.0	1.662449377632277e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ENG0012_000000013951	1675	0.6236558203014605	2	2	2	2	2	False	67048	fragment	False	USA0134_01_000000002160	0.49094904797536465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000019927	1649	0.6236558203014605	2	2	2	2	2	False	67048	fragment	False	USA0134_01_000000002160	0.48836355216756316		0	0	False	False	0.9836264252662659	0					non-mobilizable	no_good_hit								True	False
ISR0397_000000007964	2405	0.6236546279221459	3	3	3	3	3	False	93390	maximal	False	MON0037_000000028600	0.8981029564265538		0	0	False	False	1.0	0					non-mobilizable	chromosome	2422.0	92.32	100.0	0.0006736368082534351	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0354_000000005719	3332	0.6236523379483029	5	4	1	3	3	False	73834	fragment	False	ISR0354_000000005719	1.0		0	0	False	False	0.9984993934631348	0					non-mobilizable	no_good_hit	932.0	89.807	28.0	0.00031269596090391686	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0090_000000007578	4289	0.6236506535435258	3	2	2	2	2	True	116515	maximal	True	SPA0090_000000007578	1.0		4	2	False	False	1.0	0					non-mobilizable	other	4243.0	95.19200000000001	98.0	0.025726817576240565	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
DEN0028_000000026669	1202	0.6236500540215958	1	1	1	1	1	False	73867	maximal	True	DEN0028_000000026669	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	96.501	80.0	0.0002978858185144956	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0057_000000009531	1667	0.6236468758938984	2	2	1	2	1	False	45471	fragment	False	MAD0057_000000009531	0.9974492748425714		0	0	False	False	0.9982003569602966	0					non-mobilizable	chromosome	1667.0	99.64	100.0	0.0003416035147843992	CP026975.1	enterobacteria	Enterobacter cloacae complex sp. strain FDAARGOS_77 chromosome, complete genome	False	False
SPA0127_000000026630	1099	0.6236463296234168	2	1	1	1	1	True	12356	fragment	False	SPA0127_000000026630	1.0		0	0	False	False	0.9990900754928589	0					non-mobilizable	other	1099.0	95.632	100.0	0.025097142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ETH0003_000000020518	1966	0.6236446077827646	3	3	3	3	1	False	53125	maximal	True	ETH0003_000000020518	1.0		7	3	False	False	0.9832146763801575	0					non-mobilizable	no_good_hit	58.0	89.655	3.0	1.1371346481136832e-05	NZ_CP011388.1	firmicutes	Paenibacillus swuensis strain DY6, complete genome	True	False
CHI0148_000000008001	1465	0.6236445903977279	2	2	2	2	2	False	90934	maximal	False	ISR0800_000000008417	0.9882435394288839		0	0	False	False	1.0	0					non-mobilizable	chromosome	1465.0	99.932	100.0	0.0006190437127738655	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MAD0029_000000001006	3773	0.6236413883308453	3	2	2	2	2	False	36803	maximal	True	MAD0029_000000001006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1792.0	76.06	47.0	0.009250011765136502	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	False
ISR0804_000000008765	2156	0.623641233779984	4	4	3	2	3	True	78992	fragment	False	ISR0804_000000008765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1916.0	100.0	89.0	0.04188172513340915	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
MON0032_000000007980	3085	0.6236355469084722	4	4	4	4	3	False	55335	fragment	False	MON0032_000000007980	1.0		0	0	False	False	0.9964343309402466	0					non-mobilizable	other	3085.0	97.89299999999999	100.0	0.07202241943017282	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ETH0003_000000018441	2145	0.6236334324322336	2	2	1	2	1	False	53174	maximal	True	ETH0003_000000018441	1.0		29	8	False	False	0.9916083812713623	0					non-mobilizable	no_good_hit	381.0	90.02600000000001	18.0	0.0021652545028746605	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
DEN0011_000000020404	2183	0.6236259909840297	3	3	3	2	1	False	75702	maximal	True	DEN0011_000000020404	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0068_000000004049	3213	0.6236157112703326	5	5	4	4	4	True	118497	maximal	True	CHI0068_000000004049	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	95.139	50.0	0.05990125513056927	NZ_LNAM01000189.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf62, whole genome shotgun sequence	True	True
ISR0030_000000017267	1257	0.6236138763040998	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.011463659545561498		0	0	False	False	0.9872713088989258	0					non-mobilizable	chromosome	1273.0	89.15899999999999	100.0	0.00044093063202613376	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0059_000000012664	1413	0.6236109849113487	2	1	1	1	1	False	45895	maximal	True	FIJ0059_000000012664	1.0		3	1	False	False	0.9476291537284851	0					non-mobilizable	no_good_hit	1266.0	81.517	89.0	0.00610466975261576	CP002411.1	firmicutes	Clostridium botulinum BKT015925 plasmid p1BKT015925, complete sequence	True	False
DEN0079_000000022128	2524	0.6236106814026977	6	2	2	2	2	False	69580	maximal	True	DEN0079_000000022128	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	95.455	3.0	1.473910870568857e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0110_000000009223	2961	0.6236070702977691	3	3	3	3	3	False	81404	maximal	False	CHI0127_000000006143	0.939027577901103		0	0	False	False	0.9986491203308105	0					non-mobilizable	other	2962.0	94.868	100.0	0.0007121912369827804	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0222_000000007189	8759	0.6235999993868004	11	7	3	4	5	False	118662	maximal	True	ISR0222_000000007189	1.0		114	10	False	False	1.0	0					non-mobilizable	other	8762.0	99.715	100.0	0.0016955448730915925	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0149_000000009739	1260	0.6235979125614539	1	1	0	1	1	False	80018	fragment	False	MAD0037_000000010748	0.9540455616653574		0	0	False	False	0.9992063641548157	0	IncFIA,IncFIC				non-mobilizable	plasmid	1260.0	100.0	100.0	0.006471144554781143	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
CHI0141_000000024319	1141	0.6235979125614539	1	1	0	1	1	False	80017	fragment	False	CHI0141_000000024319	0.9416666666666667		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	1141.0	100.0	100.0	0.005859495466600876	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
DEN0026_000000018307	1561	0.6235978219274296	2	2	2	2	1	False	74158	maximal	True	DEN0026_000000018307	1.0		130	10	False	False	1.0	0					non-mobilizable	chromosome	1570.0	87.389	100.0	0.0005444534760670522	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0008_000000021918	1311	0.6235955453092903	2	2	2	2	2	False	51399	maximal	True	FIJ0008_000000021918	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	6.448140451119492e-06	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
CHI0079_000000004126	1549	0.6235928462046065	2	2	0	1	2	False	97699	fragment	False	CHI0079_000000004126	1.0		0	0	False	False	1.0	0	rep_cluster_2244				non-mobilizable	plasmid	1549.0	99.54799999999999	100.0	0.014120995402466613	CP057206.1	enterobacteria	Escherichia coli strain RHB33-C09 plasmid pRHB33-C09_3, complete sequence	False	True
ISR0837_000000005892	2091	0.6235914146514077	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.5800124745407985		0	0	False	False	1.0	0					non-mobilizable	chromosome	2098.0	86.03399999999999	100.0	0.0003790086881709193	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0784_000000005990	2034	0.6235914146514077	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.6025800624995498		0	0	False	False	1.0	0					non-mobilizable	chromosome	2038.0	86.212	100.0	0.00036866713947501583	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0184_000000004544	1950	0.6235914146514077	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.5763990540044737		0	0	False	False	0.9902564287185669	0					non-mobilizable	other	1950.0	99.949	100.0	0.0004116257994125726	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0009_000000019294	1900	0.6235914146514077	2	2	2	2	1	True	25447	fragment	False	SPA0009_000000019294	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1900.0	100.0	100.0	0.013197031189192195	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	True
SPA0029_000000019865	1362	0.6235914146514077	2	2	2	2	1	True	7370	fragment	False	SPA0029_000000019865	1.0		0	0	False	False	0.9977973699569702	0					non-mobilizable	other	1393.0	74.803	100.0	0.021104798369665907	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	False	True
SPA0094_000000002303	6723	0.6235908471586838	15	5	2	5	2	True	5245	maximal	True	SPA0094_000000002303	1.0		1	1	False	False	0.9964301586151123	0					non-mobilizable	no_good_hit	92.0	96.73899999999999	1.0	0.0019281703570293463	NZ_QVHZ01000016.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf16, whole genome shotgun sequence	True	True
DEN0063_000000001893	14510	0.6235853079646729	4	3	3	3	1	True	71593	fragment	False	DEN0063_000000001893	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0064_000000012335	2184	0.6235849621624643	2	2	0	1	2	False	97707	fragment	False	MON0064_000000012335	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	2139.0	98.177	98.0	0.026200873362445413	LC501476.1	enterobacteria	Escherichia coli 17-Ec-C-106 plasmid p17C106-1, sequence_id: contig1	False	True
SPA0095_000000008200	2457	0.6235790351526777	1	1	0	1	1	False	97705	fragment	False	SPA0095_000000008200	1.0		0	0	False	False	0.9971510171890259	0	IncFII,rep_cluster_2244				non-mobilizable	plasmid	2457.0	99.756	100.0	0.012926724001810583	CP043952.1	enterobacteria	Escherichia coli strain ST95-32 plasmid pST95-32-2, complete sequence	False	True
MAD0046_000000010705	2371	0.6235790351526777	2	1	0	1	1	False	97716	fragment	False	MAD0046_000000010705	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	2229.0	92.598	98.0	0.009710179745342565	CP055942.1	enterobacteria	Escherichia coli strain RHB40-C12 plasmid pRHB40-C12_2, complete sequence	False	True
MAD0062_000000007542	1860	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.9240139956130585		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1860.0	100.0	100.0	0.027014851629028978	CP021211.1	enterobacteria	Escherichia coli B171 plasmid pB171_69, complete sequence	False	True
FIJ0122_000000009070	1779	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.7821617954903691		0	0	False	False	1.0	0	rep_cluster_2244				non-mobilizable	plasmid	1779.0	97.302	100.0	0.011342734518700184	CP057952.1	enterobacteria	Escherichia coli strain RHB08-C24 plasmid pRHB08-C24_2, complete sequence	False	True
FIJ0079_000000016470	1703	0.6235790351526777	1	1	0	1	1	False	82865	fragment	False	FIJ0079_000000016470	1.0		0	0	False	False	1.0	0	IncK2/Z				non-mobilizable	plasmid	1705.0	97.595	100.0	0.017624243677923153	CP052260.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-2, complete sequence	False	True
ISR0358_000000011599	1692	0.6235790351526777	2	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.5312535771620875		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	1692.0	100.0	100.0	0.017073737139164588	MK295826.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain 113 plasmid p113, complete sequence	False	True
MON0044_000000032811	1687	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.7293361120919081		0	0	False	False	0.9970361590385437	0	IncFIA				non-mobilizable	other	1689.0	96.921	100.0	0.033040683546288314	NZ_CAAHGR010000026.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
MAD0102_000000013072	1603	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.4406700896903988		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	1605.0	98.816	100.0	0.02485926523269699	CP047613.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 plasmid pNMBU_W06E18_Str1_4, complete sequence	False	True
FIJ0055_000000009024	1548	0.6235790351526777	1	1	0	1	1	False	52507	fragment	False	FIJ0055_000000009024	0.9787379972565158		0	0	False	False	1.0	0	rep_cluster_2183				non-mobilizable	plasmid	1548.0	98.902	100.0	0.01699311921563455	MN821373.1	enterobacteria	Klebsiella pneumoniae strain A1706 plasmid pA1706-FIIK, partial sequence	False	True
MON0010_000000017560	1531	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.5262053800228471		0	0	False	False	0.9732201099395752	0	IncFIA,IncFIC				non-mobilizable	plasmid	1531.0	99.67299999999999	100.0	0.01186469593808645	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ISR0084_000000018101	1509	0.6235790351526777	2	1	0	1	1	False	82862	fragment	False	ISR0084_000000018101	0.983126743334571		0	0	False	False	0.9900596141815186	0	IncK2/Z				non-mobilizable	other	1511.0	98.412	100.0	0.018355324017722382	LM997211.1	enterobacteria	Escherichia coli genome assembly FHI97, scaffold scaffold-28_contig-18.0_1_82156_[organism:Escherichia	False	True
ISR0388_000000023394	1507	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.4418526537773323		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	1507.0	97.611	100.0	0.01695945945945946	CP041534.1	enterobacteria	Escherichia coli strain 963 plasmid p4540-2	False	True
FIJ0017_000000020013	1468	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.4772781699046865		0	0	False	False	1.0	0	IncFIC,rep_cluster_2244				non-mobilizable	plasmid	1468.0	100.0	100.0	0.017402960994590492	CP051750.1	enterobacteria	Escherichia coli strain SCU-486 plasmid pSCU-486-1, complete sequence	False	True
FIJ0063_000000019700	1458	0.6235790351526777	1	1	0	1	1	False	52507	fragment	False	FIJ0055_000000009024	0.9509043927648579		0	0	False	False	0.9883401989936829	0	IncFII,rep_cluster_2183				non-mobilizable	plasmid	1439.0	99.166	99.0	0.011418498284843094	MN543580.1	enterobacteria	Klebsiella pneumoniae strain PM48 plasmid pPM48_125, complete sequence	False	True
SPA0073_000000007459	1456	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.39065989058097905		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	chromosome	1456.0	98.55799999999999	100.0	0.00028869093443005463	CP044191.1	enterobacteria	Shigella sonnei strain AR-0422 chromosome	False	True
FIJ0068_000000024165	1334	0.6235790351526777	1	1	0	1	1	False	52505	fragment	False	FIJ0068_000000024165	1.0		0	0	False	False	1.0	0	rep_cluster_2183				non-mobilizable	plasmid	1334.0	100.0	100.0	0.009288227711389053	CP032195.1	enterobacteria	Klebsiella pneumoniae strain AR_0097 plasmid unnamed1, complete sequence	False	True
SPA0094_000000009161	1323	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.24663347995047707		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	1323.0	100.0	100.0	0.007560896097731159	CP018775.2	enterobacteria	Escherichia coli strain 2016C-3936C1 plasmid unnamed5 sequence	False	True
MAD0037_000000010748	1273	0.6235790351526777	1	1	0	1	1	False	80018	fragment	False	MAD0037_000000010748	0.959126984126984		0	0	False	False	0.9976433515548706	0	IncFIA				non-mobilizable	plasmid	1273.0	98.507	100.0	0.02232496000843778	CP014200.1	enterobacteria	Escherichia coli strain MRE600 plasmid pMRE600-2, complete sequence	False	True
SPA0061_000000011961	1255	0.6235790351526777	1	1	0	1	1	False	6182	fragment	False	SPA0061_000000011961	1.0		0	0	False	False	0.9984063506126404	0	IncFIA				non-mobilizable	plasmid	1162.0	97.59	100.0	0.004060547981617364	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
MON0009_000000032716	1224	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.19206497829233354		0	0	False	False	0.9861111044883728	0	rep_cluster_2232				non-mobilizable	plasmid	1198.0	97.663	98.0	0.013410843143636303	CP014199.1	enterobacteria	Escherichia coli strain MRE600 plasmid pMRE600-1, complete sequence	False	True
FIJ0114_000000035177	1177	0.6235790351526777	1	1	0	1	1	False	45441	fragment	False	FIJ0114_000000035177	0.9544666088464875		0	0	False	False	0.9991503953933716	0	rep_cluster_2183				non-mobilizable	plasmid	1177.0	98.471	100.0	0.006057453088219387	MN823997.1	enterobacteria	Klebsiella pneumoniae strain 111119051 plasmid p19051-FIIK, complete sequence	False	True
CAN0013_000000020394	1159	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.14789863080563914		0	0	False	False	0.9948230981826782	0	rep_cluster_2232				non-mobilizable	plasmid	1159.0	99.914	100.0	0.013737306633766726	CP051750.1	enterobacteria	Escherichia coli strain SCU-486 plasmid pSCU-486-1, complete sequence	False	True
FIJ0064_000000022254	1153	0.6235790351526777	1	1	0	1	1	False	45441	fragment	False	FIJ0114_000000035177	0.9451996601529311		0	0	False	False	1.0	0	rep_cluster_2183				non-mobilizable	plasmid	1153.0	99.82700000000001	100.0	0.006807464574001631	CP042521.1	enterobacteria	Klebsiella pneumoniae strain C2 plasmid pC2_001, complete sequence	False	True
ISR0284_000000013455	1140	0.6235790351526777	1	1	0	1	1	False	80017	fragment	False	CHI0141_000000024319	0.9412795793163892		0	0	False	False	0.9903509020805359	0	IncFIA,IncFII				non-mobilizable	plasmid	1140.0	97.98200000000001	100.0	0.041657523224343504	CP010139.1	enterobacteria	Escherichia coli strain D2 plasmid B, complete genome	False	True
MAD0101_000000025773	1129	0.6235790351526777	1	1	0	1	1	False	97698	fragment	False	MAD0062_000000007542	0.10103991644339494		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	1130.0	98.49600000000001	100.0	0.007598876336371537	CP054369.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-1, complete sequence	False	True
AST0029_000000021358	1376	0.6235771396040848	3	2	2	1	2	False	117942	fragment	False	AST0029_000000021358	0.9920279023418037		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	79.357	96.0	0.0051937972341559785	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ISR0151_000000015872	1361	0.6235771396040848	3	2	2	1	2	False	117942	fragment	False	AST0029_000000021358	0.9856537728415661		0	0	False	False	0.9831006526947021	0					non-mobilizable	plasmid	1313.0	83.854	96.0	0.011068857802526144	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ISR0075_000000020632	1338	0.6235771396040848	2	2	2	1	2	False	117942	fragment	False	AST0029_000000021358	0.9668780507948442		0	0	False	False	0.9985052347183228	0					non-mobilizable	plasmid	1343.0	83.991	99.0	0.011323509439087328	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ENG0181_000000015186	1324	0.6235771396040848	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.03266439157238818		0	0	False	False	0.9803625345230103	0					non-mobilizable	chromosome	1321.0	85.693	100.0	0.00037460853834404254	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0822_000000006772	1319	0.6235771396040848	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.03124978710124007		0	0	False	False	0.9863532781600952	0					non-mobilizable	other	1320.0	93.258	100.0	0.0007577310805464674	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
SPA0124_000000022792	1295	0.6235771396040848	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.032320105930594284		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	96.448	100.0	0.005072281978111575	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
USA0061_01_000000008704	1257	0.6235771396040848	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.03172367159613955		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	96.5	100.0	0.0049233277932829505	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
FIJ0034_000000003342	8622	0.6235739045437636	16	2	2	2	2	False	48181	maximal	True	FIJ0034_000000003342	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	102.0	83.333	2.0	0.0003684282997592191	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	True
ISR0790_000000012878	1349	0.6235735016858579	2	2	2	1	1	False	22068	fragment	False	ISR0790_000000012878	1.0		0	0	False	False	0.98591548204422	0					non-mobilizable	no_good_hit	459.0	99.346	46.0	0.00018981968376123758	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0228_000000018720	1454	0.6235715006055277	2	2	2	1	1	False	27595	maximal	True	ISR0228_000000018720	1.0		0	0	False	False	0.9951856732368469	0					non-mobilizable	no_good_hit	734.0	97.684	50.0	0.00020355343763711392	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0080_01_000000012743	3428	0.6235699260966407	4	3	3	2	3	True	621	maximal	True	USA0080_01_000000012743	1.0		1	1	False	False	0.9979580044746399	0					non-mobilizable	no_good_hit								True	True
ISR0173_000000005971	1628	0.6235659609796141	3	2	2	2	2	False	131681	fragment	False	ENG0124_000000017310	0.7827822368345599		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	81.391	100.0	0.00043300170246582094	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0012_000000000962	18557	0.6235658495318226	19	9	8	7	5	True	132160	fragment	False	SPA0132_000000001387	0.784072060110867		0	0	False	False	0.9996227622032166	0					non-mobilizable	no_good_hit	485.0	74.433	3.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0040_000000013349	2983	0.6235626225153946	3	1	1	1	1	False	24333	fragment	False	SPA0040_000000013349	1.0		0	0	False	False	0.9996647834777832	0					non-mobilizable	no_good_hit	1453.0	98.417	50.0	0.03277096460916503	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
SPA0124_000000008169	3562	0.6235610662619683	7	3	2	2	3	False	121493	fragment	False	SPA0124_000000008169	0.9859197807150292		0	0	False	False	0.9935429692268372	0					non-mobilizable	no_good_hit	103.0	99.029	3.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	False
DEN0031_000000009893	3323	0.6235610662619683	7	3	2	2	3	False	121493	fragment	False	SPA0124_000000008169	0.9600872913521475		0	0	False	False	0.9969906806945801	0					non-mobilizable	no_good_hit	66.0	100.0	2.0	2.316477927172785e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	False
ENG0079_000000012947	2562	0.6235563085356354	3	2	2	2	1	False	122134	maximal	True	ENG0079_000000012947	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	76.763	9.0	9.230999331628909e-05	NZ_ABTR02000001.1	bacteria	Dethiosulfovibrio peptidovorans DSM 11002 ctg1, whole genome shotgun sequence	True	False
ENG0086_000000010483	2429	0.6235557238812718	3	3	3	2	3	False	124201	fragment	False	ENG0086_000000010483	1.0		0	0	False	False	0.9987649321556091	0					non-mobilizable	no_good_hit	1880.0	80.053	77.0	0.019227000319762343	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0015_000000002297	12261	0.6235503550636563	12	4	3	2	1	False	71154	maximal	True	FIJ0015_000000002297	1.0		2	1	False	False	0.9991028308868408	0					non-mobilizable	no_good_hit	1008.0	70.635	8.0	0.00038166546570835816	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	True	False
FIJ0006_000000009196	3691	0.6235446443362483	4	4	3	3	3	False	51783	maximal	True	FIJ0006_000000009196	1.0		25	4	False	False	0.9967488646507263	0					non-mobilizable	no_good_hit	1309.0	74.561	50.0	0.004508686315243704	AP012299.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC1 DNA, complete genome	True	False
ISR0037_000000005929	3514	0.6235429587754115	4	4	4	3	3	False	108784	fragment	False	ISR0257_000000004662	0.48249879538330437		0	0	False	False	0.9960159659385681	0					non-mobilizable	other	3514.0	97.95100000000001	100.0	0.021456762668165544	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
MON0011_000000028074	1669	0.6235418736831538	3	3	2	3	3	False	13664	maximal	True	MON0011_000000028074	1.0		64	10	False	False	1.0	0					non-mobilizable	other	1669.0	99.34100000000001	100.0	0.0004599269355878944	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0795_000000001713	4749	0.6235409807086894	3	1	1	1	1	False	21979	maximal	True	ISR0795_000000001713	1.0		1	1	False	False	0.998736560344696	0					non-mobilizable	no_good_hit	682.0	97.947	21.0	0.011709682411403615	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
TAN0007_000000028934	1447	0.6235409807086894	1	1	1	1	1	False	2802	fragment	False	TAN0007_000000028934	1.0		0	0	False	False	0.9979267716407776	0					non-mobilizable	no_good_hit	45.0	95.556	3.0	6.819395290122649e-06	LT840184.1	firmicutes	Paenibacillus uliginis N3/975 genome assembly, chromosome: I	True	False
AUS0002_000000008076	4088	0.6235389413001386	5	2	1	2	1	True	130610	fragment	False	ENG0211_000000006824	0.7458576864848137		0	0	False	False	1.0	0		MOBV			mobilizable	other	3054.0	98.821	100.0	0.5013959599277386	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0084_000000004665	3506	0.6235389413001386	5	2	1	2	1	True	127536	fragment	False	ENG0124_000000008297	0.9574685451395388		0	0	False	False	0.9991443157196045	0		MOBV			mobilizable	other	3506.0	99.971	100.0	0.5756281819674823	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0077_000000008747	3452	0.6235389413001386	4	2	1	2	1	True	127536	fragment	False	ENG0124_000000008297	0.9433576567733378		0	0	False	False	1.0	0		MOBV			mobilizable	other	3452.0	99.913	100.0	0.5667597306618493	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AUS0004_000000006196	3432	0.6235389413001386	4	2	1	2	1	True	127536	fragment	False	ENG0124_000000008297	0.9432665923535989		0	0	False	False	1.0	0		MOBV			mobilizable	other	3432.0	99.913	100.0	0.5634751190671703	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0132_000000005588	3432	0.6235389413001386	4	2	1	2	1	True	127536	fragment	False	ENG0124_000000008297	0.9430377371799396		0	0	False	False	0.9991258978843689	0		MOBV			mobilizable	other	3432.0	99.94200000000001	100.0	0.5634751190671703	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0021_000000005587	3403	0.6235389413001386	4	2	1	2	1	True	127536	fragment	False	ENG0124_000000008297	0.9217416364094131		0	0	False	False	0.9955921173095703	0		MOBV			mobilizable	other	3403.0	99.912	100.0	0.5587124322548859	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0784_000000003731	3342	0.6235389413001386	3	2	1	2	1	True	127536	fragment	False	ENG0124_000000008297	0.8898724235957166		0	0	False	False	0.9994015693664551	0		MOBV			mobilizable	other	3342.0	99.97	100.0	0.5486943668911152	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0126_000000014693	3329	0.6235389413001386	4	2	1	2	1	True	127536	fragment	False	ENG0124_000000008297	0.8042878081861439		0	0	False	False	0.9855812788009644	0		MOBV			mobilizable	other	3289.0	99.818	99.0	0.539990146165216	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0395_000000011842	3249	0.6235389413001386	3	2	1	2	1	True	127536	fragment	False	ENG0124_000000008297	0.6502512683267632		0	0	False	False	0.9993844032287598	0		MOBV			mobilizable	other	3249.0	99.93799999999999	100.0	0.5334209229758581	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0018_000000009260	2267	0.6235389413001386	3	2	1	2	1	True	127530	fragment	False	ENG0041_000000010425	0.8611524528862559		0	0	False	False	0.9982355833053589	0					non-mobilizable	other	2267.0	99.779	100.0	0.37214649367712266	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0035_000000008528	2254	0.6235389413001386	3	2	1	2	1	True	127530	fragment	False	ENG0041_000000010425	0.8579649084418675		0	0	False	False	1.0	0					non-mobilizable	other	2254.0	99.911	100.0	0.3700114961405814	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0089_000000009414	2243	0.6235389413001386	3	2	1	2	1	True	127530	fragment	False	ENG0041_000000010425	0.8543506038244736		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	99.955	100.0	0.368204959763508	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0063_000000005732	4322	0.6235345306991902	5	4	4	4	4	False	47435	maximal	False	FIJ0115_000000005424	0.9791018230324589		0	0	False	False	1.0	0					non-mobilizable	other	4322.0	99.838	100.0	0.0008316306813020322	CP019219.1	enterobacteria	Klebsiella pneumoniae strain 1756, complete genome	False	False
ISR0037_000000012471	1842	0.6235269492939677	4	2	2	2	1	False	36693	fragment	False	ISR0037_000000012471	1.0		0	0	False	False	0.9766557812690735	0					non-mobilizable	no_good_hit								True	False
ISR0851_000000000879	14678	0.6235240280184778	17	7	5	7	4	True	57578	maximal	True	ISR0851_000000000879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	96.296	1.0	6.0080471963492594e-05	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	True
AST0108_000000010008	2685	0.6235212889287789	4	3	3	2	3	False	125534	fragment	False	FIJ0068_000000010349	0.5478490770552744		0	0	False	False	0.9985102415084839	0					non-mobilizable	other	2551.0	99.53	100.0	0.03171129046298484	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0091_000000010635	1178	0.6235180469719906	2	2	0	2	2	False	9481	fragment	False	MON0091_000000010635	1.0		0	0	False	False	0.9991511106491089	0					non-mobilizable	chromosome	1178.0	97.029	100.0	0.0002185232728213861	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	False	False
ISR0851_000000010778	1298	0.6235172822712108	2	1	1	1	1	False	20550	maximal	True	ISR0851_000000010778	1.0		126	12	False	False	0.9807395935058594	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	6.754582189358752e-05	NZ_CVRN01000006.1	firmicutes	Enterococcus massiliensis strain AM1, whole genome shotgun sequence	True	False
ISR0195_000000011518	1801	0.6235043719730385	2	1	1	1	1	True	29004	maximal	True	ISR0195_000000011518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	3.0	0.00012058798702473259	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
DEN0067_000000013733	2435	0.6235013343672828	3	2	2	2	2	False	110167	maximal	True	DEN0067_000000013733	1.0		44	8	False	False	0.9950718879699707	0					non-mobilizable	no_good_hit	873.0	76.17399999999999	36.0	0.003091680633313126	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	True	False
ISR0296_000000016217	1609	0.6234986420065903	3	2	2	2	2	False	25672	maximal	True	ISR0296_000000016217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	98.824	53.0	0.007392765712892496	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
ISR0101_000000013937	1698	0.623493849875561	2	2	1	2	1	False	33134	fragment	False	ISR0101_000000013937	1.0		0	0	False	False	0.9782096743583679	0					non-mobilizable	no_good_hit								True	False
SPA0057_000000009630	3188	0.6234861861681492	5	3	3	3	2	False	31251	fragment	False	SPA0057_000000009630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	95.427	23.0	0.0001053980905218108	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0222_000000009065	6865	0.6234792555771432	13	9	4	4	6	True	101515	fragment	False	ISR0222_000000009065	0.9453221833002587		0	0	False	False	0.9992716908454895	0					non-mobilizable	other	3281.0	98.75	97.0	0.0009805823762440765	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0198_000000005821	5957	0.6234791447040732	5	5	5	5	5	True	61179	maximal	True	ISR0198_000000005821	1.0		16	4	False	False	0.9998321533203125	0					non-mobilizable	chromosome	5957.0	100.0	100.0	0.00306356380530013	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
SPA0134_000000003552	8351	0.6234786410502898	11	11	4	8	11	True	84923	maximal	True	SPA0134_000000003552	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	5290.0	99.206	100.0	0.05227007688810705	CP018955.1	enterobacteria	Escherichia coli strain Ecol_316 plasmid pEC316_2, complete sequence	False	True
ISR0172_000000010399	1560	0.6234776147587395	3	1	1	1	1	False	87124	fragment	False	CHI0062_000000006256	0.22809687519728541		0	0	False	False	0.9993589520454407	0					non-mobilizable	other	1571.0	97.199	100.0	0.003958448893147093	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
FIJ0062_000000020714	1424	0.6234776147587395	2	1	1	1	1	False	87124	fragment	False	CHI0062_000000006256	0.13291276624609957		0	0	False	False	0.988061785697937	0					non-mobilizable	other	1435.0	97.7	100.0	0.0036155514094095105	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
CHI0141_000000013198	2092	0.623477550561833	3	3	3	3	2	False	80104	maximal	True	CHI0141_000000013198	1.0		2	2	False	False	0.9880496859550476	0					non-mobilizable	no_good_hit	1766.0	87.03299999999999	84.0	0.03261010542698857	NZ_JAAISM010000025.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_25_length_53971_cov_222.082, whole genome shotgun sequence	True	False
AST0102_000000004996	5591	0.6234752846554773	7	3	0	3	2	True	108361	fragment	False	AST0102_000000004996	0.99668995954395		0	0	False	False	0.9982113838195801	0					non-mobilizable	no_good_hit	169.0	92.899	3.0	0.00147582562280725	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0119_000000005988	5438	0.6234752846554773	7	3	0	3	2	True	108361	fragment	False	AST0102_000000004996	0.9830978358075478		0	0	False	False	0.9987127780914307	0					non-mobilizable	no_good_hit	152.0	88.15799999999999	3.0	0.000310512111035728	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	True	True
FIJ0037_000000015258	2022	0.6234722359495173	5	4	2	3	2	False	113659	maximal	True	FIJ0037_000000015258	1.0		1	1	False	False	0.9960435032844543	0					non-mobilizable	no_good_hit	1547.0	96.251	77.0	0.0004806468853770729	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0094_000000007234	2728	0.6234690417638259	4	1	1	1	1	False	43193	maximal	True	FIJ0094_000000007234	1.0		2	1	False	False	0.9996334314346313	0					non-mobilizable	no_good_hit								True	False
ISR0335_000000004985	3388	0.6234637866842799	5	5	5	5	5	False	117349	maximal	True	ISR0335_000000004985	1.0	PS787	1	1	False	True	0.9991145133972168	0					non-mobilizable	no_good_hit	1391.0	80.805	75.0	0.5032967032967033	NZ_WAJR01000050.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_050, whole genome shotgun sequence	True	True
ISR0186_000000019687	1613	0.6234504468726867	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.12301366699894692		0	0	False	False	1.0	0					non-mobilizable	chromosome	1615.0	83.59100000000001	99.0	0.0005601387554671913	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
TAN0009_000000009547	3570	0.6234499833205155	4	4	4	4	4	False	87340	maximal	True	TAN0009_000000009547	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2205.0	88.52600000000001	87.0	0.01027966671648483	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0095_000000015412	2008	0.6234447145900743	3	2	1	2	1	True	9318	fragment	False	MON0095_000000015412	1.0		0	0	False	False	0.9905378222465515	0					non-mobilizable	other	2011.0	92.79	100.0	0.009883211895469453	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
ENG0051_000000011478	2427	0.623441563445709	2	2	1	1	2	True	113706	maximal	True	ENG0051_000000011478	1.0		19	8	False	False	0.9995879530906677	0					non-mobilizable	no_good_hit	1310.0	79.695	54.0	0.029061998931052914	NZ_BFBT01000005.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0815_000000015805	1968	0.623441563445709	2	2	1	1	2	True	21460	fragment	False	ISR0815_000000015805	1.0		0	0	False	False	0.9994918704032898	0					non-mobilizable	no_good_hit	696.0	83.477	35.0	0.0052994211166254995	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	True	True
AST0055_000000022161	1628	0.623441563445709	2	2	1	1	2	True	113704	fragment	False	AST0055_000000022161	1.0		0	0	False	False	0.9926289916038513	0					non-mobilizable	no_good_hit	922.0	81.562	56.0	0.04657659488013003	NZ_LMUA01000043.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00043, whole genome shotgun sequence	True	True
SPA0040_000000011578	3367	0.6234314482312655	6	3	3	2	1	True	70745	fragment	False	SPA0040_000000011578	0.9667962423064465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	99.038	3.0	0.006026211092908964	MK231934.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_8_c1 sequence	True	True
ISR0221_000000005227	4328	0.6234255052123243	5	3	2	2	3	True	27972	maximal	True	ISR0221_000000005227	1.0		3	2	False	False	0.996996283531189	0					non-mobilizable	no_good_hit	2407.0	73.702	55.0	0.0005378008132399003	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0001_000000010806	1856	0.6234245701507496	3	3	3	2	2	False	52570	maximal	True	FIJ0001_000000010806	1.0		7	1	False	False	0.9994612336158752	0					non-mobilizable	plasmid	1857.0	97.954	100.0	0.004693251611561128	CP061360.1	enterobacteria	Klebsiella pneumoniae strain C20 plasmid pC20-394kb, complete sequence	False	True
ISR0162_000000007624	4817	0.6234236675591841	10	2	2	2	2	False	82086	maximal	True	ISR0162_000000007624	1.0		14	4	False	False	0.9968860149383545	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	9.108637981644793e-06	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
FIJ0031_000000002436	8303	0.6234224686989126	8	7	4	4	5	False	48628	maximal	True	FIJ0031_000000002436	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	4949.0	97.292	64.0	0.7401916741539383	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	True	True
ISR0034_000000018369	1182	0.6234221996323056	2	1	1	1	1	False	36827	maximal	True	ISR0034_000000018369	1.0		30	11	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	76.987	79.0	0.016303511920020507	NZ_RJQC01000006.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_6, whole genome shotgun sequence	True	False
FIJ0138_000000000106	48553	0.6234212188586564	84	20	11	18	10	False	128186	maximal	True	FIJ0138_000000000106	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1485.0	92.525	6.0	0.00042211015254560295	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0006_000000003160	5703	0.6234181615191977	8	5	5	4	4	False	81792	fragment	False	ISR0006_000000003160	0.9672829436287838		0	0	False	False	0.9949149489402771	0					non-mobilizable	no_good_hit	86.0	94.186	2.0	0.0004506056670289183	NZ_BAKJ01000004.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
MAD0012_000000005679	4681	0.6234180806951809	2	2	2	2	1	True	129410	fragment	False	MAD0012_000000005679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	81.962	32.0	0.0025029431014329715	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0055_000000007766	4203	0.6234180806951809	3	2	2	2	1	True	129408	fragment	False	MAD0070_000000003844	0.9626125633692301		0	0	False	False	0.9942898154258728	0					non-mobilizable	no_good_hit	1214.0	81.71300000000001	35.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0112_000000006677	4044	0.6234180806951809	2	2	2	2	1	True	129408	fragment	False	MAD0070_000000003844	0.6478705686414465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	81.631	37.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0086_000000011039	2806	0.6234180806951809	2	2	2	2	1	True	120837	fragment	False	MON0086_000000011039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	80.446	45.0	0.002045011155556764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0011_000000027067	1666	0.6234179294255657	3	3	3	3	1	False	50941	maximal	True	FIJ0011_000000027067	1.0		16	2	False	False	0.9957982897758484	0					non-mobilizable	chromosome	1659.0	99.63799999999999	99.0	0.0004673167198199506	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0296_000000005259	4577	0.6234141952184863	6	4	2	2	2	False	25698	maximal	True	ISR0296_000000005259	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0089_000000009866	2262	0.6234072365107705	2	2	2	2	2	False	131892	fragment	False	SPA0028_000000012892	0.9728243384121077		0	0	False	False	1.0	0					non-mobilizable	other	2268.0	98.369	100.0	0.018621193826339092	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
FIJ0167_000000016180	1316	0.623405867847572	3	2	1	1	2	True	64816	fragment	False	FIJ0167_000000016180	1.0		0	0	False	False	0.9992401003837585	0					non-mobilizable	other	1323.0	92.06299999999999	100.0	0.00032314447524696156	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
CHI0169_000000005540	2654	0.6234013625215716	3	3	3	3	1	True	78038	maximal	True	CHI0169_000000005540	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	91.304	6.0	1.667209735720287e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0056_000000014242	1559	0.6233989922493903	3	3	2	1	2	False	94571	fragment	False	ISR0056_000000014242	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1559.0	100.0	100.0	0.00032480379390844867	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
AST0149_000000006944	3942	0.6233981904748939	3	2	1	2	1	False	104555	maximal	True	AST0149_000000006944	1.0		22	6	False	False	1.0	0					non-mobilizable	other	3341.0	96.079	100.0	0.010082784008994714	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0007_000000019293	1319	0.6233969674903624	2	2	2	2	2	False	76242	fragment	False	DEN0007_000000019293	1.0		0	0	False	False	0.9984837174415588	0					non-mobilizable	no_good_hit	345.0	76.812	35.0	0.0005294012316363947	NZ_UICR01000003.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ISR0293_000000023503	1492	0.6233906377490056	2	2	2	2	1	False	121859	fragment	False	ISR0293_000000023503	1.0		0	0	False	False	0.997989296913147	0					non-mobilizable	chromosome	968.0	94.008	91.0	0.0003251499442768393	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0157_000000002312	4068	0.6233889828147255	6	4	2	3	3	True	78956	maximal	True	CHI0157_000000002312	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	79.965	55.0	0.0007265312142305213	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
DEN0054_000000000948	6820	0.6233851405647545	4	4	3	4	2	False	84751	maximal	True	DEN0054_000000000948	1.0		10	5	False	False	0.9991202354431152	0					non-mobilizable	no_good_hit	1436.0	75.279	21.0	0.03731265066554868	NZ_JAAISM010000045.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_45_length_38164_cov_183.101, whole genome shotgun sequence	True	False
FIJ0068_000000025626	1256	0.6233847332514375	3	3	3	2	2	False	45024	fragment	False	FIJ0068_000000025626	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1256.0	99.682	100.0	0.0002494924171203088	LR134080.1	enterobacteria	Escherichia coli strain NCTC9082 genome assembly, chromosome: 1	False	False
MAD0092_000000004088	4269	0.6233837130257789	5	3	3	3	3	False	77550	fragment	False	MAD0092_000000004088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	73.87	12.0	0.00017861920920989223	NC_004557.1	firmicutes	Clostridium tetani E88, complete sequence	True	False
SPA0020_000000014600	2191	0.6233814053822102	2	2	2	2	2	False	54642	fragment	False	SPA0020_000000014600	1.0		0	0	False	False	0.9968051314353943	0					non-mobilizable	no_good_hit	110.0	76.36399999999999	5.0	3.053286120588822e-05	CP016556.1	g-proteobacteria	Vibrio coralliilyticus strain 58 chromosome I, complete sequence	True	False
ISR0279_000000001658	9231	0.6233755975359381	13	3	2	3	3	False	106159	fragment	False	ISR0279_000000001658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	92.43700000000001	2.0	0.0005309782707353822	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0057_000000003938	1833	0.6233753680883559	3	1	1	1	1	False	88638	fragment	False	DEN0057_000000003938	1.0		0	0	False	False	0.9978178143501282	0					non-mobilizable	no_good_hit	188.0	79.78699999999999	10.0	4.948060238712812e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0153_000000013328	2247	0.6233729493300438	2	2	2	2	2	False	71523	fragment	False	ENG0153_000000013328	0.9842896879995544		0	0	False	False	0.9937694668769836	0					non-mobilizable	no_good_hit	984.0	73.984	43.0	0.0007465350782429166	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0332_000000003213	3913	0.6233718025833973	5	3	3	2	2	False	127789	fragment	False	AST0029_000000007310	0.27433882369828116		0	0	False	False	1.0	0					non-mobilizable	other	3225.0	98.915	91.0	0.06163466687064943	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0119_000000009838	3330	0.6233718025833973	6	3	3	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.7801379365522004		0	0	False	False	0.9957957863807678	0					non-mobilizable	other	3155.0	99.429	95.0	0.06029602998546623	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0045_000000006090	5381	0.6233691628931942	6	6	6	6	5	False	102434	fragment	False	DEN0045_000000006090	0.9978441883296332		0	0	False	True	0.9998141527175903	0					non-mobilizable	chromosome	2397.0	100.0	100.0	0.0004373368884904102	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
FIJ0057_000000031108	1154	0.6233679736874538	3	1	1	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.9895867758862411		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	76.678	100.0	0.00030143549987208997	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0009_000000040007	1130	0.6233679736874538	2	1	1	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.9812390051730602		0	0	False	False	0.991150438785553	0					non-mobilizable	chromosome	1138.0	76.362	100.0	0.0002947665728837694	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0135_000000025344	1119	0.6233679736874538	2	1	1	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.973362359826265		0	0	False	False	0.9973190426826477	0					non-mobilizable	chromosome	1127.0	76.131	100.0	0.00029183224500890835	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0069_000000010533	2663	0.6233664113734879	3	3	2	3	3	False	87225	maximal	True	DEN0069_000000010533	1.0		1	1	False	False	0.994742751121521	0					non-mobilizable	no_good_hit	1513.0	94.646	57.0	0.011548544394255535	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0065_000000007180	2452	0.6233645886617756	4	4	3	4	3	False	119404	maximal	False	AST0026_000000011242	0.9576112529785893		0	0	False	False	0.9983686804771423	0					non-mobilizable	other	2452.0	98.81700000000001	100.0	0.04699273347776904	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0293_000000019747	1790	0.6233528517231026	5	2	1	2	2	False	41934	maximal	True	ISR0293_000000019747	1.0		80	9	False	False	0.9972066879272461	0					non-mobilizable	no_good_hit	158.0	78.48100000000001	8.0	4.339208042461754e-05	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0043_000000026701	1302	0.6233516904586027	3	3	3	3	2	False	64565	fragment	False	ENG0043_000000026701	0.9581049334377447		0	0	False	False	0.9915514588356018	0					non-mobilizable	no_good_hit	64.0	84.375	5.0	1.0428032670529784e-05	CP018043.1	high GC Gram+	Mycobacterium sp. WY10, complete genome	True	False
SPA0042_000000015040	2184	0.6233474292085862	3	3	3	3	3	False	6852	maximal	True	SPA0042_000000015040	1.0		48	6	False	False	0.9995421171188354	0					non-mobilizable	other	793.0	92.686	97.0	0.00777316491476018	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
ISR0338_000000004334	5048	0.6233455038956456	5	5	5	4	4	False	55661	maximal	True	ISR0338_000000004334	1.0		715	13	False	False	1.0	0					non-mobilizable	other	5051.0	98.436	100.0	0.06642105263157895	NZ_JAAIUL010000018.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_18_length_76000_cov_381.411, whole genome shotgun sequence	False	False
FIJ0164_000000016815	1344	0.6233441640560371	4	3	1	3	2	False	45782	fragment	False	FIJ0061_000000020770	0.9263196480938416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0041_000000001534	14698	0.6233414255514489	14	10	5	10	5	True	64771	maximal	True	ENG0041_000000001534	1.0		4	4	False	False	0.9980949759483337	0					non-mobilizable	other	4723.0	88.48200000000001	99.0	0.10354450963588019	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
FIJ0043_000000002544	9268	0.623328972900418	10	9	7	9	8	True	47255	maximal	True	FIJ0043_000000002544	1.0		1	1	False	False	0.9998921155929565	0					non-mobilizable	no_good_hit	2635.0	99.848	37.0	0.0004552555834919555	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	True
SPA0127_000000006498	4498	0.6233238052783859	1	1	1	1	1	False	113695	fragment	False	SPA0127_000000006498	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4499.0	95.666	100.0	0.01451886289892973	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
FIJ0039_000000018692	1228	0.6233228721558712	3	3	3	3	1	False	47541	maximal	True	FIJ0039_000000018692	1.0		54	12	False	False	0.9918566942214966	0					non-mobilizable	no_good_hit	1078.0	99.165	88.0	0.007652082474812783	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
MAD0097_000000012569	3181	0.6233210143411908	4	4	3	3	3	False	15429	maximal	True	MAD0097_000000012569	1.0		147	8	False	False	0.9987425208091736	0					non-mobilizable	other	3181.0	98.931	100.0	0.0014060431557975405	AP018131.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: JCM 7004	False	False
DEN0069_000000016067	1699	0.6233168289158042	2	2	2	1	1	False	70707	fragment	False	DEN0069_000000016067	0.9977578475336323		0	0	False	False	0.9911713004112244	0					non-mobilizable	chromosome	1695.0	99.587	99.0	0.00038545805417222485	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MON0079_000000015584	1462	0.6233127389805236	2	2	2	2	1	False	10088	maximal	True	MON0079_000000015584	1.0		188	12	False	False	0.9911080598831177	0					non-mobilizable	chromosome	1462.0	100.0	100.0	0.00028155893070817373	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
AUS0018_000000004806	5481	0.6233090992686765	5	5	3	5	5	False	112302	maximal	False	FIJ0157_000000003433	0.8241134835371822		0	0	False	False	1.0	0					non-mobilizable	other	2358.0	98.431	96.0	0.0005751873588234991	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0024_000000003652	7046	0.6233080026847234	6	4	3	4	2	False	66247	maximal	True	ENG0024_000000003652	1.0		3	2	False	False	0.9951745867729187	0					non-mobilizable	no_good_hit	4917.0	99.898	70.0	0.0019921400430684792	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	True	False
ISR0152_000000007370	3240	0.6233054911620982	3	2	2	2	2	False	54797	maximal	True	ISR0152_000000007370	1.0		104	9	False	False	0.9981481432914734	0					non-mobilizable	no_good_hit	121.0	77.686	4.0	0.00015235714580837088	NZ_FOTR01000001.1	firmicutes	Gracilibacillus orientalis strain CGMCC 1.4250, whole genome shotgun sequence	True	False
ISR0204_000000007052	1672	0.6232986595983891	3	3	3	3	2	False	36586	maximal	False	SPA0053_000000018159	0.9473972602739726		0	0	False	False	0.9970095753669739	0					non-mobilizable	no_good_hit	397.0	75.567	24.0	0.007743427888102566	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	True	False
FIJ0043_000000018730	1549	0.6232938266507212	1	1	1	1	1	False	83416	fragment	False	MON0011_000000030282	0.9840521810297789		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	98.64399999999999	100.0	0.0016984858459512836	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0305_000000007536	2331	0.6232909142119445	2	2	2	2	2	False	72296	fragment	False	DEN0052_000000018588	0.9791268859724759		0	0	False	False	0.9991419911384583	0					non-mobilizable	no_good_hit	1678.0	82.837	71.0	0.00037121540552834993	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0311_000000011731	1860	0.6232905983278486	4	4	2	4	1	True	25295	maximal	True	ISR0311_000000011731	1.0		0	0	False	False	0.9688172340393066	0					non-mobilizable	no_good_hit	770.0	90.90899999999999	45.0	0.06042759177087535	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0090_000000000823	24193	0.6232883429577843	45	26	8	14	22	False	109966	maximal	True	AST0090_000000000823	1.0		1	1	False	False	0.9987186193466187	0					non-mobilizable	no_good_hit	2099.0	79.562	39.0	0.0006200389781494557	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0282_000000003772	5119	0.6232804683270593	7	5	5	5	5	False	121398	maximal	True	ISR0282_000000003772	1.0		8	3	False	False	1.0	0					non-mobilizable	chromosome	2994.0	97.695	100.0	0.0009433864136596553	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0219_000000006760	4634	0.6232775397730168	5	3	3	3	3	False	112352	maximal	True	ISR0219_000000006760	1.0		67	6	False	False	1.0	0					non-mobilizable	no_good_hit	1582.0	96.523	72.0	0.00042720957252274553	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0049_000000012304	1344	0.6232725585207957	2	2	2	1	1	False	86761	maximal	True	CHI0049_000000012304	1.0		3	2	False	False	0.9791666865348816	0					non-mobilizable	no_good_hit	369.0	97.29	27.0	0.003829862520424199	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	True	False
AST0039_000000013129	1201	0.623271765551719	2	1	1	1	1	False	116455	maximal	True	AST0039_000000013129	1.0		5	3	False	False	0.9950041770935059	0					non-mobilizable	other	1201.0	99.667	100.0	0.036401140569071164	NZ_JAAISM010000051.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_51_length_32966_cov_195.504, whole genome shotgun sequence	False	False
USA0135_01_000000005233	2873	0.6232678471766689	5	3	3	2	1	False	119069	fragment	False	ISR0023_000000008534	0.8198681004419156		0	0	False	False	0.9993038773536682	0					non-mobilizable	no_good_hit	447.0	79.866	15.0	0.00014085310568205295	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0132_000000031652	1308	0.6232655763098942	2	2	2	1	1	False	3716	backbone	True	SPA0132_000000031652	1.0	PS11	2	2	True	True	1.0	17					non-mobilizable	other	1038.0	99.037	100.0	0.672939649578196	NZ_JAAITU010000118.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_118_length_1541_cov_413.063, whole genome shotgun sequence	False	True
ISR0193_000000006976	3900	0.6232653683641168	8	6	5	5	3	False	90927	maximal	True	ISR0193_000000006976	1.0		0	0	False	False	0.9997435808181763	0					non-mobilizable	no_good_hit	353.0	92.91799999999999	9.0	0.00010533620653796697	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0119_000000011176	2942	0.6232471231631623	6	5	4	2	3	True	129446	fragment	False	ISR0232_000000006817	0.4531065758404957		0	0	False	False	0.9935418367385864	0					non-mobilizable	other	2942.0	99.932	100.0	0.0009417205917245782	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0843_000000004912	3316	0.6232460633660895	4	3	3	3	3	False	116783	fragment	False	ISR0843_000000004912	1.0		0	0	False	False	0.9975874423980713	0					non-mobilizable	other	3316.0	99.24600000000001	100.0	0.030388867499037457	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0049_000000006080	2798	0.6232384267433051	3	3	3	3	2	False	49207	fragment	False	FIJ0049_000000006080	1.0		0	0	False	False	0.998212993144989	0					non-mobilizable	chromosome	2789.0	92.542	99.0	0.0007789079671117796	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0114_000000036800	1278	0.6232351096315526	2	2	2	2	2	False	4418	maximal	True	SPA0114_000000036800	1.0		6	5	False	False	0.9882628917694092	0					non-mobilizable	no_good_hit	459.0	74.946	35.0	0.004393570384802727	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
CHI0143_000000009182	2101	0.6232345534304773	3	1	1	1	1	True	79928	maximal	True	CHI0143_000000009182	1.0		1	1	False	False	0.9952403903007507	0					non-mobilizable	other	2102.0	94.814	100.0	0.0009401694095736107	CP003861.1	firmicutes	Streptococcus anginosus C238, complete genome	False	True
ISR0228_000000006002	4057	0.6232320547354407	7	4	4	4	4	False	121376	maximal	True	ISR0228_000000006002	1.0		13	3	False	False	1.0	0					non-mobilizable	chromosome	3662.0	98.99	100.0	0.0011539384097587699	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0093_000000009924	3041	0.6232304569361882	3	3	2	3	3	False	80248	maximal	True	MAD0093_000000009924	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	88.845	35.0	0.0002373856794407212	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
AST0118_000000013099	2330	0.6232092608933547	3	2	2	2	2	False	105911	fragment	False	AST0118_000000013099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	82.69200000000001	7.0	0.0008520322651165658	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	False
ISR0359_000000012271	2157	0.6232092608933547	2	2	2	2	2	False	58174	fragment	False	ISR0359_000000012271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	92.771	4.0	0.030438010393466965	NZ_CYXX01000064.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0077_000000004543	5898	0.6232015472895696	9	4	1	3	2	True	34536	maximal	True	ISR0077_000000004543	1.0		37	9	False	False	0.9938962459564209	0					non-mobilizable	no_good_hit	46.0	89.13	1.0	0.0011149100639215104	NZ_JAAIWN010000034.1	firmicutes	Bacillus aquiflavi strain 3H-10 NODE_34_length_40362_cov_0.305318, whole genome shotgun sequence	True	True
SPA0035_000000012815	1586	0.6232000242967081	3	3	3	3	2	False	7118	maximal	True	SPA0035_000000012815	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1171.0	76.43	79.0	0.00032213765176752066	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0085_000000016330	1908	0.6231862940956978	2	1	1	1	1	True	43937	maximal	True	FIJ0085_000000016330	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	98.571	4.0	0.0011871376219396797	NZ_JABAFG010000018.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_18, whole genome shotgun sequence	True	True
ISR0345_000000004520	2314	0.6231821364872109	3	3	2	2	3	False	24217	fragment	False	ISR0345_000000004520	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2314.0	99.265	100.0	0.00569618850369772	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	False	False
ISR0222_000000020684	2491	0.6231711167852169	2	1	1	1	1	False	27888	fragment	False	ISR0222_000000020684	1.0		0	0	False	False	0.9995985627174377	0					non-mobilizable	no_good_hit	179.0	77.095	7.0	0.0003260762411750878	NZ_CCEZ01000043.1	firmicutes	Anaerosalibacter massiliensis, whole genome shotgun sequence	True	False
ISR0064_000000005501	3417	0.6231619141004937	3	3	3	3	3	False	35251	fragment	False	ISR0064_000000005501	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3420.0	99.444	100.0	0.0006077694948420475	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0162_000000016000	1527	0.6231599253712726	3	1	1	1	1	True	56349	fragment	False	ENG0162_000000016000	1.0		0	0	False	False	0.9973804950714111	0					non-mobilizable	other	1509.0	99.271	99.0	0.0020883158176074937	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
ISR0258_000000004446	3990	0.623153848962445	5	4	3	4	3	False	26794	maximal	True	ISR0258_000000004446	1.0		320	14	False	False	0.9992481470108032	0					non-mobilizable	no_good_hit	2436.0	99.67200000000001	68.0	0.03772122865201624	NZ_VZBY01000067.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_18_length_64526_cov_24.3876_ID_35, whole genome shotgun sequence	True	False
SPA0101_000000017809	2445	0.6231508682755142	3	3	3	3	2	False	126778	maximal	True	SPA0101_000000017809	0.97893850042123	PS22	11	5	False	True	1.0	0					non-mobilizable	no_good_hit	682.0	78.592	46.0	0.001079537094493881	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	True
SPA0038_000000016260	1640	0.6231487966936706	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.07295959176142017		0	0	False	False	1.0	0					non-mobilizable	other	1640.0	99.024	100.0	0.005632012095596447	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
TAN0019_000000004599	1635	0.6231470023292915	2	2	2	2	2	False	2413	maximal	True	TAN0019_000000004599	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.00025318957105981447	NZ_LQZT01000003.1	a-proteobacteria	Hoeflea olei strain JC234 contig_11, whole genome shotgun sequence	True	False
ISR0812_000000024848	1596	0.6231459708552081	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.39156884584215684		0	0	False	False	0.9912280440330505	0					non-mobilizable	chromosome	1521.0	96.12100000000001	100.0	0.00047910035040517074	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0393_000000011655	1542	0.6231459708552081	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.35228471775069087		0	0	False	False	0.9773021936416626	0					non-mobilizable	other	1477.0	100.0	100.0	0.0004738685265257218	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0134_000000017181	1514	0.6231459708552081	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.3372100690680799		0	0	False	False	0.9887714385986328	0					non-mobilizable	other	1462.0	99.65799999999999	100.0	0.0004690527894675336	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0268_000000013368	1511	0.6231459708552081	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.3379225097302668		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	99.37700000000001	100.0	0.00046327390499770774	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0845_000000002843	3582	0.6231444647345779	6	3	1	3	2	True	46764	fragment	False	FIJ0051_000000006157	0.9548327181857854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	86.20700000000001	2.0	0.1308980213089802	EU067390.1	bacteria	Uncultured bacterium clone HA0AAA15ZD04RM1 genomic sequence	True	True
ENG0185_000000009098	2308	0.6231381291441502	2	2	2	2	2	False	55054	maximal	True	ENG0185_000000009098	1.0		20	6	False	False	0.995233952999115	0					non-mobilizable	no_good_hit	224.0	88.839	10.0	0.004078124428513953	NZ_QIML01000012.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_12, whole genome shotgun sequence	True	False
MON0041_000000028027	2253	0.6231352582158011	3	3	3	3	3	False	107567	fragment	False	ENG0020_000000007696	0.7523512243838839		0	0	False	False	0.9897913932800293	0					non-mobilizable	chromosome	2253.0	99.645	100.0	0.0007258608558260486	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0135_000000002198	7829	0.6231316741138502	5	4	3	4	4	False	130373	maximal	True	ENG0135_000000002198	0.9933244489367089	PS1101	200	11	False	True	1.0	0					non-mobilizable	other	5726.0	99.476	100.0	0.00110881085313747	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0081_000000008345	3925	0.6231302815351035	6	5	3	5	2	True	44278	maximal	True	FIJ0081_000000008345	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	93.287	15.0	0.028382676780034255	NZ_VULP01000041.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq41, whole genome shotgun sequence	True	True
ENG0145_000000013397	2328	0.6231291165162158	5	5	2	5	1	False	69239	maximal	True	ENG0145_000000013397	1.0		15	6	False	False	0.9991409182548523	0					non-mobilizable	other	1133.0	89.056	99.0	0.0009821658893002308	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	False	False
SPA0128_000000006793	5422	0.6231254552107622	7	6	2	2	5	False	77348	maximal	True	SPA0128_000000006793	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2270.0	89.471	41.0	0.04917096738772373	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
CHI0001_000000001830	4534	0.623124950196204	5	5	5	4	4	False	99194	fragment	False	ISR0262_000000003358	0.9913694361886422		0	0	False	False	1.0	0					non-mobilizable	other	2227.0	98.698	100.0	0.001006815575821584	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0280_000000003418	3049	0.6231237805930301	3	2	2	2	2	True	81459	maximal	True	ISR0280_000000003418	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	99.34200000000001	35.0	0.001460921383738557	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
FIJ0107_000000016966	1504	0.6231219288121509	3	3	2	3	2	False	42266	maximal	True	FIJ0107_000000016966	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	73.631	32.0	0.011572302983932671	NZ_AAXG02000055.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont43.1, whole genome shotgun sequence	True	False
FIJ0111_000000014031	1476	0.6231200103071762	2	2	2	2	2	False	42569	fragment	False	FIJ0103_000000014936	0.9613590939373751		0	0	False	False	1.0	0					non-mobilizable	other	1476.0	98.44200000000001	100.0	0.001335641535269483	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0087_000000027781	1830	0.6231199090266948	3	3	3	3	1	False	35626	maximal	True	MON0087_000000027781	1.0		39	8	False	False	0.9994535446166992	0					non-mobilizable	chromosome	1114.0	98.564	100.0	0.00038760068206566067	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0127_000000003501	7992	0.623119338788512	7	5	4	4	2	True	49119	maximal	True	SPA0127_000000003501	1.0		1	1	False	False	0.9992492198944092	0					non-mobilizable	no_good_hit	2728.0	86.95	35.0	0.06301858804987716	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ENG0030_000000012731	1521	0.6231192166204929	2	2	1	2	1	False	65735	fragment	False	ENG0030_000000012731	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	97.49799999999999	99.0	0.008743534507585794	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0095_000000018200	1711	0.6231187689765861	3	3	3	3	3	False	9311	maximal	True	MON0095_000000018200	1.0		0	0	False	False	0.9532437324523926	0					non-mobilizable	plasmid	1111.0	99.01	95.0	0.0037777460129464376	CP011417.1	enterobacteria	Escherichia coli strain CFSAN029787 plasmid pCFSAN029787_01, complete sequence	False	True
MAD0024_000000002427	4177	0.6231183952008187	4	4	3	2	2	True	109912	maximal	True	MAD0024_000000002427	1.0		185	13	False	False	1.0	0					non-mobilizable	other	4183.0	92.18299999999999	100.0	0.02247021727666993	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	False	True
FIJ0047_000000004601	6132	0.6231181429244895	5	4	4	4	4	False	50638	maximal	True	FIJ0047_000000004601	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	77.764	13.0	0.00015476728253414635	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
DEN0081_000000000943	5349	0.6231160867833284	7	4	2	4	4	False	118597	maximal	True	DEN0081_000000000943	1.0		13	5	False	False	0.999626100063324	0					non-mobilizable	no_good_hit	1529.0	93.656	64.0	0.0002451578906782166	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
MON0007_000000029561	2105	0.6231147660048064	3	3	3	3	3	False	13962	fragment	False	MON0007_000000029561	1.0		0	0	False	False	0.9876484274864197	0					non-mobilizable	no_good_hit	1190.0	74.03399999999999	56.0	0.00032908843907535984	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0040_000000000278	28266	0.6231145316840868	42	23	11	16	17	True	72503	maximal	False	MON0047_000000000583	0.999752343888201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	75.694	1.0	0.00011820950328953573	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0047_000000000583	28265	0.6231145316840868	42	23	11	16	17	True	72503	maximal	True	MON0047_000000000583	0.9997523526498266		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	75.694	1.0	0.00011820950328953573	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
USA0116_01_000000018059	1353	0.6231136350503442	3	1	1	1	1	False	4672	maximal	True	USA0116_01_000000018059	1.0		0	0	False	False	0.9963045120239258	0					non-mobilizable	no_good_hit	964.0	99.689	83.0	0.00025219472260937475	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
SPA0073_000000008536	1248	0.6231136350503442	1	1	1	1	1	False	5835	fragment	False	SPA0073_000000008536	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1073.0	99.90700000000001	96.0	0.00028074012734916894	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
SPA0052_000000022921	1168	0.6231136350503442	1	1	1	1	1	False	6504	fragment	False	SPA0052_000000022921	1.0		0	0	False	False	0.9965753555297852	0					non-mobilizable	chromosome	963.0	99.896	100.0	0.000241381525330507	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0158_000000008139	2320	0.623112980253883	6	4	3	4	3	False	81256	fragment	False	ISR0158_000000008139	0.9784575613959501		0	0	False	False	0.9862068891525269	0					non-mobilizable	no_good_hit	1765.0	98.584	76.0	0.03229351748392651	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0119_01_000000015330	1606	0.6231108435285685	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.49603498817367053		0	0	False	False	0.9894146919250488	0					non-mobilizable	other	1580.0	93.671	98.0	0.0025131962750442	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
AST0148_000000004028	7923	0.6231096462030754	7	4	3	4	1	True	105202	fragment	False	AST0148_000000004028	1.0		0	0	False	False	0.9982330203056335	0					non-mobilizable	no_good_hit	62.0	85.484	1.0	0.00013496339118014238	NZ_SGXF01000002.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_102, whole genome shotgun sequence	True	True
CAN0011_000000024047	1258	0.6231002827279621	1	1	1	1	1	False	94371	maximal	True	CAN0011_000000024047	1.0		0	0	False	False	0.975357711315155	0					non-mobilizable	no_good_hit	865.0	94.45100000000001	87.0	0.0002328021784443569	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0024_000000001324	16370	0.623098877517988	13	12	8	11	9	False	119755	maximal	True	ENG0024_000000001324	1.0		7	3	False	False	1.0	0					non-mobilizable	other	9378.0	89.34700000000001	93.0	0.001494801977074485	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0211_000000012954	1751	0.6230923249875887	2	2	2	2	1	False	101388	fragment	False	CAN0003_000000019018	0.2779551434176017		0	0	False	False	0.9977155923843384	0					non-mobilizable	other	1758.0	99.147	100.0	0.006007351055645782	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0840_000000002283	5462	0.6230900746329808	13	2	1	2	0	False	20805	maximal	True	ISR0840_000000002283	1.0		1	1	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
MON0107_000000046411	1329	0.623085849647081	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.29025611609799196		0	0	False	False	0.9969902038574219	0					non-mobilizable	other	1334.0	85.45700000000001	99.0	0.0031599899267754058	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ENG0209_000000005078	3702	0.6230832999206457	5	4	4	4	3	False	110758	maximal	True	ENG0209_000000005078	1.0		2	2	False	False	0.9997298717498779	0					non-mobilizable	no_good_hit	1706.0	91.559	64.0	0.0003224319184336864	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ISR0162_000000003709	8600	0.6230813321124089	10	7	4	7	3	True	54403	fragment	False	ISR0162_000000003709	1.0		0	0	False	False	0.9994186162948608	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	0.0013626136831764743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
SPA0046_000000020601	1592	0.6230733357009116	2	2	2	2	2	False	6715	maximal	True	SPA0046_000000020601	1.0		26	6	False	False	0.9987437129020691	0					non-mobilizable	no_good_hit								True	False
FIJ0117_000000001161	16162	0.6230733055125398	24	8	5	7	3	False	71575	fragment	False	FIJ0117_000000001161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	93.46	62.0	0.03159890830468224	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0203_000000007403	2298	0.6230720530679165	3	3	3	3	3	False	95004	fragment	False	ISR0203_000000007403	0.9982763942821103		0	0	False	False	0.9926022887229919	0					non-mobilizable	chromosome	1723.0	81.95	95.0	0.0003816753120390408	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0078_000000002509	9884	0.6230607611888693	14	10	6	6	9	True	124108	maximal	True	ENG0078_000000002509	1.0		0	0	False	False	0.9981788992881775	0					non-mobilizable	no_good_hit	7615.0	95.824	77.0	0.0021364050502569475	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
USA0134_01_000000002997	1379	0.623060361547689	2	2	2	1	1	False	93380	fragment	False	USA0134_01_000000002997	1.0		0	0	False	False	0.9905728697776794	0					non-mobilizable	chromosome	1379.0	99.78200000000001	100.0	0.00038533479525663494	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0371_000000001126	9426	0.623055024446763	15	4	1	3	3	False	91530	fragment	False	ISR0371_000000001126	1.0		0	0	False	False	0.9994695782661438	0					non-mobilizable	no_good_hit	1085.0	78.525	11.0	0.00030047042226924594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0055_000000012133	1906	0.6230547471648631	3	2	2	1	1	True	98368	maximal	True	MON0055_000000012133	1.0		9	5	False	False	0.9947534203529358	0					non-mobilizable	no_good_hit	1135.0	88.37	59.0	0.009773992680346209	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0011_000000008015	3253	0.6230478185328477	4	4	4	4	4	False	67208	maximal	True	ENG0011_000000008015	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1506.0	94.821	94.0	0.0008100797450920286	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ENG0198_000000011777	1694	0.6230435703335839	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.03889761827198747		0	0	False	False	1.0	0					non-mobilizable	chromosome	1561.0	93.01700000000001	100.0	0.0004727143171188381	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
ENG0069_000000012106	1523	0.6230435703335839	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.03642585674992426		0	0	False	False	1.0	0					non-mobilizable	other	1523.0	100.0	100.0	0.016201830955929315	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0174_000000009219	2046	0.6230403040621307	3	3	3	3	2	False	55653	fragment	False	ENG0174_000000009219	0.9855818743563337		0	0	False	False	0.9892473220825195	0					non-mobilizable	no_good_hit	119.0	76.471	6.0	0.0036445458578944034	NZ_MCGG01000026.1	a-proteobacteria	Magnetovibrio blakemorei strain MV-1 Q32, whole genome shotgun sequence	True	False
MON0026_000000043118	1239	0.6230324304575879	2	2	2	1	1	False	12693	fragment	False	MON0026_000000043118	1.0		0	0	False	False	0.9927361011505127	0					non-mobilizable	no_good_hit	512.0	74.414	40.0	0.01231193518997316	NZ_PNRF01000022.1	g-proteobacteria	Halomonas endophytica strain MC28 519, whole genome shotgun sequence	True	False
DEN0005_000000035109	1132	0.6230276522437028	2	1	1	1	1	False	76395	fragment	False	DEN0005_000000035109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0053_000000004448	1950	0.6230258018894391	3	2	2	2	2	False	114098	maximal	True	AST0053_000000004448	1.0		4	3	False	False	0.9979487061500549	0					non-mobilizable	chromosome	1950.0	100.0	100.0	0.0006986136336834287	LR607382.1	firmicutes	Enterococcus faecium strain 4928STDY7387800 genome assembly, chromosome: 1	False	False
SPA0051_000000018193	1332	0.6230172439821747	2	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.2566350235634921		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	98.649	100.0	0.11125041792042795	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
ENG0002_000000017051	1402	0.6230154648587778	2	1	1	1	1	False	67968	maximal	True	ENG0002_000000017051	1.0		43	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0847_000000015886	1809	0.6230116757018113	2	2	2	1	1	False	76834	maximal	True	ISR0847_000000015886	1.0		10	3	False	False	0.9966832399368286	0					non-mobilizable	no_good_hit	1507.0	100.0	83.0	0.00030409971239759605	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
USA0027_01_000000007649	3571	0.6230098554335227	5	5	5	5	5	False	1591	maximal	True	USA0027_01_000000007649	1.0		38	7	False	False	0.9977597594261169	0					non-mobilizable	no_good_hit	646.0	70.433	18.0	0.0033003300330033004	NZ_JAAVNF010000010.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_12_length_192901_cov_31.671904, whole genome shotgun sequence	True	False
FIJ0034_000000004878	5943	0.623009693086807	7	5	4	4	4	False	51731	fragment	False	FIJ0034_000000004878	0.9944737289576603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	87.17399999999999	37.0	0.00047936247192048294	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0046_000000020859	1575	0.6230073695472538	2	2	2	2	1	False	6713	maximal	True	SPA0046_000000020859	1.0		52	9	False	False	0.9777777791023254	0					non-mobilizable	no_good_hit	255.0	78.431	16.0	0.0006862203148444159	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
ISR0066_000000006891	4637	0.6230062039688007	4	4	3	4	4	False	35148	maximal	True	ISR0066_000000006891	1.0		1	1	False	False	0.9997843503952026	0					non-mobilizable	no_good_hit	2911.0	93.885	75.0	0.0008755431122185534	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0058_000000007980	1811	0.6230052775066314	2	2	2	2	1	False	113081	maximal	True	AST0058_000000007980	1.0		18	5	False	False	0.9900607466697693	0					non-mobilizable	no_good_hit	947.0	96.515	52.0	0.017300330768944883	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	True	False
USA0040_01_000000007738	1991	0.6230044866946353	3	3	2	1	2	False	34987	maximal	True	USA0040_01_000000007738	1.0		239	12	False	False	0.9929683804512024	0					non-mobilizable	chromosome	1346.0	89.45	93.0	0.0003974559266690854	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0294_000000008975	2146	0.6230021334331555	5	3	1	2	3	False	43649	fragment	False	ISR0294_000000008975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1576.0	97.208	73.0	0.016702150308707687	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0074_000000025809	1180	0.6230013417278054	2	2	2	2	2	False	34662	maximal	True	ISR0074_000000025809	1.0		12	5	False	False	1.0	0					non-mobilizable	chromosome	1179.0	98.38799999999999	99.0	0.00046593898967972825	LR135169.1	firmicutes	Enterococcus faecium isolate E2079 genome assembly, chromosome: 1	False	False
FIJ0153_000000021560	1172	0.6229965265036917	2	2	0	2	0	True	40860	fragment	False	ISR0113_000000013175	0.6385407964355333		0	0	False	False	0.9991467595100403	0					non-mobilizable	no_good_hit	595.0	71.597	50.0	0.00015435535864217773	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0834_000000016090	1151	0.6229965265036917	2	2	0	2	0	True	20958	fragment	False	ISR0834_000000016090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0031_000000018026	1222	0.6229931626028052	1	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.12576439620500612		0	0	False	False	0.9844517111778259	0					non-mobilizable	chromosome	1224.0	85.131	99.0	0.0004295595014276745	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ENG0018_000000003042	7219	0.6229875505715824	9	7	6	7	4	True	121762	fragment	False	ENG0018_000000003042	1.0		0	0	False	False	0.999445915222168	0					non-mobilizable	no_good_hit	132.0	75.0	2.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
AST0097_000000017324	1193	0.6229835863647231	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.0866424936429715		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	91.792	100.0	0.004575271272900346	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0372_000000012350	1429	0.6229827817978679	4	3	1	2	3	False	86315	fragment	False	SPA0014_000000014948	0.6408661598709974		0	0	False	False	0.9461161494255066	0					non-mobilizable	chromosome	1429.0	97.551	100.0	0.0003826801330054647	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0016_000000027934	1221	0.6229827817978679	4	3	1	2	3	False	68871	fragment	False	ISR0829_000000012462	0.777234743085318		0	0	False	False	1.0	0					non-mobilizable	chromosome	1221.0	98.60799999999999	100.0	0.00032693960943043905	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0118_000000008918	1187	0.6229827817978679	3	3	1	2	3	False	68871	fragment	False	ISR0829_000000012462	0.6765887035945286		0	0	False	False	0.9957876801490784	0					non-mobilizable	other	1183.0	99.40799999999999	99.0	0.017067606203251796	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0108_000000023379	1175	0.6229827817978679	3	3	1	2	3	False	68871	fragment	False	ISR0829_000000012462	0.5923493020208962		0	0	False	False	0.9982978701591492	0					non-mobilizable	other	1100.0	72.0	92.0	0.0003741662034463591	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0013_000000011996	2119	0.6229795100635326	1	1	1	1	1	False	71865	fragment	False	ISR0013_000000011996	0.9983380816714149		0	0	False	False	0.9957526922225952	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000014056	1314	0.6229785527108102	2	1	1	1	1	False	872	fragment	False	USA0062_01_000000014056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0096_000000004033	6434	0.6229713116297879	6	3	2	2	1	True	33364	fragment	False	ISR0096_000000004033	1.0		0	0	False	False	0.9965806603431702	0					non-mobilizable	no_good_hit	174.0	78.161	3.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
ENG0131_000000007408	3697	0.6229710687288631	7	6	4	5	4	True	69556	fragment	False	ENG0131_000000007408	1.0		0	0	False	False	0.9991885423660278	0					non-mobilizable	no_good_hit	992.0	83.165	32.0	0.10596241088788075	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
DEN0083_000000006034	4368	0.6229676834292909	9	9	3	5	7	True	69134	fragment	False	DEN0083_000000006034	1.0		0	0	False	False	0.9997710585594177	0					non-mobilizable	plasmid	4368.0	99.88600000000001	100.0	0.13218912701295557	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0159_000000008287	2850	0.6229668452177958	4	2	2	1	1	True	118204	fragment	False	CHI0040_000000005546	0.5557954355160009		0	0	False	False	0.9961403608322144	0					non-mobilizable	other	2513.0	97.413	100.0	0.05174476159049662	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0353_000000014111	2616	0.6229668452177958	3	2	2	1	1	True	118204	fragment	False	CHI0040_000000005546	0.46076936149347425		0	0	False	False	0.9996177554130554	0					non-mobilizable	other	2615.0	96.061	99.0	0.05370400923939944	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0111_000000012081	2856	0.622962610486234	5	5	5	5	4	False	4577	maximal	True	SPA0111_000000012081	1.0		297	13	False	False	0.9821428656578064	0					non-mobilizable	other	2836.0	97.355	99.0	0.023034922079399386	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0111_000000023333	1464	0.6229594536734812	3	3	3	3	1	False	4560	maximal	True	SPA0111_000000023333	1.0		65	10	False	False	0.9931694269180298	0					non-mobilizable	no_good_hit	632.0	92.88	89.0	0.0002177221604107715	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0003_000000000756	29286	0.6229575320743643	67	8	4	7	1	False	130795	maximal	True	AST0003_000000000756	1.0		2	2	False	False	0.9986000061035156	0					non-mobilizable	no_good_hit	231.0	91.34200000000001	1.0	0.009570174343610868	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
ISR0821_000000001525	13514	0.6229567678935268	19	5	1	5	0	False	21253	fragment	False	ISR0821_000000001525	0.962677521824659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	5.455919664310903e-07	LR697108.1	bony fishes	Chanos chanos genome assembly, chromosome: 3	True	False
ISR0849_000000001479	12905	0.6229567678935268	20	5	1	5	0	False	21253	fragment	False	ISR0821_000000001525	0.9437250258990677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018531737316055348	NZ_BHYK01000011.1	firmicutes	Clostridium tagluense strain A121 sequence011, whole genome shotgun sequence	True	False
USA0053_01_000000007202	2879	0.6229543597693398	5	2	2	1	1	False	119140	fragment	False	ISR0821_000000009934	0.9808875393157768		0	0	False	True	0.9986106157302856	0					non-mobilizable	no_good_hit	1342.0	93.443	47.0	0.006188656904191451	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0103_000000013650	1626	0.6229521660442676	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9470018444898401		0	0	False	False	1.0	0					non-mobilizable	chromosome	1480.0	82.162	96.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0013_000000018181	1608	0.6229521660442676	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9362156687516385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.194	96.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0171_000000013026	1604	0.6229521660442676	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9352124011699284		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.11399999999999	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0061_000000017019	1603	0.6229521660442676	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9339693565378759		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	82.15	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0004_000000016343	1603	0.6229521660442676	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9339693565378759		0	0	False	False	1.0	0					non-mobilizable	chromosome	1479.0	82.15	96.0	0.0003889318219588559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0112_000000017244	1600	0.6229521660442676	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9264708935830765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.126	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0011_01_000000017177	2138	0.6229471698339913	2	2	2	2	2	False	2017	fragment	False	USA0011_01_000000017177	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	95.648	95.0	0.00038855860623816384	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
FIJ0143_000000001991	2381	0.6229466223367716	4	2	2	2	2	False	40133	maximal	True	FIJ0143_000000001991	1.0		39	6	False	False	0.9983200430870056	0					non-mobilizable	no_good_hit	944.0	71.61	39.0	0.000324783292667832	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
ISR0102_000000007152	2511	0.622944001863199	2	2	2	2	1	False	33099	maximal	True	ISR0102_000000007152	1.0		39	7	False	False	0.9960175156593323	0					non-mobilizable	other	2511.0	99.92	100.0	0.0008720122290161201	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0013_01_000000002644	4632	0.6229416245524284	7	6	4	5	6	False	101916	fragment	False	USA0013_01_000000002644	0.990671145783401		0	0	False	False	1.0	0					non-mobilizable	other	3388.0	98.259	100.0	0.0005226737349418439	CP012938.1	CFB group bacteria	Bacteroides ovatus strain ATCC 8483, complete genome	False	False
CAN0007_000000009591	4434	0.6229414356259251	4	3	3	2	1	False	118357	fragment	False	CAN0007_000000009591	0.8941449475770198		0	0	False	False	1.0	0					non-mobilizable	other	4118.0	97.037	100.0	0.0017245173635927306	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ITA0006_000000006387	4058	0.6229414356259251	4	3	3	2	1	False	118357	fragment	False	CAN0007_000000009591	0.8875126453199287		0	0	False	False	1.0	0					non-mobilizable	other	4009.0	97.531	100.0	0.00168008400420021	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0858_000000003553	2615	0.6229349590979697	3	3	2	3	2	False	69404	maximal	True	ISR0858_000000003553	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	98.958	66.0	0.00028670076183477726	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0128_000000008095	3228	0.6229254196415841	3	3	3	2	3	False	124209	fragment	False	ENG0128_000000008095	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2006.0	80.758	65.0	0.0005324827901133462	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0114_000000005791	2818	0.6229254196415841	3	3	3	2	3	False	124208	fragment	False	ENG0114_000000005791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2067.0	80.55199999999999	73.0	0.014531830953935232	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0080_01_000000022034	1939	0.6229203593713359	3	2	2	2	1	False	121115	fragment	False	USA0080_01_000000022034	1.0		0	0	False	False	0.9979370832443237	0					non-mobilizable	chromosome	1720.0	98.779	94.0	0.000541824672596374	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0378_000000017756	1710	0.6229203593713359	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.7365554436218519		0	0	False	False	1.0	0					non-mobilizable	chromosome	1700.0	98.588	100.0	0.0005355207206173586	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0171_000000017520	1660	0.6229203593713359	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.5547517148631155		0	0	False	False	1.0	0					non-mobilizable	chromosome	1656.0	99.03399999999999	100.0	0.0005216520262635247	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0311_000000009507	2193	0.622919161219291	3	3	3	3	3	False	119927	maximal	True	ISR0311_000000009507	1.0		242	5	False	False	0.9990879893302917	0					non-mobilizable	chromosome	2193.0	95.85	100.0	0.0006206498334599095	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0111_000000010155	3007	0.622911491413587	3	2	2	2	2	False	82607	maximal	True	CHI0111_000000010155	1.0		1	1	False	False	0.9866977334022522	0					non-mobilizable	no_good_hit	416.0	71.39399999999999	14.0	8.856540501024674e-05	CP019410.1	enterobacteria	Salmonella enterica subsp. enterica serovar Hillingdon str. N1529-D3, complete genome	True	False
MAD0098_000000005888	6692	0.6229104238508153	6	5	1	4	5	True	60607	fragment	False	MAD0098_000000005888	0.9421044685990339		0	0	False	False	0.9988045692443848	0			MPF_F		non-mobilizable	plasmid	6677.0	98.96700000000001	99.0	0.09022068368671571	CP040265.1	enterobacteria	Escherichia coli strain 631 plasmid pEc631_2, complete sequence	False	True
ENG0016_000000003843	5844	0.6229074452241913	4	3	1	3	0	True	129144	fragment	False	ISR0812_000000005528	0.49473577020277715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	87.915	28.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0080_000000005031	5567	0.6229074452241913	3	3	1	3	0	True	129144	fragment	False	ISR0812_000000005528	0.49752960026175286		0	0	False	False	0.9973055720329285	0					non-mobilizable	no_good_hit	870.0	85.632	29.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0832_000000002985	4393	0.6229074452241913	3	3	1	3	0	True	129126	fragment	False	ISR0832_000000002985	1.0		0	0	False	False	0.9997723698616028	0					non-mobilizable	no_good_hit	659.0	87.557	26.0	0.0013654317838226653	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0037_01_000000005160	7032	0.6229071882102803	5	4	4	4	3	False	89444	maximal	False	ISR0031_000000002084	0.9654960909213646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	97.72200000000001	11.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
SPA0143_000000014108	1463	0.6229030529904773	3	1	1	1	1	False	116451	fragment	False	ISR0099_000000012998	0.9775063621558342		0	0	False	False	0.9993164539337158	0					non-mobilizable	no_good_hit	396.0	91.919	54.0	0.00043754272443269744	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
SPA0056_000000018346	1947	0.6229025076383801	3	3	3	3	3	False	114894	fragment	False	ISR0216_000000008235	0.7301903898770578		0	0	False	False	0.9994863867759705	0					non-mobilizable	chromosome	1934.0	94.726	99.0	0.0007960570261813396	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0241_000000009967	1576	0.6229013394103329	2	1	1	1	1	False	81434	fragment	False	ENG0091_000000013955	0.944284064665127		0	0	False	False	1.0	0					non-mobilizable	chromosome	1582.0	97.598	100.0	0.0005510761495915554	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0015_000000001842	7304	0.6228982687248248	9	4	2	3	4	True	109114	maximal	True	SPA0015_000000001842	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6268.0	94.99	86.0	0.0012123755611568266	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
SPA0111_000000001030	21820	0.6228928816062328	21	13	12	12	9	False	7654	fragment	False	SPA0111_000000001030	0.9999387508168341		0	0	False	False	0.9999541640281677	0					non-mobilizable	no_good_hit	2376.0	94.571	23.0	0.03829101168883515	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0151_000000000499	21781	0.6228928816062328	21	13	12	12	9	False	7654	fragment	False	SPA0111_000000001030	0.9993583095938625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2376.0	94.571	23.0	0.03829101168883515	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0150_000000000502	21765	0.6228928816062328	21	13	12	12	9	False	7654	fragment	False	SPA0111_000000001030	0.998838493279481		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2376.0	94.571	23.0	0.03829101168883515	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
SPA0125_000000028029	1127	0.6228923156074471	2	2	2	2	2	False	3999	fragment	False	SPA0125_000000028029	1.0		0	0	False	False	0.9991126656532288	0					non-mobilizable	no_good_hit	537.0	95.15799999999999	54.0	0.0001727626193262709	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0020_01_000000024462	1412	0.6228915792670758	2	2	2	2	1	False	1771	maximal	True	USA0020_01_000000024462	1.0		156	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0106_000000022808	1236	0.6228873541626718	1	1	1	1	1	False	42328	maximal	True	FIJ0106_000000022808	1.0		35	10	False	False	0.9911003112792969	0					non-mobilizable	no_good_hit								True	False
ENG0187_000000018382	1645	0.6228872016107169	2	2	2	2	2	True	54969	maximal	True	ENG0187_000000018382	1.0		4	3	False	False	0.9878419637680054	0					non-mobilizable	no_good_hit	956.0	74.895	57.0	0.0003350068329353504	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0039_000000022862	1152	0.6228837295298977	2	2	2	1	2	False	126613	fragment	False	AST0007_000000014591	0.955474479175792		0	0	False	False	0.9956597089767456	0					non-mobilizable	chromosome	1152.0	100.0	100.0	0.00023183952273689073	CP054454.1	enterobacteria	Escherichia coli strain SCU-487 chromosome, complete genome	False	False
FIJ0021_000000033739	1419	0.6228835091257533	2	1	1	1	1	False	49569	fragment	False	FIJ0021_000000033739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0062_000000006499	6253	0.6228803659996306	9	3	2	3	1	True	74420	maximal	True	MON0062_000000006499	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0096_000000017063	1407	0.6228736767072999	3	3	3	3	2	False	33335	fragment	False	ISR0096_000000017063	1.0		0	0	False	False	0.9992892742156982	0					non-mobilizable	no_good_hit								True	False
AST0026_000000010255	2895	0.6228702935735694	4	3	2	3	2	False	124360	fragment	False	AST0026_000000010255	1.0		0	0	False	False	0.987564742565155	0					non-mobilizable	other	2753.0	95.823	95.0	0.01581669681016508	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0391_000000011281	1393	0.6228699962767519	2	2	2	2	1	False	86308	maximal	True	ISR0391_000000011281	0.9926470588235294		145	12	False	False	0.9562095999717712	0					non-mobilizable	other	1347.0	98.29299999999999	97.0	0.10914693480376257	NZ_CYXV01000026.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AUS0006_000000015555	1668	0.6228579122286877	2	2	2	2	2	False	102050	fragment	False	ISR0361_000000005758	0.10958046164320996		0	0	False	False	0.9994004964828491	0					non-mobilizable	other	1666.0	93.758	99.0	0.0046023307318542655	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
ENG0106_000000013340	1556	0.6228553062108972	2	2	2	2	2	False	60061	fragment	False	ENG0106_000000013340	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	97.16	100.0	0.0006123546910272369	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
DEN0026_000000016334	1756	0.6228498719970779	3	3	3	3	2	False	74167	maximal	True	DEN0026_000000016334	1.0		1	1	False	False	0.9829156994819641	0					non-mobilizable	no_good_hit	222.0	74.324	13.0	0.0005588820327047604	NZ_JOFG01000004.1	high GC Gram+	Streptomyces californicus strain NRRL B-2988 contig4.1, whole genome shotgun sequence	True	False
ISR0282_000000007874	2740	0.6228482865746477	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.7045412658527073		0	0	False	False	1.0	0					non-mobilizable	other	2740.0	99.307	100.0	0.034061656697300186	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0092_000000036953	1515	0.6228434311375672	2	1	1	1	1	False	9436	fragment	False	MON0092_000000036953	1.0		0	0	False	False	0.9993399381637573	0					non-mobilizable	no_good_hit	533.0	95.49700000000001	41.0	0.014775725593667546	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	True	False
USA0015_01_000000003292	8210	0.622842676490843	5	5	1	4	2	False	1967	maximal	True	USA0015_01_000000003292	1.0		1	1	False	False	1.0	0					non-mobilizable	other	7692.0	99.75299999999999	94.0	0.0026001637866499678	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	False	False
MAD0089_000000011021	2238	0.6228426339156804	4	4	2	3	3	False	15836	maximal	True	MAD0089_000000011021	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	80.8	6.0	0.0012528542849637278	NZ_FOAT01000014.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0035_000000011119	1735	0.6228404132570077	2	2	2	2	2	False	57134	maximal	True	ISR0035_000000011119	1.0		133	10	False	False	0.9919308423995972	0					non-mobilizable	no_good_hit	1228.0	81.596	70.0	0.7064965197215777	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
ENG0097_000000007112	4403	0.6228343667112777	6	5	4	4	2	False	63445	maximal	True	ENG0097_000000007112	1.0		16	6	False	False	0.9977288246154785	0					non-mobilizable	no_good_hit	757.0	74.373	17.0	0.03098603328594129	NZ_LZFO01000035.1	firmicutes	Clostridium acetireducens DSM 10703 CLAC_contig000035, whole genome shotgun sequence	True	False
MAD0090_000000005789	2198	0.6228314758570329	5	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.654416315983769		0	0	False	False	0.9995450377464294	0					non-mobilizable	other	2198.0	97.90700000000001	100.0	0.037234132700618594	NZ_JAAITI010000023.1	firmicutes	Blautia luti strain MSK.16.34 NODE_23_length_59005_cov_131.473, whole genome shotgun sequence	False	True
MON0006_000000000950	12299	0.6228295937221054	11	8	3	8	3	True	14066	fragment	False	MON0006_000000000950	1.0		0	0	False	False	0.9986990690231323	0					non-mobilizable	no_good_hit	334.0	83.53299999999999	3.0	0.021990433165027905	NZ_JH379472.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1451, whole genome shotgun sequence	True	True
USA0038_01_000000006813	2492	0.6228259386835291	5	1	1	1	1	False	1343	fragment	False	USA0038_01_000000006813	1.0		0	0	False	False	0.9991974234580994	0					non-mobilizable	no_good_hit	55.0	94.545	2.0	0.0001726133014531483	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0051_000000033692	1434	0.6228235731707054	2	2	2	2	1	False	72445	maximal	True	DEN0051_000000033692	1.0		5	4	False	False	0.9965132474899292	0					non-mobilizable	chromosome	1444.0	83.31	100.0	0.00040183316457458957	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0155_000000010823	1890	0.6228222780250912	4	3	2	2	2	False	92062	maximal	True	ISR0155_000000010823	1.0		34	8	False	False	0.9994708895683289	0					non-mobilizable	no_good_hit	742.0	73.72	39.0	0.006012947166676263	NZ_FRAD01000010.1	firmicutes	Hathewaya proteolytica DSM 3090, whole genome shotgun sequence	True	False
SPA0023_000000011812	2273	0.6228197720934187	2	2	1	2	1	True	47916	fragment	False	SPA0023_000000011812	0.9782919847328244		0	0	False	False	0.9890013337135315	0					non-mobilizable	other	2259.0	94.068	99.0	0.02558983666061706	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0344_000000028464	1244	0.6228172309098227	2	1	1	1	1	False	93032	fragment	False	ISR0834_000000011067	0.4496399830029886		0	0	False	False	0.9951768517494202	0					non-mobilizable	other	1230.0	97.805	99.0	0.11634743030532904	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0320_000000023594	1142	0.6228172309098227	1	1	1	1	1	False	93032	fragment	False	ISR0834_000000011067	0.11445392406326398		0	0	False	False	0.9781085848808289	0					non-mobilizable	no_good_hit	1014.0	97.73200000000001	89.0	0.09577090840128959	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0081_000000034162	1557	0.6228144471247564	3	3	2	3	2	False	9971	fragment	False	MON0081_000000034162	1.0		0	0	False	False	0.939627468585968	0					non-mobilizable	no_good_hit	238.0	73.109	15.0	3.5481025518879146e-05	NZ_QEOC01000001.1	high GC Gram+	Rhodococcus globerulus strain WS3306 Ga0215731_11, whole genome shotgun sequence	True	False
CAN0012_000000008123	6804	0.6228122743480997	10	4	2	2	4	False	94315	fragment	False	CAN0012_000000008123	1.0		0	0	False	False	0.9998530149459839	0					non-mobilizable	no_good_hit	1127.0	85.271	54.0	0.12140851155757183	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0163_000000009631	2547	0.6228119810600045	3	2	0	2	0	False	101172	fragment	False	FIJ0163_000000009631	1.0		0	0	False	False	0.9996073842048645	0					non-mobilizable	no_good_hit								True	False
ISR0292_000000007619	2447	0.6228119810600045	3	2	0	2	0	False	101470	maximal	True	ISR0292_000000007619	1.0		18	6	False	False	1.0	0					non-mobilizable	chromosome	2167.0	92.709	98.0	0.0005759285347113649	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0106_000000008137	2423	0.6228119810600045	2	2	0	2	0	False	101457	fragment	False	USA0078_01_000000006399	0.7806961631149717		0	0	False	False	1.0	0					non-mobilizable	other	2432.0	96.875	100.0	0.012056546550141666	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0011_000000020222	2339	0.6228119810600045	2	2	0	2	0	False	101457	fragment	False	USA0078_01_000000006399	0.7225856527782866		0	0	False	False	1.0	0					non-mobilizable	chromosome	2345.0	93.98700000000001	100.0	0.000623944809027273	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0060_000000005966	2315	0.6228119810600045	2	2	0	2	0	False	100372	fragment	False	FIJ0029_000000013088	0.20789428761486517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0015_000000008672	2264	0.6228119810600045	2	2	0	2	0	False	100372	fragment	False	FIJ0029_000000013088	0.2040319239743249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0024_000000003699	2233	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.43255385251169537		0	0	False	False	0.9986565113067627	0					non-mobilizable	no_good_hit								True	False
MON0011_000000021675	2179	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.6385969339384586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0137_000000005165	2171	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.656531597239954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000008717	2151	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.638802078580351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0154_000000003752	2151	0.6228119810600045	2	2	0	2	0	False	101457	fragment	False	USA0078_01_000000006399	0.6827062652197564		0	0	False	False	0.9990702271461487	0					non-mobilizable	chromosome	2064.0	91.23100000000001	100.0	0.0005489860696785497	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0080_000000024760	2140	0.6228119810600045	2	2	0	2	0	False	100332	fragment	False	FIJ0060_000000004086	0.5545506089962742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0059_000000008432	2130	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.6469906158747385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000008867	2118	0.6228119810600045	2	2	0	2	0	False	100332	fragment	False	FIJ0060_000000004086	0.548954544165006		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0051_000000016644	2107	0.6228119810600045	2	2	0	2	0	False	100332	fragment	False	FIJ0060_000000004086	0.573065326914092		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0043_000000013209	2107	0.6228119810600045	2	2	0	2	0	False	100332	fragment	False	FIJ0060_000000004086	0.573065326914092		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0011_000000022466	2102	0.6228119810600045	2	2	0	2	0	False	100332	fragment	False	FIJ0060_000000004086	0.5734515005617717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000022417	2100	0.6228119810600045	2	2	0	2	0	False	100332	fragment	False	FIJ0060_000000004086	0.5331939484807875		0	0	False	False	0.9871428608894348	0					non-mobilizable	no_good_hit								True	False
FIJ0059_000000008602	2081	0.6228119810600045	2	2	0	2	0	False	100332	fragment	False	FIJ0060_000000004086	0.5104215309831963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0838_000000011447	2076	0.6228119810600045	2	2	0	2	0	False	101457	fragment	False	USA0078_01_000000006399	0.6851151038204335		0	0	False	False	0.9995182752609253	0					non-mobilizable	chromosome	2072.0	94.836	99.0	0.0005524539117124764	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0054_000000022852	2068	0.6228119810600045	2	2	0	2	0	False	100332	fragment	False	FIJ0060_000000004086	0.5125277311705387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0051_000000017305	2029	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.5900570664288843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000014562	2027	0.6228119810600045	2	2	0	2	0	False	100372	fragment	False	FIJ0029_000000013088	0.11864820697553699		0	0	False	False	0.9945732355117798	0					non-mobilizable	no_good_hit								True	False
MON0094_000000018318	2022	0.6228119810600045	3	2	0	2	0	False	100332	fragment	False	FIJ0060_000000004086	0.4420917027281206		0	0	False	False	0.9995054602622986	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000025260	1904	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.2943792535085808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0020_000000011800	1850	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.272897548321595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0051_000000012195	1823	0.6228119810600045	2	2	0	2	0	False	100372	fragment	False	FIJ0029_000000013088	0.08937308204908756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0102_000000017657	1806	0.6228119810600045	2	2	0	2	0	False	100372	fragment	False	FIJ0029_000000013088	0.08886430442659805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0102_000000017696	1802	0.6228119810600045	2	2	0	2	0	False	50573	fragment	False	FIJ0102_000000017696	0.9730789968171053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0043_000000016113	1773	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.18032422813849913		0	0	False	False	0.9729272127151489	0					non-mobilizable	no_good_hit								True	False
FIJ0077_000000016843	1764	0.6228119810600045	2	2	0	2	0	False	101457	fragment	False	USA0078_01_000000006399	0.5294959372194923		0	0	False	False	1.0	0					non-mobilizable	chromosome	1772.0	93.905	100.0	0.00047162651661403107	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0028_000000007299	1737	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.1803054429619293		0	0	False	False	0.9706390500068665	0					non-mobilizable	no_good_hit								True	False
MON0026_000000028357	1702	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.1693116984364515		0	0	False	False	0.9888366460800171	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000010395	1664	0.6228119810600045	2	2	0	2	0	False	101457	fragment	False	USA0078_01_000000006399	0.46146887805818576		0	0	False	False	1.0	0					non-mobilizable	chromosome	1664.0	96.094	100.0	0.00044361702326308465	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0001_000000022180	1569	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.08622055918176581		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	92.708	6.0	4.397227987476695e-06	LN590709.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG5, chromosome: 5	True	False
MON0057_000000017132	1546	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.10570530157006675		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0055_000000006430	1476	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.08513892423126117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000024836	1469	0.6228119810600045	2	2	0	2	0	False	101457	fragment	False	USA0078_01_000000006399	0.07922357992909834		0	0	False	False	0.9972770810127258	0					non-mobilizable	chromosome	1480.0	93.176	100.0	0.00039426696354951236	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0101_000000047974	1382	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.06166363883213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000027359	1380	0.6228119810600045	2	2	0	2	0	False	101166	fragment	False	FIJ0029_000000012713	0.041478314305273524		0	0	False	False	0.991304337978363	0					non-mobilizable	no_good_hit								True	False
FIJ0051_000000017165	1286	0.6228119810600045	2	2	0	2	0	False	50572	fragment	False	FIJ0066_000000023015	0.8304785703125992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0060_000000011462	1282	0.6228119810600045	2	2	0	2	0	False	50572	fragment	False	FIJ0066_000000023015	0.8308212131533378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0015_000000016724	1276	0.6228119810600045	2	2	0	2	0	False	50572	fragment	False	FIJ0066_000000023015	0.8298614882858333		0	0	False	False	0.9764890074729919	0					non-mobilizable	no_good_hit								True	False
MON0056_000000015785	1270	0.6228119810600045	2	2	0	2	0	False	46087	fragment	False	MON0056_000000015785	0.9682287529785545		0	0	False	False	0.9913386106491089	0					non-mobilizable	no_good_hit	76.0	100.0	6.0	0.0003187203590066124	NZ_NAQA01000001.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_1, whole genome shotgun sequence	True	False
FIJ0049_000000013614	1265	0.6228119810600045	2	2	0	2	0	False	90239	fragment	False	MAD0040_000000021002	0.5431372342842256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0007_000000052270	1259	0.6228119810600045	3	2	0	2	0	False	46087	fragment	False	MON0056_000000015785	0.9641732283464567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000025243	1204	0.6228119810600045	2	2	0	2	0	False	47159	fragment	False	USA0038_01_000000010507	0.6261760916096106		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	95.93	100.0	0.0003209087666779861	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0223_000000028645	1137	0.6228119810600045	2	2	0	2	0	False	27773	fragment	False	ISR0223_000000028645	1.0		0	0	False	False	0.9753738045692444	0					non-mobilizable	chromosome	1046.0	95.698	99.0	0.00027849439103226723	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0058_000000000025	99941	0.6228103428587257	87	32	18	28	16	True	117561	maximal	True	AST0058_000000000025	1.0	PS662|PS792	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	11003.0	96.601	18.0	0.3911264498683555	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
USA0059_01_000000017689	1439	0.6228103200230586	3	3	3	3	2	False	56502	fragment	False	USA0059_01_000000017689	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1455.0	78.007	100.0	0.00602230514408721	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0133_000000013524	1815	0.6228102114275785	2	2	2	2	2	False	95515	fragment	False	ENG0133_000000013524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	99.648	70.0	0.0003238781442694666	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0824_000000014903	1571	0.6228101206032358	2	2	2	2	2	False	21151	fragment	False	ISR0824_000000014903	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1586.0	80.202	99.0	0.06529038676781494	GU942941.1		Uncultured organism clone 24 genomic sequence	False	False
TAN0026_000000001836	1217	0.6228088892183742	1	1	1	1	1	False	2322	maximal	True	TAN0026_000000001836	1.0		1	1	False	False	0.9802793860435486	0					non-mobilizable	no_good_hit	272.0	74.265	22.0	0.014469890659848774	NZ_FMKA01000046.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
FIJ0114_000000028794	1416	0.622808010644145	2	1	1	1	1	False	41818	fragment	False	FIJ0114_000000028794	1.0		0	0	False	False	0.9992938041687012	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	0.013612950699043414	NZ_CADEAU010000633.1	high GC Gram+	Micromonospora maritima isolate DSM 45782, whole genome shotgun sequence	True	False
FIJ0144_000000023839	1335	0.6228068124393762	2	2	2	2	2	False	71421	fragment	False	DEN0063_000000036268	0.9770609318996415		0	0	False	False	0.9977527856826782	0					non-mobilizable	no_good_hit	109.0	80.734	8.0	0.002386043894203714	NZ_MQMG01000030.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00030, whole genome shotgun sequence	True	False
ISR0222_000000023820	2067	0.6228048196049558	2	2	2	2	2	False	122077	maximal	True	ISR0222_000000023820	1.0		22	5	False	False	0.9903241395950317	0					non-mobilizable	other	2067.0	99.613	100.0	0.0008760544137495595	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0063_000000015317	1296	0.6228039038764798	2	2	2	2	1	True	104303	fragment	False	ISR0063_000000015317	1.0		0	0	False	False	0.9637345671653748	0					non-mobilizable	other	1297.0	92.83	100.0	0.007104571613533249	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0022_000000010615	2659	0.6228005746056922	3	3	3	1	2	False	19010	fragment	False	MON0022_000000010615	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2537.0	79.582	94.0	0.007942033961892227	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ENG0206_000000013781	1850	0.6227916361469811	3	3	3	3	2	False	67134	fragment	False	ENG0142_000000015436	0.7473528164691549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	84.90899999999999	77.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0350_000000006566	2725	0.6227907145918302	4	2	1	2	1	True	24101	fragment	False	ISR0350_000000006566	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2725.0	99.927	100.0	0.009706904231625835	MG845201.1	enterobacteria	Klebsiella pneumoniae strain TJ03 plasmid pNDM-TJ03, complete sequence	False	True
CHI0090_000000008169	1627	0.6227887777386795	4	3	1	1	1	True	118240	fragment	False	MAD0072_000000001538	0.032463656508404		0	0	False	False	0.9969268441200256	0					non-mobilizable	other	1634.0	88.311	100.0	0.0028359572183565044	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
AST0110_000000012822	1389	0.6227887777386795	3	3	1	1	1	True	118240	fragment	False	MAD0072_000000001538	0.009672068184759896		0	0	False	False	0.9949604272842407	0					non-mobilizable	other	1397.0	88.475	100.0	0.038990182328190744	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0008_000000019894	1319	0.6227887777386795	3	3	1	1	1	True	118240	fragment	False	MAD0072_000000001538	0.03158421593844169		0	0	False	False	0.9893859028816223	0					non-mobilizable	other	1321.0	90.689	100.0	0.00036628510810825823	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0175_000000008909	1303	0.6227864621428875	2	2	1	2	1	True	77745	fragment	False	CHI0175_000000008909	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1303.0	100.0	100.0	0.00036684416251478154	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0296_000000004057	5673	0.6227860028198773	6	4	4	4	3	False	125692	backbone	True	ISR0296_000000004057	0.9708121251638643	PS935	7	4	False	True	0.9998237490653992	0					non-mobilizable	other	2920.0	98.801	99.0	0.019524038847419534	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0114_000000000659	26771	0.6227784588287149	36	5	2	5	2	True	41901	maximal	True	FIJ0114_000000000659	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	96.667	0.0	2.3741380078421246e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0092_000000009540	4174	0.6227665996649038	3	2	2	2	1	False	93186	fragment	False	SPA0092_000000009540	1.0		0	0	False	False	0.9968854784965515	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00021525607500478346	NZ_OBMO01000015.1	g-proteobacteria	Alcanivorax xenomutans strain JC109, whole genome shotgun sequence	True	False
DEN0062_000000013644	1553	0.6227665996649038	2	2	2	2	1	False	90958	fragment	False	CHI0003_000000007344	0.9500891265597148		0	0	False	False	0.9993560910224915	0					non-mobilizable	no_good_hit								True	False
SPA0095_000000012100	1617	0.6227557341272126	3	3	3	3	2	False	5203	maximal	True	SPA0095_000000012100	1.0		1	1	False	False	0.9993815422058105	0					non-mobilizable	no_good_hit								True	False
MON0004_000000013865	2823	0.6227525693274832	3	3	3	3	2	False	119077	fragment	False	ENG0052_000000006995	0.3095402085089122		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	73.483	15.0	0.0021819419283162014	NZ_FCOU01000005.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
FIJ0038_000000026580	1344	0.6227518535502122	3	3	3	3	3	False	47613	fragment	False	FIJ0038_000000026580	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1358.0	77.76100000000001	99.0	0.0006056703179633975	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	False
ISR0337_000000001565	5185	0.6227490706106893	9	6	4	6	4	True	77342	fragment	False	ISR0337_000000001565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	77.38	25.0	0.00031239829866335135	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
FIJ0017_000000021927	1356	0.6227489084183573	2	2	1	2	2	True	50097	fragment	False	FIJ0017_000000021927	1.0		0	0	False	False	0.9970501661300659	0					non-mobilizable	plasmid	1320.0	99.92399999999999	97.0	0.13031021537245605	CP048328.1	enterobacteria	Escherichia coli strain 61 plasmid p61_B, complete sequence	False	True
FIJ0064_000000019558	1330	0.6227489084183573	2	2	1	2	2	True	45450	fragment	False	FIJ0064_000000019558	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1330.0	98.87200000000001	100.0	0.11099966566365764	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
MAD0021_000000001248	9450	0.6227466705721487	8	8	8	7	7	False	19342	maximal	True	MAD0021_000000001248	1.0		18	3	False	False	1.0	0					non-mobilizable	no_good_hit	4804.0	74.396	50.0	0.03031545498808395	NZ_AWEY01000038.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00008, whole genome shotgun sequence	True	False
ENG0175_000000008031	3220	0.6227423975246537	4	2	2	2	1	False	100813	fragment	False	ENG0175_000000008031	1.0		0	0	False	False	0.9950310587882996	0					non-mobilizable	chromosome	1738.0	99.77	99.0	0.00031154218042578867	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0188_000000002501	9676	0.6227419322540952	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8437499879871068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	87.406	16.0	0.0016519006266767313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0069_01_000000006135	9660	0.6227419322540952	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8659544284604639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	89.425	17.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0079_000000003107	9340	0.6227419322540952	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.7992037009442453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	88.04799999999999	17.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0365_000000005597	2762	0.6227409858991328	3	1	1	1	1	False	26651	fragment	False	ISR0365_000000005597	1.0		0	0	False	False	0.9909486174583435	0					non-mobilizable	no_good_hit	73.0	86.301	3.0	0.00019994945722053592	NZ_JOMF01000005.1	euryarchaeotes	Methanomicrobium mobile BP T502DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0376_000000002835	6132	0.6227350739451071	5	4	2	4	1	True	106253	fragment	False	ISR0376_000000002835	0.9817451013230615		0	0	False	False	0.9993476867675781	0					non-mobilizable	no_good_hit	1152.0	70.57300000000001	18.0	0.023700257748161188	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
SPA0141_000000003695	5971	0.6227350739451071	5	4	2	4	1	True	106253	fragment	False	ISR0376_000000002835	0.9694227005870841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	71.95100000000001	19.0	0.1272584446190102	NZ_QOHO01000001.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_1, whole genome shotgun sequence	True	True
ENG0074_000000017105	1362	0.6227294650229566	2	2	2	2	2	False	62148	fragment	False	ENG0074_000000017105	0.9619370250223289		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	100.0	100.0	0.0004369478757462787	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0064_000000002429	10865	0.6227247451640862	11	7	3	5	4	False	71366	maximal	True	DEN0064_000000002429	1.0		3	3	False	False	0.9990795850753784	0					non-mobilizable	no_good_hit	165.0	75.758	1.0	0.000219716343419426	NZ_AUJC01000001.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0103_000000014116	1202	0.6227207221740665	1	1	1	1	1	False	60282	maximal	True	ENG0103_000000014116	1.0		7	6	False	False	0.9941763877868652	0					non-mobilizable	no_good_hit	75.0	88.0	6.0	0.00010737351327586432	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
MAD0003_000000006469	4248	0.6227073024085714	6	4	4	3	3	False	86836	fragment	False	CHI0049_000000002684	0.40196045257096097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	91.463	26.0	0.00025478951399600174	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0097_000000002505	12578	0.6227064524019363	7	7	7	7	6	False	107323	maximal	True	MAD0097_000000002505	1.0		4	2	False	False	0.9998409748077393	0					non-mobilizable	no_good_hit	1333.0	72.543	10.0	0.0012422160300782918	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
ISR0062_000000029516	1312	0.6227023530128158	2	2	2	2	1	False	35308	fragment	False	ISR0062_000000029516	1.0		0	0	False	False	0.9931402206420898	0					non-mobilizable	no_good_hit	552.0	78.26100000000001	41.0	0.0044520013471000385	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	True	False
DEN0017_000000012108	2462	0.6227021784930222	3	3	3	3	2	False	77137	fragment	False	DEN0017_000000012108	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2462.0	99.26899999999999	100.0	0.0006834174761595326	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0162_000000003857	6162	0.6227010462122929	6	3	3	3	1	False	53630	fragment	False	FIJ0162_000000003857	1.0		0	0	False	False	0.9920480251312256	0					non-mobilizable	no_good_hit	537.0	72.998	8.0	0.0021354783389816666	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0198_000000023495	1413	0.6226918795299937	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.9422288373914506		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	98.915	91.0	0.004944608113913951	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0253_000000009282	1372	0.622690358160017	4	3	3	1	0	True	109122	fragment	False	ISR0253_000000009282	0.9259231147290261		0	0	False	False	0.9868804812431335	0					non-mobilizable	no_good_hit	681.0	75.771	49.0	0.007455510176375423	NZ_FRCP01000025.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	True
SPA0036_000000003867	5429	0.6226863760235342	7	5	3	4	4	True	132374	maximal	False	SPA0035_000000002855	1.0	PS1159|PS463	0	0	True	True	1.0	225		MOBV			mobilizable	no_good_hit	4549.0	97.516	89.0	0.03868037659786186	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
SPA0035_000000002855	5429	0.6226863760235342	7	5	3	4	4	True	132374	maximal	True	SPA0035_000000002855	1.0	PS1159|PS463	50	8	True	True	1.0	183		MOBV			mobilizable	no_good_hit	4549.0	97.516	89.0	0.03868037659786186	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0267_000000011946	1511	0.6226769468722977	3	3	3	3	2	False	76249	fragment	False	DEN0007_000000017257	0.5843495263386307		0	0	False	False	0.9781601428985596	0					non-mobilizable	chromosome	1514.0	94.51799999999999	100.0	0.00042922117263565694	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0037_000000011181	2214	0.6226715905806465	2	1	1	1	1	False	7081	maximal	True	SPA0037_000000011181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	76.10600000000001	14.0	0.0011967025797591456	NZ_QRST01000001.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf1, whole genome shotgun sequence	True	False
SPA0035_000000012669	1605	0.6226715905806465	2	1	1	1	1	False	7119	maximal	True	SPA0035_000000012669	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	76.818	14.0	9.118252172327261e-05	AP019841.1	fusobacteria	Leptotrichia wadei JMUB3936 DNA, complete genome	True	False
ISR0791_000000002026	7044	0.6226705465796292	7	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3246392947456782		0	0	False	False	0.9995741248130798	0					non-mobilizable	no_good_hit	6279.0	100.0	89.0	0.010017680136334915	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0830_000000003223	6318	0.6226705465796292	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3153403889664809		0	0	False	False	0.9987337589263916	0					non-mobilizable	other	6299.0	99.936	99.0	0.010049593739827539	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0146_000000003868	6316	0.6226705465796292	6	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.3160051696742988		0	0	False	False	1.0	0					non-mobilizable	other	6316.0	99.984	100.0	0.01007672030279627	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0048_000000002994	6027	0.6226705465796292	5	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.19931144153593267		0	0	False	False	1.0	0					non-mobilizable	other	5954.0	99.98299999999999	99.0	0.00949908407957976	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0160_000000004269	5910	0.6226705465796292	5	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.19103696770957143		0	0	False	False	0.9998307824134827	0					non-mobilizable	other	5838.0	97.431	99.0	0.00930281541810012	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0009_000000003839	5305	0.6226705465796292	5	4	4	4	4	False	130457	fragment	False	SPA0136_000000006398	0.4676203232591926		0	0	False	False	1.0	0					non-mobilizable	other	5174.0	99.82600000000001	98.0	0.008249666502843502	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0088_000000000938	4807	0.6226705465796292	4	4	4	4	4	False	91098	fragment	False	CHI0001_000000001553	0.9238902669789383		0	0	False	False	1.0	0					non-mobilizable	other	4807.0	99.834	100.0	0.007668838919277731	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0020_01_000000030139	1143	0.6226691500826453	2	2	2	2	2	False	71045	fragment	False	DEN0065_000000027957	0.9483535677089102		0	0	False	False	0.9851268529891968	0					non-mobilizable	no_good_hit	340.0	71.176	29.0	3.10274142997735e-05	NZ_CP016279.1	high GC Gram+	Streptomyces griseochromogenes strain ATCC 14511 chromosome, complete genome	True	False
ISR0244_000000003220	5954	0.622665940548825	7	5	1	2	4	True	98484	fragment	False	FIJ0052_000000004240	0.9534772182254196		0	0	False	False	0.9949613809585571	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	1.0	0.0006301684871534073	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
SPA0132_000000030936	1339	0.6226538892318308	1	1	1	1	1	False	3719	maximal	True	SPA0132_000000030936	1.0		3	3	False	False	0.9985063672065735	0					non-mobilizable	no_good_hit								True	False
MON0019_000000009544	5993	0.6226528951096552	6	3	2	3	1	True	73341	maximal	True	MON0019_000000009544	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1174.0	91.993	41.0	0.29553001277139207	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0142_000000010998	3013	0.6226518290532884	3	2	2	1	2	False	57993	fragment	False	FIJ0142_000000010998	0.9776962883503014		0	0	False	False	0.9917026162147522	0					non-mobilizable	no_good_hit	80.0	95.0	3.0	3.261597456119128e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ISR0098_000000010488	1672	0.622651338438597	1	1	1	1	1	False	33244	maximal	True	ISR0098_000000010488	1.0		9	3	False	False	0.9994019269943237	0					non-mobilizable	no_good_hit	125.0	98.4	15.0	9.870882488736049e-05	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
CHI0138_000000003852	4030	0.6226483435523921	5	5	5	5	5	False	119883	fragment	False	CHI0138_000000003852	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4029.0	98.78399999999999	99.0	0.010544106279560313	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
CHI0064_000000015063	1229	0.6226453829459219	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.683189821389657		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	99.024	100.0	0.010086822240293076	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0360_000000000141	66862	0.6226428185131522	105	17	7	12	9	False	86858	maximal	True	ISR0360_000000000141	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	6971.0	95.48100000000001	80.0	0.002163999828273734	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0082_01_000000008994	3311	0.6226424443889951	5	2	2	2	2	False	539	maximal	True	USA0082_01_000000008994	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0028_000000001824	9836	0.6226412247609369	17	6	4	6	4	True	130707	maximal	True	AST0028_000000001824	1.0		4	2	False	False	0.9983733296394348	0					non-mobilizable	other	7660.0	91.697	97.0	0.002180760497814393	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ISR0174_000000003207	8738	0.6226412247609369	16	6	4	6	4	True	130705	fragment	False	ISR0174_000000003207	1.0		0	0	False	False	0.999542236328125	0					non-mobilizable	other	7660.0	91.723	97.0	0.002180760497814393	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ISR0031_000000020522	1196	0.6226389061265012	2	2	1	2	1	False	36985	fragment	False	ISR0031_000000020522	1.0		0	0	False	False	0.9765886068344116	0					non-mobilizable	no_good_hit								True	False
SPA0145_000000019631	1773	0.6226320127961835	3	2	2	2	1	False	91447	fragment	False	DEN0010_000000023730	0.6061018617468644		0	0	False	False	0.9994359612464905	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.0006852586332205079	NZ_FOGQ01000017.1	high GC Gram+	Corynebacterium cystitidis DSM 20524, whole genome shotgun sequence	True	False
AST0012_000000011913	1905	0.6226243796851731	3	2	2	2	1	False	125174	maximal	True	AST0012_000000011913	0.9986744432661718		7	4	False	False	1.0	0					non-mobilizable	other	1905.0	100.0	100.0	0.07934986455511565	NZ_QIML01000029.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_29, whole genome shotgun sequence	False	False
ISR0148_000000015434	1886	0.6226243796851731	3	2	2	2	1	False	125174	maximal	False	AST0012_000000011913	0.9939632545931758		0	0	False	False	1.0	0					non-mobilizable	other	1887.0	99.735	100.0	0.07859970827255679	NZ_QIML01000029.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_29, whole genome shotgun sequence	False	False
MON0043_000000004309	5093	0.622623833203386	6	6	5	6	4	True	44914	maximal	True	MON0043_000000004309	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	3738.0	93.76700000000001	73.0	0.0015389886739987926	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
AST0040_000000008501	2347	0.6226215244956104	3	2	2	2	1	False	116238	maximal	True	AST0040_000000008501	1.0		8	5	False	False	1.0	0		MOBF			mobilizable	no_good_hit	2033.0	99.902	87.0	0.007697232102609559	CP040862.1	enterobacteria	Klebsiella pneumoniae strain Xen39 plasmid unnamed3, complete sequence	True	True
FIJ0090_000000020015	2192	0.6226200944263907	3	1	1	1	1	False	125512	fragment	False	FIJ0081_000000013796	0.5432661023724822		0	0	False	False	1.0	0					non-mobilizable	other	2198.0	82.075	99.0	0.0009574647176005162	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MON0090_000000026248	2261	0.6226169821800339	3	3	3	3	3	False	118740	maximal	True	MON0090_000000026248	1.0		27	6	False	False	0.9991154074668884	0					non-mobilizable	other	2262.0	92.794	100.0	0.0020539239129841813	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0288_000000011446	2628	0.6226159637579196	3	2	2	2	2	False	102225	fragment	False	ISR0375_000000007981	0.45848784508963664		0	0	False	False	0.9992389678955078	0					non-mobilizable	other	1205.0	95.353	96.0	0.0002951941943834156	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ETH0004_000000013670	2051	0.6226154077779585	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.46196449604236683		0	0	False	False	1.0	0					non-mobilizable	other	2056.0	93.14200000000001	100.0	0.0006383737273745979	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0098_000000010326	3375	0.6226133597321524	4	3	2	2	3	False	5080	maximal	True	SPA0098_000000010326	1.0		1	1	False	False	0.9982222318649292	0					non-mobilizable	no_good_hit	1362.0	95.595	40.0	0.0005662500010409008	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MAD0003_000000017504	1549	0.6226112992542235	2	2	2	2	2	False	20092	maximal	True	MAD0003_000000017504	1.0		9	3	False	False	0.9522272348403931	0					non-mobilizable	no_good_hit	154.0	98.052	10.0	8.193490619792046e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ENG0208_000000003229	8157	0.6226105595362534	7	7	7	7	7	False	122927	fragment	False	AST0019_000000002659	0.9747988461875173		0	0	False	False	0.9995096325874329	0					non-mobilizable	other	8021.0	98.99	98.0	0.1325891011328868	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0188_000000005857	4549	0.6226025029335601	4	3	3	3	2	True	60319	maximal	True	ENG0188_000000005857	1.0		3	2	False	False	0.9870300889015198	0					non-mobilizable	no_good_hit	195.0	99.48700000000001	4.0	9.366157369789894e-05	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	True
ENG0103_000000005002	3878	0.6226025029335601	4	3	3	3	2	True	60318	fragment	False	ENG0103_000000005002	1.0		0	0	False	False	0.9984527826309204	0					non-mobilizable	no_good_hit	98.0	96.939	3.0	2.6227423123231847e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0150_000000019349	1269	0.622599026343013	1	1	1	1	1	False	55198	fragment	False	ISR0150_000000019349	0.9979806138933764		0	0	False	False	0.9921197891235352	0					non-mobilizable	no_good_hit	1138.0	89.279	89.0	0.00035806447240807496	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0243_000000010553	1238	0.622599026343013	1	1	1	1	1	False	55198	fragment	False	ISR0150_000000019349	0.9858156028368794		0	0	False	False	0.9951534867286682	0					non-mobilizable	chromosome	1120.0	89.64299999999999	90.0	0.00035239091562696114	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0012_000000003507	7273	0.6225981597718352	4	4	4	3	3	False	52737	maximal	True	MAD0012_000000003507	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2029.0	82.50399999999999	28.0	0.0005725715246015561	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MAD0021_000000001643	7625	0.6225961654925071	8	5	2	1	3	False	50397	maximal	True	MAD0021_000000001643	1.0	PS194|PS45|PS46	2	1	True	True	1.0	107					non-mobilizable	no_good_hit	4653.0	97.958	81.0	0.6964660077867625	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	True	True
ENG0045_000000003881	3218	0.6225956248297075	4	4	4	3	3	False	64483	maximal	True	ENG0045_000000003881	1.0		1	1	False	False	0.9944064617156982	0					non-mobilizable	no_good_hit	1375.0	83.2	43.0	0.9992695398100804	NZ_OFSM01000126.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
SPA0051_000000009647	2628	0.6225870761774818	3	3	2	3	1	False	122154	maximal	False	AUS0014_000000010921	0.8843009302151219		0	0	False	False	0.9992389678955078	0					non-mobilizable	other	2628.0	99.81	100.0	0.01715838357184379	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0168_000000010594	2417	0.6225867757082632	3	3	3	3	2	False	30127	fragment	False	ISR0168_000000010594	1.0		0	0	False	False	0.999586284160614	0					non-mobilizable	other	1660.0	98.61399999999999	99.0	0.0006021241399847835	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AST0026_000000014444	1924	0.6225836186185729	3	3	3	2	2	False	119321	maximal	True	AST0026_000000014444	1.0		6	4	False	False	1.0	0					non-mobilizable	other	1938.0	81.063	100.0	0.0022712684540561892	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0024_000000009115	1164	0.6225740046770833	2	2	2	2	1	False	76067	fragment	False	DEN0009_000000003411	0.9617213248917441		0	0	False	False	0.9982817769050598	0					non-mobilizable	chromosome	1164.0	100.0	100.0	0.0002110038795322064	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0077_000000001049	17644	0.6225726992225804	23	7	2	7	1	False	106860	maximal	False	SPA0057_000000001179	0.32164696345709287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0153_000000010100	2630	0.6225726514295312	3	1	1	1	1	False	49357	fragment	False	FIJ0153_000000010100	1.0		0	0	False	False	0.9878327250480652	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	False
FIJ0092_000000016270	2104	0.6225726514295312	2	1	1	1	1	False	43307	fragment	False	FIJ0092_000000016270	1.0		0	0	False	False	0.999524712562561	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.077622752153666e-07	LR597569.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 20	True	False
FIJ0023_000000015960	2061	0.6225726514295312	2	1	1	1	1	False	49355	fragment	False	FIJ0023_000000015960	1.0		0	0	False	False	0.9990295767784119	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000016880	1339	0.6225726514295312	2	1	1	1	1	False	39080	maximal	True	FIJ0164_000000016880	1.0		0	0	False	False	0.9932785630226135	0					non-mobilizable	no_good_hit	75.0	98.667	6.0	0.0007118053885591712	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0185_000000010637	1913	0.6225660123969547	3	3	3	3	2	True	64298	maximal	True	ENG0185_000000010637	1.0		11	6	False	False	0.9989545345306396	0					non-mobilizable	no_good_hit	158.0	76.582	8.0	6.581167381722379e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0093_000000012051	3423	0.6225634255870617	3	2	2	2	2	False	108736	fragment	False	FIJ0137_000000003029	0.7195960779434541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2397.0	96.788	70.0	0.06599922775663301	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0014_000000010711	2892	0.6225634255870617	2	2	2	2	2	False	108734	fragment	False	AUS0010_000000006971	0.5520048033986916		0	0	False	False	0.999654233455658	0					non-mobilizable	no_good_hit	1886.0	97.561	65.0	0.05196094654972696	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0036_000000015414	1625	0.6225555442611679	4	3	2	2	2	True	7095	fragment	False	SPA0036_000000015414	1.0		0	0	False	False	0.9975384473800659	0					non-mobilizable	no_good_hit	61.0	86.885	4.0	8.098355210330756e-05	NZ_ONZF01000002.1	a-proteobacteria	Palleronia abyssalis strain CECT 8504, whole genome shotgun sequence	True	True
AST0149_000000006611	4149	0.6225547844812709	3	3	3	3	2	True	122740	maximal	True	AST0149_000000006611	1.0		19	4	False	False	0.996143639087677	0					non-mobilizable	no_good_hit	3458.0	99.306	83.0	0.06328858937498856	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MAD0020_000000000321	1875	0.6225546246803153	2	2	2	2	2	False	44994	fragment	False	FIJ0069_000000011161	0.6353572046358761		0	0	False	False	0.9855999946594238	0					non-mobilizable	chromosome	1750.0	99.2	100.0	0.0005170945730200216	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	False	False
SPA0023_000000008157	3107	0.6225542635572436	4	2	2	2	1	False	7633	maximal	True	SPA0023_000000008157	1.0		1	1	False	False	0.9974251985549927	0					non-mobilizable	no_good_hit	376.0	72.34	12.0	0.0018716349458831557	NZ_FQUG01000007.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	True	False
CAN0020_000000011667	3182	0.6225538780768144	4	3	1	3	1	False	91903	maximal	True	CAN0020_000000011667	1.0		40	9	False	False	0.9930860996246338	0					non-mobilizable	no_good_hit	1514.0	90.291	47.0	0.07005749258160238	NZ_WNCH01000039.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold39_size21568, whole genome shotgun sequence	True	False
AST0055_000000023753	1526	0.6225512858112051	3	2	2	2	1	True	113543	maximal	True	AST0055_000000023753	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	87.64399999999999	62.0	0.005694351203606023	NZ_SMUS01000003.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00003, whole genome shotgun sequence	True	True
AST0153_000000002247	11277	0.6225465767601442	15	6	4	4	1	True	114581	maximal	True	AST0153_000000002247	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	91.25	6.0	0.7859495060373216	GQ878135.1		Uncultured organism clone VC1BV59TR genomic sequence	True	True
CHI0054_000000004261	3909	0.6225409933353699	3	2	2	2	1	True	86359	maximal	True	CHI0054_000000004261	1.0		20	5	False	False	0.9984650611877441	0					non-mobilizable	no_good_hit	2313.0	98.962	62.0	0.08911769242634583	NZ_QRYH01000032.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf32, whole genome shotgun sequence	True	True
ISR0038_000000002014	12304	0.6225402893447081	12	8	6	6	5	True	106939	maximal	True	ISR0038_000000002014	1.0		1	1	False	False	0.9986183643341064	0					non-mobilizable	no_good_hit	8840.0	99.434	87.0	0.10026088929219601	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0124_000000025819	1134	0.6225377246940427	2	2	2	2	1	False	76067	fragment	False	DEN0009_000000003411	0.9549292239640241		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	99.647	100.0	0.00021932324936782446	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0170_000000019014	2441	0.6225362874362365	2	2	2	1	1	False	30059	maximal	True	ISR0170_000000019014	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1235.0	95.304	51.0	0.0004189720607139107	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0044_000000001718	12535	0.6225336301088915	15	11	3	6	11	True	123533	maximal	True	SPA0044_000000001718	1.0		20	6	False	False	1.0	0					non-mobilizable	chromosome	12513.0	98.76899999999999	99.0	0.0022880365704908666	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
ISR0207_000000026644	1149	0.6225313110145297	1	1	1	1	1	False	28539	fragment	False	ISR0207_000000026644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0059_000000004307	4344	0.622528420671658	3	3	0	3	3	True	16915	fragment	False	MAD0059_000000004307	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4344.0	99.977	100.0	0.05872728256166162	CP040265.1	enterobacteria	Escherichia coli strain 631 plasmid pEc631_2, complete sequence	False	True
ISR0003_000000021104	1195	0.6225149744644857	2	2	2	2	1	False	99431	fragment	False	ISR0152_000000018054	0.5450705919950515		0	0	False	False	0.9882845282554626	0					non-mobilizable	no_good_hit	458.0	79.913	38.0	0.00018563816294440977	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
FIJ0130_000000006761	3125	0.6225121234406733	3	3	3	2	2	False	116554	fragment	False	ENG0211_000000008424	0.9847253567146796		0	0	False	True	1.0	0					non-mobilizable	chromosome	2568.0	99.766	100.0	0.000743836031405766	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
FIJ0076_000000005218	3125	0.6225121234406733	3	3	3	2	2	False	116554	fragment	False	ENG0211_000000008424	0.9847253567146796		0	0	False	True	1.0	0					non-mobilizable	chromosome	2568.0	99.766	100.0	0.000743836031405766	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
FIJ0078_000000008093	3124	0.6225121234406733	3	3	3	2	2	False	116554	fragment	False	ENG0211_000000008424	0.9844587412644022		0	0	False	True	1.0	0					non-mobilizable	chromosome	2567.0	99.805	100.0	0.0007435461498658573	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
FIJ0164_000000007505	3121	0.6225121234406733	3	3	3	2	2	False	116554	fragment	False	ENG0211_000000008424	0.9839906594327866		0	0	False	True	1.0	0					non-mobilizable	chromosome	2564.0	99.805	100.0	0.0007426765052461311	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
CHI0115_000000005235	1526	0.6225097119053434	2	2	2	1	1	False	87328	fragment	False	CHI0115_000000005235	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1526.0	100.0	100.0	0.0003052120002553774	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
FIJ0078_000000002566	8597	0.6225053216987877	5	3	2	3	2	True	51342	fragment	False	FIJ0078_000000002566	1.0		0	0	False	False	0.9998836517333984	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.0024445755711034307	NZ_FOGF01000034.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	True
MAD0036_000000002575	8093	0.6225039883270801	14	4	4	3	2	True	18747	fragment	False	MAD0036_000000002575	1.0		0	0	False	False	0.9992586374282837	0					non-mobilizable	no_good_hit	98.0	85.714	1.0	0.0005015382229001319	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
USA0047_01_000000003447	8863	0.6225005703091256	10	6	3	5	3	True	120561	maximal	True	USA0047_01_000000003447	1.0		25	12	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	94.666	21.0	0.000283719907363414	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
TAN0006_000000001999	4548	0.6224970609666132	6	4	4	3	3	False	2890	maximal	True	TAN0006_000000001999	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	73.414	25.0	0.011949492490553656	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
FIJ0112_000000017879	1546	0.6224950649573862	1	1	1	1	1	False	41997	maximal	True	FIJ0112_000000017879	1.0		20	2	False	False	0.9961190223693848	0					non-mobilizable	no_good_hit	179.0	86.59200000000001	12.0	9.57044817656079e-05	NZ_CP016204.1	CFB group bacteria	Prevotella scopos JCM 17725 strain W2052 chromosome 1	True	False
SPA0098_000000001578	18959	0.6224894633921446	16	8	3	5	4	True	5096	maximal	True	SPA0098_000000001578	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	85.45	2.0	0.0015371916140933097	NZ_AWGW01000030.1	CFB group bacteria	Prevotella salivae F0493 contig00004, whole genome shotgun sequence	True	True
CAN0018_000000014486	2395	0.622483736238355	3	3	3	2	2	True	92254	fragment	False	ISR0095_000000012341	0.9474742590964714		0	0	False	False	0.9945720434188843	0					non-mobilizable	chromosome	2336.0	99.18700000000001	99.0	0.00032957751409067374	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
MON0019_000000036680	1833	0.6224787320247704	3	3	3	3	3	False	120659	fragment	False	MON0104_000000022401	0.7759995313151077		0	0	False	False	1.0	0					non-mobilizable	other	1833.0	98.41799999999999	100.0	0.0030415978350198814	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0367_000000004024	2378	0.6224755910849487	7	5	3	2	4	False	124863	maximal	True	ISR0367_000000004024	1.0	PS916	1	1	False	True	0.9793944358825684	0					non-mobilizable	plasmid	2201.0	99.36399999999999	93.0	0.014240660030955142	CP040877.1	firmicutes	Enterococcus faecium strain HB-1 plasmid punnamed, complete sequence	False	True
CAN0003_000000008534	5623	0.622474232343411	11	6	0	1	6	False	118852	maximal	False	ENG0194_000000003945	0.9512981253180213	PS815	0	0	True	True	1.0	2	rep_cluster_663				non-mobilizable	no_good_hit	3087.0	99.15799999999999	86.0	0.08440919037199125	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	True	True
ENG0024_000000006944	3936	0.622474232343411	9	6	0	1	6	False	118850	backbone	False	ENG0102_000000004792	0.5395853650472426	PS815	0	0	False	True	0.9994918704032898	0	rep_cluster_663				non-mobilizable	plasmid	2437.0	99.959	96.0	0.06663019693654267	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
CAN0015_000000027705	1239	0.6224654498941988	3	2	2	2	2	False	93120	fragment	False	CAN0015_000000027705	0.9819334817985661		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	98.95100000000001	100.0	0.0009967004943215467	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
SPA0023_000000009116	2827	0.6224609883968217	4	3	3	3	3	False	104312	fragment	False	SPA0023_000000009116	1.0		0	0	False	False	0.9957551956176758	0					non-mobilizable	chromosome	2808.0	100.0	99.0	0.0012269128826289766	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0131_000000026147	1395	0.6224592418770527	2	1	1	1	1	False	31641	maximal	True	ISR0131_000000026147	1.0		1	1	False	False	0.9856630563735962	0					non-mobilizable	no_good_hit	96.0	83.333	7.0	0.0014273655130074437	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0014_000000003727	5016	0.6224587898606179	8	4	1	4	3	True	128584	maximal	False	AST0035_000000003153	0.9943731490621914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	98.198	2.0	0.0004992103400076243	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0108_000000011126	2056	0.6224480598918776	2	2	2	1	2	False	84119	fragment	False	FIJ0108_000000011126	0.9586602505956239		0	0	False	False	0.993677020072937	0					non-mobilizable	other	2028.0	98.57	100.0	0.0005480720275339273	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0102_000000008794	2164	0.6224393906664888	3	2	1	2	0	True	14997	maximal	True	MAD0102_000000008794	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	89.855	22.0	0.006707385095939313	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0266_000000003084	4442	0.622430811345724	5	2	2	1	1	False	36956	maximal	True	ISR0266_000000003084	1.0		2	1	False	False	0.9945970177650452	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000004280	4563	0.6224302262789982	4	4	3	4	3	False	122180	maximal	True	ISR0385_000000004280	1.0		5	2	False	False	0.9914529919624329	0					non-mobilizable	other	3205.0	89.766	97.0	0.0009558063740973481	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0006_000000010535	3043	0.6224299534276941	4	4	4	3	3	False	8258	fragment	False	SPA0006_000000010535	1.0		0	0	False	False	0.9986854791641235	0					non-mobilizable	other	3046.0	90.512	100.0	0.014648964029885235	NZ_QSBM01000013.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf13, whole genome shotgun sequence	False	False
CAN0004_000000002611	8621	0.6224294259408528	11	6	2	4	3	False	107963	fragment	False	CAN0004_000000002611	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8483.0	98.23200000000001	98.0	0.014074031030274856	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0012_000000008130	1237	0.6224261474855488	2	2	2	2	1	False	2586	maximal	True	TAN0012_000000008130	1.0		2	2	False	False	0.9603880643844604	0					non-mobilizable	no_good_hit	812.0	76.108	65.0	0.0005934447183420068	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	False
CAN0014_000000025180	1933	0.6224190020633221	2	2	2	2	2	False	93597	fragment	False	CAN0014_000000025180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	96.75299999999999	48.0	0.00025576086775413635	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0066_000000004714	5975	0.6224154787306612	6	2	2	1	1	False	122313	fragment	False	DEN0066_000000004714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0005703721186374007	NZ_LMTZ01000163.1	cyanobacteria	Mastigocoleus testarum BC008 Contig-90, whole genome shotgun sequence	True	False
FIJ0011_000000013591	3197	0.6224138320041095	4	4	3	4	3	False	109245	fragment	False	FIJ0011_000000013591	1.0		0	0	False	False	0.9971848726272583	0					non-mobilizable	no_good_hit	956.0	72.176	29.0	0.0002368125793207183	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
USA0063_01_000000012782	1619	0.6224080172865629	2	2	2	1	1	False	863	fragment	False	USA0063_01_000000012782	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1626.0	86.654	100.0	0.01650386293541832	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0066_000000029917	1130	0.6224059155974366	2	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.13224349462372484	PS730	0	0	False	True	0.9946902394294739	0					non-mobilizable	other	1131.0	94.164	100.0	0.00035122998937910376	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0781_000000005594	4431	0.6224035669866667	5	4	4	3	2	False	73127	maximal	True	ISR0781_000000005594	1.0		11	4	False	False	0.9914240837097168	0					non-mobilizable	no_good_hit								True	False
CAN0018_000000010855	3182	0.6223971624850383	4	4	4	4	4	False	92280	fragment	False	ISR0249_000000005131	0.9803233679072605		0	0	False	False	0.9959145188331604	0					non-mobilizable	other	3182.0	99.15100000000001	100.0	0.11402659784206187	LR131275.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 9D11-Mucin	False	False
BAN0013_000000000011	11081	0.6223937053030842	12	2	0	2	0	False	98753	maximal	True	BAN0013_000000000011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0023_000000004714	6135	0.6223937053030842	9	2	0	2	0	False	49412	fragment	False	FIJ0023_000000004714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000005982	5927	0.6223937053030842	9	2	0	2	0	False	45911	fragment	False	FIJ0071_000000005982	1.0		0	0	False	False	0.9983128309249878	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000006610	5529	0.6223937053030842	8	2	0	2	0	False	40721	maximal	True	FIJ0133_000000006610	1.0		1	1	False	False	0.9992765188217163	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	0.013612950699043414	NZ_CADEAU010000633.1	high GC Gram+	Micromonospora maritima isolate DSM 45782, whole genome shotgun sequence	True	False
FIJ0053_000000004063	4693	0.6223937053030842	7	2	0	2	0	False	46420	fragment	False	FIJ0053_000000004063	1.0		0	0	False	False	0.999573826789856	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000010714	3667	0.6223922003874002	8	3	2	3	1	False	63910	maximal	True	ISR0812_000000010714	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000001246	20639	0.6223902791049164	17	10	6	10	7	False	93030	fragment	False	SPA0149_000000000983	0.9489148631820449		0	0	False	False	0.9991763234138489	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.27302284962628e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
ISR0324_000000011109	2791	0.6223859514888491	4	4	4	4	2	False	24939	maximal	True	ISR0324_000000011109	1.0		3	2	False	False	0.9992834329605103	0					non-mobilizable	no_good_hit	429.0	86.24700000000001	15.0	0.00010633894966073881	LR607381.1	firmicutes	Clostridium perfringens strain 4928STDY7387880 genome assembly, chromosome: 1	True	False
ISR0099_000000002563	8217	0.6223836827885458	6	3	3	3	3	False	33222	maximal	True	ISR0099_000000002563	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	72.597	11.0	0.045160962213294006	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
ENG0079_000000027058	1210	0.6223790989349794	3	3	3	2	2	False	70906	maximal	False	DEN0066_000000028896	0.9575719663159865		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	99.09100000000001	100.0	0.005642861476852133	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0034_01_000000000095	96217	0.6223789807165501	90	13	5	11	5	True	127415	maximal	False	SPA0046_000000000019	0.9178472711171528		0	0	True	True	0.9999896287918091	7					non-mobilizable	virus	22403.0	97.045	99.0	0.22633382874821803	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
SPA0156_000000001516	7439	0.6223758374323541	8	8	3	4	8	True	123505	fragment	False	SPA0156_000000001516	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7394.0	98.796	99.0	0.0016490224242504032	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ISR0799_000000015350	1101	0.6223695739226972	2	2	2	1	1	False	43786	fragment	False	FIJ0086_000000030042	0.6365761028337715		0	0	False	False	0.982742965221405	0					non-mobilizable	other	1101.0	99.09200000000001	100.0	0.02270192109068374	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0083_000000002765	7519	0.6223678491204737	7	5	4	4	5	False	102142	fragment	False	ISR0083_000000002765	1.0		0	0	False	False	0.999334990978241	0					non-mobilizable	no_good_hit	2719.0	81.059	57.0	0.04403854591546549	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
AST0090_000000002592	9726	0.6223617284695757	10	2	1	1	0	True	111132	maximal	True	AST0090_000000002592	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	90.726	3.0	0.09864217252396167	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0082_000000019398	1670	0.6223536070506522	3	3	2	3	1	False	67402	fragment	False	ISR0082_000000019398	1.0		0	0	False	False	0.9658682346343994	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000019881	1339	0.6223521511151796	2	2	2	1	1	False	44222	fragment	False	MAD0088_000000019881	0.9995948136142625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	84.946	7.0	2.5764060098775443e-05	NC_017310.1	d-proteobacteria	Desulfovibrio vulgaris RCH1, complete sequence	True	False
FIJ0081_000000029530	1234	0.6223521511151796	2	2	2	1	1	False	44222	fragment	False	MAD0088_000000019881	0.9604182225541449		0	0	False	False	0.9991896152496338	0					non-mobilizable	no_good_hit	93.0	84.946	8.0	2.5764060098775443e-05	NC_017310.1	d-proteobacteria	Desulfovibrio vulgaris RCH1, complete sequence	True	False
ISR0131_000000027023	1358	0.6223517371725641	2	1	1	1	1	False	31638	maximal	True	ISR0131_000000027023	1.0		1	1	False	False	0.9749631881713867	0					non-mobilizable	no_good_hit	1091.0	84.876	80.0	0.0002538637882071995	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
MON0038_000000006491	3981	0.6223505729082651	5	3	1	1	3	False	83208	fragment	False	FIJ0053_000000004798	0.9623774509803922		0	0	False	False	0.9994975924491882	0					non-mobilizable	other	3979.0	98.59299999999999	99.0	0.0012372379696728925	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0112_000000004208	6126	0.6223480546646574	6	6	3	5	5	True	123607	fragment	False	ISR0087_000000003064	0.8272972564143052		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6133.0	98.5	100.0	0.015157329715249185	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
ISR0783_000000000379	26966	0.6223444634733704	26	8	5	8	6	True	92386	fragment	False	ISR0783_000000000379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0047_000000003877	6680	0.6223364957310583	5	4	4	4	4	False	130488	fragment	False	CHI0076_000000000512	0.22932254859492454		0	0	False	False	1.0	0					non-mobilizable	other	6680.0	99.925	100.0	0.010657547886362041	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0090_000000035305	1724	0.6223358768056619	2	2	2	1	2	False	9554	maximal	True	MON0090_000000035305	1.0		358	11	False	False	0.9941995143890381	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	5.0	0.00015678812401227936	NZ_MSPW01000002.1	firmicutes	Viridibacillus arenosi strain FSL R5-0213 NODE_2_length_561267_cov_2.5607, whole genome shotgun sequence	True	False
CAN0003_000000008416	5690	0.6223311747169309	4	4	4	3	3	True	96780	fragment	False	CAN0003_000000008416	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5627.0	99.68	99.0	0.0017749664413011497	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
MAD0065_000000007096	1631	0.6223300171897354	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9482363633984198		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.249	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0013_000000003031	7290	0.6223186538206296	7	5	5	3	4	False	122621	fragment	False	ISR0013_000000003031	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2595.0	99.037	60.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0045_000000028304	1496	0.6223167461835201	3	2	2	1	1	False	17824	fragment	False	MAD0045_000000028304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000008488	4517	0.6223136805734547	3	2	2	2	2	False	21552	fragment	False	ISR0814_000000008488	1.0		0	0	False	False	0.9880451560020447	0					non-mobilizable	no_good_hit	3242.0	70.666	70.0	0.0008406282356598984	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
MAD0049_000000012947	1457	0.6223087784592224	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.46719755613660846		0	0	False	False	1.0	0					non-mobilizable	chromosome	1457.0	99.245	100.0	0.0002739209564958586	CP042981.1	enterobacteria	Escherichia coli strain NCCP 14539 chromosome, complete genome	False	False
SPA0037_000000013145	1883	0.6223053431326169	3	3	3	3	2	False	118210	fragment	False	MON0064_000000012482	0.4753256513026052		0	0	False	False	0.9925650358200073	0					non-mobilizable	other	1884.0	95.488	100.0	0.0032804372986766695	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
AST0006_000000003864	3924	0.6223039146237092	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.0913782173930663		0	0	False	False	1.0	0					non-mobilizable	other	3924.0	98.751	100.0	0.027917571270954195	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
FIJ0057_000000018341	1847	0.622299081753406	3	2	2	2	2	False	46130	maximal	True	FIJ0057_000000018341	1.0		7	3	False	False	0.9924201369285583	0					non-mobilizable	no_good_hit	653.0	73.813	35.0	0.0023627765019849536	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
CHI0119_000000004012	2682	0.622296534281373	6	4	3	2	2	False	81951	maximal	True	CHI0119_000000004012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	93.431	49.0	0.01844968704862783	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0083_01_000000020916	1282	0.6222869317283465	2	1	1	1	1	False	492	maximal	True	USA0083_01_000000020916	1.0		29	8	False	False	0.9953197836875916	0					non-mobilizable	other	569.0	93.67299999999999	96.0	0.0006996616249148519	NZ_FUHT01000002.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	False	False
DEN0066_000000013899	2490	0.6222812310039744	3	3	3	2	2	False	131873	fragment	False	ISR0128_000000013355	0.9628594129709648		0	0	False	False	0.9967871308326721	0					non-mobilizable	other	2356.0	99.745	95.0	0.13652173913043478	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
USA0081_01_000000013503	2294	0.6222812310039744	3	3	3	2	2	False	131873	fragment	False	ISR0128_000000013355	0.9128609940069685		0	0	False	False	0.9995640516281128	0					non-mobilizable	other	2166.0	99.4	94.0	0.1255072463768116	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
DEN0051_000000020541	2225	0.6222812310039744	3	3	3	2	2	False	131873	fragment	False	ISR0128_000000013355	0.705710902525479		0	0	False	False	1.0	0					non-mobilizable	other	2040.0	99.95100000000001	92.0	0.11820289855072463	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
AST0099_000000000725	19931	0.6222795156525032	17	10	5	7	3	True	108924	fragment	False	AST0099_000000000725	1.0		0	0	False	False	0.9998996257781982	0					non-mobilizable	no_good_hit	835.0	84.19200000000001	4.0	0.0002238794468663502	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0179_000000006110	4117	0.6222755445737782	5	5	2	5	1	False	110772	fragment	False	ISR0179_000000006110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1699.0	95.35	63.0	0.0003222412431418864	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
FIJ0026_000000012212	2627	0.6222695367866727	3	3	2	2	3	False	97785	maximal	True	FIJ0026_000000012212	1.0		63	9	False	False	1.0	0					non-mobilizable	chromosome	2627.0	100.0	100.0	0.0005513593548633633	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
CHI0119_000000001899	4941	0.6222662406107561	7	5	2	2	5	False	96181	maximal	True	CHI0119_000000001899	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2802.0	81.29899999999999	63.0	0.01668668263921159	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
ISR0025_000000018546	2124	0.6222653125685855	2	2	2	2	2	False	41306	fragment	False	ISR0025_000000018546	1.0		0	0	False	False	0.993879497051239	0					non-mobilizable	other	846.0	86.052	98.0	0.00020619461584422965	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0005_000000026539	1207	0.6222630358250448	2	2	2	2	1	False	19913	maximal	True	MAD0005_000000026539	1.0		32	8	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	72.99	25.0	0.00011214118982912717	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ENG0184_000000001815	12544	0.6222593078374986	12	8	7	8	5	False	107942	maximal	True	ENG0184_000000001815	1.0		1	1	True	True	1.0	23					non-mobilizable	no_good_hit	82.0	84.146	1.0	0.00039094173520213133	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0026_000000030085	1166	0.6222582708440907	2	2	2	2	1	False	70316	fragment	False	SPA0026_000000030085	0.9928825622775801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	73.38	36.0	0.009715733444901564	NZ_CAPF01000074.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
ENG0125_000000020952	1276	0.6222566193086798	2	2	2	2	2	False	58801	fragment	False	ENG0125_000000020952	1.0		0	0	False	False	0.9992163181304932	0					non-mobilizable	no_good_hit	214.0	75.70100000000001	17.0	4.118860555292677e-05	CP047391.1	enterobacteria	Serratia marcescens strain 1602 chromosome, complete genome	True	False
CHI0024_000000000433	16108	0.6222558777997085	19	8	3	8	2	True	89043	fragment	False	CHI0024_000000000433	0.9794408602150538		0	0	False	False	1.0	0					non-mobilizable	plasmid	16051.0	99.975	100.0	0.2109233316687255	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
SPA0029_000000005589	4379	0.6222535903954929	4	4	4	4	4	False	131659	fragment	False	CHI0018_000000003108	0.4769038701622971		0	0	False	False	1.0	0					non-mobilizable	other	2018.0	88.15700000000001	100.0	0.002215331057930468	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
MAD0059_000000017234	1103	0.6222441643823503	2	2	2	2	2	False	16873	fragment	False	MAD0059_000000017234	1.0		0	0	False	False	0.9582955837249756	0					non-mobilizable	chromosome	1103.0	100.0	100.0	0.00023137776430290415	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0188_000000005592	3942	0.6222436417429982	6	3	1	3	1	True	29271	maximal	True	ISR0188_000000005592	1.0		7	1	False	False	0.9974632263183594	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.005719446116797111	NZ_QRST01000049.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf49, whole genome shotgun sequence	True	True
FIJ0172_000000008063	3198	0.6222408630076356	6	6	5	6	4	False	112930	fragment	False	FIJ0172_000000008063	0.9604698843759394		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	98.33	100.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0002_000000008423	2601	0.6222358878174663	3	3	2	1	2	False	87049	fragment	False	SPA0002_000000008423	1.0		0	0	False	False	0.9996155500411987	0					non-mobilizable	no_good_hit	1199.0	76.39699999999999	46.0	0.00021411625501643154	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
CHI0180_000000004026	3508	0.6222327414637486	4	4	3	4	3	False	77489	maximal	True	CHI0180_000000004026	1.0		6	3	False	False	0.9997149109840393	0					non-mobilizable	no_good_hit								True	False
MAD0078_000000002144	3341	0.6222127401252517	4	3	2	3	1	False	16208	maximal	True	MAD0078_000000002144	1.0		1	1	False	False	0.999700665473938	0					non-mobilizable	no_good_hit								True	False
AST0055_000000016117	2183	0.6222111978661693	3	3	2	3	3	False	113813	maximal	True	AST0055_000000016117	1.0		11	3	False	False	0.9880897998809814	0					non-mobilizable	other	2184.0	98.535	100.0	0.020600558659217876	NZ_WAJR01000007.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_007, whole genome shotgun sequence	False	False
ISR0306_000000005399	1851	0.6222086166198204	4	1	1	1	1	False	25452	maximal	True	ISR0306_000000005399	1.0		24	8	False	False	0.9837925434112549	0					non-mobilizable	no_good_hit								True	False
ENG0158_000000011244	1667	0.6222002841864039	3	2	2	2	2	False	61646	maximal	True	ENG0158_000000011244	1.0		1	1	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit								True	False
AST0046_000000012430	1312	0.6221984302575784	2	2	2	1	1	False	115515	fragment	False	AST0046_000000012430	1.0		0	0	False	False	0.9946646094322205	0					non-mobilizable	other	1312.0	99.085	100.0	0.007816226271105599	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	False	False
ISR0779_000000010168	3271	0.6221981487790929	4	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.5338458463501468		0	0	False	False	1.0	0					non-mobilizable	other	3272.0	98.441	100.0	0.06341605273361768	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ISR0164_000000006054	3981	0.6221858872731493	3	3	3	3	2	True	81905	maximal	True	ISR0164_000000006054	1.0		110	9	False	False	0.9984928369522095	0					non-mobilizable	no_good_hit	786.0	78.626	20.0	0.0016721906768411227	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ISR0269_000000000940	9426	0.6221734711123214	11	7	5	6	4	True	53383	fragment	False	ISR0269_000000000940	1.0		0	0	False	False	0.999045193195343	0					non-mobilizable	no_good_hit	1600.0	92.06200000000001	17.0	0.00042654457017298397	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0078_000000009440	3097	0.6221682203690543	3	3	3	3	1	True	69822	maximal	True	DEN0078_000000009440	1.0		14	9	False	False	0.9996771216392517	0					non-mobilizable	no_good_hit	2394.0	82.37299999999999	83.0	0.0003802855488128926	CP039126.1	firmicutes	Blautia producta strain DSM 2950 chromosome, complete genome	True	True
AUS0006_000000006363	3543	0.6221643029432548	5	4	3	4	3	True	128246	maximal	True	AUS0006_000000006363	1.0		1	1	False	False	0.9994354844093323	0					non-mobilizable	no_good_hit	1865.0	87.185	53.0	0.0300734693877551	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ISR0011_000000022959	1273	0.622160296931469	3	3	2	1	2	True	131617	fragment	False	ENG0006_000000010997	0.15530588166373513		0	0	False	False	0.9992144703865051	0					non-mobilizable	other	1273.0	99.45	100.0	0.029347976558534446	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0084_000000005384	4151	0.6221549315493893	6	4	3	3	4	False	127789	fragment	False	AST0029_000000007310	0.5470971880794354		0	0	False	False	0.9980727434158325	0					non-mobilizable	other	4132.0	99.34700000000001	99.0	0.07897957622580892	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0062_000000011395	1797	0.6221548338909848	5	2	1	1	2	True	71704	fragment	False	DEN0062_000000011395	1.0		0	0	False	False	0.9966611266136169	0					non-mobilizable	no_good_hit	774.0	83.075	72.0	0.00021435779656888332	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0120_000000013331	2455	0.6221543761285661	4	4	3	2	2	True	98870	maximal	True	ISR0120_000000013331	1.0		135	6	False	False	1.0	0					non-mobilizable	no_good_hit	2177.0	99.90799999999999	89.0	0.0006982818734372933	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
SPA0048_000000011909	1683	0.6221489870237329	2	2	2	1	2	False	8035	fragment	False	SPA0011_000000010069	0.9836206896551725		0	0	False	False	1.0	0					non-mobilizable	other	1062.0	99.435	100.0	0.00027785939843047414	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
SPA0128_000000018049	2057	0.6221477154091166	3	3	3	3	3	False	60308	fragment	False	ENG0103_000000008644	0.9821428571428572		0	0	False	False	0.9941662549972534	0					non-mobilizable	no_good_hit	1503.0	74.385	72.0	0.0004480996583315696	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0354_000000007493	2594	0.6221458641945491	5	5	5	5	5	False	23998	maximal	True	ISR0354_000000007493	1.0		182	12	False	False	0.9946029186248779	0					non-mobilizable	chromosome	2504.0	96.52600000000001	96.0	0.0011151883838336509	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0239_000000006125	2376	0.6221434620672174	4	3	2	3	3	False	27271	maximal	True	ISR0239_000000006125	1.0		136	11	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	98.712	52.0	0.013476386460629621	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0109_000000010675	2966	0.6221415355549362	3	3	3	3	3	False	85289	maximal	True	ISR0109_000000010675	1.0		10	5	False	False	0.99662846326828	0					non-mobilizable	no_good_hit	1152.0	79.601	66.0	0.001500430193272197	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ISR0183_000000015633	2052	0.6221353669815157	4	2	2	2	2	False	29471	maximal	True	ISR0183_000000015633	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	78.36	55.0	0.0003667848063061836	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0106_01_000000000771	15022	0.62213451724561	21	17	5	11	17	True	111506	fragment	False	USA0106_01_000000000771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12986.0	93.539	87.0	0.01688747474193342	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
AST0087_000000008107	4177	0.6221324430583068	5	5	5	3	5	False	115495	fragment	False	SPA0088_000000003956	0.964362336114422		0	0	False	False	1.0	0					non-mobilizable	other	4081.0	97.501	98.0	0.03401689586443279	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
TAN0007_000000008138	4174	0.6221276048390434	5	3	2	3	2	True	119984	fragment	False	TAN0007_000000008138	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2102.0	89.72399999999999	55.0	0.0006295600576509612	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
TAN0005_000000003148	4149	0.6221276048390434	5	3	2	3	2	True	119984	fragment	False	TAN0007_000000008138	0.9970052707235266		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2082.0	89.625	55.0	0.0006235384406480826	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0052_000000000258	31173	0.6221252618347941	53	11	7	9	6	False	17306	maximal	True	MAD0052_000000000258	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	0.0	0.00024328484186485278	NZ_FOVR01000012.1	a-proteobacteria	Cohaesibacter marisflavi strain CGMCC 1.9157, whole genome shotgun sequence	True	False
ISR0301_000000014849	1344	0.6221242765754378	2	2	1	2	2	False	25554	maximal	True	ISR0301_000000014849	1.0		14	4	False	False	1.0	0					non-mobilizable	other	729.0	90.947	99.0	0.00015354128074547988	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MAD0104_000000000971	9449	0.6221240767332368	6	6	2	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8411355166773054		0	0	False	False	0.9988358616828918	0					non-mobilizable	no_good_hit	1261.0	83.109	35.0	0.002622130868167875	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0102_000000004871	7585	0.6221240767332368	6	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.5329527914764226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	83.59200000000001	8.0	0.0012086057749609504	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0045_000000004131	7121	0.6221240767332368	6	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.23740704335773896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1397.0	72.155	19.0	0.002873052482346619	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0036_000000008083	1637	0.6221203687370133	2	2	2	2	1	False	36750	fragment	False	ISR0036_000000008083	1.0		0	0	False	False	0.999389111995697	0					non-mobilizable	no_good_hit	295.0	86.102	18.0	8.797967250614286e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0039_000000016045	1628	0.6221199029933407	4	2	2	1	1	False	95143	maximal	True	ENG0039_000000016045	1.0		7	4	False	False	0.9987714886665344	0					non-mobilizable	other	1626.0	99.016	99.0	0.0004480703059534343	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
FIJ0038_000000011650	2925	0.6221188655124374	8	2	1	2	1	False	93823	maximal	True	FIJ0038_000000011650	1.0		1	1	False	False	0.9941880106925964	0					non-mobilizable	no_good_hit	792.0	92.677	27.0	0.02445668998823602	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ISR0213_000000005671	4120	0.6221147670781605	4	4	4	4	3	False	76025	maximal	False	DEN0010_000000009914	0.9776598214109327		0	0	False	False	0.9973300695419312	0					non-mobilizable	no_good_hit	2150.0	97.023	52.0	0.015388142247184572	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0346_000000011854	1954	0.6221140151214387	2	2	2	2	2	False	24190	fragment	False	ISR0346_000000011854	1.0		0	0	False	False	0.9994882345199585	0					non-mobilizable	no_good_hit	799.0	94.994	49.0	0.0002686021278808672	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0095_000000031904	1202	0.6221123673479353	3	2	2	1	1	True	15560	fragment	False	MAD0095_000000031904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	74.905	86.0	0.00024468754650718336	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0125_000000008469	1780	0.6221103185464641	3	3	3	3	3	False	40324	maximal	False	ISR0067_000000015398	0.9592631032693306		0	0	False	False	0.9938202500343323	0					non-mobilizable	no_good_hit	384.0	75.0	21.0	0.007569521132416424	NZ_JAAISM010000031.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_31_length_49805_cov_206.601, whole genome shotgun sequence	True	False
ENG0172_000000004056	4653	0.622109874566861	8	6	4	5	4	False	126425	maximal	True	ENG0172_000000004056	1.0	PS317|PS959	1	1	False	True	0.9993552565574646	0					non-mobilizable	no_good_hit								True	True
AST0106_000000006159	3248	0.6221042371191122	5	3	0	2	2	True	107473	maximal	True	AST0106_000000006159	0.9583074051026759		45	8	False	False	0.9821428656578064	0					non-mobilizable	no_good_hit								True	True
CHI0040_000000007446	2146	0.6221037860835305	3	2	2	2	2	False	97345	fragment	False	SPA0132_000000015268	0.48605234499839556		0	0	False	False	1.0	0					non-mobilizable	chromosome	2146.0	94.40799999999999	100.0	0.0004764348017298248	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0806_000000005393	2126	0.6221037860835305	3	2	2	2	2	False	97345	fragment	False	SPA0132_000000015268	0.6195986590348441		0	0	False	False	1.0	0					non-mobilizable	other	2127.0	99.295	100.0	0.005814160187497094	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0039_000000009627	2054	0.6221037860835305	3	2	2	2	2	False	97345	fragment	False	SPA0132_000000015268	0.4324701897447866		0	0	False	False	1.0	0					non-mobilizable	other	2055.0	99.221	100.0	0.005617255421034351	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0141_000000008066	3382	0.6221033124426845	5	3	2	3	2	False	125886	fragment	False	SPA0097_000000009153	0.7667110297225044		0	0	False	False	1.0	0					non-mobilizable	other	2555.0	94.63799999999999	98.0	0.05076852351542044	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
AST0118_000000008633	3377	0.6221033124426845	5	3	2	3	2	False	125886	fragment	False	SPA0097_000000009153	0.7736435291838524		0	0	False	False	0.9955582022666931	0					non-mobilizable	other	2525.0	96.238	98.0	0.050228858107973055	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0011_000000004306	5058	0.6220952123908255	6	6	5	6	4	False	8054	maximal	True	SPA0011_000000004306	1.0		3	2	False	False	0.99980229139328	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.444271063005444e-06	NZ_KK073875.1	firmicutes	Saccharibacillus sacchari DSM 19268 SacsacDRAFT_Scaffold1.1, whole genome shotgun sequence	True	False
MON0068_000000021335	1989	0.6220933742282998	2	2	2	1	2	False	77298	fragment	False	CHI0183_000000002912	0.916326530612245		0	0	False	False	0.9919557571411133	0					non-mobilizable	other	1904.0	89.916	96.0	0.0005273505840011996	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0103_000000001101	1920	0.6220876716370688	4	4	3	2	3	True	84341	fragment	False	CHI0103_000000001101	0.9973175965665235		0	0	False	False	1.0	0					non-mobilizable	other	1917.0	99.635	99.0	0.01049730718868307	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
FIJ0026_000000011796	2716	0.622085312932334	4	4	3	4	3	False	74090	fragment	False	FIJ0026_000000011796	1.0		0	0	False	False	0.9992636442184448	0					non-mobilizable	chromosome	2714.0	98.23100000000001	99.0	0.0005696260204662241	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0343_000000004459	3477	0.6220808240691345	4	2	0	2	0	False	122818	maximal	True	ISR0343_000000004459	1.0		0	0	False	False	0.9997124075889587	0					non-mobilizable	no_good_hit	2447.0	95.586	70.0	0.026540593413759375	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0047_000000021608	1440	0.6220764959841174	3	1	1	1	1	False	46857	maximal	True	FIJ0047_000000021608	1.0		3	2	False	False	0.9965277910232544	0					non-mobilizable	no_good_hit								True	False
FIJ0045_000000011418	2037	0.6220751164452917	2	2	2	2	2	False	85655	maximal	True	FIJ0045_000000011418	1.0		0	0	False	False	0.9916543960571289	0					non-mobilizable	no_good_hit	1229.0	97.559	61.0	0.0003671804699491065	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
CHI0169_000000006859	2194	0.6220602547472579	2	2	2	2	2	False	78037	maximal	True	CHI0169_000000006859	1.0		17	6	False	False	0.9972652792930603	0					non-mobilizable	no_good_hit	751.0	71.771	33.0	0.04225352112676056	NZ_WEHX01000047.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_47_length_17324_cov_116.114311, whole genome shotgun sequence	True	False
TAN0022_000000001907	2683	0.6220599883805487	3	3	2	3	3	False	47331	maximal	True	TAN0022_000000001907	1.0		8	4	False	False	0.9768915176391602	0					non-mobilizable	no_good_hit	78.0	97.436	3.0	0.0011371020142949967	NZ_JH379465.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1359, whole genome shotgun sequence	True	False
SPA0052_000000004936	6340	0.6220586891752176	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.17168915913142732		0	0	False	False	0.9992113709449768	0					non-mobilizable	other	6340.0	99.60600000000001	100.0	0.10747235601383895	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
USA0038_01_000000000648	25492	0.6220570377927456	24	21	18	17	18	True	131581	maximal	True	USA0038_01_000000000648	1.0		51	11	False	False	1.0	0					non-mobilizable	no_good_hit	17533.0	98.28299999999999	71.0	0.005310559598854649	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ENG0199_000000009889	2534	0.6220522802154779	3	3	3	3	2	False	54286	maximal	True	ENG0199_000000009889	1.0		2	2	False	False	0.9830307960510254	0					non-mobilizable	no_good_hit	2126.0	72.625	84.0	0.33312071439961727	AB190765.1	firmicutes	Butyrivibrio fibrisolvens thl, hbd, bcd, etfB, etfA genes for thiolase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, electron transfer flavoprotein alpha-subunit, complete cds, strain:ATCC 51255	True	False
ISR0194_000000014028	1839	0.6220517474714982	3	3	3	2	2	False	76184	fragment	False	ISR0194_000000014028	1.0		0	0	False	False	0.9923871755599976	0					non-mobilizable	other	1839.0	98.26	100.0	0.022641044592264105	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
USA0120_01_000000009928	1343	0.6220516358515304	2	2	2	2	1	False	206	fragment	False	USA0120_01_000000009928	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	99.396	99.0	0.0003993742834355969	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0813_000000012335	2471	0.6220492394717593	4	4	4	4	1	True	21583	fragment	False	ISR0813_000000012335	1.0		0	0	False	False	0.9842169284820557	0					non-mobilizable	no_good_hit	179.0	75.97800000000001	7.0	5.396971808181809e-05	NZ_CP021106.3	b-proteobacteria	Nitrosospira lacus strain APG3 chromosome, complete genome	True	True
CHI0051_000000011763	1579	0.6220478511590707	3	3	3	2	2	False	86602	maximal	True	CHI0051_000000011763	1.0		31	5	False	False	0.9993667006492615	0					non-mobilizable	no_good_hit	1407.0	99.645	89.0	0.002931352967421535	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
AST0053_000000001082	13307	0.6220407514778312	12	12	7	11	11	True	114279	fragment	False	AST0053_000000001082	0.972569706103994		0	0	False	False	0.9990230798721313	0			MPF_T		non-mobilizable	plasmid	13253.0	99.51	99.0	0.2274616203592403	CP057707.1	enterobacteria	Escherichia coli strain RHB17-C03 plasmid pRHB17-C03_3, complete sequence	False	True
SPA0059_000000011830	2125	0.6220356352711933	3	3	3	3	3	False	6269	maximal	True	SPA0059_000000011830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	94.811	48.0	0.00018593795747939363	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
USA0015_01_000000013780	2434	0.6220303264352363	3	3	3	3	1	True	118505	maximal	True	USA0015_01_000000013780	1.0		32	7	False	False	0.979457676410675	0					non-mobilizable	other	1504.0	96.277	97.0	0.0004497736318936487	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0186_000000007659	3420	0.6220291263097725	3	3	2	2	3	False	112783	maximal	True	ISR0186_000000007659	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2294.0	74.455	66.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0073_000000000717	4892	0.6220281214811063	6	6	3	3	5	False	18839	fragment	False	MAD0073_000000000717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1422.0	98.594	45.0	0.01640422977465829	CP025846.1	enterobacteria	Escherichia coli strain 720632 plasmid p720632_86, complete sequence	True	False
DEN0022_000000029890	1398	0.6220275744061129	2	2	2	1	1	False	74514	fragment	False	USA0044_01_000000018511	0.962176562345416		0	0	False	False	0.9978540539741516	0					non-mobilizable	no_good_hit								True	False
USA0117_01_000000015125	1342	0.6220267046566078	2	2	2	2	1	False	85108	fragment	False	USA0117_01_000000015125	0.9996249062265566		0	0	False	False	0.9858420491218567	0					non-mobilizable	chromosome	1342.0	99.851	100.0	0.0003733166301284059	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0043_000000005962	4199	0.622025506091629	5	5	3	4	3	True	47243	fragment	False	FIJ0043_000000005962	1.0		0	0	False	False	0.9997618198394775	0					non-mobilizable	no_good_hit	866.0	88.79899999999999	59.0	0.0002935367887550948	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0143_000000011175	2775	0.6220234264204447	7	1	0	1	1	False	31153	maximal	True	ISR0143_000000011175	1.0		1	1	False	False	0.9790990948677063	0					non-mobilizable	no_good_hit								True	False
AUS0012_000000008530	1991	0.6220227074821029	3	2	2	2	1	False	101134	fragment	False	AUS0012_000000008530	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1991.0	98.041	100.0	0.0005569625779922535	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0141_000000008073	3552	0.6220200804166266	3	2	2	2	2	True	40299	maximal	True	FIJ0141_000000008073	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1800.0	70.833	50.0	0.0004651697264702085	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0368_000000003576	3400	0.6220177238873675	6	3	1	3	2	True	33185	maximal	True	ISR0368_000000003576	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0100_000000006104	5963	0.6220161094715515	10	7	3	5	3	False	53255	maximal	False	MAD0062_000000002022	0.9502874389023321		0	0	False	False	0.9994968771934509	0					non-mobilizable	no_good_hit	199.0	98.995	3.0	0.0011509085202106512	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
ISR0846_000000009701	1152	0.6220080801447185	2	2	2	2	1	False	80070	fragment	False	MON0080_000000037680	0.5481383677164084		0	0	False	False	0.9791666865348816	0					non-mobilizable	no_good_hit	170.0	80.0	15.0	0.0002401509520269884	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0228_000000001106	14612	0.6220074303456309	15	8	6	7	4	True	27615	backbone	True	ISR0228_000000001106	1.0	PS66|PS79	1	1	True	True	1.0	31					non-mobilizable	no_good_hit	921.0	72.421	6.0	0.015319280629964582	NZ_FQZY01000026.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0066_01_000000013712	1493	0.62200421535635	2	2	2	2	2	False	116800	fragment	False	ISR0159_000000013040	0.20510141216943756		0	0	False	False	0.9886135458946228	0					non-mobilizable	other	1491.0	96.37799999999999	99.0	0.005644937954999829	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0301_000000001809	8177	0.6219993519308715	14	6	3	3	5	False	38270	maximal	True	ISR0301_000000001809	1.0		2	1	False	False	0.9997553825378418	0					non-mobilizable	no_good_hit	583.0	93.48200000000001	15.0	0.0010445192505439077	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MAD0050_000000000538	22718	0.6219986905448832	25	4	2	4	1	False	18886	fragment	False	MAD0050_000000000538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	100.0	0.0	2.6240590873843807e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0079_000000013312	1708	0.6219942399721645	3	1	1	1	1	False	10094	fragment	False	MON0079_000000013312	1.0		0	0	False	False	0.9988290667533875	0					non-mobilizable	no_good_hit	950.0	83.368	55.0	0.0002881699379291102	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0140_000000024829	1394	0.6219923583634063	2	1	1	1	1	False	40354	fragment	False	FIJ0140_000000024829	0.9834604946873792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	80.814	12.0	6.466152544145755e-05	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
MAD0048_000000009640	2446	0.6219921117545616	3	3	3	3	1	False	125834	maximal	True	MAD0048_000000009640	1.0		5	3	False	False	0.994685173034668	0					non-mobilizable	no_good_hit	1342.0	95.604	59.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
AST0003_000000001327	20548	0.6219898039844233	19	9	8	8	5	False	130787	maximal	True	AST0003_000000001327	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3703.0	77.45100000000001	18.0	0.018891014170831534	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	False
ENG0149_000000010309	1977	0.6219854774267413	2	2	2	2	2	False	57213	fragment	False	ENG0149_000000010309	1.0		0	0	False	False	0.9959534406661987	0					non-mobilizable	other	1978.0	93.074	100.0	0.007972531884075514	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
DEN0003_000000003155	8174	0.6219848253926195	10	10	10	10	8	False	76697	maximal	True	DEN0003_000000003155	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00043328897279564237	NZ_FNID01000019.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
AUS0022_000000013985	2493	0.6219843911851866	4	4	4	4	4	False	99291	fragment	False	AUS0022_000000013985	0.9791315345699831		0	0	False	False	0.999197781085968	0					non-mobilizable	other	2494.0	97.554	100.0	0.03144304501067472	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
ISR0339_000000004185	3360	0.6219758543926935	6	4	3	3	4	False	82919	fragment	False	ISR0339_000000004185	1.0		0	0	False	False	0.9997023940086365	0					non-mobilizable	no_good_hit	865.0	89.36399999999999	62.0	0.005884043295611599	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0070_000000001871	14657	0.6219742486013461	15	15	7	8	15	True	123789	fragment	False	DEN0070_000000001871	0.9948660903025265		0	0	False	False	1.0	0					non-mobilizable	other	14657.0	99.993	100.0	0.0027842416028690453	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
SPA0058_000000026659	1121	0.6219714178039633	1	1	1	1	1	False	6282	fragment	False	SPA0058_000000026659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0040_000000007271	3059	0.6219666374672301	4	2	1	2	2	False	85746	fragment	False	ENG0040_000000007271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1551.0	83.946	62.0	0.07720254314259764	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0091_000000011650	2052	0.6219666374672301	3	2	1	2	2	False	85745	fragment	False	ENG0091_000000011650	1.0		0	0	False	False	0.9946393966674805	0					non-mobilizable	no_good_hit	1549.0	84.054	75.0	0.07720254314259764	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
SPA0136_000000002949	10946	0.621965938277659	15	10	6	8	9	True	87500	fragment	False	ENG0171_000000001736	0.949291986081613		0	0	False	False	1.0	0					non-mobilizable	other	10928.0	99.91799999999999	99.0	0.23897734231475812	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0044_000000004000	6193	0.6219634130548775	11	4	3	2	3	False	115813	maximal	True	SPA0044_000000004000	0.9739356675420261		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	77.444	14.0	0.00037139581529974704	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0009_000000005396	6125	0.6219634130548775	11	4	3	2	3	False	115813	maximal	False	SPA0044_000000004000	0.968213312362789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	77.444	14.0	0.00037139581529974704	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0069_01_000000010385	5894	0.6219634130548775	11	4	3	2	3	False	115813	maximal	False	SPA0044_000000004000	0.9458383808392796		0	0	False	False	0.9994910359382629	0					non-mobilizable	no_good_hit	900.0	77.444	15.0	0.00037139581529974704	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0008_000000015380	1864	0.6219613755293225	2	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.8311510960018852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	84.72200000000001	30.0	0.006678533667036953	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
FIJ0079_000000015134	1848	0.6219613755293225	2	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.8288951463367291		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	84.04899999999999	30.0	0.006477776141975721	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
FIJ0031_000000013324	1841	0.6219613755293225	3	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.8214765318819934		0	0	False	False	0.9983704686164856	0					non-mobilizable	no_good_hit	469.0	83.369	29.0	0.0062100994418940805	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
ISR0327_000000002508	7790	0.6219611332283608	11	8	3	8	8	False	122695	fragment	False	ISR0327_000000002508	0.9973745031730105		0	0	False	False	0.9983311891555786	0					non-mobilizable	chromosome	7790.0	99.92299999999999	100.0	0.0014104298288977858	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
MAD0068_000000008051	3286	0.6219610868148507	6	6	6	5	4	False	39135	maximal	True	MAD0068_000000008051	1.0		31	4	False	False	0.9987826943397522	0					non-mobilizable	chromosome	3287.0	99.3	100.0	0.0006771253617448486	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
DEN0067_000000014387	2332	0.6219609656771421	4	2	2	2	2	False	70841	fragment	False	DEN0067_000000014387	1.0		0	0	False	False	0.9845626354217529	0					non-mobilizable	no_good_hit	131.0	83.969	6.0	4.181598457826489e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
CAN0006_000000015271	2952	0.6219578797212477	2	2	2	2	2	False	95691	fragment	False	CAN0006_000000015271	1.0		0	0	False	False	0.9942411780357361	0					non-mobilizable	plasmid	2786.0	99.928	100.0	0.010031842545098266	CP018361.1	enterobacteria	Klebsiella oxytoca strain CAV1752 plasmid pCAV1752-278, complete sequence	False	True
ISR0794_000000013672	1510	0.6219571637634693	3	3	3	2	2	False	43719	maximal	False	FIJ0087_000000021248	0.9634387351778656		0	0	False	False	0.990728497505188	0					non-mobilizable	other	1512.0	98.611	100.0	0.06737462073888988	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0104_000000025629	1107	0.6219484403016364	2	2	2	2	2	False	80709	maximal	False	ENG0080_000000024279	0.9325920857198482		0	0	False	False	0.9981933236122131	0					non-mobilizable	other	1107.0	97.2	100.0	0.003966048331283372	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
AST0148_000000004167	7709	0.6219479510654261	13	7	7	6	4	False	105201	maximal	True	AST0148_000000004167	1.0		21	9	False	False	0.9971461892127991	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000022377	1216	0.6219478526755493	2	2	2	2	2	False	81883	maximal	False	DEN0038_000000003749	0.9541213063763607		0	0	False	False	0.9827302694320679	0					non-mobilizable	other	1196.0	98.161	98.0	0.0002929875932626093	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0288_000000021645	1361	0.6219472869690429	2	2	2	1	1	False	85652	fragment	False	CHI0061_000000004539	0.4616575057360364		0	0	False	False	0.9625275731086731	0					non-mobilizable	other	1360.0	98.897	99.0	0.0004063822968140885	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0040_000000006694	3298	0.6219408718578048	2	2	2	2	2	False	64867	maximal	True	ENG0040_000000006694	0.9731100184388446		43	6	False	False	0.9842328429222107	0					non-mobilizable	no_good_hit	923.0	97.075	29.0	0.008981977593765221	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
ISR0140_000000009514	2639	0.6219385361443944	4	2	2	2	1	True	74421	fragment	False	ISR0140_000000009514	0.9827786377708978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0347_000000008572	2584	0.6219385361443944	4	2	2	2	1	True	74421	fragment	False	ISR0140_000000009514	0.9738537324744221		0	0	False	False	0.9996129870414734	0					non-mobilizable	no_good_hit								True	True
ISR0039_000000015750	2291	0.621937014351876	3	2	2	2	2	False	36546	fragment	False	ISR0039_000000015750	1.0		0	0	False	False	0.994762122631073	0					non-mobilizable	no_good_hit	1452.0	76.928	63.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0205_000000004429	1932	0.6219306533904932	3	2	2	2	2	False	53995	maximal	True	ENG0205_000000004429	1.0		45	11	False	False	1.0	0					non-mobilizable	other	1352.0	84.098	95.0	0.0003850224277704775	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0165_000000001789	9766	0.6219294325288457	16	16	2	11	16	True	48630	fragment	False	FIJ0112_000000002118	0.9559657725218729		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	9769.0	99.51899999999999	100.0	0.06089851494407661	AP023340.1	enterobacteria	Klebsiella pneumoniae MH15-269M plasmid pMH15-269M_3 DNA, complete sequence	False	True
ISR0257_000000005276	3069	0.6219292730960571	3	2	2	2	1	False	83985	fragment	False	ISR0257_000000005276	1.0		0	0	False	False	0.9990224838256836	0					non-mobilizable	no_good_hit	40.0	97.5	3.0	1.0545046410371567e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0002_000000021610	1887	0.6219284627681716	3	3	1	1	3	False	119970	fragment	False	MAD0002_000000021610	0.9862583986645737		0	0	False	False	0.996290385723114	0					non-mobilizable	no_good_hit								True	False
FIJ0104_000000014055	1887	0.6219284627681716	3	3	1	1	3	False	119970	fragment	False	MAD0002_000000021610	0.9861024624639383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000007374	4336	0.6219223213121601	5	5	5	3	4	False	1717	maximal	True	USA0023_01_000000007374	1.0		1	1	False	False	0.9988468885421753	0					non-mobilizable	no_good_hit	2898.0	96.929	67.0	0.054878974125502696	NZ_LMUA01000022.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00022, whole genome shotgun sequence	True	False
ISR0193_000000012414	2170	0.6219120369338104	2	2	2	2	2	False	29093	maximal	True	ISR0193_000000012414	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	824.0	98.90799999999999	100.0	0.00023857250734487352	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0118_000000014400	2127	0.6219111835606047	4	3	3	2	2	False	128163	fragment	False	AST0118_000000014400	0.4903709717855964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	87.31299999999999	88.0	0.030122448979591838	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0046_000000019077	1755	0.6219091401422485	4	3	3	3	1	True	11516	fragment	False	MON0046_000000019077	1.0		0	0	False	False	0.9874643683433533	0					non-mobilizable	no_good_hit	50.0	90.0	3.0	0.0054754721197899205	NZ_BIMA01000186.1	firmicutes	Paenibacillus koleovorans NBRC 103111 PKO02S_CON000186, whole genome shotgun sequence	True	True
FIJ0100_000000002435	8228	0.62190907349771	9	5	4	5	3	False	126276	fragment	False	FIJ0037_000000002679	0.9481799492078848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	73.71	18.0	0.016884410334524577	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
ENG0110_000000010346	2947	0.6219062844135717	4	3	3	3	2	False	59813	maximal	True	ENG0110_000000010346	1.0		0	0	False	False	0.9996606707572937	0					non-mobilizable	no_good_hit	1385.0	99.56700000000001	47.0	0.009495581535759372	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0023_000000019278	1646	0.6219042766049586	2	2	2	1	2	False	37517	fragment	False	ISR0023_000000019278	1.0		0	0	False	False	0.9890643954277039	0					non-mobilizable	no_good_hit	60.0	91.667	4.0	1.985905456763304e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0225_000000008261	2234	0.6219018488586682	4	1	1	1	1	False	27689	maximal	True	ISR0225_000000008261	1.0		0	0	False	False	0.9919427037239075	0					non-mobilizable	no_good_hit	1726.0	98.146	77.0	0.0017470247409086352	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	True	False
SPA0086_000000003126	4762	0.6218984309149737	6	5	5	4	2	True	122730	maximal	True	SPA0086_000000003126	1.0		6	5	False	False	0.9928601384162903	0					non-mobilizable	no_good_hit	2279.0	97.016	52.0	0.041697950812166935	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
DEN0078_000000006818	4040	0.6218946878804703	4	3	1	2	1	True	69831	maximal	True	DEN0078_000000006818	1.0		2	2	True	True	0.9997524619102478	27					non-mobilizable	no_good_hit	110.0	82.727	3.0	0.023825428635047875	LN854128.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1618	True	True
AST0061_000000033260	1266	0.6218914170601414	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21680891362257157		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	96.603	100.0	0.0443517284902882	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MON0076_000000009725	4516	0.6218881060018088	5	4	4	4	4	False	53218	fragment	False	MON0076_000000009725	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2985.0	83.652	94.0	0.001274376415288915	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0073_000000006322	4116	0.621887044163896	6	3	3	2	1	True	91907	fragment	False	ISR0376_000000004481	0.9435972191074231		0	0	False	False	1.0	0					non-mobilizable	plasmid	1955.0	97.238	100.0	0.24286959770830738	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
DEN0083_000000007621	3558	0.621887044163896	5	3	3	2	1	True	83820	fragment	False	SPA0046_000000007828	0.9875706613983741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	99.84700000000001	81.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0041_000000013547	3885	0.6218836231836979	4	3	1	3	1	True	122482	fragment	False	MON0012_000000010424	0.933765573353674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	74.608	16.0	0.0002226623715059916	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0146_000000019237	1110	0.6218778515863023	1	1	1	1	1	False	39951	maximal	True	FIJ0146_000000019237	1.0		184	13	False	False	1.0	0					non-mobilizable	chromosome	1110.0	99.189	100.0	0.0004617435670252639	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
CHI0025_000000005491	1934	0.6218767514660054	1	1	1	1	1	False	88964	fragment	False	CHI0025_000000005491	0.9905950443118104		0	0	False	False	0.9860392808914185	0	Inc18				non-mobilizable	plasmid	1934.0	100.0	100.0	0.0090728172200475	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0029_000000006128	1893	0.6218767514660054	2	1	1	1	1	False	88964	fragment	False	CHI0025_000000005491	0.9831667864637019		0	0	False	False	0.9978869557380676	0	Inc18				non-mobilizable	plasmid	1893.0	100.0	100.0	0.008880377744609348	CP061818.1	firmicutes	Enterococcus faecium strain A6521 plasmid pA6521_1, complete sequence	False	True
CHI0038_000000006542	1843	0.6218767514660054	1	1	1	1	1	False	88964	fragment	False	CHI0025_000000005491	0.9580855682495043		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	1848.0	99.18799999999999	100.0	0.0008582030019894495	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
ISR0055_000000002283	4853	0.6218751500852746	7	5	5	5	3	False	35678	maximal	True	ISR0055_000000002283	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3160.0	99.87299999999999	65.0	0.0010141942244544413	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MON0002_000000024765	1173	0.6218734682732635	2	2	2	2	1	False	70882	fragment	False	ISR0365_000000013508	0.7695516081820363		0	0	False	False	1.0	0					non-mobilizable	chromosome	1163.0	91.23	99.0	0.0003857368904153807	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0152_000000004561	2208	0.621872443433652	2	2	2	2	2	False	79385	fragment	False	CHI0152_000000004561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1304.0	72.393	58.0	0.012835601693977527	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
FIJ0079_000000010315	2735	0.6218708744104151	3	2	2	2	2	False	44390	fragment	False	FIJ0079_000000010315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	71.263	25.0	0.00015594246922443075	CP049055.1	bacteria	Candidatus Kuenenia stuttgartiensis strain CSTR1 chromosome, complete genome	True	False
MON0094_000000022805	1656	0.6218688643228378	2	2	2	2	2	False	100100	fragment	False	MON0094_000000022805	0.9823128246533366		0	0	False	False	0.9927536249160767	0					non-mobilizable	no_good_hit	214.0	73.832	13.0	5.175017097365099e-05	CP025333.1	high GC Gram+	Brevibacterium aurantiacum strain SMQ-1419 chromosome, complete genome	True	False
SPA0010_000000006951	3069	0.6218681830023386	5	5	4	4	4	False	70073	maximal	True	SPA0010_000000006951	1.0		42	9	True	True	1.0	6					non-mobilizable	other	1926.0	99.948	99.0	0.0005204926753837248	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
MON0059_000000020504	1916	0.6218673823887837	2	2	2	1	2	False	26683	maximal	False	SPA0105_000000013200	0.972596959513933		0	0	False	False	0.9853861927986145	0					non-mobilizable	other	1873.0	100.0	98.0	0.0071276000319828205	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
MON0029_000000026678	1227	0.6218644393598715	2	2	2	2	1	False	12541	maximal	True	MON0029_000000026678	1.0		118	13	False	False	0.8590056896209717	0					non-mobilizable	no_good_hit								True	False
ENG0161_000000011303	1895	0.6218602266048427	4	2	2	1	1	False	56406	fragment	False	ENG0161_000000011303	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	95.238	3.0	0.0014002755380897532	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MON0034_000000012954	2147	0.6218583243941599	3	2	2	2	2	False	104978	fragment	False	MON0029_000000012763	0.9617932862190812		0	0	False	False	0.9958081245422363	0					non-mobilizable	no_good_hit	175.0	73.714	8.0	4.4196396451954404e-05	NZ_CP011144.1	g-proteobacteria	Pseudoxanthomonas suwonensis strain J1 chromosome, complete genome	True	False
FIJ0078_000000003817	6245	0.6218563684872497	5	3	3	3	3	False	108747	maximal	True	FIJ0078_000000003817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1751.0	96.916	28.0	0.048265210436317506	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0112_000000011139	1647	0.6218512296950025	2	2	2	2	2	False	82397	maximal	True	CHI0112_000000011139	1.0		4	3	False	False	0.998785674571991	0					non-mobilizable	other	1647.0	99.939	100.0	0.0005498788595144754	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
ISR0375_000000015925	1469	0.6218500476070141	3	3	2	3	2	False	23366	fragment	False	ISR0375_000000015925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	4.0	2.0625639097326838e-05	CP050316.1	g-proteobacteria	Avibacterium paragallinarum strain ESV-135 chromosome, complete genome	True	False
FIJ0067_000000019925	1599	0.6218459637729892	2	2	2	2	2	False	45185	fragment	False	FIJ0067_000000019925	1.0		0	0	False	False	0.998123824596405	0					non-mobilizable	chromosome	1573.0	89.00200000000001	98.0	0.0003494053876975476	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0041_000000061669	1150	0.6218420572604852	3	1	1	1	1	False	11745	maximal	True	MON0041_000000061669	1.0		5	3	False	False	0.9200000166893005	0					non-mobilizable	other	1159.0	88.525	99.0	0.01573522174222125	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
TAN0021_000000002611	5068	0.6218382945921687	4	4	2	4	4	False	74778	maximal	True	TAN0021_000000002611	1.0		45	9	False	False	0.9998027086257935	0					non-mobilizable	no_good_hit	871.0	99.541	17.0	0.9988505747126437	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
ISR0090_000000004733	4865	0.6218285064008038	7	7	7	5	7	False	33689	fragment	False	ISR0090_000000004733	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2461.0	99.71600000000001	100.0	0.0010155756009097641	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
ENG0169_000000018676	1301	0.6218260757725678	3	2	2	2	1	False	55882	fragment	False	ENG0169_000000018676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	80.59100000000001	41.0	0.00015785693659807937	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0077_000000002071	4588	0.6218257320184789	9	5	0	4	3	True	16226	maximal	True	MAD0077_000000002071	1.0		1	1	False	False	0.9980383515357971	0					non-mobilizable	no_good_hit	680.0	71.91199999999999	15.0	0.006157453565230235	NZ_OEPV01000014.1	CFB group bacteria	Dysgonomonas massiliensis strain Marseille-P4356, whole genome shotgun sequence	True	True
ISR0814_000000024609	1672	0.6218216625143568	3	2	2	1	1	False	85093	fragment	False	ISR0814_000000024609	1.0		0	0	False	False	0.9886363744735718	0					non-mobilizable	other	1672.0	97.368	100.0	0.0052921789833946	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0118_000000003051	8398	0.6218199502893352	7	7	6	6	7	False	128760	maximal	True	AST0118_000000003051	1.0		107	6	False	False	0.9998809099197388	0					non-mobilizable	chromosome	6789.0	99.116	97.0	0.0019304997340478486	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0359_000000007074	3402	0.6218183780245329	3	3	3	3	2	False	23827	maximal	True	ISR0359_000000007074	1.0		2	1	False	False	0.9773662686347961	0					non-mobilizable	no_good_hit	542.0	72.325	15.0	0.0002832490613320706	CP016348.1	g-proteobacteria	Vibrio natriegens strain CCUG 16371 chromosome 2, complete sequence	True	False
FIJ0109_000000005081	5476	0.6218166504728458	4	2	1	2	0	True	42167	maximal	True	FIJ0109_000000005081	1.0		1	1	True	True	0.9998173713684082	11					non-mobilizable	no_good_hit	577.0	92.20100000000001	11.0	0.0829127613554434	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	True
SPA0062_000000005084	6181	0.6218156026839106	5	4	2	4	1	True	106252	fragment	False	SPA0062_000000005084	1.0		0	0	False	False	0.9987056851387024	0					non-mobilizable	no_good_hit	2571.0	80.863	41.0	0.005350903422361716	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0039_000000042162	1185	0.6218068197875003	1	1	1	1	1	False	11894	maximal	True	MON0039_000000042162	1.0		1	1	False	False	0.9122362732887268	0					non-mobilizable	no_good_hit	947.0	92.50299999999999	80.0	0.004758883248730965	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
SPA0058_000000018062	1709	0.6218044587231027	3	3	3	2	2	False	35881	fragment	False	MAD0112_000000015559	0.9437500000000001		0	0	False	False	0.9929783344268799	0					non-mobilizable	other	1712.0	97.079	100.0	0.02824774663028198	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0034_000000003434	4351	0.6217953551377554	5	3	1	1	3	False	18826	maximal	True	MAD0034_000000003434	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	94.71700000000001	54.0	0.19811320754716982	CP057986.1	enterobacteria	Escherichia coli strain RHB06-C19 plasmid pRHB06-C19_4, complete sequence	True	False
USA0130_01_000000009222	4219	0.6217950743720864	4	4	4	4	3	False	115904	maximal	True	USA0130_01_000000009222	0.936409166963578		97	12	False	False	0.9954965710639954	0					non-mobilizable	no_good_hit	1683.0	85.50200000000001	62.0	0.0005757772564556454	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0812_000000030305	1301	0.6217933661137369	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.142464462142946		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	95.223	99.0	0.000359898028891814	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0062_000000001649	8553	0.6217778744688138	16	6	4	6	3	False	71753	maximal	True	DEN0062_000000001649	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	1.7876518338198856e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
AUS0012_000000013921	1244	0.6217737997454277	3	2	1	2	2	False	101057	fragment	False	AUS0012_000000013921	1.0		0	0	False	False	0.9991961121559143	0					non-mobilizable	no_good_hit	529.0	73.913	42.0	0.050788091068301226	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
SPA0006_000000009406	3386	0.6217726537937192	5	5	4	4	3	False	12025	maximal	True	SPA0006_000000009406	1.0		9	5	False	False	0.9976373314857483	0					non-mobilizable	other	3386.0	98.376	99.0	0.013334121401974111	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0193_000000008683	3136	0.6217724560535461	3	2	1	2	1	False	29101	maximal	True	ISR0193_000000008683	1.0		0	0	False	False	0.9920280575752258	0					non-mobilizable	no_good_hit	117.0	81.197	4.0	2.828776416516049e-05	NZ_LT575483.1	firmicutes	Massilibacillus massiliensis strain Marseille-P2411, whole genome shotgun sequence	True	False
DEN0031_000000008242	3886	0.6217646748350836	8	4	3	4	0	True	89992	maximal	True	DEN0031_000000008242	1.0		6	5	False	False	0.9997426867485046	0					non-mobilizable	no_good_hit	488.0	72.131	12.0	0.00958929263664742	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	True	True
MON0005_000000036567	1492	0.6217617350031212	2	2	2	2	2	False	71787	fragment	False	MON0005_000000036567	1.0		0	0	False	False	0.9711796045303345	0					non-mobilizable	no_good_hit	303.0	74.917	20.0	7.60000337777928e-05	CP044359.1	firmicutes	Bacillus amyloliquefaciens strain V417 chromosome, complete genome	True	False
MON0077_000000038605	1188	0.6217611274928051	2	2	2	2	1	False	10191	maximal	True	MON0077_000000038605	1.0		13	1	False	False	0.9705387353897095	0					non-mobilizable	no_good_hit	950.0	88.632	80.0	0.0003252456049859569	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0033_000000018008	3708	0.6217610074261303	7	5	5	4	2	False	123022	maximal	True	MON0033_000000018008	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	93.66	50.0	0.0003542739046451151	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0102_000000011254	2722	0.6217499492642976	5	3	3	3	3	False	108285	fragment	False	ISR0011_000000008961	0.7182361147346782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	91.304	22.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0095_000000013681	2333	0.6217499492642976	5	3	3	3	3	False	106959	fragment	False	ISR0095_000000013681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	91.304	26.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0049_000000005206	3040	0.6217457059975702	4	4	0	3	2	False	86807	fragment	False	CHI0049_000000005206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	89.458	40.0	0.1425287356321839	NZ_KE159505.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.20, whole genome shotgun sequence	True	False
SPA0076_000000000612	11411	0.6217309637573732	12	5	4	5	3	False	5756	maximal	True	SPA0076_000000000612	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	76.86	13.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0199_000000023299	1109	0.6217264211013898	2	1	1	1	1	True	54221	fragment	False	ENG0199_000000023299	1.0		0	0	False	False	0.9738503098487854	0					non-mobilizable	no_good_hit								True	True
SPA0158_000000010795	1839	0.6217227664720234	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.7317656767147971		0	0	False	False	1.0	0					non-mobilizable	chromosome	1839.0	98.749	100.0	0.0005144207127385738	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0092_000000002738	4277	0.6217197264380289	7	3	1	3	1	False	68581	maximal	True	DEN0092_000000002738	1.0		6	4	False	False	0.9997661709785461	0					non-mobilizable	no_good_hit	3787.0	92.58	88.0	0.021928449507088863	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
ISR0159_000000000619	25928	0.6217095087521658	34	8	6	6	5	True	117632	fragment	False	ENG0077_000000000685	0.7053626364283287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10194.0	96.655	39.0	0.9999017778214321	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
DEN0061_000000034005	1292	0.6217026446013388	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.032328252068997636		0	0	False	False	0.9969040155410767	0					non-mobilizable	chromosome	1289.0	85.027	100.0	0.00036550643262877344	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0039_000000012078	1912	0.6216941764230708	3	1	1	1	1	False	47565	maximal	True	FIJ0039_000000012078	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	4.0	0.0005808665611935279	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0112_000000003911	4098	0.6216929528451602	5	4	2	4	4	False	82452	maximal	True	CHI0112_000000003911	1.0		1	1	False	False	0.9997559785842896	0					non-mobilizable	other	3045.0	99.60600000000001	100.0	0.0010175265947489744	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
SPA0023_000000022894	1251	0.6216867885766508	3	2	2	2	2	False	7597	fragment	False	SPA0023_000000022894	1.0		0	0	False	False	0.9368505477905273	0					non-mobilizable	other	1177.0	96.51700000000001	94.0	0.021522905867052553	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0160_000000003907	4306	0.6216847625312957	5	3	1	2	3	False	39354	maximal	True	FIJ0160_000000003907	1.0		14	1	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	79.406	36.0	0.002513426901025047	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	True	False
ISR0105_000000009001	2077	0.6216801435300359	2	2	2	2	2	False	48200	fragment	False	ISR0105_000000009001	1.0		0	0	False	False	0.9995185136795044	0					non-mobilizable	no_good_hit	510.0	73.529	24.0	0.0002141843247120208	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
CAN0001_000000011170	4263	0.6216791964494961	4	4	4	3	2	False	97424	maximal	True	CAN0001_000000011170	1.0		1	1	False	False	0.9955430626869202	0					non-mobilizable	no_good_hit	508.0	74.21300000000001	12.0	0.00010890911177365958	NZ_CP048630.1	a-proteobacteria	Ancylobacter pratisalsi strain DSM 102029 chromosome, complete genome	True	False
MON0007_000000021683	2757	0.6216773173788279	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.3140136111998554		0	0	False	False	0.9934711456298828	0					non-mobilizable	chromosome	2764.0	89.508	100.0	0.0011354005282886463	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0006_01_000000015102	1571	0.621676434031309	2	1	1	1	1	False	92635	fragment	False	SPA0009_000000022615	0.960994295028525		0	0	False	False	1.0	0					non-mobilizable	other	1569.0	81.77199999999999	99.0	0.0006834649701186836	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0119_000000001752	14405	0.6216707200339222	10	8	6	5	8	False	110637	fragment	False	ENG0119_000000001752	0.9993432574430823		0	0	False	False	0.9995834827423096	0					non-mobilizable	no_good_hit	6329.0	97.456	44.0	0.0015512405879268027	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0038_000000005040	5895	0.6216631273531291	5	4	3	4	3	True	105057	fragment	False	ISR0094_000000003659	0.9648216879135065		0	0	False	False	1.0	0					non-mobilizable	other	5826.0	99.949	99.0	0.5298344551573586	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0020_000000019516	1362	0.6216606066093545	3	2	2	2	2	False	37676	fragment	False	ISR0020_000000019516	0.9996171516079633		0	0	False	False	0.9963289499282837	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	7.1846564476903125e-06	NZ_CP033433.1	firmicutes	Cohnella candidum strain 18JY8-7 chromosome, complete genome	True	False
CAN0014_000000012713	3583	0.6216591882911418	3	2	2	2	1	False	93713	maximal	True	CAN0014_000000012713	1.0		7	5	False	False	0.9933016896247864	0					non-mobilizable	no_good_hit	1728.0	95.081	48.0	0.0004833539558756893	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0112_000000009328	3697	0.6216590834674479	4	4	3	3	3	False	118667	maximal	True	SPA0112_000000009328	1.0		4	2	False	False	1.0	0					non-mobilizable	other	3635.0	100.0	98.0	0.0006763294554505659	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ISR0045_000000011500	2224	0.6216562826366976	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.453905824325822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	75.214	21.0	0.010378156874972162	NZ_PPTT01000032.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_32, whole genome shotgun sequence	True	False
MON0090_000000005459	8887	0.6216540536809358	10	6	3	4	2	False	9575	maximal	True	MON0090_000000005459	1.0		1	1	False	False	0.9942612648010254	0					non-mobilizable	no_good_hit	2744.0	97.92299999999999	31.0	0.04404515310628322	NZ_CYXX01000024.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0307_000000003305	2692	0.6216524801779223	3	2	2	2	2	False	63043	maximal	True	ISR0307_000000003305	1.0		105	12	False	False	0.9996285438537598	0					non-mobilizable	no_good_hit	1313.0	79.132	48.0	0.0351814380142992	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	True	False
MAD0068_000000021528	1343	0.6216450697374609	2	1	1	1	1	False	16432	maximal	True	MAD0068_000000021528	1.0		1	1	False	False	0.9925540089607239	0					non-mobilizable	no_good_hit								True	False
MON0011_000000004900	8163	0.6216438768230561	10	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.9158780295304101		0	0	False	False	0.9993875026702881	0					non-mobilizable	no_good_hit	511.0	97.065	7.0	0.00013471232516407562	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0087_000000005174	8153	0.6216438768230561	11	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8901097627997346		0	0	False	False	0.9996320605278015	0					non-mobilizable	no_good_hit	489.0	97.34200000000001	7.0	0.00012911042649388634	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0018_000000003199	7993	0.6216438768230561	10	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8752076532073276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	89.70100000000001	6.0	8.755905843849694e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0094_000000002062	7973	0.6216438768230561	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8858512733649928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	369.0	91.87	5.0	0.00010747215534089758	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0031_000000002586	7928	0.6216438768230561	10	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8792693517761648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	90.055	5.0	0.00010542227771859163	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0054_000000002937	7926	0.6216438768230561	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8790206566887673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	95.57	4.0	9.224449300376767e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0134_000000002208	7896	0.6216438768230561	10	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8788423586343068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	91.818	4.0	9.605140858805015e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0023_000000003543	7883	0.6216438768230561	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8835818146385952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	90.35700000000001	4.0	8.14094255715791e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0006_000000003948	7868	0.6216438768230561	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8780636888732665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	89.70100000000001	4.0	8.755905843849694e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0155_000000002661	7866	0.6216438768230561	10	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8778808115274616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	88.333	4.0	8.726621877816751e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0091_000000003241	7853	0.6216438768230561	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8640986514270409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	88.4	3.0	7.262423576169645e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0002_000000004325	7839	0.6216438768230561	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8836529796327754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	90.146	3.0	7.965238760960257e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0108_000000002501	7807	0.6216438768230561	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8619869057101474		0	0	False	False	0.9976943731307983	0					non-mobilizable	no_good_hit	252.0	88.492	3.0	7.320991508235529e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0084_000000002752	7678	0.6216438768230561	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.8530214171185154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	82.895	2.0	4.392594904941318e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0151_000000002056	7674	0.6216438768230561	9	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.6922408432206516		0	0	False	False	0.999739408493042	0					non-mobilizable	no_good_hit	190.0	79.47399999999999	2.0	0.0781314592806945	HG796409.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00979	True	True
FIJ0090_000000004775	7365	0.6216438768230561	8	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.6409126742934179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	91.384	5.0	0.00011157191058550947	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0003_000000001293	7136	0.6216438768230561	7	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.16453720112817838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	91.73299999999999	5.0	0.00010922919330287411	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0056_000000001394	6996	0.6216438768230561	7	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.26610661654777457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	77.84100000000001	3.0	0.07234394377842084	HG796409.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00979	True	True
MON0081_000000007796	6928	0.6216438768230561	7	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.17195399320488938		0	0	False	False	0.999855637550354	0					non-mobilizable	no_good_hit	305.0	91.148	4.0	8.873041707981463e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0013_000000005662	6764	0.6216438768230561	7	4	2	4	3	True	98540	fragment	False	MON0037_000000004487	0.17115207075716715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	87.678	3.0	6.120348900884903e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
CHI0133_000000005492	3271	0.6216398714801435	6	4	3	3	2	True	125244	fragment	False	FIJ0115_000000005429	0.40151720441162364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	76.667	4.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
MON0035_000000010061	2732	0.6216372785326967	4	2	2	2	2	False	54716	fragment	False	MON0035_000000010061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1492.0	83.11	55.0	0.00039506723478811086	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0101_000000008305	5392	0.6216353362312644	5	2	2	2	1	True	96979	fragment	False	SPA0101_000000008305	0.9927726097299422		0	0	False	False	0.9974035620689392	0					non-mobilizable	other	3606.0	98.197	96.0	0.0012693384595802086	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0186_000000004774	4971	0.6216353362312644	5	2	2	2	1	True	96979	fragment	False	SPA0101_000000008305	0.9668083216436378		0	0	False	False	1.0	0					non-mobilizable	other	3188.0	98.118	95.0	0.0011237171307450346	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0835_000000003140	3865	0.6216353362312644	3	2	2	2	1	True	96976	fragment	False	CAN0002_000000003451	0.740453032809347		0	0	False	False	1.0	0					non-mobilizable	other	3865.0	99.897	100.0	0.0013127617497102854	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0797_000000003038	3843	0.6216353362312644	3	2	2	2	1	True	115275	fragment	False	ISR0797_000000003038	1.0		0	0	False	False	0.9989591240882874	0					non-mobilizable	other	3235.0	98.609	93.0	0.0010987245079096953	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0211_000000007460	3705	0.6216353362312644	3	2	2	2	1	True	96976	fragment	False	CAN0002_000000003451	0.5865262040023894		0	0	False	False	1.0	0					non-mobilizable	other	3705.0	99.946	100.0	0.0012584030851260084	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
USA0111_01_000000006690	3615	0.6216353362312644	3	2	2	2	1	True	96976	fragment	False	CAN0002_000000003451	0.6451754129198988		0	0	False	False	0.9994467496871948	0					non-mobilizable	other	3615.0	100.0	100.0	0.0012278263362973528	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0128_000000009904	3528	0.6216353362312644	3	2	2	2	1	True	96976	fragment	False	CAN0002_000000003451	0.22023946801274735		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	98.259	100.0	0.0011704099968302105	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0093_000000012017	3430	0.6216353362312644	3	2	2	2	1	True	90531	fragment	False	MON0093_000000012017	1.0		0	0	False	False	0.9932944774627686	0					non-mobilizable	other	3193.0	98.52799999999999	100.0	0.0010844553584563226	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0108_000000006477	3367	0.6216353362312644	3	2	2	2	1	True	96976	fragment	False	CAN0002_000000003451	0.1466073608930752		0	0	False	False	0.9869319796562195	0					non-mobilizable	other	3367.0	99.495	100.0	0.0011435704061917237	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0008_000000003074	2932	0.6216353362312644	2	2	2	2	1	True	90530	fragment	False	CHI0008_000000003074	1.0		0	0	False	False	0.9972714781761169	0					non-mobilizable	other	2803.0	97.824	96.0	0.0009879684343732623	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0303_000000004902	2486	0.6216353362312644	2	2	2	2	1	True	25513	fragment	False	ISR0303_000000004902	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2486.0	98.19	100.0	0.000876196131126894	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
DEN0067_000000010811	3037	0.6216329896586011	4	2	2	2	1	False	125515	fragment	False	ENG0145_000000010338	0.9587544316550407		0	0	False	False	0.9914389252662659	0					non-mobilizable	no_good_hit	2351.0	82.43299999999999	77.0	0.0010254166549760108	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0126_000000015726	1150	0.6216321166044363	2	2	2	2	2	False	58753	fragment	False	ENG0126_000000015726	0.9644833027733191		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	99.04299999999999	100.0	0.010286850021486892	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0042_000000011322	2317	0.6216317899288812	4	2	1	2	1	False	64702	fragment	False	ENG0042_000000011322	1.0		0	0	False	False	0.9974104166030884	0					non-mobilizable	no_good_hit	46.0	89.13	2.0	0.00015021361773778292	NZ_FQZD01000005.1	firmicutes	Propionispora hippei DSM 15287, whole genome shotgun sequence	True	False
CHI0167_000000001211	13018	0.6216314745452199	17	11	7	9	8	True	126206	backbone	False	AST0104_000000001961	0.901938264141056	PS948	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1609.0	73.275	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0010_000000018871	1183	0.6216254277226383	2	2	2	2	1	False	38287	maximal	True	ISR0010_000000018871	1.0		561	12	False	False	1.0	0					non-mobilizable	other	572.0	99.476	99.0	0.00018331905734836527	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0041_000000046762	1467	0.6216232344810741	3	3	2	3	1	False	11783	fragment	False	MON0041_000000046762	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	85.132	99.0	0.2113692107920935	NZ_QOHO01000138.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_138, whole genome shotgun sequence	False	False
USA0071_01_000000006364	1917	0.6216225084005385	4	4	4	2	1	False	78141	fragment	False	ENG0005_000000011604	0.9602594519040908		0	0	False	False	1.0	0					non-mobilizable	chromosome	1908.0	99.057	99.0	0.000424405142891225	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0028_000000007956	3823	0.6216176323178805	7	6	4	5	4	True	81852	fragment	False	FIJ0028_000000007956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2173.0	96.825	87.0	0.17515127067365874	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0018_000000001878	10942	0.6216166509352733	11	11	8	10	7	False	94251	fragment	False	ISR0018_000000001878	1.0		0	0	False	False	0.9997258186340332	0					non-mobilizable	other	4072.0	99.82799999999999	100.0	0.001232840994400885	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0302_000000001421	7434	0.6216154448313405	7	7	5	5	6	True	130123	maximal	True	ISR0302_000000001421	1.0		6	2	False	False	0.9997309446334839	0					non-mobilizable	no_good_hit	2797.0	96.425	77.0	0.0009357317236952517	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0030_000000026121	1387	0.621591135637217	3	2	1	2	1	False	124922	fragment	False	ENG0206_000000011673	0.3526202284866562		0	0	False	False	1.0	0					non-mobilizable	chromosome	1381.0	81.39	99.0	0.0004780752901297284	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
AST0087_000000027388	1336	0.6215903883994598	2	2	2	2	2	False	110603	fragment	False	MON0088_000000024135	0.7253680206876427		0	0	False	False	1.0	0					non-mobilizable	chromosome	1336.0	98.728	100.0	0.00047108441515134514	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0030_000000027189	1334	0.6215903883994598	2	2	2	2	2	False	110603	fragment	False	MON0088_000000024135	0.7253733584285568		0	0	False	False	0.995502233505249	0					non-mobilizable	chromosome	1334.0	98.126	100.0	0.00047037867070917085	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0120_000000005782	2428	0.6215900172673092	5	4	4	4	4	True	81854	fragment	False	CHI0120_000000005782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	775.0	97.935	33.0	0.00021466140149179955	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
DEN0051_000000013139	3294	0.6215896183421143	4	4	3	4	3	False	72590	maximal	True	DEN0051_000000013139	1.0		3	3	False	False	0.9996964335441589	0					non-mobilizable	no_good_hit	311.0	73.633	9.0	0.003319674825251441	NZ_JYCE01000188.1	firmicutes	Bacillus alveayuensis strain 24KAM51 LG50_188, whole genome shotgun sequence	True	False
DEN0005_000000010358	3182	0.6215874228278722	4	3	3	2	3	True	76530	maximal	True	DEN0005_000000010358	1.0		2	1	False	False	0.9971715807914734	0					non-mobilizable	no_good_hit	559.0	97.67399999999999	33.0	0.0001987511446890524	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
ENG0162_000000003746	6187	0.6215850172070351	7	6	3	5	5	True	123607	fragment	False	ISR0087_000000003064	0.8258975279667938		0	0	False	True	0.9998383522033691	0	rep_cluster_1702				non-mobilizable	other	6193.0	99.58	100.0	0.0016448255621304292	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0007_000000005740	2947	0.6215796222008073	4	4	4	4	3	False	51595	maximal	True	FIJ0007_000000005740	1.0		14	3	False	False	1.0	0					non-mobilizable	chromosome	2947.0	98.609	100.0	0.0006097727571912203	CP056474.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00473 chromosome, complete genome	False	False
ISR0012_000000016628	1364	0.6215762648906494	2	1	1	1	1	False	110367	fragment	False	MAD0086_000000007269	0.5737398377270645		0	0	False	False	0.9846041202545166	0					non-mobilizable	no_good_hit	635.0	86.14200000000001	46.0	0.00018282529885572192	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
AST0061_000000019286	2179	0.6215754861901476	3	3	3	3	3	False	112015	fragment	False	ISR0048_000000008036	0.726027730759354		0	0	False	False	1.0	0					non-mobilizable	other	2116.0	95.88799999999999	97.0	0.03319508593332705	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
SPA0079_000000004245	5228	0.6215655200255175	8	4	3	2	3	False	105628	fragment	False	SPA0079_000000004245	1.0		0	0	False	False	0.9998087286949158	0					non-mobilizable	chromosome	5170.0	98.723	99.0	0.001147885806685191	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0012_000000007714	3046	0.6215647845261606	4	4	4	4	3	False	50819	maximal	True	FIJ0012_000000007714	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	7.565119126985253e-05	NZ_VJWE01000014.1	b-proteobacteria	Acidovorax delafieldii strain DSM 64 Ga0064100_104, whole genome shotgun sequence	True	False
ENG0043_000000010849	3113	0.6215624464263159	4	4	4	3	3	False	105574	maximal	True	ENG0043_000000010849	0.9728242747582527		129	13	False	False	0.9964664578437805	0					non-mobilizable	chromosome	3113.0	99.486	100.0	0.0008663395622368375	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0142_000000019743	1805	0.6215612747456514	3	3	2	3	1	False	87546	fragment	False	FIJ0142_000000019743	0.9975790381139459		0	0	False	False	0.9900277256965637	0					non-mobilizable	no_good_hit	332.0	82.831	18.0	0.0024068362983299353	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
FIJ0124_000000016229	1744	0.6215590461119737	3	1	1	1	1	False	41237	fragment	False	FIJ0124_000000016229	1.0		0	0	False	False	0.9982798099517822	0					non-mobilizable	no_good_hit	212.0	90.566	12.0	0.0029070968986373846	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0827_000000003367	3182	0.6215574504302867	4	4	4	4	2	False	103256	maximal	False	ISR0847_000000007503	0.9577803101167464		0	0	False	False	1.0	0					non-mobilizable	other	3179.0	99.62299999999999	99.0	0.0008442020696103995	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MON0011_000000001303	19237	0.6215541020109608	24	19	13	16	13	True	77673	maximal	True	MON0011_000000001303	1.0		2	1	False	False	0.9988043904304504	0					non-mobilizable	no_good_hit	649.0	95.686	3.0	0.7091108671789242	GQ882719.1		Uncultured organism clone VC1D469TR genomic sequence	True	True
SPA0045_000000013881	1866	0.6215507530470288	3	2	2	1	2	False	8037	maximal	True	SPA0045_000000013881	1.0		13	4	False	False	0.9914255142211914	0					non-mobilizable	chromosome	1074.0	99.721	100.0	0.0002692332397917194	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0055_000000018426	1685	0.6215507530470288	2	2	2	1	2	False	6505	fragment	False	SPA0055_000000018426	1.0		0	0	False	False	0.9780415296554565	0					non-mobilizable	chromosome	965.0	99.689	98.0	0.00024188335802350182	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0030_000000009055	3439	0.6215503035153459	3	3	3	3	3	False	51717	maximal	True	FIJ0030_000000009055	1.0		19	1	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	77.82300000000001	42.0	0.08777865039569867	NZ_WEHX01000052.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_52_length_16553_cov_204.700559, whole genome shotgun sequence	True	False
DEN0094_000000002435	9641	0.6215407332519958	12	8	7	6	5	False	112400	maximal	True	DEN0094_000000002435	1.0		51	9	False	False	1.0	0					non-mobilizable	no_good_hit	5077.0	99.23200000000001	83.0	0.02005159057780657	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0042_000000009286	3002	0.6215370429492355	5	4	4	4	4	False	36373	maximal	True	ISR0042_000000009286	1.0		7	1	False	False	0.9966688752174377	0					non-mobilizable	no_good_hit	941.0	81.296	31.0	0.007120802043227996	NZ_LFQU01000006.1	CFB group bacteria	Prevotella rara strain 109 contig00006, whole genome shotgun sequence	True	False
AST0002_000000004109	7588	0.6215349571823191	11	9	8	9	7	False	132492	fragment	False	ISR0054_000000002543	0.9740077167075392		0	0	False	False	0.9994728565216064	0					non-mobilizable	chromosome	4514.0	96.389	91.0	0.001262261922987469	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0003_000000019225	1265	0.6215348474343348	2	2	2	2	2	False	76626	maximal	True	DEN0003_000000019225	1.0		1	1	False	False	0.9976284503936768	0					non-mobilizable	chromosome	1267.0	90.45	99.0	0.00035782653093151517	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0831_000000002801	5560	0.6215342140157006	6	6	5	5	4	False	30594	maximal	True	ISR0831_000000002801	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3543.0	97.40299999999999	64.0	0.0010567187286906745	AP013044.1	CFB group bacteria	Tannerella forsythia 3313 DNA, complete genome	True	False
AST0026_000000019813	1311	0.6215334345170178	2	2	2	2	1	False	119056	fragment	False	AST0026_000000019813	0.9859323089700996		0	0	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit								True	False
CHI0130_000000001568	10317	0.6215324558120219	11	8	5	7	6	False	83285	maximal	True	CHI0130_000000001568	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	7460.0	98.257	72.0	0.0023119820524446226	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0066_000000013249	1569	0.6215262012109043	4	4	3	1	4	False	62748	fragment	False	ENG0066_000000013249	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1569.0	99.618	100.0	0.00029541351675096375	CP053080.1	enterobacteria	Escherichia coli strain HB37 chromosome HB37, complete sequence	False	False
ISR0156_000000001004	21388	0.6215224887530735	14	13	10	10	10	False	129715	maximal	True	ISR0156_000000001004	1.0	PS1061	15	4	False	True	1.0	0					non-mobilizable	no_good_hit	17895.0	94.876	84.0	0.07293699726430117	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0109_000000000423	24619	0.6215212352918582	30	13	11	11	8	True	68473	maximal	True	MAD0109_000000000423	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2317.0	88.26100000000001	29.0	0.09450171821305842	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0312_000000016861	1154	0.6215137461841957	1	1	1	1	1	False	25236	fragment	False	ISR0312_000000016861	1.0		0	0	False	False	0.9965338110923767	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	0.0005907757496740548	NZ_FOGW01000019.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
ISR0170_000000020293	2288	0.6215126493310289	4	4	2	4	2	False	121039	fragment	False	ISR0177_000000013530	0.9678945538712169		0	0	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit	2000.0	72.2	85.0	0.000668724262356023	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0137_000000013624	2690	0.6215071815186916	3	3	3	3	2	False	87954	maximal	True	SPA0137_000000013624	1.0		0	0	False	False	0.9970260262489319	0					non-mobilizable	no_good_hit	2074.0	99.711	77.0	0.0008790226523247033	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0177_000000005742	4306	0.6215019577235662	5	4	4	3	3	False	29776	fragment	False	ISR0177_000000005742	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2667.0	93.963	96.0	0.012061627163817838	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	False	False
ENG0188_000000018953	1328	0.6214965299849338	2	2	2	2	2	False	54887	fragment	False	ISR0080_000000025093	0.6796209680634246		0	0	False	False	0.9992470145225525	0					non-mobilizable	no_good_hit	142.0	81.69	10.0	7.599826195279187e-05	NZ_CP027228.1	firmicutes	Mogibacterium diversum strain CCUG 47132 chromosome, complete genome	True	False
MAD0098_000000026343	1710	0.6214956008368276	3	1	1	1	1	False	15298	maximal	True	MAD0098_000000026343	1.0		1	1	False	False	0.9894737005233765	0					non-mobilizable	no_good_hit	101.0	80.19800000000001	6.0	2.1578582300490435e-05	NZ_LBIA02000001.1	a-proteobacteria	Afipia massiliensis strain LC387 LC387_contig1, whole genome shotgun sequence	True	False
ISR0211_000000010635	2119	0.6214907311341881	3	2	2	2	2	False	117946	fragment	False	ISR0211_000000010635	1.0		0	0	False	False	0.9990561604499817	0					non-mobilizable	other	2039.0	94.115	96.0	0.000572539644844915	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0104_000000030802	1485	0.6214858063342698	2	2	2	2	2	False	8791	maximal	True	MON0104_000000030802	1.0		32	8	False	False	0.9925925731658936	0					non-mobilizable	no_good_hit	302.0	76.15899999999999	37.0	0.005814861067748985	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	True	False
FIJ0095_000000019152	1447	0.6214808652357802	2	1	1	1	1	False	120337	fragment	False	MON0087_000000017192	0.01330179791018393		0	0	False	False	0.9972356557846069	0					non-mobilizable	no_good_hit	121.0	77.686	8.0	4.044149777486081e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0021_000000018579	2335	0.6214803161201717	4	2	2	2	2	False	91579	maximal	True	CAN0021_000000018579	1.0		6	3	False	False	0.9875802993774414	0					non-mobilizable	chromosome	2297.0	98.955	98.0	0.0007681021083817177	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
MON0014_000000013010	1287	0.6214799897452582	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.15465266386782753		0	0	False	False	1.0	0					non-mobilizable	chromosome	1287.0	94.949	100.0	0.0003315243857324897	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
DEN0051_000000007761	5226	0.6214796846341787	6	5	3	5	2	False	72603	maximal	True	DEN0051_000000007761	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	79.141	3.0	4.444346302345804e-05	NZ_CP016502.1	firmicutes	Hungateiclostridium thermocellum DSM 2360 strain LQRI chromosome, complete genome	True	False
DEN0061_000000014950	2752	0.6214772375286789	3	3	2	2	3	False	117428	maximal	True	DEN0061_000000014950	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1742.0	79.564	63.0	0.0010020300493507018	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MON0099_000000012978	2525	0.6214740757035472	4	3	3	2	1	True	66981	fragment	False	USA0056_01_000000007731	0.7316750783976562		0	0	False	False	0.9592078924179077	0					non-mobilizable	other	2425.0	99.91799999999999	96.0	0.0009587162694230023	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
MON0098_000000003894	5689	0.6214660796699609	6	4	3	4	3	False	125575	fragment	False	ENG0050_000000003044	0.5553579194842496		0	0	False	False	0.9998242259025574	0					non-mobilizable	no_good_hit								True	False
MON0008_000000005981	4742	0.6214660796699609	4	4	3	4	3	False	43523	fragment	False	MON0008_000000005981	0.9713576905728463		0	0	False	False	0.9898777008056641	0					non-mobilizable	no_good_hit								True	False
ISR0227_000000003418	7411	0.6214632426193996	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8677053427727793		0	0	False	False	1.0	0					non-mobilizable	chromosome	6380.0	97.069	93.0	0.001812456800552953	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0090_000000002900	7065	0.6214632426193996	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.6575475939476624		0	0	False	False	1.0	0					non-mobilizable	chromosome	6346.0	97.053	93.0	0.0018027858132304796	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0084_000000003312	6161	0.6214632426193996	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.1555677492729077		0	0	False	False	1.0	0					non-mobilizable	chromosome	6160.0	97.565	99.0	0.0017507331461712845	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0030_000000027371	1326	0.6214628731210678	2	2	2	2	2	False	12500	maximal	True	MON0030_000000027371	1.0		313	13	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.1028037604032796e-05	NZ_CP029353.1	a-proteobacteria	Azospirillum thermophilum strain CFH 70021 chromosome 2, complete sequence	True	False
MAD0085_000000004949	2249	0.6214557392172557	3	3	2	3	3	False	16071	maximal	True	MAD0085_000000004949	1.0		63	10	False	False	1.0	0					non-mobilizable	other	2044.0	97.70100000000001	91.0	0.0074876031240493895	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CAN0017_000000009830	3739	0.6214499010713219	4	3	3	3	3	False	92532	maximal	True	CAN0017_000000009830	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2457.0	93.40700000000001	66.0	0.0006902145229454174	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0815_000000023694	1300	0.6214476536404366	2	2	2	1	1	False	21447	maximal	True	ISR0815_000000023694	1.0		7	3	False	False	0.9930769205093384	0					non-mobilizable	other	1188.0	89.141	91.0	0.11227005499715532	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0007_000000050802	1291	0.6214453640976989	2	1	1	1	1	False	13910	maximal	True	MON0007_000000050802	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	76.895	63.0	0.008684329466457181	NZ_QSFS01000015.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf15, whole genome shotgun sequence	True	False
MON0007_000000020281	2910	0.6214384285203802	4	3	3	3	2	False	63536	fragment	False	MAD0066_000000007985	0.9689525759126578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0005649607449689271	NZ_FOET01000023.1	high GC Gram+	Streptomyces radiopugnans strain CGMCC 4.3519, whole genome shotgun sequence	True	False
ISR0182_000000010418	3405	0.621431346879654	4	3	2	3	3	True	127720	fragment	False	ISR0182_000000010418	0.962902264600715		0	0	False	True	1.0	0					non-mobilizable	chromosome	3406.0	93.18799999999999	100.0	0.00153310299234485	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0023_000000008430	3356	0.621431346879654	3	3	2	3	3	True	127720	fragment	False	ISR0182_000000010418	0.9563876651982379		0	0	False	True	1.0	0					non-mobilizable	other	3361.0	86.671	100.0	0.011077679170065826	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ENG0058_000000016612	2020	0.6214237222508465	3	3	3	3	3	False	63449	maximal	False	ISR0225_000000008483	0.9601366742596811		0	0	False	False	0.997029721736908	0					non-mobilizable	no_good_hit	498.0	73.896	25.0	0.00014937572391511363	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
DEN0011_000000013619	3110	0.621423586939299	5	3	2	3	2	False	75740	maximal	True	DEN0011_000000013619	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	0.000175376345401673	NZ_BANT01000004.1	high GC Gram+	Gordonia hirsuta DSM 44140 = NBRC 16056, whole genome shotgun sequence	True	False
FIJ0006_000000001935	14035	0.6214215625150706	13	11	9	10	11	False	101322	fragment	False	FIJ0093_000000001367	0.9810307248282786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.555	10.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0093_000000001367	14033	0.6214215625150706	13	11	9	10	11	False	101322	fragment	False	FIJ0093_000000001367	0.9813203049352601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.555	10.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0049_000000000951	14014	0.6214215625150706	13	11	9	10	11	False	101322	fragment	False	FIJ0093_000000001367	0.9808850104227347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.555	10.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0116_000000001445	12866	0.6214215625150706	12	11	9	10	11	False	101322	fragment	False	FIJ0093_000000001367	0.9540995742000757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.555	11.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0111_000000001922	12656	0.6214215625150706	12	11	9	10	11	False	101322	fragment	False	FIJ0093_000000001367	0.705656648664337		0	0	False	False	0.9999209642410278	0					non-mobilizable	no_good_hit	1438.0	79.555	11.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0062_000000001978	12493	0.6214215625150706	12	11	9	10	11	False	101322	fragment	False	FIJ0093_000000001367	0.7006482579172988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.555	12.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
DEN0085_000000003181	11311	0.6214173680500442	10	9	6	7	6	False	130764	maximal	False	AST0113_000000002437	0.5568883307472141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2113.0	72.125	18.0	0.000807382807957621	NZ_AP018202.1	cyanobacteria	Thermosynechococcus vulcanus NIES-2134	True	False
MON0039_000000019462	2432	0.6214171505948557	3	3	1	1	2	False	26571	maximal	True	MON0039_000000019462	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	398.0	72.362	16.0	0.00011815763406859841	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0291_000000008123	1785	0.6214079652910829	3	3	3	3	3	False	71417	fragment	False	ISR0267_000000009161	0.955649419218585		0	0	False	False	0.9820728302001953	0					non-mobilizable	other	1786.0	98.264	100.0	0.0029602450544980617	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0141_000000006533	5506	0.6213982895875906	5	5	5	5	4	False	72724	fragment	False	ISR0141_000000006533	1.0		0	0	False	False	0.9998183846473694	0					non-mobilizable	no_good_hit	491.0	72.301	9.0	7.387253202258838e-05	NZ_CP034346.1	firmicutes	Paenibacillus lutimineralis strain MBLB1234 chromosome, complete genome	True	False
FIJ0104_000000013081	2014	0.6213907665320589	3	3	3	3	3	False	69020	fragment	False	FIJ0104_000000013081	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2016.0	96.97399999999999	100.0	0.00037978874840457593	CP035202.1	enterobacteria	Klebsiella pneumoniae strain LH94 chromosome, complete genome	False	False
ETH0005_000000032096	1456	0.6213878330970256	2	2	2	2	1	False	52717	maximal	True	ETH0005_000000032096	1.0		2	2	False	False	0.9807692170143127	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.653032019064334e-06	NZ_CP054938.1	high GC Gram+	Streptomyces harbinensis strain NA02264 chromosome, complete genome	True	False
SPA0015_000000004981	3798	0.6213860715903304	5	4	4	4	4	False	128576	fragment	False	AST0019_000000006503	0.7616574743067418		0	0	False	False	0.9973670244216919	0					non-mobilizable	other	3800.0	97.84200000000001	100.0	0.03476156427039217	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
DEN0061_000000012753	3161	0.6213846328217074	4	3	3	3	2	False	81789	fragment	False	DEN0061_000000012753	0.9970854922279793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	80.357	4.0	0.00038145834994989024	NZ_OEQH01000005.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
CHI0121_000000002623	3088	0.6213846328217074	4	3	3	3	2	False	81789	fragment	False	DEN0061_000000012753	0.9856058209427396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	80.357	4.0	0.00038145834994989024	NZ_OEQH01000005.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
ISR0271_000000004688	3261	0.6213822753081505	2	2	1	2	2	False	74331	maximal	True	ISR0271_000000004688	0.9718567926165148		157	9	False	False	0.9932535886764526	0					non-mobilizable	other	3242.0	99.291	99.0	0.0006103158634105189	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
USA0117_01_000000016255	1230	0.6213810002894411	2	2	2	2	1	False	240	maximal	True	USA0117_01_000000016255	1.0		8	6	False	False	0.9894309043884277	0					non-mobilizable	no_good_hit	523.0	83.365	42.0	0.00012630868131537908	CP026615.2	firmicutes	Clostridioides difficile strain R3 chromosome, complete genome	True	False
TAN0024_000000004309	1954	0.6213789178698689	3	3	1	2	3	False	52897	fragment	False	TAN0024_000000004309	0.9790805785123966		0	0	False	False	0.9964175820350647	0					non-mobilizable	other	1956.0	94.53	100.0	0.02258691075727794	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	False	False
ETH0004_000000014483	1936	0.6213789178698689	3	3	1	2	3	False	52897	fragment	False	TAN0024_000000004309	0.9767144319344934		0	0	False	False	0.9994834661483765	0					non-mobilizable	other	1939.0	93.96600000000001	100.0	0.02245897253980623	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	False	False
AST0118_000000015540	1978	0.6213748268881194	3	3	3	3	2	False	105892	fragment	False	AST0118_000000015540	0.995100707675558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	72.17	21.0	4.33421204448915e-05	CP031142.1	high GC Gram+	Saccharopolyspora pogona strain NRRL30141 chromosome, complete genome	True	False
ISR0213_000000017749	1534	0.6213746270216821	3	1	1	1	1	False	28258	maximal	True	ISR0213_000000017749	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	973.0	98.869	63.0	0.0013358566180563286	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0849_000000000287	36123	0.6213746029950273	37	22	7	7	20	False	104432	maximal	False	ISR0128_000000000393	0.9825384101536406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11229.0	93.43700000000001	60.0	0.024986066834607752	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
USA0057_01_000000020459	1571	0.621374105513664	3	3	3	3	2	False	970	maximal	True	USA0057_01_000000020459	1.0		31	7	False	False	1.0	0					non-mobilizable	other	1570.0	77.389	99.0	0.0009201002005073848	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0007_000000012340	2077	0.6213739286611543	4	4	2	2	4	True	8205	maximal	True	SPA0007_000000012340	1.0		1	1	False	False	0.9971112012863159	0					non-mobilizable	no_good_hit	1106.0	97.016	80.0	0.09992732558139535	CP016751.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM1 plasmid pJM1E, complete sequence	True	True
ISR0813_000000013091	2337	0.6213737457540932	3	2	2	2	2	False	74750	fragment	False	ISR0813_000000013091	1.0		0	0	False	False	0.9991441965103149	0					non-mobilizable	no_good_hit	85.0	100.0	4.0	0.0003553509937136717	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
ENG0210_000000000969	16292	0.6213724703788837	15	7	5	6	2	True	53764	maximal	True	ENG0210_000000000969	1.0		1	1	False	False	0.999570369720459	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0003322563644279462	NZ_SBLC01000015.1	a-proteobacteria	Gemmobacter intermedius strain 119/4 Scaffold15, whole genome shotgun sequence	True	True
FIJ0015_000000008054	3609	0.6213707815667281	5	5	4	5	4	False	87979	maximal	True	FIJ0015_000000008054	1.0		3	2	False	False	0.9950124621391296	0					non-mobilizable	chromosome	3451.0	96.581	96.0	0.0016076000727547465	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0159_000000007183	3221	0.6213691222070432	4	2	1	1	2	True	59314	fragment	False	ISR0370_000000007647	0.96548178613396		0	0	False	False	0.999689519405365	0					non-mobilizable	no_good_hit	652.0	88.804	40.0	0.09839296543359612	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0045_000000005795	2207	0.6213672170624527	3	3	3	2	2	False	80222	fragment	False	ENG0045_000000005795	0.9949587534372136		0	0	False	False	0.993656575679779	0					non-mobilizable	no_good_hit								True	False
SPA0033_000000017714	1768	0.6213662234575084	3	3	1	3	2	False	61048	fragment	False	SPA0033_000000017714	1.0		0	0	False	False	0.9802036285400391	0					non-mobilizable	chromosome	1768.0	99.54799999999999	100.0	0.000973608970646819	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	False
ISR0191_000000006248	1709	0.6213589863790142	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.27436072726244837		0	0	False	False	0.9918080568313599	0					non-mobilizable	other	1561.0	84.689	92.0	0.0008969179634822133	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0076_000000004537	5437	0.6213583695076134	8	3	2	3	3	True	118444	fragment	False	ISR0024_000000003680	0.8680893117122851		0	0	False	False	0.9994482398033142	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	2.0	0.024287856071964018	NZ_JAAIUL010000049.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_50_length_3335_cov_335.009, whole genome shotgun sequence	True	True
ISR0137_000000011376	2264	0.6213557439011513	4	4	4	3	3	False	108265	fragment	False	MON0050_000000015553	0.9857072755414298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1635.0	84.52600000000001	80.0	0.000567109990756142	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0830_000000021077	1444	0.6213511046121848	2	1	1	1	1	False	104348	fragment	False	ENG0147_000000010093	0.8640112706801496		0	0	False	False	0.9993074536323547	0					non-mobilizable	chromosome	1444.0	100.0	100.0	0.00040171207850506316	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0125_01_000000017535	1323	0.6213511046121848	2	1	1	1	1	False	104348	fragment	False	ENG0147_000000010093	0.6382291235718326		0	0	False	False	0.9984883069992065	0					non-mobilizable	chromosome	1322.0	99.47	99.0	0.00036691373490621847	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0068_000000001369	1662	0.6213500851880901	4	3	2	2	2	False	92808	fragment	False	TAN0007_000000022778	0.7681998864388185		0	0	False	False	0.9987966418266296	0					non-mobilizable	no_good_hit	55.0	92.727	3.0	1.6258365907772312e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0045_000000015127	1561	0.6213474014481054	3	3	3	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.38918858663697053		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	96.925	100.0	0.00048500226168469686	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0026_000000003477	7688	0.6213466774247662	10	5	5	5	2	True	49140	fragment	False	FIJ0026_000000003477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.868301998855254e-06	NC_003552.1	euryarchaeotes	Methanosarcina acetivorans C2A, complete sequence	True	True
FIJ0163_000000010521	2334	0.6213450981933415	4	4	4	4	4	False	42008	fragment	False	FIJ0163_000000010521	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2316.0	99.87	99.0	0.0004171897306810519	CP032354.1	enterobacteria	Klebsiella variicola strain 15WZ-82 chromosome, complete genome	False	False
FIJ0054_000000013393	1871	0.6213328012169937	2	2	2	2	2	False	46322	maximal	True	FIJ0054_000000013393	1.0		61	9	False	False	1.0	0					non-mobilizable	other	1882.0	79.437	100.0	0.0008897712016909938	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
AST0007_000000006286	2981	0.6213325769998144	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.9061617942003475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	80.926	62.0	0.0003734917284786395	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0083_000000007525	2957	0.6213325769998144	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.8574267654960182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	80.863	62.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0052_000000011643	2917	0.6213325769998144	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.8947482721725469		0	0	False	False	0.9989715218544006	0					non-mobilizable	no_good_hit	891.0	80.359	63.0	0.00036846153684929754	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0078_000000015609	2759	0.6213325769998144	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.4618849988836133		0	0	False	False	0.9996375441551208	0					non-mobilizable	no_good_hit	712.0	82.444	60.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
USA0087_01_000000005490	2745	0.6213325769998144	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.7502822444251787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	81.015	67.0	0.0003734917284786395	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0158_000000006659	2724	0.6213325769998144	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.5689501310587156		0	0	False	False	0.9988986849784851	0					non-mobilizable	no_good_hit	903.0	80.952	68.0	0.0003734917284786395	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0082_000000012244	2647	0.6213325769998144	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.565023291472935		0	0	False	False	0.9943332076072693	0					non-mobilizable	no_good_hit	904.0	81.416	70.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0108_000000008627	2511	0.6213325769998144	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.4154101251624599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	81.195	74.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0117_000000006410	2287	0.6213325590440072	4	4	4	4	3	False	88896	fragment	False	CHI0117_000000006410	1.0		0	0	False	False	0.9947529435157776	0					non-mobilizable	chromosome	2287.0	99.869	100.0	0.0009666215351100113	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0120_000000017813	1921	0.6213320310325051	2	2	2	2	1	False	100104	maximal	True	ISR0120_000000017813	1.0		6	2	False	False	0.99687659740448	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	3.0	1.4671129440853456e-05	CP061721.1	high GC Gram+	Pseudarthrobacter sp. BIM B-2242 chromosome, complete genome	True	False
USA0078_01_000000002737	4984	0.6213307494192177	7	5	2	2	5	True	100019	maximal	True	USA0078_01_000000002737	1.0		25	6	False	False	0.9961878061294556	0					non-mobilizable	no_good_hit	3833.0	99.896	77.0	0.0012297415168052907	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0040_000000020428	1213	0.6213288386535354	1	1	1	1	1	False	64807	fragment	False	MON0038_000000028724	0.9791496320523303		0	0	False	False	0.985160768032074	0					non-mobilizable	other	1223.0	78.332	100.0	0.00032335406791393514	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
CHI0045_000000008978	2330	0.6213279931640711	4	2	1	1	2	True	87147	fragment	False	CHI0045_000000008978	1.0		0	0	False	False	0.984549343585968	0					non-mobilizable	no_good_hit	60.0	83.333	3.0	0.0015687547333116953	NZ_JAAIPV010000042.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_42_length_36972_cov_94.6972, whole genome shotgun sequence	True	True
ISR0092_000000027884	1161	0.6213248499390207	2	2	2	1	1	False	33555	maximal	True	ISR0092_000000027884	1.0		47	4	False	False	1.0	0					non-mobilizable	other	1161.0	95.26299999999999	100.0	0.012192558335085138	NZ_JAAIUL010000013.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_13_length_95140_cov_205.626, whole genome shotgun sequence	False	False
AST0062_000000013360	1158	0.6213218851600752	2	2	2	1	1	False	111648	maximal	True	AST0062_000000013360	1.0		1	1	False	False	0.9913644194602966	0					non-mobilizable	no_good_hit	608.0	82.566	52.0	0.0005272496566341079	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
FIJ0074_000000020836	1415	0.6213210679232173	1	1	1	1	1	False	85541	fragment	False	ISR0770_000000007634	0.9264877140938765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1415.0	99.859	100.0	0.0005605378943834024	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0062_000000011014	1245	0.6213210679232173	2	1	1	1	1	False	85539	fragment	False	CHI0062_000000011014	0.9677091207043322		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	97.271	100.0	0.0004935429126643111	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0842_000000019514	1208	0.6213210679232173	1	1	1	1	1	False	85539	fragment	False	CHI0062_000000011014	0.9635610512520099		0	0	False	False	0.9958609342575073	0					non-mobilizable	chromosome	1208.0	97.93	100.0	0.00047847895227776994	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0018_000000018902	2048	0.6213201915751687	3	3	1	1	2	False	75108	fragment	False	DEN0018_000000018902	1.0		0	0	False	False	0.9990234375	0					non-mobilizable	no_good_hit								True	False
FIJ0132_000000022949	1496	0.6213200102440254	2	2	2	2	2	False	51943	fragment	False	FIJ0132_000000022949	1.0		0	0	False	False	0.9779411554336548	0					non-mobilizable	other	1447.0	77.954	96.0	0.008360316210145562	NZ_FOZC01000007.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	False
ENG0088_000000008662	2344	0.6213176620667611	5	4	2	2	4	True	118517	fragment	False	ENG0088_000000008662	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2344.0	96.50200000000001	100.0	0.000666444802839857	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0382_000000001549	7369	0.621314031145408	8	5	2	4	2	False	107233	maximal	True	ISR0382_000000001549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	80.755	25.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
CHI0106_000000004440	4164	0.6213092875387097	4	4	4	4	3	False	83166	fragment	False	CHI0106_000000004440	1.0		0	0	False	False	0.9997598528862	0					non-mobilizable	no_good_hit	3072.0	99.772	74.0	0.14853688029020556	NZ_WNCH01000042.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold42_size20675, whole genome shotgun sequence	True	False
FIJ0061_000000023954	1216	0.6213076865183579	2	1	1	1	1	False	45760	fragment	False	FIJ0061_000000023954	1.0		0	0	False	False	0.9958881735801697	0					non-mobilizable	no_good_hit	427.0	76.815	35.0	0.000526936522790626	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0004_01_000000003565	7475	0.6213069234676362	6	6	4	4	6	False	94155	maximal	True	USA0004_01_000000003565	1.0		53	9	False	False	0.9947826266288757	0					non-mobilizable	chromosome	7438.0	100.0	99.0	0.0011463256924465353	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0153_000000011143	2497	0.6213054654039482	3	2	2	2	1	False	119329	fragment	False	ISR0153_000000011143	1.0		0	0	False	False	0.9727672934532166	0					non-mobilizable	chromosome	2215.0	98.059	99.0	0.0006975322864780546	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0219_000000016506	2015	0.6213054654039482	3	2	2	2	1	False	119327	fragment	False	ISR0219_000000016506	0.9842094416631482		0	0	False	False	1.0	0					non-mobilizable	chromosome	2015.0	99.057	100.0	0.0006338623714899989	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0026_000000014179	1967	0.6213054654039482	3	2	2	2	1	False	119327	fragment	False	ISR0219_000000016506	0.975277316314085		0	0	False	False	1.0	0					non-mobilizable	chromosome	1967.0	99.03399999999999	100.0	0.0006184176891414112	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0078_000000017345	1888	0.6213054654039482	2	2	2	2	1	False	119327	fragment	False	ISR0219_000000016506	0.9401437195949881		0	0	False	False	0.9756355881690979	0					non-mobilizable	other	1852.0	98.434	98.0	0.15471414242728185	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
MAD0107_000000025992	1528	0.6213017663849297	3	3	3	3	2	False	14659	maximal	True	MAD0107_000000025992	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	74.093	12.0	5.017861196401477e-05	NZ_CP022121.1	firmicutes	Dehalobacterium formicoaceticum strain DMC chromosome, complete genome	True	False
FIJ0054_000000007445	3362	0.6212949066693977	5	4	4	3	3	False	46344	fragment	False	FIJ0054_000000007445	1.0		0	0	False	False	0.9994051456451416	0					non-mobilizable	no_good_hit								True	False
ENG0181_000000003940	5637	0.6212943033678555	6	4	4	4	4	False	55289	maximal	True	ENG0181_000000003940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2008.0	99.104	68.0	0.01143211929960469	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	True	False
MON0013_000000004100	8498	0.6212932523117782	9	7	2	7	2	True	13553	maximal	True	MON0013_000000004100	1.0		1	1	False	False	0.9995293021202087	0					non-mobilizable	no_good_hit								True	True
CHI0129_000000013222	1882	0.6212880828520563	3	2	2	2	1	False	88814	fragment	False	CHI0129_000000013222	1.0		0	0	False	False	0.9798086881637573	0					non-mobilizable	other	1867.0	99.89299999999999	99.0	0.13406135498239816	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0147_000000010093	1507	0.6212713157227809	2	1	1	1	1	False	104348	fragment	False	ENG0147_000000010093	0.8682745498847759		0	0	False	False	1.0	0					non-mobilizable	chromosome	1508.0	99.40299999999999	100.0	0.0004195288304276716	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0011_01_000000026093	1384	0.6212713157227809	1	1	1	1	1	False	104348	fragment	False	ENG0147_000000010093	0.845559848838837		0	0	False	False	1.0	0					non-mobilizable	chromosome	1385.0	99.711	100.0	0.0003852872603264085	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
AST0149_000000020253	1311	0.6212713157227809	2	1	1	1	1	False	104348	fragment	False	ENG0147_000000010093	0.7377526630414153		0	0	False	False	1.0	0					non-mobilizable	chromosome	1312.0	99.54299999999999	100.0	0.0003649650276646832	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CAN0018_000000003009	10228	0.6212712095429507	12	4	2	2	4	True	94655	maximal	False	CAN0010_000000001257	0.6452021758018455		0	0	False	False	0.9990223050117493	0					non-mobilizable	no_good_hit	492.0	89.837	9.0	0.0038491580973241102	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0075_000000009377	2645	0.6212703479136799	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.5772542854285598		0	0	False	False	1.0	0					non-mobilizable	chromosome	2659.0	93.08	100.0	0.0009261286081371047	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0180_000000007778	2215	0.6212701534620084	3	3	2	2	1	True	55343	maximal	True	ENG0180_000000007778	1.0		10	4	False	False	0.9837471842765808	0					non-mobilizable	no_good_hit	291.0	82.818	13.0	0.0072884091596892965	NZ_KB894152.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00038.38, whole genome shotgun sequence	True	True
DEN0041_000000027079	1259	0.6212700044989363	2	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.5170445397271263		0	0	False	False	0.9841143488883972	0					non-mobilizable	chromosome	1183.0	88.50399999999999	94.0	0.00031568431140086657	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0072_000000011261	1842	0.621267548498623	3	3	3	3	3	False	62592	maximal	True	SPA0072_000000011261	1.0		10	5	False	False	1.0	0					non-mobilizable	other	1573.0	78.322	97.0	0.009072080744435693	NZ_FOZC01000007.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	False
MON0069_000000038215	1378	0.6212654203920427	3	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.34655477843382504		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	81.495	99.0	0.00047878354981880945	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0024_000000039616	1318	0.6212654203920427	2	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.24619138328601622		0	0	False	False	1.0	0					non-mobilizable	chromosome	1316.0	81.23100000000001	99.0	0.00045682749945729603	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0007_000000052880	1246	0.6212654203920427	2	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.12685138630840545		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	81.14	99.0	0.0004323925401839988	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0033_000000019725	3340	0.6212571581547195	4	2	0	2	1	False	69500	fragment	False	MON0033_000000019725	1.0		0	0	False	False	0.9991018176078796	0					non-mobilizable	no_good_hit								True	False
SPA0022_000000004473	3030	0.6212571581547195	4	2	0	2	1	False	69499	fragment	False	SPA0022_000000004473	1.0		0	0	False	False	0.9993399381637573	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.398648539158335e-05	NZ_SORE01000007.1	b-proteobacteria	Paraburkholderia rhizosphaerae strain LMG 29544 Ga0139080_107, whole genome shotgun sequence	True	False
USA0121_01_000000020917	2159	0.6212571581547195	2	2	0	2	1	False	69090	fragment	False	USA0121_01_000000020917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0082_000000017276	1983	0.6212571581547195	2	2	0	2	1	False	69089	fragment	False	MON0082_000000017276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0149_000000021398	1856	0.6212571581547195	3	2	0	2	1	False	69087	fragment	False	SPA0149_000000021398	1.0		0	0	False	False	0.9919180870056152	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	9.398648539158335e-05	NZ_SORE01000007.1	b-proteobacteria	Paraburkholderia rhizosphaerae strain LMG 29544 Ga0139080_107, whole genome shotgun sequence	True	False
DEN0083_000000018451	1629	0.6212571581547195	2	2	0	2	1	False	69086	fragment	False	DEN0083_000000018451	1.0		0	0	False	False	0.9993861317634583	0					non-mobilizable	no_good_hit								True	False
MON0050_000000025864	1529	0.6212571581547195	2	2	0	2	1	False	31338	fragment	False	MON0050_000000025864	1.0		0	0	False	False	0.9849575161933899	0					non-mobilizable	no_good_hit	71.0	92.958	5.0	2.8166413300114087e-06	LN590692.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG33, chromosome: 33	True	False
SPA0089_000000019877	1939	0.6212527829945	1	1	1	1	1	False	15139	fragment	False	SPA0089_000000019877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	91.969	66.0	0.3580798213787329	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	True	False
CHI0056_000000008879	2194	0.6212502044768828	3	3	3	3	3	False	87821	fragment	False	ISR0297_000000005738	0.7504403983349042		0	0	False	False	0.992707371711731	0					non-mobilizable	other	2194.0	99.635	100.0	0.0007040607579071192	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0127_000000010456	2798	0.6212479682667666	3	3	3	3	3	False	114109	fragment	False	SPA0127_000000010456	1.0		0	0	False	False	0.9992852210998535	0					non-mobilizable	other	2798.0	99.178	100.0	0.019234868959446542	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0127_000000018412	1595	0.6212385110526408	3	3	3	2	2	False	128043	fragment	False	SPA0127_000000018412	0.9262347658755612		0	0	False	False	0.9887147545814514	0					non-mobilizable	no_good_hit	264.0	75.0	16.0	0.00051329349961904	NZ_QICS01000003.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_103, whole genome shotgun sequence	True	False
ENG0142_000000013417	2453	0.6212314158081081	4	3	3	3	2	False	67062	fragment	False	ENG0142_000000013417	0.9946169772256729		0	0	False	False	0.9995923638343811	0					non-mobilizable	no_good_hit	749.0	76.101	30.0	0.00026205608495999925	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0083_01_000000003558	8341	0.6212304078038149	4	3	3	3	1	False	95350	maximal	True	USA0083_01_000000003558	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	93.405	22.0	0.00029428190081318834	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0052_000000026021	1428	0.6212227817546626	2	2	2	2	2	False	60432	fragment	False	ISR0052_000000026021	1.0		0	0	False	False	0.9887955188751221	0					non-mobilizable	other	1432.0	83.24	100.0	0.0045678594032694236	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0003_000000019048	1109	0.6212183216927206	2	2	2	2	2	False	67827	maximal	True	ENG0003_000000019048	1.0		594	14	False	False	0.9819657206535339	0					non-mobilizable	chromosome	1109.0	100.0	100.0	0.000509725263603408	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
AUS0012_000000010539	1630	0.6212164142170205	3	3	2	2	3	False	111791	maximal	True	AUS0012_000000010539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	89.089	71.0	0.0003043824513020878	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ISR0368_000000006460	1979	0.6212142543686889	3	2	2	2	1	True	73837	maximal	True	ISR0368_000000006460	1.0		32	6	False	False	1.0	0					non-mobilizable	other	1817.0	82.334	91.0	0.0006290277255253033	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0018_000000001812	12261	0.6212129557933651	12	9	5	6	6	True	66657	fragment	False	ENG0018_000000001812	1.0		0	0	False	False	0.9998368620872498	0					non-mobilizable	other	9651.0	99.617	97.0	0.0034021796656915093	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0071_000000010644	1932	0.6212104860356514	3	3	3	2	2	False	103652	fragment	False	ENG0071_000000010644	0.9872212529629534		0	0	False	False	1.0	0					non-mobilizable	other	1932.0	100.0	100.0	0.06316237079680753	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0786_000000011881	1216	0.6212071555924044	3	2	1	2	1	False	83842	fragment	False	ISR0786_000000011881	0.8164067142610082		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	92.76899999999999	100.0	0.00040929848058036906	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0010_000000013230	1637	0.6212068938665563	4	2	1	2	1	False	38292	maximal	True	ISR0010_000000013230	1.0		1	1	False	False	0.9914477467536926	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000017955	1561	0.6212011455790559	2	2	1	2	1	False	110545	fragment	False	ISR0141_000000019691	0.985247959824231		0	0	False	False	0.9737347960472107	0					non-mobilizable	no_good_hit								True	False
SPA0109_000000011924	2581	0.6211999877547223	2	2	2	2	2	False	50007	maximal	False	FIJ0018_000000010413	0.9588144726712856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2329.0	73.937	89.0	0.054244276979951656	NZ_BAKG01000022.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
FIJ0120_000000016074	1549	0.6211986633142084	3	2	2	2	1	True	113488	fragment	False	FIJ0120_000000016074	1.0		0	0	False	True	0.9922530651092529	0					non-mobilizable	other	1554.0	83.333	100.0	0.00048095798368476034	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0107_000000015798	3553	0.6211970982282093	3	3	3	2	1	False	68989	fragment	False	SPA0132_000000011622	0.8690386436527521		0	0	False	False	1.0	0					non-mobilizable	other	3553.0	97.354	100.0	0.023071526929772143	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0132_000000011622	3427	0.6211970982282093	3	3	3	2	1	False	68989	fragment	False	SPA0132_000000011622	0.8798549455399409		0	0	False	False	1.0	0					non-mobilizable	other	3428.0	97.43299999999999	100.0	0.02225311127854712	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0318_000000001327	3304	0.6211970982282093	3	3	3	2	1	False	68989	fragment	False	SPA0132_000000011622	0.7946425576899037		0	0	False	False	1.0	0					non-mobilizable	other	3305.0	97.48899999999999	100.0	0.02145418171425602	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0113_000000010256	3177	0.6211970982282093	3	3	3	2	1	False	68989	fragment	False	SPA0132_000000011622	0.7133456300262178		0	0	False	False	0.9993704557418823	0					non-mobilizable	other	3177.0	98.23700000000001	100.0	0.020629270700719685	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0111_000000011158	3089	0.6211970982282093	3	3	3	2	1	False	68989	fragment	False	SPA0132_000000011622	0.6343954332192862		0	0	False	False	0.9996762871742249	0					non-mobilizable	other	3089.0	98.446	100.0	0.02005767881732443	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
DEN0085_000000010325	3080	0.6211970982282093	3	3	3	2	1	False	68989	fragment	False	SPA0132_000000011622	0.5616348854457884		0	0	False	False	1.0	0					non-mobilizable	other	3080.0	98.63600000000001	100.0	0.019999220556522642	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0110_000000007021	2898	0.6211970982282093	3	3	3	2	1	False	68989	fragment	False	SPA0132_000000011622	0.46617948085737787		0	0	False	False	1.0	0					non-mobilizable	other	2898.0	100.0	100.0	0.018817064615864274	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0056_000000015603	1369	0.6211966813450976	2	2	2	1	1	False	46190	maximal	True	FIJ0056_000000015603	1.0		1	1	False	False	0.9715120792388916	0					non-mobilizable	no_good_hit	1019.0	70.658	73.0	0.0002229963047598361	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0035_01_000000016295	1572	0.6211938203595885	3	3	3	2	1	False	1411	maximal	True	USA0035_01_000000016295	1.0		15	5	False	False	0.9993638396263123	0					non-mobilizable	no_good_hit	315.0	99.04799999999999	20.0	8.7804880776911e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0003_01_000000013868	2853	0.6211830401664029	4	3	3	3	2	False	117075	fragment	False	ENG0032_000000006058	0.04180127263827705		0	0	False	False	0.9950928688049316	0					non-mobilizable	chromosome	2657.0	80.918	93.0	0.0007390710187687127	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0171_000000002774	1707	0.6211784698497623	2	2	1	2	0	True	77944	maximal	False	MON0069_000000026664	0.6251628512935046		0	0	False	False	0.9994142055511475	0					non-mobilizable	chromosome	1710.0	96.84200000000001	100.0	0.00025965818876084903	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0197_000000015901	1607	0.6211784698497623	2	2	1	2	0	True	128159	fragment	False	MAD0102_000000004786	0.006161887978041901		0	0	False	False	1.0	0					non-mobilizable	chromosome	1607.0	99.44	100.0	0.0007743535642443447	CP030017.1	firmicutes	Streptococcus suis strain ISU1606 chromosome, complete genome	False	True
CHI0011_000000002400	2545	0.6211739527005977	4	4	4	4	3	False	90194	maximal	False	ENG0208_000000010924	0.9644871362475592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2009.0	84.12100000000001	79.0	0.0003727105949632206	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
SPA0105_000000020084	1186	0.6211688907029839	2	2	2	2	2	False	4771	maximal	True	SPA0105_000000020084	1.0		37	7	False	False	1.0	0					non-mobilizable	other	1198.0	75.71	99.0	0.004976087020531091	NZ_FTRU01000005.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0190_000000007857	3894	0.621164915201264	5	4	2	4	3	False	99518	maximal	True	ENG0190_000000007857	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	93.946	78.0	0.00023117986361199204	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0118_000000008687	1639	0.6211645943881459	2	2	2	2	1	False	59295	fragment	False	ENG0118_000000008687	0.9729351189532306		0	0	False	False	1.0	0					non-mobilizable	chromosome	1639.0	100.0	100.0	0.0005929525525738594	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	False	False
FIJ0112_000000008585	3083	0.6211591553633093	4	4	3	3	4	False	42037	maximal	True	FIJ0112_000000008585	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1833.0	98.854	85.0	0.008356673022360487	CP056683.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00634 plasmid pRHBSTW-00634_2, complete sequence	True	False
AST0050_000000007933	1699	0.6211569914457671	3	3	3	2	2	False	117885	fragment	False	ISR0122_000000008533	0.6267321144864636		0	0	False	False	1.0	0					non-mobilizable	chromosome	1699.0	96.645	100.0	0.0005348903254194571	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
BAN0013_000000000189	2037	0.6211548524972789	3	3	3	2	1	False	98698	fragment	False	BAN0013_000000000189	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2039.0	99.461	100.0	0.00042955679560747616	CP047094.1	enterobacteria	Salmonella sp. S13 chromosome, complete genome	False	False
USA0069_01_000000025141	2447	0.621152747268321	4	4	4	4	3	False	109888	fragment	False	ISR0842_000000008855	0.990592694168614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	75.115	9.0	0.0008519033313903959	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0127_000000003184	8656	0.6211518327317738	8	7	6	6	5	True	56173	maximal	True	SPA0127_000000003184	1.0		1	1	False	False	0.9995378851890564	0					non-mobilizable	no_good_hit	1830.0	99.016	65.0	0.00033980796388666696	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
ENG0060_000000003732	6314	0.6211508888997329	8	5	2	3	0	True	63355	maximal	True	ENG0060_000000003732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2155.0	98.74700000000001	34.0	0.0006063843529145653	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ENG0100_000000007467	3919	0.6211421225761694	6	2	2	2	1	False	95365	fragment	False	ISR0329_000000002680	0.9623295862233915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	8.326833776968533e-06	CP045656.1	ascomycetes	Talaromyces marneffei isolate 11CN-20-091 chromosome 4, complete sequence	True	False
FIJ0133_000000017351	2183	0.6211420824429413	3	3	3	3	3	False	49766	maximal	True	FIJ0133_000000017351	1.0		35	4	False	False	1.0	0					non-mobilizable	chromosome	2183.0	98.53399999999999	100.0	0.0004520543716578897	NZ_CP025034.2	enterobacteria	Lelliottia nimipressuralis strain SGAir0187 chromosome, complete genome	False	False
FIJ0083_000000018349	1945	0.6211411931138211	3	2	1	2	1	False	108964	fragment	False	FIJ0083_000000018349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	73.846	7.0	3.392136501676478e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
FIJ0080_000000019665	1213	0.6211301312731082	3	2	1	1	2	True	131617	fragment	False	ENG0006_000000010997	0.12956381410433296		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	100.0	100.0	0.027963638041622444	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
DEN0085_000000011415	2712	0.6211202697076645	3	3	3	3	1	False	110547	fragment	False	DEN0085_000000011415	1.0		0	0	False	False	0.9904129505157471	0					non-mobilizable	no_good_hit	315.0	75.238	12.0	0.00499381794241855	NZ_CYXX01000024.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0020_000000008264	4450	0.6211191401418941	6	4	3	3	3	True	91926	fragment	False	CAN0020_000000008264	1.0		0	0	False	False	0.9919100999832153	0	IncQ1	MOBQ			mobilizable	plasmid	4331.0	99.885	97.0	0.5683906537148858	CP053239.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-5, complete sequence	False	True
MON0062_000000020404	1817	0.6211171315074702	4	2	2	2	1	True	71652	fragment	False	FIJ0057_000000016254	0.7716853125627507		0	0	False	False	1.0	0					non-mobilizable	other	1819.0	98.461	100.0	0.02340611803481306	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ISR0200_000000017714	1423	0.6211163376944272	2	2	2	2	1	False	28759	fragment	False	ISR0200_000000017714	0.965500780808567		0	0	False	False	0.9943780899047852	0					non-mobilizable	other	1423.0	99.649	100.0	0.0003486429770873895	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0065_000000010860	2585	0.6211055046277001	3	2	2	1	1	False	62860	maximal	True	ENG0065_000000010860	1.0		9	4	False	False	0.9941973090171814	0					non-mobilizable	no_good_hit	2242.0	95.986	87.0	0.0007219930359903859	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0032_000000009879	3282	0.6211039971023223	4	2	2	2	2	False	36961	maximal	True	ISR0032_000000009879	1.0		0	0	False	False	0.9972577691078186	0					non-mobilizable	no_good_hit								True	False
ISR0333_000000007261	2877	0.6211033973711059	4	4	3	3	4	False	24550	maximal	True	ISR0333_000000007261	1.0		1	1	False	False	0.9902676343917847	0					non-mobilizable	no_good_hit	374.0	86.898	13.0	0.011767317939609237	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	True	False
MON0002_000000002268	6901	0.6211029323249689	8	3	2	3	2	True	98540	fragment	False	MON0037_000000004487	0.26754932506602785		0	0	False	False	0.999710202217102	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.010120888389091932	XM_032780131.1	turtles	PREDICTED: Chelonoidis abingdonii PNN interacting serine and arginine rich protein (PNISR), mRNA	True	True
ENG0084_000000008847	3046	0.6210970047859722	4	4	4	4	3	False	103256	maximal	False	ISR0847_000000007503	0.38033093974399		0	0	False	False	0.9996716976165771	0					non-mobilizable	other	3046.0	99.67200000000001	100.0	0.005619149026475511	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
AUS0016_000000003448	6581	0.6210956420042641	6	4	3	4	1	True	120440	fragment	False	ISR0141_000000005034	0.9425949637217242		0	0	False	False	0.9993922114372253	0					non-mobilizable	no_good_hit	101.0	81.188	2.0	2.9815128135783513e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0028_000000006257	2667	0.6210933426630199	4	4	4	3	3	False	65899	maximal	True	ENG0028_000000006257	1.0		25	5	False	False	1.0	0					non-mobilizable	no_good_hit	2281.0	78.47399999999999	85.0	0.0006202456763058079	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0304_000000003296	2811	0.6210896236044139	3	3	3	3	3	False	121399	maximal	True	ISR0304_000000003296	1.0		9	3	False	False	0.9982212781906128	0					non-mobilizable	chromosome	2764.0	95.333	100.0	0.0008686845827083228	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0146_000000008565	2782	0.6210896236044139	4	3	3	3	3	False	121406	fragment	False	ISR0196_000000005183	0.29127087611132446		0	0	False	False	0.9920920133590698	0					non-mobilizable	chromosome	2700.0	99.40700000000001	97.0	0.0008507183195681289	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0121_000000008795	2777	0.6210896236044139	4	3	3	3	3	False	121406	fragment	False	ISR0196_000000005183	0.3820751490868416		0	0	False	False	0.9996399283409119	0					non-mobilizable	chromosome	2777.0	99.64	100.0	0.0008749885346873382	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0038_000000021986	1611	0.6210871396954053	3	3	3	3	1	True	47630	maximal	True	FIJ0038_000000021986	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	79.375	10.0	0.0016235286771363452	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	True	True
ENG0194_000000013649	1978	0.6210821505990686	3	1	1	1	1	True	99965	fragment	False	ISR0148_000000014419	0.9767049340786339		0	0	False	False	1.0	0					non-mobilizable	other	1978.0	100.0	100.0	0.3246838561340121	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0150_000000008712	1950	0.6210821505990686	3	1	1	1	1	True	57157	fragment	False	ENG0150_000000008712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	91.68	49.0	0.0905587668593449	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
FIJ0094_000000010783	1884	0.6210821505990686	2	1	1	1	1	True	43180	fragment	False	FIJ0094_000000010783	1.0		0	0	False	False	0.997346043586731	0					non-mobilizable	no_good_hit	628.0	80.096	33.0	0.12162162162162163	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0234_000000006949	1861	0.6210821505990686	3	1	1	1	1	True	55626	maximal	True	ISR0234_000000006949	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	26.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ENG0069_000000010162	1853	0.6210821505990686	3	1	1	1	1	True	62485	fragment	False	ENG0069_000000010162	1.0		0	0	False	False	0.9919050335884094	0					non-mobilizable	other	1871.0	93.74700000000001	100.0	0.30629003120381015	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0335_000000010239	1831	0.6210821505990686	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.9135755374879357	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1831.0	96.395	100.0	0.0008246850311555189	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0080_000000018116	1784	0.6210821505990686	3	1	1	1	1	True	34303	maximal	True	ISR0080_000000018116	1.0		1	1	False	False	0.9809417128562927	0					non-mobilizable	no_good_hit	586.0	91.46799999999999	33.0	0.09591065856462473	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0210_000000015246	1691	0.6210821505990686	3	1	1	1	1	True	53711	fragment	False	ENG0210_000000015246	0.9981829194427619		0	0	False	False	0.9881726503372192	0					non-mobilizable	other	1690.0	99.822	99.0	0.27738544917063557	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0085_000000018925	1653	0.6210821505990686	3	1	1	1	1	True	43933	maximal	True	FIJ0085_000000018925	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	87.81700000000001	38.0	0.0002746958058754122	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ENG0060_000000019331	1615	0.6210821505990686	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.867070676198647	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1615.0	95.789	100.0	0.0007273451586256871	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ENG0070_000000016243	1578	0.6210821505990686	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.8451585161859231	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1578.0	95.057	100.0	0.002871742275782495	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0792_000000009905	1558	0.6210821505990686	2	1	1	1	1	True	22036	maximal	True	ISR0792_000000009905	1.0		26	9	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	99.243	51.0	0.0002691207397286434	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0290_000000010986	1490	0.6210821505990686	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.7807176802147626	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1490.0	95.772	100.0	0.0006710142138746272	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0218_000000012286	1448	0.6210821505990686	2	1	1	1	1	True	28063	fragment	False	ISR0218_000000012286	1.0		0	0	False	False	0.985497236251831	0					non-mobilizable	no_good_hit	610.0	96.39299999999999	42.0	0.22041259500542887	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	True	True
FIJ0028_000000021711	1393	0.6210821505990686	2	1	1	1	1	True	48915	fragment	False	FIJ0028_000000021711	1.0		0	0	False	False	0.9992821216583252	0					non-mobilizable	no_good_hit	705.0	74.468	49.0	0.004244753102180462	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	True
ETH0004_000000022048	1307	0.6210821505990686	2	1	1	1	1	True	81452	fragment	False	CHI0126_000000010810	0.9460494672566551		0	0	False	False	0.9816373586654663	0					non-mobilizable	no_good_hit								True	True
SPA0104_000000029988	1267	0.6210821505990686	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.35906247691588256	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1268.0	95.34700000000001	100.0	0.0023186388527682645	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0082_000000034630	1249	0.6210821505990686	2	1	1	1	1	True	69171	fragment	False	DEN0082_000000034630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	91.86	48.0	0.09853834784036787	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0024_000000022207	1231	0.6210821505990686	2	1	1	1	1	True	37416	fragment	False	ISR0024_000000022207	1.0		0	0	False	False	0.9926888942718506	0					non-mobilizable	no_good_hit								True	True
ENG0172_000000019857	1221	0.6210821505990686	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.28140691845713367	PS1022	0	0	False	True	0.9950860142707825	0					non-mobilizable	other	1198.0	93.155	100.0	0.01875234991853616	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0069_000000046500	1155	0.6210821505990686	3	1	1	1	1	True	127699	backbone	False	ENG0064_000000012060	0.21339617226458046	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1155.0	95.844	100.0	0.002113514404498086	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0052_000000027881	1151	0.6210821505990686	1	1	1	1	1	True	46434	fragment	False	FIJ0052_000000027881	1.0		0	0	False	False	0.9965247511863708	0					non-mobilizable	no_good_hit								True	True
ISR0273_000000012998	1119	0.6210821505990686	2	1	1	1	1	True	26364	maximal	True	ISR0273_000000012998	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	919.0	95.647	82.0	0.0004096610389593003	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CAN0004_000000026405	1113	0.6210821505990686	1	1	1	1	1	True	95962	maximal	True	CAN0004_000000026405	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	100.0	88.0	0.006782105781433119	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	True
MON0005_000000050465	1007	0.6210821505990686	2	1	1	1	1	True	14070	fragment	False	MON0005_000000050465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	99.865	74.0	0.1410914622551816	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
MON0107_000000019925	2907	0.6210819086179924	4	3	3	3	3	False	55271	maximal	True	MON0107_000000019925	1.0		66	11	False	False	0.9944960474967957	0					non-mobilizable	chromosome	2907.0	97.179	100.0	0.0005565654975258082	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ETH0003_000000005169	5716	0.6210808342705679	8	3	2	3	1	True	53252	maximal	True	ETH0003_000000005169	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0101_000000024292	1196	0.6210776213054396	2	1	1	1	1	False	53921	fragment	False	MAD0101_000000024292	0.9564353275403474		0	0	False	False	0.9866220951080322	0					non-mobilizable	no_good_hit	44.0	100.0	4.0	1.0542649799407699e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0052_000000032491	1163	0.6210754045441215	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.20937883383526082		0	0	False	False	0.9991401433944702	0					non-mobilizable	other	1163.0	99.82799999999999	100.0	0.014450399810975838	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0010_000000014599	1482	0.6210748627787708	3	2	2	2	2	False	105241	fragment	False	ISR0169_000000020222	0.937578814627995		0	0	False	False	1.0	0					non-mobilizable	chromosome	1482.0	94.669	100.0	0.0006350442365554788	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0081_000000022379	2485	0.6210733222257099	4	4	4	4	3	False	9988	maximal	True	MON0081_000000022379	1.0		6	2	False	False	0.9979879260063171	0					non-mobilizable	other	2485.0	99.96	100.0	0.0009461696508085484	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	False	False
SPA0009_000000011651	3040	0.6210686467943519	4	4	4	3	3	False	121964	fragment	False	MON0107_000000018598	0.9807007770159387		0	0	False	False	0.9996710419654846	0					non-mobilizable	no_good_hit	1105.0	75.385	36.0	0.0003721988693516851	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0083_000000011593	2449	0.6210661131110241	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.3914525728490464		0	0	False	False	0.9910167455673218	0					non-mobilizable	other	2450.0	98.531	100.0	0.047479643272586275	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
FIJ0083_000000028428	1277	0.6210653520721514	2	2	2	2	2	False	45297	maximal	False	FIJ0066_000000025747	0.9869831546707504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	75.182	43.0	0.019285227802272646	LR131275.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 9D11-Mucin	True	False
MON0057_000000015038	1749	0.6210648744106864	2	2	1	2	2	False	120849	fragment	False	MON0057_000000015038	0.9495095210617426		0	0	False	False	1.0	0					non-mobilizable	chromosome	1750.0	96.229	100.0	0.0005067129317604362	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0021_000000020773	2086	0.621062831369809	3	3	3	3	1	True	91566	fragment	False	CAN0021_000000020773	1.0		0	0	False	False	0.9798657894134521	0					non-mobilizable	other	2086.0	99.473	100.0	0.0005950865544117462	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0110_000000011320	1674	0.621062831369809	3	3	3	3	1	True	4605	fragment	False	SPA0110_000000011320	1.0		0	0	False	False	0.9988052845001221	0					non-mobilizable	other	1674.0	99.58200000000001	100.0	0.000477496309607123	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
MON0048_000000036487	1135	0.6210616527466367	2	2	2	2	2	False	11384	fragment	False	MON0048_000000036487	1.0		0	0	False	False	0.9674009084701538	0					non-mobilizable	no_good_hit	209.0	74.163	18.0	5.189756483967829e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	False
MAD0026_000000004258	2955	0.6210561044793579	4	4	3	3	4	False	78933	maximal	True	MAD0026_000000004258	1.0		75	10	False	False	0.9918781518936157	0					non-mobilizable	other	2936.0	92.984	99.0	0.004651184986407532	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
MON0097_000000002334	10026	0.6210552108643012	12	8	5	5	6	True	89480	fragment	False	MON0097_000000002334	1.0		0	0	False	False	0.9998005032539368	0					non-mobilizable	no_good_hit	3689.0	94.57799999999999	76.0	0.08422857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ENG0077_000000009684	2094	0.621052836258821	3	3	3	2	3	False	128163	fragment	False	AST0118_000000014400	0.4520837100325224		0	0	False	False	0.9990448951721191	0					non-mobilizable	no_good_hit	1832.0	87.06299999999999	87.0	0.02953469387755102	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
DEN0079_000000027286	2135	0.6210484534935172	2	2	2	2	2	False	69547	maximal	True	DEN0079_000000027286	1.0		44	8	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	71.66199999999999	47.0	0.000303115763229669	CP035280.1	firmicutes	Clostridium sp. JN-9 chromosome, complete genome	True	False
ISR0074_000000020786	1450	0.6210472723093126	2	1	1	1	1	False	34684	fragment	False	ISR0074_000000020786	1.0		0	0	False	False	0.9924138188362122	0					non-mobilizable	other	1450.0	98.82799999999999	100.0	0.0004113317497013658	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0068_000000016172	2618	0.6210472164842059	3	3	3	2	2	False	70892	fragment	False	ISR0246_000000007488	0.9350864288341302		0	0	False	False	0.9992360472679138	0					non-mobilizable	no_good_hit	1277.0	74.08	48.0	0.004554008143552779	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ENG0079_000000006987	4540	0.6210434228218406	4	4	1	3	3	True	61856	fragment	False	ENG0079_000000006987	1.0		0	0	False	False	0.9984581470489502	0			MPF_I		non-mobilizable	plasmid	4540.0	100.0	100.0	0.04353121703270356	MF344576.1	enterobacteria	Escherichia coli strain 15061806 plasmid p61806-CTXM, complete sequence	False	True
MON0025_000000025272	1635	0.6210355756449685	2	2	2	2	1	False	26133	maximal	True	MON0025_000000025272	0.9945407835581246		76	11	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	73.176	28.0	0.00012017321772862626	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	False
FIJ0066_000000024177	1383	0.621033105331093	2	2	2	2	2	False	45304	maximal	True	FIJ0066_000000024177	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000005092	4429	0.6210291352141855	4	3	3	3	2	True	18067	maximal	True	MAD0043_000000005092	1.0		2	1	False	False	0.997516393661499	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.965057131160071e-06	NZ_CP011360.1	a-proteobacteria	Bradyrhizobium diazoefficiens USDA 110 chromosome, complete genome	True	True
SPA0108_000000008570	3482	0.6210264426332402	5	4	2	2	3	False	91756	fragment	False	SPA0108_000000008570	0.9992262457443516		0	0	False	False	1.0	0					non-mobilizable	other	3279.0	100.0	94.0	0.05139945119560956	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	False	False
DEN0067_000000010086	3231	0.6210264426332402	4	4	2	2	3	False	91756	fragment	False	SPA0108_000000008570	0.9632395175186674		0	0	False	False	0.9969049692153931	0					non-mobilizable	other	3231.0	99.845	100.0	0.050646805174441395	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	False	False
MON0006_000000020013	1144	0.6210213841428346	3	3	2	3	2	False	14024	maximal	True	MON0006_000000020013	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0040_000000010675	2301	0.6210161506767057	4	3	1	1	3	False	47491	maximal	True	FIJ0040_000000010675	1.0		73	2	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	94.012	7.0	0.0032624814631735046	NZ_VZBY01000056.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_24_length_50579_cov_27.4167_ID_47, whole genome shotgun sequence	True	False
CHI0116_000000008566	1896	0.6210090413995604	2	2	2	1	1	False	82168	fragment	False	CHI0116_000000008566	1.0		0	0	False	False	0.9683544039726257	0					non-mobilizable	other	1896.0	100.0	100.0	0.0008521970945250721	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	False
FIJ0172_000000025390	1146	0.6210088636247876	3	2	2	1	1	False	80070	fragment	False	MON0080_000000037680	0.6113550253656095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	80.128	14.0	0.00022013837269140601	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0021_000000003364	6311	0.6210033226151465	4	3	2	3	2	True	110310	maximal	True	ISR0021_000000003364	1.0		0	0	False	False	0.998257040977478	0					non-mobilizable	no_good_hit	1153.0	70.685	18.0	0.023700257748161188	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
MAD0099_000000009789	3085	0.6209931856592132	3	3	3	3	3	False	49094	maximal	True	MAD0099_000000009789	1.0		7	3	False	False	0.9977309703826904	0					non-mobilizable	other	1998.0	97.29700000000001	100.0	0.0018102534354809674	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0001_000000009763	2028	0.6209898031434614	4	3	2	3	2	True	52594	maximal	True	FIJ0001_000000009763	1.0		62	8	False	False	0.9990137815475464	0					non-mobilizable	no_good_hit	1246.0	93.66	61.0	0.012422794080962692	NZ_QENY01000011.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_111, whole genome shotgun sequence	True	True
DEN0045_000000040216	1102	0.6209881886945571	2	1	1	1	1	False	72789	maximal	True	DEN0045_000000040216	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	88.37200000000001	8.0	0.0005701060804528271	NZ_AUNB01000062.1	a-proteobacteria	Thioclava indica strain DT23-4 contig6, whole genome shotgun sequence	True	False
MAD0002_000000017212	2250	0.6209836422218367	4	3	3	3	2	False	20197	maximal	True	MAD0002_000000017212	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0001_000000021391	1620	0.6209794379988514	3	2	0	2	1	False	14385	fragment	False	MON0001_000000021391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	92.46600000000001	19.0	3.814626237319369e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0178_000000006235	3390	0.6209776300290035	3	3	3	3	2	False	55475	maximal	True	ENG0178_000000006235	1.0		1	1	False	False	0.9958702325820923	0					non-mobilizable	no_good_hit	1664.0	96.514	81.0	0.00023444464706835508	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0028_000000008050	3430	0.6209759673404087	5	5	4	5	4	False	49485	maximal	True	SPA0028_000000008050	1.0		19	8	False	False	1.0	0					non-mobilizable	no_good_hit	2309.0	74.23100000000001	66.0	0.0007720231321508557	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0166_000000022238	1348	0.6209743402677488	2	2	2	2	1	False	59498	fragment	False	MAD0031_000000010441	0.9741650430962195		0	0	False	False	0.9955489635467529	0					non-mobilizable	other	1348.0	99.852	100.0	0.00040269648195145457	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AUS0006_000000020642	1288	0.6209726784352199	1	1	1	1	1	False	101984	fragment	False	AUS0006_000000020642	1.0		0	0	False	False	0.9953415989875793	0					non-mobilizable	no_good_hit	157.0	76.433	12.0	5.9402619306084224e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ENG0048_000000012084	2227	0.620971198445036	3	2	1	2	1	True	64232	fragment	False	ENG0048_000000012084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.090784718067628e-06	NZ_KV440952.1	firmicutes	Neobacillus drentensis strain FJAT-10044 Scaffold1, whole genome shotgun sequence	True	True
CHI0184_000000006084	1370	0.6209689003247433	2	2	2	2	2	False	77247	maximal	True	CHI0184_000000006084	1.0		113	9	False	False	1.0	0					non-mobilizable	plasmid	1370.0	99.416	100.0	0.002215389594627397	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
FIJ0149_000000002483	8046	0.6209666075219579	14	3	1	3	1	False	39864	fragment	False	FIJ0149_000000002483	1.0		0	0	False	False	0.9997514486312866	0					non-mobilizable	no_good_hit	386.0	77.979	5.0	0.005979166342276131	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
DEN0035_000000002767	9269	0.6209644261394168	14	6	2	6	2	False	80393	fragment	False	DEN0035_000000002767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	1.2708365971329482e-06	CP032584.1	bony fishes	Lateolabrax maculatus linkage group 1 sequence	True	False
ENG0140_000000002241	5818	0.6209634797321719	7	3	3	3	2	False	57804	maximal	True	ENG0140_000000002241	1.0		1	1	False	False	0.9958748817443848	0					non-mobilizable	no_good_hit	4783.0	100.0	82.0	0.013641031492469192	NZ_JAATLI010000004.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_04, whole genome shotgun sequence	True	False
ISR0034_000000011959	1769	0.6209591846667704	2	2	2	2	2	False	103287	fragment	False	ISR0821_000000016865	0.8522455549093331		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	99.887	100.0	0.0005676148745917861	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0284_000000009966	1435	0.620953540295579	2	2	2	2	2	False	35465	maximal	True	ISR0284_000000009966	1.0		0	0	False	False	0.995121955871582	0					non-mobilizable	no_good_hit	1085.0	94.286	76.0	0.011770459732637756	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0108_000000012394	1460	0.6209534927826857	3	3	2	3	2	False	94406	fragment	False	CHI0164_000000013918	0.9644906783504389		0	0	False	False	0.9876712560653687	0					non-mobilizable	other	1460.0	99.24700000000001	100.0	0.00038208940839779617	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ENG0148_000000012764	2952	0.6209494925517016	2	2	2	2	2	False	57315	maximal	True	ENG0148_000000012764	1.0		109	6	False	False	0.9969512224197388	0					non-mobilizable	chromosome	2940.0	99.626	99.0	0.001603976682537134	CP049053.1	firmicutes	Streptococcus thermophilus strain ST64987 chromosome, complete genome	False	False
FIJ0162_000000019000	1216	0.6209467152747129	3	1	1	1	1	True	39199	fragment	False	FIJ0162_000000019000	1.0		0	0	False	False	0.9851973652839661	0					non-mobilizable	no_good_hit	1067.0	90.44	88.0	0.01644813406780976	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
ISR0324_000000013889	2216	0.6209363200906006	3	3	3	3	2	True	24929	maximal	True	ISR0324_000000013889	1.0		5	2	False	False	0.9769855737686157	0					non-mobilizable	no_good_hit	616.0	69.318	27.0	0.006092411629870913	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
CHI0100_000000002432	1178	0.6209346369860843	2	2	2	2	2	False	83325	fragment	False	CHI0100_000000002432	1.0		0	0	False	False	0.9974533319473267	0					non-mobilizable	no_good_hit								True	False
ISR0798_000000002853	4699	0.6209285616780711	7	6	6	6	6	False	65895	fragment	False	ISR0798_000000002853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	80.0	2.0	0.0007272441378225917	NZ_LVVY01000130.1	a-proteobacteria	Devosia elaeis strain S37 DIN_R1_(paired)_trimmed_(paired)_contig_8, whole genome shotgun sequence	True	False
ISR0132_000000016358	1745	0.6209278593241183	3	2	2	2	2	False	31593	fragment	False	ISR0132_000000016358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0152_000000000270	15727	0.6209188984052328	21	19	6	8	17	False	79400	maximal	True	CHI0152_000000000270	1.0		1	1	False	False	0.9995549321174622	0					non-mobilizable	no_good_hit	10188.0	99.95100000000001	74.0	0.8107441305212892	CP051223.1	enterobacteria	Escherichia coli strain SCZE5 plasmid pSCZE1	True	False
ENG0168_000000024184	1301	0.6209164478268411	2	2	2	2	1	False	55957	fragment	False	ENG0168_000000024184	0.9975845410628019		0	0	False	False	0.9984627366065979	0					non-mobilizable	chromosome	1300.0	99.76899999999999	99.0	0.0002623140705146263	CP054328.1	enterobacteria	Escherichia coli strain SCU-121 chromosome, complete genome	False	False
ISR0113_000000008082	1964	0.6209144209504193	2	2	2	2	2	False	72276	fragment	False	ISR0346_000000010486	0.4337598844168376		0	0	False	False	0.9969450235366821	0					non-mobilizable	other	1964.0	99.491	100.0	0.033291499898242996	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
MAD0098_000000026869	1678	0.6209009826767132	3	1	1	1	1	False	15297	maximal	True	MAD0098_000000026869	1.0		2	1	False	False	0.9976162314414978	0					non-mobilizable	no_good_hit	562.0	98.221	33.0	0.00021395628045587563	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	True	False
ISR0326_000000008889	2156	0.6208869805094159	3	2	1	2	1	True	24828	maximal	True	ISR0326_000000008889	1.0		1	1	False	False	0.997217059135437	0					non-mobilizable	no_good_hit								True	True
FIJ0052_000000020857	1481	0.6208854107053372	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.4407825670989498		0	0	False	False	0.9891964793205261	0					non-mobilizable	no_good_hit	434.0	96.774	30.0	0.0001202437087269718	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0051_000000019016	1158	0.6208854107053372	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.14380617830389236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	98.429	16.0	5.276282830975668e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0080_01_000000035408	1176	0.6208852759515825	2	2	2	2	2	False	104627	fragment	False	AST0148_000000028348	0.9814658803706824		0	0	False	False	0.9863945841789246	0					non-mobilizable	other	1176.0	100.0	100.0	0.01085410238882628	NZ_CABJDM010000012.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
MON0011_000000032384	1441	0.6208792860681553	3	3	3	2	2	False	82384	fragment	False	MON0011_000000032384	0.9545136459062282		0	0	False	False	0.9944483041763306	0					non-mobilizable	chromosome	1441.0	100.0	100.0	0.00027975223277250784	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ENG0140_000000004533	3335	0.6208765389024873	3	3	3	2	2	False	57801	maximal	True	ENG0140_000000004533	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3337.0	86.215	99.0	0.00552584433239491	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	False
ISR0378_000000001596	9679	0.6208734203558776	14	10	5	9	5	True	27723	maximal	True	ISR0378_000000001596	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	73.343	7.0	0.0007204856362208154	NZ_CP011368.1	mycoplasmas	Mycoplasma canis strain LV, complete genome	True	True
FIJ0078_000000005797	4319	0.6208684072545715	4	4	4	4	4	False	94809	fragment	False	ISR0293_000000008297	0.5481924520461273		0	0	False	False	1.0	0					non-mobilizable	chromosome	4328.0	97.181	100.0	0.0012071254265731603	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0016_000000012668	1727	0.6208646987667229	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9477604615133135		0	0	False	False	0.996525764465332	0					non-mobilizable	no_good_hit	550.0	88.182	84.0	0.002168040943986352	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0062_000000001489	15902	0.6208619109385928	14	11	10	10	8	True	130493	maximal	True	SPA0062_000000001489	0.9523345692201345		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	7967.0	99.736	59.0	0.012711188271112445	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
ISR0027_000000007283	3584	0.6208572671278683	7	4	1	3	2	False	49998	fragment	False	ISR0027_000000007283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.464681291212343e-05	LL999062.1	nematodes	Strongyloides stercoralis genome assembly S_stercoralis_PV0001 ,scaffold SSTP_contig0000011	True	False
ISR0131_000000005943	4339	0.6208571561290773	6	5	5	4	3	False	66710	maximal	True	ISR0131_000000005943	1.0		1	1	False	False	0.9967734217643738	0					non-mobilizable	no_good_hit	1903.0	76.038	45.0	0.007745320276660022	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
ISR0232_000000004809	4714	0.6208561956054716	6	5	4	4	3	True	78580	maximal	True	ISR0232_000000004809	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	72.015	17.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
ISR0082_000000003742	6926	0.6208540404174037	6	5	3	5	4	False	34197	maximal	True	ISR0082_000000003742	1.0		1	1	False	False	0.999855637550354	0					non-mobilizable	no_good_hit	1038.0	91.137	18.0	0.006925799772924597	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
FIJ0141_000000003331	8888	0.6208531551032721	10	9	4	8	5	False	47740	maximal	True	FIJ0141_000000003331	1.0		2	2	False	False	0.9992124438285828	0					non-mobilizable	no_good_hit	923.0	97.075	12.0	0.0005367433417919892	NZ_JH601133.1	firmicutes	Facklamia languida CCUG 37842 supercont1.1, whole genome shotgun sequence	True	False
AST0003_000000020586	1574	0.6208516894336138	2	2	2	1	1	False	129488	fragment	False	AST0003_000000020586	1.0		0	0	False	False	0.9917407631874084	0					non-mobilizable	other	1555.0	98.264	99.0	0.00044113839823045023	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
USA0037_01_000000014746	2321	0.6208485772442337	4	3	2	2	3	False	56888	fragment	False	ENG0193_000000008691	0.9912728820774798		0	0	False	False	0.9801809787750244	0					non-mobilizable	other	2321.0	99.397	100.0	0.011085256131532297	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0023_000000021065	1528	0.620844563555383	2	2	2	2	1	False	37508	fragment	False	ISR0023_000000021065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	92.905	67.0	0.00025236671075121533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0021_000000011171	4479	0.620835752546895	7	3	1	2	3	False	49678	maximal	True	FIJ0021_000000011171	1.0		17	5	False	False	0.9930788278579712	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000012604	2790	0.6208355291918344	3	3	3	2	0	False	2478	maximal	True	TAN0017_000000012604	1.0		3	3	False	False	1.0	0					non-mobilizable	other	2799.0	84.53	100.0	0.04702585915873338	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0042_000000025734	1290	0.6208341226780419	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8621133341837623	PS1007	0	0	False	True	1.0	0					non-mobilizable	chromosome	1226.0	98.042	100.0	0.0006701177273764152	LR822009.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_19 genome assembly, chromosome: STHERMO	False	True
MON0008_000000010386	3095	0.6208290152911751	5	3	1	3	2	True	13868	maximal	True	MON0008_000000010386	1.0		298	14	False	False	0.9987075924873352	0					non-mobilizable	other	2683.0	98.73299999999999	100.0	0.014613096211056262	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
MON0015_000000010237	3591	0.620825285768791	3	3	3	3	2	False	117206	maximal	True	MON0015_000000010237	1.0		13	5	False	False	0.9997215270996094	0					non-mobilizable	no_good_hit	2712.0	96.571	75.0	0.0012898693376639943	CP013216.1	firmicutes	Streptococcus salivarius strain HSISS4, complete genome	True	False
ISR0052_000000021501	1701	0.6208245178678947	4	4	4	3	2	False	35783	fragment	False	ISR0052_000000021501	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1083.0	98.338	100.0	0.00032287468486085445	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0025_000000017127	2297	0.6208213342049363	4	3	3	3	2	False	72136	fragment	False	ISR0025_000000017127	0.97152466367713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.6713970951867553e-07	LR597473.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 16	True	False
MON0074_000000010195	1972	0.6208185922314209	3	3	3	3	2	False	69453	fragment	False	MON0074_000000010195	1.0		0	0	False	False	0.9619675278663635	0					non-mobilizable	no_good_hit	422.0	73.697	21.0	0.00014467761064573147	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0829_000000013689	1149	0.6208180848400756	2	2	2	2	1	True	21052	fragment	False	ISR0829_000000013689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	70.303	42.0	0.0001226972757157046	NZ_HG916765.1	b-proteobacteria	Castellaniella defragrans 65Phen	True	True
ISR0034_000000010826	1933	0.6208155480899461	3	2	2	2	2	False	41410	maximal	True	ISR0034_000000010826	1.0		43	6	False	False	0.9829280972480774	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	2.7859389020382624e-05	CP034234.1	firmicutes	Erysipelothrix piscisicarius strain 15TAL0474 chromosome, complete genome	True	False
ENG0187_000000010808	2663	0.620812008790959	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.5993377291147649		0	0	False	False	0.9954938292503357	0					non-mobilizable	other	2663.0	99.36200000000001	100.0	0.03310410008331986	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0098_000000011368	2683	0.6208094298900029	4	3	3	3	1	False	114465	fragment	False	ISR0211_000000008050	0.9686588921282799		0	0	False	False	0.9988818764686584	0					non-mobilizable	no_good_hit								True	False
ISR0282_000000014120	1688	0.6208083229087571	1	1	1	1	1	False	77608	fragment	False	ISR0282_000000014120	0.9943931398416886		0	0	False	False	0.9982227683067322	0					non-mobilizable	other	1697.0	92.75200000000001	100.0	0.00047719024930848575	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0026_000000001724	12119	0.6208060948962916	17	10	6	7	7	True	126193	backbone	True	ISR0026_000000001724	1.0	PS946	9	4	True	True	0.9999175071716309	9					non-mobilizable	no_good_hit	1603.0	73.051	13.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0795_000000001848	4433	0.6208055383245124	6	4	1	4	1	False	79700	maximal	True	ISR0795_000000001848	1.0		1	1	False	False	0.9945860505104065	0					non-mobilizable	no_good_hit	2222.0	95.05	50.0	0.02209404438767364	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
CHI0078_000000003119	5420	0.6208015538043109	6	3	3	2	2	False	84514	maximal	True	CHI0078_000000003119	1.0		2	2	False	False	0.9994465112686157	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.3469134865222938e-05	NZ_MLIK01000019.1	high GC Gram+	Mycobacteroides franklinii strain 1559 NODE_1_length_2450046_cov_38.7804, whole genome shotgun sequence	True	False
MAD0055_000000006398	1481	0.6208012391141094	3	3	3	3	2	False	17099	maximal	True	MAD0055_000000006398	1.0		2	2	False	False	0.9993247985839844	0					non-mobilizable	no_good_hit	75.0	84.0	5.0	7.66038125291919e-05	NZ_QLZR01000001.1	firmicutes	Planococcus halotolerans strain SCU63 scaffold1, whole genome shotgun sequence	True	False
ISR0150_000000012413	1894	0.6207934113805441	4	3	3	3	3	False	127740	fragment	False	ISR0150_000000012413	0.8525480596994857		0	0	False	False	0.9915522933006287	0					non-mobilizable	other	1894.0	99.736	100.0	0.06001331515708715	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0095_000000005042	5278	0.6207926590380899	7	6	3	5	3	False	121038	maximal	True	ENG0095_000000005042	1.0		28	7	False	False	1.0	0					non-mobilizable	no_good_hit	1381.0	97.755	40.0	0.0004125620973222029	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0352_000000005056	1860	0.6207881679710967	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3014626031233273		0	0	False	False	0.999462366104126	0					non-mobilizable	other	1750.0	86.743	94.0	0.028212244897959184	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0141_000000016672	1661	0.6207881679710967	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2389595356059127		0	0	False	False	1.0	0					non-mobilizable	other	1662.0	87.184	99.0	0.026808163265306124	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0839_000000000040	73412	0.6207822522634167	60	8	3	7	2	False	20855	fragment	False	ISR0839_000000000040	1.0		0	0	False	False	0.9999318718910217	0					non-mobilizable	no_good_hit	247.0	99.19	0.0	0.9959514170040485	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	False
AST0111_000000013853	1373	0.6207712025242852	3	1	1	1	1	False	116451	fragment	False	ISR0099_000000012998	0.5614619739743871		0	0	False	False	0.9949016571044922	0					non-mobilizable	no_good_hit	442.0	92.53399999999999	51.0	0.000488756376656372	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ENG0134_000000018925	2079	0.6207622101715364	2	2	2	2	2	False	72681	fragment	False	ISR0107_000000011559	0.958575906851769		0	0	False	False	0.9961519837379456	0					non-mobilizable	other	2079.0	99.759	100.0	0.008953384663774122	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	False	False
FIJ0074_000000017152	1785	0.6207564053143418	2	2	2	2	2	True	113484	maximal	True	FIJ0074_000000017152	1.0	PS730	13	5	False	True	0.9988795518875122	0					non-mobilizable	other	1567.0	89.917	100.0	0.00048562445830007176	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0058_000000001908	16787	0.6207468638959388	24	6	2	6	3	False	46079	maximal	False	FIJ0126_000000001666	0.7292778830147523		0	0	False	False	0.9999404549598694	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000030434	1208	0.6207461961333008	2	2	2	2	2	False	58676	fragment	False	ISR0816_000000030434	0.9419737640279041		0	0	False	False	0.9900662302970886	0					non-mobilizable	other	1209.0	91.315	100.0	0.0002912961108228451	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MON0020_000000019632	1132	0.6207461699511027	2	2	2	2	1	False	13087	maximal	True	MON0020_000000019632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	82.561	72.0	0.0010367251246690724	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
AST0150_000000016326	1705	0.6207422553429831	2	2	2	2	2	False	104049	maximal	True	AST0150_000000016326	1.0		1	1	False	False	0.9953079223632812	0					non-mobilizable	no_good_hit	98.0	83.67299999999999	6.0	0.0007335481041184567	NZ_FRAR01000014.1	firmicutes	Desulfotomaculum aeronauticum DSM 10349, whole genome shotgun sequence	True	False
ENG0100_000000015249	2001	0.6207393994134611	2	2	2	2	2	False	60571	maximal	True	ENG0100_000000015249	1.0		87	9	False	False	1.0	0					non-mobilizable	no_good_hit	1282.0	90.016	64.0	0.9992193598750976	NZ_WNCH01000124.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold124_size1281, whole genome shotgun sequence	True	False
SPA0092_000000006528	5723	0.6207393597142437	7	7	7	6	6	False	121659	fragment	False	SPA0158_000000001980	0.8105237886867389		0	0	False	False	0.9998252391815186	0					non-mobilizable	other	5720.0	99.301	99.0	0.094550566443397	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0002_000000007780	2755	0.6207373651912536	3	3	2	3	3	False	112288	fragment	False	ISR0399_000000004863	0.9414940478504659		0	0	False	False	0.9996370077133179	0					non-mobilizable	other	2045.0	99.609	96.0	0.0005008984544230216	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0015_000000008582	2072	0.620732596419215	2	2	1	2	1	False	66864	maximal	True	ENG0015_000000008582	1.0		18	6	False	False	0.9773166179656982	0					non-mobilizable	no_good_hit	653.0	73.047	31.0	0.0009038007421567525	NZ_ATXD01000010.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
ISR0178_000000003253	4606	0.6207305750027238	5	5	3	5	2	False	36774	maximal	True	ISR0178_000000003253	1.0		1	1	False	False	0.999782919883728	0					non-mobilizable	no_good_hit	710.0	70.986	15.0	0.012843051982900606	NZ_FOKI01000023.1	firmicutes	Clostridium frigidicarnis strain DSM 12271, whole genome shotgun sequence	True	False
FIJ0031_000000010158	2375	0.6207298678692326	5	5	2	3	4	False	48591	fragment	False	FIJ0031_000000010158	1.0		0	0	False	False	0.9995789527893066	0					non-mobilizable	chromosome	2375.0	99.537	99.0	0.0004999564064969903	NZ_CP017184.1	enterobacteria	Enterobacter roggenkampii strain DSM 16690 chromosome, complete genome	False	False
SPA0106_000000028323	1341	0.62072948107409	2	2	2	2	1	False	81173	fragment	False	SPA0106_000000028323	0.9881220068504281		0	0	False	False	1.0	0					non-mobilizable	chromosome	1341.0	99.105	100.0	0.0004319065483156773	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0003_000000021988	1188	0.62072948107409	2	2	2	2	1	False	81173	fragment	False	SPA0106_000000028323	0.41479860578747924		0	0	False	False	0.997474730014801	0					non-mobilizable	chromosome	1188.0	98.65299999999999	100.0	0.00041374281439922594	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0077_000000025627	1712	0.6207292485351634	3	3	3	3	3	False	10219	fragment	False	MON0077_000000025627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	77.53399999999999	34.0	0.0024586810841813606	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ISR0040_000000020731	1251	0.6207289588214673	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.20928287409527616		0	0	False	False	0.9848121404647827	0					non-mobilizable	other	1206.0	95.771	96.0	0.00033462741112240423	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0059_000000004938	2885	0.6207225031790025	1	1	1	1	1	False	112875	maximal	True	AST0059_000000004938	1.0		6	5	False	False	1.0	0					non-mobilizable	chromosome	2885.0	100.0	100.0	0.0005797001237792428	CP033744.1	enterobacteria	Citrobacter freundii strain FDAARGOS_549 chromosome, complete genome	False	False
DEN0021_000000002995	9293	0.6207156415658494	9	8	6	6	3	False	99679	fragment	False	DEN0021_000000002995	1.0		0	0	False	False	0.9997847676277161	0					non-mobilizable	no_good_hit	1184.0	71.875	18.0	0.00045468535773244916	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0198_000000029594	1127	0.6207146901190327	2	2	2	2	2	False	28841	fragment	False	ISR0198_000000029594	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	97.056	99.0	0.010412986481712192	NZ_CYYA01000012.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
USA0057_01_000000017061	1870	0.6207142748406441	2	2	2	2	1	True	11552	fragment	False	USA0057_01_000000017061	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1876.0	92.751	100.0	0.00046971540064314875	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
CHI0184_000000002109	4178	0.6207139854844569	6	5	3	4	5	False	126755	fragment	False	CHI0184_000000002109	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3121.0	99.295	75.0	0.6210673038630028	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	True	True
FIJ0040_000000007641	3236	0.6207118475877865	7	3	2	2	3	False	47502	maximal	True	FIJ0040_000000007641	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000016487	1953	0.620709514002297	2	2	2	2	2	False	72453	fragment	False	USA0053_01_000000008750	0.700453633224806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1938.0	81.785	99.0	0.0005391331533053644	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0107_000000021682	1163	0.6207062652594871	2	2	1	2	1	False	42252	maximal	True	FIJ0107_000000021682	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	618.0	72.33	53.0	0.00011738397045996842	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
TAN0002_000000006685	4644	0.6207051344719303	3	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.7804623971615595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	61.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
CHI0149_000000005811	2401	0.6207046080446186	4	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9465402699067454		0	0	False	False	0.9962515830993652	0					non-mobilizable	chromosome	2401.0	99.917	100.0	0.00036993164742122963	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0041_000000014274	2391	0.6207046080446186	4	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9440608134362501		0	0	False	False	1.0	0					non-mobilizable	chromosome	2391.0	99.49799999999999	100.0	0.0003683902655569745	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CAN0016_000000020288	2383	0.6207046080446186	4	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9444906279192582		0	0	False	False	0.9970625042915344	0					non-mobilizable	chromosome	2383.0	99.58	100.0	0.0003671571600655704	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0060_000000006434	2380	0.6207046080446186	4	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9441423420476224		0	0	False	False	1.0	0					non-mobilizable	chromosome	2380.0	99.58	100.0	0.00036669474550629383	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0061_000000007130	2368	0.6207046080446186	3	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9421471303824582		0	0	False	False	0.9978885054588318	0					non-mobilizable	chromosome	2368.0	99.57799999999999	100.0	0.0003648450872691877	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0021_000000006897	1315	0.6207041826996258	2	2	2	1	1	False	89250	fragment	False	CHI0021_000000006897	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1315.0	99.46799999999999	100.0	0.00029337174106751145	CP053597.1	enterobacteria	Escherichia coli strain T7Express_LysY chromosome, complete genome	False	False
SPA0063_000000014908	1199	0.6207041826996258	2	2	2	1	1	False	87456	fragment	False	SPA0063_000000014908	0.9886264216972878		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	100.0	100.0	0.007947090157681413	NZ_NQCD01000028.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_7_length_150747_cov_87.5262_ID_13.ctg_1, whole genome shotgun sequence	False	False
FIJ0140_000000019306	1708	0.6207000716254317	3	3	3	2	2	False	122298	fragment	False	ENG0186_000000007597	0.47278013558530724		0	0	False	False	0.9865339398384094	0					non-mobilizable	other	1701.0	80.12899999999999	99.0	0.0007075802891941004	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0395_000000008520	4506	0.6206978421781291	5	5	2	4	4	False	128565	fragment	False	ISR0395_000000008520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	85.46799999999999	37.0	0.005924429796418363	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
SPA0003_000000015321	1182	0.6206959364128601	2	1	1	1	1	False	8366	maximal	True	SPA0003_000000015321	1.0		1	1	False	False	0.9966158866882324	0					non-mobilizable	no_good_hit	600.0	99.333	51.0	0.07404202719406675	NZ_QSFS01000031.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf31, whole genome shotgun sequence	True	False
ENG0174_000000007430	2438	0.6206955201741583	3	3	2	3	2	True	55656	fragment	False	ENG0174_000000007430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	71.971	17.0	0.012450891508008462	NZ_KB898686.1	firmicutes	Gracilibacillus lacisalsi DSM 19029 D569DRAFT_scaffold00025.25, whole genome shotgun sequence	True	True
FIJ0080_000000018133	1323	0.6206895896447052	2	1	1	1	1	False	44304	fragment	False	FIJ0080_000000018133	1.0		0	0	False	False	0.9984883069992065	0					non-mobilizable	no_good_hit	958.0	94.154	72.0	0.05310765815760266	NZ_CACVNJ010000032.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
ENG0133_000000012152	2019	0.6206891443029313	3	2	2	2	2	False	105708	maximal	True	ENG0133_000000012152	1.0		62	11	False	False	0.9975235462188721	0					non-mobilizable	no_good_hit	613.0	71.452	30.0	0.00034227344743966933	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	True	False
ENG0105_000000012050	1844	0.6206890373483243	2	2	2	2	1	False	60155	maximal	True	ENG0105_000000012050	1.0		1	1	False	False	0.9962038993835449	0					non-mobilizable	no_good_hit	354.0	98.588	19.0	7.840628671824156e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0094_000000006696	3096	0.6206730976273869	5	4	3	3	2	False	33463	maximal	True	ISR0094_000000006696	1.0		0	0	False	False	0.9970930218696594	0					non-mobilizable	no_good_hit	1562.0	95.198	54.0	0.021639016811851524	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0146_000000003383	11059	0.6206718279111367	11	8	3	5	7	False	122892	maximal	True	ISR0146_000000003383	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1557.0	89.46700000000001	39.0	0.0005223941133723132	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
BAN0013_000000000053	3588	0.6206711151830119	7	7	4	6	6	True	98714	maximal	True	BAN0013_000000000053	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1815.0	100.0	100.0	0.00030021501617917307	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
FIJ0088_000000004962	5604	0.6206645929595127	4	4	4	4	4	False	90165	maximal	True	FIJ0088_000000004962	0.9852167516046237		68	11	False	False	1.0	0					non-mobilizable	chromosome	5604.0	99.85700000000001	100.0	0.0011764152571589583	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
CHI0158_000000007808	2247	0.6206609298639998	4	3	3	3	2	False	78893	fragment	False	CHI0158_000000007808	1.0		0	0	False	False	0.9977748394012451	0					non-mobilizable	other	2066.0	97.822	99.0	0.0006244456228088	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0025_000000029329	1441	0.6206581881830419	2	2	2	2	2	True	41791	maximal	True	MON0025_000000029329	1.0		178	12	False	False	0.9930603504180908	0					non-mobilizable	other	1441.0	99.098	100.0	0.004125660750354549	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ENG0119_000000008968	3649	0.6206578330786081	4	3	3	3	3	False	112827	maximal	True	ENG0119_000000008968	1.0	PS721	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2630.0	73.80199999999999	71.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0153_000000004460	6346	0.6206566188410376	8	7	6	7	7	False	115030	fragment	False	AST0153_000000004460	1.0		0	0	False	False	0.9998424053192139	0					non-mobilizable	no_good_hit	992.0	81.25	32.0	0.00022448796336356437	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0167_000000006107	3090	0.62065640286579	3	3	3	3	1	True	128159	fragment	False	MAD0102_000000004786	0.6896338526708237		0	0	False	False	1.0	0					non-mobilizable	other	3090.0	100.0	100.0	0.014350154929642896	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
DEN0065_000000012360	2738	0.62065640286579	3	3	3	3	1	True	128159	fragment	False	MAD0102_000000004786	0.5777725503013653		0	0	False	False	1.0	0					non-mobilizable	other	2738.0	99.927	100.0	0.04163370854882872	KX077885.1	firmicutes	Streptococcus suis integrative and conjugative element ICESsuLP081102 mobile element, complete sequence	False	True
MON0108_000000008100	2655	0.62065640286579	3	3	3	3	1	True	128159	fragment	False	MAD0102_000000004786	0.4547026230287074		0	0	False	False	0.9996233582496643	0					non-mobilizable	other	2655.0	99.322	100.0	0.0038435749011952154	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ENG0076_000000004678	2557	0.62065640286579	3	3	3	3	1	True	128159	fragment	False	MAD0102_000000004786	0.3148026710907494		0	0	False	False	0.9992178082466125	0					non-mobilizable	other	2557.0	99.022	100.0	0.011874067983220214	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
SPA0057_000000012485	2539	0.62065640286579	3	3	3	3	1	True	128159	fragment	False	MAD0102_000000004786	0.4333400446671123		0	0	False	False	1.0	0					non-mobilizable	other	2539.0	100.0	100.0	0.0036755814239764345	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0134_000000012970	2507	0.62065640286579	3	3	3	3	1	True	128159	fragment	False	MAD0102_000000004786	0.28764673220682824		0	0	False	False	1.0	0					non-mobilizable	other	2507.0	100.0	100.0	0.01164178965803985	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0209_000000007592	2472	0.62065640286579	3	3	3	3	1	True	128159	fragment	False	MAD0102_000000004786	0.28083422596473323		0	0	False	False	1.0	0					non-mobilizable	chromosome	2472.0	99.838	100.0	0.0011655209562648993	LR738720.1	firmicutes	Streptococcus suis isolate GD-0001 genome assembly, chromosome: 1	False	True
ENG0141_000000002616	9507	0.6206552068797411	10	4	3	4	2	False	57759	maximal	True	ENG0141_000000002616	1.0		2	2	False	False	0.9998947978019714	0					non-mobilizable	no_good_hit	920.0	99.23899999999999	10.0	0.0002614010985103835	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0136_000000004386	7951	0.6206458581674459	8	4	3	4	2	True	49791	fragment	False	SPA0136_000000004386	1.0		0	0	False	False	0.9992454051971436	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
ENG0199_000000015722	1626	0.6206430530247886	2	2	2	2	2	False	54264	maximal	True	ENG0199_000000015722	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0072_000000002337	5083	0.6206407668470659	7	4	2	4	0	False	84855	maximal	True	CHI0072_000000002337	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0035_01_000000003807	6707	0.6206396383786702	5	5	2	5	1	True	103081	maximal	True	USA0035_01_000000003807	1.0		105	9	False	False	0.9983599185943604	0					non-mobilizable	other	6631.0	98.205	99.0	0.025717810068348085	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
CHI0063_000000001752	6881	0.6206389343515274	10	9	5	7	9	True	85518	fragment	False	CHI0063_000000001752	1.0		0	0	False	False	0.9994186758995056	0			MPF_T		non-mobilizable	plasmid	6862.0	99.971	99.0	0.2019485488903279	CP054370.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-2, complete sequence	False	True
SPA0037_000000019699	1254	0.6206383137575922	2	2	2	2	2	False	73377	fragment	False	SPA0037_000000019699	0.9508486210287577		0	0	False	False	0.9952152967453003	0					non-mobilizable	chromosome	1254.0	94.338	100.0	0.00035041062695794037	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0100_000000021385	1303	0.6206360762752657	2	2	2	2	2	False	4959	maximal	True	SPA0100_000000021385	1.0		591	14	False	False	1.0	0					non-mobilizable	other	1303.0	99.38600000000001	100.0	0.009691393863605914	NZ_CYXX01000008.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0234_000000008301	1632	0.6206330463670096	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.24246315958332748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1303.0	78.051	89.0	0.0003652219918251713	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0066_01_000000013887	1474	0.6206330463670096	1	1	1	1	1	False	131429	maximal	True	USA0066_01_000000013887	1.0		0	0	False	False	0.988466739654541	0					non-mobilizable	no_good_hit	1295.0	96.757	88.0	0.04536848748334619	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0007_000000012205	1379	0.6206330463670096	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22741827975188839		0	0	False	False	0.989847719669342	0					non-mobilizable	chromosome	1303.0	78.204	95.0	0.0003652219918251713	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0391_000000012423	1283	0.6206330463670096	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2196219137053651		0	0	False	False	0.9976617097854614	0					non-mobilizable	other	1264.0	96.598	99.0	0.04428160718042213	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0039_000000018525	1239	0.6206330463670096	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.20218550517420775		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	96.527	99.0	0.043370030152163244	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0363_000000014891	1239	0.6206330463670096	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.20219296020549835		0	0	False	False	0.9975786805152893	0					non-mobilizable	other	1239.0	96.61	100.0	0.04340509080709628	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0154_000000029536	1164	0.6206330463670096	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.13639906283145525		0	0	False	False	0.9982817769050598	0					non-mobilizable	other	1164.0	96.735	100.0	0.040775541687118715	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0814_000000036852	1159	0.620631923716085	2	2	1	2	1	False	21488	maximal	True	ISR0814_000000036852	1.0		285	11	False	False	0.9672130942344666	0					non-mobilizable	no_good_hit	1021.0	99.60799999999999	88.0	0.011076482022435306	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0222_000000026207	1831	0.6206293922985658	3	3	3	2	2	False	27870	maximal	True	ISR0222_000000026207	1.0		93	9	False	False	0.9972692728042603	0					non-mobilizable	other	1829.0	99.399	99.0	0.02070215175537939	NZ_CABIXZ010000006.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0128_000000003796	8268	0.6206291216060275	4	3	3	1	1	False	62797	fragment	False	ISR0128_000000003796	0.9452636840789803		0	0	False	False	0.9997581243515015	0					non-mobilizable	no_good_hit	2738.0	80.095	33.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0095_000000006365	4194	0.6206291216060275	3	3	3	1	1	False	33426	fragment	False	ISR0095_000000006365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2738.0	79.949	65.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0199_000000006813	4158	0.6206291216060275	3	3	3	1	1	False	30731	fragment	False	ISR0199_000000006813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2721.0	79.971	65.0	0.0008617437989858407	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
SPA0046_000000006701	4036	0.6206291216060275	3	3	3	1	1	False	99650	fragment	False	SPA0046_000000006701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	76.115	19.0	0.00026072419980675734	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0206_000000006185	4019	0.6206291216060275	3	3	3	1	1	False	99658	fragment	False	ENG0206_000000006185	0.7678226850607335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	70.732	16.0	0.00011729768956696897	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	False
ISR0853_000000004060	3852	0.6206291216060275	3	3	3	1	1	False	99658	fragment	False	ENG0206_000000006185	0.7622390104745171		0	0	False	False	0.9997404217720032	0					non-mobilizable	no_good_hit	420.0	74.048	16.0	0.008290093636309417	NZ_KB822481.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.19, whole genome shotgun sequence	True	False
ISR0337_000000002750	3329	0.6206291216060275	3	3	3	1	1	False	30730	fragment	False	ISR0337_000000002750	1.0		0	0	False	False	0.999699592590332	0					non-mobilizable	no_good_hit	2727.0	80.015	81.0	0.0008636666189166383	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0152_000000007563	3160	0.6206291216060275	3	3	3	1	1	False	30729	fragment	False	ISR0152_000000007563	1.0		0	0	False	False	0.9876582026481628	0					non-mobilizable	no_good_hit	2736.0	79.934	86.0	0.0008665508488128349	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0233_000000003739	3159	0.6206291216060275	3	3	3	1	1	False	27396	fragment	False	ISR0233_000000003739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2762.0	79.942	87.0	0.0008745625985244921	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0773_000000014194	1263	0.6206279933716998	2	2	2	2	2	False	22493	fragment	False	ISR0773_000000014194	1.0		0	0	False	False	0.9992082118988037	0					non-mobilizable	no_good_hit	178.0	74.719	14.0	0.00013974588608075078	NZ_JNVC02000001.1	firmicutes	Metabacillus indicus strain DSM 16189 Contig01, whole genome shotgun sequence	True	False
FIJ0029_000000019116	1669	0.6206270928990455	3	3	3	3	1	True	48856	maximal	True	FIJ0029_000000019116	1.0		1	1	False	False	0.9754343628883362	0					non-mobilizable	no_good_hit	1099.0	93.35799999999999	66.0	0.03834983729311733	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0095_000000011900	2327	0.6206259706132712	2	2	2	2	1	False	125998	maximal	False	ENG0079_000000013817	0.9551406028932309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0108_000000003710	4353	0.6206216870828483	6	3	3	2	3	False	16929	maximal	False	MAD0099_000000006229	0.9627659574468085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	95.08200000000001	31.0	0.0004829896519196948	LR607355.1	firmicutes	Enterococcus faecium strain 4928STDY7071735 genome assembly, chromosome: 1	True	False
MAD0061_000000008635	1999	0.6206213361711933	3	2	2	2	2	False	125951	fragment	False	ISR0333_000000007883	0.30038398421783585		0	0	False	False	0.9984992742538452	0					non-mobilizable	other	1852.0	98.65	93.0	0.005063291139240506	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0261_000000009417	1950	0.6206213361711933	2	2	2	2	2	False	125951	fragment	False	ISR0333_000000007883	0.2970714658650171		0	0	False	False	0.9882051348686218	0					non-mobilizable	other	1895.0	98.15299999999999	97.0	0.005148135477249401	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0842_000000008855	2455	0.6206199261549069	4	4	4	4	3	False	109888	fragment	False	ISR0842_000000008855	0.991803148745217		0	0	False	False	0.999592661857605	0					non-mobilizable	no_good_hit	221.0	74.661	9.0	9.485932713117288e-05	CP023071.1	a-proteobacteria	Sinorhizobium fredii CCBAU 83666 plasmid pSF83666b, complete sequence	True	False
SPA0039_000000016572	1664	0.6206198201339275	3	3	3	3	2	True	77213	maximal	False	ENG0180_000000009499	0.6299909665763325		0	0	False	False	0.9987980723381042	0					non-mobilizable	no_good_hit	693.0	72.727	41.0	0.0014495173984909603	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ISR0185_000000019478	1692	0.6206184582071751	2	2	2	2	2	False	125999	fragment	False	TAN0009_000000021935	0.26552689392242435		0	0	False	False	0.9994089603424072	0					non-mobilizable	no_good_hit	1163.0	90.02600000000001	81.0	0.0022754290991619424	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
CHI0187_000000003445	5153	0.6206151042876337	9	8	1	8	7	True	77102	fragment	False	CHI0187_000000003445	1.0		0	0	False	False	0.9998059272766113	0			MPF_F		non-mobilizable	plasmid	5153.0	99.74799999999999	100.0	0.04397255129561981	MN783745.1	enterobacteria	Escherichia coli plasmid pFII-FIB, complete sequence	False	True
ISR0097_000000014742	2019	0.6206144834462174	4	2	2	1	1	False	81082	fragment	False	ISR0097_000000014742	1.0		0	0	False	False	0.9975235462188721	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.512816481606182e-06	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
ENG0027_000000007939	2752	0.6206085550443733	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8979358094349218	PS721	0	0	False	True	0.9989098906517029	0					non-mobilizable	no_good_hit	2255.0	74.235	81.0	0.2716636197440585	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CAN0016_000000015948	3029	0.6206078036871104	3	3	3	3	2	False	92970	fragment	False	MON0061_000000013899	0.9726662404092072		0	0	False	False	0.9993396997451782	0					non-mobilizable	other	2984.0	71.883	96.0	0.010543834141283027	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	False	False
MON0013_000000033072	1675	0.620607704364571	3	3	1	2	3	False	13514	maximal	True	MON0013_000000033072	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1413.0	95.61200000000001	93.0	0.000402199069114825	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	False	False
USA0057_01_000000023547	1378	0.620607704364571	4	3	1	2	3	False	961	maximal	True	USA0057_01_000000023547	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1385.0	91.986	100.0	0.020377291332977398	NZ_SMBP01000019.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_119, whole genome shotgun sequence	False	False
MON0002_000000024573	1180	0.6206071247934195	2	2	2	2	2	False	14300	fragment	False	MON0002_000000024573	0.9758281110116382		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	78.279	100.0	0.0045094961061347616	NZ_CABJCG010000008.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
SPA0155_000000003536	4746	0.6206034276110111	5	3	3	3	3	False	42104	maximal	True	SPA0155_000000003536	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	70.34899999999999	18.0	0.019775229878533317	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
AST0084_000000006322	4845	0.6206023344821189	5	5	4	5	5	False	111551	maximal	True	AST0084_000000006322	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	3092.0	97.154	64.0	0.011699581995517053	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
MAD0016_000000002240	2267	0.6206013534748629	3	3	3	3	3	False	77872	maximal	True	MAD0016_000000002240	1.0		10	6	False	False	0.9995588660240173	0					non-mobilizable	no_good_hit	726.0	88.705	32.0	0.00023271382677904402	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0227_000000020880	1258	0.6206010441190202	3	3	3	1	2	False	27627	fragment	False	ISR0227_000000020880	1.0		0	0	False	False	0.998410165309906	0					non-mobilizable	other	1258.0	98.96700000000001	100.0	0.004927247640252125	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
SPA0122_000000007773	3890	0.6206006177660236	4	4	4	4	4	False	62683	maximal	False	USA0080_01_000000011094	0.977840040753948		0	0	False	False	0.9987146258354187	0					non-mobilizable	other	3872.0	98.76	99.0	0.02613650941549015	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0047_000000010535	3754	0.6205905586521031	5	5	4	5	3	False	32423	maximal	True	SPA0047_000000010535	0.9995947041340179		423	15	False	False	1.0	0					non-mobilizable	no_good_hit	1806.0	92.414	79.0	0.0005345811830385239	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0117_000000007314	3701	0.6205905586521031	5	5	4	5	3	False	32423	maximal	False	SPA0047_000000010535	0.9925412892914225		0	0	False	False	0.9994596242904663	0					non-mobilizable	no_good_hit	1750.0	92.286	79.0	0.0005179958388556112	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0104_000000004839	2244	0.6205887039978139	3	3	2	3	2	False	122420	fragment	False	MAD0104_000000004839	1.0		0	0	False	True	0.9968805909156799	0					non-mobilizable	no_good_hit	1445.0	99.86200000000001	64.0	0.6253789519272412	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
CHI0064_000000006127	2920	0.6205820651439472	4	1	1	1	1	True	85355	maximal	True	CHI0064_000000006127	1.0		1	1	False	False	0.999315083026886	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	9.65910366898638e-07	LR736846.1	bivalves	Pecten maximus genome assembly, chromosome: 9	True	True
MAD0077_000000003762	2899	0.6205812923009579	4	4	4	4	4	False	100302	fragment	False	MAD0077_000000003762	1.0		0	0	False	False	0.9906864166259766	0					non-mobilizable	no_good_hit	1429.0	74.458	49.0	0.0006111423578113518	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
MAD0052_000000000925	13218	0.6205786928270856	18	7	2	7	1	False	17305	maximal	True	MAD0052_000000000925	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0031_000000000384	27818	0.6205758214038992	42	7	3	5	6	False	48638	maximal	True	FIJ0031_000000000384	1.0		1	1	False	False	0.9997842907905579	0					non-mobilizable	no_good_hit	95.0	87.368	0.0	0.21363636363636362	MK379290.1	viruses	Porcine rotavirus C isolate PoRVC_VP1_VIRES_HeB02_C3 VP1 gene, partial cds	True	False
ISR0378_000000024480	1329	0.6205687397838083	2	2	2	2	1	False	23257	maximal	True	ISR0378_000000024480	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	88.417	71.0	0.0032870964799651997	NZ_NHOC01000004.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c4, whole genome shotgun sequence	True	False
ISR0089_000000000847	18947	0.6205685424560068	18	12	6	8	4	True	90800	fragment	False	ISR0089_000000000847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1928.0	73.133	10.0	0.006335372496438448	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	True
ENG0187_000000002657	8361	0.6205631670753039	6	5	5	4	4	False	107101	maximal	True	ENG0187_000000002657	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2378.0	98.486	54.0	0.01604920766742963	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0107_000000016911	1664	0.6205608146964199	3	2	2	2	1	False	35441	maximal	True	ISR0107_000000016911	1.0		135	11	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	78.495	6.0	0.0004030704221609004	NZ_PGTO01000005.1	a-proteobacteria	Magnetospirillum kuznetsovii strain LBB-42 NODE_5_length_225767_cov_86.8971, whole genome shotgun sequence	True	False
ISR0065_000000004050	6712	0.6205591157879766	7	5	2	3	4	False	73887	maximal	True	ISR0065_000000004050	1.0		1	1	False	False	0.9967222809791565	0					non-mobilizable	no_good_hit	1635.0	84.954	24.0	0.0058332847226273115	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
MAD0036_000000014552	2037	0.6205585822094444	3	3	2	2	2	False	100847	fragment	False	MAD0036_000000014552	0.9635054617676266		0	0	False	False	1.0	0					non-mobilizable	chromosome	2038.0	96.712	100.0	0.0008388867885832326	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0157_000000002161	2957	0.6205580720698357	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.6248975296582223		0	0	False	False	1.0	0					non-mobilizable	other	2957.0	99.62799999999999	100.0	0.013727649018159519	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0109_000000012975	2707	0.6205580720698357	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5773618220336602		0	0	False	False	1.0	0					non-mobilizable	other	2707.0	100.0	100.0	0.012570902958761307	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CAN0021_000000016376	2642	0.6205580720698357	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5366994877900085		0	0	False	False	0.9981074929237366	0					non-mobilizable	other	2642.0	99.016	100.0	0.048551364070887566	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
SPA0042_000000013889	2333	0.6205580720698357	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.2683753453044525		0	0	False	False	1.0	0					non-mobilizable	other	2333.0	100.0	100.0	0.010833461086412182	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
FIJ0151_000000006156	2877	0.6205570089495293	4	3	3	3	3	False	42011	fragment	False	FIJ0151_000000006156	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2877.0	100.0	100.0	0.0005424245396181151	CP056385.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00610 chromosome, complete genome	False	False
AST0102_000000017891	1757	0.6205501798082325	2	2	1	2	2	False	108225	maximal	False	MON0016_000000020515	0.989778534923339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	77.851	69.0	0.00042175973498151923	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0152_000000013214	1836	0.6205479321676697	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.607854210116077		0	0	False	False	1.0	0					non-mobilizable	chromosome	1838.0	92.22	100.0	0.0004894992409427302	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0043_000000017777	1616	0.6205479321676697	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.48413595639381357		0	0	False	False	0.9808168411254883	0					non-mobilizable	chromosome	1617.0	96.66	100.0	0.0004305459263659763	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0083_000000007432	1448	0.6205479321676697	2	2	2	2	1	True	84207	maximal	True	CHI0083_000000007432	1.0		1	1	False	False	0.9813535809516907	0					non-mobilizable	no_good_hit	780.0	71.923	52.0	0.00015228501367770903	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ENG0047_000000016183	1316	0.6205479321676697	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.10725212088051976		0	0	False	False	0.9984802603721619	0					non-mobilizable	other	1316.0	95.137	100.0	0.04492614879649891	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
FIJ0032_000000004581	7354	0.6205407504155706	8	3	2	3	3	True	61517	maximal	True	FIJ0032_000000004581	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1622.0	71.393	22.0	0.05099077826350554	NZ_OFSM01000041.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
ENG0136_000000001290	9951	0.6205356246974407	12	5	5	5	3	True	72775	fragment	False	USA0035_01_000000002439	0.9424819084475963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	95.238	3.0	7.407813994253143e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
FIJ0024_000000017955	1194	0.6205282772775835	2	1	1	1	1	True	49195	fragment	False	MAD0034_000000012524	0.9539732494099135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	73.574	43.0	0.006910101847149082	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0022_000000008977	1468	0.6205250909369836	3	3	1	1	2	True	118240	fragment	False	MAD0072_000000001538	0.11040559688619923		0	0	False	False	1.0	0					non-mobilizable	other	1465.0	91.399	99.0	0.0005158450462127348	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0269_000000017805	1099	0.6205185024625862	2	2	2	2	1	False	127811	fragment	False	AST0005_000000022669	0.7619555609022445		0	0	False	False	0.9990900754928589	0					non-mobilizable	chromosome	1100.0	93.90899999999999	100.0	0.0003539055149631445	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0834_000000005581	3017	0.6205180308410165	2	2	1	2	2	False	74331	maximal	False	ISR0271_000000004688	0.9479992283054223		0	0	False	False	0.9976798295974731	0					non-mobilizable	other	3017.0	99.867	100.0	0.0005264365950234636	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0064_000000007977	2703	0.6205179881169695	2	2	2	2	2	False	6105	maximal	True	SPA0064_000000007977	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1616.0	98.7	60.0	0.0009327253773495005	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MAD0042_000000010841	2122	0.6205168738532141	5	4	2	3	2	True	18134	maximal	True	MAD0042_000000010841	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	8.818930668903973e-06	NZ_PHQX01000001.1	g-proteobacteria	Stenotrophomonas lactitubi strain M15 NODE_1_length_4195520_cov_30.9171_ID_231, whole genome shotgun sequence	True	True
ISR0233_000000013497	1370	0.6205165424713852	2	2	2	2	2	False	70107	fragment	False	ISR0165_000000014354	0.6986359393839636		0	0	False	False	0.9985401630401611	0					non-mobilizable	other	1372.0	85.86	100.0	0.1624553039332539	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0025_000000028549	1389	0.6205164726850717	2	2	1	2	0	True	56881	fragment	False	ISR0025_000000028549	0.9912559618441972		0	0	False	False	0.9992800354957581	0					non-mobilizable	no_good_hit	510.0	96.471	37.0	0.6534017971758665	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
FIJ0159_000000019024	1356	0.6205164726850717	2	2	1	2	0	True	39379	maximal	True	FIJ0159_000000019024	0.9498502994011976		3	2	False	False	0.99262535572052	0					non-mobilizable	no_good_hit	536.0	93.09700000000001	39.0	0.00012481650806804576	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ISR0201_000000002080	10627	0.6205097649171418	11	4	2	3	0	True	111611	fragment	False	AST0084_000000001793	0.6413223140495868		0	0	False	False	0.9999058842658997	0					non-mobilizable	no_good_hit								True	True
FIJ0095_000000007579	3519	0.6205040223894682	3	3	3	3	3	False	51599	maximal	True	FIJ0095_000000007579	0.9937549827265479		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	78.14399999999999	23.0	0.0001293222287370576	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0041_000000009150	1613	0.6205017713287198	3	3	3	3	3	False	85419	maximal	False	ISR0384_000000011461	0.7743469293715701		0	0	False	False	1.0	0					non-mobilizable	other	1615.0	95.604	100.0	0.011295317908544362	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	False	False
USA0093_01_000000012368	1330	0.620498186384662	2	2	2	2	2	True	113698	maximal	False	AST0055_000000022653	0.5675954614540019		0	0	False	False	0.9984962344169617	0					non-mobilizable	other	1313.0	98.096	99.0	0.0028091090499558938	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
CHI0113_000000002807	2670	0.6204965280552458	4	4	2	3	2	False	82356	maximal	True	CHI0113_000000002807	1.0		6	4	False	False	0.9996254444122314	0					non-mobilizable	no_good_hit	886.0	83.07	39.0	0.03884140130209487	NZ_KB822489.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.26, whole genome shotgun sequence	True	False
FIJ0151_000000012690	1353	0.6204948876240347	3	3	2	3	3	False	39739	maximal	True	FIJ0151_000000012690	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1355.0	91.365	100.0	0.07315490673154906	NZ_JNVB01000081.1	enterobacteria	Erwinia oleae strain DAPP-PG531 contig81, whole genome shotgun sequence	False	False
ISR0069_000000016069	1560	0.6204929230149523	3	2	1	1	2	True	95203	fragment	False	ISR0133_000000013510	0.9691685607877779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	95.47200000000001	71.0	0.004372272719432898	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
CAN0007_000000027187	1478	0.6204929230149523	3	2	1	1	2	True	95203	fragment	False	ISR0133_000000013510	0.6485042735042735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	95.425	70.0	0.003949705928008417	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
CHI0124_000000004705	3342	0.6204896067078991	4	4	0	2	4	False	117769	maximal	True	CHI0124_000000004705	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1608.0	97.32600000000001	68.0	0.0008253371838796806	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	True
ENG0055_000000013267	1451	0.6204877337323679	2	1	1	1	1	False	74360	fragment	False	ENG0055_000000013267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0131_000000016814	1972	0.6204828287345179	3	3	2	2	1	False	126958	maximal	True	ISR0131_000000016814	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	95.473	87.0	0.014184701092779087	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
MON0020_000000002728	5318	0.6204777083491664	6	6	5	6	4	False	127586	maximal	True	MON0020_000000002728	1.0		5	1	False	False	0.9934185743331909	0					non-mobilizable	chromosome	5354.0	85.11399999999999	99.0	0.002347612693798364	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0132_000000019730	1545	0.6204755023124379	3	3	3	3	2	False	80877	fragment	False	CHI0132_000000019730	0.9458247066942719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	371.0	74.124	24.0	0.00015048656624447988	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0810_000000005809	2554	0.6204651447257155	3	2	1	2	1	True	21717	maximal	True	ISR0810_000000005809	1.0		4	2	False	False	0.9976507425308228	0					non-mobilizable	no_good_hit	54.0	96.296	2.0	0.012526589458756796	NZ_QIML01000052.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_53, whole genome shotgun sequence	True	True
ISR0052_000000013455	2591	0.6204589616209537	6	3	2	3	1	True	35794	maximal	True	ISR0052_000000013455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	95.09	57.0	0.00028758570163256827	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0175_000000009472	2320	0.6204539988549242	3	3	3	3	3	False	29854	maximal	True	ISR0175_000000009472	1.0		46	6	False	False	0.9818965792655945	0					non-mobilizable	other	2324.0	96.945	100.0	0.0013976194103503322	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MAD0047_000000014204	2957	0.6204536702612443	4	4	4	4	3	False	115295	fragment	False	MAD0047_000000014204	1.0		0	0	False	False	0.9939127564430237	0					non-mobilizable	no_good_hit	162.0	93.21	5.0	0.0011046387968356559	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	True	False
ISR0381_000000005343	2997	0.6204519796787071	4	4	4	4	3	False	101416	maximal	False	ISR0824_000000006193	0.9797557840616966		0	0	False	False	0.9996663331985474	0					non-mobilizable	other	2998.0	88.859	100.0	0.047066955729412135	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
SPA0009_000000005817	5741	0.6204515153058381	5	3	3	3	3	False	8147	maximal	True	SPA0009_000000005817	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1428.0	80.742	30.0	0.00042982455343228083	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ENG0116_000000011368	2092	0.6204508866513431	4	4	2	3	1	False	59451	maximal	True	ENG0116_000000011368	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	81.667	6.0	3.509467979524931e-05	CP015108.1	firmicutes	Sporosarcina ureae strain S204, complete genome	True	False
ISR0251_000000007858	1996	0.6204419795446257	3	2	2	1	2	False	26995	maximal	True	ISR0251_000000007858	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	80.096	21.0	8.072406758827293e-05	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	False
MON0088_000000028588	1133	0.6204411066945195	2	2	2	2	2	False	70307	fragment	False	DEN0071_000000040954	0.7238748874887488		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	91.09299999999999	100.0	0.00034216580973947297	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
FIJ0051_000000008281	2626	0.6204391939675965	3	2	1	2	0	True	46546	maximal	True	FIJ0051_000000008281	1.0		1	1	False	False	0.9980959892272949	0					non-mobilizable	no_good_hit	533.0	94.934	20.0	0.0001304346440298813	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0072_000000011249	2507	0.6204358121947583	4	3	2	3	1	False	75653	fragment	False	DEN0079_000000020116	0.9542279411764706		0	0	False	False	0.9884324073791504	0					non-mobilizable	no_good_hit	83.0	85.542	3.0	1.9165248039035776e-05	NZ_CP012621.1	g-proteobacteria	Zobellella denitrificans strain F13-1 chromosome, complete genome	True	False
CHI0181_000000017443	1208	0.6204340804367117	1	1	1	1	1	False	77410	fragment	False	CHI0181_000000017443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	87.719	5.0	0.000156767510930971	NZ_LN889815.1	cyanobacteria	Planktothrix tepida PCC 9214 isolate BBR_PRJEB10993, whole genome shotgun sequence	True	False
DEN0010_000000023813	1913	0.6204339111997835	3	3	3	2	3	False	121128	fragment	False	DEN0010_000000023813	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1636.0	99.022	100.0	0.0005153480742845093	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0126_000000000709	30024	0.6204298446303618	44	14	4	11	7	True	88274	maximal	True	SPA0126_000000000709	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	84.78299999999999	0.0	0.002333146000442787	NZ_PDYG01000056.1	firmicutes	Agathobacter ruminis strain JK623 contig000056, whole genome shotgun sequence	True	True
ISR0233_000000016407	1193	0.6204279674307573	2	2	1	2	2	False	45287	maximal	True	ISR0233_000000016407	1.0		0	0	False	False	0.9882648587226868	0					non-mobilizable	no_good_hit	1051.0	97.62100000000001	88.0	0.0007071458810269187	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0125_000000013541	1134	0.6204279674307573	2	2	1	2	2	False	32022	fragment	False	ISR0125_000000013541	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1018.0	97.741	90.0	0.000684900109745805	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ENG0194_000000000909	22493	0.620423826801649	32	13	8	11	6	True	54553	maximal	True	ENG0194_000000000909	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	79.141	1.0	5.7742906066092025e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
USA0021_01_000000015642	1126	0.620423147035831	2	2	2	2	1	False	1736	maximal	True	USA0021_01_000000015642	1.0		3	2	False	False	0.99733567237854	0					non-mobilizable	no_good_hit								True	False
MON0098_000000008544	3318	0.6204196337443643	4	4	4	4	4	False	45869	maximal	True	MON0098_000000008544	0.9849465846552283		97	10	False	False	0.9825195670127869	0					non-mobilizable	chromosome	3326.0	92.03200000000001	100.0	0.001340491225692251	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
USA0026_01_000000021956	1474	0.6204196273474296	4	3	1	2	2	True	108950	fragment	False	ENG0148_000000024068	0.9176891112612046		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	93.939	96.0	0.021863604624098067	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
ISR0096_000000014183	1674	0.6204193563590839	2	2	2	2	2	False	92734	fragment	False	ISR0096_000000014183	1.0		0	0	False	False	0.9988052845001221	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000004461	7432	0.6204160298079936	10	7	5	7	5	False	41168	fragment	False	FIJ0126_000000004461	1.0		0	0	False	False	0.9982507824897766	0					non-mobilizable	no_good_hit	4536.0	97.906	68.0	0.01863234018410331	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
MON0100_000000003854	8358	0.620414320467141	10	9	5	7	5	False	118083	maximal	True	MON0100_000000003854	1.0		1	1	False	False	0.9971284866333008	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000013967	2296	0.6204106896310503	3	3	3	3	2	False	112379	maximal	False	MON0058_000000019122	0.951934583167132		0	0	False	False	0.9912891983985901	0					non-mobilizable	no_good_hit	1182.0	81.726	63.0	0.013942716702901975	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
FIJ0122_000000012422	1284	0.6204050814906812	3	1	1	1	1	True	41412	fragment	False	FIJ0122_000000012422	1.0		0	0	False	False	0.9766355156898499	0					non-mobilizable	no_good_hit	50.0	94.0	4.0	8.807611214066294e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
SPA0126_000000010598	3655	0.6203991470730863	4	4	4	4	3	True	3987	fragment	False	SPA0126_000000010598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2991.0	100.0	82.0	0.0004656168434323654	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
ISR0164_000000014333	1907	0.6203927273322587	2	2	2	2	1	False	70553	fragment	False	ISR0164_000000014333	1.0		0	0	False	True	0.9994755983352661	0					non-mobilizable	no_good_hit	1501.0	80.21300000000001	78.0	0.1942886947450776	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
USA0016_01_000000004661	3903	0.6203811717628045	4	4	4	4	3	False	99233	fragment	False	USA0016_01_000000004661	1.0		0	0	False	False	0.9979503154754639	0					non-mobilizable	no_good_hit	782.0	80.435	20.0	0.0002183618421533344	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0113_000000000718	15620	0.6203751274053051	27	12	5	11	8	True	71985	maximal	True	ISR0113_000000000718	1.0		1	1	True	True	1.0	24					non-mobilizable	no_good_hit	705.0	94.04299999999999	5.0	0.00020407660409573627	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0257_000000016024	1137	0.6203731179670364	3	1	1	1	1	False	26802	maximal	True	ISR0257_000000016024	1.0		25	3	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	100.0	59.0	0.0007286575440635713	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
FIJ0094_000000005530	3444	0.620372884707532	4	3	2	3	2	False	100253	maximal	True	FIJ0094_000000005530	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.01499531396438613	XM_008121883.2	lizards	PREDICTED: Anolis carolinensis spermidine synthase (srm), mRNA	True	False
ISR0040_000000017509	1494	0.6203727546199804	2	2	2	2	2	False	36471	maximal	True	ISR0040_000000017509	1.0		163	12	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.0003951007506914263	NZ_RXHU01000013.1	firmicutes	Paenibacillus whitsoniae strain MER 54 contig_13, whole genome shotgun sequence	True	False
ISR0162_000000007632	4815	0.6203724613735335	6	5	3	3	5	False	126410	fragment	False	ISR0162_000000007632	0.9737857958125254		0	0	False	True	0.9993769526481628	0					non-mobilizable	no_good_hit	3555.0	99.381	74.0	0.00304992154156237	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
ISR0258_000000015809	1713	0.6203710122532896	3	2	2	2	1	False	115080	fragment	False	ISR0258_000000015809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	6.015158198660625e-05	NZ_QICS01000003.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_103, whole genome shotgun sequence	True	False
MON0026_000000024020	1926	0.6203684937073521	2	2	2	2	2	False	12742	maximal	True	MON0026_000000024020	1.0		3	1	False	False	0.9880581498146057	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	1.0297471897095893e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0037_000000015887	3893	0.6203663504896128	4	3	3	3	3	False	119077	fragment	False	ENG0052_000000006995	0.975795124754196		0	0	False	False	1.0	0					non-mobilizable	other	3303.0	79.11	90.0	0.0009857387033712325	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0007_000000015097	3702	0.6203663504896128	4	3	3	3	3	False	119077	fragment	False	ENG0052_000000006995	0.9674870479085177		0	0	False	False	1.0	0					non-mobilizable	other	3304.0	79.268	91.0	0.0009857387033712325	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0026_000000009548	3581	0.6203663504896128	3	3	3	3	3	False	119077	fragment	False	ENG0052_000000006995	0.798819088868972		0	0	False	False	0.983803391456604	0					non-mobilizable	no_good_hit	3195.0	79.092	89.0	0.0009535230524058317	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0042_000000007669	3428	0.6203663504896128	3	3	3	3	3	False	119077	fragment	False	ENG0052_000000006995	0.7879968838824828		0	0	False	False	0.9854142069816589	0					non-mobilizable	other	3296.0	79.187	95.0	0.000983330056570081	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0099_000000009154	3364	0.6203663504896128	3	3	3	3	3	False	119077	fragment	False	ENG0052_000000006995	0.793621794434144		0	0	False	False	1.0	0					non-mobilizable	other	3263.0	79.16	96.0	0.0009736954693654751	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0022_000000007871	3340	0.6203663504896128	3	3	3	3	3	False	119077	fragment	False	ENG0052_000000006995	0.7849962198294528		0	0	False	False	1.0	0					non-mobilizable	other	3296.0	79.672	98.0	0.0009839322182703689	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0107_000000012103	2643	0.620364177088591	6	5	4	2	2	True	129446	fragment	False	ISR0232_000000006817	0.14799662513262288		0	0	False	False	1.0	0					non-mobilizable	other	2643.0	99.962	100.0	0.0008459795319062686	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0224_000000011268	2642	0.6203634577784174	4	4	4	3	3	False	42327	maximal	False	SPA0144_000000006184	0.9736171761280932		0	0	False	False	0.9935654997825623	0					non-mobilizable	no_good_hit	486.0	74.486	18.0	0.0017692852087756545	NZ_SLXA01000003.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_103, whole genome shotgun sequence	True	False
USA0080_01_000000036364	1142	0.6203605199878437	3	1	1	1	1	True	590	fragment	False	USA0080_01_000000036364	1.0		0	0	False	False	0.9991243481636047	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	4.0	0.001076171977531629	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ENG0142_000000000216	40293	0.6203553365641996	60	23	11	12	16	True	96768	maximal	True	ENG0142_000000000216	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	2120.0	75.991	15.0	0.003455002780936885	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0004_000000007896	3339	0.6203469799898925	5	4	4	4	4	False	86451	maximal	True	ENG0004_000000007896	1.0		90	12	False	False	0.9985025525093079	0					non-mobilizable	other	3335.0	97.391	99.0	0.0015976040730757712	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
ENG0022_000000008387	1845	0.6203449787881631	4	3	3	3	2	False	93927	fragment	False	ENG0022_000000008387	1.0		0	0	False	False	0.9972899556159973	0					non-mobilizable	other	1843.0	98.426	99.0	0.0005809267943885186	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0053_000000020445	1616	0.6203449787881631	4	3	3	3	2	False	93925	fragment	False	SPA0053_000000020445	1.0		0	0	False	False	0.9746286869049072	0					non-mobilizable	other	1616.0	99.75200000000001	100.0	0.0005096125871469079	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0119_000000028255	1124	0.6203449787881631	3	3	3	3	2	False	93924	fragment	False	SPA0119_000000028255	0.9891205802357208		0	0	False	False	0.9991103410720825	0					non-mobilizable	other	1124.0	99.911	100.0	0.00035436218908110065	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CAN0012_000000039909	1103	0.6203449787881631	3	3	3	3	2	False	93924	fragment	False	SPA0119_000000028255	0.979982206405694		0	0	False	False	0.989120602607727	0					non-mobilizable	other	1103.0	99.819	100.0	0.00034773564770024305	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0030_000000015613	2223	0.6203441908752784	3	2	1	2	2	True	89986	maximal	True	FIJ0030_000000015613	1.0		9	4	False	False	0.9995501637458801	0					non-mobilizable	other	2209.0	80.35300000000001	98.0	0.05415511093502377	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
USA0011_01_000000005116	7302	0.6203430553705992	10	9	5	6	8	False	39668	fragment	False	USA0011_01_000000005116	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7159.0	99.97200000000001	98.0	0.001417848008595035	CP051711.1	enterobacteria	Escherichia coli strain SCU-123 chromosome, complete genome	False	False
FIJ0117_000000002330	9123	0.6203384840945121	8	4	4	3	3	False	41627	maximal	False	FIJ0121_000000002539	0.970102656365753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	71.937	12.0	0.0004719996478865859	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0043_000000009370	2822	0.6203377706851971	4	4	4	4	2	False	52417	fragment	False	FIJ0054_000000008836	0.9959178846463875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	81.457	35.0	0.016383296319219427	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
MON0080_000000032536	1699	0.6203351357482618	3	3	3	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.7156818140717844		0	0	False	False	0.9793996214866638	0					non-mobilizable	other	1608.0	94.652	95.0	0.41396187532199896	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
ENG0037_000000007154	4383	0.6203350032744374	12	2	2	2	2	False	65236	maximal	True	ENG0037_000000007154	1.0		13	4	False	False	0.9997718334197998	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000009154	3188	0.6203326355470674	3	3	3	3	2	False	68213	maximal	False	MON0063_000000008769	0.971368678260971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	9.836589654366831e-05	NZ_NFHU01000001.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_1, whole genome shotgun sequence	True	False
USA0101_01_000000020207	1529	0.6203215143083005	2	1	0	1	0	True	357	maximal	True	USA0101_01_000000020207	1.0		2	1	False	False	0.9895356297492981	0					non-mobilizable	no_good_hit	325.0	95.69200000000001	21.0	8.27521989270056e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
FIJ0096_000000024521	1526	0.6203214735558561	2	2	2	2	2	False	124909	fragment	False	AST0012_000000014506	0.49215017064846417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	6.041442787159216e-06	CP024767.1	g-proteobacteria	Pseudomonas arsenicoxydans strain ACM1 chromosome	True	False
ENG0021_000000005699	3331	0.6203207840627506	3	3	3	2	2	False	92777	maximal	True	ENG0021_000000005699	1.0		0	0	False	False	0.9939957857131958	0					non-mobilizable	no_good_hit	1645.0	80.547	49.0	0.11852762510847556	NZ_NFHM01000043.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_43, whole genome shotgun sequence	True	False
ISR0127_000000001141	14250	0.6203127817021421	19	10	6	9	6	True	121837	backbone	False	ITA0004_000000000015	0.38090931433011244	PS446|PS447|PS652|PS653|PS863	0	0	False	True	0.9999298453330994	0					non-mobilizable	other	9321.0	99.979	93.0	0.5601298154937195	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
ETH0005_000000040657	1100	0.6203095250690813	2	2	2	2	2	False	52671	maximal	True	ETH0005_000000040657	1.0		26	3	False	False	0.9518181681632996	0					non-mobilizable	no_good_hit	120.0	77.5	11.0	0.0003066455596674599	NZ_FQZA01000003.1	a-proteobacteria	Maribius salinus strain DSM 26892, whole genome shotgun sequence	True	False
USA0066_01_000000014284	1435	0.6203012231711618	3	3	3	3	1	False	817	fragment	False	USA0066_01_000000014284	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1432.0	99.302	99.0	0.006400994815686239	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CAN0009_000000024566	1182	0.6202981580103821	2	2	1	2	1	False	94684	fragment	False	CAN0009_000000024566	1.0		0	0	False	False	0.9720812439918518	0					non-mobilizable	chromosome	1151.0	92.963	97.0	0.0004096125741799467	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
MON0103_000000026245	2041	0.6202949137573543	2	2	2	2	1	False	8896	fragment	False	MON0103_000000026245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	75.0	37.0	0.00030867415252591534	NZ_VMBG01000001.1	verrucomicrobia	Rariglobus hedericola strain 53C-WASEF NODE_1_length_2445945_cov_106.723303, whole genome shotgun sequence	True	False
ISR0338_000000011801	2294	0.6202858457889084	4	2	2	2	1	False	102909	fragment	False	ISR0338_000000011801	1.0		0	0	False	False	0.9995640516281128	0					non-mobilizable	no_good_hit	713.0	75.596	31.0	0.0027010896180215474	NZ_QJKD01000010.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_110, whole genome shotgun sequence	True	False
AUS0002_000000019410	1896	0.6202858457889084	3	2	2	2	1	False	102906	fragment	False	AUS0002_000000019410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	77.706	24.0	0.0017484390303623898	NZ_QJKD01000010.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_110, whole genome shotgun sequence	True	False
CHI0144_000000007905	1999	0.6202849904672367	2	2	1	1	2	False	79858	maximal	True	CHI0144_000000007905	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1040.0	97.596	90.0	0.00028093085180451433	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0210_000000005113	3737	0.6202825082187698	6	4	4	4	4	False	32806	maximal	True	ISR0210_000000005113	1.0		0	0	False	False	0.9941129088401794	0					non-mobilizable	no_good_hit	664.0	75.0	17.0	0.00047373041696968996	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ENG0062_000000014785	1670	0.620279759524426	2	2	2	2	2	False	63193	fragment	False	ENG0062_000000014785	0.9891449524774905		0	0	False	False	0.9970059990882874	0					non-mobilizable	no_good_hit	408.0	77.696	24.0	0.00030744235068717624	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0820_000000015961	1587	0.620279759524426	2	2	2	2	2	False	63193	fragment	False	ENG0062_000000014785	0.9720537283714222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	77.26100000000001	24.0	0.00029195407105558045	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0084_000000014898	1771	0.6202706317618516	3	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.10309589260477643		0	0	False	False	0.9977414011955261	0					non-mobilizable	other	1771.0	95.426	100.0	0.0005296735385573908	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0812_000000010078	3888	0.6202670464737103	4	3	3	3	2	False	27249	maximal	True	ISR0812_000000010078	1.0		4	2	False	False	0.9992284178733826	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000000633	29535	0.6202606273105821	32	13	8	13	3	True	128790	maximal	True	ISR0171_000000000633	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	95.89	0.0	0.18331226295828065	GQ876934.1		Uncultured organism clone VC1AH19TR genomic sequence	True	True
ENG0002_000000018486	1309	0.620259457141503	2	2	1	2	2	False	67964	maximal	True	ENG0002_000000018486	1.0		1	1	False	False	0.9954163432121277	0					non-mobilizable	no_good_hit								True	False
AST0014_000000005648	3096	0.6202580690704645	3	3	3	3	3	False	125172	fragment	False	AST0014_000000005648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	79.76100000000001	43.0	0.0006166429863442447	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0039_000000007376	3482	0.6202569939946663	5	4	4	2	3	False	108480	maximal	True	SPA0039_000000007376	1.0		12	3	False	False	1.0	0					non-mobilizable	chromosome	1911.0	94.976	98.0	0.0005102401773406196	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0011_000000039852	1173	0.6202550012315394	2	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.07453125589646058		0	0	False	False	0.9982949495315552	0					non-mobilizable	other	1173.0	99.915	100.0	0.0123679572820042	NZ_QSFS01000014.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf14, whole genome shotgun sequence	False	True
ENG0125_000000008642	2966	0.620254669667036	5	4	3	3	3	False	60870	maximal	True	ENG0125_000000008642	1.0		23	7	False	False	0.9713418483734131	0					non-mobilizable	no_good_hit	517.0	76.983	17.0	0.006585063526495197	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	False
SPA0090_000000003284	8381	0.6202521254738981	7	4	3	3	2	False	5391	maximal	True	SPA0090_000000003284	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1766.0	82.39	21.0	0.000564083334082448	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0005_000000003592	7201	0.6202502661990623	10	1	1	1	1	True	107830	fragment	False	FIJ0005_000000003592	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	7113.0	98.48200000000001	99.0	0.25304205507720773	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	False	True
ENG0180_000000007600	2263	0.6202502661990623	2	1	1	1	1	True	64140	maximal	False	ISR0063_000000008596	0.6581479728663827		0	0	False	False	0.9986743330955505	0					non-mobilizable	no_good_hit								True	True
ENG0050_000000012640	2113	0.6202502661990623	2	1	1	1	1	True	64140	maximal	False	ISR0063_000000008596	0.936518471200714		0	0	False	False	0.9962139129638672	0					non-mobilizable	no_good_hit								True	True
ISR0846_000000005707	1828	0.6202502661990623	1	1	1	1	1	True	20662	fragment	False	ISR0846_000000005707	1.0		0	0	False	False	0.9923413395881653	0					non-mobilizable	no_good_hit								True	True
SPA0096_000000024315	1701	0.6202496890441159	2	2	2	1	1	True	5161	maximal	True	SPA0096_000000024315	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0112_000000002298	10089	0.6202463821342349	12	11	2	7	10	True	59702	fragment	False	ENG0112_000000002298	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	10093.0	97.662	100.0	0.12788073929467839	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	False	True
ISR0847_000000026698	1141	0.6202454567621571	2	2	2	2	2	False	66402	fragment	False	MON0037_000000060701	0.9394085031034315		0	0	False	False	0.9921121597290039	0					non-mobilizable	chromosome	1141.0	96.757	100.0	0.00046948008786690487	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0043_000000023508	1279	0.6202392803901589	2	2	2	2	2	False	47172	fragment	False	FIJ0043_000000023508	1.0		0	0	False	False	0.9984362721443176	0					non-mobilizable	chromosome	1279.0	99.06200000000001	100.0	0.00026715331213666207	CP056821.1	enterobacteria	Escherichia coli strain RHBSTW-00139 chromosome, complete genome	False	False
CHI0182_000000019362	1488	0.6202379149517413	2	2	2	2	2	False	77334	maximal	True	CHI0182_000000019362	0.9857071104122991		1070	13	False	False	1.0	0					non-mobilizable	other	1488.0	99.59700000000001	100.0	0.00028784966620472633	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0144_000000016793	1877	0.6202360925600255	3	2	2	2	1	False	40082	fragment	False	FIJ0144_000000016793	1.0		0	0	False	False	0.9834842681884766	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	5.74052812858783e-06	CP046622.1	b-proteobacteria	Variovorax paradoxus strain CSUSB chromosome, complete genome	True	False
ENG0068_000000004713	4823	0.6202354992059297	5	5	4	5	3	True	62624	fragment	False	ENG0068_000000004713	1.0		0	0	False	False	0.999377965927124	0					non-mobilizable	no_good_hit								True	True
ENG0141_000000004290	6078	0.6202332436397942	6	6	4	5	0	True	88444	maximal	True	ENG0141_000000004290	1.0		1	1	False	False	0.9993419051170349	0					non-mobilizable	no_good_hit	2670.0	80.524	44.0	0.005547458686801733	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0017_000000012041	2907	0.6202253079378811	4	3	3	3	2	False	2480	fragment	False	TAN0017_000000012041	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2831.0	79.37100000000001	97.0	0.010181253875076596	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	False	False
FIJ0079_000000016482	1703	0.6202251196233193	2	2	2	2	1	False	91003	maximal	False	ISR0359_000000014298	0.9128266594798036		0	0	False	False	0.9982383847236633	0					non-mobilizable	chromosome	1707.0	95.84100000000001	100.0	0.0006005885202903291	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0138_000000004455	3974	0.6202238049820147	7	3	1	3	2	True	46766	fragment	False	FIJ0138_000000004455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	82.249	4.0	4.890422327501334e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0059_000000012326	1449	0.6202222726948844	2	2	2	2	2	False	91008	fragment	False	FIJ0059_000000012326	1.0		0	0	False	False	0.9986197352409363	0					non-mobilizable	other	1449.0	89.92399999999999	100.0	0.0004359650710084131	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0074_000000014151	1508	0.620221683362194	2	2	2	2	2	False	10367	maximal	True	MON0074_000000014151	1.0		352	13	False	False	0.9993368983268738	0					non-mobilizable	no_good_hit	574.0	82.927	73.0	0.00015967065899240824	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0178_000000005735	1785	0.6202210780474547	2	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.5941548111120826		0	0	False	False	0.9988795518875122	0					non-mobilizable	other	1785.0	97.14299999999999	100.0	0.002853176557891976	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0042_000000004955	5459	0.6202177258045047	6	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.9623201831313658		0	0	False	False	0.9989008903503418	0					non-mobilizable	plasmid	5459.0	100.0	100.0	0.047485231553579664	CP049984.1	enterobacteria	Salmonella enterica subsp. enterica serovar Saintpaul strain CVM N40391 plasmid pN40391-1, complete sequence	False	True
ISR0350_000000002852	5444	0.6202177258045047	6	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.9588923121657679		0	0	False	False	1.0	0					non-mobilizable	plasmid	5444.0	100.0	100.0	0.04380966178908904	CP029213.1	enterobacteria	Escherichia coli strain H8Ecoli plasmid p2-H8	False	True
MON0078_000000006883	5345	0.6202177258045047	6	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.9509995861135055		0	0	False	False	1.0	0					non-mobilizable	plasmid	5345.0	99.682	100.0	0.059690156262216715	MG767298.1	enterobacteria	Shigella sonnei strain ID127706 plasmid pSs1 genomic sequence	False	True
ENG0093_000000002388	5274	0.6202177258045047	6	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.9382563428864411		0	0	False	False	1.0	0					non-mobilizable	plasmid	5274.0	99.98100000000001	100.0	0.06371127543376347	CP054354.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-1, complete sequence	False	True
ISR0380_000000002215	5267	0.6202177258045047	6	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.9381347385715344		0	0	False	False	0.9998101592063904	0					non-mobilizable	plasmid	5262.0	99.905	100.0	0.04230029996220316	CP054380.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-1, complete sequence	False	True
SPA0037_000000002634	8466	0.6202166526081951	9	8	5	7	7	False	102143	maximal	True	SPA0037_000000002634	1.0		27	7	False	False	0.9998818635940552	0					non-mobilizable	no_good_hit	2112.0	81.297	43.0	0.034190812031785756	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ENG0154_000000019916	1651	0.6202139061603724	3	2	2	2	1	False	56817	maximal	True	ENG0154_000000019916	1.0		26	6	False	False	0.9969715476036072	0					non-mobilizable	other	905.0	98.01100000000001	92.0	0.0009918806232170287	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0013_000000010535	2380	0.6202084679141171	4	3	2	1	2	False	127761	fragment	False	ENG0007_000000010419	0.9687579821603537		0	0	False	False	0.9915966391563416	0					non-mobilizable	no_good_hit	1144.0	98.164	48.0	0.021858027996634284	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0099_000000012749	1275	0.620203448136472	2	2	2	1	1	False	72214	fragment	False	ITA0002_000000007500	0.6433308769344142		0	0	False	False	0.9898039102554321	0					non-mobilizable	chromosome	1279.0	97.26299999999999	100.0	0.0003632309061999562	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0117_000000014293	2655	0.6201986456024372	4	4	4	4	2	False	91600	fragment	False	CHI0117_000000004307	0.6391243268388275		0	0	False	False	0.9800376892089844	0					non-mobilizable	no_good_hit	164.0	78.04899999999999	6.0	0.0018330561118843139	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
FIJ0140_000000030383	1185	0.6201980412021836	2	2	2	2	2	False	40327	maximal	True	FIJ0140_000000030383	1.0		5	2	False	False	0.9932489395141602	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	5.0	0.0011270600744284955	NZ_JHVL01000028.1	firmicutes	Clostridiisalibacter paucivorans DSM 22131 Q326DRAFT_scaffold00024.24_C, whole genome shotgun sequence	True	False
MON0105_000000023160	2350	0.6201937018340132	2	1	1	1	1	False	8741	maximal	True	MON0105_000000023160	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	86.94	22.0	0.00014304527368860646	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0037_000000002723	4268	0.6201933479534926	6	4	1	2	3	True	88016	fragment	False	CHI0037_000000002723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0005_000000005274	2869	0.6201895536713029	3	3	3	3	2	False	41242	fragment	False	TAN0005_000000005274	1.0		0	0	False	False	0.99546879529953	0					non-mobilizable	no_good_hit	345.0	73.043	12.0	0.0031975941910372197	NZ_FZNN01000017.1	a-proteobacteria	Puniceibacterium sediminis strain DSM 29052, whole genome shotgun sequence	True	False
ENG0128_000000021096	1406	0.6201886184760376	1	1	0	1	1	False	58597	maximal	True	ENG0128_000000021096	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000017297	1242	0.6201840903250252	2	2	2	1	1	False	67839	fragment	False	ENG0003_000000017297	1.0		0	0	False	False	0.9750402569770813	0					non-mobilizable	other	1236.0	99.191	99.0	0.00019365325373531253	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
MON0096_000000032010	1204	0.6201835240624864	2	2	2	2	1	False	9255	maximal	True	MON0096_000000032010	1.0		19	5	False	False	0.9717608094215393	0					non-mobilizable	other	1129.0	99.469	94.0	0.004936542669584245	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0140_000000013426	1605	0.6201818754476285	2	2	2	2	2	False	20372	maximal	True	SPA0140_000000013426	1.0		363	10	False	False	1.0	0					non-mobilizable	other	1613.0	89.275	99.0	0.006208964022136644	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CAN0006_000000016472	2742	0.6201811889526037	3	3	3	3	2	True	95679	fragment	False	CAN0006_000000016472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	100.0	4.0	7.041498543554045e-06	LN899821.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : III	True	True
FIJ0054_000000011243	2227	0.620178697993541	4	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.7830450648136342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	71.925	31.0	0.00024151655397664797	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0120_000000013116	3202	0.6201785980320961	4	4	4	4	3	False	4183	maximal	True	SPA0120_000000013116	1.0		65	10	False	False	0.9987508058547974	0					non-mobilizable	no_good_hit	1841.0	81.369	57.0	0.01991087925225519	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0018_01_000000009687	2448	0.6201784023367922	4	3	3	3	3	False	95549	fragment	False	CHI0018_000000006944	0.9482392524595318		0	0	False	False	1.0	0					non-mobilizable	chromosome	2448.0	99.387	100.0	0.00039019912912401967	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
FIJ0010_000000003292	5557	0.6201684611988861	6	4	2	4	3	False	110156	maximal	True	FIJ0010_000000003292	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2301.0	99.73899999999999	71.0	0.0006218873524065283	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0078_000000009323	3129	0.6201681083623974	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.043985879378095186		0	0	False	False	1.0	0					non-mobilizable	other	1050.0	87.333	91.0	0.0004393034022958633	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
DEN0021_000000010869	3119	0.6201681083623974	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.04400117097339083		0	0	False	False	0.9996793866157532	0					non-mobilizable	other	1049.0	88.179	90.0	0.002191382097161031	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0032_000000020982	1599	0.6201678168366179	2	2	1	1	0	False	36932	maximal	True	ISR0032_000000020982	1.0		0	0	False	False	0.9318323731422424	0					non-mobilizable	no_good_hit	1162.0	98.96700000000001	73.0	0.0018601208357566174	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0170_000000015557	2946	0.6201675059655151	3	3	1	3	2	False	85573	fragment	False	ISR0070_000000006481	0.9686600575631595		0	0	False	False	0.9945688843727112	0					non-mobilizable	no_good_hit	525.0	84.762	18.0	9.453797745087434e-05	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
ENG0181_000000004167	5304	0.6201640781945422	4	2	2	2	1	True	131025	maximal	True	ENG0181_000000004167	1.0		1	1	False	False	0.9986802339553833	0					non-mobilizable	other	4371.0	98.444	91.0	0.009135637769557772	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0111_000000004714	4588	0.6201640781945422	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5780667674481904		0	0	False	False	0.9954228401184082	0					non-mobilizable	other	4140.0	98.35700000000001	99.0	0.00865261366226369	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0376_000000004341	4555	0.6201640781945422	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5902916948005011		0	0	False	False	0.9995608925819397	0					non-mobilizable	other	4177.0	97.965	100.0	0.00869234291784199	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0116_01_000000005878	4543	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.6137080892069614		0	0	False	False	1.0	0					non-mobilizable	other	4252.0	98.307	99.0	0.008888898182282006	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0061_000000001156	4482	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.6315633505562409		0	0	False	False	0.9995537996292114	0					non-mobilizable	other	3403.0	98.325	98.0	0.007111536748515903	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0082_01_000000006551	4469	0.6201640781945422	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.6398676422913542		0	0	False	False	0.9973148107528687	0					non-mobilizable	other	4470.0	98.255	99.0	0.009342648101255235	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0181_000000004596	4296	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5683536026613718		0	0	False	False	0.9993016719818115	0					non-mobilizable	other	3190.0	98.213	98.0	0.006666150883348633	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0089_000000004546	4267	0.6201640781945422	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5948050907050101		0	0	False	False	0.9960159659385681	0					non-mobilizable	other	4269.0	98.103	100.0	0.00892235439750584	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0151_000000003967	4249	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5800629895963376		0	0	False	False	1.0	0					non-mobilizable	other	3104.0	98.615	99.0	0.0064884147399720225	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0025_000000008991	4239	0.6201640781945422	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5584949404109134		0	0	False	False	0.992686927318573	0					non-mobilizable	other	4188.0	98.01799999999999	99.0	0.008752982307935187	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0375_000000004412	4232	0.6201640781945422	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5641607246709707		0	0	False	False	0.9969281554222107	0					non-mobilizable	other	4186.0	98.471	99.0	0.008750891294483698	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0035_01_000000005915	4231	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.58291654627495		0	0	False	False	0.997400164604187	0					non-mobilizable	other	4187.0	98.376	99.0	0.008750891294483698	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0135_01_000000003501	4191	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5629357189994085		0	0	False	False	0.9988069534301758	0					non-mobilizable	other	4193.0	98.307	100.0	0.008765528388644124	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0141_000000006756	4029	0.6201640781945422	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.4658340865020482		0	0	False	False	0.9997518062591553	0					non-mobilizable	other	4031.0	98.43700000000001	100.0	0.00842678420950282	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0003_000000008932	3956	0.6201640781945422	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.39363054320892155		0	0	False	False	1.0	0					non-mobilizable	other	3814.0	97.955	99.0	0.00797303429052959	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0009_000000008734	3955	0.6201640781945422	2	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.42069098006433175		0	0	False	False	1.0	0					non-mobilizable	other	3958.0	98.08	100.0	0.008272049214092594	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0165_000000004664	3898	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.3349132578014086		0	0	False	False	1.0	0					non-mobilizable	other	3516.0	98.322	99.0	0.00734991228198571	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0133_000000005275	3576	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.31807068204628236		0	0	False	False	0.9952461123466492	0					non-mobilizable	other	3579.0	98.156	100.0	0.00748164612942955	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0150_000000005229	3571	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.31428859631561135		0	0	False	False	0.9969196319580078	0					non-mobilizable	other	2418.0	98.635	100.0	0.0050539795122502024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0378_000000006593	3554	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.3115101219220993		0	0	False	False	0.9997186064720154	0					non-mobilizable	other	3533.0	98.075	99.0	0.007383368497209542	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0187_000000008021	3391	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.18612977137181366		0	0	False	False	0.9982306361198425	0					non-mobilizable	other	2947.0	98.20200000000001	98.0	0.006158034614636676	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0161_000000008899	3325	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.27936861729675144		0	0	False	False	0.9990977644920349	0					non-mobilizable	other	3328.0	97.98700000000001	100.0	0.006956801753105678	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0190_000000010060	3033	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.1444811880710245		0	0	False	False	0.9967029094696045	0					non-mobilizable	other	1578.0	98.289	100.0	0.0032933461860960153	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0188_000000007259	2994	0.6201640781945422	3	2	2	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.1722094493877965		0	0	False	False	0.9943220019340515	0					non-mobilizable	other	2981.0	97.92	99.0	0.00623122008543881	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0106_000000010953	2269	0.6201616208055944	2	2	2	2	1	False	32897	maximal	True	ISR0106_000000010953	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1464.0	81.21600000000001	75.0	0.020113188703323532	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
CHI0021_000000000578	14841	0.6201581191229633	12	2	2	2	1	True	89324	fragment	False	CHI0021_000000000578	1.0		0	0	False	False	0.9987871646881104	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.048736462093862815	DQ491449.1	basidiomycetes	Fomitopsis africana strain MUCL43284 small subunit ribosomal RNA gene, partial sequence; mitochondrial	True	True
ISR0363_000000001431	10511	0.6201581191229633	7	2	2	2	1	True	29132	fragment	False	ISR0363_000000001431	1.0		0	0	False	False	0.9997146129608154	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	0.0	0.00013309671694764863	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0068_000000001841	8804	0.6201581191229633	10	2	2	2	1	True	73306	fragment	False	ISR0068_000000001841	1.0		0	0	False	False	0.9998863935470581	0					non-mobilizable	no_good_hit	120.0	87.5	1.0	0.0008850676444556834	NZ_FOJY01000009.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
FIJ0012_000000013181	1859	0.6201568791074079	2	2	2	2	2	False	50784	fragment	False	FIJ0012_000000013181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	3.0	1.828177586885568e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
DEN0024_000000000803	5204	0.6201429589742881	5	5	4	5	4	False	104691	maximal	True	DEN0024_000000000803	1.0		22	8	False	False	0.9996156692504883	0					non-mobilizable	no_good_hit	1792.0	77.232	34.0	0.009541334054931674	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	True	False
FIJ0063_000000018658	1526	0.6201399784072397	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.028559390003950046	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1531.0	89.027	100.0	0.00040867451178804883	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0112_000000001675	12580	0.6201376780764756	13	9	8	8	9	False	101321	maximal	True	FIJ0112_000000001675	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1908.0	73.375	15.0	0.001320198974344623	NZ_GG700642.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld0, whole genome shotgun sequence	True	False
ISR0080_000000006978	4158	0.6201322996721412	4	4	4	4	2	False	105034	fragment	False	ISR0080_000000006978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	88.0	1.0	0.0008181169385019757	NZ_AUAY01000023.1	fusobacteria	Leptotrichia hofstadii DSM 21651 G402DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
USA0037_01_000000009510	3712	0.6201322996721412	4	4	4	4	2	False	105018	fragment	False	USA0037_01_000000009510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	77.34	5.0	0.0029559430795282372	NZ_JAAITU010000018.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_18_length_67322_cov_152.462, whole genome shotgun sequence	True	False
SPA0050_000000003201	7728	0.6201236428853671	8	7	5	6	5	False	119554	maximal	True	SPA0050_000000003201	1.0		17	3	False	False	0.9994823932647705	0					non-mobilizable	no_good_hit	665.0	77.143	9.0	0.00021128985735053405	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
AUS0022_000000019727	1730	0.620122133109555	3	2	2	2	2	False	99159	maximal	True	AUS0022_000000019727	0.9991314418066011		21	6	False	False	1.0	0					non-mobilizable	other	1738.0	84.63799999999999	100.0	0.010409542887921903	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	False	False
ISR0009_000000019379	1727	0.620122133109555	3	2	2	2	2	False	99159	maximal	False	AUS0022_000000019727	0.9985549132947977		0	0	False	False	1.0	0					non-mobilizable	other	1735.0	84.611	100.0	0.010397438768284785	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	False	False
AUS0002_000000030437	1237	0.6201194781975325	2	1	1	1	1	False	102703	maximal	True	AUS0002_000000030437	1.0		51	9	False	False	0.9967663884162903	0					non-mobilizable	no_good_hit								True	False
ENG0156_000000002628	5922	0.6201178120502189	6	5	1	4	3	True	89683	maximal	True	ENG0156_000000002628	1.0		4	3	False	False	0.999493420124054	0	IncI2				non-mobilizable	no_good_hit	3501.0	99.971	59.0	0.06053478155591684	CP034061.1	enterobacteria	Shigella flexneri strain FDAARGOS_535 plasmid unnamed2	True	True
ISR0381_000000004411	3561	0.6201157959745389	3	3	3	2	2	False	62988	maximal	True	ISR0381_000000004411	1.0		8	5	False	False	0.9974726438522339	0					non-mobilizable	no_good_hit	1592.0	84.171	45.0	0.0004415415632237533	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0035_000000010066	1894	0.6201124050118358	3	2	2	2	2	False	36793	fragment	False	ISR0391_000000007009	0.9526341227646207		0	0	False	False	0.9936642050743103	0					non-mobilizable	other	1892.0	99.366	99.0	0.0009352246863708435	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
SPA0058_000000005672	5004	0.6201116641970223	6	3	2	2	2	True	115673	fragment	False	SPA0058_000000005672	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5009.0	95.52799999999999	100.0	0.001577563982748605	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0316_000000007467	2601	0.6201082284989955	3	2	2	1	2	False	101704	fragment	False	SPA0031_000000012717	0.6374795417348609		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1810.0	92.818	71.0	0.03103667658235466	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0072_000000003536	6751	0.6201054319988545	8	4	3	3	2	True	57033	maximal	True	ISR0072_000000003536	1.0		25	4	False	False	0.9997037649154663	0					non-mobilizable	no_good_hit	3622.0	99.779	60.0	0.12033498388222393	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
SPA0090_000000001711	13324	0.6201007903283946	13	6	3	4	1	True	93234	maximal	True	SPA0090_000000001711	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	73.74600000000001	4.0	0.00020822834858983725	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
SPA0020_000000014364	2223	0.6200858041855403	4	4	4	3	2	False	123000	fragment	False	ISR0157_000000012693	0.38114874441215557		0	0	False	False	1.0	0					non-mobilizable	chromosome	2223.0	95.59200000000001	100.0	0.0007479121906657731	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0095_000000025772	1247	0.6200818791205436	2	2	2	2	1	False	9298	maximal	True	MON0095_000000025772	1.0		353	12	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	79.26100000000001	28.0	0.000944415936063587	NZ_FQXV01000002.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0042_000000005324	4431	0.6200769558876922	5	3	3	3	3	False	52538	fragment	False	FIJ0023_000000004898	0.25613844788425766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	93.34200000000001	17.0	0.00023332373076556938	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0042_000000016394	1605	0.6200732296387924	3	3	3	2	1	False	47189	fragment	False	MON0042_000000016394	0.9866399465597863		0	0	False	False	1.0	0					non-mobilizable	chromosome	1238.0	98.708	91.0	0.0004203312563691059	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0055_000000002451	5393	0.6200690498647008	5	5	4	5	5	False	14648	maximal	True	MON0055_000000002451	0.9820015822784811		30	4	False	False	0.9998145699501038	0					non-mobilizable	no_good_hit	1023.0	74.976	23.0	0.000421278548957388	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0145_000000004804	3771	0.6200665281288522	3	3	3	2	2	True	79774	maximal	True	CHI0145_000000004804	1.0		7	3	False	False	0.9968178272247314	0					non-mobilizable	chromosome	3764.0	100.0	99.0	0.0007169641569364615	CP026011.1	enterobacteria	Klebsiella pneumoniae strain K2044 chromosome, complete genome	False	True
MAD0050_000000007136	3266	0.6200627047196263	4	3	3	3	3	False	17412	maximal	True	MAD0050_000000007136	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	84.163	14.0	0.37099494097807756	NZ_LNAM01000100.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf189, whole genome shotgun sequence	True	False
AUS0006_000000010056	2431	0.6200626954060974	4	3	3	2	2	False	102105	maximal	True	AUS0006_000000010056	1.0		1	1	False	False	0.9954751133918762	0					non-mobilizable	no_good_hit	899.0	80.089	37.0	0.00046953478114462145	NZ_JH932292.1	firmicutes	Facklamia hominis CCUG 36813 supercont1.1, whole genome shotgun sequence	True	False
MON0054_000000004717	6468	0.6200545125670215	6	6	6	6	6	False	130062	maximal	False	ENG0198_000000002709	0.9678706807717025		0	0	False	False	1.0	0					non-mobilizable	chromosome	6468.0	98.98	100.0	0.0022802602926651626	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0048_000000029104	1193	0.6200538319204676	2	2	2	2	2	False	46709	fragment	False	FIJ0048_000000029104	1.0		0	0	False	False	0.9991617798805237	0					non-mobilizable	other	1193.0	99.49700000000001	100.0	0.0005410258249055247	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
MAD0025_000000003850	2838	0.6200483503881672	4	4	4	3	2	False	19143	maximal	True	MAD0025_000000003850	1.0		6	2	False	False	1.0	0					non-mobilizable	other	1184.0	89.696	99.0	0.01386547190944998	NZ_WNAJ01000017.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold17_size84893, whole genome shotgun sequence	False	False
DEN0066_000000005466	5355	0.6200463415609662	9	4	3	3	4	False	71012	maximal	True	DEN0066_000000005466	1.0		7	4	False	False	1.0	0					non-mobilizable	chromosome	4169.0	99.928	100.0	0.0005882993913190271	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0224_000000024324	1291	0.6200380212298455	1	1	1	1	1	False	27721	maximal	True	ISR0224_000000024324	1.0		34	7	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	98.837	7.0	0.0005733944954128441	NZ_JAAWUO010000008.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_8_length_148240_cov_165.037, whole genome shotgun sequence	True	False
MAD0098_000000012518	3466	0.620035699308225	4	2	1	1	2	False	113876	fragment	False	MAD0098_000000012518	0.977086168441734		0	0	False	False	0.9997114539146423	0					non-mobilizable	no_good_hit	1159.0	87.14399999999999	41.0	0.00033354045819722686	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0119_000000005481	6377	0.6200238658195384	7	3	1	3	3	True	4229	fragment	False	SPA0119_000000005481	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0023_000000004152	1980	0.6200163521815026	2	2	2	0	0	False	91101	maximal	True	CAN0023_000000004152	1.0		37	9	False	False	1.0	0					non-mobilizable	other	1721.0	99.07	98.0	0.00046060254847105395	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0005_01_000000020734	1504	0.6200163521815026	2	2	2	0	0	False	2155	maximal	True	USA0005_01_000000020734	1.0		73	9	False	False	0.9973404407501221	0					non-mobilizable	other	1504.0	99.66799999999999	100.0	0.004435381537244811	NZ_JAATLI010000005.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_05, whole genome shotgun sequence	False	False
CAN0022_000000021983	1485	0.6200163521815026	2	2	2	0	0	False	91273	maximal	True	CAN0022_000000021983	1.0		15	6	False	False	0.9993265867233276	0					non-mobilizable	other	1453.0	98.624	98.0	0.00038883424440695947	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0258_000000025633	1171	0.6200112775521224	2	2	2	1	1	False	30456	fragment	False	ISR0258_000000025633	0.9940090464862837		0	0	False	False	0.9880443811416626	0					non-mobilizable	chromosome	675.0	96.59299999999999	92.0	0.00022868466898658712	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0159_000000022746	1169	0.6200112775521224	2	2	2	1	1	False	30456	fragment	False	ISR0258_000000025633	0.9914463986991565		0	0	False	False	0.9905902743339539	0					non-mobilizable	chromosome	675.0	97.77799999999999	93.0	0.00022868466898658712	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0042_000000029057	1181	0.6200069906610994	1	1	1	1	1	False	6825	fragment	False	SPA0042_000000029057	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	75.40100000000001	31.0	0.6845018450184502	NZ_JAAITI010000099.1	firmicutes	Blautia luti strain MSK.16.34 NODE_106_length_542_cov_330.296, whole genome shotgun sequence	True	False
DEN0005_000000010576	3130	0.6200036725475689	4	4	2	1	3	True	111689	maximal	True	DEN0005_000000010576	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1833.0	95.963	59.0	0.002140776322379048	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0211_000000016815	1364	0.6200032041954895	2	2	2	2	2	False	114318	fragment	False	USA0069_01_000000042032	0.9602233077459874		0	0	False	False	0.9992668628692627	0					non-mobilizable	other	1364.0	97.141	100.0	0.002458775374724222	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0058_000000032230	1321	0.6199991798034107	3	2	2	2	1	False	80898	fragment	False	FIJ0152_000000013891	0.19075391180654339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0362_000000000857	21904	0.6199930685512418	29	5	5	4	5	False	51069	fragment	False	ISR0362_000000000857	1.0		0	0	False	False	0.999954342842102	0					non-mobilizable	no_good_hit	345.0	86.087	2.0	0.07245155855096883	MK233569.1	viruses	Uncultured human fecal virus clone F.saccharivorans_S05.J22_3-CL32_c8 sequence	True	False
ISR0112_000000019866	1817	0.6199919498877737	3	3	3	3	3	False	32633	maximal	False	MAD0100_000000018401	0.9486788617886179		0	0	False	False	0.9862410426139832	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000002702	9201	0.6199905455345788	11	5	4	4	4	True	22218	fragment	False	SPA0093_000000004181	0.9572263549415515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0104_000000020004	1586	0.6199895113558599	2	2	2	2	1	False	91186	fragment	False	ENG0104_000000020004	1.0		0	0	False	False	0.9684741497039795	0					non-mobilizable	other	1586.0	98.991	100.0	0.005545681016626547	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0055_000000010981	1470	0.6199894408602233	2	2	2	2	1	False	85652	fragment	False	CHI0061_000000004539	0.781123843368377		0	0	False	False	0.9857142567634583	0					non-mobilizable	other	1470.0	97.007	100.0	0.00043929986135720316	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0378_000000005152	4237	0.6199890534291662	7	5	5	5	3	False	23282	maximal	True	ISR0378_000000005152	1.0		1	1	False	False	0.9997639656066895	0					non-mobilizable	no_good_hit	161.0	78.26100000000001	4.0	4.9808363106099646e-05	NC_014166.1	e-proteobacteria	Arcobacter nitrofigilis DSM 7299, complete sequence	True	False
ETH0001_000000004256	5268	0.6199867934346697	6	3	3	3	3	False	53582	maximal	True	ETH0001_000000004256	1.0		1	1	False	False	0.9990508556365967	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	1.7876518338198856e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0196_000000002640	3656	0.619986650235925	3	3	3	3	3	False	54426	maximal	True	ENG0196_000000002640	1.0		54	8	False	False	0.9997264742851257	0					non-mobilizable	no_good_hit	1114.0	79.264	30.0	0.000402907784753984	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
ENG0075_000000010093	2452	0.6199782974760084	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.2807116128918401		0	0	False	False	1.0	0					non-mobilizable	chromosome	2454.0	94.295	100.0	0.0008627725805580816	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0021_000000018601	2643	0.6199756819344162	5	2	2	2	2	False	49645	maximal	True	FIJ0021_000000018601	1.0		3	2	False	False	0.99508136510849	0					non-mobilizable	no_good_hit	99.0	80.808	4.0	0.0001158796507056243	NZ_OEPZ01000001.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
ISR0078_000000013601	1495	0.6199725177448586	2	2	2	2	2	False	52272	fragment	False	MON0090_000000036736	0.7742235045812389		0	0	False	False	0.9986622333526611	0					non-mobilizable	no_good_hit	1327.0	85.90799999999999	88.0	0.00046684994849829935	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0364_000000010978	1623	0.6199630462348403	2	1	1	1	1	False	108143	fragment	False	ISR0364_000000010978	0.9568095838587642		0	0	False	False	0.9919901490211487	0					non-mobilizable	other	1624.0	99.015	100.0	0.005623461653778841	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0191_000000007886	1425	0.6199630462348403	1	1	1	1	1	False	108141	fragment	False	ISR0191_000000007886	0.9649840750187165		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	99.369	100.0	0.004968030289296248	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
AST0102_000000023335	1348	0.6199630462348403	2	1	1	1	1	False	108138	fragment	False	AST0102_000000023335	0.9669181202811126		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	99.62899999999999	100.0	0.004696095999776874	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0344_000000026968	1308	0.6199630462348403	1	1	1	1	1	False	108141	fragment	False	ISR0191_000000007886	0.632748538011696		0	0	False	False	0.9808868765830994	0					non-mobilizable	other	1309.0	98.77799999999999	100.0	0.004525265484565986	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
MON0045_000000015621	1286	0.6199630462348403	1	1	1	1	1	False	108139	fragment	False	MON0045_000000015621	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	99.744	91.0	0.004089473353925964	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
SPA0135_000000015676	1257	0.6199630462348403	1	1	1	1	1	False	108138	fragment	False	AST0102_000000023335	0.9622023065672504		0	0	False	False	0.9904534816741943	0					non-mobilizable	other	1257.0	99.92	100.0	0.004378839328670938	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0358_000000016167	1200	0.6199630462348403	1	1	1	1	1	False	108138	fragment	False	AST0102_000000023335	0.8489792215035927		0	0	False	False	0.9975000023841858	0					non-mobilizable	other	1200.0	99.583	100.0	0.004180118117099088	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
MON0064_000000024826	1194	0.6199630462348403	1	1	1	1	1	False	108138	fragment	False	AST0102_000000023335	0.5225927808433632		0	0	False	False	0.9530988335609436	0					non-mobilizable	other	1128.0	99.46799999999999	94.0	0.0039291018498504365	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
SPA0008_000000025471	1193	0.6199630462348403	1	1	1	1	1	False	108138	fragment	False	AST0102_000000023335	0.8515632213302144		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	99.665	100.0	0.004155713757783248	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ENG0046_000000004888	3862	0.6199577966333006	3	3	2	3	2	False	91586	fragment	False	ISR0396_000000005052	0.9376982780029907		0	0	False	False	0.9922320246696472	0					non-mobilizable	other	3889.0	94.75399999999999	100.0	0.0518067102537197	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0178_000000000914	14491	0.6199460305581511	19	9	0	8	3	False	55483	maximal	True	ENG0178_000000000914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000007125	4503	0.6199458306626754	4	2	1	2	1	True	1718	maximal	True	USA0023_01_000000007125	1.0		3	2	False	False	0.9968909621238708	0					non-mobilizable	no_good_hit								True	True
MAD0001_000000002394	9590	0.6199435970964953	10	3	1	3	1	False	20309	maximal	True	MAD0001_000000002394	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	100.0	1.0	9.995844864487703e-05	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	True	False
ENG0119_000000008447	3866	0.6199431607581296	5	2	2	2	2	False	73012	maximal	True	ENG0119_000000008447	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1760.0	98.352	45.0	0.0005977062893720754	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0130_000000006099	5372	0.6199385444192346	6	5	4	5	3	False	3816	maximal	True	SPA0130_000000006099	1.0		2	2	False	False	0.9998138546943665	0					non-mobilizable	no_good_hit	1896.0	84.124	37.0	0.0006424514670554217	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0032_000000003376	5313	0.6199345586469339	5	4	3	3	2	True	65638	maximal	True	ENG0032_000000003376	1.0		1	1	False	False	0.992847740650177	0					non-mobilizable	no_good_hit	87.0	87.35600000000001	2.0	0.00026936240334643176	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0056_000000020122	1773	0.6199340351760514	3	2	2	1	1	False	129106	fragment	False	ISR0017_000000019074	0.8978280807831094		0	0	False	False	1.0	0					non-mobilizable	other	1718.0	98.661	97.0	0.01855694615567516	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0324_000000023505	1310	0.6199340351760514	2	2	2	1	1	False	129105	fragment	False	SPA0030_000000021201	0.682439187121435		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	98.26899999999999	100.0	0.013725871646888443	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0051_000000029366	1233	0.6199340351760514	2	2	2	1	1	False	129105	fragment	False	SPA0030_000000021201	0.674870428059439		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	99.57799999999999	100.0	0.012785595400211833	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0816_000000016377	2465	0.6199321584139215	2	2	2	2	2	False	109229	maximal	True	ISR0816_000000016377	1.0		184	10	False	False	0.9890466332435608	0					non-mobilizable	other	2465.0	98.37700000000001	100.0	0.008877040025939403	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
USA0019_01_000000002540	10325	0.6199308540176297	14	8	5	6	3	True	110461	fragment	False	ISR0206_000000002066	0.9760378802372298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3988.0	99.875	85.0	0.0015768984183950124	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
SPA0106_000000023991	1602	0.6199230107702237	2	2	2	2	2	False	56510	fragment	False	ISR0038_000000016691	0.6863335560457456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000006924	4931	0.6199228176721124	6	6	5	4	4	False	105147	maximal	True	AST0148_000000006924	1.0		164	9	False	False	0.998174786567688	0					non-mobilizable	other	4890.0	99.325	99.0	0.019872206550633684	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ENG0118_000000003628	3748	0.6199187025328992	5	5	5	5	4	False	59321	maximal	True	ENG0118_000000003628	1.0		22	6	False	False	0.9981323480606079	0					non-mobilizable	other	3743.0	85.787	99.0	0.022831412896052006	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
SPA0028_000000019343	1658	0.6199171446803596	3	3	1	2	2	False	7434	maximal	True	SPA0028_000000019343	1.0		57	10	False	False	0.9903498291969299	0					non-mobilizable	no_good_hit	660.0	78.939	40.0	0.0014858336183446092	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0072_000000003124	6259	0.6199170092725703	9	8	5	6	1	False	70303	maximal	True	DEN0072_000000003124	1.0		1	1	False	False	0.997443675994873	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000001041	8906	0.6199162481936917	10	4	3	4	3	True	18683	maximal	False	MAD0037_000000001390	0.9995508645856725		0	0	True	True	0.9995508790016174	51					non-mobilizable	no_good_hit	859.0	87.544	14.0	0.7211457455770851	KX125180.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CZ_3 genomic sequence	True	True
MAD0037_000000001390	8906	0.6199162481936917	10	4	3	4	3	True	18683	maximal	True	MAD0037_000000001390	0.9995508645856725		3	1	True	True	1.0	163					non-mobilizable	no_good_hit	859.0	87.66	14.0	0.7211457455770851	KX125180.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CZ_3 genomic sequence	True	True
DEN0078_000000000658	20907	0.6199072785211136	27	8	5	8	3	True	110132	maximal	True	DEN0078_000000000658	1.0		1	1	False	False	0.9980867505073547	0					non-mobilizable	no_good_hit	94.0	86.17	0.0	0.002416254805052169	NZ_FNID01000031.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ISR0366_000000000495	20062	0.6199072785211136	23	8	5	8	3	True	110126	fragment	False	ISR0366_000000000495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	86.17	0.0	0.002416254805052169	NZ_FNID01000031.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
MON0011_000000004380	8885	0.61990539910199	10	10	2	2	9	False	80382	maximal	True	MON0011_000000004380	1.0		2	1	False	False	0.9970737099647522	0			MPF_I		non-mobilizable	chromosome	8737.0	97.99700000000001	98.0	0.0015678169674191627	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	True
MAD0086_000000007851	1381	0.6199032544090446	3	3	3	2	2	False	16019	fragment	False	MAD0086_000000007851	1.0		0	0	False	False	0.9913106560707092	0					non-mobilizable	other	1382.0	96.59899999999999	100.0	0.0005263095668968063	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
MON0044_000000036191	1550	0.6199030037120068	2	2	2	2	2	False	11606	fragment	False	MON0044_000000036191	1.0		0	0	False	False	0.9941935539245605	0					non-mobilizable	no_good_hit	870.0	75.862	55.0	0.00017480795995456213	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
FIJ0124_000000007796	3361	0.6199000098538392	5	4	3	2	2	False	41258	maximal	True	FIJ0124_000000007796	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	74.854	5.0	5.1535152920655685e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
DEN0082_000000029300	1449	0.6198960988676501	3	2	2	2	1	False	69191	maximal	True	DEN0082_000000029300	1.0		8	6	False	False	0.9972394704818726	0					non-mobilizable	no_good_hit	193.0	82.383	13.0	4.767410583450762e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0185_000000005625	4093	0.6198917917379456	4	4	4	3	4	False	55067	maximal	True	ENG0185_000000005625	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2295.0	99.346	56.0	0.04351620001517566	NZ_LMUA01000022.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00022, whole genome shotgun sequence	True	False
ENG0110_000000014309	2124	0.6198834174037647	3	3	3	1	1	False	117288	maximal	True	ENG0110_000000014309	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1621.0	98.02600000000001	76.0	0.006218070018539061	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
MON0078_000000039759	1200	0.6198782034251803	2	2	2	2	1	False	10130	fragment	False	MON0078_000000039759	1.0		0	0	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit	56.0	87.5	5.0	1.3835712237310136e-05	CP021011.1	firmicutes	Bacillus velezensis strain GFP-2 chromosome, complete genome	True	False
ISR0351_000000004179	3131	0.6198774946544025	3	3	3	3	2	False	110231	fragment	False	ISR0351_000000004179	0.9961094826758567		0	0	False	False	0.9990418553352356	0					non-mobilizable	other	2170.0	92.212	92.0	0.010408318930974887	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
CHI0148_000000003935	2952	0.6198737450970503	3	3	3	3	3	False	81404	maximal	False	CHI0127_000000006143	0.9428497542722709		0	0	False	False	0.9993224740028381	0					non-mobilizable	other	2953.0	95.32700000000001	100.0	0.0007114672201373219	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0834_000000008041	2122	0.6198706781447487	3	3	3	3	2	False	20978	maximal	True	ISR0834_000000008041	1.0		5	3	False	False	1.0	0					non-mobilizable	other	2126.0	97.413	100.0	0.0009595169633568373	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	False
USA0042_01_000000013718	1275	0.6198682157576306	1	1	1	1	1	False	1261	maximal	True	USA0042_01_000000013718	1.0		1	1	False	False	0.9952940940856934	0					non-mobilizable	no_good_hit	78.0	100.0	6.0	0.0013009393796039738	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
ENG0036_000000007602	3059	0.6198646687427324	6	5	1	3	5	False	65321	maximal	True	ENG0036_000000007602	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	3059.0	100.0	100.0	0.0005964149183303581	CP041535.1	enterobacteria	Escherichia coli strain 95 chromosome	False	False
SPA0076_000000002331	4915	0.6198615507969869	9	7	5	5	4	False	130509	fragment	False	ISR0203_000000002513	0.4996055937227486		0	0	False	False	0.9993896484375	0					non-mobilizable	other	2876.0	97.63600000000001	100.0	0.01638857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0077_000000001604	4892	0.6198615507969869	8	7	5	5	4	False	130509	fragment	False	ISR0203_000000002513	0.49768500611936495		0	0	False	False	0.9922322034835815	0					non-mobilizable	other	2883.0	97.60700000000001	100.0	0.0164	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0056_000000008002	2636	0.6198577391932475	4	3	3	3	2	False	50230	maximal	True	ISR0056_000000008002	1.0		10	5	False	False	0.9969651103019714	0					non-mobilizable	no_good_hit	1376.0	73.983	52.0	0.0009887492647761877	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
FIJ0015_000000021128	1511	0.6198533146133606	3	3	2	2	1	False	50322	fragment	False	FIJ0015_000000021128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000027952	1491	0.6198365833452384	2	2	2	2	2	False	21516	fragment	False	ISR0814_000000027952	1.0		0	0	False	False	0.996646523475647	0					non-mobilizable	other	1491.0	88.598	100.0	0.09794898764133579	NZ_KB898344.1	CFB group bacteria	Prevotella veroralis DSM 19559 = JCM 6290 strain DSM 19559 D464DRAFT_scaffold00020.20, whole genome shotgun sequence	False	False
CHI0151_000000017473	1407	0.6198331459913113	2	2	2	2	2	False	79452	maximal	True	CHI0151_000000017473	1.0		93	10	False	False	0.9928926825523376	0					non-mobilizable	chromosome	1407.0	100.0	100.0	0.00026749525509839106	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
MAD0066_000000003159	5219	0.6198328400340728	5	4	3	3	4	False	49384	maximal	True	MAD0066_000000003159	1.0		180	13	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	76.471	8.0	0.00011151327291456004	NZ_CP013459.1	b-proteobacteria	Burkholderia stagnalis strain MSMB735WGS chromosome 1, complete sequence	True	False
ENG0148_000000023080	1577	0.6198293919248299	3	3	3	3	3	False	131325	fragment	False	ENG0148_000000023080	1.0		0	0	False	False	0.9911223649978638	0					non-mobilizable	no_good_hit	394.0	76.65	24.0	0.030673376467768992	NZ_FOHN01000042.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
SPA0040_000000006520	5384	0.6198290654921138	8	4	2	3	3	False	6974	fragment	False	SPA0040_000000006520	1.0		0	0	False	False	0.993870735168457	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000011722	2752	0.6198259225870401	3	3	3	3	2	False	87696	maximal	False	ISR0254_000000003232	0.6527728717767574		0	0	False	False	0.9978197813034058	0					non-mobilizable	chromosome	2766.0	96.602	100.0	0.003800044803421552	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
FIJ0030_000000004817	5650	0.6198200040416065	8	5	4	4	3	False	51051	maximal	True	FIJ0030_000000004817	1.0		3	1	False	False	0.9975221157073975	0					non-mobilizable	no_good_hit	2372.0	99.831	60.0	0.009532274996078494	CP056276.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00867 plasmid pRHBSTW-00867_2, complete sequence	True	False
FIJ0056_000000007288	3068	0.6198181458643509	6	2	2	2	1	True	88407	fragment	False	FIJ0056_000000007288	1.0		0	0	False	False	0.995110809803009	0					non-mobilizable	no_good_hit								True	True
ISR0112_000000009299	3311	0.6198141925040606	4	4	4	4	3	False	117261	maximal	True	ISR0112_000000009299	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	77.903	24.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0838_000000002631	6963	0.619813730703881	6	4	4	4	2	False	20891	maximal	True	ISR0838_000000002631	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	1.0	0.0007915527876099586	NZ_JHXU01000004.1	mycoplasmas	Mycoplasma elephantis ATCC 51980 T380DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0028_000000008085	2338	0.6198097165379728	3	3	3	3	3	False	131922	fragment	False	ISR0234_000000004651	0.9420318180828096		0	0	False	False	1.0	0					non-mobilizable	chromosome	2338.0	99.95700000000001	100.0	0.0005201021599039291	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0054_000000028283	1720	0.6198088103652099	3	3	3	2	2	False	11127	maximal	True	MON0054_000000028283	1.0		320	13	False	False	1.0	0					non-mobilizable	other	1722.0	88.095	100.0	0.0005145471728959793	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0003_000000015992	2092	0.6198085944214279	3	2	2	2	1	True	130133	fragment	False	AST0003_000000015992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0105_000000005503	3080	0.6198083196465329	2	2	2	2	2	False	32954	maximal	True	ISR0105_000000005503	1.0		1	1	False	False	0.9951298832893372	0					non-mobilizable	no_good_hit	1505.0	86.645	49.0	0.0005507931457994591	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
MON0004_000000019627	2141	0.6198046028884641	3	3	3	3	2	False	14228	maximal	True	MON0004_000000019627	1.0		7	3	False	False	0.993928074836731	0					non-mobilizable	no_good_hit	408.0	72.059	19.0	0.002773163561047825	NZ_BCQU01000002.1	high GC Gram+	Actinomadura rubrobrunea NBRC 15275, whole genome shotgun sequence	True	False
ENG0003_000000014846	1480	0.6198028349548933	3	1	1	1	1	False	77784	fragment	False	ENG0003_000000014846	0.9963035848498839		0	0	False	False	0.9891892075538635	0					non-mobilizable	other	1468.0	86.98899999999999	99.0	0.015179340326412882	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
FIJ0132_000000026902	1307	0.6197976038803062	3	3	3	2	2	False	40744	fragment	False	FIJ0132_000000026902	0.97953216374269		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	99.76700000000001	99.0	0.00025189635549552255	AP022183.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP7-S17-ESBL-08	False	False
FIJ0023_000000003016	9024	0.6197954096112517	8	5	5	4	3	True	49420	fragment	False	FIJ0023_000000003016	1.0		0	0	False	False	0.9998891949653625	0					non-mobilizable	no_good_hit	3055.0	90.04899999999999	34.0	0.04858564275919253	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	True
SPA0018_000000003576	7092	0.6197919976435848	10	6	5	4	4	True	91915	fragment	False	SPA0018_000000003576	1.0		0	0	False	False	0.9971799254417419	0					non-mobilizable	plasmid	4755.0	99.979	97.0	0.5921036243616888	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
DEN0031_000000005058	5760	0.6197919976435848	9	6	5	4	4	True	91914	fragment	False	DEN0031_000000005058	0.9978078536027449		0	0	False	False	0.9984375238418579	0					non-mobilizable	plasmid	3490.0	100.0	100.0	0.4345497571304023	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0069_000000043337	1231	0.6197914448579749	1	1	1	1	1	False	10466	maximal	True	MON0069_000000043337	1.0		204	10	False	False	0.9918765425682068	0					non-mobilizable	no_good_hit	758.0	78.36399999999999	61.0	0.00018887395676254847	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
SPA0093_000000014226	2772	0.6197894891099117	4	3	3	3	3	False	83553	fragment	False	SPA0093_000000014226	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2632.0	98.632	95.0	0.0010429810467628936	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0790_000000001406	9898	0.6197875096717551	9	7	5	5	7	False	129207	fragment	False	ISR0790_000000001406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5668.0	99.912	80.0	0.00138942317240101	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0108_000000016491	1116	0.6197820525816912	2	2	2	2	2	False	14602	maximal	True	MAD0108_000000016491	1.0		64	9	False	False	0.9740143418312073	0					non-mobilizable	chromosome	1050.0	73.429	93.0	0.00033017535555877886	CP017831.1	firmicutes	Butyrivibrio hungatei strain MB2003 chromosome I, complete sequence	False	False
ISR0814_000000029712	1411	0.6197799679878092	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21339334800017506		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	96.479	91.0	0.04477245634948461	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MON0087_000000036898	1395	0.6197799679878092	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21908534972165059		0	0	False	False	1.0	0					non-mobilizable	other	1315.0	96.958	94.0	0.04606970058200687	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0021_000000017603	1364	0.6197799679878092	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22617718592167654		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	77.786	99.0	0.0003572576493243109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0115_000000021104	1360	0.6197799679878092	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.23172382448448647		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	96.315	99.0	0.04754224808919431	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0127_000000020363	1327	0.6197799679878092	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22344773936499704		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	96.383	100.0	0.04649042844120328	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0172_000000018630	1292	0.6197799679878092	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21987234555212648		0	0	False	False	0.9992260336875916	0					non-mobilizable	other	1292.0	96.44	100.0	0.045263305518547084	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0168_000000019157	1269	0.6197799679878092	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21098008925761144		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	96.541	98.0	0.04354533342682841	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0030_000000024304	1246	0.6197799679878092	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.18604205540387597		0	0	False	False	0.9983948469161987	0					non-mobilizable	other	1244.0	96.141	99.0	0.043580394081761446	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
USA0075_01_000000019892	1238	0.6197799679878092	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.19974158629196442		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	96.365	100.0	0.043370030152163244	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0057_000000007851	3822	0.6197790335800419	7	3	3	3	3	True	45272	maximal	True	SPA0057_000000007851	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1998.0	79.279	66.0	0.0005946346790342651	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0075_000000010262	2324	0.6197704891967744	3	3	3	2	2	False	68329	maximal	True	MON0075_000000010262	1.0		247	9	False	False	0.9995697140693665	0					non-mobilizable	other	2324.0	95.955	100.0	0.03155864092706055	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
TAN0017_000000026524	1423	0.6197700220750553	2	2	2	2	2	False	2448	maximal	True	TAN0017_000000026524	1.0		1	1	False	False	0.9929726123809814	0					non-mobilizable	no_good_hit	437.0	74.828	30.0	0.0001568723465940558	FP929056.1	bacteria	Fretibacterium fastidiosum draft genome	True	False
MAD0075_000000000481	4354	0.6197621213988562	3	3	1	3	1	False	16271	maximal	True	MAD0075_000000000481	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.60138601341207e-06	NC_004757.1	b-proteobacteria	Nitrosomonas europaea ATCC 19718, complete genome	True	False
ENG0101_000000004218	6607	0.6197613260569783	8	5	2	3	5	False	60520	maximal	True	ENG0101_000000004218	1.0		15	3	False	False	0.9971242547035217	0					non-mobilizable	no_good_hit	1044.0	97.70100000000001	16.0	0.0002820123950260909	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0082_000000014497	1187	0.6197612672190336	2	2	2	2	2	False	5590	fragment	False	SPA0082_000000014497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	97.89399999999999	100.0	0.020741880760419034	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
DEN0046_000000009110	2664	0.619760532449634	5	5	3	3	3	False	111359	fragment	False	ENG0104_000000011381	0.9554480973311099		0	0	False	False	0.9977477192878723	0					non-mobilizable	other	2664.0	98.611	100.0	0.01892060875619911	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0813_000000008715	3350	0.6197581295557967	5	2	2	2	2	False	82082	maximal	True	ISR0813_000000008715	1.0		7	4	False	False	0.9928358197212219	0					non-mobilizable	no_good_hit	101.0	79.208	3.0	0.0006123425291022166	NZ_AVPK01000008.1	high GC Gram+	Knoellia subterranea KCTC 19937 contig9, whole genome shotgun sequence	True	False
USA0062_01_000000007104	3259	0.6197581295557967	5	2	2	2	2	False	82085	fragment	False	USA0062_01_000000007104	0.9385889236760891		0	0	False	False	0.995704174041748	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	2.0	0.00017574584068177053	NZ_QXGI01000003.1	high GC Gram+	Bifidobacterium castoris strain 2020B Contig_3, whole genome shotgun sequence	True	False
SPA0008_000000009518	3117	0.6197581295557967	6	2	2	2	2	False	82085	fragment	False	USA0062_01_000000007104	0.6104553119730185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	81.69	2.0	0.00044649976080369955	NZ_AVPK01000008.1	high GC Gram+	Knoellia subterranea KCTC 19937 contig9, whole genome shotgun sequence	True	False
ISR0775_000000006414	2965	0.6197581295557967	5	2	2	2	2	False	82085	fragment	False	USA0062_01_000000007104	0.6340390712897617		0	0	False	False	0.9939291477203369	0					non-mobilizable	no_good_hit	101.0	79.208	3.0	0.0006123425291022166	NZ_AVPK01000008.1	high GC Gram+	Knoellia subterranea KCTC 19937 contig9, whole genome shotgun sequence	True	False
ISR0846_000000004383	2296	0.6197581295557967	4	2	2	2	2	False	82083	fragment	False	ISR0846_000000004383	0.9696836555360282		0	0	False	False	0.9952090382575989	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	7.062788186982272e-05	NZ_PVTX01000002.1	high GC Gram+	Isoptericola halotolerans strain CG 23 Ga0105836_102, whole genome shotgun sequence	True	False
ISR0395_000000016971	2276	0.6197581295557967	5	2	2	2	2	False	82083	fragment	False	ISR0846_000000004383	0.9679878048780488		0	0	False	False	0.9907732605934143	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	7.062788186982272e-05	NZ_PVTX01000002.1	high GC Gram+	Isoptericola halotolerans strain CG 23 Ga0105836_102, whole genome shotgun sequence	True	False
USA0055_01_000000015252	1756	0.6197581295557967	4	2	2	2	2	False	21127	fragment	False	USA0055_01_000000015252	1.0		0	0	False	False	0.998291552066803	0					non-mobilizable	no_good_hit	101.0	79.208	6.0	0.0006123425291022166	NZ_AVPK01000008.1	high GC Gram+	Knoellia subterranea KCTC 19937 contig9, whole genome shotgun sequence	True	False
SPA0106_000000022419	1718	0.6197581295557967	3	2	2	2	2	False	25821	fragment	False	ISR0293_000000019998	0.9507082152974504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	79.208	6.0	0.0006123425291022166	NZ_AVPK01000008.1	high GC Gram+	Knoellia subterranea KCTC 19937 contig9, whole genome shotgun sequence	True	False
ISR0825_000000013937	1712	0.6197581295557967	4	2	2	2	2	False	21126	fragment	False	ISR0825_000000013937	0.9856801909307875		0	0	False	False	0.9935747385025024	0					non-mobilizable	no_good_hit	101.0	79.208	6.0	0.0006123425291022166	NZ_AVPK01000008.1	high GC Gram+	Knoellia subterranea KCTC 19937 contig9, whole genome shotgun sequence	True	False
USA0069_01_000000036149	1676	0.6197581295557967	5	2	2	2	2	False	21126	fragment	False	ISR0825_000000013937	0.9754672897196262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	79.208	6.0	0.0006123425291022166	NZ_AVPK01000008.1	high GC Gram+	Knoellia subterranea KCTC 19937 contig9, whole genome shotgun sequence	True	False
USA0052_01_000000007276	2200	0.6197540715922857	3	3	0	3	2	False	1083	maximal	True	USA0052_01_000000007276	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	580.0	79.828	31.0	0.0018027986302545857	NZ_SPHG01000004.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_4_length_314511_cov_62.3502, whole genome shotgun sequence	True	False
ISR0834_000000001870	8548	0.6197531601943103	11	3	2	3	1	True	51165	maximal	True	ISR0834_000000001870	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	95.89	1.0	0.0033994334277620396	NZ_CACWHD010000048.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0130_000000012237	2380	0.6197524358048194	4	2	2	2	1	False	74524	maximal	True	ISR0130_000000012237	1.0		8	5	False	False	0.99873948097229	0					non-mobilizable	no_good_hit	284.0	93.662	12.0	7.878344990778439e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MON0005_000000047420	1159	0.6197429543866672	2	2	2	2	1	False	14083	maximal	True	MON0005_000000047420	1.0		13	5	False	False	0.9482312202453613	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000013269	2152	0.6197412855067898	3	3	2	1	0	True	122396	fragment	False	AST0094_000000009235	0.41897282075170444		0	0	False	False	0.9837360382080078	0					non-mobilizable	no_good_hit	298.0	79.195	14.0	0.0002999040307101727	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0146_000000028822	1477	0.6197412855067898	3	3	2	1	0	True	30986	fragment	False	ISR0146_000000028822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0087_000000015835	1894	0.6197407856157833	3	2	2	2	2	False	46761	fragment	False	MAD0087_000000015835	0.938205265986029		0	0	False	False	0.9994720220565796	0					non-mobilizable	no_good_hit	881.0	90.919	80.0	0.00029586625364321086	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0043_000000005823	3757	0.6197406623177396	4	3	2	3	1	False	114532	maximal	True	ISR0043_000000005823	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000018057	1488	0.6197392814393915	1	1	0	0	1	False	3430	maximal	True	SPA0142_000000018057	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1473.0	76.23899999999999	98.0	0.0006191078856460243	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
MAD0062_000000010359	1406	0.6197392814393915	2	1	0	0	1	False	16756	maximal	True	MAD0062_000000010359	1.0		1	1	True	True	0.9900426864624023	10					non-mobilizable	no_good_hit	623.0	78.331	42.0	0.429769392033543	CP023986.1	enterobacteria	Klebsiella variicola strain X39 plasmid pX39-9, complete sequence	True	True
SPA0138_000000024214	1129	0.6197392814393915	1	1	0	0	1	False	3520	maximal	True	SPA0138_000000024214	1.0		1	1	False	False	0.9805137515068054	0					non-mobilizable	other	1122.0	84.40299999999999	99.0	0.00047791534780000633	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
CHI0172_000000003237	2371	0.6197386231111179	4	2	1	1	1	True	77934	fragment	False	CHI0172_000000003237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	95.745	2.0	0.012137203166226913	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
ENG0030_000000008918	2240	0.6197386231111179	4	2	1	1	1	True	77934	fragment	False	CHI0172_000000003237	0.9723745255166596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	95.745	2.0	0.012137203166226913	LN852750.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0059	True	True
MAD0058_000000000929	11427	0.619733391235931	16	8	5	8	7	False	16974	maximal	True	MAD0058_000000000929	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0209_000000019395	1453	0.6197313617808136	2	2	2	2	1	False	85290	fragment	False	MON0081_000000031907	0.6873633411993447		0	0	False	False	0.9986235499382019	0					non-mobilizable	other	1453.0	98.76100000000001	100.0	0.020966297975568197	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0091_000000014259	2131	0.6197152153270243	3	3	1	3	1	True	84969	fragment	False	ISR0285_000000008082	0.9582753824756607		0	0	False	False	0.9990614652633667	0					non-mobilizable	no_good_hit	1210.0	94.62799999999999	57.0	0.003465558147073927	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
ENG0065_000000010193	2755	0.6197134630282644	1	1	1	1	1	False	62863	fragment	False	ENG0163_000000007519	0.7802480371585363		0	0	False	False	0.9927404522895813	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000011440	3608	0.6197131918596869	3	3	2	2	1	True	75755	fragment	False	DEN0011_000000011440	1.0		0	0	False	False	0.9955654144287109	0					non-mobilizable	no_good_hit								True	True
ISR0024_000000003680	5438	0.6197123081574898	7	4	3	4	3	True	118444	fragment	False	ISR0024_000000003680	0.971186370758502		0	0	False	False	0.999448299407959	0					non-mobilizable	no_good_hit	96.0	78.125	2.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0225_000000002362	5332	0.6197123081574898	8	4	3	4	3	True	118444	fragment	False	ISR0024_000000003680	0.8925538525341562		0	0	False	False	0.9994373321533203	0					non-mobilizable	no_good_hit	96.0	78.125	2.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0072_000000004762	5271	0.6197123081574898	8	4	3	4	3	True	118444	fragment	False	ISR0024_000000003680	0.8145977135083379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	78.125	2.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
AST0029_000000006050	5145	0.6197123081574898	7	4	3	4	3	True	118444	fragment	False	ISR0024_000000003680	0.7215316319996753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.030139103554868624	NZ_JAAIUL010000051.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_53_length_2588_cov_832.761, whole genome shotgun sequence	True	True
ISR0320_000000003509	5119	0.6197123081574898	7	4	3	4	3	True	118444	fragment	False	ISR0024_000000003680	0.7207789414373488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	88.421	2.0	0.027586206896551724	NZ_JAAIUL010000049.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_50_length_3335_cov_335.009, whole genome shotgun sequence	True	True
ENG0071_000000004330	4771	0.6197123081574898	6	4	3	4	3	True	118444	fragment	False	ISR0024_000000003680	0.3875655511694757		0	0	False	False	0.9997904300689697	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	0.0009699924141618893	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0027_000000028204	1464	0.6197105132738321	3	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.44363996297925773		0	0	False	False	1.0	0					non-mobilizable	chromosome	1458.0	81.893	99.0	0.0005071139373820526	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
MON0063_000000020367	1464	0.6197105132738321	3	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.4436387259605385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1458.0	81.893	99.0	0.0005071139373820526	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0054_000000002543	7947	0.619704276695911	11	9	8	9	8	False	132492	fragment	False	ISR0054_000000002543	0.9779823220084455		0	0	False	False	1.0	0					non-mobilizable	chromosome	4874.0	96.389	92.0	0.0013630189722724996	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0057_000000020326	1615	0.6196954520758599	1	1	1	1	1	False	75024	fragment	False	SPA0057_000000020326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	98.601	80.0	0.005246825364419582	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0052_000000023367	1417	0.6196954520758599	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.9221097486263542		0	0	False	False	0.9484826922416687	0					non-mobilizable	other	1417.0	98.941	100.0	0.005781715732309828	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0062_000000017104	1417	0.6196954520758599	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8805370106312016		0	0	False	False	0.9978828430175781	0					non-mobilizable	other	1318.0	98.786	93.0	0.005377485606957658	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0045_000000017833	1329	0.6196954520758599	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.8992984114911682		0	0	False	False	0.9984951019287109	0					non-mobilizable	chromosome	1261.0	88.818	96.0	0.0003363190244550828	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0042_000000018923	1316	0.6196954520758599	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8787484981342062		0	0	False	False	0.9810030460357666	0					non-mobilizable	chromosome	1314.0	87.367	100.0	0.0003513260884945128	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0058_000000020829	1293	0.6196954520758599	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8506404234522127		0	0	False	False	0.9984531998634338	0					non-mobilizable	chromosome	1291.0	87.29700000000001	100.0	0.00034516247290688974	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0034_01_000000039873	1291	0.6196954520758599	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8264271160757409		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	98.296	100.0	0.005267241027316157	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0091_000000019207	1289	0.6196954520758599	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8510737333841913		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	76.81	100.0	0.0007461803018796005	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
USA0125_01_000000018015	1283	0.6196954520758599	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8272158340071346		0	0	False	False	0.9992205500602722	0					non-mobilizable	other	1283.0	98.90899999999999	100.0	0.005234575966681638	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0107_000000023952	1282	0.6196954520758599	3	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7787721703802101		0	0	False	False	0.986739456653595	0					non-mobilizable	chromosome	1282.0	87.285	100.0	0.0003427506233291242	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0045_000000034720	1249	0.6196954520758599	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.733563417585278		0	0	False	False	0.9983987212181091	0					non-mobilizable	other	1249.0	98.719	100.0	0.0050957494589849335	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0119_000000000835	24553	0.6196938744231414	28	10	2	3	9	False	87728	fragment	False	ISR0182_000000000685	0.3764285430647659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	1.0	3.5254054550963754e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0038_000000024767	1391	0.6196936525553322	2	2	2	2	2	False	111773	fragment	False	MON0038_000000024767	1.0		0	0	False	False	0.9575845003128052	0					non-mobilizable	no_good_hit	218.0	72.936	16.0	7.798985481971886e-05	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
DEN0072_000000008330	2056	0.6196908310821536	3	3	3	3	3	False	70283	maximal	True	DEN0072_000000008330	1.0		1	1	False	False	0.9995136260986328	0					non-mobilizable	other	2064.0	85.61	99.0	0.0017203793373651323	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
MON0039_000000038166	1302	0.6196891894521094	2	2	2	2	1	True	11904	fragment	False	MON0039_000000038166	1.0		0	0	False	False	0.9984639286994934	0					non-mobilizable	no_good_hit	94.0	77.66	7.0	4.814888472528968e-05	CP059430.1	firmicutes	Carnobacteriaceae bacterium zg84 chromosome, complete genome	True	True
MON0020_000000009626	2133	0.6196889093717556	3	3	3	3	3	False	14129	fragment	False	MON0005_000000022071	0.639766081871345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	72.727	13.0	5.757823361624301e-05	NZ_CP036402.1	actinobacteria	Egibacter rhizosphaerae strain EGI 80759 chromosome, complete genome	True	False
MAD0047_000000015673	2733	0.6196797939317623	4	4	4	3	4	False	128491	maximal	True	MAD0047_000000015673	0.9751611679939325		13	1	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	77.931	5.0	2.2581653095520233e-05	CP015992.1	g-proteobacteria	Pseudomonas sp. TCU-HL1, complete genome	True	False
SPA0018_000000002644	9119	0.6196670695013164	11	5	2	5	3	False	64745	maximal	True	SPA0018_000000002644	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	80.514	8.0	0.00021553545211614226	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MAD0067_000000001761	5052	0.619665711446027	3	2	1	2	0	False	102102	fragment	False	MAD0067_000000001761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000017480	2391	0.6196630473391647	2	2	2	2	2	False	71875	maximal	True	DEN0061_000000017480	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	72.843	16.0	0.0051470488902097995	NZ_JBOK01000021.1	b-proteobacteria	Comamonas aquatica DA1877 out_21, whole genome shotgun sequence	True	False
CHI0026_000000002832	3440	0.619661176249177	4	3	3	3	3	False	99435	fragment	False	CHI0026_000000002832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0016_000000001309	12326	0.6196595686170053	10	10	9	10	8	False	129621	maximal	True	ISR0016_000000001309	1.0	PS1061	79	6	False	True	1.0	0					non-mobilizable	no_good_hit	5350.0	99.271	87.0	0.0015074997052690006	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
FIJ0009_000000032250	1354	0.6196576218201896	2	2	2	1	1	False	51183	maximal	True	FIJ0009_000000032250	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.217	42.0	0.002024320509053908	NZ_OKQO01000007.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
SPA0031_000000028522	1187	0.6196520029614522	2	1	1	1	1	True	7260	fragment	False	SPA0031_000000028522	1.0		0	0	False	False	0.9991575479507446	0					non-mobilizable	other	1187.0	99.579	100.0	0.009243239030473072	NZ_WNCH01000008.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold8_size127380, whole genome shotgun sequence	False	True
ENG0046_000000012992	1454	0.6196511923293251	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.5815915591406937		0	0	False	False	1.0	0					non-mobilizable	other	1454.0	98.41799999999999	100.0	0.033524064417885656	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
DEN0016_000000003789	2088	0.6196509262355857	5	5	4	4	3	True	75349	maximal	True	DEN0016_000000003789	1.0		324	13	False	False	0.9841954112052917	0					non-mobilizable	no_good_hit	1061.0	97.64399999999999	51.0	0.0003168955240300979	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
FIJ0040_000000012941	1891	0.6196465117999255	3	3	3	3	2	False	47485	fragment	False	FIJ0040_000000012941	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1891.0	98.995	100.0	0.00036932997874887025	CP054063.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP chromosome, complete genome	False	False
ISR0255_000000005379	5139	0.6196438006775941	6	3	3	3	2	False	26910	fragment	False	ISR0255_000000005379	1.0		0	0	False	False	0.9998053908348083	0					non-mobilizable	no_good_hit	383.0	91.384	7.0	0.0001225530009562994	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
ISR0082_000000023394	1423	0.6196415204988447	2	2	1	2	2	False	86764	maximal	False	CHI0049_000000011335	0.935814065034544		0	0	False	False	0.9936753511428833	0					non-mobilizable	chromosome	1427.0	92.36200000000001	100.0	0.00047796368620404945	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0822_000000000754	6771	0.6196296297643884	3	3	3	3	3	False	21469	fragment	False	ISR0822_000000000754	0.976842105263158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	74.917	4.0	0.0003409136257133247	CP030095.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 2, complete sequence	True	False
ENG0192_000000011245	1945	0.6196294743394614	2	2	2	2	2	False	54649	maximal	True	ENG0192_000000011245	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	92.42	85.0	0.00044724155738899886	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
AST0089_000000003509	5176	0.6196293152028431	7	5	4	5	3	False	125898	fragment	False	AST0089_000000003509	0.9607970815899362		0	0	False	False	0.9996135830879211	0					non-mobilizable	other	3875.0	96.052	100.0	0.07723211608802542	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
ENG0006_000000007676	3117	0.6196244591826693	4	4	3	4	3	False	67614	maximal	True	ENG0006_000000007676	1.0		1	1	False	False	0.9955084919929504	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	2.0	0.0011430329940870024	NZ_ARZA01000039.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_69, whole genome shotgun sequence	True	False
MAD0048_000000000174	39131	0.6196238486706056	33	15	10	14	9	True	17584	maximal	True	MAD0048_000000000174	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	99.273	2.0	0.0002843935910661757	CP000312.1	firmicutes	Clostridium perfringens SM101, complete genome	True	True
CHI0164_000000006792	3492	0.6196175836543618	6	5	3	4	4	True	120018	maximal	True	CHI0164_000000006792	1.0	PS730	35	7	False	True	0.9994272589683533	0					non-mobilizable	other	1902.0	96.00399999999999	100.0	0.0005720536152734702	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0057_000000005559	2918	0.6196155183056462	4	4	4	4	2	False	71668	maximal	True	MAD0057_000000005559	1.0		32	5	False	False	0.9969156980514526	0					non-mobilizable	other	1751.0	99.714	100.0	0.002131918226926249	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0392_000000003697	7194	0.6196128618197206	8	7	6	5	5	False	125279	maximal	True	ISR0392_000000003697	1.0	PS691	16	3	False	True	0.9994440078735352	0					non-mobilizable	no_good_hit	1561.0	84.241	22.0	0.0008992281192155866	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
FIJ0167_000000009839	2029	0.6196094669722487	2	1	1	1	1	False	38972	fragment	False	FIJ0167_000000009839	1.0		0	0	False	False	0.9768359065055847	0					non-mobilizable	other	2030.0	98.177	100.0	0.03860864270355641	NZ_CACVNJ010000010.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	False	False
CHI0096_000000000738	6630	0.619608260073152	10	3	2	3	3	False	110875	maximal	True	CHI0096_000000000738	1.0		3	3	False	False	0.9990950226783752	0					non-mobilizable	no_good_hit	3636.0	95.38	78.0	0.055090931208563954	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	True	False
ENG0055_000000005294	3655	0.6196072149269775	5	3	2	2	1	False	111476	maximal	True	ENG0055_000000005294	1.0		34	5	False	False	0.99589604139328	0					non-mobilizable	no_good_hit	1700.0	92.824	87.0	0.0004758694644264109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CAN0014_000000005434	7827	0.6196011126060099	11	9	9	6	5	False	112184	maximal	False	ENG0180_000000001446	0.627721667805295		0	0	False	False	1.0	0					non-mobilizable	other	7047.0	99.262	98.0	0.014671359055295407	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
MAD0045_000000005716	5643	0.6196009111546572	4	1	1	1	0	False	17901	maximal	True	MAD0045_000000005716	1.0		1	1	False	False	0.9936203956604004	0					non-mobilizable	no_good_hit								True	False
USA0043_01_000000004415	2343	0.6196003680701685	3	2	1	2	1	False	131311	maximal	True	USA0043_01_000000004415	1.0		1	1	False	False	0.994878351688385	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	9.476062101935125e-06	CP013923.1	b-proteobacteria	Achromobacter denitrificans strain USDA-ARS-USMARC-56712, complete genome	True	False
ISR0128_000000008999	3854	0.619599676111998	4	4	4	4	4	False	132076	fragment	False	ISR0128_000000008999	0.9932079561148162		0	0	False	True	0.9992215633392334	0					non-mobilizable	no_good_hit	589.0	88.115	17.0	0.04161636247425609	NZ_SLXA01000023.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_123, whole genome shotgun sequence	True	True
ISR0228_000000006448	3821	0.619599676111998	4	4	4	4	4	False	132076	fragment	False	ISR0128_000000008999	0.9889848469939577		0	0	False	True	0.9989531636238098	0					non-mobilizable	no_good_hit	589.0	99.491	17.0	0.009211680661737059	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0362_000000017393	1185	0.6195976067639252	2	2	2	1	1	False	117698	fragment	False	ISR0378_000000025386	0.7754343691293414		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	97.04899999999999	100.0	0.00033610544627081924	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0126_000000027446	1465	0.6195949653707031	1	1	1	1	1	False	41123	maximal	True	FIJ0126_000000027446	1.0		0	0	False	False	0.9610921740531921	0					non-mobilizable	no_good_hit	1163.0	96.561	79.0	0.00594504875044366	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0219_000000010491	3132	0.6195927347349346	3	3	3	3	3	False	118957	fragment	False	ISR0219_000000010491	0.9941720946177579		0	0	False	False	0.9987228512763977	0					non-mobilizable	no_good_hit	71.0	100.0	2.0	0.00014637094160426735	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0183_000000001016	22328	0.6195907494014242	20	12	11	11	8	True	55190	maximal	True	ENG0183_000000001016	1.0		3	2	False	False	0.9999552369117737	0					non-mobilizable	no_good_hit	5155.0	93.152	42.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0290_000000011261	1463	0.6195870820156036	2	2	2	2	2	False	29175	fragment	False	ISR0190_000000015403	0.9823369565217391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	80.105	13.0	0.001037012954253715	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	False
DEN0087_000000006034	2082	0.6195841395550453	4	4	3	3	2	False	87821	fragment	False	ISR0297_000000005738	0.680412102931586		0	0	False	False	0.9995197057723999	0					non-mobilizable	other	2082.0	99.52	100.0	0.0006681032545393137	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0047_000000003010	1319	0.619578453553308	2	2	2	1	1	False	72636	maximal	True	DEN0047_000000003010	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	90.0	3.0	0.00024078384402146063	NZ_QGGW01000009.1	a-proteobacteria	Roseicyclus mahoneyensis strain DSM 16097 Ga0215646_109, whole genome shotgun sequence	True	False
MAD0108_000000003098	5197	0.6195774567153457	6	6	6	5	5	False	125071	maximal	True	MAD0108_000000003098	0.9644439661172793		159	12	False	False	0.9996151328086853	0					non-mobilizable	other	4114.0	97.667	99.0	0.038940868972309556	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
CHI0157_000000003975	2587	0.6195681458278248	3	3	3	3	3	False	115882	maximal	False	FIJ0122_000000006376	0.9646997328487416		0	0	False	False	1.0	0					non-mobilizable	other	1950.0	97.436	100.0	0.02155425057783971	NZ_JAAIUD010000009.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_9_length_90423_cov_317.944, whole genome shotgun sequence	False	False
ISR0257_000000004108	3820	0.6195672580753125	6	4	2	4	4	False	118642	fragment	False	ENG0003_000000005384	0.8211659575503766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	98.712	83.0	0.00037205145625063225	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
MON0061_000000002209	13039	0.6195665739107973	17	9	5	6	8	True	100458	maximal	True	MON0061_000000002209	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	4444.0	92.102	82.0	0.0006836028567971472	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
ISR0362_000000016580	1249	0.6195628794823325	2	2	2	2	2	False	111798	maximal	True	ISR0362_000000016580	1.0		47	8	False	False	0.9607686400413513	0					non-mobilizable	other	1249.0	99.199	100.0	0.008610756546037879	NZ_JAAWUO010000010.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_10_length_144935_cov_163.085, whole genome shotgun sequence	False	False
FIJ0082_000000000867	19196	0.6195604411583719	31	13	9	13	8	True	108299	fragment	False	FIJ0071_000000001374	0.9996616169503878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	98.413	0.0	0.0009653862323466671	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	True
MON0079_000000011952	1910	0.6195554451881521	3	3	2	3	3	True	97912	fragment	False	MON0079_000000011952	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1912.0	99.84299999999999	100.0	0.023943838535790397	CP054315.1	enterobacteria	Escherichia coli strain SCU-483 plasmid pSCU-483-2	False	True
USA0039_01_000000003985	5988	0.6195488864296673	9	3	3	3	2	False	112731	maximal	True	USA0039_01_000000003985	1.0	PS721	2	2	True	True	1.0	2					non-mobilizable	no_good_hit	2296.0	74.434	38.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CAN0015_000000009750	4208	0.6195488864296673	3	3	3	3	2	False	112856	maximal	True	CAN0015_000000009750	1.0	PS721	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	2294.0	74.41199999999999	54.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0059_000000007776	3369	0.6195440664688193	3	3	3	3	3	False	6277	maximal	True	SPA0059_000000007776	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2929.0	99.96600000000001	88.0	0.7776892430278884	NZ_NFLJ01000075.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_75, whole genome shotgun sequence	True	False
MON0077_000000004085	7487	0.6195306913878378	5	5	5	4	3	False	50358	fragment	False	MON0077_000000004085	1.0		0	0	False	False	0.9862428307533264	0					non-mobilizable	no_good_hit	5832.0	95.645	78.0	0.0011462496078024445	CP055713.1	enterobacteria	Escherichia coli strain RHB15-C06 chromosome, complete genome	True	False
ISR0317_000000004192	3968	0.6195225654524347	4	2	2	2	1	False	78069	fragment	False	ISR0317_000000004192	1.0		0	0	False	False	0.9972278475761414	0					non-mobilizable	no_good_hit								True	False
MON0095_000000001004	17394	0.6195199023905315	24	8	1	8	1	False	9325	maximal	True	MON0095_000000001004	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	0.0	0.07462686567164178	GQ880190.1		Uncultured organism clone VC1CF31TR genomic sequence	True	False
DEN0046_000000020107	1182	0.6195069880158363	2	2	2	1	1	False	102217	fragment	False	DEN0046_000000020107	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	93.12700000000001	100.0	0.00029200688165336206	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0007_000000012840	2005	0.6195062776458441	6	5	2	3	5	False	106038	fragment	False	ISR0397_000000008279	0.826896773030847		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	99.601	100.0	0.1333510779877562	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0142_000000002838	9155	0.6194972996756224	11	5	4	5	4	True	3442	maximal	True	SPA0142_000000002838	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.425162810960557e-06	NZ_AP014879.1	g-proteobacteria	Sulfuricaulis limicola strain HA5	True	True
ISR0815_000000010596	2928	0.6194967747613523	6	4	2	4	2	False	126317	fragment	False	ISR0815_000000010596	1.0		0	0	False	False	0.9952185750007629	0					non-mobilizable	chromosome	2277.0	93.105	100.0	0.0007922808905892506	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0158_000000013540	1555	0.6194786859316309	2	2	2	2	2	False	60138	fragment	False	SPA0158_000000013540	0.9820846905537459		0	0	False	False	1.0	0					non-mobilizable	other	1555.0	99.743	100.0	0.0005768840982677886	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
SPA0059_000000002387	11063	0.6194741505414546	16	10	2	5	9	True	102004	maximal	True	SPA0059_000000002387	1.0		13	7	False	False	1.0	0					non-mobilizable	no_good_hit	8317.0	100.0	87.0	0.005332598038429846	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0144_000000001774	3320	0.6194711872677917	6	6	6	5	3	False	120959	maximal	True	ISR0144_000000001774	1.0		26	5	False	False	0.9981927871704102	0					non-mobilizable	other	2576.0	98.95200000000001	100.0	0.007319978281695506	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
MON0045_000000017435	1144	0.6194699217363592	2	2	2	2	1	True	11551	fragment	False	MON0045_000000017435	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	97.64	100.0	0.00029933392309710834	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	True
ENG0007_000000016198	1546	0.6194686709366498	2	2	2	2	2	False	122094	fragment	False	ISR0183_000000020096	0.5742032744045987		0	0	False	False	0.9877102375030518	0					non-mobilizable	chromosome	1546.0	97.93	100.0	0.0005200379543558143	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0060_000000010770	2687	0.6194657616662719	3	2	2	2	2	False	93591	maximal	True	ENG0060_000000010770	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	70.398	29.0	0.0021321845496951493	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
ISR0211_000000001001	13874	0.6194655324638491	12	7	6	7	5	True	76464	maximal	True	ISR0211_000000001001	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4505.0	94.295	62.0	0.0015264592498572236	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0051_000000022081	1344	0.6194646425487325	3	3	3	3	2	False	64032	fragment	False	ENG0051_000000022081	1.0		0	0	False	False	0.9947916865348816	0					non-mobilizable	no_good_hit	92.0	81.52199999999999	7.0	0.0029007682254311305	NZ_BBCB01000032.1	d-proteobacteria	Desulfovibrio brasiliensis JCM 12178, whole genome shotgun sequence	True	False
ISR0112_000000012854	2569	0.6194613484573414	3	2	2	2	2	False	65886	fragment	False	ISR0112_000000012854	0.9875029023652134		0	0	False	False	0.9984429478645325	0					non-mobilizable	no_good_hit	881.0	74.12	34.0	0.002667253279071686	NZ_FRDE01000001.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
DEN0035_000000019109	1784	0.619447699549535	3	3	3	2	2	False	97184	fragment	False	DEN0035_000000019109	1.0		0	0	False	False	0.9988788962364197	0					non-mobilizable	no_good_hit	1569.0	79.796	87.0	0.00024843900415824383	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
CHI0156_000000002649	4730	0.6194456755100072	5	5	5	5	4	False	94810	maximal	True	CHI0156_000000002649	1.0		628	15	False	False	0.9983086585998535	0					non-mobilizable	other	4730.0	98.161	100.0	0.001159446300032535	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0040_000000004322	7446	0.6194451269357524	13	6	3	6	2	True	35806	maximal	True	SPA0040_000000004322	1.0		1	1	False	False	0.9993284940719604	0					non-mobilizable	no_good_hit	4371.0	98.67299999999999	61.0	0.09775529843564666	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
MON0016_000000026613	1431	0.6194413210929515	2	2	2	2	2	False	40038	fragment	False	MON0016_000000026613	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	81.41199999999999	99.0	0.0029183936734639465	NZ_FPKO01000007.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	False	False
ENG0004_000000000018	139918	0.6194407561767274	197	57	29	48	32	True	67826	maximal	True	ENG0004_000000000018	1.0		1	1	True	True	1.0	89					non-mobilizable	no_good_hit	103.0	85.43700000000001	0.0	0.00019950241749988265	NZ_MASJ01000003.1	firmicutes	Caryophanon tenue strain DSM 14152 DSM_14152_R1_001_contig_11, whole genome shotgun sequence	True	True
ENG0065_000000004147	6536	0.6194398768485374	8	6	3	4	4	False	73888	maximal	True	ENG0065_000000004147	1.0		25	8	False	False	0.9975520372390747	0					non-mobilizable	no_good_hit	1446.0	82.01899999999999	22.0	0.005129644752960392	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
SPA0030_000000015853	1919	0.6194231509316291	3	3	2	3	3	False	111308	fragment	False	SPA0030_000000015853	1.0		0	0	False	False	0.9994788765907288	0					non-mobilizable	other	1675.0	97.493	100.0	0.008079462527510715	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0030_000000002956	7571	0.6194230242414946	10	6	3	6	1	True	65760	maximal	True	ENG0030_000000002956	1.0		14	5	False	False	0.9910183548927307	0					non-mobilizable	no_good_hit	5129.0	98.713	68.0	0.14636166323966188	NZ_QSCB01000028.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf28, whole genome shotgun sequence	True	True
ENG0145_000000000914	25282	0.6194155097568222	34	31	17	17	29	False	87445	fragment	False	ENG0145_000000000914	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	24653.0	99.02600000000001	99.0	0.5127143332778425	CP057727.1	enterobacteria	Escherichia coli strain RHB16-C19 plasmid pRHB16-C19_3, complete sequence	False	True
CHI0117_000000001893	8310	0.6194006121520931	12	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9801218600590582		0	0	False	False	1.0	0					non-mobilizable	other	8311.0	99.663	100.0	0.011510380812153633	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0116_000000012115	2233	0.6193982276590623	2	2	1	1	0	True	106220	maximal	True	AST0116_000000012115	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	74.143	28.0	0.0050576117458811425	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0105_000000016549	2182	0.6193956654021162	2	2	2	2	2	False	14829	maximal	True	MAD0105_000000016549	1.0		1	1	False	False	0.9986250996589661	0					non-mobilizable	no_good_hit	337.0	95.54899999999999	15.0	0.00026674118483893916	NZ_UGNM01000002.1	enterobacteria	Kluyvera ascorbata strain NCTC9737, whole genome shotgun sequence	True	False
ISR0809_000000001245	6673	0.6193947244133686	9	8	3	4	7	True	123771	fragment	False	ISR0382_000000001663	0.951099537037037		0	0	False	False	0.9995504021644592	0					non-mobilizable	other	6673.0	99.985	100.0	0.01811709311892601	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0021_000000008450	3864	0.6193907499594605	6	6	3	5	5	False	131146	fragment	False	DEN0021_000000008450	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3879.0	99.51	100.0	0.024060952759129884	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
MAD0060_000000010935	1555	0.6193894634634531	2	1	1	1	1	True	114492	fragment	False	FIJ0033_000000013131	0.11457434293160826		0	0	False	False	1.0	0					non-mobilizable	chromosome	1572.0	80.98	100.0	0.0005416649819514718	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0788_000000001136	6034	0.6193873124467179	6	4	4	3	3	False	22117	maximal	True	ISR0788_000000001136	1.0		3	2	False	False	0.9995028376579285	0		MOBQ			mobilizable	no_good_hit	1315.0	97.87100000000001	22.0	0.0003919339924560928	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ENG0018_000000003799	5735	0.6193850977902731	8	3	3	3	0	True	66643	maximal	True	ENG0018_000000003799	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.0003382426842939426	NZ_FOQE01000007.1	firmicutes	Pisciglobus halotolerans strain DSM 27630, whole genome shotgun sequence	True	True
MON0011_000000011036	4202	0.619378969723396	5	4	2	4	2	False	92964	fragment	False	MON0011_000000011036	1.0		0	0	False	False	0.9997619986534119	0					non-mobilizable	other	4204.0	96.31299999999999	100.0	0.10111223458038422	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0041_000000013192	1198	0.619372527932918	2	1	1	1	1	False	36401	fragment	False	ISR0041_000000013192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	78.947	8.0	0.0017810788790571651	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0064_000000008608	4156	0.6193627786462529	7	6	4	6	3	False	75934	fragment	False	ENG0137_000000004265	0.9611364817886564		0	0	False	True	0.9992781281471252	0					non-mobilizable	no_good_hit	584.0	75.514	14.0	0.0026447439696651053	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	True
CHI0132_000000027490	1107	0.6193595067427292	2	2	2	2	2	False	80825	maximal	True	CHI0132_000000027490	1.0		31	7	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	79.89399999999999	17.0	0.00436711816907987	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0183_000000024433	1271	0.6193584641907399	3	3	2	3	1	False	55144	maximal	True	ENG0183_000000024433	1.0		4	3	False	False	0.9598740935325623	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.0230105381452212e-05	NZ_CP032100.1	e-proteobacteria	Arcobacter suis CECT 7833 chromosome, complete genome	True	False
ENG0075_000000020001	1224	0.6193552127836395	1	1	1	1	1	False	62067	maximal	True	ENG0075_000000020001	1.0		77	11	False	False	0.9632353186607361	0					non-mobilizable	no_good_hit	681.0	99.853	80.0	0.0031865042174320526	NZ_CYYA01000004.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0113_000000004651	7175	0.6193551828773923	8	4	3	4	2	True	130517	fragment	False	SPA0113_000000004651	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7177.0	98.37	100.0	0.0012750893789125494	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
AUS0016_000000001743	10406	0.6193504050420578	9	3	1	3	1	False	100660	fragment	False	AUS0016_000000001743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.075753356114988e-07	AP022702.1	bony fishes	Plectropomus leopardus DNA, chromosome 3, nearly complete sequence	True	False
MAD0096_000000001811	7976	0.6193504050420578	6	3	1	3	1	False	15533	fragment	False	MAD0096_000000001811	1.0		0	0	False	False	0.9991223812103271	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.075753356114988e-07	AP022702.1	bony fishes	Plectropomus leopardus DNA, chromosome 3, nearly complete sequence	True	False
ENG0100_000000022170	1418	0.6193495636942118	2	2	2	2	2	False	85397	fragment	False	ISR0106_000000018284	0.8420058365749404		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	99.788	100.0	0.005076287610920646	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0057_01_000000016375	1953	0.6193490936111801	2	2	2	2	1	False	110255	fragment	False	ISR0398_000000009851	0.39927515450251577		0	0	False	False	0.997951865196228	0					non-mobilizable	other	1956.0	97.955	100.0	0.18509387445476957	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0107_000000017570	1613	0.6193457910011672	3	3	3	2	2	False	32840	fragment	False	ISR0107_000000017570	1.0		0	0	False	False	0.9907005429267883	0					non-mobilizable	other	1630.0	98.896	100.0	0.00038004876942588137	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0319_000000007079	2596	0.6193446835985125	3	3	3	3	2	False	122416	backbone	True	ISR0319_000000007079	0.8956856711269306	PS871	0	0	False	True	0.9957627058029175	0					non-mobilizable	no_good_hit	2320.0	93.23299999999999	89.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0302_000000000238	24560	0.6193434166242691	30	10	5	7	5	True	107976	fragment	False	ISR0302_000000000238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	17198.0	97.98200000000001	86.0	0.004774202864743878	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0009_000000006501	4645	0.6193357872680361	8	6	2	3	5	False	38385	maximal	True	ISR0009_000000006501	1.0		1	1	False	False	0.9997847080230713	0					non-mobilizable	plasmid	4645.0	99.935	100.0	0.05486508199045414	CP056818.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_3, complete sequence	False	True
ISR0383_000000013588	1153	0.6193212713994604	2	2	2	1	1	False	23096	fragment	False	ISR0383_000000013588	1.0		0	0	False	False	0.9557675719261169	0					non-mobilizable	chromosome	1135.0	98.76700000000001	99.0	0.0002565696769937093	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0090_000000007054	7204	0.6193175200967165	8	4	2	3	2	False	66392	fragment	False	MON0090_000000007054	1.0		0	0	False	False	0.998473048210144	0					non-mobilizable	no_good_hit	3190.0	96.897	78.0	0.38664558501581126	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
USA0016_01_000000004904	3657	0.6193160752146971	5	5	4	4	5	False	97364	fragment	False	ISR0033_000000007960	0.9964683509915784		0	0	False	False	1.0	0					non-mobilizable	chromosome	2714.0	98.416	100.0	0.0005043211192694352	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CAN0005_000000010153	1666	0.6193112048402828	2	2	2	2	2	False	95841	fragment	False	CAN0005_000000010153	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1666.0	99.4	100.0	0.0005026138941196288	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MON0044_000000051796	1120	0.6193033619441255	2	1	1	1	1	False	11585	maximal	True	MON0044_000000051796	1.0		43	10	False	False	0.9750000238418579	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000001405	13115	0.6192877137399109	21	7	3	5	6	False	32309	fragment	False	ISR0120_000000001405	1.0		0	0	False	False	0.9969500303268433	0					non-mobilizable	no_good_hit	155.0	76.774	1.0	4.271685972626362e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0849_000000004280	5713	0.6192864911459615	4	3	3	2	2	False	21553	maximal	True	ISR0849_000000004280	1.0		190	12	False	False	1.0	0					non-mobilizable	no_good_hit	3242.0	70.635	57.0	0.0008406282356598984	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
FIJ0089_000000012005	2045	0.619282177709234	3	3	3	3	3	False	124029	maximal	True	FIJ0089_000000012005	1.0		0	0	False	False	0.9995110034942627	0					non-mobilizable	other	1581.0	98.60799999999999	100.0	0.00043876457226008184	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0019_01_000000013990	2154	0.6192740623009937	3	3	3	1	1	True	128159	fragment	False	MAD0102_000000004786	0.3549582951838268		0	0	False	False	1.0	0					non-mobilizable	other	2159.0	93.238	100.0	0.00033744275468695754	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
AUS0018_000000014387	1954	0.6192740623009937	3	3	3	1	1	True	128159	fragment	False	MAD0102_000000004786	0.08318916676850904		0	0	False	False	1.0	0					non-mobilizable	chromosome	1957.0	96.883	100.0	0.0008379057761440117	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
MON0019_000000034634	1940	0.6192740623009937	3	3	3	1	1	True	128159	fragment	False	MAD0102_000000004786	0.18744478358469352		0	0	False	False	1.0	0					non-mobilizable	other	1940.0	100.0	100.0	0.0028080978648897977	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
SPA0016_000000018056	1864	0.6192740623009937	3	3	3	1	1	True	128159	fragment	False	MAD0102_000000004786	0.1810297196385896		0	0	False	False	1.0	0					non-mobilizable	other	1864.0	100.0	100.0	0.006244867175060756	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
SPA0111_000000018429	1863	0.6192740623009937	3	3	3	1	1	True	128159	fragment	False	MAD0102_000000004786	0.1771070498823512		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	100.0	100.0	0.006241515126120842	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
DEN0010_000000024531	1862	0.6192740623009937	3	3	3	1	1	True	128159	fragment	False	MAD0102_000000004786	0.16691287322657972		0	0	False	False	1.0	0					non-mobilizable	other	1862.0	98.926	100.0	0.006238163077180927	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
SPA0028_000000016939	1858	0.6192740623009937	3	3	3	1	1	True	128159	fragment	False	MAD0102_000000004786	0.17694404495181443		0	0	False	False	1.0	0					non-mobilizable	other	1859.0	99.086	100.0	0.10404883239065912	MK211798.1	firmicutes	Streptococcus suis ILCSsuYS249 integron, complete sequence	False	True
CHI0168_000000008773	1846	0.6192740623009937	3	3	3	1	1	True	128159	fragment	False	MAD0102_000000004786	0.18673355189357943		0	0	False	False	1.0	0					non-mobilizable	other	1850.0	97.62200000000001	100.0	0.008575715765659042	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0094_000000003659	6197	0.6192678975067736	5	4	3	4	3	True	105057	fragment	False	ISR0094_000000003659	0.9887192536047498		0	0	False	False	0.9977408647537231	0					non-mobilizable	other	6179.0	98.948	99.0	0.5619428779334182	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
DEN0054_000000002462	2419	0.6192633815554068	3	3	2	3	1	False	121004	maximal	True	DEN0054_000000002462	1.0		15	7	False	False	0.9991732239723206	0					non-mobilizable	other	2418.0	90.529	99.0	0.0008351862145636465	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0215_000000011934	2434	0.6192615553607567	4	2	2	2	1	False	89833	fragment	False	ISR0215_000000011934	0.9855199648968846		0	0	False	False	0.9946590065956116	0					non-mobilizable	other	2336.0	96.27600000000001	96.0	0.032170953830892385	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AST0039_000000011260	1432	0.6192549075450328	2	2	1	2	1	False	116570	fragment	False	AST0039_000000011260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1204.0	96.01299999999999	84.0	0.20578668036295156	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	False
ISR0145_000000008518	3725	0.6192542750941241	4	3	2	1	0	True	131273	maximal	True	ISR0145_000000008518	0.9664609240623144	PS1133	31	5	False	True	1.0	0					non-mobilizable	no_good_hit	1180.0	88.051	41.0	0.00041391911533522683	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0298_000000011081	1342	0.6192539747082291	2	2	2	2	2	False	25630	maximal	True	ISR0298_000000011081	1.0		1	1	False	False	0.997764527797699	0					non-mobilizable	chromosome	1270.0	86.61399999999999	95.0	0.00020219554382070167	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0354_000000012245	1542	0.6192530785318933	2	2	2	1	0	True	23993	fragment	False	ISR0354_000000012245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	84.383	61.0	0.00036548190730682675	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
SPA0034_000000012989	2787	0.6192522070568466	5	5	3	4	5	False	8905	maximal	True	SPA0034_000000012989	1.0		18	3	True	True	0.9992823600769043	1					non-mobilizable	no_good_hit	2295.0	89.84700000000001	84.0	0.0010997703802551064	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	True	True
CHI0162_000000009213	3187	0.6192486223233026	2	2	2	2	2	False	119198	maximal	True	CHI0162_000000009213	1.0	PS816	0	0	False	True	0.9993724226951599	0					non-mobilizable	no_good_hit	1502.0	87.28399999999999	47.0	0.006910204345935745	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
AST0118_000000021660	1441	0.6192453405106527	2	2	2	2	1	True	105776	fragment	False	AST0118_000000021660	1.0		0	0	False	False	0.9993060231208801	0					non-mobilizable	no_good_hit	144.0	79.167	10.0	2.660040499581648e-05	CP013653.1	firmicutes	Paenibacillus sp. 32O-W, complete genome	True	True
ISR0218_000000001318	9707	0.6192441703896957	15	3	1	2	1	True	30310	maximal	True	ISR0218_000000001318	1.0		1	1	False	False	0.9966003894805908	0					non-mobilizable	no_good_hit	4817.0	97.46700000000001	76.0	0.049265014270077845	MK238400.1	viruses	CrAssphage ZA, complete genome	True	True
FIJ0069_000000005448	4410	0.6192372945755186	3	3	3	3	3	False	45928	maximal	True	FIJ0069_000000005448	0.9997729852440408		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1633.0	93.08	37.0	0.012343157942504481	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	True	False
FIJ0059_000000004274	4405	0.6192372945755186	3	3	3	3	3	False	45928	maximal	False	FIJ0069_000000005448	0.9993950562946834		0	0	False	False	0.9997729659080505	0					non-mobilizable	no_good_hit	1633.0	93.08	37.0	0.012343157942504481	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	True	False
MON0109_000000012287	2839	0.6192280512203618	3	3	3	3	3	False	44208	fragment	False	MON0109_000000012287	1.0		0	0	False	False	0.9982388019561768	0					non-mobilizable	no_good_hit	669.0	76.831	23.0	0.005712046671600853	NZ_AWEY01000023.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00011, whole genome shotgun sequence	True	False
SPA0144_000000002356	6227	0.6192279991343618	7	7	3	5	7	True	123556	backbone	False	ISR0826_000000002301	0.5783468792076332	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3846.0	97.06200000000001	96.0	0.12337808686693068	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0007_000000006111	1496	0.6192275907027471	2	1	1	1	1	False	19859	maximal	True	MAD0007_000000006111	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1289.0	91.234	91.0	0.0005119094822646524	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ENG0031_000000019298	1148	0.6192270421572237	2	1	1	1	1	True	65661	maximal	True	ENG0031_000000019298	1.0		8	4	False	False	0.9216027855873108	0					non-mobilizable	no_good_hit	999.0	99.29899999999999	87.0	0.011993174225490903	NZ_JAAITU010000014.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_14_length_83214_cov_180.532, whole genome shotgun sequence	True	True
ISR0171_000000015921	1806	0.6192261087508241	3	2	1	2	1	False	29983	maximal	True	ISR0171_000000015921	1.0		69	9	False	False	0.998892605304718	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000013331	2486	0.6192236491971455	4	4	3	3	2	True	28885	maximal	True	ISR0198_000000013331	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2486.0	100.0	100.0	0.19254610258794358	NZ_JH376840.1	CFB group bacteria	Alloprevotella rava F0323 supercont1.14, whole genome shotgun sequence	False	True
USA0082_01_000000017323	1720	0.6192158859107111	3	3	2	3	2	False	122102	fragment	False	ISR0028_000000007710	0.14762487011483097		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	96.165	100.0	0.03930041152263374	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0020_000000007551	2875	0.6192115992612742	5	3	3	2	2	False	95520	maximal	True	ISR0020_000000007551	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	98.11200000000001	47.0	0.0003318610562761084	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
FIJ0023_000000027776	1257	0.6192112375311147	2	2	2	1	1	False	49299	maximal	True	FIJ0023_000000027776	1.0		36	8	False	False	0.9992044568061829	0					non-mobilizable	chromosome	660.0	88.788	93.0	0.00022181554169610463	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0014_000000006667	6501	0.6192110978815336	8	6	3	6	5	False	93749	maximal	True	CAN0014_000000006667	1.0		7	5	False	False	1.0	0					non-mobilizable	other	6317.0	100.0	99.0	0.002774005512874794	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0179_000000002661	9974	0.6192094261090989	8	6	5	5	5	False	125527	maximal	True	ENG0179_000000002661	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	3046.0	92.97399999999999	37.0	0.0009161375736268026	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0061_000000006811	5206	0.6192059396798026	10	7	0	1	7	False	118851	fragment	False	DEN0061_000000006811	1.0		0	0	False	True	0.9998078942298889	0	rep_cluster_663				non-mobilizable	no_good_hit	3323.0	97.863	89.0	0.09031728665207878	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	True	True
ENG0148_000000015553	2402	0.6192045549764295	4	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.3195611262522055		0	0	False	False	0.9995836615562439	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	73.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0186_000000006794	2293	0.6192045549764295	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.3447280167757282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	76.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0125_01_000000003712	7070	0.6191972071805169	11	11	4	6	10	True	85491	fragment	False	USA0125_01_000000003712	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	7070.0	99.15100000000001	100.0	0.16170514609981007	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
FIJ0044_000000020003	1118	0.6191962209658881	1	1	1	1	1	False	47073	fragment	False	FIJ0056_000000019849	0.9725325884543762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	90.5	79.0	0.00021313890654672558	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0056_000000019849	1074	0.6191962209658881	1	1	1	1	1	False	47073	fragment	False	FIJ0056_000000019849	0.9731663685152058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	90.75	82.0	0.00021313890654672558	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0066_000000018583	1664	0.6191961718129138	3	3	2	2	3	False	16563	maximal	True	MAD0066_000000018583	1.0		4	3	True	True	0.995192289352417	1					non-mobilizable	no_good_hit	200.0	75.0	12.0	0.0003711789977405668	NZ_LSLJ01000002.1	firmicutes	Sporomusa sphaeroides DSM 2875 SPSPH_contig000002, whole genome shotgun sequence	True	True
SPA0121_000000005752	2093	0.6191958803319799	3	2	2	2	1	False	8284	maximal	True	SPA0121_000000005752	1.0		24	4	False	False	1.0	0					non-mobilizable	other	2095.0	99.37899999999999	100.0	0.0074762751440628945	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	False	False
FIJ0014_000000011883	2058	0.6191897946037481	2	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.48735610309409183		0	0	False	False	1.0	0					non-mobilizable	chromosome	2016.0	86.60700000000001	100.0	0.0006995634612462059	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0326_000000001312	9540	0.6191897312947889	8	4	2	3	1	True	51305	fragment	False	MON0107_000000004255	0.9366690714212099		0	0	False	False	0.9998951554298401	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0003322563644279462	NZ_SBLC01000015.1	a-proteobacteria	Gemmobacter intermedius strain 119/4 Scaffold15, whole genome shotgun sequence	True	True
FIJ0058_000000035714	1213	0.6191893297257075	2	2	2	2	2	False	45948	fragment	False	FIJ0058_000000035714	1.0		0	0	False	False	0.9991756081581116	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000006982	3168	0.6191892102794079	5	5	4	5	2	False	112414	maximal	True	SPA0133_000000006982	1.0		46	8	False	False	0.9984217286109924	0					non-mobilizable	no_good_hit	2095.0	100.0	66.0	0.000586070170007929	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0061_000000033427	1260	0.6191873981284852	2	2	2	1	1	False	111835	fragment	False	AST0061_000000033427	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	97.46	100.0	0.005712444871957749	NZ_QICA01000003.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_003, whole genome shotgun sequence	False	False
CHI0127_000000014684	1171	0.6191866165186488	2	1	1	1	1	True	81347	maximal	True	CHI0127_000000014684	1.0		22	7	False	False	0.9940221905708313	0					non-mobilizable	no_good_hit								True	True
ENG0125_000000012748	2052	0.6191845339950576	3	3	2	2	1	False	58833	maximal	True	ENG0125_000000012748	1.0		1	1	False	False	0.9712475538253784	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000011214	2005	0.6191708427697203	3	3	2	2	1	False	93883	fragment	False	CAN0013_000000011214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000015210	2152	0.6191704865809738	4	2	2	2	2	False	80655	fragment	False	SPA0062_000000015210	0.9878849066128218		0	0	False	False	1.0	0					non-mobilizable	other	2153.0	97.81700000000001	100.0	0.006308182083231486	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
SPA0090_000000010571	3208	0.6191656551136904	5	2	1	1	2	False	45014	fragment	False	SPA0090_000000010571	0.9786702866738338		0	0	False	False	0.9996882677078247	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	9.316760287848664e-06	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ITA0006_000000007386	3501	0.6191651596478276	4	2	1	2	1	True	111707	fragment	False	ITA0006_000000007386	0.966747662836829		0	0	False	False	1.0	0					non-mobilizable	other	3468.0	99.39399999999999	99.0	0.13947781309087984	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ENG0195_000000006981	3415	0.6191651596478276	4	2	1	2	1	True	111707	fragment	False	ITA0006_000000007386	0.9566410095960279		0	0	False	False	1.0	0					non-mobilizable	other	3414.0	95.167	99.0	0.13714446634750774	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
SPA0018_000000009033	3200	0.6191651596478276	4	2	1	2	1	True	111707	fragment	False	ITA0006_000000007386	0.7486674512537139		0	0	False	False	1.0	0					non-mobilizable	other	3145.0	98.569	98.0	0.1264834855372732	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0176_000000010604	3147	0.6191651596478276	4	2	1	2	1	True	111707	fragment	False	ITA0006_000000007386	0.7406377919599401		0	0	False	False	0.9911026358604431	0					non-mobilizable	other	3109.0	95.175	99.0	0.12487428088667177	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
SPA0050_000000008630	3007	0.6191651596478276	4	2	1	2	1	True	101939	fragment	False	ISR0387_000000007658	0.948966613672496		0	0	False	False	1.0	0					non-mobilizable	other	3005.0	99.9	99.0	0.12085126926016816	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0129_000000008315	2526	0.6191651596478276	3	2	1	2	1	True	101938	fragment	False	FIJ0129_000000008315	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2526.0	98.81200000000001	100.0	0.10158104356921592	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ITA0004_000000000548	2448	0.6191643292533936	3	3	3	3	2	False	88060	fragment	False	ITA0004_000000000548	1.0		0	0	False	False	0.9995915293693542	0					non-mobilizable	other	2448.0	98.85600000000001	100.0	0.0006616340657994672	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0770_000000008033	1479	0.6191628899735548	2	2	2	2	2	False	87077	maximal	False	ISR0224_000000018988	0.9415622732743355		0	0	False	False	0.9952670931816101	0					non-mobilizable	other	1491.0	97.384	99.0	0.00040260446423187856	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0107_000000002262	10130	0.6191602306000957	6	3	3	3	1	True	130428	fragment	False	ENG0107_000000002262	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0243_000000001039	7753	0.6191602306000957	7	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.9336825766619378	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	114.0	95.61399999999999	3.0	0.0031725532034364646	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
MON0083_000000002973	7671	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5952352388444829	PS1102	0	0	False	True	0.9984356760978699	0					non-mobilizable	no_good_hit	97.0	100.0	1.0	0.002693224856221069	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0013_000000002874	7630	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.9041283288645736	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	119.0	95.79799999999999	2.0	0.003312931663765512	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
MON0053_000000003709	7530	0.6191602306000957	7	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.9175041308778316	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	115.0	99.13	2.0	0.0012389957613302902	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0007_000000003763	7498	0.6191602306000957	6	3	3	3	1	True	130418	fragment	False	TAN0007_000000003763	1.0		0	0	False	True	0.9998666048049927	0					non-mobilizable	no_good_hit								True	True
DEN0073_000000005245	7477	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.9021891202076593	PS1102	0	0	False	True	0.999866247177124	0					non-mobilizable	no_good_hit	95.0	98.947	1.0	0.0010216280839039234	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0128_000000004464	7267	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.8958159244128314	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	110.0	99.09100000000001	2.0	0.0011846538419736986	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0029_000000003385	7193	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.8898933093260253	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	2.0	0.0021056769049357066	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
MAD0105_000000003831	7156	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.6260270025919478	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	164.0	91.463	3.0	5.0709024153050415e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0103_000000002036	7120	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.6360798535371623	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	158.0	90.506	2.0	4.8842434306925856e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0034_000000004611	7083	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.6412752494113949	PS1102	0	0	False	True	0.9998587965965271	0					non-mobilizable	no_good_hit	61.0	96.721	1.0	1.8665898461245552e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CAN0021_000000005515	6962	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5939292836047679	PS1102	0	0	False	True	0.9998563528060913	0					non-mobilizable	no_good_hit	161.0	95.652	4.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0012_000000003768	6760	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5577081568866712	PS1102	0	0	False	True	0.9995561838150024	0					non-mobilizable	no_good_hit	105.0	97.14299999999999	2.0	0.2184873949579832	LC044307.1	hagfishes	Eptatretus burgeri DNA, contig: JCMcontig00874, from VLR gene sequence which enriched by Capture system, strain: VE202-29	True	True
MAD0085_000000001480	6703	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5425653758000644	PS1102	0	0	False	True	0.9938833117485046	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	0.00013116060533109751	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0102_000000002223	6666	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5425082590600283	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	1.0	0.00013282086615807343	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0024_000000003920	6626	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.6248956596930967	PS1102	0	0	False	True	0.9998490810394287	0					non-mobilizable	no_good_hit	139.0	88.48899999999999	3.0	0.005720681507275215	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0161_000000003077	6613	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.595927140143897	PS1102	0	0	False	True	0.9998487830162048	0					non-mobilizable	no_good_hit	84.0	98.81	3.0	0.00013780164863900118	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0231_000000001804	6551	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5968243166376276	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	99.0	96.97	3.0	0.004062512954441819	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0034_000000002951	6532	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5961699335791948	PS1102	0	0	False	True	0.9981628656387329	0					non-mobilizable	no_good_hit	61.0	98.361	2.0	0.002487252829250093	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
AST0028_000000002710	6530	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5862594121611897	PS1102	0	0	False	True	0.999846875667572	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.0032334286780251213	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
SPA0033_000000004295	6528	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5964864117985417	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	59.0	98.305	2.0	0.0024043444016084237	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0246_000000002208	6528	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.597218207290913	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	64.0	96.875	2.0	0.002611615470712598	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
SPA0136_000000005509	6527	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5953353653822484	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	113.0	99.115	2.0	0.0012172589935876535	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0379_000000002810	6516	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5659562697453946	PS1102	0	0	False	True	0.9996930360794067	0					non-mobilizable	no_good_hit	100.0	98.0	2.0	0.00038341924764623183	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0044_000000003502	6468	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5444863488480755	PS1102	0	0	False	True	0.9995361566543579	0					non-mobilizable	no_good_hit	203.0	99.015	3.0	0.002184545158134985	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0118_000000004314	6309	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5591681163956244	PS1102	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	110.0	96.36399999999999	3.0	0.13341493268053856	GQ878470.1		Uncultured organism clone VC1BZ08TR genomic sequence	True	True
SPA0032_000000003769	6284	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5099128563455935	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	65.0	98.462	1.0	0.0006955765677643734	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0033_000000004396	6282	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5434428494374383	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	105.0	97.14299999999999	3.0	0.00291987197484418	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
SPA0143_000000002594	6249	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.556778738250379	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	66.0	96.97	2.0	0.00010791695375343467	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0144_000000002347	6249	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.55694680611931	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	2.0	0.0006194978806651451	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0048_000000003279	6218	0.6191602306000957	6	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5013061984137179	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	171.0	97.661	3.0	0.19144144144144143	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
MAD0062_000000002086	5953	0.6191602306000957	4	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.43080300588055814	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	92.0	94.565	2.0	0.09848484848484848	GQ879036.1		Uncultured organism clone VC1C429TR genomic sequence	True	True
ISR0150_000000003689	5925	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.26464657487212445	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	110.0	99.09100000000001	2.0	0.0011846538419736986	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0132_000000003180	5920	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.4018323962287412	PS1102	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0021882451956796185	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ENG0088_000000004392	5851	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.3907418176379482	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	2.0	0.002133752597001516	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0110_000000003899	5821	0.6191602306000957	4	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.3759063441340861	PS1102	0	0	False	True	0.9991410374641418	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	7.736749770511274e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0005_000000004111	5800	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.37628487711100606	PS1102	0	0	False	True	0.9998275637626648	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	2.0	0.0028603407536376075	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0053_000000004675	5603	0.6191602306000957	4	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.27162665267518676	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	60.0	96.667	1.0	1.8354800153558124e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0065_000000005178	5480	0.6191602306000957	4	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.2682875390279179	PS1102	0	0	False	True	0.99689781665802	0					non-mobilizable	no_good_hit	121.0	99.17399999999999	2.0	0.13392857142857142	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ENG0162_000000004374	5451	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.26896172758709874	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	68.0	98.529	1.0	0.0007281817193783284	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0024_01_000000004572	5308	0.6191602306000957	4	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.1932244123587545	PS1102	0	0	False	True	0.9988696575164795	0					non-mobilizable	no_good_hit	67.0	95.522	1.0	2.0532488307370107e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0083_000000002475	5170	0.6191602306000957	3	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.1206411576781449	PS1102	0	0	False	True	0.9992263317108154	0					non-mobilizable	no_good_hit	67.0	95.522	1.0	2.0532488307370107e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
AST0108_000000004454	5066	0.6191602306000957	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.10373394707828562	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.002132136344508346	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ENG0158_000000003313	4894	0.6191602306000957	3	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.08974636484953087	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0290_000000001914	4816	0.6191602306000957	4	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.05970357110528581	PS1102	0	0	False	True	0.9995847344398499	0					non-mobilizable	no_good_hit								True	True
MAD0049_000000003355	4677	0.6191602306000957	3	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.07363850706571738	PS1102	0	0	False	True	0.9997861981391907	0					non-mobilizable	no_good_hit								True	True
ENG0180_000000003429	4486	0.6191602306000957	3	3	3	3	1	True	130998	maximal	True	ENG0180_000000003429	1.0		0	0	False	False	0.9955416917800903	0					non-mobilizable	no_good_hit	1093.0	96.98100000000001	24.0	0.002281295675575081	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0077_000000006938	4175	0.6191602306000957	3	3	3	3	1	True	130378	fragment	False	ISR0077_000000006938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000003373	6385	0.6191570997083848	11	10	3	7	10	True	35533	fragment	False	ISR0058_000000003373	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6395.0	97.654	100.0	0.06890190621055697	AP018799.1	enterobacteria	Escherichia coli E2855 plasmid pE2855-3 DNA, complete genome	False	True
SPA0155_000000004965	3589	0.6191546987972548	4	4	2	3	4	False	131149	fragment	False	AST0108_000000006970	0.9924228020025845		0	0	False	False	0.999721348285675	0					non-mobilizable	other	3510.0	99.516	98.0	0.02177150160695894	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0006_000000003673	3272	0.6191546987972548	4	4	2	3	4	False	131149	fragment	False	AST0108_000000006970	0.9761659951932776		0	0	False	False	1.0	0					non-mobilizable	other	3272.0	100.0	100.0	0.020294836636182013	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0006_000000010141	3154	0.6191546987972548	5	4	2	3	4	False	131149	fragment	False	AST0108_000000006970	0.7835005082512694		0	0	False	False	1.0	0					non-mobilizable	other	3093.0	99.96799999999999	100.0	0.019184235670765756	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0024_000000010568	3134	0.6191546987972548	4	4	2	3	4	False	131149	fragment	False	AST0108_000000006970	0.7820817953983195		0	0	False	False	1.0	0					non-mobilizable	other	3078.0	100.0	100.0	0.01909116855075881	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0168_000000005542	3129	0.6191546987972548	4	4	2	3	4	False	131149	fragment	False	AST0108_000000006970	0.790676543317403		0	0	False	False	0.9996803998947144	0					non-mobilizable	other	3129.0	100.0	100.0	0.019407596758782435	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0153_000000005593	3122	0.6191546987972548	4	4	2	3	4	False	131149	fragment	False	AST0108_000000006970	0.7888065914178609		0	0	False	False	0.999679684638977	0					non-mobilizable	other	3122.0	100.0	100.0	0.019364165436112524	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
AST0029_000000009772	3121	0.6191546987972548	4	4	2	3	4	False	131149	fragment	False	AST0108_000000006970	0.7894842594691152		0	0	False	False	0.9977571368217468	0					non-mobilizable	other	3121.0	100.0	100.0	0.019357960961445396	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0077_000000004375	3120	0.6191546987972548	4	4	2	3	4	False	131149	fragment	False	AST0108_000000006970	0.787649984803778		0	0	False	False	0.9990384578704834	0					non-mobilizable	other	2921.0	100.0	100.0	0.018117066028019407	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0075_000000002230	2943	0.6191546987972548	4	4	2	3	4	False	131149	fragment	False	AST0108_000000006970	0.658365278953813		0	0	False	False	0.9996601939201355	0					non-mobilizable	other	2744.0	100.0	100.0	0.01701887401193741	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
ENG0109_000000016441	1493	0.6191515434632333	2	2	2	2	2	False	113712	fragment	False	AST0055_000000021784	0.9312810323234064		0	0	False	False	0.9966510534286499	0					non-mobilizable	no_good_hit	451.0	92.23899999999999	36.0	0.0009409560531702901	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0177_000000008757	3095	0.619141903842986	3	3	3	2	3	False	30723	maximal	True	ISR0177_000000008757	1.0		9	2	False	False	0.9990307092666626	0					non-mobilizable	other	2986.0	98.962	96.0	0.0020122311295189253	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
CHI0141_000000015960	1735	0.6191413454728506	2	2	2	2	2	False	104630	maximal	True	CHI0141_000000015960	1.0		13	6	False	False	1.0	0					non-mobilizable	other	1735.0	99.76899999999999	100.0	0.016017883865723205	NZ_CABJDM010000012.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0156_000000006706	3888	0.6191363624947156	5	3	2	2	2	True	115590	fragment	False	ISR0156_000000006706	1.0		0	0	False	False	0.9976851940155029	0					non-mobilizable	no_good_hit	1715.0	82.85700000000001	61.0	0.25848999393571864	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MAD0022_000000011945	1211	0.6191350504403342	3	3	1	3	1	False	19266	maximal	True	MAD0022_000000011945	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	97.624	76.0	0.007121716611172771	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ISR0118_000000011795	1418	0.6191349880359971	2	2	2	2	1	False	32370	maximal	True	ISR0118_000000011795	1.0		1237	13	False	False	0.994358241558075	0					non-mobilizable	other	1418.0	98.801	100.0	0.00027444279107350126	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0186_000000001813	10227	0.6191316401258217	14	5	3	5	3	False	77183	maximal	True	CHI0186_000000001813	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	80.501	14.0	0.00032019812782847914	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
DEN0063_000000025227	1939	0.6191239235473621	2	2	2	2	2	False	122073	maximal	True	DEN0063_000000025227	1.0		291	12	False	False	0.9994842410087585	0					non-mobilizable	chromosome	1015.0	91.527	98.0	0.0003265084577938665	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0120_000000004940	4479	0.6191239182604671	5	4	4	4	3	False	41552	maximal	True	FIJ0120_000000004940	1.0		15	5	False	False	0.9988836646080017	0					non-mobilizable	no_good_hit	536.0	76.493	25.0	0.00030737457217949293	AP018049.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
CHI0163_000000008098	1313	0.6191220070861031	2	2	2	1	1	False	117885	fragment	False	ISR0122_000000008533	0.22346322690383882		0	0	False	False	0.9801980257034302	0					non-mobilizable	chromosome	1313.0	95.887	100.0	0.00041353924982341053	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0018_000000016908	1301	0.6191220070861031	2	2	2	1	1	False	117885	fragment	False	ISR0122_000000008533	0.21125257423078098		0	0	False	False	0.9992313385009766	0					non-mobilizable	chromosome	1301.0	95.619	100.0	0.0004097568786360013	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0094_000000003153	5391	0.6191218802815242	8	4	2	3	4	True	95413	fragment	False	ENG0094_000000003153	1.0		0	0	False	False	0.9964756369590759	0					non-mobilizable	no_good_hit	62.0	85.484	1.0	0.0012343680440325387	NZ_PVNL01000062.1	d-proteobacteria	Enhygromyxa salina strain SWB007 ENSA7_contig000062, whole genome shotgun sequence	True	True
MON0101_000000012215	4646	0.6191218802815242	6	4	2	3	4	True	95411	fragment	False	CAN0008_000000005475	0.7504468194796955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	85.484	1.0	0.0012343680440325387	NZ_PVNL01000062.1	d-proteobacteria	Enhygromyxa salina strain SWB007 ENSA7_contig000062, whole genome shotgun sequence	True	True
USA0117_01_000000008141	2849	0.6191190779394059	3	2	2	2	2	True	247	maximal	True	USA0117_01_000000008141	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	75.785	15.0	0.0004428422860280253	NZ_QVHZ01000002.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf2, whole genome shotgun sequence	True	True
FIJ0151_000000002939	5729	0.6191175881610739	6	6	6	6	6	False	85376	maximal	True	FIJ0151_000000002939	0.9978678038379531		59	9	False	False	1.0	0					non-mobilizable	chromosome	5729.0	99.65100000000001	100.0	0.0010801361861650922	CP040993.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_775 chromosome, complete genome	False	False
ISR0362_000000016620	1245	0.619114193801342	2	1	1	1	1	False	56882	fragment	False	ISR0362_000000016620	0.9916111816364817		0	0	False	False	0.9919678568840027	0					non-mobilizable	other	1226.0	99.67399999999999	98.0	0.005853206362554769	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0064_000000025917	1151	0.619114193801342	2	1	1	1	1	False	56882	fragment	False	ISR0362_000000016620	0.9676179458745018		0	0	False	False	0.9174630641937256	0					non-mobilizable	other	1139.0	99.824	99.0	0.005437509257622308	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0283_000000011473	1140	0.619114193801342	2	1	1	1	1	False	56882	fragment	False	ISR0362_000000016620	0.9661887962670475		0	0	False	False	0.9991227984428406	0					non-mobilizable	other	1140.0	99.825	100.0	0.00544228738526521	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0066_000000017136	2076	0.6191112790780887	3	2	2	2	2	False	97345	fragment	False	SPA0132_000000015268	0.4362577600221601		0	0	False	False	0.9995182752609253	0					non-mobilizable	other	2077.0	99.95200000000001	100.0	0.005677420766342412	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0043_000000010335	3257	0.6191065387834601	3	3	3	3	2	False	128986	maximal	True	ENG0043_000000010335	1.0	PS1059	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1493.0	81.24600000000001	89.0	0.0002347866330079992	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	True
ISR0392_000000009003	3452	0.6191059023283981	4	3	2	3	1	False	31516	maximal	True	ISR0392_000000009003	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	91.64	9.0	0.0001753985933032817	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	True	False
ENG0119_000000011761	2793	0.6191037076277596	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9125952389951403		0	0	False	False	0.9921231865882874	0					non-mobilizable	no_good_hit	621.0	74.557	22.0	0.00028641368064492726	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ENG0179_000000022560	1442	0.6191026844905816	4	2	2	2	2	False	55374	maximal	False	ISR0069_000000016280	0.9455958549222798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000022975	1388	0.6190993775198584	2	2	2	2	1	False	27792	maximal	True	ISR0223_000000022975	1.0		26	9	False	False	0.9913544654846191	0					non-mobilizable	no_good_hit	843.0	97.98299999999999	61.0	0.004757062146892655	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
DEN0078_000000020896	1614	0.6190992097766732	2	2	2	2	2	True	69745	fragment	False	DEN0078_000000020896	1.0		0	0	False	False	0.9944238066673279	0					non-mobilizable	no_good_hit	421.0	71.971	26.0	0.012450891508008462	NZ_KB898686.1	firmicutes	Gracilibacillus lacisalsi DSM 19029 D569DRAFT_scaffold00025.25, whole genome shotgun sequence	True	True
ISR0783_000000006351	2171	0.6190974320920224	4	3	1	3	1	False	22245	fragment	False	ISR0783_000000006351	1.0		0	0	False	False	0.9958544373512268	0					non-mobilizable	other	2178.0	92.241	100.0	0.10820357196159396	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	False	False
ISR0848_000000006669	2572	0.6190973802649614	3	2	2	2	2	False	22902	fragment	False	ISR0848_000000006669	1.0		0	0	False	False	0.9996111989021301	0					non-mobilizable	no_good_hit	902.0	87.916	77.0	0.00018252306155534418	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0148_000000019614	1486	0.6190968934999542	4	4	3	4	1	False	30908	maximal	True	ISR0148_000000019614	1.0		2	2	False	False	0.9973081946372986	0					non-mobilizable	no_good_hit	584.0	83.73299999999999	39.0	0.008512799068072523	KT020842.1	firmicutes	Clostridium perfringens strain JP838 plasmid pJP838B, complete sequence	True	False
ISR0379_000000001737	9282	0.6190832571700501	12	10	9	6	8	False	112183	maximal	True	ISR0379_000000001737	1.0		458	12	False	False	0.9998922348022461	0					non-mobilizable	no_good_hit	6858.0	100.0	74.0	0.01429607915903945	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
FIJ0071_000000012843	2783	0.6190759565534248	4	3	2	3	3	False	83350	fragment	False	DEN0062_000000006433	0.9397181962856496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1257.0	72.395	44.0	0.012372876241059842	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
SPA0040_000000019476	2137	0.6190753826120079	2	1	1	1	1	False	6957	fragment	False	SPA0040_000000019476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.007808292945611201	XM_027338379.1	mites & ticks	PREDICTED: Dermatophagoides pteronyssinus nose resistant to fluoxetine protein 6-like (LOC113788914), mRNA	True	False
ENG0013_000000010586	2536	0.619072094918273	3	3	3	3	2	False	128200	maximal	True	ENG0013_000000010586	1.0		39	7	False	False	1.0	0					non-mobilizable	no_good_hit	1866.0	94.855	74.0	0.0005290598947000145	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0115_000000020365	1405	0.6190642005426505	2	2	2	1	1	False	110330	fragment	False	ISR0279_000000015900	0.5198021352845342		0	0	False	False	0.9957295656204224	0					non-mobilizable	other	1405.0	97.15299999999999	100.0	0.011918303594166483	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0275_000000001118	10619	0.6190607089352187	9	7	5	7	5	False	26336	fragment	False	ISR0275_000000001118	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6274.0	98.24700000000001	86.0	0.002832494075829384	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	False
ENG0153_000000009589	3090	0.6190599717990471	3	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.19850058165233248	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3090.0	99.64399999999999	100.0	0.0026516205015159476	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
SPA0137_000000007982	4569	0.6190596820412472	4	3	3	3	3	False	57542	maximal	True	SPA0137_000000007982	1.0		25	7	False	False	1.0	0					non-mobilizable	other	4470.0	98.68	100.0	0.0012407595625683835	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0150_000000005337	4835	0.6190580442340581	9	7	3	6	6	False	113648	fragment	False	AST0150_000000005337	1.0		0	0	False	False	0.9987590312957764	0					non-mobilizable	no_good_hit	1851.0	92.76100000000001	57.0	0.0005566984919161297	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0321_000000003450	2944	0.6190580422521259	5	5	3	4	4	True	81848	fragment	False	ISR0321_000000003450	1.0		0	0	False	False	0.999660313129425	0					non-mobilizable	plasmid	2255.0	94.81200000000001	100.0	0.18023396530859218	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0061_000000004392	1731	0.6190565300440092	2	2	2	2	2	False	85664	fragment	False	CHI0061_000000004392	1.0		0	0	False	False	0.9809358716011047	0					non-mobilizable	other	1731.0	100.0	100.0	0.009301925444798718	NZ_FQVI01000005.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
MAD0023_000000002028	3745	0.6190554281518963	4	4	4	4	3	False	51693	maximal	True	MAD0023_000000002028	1.0		10	4	False	False	0.9994659423828125	0					non-mobilizable	other	3750.0	89.46700000000001	100.0	0.001782804800035084	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
ENG0065_000000008898	3178	0.6190547294613863	2	2	2	2	2	False	131503	maximal	False	FIJ0096_000000009726	0.9489708404802744		0	0	False	False	0.9996853470802307	0					non-mobilizable	no_good_hit	1297.0	96.839	41.0	0.04543860879321226	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0025_01_000000008523	1824	0.6190529656040441	3	3	3	3	0	True	1654	maximal	True	USA0025_01_000000008523	1.0		1	1	False	False	0.9747806787490845	0					non-mobilizable	no_good_hit	86.0	88.37200000000001	5.0	0.0005620383256610641	NZ_AAXG02000004.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont29, whole genome shotgun sequence	True	True
MAD0092_000000000317	26017	0.6190492546213704	60	5	3	4	4	False	15729	maximal	True	MAD0092_000000000317	1.0		1	1	False	False	0.9999615550041199	0					non-mobilizable	no_good_hit	483.0	98.137	2.0	0.00022768982221770833	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	True	False
MON0037_000000057066	1336	0.6190472223263136	2	1	1	1	1	False	12055	fragment	False	MON0037_000000057066	1.0		0	0	False	False	0.96257483959198	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000018815	2465	0.6190443790736411	3	3	2	3	3	False	4450	maximal	True	SPA0114_000000018815	1.0		11	4	False	False	0.99837726354599	0					non-mobilizable	no_good_hit	195.0	80.0	8.0	6.161544134306259e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
SPA0025_000000015458	1371	0.6190322316655565	2	1	1	1	1	True	112263	fragment	False	CHI0186_000000012181	0.4091772038083675		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	99.271	100.0	0.02821316614420063	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0034_000000013653	1168	0.6190322316655565	2	1	1	1	1	True	112263	fragment	False	CHI0186_000000012181	0.21333690741469763		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	95.883	99.0	0.024005939613925095	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0112_000000025333	1152	0.6190322316655565	2	1	1	1	1	True	112263	fragment	False	CHI0186_000000012181	0.1792366117127976		0	0	False	False	0.9991319179534912	0					non-mobilizable	other	1153.0	96.964	100.0	0.023717208381455204	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0152_000000017823	1333	0.6190320334226787	2	2	1	2	2	False	45288	fragment	False	ISR0152_000000017823	1.0		0	0	False	False	0.9947487115859985	0					non-mobilizable	other	1249.0	96.79700000000001	94.0	0.0008406205087136012	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
FIJ0123_000000016528	1981	0.6190309613316571	5	1	1	1	1	False	41342	maximal	True	FIJ0123_000000016528	1.0		2	2	False	False	0.982332170009613	0					non-mobilizable	no_good_hit								True	False
ISR0028_000000016235	1201	0.6190224312366335	2	2	2	2	2	False	67033	maximal	True	ISR0028_000000016235	0.9939026899292247		444	10	False	False	0.9983347058296204	0					non-mobilizable	other	1201.0	99.917	100.0	0.002569307057886488	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
ISR0400_000000001536	9714	0.6190143506550523	11	7	3	7	4	True	60497	maximal	True	ISR0400_000000001536	1.0		1	1	False	False	0.9990735054016113	0					non-mobilizable	no_good_hit	592.0	72.804	6.0	0.00026318250132845584	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	True
ENG0011_000000023773	1219	0.6190120475806802	2	2	2	1	0	True	129433	fragment	False	ISR0353_000000022579	0.11253196930946292		0	0	False	False	0.9876948595046997	0					non-mobilizable	other	1157.0	97.061	95.0	0.0003596296436866643	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0158_000000015548	1219	0.6190120475806802	4	2	2	1	0	True	129433	fragment	False	ISR0353_000000022579	0.3813671218372041		0	0	False	False	0.9868744611740112	0					non-mobilizable	other	1219.0	100.0	100.0	0.0003900087319689005	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
SPA0045_000000016849	1503	0.6190098282146762	2	2	1	2	2	False	74734	maximal	False	DEN0021_000000023800	0.983160621761658		0	0	False	False	0.9973386526107788	0					non-mobilizable	chromosome	1526.0	75.95	100.0	0.00030017910952984843	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
AST0048_000000012818	1262	0.6190093242304304	2	2	2	1	1	False	114868	maximal	True	AST0048_000000012818	1.0		4	3	False	False	0.999207615852356	0					non-mobilizable	other	1262.0	99.762	100.0	0.002725967815853416	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	False
AST0113_000000023166	1620	0.6190090256510277	3	2	2	1	1	False	106514	maximal	True	AST0113_000000023166	1.0		56	9	False	False	0.9907407164573669	0					non-mobilizable	other	1620.0	99.87700000000001	100.0	0.0004620839959676821	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0077_000000015230	1949	0.6190068133097928	2	2	2	2	1	False	44506	fragment	False	FIJ0077_000000015230	1.0		0	0	False	False	0.9933299422264099	0					non-mobilizable	no_good_hit	389.0	74.293	20.0	0.0013486152800589002	NZ_DS544183.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_16, whole genome shotgun sequence	True	False
MAD0066_000000003836	4636	0.6190060859596292	4	4	3	4	3	False	16601	maximal	True	MAD0066_000000003836	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	9.81526095770984e-06	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	True	False
ENG0079_000000024689	1331	0.6190052115993598	2	2	1	2	1	False	66426	fragment	False	ENG0079_000000024689	1.0		0	0	False	False	0.9909842014312744	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000010492	4470	0.6190017757068794	5	3	1	1	3	False	93002	maximal	True	CAN0016_000000010492	1.0		66	8	False	False	0.999776303768158	0					non-mobilizable	no_good_hit	3598.0	99.889	82.0	0.013005184719179122	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MON0017_000000003708	5105	0.6190016353520291	7	6	4	5	3	False	35076	maximal	True	MON0017_000000003708	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1542.0	95.785	37.0	0.03707448601280755	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	True	False
ENG0079_000000016178	2060	0.6189966336139137	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2856493870429339		0	0	False	False	0.9980582594871521	0					non-mobilizable	chromosome	2067.0	91.05	100.0	0.0007173401112330303	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0128_000000017267	2057	0.6189966336139137	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3544239585498029		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	91.61	100.0	0.0006383737273745979	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0145_000000009132	2057	0.6189966336139137	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3313305995506573		0	0	False	False	0.9965969920158386	0					non-mobilizable	other	2062.0	91.368	100.0	0.0006383737273745979	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0116_000000014039	1213	0.6189957261470715	2	2	2	2	1	False	41642	maximal	True	FIJ0116_000000014039	1.0		39	8	False	False	0.9950535893440247	0					non-mobilizable	other	1202.0	89.93299999999999	100.0	0.004817265078039694	NZ_DS544177.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0140_000000028576	1245	0.6189938302867622	2	2	2	1	1	False	86863	fragment	False	FIJ0140_000000028576	0.9869110428661715		0	0	False	False	0.9919678568840027	0					non-mobilizable	other	1245.0	99.759	100.0	0.0010678588228830814	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0264_000000000811	9019	0.6189926306061658	10	8	5	7	3	True	26629	fragment	False	ISR0264_000000000811	1.0		0	0	False	False	0.9998891353607178	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	1.0	8.457389136314507e-05	NZ_FPJO01000002.1	high GC Gram+	Streptomyces atratus strain OK807, whole genome shotgun sequence	True	True
ISR0251_000000005729	2548	0.6189915502069191	3	3	3	3	3	False	26998	maximal	True	ISR0251_000000005729	1.0		15	2	False	False	0.9831240177154541	0					non-mobilizable	no_good_hit	135.0	81.48100000000001	5.0	0.002644541343669251	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0082_000000004326	3721	0.6189885797021488	4	4	4	4	4	False	77512	maximal	True	SPA0082_000000004326	1.0		35	4	False	False	0.9989250302314758	0					non-mobilizable	other	1200.0	91.417	96.0	0.0019909658677320606	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	False
DEN0073_000000003249	10507	0.6189816113207771	11	9	8	6	6	False	78913	maximal	True	DEN0073_000000003249	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2830.0	95.265	35.0	0.001005153638552878	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0041_000000009590	1553	0.6189801977029089	2	2	1	2	1	False	36413	fragment	False	ISR0041_000000009590	1.0		0	0	False	False	0.9787508249282837	0					non-mobilizable	no_good_hit	196.0	76.02	13.0	6.508241603283624e-05	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
SPA0077_000000005606	5010	0.6189790418893594	5	4	4	3	2	False	5706	maximal	True	SPA0077_000000005606	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	75.822	20.0	0.00042026077614205556	CP013336.1	fusobacteria	Fusobacterium hwasookii ChDC F206, complete genome	True	False
SPA0018_000000024348	1231	0.6189789319075011	2	2	2	2	2	False	76435	maximal	False	SPA0129_000000018706	0.9400962381854101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	77.32	39.0	0.0001356912190181179	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0077_000000018508	2265	0.6189778489561197	2	1	1	1	1	False	48972	maximal	True	MON0077_000000018508	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	0.0008920164527479063	NZ_AHAM01000045.1	a-proteobacteria	Mesorhizobium alhagi CCNWXJ12-2 contig47, whole genome shotgun sequence	True	False
MON0042_000000018368	1418	0.6189778489561197	2	1	1	1	1	False	12873	fragment	False	TAN0016_000000008107	0.925050641458474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	0.0008920164527479063	NZ_AHAM01000045.1	a-proteobacteria	Mesorhizobium alhagi CCNWXJ12-2 contig47, whole genome shotgun sequence	True	False
MON0044_000000040599	1399	0.6189778489561197	1	1	1	1	1	False	12874	maximal	False	MON0094_000000026754	0.9434752267969295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	92.85700000000001	6.0	0.02025378233284529	KU545938.1	bacteria	Uncultured bacterium clone TE_03B_000_Contig_7 genomic sequence	True	False
MON0024_000000043321	1215	0.6189778489561197	1	1	1	1	1	False	12872	fragment	False	MON0024_000000043321	0.9602177554438861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	4.0	1.5138315545211842e-05	NZ_CP021255.1	d-proteobacteria	Desulfobulbus oralis strain HOT041/ORNL chromosome, complete genome	True	False
MON0054_000000042964	1194	0.6189778489561197	2	1	1	1	1	False	12872	fragment	False	MON0024_000000043321	0.9522633744855967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	4.0	1.5138315545211842e-05	NZ_CP021255.1	d-proteobacteria	Desulfobulbus oralis strain HOT041/ORNL chromosome, complete genome	True	False
FIJ0027_000000014832	1168	0.6189778489561197	1	1	1	1	1	False	48971	fragment	False	FIJ0027_000000014832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	7.0	0.05386250885896527	NZ_JH379343.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld18, whole genome shotgun sequence	True	False
ENG0098_000000007174	3556	0.6189758845866812	5	2	1	1	2	True	119040	maximal	True	ENG0098_000000007174	1.0		1	1	False	False	0.9994375705718994	0					non-mobilizable	no_good_hit	1351.0	87.195	38.0	0.01614866411983755	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MAD0098_000000029991	1513	0.6189752133623044	2	1	0	1	1	False	97665	maximal	False	MAD0105_000000026215	0.8543567637867526	PS30	0	0	True	True	1.0	33	Col(MG828)			MOBP	mobilizable	other	912.0	100.0	100.0	0.6265474552957359	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	False	True
MAD0105_000000026215	1468	0.6189752133623044	2	1	0	1	1	False	97665	maximal	True	MAD0105_000000026215	0.9243447431099359	PS30	3	1	True	True	0.9993187785148621	6				MOBP	mobilizable	other	703.0	99.71600000000001	92.0	0.4828060522696011	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	False	True
CHI0042_000000003768	3249	0.6189742415293696	4	3	2	3	1	True	87490	maximal	True	CHI0042_000000003768	1.0		10	3	False	False	0.9972299337387085	0					non-mobilizable	no_good_hit	1919.0	90.67200000000001	59.0	0.00035658977342963244	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ENG0039_000000014790	1758	0.6189734319324063	3	3	3	3	2	False	89335	fragment	False	FIJ0096_000000019422	0.954135737009544		0	0	False	False	0.9926052093505859	0					non-mobilizable	no_good_hit	973.0	75.23100000000001	55.0	0.00026742422980155625	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0068_000000017852	1601	0.618971217818773	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.8161823145459194		0	0	False	False	1.0	0					non-mobilizable	chromosome	1602.0	92.01	100.0	0.0005576988231160585	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0075_000000022955	1186	0.6189700115909202	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.1196932910355994		0	0	False	False	0.9983136653900146	0					non-mobilizable	no_good_hit								True	False
ISR0336_000000014367	1122	0.6189692455436783	2	2	2	2	2	False	114316	fragment	False	ISR0108_000000018814	0.9657040458277205		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	99.465	100.0	0.0020222209795053947	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0029_000000026584	1184	0.6189669454141339	2	2	2	1	1	False	48812	fragment	False	FIJ0029_000000026584	1.0		0	0	False	False	1.0	0					non-mobilizable	other	709.0	98.025	100.0	0.007694815780893381	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0115_000000010987	2425	0.6189617536654829	4	4	4	3	2	False	4399	maximal	True	SPA0115_000000010987	1.0		0	0	False	False	0.9958763122558594	0					non-mobilizable	no_good_hit	540.0	97.963	22.0	0.002857597285547662	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
MON0100_000000019837	2236	0.6189517119494401	4	3	2	3	1	True	9117	maximal	True	MON0100_000000019837	1.0		4	3	False	False	0.9959749579429626	0					non-mobilizable	no_good_hit	48.0	91.667	2.0	0.00017380242731730407	NZ_MDTU01000002.1	g-proteobacteria	Piscirickettsia litoralis strain Y2 scaffold00002, whole genome shotgun sequence	True	True
SPA0028_000000012139	2474	0.6189478108868799	5	2	2	2	2	False	30850	maximal	True	SPA0028_000000012139	1.0		33	8	False	False	0.9983831644058228	0					non-mobilizable	no_good_hit								True	False
ISR0221_000000009859	2332	0.6189448487603358	5	4	1	1	4	False	58034	fragment	False	ISR0221_000000009859	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2332.0	100.0	100.0	0.027028593956540895	MF156268.1	enterobacteria	Escherichia coli strain 3-S1R plasmid pCERC10, complete sequence	False	True
FIJ0015_000000002256	12489	0.6189447635281381	11	4	3	4	1	True	50405	maximal	True	FIJ0015_000000002256	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0068_000000011851	2055	0.6189388004303948	2	2	2	2	2	False	62610	maximal	True	ENG0068_000000011851	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	5.0	1.0988572333286538e-05	NZ_LT629779.1	high GC Gram+	Pseudarthrobacter equi strain IMMIB L-1606 chromosome I	True	False
AST0108_000000004453	5066	0.6189357947652748	6	6	5	6	3	False	107305	maximal	True	AST0108_000000004453	1.0		70	11	False	False	0.996052086353302	0					non-mobilizable	no_good_hit								True	False
MAD0109_000000011234	1274	0.6189356682041108	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.08465170150829945		0	0	False	False	0.9992150664329529	0					non-mobilizable	chromosome	1275.0	95.294	100.0	0.00035600824080710873	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0297_000000009702	1554	0.6189308619315306	3	3	3	3	2	False	55511	fragment	False	ISR0162_000000024947	0.9222547620811195		0	0	False	False	0.9942085146903992	0					non-mobilizable	other	1555.0	99.35700000000001	100.0	0.00892282958199357	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
SPA0053_000000004999	6243	0.6189304196794936	6	4	4	4	2	False	76028	maximal	True	SPA0053_000000004999	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	86.275	1.0	0.01590392729633236	NZ_PREV01000011.1	g-proteobacteria	Microbulbifer pacificus strain LD25 Scaffold11, whole genome shotgun sequence	True	False
USA0010_01_000000008754	3103	0.6189244888155582	4	3	3	3	3	False	65295	maximal	True	USA0010_01_000000008754	1.0		3	2	False	False	0.99452143907547	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000001717	11788	0.6189162545631026	13	9	8	9	7	False	56185	maximal	True	ENG0199_000000001717	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	78.683	10.0	0.0008892719545368512	NZ_LR215023.1	mycoplasmas	Mycoplasma iowae strain NCTC10185 chromosome 1	True	False
CHI0174_000000008901	1703	0.6189112502378783	3	3	3	2	1	False	77819	maximal	False	USA0063_01_000000011299	0.9686214544663801		0	0	False	False	0.9812096357345581	0					non-mobilizable	no_good_hit	274.0	77.007	16.0	0.006997864622192492	NZ_JAAWUO010000023.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_23_length_38869_cov_128.296, whole genome shotgun sequence	True	False
ISR0179_000000014332	1608	0.6189108666531346	3	3	2	2	1	False	70830	fragment	False	DEN0067_000000020349	0.9742424242424242		0	0	False	False	0.9993780851364136	0					non-mobilizable	no_good_hit								True	False
ENG0149_000000006507	3639	0.6189100716934784	6	3	2	3	2	True	97320	fragment	False	USA0001_01_000000003565	0.3340343892412429		0	0	False	False	1.0	0					non-mobilizable	chromosome	3640.0	99.01100000000001	100.0	0.0006609335864873853	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
FIJ0122_000000002656	6674	0.6189097688799468	7	5	4	4	5	False	132079	maximal	True	FIJ0122_000000002656	1.0	PS1137	1	1	False	True	0.9989511370658875	0					non-mobilizable	no_good_hit	589.0	98.302	13.0	0.009211680661737059	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MON0080_000000009891	4327	0.6189082561969665	4	4	3	3	4	False	121053	fragment	False	MON0080_000000009891	1.0		0	0	False	False	0.9882135391235352	0					non-mobilizable	no_good_hit	1050.0	94.0	38.0	0.0005143313422624788	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0162_000000019944	1984	0.6189075275233293	5	3	3	2	3	False	93842	fragment	False	ISR0062_000000015555	0.6349717246253791		0	0	False	False	0.9934476017951965	0					non-mobilizable	other	1973.0	99.037	99.0	0.016437190916596477	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0107_000000000543	23864	0.6188983560982871	25	10	7	9	4	True	66553	fragment	False	ISR0107_000000000543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	99.2	1.0	1.7161824517853072e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
FIJ0101_000000023044	1221	0.6188901411922286	2	2	2	1	2	False	97037	fragment	False	ENG0054_000000022289	0.9811571313190489		0	0	False	False	0.9959049820899963	0					non-mobilizable	chromosome	1221.0	99.75399999999999	100.0	0.0002715124668732535	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0059_01_000000008355	3175	0.6188832306703743	4	2	1	2	1	False	119368	fragment	False	USA0059_01_000000008355	1.0		0	0	False	False	0.9921259880065918	0					non-mobilizable	no_good_hit	669.0	74.589	21.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
DEN0066_000000012739	2674	0.6188832306703743	4	2	1	2	1	False	102361	fragment	False	DEN0066_000000012739	1.0		0	0	False	False	0.9899027943611145	0					non-mobilizable	no_good_hit	669.0	74.589	25.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
MAD0005_000000010829	2606	0.6188832306703743	4	2	1	2	1	False	102357	maximal	True	MAD0005_000000010829	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	88.43299999999999	10.0	4.1200846450241596e-05	LN908213.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, chromosome: I	True	False
SPA0097_000000013832	2398	0.6188832306703743	4	2	1	2	1	False	102359	fragment	False	SPA0097_000000013832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	74.738	28.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
MAD0103_000000010053	2190	0.6188832306703743	3	2	1	2	1	False	102355	fragment	False	MAD0048_000000009843	0.9552456286427977		0	0	False	False	0.9990867376327515	0					non-mobilizable	no_good_hit								True	False
AST0026_000000013054	2170	0.6188832306703743	3	2	1	2	1	False	119367	fragment	False	AST0026_000000013054	1.0		0	0	False	False	0.9843317866325378	0					non-mobilizable	no_good_hit								True	False
ENG0206_000000011994	2133	0.6188832306703743	3	2	1	2	1	False	102360	fragment	False	ENG0206_000000011994	1.0		0	0	False	False	0.9962494373321533	0					non-mobilizable	no_good_hit	669.0	74.141	31.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
AUS0004_000000012633	1602	0.6188832306703743	2	2	1	2	1	False	102354	fragment	False	AUS0004_000000012633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000043524	1425	0.6188745553273993	2	2	2	2	2	True	110594	maximal	True	DEN0079_000000043524	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1399.0	91.065	98.0	0.0017213868755348507	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0131_000000002316	7923	0.6188684078522193	5	4	3	4	3	True	88090	fragment	False	SPA0131_000000002316	1.0		0	0	False	False	0.9944465756416321	0					non-mobilizable	no_good_hit	3685.0	94.735	46.0	0.08575428771438572	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	True	True
ISR0286_000000007895	2242	0.6188612509588186	4	4	3	1	2	True	26039	fragment	False	ISR0286_000000007895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	94.542	59.0	0.000384068695360315	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	True
SPA0139_000000010186	2672	0.6188566181134899	3	2	2	2	2	False	106333	fragment	False	ISR0784_000000004341	0.9640718562874251		0	0	False	False	0.998877227306366	0					non-mobilizable	no_good_hit	1132.0	75.442	42.0	0.041022810890360556	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
SPA0149_000000017026	2305	0.6188566181134899	2	2	2	2	2	False	106332	fragment	False	ISR0247_000000005745	0.9740009655975569		0	0	False	False	0.9917570352554321	0					non-mobilizable	no_good_hit	1047.0	75.74	45.0	0.03804267844002943	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
CHI0162_000000008901	3281	0.6188565767382376	4	4	3	3	3	True	78578	fragment	False	CHI0162_000000008901	0.9934166103983795		0	0	False	False	0.9990856647491455	0					non-mobilizable	no_good_hit	805.0	72.298	24.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
FIJ0078_000000008525	2962	0.6188565767382376	4	4	3	3	3	True	78578	fragment	False	CHI0162_000000008901	0.9454434623590369		0	0	False	False	0.9929102063179016	0					non-mobilizable	no_good_hit	804.0	72.015	26.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
ISR0150_000000009251	2499	0.6188499602310171	3	2	2	2	1	False	30816	maximal	True	ISR0150_000000009251	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	74.339	15.0	0.0006169831684996	NZ_FQTX01000002.1	high GC Gram+	Bifidobacterium merycicum DSM 6492, whole genome shotgun sequence	True	False
MAD0092_000000008078	2260	0.6188499102139371	3	3	2	3	2	False	46371	maximal	True	MAD0092_000000008078	1.0		63	11	False	False	0.9995574951171875	0					non-mobilizable	chromosome	2279.0	83.238	99.0	0.0006325303649560265	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0107_000000020005	1966	0.6188470864170548	3	1	1	1	1	False	14677	maximal	True	MAD0107_000000020005	1.0		1	1	False	False	0.9816886782646179	0					non-mobilizable	no_good_hit								True	False
MON0019_000000008532	6549	0.6188466154766127	4	3	2	3	3	False	13229	maximal	True	MON0019_000000008532	0.9927774130006566		267	13	False	False	1.0	0					non-mobilizable	other	6549.0	98.488	100.0	0.08520383599432668	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0794_000000007503	2623	0.6188450931588142	4	3	1	1	3	True	92130	fragment	False	SPA0030_000000011047	0.9512358921118191		0	0	False	False	0.9984750151634216	0					non-mobilizable	other	2584.0	99.884	99.0	0.0008289202343183888	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0148_000000012808	2271	0.61884491462069	3	3	3	2	2	False	30923	maximal	True	ISR0148_000000012808	1.0		1	1	False	False	0.9995596408843994	0					non-mobilizable	other	2281.0	87.286	100.0	0.006669695217642686	NZ_ATUF01000003.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
ENG0082_000000005359	3563	0.6188404395235297	3	3	3	3	3	False	61639	maximal	True	ENG0082_000000005359	1.0		0	0	False	False	0.9938254356384277	0					non-mobilizable	no_good_hit	1497.0	77.555	44.0	0.000584563797940263	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
SPA0066_000000003718	4206	0.6188392377585867	7	3	1	2	2	False	6079	maximal	True	SPA0066_000000003718	1.0		2	1	True	True	1.0	2					non-mobilizable	no_good_hit	846.0	82.506	22.0	0.00013096447000890277	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
FIJ0005_000000012919	2544	0.6188381118941672	3	3	2	2	0	False	111696	fragment	False	MON0059_000000013976	0.6255930087390761		0	0	False	False	0.9901729822158813	0					non-mobilizable	other	2551.0	89.61200000000001	100.0	0.0005888539558200887	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0087_000000012975	2515	0.6188381118941672	4	3	2	2	0	False	111691	fragment	False	ENG0155_000000008352	0.9258221225710015		0	0	False	False	0.9924453496932983	0					non-mobilizable	other	2517.0	94.51700000000001	100.0	0.11126367542188953	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
AST0062_000000008808	1878	0.6188381118941672	3	3	2	2	0	False	111690	fragment	False	ISR0262_000000009121	0.9148512238506136		0	0	False	False	1.0	0					non-mobilizable	other	1897.0	91.72399999999999	100.0	0.08380209948177349	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
ISR0262_000000009121	1823	0.6188381118941672	3	3	2	2	0	False	111690	fragment	False	ISR0262_000000009121	0.9300199135824057		0	0	False	False	0.9868348836898804	0					non-mobilizable	other	1824.0	99.507	100.0	0.0004250760330840736	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0061_000000014685	1816	0.6188381118941672	3	3	2	2	0	False	111690	fragment	False	ISR0262_000000009121	0.7069086623836663		0	0	False	False	0.9977973699569702	0					non-mobilizable	other	1833.0	93.235	100.0	0.0004269424481579883	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0138_000000015051	1770	0.6188381118941672	3	3	2	2	0	False	111690	fragment	False	ISR0262_000000009121	0.711220702912612		0	0	False	False	0.9960451722145081	0					non-mobilizable	other	1770.0	99.71799999999999	100.0	0.07835407715816982	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
CHI0117_000000009073	1603	0.6188381118941672	3	3	2	2	0	False	82065	fragment	False	CHI0117_000000009073	1.0		0	0	False	False	0.9950093626976013	0					non-mobilizable	other	1605.0	93.271	99.0	0.00037351631666717995	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0038_000000001635	2267	0.6188332317975864	4	3	2	3	2	False	73357	maximal	True	DEN0038_000000001635	1.0		149	12	False	False	1.0	0					non-mobilizable	other	2269.0	91.406	100.0	0.0008114813844016043	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
CHI0096_000000002123	2952	0.6188256391648951	4	4	4	4	3	False	99103	maximal	True	CHI0096_000000002123	1.0		3	2	False	False	0.9925474524497986	0					non-mobilizable	no_good_hit	2281.0	98.42200000000001	77.0	0.0007747415234612462	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0013_000000017306	1684	0.6188250693123322	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3231020558558064		0	0	False	False	0.9994061589241028	0					non-mobilizable	chromosome	1684.0	98.634	100.0	0.0005424617319517051	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0049_000000017436	1693	0.6188192075561686	2	2	2	2	2	False	35975	fragment	False	ISR0049_000000017436	0.989247311827957		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	96.929	100.0	0.02178391183438047	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
ISR0188_000000004105	5305	0.6188173430579105	7	5	3	4	2	False	29273	fragment	False	ISR0188_000000004105	1.0		0	0	False	False	0.998869001865387	0					non-mobilizable	other	5306.0	99.039	100.0	0.0023295321786396305	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0100_000000003092	6624	0.6188170368683331	6	4	3	4	0	False	51328	fragment	False	FIJ0100_000000003092	0.9800343160193418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	83.083	8.0	0.0016882386043894203	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0078_000000035958	1319	0.6188153398523624	3	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.10562268958297386		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	94.39	100.0	0.00032289929734464974	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0152_000000001200	5014	0.6188120637847048	4	4	3	4	2	True	84200	fragment	False	CHI0152_000000001200	1.0		0	0	False	False	0.9996011257171631	0					non-mobilizable	no_good_hit	2087.0	97.46	86.0	0.0006314108261669971	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ENG0166_000000022461	1336	0.6188041516303343	2	2	2	2	1	False	56116	fragment	False	ENG0166_000000022461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	4.0	9.401747042532018e-06	CP006704.1	b-proteobacteria	Comamonas testosteroni TK102, complete genome	True	False
FIJ0072_000000002822	8711	0.6188039366657988	6	6	6	5	6	False	71500	maximal	True	FIJ0072_000000002822	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3001.0	90.23700000000001	62.0	0.25364036572976634	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ISR0066_000000005782	5524	0.618802206042691	7	3	1	3	1	False	62648	fragment	False	ISR0066_000000005782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	1.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
USA0063_01_000000008521	2385	0.6187956557540869	3	3	3	3	3	False	85262	maximal	False	CHI0065_000000004917	0.7688786757590035		0	0	False	False	1.0	0					non-mobilizable	chromosome	2385.0	99.958	100.0	0.0008024404421904604	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0288_000000003041	8127	0.6187937997334869	12	4	4	4	4	False	112448	maximal	True	ISR0288_000000003041	1.0		49	6	False	False	0.999630868434906	0					non-mobilizable	other	8175.0	98.948	100.0	0.03018619383103428	NZ_PYLP01000002.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_1, whole genome shotgun sequence	False	False
FIJ0076_000000004945	3351	0.6187934310446394	4	4	4	4	4	False	129309	maximal	True	FIJ0076_000000004945	0.9881189979419989		147	11	False	False	0.9997015595436096	0					non-mobilizable	chromosome	2029.0	87.432	95.0	0.0007037462024195763	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0091_000000006048	1602	0.6187918060115482	2	2	1	1	2	False	5339	maximal	True	SPA0091_000000006048	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1602.0	100.0	100.0	0.00715262203239901	LR135198.1	firmicutes	Enterococcus faecium isolate E6055 genome assembly, plasmid: 2	False	True
ENG0061_000000011552	1836	0.6187796146246272	3	3	3	3	2	False	80969	maximal	True	ENG0061_000000011552	1.0		154	12	False	False	0.9689542651176453	0					non-mobilizable	other	1791.0	99.944	98.0	0.016683132327995974	NZ_CYZO01000008.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0193_000000002943	6652	0.6187794731993514	8	7	3	4	7	True	123726	fragment	False	DEN0035_000000004028	0.9476211633125754		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	6675.0	98.18700000000001	100.0	0.18233041575492343	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0096_000000004433	6817	0.6187757094204509	16	5	3	4	0	False	60887	maximal	True	ENG0096_000000004433	1.0		7	4	False	False	0.9887046813964844	0					non-mobilizable	no_good_hit	1433.0	98.255	53.0	0.34560628375061364	XM_014670514.1	eukaryotes	Blastocystis sp. ST4 hypothetical protein mRNA	True	False
SPA0077_000000018359	1546	0.6187724371929706	2	2	2	2	1	False	5686	maximal	True	SPA0077_000000018359	1.0		10	5	False	False	1.0	0					non-mobilizable	chromosome	1562.0	76.889	99.0	0.0008327371185474923	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
ENG0204_000000014793	1795	0.6187715872176454	3	3	3	2	1	False	74942	fragment	False	ISR0089_000000014723	0.9446969696969697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0002_000000008091	3963	0.6187713890311388	6	5	5	4	2	False	20225	maximal	True	MAD0002_000000008091	1.0		4	2	False	False	0.9906636476516724	0					non-mobilizable	no_good_hit	134.0	78.358	3.0	0.00012821679796654032	NZ_LOJF01000001.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_1, whole genome shotgun sequence	True	False
MON0101_000000009905	5511	0.6187702463838513	3	2	1	2	1	True	60830	maximal	True	MON0101_000000009905	1.0		3	2	False	False	0.9916530847549438	0					non-mobilizable	no_good_hit								True	True
ENG0161_000000005937	3672	0.6187697033109969	8	3	0	3	0	True	56425	fragment	False	ENG0161_000000005937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0047_000000009757	2985	0.6187697033109969	5	3	0	3	0	True	36102	fragment	False	ISR0047_000000009757	1.0		0	0	False	False	0.9993299841880798	0					non-mobilizable	no_good_hit								True	True
ISR0231_000000006952	2479	0.6187693679342523	3	3	3	3	3	False	106597	maximal	True	ISR0231_000000006952	1.0		58	9	False	False	0.9834610819816589	0					non-mobilizable	no_good_hit	760.0	74.737	30.0	0.00021056393383762415	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0172_000000005445	3677	0.6187666082337286	5	3	3	2	3	False	55744	maximal	True	ENG0172_000000005445	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	74.081	14.0	0.00019178523684909338	NZ_FORW01000001.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	False
FIJ0023_000000027164	1282	0.6187651719376817	3	2	2	2	2	False	49300	maximal	True	FIJ0023_000000027164	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	73.95	45.0	0.0001702794533243643	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ISR0185_000000020109	1638	0.6187595233272515	4	2	2	2	2	False	88854	fragment	False	ISR0185_000000020109	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1637.0	93.15799999999999	99.0	0.0005089568313766286	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0033_000000004811	2737	0.6187570903802365	3	3	3	3	2	False	117072	maximal	True	AST0033_000000004811	1.0		26	6	False	False	0.9974424839019775	0					non-mobilizable	other	2736.0	76.97399999999999	99.0	0.024870285829528996	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0362_000000015356	1354	0.618754544581034	2	2	2	2	2	False	42135	maximal	False	FIJ0109_000000017025	0.9305263157894736		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	99.48299999999999	100.0	0.0011564109922245452	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
ENG0135_000000004299	4652	0.6187502320348931	6	3	2	3	1	True	93650	fragment	False	ENG0135_000000004299	1.0		0	0	False	False	0.9972054958343506	0					non-mobilizable	no_good_hit	79.0	89.87299999999999	2.0	0.0008976660682226212	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
MAD0008_000000011205	1338	0.6187490859729959	2	2	2	1	1	False	19813	maximal	True	MAD0008_000000011205	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1253.0	83.001	93.0	0.0037055431475704306	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
SPA0079_000000006463	3649	0.6187479981112226	4	4	3	4	3	False	5651	maximal	True	SPA0079_000000006463	1.0		0	0	False	False	0.9997259378433228	0					non-mobilizable	other	2607.0	81.58800000000001	98.0	0.0008063668135258078	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0126_000000021053	2050	0.6187471120770554	2	2	2	2	2	False	88059	fragment	False	SPA0126_000000021053	0.9610095136714181		0	0	False	False	1.0	0					non-mobilizable	other	2050.0	98.87799999999999	100.0	0.0005540205152525985	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0008_000000017734	1470	0.6187368519008044	2	1	1	1	1	False	67399	fragment	False	ENG0008_000000017734	0.9894291754756872		0	0	False	False	0.994557797908783	0					non-mobilizable	other	1470.0	97.755	100.0	0.005121429119281535	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ENG0066_000000018173	1198	0.6187342981342899	2	2	2	1	1	True	62710	maximal	True	ENG0066_000000018173	1.0		2	2	False	False	0.9924874901771545	0					non-mobilizable	no_good_hit	836.0	71.65100000000001	69.0	0.00013450776405099092	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	True
FIJ0116_000000007360	2479	0.6187268034323892	4	3	3	3	1	False	41673	fragment	False	FIJ0116_000000007360	1.0		0	0	False	False	0.9975796937942505	0					non-mobilizable	no_good_hit	180.0	94.444	10.0	0.0027720564322549672	NZ_CABIWU010000005.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0105_000000009192	5571	0.6187265292561497	15	4	1	2	3	False	8756	maximal	True	MON0105_000000009192	1.0		1	1	False	False	0.9852809309959412	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	7.65009697014808e-05	NZ_SRHY01000001.1	firmicutes	Lentibacillus salicampi strain ATCC BAA-719 NODE_1_length_483654_cov_114.065496, whole genome shotgun sequence	True	False
AST0010_000000007228	3795	0.6187255462670339	6	3	2	2	2	True	126430	fragment	False	AST0010_000000007228	1.0		0	0	False	False	0.9947299361228943	0					non-mobilizable	no_good_hit	1358.0	77.025	35.0	0.1452797580470944	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0114_000000010422	3597	0.6187220936574596	3	3	3	3	2	False	49658	maximal	True	FIJ0114_000000010422	1.0		5	1	False	False	0.9994440078735352	0					non-mobilizable	no_good_hit	613.0	74.062	17.0	0.00019771169344191304	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
SPA0130_000000004449	7333	0.6187214591571482	10	7	5	5	7	False	124441	maximal	False	AST0031_000000003739	0.9929311969839774	PS913	0	0	False	True	0.9995908737182617	0					non-mobilizable	no_good_hit	3524.0	94.694	50.0	0.0005777928444546565	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
MON0024_000000017604	2738	0.6187175188681251	4	3	3	3	3	False	12942	maximal	True	MON0024_000000017604	1.0		1	1	False	False	0.9875821471214294	0					non-mobilizable	no_good_hit	1658.0	84.258	64.0	0.0002638825460704263	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
USA0009_01_000000002643	9183	0.6187166253578559	9	8	8	8	6	False	11712	maximal	True	USA0009_01_000000002643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2176.0	74.954	23.0	0.00045449908688345624	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0058_000000028541	1466	0.6187091420308842	3	2	2	2	2	False	45977	maximal	True	FIJ0058_000000028541	1.0		15	4	False	False	0.9802182912826538	0					non-mobilizable	no_good_hit	424.0	75.943	29.0	0.0001024843631663353	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0086_01_000000002780	7388	0.6187069980522572	9	6	3	5	3	False	122858	fragment	False	ISR0076_000000002357	0.5167963408589012		0	0	False	False	0.9994586110115051	0					non-mobilizable	no_good_hit	1338.0	94.096	18.0	0.0004679085651615608	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0041_000000016059	2110	0.6187068513128722	2	2	2	2	2	False	6910	maximal	True	SPA0041_000000016059	1.0		1	1	False	False	0.9933649301528931	0					non-mobilizable	no_good_hit	1198.0	80.217	56.0	0.002985612501032326	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
ISR0362_000000008667	2510	0.6187026155124444	2	1	1	1	1	False	34309	fragment	False	ISR0080_000000011658	0.9601038766439758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000001968	10351	0.6187003586669072	11	9	6	8	8	False	18308	maximal	True	MAD0041_000000001968	1.0		1	1	False	False	0.9970051050186157	0					non-mobilizable	no_good_hit	673.0	71.768	6.0	0.000859287728590065	NZ_QJKD01000001.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_101, whole genome shotgun sequence	True	False
CHI0132_000000017264	1783	0.6186996397869136	3	2	2	2	1	True	83178	maximal	True	CHI0132_000000017264	1.0		6	4	False	False	0.9971957206726074	0					non-mobilizable	no_good_hit	1258.0	99.205	82.0	0.0003487900650371284	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0008_000000006594	3575	0.6186983775022197	5	4	4	4	2	False	67471	fragment	False	ENG0008_000000006594	1.0		0	0	False	False	0.9997202754020691	0					non-mobilizable	no_good_hit	861.0	75.726	24.0	0.0010893288617617005	AP019717.1	firmicutes	Clostridium butyricum NBRC 13949 plasmid pCBU1 DNA, complete genome	True	False
ETH0001_000000004927	4749	0.6186878229500149	10	2	1	2	1	True	53580	maximal	True	ETH0001_000000004927	1.0		1	1	False	False	0.9932617545127869	0					non-mobilizable	no_good_hit	57.0	96.491	1.0	1.2443855586114648e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0008_000000003160	8276	0.6186874887118201	7	5	3	4	1	False	53271	maximal	True	FIJ0008_000000003160	0.99956369982548		4	1	False	False	0.9992750287055969	0					non-mobilizable	no_good_hit	788.0	83.50299999999999	10.0	0.002502154014415205	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
DEN0083_000000003979	6328	0.6186853617608452	7	5	4	3	3	False	69146	maximal	True	DEN0083_000000003979	1.0		2	2	False	False	0.9998419880867004	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.001574068676033347	NZ_AODE01000046.1	firmicutes	Listeria cornellensis FSL F6-0969 c44, whole genome shotgun sequence	True	False
MAD0047_000000033808	1404	0.6186774209815442	2	2	2	2	2	True	17624	maximal	True	MAD0047_000000033808	1.0		203	12	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	72.995	26.0	0.014857881136950904	NZ_CADEPK010000005.1	firmicutes	Metabacillus niabensis isolate Q2603, whole genome shotgun sequence	True	True
ENG0142_000000004157	6018	0.6186686115095389	6	4	3	4	3	False	57703	maximal	True	ENG0142_000000004157	1.0		13	5	False	False	0.9998338222503662	0					non-mobilizable	no_good_hit	4830.0	95.611	80.0	0.0013555201734705177	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0183_000000020904	1457	0.6186674780505953	3	3	3	3	2	False	55148	fragment	False	ENG0183_000000020904	0.9853146853146854		0	0	False	False	0.9951956272125244	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	7.845952567293754e-05	NZ_SPQQ01000004.1	firmicutes	Desulfosporosinus fructosivorans strain 63.6F NODE_4_length_509817_cov_35.399634, whole genome shotgun sequence	True	False
MAD0066_000000022918	1430	0.6186674780505953	3	3	3	3	2	False	55148	fragment	False	ENG0183_000000020904	0.9763212079615649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	7.845952567293754e-05	NZ_SPQQ01000004.1	firmicutes	Desulfosporosinus fructosivorans strain 63.6F NODE_4_length_509817_cov_35.399634, whole genome shotgun sequence	True	False
ENG0167_000000010854	2291	0.6186632248839739	4	3	3	3	3	False	56059	maximal	True	ENG0167_000000010854	1.0		0	0	False	False	0.994762122631073	0					non-mobilizable	no_good_hit	573.0	94.415	25.0	0.0001727468411682043	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ITA0005_000000002984	5718	0.6186616446622233	7	4	3	3	3	False	29192	maximal	True	ITA0005_000000002984	1.0		51	5	False	False	1.0	0					non-mobilizable	no_good_hit	2589.0	97.02600000000001	45.0	0.06262401393795673	NZ_JAAIPV010000039.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_39_length_41326_cov_76.1729, whole genome shotgun sequence	True	False
AST0010_000000018366	1630	0.6186557082114341	2	2	2	1	1	False	126057	fragment	False	SPA0047_000000021631	0.8709123062252824		0	0	False	False	0.9963189959526062	0					non-mobilizable	other	1630.0	99.264	100.0	0.003682874182055388	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0016_000000016102	1387	0.6186557082114341	2	2	2	1	1	False	126057	fragment	False	SPA0047_000000021631	0.3908287279099037		0	0	False	False	0.987022340297699	0					non-mobilizable	other	1387.0	100.0	100.0	0.0031392765168073602	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0062_000000002347	8598	0.6186519533495726	18	15	8	11	12	True	118552	maximal	True	ENG0062_000000002347	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	2671.0	95.65700000000001	62.0	0.09531969583377958	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	True	True
MON0012_000000022755	2237	0.6186516609219266	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.25865975417141396		0	0	False	False	0.9915064573287964	0					non-mobilizable	other	2244.0	88.681	100.0	0.0006946825210660219	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0334_000000013160	1619	0.6186455760701141	4	3	2	2	3	False	99950	fragment	False	ENG0067_000000014385	0.7830502624186528		0	0	False	False	0.9907349944114685	0					non-mobilizable	other	1619.0	99.93799999999999	100.0	0.05439935446995932	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0021_000000010902	3846	0.6186437576551956	5	5	5	4	2	False	105081	maximal	True	CAN0021_000000010902	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.359	51.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0171_000000007442	3424	0.6186411605701256	7	6	2	3	5	True	118535	fragment	False	ISR0171_000000007442	1.0		0	0	False	False	0.9997079372406006	0					non-mobilizable	chromosome	3425.0	96.05799999999999	100.0	0.0009730719891229837	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0290_000000001919	4799	0.6186402086924274	8	6	4	3	2	False	91252	maximal	True	ISR0290_000000001919	1.0		63	9	False	False	0.9985413551330566	0					non-mobilizable	no_good_hit	1173.0	99.40299999999999	37.0	0.0004135662431141397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ETH0002_000000014181	1826	0.6186391138546572	4	3	2	2	2	True	111684	fragment	False	FIJ0053_000000008919	0.41471409443347923		0	0	False	False	0.9978094100952148	0					non-mobilizable	other	1826.0	96.44	100.0	0.0021431275319588163	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
USA0003_01_000000024028	1577	0.6186320411668019	4	2	2	2	2	False	2231	maximal	True	USA0003_01_000000024028	1.0		1	1	False	False	0.9904882907867432	0					non-mobilizable	no_good_hit	408.0	77.206	25.0	0.0005394121486404117	NZ_LN908976.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ENG0036_000000018069	1401	0.6186248895703356	2	2	2	2	1	True	65281	maximal	True	ENG0036_000000018069	1.0		3	3	False	False	0.9992862343788147	0					non-mobilizable	no_good_hit								True	True
ENG0187_000000005616	4529	0.618620452536996	4	4	4	4	3	False	54996	maximal	True	ENG0187_000000005616	1.0		46	6	False	False	0.9995583891868591	0					non-mobilizable	no_good_hit	706.0	75.921	15.0	0.0005204213175904642	NZ_CABWIB010000001.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	False
MAD0045_000000021200	1937	0.6186148670487106	3	3	3	2	1	False	53025	fragment	False	MAD0045_000000021200	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1698.0	95.465	96.0	0.029643750327917592	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0090_000000018629	1347	0.6186053339121708	2	2	2	1	1	False	87670	fragment	False	CHI0040_000000010267	0.9781818181818183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0393_000000001601	9074	0.6186022549636788	6	5	4	5	4	False	126986	fragment	False	ISR0393_000000001601	0.9937326744606484		0	0	False	False	0.9998897910118103	0					non-mobilizable	no_good_hit	1826.0	96.44	65.0	0.0005452345690686813	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0254_000000000661	8260	0.6186022549636788	6	5	4	5	4	False	126986	fragment	False	ISR0393_000000001601	0.9621028575043439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1826.0	96.44	62.0	0.0005452345690686813	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0096_000000004208	6120	0.6186022549636788	6	5	4	5	4	False	126985	fragment	False	ISR0096_000000004208	0.9964892602656358		0	0	False	False	0.9998366236686707	0					non-mobilizable	no_good_hit	3526.0	96.65299999999999	58.0	0.05025355331762017	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0001_000000005284	5651	0.6186022549636788	6	5	4	5	4	False	126985	fragment	False	ISR0096_000000004208	0.9666440639817674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3526.0	96.65299999999999	62.0	0.05025355331762017	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0049_000000005059	5385	0.6186022549636788	6	5	4	5	4	False	126985	fragment	False	ISR0096_000000004208	0.6422580409421909		0	0	False	False	0.9988858103752136	0					non-mobilizable	no_good_hit	3526.0	96.65299999999999	65.0	0.05025355331762017	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0277_000000002203	3905	0.6186022426873984	3	3	2	3	2	False	37630	maximal	True	ISR0277_000000002203	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	2411.0	96.35	89.0	0.0011656534336695293	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
DEN0051_000000009118	4556	0.6186006820513018	7	4	4	2	0	True	119043	fragment	False	SPA0132_000000008596	0.9517563361493997		0	0	False	False	0.9973661303520203	0					non-mobilizable	no_good_hit	1342.0	84.20299999999999	29.0	0.016028151701032792	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0072_000000018138	1618	0.6186004892058676	3	3	2	3	2	False	94762	fragment	False	FIJ0028_000000015259	0.7180144834895508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	78.125	26.0	0.00011606620438780838	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0043_000000011990	2294	0.6185944186601964	2	2	2	2	2	False	120643	maximal	True	MON0043_000000011990	1.0		123	10	False	False	1.0	0					non-mobilizable	chromosome	2298.0	92.77600000000001	100.0	0.000983653935623409	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
CHI0009_000000002271	3803	0.6185929440416831	7	2	2	2	1	False	95996	maximal	True	CHI0009_000000002271	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1827.0	94.25299999999999	62.0	0.00030320549451193034	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0241_000000010819	1473	0.6185843937739585	2	2	2	2	2	False	27253	fragment	False	ISR0241_000000010819	0.9968220338983051		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	100.0	100.0	0.0006171128926705686	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
ENG0139_000000006673	2861	0.6185826923958254	5	4	2	3	3	False	57868	maximal	True	ENG0139_000000006673	1.0		2	1	False	False	0.9996504783630371	0					non-mobilizable	no_good_hit	1779.0	96.684	74.0	0.0003946968031113747	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MAD0073_000000001093	3099	0.6185773680706067	6	5	1	5	4	True	16303	fragment	False	MAD0073_000000001093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0185_000000008299	2495	0.6185736605114368	5	2	1	2	2	False	126732	fragment	False	USA0145_01_000000008660	0.7694869822959426		0	0	False	True	1.0	0					non-mobilizable	plasmid	1374.0	92.72200000000001	99.0	0.260886100019015	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0033_000000002428	9741	0.6185712497054519	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8204429794284533		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	88.431	16.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0089_000000001717	9501	0.6185712497054519	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.5233585430179779		0	0	False	False	0.9983159899711609	0					non-mobilizable	no_good_hit	752.0	87.766	20.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0027_000000003063	9447	0.6185712497054519	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.6913006319721676		0	0	False	False	0.9982004761695862	0					non-mobilizable	no_good_hit	866.0	85.219	17.0	0.0018003625817324884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0022_000000015414	2044	0.6185699377133739	3	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.6868428977339851		0	0	False	False	0.9951076507568359	0					non-mobilizable	no_good_hit	367.0	75.204	18.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0117_01_000000006489	3724	0.6185652906023391	3	3	3	3	3	False	90588	fragment	False	USA0117_01_000000006489	1.0		0	0	False	False	0.988990306854248	0					non-mobilizable	no_good_hit	2917.0	96.915	86.0	0.02156706823130718	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	True	False
FIJ0066_000000010216	3098	0.6185623554144969	4	3	1	3	2	True	45359	maximal	True	FIJ0066_000000010216	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0100_000000012451	2414	0.6185545391426323	3	2	0	2	0	False	60582	maximal	True	ENG0100_000000012451	1.0		1	1	False	False	0.9946147203445435	0					non-mobilizable	no_good_hit								True	False
MAD0075_000000000335	5229	0.6185486016061493	6	6	1	4	6	True	82240	fragment	False	MAD0075_000000000335	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5229.0	97.686	100.0	0.02437921145282007	CP010123.1	enterobacteria	Escherichia coli strain C5 plasmid A, complete genome	False	True
ISR0308_000000011052	1624	0.6185456648138355	2	1	1	1	1	False	25412	maximal	True	ISR0308_000000011052	1.0		3	1	False	False	0.9876847267150879	0					non-mobilizable	no_good_hit	119.0	81.513	7.0	0.02140729709605361	NZ_CABIWU010000106.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0119_000000010024	3283	0.6185329219803379	3	3	3	3	3	False	4222	maximal	True	SPA0119_000000010024	1.0		1	1	True	True	0.9954310059547424	1					non-mobilizable	no_good_hit	952.0	79.622	32.0	0.00028228975362559397	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	True
ENG0077_000000000872	22379	0.6185293431464423	27	14	5	8	9	False	110891	maximal	True	ENG0077_000000000872	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	4022.0	92.193	61.0	0.000593237448847723	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
USA0006_01_000000005058	4799	0.6185291749981351	4	4	4	4	2	False	85220	maximal	True	USA0006_01_000000005058	1.0		1	1	False	False	0.9970827102661133	0					non-mobilizable	no_good_hit	1522.0	81.60300000000001	32.0	0.026596304218240472	NZ_SRMQ01000012.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000012, whole genome shotgun sequence	True	False
ISR0385_000000003683	5174	0.6185278256857566	6	5	4	4	3	False	126801	maximal	True	ISR0385_000000003683	1.0		1	1	False	False	0.9880170226097107	0					non-mobilizable	no_good_hit	1305.0	97.318	57.0	0.0005653957835522724	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
SPA0122_000000016994	1403	0.6185244164961123	2	2	2	1	2	False	4104	maximal	True	SPA0122_000000016994	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0033_000000018979	1932	0.6185226684615552	3	2	1	1	2	True	48274	maximal	True	FIJ0033_000000018979	1.0		1	1	False	False	0.9948239922523499	0					non-mobilizable	no_good_hit								True	True
DEN0021_000000025755	1441	0.6185188807855179	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22820725906713688		0	0	False	False	0.9868147373199463	0					non-mobilizable	other	1313.0	96.49700000000001	91.0	0.0459995792721408	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0329_000000012028	1428	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22643835198824466		0	0	False	False	1.0	0					non-mobilizable	chromosome	1267.0	77.664	96.0	0.0003549821228954936	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0010_000000013752	1393	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.231960127114683		0	0	False	False	1.0	0					non-mobilizable	chromosome	1375.0	77.455	98.0	0.00038484840727372025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0082_000000015084	1385	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22683884999552514		0	0	False	False	1.0	0					non-mobilizable	chromosome	1273.0	77.848	99.0	0.0003569732085207087	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0064_000000016930	1379	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2343758622459237		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	96.48899999999999	99.0	0.04789285463852465	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0185_000000024385	1360	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2309461314489787		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	96.397	100.0	0.04764743005399341	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0279_000000016836	1351	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22635627087279417		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	77.943	99.0	0.0003572576493243109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0113_000000012370	1335	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22414033284570853		0	0	False	False	0.9970037341117859	0					non-mobilizable	other	1333.0	96.47399999999999	99.0	0.046700792370801485	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0208_000000022626	1334	0.6185188807855179	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21081922735775716		0	0	False	False	1.0	0					non-mobilizable	chromosome	1237.0	77.203	99.0	0.000346733339591031	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0373_000000012627	1330	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2194603948102413		0	0	False	False	0.9992481470108032	0					non-mobilizable	chromosome	1253.0	77.414	99.0	0.00035128439244866557	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0053_000000013316	1328	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22349623839932342		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	96.31	100.0	0.04652548909613632	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0362_000000015664	1327	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2240443985321341		0	0	False	False	0.9977392554283142	0					non-mobilizable	other	1327.0	96.458	100.0	0.04649042844120328	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0080_000000025380	1316	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2177681993351745		0	0	False	False	0.9825227856636047	0					non-mobilizable	other	1316.0	96.429	100.0	0.046104761236939906	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0007_000000018852	1313	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21933882816884187		0	0	False	False	1.0	0					non-mobilizable	chromosome	1253.0	77.414	99.0	0.00035128439244866557	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0171_000000018644	1301	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22263730383213445		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	96.541	100.0	0.04557885141294439	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0119_000000024314	1300	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21736774636740214		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	96.536	99.0	0.04550873010307833	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0399_000000013504	1298	0.6185188807855179	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22271187564223305		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	96.68700000000001	100.0	0.04547366944814529	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0296_000000019991	1291	0.6185188807855179	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21653284002597803		0	0	False	False	0.999225378036499	0					non-mobilizable	chromosome	1253.0	77.494	99.0	0.00035128439244866557	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0158_000000017412	1288	0.6185188807855179	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21251589579097788		0	0	False	False	0.9992235898971558	0					non-mobilizable	other	1288.0	96.506	100.0	0.04512306289881495	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0237_000000009765	1281	0.6185188807855179	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21640748446319868		0	0	False	False	0.9921935796737671	0					non-mobilizable	other	1281.0	96.87700000000001	100.0	0.04487763831428371	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0150_000000019222	1277	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2198751563185038		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	96.554	100.0	0.044737395694551575	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0107_000000023693	1277	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21328563961654526		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	96.54899999999999	99.0	0.044667274384685506	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0380_000000009744	1277	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21958517737364158		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	96.711	100.0	0.044737395694551575	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0384_000000015801	1276	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21970969308380853		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	96.708	100.0	0.04470233503961854	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0035_000000015929	1262	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.20995744880082307		0	0	False	False	0.996830403804779	0					non-mobilizable	other	1262.0	96.83	100.0	0.04421148587055606	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
AST0148_000000026697	1262	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.20974584523303244		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	96.59299999999999	100.0	0.04421148587055606	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0381_000000015227	1247	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.20546597660367136		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	96.552	100.0	0.04368557604656055	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
AST0003_000000025303	1246	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.20534392431312068		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	96.62899999999999	100.0	0.043650515391627516	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0197_000000020334	1246	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2054319606486377		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	96.62899999999999	100.0	0.043650515391627516	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0151_000000017870	1230	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.19680400431940331		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	96.50399999999999	100.0	0.04308954491269897	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
AST0046_000000013147	1227	0.6185188807855179	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.1945153297527352		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	96.49600000000001	100.0	0.04298436294789987	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0058_000000004718	4806	0.6185168707934512	7	3	1	3	2	False	114843	maximal	True	ISR0058_000000004718	0.9826552462526766		26	7	False	False	0.9991676807403564	0					non-mobilizable	no_good_hit	1526.0	95.675	62.0	0.18398163807683016	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ENG0046_000000015792	1202	0.6185130358823652	2	2	2	2	2	False	107551	fragment	False	ISR0196_000000014355	0.4715221012313902		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	97.671	100.0	0.0004042495684021573	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0145_000000015173	2010	0.6185121805577214	3	3	3	3	3	False	57493	fragment	False	ENG0145_000000015173	1.0		0	0	False	False	0.9910447597503662	0					non-mobilizable	chromosome	1991.0	100.0	99.0	0.0010235883096956445	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
SPA0005_000000008726	3372	0.6185120926839135	4	1	1	1	1	False	74206	maximal	False	DEN0026_000000008733	0.9817196070927414		0	0	False	False	0.996144711971283	0					non-mobilizable	no_good_hit	88.0	82.955	3.0	0.002181080395637839	NZ_RHNN01000032.1	firmicutes	Lactobacillus cerevisiae strain DSM 100836 contig32, whole genome shotgun sequence	True	False
DEN0010_000000022509	2016	0.6185098343742297	3	2	2	2	2	False	75957	fragment	False	DEN0010_000000022509	1.0		0	0	False	False	0.9945436716079712	0					non-mobilizable	other	1176.0	98.384	100.0	0.000188768362743712	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0337_000000001847	4583	0.6185076582352544	4	2	1	1	1	True	96761	fragment	False	ISR0337_000000001847	0.9858981471344692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	87.993	38.0	0.16479684657368102	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0064_000000004990	4563	0.6185076582352544	4	2	1	1	1	True	96761	fragment	False	ISR0337_000000001847	0.9836059546989305		0	0	False	False	0.9995616674423218	0					non-mobilizable	no_good_hit	1091.0	87.626	38.0	0.16479684657368102	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CAN0003_000000011910	4111	0.6185076582352544	5	2	1	1	1	True	96760	fragment	False	CAN0003_000000011910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	75.477	29.0	0.1739201839382493	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0185_000000007479	2908	0.6185076582352544	4	2	1	1	1	True	59313	fragment	False	ENG0185_000000007479	0.9992997198879552		0	0	False	False	0.9989683628082275	0					non-mobilizable	no_good_hit	913.0	77.108	36.0	0.13235512079442716	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ENG0118_000000004791	2856	0.6185076582352544	4	2	1	1	1	True	59313	fragment	False	ENG0185_000000007479	0.9903713892709767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	77.218	35.0	0.13235512079442716	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
CHI0158_000000009375	1949	0.6185067087337656	1	1	1	1	0	True	78887	fragment	False	CHI0158_000000009375	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	100.0	100.0	0.00047760655370339996	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MAD0095_000000012441	2649	0.6185003922817468	3	3	3	3	3	False	15590	maximal	True	MAD0095_000000012441	1.0		2	1	False	False	0.9996225237846375	0					non-mobilizable	other	2703.0	81.72399999999999	100.0	0.005832321312283295	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0037_000000008899	5853	0.6184982771654101	7	6	1	4	6	True	82248	fragment	False	MON0037_000000008899	0.9924083769633507		0	0	False	False	0.9977788925170898	0			MPF_F		non-mobilizable	plasmid	5853.0	100.0	100.0	0.043656003819527334	CP054344.1	enterobacteria	Escherichia coli strain SCU-164 plasmid pSCU-164-1	False	True
FIJ0028_000000003574	8118	0.6184958514379143	10	9	8	9	8	False	132492	fragment	False	ISR0054_000000002543	0.97715272974708		0	0	False	False	1.0	0					non-mobilizable	chromosome	5035.0	96.78299999999999	92.0	0.001408079763758305	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0139_000000007862	3276	0.6184937218041179	4	4	4	3	3	True	116022	fragment	False	FIJ0139_000000007862	1.0		0	0	False	False	0.997863233089447	0					non-mobilizable	chromosome	3249.0	99.815	99.0	0.0014942126860865246	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
CHI0154_000000028453	1192	0.6184920576430398	1	1	1	1	1	False	79102	fragment	False	CHI0154_000000028453	1.0		0	0	False	False	0.9983221292495728	0					non-mobilizable	no_good_hit								True	False
ITA0007_000000000007	8977	0.6184913539639484	9	7	7	5	4	False	121497	maximal	True	ITA0007_000000000007	1.0	PS851	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2076.0	98.555	23.0	0.0005077634356877522	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0012_000000006228	3823	0.6184905025814881	7	7	5	7	6	False	38197	fragment	False	ISR0012_000000006228	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3394.0	98.851	98.0	0.0012801864066175558	CP040907.1	firmicutes	Enterococcus faecium strain FB-1 chromosome, complete genome	False	False
CHI0162_000000029912	1122	0.6184891784241011	1	1	1	1	1	False	78500	fragment	False	CHI0162_000000029912	1.0		0	0	False	False	0.9893048405647278	0					non-mobilizable	other	596.0	99.49700000000001	100.0	0.0012553616601999717	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ENG0095_000000024976	1122	0.6184891784241011	1	1	1	1	1	False	78500	fragment	False	CHI0162_000000029912	1.0		0	0	False	False	0.9839572310447693	0					non-mobilizable	other	596.0	99.49700000000001	100.0	0.0012553616601999717	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
SPA0105_000000003842	7272	0.618481446193871	9	8	4	5	7	True	100946	fragment	False	SPA0105_000000003842	0.9656044808669436		0	0	False	False	0.9973872303962708	0					non-mobilizable	other	7272.0	99.32600000000001	100.0	0.0017627568343495873	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	True
USA0020_01_000000027513	1253	0.6184779222362833	2	2	2	2	2	False	33609	fragment	False	ISR0091_000000023402	0.6501757231684239		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	96.335	100.0	0.004848897960132144	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0127_000000016511	1557	0.6184662463346452	2	2	2	2	2	False	31894	fragment	False	ISR0127_000000016511	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	97.046	100.0	0.012040175186096538	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0098_000000014516	1209	0.618465044505528	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.7080333347800986		0	0	False	False	0.9602977633476257	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0008661395322846526	FP312980.1	bacteria	uncultured bacterial clone mtbn96 complete sequence	True	False
ENG0086_000000005024	4804	0.6184647236655538	6	6	2	5	4	False	64045	maximal	True	ENG0086_000000005024	1.0		1	1	False	False	0.9993755221366882	0					non-mobilizable	no_good_hit	80.0	88.75	2.0	0.0003696524792781351	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
MON0054_000000000280	30063	0.6184639494225161	29	10	5	10	5	True	11155	maximal	True	MON0054_000000000280	1.0		3	2	False	False	0.9997006058692932	0					non-mobilizable	no_good_hit	213.0	82.62899999999999	1.0	0.014722536806342015	NZ_WNCH01000052.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold52_size14128, whole genome shotgun sequence	True	True
ISR0224_000000028394	1112	0.6184613604533261	2	2	2	2	2	False	27704	maximal	True	ISR0224_000000028394	1.0		7	2	False	False	0.9991007447242737	0					non-mobilizable	no_good_hit	60.0	88.333	9.0	1.0536224163705065e-05	CP013232.1	b-proteobacteria	Collimonas fungivorans strain Ter6 chromosome, complete genome	True	False
ISR0318_000000001510	2869	0.6184610440483954	3	3	2	2	2	False	123112	fragment	False	FIJ0129_000000007248	0.7955097616802077		0	0	False	False	1.0	0					non-mobilizable	other	2723.0	92.765	97.0	0.0009432323513062813	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0174_000000008858	2869	0.6184610440483954	3	3	2	2	2	False	123112	fragment	False	FIJ0129_000000007248	0.7955097616802077		0	0	False	False	1.0	0					non-mobilizable	other	2723.0	92.765	97.0	0.0009432323513062813	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MON0019_000000023401	2808	0.6184610440483954	4	3	2	2	2	False	123112	fragment	False	FIJ0129_000000007248	0.7938095845791193		0	0	False	False	0.999643862247467	0					non-mobilizable	other	2718.0	92.86200000000001	100.0	0.0009418426903835464	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ENG0064_000000009277	2401	0.6184610440483954	3	3	2	2	2	False	123108	fragment	False	ENG0064_000000009277	0.9612200435729847		0	0	False	False	0.9995834827423096	0					non-mobilizable	chromosome	2405.0	96.175	100.0	0.0005339003344499469	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0092_000000019428	2795	0.618457620526063	4	3	3	2	2	False	47334	fragment	False	MON0092_000000019428	0.9778117827084927		0	0	False	False	0.9989266395568848	0					non-mobilizable	no_good_hit	70.0	84.286	2.0	3.3863418526823506e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0041_000000004052	3167	0.6184563074217163	4	2	1	2	1	False	54723	maximal	True	ISR0041_000000004052	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1237.0	96.12	62.0	0.01802039381153305	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0006_000000000860	8136	0.6184519135394075	10	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.9476252763928295		0	0	False	False	0.9998770952224731	0					non-mobilizable	no_good_hit	3079.0	95.875	38.0	0.4957098915331067	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0020_000000005433	4906	0.6184508639246585	11	4	3	4	4	True	7735	maximal	True	SPA0020_000000005433	1.0		1	1	False	False	0.9993885159492493	0					non-mobilizable	no_good_hit								True	True
SPA0010_000000011131	2115	0.6184488381259957	3	3	3	2	1	False	8087	maximal	True	SPA0010_000000011131	1.0		1	1	False	False	0.9938534498214722	0					non-mobilizable	no_good_hit	410.0	76.829	19.0	0.00012257330455822112	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0090_000000019891	1477	0.6184467765084823	2	2	2	2	1	False	117885	fragment	False	ISR0122_000000008533	0.15866730347317157		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	96.27600000000001	100.0	0.0004652316560513369	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0100_000000026976	1184	0.6184426697189549	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.13985953486958694		0	0	False	False	0.9983108043670654	0					non-mobilizable	no_good_hit	1016.0	92.618	86.0	0.009087165162584157	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0101_000000048268	1374	0.6184379350529019	1	1	1	1	1	False	31388	fragment	False	MON0101_000000048268	0.9980237154150198		0	0	False	False	0.9898107647895813	0					non-mobilizable	other	1291.0	80.868	94.0	0.022774804154407854	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	False
ISR0393_000000003957	4262	0.6184289834809383	5	3	2	3	1	False	114529	maximal	True	ISR0393_000000003957	1.0		1	1	False	False	0.9953073859214783	0					non-mobilizable	no_good_hit	138.0	92.029	4.0	0.16605616605616605	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
SPA0044_000000009226	2857	0.6184271731256318	1	1	1	1	1	False	54285	fragment	False	SPA0044_000000009226	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2612.0	99.273	99.0	0.0007805794464552695	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0359_000000009243	2740	0.6184271731256318	2	1	1	1	1	False	23825	maximal	True	ISR0359_000000009243	1.0		6	4	False	False	0.9967153072357178	0					non-mobilizable	no_good_hit	2447.0	97.18	89.0	0.01065067105761817	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0086_000000000056	91830	0.6184089069334405	80	11	4	10	5	False	115487	maximal	False	AUS0014_000000000041	0.9286992544223834	PS49	0	0	True	True	1.0	85					non-mobilizable	no_good_hit	246.0	100.0	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ISR0382_000000001409	7928	0.6184020389278917	14	5	2	3	4	True	28615	maximal	True	ISR0382_000000001409	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	1.0	0.01070559610705596	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	True
DEN0094_000000004512	6201	0.6183905799998018	7	7	4	3	5	True	96790	fragment	False	MON0093_000000005567	0.4779446086821223		0	0	False	False	0.9998387098312378	0					non-mobilizable	chromosome	6202.0	99.59700000000001	100.0	0.0017262762292514877	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0046_000000010914	1727	0.6183900417809661	2	2	2	2	2	False	113560	fragment	False	ENG0046_000000010914	1.0		0	0	False	False	0.996525764465332	0					non-mobilizable	other	1250.0	98.08	92.0	0.00030549166628051147	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0188_000000018549	1359	0.6183897156100987	2	2	2	2	2	False	54889	maximal	True	ENG0188_000000018549	1.0		27	7	False	False	0.9948491454124451	0					non-mobilizable	no_good_hit	608.0	71.546	43.0	0.0001542499393737505	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0066_000000008981	2184	0.6183863412239539	2	2	2	2	2	False	62775	maximal	True	ENG0066_000000008981	1.0		72	8	False	False	0.9954212307929993	0					non-mobilizable	other	2184.0	99.13	100.0	0.014069801166575361	NZ_OLMR01000004.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
MAD0083_000000004211	2403	0.6183841976434022	4	3	3	3	3	False	16106	fragment	False	MAD0083_000000004211	1.0		0	0	False	False	0.9983354210853577	0					non-mobilizable	chromosome	2390.0	99.414	99.0	0.0006733532229492533	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ENG0125_000000004504	5295	0.6183827598056633	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9880009975019746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	88.84299999999999	53.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0024_000000003809	5287	0.6183827598056633	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9870023241718419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	88.694	53.0	0.008226240936169391	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
BAN0016_000000000410	1752	0.6183811639278939	3	3	3	3	3	False	98258	fragment	False	BAN0016_000000000410	0.9982081192301511		0	0	False	False	0.9994292259216309	0					non-mobilizable	chromosome	1752.0	100.0	100.0	0.0002897885850770298	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	False
SPA0018_000000024255	1236	0.6183786899956663	3	2	2	2	2	False	7782	maximal	True	SPA0018_000000024255	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	72.59899999999999	84.0	0.0002851253676832402	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ISR0021_000000006157	3642	0.6183760520274018	5	3	2	3	0	True	108984	maximal	True	ISR0021_000000006157	0.9953120421916204		17	3	False	False	0.9950576424598694	0					non-mobilizable	no_good_hit	247.0	87.045	7.0	0.0006999968442765217	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
USA0055_01_000000011963	2277	0.6183740545898638	3	3	3	3	2	False	1034	maximal	True	USA0055_01_000000011963	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	1885.0	99.84100000000001	83.0	0.0005048805116122518	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0059_000000012992	1218	0.6183710379759283	2	2	2	2	2	False	112572	maximal	True	AST0059_000000012992	1.0		7	6	False	False	1.0	0					non-mobilizable	chromosome	1218.0	100.0	100.0	0.0002446238039664835	CP033744.1	enterobacteria	Citrobacter freundii strain FDAARGOS_549 chromosome, complete genome	False	False
ISR0256_000000013071	1368	0.6183695313986957	3	1	1	1	1	False	109129	fragment	False	SPA0009_000000025198	0.7808434896610345		0	0	False	False	0.9934210777282715	0					non-mobilizable	other	1356.0	99.631	99.0	0.022409658480112463	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0094_000000017474	1316	0.6183695313986957	3	1	1	1	1	False	109129	fragment	False	SPA0009_000000025198	0.5273190377357844		0	0	False	False	0.9908814430236816	0					non-mobilizable	other	1279.0	99.375	97.0	0.021136194492681715	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0012_000000017619	1302	0.6183695313986957	2	1	1	1	1	False	109129	fragment	False	SPA0009_000000025198	0.5289905000574181		0	0	False	False	0.9731183052062988	0					non-mobilizable	other	1283.0	99.14299999999999	99.0	0.021202348466054743	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0036_01_000000023788	1283	0.6183695313986957	2	1	1	1	1	False	109129	fragment	False	SPA0009_000000025198	0.5279637769970695		0	0	False	False	0.9641465544700623	0					non-mobilizable	other	1283.0	99.53200000000001	100.0	0.021202348466054743	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0040_000000038581	1132	0.6183695313986957	1	1	1	1	1	False	55558	fragment	False	ENG0176_000000008913	0.715494469840544		0	0	False	False	0.9699646830558777	0					non-mobilizable	other	1047.0	99.045	98.0	0.017299264037046225	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0077_000000006170	5448	0.6183644953134813	8	6	1	4	6	True	82237	fragment	False	MON0077_000000006170	0.9507725822237963		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5449.0	98.917	100.0	0.04240560529388867	MK295833.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain 418 plasmid p418, complete sequence	False	True
ISR0175_000000011114	1906	0.6183632664657849	2	2	2	2	2	False	77692	maximal	True	ISR0175_000000011114	0.9886237513873474		33	6	False	False	1.0	0					non-mobilizable	no_good_hit	674.0	99.70299999999999	44.0	0.0029409190371991246	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0364_000000005729	2775	0.6183622862624149	4	3	2	3	3	False	83350	fragment	False	DEN0062_000000006433	0.47601509162773986		0	0	False	False	0.9974774718284607	0					non-mobilizable	no_good_hit	1232.0	72.727	43.0	0.012141513514601	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
FIJ0041_000000014770	2471	0.6183615387149238	3	3	3	3	2	False	47400	maximal	True	FIJ0041_000000014770	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	79.255	7.0	3.300158963635297e-05	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
MAD0047_000000020039	2225	0.6183615278267218	2	2	2	2	2	False	74755	fragment	False	MAD0047_000000020039	0.9747010119595216		0	0	False	False	1.0	0					non-mobilizable	other	2226.0	97.934	100.0	0.04265966217382135	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0031_000000005295	4933	0.6183577749557637	7	3	3	2	1	False	116317	maximal	True	SPA0031_000000005295	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0161_000000018417	1117	0.6183577284638841	3	1	1	1	1	True	56385	maximal	True	ENG0161_000000018417	1.0		4	3	False	False	0.9776186347007751	0					non-mobilizable	no_good_hit	296.0	74.324	26.0	0.0001325666944425455	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
MAD0056_000000000300	21713	0.6183560053020761	28	8	5	8	4	False	17087	maximal	True	MAD0056_000000000300	1.0		1	1	False	False	0.9996315836906433	0					non-mobilizable	no_good_hit	78.0	88.462	0.0	0.0027030976037405027	NZ_RXYB01000028.1	firmicutes	Acetobacterium tundrae strain DSM 917 NODE_28_length_27376_cov_26.7822, whole genome shotgun sequence	True	False
ISR0317_000000017047	1340	0.6183545619281046	2	2	2	2	1	False	25149	maximal	True	ISR0317_000000017047	1.0		1	1	False	False	0.9902985095977783	0					non-mobilizable	no_good_hit	1153.0	86.47	86.0	0.0003867466728510231	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0019_000000006579	7925	0.6183544009882156	5	4	1	2	4	False	73460	fragment	False	MON0019_000000006579	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	7936.0	93.73700000000001	100.0	0.08386161352115061	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	False	False
DEN0062_000000001099	11535	0.6183459501435642	9	6	3	6	5	False	96046	fragment	False	FIJ0102_000000002129	0.9529233710371197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	1.0	0.0003461215161221205	NZ_FQXK01000006.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
AST0104_000000029464	1204	0.6183450367171541	2	1	1	1	1	False	107673	fragment	False	MAD0111_000000012828	0.6853542793810866		0	0	False	False	0.985049843788147	0					non-mobilizable	no_good_hit	837.0	86.26	70.0	0.014134275618374558	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
ISR0774_000000001814	11582	0.6183449489161827	9	7	5	7	6	True	130101	maximal	True	ISR0774_000000001814	1.0		6	2	False	False	0.9999136328697205	0					non-mobilizable	no_good_hit	2900.0	96.655	80.0	0.0009018739939858475	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
AST0153_000000011827	2686	0.6183440988232951	3	3	3	3	2	False	103431	maximal	True	AST0153_000000011827	1.0		5	3	False	False	0.9947878122329712	0					non-mobilizable	no_good_hit	1124.0	99.73299999999999	42.0	0.00034936339953297923	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0170_000000005031	1962	0.6183395194618578	3	2	2	2	2	False	95285	fragment	False	MON0101_000000031547	0.9692874692874693		0	0	False	False	0.9974516034126282	0					non-mobilizable	chromosome	1990.0	85.829	100.0	0.0006333554980897805	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0148_000000002279	7550	0.6183389300948684	6	5	2	5	2	True	106256	fragment	False	SPA0058_000000003489	0.9153587758981034		0	0	False	False	0.9990728497505188	0					non-mobilizable	no_good_hit	3395.0	79.057	56.0	0.007009077089392916	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0111_01_000000010729	2327	0.6183378116306694	2	2	2	2	1	True	93647	fragment	False	ISR0390_000000005204	0.6851423069149928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000021360	1384	0.6183303188777709	1	1	1	1	1	False	43639	fragment	False	FIJ0088_000000021360	0.985725614591594		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	75.416	98.0	0.7016853932584269	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
AUS0004_000000004514	4748	0.6183248889034126	9	6	5	6	4	False	102524	fragment	False	AUS0004_000000004514	1.0		0	0	False	False	0.9941027760505676	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000025589	1640	0.6183210103272676	4	1	1	1	1	True	50195	fragment	False	MAD0045_000000025589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0016_000000015338	1263	0.6183210103272676	3	1	1	1	1	True	50194	fragment	False	FIJ0016_000000015338	0.9836409395973154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0181_000000015253	1192	0.6183210103272676	2	1	1	1	1	True	50194	fragment	False	FIJ0016_000000015338	0.9564528899445763		0	0	False	False	0.9874160885810852	0					non-mobilizable	no_good_hit								True	True
MAD0096_000000002378	6326	0.6183198683543183	7	6	1	4	6	True	82249	fragment	False	MAD0096_000000002378	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6326.0	99.85799999999999	100.0	0.08076564555054716	CP041524.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-2	False	True
AUS0006_000000014697	1752	0.618319421030225	3	2	1	1	2	False	102071	maximal	True	AUS0006_000000014697	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	81.33800000000001	48.0	0.00023579357622577164	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0120_000000021251	1211	0.6183172156528761	2	1	1	1	1	False	45266	maximal	True	FIJ0120_000000021251	1.0		4	2	False	False	0.9925681352615356	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.95145723706298e-06	CP017758.1	b-proteobacteria	Cupriavidus necator strain NH9 chromosome 2, complete sequence	True	False
ISR0053_000000009689	1825	0.6183160080400576	3	3	3	3	2	False	122197	fragment	False	ISR0053_000000009689	0.9921636994092896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1379.0	98.912	76.0	0.027013781341279332	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	True	False
CHI0186_000000007536	2557	0.6183111071526509	4	3	3	1	1	False	120385	fragment	False	CHI0186_000000007536	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	86.133	90.0	0.011005714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0042_000000015093	1681	0.6183100941078838	3	3	2	2	2	True	64686	maximal	True	ENG0042_000000015093	1.0		412	12	False	False	1.0	0					non-mobilizable	other	1117.0	97.762	100.0	0.005526065599746474	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
MON0010_000000022537	1230	0.6183049228068656	1	1	1	1	1	False	13719	fragment	False	MON0010_000000022537	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	98.823	97.0	0.003479687179637386	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	False	False
CHI0004_000000003119	2002	0.6183042891905567	2	2	2	2	2	False	101071	fragment	False	ISR0249_000000009114	0.9595362044486513		0	0	False	False	1.0	0					non-mobilizable	chromosome	2011.0	97.613	99.0	0.0006826560178217735	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0080_01_000000013254	3302	0.6182918105784594	4	4	2	4	1	False	33180	maximal	True	USA0080_01_000000013254	1.0		387	14	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	96.805	32.0	0.2365376056964842	KU546418.1	bacteria	Uncultured bacterium clone CH_03F_000_Contig_3 genomic sequence	True	False
AST0110_000000007549	2428	0.6182880401485518	3	3	3	2	2	False	107006	fragment	False	AST0110_000000007549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1847.0	94.64	76.0	0.0005135083306637394	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	True	False
MON0015_000000004577	6978	0.6182838365399156	5	2	2	1	1	True	29573	fragment	False	ISR0182_000000003835	0.947942557304612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	100.0	1.0	0.03808487486398259	NZ_AWQP01000090.1	g-proteobacteria	Pseudomonas syringae pv. coryli str. NCPPB 4273 contig92, whole genome shotgun sequence	True	True
ISR0153_000000003594	6956	0.6182838365399156	7	2	2	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.17549022160881228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1541.0	75.016	22.0	0.0005386314935461607	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
AST0061_000000006083	6007	0.6182838365399156	4	2	2	1	1	True	112168	fragment	False	AST0061_000000006083	1.0		0	0	False	False	0.999500572681427	0					non-mobilizable	no_good_hit	485.0	74.227	8.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0806_000000001601	5851	0.6182838365399156	5	2	2	1	1	True	47682	fragment	False	MON0055_000000002395	0.9456433247230708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0055_000000002395	5466	0.6182838365399156	4	2	2	1	1	True	47682	fragment	False	MON0055_000000002395	0.9469212564706558		0	0	False	False	0.989754855632782	0					non-mobilizable	no_good_hit	485.0	74.227	9.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
AUS0008_000000006156	3580	0.6182804029332021	3	2	2	2	1	False	101885	maximal	True	AUS0008_000000006156	1.0		1	1	False	False	0.9977653622627258	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.3635741051158895e-06	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MON0109_000000002540	10116	0.6182791542669523	13	4	4	3	2	False	8518	maximal	True	MON0109_000000002540	1.0		2	2	False	False	0.99980229139328	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	7.705967900126404e-06	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0093_000000014135	1780	0.618268212960636	2	2	2	2	1	False	33509	maximal	True	ISR0093_000000014135	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000024330	2426	0.6182673024437241	4	3	3	2	1	True	9564	maximal	True	MON0090_000000024330	1.0		22	5	False	False	0.9534212946891785	0					non-mobilizable	chromosome	2344.0	98.72	97.0	0.0010686781960456625	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
ISR0824_000000016252	1455	0.6182652519215845	2	2	1	2	2	False	21148	maximal	True	ISR0824_000000016252	1.0		254	14	False	False	0.9869415760040283	0					non-mobilizable	no_good_hit	59.0	89.831	4.0	1.0316778461412581e-05	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
ISR0348_000000015910	1215	0.6182585542308076	2	2	2	2	2	False	24129	maximal	True	ISR0348_000000015910	1.0		49	9	False	False	0.9975308775901794	0					non-mobilizable	other	1220.0	81.066	100.0	0.000323087932878615	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
DEN0062_000000004175	4037	0.6182508625432926	5	3	3	2	2	False	71737	maximal	True	DEN0062_000000004175	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000007539	4573	0.6182507502396883	7	3	1	2	2	False	114836	fragment	False	ISR0018_000000004313	0.7290234326814551		0	0	False	False	0.9978132247924805	0					non-mobilizable	no_good_hit	1060.0	98.679	60.0	0.12792945155834742	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
MON0092_000000025942	2132	0.6182481130785998	3	3	3	2	3	False	28519	fragment	False	ISR0208_000000012244	0.9703103913630229		0	0	False	False	0.9990619421005249	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	6.855056681525818e-06	CP018319.1	g-proteobacteria	Pseudomonas frederiksbergensis strain AS1, complete genome	True	False
ISR0074_000000011799	2483	0.6182473142852277	4	2	1	1	2	True	34720	fragment	False	ISR0074_000000011799	1.0		0	0	False	False	0.9955698847770691	0		MOBV			mobilizable	plasmid	2366.0	99.915	95.0	0.5702917771883289	LR135785.1	firmicutes	Enterococcus faecium isolate E4239 genome assembly, plasmid: 4	False	True
MAD0098_000000015902	2773	0.6182457819832233	3	2	2	1	2	False	79189	fragment	False	CHI0154_000000010719	0.9559902200488998		0	0	False	False	0.9989181160926819	0					non-mobilizable	other	2773.0	99.675	100.0	0.05272969374167776	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
AST0084_000000013461	2551	0.6182424041597749	4	4	4	4	2	False	111490	maximal	True	AST0084_000000013461	1.0		19	6	False	False	0.9945119619369507	0					non-mobilizable	no_good_hit	1842.0	83.008	72.0	0.0010879283681015383	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0037_000000012391	2417	0.6182405585881361	3	2	2	2	2	True	118201	fragment	False	FIJ0037_000000012391	0.956132089679027		0	0	False	False	0.9801406860351562	0					non-mobilizable	other	2397.0	95.035	99.0	0.04935241709288896	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0147_000000009671	2118	0.6182405585881361	3	2	2	2	2	True	112266	maximal	True	FIJ0147_000000009671	1.0		42	10	False	False	0.9938621520996094	0					non-mobilizable	no_good_hit	1683.0	98.21700000000001	79.0	0.03454462959907606	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0162_000000011761	1905	0.6182405585881361	2	2	2	2	2	True	112268	fragment	False	FIJ0162_000000011761	0.9795751633986929		0	0	False	False	0.9994750618934631	0					non-mobilizable	other	1907.0	98.637	100.0	0.03926744761590496	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0004_000000015587	1683	0.6182405585881361	2	2	2	2	2	True	112264	fragment	False	FIJ0004_000000015587	0.9808055380742606		0	0	False	False	0.998811662197113	0					non-mobilizable	other	1683.0	98.99	100.0	0.034688995215311005	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0182_000000025900	1132	0.61823224194488	3	2	1	2	1	False	77310	maximal	False	ISR0120_000000031928	0.956352636127917		0	0	False	False	0.9902827143669128	0					non-mobilizable	no_good_hit	870.0	81.954	76.0	0.0011874281049389587	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
MON0011_000000007615	5730	0.6182314177273824	7	5	1	4	5	True	82248	fragment	False	MON0037_000000008899	0.9820604818042029		0	0	False	False	0.9980802536010742	0			MPF_F		non-mobilizable	plasmid	5710.0	100.0	99.0	0.0425892217713058	CP054344.1	enterobacteria	Escherichia coli strain SCU-164 plasmid pSCU-164-1	False	True
FIJ0064_000000017378	1515	0.6182296942173617	3	2	2	2	2	False	47431	fragment	False	FIJ0064_000000017378	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	99.934	100.0	0.00029367721111395607	AP023148.1	enterobacteria	Klebsiella pneumoniae SMKP03 DNA, complete genome	False	False
USA0069_01_000000047972	1251	0.6182255581721698	2	2	1	2	2	False	1448	fragment	False	USA0034_01_000000040978	0.9912350597609563		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	91.84700000000001	100.0	0.00042905780989438576	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ENG0169_000000011537	2053	0.6182255338459909	3	1	1	1	1	False	55907	maximal	True	ENG0169_000000011537	1.0		5	2	False	False	0.9892839789390564	0					non-mobilizable	no_good_hit	1465.0	96.792	71.0	0.004429850094600495	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0001_000000004366	5472	0.6182198503922768	5	1	1	1	0	True	116393	backbone	False	FIJ0038_000000005307	0.32020191972318446	PS612|PS775	0	0	True	True	1.0	110					non-mobilizable	no_good_hit	1475.0	95.322	36.0	0.2233671768449765	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0150_000000004087	5465	0.6182198503922768	6	1	1	1	0	True	104152	backbone	True	FIJ0150_000000004087	1.0	PS613	1	1	True	True	0.9998170137405396	21					non-mobilizable	no_good_hit	904.0	93.473	38.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0213_000000004068	5461	0.6182198503922768	8	1	1	1	0	True	74018	maximal	True	ISR0213_000000004068	0.9980771878712891		27	6	True	True	0.99981689453125	93					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0824_000000002711	5395	0.6182198503922768	6	1	1	1	0	True	104149	maximal	True	ISR0824_000000002711	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	91.102	44.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0079_000000005207	5375	0.6182198503922768	6	1	1	1	0	True	104141	maximal	True	ISR0079_000000005207	1.0		1	1	True	True	1.0	119					non-mobilizable	no_good_hit	1158.0	94.905	39.0	0.29553001277139207	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0076_000000003336	5242	0.6182198503922768	4	1	1	1	0	True	104153	backbone	False	ENG0195_000000003651	0.9252148861237379	PS613|PS614	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	904.0	88.71700000000001	38.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0168_000000004896	5227	0.6182198503922768	8	1	1	1	0	True	74018	maximal	False	ISR0213_000000004068	0.9962309780879666		0	0	True	True	1.0	60					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ENG0195_000000004140	5227	0.6182198503922768	8	1	1	1	0	True	74018	maximal	False	ISR0213_000000004068	0.996419296914472		0	0	True	True	1.0	27					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0265_000000002903	5226	0.6182198503922768	8	1	1	1	0	True	74018	maximal	False	ISR0213_000000004068	0.9960365972547888		0	0	True	True	1.0	29					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0260_000000001972	5204	0.6182198503922768	5	1	1	1	0	True	104142	maximal	False	ISR0073_000000004896	0.9996217851739788		0	0	True	True	1.0	86					non-mobilizable	no_good_hit	899.0	92.992	40.0	0.22860791826309068	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0080_000000004520	5204	0.6182198503922768	7	1	1	1	0	True	74018	maximal	False	ISR0213_000000004068	0.9942422162425767		0	0	True	True	0.9994235038757324	6					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0333_000000003354	5199	0.6182198503922768	7	1	1	1	0	True	68156	maximal	True	ISR0333_000000003354	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0001262238045149284	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
SPA0145_000000006202	5171	0.6182198503922768	7	1	1	1	0	True	74018	maximal	False	ISR0213_000000004068	0.9971288867199132		0	0	True	True	1.0	30					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ENG0056_000000002384	5170	0.6182198503922768	7	1	1	1	0	True	74018	maximal	False	ISR0213_000000004068	0.9968430058006157		0	0	True	True	0.9978723526000977	25					non-mobilizable	no_good_hit	42.0	97.619	1.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0822_000000001034	5062	0.6182198503922768	7	1	1	1	0	True	74018	maximal	False	ISR0213_000000004068	0.9808704365081479		0	0	True	True	0.9988147020339966	8					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0036_000000007132	4998	0.6182198503922768	4	1	1	1	0	True	81581	maximal	True	FIJ0036_000000007132	1.0		0	0	False	False	0.9993997812271118	0					non-mobilizable	no_good_hit	904.0	88.60600000000001	41.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0167_000000003685	4890	0.6182198503922768	6	1	1	1	0	True	81542	maximal	True	FIJ0167_000000003685	1.0		1	1	False	False	0.9997954964637756	0					non-mobilizable	no_good_hit	909.0	86.139	41.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0005_000000002604	4796	0.6182198503922768	6	1	1	1	0	True	81572	fragment	False	ISR0005_000000002604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	89.171	43.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0152_000000005160	4757	0.6182198503922768	4	1	1	1	0	True	81571	maximal	True	ISR0152_000000005160	1.0		0	0	False	False	0.9989489316940308	0					non-mobilizable	no_good_hit	1216.0	87.336	43.0	0.3060025542784163	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0251_000000002452	4755	0.6182198503922768	6	1	1	1	0	True	94922	fragment	False	ISR0251_000000002452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.68689467305886e-07	CP045891.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 2	True	True
FIJ0066_000000006412	4730	0.6182198503922768	6	1	1	1	0	True	104151	fragment	False	FIJ0066_000000006412	1.0		0	0	False	False	0.9991543292999268	0					non-mobilizable	no_good_hit	904.0	89.15899999999999	44.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0118_000000006070	4654	0.6182198503922768	5	1	1	1	0	True	105980	maximal	True	AST0118_000000006070	1.0		1	1	True	True	1.0	122					non-mobilizable	plasmid	2749.0	97.854	99.0	0.5103140680170972	LN853089.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0447	False	True
FIJ0065_000000003450	4344	0.6182198503922768	3	1	1	1	0	True	104144	backbone	False	USA0069_01_000000013703	0.9125396105838407	PS612	0	0	True	True	0.9995396137237549	1					non-mobilizable	no_good_hit	1227.0	90.057	47.0	0.3090676883780332	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0006_000000003617	4292	0.6182198503922768	6	1	1	1	0	True	127620	maximal	False	AST0055_000000007466	0.988889511807637		0	0	True	True	1.0	92					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.938808078162758e-07	LR877203.1	rodents	Onychomys torridus genome assembly, chromosome: 16	True	True
FIJ0123_000000007589	4275	0.6182198503922768	4	1	1	1	0	True	81569	fragment	False	FIJ0123_000000007589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	88.69200000000001	48.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0001_000000005764	4272	0.6182198503922768	5	1	1	1	0	True	68082	fragment	False	ENG0001_000000005764	1.0		0	0	False	False	0.9948501586914062	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0007_000000004348	4271	0.6182198503922768	5	1	1	1	0	True	127620	maximal	False	AST0055_000000007466	0.9894195980122854		0	0	True	True	0.9997658729553223	4					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.938808078162758e-07	LR877203.1	rodents	Onychomys torridus genome assembly, chromosome: 16	True	True
FIJ0069_000000005641	4257	0.6182198503922768	3	1	1	1	0	True	104144	backbone	False	USA0069_01_000000013703	0.5579637284324115	PS612	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	904.0	87.389	41.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0102_000000008876	4215	0.6182198503922768	4	1	1	1	0	True	104147	fragment	False	SPA0102_000000008876	1.0		0	0	False	False	0.999762773513794	0					non-mobilizable	no_good_hit	907.0	90.62799999999999	49.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0083_000000005497	4185	0.6182198503922768	3	1	1	1	0	True	81570	fragment	False	ISR0083_000000005497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	87.859	49.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CHI0140_000000007231	4135	0.6182198503922768	5	1	1	1	0	True	130622	fragment	False	CHI0140_000000007231	1.0		0	0	False	False	0.9997581839561462	0		MOBV			mobilizable	no_good_hit	1340.0	90.075	73.0	0.21924782394481854	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
FIJ0171_000000005014	4098	0.6182198503922768	3	1	1	1	0	True	104144	backbone	False	USA0069_01_000000013703	0.5563943430190379	PS612	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	904.0	92.588	42.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0113_000000006103	4098	0.6182198503922768	3	1	1	1	0	True	81575	fragment	False	FIJ0113_000000006103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	88.60600000000001	50.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0068_000000010016	4073	0.6182198503922768	3	1	1	1	0	True	119253	maximal	True	MON0068_000000010016	1.0		5	4	False	False	0.988706111907959	0					non-mobilizable	no_good_hit	114.0	100.0	3.0	1.719893043961075e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
SPA0061_000000004643	3987	0.6182198503922768	5	1	1	1	0	True	6204	fragment	False	SPA0061_000000004643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	388.0	91.23700000000001	10.0	0.05905813775118883	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0012_000000005776	3974	0.6182198503922768	5	1	1	1	0	True	81578	fragment	False	FIJ0012_000000005776	1.0		0	0	False	False	0.9952189326286316	0					non-mobilizable	no_good_hit	904.0	88.60600000000001	52.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0208_000000007664	3932	0.6182198503922768	3	1	1	1	0	True	124460	fragment	False	ENG0208_000000007664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	87.5	17.0	0.00019085977921704824	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0162_000000006264	3926	0.6182198503922768	4	1	1	1	0	True	128069	fragment	False	ENG0162_000000006264	1.0		0	0	False	False	0.9997453093528748	0		MOBV			mobilizable	no_good_hit	2807.0	87.67399999999999	71.0	0.4593529315158483	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0132_000000004922	3876	0.6182198503922768	5	1	1	1	0	True	58328	fragment	False	ENG0132_000000004922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	88.20100000000001	36.0	0.1689932665462309	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0088_000000007154	3871	0.6182198503922768	5	1	1	1	0	True	107708	maximal	True	FIJ0088_000000007154	1.0		4	2	False	False	0.9966416954994202	0					non-mobilizable	no_good_hit								True	True
DEN0090_000000006068	3847	0.6182198503922768	3	1	1	1	0	True	103443	fragment	False	DEN0090_000000006068	1.0		0	0	False	False	0.9963607788085938	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	9.239499083937468e-05	LT667503.1	enterobacteria	Buchnera aphidicola (Cinara confinis) strain BCiconfinis genome assembly, chromosome: 1	True	True
ISR0097_000000006860	3838	0.6182198503922768	7	1	1	1	0	True	107712	fragment	False	ISR0097_000000006860	0.9420520999468368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0012_000000006358	3789	0.6182198503922768	4	1	1	1	0	True	81599	maximal	True	ENG0012_000000006358	1.0		1	1	False	False	0.9963051080703735	0					non-mobilizable	no_good_hit	900.0	93.556	55.0	0.22860791826309068	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ETH0003_000000009095	3765	0.6182198503922768	3	1	1	1	0	True	123139	maximal	True	ETH0003_000000009095	1.0	PS879	1	1	True	True	1.0	39					non-mobilizable	no_good_hit	1320.0	87.197	44.0	0.3318998229193018	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
ISR0369_000000002813	3762	0.6182198503922768	5	1	1	1	0	True	107712	fragment	False	ISR0097_000000006860	0.9332985930171964		0	0	False	False	0.9986709356307983	0					non-mobilizable	no_good_hit								True	True
ISR0034_000000005307	3732	0.6182198503922768	5	1	1	1	0	True	36851	maximal	True	ISR0034_000000005307	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.010082150858849889	NC_016573.1	viruses	Sida mosaic Alagoas virus DNA-A, complete genome	True	True
FIJ0130_000000005766	3721	0.6182198503922768	7	1	1	1	0	True	128102	maximal	True	FIJ0130_000000005766	1.0		0	0	False	False	0.9994624853134155	0					non-mobilizable	no_good_hit	1850.0	90.0	49.0	0.27850212249848394	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0063_000000011921	3698	0.6182198503922768	5	1	1	1	0	True	71560	fragment	False	DEN0063_000000011921	0.9914795780362455		0	0	False	False	0.9991887211799622	0					non-mobilizable	no_good_hit	1727.0	80.313	46.0	0.2598544572468163	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0046_000000007496	3697	0.6182198503922768	4	1	1	1	0	True	71560	fragment	False	DEN0063_000000011921	0.9913466738777718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	80.995	48.0	0.2692540933899333	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0013_000000007132	3689	0.6182198503922768	2	1	1	1	0	True	50648	maximal	True	FIJ0013_000000007132	1.0		1	1	False	False	0.999457836151123	0					non-mobilizable	no_good_hit	3183.0	82.564	86.0	0.04148965736292532	NZ_JXQL01000052.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig52, whole genome shotgun sequence	True	True
FIJ0153_000000007378	3681	0.6182198503922768	5	1	1	1	0	True	81528	fragment	False	FIJ0153_000000007378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	88.69200000000001	36.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0010_000000004724	3670	0.6182198503922768	5	1	1	1	0	True	128088	fragment	False	ISR0010_000000004724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	89.56299999999999	48.0	0.2663735597331716	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0035_01_000000006845	3663	0.6182198503922768	6	1	1	1	0	True	112881	fragment	False	USA0035_01_000000006845	1.0		0	0	False	False	0.9994540214538574	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.938808078162758e-07	LR877203.1	rodents	Onychomys torridus genome assembly, chromosome: 16	True	True
ISR0814_000000010693	3625	0.6182198503922768	5	1	1	1	0	True	94921	fragment	False	ISR0814_000000010693	1.0		0	0	False	False	0.9895172119140625	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.68689467305886e-07	CP045891.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 2	True	True
CHI0188_000000004180	3576	0.6182198503922768	3	1	1	1	0	True	89021	maximal	True	CHI0188_000000004180	1.0		6	4	False	False	0.9974831938743591	0					non-mobilizable	no_good_hit	2212.0	86.302	62.0	0.1212403951701427	NZ_AP019828.1	fusobacteria	Leptotrichia shahii strain JCM16776 plasmid JCM16776p1, complete sequence	True	True
SPA0055_000000008886	3563	0.6182198503922768	5	1	1	1	0	True	121081	maximal	True	SPA0055_000000008886	1.0		3	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2678.0	87.75200000000001	81.0	0.4370175726720315	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0018_000000007619	3552	0.6182198503922768	3	1	1	1	0	True	128105	fragment	False	FIJ0018_000000007619	1.0		0	0	False	False	0.9997184872627258	0					non-mobilizable	no_good_hit	1512.0	92.32799999999999	43.0	0.22907822922983626	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MAD0005_000000007281	3542	0.6182198503922768	3	1	1	1	0	True	124459	fragment	False	MAD0026_000000003217	0.7178407541648655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	588.0	88.265	17.0	0.00016696675171446693	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0047_000000011171	3538	0.6182198503922768	4	1	1	1	0	True	124459	fragment	False	MAD0026_000000003217	0.9645779665823481		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	87.37200000000001	19.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0069_000000006919	3525	0.6182198503922768	4	1	1	1	0	True	115594	fragment	False	ISR0069_000000006919	0.9911055519512755		0	0	False	False	0.999148964881897	0					non-mobilizable	no_good_hit	1807.0	85.556	51.0	0.27167980594299573	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0080_000000008439	3502	0.6182198503922768	3	1	1	1	0	True	124459	fragment	False	MAD0026_000000003217	0.9603101370228502		0	0	False	False	0.993432343006134	0					non-mobilizable	no_good_hit	681.0	87.07799999999999	19.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0025_000000006098	3462	0.6182198503922768	4	1	1	1	0	True	128093	fragment	False	SPA0025_000000006098	0.9900616208349916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1754.0	89.28200000000001	50.0	0.26379624014554276	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0119_000000004872	3451	0.6182198503922768	3	1	1	1	0	True	81526	fragment	False	FIJ0119_000000004872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1241.0	88.477	50.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0033_000000009900	3416	0.6182198503922768	3	1	1	1	0	True	104146	fragment	False	FIJ0033_000000009900	1.0		0	0	False	False	0.9973653554916382	0					non-mobilizable	no_good_hit	904.0	93.584	60.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0054_000000007471	3408	0.6182198503922768	5	1	1	1	0	True	101941	maximal	True	ENG0054_000000007471	1.0		13	5	False	False	0.9997065663337708	0					non-mobilizable	no_good_hit	1959.0	98.87700000000001	57.0	0.0787705676469405	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0332_000000003784	3404	0.6182198503922768	4	1	1	1	0	True	115594	fragment	False	ISR0069_000000006919	0.9704327632588694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	85.361	46.0	0.23771983020012127	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0142_000000001415	3394	0.6182198503922768	4	1	1	1	0	True	105257	fragment	False	AST0142_000000001415	1.0		0	0	False	False	0.9949911832809448	0					non-mobilizable	no_good_hit	479.0	87.47399999999999	14.0	0.00020628164846628937	CP039462.1	firmicutes	Streptococcus suis strain WUSS351 chromosome, complete genome	True	True
ENG0011_000000007675	3391	0.6182198503922768	1	1	1	1	0	True	104341	maximal	True	ENG0011_000000007675	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	99.89200000000001	54.0	0.0007134618081027881	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	True
ISR0319_000000004978	3384	0.6182198503922768	4	1	1	1	0	True	115594	fragment	False	ISR0069_000000006919	0.978386777764773		0	0	False	False	0.9988179802894592	0					non-mobilizable	no_good_hit	1684.0	85.51100000000001	49.0	0.25318374772589447	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
TAN0024_000000002233	3380	0.6182198503922768	3	1	1	1	0	True	81545	fragment	False	TAN0024_000000002233	1.0		0	0	False	False	0.9970414042472839	0					non-mobilizable	no_good_hit	581.0	93.632	42.0	0.14814814814814814	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0056_000000006704	3376	0.6182198503922768	3	1	1	1	0	True	106889	fragment	False	FIJ0056_000000006704	0.9827044025157232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	94.62200000000001	46.0	0.2825575076978808	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
ISR0162_000000011508	3364	0.6182198503922768	4	1	1	1	0	True	115594	fragment	False	ISR0069_000000006919	0.9767503083564602		0	0	False	False	0.9943519830703735	0					non-mobilizable	no_good_hit	1647.0	85.307	48.0	0.24757428744693755	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0169_000000006751	3362	0.6182198503922768	4	1	1	1	0	True	55919	maximal	True	ENG0169_000000006751	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	83.95200000000001	31.0	0.14895713581868944	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0080_000000013870	3362	0.6182198503922768	4	1	1	1	0	True	119005	fragment	False	MON0080_000000013870	1.0		0	0	False	False	0.9997025728225708	0					non-mobilizable	no_good_hit	1314.0	91.17200000000001	39.0	0.01571481941214042	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
AST0025_000000010260	3336	0.6182198503922768	3	1	1	1	0	True	120480	maximal	True	AST0025_000000010260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001729804532087874	NC_042467.1	eudicots	Schrebera alata voucher XX-0-GOET-14122 chloroplast, complete genome	True	True
ENG0025_000000006966	3331	0.6182198503922768	4	1	1	1	0	True	124458	fragment	False	ENG0025_000000006966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	15.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ENG0095_000000008170	3324	0.6182198503922768	5	1	1	1	0	True	128093	fragment	False	SPA0025_000000006098	0.9805086518394205		0	0	False	False	0.9987966418266296	0					non-mobilizable	no_good_hit	1751.0	89.60600000000001	52.0	0.26394784718010916	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0151_000000005234	3322	0.6182198503922768	2	1	1	1	0	True	30777	fragment	False	ISR0151_000000005234	1.0		0	0	False	False	0.9990969300270081	0					non-mobilizable	no_good_hit								True	True
ENG0187_000000008248	3317	0.6182198503922768	5	1	1	1	0	True	128093	fragment	False	SPA0025_000000006098	0.9790385349342109		0	0	False	False	0.9996985197067261	0					non-mobilizable	no_good_hit	1744.0	89.564	52.0	0.26288659793814434	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0060_000000008495	3281	0.6182198503922768	4	1	1	1	0	True	121082	maximal	True	ENG0060_000000008495	1.0		24	7	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1542.0	82.815	70.0	0.24914397521604434	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
DEN0076_000000001678	3268	0.6182198503922768	5	1	1	1	0	True	107711	fragment	False	DEN0076_000000001678	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0049_000000006370	3268	0.6182198503922768	3	1	1	1	0	True	128091	fragment	False	MON0049_000000006370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1792.0	89.34200000000001	83.0	0.2694057004244997	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0051_000000013393	3235	0.6182198503922768	4	1	1	1	0	True	127536	fragment	False	ENG0124_000000008297	0.3530812768779274		0	0	False	False	1.0	0		MOBV			mobilizable	other	3235.0	99.969	100.0	0.5311216948595828	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0034_000000004698	3235	0.6182198503922768	6	1	1	1	0	True	88261	maximal	True	CHI0034_000000004698	1.0		2	2	False	False	0.9993817806243896	0					non-mobilizable	no_good_hit	1849.0	92.428	68.0	0.031580209278827216	NC_047916.1	viruses	Faecalibacterium phage FP_oengus, complete genome	True	True
ISR0244_000000007033	3207	0.6182198503922768	4	1	1	1	0	True	127536	fragment	False	ENG0124_000000008297	0.352305286629963		0	0	False	False	0.9906454682350159	0		MOBV			mobilizable	other	3207.0	99.93799999999999	100.0	0.5265232386270323	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0052_000000009087	3204	0.6182198503922768	4	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9941256091609667		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1863.0	86.473	67.0	0.3688394276629571	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
FIJ0039_000000007630	3203	0.6182198503922768	2	1	1	1	0	True	81568	fragment	False	FIJ0039_000000007630	0.9677591690598428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	87.73200000000001	67.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0012_000000007379	3201	0.6182198503922768	4	1	1	1	0	True	130611	fragment	False	SPA0048_000000004397	0.1175558379749323		0	0	False	False	0.9981256127357483	0		MOBV			mobilizable	other	2961.0	99.899	100.0	0.4824718734713843	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0080_000000007780	3196	0.6182198503922768	4	1	1	1	0	True	127536	fragment	False	ENG0124_000000008297	0.30304018476698125		0	0	False	False	0.999687135219574	0		MOBV			mobilizable	other	3196.0	99.906	100.0	0.5247167022499589	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0090_000000013052	3192	0.6182198503922768	4	1	1	1	0	True	81540	fragment	False	FIJ0090_000000013052	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	91.34899999999999	61.0	0.2950191570881226	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0106_000000006556	3191	0.6182198503922768	4	1	1	1	0	True	127536	fragment	False	ENG0124_000000008297	0.30282668491769726		0	0	False	False	1.0	0		MOBV			mobilizable	other	3191.0	99.84299999999999	100.0	0.5238955493512892	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MAD0097_000000012573	3180	0.6182198503922768	2	1	1	1	0	True	106889	fragment	False	FIJ0056_000000006704	0.9546800947867298		0	0	False	False	0.9987421631813049	0					non-mobilizable	no_good_hit	1656.0	94.444	52.0	0.29958340880275314	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
ISR0197_000000007780	3173	0.6182198503922768	4	1	1	1	0	True	127536	fragment	False	ENG0124_000000008297	0.3185985398754982		0	0	False	False	0.9977939128875732	0		MOBV			mobilizable	plasmid	3173.0	100.0	100.0	0.5320362294532036	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0301_000000005237	3165	0.6182198503922768	3	1	1	1	0	True	130613	fragment	False	ISR0301_000000005237	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2081.0	79.76899999999999	82.0	0.3358878199902169	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
DEN0082_000000012332	3165	0.6182198503922768	5	1	1	1	0	True	69296	maximal	True	DEN0082_000000012332	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0214_000000008665	3150	0.6182198503922768	3	1	1	1	0	True	104336	maximal	True	ISR0214_000000008665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	99.38	15.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ENG0014_000000007876	3140	0.6182198503922768	4	1	1	1	0	True	127536	fragment	False	ENG0124_000000008297	0.2844959038315686		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3140.0	99.87299999999999	100.0	0.5263334451526334	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0051_000000008754	3120	0.6182198503922768	4	1	1	1	0	True	108985	maximal	True	ENG0051_000000008754	1.0		1	1	False	False	0.987500011920929	0					non-mobilizable	no_good_hit	1412.0	74.575	44.0	0.003999162298858489	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
AST0087_000000011451	3119	0.6182198503922768	4	1	1	1	0	True	127536	fragment	False	ENG0124_000000008297	0.28225223393201754		0	0	False	False	0.9945495128631592	0		MOBV			mobilizable	other	3119.0	99.904	100.0	0.512070947610445	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0084_000000010779	3117	0.6182198503922768	4	1	1	1	0	True	115657	maximal	True	AST0084_000000010779	1.0		2	2	False	False	0.9980750679969788	0		MOBV			mobilizable	no_good_hit	1881.0	99.84100000000001	69.0	0.30653839882602313	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0059_000000004544	3113	0.6182198503922768	3	1	1	1	0	True	112880	fragment	False	AST0059_000000004544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.938808078162758e-07	LR877203.1	rodents	Onychomys torridus genome assembly, chromosome: 16	True	True
MON0034_000000007947	3111	0.6182198503922768	3	1	1	1	0	True	128115	fragment	False	MON0034_000000007947	1.0		0	0	False	False	0.996785581111908	0					non-mobilizable	no_good_hit	1151.0	77.15	65.0	0.194307978993732	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
DEN0045_000000011996	3088	0.6182198503922768	4	1	1	1	0	True	128095	fragment	False	DEN0045_000000011996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1396.0	84.241	72.0	0.226966661192314	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
FIJ0082_000000009409	3082	0.6182198503922768	4	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9935148645530267		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1913.0	86.566	71.0	0.3789745627980922	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
SPA0039_000000008425	3075	0.6182198503922768	2	1	1	1	0	True	129354	fragment	False	SPA0039_000000008425	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	3074.0	99.837	99.0	0.42438889656124845	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0344_000000010539	3073	0.6182198503922768	2	1	1	1	0	True	119252	fragment	False	ISR0344_000000010539	1.0		0	0	False	False	0.9996745586395264	0					non-mobilizable	no_good_hit								True	True
DEN0023_000000001736	3068	0.6182198503922768	3	1	1	1	0	True	130612	fragment	False	DEN0023_000000001736	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2924.0	86.696	94.0	0.473177890102723	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0812_000000012943	3051	0.6182198503922768	4	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9904639995997896		0	0	False	False	0.9744346141815186	0		MOBV			mobilizable	no_good_hit	1863.0	86.259	71.0	0.3688394276629571	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0215_000000009508	3050	0.6182198503922768	3	1	1	1	0	True	28173	maximal	True	ISR0215_000000009508	1.0		1	1	True	True	0.9990164041519165	18					non-mobilizable	no_good_hit								True	True
ENG0105_000000006921	3049	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9928931509864316		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1880.0	86.48899999999999	70.0	0.3722178060413355	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0158_000000005828	3045	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9921986535763967		0	0	False	False	0.9940886497497559	0		MOBV			mobilizable	no_good_hit	1862.0	86.46600000000001	70.0	0.3688394276629571	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
AST0101_000000003147	3044	0.6182198503922768	3	1	1	1	0	True	130611	fragment	False	SPA0048_000000004397	0.1161836607645569		0	0	False	False	1.0	0		MOBV			mobilizable	other	2935.0	99.932	100.0	0.47839556497635743	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0078_000000008336	3033	0.6182198503922768	2	1	1	1	0	True	81566	fragment	False	FIJ0078_000000008336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	88.69200000000001	68.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0014_000000008146	3032	0.6182198503922768	4	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9897887054641702		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1856.0	86.53	70.0	0.3674483306836248	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0213_000000008100	3032	0.6182198503922768	2	1	1	1	0	True	115593	fragment	False	ISR0213_000000008100	1.0		0	0	False	False	0.9934036731719971	0					non-mobilizable	no_good_hit	1752.0	85.73100000000001	57.0	0.26349302607640995	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0028_000000005374	3026	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9911536715939174		0	0	False	False	0.9990085959434509	0		MOBV			mobilizable	no_good_hit	1855.0	86.469	70.0	0.3674483306836248	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0128_000000008766	3023	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9912154074969047		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1853.0	86.454	70.0	0.36665341812400637	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0120_000000010347	3022	0.6182198503922768	4	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.9875275868179788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1856.0	89.601	61.0	0.27926015767131596	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0083_000000007364	3019	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.989799401885516		0	0	False	False	0.9976813793182373	0		MOBV			mobilizable	no_good_hit	1854.0	86.40799999999999	70.0	0.3672496025437202	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0188_000000008744	3018	0.6182198503922768	4	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9905770587946107		0	0	False	False	0.9986746311187744	0		MOBV			mobilizable	no_good_hit	1847.0	86.465	70.0	0.3658585055643879	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0044_000000005626	3007	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9886428685699479		0	0	False	False	0.983372151851654	0		MOBV			mobilizable	no_good_hit	1836.0	86.329	70.0	0.3636724960254372	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0024_000000007378	3006	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9767497988897409		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1897.0	86.45200000000001	62.0	0.37579491255961844	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
AST0153_000000010405	3005	0.6182198503922768	2	1	1	1	0	True	103441	fragment	False	AST0153_000000010405	1.0		0	0	False	False	0.9983360767364502	0					non-mobilizable	no_good_hit	82.0	98.78	3.0	0.00017254601226993866	NZ_HG529491.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	True
CHI0116_000000005780	2999	0.6182198503922768	2	1	1	1	0	True	124462	maximal	True	CHI0116_000000005780	1.0		2	1	False	False	0.9973324537277222	0					non-mobilizable	no_good_hit	484.0	99.17399999999999	16.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
SPA0096_000000012634	2997	0.6182198503922768	4	1	1	1	0	True	104334	fragment	False	SPA0096_000000012634	0.9895221304569998		0	0	False	False	0.9996663331985474	0					non-mobilizable	no_good_hit	484.0	99.38	16.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ENG0137_000000005797	2989	0.6182198503922768	4	1	1	1	0	True	130611	fragment	False	SPA0048_000000004397	0.29388291783015863		0	0	False	False	0.9996654391288757	0		MOBV			mobilizable	other	2989.0	98.929	100.0	0.48687428664601334	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0013_000000008886	2986	0.6182198503922768	2	1	1	1	0	True	121086	fragment	False	ENG0013_000000008886	0.9604594310506241		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2994.0	96.09200000000001	100.0	0.4425670668445235	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0165_000000006533	2982	0.6182198503922768	3	1	1	1	0	True	81554	fragment	False	ISR0165_000000006533	1.0		0	0	False	False	0.9996646642684937	0					non-mobilizable	no_good_hit	664.0	91.11399999999999	50.0	0.16934865900383142	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0045_01_000000004676	2981	0.6182198503922768	3	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.9948125642276544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	89.56200000000001	59.0	0.26819284414796846	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0108_01_000000003899	2980	0.6182198503922768	3	1	1	1	0	True	127536	fragment	False	ENG0124_000000008297	0.1923432169205424		0	0	False	False	0.9996644258499146	0		MOBV			mobilizable	other	2110.0	99.52600000000001	100.0	0.34636229265889307	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0147_000000006483	2978	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9755145693917077		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1564.0	86.509	70.0	0.31001589825119236	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
CHI0132_000000010640	2969	0.6182198503922768	4	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.9862965677199544		0	0	False	False	0.9996631741523743	0					non-mobilizable	no_good_hit	1803.0	89.462	60.0	0.2712249848392965	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0121_000000005967	2965	0.6182198503922768	4	1	1	1	0	True	127052	fragment	False	ENG0121_000000005967	0.9663669582757063		0	0	False	False	0.99460369348526	0		MOBV			mobilizable	other	2965.0	99.899	100.0	0.4867794383314173	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0083_000000009305	2965	0.6182198503922768	4	1	1	1	0	True	104334	fragment	False	SPA0096_000000012634	0.9857572396567544		0	0	False	False	0.9888701438903809	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	16.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
MON0013_000000016938	2961	0.6182198503922768	2	1	1	1	0	True	128117	fragment	False	MON0013_000000016938	1.0		0	0	False	False	0.993245542049408	0					non-mobilizable	chromosome	2966.0	85.57	99.0	0.4473923590054579	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0094_000000005718	2958	0.6182198503922768	4	1	1	1	0	True	61032	fragment	False	ENG0094_000000005718	1.0		0	0	False	False	0.999661922454834	0					non-mobilizable	no_good_hit	1112.0	84.53200000000001	44.0	0.16813220133414192	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0050_000000011094	2956	0.6182198503922768	4	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.9894575552288268		0	0	False	False	0.9895128607749939	0					non-mobilizable	no_good_hit	1770.0	89.322	59.0	0.2662219526986052	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0200_000000006774	2955	0.6182198503922768	4	1	1	1	0	True	128068	maximal	True	ENG0200_000000006774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	86.975	58.0	0.23549284578696345	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0052_000000011487	2955	0.6182198503922768	3	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.9920649859871506		0	0	False	False	0.9989847540855408	0					non-mobilizable	no_good_hit	1756.0	89.522	59.0	0.26425106124924197	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0031_01_000000009950	2947	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9775623048239853		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1775.0	86.197	69.0	0.35155007949125594	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0187_000000009424	2946	0.6182198503922768	4	1	1	1	0	True	115627	fragment	False	ISR0187_000000009424	1.0		0	0	False	False	0.9986422061920166	0		MOBV			mobilizable	no_good_hit	1524.0	97.441	62.0	0.20196521046341787	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0853_000000005724	2945	0.6182198503922768	3	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.9906652751743416		0	0	False	False	0.9989812970161438	0					non-mobilizable	no_good_hit	1747.0	89.46799999999999	59.0	0.26288659793814434	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0389_000000007146	2936	0.6182198503922768	3	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.9894418762069724		0	0	False	False	0.9996594190597534	0					non-mobilizable	no_good_hit	1738.0	89.413	59.0	0.2615221346270467	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0829_000000004913	2927	0.6182198503922768	3	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.9876718455890147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1729.0	89.35799999999999	59.0	0.2601576713159491	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0104_000000011368	2922	0.6182198503922768	4	1	1	1	0	True	128075	maximal	True	AST0104_000000011368	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	95.868	45.0	0.19799878714372346	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0251_000000004741	2910	0.6182198503922768	4	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.9838444548772904		0	0	False	False	0.9989690780639648	0					non-mobilizable	no_good_hit	1712.0	89.25200000000001	58.0	0.25758035172832017	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0031_000000007049	2910	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9657025349494062		0	0	False	False	0.999312698841095	0		MOBV			mobilizable	no_good_hit	1791.0	86.32	61.0	0.2933158154048284	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0093_000000006389	2907	0.6182198503922768	1	1	1	1	0	True	109554	maximal	True	AST0093_000000006389	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	359.0	87.744	15.0	0.00015460174502887505	CP039462.1	firmicutes	Streptococcus suis strain WUSS351 chromosome, complete genome	True	True
ENG0062_000000008708	2884	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.20301604222024958		0	0	False	False	1.0	0		MOBV			mobilizable	other	2884.0	95.631	100.0	0.3822865489310848	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0084_000000005920	2883	0.6182198503922768	3	1	1	1	0	True	124454	fragment	False	ISR0141_000000011893	0.9943115284229993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	17.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0141_000000011893	2877	0.6182198503922768	3	1	1	1	0	True	124454	fragment	False	ISR0141_000000011893	0.9947100961729838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	17.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ENG0073_000000008883	2877	0.6182198503922768	3	1	1	1	0	True	124454	fragment	False	ISR0141_000000011893	0.9939314502770144		0	0	False	False	0.9996524453163147	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	17.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
USA0042_01_000000007917	2876	0.6182198503922768	4	1	1	1	0	True	127052	fragment	False	ENG0121_000000005967	0.6405776846028418		0	0	False	False	0.9749652147293091	0		MOBV			mobilizable	other	2876.0	99.93	100.0	0.4721629167350961	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MAD0089_000000007982	2863	0.6182198503922768	2	1	1	1	0	True	81568	fragment	False	FIJ0039_000000007630	0.9219481735872619		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	88.60600000000001	72.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0066_000000011312	2862	0.6182198503922768	4	1	1	1	0	True	127052	fragment	False	ENG0121_000000005967	0.9565637897241891		0	0	False	False	1.0	0		MOBV			mobilizable	other	2846.0	99.719	99.0	0.4672359993430777	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0062_000000013716	2854	0.6182198503922768	2	1	1	1	0	True	129364	fragment	False	MON0062_000000013716	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2854.0	100.0	100.0	0.4415725119950472	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
FIJ0170_000000005626	2852	0.6182198503922768	2	1	1	1	0	True	106897	fragment	False	FIJ0170_000000005626	1.0		0	0	False	False	0.9992987513542175	0					non-mobilizable	other	1400.0	94.071	97.0	0.23629905277401894	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0082_000000003193	2841	0.6182198503922768	4	1	1	1	0	True	129361	maximal	True	CHI0082_000000003193	1.0		8	5	False	False	0.9933122396469116	0		MOBV			mobilizable	no_good_hit	1709.0	99.473	60.0	0.2642005881442501	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ENG0211_000000009343	2837	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9243318502891634		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1662.0	85.921	68.0	0.3292925278219396	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0034_000000005099	2829	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9225685512810341		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1655.0	85.801	68.0	0.3277027027027027	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
SPA0057_000000011043	2828	0.6182198503922768	2	1	1	1	0	True	124455	fragment	False	SPA0057_000000011043	1.0		0	0	False	False	0.99929279088974	0					non-mobilizable	no_good_hit	444.0	99.55	16.0	0.47685683530678147	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0312_000000005839	2827	0.6182198503922768	4	1	1	1	0	True	74760	maximal	True	ISR0312_000000005839	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0129_000000009429	2826	0.6182198503922768	4	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9219514615706247		0	0	False	False	0.9996461272239685	0		MOBV			mobilizable	no_good_hit	1657.0	85.757	68.0	0.32829888712241656	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0028_000000006535	2824	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9209254079119722		0	0	False	False	0.9996458888053894	0		MOBV			mobilizable	no_good_hit	1655.0	85.74	68.0	0.3279014308426073	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
USA0004_01_000000008880	2823	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9212827015232298		0	0	False	False	0.9879560470581055	0		MOBV			mobilizable	no_good_hit	1638.0	85.958	68.0	0.3245230524642289	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
FIJ0084_000000004790	2823	0.6182198503922768	4	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.9213187167763806		0	0	False	False	0.9989373087882996	0		MOBV			mobilizable	no_good_hit	1638.0	86.02	68.0	0.3245230524642289	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0161_000000010682	2822	0.6182198503922768	2	1	1	1	0	True	106899	fragment	False	MON0032_000000006405	0.16364772194526483		0	0	False	False	0.997873842716217	0					non-mobilizable	other	2819.0	99.681	99.0	0.47648849797023	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0158_000000006400	2822	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.19133477025069115		0	0	False	False	1.0	0		MOBV			mobilizable	other	2823.0	96.068	100.0	0.3741866949940247	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0010_000000007289	2822	0.6182198503922768	3	1	1	1	0	True	127534	fragment	False	ENG0010_000000007289	0.9902623399798842		0	0	False	False	1.0	0		MOBV			mobilizable	other	2822.0	99.85799999999999	100.0	0.46313023484972904	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0010_000000015780	2821	0.6182198503922768	4	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.11122235866553438		0	0	False	False	1.0	0		MOBV			mobilizable	other	2565.0	100.0	100.0	0.379739336492891	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0233_000000004514	2821	0.6182198503922768	4	1	1	1	0	True	118996	maximal	True	ISR0233_000000004514	1.0		0	0	False	False	0.9844027161598206	0					non-mobilizable	no_good_hit	617.0	71.961	21.0	0.01190690600548318	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	True
ENG0036_000000008329	2818	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.19190574622883963		0	0	False	False	1.0	0		MOBV			mobilizable	other	2819.0	96.275	100.0	0.3736555570309388	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0155_000000007996	2818	0.6182198503922768	3	1	1	1	0	True	115653	fragment	False	ENG0155_000000007996	0.9786807580174928		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2829.0	98.021	100.0	0.4790784346942233	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ENG0066_000000006774	2809	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.8850479521961561		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1662.0	86.161	58.0	0.27229430119888326	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0039_000000008574	2809	0.6182198503922768	4	1	1	1	0	True	107709	fragment	False	FIJ0039_000000008574	1.0		0	0	False	False	0.9868280291557312	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.006405856783344772	XM_026114477.1	birds	PREDICTED: Dromaius novaehollandiae estrogen receptor 2 (ESR2), transcript variant X2, mRNA	True	True
SPA0009_000000012628	2808	0.6182198503922768	2	1	1	1	0	True	115592	fragment	False	SPA0009_000000012628	1.0		0	0	False	False	0.9992877244949341	0					non-mobilizable	chromosome	2871.0	81.85300000000001	100.0	0.43101879927228626	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0329_000000004762	2806	0.6182198503922768	3	1	1	1	0	True	128087	fragment	False	ISR0329_000000004762	0.9683225341972642		0	0	False	False	0.9960798025131226	0					non-mobilizable	no_good_hit	1583.0	89.64	56.0	0.23862947240751972	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0150_000000008142	2805	0.6182198503922768	2	1	1	1	0	True	87878	fragment	False	ISR0150_000000008142	0.9862106017191977		0	0	False	False	0.9928698539733887	0					non-mobilizable	no_good_hit	202.0	74.752	7.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0033_000000012477	2805	0.6182198503922768	3	1	1	1	0	True	106898	fragment	False	FIJ0033_000000012477	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1669.0	97.36399999999999	97.0	0.3017569280927368	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0054_000000008647	2803	0.6182198503922768	2	1	1	1	0	True	121086	fragment	False	ENG0013_000000008886	0.908754335255329		0	0	False	False	1.0	0		MOBV			mobilizable	other	2806.0	95.973	100.0	0.4598456232550501	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0134_000000011620	2793	0.6182198503922768	2	1	1	1	0	True	129352	fragment	False	ISR0134_000000011620	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2793.0	99.785	100.0	0.3855821019196244	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
CHI0038_000000004122	2792	0.6182198503922768	2	1	1	1	0	True	87878	fragment	False	ISR0150_000000008142	0.9841354723707665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	75.248	7.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
FIJ0088_000000009905	2788	0.6182198503922768	3	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.9472734074486907		0	0	False	False	0.9788378477096558	0					non-mobilizable	no_good_hit	1589.0	89.427	56.0	0.23969072164948454	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0153_000000009595	2786	0.6182198503922768	3	1	1	1	0	True	130979	fragment	False	FIJ0153_000000009595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1932.0	95.186	69.0	0.6906733885487937	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
SPA0129_000000009825	2781	0.6182198503922768	4	1	1	1	0	True	127534	fragment	False	ENG0010_000000007289	0.985044176202376		0	0	False	False	0.9978424906730652	0		MOBV			mobilizable	plasmid	2781.0	99.74799999999999	100.0	0.4662864810466287	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0025_000000014109	2780	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.17911665532046553		0	0	False	False	1.0	0		MOBV			mobilizable	other	2781.0	95.685	100.0	0.36860974638162264	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0076_000000005084	2778	0.6182198503922768	4	1	1	1	0	True	128087	fragment	False	ISR0329_000000004762	0.9636493228795437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1752.0	89.669	62.0	0.26409945421467557	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0103_000000010009	2778	0.6182198503922768	2	1	1	1	0	True	124454	fragment	False	ISR0141_000000011893	0.9730438058915476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	17.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
CAN0023_000000003049	2775	0.6182198503922768	2	1	1	1	0	True	106461	fragment	False	CAN0023_000000003049	1.0		0	0	False	False	0.999639630317688	0					non-mobilizable	no_good_hit	1266.0	84.992	52.0	0.2048740861088546	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ENG0156_000000005707	2774	0.6182198503922768	4	1	1	1	0	True	115636	fragment	False	ENG0156_000000005707	1.0		0	0	False	False	0.9992790222167969	0		MOBV			mobilizable	no_good_hit	1539.0	95.906	68.0	0.25044839393445295	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0840_000000005402	2772	0.6182198503922768	3	1	1	1	0	True	129350	fragment	False	ISR0840_000000005402	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2573.0	100.0	100.0	0.32689374682257244	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0106_000000014141	2771	0.6182198503922768	3	1	1	1	0	True	104334	fragment	False	SPA0096_000000012634	0.9394101990317093		0	0	False	False	0.996030330657959	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	17.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ENG0004_000000009511	2768	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.8107287575860018		0	0	False	False	0.9934971332550049	0		MOBV			mobilizable	no_good_hit	1637.0	86.316	58.0	0.2683527672852685	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0059_000000004502	2763	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.8090578334515744		0	0	False	False	0.9996380805969238	0		MOBV			mobilizable	no_good_hit	1637.0	86.133	58.0	0.2683527672852685	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0056_000000007945	2762	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.18976391977896026		0	0	False	False	1.0	0		MOBV			mobilizable	other	2762.0	97.538	100.0	0.36648519452927897	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0087_000000009870	2759	0.6182198503922768	2	1	1	1	0	True	124454	fragment	False	ISR0141_000000011893	0.9792221479675611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	18.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0256_000000006516	2750	0.6182198503922768	4	1	1	1	0	True	123099	fragment	False	ISR0256_000000006516	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1446.0	84.993	83.0	0.2344692646339475	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0090_000000008152	2744	0.6182198503922768	3	1	1	1	0	True	115653	fragment	False	ENG0155_000000007996	0.96611071682044		0	0	False	False	0.9996355772018433	0		MOBV			mobilizable	plasmid	2755.0	99.383	100.0	0.4665424360494664	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ENG0154_000000011116	2738	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.1726451343836013		0	0	False	False	1.0	0		MOBV			mobilizable	other	2660.0	95.52600000000001	100.0	0.3525428229982738	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0159_000000008653	2736	0.6182198503922768	3	1	1	1	0	True	120115	fragment	False	FIJ0159_000000008653	1.0		0	0	False	False	0.9930555820465088	0					non-mobilizable	no_good_hit	1145.0	80.262	83.0	0.19282814614343707	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0076_000000005795	2734	0.6182198503922768	2	1	1	1	0	True	129353	fragment	False	FIJ0076_000000005795	0.997039230199852		0	0	False	False	0.9974396228790283	0		MOBV			mobilizable	other	2734.0	99.963	100.0	0.34735638027452975	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0111_000000007918	2732	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.6732489393748387		0	0	False	False	0.998901903629303	0		MOBV			mobilizable	no_good_hit	1552.0	86.53399999999999	67.0	0.307631160572337	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0113_000000005691	2717	0.6182198503922768	2	1	1	1	0	True	128113	fragment	False	ISR0113_000000005691	0.9950748620961387		0	0	False	False	1.0	0					non-mobilizable	chromosome	2724.0	91.814	100.0	0.4116130988477865	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0115_000000008879	2713	0.6182198503922768	3	1	1	1	0	True	128065	fragment	False	ENG0052_000000009087	0.5100436928186239		0	0	False	False	0.9985256195068359	0		MOBV			mobilizable	no_good_hit	1552.0	86.53399999999999	67.0	0.307631160572337	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0016_000000008413	2705	0.6182198503922768	4	1	1	1	0	True	66800	maximal	True	ENG0016_000000008413	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	1.2912358724354101e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
FIJ0140_000000011044	2702	0.6182198503922768	2	1	1	1	0	True	129353	fragment	False	FIJ0076_000000005795	0.9912216532553035		0	0	False	False	0.9940784573554993	0		MOBV			mobilizable	other	2694.0	99.666	99.0	0.34227249618708694	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0088_000000004520	2699	0.6182198503922768	3	1	1	1	0	True	110439	maximal	True	AST0088_000000004520	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	2142.0	98.319	79.0	0.052148885311478606	MK232302.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N04_2-proph-CL17_c6 sequence	True	True
CHI0181_000000007547	2696	0.6182198503922768	4	1	1	1	0	True	77435	fragment	False	CHI0181_000000007547	0.9710515951161874		0	0	False	False	0.9996290802955627	0					non-mobilizable	no_good_hit	883.0	84.145	42.0	0.1298354824366385	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
DEN0014_000000000811	2696	0.6182198503922768	2	1	1	1	0	True	75418	fragment	False	DEN0014_000000000811	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2533.0	99.25	100.0	0.4957900920305463	LN853043.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0393	False	True
FIJ0067_000000011087	2694	0.6182198503922768	2	1	1	1	0	True	124454	fragment	False	ISR0141_000000011893	0.9647872622466137		0	0	False	False	0.9877505302429199	0					non-mobilizable	no_good_hit	484.0	99.38	18.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0257_000000006125	2694	0.6182198503922768	2	1	1	1	0	True	106887	maximal	True	ISR0257_000000006125	1.0		0	0	False	False	0.9992576241493225	0					non-mobilizable	no_good_hit	1634.0	94.492	61.0	0.29541749683028434	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
AST0149_000000010134	2689	0.6182198503922768	3	1	1	1	0	True	127534	fragment	False	ENG0010_000000007289	0.9571447896599612		0	0	False	False	0.9985124468803406	0		MOBV			mobilizable	other	2259.0	99.51299999999999	100.0	0.3708326490392511	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0188_000000005600	2688	0.6182198503922768	1	1	1	1	0	True	129365	maximal	True	CHI0188_000000005600	1.0		7	4	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2352.0	99.95700000000001	89.0	0.01999506714634416	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
FIJ0135_000000010728	2685	0.6182198503922768	3	1	1	1	0	True	128089	fragment	False	FIJ0135_000000010728	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	90.75200000000001	89.0	0.25288053365676166	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0037_000000010987	2679	0.6182198503922768	2	1	1	1	0	True	81594	fragment	False	FIJ0037_000000010987	1.0		0	0	False	False	0.9973871111869812	0					non-mobilizable	no_good_hit	904.0	92.92	77.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0010_000000008283	2676	0.6182198503922768	3	1	1	1	0	True	94920	fragment	False	SPA0010_000000008283	1.0		0	0	False	False	0.9977578520774841	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.68689467305886e-07	CP045891.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 2	True	True
CHI0165_000000006099	2657	0.6182198503922768	3	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.5474523293312542		0	0	False	False	0.9988709092140198	0					non-mobilizable	no_good_hit	1458.0	88.889	54.0	0.21983020012128562	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0014_000000009053	2652	0.6182198503922768	3	1	1	1	0	True	81595	maximal	True	FIJ0014_000000009053	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	89.195	73.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
TAN0007_000000014254	2649	0.6182198503922768	4	1	1	1	0	True	68057	fragment	False	TAN0007_000000014254	1.0		0	0	False	False	0.995092511177063	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	3.0	0.06035767511177347	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
CAN0002_000000006896	2649	0.6182198503922768	1	1	1	1	0	True	96952	maximal	True	CAN0002_000000006896	1.0		1	1	False	False	0.9920724630355835	0					non-mobilizable	no_good_hit	852.0	80.634	42.0	0.2996038890889449	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
MAD0001_000000009699	2647	0.6182198503922768	2	1	1	1	0	True	128083	fragment	False	MAD0001_000000009699	0.9962763756723211		0	0	False	False	0.9947109818458557	0					non-mobilizable	no_good_hit	1677.0	88.90899999999999	63.0	0.25227410551849605	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0158_000000006882	2645	0.6182198503922768	1	1	1	1	0	True	129363	fragment	False	ENG0158_000000006882	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2645.0	99.962	100.0	0.40922457823866276	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0101_000000016599	2645	0.6182198503922768	3	1	1	1	0	True	104332	fragment	False	DEN0005_000000013107	0.7205451912737733		0	0	False	False	0.9943289160728455	0					non-mobilizable	no_good_hit	484.0	99.38	18.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
AST0104_000000012698	2641	0.6182198503922768	3	1	1	1	0	True	107932	maximal	True	AST0104_000000012698	1.0		7	5	False	False	0.9996213316917419	0					non-mobilizable	no_good_hit	56.0	87.5	2.0	1.8688940258933567e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
DEN0005_000000013107	2628	0.6182198503922768	3	1	1	1	0	True	104332	fragment	False	DEN0005_000000013107	0.7238355025760445		0	0	False	False	0.982876718044281	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	18.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
DEN0008_000000002928	2625	0.6182198503922768	2	1	1	1	0	True	121092	fragment	False	DEN0008_000000002928	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2625.0	99.81	100.0	0.38891359122572994	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
SPA0011_000000007297	2623	0.6182198503922768	2	1	1	1	0	True	83730	fragment	False	SPA0011_000000007297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	73.762	9.0	6.360184073511986e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
SPA0145_000000013028	2620	0.6182198503922768	2	1	1	1	0	True	124454	fragment	False	ISR0141_000000011893	0.9476246217176566		0	0	False	False	0.9992366433143616	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	18.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
FIJ0015_000000011377	2613	0.6182198503922768	2	1	1	1	0	True	81567	fragment	False	FIJ0015_000000011377	1.0		0	0	False	False	0.9996172785758972	0					non-mobilizable	no_good_hit	909.0	86.359	66.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0070_000000007122	2604	0.6182198503922768	4	1	1	1	0	True	65794	fragment	False	MAD0070_000000007122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	87.5	26.0	0.00019085977921704824	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0185_000000012539	2600	0.6182198503922768	4	1	1	1	0	True	46457	fragment	False	ISR0185_000000012539	1.0		0	0	False	False	0.9965384602546692	0					non-mobilizable	other	2483.0	94.402	95.0	0.01227239675308294	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
FIJ0133_000000014503	2594	0.6182198503922768	3	1	1	1	0	True	40699	maximal	True	FIJ0133_000000014503	1.0		1	1	False	False	0.9992290139198303	0					non-mobilizable	no_good_hit								True	True
ISR0070_000000007963	2583	0.6182198503922768	4	1	1	1	0	True	37330	maximal	True	ISR0070_000000007963	1.0		2	1	False	False	0.9988385438919067	0					non-mobilizable	no_good_hit	86.0	88.37200000000001	3.0	0.00042089209317065443	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	True
AST0059_000000005626	2572	0.6182198503922768	4	1	1	1	0	True	127535	fragment	False	AST0059_000000005626	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	98.568	100.0	0.3186042719713028	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0395_000000015056	2569	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.12080154199485552		0	0	False	False	1.0	0		MOBV			mobilizable	other	2569.0	100.0	100.0	0.3409905723011552	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0128_000000014489	2562	0.6182198503922768	3	1	1	1	0	True	57257	fragment	False	SPA0128_000000014489	1.0		0	0	False	False	0.9976580739021301	0					non-mobilizable	no_good_hit								True	True
CHI0154_000000012301	2552	0.6182198503922768	3	1	1	1	0	True	128096	fragment	False	CHI0154_000000012301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1766.0	89.354	69.0	0.2656155245603396	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0279_000000008144	2546	0.6182198503922768	4	1	1	1	0	True	119020	fragment	False	ISR0279_000000008144	1.0		0	0	False	False	0.9988216757774353	0					non-mobilizable	no_good_hit	1337.0	91.399	52.0	0.016052254184793745	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0060_000000011123	2545	0.6182198503922768	3	1	1	1	0	True	128097	fragment	False	USA0045_01_000000004676	0.23824540969623206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	88.53399999999999	54.0	0.20755003032140693	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0128_000000013962	2539	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9973732184094831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0822_000000002461	2538	0.6182198503922768	2	1	1	1	0	True	128113	fragment	False	ISR0113_000000005691	0.9624585940375414		0	0	False	False	1.0	0					non-mobilizable	chromosome	2543.0	91.899	99.0	0.38432383262583386	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0348_000000005731	2537	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9969684344805949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0008_000000004815	2533	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9976214137149604		0	0	False	False	0.9964469075202942	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
SPA0047_000000015503	2533	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.08981521689194133		0	0	False	False	1.0	0		MOBV			mobilizable	other	2535.0	96.292	100.0	0.33594476165183906	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0024_000000009175	2533	0.6182198503922768	3	1	1	1	0	True	108982	maximal	True	ISR0024_000000009175	1.0		0	0	False	False	0.9976312518119812	0					non-mobilizable	no_good_hit	1419.0	74.419	55.0	0.004010637656961383	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
SPA0124_000000011552	2523	0.6182198503922768	2	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9959618557899845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
CAN0003_000000019761	2519	0.6182198503922768	3	1	1	1	0	True	130611	fragment	False	SPA0048_000000004397	0.0884605516404067		0	0	False	False	1.0	0					non-mobilizable	other	2519.0	99.921	100.0	0.41040273927930865	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0003_000000010431	2519	0.6182198503922768	2	1	1	1	0	True	128114	fragment	False	ISR0003_000000010431	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2511.0	88.76899999999999	99.0	0.37825955124317767	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0323_000000008002	2516	0.6182198503922768	2	1	1	1	0	True	38165	fragment	False	ISR0323_000000008002	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0182_000000011299	2516	0.6182198503922768	3	1	1	1	0	True	104332	fragment	False	DEN0005_000000013107	0.7160915843719851		0	0	False	False	0.9992051124572754	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	19.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0385_000000008646	2515	0.6182198503922768	2	1	1	1	0	True	23044	fragment	False	ISR0385_000000008646	1.0		0	0	False	False	0.9996023774147034	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.010082150858849889	NC_016573.1	viruses	Sida mosaic Alagoas virus DNA-A, complete genome	True	True
USA0026_01_000000013080	2500	0.6182198503922768	1	1	1	1	0	True	85155	maximal	True	USA0026_01_000000013080	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	100.0	7.0	9.7049859657718e-05	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
USA0023_01_000000012519	2495	0.6182198503922768	3	1	1	1	0	True	123098	fragment	False	USA0023_01_000000012519	1.0		0	0	False	False	0.9879759550094604	0		MOBV			mobilizable	other	2495.0	99.84	100.0	0.4095910658564625	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0003_000000010592	2485	0.6182198503922768	3	1	1	1	0	True	115635	fragment	False	ISR0003_000000010592	1.0		0	0	False	False	0.9991951584815979	0		MOBV			mobilizable	no_good_hit	1086.0	94.015	80.0	0.009348212283757913	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
DEN0079_000000022667	2477	0.6182198503922768	3	1	1	1	0	True	69574	fragment	False	DEN0079_000000022667	1.0		0	0	False	False	0.9967702627182007	0					non-mobilizable	no_good_hit	49.0	87.755	2.0	9.491736681902025e-07	CP032572.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_02	True	True
MON0037_000000027985	2476	0.6182198503922768	2	1	1	1	0	True	68155	maximal	True	MON0037_000000027985	1.0		13	4	False	False	0.9971728324890137	0					non-mobilizable	no_good_hit	665.0	90.075	27.0	0.00023430715480186754	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
SPA0111_000000013914	2472	0.6182198503922768	2	1	1	1	0	True	106883	fragment	False	SPA0111_000000013914	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2472.0	97.654	100.0	0.44756384712914327	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
DEN0031_000000013824	2461	0.6182198503922768	4	1	1	1	0	True	73796	maximal	True	DEN0031_000000013824	1.0		31	6	False	False	0.9991873502731323	0					non-mobilizable	no_good_hit	40.0	90.0	2.0	1.1202335141122135e-05	NZ_RSDX01000001.1	firmicutes	Herbinix hemicellulosilytica strain LL1355 Ga0256695_11, whole genome shotgun sequence	True	True
ISR0198_000000013506	2454	0.6182198503922768	2	1	1	1	0	True	104340	fragment	False	ISR0198_000000013506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	82.34200000000001	22.0	0.00011576811929130725	CP017603.1	firmicutes	Clostridium formicaceticum strain ATCC 27076, complete genome	True	True
ISR0133_000000008364	2453	0.6182198503922768	3	1	1	1	0	True	115628	fragment	False	ISR0133_000000008364	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2453.0	95.516	100.0	0.32505643340857787	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
AST0014_000000006974	2452	0.6182198503922768	2	1	1	1	0	True	124454	fragment	False	ISR0141_000000011893	0.35495811302470287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	99.119	19.0	0.4865446716899892	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
FIJ0126_000000015178	2442	0.6182198503922768	2	1	1	1	0	True	129345	fragment	False	FIJ0126_000000015178	1.0		0	0	False	False	0.9975429773330688	0		MOBV			mobilizable	plasmid	2442.0	100.0	100.0	0.3371081342356028	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0015_000000007440	2439	0.6182198503922768	3	1	1	1	0	True	129328	fragment	False	ENG0015_000000007440	1.0		0	0	False	False	0.999180018901825	0		MOBV			mobilizable	no_good_hit	1287.0	92.696	56.0	0.0003414512503157027	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0058_000000010348	2438	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9868237347506225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ENG0036_000000009784	2435	0.6182198503922768	2	1	1	1	0	True	120110	fragment	False	ENG0036_000000009784	1.0		0	0	False	False	0.9991786479949951	0		MOBV			mobilizable	no_good_hit	1555.0	86.495	74.0	0.3082273449920509	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0088_000000008427	2434	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.986338985639375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0033_000000012712	2433	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9860829553000611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ENG0199_000000010353	2432	0.6182198503922768	2	1	1	1	0	True	54283	maximal	True	ENG0199_000000010353	1.0		4	3	False	False	0.9802631735801697	0					non-mobilizable	no_good_hit	72.0	81.944	3.0	0.018234672304439745	NZ_HE611077.1	firmicutes	Kurthia senegalensis strain JC8E, whole genome shotgun sequence	True	True
ENG0187_000000011968	2431	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9849391454576651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	100.0	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
SPA0048_000000008234	2431	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9850672325501664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0125_000000014227	2422	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9831744671398402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ENG0137_000000006985	2422	0.6182198503922768	4	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9943671702984936		0	0	False	False	0.9979355931282043	0		MOBV			mobilizable	other	2422.0	98.431	99.0	0.39743800295615045	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MAD0099_000000012841	2420	0.6182198503922768	1	1	1	1	0	True	81561	fragment	False	MAD0099_000000012841	0.9785380365490863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	88.71700000000001	72.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0093_000000008173	2419	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9851907088852501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
SPA0040_000000016975	2419	0.6182198503922768	2	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9889894200868128		0	0	False	False	0.9962794780731201	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
MON0025_000000015851	2417	0.6182198503922768	2	1	1	1	0	True	128083	fragment	False	MAD0001_000000009699	0.9531545145447677		0	0	False	False	0.9718659520149231	0					non-mobilizable	no_good_hit	1652.0	88.559	68.0	0.24848392965433597	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0139_000000011357	2413	0.6182198503922768	3	1	1	1	0	True	74017	fragment	False	ISR0008_000000004815	0.9804823447865642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
SPA0095_000000008348	2413	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8938524575743781		0	0	False	False	1.0	0		MOBV			mobilizable	other	2312.0	100.0	98.0	0.019654870342493132	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0100_000000012329	2410	0.6182198503922768	3	1	1	1	0	True	104332	fragment	False	DEN0005_000000013107	0.7059389163539043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	99.17399999999999	20.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
SPA0119_000000013422	2406	0.6182198503922768	2	1	1	1	0	True	4217	maximal	True	SPA0119_000000013422	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0031_000000009285	2402	0.6182198503922768	3	1	1	1	0	True	104329	fragment	False	ISR0031_000000009285	1.0		0	0	False	False	0.9941715002059937	0					non-mobilizable	no_good_hit	454.0	95.815	19.0	0.47793326157158234	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0018_000000008927	2400	0.6182198503922768	3	1	1	1	0	True	129349	fragment	False	ISR0018_000000008927	0.9695061684400262		0	0	False	False	1.0	0		MOBV			mobilizable	other	2365.0	99.281	99.0	0.24237131408609883	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
ISR0303_000000005126	2394	0.6182198503922768	4	1	1	1	0	True	130611	fragment	False	SPA0048_000000004397	0.1459341321782875		0	0	False	False	0.9995822906494141	0					non-mobilizable	other	2395.0	99.708	100.0	0.3901842491439752	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0014_000000006826	2393	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.0663765720606988		0	0	False	False	1.0	0		MOBV			mobilizable	other	2397.0	94.743	100.0	0.31748771743460363	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0802_000000006630	2390	0.6182198503922768	2	1	1	1	0	True	129349	fragment	False	ISR0018_000000008927	0.9682688821418173		0	0	False	False	1.0	0		MOBV			mobilizable	other	2340.0	99.87200000000001	98.0	0.36170871382138986	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0187_000000011767	2384	0.6182198503922768	4	1	1	1	0	True	128078	fragment	False	ISR0187_000000011767	1.0		0	0	False	False	0.9765100479125977	0					non-mobilizable	chromosome	2342.0	96.456	98.0	0.3544572468162523	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0083_000000010840	2378	0.6182198503922768	3	1	1	1	0	True	34107	fragment	False	ISR0083_000000010840	1.0		0	0	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit								True	True
MON0017_000000008196	2377	0.6182198503922768	1	1	1	1	0	True	13302	fragment	False	MON0017_000000008196	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1838.0	84.984	98.0	0.534994068801898	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0266_000000007243	2376	0.6182198503922768	4	1	1	1	0	True	129343	fragment	False	ISR0266_000000007243	0.9732391564596626		0	0	False	False	1.0	0		MOBV			mobilizable	other	1861.0	99.463	91.0	0.23627351296390442	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0009_000000005147	2375	0.6182198503922768	3	1	1	1	0	True	67327	fragment	False	ENG0009_000000005147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0043_000000011570	2368	0.6182198503922768	3	1	1	1	0	True	130977	fragment	False	MON0043_000000011570	1.0		0	0	False	False	0.9957770109176636	0					non-mobilizable	plasmid	2114.0	93.803	98.0	0.7554915376305366	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0239_000000006167	2362	0.6182198503922768	3	1	1	1	0	True	115622	fragment	False	ISR0239_000000006167	1.0		0	0	False	False	0.9987298846244812	0		MOBV			mobilizable	no_good_hit	1323.0	96.07	63.0	0.21539214087722158	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0014_000000006930	2360	0.6182198503922768	2	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.04312989285972413		0	0	False	False	1.0	0		MOBV			mobilizable	other	2366.0	85.84100000000001	100.0	0.38479224831663655	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0006_000000013630	2356	0.6182198503922768	2	1	1	1	0	True	22536	fragment	False	SPA0006_000000013630	0.9548627268496975		0	0	False	False	0.9970288872718811	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.118032585782799e-06	CP058647.1	a-proteobacteria	Hyphobacterium sp. CCMP332 chromosome	True	True
ISR0273_000000004806	2353	0.6182198503922768	1	1	1	1	0	True	81561	fragment	False	MAD0099_000000012841	0.965289256198347		0	0	False	False	0.9995750188827515	0					non-mobilizable	no_good_hit	904.0	92.699	86.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0106_000000010959	2350	0.6182198503922768	2	1	1	1	0	True	42352	fragment	False	FIJ0106_000000010959	1.0		0	0	False	False	0.9919148683547974	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	5.851995428031039e-07	CP047560.1	eudicots	Solanum pinnatisectum cultivar CGN17745 chromosome 9	True	True
MON0065_000000010954	2349	0.6182198503922768	2	1	1	1	0	True	115591	fragment	False	MON0065_000000010954	1.0		0	0	False	False	0.997871458530426	0					non-mobilizable	no_good_hit	1578.0	85.361	66.0	0.23771983020012127	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0150_000000011872	2348	0.6182198503922768	3	1	1	1	0	True	104131	maximal	True	AST0150_000000011872	1.0		0	0	False	False	0.9995741248130798	0					non-mobilizable	no_good_hit								True	True
FIJ0002_000000015187	2344	0.6182198503922768	2	1	1	1	0	True	106896	fragment	False	FIJ0002_000000015187	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2349.0	91.315	99.0	0.42166274225683753	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0028_000000013065	2337	0.6182198503922768	3	1	1	1	0	True	128062	fragment	False	FIJ0028_000000013065	0.9804289052440395		0	0	False	False	0.985023558139801	0					non-mobilizable	no_good_hit	1080.0	79.907	59.0	0.20747217806041335	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
AST0116_000000011569	2333	0.6182198503922768	2	1	1	1	0	True	106232	fragment	False	AST0116_000000011569	1.0		0	0	False	False	0.9691384434700012	0					non-mobilizable	no_good_hit								True	True
ISR0315_000000004011	2332	0.6182198503922768	3	1	1	1	0	True	55625	fragment	False	ISR0315_000000004011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	86.728	28.0	0.00018403319993059644	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
DEN0041_000000014725	2321	0.6182198503922768	2	1	1	1	0	True	73119	maximal	True	DEN0041_000000014725	1.0		1	1	False	False	0.9961223602294922	0					non-mobilizable	no_good_hit	295.0	90.169	13.0	0.00010411417429491863	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0262_000000007004	2315	0.6182198503922768	2	1	1	1	0	True	128055	fragment	False	ISR0262_000000007004	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2315.0	94.039	99.0	0.35051546391752575	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0183_000000012422	2299	0.6182198503922768	4	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.994385406489667		0	0	False	False	0.9991300702095032	0		MOBV			mobilizable	other	2301.0	98.87	100.0	0.377401872228609	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0829_000000006436	2296	0.6182198503922768	2	1	1	1	0	True	68056	fragment	False	ISR0829_000000006436	0.9568255208624662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	85.714	8.0	0.026064555235641763	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
CHI0019_000000003735	2295	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8935716968312848		0	0	False	False	1.0	0		MOBV			mobilizable	other	2295.0	100.0	100.0	0.35505339730691843	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0785_000000015672	2289	0.6182198503922768	2	1	1	1	0	True	129349	fragment	False	ISR0018_000000008927	0.4755230125523012		0	0	False	False	1.0	0		MOBV			mobilizable	other	2290.0	99.913	100.0	0.3542795232936078	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0022_01_000000003227	2289	0.6182198503922768	2	1	1	1	0	True	129331	fragment	False	USA0022_01_000000003227	1.0		0	0	False	False	0.9973787665367126	0		MOBV			mobilizable	other	2081.0	79.433	90.0	0.3358878199902169	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0836_000000008775	2286	0.6182198503922768	2	1	1	1	0	True	91499	maximal	True	ISR0836_000000008775	1.0		1	1	False	False	0.9938757419586182	0					non-mobilizable	no_good_hit								True	True
DEN0026_000000012810	2284	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8781082243527124		0	0	False	False	0.9820490479469299	0		MOBV			mobilizable	other	2274.0	99.56	99.0	0.35180312645101375	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0101_01_000000014194	2281	0.6182198503922768	1	1	1	1	0	True	119251	fragment	False	USA0101_01_000000014194	1.0		0	0	False	False	0.9973695874214172	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00029330719297297715	NZ_RBXN01000010.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_110, whole genome shotgun sequence	True	True
CHI0140_000000012830	2281	0.6182198503922768	2	1	1	1	0	True	107713	fragment	False	CHI0140_000000012830	1.0		0	0	False	False	0.9877246618270874	0					non-mobilizable	no_good_hit								True	True
ISR0232_000000012022	2270	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.033874261325011		0	0	False	False	0.9995594620704651	0		MOBV			mobilizable	other	2272.0	95.95100000000001	100.0	0.3008896560881689	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0062_000000016746	2268	0.6182198503922768	4	1	1	1	0	True	28869	fragment	False	MON0062_000000016746	1.0		0	0	False	False	0.9814814925193787	0					non-mobilizable	no_good_hit								True	True
ENG0111_000000009011	2267	0.6182198503922768	1	1	1	1	0	True	120614	fragment	False	ENG0111_000000009011	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2267.0	99.471	100.0	0.4104328925919217	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MON0006_000000009450	2265	0.6182198503922768	2	1	1	1	0	True	106895	fragment	False	MON0006_000000009450	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1868.0	99.51799999999999	100.0	0.3381633761999638	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CHI0068_000000006350	2263	0.6182198503922768	1	1	1	1	0	True	85154	fragment	False	CHI0068_000000006350	0.9827662395050818		0	0	False	False	0.9991162419319153	0					non-mobilizable	no_good_hit	604.0	72.351	26.0	0.2135678391959799	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	True	True
ENG0029_000000010751	2263	0.6182198503922768	1	1	1	1	0	True	85154	fragment	False	CHI0068_000000006350	0.9827662395050818		0	0	False	False	0.9964648485183716	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	4.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0051_000000012430	2261	0.6182198503922768	2	1	1	1	0	True	64070	fragment	False	ENG0051_000000012430	1.0		0	0	False	False	0.9889429211616516	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.487419797700613e-06	NZ_CP040908.1	CFB group bacteria	Empedobacter falsenii strain 1681-1 chromosome, complete genome	True	True
SPA0120_000000018321	2257	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9541501005809102		0	0	False	False	0.9995569586753845	0		MOBV			mobilizable	other	2257.0	99.867	100.0	0.37050418787978323	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0812_000000017632	2254	0.6182198503922768	3	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.9239462939297843		0	0	False	False	1.0	0		MOBV			mobilizable	other	2050.0	99.805	100.0	0.334094244252405	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0020_000000004362	2253	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8757151696084341		0	0	False	False	1.0	0		MOBV			mobilizable	other	2253.0	100.0	100.0	0.3485528555951091	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0080_000000023336	2242	0.6182198503922768	2	1	1	1	0	True	68056	fragment	False	ISR0829_000000006436	0.9484295338109642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	96.154	3.0	0.011668434611304743	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0096_000000016092	2237	0.6182198503922768	2	1	1	1	0	True	43010	fragment	False	FIJ0096_000000016092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0050_000000011310	2237	0.6182198503922768	2	1	1	1	0	True	129349	fragment	False	ISR0018_000000008927	0.4752092050209205		0	0	False	False	1.0	0		MOBV			mobilizable	other	2004.0	99.75	99.0	0.3808708880015212	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0099_000000007606	2234	0.6182198503922768	2	1	1	1	0	True	115595	fragment	False	ENG0099_000000007606	1.0		0	0	False	False	0.9991047382354736	0					non-mobilizable	chromosome	2278.0	84.50399999999999	100.0	0.3429351121892056	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0179_000000014910	2231	0.6182198503922768	3	1	1	1	0	True	55393	maximal	True	ENG0179_000000014910	1.0		4	4	False	False	0.9959659576416016	0					non-mobilizable	no_good_hit								True	True
FIJ0086_000000014215	2228	0.6182198503922768	2	1	1	1	0	True	81564	fragment	False	FIJ0086_000000014215	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1204.0	94.352	92.0	0.30676883780332054	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
SPA0112_000000015223	2225	0.6182198503922768	3	1	1	1	0	True	130599	fragment	False	CHI0125_000000003265	0.03368275342118385		0	0	False	False	1.0	0		MOBV			mobilizable	other	2225.0	99.955	100.0	0.2953127074757668	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0055_000000009930	2219	0.6182198503922768	2	1	1	1	0	True	128082	fragment	False	MON0055_000000009930	1.0		0	0	False	False	0.995493471622467	0					non-mobilizable	no_good_hit	1534.0	89.113	68.0	0.23120072771376593	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0316_000000009050	2217	0.6182198503922768	2	1	1	1	0	True	42726	fragment	False	ISR0316_000000009050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1213.0	88.29299999999999	76.0	0.3052362707535121	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0812_000000017984	2209	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9751341625436402		0	0	False	False	1.0	0		MOBV			mobilizable	other	2209.0	100.0	100.0	0.36262112005255376	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0312_000000007692	2209	0.6182198503922768	2	1	1	1	0	True	25256	maximal	True	ISR0312_000000007692	1.0		59	13	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	84.45299999999999	45.0	0.00046171281462930057	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ENG0066_000000008886	2207	0.6182198503922768	3	1	1	1	0	True	62776	fragment	False	ENG0066_000000008886	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	2.0	1.8688940258933567e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
MAD0087_000000013216	2203	0.6182198503922768	1	1	1	1	0	True	106884	fragment	False	MAD0087_000000013216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1657.0	94.448	75.0	0.2997645354102518	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
MON0039_000000021732	2195	0.6182198503922768	3	1	1	1	0	True	128062	fragment	False	FIJ0028_000000013065	0.9669793099667907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	82.24700000000001	54.0	0.1742845786963434	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0333_000000010201	2191	0.6182198503922768	2	1	1	1	0	True	129366	fragment	False	AUS0024_000000012482	0.43486028921053577		0	0	False	False	0.9995436072349548	0		MOBV			mobilizable	other	2193.0	97.538	100.0	0.000744034221497289	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0322_000000004921	2191	0.6182198503922768	3	1	1	1	0	True	129366	fragment	False	AUS0024_000000012482	0.4383872107858362		0	0	False	False	1.0	0		MOBV			mobilizable	other	2191.0	99.49799999999999	100.0	0.000744034221497289	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
DEN0083_000000013173	2191	0.6182198503922768	3	1	1	1	0	True	127533	fragment	False	DEN0083_000000013173	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2191.0	99.90899999999999	100.0	0.3569215718245557	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0168_000000013784	2191	0.6182198503922768	2	1	1	1	0	True	106894	fragment	False	ENG0168_000000013784	1.0		0	0	False	False	0.9945230484008789	0					non-mobilizable	plasmid	2125.0	94.77600000000001	97.0	0.38435066111211735	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0118_000000007201	2185	0.6182198503922768	2	1	1	1	0	True	94080	maximal	True	ISR0118_000000007201	1.0		1	1	False	False	0.9995423555374146	0		MOBV			mobilizable	no_good_hit	1508.0	82.891	78.0	0.2432740909832056	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0152_000000010962	2184	0.6182198503922768	2	1	1	1	0	True	106882	fragment	False	ENG0152_000000010962	1.0		0	0	False	False	0.997710645198822	0					non-mobilizable	plasmid	2184.0	99.31299999999999	100.0	0.3953993841695345	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MON0059_000000017933	2183	0.6182198503922768	3	1	1	1	0	True	73910	fragment	False	MON0059_000000017933	0.9898248935163275		0	0	False	False	1.0	0					non-mobilizable	other	2183.0	97.52600000000001	100.0	0.08778211369030857	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
USA0003_01_000000017860	2178	0.6182198503922768	3	1	1	1	0	True	129343	fragment	False	ISR0266_000000007243	0.699016717536071		0	0	False	False	1.0	0		MOBV			mobilizable	other	1961.0	100.0	100.0	0.2491103202846975	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0156_000000006278	2178	0.6182198503922768	2	1	1	1	0	True	129359	fragment	False	CHI0156_000000006278	1.0		0	0	False	False	0.9986225962638855	0		MOBV			mobilizable	no_good_hit	1690.0	99.882	82.0	0.2146670055922725	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0003_000000008313	2176	0.6182198503922768	4	1	1	1	0	True	44420	fragment	False	SPA0003_000000008313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	94.522	70.0	0.33021245948865685	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
USA0027_01_000000012616	2176	0.6182198503922768	3	1	1	1	0	True	129343	fragment	False	ISR0266_000000007243	0.9525847020808428		0	0	False	False	1.0	0		MOBV			mobilizable	other	1860.0	99.57	91.0	0.23614641586171836	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0104_000000012007	2173	0.6182198503922768	3	1	1	1	0	True	52269	fragment	False	FIJ0104_000000012007	1.0		0	0	False	False	0.9990795850753784	0					non-mobilizable	no_good_hit	604.0	91.391	47.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0106_000000019181	2172	0.6182198503922768	3	1	1	1	0	True	128060	fragment	False	MON0106_000000019181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1456.0	88.66799999999999	66.0	0.2193753790175864	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0038_000000005478	2171	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8045401960147234		0	0	False	False	0.9917088747024536	0		MOBV			mobilizable	other	2110.0	99.573	99.0	0.3262652840117629	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0099_000000007832	2169	0.6182198503922768	3	1	1	1	0	True	128064	fragment	False	ENG0099_000000007832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	86.10799999999999	59.0	0.19256756756756757	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
MAD0057_000000007466	2163	0.6182198503922768	5	1	1	1	0	True	130849	fragment	False	MAD0057_000000007466	1.0		0	0	False	False	0.9976884126663208	0					non-mobilizable	no_good_hit	1760.0	90.17	81.0	0.0008175581455001655	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ENG0104_000000014747	2158	0.6182198503922768	3	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.9461370950188188		0	0	False	False	1.0	0		MOBV			mobilizable	other	1881.0	99.947	100.0	0.30653839882602313	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0048_000000008815	2156	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5925322594908017		0	0	False	False	1.0	0		MOBV			mobilizable	other	2156.0	99.954	100.0	0.33353969973688286	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MAD0084_000000003253	2154	0.6182198503922768	1	1	1	1	0	True	129340	fragment	False	MAD0084_000000003253	0.9960019990004998		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2154.0	99.58200000000001	100.0	0.29719651981770473	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0308_000000007837	2153	0.6182198503922768	2	1	1	1	0	True	25419	fragment	False	ISR0308_000000007837	1.0		0	0	False	False	0.9725964069366455	0					non-mobilizable	no_good_hit	174.0	88.506	8.0	0.002999514529440322	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
FIJ0054_000000011607	2153	0.6182198503922768	3	1	1	1	0	True	60465	fragment	False	FIJ0054_000000011607	1.0		0	0	False	False	0.9934974312782288	0					non-mobilizable	no_good_hit								True	True
ENG0001_000000012306	2153	0.6182198503922768	2	1	1	1	0	True	68056	fragment	False	ISR0829_000000006436	0.9049092864447186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	91.463	4.0	0.06035767511177347	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
ISR0198_000000015434	2149	0.6182198503922768	3	1	1	1	0	True	28874	maximal	True	ISR0198_000000015434	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0056_000000016530	2148	0.6182198503922768	2	1	1	1	0	True	55624	fragment	False	SPA0056_000000016530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	99.38	23.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ENG0081_000000012275	2142	0.6182198503922768	1	1	1	1	0	True	121090	fragment	False	ENG0081_000000012275	0.999784008548242		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2142.0	100.0	100.0	0.3173262190603231	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
CHI0129_000000011341	2141	0.6182198503922768	2	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.9266271776736658		0	0	False	False	1.0	0		MOBV			mobilizable	other	2141.0	100.0	100.0	0.2841588102509627	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0006_000000010736	2140	0.6182198503922768	2	1	1	1	0	True	74015	fragment	False	ENG0006_000000010736	0.9983544898918665		0	0	False	False	0.9939252138137817	0					non-mobilizable	no_good_hit	44.0	97.727	2.0	0.00015759517099076052	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MON0052_000000012449	2138	0.6182198503922768	4	1	1	1	0	True	128062	fragment	False	FIJ0028_000000013065	0.9422907458870967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	88.97399999999999	48.0	0.1566100667070952	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0068_000000006789	2137	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.2872532045069572		0	0	False	False	0.9817501306533813	0		MOBV			mobilizable	other	2137.0	99.579	99.0	0.3304442036836403	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
AST0150_000000013065	2137	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9356374825306658		0	0	False	False	0.9976602792739868	0		MOBV			mobilizable	other	2005.0	84.788	100.0	0.26092152436595406	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0134_000000018418	2134	0.6182198503922768	1	1	1	1	0	True	121090	fragment	False	ENG0081_000000012275	0.9990471964396114		0	0	False	False	0.9995313882827759	0		MOBV			mobilizable	plasmid	2134.0	99.95299999999999	100.0	0.316140506891952	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
SPA0020_000000015038	2134	0.6182198503922768	4	1	1	1	0	True	70938	maximal	True	SPA0020_000000015038	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	89.333	3.0	2.1451233953245006e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0251_000000007205	2133	0.6182198503922768	2	1	1	1	0	True	115644	fragment	False	ISR0251_000000007205	0.9639235737703533		0	0	False	False	1.0	0		MOBV			mobilizable	other	2133.0	100.0	100.0	0.31575829383886256	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
FIJ0111_000000009825	2133	0.6182198503922768	1	1	1	1	0	True	46748	fragment	False	FIJ0111_000000009825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0119_000000015081	2133	0.6182198503922768	2	1	1	1	0	True	104338	fragment	False	ENG0119_000000015081	1.0		0	0	False	False	0.9976558685302734	0					non-mobilizable	no_good_hit								True	True
MON0076_000000022336	2133	0.6182198503922768	4	1	1	1	0	True	47276	fragment	False	MON0076_000000022336	1.0		0	0	False	False	0.9582747220993042	0					non-mobilizable	no_good_hit	612.0	90.196	80.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0058_000000018784	2130	0.6182198503922768	2	1	1	1	0	True	58629	fragment	False	FIJ0058_000000018784	1.0		0	0	False	False	0.997183084487915	0					non-mobilizable	no_good_hit								True	True
DEN0028_000000013916	2127	0.6182198503922768	2	1	1	1	0	True	74015	fragment	False	ENG0006_000000010736	0.9953271028037383		0	0	False	False	0.9995298385620117	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
DEN0028_000000013921	2126	0.6182198503922768	2	1	1	1	0	True	123100	maximal	True	DEN0028_000000013921	1.0		8	4	False	False	0.9934148788452148	0		MOBV			mobilizable	no_good_hit	1623.0	96.18	76.0	0.2658893085892593	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
CHI0155_000000005824	2126	0.6182198503922768	3	1	1	1	0	True	129327	fragment	False	CHI0155_000000005824	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1289.0	92.863	61.0	0.19857607181550843	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
USA0069_01_000000028851	2123	0.6182198503922768	2	1	1	1	0	True	776	maximal	True	USA0069_01_000000028851	1.0		2	1	False	False	0.9934055805206299	0					non-mobilizable	no_good_hit								True	True
SPA0057_000000015106	2122	0.6182198503922768	3	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.9426700266450255		0	0	False	False	1.0	0		MOBV			mobilizable	other	1881.0	99.947	100.0	0.30653839882602313	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0174_000000011634	2121	0.6182198503922768	2	1	1	1	0	True	128109	fragment	False	AST0047_000000010308	0.9640522875816994		0	0	False	False	1.0	0					non-mobilizable	chromosome	2123.0	97.645	100.0	0.32155852031534266	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0191_000000014679	2121	0.6182198503922768	3	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.941814331916271		0	0	False	False	1.0	0		MOBV			mobilizable	other	1881.0	99.84100000000001	100.0	0.30653839882602313	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0056_000000016745	2121	0.6182198503922768	3	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.9425463026470248		0	0	False	False	1.0	0		MOBV			mobilizable	other	1881.0	99.947	100.0	0.30653839882602313	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0137_000000017307	2120	0.6182198503922768	3	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.9424230132549639		0	0	False	False	1.0	0		MOBV			mobilizable	other	1880.0	99.947	100.0	0.30637534648622206	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0149_000000009817	2120	0.6182198503922768	3	1	1	1	0	True	77132	maximal	True	ENG0149_000000009817	1.0		5	2	False	False	0.9938679337501526	0					non-mobilizable	no_good_hit	1417.0	74.241	66.0	0.004010637656961383	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
USA0005_01_000000015519	2120	0.6182198503922768	2	1	1	1	0	True	129343	fragment	False	ISR0266_000000007243	0.4932215073529412		0	0	False	False	1.0	0		MOBV			mobilizable	other	1804.0	99.667	90.0	0.22902897813929843	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0048_000000015432	2117	0.6182198503922768	3	1	1	1	0	True	46769	maximal	True	FIJ0048_000000015432	1.0		11	4	False	False	0.9971657991409302	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	True
CHI0135_000000009473	2115	0.6182198503922768	1	1	1	1	0	True	121090	fragment	False	ENG0081_000000012275	0.9967500352121339		0	0	False	False	0.9990543723106384	0		MOBV			mobilizable	plasmid	2115.0	99.95299999999999	100.0	0.31332444049207053	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0364_000000008015	2113	0.6182198503922768	2	1	1	1	0	True	128061	maximal	True	ISR0364_000000008015	1.0		6	4	False	False	0.9919545650482178	0					non-mobilizable	no_good_hit	1218.0	88.99799999999999	57.0	0.18344451182534868	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0810_000000007520	2113	0.6182198503922768	1	1	1	1	0	True	21712	fragment	False	ISR0810_000000007520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0198_000000009156	2113	0.6182198503922768	3	1	1	1	0	True	73910	fragment	False	MON0059_000000017933	0.9741181859825927		0	0	False	False	1.0	0					non-mobilizable	other	2113.0	99.527	100.0	0.08496600555175604	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0018_000000012685	2107	0.6182198503922768	2	1	1	1	0	True	49983	fragment	False	FIJ0018_000000012685	1.0		0	0	False	False	0.9952539205551147	0					non-mobilizable	no_good_hit								True	True
USA0046_01_000000005321	2107	0.6182198503922768	1	1	1	1	0	True	1193	maximal	True	USA0046_01_000000005321	1.0		12	4	False	False	0.991931676864624	0					non-mobilizable	chromosome	1102.0	99.546	97.0	0.0002450288737929936	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
MON0083_000000017862	2104	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7064554203691474		0	0	False	False	0.9976235628128052	0		MOBV			mobilizable	other	2104.0	100.0	100.0	0.3254914099984523	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0182_000000018581	2103	0.6182198503922768	1	1	1	1	0	True	121090	fragment	False	ENG0081_000000012275	0.990684594465615		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2103.0	100.0	100.0	0.31154587223951385	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
SPA0155_000000009058	2103	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8232287358723781		0	0	False	False	0.9942938685417175	0		MOBV			mobilizable	plasmid	1991.0	99.84899999999999	98.0	0.2858784657376814	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ENG0003_000000010851	2101	0.6182198503922768	3	1	1	1	0	True	104339	fragment	False	ENG0003_000000010851	1.0		0	0	False	False	0.997620165348053	0					non-mobilizable	no_good_hit	438.0	97.945	21.0	0.00016810120777231816	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	True
ISR0050_000000012812	2098	0.6182198503922768	1	1	1	1	0	True	81558	fragment	False	FIJ0008_000000013825	0.6347517730496454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	87.969	83.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0227_000000012653	2097	0.6182198503922768	2	1	1	1	0	True	27633	fragment	False	ISR0227_000000012653	1.0		0	0	False	False	0.9995231032371521	0					non-mobilizable	no_good_hit								True	True
ENG0168_000000014471	2097	0.6182198503922768	2	1	1	1	0	True	55984	maximal	True	ENG0168_000000014471	1.0		1	1	False	False	0.998092532157898	0					non-mobilizable	no_good_hit								True	True
SPA0009_000000017366	2096	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9727598587567109		0	0	False	False	1.0	0		MOBV			mobilizable	other	2096.0	100.0	100.0	0.3440630645426178	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0814_000000019267	2096	0.6182198503922768	2	1	1	1	0	True	81551	fragment	False	ISR0814_000000019267	1.0		0	0	False	False	0.989503800868988	0					non-mobilizable	no_good_hit	585.0	95.726	68.0	0.14916985951468711	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
TAN0013_000000004659	2095	0.6182198503922768	1	1	1	1	0	True	2570	maximal	True	TAN0013_000000004659	1.0		2	1	False	False	0.9918854236602783	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00011394616676654541	NZ_LOQG01000011.1	fusobacteria	Caviibacter abscessus strain CCUG 39713 contig_2, whole genome shotgun sequence	True	True
ISR0243_000000005456	2093	0.6182198503922768	4	1	1	1	0	True	128062	fragment	False	FIJ0028_000000013065	0.794764306923605		0	0	False	False	0.9918776750564575	0					non-mobilizable	no_good_hit	894.0	88.031	42.0	0.13432383262583383	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0083_000000016995	2090	0.6182198503922768	3	1	1	1	0	True	52270	fragment	False	FIJ0083_000000016995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	90.89399999999999	46.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0118_000000014678	2090	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9719184942288984		0	0	False	False	0.9980860948562622	0		MOBV			mobilizable	other	2090.0	99.85600000000001	100.0	0.34307768106421416	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0057_01_000000015314	2089	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9726045841388221		0	0	False	False	0.9995213150978088	0		MOBV			mobilizable	other	2089.0	99.904	100.0	0.3429134504844802	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0084_000000016744	2088	0.6182198503922768	1	1	1	1	0	True	121090	fragment	False	ENG0081_000000012275	0.991478657116172		0	0	False	False	0.9990421533584595	0		MOBV			mobilizable	plasmid	2088.0	100.0	100.0	0.309322661923818	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
CHI0059_000000008354	2086	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.2101330873148687		0	0	False	False	1.0	0		MOBV			mobilizable	other	2086.0	100.0	100.0	0.322705463550534	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0028_000000014891	2082	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8458426719261662		0	0	False	False	1.0	0		MOBV			mobilizable	other	2059.0	99.611	99.0	0.3183717690759944	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0171_000000011541	2081	0.6182198503922768	2	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.92447520740643		0	0	False	False	0.9956751465797424	0		MOBV			mobilizable	other	2081.0	99.95200000000001	100.0	0.276191740804674	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0130_000000015733	2081	0.6182198503922768	3	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.8968853326226174		0	0	False	False	0.9985584020614624	0		MOBV			mobilizable	other	1796.0	99.889	100.0	0.2926789499429317	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0044_000000010571	2080	0.6182198503922768	2	1	1	1	0	True	81541	fragment	False	FIJ0044_000000010571	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	87.196	84.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0138_000000012654	2079	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9717982731918632		0	0	False	False	1.0	0		MOBV			mobilizable	other	2078.0	99.904	99.0	0.3411069141074068	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0108_000000009534	2078	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9719934817132904		0	0	False	False	1.0	0		MOBV			mobilizable	other	2078.0	100.0	100.0	0.3411069141074068	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0031_000000016570	2078	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9684399891877046		0	0	False	False	0.996631383895874	0		MOBV			mobilizable	other	2078.0	99.56700000000001	100.0	0.34012153062900313	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0013_000000013064	2075	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9717759699884015		0	0	False	False	0.999518096446991	0		MOBV			mobilizable	other	2075.0	99.904	100.0	0.34061422236820493	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0042_000000012483	2075	0.6182198503922768	2	1	1	1	0	True	64701	maximal	True	ENG0042_000000012483	1.0		2	2	False	False	0.9980722665786743	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0053254437869822485	HG796297.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00289	True	True
SPA0017_000000005978	2074	0.6182198503922768	1	1	1	1	0	True	106459	fragment	False	SPA0017_000000005978	1.0		0	0	False	False	0.9995178580284119	0					non-mobilizable	no_good_hit	1236.0	89.32	78.0	0.2021678436524881	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0139_000000013391	2074	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.971491770464845		0	0	False	False	1.0	0		MOBV			mobilizable	other	2074.0	99.904	100.0	0.340449991788471	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0064_000000019588	2074	0.6182198503922768	1	1	1	1	0	True	121090	fragment	False	ENG0081_000000012275	0.9878033326494258		0	0	False	False	0.9995178580284119	0		MOBV			mobilizable	plasmid	2074.0	100.0	100.0	0.3072476656291685	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0114_000000013500	2072	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9712926977584341		0	0	False	False	1.0	0		MOBV			mobilizable	other	2072.0	99.90299999999999	100.0	0.34012153062900313	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MAD0095_000000016909	2072	0.6182198503922768	2	1	1	1	0	True	60464	maximal	True	MAD0095_000000016909	1.0		1	1	False	False	0.99083012342453	0					non-mobilizable	no_good_hit								True	True
SPA0117_000000018275	2072	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9716600458327261		0	0	False	False	0.9971042275428772	0		MOBV			mobilizable	other	2072.0	99.90299999999999	100.0	0.34012153062900313	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0110_000000014678	2072	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9716600458327261		0	0	False	False	0.9995173811912537	0		MOBV			mobilizable	other	2072.0	99.90299999999999	100.0	0.34012153062900313	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0071_01_000000006005	2072	0.6182198503922768	3	1	1	1	0	True	123097	fragment	False	USA0071_01_000000006005	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2072.0	99.807	100.0	0.34012153062900313	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0388_000000016858	2072	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9716600458327261		0	0	False	False	0.9855212569236755	0		MOBV			mobilizable	other	2072.0	99.90299999999999	100.0	0.34012153062900313	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0161_000000004992	2071	0.6182198503922768	2	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.9240490685182268		0	0	False	False	1.0	0		MOBV			mobilizable	other	2071.0	100.0	100.0	0.27486389589695925	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0016_000000010880	2070	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9712778210270075		0	0	False	False	0.9975845217704773	0		MOBV			mobilizable	other	2070.0	99.90299999999999	100.0	0.33979306946953525	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0008_000000013825	2068	0.6182198503922768	1	1	1	1	0	True	81558	fragment	False	FIJ0008_000000013825	0.9283299481316418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	88.60600000000001	84.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
USA0080_01_000000020815	2068	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9522068780579328		0	0	False	False	0.9893617033958435	0		MOBV			mobilizable	other	2068.0	99.95200000000001	100.0	0.33946460831006736	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0029_000000012814	2067	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9515341236104966		0	0	False	False	1.0	0		MOBV			mobilizable	other	2067.0	99.90299999999999	100.0	0.3393003777303334	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0154_000000015469	2066	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9516513052255243		0	0	False	False	0.9961277842521667	0		MOBV			mobilizable	other	2066.0	99.90299999999999	100.0	0.3391361471505994	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0093_000000018606	2066	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9516513052255243		0	0	False	False	1.0	0		MOBV			mobilizable	other	2066.0	99.90299999999999	100.0	0.3391361471505994	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0145_01_000000011591	2066	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9516513052255243		0	0	False	False	1.0	0		MOBV			mobilizable	other	2066.0	99.90299999999999	100.0	0.3391361471505994	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0111_000000009778	2063	0.6182198503922768	2	1	1	1	0	True	109743	fragment	False	ENG0111_000000009778	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	99.855	99.0	0.017973001255755548	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
SPA0153_000000008930	2063	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.810357677488459		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1971.0	99.848	98.0	0.28300531532825746	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0139_000000013458	2063	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8226815088346031		0	0	False	False	0.9985458254814148	0		MOBV			mobilizable	plasmid	1994.0	99.9	97.0	0.28630943829909494	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0103_000000007883	2061	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9503294421105104		0	0	False	False	1.0	0		MOBV			mobilizable	other	2061.0	99.90299999999999	100.0	0.33831499425192973	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0136_000000020144	2061	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9504311059756386		0	0	False	False	0.9995148181915283	0		MOBV			mobilizable	other	2061.0	99.95100000000001	100.0	0.33831499425192973	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0154_000000015522	2060	0.6182198503922768	3	1	1	1	0	True	119007	maximal	True	ENG0154_000000015522	1.0		1	1	False	False	0.9898058176040649	0					non-mobilizable	no_good_hit	1344.0	85.863	65.0	0.016052254184793745	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0107_000000014108	2060	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9499223405315159		0	0	False	False	0.996601939201355	0		MOBV			mobilizable	other	2060.0	100.0	100.0	0.33815076367219576	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0135_000000013868	2059	0.6182198503922768	2	1	1	1	0	True	81558	fragment	False	FIJ0008_000000013825	0.6303997421018698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	89.15899999999999	85.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0137_000000017833	2058	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9495120904351951		0	0	False	False	0.999514102935791	0		MOBV			mobilizable	other	2058.0	99.95100000000001	100.0	0.3378223025127279	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0376_000000011817	2058	0.6182198503922768	3	1	1	1	0	True	107707	fragment	False	ISR0376_000000011817	1.0		0	0	False	False	0.9825072884559631	0					non-mobilizable	no_good_hit								True	True
AST0108_000000013595	2058	0.6182198503922768	2	1	1	1	0	True	128077	fragment	False	AST0108_000000013595	1.0		0	0	False	False	0.999514102935791	0					non-mobilizable	no_good_hit	1378.0	89.478	67.0	0.20755003032140693	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0206_000000012413	2058	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9481324838569689		0	0	False	False	0.9893100261688232	0		MOBV			mobilizable	other	2058.0	99.90299999999999	100.0	0.3378223025127279	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0115_000000013225	2058	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9481324838569689		0	0	False	False	1.0	0		MOBV			mobilizable	other	2058.0	99.90299999999999	100.0	0.3378223025127279	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MAD0050_000000011650	2058	0.6182198503922768	1	1	1	1	0	True	83729	fragment	False	MAD0050_000000011650	1.0		0	0	False	False	0.999514102935791	0					non-mobilizable	no_good_hit	202.0	75.248	9.0	0.0024085075898867382	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	True
SPA0016_000000016288	2057	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9478274836642898		0	0	False	False	1.0	0		MOBV			mobilizable	other	2057.0	99.90299999999999	100.0	0.33749384135326	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0152_000000011504	2051	0.6182198503922768	1	1	1	1	0	True	121090	fragment	False	ENG0081_000000012275	0.9805331127330977		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2051.0	100.0	100.0	0.3038387431451015	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
SPA0049_000000009390	2051	0.6182198503922768	3	1	1	1	0	True	115644	fragment	False	ISR0251_000000007205	0.6493202062822316		0	0	False	False	1.0	0		MOBV			mobilizable	other	2051.0	100.0	100.0	0.30361374407582936	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
SPA0138_000000012850	2050	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8225846807387232		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1994.0	99.9	97.0	0.28630943829909494	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0139_000000013564	2049	0.6182198503922768	2	1	1	1	0	True	65793	fragment	False	SPA0139_000000013564	0.7973069489613237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	24.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
USA0053_01_000000009579	2048	0.6182198503922768	2	1	1	1	0	True	1064	fragment	False	USA0053_01_000000009579	1.0		0	0	False	False	0.99169921875	0					non-mobilizable	no_good_hit	1376.0	74.128	66.0	0.003884408717829551	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
CHI0047_000000007635	2042	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5813941146995036		0	0	False	False	1.0	0		MOBV			mobilizable	other	2042.0	100.0	100.0	0.3158953722334004	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0082_000000016666	2042	0.6182198503922768	2	1	1	1	0	True	9921	maximal	True	MON0082_000000016666	1.0		0	0	False	False	0.9804113507270813	0					non-mobilizable	no_good_hit	1779.0	87.40899999999999	87.0	0.008735611715414942	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
MAD0054_000000007948	2042	0.6182198503922768	1	1	1	1	0	True	17157	fragment	False	MAD0054_000000007948	1.0		0	0	False	False	0.9887365102767944	0					non-mobilizable	no_good_hit								True	True
CHI0078_000000007646	2041	0.6182198503922768	2	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.9197835968085972		0	0	False	False	0.9995100498199463	0		MOBV			mobilizable	other	2041.0	100.0	100.0	0.2708803611738149	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0059_000000019224	2039	0.6182198503922768	2	1	1	1	0	True	68154	maximal	True	MON0059_000000019224	1.0		1	1	False	False	0.9646885991096497	0					non-mobilizable	no_good_hit	241.0	97.095	12.0	8.462256397201391e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
DEN0079_000000028885	2038	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9400033336351497		0	0	False	False	0.9985279440879822	0		MOBV			mobilizable	other	2038.0	99.902	100.0	0.3345376909180489	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0072_000000008401	2038	0.6182198503922768	2	1	1	1	0	True	70279	fragment	False	DEN0072_000000008401	1.0		0	0	False	False	0.9960745573043823	0					non-mobilizable	no_good_hit								True	True
USA0101_01_000000015696	2038	0.6182198503922768	2	1	1	1	0	True	91498	fragment	False	USA0101_01_000000015696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0826_000000005948	2037	0.6182198503922768	2	1	1	1	0	True	129366	fragment	False	AUS0024_000000012482	0.2873045448498106		0	0	False	False	0.9955817461013794	0		MOBV			mobilizable	other	2037.0	99.411	100.0	0.0006917140068349226	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0001_000000016598	2036	0.6182198503922768	1	1	1	1	0	True	88049	fragment	False	SPA0001_000000016598	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	99.899	97.0	0.23713323713323714	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0097_000000015433	2035	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9401405507176402		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2035.0	100.0	100.0	0.34116068433411606	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
CHI0082_000000004436	2032	0.6182198503922768	2	1	1	1	0	True	128090	fragment	False	CHI0082_000000004436	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1540.0	90.714	76.0	0.23195876288659795	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0110_000000011506	2031	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9192287799184727		0	0	False	False	0.9945839643478394	0		MOBV			mobilizable	plasmid	2031.0	99.95100000000001	100.0	0.340489768534049	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
USA0084_01_000000016025	2030	0.6182198503922768	2	1	1	1	0	True	473	fragment	False	USA0084_01_000000016025	1.0		0	0	False	False	0.9896551966667175	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00013690240299744208	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	True	True
MAD0052_000000009502	2022	0.6182198503922768	2	1	1	1	0	True	119003	maximal	True	MAD0052_000000009502	1.0		2	2	False	False	0.9990108609199524	0					non-mobilizable	no_good_hit	1304.0	89.647	64.0	0.015582255751455188	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
AUS0018_000000013906	2019	0.6182198503922768	3	1	1	1	0	True	99965	fragment	False	ISR0148_000000014419	0.9929475553843603		0	0	False	False	1.0	0					non-mobilizable	other	2019.0	99.95	100.0	0.331417309903104	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0165_000000009738	2018	0.6182198503922768	3	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.6277307408172801		0	0	False	False	0.9960356950759888	0					non-mobilizable	no_good_hit	1093.0	76.76100000000001	53.0	0.0002608692880597626	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0056_000000010722	2018	0.6182198503922768	1	1	1	1	0	True	81525	fragment	False	ISR0056_000000010722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	93.444	70.0	0.22860791826309068	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0148_000000014419	2016	0.6182198503922768	3	1	1	1	0	True	99965	fragment	False	ISR0148_000000014419	0.9934653484849775		0	0	False	False	0.9910714030265808	0					non-mobilizable	other	2016.0	99.90100000000001	100.0	0.3309246181639021	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0139_000000010140	2010	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9152454336703658		0	0	False	False	0.9990049600601196	0		MOBV			mobilizable	other	2010.0	99.95	100.0	0.32993923468549846	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0062_000000008266	2009	0.6182198503922768	2	1	1	1	0	True	111700	fragment	False	AST0062_000000008266	1.0		0	0	False	False	0.987555980682373	0					non-mobilizable	other	2013.0	93.741	100.0	0.0807820734601923	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0084_000000012800	2008	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8089779961572137		0	0	False	False	1.0	0		MOBV			mobilizable	other	1935.0	99.845	96.0	0.2990249187432286	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
TAN0006_000000006464	2003	0.6182198503922768	2	1	1	1	0	True	42725	fragment	False	TAN0006_000000006464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	93.19	47.0	0.14227330779054917	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0105_000000015898	2003	0.6182198503922768	2	1	1	1	0	True	42428	fragment	False	FIJ0105_000000015898	1.0		0	0	False	False	0.9940089583396912	0					non-mobilizable	no_good_hit								True	True
SPA0025_000000010660	2001	0.6182198503922768	1	1	1	1	0	True	129340	fragment	False	MAD0084_000000003253	0.9607706592386258		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	2001.0	100.0	100.0	0.2762049440684988	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
AST0113_000000018873	2000	0.6182198503922768	3	1	1	1	0	True	106578	maximal	True	AST0113_000000018873	1.0		1	1	False	False	0.9955000281333923	0					non-mobilizable	no_good_hit	1030.0	88.35	51.0	0.0002927940666496418	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
CHI0090_000000006486	1997	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.8720701876320556		0	0	False	False	0.9994992613792419	0		MOBV			mobilizable	other	1997.0	99.75	100.0	0.26503784357986987	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0007_000000013054	1995	0.6182198503922768	1	1	1	1	0	True	121090	fragment	False	ENG0081_000000012275	0.9587985349293535		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1995.0	99.9	100.0	0.2953905439454572	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
CHI0133_000000009497	1994	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8218986273637284		0	0	False	False	0.9939819574356079	0		MOBV			mobilizable	other	1994.0	99.95	100.0	0.30846618170561835	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
FIJ0152_000000012688	1992	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8053020729936227		0	0	False	False	1.0	0		MOBV			mobilizable	other	1992.0	99.84899999999999	100.0	0.3785890853774482	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0102_000000016944	1990	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.9065572704133724		0	0	False	False	0.9994974732398987	0		MOBV			mobilizable	other	1990.0	99.698	100.0	0.3266546230908195	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0077_000000021531	1989	0.6182198503922768	3	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.47027433985286077		0	0	False	False	0.959276020526886	0					non-mobilizable	no_good_hit	1377.0	76.398	68.0	0.0003270673216839505	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
CHI0129_000000012374	1987	0.6182198503922768	1	1	1	1	0	True	81233	fragment	False	CHI0129_000000012374	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2036.0	82.367	100.0	0.7205617572920417	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
SPA0132_000000020809	1987	0.6182198503922768	2	1	1	1	0	True	104327	fragment	False	SPA0090_000000018687	0.9738341071974815		0	0	False	False	0.9964771270751953	0					non-mobilizable	no_good_hit								True	True
ENG0117_000000011533	1987	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.8884617176267993		0	0	False	False	0.9984902143478394	0		MOBV			mobilizable	other	1987.0	99.79899999999999	100.0	0.3261619313516177	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0007_000000009202	1987	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.8871482680176181		0	0	False	False	0.9703069925308228	0		MOBV			mobilizable	other	1987.0	99.79899999999999	100.0	0.3261619313516177	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0169_000000011968	1986	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7653269284188244		0	0	False	False	1.0	0		MOBV			mobilizable	other	1986.0	99.899	100.0	0.25228774783934926	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0166_000000014503	1986	0.6182198503922768	2	1	1	1	0	True	56147	fragment	False	ENG0166_000000014503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0777_000000008688	1986	0.6182198503922768	3	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5955546273771354		0	0	False	False	1.0	0		MOBV			mobilizable	other	1986.0	99.899	100.0	0.26344442969061216	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0012_000000012201	1985	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.887768135989916		0	0	False	False	1.0	0		MOBV			mobilizable	other	1985.0	99.79799999999999	100.0	0.32583347019214975	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0112_000000017842	1982	0.6182198503922768	2	1	1	1	0	True	104326	fragment	False	ISR0112_000000017842	0.9904343329886246		0	0	False	False	0.9677093625068665	0					non-mobilizable	no_good_hit	428.0	99.766	22.0	0.4596340150699677	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
SPA0086_000000007083	1980	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.817358422768328		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1980.0	99.899	100.0	0.2842982330124982	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
MON0021_000000014910	1977	0.6182198503922768	1	1	1	1	0	True	64181	fragment	False	MON0021_000000014910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	84.04899999999999	16.0	0.02918781725888325	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
SPA0106_000000019598	1975	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.6887106512310014		0	0	False	False	1.0	0		MOBV			mobilizable	other	1975.0	98.48100000000001	100.0	0.3753565316600114	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0114_000000023721	1974	0.6182198503922768	2	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.9916906295318111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	80.305	73.0	0.2090663058186739	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0044_000000013731	1974	0.6182198503922768	2	1	1	1	0	True	66582	fragment	False	SPA0044_000000013731	0.9556410256410257		0	0	False	False	0.9974671006202698	0					non-mobilizable	no_good_hit								True	True
AST0148_000000017461	1974	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.28471999375937274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1358.0	75.773	68.0	0.00032191858573540254	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
CHI0118_000000004928	1974	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.2873933728843347		0	0	False	False	0.999493420124054	0		MOBV			mobilizable	other	1974.0	100.0	100.0	0.3053706856523758	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0130_000000016653	1973	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.8852219494800518		0	0	False	False	0.9989863038063049	0		MOBV			mobilizable	other	1973.0	99.79700000000001	100.0	0.32386270323534244	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0087_000000013425	1973	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.8733323310513432		0	0	False	False	0.9949315786361694	0		MOBV			mobilizable	other	1973.0	99.949	100.0	0.32386270323534244	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0058_000000015733	1973	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.8848737342647693		0	0	False	False	0.9888494610786438	0		MOBV			mobilizable	other	1973.0	99.79700000000001	100.0	0.32386270323534244	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0358_000000009911	1971	0.6182198503922768	2	1	1	1	0	True	81552	fragment	False	ISR0358_000000009911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	93.046	78.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CHI0108_000000004096	1970	0.6182198503922768	1	1	1	1	0	True	82910	fragment	False	CHI0108_000000004096	0.9408315565031983		0	0	False	False	0.9989847540855408	0					non-mobilizable	no_good_hit								True	True
SPA0033_000000015796	1966	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.8821171143946983		0	0	False	False	1.0	0		MOBV			mobilizable	other	1966.0	99.949	100.0	0.3227130891772048	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0111_000000010265	1963	0.6182198503922768	1	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.55199010199933		0	0	False	False	1.0	0		MOBV			mobilizable	other	1892.0	96.459	96.0	0.3060926076360682	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0136_000000021277	1963	0.6182198503922768	2	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.9910433092103123		0	0	False	False	0.998471736907959	0					non-mobilizable	no_good_hit	1244.0	80.305	73.0	0.2090663058186739	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0008_000000015533	1960	0.6182198503922768	2	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.9879479735166161		0	0	False	False	0.9938775300979614	0					non-mobilizable	no_good_hit	1244.0	80.38600000000001	73.0	0.2090663058186739	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0090_000000018267	1959	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.8793786715482353		0	0	False	False	1.0	0		MOBV			mobilizable	other	1959.0	99.84700000000001	100.0	0.3215634751190672	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0075_000000010198	1959	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7945860217211451		0	0	False	False	0.9979581236839294	0		MOBV			mobilizable	plasmid	1845.0	99.241	97.0	0.26490446774888665	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0169_000000016064	1958	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7958054117843161		0	0	False	False	0.9913176894187927	0		MOBV			mobilizable	plasmid	1844.0	99.458	97.0	0.26476081022841547	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0041_000000017237	1957	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.8795331501385872		0	0	False	False	0.9969340562820435	0		MOBV			mobilizable	other	1957.0	99.898	100.0	0.3212350139595993	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0185_000000010474	1955	0.6182198503922768	2	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.8751093224234755		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1955.0	99.488	100.0	0.32774236833277426	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0839_000000010202	1954	0.6182198503922768	2	1	1	1	0	True	20841	fragment	False	ISR0839_000000010202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.388996571023279e-07	CP047560.1	eudicots	Solanum pinnatisectum cultivar CGN17745 chromosome 9	True	True
ISR0083_000000013619	1950	0.6182198503922768	3	1	1	1	0	True	66582	fragment	False	SPA0044_000000013731	0.9501013171225937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000008033	1949	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7906527455352909		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1851.0	99.29799999999999	97.0	0.2657664128717138	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0358_000000010026	1948	0.6182198503922768	2	1	1	1	0	True	128086	fragment	False	ISR0358_000000010026	1.0		0	0	False	False	0.9979466199874878	0					non-mobilizable	chromosome	1965.0	88.855	100.0	0.2959369314736204	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0038_000000016717	1946	0.6182198503922768	2	1	1	1	0	True	60463	fragment	False	MON0038_000000016717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0055_000000018264	1944	0.6182198503922768	2	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.6824511262351325		0	0	False	False	0.9912551641464233	0		MOBV			mobilizable	other	1882.0	99.947	100.0	0.30670145116582426	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0009_000000020818	1940	0.6182198503922768	2	1	1	1	0	True	51252	fragment	False	FIJ0009_000000020818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	80.152	81.0	0.23726500909642206	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0826_000000006254	1940	0.6182198503922768	2	1	1	1	0	True	21102	fragment	False	ISR0826_000000006254	1.0		0	0	False	False	0.9927834868431091	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.352449504968216e-05	NZ_POYJ01000005.1	CFB group bacteria	Aquimarina sediminis strain w01 contig5, whole genome shotgun sequence	True	True
ISR0146_000000021295	1940	0.6182198503922768	3	1	1	1	0	True	77005	fragment	False	ISR0146_000000021295	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	93.428	91.0	0.07092569497525848	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
CHI0145_000000009716	1934	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7906859140286884		0	0	False	False	1.0	0		MOBV			mobilizable	other	1865.0	99.35700000000001	100.0	0.000633278442406825	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0122_000000014860	1934	0.6182198503922768	2	1	1	1	0	True	65793	fragment	False	SPA0139_000000013564	0.7815247179617637		0	0	False	False	0.9958634972572327	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	25.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
SPA0041_000000017431	1934	0.6182198503922768	2	1	1	1	0	True	104326	fragment	False	ISR0112_000000017842	0.9785570131180625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	99.12100000000001	24.0	0.4876210979547901	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
MAD0045_000000021300	1931	0.6182198503922768	2	1	1	1	0	True	104337	fragment	False	MAD0045_000000021300	0.9719568156042537		0	0	False	False	0.9860175848007202	0					non-mobilizable	no_good_hit	68.0	100.0	4.0	0.0721205597416577	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ITA0003_000000003072	1930	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8019909332355435		0	0	False	False	1.0	0		MOBV			mobilizable	other	1860.0	99.839	96.0	0.2874168085435691	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0071_000000010653	1930	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.791438992518395		0	0	False	False	1.0	0		MOBV			mobilizable	other	1900.0	98.84200000000001	98.0	0.19459570533237439	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
ISR0047_000000015501	1928	0.6182198503922768	3	1	1	1	0	True	36088	fragment	False	ISR0047_000000015501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	972.0	95.26700000000001	74.0	0.14366113744075829	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
FIJ0039_000000011983	1928	0.6182198503922768	3	1	1	1	0	True	73909	fragment	False	FIJ0039_000000011983	1.0		0	0	False	False	0.9994813203811646	0					non-mobilizable	other	1928.0	97.87299999999999	100.0	0.07752343404272438	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ENG0128_000000014655	1927	0.6182198503922768	2	1	1	1	0	True	58628	fragment	False	ENG0128_000000014655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0027_000000013405	1927	0.6182198503922768	3	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.8667129438466769		0	0	False	False	1.0	0		MOBV			mobilizable	other	1928.0	99.844	100.0	0.3164723271473148	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0011_000000023165	1926	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7989636193800954		0	0	False	False	1.0	0		MOBV			mobilizable	other	1926.0	99.844	100.0	0.36603917094504657	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0110_000000012172	1924	0.6182198503922768	1	1	1	1	0	True	32714	fragment	False	ISR0110_000000012172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1423.0	74.35	72.0	0.004010637656961383	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
SPA0097_000000017123	1924	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8015983259947937		0	0	False	False	0.9984407424926758	0		MOBV			mobilizable	other	1854.0	99.838	96.0	0.28648815972759634	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
CHI0054_000000009051	1922	0.6182198503922768	2	1	1	1	0	True	129336	maximal	True	CHI0054_000000009051	0.9698395130049806		2	2	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1495.0	98.12700000000001	78.0	0.23123355517721714	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ISR0350_000000009962	1922	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8013215075621956		0	0	False	False	1.0	0		MOBV			mobilizable	other	1852.0	99.838	96.0	0.2861786101222721	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0104_000000016559	1922	0.6182198503922768	2	1	1	1	0	True	64993	maximal	True	ENG0104_000000016559	1.0		2	1	False	False	0.9921956062316895	0					non-mobilizable	no_good_hit								True	True
ENG0156_000000008552	1921	0.6182198503922768	3	1	1	1	0	True	70776	fragment	False	ENG0156_000000008552	1.0		0	0	False	False	0.989588737487793	0					non-mobilizable	other	1924.0	92.256	100.0	0.31289744007826514	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0171_000000014822	1920	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7826432505629513		0	0	False	False	1.0	0		MOBV			mobilizable	other	1822.0	99.671	95.0	0.3462635482030804	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0098_000000013139	1919	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7974472972192667		0	0	False	False	1.0	0		MOBV			mobilizable	other	1919.0	99.583	100.0	0.0006516244917040184	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0090_000000018687	1919	0.6182198503922768	2	1	1	1	0	True	104327	fragment	False	SPA0090_000000018687	0.9802327787414562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0100_000000018825	1919	0.6182198503922768	3	1	1	1	0	True	69221	maximal	True	MAD0100_000000018825	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	78.03	48.0	0.010906373901830583	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
CHI0039_000000006721	1918	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.17530050028393462		0	0	False	False	1.0	0		MOBV			mobilizable	other	1918.0	100.0	100.0	0.2967032967032967	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0002_000000011780	1917	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8013656097715235		0	0	False	False	0.9890453815460205	0		MOBV			mobilizable	other	1855.0	99.838	97.0	0.28664293453025846	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
FIJ0140_000000016786	1916	0.6182198503922768	2	1	1	1	0	True	75952	fragment	False	FIJ0140_000000016786	0.9466911764705882		0	0	False	False	0.9973903894424438	0					non-mobilizable	no_good_hit								True	True
ENG0117_000000011972	1916	0.6182198503922768	1	1	1	1	0	True	59367	maximal	True	ENG0117_000000011972	1.0		1	1	False	False	0.9911273717880249	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0022672064777327933	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0174_000000012805	1915	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.791676830759833		0	0	False	False	1.0	0		MOBV			mobilizable	other	1848.0	99.946	97.0	0.2857142857142857	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
DEN0024_000000004513	1915	0.6182198503922768	3	1	1	1	0	True	104328	fragment	False	DEN0024_000000004513	1.0		0	0	False	False	0.997389018535614	0					non-mobilizable	no_good_hit	182.0	100.0	10.0	0.19483315392895587	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0017_000000017482	1915	0.6182198503922768	3	1	1	1	0	True	65793	fragment	False	SPA0139_000000013564	0.38628509719222465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	25.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
CHI0088_000000002455	1914	0.6182198503922768	3	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8964707439947658		0	0	False	False	1.0	0		MOBV			mobilizable	other	1914.0	99.321	100.0	0.2540167308458372	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0177_000000015872	1912	0.6182198503922768	3	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.45792454682901396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1259.0	89.833	66.0	0.015076103592475205	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
FIJ0141_000000015396	1912	0.6182198503922768	2	1	1	1	0	True	40275	maximal	True	FIJ0141_000000015396	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1288.0	84.86	91.0	0.0005720974422067788	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0164_000000010430	1909	0.6182198503922768	1	1	1	1	0	True	56285	maximal	True	ENG0164_000000010430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	93.90799999999999	25.0	0.00015988221897670667	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CAN0003_000000025940	1908	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.9143358385276377		0	0	False	False	1.0	0					non-mobilizable	plasmid	1853.0	99.191	97.0	0.3352653504799855	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0152_000000012651	1908	0.6182198503922768	3	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.03904244996747947		0	0	False	False	0.9942348003387451	0					non-mobilizable	no_good_hit	1351.0	87.565	71.0	0.01614866411983755	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0332_000000007437	1907	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7907237416542189		0	0	False	False	0.9958049058914185	0		MOBV			mobilizable	other	1845.0	99.837	97.0	0.2850951865036372	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0227_000000013809	1907	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7898897275370733		0	0	False	False	1.0	0		MOBV			mobilizable	other	1837.0	99.837	96.0	0.2838569880823402	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0312_000000009197	1907	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.38767085155219466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	77.05	68.0	0.0003199571625169081	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0393_000000009336	1907	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7898897275370733		0	0	False	False	0.9994755983352661	0		MOBV			mobilizable	other	1837.0	99.837	96.0	0.2838569880823402	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0777_000000009041	1905	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7684216390810616		0	0	False	False	0.9994750618934631	0		MOBV			mobilizable	other	1834.0	98.74600000000001	96.0	0.2832378888716917	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
FIJ0114_000000020795	1905	0.6182198503922768	1	1	1	1	0	True	41860	fragment	False	FIJ0114_000000020795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0152_000000012350	1904	0.6182198503922768	2	1	1	1	0	True	107706	fragment	False	ISR0152_000000012350	0.9642470205850489		0	0	False	False	0.9973739385604858	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.000277396263945928	AL356867.23	primates	Human DNA sequence from clone RP1-20N18 on chromosome 1, complete sequence	True	True
DEN0003_000000013537	1904	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7847414660794549		0	0	False	False	1.0	0		MOBV			mobilizable	other	1834.0	99.836	96.0	0.28339266367435384	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0144_000000009356	1904	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7847414660794549		0	0	False	False	0.9978991746902466	0		MOBV			mobilizable	other	1834.0	99.836	96.0	0.28339266367435384	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
DEN0051_000000024511	1901	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7831972696449148		0	0	False	False	1.0	0		MOBV			mobilizable	other	1899.0	99.21	99.0	0.36071496482220955	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0147_000000010074	1901	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8119202278327418		0	0	False	False	1.0	0		MOBV			mobilizable	other	1901.0	100.0	100.0	0.29407212505804053	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
AUS0006_000000013371	1901	0.6182198503922768	3	1	1	1	0	True	106055	fragment	False	FIJ0026_000000016613	0.9475202167873835		0	0	False	False	0.9984219074249268	0					non-mobilizable	chromosome	1901.0	94.37100000000001	100.0	0.00042262473327238397	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0261_000000009682	1900	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7863310835145788		0	0	False	False	0.9957894682884216	0		MOBV			mobilizable	other	1900.0	99.421	100.0	0.0006451694002846355	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0390_000000007246	1899	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.784535766124346		0	0	False	False	1.0	0		MOBV			mobilizable	other	1834.0	99.836	97.0	0.28339266367435384	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0173_000000004956	1899	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7744528549909222		0	0	False	False	0.9994733929634094	0		MOBV			mobilizable	other	1809.0	99.834	95.0	0.27952329360780065	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
DEN0078_000000017220	1898	0.6182198503922768	2	1	1	1	0	True	69762	fragment	False	DEN0078_000000017220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	3.0	3.164571877190372e-05	NZ_LANQ01000001.1	a-proteobacteria	Rickettsia felis str. Pedreira rfPED.contig.0_1, whole genome shotgun sequence	True	True
ISR0127_000000013178	1897	0.6182198503922768	2	1	1	1	0	True	129337	maximal	True	ISR0127_000000013178	1.0		5	2	False	False	0.9731154441833496	0		MOBV			mobilizable	no_good_hit	1519.0	99.803	80.0	0.23463860083578394	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
FIJ0089_000000012921	1897	0.6182198503922768	1	1	1	1	0	True	130976	fragment	False	FIJ0089_000000012921	0.9422750916506093		0	0	False	False	0.9978914260864258	0					non-mobilizable	plasmid	1843.0	95.931	99.0	0.6633057256031689	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0288_000000015821	1897	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7844480573490688		0	0	False	False	1.0	0		MOBV			mobilizable	other	1834.0	99.836	97.0	0.28339266367435384	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0143_000000010588	1895	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7828229691864005		0	0	False	False	0.9994723200798035	0		MOBV			mobilizable	other	1825.0	99.836	96.0	0.2819996904503947	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0046_000000017485	1895	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5122515436590016		0	0	False	False	1.0	0					non-mobilizable	chromosome	1747.0	90.956	92.0	0.26364463311097636	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0383_000000007587	1893	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7823586148169733		0	0	False	False	0.9978869557380676	0		MOBV			mobilizable	other	1823.0	99.835	96.0	0.28169014084507044	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
CHI0033_000000003640	1889	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7833961389096157		0	0	False	False	1.0	0		MOBV			mobilizable	other	1835.0	99.728	97.0	0.28339266367435384	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
FIJ0029_000000017031	1889	0.6182198503922768	1	1	1	1	0	True	48862	maximal	True	FIJ0029_000000017031	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	96.552	3.0	1.936527425814862e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0089_000000011043	1889	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.6324986829759197		0	0	False	False	0.9862360954284668	0		MOBV			mobilizable	other	1889.0	99.947	100.0	0.25069711857655025	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0255_000000017019	1888	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.43192315916482676		0	0	False	False	1.0	0					non-mobilizable	chromosome	1732.0	90.3	91.0	0.2610673135233475	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0318_000000002310	1888	0.6182198503922768	3	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7760886017206818		0	0	False	False	0.9973517060279846	0		MOBV			mobilizable	other	1859.0	98.44	98.0	0.1903832323024761	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
SPA0126_000000023135	1888	0.6182198503922768	1	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.9321754269160459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	80.38600000000001	73.0	0.2090663058186739	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0146_000000021922	1887	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7815364033967531		0	0	False	False	1.0	0		MOBV			mobilizable	other	1887.0	99.417	100.0	0.3586233124168093	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0321_000000005926	1887	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7885685277156151		0	0	False	False	0.997880220413208	0		MOBV			mobilizable	other	1837.0	99.78200000000001	97.0	0.2838569880823402	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0056_000000018900	1887	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7834310463521457		0	0	False	False	1.0	0		MOBV			mobilizable	other	1834.0	99.78200000000001	97.0	0.28339266367435384	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0802_000000008857	1886	0.6182198503922768	1	1	1	1	0	True	83728	fragment	False	ISR0802_000000008857	0.9860365198711063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	4.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0138_000000009746	1886	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7640775347382409		0	0	False	False	0.998939573764801	0		MOBV			mobilizable	other	1886.0	99.788	100.0	0.35843316219813653	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0122_000000015303	1882	0.6182198503922768	1	1	1	1	0	True	59066	fragment	False	ENG0122_000000015303	1.0		0	0	False	False	0.9978746175765991	0					non-mobilizable	no_good_hit	382.0	81.675	20.0	0.13683831472812388	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ISR0186_000000016403	1882	0.6182198503922768	1	1	1	1	0	True	130976	fragment	False	FIJ0089_000000012921	0.9415250850033313		0	0	False	False	1.0	0					non-mobilizable	plasmid	1884.0	95.435	100.0	0.6733885487936623	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
AST0110_000000009531	1881	0.6182198503922768	1	1	1	1	0	True	121090	fragment	False	ENG0081_000000012275	0.5186417688948873		0	0	False	False	0.9851142764091492	0		MOBV			mobilizable	plasmid	1881.0	100.0	100.0	0.27864235956721506	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0190_000000012195	1879	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7849458876453511		0	0	False	False	0.9984034299850464	0		MOBV			mobilizable	other	1879.0	99.415	100.0	0.0006380348255579493	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0076_000000004496	1876	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.5913235383924218		0	0	False	False	1.0	0		MOBV			mobilizable	other	1876.0	100.0	100.0	0.24897092019652103	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0029_000000007096	1876	0.6182198503922768	1	1	1	1	0	True	82910	fragment	False	CHI0108_000000004096	0.9200507614213198		0	0	False	False	0.9989339113235474	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.5533913326781705e-06	CP047983.1	g-proteobacteria	Aeromonas caviae strain 1605-27183 chromosome, complete genome	True	True
ENG0144_000000009296	1876	0.6182198503922768	1	1	1	1	0	True	57566	fragment	False	ENG0144_000000009296	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1903.0	83.079	99.0	0.678069859560677	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
MAD0059_000000010304	1875	0.6182198503922768	1	1	1	1	0	True	16892	fragment	False	MAD0059_000000010304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.769908856810095e-06	NC_012880.1	enterobacteria	Dickeya paradisiaca Ech703, complete sequence	True	True
SPA0066_000000007227	1875	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.631558509497292		0	0	False	False	1.0	0		MOBV			mobilizable	other	1875.0	100.0	100.0	0.24883813570574956	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0155_000000006693	1874	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.6314635379965504		0	0	False	False	0.9983991384506226	0		MOBV			mobilizable	other	1874.0	100.0	100.0	0.24870535121497808	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
AST0097_000000011592	1874	0.6182198503922768	3	1	1	1	0	True	108981	fragment	False	AST0097_000000011592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	98.99	5.0	0.0002581284109825737	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	True
CHI0080_000000002306	1874	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.6314635379965504		0	0	False	False	0.9989327788352966	0		MOBV			mobilizable	other	1874.0	100.0	100.0	0.24870535121497808	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CAN0007_000000021600	1874	0.6182198503922768	2	1	1	1	0	True	95265	fragment	False	CAN0007_000000021600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	98.0	3.0	0.0010799136069114472	NZ_JNWQ01000056.1	high GC Gram+	Streptomyces novaecaesareae strain NRRL B-1267 contig56.1, whole genome shotgun sequence	True	True
SPA0071_000000011789	1873	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7682064049079135		0	0	False	False	1.0	0		MOBV			mobilizable	other	1803.0	99.834	96.0	0.2785946447918279	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
CHI0074_000000007423	1873	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.6311882760581514		0	0	False	False	0.9962626695632935	0		MOBV			mobilizable	other	1873.0	100.0	100.0	0.2485725667242066	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0388_000000018670	1873	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7848838858607889		0	0	False	False	1.0	0		MOBV			mobilizable	other	1873.0	99.68	100.0	0.3559612093553908	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AST0006_000000006922	1871	0.6182198503922768	2	1	1	1	0	True	127529	fragment	False	AST0006_000000006922	1.0		0	0	False	False	0.9909139275550842	0					non-mobilizable	other	1871.0	99.305	100.0	0.3047448230882113	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0219_000000017719	1869	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7846210787399688		0	0	False	False	1.0	0		MOBV			mobilizable	other	1826.0	99.945	98.0	0.2824640148583811	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0037_000000038964	1868	0.6182198503922768	2	1	1	1	0	True	12090	maximal	True	MON0037_000000038964	1.0		0	0	False	False	0.8913276195526123	0					non-mobilizable	no_good_hit								True	True
DEN0046_000000013076	1868	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.776862710570211		0	0	False	False	0.9973233342170715	0		MOBV			mobilizable	other	1840.0	99.23899999999999	99.0	0.23360447381799695	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0113_000000015005	1867	0.6182198503922768	2	1	1	1	0	True	104337	fragment	False	MAD0045_000000021300	0.9622848989252984		0	0	False	False	0.9651848077774048	0					non-mobilizable	no_good_hit	83.0	98.795	4.0	0.12162162162162163	NZ_NOJY02000156.1	firmicutes	Romboutsia weinsteinii strain CCRI-19649 CCRI-19649_NODE_156_length_666_cov_3499.81, whole genome shotgun sequence	True	True
CHI0091_000000002303	1862	0.6182198503922768	1	1	1	1	0	True	83728	fragment	False	ISR0802_000000008857	0.9801166489925768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	85.542	4.0	0.006558704453441295	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0062_000000007679	1861	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.1309138155170684		0	0	False	False	0.9994626641273499	0		MOBV			mobilizable	other	1861.0	100.0	100.0	0.2878811329515555	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0072_000000011151	1861	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.773770552609082		0	0	False	False	0.9978505969047546	0		MOBV			mobilizable	other	1811.0	99.834	97.0	0.2798328432131249	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0138_000000015653	1859	0.6182198503922768	1	1	1	1	0	True	130976	fragment	False	FIJ0089_000000012921	0.9269348363368821		0	0	False	False	1.0	0					non-mobilizable	plasmid	1861.0	97.904	100.0	0.6697875405113431	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
CHI0130_000000008763	1858	0.6182198503922768	2	1	1	1	0	True	81095	fragment	False	USA0037_01_000000016542	0.9657081313732883		0	0	False	False	0.9989235997200012	0					non-mobilizable	no_good_hit								True	True
AST0058_000000007802	1856	0.6182198503922768	2	1	1	1	0	True	113089	maximal	True	AST0058_000000007802	1.0		1	1	False	False	0.9978448152542114	0					non-mobilizable	no_good_hit	808.0	88.366	43.0	0.00022410133277655982	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
FIJ0125_000000010418	1855	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.09652534399895935		0	0	False	False	1.0	0					non-mobilizable	other	1858.0	95.694	100.0	0.0005764651641448	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0213_000000014224	1855	0.6182198503922768	2	1	1	1	0	True	28272	maximal	True	ISR0213_000000014224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0098_000000004901	1854	0.6182198503922768	3	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.9087264974004542		0	0	False	False	1.0	0		MOBV			mobilizable	other	1515.0	99.802	100.0	0.20103571902801753	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0210_000000013587	1853	0.6182198503922768	3	1	1	1	0	True	53713	fragment	False	ENG0210_000000013587	1.0		0	0	False	False	0.9962223172187805	0					non-mobilizable	no_good_hit								True	True
CHI0037_000000007563	1853	0.6182198503922768	2	1	1	1	0	True	104337	fragment	False	MAD0045_000000021300	0.4778170930865542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0003_000000008133	1853	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5381754039457824		0	0	False	False	0.9967620372772217	0					non-mobilizable	no_good_hit	1647.0	88.82799999999999	88.0	0.24772589448150395	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0029_000000013244	1852	0.6182198503922768	2	1	1	1	0	True	65793	fragment	False	SPA0139_000000013564	0.7542341184501723		0	0	False	False	0.9897408485412598	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	26.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
SPA0009_000000019848	1850	0.6182198503922768	2	1	1	1	0	True	42319	maximal	True	SPA0009_000000019848	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0120_000000008056	1849	0.6182198503922768	2	1	1	1	0	True	96852	maximal	True	CHI0120_000000008056	1.0		1	1	False	False	0.9994591474533081	0					non-mobilizable	no_good_hit	1531.0	93.59899999999999	83.0	0.0004256533389010683	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0204_000000014313	1849	0.6182198503922768	1	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.6080775487376998		0	0	False	False	1.0	0		MOBV			mobilizable	other	1854.0	92.88	100.0	0.30349811134833304	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0081_01_000000016573	1848	0.6182198503922768	2	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.3905678182263368		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1859.0	94.836	100.0	0.2737512968726842	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
USA0001_01_000000008948	1847	0.6182198503922768	1	1	1	1	0	True	91498	fragment	False	USA0101_01_000000015696	0.9531403336604514		0	0	False	False	0.9994586110115051	0					non-mobilizable	no_good_hit								True	True
MON0057_000000014148	1847	0.6182198503922768	2	1	1	1	0	True	106054	maximal	True	MON0057_000000014148	1.0		4	1	False	False	0.9859231114387512	0					non-mobilizable	no_good_hit	1604.0	94.514	87.0	0.0003565270261729116	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
FIJ0002_000000019903	1846	0.6182198503922768	2	1	1	1	0	True	107706	fragment	False	ISR0152_000000012350	0.9501050420168067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0207_000000009951	1846	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.6365546365955649		0	0	False	False	1.0	0					non-mobilizable	chromosome	1748.0	83.181	94.0	0.26349302607640995	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ITA0004_000000000721	1845	0.6182198503922768	2	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.48239745139566786		0	0	False	False	0.9978320002555847	0		MOBV			mobilizable	other	1845.0	100.0	100.0	0.36645468998410174	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ENG0105_000000012061	1843	0.6182198503922768	2	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.4816668019018395		0	0	False	False	1.0	0		MOBV			mobilizable	other	1843.0	99.946	100.0	0.36605723370429255	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0253_000000006706	1843	0.6182198503922768	3	1	1	1	0	True	115617	fragment	False	ISR0253_000000006706	1.0		0	0	False	False	0.995116651058197	0					non-mobilizable	other	979.0	96.62899999999999	100.0	0.1298632319745054	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0005_000000010334	1843	0.6182198503922768	3	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.791259198260796		0	0	False	False	0.9978296160697937	0		MOBV			mobilizable	other	1843.0	99.946	100.0	0.2850951865036372	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0150_000000010926	1841	0.6182198503922768	3	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7908860136432516		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1841.0	99.891	100.0	0.26432983766700185	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
USA0080_01_000000023172	1837	0.6182198503922768	3	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7900988099104431		0	0	False	False	1.0	0		MOBV			mobilizable	other	1837.0	99.837	100.0	0.34911580148317173	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0006_000000020502	1837	0.6182198503922768	2	1	1	1	0	True	104337	fragment	False	MAD0045_000000021300	0.9568731654979865		0	0	False	False	0.9869351983070374	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.06156156156156156	NZ_NOJY02000156.1	firmicutes	Romboutsia weinsteinii strain CCRI-19649 CCRI-19649_NODE_156_length_666_cov_3499.81, whole genome shotgun sequence	True	True
SPA0044_000000014858	1835	0.6182198503922768	2	1	1	1	0	True	65793	fragment	False	SPA0139_000000013564	0.567834544280925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	26.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ENG0078_000000014147	1835	0.6182198503922768	1	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.3085007614992829		0	0	False	False	0.9847411513328552	0		MOBV			mobilizable	other	1758.0	96.64399999999999	95.0	0.28464662875710806	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
DEN0096_000000024532	1835	0.6182198503922768	2	1	1	1	0	True	81095	fragment	False	USA0037_01_000000016542	0.7800583383328725		0	0	False	False	0.993460476398468	0					non-mobilizable	no_good_hit								True	True
ENG0156_000000009049	1834	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.9914001491200585		0	0	False	False	1.0	0		MOBV			mobilizable	other	1825.0	86.63	98.0	0.29889965511578254	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0160_000000011126	1834	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7383879194298961		0	0	False	False	1.0	0		MOBV			mobilizable	other	1834.0	99.509	100.0	0.0006227464511436214	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0033_000000020202	1831	0.6182198503922768	2	1	1	1	0	True	49599	fragment	False	FIJ0033_000000020202	1.0		0	0	False	False	0.9983615279197693	0					non-mobilizable	no_good_hit								True	True
DEN0013_000000002047	1830	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7471636266457498		0	0	False	False	1.0	0		MOBV			mobilizable	other	1780.0	99.831	97.0	0.275034824330599	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0072_000000015929	1829	0.6182198503922768	2	1	1	1	0	True	34842	maximal	True	ISR0072_000000015929	1.0		0	0	False	False	0.9923455715179443	0					non-mobilizable	no_good_hit	1193.0	90.947	65.0	0.00033155861780979223	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MON0012_000000029388	1828	0.6182198503922768	1	1	1	1	0	True	60461	fragment	False	MON0012_000000029388	0.9603083952027414		0	0	False	False	0.9928883910179138	0					non-mobilizable	no_good_hit								True	True
MON0020_000000011526	1827	0.6182198503922768	3	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7335012567461536		0	0	False	False	1.0	0		MOBV			mobilizable	other	1765.0	99.26299999999999	97.0	0.3354249857387336	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MON0013_000000029976	1824	0.6182198503922768	1	1	1	1	0	True	14212	maximal	True	MON0013_000000029976	0.9774979884145006		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0794_000000011085	1824	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7363089458952404		0	0	False	False	1.0	0		MOBV			mobilizable	other	1774.0	99.831	97.0	0.27410617551462624	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0043_01_000000005380	1822	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7705157518116394		0	0	False	False	1.0	0		MOBV			mobilizable	other	1822.0	99.616	100.0	0.3462635482030804	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AUS0008_000000013569	1819	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.8740622223968196		0	0	False	False	0.9983507394790649	0		MOBV			mobilizable	other	1828.0	85.175	100.0	0.23755145399017394	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0188_000000011586	1818	0.6182198503922768	3	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.709552479111333		0	0	False	False	0.9994499683380127	0		MOBV			mobilizable	other	1367.0	96.854	100.0	0.1813836143938388	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0091_000000002396	1818	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.32396457916990595		0	0	False	False	0.9917491674423218	0					non-mobilizable	no_good_hit	692.0	76.734	53.0	0.00016770168518127595	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0049_000000010443	1818	0.6182198503922768	1	1	1	1	0	True	64180	fragment	False	ENG0049_000000010443	1.0		0	0	False	False	0.9933993220329285	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	4.0	0.06035767511177347	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
ENG0204_000000014575	1818	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.9907616813370103		0	0	False	False	0.9988998770713806	0		MOBV			mobilizable	other	1847.0	86.844	100.0	0.3025127278699294	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0178_000000012346	1817	0.6182198503922768	1	1	1	1	0	True	118743	fragment	False	ENG0178_000000012346	0.982920818886797		0	0	False	False	0.9977985620498657	0		MOBV			mobilizable	other	1341.0	95.15299999999999	100.0	0.1514088491569537	NZ_RBCK01000005.1	firmicutes	Streptococcus chosunense strain ChDC B353 KCOM1699_5, whole genome shotgun sequence	False	True
FIJ0071_000000019819	1817	0.6182198503922768	1	1	1	1	0	True	81539	fragment	False	FIJ0164_000000013428	0.752516347549651		0	0	False	False	0.9994496703147888	0					non-mobilizable	plasmid	904.0	87.279	90.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ISR0319_000000010959	1813	0.6182198503922768	2	1	1	1	0	True	83226	maximal	True	ISR0319_000000010959	1.0		0	0	False	False	0.992277979850769	0					non-mobilizable	no_good_hit	1219.0	91.55	67.0	0.0002986266850157809	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0191_000000017470	1812	0.6182198503922768	2	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.9859146579668076		0	0	False	False	0.9994481205940247	0		MOBV			mobilizable	other	1802.0	86.29299999999999	98.0	0.29528658236163574	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0106_000000021317	1812	0.6182198503922768	2	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.2888590272966776		0	0	False	False	1.0	0		MOBV			mobilizable	other	1812.0	99.89	100.0	0.297421579898177	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AUS0014_000000015661	1812	0.6182198503922768	2	1	1	1	0	True	127048	fragment	False	ENG0183_000000012422	0.2478161900027566		0	0	False	False	1.0	0		MOBV			mobilizable	other	1813.0	99.72399999999999	100.0	0.297421579898177	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0131_000000014543	1812	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.9859461839008553		0	0	False	False	0.9950330853462219	0		MOBV			mobilizable	other	1829.0	81.903	100.0	0.23927765237020315	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
AST0016_000000013754	1811	0.6182198503922768	4	1	1	1	0	True	123329	fragment	False	AST0016_000000013754	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	94.76	100.0	0.01035054776688516	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0130_000000011339	1808	0.6182198503922768	1	1	1	1	0	True	81539	fragment	False	FIJ0164_000000013428	0.7484692348637545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	87.196	89.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0384_000000010152	1807	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.6762417249726445		0	0	False	False	0.9944659471511841	0		MOBV			mobilizable	other	1779.0	99.044	98.0	0.0006040606601927762	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0033_000000017406	1807	0.6182198503922768	2	1	1	1	0	True	129336	maximal	False	CHI0054_000000009051	0.9419875130072841		0	0	False	False	0.9933591485023499	0		MOBV			mobilizable	no_good_hit	1491.0	95.84200000000001	83.0	0.2833238258223997	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
DEN0065_000000019286	1806	0.6182198503922768	1	1	1	1	0	True	71079	maximal	True	DEN0065_000000019286	1.0		2	2	False	False	0.9745293259620667	0					non-mobilizable	no_good_hit								True	True
ISR0029_000000024062	1805	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8756933173131656		0	0	False	False	1.0	0		MOBV			mobilizable	other	1814.0	96.803	100.0	0.26821682464454977	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
MAD0099_000000017434	1804	0.6182198503922768	1	1	1	1	0	True	15220	maximal	True	MAD0099_000000017434	1.0		1	1	False	False	0.9927937984466553	0					non-mobilizable	no_good_hit								True	True
ISR0779_000000019046	1802	0.6182198503922768	2	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.9272259633508254		0	0	False	False	0.9861265420913696	0					non-mobilizable	no_good_hit	1183.0	80.558	75.0	0.199255751014885	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0106_000000014463	1799	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.4614438354660085		0	0	False	False	1.0	0		MOBV			mobilizable	other	1799.0	99.833	100.0	0.23874651440711725	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0089_000000011568	1798	0.6182198503922768	2	1	1	1	0	True	123096	fragment	False	ENG0089_000000011568	0.9994374336625063		0	0	False	False	1.0	0					non-mobilizable	other	1798.0	100.0	100.0	0.29512235178190177	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0089_000000010708	1798	0.6182198503922768	1	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.398076137472921		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1798.0	100.0	100.0	0.2663405958203646	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
FIJ0160_000000010309	1797	0.6182198503922768	1	1	1	1	0	True	81544	fragment	False	FIJ0160_000000010309	0.9758681577398469		0	0	False	False	0.9966611266136169	0					non-mobilizable	plasmid	795.0	90.189	91.0	0.20280970625798211	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ISR0060_000000015301	1796	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.45128635188469574		0	0	False	False	1.0	0					non-mobilizable	chromosome	1804.0	90.521	99.0	0.27198302001212854	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0026_000000006214	1795	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.42109915919974755		0	0	False	False	1.0	0		MOBV			mobilizable	other	1795.0	99.944	100.0	0.23821537644403135	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0101_000000018648	1793	0.6182198503922768	2	1	1	1	0	True	60483	fragment	False	ENG0101_000000018648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0040_000000013654	1793	0.6182198503922768	2	1	1	1	0	True	101362	maximal	True	FIJ0040_000000013654	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	88.102	59.0	0.0002892259242654536	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
CHI0088_000000002684	1793	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.6878818044432519		0	0	False	False	0.9994422793388367	0		MOBV			mobilizable	other	1791.0	98.995	99.0	0.000608137560036597	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
BAN0041_000000002907	1792	0.6182198503922768	1	1	1	1	0	True	97547	fragment	False	BAN0041_000000002907	1.0		0	0	False	False	0.9938616156578064	0					non-mobilizable	no_good_hit								True	True
MON0011_000000026165	1791	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.43973723502108303		0	0	False	False	0.9932998418807983	0					non-mobilizable	chromosome	1782.0	90.516	99.0	0.26864766525166767	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0005_000000019677	1788	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.9863989180290336		0	0	False	False	1.0	0		MOBV			mobilizable	other	1816.0	86.564	100.0	0.297585810477911	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0059_01_000000014455	1788	0.6182198503922768	1	1	1	1	0	True	918	maximal	True	USA0059_01_000000014455	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0114_000000004194	1788	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.3069038089063144		0	0	False	False	1.0	0		MOBV			mobilizable	other	1672.0	98.505	93.0	0.31717056474614946	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0259_000000009327	1788	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.43699966899509435		0	0	False	False	0.9899328947067261	0					non-mobilizable	chromosome	1724.0	90.48700000000001	96.0	0.2598544572468163	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0387_000000013577	1788	0.6182198503922768	2	1	1	1	0	True	104327	fragment	False	SPA0090_000000018687	0.7309954934372894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0144_000000017620	1787	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.544661039961519		0	0	False	False	1.0	0					non-mobilizable	plasmid	1696.0	97.288	95.0	0.30664734649520015	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0259_000000009338	1787	0.6182198503922768	3	1	1	1	0	True	123096	fragment	False	ENG0089_000000011568	0.9974004131092956		0	0	False	False	0.9983212351799011	0					non-mobilizable	other	1787.0	99.88799999999999	100.0	0.2933158154048284	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0005_000000030377	1787	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.6015964096021579		0	0	False	False	1.0	0					non-mobilizable	chromosome	1785.0	89.524	99.0	0.26864766525166767	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0135_000000015950	1786	0.6182198503922768	1	1	1	1	0	True	44504	fragment	False	FIJ0135_000000015950	0.9988372093023257		0	0	False	False	1.0	0					non-mobilizable	chromosome	1794.0	81.048	99.0	0.2700121285627653	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0019_000000009864	1784	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5982159303748275		0	0	False	False	0.9831838607788086	0					non-mobilizable	chromosome	1733.0	89.26700000000001	96.0	0.2606124924196483	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0198_000000018576	1782	0.6182198503922768	3	1	1	1	0	True	28868	fragment	False	ISR0198_000000018576	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0157_000000014047	1780	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.9798597770823626		0	0	False	False	1.0	0		MOBV			mobilizable	other	1809.0	86.512	100.0	0.2962719658400394	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0100_000000017240	1780	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4433910423927315		0	0	False	False	0.9988763928413391	0					non-mobilizable	chromosome	1745.0	90.029	98.0	0.26318981200727715	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0064_000000015689	1779	0.6182198503922768	2	1	1	1	0	True	14212	maximal	False	MON0013_000000029976	0.9695611763259459		0	0	False	False	0.9696458578109741	0					non-mobilizable	no_good_hit	91.0	90.11	5.0	0.0021688837478311164	NZ_VZBY01000019.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_31_length_41496_cov_31.8884_ID_61, whole genome shotgun sequence	True	True
MON0021_000000016820	1779	0.6182198503922768	2	1	1	1	0	True	130976	fragment	False	FIJ0089_000000012921	0.4725882973115445		0	0	False	False	1.0	0					non-mobilizable	plasmid	1365.0	99.78	100.0	0.4895908111988514	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
BAN0041_000000002939	1777	0.6182198503922768	2	1	1	1	0	True	97545	fragment	False	BAN0041_000000002939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	92.15700000000001	68.0	0.3231114435302917	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ENG0096_000000018390	1777	0.6182198503922768	2	1	1	1	0	True	60846	fragment	False	ENG0096_000000018390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	90.728	64.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0246_000000012636	1777	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7359806272010857		0	0	False	False	1.0	0		MOBV			mobilizable	other	1777.0	99.944	100.0	0.0006033811768854728	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0166_000000016418	1776	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.9791341304261078		0	0	False	False	0.9954954981803894	0		MOBV			mobilizable	other	1804.0	86.30799999999999	100.0	0.2956150435211036	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0105_000000014048	1776	0.6182198503922768	3	1	1	1	0	True	104323	fragment	False	SPA0105_000000014048	0.9987797437461867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	4.0	0.0009370702559297076	NZ_SMBP01000014.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_114, whole genome shotgun sequence	True	True
AST0108_000000015937	1776	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8685541259557309		0	0	False	False	1.0	0		MOBV			mobilizable	other	1500.0	99.93299999999999	100.0	0.24441545736181314	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0062_000000016476	1776	0.6182198503922768	1	1	1	1	0	True	88437	fragment	False	FIJ0062_000000016476	1.0		0	0	False	False	0.9836711883544922	0					non-mobilizable	chromosome	1684.0	96.14	95.0	0.0005718815719233672	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
CHI0011_000000003607	1775	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.014674390289983281		0	0	False	False	0.997183084487915	0					non-mobilizable	other	1775.0	100.0	100.0	0.2745704999226126	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0129_000000006234	1775	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5201668542316871		0	0	False	False	0.999436616897583	0		MOBV			mobilizable	other	1775.0	99.775	100.0	0.3373264879254611	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0095_000000015416	1775	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5713711077725986		0	0	False	False	1.0	0		MOBV			mobilizable	other	1775.0	99.662	100.0	0.3373264879254611	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
TAN0020_000000003857	1775	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.6153380249942172		0	0	False	False	0.999436616897583	0					non-mobilizable	plasmid	1481.0	94.666	94.0	0.26788625249049086	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0382_000000008077	1774	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5675373986327439		0	0	False	False	1.0	0		MOBV			mobilizable	other	1704.0	99.824	96.0	0.26327193932827736	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0041_000000037479	1774	0.6182198503922768	1	1	1	1	0	True	129325	fragment	False	MON0041_000000037479	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1774.0	99.605	100.0	0.24485568291672422	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0209_000000016109	1773	0.6182198503922768	2	1	1	1	0	True	115643	fragment	False	ISR0209_000000016109	0.9824362606232295		0	0	False	False	0.9977439641952515	0		MOBV			mobilizable	other	1761.0	96.65	100.0	0.26066350710900477	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
DEN0010_000000025899	1773	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5237380537319195		0	0	False	False	1.0	0		MOBV			mobilizable	other	1773.0	99.492	100.0	0.0006020222102708658	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0075_000000011668	1772	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8571538345839121		0	0	False	False	1.0	0		MOBV			mobilizable	other	1774.0	96.449	100.0	0.2348957641747444	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0049_000000002094	1771	0.6182198503922768	1	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.3206531698853227		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1764.0	99.32	99.0	0.26100489106269453	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0247_000000007871	1770	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.8741410440253408		0	0	False	False	1.0	0					non-mobilizable	plasmid	1770.0	99.492	100.0	0.3204129686650969	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MON0087_000000028799	1770	0.6182198503922768	2	1	1	1	0	True	129324	fragment	False	MON0087_000000028799	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1770.0	100.0	100.0	0.2443032730285872	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0031_000000012114	1769	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.891328392482444		0	0	False	False	1.0	0		MOBV			mobilizable	other	1769.0	99.774	100.0	0.23476297968397292	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0027_01_000000015379	1769	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8722863959734233		0	0	False	False	1.0	0		MOBV			mobilizable	other	1771.0	98.70100000000001	100.0	0.23449741070242996	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0356_000000011382	1768	0.6182198503922768	3	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.24963058002759353		0	0	False	False	0.9983031749725342	0					non-mobilizable	no_good_hit	1382.0	76.411	77.0	0.0003282932111955095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0163_000000002516	1767	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.27853921804248066		0	0	False	False	0.9960384964942932	0		MOBV			mobilizable	other	1641.0	99.208	93.0	0.25336635195790125	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0320_000000014429	1766	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5478949220338025		0	0	False	False	0.996602475643158	0		MOBV			mobilizable	other	1696.0	99.175	96.0	0.26203374090698034	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
AST0111_000000010975	1765	0.6182198503922768	2	1	1	1	0	True	115643	fragment	False	ISR0209_000000016109	0.9805414551607445		0	0	False	False	0.998866856098175	0		MOBV			mobilizable	other	1763.0	99.546	99.0	0.2609597156398104	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
MAD0106_000000012375	1765	0.6182198503922768	3	1	1	1	0	True	101937	fragment	False	MAD0106_000000012375	1.0		0	0	False	False	0.998866856098175	0					non-mobilizable	other	1765.0	96.48700000000001	100.0	0.07092569497525848	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0303_000000007577	1764	0.6182198503922768	2	1	1	1	0	True	25510	maximal	True	ISR0303_000000007577	0.976236678023722		30	7	False	False	0.9886621236801147	0					non-mobilizable	no_good_hit								True	True
ISR0022_000000014666	1763	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.6066824030870797		0	0	False	False	1.0	0					non-mobilizable	chromosome	1766.0	89.411	99.0	0.265767131594906	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0223_000000017532	1763	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4389648422214574		0	0	False	False	0.9977311491966248	0					non-mobilizable	chromosome	1764.0	90.363	99.0	0.2659187386294724	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0085_000000001150	1763	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7256258307737755		0	0	False	False	1.0	0		MOBV			mobilizable	other	1763.0	100.0	100.0	0.2727132022906671	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0024_000000014304	1763	0.6182198503922768	2	1	1	1	0	True	37436	fragment	False	ISR0024_000000014304	1.0		0	0	False	False	0.9699376225471497	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0001255073966793385	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	True
SPA0116_000000023187	1762	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.3535654981269369		0	0	False	False	1.0	0		MOBV			mobilizable	other	1348.0	94.139	100.0	0.17872792457840925	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0035_000000010944	1762	0.6182198503922768	1	1	1	1	0	True	130975	maximal	True	ISR0035_000000010944	1.0		5	3	False	False	0.9903518557548523	0					non-mobilizable	no_good_hit	1527.0	94.82600000000001	87.0	0.5448325531148721	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
AUS0010_000000013897	1761	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7258974951993376		0	0	False	False	1.0	0		MOBV			mobilizable	other	1761.0	100.0	100.0	0.27240365268534283	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0100_000000016297	1760	0.6182198503922768	1	1	1	1	0	True	106056	fragment	False	SPA0100_000000016297	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1760.0	99.26100000000001	100.0	0.0003914675649426664	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ENG0031_000000012191	1759	0.6182198503922768	2	1	1	1	0	True	123096	fragment	False	ENG0089_000000011568	0.9871749144472116		0	0	False	False	1.0	0					non-mobilizable	other	1759.0	99.943	100.0	0.28871735917227787	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0207_000000010538	1758	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.4989382991052419		0	0	False	False	1.0	0		MOBV			mobilizable	other	1758.0	99.545	100.0	0.33409393420802436	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
DEN0021_000000020644	1758	0.6182198503922768	2	1	1	1	0	True	74759	fragment	False	DEN0021_000000020644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0012_000000030887	1758	0.6182198503922768	2	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.8400813767044324		0	0	False	False	0.9982935190200806	0					non-mobilizable	plasmid	1758.0	99.65899999999999	100.0	0.3182394493751132	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0106_000000021954	1757	0.6182198503922768	2	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.46334368159387856		0	0	False	False	1.0	0		MOBV			mobilizable	other	1774.0	82.63799999999999	100.0	0.23144336741468596	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0096_000000025641	1757	0.6182198503922768	2	1	1	1	0	True	68159	fragment	False	DEN0096_000000025641	1.0		0	0	False	False	0.9795105457305908	0					non-mobilizable	no_good_hit								True	True
CHI0068_000000008666	1756	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.4148664567084156		0	0	False	False	0.9965831637382507	0		MOBV			mobilizable	other	1756.0	100.0	100.0	0.2330367813039437	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0035_000000016444	1753	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.45724420634978385		0	0	False	False	0.9948659539222717	0		MOBV			mobilizable	other	1753.0	99.772	100.0	0.2711654542640458	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0136_000000004917	1753	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.39089664471655344		0	0	False	False	1.0	0					non-mobilizable	chromosome	1748.0	91.819	99.0	0.26349302607640995	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
TAN0002_000000023176	1752	0.6182198503922768	1	1	1	1	0	True	46747	fragment	False	TAN0002_000000023176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0128_000000021207	1752	0.6182198503922768	1	1	1	1	0	True	81095	fragment	False	USA0037_01_000000016542	0.5704341194862484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0094_000000007151	1751	0.6182198503922768	2	1	1	1	0	True	5232	fragment	False	SPA0094_000000007151	1.0		0	0	False	False	0.994860053062439	0					non-mobilizable	no_good_hit	344.0	91.279	19.0	0.05230863629391011	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0134_000000022395	1751	0.6182198503922768	2	1	1	1	0	True	60461	fragment	False	MON0012_000000029388	0.9409190371991247		0	0	False	False	0.994288980960846	0					non-mobilizable	no_good_hit								True	True
ENG0139_000000011914	1751	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4389284932794387		0	0	False	False	1.0	0					non-mobilizable	chromosome	1760.0	90.455	100.0	0.2653123104912068	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0354_000000010929	1749	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.46957728212569094		0	0	False	False	0.9942824244499207	0		MOBV			mobilizable	plasmid	1749.0	100.0	100.0	0.24140312111586798	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0108_000000010845	1748	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8368252521207785		0	0	False	False	1.0	0		MOBV			mobilizable	other	1749.0	96.226	100.0	0.23157615190545744	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0046_000000018619	1748	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.43788253099677515		0	0	False	False	0.9982837438583374	0					non-mobilizable	no_good_hit	997.0	88.365	57.0	0.011786114559105316	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
SPA0012_000000013799	1747	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5943437546512821		0	0	False	False	1.0	0					non-mobilizable	chromosome	1762.0	89.444	100.0	0.2651607034566404	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0020_000000005880	1747	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8723891352942484		0	0	False	False	1.0	0		MOBV			mobilizable	other	1747.0	100.0	100.0	0.2318417208870004	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0101_000000037128	1746	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.44336964376518334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1746.0	90.493	99.0	0.26318981200727715	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0082_000000023681	1746	0.6182198503922768	3	1	1	1	0	True	69220	fragment	False	DEN0082_000000023681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	78.827	52.0	0.010906373901830583	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0102_000000025659	1745	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5942597024502043		0	0	False	False	0.9810888171195984	0					non-mobilizable	chromosome	1760.0	89.432	100.0	0.2648574893875076	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0054_000000014656	1745	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.045328762061448195		0	0	False	False	1.0	0					non-mobilizable	chromosome	1745.0	95.81700000000001	99.0	0.0005870201892534241	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0212_000000020429	1745	0.6182198503922768	1	1	1	1	0	True	28342	maximal	True	ISR0212_000000020429	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	91.01799999999999	43.0	0.0002972050674802767	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0150_000000013615	1745	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5936225582995107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1757.0	89.414	99.0	0.26425106124924197	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MAD0023_000000007021	1744	0.6182198503922768	1	1	1	1	0	True	19229	fragment	False	MAD0023_000000007021	0.9778708133971292		0	0	False	False	0.9994266033172607	0					non-mobilizable	no_good_hit								True	True
CHI0134_000000009086	1744	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.59423893141864		0	0	False	False	0.9988532066345215	0					non-mobilizable	chromosome	1759.0	89.426	100.0	0.2647058823529412	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0071_000000006952	1743	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.8138663637426913		0	0	False	False	1.0	0					non-mobilizable	plasmid	1743.0	99.426	100.0	0.3155225502626336	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CHI0140_000000016898	1743	0.6182198503922768	2	1	1	1	0	True	80243	maximal	True	CHI0140_000000016898	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0215_000000016877	1742	0.6182198503922768	2	1	1	1	0	True	59211	maximal	True	ISR0215_000000016877	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0051_000000016569	1742	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.43847068732913796		0	0	False	False	0.9988518953323364	0					non-mobilizable	chromosome	1751.0	90.463	100.0	0.26394784718010916	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0016_000000019408	1740	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8424744277245365		0	0	False	False	1.0	0		MOBV			mobilizable	other	1742.0	96.32600000000001	100.0	0.2306466604700571	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0166_000000013906	1740	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.48926639220605006		0	0	False	False	1.0	0					non-mobilizable	plasmid	1732.0	97.979	99.0	0.3133490309726499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0211_000000014070	1740	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8646866828213537		0	0	False	False	1.0	0		MOBV			mobilizable	other	1740.0	100.0	100.0	0.257553317535545	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
SPA0119_000000018243	1738	0.6182198503922768	3	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.7291917023136998		0	0	False	False	0.994246244430542	0					non-mobilizable	no_good_hit	1135.0	80.176	75.0	0.19113667117726657	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0139_000000016149	1738	0.6182198503922768	2	1	1	1	0	True	106055	fragment	False	FIJ0026_000000016613	0.7147553918990005		0	0	False	False	0.997123122215271	0					non-mobilizable	chromosome	1738.0	99.94200000000001	100.0	0.0003865714384908536	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
USA0057_01_000000018424	1738	0.6182198503922768	1	1	1	1	0	True	106456	fragment	False	USA0057_01_000000018424	0.9474648747709224		0	0	False	False	0.9976984858512878	0					non-mobilizable	no_good_hit	1139.0	82.353	87.0	0.14991369008099853	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0285_000000010674	1737	0.6182198503922768	3	1	1	1	0	True	128062	fragment	False	FIJ0028_000000013065	0.3178091749520321		0	0	False	False	0.9953943490982056	0					non-mobilizable	no_good_hit	595.0	91.765	34.0	0.09738873378223026	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0023_000000019293	1737	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5934706118356949		0	0	False	False	0.9994242787361145	0					non-mobilizable	chromosome	1752.0	89.441	100.0	0.26364463311097636	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0067_000000017387	1735	0.6182198503922768	1	1	1	1	0	True	60459	fragment	False	ISR0067_000000017387	0.8208741727368681		0	0	False	False	0.999423623085022	0					non-mobilizable	no_good_hit								True	True
CAN0020_000000020771	1735	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8478106807337681		0	0	False	False	1.0	0		MOBV			mobilizable	other	1737.0	96.37299999999999	100.0	0.2299827380161997	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0099_000000012748	1735	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8262211912705107		0	0	False	False	0.9948126673698425	0		MOBV			mobilizable	other	1739.0	94.94	100.0	0.22692869472845573	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0146_000000013085	1735	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8646243246579847		0	0	False	False	1.0	0		MOBV			mobilizable	other	1735.0	99.02	100.0	0.23024830699774265	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0037_01_000000019533	1734	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.941601364193864		0	0	False	False	0.9942330121994019	0		MOBV			mobilizable	other	1745.0	83.725	100.0	0.252813981042654	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0292_000000011418	1734	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.43758100385805204		0	0	False	False	1.0	0					non-mobilizable	chromosome	1742.0	90.52799999999999	99.0	0.26258338386901153	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0329_000000009295	1734	0.6182198503922768	3	1	1	1	0	True	73908	fragment	False	ISR0329_000000009295	0.9805407534001018		0	0	False	False	0.9925028681755066	0					non-mobilizable	other	1734.0	99.02	100.0	0.0697187914873074	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0366_000000011401	1734	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.7918833743437105		0	0	False	False	0.9798154830932617	0					non-mobilizable	other	1733.0	99.42299999999999	99.0	0.29279431664411365	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0013_000000016326	1734	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5933967021906899		0	0	False	False	0.9965397715568542	0					non-mobilizable	chromosome	1749.0	89.48	100.0	0.26318981200727715	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0062_000000016908	1734	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8575606576517693		0	0	False	False	0.9988465905189514	0		MOBV			mobilizable	other	1743.0	96.041	100.0	0.23091222945160006	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
AST0094_000000013094	1734	0.6182198503922768	1	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.4650678321201695		0	0	False	False	1.0	0		MOBV			mobilizable	other	1734.0	99.82700000000001	100.0	0.34439586645469	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
SPA0130_000000019114	1733	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5934247032000136		0	0	False	False	0.9953837394714355	0					non-mobilizable	chromosome	1748.0	89.359	100.0	0.26303820497271074	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
AST0097_000000012416	1733	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.839928883396624		0	0	False	False	1.0	0		MOBV			mobilizable	other	1735.0	96.369	100.0	0.22971716903465675	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0135_000000012969	1731	0.6182198503922768	3	1	1	1	0	True	58089	maximal	True	ENG0135_000000012969	1.0		0	0	False	False	0.9872905611991882	0					non-mobilizable	no_good_hit	1119.0	99.73200000000001	65.0	0.0004989118099743984	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0269_000000010981	1731	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.8176966525106971		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	96.303	100.0	0.2924560216508796	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0077_000000017242	1731	0.6182198503922768	1	1	1	1	0	True	44504	fragment	False	FIJ0135_000000015950	0.9928337282686148		0	0	False	False	1.0	0					non-mobilizable	chromosome	1748.0	80.54899999999999	100.0	0.26303820497271074	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0057_000000004360	1731	0.6182198503922768	1	1	1	1	0	True	96850	maximal	True	DEN0057_000000004360	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	84.48100000000001	49.0	0.00023662873647214392	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0233_000000009623	1731	0.6182198503922768	1	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.31710135759169705		0	0	False	False	0.9942229986190796	0		MOBV			mobilizable	plasmid	1731.0	99.82700000000001	100.0	0.2564102564102564	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
FIJ0021_000000027725	1731	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.40587059178779017		0	0	False	False	1.0	0		MOBV			mobilizable	other	1731.0	99.884	100.0	0.32895987830386003	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0136_000000015935	1730	0.6182198503922768	1	1	1	1	0	True	52338	fragment	False	FIJ0136_000000015935	0.9946638637342747		0	0	False	False	0.9953756928443909	0					non-mobilizable	chromosome	1746.0	80.813	100.0	0.2622801697998787	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0236_000000006468	1728	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5406473187527906		0	0	False	False	0.9994212985038757	0		MOBV			mobilizable	other	1699.0	99.765	98.0	0.2624980653149667	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0261_000000010706	1728	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.438507781668206		0	0	False	False	1.0	0					non-mobilizable	chromosome	1749.0	85.249	100.0	0.26303820497271074	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0243_000000006942	1728	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.438507781668206		0	0	False	False	1.0	0					non-mobilizable	chromosome	1749.0	85.249	100.0	0.26303820497271074	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0069_000000005892	1727	0.6182198503922768	1	1	1	1	0	True	115633	fragment	False	CHI0069_000000005892	0.9936788874841973		0	0	False	False	0.986682116985321	0		MOBV			mobilizable	other	1511.0	91.926	93.0	0.19984065861107422	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0054_000000017136	1727	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.6318148191153303		0	0	False	False	1.0	0					non-mobilizable	chromosome	1745.0	82.92299999999999	100.0	0.26318981200727715	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0031_000000012463	1726	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.41369751833354684		0	0	False	False	1.0	0		MOBV			mobilizable	other	1656.0	99.819	96.0	0.2558427488004953	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0104_000000014357	1726	0.6182198503922768	2	1	1	1	0	True	130848	fragment	False	AST0153_000000018975	0.9282065834279228		0	0	False	False	0.9994206428527832	0					non-mobilizable	chromosome	1726.0	92.12100000000001	100.0	0.0008040332246675901	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ISR0783_000000008033	1726	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.7816931850393918		0	0	False	False	0.9953650236129761	0					non-mobilizable	plasmid	1726.0	96.81299999999999	100.0	0.3124433979351567	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0207_000000017371	1725	0.6182198503922768	2	1	1	1	0	True	96843	fragment	False	ISR0207_000000017371	0.9633633633633634		0	0	False	False	1.0	0					non-mobilizable	chromosome	1052.0	89.354	92.0	0.00029202769948150466	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0250_000000007436	1725	0.6182198503922768	1	1	1	1	0	True	115625	fragment	False	ISR0250_000000007436	1.0		0	0	False	False	0.9988405704498291	0		MOBV			mobilizable	no_good_hit	1085.0	96.682	89.0	0.009348212283757913	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0344_000000019925	1725	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.580788907646586		0	0	False	False	0.9994202852249146	0					non-mobilizable	chromosome	1741.0	89.374	100.0	0.2618253486961795	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0844_000000007309	1724	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.6337027466077967		0	0	False	False	1.0	0					non-mobilizable	chromosome	1736.0	82.834	99.0	0.2618253486961795	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0081_000000020895	1724	0.6182198503922768	1	1	1	1	0	True	44504	fragment	False	FIJ0135_000000015950	0.9918960668521887		0	0	False	False	1.0	0					non-mobilizable	chromosome	1741.0	80.471	100.0	0.2619769557307459	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0084_01_000000018778	1724	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8400157554606166		0	0	False	False	0.9982598423957825	0		MOBV			mobilizable	other	1726.0	96.40799999999999	100.0	0.22852210861771344	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0090_000000026380	1724	0.6182198503922768	1	1	1	1	0	True	52338	fragment	False	FIJ0136_000000015935	0.9906024228221846		0	0	False	False	1.0	0					non-mobilizable	chromosome	1732.0	80.42699999999999	99.0	0.2601576713159491	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MAD0040_000000019323	1723	0.6182198503922768	1	1	1	1	0	True	18356	maximal	True	MAD0040_000000019323	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	74.074	12.0	0.003553767496437851	NZ_RLIH01000013.1	firmicutes	Anaerosphaera multitolerans strain GS7-6-2, whole genome shotgun sequence	True	True
ISR0144_000000004290	1723	0.6182198503922768	2	1	1	1	0	True	31088	fragment	False	ISR0144_000000004290	1.0		0	0	False	False	0.9953569173812866	0					non-mobilizable	no_good_hit								True	True
DEN0096_000000026126	1722	0.6182198503922768	1	1	1	1	0	True	68153	fragment	False	DEN0096_000000026126	0.9963680387409202		0	0	False	False	0.9947735071182251	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0346_000000013843	1722	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4362327595770371		0	0	False	False	1.0	0					non-mobilizable	chromosome	1728.0	90.39399999999999	99.0	0.2604608853850819	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0011_000000026645	1720	0.6182198503922768	2	1	1	1	0	True	129321	fragment	False	ISR0087_000000021357	0.9521432765707575		0	0	False	False	1.0	0					non-mobilizable	other	795.0	95.47200000000001	98.0	0.10053380782918149	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0246_000000013121	1720	0.6182198503922768	1	1	1	1	0	True	130967	fragment	False	ISR0246_000000013121	0.953050081157406		0	0	False	False	1.0	0					non-mobilizable	plasmid	1652.0	95.09700000000001	96.0	0.5898451566438603	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
FIJ0114_000000023210	1720	0.6182198503922768	1	1	1	1	0	True	44504	fragment	False	FIJ0135_000000015950	0.9859095117675549		0	0	False	False	0.9883720874786377	0					non-mobilizable	chromosome	1737.0	79.85	100.0	0.2612189205579139	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0203_000000010681	1720	0.6182198503922768	2	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.8992737331284664		0	0	False	False	0.9994186162948608	0					non-mobilizable	chromosome	1699.0	85.16799999999999	97.0	0.2554578532443905	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0785_000000021843	1719	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.6334448057819342		0	0	False	False	1.0	0					non-mobilizable	chromosome	1731.0	82.84200000000001	99.0	0.2610673135233475	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0144_000000018313	1719	0.6182198503922768	1	1	1	1	0	True	44504	fragment	False	FIJ0135_000000015950	0.9905585059379255		0	0	False	False	0.9941826462745667	0					non-mobilizable	chromosome	1736.0	80.415	100.0	0.2612189205579139	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0058_000000017972	1717	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.6283076180282847		0	0	False	False	1.0	0		MOBV			mobilizable	other	1719.0	99.476	100.0	0.2655935613682093	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0075_000000012178	1717	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.6133659175007404		0	0	False	False	1.0	0					non-mobilizable	chromosome	1731.0	89.71700000000001	100.0	0.2610673135233475	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0852_000000006797	1717	0.6182198503922768	2	1	1	1	0	True	35104	maximal	True	ISR0852_000000006797	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	83.29799999999999	69.0	0.0002542459342357753	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ITA0001_000000001803	1716	0.6182198503922768	2	1	1	1	0	True	59000	fragment	False	ITA0001_000000001803	1.0		0	0	False	False	0.998834490776062	0					non-mobilizable	other	1716.0	98.135	100.0	0.2796347627588456	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0244_000000014983	1715	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5723567022812196		0	0	False	False	1.0	0					non-mobilizable	chromosome	1729.0	89.416	99.0	0.2601576713159491	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0141_000000018470	1713	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.04521831983804788		0	0	False	False	1.0	0					non-mobilizable	other	1713.0	96.848	100.0	0.0005326003027608731	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0072_01_000000010640	1713	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.834961665298698		0	0	False	False	1.0	0		MOBV			mobilizable	other	1718.0	94.412	100.0	0.2245385738945691	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0007_000000010492	1711	0.6182198503922768	2	1	1	1	0	True	51567	maximal	True	FIJ0007_000000010492	1.0		0	0	False	False	0.9865575432777405	0					non-mobilizable	no_good_hit	566.0	98.41	60.0	0.14431673052362706	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0161_000000018105	1710	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8383114818553418		0	0	False	False	1.0	0		MOBV			mobilizable	other	1712.0	96.37899999999999	100.0	0.22666312574691275	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0265_000000009917	1710	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.7896777276511747		0	0	False	False	0.9994152188301086	0					non-mobilizable	other	1707.0	99.883	99.0	0.2885656292286874	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
USA0020_01_000000020263	1710	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.9885271171391522		0	0	False	False	0.9619883298873901	0		MOBV			mobilizable	other	1710.0	99.883	100.0	0.2806700607653145	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0779_000000020108	1709	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5794608856428857		0	0	False	False	1.0	0					non-mobilizable	chromosome	1724.0	89.32700000000001	100.0	0.25939963614311706	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0206_000000015250	1707	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.7825263710744906		0	0	False	False	1.0	0		MOBV			mobilizable	other	1707.0	99.824	100.0	0.2263975567653698	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0002_000000015747	1707	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.3767422079859725		0	0	False	False	0.994727611541748	0					non-mobilizable	chromosome	1581.0	88.994	92.0	0.23802304426925408	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0239_000000008948	1705	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.4186662853466743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	75.373	62.0	0.0002498362824557313	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
USA0020_01_000000020333	1705	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5855273661245144		0	0	False	False	1.0	0		MOBV			mobilizable	other	1704.0	99.941	99.0	0.2635814889336016	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0153_000000016883	1705	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5766276043854696		0	0	False	False	1.0	0					non-mobilizable	chromosome	1719.0	89.18	99.0	0.25864160097028505	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0209_000000010765	1705	0.6182198503922768	2	1	1	1	0	True	104327	fragment	False	SPA0090_000000018687	0.4874161073825503		0	0	False	False	0.9853372573852539	0					non-mobilizable	no_good_hit								True	True
SPA0150_000000011977	1704	0.6182198503922768	2	1	1	1	0	True	104325	fragment	False	SPA0150_000000011977	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	100.0	11.0	0.19806243272335844	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
FIJ0110_000000009898	1704	0.6182198503922768	3	1	1	1	0	True	42113	maximal	True	FIJ0110_000000009898	1.0		0	0	False	False	0.9953051805496216	0					non-mobilizable	no_good_hit	893.0	88.46600000000001	52.0	0.0002179631551551964	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0381_000000010293	1704	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5766588971823863		0	0	False	False	1.0	0					non-mobilizable	chromosome	1719.0	89.238	100.0	0.25864160097028505	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0006_000000013238	1704	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8553431737993019		0	0	False	False	0.998826265335083	0		MOBV			mobilizable	other	1704.0	99.941	100.0	0.2522215639810427	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0087_000000021357	1703	0.6182198503922768	2	1	1	1	0	True	129321	fragment	False	ISR0087_000000021357	0.9566860465116279		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	99.941	100.0	0.2634267141309395	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
DEN0063_000000029246	1701	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.3281143584037073		0	0	False	False	1.0	0		MOBV			mobilizable	other	1701.0	99.824	100.0	0.3232553717436775	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0387_000000014199	1701	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.558215234043971		0	0	False	False	0.9870664477348328	0					non-mobilizable	chromosome	1713.0	88.85	99.0	0.25758035172832017	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0114_000000023516	1700	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.4063157170179574		0	0	False	False	0.9923529624938965	0					non-mobilizable	no_good_hit	699.0	73.391	43.0	0.0007697593888333572	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
SPA0120_000000023894	1699	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5780433806399805		0	0	False	False	1.0	0					non-mobilizable	chromosome	1714.0	89.265	100.0	0.25788356579745303	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0110_000000005617	1699	0.6182198503922768	1	1	1	1	0	True	115651	fragment	False	ENG0104_000000014747	0.3607477594519574		0	0	False	False	1.0	0		MOBV			mobilizable	other	1699.0	99.47	100.0	0.22546806532996946	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0062_000000018957	1699	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5619762339510085		0	0	False	False	1.0	0		MOBV			mobilizable	other	1699.0	99.941	100.0	0.21581087951194713	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0165_000000013450	1699	0.6182198503922768	2	1	1	1	0	True	81544	fragment	False	FIJ0160_000000010309	0.9499165275459098		0	0	False	False	0.999411404132843	0					non-mobilizable	no_good_hit	664.0	98.193	88.0	0.16934865900383142	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0807_000000008354	1698	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5981736579011319		0	0	False	False	1.0	0					non-mobilizable	chromosome	1705.0	89.619	99.0	0.25697392359005455	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0369_000000008852	1698	0.6182198503922768	2	1	1	1	0	True	25510	maximal	False	ISR0303_000000007577	0.9637650226949237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0042_000000019736	1697	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.43475543671294037		0	0	False	False	1.0	0					non-mobilizable	chromosome	1699.0	90.406	99.0	0.25606428138265613	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0004_000000003965	1697	0.6182198503922768	3	1	1	1	0	True	130847	maximal	True	CHI0004_000000003965	1.0		5	3	False	False	0.9994107484817505	0					non-mobilizable	no_good_hit	1411.0	90.928	83.0	0.0006566582252505608	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0009_000000024559	1696	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8498716674127248		0	0	False	False	1.0	0		MOBV			mobilizable	other	1696.0	97.759	100.0	0.22493692736688356	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0021_000000028311	1695	0.6182198503922768	2	1	1	1	0	True	52339	maximal	True	FIJ0021_000000028311	0.981990231990232		27	1	False	False	0.9740412831306458	0					non-mobilizable	no_good_hit	1446.0	80.429	85.0	0.21785930867192238	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0012_000000013641	1694	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.31444764391139873		0	0	False	False	1.0	0		MOBV			mobilizable	other	1694.0	100.0	100.0	0.26203374090698034	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0113_01_000000010858	1694	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.844415001594921		0	0	False	False	1.0	0		MOBV			mobilizable	other	1689.0	99.882	99.0	0.22387465144071172	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0255_000000019280	1693	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.9664070398589931		0	0	False	False	1.0	0		MOBV			mobilizable	other	1694.0	97.40299999999999	100.0	0.2778781409098374	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0047_000000022940	1693	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5771673908705545		0	0	False	False	1.0	0					non-mobilizable	chromosome	1708.0	89.227	100.0	0.25697392359005455	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0039_000000012158	1693	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.33762450675278416		0	0	False	False	1.0	0		MOBV			mobilizable	other	1692.0	99.46799999999999	99.0	0.32154401977562275	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0150_000000012081	1692	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5755694559732449		0	0	False	False	1.0	0					non-mobilizable	chromosome	1707.0	89.162	100.0	0.25682231655548815	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0020_000000012548	1691	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.06666267183404992		0	0	False	False	0.9917208552360535	0					non-mobilizable	no_good_hit	1253.0	91.381	74.0	0.01500379614119235	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
SPA0019_000000017144	1691	0.6182198503922768	2	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.727629138163933		0	0	False	False	0.9988172650337219	0					non-mobilizable	no_good_hit	1134.0	80.071	74.0	0.19096752368064954	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0298_000000008741	1690	0.6182198503922768	1	1	1	1	0	True	60460	fragment	False	ISR0298_000000008741	1.0		0	0	False	False	0.9928994178771973	0					non-mobilizable	no_good_hit								True	True
SPA0100_000000016904	1690	0.6182198503922768	2	1	1	1	0	True	4962	maximal	True	SPA0100_000000016904	1.0		1	1	False	False	0.9982248544692993	0					non-mobilizable	no_good_hit								True	True
USA0027_01_000000016033	1690	0.6182198503922768	3	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4280443312213966		0	0	False	False	0.9958580136299133	0					non-mobilizable	chromosome	1700.0	90.059	100.0	0.25621588841722254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0049_000000010152	1689	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.3237704283578227		0	0	False	False	0.9964476227760315	0		MOBV			mobilizable	other	1689.0	99.941	100.0	0.3209735691196045	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0824_000000013711	1689	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5706562873583619		0	0	False	False	0.9940793514251709	0					non-mobilizable	chromosome	1704.0	89.37799999999999	100.0	0.25636749545178894	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0001_000000012036	1689	0.6182198503922768	4	1	1	1	0	True	52563	maximal	True	FIJ0001_000000012036	1.0		2	2	False	False	0.9875665903091431	0					non-mobilizable	chromosome	1143.0	84.602	91.0	0.0005316693016943461	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ISR0043_000000013099	1689	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.828273419788385		0	0	False	False	0.9899348616600037	0		MOBV			mobilizable	other	1690.0	99.586	100.0	0.22414022042225468	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0090_000000016905	1689	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4340819107076022		0	0	False	False	1.0	0					non-mobilizable	chromosome	1696.0	90.448	100.0	0.2557610673135233	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0381_000000010405	1689	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.39573209723457503		0	0	False	False	0.999407947063446	0					non-mobilizable	chromosome	1685.0	90.089	99.0	0.2539417828987265	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0034_01_000000030896	1689	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.4761748481656026		0	0	False	False	1.0	0		MOBV			mobilizable	other	1689.0	99.23	100.0	0.21453990849008642	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0042_000000018787	1688	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4067137706355322		0	0	False	False	1.0	0					non-mobilizable	chromosome	1698.0	89.57600000000001	100.0	0.2553062462098241	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0024_000000005450	1688	0.6182198503922768	2	1	1	1	0	True	74324	fragment	False	DEN0024_000000005450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0012_000000014666	1688	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5896761703553312		0	0	False	False	0.9946682453155518	0					non-mobilizable	chromosome	1703.0	93.48200000000001	100.0	0.25682231655548815	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0112_000000019735	1686	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5921294242588994		0	0	False	False	0.9982206225395203	0					non-mobilizable	chromosome	1702.0	89.48299999999999	100.0	0.25651910248635534	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0111_01_000000015036	1685	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.960794987208634		0	0	False	False	0.997032642364502	0		MOBV			mobilizable	other	1630.0	99.264	97.0	0.2672031532271309	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0084_000000015829	1685	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5908127308884683		0	0	False	False	0.9988130331039429	0					non-mobilizable	chromosome	1699.0	89.759	100.0	0.25621588841722254	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0837_000000007958	1684	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5700353998627677		0	0	False	False	1.0	0					non-mobilizable	chromosome	1699.0	89.17	100.0	0.2556094602789569	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0013_000000016842	1683	0.6182198503922768	2	1	1	1	0	True	7976	fragment	False	SPA0013_000000016842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	922.0	75.38	55.0	0.0019823255250892803	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
USA0117_01_000000012469	1680	0.6182198503922768	1	1	1	1	0	True	121080	fragment	False	ENG0204_000000014313	0.4503247699794737		0	0	False	False	1.0	0		MOBV			mobilizable	other	1704.0	93.955	100.0	0.33843402225755165	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
DEN0016_000000005315	1680	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.455509912529212		0	0	False	False	1.0	0		MOBV			mobilizable	other	1680.0	99.524	100.0	0.31926221715154973	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
TAN0027_000000006619	1680	0.6182198503922768	2	1	1	1	0	True	2301	fragment	False	TAN0027_000000006619	1.0		0	0	False	False	0.9970238208770752	0					non-mobilizable	no_good_hit								True	True
SPA0096_000000024675	1679	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5679133015175855		0	0	False	False	1.0	0					non-mobilizable	chromosome	1689.0	89.22399999999999	99.0	0.2540933899332929	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0164_000000013428	1679	0.6182198503922768	2	1	1	1	0	True	81539	fragment	False	FIJ0164_000000013428	0.8968600216893883		0	0	False	False	1.0	0					non-mobilizable	plasmid	860.0	89.07	96.0	0.21915708812260537	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
FIJ0167_000000012205	1679	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.4510515792385542		0	0	False	False	0.9815366268157959	0		MOBV			mobilizable	other	1679.0	100.0	100.0	0.2597121188670484	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
AST0016_000000014612	1678	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5903726603761548		0	0	False	False	0.9988080859184265	0					non-mobilizable	chromosome	1694.0	89.374	100.0	0.2553062462098241	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0101_000000020005	1678	0.6182198503922768	1	1	1	1	0	True	60459	fragment	False	ISR0067_000000017387	0.5356622164716031		0	0	False	False	0.9988080859184265	0					non-mobilizable	no_good_hit								True	True
ENG0100_000000018390	1678	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.81892362573015		0	0	False	False	1.0	0		MOBV			mobilizable	other	1680.0	96.25	100.0	0.22241402204222546	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MAD0032_000000010055	1677	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5692063597352289		0	0	False	False	1.0	0					non-mobilizable	chromosome	1691.0	88.941	99.0	0.2542449969678593	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0105_000000013291	1676	0.6182198503922768	2	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.6270685226568757		0	0	False	False	0.9994033575057983	0					non-mobilizable	chromosome	1685.0	83.086	99.0	0.2540933899332929	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0111_01_000000015103	1676	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.7993351096002449		0	0	False	False	0.982100248336792	0		MOBV			mobilizable	other	1642.0	96.772	98.0	0.21723542690213782	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CAN0016_000000028004	1676	0.6182198503922768	1	1	1	1	0	True	130967	fragment	False	ISR0246_000000013121	0.9526252686386758		0	0	False	False	1.0	0					non-mobilizable	plasmid	1677.0	94.991	100.0	0.5988476773496579	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
AST0046_000000010147	1676	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.6058131429480342		0	0	False	False	1.0	0		MOBV			mobilizable	other	1676.0	99.881	100.0	0.222281237551454	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0333_000000013965	1675	0.6182198503922768	3	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5627800049837312		0	0	False	False	1.0	0					non-mobilizable	chromosome	1689.0	89.28399999999999	99.0	0.2540933899332929	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0027_000000010351	1675	0.6182198503922768	2	1	1	1	0	True	106881	fragment	False	FIJ0027_000000010351	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1674.0	99.223	99.0	0.3030248143452273	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0049_000000017651	1673	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.45632944413530724		0	0	False	False	1.0	0		MOBV			mobilizable	other	1673.0	99.94	100.0	0.25878347005107566	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0219_000000019763	1673	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8286855919143783		0	0	False	False	0.9910340905189514	0		MOBV			mobilizable	other	1675.0	96.23899999999999	100.0	0.22175009958836808	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0083_000000017905	1673	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.6259351406647894		0	0	False	False	0.9988045692443848	0					non-mobilizable	chromosome	1683.0	82.76899999999999	99.0	0.2537901758641601	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0120_000000014703	1673	0.6182198503922768	2	1	1	1	0	True	41532	fragment	False	FIJ0120_000000014703	1.0		0	0	False	False	0.9958158731460571	0					non-mobilizable	no_good_hit								True	True
SPA0019_000000017326	1672	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.45630309418705445		0	0	False	False	1.0	0		MOBV			mobilizable	other	1672.0	100.0	100.0	0.25862869524841353	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0044_000000033170	1672	0.6182198503922768	1	1	1	1	0	True	19229	fragment	False	MAD0023_000000007021	0.9581422018348624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0010_01_000000015862	1672	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.45630309418705445		0	0	False	False	1.0	0		MOBV			mobilizable	other	1672.0	100.0	100.0	0.25862869524841353	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0037_000000014803	1672	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.9835605551654742		0	0	False	False	1.0	0		MOBV			mobilizable	other	1672.0	99.88	100.0	0.27442929873542454	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0163_000000002654	1671	0.6182198503922768	3	1	1	1	0	True	130829	fragment	False	ISR0163_000000002654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1280.0	91.79700000000001	76.0	0.0005960292697941881	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
SPA0142_000000016223	1670	0.6182198503922768	1	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.7253374808008604		0	0	False	False	0.9994012117385864	0					non-mobilizable	no_good_hit	1127.0	80.035	72.0	0.18978349120433016	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0112_000000022123	1668	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.43176566403009164		0	0	False	False	1.0	0					non-mobilizable	chromosome	1691.0	85.21600000000001	100.0	0.2540933899332929	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0058_000000031150	1665	0.6182198503922768	1	1	1	1	0	True	96843	fragment	False	ISR0207_000000017371	0.9472463768115942		0	0	False	False	0.9573573470115662	0					non-mobilizable	chromosome	1050.0	95.238	97.0	0.0002917493127327139	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0082_000000010137	1665	0.6182198503922768	1	1	1	1	0	True	5597	maximal	True	SPA0082_000000010137	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	482.0	93.77600000000001	29.0	0.02060310117364859	NZ_LNAM01000170.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf45, whole genome shotgun sequence	True	True
ISR0161_000000018613	1664	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.9804932979102796		0	0	False	False	0.9645432829856873	0		MOBV			mobilizable	other	1664.0	99.88	100.0	0.27311545409755295	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0083_01_000000016893	1664	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.3947582903969366		0	0	False	False	0.9987980723381042	0					non-mobilizable	chromosome	1673.0	90.197	100.0	0.25212249848392965	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
AST0026_000000016175	1664	0.6182198503922768	1	1	1	1	0	True	119250	fragment	False	AST0026_000000016175	0.994867149758454		0	0	False	False	0.9981971383094788	0					non-mobilizable	no_good_hit								True	True
FIJ0064_000000015881	1664	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.2944272275637209		0	0	False	False	0.987379789352417	0					non-mobilizable	no_good_hit	1143.0	76.815	67.0	0.0002721474715661057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0070_000000020448	1663	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.4451360705104209		0	0	False	False	0.9993986487388611	0		MOBV			mobilizable	plasmid	1663.0	99.639	100.0	0.2295263085209225	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
SPA0132_000000024937	1663	0.6182198503922768	2	1	1	1	0	True	128058	fragment	False	SPA0132_000000024937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	83.156	73.0	0.2048111129933932	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	True
MON0003_000000009290	1663	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.08666936993144728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	90.039	77.0	0.015353282155726148	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0356_000000012305	1661	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5599340519580198		0	0	False	False	0.9993979334831238	0					non-mobilizable	chromosome	1676.0	89.2	100.0	0.25212249848392965	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0054_000000015534	1660	0.6182198503922768	4	1	1	1	0	True	35699	maximal	True	ISR0054_000000015534	1.0		3	2	False	False	0.9993975758552551	0					non-mobilizable	no_good_hit	669.0	93.124	85.0	0.0019106471241318174	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
CHI0126_000000009151	1660	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.4448739379235481		0	0	False	False	1.0	0		MOBV			mobilizable	other	1660.0	100.0	100.0	0.25677139761646806	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
DEN0053_000000007025	1659	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.5221558014830381		0	0	False	False	0.9993972182273865	0		MOBV			mobilizable	other	1659.0	99.87899999999999	100.0	0.31526906255942194	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AST0025_000000022760	1659	0.6182198503922768	2	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.7234295237139926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	80.0	72.0	0.19113667117726657	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0163_000000014787	1658	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.49722783898407924		0	0	False	False	0.9897466897964478	0					non-mobilizable	plasmid	1330.0	97.068	94.0	0.24035500815069732	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0147_000000009017	1658	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.44023410858379664		0	0	False	False	1.0	0		MOBV			mobilizable	other	1658.0	99.819	100.0	0.3150789123407492	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0194_000000015868	1658	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.34001482296707214		0	0	False	False	0.9915561079978943	0					non-mobilizable	no_good_hit	1102.0	75.227	65.0	0.00025596573001352644	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0005_000000009108	1658	0.6182198503922768	1	1	1	1	0	True	38520	fragment	False	ISR0005_000000009108	1.0		0	0	False	False	0.9975874423980713	0					non-mobilizable	no_good_hit	1339.0	84.541	80.0	0.01591969052410851	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0381_000000010647	1658	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.44027753479474535		0	0	False	False	1.0	0		MOBV			mobilizable	other	1658.0	99.57799999999999	100.0	0.2564618480111438	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0217_000000013887	1658	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.832381048070654		0	0	False	False	1.0	0		MOBV			mobilizable	other	1658.0	99.94	100.0	0.22002390120833887	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0207_000000011294	1657	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5680489022619359		0	0	False	False	0.9758599996566772	0					non-mobilizable	chromosome	1672.0	88.935	100.0	0.25151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0024_000000015415	1657	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.4454360337700949		0	0	False	False	1.0	0		MOBV			mobilizable	other	1657.0	99.94	100.0	0.2563070732084817	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0046_000000021453	1657	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5228925150721742		0	0	False	False	0.9951720237731934	0					non-mobilizable	chromosome	1651.0	91.70200000000001	99.0	0.25	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0159_000000013907	1656	0.6182198503922768	1	1	1	1	0	True	119250	fragment	False	AST0026_000000016175	0.9924879807692308		0	0	False	False	0.9897342920303345	0					non-mobilizable	no_good_hit								True	True
USA0047_01_000000021927	1656	0.6182198503922768	2	1	1	1	0	True	37329	maximal	True	USA0047_01_000000021927	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0814_000000024848	1656	0.6182198503922768	1	1	1	1	0	True	64998	fragment	False	ISR0814_000000024848	0.9960098219766729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	99.02	6.0	0.00021514996591683708	NZ_HG529491.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	True
USA0026_01_000000019576	1654	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4193594265080051		0	0	False	False	1.0	0					non-mobilizable	chromosome	1661.0	90.24700000000001	100.0	0.2504548211036992	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0150_000000004491	1654	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8336716034588815		0	0	False	False	1.0	0		MOBV			mobilizable	other	1460.0	96.64399999999999	100.0	0.19359978754481477	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0083_01_000000016980	1654	0.6182198503922768	1	1	1	1	0	True	59720	fragment	False	USA0083_01_000000016980	1.0		0	0	False	False	0.9993954300880432	0					non-mobilizable	no_good_hit	1112.0	84.53200000000001	67.0	0.16813220133414192	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0092_000000009718	1654	0.6182198503922768	1	1	1	1	0	True	130967	fragment	False	ISR0246_000000013121	0.9396499501981713		0	0	False	False	0.9987908005714417	0					non-mobilizable	plasmid	1644.0	94.586	99.0	0.5869643500180051	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
MAD0014_000000020374	1653	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.18258630529653017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	75.0	66.0	0.0002576819753297091	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0098_000000014308	1652	0.6182198503922768	2	1	1	1	0	True	68153	fragment	False	DEN0096_000000026126	0.9761904761904763		0	0	False	False	0.9981840252876282	0					non-mobilizable	no_good_hit	42.0	97.619	3.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
USA0108_01_000000006298	1652	0.6182198503922768	2	1	1	1	0	True	76736	fragment	False	USA0108_01_000000006298	1.0		0	0	False	False	0.9927361011505127	0		MOBV			mobilizable	other	1623.0	85.705	96.0	0.3217408585055644	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
USA0069_01_000000036663	1652	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.4216277289454896		0	0	False	False	1.0	0		MOBV			mobilizable	other	1652.0	98.971	100.0	0.31393801102871266	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0128_000000021379	1651	0.6182198503922768	2	1	1	1	0	True	53711	fragment	False	ENG0210_000000015246	0.9861028976936723		0	0	False	False	0.9939430356025696	0					non-mobilizable	other	1651.0	99.758	100.0	0.2708162259812777	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0026_000000013769	1651	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.4285261846126715		0	0	False	False	0.9993942975997925	0		MOBV			mobilizable	other	1651.0	99.697	100.0	0.0004391228082781835	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
DEN0066_000000022055	1649	0.6182198503922768	2	1	1	1	0	True	70937	fragment	False	DEN0066_000000022055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	89.333	4.0	2.1451233953245006e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
DEN0041_000000020656	1648	0.6182198503922768	1	1	1	1	0	True	73101	fragment	False	DEN0041_000000020656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	85.805	85.0	0.21406913280776227	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0086_000000019813	1648	0.6182198503922768	1	1	1	1	0	True	52338	fragment	False	FIJ0136_000000015935	0.9767652562011113		0	0	False	False	1.0	0					non-mobilizable	chromosome	1664.0	79.928	100.0	0.2498483929654336	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0103_000000033886	1647	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.7971211672943698		0	0	False	False	0.996964156627655	0					non-mobilizable	other	1621.0	99.383	98.0	0.273680649526387	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0112_000000011142	1647	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.39469426143462133		0	0	False	False	1.0	0					non-mobilizable	chromosome	1653.0	90.2	99.0	0.24909035779260158	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
AST0028_000000009883	1646	0.6182198503922768	1	1	1	1	0	True	118743	fragment	False	ENG0178_000000012346	0.9524468071523658		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1646.0	97.509	100.0	0.2324102853913535	EU685104.1	firmicutes	Streptococcus parasanguinis plasmid pFW213, complete sequence	False	True
SPA0030_000000018509	1645	0.6182198503922768	1	1	1	1	0	True	7319	maximal	True	SPA0030_000000018509	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0051_000000011247	1645	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.555453799781627		0	0	False	False	0.996960461139679	0					non-mobilizable	chromosome	1660.0	88.916	100.0	0.2496967859308672	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0162_000000014889	1644	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.5389700944042957		0	0	False	False	1.0	0					non-mobilizable	other	1483.0	95.01	90.0	0.4660163624921334	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
MAD0098_000000027502	1643	0.6182198503922768	1	1	1	1	0	True	106880	fragment	False	MAD0098_000000027502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	95.887	71.0	0.3668974197608559	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
USA0013_01_000000006183	1643	0.6182198503922768	2	1	1	1	0	True	129322	fragment	False	USA0013_01_000000006183	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1248.0	86.538	76.0	0.19052778207707785	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ISR0266_000000012020	1643	0.6182198503922768	3	1	1	1	0	True	73908	fragment	False	ISR0329_000000009295	0.9680023111493407		0	0	False	False	0.9993913769721985	0					non-mobilizable	other	1643.0	99.45200000000001	100.0	0.06605785090718912	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
MON0004_000000027272	1641	0.6182198503922768	1	1	1	1	0	True	14212	maximal	False	MON0013_000000029976	0.6381862469552183		0	0	False	False	0.9859841465950012	0					non-mobilizable	no_good_hit								True	True
AST0025_000000023025	1641	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.8816357845876235		0	0	False	False	0.9969530701637268	0		MOBV			mobilizable	other	1669.0	85.8	100.0	0.2736081458367548	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0179_000000013007	1641	0.6182198503922768	1	1	1	1	0	True	81535	fragment	False	CHI0179_000000013007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	88.37200000000001	84.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0106_000000012668	1639	0.6182198503922768	2	1	1	1	0	True	104323	fragment	False	SPA0105_000000014048	0.9603040540540541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0790_000000010258	1639	0.6182198503922768	1	1	1	1	0	True	96829	fragment	False	ISR0790_000000010258	1.0		0	0	False	False	0.9938986897468567	0					non-mobilizable	chromosome	1639.0	99.939	100.0	0.00045599749451926086	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0069_000000013622	1638	0.6182198503922768	1	1	1	1	0	True	52339	maximal	False	FIJ0021_000000028311	0.9660766961651917		0	0	False	False	0.9981684684753418	0					non-mobilizable	chromosome	1490.0	80.403	90.0	0.22362037598544574	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
AST0052_000000014765	1638	0.6182198503922768	1	1	1	1	0	True	118743	fragment	False	ENG0178_000000012346	0.9399039002731281		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1639.0	96.461	100.0	0.23142130545351794	EU685104.1	firmicutes	Streptococcus parasanguinis plasmid pFW213, complete sequence	False	True
USA0132_01_000000009646	1638	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.41917444789819985		0	0	False	False	1.0	0		MOBV			mobilizable	other	1636.0	99.633	99.0	0.31089560752994866	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MAD0112_000000017631	1637	0.6182198503922768	1	1	1	1	0	True	96842	fragment	False	MAD0112_000000017631	1.0		0	0	False	False	0.9737324118614197	0					non-mobilizable	no_good_hit	555.0	93.694	67.0	0.00021911254672456407	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ITA0005_000000011274	1637	0.6182198503922768	2	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.720350717730175		0	0	False	False	0.9926695227622986	0					non-mobilizable	no_good_hit	1135.0	80.0	74.0	0.19113667117726657	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
USA0043_01_000000005891	1637	0.6182198503922768	1	1	1	1	0	True	106456	fragment	False	USA0057_01_000000018424	0.9217491369390103		0	0	False	False	0.9920586347579956	0					non-mobilizable	no_good_hit	1160.0	85.431	82.0	0.18968631959270815	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0010_01_000000016203	1637	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4045545996480103		0	0	False	False	0.999389111995697	0					non-mobilizable	chromosome	1644.0	90.146	100.0	0.24787750151607035	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0391_000000009279	1637	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.7397124310378015		0	0	False	False	0.999389111995697	0		MOBV			mobilizable	other	1643.0	95.07	100.0	0.21736821139290932	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0255_000000020085	1636	0.6182198503922768	1	1	1	1	0	True	50560	fragment	False	ISR0255_000000020085	1.0		0	0	False	False	0.9926650524139404	0					non-mobilizable	no_good_hit								True	True
ISR0174_000000014922	1636	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.7338991378888182		0	0	False	False	0.9963325262069702	0					non-mobilizable	plasmid	1636.0	99.51100000000001	100.0	0.29614200326027895	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
AST0005_000000016808	1636	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.39363373804493446		0	0	False	False	1.0	0					non-mobilizable	chromosome	1638.0	90.171	99.0	0.24696785930867193	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0141_000000016369	1634	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.5753625164524352		0	0	False	False	1.0	0					non-mobilizable	chromosome	1636.0	82.51799999999999	99.0	0.24666464523953913	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0021_000000029314	1634	0.6182198503922768	2	1	1	1	0	True	49598	fragment	False	FIJ0021_000000029314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0183_000000018238	1634	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.4270702868998395		0	0	False	False	1.0	0					non-mobilizable	chromosome	1653.0	85.36	99.0	0.24848392965433597	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0016_000000005583	1633	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.39314595282293946		0	0	False	False	0.9993876218795776	0					non-mobilizable	chromosome	1636.0	90.34200000000001	99.0	0.24666464523953913	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0075_01_000000015129	1633	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.9742577953971202		0	0	False	False	0.9975505471229553	0		MOBV			mobilizable	plasmid	1631.0	99.939	99.0	0.2733981885273398	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0085_000000015819	1632	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8078648667124783		0	0	False	False	0.9944853186607361	0		MOBV			mobilizable	other	1515.0	97.096	100.0	0.20103571902801753	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
AST0097_000000013096	1632	0.6182198503922768	2	1	1	1	0	True	108969	fragment	False	AST0097_000000013096	1.0		0	0	False	False	0.9846813678741455	0					non-mobilizable	no_good_hit								True	True
DEN0082_000000025632	1631	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.7598730006906097		0	0	False	False	1.0	0		MOBV			mobilizable	other	1633.0	96.14200000000001	100.0	0.21604036648519453	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0124_000000017511	1630	0.6182198503922768	1	1	1	1	0	True	52338	fragment	False	FIJ0136_000000015935	0.9710871752960377		0	0	False	False	1.0	0					non-mobilizable	chromosome	1643.0	79.976	99.0	0.24666464523953913	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0024_000000012849	1630	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.4113419719856768		0	0	False	False	1.0	0		MOBV			mobilizable	other	1630.0	99.08	100.0	0.20704117946110828	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0109_000000011885	1630	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.8196728977773613		0	0	False	False	1.0	0					non-mobilizable	plasmid	1630.0	95.15299999999999	100.0	0.2948741170077884	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
USA0003_01_000000023318	1630	0.6182198503922768	1	1	1	1	0	True	60459	fragment	False	ISR0067_000000017387	0.4122990538234838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0143_000000012535	1629	0.6182198503922768	1	1	1	1	0	True	64998	fragment	False	ISR0814_000000024848	0.9879227053140096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	4.0	0.00012994205862304023	NZ_HG529491.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	True
USA0102_01_000000008069	1629	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.8667761462976614		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1634.0	96.512	100.0	0.2728950016772895	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
USA0037_01_000000020755	1628	0.6182198503922768	1	1	1	1	0	True	130967	fragment	False	ISR0246_000000013121	0.9331607389404546		0	0	False	False	0.9803439974784851	0					non-mobilizable	plasmid	1030.0	84.757	99.0	0.30219454329774614	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0130_000000018950	1628	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.39263964704576715		0	0	False	False	0.998157262802124	0					non-mobilizable	chromosome	1635.0	90.336	100.0	0.24651303820497272	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0011_000000027740	1628	0.6182198503922768	1	1	1	1	0	True	52338	fragment	False	FIJ0136_000000015935	0.9459587094696057		0	0	False	False	0.9969287514686584	0					non-mobilizable	chromosome	1637.0	80.14699999999999	99.0	0.24545178896300787	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CAN0020_000000021979	1627	0.6182198503922768	1	1	1	1	0	True	91833	fragment	False	CAN0020_000000021979	1.0		0	0	False	False	0.9987707734107971	0		MOBV			mobilizable	plasmid	1638.0	88.095	100.0	0.2415888543056173	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
FIJ0169_000000013955	1627	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.47451000317252456		0	0	False	False	1.0	0					non-mobilizable	plasmid	1570.0	97.898	96.0	0.28400652055786996	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MAD0066_000000019326	1621	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.020616976768326366		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	94.462	99.0	0.0005021126686075053	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0066_01_000000012627	1620	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.966893526193509		0	0	False	False	1.0	0		MOBV			mobilizable	other	1620.0	100.0	100.0	0.2658893085892593	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0140_000000011083	1619	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.3904545574913811		0	0	False	False	1.0	0					non-mobilizable	chromosome	1626.0	90.098	100.0	0.24514857489387507	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0142_000000016685	1619	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.3409568043425863		0	0	False	False	1.0	0		MOBV			mobilizable	other	1619.0	100.0	100.0	0.2504256307073208	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0078_01_000000010506	1619	0.6182198503922768	2	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.5709702714223776		0	0	False	False	1.0	0					non-mobilizable	chromosome	1636.0	82.45700000000001	100.0	0.24666464523953913	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0128_000000021787	1618	0.6182198503922768	2	1	1	1	0	True	77131	fragment	False	ISR0128_000000021787	0.9622327480962759		0	0	False	False	0.9969097375869751	0					non-mobilizable	no_good_hit	1201.0	74.521	72.0	0.0033794929613022236	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
ISR0019_000000011067	1617	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8243990470790564		0	0	False	False	0.9993815422058105	0		MOBV			mobilizable	other	1617.0	99.75299999999999	100.0	0.23933649289099526	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0002_000000012708	1616	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.7496604257408783		0	0	False	False	1.0	0					non-mobilizable	plasmid	1616.0	99.505	100.0	0.29251947111030613	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MON0005_000000033687	1616	0.6182198503922768	1	1	1	1	0	True	96841	maximal	True	MON0005_000000033687	1.0		4	3	False	False	0.9944307208061218	0					non-mobilizable	no_good_hit	817.0	95.71600000000001	84.0	0.00022716358701325816	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
SPA0150_000000012746	1616	0.6182198503922768	3	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.333618574921514		0	0	False	False	0.9950494766235352	0		MOBV			mobilizable	other	1616.0	98.205	100.0	0.2391883886255924	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0151_000000012853	1614	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.4264020036874788		0	0	False	False	0.9981412887573242	0					non-mobilizable	chromosome	1635.0	85.015	100.0	0.24575500303214068	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0018_000000024662	1614	0.6182198503922768	1	1	1	1	0	True	75061	fragment	False	DEN0018_000000024662	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1614.0	99.93799999999999	100.0	0.23906921594782868	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
SPA0090_000000022497	1612	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.8031226685025752		0	0	False	False	1.0	0		MOBV			mobilizable	other	1612.0	98.015	100.0	0.21378303014207942	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0087_01_000000009768	1612	0.6182198503922768	2	1	1	1	0	True	96839	fragment	False	USA0087_01_000000009768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	84.726	84.0	0.00023245293524028256	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
FIJ0097_000000019679	1611	0.6182198503922768	1	1	1	1	0	True	44504	fragment	False	FIJ0135_000000015950	0.9393826438009918		0	0	False	False	1.0	0					non-mobilizable	chromosome	1628.0	79.423	100.0	0.24484536082474226	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0009_01_000000015685	1611	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.589469413254088		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	90.969	94.0	0.22922983626440266	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0048_000000011830	1611	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.42926114461287046		0	0	False	False	0.9987585544586182	0					non-mobilizable	no_good_hit	825.0	74.667	53.0	0.0009080929601599315	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
ENG0168_000000019252	1611	0.6182198503922768	3	1	1	1	0	True	55973	fragment	False	ENG0168_000000019252	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00015337017743342942	AC134577.4	rodents	Mus musculus BAC clone RP24-79G11 from chromosome 14, complete sequence	True	True
MAD0030_000000007326	1610	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.41227477765049053		0	0	False	False	0.9975154995918274	0		MOBV			mobilizable	other	1610.0	100.0	100.0	0.2490326574833617	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0081_01_000000018956	1610	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.36515780006372045		0	0	False	False	0.9937888383865356	0					non-mobilizable	chromosome	1617.0	89.92	100.0	0.24378411158277744	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MAD0052_000000012996	1609	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5219772256953755		0	0	False	False	1.0	0					non-mobilizable	chromosome	1624.0	88.73200000000001	100.0	0.24423893268647665	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0037_000000022083	1609	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.42507851203496055		0	0	False	False	1.0	0					non-mobilizable	chromosome	1630.0	85.15299999999999	100.0	0.24499696785930866	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0058_000000032415	1608	0.6182198503922768	1	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.6125281806863437		0	0	False	False	0.9875621795654297	0					non-mobilizable	no_good_hit	1187.0	80.455	76.0	0.19976319350473612	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0220_000000005949	1607	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5789140618717591		0	0	False	False	0.9981331825256348	0		MOBV			mobilizable	other	1607.0	100.0	100.0	0.23785545023696683	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ENG0040_000000014858	1607	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.19360645767777587		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1607.0	99.93799999999999	100.0	0.22179257008700456	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
USA0101_01_000000019378	1606	0.6182198503922768	2	1	1	1	0	True	129318	maximal	True	USA0101_01_000000019378	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1073.0	93.94200000000001	67.0	0.16591858845379973	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
USA0145_01_000000014733	1605	0.6182198503922768	2	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.782269872595936		0	0	False	False	1.0	0					non-mobilizable	other	1603.0	99.81299999999999	99.0	0.2709742895805142	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
USA0075_01_000000015374	1605	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.3703986687431825		0	0	False	False	1.0	0					non-mobilizable	chromosome	1612.0	90.199	100.0	0.24302607640994542	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0061_000000017009	1604	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.4909489201797442		0	0	False	False	0.9975062608718872	0		MOBV			mobilizable	other	1621.0	86.243	99.0	0.2657250780095254	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0087_000000023017	1603	0.6182198503922768	2	1	1	1	0	True	110720	maximal	True	AST0087_000000023017	1.0		1	1	False	False	0.9987523555755615	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.3529658258167274e-06	CP025673.1	eudicots	Ipomoea triloba cultivar NCNSP0323 chromosome 14	True	True
FIJ0001_000000012806	1603	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.5475353809671019		0	0	False	False	0.9725514650344849	0		MOBV			mobilizable	other	1564.0	86.445	96.0	0.31001589825119236	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
USA0111_01_000000015787	1603	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.5679260391210023		0	0	False	False	0.9993761777877808	0					non-mobilizable	chromosome	1617.0	82.31299999999999	99.0	0.24363250454821103	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0009_000000020984	1603	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.9510491497113692		0	0	False	False	0.9987523555755615	0		MOBV			mobilizable	plasmid	1603.0	100.0	100.0	0.26870177792687017	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
USA0121_01_000000026882	1601	0.6182198503922768	1	1	1	1	0	True	81536	fragment	False	USA0121_01_000000026882	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	904.0	88.60600000000001	90.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
USA0125_01_000000014696	1600	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.7835286258135548		0	0	False	False	1.0	0		MOBV			mobilizable	other	1456.0	99.931	100.0	0.23724115441056579	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0046_000000021243	1600	0.6182198503922768	3	1	1	1	0	True	119001	maximal	True	MON0046_000000021243	1.0		2	2	False	False	0.9906250238418579	0					non-mobilizable	no_good_hit	739.0	94.85799999999999	62.0	0.008893816507791127	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
SPA0059_000000015130	1600	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.772444238404131		0	0	False	False	1.0	0		MOBV			mobilizable	other	1601.0	96.12700000000001	100.0	0.21192404727127873	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0826_000000007765	1599	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5116390966812785		0	0	False	False	1.0	0					non-mobilizable	chromosome	1600.0	95.68799999999999	100.0	0.2422680412371134	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0013_000000017146	1598	0.6182198503922768	1	1	1	1	0	True	66968	maximal	True	ENG0013_000000017146	1.0		1	1	False	False	0.9987484216690063	0					non-mobilizable	no_good_hit	821.0	86.845	50.0	0.2422894424673784	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
DEN0022_000000025939	1598	0.6182198503922768	1	1	1	1	0	True	81539	fragment	False	FIJ0164_000000013428	0.5679202512139193		0	0	False	False	1.0	0					non-mobilizable	plasmid	784.0	88.77600000000001	92.0	0.1994891443167305	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
USA0071_01_000000007342	1598	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5344310610578437		0	0	False	False	0.9974968433380127	0					non-mobilizable	chromosome	1497.0	90.381	93.0	0.22559126743480898	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0336_000000009406	1597	0.6182198503922768	1	1	1	1	0	True	24466	maximal	True	ISR0336_000000009406	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	85.662	16.0	0.06845466155810984	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0156_000000012375	1597	0.6182198503922768	3	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.32355523200086833		0	0	False	False	1.0	0		MOBV			mobilizable	other	1183.0	97.802	100.0	0.17505924170616113	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
MON0094_000000023815	1597	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.44382321852278495		0	0	False	False	0.9949905872344971	0					non-mobilizable	chromosome	1598.0	98.37299999999999	100.0	0.2419648271679806	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0037_01_000000021208	1595	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.5079145317795499		0	0	False	False	1.0	0					non-mobilizable	chromosome	1609.0	88.689	99.0	0.2419648271679806	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
AST0094_000000014261	1595	0.6182198503922768	1	1	1	1	0	True	109192	fragment	False	AST0094_000000014261	0.981797450159321		0	0	False	False	0.9993730187416077	0		MOBV			mobilizable	plasmid	1595.0	100.0	100.0	0.23625314954794724	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
FIJ0037_000000020326	1595	0.6182198503922768	3	1	1	1	0	True	106052	fragment	False	FIJ0037_000000020326	1.0		0	0	False	False	0.9874607920646667	0					non-mobilizable	chromosome	1468.0	91.82600000000001	92.0	0.00032626006265261447	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0075_000000016844	1594	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5612740019786585		0	0	False	False	1.0	0		MOBV			mobilizable	other	1594.0	100.0	100.0	0.21152569379896427	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0052_000000017871	1594	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.3918861777791746		0	0	False	False	0.9868255853652954	0		MOBV			mobilizable	other	1576.0	99.429	99.0	0.2437703141928494	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0132_01_000000009902	1594	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.38240789056144936		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	93.525	96.0	0.4801762114537445	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
USA0019_01_000000019120	1593	0.6182198503922768	2	1	1	1	0	True	103807	fragment	False	USA0019_01_000000019120	1.0		0	0	False	False	0.9968612790107727	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000020975	1593	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.4051016475350227		0	0	False	False	1.0	0		MOBV			mobilizable	other	1593.0	99.93700000000001	100.0	0.2023385866802237	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MAD0066_000000019784	1593	0.6182198503922768	3	1	1	1	0	True	73908	fragment	False	ISR0329_000000009295	0.6486102657739906		0	0	False	False	0.9993722438812256	0					non-mobilizable	other	1593.0	97.677	100.0	0.06404634509393732	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
CHI0164_000000013250	1592	0.6182198503922768	3	1	1	1	0	True	78382	maximal	True	CHI0164_000000013250	1.0		0	0	False	False	0.9943467378616333	0					non-mobilizable	no_good_hit	243.0	100.0	31.0	0.03712225801503298	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0078_000000015416	1592	0.6182198503922768	1	1	1	1	0	True	96847	maximal	True	FIJ0078_000000015416	1.0		0	0	False	False	0.9993718862533569	0					non-mobilizable	no_good_hit	592.0	82.095	61.0	0.00023295539714940114	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0325_000000013146	1591	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.7012397820292756		0	0	False	False	1.0	0		MOBV			mobilizable	other	1592.0	97.676	100.0	0.23563388625592416	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0363_000000011744	1591	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5609707480774389		0	0	False	False	0.9993714690208435	0		MOBV			mobilizable	other	1594.0	95.671	100.0	0.23593009478672985	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
DEN0082_000000026402	1590	0.6182198503922768	1	1	1	1	0	True	109192	fragment	False	AST0094_000000014261	0.9810477362202328		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1590.0	99.74799999999999	100.0	0.2355120794427153	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0385_000000014642	1590	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.48964641186764013		0	0	False	False	1.0	0		MOBV			mobilizable	other	1607.0	86.061	99.0	0.26342584989325013	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0078_000000029287	1587	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5610988931388983		0	0	False	False	0.9993698596954346	0		MOBV			mobilizable	other	1587.0	100.0	100.0	0.21059620236356394	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0073_000000033513	1587	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.4739200550332404		0	0	False	False	1.0	0		MOBV			mobilizable	other	1594.0	93.413	100.0	0.23518957345971564	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0051_000000023432	1585	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.35867503178560817		0	0	False	False	1.0	0					non-mobilizable	chromosome	1585.0	99.62100000000001	100.0	0.000533165126019165	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0038_000000016732	1585	0.6182198503922768	2	1	1	1	0	True	115618	fragment	False	SPA0038_000000016732	1.0		0	0	False	False	0.9924290180206299	0		MOBV			mobilizable	other	1585.0	99.93700000000001	100.0	0.23459715639810427	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
AST0113_000000023705	1583	0.6182198503922768	1	1	1	1	0	True	109192	fragment	False	AST0094_000000014261	0.9744208009851143		0	0	False	False	0.9981048703193665	0		MOBV			mobilizable	plasmid	1590.0	96.289	100.0	0.23462279531643693	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
MON0100_000000028996	1582	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.2559688070511093		0	0	False	False	0.965865969657898	0					non-mobilizable	chromosome	1560.0	98.205	98.0	0.23635536688902364	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0806_000000007810	1582	0.6182198503922768	1	1	1	1	0	True	115633	fragment	False	CHI0069_000000005892	0.9522292993630573		0	0	False	False	1.0	0		MOBV			mobilizable	other	1572.0	79.64399999999999	96.0	0.3088235294117647	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0123_000000014408	1581	0.6182198503922768	1	1	1	1	0	True	106055	fragment	False	FIJ0026_000000016613	0.4774165707710012		0	0	False	False	0.9962049126625061	0					non-mobilizable	chromosome	1581.0	99.93700000000001	100.0	0.00035163089972109886	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
SPA0044_000000017596	1580	0.6182198503922768	3	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.09819094522167379		0	0	False	False	0.9981012940406799	0					non-mobilizable	no_good_hit	1021.0	89.12799999999999	65.0	0.012207908024921969	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
FIJ0052_000000019400	1580	0.6182198503922768	3	1	1	1	0	True	46456	fragment	False	FIJ0052_000000019400	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	93.352	92.0	0.0072120735453425735	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
SPA0046_000000020778	1580	0.6182198503922768	2	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.6626046528246615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	81.041	76.0	0.20467306647346495	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
ISR0308_000000011440	1579	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.7787289393354114		0	0	False	False	1.0	0					non-mobilizable	other	1579.0	99.87299999999999	100.0	0.26691474966170503	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0201_000000004710	1576	0.6182198503922768	2	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.8715258667323996		0	0	False	False	0.9987309575080872	0					non-mobilizable	other	1577.0	95.117	100.0	0.0081920144980218	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
MON0054_000000031343	1576	0.6182198503922768	2	1	1	1	0	True	11124	maximal	True	MON0054_000000031343	1.0		3	2	False	False	0.981598973274231	0					non-mobilizable	chromosome	1156.0	92.301	94.0	0.000321536694853325	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0116_000000026050	1576	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.6283534853266829		0	0	False	False	0.9974619150161743	0		MOBV			mobilizable	other	1578.0	96.134	100.0	0.20887000398353472	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0034_000000022182	1575	0.6182198503922768	1	1	1	1	0	True	60459	fragment	False	ISR0067_000000017387	0.4003178386968614		0	0	False	False	0.9847618937492371	0					non-mobilizable	no_good_hit								True	True
DEN0067_000000021310	1574	0.6182198503922768	1	1	1	1	0	True	115616	maximal	True	DEN0067_000000021310	1.0		13	7	False	False	0.9987293481826782	0		MOBV			mobilizable	other	1583.0	88.124	100.0	0.20794051254813437	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0837_000000008675	1574	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5456830485435544		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1086.0	95.85600000000001	100.0	0.009348212283757913	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
SPA0098_000000024129	1574	0.6182198503922768	1	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.6559357493434073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	79.706	74.0	0.18335588633288227	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0351_000000009502	1573	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.48448803042362354		0	0	False	False	0.9713922739028931	0		MOBV			mobilizable	other	1574.0	98.03	100.0	0.23281990521327015	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
CHI0051_000000011832	1573	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5601762069787025		0	0	False	False	0.9968213438987732	0		MOBV			mobilizable	other	1573.0	100.0	100.0	0.20873721949276325	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0112_000000023771	1573	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.4869738546834196		0	0	False	False	1.0	0		MOBV			mobilizable	other	1590.0	85.84899999999999	99.0	0.260633930037773	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0774_000000015826	1572	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5484697232439745		0	0	False	False	1.0	0		MOBV			mobilizable	other	1573.0	99.555	100.0	0.20873721949276325	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0251_000000010752	1571	0.6182198503922768	2	1	1	1	0	True	26984	maximal	True	ISR0251_000000010752	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0067_000000017049	1571	0.6182198503922768	1	1	1	1	0	True	130967	fragment	False	ISR0246_000000013121	0.9150895033665478		0	0	False	False	0.97835773229599	0					non-mobilizable	plasmid	1571.0	97.708	100.0	0.5653583003240907	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
MON0041_000000043201	1569	0.6182198503922768	2	1	1	1	0	True	60459	fragment	False	ISR0067_000000017387	0.2715681712424383		0	0	False	False	0.959209680557251	0					non-mobilizable	no_good_hit	68.0	97.059	4.0	0.00026623327598059276	NZ_LIUT01000005.1	firmicutes	Paenibacillus solani strain FJAT-22460 scaffold3, whole genome shotgun sequence	True	True
ENG0165_000000012725	1568	0.6182198503922768	1	1	1	1	0	True	61087	fragment	False	ENG0165_000000012725	1.0		0	0	False	False	0.9936224222183228	0					non-mobilizable	no_good_hit								True	True
SPA0059_000000015416	1568	0.6182198503922768	1	1	1	1	0	True	109192	fragment	False	AST0094_000000014261	0.9695571851235868		0	0	False	False	0.9980867505073547	0		MOBV			mobilizable	other	1574.0	96.506	100.0	0.2573493184430941	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0082_000000022581	1568	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5421694332062718		0	0	False	False	0.9968112111091614	0		MOBV			mobilizable	other	1568.0	100.0	100.0	0.20807329703890587	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0158_000000012290	1566	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.24842072132164605		0	0	False	False	0.9993614554405212	0					non-mobilizable	chromosome	1575.0	89.96799999999999	100.0	0.23741661613098847	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0198_000000012869	1565	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.4440975675146379		0	0	False	False	0.9961661100387573	0		MOBV			mobilizable	other	1566.0	98.148	100.0	0.23148696682464456	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
CHI0131_000000011458	1564	0.6182198503922768	2	1	1	1	0	True	81014	fragment	False	CHI0131_000000011458	1.0		0	0	False	False	0.989130437374115	0					non-mobilizable	plasmid	1578.0	83.016	100.0	0.5570759812747569	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
USA0006_01_000000015187	1562	0.6182198503922768	1	1	1	1	0	True	109192	fragment	False	AST0094_000000014261	0.9718810408023443		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1562.0	99.936	100.0	0.23136208685341633	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0004_000000012526	1562	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5611034709084085		0	0	False	False	1.0	0		MOBV			mobilizable	other	1503.0	99.867	100.0	0.24490461438121636	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0037_000000047778	1562	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.21081889737912607		0	0	False	False	1.0	0					non-mobilizable	chromosome	1552.0	90.01299999999999	99.0	0.2339296543359612	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0001_000000022267	1562	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.3446341184844093		0	0	False	False	1.0	0					non-mobilizable	chromosome	1563.0	98.273	100.0	0.23665858095815645	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0045_000000013142	1561	0.6182198503922768	1	1	1	1	0	True	87503	fragment	False	MON0045_000000013142	1.0		0	0	False	False	0.998718798160553	0					non-mobilizable	plasmid	1484.0	100.0	95.0	0.20480596602679188	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
SPA0023_000000018022	1561	0.6182198503922768	2	1	1	1	0	True	7612	fragment	False	SPA0023_000000018022	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1062.0	99.62299999999999	100.0	0.31465005931198103	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	False	True
ISR0824_000000015009	1560	0.6182198503922768	2	1	1	1	0	True	73535	fragment	False	ISR0824_000000015009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	79.759	62.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
DEN0041_000000021847	1558	0.6182198503922768	2	1	1	1	0	True	73095	maximal	True	DEN0041_000000021847	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0091_000000019031	1556	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.3478064634411002		0	0	False	False	1.0	0		MOBV			mobilizable	other	1556.0	99.87100000000001	100.0	0.24067481813960687	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0001_01_000000010767	1556	0.6182198503922768	1	1	1	1	0	True	53864	fragment	False	USA0001_01_000000010767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0083_000000011458	1556	0.6182198503922768	3	1	1	1	0	True	123095	fragment	False	SPA0083_000000011458	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	1558.0	98.395	100.0	0.25537855148628674	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0047_000000025533	1556	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.3803205649162881		0	0	False	False	1.0	0					non-mobilizable	plasmid	1408.0	94.318	94.0	0.25466401014309004	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
USA0078_01_000000011006	1556	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.8573812877681332		0	0	False	False	0.9974293112754822	0		MOBV			mobilizable	other	1556.0	100.0	100.0	0.25537855148628674	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0101_01_000000019926	1555	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.27529431599456433		0	0	False	False	0.9980707168579102	0					non-mobilizable	chromosome	1542.0	89.559	99.0	0.23241358399029716	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0184_000000007341	1555	0.6182198503922768	2	1	1	1	0	True	30314	maximal	True	ISR0184_000000007341	1.0		30	7	False	False	0.9781350493431091	0					non-mobilizable	other	999.0	88.589	95.0	0.004936659395234491	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
CAN0021_000000028087	1555	0.6182198503922768	2	1	1	1	0	True	91497	fragment	False	CAN0021_000000028087	1.0		0	0	False	False	0.9774919748306274	0					non-mobilizable	no_good_hit								True	True
ISR0273_000000008447	1555	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5341343561906879		0	0	False	False	0.9993569254875183	0		MOBV			mobilizable	other	1556.0	98.13600000000001	100.0	0.2303021327014218	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0090_000000019756	1554	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.5528639457262382		0	0	False	False	0.9787644743919373	0		MOBV			mobilizable	other	1492.0	98.324	100.0	0.24311103864340453	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0853_000000011627	1552	0.6182198503922768	2	1	1	1	0	True	20519	fragment	False	ISR0853_000000011627	1.0		0	0	False	False	0.9954897165298462	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	4.0	0.0015845121143153466	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	True	True
ISR0800_000000007964	1552	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.7596864643089668		0	0	False	False	0.999355673789978	0		MOBV			mobilizable	other	1552.0	100.0	100.0	0.25472162916735097	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0024_000000022999	1549	0.6182198503922768	1	1	1	1	0	True	121079	fragment	False	AST0024_000000022999	0.9650016285817592		0	0	False	False	1.0	0		MOBV			mobilizable	other	1549.0	99.54799999999999	100.0	0.2542289374281491	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0029_000000019073	1547	0.6182198503922768	2	1	1	1	0	True	117981	maximal	True	AST0029_000000019073	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	99.88799999999999	58.0	0.14616521596321236	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
DEN0009_000000002297	1547	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.1157025875293691		0	0	False	False	1.0	0		MOBV			mobilizable	other	1362.0	92.73100000000001	98.0	0.21049373162049217	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
AST0094_000000014752	1546	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.21231988231266943		0	0	False	False	1.0	0					non-mobilizable	chromosome	1549.0	91.34899999999999	100.0	0.23362644026682838	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MAD0109_000000009225	1545	0.6182198503922768	1	1	1	1	0	True	14580	fragment	False	MAD0109_000000009225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0073_000000002879	1545	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.3365953726737601		0	0	False	False	0.9818770289421082	0		MOBV			mobilizable	other	1545.0	99.48200000000001	100.0	0.1962379257752923	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0102_000000020848	1545	0.6182198503922768	1	1	1	1	0	True	121079	fragment	False	AST0024_000000022999	0.9646498470701915		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1545.0	99.741	100.0	0.2286942344745813	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
MON0046_000000022110	1544	0.6182198503922768	2	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.30742185354055646		0	0	False	False	0.9948186278343201	0					non-mobilizable	other	1544.0	99.741	100.0	0.4855254877281309	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
CAN0014_000000032005	1544	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.2855997770047264		0	0	False	False	0.9980570077896118	0					non-mobilizable	chromosome	1529.0	90.77799999999999	99.0	0.23044269254093389	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0023_000000022133	1541	0.6182198503922768	1	1	1	1	0	True	52338	fragment	False	FIJ0136_000000015935	0.5526181986016014		0	0	False	False	0.9993510842323303	0					non-mobilizable	chromosome	1536.0	80.208	99.0	0.23074590661006672	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0048_000000021898	1540	0.6182198503922768	1	1	1	1	0	True	46746	fragment	False	FIJ0048_000000021898	1.0		0	0	False	False	0.9980519413948059	0					non-mobilizable	no_good_hit								True	True
MON0013_000000036364	1539	0.6182198503922768	1	1	1	1	0	True	50559	maximal	True	MON0013_000000036364	1.0		4	3	False	False	0.9603638648986816	0					non-mobilizable	no_good_hit								True	True
CHI0109_000000012705	1539	0.6182198503922768	2	1	1	1	0	True	82743	fragment	False	CHI0109_000000012705	1.0		0	0	False	False	0.9727095365524292	0					non-mobilizable	no_good_hit	102.0	86.275	7.0	0.0007770904502508233	NZ_AAXG02000016.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont181, whole genome shotgun sequence	True	True
FIJ0002_000000024405	1539	0.6182198503922768	1	1	1	1	0	True	52338	fragment	False	FIJ0136_000000015935	0.5499938907674184		0	0	False	False	1.0	0					non-mobilizable	chromosome	1536.0	80.078	99.0	0.23074590661006672	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0057_000000017212	1539	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.33705631719440465		0	0	False	False	0.9915529489517212	0		MOBV			mobilizable	other	1540.0	99.805	100.0	0.19560244026436197	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0018_000000017526	1539	0.6182198503922768	1	1	1	1	0	True	81537	fragment	False	FIJ0018_000000017526	1.0		0	0	False	False	0.9967511296272278	0					non-mobilizable	plasmid	604.0	90.728	93.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
FIJ0107_000000016647	1536	0.6182198503922768	1	1	1	1	0	True	42267	fragment	False	FIJ0107_000000016647	1.0		0	0	False	False	0.9856770634651184	0					non-mobilizable	no_good_hit								True	True
ISR0327_000000018979	1535	0.6182198503922768	1	1	1	1	0	True	60459	fragment	False	ISR0067_000000017387	0.5238803951896657		0	0	False	False	0.9889250993728638	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.695764649286864e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
USA0084_01_000000021015	1535	0.6182198503922768	1	1	1	1	0	True	70792	fragment	False	USA0084_01_000000021015	0.9442204301075269		0	0	False	False	1.0	0					non-mobilizable	plasmid	1237.0	92.96700000000001	100.0	0.4425699928212491	LN852770.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0079	False	True
SPA0145_000000022686	1534	0.6182198503922768	2	1	1	1	0	True	3361	maximal	True	SPA0145_000000022686	1.0		27	7	False	False	0.991525411605835	0					non-mobilizable	chromosome	1383.0	82.791	90.0	0.0003057853520359429	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
FIJ0078_000000015934	1534	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.6882989038430687		0	0	False	False	0.9947848916053772	0					non-mobilizable	plasmid	1529.0	94.637	99.0	0.27658032965042567	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MAD0092_000000012077	1533	0.6182198503922768	2	1	1	1	0	True	15704	maximal	True	MAD0092_000000012077	1.0		0	0	False	False	0.966079592704773	0					non-mobilizable	no_good_hit								True	True
MON0075_000000016937	1531	0.6182198503922768	2	1	1	1	0	True	128054	maximal	True	MON0075_000000016937	1.0		0	0	False	False	0.9386022090911865	0					non-mobilizable	no_good_hit	1180.0	94.57600000000001	77.0	0.17844147968465737	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0077_000000008917	1531	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.29920542467234734		0	0	False	False	1.0	0		MOBV			mobilizable	other	1531.0	99.804	100.0	0.00040718660403977016	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
CHI0080_000000003056	1530	0.6182198503922768	1	1	1	1	0	True	130838	fragment	False	CHI0080_000000003056	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1419.0	91.96600000000001	93.0	0.0006603892378940299	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
USA0116_01_000000016075	1529	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.40159177159260745		0	0	False	False	0.9967299103736877	0		MOBV			mobilizable	other	1529.0	100.0	100.0	0.2509443258334702	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0102_000000018845	1529	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.3260195221014134		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	82.15899999999999	100.0	0.23347483323226198	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0130_01_000000022083	1529	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.2061431315244713		0	0	False	False	1.0	0		MOBV			mobilizable	other	1558.0	74.904	99.0	0.25044839393445295	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0130_000000013478	1529	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.29490403776262564		0	0	False	False	1.0	0		MOBV			mobilizable	other	1529.0	99.935	100.0	0.23649589846772945	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0111_01_000000016609	1528	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.298541666798474		0	0	False	False	1.0	0		MOBV			mobilizable	other	1524.0	99.869	99.0	0.2895987830386005	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MON0062_000000023651	1528	0.6182198503922768	2	1	1	1	0	True	77131	fragment	False	ISR0128_000000021787	0.9350334874292273		0	0	False	False	0.9712041616439819	0					non-mobilizable	no_good_hit	1184.0	74.071	76.0	0.003342198047467819	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
AST0055_000000023730	1527	0.6182198503922768	1	1	1	1	0	True	113544	fragment	False	AST0055_000000023730	1.0		0	0	False	False	0.9986902475357056	0					non-mobilizable	no_good_hit								True	True
ENG0034_000000009630	1526	0.6182198503922768	1	1	1	1	0	True	65455	maximal	True	ENG0034_000000009630	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0223_000000020726	1525	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.42516250980589565		0	0	False	False	0.9960655570030212	0		MOBV			mobilizable	other	1520.0	99.34200000000001	99.0	0.20156685699110344	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0132_01_000000010301	1525	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.32270328822140343		0	0	False	False	1.0	0		MOBV			mobilizable	other	1514.0	99.934	99.0	0.248480867137461	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0024_000000023444	1524	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4219783511444331		0	0	False	False	0.9993438124656677	0					non-mobilizable	chromosome	1503.0	91.084	98.0	0.227107337780473	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0151_000000011415	1524	0.6182198503922768	1	1	1	1	0	True	81524	fragment	False	FIJ0151_000000011415	0.981320880587058		0	0	False	False	0.9993438124656677	0					non-mobilizable	plasmid	904.0	93.473	96.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ISR0141_000000020510	1523	0.6182198503922768	2	1	1	1	0	True	122988	maximal	True	ISR0141_000000020510	1.0		4	2	False	False	0.9967169761657715	0					non-mobilizable	other	1193.0	82.23	91.0	0.0037571180395656605	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
MON0005_000000035766	1523	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.5374004318535462		0	0	False	False	0.9862114191055298	0					non-mobilizable	other	1497.0	99.33200000000001	98.0	0.2527063599458728	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
USA0039_01_000000014721	1522	0.6182198503922768	1	1	1	1	0	True	1316	fragment	False	USA0039_01_000000014721	1.0		0	0	False	False	0.9875164031982422	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	1.1595555713383953e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	True
MON0038_000000022446	1520	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.2899806325685036		0	0	False	False	0.9848684072494507	0					non-mobilizable	no_good_hit	1068.0	76.685	69.0	0.0002535139509904084	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0013_000000036853	1520	0.6182198503922768	2	1	1	1	0	True	42323	fragment	False	MON0013_000000036853	1.0		0	0	False	False	0.9967105388641357	0					non-mobilizable	no_good_hit	124.0	99.194	8.0	0.0003602071486356416	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
CHI0134_000000010768	1520	0.6182198503922768	1	1	1	1	0	True	115642	fragment	False	CHI0134_000000010768	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	1520.0	99.539	100.0	0.20169964148187491	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0132_000000027306	1519	0.6182198503922768	4	1	1	1	0	True	130824	maximal	True	SPA0132_000000027306	1.0		1	1	False	False	0.9914417266845703	0					non-mobilizable	chromosome	1132.0	92.845	97.0	0.0005274719124704433	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ISR0022_000000017218	1519	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.09579020013802622		0	0	False	False	1.0	0					non-mobilizable	chromosome	1536.0	84.31	99.0	0.23074590661006672	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0012_000000015332	1517	0.6182198503922768	1	1	1	1	0	True	67042	maximal	True	ENG0012_000000015332	1.0		0	0	False	False	0.9848384857177734	0					non-mobilizable	no_good_hit	875.0	85.486	58.0	0.00040761313129899867	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ENG0016_000000014758	1517	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.5657773394994389		0	0	False	False	0.999340832233429	0					non-mobilizable	other	1502.0	95.406	99.0	0.4719949653870359	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
ISR0008_000000008649	1514	0.6182198503922768	1	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.5521750250103564		0	0	False	False	0.9894319772720337	0					non-mobilizable	no_good_hit	1097.0	79.672	75.0	0.18470906630581868	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0139_000000017998	1513	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.6605314084267864		0	0	False	False	0.9920687079429626	0					non-mobilizable	other	1513.0	99.934	100.0	0.2557510148849797	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0144_000000020886	1513	0.6182198503922768	2	1	1	1	0	True	40059	maximal	True	FIJ0144_000000020886	1.0		3	2	False	False	0.9993390440940857	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	4.0	0.015063424947145878	NZ_HE611077.1	firmicutes	Kurthia senegalensis strain JC8E, whole genome shotgun sequence	True	True
MAD0103_000000016010	1513	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.2886236488957753		0	0	False	False	0.9986781477928162	0		MOBV			mobilizable	other	1513.0	99.934	100.0	0.23401950162513543	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0224_000000020610	1512	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.4234393316548316		0	0	False	False	0.9993386268615723	0		MOBV			mobilizable	other	1282.0	98.28399999999999	100.0	0.18972156398104265	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
DEN0094_000000025693	1510	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.36482880765189607		0	0	False	False	0.996688723564148	0		MOBV			mobilizable	other	1518.0	92.095	100.0	0.20037179657416013	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0146_000000028141	1509	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.3673824056477498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	73.415	53.0	0.00022995046210045036	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
FIJ0153_000000016954	1509	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.27861295817153675		0	0	False	False	0.9993373155593872	0		MOBV			mobilizable	other	1509.0	99.735	100.0	0.23340040241448692	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0178_000000011542	1509	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.09841856494853858		0	0	False	False	0.9966865181922913	0					non-mobilizable	chromosome	1500.0	89.6	99.0	0.2260460885385082	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0089_000000018728	1509	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.42599154186509536		0	0	False	False	0.9973492622375488	0		MOBV			mobilizable	other	1509.0	100.0	100.0	0.20023901208338865	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0143_000000013654	1508	0.6182198503922768	1	1	1	1	0	True	94919	fragment	False	SPA0143_000000013654	0.9996456413890857		0	0	False	False	0.9980106353759766	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.68689467305886e-07	CP045891.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 2	True	True
FIJ0039_000000015135	1508	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.5400631240437485		0	0	False	False	0.9953581094741821	0					non-mobilizable	plasmid	1508.0	98.87299999999999	100.0	0.2729577975004528	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0132_000000022773	1506	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.3744222518256478		0	0	False	False	1.0	0		MOBV			mobilizable	other	1515.0	95.84200000000001	100.0	0.22408175355450238	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
MON0053_000000026841	1505	0.6182198503922768	1	1	1	1	0	True	11175	maximal	True	MON0053_000000026841	1.0		2	2	False	False	0.9787375330924988	0					non-mobilizable	no_good_hit	1068.0	83.427	71.0	0.00047347534023509547	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0353_000000024473	1503	0.6182198503922768	1	1	1	1	0	True	37090	fragment	False	ISR0353_000000024473	1.0		0	0	False	False	0.9966733455657959	0					non-mobilizable	no_good_hit	1010.0	88.21799999999999	67.0	0.15281989084293512	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0145_01_000000015722	1502	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.1967735188835827		0	0	False	False	1.0	0					non-mobilizable	chromosome	1508.0	90.186	99.0	0.22741055184960582	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0003_01_000000025139	1501	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.20807146780063446		0	0	False	False	0.9973351359367371	0					non-mobilizable	chromosome	1508.0	89.788	100.0	0.22741055184960582	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0790_000000011329	1501	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.17090189412690457		0	0	False	False	1.0	0		MOBV			mobilizable	other	1501.0	99.734	100.0	0.2852253280091272	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0175_000000016692	1500	0.6182198503922768	1	1	1	1	0	True	60459	fragment	False	ISR0067_000000017387	0.2698412698412698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0355_000000014040	1500	0.6182198503922768	1	1	1	1	0	True	23948	fragment	False	ISR0355_000000014040	1.0		0	0	False	False	0.9826666712760925	0					non-mobilizable	no_good_hit								True	True
ISR0781_000000020101	1500	0.6182198503922768	2	1	1	1	0	True	87504	fragment	False	ISR0781_000000020101	0.9833219877467665		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	99.93299999999999	100.0	0.0005092727388239435	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0157_000000012632	1499	0.6182198503922768	1	1	1	1	0	True	81524	fragment	False	FIJ0151_000000011415	0.973753280839895		0	0	False	False	0.9966644644737244	0					non-mobilizable	plasmid	904.0	93.584	94.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
MAD0040_000000022647	1498	0.6182198503922768	1	1	1	1	0	True	104324	fragment	False	MAD0040_000000022647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0139_000000018198	1497	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.7495680297813851		0	0	False	False	1.0	0		MOBV			mobilizable	other	1324.0	82.779	100.0	0.26073131955484896	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ENG0066_000000013994	1497	0.6182198503922768	1	1	1	1	0	True	62745	maximal	True	ENG0066_000000013994	1.0		1	1	False	False	0.9672678709030151	0					non-mobilizable	no_good_hit	1104.0	75.453	73.0	0.17254264825345247	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MAD0052_000000014420	1497	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.48462416065326525		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	99.866	100.0	0.2530446549391069	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0021_000000020182	1497	0.6182198503922768	2	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.4340637730013913		0	0	False	False	0.9472277760505676	0					non-mobilizable	other	1407.0	99.85799999999999	94.0	0.23782138024357238	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0007_000000043288	1497	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.48428880225657167		0	0	False	False	0.9866399168968201	0					non-mobilizable	other	1497.0	99.866	100.0	0.2530446549391069	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
FIJ0068_000000021533	1497	0.6182198503922768	1	1	1	1	0	True	45044	maximal	True	FIJ0068_000000021533	1.0		1	1	False	False	0.994655966758728	0					non-mobilizable	no_good_hit								True	True
ISR0832_000000008961	1496	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.21753107938243468		0	0	False	False	0.9986631274223328	0					non-mobilizable	chromosome	1493.0	91.226	99.0	0.22513644633110977	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0098_000000025651	1495	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.4101483448445282		0	0	False	False	1.0	0		MOBV			mobilizable	other	1495.0	97.726	100.0	0.19824724472181648	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
AST0046_000000011138	1494	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.2790190547927579		0	0	False	False	0.988621175289154	0					non-mobilizable	chromosome	1510.0	82.053	100.0	0.22801697998787143	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0162_000000021880	1492	0.6182198503922768	2	1	1	1	0	True	78536	fragment	False	CHI0162_000000021880	1.0		0	0	False	False	0.974530816078186	0					non-mobilizable	no_good_hit								True	True
DEN0007_000000017078	1492	0.6182198503922768	1	1	1	1	0	True	130833	fragment	False	DEN0007_000000017078	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1363.0	88.775	91.0	0.0006342721493897462	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
MON0077_000000029932	1491	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.11879133705147764		0	0	False	False	1.0	0					non-mobilizable	chromosome	1446.0	88.728	96.0	0.21785930867192238	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0114_000000018821	1490	0.6182198503922768	2	1	1	1	0	True	32531	fragment	False	ISR0114_000000018821	1.0		0	0	False	False	0.9731543660163879	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	0.014157621519584709	XM_012707740.1	hydrozoans	PREDICTED: Hydra vulgaris centrosomal protein of 135 kDa-like (LOC100200874), mRNA	True	True
FIJ0108_000000015785	1489	0.6182198503922768	1	1	1	1	0	True	42208	maximal	True	FIJ0108_000000015785	1.0		10	3	False	False	0.9905977249145508	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	True
SPA0143_000000013858	1488	0.6182198503922768	1	1	1	1	0	True	109192	fragment	False	AST0094_000000014261	0.9371653448131146		0	0	False	False	0.9993279576301575	0		MOBV			mobilizable	other	1494.0	96.586	100.0	0.24453933322384627	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0278_000000007986	1488	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.10414217343781051		0	0	False	False	0.9905914068222046	0					non-mobilizable	chromosome	1497.0	89.512	100.0	0.22543966040024258	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0110_000000010771	1488	0.6182198503922768	1	1	1	1	0	True	70792	fragment	False	USA0084_01_000000021015	0.930944625407166		0	0	False	False	1.0	0					non-mobilizable	plasmid	1439.0	96.24700000000001	97.0	0.5178249909974793	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ENG0032_000000016287	1487	0.6182198503922768	3	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.2032276554695015		0	0	False	False	1.0	0					non-mobilizable	other	1488.0	97.917	100.0	0.22008293838862558	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
USA0145_01_000000015885	1487	0.6182198503922768	1	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.45214034506874085		0	0	False	False	0.9979825019836426	0					non-mobilizable	no_good_hit	1086.0	80.755	73.0	0.34015103838892385	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
DEN0079_000000041516	1486	0.6182198503922768	3	1	1	1	0	True	69481	fragment	False	DEN0079_000000041516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	77.304	39.0	0.00013852551480617094	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0025_000000026620	1486	0.6182198503922768	2	1	1	1	0	True	81158	fragment	False	ISR0025_000000026620	1.0		0	0	False	False	0.9966352581977844	0					non-mobilizable	chromosome	1485.0	93.73700000000001	100.0	0.0005251745594536201	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
MAD0017_000000002982	1486	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.12202096357677585		0	0	False	False	1.0	0		MOBV			mobilizable	other	1486.0	100.0	100.0	0.22984058195325802	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0328_000000019600	1485	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.1761660089331419		0	0	False	False	0.9986531734466553	0					non-mobilizable	chromosome	1491.0	91.48200000000001	99.0	0.22483323226197696	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0264_000000007653	1485	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.43043360851434637		0	0	False	False	1.0	0		MOBV			mobilizable	other	1485.0	98.586	100.0	0.2197867298578199	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
USA0019_01_000000020469	1484	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.20174667632571022		0	0	False	False	1.0	0		MOBV			mobilizable	other	1484.0	99.865	100.0	0.00039467825737972493	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0177_000000017860	1483	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.7383606146139967		0	0	False	False	0.993931233882904	0		MOBV			mobilizable	other	1483.0	98.719	100.0	0.24338971916570865	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0079_000000041626	1483	0.6182198503922768	1	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.34935891516472184		0	0	False	False	0.9878624677658081	0					non-mobilizable	no_good_hit	1162.0	80.98100000000001	78.0	0.3634361233480176	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
MON0040_000000018747	1483	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.46037466598431404		0	0	False	False	0.9885367751121521	0					non-mobilizable	other	1481.0	99.19	99.0	0.4653870358716174	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
CHI0125_000000010339	1483	0.6182198503922768	1	1	1	1	0	True	81620	fragment	False	CHI0125_000000010339	1.0		0	0	False	False	0.999325692653656	0					non-mobilizable	plasmid	1390.0	78.993	93.0	0.4900972272236226	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
MON0006_000000015154	1482	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.4194543815018473		0	0	False	False	1.0	0		MOBV			mobilizable	other	1482.0	96.154	100.0	0.2413174629055927	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0031_000000023359	1482	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.3422883381209587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	73.479	54.0	0.0002296648093524995	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
USA0006_01_000000015975	1481	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.216819966007077		0	0	False	False	0.9831194877624512	0					non-mobilizable	chromosome	1484.0	91.17299999999999	100.0	0.22377198302001214	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0047_000000026245	1479	0.6182198503922768	1	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.4505593383519963		0	0	False	False	0.9966193437576294	0					non-mobilizable	no_good_hit	1121.0	81.178	76.0	0.35116425424795467	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
TAN0005_000000012491	1478	0.6182198503922768	1	1	1	1	0	True	2923	fragment	False	TAN0005_000000012491	1.0		0	0	False	False	0.93978351354599	0					non-mobilizable	no_good_hit								True	True
DEN0075_000000000403	1478	0.6182198503922768	2	1	1	1	0	True	130831	fragment	False	DEN0075_000000000403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	91.93	77.0	0.0005312029251139125	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ISR0395_000000026160	1478	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.2692476669585027		0	0	False	False	1.0	0		MOBV			mobilizable	other	1348.0	94.139	100.0	0.17872792457840925	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0021_000000025048	1477	0.6182198503922768	2	1	1	1	0	True	128833	maximal	True	DEN0021_000000025048	1.0		111	6	False	False	0.991875410079956	0					non-mobilizable	no_good_hit	1074.0	91.993	79.0	0.005536853528888046	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
MON0057_000000017988	1477	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.1700615122609565		0	0	False	False	0.9769803881645203	0					non-mobilizable	chromosome	1491.0	92.01899999999999	100.0	0.22483323226197696	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0001_000000029897	1474	0.6182198503922768	2	1	1	1	0	True	76774	fragment	False	DEN0001_000000029897	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	93.37899999999999	70.0	0.004231241906615749	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
TAN0017_000000025616	1473	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.15046211585304053		0	0	False	False	0.9680923223495483	0					non-mobilizable	chromosome	1487.0	89.038	100.0	0.22407519708914495	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0048_000000013794	1473	0.6182198503922768	1	1	1	1	0	True	106050	fragment	False	SPA0048_000000013794	1.0		0	0	False	False	0.9993211030960083	0					non-mobilizable	chromosome	1413.0	100.0	100.0	0.0003142422977254377	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0141_000000021135	1472	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.21250116059352586		0	0	False	False	0.998641312122345	0		MOBV			mobilizable	other	1328.0	94.051	100.0	0.17607223476297967	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0169_000000021930	1472	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.3683490158344782		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	95.18	100.0	0.4628697293895532	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
USA0071_01_000000007809	1472	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.21113073062115403		0	0	False	False	1.0	0		MOBV			mobilizable	other	1472.0	100.0	100.0	0.22767373471598823	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0025_000000014392	1472	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.42258019665822494		0	0	False	False	1.0	0		MOBV			mobilizable	other	1371.0	99.708	100.0	0.22338170552747433	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0012_000000015751	1471	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.39461979221540916		0	0	False	False	0.9979605674743652	0					non-mobilizable	plasmid	1471.0	99.38799999999999	100.0	0.26625611302300306	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0310_000000012088	1470	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.20625730491358826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	95.74	88.0	0.40591567023285086	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
FIJ0009_000000029228	1470	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.2017493767788418		0	0	False	False	1.0	0		MOBV			mobilizable	other	1470.0	100.0	100.0	0.22736418511066397	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0081_000000035972	1469	0.6182198503922768	1	1	1	1	0	True	13047	fragment	False	MON0081_000000035972	0.9706713780918728		0	0	False	False	0.8876786828041077	0					non-mobilizable	chromosome	1422.0	85.09100000000001	96.0	0.21497877501516072	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0246_000000015811	1469	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.09803073128138018		0	0	False	False	0.9938733577728271	0					non-mobilizable	chromosome	1478.0	89.51299999999999	100.0	0.22271073377804732	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0778_000000009536	1469	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.25211548722936133		0	0	False	False	1.0	0					non-mobilizable	chromosome	1467.0	91.34299999999999	99.0	0.22180109157064887	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0275_000000009785	1469	0.6182198503922768	2	1	1	1	0	True	87504	fragment	False	ISR0781_000000020101	0.9733333333333334		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	97.213	100.0	0.0004987407475607399	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0011_000000011617	1468	0.6182198503922768	1	1	1	1	0	True	106050	fragment	False	SPA0048_000000013794	0.9983027834351663		0	0	False	False	1.0	0					non-mobilizable	chromosome	1411.0	100.0	100.0	0.00031379719532072746	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0780_000000008346	1467	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.08377599847455787		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	88.72200000000001	90.0	0.20042449969678594	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0838_000000016804	1467	0.6182198503922768	1	1	1	1	0	True	21615	maximal	True	ISR0838_000000016804	1.0		10	5	False	False	0.9843217730522156	0					non-mobilizable	no_good_hit	957.0	92.476	65.0	0.00021275894945150032	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MON0076_000000032850	1466	0.6182198503922768	2	1	1	1	0	True	11496	fragment	False	MON0076_000000032850	1.0		0	0	False	False	0.9938608407974243	0					non-mobilizable	no_good_hit								True	True
SPA0134_000000017633	1465	0.6182198503922768	2	1	1	1	0	True	61308	fragment	False	SPA0134_000000017633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	100.0	8.0	0.12271259418729817	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ENG0154_000000022746	1465	0.6182198503922768	1	1	1	1	0	True	106053	fragment	False	ENG0154_000000022746	1.0		0	0	False	False	0.991126298904419	0					non-mobilizable	chromosome	1461.0	99.45200000000001	99.0	0.0003249247554384837	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
AUS0016_000000019426	1464	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.12201505068426458		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	89.803	100.0	0.22180109157064887	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0365_000000011592	1464	0.6182198503922768	2	1	1	1	0	True	27380	fragment	False	ISR0365_000000011592	0.9930402930402931		0	0	False	False	0.9904371500015259	0					non-mobilizable	other	1449.0	91.71799999999999	99.0	0.041715882573247674	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
AUS0004_000000013732	1464	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.2012314150457928		0	0	False	False	1.0	0		MOBV			mobilizable	other	1464.0	99.932	100.0	0.22643553629469124	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0069_000000015278	1463	0.6182198503922768	2	1	1	1	0	True	5938	fragment	False	SPA0069_000000015278	1.0		0	0	False	False	0.9965823888778687	0					non-mobilizable	no_good_hit								True	True
ISR0092_000000021352	1460	0.6182198503922768	2	1	1	1	0	True	33568	maximal	True	ISR0092_000000021352	1.0		5	4	False	False	1.0	0					non-mobilizable	other	1461.0	89.185	100.0	0.010358718588145022	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
ENG0092_000000015899	1460	0.6182198503922768	1	1	1	1	0	True	61086	fragment	False	ENG0092_000000015899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	100.0	8.0	0.0004133295142653068	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0803_000000010434	1459	0.6182198503922768	2	1	1	1	0	True	21830	fragment	False	ISR0803_000000010434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0053_000000007565	1459	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.2010031718708444		0	0	False	False	1.0	0		MOBV			mobilizable	other	1459.0	100.0	100.0	0.2256616622813806	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
CHI0178_000000007013	1458	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.11613614680632993		0	0	False	False	0.9986282587051392	0					non-mobilizable	no_good_hit	1119.0	76.497	75.0	0.00026601802400831056	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
AST0149_000000018272	1458	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.2340784029974627		0	0	False	False	1.0	0					non-mobilizable	chromosome	1460.0	91.507	100.0	0.22073984232868404	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0086_01_000000011648	1457	0.6182198503922768	1	1	1	1	0	True	436	maximal	True	USA0086_01_000000011648	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0132_000000023671	1457	0.6182198503922768	1	1	1	1	0	True	40759	fragment	False	FIJ0132_000000023671	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1397.0	87.473	95.0	0.00030778831285713904	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
DEN0085_000000019443	1454	0.6182198503922768	1	1	1	1	0	True	81539	fragment	False	FIJ0164_000000013428	0.38172715894868586		0	0	False	False	0.9986245036125183	0					non-mobilizable	plasmid	784.0	88.648	95.0	0.1994891443167305	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
USA0106_01_000000005930	1454	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.16138229797168063		0	0	False	False	0.9896836280822754	0		MOBV			mobilizable	other	1450.0	99.103	99.0	0.22411391425475932	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
CHI0111_000000020697	1452	0.6182198503922768	1	1	1	1	0	True	116767	maximal	True	CHI0111_000000020697	1.0		30	9	False	False	0.9979338645935059	0					non-mobilizable	other	1254.0	90.11200000000001	94.0	0.06269419665230029	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ISR0310_000000012272	1451	0.6182198503922768	3	1	1	1	0	True	25318	maximal	True	ISR0310_000000012272	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0128_000000025798	1451	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.432149408413381		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	99.37899999999999	99.0	0.45531780994336063	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
FIJ0031_000000017307	1451	0.6182198503922768	1	1	1	1	0	True	48540	fragment	False	FIJ0031_000000017307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	89.479	73.0	0.18584379358437936	LT599050.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-1	True	True
CAN0012_000000031580	1450	0.6182198503922768	1	1	1	1	0	True	94079	fragment	False	CAN0012_000000031580	0.9785766158315178		0	0	False	False	1.0	0		MOBV			mobilizable	other	1462.0	83.926	100.0	0.19253751161864294	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0078_000000032377	1450	0.6182198503922768	2	1	1	1	0	True	64987	fragment	False	ISR0065_000000024413	0.5503414373723146		0	0	False	False	0.9910345077514648	0					non-mobilizable	other	1454.0	90.99	100.0	0.009808776344975885	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0087_000000026025	1449	0.6182198503922768	1	1	1	1	0	True	115588	fragment	False	ENG0203_000000010681	0.13535191791887907		0	0	False	False	0.9972394704818726	0					non-mobilizable	chromosome	1466.0	84.789	99.0	0.22043662825955124	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0025_000000029141	1449	0.6182198503922768	2	1	1	1	0	True	64987	fragment	False	ISR0065_000000024413	0.7337041232295919		0	0	False	False	0.9882677793502808	0					non-mobilizable	other	1377.0	90.92200000000001	95.0	0.009293238999043543	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MON0083_000000027670	1448	0.6182198503922768	1	1	1	1	0	True	9905	fragment	False	MON0083_000000027670	1.0		0	0	False	False	0.9848066568374634	0					non-mobilizable	chromosome	1448.0	79.765	99.0	0.2181625227410552	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0015_000000026357	1448	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.39332446615378663		0	0	False	False	0.9944751262664795	0		MOBV			mobilizable	other	1448.0	97.928	100.0	0.19200637365555703	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0025_000000029167	1448	0.6182198503922768	1	1	1	1	0	True	47275	fragment	False	FIJ0042_000000018461	0.9221279364303093		0	0	False	False	0.9993094205856323	0					non-mobilizable	plasmid	621.0	94.20299999999999	96.0	0.15810983397190292	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
MAD0048_000000016497	1448	0.6182198503922768	1	1	1	1	0	True	17532	fragment	False	MAD0048_000000016497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0170_000000011146	1448	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.19835580776214798		0	0	False	False	1.0	0		MOBV			mobilizable	other	1448.0	99.931	100.0	0.1839095068632435	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0053_000000014437	1445	0.6182198503922768	2	1	1	1	0	True	101936	fragment	False	FIJ0053_000000014437	0.9972270129830317		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	98.824	100.0	0.058092287886711995	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
DEN0010_000000032281	1444	0.6182198503922768	1	1	1	1	0	True	121079	fragment	False	AST0024_000000022999	0.9362216497681283		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1444.0	98.26899999999999	100.0	0.2138728323699422	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0826_000000008833	1444	0.6182198503922768	2	1	1	1	0	True	101936	fragment	False	FIJ0053_000000014437	0.9966394284491351		0	0	False	False	0.9951523542404175	0					non-mobilizable	other	1444.0	98.75299999999999	100.0	0.05805205777044695	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
CHI0170_000000007004	1443	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.08524718032050363		0	0	False	False	0.987525999546051	0					non-mobilizable	no_good_hit	836.0	75.0	58.0	0.00019883927877487544	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0273_000000009355	1442	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.10949731311296963		0	0	False	False	0.9909847378730774	0					non-mobilizable	chromosome	1363.0	96.552	95.0	0.20648878107944207	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
AST0102_000000021773	1442	0.6182198503922768	2	1	1	1	0	True	108174	fragment	False	AST0102_000000021773	1.0		0	0	False	False	0.9986130595207214	0					non-mobilizable	no_good_hit								True	True
TAN0008_000000015275	1441	0.6182198503922768	1	1	1	1	0	True	2741	maximal	True	TAN0008_000000015275	1.0		10	5	False	False	0.9958361983299255	0					non-mobilizable	other	1443.0	97.228	100.0	0.0005603899879061468	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	True
ISR0094_000000012391	1440	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.36944889668324715		0	0	False	False	0.9930555820465088	0		MOBV			mobilizable	plasmid	1050.0	96.85700000000001	100.0	0.009046378861311854	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ITA0004_000000000947	1439	0.6182198503922768	1	1	1	1	0	True	50851	fragment	False	ITA0004_000000000947	1.0		0	0	False	False	0.9874913096427917	0					non-mobilizable	no_good_hit	148.0	93.243	10.0	0.049328859060402686	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
ENG0155_000000013915	1439	0.6182198503922768	1	1	1	1	0	True	56742	fragment	False	ENG0155_000000013915	1.0		0	0	False	False	0.9888811707496643	0					non-mobilizable	no_good_hit								True	True
FIJ0076_000000009767	1438	0.6182198503922768	2	1	1	1	0	True	44535	fragment	False	FIJ0076_000000009767	1.0		0	0	False	False	0.998609185218811	0					non-mobilizable	other	823.0	81.652	90.0	0.009289927404718692	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0049_000000020499	1438	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.11882177955607408		0	0	False	False	1.0	0					non-mobilizable	chromosome	1445.0	94.325	100.0	0.21785930867192238	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0116_000000028566	1438	0.6182198503922768	2	1	1	1	0	True	118995	maximal	True	SPA0116_000000028566	1.0		2	2	False	False	0.9993045926094055	0					non-mobilizable	no_good_hit	1095.0	81.553	75.0	0.0002613596438643862	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0009_000000025953	1437	0.6182198503922768	3	1	1	1	0	True	8113	fragment	False	SPA0009_000000025953	1.0		0	0	False	False	0.9972164034843445	0					non-mobilizable	no_good_hit	1078.0	89.70299999999999	75.0	0.012882777570228612	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
AST0014_000000011390	1436	0.6182198503922768	3	1	1	1	0	True	124159	fragment	False	AST0014_000000011390	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	689.0	98.839	100.0	0.0003070226522919375	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
MON0049_000000015344	1436	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.44026450611222734		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	99.93	99.0	0.2425575101488498	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0222_000000031914	1435	0.6182198503922768	3	1	1	1	0	True	27854	fragment	False	ISR0222_000000031914	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	882.0	91.61	99.0	0.00024029261571770674	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
AST0104_000000024358	1434	0.6182198503922768	1	1	1	1	0	True	107704	fragment	False	AST0104_000000024358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0035_000000015511	1434	0.6182198503922768	2	1	1	1	0	True	18761	fragment	False	MAD0035_000000015511	1.0		0	0	False	False	0.9972106218338013	0					non-mobilizable	no_good_hit	676.0	77.663	52.0	0.001466978683722035	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0834_000000012469	1433	0.6182198503922768	1	1	1	1	0	True	96449	fragment	False	ISR0834_000000012469	0.959971688216484		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	93.59299999999999	100.0	0.0003510947561105076	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0159_000000016115	1433	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.2664118107369789		0	0	False	False	0.9951151609420776	0		MOBV			mobilizable	other	1444.0	82.20200000000001	99.0	0.19001460629398487	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0339_000000010651	1433	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.29686318478021034		0	0	False	False	0.9986042976379395	0		MOBV			mobilizable	other	1434.0	95.537	100.0	0.21223341232227488	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ENG0027_000000016031	1432	0.6182198503922768	1	1	1	1	0	True	65944	maximal	True	ENG0027_000000016031	1.0		0	0	False	False	0.9916201233863831	0					non-mobilizable	no_good_hit	927.0	79.18	64.0	0.001988810777625014	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
MON0032_000000021564	1430	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.22457243815161038		0	0	False	False	1.0	0					non-mobilizable	chromosome	1426.0	97.96600000000001	99.0	0.00047964665693012	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0041_000000010656	1429	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.24105216453800665		0	0	False	False	0.979006290435791	0					non-mobilizable	chromosome	1427.0	91.45100000000001	99.0	0.21573681018799273	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0059_000000016685	1429	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.20840166557385986		0	0	False	False	0.998600423336029	0					non-mobilizable	chromosome	1423.0	91.286	99.0	0.21482716798059429	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0138_000000009880	1429	0.6182198503922768	2	1	1	1	0	True	93355	fragment	False	CHI0138_000000009880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	96.999	86.0	0.00034973134274125784	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0310_000000012504	1428	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.26404942368075		0	0	False	False	0.9992997050285339	0					non-mobilizable	no_good_hit	699.0	73.96300000000001	51.0	0.0007697593888333572	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
MON0084_000000025390	1428	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.12362761927243757		0	0	False	False	0.9803921580314636	0					non-mobilizable	chromosome	1442.0	88.835	100.0	0.21725288053365677	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0036_01_000000021887	1427	0.6182198503922768	1	1	1	1	0	True	109192	fragment	False	AST0094_000000014261	0.4019879295322276		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1413.0	100.0	99.0	0.20927819771750408	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0015_000000018679	1427	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.12285512778236422		0	0	False	False	0.9992992281913757	0					non-mobilizable	chromosome	1427.0	94.464	100.0	0.21619163129169194	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0089_000000013543	1427	0.6182198503922768	1	1	1	1	0	True	70791	fragment	False	DEN0089_000000013543	1.0		0	0	False	False	0.9635599255561829	0					non-mobilizable	plasmid	1408.0	97.443	99.0	0.5066618653222903	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
USA0037_01_000000023662	1426	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.06644712378826105		0	0	False	False	0.9838709831237793	0					non-mobilizable	no_good_hit	733.0	82.12799999999999	51.0	0.008652791670181612	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
USA0027_01_000000019027	1424	0.6182198503922768	1	1	1	1	0	True	120103	fragment	False	ENG0156_000000009049	0.2049366607509093		0	0	False	False	0.9964887499809265	0		MOBV			mobilizable	other	1434.0	81.311	100.0	0.21075236966824645	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
CHI0090_000000009458	1423	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.019379664901359596		0	0	False	False	0.98664790391922	0					non-mobilizable	no_good_hit	982.0	83.096	68.0	0.01162944841465913	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
USA0063_01_000000014695	1422	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.10005515293353356		0	0	False	False	1.0	0		MOBV			mobilizable	other	1365.0	96.99600000000001	96.0	0.21095805602847856	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0069_01_000000042382	1421	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.3469985950619089		0	0	False	False	0.9985925555229187	0					non-mobilizable	other	1414.0	95.191	99.0	0.44430459408432976	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
ISR0092_000000022071	1421	0.6182198503922768	1	1	1	1	0	True	120114	fragment	False	FIJ0126_000000017874	0.2513206887494658		0	0	False	False	0.9971850514411926	0					non-mobilizable	no_good_hit	1113.0	80.952	78.0	0.3486469477658905	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
ENG0037_000000025256	1421	0.6182198503922768	2	1	1	1	0	True	65154	maximal	True	ENG0037_000000025256	1.0		3	3	False	False	0.988036572933197	0					non-mobilizable	no_good_hit	1218.0	98.27600000000001	86.0	0.0026766312714988257	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0088_000000020720	1418	0.6182198503922768	1	1	1	1	0	True	43642	maximal	True	FIJ0088_000000020720	1.0		1	1	False	False	0.973906934261322	0					non-mobilizable	no_good_hit								True	True
ENG0096_000000022843	1417	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.11202117592166193		0	0	False	False	1.0	0					non-mobilizable	chromosome	1431.0	88.889	100.0	0.21573681018799273	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0019_000000006024	1417	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.33456970721883234		0	0	False	False	1.0	0		MOBV			mobilizable	other	1417.0	99.929	100.0	0.1880228389324127	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0024_000000018726	1417	0.6182198503922768	2	1	1	1	0	True	37428	maximal	True	ISR0024_000000018726	1.0		7	3	False	False	0.9992942810058594	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000035021	1416	0.6182198503922768	2	1	1	1	0	True	96449	fragment	False	ISR0834_000000012469	0.9581143595297035		0	0	False	False	0.9978813529014587	0					non-mobilizable	other	1421.0	91.344	99.0	0.00034717190967351865	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0128_000000026451	1416	0.6182198503922768	1	1	1	1	0	True	3863	fragment	False	SPA0128_000000026451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1274.0	81.005	89.0	0.0004884952945894774	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
MON0080_000000040243	1416	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.278224151757766		0	0	False	False	0.9583333134651184	0					non-mobilizable	plasmid	1408.0	95.881	99.0	0.25466401014309004	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MON0062_000000025292	1416	0.6182198503922768	1	1	1	1	0	True	53865	fragment	False	MON0062_000000025292	1.0		0	0	False	False	0.9992938041687012	0					non-mobilizable	no_good_hit								True	True
ISR0286_000000014528	1415	0.6182198503922768	2	1	1	1	0	True	26017	fragment	False	ISR0286_000000014528	1.0		0	0	False	False	0.9929328560829163	0					non-mobilizable	chromosome	1409.0	85.309	99.0	0.21179502728926622	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0065_000000024413	1415	0.6182198503922768	2	1	1	1	0	True	64987	fragment	False	ISR0065_000000024413	0.88977064599816		0	0	False	False	0.9985865950584412	0					non-mobilizable	other	1418.0	88.152	99.0	0.009557791058140402	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MON0076_000000034066	1415	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.06877260264114454		0	0	False	False	0.9681978821754456	0		MOBV			mobilizable	other	1345.0	99.851	95.0	0.20801733477789816	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0777_000000012254	1415	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.2025317468295285		0	0	False	False	1.0	0		MOBV			mobilizable	other	1421.0	92.89200000000001	100.0	0.20971563981042654	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
SPA0101_000000028429	1415	0.6182198503922768	1	1	1	1	0	True	13047	fragment	False	MON0081_000000035972	0.9533696392103472		0	0	False	False	0.9872791767120361	0					non-mobilizable	chromosome	1424.0	84.76100000000001	99.0	0.21482716798059429	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0018_01_000000015452	1414	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.14847750801151766		0	0	False	False	1.0	0		MOBV			mobilizable	other	1414.0	97.87799999999999	100.0	0.00037604880490731715	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
CHI0093_000000004779	1413	0.6182198503922768	1	1	1	1	0	True	83587	fragment	False	CHI0093_000000004779	1.0		0	0	False	False	0.9992923140525818	0					non-mobilizable	chromosome	1414.0	93.281	100.0	0.00031401974652308257	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
DEN0010_000000033091	1412	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.13384695663033516		0	0	False	False	0.9872521162033081	0					non-mobilizable	no_good_hit	1076.0	74.721	75.0	0.0002495911045534195	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0034_000000005810	1412	0.6182198503922768	2	1	1	1	0	True	73534	fragment	False	DEN0034_000000005810	1.0		0	0	False	False	0.9922096133232117	0					non-mobilizable	no_good_hit	746.0	79.759	55.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MON0026_000000036411	1412	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.08845132719444494		0	0	False	False	0.9978753328323364	0					non-mobilizable	chromosome	1419.0	89.359	100.0	0.21376591873862946	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0071_000000030915	1412	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.151398030914385		0	0	False	False	1.0	0		MOBV			mobilizable	other	1412.0	99.929	100.0	0.179334011184545	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0093_000000013460	1411	0.6182198503922768	1	1	1	1	0	True	81531	fragment	False	FIJ0093_000000013460	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	909.0	86.79899999999999	97.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
USA0040_01_000000009965	1411	0.6182198503922768	1	1	1	1	0	True	130965	fragment	False	ISR0310_000000013974	0.791576990673073		0	0	False	False	0.9482636451721191	0					non-mobilizable	plasmid	1319.0	98.56	93.0	0.4746128916096507	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
CAN0008_000000020214	1411	0.6182198503922768	1	1	1	1	0	True	94919	fragment	False	SPA0143_000000013654	0.9678381962864722		0	0	False	False	0.9914953708648682	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.68689467305886e-07	CP045891.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 2	True	True
USA0058_01_000000012698	1410	0.6182198503922768	2	1	1	1	0	True	28079	fragment	False	USA0058_01_000000012698	0.962236746550472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0016_000000027123	1409	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.025754862652545393		0	0	False	False	1.0	0					non-mobilizable	chromosome	1410.0	96.09899999999999	100.0	0.00047392455646148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0007_01_000000011509	1409	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.09730818191438399		0	0	False	False	1.0	0		MOBV			mobilizable	other	1351.0	99.40799999999999	96.0	0.20894598359387093	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MAD0063_000000010116	1409	0.6182198503922768	1	1	1	1	0	True	87503	fragment	False	MON0045_000000013142	0.9513132607303011		0	0	False	False	1.0	0					non-mobilizable	plasmid	1409.0	100.0	100.0	0.19444828062422317	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
AST0113_000000026477	1408	0.6182198503922768	1	1	1	1	0	True	106455	fragment	False	AST0113_000000026477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	86.02600000000001	81.0	0.22655007949125597	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
USA0065_01_000000008373	1408	0.6182198503922768	1	1	1	1	0	True	75162	fragment	False	USA0065_01_000000008373	0.9956204379562044		0	0	False	False	0.9992897510528564	0		MOBV			mobilizable	other	1432.0	93.366	100.0	0.2843799682034976	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ENG0184_000000016075	1407	0.6182198503922768	2	1	1	1	0	True	101936	fragment	False	FIJ0053_000000014437	0.9853604171354675		0	0	False	False	0.9964463114738464	0					non-mobilizable	other	1396.0	98.926	99.0	0.056121012189725226	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ENG0165_000000014260	1406	0.6182198503922768	3	1	1	1	0	True	56207	fragment	False	FIJ0153_000000016772	0.6202702702702703		0	0	False	False	0.9644381403923035	0					non-mobilizable	no_good_hit	559.0	84.973	79.0	0.0001553398058252427	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
FIJ0141_000000021253	1406	0.6182198503922768	1	1	1	1	0	True	40252	fragment	False	FIJ0141_000000021253	0.9980544747081712		0	0	False	False	0.9992887377738953	0					non-mobilizable	chromosome	1422.0	79.044	100.0	0.21361431170406306	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MAD0093_000000022997	1406	0.6182198503922768	1	1	1	1	0	True	39691	fragment	False	MAD0093_000000022997	0.9635811836115327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0092_000000032358	1406	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.24467409993832687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	836.0	79.306	59.0	0.00020300730311417615	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0344_000000024900	1405	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.19679537112776596		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	97.868	100.0	0.20808649289099526	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
USA0134_01_000000002942	1405	0.6182198503922768	2	1	1	1	0	True	51	fragment	False	USA0134_01_000000002942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000017853	1404	0.6182198503922768	1	1	1	1	0	True	87505	maximal	True	FIJ0089_000000017853	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	96.749	90.0	0.19300417891967186	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
FIJ0070_000000013983	1402	0.6182198503922768	1	1	1	1	0	True	129316	maximal	True	FIJ0070_000000013983	1.0		0	0	False	False	0.97218257188797	0		MOBV			mobilizable	no_good_hit	1020.0	99.60799999999999	73.0	0.1295119471276055	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0100_000000013109	1401	0.6182198503922768	2	1	1	1	0	True	42724	fragment	False	FIJ0100_000000013109	1.0		0	0	False	False	0.9992862343788147	0					non-mobilizable	no_good_hit	375.0	93.867	61.0	0.09553001277139209	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0089_000000013821	1401	0.6182198503922768	1	1	1	1	0	True	68815	fragment	False	DEN0089_000000013821	1.0		0	0	False	False	0.9871520400047302	0					non-mobilizable	no_good_hit								True	True
ISR0293_000000025012	1400	0.6182198503922768	1	1	1	1	0	True	42322	fragment	False	ISR0293_000000025012	1.0		0	0	False	False	0.9850000143051147	0					non-mobilizable	no_good_hit								True	True
MON0107_000000043941	1398	0.6182198503922768	2	1	1	1	0	True	8567	maximal	True	MON0107_000000043941	1.0		0	0	False	False	0.8898426294326782	0					non-mobilizable	no_good_hit	1056.0	97.064	76.0	0.3799063737846597	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
DEN0039_000000015253	1398	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.2795172847209664		0	0	False	False	1.0	0		MOBV			mobilizable	other	1398.0	99.928	100.0	0.22778411870210338	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0035_01_000000018544	1397	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.20878775747573838		0	0	False	False	1.0	0					non-mobilizable	chromosome	1397.0	99.35600000000001	100.0	0.00046988542671891055	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0109_000000024346	1396	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.10508797331758661		0	0	False	False	0.9978510141372681	0					non-mobilizable	chromosome	1410.0	88.652	100.0	0.21255306246209824	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0090_000000044371	1396	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.12496507533201202		0	0	False	False	0.9620344042778015	0					non-mobilizable	chromosome	1396.0	96.275	100.0	0.2114918132201334	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0068_000000011547	1395	0.6182198503922768	1	1	1	1	0	True	119009	fragment	False	CHI0068_000000011547	1.0		0	0	False	False	0.9792114496231079	0					non-mobilizable	no_good_hit	819.0	85.348	58.0	0.009725352197543956	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0790_000000012378	1395	0.6182198503922768	2	1	1	1	0	True	22069	fragment	False	ISR0790_000000012378	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	96.70299999999999	100.0	0.005748880329261553	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
ENG0171_000000017374	1394	0.6182198503922768	1	1	1	1	0	True	55769	fragment	False	ENG0171_000000017374	0.9627539503386005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0233_000000013183	1394	0.6182198503922768	2	1	1	1	0	True	101363	fragment	False	FIJ0029_000000020785	0.9398156044313829		0	0	False	False	1.0	0					non-mobilizable	chromosome	1403.0	89.309	100.0	0.0003824452439011055	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0182_000000028861	1394	0.6182198503922768	1	1	1	1	0	True	29518	maximal	True	ISR0182_000000028861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	85.345	25.0	0.004946814594532769	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	True
ISR0825_000000017273	1394	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.3171353594513108		0	0	False	False	1.0	0		MOBV			mobilizable	other	1394.0	99.713	100.0	0.1849687956446687	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0106_000000027341	1393	0.6182198503922768	1	1	1	1	0	True	4736	fragment	False	SPA0106_000000027341	1.0		0	0	False	False	0.9985642433166504	0					non-mobilizable	other	1394.0	95.76799999999999	100.0	0.006597013084945436	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	False	True
AST0003_000000022934	1393	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.1406715784895538		0	0	False	False	0.9978463649749756	0		MOBV			mobilizable	other	1393.0	99.928	100.0	0.21544652530568023	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0256_000000012846	1393	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.24850852976165957		0	0	False	False	1.0	0					non-mobilizable	plasmid	1393.0	95.62100000000001	100.0	0.2519471110306104	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0806_000000009178	1393	0.6182198503922768	1	1	1	1	0	True	96838	maximal	True	ISR0806_000000009178	1.0		1	1	False	False	0.9978463649749756	0					non-mobilizable	no_good_hit	635.0	82.52	46.0	0.00017621881198454954	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0245_000000005797	1392	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.31506165562429866		0	0	False	False	1.0	0		MOBV			mobilizable	other	1392.0	99.066	100.0	0.20601303317535544	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0838_000000017761	1391	0.6182198503922768	3	1	1	1	0	True	20867	fragment	False	ISR0838_000000017761	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	100.0	100.0	0.15894303545345903	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0128_000000021335	1390	0.6182198503922768	2	1	1	1	0	True	58596	fragment	False	ENG0128_000000021335	1.0		0	0	False	False	0.999280571937561	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.487419797700613e-06	NZ_CP040908.1	CFB group bacteria	Empedobacter falsenii strain 1681-1 chromosome, complete genome	True	True
USA0005_01_000000022219	1386	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.2778391785706387		0	0	False	False	1.0	0		MOBV			mobilizable	other	1386.0	97.40299999999999	100.0	0.18377373522772542	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0389_000000016063	1386	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.014428803766563681		0	0	False	False	0.9920634627342224	0		MOBV			mobilizable	other	1343.0	99.70200000000001	100.0	0.00045593329920062185	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
USA0093_01_000000011975	1385	0.6182198503922768	2	1	1	1	0	True	128057	maximal	True	USA0093_01_000000011975	1.0		4	3	False	False	0.9768953323364258	0					non-mobilizable	no_good_hit	1168.0	88.527	83.0	0.17571255306246208	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0029_000000019509	1385	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.035354372813998114		0	0	False	False	1.0	0					non-mobilizable	other	886.0	91.196	97.0	0.13682092555331993	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0208_000000021904	1382	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.19604728012508607		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	97.10600000000001	100.0	0.0004648365145406988	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0854_000000006934	1382	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.03852354944865524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	83.06299999999999	49.0	0.007989973366755445	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
FIJ0082_000000023085	1380	0.6182198503922768	1	1	1	1	0	True	44163	fragment	False	FIJ0082_000000023085	1.0		0	0	False	False	0.9971014261245728	0					non-mobilizable	chromosome	1387.0	80.461	100.0	0.20921770770163736	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0358_000000014150	1379	0.6182198503922768	2	1	1	1	0	True	23845	fragment	False	ISR0358_000000014150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	729.0	94.65	53.0	0.0015923426791825388	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
USA0023_01_000000022015	1379	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.24548726902697673		0	0	False	False	0.9912980198860168	0					non-mobilizable	no_good_hit	807.0	76.704	58.0	0.00019074840799858581	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0061_000000031844	1378	0.6182198503922768	1	1	1	1	0	True	96835	fragment	False	DEN0061_000000031844	0.9535777801853721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	91.681	78.0	0.00023255988713726295	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ENG0103_000000012509	1378	0.6182198503922768	1	1	1	1	0	True	60289	fragment	False	ENG0103_000000012509	0.9602316602316603		0	0	False	False	0.9956458806991577	0		MOBV			mobilizable	other	1303.0	78.665	92.0	0.20861088545897644	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
USA0080_01_000000030550	1377	0.6182198503922768	1	1	1	1	0	True	28079	fragment	False	USA0058_01_000000012698	0.9478723404255319		0	0	False	False	0.9992737770080566	0					non-mobilizable	no_good_hit								True	True
SPA0114_000000034141	1377	0.6182198503922768	1	1	1	1	0	True	94079	fragment	False	CAN0012_000000031580	0.9544827586206897		0	0	False	False	1.0	0		MOBV			mobilizable	other	1377.0	99.927	100.0	0.27344992050874406	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0268_000000014655	1377	0.6182198503922768	2	1	1	1	0	True	101361	maximal	True	ISR0268_000000014655	1.0		0	0	False	False	0.996368944644928	0					non-mobilizable	no_good_hit	1139.0	88.235	83.0	0.00031054881849296346	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
USA0125_01_000000016893	1377	0.6182198503922768	2	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.14395791185864595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	88.648	57.0	0.009351763699249208	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0166_000000021740	1376	0.6182198503922768	1	1	1	1	0	True	56122	maximal	True	ENG0166_000000021740	1.0		3	3	False	False	0.9992732405662537	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000028047	1376	0.6182198503922768	1	1	1	1	0	True	5045	maximal	True	SPA0098_000000028047	1.0		2	2	False	False	0.9992732405662537	0					non-mobilizable	no_good_hit	813.0	92.49700000000001	59.0	0.00022115668500071077	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0128_000000025604	1374	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.16056755171837944		0	0	False	False	0.9992722272872925	0					non-mobilizable	no_good_hit	785.0	84.331	57.0	0.009351763699249208	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
FIJ0078_000000017665	1373	0.6182198503922768	2	1	1	1	0	True	44432	fragment	False	FIJ0078_000000017665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0150_000000012911	1372	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.13950960897821862		0	0	False	False	1.0	0		MOBV			mobilizable	other	1372.0	99.63600000000001	100.0	0.2606959498003423	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0107_000000011014	1370	0.6182198503922768	3	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.1421589021474522		0	0	False	False	1.0	0					non-mobilizable	other	980.0	96.633	100.0	0.14484597156398105	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
USA0009_01_000000018758	1370	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.3173517524013037		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	95.01799999999999	99.0	0.4288860918816866	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
DEN0045_000000031282	1370	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6983305710130292		0	0	False	False	0.9992700815200806	0		MOBV			mobilizable	other	1371.0	99.271	100.0	0.2248316636557727	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0181_000000013730	1370	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.278891464171292		0	0	False	False	1.0	0		MOBV			mobilizable	other	1370.0	97.51799999999999	100.0	0.20275473933649288	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
MON0084_000000026716	1370	0.6182198503922768	1	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.6213825253087505		0	0	False	False	0.9883211851119995	0					non-mobilizable	chromosome	1371.0	93.435	100.0	0.0006384695386136489	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
USA0027_01_000000019799	1370	0.6182198503922768	1	1	1	1	0	True	75162	fragment	False	USA0065_01_000000008373	0.9822443181818181		0	0	False	False	0.9985401630401611	0		MOBV			mobilizable	other	1401.0	84.79700000000001	100.0	0.2287731975693874	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0106_000000014903	1368	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.08240071004831823		0	0	False	False	1.0	0		MOBV			mobilizable	other	1373.0	83.321	100.0	0.22187551322056168	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0106_000000032146	1368	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.1868867164001783		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	98.39200000000001	100.0	0.00046012419650770113	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0036_000000007311	1368	0.6182198503922768	1	1	1	1	0	True	88048	fragment	False	CHI0036_000000007311	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	99.854	100.0	0.16438191438191438	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0045_000000019169	1365	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.09112350350104317		0	0	False	False	0.9985347986221313	0					non-mobilizable	chromosome	1377.0	88.744	99.0	0.20755003032140693	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0233_000000013573	1365	0.6182198503922768	2	1	1	1	0	True	27380	fragment	False	ISR0365_000000011592	0.9603825136612021		0	0	False	False	0.9992673993110657	0					non-mobilizable	other	1363.0	91.04899999999999	99.0	0.03918066319034312	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
SPA0010_000000019094	1364	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.30825704864956416		0	0	False	False	0.9978005886077881	0					non-mobilizable	other	1364.0	100.0	100.0	0.4288860918816866	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
CHI0162_000000024177	1364	0.6182198503922768	1	1	1	1	0	True	115640	fragment	False	CHI0162_000000024177	0.9943716955478695		0	0	False	False	1.0	0					non-mobilizable	other	1364.0	100.0	100.0	0.18098526092152437	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0089_000000021433	1364	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.12754070199371734		0	0	False	False	1.0	0		MOBV			mobilizable	other	1364.0	98.68	100.0	0.21095805602847856	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0066_000000026647	1363	0.6182198503922768	1	1	1	1	0	True	115640	fragment	False	CHI0162_000000024177	0.9933872131452777		0	0	False	False	0.9985326528549194	0					non-mobilizable	other	1363.0	99.853	100.0	0.1808524764307529	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0158_000000013709	1362	0.6182198503922768	2	1	1	1	0	True	93353	fragment	False	MON0092_000000036863	0.5080476595671488		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	97.57700000000001	100.0	0.00038635093950556166	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0090_000000034370	1362	0.6182198503922768	1	1	1	1	0	True	48235	maximal	True	FIJ0090_000000034370	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0033_000000028513	1362	0.6182198503922768	2	1	1	1	0	True	77004	fragment	False	FIJ0033_000000028513	1.0		0	0	False	False	0.9992657899856567	0					non-mobilizable	other	987.0	89.868	97.0	0.039425513939735285	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0108_000000017552	1361	0.6182198503922768	2	1	1	1	0	True	42204	fragment	False	FIJ0108_000000017552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	94.262	63.0	0.00028984847347036973	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
AST0016_000000017380	1360	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.3332690543917208		0	0	False	False	1.0	0		MOBV			mobilizable	other	1359.0	97.425	99.0	0.22286089669896536	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0019_000000049332	1357	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.17309946923246922		0	0	False	False	1.0	0		MOBV			mobilizable	other	1260.0	99.762	93.0	0.1670428893905192	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0090_000000023071	1357	0.6182198503922768	2	1	1	1	0	True	33655	maximal	True	ISR0090_000000023071	1.0		0	0	False	False	0.9904200434684753	0					non-mobilizable	no_good_hit	205.0	87.805	15.0	0.00033869320870308725	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0297_000000011317	1355	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.2288033719732917		0	0	False	False	0.998524010181427	0		MOBV			mobilizable	other	1355.0	99.926	100.0	0.17965741601380958	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0379_000000018585	1355	0.6182198503922768	1	1	1	1	0	True	23206	fragment	False	ISR0379_000000018585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0110_000000019517	1354	0.6182198503922768	1	1	1	1	0	True	14536	fragment	False	MAD0110_000000019517	1.0		0	0	False	False	0.985228955745697	0					non-mobilizable	no_good_hit								True	True
MON0028_000000019327	1354	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.18264036806130668		0	0	False	False	0.9859675168991089	0		MOBV			mobilizable	other	1366.0	84.334	100.0	0.2684817170111288	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0300_000000008139	1354	0.6182198503922768	1	1	1	1	0	True	115620	fragment	False	ISR0300_000000008139	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1058.0	95.84100000000001	94.0	0.009106745545801065	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
CHI0070_000000009502	1354	0.6182198503922768	1	1	1	1	0	True	84964	fragment	False	ISR0003_000000018515	0.7875220541193633		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	94.83	100.0	0.014127892406649403	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	True
ISR0139_000000020317	1354	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.10708211809428854		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	100.0	100.0	0.2094103080018573	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
CHI0155_000000009572	1354	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.32510197819654896		0	0	False	False	0.9955686926841736	0					non-mobilizable	plasmid	1354.0	94.31299999999999	100.0	0.24488317333816337	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0394_000000014211	1353	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.11688676827794904		0	0	False	False	0.9830007553100586	0					non-mobilizable	other	1013.0	94.76799999999999	97.0	0.15647732549141	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0013_000000041895	1352	0.6182198503922768	1	1	1	1	0	True	130965	fragment	False	ISR0310_000000013974	0.6411992035355388		0	0	False	False	1.0	0					non-mobilizable	plasmid	1306.0	95.176	97.0	0.4699315808426359	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
CAN0003_000000036150	1352	0.6182198503922768	2	1	1	1	0	True	96448	fragment	False	CAN0003_000000036150	1.0		0	0	False	False	0.9963017702102661	0					non-mobilizable	other	1357.0	91.45200000000001	99.0	0.00033172570182787484	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0062_000000028670	1350	0.6182198503922768	2	1	1	1	0	True	35311	fragment	False	ISR0062_000000028670	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1007.0	77.16	96.0	0.002163912596089825	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	True
ISR0143_000000021577	1349	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.7007295005368445		0	0	False	False	0.9836916327476501	0		MOBV			mobilizable	other	1349.0	100.0	100.0	0.22138282148135982	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0812_000000029278	1348	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.10350616743096734		0	0	False	False	0.9992581605911255	0					non-mobilizable	chromosome	1361.0	88.758	99.0	0.20512431776834444	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0010_000000005695	1346	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.24157878718964773		0	0	False	False	1.0	0		MOBV			mobilizable	other	1346.0	100.0	100.0	0.17859514008763777	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0295_000000026524	1346	0.6182198503922768	1	1	1	1	0	True	25710	fragment	False	ISR0295_000000026524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0048_000000011909	1346	0.6182198503922768	1	1	1	1	0	True	114876	maximal	True	AST0048_000000011909	1.0		27	5	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	89.64299999999999	84.0	0.035304713299309516	NZ_JAAIPW010000029.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_29_length_16655_cov_366.729, whole genome shotgun sequence	True	True
USA0073_01_000000010612	1345	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.07438274882211703		0	0	False	False	0.9992564916610718	0					non-mobilizable	chromosome	1346.0	89.822	99.0	0.2025469981807156	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0134_000000028545	1344	0.6182198503922768	1	1	1	1	0	True	115640	fragment	False	CHI0162_000000024177	0.9892431880397231		0	0	False	False	0.9992559552192688	0					non-mobilizable	other	1344.0	99.926	100.0	0.17832957110609482	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0053_000000030461	1344	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.17274859355334715		0	0	False	False	1.0	0					non-mobilizable	chromosome	1356.0	95.428	100.0	0.0004560850667651317	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0846_000000008180	1344	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.23907843152320415		0	0	False	False	0.9933035969734192	0		MOBV			mobilizable	other	1344.0	99.926	100.0	0.21897929235284527	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
FIJ0050_000000019125	1344	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.17682016194011946		0	0	False	False	1.0	0					non-mobilizable	chromosome	1345.0	98.141	100.0	0.2036082474226804	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0065_01_000000008858	1343	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6999300927363657		0	0	False	False	0.9739389419555664	0		MOBV			mobilizable	other	1343.0	100.0	100.0	0.22039743800295616	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0110_000000022331	1341	0.6182198503922768	2	1	1	1	0	True	96449	fragment	False	ISR0834_000000012469	0.9122733180624057		0	0	False	False	0.9806115031242371	0					non-mobilizable	other	1346.0	91.75299999999999	100.0	0.00032927392280475675	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0306_000000007856	1341	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.06846489385204951		0	0	False	False	0.9873228669166565	0		MOBV			mobilizable	other	1341.0	100.0	100.0	0.20739823556724965	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0126_000000033832	1341	0.6182198503922768	1	1	1	1	0	True	3946	maximal	True	SPA0126_000000033832	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	95.67299999999999	50.0	0.00012290924706979912	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MON0016_000000028829	1340	0.6182198503922768	1	1	1	1	0	True	13327	fragment	False	MON0016_000000028829	1.0		0	0	False	False	0.9888059496879578	0		MOBV			mobilizable	other	1259.0	82.844	94.0	0.1663789669366618	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0018_000000015920	1340	0.6182198503922768	2	1	1	1	0	True	13264	maximal	True	MON0018_000000015920	1.0		0	0	False	False	0.9865671396255493	0					non-mobilizable	no_good_hit	873.0	94.50200000000001	64.0	0.1349636279213744	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ISR0207_000000022676	1339	0.6182198503922768	1	1	1	1	0	True	31086	fragment	False	ISR0207_000000022676	0.9987951807228916		0	0	False	False	0.9708737730979919	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.68689467305886e-07	CP045891.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 2	True	True
ENG0139_000000016613	1339	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.25880764614606		0	0	False	False	0.9902912378311157	0					non-mobilizable	other	1339.0	94.92200000000001	100.0	0.42070484581497797	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
FIJ0047_000000023377	1338	0.6182198503922768	1	1	1	1	0	True	46853	maximal	True	FIJ0047_000000023377	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0077_000000027509	1338	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.24973212851879414		0	0	False	False	0.9865471124649048	0					non-mobilizable	plasmid	1339.0	97.23700000000001	100.0	0.2419851476181851	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MON0059_000000029165	1337	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.2286156887289353		0	0	False	False	0.9872849583625793	0		MOBV			mobilizable	other	1337.0	98.13	100.0	0.17726729517992298	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0125_000000014112	1337	0.6182198503922768	2	1	1	1	0	True	46296	maximal	True	FIJ0125_000000014112	0.9987714987714988		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	79.661	22.0	0.07407407407407407	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MON0053_000000030647	1337	0.6182198503922768	2	1	1	1	0	True	64987	fragment	False	ISR0065_000000024413	0.7155495409245237		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	90.23100000000001	100.0	0.009035470326077372	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MON0011_000000034854	1337	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.22569300635347342		0	0	False	False	1.0	0		MOBV			mobilizable	other	1338.0	97.01	100.0	0.19786729857819904	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ENG0106_000000015610	1336	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.23914865722002573		0	0	False	False	1.0	0		MOBV			mobilizable	other	1336.0	99.70100000000001	100.0	0.21767487363443666	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0011_000000034902	1336	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.24008818337373522		0	0	False	False	1.0	0		MOBV			mobilizable	other	1336.0	99.626	100.0	0.17700172619838003	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0030_000000028696	1334	0.6182198503922768	1	1	1	1	0	True	125711	maximal	True	FIJ0030_000000028696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	97.197	83.0	0.00037193653046160185	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
AUS0022_000000025455	1333	0.6182198503922768	2	1	1	1	0	True	99083	maximal	True	AUS0022_000000025455	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0026_000000039321	1331	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.219577190738144		0	0	False	False	0.9827197790145874	0		MOBV			mobilizable	other	1332.0	96.99700000000001	100.0	0.19697867298578198	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
AST0061_000000031665	1330	0.6182198503922768	2	1	1	1	0	True	111844	fragment	False	AST0061_000000031665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	89.943	89.0	0.007122555437223153	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
FIJ0060_000000011022	1330	0.6182198503922768	1	1	1	1	0	True	47275	fragment	False	FIJ0042_000000018461	0.8949303064469003		0	0	False	False	0.9977443814277649	0					non-mobilizable	plasmid	604.0	93.212	95.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ISR0176_000000025710	1329	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6815363827114779		0	0	False	False	1.0	0		MOBV			mobilizable	other	1329.0	99.925	100.0	0.2180982098866809	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0001_01_000000012861	1329	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.08838968741100538		0	0	False	False	0.9902182221412659	0					non-mobilizable	chromosome	1327.0	90.806	99.0	0.20027289266221954	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0120_000000019121	1329	0.6182198503922768	1	1	1	1	0	True	55769	fragment	False	ENG0171_000000017374	0.9411764705882353		0	0	False	False	0.9894657731056213	0					non-mobilizable	no_good_hit								True	True
ISR0120_000000027382	1328	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.1988205390134287	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1328.0	93.37299999999999	100.0	0.0005971080143612364	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
FIJ0090_000000035375	1327	0.6182198503922768	3	1	1	1	0	True	73907	fragment	False	ISR0232_000000020399	0.6929062800898684		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	97.13600000000001	100.0	0.05334513416743775	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0138_000000021885	1327	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.035262452295664416		0	0	False	False	0.9992464184761047	0					non-mobilizable	other	906.0	91.501	97.0	0.13991642160656245	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0009_000000028268	1326	0.6182198503922768	2	1	1	1	0	True	8107	fragment	False	SPA0009_000000028268	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	90.281	100.0	0.00034603472874691167	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0005_000000018024	1326	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6818519238644496		0	0	False	False	0.999245822429657	0		MOBV			mobilizable	other	1326.0	99.925	100.0	0.21760551814747905	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0083_000000017258	1326	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.2132596021091263		0	0	False	False	1.0	0		MOBV			mobilizable	other	1328.0	95.633	100.0	0.17567388129066525	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0148_000000022014	1326	0.6182198503922768	1	1	1	1	0	True	30905	fragment	False	ISR0148_000000022014	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	89.63799999999999	90.0	0.006819726519750711	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0047_000000016022	1326	0.6182198503922768	2	1	1	1	0	True	64304	fragment	False	ENG0047_000000016022	1.0		0	0	False	False	0.9886877536773682	0					non-mobilizable	chromosome	934.0	92.398	100.0	0.0004204541716219121	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
MON0066_000000027532	1325	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.06980434083619041		0	0	False	False	0.9826415181159973	0					non-mobilizable	chromosome	1323.0	90.854	99.0	0.19981807155852033	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0121_01_000000031522	1325	0.6182198503922768	2	1	1	1	0	True	166	fragment	False	USA0121_01_000000031522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	1.1089551717918335e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0049_000000022181	1325	0.6182198503922768	2	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.6775702222857769		0	0	False	False	1.0	0					non-mobilizable	chromosome	1322.0	92.814	99.0	0.0006146843330115335	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
DEN0061_000000033160	1324	0.6182198503922768	1	1	1	1	0	True	130965	fragment	False	ISR0310_000000013974	0.791993361924138		0	0	False	False	1.0	0					non-mobilizable	plasmid	1324.0	98.64	100.0	0.4764133957508102	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ENG0062_000000018165	1324	0.6182198503922768	2	1	1	1	0	True	63184	fragment	False	ENG0062_000000018165	1.0		0	0	False	False	0.9924471378326416	0		MOBV			mobilizable	plasmid	1324.0	100.0	100.0	0.30095541401273884	HG796315.1	bacteria	Uncultured bacterium plasmid pRGI00390	False	True
FIJ0033_000000029431	1324	0.6182198503922768	1	1	1	1	0	True	48235	maximal	False	FIJ0090_000000034370	0.9860499265785609		0	0	False	False	0.9947130084037781	0					non-mobilizable	no_good_hit								True	True
ISR0329_000000013178	1323	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.17286328843975696		0	0	False	False	0.9984883069992065	0					non-mobilizable	no_good_hit	899.0	78.087	67.0	0.00021379513081589565	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0215_000000022784	1323	0.6182198503922768	1	1	1	1	0	True	88435	fragment	False	CHI0032_000000005386	0.9524660471765547		0	0	False	False	0.9856386780738831	0					non-mobilizable	chromosome	1323.0	95.314	100.0	0.0004492141640420032	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
CAN0005_000000012770	1323	0.6182198503922768	1	1	1	1	0	True	96835	fragment	False	DEN0061_000000031844	0.9271621955358849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	87.071	57.0	0.0002104603820858127	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0029_000000031590	1323	0.6182198503922768	2	1	1	1	0	True	37089	fragment	False	ISR0029_000000031590	1.0		0	0	False	False	0.9992441534996033	0					non-mobilizable	no_good_hit	794.0	75.441	60.0	0.12596485465593693	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0056_01_000000012919	1323	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.10096501523462371		0	0	False	False	0.9848828315734863	0		MOBV			mobilizable	other	1169.0	94.18299999999999	100.0	0.15217102642411368	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0257_000000013563	1322	0.6182198503922768	1	1	1	1	0	True	26806	fragment	False	ISR0257_000000013563	1.0		0	0	False	False	0.9969742894172668	0					non-mobilizable	no_good_hit	791.0	94.564	60.0	0.00021992553154469847	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
SPA0091_000000006645	1322	0.6182198503922768	1	1	1	1	0	True	5337	maximal	True	SPA0091_000000006645	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1178.0	99.83	100.0	0.0005765864708103099	CP059140.1	firmicutes	Lactobacillus crispatus strain B4 chromosome, complete genome	False	True
ISR0131_000000027935	1321	0.6182198503922768	2	1	1	1	0	True	31637	maximal	True	ISR0131_000000027935	1.0		1	1	False	False	0.9825889468193054	0					non-mobilizable	no_good_hit	537.0	74.488	40.0	0.0002155058724327914	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
FIJ0058_000000032217	1321	0.6182198503922768	2	1	1	1	0	True	45960	fragment	False	FIJ0058_000000032217	1.0		0	0	False	False	0.961392879486084	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.885829704607342e-07	LR597554.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 5	True	True
ISR0037_000000018393	1319	0.6182198503922768	2	1	1	1	0	True	36682	maximal	True	ISR0037_000000018393	1.0		1	1	False	False	0.9984837174415588	0					non-mobilizable	no_good_hit								True	True
FIJ0152_000000021159	1318	0.6182198503922768	1	1	1	1	0	True	39691	fragment	False	MAD0093_000000022997	0.9349217638691323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0182_000000030613	1318	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.23096660054137136		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	71.563	64.0	0.00023423525331971341	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ISR0228_000000020805	1318	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6771407221599125		0	0	False	False	1.0	0		MOBV			mobilizable	other	1318.0	100.0	100.0	0.21629167350960748	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MAD0012_000000023349	1317	0.6182198503922768	2	1	1	1	0	True	19641	fragment	False	MAD0012_000000023349	1.0		0	0	False	False	0.9962034821510315	0					non-mobilizable	no_good_hit								True	True
FIJ0079_000000021672	1317	0.6182198503922768	1	1	1	1	0	True	44368	fragment	False	FIJ0079_000000021672	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	904.0	93.584	96.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
FIJ0042_000000018461	1317	0.6182198503922768	1	1	1	1	0	True	47275	fragment	False	FIJ0042_000000018461	0.9344460809723083		0	0	False	False	1.0	0					non-mobilizable	plasmid	520.0	97.69200000000001	95.0	0.13256704980842912	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
FIJ0051_000000016771	1317	0.6182198503922768	1	1	1	1	0	True	81523	fragment	False	FIJ0051_000000016771	0.942673537392461		0	0	False	False	0.9992406964302063	0					non-mobilizable	plasmid	760.0	95.921	99.0	0.19386973180076628	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ENG0111_000000015694	1315	0.6182198503922768	1	1	1	1	0	True	59719	fragment	False	ENG0111_000000015694	1.0		0	0	False	False	0.9992395639419556	0					non-mobilizable	chromosome	1331.0	81.893	100.0	0.20118253486961796	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0022_000000031911	1315	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.05860741267701078		0	0	False	False	0.9977186322212219	0		MOBV			mobilizable	other	1301.0	99.92299999999999	99.0	0.2012072434607646	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0207_000000023132	1315	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.2322800649635025		0	0	False	False	0.9969581961631775	0					non-mobilizable	no_good_hit	852.0	71.714	64.0	0.00023423525331971341	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
MON0059_000000029650	1315	0.6182198503922768	1	1	1	1	0	True	15643	maximal	True	MON0059_000000029650	1.0		5	4	False	False	0.9718630909919739	0					non-mobilizable	no_good_hit								True	True
USA0116_01_000000018586	1314	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.0625236961802273		0	0	False	False	1.0	0					non-mobilizable	chromosome	1318.0	89.757	99.0	0.19845360824742267	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0035_000000015848	1314	0.6182198503922768	2	1	1	1	0	True	101936	fragment	False	FIJ0053_000000014437	0.9420578918568981		0	0	False	False	0.9939117431640625	0					non-mobilizable	other	1307.0	99.541	99.0	0.05254053184213702	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ISR0854_000000007418	1313	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.20890332717048546		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	93.374	100.0	0.2215832205683356	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0009_000000010122	1313	0.6182198503922768	2	1	1	1	0	True	75161	fragment	False	ENG0009_000000010122	0.96328125		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	93.044	100.0	0.2655007949125596	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
SPA0019_000000022204	1313	0.6182198503922768	2	1	1	1	0	True	102041	fragment	False	ENG0071_000000010912	0.23804604181799005		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	99.92399999999999	100.0	0.0003216734078330907	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
FIJ0152_000000021279	1312	0.6182198503922768	1	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.9844594646164392		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	85.056	100.0	0.26629570747217807	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0016_000000017050	1312	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.1297210937318291		0	0	False	False	1.0	0					non-mobilizable	chromosome	1313.0	98.096	100.0	0.19875682231655548	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0827_000000009022	1312	0.6182198503922768	1	1	1	1	0	True	106879	fragment	False	ISR0827_000000009022	1.0		0	0	False	False	0.9817073345184326	0					non-mobilizable	no_good_hit	1113.0	96.316	85.0	0.3499056010069226	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
FIJ0101_000000021366	1311	0.6182198503922768	1	1	1	1	0	True	47275	fragment	False	FIJ0042_000000018461	0.9314063927117855		0	0	False	False	0.9870327711105347	0					non-mobilizable	plasmid	517.0	98.839	95.0	0.1318007662835249	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
AST0003_000000024204	1311	0.6182198503922768	1	1	1	1	0	True	129300	maximal	True	AST0003_000000024204	1.0		6	4	False	False	0.9977116584777832	0					non-mobilizable	no_good_hit								True	True
DEN0045_000000032915	1311	0.6182198503922768	1	1	1	1	0	True	76738	fragment	False	DEN0001_000000033817	0.9729809347750428		0	0	False	False	1.0	0					non-mobilizable	plasmid	1311.0	100.0	100.0	0.1941603675707722	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0830_000000023453	1310	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6765273807379594		0	0	False	False	0.9992366433143616	0		MOBV			mobilizable	plasmid	1310.0	100.0	100.0	0.21955719557195572	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
SPA0103_000000013866	1310	0.6182198503922768	3	1	1	1	0	True	27470	fragment	False	SPA0103_000000013866	0.9984459383990267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	81.185	84.0	0.08923117779843315	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
TAN0007_000000032318	1309	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.07686773438179756		0	0	False	False	0.9854850769042969	0					non-mobilizable	chromosome	1324.0	87.915	100.0	0.19921164342025469	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0063_000000022212	1309	0.6182198503922768	1	1	1	1	0	True	45546	fragment	False	FIJ0063_000000022212	1.0		0	0	False	False	0.9938884377479553	0					non-mobilizable	no_good_hit	60.0	83.333	5.0	0.0012294908212150762	NZ_QVHZ01000017.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf17, whole genome shotgun sequence	True	True
ISR0358_000000014880	1309	0.6182198503922768	1	1	1	1	0	True	23842	fragment	False	ISR0358_000000014880	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	97.93700000000001	100.0	0.002876773790567349	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
MON0058_000000040913	1308	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.058799104559860094		0	0	False	False	1.0	0		MOBV			mobilizable	other	1308.0	99.92399999999999	100.0	0.20229066707939947	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
DEN0001_000000033817	1308	0.6182198503922768	1	1	1	1	0	True	76738	fragment	False	DEN0001_000000033817	0.9735354508070588		0	0	False	False	1.0	0					non-mobilizable	plasmid	1308.0	100.0	100.0	0.19371572550763302	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0186_000000025002	1308	0.6182198503922768	2	1	1	1	0	True	123979	fragment	False	ISR0113_000000009556	0.20757987964709332		0	0	False	False	0.997706413269043	0					non-mobilizable	other	1310.0	83.206	100.0	0.014193100003257788	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0101_000000022215	1306	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.2106318314452126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	73.82	56.0	0.0007697593888333572	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
ISR0308_000000014428	1306	0.6182198503922768	1	1	1	1	0	True	96826	fragment	False	ISR0308_000000014428	0.9358678955453149		0	0	False	False	0.9969372153282166	0					non-mobilizable	chromosome	1320.0	93.712	100.0	0.0003671921216550092	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0016_000000026117	1306	0.6182198503922768	1	1	1	1	0	True	76738	fragment	False	DEN0001_000000033817	0.9654873656090308		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	96.34100000000001	100.0	0.21432090655280014	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0074_01_000000000986	1306	0.6182198503922768	1	1	1	1	0	True	61551	fragment	False	ISR0310_000000013637	0.9786967418546366		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	85.281	100.0	0.7245974458634092	KX127602.1	bacteria	Uncultured bacterium clone Control_Mom_TE_46 genomic sequence	False	True
ISR0092_000000024362	1306	0.6182198503922768	2	1	1	1	0	True	33561	fragment	False	ISR0092_000000024362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	90.861	73.0	0.001425283473046306	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0004_000000022102	1305	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.10674469364593023		0	0	False	False	0.9984674453735352	0					non-mobilizable	other	1305.0	99.617	100.0	0.16573462125063548	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0040_000000019940	1305	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.18118922774611634		0	0	False	False	1.0	0		MOBV			mobilizable	other	1305.0	99.54	100.0	0.21262025110060329	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0040_000000006413	1304	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.058434185941477416		0	0	False	False	1.0	0		MOBV			mobilizable	other	1304.0	99.23299999999999	100.0	0.20167156786875096	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0080_000000025638	1304	0.6182198503922768	1	1	1	1	0	True	34278	fragment	False	ISR0080_000000025638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0023_000000026684	1304	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.20933972660843603		0	0	False	False	0.9984662532806396	0					non-mobilizable	plasmid	1305.0	98.008	100.0	0.23618909617822859	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0101_000000021527	1302	0.6182198503922768	1	1	1	1	0	True	96826	fragment	False	ISR0308_000000014428	0.9345329249617151		0	0	False	False	0.9946236610412598	0					non-mobilizable	chromosome	1301.0	94.54299999999999	99.0	0.00036190277342798484	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MON0033_000000045542	1302	0.6182198503922768	2	1	1	1	0	True	20604	fragment	False	MON0033_000000045542	0.9613148835021376		0	0	False	False	0.9685099720954895	0					non-mobilizable	no_good_hit	793.0	75.788	59.0	0.0022204817929099498	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
ISR0310_000000013974	1302	0.6182198503922768	1	1	1	1	0	True	130965	fragment	False	ISR0310_000000013974	0.79634575375702		0	0	False	False	0.9953917264938354	0					non-mobilizable	plasmid	1284.0	97.586	99.0	0.462009362621534	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0176_000000026230	1301	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.35569309365734714	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1302.0	95.77600000000001	100.0	0.0005858418254110244	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
MON0064_000000022595	1300	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.22809511259065582		0	0	False	False	0.9492307901382446	0		MOBV			mobilizable	other	1300.0	99.0	100.0	0.17248705351214977	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0065_000000026698	1300	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.05420270331647054		0	0	False	False	0.9846153855323792	0		MOBV			mobilizable	other	1300.0	99.846	100.0	0.20089769385544035	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0110_000000018011	1300	0.6182198503922768	1	1	1	1	0	True	32698	fragment	False	ISR0110_000000018011	1.0		0	0	False	False	0.9530768990516663	0					non-mobilizable	other	1300.0	100.0	100.0	0.009933546941553427	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
AST0090_000000017373	1300	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.16491407828046387		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	95.469	100.0	0.17195591554906386	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0099_000000028154	1300	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.22195884705189406		0	0	False	False	0.9823076725006104	0					non-mobilizable	other	1300.0	99.462	100.0	0.40874764002517305	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
DEN0093_000000024082	1300	0.6182198503922768	1	1	1	1	0	True	68421	maximal	True	DEN0093_000000024082	1.0		1	1	False	False	0.9738461375236511	0					non-mobilizable	no_good_hit	1148.0	87.28200000000001	88.0	0.007746626961246515	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
USA0025_01_000000011927	1300	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.12886819694476384		0	0	False	False	1.0	0					non-mobilizable	chromosome	1301.0	94.46600000000001	100.0	0.19693753790175864	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0066_000000028160	1300	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.20651132530693822	PS1022	0	0	False	True	0.9961538314819336	0					non-mobilizable	other	1300.0	100.0	100.0	0.006797452655925401	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0098_000000029767	1300	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.16244118039034958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	76.851	65.0	0.00020227176940724073	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
CAN0004_000000022218	1299	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.035043719509321135		0	0	False	False	1.0	0					non-mobilizable	other	886.0	91.309	97.0	0.13682092555331993	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0383_000000011826	1299	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.17428931768995998		0	0	False	False	0.9992302060127258	0		MOBV			mobilizable	other	1299.0	99.461	100.0	0.192239336492891	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
CHI0064_000000014220	1298	0.6182198503922768	2	1	1	1	0	True	123979	fragment	False	ISR0113_000000009556	0.16778219424792354		0	0	False	False	0.9976887702941895	0					non-mobilizable	other	1222.0	88.134	94.0	0.009379259361933144	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
ISR0270_000000006779	1298	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.21872787028186155		0	0	False	False	1.0	0		MOBV			mobilizable	other	1299.0	98.92200000000001	100.0	0.1723542690213783	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0096_000000029507	1298	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.17079789129224482		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	97.0	100.0	0.192239336492891	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
SPA0137_000000028482	1297	0.6182198503922768	1	1	1	1	0	True	3549	fragment	False	SPA0137_000000028482	1.0		0	0	False	False	0.9976869821548462	0					non-mobilizable	no_good_hit	60.0	83.333	5.0	0.0012294908212150762	NZ_QVHZ01000017.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf17, whole genome shotgun sequence	True	True
ENG0039_000000020316	1296	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.2097439849600119		0	0	False	False	1.0	0		MOBV			mobilizable	other	1296.0	98.071	100.0	0.21267860075546066	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0084_000000009839	1296	0.6182198503922768	2	1	1	1	0	True	81523	fragment	False	FIJ0051_000000016771	0.7955275681361709		0	0	False	False	0.9899691343307495	0					non-mobilizable	plasmid	705.0	97.447	100.0	0.17982120051085568	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
USA0120_01_000000010282	1296	0.6182198503922768	1	1	1	1	0	True	106049	fragment	False	USA0120_01_000000010282	1.0		0	0	False	False	0.9320987462997437	0					non-mobilizable	chromosome	1232.0	99.675	95.0	0.0002737379788968048	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
FIJ0165_000000012367	1295	0.6182198503922768	3	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.10465668643644378		0	0	False	False	0.9961389899253845	0					non-mobilizable	no_good_hit	773.0	87.84	60.0	0.009219200038563974	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
SPA0070_000000015584	1295	0.6182198503922768	1	1	1	1	0	True	27470	fragment	False	SPA0103_000000013866	0.9954198473282444		0	0	False	False	0.9915058016777039	0					non-mobilizable	no_good_hit	642.0	81.153	84.0	0.10419044513288765	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0081_000000009673	1295	0.6182198503922768	1	1	1	1	0	True	60289	fragment	False	ENG0103_000000012509	0.9325108853410741		0	0	False	False	0.9938223958015442	0		MOBV			mobilizable	other	1254.0	79.506	95.0	0.20364591887009362	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0088_000000004155	1295	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.050312291800137264		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	89.684	99.0	0.195573074590661	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0041_000000026297	1295	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.018807065600805056		0	0	False	False	0.9953668117523193	0					non-mobilizable	chromosome	1302.0	89.478	100.0	0.19617950272892662	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
AST0040_000000015618	1294	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6089481196392958		0	0	False	False	0.9976816177368164	0					non-mobilizable	other	1296.0	96.45100000000001	100.0	0.21235013959599278	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0171_000000023392	1294	0.6182198503922768	3	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.046509983628635926		0	0	False	False	0.9992272257804871	0					non-mobilizable	no_good_hit	579.0	88.428	59.0	0.006929464081273575	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
DEN0062_000000016940	1294	0.6182198503922768	1	1	1	1	0	True	71627	fragment	False	DEN0062_000000016940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000034292	1292	0.6182198503922768	2	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.9882429447737633		0	0	False	False	0.9984520077705383	0					non-mobilizable	other	1324.0	84.97	100.0	0.2621224165341812	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
MAD0070_000000016818	1292	0.6182198503922768	1	1	1	1	0	True	16347	fragment	False	MAD0070_000000016818	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1292.0	90.325	100.0	0.00035911890594007726	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0776_000000018256	1291	0.6182198503922768	1	1	1	1	0	True	101936	fragment	False	FIJ0053_000000014437	0.5734854754278185		0	0	False	False	0.999225378036499	0					non-mobilizable	other	1291.0	99.07	100.0	0.05189684998189645	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ENG0016_000000017431	1290	0.6182198503922768	2	1	1	1	0	True	67653	fragment	False	ENG0016_000000017431	1.0		0	0	False	False	0.9891473054885864	0					non-mobilizable	no_good_hit								True	True
USA0073_01_000000010988	1290	0.6182198503922768	2	1	1	1	0	True	701	fragment	False	USA0073_01_000000010988	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	100.0	98.0	0.20693053046477253	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CAN0001_000000033599	1289	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.0349280948075101		0	0	False	False	0.9984484314918518	0					non-mobilizable	other	887.0	91.319	97.0	0.13697570035598206	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0032_000000023181	1288	0.6182198503922768	1	1	1	1	0	True	7231	fragment	False	SPA0032_000000023181	1.0		0	0	False	False	0.975931704044342	0					non-mobilizable	no_good_hit								True	True
ENG0011_000000022404	1288	0.6182198503922768	1	1	1	1	0	True	67123	fragment	False	ENG0011_000000022404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0026_000000026799	1288	0.6182198503922768	1	1	1	1	0	True	42320	maximal	True	SPA0026_000000026799	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0112_000000025825	1287	0.6182198503922768	1	1	1	1	0	True	71373	fragment	False	SPA0112_000000025825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	81.556	35.0	9.075204704415792e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
CHI0111_000000023442	1286	0.6182198503922768	1	1	1	1	0	True	82503	fragment	False	CHI0111_000000023442	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	100.0	100.0	0.1988856214208327	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
FIJ0084_000000009895	1286	0.6182198503922768	1	1	1	1	0	True	43988	fragment	False	FIJ0084_000000009895	0.9948979591836735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	93.22	5.0	0.008789210486437339	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
USA0015_01_000000025991	1286	0.6182198503922768	2	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.0789213619158437		0	0	False	False	0.988335907459259	0					non-mobilizable	other	1294.0	82.99799999999999	100.0	0.02013096879308184	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0194_000000021532	1286	0.6182198503922768	1	1	1	1	0	True	89600	maximal	True	ISR0194_000000021532	1.0		25	8	False	False	0.9976671934127808	0					non-mobilizable	no_good_hit	1121.0	93.31	87.0	0.0005223417700856733	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
MON0013_000000044286	1285	0.6182198503922768	1	1	1	1	0	True	40252	fragment	False	FIJ0141_000000021253	0.9551920341394026		0	0	False	False	0.998443603515625	0					non-mobilizable	chromosome	1302.0	78.571	100.0	0.1952698605215282	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0200_000000019679	1284	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6257893222392742		0	0	False	False	0.9953271150588989	0					non-mobilizable	other	1284.0	99.844	100.0	0.21070783379865332	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0136_000000021862	1284	0.6182198503922768	1	1	1	1	0	True	40519	fragment	False	FIJ0136_000000021862	1.0		0	0	False	False	0.982087254524231	0					non-mobilizable	other	1284.0	93.069	100.0	0.0004271427049485964	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	False	True
MON0037_000000059802	1283	0.6182198503922768	1	1	1	1	0	True	12043	fragment	False	MON0037_000000059802	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1283.0	98.59700000000001	100.0	0.18112461147216727	EU685104.1	firmicutes	Streptococcus parasanguinis plasmid pFW213, complete sequence	False	True
SPA0144_000000014850	1282	0.6182198503922768	1	1	1	1	0	True	76738	fragment	False	DEN0001_000000033817	0.9578161960698773		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	96.273	100.0	0.2103793726391854	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0087_000000040331	1282	0.6182198503922768	2	1	1	1	0	True	68683	fragment	False	MON0033_000000046320	0.9771099976483385		0	0	False	False	0.986739456653595	0					non-mobilizable	no_good_hit	770.0	92.59700000000001	60.0	0.11902182324717536	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
DEN0033_000000016707	1281	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.03826860930789858		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	99.454	100.0	0.19405700424499697	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0125_000000020862	1281	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.1973472867511444		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	99.766	100.0	0.16983136369672022	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0033_000000046320	1280	0.6182198503922768	2	1	1	1	0	True	68683	fragment	False	MON0033_000000046320	0.9772601514269906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	92.60700000000001	60.0	0.11917659804983749	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ENG0211_000000018571	1280	0.6182198503922768	2	1	1	1	0	True	75161	fragment	False	ENG0009_000000010122	0.9424980959634425		0	0	False	False	0.9937499761581421	0					non-mobilizable	other	1280.0	99.92200000000001	100.0	0.25417329093799684	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
AST0026_000000020221	1280	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.05676468970540082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	76.196	71.0	0.00021379513081589565	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0025_000000016544	1280	0.6182198503922768	1	1	1	1	0	True	130826	fragment	False	SPA0025_000000016544	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	87.603	95.0	0.0005666475452268688	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
SPA0086_000000010898	1279	0.6182198503922768	1	1	1	1	0	True	93353	fragment	False	MON0092_000000036863	0.3661645725143411		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	97.26299999999999	100.0	0.0003625056206822941	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0231_000000015759	1279	0.6182198503922768	1	1	1	1	0	True	27470	fragment	False	SPA0103_000000013866	0.9872301963905018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	81.153	84.0	0.10419044513288765	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0076_000000037725	1279	0.6182198503922768	2	1	1	1	0	True	102041	fragment	False	ENG0071_000000010912	0.1424322919335601		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	90.229	99.0	0.0003106404022290594	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0102_000000024592	1279	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.08126528955310869		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	97.49799999999999	100.0	0.004058830815354957	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
SPA0085_000000010427	1278	0.6182198503922768	1	1	1	1	0	True	93353	fragment	False	MON0092_000000036863	0.36799094502922947		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	98.435	100.0	0.00036222174783915993	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0029_000000021240	1278	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.10668614056644646		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	100.0	100.0	0.19764742299953567	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
CHI0116_000000012218	1278	0.6182198503922768	1	1	1	1	0	True	82144	fragment	False	CHI0116_000000012218	1.0		0	0	False	False	0.9906103014945984	0					non-mobilizable	plasmid	1286.0	84.992	100.0	0.26955602536997886	AP019696.1	firmicutes	Amedibacterium intestinale JCM 30884 plasmid pABar1 DNA, complete genome	False	True
ISR0369_000000013291	1277	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.07519017056708013		0	0	False	False	1.0	0					non-mobilizable	chromosome	1264.0	87.421	99.0	0.19026682838083686	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0008_000000020604	1276	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.07156723152716583		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	97.1	100.0	0.4011957205789805	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
ENG0168_000000024664	1276	0.6182198503922768	1	1	1	1	0	True	55953	maximal	True	ENG0168_000000024664	1.0		0	0	False	False	0.9921630024909973	0					non-mobilizable	no_good_hit	568.0	85.211	44.0	0.16725978647686832	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
AST0113_000000029056	1275	0.6182198503922768	1	1	1	1	0	True	106387	maximal	True	AST0113_000000029056	1.0		0	0	False	False	0.9898039102554321	0					non-mobilizable	no_good_hit	803.0	92.40299999999999	63.0	0.00037403401750777683	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
AST0014_000000012909	1274	0.6182198503922768	1	1	1	1	0	True	124053	fragment	False	AST0014_000000012909	0.9834327086882454		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	96.941	100.0	0.00420449778875784	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
FIJ0087_000000025295	1274	0.6182198503922768	1	1	1	1	0	True	43988	fragment	False	FIJ0084_000000009895	0.9910575427682737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	93.22	5.0	0.008789210486437339	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MON0104_000000036151	1274	0.6182198503922768	1	1	1	1	0	True	8781	maximal	True	MON0104_000000036151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	93.82700000000001	11.0	3.4056567106549802e-06	LN590711.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG40, chromosome: 40	True	True
ISR0067_000000024435	1273	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.22727010211333995		0	0	False	False	1.0	0		MOBV			mobilizable	other	1084.0	96.771	100.0	0.14380560350551055	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0127_000000015313	1273	0.6182198503922768	2	1	1	1	0	True	41040	fragment	False	FIJ0127_000000015313	1.0		0	0	False	False	0.9905734658241272	0					non-mobilizable	no_good_hit								True	True
FIJ0147_000000017338	1273	0.6182198503922768	1	1	1	1	0	True	47275	fragment	False	FIJ0042_000000018461	0.7556108355468248		0	0	False	False	1.0	0					non-mobilizable	plasmid	501.0	97.605	95.0	0.1277139208173691	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ENG0142_000000027210	1273	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.620656716842927		0	0	False	False	0.9929301142692566	0					non-mobilizable	other	1274.0	99.05799999999999	100.0	0.2089012974215799	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0045_01_000000011345	1273	0.6182198503922768	1	1	1	1	0	True	33798	fragment	False	USA0045_01_000000011345	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	1273.0	99.84299999999999	100.0	0.2089012974215799	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0821_000000025999	1272	0.6182198503922768	2	1	1	1	0	True	58501	fragment	False	ENG0129_000000020901	0.6153055983564458		0	0	False	False	0.9976415038108826	0					non-mobilizable	no_good_hit								True	True
CHI0019_000000006722	1271	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.1917900540748758		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	95.34299999999999	99.0	0.39836375078665825	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
MON0012_000000045378	1271	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.16590840768882137		0	0	False	False	1.0	0		MOBV			mobilizable	other	1271.0	99.764	100.0	0.1686363032797769	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0001_000000021761	1271	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.12609441351015097		0	0	False	False	0.9984264373779297	0					non-mobilizable	plasmid	1252.0	94.169	99.0	0.22640825937330195	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
USA0018_01_000000016910	1270	0.6182198503922768	1	1	1	1	0	True	1853	fragment	False	USA0018_01_000000016910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	864.0	92.13	84.0	0.0003842245692199973	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0011_000000022768	1270	0.6182198503922768	1	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.9805141895528154		0	0	False	False	0.9921259880065918	0					non-mobilizable	other	1301.0	84.781	100.0	0.2577503974562798	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
MON0071_000000009463	1270	0.6182198503922768	2	1	1	1	0	True	68683	fragment	False	MON0033_000000046320	0.9692585676763031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	92.51	60.0	0.11762885002321621	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
MON0070_000000027591	1269	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.07925759760374056		0	0	False	False	0.978723406791687	0		MOBV			mobilizable	other	1268.0	97.95	100.0	0.16823794980746248	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0378_000000025948	1269	0.6182198503922768	2	1	1	1	0	True	123979	fragment	False	ISR0113_000000009556	0.20324800471170182		0	0	False	False	0.9984239339828491	0					non-mobilizable	other	1272.0	86.557	100.0	0.009764286429335982	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
ISR0027_000000020160	1268	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.09923024416965003		0	0	False	False	0.9992113709449768	0					non-mobilizable	other	1268.0	99.921	100.0	0.3986784140969163	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
SPA0076_000000014052	1267	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.08759011286961467		0	0	False	False	0.9992107152938843	0					non-mobilizable	no_good_hit	664.0	73.343	52.0	0.0007307136227331143	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
ENG0122_000000023632	1266	0.6182198503922768	2	1	1	1	0	True	58999	fragment	False	ENG0122_000000023632	0.9853639240506329		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	98.025	100.0	0.20626120984836133	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0144_000000013660	1266	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.1347294183215143		0	0	False	False	0.998420238494873	0					non-mobilizable	chromosome	1258.0	97.29700000000001	99.0	0.000423098840534148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0135_000000017924	1265	0.6182198503922768	1	1	1	1	0	True	58062	fragment	False	ENG0135_000000017924	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1272.0	92.846	100.0	0.00041259655656372625	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	True
CAN0008_000000022217	1265	0.6182198503922768	1	1	1	1	0	True	101360	fragment	False	CAN0008_000000022217	0.9174348037307832		0	0	False	False	0.999209463596344	0					non-mobilizable	chromosome	1146.0	88.39399999999999	90.0	0.0003121890411258488	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ENG0188_000000019907	1264	0.6182198503922768	2	1	1	1	0	True	58999	fragment	False	ENG0122_000000023632	0.9845971563981043		0	0	False	False	0.9952531456947327	0					non-mobilizable	other	1264.0	99.84200000000001	100.0	0.20593510516875918	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0064_01_000000006566	1263	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6533160561979786		0	0	False	False	0.9904988408088684	0		MOBV			mobilizable	plasmid	1263.0	99.446	100.0	0.2116739349211674	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
MON0106_000000035324	1262	0.6182198503922768	1	1	1	1	0	True	64985	fragment	False	MON0106_000000035324	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	90.5	95.0	0.008126496584565083	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0043_000000017636	1261	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.10449638553815965		0	0	False	False	0.9825535416603088	0					non-mobilizable	no_good_hit	673.0	74.74	52.0	0.0007374071826360131	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
CHI0031_000000007961	1260	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.1046120150459047		0	0	False	False	0.9896825551986694	0					non-mobilizable	other	1260.0	93.492	100.0	0.00039105057276309427	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0797_000000008695	1260	0.6182198503922768	1	1	1	1	0	True	21931	fragment	False	ISR0797_000000008695	1.0		0	0	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	0.00029125607650326275	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	True
SPA0006_000000024947	1260	0.6182198503922768	2	1	1	1	0	True	20604	fragment	False	MON0033_000000045542	0.9513131767262374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	76.44	59.0	0.002151629644292587	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
FIJ0031_000000020270	1260	0.6182198503922768	2	1	1	1	0	True	106051	fragment	False	FIJ0031_000000020270	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1241.0	95.00399999999999	98.0	0.0002757409397180009	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
FIJ0092_000000029910	1259	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.19148771178908774		0	0	False	False	0.9984114170074463	0					non-mobilizable	plasmid	1253.0	98.484	99.0	0.22677051258829922	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0067_000000020622	1259	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.36612504059958834	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1259.0	96.902	100.0	0.002303987106463252	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0080_000000022762	1258	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.15498143437920778		0	0	False	False	0.9992051124572754	0		MOBV			mobilizable	other	1258.0	99.603	100.0	0.20495679112995271	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0090_000000024174	1258	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.029714962308704754		0	0	False	False	0.9912559390068054	0					non-mobilizable	chromosome	1180.0	93.729	100.0	0.0004146248597774011	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0005_000000016217	1257	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.1486949308239709		0	0	False	False	1.0	0		MOBV			mobilizable	other	1256.0	97.45200000000001	99.0	0.18587085308056872	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ENG0145_000000022623	1256	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.19672473075040675		0	0	False	False	1.0	0					non-mobilizable	other	1044.0	96.648	100.0	0.13849422387465143	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0071_000000015886	1255	0.6182198503922768	1	1	1	1	0	True	130965	fragment	False	ISR0310_000000013974	0.6392806504892689		0	0	False	False	0.9984063506126404	0					non-mobilizable	plasmid	715.0	99.301	100.0	0.25739005046863733	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
FIJ0008_000000023018	1253	0.6182198503922768	1	1	1	1	0	True	129320	maximal	True	FIJ0008_000000023018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1116.0	99.73100000000001	89.0	0.17257390496827116	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
AST0149_000000021161	1253	0.6182198503922768	1	1	1	1	0	True	104321	fragment	False	AST0149_000000021161	0.9922145328719723		0	0	False	False	0.994413435459137	0					non-mobilizable	no_good_hit								True	True
ISR0309_000000016727	1251	0.6182198503922768	2	1	1	1	0	True	25363	fragment	False	ISR0309_000000016727	1.0		0	0	False	False	0.9944044947624207	0					non-mobilizable	no_good_hit								True	True
MON0022_000000025447	1251	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.09526831709904865		0	0	False	False	0.9792166352272034	0					non-mobilizable	plasmid	1151.0	98.87100000000001	92.0	0.20829559862343777	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
USA0046_01_000000009235	1251	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.13637143861040527		0	0	False	False	0.9976019263267517	0					non-mobilizable	other	1255.0	93.625	100.0	0.16292657017660336	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0045_000000034667	1251	0.6182198503922768	2	1	1	1	0	True	96863	fragment	False	MON0026_000000040873	0.5656948744410044		0	0	False	False	0.9672262072563171	0					non-mobilizable	no_good_hit	814.0	82.18700000000001	65.0	0.00031803884152293156	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
CHI0119_000000010618	1251	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.08397058943114975		0	0	False	False	1.0	0					non-mobilizable	chromosome	1251.0	97.762	100.0	0.00042074268151764916	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0066_000000025779	1250	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.15786918913893347		0	0	False	False	1.0	0		MOBV			mobilizable	other	1250.0	99.92	100.0	0.2036523724115441	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0167_000000018506	1250	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.16005102575149877		0	0	False	False	0.9944000244140625	0		MOBV			mobilizable	other	1250.0	96.0	100.0	0.2049597635079652	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
CHI0135_000000015259	1249	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.1429604699122019		0	0	False	False	0.9759807586669922	0		MOBV			mobilizable	plasmid	1260.0	83.25399999999999	100.0	0.2088768422835846	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
USA0030_01_000000013248	1249	0.6182198503922768	1	1	1	1	0	True	1553	maximal	True	USA0030_01_000000013248	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	76.79	37.0	0.0029397039756607914	NZ_FOAT01000009.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	True
ISR0074_000000024302	1249	0.6182198503922768	1	1	1	1	0	True	34668	fragment	False	ISR0074_000000024302	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	80.899	14.0	0.026519169571147142	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
FIJ0128_000000021298	1247	0.6182198503922768	1	1	1	1	0	True	40982	fragment	False	FIJ0128_000000021298	1.0		0	0	False	False	0.9951884746551514	0					non-mobilizable	no_good_hit	803.0	88.667	64.0	0.00022326617253018755	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0167_000000020497	1247	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6231163851098327		0	0	False	False	0.9975942373275757	0					non-mobilizable	other	1247.0	99.84	100.0	0.2046313023484973	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0147_000000012501	1246	0.6182198503922768	1	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.6721786566470904		0	0	False	False	1.0	0					non-mobilizable	chromosome	1247.0	91.98100000000001	100.0	0.0005801724660594444	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ENG0055_000000015511	1246	0.6182198503922768	1	1	1	1	0	True	76738	fragment	False	DEN0001_000000033817	0.9472896167825035		0	0	False	False	0.9991974234580994	0					non-mobilizable	other	1254.0	85.805	100.0	0.24741653418124007	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0144_000000006748	1245	0.6182198503922768	1	1	1	1	0	True	31086	fragment	False	ISR0207_000000022676	0.9637789395070948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.68689467305886e-07	CP045891.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 2	True	True
USA0048_01_000000012798	1244	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.02313946094786801		0	0	False	False	0.9975883960723877	0		MOBV			mobilizable	other	1249.0	91.59299999999999	100.0	0.19068255687973998	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0207_000000024510	1244	0.6182198503922768	2	1	1	1	0	True	28555	maximal	True	ISR0207_000000024510	1.0		0	0	False	False	0.9774919748306274	0					non-mobilizable	no_good_hit	792.0	76.263	62.0	0.0022204817929099498	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
ISR0319_000000016749	1243	0.6182198503922768	1	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.9717027987352136		0	0	False	False	0.9806918501853943	0					non-mobilizable	other	1274.0	84.615	100.0	0.25238473767885533	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
FIJ0030_000000031038	1243	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.1272326081078531		0	0	False	False	0.9975864887237549	0					non-mobilizable	other	1247.0	95.589	100.0	0.1840936018957346	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
MON0093_000000037776	1243	0.6182198503922768	1	1	1	1	0	True	9365	fragment	False	MON0093_000000037776	1.0		0	0	False	False	0.9967820048332214	0					non-mobilizable	plasmid	1246.0	88.363	100.0	0.44616492617933023	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ENG0130_000000022951	1242	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.34390477391106977	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1242.0	95.411	100.0	0.0022728521455650996	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0023_000000026854	1242	0.6182198503922768	1	1	1	1	0	True	37492	fragment	False	ISR0023_000000026854	1.0		0	0	False	False	0.9871175289154053	0					non-mobilizable	no_good_hit	577.0	75.217	45.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
USA0125_01_000000018589	1242	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.029569378238986307		0	0	False	False	1.0	0					non-mobilizable	other	886.0	91.196	97.0	0.13682092555331993	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0024_01_000000017120	1241	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.5892092938826194		0	0	False	False	0.998388409614563	0					non-mobilizable	other	1241.0	99.758	100.0	0.20364591887009362	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0045_000000016139	1241	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.2845336348171824		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	93.675	100.0	0.003954025324817622	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
SPA0125_000000025752	1241	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.14558391014697514		0	0	False	False	1.0	0		MOBV			mobilizable	other	1241.0	100.0	100.0	0.16465276855663258	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0091_01_000000008291	1241	0.6182198503922768	2	1	1	1	0	True	40658	fragment	False	FIJ0133_000000030879	0.9672712933753943		0	0	False	False	0.9838839769363403	0					non-mobilizable	no_good_hit	644.0	98.758	52.0	0.08538042756606029	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
USA0006_01_000000018925	1240	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.029553042637658202		0	0	False	False	0.9975806474685669	0					non-mobilizable	other	886.0	91.309	97.0	0.13682092555331993	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0145_000000022851	1240	0.6182198503922768	1	1	1	1	0	True	57458	maximal	True	ENG0145_000000022851	1.0		2	1	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	85.0	85.882	7.0	1.2149602500565994e-05	CP034446.1	a-proteobacteria	Mesorhizobium sp. M2A.F.Ca.ET.043.05.1.1 chromosome, complete genome	True	True
ISR0152_000000019133	1240	0.6182198503922768	2	1	1	1	0	True	77003	fragment	False	CHI0188_000000012855	0.9573934837092732		0	0	False	False	0.9975806474685669	0					non-mobilizable	no_good_hit	1106.0	94.756	89.0	0.04441404835659975	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
SPA0075_000000018639	1240	0.6182198503922768	1	1	1	1	0	True	5764	fragment	False	SPA0075_000000018639	1.0		0	0	False	False	0.9967741966247559	0					non-mobilizable	chromosome	1195.0	89.456	96.0	0.0003321153913073738	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
DEN0008_000000007556	1239	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.14041491504268988		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	95.165	100.0	0.18350118483412323	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
CHI0131_000000014830	1239	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.033512132016481136		0	0	False	False	0.9991928935050964	0		MOBV			mobilizable	other	1212.0	98.35	98.0	0.18743228602383533	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0138_000000022016	1239	0.6182198503922768	1	1	1	1	0	True	10688	fragment	False	SPA0138_000000022016	1.0		0	0	False	False	0.9895076751708984	0					non-mobilizable	no_good_hit	42.0	97.619	3.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ENG0115_000000017510	1238	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.14874969922763584		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	99.596	100.0	0.16412163059354667	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MAD0109_000000011569	1238	0.6182198503922768	2	1	1	1	0	True	15698	fragment	False	MAD0109_000000011569	0.9664735099337748		0	0	False	False	0.9612277746200562	0					non-mobilizable	chromosome	1238.0	98.304	100.0	0.0003440860215053763	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0109_000000019284	1238	0.6182198503922768	1	1	1	1	0	True	106048	fragment	False	FIJ0109_000000019284	0.9665404635168873		0	0	False	False	1.0	0					non-mobilizable	chromosome	1238.0	99.919	100.0	0.00027529583731329064	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0088_000000020319	1238	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.1539058508780468		0	0	False	False	1.0	0		MOBV			mobilizable	other	1238.0	98.061	100.0	0.16425441508431815	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0058_000000028029	1238	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6055657376498074		0	0	False	False	0.9959612488746643	0					non-mobilizable	other	1238.0	99.919	100.0	0.20315322713089176	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0150_000000022503	1237	0.6182198503922768	2	1	1	1	0	True	103850	fragment	False	AST0150_000000022503	0.9747687132043734		0	0	False	False	0.9911075234413147	0					non-mobilizable	chromosome	1218.0	100.0	98.0	0.00027084481326618813	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
MON0007_000000053303	1237	0.6182198503922768	2	1	1	1	0	True	67651	fragment	False	ENG0077_000000014604	0.46172161172161175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0016_000000018878	1236	0.6182198503922768	1	1	1	1	0	True	122984	fragment	False	ISR0170_000000038153	0.7349445381533461		0	0	False	False	0.9975728392601013	0					non-mobilizable	other	1236.0	98.786	100.0	0.009510168564850109	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
USA0057_01_000000026389	1236	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.10511470849941856		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	95.396	100.0	0.16359049263046077	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
USA0009_01_000000021030	1236	0.6182198503922768	1	1	1	1	0	True	87502	fragment	False	USA0009_01_000000021030	1.0		0	0	False	False	0.9902912378311157	0					non-mobilizable	other	1162.0	99.225	94.0	0.17938399628540475	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0071_000000016096	1236	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6213508553043673		0	0	False	False	0.9700646996498108	0					non-mobilizable	other	1236.0	99.919	100.0	0.20282476597142388	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0041_000000019323	1235	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6211363101684676		0	0	False	False	0.991093099117279	0					non-mobilizable	other	1235.0	99.919	100.0	0.20266053539168993	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0068_000000016611	1234	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.17119041696866785		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	99.352	100.0	0.16372327712123225	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0077_000000030194	1233	0.6182198503922768	1	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.6035073848797349		0	0	False	False	1.0	0					non-mobilizable	chromosome	1233.0	93.917	100.0	0.0005745759470942407	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
MAD0047_000000039077	1233	0.6182198503922768	2	1	1	1	0	True	17601	maximal	True	MAD0047_000000039077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0082_000000029631	1233	0.6182198503922768	1	1	1	1	0	True	9904	fragment	False	MON0082_000000029631	1.0		0	0	False	False	0.9902676343917847	0					non-mobilizable	chromosome	1165.0	81.03	94.0	0.17571255306246208	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0785_000000031568	1232	0.6182198503922768	1	1	1	1	0	True	22157	fragment	False	ISR0785_000000031568	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1180.0	97.03399999999999	96.0	0.2135482702408984	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0232_000000024228	1232	0.6182198503922768	2	1	1	1	0	True	27415	fragment	False	ISR0232_000000024228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0377_000000013490	1232	0.6182198503922768	1	1	1	1	0	True	23292	maximal	True	ISR0377_000000013490	1.0		0	0	False	False	0.9902597665786743	0					non-mobilizable	no_good_hit	1031.0	91.368	84.0	0.005926941375695508	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0044_000000020188	1232	0.6182198503922768	1	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.6651965488719404		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	93.154	99.0	0.0005717776876116389	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ISR0185_000000027027	1232	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.38740982047982586		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	93.204	100.0	0.003919090161305178	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ENG0125_000000021731	1232	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.573656318645271		0	0	False	False	0.9967532753944397	0					non-mobilizable	other	1232.0	99.919	100.0	0.2021678436524881	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0044_000000046740	1231	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.13462627464345694		0	0	False	False	0.9975629448890686	0					non-mobilizable	other	1231.0	95.045	100.0	0.3870358716173694	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
CHI0068_000000013585	1231	0.6182198503922768	2	1	1	1	0	True	85097	maximal	True	CHI0068_000000013585	1.0		16	6	False	False	1.0	0					non-mobilizable	other	1234.0	84.198	100.0	0.00034944746989812374	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
AST0002_000000030512	1230	0.6182198503922768	1	1	1	1	0	True	130965	fragment	False	ISR0310_000000013974	0.632997947885544		0	0	False	False	1.0	0					non-mobilizable	plasmid	690.0	99.275	100.0	0.2483777937995674	HG796374.1	bacteria	Uncultured bacterium plasmid pRGI00813	False	True
ISR0812_000000032044	1230	0.6182198503922768	1	1	1	1	0	True	21614	fragment	False	ISR0812_000000032044	1.0		0	0	False	False	0.9991869926452637	0					non-mobilizable	no_good_hit	1018.0	92.829	83.0	0.000226334572795163	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0138_000000022199	1230	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.07791368017010755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	87.60799999999999	66.0	0.00962894226250015	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0051_000000029452	1229	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.12945706060482567		0	0	False	False	1.0	0		MOBV			mobilizable	other	1229.0	100.0	100.0	0.2002282732757215	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0005_01_000000024786	1228	0.6182198503922768	1	1	1	1	0	True	122984	fragment	False	ISR0170_000000038153	0.5605584687537857		0	0	False	False	0.9918566942214966	0					non-mobilizable	other	1226.0	95.677	99.0	0.009433163151369542	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
SPA0144_000000015641	1227	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.6026117400920425		0	0	False	False	0.9910350441932678	0					non-mobilizable	other	1227.0	99.59299999999999	100.0	0.20134669075381836	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0074_000000019163	1227	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.14500975531418867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	72.96	66.0	0.00022995046210045036	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
USA0133_01_000000016655	1227	0.6182198503922768	1	1	1	1	0	True	55	maximal	True	USA0133_01_000000016655	1.0		0	0	False	False	0.980440080165863	0					non-mobilizable	no_good_hit	1068.0	99.906	87.0	0.00023746213291291927	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0807_000000012288	1226	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.15505675409001338		0	0	False	False	1.0	0		MOBV			mobilizable	other	1226.0	98.613	100.0	0.16252821670428894	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0156_000000019787	1226	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.046105435453123		0	0	False	False	0.9600326418876648	0					non-mobilizable	other	1235.0	83.23899999999999	100.0	0.17772511848341233	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
CHI0046_000000009451	1225	0.6182198503922768	2	1	1	1	0	True	87031	maximal	True	CHI0046_000000009451	1.0		0	0	False	False	0.9853061437606812	0					non-mobilizable	no_good_hit	967.0	89.866	79.0	0.00037843092733616393	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
ISR0839_000000017756	1225	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.03181216955590771		0	0	False	False	1.0	0					non-mobilizable	chromosome	1228.0	90.79799999999999	100.0	0.18556701030927836	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0063_000000024457	1225	0.6182198503922768	2	1	1	1	0	True	68683	fragment	False	MON0033_000000046320	0.9682415586360786		0	0	False	False	0.9991836547851562	0					non-mobilizable	no_good_hit	771.0	92.60700000000001	63.0	0.11917659804983749	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
DEN0062_000000018034	1225	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.09268257409113508		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	97.38799999999999	100.0	0.00041199123374208207	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0039_000000023261	1224	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.3277657768169109		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	93.00200000000001	100.0	0.006065797813341784	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
MON0005_000000044837	1224	0.6182198503922768	2	1	1	1	0	True	68683	fragment	False	MON0033_000000046320	0.9682228111532013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	92.60700000000001	63.0	0.11917659804983749	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
DEN0082_000000035454	1224	0.6182198503922768	1	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.9581000999191951		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	84.455	99.0	0.2043028411890294	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0355_000000017783	1224	0.6182198503922768	1	1	1	1	0	True	23939	fragment	False	ISR0355_000000017783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0078_000000021021	1223	0.6182198503922768	2	1	1	1	0	True	61882	fragment	False	ENG0078_000000021021	0.9639084507042254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	70.798	65.0	0.013116354759967454	NZ_NFLJ01000013.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_13, whole genome shotgun sequence	True	True
ISR0086_000000023672	1223	0.6182198503922768	1	1	1	1	0	True	37328	fragment	False	ISR0086_000000023672	0.9866838487972509		0	0	False	False	0.9787408113479614	0					non-mobilizable	no_good_hit								True	True
ISR0089_000000026033	1223	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.5569096048177475		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	99.91799999999999	100.0	0.20068976843488257	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0119_000000025586	1223	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.3251881242248191	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1223.0	94.84899999999999	100.0	0.00037053040123105846	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ENG0083_000000018916	1223	0.6182198503922768	1	1	1	1	0	True	61551	fragment	False	ISR0310_000000013637	0.9514974265679513		0	0	False	False	0.9983646869659424	0					non-mobilizable	other	1224.0	95.507	100.0	0.010656481093902609	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0372_000000014494	1222	0.6182198503922768	1	1	1	1	0	True	23447	maximal	True	ISR0372_000000014494	1.0		1	1	False	False	0.9983633160591125	0					non-mobilizable	chromosome	846.0	91.25299999999999	91.0	0.0003761919998286385	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CHI0124_000000011869	1222	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.04143668135711291		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	82.23299999999999	100.0	0.19789784857940548	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0008_000000024904	1221	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.5719371057551239		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	99.91799999999999	100.0	0.20036130727541468	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0814_000000034766	1221	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.09019198411869153		0	0	False	False	0.9975429773330688	0		MOBV			mobilizable	other	1221.0	99.509	100.0	0.1806872037914692	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ENG0034_000000012338	1221	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.1418475082480486		0	0	False	False	0.9991809725761414	0		MOBV			mobilizable	other	1221.0	99.59	100.0	0.16199707874120303	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0054_000000020787	1221	0.6182198503922768	2	1	1	1	0	True	46296	maximal	False	FIJ0125_000000014112	0.955497382198953		0	0	False	False	0.9901719689369202	0					non-mobilizable	no_good_hit	193.0	79.275	15.0	0.04827586206896552	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0063_000000042015	1220	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.08250214728596417	PS1022	0	0	False	True	0.9934425950050354	0					non-mobilizable	chromosome	1220.0	95.902	100.0	0.0005493393732123375	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ENG0076_000000010528	1220	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.13529317210569491		0	0	False	False	0.9918032884597778	0					non-mobilizable	other	1220.0	99.18	100.0	0.18053909952606634	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
FIJ0125_000000015313	1220	0.6182198503922768	2	1	1	1	0	True	83223	fragment	False	MON0053_000000032412	0.3364008177090177		0	0	False	False	0.9860655665397644	0					non-mobilizable	other	1198.0	90.902	98.0	0.00029323277116492113	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0044_000000023374	1219	0.6182198503922768	2	1	1	1	0	True	6778	fragment	False	SPA0044_000000023374	1.0		0	0	False	False	0.963904857635498	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0053254437869822485	HG796297.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00289	True	True
ISR0209_000000022770	1219	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.08715585368500864		0	0	False	False	1.0	0					non-mobilizable	chromosome	1219.0	95.734	100.0	0.0004099716688707973	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0024_000000020484	1219	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.5715326134962947		0	0	False	False	0.9975389838218689	0					non-mobilizable	other	1219.0	99.91799999999999	100.0	0.2000328461159468	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
FIJ0010_000000015777	1219	0.6182198503922768	2	1	1	1	0	True	101363	fragment	False	FIJ0029_000000020785	0.4650258899757156		0	0	False	False	0.9917965531349182	0					non-mobilizable	chromosome	1222.0	90.18	100.0	0.0003329651944757302	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
DEN0067_000000027271	1219	0.6182198503922768	1	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.18705801093949553		0	0	False	False	1.0	0					non-mobilizable	chromosome	1223.0	88.14399999999999	99.0	0.000568979428129037	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
CHI0113_000000006840	1219	0.6182198503922768	2	1	1	1	0	True	82333	maximal	True	CHI0113_000000006840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	95.977	14.0	0.07383696116090482	KU547326.1	bacteria	Uncultured bacterium clone TE_08A_000_Contig_5 genomic sequence	True	True
USA0026_01_000000026763	1219	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.12495117087171997		0	0	False	False	0.9934372305870056	0					non-mobilizable	no_good_hit	698.0	73.639	57.0	0.0007686437955162073	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
SPA0112_000000027309	1218	0.6182198503922768	1	1	1	1	0	True	4514	fragment	False	SPA0112_000000027309	1.0		0	0	False	False	0.9983579516410828	0					non-mobilizable	no_good_hit								True	True
ISR0266_000000017647	1218	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.048507737955135716		0	0	False	False	0.9983579516410828	0					non-mobilizable	other	1219.0	85.316	100.0	0.0518689352073452	NZ_JAAITU010000054.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_54_length_22981_cov_152.043, whole genome shotgun sequence	False	True
USA0057_01_000000026801	1218	0.6182198503922768	2	1	1	1	0	True	955	maximal	True	USA0057_01_000000026801	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	86.82600000000001	27.0	0.0035535837353549275	NZ_DS483540.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_20, whole genome shotgun sequence	True	True
ENG0105_000000018729	1218	0.6182198503922768	2	1	1	1	0	True	60125	maximal	True	ENG0105_000000018729	1.0		4	1	False	False	0.9958949089050293	0					non-mobilizable	no_good_hit								True	True
ISR0353_000000029692	1218	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.20200068952385902	PS1022	0	0	False	True	0.9967159032821655	0					non-mobilizable	other	1216.0	94.243	100.0	0.0060162810964981776	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
DEN0067_000000027319	1217	0.6182198503922768	1	1	1	1	0	True	70790	fragment	False	DEN0067_000000027319	0.968102734051367		0	0	False	False	0.9876745939254761	0					non-mobilizable	plasmid	1213.0	97.115	99.0	0.4364422038170688	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
MON0025_000000035530	1217	0.6182198503922768	2	1	1	1	0	True	12783	fragment	False	MON0025_000000035530	1.0		0	0	False	False	0.9991782903671265	0					non-mobilizable	no_good_hit	972.0	76.646	79.0	0.0004032536956189127	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0056_000000029386	1217	0.6182198503922768	2	1	1	1	0	True	6356	fragment	False	SPA0056_000000029386	1.0		0	0	False	False	0.9958915114402771	0					non-mobilizable	no_good_hit								True	True
SPA0084_000000016056	1217	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.04789408598239616		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	100.0	100.0	0.01905000626644943	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0273_000000011668	1216	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.09743548059894044		0	0	False	False	0.9991776347160339	0					non-mobilizable	no_good_hit	813.0	78.229	68.0	0.0001971230334586928	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0285_000000016485	1215	0.6182198503922768	1	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.8843637131084384		0	0	False	False	0.9909465312957764	0					non-mobilizable	other	1041.0	84.53399999999999	100.0	0.2064785373608903	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0164_000000023505	1215	0.6182198503922768	2	1	1	1	0	True	123979	fragment	False	ISR0113_000000009556	0.16575578130709204		0	0	False	False	0.9843621253967285	0					non-mobilizable	other	1218.0	87.685	100.0	0.009348457196540916	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
MAD0047_000000039735	1214	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.07919197539032388		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	93.837	100.0	0.014926656674611169	NZ_JAAITU010000015.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_15_length_81398_cov_163.319, whole genome shotgun sequence	False	True
SPA0109_000000028415	1214	0.6182198503922768	2	1	1	1	0	True	4642	fragment	False	SPA0109_000000028415	1.0		0	0	False	False	0.9942339658737183	0					non-mobilizable	no_good_hit								True	True
MON0013_000000047240	1212	0.6182198503922768	2	1	1	1	0	True	13477	maximal	True	MON0013_000000047240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0106_000000036928	1212	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.11832714838169836		0	0	False	False	0.9983498454093933	0		MOBV			mobilizable	other	1216.0	94.079	100.0	0.1976194358389043	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0094_000000004375	1212	0.6182198503922768	1	1	1	1	0	True	101360	fragment	False	CAN0008_000000022217	0.6032341249884924		0	0	False	False	1.0	0					non-mobilizable	chromosome	1115.0	87.803	92.0	0.000303987927961422	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
MON0027_000000034367	1211	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.09450682179494407		0	0	False	False	0.9867877960205078	0					non-mobilizable	other	1211.0	98.266	100.0	0.2046684709066306	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0162_000000032324	1211	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.128325183733574		0	0	False	False	0.9983484745025635	0		MOBV			mobilizable	other	1211.0	96.78	100.0	0.16053644934271677	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0286_000000017712	1210	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.0753930976412875	PS1022	0	0	False	True	0.9991735816001892	0					non-mobilizable	chromosome	1210.0	95.124	100.0	0.0005448328976322527	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
DEN0090_000000025317	1210	0.6182198503922768	2	1	1	1	0	True	68683	fragment	False	MON0033_000000046320	0.9605983967966369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	92.68299999999999	64.0	0.1204147964711345	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ISR0114_000000023286	1209	0.6182198503922768	2	1	1	1	0	True	32520	maximal	True	ISR0114_000000023286	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0266_000000017804	1209	0.6182198503922768	2	1	1	1	0	True	83223	fragment	False	MON0053_000000032412	0.45094777228189054		0	0	False	False	0.9900744557380676	0					non-mobilizable	other	1190.0	100.0	98.0	0.0002915165258487385	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0005_000000045437	1209	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.07308775987420961		0	0	False	False	0.9925558567047119	0		MOBV			mobilizable	other	1198.0	96.745	100.0	0.15894303545345903	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0159_000000019107	1208	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.07639441828797709		0	0	False	False	0.9710264801979065	0					non-mobilizable	no_good_hit	785.0	85.86	65.0	0.009110738861639692	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0153_000000024491	1208	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.07177547794676467		0	0	False	False	0.9958609342575073	0		MOBV			mobilizable	other	1156.0	95.415	100.0	0.18816240013044186	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0061_01_000000009076	1208	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.5675586211942015		0	0	False	False	1.0	0					non-mobilizable	plasmid	1208.0	100.0	100.0	0.20244884267024488	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
MAD0092_000000015585	1208	0.6182198503922768	2	1	1	1	0	True	15698	fragment	False	MAD0109_000000011569	0.9555735056542811		0	0	False	False	1.0	0					non-mobilizable	chromosome	1208.0	97.185	100.0	0.00033601280579044436	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
DEN0041_000000028185	1208	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.3143863041511063	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1208.0	95.861	100.0	0.0022105822237687956	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0001_000000017889	1207	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.06850111401979958		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	97.68	100.0	0.0003751845590710356	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0083_000000034097	1207	0.6182198503922768	1	1	1	1	0	True	70790	fragment	False	DEN0067_000000027319	0.9642563681183238		0	0	False	False	1.0	0					non-mobilizable	plasmid	1207.0	96.10600000000001	100.0	0.43428159884767736	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
FIJ0080_000000019777	1207	0.6182198503922768	2	1	1	1	0	True	81523	fragment	False	FIJ0051_000000016771	0.39528905318812974		0	0	False	False	0.9842584729194641	0					non-mobilizable	plasmid	850.0	88.941	99.0	0.21660280970625798	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ENG0036_000000021376	1207	0.6182198503922768	2	1	1	1	0	True	65266	maximal	True	ENG0036_000000021376	1.0		1	1	False	False	0.9884009957313538	0					non-mobilizable	no_good_hit								True	True
SPA0047_000000032093	1207	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.22117643609709794		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	90.115	100.0	0.005991522738076374	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ENG0058_000000028781	1207	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.20701278318190072	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1073.0	98.788	94.0	0.005609599112511185	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0332_000000012868	1206	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.07320788039118913		0	0	False	False	1.0	0					non-mobilizable	other	979.0	96.62899999999999	99.0	0.1298632319745054	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0192_000000019168	1206	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.44385508436181575		0	0	False	False	0.9701492786407471	0					non-mobilizable	other	1206.0	99.834	100.0	0.19789784857940548	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0051_000000024866	1206	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.5378592608494761		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	99.917	100.0	0.19789784857940548	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
USA0006_01_000000019472	1205	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.1005897738075074		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	99.585	100.0	0.22894086328199278	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MON0048_000000034294	1205	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.07639048825618523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	89.696	63.0	0.009026380168476362	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0056_000000008871	1205	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.10069484115052114		0	0	False	False	0.9875518679618835	0					non-mobilizable	other	1205.0	99.585	100.0	0.18634886240520043	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0064_000000019851	1203	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.158226068447971		0	0	False	False	0.9966749548912048	0					non-mobilizable	other	1203.0	99.834	100.0	0.15960695790731644	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0114_000000034331	1203	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.07127656470419078		0	0	False	False	1.0	0					non-mobilizable	chromosome	1203.0	96.675	100.0	0.0004045861625473714	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0814_000000035320	1203	0.6182198503922768	1	1	1	1	0	True	21493	fragment	False	ISR0814_000000035320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0112_000000022969	1203	0.6182198503922768	1	1	1	1	0	True	59657	fragment	False	ISR0275_000000011752	0.922859450726979		0	0	False	False	0.994181215763092	0					non-mobilizable	no_good_hit	410.0	72.92699999999999	33.0	0.00010798132333162021	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0217_000000018709	1203	0.6182198503922768	1	1	1	1	0	True	28078	fragment	False	ISR0217_000000018709	1.0		0	0	False	False	0.9975062608718872	0					non-mobilizable	no_good_hit								True	True
FIJ0097_000000026173	1202	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.12228105112162367		0	0	False	False	0.9966722130775452	0					non-mobilizable	other	1202.0	96.256	100.0	0.37791063561988675	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
MON0021_000000025303	1202	0.6182198503922768	1	1	1	1	0	True	13046	fragment	False	MON0021_000000025303	0.9809734513274336		0	0	False	False	0.9866888523101807	0					non-mobilizable	chromosome	1207.0	84.258	99.0	0.18177683444511825	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0849_000000022426	1201	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.10075463815811386		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	99.917	100.0	0.18572976319455192	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0225_000000019170	1200	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.24954938120372286		0	0	False	False	0.9908333420753479	0					non-mobilizable	other	1206.0	81.26	100.0	0.005932102677864047	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ENG0164_000000017257	1200	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.5360978324558763		0	0	False	False	0.9883333444595337	0					non-mobilizable	plasmid	1200.0	100.0	100.0	0.2011070110701107	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
TAN0009_000000036463	1200	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.07314358915679856		0	0	False	False	1.0	0					non-mobilizable	chromosome	1201.0	92.42299999999999	100.0	0.00040391297425694316	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0133_000000032846	1200	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.031908608845929		0	0	False	False	0.9958333373069763	0					non-mobilizable	chromosome	1199.0	92.744	99.0	0.18147362037598544	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0060_01_000000009438	1199	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.014387775590876284		0	0	False	False	0.9891576170921326	0					non-mobilizable	other	1228.0	74.593	100.0	0.15881025096268755	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MAD0024_000000013717	1198	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.05516583126317103	PS1022	0	0	False	True	0.994991660118103	0					non-mobilizable	chromosome	1198.0	94.15700000000001	100.0	0.00036294999204057035	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ISR0306_000000008990	1198	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.13916797172398726		0	0	False	False	0.9991652965545654	0					non-mobilizable	other	1198.0	93.406	100.0	0.006195375594645425	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0083_000000023828	1197	0.6182198503922768	1	1	1	1	0	True	81523	fragment	False	FIJ0051_000000016771	0.5328971718015149		0	0	False	False	1.0	0					non-mobilizable	plasmid	768.0	91.27600000000001	99.0	0.19565772669220946	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
AST0002_000000031343	1197	0.6182198503922768	1	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.5389025010746104		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	92.559	99.0	0.0005573200136181961	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ENG0150_000000015187	1197	0.6182198503922768	1	1	1	1	0	True	76738	fragment	False	DEN0001_000000033817	0.9182935543957909		0	0	False	False	0.9916457533836365	0					non-mobilizable	plasmid	1200.0	96.25	100.0	0.17770861123462278	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
DEN0070_000000028693	1197	0.6182198503922768	1	1	1	1	0	True	76738	fragment	False	DEN0001_000000033817	0.9309821333555945		0	0	False	False	0.9983291625976562	0					non-mobilizable	plasmid	1197.0	100.0	100.0	0.17726396917148363	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
SPA0128_000000031573	1197	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.20777453112852093		0	0	False	False	1.0	0		MOBV			mobilizable	other	1197.0	99.916	100.0	0.19641977336179997	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0017_000000027215	1197	0.6182198503922768	1	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.947249385785375		0	0	False	False	0.9991645812988281	0					non-mobilizable	other	1223.0	84.301	99.0	0.2422496025437202	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0072_000000024826	1197	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.09550566877326938		0	0	False	False	1.0	0		MOBV			mobilizable	other	1197.0	97.494	100.0	0.15881025096268755	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0054_000000024318	1197	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.3116621461708773	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1197.0	94.82	100.0	0.002190436072599403	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0188_000000012855	1197	0.6182198503922768	2	1	1	1	0	True	77003	fragment	False	CHI0188_000000012855	0.9645161290322581		0	0	False	False	0.9757727384567261	0					non-mobilizable	no_good_hit	761.0	95.53200000000001	86.0	0.030534658245162327	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
AUS0006_000000022268	1197	0.6182198503922768	2	1	1	1	0	True	101935	fragment	False	AUS0006_000000022268	0.9942731277533039		0	0	False	False	0.9891394972801208	0					non-mobilizable	other	1077.0	95.822	90.0	0.043247374984913704	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0042_000000020411	1196	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.02878737303977476		0	0	False	False	0.9908027052879333	0					non-mobilizable	other	1196.0	99.916	100.0	0.18495588918124128	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0284_000000012648	1196	0.6182198503922768	1	1	1	1	0	True	106048	fragment	False	FIJ0109_000000019284	0.647593896713615		0	0	False	False	0.9448160529136658	0					non-mobilizable	chromosome	1078.0	100.0	90.0	0.00023968764493647053	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
USA0134_01_000000003631	1196	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.27441680468274954		0	0	False	False	0.9991638660430908	0					non-mobilizable	other	1197.0	97.32700000000001	100.0	0.006295470948640547	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0202_000000011548	1195	0.6182198503922768	2	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.06338655545349253		0	0	False	False	0.9924685955047607	0					non-mobilizable	other	1195.0	97.406	100.0	0.006290202772114488	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
FIJ0106_000000023674	1195	0.6182198503922768	1	1	1	1	0	True	42318	fragment	False	SPA0156_000000018902	0.5651838526099161		0	0	False	False	0.9974895119667053	0					non-mobilizable	no_good_hit								True	True
CHI0122_000000011946	1195	0.6182198503922768	2	1	1	1	0	True	83223	fragment	False	MON0053_000000032412	0.4029333849447597		0	0	False	False	0.9991631507873535	0					non-mobilizable	other	1196.0	93.478	100.0	0.0002927424153602975	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
USA0021_01_000000014806	1194	0.6182198503922768	2	1	1	1	0	True	55296	fragment	False	USA0021_01_000000014806	0.9510822510822511		0	0	False	False	0.999162495136261	0					non-mobilizable	no_good_hit	735.0	79.72800000000001	80.0	0.00019889249711293837	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0062_000000032498	1194	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.10069369858622139		0	0	False	False	0.9380234479904175	0					non-mobilizable	other	1194.0	99.916	100.0	0.18464633957591703	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
USA0082_01_000000024827	1194	0.6182198503922768	1	1	1	1	0	True	42318	fragment	False	SPA0156_000000018902	0.38398607484769365		0	0	False	False	0.9907872676849365	0					non-mobilizable	no_good_hit								True	True
ISR0821_000000028001	1193	0.6182198503922768	1	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.31004759496427425		0	0	False	False	0.9983235597610474	0					non-mobilizable	chromosome	1193.0	94.635	100.0	0.0005559208838768953	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ISR0029_000000034507	1193	0.6182198503922768	1	1	1	1	0	True	96835	fragment	False	DEN0061_000000031844	0.6109851347946585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	90.353	62.0	0.0002046142603612068	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0379_000000021238	1193	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.25907446091558095		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	97.069	100.0	0.00627966641906237	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
SPA0055_000000025473	1193	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.28370976802775816		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	96.65	100.0	0.0037888772791224287	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
SPA0131_000000024035	1192	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.07927538461144369		0	0	False	False	0.9932885766029358	0					non-mobilizable	chromosome	1187.0	92.249	99.0	0.1796543359611886	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0793_000000014320	1191	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.06704355325667188		0	0	False	False	0.9958018660545349	0		MOBV			mobilizable	other	1191.0	98.069	100.0	0.1762440758293839	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0858_000000009188	1191	0.6182198503922768	1	1	1	1	0	True	20451	fragment	False	ISR0858_000000009188	1.0		0	0	False	False	0.961376965045929	0					non-mobilizable	chromosome	1209.0	83.706	99.0	0.18117040630685263	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0046_000000019977	1191	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.44203403561011256		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	99.916	100.0	0.1954343898833963	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
MON0091_000000010523	1190	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.01946371592074947		0	0	False	False	0.9882352948188782	0		MOBV			mobilizable	other	1190.0	100.0	100.0	0.18402724036526855	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
CHI0162_000000028120	1190	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.19177662117895827		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1188.0	99.83200000000001	99.0	0.19909426366990943	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0134_000000031726	1190	0.6182198503922768	2	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.09454214210457478		0	0	False	False	0.9630252122879028	0					non-mobilizable	other	1181.0	95.34299999999999	99.0	0.19959404600811909	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0193_000000021989	1190	0.6182198503922768	1	1	1	1	0	True	29065	maximal	True	ISR0193_000000021989	1.0		11	6	False	False	0.9991596341133118	0					non-mobilizable	other	1193.0	82.31299999999999	100.0	0.01291170306340743	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0022_000000021468	1189	0.6182198503922768	2	1	1	1	0	True	49437	fragment	False	FIJ0022_000000021468	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	95.618	96.0	0.04582210242587601	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
AUS0002_000000031703	1189	0.6182198503922768	2	1	1	1	0	True	103850	fragment	False	AST0150_000000022503	0.9563459983831851		0	0	False	False	0.9991589784622192	0					non-mobilizable	chromosome	1189.0	100.0	100.0	0.000344379269411555	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
FIJ0092_000000031933	1189	0.6182198503922768	1	1	1	1	0	True	43265	fragment	False	FIJ0092_000000031933	1.0		0	0	False	False	0.9756097793579102	0					non-mobilizable	other	1139.0	90.95700000000001	99.0	0.008717012806000261	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
DEN0061_000000037065	1188	0.6182198503922768	2	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.35946253621631297		0	0	False	False	1.0	0					non-mobilizable	chromosome	1189.0	91.421	100.0	0.0005531226243942934	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ISR0069_000000021670	1188	0.6182198503922768	2	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.12604799074877132		0	0	False	False	0.9983165264129639	0					non-mobilizable	chromosome	1115.0	85.381	94.0	0.0005190771340226379	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ISR0803_000000013189	1188	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.10052097619130093		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	99.83200000000001	100.0	0.1837176907599443	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
AST0025_000000032828	1188	0.6182198503922768	1	1	1	1	0	True	119652	maximal	True	AST0025_000000032828	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0123_000000019756	1188	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.07602910003451864		0	0	False	False	0.997474730014801	0					non-mobilizable	no_good_hit	795.0	89.30799999999999	67.0	0.00948432735993444	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
TAN0013_000000010720	1187	0.6182198503922768	2	1	1	1	0	True	2555	fragment	False	TAN0013_000000010720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0087_000000011881	1187	0.6182198503922768	1	1	1	1	0	True	123979	fragment	False	ISR0113_000000009556	0.16600483673470598		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	86.05	100.0	0.009132842038795327	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
ISR0033_000000026689	1187	0.6182198503922768	1	1	1	1	0	True	36855	fragment	False	ISR0033_000000026689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0157_000000009957	1186	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.10050179877530543		0	0	False	False	0.9940978288650513	0					non-mobilizable	other	1186.0	100.0	100.0	0.18340814115462004	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0831_000000016047	1186	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.10050179877530543		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	100.0	100.0	0.18340814115462004	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ENG0057_000000023260	1186	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.12209879847973241		0	0	False	False	1.0	0		MOBV			mobilizable	other	1186.0	99.494	100.0	0.17550355450236968	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
MON0084_000000031698	1186	0.6182198503922768	1	1	1	1	0	True	101360	fragment	False	CAN0008_000000022217	0.9085876466635335		0	0	False	False	0.9898819327354431	0					non-mobilizable	chromosome	1154.0	88.821	97.0	0.0003146493750751769	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0120_000000031074	1185	0.6182198503922768	2	1	1	1	0	True	32238	fragment	False	ISR0120_000000031074	1.0		0	0	False	False	0.99915611743927	0					non-mobilizable	no_good_hit								True	True
ISR0166_000000018481	1185	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.09625380712249577		0	0	False	False	0.9670885801315308	0					non-mobilizable	other	1185.0	100.0	100.0	0.1832533663519579	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0160_000000025364	1185	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.09625380712249577		0	0	False	False	0.9932489395141602	0					non-mobilizable	other	1185.0	100.0	100.0	0.1832533663519579	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0091_000000024214	1185	0.6182198503922768	1	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.8780318066887568		0	0	False	False	0.9974683523178101	0					non-mobilizable	other	1011.0	84.37200000000001	100.0	0.20051669316375198	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0187_000000024312	1185	0.6182198503922768	2	1	1	1	0	True	83223	fragment	False	MON0053_000000032412	0.4025511694833962		0	0	False	False	0.9662446975708008	0					non-mobilizable	other	1185.0	100.0	100.0	0.0002902906363371794	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0102_000000026026	1185	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.1307397053462988		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	93.00200000000001	100.0	0.3722466960352423	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
AST0097_000000017417	1185	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.020277841217565498		0	0	False	False	1.0	0					non-mobilizable	chromosome	1199.0	88.741	100.0	0.18056397816858702	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MAD0074_000000004542	1184	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.09139596468819251		0	0	False	False	0.9881756901741028	0		MOBV			mobilizable	plasmid	1062.0	96.98700000000001	100.0	0.009149864606150502	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ISR0128_000000029514	1184	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.09579250969216306		0	0	False	False	0.9974662065505981	0					non-mobilizable	other	1184.0	100.0	100.0	0.009109740414751157	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
USA0032_01_000000017417	1184	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.19165385101214558		0	0	False	False	1.0	0		MOBV			mobilizable	other	1184.0	100.0	100.0	0.19428477582525866	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
DEN0009_000000003542	1184	0.6182198503922768	2	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.3004273604696635		0	0	False	False	0.9974662065505981	0					non-mobilizable	chromosome	1185.0	92.152	100.0	0.0005517234946529925	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
FIJ0075_000000016679	1184	0.6182198503922768	1	1	1	1	0	True	81523	fragment	False	FIJ0051_000000016771	0.656162071216455		0	0	False	False	1.0	0					non-mobilizable	plasmid	727.0	96.97399999999999	97.0	0.1854406130268199	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ISR0188_000000017339	1183	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.26778674909154154	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1183.0	95.943	100.0	0.0003584017465262775	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ISR0141_000000025792	1183	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.2685461065521894		0	0	False	False	0.9856297373771667	0					non-mobilizable	other	1184.0	97.973	100.0	0.0037571180395656605	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0032_000000028631	1183	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.2680548259864934	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1183.0	95.435	100.0	0.0005326654135660237	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
SPA0054_000000024573	1183	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.2408276535113283		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	92.795	100.0	0.00605840300496789	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
MON0002_000000024499	1183	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.06596556578651365		0	0	False	False	0.9721048474311829	0					non-mobilizable	no_good_hit	693.0	74.459	61.0	0.000759719048979009	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
ISR0394_000000016324	1182	0.6182198503922768	1	1	1	1	0	True	55485	fragment	False	ISR0394_000000016324	0.9682971014492754		0	0	False	False	1.0	0					non-mobilizable	plasmid	1182.0	97.039	100.0	0.4252790781418797	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
ISR0076_000000022608	1182	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.2746278883067198	PS1022	0	0	False	True	0.9983079433441162	0					non-mobilizable	chromosome	1182.0	96.193	100.0	0.00035809853015865797	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ENG0194_000000022350	1182	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.4244958326925668		0	0	False	False	0.9923858046531677	0					non-mobilizable	plasmid	1182.0	100.0	100.0	0.19808788996980878	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
DEN0078_000000030251	1181	0.6182198503922768	1	1	1	1	0	True	69666	fragment	False	DEN0078_000000030251	1.0		0	0	False	False	0.9974597692489624	0					non-mobilizable	no_good_hit								True	True
ISR0333_000000020558	1181	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.0729280905947025		0	0	False	False	0.9872989058494568	0					non-mobilizable	other	1164.0	98.711	99.0	0.15429557827645732	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MAD0002_000000039331	1181	0.6182198503922768	1	1	1	1	0	True	20122	fragment	False	MAD0002_000000039331	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	87.49	99.0	0.013362068965517242	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
USA0031_01_000000022183	1181	0.6182198503922768	1	1	1	1	0	True	1513	fragment	False	USA0031_01_000000022183	1.0		0	0	False	False	0.9644368886947632	0					non-mobilizable	other	1175.0	100.0	99.0	0.005807252635275845	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
ISR0282_000000021953	1181	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.11985549243217886		0	0	False	False	1.0	0		MOBV			mobilizable	other	1182.0	99.492	100.0	0.17491113744075829	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
CHI0017_000000010733	1181	0.6182198503922768	1	1	1	1	0	True	89598	fragment	False	CHI0017_000000010733	1.0		0	0	False	False	0.9983065128326416	0					non-mobilizable	chromosome	1082.0	90.85	92.0	0.0005041530834487615	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ISR0384_000000017446	1180	0.6182198503922768	2	1	1	1	0	True	23069	fragment	False	ISR0384_000000017446	1.0		0	0	False	False	0.994915246963501	0					non-mobilizable	chromosome	929.0	88.15899999999999	98.0	0.00025368776721960393	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
MON0093_000000039999	1180	0.6182198503922768	2	1	1	1	0	True	83223	fragment	False	MON0053_000000032412	0.352538286917984		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	94.068	100.0	0.0002890647468256204	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0003_000000026542	1179	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.2571860144177835		0	0	False	False	0.9940627813339233	0					non-mobilizable	other	1179.0	98.98200000000001	100.0	0.006205911947697543	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0372_000000015045	1177	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.06617870062250385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1177.0	97.281	100.0	0.0003958347147718043	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0090_000000040463	1176	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.09575297339588558		0	0	False	False	0.9948979616165161	0					non-mobilizable	no_good_hit	830.0	76.867	73.0	0.0001971230334586928	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0252_000000011555	1175	0.6182198503922768	2	1	1	1	0	True	93350	fragment	False	SPA0017_000000010270	0.930334893603681		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	95.40799999999999	100.0	0.000333550590682612	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0008_000000024616	1175	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.255656505275229		0	0	False	False	0.9855319261550903	0					non-mobilizable	other	1176.0	96.939	100.0	0.006184839241593307	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0212_000000030958	1174	0.6182198503922768	1	1	1	1	0	True	124053	fragment	False	AST0014_000000012909	0.9659606813547702		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	100.0	100.0	0.0038742151659174754	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ISR0852_000000011197	1174	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.024830591791015905		0	0	False	False	0.9965928196907043	0					non-mobilizable	chromosome	1174.0	96.167	100.0	0.17783505154639176	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0034_000000023895	1173	0.6182198503922768	1	1	1	1	0	True	48065	fragment	False	FIJ0034_000000023895	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	99.65899999999999	100.0	0.22285605628446473	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MON0063_000000025523	1173	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.11623719362799427		0	0	False	False	0.9514066576957703	0					non-mobilizable	other	1173.0	100.0	100.0	0.15562342318417208	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0044_000000013923	1172	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.4182117790660882		0	0	False	False	0.9650170803070068	0					non-mobilizable	other	1172.0	99.915	100.0	0.19231400886845132	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0035_000000017898	1172	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.09863490100638402		0	0	False	False	1.0	0		MOBV			mobilizable	other	1173.0	98.89200000000001	100.0	0.1735781990521327	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
USA0016_01_000000011680	1172	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.09098725232508954		0	0	False	False	0.9974402785301208	0					non-mobilizable	other	1172.0	99.915	100.0	0.18124129391735025	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0791_000000015589	1172	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.12255075805442146		0	0	False	False	0.9957337975502014	0					non-mobilizable	other	979.0	99.898	100.0	0.1298632319745054	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
AST0118_000000026718	1172	0.6182198503922768	2	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.14342991361111349		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	96.209	100.0	0.006248057359906016	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
DEN0028_000000027484	1171	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.01496360093067718		0	0	False	False	0.9897523522377014	0		MOBV			mobilizable	other	1152.0	100.0	98.0	0.0003910426433531414	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0111_000000014938	1171	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.0905280317888555		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	99.65799999999999	100.0	0.0003113779913245301	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0808_000000014486	1171	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.24952149805465396	PS1022	0	0	False	True	0.9914602637290955	0					non-mobilizable	other	1171.0	99.829	100.0	0.018329364582027823	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0039_000000031983	1171	0.6182198503922768	1	1	1	1	0	True	103806	fragment	False	ISR0039_000000031983	0.9461942257217848		0	0	False	False	0.9974380731582642	0					non-mobilizable	no_good_hit								True	True
MON0107_000000053162	1170	0.6182198503922768	1	1	1	1	0	True	8545	maximal	True	MON0107_000000053162	1.0		3	2	False	False	0.9487179517745972	0					non-mobilizable	no_good_hit	934.0	75.91	79.0	0.0002509898496991378	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
AST0097_000000017617	1170	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.2847154136750167		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	98.719	100.0	0.0037158310281418623	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
MAD0101_000000024840	1169	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.2509880253057396	PS1022	0	0	True	True	0.9957228302955627	2					non-mobilizable	other	1169.0	95.80799999999999	100.0	0.018298032334879057	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
USA0005_01_000000025856	1169	0.6182198503922768	1	1	1	1	0	True	85217	fragment	False	USA0005_01_000000025856	0.9401611003825677		0	0	False	False	0.9221556782722473	0					non-mobilizable	other	1107.0	91.59899999999999	95.0	0.0003136794916632223	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0062_000000033117	1169	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.0609000594514962	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1169.0	99.914	100.0	0.005783552527333227	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
SPA0047_000000033157	1169	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.41983391002357046		0	0	False	False	0.9897348284721375	0					non-mobilizable	other	1169.0	99.914	100.0	0.19182131712924946	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0088_000000014213	1168	0.6182198503922768	2	1	1	1	0	True	61307	fragment	False	ENG0088_000000014213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	100.0	17.0	0.2185145317545748	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0292_000000017841	1168	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.09048167199224423		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	99.572	100.0	0.22190530519110097	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
USA0003_01_000000031709	1168	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.420611227082155		0	0	False	False	1.0	0					non-mobilizable	plasmid	1168.0	100.0	100.0	0.19573968466957398	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ISR0009_000000029251	1168	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.031817373394425724		0	0	False	False	0.9820205569267273	0					non-mobilizable	chromosome	1177.0	91.334	99.0	0.17722862340812615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0369_000000015003	1168	0.6182198503922768	1	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.17587382103511137		0	0	False	False	0.9991438388824463	0		MOBV			mobilizable	other	1190.0	84.79	99.0	0.1951059287239284	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
MON0037_000000066369	1168	0.6182198503922768	1	1	1	1	0	True	12028	fragment	False	MON0037_000000066369	1.0		0	0	False	False	0.9991438388824463	0					non-mobilizable	no_good_hit								True	True
SPA0022_000000011359	1168	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.16928437493576434		0	0	False	False	0.9991438388824463	0					non-mobilizable	other	1108.0	79.60300000000001	94.0	0.0023671171755428157	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	True
FIJ0126_000000035815	1167	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.06954420437686368		0	0	False	False	1.0	0					non-mobilizable	plasmid	1167.0	98.458	100.0	0.21119362434341604	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0132_000000030550	1167	0.6182198503922768	1	1	1	1	0	True	40735	fragment	False	FIJ0132_000000030550	1.0		0	0	False	False	0.9982861876487732	0					non-mobilizable	other	1167.0	99.829	100.0	0.006716048244957204	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0802_000000015945	1166	0.6182198503922768	1	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.8716416918795599		0	0	False	False	0.9905660152435303	0					non-mobilizable	other	1011.0	84.471	100.0	0.20051669316375198	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0229_000000013981	1166	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.11905824524151956	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1166.0	100.0	100.0	0.005768697512280146	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0065_000000030032	1165	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.2908496271688894		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	93.906	100.0	0.0057637458405957855	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
CHI0009_000000006711	1165	0.6182198503922768	3	1	1	1	0	True	90430	fragment	False	CHI0009_000000006711	0.9726211654435509		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.914	100.0	0.008078888788721456	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	True
FIJ0102_000000028345	1165	0.6182198503922768	2	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.06953627644751328		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	96.82700000000001	100.0	0.36658275645059785	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
CHI0045_000000018077	1165	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.21363424918335097		0	0	False	False	0.9905579686164856	0					non-mobilizable	other	1166.0	92.539	100.0	0.018251033964155908	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0066_000000010842	1165	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.09020314425440899		0	0	False	False	0.984549343585968	0					non-mobilizable	other	1165.0	99.914	100.0	0.00030978118111260947	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0025_000000034169	1164	0.6182198503922768	1	1	1	1	0	True	37328	fragment	False	ISR0086_000000023672	0.9632052330335241		0	0	False	False	0.969072163105011	0					non-mobilizable	no_good_hit								True	True
USA0032_01_000000017669	1164	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.07956991007975237		0	0	False	False	0.9853951930999756	0					non-mobilizable	other	1124.0	89.947	99.0	0.005545872286483917	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
AST0090_000000019414	1164	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.1446055374873397	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1164.0	100.0	100.0	0.005758794168911424	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
CAN0007_000000034233	1164	0.6182198503922768	1	1	1	1	0	True	95156	fragment	False	CAN0007_000000034233	1.0		0	0	False	False	0.980240523815155	0					non-mobilizable	no_good_hit								True	True
ISR0135_000000018467	1164	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.06764507517968316	PS1022	0	0	False	True	0.9828178882598877	0					non-mobilizable	other	1164.0	95.361	100.0	0.018219701717007142	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0301_000000017509	1164	0.6182198503922768	3	1	1	1	0	True	123979	fragment	False	ISR0113_000000009556	0.06613756613756613		0	0	False	False	0.9982817769050598	0					non-mobilizable	other	1170.0	83.59	100.0	0.008948029046441965	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
ISR0774_000000021172	1163	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.09868113556586995		0	0	False	False	0.9982802867889404	0					non-mobilizable	plasmid	1163.0	99.484	100.0	0.2104691179134215	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0112_000000028654	1163	0.6182198503922768	2	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.21302556545195236		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	93.91799999999999	100.0	0.005874016826555824	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
SPA0057_000000028489	1163	0.6182198503922768	1	1	1	1	0	True	6324	fragment	False	SPA0057_000000028489	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	96.991	100.0	0.02323347541574113	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
SPA0027_000000032385	1163	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.23908379934355306	PS1022	0	0	False	True	0.9965606331825256	0					non-mobilizable	other	1165.0	94.421	100.0	0.002126334682514972	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0142_000000022662	1162	0.6182198503922768	2	1	1	1	0	True	24894	fragment	False	SPA0142_000000022662	0.9987046632124352		0	0	False	False	0.9879518151283264	0					non-mobilizable	other	1169.0	88.794	100.0	0.04674739509997184	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
MON0099_000000032037	1162	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.048156374262337244		0	0	False	False	0.9982788562774658	0		MOBV			mobilizable	other	1162.0	97.24600000000001	100.0	0.17194905213270142	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0162_000000033535	1162	0.6182198503922768	2	1	1	1	0	True	30313	fragment	False	ISR0162_000000033535	0.9334226988382484		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	84.41799999999999	100.0	0.046707164983706806	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0172_000000025007	1162	0.6182198503922768	1	1	1	1	0	True	38715	fragment	False	FIJ0172_000000025007	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	88.527	100.0	0.15416279378568584	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0083_000000035676	1161	0.6182198503922768	1	1	1	1	0	True	9842	fragment	False	MON0083_000000035676	1.0		0	0	False	False	0.8733850121498108	0					non-mobilizable	no_good_hit	847.0	91.145	72.0	0.0002355151894769809	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0837_000000012611	1161	0.6182198503922768	1	1	1	1	0	True	38463	fragment	False	ISR0837_000000012611	0.975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0085_000000008459	1161	0.6182198503922768	2	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.09041404805418793		0	0	False	False	0.9862187504768372	0					non-mobilizable	other	1161.0	99.914	100.0	0.17953877108806687	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0030_000000031516	1161	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.01994679913980742		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	88.596	100.0	0.17692540933899334	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0056_01_000000014456	1160	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.22079576142114946		0	0	False	False	0.9793103337287903	0					non-mobilizable	other	1160.0	99.914	100.0	0.005738987482173982	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0379_000000021799	1160	0.6182198503922768	1	1	1	1	0	True	124053	fragment	False	AST0014_000000012909	0.9583260902316634		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	100.0	100.0	0.0038279755987198245	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
MAD0070_000000019274	1160	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.2381360088103534	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1161.0	93.971	100.0	0.00035142777007102845	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ISR0825_000000020841	1160	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.23312203287652242	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1160.0	98.36200000000001	100.0	0.0021226717459387192	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0093_000000028016	1160	0.6182198503922768	1	1	1	1	0	True	15642	fragment	False	MAD0093_000000028016	1.0		0	0	False	False	0.9948275685310364	0					non-mobilizable	no_good_hit								True	True
DEN0073_000000046784	1160	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.29207851702275084		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	94.583	100.0	0.009006978659910785	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	True
ISR0324_000000026689	1158	0.6182198503922768	1	1	1	1	0	True	24894	fragment	False	SPA0142_000000022662	0.9965576592082617		0	0	False	False	0.9991364479064941	0					non-mobilizable	other	1164.0	89.00299999999999	100.0	0.04654624451864666	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ENG0174_000000018302	1157	0.6182198503922768	2	1	1	1	0	True	55623	fragment	False	ENG0174_000000018302	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	99.7	29.0	0.3573735199138859	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
MON0029_000000028655	1157	0.6182198503922768	1	1	1	1	0	True	12539	fragment	False	MON0029_000000028655	1.0		0	0	False	False	0.9982714056968689	0					non-mobilizable	other	1071.0	99.81299999999999	92.0	0.18098782138024358	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0346_000000022151	1157	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.10356499200067348		0	0	False	False	0.9982714056968689	0					non-mobilizable	other	1157.0	99.741	100.0	0.15349887133182843	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
TAN0002_000000036920	1157	0.6182198503922768	2	1	1	1	0	True	3006	fragment	False	TAN0002_000000036920	1.0		0	0	False	False	0.9982714056968689	0					non-mobilizable	chromosome	1069.0	86.99700000000001	92.0	0.0004980901879031242	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
SPA0127_000000025283	1156	0.6182198503922768	1	1	1	1	0	True	76738	fragment	False	DEN0001_000000033817	0.5686940443318502		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	93.62100000000001	99.0	0.18968631959270815	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
DEN0026_000000024289	1156	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.07887233180104496		0	0	False	False	0.9991349577903748	0		MOBV			mobilizable	plasmid	1157.0	82.887	99.0	0.17000148214021046	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0052_000000032693	1156	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.0861952450432959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	76.817	68.0	0.00018854180687777954	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MAD0100_000000027479	1156	0.6182198503922768	1	1	1	1	0	True	104321	fragment	False	AST0149_000000021161	0.9541101356743815		0	0	False	False	0.9982699155807495	0					non-mobilizable	no_good_hit								True	True
ISR0796_000000018104	1155	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.058877208594432615		0	0	False	False	0.9922077655792236	0		MOBV			mobilizable	other	1157.0	97.494	100.0	0.1879993477906408	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0180_000000015747	1155	0.6182198503922768	2	1	1	1	0	True	55296	fragment	False	USA0021_01_000000014806	0.9363484087102177		0	0	False	False	0.9939393997192383	0					non-mobilizable	no_good_hit	227.0	82.37899999999999	19.0	6.105158506195244e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0011_000000025494	1155	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.13640592839743876		0	0	False	False	0.9991341829299927	0					non-mobilizable	other	977.0	96.62200000000001	100.0	0.1295976629929624	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
TAN0017_000000031661	1154	0.6182198503922768	2	1	1	1	0	True	2435	fragment	False	TAN0017_000000031661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	75.14699999999999	44.0	0.00013648421016072035	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
CHI0109_000000017699	1154	0.6182198503922768	2	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.031724843130908315		0	0	False	False	1.0	0					non-mobilizable	chromosome	1155.0	89.00399999999999	99.0	0.17374166161309884	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0002_000000033982	1154	0.6182198503922768	1	1	1	1	0	True	52268	fragment	False	FIJ0002_000000033982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	90.728	84.0	0.15402298850574714	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
DEN0071_000000038815	1154	0.6182198503922768	1	1	1	1	0	True	105339	fragment	False	ISR0155_000000015819	0.49224265774392834		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	99.913	100.0	0.008817074383072441	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0133_000000020864	1154	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.04766885624234315		0	0	False	False	0.9956672191619873	0					non-mobilizable	no_good_hit	843.0	86.477	72.0	0.010026633244555851	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0061_000000017827	1154	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.09658759081035488		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	100.0	100.0	0.17076421800947866	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ITA0014_000000000583	1153	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.09044080866499545		0	0	False	False	0.9947961568832397	0		MOBV			mobilizable	other	1153.0	96.964	100.0	0.18767324311103864	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0079_01_000000011743	1153	0.6182198503922768	1	1	1	1	0	True	21389	fragment	False	USA0079_01_000000011743	0.9622475856014048		0	0	False	False	0.9739809036254883	0					non-mobilizable	no_good_hit	833.0	85.714	72.0	0.00023078261474753802	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MAD0064_000000020636	1153	0.6182198503922768	1	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.1809570041864272		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	85.009	100.0	0.0005372658206595497	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ENG0187_000000026609	1153	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.05134751002018467		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	97.051	100.0	0.00035838525045591454	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0094_000000020126	1153	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.23807556819600123		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	98.787	100.0	0.0036618403208953563	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0204_000000011950	1152	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.24001559508405607	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1152.0	97.135	100.0	0.00034900203913007223	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
CHI0129_000000023360	1152	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.04927803134056143		0	0	False	False	0.9392361044883728	0					non-mobilizable	chromosome	1115.0	97.758	97.0	0.0003749658777685289	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0158_000000016394	1151	0.6182198503922768	1	1	1	1	0	True	125709	maximal	True	FIJ0158_000000016394	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1040.0	96.92299999999999	90.0	0.00034972131687746995	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0031_000000029910	1151	0.6182198503922768	1	1	1	1	0	True	73673	maximal	True	DEN0031_000000029910	1.0		4	3	False	False	0.9878366589546204	0					non-mobilizable	no_good_hit	886.0	94.921	77.0	0.00019695781408428638	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
CAN0007_000000034629	1150	0.6182198503922768	2	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.08352533386370484		0	0	False	False	0.9982608556747437	0					non-mobilizable	other	1151.0	97.22	100.0	0.1701718009478673	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
MON0037_000000067515	1150	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.07764345382602625		0	0	False	False	0.9991304278373718	0					non-mobilizable	other	1150.0	96.0	100.0	0.1701718009478673	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
SPA0028_000000029624	1149	0.6182198503922768	1	1	1	1	0	True	42318	fragment	False	SPA0156_000000018902	0.3806788511749347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0156_000000018902	1149	0.6182198503922768	1	1	1	1	0	True	42318	fragment	False	SPA0156_000000018902	0.9041409389666551		0	0	False	False	0.9956483840942383	0					non-mobilizable	no_good_hit								True	True
FIJ0078_000000020893	1149	0.6182198503922768	2	1	1	1	0	True	44419	fragment	False	FIJ0078_000000020893	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	94.641	86.0	0.3510983075261073	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
ISR0148_000000025493	1149	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.38482841183765476		0	0	False	False	0.9834638833999634	0					non-mobilizable	other	1149.0	99.913	100.0	0.18853670553457053	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0150_000000015918	1147	0.6182198503922768	1	1	1	1	0	True	76735	fragment	False	DEN0001_000000034292	0.5109933115897696		0	0	False	False	0.9938971400260925	0					non-mobilizable	other	1176.0	84.184	100.0	0.1926424700279192	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CAN0007_000000034735	1147	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.09157614293093959		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	99.738	100.0	0.15217102642411368	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0172_000000025368	1147	0.6182198503922768	1	1	1	1	0	True	38712	maximal	True	FIJ0172_000000025368	1.0		0	0	False	False	0.9869223833084106	0					non-mobilizable	no_good_hit								True	True
MON0085_000000028325	1146	0.6182198503922768	1	1	1	1	0	True	9758	maximal	True	MON0085_000000028325	1.0		3	1	False	False	0.9825479984283447	0					non-mobilizable	other	1041.0	96.35	90.0	0.17506765899864682	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CAN0002_000000017043	1146	0.6182198503922768	2	1	1	1	0	True	96824	fragment	False	CAN0002_000000017043	1.0		0	0	False	False	0.9834206104278564	0					non-mobilizable	no_good_hit	555.0	96.036	79.0	0.00021911254672456407	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
USA0043_01_000000008170	1146	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.0654157770034168		0	0	False	False	1.0	0		MOBV			mobilizable	other	1146.0	95.637	100.0	0.18669492907223217	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0118_000000027325	1146	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.015249703434288473		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	94.42	100.0	0.00035340767753291576	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0165_000000022103	1146	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.06735412834533717		0	0	False	False	0.9930192232131958	0					non-mobilizable	no_good_hit	839.0	79.38	72.0	0.0002042331926257352	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0061_000000017945	1145	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.025879163865665165		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	91.79799999999999	100.0	0.17283201940570042	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0026_000000047716	1144	0.6182198503922768	1	1	1	1	0	True	12687	fragment	False	MON0026_000000047716	1.0		0	0	False	False	0.9562937021255493	0					non-mobilizable	no_good_hit								True	True
ISR0226_000000007349	1144	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.04750032562625409		0	0	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit	826.0	88.015	72.0	0.009821762132587763	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0036_000000021967	1144	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.07064447578685272		0	0	False	False	0.9991258978843689	0					non-mobilizable	chromosome	1144.0	96.853	100.0	0.0003847271079797384	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0094_000000033993	1144	0.6182198503922768	1	1	1	1	0	True	9327	fragment	False	MON0094_000000033993	1.0		0	0	False	False	0.998251736164093	0					non-mobilizable	no_good_hit								True	True
AST0150_000000024384	1143	0.6182198503922768	1	1	1	1	0	True	103806	fragment	False	ISR0039_000000031983	0.9355251921434671		0	0	False	False	0.9562554955482483	0					non-mobilizable	no_good_hit								True	True
MON0018_000000019476	1143	0.6182198503922768	1	1	1	1	0	True	13250	maximal	True	MON0018_000000019476	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	100.0	8.0	0.00030848150843991543	NZ_LT891956.1	firmicutes	Selenomonas felix strain Marseille-P3560, whole genome shotgun sequence	True	True
CAN0017_000000029156	1143	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.08540764576072347		0	0	False	False	0.9720035195350647	0					non-mobilizable	plasmid	1143.0	99.213	100.0	0.20684658576344864	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MAD0097_000000036503	1142	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.020057486559284708		0	0	False	False	1.0	0					non-mobilizable	chromosome	1142.0	94.74600000000001	100.0	0.00038405391968931015	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0394_000000016902	1142	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.09435146831712511		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	93.52600000000001	100.0	0.00590035770918612	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
USA0018_01_000000018438	1142	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.04699098940244449		0	0	False	False	0.9903677701950073	0					non-mobilizable	other	1138.0	96.837	100.0	0.0056300507051180474	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0281_000000016374	1142	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.03367178646713127	PS1022	0	0	False	True	0.9982486963272095	0					non-mobilizable	other	1141.0	93.514	99.0	0.005965431892036148	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0077_000000032971	1141	0.6182198503922768	1	1	1	1	0	True	34442	maximal	True	ISR0077_000000032971	1.0		3	2	False	False	0.9859772324562073	0					non-mobilizable	no_good_hit	884.0	91.62899999999999	77.0	0.1334141904184354	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0285_000000017742	1140	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.23325010128856186		0	0	False	False	0.9991227984428406	0					non-mobilizable	other	1140.0	99.12299999999999	100.0	0.005639954048486769	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
MAD0088_000000023701	1140	0.6182198503922768	2	1	1	1	0	True	15863	maximal	True	MAD0088_000000023701	1.0		6	1	False	False	1.0	0					non-mobilizable	other	1064.0	70.865	91.0	0.00043427321066652133	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ISR0023_000000029746	1140	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.08443712229805145		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	99.912	100.0	0.1447635993899339	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AST0150_000000024448	1140	0.6182198503922768	1	1	1	1	0	True	103805	fragment	False	AST0150_000000024448	0.969410984777415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0132_000000017126	1140	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.1870177966376341		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	91.70299999999999	100.0	0.00564985739185549	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
MAD0089_000000025688	1139	0.6182198503922768	1	1	1	1	0	True	15804	fragment	False	MAD0089_000000025688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0816_000000032043	1139	0.6182198503922768	1	1	1	1	0	True	21389	fragment	False	USA0079_01_000000011743	0.9566348655680832		0	0	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit	793.0	85.624	70.0	0.00022020391829348924	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
SPA0133_000000016903	1139	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.16787221715201678		0	0	False	False	0.9991220235824585	0					non-mobilizable	other	1061.0	98.68	93.0	0.0033664793930174137	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
FIJ0013_000000026847	1139	0.6182198503922768	1	1	1	1	0	True	50558	fragment	False	FIJ0013_000000026847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	3.840320497787463e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
ISR0046_000000033826	1137	0.6182198503922768	2	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.0664468079555019		0	0	False	False	0.9806508421897888	0					non-mobilizable	chromosome	1137.0	96.74600000000001	100.0	0.0003823709489632395	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0054_000000022397	1137	0.6182198503922768	1	1	1	1	0	True	81523	fragment	False	FIJ0051_000000016771	0.5213464948083962		0	0	False	False	0.990325391292572	0					non-mobilizable	plasmid	772.0	95.46600000000001	100.0	0.19693486590038314	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ISR0121_000000023309	1136	0.6182198503922768	1	1	1	1	0	True	32176	fragment	False	ISR0121_000000023309	1.0		0	0	False	False	0.9973591566085815	0					non-mobilizable	other	1075.0	77.953	93.0	0.01149999457035195	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0116_000000023666	1136	0.6182198503922768	1	1	1	1	0	True	106048	fragment	False	FIJ0109_000000019284	0.6389337641357028		0	0	False	False	0.9920774698257446	0					non-mobilizable	chromosome	1136.0	100.0	100.0	0.00025259561467306786	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
MON0013_000000050793	1136	0.6182198503922768	2	1	1	1	0	True	61882	fragment	False	ENG0078_000000021021	0.9309076042518398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	72.473	70.0	0.00544705906294304	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ISR0026_000000020506	1136	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.19977236935528428	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1136.0	96.039	100.0	0.002078716507023681	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0005_000000028275	1136	0.6182198503922768	1	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.4171343335310923		0	0	False	False	0.9964788556098938	0					non-mobilizable	chromosome	1134.0	94.09200000000001	99.0	0.0005284046656313107	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
FIJ0135_000000025021	1135	0.6182198503922768	1	1	1	1	0	True	40561	fragment	False	FIJ0135_000000025021	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	100.0	100.0	0.0002523730634707127	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
USA0130_01_000000028584	1135	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.20136393006366268		0	0	False	False	0.9964757561683655	0					non-mobilizable	other	1141.0	81.77	100.0	0.002075053570447428	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0850_000000014007	1135	0.6182198503922768	2	1	1	1	0	True	101935	fragment	False	AUS0006_000000022268	0.968671679197995		0	0	False	False	0.9735682606697083	0					non-mobilizable	other	1035.0	97.198	91.0	0.04159794021804723	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
SPA0125_000000027888	1134	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.07570347482986632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	73.96300000000001	61.0	0.0007697593888333572	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
AUS0018_000000025253	1134	0.6182198503922768	1	1	1	1	0	True	103805	fragment	False	AST0150_000000024448	0.9465223342043051		0	0	False	False	0.9973545074462891	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.2910182838765746e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
FIJ0123_000000031405	1134	0.6182198503922768	1	1	1	1	0	True	41279	fragment	False	FIJ0123_000000031405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000022329	1134	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.06718421103250999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	73.203	71.0	0.00022937915660454862	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
SPA0121_000000010019	1134	0.6182198503922768	1	1	1	1	0	True	85280	fragment	False	CHI0064_000000014698	0.9136833731105807		0	0	False	False	0.9991181492805481	0					non-mobilizable	other	1107.0	88.257	100.0	0.005451790524481065	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ENG0134_000000033093	1133	0.6182198503922768	1	1	1	1	0	True	101363	fragment	False	FIJ0029_000000020785	0.2821479621796394		0	0	False	False	0.9938217401504517	0					non-mobilizable	chromosome	1134.0	90.035	99.0	0.0003091819662988923	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0325_000000019122	1133	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.11034785934511468		0	0	False	False	1.0	0		MOBV			mobilizable	other	1133.0	99.912	100.0	0.1859090162588274	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0331_000000022441	1133	0.6182198503922768	1	1	1	1	0	True	24591	maximal	True	ISR0331_000000022441	1.0		1	1	False	False	0.9876434206962585	0					non-mobilizable	no_good_hit								True	True
USA0078_01_000000015897	1133	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.010097986565363993		0	0	False	False	0.999117374420166	0		MOBV			mobilizable	other	1132.0	99.55799999999999	99.0	0.1750503018108652	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0339_000000013911	1133	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.020092887013039497		0	0	False	False	1.0	0					non-mobilizable	chromosome	1133.0	93.73299999999999	100.0	0.00039839273760739223	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0053_000000036703	1132	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.021373688101823624	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1132.0	93.463	100.0	0.0024449402059716204	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	True
CHI0138_000000012548	1132	0.6182198503922768	1	1	1	1	0	True	116763	fragment	False	SPA0139_000000020773	0.18479794346464362		0	0	False	False	1.0	0					non-mobilizable	other	1078.0	90.816	95.0	0.053974140523203366	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
AST0110_000000015572	1131	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.04162775024625387		0	0	False	False	0.9991158246994019	0					non-mobilizable	other	1131.0	100.0	100.0	0.35556954059156703	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	False	True
ISR0838_000000022015	1131	0.6182198503922768	2	1	1	1	0	True	75160	fragment	False	ISR0838_000000022015	0.959349593495935		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	92.11399999999999	100.0	0.2291335453100159	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
USA0015_01_000000029546	1130	0.6182198503922768	1	1	1	1	0	True	13046	fragment	False	MON0021_000000025303	0.9521630615640599		0	0	False	False	1.0	0					non-mobilizable	chromosome	1142.0	84.238	99.0	0.1720739842328684	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0115_000000032858	1129	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.16493946907024323		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	89.931	100.0	0.00572908413880526	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
AST0148_000000029789	1129	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.22063880583280057		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	99.027	100.0	0.0035856181459591133	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
SPA0129_000000020916	1129	0.6182198503922768	1	1	1	1	0	True	3823	fragment	False	SPA0129_000000020916	1.0		0	0	False	False	0.9982285499572754	0					non-mobilizable	other	1094.0	84.461	97.0	0.004462186883974893	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
ISR0225_000000020734	1128	0.6182198503922768	2	1	1	1	0	True	121866	fragment	False	ISR0225_000000020734	0.9779477947794779		0	0	False	False	0.9982269406318665	0					non-mobilizable	chromosome	1126.0	96.536	99.0	0.0003411184135719646	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ENG0129_000000024130	1128	0.6182198503922768	1	1	1	1	0	True	103805	fragment	False	AST0150_000000024448	0.9665274296853245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0063_000000045816	1127	0.6182198503922768	1	1	1	1	0	True	71372	fragment	False	DEN0063_000000045816	1.0		0	0	False	False	0.9982253909111023	0					non-mobilizable	no_good_hit	764.0	80.759	68.0	0.2394587791063562	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
USA0017_01_000000023908	1127	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.08364697293777078		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	100.0	100.0	0.17427642779755456	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
CHI0086_000000006639	1127	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.029487169178151956		0	0	False	False	0.9982253909111023	0					non-mobilizable	no_good_hit	699.0	73.82	61.0	0.0007697593888333572	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
ISR0130_000000029048	1127	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.1667163047968387		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	93.463	100.0	0.005585485659958802	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
AST0050_000000012365	1126	0.6182198503922768	1	1	1	1	0	True	123979	fragment	False	ISR0113_000000009556	0.06718618365627634		0	0	False	False	0.9928951859474182	0					non-mobilizable	other	1127.0	86.335	100.0	0.007180973293162436	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	False	True
DEN0046_000000020996	1126	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.05342126491219681	PS1022	0	0	False	True	0.9911190271377563	0					non-mobilizable	other	1125.0	95.556	99.0	0.005881706532147922	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0036_000000028110	1125	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.06947257233692358		0	0	False	False	1.0	0					non-mobilizable	plasmid	1125.0	93.6	100.0	0.20340518022097445	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0299_000000012253	1124	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.1979927799943432	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1124.0	95.819	100.0	0.002056738887566162	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0065_000000012137	1124	0.6182198503922768	1	1	1	1	0	True	85217	fragment	False	USA0005_01_000000025856	0.9400910390781828		0	0	False	False	0.9991103410720825	0					non-mobilizable	other	1124.0	95.01799999999999	100.0	0.00031878920283963684	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0255_000000030809	1123	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.21836153459709978		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	98.04299999999999	100.0	0.0035665626022250525	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0215_000000027249	1123	0.6182198503922768	2	1	1	1	0	True	93350	fragment	False	SPA0017_000000010270	0.536234864753328		0	0	False	False	0.9910953044891357	0					non-mobilizable	other	1124.0	97.15299999999999	100.0	0.00031878920283963684	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MON0053_000000037024	1123	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.07148274954601734		0	0	False	False	0.9723953604698181	0					non-mobilizable	plasmid	1123.0	99.37700000000001	100.0	0.2032240536134758	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0090_000000042594	1123	0.6182198503922768	2	1	1	1	0	True	43408	fragment	False	FIJ0090_000000042594	1.0		0	0	False	False	0.9982190728187561	0					non-mobilizable	no_good_hit								True	True
ENG0207_000000017873	1123	0.6182198503922768	1	1	1	1	0	True	53863	fragment	False	ENG0207_000000017873	1.0		0	0	False	False	0.9715049266815186	0					non-mobilizable	no_good_hit								True	True
SPA0115_000000026124	1123	0.6182198503922768	1	1	1	1	0	True	130823	fragment	False	ISR0049_000000022181	0.23319468563521065		0	0	False	False	0.9919857382774353	0					non-mobilizable	chromosome	1123.0	89.84899999999999	100.0	0.000522808146666107	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
FIJ0049_000000015527	1122	0.6182198503922768	2	1	1	1	0	True	46640	fragment	False	FIJ0049_000000015527	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1072.0	76.586	94.0	0.00025498501840427924	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0787_000000013801	1122	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.07730771581635927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	73.469	73.0	0.00023366394782381168	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
FIJ0088_000000027363	1122	0.6182198503922768	1	1	1	1	0	True	43606	fragment	False	FIJ0088_000000027363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	96.559	88.0	0.00033221842132633575	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0026_000000013001	1122	0.6182198503922768	2	1	1	1	0	True	122984	fragment	False	ISR0170_000000038153	0.558635511926932		0	0	False	False	0.968805730342865	0					non-mobilizable	other	1130.0	93.89399999999999	100.0	0.007206505642649237	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	False	True
AST0014_000000014713	1121	0.6182198503922768	2	1	1	1	0	True	123979	fragment	False	ISR0113_000000009556	0.06807760141093475		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	88.39299999999999	99.0	0.008593804144431354	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
FIJ0057_000000032125	1121	0.6182198503922768	2	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.03192361954132353		0	0	False	False	0.9580731391906738	0					non-mobilizable	other	1069.0	92.70299999999999	95.0	0.005510512646257751	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ENG0048_000000022518	1120	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.19008183094782743	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1120.0	96.339	100.0	0.017530392279734304	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0006_000000016666	1120	0.6182198503922768	1	1	1	1	0	True	38463	fragment	False	ISR0837_000000012611	0.9582256675279932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0029_000000036317	1120	0.6182198503922768	2	1	1	1	0	True	37070	maximal	True	ISR0029_000000036317	1.0		2	1	False	False	0.9946428537368774	0					non-mobilizable	no_good_hit	169.0	78.69800000000001	15.0	0.0017917838565704172	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0370_000000024158	1120	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.010478572129057567		0	0	False	False	0.9982143044471741	0					non-mobilizable	chromosome	1120.0	95.446	100.0	0.0003938053987332593	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0228_000000024533	1120	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.1691464848634862		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	91.56299999999999	100.0	0.0035633866782693755	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
MON0043_000000026734	1119	0.6182198503922768	1	1	1	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.012777960217676862		0	0	False	False	0.9696157574653625	0					non-mobilizable	chromosome	1119.0	99.911	100.0	0.16949666464523955	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
TAN0027_000000011322	1119	0.6182198503922768	1	1	1	1	0	True	2292	fragment	False	TAN0027_000000011322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	93.77799999999999	72.0	0.16807151979565774	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0164_000000025677	1119	0.6182198503922768	1	1	1	1	0	True	42318	fragment	False	SPA0156_000000018902	0.5572477431712495		0	0	False	False	0.9946380853652954	0					non-mobilizable	no_good_hit								True	True
MON0007_000000059243	1119	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.17559444716054545	PS1022	0	0	False	True	0.9982126951217651	0					non-mobilizable	chromosome	1119.0	95.53200000000001	100.0	0.00033899589899862796	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
MON0050_000000037545	1119	0.6182198503922768	2	1	1	1	0	True	30313	fragment	False	ISR0162_000000033535	0.9173838209982788		0	0	False	False	0.9347631931304932	0					non-mobilizable	other	1119.0	88.919	100.0	0.005500566380261277	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
USA0046_01_000000010401	1118	0.6182198503922768	2	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.34620020122200873		0	0	False	False	0.9991055727005005	0					non-mobilizable	plasmid	1118.0	100.0	100.0	0.18735323716873534	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0209_000000015911	1118	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.04025429918896952	PS1022	0	0	False	True	0.9812164306640625	0					non-mobilizable	other	1113.0	96.49600000000001	99.0	0.005818912512231752	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0104_000000009702	1117	0.6182198503922768	1	1	1	1	0	True	83222	fragment	False	CHI0104_000000009702	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	95.613	100.0	0.0002736185389799766	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0099_000000014531	1117	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.045534809589850955		0	0	False	False	1.0	0					non-mobilizable	chromosome	1117.0	96.598	100.0	0.00037563906605895717	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0061_000000037559	1116	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.17702035664848229	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1116.0	96.23700000000001	100.0	0.002042087141261149	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0049_000000017015	1116	0.6182198503922768	1	1	1	1	0	True	17436	fragment	False	MAD0049_000000017015	1.0		0	0	False	False	0.9955196976661682	0					non-mobilizable	no_good_hit								True	True
MON0064_000000026853	1115	0.6182198503922768	1	1	1	1	0	True	10687	fragment	False	MON0064_000000026853	1.0		0	0	False	False	0.926457405090332	0					non-mobilizable	no_good_hit	42.0	100.0	4.0	0.0016494347668664763	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0199_000000027405	1114	0.6182198503922768	2	1	1	1	0	True	116761	fragment	False	AST0035_000000014416	0.6102339181286549		0	0	False	False	1.0	0					non-mobilizable	other	1049.0	91.706	94.0	0.0524706825699108	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
FIJ0015_000000030695	1113	0.6182198503922768	1	1	1	1	0	True	50268	fragment	False	FIJ0015_000000030695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	7.902568108847716e-05	NZ_FQZB01000003.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	True
USA0119_01_000000022010	1112	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.012549506131602805		0	0	False	False	0.9991007447242737	0					non-mobilizable	other	1112.0	75.36	98.0	0.00028928878339296087	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0077_000000033905	1112	0.6182198503922768	2	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.24332698442822503		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	96.765	100.0	0.0035316274387126073	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
MON0048_000000037265	1112	0.6182198503922768	1	1	1	1	0	True	33797	fragment	False	MON0048_000000037265	0.9846984698469847		0	0	False	False	0.9739208817481995	0					non-mobilizable	other	1097.0	99.818	99.0	0.1799967153884053	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
SPA0136_000000038578	1112	0.6182198503922768	2	1	1	1	0	True	3587	maximal	True	SPA0136_000000038578	1.0		1	1	False	False	0.9991007447242737	0					non-mobilizable	no_good_hit								True	True
ISR0087_000000035446	1111	0.6182198503922768	1	1	1	1	0	True	33797	fragment	False	MON0048_000000037265	0.9842625899280575		0	0	False	False	0.9720972180366516	0					non-mobilizable	other	1094.0	100.0	98.0	0.17950402364920348	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
AST0019_000000027890	1111	0.6182198503922768	2	1	1	1	0	True	121866	fragment	False	ISR0225_000000020734	0.9711879432624113		0	0	False	False	0.9918991923332214	0					non-mobilizable	other	1111.0	97.03	100.0	0.0033010857895691636	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0104_000000022198	1110	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.13936359751837346		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	93.19	100.0	0.0035316274387126073	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ISR0355_000000019823	1110	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.0256750199198724		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	97.65799999999999	100.0	0.00034500802322535523	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0038_000000025499	1109	0.6182198503922768	1	1	1	1	0	True	64992	fragment	False	ENG0038_000000025499	1.0		0	0	False	False	0.9918845891952515	0					non-mobilizable	no_good_hit								True	True
CAN0014_000000045046	1109	0.6182198503922768	1	1	1	1	0	True	93350	fragment	False	SPA0017_000000010270	0.5320374558558754		0	0	False	False	0.9873760342597961	0					non-mobilizable	other	1091.0	97.525	98.0	0.00030942139901621025	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0149_000000036615	1109	0.6182198503922768	1	1	1	1	0	True	105339	fragment	False	ISR0155_000000015819	0.48447011943579843		0	0	False	False	0.9990983009338379	0					non-mobilizable	other	1109.0	100.0	100.0	0.00847295612874611	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
AUS0010_000000022733	1109	0.6182198503922768	3	1	1	1	0	True	101360	fragment	False	CAN0008_000000022217	0.6073221238854553		0	0	False	False	0.9981966018676758	0					non-mobilizable	chromosome	1118.0	87.38799999999999	100.0	0.00030480803927786465	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
FIJ0094_000000018220	1108	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.16801930920040764	PS1022	0	0	False	True	1.0	0					non-mobilizable	other	1110.0	93.964	100.0	0.0020310983315323895	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0061_000000017327	1108	0.6182198503922768	2	1	1	1	0	True	16793	maximal	True	MAD0061_000000017327	1.0		4	2	False	False	0.9801443815231323	0					non-mobilizable	no_good_hit	43.0	90.698	4.0	0.0002336487591581969	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
SPA0123_000000007189	1108	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.17084047644918535	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1108.0	97.473	100.0	0.0004988668467153876	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0800_000000012443	1108	0.6182198503922768	1	1	1	1	0	True	129315	fragment	False	SPA0095_000000008348	0.014582030410597793		0	0	False	False	1.0	0					non-mobilizable	other	1047.0	99.809	100.0	0.16189444358458444	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0120_000000033450	1107	0.6182198503922768	1	1	1	1	0	True	118990	fragment	False	ISR0015_000000010665	0.02890802729456722		0	0	False	False	0.9990966320037842	0					non-mobilizable	no_good_hit	674.0	86.20200000000001	61.0	0.008026127092396872	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0046_000000032347	1107	0.6182198503922768	1	1	1	1	0	True	11490	maximal	True	MON0046_000000032347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	75.214	52.0	0.17111506524317913	LN852922.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0249	True	True
DEN0020_000000010732	1107	0.6182198503922768	1	1	1	1	0	True	74886	fragment	False	DEN0020_000000010732	1.0		0	0	False	False	0.9963866472244263	0					non-mobilizable	plasmid	1107.0	100.0	100.0	0.16392470727730843	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0378_000000030695	1107	0.6182198503922768	1	1	1	1	0	True	36057	fragment	False	ISR0378_000000030695	0.9541326067211626		0	0	False	False	0.9738030433654785	0					non-mobilizable	no_good_hit	815.0	81.227	73.0	0.00031803884152293156	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
DEN0017_000000025771	1107	0.6182198503922768	1	1	1	1	0	True	75160	fragment	False	ISR0838_000000022015	0.9394341290893016		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	100.0	100.0	0.2197933227344992	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ENG0079_000000029377	1106	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.04035029122246815		0	0	False	False	1.0	0					non-mobilizable	chromosome	1106.0	98.553	100.0	0.00037193653046160185	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0009_000000012364	1106	0.6182198503922768	1	1	1	1	0	True	106878	fragment	False	CAN0003_000000025940	0.08312956542523317		0	0	False	False	1.0	0					non-mobilizable	plasmid	1106.0	99.277	100.0	0.2001449012859989	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0038_000000025628	1105	0.6182198503922768	1	1	1	1	0	True	64982	fragment	False	MON0105_000000050060	0.6300434512725016		0	0	False	False	0.9990950226783752	0					non-mobilizable	other	1106.0	88.156	100.0	0.007488858288280344	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0015_000000030995	1104	0.6182198503922768	2	1	1	1	0	True	83223	fragment	False	MON0053_000000032412	0.28407286821704025		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	95.928	100.0	0.00027043122624992305	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0177_000000023352	1104	0.6182198503922768	1	1	1	1	0	True	55485	fragment	False	ISR0394_000000016324	0.9373942470389172		0	0	False	False	0.9927536249160767	0					non-mobilizable	plasmid	1104.0	95.652	100.0	0.39719121353979114	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	False	True
CHI0061_000000008083	1104	0.6182198503922768	1	1	1	1	0	True	85608	fragment	False	CHI0061_000000008083	1.0		0	0	False	False	0.9510869383811951	0					non-mobilizable	chromosome	1120.0	80.804	99.0	0.16798059429957551	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0039_000000033961	1104	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.14244110774442495		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	96.105	100.0	0.005810798708243116	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
SPA0070_000000017988	1104	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.1902573734910792	PS1022	0	0	False	True	0.9963768124580383	0					non-mobilizable	chromosome	1104.0	95.471	100.0	0.0003344476534843351	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
SPA0044_000000026056	1103	0.6182198503922768	1	1	1	1	0	True	123094	fragment	False	USA0020_01_000000020263	0.17072881865564823		0	0	False	False	0.9981867671012878	0					non-mobilizable	other	1104.0	99.728	100.0	0.180982098866809	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0844_000000011880	1103	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.03005285107702904		0	0	False	False	0.9927470684051514	0					non-mobilizable	other	1103.0	99.728	100.0	0.14619572433939715	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ENG0192_000000020989	1103	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.16316924382518685	PS1022	0	0	False	True	0.974614679813385	0					non-mobilizable	other	1104.0	96.73899999999999	100.0	0.0020182780535155033	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0036_000000022849	1103	0.6182198503922768	1	1	1	1	0	True	12151	fragment	False	MON0036_000000022849	1.0		0	0	False	False	0.9628286361694336	0		MOBV			mobilizable	other	1103.0	98.459	100.0	0.16321090047393366	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
SPA0111_000000030749	1103	0.6182198503922768	1	1	1	1	0	True	105339	fragment	False	ISR0155_000000015819	0.48252971267678235		0	0	False	False	0.9972801208496094	0					non-mobilizable	other	1103.0	99.90899999999999	100.0	0.008427073694835932	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
MON0038_000000032266	1103	0.6182198503922768	1	1	1	1	0	True	117177	fragment	False	ISR0233_000000010226	0.032043100121701446		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	99.637	99.0	0.0034935163512444856	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
FIJ0032_000000034749	1102	0.6182198503922768	2	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.15972973556373976	PS1022	0	0	False	True	0.9909256100654602	0					non-mobilizable	other	1033.0	93.03	100.0	0.005110125178260181	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
USA0125_01_000000020825	1102	0.6182198503922768	1	1	1	1	0	True	85217	fragment	False	USA0005_01_000000025856	0.9338686632834992		0	0	False	False	0.9927404522895813	0					non-mobilizable	other	1102.0	98.27600000000001	100.0	0.00031254400029068576	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ETH0003_000000038089	1101	0.6182198503922768	2	1	1	1	0	True	52973	maximal	True	ETH0003_000000038089	1.0		1	1	False	False	0.9972752332687378	0					non-mobilizable	no_good_hit								True	True
ISR0047_000000027212	1101	0.6182198503922768	1	1	1	1	0	True	36057	fragment	False	ISR0378_000000030695	0.952122854561879		0	0	False	False	0.972752034664154	0					non-mobilizable	no_good_hit								True	True
CHI0041_000000013915	1101	0.6182198503922768	1	1	1	1	0	True	87501	fragment	False	CHI0041_000000013915	0.9986136783733826		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	99.90899999999999	100.0	0.17025228292833927	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
SPA0034_000000030970	1101	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.14316068313392755		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	1101.0	97.729	100.0	0.005794994178664939	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
MON0074_000000020422	1100	0.6182198503922768	2	1	1	1	0	True	10355	fragment	False	MON0074_000000020422	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1037.0	96.336	94.0	0.00035203167469554866	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ENG0177_000000023454	1100	0.6182198503922768	1	1	1	1	0	True	55484	fragment	False	ENG0177_000000023454	1.0		0	0	False	False	0.9381818175315857	0					non-mobilizable	no_good_hit								True	True
SPA0105_000000021602	1099	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.18293679261809315	PS1022	0	0	False	True	1.0	0					non-mobilizable	chromosome	1099.0	96.542	100.0	0.00033293157164623747	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	True
ISR0258_000000027577	1099	0.6182198503922768	1	1	1	1	0	True	115615	fragment	False	CHI0098_000000004901	0.08260724490267282		0	0	False	False	1.0	0					non-mobilizable	other	983.0	95.626	100.0	0.16011739768465677	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
AUS0016_000000025548	1099	0.6182198503922768	1	1	1	1	0	True	100093	fragment	False	AUS0016_000000025548	1.0		0	0	False	False	0.9845314025878906	0					non-mobilizable	chromosome	1092.0	86.355	99.0	0.0005078840960922306	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ENG0202_000000018939	1099	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.13880977063950387		0	0	False	False	1.0	0					non-mobilizable	other	1097.0	93.25399999999999	99.0	0.005773921472560703	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
MON0107_000000056883	1092	0.6182198503922768	1	1	1	1	0	True	125708	fragment	False	MON0019_000000032934	0.0405095549932336		0	0	False	False	1.0	0					non-mobilizable	other	1092.0	97.89399999999999	100.0	0.0003394082536869816	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0013_000000052767	1083	0.6182198503922768	1	1	1	1	0	True	13460	fragment	False	MON0013_000000052767	0.991826923076923		0	0	False	False	1.0	0					non-mobilizable	other	1083.0	98.338	100.0	0.00036760046925117204	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0099_000000034143	1083	0.6182198503922768	1	1	1	1	0	True	83223	fragment	False	MON0053_000000032412	0.17314714597150577		0	0	False	False	1.0	0					non-mobilizable	other	1083.0	93.259	100.0	0.0002652824903013751	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0010_000000025533	1082	0.6182198503922768	1	1	1	1	0	True	87501	fragment	False	CHI0041_000000013915	0.9900090826521344		0	0	False	False	1.0	0					non-mobilizable	other	1082.0	99.63	100.0	0.16731156167775887	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0105_000000050060	1074	0.6182198503922768	1	1	1	1	0	True	64982	fragment	False	MON0105_000000050060	0.9265204824252017		0	0	False	False	1.0	0					non-mobilizable	other	1076.0	90.613	100.0	0.007285356704359682	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0126_000000038463	1052	0.6182198503922768	1	1	1	1	0	True	64982	fragment	False	MON0105_000000050060	0.6315952824332712		0	0	False	False	1.0	0					non-mobilizable	other	1050.0	93.524	99.0	0.007115772051092465	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0117_000000025384	1051	0.6182198503922768	1	1	1	1	0	True	128830	fragment	False	DEN0061_000000026182	0.032233226644121024		0	0	False	False	1.0	0					non-mobilizable	other	1051.0	97.431	100.0	0.005531585352361987	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
ISR0069_000000023623	1039	0.6182198503922768	1	1	1	1	0	True	127699	backbone	False	ENG0064_000000012060	0.07795686567610521	PS1022	0	0	False	True	0.9990375638008118	0					non-mobilizable	other	1039.0	99.51899999999999	100.0	0.0162614362702093	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0041_000000065333	1037	0.6182198503922768	2	1	1	1	0	True	11730	fragment	False	MON0041_000000065333	1.0		0	0	False	False	0.9961427450180054	0					non-mobilizable	no_good_hit	839.0	70.322	79.0	0.013458096013018714	NZ_NFLJ01000013.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_13, whole genome shotgun sequence	True	True
SPA0090_000000023193	1566	0.618219829389418	2	2	2	1	1	False	114053	fragment	False	ISR0836_000000009571	0.21813029635824008		0	0	False	False	0.992337167263031	0					non-mobilizable	other	1545.0	99.094	99.0	0.0004615912161344068	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0122_000000010483	1364	0.618219829389418	2	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.035408082122460785		0	0	False	False	1.0	0					non-mobilizable	other	1376.0	78.125	100.0	0.0004226679498176739	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	False	False
ISR0848_000000004344	3656	0.618217555744553	4	3	2	3	1	True	20618	fragment	False	ISR0848_000000004344	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3687.0	88.256	100.0	0.0010741358740883169	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0010_000000004143	4980	0.6182154301389096	5	4	1	4	4	True	82237	fragment	False	MON0077_000000006170	0.9312419009973378		0	0	False	False	0.9987951517105103	0			MPF_F		non-mobilizable	plasmid	4942.0	100.0	99.0	0.038315988647114475	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ENG0020_000000018393	1108	0.6182109342749755	2	2	1	2	1	True	66400	maximal	True	ENG0020_000000018393	1.0		30	7	False	False	0.9756317734718323	0					non-mobilizable	no_good_hit	39.0	100.0	4.0	1.219472276581447e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
CHI0176_000000004549	1672	0.6182072818616074	3	3	3	3	3	False	98258	fragment	False	BAN0016_000000000410	0.9818403296819991		0	0	False	False	0.9916267991065979	0					non-mobilizable	chromosome	1672.0	100.0	100.0	0.00035084595657908604	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0030_000000008279	2523	0.6182049504372645	3	2	2	2	1	True	37051	fragment	False	ISR0030_000000008279	1.0		0	0	False	False	0.9944510459899902	0					non-mobilizable	plasmid	2531.0	96.76	100.0	0.020300685278983436	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ENG0098_000000006521	3879	0.6182042199112138	5	5	4	4	3	False	111478	fragment	False	ENG0098_000000006521	1.0		0	0	False	False	0.9994844198226929	0					non-mobilizable	no_good_hit	1885.0	94.695	78.0	0.0004611796342485089	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0091_000000004484	2774	0.6181961736296125	4	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.34605649421935497		0	0	False	False	0.9917086958885193	0					non-mobilizable	other	2778.0	94.132	99.0	0.017992153602327938	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0212_000000012704	2735	0.6181961736296125	4	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.6476993539836406		0	0	False	False	1.0	0					non-mobilizable	other	2738.0	93.28	100.0	0.00204790739532106	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
MAD0035_000000003055	7422	0.6181957480647184	8	3	2	3	1	False	18791	maximal	True	MAD0035_000000003055	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0055_000000011748	2901	0.61819472530194	5	4	4	4	3	False	122444	maximal	True	AST0055_000000011748	1.0	PS871	0	0	False	True	0.9910375475883484	0					non-mobilizable	no_good_hit	1708.0	93.03299999999999	59.0	0.7388479861411866	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MAD0045_000000027064	1558	0.6181935094159078	3	3	1	1	3	False	17828	fragment	False	MAD0045_000000027064	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1583.0	96.52600000000001	100.0	0.016595334004699563	CP031111.1	enterobacteria	Escherichia coli strain AMSCJX02 plasmid pAMSC6, complete sequence	False	True
ISR0089_000000009957	2685	0.6181899921082542	4	4	4	2	1	False	85310	maximal	True	ISR0089_000000009957	1.0		1	1	False	False	0.9988827109336853	0					non-mobilizable	no_good_hit								True	False
AST0094_000000003765	5270	0.6181866201000512	7	3	1	3	1	True	109386	fragment	False	AST0094_000000003765	1.0		0	0	False	False	0.9990512132644653	0					non-mobilizable	no_good_hit								True	True
FIJ0129_000000019347	1172	0.6181790126894398	2	2	2	2	1	False	40908	maximal	True	FIJ0129_000000019347	1.0		55	7	False	False	0.9982935190200806	0					non-mobilizable	chromosome	1160.0	98.96600000000001	99.0	0.00022769538090745744	CP021851.1	enterobacteria	Enterobacter cloacae strain A1137 chromosome, complete genome	False	False
MAD0098_000000030863	1471	0.6181761144959285	2	2	2	2	2	False	15286	maximal	True	MAD0098_000000030863	1.0		3	1	False	False	0.9986403584480286	0					non-mobilizable	no_good_hit	422.0	74.408	28.0	0.0016282856478250756	NZ_AXAC01000003.1	firmicutes	Acetobacterium dehalogenans DSM 11527 A3KSDRAFT_scaffold_1.2_C, whole genome shotgun sequence	True	False
ISR0324_000000021740	1417	0.6181737504524657	2	2	2	2	2	False	24907	maximal	True	ISR0324_000000021740	1.0		40	6	False	False	0.9992942810058594	0					non-mobilizable	chromosome	1418.0	99.71799999999999	100.0	0.00046924150108269944	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
MAD0059_000000002104	8168	0.6181695484823494	7	3	3	3	3	False	16919	maximal	True	MAD0059_000000002104	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	92.44	11.0	7.65592818259202e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0158_000000006081	2832	0.618168494163124	4	4	4	4	4	False	73612	fragment	False	SPA0158_000000006081	0.9984146255602546		0	0	False	False	1.0	0					non-mobilizable	other	2832.0	99.965	100.0	0.10203272543790096	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ENG0136_000000007814	1456	0.6181663094295292	3	3	3	2	2	False	58026	maximal	True	ENG0136_000000007814	1.0		45	8	False	False	0.9642857313156128	0					non-mobilizable	no_good_hit	81.0	85.185	6.0	0.00816576503011126	NZ_CAPF01000076.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
ISR0023_000000005248	5182	0.6181634084008877	7	6	5	5	4	False	128173	maximal	True	ISR0023_000000005248	1.0		2	2	False	False	0.9994210600852966	0					non-mobilizable	other	4965.0	96.294	100.0	0.019458120354981342	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ISR0855_000000013335	1398	0.6181625296972791	2	1	1	1	1	False	34210	maximal	False	ISR0182_000000028014	0.9675732217573222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	74.405	24.0	9.845343799706566e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0089_000000020993	1155	0.6181571148464741	2	2	2	2	2	False	109978	fragment	False	AST0089_000000020993	1.0		0	0	False	False	0.9956709742546082	0					non-mobilizable	no_good_hit	495.0	72.12100000000001	43.0	0.0021752148795265605	NZ_QSBM01000011.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf11, whole genome shotgun sequence	True	False
MAD0054_000000017927	1106	0.6181555872517539	2	2	2	2	2	False	17118	fragment	False	MAD0054_000000017927	1.0		0	0	False	False	0.9990958571434021	0					non-mobilizable	virus	1106.0	91.501	100.0	0.05351867099336465	MK232867.1	viruses	Uncultured human fecal virus clone C.aerofaciens_B06.V10.M04_1-CL35_c2 sequence	False	False
ISR0301_000000009435	1956	0.6181508477911785	3	3	2	2	2	True	84436	fragment	False	ISR0266_000000008286	0.5724406750535503		0	0	False	False	0.9989774823188782	0					non-mobilizable	other	1956.0	99.744	100.0	0.0006273863949254549	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0003_000000004235	5637	0.6181500463664645	9	6	2	2	5	False	113743	fragment	False	ISR0003_000000004235	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5460.0	98.681	99.0	0.0023971694251536772	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0083_000000023654	1204	0.6181380809381755	1	1	1	1	1	False	34076	fragment	False	ISR0083_000000023654	1.0		0	0	False	False	0.9875415563583374	0					non-mobilizable	other	1204.0	96.595	100.0	0.08351266921207914	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0059_000000003177	4915	0.6181366488613738	8	4	4	4	4	False	113596	fragment	False	ISR0120_000000005488	0.9388146457862888		0	0	False	False	0.9997965693473816	0					non-mobilizable	chromosome	3129.0	91.339	90.0	0.0008749070446250173	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0018_000000007917	4322	0.6181366488613738	7	4	4	4	4	False	113594	fragment	False	CAN0018_000000007917	0.9823925569951621		0	0	False	False	0.9990745186805725	0					non-mobilizable	other	3346.0	90.287	92.0	0.0008139906356751991	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0016_000000011004	4286	0.6181366488613738	7	4	4	4	4	False	113594	fragment	False	CAN0018_000000007917	0.9803106735754512		0	0	False	False	1.0	0					non-mobilizable	other	3346.0	90.287	92.0	0.0008139906356751991	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0017_000000008606	4285	0.6181366488613738	7	4	4	4	4	False	113594	fragment	False	CAN0018_000000007917	0.9802523441307476		0	0	False	False	1.0	0					non-mobilizable	other	3346.0	90.287	92.0	0.0008139906356751991	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0044_000000044541	1286	0.6181363183046777	2	1	1	1	1	False	68599	fragment	False	MON0044_000000044541	1.0		0	0	False	False	0.9852254986763	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000019193	1888	0.6181347893821326	3	2	2	2	2	False	48418	fragment	False	FIJ0032_000000019193	1.0		0	0	False	False	0.9994703531265259	0					non-mobilizable	no_good_hit								True	False
DEN0041_000000008325	4005	0.6181317008932602	5	3	2	2	3	False	73143	fragment	False	DEN0041_000000008325	1.0		0	0	False	False	0.9960049986839294	0					non-mobilizable	no_good_hit	46.0	95.652	1.0	6.847864196809443e-06	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
AST0140_000000018734	1540	0.6181316673014532	2	2	2	2	2	False	105471	fragment	False	AST0140_000000018734	1.0		0	0	False	False	0.9850649237632751	0					non-mobilizable	no_good_hit	293.0	73.038	18.0	0.0003376532265569632	NZ_JAAXOX010000001.1	high GC Gram+	Cellulomonas denverensis strain ATCC BAA-788 W8039_1, whole genome shotgun sequence	True	False
ENG0125_000000012315	2119	0.6181312870365243	2	2	2	2	2	False	110695	maximal	True	ENG0125_000000012315	1.0		112	12	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	78.26100000000001	7.0	0.0002857335252783172	CP019063.1	enterobacteria	Rahnella sp. ERMR1:05 plasmid unnamed1, complete sequence	True	False
DEN0063_000000012701	3514	0.6181244511983949	3	2	1	2	2	False	71558	maximal	True	DEN0063_000000012701	1.0		17	6	False	False	0.9991462826728821	0					non-mobilizable	chromosome	3520.0	96.36399999999999	100.0	0.0007132408400933527	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
MON0024_000000037338	1392	0.6181237199516911	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.35285259581680684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0006_000000010737	2298	0.6181225884610039	3	3	2	2	1	False	111693	fragment	False	AUS0006_000000010737	0.9585733274257864		0	0	False	False	0.997389018535614	0					non-mobilizable	other	2298.0	98.085	100.0	0.101740709571688	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
SPA0108_000000015215	1876	0.6181225884610039	3	3	2	2	1	False	4681	fragment	False	SPA0108_000000015215	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1885.0	92.30799999999999	100.0	0.08344775656641715	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
FIJ0017_000000004979	5539	0.6181193983316697	5	4	3	4	2	False	50165	fragment	False	FIJ0017_000000004979	1.0		0	0	False	False	0.9980140924453735	0					non-mobilizable	no_good_hit	502.0	90.43799999999999	9.0	0.00020005198955896323	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0317_000000005390	3268	0.6181189004299438	3	3	3	3	3	False	25175	maximal	True	ISR0317_000000005390	1.0		0	0	False	False	0.9874541163444519	0					non-mobilizable	other	3246.0	88.971	98.0	0.012379828094378346	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0078_000000007578	3350	0.6181155927261622	4	3	3	3	2	False	46886	maximal	True	FIJ0078_000000007578	1.0		12	4	False	False	0.9970149397850037	0					non-mobilizable	other	2573.0	96.113	96.0	0.05849129947636796	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0101_000000021835	1284	0.6181151733320833	3	2	2	2	2	False	42659	fragment	False	FIJ0101_000000021835	1.0		0	0	False	False	0.9976635575294495	0					non-mobilizable	chromosome	962.0	98.649	99.0	0.0003957634775790312	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0087_000000019664	1567	0.6181134899271379	3	3	3	2	2	False	15970	maximal	True	MAD0087_000000019664	1.0		5	4	False	False	0.9859604239463806	0					non-mobilizable	no_good_hit	483.0	75.155	31.0	0.00016485220260094787	NZ_CP034791.1	firmicutes	Caldicellulosiruptor changbaiensis strain CBS-Z chromosome, complete genome	True	False
SPA0047_000000022043	1765	0.6181119793853069	3	3	3	3	2	False	94404	maximal	True	SPA0047_000000022043	1.0		34	7	False	False	0.998866856098175	0					non-mobilizable	no_good_hit	213.0	77.934	15.0	3.32360292109202e-05	AP022213.1	g-proteobacteria	Pseudomonas otitidis DNA, complete genome, strain: WP8-S17-CRE-03	True	False
ISR0223_000000018040	1722	0.6181045759654642	3	3	2	3	1	False	60240	fragment	False	ENG0104_000000017822	0.9792017987633502		0	0	False	False	1.0	0					non-mobilizable	chromosome	1722.0	99.535	100.0	0.0005424550677942756	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0265_000000012233	1424	0.6181045759654642	3	3	2	3	1	False	37887	fragment	False	ISR0265_000000012233	0.9990338164251208		0	0	False	False	0.9789325594902039	0					non-mobilizable	chromosome	1385.0	99.85600000000001	97.0	0.000436233476947866	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0301_000000015620	1288	0.6181045759654642	3	3	2	3	1	False	37887	fragment	False	ISR0265_000000012233	0.9440102046355099		0	0	False	False	0.9736024737358093	0					non-mobilizable	chromosome	1288.0	99.845	100.0	0.0004056593098496413	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0053_000000031509	1303	0.6181038930290627	2	2	2	2	2	True	11168	maximal	True	MON0053_000000031509	1.0		1	1	False	False	0.9992325305938721	0					non-mobilizable	no_good_hit	148.0	77.703	11.0	3.8249573753037694e-05	NZ_AP014924.1	firmicutes	Limnochorda pilosa strain HC45	True	True
ENG0119_000000014070	2303	0.6181035118171491	3	2	1	2	1	False	59267	maximal	True	ENG0119_000000014070	1.0		4	3	False	False	0.993486762046814	0					non-mobilizable	no_good_hit								True	False
MON0024_000000030650	1672	0.618099559752275	3	3	3	2	2	False	12913	fragment	False	MON0024_000000030650	0.9888149939540507		0	0	False	False	0.9928229451179504	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.705582808901832e-06	NZ_CP040637.1	euryarchaeotes	Natrinema pallidum strain BOL6-1 chromosome, complete genome	True	False
FIJ0140_000000013912	2232	0.6180965767354479	3	3	3	2	1	False	84324	fragment	False	FIJ0140_000000013912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	3.2355060115701694e-05	CP039647.1	a-proteobacteria	Azospirillum sp. TSA2s chromosome 2, complete sequence	True	False
CHI0086_000000001925	2689	0.6180956369325796	2	2	1	2	1	False	84063	maximal	True	CHI0086_000000001925	1.0		1	1	False	False	0.9996281266212463	0					non-mobilizable	no_good_hit	1312.0	88.186	49.0	0.018490485958831435	NZ_FUWX01000016.1	fusobacteria	Cetobacterium ceti strain ATCC 700028, whole genome shotgun sequence	True	False
CHI0068_000000012988	1273	0.6180926433615668	1	1	1	1	1	False	85099	fragment	False	CHI0068_000000012988	1.0		0	0	False	False	0.9992144703865051	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	5.132001293886387e-05	NZ_QJJQ01000001.1	firmicutes	Pseudogracilibacillus auburnensis strain DSM 28556 Ga0244575_101, whole genome shotgun sequence	True	False
FIJ0145_000000009299	1675	0.6180877822171218	3	3	3	2	3	False	40020	fragment	False	FIJ0145_000000009299	1.0		0	0	False	False	0.9988059997558594	0					non-mobilizable	chromosome	1669.0	99.76	99.0	0.0003523618595749265	CP042585.1	enterobacteria	Escherichia coli strain LD91-1 chromosome, complete genome	False	False
ISR0129_000000002478	4783	0.6180836950582619	6	5	4	4	5	False	100926	fragment	False	SPA0046_000000005059	0.9829830360041506		0	0	False	False	0.9993727803230286	0					non-mobilizable	chromosome	2890.0	97.09299999999999	100.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MON0043_000000012455	2216	0.6180835924061187	3	3	3	3	3	False	15885	maximal	True	MON0043_000000012455	1.0		20	5	False	False	0.963447630405426	0					non-mobilizable	other	2247.0	79.751	100.0	0.011197386606357582	NZ_SLUM01000002.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_102, whole genome shotgun sequence	False	False
ISR0011_000000006822	3750	0.6180821300791381	4	3	3	2	2	False	86920	fragment	False	ISR0011_000000006822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	81.132	3.0	4.51747451245266e-05	NC_014377.1	firmicutes	Thermosediminibacter oceani DSM 16646, complete sequence	True	False
TAN0008_000000005224	3104	0.6180792862053741	4	4	4	3	4	False	2768	maximal	True	TAN0008_000000005224	1.0		6	3	False	False	0.999355673789978	0					non-mobilizable	no_good_hit	340.0	77.35300000000001	21.0	9.367718172058977e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0058_000000010183	1368	0.6180785740866052	2	2	2	1	1	False	113029	maximal	True	AST0058_000000010183	1.0		19	3	False	False	0.9861111044883728	0					non-mobilizable	no_good_hit								True	False
ENG0048_000000008216	3277	0.6180776451030561	5	3	2	2	3	False	64277	maximal	True	ENG0048_000000008216	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	2051.0	81.03399999999999	62.0	0.042331008138183024	NZ_CABMGA010000018.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0022_000000002955	6355	0.6180709329224837	4	4	4	4	3	False	89444	maximal	False	ISR0031_000000002084	0.7399483936674758		0	0	False	False	0.9973249435424805	0					non-mobilizable	no_good_hit	2634.0	72.134	41.0	0.013051321048350016	NZ_BAKG01000001.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
CAN0001_000000026075	1688	0.6180705442988286	3	3	3	2	2	False	97237	maximal	False	ISR0280_000000007254	0.9676103288610123		0	0	False	False	0.9988151788711548	0					non-mobilizable	other	1688.0	99.348	100.0	0.006182861708404953	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0075_000000006274	3477	0.6180694782134115	4	3	3	3	3	False	119077	fragment	False	ENG0052_000000006995	0.7127979896682323		0	0	False	False	0.9928098917007446	0					non-mobilizable	other	3287.0	79.221	98.0	0.0009803192480686417	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0098_000000015674	1593	0.6180653692804874	2	2	2	2	2	False	60703	maximal	True	ENG0098_000000015674	1.0		131	12	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	80.328	8.0	0.0023482906401048904	NZ_KB899055.1	firmicutes	Sporolactobacillus vineae DSM 21990 = SL153 strain DSM 21990 D889DRAFT_scaffold00014.14, whole genome shotgun sequence	True	False
MAD0007_000000001448	4235	0.6180622094671404	4	3	3	3	2	False	19871	maximal	True	MAD0007_000000001448	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	100.0	16.0	0.00012876732488035207	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
SPA0013_000000014683	1922	0.6180606804767189	5	3	1	2	3	False	102329	maximal	True	SPA0013_000000014683	1.0		4	2	False	False	0.9890738725662231	0					non-mobilizable	no_good_hit	1471.0	98.436	77.0	0.011374715632109197	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0142_000000005602	5311	0.6180585201868685	6	6	6	4	5	False	107846	fragment	False	FIJ0142_000000005602	1.0		0	0	False	False	0.9949162006378174	0					non-mobilizable	no_good_hit	961.0	76.795	31.0	0.006711361324795507	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
ISR0075_000000015544	1705	0.6180544475060846	3	3	3	2	2	False	126836	fragment	False	ISR0834_000000009759	0.9334085778781038		0	0	False	False	0.9794721603393555	0					non-mobilizable	chromosome	1406.0	81.01	100.0	0.0005960239627360673	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0018_000000004313	5055	0.6180511593124104	8	4	1	2	3	False	114836	fragment	False	ISR0018_000000004313	0.9880931469568		0	0	False	False	0.9998021721839905	0					non-mobilizable	no_good_hit	1420.0	98.73200000000001	65.0	0.1714182169606185	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ENG0135_000000004582	4406	0.6180485849406814	5	2	2	2	2	False	58106	maximal	True	ENG0135_000000004582	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0107_000000010012	5196	0.6180466149195702	5	4	2	4	1	True	122410	maximal	True	MON0107_000000010012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	74.178	12.0	0.0002226623715059916	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
SPA0087_000000003954	3903	0.6180427833159157	4	4	4	4	3	False	72570	maximal	False	USA0023_01_000000007676	0.9351651000241021		0	0	False	False	0.9979503154754639	0					non-mobilizable	other	3257.0	95.579	94.0	0.028160834857375642	NZ_NFHM01000007.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_7, whole genome shotgun sequence	False	False
MAD0041_000000032870	1165	0.618040078536336	2	2	2	1	1	False	18192	maximal	True	MAD0041_000000032870	1.0		5	4	False	False	1.0	0					non-mobilizable	chromosome	1165.0	99.742	100.0	0.00023626189834405578	CP044098.1	enterobacteria	Citrobacter portucalensis strain FDAARGOS_617 chromosome, complete genome	False	False
AST0099_000000002806	7009	0.6180327982828864	11	7	5	5	3	True	108920	maximal	True	AST0099_000000002806	1.0		8	4	False	False	0.9994292855262756	0					non-mobilizable	no_good_hit	488.0	72.131	7.0	0.00958929263664742	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	True	True
ISR0207_000000002773	7823	0.6180280469216501	9	6	4	4	3	False	63666	maximal	True	ISR0207_000000002773	1.0		2	1	False	False	0.9980825781822205	0					non-mobilizable	no_good_hit								True	False
MON0043_000000002101	7941	0.6180219432474015	6	6	6	6	6	False	11699	maximal	True	MON0043_000000002101	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3494.0	74.29899999999999	44.0	0.019782837611558978	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
MAD0034_000000014374	1113	0.6180217076923848	1	1	1	1	1	False	87015	fragment	False	FIJ0061_000000022609	0.3334957585564382		0	0	False	False	1.0	0					non-mobilizable	plasmid	1113.0	91.285	100.0	0.00456354906225633	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
SPA0112_000000018818	1769	0.6180169954842428	2	2	2	2	2	False	4528	maximal	True	SPA0112_000000018818	1.0		307	12	False	False	0.9932165145874023	0					non-mobilizable	other	1767.0	84.493	99.0	0.0031767449999188227	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0078_01_000000007121	2282	0.6180146998054804	3	3	3	3	3	False	89336	fragment	False	SPA0019_000000011349	0.6325438244346313		0	0	False	False	0.9995617866516113	0					non-mobilizable	no_good_hit	984.0	73.679	43.0	0.00859867264066739	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
AST0048_000000009636	1629	0.6180039638562148	2	2	2	2	2	False	114891	fragment	False	AST0048_000000009636	1.0		0	0	False	False	0.9993861317634583	0					non-mobilizable	no_good_hit	103.0	80.583	6.0	1.5899669270979495e-05	CP026881.1	g-proteobacteria	Pseudomonas sp. LG1D9 chromosome, complete genome	True	False
FIJ0048_000000021403	1574	0.6179971158814828	3	2	2	2	1	False	46751	maximal	True	FIJ0048_000000021403	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	99.12700000000001	44.0	0.016242837524269547	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0037_000000025084	1429	0.6179938363385761	2	2	2	2	1	False	65155	maximal	True	ENG0037_000000025084	1.0		80	12	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	75.229	15.0	2.2111230335606757e-05	CP034669.1	d-proteobacteria	Corallococcus coralloides strain B035 chromosome, complete genome	True	False
MON0086_000000025812	1176	0.6179886380414703	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.29790158869948197		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	98.81	100.0	0.004797680780694949	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
TAN0009_000000024342	1720	0.6179870439227274	3	2	1	2	0	True	2677	maximal	True	TAN0009_000000024342	1.0		2	1	False	False	0.994767427444458	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.004108885464817668	NZ_FNPK01000051.1	g-proteobacteria	Acinetobacter kyonggiensis strain ANC 5109, whole genome shotgun sequence	True	True
DEN0053_000000008273	1480	0.617985544021238	2	1	1	1	1	False	89745	fragment	False	DEN0053_000000008273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0038330494037478705	XM_015433352.1	primates	PREDICTED: Macaca fascicularis ST6 beta-galactosamide alpha-2,6-sialyltranferase 2 (ST6GAL2), transcript variant X4, mRNA	True	False
ISR0125_000000004427	3406	0.6179839179063309	4	4	4	4	3	False	95294	fragment	False	ISR0125_000000004427	1.0		0	0	False	False	0.9932472109794617	0					non-mobilizable	chromosome	3387.0	98.70100000000001	100.0	0.0009815388941309133	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0208_000000004216	5787	0.6179824649387959	7	7	3	4	6	True	123607	fragment	False	ISR0087_000000003064	0.7431439580161466		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5791.0	98.53200000000001	100.0	0.001545696459171467	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0026_000000010167	1245	0.6179801864808523	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.552847637915537		0	0	False	False	0.9991967678070068	0					non-mobilizable	chromosome	1245.0	94.94	100.0	0.000347863922568399	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0131_000000015544	1196	0.6179791656690842	2	2	2	2	2	False	40805	fragment	False	FIJ0131_000000015544	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	99.155	99.0	0.0005004079826705712	CP059699.1	firmicutes	Weissella cibaria strain CBA3636 chromosome, complete genome	False	False
ISR0043_000000018321	1213	0.6179790006472963	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.027147198141031368		0	0	False	False	1.0	0					non-mobilizable	chromosome	1213.0	90.19	100.0	0.0003247957431390919	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0115_000000009244	2609	0.6179777559986084	3	3	3	3	3	False	41742	maximal	True	FIJ0115_000000009244	1.0		82	9	False	False	1.0	0					non-mobilizable	chromosome	2609.0	99.77	100.0	0.0004959941058859933	CP052569.1	enterobacteria	Klebsiella pneumoniae strain A16KP0119 chromosome, complete genome	False	False
ENG0021_000000006846	2751	0.6179730335476101	3	3	3	3	3	False	66380	maximal	True	ENG0021_000000006846	1.0		17	8	False	False	0.9992730021476746	0					non-mobilizable	no_good_hit								True	False
AST0025_000000035194	1117	0.6179712092082202	2	1	1	1	1	False	119627	maximal	True	AST0025_000000035194	1.0		138	11	False	False	0.9937332272529602	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000022066	1202	0.6179680622882141	2	2	2	2	2	False	21261	maximal	True	ISR0820_000000022066	1.0		31	6	False	False	0.9933444261550903	0					non-mobilizable	no_good_hit	662.0	75.68	54.0	0.0023407720252688847	NZ_FOJI01000005.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
CAN0015_000000016179	2339	0.6179605828390143	3	2	2	2	1	True	93264	fragment	False	FIJ0029_000000013392	0.9580801944106926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	100.0	3.0	7.74564839790945e-06	LN899821.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : III	True	True
ISR0221_000000001935	10344	0.6179506888949885	9	5	4	5	3	True	111593	fragment	False	ISR0221_000000001935	0.9708165580229547		0	0	False	False	1.0	0					non-mobilizable	other	9488.0	99.96799999999999	92.0	0.20539077722450746	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MON0078_000000009326	4197	0.6179411198252838	4	3	2	2	3	False	11049	maximal	False	MON0057_000000005133	0.9263988855351754		0	0	False	False	0.9992852210998535	0					non-mobilizable	other	4016.0	79.557	95.0	0.001703723290008617	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ISR0347_000000016394	1387	0.6179385625503355	2	2	2	2	1	False	24163	fragment	False	ISR0347_000000016394	1.0		0	0	False	False	0.9992790222167969	0					non-mobilizable	chromosome	1387.0	99.56700000000001	100.0	0.0003084559664642044	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0774_000000012010	2068	0.6179330853638924	2	2	1	1	2	False	22475	fragment	False	ISR0774_000000012010	1.0		0	0	False	False	0.990812361240387	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	5.0	2.3882122287574075e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0059_000000010511	3542	0.6179267830069302	2	2	2	2	2	False	125508	maximal	False	ENG0039_000000005571	0.8664949221775414		0	0	False	False	0.9957650899887085	0					non-mobilizable	no_good_hit	740.0	73.919	20.0	0.00034226434837068804	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ISR0037_000000022283	1119	0.6179241830532872	4	1	1	1	1	False	36662	maximal	True	ISR0037_000000022283	1.0		1	1	False	False	0.9848078489303589	0					non-mobilizable	no_good_hit	225.0	97.333	20.0	0.009320517621603628	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
ENG0188_000000005527	4818	0.6179190444590599	5	4	1	4	1	True	103079	fragment	False	ENG0188_000000005527	1.0		0	0	False	False	0.9970942139625549	0					non-mobilizable	other	2952.0	98.509	94.0	0.011446946834343169	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
FIJ0046_000000003234	7400	0.6179180638597805	7	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.7506925725086239		0	0	False	False	1.0	0					non-mobilizable	other	7332.0	98.82700000000001	99.0	0.12121061771272637	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0217_000000007289	3551	0.6179127378462367	4	4	4	3	2	False	110233	maximal	True	ISR0217_000000007289	1.0		102	6	False	False	0.9994367957115173	0					non-mobilizable	other	3365.0	97.89	99.0	0.01621110156317888	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
FIJ0105_000000002420	10351	0.6179103692863832	12	12	12	11	12	False	98064	maximal	True	FIJ0105_000000002420	0.989696593144869		47	11	False	False	1.0	0					non-mobilizable	chromosome	10351.0	99.932	100.0	0.0019161918769016121	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
CHI0078_000000012185	1244	0.6179084125516755	3	3	3	2	2	False	93811	fragment	False	CAN0013_000000017599	0.9392575614271709		0	0	False	False	0.9959806799888611	0					non-mobilizable	other	1243.0	100.0	99.0	0.010416142504906155	NZ_NQCD01000014.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_14_length_119238_cov_74.4289_ID_27.ctg_1, whole genome shotgun sequence	False	False
ISR0158_000000000720	15800	0.61790300250974	18	7	5	7	6	True	30519	fragment	False	ISR0158_000000000720	0.9823922282938677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	1.0	0.0007997709298077588	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	True	True
ENG0102_000000019754	1463	0.6179019105833242	3	2	2	2	1	False	60359	fragment	False	ENG0102_000000019754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0236_000000002978	3246	0.6179014975178021	3	2	2	2	2	False	121135	maximal	True	ISR0236_000000002978	1.0		189	7	False	False	0.999691903591156	0					non-mobilizable	chromosome	1741.0	99.13799999999999	100.0	0.0005481286245753894	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0079_000000020116	2720	0.6179001306269626	3	3	2	3	2	False	75653	fragment	False	DEN0079_000000020116	0.9928201037096132		0	0	False	False	0.9952206015586853	0					non-mobilizable	no_good_hit	200.0	74.5	7.0	0.0010268111808328579	NZ_VCQZ01000005.1	firmicutes	Paenibacillus thermoaerophilus strain DSM 26310 Scaffold5, whole genome shotgun sequence	True	False
CHI0033_000000004899	1474	0.6178924353203754	2	2	2	2	2	False	88322	fragment	False	CHI0033_000000004899	1.0		0	0	False	False	0.9993215799331665	0					non-mobilizable	other	1474.0	99.86399999999999	100.0	0.009965226568525309	NZ_QRML01000003.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf3, whole genome shotgun sequence	False	False
ISR0039_000000020756	1788	0.61789023946376	3	3	3	3	1	False	36540	fragment	False	ISR0039_000000020756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	91.762	54.0	0.0002686665651204475	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0074_000000022706	1333	0.6178889799029829	2	2	2	2	2	False	34678	maximal	True	ISR0074_000000022706	1.0		22	6	False	False	0.9894973635673523	0					non-mobilizable	no_good_hit	1114.0	70.82600000000001	82.0	0.020506476222609607	NZ_LZFO01000015.1	firmicutes	Clostridium acetireducens DSM 10703 CLAC_contig000015, whole genome shotgun sequence	True	False
FIJ0014_000000001935	10753	0.6178844000441098	11	10	8	9	10	False	101320	fragment	False	FIJ0014_000000001935	0.9564225975171441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1429.0	79.706	13.0	0.00869904475100737	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
AUS0018_000000020857	1367	0.6178753664051944	1	1	1	1	1	False	99852	maximal	True	AUS0018_000000020857	1.0		1	1	False	False	0.9992684721946716	0					non-mobilizable	no_good_hit								True	False
ENG0190_000000002215	12522	0.6178725479974257	11	4	4	4	2	True	111596	fragment	False	SPA0058_000000001566	0.9887155926215545		0	0	False	False	1.0	0					non-mobilizable	other	9733.0	98.161	94.0	0.21058670707945443	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MAD0102_000000003215	4842	0.6178699100254429	7	7	2	7	6	True	15033	fragment	False	MAD0102_000000003215	1.0		0	0	False	False	0.9997934699058533	0			MPF_F		non-mobilizable	plasmid	4766.0	99.811	98.0	0.053679253785147804	CP024864.1	enterobacteria	Escherichia coli strain AR_0015 plasmid unitig_2_pilon, complete sequence	False	True
FIJ0013_000000027499	1116	0.6178676956654099	2	1	1	1	1	False	50537	fragment	False	FIJ0013_000000027499	1.0		0	0	False	False	0.9991039633750916	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
USA0063_01_000000003502	5970	0.6178614135025596	5	3	2	3	3	False	96114	backbone	False	ENG0142_000000003285	0.4095169657256029	PS513	0	0	False	True	0.9998325109481812	0					non-mobilizable	other	5941.0	96.415	99.0	0.37366301749087705	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	True
MAD0111_000000004789	3551	0.617859027700931	4	4	3	4	3	False	65047	maximal	True	MAD0111_000000004789	1.0		2	1	False	False	0.9994367957115173	0					non-mobilizable	no_good_hit	1500.0	95.133	74.0	0.013658947985992704	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
USA0063_01_000000011299	1819	0.6178571388262294	3	3	3	3	1	False	77819	maximal	True	USA0063_01_000000011299	0.9895914659940757		152	11	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	77.749	21.0	0.00011640847824792373	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0119_000000020458	1545	0.6178549909949143	2	2	2	2	1	False	4208	maximal	True	SPA0119_000000020458	1.0		3	2	False	False	0.9980582594871521	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000015765	1822	0.6178415925806371	3	2	2	2	2	False	29985	fragment	False	ISR0171_000000015765	1.0		0	0	False	False	0.9956092238426208	0					non-mobilizable	other	1822.0	99.34100000000001	100.0	0.03388600457768101	NZ_PYLP01000017.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_16, whole genome shotgun sequence	False	False
FIJ0068_000000005757	5211	0.6178374789928182	5	4	3	3	0	False	45120	fragment	False	FIJ0068_000000005757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	95.588	1.0	0.029105125977410946	HG796416.1	bacteria	Uncultured bacterium plasmid pRGI01031	True	False
MAD0088_000000009881	2423	0.617835939245697	4	2	1	2	2	False	46584	maximal	True	MAD0088_000000009881	1.0		1	1	False	False	0.9995872974395752	0					non-mobilizable	no_good_hit	623.0	83.146	26.0	0.010774515927545284	NZ_VZBY01000065.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_21_length_57636_cov_25.0651_ID_41, whole genome shotgun sequence	True	False
ISR0153_000000019783	1471	0.6178324050742549	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.17153195794727874		0	0	False	False	1.0	0					non-mobilizable	other	1412.0	95.963	96.0	0.000391555725877668	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0013_000000040234	1407	0.6178324050742549	2	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.15487866326353986		0	0	False	False	0.9985785484313965	0					non-mobilizable	other	1308.0	95.48899999999999	93.0	0.0003626750198554854	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0041_000000033366	1957	0.6178309216509833	2	2	2	2	2	False	66202	fragment	False	ETH0001_000000015139	0.9383164005805515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	81.618	62.0	0.00042559391439044215	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0086_000000024083	1386	0.6178266893758778	2	1	1	1	1	False	43812	fragment	False	FIJ0086_000000024083	1.0		0	0	False	False	0.9884560108184814	0					non-mobilizable	no_good_hit								True	False
ISR0318_000000001061	4212	0.6178185744098637	5	5	5	5	4	False	25126	maximal	True	ISR0318_000000001061	1.0		9	4	False	False	0.9741215705871582	0					non-mobilizable	chromosome	3842.0	99.662	91.0	0.0008139598457778137	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
MAD0091_000000006150	2419	0.6178122989248402	5	4	2	4	2	False	15752	maximal	True	MAD0091_000000006150	1.0		9	1	False	False	0.9847044348716736	0					non-mobilizable	no_good_hit	1206.0	97.927	50.0	0.0005997095514570702	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
CHI0169_000000001427	9419	0.6178104991079456	8	6	6	5	4	False	125013	maximal	True	CHI0169_000000001427	1.0		1	1	False	False	0.999893844127655	0					non-mobilizable	no_good_hit	2009.0	73.768	21.0	0.0006677709223878079	NZ_CP019633.1	bacteria	Sedimentisphaera cyanobacteriorum strain L21-RPul-D3 chromosome, complete genome	True	False
MON0097_000000030823	1211	0.6178044631338598	1	1	1	1	1	False	73328	fragment	False	ETH0002_000000019035	0.9673518510210484		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	96.867	100.0	0.06348873755893138	NZ_CYYU01000028.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0054_000000014326	1781	0.6178018912707867	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.03541185525624023		0	0	False	False	0.9921392202377319	0					non-mobilizable	chromosome	1675.0	87.22399999999999	100.0	0.0004753005828192066	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0031_000000024671	1356	0.6177986184160326	1	1	1	1	1	False	37955	fragment	False	SPA0031_000000024671	0.9826224328593998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0001_000000007092	6566	0.6177904483406397	8	7	2	5	5	False	113692	maximal	True	CAN0001_000000007092	1.0		1	1	False	False	0.9977155327796936	0					non-mobilizable	no_good_hit	2587.0	94.318	80.0	0.000901032161096882	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0083_000000029444	1235	0.6177759162346916	2	1	1	1	1	False	44039	fragment	False	MON0023_000000018435	0.9649231504428712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	89.545	40.0	0.0005459485856675974	NZ_FOGP01000002.1	actinobacteria	Olsenella umbonata strain KHGC19, whole genome shotgun sequence	True	False
MON0067_000000010389	1746	0.6177667561545411	3	2	1	2	1	False	10595	maximal	True	MON0067_000000010389	1.0		1	1	False	False	0.9954180717468262	0					non-mobilizable	chromosome	1647.0	100.0	94.0	0.0003488096605442024	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
DEN0046_000000003984	5248	0.6177666756354548	6	3	3	1	2	False	72760	maximal	True	DEN0046_000000003984	1.0		1	1	False	False	0.9996188879013062	0					non-mobilizable	no_good_hit	709.0	83.21600000000001	14.0	0.012105163608851902	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CHI0023_000000001186	8198	0.6177661211892118	10	10	1	8	9	True	89156	fragment	False	CHI0023_000000001186	1.0		0	0	False	False	0.9948768019676208	0			MPF_F		non-mobilizable	plasmid	8166.0	99.339	99.0	0.06430169181815318	CP048648.1	enterobacteria	Escherichia coli strain GW-AmxH19 plasmid unnamed, complete sequence	False	True
MON0023_000000008048	2505	0.6177636989854843	3	3	3	3	3	False	12984	maximal	True	MON0023_000000008048	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	97.93700000000001	58.0	0.0007176155578657292	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	True	False
ISR0389_000000004691	4176	0.6177598454405364	4	3	2	3	1	False	102344	maximal	True	ISR0389_000000004691	1.0		1	1	False	False	0.9906609058380127	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.359792562309844e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0268_000000012163	1647	0.6177545306489362	2	2	2	2	2	True	26490	maximal	True	ISR0268_000000012163	0.9643539147040101		17	5	False	False	0.9896782040596008	0					non-mobilizable	no_good_hit	1432.0	76.257	86.0	0.010020353843745108	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	True	True
MON0030_000000009003	3724	0.617746877184107	4	4	4	2	2	True	120782	fragment	False	ISR0294_000000004770	0.6664130188747331		0	0	False	False	1.0	0					non-mobilizable	other	3644.0	95.14299999999999	98.0	0.00135014637413124	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0090_000000003146	6608	0.6177449148517907	11	5	4	4	2	False	60518	maximal	True	ISR0090_000000003146	1.0		0	0	False	False	0.9934927225112915	0					non-mobilizable	no_good_hit	1019.0	100.0	15.0	0.006757788384304406	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
ETH0002_000000011214	2392	0.617738708268328	4	4	3	3	1	False	53348	fragment	False	ETH0002_000000011214	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2394.0	95.61399999999999	100.0	0.0006725095087167686	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0039_000000000317	19171	0.6177381558858921	22	7	4	4	5	True	18522	maximal	True	MAD0039_000000000317	1.0		4	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	3941.0	78.153	46.0	0.05687665339108695	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	True
MAD0065_000000007137	1619	0.6177357011092622	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.8794206506785122		0	0	False	False	1.0	0					non-mobilizable	chromosome	1619.0	99.876	100.0	0.0003277927976750617	CP043744.1	enterobacteria	Escherichia coli strain CVM N16EC0879 chromosome, complete genome	False	False
ENG0166_000000005788	4505	0.6177300152820129	6	6	3	3	3	False	110732	maximal	True	ENG0166_000000005788	1.0		0	0	False	False	0.9968923330307007	0					non-mobilizable	no_good_hit	1210.0	98.926	27.0	0.00018397928475428037	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
MON0088_000000017209	1859	0.6177291952930002	2	2	2	2	2	False	17608	maximal	True	MON0088_000000017209	1.0		12	5	False	False	1.0	0					non-mobilizable	other	1825.0	98.74	98.0	0.007633779474173217	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
FIJ0096_000000001453	16391	0.6177261273468456	13	7	4	7	3	False	72781	fragment	False	FIJ0096_000000001453	0.9538915529324973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	9.109713097623973e-05	NZ_JHVJ01000003.1	g-proteobacteria	Marinobacterium jannaschii DSM 6295 Q354DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
SPA0060_000000004551	3587	0.6177259164619856	3	3	3	3	3	False	6245	maximal	False	SPA0061_000000004832	0.966657949790795		0	0	False	False	0.9980484843254089	0					non-mobilizable	chromosome	3569.0	99.552	99.0	0.0006439735932914091	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
CAN0013_000000009500	2358	0.6177171797235315	3	3	2	3	2	False	117058	fragment	False	ENG0077_000000008765	0.9280494014468633		0	0	False	False	0.9995759129524231	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000008202	3861	0.6177037808579339	3	3	3	3	3	False	52533	fragment	False	FIJ0071_000000008812	0.964043045575447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	90.155	8.0	5.780752322763489e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0131_000000011808	1572	0.6176997489099522	3	3	3	3	3	False	42764	fragment	False	FIJ0131_000000011808	0.9536082474226805		0	0	False	False	0.9923664331436157	0					non-mobilizable	chromosome	1572.0	99.109	100.0	0.00028880895627641975	CP016344.1	enterobacteria	Klebsiella variicola strain E57-7 chromosome, complete genome	False	False
MAD0078_000000006505	1522	0.6176957055360827	2	2	2	2	2	False	16196	maximal	True	MAD0078_000000006505	1.0		25	4	False	False	0.9862023591995239	0					non-mobilizable	no_good_hit	126.0	77.778	8.0	0.005150603650747868	NZ_FRDH01000019.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
MAD0096_000000003393	4697	0.6176920820201415	2	1	1	1	1	False	15524	maximal	True	MAD0096_000000003393	1.0		8	5	False	False	0.9974451661109924	0					non-mobilizable	no_good_hit	105.0	86.667	2.0	0.001795921186689461	NZ_OFSM01000029.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
MAD0089_000000021010	1343	0.6176910686556529	2	2	2	2	1	False	35548	maximal	True	MAD0089_000000021010	1.0		795	14	False	False	1.0	0					non-mobilizable	chromosome	1344.0	95.90799999999999	100.0	0.00046776988788859407	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0067_000000005647	4671	0.6176910379043915	5	4	3	3	4	True	105438	fragment	False	ISR0067_000000005647	1.0		0	0	False	True	1.0	0					non-mobilizable	other	4690.0	95.117	100.0	0.0009894647871974873	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0057_000000011409	1937	0.6176867647881799	3	3	3	2	1	False	35586	maximal	True	ISR0057_000000011409	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	96.911	13.0	0.0019017033934676118	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	False
SPA0092_000000031408	1445	0.617683737338788	2	1	1	1	1	False	91378	fragment	False	SPA0092_000000031408	1.0		0	0	False	False	0.9979238510131836	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00012909774034437936	NZ_CZBD01000005.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0105_000000039873	1371	0.6176834687065389	2	1	1	1	1	False	40354	fragment	False	FIJ0140_000000024829	0.9683911701469049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	74.479	14.0	5.3510895129687476e-05	CP027869.1	high GC Gram+	Curtobacterium sp. SGAir0471 chromosome, complete genome	True	False
MON0063_000000012887	2257	0.6176812630431889	3	3	3	3	3	False	10748	fragment	False	MON0063_000000012887	1.0		0	0	False	False	0.9955693483352661	0					non-mobilizable	no_good_hit	1020.0	76.373	45.0	0.00034319690293678007	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0056_000000008987	1188	0.6176800660421746	2	2	2	2	2	False	63587	fragment	False	ENG0056_000000008987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	88.325	16.0	5.775253777978513e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0084_01_000000004911	6321	0.6176798003563336	14	4	2	4	2	True	481	maximal	True	USA0084_01_000000004911	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.06794002934654e-06	CP019332.1	CFB group bacteria	Winogradskyella sp. PC-19 genome	True	True
USA0031_01_000000011746	2456	0.6176788118437323	4	2	2	2	1	True	1539	maximal	True	USA0031_01_000000011746	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	335.0	77.612	13.0	0.0011906447268595656	NZ_SRMQ01000003.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000003, whole genome shotgun sequence	True	True
CHI0049_000000006012	2671	0.6176780854091322	3	3	3	3	3	False	86800	maximal	True	CHI0049_000000006012	1.0		1	1	False	False	0.9966304898262024	0					non-mobilizable	plasmid	2238.0	100.0	100.0	0.01971202988967608	CP056686.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00634 plasmid pRHBSTW-00634_5, complete sequence	False	True
FIJ0068_000000018331	1744	0.6176764928038527	3	3	3	3	1	True	45060	maximal	True	FIJ0068_000000018331	1.0		120	8	False	False	0.9994266033172607	0					non-mobilizable	no_good_hit	1210.0	80.248	69.0	0.02472081113876149	NZ_JH379399.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld290, whole genome shotgun sequence	True	True
ISR0816_000000016759	2396	0.6176745742033337	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8522366769327182		0	0	False	False	0.9995826482772827	0					non-mobilizable	no_good_hit	800.0	78.0	33.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0143_000000012858	2361	0.6176745742033337	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.848293245613131		0	0	False	False	0.9991528987884521	0					non-mobilizable	no_good_hit	800.0	78.0	34.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0151_000000011662	2134	0.6176742024056511	3	2	2	2	2	False	97345	fragment	False	SPA0132_000000015268	0.4847650379016609		0	0	False	False	1.0	0					non-mobilizable	other	2135.0	99.344	100.0	0.005836038494881844	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0089_000000004551	4844	0.6176534844989766	5	5	2	5	4	True	124275	maximal	True	ENG0089_000000004551	1.0		349	13	False	False	1.0	0					non-mobilizable	other	4838.0	99.215	100.0	0.001449486611297262	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0168_000000018495	1674	0.6176532789640647	3	1	1	1	1	False	55975	maximal	True	ENG0168_000000018495	1.0		19	8	False	False	0.980286717414856	0					non-mobilizable	no_good_hit								True	False
SPA0030_000000010297	2978	0.6176516329135787	3	2	2	2	2	False	7337	maximal	True	SPA0030_000000010297	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	79.918	16.0	0.00789768757007979	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ISR0111_000000009732	1835	0.617649874403313	3	3	3	3	3	False	120659	fragment	False	MON0104_000000022401	0.7751408719999042		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	99.01899999999999	100.0	0.0030449183566738335	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0284_000000007350	1783	0.6176454301681074	2	2	2	2	2	False	26087	maximal	True	ISR0284_000000007350	1.0		369	13	False	False	0.9831744432449341	0					non-mobilizable	other	1783.0	100.0	100.0	0.004153720283534531	NZ_NQCD01000079.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_1_length_429013_cov_62.7344_ID_1.ctg_1, whole genome shotgun sequence	False	False
AST0087_000000005749	5417	0.617640686052887	5	3	3	3	3	False	111064	maximal	True	AST0087_000000005749	1.0		31	5	False	False	0.9983385801315308	0					non-mobilizable	no_good_hit	1659.0	98.794	32.0	0.23811575470343244	NZ_CYZN01000052.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0042_000000015485	1989	0.6176193089468767	3	3	2	2	2	False	108209	fragment	False	ISR0042_000000015485	0.9971383975026015		0	0	False	False	0.9994972348213196	0					non-mobilizable	no_good_hit	1194.0	71.692	59.0	0.000333550590682612	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0052_000000016966	1662	0.6176086703772542	3	3	1	3	2	False	11219	maximal	True	MON0052_000000016966	1.0		0	0	False	False	0.9476534128189087	0					non-mobilizable	no_good_hit	1363.0	89.655	82.0	0.00042340479676258657	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0096_000000006727	5097	0.6176067457523841	1	1	1	1	1	False	5177	maximal	True	SPA0096_000000006727	1.0		24	7	False	False	0.999411404132843	0					non-mobilizable	no_good_hit	3362.0	89.649	78.0	0.0013045972187246426	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MAD0062_000000008576	1650	0.6176032515874346	3	2	1	2	1	False	65261	fragment	False	MAD0062_000000008576	1.0		0	0	False	False	0.9981818199157715	0					non-mobilizable	no_good_hit								True	False
AUS0020_000000016734	1574	0.6176032515874346	3	2	1	2	1	False	99521	fragment	False	AUS0020_000000016734	1.0		0	0	False	False	0.9879288673400879	0					non-mobilizable	no_good_hit								True	False
AST0102_000000023845	1318	0.6176003181346127	2	1	1	1	1	False	108129	fragment	False	AST0102_000000023845	0.9677247278252038		0	0	False	False	0.999241292476654	0					non-mobilizable	other	1318.0	94.765	100.0	0.006880050986558564	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ISR0013_000000011125	2267	0.6175987515918117	2	2	2	2	1	False	118572	fragment	False	ISR0095_000000014124	0.9844794440045579		0	0	False	False	0.9960299730300903	0					non-mobilizable	other	1240.0	98.306	96.0	0.03434511434511434	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	False	False
CHI0111_000000005245	5877	0.6175949818442708	7	1	1	1	1	False	82644	fragment	False	CHI0111_000000005245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	79.759	21.0	0.00033365365243493247	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
USA0072_01_000000012262	1446	0.6175949818442708	2	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.17561264697528467		0	0	False	False	0.9965421557426453	0					non-mobilizable	other	1400.0	82.429	96.0	0.5665849673202614	NZ_CABIWU010000126.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0104_000000022959	1381	0.6175949818442708	2	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.1747406277605506		0	0	False	False	0.9978276491165161	0					non-mobilizable	other	1387.0	83.92200000000001	100.0	0.005003462541106346	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0088_000000019171	1304	0.6175949818442708	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.13814833463060894		0	0	False	False	0.9992331266403198	0					non-mobilizable	other	1304.0	97.699	100.0	0.0003899235145425311	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0144_000000013332	1277	0.6175949818442708	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.7061092990799055		0	0	False	False	0.9882537126541138	0					non-mobilizable	other	1277.0	99.92200000000001	100.0	0.0004096586990832121	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0041_000000026908	1254	0.6175949818442708	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.6488656131211117		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	100.0	100.0	0.0004022745689273235	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0049_000000015127	1201	0.6175949818442708	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.5839615077070737		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	100.0	100.0	0.0003852589646550584	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0183_000000010028	3373	0.6175885324074888	7	5	3	3	4	True	130603	fragment	False	ISR0183_000000010028	0.961369317696765		0	0	False	False	1.0	0		MOBV			mobilizable	other	1842.0	94.68	90.0	0.36207576953433307	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0199_000000015907	1914	0.6175874426405956	3	3	3	3	3	False	126777	fragment	False	ISR0199_000000015907	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	423.0	80.615	22.0	0.0029703529146147007	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	True	True
ENG0122_000000016450	1766	0.6175862531405049	4	2	1	2	1	False	59061	maximal	True	ENG0122_000000016450	1.0		2	2	False	False	0.996602475643158	0					non-mobilizable	no_good_hit	1346.0	99.331	76.0	0.0003297642786093804	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0061_000000005776	1205	0.6175862531405049	2	2	1	2	1	False	49734	fragment	False	ISR0061_000000005776	0.9870912220309811		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	99.336	100.0	0.0002951941943834156	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0038_000000006166	2249	0.6175836938637552	3	3	3	3	2	False	68023	maximal	True	MAD0038_000000006166	1.0		20	6	False	False	0.9982214570045471	0					non-mobilizable	no_good_hit	1830.0	96.667	81.0	0.0010107751399162025	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	False
MAD0097_000000004814	7343	0.6175811318923249	11	5	1	3	2	True	15443	maximal	True	MAD0097_000000004814	1.0		1	1	False	False	0.9979572296142578	0					non-mobilizable	no_good_hit	1079.0	99.351	15.0	0.0005485862707889006	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	True	True
ISR0082_000000021078	1555	0.6175785782607599	2	2	2	2	2	False	60926	fragment	False	ISR0399_000000008062	0.31530145117783637		0	0	False	False	0.9845659136772156	0					non-mobilizable	other	1258.0	98.251	100.0	0.000608230122923453	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
AUS0018_000000010571	2635	0.6175758724762198	3	1	1	1	1	False	122312	fragment	False	AUS0018_000000010571	0.9973424449506454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0005703721186374007	NZ_LMTZ01000163.1	cyanobacteria	Mastigocoleus testarum BC008 Contig-90, whole genome shotgun sequence	True	False
MON0042_000000001605	10652	0.6175734384087087	11	6	5	6	5	True	101298	fragment	False	MON0042_000000001605	0.9829260811777938		0	0	False	False	0.9999061226844788	0					non-mobilizable	no_good_hit	4050.0	98.86399999999999	87.0	0.03511525852947808	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0074_000000012720	2510	0.617567374337113	4	4	4	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.3544029678020287		0	0	False	False	0.9896414279937744	0					non-mobilizable	other	2510.0	99.44200000000001	100.0	0.005519914814228136	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0106_000000026450	1443	0.6175672756871352	3	3	2	2	1	False	120652	fragment	False	ENG0029_000000015479	0.31987796692279286		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	99.16799999999999	100.0	0.05326143163182389	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
MAD0021_000000011289	1381	0.6175672756871352	3	3	2	2	1	False	120652	fragment	False	ENG0029_000000015479	0.31058266747312685		0	0	False	False	0.9971035718917847	0					non-mobilizable	chromosome	1381.0	96.669	100.0	0.0003698169352573819	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0111_000000027590	1233	0.6175646660731126	1	1	1	1	1	False	73045	fragment	False	SPA0111_000000027590	0.9942418460029638		0	0	False	False	0.9894565939903259	0					non-mobilizable	other	1232.0	99.26899999999999	99.0	0.0003881259951645181	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
TAN0002_000000009012	3731	0.6175632736760974	4	3	3	3	1	True	52322	maximal	True	TAN0002_000000009012	1.0		2	2	False	False	0.9997319579124451	0					non-mobilizable	no_good_hit	1655.0	85.98200000000001	44.0	0.026107093008501458	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0007_000000010807	2463	0.6175623418826132	3	3	2	2	2	False	76314	maximal	True	DEN0007_000000010807	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2387.0	84.08	96.0	0.06473975818117307	NZ_GL830968.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld69, whole genome shotgun sequence	False	False
ISR0008_000000000766	12117	0.617561273093385	30	16	3	6	14	False	54537	maximal	True	ISR0008_000000000766	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2390.0	97.699	83.0	0.0007133138871092582	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0802_000000015946	1166	0.6175593386133464	1	1	1	1	1	False	61214	fragment	False	ENG0184_000000018158	0.9489437115088915		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	97.375	100.0	0.0003159947716254905	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0136_000000029967	1425	0.6175477977734047	2	2	2	1	1	False	3594	maximal	True	SPA0136_000000029967	1.0		4	1	False	False	0.9824561476707458	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000011172	2277	0.6175397717830239	3	3	2	3	2	True	8208	maximal	True	SPA0007_000000011172	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	99.4	51.0	0.03256164651344634	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
ISR0782_000000000364	25293	0.6175396157860011	32	9	6	6	6	True	117632	fragment	False	ENG0077_000000000685	0.9456969951629763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10090.0	96.016	40.0	0.9894902268932325	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
SPA0104_000000010760	3328	0.6175361884166397	2	1	1	1	1	True	116511	fragment	False	SPA0104_000000010760	1.0		0	0	False	False	0.996995210647583	0					non-mobilizable	other	1798.0	98.77600000000001	99.0	0.010931920355758877	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
SPA0136_000000012268	3237	0.6175361884166397	3	1	1	1	1	True	116513	fragment	False	SPA0034_000000009782	0.7758669196165032		0	0	False	False	0.997837483882904	0					non-mobilizable	other	3185.0	99.027	98.0	0.019357468320547994	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
ISR0121_000000007401	3218	0.6175361884166397	4	1	1	1	1	True	116513	fragment	False	SPA0034_000000009782	0.7748154968763181		0	0	False	False	1.0	0					non-mobilizable	other	3184.0	98.90100000000001	99.0	0.019357468320547994	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
ENG0060_000000009154	3077	0.6175361884166397	3	1	1	1	1	True	116513	fragment	False	SPA0034_000000009782	0.6666497033977653		0	0	False	False	1.0	0					non-mobilizable	other	3077.0	98.895	100.0	0.01870654151027187	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
SPA0089_000000012712	3075	0.6175361884166397	2	1	1	1	1	True	116513	fragment	False	SPA0034_000000009782	0.6500346822983266		0	0	False	False	0.9869918823242188	0					non-mobilizable	other	3076.0	98.992	100.0	0.018700458082138445	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
SPA0122_000000009606	2992	0.6175361884166397	6	1	1	1	1	True	116513	fragment	False	SPA0034_000000009782	0.6340695097987411		0	0	False	False	1.0	0					non-mobilizable	other	2997.0	93.82700000000001	99.0	0.018140782693863645	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
DEN0011_000000015683	2749	0.6175361884166397	3	1	1	1	1	True	116513	fragment	False	SPA0034_000000009782	0.27933953417644525		0	0	False	False	0.992724597454071	0					non-mobilizable	other	2733.0	99.012	99.0	0.01661992566050821	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
CAN0015_000000014169	2743	0.6175361884166397	4	1	1	1	1	True	116513	fragment	False	SPA0034_000000009782	0.27872966202586064		0	0	False	False	1.0	0					non-mobilizable	other	2744.0	99.089	100.0	0.01668684336997585	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
ISR0126_000000021066	2339	0.6175361884166397	3	1	1	1	1	True	116512	fragment	False	ISR0126_000000021066	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2303.0	98.654	98.0	0.013997968135003437	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
SPA0062_000000019323	1665	0.6175361884166397	1	1	1	1	1	True	37777	fragment	False	SPA0062_000000019323	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	99.339	99.0	0.010116740985880363	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
SPA0124_000000017793	1651	0.6175361884166397	3	1	1	1	1	True	116510	fragment	False	SPA0124_000000017793	0.9892257376757038		0	0	False	False	0.9969715476036072	0					non-mobilizable	other	1629.0	99.325	99.0	0.009903821001210603	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
ENG0022_000000009715	1525	0.6175361884166397	2	1	1	1	1	True	116510	fragment	False	SPA0124_000000017793	0.9518220207536231		0	0	False	False	0.9986885190010071	0					non-mobilizable	other	1522.0	95.664	99.0	0.009210310194000523	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
SPA0001_000000023296	1436	0.6175361884166397	3	1	1	1	1	True	116510	fragment	False	SPA0124_000000017793	0.81155547649334		0	0	False	False	0.9923398494720459	0					non-mobilizable	other	1413.0	99.434	98.0	0.008589800524391506	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
SPA0126_000000032243	1400	0.6175361884166397	2	1	1	1	1	True	116510	fragment	False	SPA0124_000000017793	0.8025296786130909		0	0	False	False	0.9957143068313599	0					non-mobilizable	other	1384.0	99.205	99.0	0.008413381108522274	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
ISR0154_000000014890	1395	0.6175361884166397	3	1	1	1	1	True	116510	fragment	False	SPA0124_000000017793	0.6556925319669052		0	0	False	False	0.9935483932495117	0					non-mobilizable	other	1365.0	99.634	98.0	0.00829779597398726	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
AST0039_000000012007	1332	0.6175361884166397	3	1	1	1	1	True	116510	fragment	False	SPA0124_000000017793	0.6358979245795222		0	0	False	False	0.9992492198944092	0					non-mobilizable	other	1332.0	99.55	100.0	0.008097042845584344	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
CAN0020_000000027899	1251	0.6175361884166397	2	1	1	1	1	True	96997	maximal	True	CAN0020_000000027899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	99.446	87.0	0.006582269240362329	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	True	True
SPA0098_000000031495	1234	0.6175361884166397	1	1	1	1	1	True	5038	fragment	False	SPA0098_000000031495	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	99.675	99.0	0.007488700032242169	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
DEN0085_000000022985	1217	0.6175361884166397	2	1	1	1	1	True	96994	fragment	False	DEN0085_000000022985	0.9937134320670292		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	99.664	98.0	0.0072271126225050344	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
MON0096_000000034380	1126	0.6175361884166397	2	1	1	1	1	True	96994	fragment	False	DEN0085_000000022985	0.9574742764261795		0	0	False	False	0.925399661064148	0					non-mobilizable	other	1088.0	99.632	97.0	0.006612686381029438	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
ISR0080_000000030508	1112	0.6175361884166397	2	1	1	1	1	True	96994	fragment	False	DEN0085_000000022985	0.9275158246792776		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	99.55	100.0	0.006758688656231559	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
CAN0001_000000038838	1108	0.6175361884166397	2	1	1	1	1	True	96994	fragment	False	DEN0085_000000022985	0.9452214658136813		0	0	False	False	0.9503610134124756	0					non-mobilizable	other	1108.0	98.375	100.0	0.006734354943697873	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
DEN0041_000000030760	1105	0.6175361884166397	2	1	1	1	1	True	96994	fragment	False	DEN0085_000000022985	0.9505341735507725		0	0	False	False	0.9954751133918762	0					non-mobilizable	other	1084.0	99.631	98.0	0.0065883526684957505	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
ISR0208_000000005640	4520	0.6175356693586379	6	2	2	2	1	True	108898	fragment	False	USA0135_01_000000002624	0.17341188994732304		0	0	False	False	0.9997787475585938	0					non-mobilizable	no_good_hit	3167.0	99.905	70.0	0.0012521846984295483	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ENG0089_000000005584	3917	0.6175356693586379	5	2	2	2	1	True	108878	fragment	False	ENG0089_000000005584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3349.0	96.954	87.0	0.0013202124205173192	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
SPA0116_000000009974	3837	0.6175356693586379	6	2	2	2	1	True	66984	fragment	False	SPA0116_000000009974	1.0		0	0	False	False	0.9994787573814392	0					non-mobilizable	no_good_hit	3181.0	99.969	83.0	0.0012577218385994833	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0850_000000003857	3750	0.6175356693586379	5	2	2	2	1	True	60712	maximal	True	ISR0850_000000003857	1.0		0	0	False	False	0.997866690158844	0					non-mobilizable	no_good_hit	2318.0	99.525	62.0	0.0009163966981242147	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
SPA0108_000000008425	3535	0.6175356693586379	6	2	2	2	1	True	66986	fragment	False	SPA0108_000000008425	0.9985289791115034		0	0	False	False	0.999434232711792	0					non-mobilizable	other	3536.0	99.859	100.0	0.001398127892908545	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0103_000000005646	3399	0.6175356693586379	6	2	2	2	1	True	66986	fragment	False	SPA0108_000000008425	0.9794908062234795		0	0	False	False	1.0	0					non-mobilizable	other	3399.0	99.941	100.0	0.000918770966729297	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0297_000000004649	2872	0.6175356693586379	5	2	2	2	1	True	66983	fragment	False	ISR0297_000000004649	1.0		0	0	False	False	0.9996517896652222	0					non-mobilizable	other	2794.0	99.85700000000001	100.0	0.0011046594639019989	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0854_000000002963	2645	0.6175356693586379	5	2	2	2	1	True	66981	fragment	False	USA0056_01_000000007731	0.954464930368464		0	0	False	False	1.0	0					non-mobilizable	other	2646.0	99.84899999999999	100.0	0.001046123982105545	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0136_000000004487	2619	0.6175356693586379	3	2	2	2	1	True	60713	maximal	True	ENG0136_000000004487	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2276.0	97.803	87.0	0.0008997852776144101	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
USA0056_01_000000007731	2561	0.6175356693586379	5	2	2	2	1	True	66981	fragment	False	USA0056_01_000000007731	0.9666900978512649		0	0	False	False	1.0	0					non-mobilizable	other	2561.0	99.844	100.0	0.0010125056310737977	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0013_000000011129	2415	0.6175356693586379	3	2	2	2	1	True	66981	fragment	False	USA0056_01_000000007731	0.7173861927387585		0	0	False	False	1.0	0					non-mobilizable	other	2389.0	99.54	99.0	0.0009444779089860271	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0098_000000012103	2100	0.6175356693586379	2	2	2	2	1	True	60709	fragment	False	ENG0098_000000012103	0.9686902485659656		0	0	False	False	0.9971428513526917	0					non-mobilizable	other	2100.0	100.0	100.0	0.0008301755154780866	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0119_000000015254	2092	0.6175356693586379	3	2	2	2	1	True	60709	fragment	False	ENG0098_000000012103	0.9669047619047619		0	0	False	False	0.9890057444572449	0					non-mobilizable	other	2091.0	99.95200000000001	99.0	0.0008266159253688427	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
AST0149_000000009516	2864	0.6175325386539048	2	2	2	2	2	False	104541	fragment	False	AST0149_000000009516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0093_000000008228	2167	0.6175324235638339	4	4	2	1	3	True	109545	maximal	True	AST0093_000000008228	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2167.0	99.21600000000001	100.0	0.08374574698422518	CP017368.1	firmicutes	Lactobacillus plantarum strain TMW 1.277 plasmid pL1277-5, complete sequence	False	True
ISR0176_000000027008	1263	0.6175301366337526	2	2	2	2	2	False	29801	fragment	False	ISR0228_000000022386	0.9548045602605864		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	97.78299999999999	100.0	0.02885230909922268	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0162_000000008014	2807	0.6175299910934343	4	3	3	2	1	False	39241	fragment	False	ISR0024_000000007786	0.9686417186417187		0	0	False	False	0.9882436990737915	0					non-mobilizable	chromosome	2768.0	98.374	99.0	0.0006942855307583294	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0029_000000017404	1422	0.6175283189114669	2	2	2	2	2	False	65779	maximal	True	ENG0029_000000017404	1.0		5	3	False	False	0.9985935091972351	0					non-mobilizable	no_good_hit	95.0	78.947	7.0	1.4488989523998159e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0068_000000001114	12722	0.6175277872295393	9	9	1	5	9	True	6014	maximal	True	SPA0068_000000001114	1.0		2	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	12665.0	99.55799999999999	100.0	0.04877165821327202	CP050156.1	enterobacteria	Klebsiella pneumoniae plasmid Carbapenemase(NDM-1)_IncH1B, complete sequence	False	True
ISR0284_000000007477	1763	0.6175244369223707	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.8076706627182991		0	0	False	False	1.0	0					non-mobilizable	chromosome	1763.0	99.376	100.0	0.0005553781693512571	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0002_000000004176	8075	0.6175243062183208	10	6	4	6	4	True	52455	maximal	True	FIJ0002_000000004176	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1870.0	80.85600000000001	38.0	0.0003047229931867022	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
SPA0008_000000003085	7895	0.6175176952695561	7	6	5	4	3	True	53134	fragment	False	SPA0008_000000003085	0.9863499834399804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4170.0	92.51799999999999	62.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0079_000000011057	4170	0.6175103999098778	5	5	5	5	4	False	113597	fragment	False	USA0019_01_000000006368	0.9060816541611908		0	0	False	False	0.999280571937561	0					non-mobilizable	other	4172.0	94.99	100.0	0.0010219014968356115	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0274_000000000620	5947	0.6175090948625881	6	4	3	4	2	False	26362	fragment	False	ISR0274_000000000620	1.0		0	0	False	False	0.9986547827720642	0					non-mobilizable	no_good_hit								True	False
MON0101_000000057572	1166	0.6175059414282361	2	1	1	1	1	False	8997	maximal	True	MON0101_000000057572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000014117	2357	0.6175002852581645	4	3	3	3	2	True	120241	fragment	False	ISR0002_000000007994	0.5107514581863263		0	0	False	False	0.9995757341384888	0					non-mobilizable	no_good_hit	89.0	87.64	6.0	2.9897265521352252e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0059_000000020409	1925	0.6175002852581645	4	3	3	3	2	True	120237	fragment	False	AST0025_000000020625	0.7253210812963462		0	0	False	False	0.9838960766792297	0					non-mobilizable	no_good_hit	89.0	87.64	5.0	2.9897265521352252e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
CAN0004_000000006235	4080	0.617498924344931	3	2	2	2	2	False	96261	maximal	True	CAN0004_000000006235	1.0		91	9	False	False	0.9997549057006836	0					non-mobilizable	no_good_hit	418.0	99.28200000000001	10.0	5.885816846929805e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
DEN0041_000000026696	1277	0.6174919378321638	2	2	2	2	2	False	109996	fragment	False	DEN0041_000000026696	0.9894452250832422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	73.615	29.0	0.0011055697632744305	NZ_FCNZ02000005.1	b-proteobacteria	Caballeronia telluris isolate LMG 22936, whole genome shotgun sequence	True	False
MON0032_000000026459	1214	0.6174831146467912	1	1	1	1	1	False	73328	fragment	False	ETH0002_000000019035	0.9679454885611436		0	0	False	False	0.9991762638092041	0					non-mobilizable	chromosome	1210.0	80.579	100.0	0.0004711259051832812	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0151_000000001748	7814	0.617477174858924	11	2	2	2	1	False	30783	fragment	False	ISR0151_000000001748	1.0		0	0	False	False	0.9974405169487	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.030973451327433628	XM_017909671.1	bees	PREDICTED: Eufriesea mexicana hydroxyacylglutathione hydrolase, mitochondrial (LOC108554407), transcript variant X2, mRNA	True	False
ISR0228_000000005160	4592	0.617477174858924	5	2	2	2	1	False	28930	maximal	True	ISR0228_000000005160	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000005575	2850	0.617477174858924	4	2	2	2	1	False	28929	fragment	False	ISR0374_000000005575	1.0		0	0	False	False	0.9852631688117981	0					non-mobilizable	no_good_hit	119.0	98.319	4.0	0.000552168196047786	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	False
ISR0217_000000010239	2368	0.617477174858924	3	2	2	2	1	False	28928	fragment	False	ISR0217_000000010239	1.0		0	0	False	False	0.9949324131011963	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000001137	18080	0.6174745592225369	17	12	9	10	11	False	22222	maximal	True	ISR0785_000000001137	1.0		1	1	False	False	0.9991703629493713	0					non-mobilizable	no_good_hit	3676.0	95.70200000000001	35.0	0.0016226211490895219	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
CHI0037_000000008075	1763	0.6174720323024848	2	1	1	1	1	True	87941	maximal	True	CHI0037_000000008075	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	84.444	45.0	0.0017064481042796092	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
CAN0016_000000033427	1369	0.6174685672343175	2	2	2	2	2	False	92726	fragment	False	SPA0044_000000020460	0.9393168604651163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	96.324	10.0	0.0017150667973384226	NZ_WNAJ01000020.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold20_size77548, whole genome shotgun sequence	True	False
CAN0016_000000001604	17729	0.6174671835788728	17	14	9	13	12	True	93760	maximal	True	CAN0016_000000001604	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	5359.0	84.046	57.0	0.006099959523633068	CP030095.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 2, complete sequence	True	True
ISR0190_000000014228	1597	0.6174648764720849	2	2	2	2	1	False	62000	fragment	False	ISR0190_000000014228	0.9861205145565335		0	0	False	False	0.9887288808822632	0					non-mobilizable	other	1597.0	99.875	100.0	0.04943319085671808	NZ_JAAITI010000038.1	firmicutes	Blautia luti strain MSK.16.34 NODE_38_length_32286_cov_201.248, whole genome shotgun sequence	False	False
SPA0032_000000019634	1497	0.6174640233419061	2	2	2	1	1	False	7236	fragment	False	SPA0032_000000019634	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1349.0	88.51	95.0	0.0002991877286387291	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0257_000000012054	1466	0.6174640233419061	2	2	2	1	1	False	26814	maximal	True	ISR0257_000000012054	1.0		10	6	False	False	0.9993178844451904	0					non-mobilizable	chromosome	1255.0	87.809	99.0	0.0002783090007307555	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MAD0110_000000006446	4275	0.6174626344425804	6	5	4	4	2	True	101002	maximal	True	MAD0110_000000006446	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	78.26100000000001	10.0	0.0052938745997314325	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	True
ENG0121_000000004114	4415	0.6174614297983848	5	4	3	3	2	False	59146	maximal	True	ENG0121_000000004114	1.0		49	9	False	False	0.9979615211486816	0					non-mobilizable	other	4431.0	94.155	100.0	0.0019355342162116662	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0020_000000009416	2100	0.6174603508279929	3	3	3	3	2	False	66472	fragment	False	ENG0020_000000009416	1.0		0	0	False	False	0.9957143068313599	0					non-mobilizable	no_good_hit	60.0	85.0	3.0	0.00011543253366450529	NZ_SIRE01000004.1	firmicutes	Paenibacillus thalictri strain N2SHLJ1 Scaffold3_1, whole genome shotgun sequence	True	False
ENG0013_000000012163	2223	0.6174559226939039	2	2	2	2	2	False	78367	fragment	False	ENG0013_000000012163	0.9862003128450497		0	0	False	False	1.0	0					non-mobilizable	other	2107.0	99.66799999999999	95.0	0.021723209588744366	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0011_000000009577	4729	0.6174504703045282	7	6	4	5	4	False	122192	maximal	True	MON0011_000000009577	0.9748325807971565		2	1	False	False	1.0	0					non-mobilizable	other	3983.0	97.48899999999999	99.0	0.0011913165858739958	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0090_000000013645	3071	0.6174495923395111	3	2	2	2	2	False	52769	maximal	True	FIJ0090_000000013645	0.9678546470999301		282	15	False	False	0.9947899580001831	0					non-mobilizable	chromosome	3073.0	94.175	100.0	0.0008597934872322626	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0073_000000007733	3323	0.6174466052216518	3	2	2	2	1	False	62240	maximal	True	ENG0073_000000007733	1.0		1	1	False	False	0.9975925087928772	0					non-mobilizable	no_good_hit	104.0	80.76899999999999	3.0	0.0007416795080432623	NZ_PPCX01000004.1	firmicutes	Veillonella rogosae JCM 15642 Contig_4_len_138874, whole genome shotgun sequence	True	False
SPA0151_000000011271	1684	0.6174454307974986	2	2	1	2	1	False	3240	maximal	True	SPA0151_000000011271	1.0		6	2	False	False	0.9952493906021118	0					non-mobilizable	no_good_hit	507.0	87.771	30.0	0.00015935254273014766	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0016_000000004088	4711	0.6174426092998705	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.5944146070290853		0	0	False	False	0.9997877478599548	0					non-mobilizable	chromosome	4755.0	89.274	100.0	0.0016652040113102604	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CAN0011_000000021404	1413	0.6174394654320969	3	3	2	3	2	False	94406	fragment	False	CHI0164_000000013918	0.9531744228652872		0	0	False	False	0.9957537055015564	0					non-mobilizable	other	1413.0	99.292	100.0	0.006807968988061947	NZ_CZBD01000007.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ENG0038_000000020125	1339	0.6174385699674197	2	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.24869644393319199		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	83.24600000000001	99.0	0.003152725582116152	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0145_000000021755	1604	0.6174336192187603	3	3	3	3	2	False	3362	fragment	False	SPA0145_000000021755	1.0		0	0	False	False	0.9968827962875366	0					non-mobilizable	chromosome	1604.0	99.25200000000001	100.0	0.00074760165843512	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0128_000000008998	2845	0.6174306008598934	5	4	3	3	4	False	41028	maximal	True	FIJ0128_000000008998	1.0		15	4	False	False	0.9929701089859009	0					non-mobilizable	chromosome	2258.0	88.485	91.0	0.0007669261484438739	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0200_000000022101	1150	0.6174130307270871	2	2	2	2	1	True	110324	fragment	False	ISR0200_000000022101	0.9235241502683363		0	0	False	False	0.9939130544662476	0					non-mobilizable	other	1150.0	94.26100000000001	100.0	0.01004792220512103	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
SPA0018_000000007198	3935	0.6174103182665283	6	3	3	2	1	True	66987	fragment	False	SPA0018_000000007198	1.0		0	0	False	False	0.9956797957420349	0					non-mobilizable	other	3124.0	99.87200000000001	100.0	0.0012351777679076056	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0008_000000021802	1404	0.6174076019324053	2	2	2	2	1	True	128012	fragment	False	AST0005_000000018625	0.9418499198766004		0	0	False	False	1.0	0					non-mobilizable	other	1404.0	95.869	100.0	0.08798593229918986	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	True
ENG0202_000000006986	3243	0.617399070101046	4	2	0	2	1	True	67031	maximal	True	ENG0202_000000006986	1.0		2	1	False	False	0.9990749359130859	0					non-mobilizable	no_good_hit								True	True
ENG0200_000000002362	8102	0.6173964511900301	9	7	3	5	6	True	123610	maximal	False	ENG0149_000000003054	0.9729481045270518	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	7875.0	99.505	100.0	0.01948516577246179	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
CAN0012_000000015181	3357	0.6173863808985077	5	4	2	3	3	False	95684	maximal	True	CAN0012_000000015181	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	78.748	16.0	0.0005739610100837501	NZ_NQOF01000003.1	firmicutes	Blautia hominis strain KB1 KB1_contig3, whole genome shotgun sequence	True	False
ISR0161_000000015718	1954	0.6173859880045599	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.16445039777190057		0	0	False	False	0.9994882345199585	0					non-mobilizable	other	1951.0	96.258	99.0	0.004054475082438206	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0032_000000015781	2105	0.6173853508814119	2	2	2	2	2	False	36941	maximal	True	ISR0032_000000015781	1.0		65	11	False	False	1.0	0					non-mobilizable	chromosome	2105.0	95.249	100.0	0.0010156457814427006	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
ENG0042_000000013349	1926	0.6173840527221451	2	2	2	2	2	False	64695	maximal	True	ENG0042_000000013349	1.0		8	3	False	False	0.9994807839393616	0					non-mobilizable	no_good_hit	673.0	78.009	34.0	0.00023360141035969325	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0213_000000012305	2118	0.6173830054108993	3	3	3	3	3	False	28279	fragment	False	ISR0213_000000012305	1.0		0	0	False	False	0.9631727933883667	0					non-mobilizable	other	2173.0	73.539	99.0	0.02436305362658801	NZ_CACZYW010000011.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	False	False
ISR0035_000000004822	3675	0.6173794929661663	5	4	4	4	2	True	106213	fragment	False	ISR0035_000000004822	1.0		0	0	False	False	0.9994558095932007	0					non-mobilizable	other	2335.0	99.743	98.0	0.0010593576135314554	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0054_000000021816	1212	0.6173752559593774	2	2	2	2	2	False	35683	maximal	True	ISR0054_000000021816	1.0		0	0	False	False	0.9554455280303955	0					non-mobilizable	no_good_hit	1053.0	99.81	87.0	0.00042862305657946577	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
CHI0018_000000006944	2481	0.6173751503480179	3	3	3	3	3	False	95549	fragment	False	CHI0018_000000006944	0.9794111224931821		0	0	False	False	1.0	0					non-mobilizable	chromosome	2481.0	99.194	100.0	0.0003822627023352706	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0005_000000007452	1978	0.6173686164012999	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.17884744782348838		0	0	False	False	1.0	0					non-mobilizable	other	1978.0	98.43299999999999	100.0	0.004133933593594807	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0033_000000020807	3134	0.6173620331897186	3	3	3	2	1	True	100328	fragment	False	MON0033_000000020807	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3134.0	99.96799999999999	100.0	0.0005931204839166474	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	True
MON0026_000000031876	1560	0.6173576914048008	1	1	1	1	1	False	12723	fragment	False	MON0026_000000031876	1.0		0	0	False	False	0.9570512771606445	0					non-mobilizable	no_good_hit	171.0	78.947	11.0	0.00024424524562735193	NZ_OMOQ01000002.1	a-proteobacteria	Defluviimonas aquaemixtae strain CECT 8626, whole genome shotgun sequence	True	False
MAD0013_000000006858	3310	0.6173556816513469	4	3	3	2	2	False	19601	maximal	True	MAD0013_000000006858	1.0		36	6	False	False	0.998791515827179	0					non-mobilizable	no_good_hit	830.0	79.639	25.0	0.002287218909163938	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
AST0052_000000007785	2792	0.6173555422442419	3	3	3	3	3	False	114583	maximal	True	AST0052_000000007785	1.0		3	2	False	False	0.9996418356895447	0					non-mobilizable	no_good_hit	1819.0	95.162	72.0	0.0010158084846004663	LT604074.1	firmicutes	Lactobacillus salivarius isolate LPM01 genome assembly, chromosome: I	True	False
USA0006_01_000000002582	8953	0.61735151860303	13	7	3	1	5	False	127753	maximal	True	USA0006_01_000000002582	1.0		3	2	False	False	0.9998883008956909	0					non-mobilizable	no_good_hit	2014.0	83.416	39.0	0.0006784506803000663	NZ_CAEUHO010000001.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CAN0010_000000004091	3172	0.6173471725526813	4	2	2	2	2	False	94634	fragment	False	CAN0010_000000004091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	84.624	69.0	0.00034806861967810233	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
MON0086_000000017979	1714	0.6173426370547234	3	3	3	3	1	False	9737	fragment	False	MON0086_000000017979	1.0		0	0	False	False	0.9918319582939148	0					non-mobilizable	other	1714.0	99.65	100.0	0.00047160720873505753	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
MON0053_000000033561	1230	0.6173378773984155	1	1	1	1	1	False	39126	fragment	False	MON0053_000000033561	0.9697361893479148		0	0	False	False	0.9040650129318237	0					non-mobilizable	no_good_hit	924.0	82.792	75.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0112_000000000306	33453	0.617334303394771	43	16	7	12	10	False	35846	maximal	True	MAD0112_000000000306	1.0		1	1	False	False	0.9999700784683228	0					non-mobilizable	no_good_hit	1302.0	78.264	4.0	0.010423262383712434	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CAN0004_000000002387	9254	0.6173339737120824	15	4	2	2	3	False	96289	fragment	False	CAN0004_000000002387	1.0		0	0	False	False	0.9998919367790222	0					non-mobilizable	no_good_hit	1112.0	98.831	14.0	0.00021189273230814886	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0354_000000013342	1399	0.6173329546129831	3	3	1	2	2	True	108950	fragment	False	ENG0148_000000024068	0.6711852444128563		0	0	False	False	0.9978556036949158	0					non-mobilizable	other	1399.0	91.351	100.0	0.02167739933276437	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
ISR0324_000000013876	2218	0.6173310214706096	3	2	2	2	2	False	24930	fragment	False	ISR0324_000000013876	1.0		0	0	False	False	0.9936879873275757	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	4.413281771491303e-05	NZ_RKRE01000002.1	firmicutes	Thermodesulfitimonas autotrophica strain DSM 102936 Ga0244728_12, whole genome shotgun sequence	True	False
SPA0062_000000018889	1706	0.6173201800666872	3	2	2	2	1	False	75011	fragment	False	SPA0062_000000018889	1.0		0	0	False	False	0.9835873246192932	0					non-mobilizable	no_good_hit	161.0	87.57799999999999	9.0	4.8465065926120456e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
AST0029_000000021421	1371	0.6173201800666872	2	2	2	2	1	False	117938	fragment	False	AST0029_000000021421	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	96.20700000000001	100.0	0.0006006074464801773	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0024_000000020087	1337	0.6173201800666872	2	2	2	2	1	False	37426	maximal	True	ISR0024_000000020087	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	74.303	74.0	0.0003339013920524064	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CAN0006_000000034986	1280	0.6173201800666872	2	2	2	2	1	False	95511	fragment	False	ENG0052_000000028494	0.8858709773765883		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	98.75	100.0	0.00036464801630338716	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0807_000000011896	1259	0.6173201800666872	2	2	2	2	1	False	21756	maximal	True	ISR0807_000000011896	1.0		2	1	False	False	0.9992057085037231	0					non-mobilizable	no_good_hit	208.0	78.365	16.0	6.799433864613369e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0384_000000016990	1204	0.6173201800666872	2	2	2	2	1	False	23070	maximal	True	ISR0384_000000016990	1.0		15	6	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit	166.0	78.313	14.0	0.0015910208568370506	NZ_WMDY01000001.1	fusobacteria	Oceanivirga salmonicida strain D4A NODE_1_length_103707_cov_131.11, whole genome shotgun sequence	True	False
ENG0032_000000022583	1141	0.6173201800666872	2	2	2	2	1	False	65553	maximal	True	ENG0032_000000022583	1.0		0	0	False	False	0.997370719909668	0					non-mobilizable	no_good_hit	328.0	75.305	28.0	0.0020183211067648123	NZ_JANC01000003.1	actinobacteria	Olsenella uli MSTE5 ctgN11L160034C32.5732, whole genome shotgun sequence	True	False
FIJ0013_000000027741	1106	0.6173201800666872	3	2	2	2	1	False	50533	fragment	False	FIJ0013_000000027741	1.0		0	0	False	False	0.9990958571434021	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	4.0	1.4520398867714582e-05	CP025325.1	budding yeasts	Saccharomycopsis malanga strain KCN26 chromosome 5	True	False
DEN0067_000000030143	1100	0.6173201800666872	2	2	2	2	1	False	70784	fragment	False	SPA0090_000000031159	0.9616033755274263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	93.431	62.0	0.00018411699743212326	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0139_000000004492	2398	0.6173171987241753	4	4	3	3	3	True	80337	maximal	True	CHI0139_000000004492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1806.0	99.945	75.0	0.039475986352900005	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ENG0002_000000011733	1922	0.6173080292696473	3	3	3	3	3	False	67988	maximal	True	ENG0002_000000011733	1.0		1	1	False	False	0.9916753172874451	0					non-mobilizable	no_good_hit	69.0	85.507	4.0	0.0006534942723149074	NZ_CDBO01000057.1	g-proteobacteria	Aeromonas fluvialis strain LMG 24681, whole genome shotgun sequence	True	False
FIJ0059_000000011788	1512	0.6173074885752521	3	1	1	1	1	False	45900	fragment	False	ISR0119_000000020464	0.9769736842105263		0	0	False	False	0.9993386268615723	0					non-mobilizable	no_good_hit	926.0	80.346	61.0	0.021893618548560763	NZ_JH605020.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld1005, whole genome shotgun sequence	True	False
ENG0116_000000002498	7735	0.6172988837474681	8	6	3	4	4	False	59492	maximal	True	ENG0116_000000002498	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1962.0	71.101	25.0	0.00042801392211346033	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0107_000000013221	4137	0.6172984939784902	6	5	4	5	4	False	75934	fragment	False	ENG0137_000000004265	0.7469597905234773		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	574.0	81.01	24.0	0.00015995029237067865	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MON0058_000000021661	2262	0.6172937146994751	3	3	3	3	3	False	11014	maximal	False	USA0006_01_000000009860	0.9496359223300971		0	0	False	False	0.9995579123497009	0					non-mobilizable	no_good_hit	175.0	78.857	8.0	0.00010147831954276599	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
FIJ0051_000000003803	5232	0.6172931314150379	6	5	5	5	4	False	84798	maximal	True	FIJ0051_000000003803	1.0		1	1	False	False	0.9971330165863037	0					non-mobilizable	no_good_hit	2801.0	99.85700000000001	70.0	0.09158707313881984	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
ISR0105_000000017012	1199	0.6172896894796542	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.03556999067490058	PS721	0	0	False	True	0.9783152341842651	0					non-mobilizable	no_good_hit	728.0	99.863	61.0	0.7418367346938776	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0064_01_000000003580	2363	0.6172846333079409	3	2	2	2	1	False	31897	maximal	True	USA0064_01_000000003580	1.0		1046	14	False	False	0.9995768070220947	0					non-mobilizable	chromosome	2333.0	97.557	99.0	0.0006713656464285869	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0050_000000028265	1419	0.617284217847955	2	2	2	2	2	False	11315	maximal	True	MON0050_000000028265	1.0		1	1	False	False	0.972515881061554	0					non-mobilizable	no_good_hit								True	False
ENG0143_000000005162	3692	0.6172838659337976	4	4	2	3	0	False	57628	maximal	True	ENG0143_000000005162	1.0		90	10	False	False	0.9991874098777771	0					non-mobilizable	other	3581.0	99.805	97.0	0.12756556442417333	NZ_JAAIPV010000048.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_48_length_28064_cov_115.968, whole genome shotgun sequence	False	False
ISR0196_000000008321	2357	0.6172745608759348	2	2	2	1	1	False	115171	fragment	False	ISR0196_000000008321	1.0		0	0	False	True	0.9847263693809509	0					non-mobilizable	no_good_hit	1494.0	94.98	74.0	0.0005893099180859214	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
SPA0151_000000009544	1957	0.6172745608759348	3	2	2	1	1	False	115170	fragment	False	SPA0151_000000009544	1.0		0	0	False	True	0.9994890093803406	0					non-mobilizable	no_good_hit	1497.0	96.19200000000001	88.0	0.0005901009381101978	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0256_000000011555	1542	0.6172745608759348	2	2	2	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7227396280780334	PS748	0	0	False	True	0.9902724027633667	0					non-mobilizable	other	1395.0	96.12899999999999	100.0	0.0005501544268842394	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0312_000000003667	4167	0.6172732685221115	5	1	1	1	1	False	77710	maximal	True	ISR0312_000000003667	1.0		106	10	False	False	0.9995200634002686	0					non-mobilizable	other	2165.0	98.522	96.0	0.0005851148828729249	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0225_000000016246	1366	0.6172732685221115	2	1	1	1	1	False	77707	fragment	False	CHI0176_000000005454	0.9805188625101446		0	0	False	False	0.9538799524307251	0					non-mobilizable	chromosome	1366.0	97.95	100.0	0.00039568830197539775	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0033_000000010935	1203	0.6172724760826499	2	2	2	1	1	False	117003	maximal	True	AST0033_000000010935	0.9502999143101971		2	2	False	False	1.0	0					non-mobilizable	other	1203.0	97.09100000000001	100.0	0.0007479380368804388	NZ_HE978574.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	False	False
ISR0836_000000010359	1936	0.6172719278005743	2	2	2	2	1	False	20927	maximal	True	ISR0836_000000010359	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	75.568	9.0	4.036122597340545e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MON0077_000000008233	4365	0.6172717873892652	5	3	1	2	1	False	100399	fragment	False	SPA0109_000000006216	0.9442299897676818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	91.575	10.0	7.255792563292785e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0109_000000006216	4333	0.6172717873892652	4	3	1	2	1	False	100399	fragment	False	SPA0109_000000006216	0.949795947962498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	90.56	10.0	9.016389288209417e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0050_000000005531	4268	0.6172717873892652	5	3	1	2	1	False	100399	fragment	False	SPA0109_000000006216	0.9301413233357863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	97.273	5.0	2.9076521669077708e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0350_000000015934	1259	0.6172694393698238	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.3850890218577482		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	94.12700000000001	100.0	0.28912893587680993	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
FIJ0002_000000020809	1772	0.6172651653247401	3	3	3	2	2	False	131315	fragment	False	CAN0005_000000009525	0.971894322653176		0	0	False	False	0.9994356632232666	0					non-mobilizable	no_good_hit	308.0	73.05199999999999	17.0	5.7939610642029585e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0128_000000003311	9147	0.6172648469075134	11	4	2	3	3	True	31870	fragment	False	ISR0128_000000003311	1.0		0	0	False	False	0.9975948333740234	0					non-mobilizable	no_good_hit	196.0	95.40799999999999	2.0	6.563585831675326e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0090_000000032987	1412	0.6172622426331958	1	1	1	1	1	False	47082	fragment	False	FIJ0090_000000032987	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1397.0	79.384	97.0	0.016696962765893414	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	False	False
ISR0085_000000009067	2590	0.6172603078129206	4	4	4	4	3	False	101094	fragment	False	MON0078_000000015961	0.9706316956039895		0	0	False	False	0.9915058016777039	0					non-mobilizable	chromosome	1500.0	82.53299999999999	97.0	0.00039506723478811086	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0153_000000015222	1970	0.6172602609956375	3	3	3	2	3	False	87821	fragment	False	ISR0297_000000005738	0.6029109313421543		0	0	False	False	0.9954314827919006	0					non-mobilizable	other	1951.0	99.48700000000001	100.0	0.0006260458175644699	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0375_000000007036	2953	0.6172596674538366	5	5	5	4	3	False	23393	maximal	True	ISR0375_000000007036	1.0		0	0	False	False	0.9915340542793274	0					non-mobilizable	no_good_hit	1185.0	74.768	40.0	0.002403564911646924	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
FIJ0079_000000006420	4566	0.6172588872372224	5	3	3	3	2	True	44401	maximal	True	FIJ0079_000000006420	1.0		1	1	False	False	0.9991239309310913	0					non-mobilizable	no_good_hit	2337.0	72.7	50.0	0.0005206056673390874	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0082_000000006710	2485	0.6172432923244413	4	3	2	3	2	True	131624	fragment	False	ISR0345_000000002701	0.48048851810547594		0	0	False	False	0.9987927675247192	0					non-mobilizable	other	2485.0	98.954	100.0	0.05731161460015689	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0182_000000015264	2495	0.617238976028354	2	1	1	1	1	False	29556	fragment	False	ISR0182_000000015264	1.0		0	0	False	False	0.9951903820037842	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.0001866579182551444	NZ_QPJT01000009.1	firmicutes	Anaerobacterium chartisolvens strain DSM 27016 Ga0244570_109, whole genome shotgun sequence	True	False
MON0088_000000003155	7447	0.6172321540562457	9	7	3	3	6	True	116371	fragment	False	USA0005_01_000000004191	0.4800721968105754		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	7322.0	99.959	98.0	0.22160673204988499	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0001_000000012071	3395	0.6172320548773904	5	4	4	4	4	False	121034	fragment	False	DEN0001_000000012071	0.9910383189122374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	77.264	29.0	0.02078718691429545	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
MON0033_000000019023	3482	0.6172258595478055	6	3	1	3	1	True	12334	fragment	False	MON0033_000000019023	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3482.0	96.927	100.0	0.0009807868891812247	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
SPA0045_000000006264	4406	0.6172248233583473	3	2	2	1	1	False	6769	fragment	False	SPA0045_000000006264	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2332.0	95.197	100.0	0.0005438266921618966	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0823_000000001636	1499	0.6172233882308056	2	2	2	1	1	False	21179	maximal	True	ISR0823_000000001636	1.0		4	4	False	False	0.9719813466072083	0					non-mobilizable	no_good_hit	80.0	86.25	5.0	0.0016556291390728477	NZ_MIEH01000030.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_30, whole genome shotgun sequence	True	False
ENG0004_000000005824	4570	0.6172202590092476	5	3	2	2	2	True	127998	maximal	True	ENG0004_000000005824	1.0	PS1023	3	2	False	True	0.9991247057914734	0					non-mobilizable	no_good_hit	759.0	87.088	32.0	0.11952971913781842	CP021616.1	other sequences	Unidentified plasmid plasmid FA1-2_2754, complete sequence	True	True
MON0068_000000037763	1118	0.617216950831469	2	1	1	1	1	False	10526	maximal	True	MON0068_000000037763	1.0		188	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0102_000000021974	1450	0.6172162245982613	4	2	2	2	2	False	4900	maximal	True	SPA0102_000000021974	1.0		4	3	False	False	0.9979310631752014	0					non-mobilizable	no_good_hit	747.0	100.0	52.0	0.006952858500941339	NZ_CYZO01000008.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
CHI0141_000000012730	2165	0.6172140390287888	2	2	2	2	2	False	80108	fragment	False	CHI0141_000000012730	1.0		0	0	False	False	0.9949191808700562	0					non-mobilizable	no_good_hit	1192.0	92.617	55.0	0.0003347090785130261	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0138_000000023932	1142	0.6172133172399875	2	2	2	2	2	False	3521	maximal	True	SPA0138_000000023932	1.0		3	2	True	True	1.0	7					non-mobilizable	plasmid	1139.0	100.0	100.0	0.004179229449979618	CP055326.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00409 plasmid pRHBSTW-00409_2, complete sequence	False	True
CHI0060_000000004123	3075	0.6172111698763849	5	4	3	3	2	False	123114	fragment	False	CHI0060_000000004123	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2844.0	94.444	94.0	0.002126586603703318	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0853_000000008917	1987	0.6172088914293891	1	1	1	1	0	False	20524	maximal	True	ISR0853_000000008917	1.0		1	1	False	False	0.9914444088935852	0					non-mobilizable	no_good_hit	1614.0	99.814	81.0	0.06074871949382344	NZ_NHOC01000021.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c23, whole genome shotgun sequence	True	False
USA0119_01_000000018155	1356	0.6172088914293891	1	1	1	1	0	False	222	fragment	False	USA0119_01_000000018155	1.0		0	0	False	False	0.997787594795227	0					non-mobilizable	other	1319.0	98.939	97.0	0.04963844531485387	NZ_NHOC01000021.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c23, whole genome shotgun sequence	False	False
ENG0063_000000009035	3485	0.6172072604901484	3	3	3	3	3	False	67375	maximal	True	ENG0063_000000009035	1.0		4	2	False	False	0.9994261264801025	0					non-mobilizable	chromosome	1001.0	89.111	91.0	0.00040894186601038294	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0208_000000013199	2076	0.6172053869007039	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.929678939445092		0	0	False	False	0.9995182752609253	0					non-mobilizable	chromosome	2076.0	97.68799999999999	100.0	0.0003954605551930606	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
SPA0040_000000007211	4990	0.6172049767894354	8	7	4	6	2	True	6972	fragment	False	SPA0040_000000007211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	94.118	2.0	2.036467804777408e-05	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	True
FIJ0049_000000005627	3003	0.6172048562329888	6	4	2	4	4	True	124301	fragment	False	FIJ0049_000000005627	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	3004.0	97.37	100.0	0.0012575479073354866	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ISR0088_000000008036	2917	0.6172048562329888	5	4	2	4	4	True	124291	fragment	False	AUS0022_000000012105	0.92254311707623		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2887.0	88.431	100.0	0.0010148605078466432	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0385_000000008321	2603	0.6172019623150958	3	2	2	2	1	True	23045	fragment	False	ISR0385_000000008321	1.0		0	0	False	False	0.998847484588623	0					non-mobilizable	other	2588.0	97.334	99.0	0.0982081846480905	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0245_000000006286	1324	0.6172011627564461	3	3	2	2	1	True	69022	fragment	False	ISR0245_000000006286	0.9797814801354645		0	0	False	False	1.0	0					non-mobilizable	plasmid	1272.0	93.396	96.0	0.42497482376636453	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	False	True
ISR0341_000000012543	1139	0.6172011627564461	3	3	2	2	1	True	69022	fragment	False	ISR0245_000000006286	0.6919444767990061		0	0	False	False	0.990342378616333	0					non-mobilizable	other	1140.0	93.684	99.0	0.3795060080106809	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0023_000000020671	1377	0.6172010451741661	2	2	2	1	1	False	25987	maximal	True	SPA0023_000000020671	0.9936394052087989		81	10	False	False	0.9985475540161133	0					non-mobilizable	chromosome	1377.0	100.0	100.0	0.0006014364540425621	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
SPA0076_000000013380	1315	0.6172010451741661	2	2	2	1	1	False	25987	maximal	False	SPA0023_000000020671	0.9814727020208787		0	0	False	False	1.0	0					non-mobilizable	chromosome	1315.0	99.544	100.0	0.0005743368463749466	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0287_000000012227	1194	0.6172010451741661	2	2	2	1	1	False	25987	maximal	False	SPA0023_000000020671	0.7438459567011485		0	0	False	False	0.981574535369873	0					non-mobilizable	chromosome	1194.0	100.0	100.0	0.0005214489023784714	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
FIJ0126_000000008067	4287	0.6171959352321189	3	1	1	1	1	False	41161	maximal	True	FIJ0126_000000008067	0.9953853828885009		152	12	False	False	0.9958012700080872	0					non-mobilizable	other	4248.0	99.38799999999999	99.0	0.0236263400034491	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	False
ENG0161_000000012249	1736	0.6171875737782921	3	3	3	2	2	False	84668	fragment	False	MON0043_000000014837	0.9501333765720723		0	0	False	False	0.9821428656578064	0					non-mobilizable	chromosome	1725.0	98.087	99.0	0.00048251431379831407	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0158_000000004244	3728	0.6171869638519499	5	5	2	3	4	True	123569	fragment	False	SPA0158_000000004244	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	2229.0	98.25	61.0	0.06741130887516648	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
FIJ0092_000000020118	1762	0.6171851304993469	2	2	2	2	2	False	108770	fragment	False	ENG0059_000000005801	0.3923916074097821		0	0	False	False	1.0	0					non-mobilizable	other	1763.0	93.647	100.0	0.027680899864894585	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0289_000000006778	1606	0.6171830083463713	2	2	2	1	1	False	108055	maximal	True	ISR0289_000000006778	1.0		13	6	False	False	0.9943960309028625	0					non-mobilizable	other	1074.0	97.02	98.0	0.0003230597522044387	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0048_01_000000009922	1605	0.6171812594501531	3	3	3	2	2	False	1115	maximal	True	USA0048_01_000000009922	1.0		274	12	False	False	1.0	0					non-mobilizable	chromosome	1605.0	100.0	100.0	0.0006290188678209399	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0106_000000001254	14568	0.617181225845936	14	6	5	6	3	True	77176	fragment	False	USA0023_01_000000002097	0.9405987860601515		0	0	False	False	0.9984211921691895	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007792207792207792	XM_031616378.1	birds	PREDICTED: Phasianus colchicus acyl-CoA synthetase bubblegum family member 1 (ACSBG1), mRNA	True	True
USA0119_01_000000000660	17956	0.6171803789125263	22	11	4	11	5	True	26102	fragment	False	USA0119_01_000000000660	0.9932654118459678		0	0	False	False	1.0	0					non-mobilizable	other	18081.0	84.675	100.0	0.1504304106678267	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
AST0060_000000004486	6045	0.6171744956371481	6	2	2	2	0	True	112532	maximal	True	AST0060_000000004486	1.0		3	2	False	False	0.9985111951828003	0					non-mobilizable	no_good_hit								True	True
ENG0048_000000004835	5304	0.6171744956371481	5	2	2	2	0	True	64282	maximal	True	ENG0048_000000004835	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0148_000000006496	4492	0.6171744956371481	4	2	2	2	0	True	118419	fragment	False	ISR0148_000000006496	0.9348122658056887		0	0	False	False	0.9884238839149475	0					non-mobilizable	no_good_hit								True	True
ISR0050_000000005239	4471	0.6171744956371481	3	2	2	2	0	True	118419	fragment	False	ISR0148_000000006496	0.809850652458349		0	0	False	False	0.9993290305137634	0					non-mobilizable	no_good_hit								True	True
ISR0290_000000002218	4322	0.6171744956371481	3	2	2	2	0	True	118419	fragment	False	ISR0148_000000006496	0.801192184460421		0	0	False	False	0.9946783781051636	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000005701	4104	0.6171744956371481	3	2	2	2	0	True	118419	fragment	False	ISR0148_000000006496	0.6293226399390756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0029_000000007618	4070	0.6171744956371481	3	2	2	2	0	True	118419	fragment	False	ISR0148_000000006496	0.9217798550172365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0167_000000007933	3882	0.6171744956371481	3	2	2	2	0	True	118419	fragment	False	ISR0148_000000006496	0.4695283800546958		0	0	False	False	0.9989696145057678	0					non-mobilizable	no_good_hit								True	True
SPA0137_000000009605	3807	0.6171744956371481	4	2	2	2	0	True	23046	fragment	False	SPA0137_000000009605	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3807.0	96.69	100.0	0.14448409384253283	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0038_000000006166	3527	0.617173043425245	6	5	4	4	3	True	128502	fragment	False	FIJ0148_000000004736	0.9718740802196083		0	0	False	False	0.9994329214096069	0					non-mobilizable	other	3527.0	99.943	100.0	0.00160038343843698	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
FIJ0148_000000004736	3526	0.617173043425245	6	5	4	4	3	True	128502	fragment	False	FIJ0148_000000004736	0.9869309572270077		0	0	False	False	1.0	0					non-mobilizable	chromosome	3527.0	98.384	100.0	0.0016009570316757864	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
ISR0362_000000013685	1528	0.6171677909504428	3	1	1	1	1	False	23735	maximal	True	ISR0362_000000013685	1.0		0	0	False	False	0.9698953032493591	0					non-mobilizable	no_good_hit	1098.0	98.27	72.0	0.019014438493404746	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
MON0080_000000039783	1431	0.6171660936417465	3	2	1	2	2	False	121057	maximal	True	MON0080_000000039783	1.0		37	10	False	False	0.9902166128158569	0					non-mobilizable	no_good_hit	998.0	73.347	69.0	0.0002794195380187528	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0170_000000001746	6143	0.6171621459138185	6	6	3	5	5	True	123607	fragment	False	ISR0087_000000003064	0.8258890729746827		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6144.0	99.056	100.0	0.015206847290274501	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
MAD0091_000000012500	1352	0.6171616704676927	3	2	1	2	1	False	42261	fragment	False	MAD0091_000000012500	0.9673820075972557		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	97.833	100.0	0.0011683453865359331	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
SPA0128_000000018748	1982	0.6171367991459076	3	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.8014585133224321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.557	40.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0048_000000004278	4397	0.6171332237375912	8	4	4	4	3	True	120933	fragment	False	USA0062_01_000000004946	0.7072989015319443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2489.0	99.036	57.0	0.0675154739928331	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
FIJ0062_000000019902	1483	0.6171267100110871	3	3	3	3	1	True	74699	fragment	False	FIJ0062_000000019902	1.0		0	0	False	False	0.999325692653656	0					non-mobilizable	other	1483.0	97.505	100.0	0.1027525480135894	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
MON0064_000000001267	12796	0.6171262522395935	11	5	5	5	2	True	36763	fragment	False	MON0064_000000001267	1.0		0	0	False	False	0.9994529485702515	0					non-mobilizable	no_good_hit	917.0	94.111	7.0	0.004510105795041844	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	True	True
ETH0004_000000014934	1880	0.617123974542436	3	3	3	3	3	False	52895	maximal	True	ETH0004_000000014934	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	72.778	19.0	0.0056268430700565876	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0400_000000010422	1800	0.6171155633819698	2	2	1	1	2	False	57642	fragment	False	ISR0400_000000010422	0.9931434688177045		0	0	False	False	0.9877777695655823	0					non-mobilizable	other	1781.0	98.98899999999999	99.0	0.000646430017595244	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0003_000000010080	1797	0.6171137094984748	3	3	3	2	2	False	122298	fragment	False	ENG0186_000000007597	0.473933809955462		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	79.532	97.0	0.00673888374650953	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0399_000000004863	3045	0.6171082143039001	5	4	3	4	3	False	112288	fragment	False	ISR0399_000000004863	0.9787908367175628		0	0	False	False	1.0	0					non-mobilizable	other	2195.0	99.40799999999999	96.0	0.0005376751397697927	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0062_000000005950	4147	0.6171053042075734	4	3	3	3	2	True	63218	maximal	True	ENG0062_000000005950	1.0		4	4	False	False	0.9983120560646057	0					non-mobilizable	no_good_hit	2107.0	95.064	51.0	0.00047196150459336646	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
AST0108_000000004411	5098	0.6170961256112025	7	5	4	3	4	False	107306	maximal	True	AST0108_000000004411	0.9887640449438202		12	5	False	False	0.9986268877983093	0					non-mobilizable	no_good_hit	889.0	84.477	43.0	0.002142981674479873	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0079_000000011596	4028	0.6170893348210605	5	5	4	5	5	False	69629	maximal	True	DEN0079_000000011596	1.0		5	4	False	False	0.9967725872993469	0					non-mobilizable	no_good_hit	603.0	74.627	15.0	0.0001358265556108839	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0151_000000018121	1215	0.6170870995814235	2	1	1	1	1	False	31935	fragment	False	ISR0126_000000039740	0.9657097288676236		0	0	False	False	0.9711934328079224	0					non-mobilizable	no_good_hit	586.0	83.10600000000001	48.0	0.0001755301356339122	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0249_000000019250	1198	0.6170838320300642	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.1668619848270543		0	0	False	False	0.9991652965545654	0					non-mobilizable	other	1198.0	96.82799999999999	100.0	0.04196760395484188	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0092_000000001329	12136	0.6170751812621386	21	16	6	9	10	False	105137	maximal	True	ISR0092_000000001329	1.0		27	8	False	False	0.9999176263809204	0					non-mobilizable	no_good_hit	1360.0	81.25	18.0	0.00479058507845768	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0120_000000016399	2058	0.6170724899872556	3	3	3	3	3	False	32271	fragment	False	ISR0120_000000016399	1.0		0	0	False	False	0.9985422492027283	0					non-mobilizable	no_good_hit	178.0	75.281	9.0	0.00013974588608075078	NZ_JNVC02000001.1	firmicutes	Metabacillus indicus strain DSM 16189 Contig01, whole genome shotgun sequence	True	False
AST0087_000000022667	1627	0.6170714735066715	3	2	1	2	1	True	110722	maximal	True	AST0087_000000022667	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	936.0	86.859	97.0	0.0004096610389593003	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
FIJ0036_000000026998	1575	0.6170714735066715	2	2	1	2	1	True	47914	fragment	False	FIJ0036_000000026998	1.0		0	0	False	False	0.9987301826477051	0					non-mobilizable	other	1576.0	93.211	100.0	0.017842558983666063	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
MAD0035_000000004756	4777	0.6170693049889581	4	4	4	4	4	False	124516	maximal	True	MAD0035_000000004756	0.9833868683004875		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	99.08	27.0	0.46290379836705714	NZ_BBAB01000047.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0208_000000015169	1811	0.6170647388001006	3	2	2	2	2	False	28511	maximal	True	ISR0208_000000015169	1.0		58	5	False	False	0.9961347579956055	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000005079	5842	0.6170620259740167	5	5	4	4	4	True	130119	fragment	False	SPA0097_000000005079	0.9681040658885035		0	0	False	False	0.9998288154602051	0					non-mobilizable	chromosome	3203.0	96.316	100.0	0.0011281324908156182	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0040_000000004634	5815	0.6170620259740167	5	5	4	4	4	True	130119	fragment	False	SPA0097_000000005079	0.9647045247700695		0	0	False	False	1.0	0					non-mobilizable	chromosome	3229.0	95.10700000000001	100.0	0.0011373071685638841	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0039_000000004611	5356	0.6170620259740167	6	5	4	4	4	True	130119	fragment	False	SPA0097_000000005079	0.9170729074769053		0	0	False	False	1.0	0					non-mobilizable	other	2763.0	96.743	99.0	0.0008592535258326702	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0194_000000017654	1500	0.6170611977434958	3	3	3	3	2	False	54513	fragment	False	ENG0194_000000017654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	95.256	72.0	0.0004274251597665852	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	False
ISR0074_000000000696	22797	0.6170596232323055	35	15	10	10	5	True	41068	maximal	True	ISR0074_000000000696	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	4.409388398124726e-07	CP050578.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 12a	True	True
ISR0042_000000004410	5312	0.6170574662439852	4	4	2	3	4	False	36385	maximal	True	ISR0042_000000004410	1.0		1	1	False	False	0.9894578456878662	0					non-mobilizable	no_good_hit	277.0	98.195	6.0	0.00017698377328122144	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0112_000000011813	2358	0.6170573880779232	3	1	1	1	1	False	59686	maximal	True	ENG0112_000000011813	1.0		7	4	False	False	0.9889736771583557	0					non-mobilizable	no_good_hit	1514.0	94.584	64.0	0.010448122171164012	NZ_FNRI01000009.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
ISR0339_000000007079	2073	0.6170573880779232	3	1	1	1	1	False	24395	fragment	False	ISR0339_000000007079	1.0		0	0	False	False	0.9942113161087036	0					non-mobilizable	no_good_hit	1514.0	94.51799999999999	73.0	0.010448122171164012	NZ_FNRI01000009.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
MON0033_000000040915	1463	0.6170573880779232	3	1	1	1	1	False	12287	fragment	False	MON0033_000000040915	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	95.803	93.0	0.00937705144594548	NZ_FNRI01000009.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
USA0055_01_000000020103	1311	0.6170573880779232	2	1	1	1	1	False	1026	fragment	False	USA0055_01_000000020103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	95.124	89.0	0.008064126040838891	NZ_FNRI01000009.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
DEN0093_000000009776	3290	0.6170565651495911	3	1	1	1	1	True	68497	maximal	True	DEN0093_000000009776	1.0		2	2	False	False	0.9966565370559692	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	6.299307076221615e-05	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	True
FIJ0082_000000011536	2572	0.6170565651495911	3	1	1	1	1	True	44188	maximal	True	FIJ0082_000000011536	1.0		1	1	False	False	0.9992223978042603	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.4571552239798913e-07	CP039354.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu05	True	True
DEN0051_000000024668	1890	0.617050932258718	3	3	3	3	3	False	72533	maximal	True	DEN0051_000000024668	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	6.3710170904050355e-06	NZ_LT629972.1	g-proteobacteria	Pseudomonas fuscovaginae strain LMG 2158 chromosome I	True	False
ISR0009_000000012395	2627	0.6170471486651334	5	5	5	5	4	False	93968	fragment	False	CHI0029_000000004585	0.976517663201097		0	0	False	False	1.0	0					non-mobilizable	chromosome	2627.0	99.962	100.0	0.000504074441774987	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
CHI0029_000000004585	2585	0.6170471486651334	5	5	5	5	4	False	93968	fragment	False	CHI0029_000000004585	0.9788084210393547		0	0	False	False	1.0	0					non-mobilizable	chromosome	2585.0	99.76799999999999	100.0	0.0004972920293556258	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
CHI0011_000000002462	2505	0.6170471486651334	5	5	5	5	4	False	93968	fragment	False	CHI0029_000000004585	0.9736790544017744		0	0	False	False	1.0	0					non-mobilizable	other	2505.0	100.0	100.0	0.000508108428390599	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
FIJ0114_000000018669	2105	0.6170471486651334	5	5	5	5	4	False	93968	fragment	False	CHI0029_000000004585	0.3859420713508603		0	0	False	False	1.0	0					non-mobilizable	chromosome	2106.0	99.478	100.0	0.0004292422233238193	LT883142.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, chromosome: IV	False	False
ENG0079_000000000139	62390	0.6170467572911312	67	12	9	10	7	False	71968	fragment	False	ENG0079_000000000139	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1293.0	96.44200000000001	2.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	True
CHI0111_000000004644	6649	0.6170462057596559	7	3	3	2	2	False	93671	maximal	True	CHI0111_000000004644	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	71.361	11.0	0.00017977328426835678	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0039_000000022841	2095	0.6170428350992546	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4512603784010772		0	0	False	False	1.0	0					non-mobilizable	other	2095.0	98.04299999999999	100.0	0.0006514398562974697	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0109_000000029621	1168	0.6170421497317105	2	2	2	1	1	False	30456	fragment	False	ISR0258_000000025633	0.9900272652206871		0	0	False	False	0.9991438388824463	0					non-mobilizable	chromosome	685.0	96.64200000000001	94.0	0.00023208265812457504	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0289_000000009649	1250	0.6170407612010735	2	2	2	2	2	False	78239	fragment	False	ISR0289_000000009649	0.9819126329100664		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	98.4	100.0	0.00033744148513189013	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0253_000000002842	3917	0.6170377961045446	4	4	4	3	1	False	68990	maximal	True	ISR0253_000000002842	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	2886.0	83.88799999999999	99.0	0.0006956800163004523	CP012321.1	firmicutes	Clostridioides difficile strain DSM 28666 chromosome, complete genome	False	False
MAD0097_000000003485	9625	0.617036099242467	11	4	2	4	2	False	19845	fragment	False	MAD0097_000000003485	0.9821782178217822		0	0	False	False	0.9993765950202942	0					non-mobilizable	no_good_hit								True	False
DEN0033_000000012081	1903	0.6170350903269601	3	3	3	3	3	False	73614	fragment	False	DEN0033_000000012081	1.0		0	0	False	False	0.9968470931053162	0					non-mobilizable	other	1913.0	85.677	99.0	0.013918700139919565	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	False	False
ENG0142_000000021461	1596	0.6170249079339938	2	1	1	1	1	False	107610	maximal	True	ENG0142_000000021461	1.0		31	8	False	False	0.9993734359741211	0					non-mobilizable	no_good_hit	89.0	98.876	11.0	0.0005709466035165121	NZ_BAKJ01000007.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
ISR0839_000000019084	1151	0.6170249079339938	1	1	1	1	1	False	20811	maximal	True	ISR0839_000000019084	1.0		11	6	False	False	0.9904431104660034	0					non-mobilizable	no_good_hit	99.0	93.939	9.0	0.00021560448457327912	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0145_01_000000018879	1240	0.6170229582506439	2	2	2	1	1	False	3	fragment	False	USA0145_01_000000018879	1.0		0	0	False	False	1.0	0					non-mobilizable	other	876.0	95.77600000000001	100.0	0.011695046646528911	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0017_000000014163	2543	0.6170193103678213	5	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.7444033943072236		0	0	False	False	1.0	0					non-mobilizable	other	2543.0	99.292	99.0	0.08058840313223219	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0066_01_000000008629	2412	0.6170193103678213	4	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.5674717624476647		0	0	False	False	0.9925373196601868	0					non-mobilizable	other	2412.0	99.71	100.0	0.07643534223123989	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0089_000000009501	2511	0.617015183128452	2	1	1	1	1	False	123006	fragment	False	MAD0089_000000009501	1.0		0	0	False	False	0.9976105093955994	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000026480	1232	0.617015183128452	2	1	1	1	1	False	123004	fragment	False	USA0026_01_000000026480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0078_000000016981	1434	0.617013341934634	2	1	1	1	1	False	44436	fragment	False	FIJ0078_000000016981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000009349	2970	0.6170092357912909	2	2	1	2	1	False	126635	maximal	True	ENG0112_000000009349	1.0		49	5	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	97.925	76.0	0.09243648284744176	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	True	False
MAD0048_000000016858	1417	0.6170085267294149	3	3	0	1	3	False	17527	maximal	True	MAD0048_000000016858	1.0		3	2	False	False	0.9992942810058594	0					non-mobilizable	plasmid	1417.0	100.0	100.0	0.02312214239059438	MK285071.1	firmicutes	Clostridium perfringens strain NY83906550 plasmid pCPNY83906550-1 sequence	False	True
MAD0048_000000007952	2927	0.6170042503780859	5	5	1	4	5	False	17556	fragment	False	MAD0048_000000007952	1.0		0	0	False	False	0.9996583461761475	0					non-mobilizable	plasmid	1605.0	95.32700000000001	99.0	0.00925695285210309	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	False	True
ISR0172_000000010101	1601	0.6170038260284462	2	2	2	2	2	False	29933	fragment	False	ISR0172_000000010101	1.0		0	0	False	False	0.9825109243392944	0					non-mobilizable	no_good_hit	697.0	94.835	44.0	0.00015573661179785387	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ENG0112_000000003934	6502	0.6169957000039531	12	11	1	4	10	True	82483	maximal	False	ISR0222_000000009243	0.9721109627651684		0	0	False	False	0.9998462200164795	0					non-mobilizable	other	6512.0	98.35700000000001	99.0	0.1324863142413596	HG794715.2	high GC Gram+	Bifidobacterium bifidum TgaA operon (putative type IV secretion system), strain MIMBb75	False	True
SPA0081_000000001557	7938	0.6169950121244584	9	8	8	8	7	False	5622	maximal	True	SPA0081_000000001557	1.0		3	1	False	False	0.9989922046661377	0					non-mobilizable	other	5686.0	93.088	98.0	0.004113631556530381	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
SPA0030_000000005744	5160	0.6169831943730413	4	2	2	2	2	False	54746	maximal	True	SPA0030_000000005744	1.0		12	5	False	False	0.9889534711837769	0					non-mobilizable	no_good_hit	4606.0	97.742	89.0	0.08533209475150952	NZ_SPGG01000026.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_26_length_53825_cov_38.5271, whole genome shotgun sequence	True	False
ISR0131_000000029110	1277	0.6169781858000097	2	2	2	2	2	False	31629	maximal	True	ISR0131_000000029110	1.0		1	1	False	False	0.9898198843002319	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	0.0010823712255772647	NZ_CADAEU010000010.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	False
ENG0064_000000007693	2931	0.616977969285474	2	2	1	2	1	False	62989	maximal	True	ENG0064_000000007693	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1421.0	72.273	48.0	0.00021641694883151925	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
DEN0008_000000001077	5767	0.6169779463438354	7	4	0	4	0	False	76171	maximal	True	DEN0008_000000001077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000001871	11925	0.6169773814975519	5	3	3	2	2	True	85243	maximal	True	ENG0068_000000001871	1.0		64	9	False	False	0.999916136264801	0					non-mobilizable	no_good_hit	2659.0	85.97200000000001	22.0	0.000678384480942293	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ENG0082_000000007374	2698	0.6169759761932849	3	3	2	3	2	False	61633	maximal	True	ENG0082_000000007374	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1368.0	71.857	72.0	0.0004818129873226081	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
FIJ0060_000000013689	1100	0.6169706803979669	2	2	2	1	1	False	89658	fragment	False	SPA0115_000000024347	0.9244980332834161		0	0	False	False	1.0	0					non-mobilizable	chromosome	1100.0	98.545	100.0	0.00031393236999800614	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	False	False
MAD0002_000000026356	1620	0.6169704793257629	2	2	2	2	2	False	20160	fragment	False	MAD0002_000000026356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	78.932	42.0	0.0002539677810961577	NZ_RYYU01000001.1	CFB group bacteria	Prevotella koreensis strain KCOM 3155 KCOM3155_1, whole genome shotgun sequence	True	False
MAD0105_000000017725	2056	0.6169690207750012	3	2	2	2	2	False	14823	maximal	True	MAD0105_000000017725	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.158542269648059e-06	CP009508.1	euryarchaeotes	Methanosarcina siciliae C2J, complete genome	True	False
MON0105_000000008755	5836	0.6169657749987992	7	5	3	5	2	True	106906	backbone	False	ISR0821_000000004031	0.9938034040616114	PS656|PS657	0	0	True	True	1.0	30					non-mobilizable	other	2974.0	98.21799999999999	99.0	0.5028755074424899	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0126_000000008329	5817	0.6169657749987992	7	5	3	5	2	True	106906	backbone	False	ISR0821_000000004031	0.9934729154093107	PS656|PS657	0	0	True	True	1.0	70					non-mobilizable	other	3160.0	98.291	99.0	0.5343369418132612	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
DEN0051_000000006776	5816	0.6169657749987992	7	5	3	5	2	True	106906	backbone	False	ISR0821_000000004031	0.993312836152459	PS656|PS657	0	0	True	True	1.0	138					non-mobilizable	other	3159.0	98.291	99.0	0.5341677943166441	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
DEN0094_000000004912	5816	0.6169657749987992	7	5	3	5	2	True	106906	backbone	False	ISR0821_000000004031	0.9937880776697178	PS656|PS657	0	0	True	True	1.0	484					non-mobilizable	other	3159.0	98.322	99.0	0.5341677943166441	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0098_000000005896	5816	0.6169657749987992	7	5	3	5	2	True	106906	backbone	False	ISR0821_000000004031	0.9934326438490996	PS656|PS657	0	0	True	True	1.0	253					non-mobilizable	other	3159.0	98.322	99.0	0.5341677943166441	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0075_000000003678	5815	0.6169657749987992	7	5	3	5	2	True	106906	backbone	False	ISR0821_000000004031	0.988881962138353	PS656|PS657	0	0	True	True	1.0	9					non-mobilizable	other	3092.0	98.25399999999999	99.0	0.5228349120433018	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MAD0033_000000002710	6024	0.6169655332211964	7	6	6	6	6	False	18900	maximal	True	MAD0033_000000002710	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	81.055	8.0	0.008059526264853801	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	True	False
DEN0001_000000000474	32638	0.6169613393099649	53	15	7	13	9	False	77000	maximal	True	DEN0001_000000000474	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3279.0	94.389	38.0	0.0010197802525993818	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0089_000000008124	2924	0.6169586428162525	3	3	3	3	3	False	99199	maximal	False	ISR0107_000000007024	0.6161745827984596		0	0	False	False	1.0	0					non-mobilizable	other	2924.0	99.795	100.0	0.0057965668776672535	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ENG0148_000000005381	6882	0.6169549771529691	4	4	2	3	3	False	77854	maximal	True	ENG0148_000000005381	0.9651884700665188		952	14	False	False	1.0	0					non-mobilizable	other	6780.0	94.277	98.0	0.0020380162746242735	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0260_000000001433	6765	0.6169549771529691	4	4	2	3	3	False	77854	maximal	False	ENG0148_000000005381	0.9577157802964255		0	0	False	False	0.9979305267333984	0					non-mobilizable	other	6674.0	96.119	99.0	0.0020085103513101683	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0210_000000006163	3544	0.6169516570383193	4	4	3	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.8163396621713779	PS317|PS959	0	0	True	True	0.997178316116333	2					non-mobilizable	no_good_hit								True	True
ENG0164_000000014244	1445	0.6169494626459266	3	3	3	2	1	False	84668	fragment	False	MON0043_000000014837	0.3517508057320746		0	0	False	False	0.9840830564498901	0					non-mobilizable	chromosome	1430.0	98.741	99.0	0.0003999495095230805	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0393_000000012524	1442	0.6169494626459266	3	3	3	2	1	False	84668	fragment	False	MON0043_000000014837	0.35146050568153386		0	0	False	False	0.9889042973518372	0					non-mobilizable	chromosome	1442.0	98.405	100.0	0.00040330807783258153	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0063_000000009605	2728	0.6169494213212071	2	2	2	2	2	True	83872	fragment	False	FIJ0063_000000009605	1.0		0	0	False	False	1.0	0		MOBF	MPF_T		conjugative	plasmid	2728.0	99.81700000000001	100.0	0.01784137078254725	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
MON0082_000000033363	1106	0.6169452290915031	2	2	2	2	2	False	9895	fragment	False	MON0082_000000033363	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1107.0	92.141	100.0	0.00044123243206118637	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
CAN0017_000000023828	1434	0.6169425981409122	2	2	2	2	2	False	92366	fragment	False	USA0035_01_000000017628	0.49504037056100364		0	0	False	False	0.9944211840629578	0					non-mobilizable	no_good_hit	415.0	81.446	55.0	0.0006840274607140781	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0163_000000002735	7131	0.6169425403518762	8	5	3	4	4	True	73785	maximal	True	ENG0163_000000002735	1.0		2	2	False	False	0.9990183711051941	0					non-mobilizable	no_good_hit	95.0	82.105	1.0	3.571821079239477e-05	NC_008593.1	firmicutes	Clostridium novyi NT, complete sequence	True	True
ENG0112_000000023102	1197	0.6169399068613226	1	1	1	1	1	False	59654	fragment	False	ENG0112_000000023102	1.0		0	0	False	False	0.9941520690917969	0					non-mobilizable	other	1187.0	90.564	98.0	0.08415482748622789	NZ_JAAIUL010000040.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_40_length_13796_cov_441.547, whole genome shotgun sequence	False	False
FIJ0167_000000017466	1230	0.6169396309294468	2	2	2	1	1	False	38944	maximal	True	FIJ0167_000000017466	1.0		1	1	False	False	0.9886178970336914	0					non-mobilizable	no_good_hit	444.0	98.198	41.0	0.002111383838143126	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	True	False
SPA0060_000000006684	2277	0.6169382061646282	3	3	3	3	2	False	6234	maximal	True	SPA0060_000000006684	1.0		35	7	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	77.28699999999999	14.0	4.794392113696802e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
DEN0041_000000029644	1147	0.6169353218424855	2	2	2	2	1	False	73029	fragment	False	FIJ0139_000000022041	0.964696223316913		0	0	False	False	0.9686138033866882	0					non-mobilizable	no_good_hit								True	False
ENG0200_000000011367	1804	0.616934315043835	2	2	2	2	1	False	54199	maximal	True	ENG0200_000000011367	1.0		3	3	False	False	0.9988913536071777	0					non-mobilizable	no_good_hit	494.0	87.24700000000001	28.0	0.00013696628040505272	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AST0060_000000027765	1114	0.6169333790651249	2	2	1	2	1	True	112225	fragment	False	AST0060_000000027765	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1036.0	98.166	93.0	0.0004664202225387771	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0090_000000024164	1302	0.6169246054936006	2	2	1	2	1	False	115792	fragment	False	ISR0054_000000014703	0.23027330957329192		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	99.462	100.0	0.01617897603621305	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0812_000000010398	3767	0.6169165395995814	6	4	4	2	1	False	38244	maximal	True	ISR0812_000000010398	1.0		5	3	False	False	0.9976108074188232	0					non-mobilizable	no_good_hit	1721.0	81.813	46.0	0.008362781467958963	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
DEN0029_000000002915	4153	0.6169153294383026	6	5	5	5	5	False	103274	fragment	False	ENG0001_000000004788	0.6827938731184219		0	0	False	False	1.0	0					non-mobilizable	chromosome	4153.0	100.0	100.0	0.0007625467592497362	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
SPA0053_000000018159	1825	0.6169137868214699	3	3	3	3	2	False	36586	maximal	True	SPA0053_000000018159	0.9883373205741627		170	10	False	False	0.9950684905052185	0					non-mobilizable	no_good_hit	333.0	73.273	18.0	0.014416424905155099	NZ_BJOE01000073.1	firmicutes	Brevibacillus centrosporus strain NBRC 15540 sequence073, whole genome shotgun sequence	True	False
ISR0243_000000000029	89334	0.6169061481631081	89	12	5	8	4	False	88391	fragment	False	CHI0146_000000000011	0.4823438841258204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	78.095	7.0	0.01616253624073848	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	False
SPA0052_000000011523	2447	0.616900870869171	3	3	3	3	3	False	76609	fragment	False	SPA0052_000000011523	0.9690845200978518		0	0	False	False	1.0	0					non-mobilizable	other	2173.0	99.86200000000001	99.0	0.0006120251375928403	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0017_000000008135	3758	0.6169002300506697	4	2	2	2	2	False	96667	maximal	True	DEN0017_000000008135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1774.0	81.962	49.0	0.00047587901749369124	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0083_000000009459	3453	0.616898856755994	2	2	1	2	2	False	9890	maximal	True	MON0083_000000009459	1.0		102	11	False	False	0.993628740310669	0					non-mobilizable	chromosome	3434.0	99.796	99.0	0.0005933532339133953	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
SPA0011_000000002629	8387	0.616898043046889	12	3	0	3	2	True	8058	maximal	True	SPA0011_000000002629	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	91.667	1.0	0.0011322637598833194	NZ_FOBS01000023.1	d-proteobacteria	Syntrophus gentianae strain DSM 8423, whole genome shotgun sequence	True	True
MON0021_000000017873	1680	0.6168904721908689	2	2	2	2	2	False	50109	fragment	False	MON0036_000000013316	0.9665714285714286		0	0	False	False	0.999404788017273	0					non-mobilizable	chromosome	844.0	99.289	97.0	0.0003400644307127799	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MON0095_000000008702	3414	0.6168880035753567	4	4	4	3	3	False	92971	fragment	False	MON0095_000000008702	1.0		0	0	False	False	0.9926772117614746	0					non-mobilizable	other	3222.0	72.222	92.0	0.011377768753557818	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	False	False
FIJ0058_000000026247	1581	0.6168825156910336	3	3	3	2	2	False	65164	fragment	False	FIJ0058_000000026247	0.9828134945894336		0	0	False	False	1.0	0					non-mobilizable	chromosome	1581.0	99.81	100.0	0.0003296736085217707	CP057539.1	enterobacteria	Escherichia coli strain RHB23-C06 chromosome, complete genome	False	False
ISR0247_000000005370	2486	0.6168799846957911	5	4	2	2	2	False	27104	maximal	True	ISR0247_000000005370	1.0		125	8	False	False	0.9895414113998413	0					non-mobilizable	chromosome	2487.0	99.63799999999999	100.0	0.0010751329746960857	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
SPA0126_000000034410	1322	0.6168783392140861	2	2	2	1	1	False	3945	fragment	False	SPA0126_000000034410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	73.81	47.0	0.00017169489425803618	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0018_000000022200	1235	0.6168749829963255	2	2	2	2	1	True	49930	maximal	True	FIJ0018_000000022200	1.0		8	2	False	False	0.991093099117279	0					non-mobilizable	other	1155.0	74.545	91.0	0.02369658472199307	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0089_000000007386	3172	0.6168745368198282	3	1	1	1	1	False	43583	maximal	True	FIJ0089_000000007386	1.0		2	1	False	False	0.9971626996994019	0					non-mobilizable	no_good_hit	103.0	92.23299999999999	3.0	0.0015652334039222909	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
MAD0063_000000000813	10675	0.616871282477123	10	5	2	4	2	False	18504	maximal	True	MAD0063_000000000813	1.0		3	1	False	False	0.9984074831008911	0					non-mobilizable	no_good_hit	846.0	69.858	9.0	0.00019673986251186542	CP046327.1	firmicutes	Clostridioides difficile strain FDAARGOS_723 chromosome, complete genome	True	False
AST0060_000000002385	11274	0.6168595355501294	12	6	4	4	6	False	112550	maximal	True	AST0060_000000002385	0.9938804605309058		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	91.598	6.0	0.013259125879849402	NZ_JAAIUL010000025.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_25_length_36654_cov_342.474, whole genome shotgun sequence	True	False
ISR0804_000000003820	4649	0.6168526876212286	4	4	4	4	3	False	21825	fragment	False	ISR0804_000000003820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	77.047	16.0	0.0001299330440976949	NZ_CP020953.1	firmicutes	Clostridium drakei strain SL1 chromosome, complete genome	True	False
DEN0064_000000015767	2499	0.616849920728303	4	3	3	3	3	False	71290	maximal	True	DEN0064_000000015767	1.0		28	5	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	79.223	50.0	0.0003336690554621705	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
CHI0179_000000014357	1515	0.6168471421504758	1	1	1	1	1	False	77543	maximal	True	CHI0179_000000014357	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1353.0	99.704	96.0	0.0005254141911574968	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
SPA0104_000000000631	32163	0.6168440185667459	33	20	15	17	14	True	91799	maximal	True	SPA0104_000000000631	0.9921961940027869		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	1972.0	83.469	6.0	0.0005533519526382439	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0037_000000000331	31568	0.6168393741437208	27	11	6	11	4	True	36726	maximal	True	ISR0037_000000000331	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.015954415954415956	XM_027983747.1	aphids	PREDICTED: Aphis gossypii acyl-CoA synthetase family member 3, mitochondrial (LOC114121417), transcript variant X3, mRNA	True	True
MON0076_000000008680	4959	0.6168370333366751	5	3	2	3	1	True	14064	fragment	False	MON0006_000000003362	0.9553187511684427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ISR0193_000000005919	4589	0.6168366126216215	4	2	1	2	1	False	29104	maximal	True	ISR0193_000000005919	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	89.61	2.0	1.610085043368633e-05	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
FIJ0045_000000004456	4854	0.6168360303643566	7	5	1	2	5	True	74250	fragment	False	FIJ0086_000000006148	0.951308123974807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1967.0	95.62799999999999	86.0	0.044937142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0090_000000015973	1854	0.6168353328171932	3	2	1	1	2	False	33665	fragment	False	ISR0090_000000015973	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	99.137	100.0	0.055011281320508254	NZ_JAAIUL010000027.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_27_length_33684_cov_209.711, whole genome shotgun sequence	False	False
CHI0138_000000000760	16897	0.6168285138805877	20	18	8	15	9	True	80438	maximal	True	CHI0138_000000000760	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	96.479	1.0	0.006734810852120749	NZ_WHZW01000030.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence30, whole genome shotgun sequence	True	True
MAD0097_000000029014	1434	0.6168254006957676	3	1	1	1	1	False	81622	fragment	False	CHI0125_000000009844	0.9470134874759153		0	0	False	False	0.9944211840629578	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	3.496159687093708e-05	NZ_OAML01000002.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
AST0029_000000011061	2746	0.6168238509610137	5	3	3	2	1	False	118343	fragment	False	AST0029_000000011061	0.9987084202830933		0	0	False	False	0.9996358156204224	0					non-mobilizable	no_good_hit	103.0	97.087	5.0	0.0007237532994635711	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0128_000000010331	2624	0.6168238509610137	4	3	3	2	1	False	118343	fragment	False	AST0029_000000011061	0.9876140540874738		0	0	False	False	0.9996188879013062	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000016529	2538	0.6168238509610137	4	3	3	2	1	False	118343	fragment	False	AST0029_000000011061	0.9717166733701399		0	0	False	False	0.9980299472808838	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000011024	2452	0.6168238509610137	3	3	3	2	1	False	118343	fragment	False	AST0029_000000011061	0.724175910309635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0081_01_000000005364	5776	0.6168205708670268	8	5	3	4	3	True	128071	backbone	False	ENG0060_000000004144	0.9964805757804129	PS1028	0	0	True	True	1.0	109		MOBV			mobilizable	no_good_hit	2990.0	87.726	83.0	0.48940712760716043	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0105_000000008226	3613	0.6168205708670268	7	5	3	4	3	True	128063	fragment	False	FIJ0105_000000008226	1.0		0	0	False	False	0.9914198517799377	0					non-mobilizable	no_good_hit	1653.0	81.54899999999999	73.0	0.26917392018393826	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0207_000000026432	1157	0.61680694776574	2	2	2	2	1	False	28542	fragment	False	ISR0207_000000026432	0.9928057553956835		0	0	False	False	0.9861711263656616	0					non-mobilizable	no_good_hit	642.0	75.234	55.0	0.00017550582890403274	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0067_000000004158	5357	0.6168014955927803	4	3	2	3	3	False	65826	maximal	True	SPA0067_000000004158	0.9970542026708562		470	13	False	False	1.0	0					non-mobilizable	other	5357.0	99.235	100.0	0.00439812742909087	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
ENG0029_000000004714	5092	0.6168014955927803	3	3	2	3	3	False	65826	maximal	False	SPA0067_000000004158	0.9724659324248647		0	0	False	False	0.995875895023346	0					non-mobilizable	other	5092.0	99.13600000000001	100.0	0.004180520302744888	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
MAD0063_000000010468	1373	0.6167967768367639	3	3	3	2	1	False	65139	maximal	True	MAD0063_000000010468	1.0		1	1	False	False	0.9664967060089111	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	5.0	2.6500528300854513e-05	NZ_CP013438.1	b-proteobacteria	Burkholderia latens strain AU17928 isolate AU17928 chromosome 2, complete sequence	True	False
MAD0056_000000003136	3827	0.6167876402292303	5	2	1	2	2	False	17070	maximal	True	MAD0056_000000003136	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1235.0	83.96799999999999	53.0	0.005987380069111473	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0210_000000010531	2309	0.6167866619036954	3	3	3	3	3	False	126838	fragment	False	ENG0210_000000010531	1.0		0	0	False	False	0.9952360391616821	0					non-mobilizable	chromosome	805.0	91.801	97.0	0.0003298715354222726	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0110_000000009959	3060	0.6167799214206158	5	5	3	4	3	True	68804	maximal	True	ENG0110_000000009959	1.0		12	4	False	False	0.9977124333381653	0					non-mobilizable	no_good_hit	1729.0	99.42200000000001	57.0	0.00038456847766965747	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
CHI0154_000000028109	1205	0.6167795835439388	2	2	2	2	1	False	79103	fragment	False	CHI0154_000000028109	1.0		0	0	False	False	0.9900414943695068	0					non-mobilizable	other	1204.0	97.09299999999999	99.0	0.01648893884152526	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
SPA0053_000000020976	1571	0.6167758467165917	3	3	3	2	2	False	65164	fragment	False	FIJ0058_000000026247	0.9797596457938014		0	0	False	False	0.9936346411705017	0					non-mobilizable	chromosome	1571.0	99.936	100.0	0.000314218256000618	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ISR0041_000000007087	1995	0.6167740889676312	3	3	3	3	2	False	99102	fragment	False	FIJ0002_000000016133	0.7072550187690697		0	0	False	False	1.0	0					non-mobilizable	chromosome	1995.0	99.749	100.0	0.0006775590341147915	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0120_000000007947	1869	0.6167724088529548	2	2	1	2	2	False	89972	fragment	False	CHI0120_000000007947	0.9983870967741936		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1873.0	99.73299999999999	100.0	0.46277516695523124	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
CHI0133_000000010272	1860	0.6167724088529548	2	2	1	2	2	False	89972	fragment	False	CHI0120_000000007947	0.9959871589085072		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	other	1864.0	99.464	100.0	0.4605490972050458	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	False	True
ISR0850_000000008350	1812	0.6167710817364781	3	3	3	3	1	False	80882	fragment	False	FIJ0041_000000018839	0.5275395349731339		0	0	False	False	0.9928256273269653	0					non-mobilizable	no_good_hit	278.0	73.741	15.0	0.0004091768700498898	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
ITA0006_000000015814	1456	0.6167709553752146	2	2	2	2	2	False	22287	fragment	False	ISR0781_000000020470	0.9671186440677966		0	0	False	False	0.9896978139877319	0					non-mobilizable	other	1456.0	93.20100000000001	99.0	0.00040749635923080426	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0121_000000004346	1814	0.6167667797179927	3	3	2	1	2	False	97226	maximal	True	CHI0121_000000004346	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1543.0	99.417	85.0	0.0006520255499298501	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
USA0087_01_000000008001	1934	0.6167633379433624	3	2	1	2	2	False	104684	fragment	False	USA0087_01_000000008001	1.0		0	0	False	False	0.9834539890289307	0					non-mobilizable	no_good_hit	844.0	75.0	43.0	0.004680797948392075	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0041_000000017784	1925	0.6167609318030498	3	2	2	2	2	False	73109	fragment	False	SPA0121_000000006098	0.9335618987291658		0	0	False	False	0.9927272796630859	0					non-mobilizable	other	1822.0	99.506	95.0	0.0009604633009135214	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
AST0061_000000010409	3866	0.6167545467821005	4	4	4	4	3	True	112120	maximal	True	AST0061_000000010409	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	74.37	17.0	0.0008618224359807617	CP053293.1	firmicutes	Clostridium butyricum strain 16-3 chromosome 2, complete sequence	True	True
ISR0304_000000006282	1587	0.6167539694560968	4	3	3	1	1	False	91048	fragment	False	ITA0001_000000002082	0.938073465470461		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	97.85799999999999	100.0	0.01722638843603956	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0334_000000005742	3407	0.6167536816162509	2	2	2	2	2	False	24514	maximal	True	ISR0334_000000005742	1.0		45	9	False	False	1.0	0					non-mobilizable	other	3401.0	76.683	99.0	0.01644392738080108	NZ_BAKJ01000002.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
AST0010_000000007420	3705	0.6167497997323497	3	3	3	3	3	False	126385	maximal	True	AST0010_000000007420	1.0		2	2	False	False	0.9954116344451904	0					non-mobilizable	no_good_hit	290.0	78.27600000000001	8.0	0.0009089828706514163	NZ_AEUX02000001.1	firmicutes	Streptococcus ictaluri 707-05 Contig1217055106, whole genome shotgun sequence	True	False
ISR0388_000000002030	11076	0.6167439480026836	9	9	5	7	7	False	36490	maximal	True	ISR0388_000000002030	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	84.785	10.0	0.007042891728486166	NZ_JAAWUO010000007.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_7_length_154482_cov_112.615, whole genome shotgun sequence	True	False
ISR0035_000000008699	2167	0.6167430115960479	3	3	3	3	2	False	85687	maximal	False	ENG0194_000000011901	0.9569735391964687		0	0	False	False	0.9926165342330933	0					non-mobilizable	other	2167.0	99.169	100.0	0.006324253776011633	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
USA0003_01_000000011221	3494	0.6167424844042257	5	3	1	3	3	False	33398	fragment	False	USA0003_01_000000011221	1.0		0	0	False	False	0.9959931373596191	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000001814	12488	0.6167358963996769	10	10	5	6	10	True	107453	backbone	False	ENG0107_000000001772	0.9557237989535436	PS660	0	0	False	True	0.9997597932815552	0					non-mobilizable	other	12488.0	99.992	100.0	0.0276042426573643	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
SPA0038_000000009863	2892	0.6167299992453589	4	4	2	4	1	False	91574	fragment	False	USA0080_01_000000014832	0.9826391354560102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	82.762	40.0	0.000287997232539713	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0829_000000004618	3090	0.6167245818580008	4	3	2	3	1	False	114470	fragment	False	ISR0829_000000004618	0.9877327552588295		0	0	False	False	0.9980582594871521	0					non-mobilizable	no_good_hit								True	False
CHI0041_000000007381	1959	0.6167196699016974	3	1	1	1	1	False	88639	maximal	True	CHI0041_000000007381	1.0		35	8	False	False	0.994895339012146	0					non-mobilizable	no_good_hit	184.0	80.435	9.0	4.948060238712812e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0394_000000005741	3219	0.6167146017441862	4	4	4	4	3	False	111719	fragment	False	ISR0394_000000005741	1.0		0	0	False	False	0.9950295090675354	0					non-mobilizable	chromosome	3218.0	99.41	99.0	0.0009316792692666142	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0156_000000012929	1947	0.616713517160499	3	3	3	2	2	False	31289	fragment	False	ISR0156_000000012929	1.0		0	0	False	False	0.9964047074317932	0					non-mobilizable	other	1910.0	94.869	98.0	0.0008051529790660225	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	False	False
ISR0014_000000002871	11377	0.6167126707760271	9	7	5	7	3	False	38812	maximal	True	ISR0014_000000002871	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3322.0	99.15700000000001	32.0	0.009696605166267143	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ISR0365_000000014764	1177	0.6167082800380479	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.011130381464681557		0	0	False	False	0.9966015219688416	0					non-mobilizable	other	1194.0	88.61	99.0	0.0003579851308211348	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0066_000000014829	1430	0.6167036611349277	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5067115036934322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	90.98100000000001	76.0	0.0001044148602340448	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0089_000000017186	1384	0.6167036611349277	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5007212445198654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	90.98100000000001	76.0	0.0001044148602340448	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0114_000000032804	1257	0.6167036611349277	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.638722182644527		0	0	False	False	0.9984089136123657	0					non-mobilizable	other	1258.0	95.39	100.0	0.07377145544321655	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
ISR0816_000000009485	4538	0.6167024558784339	5	5	5	5	5	False	130068	maximal	False	AST0062_000000003582	0.9748579844308858		0	0	False	False	1.0	0					non-mobilizable	other	2049.0	89.31200000000001	93.0	0.0008580668554385803	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0026_000000003019	8682	0.6167020847475295	12	5	3	2	4	False	49143	fragment	False	FIJ0026_000000003019	1.0		0	0	False	False	0.9997696280479431	0					non-mobilizable	no_good_hit								True	False
FIJ0136_000000020137	1387	0.6166972096118452	3	2	2	1	1	False	40521	fragment	False	FIJ0136_000000020137	1.0		0	0	False	False	0.9985580444335938	0					non-mobilizable	no_good_hit	45.0	93.333	3.0	9.200459186553947e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0185_000000001607	10440	0.6166950092074776	11	8	6	6	7	False	129213	fragment	False	CHI0185_000000001607	1.0		0	0	False	False	0.9998084306716919	0					non-mobilizable	no_good_hit	5668.0	99.947	75.0	0.00138942317240101	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0086_000000013610	2275	0.6166936021409276	2	2	2	2	1	True	83417	maximal	True	MON0086_000000013610	1.0		37	8	False	False	0.9973626136779785	0					non-mobilizable	no_good_hit	1278.0	98.044	81.0	0.0014011411016019311	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
MON0033_000000003042	17622	0.616687361410789	19	7	4	7	3	False	12353	maximal	True	MON0033_000000003042	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	80.965	12.0	0.012964905342435133	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
USA0116_01_000000021628	1123	0.616683955260445	2	1	1	1	1	False	254	maximal	True	USA0116_01_000000021628	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000005845	4243	0.6166808234566306	3	3	3	3	3	False	117903	fragment	False	ISR0076_000000005845	0.9889536295217286		0	0	False	False	0.9990572929382324	0					non-mobilizable	chromosome	4251.0	97.789	100.0	0.0013395897955407734	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0244_000000015429	1678	0.6166798894239733	2	2	2	2	1	False	120641	fragment	False	MAD0061_000000010090	0.6239677744209466		0	0	False	False	0.9952324032783508	0					non-mobilizable	chromosome	1678.0	92.67	100.0	0.0006906299187305258	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0197_000000009713	2595	0.6166769253812152	6	3	2	2	3	False	34794	maximal	True	ISR0197_000000009713	1.0		73	10	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	86.93799999999999	27.0	0.0005302706467369417	NZ_FIZW01000002.1	firmicutes	Murdochiella massiliensis strain SIT12, whole genome shotgun sequence	True	False
ISR0383_000000012098	1274	0.6166761809084965	3	2	1	2	1	False	110469	fragment	False	DEN0007_000000017140	0.7015092259218846		0	0	False	False	0.9913657903671265	0					non-mobilizable	chromosome	1274.0	99.137	100.0	0.0003411427236106139	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0030_000000002646	6357	0.6166760067061795	9	5	3	3	4	False	123628	fragment	False	USA0108_01_000000001009	0.02970357028188542		0	0	False	True	1.0	0					non-mobilizable	plasmid	3545.0	99.492	96.0	0.11410541227985448	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0048_000000006385	4145	0.6166738699606601	5	2	1	1	1	True	130620	maximal	True	ENG0048_000000006385	1.0		8	3	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1537.0	96.031	81.0	0.2501222892548508	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0143_000000000366	9895	0.6166711846459358	11	8	6	7	3	True	41967	fragment	False	FIJ0143_000000000366	1.0		0	0	False	False	0.9994946718215942	0					non-mobilizable	no_good_hit	97.0	83.505	1.0	0.002533716909921085	CP040110.1	enterobacteria	Escherichia coli O157:H7 strain MB9-1 plasmid pMB9_3, complete sequence	True	True
ENG0142_000000013128	2498	0.6166707942351471	4	2	1	2	2	True	125238	fragment	False	ENG0142_000000013128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	88.235	4.0	0.0005555647232902633	NZ_BFBT01000003.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
AST0104_000000001961	13131	0.6166654650879788	18	13	9	9	8	True	126206	backbone	True	AST0104_000000001961	0.9195655176912986	PS948	3	2	True	True	1.0	23					non-mobilizable	no_good_hit	1607.0	73.304	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0038_000000006078	4895	0.6166613457699793	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.8887756421135176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	88.962	54.0	0.0072752025180793855	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
DEN0072_000000013165	1263	0.6166598238990443	2	2	2	2	1	False	70256	maximal	True	DEN0072_000000013165	1.0		188	13	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	76.805	36.0	0.003524786832459301	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
ENG0122_000000019505	1509	0.6166551314166948	3	3	2	2	1	False	59012	maximal	True	ENG0122_000000019505	1.0		20	7	False	False	1.0	0					non-mobilizable	other	878.0	99.31700000000001	100.0	0.0016497707815624476	NZ_KE159506.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.3, whole genome shotgun sequence	False	False
ISR0304_000000002885	3219	0.6166548570017899	3	2	2	2	2	False	123237	maximal	True	ISR0304_000000002885	0.9847649918962722		5	2	False	False	0.9975147843360901	0					non-mobilizable	no_good_hit	1594.0	80.991	49.0	0.0003538564117446501	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0079_01_000000009901	1346	0.6166490918912857	4	3	2	3	2	False	126692	maximal	True	USA0079_01_000000009901	1.0	PS974	77	8	False	True	0.9962853193283081	0					non-mobilizable	no_good_hit	1075.0	98.698	80.0	0.209765625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
SPA0005_000000009056	3248	0.6166453989390146	4	4	3	4	2	False	100865	maximal	True	SPA0005_000000009056	1.0		24	8	False	False	0.9978448152542114	0					non-mobilizable	no_good_hit	509.0	77.99600000000001	16.0	0.0036126084317995217	NZ_FOAT01000010.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ENG0079_000000001103	20855	0.6166442898925166	20	11	8	8	5	True	61874	fragment	False	ENG0079_000000001103	1.0		0	0	False	False	0.9999040961265564	0					non-mobilizable	no_good_hit	1370.0	82.117	7.0	0.0003844517375363726	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0051_000000013178	3028	0.6166423502632358	5	4	1	3	3	False	111203	fragment	False	ISR0051_000000013178	1.0		0	0	False	False	0.9993395209312439	0					non-mobilizable	chromosome	2403.0	96.005	99.0	0.00033621140837858024	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0113_01_000000012218	1479	0.6166377781896094	2	2	1	2	1	False	294	fragment	False	USA0113_01_000000012218	0.9881123919308357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	80.407	63.0	0.00040595802586908334	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0061_000000035460	1184	0.6166341154637207	1	1	1	1	1	False	111801	maximal	False	CHI0013_000000008438	0.6412698412698413		0	0	False	False	0.9991554021835327	0					non-mobilizable	other	1044.0	98.46700000000001	94.0	0.0016680847252698043	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0266_000000003618	3943	0.6166315717369871	4	4	4	4	4	False	59046	maximal	True	ISR0266_000000003618	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	2154.0	93.454	55.0	0.022023858325817824	NZ_JAAITI010000014.1	firmicutes	Blautia luti strain MSK.16.34 NODE_14_length_97576_cov_232.838, whole genome shotgun sequence	True	False
SPA0136_000000004704	7483	0.6166307543721828	12	9	6	8	7	True	36816	fragment	False	SPA0136_000000004704	1.0		0	0	False	False	0.9994654655456543	0					non-mobilizable	no_good_hit	1538.0	72.497	20.0	0.18806825258438162	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0015_01_000000010134	3253	0.616629123449828	5	5	4	3	3	False	1962	fragment	False	USA0015_01_000000010134	1.0		0	0	False	False	0.9969258904457092	0					non-mobilizable	no_good_hit	1260.0	97.381	40.0	0.00035508739549741284	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0323_000000008122	2485	0.6166216082295365	4	2	1	2	2	False	92012	maximal	True	ISR0323_000000008122	1.0		1	1	False	False	0.9609658122062683	0					non-mobilizable	no_good_hit	83.0	98.795	3.0	0.06570512820512821	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
MON0047_000000015870	2468	0.6166158141230396	3	3	3	3	2	False	19588	maximal	True	MON0047_000000015870	0.9515189346650021		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	85.038	26.0	0.010741476332340285	NZ_JH379476.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1494, whole genome shotgun sequence	True	False
ENG0128_000000020761	1426	0.6166107638552444	2	1	1	1	1	True	58601	fragment	False	ENG0128_000000020761	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1421.0	94.089	99.0	0.000486134045553398	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
USA0080_01_000000014832	2933	0.6166094058370767	4	4	2	4	2	False	91574	fragment	False	USA0080_01_000000014832	0.9870096948249539		0	0	False	False	0.9996590614318848	0					non-mobilizable	no_good_hit	1090.0	83.02799999999999	41.0	0.0002991924602380497	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0017_000000010916	2596	0.6166094058370767	4	4	2	4	2	False	91574	fragment	False	USA0080_01_000000014832	0.32719195086894026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	84.544	37.0	0.0002656067771430395	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0053_000000004246	2808	0.6166071436547303	3	3	3	3	2	True	30776	fragment	False	ISR0151_000000006426	0.9473684210526316		0	0	False	False	0.9843304753303528	0					non-mobilizable	no_good_hit	45.0	100.0	2.0	1.803107984449013e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ENG0109_000000007771	3173	0.6166042199977819	3	3	3	3	3	False	131914	fragment	False	ENG0109_000000007771	1.0		0	0	False	False	0.9987393617630005	0					non-mobilizable	no_good_hit	201.0	79.104	6.0	0.00041611167684641717	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0111_000000012448	1537	0.6166010908078834	1	1	1	1	1	False	106787	maximal	True	AST0111_000000012448	1.0		3	3	False	False	0.9947950839996338	0					non-mobilizable	no_good_hit	181.0	90.60799999999999	21.0	0.0019089260957662365	NZ_JAAIPV010000013.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_13_length_93770_cov_101.413, whole genome shotgun sequence	True	False
MON0060_000000014073	2751	0.6166004703752254	3	3	3	3	3	False	11436	maximal	True	MON0060_000000014073	1.0		45	7	False	False	0.9952744245529175	0					non-mobilizable	no_good_hit	1165.0	72.017	42.0	0.0010022100911226844	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
ISR0821_000000011605	2541	0.6165967521345574	3	3	3	3	3	False	49224	fragment	False	FIJ0043_000000010397	0.9745927075252133		0	0	False	False	0.9937032461166382	0					non-mobilizable	no_good_hit	547.0	75.868	21.0	0.0035543458153854284	NZ_SLUM01000006.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_106, whole genome shotgun sequence	True	False
USA0061_01_000000002008	6036	0.6165938877664093	10	9	8	6	7	True	92974	maximal	True	USA0061_01_000000002008	1.0		809	15	False	False	1.0	0					non-mobilizable	chromosome	4029.0	95.135	93.0	0.0011457275569094938	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
CAN0007_000000004890	8798	0.6165905563677181	13	11	9	8	4	True	95430	maximal	True	CAN0007_000000004890	1.0		4	2	False	False	0.9973857402801514	0					non-mobilizable	no_good_hit	759.0	78.12899999999999	9.0	0.00022306550503212142	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
ENG0080_000000007735	3211	0.6165885017676604	4	4	4	3	3	False	120470	maximal	True	ENG0080_000000007735	1.0		56	11	False	False	0.9993771314620972	0					non-mobilizable	no_good_hit	811.0	72.01	24.0	0.0003629285485568537	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
ENG0079_000000017521	1898	0.6165881409570849	2	2	2	2	2	False	61819	maximal	True	ENG0079_000000017521	0.9726541554959786		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	74.39	13.0	0.046635182998819365	NZ_LPXN01000092.1	a-proteobacteria	Oceanibaculum pacificum strain MCCC 1A02656 contig181, whole genome shotgun sequence	True	False
CAN0002_000000007544	2455	0.6165873331370229	3	3	1	2	2	True	101512	fragment	False	CAN0002_000000007544	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2455.0	99.145	100.0	0.0007336430339338304	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0032_000000010269	2545	0.6165863678186351	3	3	2	3	2	True	113497	maximal	False	MON0047_000000015990	0.953057841413281	PS730	0	0	False	True	0.9996070861816406	0					non-mobilizable	no_good_hit	2101.0	83.67399999999999	89.0	0.0006289578959506733	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0047_000000015990	2450	0.6165863678186351	4	3	2	3	2	True	113497	maximal	True	MON0047_000000015990	0.9645541994856087	PS730	231	12	False	True	0.9938775300979614	0					non-mobilizable	other	2062.0	83.705	92.0	0.00061721574279506	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0378_000000011017	2446	0.6165863678186351	3	3	2	3	2	True	113497	maximal	False	MON0047_000000015990	0.9644483574479724	PS730	0	0	False	True	1.0	0					non-mobilizable	other	2062.0	83.705	91.0	0.00061721574279506	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0263_000000007248	1998	0.6165863678186351	3	3	2	3	2	True	113496	fragment	False	ISR0263_000000007248	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2008.0	83.566	100.0	0.0006012584577374316	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
TAN0002_000000024237	1688	0.6165841291889588	2	1	1	1	1	False	3027	maximal	True	TAN0002_000000024237	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0029_000000016172	1874	0.6165818736469512	2	2	2	2	1	False	53497	maximal	True	MON0029_000000016172	0.9464295723890005		99	8	False	False	0.9989327788352966	0					non-mobilizable	other	1876.0	91.898	100.0	0.0012626160487735165	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
MAD0101_000000020953	1381	0.6165806835248213	3	1	1	1	1	False	34220	fragment	False	MAD0101_000000020953	0.9863387978142076		0	0	False	False	0.9913106560707092	0					non-mobilizable	no_good_hit								True	False
ISR0081_000000018763	1281	0.6165806835248213	2	1	1	1	1	False	34220	fragment	False	MAD0101_000000020953	0.9511223750905141		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0022_000000007596	3259	0.6165769199916455	4	3	3	2	3	False	77299	maximal	True	FIJ0022_000000007596	0.9754072181411689		9	4	False	False	0.9963178634643555	0					non-mobilizable	other	3245.0	96.425	99.0	0.0008986342758440664	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0137_000000002815	6230	0.6165765485043495	5	4	0	2	4	False	105836	maximal	True	ENG0137_000000002815	1.0		4	3	False	False	1.0	0	rep_cluster_893				non-mobilizable	plasmid	6230.0	99.95200000000001	100.0	0.02951978806792063	CP035137.1	firmicutes	Enterococcus faecium strain SRCM103341 plasmid unnamed1, complete sequence	False	True
ISR0128_000000020730	1707	0.6165760848227557	2	2	2	2	1	False	31832	maximal	True	ISR0128_000000020730	1.0		1	1	False	False	0.9677797555923462	0					non-mobilizable	chromosome	1648.0	100.0	97.0	0.0003343911897768472	CP022073.2	enterobacteria	Citrobacter koseri strain FDAARGOS_287 chromosome, complete genome	False	False
MON0044_000000031513	1752	0.6165723846433894	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.10207328060743234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	86.719	58.0	0.00028606494597063683	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ETH0001_000000000847	17168	0.6165645219755265	21	10	6	10	5	True	100645	maximal	True	ETH0001_000000000847	1.0		2	1	False	False	0.9998252391815186	0					non-mobilizable	no_good_hit	1148.0	81.707	7.0	0.07111414222828445	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ISR0310_000000006608	2480	0.6165595307074075	8	4	2	1	4	False	25335	maximal	True	ISR0310_000000006608	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	550.0	77.63600000000001	26.0	0.001461512145056449	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0097_000000002755	10464	0.6165583067665531	5	4	3	4	3	False	60796	maximal	True	ENG0097_000000002755	1.0		1	1	False	False	0.9990443587303162	0					non-mobilizable	no_good_hit	3359.0	87.109	41.0	0.0013045972187246426	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MAD0105_000000013861	2543	0.6165561511399827	4	2	2	2	1	True	15889	maximal	True	MAD0105_000000013861	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0013_000000025383	2111	0.6165537079089677	3	3	3	3	3	False	13529	maximal	True	MON0013_000000025383	1.0		4	2	False	False	0.9767882227897644	0					non-mobilizable	no_good_hit	283.0	75.265	13.0	0.00010042762375413852	FP929056.1	bacteria	Fretibacterium fastidiosum draft genome	True	False
ENG0190_000000010972	2784	0.6165525642661895	3	3	3	3	1	False	54813	maximal	True	ENG0190_000000010972	1.0		18	5	False	False	0.9982040524482727	0					non-mobilizable	no_good_hit	974.0	74.538	35.0	0.0002557557689426269	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0137_000000002980	9408	0.6165400428915229	11	6	5	6	4	False	102525	maximal	True	ISR0137_000000002980	1.0		10	5	False	False	0.9996811151504517	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.015388254135446e-06	NZ_CP014609.1	firmicutes	Solibacillus silvestris strain DSM 12223 chromosome, complete genome	True	False
FIJ0054_000000006806	3639	0.6165380566191929	2	1	1	1	1	False	46351	maximal	True	FIJ0054_000000006806	1.0		1	1	False	False	0.978565514087677	0					non-mobilizable	no_good_hit	709.0	82.79299999999999	19.0	0.006593220816545039	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	True	False
MON0004_000000035089	1335	0.6165338125422491	2	2	2	1	1	False	58277	fragment	False	ISR0813_000000024768	0.5365686889280176		0	0	False	False	0.9992509484291077	0					non-mobilizable	chromosome	1335.0	91.685	100.0	0.0005493740677319747	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0350_000000007618	2404	0.6165331134623044	3	3	3	3	2	False	36859	fragment	False	ISR0350_000000007618	1.0		0	0	False	False	0.9787853360176086	0					non-mobilizable	other	1267.0	99.52600000000001	94.0	0.0004053785342139803	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MAD0097_000000014035	2879	0.6165320584894308	3	3	3	3	2	False	86342	maximal	True	MAD0097_000000014035	1.0		1	1	False	False	0.9975686073303223	0					non-mobilizable	no_good_hit	424.0	72.406	14.0	0.001475563876195546	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
SPA0155_000000009067	2101	0.6165296259356625	2	1	1	1	1	False	3199	maximal	True	SPA0155_000000009067	1.0		76	9	False	False	0.9923845529556274	0					non-mobilizable	other	2101.0	100.0	100.0	0.3794723527285869	NZ_JAAIOD010000035.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_35_length_5534_cov_235.068, whole genome shotgun sequence	False	False
ISR0785_000000014721	2419	0.6165277376286146	3	3	3	3	3	False	64560	maximal	True	ISR0785_000000014721	1.0		104	8	False	False	0.9995865821838379	0					non-mobilizable	other	2446.0	74.325	99.0	0.00882899457945912	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0052_000000015998	1531	0.6165266134733005	1	1	1	1	0	True	125715	maximal	True	AST0052_000000015998	1.0		4	3	False	False	0.9986936450004578	0					non-mobilizable	no_good_hit	1167.0	96.915	76.0	0.0003924687733196631	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0373_000000014095	1198	0.6165258025310733	2	2	2	2	2	False	23428	maximal	True	ISR0373_000000014095	1.0		16	4	False	False	0.9682804942131042	0					non-mobilizable	no_good_hit	588.0	91.667	79.0	0.00016527499107345825	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
USA0119_01_000000015084	1633	0.616525392409712	2	2	2	2	1	False	224	fragment	False	USA0119_01_000000015084	1.0		0	0	False	False	0.9914268255233765	0					non-mobilizable	no_good_hit	207.0	95.169	13.0	0.0010200443669782918	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
MON0054_000000043928	1172	0.6165093531178687	2	2	2	2	2	False	38840	fragment	False	ISR0329_000000013230	0.7669997554990196		0	0	False	False	0.994027316570282	0					non-mobilizable	other	1172.0	98.37899999999999	100.0	0.018396330159927105	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
CHI0042_000000007253	1589	0.6165088435036793	3	3	1	2	3	False	126691	backbone	False	ENG0023_000000009908	0.9163833223372752	PS974	0	0	False	True	1.0	0					non-mobilizable	other	1591.0	96.48	100.0	0.3099609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0173_000000008216	2163	0.6165052452077816	3	3	3	2	1	True	131058	fragment	False	ENG0173_000000008216	0.969809568044589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	93.88600000000001	79.0	0.00018442351467559527	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ISR0847_000000001133	14674	0.6165046117866383	27	6	5	5	4	False	20653	maximal	True	ISR0847_000000001133	1.0		16	8	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	5.494330205700633e-05	NZ_PIJY01000026.1	firmicutes	Oceanobacillus polygoni strain SA9 NODE_31_length_564136_cov_36.314575, whole genome shotgun sequence	True	False
FIJ0057_000000025645	1378	0.6165003932651805	2	2	2	2	2	False	67139	fragment	False	ISR0234_000000009029	0.8199829036667915		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	99.565	100.0	0.043654693592873224	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0176_000000015928	2142	0.6164901943757494	3	3	3	3	3	False	79664	fragment	False	MON0105_000000018460	0.5816265625326849		0	0	False	False	1.0	0					non-mobilizable	other	2143.0	96.40700000000001	100.0	0.008291925345561437	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0117_000000004474	4770	0.6164888935213264	6	5	5	5	5	False	59396	maximal	True	ENG0117_000000004474	1.0		31	4	False	False	0.9964360594749451	0					non-mobilizable	chromosome	4770.0	100.0	100.0	0.000984323477301736	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
USA0023_01_000000007676	4149	0.6164788618189381	4	4	4	4	3	False	72570	maximal	True	USA0023_01_000000007676	0.9624647706892133		10	5	False	False	1.0	0					non-mobilizable	other	2857.0	92.09	92.0	0.024676484099399338	NZ_NFHM01000007.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_7, whole genome shotgun sequence	False	False
ISR0062_000000004759	6059	0.6164689371842097	8	6	3	4	5	False	57676	fragment	False	ISR0062_000000004759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0083_000000001050	20728	0.6164655974210256	24	13	6	12	4	True	100675	backbone	False	SPA0056_000000000367	0.1719108497059634	PS581	0	0	False	True	1.0	0					non-mobilizable	other	20735.0	96.759	100.0	0.333354775420935	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
DEN0081_000000006360	1479	0.6164633420222082	2	1	1	1	1	False	69358	maximal	True	DEN0081_000000006360	1.0		83	10	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	98.834	52.0	0.01592646147490188	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0371_000000005425	3097	0.61646204990361	6	4	3	3	3	False	124382	maximal	True	ISR0371_000000005425	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2168.0	96.633	70.0	0.022649523470764852	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
ISR0212_000000006355	5058	0.6164572985525759	4	4	3	4	1	False	125878	fragment	False	ISR0212_000000006355	1.0		0	0	False	False	0.9926848411560059	0					non-mobilizable	no_good_hit	1305.0	84.291	31.0	0.00036977304468280585	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0005_000000016014	1271	0.6164531765972413	2	2	2	1	1	False	90709	maximal	True	CHI0005_000000016014	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	97.689	85.0	0.00038145487099520905	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0813_000000003349	7935	0.6164517154609572	11	8	5	7	2	False	106693	maximal	True	ISR0813_000000003349	1.0		20	4	False	False	1.0	0					non-mobilizable	other	7947.0	92.65100000000001	100.0	0.043804445033288064	NZ_FQVD01000005.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ISR0389_000000006766	3064	0.6164511190437217	4	2	2	2	2	False	81170	maximal	True	ISR0389_000000006766	1.0		62	9	False	False	0.9967362880706787	0					non-mobilizable	no_good_hit	456.0	70.61399999999999	15.0	0.00043253362234592835	NZ_CP028903.1	a-proteobacteria	Azospirillum humicireducens strain SgZ-5 plasmid pYZ2	True	False
ENG0150_000000012956	1369	0.6164454532083127	3	2	1	2	1	True	57141	fragment	False	ENG0150_000000012956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	4.0	5.634144650162957e-05	NZ_FONW01000002.1	CFB group bacteria	Sunxiuqinia elliptica strain CGMCC 1.9156, whole genome shotgun sequence	True	True
SPA0082_000000010766	1571	0.6164446657125466	2	2	2	2	2	False	104631	fragment	False	DEN0070_000000020404	0.5218115475731244		0	0	False	False	0.9949076771736145	0					non-mobilizable	other	1571.0	99.936	100.0	0.014502928298261495	NZ_CABJDM010000012.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
SPA0053_000000022349	1473	0.6164446657125466	2	2	2	2	2	False	104631	fragment	False	DEN0070_000000020404	0.20743145743145744		0	0	False	False	0.9986422061920166	0					non-mobilizable	other	1477.0	95.396	100.0	0.013606887505311582	NZ_CABJDM010000012.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0087_000000013262	2476	0.6164400962172719	3	2	2	2	2	False	33847	maximal	True	ISR0087_000000013262	1.0		2	2	False	False	0.993134081363678	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.3881562508675977e-05	NZ_AP019829.2	fusobacteria	Leptotrichia wadei strain JCM16777	True	False
ISR0281_000000004083	3859	0.616437026608723	6	3	2	2	3	False	26180	fragment	False	ISR0281_000000004083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0083_000000022425	1375	0.6164298161080548	2	1	1	1	1	False	69075	fragment	False	USA0072_01_000000012336	0.9522980501392757		0	0	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit								True	False
MON0085_000000025936	1230	0.6164291283321558	2	2	2	2	1	False	9766	maximal	True	MON0085_000000025936	1.0		2	1	False	False	0.9739837646484375	0					non-mobilizable	no_good_hit	761.0	98.42299999999999	62.0	0.0015891702231320454	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0282_000000001291	12487	0.6164278157476889	22	4	2	3	3	False	26153	maximal	True	ISR0282_000000001291	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	73.775	3.0	0.0002082049808475769	NZ_CP053825.1	e-proteobacteria	Campylobacter armoricus strain CCUG 73571 chromosome, complete genome	True	False
ENG0078_000000002603	9508	0.6164256651433164	12	6	2	3	4	False	107961	fragment	False	ENG0078_000000002603	1.0		0	0	False	False	0.9986327290534973	0					non-mobilizable	other	9526.0	97.323	99.0	0.015800702290329812	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0225_000000003415	4145	0.6164221732615585	3	3	3	1	0	False	27698	fragment	False	ISR0225_000000003415	1.0		0	0	False	False	0.9956574440002441	0					non-mobilizable	no_good_hit	297.0	75.758	7.0	0.005371679618998394	NZ_VWXL01000008.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_8, whole genome shotgun sequence	True	False
AST0102_000000003864	6876	0.6164218486397492	10	6	4	4	3	False	108389	maximal	True	AST0102_000000003864	1.0		1	1	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit	3442.0	98.199	59.0	0.004393618068418745	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ENG0195_000000016012	1644	0.6164217614915728	2	2	2	2	2	False	54455	maximal	True	ENG0195_000000016012	1.0		1	1	False	False	0.9902676343917847	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0007149477028995101	KX889125.1	diatoms	Didymosphenia geminata mitochondrion, complete genome	True	False
FIJ0167_000000005775	3228	0.6164197745870381	5	3	1	2	1	False	132417	fragment	False	FIJ0075_000000003112	0.21565681097391248		0	0	False	False	1.0	0					non-mobilizable	other	3212.0	98.87899999999999	99.0	0.09681220728206678	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0166_000000015575	1861	0.6164072901129263	2	2	1	2	2	False	81420	fragment	False	USA0059_01_000000013164	0.951502492585465		0	0	False	False	0.9930145144462585	0					non-mobilizable	chromosome	1842.0	99.34899999999999	99.0	0.000821553347193978	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0131_000000002135	13402	0.6164072785895682	15	12	9	9	6	False	58384	maximal	True	ENG0131_000000002135	1.0		7	4	False	False	0.9998507499694824	0					non-mobilizable	no_good_hit	1334.0	83.133	15.0	0.0011425402678917856	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0010_000000007232	2662	0.6164023184637013	3	2	2	2	2	False	100810	fragment	False	ISR0010_000000007232	1.0		0	0	False	False	0.9992486834526062	0					non-mobilizable	chromosome	2595.0	99.42200000000001	97.0	0.000465071314820996	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0376_000000003222	5607	0.6164014761793988	5	3	2	2	2	True	96762	fragment	False	ISR0376_000000003222	1.0		0	0	False	False	0.9846620559692383	0					non-mobilizable	no_good_hit	2076.0	95.76100000000001	37.0	0.00046472144316144523	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
USA0035_01_000000006735	3719	0.6163968106382098	5	3	3	3	2	False	119072	fragment	False	USA0035_01_000000006735	1.0		0	0	False	False	0.9959666728973389	0					non-mobilizable	no_good_hit	837.0	83.632	23.0	0.00026945811521784046	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0332_000000006678	2104	0.6163954344545112	2	2	2	2	2	False	24572	maximal	True	ISR0332_000000006678	1.0		106	13	False	False	0.9914448857307434	0					non-mobilizable	no_good_hit	640.0	76.25	30.0	0.00018182251652129004	NZ_RSDX01000001.1	firmicutes	Herbinix hemicellulosilytica strain LL1355 Ga0256695_11, whole genome shotgun sequence	True	False
ISR0849_000000014173	1935	0.6163943045721121	2	2	2	2	1	False	77246	maximal	True	ISR0849_000000014173	1.0		733	12	False	False	0.9896640777587891	0					non-mobilizable	other	1935.0	99.535	100.0	0.013661954916961592	NZ_RCXZ01000014.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0014, whole genome shotgun sequence	False	False
ISR0015_000000015547	1673	0.6163917611664499	2	2	2	2	1	False	95791	fragment	False	ENG0200_000000009646	0.5053791611394701		0	0	False	False	1.0	0					non-mobilizable	chromosome	1673.0	97.43	100.0	0.0005900023536577146	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0081_01_000000020805	1465	0.6163916532349873	2	2	2	1	1	True	86544	fragment	False	USA0081_01_000000020805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	2.0	1.5338264507906644e-05	NZ_RKRD01000001.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_11, whole genome shotgun sequence	True	True
FIJ0144_000000024490	1300	0.6163901406284563	2	2	2	1	1	False	40042	fragment	False	FIJ0144_000000024490	0.9706489156482515		0	0	False	False	0.9992307424545288	0					non-mobilizable	no_good_hit	129.0	93.023	10.0	0.006611570247933884	NZ_VZBY01000031.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_42_length_19360_cov_20.1067_ID_83, whole genome shotgun sequence	True	False
CHI0172_000000005628	1433	0.6163834249885223	3	3	3	2	2	False	102239	fragment	False	SPA0054_000000012699	0.06596671197650472		0	0	False	False	0.997906506061554	0					non-mobilizable	chromosome	1433.0	99.86	100.0	0.0002179142562184694	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0386_000000018457	1609	0.6163808591840401	3	3	3	2	2	False	45027	fragment	False	ISR0386_000000018457	1.0		0	0	False	False	0.9950279593467712	0					non-mobilizable	other	1614.0	95.539	100.0	0.0004573191502890961	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0236_000000004365	2407	0.6163753806591292	4	4	3	4	3	False	108264	fragment	False	ISR0819_000000009159	0.5567878916672178		0	0	False	False	0.9979227185249329	0					non-mobilizable	no_good_hit	1634.0	82.98700000000001	67.0	0.0005660643054627994	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0062_000000016306	1794	0.6163730756214779	2	2	2	2	1	False	45709	fragment	False	FIJ0062_000000016306	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1624.0	94.95100000000001	99.0	0.0007220387375121437	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0011_000000009587	4726	0.6163726188294201	9	7	4	3	7	False	114552	fragment	False	MON0011_000000009587	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	chromosome	4619.0	94.09	98.0	0.0021522797822830226	LR698989.1	firmicutes	Lactobacillus gasseri isolate MGYG-HGUT-02387 genome assembly, chromosome: 1	False	True
ISR0217_000000015825	1439	0.6163684851262389	3	3	3	3	2	False	119926	fragment	False	ISR0217_000000015825	0.9762962962962962		0	0	False	False	0.9993050694465637	0					non-mobilizable	other	1435.0	98.32799999999999	99.0	0.033172943462570555	NZ_VULP01000026.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq26, whole genome shotgun sequence	False	False
ISR0847_000000021613	1378	0.6163571470251582	2	2	2	1	1	False	22329	maximal	False	ISR0779_000000023968	0.9758120248790602		0	0	False	False	0.9804064035415649	0					non-mobilizable	no_good_hit	947.0	100.0	69.0	0.0010334483308607773	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
USA0079_01_000000004704	2712	0.6163565749526654	5	4	4	4	3	False	75922	fragment	False	ISR0850_000000005066	0.9530305500044818		0	0	False	True	0.9996312856674194	0					non-mobilizable	no_good_hit	303.0	79.208	11.0	8.374752762122736e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0844_000000004813	2717	0.6163461854529717	4	4	4	4	1	False	54941	maximal	True	ISR0844_000000004813	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	91.581	47.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0048_000000015652	2089	0.6163451234138646	4	2	2	2	1	True	71656	fragment	False	FIJ0048_000000015652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1653.0	98.00399999999999	79.0	0.021243176434236274	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
FIJ0111_000000010956	1898	0.6163451234138646	3	2	2	2	1	True	71652	fragment	False	FIJ0057_000000016254	0.967561704885677		0	0	False	False	1.0	0					non-mobilizable	other	1898.0	99.84200000000001	100.0	0.024423215573179523	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ISR0089_000000019913	1543	0.6163451234138646	3	2	2	2	1	True	71650	fragment	False	DEN0079_000000037838	0.9752014879107254		0	0	False	False	0.9993519186973572	0					non-mobilizable	other	1544.0	99.223	100.0	0.019865588629107013	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ISR0774_000000021181	1163	0.6163435286727326	1	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.29400112508688486		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	99.82799999999999	100.0	0.0042012856946583655	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0037_000000016107	3853	0.6163380795462937	3	2	2	2	2	False	42507	fragment	False	MON0037_000000016107	1.0		0	0	False	False	0.9994809031486511	0					non-mobilizable	other	2180.0	97.569	99.0	0.049733610774472366	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0025_000000004378	4677	0.6163353137390267	6	5	3	5	4	False	111420	maximal	True	SPA0025_000000004378	1.0		34	7	False	False	0.9974342584609985	0					non-mobilizable	no_good_hit	2474.0	98.22200000000001	60.0	0.0025249457080517485	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
CHI0171_000000001574	3837	0.6163347538648171	5	5	2	5	1	True	77953	maximal	True	CHI0171_000000001574	1.0		9	4	False	False	1.0	0					non-mobilizable	other	3805.0	97.42399999999999	98.0	0.0038102470899651136	NZ_QVHZ01000002.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf2, whole genome shotgun sequence	False	True
AST0003_000000009406	3738	0.616332595135897	4	3	0	3	3	False	130499	fragment	False	AST0003_000000009406	1.0		0	0	False	False	0.9887640476226807	0					non-mobilizable	no_good_hit	1415.0	80.848	37.0	0.00019486974936400907	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
FIJ0024_000000005128	3948	0.6163323724658664	4	4	3	4	4	False	49253	maximal	True	FIJ0024_000000005128	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	98.65100000000001	44.0	0.0018520938950424507	NZ_FUXC01000002.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
FIJ0090_000000004507	7706	0.6163286535492607	7	6	5	6	2	True	43540	maximal	True	FIJ0090_000000004507	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	75.831	9.0	0.0028333613224649384	NZ_CZAI01000009.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
FIJ0014_000000014042	1758	0.6163236688861581	2	2	2	2	2	False	50480	maximal	True	FIJ0014_000000014042	0.9799646434885092		600	12	False	False	1.0	0					non-mobilizable	other	1758.0	97.32700000000001	100.0	0.0004987645853866803	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0112_000000021357	1715	0.6163182361599404	2	2	2	2	1	False	59503	maximal	True	ISR0112_000000021357	1.0		171	11	False	False	0.9976676106452942	0					non-mobilizable	other	1715.0	99.883	100.0	0.05275469375192367	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
CHI0176_000000002557	3356	0.6163135291725335	5	3	3	1	1	True	119050	maximal	True	CHI0176_000000002557	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	76.241	59.0	0.0004028272934982988	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0054_000000007084	3585	0.6163135029679486	4	4	3	4	4	False	70076	backbone	True	ENG0054_000000007084	0.995195173241594	PS326	36	8	True	True	1.0	8					non-mobilizable	other	2545.0	99.84299999999999	100.0	0.0006878614889226991	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0128_000000009877	3535	0.6163135029679486	4	4	3	4	4	False	70076	backbone	False	ENG0054_000000007084	0.9917258520776502	PS326	0	0	True	True	1.0	16					non-mobilizable	other	2562.0	99.844	100.0	0.0006924580476143996	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0116_000000010932	3529	0.6163135029679486	4	4	3	4	4	False	70076	backbone	False	ENG0054_000000007084	0.9918672248979549	PS326	0	0	True	True	1.0	27					non-mobilizable	other	2494.0	99.84	99.0	0.0006740718128475979	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0296_000000003964	5788	0.616300284180082	7	6	1	5	5	False	84025	fragment	False	ISR0296_000000003964	0.9769730901210042		0	0	False	False	0.9960262775421143	0					non-mobilizable	other	5296.0	99.792	91.0	0.19787734967674428	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
CHI0163_000000001631	5537	0.616300284180082	7	6	1	5	5	False	84025	fragment	False	ISR0296_000000003964	0.9562888735314443		0	0	False	False	0.9998193979263306	0					non-mobilizable	other	5293.0	100.0	96.0	0.19776523786389627	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
MON0053_000000024879	1612	0.6162967732765378	3	3	3	2	1	False	68326	fragment	False	MON0083_000000023354	0.9471819194096822		0	0	False	False	1.0	0					non-mobilizable	chromosome	1613.0	93.986	100.0	0.0006630376679523832	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0026_000000032128	1551	0.6162967732765378	3	3	3	2	1	False	68326	fragment	False	MON0083_000000023354	0.9245800127513665		0	0	False	False	0.9980657696723938	0					non-mobilizable	chromosome	1552.0	94.265	100.0	0.000637916365005119	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0048_000000002893	6861	0.6162780751936549	14	7	4	6	3	True	17573	maximal	True	MAD0048_000000002893	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	90.323	1.0	7.580926389204761e-05	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
FIJ0015_000000007314	3941	0.6162767371878174	4	2	0	2	0	True	50954	maximal	True	FIJ0015_000000007314	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00016130890655605484	NZ_ADNC01000007.1	mycoplasmas	Mycoplasma alligatoris A21JP2 gcontig_1119468158656, whole genome shotgun sequence	True	True
USA0027_01_000000016987	1595	0.6162744500154388	2	1	1	1	1	False	1578	fragment	False	USA0027_01_000000016987	1.0		0	0	False	False	0.9905956387519836	0					non-mobilizable	no_good_hit	99.0	78.788	6.0	0.002241681260945709	NZ_VCKY01000072.1	high GC Gram+	Nonomuraea turkmeniaca strain DSM 43926 NODE_72_length_42825_cov_15.3835, whole genome shotgun sequence	True	False
ISR0249_000000005884	2948	0.6162735752924221	5	3	2	2	1	False	27069	maximal	True	ISR0249_000000005884	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	94.675	34.0	0.00027363043505887247	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0142_000000006813	4509	0.6162722921988752	7	4	2	2	4	False	40214	fragment	False	FIJ0142_000000006813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.420154410563327e-07	CP050797.1	monocots	Setaria viridis cultivar ME034v chromosome 3	True	False
ENG0054_000000011771	2240	0.6162525192520248	3	2	2	2	2	False	63766	maximal	True	ENG0054_000000011771	1.0		11	5	False	False	0.9977678656578064	0					non-mobilizable	no_good_hit	850.0	71.529	37.0	0.0030711621573619088	NZ_PYLP01000002.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_1, whole genome shotgun sequence	True	False
ISR0130_000000017981	1703	0.6162433051345135	3	3	3	2	2	False	57293	maximal	False	ENG0148_000000021329	0.9848749272833042		0	0	False	False	0.997651219367981	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	3.6963556344111423e-05	NZ_VCGX01000001.1	g-proteobacteria	Marinobacter piscensis strain Abdou3 NODE_1_length_1244469_cov_100.317264, whole genome shotgun sequence	True	False
CHI0093_000000001844	2708	0.6162430226938926	3	2	2	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.3807783183659871		0	0	False	False	0.9970458149909973	0					non-mobilizable	other	2689.0	98.92200000000001	99.0	0.05140365639103496	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0104_000000017914	1916	0.6162420126704868	2	2	2	2	2	False	107851	maximal	True	AST0104_000000017914	1.0		15	4	False	False	0.9968684911727905	0					non-mobilizable	no_good_hit	1129.0	83.171	59.0	0.009327921969469218	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	True	False
ISR0351_000000005177	2601	0.6162398403853759	4	3	2	2	2	False	24077	fragment	False	ISR0351_000000005177	1.0		0	0	False	False	0.9969242811203003	0					non-mobilizable	no_good_hit	1071.0	84.781	41.0	0.005953443735214034	NZ_SLUM01000003.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_103, whole genome shotgun sequence	True	False
ISR0224_000000023834	1315	0.6162381707847453	2	2	1	2	1	False	27724	maximal	True	ISR0224_000000023834	1.0		33	7	False	False	0.9992395639419556	0					non-mobilizable	no_good_hit								True	False
ENG0107_000000002806	8404	0.6162369641650907	8	3	0	3	1	False	60029	fragment	False	ENG0107_000000002806	1.0		0	0	False	False	0.9998810291290283	0					non-mobilizable	no_good_hit								True	False
USA0102_01_000000003776	3771	0.6162351008274062	4	4	4	4	4	False	116339	fragment	False	ISR0351_000000003583	0.7653230680178771		0	0	False	False	1.0	0					non-mobilizable	other	3775.0	96.50299999999999	100.0	0.013533333094270746	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
MON0002_000000024040	1202	0.616233176967011	2	2	2	2	1	False	28839	maximal	True	MON0002_000000024040	0.9928443649373881		226	13	False	False	1.0	0					non-mobilizable	chromosome	1205.0	97.26100000000001	100.0	0.0004241524097467542	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0198_000000029840	1118	0.616233176967011	2	2	2	2	1	False	28839	maximal	False	MON0002_000000024040	0.9584026622296173		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	96.521	100.0	0.0003896920526523459	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0034_000000030378	1126	0.6162330008898818	2	2	2	2	1	False	127811	fragment	False	AST0005_000000022669	0.6208975720535626		0	0	False	False	0.9982237815856934	0					non-mobilizable	chromosome	1128.0	92.90799999999999	100.0	0.00039698124872304365	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0063_000000014765	3093	0.6162283934527111	5	4	4	3	2	False	71555	maximal	True	DEN0063_000000014765	1.0		90	13	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	80.76899999999999	3.0	3.700544734555974e-05	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
FIJ0055_000000007959	1741	0.6162250730221459	2	2	1	1	2	False	46652	maximal	False	MON0032_000000016033	0.9638828108475779		0	0	False	False	0.9942561984062195	0					non-mobilizable	other	1720.0	96.395	99.0	0.03919646114556731	NZ_CABIWU010000016.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0107_000000019072	2057	0.6162114450467516	4	4	3	2	3	False	75298	fragment	False	MAD0107_000000019072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	4.928083281943636e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
AUS0008_000000011016	2203	0.6162086278196603	4	1	1	1	1	False	101830	maximal	True	AUS0008_000000011016	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0120_000000004115	3242	0.6162029865713418	10	4	3	1	3	False	81862	fragment	False	CHI0120_000000004115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	93.99	13.0	0.0011330824495381457	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0082_01_000000020248	1473	0.6161985992108475	3	2	2	2	2	False	520	fragment	False	USA0082_01_000000020248	1.0		0	0	False	False	0.9993211030960083	0					non-mobilizable	chromosome	1464.0	95.08200000000001	99.0	0.0006459577526851621	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MON0026_000000012849	2957	0.6161966629901209	5	4	4	4	3	False	72233	fragment	False	ETH0003_000000010538	0.28158735725554246		0	0	False	False	0.9956036806106567	0					non-mobilizable	no_good_hit	1468.0	75.0	49.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0082_000000028171	1501	0.6161929498364986	2	2	2	1	2	False	99445	fragment	False	SPA0090_000000018322	0.42544173069536306		0	0	False	False	0.9993337988853455	0					non-mobilizable	chromosome	1501.0	99.93299999999999	100.0	0.0006693807826132358	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0199_000000003692	6916	0.6161914919580062	9	6	3	6	3	False	60388	maximal	False	ISR0198_000000005088	0.9985600700623992		0	0	True	True	0.9985540509223938	3					non-mobilizable	no_good_hit	74.0	91.89200000000001	2.0	1.610085043368633e-05	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
ISR0774_000000003280	6912	0.6161914919580062	9	6	3	6	3	False	60388	maximal	False	ISR0198_000000005088	0.9942452242566894		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	71.0	91.54899999999999	1.0	1.543917164874032e-05	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
ISR0360_000000003353	6911	0.6161914919580062	9	6	3	6	3	False	60388	maximal	False	ISR0198_000000005088	0.9984314132925934		0	0	True	True	0.9997106194496155	1					non-mobilizable	no_good_hit	72.0	91.667	1.0	1.5659731243722323e-05	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
SPA0137_000000005191	6908	0.6161914919580062	9	6	3	6	3	False	60388	maximal	False	ISR0198_000000005088	0.9979009663485149		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	59.0	93.22	2.0	0.0003663628381750077	NZ_FNBY01000009.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	True
ISR0198_000000005088	6890	0.6161914919580062	9	6	3	6	3	False	60388	maximal	True	ISR0198_000000005088	0.9987959782296385		20	3	True	True	0.9966618418693542	5					non-mobilizable	no_good_hit	72.0	91.667	1.0	1.5659731243722323e-05	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
ISR0845_000000005015	2036	0.6161906040685251	4	3	2	2	2	True	127708	fragment	False	ISR0845_000000005015	0.9745848012078511		0	0	False	True	1.0	0					non-mobilizable	chromosome	2034.0	95.428	99.0	0.0009161664854312404	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0357_000000003752	5723	0.6161858667204166	6	6	6	6	4	True	23891	maximal	True	ISR0357_000000003752	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	89.1	71.0	0.0015397172856453827	NZ_FQTX01000001.1	high GC Gram+	Bifidobacterium merycicum DSM 6492, whole genome shotgun sequence	True	True
ISR0046_000000007998	3572	0.6161840640708816	4	4	4	3	3	False	113124	fragment	False	ISR0176_000000008575	0.5783673121006683		0	0	False	False	0.99972003698349	0					non-mobilizable	no_good_hit	1484.0	79.78399999999999	41.0	0.007361957074357261	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
MAD0049_000000000595	16756	0.6161711654689199	24	5	1	5	2	False	17504	maximal	True	MAD0049_000000000595	1.0		1	1	False	False	0.9995225667953491	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	1.1698299381276946e-06	LR736856.1	bivalves	Pecten maximus genome assembly, chromosome: 19	True	False
MAD0038_000000000445	16179	0.6161711654689199	27	5	1	5	2	False	18586	maximal	True	MAD0038_000000000445	1.0		1	1	False	False	0.9989492297172546	0					non-mobilizable	no_good_hit	94.0	91.48899999999999	1.0	0.00012147383022660747	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0071_000000001995	14621	0.6161711654689199	22	5	1	5	2	False	44908	maximal	True	FIJ0071_000000001995	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0085_000000008594	2702	0.6161599147626098	4	4	4	4	3	False	122126	fragment	False	ISR0085_000000008594	0.9962247573679677		0	0	False	False	0.9996299147605896	0					non-mobilizable	no_good_hit	1290.0	93.721	56.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0098_000000009659	2642	0.6161599147626098	4	4	4	4	3	False	122126	fragment	False	ISR0085_000000008594	0.9909022758757612		0	0	False	False	0.9996215105056763	0					non-mobilizable	no_good_hit	1290.0	93.64299999999999	55.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
FIJ0018_000000002099	11430	0.6161491614057054	31	4	2	4	3	False	50054	maximal	True	FIJ0018_000000002099	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	94.353	4.0	0.000498456430910882	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0088_000000020009	1604	0.6161471774560503	2	2	2	2	2	False	9631	fragment	False	MON0088_000000020009	1.0		0	0	False	False	0.9993765354156494	0					non-mobilizable	other	1549.0	96.449	96.0	0.0002385481072273742	CP012938.1	CFB group bacteria	Bacteroides ovatus strain ATCC 8483, complete genome	False	False
ISR0134_000000001039	22010	0.6161462846354029	17	7	4	7	4	True	36393	fragment	False	ISR0123_000000000595	0.9423737303119649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0161_000000006012	3618	0.6161456566465084	3	3	2	2	2	True	109911	fragment	False	SPA0058_000000008945	0.9522197836005922		0	0	False	False	1.0	0					non-mobilizable	other	3618.0	94.97	100.0	0.0010267680736161767	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0058_000000008945	3414	0.6161456566465084	3	3	2	2	2	True	109911	fragment	False	SPA0058_000000008945	0.969938699896501		0	0	False	False	1.0	0					non-mobilizable	other	3414.0	100.0	100.0	0.016992103874378914	NZ_JAAIQH010000003.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_3_length_200858_cov_199.505, whole genome shotgun sequence	False	True
ISR0020_000000006120	3393	0.6161456566465084	3	3	2	2	2	True	109911	fragment	False	SPA0058_000000008945	0.9672766093615037		0	0	False	False	1.0	0					non-mobilizable	other	3393.0	100.0	100.0	0.016887552400203128	NZ_JAAIQH010000003.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_3_length_200858_cov_199.505, whole genome shotgun sequence	False	True
FIJ0025_000000006731	3145	0.6161456566465084	3	3	2	2	2	True	109911	fragment	False	SPA0058_000000008945	0.7516805297913384		0	0	False	False	1.0	0					non-mobilizable	other	3146.0	97.235	100.0	0.015652849276603372	NZ_JAAIQH010000003.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_3_length_200858_cov_199.505, whole genome shotgun sequence	False	True
ISR0192_000000000455	27847	0.6161347883555829	35	32	17	20	31	False	87446	fragment	False	ISR0192_000000000455	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	25220.0	99.104	98.0	0.5461376875933907	CP009582.1	enterobacteria	Escherichia coli FAP1 plasmid unnamed 4, complete sequence	False	True
ISR0110_000000013983	1676	0.6161328845689089	4	2	2	2	1	True	32706	maximal	True	ISR0110_000000013983	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	1305.0	83.525	99.0	0.00035374134782561155	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
SPA0078_000000006271	1212	0.6161323168211771	1	1	1	1	1	False	5658	fragment	False	SPA0078_000000006271	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	99.917	100.0	0.0002248727454232547	CP052286.1	enterobacteria	Klebsiella pneumoniae strain E16KP0218 chromosome, complete genome	False	False
USA0001_01_000000013172	1296	0.6161304957107131	2	2	2	2	2	False	2266	fragment	False	USA0001_01_000000013172	1.0		0	0	False	False	0.9915123581886292	0					non-mobilizable	other	1202.0	78.12	92.0	0.00040568535619894423	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0120_000000015606	1331	0.6161303621017391	2	2	2	2	2	False	72170	fragment	False	ENG0120_000000015606	1.0		0	0	False	False	0.9789631962776184	0					non-mobilizable	other	1331.0	96.76899999999999	100.0	0.0011416818604778926	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
AUS0024_000000012482	2622	0.6161268238283732	3	2	1	1	1	True	129366	fragment	False	AUS0024_000000012482	0.9641999836052565		0	0	False	False	0.9977116584777832	0		MOBV			mobilizable	other	2621.0	99.008	99.0	0.000890123132567533	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0260_000000005110	2518	0.6161268238283732	3	2	1	1	1	True	129366	fragment	False	AUS0024_000000012482	0.9026106226653781		0	0	False	False	0.9996028542518616	0		MOBV			mobilizable	other	1824.0	99.781	100.0	0.00048516416938856275	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
CHI0154_000000012871	2456	0.6161268238283732	3	2	1	1	1	True	129366	fragment	False	AUS0024_000000012482	0.8990269017608947		0	0	False	False	0.9979641437530518	0		MOBV			mobilizable	other	1829.0	99.235	100.0	0.0004864948445651633	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0357_000000010539	2396	0.6161268238283732	2	2	1	1	1	True	129366	fragment	False	AUS0024_000000012482	0.8793367010489171		0	0	False	False	0.9991652965545654	0		MOBV			mobilizable	other	1709.0	99.53200000000001	100.0	0.00045455864032674994	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0113_000000011765	2391	0.6161268238283732	3	2	1	1	1	True	129366	fragment	False	AUS0024_000000012482	0.8908086537972295		0	0	False	False	0.9916353225708008	0		MOBV			mobilizable	other	2391.0	99.331	100.0	0.0008119825522276351	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0140_000000006964	2389	0.6161268238283732	3	2	1	1	1	True	129366	fragment	False	AUS0024_000000012482	0.9509919243498443		0	0	False	False	1.0	0		MOBV			mobilizable	other	2392.0	99.45700000000001	100.0	0.0008113030689203316	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0230_000000013692	2385	0.6161268238283732	2	2	1	1	1	True	129366	fragment	False	AUS0024_000000012482	0.7205278479332322		0	0	False	False	1.0	0		MOBV			mobilizable	other	2202.0	99.682	92.0	0.0007477713796874581	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0251_000000006269	2376	0.6161268238283732	2	2	1	1	1	True	129366	fragment	False	AUS0024_000000012482	0.879959638713106		0	0	False	False	1.0	0		MOBV			mobilizable	other	2378.0	98.024	100.0	0.0008065466857692074	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0125_000000011820	2206	0.6161268238283732	2	2	1	1	1	True	129366	fragment	False	AUS0024_000000012482	0.21825154424370655		0	0	False	False	1.0	0		MOBV			mobilizable	other	2066.0	99.855	94.0	0.0007015665147908227	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0060_000000013678	2194	0.6161268238283732	2	2	1	1	1	True	129366	fragment	False	AUS0024_000000012482	0.7124186552809483		0	0	False	False	1.0	0		MOBV			mobilizable	other	2194.0	99.863	100.0	0.0007450534464582443	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0289_000000005193	1935	0.6161251841769444	2	2	1	2	1	False	70067	maximal	True	ISR0289_000000005193	1.0		1	1	False	False	0.9937984347343445	0					non-mobilizable	no_good_hit	1619.0	97.035	84.0	0.0004828172370835926	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0116_000000009132	2593	0.6161229220059814	6	2	1	2	1	False	63909	fragment	False	ENG0116_000000009132	1.0		0	0	False	False	0.9899730086326599	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000010274	2915	0.6161186237641221	3	3	3	3	3	False	78637	fragment	False	CHI0161_000000003468	0.9688846692523163		0	0	False	False	0.9996569752693176	0					non-mobilizable	other	1346.0	99.926	100.0	0.0007004850794074053	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
ISR0225_000000005826	2856	0.6161186237641221	3	3	3	3	3	False	78637	fragment	False	CHI0161_000000003468	0.9713946823616636		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	100.0	100.0	0.0006978810456549614	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
TAN0002_000000032518	1303	0.6161184035214458	2	2	2	2	1	False	11352	maximal	False	MON0049_000000016953	0.9728593272171254		0	0	False	False	0.973906397819519	0					non-mobilizable	no_good_hit	551.0	84.39200000000001	42.0	0.0005363572922569777	NZ_LOJF01000001.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_1, whole genome shotgun sequence	True	False
ENG0134_000000013238	2937	0.6161176395709581	3	3	2	3	3	False	95359	fragment	False	ENG0038_000000006695	0.4755832037325039		0	0	False	False	0.9989785552024841	0					non-mobilizable	no_good_hit								True	False
ISR0322_000000001309	6346	0.6161145840790331	6	6	6	6	5	False	105144	maximal	False	ISR0275_000000002066	0.9836699274218996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	502.0	81.07600000000001	8.0	0.00664642105543568	NZ_FUWW01000010.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ENG0095_000000000886	19799	0.6161081521543169	21	8	5	6	2	True	122925	maximal	True	ENG0095_000000000886	1.0		2	1	False	False	0.9987878203392029	0					non-mobilizable	no_good_hit								True	True
MAD0083_000000006578	1582	0.616106967134856	3	2	1	2	2	False	45290	maximal	True	MAD0083_000000006578	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	97.7	80.0	0.0008487098800885516	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0162_000000007074	5110	0.6161054978518199	8	3	1	1	3	True	30362	fragment	False	ISR0162_000000007074	1.0		0	0	False	False	0.9998043179512024	0					non-mobilizable	no_good_hit	1446.0	78.83800000000001	54.0	0.15467703607690647	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
DEN0061_000000022908	1873	0.6161048266651573	4	3	2	3	1	True	71862	maximal	True	DEN0061_000000022908	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	94.91799999999999	68.0	0.027517374266600274	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
CHI0098_000000005338	1705	0.6161026374054936	2	1	1	1	1	False	83402	fragment	False	CHI0098_000000005338	1.0		0	0	False	False	0.9747800827026367	0					non-mobilizable	chromosome	1670.0	96.587	98.0	0.0004668409950206426	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0026_000000008204	3726	0.616101002338485	3	2	2	2	2	False	119541	maximal	True	AST0026_000000008204	1.0		12	5	False	False	0.990338146686554	0					non-mobilizable	no_good_hit	1075.0	72.837	29.0	0.00020902801581573624	CP007806.1	firmicutes	Brevibacillus laterosporus LMG 15441, complete genome	True	False
CHI0068_000000008979	1712	0.6160929754569077	2	2	2	2	2	False	110014	fragment	False	CHI0068_000000008979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	71.36399999999999	63.0	0.0042491141145849665	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
DEN0052_000000022012	2015	0.6160929704260637	1	1	1	1	1	False	72282	maximal	True	DEN0052_000000022012	1.0		1	1	False	False	0.9895781874656677	0					non-mobilizable	no_good_hit	47.0	95.745	2.0	0.000539014072954383	NZ_CZAI01000013.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
DEN0045_000000023262	1768	0.6160929704260637	2	1	1	1	1	False	72892	maximal	True	DEN0045_000000023262	1.0		4	2	True	True	0.9966063499450684	9					non-mobilizable	no_good_hit								True	True
FIJ0114_000000029309	1392	0.6160893747027056	5	2	2	1	2	False	41816	maximal	True	FIJ0114_000000029309	1.0		3	1	False	False	0.9734195470809937	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000012436	3376	0.6160858175095018	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.753856981416138		0	0	False	False	0.9967417120933533	0					non-mobilizable	other	3171.0	87.73299999999999	97.0	0.032829337565783975	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ISR0195_000000005572	4215	0.6160843560674547	5	5	4	5	3	False	97090	maximal	False	ISR0193_000000005962	0.9471896512299244		0	0	False	False	1.0	0					non-mobilizable	other	2623.0	99.771	100.0	0.0010890748595666628	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ENG0043_000000011229	3016	0.616082728585708	3	3	3	3	2	False	121018	maximal	True	ENG0043_000000011229	1.0		246	13	False	False	0.9953581094741821	0					non-mobilizable	no_good_hit	263.0	71.863	9.0	4.210972633034064e-05	AP022213.1	g-proteobacteria	Pseudomonas otitidis DNA, complete genome, strain: WP8-S17-CRE-03	True	False
ISR0128_000000017153	2069	0.6160822669098288	3	2	1	2	1	True	31841	fragment	False	ISR0128_000000017153	1.0		0	0	False	False	0.9966167211532593	0					non-mobilizable	other	1989.0	91.654	96.0	0.032124034015585085	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	True
CHI0025_000000004457	2465	0.616074118349598	5	3	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.4343163383325232		0	0	False	False	1.0	0					non-mobilizable	other	2468.0	95.82700000000001	100.0	0.02185976719614302	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	True
ISR0155_000000004412	5883	0.6160729358612278	8	4	2	3	3	False	30608	fragment	False	ISR0155_000000004412	1.0		0	0	False	False	0.9937106966972351	0					non-mobilizable	no_good_hit								True	False
ISR0193_000000013311	2017	0.6160671597672188	3	3	3	3	3	False	92748	fragment	False	ISR0193_000000013311	0.9771030363364859		0	0	False	False	0.9985126256942749	0					non-mobilizable	chromosome	2008.0	97.211	99.0	0.0009355514203498757	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0094_000000005623	2349	0.6160670241083186	3	3	3	2	2	False	121122	maximal	True	SPA0094_000000005623	0.995992456388496		70	5	False	False	0.9851000308990479	0					non-mobilizable	chromosome	1876.0	99.147	100.0	0.0005909954980326942	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0058_000000011597	1818	0.6160663768857846	3	2	2	1	1	True	85876	fragment	False	CHI0058_000000011597	1.0		0	0	False	False	0.9983498454093933	0					non-mobilizable	other	1841.0	90.494	100.0	0.0005338467007805349	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
AST0028_000000003670	4769	0.6160655926809112	7	5	5	5	5	False	118889	maximal	True	AST0028_000000003670	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	93.21700000000001	41.0	0.02633695677153954	NZ_CP058956.1	firmicutes	Lactobacillus mucosae strain A1 plasmid unnamed2, complete sequence	True	False
ISR0047_000000008175	3521	0.6160651389882199	5	4	4	4	4	False	71879	fragment	False	ISR0047_000000008175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0267_000000009161	1894	0.6160616818635584	3	3	3	3	3	False	71417	fragment	False	ISR0267_000000009161	0.9831932773109244		0	0	False	False	1.0	0					non-mobilizable	other	1896.0	96.572	100.0	0.003139553223811461	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0369_000000006569	2083	0.6160611536040778	3	3	3	3	2	False	90578	fragment	False	ISR0369_000000006569	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1487.0	98.85700000000001	100.0	0.00029638695322594744	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0192_000000012333	1790	0.6160598849255665	3	2	2	2	2	False	67515	fragment	False	ENG0191_000000015929	0.7835949807462252		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	99.83200000000001	100.0	0.0007544999023662787	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ENG0153_000000023087	1283	0.6160516036705797	2	2	2	2	2	False	56901	maximal	True	ENG0153_000000023087	1.0		169	10	False	False	0.9984411597251892	0					non-mobilizable	no_good_hit	123.0	78.862	12.0	2.3694801479029507e-05	CP032312.1	a-proteobacteria	Pannonibacter phragmitetus BB chromosome, complete genome	True	False
MON0047_000000000696	25624	0.6160495623511177	44	19	9	16	14	False	11489	maximal	True	MON0047_000000000696	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	78.002	5.0	0.001387213652063304	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0133_01_000000006017	4425	0.61604153144983	8	2	2	2	0	False	56365	maximal	True	USA0133_01_000000006017	1.0		15	6	False	False	0.9963842034339905	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.004368856295833983	XM_035896303.1	birds	PREDICTED: Egretta garzetta heart development protein with EGF like domains 1 (HEG1), mRNA	True	False
USA0034_01_000000016762	3304	0.61604153144983	7	2	2	2	0	False	56366	maximal	True	USA0034_01_000000016762	0.9849726767644503		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	90.698	3.0	2.6348254287002122e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0135_000000005658	3285	0.61604153144983	8	2	2	2	0	False	56366	maximal	False	USA0034_01_000000016762	0.9832526230831315		0	0	False	False	0.9987823367118835	0					non-mobilizable	no_good_hit	107.0	86.916	3.0	5.2022063244105676e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0121_01_000000015471	3002	0.61604153144983	7	2	2	2	0	False	56366	maximal	False	USA0034_01_000000016762	0.9407146051155802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.004368856295833983	XM_035896303.1	birds	PREDICTED: Egretta garzetta heart development protein with EGF like domains 1 (HEG1), mRNA	True	False
MON0083_000000014594	2484	0.61604153144983	6	2	2	2	0	False	56364	fragment	False	MON0083_000000014594	0.9900136680672689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.004368856295833983	XM_035896303.1	birds	PREDICTED: Egretta garzetta heart development protein with EGF like domains 1 (HEG1), mRNA	True	False
ENG0162_000000010087	2453	0.61604153144983	6	2	2	2	0	False	56364	fragment	False	MON0083_000000014594	0.9804031701954281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.004368856295833983	XM_035896303.1	birds	PREDICTED: Egretta garzetta heart development protein with EGF like domains 1 (HEG1), mRNA	True	False
MON0030_000000015216	2298	0.61604153144983	6	2	2	2	0	False	56364	fragment	False	MON0083_000000014594	0.9519301613588999		0	0	False	False	0.9917319416999817	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.004368856295833983	XM_035896303.1	birds	PREDICTED: Egretta garzetta heart development protein with EGF like domains 1 (HEG1), mRNA	True	False
SPA0012_000000011300	2151	0.61604153144983	5	2	2	2	0	False	8008	fragment	False	SPA0012_000000011300	1.0		0	0	False	False	0.999535083770752	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.004368856295833983	XM_035896303.1	birds	PREDICTED: Egretta garzetta heart development protein with EGF like domains 1 (HEG1), mRNA	True	False
ISR0084_000000014967	1764	0.6160405434617705	3	3	3	2	2	False	34044	maximal	True	ISR0084_000000014967	1.0		1	1	False	False	0.9994331002235413	0					non-mobilizable	no_good_hit	755.0	85.166	43.0	0.00022641279930823665	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0046_000000001900	10545	0.6160327275542686	13	11	5	6	10	True	114146	maximal	True	MAD0046_000000001900	1.0		5	2	False	False	1.0	0					non-mobilizable	plasmid	7284.0	99.478	100.0	0.04309589754515541	AP017611.1	enterobacteria	Escherichia coli plasmid pMRY16-002_1 DNA, complete genome, strain: 20Ec-P-124	False	True
FIJ0142_000000000450	38195	0.6160282942714075	38	17	11	15	8	False	63214	maximal	True	FIJ0142_000000000450	1.0		1	1	False	False	0.9998167157173157	0					non-mobilizable	no_good_hit	1328.0	96.31	5.0	0.022817545609298967	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0149_000000022324	1228	0.6160271441587539	2	2	2	1	1	False	74680	maximal	True	FIJ0149_000000022324	0.9662290019619452		181	13	False	False	0.9951140284538269	0					non-mobilizable	other	1124.0	100.0	92.0	0.0002710236391500042	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0198_000000018818	1122	0.6160271441587539	2	2	2	1	1	False	74680	maximal	False	FIJ0149_000000022324	0.9309153113748088		0	0	False	False	0.9964349269866943	0					non-mobilizable	other	1122.0	98.396	100.0	0.0002705409612530318	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0146_000000000736	23707	0.6160264087462569	29	10	9	7	5	True	111550	maximal	True	ENG0146_000000000736	0.992847109226362		15	5	True	True	0.999957799911499	16					non-mobilizable	no_good_hit	10868.0	96.531	76.0	0.4117758712322527	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0147_000000000795	22361	0.6160264087462569	28	10	9	7	5	True	111550	maximal	False	ENG0146_000000000736	0.9735957231348096		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	10872.0	96.49600000000001	74.0	0.41192771999088906	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0066_000000001206	21912	0.6160264087462569	27	10	9	7	5	True	111550	maximal	False	ENG0146_000000000736	0.9639244622860461		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	10868.0	96.494	74.0	0.4117758712322527	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0182_000000014294	1955	0.6160246720674869	4	2	1	2	1	False	77518	fragment	False	CHI0182_000000014294	1.0		0	0	False	False	0.9943733811378479	0					non-mobilizable	chromosome	858.0	96.62	93.0	0.0002908678702117661	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0095_000000001852	11390	0.6160224673355935	13	7	7	7	4	False	21924	maximal	True	SPA0095_000000001852	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2592.0	75.38600000000001	23.0	0.0013575489360243683	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0082_000000009648	2996	0.6160109584654471	4	3	3	3	3	False	34184	maximal	True	ISR0082_000000009648	1.0		22	7	False	False	0.9969959855079651	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	2.0	0.0001599755167904738	NZ_FTON01000006.1	a-proteobacteria	Thalassospira xiamenensis M-5 = DSM 17429, whole genome shotgun sequence	True	False
SPA0086_000000004690	3095	0.6160064206340048	5	3	3	3	3	False	5519	maximal	True	SPA0086_000000004690	1.0		3	2	False	False	0.9977383017539978	0					non-mobilizable	other	3114.0	95.022	100.0	0.006079360297943423	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	False
CHI0179_000000016219	1375	0.6160046638589964	2	2	2	1	1	False	77527	maximal	True	CHI0179_000000016219	1.0		1	1	False	False	0.9927272796630859	0					non-mobilizable	no_good_hit	1120.0	99.464	81.0	0.1830824607329843	NZ_ADFP01000001.1	bacteria	Pyramidobacter piscolens W5455 contig00277, whole genome shotgun sequence	True	False
ISR0219_000000024535	1333	0.6160009038879867	2	2	2	2	2	False	113369	fragment	False	ISR0821_000000021839	0.7852076218519172		0	0	False	False	0.9984996318817139	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0004264459677164608	NZ_JUPW01000002.1	high GC Gram+	Isoptericola variabilis strain 871_IVAR 7_63314_1440968, whole genome shotgun sequence	True	False
CHI0041_000000011842	1275	0.6160006580066839	1	1	1	1	1	False	95989	fragment	False	CHI0041_000000011842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	83.51299999999999	71.0	0.01410758937622491	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
FIJ0140_000000032149	1132	0.6160005659948621	4	3	2	1	3	False	40316	maximal	True	FIJ0140_000000032149	1.0		0	0	False	False	0.9673144817352295	0					non-mobilizable	no_good_hit	276.0	86.95700000000001	24.0	0.005983037103596397	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
DEN0087_000000002432	4861	0.6159977828928359	4	3	1	3	1	True	130560	fragment	False	DEN0087_000000002432	1.0		0	0	False	False	0.9975313544273376	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0004355899951855843	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MON0089_000000007416	3096	0.6159975895359204	3	3	3	3	2	False	102730	maximal	True	MON0089_000000007416	1.0		1	1	False	False	0.9996770024299622	0					non-mobilizable	no_good_hit	2273.0	92.741	73.0	0.0005565538382478018	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MAD0079_000000005819	1082	0.6159974890478417	1	1	1	1	1	False	16167	fragment	False	MAD0079_000000005819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0129_000000015397	1635	0.6159950023732721	3	1	1	1	1	False	3832	fragment	False	SPA0129_000000015397	1.0		0	0	False	False	0.9908257126808167	0					non-mobilizable	no_good_hit								True	False
USA0071_01_000000007511	1549	0.6159950023732721	3	1	1	1	1	False	738	maximal	True	USA0071_01_000000007511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0048_01_000000013367	1193	0.6159950023732721	2	1	1	1	1	False	1112	fragment	False	USA0048_01_000000013367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000016417	1816	0.6159740907637149	3	2	2	2	1	True	34709	fragment	False	ISR0074_000000016417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	8.978860287196087e-06	NC_016147.2	g-proteobacteria	Pseudoxanthomonas spadix BD-a59, complete sequence	True	True
ISR0111_000000008300	2149	0.6159737199437078	3	1	1	1	1	False	32685	maximal	True	ISR0111_000000008300	1.0		2	2	False	False	0.9995346665382385	0					non-mobilizable	no_good_hit								True	False
ENG0163_000000007237	3217	0.6159719707870963	3	2	2	2	2	False	119174	fragment	False	ENG0163_000000007237	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1571.0	90.961	70.0	0.0017457175366678616	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ISR0800_000000008417	1483	0.6159713735491023	2	2	2	2	2	False	90934	maximal	True	ISR0800_000000008417	0.9956868430120515		305	12	False	False	0.998651385307312	0					non-mobilizable	other	1483.0	100.0	100.0	0.0006038206937744946	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0794_000000004468	4257	0.615965765844353	4	2	2	2	1	True	75075	fragment	False	ISR0794_000000004468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0002_000000032036	1214	0.6159487369512594	3	3	3	3	2	False	52287	maximal	True	FIJ0002_000000032036	1.0		66	6	False	False	1.0	0					non-mobilizable	other	1215.0	98.10700000000001	100.0	0.002322257264718168	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0126_000000029121	1535	0.6159442319266346	2	2	2	2	2	True	38999	maximal	True	SPA0126_000000029121	1.0		2	1	False	False	0.999348521232605	0					non-mobilizable	no_good_hit	698.0	75.215	45.0	0.004636816186703779	NZ_AAXG02000004.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont29, whole genome shotgun sequence	True	True
ENG0160_000000015045	1327	0.6159390587981091	2	2	2	2	1	False	56451	maximal	True	ENG0160_000000015045	1.0		123	10	False	False	0.9879427552223206	0					non-mobilizable	other	1312.0	98.399	99.0	0.01725	NZ_JAAIUL010000018.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_18_length_76000_cov_381.411, whole genome shotgun sequence	False	False
MON0007_000000018808	3097	0.6159356038878979	3	3	3	2	1	False	48026	maximal	True	MON0007_000000018808	1.0		1	1	False	False	0.978043258190155	0					non-mobilizable	no_good_hit	928.0	83.944	44.0	0.0029409052901322296	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0111_000000006453	2714	0.6159342154141362	3	3	3	3	2	False	110231	fragment	False	ISR0351_000000004179	0.7129092592081034		0	0	False	False	0.9996315240859985	0					non-mobilizable	other	2124.0	92.32600000000001	90.0	0.01018624904654778	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0375_000000009302	2322	0.6159342154141362	3	3	3	3	2	False	110221	fragment	False	ISR0375_000000009302	0.7452120868895142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1731.0	92.779	89.0	0.008288999816550966	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0391_000000013180	1225	0.6159300559478444	2	2	0	2	1	False	22845	fragment	False	ISR0391_000000013180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0099_000000005626	3817	0.6159276624271949	6	6	5	4	1	False	119542	fragment	False	ISR0399_000000003211	0.6851450064383174		0	0	False	False	0.9979041218757629	0					non-mobilizable	other	3827.0	94.931	100.0	0.05795905896730828	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0014_000000005777	4081	0.6159266307380213	4	4	3	4	2	False	108243	maximal	True	FIJ0014_000000005777	1.0		389	13	False	False	0.9933840036392212	0					non-mobilizable	other	4082.0	99.461	100.0	0.042074535570982084	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0055_000000002744	7055	0.6159261722791798	16	6	2	6	2	False	63684	maximal	True	ENG0055_000000002744	1.0		1	1	False	False	0.9984408020973206	0					non-mobilizable	no_good_hit								True	False
FIJ0088_000000013956	1994	0.6159176238516255	3	2	2	2	2	False	83484	maximal	True	FIJ0088_000000013956	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	80.377	79.0	0.0213193597013854	NZ_JH605020.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld1005, whole genome shotgun sequence	True	False
MON0016_000000020515	1761	0.6158938612427578	2	2	1	2	2	False	108225	maximal	True	MON0016_000000020515	0.9908935685828116		93	10	False	False	0.9988642930984497	0					non-mobilizable	no_good_hit	1226.0	77.732	69.0	0.05133739630946335	NZ_ADFP01000072.1	bacteria	Pyramidobacter piscolens W5455 contig00027, whole genome shotgun sequence	True	False
AST0025_000000027006	1422	0.6158907869871366	2	1	1	1	1	False	119965	fragment	False	MON0027_000000029561	0.7569364224278994		0	0	False	False	0.99507737159729	0					non-mobilizable	no_good_hit								True	False
MON0042_000000019416	1338	0.6158907869871366	2	1	1	1	1	False	119965	fragment	False	MON0027_000000029561	0.7556847159535319		0	0	False	False	0.9506726264953613	0					non-mobilizable	no_good_hit								True	False
USA0133_01_000000009754	2359	0.6158880297979383	3	2	2	2	2	False	58447	fragment	False	USA0133_01_000000009754	1.0		0	0	False	False	0.9957609176635742	0					non-mobilizable	other	2359.0	99.491	100.0	0.0005781294936512408	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0058_000000016608	1310	0.6158876886591579	3	2	2	2	2	False	101639	fragment	False	CHI0058_000000016608	1.0		0	0	False	False	0.9984732866287231	0					non-mobilizable	no_good_hit	464.0	77.80199999999999	34.0	0.07505337493841353	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
DEN0052_000000027500	1661	0.6158800300889122	3	3	3	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.1353834240953749		0	0	False	False	0.9993979334831238	0					non-mobilizable	chromosome	1661.0	96.32799999999999	100.0	0.00046460194948097527	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0015_000000006288	3831	0.6158793059193014	6	6	6	5	4	False	128220	maximal	True	ISR0015_000000006288	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	83.564	36.0	0.9992679355783309	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	True	False
ISR0310_000000006319	2585	0.6158790311036892	5	4	4	4	2	False	25337	maximal	True	ISR0310_000000006319	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	99.111	9.0	0.0023434148995156246	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
MON0025_000000032087	1332	0.6158776657081216	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.17721853096232018		0	0	False	False	0.9984984993934631	0					non-mobilizable	other	1317.0	83.751	98.0	0.003118825307039634	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
MON0098_000000027642	1292	0.6158776657081216	2	2	2	1	1	False	124922	fragment	False	ENG0206_000000011673	0.1823712603957167		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	84.015	99.0	0.0030679748944248578	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0060_000000006738	2257	0.6158742960194338	3	3	3	3	3	False	114518	fragment	False	ENG0170_000000003849	0.4141457465355935		0	0	False	False	0.9995569586753845	0					non-mobilizable	other	2257.0	98.494	100.0	0.03571428571428571	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
CHI0132_000000025411	1199	0.6158724104802942	2	2	2	2	1	True	80829	maximal	True	CHI0132_000000025411	1.0		1	1	False	False	0.9674729108810425	0					non-mobilizable	no_good_hit								True	True
USA0039_01_000000020002	1105	0.6158697417943213	1	1	1	1	1	False	1307	maximal	True	USA0039_01_000000020002	1.0		25	10	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	85.535	72.0	0.0002384560333139939	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0059_000000014766	1301	0.6158669282371012	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04881673630595749		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	93.21799999999999	100.0	0.0027664107963206526	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0043_000000007712	1303	0.6158604604220907	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.38310634564058016		0	0	False	False	0.9976975917816162	0					non-mobilizable	no_good_hit	367.0	99.728	28.0	0.00010163786927037339	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0008_000000028791	1300	0.6158604604220907	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.3685963896088019		0	0	False	False	0.9984615445137024	0					non-mobilizable	no_good_hit	374.0	98.12799999999999	29.0	0.00010358176294494338	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0136_000000038436	1115	0.6158604604220907	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.14168898471422636		0	0	False	False	0.9991031289100647	0					non-mobilizable	no_good_hit	182.0	99.45100000000001	16.0	5.026353644245242e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0014_000000011094	2196	0.6158603783557125	3	3	2	3	2	False	87549	fragment	False	FIJ0014_000000011094	1.0		0	0	False	False	0.9954462647438049	0					non-mobilizable	no_good_hit	761.0	73.85	34.0	9.400428522899152e-05	NZ_LN831790.1	high GC Gram+	Streptomyces leeuwenhoekii strain type strain (C34 = DSM 42122 = NRRL B-24963) chromosome 1	True	False
FIJ0001_000000001795	10126	0.6158602192811582	9	5	2	1	5	True	132596	backbone	False	ISR0120_000000000296	0.010822857725369252	PS1169|PS902	0	0	False	True	0.9967410564422607	0		MOBB	MPF_T		conjugative	plasmid	10107.0	99.96	99.0	0.32538072700344506	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0028_000000000773	9491	0.6158602192811582	9	5	2	1	5	True	132596	backbone	False	ISR0120_000000000296	0.00879755458523053	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	9492.0	99.779	100.0	0.30557970314562605	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0119_01_000000002757	6868	0.6158602192811582	7	5	2	1	5	True	34867	fragment	False	USA0119_01_000000002757	1.0		0	0	False	False	0.9919918179512024	0			MPF_T		non-mobilizable	plasmid	6833.0	99.971	99.0	0.21996844714897454	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0018_000000000467	31455	0.6158426941305929	30	16	11	14	8	True	98425	fragment	False	FIJ0018_000000000467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	78.767	3.0	0.00025082563437983364	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
CHI0154_000000027075	1252	0.6158408583348991	2	2	2	1	1	False	79106	maximal	True	CHI0154_000000027075	1.0		0	0	False	False	0.9992012977600098	0					non-mobilizable	no_good_hit	508.0	98.819	75.0	0.00014051574276177306	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0083_000000001810	5524	0.6158396669231255	8	2	2	1	1	True	84237	fragment	False	CHI0083_000000001810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.442296955883541e-07	AP015036.1	eudicots	Vigna angularis var. angularis DNA, chromosome 3, almost complete sequence, cultivar: Shumari	True	True
ISR0395_000000017777	2181	0.6158381390884938	5	4	4	3	3	False	93842	fragment	False	ISR0062_000000015555	0.9575705131459747		0	0	False	False	0.9949564337730408	0					non-mobilizable	other	2181.0	98.34899999999999	100.0	0.018171810759646738	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
MAD0046_000000001652	11705	0.6158370521696502	16	5	3	4	2	False	17781	maximal	True	MAD0046_000000001652	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	1622.0	93.095	53.0	0.1960593529554853	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
MAD0044_000000001930	10644	0.6158370521696502	14	5	3	4	2	False	66393	maximal	True	MAD0044_000000001930	1.0		3	1	True	True	1.0	92					non-mobilizable	no_good_hit	3253.0	91.085	45.0	0.3930917051812211	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
FIJ0145_000000008403	1815	0.6158347525210345	2	2	1	2	0	True	40021	fragment	False	FIJ0145_000000008403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	90.811	76.0	0.2412831241283124	LT599050.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-1	True	True
ENG0134_000000006963	5127	0.6158322223913224	5	4	3	4	3	False	106649	fragment	False	ENG0134_000000006963	1.0		0	0	False	False	0.996684193611145	0					non-mobilizable	other	5127.0	99.571	100.0	0.001552396642946046	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0109_000000021319	1513	0.6158315279728854	2	2	2	2	2	True	32741	fragment	False	ISR0109_000000021319	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	99.405	100.0	0.0034388880928499783	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
CHI0180_000000007318	1793	0.6158279629529544	3	2	1	1	1	True	93361	fragment	False	DEN0093_000000016536	0.7450378820855457		0	0	False	False	0.987730085849762	0					non-mobilizable	other	1774.0	97.52	99.0	0.0005027388051905582	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
CAN0017_000000020396	1698	0.6158279629529544	3	2	1	1	1	True	92404	fragment	False	CAN0017_000000020396	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1699.0	99.882	100.0	0.0003778919415990037	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
DEN0052_000000028473	1611	0.6158279629529544	2	2	1	1	1	True	93357	fragment	False	DEN0052_000000028473	0.9444719477138908		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	96.344	99.0	0.00045760302313223024	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
CHI0094_000000003271	1538	0.6158279629529544	2	2	1	1	1	True	93357	fragment	False	DEN0052_000000028473	0.7180357979186621		0	0	False	False	0.9902470707893372	0					non-mobilizable	other	1539.0	96.036	100.0	0.000436596432740304	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
DEN0061_000000029049	1499	0.6158279629529544	2	2	1	1	1	True	93357	fragment	False	DEN0052_000000028473	0.7092414269904808		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	97.337	100.0	0.00042609313754434094	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0831_000000013752	1366	0.6158279629529544	2	2	1	1	1	True	93351	fragment	False	ISR0831_000000013752	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	97.875	99.0	0.00038720255803496406	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0292_000000008769	2171	0.6158277944737559	3	3	3	3	1	False	25880	maximal	True	ISR0292_000000008769	1.0		1	1	False	False	0.996315062046051	0					non-mobilizable	no_good_hit								True	False
CHI0144_000000002283	5562	0.6158266978187819	9	2	0	1	1	False	79877	maximal	True	CHI0144_000000002283	1.0		1	1	False	False	0.9949658513069153	0					non-mobilizable	no_good_hit	176.0	97.727	3.0	4.9677747548474124e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
USA0116_01_000000021477	1132	0.6158225160281541	2	2	2	1	1	False	23798	fragment	False	USA0116_01_000000021477	0.991891891891892		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	97.961	99.0	0.013906712734452122	NZ_JAANXY010000012.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_12, whole genome shotgun sequence	False	False
DEN0072_000000010439	1603	0.6158218122819751	2	2	2	1	1	False	124973	fragment	False	DEN0072_000000010439	1.0		0	0	False	False	0.9937617182731628	0					non-mobilizable	no_good_hit	1357.0	84.96700000000001	84.0	0.0032544264073457053	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0052_000000021301	1453	0.61581341840817	2	1	1	1	1	False	46451	fragment	False	FIJ0052_000000021301	1.0		0	0	False	False	0.9993117451667786	0					non-mobilizable	no_good_hit								True	False
FIJ0152_000000018774	1451	0.61581341840817	2	1	1	1	1	False	39697	fragment	False	FIJ0152_000000018774	1.0		0	0	False	False	0.9627842903137207	0					non-mobilizable	no_good_hit								True	False
CHI0143_000000007176	2666	0.6158124590287272	5	2	2	2	2	True	79940	fragment	False	USA0033_01_000000003736	0.9479917610710608		0	0	False	False	1.0	0					non-mobilizable	other	2666.0	99.43700000000001	100.0	0.0005158839007636824	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ENG0077_000000015096	1376	0.6158118852274902	3	2	2	2	1	False	61973	fragment	False	ENG0077_000000015096	1.0		0	0	False	False	0.9840116500854492	0					non-mobilizable	no_good_hit	616.0	83.604	73.0	0.002381201692437164	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0102_000000020246	1592	0.6158106031184413	2	2	2	2	2	False	42620	maximal	False	USA0059_01_000000015683	0.9621489621489621		0	0	False	False	0.9930904507637024	0					non-mobilizable	no_good_hit	792.0	70.328	48.0	0.009007006749406356	NZ_SLUM01000018.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_118, whole genome shotgun sequence	True	False
ISR0012_000000007910	2974	0.6158105042483445	4	2	2	2	2	True	128502	fragment	False	FIJ0148_000000004736	0.899614203209755		0	0	False	False	1.0	0					non-mobilizable	chromosome	2975.0	99.765	100.0	0.0013564869633119082	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
CHI0132_000000007673	4199	0.6157958947672911	5	4	4	4	3	False	86344	maximal	True	CHI0132_000000007673	1.0		3	1	False	False	0.9980947971343994	0					non-mobilizable	no_good_hit	800.0	73.0	19.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
AST0153_000000005172	5605	0.615794908850376	4	4	4	3	3	False	113697	maximal	True	AST0153_000000005172	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2658.0	81.038	85.0	0.0012961346134687086	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
AST0029_000000014224	2102	0.615792130268787	3	2	2	2	2	False	118275	fragment	False	AST0029_000000014224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1617.0	98.021	77.0	0.0077112849119357904	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0158_000000011860	1618	0.6157872380553293	2	2	2	2	2	False	109868	fragment	False	ENG0033_000000014706	0.824592072290029		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	98.26899999999999	100.0	0.013282077819669303	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
FIJ0055_000000004633	3035	0.6157865616239442	3	3	2	3	2	False	75173	maximal	True	FIJ0055_000000004633	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1826.0	98.57600000000001	77.0	0.029160341934968442	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0781_000000005510	4489	0.6157863061555335	5	4	4	4	3	False	118958	fragment	False	ISR0018_000000004470	0.9660285641977806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	77.37100000000001	13.0	0.00017621928194344694	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0259_000000014684	1264	0.6157858398177507	2	2	2	2	1	False	26734	fragment	False	ISR0259_000000014684	1.0		0	0	False	False	0.9976266026496887	0					non-mobilizable	other	1264.0	99.76299999999999	100.0	0.00024461626332098244	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0223_000000023652	1354	0.6157855411504762	2	2	2	1	1	False	101403	fragment	False	ISR0301_000000013880	0.7468759970836338		0	0	False	False	0.9217134714126587	0					non-mobilizable	other	1308.0	97.01799999999999	97.0	0.010735730185719097	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ENG0188_000000020046	1256	0.6157855411504762	2	2	2	1	1	False	101403	fragment	False	ISR0301_000000013880	0.7916484266508084		0	0	False	False	0.9904458522796631	0					non-mobilizable	other	1254.0	98.884	99.0	0.010292172855934222	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
SPA0029_000000008357	3080	0.6157845170555327	4	3	2	3	2	False	60779	fragment	False	ENG0166_000000009231	0.9552652327536089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	2.823258099283586e-05	NZ_CP029477.1	firmicutes	Lactobacillus kullabergensis strain ESL0186 chromosome, complete genome	True	False
MON0008_000000030047	1252	0.6157842991216288	2	1	1	1	1	False	93378	fragment	False	MON0008_000000030047	1.0		0	0	False	False	0.9968051314353943	0					non-mobilizable	other	1237.0	86.419	98.0	0.0003451072614727087	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
SPA0139_000000012662	2180	0.6157840927024623	3	2	2	1	1	True	121881	fragment	False	SPA0139_000000012662	1.0		0	0	False	False	0.9885321259498596	0					non-mobilizable	other	2180.0	98.211	100.0	0.04360529106881991	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
SPA0120_000000029241	1365	0.6157819027876961	3	1	0	0	1	False	4163	fragment	False	SPA0120_000000029241	1.0		0	0	False	False	0.9604395627975464	0					non-mobilizable	other	1307.0	100.0	96.0	0.0005908513054375512	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	False	False
ISR0279_000000005368	3602	0.6157780774281508	6	4	4	3	2	False	127113	maximal	True	ISR0279_000000005368	1.0		4	2	False	False	0.9969461560249329	0					non-mobilizable	no_good_hit	2795.0	99.39200000000001	83.0	0.000880662091468452	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0113_000000030715	1200	0.6157753680390007	2	2	2	2	1	False	106376	fragment	False	AST0113_000000030715	1.0		0	0	False	False	0.987500011920929	0					non-mobilizable	no_good_hit	113.0	82.301	9.0	0.0008988980473045098	NZ_FNBY01000012.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0002_000000015661	2276	0.6157736489119721	4	3	3	3	3	False	83808	maximal	True	FIJ0002_000000015661	0.9924134660976767		211	13	False	False	0.9674867987632751	0					non-mobilizable	chromosome	2206.0	99.04799999999999	97.0	0.0009839897504414566	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0075_000000001113	15767	0.6157731990870295	21	11	9	9	3	True	71566	fragment	False	ISR0075_000000001113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	6.337980654447206e-07	CP039350.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu01	True	True
FIJ0057_000000009885	3154	0.6157710586473912	2	2	2	2	2	False	46158	maximal	False	FIJ0134_000000004818	0.9662306054152723		0	0	False	False	0.9993658661842346	0					non-mobilizable	no_good_hit	45.0	93.333	1.0	0.0008520526723470179	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	True	False
TAN0006_000000004426	2637	0.6157666070221821	3	3	3	3	1	False	84594	fragment	False	TAN0006_000000004426	1.0		0	0	False	False	0.9780052900314331	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000001813	9506	0.6157640201489392	10	5	4	4	5	False	60192	maximal	True	ENG0105_000000001813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2754.0	80.211	52.0	0.00597549719619658	NZ_JACBNQ010000002.1	firmicutes	Sedimentibacter hydroxybenzoicus DSM 7310 contig2, whole genome shotgun sequence	True	False
MAD0030_000000003995	2670	0.6157595391725866	3	3	2	2	1	False	111696	fragment	False	MON0059_000000013976	0.9433063669876054		0	0	False	False	0.9925093650817871	0					non-mobilizable	other	2673.0	90.385	100.0	0.0006184832951184847	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0009_01_000000010971	2257	0.6157595391725866	3	3	2	2	1	False	111693	fragment	False	AUS0006_000000010737	0.9503916449086162		0	0	False	False	0.9946832060813904	0					non-mobilizable	other	2258.0	99.11399999999999	100.0	0.0005263290508439462	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CAN0022_000000008897	3333	0.6157565744975793	4	2	1	1	1	True	106462	fragment	False	ISR0063_000000005949	0.9743064550459776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1266.0	84.992	47.0	0.2048740861088546	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
USA0135_01_000000004466	3316	0.6157565744975793	4	2	1	1	1	True	106462	fragment	False	ISR0063_000000005949	0.9772855073667897		0	0	False	False	0.9993968605995178	0					non-mobilizable	no_good_hit	1266.0	84.992	47.0	0.2048740861088546	NZ_LT629942.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ENG0114_000000010435	1409	0.6157534503453863	2	2	2	2	2	False	59567	maximal	True	ENG0114_000000010435	1.0		7	5	False	False	0.9843860864639282	0					non-mobilizable	other	1409.0	100.0	100.0	0.0006151375387246119	NZ_CP006712.1	high GC Gram+	Bifidobacterium breve JCM 7017, complete genome	False	False
ISR0258_000000011241	2182	0.6157510092625669	3	3	3	2	2	False	87821	fragment	False	ISR0297_000000005738	0.7516927958623515		0	0	False	False	0.9981667995452881	0					non-mobilizable	other	2182.0	98.671	100.0	0.0007002081682605686	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0223_000000012430	2352	0.6157498336304904	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.18949444218441505	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1597.0	100.0	68.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0080_01_000000018545	2337	0.6157498336304904	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.18946993241443846	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1597.0	99.93700000000001	68.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0042_000000001152	9112	0.6157459384582061	11	9	3	5	9	True	123518	fragment	False	ISR0779_000000002876	0.8341353851993593		0	0	False	False	0.9998902678489685	0					non-mobilizable	other	9112.0	99.484	100.0	0.001755998115815566	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
ENG0025_000000009405	2628	0.6157447418945514	3	3	3	2	2	True	106178	fragment	False	ENG0025_000000009405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	74.962	32.0	0.0002020032828670163	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
AST0003_000000016914	1964	0.6157445203275873	3	2	2	2	2	False	129997	maximal	True	AST0003_000000016914	1.0		5	2	False	False	0.996435821056366	0					non-mobilizable	other	1965.0	96.539	100.0	0.0432521758290184	NZ_QRUP01000030.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf30, whole genome shotgun sequence	False	False
MAD0052_000000015026	1454	0.6157435277376482	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.18610813761957223		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	81.762	99.0	0.0034457208167060554	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0249_000000007073	2553	0.6157388948706083	3	3	3	2	1	False	108147	maximal	True	ISR0249_000000007073	1.0		11	4	False	False	1.0	0					non-mobilizable	other	2553.0	99.09899999999999	100.0	0.008862268768695482	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
CAN0014_000000021497	2244	0.6157387444350865	2	2	2	2	1	False	93637	maximal	True	CAN0014_000000021497	1.0		16	8	False	False	0.9977718591690063	0					non-mobilizable	no_good_hit	525.0	76.0	23.0	0.00021719822705633263	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
USA0021_01_000000001901	9695	0.6157353521959941	8	6	5	3	4	False	104837	fragment	False	ISR0029_000000003091	0.6763515411838414		0	0	False	False	1.0	0					non-mobilizable	chromosome	9714.0	99.42399999999999	100.0	0.0019574652137996653	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0179_000000013549	2468	0.6157339842223736	2	2	2	2	2	False	115281	maximal	False	ENG0139_000000007968	0.9741017491988097		0	0	False	False	1.0	0					non-mobilizable	chromosome	2468.0	97.853	100.0	0.0007951592945483402	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0074_000000006646	3298	0.615733944123505	4	4	2	2	4	False	85723	maximal	True	ENG0074_000000006646	1.0		21	7	False	False	0.9978774785995483	0					non-mobilizable	other	3280.0	99.54299999999999	99.0	0.0011425158764061935	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0222_000000014441	3903	0.6157265860169882	3	3	2	3	2	False	32330	maximal	True	ISR0222_000000014441	1.0		18	4	False	False	0.9982064962387085	0					non-mobilizable	other	3903.0	100.0	100.0	0.01964990734026267	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
ISR0137_000000007194	3797	0.6157263630028936	6	5	3	4	2	True	64000	fragment	False	ISR0137_000000007194	0.996283060277598		0	0	False	False	0.9989465475082397	0					non-mobilizable	no_good_hit	916.0	80.568	47.0	0.10016787912702854	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0357_000000006117	3777	0.6157263630028936	6	5	3	4	2	True	64000	fragment	False	ISR0137_000000007194	0.9947324747037922		0	0	False	False	0.9997352361679077	0					non-mobilizable	no_good_hit	908.0	80.396	47.0	0.09927252378287633	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ISR0810_000000003480	3765	0.6157263630028936	6	5	3	4	2	True	64000	fragment	False	ISR0137_000000007194	0.9931322503829593		0	0	False	False	0.9997344017028809	0					non-mobilizable	no_good_hit	916.0	80.568	47.0	0.10812447027485168	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0799_000000003774	3765	0.6157263630028936	6	5	3	4	2	True	64000	fragment	False	ISR0137_000000007194	0.9931322503829593		0	0	False	False	0.9997344017028809	0					non-mobilizable	no_good_hit	916.0	80.568	47.0	0.10812447027485168	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0034_000000005267	3760	0.6157263630028936	6	5	3	4	2	True	64000	fragment	False	ISR0137_000000007194	0.9923037603844712		0	0	False	False	0.9840425252914429	0					non-mobilizable	no_good_hit	905.0	80.331	47.0	0.10679258990192517	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0775_000000004913	3738	0.6157263630028936	6	5	3	4	2	True	64000	fragment	False	ISR0137_000000007194	0.9876807658110792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	80.24	47.0	0.10103860916685482	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0835_000000003274	3738	0.6157263630028936	6	5	3	4	2	True	64000	fragment	False	ISR0137_000000007194	0.9876807658110792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	80.24	47.0	0.10103860916685482	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0016_000000017688	1273	0.615726027367408	2	2	2	1	1	False	104598	fragment	False	SPA0126_000000036720	0.8841681751944206		0	0	False	False	0.9890023469924927	0					non-mobilizable	no_good_hit	328.0	73.476	25.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
CHI0125_000000001588	9845	0.6157254308337075	16	9	6	5	7	True	81658	maximal	True	CHI0125_000000001588	1.0		1	1	False	False	0.9978669285774231	0					non-mobilizable	other	5275.0	95.678	93.0	0.0014643073351439315	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0027_000000021862	1164	0.6157229069821595	3	2	2	1	1	False	37213	maximal	True	ISR0027_000000021862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	81.89399999999999	52.0	0.04549590536851683	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
AST0084_000000017482	2002	0.6157195156227653	3	3	3	3	3	False	128272	fragment	False	AST0099_000000008733	0.12572077806139742		0	0	False	False	0.9995005130767822	0					non-mobilizable	chromosome	1472.0	98.845	100.0	0.0005169575065146838	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0196_000000017167	1291	0.6157186049980158	3	2	2	1	1	False	28961	maximal	True	ISR0196_000000017167	1.0		299	13	False	False	0.9790859818458557	0					non-mobilizable	no_good_hit								True	False
CHI0109_000000007489	2428	0.6157144244888327	4	2	2	2	2	False	101207	fragment	False	CHI0112_000000005645	0.5592425922665629		0	0	False	False	1.0	0					non-mobilizable	other	2428.0	99.3	100.0	0.000988848059237988	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
USA0075_01_000000010921	2276	0.6157144244888327	2	2	2	2	2	False	85992	fragment	False	USA0075_01_000000010921	1.0		0	0	False	False	0.997363805770874	0					non-mobilizable	other	2258.0	99.601	99.0	0.0009195838770911162	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
MAD0036_000000018683	1651	0.6157088868300814	3	3	3	2	0	True	83233	fragment	False	MON0005_000000027352	0.49830137679109254		0	0	False	False	0.9969715476036072	0					non-mobilizable	other	1653.0	94.79700000000001	100.0	0.000522902793100985	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
MON0035_000000019802	1469	0.6157088868300814	3	3	3	2	0	True	83233	fragment	False	MON0005_000000027352	0.3845333209828515		0	0	False	False	1.0	0					non-mobilizable	chromosome	1466.0	91.883	99.0	0.00039026560735652005	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0047_000000027090	1469	0.6157088868300814	3	3	3	2	0	True	83233	fragment	False	MON0005_000000027352	0.3845333209828515		0	0	False	False	1.0	0					non-mobilizable	chromosome	1466.0	91.883	99.0	0.00039026560735652005	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0022_000000024964	1272	0.6157088868300814	3	3	3	2	0	True	83233	fragment	False	MON0005_000000027352	0.21272633292360385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	91.881	100.0	0.00034091554764294777	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0182_000000013546	2748	0.6157073940608568	5	5	5	4	5	False	125786	fragment	False	AST0061_000000012781	0.3239520247001544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	74.449	41.0	0.00038829780559455576	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0058_01_000000007949	2451	0.6157036862138562	3	3	3	3	2	False	944	maximal	True	USA0058_01_000000007949	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000004869	6258	0.6157028181203599	7	6	6	5	5	False	112381	maximal	True	ISR0060_000000004869	1.0		1	1	False	False	0.9963247179985046	0					non-mobilizable	no_good_hit	1852.0	77.214	29.0	0.0005877462410496718	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0052_000000020546	1502	0.6157027864432284	2	2	2	1	1	False	48669	maximal	True	FIJ0052_000000020546	1.0		48	11	False	False	1.0	0					non-mobilizable	other	1488.0	99.395	99.0	0.005257500866232489	NZ_JXQL01000033.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig33, whole genome shotgun sequence	False	False
FIJ0030_000000028662	1335	0.6157027864432284	2	2	2	1	1	False	48668	fragment	False	FIJ0030_000000028662	1.0		0	0	False	False	0.9857677817344666	0					non-mobilizable	other	1335.0	99.625	100.0	0.004716547515503794	NZ_JXQL01000033.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig33, whole genome shotgun sequence	False	False
DEN0065_000000009899	3333	0.6156924580641269	4	4	4	4	4	False	99236	fragment	False	USA0006_01_000000007274	0.7040727473325512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	79.57600000000001	42.0	0.0004787862067074623	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0361_000000003701	3263	0.6156908335182842	2	2	2	2	2	False	40344	maximal	True	ISR0361_000000003701	1.0		216	13	False	False	1.0	0					non-mobilizable	chromosome	2118.0	99.48100000000001	100.0	0.0004744604888937697	CP060748.1	enterobacteria	Escherichia coli strain EC96 chromosome, complete genome	False	False
FIJ0126_000000038362	1101	0.6156879677443192	1	1	1	1	1	False	41070	fragment	False	FIJ0126_000000038362	1.0		0	0	False	False	0.9963669180870056	0					non-mobilizable	no_good_hit	85.0	92.941	12.0	3.401317334301548e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
FIJ0142_000000017436	2023	0.6156873687930953	4	2	1	2	2	False	40188	maximal	True	FIJ0142_000000017436	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.702030662499228e-07	LR812530.1	bony fishes	Danio kyathit genome assembly, chromosome: 12	True	False
AST0002_000000021556	1730	0.6156845801283908	2	1	1	1	1	False	131667	maximal	True	AST0002_000000021556	1.0		6	3	False	False	0.9901733994483948	0					non-mobilizable	no_good_hit	1334.0	79.76	77.0	0.00346404286818557	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
SPA0105_000000010347	2524	0.6156821397417074	4	4	4	4	4	False	24169	fragment	False	SPA0086_000000005233	0.9512327773749094		0	0	False	False	0.9893026947975159	0					non-mobilizable	chromosome	2493.0	99.51899999999999	99.0	0.0010892293920596401	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
FIJ0091_000000007355	3349	0.6156786115430295	4	4	4	4	4	False	44943	maximal	True	FIJ0091_000000007355	1.0		30	1	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	75.72800000000001	6.0	9.474040659580835e-05	LT906445.1	firmicutes	Veillonella parvula strain NCTC11810 genome assembly, chromosome: 1	True	False
FIJ0023_000000021492	1579	0.6156762423830244	3	2	2	2	2	False	49329	fragment	False	FIJ0023_000000021492	1.0		0	0	False	False	0.9993667006492615	0					non-mobilizable	no_good_hit	242.0	76.033	15.0	0.00010370951655808856	NZ_FLKP01000002.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	False
FIJ0042_000000009562	2509	0.6156758886633297	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8489149911408385		0	0	False	False	0.9984057545661926	0					non-mobilizable	other	2509.0	99.20299999999999	100.0	0.00551331467694528	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0053_000000029061	1402	0.6156700111307043	3	2	2	2	2	False	11172	maximal	True	MON0053_000000029061	1.0		2	2	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit	979.0	97.855	70.0	0.012162212577568304	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0026_000000023971	1365	0.6156689416954042	2	1	1	1	1	False	49048	maximal	True	FIJ0026_000000023971	1.0		2	2	False	False	0.995604395866394	0					non-mobilizable	no_good_hit	839.0	97.139	61.0	0.0003010734453939715	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
ISR0330_000000009956	2808	0.6156687631989517	3	3	2	3	3	False	125473	fragment	False	MAD0095_000000009918	0.19570488396259092		0	0	False	False	0.9989316463470459	0					non-mobilizable	no_good_hit	1332.0	86.93700000000001	83.0	0.000400245508004609	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0798_000000002961	4533	0.6156655249369692	7	5	5	5	4	False	114962	fragment	False	ISR0798_000000002961	0.9678173719376393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	72.222	8.0	0.0001199565737042422	CP017019.1	firmicutes	Moorella thermoacetica strain DSM 103132, complete genome	True	False
SPA0151_000000008299	2209	0.6156565167975466	4	4	3	2	2	False	68438	fragment	False	ENG0091_000000010766	0.9808212996389891		0	0	False	False	0.9995473027229309	0					non-mobilizable	chromosome	2207.0	99.23	99.0	0.0005906351632661374	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0814_000000016343	2435	0.615653864713773	7	4	2	3	3	True	114432	fragment	False	ISR0814_000000016343	1.0		0	0	False	False	0.9995893239974976	0					non-mobilizable	other	2435.0	96.59100000000001	100.0	0.03775312281790674	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
SPA0026_000000006340	4271	0.6156535393900838	6	6	5	3	4	False	88288	fragment	False	SPA0026_000000006340	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4041.0	99.084	100.0	0.0012935069738293586	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0159_000000012663	1954	0.6156517009507115	4	3	1	2	3	False	50765	fragment	False	FIJ0159_000000012663	1.0		0	0	False	False	0.9964175820350647	0					non-mobilizable	plasmid	1954.0	99.744	100.0	0.015340145939534847	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
ISR0199_000000017384	1757	0.6156517009507115	4	3	1	2	3	False	50764	fragment	False	ISR0199_000000017384	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1694.0	99.941	100.0	0.011262789552814699	CP011633.1	enterobacteria	Klebsiella oxytoca strain CAV1374 plasmid pCAV1374-150, complete sequence	False	True
USA0026_01_000000014131	2305	0.6156476635051921	5	1	1	1	1	False	35668	maximal	True	USA0026_01_000000014131	1.0		3	2	False	False	0.9952277541160583	0					non-mobilizable	no_good_hit	362.0	72.928	15.0	0.019942538448538112	MK232835.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_1_c1 sequence	True	False
USA0063_01_000000019507	1101	0.6156476635051921	1	1	1	1	1	False	117004	fragment	False	AST0033_000000010843	0.9468260511129432		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0135_000000003856	5222	0.6156468076496469	10	7	3	5	4	False	113687	maximal	True	CHI0135_000000003856	1.0		2	1	False	False	0.9990425109863281	0					non-mobilizable	no_good_hit	2040.0	89.95100000000001	42.0	0.0006842958972203046	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0066_000000023737	1543	0.6156427836806252	1	1	1	1	1	False	70920	fragment	False	DEN0066_000000023737	1.0		0	0	False	False	0.987038254737854	0					non-mobilizable	chromosome	1544.0	99.806	100.0	0.0005358164825072598	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	False	False
ENG0137_000000006054	2842	0.615640249367728	4	4	4	4	2	False	113703	maximal	True	ENG0137_000000006054	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	611.0	72.995	21.0	0.009965409323011036	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0019_000000006043	3391	0.6156323589957732	3	1	1	1	1	False	66561	fragment	False	ENG0019_000000006043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	92.647	12.0	0.04192949907235621	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
MAD0081_000000002003	3402	0.6156317090388884	4	4	3	4	3	True	120007	maximal	True	MAD0081_000000002003	1.0	PS730	9	6	False	True	0.9997060298919678	0					non-mobilizable	other	1927.0	88.272	90.0	0.0005957532592214205	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AUS0004_000000002394	8739	0.6156296406661229	6	6	5	5	4	False	108776	fragment	False	USA0117_01_000000002879	0.9785429337092045		0	0	False	False	0.9995422959327698	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.00010719837058476711	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0107_000000022645	1323	0.6156267083623089	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.7410799407898692		0	0	False	False	0.9947090148925781	0					non-mobilizable	other	1278.0	98.59200000000001	97.0	0.0003625056206822941	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0005_000000011201	2537	0.6156253791412556	4	3	1	2	2	True	61297	fragment	False	MAD0005_000000011201	1.0		0	0	False	False	0.9921166896820068	0					non-mobilizable	chromosome	2135.0	95.08200000000001	94.0	0.00045016044612714354	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	True
ENG0102_000000003894	6174	0.615623620839735	8	2	2	2	2	False	85137	maximal	True	ENG0102_000000003894	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	97.561	3.0	3.41454444799271e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0005_000000010250	2721	0.6156216946432418	4	4	4	4	2	False	19972	maximal	True	MAD0005_000000010250	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	86.962	65.0	0.000562115151876376	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ISR0147_000000001499	13953	0.6156211573682837	15	9	7	8	3	True	100646	maximal	True	ISR0147_000000001499	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	81.439	9.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
USA0080_01_000000024005	1770	0.6156083322599147	6	5	1	3	4	False	119875	fragment	False	ISR0816_000000021123	0.9848573298252281		0	0	False	False	1.0	0					non-mobilizable	other	1770.0	99.831	100.0	0.028704019211734735	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
MON0005_000000017748	2951	0.6156037352316293	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9388827667271676		0	0	False	False	1.0	0					non-mobilizable	other	2951.0	99.932	100.0	0.0014117230438663027	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
MON0007_000000020071	2934	0.6156037352316293	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9384839144658117		0	0	False	False	1.0	0					non-mobilizable	other	2934.0	99.932	100.0	0.0014035876907321579	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
MON0093_000000014404	2934	0.6156037352316293	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9384839144658117		0	0	False	False	1.0	0					non-mobilizable	other	2934.0	99.932	100.0	0.0014035876907321579	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
ISR0286_000000005469	2926	0.6156037352316293	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.917159310242191		0	0	False	False	1.0	0					non-mobilizable	other	2926.0	99.795	100.0	0.0013997592892572661	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
SPA0066_000000005074	2881	0.6156037352316293	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9106509705884632		0	0	False	False	1.0	0					non-mobilizable	other	2881.0	99.896	100.0	0.0013782245309610006	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
FIJ0074_000000019625	1520	0.615603550104897	3	3	2	2	1	False	44626	maximal	True	FIJ0074_000000019625	1.0		256	13	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	95.3	81.0	0.04273682021420401	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0091_000000010766	2216	0.6156034758055032	4	4	3	2	3	False	68438	fragment	False	ENG0091_000000010766	0.9823449524671797		0	0	False	False	1.0	0					non-mobilizable	other	2216.0	99.955	100.0	0.0006244348638850453	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0079_000000007111	3365	0.615597975364983	6	5	5	5	3	False	100882	fragment	False	SPA0079_000000007111	0.9982882567254313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	72.491	39.0	0.00037300891587825716	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0272_000000003280	3299	0.615597975364983	6	5	5	5	3	False	100882	fragment	False	SPA0079_000000007111	0.9900433801590207		0	0	False	False	0.9942407011985779	0					non-mobilizable	no_good_hit	1322.0	72.012	39.0	0.000366479840486172	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0340_000000016444	1301	0.6155975236306873	2	1	1	1	1	False	26829	fragment	False	ISR0340_000000016444	0.9636593139338538		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	98.709	95.0	0.0003347376270779487	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0157_000000005073	5464	0.6155959968997922	7	6	6	5	5	False	102245	maximal	True	ISR0157_000000005073	1.0		64	9	False	False	0.9968886971473694	0					non-mobilizable	other	3259.0	80.914	99.0	0.030708314158613283	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
MON0089_000000022859	1299	0.6155959128310451	1	1	1	1	1	False	9587	fragment	False	MON0089_000000022859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.938294521813335e-05	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0048_000000004303	4000	0.6155940755470571	6	5	4	3	4	False	127789	fragment	False	AST0029_000000007310	0.8035727392025543		0	0	False	False	0.999750018119812	0					non-mobilizable	other	3822.0	99.189	96.0	0.07307045054692879	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0016_000000000589	30277	0.6155925982472014	41	28	18	20	24	True	125400	maximal	False	USA0045_01_000000000440	0.9653230014923282		0	0	False	False	0.9998679161071777	0					non-mobilizable	other	30095.0	99.292	99.0	0.008454284810165713	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0103_000000009092	4614	0.6155878845258188	4	3	2	3	2	False	96090	maximal	True	MON0103_000000009092	1.0		3	1	False	False	0.9765929579734802	0					non-mobilizable	no_good_hit	420.0	75.476	9.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0774_000000019499	1268	0.615584058775743	4	1	1	1	1	False	22461	fragment	False	ISR0774_000000019499	1.0		0	0	False	False	0.9936908483505249	0					non-mobilizable	no_good_hit								True	False
CHI0152_000000000705	7083	0.6155827467955434	5	3	3	3	2	False	79397	maximal	True	CHI0152_000000000705	1.0		1	1	False	False	0.9998587965965271	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	7.709767959706776e-06	CP001715.1	b-proteobacteria	Candidatus Accumulibacter phosphatis clade IIA str. UW-1 chromosome, complete genome	True	False
ISR0039_000000002784	9005	0.6155789094181698	13	6	1	6	2	False	80392	fragment	False	ISR0039_000000002784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0139_000000001138	7884	0.6155789094181698	11	6	1	6	2	False	80391	fragment	False	CHI0139_000000001138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	0.0061374795417348605	XM_017702050.1	bony fishes	PREDICTED: Pygocentrus nattereri serum paraoxonase/arylesterase 2-like (LOC108429956), mRNA	True	False
MON0086_000000020605	1488	0.6155787313805191	2	2	2	2	2	False	9731	maximal	True	MON0086_000000020605	1.0		483	12	False	False	0.9993279576301575	0					non-mobilizable	other	1488.0	99.664	100.0	0.0075595050481429135	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
MON0056_000000011160	1756	0.6155786087391838	2	2	2	2	2	False	74955	fragment	False	MON0015_000000020670	0.9308821908779121		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	94.242	99.0	0.049624911535739565	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	False	False
MAD0112_000000017964	1609	0.6155785640260282	2	2	1	2	2	False	43562	maximal	True	MAD0112_000000017964	1.0		1	1	False	False	0.998135507106781	0					non-mobilizable	no_good_hit	52.0	96.154	3.0	0.00018799001809864684	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
MON0076_000000033559	1437	0.6155754228949231	1	1	1	1	1	False	10278	fragment	False	MON0076_000000033559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	90.12899999999999	66.0	0.000248913711280008	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0141_000000007128	3997	0.615573822121273	4	3	3	3	2	True	124741	fragment	False	FIJ0141_000000007128	1.0		0	0	False	False	0.9939954876899719	0					non-mobilizable	no_good_hit	861.0	86.527	21.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0366_000000017545	1209	0.6155701339289409	3	3	3	3	2	True	100701	fragment	False	ISR0309_000000010652	0.07335884307511932		0	0	False	False	1.0	0					non-mobilizable	chromosome	1209.0	99.917	100.0	0.000496979859973456	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	True
USA0057_01_000000028986	1130	0.6155694439313977	2	2	2	2	2	False	61007	fragment	False	ISR0028_000000013139	0.41194710388445227		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	96.634	99.0	0.00030020031984108545	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0106_000000012430	2103	0.6155619227576626	4	4	4	3	2	True	42349	maximal	True	FIJ0106_000000012430	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	78.266	37.0	0.0006570139442452328	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	True
CHI0131_000000005307	3009	0.6155618305670384	5	2	2	2	2	False	104623	fragment	False	CHI0131_000000005307	1.0		0	0	False	False	0.999002993106842	0					non-mobilizable	no_good_hit	946.0	90.698	56.0	0.0001710891301795964	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
FIJ0038_000000007687	4310	0.6155609853972893	6	6	5	6	5	False	75931	fragment	False	FIJ0038_000000007687	0.9747948417350527		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	993.0	80.866	23.0	0.00027655741110944263	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0069_000000018861	1352	0.6155607356727572	3	3	3	3	1	False	34937	fragment	False	ISR0069_000000018861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	94.118	8.0	0.0007701869037723907	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	True	False
FIJ0084_000000011133	1141	0.6155580056591538	2	2	2	2	1	False	43981	fragment	False	FIJ0084_000000011133	1.0		0	0	False	False	0.9824715256690979	0					non-mobilizable	other	1141.0	99.649	100.0	0.009926681875968723	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
ENG0099_000000004771	3875	0.6155523799961029	5	5	2	5	4	True	60662	maximal	True	ENG0099_000000004771	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2866.0	98.255	98.0	0.0103975379791396	MK370991.1	enterobacteria	Escherichia coli strain E02162 plasmid pE02162_KPC, complete sequence	False	True
ISR0254_000000004796	2328	0.6155500230403874	4	4	4	4	3	False	53660	maximal	False	ENG0211_000000010257	0.9605784469096672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	100.0	17.0	0.4519015659955257	GQ877450.1		Uncultured organism clone VC1AM61TF genomic sequence	True	False
ISR0842_000000001986	8905	0.615544562937731	7	5	4	5	3	False	78076	maximal	True	ISR0842_000000001986	1.0		16	5	False	False	0.9998877048492432	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.0008392175020256974	NZ_CABMGA010000014.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0166_000000004115	6215	0.6155429394895422	11	1	1	1	1	False	39036	maximal	True	FIJ0166_000000004115	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.2745809769517521e-06	LR584063.1	bony fishes	Echeneis naucrates genome assembly, chromosome: 22	True	False
MAD0037_000000006474	2014	0.6155429394895422	2	1	1	1	1	False	18634	fragment	False	MAD0037_000000006474	0.9733266230498239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000002347	10450	0.615539086429536	12	7	4	6	3	False	118286	maximal	True	SPA0042_000000002347	1.0		6	3	False	False	0.9987559914588928	0					non-mobilizable	no_good_hit	2412.0	86.73299999999999	23.0	0.05440748018158412	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
DEN0011_000000022943	1969	0.6155368825491567	3	3	3	3	2	False	75670	maximal	True	DEN0011_000000022943	1.0		19	6	False	False	0.9867953062057495	0					non-mobilizable	no_good_hit	308.0	72.403	19.0	4.1921576707573475e-05	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
ENG0209_000000003992	4805	0.6155336328328208	5	4	4	4	3	False	103036	maximal	True	ENG0209_000000003992	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3444.0	82.17200000000001	71.0	0.9985456660849331	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	True	False
ISR0366_000000000510	19554	0.6155286536883113	22	16	8	13	11	True	122913	fragment	False	ISR0366_000000000510	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	19591.0	96.38600000000001	100.0	0.006165580233076016	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
AST0029_000000007310	4258	0.6155266920101446	6	6	4	3	5	False	127789	fragment	False	AST0029_000000007310	0.949921431047404		0	0	False	False	1.0	0					non-mobilizable	other	3200.0	99.406	90.0	0.06117570565287233	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0098_000000012092	3575	0.6155236736274549	4	4	4	4	3	False	18224	maximal	True	MAD0098_000000012092	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	70.15899999999999	24.0	0.0003628388986871293	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
MON0090_000000024016	2455	0.6155222421149493	4	4	4	3	3	False	93155	fragment	False	FIJ0023_000000014173	0.8193127983845111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	77.798	23.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
SPA0103_000000011567	1519	0.6155212861837442	2	1	1	1	1	False	82675	fragment	False	ISR0311_000000014783	0.9589823274666015		0	0	False	False	0.9710335731506348	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	0.00010577762830283863	NZ_FQUQ01000007.1	CFB group bacteria	Pedobacter caeni strain DSM 16990, whole genome shotgun sequence	True	False
DEN0021_000000022813	1608	0.6155189854877048	3	3	2	2	2	False	81927	fragment	False	DEN0021_000000022813	0.976474278544542		0	0	False	False	0.9981343150138855	0					non-mobilizable	no_good_hit	527.0	74.194	32.0	9.790908855400849e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
MAD0047_000000007605	4810	0.6155159233970415	5	3	2	3	2	False	17694	maximal	True	MAD0047_000000007605	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0030_000000005148	3760	0.6155154020762641	5	4	4	4	3	False	76025	maximal	False	DEN0010_000000009914	0.6333333333333333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2150.0	97.76700000000001	57.0	0.015388142247184572	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0324_000000008528	3708	0.6155108155192506	5	3	3	3	3	False	24944	maximal	True	ISR0324_000000008528	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	84.27	2.0	0.00046854803963808703	NZ_LMVN01000011.1	euryarchaeotes	Methanosphaera cuniculi strain 1R-7 contig_2, whole genome shotgun sequence	True	False
MON0022_000000009407	2916	0.6155092934639763	2	2	2	2	2	False	115147	maximal	True	MON0022_000000009407	1.0	PS748	4	2	False	True	0.9958847761154175	0					non-mobilizable	no_good_hit	1492.0	97.38600000000001	51.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0049_000000005135	5313	0.6155085640559368	9	4	3	3	3	False	36009	maximal	True	ISR0049_000000005135	1.0		1	1	False	False	0.9984942674636841	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000012276	3668	0.6155038197432261	4	3	3	2	2	True	110088	fragment	False	ENG0124_000000009125	0.4223418018298993		0	0	False	False	1.0	0					non-mobilizable	other	3682.0	88.07700000000001	99.0	0.0013646241603812038	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0063_01_000000010316	1977	0.6155026171239226	3	3	3	3	2	True	121021	maximal	True	USA0063_01_000000010316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0059_000000006171	4261	0.6154979730281105	4	4	4	3	2	False	117895	fragment	False	SPA0038_000000007226	0.9665948928390906		0	0	False	False	1.0	0					non-mobilizable	chromosome	3925.0	97.096	93.0	0.0012355745878870194	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0011_000000013505	3218	0.6154955676318823	4	4	3	4	3	False	50991	maximal	True	FIJ0011_000000013505	1.0		5	5	False	False	0.9947172403335571	0					non-mobilizable	no_good_hit	1037.0	69.817	32.0	0.00043413733739671026	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
CHI0090_000000005777	2222	0.6154900517744679	4	3	2	3	1	False	83810	maximal	True	CHI0090_000000005777	1.0		274	11	False	False	1.0	0					non-mobilizable	other	2222.0	99.1	100.0	0.004743861387830426	NZ_DS499677.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_16, whole genome shotgun sequence	False	False
ENG0046_000000009441	1992	0.6154869181844278	2	2	2	2	2	False	127018	fragment	False	ISR0777_000000007936	0.9466759002770083		0	0	False	False	0.9974899888038635	0					non-mobilizable	no_good_hit	1534.0	97.65299999999999	77.0	0.005880592892653287	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0106_000000022768	1851	0.6154864336515958	2	2	2	2	1	False	65290	fragment	False	MON0106_000000022768	0.9652815746309459		0	0	False	False	0.9994597434997559	0					non-mobilizable	no_good_hit	88.0	88.63600000000001	5.0	0.00026493534968420927	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
ISR0392_000000021631	1603	0.6154845704593539	2	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.09997840593143535		0	0	False	False	0.9993761777877808	0					non-mobilizable	other	1613.0	83.137	99.0	0.005826495872143404	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0010_01_000000016538	1602	0.6154793251775703	1	1	1	1	1	False	67568	fragment	False	USA0010_01_000000016538	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	92.965	99.0	0.0036200227584017204	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0122_000000018257	1277	0.6154789267950869	3	2	1	1	2	False	4101	maximal	True	SPA0122_000000018257	1.0		3	3	False	False	0.9663273096084595	0					non-mobilizable	no_good_hit	1001.0	89.81	78.0	0.0003627997683020499	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0058_000000021446	1258	0.6154770680384924	2	2	2	2	2	False	120740	maximal	False	AST0024_000000027103	0.7252907703207984		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	99.921	100.0	0.02716076058772688	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0108_000000007555	2817	0.6154740867380756	5	2	1	2	1	False	123067	fragment	False	ISR0369_000000004317	0.982971267976746		0	0	False	False	0.9957401752471924	0					non-mobilizable	no_good_hit	1560.0	98.141	67.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0092_000000011007	2912	0.6154727535410013	3	3	3	3	3	False	51721	maximal	True	FIJ0092_000000011007	1.0		19	4	False	False	0.9938187003135681	0					non-mobilizable	no_good_hit	800.0	79.0	27.0	0.00012693032561615026	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0082_000000001934	12408	0.6154688087793415	23	3	3	3	2	False	83255	fragment	False	ISR0082_000000001934	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.174129794524219e-07	LR584066.1	bony fishes	Scleropages formosus genome assembly, chromosome: 1	True	False
MON0041_000000040333	1665	0.6154685768942324	1	1	1	0	1	False	11792	fragment	False	MON0041_000000040333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000008546	4211	0.615467649705135	4	4	3	3	4	False	65181	maximal	True	USA0005_01_000000008546	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	285.0	74.737	7.0	8.177246765943834e-05	CP009557.1	firmicutes	Clostridium perfringens strain FORC_003, complete genome	True	False
MON0037_000000031390	2250	0.6154562295255512	3	3	3	3	3	False	12109	fragment	False	MON0037_000000031390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	71.082	20.0	0.00036367253815707717	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
USA0081_01_000000015917	1931	0.6154559697373626	6	5	1	4	3	False	562	maximal	True	USA0081_01_000000015917	1.0		25	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0131_000000006559	2839	0.6154482802166495	2	2	2	2	2	False	40834	maximal	True	FIJ0131_000000006559	1.0		2	1	False	False	0.9996477365493774	0					non-mobilizable	no_good_hit	1033.0	84.318	36.0	0.009176033308911563	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ENG0081_000000018751	1344	0.6154477177815864	1	1	1	1	1	False	61649	maximal	True	ENG0081_000000018751	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1315.0	79.01100000000001	98.0	0.0032191461492351754	NZ_FQUG01000003.1	firmicutes	Schwartzia succinivorans DSM 10502, whole genome shotgun sequence	False	False
FIJ0109_000000009647	2743	0.615444880826829	5	2	2	1	1	False	89834	fragment	False	ISR0149_000000005032	0.4700164744645799		0	0	False	False	1.0	0					non-mobilizable	other	2750.0	96.545	99.0	0.03786114823438641	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0849_000000019154	1420	0.6154398599388975	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.05485947286723423		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	88.64	100.0	0.0005855981421825583	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0056_000000002758	6477	0.6154346697329893	5	5	5	5	2	False	62677	maximal	True	ISR0056_000000002758	1.0		3	3	False	False	0.9984560608863831	0					non-mobilizable	no_good_hit	667.0	71.36399999999999	10.0	0.00030438561202620126	CP061280.1	g-proteobacteria	Mannheimia sp. ZY190616 chromosome, complete genome	True	False
ISR0063_000000015432	1286	0.6154307378881514	2	2	2	2	2	False	76433	maximal	True	ISR0063_000000015432	0.9622161670947689		187	15	False	False	1.0	0					non-mobilizable	no_good_hit	359.0	75.487	27.0	0.00010733949010692782	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MAD0088_000000018038	1463	0.6154273404402422	3	2	2	2	2	False	15884	fragment	False	MAD0088_000000018038	1.0		0	0	False	False	0.9870129823684692	0					non-mobilizable	other	1480.0	76.689	100.0	0.0004419866880112917	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0112_000000005419	4920	0.6154231093263602	7	4	4	4	4	False	114965	fragment	False	ENG0112_000000005419	1.0		0	0	False	False	0.9989837408065796	0					non-mobilizable	no_good_hit	672.0	70.536	13.0	5.298788513210798e-05	NZ_CP012333.1	d-proteobacteria	Labilithrix luteola strain DSM 27648 chromosome	True	False
CHI0131_000000011913	1508	0.6154230928509972	2	2	1	2	1	False	81011	fragment	False	CHI0131_000000011913	1.0		0	0	False	False	0.9847480058670044	0					non-mobilizable	no_good_hit	540.0	77.96300000000001	35.0	0.0005428771267770585	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0011_000000011378	2389	0.6154199816382274	3	3	2	1	2	False	89548	maximal	True	ENG0011_000000011378	1.0		56	10	False	False	1.0	0					non-mobilizable	other	2389.0	99.49799999999999	100.0	0.0006873034296354757	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
SPA0031_000000016488	1952	0.6154167783758098	2	2	1	2	1	False	7277	maximal	True	SPA0031_000000016488	1.0		1	1	False	False	0.9928278923034668	0					non-mobilizable	no_good_hit	677.0	96.455	43.0	0.00021788718407567004	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0025_000000005460	1948	0.615413880182067	2	2	2	2	2	False	88966	fragment	False	ENG0080_000000012477	0.819862313132773		0	0	False	False	0.9994866251945496	0					non-mobilizable	chromosome	1948.0	99.025	100.0	0.0005643993582022706	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0303_000000001965	5415	0.6154120844183706	6	4	3	3	3	False	25519	maximal	True	ISR0303_000000001965	1.0		1	1	False	False	0.9998153448104858	0					non-mobilizable	no_good_hit	2491.0	74.508	45.0	0.013055099241524757	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
ISR0219_000000028754	1122	0.61540935537346	2	2	1	1	2	False	28013	maximal	True	ISR0219_000000028754	1.0		153	10	False	False	0.976827085018158	0					non-mobilizable	other	1101.0	98.456	98.0	0.003265713276312	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	False	False
ENG0043_000000027690	1255	0.6153940511415184	1	1	1	1	1	False	64555	fragment	False	ENG0043_000000027690	1.0		0	0	False	False	0.9848605394363403	0					non-mobilizable	no_good_hit	624.0	76.122	49.0	0.00020760362627836575	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
MAD0042_000000011023	2096	0.6153921216015549	3	3	3	3	3	False	98878	fragment	False	MAD0042_000000011023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	81.977	8.0	4.192542129531899e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0087_000000004579	2094	0.6153888948428758	4	4	2	2	4	True	84007	maximal	True	CHI0087_000000004579	1.0		1	1	False	False	0.9985673427581787	0					non-mobilizable	plasmid	2094.0	100.0	100.0	0.019303844167343025	CP046260.1	enterobacteria	Escherichia coli strain ECO2947 plasmid p2974-D, complete sequence	False	True
ENG0116_000000003927	5442	0.6153888778799412	12	2	2	2	1	False	59486	maximal	True	ENG0116_000000003927	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	72.535	18.0	0.00022822592473943976	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	True	False
ENG0164_000000007600	2540	0.6153851757805973	2	2	2	2	2	False	63077	fragment	False	ENG0164_000000007600	0.9589012804626187		0	0	False	False	0.9988188743591309	0					non-mobilizable	no_good_hit	1835.0	96.512	77.0	0.0008040248590106899	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0003_000000002902	7464	0.6153826827483292	6	6	5	4	3	False	106565	fragment	False	ENG0003_000000002902	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7464.0	99.79899999999999	100.0	0.002247578800781337	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0033_000000004187	6217	0.6153822151587511	7	5	4	4	4	False	98957	fragment	False	ENG0033_000000004187	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2756.0	99.274	100.0	0.00048087958199258696	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0275_000000006671	2102	0.6153773849364191	4	3	3	1	1	False	26333	maximal	True	ISR0275_000000006671	1.0		46	6	False	False	0.9995242357254028	0					non-mobilizable	no_good_hit	1062.0	99.24700000000001	75.0	0.00603992045538721	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
FIJ0022_000000006392	3808	0.6153755531523969	7	4	4	4	2	True	85555	fragment	False	FIJ0022_000000006392	1.0		0	0	False	False	0.9960609078407288	0					non-mobilizable	no_good_hit	378.0	92.06299999999999	10.0	8.367925208552732e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
CHI0121_000000003399	2369	0.6153733723322352	4	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9418725721241665		0	0	False	False	0.9940903186798096	0					non-mobilizable	other	2369.0	99.24	100.0	0.0003802678422249926	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
MAD0091_000000013831	1239	0.6153685897815055	2	1	1	1	1	False	15733	fragment	False	MAD0091_000000013831	1.0		0	0	False	False	0.9798224568367004	0					non-mobilizable	chromosome	1239.0	95.15700000000001	100.0	0.0003666545731865333	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MAD0098_000000012173	3559	0.6153685478879615	4	4	4	4	3	False	15338	maximal	True	MAD0098_000000012173	1.0		2	1	False	False	0.9983141422271729	0					non-mobilizable	no_good_hit	383.0	71.80199999999999	11.0	0.0001821833456169074	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ENG0180_000000005230	3157	0.6153620557811236	4	3	3	3	1	False	55350	maximal	True	ENG0180_000000005230	1.0		1	1	False	False	0.9908140897750854	0					non-mobilizable	no_good_hit	940.0	99.89399999999999	30.0	0.1151299656694458	MK233446.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S09.G17_2_c1 sequence	True	False
ISR0006_000000004815	3952	0.6153586864857592	6	5	4	4	4	True	128505	maximal	False	MON0107_000000011353	0.37916377916377914		0	0	False	False	0.998481810092926	0					non-mobilizable	other	3952.0	99.79799999999999	100.0	0.0017932827468135303	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
SPA0136_000000018357	2257	0.6153539144144685	3	2	2	1	1	False	3613	maximal	True	SPA0136_000000018357	1.0		3	3	False	False	0.9991138577461243	0					non-mobilizable	no_good_hit								True	False
ENG0103_000000005820	3274	0.6153533469237177	4	4	4	3	2	False	60315	maximal	True	ENG0103_000000005820	1.0		2	2	False	False	1.0	0					non-mobilizable	other	3285.0	98.904	100.0	0.0011926270661701019	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
DEN0011_000000004283	7822	0.6153441571385798	8	4	4	4	4	False	102074	maximal	True	DEN0011_000000004283	1.0		35	8	False	False	0.9978266358375549	0					non-mobilizable	no_good_hit	1388.0	99.928	33.0	0.000308072293705952	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0185_000000005404	3777	0.6153420065033308	5	3	3	3	3	False	101579	fragment	False	ISR0796_000000005599	0.9662423993656813		0	0	False	False	1.0	0					non-mobilizable	other	3778.0	97.83	100.0	0.007455968920631537	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0088_000000009940	1944	0.6153414025956166	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.8744307181261899		0	0	False	False	1.0	0					non-mobilizable	chromosome	1944.0	99.126	100.0	0.000520691525510937	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0011_000000029796	1562	0.6153380692443837	3	3	3	3	2	False	81752	fragment	False	CHI0122_000000009177	0.9704404444040906		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	99.226	99.0	0.006320689232779389	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0108_000000008744	2476	0.61533176327966	4	4	4	4	3	False	129956	fragment	False	ISR0001_000000011907	0.5618958702109422		0	0	False	False	0.9814216494560242	0					non-mobilizable	chromosome	1911.0	91.575	100.0	0.00051184807705913	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0085_000000008398	3631	0.6153258086681551	7	7	7	5	6	False	43967	maximal	True	FIJ0085_000000008398	1.0		1	1	False	False	0.9966951012611389	0					non-mobilizable	chromosome	3612.0	100.0	99.0	0.0007427165036090962	CP053702.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain CMCST_CEPR_1 chromosome, complete genome	False	False
SPA0026_000000027718	1251	0.615324275056356	1	1	1	1	1	False	7503	maximal	True	SPA0026_000000027718	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	77.778	11.0	2.111234651599804e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
SPA0040_000000014588	2762	0.6153235944253967	3	3	2	3	1	False	91586	fragment	False	ISR0396_000000005052	0.1347188148707303		0	0	False	False	1.0	0					non-mobilizable	other	2741.0	98.35799999999999	99.0	0.03667231684020771	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0104_000000023293	1496	0.6153195494493514	2	2	1	2	1	True	107719	fragment	False	DEN0028_000000019811	0.9667306461932181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0036_000000001825	15264	0.6153187906355322	18	16	7	9	12	True	120881	maximal	True	FIJ0036_000000001825	1.0		1	1	False	False	1.0	0					non-mobilizable	other	7352.0	98.109	93.0	0.0017147688491591334	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
MON0092_000000033792	1652	0.6153118704201975	2	2	2	2	2	False	9442	maximal	True	MON0092_000000033792	1.0		5	1	False	False	0.9891040921211243	0					non-mobilizable	no_good_hit	717.0	80.893	43.0	0.0005407918042698248	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	True	False
CHI0107_000000009523	1553	0.6153089314613744	3	3	3	3	1	False	121854	fragment	False	FIJ0048_000000015861	0.37828260833604965		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	97.42399999999999	100.0	0.0004822023769155101	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0096_000000009474	3806	0.6153056677884403	9	2	1	2	1	False	5173	maximal	True	SPA0096_000000009474	1.0		1	1	False	False	0.9994745254516602	0					non-mobilizable	no_good_hit								True	False
AST0111_000000006561	3052	0.6153052717100905	3	2	2	2	2	False	106835	maximal	True	AST0111_000000006561	1.0		37	8	False	False	1.0	0					non-mobilizable	other	2551.0	99.882	100.0	0.0013449650836515538	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
DEN0026_000000012626	2324	0.6152859399625374	3	2	2	2	2	False	74182	maximal	True	DEN0026_000000012626	1.0		1	1	False	False	0.9935455918312073	0					non-mobilizable	no_good_hit	120.0	80.833	5.0	0.0048812502563681855	NZ_SOCA01000022.1	verrucomicrobia	Prosthecobacter fusiformis strain ATCC 25309 EI77DRAFT_scaffold00022.22, whole genome shotgun sequence	True	False
SPA0032_000000016918	1707	0.6152763627241634	3	3	3	3	3	False	127740	fragment	False	ISR0150_000000012413	0.5653594206701216		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	99.12100000000001	99.0	0.05405319722283866	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0047_000000004017	4025	0.6152747895355398	6	3	2	3	2	False	64371	maximal	True	ENG0047_000000004017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	96.02600000000001	29.0	0.005994005994005994	NZ_OLMR01000004.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
MON0017_000000007843	2487	0.615272588457629	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5702314255660846		0	0	False	False	1.0	0					non-mobilizable	other	2489.0	97.147	100.0	0.0006616116978057964	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0001_000000028563	1223	0.6152721839505031	2	2	2	2	2	False	14359	fragment	False	MON0001_000000028563	1.0		0	0	False	False	0.9697465300559998	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000020484	1408	0.6152700166059955	2	2	2	2	1	False	45555	fragment	False	FIJ0063_000000020484	1.0		0	0	False	False	0.9829545617103577	0					non-mobilizable	chromosome	1408.0	99.29	100.0	0.00029217367035541984	CP060733.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 chromosome, complete genome	False	False
ENG0161_000000004545	4681	0.6152674927061192	10	3	0	2	1	False	56431	maximal	True	ENG0161_000000004545	1.0		1	1	False	False	0.9953001737594604	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.004184748915065096	XM_030347739.1	bony fishes	PREDICTED: Gadus morhua calcitonin receptor (calcr), transcript variant X1, mRNA	True	False
ISR0310_000000002074	6844	0.6152664593550424	8	6	3	3	6	True	89472	fragment	False	ISR0347_000000001985	0.6253250473797876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2019.0	94.40299999999999	62.0	0.04608	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ENG0031_000000004929	4097	0.6152656920760904	5	4	3	4	4	False	96224	maximal	True	ENG0031_000000004929	1.0		0	0	False	False	0.9995118379592896	0				MOBQ	mobilizable	no_good_hit	1255.0	100.0	48.0	0.14433701657458564	CP053869.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain SL7207 plasmid pSL7202-3, complete sequence	True	True
ISR0338_000000024916	1185	0.615264786766921	2	2	2	1	2	False	86944	fragment	False	ISR0338_000000024916	0.9719610145901649		0	0	False	False	0.9805907011032104	0					non-mobilizable	other	1180.0	97.712	99.0	0.00982395276496735	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0318_000000002470	1791	0.6152640276132675	4	4	2	3	4	False	25117	fragment	False	ISR0318_000000002470	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1788.0	95.861	100.0	0.00042302747452124	CP028526.1	firmicutes	Clostridioides difficile strain 020688 chromosome	False	False
SPA0002_000000005706	4436	0.6152541214224142	7	1	1	1	1	False	77411	maximal	True	SPA0002_000000005706	1.0		1	1	True	True	0.9997745752334595	19					non-mobilizable	no_good_hit	856.0	79.206	19.0	0.00023521113462296795	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0273_000000012746	1137	0.6152444750986202	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.11269758897244408		0	0	False	False	1.0	0					non-mobilizable	other	1137.0	96.74600000000001	100.0	0.00436032564262986	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0140_000000017369	1866	0.6152382940804739	3	2	2	2	2	False	40380	maximal	True	FIJ0140_000000017369	1.0		105	13	False	False	0.9994640946388245	0					non-mobilizable	no_good_hit	949.0	83.667	51.0	0.0015722670031461943	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0004_01_000000002702	9568	0.6152372364167857	8	7	4	7	3	False	2211	maximal	True	USA0004_01_000000002702	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	1546.0	83.7	17.0	0.0004616827417389508	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0132_000000004758	7454	0.6152351170740931	9	7	7	7	7	False	3748	maximal	True	SPA0132_000000004758	1.0		1	1	False	False	0.9993292093276978	0					non-mobilizable	no_good_hit	1222.0	95.99	16.0	0.037923096067695374	NZ_CABMLE010000021.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	False
ENG0210_000000018363	1446	0.6152346571414711	2	2	2	2	2	False	53698	fragment	False	FIJ0056_000000013659	0.955515731036863		0	0	False	False	0.9792531132698059	0					non-mobilizable	chromosome	1446.0	98.064	100.0	0.0006739141587266054	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0090_000000022132	2007	0.6152328488264566	4	2	1	2	2	False	43478	fragment	False	FIJ0090_000000022132	1.0		0	0	False	False	0.991529643535614	0					non-mobilizable	no_good_hit	704.0	73.01100000000001	34.0	0.0008774292861266115	CP053097.1	mycoplasmas	Mycoplasma sp. Mirounga ES2806-NAS chromosome, complete genome	True	False
CHI0041_000000006007	2375	0.6152259062919608	5	4	3	3	4	True	87605	fragment	False	CHI0041_000000006007	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2375.0	99.958	100.0	0.01300657999265846	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ISR0785_000000015796	2273	0.6152258419928583	6	4	3	2	3	False	22193	maximal	True	ISR0785_000000015796	1.0		42	10	False	False	0.9881214499473572	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	8.004219487494038e-06	NZ_SNXL01000001.1	enterobacteria	Erwinia aphidicola strain LJJL-01 Ga0171614_11, whole genome shotgun sequence	True	False
FIJ0004_000000008481	3139	0.6152235753221241	4	3	3	2	2	False	52066	fragment	False	FIJ0004_000000008481	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1015.0	78.42399999999999	36.0	0.0007522995837375048	NZ_CABWIB010000001.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	True
MON0087_000000042571	1216	0.6152229938468264	2	2	1	2	1	False	42601	fragment	False	FIJ0102_000000027250	0.9816414486075032		0	0	False	False	0.9786184430122375	0					non-mobilizable	other	1123.0	81.92299999999999	92.0	0.0026539072488473907	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0264_000000006297	1740	0.6152217596265408	2	2	2	2	2	False	88034	maximal	True	ISR0264_000000006297	1.0		15	5	False	False	1.0	0					non-mobilizable	plasmid	1740.0	97.35600000000001	100.0	0.006089212744277575	MK933279.1	enterobacteria	Enterobacter hormaechei strain SCNJ07 plasmid pMCR-SCNJ07, complete sequence	False	True
SPA0104_000000009195	3831	0.615219994156015	3	3	3	2	2	False	4844	fragment	False	SPA0104_000000009195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3303.0	75.235	85.0	0.0013640202968232245	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0785_000000008551	3782	0.6152152274803372	8	6	3	4	3	False	22203	maximal	True	ISR0785_000000008551	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0022_000000000697	13217	0.6152133764942354	12	4	0	4	0	False	13034	maximal	True	MON0022_000000000697	1.0		1	1	False	False	0.9985624551773071	0					non-mobilizable	no_good_hit	2168.0	82.611	16.0	0.9511873350923483	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
ISR0005_000000000775	13215	0.6152133764942354	18	4	0	4	0	False	38534	maximal	True	ISR0005_000000000775	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.01084206722081677	XM_027992816.1	aphids	PREDICTED: Aphis gossypii uncharacterized protein DDB_G0283697-like (LOC114128328), mRNA	True	False
MON0054_000000001668	12394	0.6152133764942354	17	4	0	4	0	False	11154	maximal	True	MON0054_000000001668	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.270434725258062e-06	NZ_CP017774.1	CFB group bacteria	Flavobacterium commune strain PK15 chromosome, complete genome	True	False
MAD0043_000000001362	11901	0.6152133764942354	19	4	0	4	0	False	18082	maximal	True	MAD0043_000000001362	1.0		1	1	False	False	0.9999159574508667	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000002715	11547	0.6152133764942354	17	4	0	4	0	False	44907	maximal	True	FIJ0071_000000002715	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00784973366975049	XM_029817656.1	ants	PREDICTED: Formica exsecta mannosyl-oligosaccharide 1,2-alpha-mannosidase IA (LOC115241730), transcript variant X4, mRNA	True	False
FIJ0121_000000002031	11363	0.6152133764942354	17	4	0	4	0	False	41629	maximal	True	FIJ0121_000000002031	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	86.441	1.0	1.0423172302527402e-06	CP039353.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome LG9	True	False
FIJ0152_000000001855	11097	0.6152133764942354	15	4	0	4	0	False	39735	maximal	True	FIJ0152_000000001855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0117_000000002013	10443	0.6152133764942354	15	4	0	4	0	False	41629	maximal	False	FIJ0121_000000002031	0.9595177329930475		0	0	False	False	0.9998084902763367	0					non-mobilizable	no_good_hit	59.0	86.441	1.0	1.0423172302527402e-06	CP039353.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome LG9	True	False
MON0102_000000005449	7545	0.6152133764942354	11	4	0	4	0	False	8979	fragment	False	MON0102_000000005449	1.0		0	0	False	False	0.9978793859481812	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000006318	5091	0.6152133764942354	6	4	0	4	0	False	55414	fragment	False	ENG0179_000000006318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.0020578360229611178	NC_049971.1	viruses	Bacillus phage vB_Bpu_PumA1, complete genome	True	False
MON0005_000000048914	1123	0.6152102575367261	1	1	1	1	1	False	14081	fragment	False	MON0005_000000048914	1.0		0	0	False	False	0.9991095066070557	0					non-mobilizable	no_good_hit	787.0	88.691	70.0	0.0003494167685241091	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0107_000000006311	7316	0.6152096983253426	7	7	6	6	7	False	98396	fragment	False	MON0107_000000006311	1.0		0	0	False	False	0.9974029660224915	0					non-mobilizable	no_good_hit	1448.0	79.48899999999999	20.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0025_000000004621	7692	0.6152032112981987	10	6	2	5	5	True	70857	maximal	True	ISR0025_000000004621	1.0		33	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0026_000000047835	1142	0.6152023510083219	1	1	1	1	1	False	73328	fragment	False	ETH0002_000000019035	0.9307502864801105		0	0	False	False	0.9921190738677979	0					non-mobilizable	other	1142.0	98.86200000000001	100.0	0.0004897481252433181	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
SPA0069_000000002837	7797	0.6151955401224198	10	10	9	9	8	True	123491	maximal	True	SPA0069_000000002837	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3431.0	99.009	44.0	0.0006621672754229763	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	True
CAN0004_000000008876	3003	0.6151896252667247	3	2	2	2	2	False	96238	maximal	True	CAN0004_000000008876	1.0		4	2	False	False	0.9936729669570923	0					non-mobilizable	no_good_hit	2122.0	99.48200000000001	71.0	0.0006692806794666202	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MAD0038_000000001409	6944	0.6151860222752727	10	5	2	2	4	False	67517	maximal	True	MAD0038_000000001409	1.0		1	1	False	False	0.9998559951782227	0					non-mobilizable	no_good_hit	2193.0	95.66799999999999	83.0	0.0036343109502502842	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0043_000000020366	1322	0.6151823766171632	3	2	0	2	1	False	18007	maximal	True	MAD0043_000000020366	1.0		1	1	False	False	0.9992435574531555	0					non-mobilizable	no_good_hit	860.0	92.44200000000001	65.0	0.008649944112701018	CP057689.1	enterobacteria	Escherichia coli strain RHB17-C14 plasmid pRHB17-C14_2, complete sequence	True	False
AST0149_000000017144	1553	0.6151743628894818	3	3	3	2	2	False	104388	maximal	True	AST0149_000000017144	1.0		46	4	False	False	0.9922730326652527	0					non-mobilizable	other	1561.0	94.17	100.0	0.011108972027922166	NZ_JAAITI010000008.1	firmicutes	Blautia luti strain MSK.16.34 NODE_8_length_140247_cov_225.262, whole genome shotgun sequence	False	False
FIJ0107_000000001928	12655	0.6151665181718896	11	6	3	6	4	False	42307	maximal	True	FIJ0107_000000001928	1.0		4	1	False	False	0.9997629523277283	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.8786895281711507e-06	LT972187.1	bony fishes	Larimichthys crocea genome assembly, chromosome: XX	True	False
MON0041_000000002015	12282	0.6151665181718896	10	6	3	6	4	False	11839	maximal	True	MON0041_000000002015	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0102_000000024423	1288	0.6151615847521323	3	2	2	1	1	False	123978	maximal	True	AST0102_000000024423	1.0		14	6	False	False	1.0	0					non-mobilizable	other	1314.0	78.843	100.0	0.014808006535947712	NZ_QEKJ01000009.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_109, whole genome shotgun sequence	False	False
DEN0018_000000020027	1942	0.6151591814253656	3	2	2	2	2	False	75101	maximal	True	DEN0018_000000020027	1.0		52	11	False	False	0.9912461638450623	0					non-mobilizable	no_good_hit	674.0	74.332	34.0	0.0005558792603457167	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0219_000000012173	2729	0.6151549636997451	4	4	4	4	3	False	83011	fragment	False	ISR0027_000000008996	0.9544356230583362		0	0	False	False	0.9945034980773926	0					non-mobilizable	other	2736.0	95.139	99.0	0.046991640579311295	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0049_000000001871	7300	0.6151489075432209	5	5	4	4	1	False	17499	maximal	True	MAD0049_000000001871	1.0		1	1	False	False	0.9997260570526123	0					non-mobilizable	no_good_hit	117.0	83.76100000000001	2.0	0.0005250546534161965	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0112_000000025286	1501	0.6151377654796268	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.33848233494337315		0	0	False	False	1.0	0					non-mobilizable	other	1433.0	99.86	100.0	0.0004597423644883697	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0254_000000008837	1464	0.6151377654796268	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.33474137854115615		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	98.70200000000001	100.0	0.09034768109677022	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	False	False
SPA0104_000000002018	13531	0.6151372496361354	19	10	6	9	6	True	121837	backbone	False	ITA0004_000000000015	0.3455466869728399	PS446|PS447|PS652|PS653|PS863	0	0	False	True	1.0	0					non-mobilizable	other	5228.0	99.426	92.0	0.3129394795360298	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
USA0087_01_000000001739	6639	0.6151364439472016	7	4	3	4	3	False	79878	fragment	False	USA0087_01_000000001739	0.9850407268170426		0	0	False	False	0.9951800107955933	0					non-mobilizable	other	6657.0	96.139	99.0	0.0017797468239178049	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0220_000000003193	3110	0.6151304167968227	4	4	2	2	3	True	27999	fragment	False	ISR0220_000000003193	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3110.0	100.0	100.0	0.02398327573438657	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0202_000000013429	1580	0.6151278410553909	4	3	1	2	2	False	66521	fragment	False	ENG0078_000000015441	0.9843560581923544		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	100.0	96.0	0.01081553425874196	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
CHI0165_000000010691	1558	0.6151278410553909	3	3	1	2	2	False	82902	fragment	False	ISR0326_000000012554	0.9637045015571815		0	0	False	False	1.0	0					non-mobilizable	other	1558.0	99.87200000000001	100.0	0.0005681743539890438	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
ISR0110_000000015332	1531	0.6151278410553909	3	3	1	2	2	False	82902	fragment	False	ISR0326_000000012554	0.9651369586200653		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	99.935	100.0	0.009648735574194362	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
ENG0070_000000017959	1440	0.6151278410553909	3	3	1	2	2	False	82902	fragment	False	ISR0326_000000012554	0.7668961781171376		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	99.02799999999999	100.0	0.009074856530239012	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
FIJ0028_000000024201	1246	0.6151278410553909	3	3	1	2	2	False	82902	fragment	False	ISR0326_000000012554	0.23472688888837828		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	99.679	100.0	0.007851422084883647	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
SPA0074_000000009443	2460	0.6151275770697349	3	2	2	1	0	True	97100	fragment	False	SPA0074_000000009443	1.0		0	0	False	False	0.9963414669036865	0					non-mobilizable	no_good_hit	2200.0	92.5	89.0	0.004241357388946964	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	True
SPA0021_000000019612	1659	0.6151275770697349	2	2	2	1	0	True	78261	fragment	False	SPA0021_000000019612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1194.0	89.363	72.0	0.0002214727715977362	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ENG0160_000000012451	1625	0.6151275770697349	2	2	2	1	0	True	97093	fragment	False	ENG0061_000000013854	0.8345991337528239		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	91.251	95.0	0.0029718485941687615	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
ETH0001_000000021578	1583	0.6151252347211544	3	3	3	2	2	False	53489	maximal	True	ETH0001_000000021578	1.0		1	1	False	False	0.9835754632949829	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	4.949332038148131e-06	LT670817.1	a-proteobacteria	Bradyrhizobium erythrophlei strain GAS138 genome assembly, chromosome: I	True	False
ENG0113_000000008494	3299	0.6151193114666963	5	3	0	0	3	False	123445	maximal	True	ENG0113_000000008494	1.0	PS897	2	2	True	True	1.0	180	rep_cluster_1868	MOBP			mobilizable	no_good_hit	1606.0	93.524	78.0	0.5621925509486999	NZ_PDOH01000012.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1161, whole genome shotgun sequence	True	True
CHI0141_000000021509	1288	0.6151063656315339	3	3	3	2	3	False	80057	fragment	False	CHI0141_000000021509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	75.436	53.0	0.0001902586449650031	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0026_000000015240	2649	0.6151034210724814	6	4	2	2	3	True	12762	fragment	False	MON0026_000000015240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	93.444	69.0	0.11713586291309669	AP022662.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p2-F9-2 DNA, nearly complete genome	True	True
FIJ0034_000000002111	13197	0.6151012336986607	15	7	0	7	0	False	48182	maximal	True	FIJ0034_000000002111	1.0		1	1	False	False	0.9999242424964905	0					non-mobilizable	no_good_hit								True	False
CHI0181_000000006930	2923	0.615100117744478	3	3	3	2	2	False	79762	maximal	True	CHI0181_000000006930	0.9891623806024982		39	5	False	False	0.9938419461250305	0					non-mobilizable	no_good_hit	988.0	75.101	34.0	0.0001743179808997298	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
ISR0295_000000012739	2722	0.615100117744478	3	3	3	2	2	False	79762	maximal	False	CHI0181_000000006930	0.947485460143688		0	0	False	False	0.9988978505134583	0					non-mobilizable	no_good_hit	988.0	75.0	36.0	0.0001743179808997298	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
ISR0043_000000018396	1208	0.6150916764558231	1	1	1	1	1	False	36290	fragment	False	ISR0043_000000018396	1.0		0	0	False	False	0.9908940196037292	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000013665	2146	0.6150893266548785	4	4	3	2	3	False	107340	maximal	False	AST0118_000000013481	0.7286580779816689		0	0	False	False	1.0	0					non-mobilizable	other	2146.0	99.021	100.0	0.0027126763555793874	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
CHI0017_000000002221	4945	0.615087533933771	5	3	3	3	2	False	89642	maximal	True	CHI0017_000000002221	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	90.685	12.0	0.0001081128904505619	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
FIJ0046_000000008156	3428	0.6150866897729601	4	4	4	4	4	False	46985	maximal	True	FIJ0046_000000008156	0.9983060417843026		11	1	False	False	0.9997082948684692	0					non-mobilizable	no_good_hit								True	False
ISR0014_000000012962	2818	0.6150849619538994	7	4	2	2	3	True	96192	fragment	False	ISR0014_000000012962	1.0		0	0	False	False	0.9996451139450073	0					non-mobilizable	no_good_hit	1758.0	97.95200000000001	67.0	0.00048003849055778505	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
SPA0056_000000006091	5213	0.6150782707411824	6	4	3	3	3	False	111124	fragment	False	SPA0045_000000004930	0.948611350690102		0	0	False	False	0.9998081922531128	0					non-mobilizable	other	5138.0	98.87100000000001	98.0	0.0013854568668395875	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0032_000000010057	2204	0.6150775977248427	3	2	2	2	1	False	65616	fragment	False	MAD0036_000000013112	0.9836096478411761		0	0	False	False	0.9945553541183472	0					non-mobilizable	no_good_hit	125.0	79.2	6.0	0.00039799078843900953	NZ_LT707416.1	firmicutes	Peptoniphilus urinimassiliensis strain Marseille-P3195T, whole genome shotgun sequence	True	False
ISR0022_000000019111	1378	0.6150775977248427	2	2	2	2	1	False	37574	fragment	False	ISR0022_000000019111	1.0		0	0	False	False	0.9985486268997192	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.0026201527174726756	NZ_POTW01000142.1	high GC Gram+	Jiangella anatolica strain GTF31 NODE_142_length_13358_cov_27.9034, whole genome shotgun sequence	True	False
DEN0051_000000013305	3254	0.6150727185922182	5	3	3	2	1	False	72589	maximal	True	DEN0051_000000013305	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	99.274	13.0	0.00011469534050179211	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0835_000000013212	1173	0.6150608523425786	2	1	1	1	1	False	20941	maximal	True	ISR0835_000000013212	1.0		37	9	False	False	1.0	0					non-mobilizable	other	834.0	100.0	100.0	0.0002830047974918912	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0207_000000015272	1949	0.6150607955473275	2	2	2	2	1	False	28575	maximal	True	ISR0207_000000015272	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	76.88600000000001	32.0	0.00018445711162884	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0050_000000001822	7332	0.6150495117972236	4	3	3	3	2	True	117434	maximal	True	AST0050_000000001822	0.9900821762538963		34	7	False	False	1.0	0					non-mobilizable	other	7215.0	94.9	98.0	0.0018884487484280385	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	True
ENG0172_000000008258	2611	0.6150492772923349	2	2	2	2	1	False	59110	fragment	False	ENG0172_000000008258	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	98.906	98.0	0.0003135825370568011	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0221_000000007105	3224	0.6150452255530534	5	4	2	3	4	False	76093	fragment	False	ISR0221_000000007105	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3177.0	94.838	98.0	0.31843743723639284	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	False	False
SPA0010_000000002047	8084	0.6150428929514358	11	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.3406341743169328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	71.905	8.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
FIJ0096_000000011500	3017	0.6150421879239772	2	2	2	2	2	False	131615	fragment	False	FIJ0096_000000011500	1.0		0	0	False	False	0.9960225224494934	0					non-mobilizable	other	2913.0	99.897	97.0	0.004657202991357306	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0148_000000007621	4933	0.615040927403492	7	6	6	5	4	False	127121	maximal	True	ENG0148_000000007621	1.0		12	3	False	False	0.9931076169013977	0					non-mobilizable	chromosome	3079.0	99.156	92.0	0.0009701782095704708	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0011_000000003638	6082	0.6150370260351632	4	3	2	2	1	True	8057	maximal	True	SPA0011_000000003638	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	89.68	16.0	0.0003142818513443593	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ENG0157_000000005324	4521	0.6150336643132228	5	4	3	3	2	True	119770	maximal	True	ENG0157_000000005324	1.0		62	7	False	False	1.0	0					non-mobilizable	other	4453.0	99.169	98.0	0.0021489054872646813	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
SPA0033_000000003902	7151	0.6150315973077836	12	7	4	5	5	False	60978	fragment	False	SPA0033_000000003902	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6441.0	98.556	90.0	0.001809564866956654	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0138_000000012262	1523	0.6150259119542479	2	2	2	2	2	False	40469	maximal	True	FIJ0138_000000012262	1.0		16	7	False	False	0.9914641976356506	0					non-mobilizable	no_good_hit	429.0	89.51	28.0	0.00011829981505240182	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0005_000000010182	3224	0.6150256152178865	3	3	3	3	2	False	91319	fragment	False	MON0048_000000010648	0.8946142152308021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000008565	3110	0.6150256152178865	3	3	3	3	2	False	91319	fragment	False	MON0048_000000010648	0.8155160331611022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0213_000000020788	1322	0.615025467399536	2	2	1	1	2	False	28253	fragment	False	ISR0213_000000020788	0.9972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0151_000000001701	9490	0.6150241407509806	5	4	3	4	2	False	103726	maximal	True	AST0151_000000001701	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2041.0	76.09	21.0	0.0006471327153605484	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0256_000000009054	1967	0.6150235286520321	2	2	2	1	1	True	59658	maximal	True	ISR0256_000000009054	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	98.585	11.0	0.0012115296279283417	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	True
ISR0795_000000005042	2016	0.6150173570084425	3	2	2	1	1	False	21973	maximal	True	ISR0795_000000005042	1.0		36	8	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	98.006	72.0	0.00046525672212710377	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0136_000000023622	1784	0.6150167011489959	3	2	1	2	1	False	3607	maximal	True	SPA0136_000000023622	1.0		52	9	False	False	0.9843049049377441	0					non-mobilizable	no_good_hit								True	False
CAN0020_000000010508	3523	0.6150095610014031	5	4	3	4	2	False	122579	fragment	False	CAN0020_000000010508	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2034.0	98.23	100.0	0.032483822002077174	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0098_000000015176	2901	0.6150080008891697	3	3	2	3	3	False	15330	maximal	True	MAD0098_000000015176	1.0		8	3	False	False	0.9993105530738831	0					non-mobilizable	no_good_hit	1187.0	95.28200000000001	65.0	0.0005521898712334261	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0001_000000001220	15553	0.6149847175224481	17	15	15	14	14	False	76856	maximal	True	ENG0001_000000001220	1.0		37	10	False	False	1.0	0					non-mobilizable	no_good_hit	1482.0	76.788	19.0	0.0004105017993009725	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0048_000000021596	1561	0.6149833032099296	1	1	1	1	1	False	46750	maximal	True	FIJ0048_000000021596	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000008626	3302	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.598307912363123		0	0	False	False	1.0	0					non-mobilizable	other	3316.0	92.34	99.0	0.001182393008333842	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ENG0003_000000007246	3197	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.6609358113282359		0	0	False	False	0.9996871948242188	0					non-mobilizable	other	3197.0	96.59100000000001	100.0	0.0011475639400652777	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0249_000000005414	3155	0.6149830485775979	3	3	3	1	1	False	124473	fragment	False	ISR0249_000000005414	0.9503706090879793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2809.0	92.916	89.0	0.0007800396701117027	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0038_000000009761	3103	0.6149830485775979	3	3	3	1	1	False	124473	fragment	False	ISR0249_000000005414	0.9429477020602219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2762.0	93.15700000000001	89.0	0.0007675122664161186	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AST0060_000000009319	3060	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.5958032216862039		0	0	False	False	1.0	0					non-mobilizable	chromosome	3070.0	91.792	99.0	0.0008510282910533459	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0089_000000012896	3034	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.6577616753923798		0	0	False	False	1.0	0					non-mobilizable	other	3002.0	94.404	99.0	0.001077546740968679	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
FIJ0172_000000008971	2919	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.5488785806187061		0	0	False	False	1.0	0					non-mobilizable	other	2920.0	98.288	100.0	0.0010477445485326908	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0169_000000010452	2842	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.5432918930432604		0	0	False	False	1.0	0					non-mobilizable	chromosome	2792.0	92.693	98.0	0.0007764206423774228	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0057_000000011010	2833	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.5461169704735948		0	0	False	False	0.9978821277618408	0					non-mobilizable	other	2833.0	95.376	100.0	0.0010165061058588238	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0338_000000009222	2818	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.5453097965728155		0	0	False	False	0.9992902874946594	0					non-mobilizable	chromosome	2821.0	95.073	99.0	0.0007836586978459825	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0112_000000011412	2813	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.38169619067636057		0	0	False	False	1.0	0					non-mobilizable	chromosome	2670.0	94.906	100.0	0.0007416222987785781	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0020_000000008369	2657	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.32501017962339		0	0	False	False	1.0	0					non-mobilizable	other	2476.0	98.586	99.0	0.0008883207721281279	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
AST0014_000000006579	2621	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.43748894466230276		0	0	False	False	1.0	0					non-mobilizable	chromosome	2620.0	96.947	99.0	0.0007279813480878311	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0025_000000008167	2605	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.4322666252323338		0	0	False	False	0.9976967573165894	0					non-mobilizable	chromosome	2593.0	97.995	99.0	0.0007214165816153998	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	False	False
ISR0033_000000011928	2577	0.6149830485775979	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.4338996065594796		0	0	False	False	1.0	0					non-mobilizable	other	2582.0	93.881	100.0	0.000924945153194041	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
DEN0033_000000007551	3445	0.6149813170614027	4	4	4	4	3	False	119436	fragment	False	CHI0024_000000003275	0.8059593049558622		0	0	False	False	0.9997097253799438	0					non-mobilizable	chromosome	3096.0	87.92	97.0	0.0006830096400278812	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0065_000000017450	1541	0.6149684041647906	3	1	1	1	1	False	62828	maximal	True	ENG0065_000000017450	1.0		25	7	False	False	0.9863724708557129	0					non-mobilizable	no_good_hit	1079.0	90.639	70.0	0.0002438995694878471	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0116_000000000003	137358	0.6149681255223897	173	46	21	37	19	True	106314	backbone	True	AST0116_000000000003	1.0	PS646	1	1	True	True	0.9999927282333374	25					non-mobilizable	no_good_hit	295.0	90.84700000000001	0.0	0.035915665604314785	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	True
AST0061_000000008129	4764	0.6149662180913764	2	2	1	1	2	False	112158	maximal	True	AST0061_000000008129	1.0		6	2	False	False	0.999370276927948	0					non-mobilizable	no_good_hit	913.0	91.785	19.0	0.3949761801645734	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	False
ENG0021_000000008774	2113	0.6149655065298685	5	1	1	1	1	False	66368	fragment	False	ENG0021_000000008774	1.0		0	0	False	False	0.9787032604217529	0					non-mobilizable	no_good_hit	54.0	90.741	3.0	0.0004765197241791714	NZ_FOJY01000012.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
SPA0033_000000022542	1404	0.6149655065298685	4	1	1	1	1	False	7187	fragment	False	SPA0033_000000022542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000043608	1120	0.6149640651354383	2	1	1	1	1	False	96327	fragment	False	CAN0003_000000043608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	7.64399373192514e-05	NZ_STGU01000003.1	a-proteobacteria	Rhizobium rosettiformans W3, whole genome shotgun sequence	True	False
CHI0006_000000000895	7994	0.6149490334407866	9	6	3	4	5	True	118478	fragment	False	ENG0108_000000002441	0.38526682134570767		0	0	False	False	1.0	0					non-mobilizable	other	7994.0	99.98700000000001	100.0	0.09124741714898912	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
AUS0010_000000019471	1283	0.6149471729115368	2	2	2	2	2	False	101421	maximal	True	AUS0010_000000019471	1.0		12	5	False	False	0.9914263486862183	0					non-mobilizable	chromosome	1114.0	99.82	99.0	0.0005996499078974377	CP031881.1	firmicutes	Streptococcus thermophilus strain ST106 chromosome, complete genome	False	False
ISR0353_000000004174	7303	0.6149460321054897	8	7	5	7	6	False	97863	fragment	False	ISR0353_000000004174	1.0		0	0	False	False	0.997809112071991	0					non-mobilizable	other	4436.0	96.055	100.0	0.10674563050700564	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
SPA0149_000000003779	8130	0.6149442790642539	9	2	1	2	1	False	20668	maximal	True	SPA0149_000000003779	1.0		1	1	False	False	0.9977859854698181	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	1.0	1.354948271086006e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0099_000000001599	12651	0.6149426091219927	7	3	3	3	3	False	130266	fragment	False	ISR0262_000000000954	0.9914776464031513		0	0	False	False	0.9997628927230835	0					non-mobilizable	chromosome	12572.0	99.833	100.0	0.005417962327254234	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0781_000000001680	12630	0.6149426091219927	7	3	3	3	3	False	130266	fragment	False	ISR0262_000000000954	0.9906708082651805		0	0	False	False	1.0	0					non-mobilizable	chromosome	12572.0	99.881	100.0	0.005417962327254234	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0388_000000001963	11356	0.6149426091219927	6	3	3	3	3	False	130266	fragment	False	ISR0262_000000000954	0.2782908783951537		0	0	False	False	1.0	0					non-mobilizable	chromosome	11356.0	99.833	100.0	0.004893879741148025	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
SPA0026_000000015904	2003	0.6149377756782439	2	2	2	2	2	False	115201	fragment	False	SPA0026_000000015904	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	77.652	94.0	0.0003146330761839701	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0210_000000004550	4177	0.6149336381325872	4	3	3	3	3	False	131812	maximal	True	ISR0210_000000004550	1.0		40	6	False	False	0.9995211958885193	0					non-mobilizable	no_good_hit	2182.0	97.846	52.0	0.0006188427980324205	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0047_000000013760	2819	0.6149319357495051	3	2	2	2	2	False	46595	maximal	True	MON0047_000000013760	1.0		67	8	False	False	0.9964526295661926	0					non-mobilizable	other	2812.0	99.431	99.0	0.0008866943466766632	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MAD0044_000000000255	40605	0.6149318183983697	36	10	7	9	5	True	107835	fragment	False	MAD0044_000000000255	1.0		0	0	False	False	0.999876856803894	0					non-mobilizable	no_good_hit	16534.0	91.684	65.0	0.5868853625560378	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
SPA0083_000000016536	1127	0.6149298537703909	2	2	2	2	2	False	62823	fragment	False	ENG0101_000000027325	0.7499950927994811		0	0	False	False	0.9946761131286621	0					non-mobilizable	other	1124.0	97.865	99.0	0.0005097080548396848	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
ENG0193_000000004983	4116	0.6149243338984046	4	4	4	3	2	False	54605	maximal	True	ENG0193_000000004983	1.0		17	8	False	False	0.9992711544036865	0					non-mobilizable	other	4138.0	84.824	99.0	0.006793880189723425	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	False
ISR0365_000000014741	1178	0.6149210386797805	2	2	2	2	1	False	32387	fragment	False	ISR0137_000000019524	0.9836607748619979		0	0	False	False	0.9966044425964355	0					non-mobilizable	chromosome	1178.0	99.406	100.0	0.0005092279723208422	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
SPA0128_000000023550	1587	0.6149203675050546	2	2	2	2	1	False	86960	fragment	False	MON0095_000000018579	0.9896487808514094		0	0	False	False	1.0	0					non-mobilizable	other	1137.0	79.42	92.0	0.0003017505588198633	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0056_000000010634	2034	0.6149180980587851	3	3	3	3	2	False	110223	fragment	False	ISR0056_000000010634	1.0		0	0	False	False	0.9950835704803467	0					non-mobilizable	other	1797.0	96.383	99.0	0.008646242674107617	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
FIJ0075_000000005781	3253	0.6149152159772019	2	2	1	2	1	False	68270	fragment	False	FIJ0075_000000005781	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1964.0	82.02600000000001	96.0	0.003095362699922137	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
AUS0002_000000004759	6241	0.6149147497210237	3	3	3	3	3	False	103135	maximal	True	AUS0002_000000004759	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2486.0	82.18	68.0	0.000886992428270946	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
AST0002_000000028181	1332	0.6149135758768057	2	1	1	1	1	False	131205	maximal	True	AST0002_000000028181	1.0		1	1	False	False	0.9969969987869263	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000023066	1633	0.6149116396859042	2	2	2	2	2	False	5267	maximal	True	SPA0093_000000023066	1.0		379	11	False	False	0.9908144474029541	0					non-mobilizable	chromosome	1633.0	99.571	100.0	0.0005591055407633161	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
FIJ0021_000000021141	2298	0.6149086717113535	3	3	3	3	3	False	81150	fragment	False	ISR0848_000000007458	0.9831678895123004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	71.933	21.0	0.00475960959151705	NZ_LQOL01000074.1	high GC Gram+	Mycolicibacterium canariasense strain CCUG 47953 contig_63, whole genome shotgun sequence	True	False
CAN0021_000000001762	17108	0.61490824483689	32	8	5	5	7	False	91684	fragment	False	CAN0021_000000001762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2084.0	92.226	38.0	0.036809272321270334	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0053_01_000000002688	8019	0.6149045266181208	13	13	2	10	13	True	25128	fragment	False	USA0053_01_000000002688	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	7939.0	99.98700000000001	100.0	0.050955168695116314	CP032263.1	enterobacteria	Escherichia coli strain AR_0089 plasmid unnamed1, complete sequence	False	True
ENG0159_000000020739	1113	0.6149044804522465	1	1	1	1	1	False	56495	fragment	False	MON0012_000000049086	0.9503784693019344		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	88.729	99.0	0.00030741289967842444	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0001_000000022531	1930	0.6149014755108615	6	5	3	2	3	False	76869	maximal	True	DEN0001_000000022531	1.0		12	6	False	False	0.9994818568229675	0					non-mobilizable	no_good_hit	1112.0	80.126	57.0	0.005385838327014798	NZ_NHOC01000007.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c7, whole genome shotgun sequence	True	False
ENG0049_000000001329	13568	0.6148971227093962	14	14	6	7	14	True	123789	fragment	False	DEN0070_000000001871	0.963945731858465		0	0	False	False	1.0	0					non-mobilizable	other	13568.0	100.0	100.0	0.0025773612053851215	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
USA0003_01_000000021511	1777	0.6148933860330655	3	3	3	3	1	False	38345	fragment	False	USA0003_01_000000021511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	89.024	5.0	3.9015673571465495e-05	NZ_VYYV01000001.1	firmicutes	Lactobacillus crispatus strain NCK971 1, whole genome shotgun sequence	True	False
CHI0187_000000004143	4247	0.6148915706616646	11	2	1	1	2	True	77097	fragment	False	CHI0187_000000004143	1.0		0	0	False	False	0.9971745014190674	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.2103869006050594e-06	CP050229.1	eudicots	Morus alba cultivar Heyebai chromosome 6	True	True
SPA0033_000000008116	3700	0.6148915706616646	8	2	1	1	2	True	7211	fragment	False	SPA0033_000000008116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	93.75	3.0	2.2304171195181134e-05	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	True
ISR0365_000000010713	1573	0.6148904685522774	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.45406413334693446		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	96.249	100.0	0.0892066734763364	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
FIJ0011_000000019001	2313	0.614883124946582	3	2	2	2	1	True	50969	maximal	True	FIJ0011_000000019001	1.0		1	1	False	False	0.9961089491844177	0					non-mobilizable	other	2304.0	82.943	98.0	0.0013913794779834658	NZ_UGTE01000001.1	CFB group bacteria	Porphyromonas endodontalis strain NCTC13058, whole genome shotgun sequence	False	True
MON0104_000000021565	2108	0.614883124946582	3	2	2	2	1	True	21737	fragment	False	MON0104_000000021565	0.9709724238026125		0	0	False	False	0.9938330054283142	0					non-mobilizable	other	2122.0	89.208	99.0	0.012431289142358882	NZ_FUXE01000003.1	CFB group bacteria	Porphyromonas circumdentaria strain ATCC 51356, whole genome shotgun sequence	False	True
ISR0018_000000002212	9568	0.6148804823525135	13	6	4	3	6	False	108093	maximal	True	ISR0018_000000002212	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	80.86399999999999	2.0	8.078665487319602e-05	NC_016630.1	firmicutes	Filifactor alocis ATCC 35896, complete sequence	True	False
FIJ0168_000000011607	1894	0.6148742601142141	4	2	0	1	2	True	38910	fragment	False	FIJ0168_000000011607	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1897.0	99.209	100.0	0.5886745488487866	CP041418.1	enterobacteria	Escherichia coli strain STEC711 plasmid pSTEC711_2, complete sequence	False	True
MON0027_000000003041	9826	0.6148729344235422	11	5	4	5	3	True	71162	fragment	False	MON0027_000000003041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	True
ENG0208_000000012197	2542	0.6148718697772887	3	3	3	3	3	False	126828	maximal	True	ENG0208_000000012197	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	1064.0	96.992	99.0	0.0004377695907039648	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0061_000000005738	4070	0.6148711353420405	5	4	4	4	3	False	110219	maximal	True	FIJ0061_000000005738	0.9836022904737116		54	11	False	False	0.9990171790122986	0					non-mobilizable	other	1314.0	83.105	94.0	0.0003932115902879748	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0202_000000003524	6974	0.6148671858554303	10	7	7	6	6	False	112823	maximal	True	ENG0202_000000003524	1.0	PS721|PS723	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.191	32.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0158_000000008786	2051	0.6148633315940885	4	3	3	3	2	True	78889	fragment	False	CHI0158_000000008786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0078_000000002127	8200	0.6148615161497606	11	11	11	8	6	False	112184	maximal	False	ENG0180_000000001446	0.9574862116610733		0	0	False	False	1.0	0					non-mobilizable	other	8200.0	100.0	100.0	0.017093999274458867	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
AST0006_000000002378	6994	0.6148600651186356	15	7	5	7	4	False	127669	maximal	True	AST0006_000000002378	1.0		1	1	False	False	0.9998570084571838	0					non-mobilizable	no_good_hit	681.0	89.427	11.0	0.00667302192564347	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
ENG0003_000000004734	4752	0.6148550453084936	5	5	3	0	3	False	120727	fragment	False	ENG0003_000000004734	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3591.0	95.015	100.0	0.000803067494131903	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0142_000000016003	2086	0.6148480607176972	2	2	1	1	2	True	57688	maximal	True	ENG0142_000000016003	1.0		5	2	False	False	1.0	0					non-mobilizable	other	2086.0	98.08200000000001	100.0	0.00034195233627248335	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0800_000000001837	5855	0.6148424829949505	9	8	3	5	5	True	101508	fragment	False	ISR0800_000000001837	1.0		0	0	False	False	0.9994876384735107	0					non-mobilizable	other	5561.0	99.209	95.0	0.001661907752908787	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0187_000000026134	1173	0.6148345622860958	2	2	1	2	1	False	90812	fragment	False	ISR0047_000000024761	0.9765623231065325		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	99.574	100.0	0.00022699149692176676	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0041_000000002536	8724	0.6148248903260084	8	5	4	4	3	True	18303	maximal	True	MAD0041_000000002536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000018645	2302	0.6148244023768225	4	2	2	2	2	False	88706	fragment	False	ISR0291_000000005815	0.9566777336386151		0	0	False	False	0.999565601348877	0					non-mobilizable	other	2302.0	98.175	100.0	0.0004811100928998668	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MAD0083_000000004054	2478	0.6148213998171095	6	6	6	6	5	False	93969	maximal	True	MAD0083_000000004054	1.0		43	9	False	False	1.0	0					non-mobilizable	chromosome	2478.0	99.87899999999999	100.0	0.00044471941921116073	CP033605.1	enterobacteria	Escherichia coli O157:H7 strain TR01 chromosome, complete genome	False	False
MON0105_000000012874	4101	0.6148166359886652	4	4	4	4	2	False	131734	maximal	True	MON0105_000000012874	1.0		1	1	False	False	0.9997561573982239	0					non-mobilizable	no_good_hit	1773.0	87.14	47.0	0.011767848794496761	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
CHI0047_000000009864	1572	0.6148152240018929	2	2	2	2	1	False	86960	fragment	False	MON0095_000000018579	0.9844371878686679		0	0	False	False	0.9802799224853516	0					non-mobilizable	other	1131.0	79.134	92.0	0.00030012824398749843	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0013_000000024112	2204	0.6148115544614421	3	2	1	2	1	False	36614	fragment	False	MON0013_000000024112	0.9962121212121212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	84.669	46.0	0.00035357796552932424	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0078_000000010676	1431	0.6148106230088575	2	2	2	2	1	False	84424	maximal	True	CHI0078_000000010676	1.0		148	11	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	73.256	24.0	0.0001656515824368276	NC_014632.1	fusobacteria	Ilyobacter polytropus DSM 2926, complete sequence	True	False
MON0027_000000022931	1796	0.6148094064934313	2	2	1	2	2	False	15565	maximal	True	MON0027_000000022931	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	74.527	55.0	0.015706557090955243	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	True	False
SPA0052_000000019088	1415	0.6148084900362942	2	1	1	1	1	False	8777	maximal	True	SPA0052_000000019088	1.0		5	3	False	False	0.9908127188682556	0					non-mobilizable	no_good_hit								True	False
ISR0292_000000017585	1184	0.6148065690636997	4	1	1	1	1	True	25859	fragment	False	ISR0292_000000017585	1.0		0	0	False	False	0.9881756901741028	0					non-mobilizable	virus	950.0	98.73700000000001	100.0	0.026425707284473157	JQ680361.1	viruses	Unidentified phage clone 2019_scaffold132 genomic sequence	False	True
ENG0057_000000004304	4961	0.6147987580510956	8	7	6	7	4	False	75936	fragment	False	MON0063_000000005382	0.701459984838958		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	303.0	79.208	15.0	8.374752762122736e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0013_000000038821	1452	0.6147937055449948	2	2	2	2	1	False	13498	maximal	True	MON0013_000000038821	1.0		14	9	False	False	0.9820936918258667	0					non-mobilizable	no_good_hit								True	False
AST0050_000000005461	2443	0.6147918686059011	3	3	3	3	2	False	114744	maximal	True	AST0050_000000005461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	99.836	75.0	0.0005021666951154377	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
FIJ0057_000000011110	2860	0.6147859850318191	4	3	2	3	2	False	46150	fragment	False	FIJ0057_000000011110	1.0		0	0	False	False	0.9989510774612427	0					non-mobilizable	no_good_hit	352.0	81.53399999999999	12.0	0.007354335686439785	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
FIJ0104_000000002752	8585	0.6147839319081622	8	7	7	7	5	True	113467	maximal	True	FIJ0104_000000002752	1.0		3	1	False	False	0.9988352060317993	0					non-mobilizable	no_good_hit	1462.0	70.93	17.0	0.0004899008451553458	CP017039.1	GNS bacteria	Anaerolineaceae bacterium oral taxon 439 strain W11661, complete genome	True	True
ENG0011_000000005979	4233	0.6147820716704661	4	4	3	4	3	False	100037	maximal	True	ENG0011_000000005979	1.0		7	6	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	99.499	19.0	0.35032967032967033	NZ_QRYH01000059.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf59, whole genome shotgun sequence	True	False
ISR0325_000000004520	3980	0.6147806080360297	4	4	4	4	4	False	24882	maximal	True	ISR0325_000000004520	1.0		37	6	False	False	1.0	0					non-mobilizable	other	3983.0	88.727	100.0	0.04136389625240397	NZ_JAAITI010000015.1	firmicutes	Blautia luti strain MSK.16.34 NODE_15_length_96195_cov_253.786, whole genome shotgun sequence	False	False
ENG0163_000000023752	1111	0.614780205824902	2	1	1	1	1	False	56292	fragment	False	ENG0163_000000023752	1.0		0	0	False	False	0.9981998205184937	0					non-mobilizable	no_good_hit	163.0	75.46	15.0	3.640140842920408e-05	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
FIJ0172_000000014738	1875	0.6147761077775883	3	2	2	1	1	False	38732	fragment	False	FIJ0172_000000014738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	74.678	45.0	0.004266787567376958	NZ_CABJDM010000005.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
DEN0045_000000030724	1392	0.6147740053843691	2	2	2	1	1	False	72838	fragment	False	DEN0045_000000030724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0110_000000018167	1288	0.6147736061179226	2	1	1	1	1	True	72800	maximal	False	DEN0073_000000040315	0.9584122412477972		0	0	False	False	0.9860248565673828	0					non-mobilizable	other	1282.0	97.89399999999999	100.0	0.00038669573475510176	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0392_000000012116	2678	0.6147720073845093	3	2	1	1	2	False	22826	maximal	True	ISR0392_000000012116	1.0		3	2	False	False	0.9925317168235779	0					non-mobilizable	no_good_hit								True	False
ENG0073_000000001672	14009	0.6147713873914629	20	12	8	11	9	True	126211	maximal	False	ISR0079_000000001925	0.9322839349200103	PS943|PS946|PS949	0	0	True	True	0.9999285936355591	15					non-mobilizable	no_good_hit	1599.0	74.171	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0108_000000022034	1304	0.6147681146258485	2	2	2	2	2	False	107115	fragment	False	ISR0051_000000026959	0.9752949852507375		0	0	False	False	0.9915643930435181	0					non-mobilizable	other	1304.0	98.773	100.0	0.05525635045163479	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
MAD0052_000000012382	1664	0.6147679964497668	2	2	2	2	1	True	17270	maximal	True	MAD0052_000000012382	1.0		3	2	False	False	0.9831730723381042	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	3.0	6.70804856627162e-05	NZ_OEQH01000002.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	True
SPA0042_000000005719	5011	0.6147648614040794	6	5	3	5	5	False	117060	fragment	False	SPA0042_000000005719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	79.044	20.0	0.032083278602390644	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	False
FIJ0082_000000013713	2193	0.6147637334777941	3	3	3	3	1	False	53321	maximal	True	FIJ0082_000000013713	1.0		16	4	False	False	0.9977200031280518	0					non-mobilizable	no_good_hit	1243.0	78.6	56.0	0.00522081912415167	LR756491.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0843_000000000222	37811	0.6147628505873881	41	14	8	12	4	True	86184	maximal	True	ISR0843_000000000222	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	83.251	1.0	0.002950639799534422	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0031_000000010467	2168	0.6147611211785757	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.37630283299838635		0	0	False	False	1.0	0					non-mobilizable	other	2168.0	99.86200000000001	100.0	0.006215794485812959	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
ISR0346_000000010720	2123	0.6147611211785757	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.4172587563598141		0	0	False	False	1.0	0					non-mobilizable	chromosome	2141.0	95.236	100.0	0.0006888543687306149	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
FIJ0098_000000011179	2093	0.6147611211785757	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.3963675907113324		0	0	False	False	1.0	0					non-mobilizable	other	2094.0	97.947	100.0	0.006003533852702594	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
ISR0174_000000014326	1706	0.6147611211785757	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.12271811024345353		0	0	False	False	1.0	0					non-mobilizable	chromosome	1711.0	96.259	100.0	0.0005536768290785365	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
MON0066_000000021289	1648	0.6147611211785757	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.11005160909547894		0	0	False	False	1.0	0					non-mobilizable	chromosome	1648.0	99.818	100.0	0.0005339026566114459	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
MON0011_000000033565	1390	0.6147608736045549	2	2	2	2	2	False	13649	fragment	False	MON0011_000000033565	1.0		0	0	False	False	0.9863309264183044	0					non-mobilizable	other	1299.0	79.75399999999999	93.0	0.0005403264175184807	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0358_000000008768	2212	0.6147591978492053	4	2	2	2	2	True	112644	fragment	False	ISR0362_000000009069	0.8870283621702043		0	0	False	False	0.9995478987693787	0					non-mobilizable	chromosome	2212.0	99.54799999999999	100.0	0.0005925110462710662	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0135_000000010374	2160	0.6147591978492053	4	2	2	2	2	True	112644	fragment	False	ISR0362_000000009069	0.8775129817378181		0	0	False	False	1.0	0					non-mobilizable	chromosome	2160.0	99.444	100.0	0.0005785759153773098	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0103_000000046888	1257	0.6147575881421882	1	1	1	1	1	False	71186	fragment	False	ISR0814_000000034607	0.8385082620528685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	81.039	66.0	0.0029666580171415513	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0131_000000011273	2288	0.6147567067027273	3	3	3	2	1	False	49273	maximal	True	SPA0131_000000011273	1.0		7	3	False	False	0.9934440851211548	0					non-mobilizable	no_good_hit	1560.0	86.538	68.0	0.009518689133542688	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
FIJ0063_000000002596	8525	0.6147514930571876	12	4	2	3	3	True	113134	fragment	False	ISR0042_000000002093	0.9114165213416506		0	0	False	False	1.0	0					non-mobilizable	other	8154.0	95.45	96.0	0.18617142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0002_000000006772	5165	0.6147490886851215	6	4	3	4	3	True	52442	maximal	True	FIJ0002_000000006772	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	78.641	2.0	5.102172262469886e-05	NZ_FOQL01000001.1	g-proteobacteria	Pseudomonas guineae strain LMG 24016, whole genome shotgun sequence	True	True
ISR0398_000000007900	2928	0.6147490508465824	4	3	3	2	1	True	22622	fragment	False	ISR0398_000000007900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	77.268	32.0	0.013054397924543925	NZ_SLXA01000012.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_112, whole genome shotgun sequence	True	True
USA0069_01_000000018476	3340	0.6147470349680205	5	5	5	5	4	False	57161	fragment	False	USA0069_01_000000018476	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3340.0	99.611	100.0	0.0007266217767175498	CP020058.1	enterobacteria	Escherichia coli strain AR_0061, complete genome	False	False
SPA0041_000000016322	2073	0.6147464071450556	2	2	2	2	2	False	59259	maximal	True	SPA0041_000000016322	1.0		107	7	False	False	1.0	0					non-mobilizable	other	1836.0	96.18700000000001	94.0	0.012284133837021047	NZ_JAAWUO010000008.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_8_length_148240_cov_165.037, whole genome shotgun sequence	False	False
ISR0362_000000005393	4215	0.614745102287035	4	4	4	4	4	False	125358	fragment	False	SPA0101_000000009642	0.47425283553704367		0	0	False	False	0.9943060278892517	0					non-mobilizable	other	4216.0	99.09899999999999	100.0	0.016617698164470982	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0029_000000020295	1571	0.6147427305819053	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.2943165262765763	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1574.0	93.837	100.0	0.0005468934084181849	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
SPA0073_000000007162	1526	0.6147395520480315	3	2	2	2	2	False	5844	maximal	True	SPA0073_000000007162	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	99.619	42.0	7.252254876899202e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0265_000000004087	3775	0.6147352449145901	6	4	3	4	1	True	81232	maximal	True	ISR0265_000000004087	1.0		1	1	False	False	0.9976158738136292	0					non-mobilizable	no_good_hit								True	True
MON0087_000000021392	2359	0.6147331580066391	3	2	2	2	2	False	68431	fragment	False	MON0087_000000021392	1.0		0	0	False	False	0.972869873046875	0					non-mobilizable	no_good_hit								True	False
AST0028_000000000803	22220	0.6147143842573648	21	12	8	11	11	True	118940	maximal	True	AST0028_000000000803	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	98.615	14.0	0.0007060746411970561	CP021964.1	firmicutes	Limosilactobacillus fermentum strain CBA7106 chromosome, complete genome	True	True
USA0011_01_000000022833	1581	0.6147118477253399	2	2	2	1	1	False	2005	fragment	False	USA0011_01_000000022833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	6.997259004748484e-05	NZ_AUMP01000002.1	firmicutes	Fictibacillus gelatini DSM 15865 H538DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0049_000000017823	1657	0.6147117351567708	2	2	2	2	1	False	35972	fragment	False	ISR0049_000000017823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	91.429	4.0	0.0020085582045236226	NZ_AUIU01000003.1	bacteria	Thermodesulfovibrio thiophilus DSM 17215 G581DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MON0051_000000007204	4439	0.6147098866697819	7	6	6	5	4	False	11689	maximal	True	MON0051_000000007204	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	93.75	28.0	0.0010253537592245306	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0132_000000001066	19367	0.6147044046676133	27	8	5	8	4	True	31619	maximal	True	ISR0132_000000001066	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	92.98899999999999	4.0	0.012399103827149127	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
ISR0148_000000024221	1208	0.6147037963937089	2	2	2	2	2	False	59655	maximal	True	ISR0148_000000024221	1.0		218	9	False	False	0.9958609342575073	0					non-mobilizable	other	1208.0	100.0	100.0	0.010992814142205303	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
SPA0016_000000015905	2104	0.6147018275130677	4	4	4	4	3	False	93606	fragment	False	SPA0016_000000015905	0.9764082811747713		0	0	False	False	0.999524712562561	0					non-mobilizable	chromosome	2104.0	99.667	100.0	0.0003909278709265102	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0014_000000000680	21574	0.6146965176317242	26	10	5	10	4	False	50530	maximal	True	FIJ0014_000000000680	1.0		1	1	False	False	0.9999536275863647	0					non-mobilizable	no_good_hit	1340.0	74.77600000000001	10.0	0.022817545609298967	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MAD0014_000000011823	2659	0.6146876130850002	3	3	3	3	3	False	57160	fragment	False	MAD0041_000000012078	0.9837481179871765		0	0	False	False	1.0	0					non-mobilizable	chromosome	2659.0	100.0	100.0	0.0005384215861276023	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
ISR0118_000000011357	1466	0.6146789706018734	3	3	2	2	1	False	120653	fragment	False	ENG0068_000000015998	0.9231508833102827		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	94.105	98.0	0.05322449582625397	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ISR0025_000000016262	2416	0.6146772619435206	4	2	2	2	1	True	81096	maximal	True	ISR0025_000000016262	1.0		36	7	False	False	0.9639900922775269	0					non-mobilizable	no_good_hit								True	True
USA0037_01_000000016542	2058	0.6146772619435206	2	2	2	2	1	True	81095	fragment	False	USA0037_01_000000016542	0.9934398441454846		0	0	False	False	0.9907677173614502	0					non-mobilizable	no_good_hit								True	True
FIJ0163_000000006101	4009	0.6146662468081391	5	5	4	5	2	False	113400	maximal	True	FIJ0163_000000006101	1.0		1	1	False	False	0.999750554561615	0					non-mobilizable	no_good_hit	1703.0	95.361	83.0	0.0004763569385642288	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0192_000000011385	1926	0.6146619697147029	3	2	2	2	1	False	55129	fragment	False	ENG0192_000000011385	1.0		0	0	False	False	0.9994807839393616	0					non-mobilizable	no_good_hit	415.0	73.735	21.0	7.457702397899911e-05	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	False
ISR0014_000000008270	4337	0.6146597217428982	5	3	0	2	3	False	65469	maximal	False	ENG0034_000000003271	0.9694228148330019		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1326.0	87.85799999999999	31.0	0.0749674423871808	CP003135.1	firmicutes	Lactococcus lactis subsp. cremoris A76 plasmid pQA518, complete sequence	True	True
SPA0069_000000010073	2342	0.6146477751080464	4	1	1	1	1	False	5952	fragment	False	SPA0069_000000010073	1.0		0	0	False	False	0.9965841174125671	0					non-mobilizable	other	2342.0	99.23100000000001	100.0	0.11223559882968008	NZ_QSCB01000037.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf37, whole genome shotgun sequence	False	False
AST0040_000000006686	2919	0.6146461787642459	3	3	3	3	2	False	116295	maximal	True	AST0040_000000006686	1.0		0	0	True	True	0.999657392501831	7					non-mobilizable	no_good_hit	346.0	79.76899999999999	14.0	0.0005039445660977292	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	True
DEN0063_000000024142	2020	0.6146438661418306	3	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.6856280425520295		0	0	False	False	0.9950494766235352	0					non-mobilizable	no_good_hit	367.0	74.932	18.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0038_000000013969	1778	0.6146414069831129	3	2	2	2	2	False	65065	fragment	False	ENG0038_000000013969	0.9499026150189035		0	0	False	False	0.9842519760131836	0					non-mobilizable	no_good_hit								True	False
SPA0119_000000016984	1869	0.6146367617081828	3	2	2	1	1	False	108145	fragment	False	SPA0119_000000016984	0.9519178822258239		0	0	False	False	0.9989299178123474	0					non-mobilizable	other	1869.0	99.786	100.0	0.006512477600284485	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
AST0035_000000003406	4756	0.6146332639056311	6	4	3	4	2	False	116905	maximal	True	AST0035_000000003406	1.0		9	7	False	False	0.9970563650131226	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.9338103817578314e-05	AP019379.1	enterobacteria	Buchnera aphidicola (Nipponaphis monzeni) Nmo DNA, complete genome	True	False
SPA0053_000000011767	2846	0.6146311252872955	4	1	1	1	1	False	6482	maximal	True	SPA0053_000000011767	1.0		12	5	False	False	0.995080828666687	0					non-mobilizable	other	1392.0	98.92200000000001	95.0	0.0003846132484684895	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0058_000000006831	3517	0.6146251084380506	4	3	3	2	3	False	90236	maximal	True	ISR0058_000000006831	1.0	PS436	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1266.0	100.0	82.0	0.0002493605823013123	CP024127.1	enterobacteria	Escherichia coli strain 14EC001 chromosome, complete genome	True	True
ISR0186_000000000769	19719	0.6146206925563249	18	15	13	15	14	False	38649	maximal	True	ISR0186_000000000769	1.0		14	3	False	False	0.998985767364502	0					non-mobilizable	no_good_hit	860.0	98.837	4.0	0.000333435929003796	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0131_000000011562	1552	0.6146196733882489	2	2	2	2	1	False	81013	maximal	True	CHI0131_000000011562	1.0		1	1	False	False	0.9929123520851135	0					non-mobilizable	no_good_hit	655.0	84.885	42.0	0.0022266893459100046	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0046_000000008338	3374	0.6146168755986554	4	3	3	3	2	False	46984	maximal	True	FIJ0046_000000008338	1.0		2	2	False	False	0.9908120632171631	0					non-mobilizable	no_good_hit	918.0	75.926	27.0	0.004815121485567821	NZ_FRAC01000015.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
FIJ0033_000000003026	9501	0.6146140124605345	13	3	1	3	1	False	48316	maximal	True	FIJ0033_000000003026	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	100.0	2.0	1.7407631064138294e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0093_000000016133	1997	0.6146127204446329	3	3	3	3	3	False	68476	maximal	True	DEN0093_000000016133	0.9825227963525835		222	13	False	False	0.9759639501571655	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	3.0	1.1489618385091581e-05	CP046509.1	enterobacteria	Erwinia sp. J780 chromosome, complete genome	True	False
SPA0003_000000013468	1354	0.6146074806342244	2	2	2	2	2	False	86188	fragment	False	ISR0127_000000017939	0.9524562320616307		0	0	False	False	0.9985228776931763	0					non-mobilizable	chromosome	1354.0	99.04	100.0	0.00047743611513091384	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0139_000000003818	6789	0.6146043846434679	4	3	3	3	3	False	41679	maximal	True	FIJ0139_000000003818	1.0		4	1	False	False	0.99970543384552	0					non-mobilizable	no_good_hit	3249.0	74.054	47.0	0.005805752675663099	NZ_JH376763.1	CFB group bacteria	Prevotella histicola F0411 supercont1.2, whole genome shotgun sequence	True	False
ISR0168_000000007551	3458	0.6146025101334548	4	2	1	2	1	False	58853	fragment	False	ISR0168_000000007551	1.0		0	0	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit	184.0	92.391	12.0	0.0006598769438270687	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0113_000000019802	1906	0.6145981343279817	3	3	3	2	3	False	106542	fragment	False	AST0113_000000019802	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1930.0	96.943	100.0	0.001016899090698116	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
AST0140_000000009874	2854	0.6145941457893501	4	4	4	4	4	False	105576	fragment	False	CHI0001_000000002893	0.6397633400312569		0	0	False	False	0.998948872089386	0					non-mobilizable	other	2843.0	99.402	99.0	0.011340963143865027	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
SPA0120_000000002906	13705	0.6145934337852841	14	4	2	4	0	True	34869	fragment	False	SPA0120_000000002906	0.9963481889998509		0	0	False	False	0.9999270439147949	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.0009699924141618893	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0072_000000001454	13418	0.6145934337852841	14	4	2	4	0	True	34869	fragment	False	SPA0120_000000002906	0.9859540313754105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	1.0	0.009661244955362603	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
SPA0146_000000001506	12855	0.6145934337852841	15	4	2	4	0	True	23970	fragment	False	SPA0146_000000001506	1.0		0	0	False	False	0.9998444318771362	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	1.1873809008819352e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0355_000000001485	10378	0.6145934337852841	15	4	2	4	0	True	23969	fragment	False	ISR0355_000000001485	1.0		0	0	False	False	0.9947966933250427	0					non-mobilizable	no_good_hit								True	True
ISR0326_000000001415	9052	0.6145885083607424	8	6	5	5	4	True	24839	fragment	False	ISR0326_000000001415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	2.397036525305023e-05	NZ_CP009761.1	firmicutes	Parvimonas micra strain KCOM 1535 (=ChDC B708) chromosome, complete genome	True	True
CHI0045_000000006785	3025	0.6145833043373373	5	4	2	2	3	False	87165	fragment	False	CHI0045_000000006785	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3025.0	97.75200000000001	100.0	0.0004670056781960238	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ENG0102_000000010579	2621	0.6145805621564944	4	2	1	2	1	False	127934	fragment	False	ENG0102_000000010579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1905.0	94.90799999999999	73.0	0.0004221796308676737	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0149_000000016661	1600	0.6145700971393755	2	2	2	2	2	False	104401	fragment	False	AST0149_000000016661	1.0		0	0	False	False	0.984375	0					non-mobilizable	other	1581.0	99.74700000000001	99.0	0.0031332793933336505	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
CHI0038_000000001638	6529	0.6145662801511906	5	4	3	4	1	False	87897	maximal	True	CHI0038_000000001638	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	96.053	1.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
AST0059_000000005119	2793	0.6145635047254726	4	4	4	3	3	False	112867	maximal	True	AST0059_000000005119	1.0		0	0	False	False	0.9996419548988342	0					non-mobilizable	chromosome	2168.0	97.094	100.0	0.0004349760984252016	CP033744.1	enterobacteria	Citrobacter freundii strain FDAARGOS_549 chromosome, complete genome	False	False
ENG0189_000000006264	2453	0.6145633634004787	4	4	2	3	2	False	54851	fragment	False	ENG0189_000000006264	1.0		0	0	False	False	0.9971463680267334	0					non-mobilizable	other	2453.0	99.59200000000001	100.0	0.062200350067223055	NZ_WNAJ01000030.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold30_size39421, whole genome shotgun sequence	False	False
ISR0375_000000009574	2267	0.6145633634004787	4	4	2	3	2	False	23386	maximal	True	ISR0375_000000009574	1.0		429	13	False	False	0.9863255620002747	0					non-mobilizable	other	2272.0	87.5	100.0	0.0006774389221247187	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0043_000000025004	1187	0.6145632113855941	1	1	1	1	1	False	11659	fragment	False	MON0043_000000025004	1.0		0	0	False	False	0.9941027760505676	0					non-mobilizable	other	1153.0	77.624	96.0	0.0004504859038254124	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
MON0083_000000014800	2457	0.6145602263030817	2	2	2	2	2	False	13573	fragment	False	MON0083_000000014800	1.0		0	0	False	False	0.9914529919624329	0					non-mobilizable	other	2457.0	98.209	100.0	0.00065769759246797	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0032_000000020157	1506	0.6145550339795827	2	2	2	2	2	False	12388	maximal	True	MON0032_000000020157	1.0		0	0	False	False	0.9993360042572021	0					non-mobilizable	plasmid	1530.0	97.647	100.0	0.005791864116579732	CP040862.1	enterobacteria	Klebsiella pneumoniae strain Xen39 plasmid unnamed3, complete sequence	False	True
DEN0026_000000018438	1549	0.6145479296648363	3	2	2	2	1	False	81923	fragment	False	DEN0026_000000018438	0.9453074433656958		0	0	False	False	0.9935442209243774	0					non-mobilizable	no_good_hit	564.0	74.468	36.0	0.00019055485392222552	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0048_000000007783	2399	0.6145465634847155	4	3	3	3	3	False	93559	fragment	False	CHI0048_000000007783	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2399.0	99.625	100.0	0.000587936609743713	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0141_000000002297	13233	0.6145415863085667	23	9	2	5	8	False	66682	maximal	True	FIJ0141_000000002297	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	84.624	7.0	0.006344860176794352	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	True	False
ENG0103_000000001796	11455	0.6145414675333591	13	9	7	9	9	True	60333	maximal	True	ENG0103_000000001796	1.0		1	1	False	False	0.9991270303726196	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00015006476479322654	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0279_000000011303	1926	0.6145410369696525	4	4	1	3	3	False	77757	fragment	False	SPA0115_000000011273	0.3389408236271735		0	0	False	False	1.0	0					non-mobilizable	other	1926.0	96.677	100.0	0.005855709240461277	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0170_000000013629	3351	0.6145362234129361	9	6	3	5	3	False	55369	fragment	False	ISR0170_000000013629	1.0		0	0	False	False	0.9997015595436096	0					non-mobilizable	no_good_hit	981.0	89.399	41.0	0.0004364362702638297	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0199_000000017583	1460	0.6145309917122369	2	2	1	2	2	False	54256	maximal	True	ENG0199_000000017583	1.0		1	1	False	False	0.9965753555297852	0					non-mobilizable	no_good_hit	390.0	97.179	27.0	0.00014141140212131645	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
ISR0108_000000017246	1320	0.6145264625800019	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.7671663346708102		0	0	False	False	0.9992424249649048	0					non-mobilizable	other	1320.0	93.182	100.0	0.0689096703411525	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0121_000000007390	2329	0.6145198831726579	3	3	2	3	3	False	59137	maximal	False	MAD0089_000000009179	0.7217685230929459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	80.949	55.0	0.00031750538349379	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0069_000000007356	3319	0.614516064395188	5	5	3	3	2	False	34966	maximal	True	ISR0069_000000007356	1.0		1	1	False	False	0.9861404299736023	0					non-mobilizable	no_good_hit	2113.0	94.368	64.0	0.0010511202123822362	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0010_000000003182	2511	0.6145149317128747	3	3	1	2	3	True	118257	maximal	False	CHI0041_000000005349	0.9572386575837675		0	0	False	False	1.0	0					non-mobilizable	other	2511.0	99.243	100.0	0.13113212475837208	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0392_000000031455	1122	0.6145109896669447	2	2	2	2	2	False	106120	fragment	False	AST0116_000000021801	0.5705300485255693		0	0	False	False	0.9741532802581787	0					non-mobilizable	other	1122.0	98.75200000000001	100.0	0.02263000645994832	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0033_000000004736	5986	0.6145051347784338	8	4	4	4	2	True	7215	maximal	True	SPA0033_000000004736	1.0		23	10	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	71.598	21.0	0.0002681117972008435	CP003259.1	firmicutes	Clostridium sp. BNL1100, complete genome	True	True
ISR0193_000000010143	2698	0.6145049644672568	3	1	1	1	1	False	29099	maximal	True	ISR0193_000000010143	1.0		1	1	False	False	0.9962935447692871	0					non-mobilizable	no_good_hit	1729.0	71.082	62.0	0.0006835505004653873	NZ_LN831027.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain NCTC10562 chromosome 1	True	False
SPA0097_000000006645	4653	0.6145025228539702	6	5	5	5	5	False	5128	maximal	True	SPA0097_000000006645	1.0		12	3	False	False	0.9976359605789185	0					non-mobilizable	no_good_hit								True	False
ISR0014_000000007024	5026	0.6145007342707182	7	7	6	6	6	False	56446	fragment	False	ISR0014_000000007024	0.9888089721851293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	94.45100000000001	62.0	0.0002252771164529094	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0017_000000005332	2290	0.6144966177963401	2	2	2	2	2	False	7833	maximal	True	SPA0017_000000005332	1.0		1	1	False	False	0.9641921520233154	0					non-mobilizable	no_good_hit	1996.0	98.948	87.0	0.013995973088444727	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	True	False
ISR0110_000000005260	4393	0.6144942861706405	5	5	3	4	4	False	122188	fragment	False	MAD0111_000000003353	0.4685558927150625		0	0	False	False	0.9995447397232056	0					non-mobilizable	other	4396.0	97.65700000000001	100.0	0.07612504770826828	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0841_000000000534	15791	0.6144938363968442	21	8	2	8	2	False	20772	maximal	True	ISR0841_000000000534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.267931514658193e-07	LR812110.1	birds	Erithacus rubecula genome assembly, chromosome: 8	True	False
CAN0012_000000022553	2123	0.6144917971466435	2	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.8140172960900894	PS708	0	0	True	True	1.0	1					non-mobilizable	chromosome	2123.0	99.906	100.0	0.00029973313580891435	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
USA0064_01_000000004016	2083	0.6144917971466435	2	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.8109587487067558	PS708	0	0	False	True	1.0	0					non-mobilizable	chromosome	2083.0	100.0	100.0	0.0002940831238238264	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
USA0135_01_000000007286	2083	0.6144917971466435	2	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.8109587487067558	PS708	0	0	False	True	1.0	0					non-mobilizable	chromosome	2083.0	100.0	100.0	0.0002940831238238264	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
MON0045_000000010580	2026	0.6144917971466435	2	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.7549506548587405	PS708	0	0	False	True	1.0	0					non-mobilizable	chromosome	2026.0	100.0	100.0	0.0002860318567450761	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
AST0084_000000017497	2001	0.6144917971466435	2	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.7416547589520271	PS708	0	0	False	True	0.9995002746582031	0					non-mobilizable	chromosome	1365.0	99.12100000000001	100.0	0.0001926654086914982	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
SPA0070_000000010665	1975	0.6144917971466435	2	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.7476831218466706	PS708	0	0	False	True	0.9994936585426331	0					non-mobilizable	chromosome	1975.0	98.98700000000001	100.0	0.000278828091464089	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
USA0043_01_000000005123	1927	0.6144917971466435	3	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.7461167079138145	PS708	0	0	False	True	1.0	0					non-mobilizable	chromosome	1927.0	100.0	100.0	0.00027204807708198353	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
USA0047_01_000000018879	1917	0.6144917971466435	4	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.7304455043939737	PS708	0	0	True	True	1.0	2					non-mobilizable	chromosome	1410.0	98.936	100.0	0.0001990216721747221	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
SPA0069_000000012058	1909	0.6144917971466435	3	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.7016399563748049	PS708	0	0	False	True	0.998952329158783	0					non-mobilizable	chromosome	1909.0	98.9	100.0	0.00026950557168869396	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
MON0031_000000017128	1888	0.6144917971466435	3	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.6596347778076541	PS708	0	0	False	True	1.0	0					non-mobilizable	chromosome	1888.0	100.0	100.0	0.0002665393153965228	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
SPA0018_000000015995	1862	0.6144917971466435	3	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.49737653636335805	PS708	0	0	False	True	0.9989258646965027	0					non-mobilizable	chromosome	1862.0	99.946	100.0	0.0002628668076062156	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ENG0126_000000010019	1828	0.6144917971466435	2	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.5304271956088383	PS708	0	0	False	True	1.0	0					non-mobilizable	chromosome	1350.0	99.185	100.0	0.0001905466541970902	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
SPA0013_000000015536	1821	0.6144917971466435	2	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.5133235922690538	PS708	0	0	False	True	0.9851729869842529	0					non-mobilizable	chromosome	773.0	97.413	99.0	0.00011443760882319893	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
ENG0159_000000013238	1736	0.6144917971466435	4	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.4379044795374332	PS708	0	0	False	True	1.0	0					non-mobilizable	chromosome	1296.0	98.611	100.0	0.00018291913801722151	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0165_000000008740	2382	0.614483709480913	2	2	2	2	2	False	48282	fragment	False	ISR0165_000000008740	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	89.53299999999999	91.0	0.0039455821243828074	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0338_000000023983	1230	0.6144812788665691	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.062184339280000875		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	96.26	100.0	0.00038202872184015896	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0187_000000003648	6943	0.6144724610328499	10	6	2	2	5	False	92101	maximal	True	ISR0187_000000003648	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	5789.0	87.85600000000001	87.0	0.0011474266626908902	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0265_000000015924	1124	0.6144703880332922	2	2	2	2	2	False	26588	fragment	False	ISR0265_000000015924	1.0		0	0	False	False	0.9946619272232056	0					non-mobilizable	no_good_hit	819.0	73.50399999999999	72.0	0.005297801678524602	NZ_FQZD01000010.1	firmicutes	Propionispora hippei DSM 15287, whole genome shotgun sequence	True	False
SPA0057_000000000048	89828	0.6144626422379901	139	35	12	31	19	False	7486	maximal	True	SPA0057_000000000048	0.9999944374603669		2	1	True	True	1.0	94					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.012555690562980963	XM_016408499.1	ascomycetes	Exophiala oligosperma hypothetical protein partial mRNA	True	True
MON0071_000000002327	4836	0.6144622053651945	6	6	4	5	2	False	130509	fragment	False	ISR0203_000000002513	0.3588688193710744		0	0	False	False	1.0	0					non-mobilizable	other	2111.0	96.73100000000001	100.0	0.011994285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0107_000000005122	4892	0.6144606788527031	7	4	3	3	1	True	71740	fragment	False	ENG0107_000000005122	0.9708791408431696		0	0	False	False	0.9995911717414856	0					non-mobilizable	other	4892.0	100.0	100.0	0.0016616764280106121	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CAN0004_000000013562	2047	0.614457948572034	2	2	2	2	2	False	102220	fragment	False	ISR0855_000000007730	0.5889582417804088		0	0	False	False	0.9770395755767822	0					non-mobilizable	other	998.0	93.387	95.0	0.00024444236860487155	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0019_000000028890	2313	0.6144571219704161	3	3	2	1	1	True	131245	maximal	True	MON0019_000000028890	1.0		62	11	False	False	0.9982706308364868	0					non-mobilizable	other	2315.0	92.829	100.0	0.0007226949747292011	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0148_000000012412	1577	0.6144560178200565	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.09117798204325785	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	797.0	97.867	51.0	0.007688221374414449	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0124_000000018944	1513	0.6144501110798837	3	3	2	3	2	False	41229	maximal	True	FIJ0124_000000018944	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	74.169	26.0	0.0018376274293056697	NZ_QRUP01000004.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf4, whole genome shotgun sequence	True	False
MON0044_000000003080	9816	0.6144490053082498	9	7	6	7	6	True	13350	maximal	False	MON0043_000000001380	0.9766281253088249		0	0	False	False	1.0	0					non-mobilizable	chromosome	9734.0	93.25	99.0	0.0038784530430862473	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
MON0051_000000016809	2087	0.6144413228240404	2	2	2	2	2	False	11270	maximal	True	MON0051_000000016809	1.0		1	1	False	False	0.9803545475006104	0					non-mobilizable	no_good_hit	998.0	76.954	76.0	0.0002929090249446538	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0132_000000021989	1330	0.6144380575322901	2	2	1	2	1	False	31580	maximal	True	ISR0132_000000021989	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	94.696	58.0	0.0002598506801053001	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0036_000000022959	1132	0.6144379280954039	3	2	2	1	1	True	65255	maximal	True	ENG0036_000000022959	1.0		1	1	False	False	0.9416961073875427	0					non-mobilizable	other	1141.0	85.977	100.0	0.0002106961422876464	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
DEN0052_000000034491	1359	0.6144365115492942	2	2	1	2	1	True	72217	maximal	True	DEN0052_000000034491	1.0		18	7	False	False	0.9963208436965942	0					non-mobilizable	no_good_hit	107.0	78.505	8.0	3.998999861782141e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
AST0110_000000004658	4039	0.6144337530843332	6	4	2	2	3	False	111020	fragment	False	ENG0114_000000004403	0.7151719558060549		0	0	False	False	1.0	0					non-mobilizable	other	3847.0	99.272	95.0	0.020110539993620682	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
ENG0169_000000003440	5992	0.6144322028488068	6	5	2	3	5	True	106493	maximal	False	ISR0134_000000005384	0.8909041280705251		0	0	False	False	0.998664915561676	0					non-mobilizable	no_good_hit	72.0	86.111	1.0	5.860172925331351e-05	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
FIJ0062_000000015916	1836	0.6144252426970735	2	2	2	2	1	False	45713	maximal	True	FIJ0062_000000015916	1.0		138	13	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	71.02	60.0	0.034492507774950526	NZ_FQVG01000032.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
USA0009_01_000000021132	1231	0.6144245068907699	2	2	2	2	2	False	2083	maximal	True	USA0009_01_000000021132	1.0		18	5	False	False	0.9991876482963562	0					non-mobilizable	other	889.0	98.65	100.0	0.001567575400906967	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0060_000000011662	1325	0.6144211075652866	2	1	1	1	1	False	85722	fragment	False	CHI0060_000000011662	0.9936406995230525		0	0	False	False	0.9818868041038513	0					non-mobilizable	chromosome	1325.0	99.84899999999999	100.0	0.00046529689913354266	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MAD0099_000000011353	2705	0.6144186489830049	4	2	1	2	2	False	50283	fragment	False	MAD0099_000000011353	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2706.0	98.485	100.0	0.0005215547692279215	CP002729.1	enterobacteria	Escherichia coli UMNK88, complete genome	False	False
ISR0367_000000004148	2304	0.6144171379922541	2	2	2	2	2	False	58175	fragment	False	ISR0367_000000004148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0013_000000010045	2669	0.6144170274869468	2	2	2	2	2	False	111390	maximal	True	ENG0013_000000010045	1.0	PS708	6	4	True	True	0.9996253252029419	3					non-mobilizable	chromosome	2445.0	99.305	100.0	0.0003452157322888721	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
MON0071_000000005258	2272	0.6144170274869468	3	2	2	2	2	False	111386	backbone	True	MON0071_000000005258	0.9795871921690192	PS708	27	7	True	True	1.0	14					non-mobilizable	chromosome	2272.0	99.868	100.0	0.00032077943045336684	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ENG0012_000000011249	2107	0.6144170274869468	2	2	2	2	2	False	111386	backbone	False	MON0071_000000005258	0.8077875852540063	PS708	0	0	False	True	0.9976269602775574	0					non-mobilizable	chromosome	2107.0	99.43	100.0	0.00029747313101487915	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0321_000000005566	1991	0.6144107868699372	4	4	4	4	3	False	109133	fragment	False	ISR0321_000000005566	1.0		0	0	False	False	0.9994977116584778	0					non-mobilizable	other	1911.0	99.163	100.0	0.03158852228561978	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0002_000000006369	3263	0.6144094343173884	4	3	2	3	3	True	118309	fragment	False	ENG0002_000000006369	1.0		0	0	False	False	0.9957094788551331	0					non-mobilizable	no_good_hit	436.0	87.844	36.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0099_000000001568	4629	0.6144080387133195	5	4	4	4	4	True	15244	maximal	True	SPA0099_000000001568	1.0		6	4	False	False	1.0	0					non-mobilizable	other	4575.0	99.344	100.0	0.0017354227712205136	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	False	True
SPA0136_000000029591	1441	0.614406498134533	2	2	2	2	2	True	85724	fragment	False	ISR0837_000000009696	0.9845992059347605		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	99.65299999999999	100.0	0.001943883852939787	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
MAD0112_000000015325	1866	0.6143916804646689	3	2	1	2	1	False	112727	fragment	False	MAD0112_000000015325	1.0		0	0	False	True	0.9962486624717712	0					non-mobilizable	no_good_hit	1615.0	74.613	85.0	0.19451553930530163	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0393_000000011258	1590	0.6143916804646689	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.17130822994375786	PS721	0	0	False	True	0.9823899269104004	0					non-mobilizable	other	1537.0	74.301	95.0	0.18488726386349788	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0210_000000012832	1488	0.6143916804646689	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.1454036051965136	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1455.0	74.57	96.0	0.17464960390006093	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MON0056_000000002799	4742	0.6143912116699769	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.22830973659814394		0	0	False	False	0.9997891187667847	0					non-mobilizable	chromosome	4645.0	90.65700000000001	98.0	0.0019096308486305595	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0034_01_000000034629	1497	0.6143896243796785	2	2	2	1	1	False	60700	fragment	False	ENG0146_000000013335	0.7345936647395297		0	0	False	False	0.9959920048713684	0					non-mobilizable	other	1497.0	99.666	100.0	0.0019303026549403362	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
DEN0064_000000005653	5754	0.6143895837358402	14	4	3	4	3	False	71347	maximal	True	DEN0064_000000005653	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	93.064	65.0	0.00030020986691836594	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0069_000000007698	3131	0.6143892427337924	6	5	2	4	3	True	29685	maximal	False	ISR0179_000000007407	0.945193171608266		0	0	False	False	0.9990418553352356	0					non-mobilizable	chromosome	3072.0	97.852	98.0	0.0008587541046684513	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ENG0037_000000011611	2896	0.6143788670720772	3	2	2	2	1	False	114470	fragment	False	ISR0829_000000004618	0.9489105503347579		0	0	False	False	0.9799723625183105	0					non-mobilizable	no_good_hit	46.0	89.13	2.0	6.283615472655052e-06	NZ_JACCCC010000001.1	high GC Gram+	Spinactinospora alkalitolerans strain CXB654 Ga0415162_01, whole genome shotgun sequence	True	False
MAD0090_000000002611	4565	0.614378549940597	6	4	2	3	2	False	132419	maximal	True	MAD0090_000000002611	1.0		0	0	False	False	0.9986856579780579	0					non-mobilizable	no_good_hit	3257.0	92.723	86.0	0.0009117570736542497	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
DEN0082_000000006935	5256	0.614378024172707	9	6	2	6	3	False	69320	fragment	False	DEN0082_000000006935	1.0		0	0	False	False	0.9996194839477539	0					non-mobilizable	no_good_hit								True	False
ENG0076_000000006678	1844	0.6143770330458292	3	3	3	3	2	False	116153	fragment	False	DEN0083_000000012288	0.5756821968997038		0	0	False	False	0.9924077987670898	0					non-mobilizable	other	1844.0	99.62	100.0	0.0005178240334656473	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0089_000000001006	16682	0.6143737785939429	16	7	5	7	4	False	65349	fragment	False	ISR0089_000000001006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	False
ENG0211_000000012424	2006	0.6143710005434698	3	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.9770611469858763		0	0	False	False	0.9920239448547363	0					non-mobilizable	chromosome	2006.0	99.65100000000001	100.0	0.0008348023912404456	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
SPA0135_000000011682	1845	0.6143710005434698	2	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.8893125840437083		0	0	False	False	0.9994580149650574	0					non-mobilizable	chromosome	1845.0	99.404	100.0	0.0008410766510918489	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ISR0058_000000016813	1574	0.6143703113332725	2	2	2	2	2	False	35481	maximal	True	ISR0058_000000016813	1.0		13	6	False	False	0.9930114150047302	0					non-mobilizable	no_good_hit	642.0	98.131	73.0	0.00024886979722352936	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MON0049_000000006103	3408	0.6143703031148028	3	2	1	2	2	False	58823	fragment	False	MON0049_000000006103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1422.0	81.013	42.0	0.000694445466890656	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0167_000000009531	2089	0.6143694141451835	3	3	3	3	3	False	62486	fragment	False	FIJ0167_000000009531	0.9862194487779511		0	0	False	False	0.99138343334198	0					non-mobilizable	other	2087.0	95.544	99.0	0.03277091777421686	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0246_000000005229	3575	0.6143644576244909	5	3	1	2	2	False	27135	maximal	True	ISR0246_000000005229	1.0		1	1	False	False	0.9991608262062073	0					non-mobilizable	no_good_hit	770.0	82.208	21.0	0.0002265912347302028	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	False
CHI0033_000000004287	1645	0.6143481936173104	2	2	2	2	2	False	88337	fragment	False	DEN0049_000000001996	0.48466349017272187		0	0	False	False	0.9908814430236816	0					non-mobilizable	other	1645.0	99.514	100.0	0.16062530532486566	NZ_JAAITU010000068.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_68_length_10235_cov_140.332, whole genome shotgun sequence	False	False
SPA0062_000000008044	4047	0.61434377621895	4	4	2	3	2	True	131255	maximal	False	CHI0070_000000002146	0.9273386269981035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	90.171	45.0	0.0005677421459461172	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
FIJ0152_000000021534	1301	0.6143414036775365	2	2	2	1	1	False	39685	fragment	False	SPA0106_000000028827	0.9844461305007588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	74.721	41.0	0.0001816440154294596	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0165_000000007528	2666	0.6143338644277576	3	3	2	3	2	False	113764	maximal	False	ISR0821_000000011029	0.9869453740824975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	98.80799999999999	74.0	0.0002110300421136478	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0270_000000002656	2606	0.6143338644277576	3	3	2	3	2	False	113764	maximal	False	ISR0821_000000011029	0.9737468531552483		0	0	False	False	0.9854182600975037	0					non-mobilizable	no_good_hit	1692.0	94.85799999999999	76.0	0.00047299837025472784	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0069_000000003660	9242	0.6143287399849348	6	4	4	4	4	False	130365	maximal	True	MON0069_000000003660	1.0	PS1101	22	7	False	True	1.0	0					non-mobilizable	other	3982.0	94.626	95.0	0.0031302068501103714	NZ_KE159493.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.1, whole genome shotgun sequence	False	True
ENG0139_000000007968	2457	0.6143279600401921	2	2	2	2	2	False	115281	maximal	True	ENG0139_000000007968	0.9760061342027649		1430	15	False	False	1.0	0					non-mobilizable	chromosome	2458.0	96.705	100.0	0.0008560676934831499	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0081_000000007120	1784	0.6143215660367343	2	2	2	2	2	False	5873	fragment	False	SPA0072_000000010938	0.9489204844655081		0	0	False	False	0.9977578520774841	0					non-mobilizable	no_good_hit	1308.0	96.713	73.0	0.05540248399813488	NZ_JAAIOD010000029.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_29_length_23591_cov_281.03, whole genome shotgun sequence	True	False
MON0011_000000011599	4010	0.6143207938446338	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.1429877564386815		0	0	False	False	0.9992518424987793	0					non-mobilizable	chromosome	4024.0	90.258	100.0	0.0016538877481346403	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0249_000000004630	3539	0.6143184809644721	4	4	4	4	2	True	51233	fragment	False	ISR0249_000000004630	1.0		0	0	False	False	0.9776772856712341	0					non-mobilizable	no_good_hit	909.0	82.948	26.0	0.0014629015292499394	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
CHI0061_000000000415	9513	0.6143121988662323	9	7	6	7	4	True	132046	fragment	False	ISR0378_000000001574	0.9762659873012387		0	0	False	False	0.9998948574066162	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	11.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0104_000000002477	9506	0.6143121988662323	9	7	6	7	4	True	132046	fragment	False	ISR0378_000000001574	0.976796084065994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.137	11.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0262_000000001460	9492	0.6143121988662323	8	7	6	7	4	True	132046	fragment	False	ISR0378_000000001574	0.9768402861901727		0	0	False	False	0.9996839165687561	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	11.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
CHI0157_000000005299	2014	0.6143080331135582	3	3	2	3	2	False	106941	maximal	True	CHI0157_000000005299	1.0		76	9	False	False	0.9826216697692871	0					non-mobilizable	no_good_hit	124.0	77.419	6.0	0.0005590108795730848	NZ_WJNG01000003.1	firmicutes	Aquibacillus halophilus strain B6B scaffold3:size212837, whole genome shotgun sequence	True	False
SPA0033_000000023218	1367	0.61430745193323	3	2	2	2	1	True	103167	fragment	False	SPA0033_000000023218	1.0		0	0	False	False	0.9868324995040894	0					non-mobilizable	no_good_hit								True	True
CHI0101_000000002389	5619	0.6143064789585907	7	5	4	5	3	False	130457	fragment	False	SPA0136_000000006398	0.3882204351375389		0	0	False	False	1.0	0					non-mobilizable	other	5580.0	99.946	99.0	0.008902299694267679	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0166_000000002878	5485	0.6143064789585907	7	5	4	5	3	False	130457	fragment	False	SPA0136_000000006398	0.5704850514123428		0	0	False	False	1.0	0					non-mobilizable	other	5488.0	99.67200000000001	100.0	0.008755497118201604	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0060_000000009517	2974	0.6143056930242954	2	2	2	2	1	False	118280	maximal	False	ISR0086_000000008400	0.9550999190907563		0	0	False	False	0.9983187913894653	0					non-mobilizable	no_good_hit	957.0	73.145	50.0	0.0002794966460402475	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0254_000000004464	2462	0.6143056930242954	2	2	2	2	1	False	118280	maximal	False	ISR0086_000000008400	0.38754925137903856		0	0	False	False	0.9991876482963562	0					non-mobilizable	no_good_hit	1148.0	74.913	46.0	0.005968844004024887	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
FIJ0121_000000011984	2158	0.6143043476157664	2	2	2	2	2	False	41482	fragment	False	FIJ0121_000000011984	1.0		0	0	False	False	0.9986098408699036	0					non-mobilizable	no_good_hit								True	False
MON0025_000000031523	1353	0.6143015420449037	1	1	1	1	1	False	69879	fragment	False	ENG0117_000000016275	0.9785796107265908		0	0	False	False	0.9985218048095703	0					non-mobilizable	other	1353.0	99.926	100.0	0.02216538789428815	NZ_GG663525.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld21, whole genome shotgun sequence	False	False
ISR0382_000000010977	1345	0.6143015420449037	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.036543452339201796		0	0	False	False	1.0	0					non-mobilizable	chromosome	1321.0	88.645	100.0	0.0004154304354171152	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0141_000000006624	4142	0.6143011367744818	3	2	1	1	2	True	80140	maximal	True	CHI0141_000000006624	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1058.0	70.888	30.0	0.0002742261680320845	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ENG0195_000000021136	1273	0.6142989523389416	3	2	2	2	1	False	54441	fragment	False	ENG0195_000000021136	1.0		0	0	False	False	0.9882168173789978	0					non-mobilizable	no_good_hit	772.0	99.352	61.0	0.0003386254354696748	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0019_000000043217	1555	0.6142960619694213	2	2	2	1	2	False	13163	maximal	True	MON0019_000000043217	1.0		5	3	False	False	0.9987138509750366	0					non-mobilizable	no_good_hit								True	False
MON0017_000000014659	1346	0.6142956923255172	2	2	2	2	1	False	13292	maximal	True	MON0017_000000014659	1.0		40	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0019_000000007879	2187	0.6142932907598461	2	1	1	1	1	False	37739	fragment	False	ISR0019_000000007879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	3.0	8.25190206342562e-05	NZ_CDPP01000005.1	firmicutes	Beduini massiliensis strain GM1, whole genome shotgun sequence	True	False
SPA0029_000000015464	1730	0.6142932907598461	2	1	1	1	1	False	21852	fragment	False	SPA0029_000000015464	1.0		0	0	False	False	0.9982659220695496	0					non-mobilizable	no_good_hit	56.0	91.071	3.0	8.25190206342562e-05	NZ_CDPP01000005.1	firmicutes	Beduini massiliensis strain GM1, whole genome shotgun sequence	True	False
USA0101_01_000000004478	6424	0.6142929428360572	6	3	2	3	3	False	96114	backbone	False	ENG0142_000000003285	0.32415574595781305	PS513	0	0	False	True	1.0	0					non-mobilizable	other	5822.0	99.863	100.0	0.3661759154397886	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	True
CHI0167_000000002870	5905	0.6142929428360572	4	3	2	3	3	False	96114	backbone	False	ENG0142_000000003285	0.31538836658269437	PS513	0	0	False	True	1.0	0					non-mobilizable	other	5799.0	99.948	99.0	0.3647917453126966	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	True
ISR0148_000000019497	1494	0.6142907883110605	3	3	3	2	2	False	79978	fragment	False	CHI0142_000000012243	0.9816152330925805		0	0	False	False	0.9785810112953186	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000012892	2352	0.6142896274848558	3	2	2	2	2	False	131892	fragment	False	SPA0028_000000012892	0.9871176910259732		0	0	False	False	0.9893707633018494	0					non-mobilizable	other	2304.0	98.524	98.0	0.01891689871286234	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0845_000000008061	1310	0.6142817856397299	2	2	1	2	1	False	20682	maximal	True	ISR0845_000000008061	1.0		2	2	False	False	0.9786259531974792	0					non-mobilizable	no_good_hit								True	False
DEN0010_000000043125	1104	0.6142815359868553	2	2	2	1	1	False	75805	fragment	False	MON0044_000000048950	0.9740875625939719		0	0	False	False	0.9954710006713867	0					non-mobilizable	no_good_hit	672.0	81.845	61.0	0.00022746423549270452	NZ_KE159646.1	actinobacteria	Enterorhabdus caecimuris B7 acPFx-supercont1.1, whole genome shotgun sequence	True	False
ISR0177_000000012553	2330	0.61427947475307	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8380324417701803	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2315.0	93.00200000000001	99.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0141_000000008054	4451	0.6142756877289806	4	3	3	2	2	False	106817	fragment	False	ISR0141_000000008054	1.0		0	0	False	False	0.9883172512054443	0					non-mobilizable	no_good_hit	1776.0	99.944	64.0	0.012594726534782733	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0080_000000018633	2689	0.614270565079579	4	2	2	2	2	True	106212	fragment	False	ISR0141_000000012195	0.9808349009195224		0	0	False	False	1.0	0					non-mobilizable	other	2689.0	99.07	100.0	0.001220031390390982	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
MON0034_000000009878	2662	0.614270565079579	4	2	2	2	2	True	106212	fragment	False	ISR0141_000000012195	0.9757280013021966		0	0	False	False	1.0	0					non-mobilizable	chromosome	2662.0	99.43700000000001	100.0	0.0012137228679801571	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
ISR0851_000000005776	2245	0.614270565079579	3	2	2	2	2	True	106210	fragment	False	MON0051_000000013857	0.944772634357569		0	0	False	False	1.0	0					non-mobilizable	chromosome	2245.0	99.421	100.0	0.0010235227793113388	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
FIJ0085_000000012458	2485	0.6142683588284081	4	4	4	2	3	False	43959	maximal	True	FIJ0085_000000012458	1.0		1	1	False	False	0.9987927675247192	0					non-mobilizable	chromosome	2471.0	100.0	99.0	0.0005080337202753995	CP053702.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain CMCST_CEPR_1 chromosome, complete genome	False	False
ENG0004_000000007514	3519	0.6142633723429266	2	2	2	2	2	False	125508	maximal	False	ENG0039_000000005571	0.8576229690060713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	76.407	13.0	0.020163439332030558	NZ_PPEL01000052.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_052, whole genome shotgun sequence	True	False
ENG0037_000000028064	1278	0.6142590933222432	2	2	2	2	2	False	65148	fragment	False	MON0087_000000035904	0.619298245614035		0	0	False	False	0.9945226907730103	0					non-mobilizable	other	1251.0	81.295	97.0	0.011128419997135082	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0090_000000018837	1198	0.6142579322703821	2	2	2	1	1	False	109780	fragment	False	AST0090_000000018837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	77.381	41.0	0.00017502462165922634	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0039_000000012548	1211	0.6142552518057187	2	2	1	2	2	True	18447	fragment	False	MAD0039_000000012548	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1075.0	95.163	99.0	0.007540195637508433	CP019905.1	enterobacteria	Escherichia coli strain MDR_56 plasmid unnamed6, complete sequence	False	True
SPA0057_000000005931	4865	0.6142536373880382	6	3	3	3	2	False	118962	fragment	False	ENG0133_000000004949	0.9736135169792337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	86.82	20.0	0.0003342985732462693	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0138_000000005036	4035	0.6142536373880382	3	3	3	3	2	False	118958	fragment	False	ISR0018_000000004470	0.789605468274725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	96.454	3.0	4.957817823567554e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0191_000000006913	4005	0.6142536373880382	3	3	3	3	2	False	118958	fragment	False	ISR0018_000000004470	0.7907006971314524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0243_000000002431	3972	0.6142536373880382	3	3	3	3	2	False	118958	fragment	False	ISR0018_000000004470	0.7889040803707096		0	0	False	False	0.9932023882865906	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.002013245033112583	NZ_QEKJ01000025.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_125, whole genome shotgun sequence	True	False
ISR0089_000000006215	3881	0.6142536373880382	3	3	3	3	2	False	118958	fragment	False	ISR0018_000000004470	0.7853430798118209		0	0	False	False	0.9979386925697327	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000006983	3833	0.6142536373880382	3	3	3	3	2	False	118958	fragment	False	ISR0018_000000004470	0.7227460590722479		0	0	False	False	0.9997391104698181	0					non-mobilizable	no_good_hit								True	False
ISR0246_000000019657	1220	0.6142529446105429	3	3	3	3	1	False	130039	fragment	False	USA0135_01_000000006480	0.0186271560485345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1241.0	87.75200000000001	100.0	0.00043297421527393294	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0061_000000019261	2190	0.6142514255286444	4	2	2	1	1	False	71869	maximal	True	DEN0061_000000019261	1.0		0	0	False	False	0.9936072826385498	0					non-mobilizable	no_good_hit	1126.0	78.597	51.0	0.4076923076923077	NZ_WAJR01000050.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_050, whole genome shotgun sequence	True	False
CHI0012_000000000296	20162	0.6142488576234639	25	11	5	11	5	True	108400	backbone	False	ISR0280_000000000088	0.10390989464634033	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	20165.0	98.81	100.0	0.20508855634340126	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0053_000000000547	19197	0.6142488576234639	23	11	5	11	5	True	108400	backbone	False	ISR0280_000000000088	0.08294353819118899	PS672	0	0	False	True	0.9996353387832642	0					non-mobilizable	plasmid	19200.0	99.109	100.0	0.19526139635194661	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0821_000000001007	18550	0.6142488576234639	22	11	5	11	5	True	108400	backbone	False	ISR0280_000000000088	0.07053498431786351	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	15004.0	99.194	100.0	0.15261599812816	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MON0001_000000020543	1688	0.6142468592163117	2	2	2	2	2	True	74698	maximal	True	MON0001_000000020543	1.0		37	6	False	False	0.9982227683067322	0					non-mobilizable	other	1691.0	97.635	100.0	0.1168966234486584	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
ISR0816_000000004974	8681	0.6142465228364051	13	7	4	4	5	True	101813	fragment	False	CHI0167_000000002108	0.9662985991633116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2594.0	77.101	49.0	0.1259069147623513	NZ_QRUU01000063.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf63, whole genome shotgun sequence	True	True
CHI0150_000000003910	1986	0.6142460003112403	4	4	3	3	3	False	85581	fragment	False	CHI0062_000000007225	0.977589492698967		0	0	False	False	1.0	0					non-mobilizable	other	1986.0	99.446	100.0	0.0004790578127451099	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
DEN0038_000000003749	1286	0.6142362905150891	2	2	2	2	2	False	81883	maximal	True	DEN0038_000000003749	0.9802631578947367		790	16	False	False	1.0	0					non-mobilizable	other	1286.0	98.445	100.0	0.00031505360447067196	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0780_000000008937	1384	0.6142298574816761	2	2	2	1	1	False	23613	maximal	True	ISR0780_000000008937	0.9477784360189574		112	10	False	False	0.9992774724960327	0					non-mobilizable	no_good_hit	446.0	73.991	32.0	0.0074578247154025515	NZ_ADFP01000039.1	bacteria	Pyramidobacter piscolens W5455 contig00068, whole genome shotgun sequence	True	False
MON0037_000000048692	1537	0.6142285678455984	3	3	3	2	2	False	57835	maximal	True	MON0037_000000048692	1.0		55	8	False	False	0.9986987709999084	0					non-mobilizable	no_good_hit	1366.0	87.555	89.0	0.0004036754307376776	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0819_000000022234	1211	0.6142263880666335	2	1	1	1	1	False	39680	fragment	False	FIJ0152_000000023014	0.9489465153970826		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	99.42200000000001	100.0	0.00995655322230268	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0072_000000020228	1459	0.6142261013234956	2	2	2	2	2	False	54329	fragment	False	ENG0198_000000013620	0.9791806581598388		0	0	False	False	0.9986292123794556	0					non-mobilizable	other	1192.0	86.242	99.0	0.0036576107503019832	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
SPA0092_000000019139	2305	0.6142230783621769	2	2	1	2	1	False	5318	maximal	True	SPA0092_000000019139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000002576	7926	0.6142229541001066	9	3	3	2	2	False	101732	fragment	False	ISR0087_000000002576	1.0		0	0	False	False	0.9998738169670105	0					non-mobilizable	no_good_hit	3188.0	98.432	40.0	0.11339215825802319	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	False
CHI0048_000000006923	2657	0.6142224238460308	5	2	2	2	2	False	104127	maximal	False	CHI0047_000000005242	0.9580803074626058		0	0	False	False	1.0	0					non-mobilizable	other	2670.0	99.213	100.0	0.011499799647552038	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	False	False
FIJ0088_000000011096	2491	0.614210708818907	3	2	0	2	0	True	129131	fragment	False	ISR0128_000000014070	0.6067832538420773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	100.0	4.0	0.0006084851309537681	NZ_JAAWUO010000007.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_7_length_154482_cov_112.615, whole genome shotgun sequence	True	True
MON0054_000000033869	1473	0.6142070227862378	2	2	2	2	1	False	11118	fragment	False	MON0054_000000033869	0.9616963064295485		0	0	False	False	0.9979633688926697	0					non-mobilizable	other	1473.0	98.64200000000001	100.0	0.0012635757132507203	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ENG0154_000000008013	3625	0.6142062010360305	4	3	2	1	3	False	56849	fragment	False	ENG0154_000000008013	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	866.0	98.152	94.0	0.0003011573644826716	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0054_000000016554	2686	0.6142050767789294	3	3	2	3	3	False	13112	maximal	True	MON0054_000000016554	0.9932954083705811		86	9	False	False	0.9888309836387634	0					non-mobilizable	no_good_hit	580.0	71.37899999999999	21.0	0.003335793357933579	NZ_VWXL01000084.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_84, whole genome shotgun sequence	True	False
MON0020_000000008027	2461	0.6142050767789294	3	3	2	3	3	False	13112	maximal	False	MON0054_000000016554	0.9519731943410275		0	0	False	False	0.9995936751365662	0					non-mobilizable	no_good_hit	294.0	74.15	12.0	0.0005309017667535083	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0350_000000013453	1475	0.6142008377486404	2	1	1	1	1	False	24092	fragment	False	ISR0350_000000013453	1.0		0	0	False	False	0.9783051013946533	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0008045292014302742	CP021974.1	g-proteobacteria	Methylophaga nitratireducenticrescens strain GP59 plasmid pGP59-34, complete sequence	True	False
SPA0027_000000003536	8432	0.6142003552959653	10	6	5	5	4	True	95112	maximal	True	SPA0027_000000003536	1.0		1	1	False	False	0.9977467060089111	0					non-mobilizable	chromosome	7072.0	98.19	99.0	0.0031554610092387934	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
USA0012_01_000000002436	2092	0.6141991363534809	4	3	1	3	1	False	58014	maximal	True	USA0012_01_000000002436	1.0		96	6	False	False	1.0	0					non-mobilizable	chromosome	2092.0	99.76100000000001	100.0	0.0008289142412699394	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0092_000000005023	2806	0.6141976964289731	3	2	1	2	0	True	68571	maximal	True	DEN0092_000000005023	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1545.0	77.54	62.0	0.0004080959285918954	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MON0070_000000016090	2074	0.6141976964289731	2	2	1	2	0	True	47915	fragment	False	MON0070_000000016090	1.0		0	0	False	False	0.9946962594985962	0					non-mobilizable	other	2098.0	92.32600000000001	100.0	0.023763611615245008	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
AST0059_000000003240	4197	0.6141939153141357	4	2	2	2	1	True	112895	fragment	False	AST0059_000000003240	1.0		0	0	False	False	0.9978556036949158	0					non-mobilizable	no_good_hit								True	True
ISR0392_000000009708	3243	0.6141933445523199	5	5	3	2	2	False	22831	maximal	True	ISR0392_000000009708	1.0		11	6	False	False	0.9959913492202759	0					non-mobilizable	no_good_hit	795.0	84.52799999999999	25.0	0.009628794217872692	NZ_WNAJ01000016.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold16_size82461, whole genome shotgun sequence	True	False
ENG0091_000000012568	1906	0.6141866936390293	3	3	3	2	2	True	61172	fragment	False	ENG0091_000000012568	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1906.0	100.0	100.0	0.0009798672009900516	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0141_000000002559	12994	0.614184666201818	14	10	5	8	5	True	122909	fragment	False	ISR0141_000000002559	1.0		0	0	False	False	0.9996921420097351	0					non-mobilizable	chromosome	12566.0	96.164	97.0	0.0039591970404206245	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0180_000000014215	1678	0.6141752193602478	4	1	1	1	1	False	29626	fragment	False	ISR0180_000000014215	1.0		0	0	False	False	0.9868891835212708	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.017110266159695818	XM_950061.1	apicomplexans	Theileria annulata hypothetical protein partial mRNA	True	False
ISR0077_000000014227	2333	0.6141747011113938	3	3	1	2	3	False	102117	fragment	False	ISR0140_000000009335	0.4659102029581299		0	0	False	False	0.997856855392456	0	Inc18				non-mobilizable	plasmid	2333.0	100.0	100.0	0.05132494057575491	CP041740.1	firmicutes	Enterococcus faecalis EnGen0107 strain B594 plasmid p2, complete sequence	False	True
MAD0062_000000007002	1992	0.6141729167644735	3	2	2	2	2	False	111777	maximal	True	MAD0062_000000007002	0.9724388975559023		39	11	False	False	1.0	0					non-mobilizable	chromosome	1992.0	99.54799999999999	100.0	0.0004273898735861896	LR778152.1	enterobacteria	Escherichia coli isolate SC477 genome assembly, chromosome: omosome1	False	False
CHI0141_000000016610	1667	0.6141712111041283	3	3	3	1	2	False	80090	maximal	True	CHI0141_000000016610	1.0		1	1	False	False	0.9952009320259094	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0038569424964936885	XM_029433625.1	bony fishes	PREDICTED: Cottoperca gobio plexin B2 (plxnb2), mRNA	True	False
SPA0141_000000009473	2457	0.6141652472341359	2	2	1	2	1	False	3465	fragment	False	SPA0141_000000009473	1.0		0	0	False	False	0.995930016040802	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.0006906595798988034	MN106912.1	enterobacteria	Escherichia coli strain TA9 plasmid pTA9, partial sequence	True	False
MON0077_000000024135	1803	0.6141548996924162	3	3	3	3	1	False	10223	maximal	True	MON0077_000000024135	1.0		1	1	False	False	0.9650582075119019	0					non-mobilizable	no_good_hit	427.0	87.354	24.0	0.00014531521234356767	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0105_000000039348	1390	0.6141516359297933	2	2	2	2	1	False	125944	fragment	False	FIJ0078_000000014715	0.6941439124500322		0	0	False	False	0.9856114983558655	0					non-mobilizable	other	1389.0	98.488	99.0	0.0037988368114950394	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0105_000000009899	2211	0.6141514426936882	4	2	2	1	1	False	109047	maximal	True	ENG0105_000000009899	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	98.758	7.0	3.069686291490887e-05	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
SPA0055_000000011749	2680	0.6141475708271814	3	3	2	1	1	True	129357	fragment	False	SPA0055_000000011749	0.9873076923076923		0	0	False	False	0.9988806247711182	0		MOBV			mobilizable	other	2680.0	99.104	100.0	0.5094124358243012	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
AST0002_000000032124	1169	0.6141473907965328	2	2	2	2	0	False	130817	maximal	True	AST0002_000000032124	1.0		74	10	False	False	0.9982891082763672	0					non-mobilizable	chromosome	1169.0	96.835	100.0	0.00016485933038882524	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0025_000000002825	6789	0.6141463788510451	11	10	1	3	9	False	66185	maximal	True	ENG0025_000000002825	1.0		1	1	False	False	1.0	0					non-mobilizable	other	6789.0	100.0	100.0	0.03721287210131023	NZ_QNRL01000010.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_110, whole genome shotgun sequence	False	False
ENG0138_000000002897	7303	0.6141462352741053	8	8	8	8	6	False	62407	maximal	True	ENG0138_000000002897	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	77.778	3.0	6.951582755416853e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0358_000000007161	2677	0.6141434291181258	4	3	2	3	3	True	127714	fragment	False	ENG0158_000000006170	0.5857099590377097		0	0	False	True	0.9992529153823853	0					non-mobilizable	chromosome	2690.0	95.68799999999999	100.0	0.0012117912834848034	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ENG0073_000000009545	2664	0.6141434291181258	3	3	2	3	3	True	127714	fragment	False	ENG0158_000000006170	0.5854723271478739		0	0	False	True	1.0	0					non-mobilizable	chromosome	2664.0	94.369	100.0	0.0011996237994185744	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
MON0050_000000009699	3256	0.6141415118175142	5	5	4	4	3	False	41736	maximal	True	MON0050_000000009699	1.0		43	6	False	False	0.996314525604248	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	3.0	2.2305158670438205e-05	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
MON0105_000000017039	3156	0.6141404802637624	3	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.18915440390850227		0	0	False	False	0.9949302673339844	0					non-mobilizable	other	3156.0	99.461	100.0	0.006941144375803017	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0130_000000014872	2007	0.6141396859777479	3	3	3	2	2	False	121225	maximal	True	ISR0130_000000014872	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1739.0	83.726	86.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0082_000000023192	1435	0.6141300926710423	2	2	2	2	1	False	95967	fragment	False	ISR0082_000000023192	0.9912648497554157		0	0	False	False	0.9958187937736511	0					non-mobilizable	no_good_hit	198.0	76.263	14.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0026_000000023711	1431	0.6141300926710423	2	2	2	2	1	False	95967	fragment	False	ISR0082_000000023192	0.9898954703832753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	75.635	14.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
MON0010_000000015949	1667	0.6141285653977372	4	2	1	2	1	True	13734	maximal	True	MON0010_000000015949	1.0		5	3	False	False	0.9928014278411865	0					non-mobilizable	no_good_hit	741.0	77.328	44.0	0.0002532657031684269	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0295_000000023161	1545	0.6141284280381748	2	2	2	2	2	True	25714	fragment	False	ISR0295_000000023161	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	99.935	100.0	0.008482025138437198	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MON0068_000000003842	8855	0.6141204300506856	10	7	5	5	2	True	120441	fragment	False	MON0068_000000003842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	1.4525906372979954e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
CHI0054_000000006649	2565	0.6141119491229795	4	3	3	2	1	False	86352	maximal	False	ISR0155_000000008320	0.9843987823439878		0	0	False	False	0.9961013793945312	0					non-mobilizable	no_good_hit	1407.0	83.44	55.0	0.0025423959495876093	NZ_HG726021.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
SPA0129_000000014917	1702	0.6141117470015346	3	2	2	2	0	True	3835	maximal	True	SPA0129_000000014917	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	89.554	50.0	0.00023761870789719758	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0181_000000012623	1595	0.6141117470015346	2	2	2	2	0	True	55269	maximal	True	ENG0181_000000012623	1.0		1	1	False	False	0.9968652129173279	0					non-mobilizable	no_good_hit								True	True
FIJ0153_000000014895	1734	0.6141075138525437	2	2	2	2	1	True	61725	fragment	False	FIJ0153_000000014895	0.9917150613886268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	97.015	4.0	1.9547012787004197e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
MON0004_000000004682	6172	0.6141053893822093	8	6	5	5	6	True	125531	fragment	False	MON0004_000000004682	1.0		0	0	False	False	0.9998379945755005	0					non-mobilizable	no_good_hit	904.0	77.765	28.0	0.0002979608388599724	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
SPA0140_000000011795	1837	0.6141038891739405	2	2	2	2	2	False	3483	maximal	True	SPA0140_000000011795	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1810.0	80.994	96.0	0.003838513519374734	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0109_000000017892	1822	0.6140997555882327	2	2	2	2	2	False	4655	maximal	True	SPA0109_000000017892	1.0		923	15	False	False	0.9972557425498962	0					non-mobilizable	no_good_hit	551.0	88.74799999999999	73.0	0.00014658685767086077	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0121_000000014851	1715	0.6140983151624849	3	1	1	1	1	False	32205	fragment	False	ISR0121_000000014851	1.0		0	0	False	False	0.9930028915405273	0					non-mobilizable	no_good_hit	1181.0	74.936	67.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
FIJ0099_000000016753	1318	0.6140975422778198	1	1	1	1	1	False	48516	fragment	False	FIJ0099_000000016753	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1318.0	99.545	100.0	0.004988806436583065	CP040862.1	enterobacteria	Klebsiella pneumoniae strain Xen39 plasmid unnamed3, complete sequence	False	True
FIJ0031_000000021189	1209	0.6140975422778198	1	1	1	1	1	False	48513	fragment	False	FIJ0031_000000021189	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1209.0	99.421	100.0	0.012350222876538666	CP050841.1	enterobacteria	Klebsiella pneumoniae strain Bckp101 plasmid pBckp101-1, complete sequence	False	True
FIJ0115_000000020820	1131	0.6140975422778198	1	1	1	1	1	False	41699	fragment	False	FIJ0115_000000020820	1.0		0	0	False	False	0.9991158246994019	0					non-mobilizable	plasmid	1131.0	99.29299999999999	100.0	0.0073605085916025065	CP032173.1	enterobacteria	Klebsiella pneumoniae strain AR_0160 plasmid unnamed1, complete sequence	False	True
ENG0208_000000023912	1249	0.6140943996169795	2	2	2	2	2	False	107123	fragment	False	AST0108_000000021101	0.952837140751658		0	0	False	False	0.9991993308067322	0					non-mobilizable	other	1249.0	98.87899999999999	100.0	0.017759737947731967	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0016_000000017095	2018	0.6140939301659695	2	2	2	2	2	False	47449	fragment	False	MON0016_000000017095	0.9991816693944353		0	0	False	False	1.0	0					non-mobilizable	chromosome	2018.0	93.855	100.0	0.0008053989280248081	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
AST0012_000000012305	1854	0.6140917280190119	2	2	2	2	2	False	125169	fragment	False	AST0012_000000012305	1.0		0	0	False	False	0.9994606375694275	0					non-mobilizable	no_good_hit	619.0	73.667	33.0	0.0024550670745116855	NZ_JHYA01000005.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
FIJ0062_000000012123	2404	0.6140917070744271	2	2	1	1	2	False	66740	maximal	True	FIJ0062_000000012123	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	77.648	39.0	0.03645063409320781	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	False
SPA0040_000000022161	1900	0.6140883938733848	3	3	3	3	3	False	91838	fragment	False	FIJ0031_000000011378	0.7996028641357601		0	0	False	False	1.0	0					non-mobilizable	other	1901.0	98.685	100.0	0.047533228204550575	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0041_000000016778	1434	0.6140858784869093	2	1	1	1	1	False	73032	fragment	False	ENG0041_000000016778	1.0		0	0	False	False	0.9965132474899292	0					non-mobilizable	no_good_hit								True	False
FIJ0142_000000026669	1371	0.6140858784869093	3	1	1	1	1	False	73031	fragment	False	FIJ0142_000000026669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000053321	1184	0.6140858784869093	2	1	1	1	1	False	69417	fragment	False	DEN0079_000000053321	1.0		0	0	False	False	0.9239864945411682	0					non-mobilizable	no_good_hit								True	False
USA0042_01_000000006407	3857	0.6140829233502892	4	4	4	4	3	False	103010	maximal	True	USA0042_01_000000006407	0.9970875244669009		35	7	False	False	1.0	0					non-mobilizable	chromosome	2206.0	99.90899999999999	100.0	0.00031122844478369835	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0095_000000023086	1216	0.6140763110991309	3	1	1	1	1	False	43067	maximal	True	FIJ0095_000000023086	1.0		29	6	False	False	0.9753289222717285	0					non-mobilizable	no_good_hit	60.0	83.333	5.0	0.0003291882105215363	NZ_KB822474.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.12, whole genome shotgun sequence	True	False
ISR0815_000000023612	1305	0.6140752447361147	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.3062180414415345		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	95.63600000000001	100.0	0.018197791164658635	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0211_000000004235	7570	0.6140716367316553	11	9	4	8	4	True	53672	maximal	True	ENG0211_000000004235	1.0		3	1	False	False	0.9998679161071777	0					non-mobilizable	no_good_hit	1002.0	76.347	13.0	0.00026234991090924305	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	True
ISR0375_000000001778	8004	0.6140658996621988	8	6	4	5	5	False	107094	maximal	True	ISR0375_000000001778	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2150.0	97.44200000000001	33.0	0.014374742584752916	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0084_000000001860	7035	0.6140658996621988	7	6	4	5	5	False	107091	maximal	True	SPA0084_000000001860	1.0		14	4	False	False	0.9990049600601196	0					non-mobilizable	no_good_hit	1626.0	83.579	28.0	0.0108165042840649	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0015_000000012661	2934	0.6140634866871028	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.941735148130154		0	0	False	False	1.0	0					non-mobilizable	other	2934.0	98.943	100.0	0.0014035876907321579	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
MON0070_000000010492	2934	0.6140634866871028	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9405221342874976		0	0	False	False	1.0	0					non-mobilizable	other	2934.0	98.807	100.0	0.0014035876907321579	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
MON0032_000000008546	2934	0.6140634866871028	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.9421849744449154		0	0	False	False	1.0	0					non-mobilizable	other	2934.0	98.90899999999999	100.0	0.0014035876907321579	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
MAD0085_000000000298	21423	0.6140632610038571	15	11	10	10	8	False	30669	maximal	True	MAD0085_000000000298	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	4719.0	75.906	22.0	0.029898565304592437	NZ_JHYB01000004.1	mycoplasmas	Acholeplasma modicum ATCC 29102 T352DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
AST0151_000000006064	2653	0.614059213806945	2	2	1	2	0	True	113545	fragment	False	AST0151_000000006064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0055_000000015647	2243	0.614059213806945	2	2	1	2	0	True	113819	fragment	False	AST0055_000000015647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0103_000000012352	1873	0.614059213806945	2	2	1	2	0	True	16499	fragment	False	MAD0103_000000012352	1.0		0	0	False	False	0.9946609735488892	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	1.4827129921965575e-06	LT594793.1	eudicots	Theobroma cacao genome assembly, chromosome: VI	True	True
AST0059_000000007991	1871	0.614059213806945	2	2	1	2	0	True	112674	fragment	False	AST0059_000000007991	0.9836065573770492		0	0	False	False	0.9994655251502991	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	1.4827129921965575e-06	LT594793.1	eudicots	Theobroma cacao genome assembly, chromosome: VI	True	True
USA0035_01_000000013872	1830	0.614059213806945	2	2	1	2	0	True	112674	fragment	False	AST0059_000000007991	0.972474612506681		0	0	False	False	0.979781448841095	0					non-mobilizable	no_good_hit								True	True
ISR0082_000000017808	1793	0.614059213806945	2	2	1	2	0	True	34165	fragment	False	ISR0082_000000017808	1.0		0	0	False	False	0.9972113966941833	0					non-mobilizable	no_good_hit								True	True
MAD0041_000000020048	1771	0.614059213806945	3	2	1	2	0	True	18242	fragment	False	MAD0041_000000020048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	1.4827129921965575e-06	LT594793.1	eudicots	Theobroma cacao genome assembly, chromosome: VI	True	True
FIJ0135_000000017295	1645	0.614059213806945	2	2	1	2	0	True	50561	fragment	False	FIJ0135_000000017295	1.0		0	0	False	False	0.9939209818840027	0					non-mobilizable	no_good_hit								True	True
DEN0064_000000025771	1631	0.614059213806945	3	2	1	2	0	True	117183	fragment	False	DEN0064_000000025771	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	91.603	100.0	0.0070165187767390275	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
FIJ0091_000000013767	1579	0.614059213806945	2	2	1	2	0	True	43371	fragment	False	FIJ0091_000000013767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0064_000000018218	1562	0.614059213806945	2	2	1	2	0	True	127701	maximal	True	MON0064_000000018218	1.0	PS1022	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1215.0	99.095	78.0	0.006342196011533168	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0821_000000022031	1466	0.614059213806945	3	2	1	2	0	True	127699	backbone	False	ENG0064_000000012060	0.0927767769808654	PS1022	0	0	False	True	0.9986357688903809	0					non-mobilizable	chromosome	1467.0	94.54700000000001	100.0	0.0006601986724824237	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0047_000000020550	1457	0.614059213806945	3	2	1	2	0	True	36069	fragment	False	ISR0047_000000020550	1.0		0	0	False	False	1.0	0					non-mobilizable	other	764.0	82.068	93.0	0.0058139087177828605	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	True
MAD0067_000000007418	1409	0.614059213806945	2	2	1	2	0	True	16498	fragment	False	MAD0067_000000007418	1.0		0	0	False	False	0.9914833307266235	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	1.4827129921965575e-06	LT594793.1	eudicots	Theobroma cacao genome assembly, chromosome: VI	True	True
ISR0037_000000018008	1343	0.614059213806945	2	2	1	2	0	True	127706	maximal	True	ISR0037_000000018008	1.0	PS1022	1	1	False	True	1.0	0					non-mobilizable	other	1358.0	91.384	100.0	0.006679805102202504	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
MON0101_000000051088	1302	0.614059213806945	2	2	1	2	0	True	127699	backbone	False	ENG0064_000000012060	0.17736631964163993	PS1022	0	0	False	True	0.996927797794342	0					non-mobilizable	chromosome	1303.0	96.777	100.0	0.0005862924729690328	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ENG0195_000000022658	1194	0.614059213806945	3	2	1	2	0	True	127699	backbone	False	ENG0064_000000012060	0.06476384664770607	PS1022	0	0	False	True	0.9865996837615967	0					non-mobilizable	chromosome	1195.0	94.39299999999999	100.0	0.000537622536704117	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0353_000000031426	1144	0.614059213806945	2	2	1	2	0	True	24003	fragment	False	ISR0353_000000031426	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	99.825	100.0	0.005659760735224212	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0289_000000005971	1762	0.6140574987825388	4	3	2	3	3	False	111309	fragment	False	ISR0289_000000005971	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	96.331	100.0	0.007625777057029229	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0027_000000005903	1997	0.6140469237182495	3	3	2	3	1	True	19050	fragment	False	MAD0027_000000005903	1.0		0	0	False	False	0.995993971824646	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.922272291274272e-06	NZ_VAJL01000001.1	CFB group bacteria	Chryseobacterium mulctrae strain CA10 contig001, whole genome shotgun sequence	True	True
AST0026_000000007444	4109	0.6140461795226317	7	6	5	4	2	False	119542	fragment	False	ISR0399_000000003211	0.9478946714340835		0	0	False	False	0.9997566342353821	0					non-mobilizable	other	2947.0	96.505	100.0	0.04497402994194928	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0130_000000008842	1844	0.6140451318661007	3	3	2	3	1	False	84980	maximal	True	CHI0130_000000008842	0.9312570145903479		92	12	False	False	0.9983730912208557	0					non-mobilizable	no_good_hit	58.0	89.655	3.0	1.662449377632277e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ENG0166_000000016363	1782	0.6140451318661007	3	3	2	3	1	False	84980	maximal	False	CHI0130_000000008842	0.9170281995661606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	94.118	3.0	1.3147815897970845e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
CHI0070_000000008544	1485	0.6140451318661007	3	3	2	3	1	False	84977	fragment	False	CHI0070_000000008544	0.9429725200375255		0	0	False	False	0.9993265867233276	0					non-mobilizable	no_good_hit	58.0	89.655	4.0	1.662449377632277e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
SPA0107_000000004662	6223	0.614043743818268	6	5	2	5	1	True	129141	fragment	False	SPA0107_000000004662	1.0		0	0	False	False	0.9991965293884277	0					non-mobilizable	no_good_hit	1062.0	73.164	17.0	0.002210201218224437	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0056_000000018631	1162	0.6140340411124671	2	2	2	2	1	False	46185	maximal	True	FIJ0056_000000018631	0.993368700265252		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	76.848	44.0	0.0016182927488403295	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0321_000000001281	6627	0.6140319209994236	7	5	2	5	2	False	96272	fragment	False	MAD0089_000000002262	0.6621944860433		0	0	False	False	0.9998490810394287	0					non-mobilizable	no_good_hit	1210.0	82.56200000000001	18.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0048_000000004301	6448	0.6140319209994236	7	5	2	5	2	False	96272	fragment	False	MAD0089_000000002262	0.6625207197797203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	82.134	18.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0068_000000003630	6286	0.6140319209994236	7	5	2	5	2	False	96272	fragment	False	MAD0089_000000002262	0.5383228228694285		0	0	False	False	0.9979318976402283	0					non-mobilizable	no_good_hit	1210.0	82.645	19.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0212_000000000166	60982	0.6140254095563465	90	47	15	36	32	True	28381	maximal	True	ISR0212_000000000166	1.0		1	1	True	True	0.9999836087226868	11					non-mobilizable	no_good_hit	1016.0	85.335	3.0	0.0006105928832810155	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
FIJ0149_000000008040	2874	0.6140243550278338	4	3	3	2	1	True	102941	fragment	False	FIJ0149_000000008040	1.0		0	0	False	False	0.9926931262016296	0					non-mobilizable	no_good_hit								True	True
CHI0033_000000000801	7626	0.6140220620378011	16	4	0	2	2	False	88370	fragment	False	CHI0033_000000000801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000003455	6295	0.6140220620378011	14	4	0	2	2	False	37809	fragment	False	ISR0018_000000003455	1.0		0	0	False	False	0.9980937242507935	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000007512	4222	0.6140210858898161	3	1	1	1	1	False	40107	maximal	True	FIJ0144_000000007512	1.0		3	2	False	False	0.9973946213722229	0					non-mobilizable	no_good_hit	744.0	71.102	17.0	0.0006794033890239641	NZ_GL982489.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD2, whole genome shotgun sequence	True	False
ENG0075_000000012896	1908	0.6140183006277062	2	2	2	2	1	False	62096	maximal	True	ENG0075_000000012896	1.0		4	3	False	False	0.9942348003387451	0					non-mobilizable	other	1908.0	99.52799999999999	100.0	0.00960337603738619	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
AST0031_000000018634	1368	0.6140141285112539	2	2	2	1	0	True	117211	maximal	True	AST0031_000000018634	1.0		8	5	False	False	0.9788011908531189	0					non-mobilizable	no_good_hit	174.0	79.885	13.0	0.000562541904465994	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0150_000000020469	1206	0.6140088100532954	1	1	1	1	1	False	30798	fragment	False	ISR0150_000000020469	1.0		0	0	False	False	0.9983416199684143	0					non-mobilizable	chromosome	1233.0	82.40100000000001	100.0	0.0005330502012220959	CP029458.1	firmicutes	Clostridium novyi strain 150557 chromosome, complete genome	False	False
MON0103_000000001533	16795	0.6140033470636751	16	6	5	3	1	True	132160	fragment	False	SPA0132_000000001387	0.6632343354060505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	91.954	1.0	2.404847053125588e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
AST0055_000000013745	2522	0.6139958006068613	3	2	2	2	1	False	115184	maximal	True	AST0055_000000013745	1.0	PS748	8	4	False	True	0.9976209402084351	0					non-mobilizable	other	1030.0	98.932	100.0	0.0003079288537715	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
DEN0069_000000002523	11411	0.6139952138573128	25	7	2	6	3	False	123824	maximal	True	DEN0069_000000002523	1.0		4	4	False	False	0.9997370839118958	0					non-mobilizable	no_good_hit	905.0	73.702	8.0	0.00030697056636592144	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ISR0812_000000024385	1625	0.6139928817442237	3	3	3	3	3	False	21634	fragment	False	ISR0812_000000024385	1.0		0	0	False	False	0.9993846416473389	0					non-mobilizable	plasmid	1625.0	97.538	100.0	0.0026280443401569707	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
TAN0013_000000000759	8129	0.6139851544726274	4	2	2	2	2	True	51341	fragment	False	MAD0040_000000002036	0.8904526410004033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	97.84200000000001	2.0	0.0044288969479123206	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
TAN0001_000000001059	8089	0.6139851544726274	4	2	2	2	2	True	51341	fragment	False	MAD0040_000000002036	0.8900425864631499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	98.99	1.0	0.0031451587021406337	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
FIJ0054_000000002891	8031	0.6139851544726274	4	2	2	2	2	True	51341	fragment	False	MAD0040_000000002036	0.8987757501732397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	1.0	0.002663756859976251	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
FIJ0114_000000004110	8029	0.6139851544726274	4	2	2	2	2	True	51341	fragment	False	MAD0040_000000002036	0.898631752701272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.00250328957925479	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
FIJ0009_000000004131	8026	0.6139851544726274	4	2	2	2	2	True	51341	fragment	False	MAD0040_000000002036	0.8985389553141953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.00250328957925479	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
FIJ0144_000000003759	8026	0.6139851544726274	4	2	2	2	2	True	51341	fragment	False	MAD0040_000000002036	0.8985613636286578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.00250328957925479	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
FIJ0031_000000002776	7436	0.6139851544726274	4	2	2	2	2	True	51341	fragment	False	MAD0040_000000002036	0.7814645421092449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	99.02	1.0	0.12212817412333736	NZ_AXCY01000286.1	high GC Gram+	Cellulomonas carbonis T26 contig243, whole genome shotgun sequence	True	True
FIJ0082_000000003307	7396	0.6139851544726274	3	2	2	2	2	True	51341	fragment	False	MAD0040_000000002036	0.7800484203711341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.00250328957925479	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
FIJ0166_000000003514	7325	0.6139851544726274	3	2	2	2	2	True	51341	fragment	False	MAD0040_000000002036	0.5489272224891694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.00250328957925479	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
FIJ0161_000000003809	4140	0.6139820874187507	4	2	1	2	1	True	39293	maximal	True	FIJ0161_000000003809	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	85.275	11.0	0.0001214032266219701	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0031_000000008411	1197	0.6139814701990873	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8374932391876551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	73.264	24.0	0.00010657472220210395	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
SPA0084_000000007974	2263	0.6139791833306384	2	1	1	1	1	False	23616	maximal	True	SPA0084_000000007974	1.0		1	1	False	False	0.9703933000564575	0					non-mobilizable	no_good_hit								True	False
SPA0083_000000007541	2222	0.6139791833306384	2	1	1	1	1	False	23616	maximal	False	SPA0084_000000007974	0.9909412284577994		0	0	False	False	0.9923492074012756	0					non-mobilizable	no_good_hit								True	False
ISR0803_000000004110	3250	0.613977666090914	3	2	2	1	2	False	21841	maximal	True	ISR0803_000000004110	1.0		216	5	False	False	0.9996923208236694	0					non-mobilizable	other	3258.0	88.82799999999999	99.0	0.5456848505320048	NZ_KQ955283.1	firmicutes	Anaerococcus tetradius strain MJR8151 Scaffold86, whole genome shotgun sequence	False	False
ISR0830_000000016133	1819	0.6139716624328094	3	3	3	3	2	False	56212	fragment	False	ISR0830_000000016133	0.9852714717727887		0	0	False	False	1.0	0					non-mobilizable	chromosome	1828.0	85.72200000000001	100.0	0.0006119281559992689	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0842_000000020437	1155	0.6139707914535772	2	1	1	1	1	True	56777	fragment	False	ISR0124_000000011112	0.953808752025932		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	98.09700000000001	100.0	0.00023052318584240356	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MAD0015_000000012292	1692	0.6139696988421726	2	2	2	2	1	False	19424	maximal	True	MAD0015_000000012292	1.0		38	11	False	False	0.991134762763977	0					non-mobilizable	no_good_hit	415.0	71.566	24.0	0.003057283044755641	NZ_MKIP01000027.1	a-proteobacteria	Rhizobium oryzae strain 1.7048 C500, whole genome shotgun sequence	True	False
ENG0177_000000021727	1193	0.6139609880285166	2	2	2	2	2	False	55494	fragment	False	ENG0177_000000021727	1.0		0	0	False	False	0.9823973178863525	0					non-mobilizable	no_good_hit	402.0	74.12899999999999	33.0	0.0018264324314146377	NZ_QGDS01000007.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_107, whole genome shotgun sequence	True	False
ENG0083_000000007748	2864	0.6139559063237231	4	3	3	3	1	True	122721	fragment	False	ISR0293_000000010219	0.7267600495350505		0	0	False	False	0.9996508359909058	0					non-mobilizable	other	2656.0	99.24700000000001	99.0	0.04862014027505631	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0050_000000000647	10126	0.6139556536916202	10	7	3	5	5	True	120553	fragment	False	CHI0050_000000000647	0.9857509221037183		0	0	False	False	0.9976298809051514	0					non-mobilizable	chromosome	5698.0	99.351	93.0	0.0011370481296486348	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CAN0018_000000003235	9661	0.6139556536916202	9	7	3	5	5	True	120553	fragment	False	CHI0050_000000000647	0.9710138376353927		0	0	False	False	1.0	0					non-mobilizable	chromosome	5698.0	99.579	98.0	0.0011370481296486348	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0026_000000002905	9560	0.6139556536916202	10	7	3	5	5	True	102555	fragment	False	CHI0146_000000000589	0.9518590597152514		0	0	False	False	1.0	0					non-mobilizable	chromosome	6616.0	99.60700000000001	98.0	0.0013202691552792205	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0090_000000044290	1398	0.6139497064312215	2	2	2	2	2	False	20266	fragment	False	MON0090_000000044290	0.9740406320541761		0	0	False	False	0.9706723690032959	0					non-mobilizable	other	1398.0	100.0	100.0	0.05460017196904557	NZ_WEHX01000028.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_28_length_25586_cov_391.010554, whole genome shotgun sequence	False	False
ISR0122_000000013058	1374	0.6139492996220864	2	1	1	1	1	False	32140	fragment	False	ISR0122_000000013058	0.9829368723379229		0	0	False	False	1.0	0					non-mobilizable	chromosome	1369.0	82.76100000000001	99.0	0.0003811402945825787	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0002_000000013659	2672	0.6139479287283883	3	3	3	2	1	False	131972	fragment	False	ISR0107_000000008116	0.8605688007623528		0	0	False	False	1.0	0					non-mobilizable	other	2672.0	99.214	100.0	0.005296828645312773	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
SPA0052_000000010705	2656	0.6139479287283883	3	3	3	2	1	False	131972	fragment	False	ISR0107_000000008116	0.8573691879911085		0	0	False	False	0.9860692620277405	0					non-mobilizable	other	2637.0	98.93799999999999	99.0	0.0052274205574857615	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MAD0095_000000012556	2627	0.6139479287283883	3	3	3	2	1	False	131972	fragment	False	ISR0107_000000008116	0.8576011942803901		0	0	False	False	1.0	0					non-mobilizable	other	2627.0	99.581	100.0	0.005207589675249472	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
DEN0045_000000013946	2724	0.6139462607633898	4	4	3	3	3	False	72935	maximal	True	DEN0045_000000013946	1.0		0	0	False	False	0.9809104204177856	0					non-mobilizable	no_good_hit	614.0	76.221	22.0	0.0033018405309098043	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0117_000000015746	1727	0.6139393137545439	3	2	2	1	2	False	32414	maximal	True	ISR0117_000000015746	1.0		1	1	False	False	0.9994209408760071	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000015946	2380	0.6139369875296852	5	2	2	2	1	True	93276	fragment	False	SPA0122_000000011001	0.9366838148001583		0	0	False	False	0.9978991746902466	0					non-mobilizable	other	2385.0	96.81299999999999	100.0	0.0007513235727534289	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0121_000000002236	6868	0.613936620199661	10	6	3	6	4	True	4146	maximal	True	SPA0121_000000002236	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	5212.0	99.84700000000001	76.0	0.07444527050211598	NZ_JAAIPW010000017.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_17_length_69944_cov_409.832, whole genome shotgun sequence	True	True
SPA0136_000000013886	2897	0.6139314635470126	3	3	3	3	3	False	66131	fragment	False	SPA0136_000000013886	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2897.0	99.931	100.0	0.0004673141506468493	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
MON0038_000000000673	15920	0.6139249400569395	17	7	3	6	5	False	97566	maximal	True	MON0038_000000000673	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	75.406	3.0	0.00011337175880144977	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0197_000000002019	5383	0.6139213833702629	5	5	2	0	4	True	91930	fragment	False	MON0104_000000006441	0.73958832925411		0	0	False	False	1.0	0					non-mobilizable	plasmid	5383.0	99.944	100.0	0.14721006564551423	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0300_000000001555	4221	0.6139211995527638	7	3	1	3	2	True	109104	fragment	False	ISR0300_000000001555	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4229.0	99.527	100.0	0.0008179053681745914	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AUS0014_000000012447	2396	0.6139206841272444	2	2	0	1	1	False	100872	fragment	False	AUS0014_000000012447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000014760	2243	0.61392024626619	3	3	3	2	2	False	102923	fragment	False	ISR0046_000000014760	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2243.0	94.561	100.0	0.000627492512491775	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0015_000000002336	6310	0.6139160622590949	8	6	4	4	5	False	74849	maximal	True	SPA0015_000000002336	1.0		1	1	False	False	0.9984152317047119	0					non-mobilizable	no_good_hit	967.0	83.04	15.0	0.5447338618346546	NZ_CABKPS010000001.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0065_000000013540	2027	0.61391484618589	2	2	2	2	1	False	62847	fragment	False	ENG0065_000000013540	1.0		0	0	False	False	0.9960532784461975	0					non-mobilizable	no_good_hit	1134.0	79.012	71.0	0.00039804194526356644	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0064_000000010059	2103	0.6139126528342064	3	2	2	1	1	False	47889	maximal	True	ISR0064_000000010059	1.0		39	4	False	False	1.0	0					non-mobilizable	no_good_hit	1461.0	83.025	69.0	0.0026157184837491726	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0034_01_000000031681	1646	0.6139090880375255	3	3	3	3	2	False	77868	fragment	False	USA0034_01_000000031681	0.9932844932844933		0	0	False	False	0.9890643954277039	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	1.3816020522584291e-05	CP003126.1	bacteria	Thermus sp. CCB_US3_UF1, complete genome	True	False
AST0153_000000000565	27522	0.6139081922286351	33	19	13	14	11	False	103578	maximal	True	AST0153_000000000565	1.0		49	9	False	False	0.9999273419380188	0					non-mobilizable	no_good_hit	1459.0	72.241	5.0	0.0004244071109663184	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0009_01_000000012301	2026	0.6139059756076931	3	3	3	3	3	False	87234	fragment	False	ENG0071_000000009668	0.3183584144947187		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	87.97399999999999	100.0	0.008849015317286652	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0185_000000001770	12880	0.6138988763394133	17	11	6	8	8	True	127407	fragment	False	ISR0043_000000001427	0.9812764613546007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	99.14	7.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
FIJ0135_000000007975	3627	0.613897354796653	3	1	1	1	1	False	40606	maximal	True	FIJ0135_000000007975	1.0		6	2	False	False	0.9986214637756348	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000015088	2114	0.6138921847710251	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.16685655297398658		0	0	False	False	0.999053955078125	0					non-mobilizable	other	2115.0	98.251	100.0	0.004420402436448874	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0107_000000023222	1297	0.6138902733211452	2	1	1	1	1	False	47022	fragment	False	ISR0047_000000022914	0.9575043091752266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	78.226	10.0	5.884137036289339e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
MON0107_000000048550	1273	0.6138902733211452	1	1	1	1	1	False	47022	fragment	False	ISR0047_000000022914	0.9523178991836703		0	0	False	False	0.9945011734962463	0					non-mobilizable	no_good_hit	133.0	87.21799999999999	10.0	0.00013687923698706858	NZ_LT574836.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
SPA0075_000000018278	1259	0.6138902733211452	1	1	1	1	1	False	47022	fragment	False	ISR0047_000000022914	0.9487977196509935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	78.226	10.0	5.884137036289339e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
ENG0065_000000016495	1636	0.6138866032697409	3	3	2	3	1	True	124250	fragment	False	ISR0071_000000003227	0.04509858275239234		0	0	False	False	1.0	0		MOBV			mobilizable	other	1639.0	94.509	100.0	0.005775921077701487	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	True
ENG0124_000000021300	1457	0.6138866032697409	3	3	2	3	1	True	124250	fragment	False	ISR0071_000000003227	0.02661020446441326		0	0	False	False	1.0	0		MOBV			mobilizable	other	1457.0	94.78399999999999	100.0	0.22853555171872547	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
DEN0052_000000027696	1651	0.6138855487785185	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.08031734139919919		0	0	False	False	0.9993942975997925	0					non-mobilizable	other	1659.0	88.66799999999999	100.0	0.004712759732436867	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
ISR0812_000000025633	1546	0.6138855487785185	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.07351762840930177		0	0	False	False	1.0	0					non-mobilizable	other	1547.0	92.243	100.0	0.0005850426634925369	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	True
ISR0141_000000025648	1190	0.6138855487785185	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.018918789794334295		0	0	False	False	0.9974789619445801	0					non-mobilizable	chromosome	1190.0	92.43700000000001	100.0	0.0003350059210676461	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
FIJ0030_000000009354	3353	0.6138807561734251	5	3	3	2	2	True	48761	fragment	False	FIJ0030_000000009354	0.9982790988735919		0	0	False	False	0.999701738357544	0					non-mobilizable	no_good_hit	86.0	87.209	3.0	0.0012826510132943004	NZ_WSLF01000015.1	firmicutes	Defluviitalea raffinosedens strain 249c-K6 seq15, whole genome shotgun sequence	True	True
ISR0319_000000005898	2986	0.6138797881034714	3	3	2	3	3	False	113077	fragment	False	ISR0319_000000005898	0.8211837901720705		0	0	False	False	0.9996650815010071	0					non-mobilizable	other	2986.0	100.0	100.0	0.019935884592266077	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0347_000000004480	4287	0.6138794899195942	5	4	4	3	4	False	108475	maximal	True	ISR0347_000000004480	1.0		59	10	False	False	1.0	0					non-mobilizable	no_good_hit	2291.0	99.12700000000001	53.0	0.027396932500658003	NZ_CABJDZ010000009.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0206_000000009301	2789	0.6138738891682987	3	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.9679988939966543		0	0	False	False	1.0	0					non-mobilizable	other	2676.0	98.132	99.0	0.0008053912741350173	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0001_000000010313	2688	0.6138738891682987	3	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.8664052665299692		0	0	False	False	1.0	0					non-mobilizable	other	2521.0	98.334	97.0	0.0007587237423627079	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0132_01_000000006949	2355	0.6138738891682987	3	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.17161224712163586		0	0	False	False	1.0	0					non-mobilizable	chromosome	2282.0	98.16	99.0	0.00035520803340107876	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
ISR0160_000000012752	2249	0.6138733361117018	3	3	3	3	3	False	125701	fragment	False	ENG0180_000000008844	0.4365883264705892		0	0	False	False	1.0	0					non-mobilizable	chromosome	2249.0	99.689	100.0	0.0007245715825474944	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0011_000000014528	1911	0.6138707648141029	3	3	3	3	3	False	38361	fragment	False	ISR0842_000000010322	0.7161392210865318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	392.0	75.255	20.0	0.00010847542439953218	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0291_000000008997	1630	0.6138652789719667	3	2	2	2	2	False	71207	fragment	False	ISR0291_000000008997	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1635.0	94.801	100.0	0.11105070001359249	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	False	False
ISR0311_000000014745	1542	0.6138646482947485	2	1	1	1	1	False	25293	fragment	False	ISR0311_000000014745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	82.609	6.0	5.4650416466534815e-05	CP027242.1	firmicutes	Peptostreptococcaceae bacterium oral taxon 929 strain W2294 chromosome, complete genome	True	False
ENG0166_000000014270	2016	0.6138640559714095	4	3	3	2	2	False	56149	maximal	True	ENG0166_000000014270	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000028364	1592	0.6138586278402415	2	2	2	2	2	False	109624	fragment	False	SPA0092_000000028364	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1591.0	96.04	99.0	0.009507124363949463	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
AST0111_000000007908	2522	0.6138564011331668	3	3	3	2	1	True	131288	fragment	False	FIJ0165_000000006260	0.6467407696700104		0	0	False	True	0.9992069602012634	0					non-mobilizable	chromosome	2522.0	94.09200000000001	100.0	0.0008482172459395807	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0192_000000008086	2347	0.6138564011331668	3	3	3	2	1	True	125767	fragment	False	ISR0192_000000008086	0.9547650417215634		0	0	False	False	1.0	0					non-mobilizable	chromosome	2347.0	93.65100000000001	100.0	0.0008278382306704537	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0026_000000009836	2277	0.6138564011331668	3	3	3	2	1	True	125767	fragment	False	ISR0192_000000008086	0.9407754580315295		0	0	False	False	1.0	0					non-mobilizable	other	2278.0	94.557	100.0	0.0007074375516812064	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0028_000000008400	1976	0.6138559286415296	3	3	3	3	3	False	118791	fragment	False	AST0058_000000007286	0.9908097367113761		0	0	False	False	1.0	0					non-mobilizable	other	1976.0	98.684	100.0	0.02706999821817733	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
MON0081_000000014740	3836	0.6138556821236754	5	3	2	3	2	False	35023	maximal	True	MON0081_000000014740	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1493.0	98.59299999999999	39.0	0.01473158305275526	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	True	False
MON0092_000000023666	2325	0.6138532423499578	2	2	2	2	2	False	52832	fragment	False	MON0092_000000023666	0.9808341249231374		0	0	False	False	0.9776344299316406	0					non-mobilizable	no_good_hit								True	False
MON0058_000000023116	2145	0.6138532423499578	3	2	2	2	2	False	52832	fragment	False	MON0092_000000023666	0.9552303328497863		0	0	False	False	0.9855477809906006	0					non-mobilizable	no_good_hit								True	False
CHI0181_000000007285	2785	0.6138446169865798	4	2	1	2	1	False	107653	fragment	False	CHI0181_000000007285	1.0		0	0	False	False	0.9985637068748474	0					non-mobilizable	no_good_hit	140.0	77.143	5.0	0.0018089085345120708	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
SPA0130_000000001482	19211	0.6138410278720483	18	14	8	10	13	True	105469	maximal	False	SPA0137_000000001387	0.9696547291141138	PS636	0	0	False	True	1.0	0					non-mobilizable	other	19063.0	99.99	99.0	0.004025865053054109	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0296_000000007058	3559	0.6138372241962982	5	4	4	4	3	False	105422	maximal	False	SPA0056_000000008731	0.9405914682020413		0	0	False	False	0.9946614503860474	0					non-mobilizable	no_good_hit	105.0	80.0	3.0	0.004927522365210735	NZ_NNRJ01000053.1	a-proteobacteria	Ochrobactrum thiophenivorans strain DSM 7216 O_thioNEW.contig.52_1, whole genome shotgun sequence	True	False
FIJ0131_000000007966	2331	0.6138365593429879	4	4	4	4	3	False	40828	maximal	True	FIJ0131_000000007966	1.0		1	1	False	False	0.9699699878692627	0					non-mobilizable	other	2323.0	85.01899999999999	99.0	0.0026049854030990344	NZ_PJRT01000005.1	enterobacteria	Pantoea endophytica strain 596 PZBJ5, whole genome shotgun sequence	False	False
ENG0095_000000010993	2509	0.6138322688334921	4	2	2	1	1	False	60967	maximal	True	ENG0095_000000010993	1.0		84	9	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	83.613	43.0	0.00031719470749820447	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0066_000000029033	1107	0.6138255050845011	2	2	1	1	2	False	35094	fragment	False	ISR0066_000000029033	1.0		0	0	False	False	0.9602529406547546	0					non-mobilizable	no_good_hit	52.0	86.538	5.0	0.0002023239484113603	NZ_BDCH01000011.1	high GC Gram+	Nocardia crassostreae strain NBRC 100342, whole genome shotgun sequence	True	False
ISR0382_000000009008	1611	0.6138250262891882	2	2	2	2	2	False	89409	maximal	True	ISR0382_000000009008	0.9901524777636594		133	12	False	False	0.9782743453979492	0					non-mobilizable	chromosome	1656.0	73.188	100.0	0.0007522654242394564	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0047_000000024590	1578	0.6138242246496952	3	2	1	2	1	False	6659	fragment	False	SPA0047_000000024590	1.0		0	0	False	False	0.9904943108558655	0					non-mobilizable	no_good_hit								True	False
ISR0265_000000004518	3446	0.6138225307918443	4	4	3	3	3	False	36308	fragment	False	ISR0265_000000004518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	2.0	0.00013012150095151348	NZ_FNVA01000005.1	bacteria	Bryocella elongata strain DSM 22489, whole genome shotgun sequence	True	False
ISR0400_000000010452	1794	0.6138209782614416	3	3	2	3	1	False	75171	fragment	False	ISR0400_000000010452	1.0		0	0	False	False	0.9994425773620605	0					non-mobilizable	other	1577.0	97.971	100.0	0.02518175281617001	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0108_000000008856	2964	0.6138172696140807	3	3	3	1	1	False	107266	maximal	True	AST0108_000000008856	1.0		1	1	False	False	0.997300922870636	0					non-mobilizable	no_good_hit	571.0	95.271	19.0	0.0005794755847620287	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
DEN0065_000000019342	1801	0.6138171081644989	3	3	3	3	3	False	71078	fragment	False	DEN0065_000000019342	1.0		0	0	False	False	0.9988895058631897	0					non-mobilizable	chromosome	1809.0	84.08	100.0	0.00039358510966235033	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0252_000000009045	1404	0.6138070804682404	3	3	3	2	2	False	32401	maximal	True	ISR0252_000000009045	1.0		741	12	False	False	1.0	0					non-mobilizable	chromosome	1404.0	99.00299999999999	100.0	0.0006543263423483927	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0265_000000014495	1227	0.613806480002514	2	2	2	2	2	False	48325	maximal	True	ISR0265_000000014495	0.9790925266903915		407	15	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	77.477	9.0	0.0005027281071133721	NZ_KE384395.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
SPA0136_000000022316	1876	0.6137975656848865	4	2	2	2	1	True	10078	fragment	False	SPA0136_000000022316	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1876.0	99.147	100.0	0.004013596996331037	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	False	True
SPA0118_000000016791	1530	0.6137975656848865	4	2	2	2	1	True	10077	fragment	False	SPA0118_000000016791	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1530.0	98.954	100.0	0.0032729545639414164	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	False	True
SPA0088_000000004440	3725	0.6137954549366501	6	3	3	2	2	False	63881	maximal	True	SPA0088_000000004440	0.9985698719694907		9	3	False	False	0.995704710483551	0					non-mobilizable	no_good_hit	212.0	97.64200000000001	10.0	6.001700956005541e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0053_000000007074	3671	0.6137954549366501	7	3	3	2	2	False	63881	maximal	False	SPA0088_000000004440	0.9945439055959567		0	0	False	False	0.9994552135467529	0					non-mobilizable	no_good_hit	173.0	97.11	9.0	4.835493661236692e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0087_000000004325	3558	0.6137954549366501	6	3	3	2	2	False	63881	maximal	False	SPA0088_000000004440	0.9787747437039083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	6.0	0.0019010327999092044	NZ_VULP01000016.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq16, whole genome shotgun sequence	True	False
SPA0129_000000007913	3542	0.6137954549366501	6	3	3	2	2	False	63881	maximal	False	SPA0088_000000004440	0.9754965917187111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	97.895	5.0	2.6737435538602882e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0082_000000020242	2019	0.6137921797032828	2	1	0	1	1	False	69240	fragment	False	DEN0082_000000020242	1.0		0	0	False	False	0.9905893802642822	0					non-mobilizable	no_good_hit								True	False
MAD0061_000000009648	1814	0.6137921797032828	2	1	0	1	1	False	16820	maximal	True	MAD0061_000000009648	1.0		2	2	False	False	0.996692419052124	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000019545	1677	0.6137921797032828	1	1	0	1	1	False	56822	fragment	False	ENG0154_000000019545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0003_000000020435	1137	0.6137921797032828	1	1	0	1	1	False	52124	fragment	False	FIJ0003_000000020435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0121_000000014290	1155	0.6137905516884258	2	2	2	2	1	False	68662	fragment	False	DEN0090_000000025838	0.9798319327731092		0	0	False	False	0.9982684254646301	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.3153696066801289e-05	NZ_KB894093.1	high GC Gram+	Actinomadura flavalba DSM 45200 C229DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ISR0031_000000006222	3341	0.6137905290124501	4	4	3	3	3	False	37021	maximal	True	ISR0031_000000006222	1.0		54	10	False	False	0.9991020560264587	0					non-mobilizable	no_good_hit	2840.0	97.25399999999999	85.0	0.0008492731652123587	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MAD0061_000000012090	1503	0.6137873541681136	2	2	2	2	2	False	16815	fragment	False	MAD0061_000000012090	1.0		0	0	False	False	0.9906852841377258	0					non-mobilizable	no_good_hit	531.0	75.706	35.0	0.0001577663654754202	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0087_000000016613	2085	0.6137851228021709	2	2	2	1	1	False	37116	maximal	True	ISR0087_000000016613	0.9921760391198045		64	7	False	False	0.9980815052986145	0					non-mobilizable	no_good_hit	1223.0	71.545	58.0	0.0022256278920653864	NZ_FXBR01000007.1	a-proteobacteria	Azospirillum lipoferum strain R1C, whole genome shotgun sequence	True	False
CHI0169_000000014462	1100	0.6137851078344924	3	3	3	3	3	False	77998	maximal	True	CHI0169_000000014462	1.0		0	0	False	False	0.9645454287528992	0					non-mobilizable	no_good_hit	719.0	81.363	65.0	0.009942547969656403	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0054_000000017167	1592	0.6137841568635583	2	1	1	1	1	False	71784	fragment	False	ENG0054_000000017167	1.0		0	0	False	False	0.983668327331543	0					non-mobilizable	no_good_hit								True	False
MON0039_000000043565	1150	0.6137783464435178	2	1	1	1	1	False	11890	maximal	True	MON0039_000000043565	1.0		111	10	False	False	1.0	0					non-mobilizable	other	1151.0	98.78399999999999	100.0	0.0010428732749857706	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
CAN0020_000000021325	1684	0.6137779214427808	2	1	1	1	1	False	91836	maximal	True	CAN0020_000000021325	1.0		18	5	False	False	0.9988123774528503	0					non-mobilizable	no_good_hit	1181.0	82.303	88.0	0.0008759618533224731	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	True	False
ENG0203_000000000909	12047	0.6137761915471179	15	8	4	7	5	True	76558	fragment	False	ENG0203_000000000909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1605.0	73.707	13.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0094_000000003382	4301	0.6137745686804801	5	5	0	5	5	True	5239	fragment	False	SPA0094_000000003382	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4301.0	100.0	100.0	0.027602321162635442	CP032263.1	enterobacteria	Escherichia coli strain AR_0089 plasmid unnamed1, complete sequence	False	True
DEN0007_000000011218	2350	0.6137716659201743	2	2	2	2	2	False	129492	fragment	False	DEN0007_000000011218	1.0		0	0	False	False	0.989787220954895	0					non-mobilizable	other	2350.0	98.34	100.0	0.0006668173085220898	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0020_000000005668	3225	0.6137688946199412	4	3	2	3	2	False	13113	maximal	True	MON0020_000000005668	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	73.626	31.0	0.00029350135866547215	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0005_000000005045	4630	0.6137671898988856	5	5	5	5	5	False	98164	fragment	False	MAD0029_000000000825	0.4907617320335525		0	0	False	False	0.9987040758132935	0					non-mobilizable	chromosome	4630.0	99.525	100.0	0.0009738821183966311	CP024695.1	enterobacteria	Shigella boydii strain 192 chromosome	False	False
ISR0222_000000024149	2028	0.6137629625670998	3	2	2	2	2	False	94472	fragment	False	CAN0011_000000014393	0.9511848341232227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	99.48700000000001	71.0	0.0005975386493083808	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0054_000000039277	1292	0.6137557367722454	3	2	2	2	2	True	54116	fragment	False	ENG0202_000000015072	0.9550772439636582		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.071	100.0	0.007436036264356561	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0141_000000011929	2318	0.6137510569672154	4	4	4	3	3	False	80109	maximal	True	CHI0141_000000011929	1.0		0	0	False	False	0.9935289025306702	0					non-mobilizable	no_good_hit	740.0	71.622	46.0	0.0061968793063603604	AC192955.1	enterobacteria	Regiella insecticola BAC CUGI_APP_BA-03-B02 () complete sequence	True	False
ISR0771_000000002377	4538	0.6137458943230086	5	5	5	5	2	True	22525	maximal	True	ISR0771_000000002377	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	83.319	65.0	0.0003748272681702974	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0053_000000018130	1376	0.6137387346829473	2	2	1	2	2	True	63835	maximal	True	ENG0053_000000018130	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0020_000000028473	1222	0.6137383879363695	2	2	2	1	1	False	91705	maximal	False	ISR0233_000000014618	0.9483024691358024		0	0	False	False	0.969721794128418	0					non-mobilizable	chromosome	1222.0	86.90700000000001	99.0	0.00025832258578577325	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
DEN0046_000000008953	2708	0.6137340302362255	4	2	2	1	1	False	108557	fragment	False	DEN0046_000000008953	0.989014217412813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	94.04799999999999	5.0	0.000461734452622151	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
FIJ0124_000000010781	2534	0.6137340302362255	3	2	2	1	1	False	108557	fragment	False	DEN0046_000000008953	0.947697848074094		0	0	False	False	0.9992107152938843	0					non-mobilizable	no_good_hit	54.0	96.296	4.0	0.00028927941610062475	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
ISR0806_000000004379	2499	0.6137340302362255	4	2	2	1	1	False	108557	fragment	False	DEN0046_000000008953	0.9540388108500946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	2.0	0.00019984634036940486	NZ_HE578908.1	firmicutes	Anaerococcus senegalensis JC48 strain type strain: JC17, whole genome shotgun sequence	True	False
ISR0142_000000001337	1901	0.6137340302362255	3	2	2	1	1	False	108556	fragment	False	ISR0142_000000001337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	98.824	9.0	0.0024040171268439096	NZ_CYYV01000019.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0824_000000014790	1584	0.6137340302362255	3	2	2	1	1	False	108555	fragment	False	ISR0824_000000014790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	3.0	0.02857142857142857	NZ_JWHR01000049.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig049, whole genome shotgun sequence	True	False
FIJ0076_000000009560	1478	0.6137320183967437	2	2	2	2	2	False	79970	maximal	True	FIJ0076_000000009560	1.0		308	13	False	False	0.9837618470191956	0					non-mobilizable	chromosome	1499.0	87.59200000000001	100.0	0.0005257796094198533	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0113_000000011923	2689	0.613730809427124	2	2	2	2	2	False	91761	fragment	False	SPA0113_000000011923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2102.0	99.572	78.0	0.0006629696876753273	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0194_000000008854	2726	0.6137235949218541	4	4	4	3	3	True	131051	maximal	True	ISR0194_000000008854	1.0		181	11	False	False	0.9977989792823792	0					non-mobilizable	no_good_hit	2162.0	85.615	79.0	0.0009020810321953224	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ENG0053_000000017999	1385	0.6137174026385374	2	2	2	2	2	False	63837	fragment	False	ENG0053_000000017999	0.9285025849631754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	75.61	15.0	6.548168587462785e-05	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
ETH0003_000000032229	1314	0.613716156656577	2	2	2	2	1	False	53022	fragment	False	FIJ0111_000000013429	0.2079869461442702		0	0	False	False	0.9855403304100037	0					non-mobilizable	other	1311.0	95.881	99.0	0.022893020164745797	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0093_000000024081	1562	0.6137151091652147	3	2	2	2	2	True	93137	fragment	False	ENG0082_000000009793	0.3085763667669942		0	0	False	False	1.0	0		MOBV			mobilizable	other	1562.0	100.0	100.0	0.0004154367901346936	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
USA0037_01_000000010975	3188	0.6137122756981633	3	2	2	2	2	False	1368	maximal	True	USA0037_01_000000010975	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1504.0	92.819	47.0	0.029421651013346515	NZ_VZBY01000056.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_24_length_50579_cov_27.4167_ID_47, whole genome shotgun sequence	True	False
USA0036_01_000000005364	7344	0.6137107932356447	8	6	3	5	5	False	91594	maximal	True	USA0036_01_000000005364	1.0		220	13	False	False	0.998910665512085	0					non-mobilizable	no_good_hit	2923.0	98.084	51.0	0.0006817081057473453	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
USA0030_01_000000012894	1280	0.6137102031789468	2	2	2	2	2	False	92366	fragment	False	USA0035_01_000000017628	0.694895777961148		0	0	False	False	0.999218761920929	0					non-mobilizable	no_good_hit	416.0	81.01	49.0	0.000685687721541054	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0145_000000007465	2517	0.6137070660500464	3	3	2	3	2	False	84903	fragment	False	CHI0145_000000007465	0.9973415132924335		0	0	False	False	1.0	0					non-mobilizable	chromosome	2517.0	100.0	100.0	0.0004729726046221605	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	False	False
MAD0044_000000004804	4872	0.6137063487672149	3	2	2	2	1	False	17982	fragment	False	MAD0044_000000004804	1.0		0	0	False	False	0.9971264600753784	0					non-mobilizable	no_good_hit	283.0	91.166	6.0	0.0005110056482432822	NZ_PPDF01000012.1	firmicutes	Veillonella tobetsuensis strain Y6 Contig_12_len_551853, whole genome shotgun sequence	True	False
SPA0140_000000006215	3550	0.6137063487672149	3	2	2	2	1	False	3492	fragment	False	SPA0140_000000006215	1.0		0	0	False	False	0.9997183084487915	0					non-mobilizable	no_good_hit								True	False
MAD0108_000000004777	3439	0.6137062804950462	4	3	2	3	1	False	14617	maximal	True	MAD0108_000000004777	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	6.564564555552721e-06	CP000250.1	a-proteobacteria	Rhodopseudomonas palustris HaA2, complete genome	True	False
SPA0154_000000000258	13083	0.6137057384189353	13	10	7	7	8	True	105467	maximal	True	SPA0154_000000000258	1.0	PS636	12	3	False	True	1.0	0					non-mobilizable	no_good_hit	10938.0	100.0	84.0	0.0023098775619165247	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
MAD0108_000000002925	5461	0.6137047860870749	8	6	2	3	5	False	50286	fragment	False	MAD0108_000000002925	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5485.0	97.50200000000001	100.0	0.0010134841066509062	CP055981.1	enterobacteria	Escherichia coli strain RHB01-C20 chromosome	False	False
FIJ0067_000000012614	2399	0.6136996704483423	2	2	2	2	2	False	60623	fragment	False	FIJ0067_000000012614	1.0		0	0	False	False	0.9995831847190857	0					non-mobilizable	chromosome	2399.0	98.291	100.0	0.00044861295720685114	CP052372.1	enterobacteria	Klebsiella pneumoniae strain D16KP0042 chromosome, complete genome	False	False
FIJ0031_000000010267	2349	0.6136996704483423	2	2	2	2	2	False	60622	fragment	False	FIJ0031_000000010267	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2349.0	98.63799999999999	100.0	0.0004550550746489942	CP018337.1	enterobacteria	Klebsiella pneumoniae isolate Kp_Goe_154414, complete genome	False	False
MON0015_000000017625	2137	0.6136996704483423	2	2	2	2	2	False	60621	fragment	False	MON0015_000000017625	1.0		0	0	False	False	0.9780065417289734	0					non-mobilizable	chromosome	2109.0	99.241	99.0	0.0004062116466737182	LR134217.1	enterobacteria	Klebsiella pneumoniae strain NCTC10317 genome assembly, chromosome: 1	False	False
ENG0018_000000000721	26129	0.6136989070309833	23	14	12	13	9	True	120453	fragment	False	ENG0018_000000000721	1.0		0	0	False	False	0.9993493556976318	0					non-mobilizable	no_good_hit	101.0	81.188	0.0	2.9815128135783513e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MAD0009_000000003356	2888	0.6136984313886126	3	1	1	1	1	False	43783	maximal	True	MAD0009_000000003356	1.0		4	2	False	False	0.9906509518623352	0					non-mobilizable	no_good_hit	909.0	71.507	31.0	0.002239694901002983	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
USA0003_01_000000003876	9639	0.6136960621175744	9	8	8	8	7	False	91620	maximal	True	USA0003_01_000000003876	1.0		9	6	False	False	0.9980288147926331	0					non-mobilizable	no_good_hit	1745.0	74.957	32.0	0.0449894004030464	NZ_JAAISM010000044.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_44_length_38209_cov_206.212, whole genome shotgun sequence	True	False
FIJ0120_000000004178	5223	0.6136955039559858	6	4	3	4	1	True	41555	maximal	True	FIJ0120_000000004178	1.0		23	10	False	False	0.9927244782447815	0					non-mobilizable	no_good_hit	513.0	99.61	10.0	0.00017397704386498157	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
CHI0133_000000002996	5624	0.6136940948107921	5	4	4	3	3	False	87948	fragment	False	CHI0133_000000002996	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5624.0	98.631	100.0	0.0022286732971877566	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0300_000000006348	1629	0.6136928431029783	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.6460120540450446		0	0	False	False	0.9969306588172913	0					non-mobilizable	chromosome	1627.0	99.01700000000001	100.0	0.0005125112958939524	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0059_000000018219	1288	0.6136915484158852	2	1	1	1	1	False	6261	maximal	True	SPA0059_000000018219	1.0		1	1	False	False	0.9821428656578064	0					non-mobilizable	other	1277.0	97.416	99.0	0.00033848173962637025	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0068_000000008491	2399	0.6136910649699308	3	3	3	1	1	False	84009	maximal	True	ISR0068_000000008491	0.9861111111111112		196	12	False	False	0.9974989295005798	0					non-mobilizable	no_good_hit	853.0	74.56	35.0	0.004266787567376958	NZ_CABJDM010000005.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
CHI0087_000000003989	2340	0.6136910649699308	3	3	3	1	1	False	84009	maximal	False	ISR0068_000000008491	0.9741558982909546		0	0	False	False	0.9914529919624329	0					non-mobilizable	no_good_hit	849.0	74.558	36.0	0.004246637448995013	NZ_CABJDM010000005.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
CHI0014_000000003812	1779	0.6136910649699308	3	3	3	1	1	False	89902	maximal	True	CHI0014_000000003812	1.0		0	0	False	False	0.9960651993751526	0					non-mobilizable	no_good_hit	853.0	74.56	48.0	0.004266787567376958	NZ_CABJDM010000005.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
MAD0112_000000019091	1519	0.6136869285721528	2	1	1	1	1	False	14441	fragment	False	MON0081_000000035436	0.9592524917862099		0	0	False	False	0.9993416666984558	0					non-mobilizable	other	1519.0	98.486	100.0	0.02656632831641582	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0081_000000035436	1491	0.6136869285721528	2	1	1	1	1	False	14441	fragment	False	MON0081_000000035436	0.960736365673592		0	0	False	False	1.0	0					non-mobilizable	other	1452.0	99.587	97.0	0.020727090922076995	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
MON0061_000000032696	1415	0.6136869285721528	2	1	1	1	1	False	14441	fragment	False	MON0081_000000035436	0.6346970713167897		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	99.354	99.0	0.01989857867295193	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0387_000000016349	1468	0.6136867406319771	1	1	1	1	1	False	67645	fragment	False	ISR0049_000000020001	0.9795687528271682		0	0	False	False	1.0	0					non-mobilizable	other	1434.0	97.90799999999999	98.0	0.014044695698259871	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
FIJ0123_000000002729	11761	0.6136860463821552	13	4	0	4	3	False	48903	maximal	True	FIJ0123_000000002729	0.9746734129539268		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0104_000000002323	11573	0.6136860463821552	14	4	0	4	3	False	108043	maximal	True	AST0104_000000002323	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000006076	5214	0.6136854463290194	7	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7463640229143539	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	plasmid	3522.0	99.34700000000001	94.0	0.4862588040325922	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ENG0051_000000005197	5147	0.6136854463290194	8	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7235693296961351	PS1159|PS463	0	0	True	True	1.0	504		MOBV			mobilizable	other	4728.0	97.948	92.0	0.04020275729509521	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0055_000000003768	5136	0.6136854463290194	6	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.730409087594535	PS1159|PS463	0	0	True	True	1.0	157		MOBV			mobilizable	other	3573.0	99.244	94.0	0.4539908490086426	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0097_000000006059	5136	0.6136854463290194	8	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7275536523348801	PS1159|PS463	0	0	True	True	1.0	70		MOBV			mobilizable	other	4742.0	97.469	92.0	0.040321826176443074	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0066_000000003328	5135	0.6136854463290194	7	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7297294884397517	PS1159|PS463	0	0	True	True	1.0	144		MOBV			mobilizable	other	3540.0	99.15299999999999	94.0	0.44979664463650226	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0072_000000006112	1768	0.6136854414369749	4	2	2	1	2	False	62262	maximal	True	ENG0072_000000006112	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	971.0	100.0	81.0	0.0002693681234761262	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0783_000000003200	4458	0.6136817494625676	3	3	3	3	2	False	100045	fragment	False	ENG0152_000000004761	0.7748038118356881		0	0	False	False	0.9993270635604858	0					non-mobilizable	no_good_hit	491.0	74.745	11.0	0.0037871033776867963	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0207_000000006446	4062	0.6136759750716891	4	2	2	2	1	False	74010	maximal	True	ISR0207_000000006446	1.0		1	1	False	False	0.9950762987136841	0					non-mobilizable	no_good_hit	3528.0	98.781	87.0	0.001573937346851255	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
TAN0005_000000017047	1142	0.6136754065206288	2	1	1	1	1	False	19264	fragment	False	MAD0043_000000021812	0.9353691710367356		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	93.979	100.0	0.00030517009898554953	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0120_000000005356	7790	0.6136749605816888	8	7	7	7	6	False	124017	maximal	True	SPA0120_000000005356	1.0		3	2	False	False	0.9991014003753662	0					non-mobilizable	no_good_hit	982.0	94.90799999999999	18.0	0.0002721451144397976	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0222_000000023013	2162	0.6136692609871038	4	2	2	2	2	False	73412	maximal	True	ISR0222_000000023013	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	76.923	9.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
CHI0077_000000003774	3672	0.6136667478756996	2	2	2	2	2	False	84544	maximal	True	CHI0077_000000003774	1.0		42	7	False	False	0.9975489974021912	0					non-mobilizable	other	3672.0	95.098	100.0	0.09255710755887248	NZ_FQZN01000042.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
SPA0137_000000009222	3951	0.6136632194074112	6	6	5	5	5	False	3579	maximal	False	USA0037_01_000000008367	0.9122290292177191		0	0	False	False	0.9994937777519226	0					non-mobilizable	no_good_hit	3291.0	96.01899999999999	83.0	0.0013549030605983484	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0097_000000005944	4900	0.6136495816610575	5	4	4	4	2	True	52324	fragment	False	FIJ0097_000000005944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1654.0	86.155	63.0	0.026107093008501458	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ENG0177_000000001150	15439	0.6136475564582525	15	8	5	7	4	True	123969	fragment	False	ENG0177_000000001150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2526.0	89.984	16.0	0.001482060706195744	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
SPA0116_000000010034	3815	0.6136472939127616	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9936675699031297	PS984	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	103.0	90.291	3.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0110_000000021344	1408	0.6136470839643134	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.4232918007262516		0	0	False	False	0.9950284361839294	0					non-mobilizable	chromosome	1293.0	95.669	92.0	0.0004210768019950756	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0197_000000019430	1305	0.6136470839643134	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.4511022284845714		0	0	False	False	0.9938697218894958	0					non-mobilizable	chromosome	1304.0	95.706	99.0	0.000424664598139108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
SPA0114_000000011449	3856	0.6136425279855039	6	4	3	4	2	False	4463	fragment	False	SPA0114_000000011449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	8.894180596929967e-06	CP011774.1	b-proteobacteria	Limnohabitans sp. 63ED37-2, complete genome	True	False
FIJ0085_000000020979	1497	0.6136410342452702	3	3	3	2	2	False	43919	maximal	True	FIJ0085_000000020979	1.0		16	7	False	False	0.9906479716300964	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	4.0	1.0136744685811599e-05	CP054230.1	enterobacteria	Escherichia coli strain EcPF14 chromosome, complete genome	True	False
MAD0107_000000014948	2598	0.6136375602268994	5	4	3	3	4	False	14695	maximal	True	MAD0107_000000014948	1.0		8	4	False	False	0.9969207048416138	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	1.9438930267891784e-05	NZ_LN651348.1	g-proteobacteria	Halomonas salina strain B6, whole genome shotgun sequence	True	False
ETH0003_000000003127	8229	0.6136258043609935	12	2	2	2	2	False	53289	maximal	True	ETH0003_000000003127	1.0		1	1	False	False	0.9838376641273499	0					non-mobilizable	no_good_hit	69.0	100.0	1.0	0.0001440629131215891	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
USA0060_01_000000004911	2681	0.613622803046459	5	2	1	1	2	False	903	maximal	True	USA0060_01_000000004911	1.0		9	6	False	False	0.997389018535614	0					non-mobilizable	no_good_hit	1521.0	78.567	56.0	0.005459275272047778	NZ_HG726024.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
DEN0053_000000000089	37364	0.6136220324185877	41	26	15	19	17	True	72166	maximal	True	DEN0053_000000000089	1.0		2	2	False	False	0.9997323751449585	0					non-mobilizable	no_good_hit	751.0	83.22200000000001	2.0	0.9893758300132802	GQ882359.1		Uncultured organism clone VC1D105TF genomic sequence	True	True
ENG0146_000000013319	1705	0.6136215489408613	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.23128937491185309		0	0	False	False	0.9964809417724609	0					non-mobilizable	chromosome	1705.0	98.944	100.0	0.0004846871293380778	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0180_000000010774	1647	0.6136215489408613	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.25495906072478824		0	0	False	False	0.9951426982879639	0					non-mobilizable	other	1651.0	87.038	100.0	0.026612244897959183	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0791_000000011014	1669	0.613620208847109	2	2	2	2	2	False	58587	fragment	False	ISR0791_000000011014	1.0		0	0	False	False	0.9970042109489441	0					non-mobilizable	chromosome	1669.0	99.281	100.0	0.0007384886749573974	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	False
DEN0051_000000012453	3455	0.6136181623522448	4	3	3	3	2	True	124740	fragment	False	DEN0051_000000012453	1.0		0	0	False	False	0.9971056580543518	0					non-mobilizable	no_good_hit	861.0	85.134	57.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0111_000000021441	1599	0.6136166522149772	4	4	3	3	2	False	4568	maximal	True	SPA0111_000000021441	1.0		11	7	False	False	0.998123824596405	0					non-mobilizable	no_good_hit								True	False
SPA0052_000000019345	1395	0.6136133320334476	2	2	2	2	1	False	6511	fragment	False	SPA0052_000000019345	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	99.49799999999999	100.0	0.0004395605782635558	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0389_000000019190	1154	0.613605721588511	2	2	2	1	1	False	40752	fragment	False	USA0082_01_000000020800	0.4059848105879733		0	0	False	False	0.998266875743866	0					non-mobilizable	chromosome	1154.0	98.007	100.0	0.00040189171440800967	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0072_000000008967	2339	0.6136021752840808	3	3	3	3	3	False	21311	maximal	True	SPA0072_000000008967	1.0		455	12	False	False	1.0	0					non-mobilizable	other	2339.0	99.48700000000001	100.0	0.0647878737495497	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0021_000000005750	5293	0.6136010501507764	5	2	1	2	1	False	74875	fragment	False	DEN0021_000000005750	1.0		0	0	False	False	0.9975439310073853	0					non-mobilizable	no_good_hit	103.0	84.46600000000001	2.0	3.160177715754023e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
FIJ0124_000000021419	1352	0.6136003242318058	2	2	2	2	1	False	41222	fragment	False	FIJ0124_000000021419	1.0		0	0	False	False	0.9977810382843018	0					non-mobilizable	other	1352.0	99.77799999999999	100.0	0.0002616599934652789	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ETH0004_000000004371	6389	0.6135935780883754	7	1	1	1	1	True	52951	maximal	True	ETH0004_000000004371	0.9628580596346812		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	95.146	2.0	0.04702627939142462	NZ_LT629832.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0114_000000005628	6232	0.6135935780883754	6	1	1	1	1	True	52951	maximal	False	ETH0004_000000004371	0.9542964470183126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	95.977	3.0	0.07976025818349469	NZ_LT629832.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0020_000000004432	5225	0.6135935780883754	4	1	1	1	1	True	49819	fragment	False	FIJ0020_000000004432	1.0		0	0	False	False	0.9973205924034119	0					non-mobilizable	no_good_hit								True	True
MON0027_000000020874	1962	0.6135935780883754	2	1	1	1	1	True	12650	fragment	False	MON0027_000000020874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	92.381	5.0	0.0011143374513816714	NZ_LT965938.1	CFB group bacteria	Metaprevotella massiliensis strain Marseille P-3114, whole genome shotgun sequence	True	True
MON0084_000000024282	1480	0.6135917658436951	2	2	2	2	1	False	93381	fragment	False	MON0088_000000019803	0.9315721687137601		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	85.492	99.0	0.0005014060274967912	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
SPA0086_000000009908	1403	0.6135822628091118	2	2	2	2	2	False	87457	fragment	False	SPA0086_000000009908	1.0		0	0	False	False	0.9850320816040039	0					non-mobilizable	chromosome	1403.0	99.715	100.0	0.00028735049115003527	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
FIJ0139_000000007759	3319	0.61357889433709	4	2	1	2	2	False	40444	fragment	False	FIJ0139_000000007759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	93.84899999999999	30.0	0.0002818398573056278	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0104_000000012805	3418	0.613578686449313	6	6	3	3	3	False	40523	fragment	False	MON0104_000000012805	1.0		0	0	False	False	1.0	0	rep_cluster_1097				non-mobilizable	plasmid	3355.0	94.87299999999999	98.0	0.37459429210968104	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	False	True
ISR0138_000000006306	4638	0.6135781102013317	6	4	4	4	4	False	98895	maximal	True	ISR0138_000000006306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2067.0	76.488	44.0	0.003241809911909773	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ISR0134_000000018116	1768	0.6135734250633458	3	3	2	3	2	False	128005	maximal	True	ISR0134_000000018116	1.0		1	1	False	False	0.9886877536773682	0					non-mobilizable	no_good_hit	1522.0	98.095	86.0	0.0004317705944070237	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0058_000000024360	1688	0.6135695055225469	3	2	2	1	1	False	46001	maximal	True	FIJ0058_000000024360	1.0		55	9	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	97.869	87.0	0.00018262170720673696	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0107_000000015560	1768	0.6135683103466893	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.17938087153629814		0	0	False	False	0.9983031749725342	0					non-mobilizable	other	1773.0	92.273	100.0	0.0005497107096836814	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0010_000000002993	6023	0.6135647505951621	6	6	5	6	6	False	127576	fragment	False	ENG0010_000000002993	1.0		0	0	False	False	0.9998339414596558	0					non-mobilizable	chromosome	6023.0	95.866	100.0	0.0025821987795658975	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0292_000000015103	1355	0.6135644570230466	1	1	1	1	1	False	25869	maximal	True	ISR0292_000000015103	1.0		41	7	False	False	1.0	0					non-mobilizable	other	1355.0	98.819	100.0	0.00202083218287188	NZ_SAXT01000001.1	bacteria	Brachyspira aalborgi strain W1 W1_contig1, whole genome shotgun sequence	False	False
MAD0044_000000020591	1208	0.6135642656555109	2	1	1	1	1	True	17937	fragment	False	MAD0044_000000020591	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	97.351	100.0	0.006358689066953255	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
FIJ0017_000000014127	2033	0.6135585379924104	3	3	2	3	2	False	51212	maximal	True	FIJ0017_000000014127	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0043_01_000000006440	1469	0.6135573950460386	3	2	2	2	2	False	1247	maximal	True	USA0043_01_000000006440	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	99.09	82.0	0.000337797120950664	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0104_000000003669	6931	0.6135535358177078	10	9	2	7	7	False	132521	backbone	False	USA0060_01_000000001071	0.029324921574269965	PS1166	0	0	False	True	0.9985572099685669	0					non-mobilizable	plasmid	6931.0	100.0	100.0	0.13583707391653763	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MON0053_000000004236	6821	0.6135535358177078	10	9	2	7	7	False	132521	backbone	False	USA0060_01_000000001071	0.029059066158479675	PS1166	0	0	False	True	0.9969213008880615	0					non-mobilizable	plasmid	6821.0	99.971	100.0	0.15519399249061328	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ENG0105_000000002702	6767	0.6135535358177078	10	9	2	7	7	False	132521	backbone	False	USA0060_01_000000001071	0.028977035140482776	PS1166	0	0	False	True	0.9988178014755249	0					non-mobilizable	plasmid	6767.0	99.956	100.0	0.15481774706541884	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0824_000000001882	6690	0.6135535358177078	10	9	2	7	7	False	132521	backbone	False	USA0060_01_000000001071	0.02915515848215881	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	6690.0	99.985	100.0	0.17835906460816467	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0047_01_000000004794	6684	0.6135535358177078	10	9	2	7	7	False	132521	backbone	False	USA0060_01_000000001071	0.028988661923046867	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	6684.0	100.0	100.0	0.17819907740714075	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0092_000000005518	6576	0.6135535358177078	9	9	2	7	7	False	132521	backbone	False	USA0060_01_000000001071	0.02880639911791755	PS1166	0	0	False	True	0.9993917346000671	0					non-mobilizable	other	6559.0	99.87799999999999	99.0	0.17486601071914246	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0059_000000002325	6569	0.6135535358177078	9	9	2	7	7	False	132521	backbone	False	USA0060_01_000000001071	0.02883494190651027	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	6569.0	100.0	100.0	0.17513265605418232	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0032_000000000008	6490	0.6135535358177078	9	9	2	7	7	False	132521	backbone	False	USA0060_01_000000001071	0.026572231766001868	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6496.0	97.79899999999999	100.0	0.12705568731991296	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
FIJ0146_000000005026	3440	0.6135507357216268	4	3	2	3	3	False	84905	fragment	False	FIJ0146_000000005026	1.0		0	0	False	False	0.9944767355918884	0					non-mobilizable	chromosome	3421.0	99.971	99.0	0.000636762416867129	CP041023.1	enterobacteria	Klebsiella pneumoniae strain KP1692 chromosome, complete genome	False	False
FIJ0112_000000009282	2878	0.6135507357216268	3	3	2	3	3	False	84904	fragment	False	FIJ0112_000000009282	1.0		0	0	False	False	0.9996525645256042	0					non-mobilizable	chromosome	2878.0	99.965	100.0	0.0005586681134688532	CP057066.1	enterobacteria	Klebsiella pneumoniae strain RHB39-C10 chromosome, complete genome	False	False
CAN0006_000000016236	2779	0.6135492735690848	5	4	2	3	4	False	95683	fragment	False	CAN0006_000000016236	1.0		0	0	False	False	0.994962215423584	0					non-mobilizable	no_good_hit	527.0	78.748	19.0	0.0005739610100837501	NZ_NQOF01000003.1	firmicutes	Blautia hominis strain KB1 KB1_contig3, whole genome shotgun sequence	True	False
MON0077_000000004013	7582	0.6135490671924312	10	7	4	7	2	True	10249	fragment	False	MON0077_000000004013	1.0		0	0	False	False	0.9998680949211121	0					non-mobilizable	no_good_hit								True	True
ISR0851_000000012793	1125	0.6135467642816642	2	2	2	1	1	False	20545	fragment	False	MON0103_000000050354	0.9670608108108109		0	0	False	False	1.0	0					non-mobilizable	chromosome	1125.0	98.311	100.0	0.0003622857912737472	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0126_000000012768	3827	0.6135434105064931	5	5	5	4	3	True	128497	fragment	False	ISR0126_000000012768	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3827.0	99.53	100.0	0.0015641555257218732	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	True
MON0092_000000005873	7472	0.6135356779086667	9	7	7	6	6	False	50840	maximal	True	MON0092_000000005873	1.0		26	4	False	False	0.9998661875724792	0					non-mobilizable	no_good_hit	3044.0	89.29	77.0	0.07018031799008019	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MON0005_000000023838	2256	0.6135346857582018	2	2	2	2	2	False	14126	maximal	True	MON0005_000000023838	1.0		49	8	False	False	0.9734042286872864	0					non-mobilizable	other	2256.0	98.005	100.0	0.034829637641968635	NZ_CZBD01000023.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ENG0067_000000002223	11110	0.6135324878432125	16	8	4	7	4	True	110253	maximal	True	ENG0067_000000002223	1.0		11	2	False	False	0.9998199939727783	0					non-mobilizable	no_good_hit	251.0	98.805	5.0	7.473951038445705e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
FIJ0103_000000001746	9270	0.6135324878432125	14	8	4	7	4	True	110249	fragment	False	FIJ0103_000000001746	1.0		0	0	False	False	0.9953613877296448	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	2.33187272399506e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0066_000000025446	1267	0.6135323473675063	3	2	2	2	2	False	35101	maximal	True	ISR0066_000000025446	1.0		3	2	False	False	0.9952644109725952	0					non-mobilizable	no_good_hit	80.0	83.75	6.0	0.002519221331588418	NZ_WHJC01000013.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig013, whole genome shotgun sequence	True	False
SPA0149_000000010519	3572	0.6135287526085026	4	3	3	3	3	False	18882	maximal	True	SPA0149_000000010519	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	70.997	36.0	0.03098699311400153	NZ_AAXG02000055.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont43.1, whole genome shotgun sequence	True	False
DEN0089_000000013959	1390	0.6135264500692226	2	2	1	1	1	True	68814	maximal	True	DEN0089_000000013959	1.0		1	1	False	False	0.9985611438751221	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.664575259478097e-06	NZ_CP009687.1	firmicutes	Clostridium aceticum strain DSM 1496 chromosome, complete genome	True	True
ISR0850_000000004375	3314	0.6135260660871728	3	3	3	3	3	False	95936	maximal	True	ISR0850_000000004375	1.0		49	11	False	False	0.9969825148582458	0					non-mobilizable	no_good_hit	1259.0	90.54799999999999	68.0	0.0024269452758621354	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
ISR0108_000000010973	2029	0.6135239782092167	3	1	1	1	1	False	32803	fragment	False	ISR0108_000000010973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	74.057	21.0	0.0031776586155796934	MK554696.1	viruses	Fusobacterium phage Fnu1, complete genome	True	False
SPA0086_000000010974	1271	0.6135215418824417	2	2	2	2	2	False	5499	maximal	True	SPA0086_000000010974	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	663.0	97.587	100.0	0.00016610662138128444	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0046_000000003654	5133	0.6135204742501751	6	5	3	4	4	True	131267	maximal	True	ENG0046_000000003654	1.0	PS1133	174	13	False	True	1.0	0					non-mobilizable	no_good_hit	1773.0	95.149	87.0	0.0006176514466010348	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0098_000000004044	4289	0.6135137700466752	4	4	4	4	4	False	122777	fragment	False	ISR0052_000000006593	0.9593849421450642		0	0	False	False	0.9997668266296387	0					non-mobilizable	other	4174.0	99.904	100.0	0.0017564668960919137	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
MAD0044_000000003691	6180	0.6135102269910088	10	5	4	2	3	False	121492	maximal	True	MAD0044_000000003691	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	81.366	5.0	0.0010298290810655298	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
MON0005_000000002885	11000	0.6134958931711593	10	6	3	6	2	True	14160	fragment	False	MON0005_000000002885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0059_000000029240	1333	0.6134937622776352	3	2	2	2	2	False	66511	fragment	False	SPA0144_000000014680	0.6770193876064142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	72.464	76.0	0.03722797068895681	NZ_SLUM01000037.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_137, whole genome shotgun sequence	True	False
SPA0032_000000002474	8938	0.613491975773072	9	9	7	8	9	False	127582	fragment	False	ISR0779_000000003099	0.961391303461028		0	0	False	False	1.0	0					non-mobilizable	chromosome	7961.0	97.5	99.0	0.0032773004730217796	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0179_000000014830	2243	0.6134896606700933	3	2	2	2	2	False	93255	fragment	False	ENG0179_000000014830	1.0		0	0	False	False	0.9942041635513306	0					non-mobilizable	other	2243.0	99.64299999999999	100.0	0.004137317608327782	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0058_000000003187	6667	0.6134890249630613	6	5	5	4	4	False	89670	maximal	True	ISR0058_000000003187	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	97.366	34.0	0.00031857981235967924	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
DEN0045_000000005987	5457	0.6134889674884533	2	2	1	1	2	False	72973	maximal	True	DEN0045_000000005987	1.0		3	2	False	False	0.9981675148010254	0					non-mobilizable	no_good_hit	3038.0	94.075	56.0	0.053227672779550476	NZ_SRMQ01000012.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000012, whole genome shotgun sequence	True	False
SPA0023_000000015677	1773	0.6134836996106772	3	2	1	2	1	False	7615	maximal	True	SPA0023_000000015677	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	88.785	6.0	0.0009011842921877524	NZ_CBVI010000097.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
FIJ0023_000000009075	3435	0.6134763504778497	3	3	3	3	2	False	69536	maximal	True	FIJ0023_000000009075	1.0		1	1	False	False	0.999708890914917	0					non-mobilizable	no_good_hit	114.0	78.07	3.0	0.00028449285338711603	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
ENG0100_000000015411	1982	0.6134762295551	2	2	2	2	1	False	60570	maximal	True	ENG0100_000000015411	1.0		2	1	False	False	0.9984863996505737	0					non-mobilizable	no_good_hit	214.0	73.832	11.0	0.0001115312237447871	LR134284.1	firmicutes	Streptococcus pyogenes strain NCTC8232 genome assembly, chromosome: 1	True	False
ENG0068_000000004631	4908	0.6134737156271655	6	6	2	5	6	True	105996	fragment	False	ENG0042_000000004955	0.2597733704039241		0	0	False	False	1.0	0					non-mobilizable	plasmid	4908.0	99.98	100.0	0.039461515573104726	CP054380.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-1, complete sequence	False	True
CHI0052_000000003703	4186	0.6134725245259272	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8707424760924083		0	0	False	False	0.9988055229187012	0					non-mobilizable	other	4174.0	98.419	99.0	0.001247874946770802	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0149_000000012655	1512	0.6134717719612613	3	3	3	3	3	False	57202	maximal	True	ENG0149_000000012655	1.0		23	8	False	False	0.9887565970420837	0					non-mobilizable	no_good_hit	373.0	76.944	24.0	0.002089763008347664	NZ_VWXL01000058.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_58, whole genome shotgun sequence	True	False
DEN0005_000000028588	1359	0.6134684606979875	2	2	1	2	2	False	76441	fragment	False	FIJ0008_000000019298	0.6363636363636364		0	0	False	False	0.9985283017158508	0					non-mobilizable	no_good_hit	834.0	73.141	61.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0131_000000013619	1337	0.6134674356995272	2	2	2	2	1	False	80982	maximal	True	CHI0131_000000013619	1.0		0	0	False	False	0.9992520809173584	0					non-mobilizable	other	1201.0	96.669	90.0	0.0015656476040372834	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
SPA0100_000000002707	11056	0.6134669374506712	11	10	5	6	10	True	119604	maximal	True	SPA0100_000000002707	1.0		54	4	False	False	1.0	0					non-mobilizable	chromosome	11052.0	100.0	99.0	0.005684258497711843	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0148_000000002484	11052	0.6134669374506712	11	10	5	6	10	True	119604	maximal	False	SPA0100_000000002707	0.9999409486362907		0	0	False	False	0.999909520149231	0					non-mobilizable	chromosome	11052.0	100.0	100.0	0.005684258497711843	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0072_000000001871	11050	0.6134669374506712	11	10	5	6	10	True	119604	maximal	False	SPA0100_000000002707	0.9998818922363264		0	0	False	False	1.0	0					non-mobilizable	chromosome	11050.0	100.0	100.0	0.005683229765742299	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0015_000000001933	11050	0.6134669374506712	11	10	5	6	10	True	119604	maximal	False	SPA0100_000000002707	0.9998818922363264		0	0	False	False	1.0	0					non-mobilizable	chromosome	11050.0	100.0	100.0	0.005683229765742299	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
AST0026_000000002529	11050	0.6134669374506712	11	10	5	6	10	True	119604	maximal	False	SPA0100_000000002707	0.9998818922363264		0	0	False	False	1.0	0					non-mobilizable	chromosome	11050.0	100.0	100.0	0.005683229765742299	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0125_000000001899	11018	0.6134669374506712	11	10	5	6	10	True	119604	maximal	False	SPA0100_000000002707	0.998268698851862		0	0	False	False	1.0	0					non-mobilizable	chromosome	11018.0	100.0	100.0	0.005666770054229606	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0042_000000001637	11018	0.6134669374506712	11	10	5	6	10	True	119604	maximal	False	SPA0100_000000002707	0.998268698851862		0	0	False	False	1.0	0					non-mobilizable	chromosome	11018.0	100.0	100.0	0.005666770054229606	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
AST0057_000000000656	11018	0.6134669374506712	11	10	5	6	10	True	119604	maximal	False	SPA0100_000000002707	0.998268698851862		0	0	False	False	1.0	0					non-mobilizable	chromosome	11018.0	100.0	100.0	0.005666770054229606	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0156_000000001441	11018	0.6134669374506712	11	10	5	6	10	True	119604	maximal	False	SPA0100_000000002707	0.998268698851862		0	0	False	False	0.999183177947998	0					non-mobilizable	chromosome	11018.0	100.0	100.0	0.005666770054229606	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ENG0023_000000001651	11018	0.6134669374506712	11	10	5	6	10	True	119604	maximal	False	SPA0100_000000002707	0.998268698851862		0	0	False	False	1.0	0					non-mobilizable	chromosome	11018.0	100.0	100.0	0.005666770054229606	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
ISR0379_000000001451	10515	0.6134660560963647	9	7	4	7	1	False	23237	fragment	False	ISR0379_000000001451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	97.333	2.0	0.0001289863762497734	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ENG0134_000000004204	7734	0.6134642619072131	9	9	4	8	7	False	119723	fragment	False	DEN0094_000000003259	0.9467148159979099		0	0	False	False	0.9990949034690857	0					non-mobilizable	chromosome	7734.0	99.961	100.0	0.0011897959114593672	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0150_000000012379	1421	0.6134568257303364	2	1	1	1	1	False	57143	fragment	False	ENG0150_000000012379	1.0		0	0	False	False	0.988036572933197	0					non-mobilizable	chromosome	1421.0	97.185	100.0	0.00021887622472422752	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0139_000000010789	1161	0.6134548363737187	1	1	1	1	1	False	80313	fragment	False	CHI0139_000000010789	1.0		0	0	False	False	0.9956933856010437	0					non-mobilizable	no_good_hit	655.0	74.656	56.0	0.0003106906345952104	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
ENG0023_000000002767	6234	0.613452886805265	7	6	4	5	2	False	124478	maximal	True	ENG0023_000000002767	1.0		1	1	False	False	0.9996792078018188	0					non-mobilizable	no_good_hit	3275.0	97.71	53.0	0.06812317935913441	NZ_LMUA01000025.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00025, whole genome shotgun sequence	True	False
MAD0023_000000011755	1240	0.6134518324221035	2	1	1	1	1	False	20114	maximal	True	MAD0023_000000011755	0.9700719363181413		31	2	False	False	0.9822580814361572	0					non-mobilizable	no_good_hit	82.0	100.0	7.0	2.4387548861658466e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0111_000000012859	1341	0.613448854177443	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8846756352931678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	98.96600000000001	87.0	0.010385331614381894	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0061_000000015584	2650	0.6134465489657739	2	2	2	2	1	False	71885	maximal	True	DEN0061_000000015584	1.0		112	10	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	80.0	5.0	4.685876239962211e-05	NZ_CP023074.1	firmicutes	Enterococcus thailandicus strain a523 chromosome, complete genome	True	False
CHI0048_000000015868	1245	0.6134429044768026	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.31036580193525287		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	93.25299999999999	100.0	0.33360150174309466	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	False	False
ENG0008_000000018488	1415	0.6134395524319459	3	2	2	2	2	False	67397	maximal	True	ENG0008_000000018488	1.0		7	3	False	False	0.9957597255706787	0					non-mobilizable	no_good_hit	1136.0	93.134	80.0	0.0004912526248195742	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
FIJ0111_000000016956	1231	0.6134324032365016	2	2	2	2	2	False	42072	maximal	True	FIJ0111_000000016956	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	80.17399999999999	47.0	0.00020873974743583438	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
AST0094_000000019006	1216	0.6134324032365016	2	2	2	2	2	False	109062	maximal	True	AST0094_000000019006	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	75.042	48.0	0.0001917704405505033	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0337_000000009597	1158	0.6134324032365016	2	2	2	2	2	False	64546	fragment	False	ENG0043_000000028072	0.9575682737299799		0	0	False	False	0.9982728958129883	0					non-mobilizable	no_good_hit	559.0	92.665	55.0	0.00024462697455178027	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0107_000000027000	1144	0.6134324032365016	2	2	2	2	2	False	64546	fragment	False	ENG0043_000000028072	0.955205006673893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.052	54.0	0.00023673578182430347	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0080_000000030683	1105	0.6134324032365016	2	2	2	2	2	False	64546	fragment	False	ENG0043_000000028072	0.764952030939233		0	0	False	False	0.9909502267837524	0					non-mobilizable	no_good_hit	527.0	92.03	51.0	0.00015836852717570807	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0113_000000023829	1103	0.6134324032365016	2	2	2	2	2	False	64546	fragment	False	ENG0043_000000028072	0.7749770902938914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	92.929	45.0	0.0032175074087341647	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
MAD0047_000000027634	1676	0.6134296364098027	3	3	3	3	2	False	17639	fragment	False	MAD0047_000000027634	1.0		0	0	False	False	0.9916467666625977	0					non-mobilizable	no_good_hit	1289.0	76.493	76.0	0.000279163201739388	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
TAN0017_000000017134	2132	0.6134284013896838	3	3	3	2	3	False	31884	maximal	True	TAN0017_000000017134	1.0		120	13	False	False	0.998123824596405	0					non-mobilizable	no_good_hit	1118.0	93.113	70.0	0.00032496739115161924	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0207_000000013105	1457	0.6134275480003563	3	2	2	2	1	False	53887	maximal	True	ENG0207_000000013105	1.0		604	16	False	False	0.9725463390350342	0					non-mobilizable	other	1457.0	99.863	100.0	0.031663187195546276	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
CHI0134_000000000636	14771	0.6134270117025677	27	7	5	6	3	False	114077	maximal	True	CHI0134_000000000636	1.0		1	1	False	False	0.9998645782470703	0					non-mobilizable	no_good_hit	2029.0	97.38799999999999	14.0	0.0005878797629348767	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0050_000000022116	1318	0.6134259379112361	4	3	3	3	2	True	35897	fragment	False	ISR0050_000000022116	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	98.103	100.0	0.00039372774070531974	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
FIJ0154_000000002658	10314	0.6134212139272515	15	5	4	4	1	False	59533	maximal	True	FIJ0154_000000002658	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	75.77	12.0	0.026073974388628383	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
DEN0001_000000027681	1586	0.6134060461520862	1	1	1	1	1	False	76815	maximal	True	DEN0001_000000027681	1.0		1	1	False	False	0.9993695020675659	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000012195	2618	0.6134049446081112	4	4	3	3	3	True	6855	maximal	True	SPA0042_000000012195	1.0		4	4	False	False	0.9992360472679138	0					non-mobilizable	no_good_hit	1471.0	72.876	55.0	0.0014493072751621964	NZ_LT891970.1	actinobacteria	Enorma phocaeensis strain Marseille-P3242, whole genome shotgun sequence	True	True
ENG0011_000000007182	3591	0.6134006014667646	6	4	3	3	3	False	122624	fragment	False	ENG0085_000000005494	0.9561841375485303		0	0	False	False	0.9980506896972656	0					non-mobilizable	chromosome	2576.0	97.089	100.0	0.0008100578293034795	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0062_000000006684	4681	0.6133944848505779	6	6	4	6	3	True	75341	maximal	True	ISR0062_000000006684	0.9789810372401189		66	9	False	False	0.99957275390625	0					non-mobilizable	no_good_hit	2069.0	78.637	79.0	0.011819636832590647	NZ_AAXG02000011.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont151, whole genome shotgun sequence	True	True
ISR0075_000000010514	2393	0.6133933880939066	3	3	3	3	3	False	34636	maximal	True	ISR0075_000000010514	1.0		55	9	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	74.575	41.0	0.00035547193387503904	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
CHI0029_000000006773	1697	0.6133926255668892	3	3	3	2	3	False	88593	fragment	False	CHI0029_000000006773	1.0		0	0	False	False	0.9369475841522217	0					non-mobilizable	chromosome	1601.0	99.93799999999999	94.0	0.0006765505057637875	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
DEN0067_000000012564	2645	0.6133820410022983	5	2	1	2	1	True	70845	maximal	True	DEN0067_000000012564	1.0		2	2	False	False	0.9958412051200867	0					non-mobilizable	no_good_hit								True	True
FIJ0090_000000008254	4708	0.6133787476012882	7	4	3	3	4	False	43526	fragment	False	FIJ0090_000000008254	0.9740431148262209		0	0	False	False	0.9997875690460205	0					non-mobilizable	other	4711.0	96.54	100.0	0.0013437254187868113	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0061_000000001191	18759	0.6133785572629742	19	7	5	7	4	True	67767	maximal	True	MON0061_000000001191	1.0		1	1	False	False	0.9993603229522705	0					non-mobilizable	no_good_hit								True	True
USA0059_01_000000009992	2639	0.613377667830059	3	3	1	3	2	False	104740	fragment	False	USA0059_01_000000009992	1.0		0	0	False	False	0.994316041469574	0					non-mobilizable	no_good_hit	164.0	89.024	6.0	7.273937837730496e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0113_000000011740	2397	0.613377667830059	3	3	1	3	2	False	104739	fragment	False	ENG0113_000000011740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	97.84899999999999	7.0	4.105535466694513e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0087_000000046095	1126	0.6133732915321873	2	2	2	2	2	False	34268	fragment	False	MAD0110_000000021879	0.953239063118414		0	0	False	False	1.0	0					non-mobilizable	other	1067.0	72.915	92.0	0.001302428009161736	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
SPA0145_000000004866	6292	0.6133699383720145	3	3	2	2	2	False	3368	maximal	True	SPA0145_000000004866	1.0		0	0	False	False	0.998251736164093	0					non-mobilizable	no_good_hit	991.0	99.899	16.0	0.029913884272548725	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0010_000000026468	1737	0.613369401980121	3	3	3	3	2	False	107557	fragment	False	MAD0016_000000002666	0.27741722359625826		0	0	False	False	0.9965457916259766	0					non-mobilizable	chromosome	1746.0	86.77	100.0	0.0005819712770752123	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0048_000000013771	1375	0.6133654055527353	2	2	1	2	1	False	61589	fragment	False	ISR0048_000000013771	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	97.964	100.0	0.004922243597321784	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0014_000000007311	3251	0.6133631923612267	7	4	2	3	2	False	50508	maximal	True	FIJ0014_000000007311	1.0		6	3	False	False	0.9996923804283142	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000021340	1210	0.6133581517563954	2	2	2	2	2	False	73205	fragment	False	ISR0389_000000017724	0.9776463787495734		0	0	False	False	0.9991735816001892	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	1.2832226339941074e-05	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
ENG0012_000000017955	1279	0.6133526506896814	2	2	2	2	2	False	67035	fragment	False	ENG0012_000000017955	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	97.811	100.0	0.00035577826495458817	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0011_000000012457	3353	0.6133462366608291	6	5	2	5	3	False	80585	fragment	False	ISR0357_000000006367	0.9565892720773969		0	0	False	False	0.9988070130348206	0					non-mobilizable	no_good_hit								True	False
ISR0850_000000011443	1363	0.6133348866632158	3	3	3	3	2	False	20570	fragment	False	ISR0850_000000011443	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	98.64	100.0	0.000328853845691611	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0017_000000010873	2767	0.6133336862422326	4	3	3	3	3	False	96689	fragment	False	CAN0003_000000017204	0.7691832934992332		0	0	False	False	0.9945789575576782	0					non-mobilizable	chromosome	2746.0	99.381	99.0	0.0005102696175431624	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0037_000000020914	1692	0.6133308564377528	2	2	2	2	2	False	116800	fragment	False	ISR0159_000000013040	0.5313289905076205		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	99.40899999999999	100.0	0.006415047098054241	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0030_000000001451	14195	0.613330733952039	23	10	8	8	3	True	48792	maximal	True	FIJ0030_000000001451	1.0		1	1	False	False	0.9994364380836487	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.0944478588299466e-06	CP043567.1	g-proteobacteria	Stenotrophomonas acidaminiphila strain T0-18 chromosome, complete genome	True	True
ISR0052_000000014007	2500	0.6133299088154117	3	2	1	2	1	False	66921	fragment	False	ISR0052_000000014007	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2500.0	95.44	99.0	0.06013770523376186	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0067_000000016185	1844	0.6133299088154117	3	2	1	2	1	False	35074	fragment	False	ISR0067_000000016185	0.9798295454545455		0	0	False	False	0.9875271320343018	0					non-mobilizable	other	1845.0	97.182	100.0	0.044393085849102024	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ENG0097_000000005366	5770	0.6133272252887163	8	7	4	4	4	False	60792	maximal	True	ENG0097_000000005366	1.0		1	1	False	False	0.9998266696929932	0					non-mobilizable	no_good_hit	2632.0	81.421	45.0	0.01030996721878513	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0378_000000027230	1222	0.6133269529170944	2	2	2	2	2	False	23253	fragment	False	USA0039_01_000000017452	0.9503129890453834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	82.594	24.0	0.00011469790352007866	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0818_000000005942	2921	0.6133269471450903	5	4	3	1	2	False	126128	fragment	False	ISR0818_000000005942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	85.90899999999999	15.0	0.0664038811400849	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
FIJ0036_000000028792	1490	0.6133204842646105	2	2	2	2	1	False	47903	maximal	True	FIJ0036_000000028792	1.0		47	10	False	False	0.9832214713096619	0					non-mobilizable	no_good_hit	536.0	72.015	36.0	0.006726200333762214	NZ_FWXH01000015.1	firmicutes	Clostridium acidisoli DSM 12555, whole genome shotgun sequence	True	False
CAN0022_000000005293	5239	0.6133199840123296	13	10	4	7	7	False	110201	maximal	True	CAN0022_000000005293	1.0		4	3	False	False	1.0	0					non-mobilizable	other	5242.0	95.61200000000001	100.0	0.0011550339510984764	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
ISR0023_000000014831	2062	0.6133194842649654	4	2	2	2	2	False	57845	maximal	True	ISR0023_000000014831	1.0		1	1	False	False	0.9966052174568176	0					non-mobilizable	no_good_hit	1705.0	75.543	82.0	0.00549502297712031	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	True	False
MAD0110_000000009176	2975	0.6133190929011026	3	2	2	1	2	False	57993	fragment	False	FIJ0142_000000010998	0.9591358370678521		0	0	False	False	0.9952940940856934	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	2.0	0.0002744037770872846	NZ_NPML01000004.1	firmicutes	Petroclostridium xylanilyticum strain SK-Y3 Scaffold1_4, whole genome shotgun sequence	True	False
ISR0295_000000020276	1765	0.6133164687727846	3	3	3	2	2	False	25717	maximal	True	ISR0295_000000020276	1.0		72	11	False	False	0.9665722250938416	0					non-mobilizable	other	1776.0	76.689	100.0	0.040835795890825324	NZ_FQZY01000038.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
ENG0104_000000022960	1381	0.6133152710191818	2	2	2	2	1	False	83918	fragment	False	CHI0099_000000003479	0.6452492987899542		0	0	False	False	1.0	0					non-mobilizable	chromosome	1381.0	97.39299999999999	100.0	0.0004869636651002669	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0089_000000009654	1987	0.6133143588655675	3	3	2	2	1	True	127708	fragment	False	ISR0845_000000005015	0.9631630648330058		0	0	False	True	0.9969803690910339	0					non-mobilizable	chromosome	1987.0	95.72200000000001	100.0	0.0008949860502048419	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
MON0096_000000006216	4948	0.6133143395797845	6	6	5	4	4	False	125479	fragment	False	MON0096_000000006216	0.9423397505950253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1531.0	85.042	87.0	0.0004270001686189271	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0101_01_000000022843	1327	0.6133134256771664	2	2	1	1	2	False	99071	fragment	False	ENG0180_000000013457	0.7028641648341188		0	0	False	False	0.98643559217453	0					non-mobilizable	no_good_hit	104.0	83.654	8.0	2.854783063075872e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0051_000000003113	5365	0.6133108274556832	2	2	2	2	2	False	86659	maximal	True	CHI0051_000000003113	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	80.164	34.0	0.0007346034151183725	CP024597.1	CFB group bacteria	Porphyromonas gingivalis strain KCOM 2796 chromosome, complete genome	True	False
ISR0241_000000004189	3118	0.6133101791279019	5	4	3	2	3	False	125801	maximal	True	ISR0241_000000004189	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1958.0	98.417	100.0	0.0005244432915207945	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0130_000000016339	1261	0.6133079988350493	2	2	2	2	2	False	40866	maximal	True	FIJ0130_000000016339	1.0		99	11	False	False	0.9785884022712708	0					non-mobilizable	chromosome	1261.0	91.35600000000001	99.0	0.0005082813555137636	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0111_000000005969	3546	0.6133054390685597	5	4	2	3	2	True	64000	fragment	False	ISR0137_000000007194	0.9443528904602791		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	79.173	44.0	0.07334525939177101	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
FIJ0016_000000003064	5554	0.613305001552334	4	3	3	3	3	False	50259	fragment	False	FIJ0016_000000003064	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5280.0	98.277	95.0	0.015218877755626657	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
MON0078_000000011166	3634	0.6132985433386683	4	4	3	3	4	False	125474	fragment	False	MON0078_000000011166	1.0		0	0	False	False	0.9969730377197266	0					non-mobilizable	no_good_hit	1498.0	86.04799999999999	69.0	0.0004502385511413773	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CAN0019_000000002405	2605	0.6132916467858622	4	2	2	2	2	False	117018	fragment	False	ISR0246_000000007287	0.47658375437232803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000019444	2338	0.6132916467858622	4	2	2	2	2	False	117015	fragment	False	AST0094_000000009639	0.8858239468525905		0	0	False	False	0.9995722770690918	0					non-mobilizable	no_good_hit								True	False
CAN0009_000000021746	1319	0.6132916467858622	2	2	2	2	2	False	117010	fragment	False	CAN0009_000000021746	0.7713633315447501		0	0	False	False	0.9613343477249146	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000010266	2715	0.613289871974848	4	4	4	4	3	False	95240	fragment	False	ENG0112_000000010266	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2715.0	100.0	100.0	0.0007814585287099628	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
SPA0044_000000010940	2439	0.6132890942172879	4	2	2	2	1	False	119192	maximal	True	SPA0044_000000010940	1.0	PS816	8	5	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	87.24799999999999	61.0	0.006868576608912036	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
USA0012_01_000000003199	1398	0.6132829844536385	2	2	2	2	2	False	29360	fragment	False	USA0012_01_000000003199	1.0		0	0	False	False	0.9635193347930908	0					non-mobilizable	chromosome	1398.0	100.0	100.0	0.00029123934537233814	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
ISR0015_000000020687	1302	0.6132764269770283	1	1	1	1	1	False	110483	fragment	False	ISR0312_000000014307	0.8174666890768051		0	0	False	False	0.9854070544242859	0					non-mobilizable	other	1315.0	96.35	100.0	0.006477041772726376	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0098_000000013191	1788	0.6132709231662758	4	4	3	3	3	False	60420	fragment	False	FIJ0098_000000013191	1.0		0	0	False	False	0.9966443181037903	0					non-mobilizable	no_good_hit	311.0	84.566	87.0	0.00014457673993442744	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
USA0064_01_000000000792	17981	0.6132706193943782	22	15	6	11	8	True	857	maximal	True	USA0064_01_000000000792	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3088.0	90.99700000000001	22.0	0.024713527616501453	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0065_000000017466	1924	0.6132685449100859	3	2	2	2	2	False	64522	maximal	False	ISR0281_000000007926	0.620971620971621		0	0	False	False	1.0	0					non-mobilizable	chromosome	1304.0	93.94200000000001	100.0	0.0005753130223846659	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0076_000000003913	3001	0.6132626969387993	4	4	4	4	2	False	62046	maximal	True	ENG0076_000000003913	1.0		5	5	False	False	0.9966678023338318	0					non-mobilizable	no_good_hit	2186.0	96.066	73.0	0.010762292007974262	NZ_JAANXY010000002.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_2, whole genome shotgun sequence	True	False
ISR0295_000000004548	6356	0.6132615986112478	7	3	2	3	3	True	111955	maximal	True	ISR0295_000000004548	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2257.0	88.96799999999999	35.0	0.01768966951553536	NZ_JADU01000011.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	True
USA0117_01_000000007199	3292	0.6132494420978073	4	4	4	3	3	False	81161	fragment	False	USA0117_01_000000007199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	72.96600000000001	23.0	0.00022677567157823218	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0120_000000017353	1449	0.6132479673290464	2	2	2	2	1	False	41530	fragment	False	FIJ0120_000000017353	0.9497084548104956		0	0	False	False	0.9930986762046814	0					non-mobilizable	no_good_hit	132.0	94.697	9.0	0.0008532256488748493	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
ENG0036_000000001552	12734	0.6132462189151848	9	6	5	6	4	True	94823	maximal	True	ENG0036_000000001552	1.0		5	5	False	False	0.9996858835220337	0					non-mobilizable	no_good_hit	56.0	83.929	0.0	0.00019175455417066154	NZ_DS995479.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld6, whole genome shotgun sequence	True	True
MON0078_000000019682	2266	0.6132425920543514	3	3	3	3	3	False	73251	fragment	False	ENG0211_000000010939	0.9152439089614655		0	0	False	False	1.0	0					non-mobilizable	other	2186.0	96.478	96.0	0.0007406368049607717	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
USA0038_01_000000006279	2787	0.6132417482265528	5	5	4	5	2	False	102756	fragment	False	ISR0003_000000009068	0.9639264654873396		0	0	False	False	1.0	0					non-mobilizable	other	2705.0	84.214	96.0	0.19683423713908837	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
MAD0054_000000000142	35461	0.6132384409862089	55	20	9	15	12	False	17198	maximal	True	MAD0054_000000000142	1.0		1	1	False	False	0.9999154210090637	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005630177752754766	NZ_BAIN01000016.1	a-proteobacteria	Acetobacter papayae JCM 25143, whole genome shotgun sequence	True	False
SPA0138_000000012021	2181	0.6132355193551002	3	3	3	3	2	False	71761	maximal	True	SPA0138_000000012021	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1805.0	100.0	83.0	0.000788511165038359	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
CHI0005_000000016960	1209	0.6132281575155103	2	2	1	1	2	True	90692	maximal	True	CHI0005_000000016960	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	87.29899999999999	88.0	0.00030345262145133354	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CAN0003_000000024267	2045	0.6132279132750256	3	2	2	2	1	True	96607	maximal	True	CAN0003_000000024267	1.0		1	1	False	False	0.9784840941429138	0					non-mobilizable	no_good_hit	101.0	79.208	5.0	2.888788703238117e-05	LT627735.1	CFB group bacteria	Nonlabens sp. Hel1_33_55 genome assembly, chromosome: I	True	True
USA0045_01_000000011564	1249	0.6132266963969598	2	2	2	1	1	False	1201	maximal	True	USA0045_01_000000011564	1.0		119	12	False	False	1.0	0					non-mobilizable	chromosome	1249.0	96.07700000000001	100.0	0.0003489824560814807	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0028_000000005509	4283	0.6132209190956331	4	2	1	2	0	True	106900	fragment	False	MON0028_000000005509	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2691.0	99.62799999999999	99.0	0.4546684709066306	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MAD0066_000000006587	3300	0.6132209190956331	3	2	1	2	0	True	128084	fragment	False	MAD0066_000000006587	0.9670236150015562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1751.0	89.492	53.0	0.26349302607640995	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0802_000000004368	3276	0.6132209190956331	3	2	1	2	0	True	128084	fragment	False	MAD0066_000000006587	0.9650271093285799		0	0	False	False	0.9987789988517761	0					non-mobilizable	no_good_hit	1748.0	89.073	53.0	0.26288659793814434	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0048_000000005466	3264	0.6132209190956331	3	2	1	2	0	True	128084	fragment	False	MAD0066_000000006587	0.9353298553298552		0	0	False	False	0.9990808963775635	0					non-mobilizable	no_good_hit	1049.0	79.79	54.0	0.17014288060436852	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ENG0041_000000007940	3244	0.6132209190956331	3	2	1	2	0	True	106891	fragment	False	MON0064_000000007421	0.9801135839280718		0	0	False	False	0.9944512844085693	0					non-mobilizable	other	1660.0	99.51799999999999	98.0	0.280446549391069	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0178_000000007727	2175	0.6132209190956331	3	2	1	2	0	True	29714	fragment	False	ISR0178_000000007727	1.0		0	0	False	False	0.9848275780677795	0					non-mobilizable	no_good_hit	1293.0	99.691	59.0	0.2185385656292287	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0135_000000005311	4643	0.6132191301929387	5	5	5	5	3	False	22470	fragment	False	SPA0135_000000005311	1.0		0	0	False	False	0.9997846484184265	0					non-mobilizable	no_good_hit	1901.0	74.69800000000001	40.0	0.003140528190377181	NZ_CABJCG010000002.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0286_000000009321	1979	0.613218920277595	3	2	2	1	2	False	26038	maximal	True	ISR0286_000000009321	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	89.831	3.0	0.00022456683767302295	NZ_CABIXL010000005.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	False
ISR0188_000000002292	8784	0.6132181017075579	6	6	3	5	3	True	84344	fragment	False	ISR0188_000000002292	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5191.0	96.51299999999999	99.0	0.0012572764328066235	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	True
SPA0018_000000008279	3469	0.6132161885646733	5	4	3	4	1	False	56403	fragment	False	SPA0018_000000008279	1.0		0	0	False	False	0.9979821443557739	0					non-mobilizable	other	3469.0	98.184	100.0	0.0012579963937920928	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0777_000000004751	3574	0.6132143691122997	3	3	2	3	2	False	104746	fragment	False	ISR0360_000000005134	0.6294271748717216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	87.594	7.0	0.00011691851002977852	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MAD0036_000000025574	1234	0.6132132099456271	2	2	2	2	1	True	18702	maximal	True	MAD0036_000000025574	1.0		13	5	False	False	0.9935170412063599	0					non-mobilizable	no_good_hit	64.0	92.18799999999999	5.0	0.0003142755947540918	NZ_FOFS01000011.1	g-proteobacteria	Solimonas aquatica strain DSM 25927, whole genome shotgun sequence	True	True
ENG0010_000000014295	1514	0.6132088523828393	2	2	2	2	2	False	67262	fragment	False	ENG0010_000000014295	0.9732334047109208		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	94.459	100.0	0.035090158995040095	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MON0063_000000004737	5781	0.6132077067860258	6	5	5	4	4	False	14564	maximal	True	MON0063_000000004737	1.0		1	1	False	False	0.9807991981506348	0					non-mobilizable	no_good_hit	1450.0	74.0	25.0	0.0004583039920080023	NZ_UFWZ01000001.1	firmicutes	Clostridium putrefaciens strain NCTC9836, whole genome shotgun sequence	True	False
ISR0292_000000017877	1165	0.6132054993352939	2	2	2	2	1	False	25858	maximal	True	ISR0292_000000017877	1.0		1	1	False	False	0.9939914345741272	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000001488	16420	0.6132005525989439	16	6	4	4	2	True	132160	fragment	False	SPA0132_000000001387	0.66433126607148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	78.947	1.0	2.6803499031158916e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
AST0093_000000001990	10982	0.6132003410814199	27	9	5	9	6	True	109597	fragment	False	AST0093_000000001990	1.0		0	0	False	False	0.9992715120315552	0					non-mobilizable	no_good_hit	3621.0	95.22200000000001	85.0	0.05006018845211905	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
MON0064_000000007075	3488	0.6131955135282393	3	3	3	2	2	False	43211	maximal	True	MON0064_000000007075	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1752.0	81.564	83.0	0.0005224713675493094	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ENG0129_000000007437	3575	0.6131949116815939	5	5	3	5	5	True	127596	maximal	True	ENG0129_000000007437	1.0		12	6	False	False	0.9910489320755005	0					non-mobilizable	other	3575.0	99.944	100.0	0.01987631526260761	NZ_CBYM010000003.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ISR0307_000000009383	1266	0.6131943392170565	3	3	2	3	2	False	66511	fragment	False	SPA0144_000000014680	0.5464054353363049		0	0	False	False	0.9992101192474365	0					non-mobilizable	no_good_hit	814.0	72.85	63.0	0.02942151194903708	NZ_SLUM01000037.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_137, whole genome shotgun sequence	True	False
ISR0162_000000019599	2022	0.6131923627768647	2	2	2	2	2	False	30342	maximal	True	ISR0162_000000019599	1.0		21	3	False	False	0.9930761456489563	0					non-mobilizable	no_good_hit	1217.0	78.882	59.0	0.01243978668757156	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0105_000000033299	1194	0.6131882792088833	2	1	1	1	1	False	14769	fragment	False	MAD0105_000000033299	1.0		0	0	False	False	0.9941373467445374	0					non-mobilizable	no_good_hit								True	False
MON0038_000000007820	3495	0.6131868342284584	5	4	3	4	3	False	50828	fragment	False	MON0038_000000007820	0.9749926013613495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	83.74700000000001	23.0	0.04631822119549524	NZ_JH379368.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld80, whole genome shotgun sequence	True	False
MON0037_000000001355	16885	0.6131862346213734	20	11	4	10	5	True	14482	fragment	False	MAD0112_000000000945	0.96954559005366		0	0	False	False	0.9998223185539246	0					non-mobilizable	no_good_hit	153.0	90.196	1.0	0.001224000064421056	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
MON0011_000000001786	16148	0.6131862346213734	20	11	4	10	5	True	14482	fragment	False	MAD0112_000000000945	0.9479425115112086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000006603	6522	0.6131849062308891	8	6	4	6	3	True	95424	maximal	False	CHI0055_000000002002	0.918136386277567	PS172	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	0.0010411846367422489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0012_000000018791	1339	0.6131841319573557	2	2	2	2	2	False	50709	maximal	True	FIJ0012_000000018791	1.0		5	2	False	False	0.9671396613121033	0					non-mobilizable	no_good_hit	833.0	77.671	62.0	0.055929323819232074	NZ_WEHX01000059.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_59_length_14715_cov_170.262999, whole genome shotgun sequence	True	False
ENG0003_000000017743	1206	0.6131834988440633	4	3	1	2	1	False	67838	fragment	False	ENG0003_000000017743	1.0		0	0	False	False	0.9991708397865295	0					non-mobilizable	other	1206.0	97.844	100.0	0.017399716983856527	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0007_000000022968	1141	0.6131834988440633	3	3	1	2	1	False	68871	fragment	False	ISR0829_000000012462	0.7611025685798598		0	0	False	False	1.0	0					non-mobilizable	chromosome	1142.0	99.29899999999999	100.0	0.000305768929803386	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0048_000000017291	1191	0.6131821458362108	2	2	2	2	2	False	45153	fragment	False	FIJ0067_000000028250	0.9920100925147183		0	0	False	False	0.992443323135376	0					non-mobilizable	other	1191.0	98.48899999999999	100.0	0.025519300582132195	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0067_000000028250	1189	0.6131821458362108	2	2	2	2	2	False	45153	fragment	False	FIJ0067_000000028250	0.9920235096557515		0	0	False	False	0.9924306273460388	0					non-mobilizable	other	1189.0	99.075	100.0	0.025519300582132195	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0073_000000003777	2302	0.6131818072525852	3	2	2	2	2	False	84800	maximal	True	CHI0073_000000003777	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	96.774	7.0	4.276566084053963e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0071_000000008992	3969	0.6131817053071901	6	4	1	2	3	False	44890	maximal	True	FIJ0071_000000008992	1.0		15	1	False	False	1.0	0					non-mobilizable	no_good_hit	2039.0	84.50200000000001	51.0	0.0006957986233396416	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
SPA0029_000000001474	12367	0.6131698417434261	13	7	6	7	5	True	131970	maximal	True	SPA0029_000000001474	1.0	PS1136	7	3	False	True	1.0	0					non-mobilizable	no_good_hit	2741.0	89.01899999999999	32.0	0.0342104933868889	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0199_000000002132	9874	0.6131674252186688	11	5	2	5	1	True	54307	maximal	True	ENG0199_000000002132	1.0		1	1	False	False	0.998582124710083	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	8.188925499148447e-07	CP040767.1	eudicots	Cicer arietinum chromosome Ca2	True	True
ISR0077_000000005088	5387	0.6131665734021072	10	7	6	7	4	True	36812	fragment	False	ISR0853_000000002826	0.9652394699561158		0	0	False	False	0.9964730143547058	0					non-mobilizable	no_good_hit	63.0	85.714	1.0	1.559425750718129e-05	CP002876.1	b-proteobacteria	Nitrosomonas sp. Is79A3, complete genome	True	True
ISR0351_000000004689	2842	0.6131651501696846	3	2	2	2	0	True	106233	fragment	False	ISR0351_000000004689	1.0		0	0	False	False	0.9996481537818909	0					non-mobilizable	no_good_hit	268.0	97.38799999999999	9.0	7.982179709060013e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0125_000000012017	1270	0.6131644018101698	2	2	2	2	1	True	32027	fragment	False	ISR0125_000000012017	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	89.134	100.0	0.04440323314321705	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0103_000000015449	1455	0.6131627448255146	2	2	1	1	2	False	49015	maximal	True	FIJ0103_000000015449	1.0		17	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0062_000000023247	1277	0.6131570027208217	2	2	2	2	2	False	45681	fragment	False	SPA0053_000000024464	0.9326135517498139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	82.979	7.0	0.06285310734463277	NZ_PHHA01000047.1	g-proteobacteria	Conservatibacter flavescens strain 7.4 contig47, whole genome shotgun sequence	True	False
USA0047_01_000000000749	25821	0.6131548829333506	19	11	8	10	7	True	78540	maximal	True	USA0047_01_000000000749	1.0		1	1	False	False	0.999922513961792	0					non-mobilizable	no_good_hit	724.0	81.354	3.0	0.00020290508369975218	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0037_000000012267	2022	0.6131534389804855	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4025111520253653		0	0	False	False	1.0	0					non-mobilizable	chromosome	2022.0	98.516	100.0	0.0006802567674777352	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0086_01_000000001415	15651	0.6131524298119813	16	8	3	6	1	True	132154	maximal	True	USA0086_01_000000001415	1.0		6	1	False	False	0.9999361038208008	0					non-mobilizable	no_good_hit	1036.0	92.181	7.0	0.00026895532722723557	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
FIJ0068_000000011120	2848	0.6131459136993109	2	2	2	2	2	False	45093	fragment	False	FIJ0068_000000011120	1.0		0	0	False	False	0.9985954761505127	0					non-mobilizable	plasmid	2849.0	99.895	100.0	0.03416301805313981	CP046430.1	enterobacteria	Salmonella enterica strain R19_2839 plasmid pR19.2839_83k, complete sequence	False	True
ISR0392_000000017157	1975	0.6131445374545484	3	3	3	2	3	False	87821	fragment	False	ISR0297_000000005738	0.5954994165469417		0	0	False	False	0.9989873170852661	0					non-mobilizable	other	1975.0	99.899	100.0	0.0006337509968575711	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0018_01_000000006382	3840	0.6131372659723158	5	5	5	5	4	False	102432	backbone	True	USA0018_01_000000006382	0.9929410113712657	PS597	158	11	False	True	1.0	0					non-mobilizable	chromosome	1754.0	100.0	100.0	0.00031997143803158974	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
AST0118_000000013481	2263	0.6131331734019493	4	4	3	2	4	False	107340	maximal	True	AST0118_000000013481	0.9631385743251296		279	11	False	False	1.0	0					non-mobilizable	other	2263.0	97.70200000000001	100.0	0.0028606405204291718	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0146_000000005029	7409	0.6131310967203473	7	3	3	3	3	False	31040	maximal	True	ISR0146_000000005029	1.0		3	2	False	False	0.9998650550842285	0					non-mobilizable	no_good_hit	390.0	96.92299999999999	5.0	0.05506670451319898	NZ_JAAIPV010000070.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_70_length_7046_cov_103.404, whole genome shotgun sequence	True	False
ISR0231_000000005249	3075	0.6131226746975604	3	2	1	2	2	False	83406	maximal	True	ISR0231_000000005249	0.9929310344827587		457	15	False	False	0.9941463470458984	0					non-mobilizable	chromosome	3075.0	97.72399999999999	100.0	0.0008603532486171795	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0181_000000010463	1950	0.6131217999926685	4	4	2	2	4	False	106041	fragment	False	CHI0059_000000008788	0.9489489489489489		0	0	False	False	1.0	0					non-mobilizable	chromosome	1947.0	97.99700000000001	99.0	0.0005214954753701921	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0006_000000006222	2136	0.6131200189812219	3	3	3	2	2	False	127548	maximal	True	AST0006_000000006222	1.0		1	1	False	False	0.98829585313797	0					non-mobilizable	other	2137.0	79.878	99.0	0.002612907442162141	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
MON0008_000000012024	2753	0.6131190660403771	4	4	2	4	2	False	113764	maximal	False	ISR0821_000000011029	0.983767535265377		0	0	False	False	0.9822012186050415	0					non-mobilizable	no_good_hit	1705.0	94.721	78.0	0.00047663681925668724	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0330_000000024429	1321	0.6131143356271751	2	2	2	2	2	False	24639	maximal	True	ISR0330_000000024429	1.0		28	10	False	False	0.9364117980003357	0					non-mobilizable	no_good_hit	107.0	84.11200000000001	8.0	0.0002726281352235551	NZ_FOWI01000005.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	True	False
FIJ0147_000000004994	3709	0.6131128355145756	4	4	3	4	3	False	97066	maximal	True	FIJ0147_000000004994	1.0		0	0	False	False	0.9956861734390259	0					non-mobilizable	no_good_hit	514.0	91.051	29.0	0.0002387848091820221	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0083_000000006257	3770	0.613110315770906	3	2	2	2	1	False	34120	fragment	False	ISR0083_000000006257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	70.913	14.0	0.001773611417236059	NZ_JAAWUO010000002.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_2_length_290368_cov_102.031, whole genome shotgun sequence	True	False
ISR0161_000000016347	1886	0.6130986440041467	3	3	3	2	2	False	128163	fragment	False	AST0118_000000014400	0.44541487634592414		0	0	False	False	1.0	0					non-mobilizable	other	1759.0	87.209	93.0	0.028359183673469388	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0151_000000009348	2680	0.6130961570733621	2	2	2	2	2	False	122474	maximal	True	CHI0151_000000009348	1.0	PS871	3	2	False	True	0.9988806247711182	0					non-mobilizable	no_good_hit	2322.0	94.057	87.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0055_000000007092	1943	0.613094818190947	5	4	1	2	4	True	49890	fragment	False	FIJ0055_000000007092	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1781.0	99.551	92.0	0.013236857956615826	MK773536.1	enterobacteria	Klebsiella pneumoniae strain QDE2 plasmid pQDE2-B, complete sequence	False	True
ISR0123_000000010635	2070	0.6130926695962613	3	3	3	3	2	False	32114	maximal	True	ISR0123_000000010635	1.0		114	10	False	False	0.9768115878105164	0					non-mobilizable	no_good_hit	1740.0	80.23	83.0	0.00911921356660819	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
AST0153_000000018135	1832	0.6130873865603469	2	2	2	2	2	False	124927	fragment	False	SPA0041_000000017820	0.9752412875338957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1097.0	83.40899999999999	84.0	0.00037254159390909914	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0039_01_000000017452	1278	0.6130869550196985	2	2	2	2	2	False	23253	fragment	False	USA0039_01_000000017452	0.970949263502455		0	0	False	False	0.9992175102233887	0					non-mobilizable	no_good_hit	393.0	82.697	31.0	0.015168142980324527	NZ_JNKW01000017.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
ISR0282_000000018549	1350	0.6130867789811706	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.13249364520914655		0	0	False	False	0.9962962865829468	0					non-mobilizable	chromosome	1371.0	80.89	100.0	0.00037610689377371115	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0323_000000004739	3812	0.6130865719787963	4	3	2	3	2	False	104059	fragment	False	ISR0323_000000004739	1.0		0	0	False	False	0.9976390600204468	0					non-mobilizable	other	2070.0	99.807	99.0	0.14864573604425604	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0020_000000007738	3696	0.6130865719787963	3	3	2	3	2	False	104057	fragment	False	SPA0020_000000007738	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2017.0	99.851	100.0	0.14483799123500252	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0328_000000001027	16969	0.6130803667365499	21	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.37409387590312865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0362_000000008507	2553	0.6130719732805355	2	2	2	2	1	False	74442	maximal	True	ISR0362_000000008507	1.0		28	9	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	99.116	70.0	0.0032706143668818103	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0055_000000001732	10987	0.6130617739821455	12	9	6	9	5	False	96802	maximal	False	MON0046_000000002062	0.973988152602593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	92.41799999999999	12.0	0.008487211095979708	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0158_000000002585	5995	0.6130582006165953	6	6	6	6	5	False	104713	maximal	True	ISR0158_000000002585	0.9686641483516484		93	9	False	False	0.999165952205658	0					non-mobilizable	other	5996.0	96.23100000000001	100.0	0.0048296061139558215	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
DEN0094_000000003202	7986	0.6130573418514349	6	6	5	5	4	True	72212	maximal	True	DEN0094_000000003202	1.0		7	4	False	False	0.9992486834526062	0					non-mobilizable	no_good_hit	1641.0	74.528	20.0	0.00046332875717631117	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
MON0095_000000023683	1342	0.6130480236418425	1	1	1	1	1	False	52278	fragment	False	MON0095_000000023683	1.0		0	0	False	False	0.9992548227310181	0					non-mobilizable	other	1344.0	93.527	100.0	0.24944154877140728	NZ_CABIWU010000106.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0231_000000004981	3207	0.6130438767110302	4	4	4	4	3	False	90634	fragment	False	ISR0822_000000001680	0.9679525222551929		0	0	False	False	1.0	0					non-mobilizable	other	3218.0	96.613	100.0	0.005122133360566275	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0028_000000004484	2910	0.613042763105432	6	5	4	2	3	True	129446	fragment	False	ISR0232_000000006817	0.4497802200305152		0	0	False	False	0.999312698841095	0					non-mobilizable	other	2910.0	97.973	100.0	0.0009311538526810859	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ENG0047_000000006509	2749	0.6130363992488168	4	4	3	3	2	True	110725	fragment	False	MON0074_000000005859	0.6510043041606887		0	0	False	False	1.0	0					non-mobilizable	other	2750.0	97.6	100.0	0.0019971854868766244	NZ_UWNY01000001.1	high GC Gram+	Varibaculum vaginae strain Marseille-P5644, whole genome shotgun sequence	False	True
SPA0082_000000001660	9368	0.6130362574785091	8	6	6	5	4	False	130488	fragment	False	CHI0076_000000000512	0.8366008613591435		0	0	False	False	1.0	0					non-mobilizable	other	9368.0	99.883	100.0	0.01494673619577081	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0001_000000028368	1549	0.6130358846669001	2	2	2	2	1	False	76802	maximal	True	DEN0001_000000028368	1.0		48	5	False	False	0.9703034162521362	0					non-mobilizable	no_good_hit	602.0	82.72399999999999	39.0	0.017364125716270187	NZ_QEKH01000042.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_142, whole genome shotgun sequence	True	False
ENG0098_000000001896	12385	0.6130327062953327	12	12	11	11	12	False	99348	maximal	True	ENG0098_000000001896	1.0		5	3	False	False	0.9993540644645691	0					non-mobilizable	other	9175.0	99.542	92.0	0.002088205509292651	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
ENG0028_000000006344	2634	0.6130310349671821	4	3	2	2	2	True	65898	fragment	False	ENG0028_000000006344	1.0		0	0	False	False	0.9996203780174255	0					non-mobilizable	no_good_hit	712.0	82.584	46.0	0.00021346632275204757	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0018_000000017077	1752	0.6130309081579506	2	2	2	2	2	False	76182	fragment	False	SPA0018_000000017077	1.0		0	0	False	False	0.9977169036865234	0					non-mobilizable	chromosome	1646.0	100.0	98.0	0.00037452953284897216	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AST0010_000000004011	6189	0.6130287659851629	5	5	5	5	4	False	126509	maximal	False	AST0118_000000004071	0.9640524838686657		0	0	False	False	1.0	0					non-mobilizable	other	6121.0	99.118	99.0	0.024136732695163175	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0107_000000033237	1815	0.6130252147997506	3	2	2	2	2	False	13666	fragment	False	MON0107_000000033237	0.9940677966101694		0	0	False	False	0.9988980889320374	0					non-mobilizable	other	1815.0	99.118	100.0	0.027841301511779604	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0011_000000026461	1770	0.6130252147997506	3	2	2	2	2	False	13666	fragment	False	MON0107_000000033237	0.9818181818181818		0	0	False	False	0.994915246963501	0					non-mobilizable	other	1751.0	99.086	99.0	0.02685902847057018	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0044_000000000822	19649	0.6130217048728002	30	7	2	6	3	False	18690	maximal	True	MAD0044_000000000822	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.563928704569154e-05	NZ_JSWF01000014.1	CFB group bacteria	Lacinutrix jangbogonensis strain PAMC 27137 ctg7180000000632, whole genome shotgun sequence	True	False
SPA0042_000000030913	1115	0.6130158583685061	1	1	1	1	1	False	6823	fragment	False	SPA0042_000000030913	1.0		0	0	False	False	0.9928250908851624	0					non-mobilizable	no_good_hit	188.0	75.532	16.0	0.0016329108214172944	NZ_LN831779.1	firmicutes	Massilibacterium senegalense strain mt8, whole genome shotgun sequence	True	False
AST0003_000000023784	1337	0.6130118223450243	3	3	3	2	2	False	129301	fragment	False	AST0003_000000023784	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1293.0	98.376	97.0	0.00045034179966621724	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0002_000000002251	13263	0.6130090182921177	17	9	2	5	7	False	88509	fragment	False	SPA0002_000000002251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3781.0	96.40299999999999	57.0	0.015276978796153005	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
ISR0077_000000014850	2253	0.6130085071090805	3	2	2	2	2	False	76625	fragment	False	ISR0077_000000014850	1.0		0	0	False	False	0.9804704785346985	0					non-mobilizable	no_good_hit	289.0	74.74	13.0	5.381431710957997e-05	CP002479.1	d-proteobacteria	Geobacter sp. M18, complete genome	True	False
ISR0120_000000014274	2314	0.6130078965884929	4	3	1	3	2	False	32279	maximal	True	ISR0120_000000014274	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	82.571	81.0	0.0005340600160983471	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
ISR0154_000000003396	7737	0.6130006286532533	9	5	4	5	3	False	30642	maximal	True	ISR0154_000000003396	1.0		11	4	False	False	1.0	0					non-mobilizable	other	5316.0	99.36	100.0	0.011487543991629701	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	False
MAD0036_000000009345	2939	0.6130000424261173	4	3	3	3	3	False	57163	fragment	False	MAD0036_000000009345	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2811.0	98.897	96.0	0.0005257371733226365	LT599825.1	enterobacteria	Escherichia coli isolate E. coli NRZ14408 genome assembly, chromosome: NRZ14408_C	False	False
SPA0024_000000005661	2856	0.6129994001122261	4	4	4	3	3	False	98154	maximal	False	FIJ0058_000000011780	0.1752143224985611		0	0	False	False	0.9765406250953674	0					non-mobilizable	chromosome	2856.0	100.0	100.0	0.0005546476559482707	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
MON0025_000000023224	1755	0.6129983787536436	3	3	3	3	2	False	12811	maximal	True	MON0025_000000023224	1.0		741	15	False	False	0.9897435903549194	0					non-mobilizable	chromosome	1756.0	96.868	100.0	0.0005624454677692961	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0168_000000002921	8136	0.6129981106423417	10	5	4	4	0	False	30145	fragment	False	ISR0168_000000002921	1.0		0	0	False	False	0.9988937973976135	0					non-mobilizable	no_good_hit	5758.0	98.176	86.0	0.16371240788687513	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
FIJ0137_000000007443	1530	0.6129971127073959	2	2	2	2	1	False	40493	maximal	True	FIJ0137_000000007443	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	78.931	21.0	0.003396040452519712	NZ_JNKW01000011.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	False
MON0061_000000010577	3971	0.6129968804647093	5	4	3	2	2	False	83024	maximal	True	MON0061_000000010577	0.9712069418879832		1	1	False	False	0.9987408518791199	0					non-mobilizable	no_good_hit	348.0	83.62100000000001	9.0	0.0031003734743839458	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
DEN0041_000000023329	1459	0.6129967930014454	2	2	2	2	2	False	73089	fragment	False	DEN0041_000000023329	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1459.0	100.0	100.0	0.00027376744563331536	CP052328.1	enterobacteria	Klebsiella pneumoniae strain D17KP0032 chromosome, complete genome	False	False
MON0042_000000002564	8118	0.6129953043702758	8	7	6	7	6	False	127649	maximal	True	MON0042_000000002564	0.9701550892740779		8	1	False	False	1.0	0					non-mobilizable	other	3924.0	97.24799999999999	99.0	0.1074935542267815	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
ENG0064_000000003468	6558	0.6129928944597017	6	4	3	4	2	False	63011	maximal	True	ENG0064_000000003468	1.0		2	2	False	False	0.9969502687454224	0					non-mobilizable	no_good_hit	998.0	71.343	15.0	0.0002647077034808657	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0106_000000023097	1196	0.6129887175235658	2	1	1	1	1	False	32874	fragment	False	ISR0106_000000023097	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.7797846972537484e-05	NZ_PRKW01000002.1	high GC Gram+	Arthrobacter pityocampae strain Tp2 NODE_2_length_564879_cov_270.43, whole genome shotgun sequence	True	False
CAN0005_000000002897	6602	0.6129845297480474	10	8	1	6	8	False	117879	maximal	True	CAN0005_000000002897	1.0	PS794	15	4	False	True	1.0	0					non-mobilizable	other	2062.0	99.90299999999999	95.0	0.02685027162938548	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ISR0222_000000024424	2002	0.6129841024093882	2	2	2	2	2	False	27873	fragment	False	ISR0222_000000024424	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	77.626	43.0	0.002363769365985741	NZ_FQXV01000002.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0123_000000009923	3243	0.6129798783310771	6	6	1	4	5	True	41367	fragment	False	FIJ0123_000000009923	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3254.0	94.929	100.0	0.6840995360607338	MG648940.1	enterobacteria	Escherichia coli plasmid pCOV19 clone COV19_c7	False	True
BAN0019_000000000494	5055	0.6129704041152216	7	7	6	7	7	False	113227	fragment	False	FIJ0028_000000005720	0.7264427721014529		0	0	False	False	0.9992086887359619	0					non-mobilizable	chromosome	5055.0	99.505	100.0	0.0009782766072267814	CP049197.1	enterobacteria	Escherichia coli strain E597 chromosome, complete genome	False	False
MON0002_000000026058	1121	0.6129598671255321	2	2	2	2	1	True	14297	maximal	True	MON0002_000000026058	1.0		179	13	False	False	0.9901873469352722	0					non-mobilizable	no_good_hit	600.0	91.0	54.0	0.00020008805210439853	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0066_000000016389	2053	0.6129531284778778	3	3	3	3	2	False	77524	fragment	False	MON0066_000000016389	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2053.0	99.17200000000001	100.0	0.01943255426341907	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
DEN0073_000000013280	3660	0.6129514478254223	6	4	3	4	3	False	70205	maximal	True	DEN0073_000000013280	1.0		5	2	False	False	0.9967213273048401	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.311670278344659e-05	LN590784.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000240	True	False
ENG0009_000000003397	3598	0.6129499220370475	6	3	2	3	3	False	118640	fragment	False	ENG0009_000000003397	0.8816244128214337		0	0	False	False	0.996664822101593	0					non-mobilizable	no_good_hit	1433.0	97.62700000000001	82.0	0.0003416065239414633	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
FIJ0045_000000007437	3028	0.6129499220370475	3	3	2	3	3	False	118621	fragment	False	FIJ0045_000000007437	1.0		0	0	False	False	0.9947159886360168	0					non-mobilizable	other	2726.0	93.58	90.0	0.0004371393319367152	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
FIJ0105_000000005234	5350	0.6129479859909592	9	4	3	3	3	True	130637	backbone	False	AST0039_000000003129	0.08748560806202245	PS1110	0	0	True	True	1.0	5		MOBV			mobilizable	other	3039.0	95.854	93.0	0.49502690363606716	NZ_LT629943.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CHI0156_000000009739	1490	0.6129471772183335	1	1	1	1	1	False	111299	fragment	False	ISR0832_000000008004	0.6747622929629463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	97.87200000000001	9.0	4.879864702265512e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0040_000000023158	1210	0.6129471772183335	1	1	1	1	1	False	66583	fragment	False	ENG0018_000000017923	0.9612277867528272		0	0	False	False	0.9619834423065186	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	2.4248858829042268e-05	NZ_RBLI01000002.1	a-proteobacteria	Paracoccus pantotrophus strain DSM 2944 Ga0242593_12, whole genome shotgun sequence	True	False
MAD0086_000000006109	1643	0.6129456463375983	2	2	2	2	2	False	30799	maximal	True	MAD0086_000000006109	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	1448.0	81.285	97.0	0.007993110164196496	NZ_CM003349.1	firmicutes	Clostridium haemolyticum NCTC 9693 plasmid p1Ch9693, whole genome shotgun sequence	False	True
DEN0011_000000011071	3710	0.6129439507349432	4	3	2	3	3	True	81871	fragment	False	CHI0120_000000003230	0.9333265048785194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2535.0	79.72399999999999	68.0	0.0004681102454535607	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
ISR0814_000000016491	2415	0.6129358665899665	3	3	2	3	1	False	44186	fragment	False	USA0009_01_000000009456	0.9469478808061215		0	0	False	False	0.9991718530654907	0					non-mobilizable	other	2415.0	98.551	100.0	0.01562884408706574	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0099_000000010700	1530	0.6129290103216345	2	2	2	2	2	False	60650	maximal	True	ENG0099_000000010700	1.0		9	5	False	False	0.9993463754653931	0					non-mobilizable	chromosome	1280.0	100.0	99.0	0.00046740413464454994	CP038995.1	firmicutes	Enterococcus faecium strain ZY11 chromosome, complete genome	False	False
CHI0034_000000012719	1329	0.6129274130362267	2	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.416304677067893		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	89.88799999999999	100.0	0.0007970917281129139	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0328_000000022899	1277	0.6129274130362267	1	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.7142883807186949		0	0	False	False	0.9945183992385864	0					non-mobilizable	chromosome	1278.0	96.40100000000001	100.0	0.00019652618769252822	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0774_000000021447	1148	0.6129274130362267	1	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.4741408549227559		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	100.0	100.0	0.000888013520721993	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
CHI0152_000000012024	1112	0.6129274130362267	1	1	1	1	1	False	79303	fragment	False	CHI0152_000000012024	0.9356164383561645		0	0	False	False	1.0	0					non-mobilizable	other	651.0	93.70200000000001	100.0	0.00015534107193969699	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
FIJ0101_000000018530	1511	0.6129267894262072	2	1	1	1	1	False	42664	fragment	False	FIJ0101_000000018530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	97.531	5.0	0.00032168175220050423	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	False
CHI0020_000000003712	2595	0.6129260937067305	3	3	2	3	2	False	89373	maximal	True	CHI0020_000000003712	1.0		566	14	False	False	0.9996146559715271	0					non-mobilizable	other	2595.0	98.96	100.0	0.016794209429100468	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0797_000000008412	1313	0.6129253322471621	2	2	2	2	2	False	21932	maximal	True	ISR0797_000000008412	1.0		17	5	False	False	0.984767735004425	0					non-mobilizable	no_good_hit	383.0	76.762	29.0	0.001846875458054429	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
FIJ0113_000000016230	1588	0.6129199721024152	4	2	1	2	1	False	41933	fragment	False	FIJ0113_000000016230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	75.57300000000001	8.0	0.00012354043729454164	NZ_KE387163.1	CFB group bacteria	Tenacibaculum ovolyticum DSM 18103 H518DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ISR0288_000000017877	1672	0.612914302278516	2	2	2	2	2	False	42906	fragment	False	ISR0288_000000017877	0.9658681421534528		0	0	False	False	0.9934210777282715	0					non-mobilizable	other	1672.0	99.94	100.0	0.017761102017389088	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
MON0054_000000011894	3449	0.6129136437991974	2	2	2	2	2	False	102227	fragment	False	MON0054_000000011894	1.0		0	0	False	False	0.9869527220726013	0					non-mobilizable	other	3450.0	92.986	100.0	0.0008451282292687986	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0063_000000008091	1668	0.6129082322705702	2	1	1	1	1	False	16709	maximal	True	MAD0063_000000008091	1.0		1	1	False	False	0.9994004964828491	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000017738	1116	0.6129082322705702	1	1	1	1	1	False	17121	maximal	True	MAD0054_000000017738	1.0		31	8	False	False	0.9883512258529663	0					non-mobilizable	other	1097.0	98.633	98.0	0.0005378885029767908	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
DEN0071_000000026534	1614	0.6129074850827005	2	2	2	2	2	False	70420	maximal	True	DEN0071_000000026534	1.0		192	14	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	73.19800000000001	33.0	0.00017658723871690063	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0255_000000013719	2277	0.6128960687324879	6	1	1	1	1	False	26893	maximal	True	ISR0255_000000013719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	95.652	37.0	0.08486096807415036	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	False
MON0039_000000004541	8341	0.6128881559625803	3	3	1	3	1	True	11965	fragment	False	MON0039_000000004541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0388_000000016535	2109	0.6128854603926422	5	4	2	4	4	False	22943	maximal	True	ISR0388_000000016535	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1675.0	99.64200000000001	100.0	0.02359341526665915	CP053385.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-1, complete sequence	False	True
ISR0324_000000026607	1162	0.6128844040037695	2	2	2	2	2	False	24896	maximal	True	ISR0324_000000026607	1.0		30	6	False	False	1.0	0					non-mobilizable	other	1159.0	92.666	99.0	0.010847267106927076	NZ_WAJR01000006.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_006, whole genome shotgun sequence	False	False
SPA0097_000000018834	1745	0.612884009114933	2	2	2	2	2	False	5114	maximal	True	SPA0097_000000018834	1.0		757	15	False	False	1.0	0					non-mobilizable	other	1745.0	99.885	100.0	0.03399543868540574	NZ_JAAIQH010000021.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_21_length_51301_cov_301.036, whole genome shotgun sequence	False	False
SPA0075_000000014101	1540	0.6128747880639087	2	2	2	2	2	False	5772	fragment	False	SPA0112_000000019853	0.9588305489260143		0	0	False	False	1.0	0					non-mobilizable	chromosome	1540.0	99.74	100.0	0.0006726821967816156	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
MON0108_000000013588	1609	0.6128728881991278	3	3	3	3	3	False	91806	fragment	False	ISR0090_000000017639	0.5690686519751587		0	0	False	False	0.9906774163246155	0					non-mobilizable	other	1610.0	93.16799999999999	100.0	0.014644942121512947	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
FIJ0073_000000009616	1907	0.6128577172582049	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.8997583813622076		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	83.194	94.0	0.020651257411298633	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0005_000000023296	1545	0.6128570922149357	2	2	2	2	2	False	81923	fragment	False	DEN0026_000000018438	0.9441575209812783		0	0	False	False	0.9915857315063477	0					non-mobilizable	no_good_hit	593.0	74.536	38.0	0.00020117931520206183	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0134_000000008652	3399	0.6128552898795883	7	6	1	2	6	True	45075	fragment	False	SPA0134_000000008652	1.0		0	0	False	False	0.9970579743385315	0					non-mobilizable	plasmid	3401.0	98.824	100.0	0.03230374453525946	MN615880.1	enterobacteria	Serratia marcescens strain S1 plasmid pS1-KPC2, complete sequence	False	True
ISR0182_000000028068	1432	0.6128534218471029	2	1	1	1	1	False	29521	fragment	False	ISR0182_000000028068	1.0		0	0	False	False	0.9881284832954407	0					non-mobilizable	other	1428.0	98.249	99.0	0.005530707636019751	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
FIJ0060_000000010041	1444	0.6128501026220485	1	1	1	1	1	False	45871	fragment	False	FIJ0060_000000010041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0004_000000004449	5893	0.6128463814855732	7	5	3	3	5	False	86886	fragment	False	ENG0004_000000004449	0.9765532238474751		0	0	False	False	0.9960970878601074	0					non-mobilizable	chromosome	5893.0	98.524	100.0	0.0016490570399650037	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0013_000000014448	1949	0.612845571898646	4	4	2	2	3	True	112415	maximal	True	SPA0013_000000014448	0.9605890472589746		51	7	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	90.522	84.0	0.0002513683226604523	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0075_000000015039	1304	0.6128450011268629	2	2	1	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.8405702715638216		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	805.0	73.292	61.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0127_000000014972	1301	0.6128450011268629	3	2	1	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.8391901100156433		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	805.0	73.292	61.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
ISR0218_000000012259	1450	0.6128439042640453	2	2	2	2	2	False	66684	fragment	False	ENG0189_000000011346	0.9552745348779415		0	0	False	False	0.9917241334915161	0					non-mobilizable	virus	1452.0	83.402	99.0	0.13648393194706995	MK233948.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_5_c1 sequence	False	False
AST0102_000000026758	1171	0.6128425559476972	2	2	2	1	1	False	108081	fragment	False	CHI0160_000000028264	0.9648568730847211		0	0	False	False	0.9820666313171387	0					non-mobilizable	other	1169.0	98.289	99.0	0.006965856567765022	NZ_BAKJ01000005.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
SPA0128_000000002126	14554	0.6128424009673376	20	7	6	7	4	False	62688	maximal	True	SPA0128_000000002126	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	100.0	6.0	0.9988751406074241	GQ882588.1		Uncultured organism clone VC1D347TF genomic sequence	True	False
ISR0187_000000007159	3826	0.612837936421584	4	3	3	2	2	False	34172	maximal	True	ISR0187_000000007159	1.0		11	4	False	False	0.9994772672653198	0					non-mobilizable	no_good_hit	451.0	100.0	12.0	0.001003187908241746	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
FIJ0172_000000010281	2594	0.6128369173196337	5	3	2	2	1	False	38743	maximal	True	FIJ0172_000000010281	1.0		47	10	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	74.857	20.0	9.790908855400849e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
ENG0155_000000008801	2504	0.6128324676148383	3	3	3	3	3	False	56759	fragment	False	ISR0203_000000006282	0.9634016721725818		0	0	False	False	1.0	0					non-mobilizable	other	2504.0	99.12100000000001	100.0	0.020559703637991505	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
AST0104_000000000990	21275	0.6128322343988181	37	20	9	16	11	False	108046	fragment	False	AST0104_000000000990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	80.357	1.0	0.0012507001619004505	NZ_FQXP01000012.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
ISR0012_000000018553	1223	0.6128298407353555	2	2	2	2	2	False	126593	fragment	False	SPA0042_000000023410	0.677317169404205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	76.63	30.0	8.946293727468367e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
FIJ0126_000000011152	3206	0.6128240964417314	5	5	5	4	4	False	41155	fragment	False	FIJ0126_000000011152	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	73.936	6.0	5.4291459569828704e-05	NZ_JPOI01000001.1	firmicutes	Geobacillus vulcani PSS1 N685DRAFT_scf7180000000002_quiver.1_C, whole genome shotgun sequence	True	False
USA0075_01_000000009140	2712	0.6128237466441571	4	3	3	3	3	False	683	fragment	False	USA0075_01_000000009140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000031440	1572	0.6128220997566637	2	2	2	2	1	False	93545	maximal	True	CAN0014_000000031440	1.0		246	14	False	False	0.9936386942863464	0					non-mobilizable	no_good_hit	889.0	80.315	89.0	0.0013758869921415987	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
FIJ0036_000000004223	7775	0.6128217661613445	10	5	3	4	4	False	47987	fragment	False	FIJ0036_000000004223	1.0		0	0	False	False	0.9994855523109436	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000011418	2331	0.6128200967714721	4	3	2	3	2	True	86210	fragment	False	FIJ0090_000000013852	0.23292632450331124		0	0	False	False	0.9897040128707886	0					non-mobilizable	no_good_hit								True	True
ENG0190_000000013441	2257	0.6128185837285942	3	3	1	1	3	False	102840	maximal	False	ISR0090_000000012331	0.9917889924640165		0	0	False	False	0.9858219027519226	0					non-mobilizable	no_good_hit	468.0	84.402	21.0	0.00016154808226792662	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0181_000000009165	2074	0.6128185837285942	3	3	1	1	3	False	102840	maximal	False	ISR0090_000000012331	0.9381023582245054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	84.53399999999999	23.0	0.00016293774319066148	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0141_000000017922	1774	0.6128125594477429	3	3	3	1	1	False	129378	maximal	True	ISR0141_000000017922	1.0		34	4	False	False	0.9971815347671509	0					non-mobilizable	no_good_hit	1289.0	77.58	86.0	0.0003542412777956716	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0179_000000017532	1894	0.6128012515166814	2	2	2	2	2	False	55386	fragment	False	ENG0179_000000017532	1.0		0	0	False	False	0.9746568202972412	0					non-mobilizable	no_good_hit	126.0	77.778	7.0	3.338922243980123e-05	CP035282.1	firmicutes	Tissierellia sp. JN-28 chromosome, complete genome	True	False
ISR0131_000000031492	1198	0.6127935284168619	1	1	1	1	1	False	42382	fragment	False	ISR0131_000000031492	1.0		0	0	False	False	0.989983320236206	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00010318488287158098	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MON0037_000000010125	5343	0.612791992012072	5	2	1	2	0	True	38502	maximal	False	MON0011_000000008076	0.9361419050512546		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	577.0	91.681	11.0	0.0829127613554434	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	True
FIJ0048_000000015124	2156	0.612791992012072	3	2	1	2	0	True	65680	fragment	False	FIJ0048_000000015124	1.0		0	0	False	False	0.997217059135437	0					non-mobilizable	plasmid	2156.0	99.814	100.0	0.551009971874201	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	False	True
ISR0108_000000020093	1139	0.6127860720922961	1	1	1	1	1	False	32772	maximal	True	ISR0108_000000020093	1.0		14	3	False	False	0.9218612909317017	0					non-mobilizable	other	1081.0	94.727	95.0	0.020349496936228156	NZ_LT629848.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0139_000000001802	10494	0.6127816398351701	8	5	4	4	5	False	93752	maximal	True	ISR0139_000000001802	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2821.0	89.685	28.0	0.0014063229077262332	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0130_01_000000023699	1410	0.6127794798181668	3	2	2	2	1	False	7270	maximal	True	USA0130_01_000000023699	0.9861505681818181		381	12	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	76.471	12.0	0.00013698875876768827	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
MON0013_000000051633	1118	0.6127759407032203	2	2	2	2	1	False	54114	fragment	False	ENG0202_000000016730	0.7156639953286067		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	99.374	100.0	0.0003184611682649597	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0012_000000002016	11092	0.6127664252093751	13	9	5	5	8	False	106690	maximal	True	ISR0012_000000002016	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	3545.0	93.794	62.0	0.0006858449007150944	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
MON0025_000000013767	2690	0.6127636518930899	2	2	2	2	1	False	87327	maximal	True	MON0025_000000013767	1.0		1	1	False	False	0.9825278520584106	0					non-mobilizable	no_good_hit	2298.0	99.565	85.0	0.0004771887371824342	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	True	False
ISR0833_000000003023	2494	0.6127603776353411	2	2	2	2	2	False	33781	maximal	True	ISR0833_000000003023	1.0		4	1	False	False	0.9947875142097473	0					non-mobilizable	no_good_hit	1084.0	81.365	43.0	0.031964556510362466	NZ_QRHR01000014.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf14, whole genome shotgun sequence	True	False
FIJ0024_000000010582	1965	0.6127587448348698	3	3	3	3	1	False	49223	fragment	False	FIJ0024_000000010582	1.0		0	0	False	False	0.992875337600708	0					non-mobilizable	no_good_hit	387.0	77.778	19.0	0.0025237176607383525	NZ_SLUM01000006.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_106, whole genome shotgun sequence	True	False
ENG0051_000000016188	1780	0.6127556916352344	2	2	2	2	1	False	64062	fragment	False	MON0035_000000016502	0.9508130693285333		0	0	False	False	0.9960674047470093	0					non-mobilizable	chromosome	1784.0	78.307	100.0	0.0005705034257602603	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0027_000000018665	1376	0.6127524629986322	2	1	1	1	1	False	37222	fragment	False	ISR0027_000000018665	1.0		0	0	False	False	0.9963662624359131	0					non-mobilizable	no_good_hit	97.0	88.66	7.0	0.002553259395196681	NZ_WNAJ01000033.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold33_size37599, whole genome shotgun sequence	True	False
ISR0301_000000006865	2547	0.6127522421072928	3	3	3	3	3	False	25567	maximal	True	ISR0301_000000006865	1.0		29	7	False	False	0.9909697771072388	0					non-mobilizable	no_good_hit	1899.0	96.367	74.0	0.009340952155376598	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	True	False
ENG0069_000000004279	5152	0.6127437007503737	3	2	0	1	1	False	62506	backbone	True	ENG0069_000000004279	1.0	PS279	1	1	True	True	0.9990295171737671	19	rep_cluster_2455				non-mobilizable	plasmid	1931.0	98.757	100.0	0.2680283451438099	CP002560.1	firmicutes	Lactobacillus amylovorus strain 30SC plasmid pRKC30SC1, complete sequence	False	True
ISR0104_000000011425	2182	0.6127413743010333	3	3	3	3	2	False	109506	fragment	False	ISR0104_000000011425	1.0		0	0	False	False	0.995417058467865	0					non-mobilizable	other	2192.0	98.175	100.0	0.0006176659222711153	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0093_000000009828	4109	0.612737533441439	7	2	1	2	1	False	108090	maximal	True	SPA0093_000000009828	1.0		0	0	False	False	0.9897785186767578	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.00031981472801963	NZ_JAAIUD010000004.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_4_length_181355_cov_306.037, whole genome shotgun sequence	True	False
SPA0079_000000010801	2322	0.612737533441439	3	2	1	2	1	False	108091	maximal	True	SPA0079_000000010801	1.0		1	1	False	False	0.9974160194396973	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000018304	1477	0.6127340972411734	3	2	2	2	1	False	62478	fragment	False	ISR0365_000000010227	0.9335591515432545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	80.117	12.0	5.7426016431995876e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0177_000000014602	1840	0.6127334732172891	3	3	3	3	3	False	99888	maximal	True	ENG0177_000000014602	1.0		4	2	False	False	0.997826099395752	0					non-mobilizable	other	1738.0	96.375	94.0	0.005491824058816073	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AUS0002_000000022886	1628	0.6127315838341598	3	2	1	2	2	False	102855	maximal	True	AUS0002_000000022886	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	99.59200000000001	45.0	0.005028804444505261	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0129_000000011142	2392	0.6127299640454413	6	3	1	2	1	True	58544	maximal	True	ENG0129_000000011142	1.0		0	0	False	False	0.9983277320861816	0					non-mobilizable	no_good_hit	183.0	93.443	8.0	0.009972602739726028	NZ_SMUS01000054.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00054, whole genome shotgun sequence	True	True
SPA0083_000000009134	1892	0.6127254371783829	2	2	2	2	2	False	115517	fragment	False	SPA0083_000000009134	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1892.0	99.04899999999999	100.0	0.011274205857101975	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	False	False
MAD0045_000000000451	23603	0.6127234451454538	40	13	11	11	9	False	17921	maximal	True	MAD0045_000000000451	1.0		1	1	False	False	0.9999152421951294	0					non-mobilizable	no_good_hit	74.0	93.243	0.0	3.128531651526145e-05	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
SPA0157_000000003227	2184	0.6127218156637314	3	2	2	2	2	False	102224	fragment	False	SPA0157_000000003227	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1016.0	98.031	92.0	0.00024885557084648404	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0026_01_000000007322	4657	0.6127188139198645	6	3	2	3	2	False	104672	maximal	True	USA0026_01_000000007322	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0103_000000012900	2222	0.6127176466265795	3	2	2	2	1	False	33046	maximal	True	ISR0103_000000012900	1.0		3	1	False	False	0.9833483099937439	0					non-mobilizable	no_good_hit	168.0	79.167	7.0	3.189881385038717e-05	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	False
MAD0047_000000018971	2332	0.6127107878839104	3	2	1	2	1	False	91582	fragment	False	CAN0021_000000018040	0.7550708565951634		0	0	False	False	0.9995712041854858	0					non-mobilizable	other	2333.0	98.414	100.0	0.03137191594694218	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0039_000000005413	4572	0.6127069319621877	4	4	3	3	3	False	56703	maximal	True	SPA0039_000000005413	1.0		3	3	False	False	1.0	0					non-mobilizable	plasmid	4571.0	99.825	100.0	0.030838371841934786	CP060066.1	enterobacteria	Escherichia coli strain G5 plasmid unnamed1, complete sequence	False	True
ISR0095_000000021015	1639	0.6127050454730739	3	3	2	2	2	False	65171	fragment	False	MON0102_000000027122	0.9705193264230776		0	0	False	False	0.9896278381347656	0					non-mobilizable	other	1639.0	99.939	100.0	0.0032414975006035754	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0117_000000010414	2575	0.6127032527212618	3	3	3	3	3	False	124464	maximal	True	ISR0117_000000010414	0.9956861133935908		0	0	False	False	1.0	0					non-mobilizable	other	2507.0	84.803	97.0	0.020984363593147825	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0019_000000026431	2517	0.6127008020887187	3	3	3	3	2	False	71524	fragment	False	MON0019_000000026431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	76.633	39.0	0.010660043519352925	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CAN0016_000000015564	3100	0.6127006144667938	4	4	4	3	2	True	93267	fragment	False	CAN0016_000000015564	0.9810395554102647		0	0	False	False	0.9990322589874268	0					non-mobilizable	no_good_hit	209.0	82.29700000000001	7.0	7.250084700508761e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
AST0061_000000037782	1109	0.6126960928402313	2	2	1	2	1	False	111767	fragment	False	AST0061_000000037782	1.0		0	0	False	False	0.9882777333259583	0					non-mobilizable	no_good_hit	531.0	71.186	47.0	0.0010628399000686163	NZ_CABIXL010000001.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	False
ENG0118_000000000446	31753	0.6126945898540733	33	13	8	12	5	True	122316	fragment	False	ENG0118_000000000446	0.9662681327416043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.594	4.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
CAN0022_000000002570	10171	0.6126771303176283	8	7	5	3	5	False	120738	fragment	False	CAN0022_000000002570	1.0		0	0	False	False	0.9999016523361206	0					non-mobilizable	no_good_hit	2939.0	90.167	48.0	0.00046801571065753896	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MAD0099_000000005511	4962	0.6126700852729545	9	4	3	4	1	True	34383	maximal	True	MAD0099_000000005511	1.0	PS107	2	1	False	True	0.9987908005714417	0					non-mobilizable	no_good_hit	947.0	89.44	19.0	0.0003150521199204157	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0057_01_000000029275	1119	0.6126679893136145	2	2	2	2	2	False	6745	fragment	False	SPA0045_000000021262	0.986451048951049		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	99.374	100.0	0.005591761404842526	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0010_000000002953	6124	0.6126673315304605	7	5	3	3	5	True	132342	backbone	False	USA0065_01_000000001890	0.9953420184273436	PS1158	0	0	True	True	1.0	49		MOBV			mobilizable	no_good_hit	2761.0	82.434	73.0	0.41464523953911464	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0097_000000005028	6123	0.6126673315304605	7	5	3	3	5	True	132342	backbone	False	USA0065_01_000000001890	0.9956922244172105	PS1158	0	0	True	True	1.0	38		MOBV			mobilizable	no_good_hit	2761.0	82.434	73.0	0.41464523953911464	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0152_000000003640	6117	0.6126673315304605	7	5	3	3	5	True	132342	backbone	False	USA0065_01_000000001890	0.9939964669898682	PS1158	0	0	True	True	0.999673068523407	46		MOBV			mobilizable	no_good_hit	2644.0	81.846	73.0	0.39690721649484534	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0095_000000000653	22339	0.6126658464352822	20	15	5	14	7	True	46999	maximal	True	MON0095_000000000653	1.0		3	1	False	False	0.9998209476470947	0					non-mobilizable	no_good_hit								True	True
SPA0089_000000004000	8495	0.6126605591738666	14	5	2	4	2	False	91521	fragment	False	SPA0089_000000004000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0070_000000010084	2107	0.6126597908166423	4	3	3	3	2	False	100840	fragment	False	DEN0003_000000011846	0.9778127368688355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	72.789	21.0	8.312251330670257e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
SPA0071_000000010823	2107	0.6126597908166423	4	3	3	3	2	False	100840	fragment	False	DEN0003_000000011846	0.9778127368688355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	72.789	21.0	8.312251330670257e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ENG0197_000000005056	1992	0.6126592935027297	2	2	2	2	2	False	103248	fragment	False	ENG0197_000000005056	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1992.0	98.795	100.0	0.0005290545547983335	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0093_000000005231	2337	0.6126505392424217	3	3	3	3	3	False	84816	maximal	True	ENG0093_000000005231	0.9919642857142857		8	3	False	False	1.0	0					non-mobilizable	chromosome	2338.0	99.016	100.0	0.0004315415273243409	CP032204.1	enterobacteria	Escherichia coli strain AR_0013 chromosome, complete genome	False	False
MON0017_000000008681	2252	0.6126504943100336	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.21035824767645916		0	0	False	False	0.9791296720504761	0					non-mobilizable	other	1449.0	98.82700000000001	92.0	0.000280446832374333	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0803_000000002320	5144	0.6126495504200922	5	5	5	5	5	False	116687	maximal	True	ISR0803_000000002320	1.0	PS782	7	4	False	True	1.0	0					non-mobilizable	no_good_hit	3494.0	98.025	68.0	0.0004930253776097317	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0372_000000009453	1849	0.6126493124738569	2	2	2	2	2	False	23456	maximal	True	ISR0372_000000009453	1.0		185	8	False	False	1.0	0					non-mobilizable	other	1849.0	99.51299999999999	100.0	0.003333688108943773	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0111_000000001156	14220	0.6126483063980666	14	8	4	7	3	True	123968	fragment	False	SPA0097_000000001211	0.9373142783997451		0	0	False	False	0.9992967844009399	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	6.8068676463871785e-06	CP037858.1	g-proteobacteria	Stenotrophomonas maltophilia strain X28 chromosome, complete genome	True	True
ISR0045_000000017252	1511	0.6126473378605566	3	3	2	3	1	False	124922	fragment	False	ENG0206_000000011673	0.3955693089675148		0	0	False	False	0.9953672885894775	0					non-mobilizable	other	1485.0	80.0	98.0	0.0003290222574146787	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
FIJ0033_000000028077	1379	0.6126470646621512	2	1	1	1	1	False	48242	maximal	True	FIJ0033_000000028077	1.0		12	6	False	False	0.9970993399620056	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	2.0505514904271623e-05	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
AST0113_000000031273	1175	0.612647034305656	2	2	2	2	1	False	106375	maximal	True	AST0113_000000031273	1.0		4	3	False	False	0.9982978701591492	0					non-mobilizable	no_good_hit	316.0	100.0	27.0	0.00010703665784661953	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0065_000000003416	3705	0.6126445740479467	4	4	4	4	4	False	85266	maximal	True	CHI0065_000000003416	1.0		3	2	False	False	0.9916329383850098	0					non-mobilizable	other	3661.0	95.13799999999999	99.0	0.002638596632922821	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
CHI0066_000000008659	1172	0.6126415870721407	2	2	2	2	2	True	85196	fragment	False	CHI0066_000000008659	1.0		0	0	False	False	0.9633105993270874	0					non-mobilizable	plasmid	1172.0	99.915	100.0	0.013500115287064792	CP054221.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p2, complete sequence	False	True
MON0093_000000042600	1113	0.612639151095745	2	2	2	2	2	False	89055	fragment	False	ISR0146_000000030323	0.3116789255799652		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	98.113	100.0	0.027834096768541462	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0193_000000008044	2555	0.6126368257081111	4	4	4	3	2	False	54597	maximal	True	ENG0193_000000008044	1.0		21	8	False	False	0.9992172122001648	0					non-mobilizable	other	1773.0	80.09	94.0	0.18594823032223984	NZ_LMUA01000056.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00056, whole genome shotgun sequence	False	False
USA0053_01_000000010773	1785	0.6126330438039188	3	3	1	2	3	False	45461	fragment	False	USA0053_01_000000010773	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	1785.0	99.944	100.0	0.017708602171884615	CP044529.1	enterobacteria	Klebsiella grimontii strain SS141 plasmid plamid_2, complete sequence	False	True
FIJ0108_000000008315	2689	0.6126329849904169	3	3	2	3	2	False	42230	maximal	True	FIJ0108_000000008315	1.0		7	4	False	False	0.9988843202590942	0					non-mobilizable	no_good_hit	2146.0	82.759	89.0	0.0006865380208301437	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0110_000000000935	17688	0.6126324389659065	21	6	5	5	2	True	107064	fragment	False	AST0110_000000000935	1.0		0	0	False	False	0.9976255297660828	0					non-mobilizable	chromosome	16702.0	97.27600000000001	94.0	0.005720211528262922	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
ISR0382_000000011160	1326	0.6126323039185209	2	1	1	1	1	False	78511	fragment	False	ISR0382_000000011160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	85.285	73.0	0.016287085219977022	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
SPA0001_000000008162	4142	0.6126304030626252	4	4	4	4	4	False	94809	fragment	False	ISR0293_000000008297	0.5424847078332287		0	0	False	False	0.9995171427726746	0					non-mobilizable	other	4142.0	99.63799999999999	100.0	0.0010152816934731925	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0030_000000010727	3180	0.6126264634156225	3	3	2	3	2	False	12524	maximal	True	MON0030_000000010727	1.0		1	1	False	False	0.99622642993927	0					non-mobilizable	other	2595.0	95.645	95.0	0.010848002410667202	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
ISR0012_000000013110	1748	0.6126218495600839	4	2	2	1	0	True	38159	maximal	True	ISR0012_000000013110	1.0		5	5	False	False	0.9977116584777832	0					non-mobilizable	no_good_hit	1223.0	99.836	77.0	0.0003539453602285426	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0151_000000004382	3862	0.6126204846734534	5	5	4	3	4	False	131820	maximal	True	ISR0151_000000004382	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	2014.0	93.396	52.0	0.05341190901575958	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
MON0058_000000007601	5193	0.6126155581531418	5	5	4	5	3	False	113592	maximal	True	MON0058_000000007601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2753.0	91.537	53.0	0.0007702316656455686	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0042_000000020909	1609	0.6126079338111636	2	2	2	2	1	True	25715	fragment	False	SPA0042_000000020909	1.0		0	0	False	False	0.999378502368927	0					non-mobilizable	other	1553.0	99.87100000000001	100.0	0.008525973455216666	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ISR0816_000000029942	1229	0.6126079338111636	2	2	2	2	1	True	21395	fragment	False	ISR0816_000000029942	1.0		0	0	False	False	0.9658258557319641	0					non-mobilizable	other	1229.0	99.43	100.0	0.006746066625648237	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
FIJ0131_000000012596	1476	0.6125958728792286	2	2	2	1	1	False	85540	maximal	False	FIJ0094_000000012442	0.9334960341671751		0	0	False	False	1.0	0					non-mobilizable	chromosome	1483.0	98.11200000000001	100.0	0.0005874944550751077	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0004_000000003858	3609	0.6125941203812888	3	3	3	3	2	False	117896	maximal	True	SPA0004_000000003858	1.0		4	3	False	False	0.9997228980064392	0					non-mobilizable	chromosome	3126.0	96.321	99.0	0.0009843621015232554	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CAN0014_000000040755	1225	0.6125938900107661	2	2	2	2	1	True	93418	fragment	False	SPA0119_000000025426	0.9865773992845801		0	0	False	False	0.9918367266654968	0					non-mobilizable	chromosome	1225.0	99.91799999999999	100.0	0.00027240267168267404	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
FIJ0086_000000005760	5209	0.612592036184534	6	5	5	4	4	False	52538	fragment	False	FIJ0023_000000004898	0.872208712806378		0	0	False	False	0.9998080134391785	0					non-mobilizable	no_good_hit	848.0	93.042	16.0	0.0002635002666112497	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0092_000000015768	1471	0.6125911804490061	3	2	2	1	2	False	61088	maximal	True	ENG0092_000000015768	1.0		1	1	False	False	0.9782460927963257	0					non-mobilizable	no_good_hit								True	False
ISR0133_000000005686	3362	0.6125871079317985	2	2	1	2	2	False	31542	maximal	True	ISR0133_000000005686	1.0		174	9	False	False	1.0	0					non-mobilizable	chromosome	2193.0	99.863	100.0	0.0004205470219342515	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
AUS0020_000000015786	1678	0.6125854712535987	2	2	2	2	1	False	99537	maximal	True	AUS0020_000000015786	0.9683162341581171		1	1	False	False	0.9994040727615356	0					non-mobilizable	no_good_hit	306.0	75.817	18.0	0.00012218178076730157	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	False
DEN0063_000000025234	1938	0.6125823564999041	6	3	2	1	2	True	71509	maximal	True	DEN0063_000000025234	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	81.15	64.0	0.0006355237920831205	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
USA0003_01_000000011006	3564	0.612580466155301	3	2	2	2	2	False	114062	fragment	False	USA0003_01_000000011006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2029.0	90.586	58.0	0.000587589881394968	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0836_000000009571	2090	0.612580466155301	2	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.9504536130164448		0	0	False	False	1.0	0					non-mobilizable	other	2034.0	100.0	97.0	0.0022209307152642284	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0145_000000014323	2046	0.612580466155301	2	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.9484494372482101		0	0	False	False	1.0	0					non-mobilizable	other	2028.0	99.90100000000001	99.0	0.0022143760746879443	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
MAD0069_000000004144	2044	0.612580466155301	3	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.8200520068887556		0	0	False	False	1.0	0					non-mobilizable	other	1918.0	99.948	94.0	0.002094207664122738	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ENG0052_000000017156	1853	0.6125779585594137	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.39108227834513876		0	0	False	False	1.0	0					non-mobilizable	chromosome	1851.0	92.76100000000001	99.0	0.0007610519319105615	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0045_000000008755	2544	0.6125776646836694	3	2	1	2	2	False	113845	fragment	False	AST0110_000000006063	0.4132873538037842		0	0	False	False	1.0	0					non-mobilizable	other	2547.0	98.979	100.0	0.0011232054330811605	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
MON0087_000000018371	2709	0.6125611387137487	2	2	2	2	2	False	91723	fragment	False	MON0087_000000018371	1.0		0	0	False	False	0.9929863214492798	0					non-mobilizable	other	2709.0	99.336	100.0	0.0035318400534407714	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ENG0043_000000009548	3516	0.6125576090399623	7	3	1	3	1	True	118225	fragment	False	ENG0043_000000009548	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3516.0	99.09	100.0	0.000701149741873908	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CAN0006_000000027825	1624	0.6125568183414221	2	2	1	2	2	False	95596	maximal	True	CAN0006_000000027825	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	1396.0	89.18299999999999	99.0	0.004901735574867208	CP039975.1	enterobacteria	Klebsiella pneumoniae strain R1761 plasmid p1761_01	False	True
CHI0150_000000001536	6068	0.6125534149985656	6	6	3	5	5	True	123607	fragment	False	ISR0087_000000003064	0.8113702167449908		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6089.0	96.485	100.0	0.0016196071006703105	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0026_000000014114	2785	0.6125504051243448	3	3	3	3	3	False	12940	fragment	False	MON0026_000000014114	0.9714616274585421		0	0	False	False	0.995691180229187	0					non-mobilizable	no_good_hit	278.0	72.66199999999999	10.0	0.0005241639584862145	NZ_FOAN01000006.1	a-proteobacteria	Bosea lupini strain LMG 26383,CCUG 61248,R- 45681, whole genome shotgun sequence	True	False
MON0076_000000044835	1024	0.6125460585181051	1	1	1	1	1	False	10256	fragment	False	MON0076_000000044835	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1024.0	98.82799999999999	100.0	0.0004435581952254407	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0085_000000024669	1271	0.6125434564662253	2	2	1	1	2	True	74230	fragment	False	MON0052_000000022249	0.8445470748945391		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	95.751	100.0	0.029028571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0069_000000015497	1612	0.6125432904632455	3	2	2	2	2	False	131681	fragment	False	ENG0124_000000017310	0.6218501109396501		0	0	False	False	1.0	0					non-mobilizable	other	1612.0	99.69	100.0	0.0018938993165033753	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0341_000000003924	3356	0.6125427644473734	3	3	2	3	3	False	125543	fragment	False	ENG0033_000000008193	0.6997296158454849		0	0	False	False	0.9988080859184265	0					non-mobilizable	no_good_hit	752.0	78.191	22.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0112_000000017804	1557	0.6125414859455376	2	1	1	1	1	False	84828	fragment	False	ISR0372_000000010445	0.6362370723945903		0	0	False	False	0.9955042004585266	0					non-mobilizable	other	1558.0	97.561	100.0	0.010499166143396329	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0107_000000012775	2514	0.6125388250249901	4	2	1	2	1	False	123045	fragment	False	SPA0107_000000012775	0.9884015183466891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1506.0	98.805	60.0	0.9740932642487047	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
MON0035_000000003044	7033	0.6125369138098049	10	6	5	5	4	True	93271	fragment	False	MON0046_000000003585	0.6480717306026796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	75.7	11.0	0.0002711810527401835	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0116_000000011144	3467	0.6125364952551172	3	3	3	2	1	True	107010	maximal	True	SPA0116_000000011144	1.0		24	7	False	False	0.9979809522628784	0					non-mobilizable	no_good_hit	2930.0	81.126	84.0	0.0005392108871089325	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
MON0106_000000006020	6038	0.612535957644168	9	4	3	3	2	True	8669	fragment	False	MON0106_000000006020	1.0		0	0	False	False	0.9995031356811523	0					non-mobilizable	no_good_hit								True	True
CHI0117_000000002141	7265	0.6125315531352153	3	3	3	3	2	False	118385	maximal	True	CHI0117_000000002141	1.0		8	5	False	False	0.9990364909172058	0					non-mobilizable	no_good_hit	3439.0	94.272	66.0	0.0014398923538991321	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0057_000000014739	2227	0.6125253721173991	3	2	2	2	2	False	46137	maximal	True	FIJ0057_000000014739	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	72.60300000000001	27.0	0.00022800336534564472	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
FIJ0164_000000014332	1573	0.6125247628533539	3	3	3	2	2	False	124922	fragment	False	ENG0206_000000011673	0.2730090899988047		0	0	False	False	0.994914174079895	0					non-mobilizable	chromosome	1572.0	81.55199999999999	99.0	0.0004320335694277946	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0002_000000009456	3677	0.6125216268238933	5	3	1	3	1	True	53739	maximal	True	FIJ0002_000000009456	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000007633	4022	0.6125184335806472	3	3	3	3	2	False	45372	maximal	True	FIJ0066_000000007633	1.0		25	10	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	70.801	19.0	0.00025386797929773434	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0095_000000024306	1153	0.6125116108264269	1	1	1	1	0	False	60899	maximal	True	ENG0095_000000024306	1.0		1	1	False	False	0.9817866683006287	0					non-mobilizable	no_good_hit	952.0	99.58	83.0	0.2091948966124065	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	True	False
SPA0102_000000011029	3307	0.6125112755387399	4	4	4	4	4	False	88008	maximal	False	CHI0037_000000003363	0.9466451218951182		0	0	False	False	0.9984880685806274	0					non-mobilizable	other	3307.0	99.09299999999999	100.0	0.025457989696675676	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	False
ISR0808_000000010458	1588	0.6125078413109384	2	2	2	2	2	False	68441	maximal	True	ISR0808_000000010458	1.0		8	3	False	False	0.996221661567688	0					non-mobilizable	other	1570.0	99.936	99.0	0.002235408934512064	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	False
USA0121_01_000000025510	1705	0.6124977752073928	3	3	3	2	1	True	131026	fragment	False	CHI0117_000000007167	0.14535430924219467		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	95.87700000000001	95.0	0.02780395045654669	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	True
CHI0111_000000024493	1233	0.6124929747331602	3	3	3	3	3	False	82498	fragment	False	CHI0111_000000024493	1.0		0	0	False	False	0.9975669384002686	0					non-mobilizable	no_good_hit	1028.0	74.319	82.0	0.0003513502585631169	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0048_000000012737	1486	0.6124888961684997	2	2	2	2	1	False	120640	fragment	False	ISR0048_000000012737	0.9561027837259101		0	0	False	False	0.9966352581977844	0					non-mobilizable	chromosome	1486.0	92.463	100.0	0.0006115595881424155	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0062_000000007480	4277	0.6124880039482007	6	3	2	3	2	True	110452	maximal	True	ISR0062_000000007480	0.9952185702845321		4	3	True	True	1.0	35					non-mobilizable	no_good_hit	1375.0	96.655	71.0	0.36243735162226326	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
ENG0015_000000004569	4276	0.6124880039482007	6	3	2	3	2	True	110452	maximal	False	ISR0062_000000007480	0.9939488292831421		0	0	True	True	1.0	44					non-mobilizable	no_good_hit	2244.0	97.727	71.0	0.5916644684779742	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
AST0088_000000002853	4276	0.6124880039482007	6	3	2	3	2	True	110452	maximal	False	ISR0062_000000007480	0.9951592130951542		0	0	True	True	0.9997661113739014	51					non-mobilizable	no_good_hit	1287.0	96.50299999999999	71.0	0.3392244790292799	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
ENG0003_000000005393	4200	0.6124880039482007	7	3	2	3	2	True	110452	maximal	False	ISR0062_000000007480	0.9890677051288976		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1846.0	97.616	70.0	0.48667897652334474	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
ENG0050_000000000513	31928	0.6124832560163356	29	10	8	10	7	False	64167	maximal	True	ENG0050_000000000513	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9664.0	88.835	44.0	0.002815067654746726	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0141_000000016937	1746	0.6124826218518935	4	2	1	2	1	False	40269	fragment	False	MAD0045_000000021409	0.9113364534581383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000013748	2290	0.6124806981284714	3	3	3	3	3	False	40093	maximal	True	FIJ0144_000000013748	1.0		9	4	False	False	0.9995633363723755	0					non-mobilizable	no_good_hit	193.0	78.238	8.0	9.663355997529014e-05	NZ_HF952018.1	firmicutes	Thermobrachium celere DSM 8682, whole genome shotgun sequence	True	False
MAD0105_000000012846	2720	0.6124757800639221	4	2	2	1	1	True	118204	fragment	False	CHI0040_000000005546	0.7372960213319109		0	0	False	False	1.0	0					non-mobilizable	other	2728.0	95.491	99.0	0.05611697739646923	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0045_000000014363	2691	0.6124757800639221	4	2	2	1	1	True	118204	fragment	False	CHI0040_000000005546	0.7329598239505634		0	0	False	False	1.0	0					non-mobilizable	other	2699.0	95.62799999999999	100.0	0.055518891272067314	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0047_000000016028	2686	0.6124757800639221	3	2	2	1	1	True	118204	fragment	False	CHI0040_000000005546	0.46179238632290864		0	0	False	False	0.9996277093887329	0					non-mobilizable	other	2597.0	95.53299999999999	97.0	0.05341527800692955	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
USA0044_01_000000018506	1480	0.6124743384638871	2	2	2	1	0	False	1219	fragment	False	USA0044_01_000000018506	1.0		0	0	False	False	0.991216242313385	0					non-mobilizable	other	1480.0	100.0	100.0	0.0032695343068985185	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
MAD0083_000000005606	1838	0.6124721345545913	3	1	1	1	1	True	41215	maximal	True	MAD0083_000000005606	1.0		24	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0032_000000024312	1300	0.6124721345545913	2	1	1	1	1	True	41214	fragment	False	MON0032_000000024312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0124_000000025132	1165	0.6124721345545913	3	1	1	1	1	True	41213	fragment	False	FIJ0124_000000025132	1.0		0	0	False	False	0.98884117603302	0					non-mobilizable	no_good_hit								True	True
ISR0096_000000005608	4419	0.6124705204298169	10	4	1	3	1	True	116034	fragment	False	ISR0096_000000005608	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4421.0	99.389	100.0	0.02545877636596127	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0103_000000009580	2884	0.6124683211538786	2	2	2	2	2	False	33059	maximal	True	ISR0103_000000009580	1.0		27	4	False	False	0.9934118986129761	0					non-mobilizable	no_good_hit	2339.0	97.948	81.0	0.0008487117702921827	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ENG0119_000000002668	10395	0.6124676954237324	12	10	8	8	8	True	86214	maximal	True	ENG0119_000000002668	1.0		4	3	False	False	0.9941318035125732	0					non-mobilizable	no_good_hit	1033.0	76.96	10.0	0.0044266588047587666	NZ_CZBD01000003.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
ENG0129_000000018075	1494	0.6124648989225422	2	2	2	2	1	False	125789	maximal	True	ENG0129_000000018075	0.929468342767342		13	4	False	False	0.9993306398391724	0					non-mobilizable	other	1494.0	99.331	100.0	0.0005133399623986213	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
MON0030_000000024787	1456	0.6124648989225422	2	2	2	2	1	False	125789	maximal	False	ENG0129_000000018075	0.6979850413905785		0	0	False	False	0.9766483306884766	0					non-mobilizable	other	1454.0	99.31200000000001	99.0	0.028821930851169342	NZ_QICA01000022.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_022, whole genome shotgun sequence	False	False
MAD0042_000000018066	1373	0.6124571567590608	2	2	2	2	1	False	18104	maximal	True	MAD0042_000000018066	1.0		1	1	False	False	0.9927166700363159	0					non-mobilizable	no_good_hit	691.0	76.556	50.0	0.0001902238810114912	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0020_000000009298	2195	0.6124565215460087	2	2	2	2	2	False	83997	fragment	False	SPA0127_000000013470	0.769393861570269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	5.0	0.00031797778477534713	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
ISR0386_000000022082	1301	0.6124541052601253	2	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.10175678717806828		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	92.95	100.0	0.0004053610949167159	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0017_01_000000015254	1797	0.612453775420011	3	3	3	3	2	False	100788	fragment	False	ISR0175_000000010194	0.14707628963933647		0	0	False	False	1.0	0					non-mobilizable	other	1797.0	95.93799999999999	100.0	0.0004987475770753842	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0201_000000017623	1700	0.6124494831718992	3	2	2	2	2	False	117943	maximal	False	ISR0239_000000007339	0.6262300948291286		0	0	False	False	0.99647057056427	0					non-mobilizable	plasmid	1655.0	85.07600000000001	97.0	0.013971886459323644	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ISR0103_000000007341	3611	0.6124351431487589	6	4	4	4	3	False	49568	maximal	True	ISR0103_000000007341	1.0		1	1	False	False	0.9944613575935364	0					non-mobilizable	no_good_hit	446.0	77.578	12.0	0.00011842898276263452	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0105_000000015671	1440	0.6124317205155347	2	2	2	2	2	False	60133	fragment	False	ENG0105_000000015671	1.0		0	0	False	False	0.9756944179534912	0					non-mobilizable	no_good_hit	155.0	76.774	10.0	3.3803726940299895e-05	NZ_VIGJ01000001.1	g-proteobacteria	Pseudoalteromonas luteoviolacea strain H2 1, whole genome shotgun sequence	True	False
CHI0149_000000004337	3448	0.6124282010846491	2	2	1	2	2	False	79590	maximal	True	CHI0149_000000004337	1.0		182	11	False	False	0.999709963798523	0					non-mobilizable	other	3448.0	94.461	100.0	0.0024425466542708782	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
MON0001_000000011184	3039	0.612420866978724	3	3	2	2	3	False	83677	fragment	False	MON0001_000000011184	0.9899306701881809		0	0	False	False	0.99901282787323	0					non-mobilizable	other	3039.0	99.73700000000001	100.0	0.0005600052645656209	CP018671.1	enterobacteria	Klebsiella pneumoniae strain CAV1042, complete genome	False	False
MON0004_000000012625	3029	0.612420866978724	3	3	2	2	3	False	83677	fragment	False	MON0001_000000011184	0.9883185258308654		0	0	False	False	0.9996698498725891	0					non-mobilizable	chromosome	3029.0	99.70299999999999	100.0	0.0005884123573590701	CP031817.1	enterobacteria	Klebsiella pneumoniae strain INF235-sc-2280127 chromosome, complete genome	False	False
MON0102_000000002035	15567	0.6124202240962088	19	3	0	1	2	False	8983	fragment	False	MON0102_000000002035	1.0		0	0	False	False	0.9980086088180542	0					non-mobilizable	no_good_hit	2037.0	87.825	13.0	0.001267327621012965	AP019730.1	e-proteobacteria	Helicobacter pylori TN2wt DNA, complete genome	True	False
MAD0024_000000001072	7126	0.6124185511269471	7	6	3	5	4	False	19211	maximal	True	MAD0024_000000001072	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit								True	True
ENG0089_000000015145	1357	0.6124156702829902	2	2	2	2	2	True	106318	fragment	False	ENG0089_000000015145	0.9759172298503666		0	0	False	False	0.986735463142395	0					non-mobilizable	other	1352.0	99.63	99.0	0.0007125677756914703	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	True
SPA0009_000000034391	1101	0.6124114982215222	2	2	2	2	1	False	8098	fragment	False	SPA0009_000000034391	1.0		0	0	False	False	0.9918256402015686	0					non-mobilizable	no_good_hit	285.0	75.08800000000001	26.0	0.006736651669880264	NZ_OAOF01000028.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0182_000000031218	1290	0.6124113155349595	2	2	2	2	1	False	29517	maximal	True	ISR0182_000000031218	1.0		3	1	False	False	0.9821705222129822	0					non-mobilizable	no_good_hit	108.0	83.333	8.0	2.9387472708133977e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0379_000000020297	1244	0.6124113155349595	2	2	2	2	1	False	38590	fragment	False	SPA0037_000000019301	0.9637088261430978		0	0	False	False	0.9991961121559143	0					non-mobilizable	other	1244.0	97.588	100.0	0.004506741984489266	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0018_000000005122	4229	0.6124069769937229	8	3	2	3	2	True	37802	maximal	True	ISR0018_000000005122	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0037_000000019433	1810	0.6124061234141037	2	2	2	2	1	False	65190	maximal	True	ENG0037_000000019433	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	77.473	66.0	0.00387003723197708	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CHI0081_000000006049	1616	0.6124049651064036	2	2	2	2	1	False	100822	fragment	False	SPA0102_000000019960	0.9303581307202825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	87.41799999999999	61.0	0.00020318924775022989	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0053_000000022754	1746	0.6124049169226434	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.8765427394614037		0	0	False	False	0.9988545179367065	0					non-mobilizable	other	1298.0	97.99700000000001	94.0	0.000359898028891814	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0034_000000001755	7437	0.6124041608624177	8	4	2	4	2	False	94046	fragment	False	MON0034_000000001755	1.0		0	0	False	False	0.9768723845481873	0					non-mobilizable	no_good_hit	1081.0	71.508	14.0	0.0003103828697087939	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0054_000000014310	1220	0.6124021361801666	1	1	1	1	1	False	86303	fragment	False	CHI0054_000000014310	1.0		0	0	False	False	0.9737704992294312	0					non-mobilizable	no_good_hit	151.0	82.119	12.0	0.0006782561987609306	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
TAN0019_000000002271	2787	0.6124007856455946	3	2	2	2	2	False	2416	maximal	True	TAN0019_000000002271	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	73.829	26.0	0.00023898184310202473	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0063_000000008460	3054	0.6123989145694877	3	3	3	3	3	False	45622	fragment	False	FIJ0063_000000008460	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2993.0	99.93299999999999	98.0	0.02613505295166195	CP041645.1	enterobacteria	Klebsiella pneumoniae strain NKU_Kleb8A7 plasmid pKleb8A7, complete sequence	False	True
MON0092_000000039578	1412	0.6123975158744499	4	4	4	2	3	False	9430	maximal	True	MON0092_000000039578	1.0		8	5	False	False	0.9858356714248657	0					non-mobilizable	no_good_hit	432.0	81.71300000000001	30.0	0.00015126283309997487	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0131_000000017000	1954	0.6123970648982814	3	3	3	2	3	False	59670	fragment	False	ISR0131_000000017000	1.0		0	0	False	False	0.984135091304779	0					non-mobilizable	other	1835.0	95.531	98.0	0.0005206227943080089	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0011_000000039026	1198	0.6123910615412492	3	1	1	1	1	False	13633	maximal	True	MON0011_000000039026	1.0		14	6	False	False	0.9983305335044861	0					non-mobilizable	no_good_hit	541.0	79.298	45.0	0.00013654702715081834	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
USA0050_01_000000001151	11998	0.6123840887666948	9	7	5	7	3	False	66544	maximal	True	USA0050_01_000000001151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	0.0	1.5723685782894893e-05	NC_009464.1	euryarchaeotes	Methanocella arvoryzae MRE50, complete genome	True	False
MON0055_000000006546	2966	0.6123784691972336	2	2	2	2	1	False	12855	maximal	True	MON0055_000000006546	1.0		8	1	False	False	0.9730276465415955	0					non-mobilizable	no_good_hit	599.0	82.304	20.0	0.6600441501103753	KU543890.1	bacteria	Uncultured bacterium clone PE_060601_060602_Contig_3 genomic sequence	True	False
ENG0156_000000003553	4340	0.6123782748572457	3	3	3	3	2	False	56703	maximal	False	SPA0039_000000005413	0.9746281714785652		0	0	False	False	0.9995391964912415	0					non-mobilizable	plasmid	4339.0	99.885	100.0	0.029272835240768732	CP060066.1	enterobacteria	Escherichia coli strain G5 plasmid unnamed1, complete sequence	False	True
ENG0172_000000007952	2694	0.6123702991539675	7	5	4	4	4	True	71106	fragment	False	ENG0172_000000007952	0.9975480179812015		0	0	False	False	0.9959168434143066	0					non-mobilizable	no_good_hit	1100.0	93.36399999999999	80.0	0.08850342880193626	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0093_000000037055	1265	0.6123691375503272	3	2	1	2	1	False	102322	fragment	False	AUS0004_000000015288	0.9600920951650038		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	99.209	100.0	0.01571885142949523	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0022_000000008901	2841	0.6123667504467183	4	3	3	3	2	False	37593	maximal	True	ISR0022_000000008901	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	85.93799999999999	25.0	0.002043849327427582	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
MON0079_000000013749	1653	0.6123665317120127	3	3	2	3	2	False	33123	fragment	False	SPA0092_000000026566	0.9805424528301887		0	0	False	False	0.9848759770393372	0					non-mobilizable	other	1653.0	98.185	100.0	0.0038032442686582284	NZ_LRVM01000002.1	firmicutes	Anaerotignum neopropionicum strain DSM-3847 CLNEO_contig000002, whole genome shotgun sequence	False	False
SPA0073_000000002540	5670	0.6123628343574634	7	7	7	6	5	False	41354	maximal	True	SPA0073_000000002540	1.0		120	12	False	False	1.0	0					non-mobilizable	chromosome	5670.0	99.788	100.0	0.0010881942156977919	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
ISR0394_000000007114	2637	0.6123619368720449	3	3	3	3	2	False	47451	fragment	False	MAD0083_000000003503	0.48539457836921723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1943.0	93.515	80.0	0.0007754510253962207	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0324_000000008934	3517	0.6123604229361054	3	2	2	2	2	True	24943	maximal	True	ISR0324_000000008934	1.0		15	5	False	False	0.9997156858444214	0					non-mobilizable	no_good_hit	2366.0	99.57700000000001	67.0	0.0019747152944830713	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
ISR0147_000000006213	3856	0.6123498857381252	5	4	4	4	3	False	125537	fragment	False	SPA0138_000000005370	0.548840362429344		0	0	False	False	1.0	0					non-mobilizable	other	2892.0	99.23899999999999	100.0	0.035951898324897716	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0085_000000006043	4902	0.6123491052307868	5	5	5	4	3	False	43972	maximal	True	FIJ0085_000000006043	1.0		12	5	False	False	0.9991840124130249	0					non-mobilizable	no_good_hit	2732.0	81.69800000000001	64.0	0.0004138397510203684	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ISR0099_000000007716	2744	0.6123371083688839	3	3	3	3	2	False	81469	fragment	False	ISR0099_000000007716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1414.0	80.764	75.0	0.00047392455646148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0819_000000012339	2125	0.6123252316614565	2	2	2	2	2	False	125206	fragment	False	ISR0819_000000012339	0.9613257838913154		0	0	False	False	0.9943529367446899	0					non-mobilizable	other	2125.0	96.565	99.0	0.009500847650955676	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0785_000000013122	2652	0.6123247836297715	2	2	2	2	2	False	104570	fragment	False	ISR0785_000000013122	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2652.0	96.757	100.0	0.0006035731255821429	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0159_000000012784	2040	0.6123174283084799	2	1	1	1	1	False	56878	fragment	False	ISR0159_000000012784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1029.0	97.959	50.0	0.00028771735184725456	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0108_000000012141	1895	0.6123090056032395	2	2	2	2	2	False	95268	fragment	False	ISR0795_000000005355	0.7163336625135044		0	0	False	False	0.9957783818244934	0					non-mobilizable	chromosome	1016.0	94.587	95.0	0.0003416430573923311	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0337_000000006720	1559	0.6123087127245938	3	2	2	2	2	False	62478	fragment	False	ISR0365_000000010227	0.9573873798082491		0	0	False	False	0.982039749622345	0					non-mobilizable	no_good_hit	165.0	81.212	10.0	5.504742403540433e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0069_000000012154	1516	0.6123087127245938	3	2	2	2	2	False	62478	fragment	False	ISR0365_000000010227	0.940984354567159		0	0	False	False	0.9663588404655457	0					non-mobilizable	no_good_hit	146.0	79.452	10.0	4.893104358702607e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0847_000000003273	6584	0.6123062477158044	7	4	2	4	1	False	99295	maximal	True	ISR0847_000000003273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	92.5	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ENG0099_000000002396	8043	0.6123049960802565	6	4	3	4	1	True	111345	maximal	True	ENG0099_000000002396	1.0	PS707	5	3	False	True	0.9995026588439941	0					non-mobilizable	no_good_hit	1384.0	87.71700000000001	17.0	0.005344130182700997	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
USA0069_01_000000015412	4004	0.6123027438438078	5	5	4	5	3	False	798	maximal	True	USA0069_01_000000015412	1.0		67	7	False	False	0.9995005130767822	0					non-mobilizable	no_good_hit	307.0	99.67399999999999	8.0	0.0025104808473283067	NZ_LT629862.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
SPA0137_000000017335	2117	0.6123027407144046	3	2	1	1	0	False	3565	maximal	True	SPA0137_000000017335	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	83.63600000000001	16.0	7.746980246407067e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
SPA0072_000000007202	2901	0.6122992825398649	3	2	1	2	2	True	106427	fragment	False	SPA0072_000000007202	0.9703108627314007		0	0	False	False	1.0	0					non-mobilizable	chromosome	2903.0	97.52	100.0	0.0006439088532469754	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
SPA0069_000000008363	2863	0.6122992825398649	3	2	1	2	2	True	106427	fragment	False	SPA0072_000000007202	0.964150293002413		0	0	False	False	0.9993014335632324	0					non-mobilizable	chromosome	2862.0	97.834	99.0	0.0006350242881797525	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
CHI0105_000000002157	3432	0.6122986744090878	5	5	4	5	1	False	129995	maximal	True	CHI0105_000000002157	1.0		16	2	False	False	1.0	0					non-mobilizable	no_good_hit	2230.0	90.404	81.0	0.0006202456763058079	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
USA0001_01_000000014239	1207	0.6122957595466547	2	2	2	2	2	False	2263	fragment	False	USA0001_01_000000014239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	71.38600000000001	28.0	4.9343411151880064e-05	CP034689.1	b-proteobacteria	Achromobacter spanius strain UQ283 chromosome, complete genome	True	False
ENG0050_000000014832	1831	0.6122947519894403	3	3	3	3	2	False	71376	maximal	True	ENG0050_000000014832	1.0		1	1	False	False	0.9885308742523193	0					non-mobilizable	no_good_hit	1113.0	76.90899999999999	60.0	0.00037596883948323994	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0001_000000017060	2695	0.6122931226078118	3	3	3	3	2	False	97384	maximal	True	CAN0001_000000017060	1.0		35	6	False	False	1.0	0					non-mobilizable	other	2682.0	99.73899999999999	99.0	0.0007651928308766866	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0020_000000002266	7552	0.6122915246186873	12	3	0	3	2	False	37708	maximal	True	ISR0020_000000002266	1.0		1	1	False	False	0.9997351765632629	0					non-mobilizable	no_good_hit								True	False
ISR0115_000000005754	5143	0.6122915246186873	7	3	0	3	2	False	32493	fragment	False	ISR0115_000000005754	1.0		0	0	False	False	0.9996111392974854	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.380430556290507e-05	NZ_CP012028.1	b-proteobacteria	Neisseria gonorrhoeae strain 35/02 chromosome, complete genome	True	False
CHI0176_000000006369	1211	0.6122909889487149	2	2	2	2	2	False	77703	maximal	True	CHI0176_000000006369	1.0		45	7	False	False	0.9859620332717896	0					non-mobilizable	other	1205.0	89.62700000000001	99.0	0.00984459774629907	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
TAN0003_000000000033	33716	0.6122906710901751	18	8	6	8	3	False	2997	fragment	False	TAN0003_000000000033	1.0		0	0	False	False	0.9998220205307007	0					non-mobilizable	no_good_hit	90.0	92.22200000000001	0.0	0.0006208363851975864	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0071_000000002240	5033	0.6122884654927113	3	3	3	3	3	False	108739	fragment	False	MAD0091_000000002323	0.7867213600962041		0	0	False	False	0.997814416885376	0					non-mobilizable	no_good_hit	3679.0	98.42299999999999	73.0	0.10141210215676541	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0087_000000031237	1243	0.6122852068269846	2	2	1	1	2	False	61592	fragment	False	ENG0082_000000015972	0.9452945677123182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	76.087	11.0	4.055756287532398e-05	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
MAD0095_000000027379	1380	0.6122847607768699	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.9479511858962628		0	0	False	False	0.9920290112495422	0					non-mobilizable	other	1380.0	93.406	100.0	0.07204430280549605	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0066_000000025665	1316	0.6122847607768699	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.765943363852832		0	0	False	False	0.9946808218955994	0					non-mobilizable	other	1314.0	93.227	99.0	0.06859620709471814	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0010_000000043278	1101	0.6122847607768699	2	2	2	1	1	False	75801	fragment	False	ISR0207_000000027634	0.9601598376800332		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	93.551	100.0	0.057468261846298524	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0058_000000007307	2719	0.6122847594030463	4	4	3	4	4	False	85908	maximal	False	SPA0020_000000011052	0.9695776487913437		0	0	False	False	0.9996322393417358	0					non-mobilizable	no_good_hit	585.0	91.45299999999999	38.0	0.00027236392297324397	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0093_000000038152	1232	0.6122846068848493	2	2	2	2	2	False	29359	fragment	False	MON0093_000000038152	1.0		0	0	False	False	0.9983766078948975	0					non-mobilizable	other	1135.0	100.0	92.0	0.0002443095690930729	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MAD0098_000000039018	1176	0.6122839675332344	1	1	1	1	1	False	15260	maximal	True	MAD0098_000000039018	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000030505	1416	0.6122801268618653	1	1	1	1	1	False	2665	maximal	True	TAN0009_000000030505	1.0		4	1	False	False	0.9957627058029175	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	1.2300144614557397e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ENG0175_000000001243	16392	0.6122725627484196	19	6	5	4	1	True	63612	fragment	False	USA0057_01_000000001568	0.9574228009328328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	86.52600000000001	8.0	0.027560077938947825	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0210_000000007598	2517	0.6122723913308276	3	3	3	2	3	False	28442	maximal	True	ISR0210_000000007598	1.0		49	6	False	False	0.9960269927978516	0					non-mobilizable	no_good_hit	1137.0	94.54700000000001	45.0	0.009448674433538208	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
ISR0062_000000008758	3792	0.6122628857187421	5	5	5	5	5	False	127087	maximal	True	ISR0062_000000008758	1.0		2	1	False	False	0.9965717196464539	0					non-mobilizable	no_good_hit	2093.0	96.656	55.0	0.00758133345902418	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0069_000000007480	3261	0.6122618812547698	4	4	4	4	3	False	119436	fragment	False	CHI0024_000000003275	0.7358183405858328		0	0	False	False	1.0	0					non-mobilizable	chromosome	2890.0	87.405	96.0	0.0006376091947474355	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0103_000000039504	1452	0.6122611223696642	2	2	2	2	2	False	8863	fragment	False	MON0103_000000039504	1.0		0	0	False	False	0.9724518060684204	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	4.0	1.1246373044693086e-05	CP048379.1	enterobacteria	Klebsiella variicola strain 118 chromosome, complete genome	True	False
ISR0161_000000013277	2301	0.6122562409311287	4	4	4	2	3	False	30401	fragment	False	ISR0161_000000013277	1.0		0	0	False	False	0.9991307854652405	0					non-mobilizable	no_good_hit	1308.0	93.807	57.0	0.00044234363305455267	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0041_000000004461	2931	0.6122558375750164	3	2	2	2	2	False	36424	maximal	True	ISR0041_000000004461	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0080_000000002911	8061	0.6122544232211289	8	1	1	1	1	False	44343	maximal	True	FIJ0080_000000002911	1.0		1	1	False	False	0.9982632398605347	0					non-mobilizable	no_good_hit								True	False
FIJ0040_000000011126	2206	0.6122521712489183	4	3	3	3	3	False	47490	maximal	True	FIJ0040_000000011126	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	2207.0	99.411	100.0	0.0012311136607254074	CP042390.1	firmicutes	Leuconostoc lactis strain CBA3626 chromosome, complete genome	False	False
ENG0058_000000008054	3821	0.612250804199377	5	5	4	5	5	False	90148	maximal	True	ENG0058_000000008054	0.9923350670681632		77	12	False	False	1.0	0					non-mobilizable	chromosome	3821.0	100.0	100.0	0.0007039916140224072	CP027323.1	enterobacteria	Escherichia coli strain 2013C-3033 chromosome, complete genome	False	False
ISR0136_000000002567	3004	0.6122468293178867	6	5	3	3	3	True	124279	maximal	True	ISR0136_000000002567	1.0		393	13	False	False	1.0	0		MOBV			mobilizable	chromosome	3005.0	96.93799999999999	100.0	0.0009682442321942497	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0332_000000007043	2005	0.6122467711492732	3	2	2	2	1	False	24569	fragment	False	ISR0332_000000007043	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1971.0	87.316	98.0	0.002561486160367658	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
ISR0115_000000010885	2987	0.6122433765666822	3	2	1	1	1	True	106060	fragment	False	ISR0115_000000010885	1.0		0	0	False	False	0.9943086504936218	0					non-mobilizable	chromosome	2968.0	99.62899999999999	99.0	0.0006603094173876584	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ENG0163_000000009695	2505	0.6122433765666822	3	2	1	1	1	True	106059	fragment	False	ENG0163_000000009695	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2510.0	94.542	100.0	0.0005579358643043005	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
USA0145_01_000000010013	2411	0.6122433765666822	3	2	1	1	1	True	130841	fragment	False	USA0145_01_000000010013	0.9712667785234899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1408.0	93.111	58.0	0.0006557254720896935	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
SPA0130_000000013700	2384	0.6122433765666822	5	2	1	1	1	True	130841	fragment	False	USA0145_01_000000010013	0.9659892160929076		0	0	False	False	0.9979026913642883	0					non-mobilizable	no_good_hit	1439.0	92.35600000000001	60.0	0.0006697167695027027	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
DEN0017_000000013339	2223	0.6122433765666822	3	2	1	1	1	True	106058	fragment	False	ENG0090_000000010483	0.9297876003407695		0	0	False	False	1.0	0					non-mobilizable	chromosome	2224.0	95.54899999999999	100.0	0.0004947313228354448	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ENG0090_000000010483	2201	0.6122433765666822	3	2	1	1	1	True	106058	fragment	False	ENG0090_000000010483	0.9472205420896725		0	0	False	False	0.9995456337928772	0					non-mobilizable	chromosome	2201.0	99.955	100.0	0.0004896126451812768	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ENG0101_000000015086	2175	0.6122433765666822	4	2	1	1	1	True	60493	fragment	False	ENG0101_000000015086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	90.52799999999999	46.0	0.00046730933359450424	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0161_000000008327	1996	0.6122433765666822	3	2	1	1	1	True	106058	fragment	False	ENG0090_000000010483	0.6948398875931816		0	0	False	False	1.0	0					non-mobilizable	chromosome	1994.0	94.584	99.0	0.0004430994438890556	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
USA0119_01_000000012820	1917	0.6122433765666822	4	2	1	1	1	True	106058	fragment	False	ENG0090_000000010483	0.4719438877755511		0	0	False	False	0.9994783401489258	0					non-mobilizable	chromosome	1868.0	99.465	97.0	0.00041550309479701996	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
SPA0093_000000017728	2185	0.6122425327365085	2	2	2	1	2	False	53066	maximal	False	ISR0051_000000017675	0.9492420762517226		0	0	False	False	0.9903889894485474	0					non-mobilizable	other	2095.0	74.702	95.0	0.0005728932358054107	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0064_000000002049	9447	0.6122363316955485	6	3	3	2	1	False	37238	maximal	True	SPA0064_000000002049	1.0		0	0	False	False	0.9993648529052734	0					non-mobilizable	no_good_hit	2351.0	92.21600000000001	25.0	0.03720238095238095	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
CHI0047_000000004330	3543	0.6122326298923148	3	3	3	3	3	False	87217	maximal	True	CHI0047_000000004330	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	2340.0	98.846	87.0	0.0009172538228386398	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
MON0047_000000006928	5050	0.6122307824544558	4	4	4	4	3	False	38302	maximal	True	MON0047_000000006928	0.984643470790378		118	7	False	False	0.9976237416267395	0					non-mobilizable	other	5029.0	99.50299999999999	99.0	0.053529793780408605	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0050_000000020771	1163	0.6122291947346384	2	2	1	2	1	False	17374	maximal	True	MAD0050_000000020771	1.0		1	1	False	False	0.979363739490509	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000014379	3155	0.6122286314951761	2	2	1	2	2	False	4458	maximal	True	SPA0114_000000014379	1.0		152	10	False	False	1.0	0					non-mobilizable	chromosome	2334.0	99.65700000000001	100.0	0.000965762637741275	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
ENG0210_000000017356	1518	0.6122284879899748	3	3	3	1	1	True	131026	fragment	False	CHI0117_000000007167	0.11174057536333423		0	0	False	False	0.9993412494659424	0					non-mobilizable	other	1479.0	96.214	97.0	0.0004456807667886191	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
AST0084_000000015267	2275	0.6122271939776722	3	3	3	2	3	False	122102	fragment	False	ISR0028_000000007710	0.6961740535674418		0	0	False	False	1.0	0					non-mobilizable	other	2276.0	96.573	100.0	0.05178326474622771	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0033_000000013175	1972	0.6122242686753534	2	2	2	2	2	False	109643	fragment	False	ENG0033_000000013175	1.0		0	0	False	False	0.9913793206214905	0					non-mobilizable	other	1972.0	98.17399999999999	100.0	0.0005473449189396338	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0142_000000030874	1122	0.6122227991470486	2	2	2	2	1	False	75833	fragment	False	DEN0010_000000038350	0.9538009642167765		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	99.287	100.0	0.004300159577732768	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0239_000000013431	1188	0.6122216222429019	2	2	2	2	2	False	106120	fragment	False	AST0116_000000021801	0.9666928810381152		0	0	False	False	0.9957912564277649	0					non-mobilizable	other	1188.0	100.0	100.0	0.02396237080103359	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0066_000000002166	6603	0.6122210769481303	9	5	1	5	2	False	16607	fragment	False	MAD0066_000000002166	1.0		0	0	False	False	0.9995456337928772	0					non-mobilizable	no_good_hit								True	False
ENG0031_000000011764	1816	0.6122209492115036	3	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.9524643877167612		0	0	False	False	0.9928414225578308	0					non-mobilizable	other	1767.0	79.57	97.0	0.004074263770339453	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0044_000000041518	1371	0.6122191768203717	2	2	2	2	2	False	11597	maximal	True	MON0044_000000041518	1.0		1	1	False	False	0.9533187747001648	0					non-mobilizable	no_good_hit	492.0	71.748	35.0	6.181478889666433e-05	NZ_LT629791.1	high GC Gram+	Jiangella alkaliphila strain DSM 45079 chromosome I	True	False
USA0048_01_000000009632	1654	0.6122126621647723	3	2	2	1	1	False	1116	maximal	True	USA0048_01_000000009632	1.0		1	1	False	False	0.9921402931213379	0					non-mobilizable	no_good_hit	48.0	93.75	3.0	1.8359762276235516e-05	NC_022737.1	firmicutes	Staphylococcus pasteuri SP1, complete sequence	True	False
CHI0151_000000007144	3467	0.6122110267934985	3	2	2	2	1	True	83926	maximal	True	CHI0151_000000007144	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	2115.0	84.066	61.0	0.0006838149071649762	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
SPA0095_000000004596	4553	0.6122060638115564	5	4	3	2	2	False	12454	maximal	True	SPA0095_000000004596	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1408.0	71.804	33.0	0.0003608480404445669	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
MAD0098_000000018147	2453	0.6122033597617712	3	3	3	3	3	False	15325	maximal	True	MAD0098_000000018147	1.0		41	6	False	False	0.9910314083099365	0					non-mobilizable	other	2453.0	87.24	99.0	0.009473166462047303	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0111_000000013109	1455	0.6122020857011649	2	2	2	2	2	False	117974	fragment	False	ISR0155_000000012819	0.9717258601175156		0	0	False	False	1.0	0					non-mobilizable	chromosome	1455.0	99.931	100.0	0.00040465278342114726	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
MAD0043_000000018559	1436	0.6122011931765874	2	2	2	2	1	False	85614	fragment	False	ISR0266_000000014408	0.3988951285212071		0	0	False	False	0.9902507066726685	0					non-mobilizable	chromosome	1420.0	97.74600000000001	99.0	0.0003971507025984963	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0028_000000012334	2441	0.6121975818528422	2	2	2	2	2	False	82228	backbone	False	CHI0144_000000006049	0.9948712791633145	PS407	0	0	True	True	1.0	5					non-mobilizable	chromosome	1902.0	100.0	100.0	0.0004608125135443973	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
USA0015_01_000000013992	2403	0.6121975818528422	2	2	2	2	2	False	82228	backbone	False	CHI0144_000000006049	0.9887737847784699	PS407	0	0	True	True	1.0	11					non-mobilizable	chromosome	1860.0	100.0	100.0	0.0004506314900994395	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ISR0338_000000025896	1144	0.6121926897177041	2	2	2	1	1	False	24410	fragment	False	ISR0338_000000025896	1.0		0	0	False	False	0.998251736164093	0					non-mobilizable	chromosome	1131.0	99.646	99.0	0.0002514828586612922	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0060_000000010227	1423	0.6121898977883949	3	3	3	2	2	False	45867	fragment	False	FIJ0060_000000010227	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1404.0	93.305	99.0	0.0005467242721026829	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0048_000000002250	7608	0.6121847896218547	10	6	1	5	3	False	36052	fragment	False	ISR0048_000000002250	1.0		0	0	False	False	0.999605655670166	0					non-mobilizable	no_good_hit	812.0	86.7	35.0	0.0003246900620714163	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
ENG0110_000000019711	1529	0.6121836880100713	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.7694547415839221		0	0	False	False	1.0	0					non-mobilizable	chromosome	1466.0	80.082	100.0	0.0006208940273682198	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0139_000000018567	1517	0.6121835008999829	2	2	2	2	2	False	3527	fragment	False	SPA0139_000000018567	1.0		0	0	False	False	0.988134503364563	0					non-mobilizable	no_good_hit	134.0	81.343	9.0	0.00023070853938599828	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
ISR0006_000000009591	2018	0.6121732921042242	2	2	2	2	2	False	38490	maximal	True	ISR0006_000000009591	1.0		622	14	False	False	1.0	0					non-mobilizable	chromosome	2018.0	99.70299999999999	100.0	0.0009155771585968473	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
MAD0039_000000011466	1312	0.6121670471059271	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.04557265143426011		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	97.50200000000001	96.0	0.00250921614178744	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0092_000000011211	1459	0.6121663260984694	2	1	1	1	1	False	68544	fragment	False	DEN0092_000000011211	0.6367490491102277		0	0	False	False	0.9924606084823608	0					non-mobilizable	chromosome	1440.0	99.514	99.0	0.0004889706369564619	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0114_000000020683	1359	0.6121663260984694	3	1	1	1	1	False	68544	fragment	False	DEN0092_000000011211	0.5720909486342548		0	0	False	False	0.9948491454124451	0					non-mobilizable	chromosome	1262.0	99.04899999999999	100.0	0.0004284864303002769	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0285_000000016682	1203	0.6121663260984694	2	1	1	1	1	False	68544	fragment	False	DEN0092_000000011211	0.25120250014794965		0	0	False	False	0.9684122800827026	0					non-mobilizable	chromosome	1203.0	99.501	100.0	0.00040843829438614817	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0026_000000015015	1920	0.6121609342769294	2	2	2	2	2	False	74169	maximal	True	DEN0026_000000015015	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	79.39399999999999	9.0	2.8964871439241503e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
FIJ0162_000000019708	1179	0.6121607394913282	2	1	1	1	1	False	39197	maximal	True	FIJ0162_000000019708	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0014_000000008652	3485	0.6121540201719542	5	5	2	3	4	False	56546	maximal	True	MAD0014_000000008652	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	82.405	80.0	0.0005465448466537374	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0159_000000007427	3036	0.6121540201719542	5	5	2	3	4	False	56545	fragment	False	ENG0159_000000007427	0.976417553255929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	82.439	82.0	0.0005420135437159193	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0164_000000008111	2862	0.6121540201719542	6	5	2	3	4	False	56545	fragment	False	ENG0159_000000007427	0.9588449307474964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	82.323	82.0	0.0005420135437159193	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0010_000000017541	1532	0.6121512156755787	3	3	3	3	2	False	89770	fragment	False	MON0091_000000008579	0.7704470094020777		0	0	False	False	0.9986945390701294	0					non-mobilizable	chromosome	1532.0	100.0	100.0	0.0003054348856115431	CP049101.1	enterobacteria	Escherichia coli strain EC28 chromosome, complete genome	False	False
MAD0088_000000008760	2651	0.6121483994213199	5	5	3	5	2	False	15903	maximal	True	MAD0088_000000008760	1.0		1	1	False	False	0.998491108417511	0					non-mobilizable	no_good_hit	723.0	95.98899999999999	27.0	0.004345231996817916	NZ_SMUS01000004.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00004, whole genome shotgun sequence	True	False
SPA0003_000000011258	1608	0.6121463317822781	3	2	2	2	1	False	8379	fragment	False	SPA0003_000000011258	1.0		0	0	False	False	0.9956467747688293	0					non-mobilizable	no_good_hit	820.0	77.195	51.0	0.00026172247554651486	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0025_000000001581	7390	0.6121454527230443	5	5	4	2	3	True	88973	maximal	True	CHI0025_000000001581	1.0		5	1	False	False	0.9998646974563599	0					non-mobilizable	chromosome	7390.0	99.337	100.0	0.002236621137144317	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	False	True
CAN0012_000000032603	1398	0.6121280157694667	2	1	1	1	1	False	94072	fragment	False	CAN0012_000000032603	1.0		0	0	False	False	0.9921315908432007	0					non-mobilizable	no_good_hit								True	False
MAD0055_000000004347	1990	0.6121257817327626	3	2	0	2	1	False	50577	fragment	False	FIJ0131_000000007800	0.28783308007934805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0168_000000001770	12031	0.6121230838130478	12	8	5	6	4	True	66030	fragment	False	ISR0168_000000001770	1.0		0	0	False	False	0.9999169111251831	0					non-mobilizable	no_good_hit	1369.0	96.421	11.0	0.007135102407248888	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	True
MON0004_000000015985	2526	0.6121174455778207	4	2	1	2	1	False	14238	fragment	False	MON0004_000000015985	1.0		0	0	False	False	0.9996041059494019	0					non-mobilizable	other	2526.0	91.053	99.0	0.0007951849657029151	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
AST0148_000000005187	6428	0.6121161195469306	14	4	3	4	3	False	121264	maximal	True	AST0148_000000005187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0281_000000003971	3937	0.6121114882756962	4	4	4	4	2	False	100316	maximal	True	ISR0281_000000003971	1.0		629	13	False	False	0.9979680180549622	0					non-mobilizable	no_good_hit	3006.0	99.76700000000001	76.0	0.0005815066558702071	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0128_000000006633	5162	0.6121099273344929	8	3	1	1	2	False	31867	maximal	True	ISR0128_000000006633	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.003276003276003276	MK231305.1	viruses	Uncultured human fecal virus clone A.hadrus_S03.O11_4-CL08_c7 sequence	True	False
ENG0036_000000010493	2281	0.6121064268725077	2	2	2	2	1	False	65310	maximal	True	ENG0036_000000010493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	792.0	99.62100000000001	35.0	0.00028726187860552696	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
FIJ0112_000000017730	1556	0.6121039132529865	2	2	1	2	1	False	45471	fragment	False	MAD0057_000000009531	0.9719430876031515		0	0	False	False	1.0	0					non-mobilizable	plasmid	1556.0	99.679	100.0	0.009382051622401081	CP030066.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.1, complete sequence	False	True
ISR0036_000000001295	6133	0.6120975045694785	12	4	4	4	3	False	36764	maximal	True	ISR0036_000000001295	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0030_000000008677	2309	0.6120948654833744	3	3	3	3	2	False	122098	fragment	False	USA0023_01_000000013187	0.9628267332691786		0	0	False	False	0.9948029518127441	0					non-mobilizable	other	2309.0	99.61	100.0	0.0007180148941425789	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0319_000000003038	4746	0.6120930050554007	5	5	5	4	4	False	67254	fragment	False	ISR0319_000000003038	1.0		0	0	False	False	0.999367892742157	0					non-mobilizable	chromosome	4758.0	93.758	100.0	0.002098148489924737	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0842_000000000927	15998	0.6120923713649701	11	3	2	3	2	True	20751	fragment	False	ISR0842_000000000927	1.0		0	0	False	False	0.9998124837875366	0					non-mobilizable	no_good_hit								True	True
SPA0126_000000021817	1984	0.6120902559886984	2	2	2	1	0	True	65378	fragment	False	SPA0126_000000021817	1.0		0	0	False	False	0.9788306355476379	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	5.263471370178556e-05	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	True
ENG0089_000000006429	3400	0.6120870590146281	4	4	4	4	4	False	73263	fragment	False	ENG0089_000000006429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	91.912	37.0	0.00032280896810885253	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0104_000000009407	2696	0.6120810650244446	2	2	2	2	1	False	86297	maximal	True	FIJ0104_000000009407	1.0		0	0	False	False	0.9981454014778137	0					non-mobilizable	no_good_hit	2040.0	98.775	76.0	0.0005703968512302575	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0392_000000010850	2940	0.6120781543373018	4	3	3	3	2	False	24932	fragment	False	ISR0392_000000010850	1.0		0	0	False	False	0.9996598362922668	0					non-mobilizable	no_good_hit	1150.0	84.609	39.0	0.005750946740794457	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
CAN0016_000000018664	2603	0.61207321866469	3	2	2	2	2	False	92930	maximal	True	CAN0016_000000018664	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0011_000000008514	2153	0.6120730059944891	4	4	2	3	2	False	8043	maximal	True	SPA0011_000000008514	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0224_000000007397	3786	0.6120667813361718	4	4	4	4	4	False	27757	maximal	True	ISR0224_000000007397	1.0		113	12	False	False	0.9994717240333557	0					non-mobilizable	no_good_hit	2341.0	72.32	60.0	0.001976573058502098	NZ_CP038013.1	mycoplasmas	Spiroplasma gladiatoris strain TG-1 chromosome, complete genome	True	False
CHI0032_000000003474	1918	0.612065715729048	3	3	2	3	2	False	92856	maximal	False	ENG0038_000000010528	0.4916064049586777		0	0	False	False	1.0	0					non-mobilizable	other	1918.0	96.87200000000001	100.0	0.010056948988246698	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ISR0159_000000019410	1362	0.6120577250419543	2	1	1	1	1	False	30466	maximal	True	ISR0159_000000019410	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	741.0	94.46700000000001	81.0	0.0002371107525394754	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
MON0087_000000023774	2131	0.6120577242880163	2	2	2	2	2	False	91451	fragment	False	ISR0849_000000013291	0.9441581773624369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	1.364351673728161e-05	NZ_CP009211.1	high GC Gram+	Corynebacterium imitans strain DSM 44264 chromosome, complete genome	True	False
ISR0849_000000013291	2066	0.6120577242880163	2	2	2	2	2	False	91451	fragment	False	ISR0849_000000013291	0.9458870670508399		0	0	False	False	0.9970958232879639	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.0006852586332205079	NZ_FOGQ01000017.1	high GC Gram+	Corynebacterium cystitidis DSM 20524, whole genome shotgun sequence	True	False
CHI0133_000000004003	4356	0.6120535392588523	6	6	6	6	3	False	106110	maximal	True	CHI0133_000000004003	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2007.0	97.26	70.0	0.0006986106533072333	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ISR0213_000000000684	24590	0.6120484763710184	31	19	10	14	14	True	76700	maximal	True	ISR0213_000000000684	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	3428.0	97.258	14.0	0.0010239312922670615	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
DEN0017_000000012792	2322	0.6120470600346584	2	2	2	2	1	False	115176	fragment	False	DEN0017_000000012792	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1476.0	96.13799999999999	98.0	0.0005821907378674337	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0014_000000008253	2716	0.6120446187564351	3	3	3	3	2	False	7946	maximal	True	SPA0014_000000008253	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	74.468	12.0	0.007310704960835509	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
ENG0067_000000018709	1412	0.6120350863009095	1	1	1	1	1	False	118591	fragment	False	ENG0067_000000018709	1.0		0	0	False	False	0.9837110638618469	0					non-mobilizable	chromosome	847.0	90.791	98.0	0.00015689164196955522	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0080_000000004737	2646	0.6120308821147482	3	3	3	3	3	False	116784	fragment	False	SPA0080_000000004737	0.9661210506280928		0	0	False	False	0.9996220469474792	0					non-mobilizable	other	2646.0	99.546	100.0	0.024246924444933354	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0131_000000002247	8113	0.6120302667486823	10	4	2	2	4	False	107934	maximal	True	SPA0131_000000002247	1.0		3	2	False	False	0.9998767375946045	0					non-mobilizable	no_good_hit	1684.0	95.962	43.0	0.2548871041066828	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0308_000000014481	1303	0.6120274794514264	2	2	2	1	1	False	38714	fragment	False	ISR0308_000000014481	0.9818256734687512		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	97.46700000000001	100.0	0.00031922162880997264	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0064_000000004657	3753	0.6120236572018577	4	3	3	3	3	False	93827	fragment	False	CHI0064_000000004657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3063.0	92.165	81.0	0.09476193424555755	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
CHI0129_000000016310	1582	0.6120224918660249	3	2	2	2	2	False	88143	fragment	False	ISR0330_000000018351	0.9654663518299882		0	0	False	False	0.9867256879806519	0					non-mobilizable	other	1582.0	99.494	100.0	0.000507364649809281	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
USA0023_01_000000008089	3927	0.6120142563151071	5	3	3	2	3	False	110007	maximal	True	USA0023_01_000000008089	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	71.383	31.0	0.004848850700868638	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
CHI0179_000000011913	1761	0.6120139931653393	3	2	2	2	1	False	88874	fragment	False	SPA0158_000000010893	0.9589041095890412		0	0	False	False	0.9875071048736572	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.00019998353076805438	NZ_FQXK01000007.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
SPA0158_000000016819	1324	0.6120138122843587	2	2	2	1	1	False	3128	fragment	False	SPA0158_000000016819	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	93.67200000000001	97.0	0.009401220300690414	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
DEN0062_000000003886	4288	0.6120126185498465	6	6	6	6	5	False	71739	maximal	True	DEN0062_000000003886	1.0		262	15	False	False	0.998833954334259	0					non-mobilizable	other	4288.0	96.12899999999999	100.0	0.05925854251907553	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0069_000000002306	3232	0.6120107352344194	7	2	2	2	1	True	34711	maximal	True	MAD0069_000000002306	1.0		1	1	False	False	0.999690592288971	0					non-mobilizable	no_good_hit								True	True
ISR0360_000000009826	2485	0.612010520934099	3	3	3	3	2	False	36134	fragment	False	ISR0360_000000009826	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2485.0	98.954	100.0	0.0012031158958055138	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
ENG0180_000000011296	1577	0.6120099957298162	2	2	2	2	2	False	55325	maximal	True	ENG0180_000000011296	0.9753046824887749		129	9	False	False	1.0	0					non-mobilizable	other	1526.0	98.689	100.0	0.0006900646081473779	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
MON0007_000000001642	15428	0.6120096460529753	18	6	3	3	4	True	14007	maximal	True	MON0007_000000001642	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	3087.0	73.59899999999999	30.0	0.0013808555857469558	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	True	True
MON0061_000000025727	1764	0.6120091952937246	2	2	2	2	2	False	10818	maximal	True	MON0061_000000025727	1.0		3	1	False	False	0.9943310618400574	0					non-mobilizable	other	1638.0	84.86	92.0	0.00045667695431038407	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0151_000000003353	5110	0.6120018670298749	6	2	1	1	2	False	48100	fragment	False	FIJ0151_000000003353	0.9992637778712663		0	0	False	False	0.9988258481025696	0					non-mobilizable	no_good_hit	3982.0	88.825	85.0	0.3553299492385787	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0078_000000005207	4754	0.6120018670298749	5	2	1	1	2	False	48100	fragment	False	FIJ0151_000000003353	0.9643835616438357		0	0	False	False	1.0	0					non-mobilizable	chromosome	3982.0	88.875	92.0	0.3553299492385787	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	False	False
DEN0079_000000036093	1681	0.6120015255728128	2	2	1	2	1	False	119190	maximal	True	DEN0079_000000036093	1.0	PS816	0	0	False	True	0.9940511584281921	0					non-mobilizable	no_good_hit	1483.0	87.39	88.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0785_000000004418	6246	0.6120003201880242	11	5	3	4	5	True	96460	fragment	False	ISR0785_000000004418	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	94.186	1.0	0.0008261009009359237	NZ_OFSM01000022.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
USA0036_01_000000020832	1519	0.6120002602965811	2	2	2	2	1	False	60698	maximal	True	USA0036_01_000000020832	0.9952445652173914		92	11	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	79.268	5.0	1.5145072971205289e-05	NZ_AP014704.1	a-proteobacteria	Methylobacterium aquaticum strain MA-22A	True	False
MON0004_000000037181	1272	0.6119995725241303	2	2	2	2	2	False	102262	fragment	False	MON0004_000000037181	1.0		0	0	False	False	0.9937106966972351	0					non-mobilizable	other	1132.0	87.986	100.0	0.00031213378431666584	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0019_000000002791	2492	0.6119972583799959	3	3	3	2	2	False	49879	maximal	True	FIJ0019_000000002791	1.0		4	2	False	False	1.0	0					non-mobilizable	plasmid	2492.0	99.88	100.0	0.007936988405178319	MH733011.1	enterobacteria	Klebsiella pneumoniae strain KP16103 plasmid pKP16103-MCR-1, complete sequence	False	True
MON0019_000000031863	2104	0.6119888689024351	2	2	2	2	2	False	13191	maximal	True	MON0019_000000031863	1.0		96	6	False	False	1.0	0					non-mobilizable	other	1081.0	85.10600000000001	97.0	0.00039270758767160464	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
USA0005_01_000000019912	1581	0.6119875836205734	2	2	2	2	1	True	2160	fragment	False	USA0005_01_000000019912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0130_000000010525	2862	0.6119798558500205	4	3	2	2	3	False	104613	maximal	True	ENG0130_000000010525	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1376.0	91.279	92.0	0.0003066867783996766	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0015_000000006500	3706	0.6119777129969853	4	3	3	3	2	False	37983	maximal	True	ISR0015_000000006500	1.0		6	1	False	False	0.9886670112609863	0					non-mobilizable	no_good_hit	1414.0	97.383	54.0	0.0005883170966697005	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ENG0032_000000003674	4958	0.6119775113769621	5	5	4	5	3	False	100270	maximal	True	ENG0032_000000003674	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	91.59299999999999	9.0	0.0010996700989703088	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0296_000000007046	3565	0.611976348117089	5	4	2	4	2	False	25691	maximal	True	ISR0296_000000007046	1.0		1	1	False	False	0.9980364441871643	0					non-mobilizable	no_good_hit	169.0	81.065	5.0	4.568235315615225e-05	CP010521.1	firmicutes	Clostridium botulinum strain NCTC 8550, complete genome	True	False
ISR0254_000000007797	1616	0.6119662162749039	2	2	2	2	2	False	26922	maximal	True	ISR0254_000000007797	1.0		0	0	False	False	0.9962871074676514	0					non-mobilizable	no_good_hit	1188.0	93.266	74.0	0.000315902286924972	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0216_000000005275	3643	0.6119643364037992	5	2	2	2	1	False	28137	maximal	True	ISR0216_000000005275	1.0		10	3	False	False	0.9923140406608582	0					non-mobilizable	no_good_hit	1881.0	98.777	84.0	0.07338017174082748	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	False
AUS0022_000000030184	1127	0.6119621210707654	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.030468067897487454		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	94.32600000000001	100.0	0.11751200166979754	NZ_JAAITI010000063.1	firmicutes	Blautia luti strain MSK.16.34 NODE_63_length_9582_cov_201.122, whole genome shotgun sequence	False	True
FIJ0106_000000026036	1103	0.6119621210707654	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0072493939294571786		0	0	False	False	0.9990933537483215	0					non-mobilizable	other	1108.0	89.079	100.0	0.00030657980238932303	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0068_000000011654	3546	0.6119593766124659	5	3	2	3	2	False	92961	fragment	False	MON0068_000000011654	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3550.0	96.845	100.0	0.08539168953729115	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
MAD0015_000000011064	1849	0.6119589833688193	2	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.8267701847975106		0	0	False	False	0.9994591474533081	0					non-mobilizable	no_good_hit	489.0	84.25399999999999	30.0	0.006477776141975721	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
FIJ0030_000000014996	2298	0.6119585037046638	3	3	3	3	3	False	86133	fragment	False	FIJ0101_000000012775	0.9321781132306073		0	0	False	False	0.9965187311172485	0					non-mobilizable	other	2308.0	90.381	100.0	0.0006933891978814748	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0052_000000003509	4390	0.6119527181615949	5	5	4	4	4	False	86520	maximal	True	CHI0052_000000003509	1.0		2	1	False	False	0.9993166327476501	0					non-mobilizable	other	4160.0	87.764	99.0	0.001972049052873033	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
SPA0114_000000005600	6928	0.6119501070146621	7	6	4	4	4	False	4474	maximal	True	SPA0114_000000005600	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	79.02199999999999	15.0	0.0003023718982070432	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MON0078_000000027996	1654	0.6119475545621221	3	3	3	2	2	False	12913	fragment	False	MON0024_000000030650	0.9835526315789473		0	0	False	False	0.9957678318023682	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.705582808901832e-06	NZ_CP040637.1	euryarchaeotes	Natrinema pallidum strain BOL6-1 chromosome, complete genome	True	False
MON0100_000000029207	1572	0.6119472419947023	3	3	3	3	1	False	124922	fragment	False	ENG0206_000000011673	0.4840220007955807		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	79.319	99.0	0.0003458021657873088	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
ISR0292_000000005244	3343	0.6119444475816511	3	3	3	3	3	False	114390	maximal	True	ISR0292_000000005244	1.0		72	8	False	False	0.9985043406486511	0					non-mobilizable	no_good_hit	2010.0	80.697	60.0	0.0006196847482231139	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0821_000000012815	2332	0.6119395392364008	3	2	2	2	1	False	21239	maximal	True	ISR0821_000000012815	1.0		7	5	False	False	1.0	0					non-mobilizable	chromosome	2335.0	98.37299999999999	100.0	0.00048143226718294467	CP024228.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 chromosome, complete genome	False	False
ISR0130_000000024072	1325	0.6119352336427389	2	1	1	1	1	False	31720	maximal	True	ISR0130_000000024072	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	81.931	54.0	0.00036098917032489024	NZ_LT635494.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
FIJ0074_000000003143	9231	0.6119337550107529	8	8	7	6	7	False	106171	maximal	True	FIJ0074_000000003143	1.0		3	2	False	False	0.9993500113487244	0					non-mobilizable	no_good_hit	3339.0	96.855	72.0	0.001005007877780444	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0117_000000026096	1435	0.6119327837760375	2	2	2	1	2	False	130949	maximal	True	SPA0117_000000026096	1.0		16	6	False	False	1.0	0					non-mobilizable	chromosome	1210.0	88.09899999999999	100.0	0.00021790752091469887	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
MON0053_000000009353	3707	0.6119300363180791	1	1	1	1	1	False	11190	maximal	True	MON0053_000000009353	1.0		82	10	False	False	0.9997302293777466	0					non-mobilizable	other	3707.0	98.81299999999999	100.0	0.0011694267789265887	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0175_000000015119	1333	0.6119263425426541	2	2	2	2	2	False	29844	maximal	True	ISR0175_000000015119	1.0		0	0	False	False	0.9849962592124939	0					non-mobilizable	no_good_hit	1093.0	79.32300000000001	81.0	0.0003007481213656131	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0269_000000000376	15735	0.6119256929871753	22	4	3	4	4	False	26478	maximal	True	ISR0269_000000000376	1.0		1	1	False	False	0.9987289309501648	0					non-mobilizable	virus	10689.0	94.80799999999999	96.0	0.052161077630659296	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	False	False
ISR0268_000000007437	2567	0.6119228949589521	4	4	4	4	1	False	26498	maximal	True	ISR0268_000000007437	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	81.89	5.0	0.03704801422643746	HG796349.1	bacteria	Uncultured bacterium plasmid pRGI00613	True	False
ISR0023_000000001876	13129	0.6119216478066318	14	12	10	9	10	True	112790	maximal	True	ISR0023_000000001876	1.0	PS721	9	2	False	True	0.9944397807121277	0					non-mobilizable	no_good_hit	1897.0	92.304	30.0	0.0007455363728805113	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MAD0001_000000019416	1329	0.6119154572907674	2	2	2	2	2	False	20266	fragment	False	MON0090_000000044290	0.9506437768240343		0	0	False	False	0.9518435001373291	0					non-mobilizable	other	1329.0	94.80799999999999	100.0	0.051903384663487845	NZ_WEHX01000028.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_28_length_25586_cov_391.010554, whole genome shotgun sequence	False	False
MAD0110_000000004882	5653	0.6119132151806052	7	5	5	5	5	False	113601	maximal	True	MAD0110_000000004882	1.0		2	1	False	False	0.9998230934143066	0					non-mobilizable	no_good_hit	4518.0	95.197	80.0	0.0011069782289378084	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0084_000000004714	1366	0.6119115595160489	2	2	1	1	1	False	84145	maximal	True	CHI0084_000000004714	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	627.0	99.84100000000001	46.0	0.00237481932784267	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0074_000000018650	1609	0.6119090245586011	2	2	2	2	2	False	54230	fragment	False	ISR0074_000000018650	1.0		0	0	False	False	0.997514009475708	0					non-mobilizable	no_good_hit	806.0	79.156	50.0	0.0018968115501086268	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0072_000000015181	1911	0.6119011750978449	3	1	1	1	1	False	60458	maximal	False	ISR0133_000000010221	0.9573643410852712		0	0	False	False	0.9947671294212341	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	1.1600775550514804e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
SPA0031_000000012771	2435	0.6118962940319357	3	3	3	3	3	False	7283	maximal	True	SPA0031_000000012771	1.0		58	9	False	False	0.9995893239974976	0					non-mobilizable	no_good_hit	260.0	72.692	11.0	0.001989610671125872	NZ_FRCR01000008.1	firmicutes	Caldanaerovirga acetigignens strain DSM 18802, whole genome shotgun sequence	True	False
MON0083_000000003059	7500	0.6118933367644211	7	5	4	5	4	False	130488	fragment	False	CHI0076_000000000512	0.6067668120652233		0	0	False	False	1.0	0					non-mobilizable	other	7503.0	99.68	100.0	0.01197079267008355	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0014_000000006062	7075	0.6118933367644211	7	5	4	5	4	False	130488	fragment	False	CHI0076_000000000512	0.3727432008549324		0	0	False	False	1.0	0					non-mobilizable	other	7075.0	99.18	99.0	0.011286245875166748	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0773_000000001244	7002	0.6118933367644211	7	5	4	5	4	False	130488	fragment	False	CHI0076_000000000512	0.37418092259731345		0	0	False	False	0.999143123626709	0					non-mobilizable	other	7005.0	99.743	100.0	0.011176143943117193	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0857_000000000130	6998	0.6118933367644211	7	5	4	5	4	False	130488	fragment	False	CHI0076_000000000512	0.366389659258935		0	0	False	False	1.0	0					non-mobilizable	other	7004.0	98.115	100.0	0.011169761222418669	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0785_000000003915	6869	0.6118933367644211	7	5	4	5	4	False	130488	fragment	False	CHI0076_000000000512	0.3731939218297669		0	0	False	False	1.0	0					non-mobilizable	other	6872.0	99.68	100.0	0.01096391847989124	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0082_000000011111	3479	0.6118927503022875	4	4	4	3	2	False	69302	fragment	False	DEN0082_000000011111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	72.82300000000001	35.0	0.0003383563877072048	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0019_000000026284	1111	0.6118888782579079	1	1	1	1	1	True	7740	fragment	False	SPA0019_000000026284	1.0		0	0	False	False	0.9990999102592468	0					non-mobilizable	chromosome	1113.0	86.164	100.0	0.0003736195011876724	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0015_01_000000013264	2528	0.6118844768428694	3	3	3	3	3	False	101072	fragment	False	USA0015_01_000000013264	0.9789899419434522		0	0	False	False	0.9996044039726257	0					non-mobilizable	chromosome	1800.0	96.72200000000001	97.0	0.0006102788491826307	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0147_000000010166	2027	0.6118839173760853	3	2	2	2	1	True	39942	fragment	False	FIJ0147_000000010166	1.0		0	0	False	False	0.9871731400489807	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000007786	4136	0.6118811798808308	5	5	4	4	4	False	104471	maximal	True	ISR0176_000000007786	1.0		3	1	False	False	0.9821082949638367	0					non-mobilizable	no_good_hit	3553.0	99.325	86.0	0.025118305734556593	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	True	False
ISR0250_000000004576	2525	0.6118773105142429	5	2	1	2	1	True	118215	fragment	False	ISR0250_000000004576	1.0		0	0	False	False	0.9976237416267395	0					non-mobilizable	other	2525.0	100.0	100.0	0.0004885894804981367	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
CHI0099_000000002751	2189	0.6118773105142429	5	2	1	2	1	True	118214	fragment	False	CHI0099_000000002751	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2189.0	99.54299999999999	100.0	0.00042354745773768746	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0246_000000002923	5432	0.6118698180703009	8	2	1	2	1	True	27141	maximal	True	ISR0246_000000002923	1.0		1	1	False	False	0.9979749917984009	0					non-mobilizable	no_good_hit	47.0	87.234	1.0	0.000105857120502223	NZ_FMBB01000003.1	high GC Gram+	Rhodococcus enclensis strain NIO-1009, whole genome shotgun sequence	True	True
MON0105_000000006250	7944	0.6118673240005988	8	5	3	4	3	True	128150	maximal	True	MON0105_000000006250	1.0	PS1029|PS1034	1	1	False	True	0.9997482299804688	0					non-mobilizable	no_good_hit	4343.0	95.395	60.0	0.655397210430564	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MAD0097_000000011208	3521	0.6118670459132038	4	2	2	2	1	True	34288	maximal	True	MAD0097_000000011208	1.0		5	2	False	False	0.9994319677352905	0					non-mobilizable	no_good_hit	894.0	76.51	25.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0162_000000007083	5103	0.6118659975290753	6	5	4	5	2	False	92968	fragment	False	ISR0162_000000007083	1.0		0	0	False	False	0.9958847761154175	0					non-mobilizable	other	4791.0	98.455	94.0	0.11529202176320477	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
CHI0020_000000003914	2491	0.6118583382584517	3	3	3	3	3	False	89372	maximal	True	CHI0020_000000003914	1.0		1	1	False	False	0.9995985627174377	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	7.368293176450406e-06	CP038467.1	enterobacteria	Serratia quinivorans strain PKL:12 chromosome, complete genome	True	False
DEN0083_000000011612	2445	0.6118577087756836	3	3	3	2	2	False	69109	fragment	False	DEN0083_000000011612	1.0		0	0	False	False	0.9922290444374084	0					non-mobilizable	no_good_hit	217.0	73.733	9.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
ISR0382_000000005070	2695	0.6118517196980213	4	3	1	1	3	False	33666	fragment	False	ISR0382_000000005070	0.9944401364876766		0	0	False	False	1.0	0					non-mobilizable	virus	2695.0	99.369	100.0	0.07183808431775153	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
MON0048_000000004277	7309	0.6118503518552059	7	5	4	5	4	False	56169	fragment	False	MON0048_000000004277	1.0		0	0	False	False	0.9961690902709961	0					non-mobilizable	no_good_hit	2540.0	93.228	35.0	0.6349962396590624	KX125497.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time3_TE_2 genomic sequence	True	False
ISR0104_000000020620	1196	0.6118490865109049	2	2	2	2	2	False	83918	fragment	False	CHI0099_000000003479	0.41923407267442947		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	99.331	100.0	0.00042168230419914417	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0204_000000014624	1812	0.6118478839079062	2	1	1	1	1	False	54034	maximal	True	ENG0204_000000014624	1.0		200	12	False	False	0.998344361782074	0					non-mobilizable	other	1808.0	99.889	99.0	0.015429937665442746	NZ_CYZO01000005.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0056_000000006460	3185	0.6118472357051669	5	3	3	1	1	False	126650	maximal	True	ISR0056_000000006460	1.0		1	1	False	False	0.997802197933197	0					non-mobilizable	no_good_hit	2612.0	98.23899999999999	82.0	0.0008226657332615103	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0178_000000007980	2111	0.6118469546450083	5	5	5	4	4	False	98051	fragment	False	BAN0018_000000001049	0.959122401847575		0	0	False	False	1.0	0					non-mobilizable	chromosome	2111.0	99.1	100.0	0.00042664522791246534	CP048605.1	enterobacteria	Escherichia coli strain PapRG-06-5 chromosome, complete genome	False	False
MON0017_000000004781	4015	0.6118463046369128	4	4	3	4	1	False	54923	maximal	True	MON0017_000000004781	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	3528.0	97.22200000000001	88.0	0.014752781056173569	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	True	False
MAD0044_000000011601	2115	0.6118440323436203	3	3	3	3	3	True	131043	maximal	True	MAD0044_000000011601	1.0		178	12	False	False	0.9995272159576416	0					non-mobilizable	other	2126.0	86.124	100.0	0.0008886671878504105	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ENG0168_000000013038	2312	0.6118438899687916	2	2	2	1	2	False	128970	maximal	True	ENG0168_000000013038	1.0	PS1059	3	2	False	True	0.999567449092865	0					non-mobilizable	other	1406.0	82.93	99.0	0.000397421980387793	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0212_000000017762	1998	0.6118397123759034	3	3	3	3	3	False	67657	maximal	True	ISR0212_000000017762	0.9919490005299593		344	13	False	False	1.0	0					non-mobilizable	other	1998.0	99.55	100.0	0.004098991570075925	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0221_000000017257	1290	0.6118364172739161	2	2	2	2	1	False	27932	maximal	True	ISR0221_000000017257	1.0		1	1	False	False	0.9984496235847473	0					non-mobilizable	no_good_hit	959.0	99.27	74.0	0.010353846486393014	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0001_000000017066	1971	0.6118271261672961	3	2	2	2	2	False	8442	maximal	True	SPA0001_000000017066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	76.87899999999999	65.0	0.0003557110105838348	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	True	False
ISR0208_000000006085	4227	0.6118217538608554	2	2	2	2	2	True	28530	maximal	True	ISR0208_000000006085	1.0		1	1	True	True	0.999526858329773	19	rep_cluster_1197				non-mobilizable	no_good_hit	1908.0	99.319	45.0	0.6001259445843828	KC167328.1	firmicutes	Enterococcus faecium strain HB6 plasmid pAR6, complete sequence	True	True
ENG0084_000000016216	1786	0.61181766183505	2	2	2	2	1	False	99946	fragment	False	ENG0084_000000016216	0.9937574316290131		0	0	False	True	1.0	0					non-mobilizable	other	1472.0	91.848	94.0	0.0016377235308918524	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
FIJ0038_000000022585	1572	0.6118153325441803	3	1	1	1	1	False	47629	maximal	True	FIJ0038_000000022585	1.0		6	3	False	False	0.9961832165718079	0					non-mobilizable	no_good_hit	78.0	83.333	5.0	2.9126005230417362e-05	NZ_LN879430.1	firmicutes	Herbinix luporum strain SD1D chromosome I	True	False
ISR0058_000000008172	2994	0.6118140828021815	7	7	2	4	5	True	35513	fragment	False	ISR0058_000000008172	1.0		0	0	False	False	0.989311933517456	0					non-mobilizable	plasmid	2994.0	99.766	100.0	0.08459820797648322	CP052800.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N17S990 plasmid pN17S0990-2, complete sequence	False	True
ISR0069_000000008285	2940	0.6118123205777535	5	1	1	1	1	False	82307	maximal	True	ISR0069_000000008285	0.9899025069637883		502	13	False	False	0.9925169944763184	0					non-mobilizable	no_good_hit	449.0	85.301	15.0	0.0006704262531121577	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
USA0026_01_000000016872	1914	0.6118123205777535	4	1	1	1	1	False	36885	fragment	False	ISR0033_000000014865	0.9544370229007634		0	0	False	False	0.9937304258346558	0					non-mobilizable	no_good_hit	449.0	85.301	23.0	0.0006704262531121577	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
SPA0157_000000004124	1806	0.6118078584042599	3	3	3	3	3	False	3159	fragment	False	SPA0157_000000004124	1.0		0	0	False	False	0.9872646927833557	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00023190696236235892	NZ_AOIO01000009.1	euryarchaeotes	Natrialba asiatica DSM 12278 contig_9, whole genome shotgun sequence	True	False
MON0069_000000026664	1905	0.6118058504098263	2	2	2	2	1	True	77944	maximal	True	MON0069_000000026664	0.967654781098096		104	11	False	False	1.0	0					non-mobilizable	chromosome	1905.0	100.0	100.0	0.0002897943677612289	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
MON0102_000000036429	1202	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.8264185674576888		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	99.913	100.0	0.00032615897627136426	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0052_000000028494	1190	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.8942145206640982		0	0	False	False	1.0	0					non-mobilizable	other	1097.0	100.0	100.0	0.00031247398425997833	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0027_01_000000023326	1162	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.8909330532557821		0	0	False	False	0.9991394281387329	0					non-mobilizable	other	1162.0	100.0	100.0	0.0003310057442753968	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0011_01_000000031236	1153	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.8885767855640637		0	0	False	False	1.0	0					non-mobilizable	other	1090.0	99.81700000000001	100.0	0.0003104782562583179	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
DEN0069_000000023277	1146	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.8211154444141828		0	0	False	False	0.9991273880004883	0					non-mobilizable	other	1146.0	99.65100000000001	100.0	0.0003264440802716015	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0037_000000031389	1145	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.8875930259717674		0	0	False	False	1.0	0					non-mobilizable	other	1097.0	100.0	100.0	0.00031247398425997833	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0172_000000021457	1142	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.7564215343562362		0	0	False	False	1.0	0					non-mobilizable	other	1080.0	99.72200000000001	100.0	0.00030762721625594586	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0017_000000017884	1132	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.75526360776481		0	0	False	False	1.0	0					non-mobilizable	other	1080.0	99.815	100.0	0.00030762721625594586	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0107_000000027562	1121	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.8150213232523117		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	99.728	100.0	0.0003141846082614016	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0120_000000033036	1120	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.7937690913928421		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	96.071	100.0	0.0003190313762654341	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
DEN0085_000000025103	1108	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.6708352135230327		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	99.91	99.0	0.00031503992026211323	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CAN0018_000000030193	1105	0.6118058498008283	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.8149435365670625		0	0	False	False	0.9990950226783752	0					non-mobilizable	other	1105.0	100.0	100.0	0.000314754816261876	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
DEN0073_000000013776	3543	0.6118025333582654	5	3	3	3	3	False	115988	backbone	False	ENG0038_000000005492	0.8839654471843792	PS760	0	0	True	True	0.9994354844093323	8					non-mobilizable	no_good_hit	1085.0	90.415	31.0	0.00024525708100633237	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0123_000000009328	3453	0.6118025333582654	4	3	3	3	3	False	115988	backbone	False	ENG0038_000000005492	0.8762901135343887	PS760	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1051.0	90.676	30.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0088_000000023365	1286	0.6117994096330079	2	2	1	2	1	False	43621	maximal	True	FIJ0088_000000023365	1.0		22	5	False	False	0.9922239780426025	0					non-mobilizable	no_good_hit	71.0	84.507	6.0	3.123776985528434e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0141_000000005201	4487	0.6117934241315153	6	2	1	1	2	True	119036	maximal	True	SPA0141_000000005201	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	88.946	30.0	0.01625712529676183	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0041_000000027610	2282	0.6117915171583403	2	2	2	2	2	False	11814	fragment	False	MON0041_000000027610	1.0		0	0	False	False	0.9995617866516113	0					non-mobilizable	no_good_hit	661.0	72.92	29.0	0.010772525119420194	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MON0051_000000024691	1465	0.611784658587542	2	2	2	2	2	False	42901	fragment	False	MON0051_000000024691	0.9422382671480145		0	0	False	False	0.991126298904419	0					non-mobilizable	other	1365.0	85.641	93.0	0.007869137232194557	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
MAD0086_000000004169	2129	0.6117822127239191	2	2	2	2	2	False	16029	maximal	True	MAD0086_000000004169	1.0		192	13	False	False	0.9868482947349548	0					non-mobilizable	other	1559.0	91.02	99.0	0.0025783850642936007	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0810_000000011334	1548	0.6117786531939711	3	3	3	3	2	False	23181	maximal	False	SPA0084_000000012896	0.740774169753773		0	0	False	False	1.0	0					non-mobilizable	other	1548.0	99.677	100.0	0.005315877188461076	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0140_000000006026	4582	0.6117746157030545	6	3	2	2	3	False	105626	fragment	False	AST0140_000000006026	1.0		0	0	False	False	0.9978175759315491	0					non-mobilizable	chromosome	4581.0	99.825	99.0	0.0010172827001970152	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0059_000000007866	4485	0.6117742813896843	7	5	5	4	4	False	131674	fragment	False	MON0059_000000007866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	86.096	20.0	0.00027322779299945263	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0847_000000023183	1295	0.6117698610156456	2	2	2	2	2	False	20628	maximal	True	ISR0847_000000023183	1.0		3	2	False	False	0.9945945739746094	0					non-mobilizable	no_good_hit	100.0	85.0	7.0	5.758016108198465e-05	NZ_CP009043.1	e-proteobacteria	Campylobacter iguaniorum strain 1485E chromosome, complete genome	True	False
CHI0022_000000004819	2558	0.6117674032772921	3	2	2	2	2	False	89193	fragment	False	CHI0096_000000002395	0.5752188832139133		0	0	False	False	0.9988272190093994	0					non-mobilizable	other	2559.0	95.311	100.0	0.004694775341137762	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
FIJ0131_000000000164	44099	0.6117673697481815	51	16	10	14	5	True	74403	maximal	False	FIJ0112_000000000192	0.4727770242464204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	0.0	2.3929342130489874e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
ISR0285_000000010031	1822	0.6117671880598873	3	3	3	2	3	False	80988	maximal	True	ISR0285_000000010031	0.9863372093023256		132	10	False	False	0.997804582118988	0					non-mobilizable	chromosome	1823.0	99.726	100.0	0.0007848309122528009	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ENG0166_000000009569	2886	0.6117653193090903	3	3	3	3	3	False	56165	maximal	True	ENG0166_000000009569	1.0		17	3	False	False	0.9996535181999207	0					non-mobilizable	no_good_hit	552.0	81.15899999999999	19.0	0.001331796520863198	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0021_000000032998	1151	0.6117636882044039	2	2	2	2	1	False	74684	fragment	False	DEN0021_000000032998	1.0		0	0	False	False	0.9869678616523743	0					non-mobilizable	no_good_hit	100.0	79.0	8.0	2.5544655054622552e-05	CP012590.1	high GC Gram+	Actinomyces sp. oral taxon 414 strain F0588, complete genome	True	False
CHI0055_000000005279	2967	0.611763219905032	4	4	4	3	3	True	126786	maximal	True	CHI0055_000000005279	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0090_000000009187	1462	0.6117624268673316	2	2	2	2	1	False	99835	fragment	False	SPA0106_000000024458	0.8811786438307416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0013_000000000659	12510	0.6117611575520799	9	9	8	6	8	False	90028	maximal	True	CHI0013_000000000659	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	11104.0	98.811	89.0	0.20099210659714678	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
AUS0002_000000017746	2058	0.6117561021290379	4	3	3	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.8562773608283705		0	0	False	False	1.0	0					non-mobilizable	chromosome	2058.0	95.773	100.0	0.0005757145843869675	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0130_01_000000009304	4179	0.6117551435221592	7	5	3	3	5	True	125723	maximal	True	USA0130_01_000000009304	1.0		10	3	False	False	0.9976071119308472	0					non-mobilizable	no_good_hit	2105.0	92.969	50.0	0.0006511287579897823	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0098_000000009889	2991	0.6117519189813622	4	4	4	4	2	False	41232	maximal	True	MON0098_000000009889	1.0		14	5	False	False	0.9983283281326294	0					non-mobilizable	no_good_hit	593.0	78.583	30.0	0.00015241674824367196	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0081_000000021449	1147	0.6117463912934549	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.5491713399998815		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	99.041	100.0	0.005348816585998796	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0257_000000006986	2399	0.6117461694024706	4	3	2	3	2	False	91840	fragment	False	ISR0257_000000006986	1.0		0	0	False	False	0.9795747995376587	0					non-mobilizable	no_good_hit	1636.0	99.14399999999999	68.0	0.04092513328827814	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0104_000000016979	2018	0.6117436682965423	2	2	1	1	2	False	107859	maximal	True	AST0104_000000016979	0.9955357142857143		47	5	False	False	0.9910802841186523	0					non-mobilizable	other	1971.0	93.15100000000001	100.0	0.0006770036074768155	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
ISR0143_000000014746	2016	0.6117436682965423	2	2	1	1	2	False	107859	maximal	False	AST0104_000000016979	0.9950445986124876		0	0	False	False	0.9935516119003296	0					non-mobilizable	other	1969.0	92.23	100.0	0.0006763159451025374	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
ISR0295_000000026998	1322	0.611740886156097	3	3	3	3	3	False	25708	maximal	True	ISR0295_000000026998	1.0		91	10	False	False	0.9863842725753784	0					non-mobilizable	other	1330.0	74.211	99.0	0.00021648781001423406	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
SPA0151_000000015523	1267	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6078791068935164		0	0	False	False	1.0	0					non-mobilizable	chromosome	1249.0	93.515	99.0	0.0003549821228954936	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0171_000000019891	1223	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6068910599179789		0	0	False	False	1.0	0					non-mobilizable	chromosome	1221.0	93.53	100.0	0.00034701778039463317	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0394_000000015795	1222	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6052077849375057		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	93.29	100.0	0.00034701778039463317	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0111_000000015565	1208	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6018621590799852		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	85.479	100.0	0.01678937974118697	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0010_000000025227	1204	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6033145456797122		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	93.272	100.0	0.0003421822867333965	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0070_000000016640	1204	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6034708773805333		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	85.277	100.0	0.01673360107095047	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0288_000000024235	1199	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6062239791940782		0	0	False	False	0.999165952205658	0					non-mobilizable	chromosome	1206.0	97.181	100.0	0.0003427511683406008	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0021_000000014836	1188	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5986216200988501		0	0	False	False	1.0	0					non-mobilizable	chromosome	1188.0	93.098	100.0	0.00033763123387576193	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0229_000000013728	1188	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6038924084666716		0	0	False	False	1.0	0					non-mobilizable	chromosome	1195.0	97.238	100.0	0.00033962231950097703	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0140_000000024720	1176	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5933778797859697		0	0	False	False	0.990646243095398	0					non-mobilizable	chromosome	1183.0	97.295	100.0	0.00033620902985775117	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AUS0004_000000017217	1137	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5378101982283409		0	0	False	False	0.9982410073280334	0					non-mobilizable	chromosome	1125.0	92.889	100.0	0.000319711463248826	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0128_000000026867	1128	0.6117382445147981	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5098670064091915		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	84.779	100.0	0.015659861668897813	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0029_000000021066	2091	0.6117370297802626	3	3	3	2	1	False	106749	fragment	False	FIJ0028_000000013326	0.4673060156931125		0	0	False	False	0.9961740970611572	0					non-mobilizable	other	2094.0	95.845	100.0	0.009977906405233748	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0018_000000026924	1489	0.6117365973706463	2	2	2	2	2	False	75020	fragment	False	DEN0018_000000026924	0.949691856549768		0	0	False	False	0.9993284344673157	0					non-mobilizable	other	1489.0	99.866	100.0	0.0060757012780204974	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0003_000000010974	2074	0.6117356644184433	3	3	3	3	3	False	67881	maximal	True	ENG0003_000000010974	1.0		91	11	False	False	1.0	0					non-mobilizable	chromosome	2074.0	99.662	100.0	0.0005840767656629356	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0341_000000001845	7984	0.6117312994793197	8	7	6	6	4	False	116986	maximal	True	ISR0341_000000001845	1.0		25	4	False	False	1.0	0					non-mobilizable	no_good_hit	2003.0	86.62	40.0	0.0005578736046814	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0018_000000003964	5501	0.6117310112156997	7	4	2	4	1	True	66642	fragment	False	ENG0018_000000003964	1.0		0	0	False	False	0.9989092946052551	0					non-mobilizable	no_good_hit	3778.0	97.32700000000001	69.0	0.02090600087896438	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
MAD0079_000000000561	8330	0.6117290059537857	10	8	6	5	7	False	19448	fragment	False	MAD0079_000000000561	0.9640406592008114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3761.0	82.611	61.0	0.0237950903881618	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
SPA0116_000000005184	6920	0.6117260667729518	5	5	5	5	4	False	99289	maximal	False	SPA0037_000000003119	0.9547450004254889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3838.0	74.101	55.0	0.0014606055805848944	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
DEN0061_000000029732	1469	0.6117243782526333	2	2	2	1	2	False	71823	maximal	True	DEN0061_000000029732	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	78.744	28.0	0.0002917361446782465	NZ_LN879456.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	False
ENG0190_000000004130	7254	0.611723665597055	11	4	3	4	2	True	118232	fragment	False	ENG0190_000000004130	0.9923268050277697		0	0	False	False	1.0	0					non-mobilizable	other	7254.0	99.904	100.0	0.0014040172353617217	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
CHI0012_000000002778	2137	0.6117141916911013	5	5	5	4	2	False	90104	maximal	True	CHI0012_000000002778	1.0		17	8	False	False	0.9990640878677368	0					non-mobilizable	no_good_hit	1022.0	98.63	48.0	0.00033301271482337117	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0217_000000007313	3536	0.6117111756909656	4	4	4	3	4	False	106083	maximal	True	ISR0217_000000007313	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2773.0	98.23299999999999	100.0	0.0009493146160877138	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
CHI0127_000000009384	1972	0.6117090729107103	4	3	3	2	2	False	81375	maximal	True	CHI0127_000000009384	1.0		88	12	False	False	0.9873225092887878	0					non-mobilizable	no_good_hit	780.0	96.795	56.0	0.008888584224476739	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	True	False
ISR0217_000000000444	36218	0.6117088050506447	32	13	7	13	9	True	114803	fragment	False	AST0050_000000000166	0.9525044952296362		0	0	False	False	0.9999171495437622	0					non-mobilizable	no_good_hit	795.0	69.811	2.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ISR0834_000000009759	1772	0.6117083540380693	3	3	3	2	2	False	126836	fragment	False	ISR0834_000000009759	0.9487949698674458		0	0	False	False	0.997178316116333	0					non-mobilizable	chromosome	1500.0	81.0	100.0	0.0006359018249910704	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
DEN0026_000000005963	4877	0.6117015784038098	10	2	1	2	0	True	74218	maximal	True	DEN0026_000000005963	1.0		1	1	False	False	0.9987697601318359	0					non-mobilizable	no_good_hit	1019.0	96.46700000000001	26.0	0.0003544873144431447	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0034_000000001382	8920	0.6116987977643488	10	9	6	6	8	True	130122	maximal	True	MAD0034_000000001382	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4060.0	94.31	90.0	0.0014294853676240444	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0132_000000035085	1181	0.6116987009126379	2	2	2	2	1	False	7969	maximal	False	SPA0013_000000022808	0.967443729903537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	83.766	52.0	0.00017085599412322493	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0083_000000013487	2614	0.6116899059661256	4	3	3	2	2	False	47334	fragment	False	MON0092_000000019428	0.9468694096601074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	7.138223296221571e-05	NZ_FOCM01000003.1	a-proteobacteria	Maribius pelagius strain DSM 26893, whole genome shotgun sequence	True	False
ISR0085_000000006441	3440	0.6116849409893178	4	4	1	3	3	False	73880	fragment	False	ISR0085_000000006441	1.0		0	0	False	False	0.9962209463119507	0					non-mobilizable	no_good_hit	1411.0	94.33	41.0	0.0004954325984063585	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0351_000000008029	1815	0.6116847937198028	3	2	2	2	2	True	93137	fragment	False	ENG0082_000000009793	0.47811878782842987		0	0	False	False	0.9994490146636963	0		MOBV			mobilizable	other	1815.0	99.17399999999999	100.0	0.00048276895407068173	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MAD0048_000000004726	4612	0.6116845254578156	6	3	3	3	3	True	17567	maximal	True	MAD0048_000000004726	1.0		1	1	False	False	0.9980485439300537	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.006155469574393247	NZ_SDPL01000195.1	high GC Gram+	Agromyces binzhouensis strain CGMCC 4.7180 Scaffold195, whole genome shotgun sequence	True	True
ISR0825_000000016350	1464	0.6116811340187215	2	1	1	1	1	True	48005	fragment	False	ISR0825_000000016350	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1208.0	94.37100000000001	95.0	0.15033005355586002	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
BAN0019_000000001895	1870	0.6116729210327153	3	2	1	2	1	False	97770	maximal	True	BAN0019_000000001895	1.0		28	9	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	94.07600000000001	60.0	0.01124176764360612	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	True	False
ENG0084_000000010902	2546	0.6116719480400341	3	3	3	3	3	False	61533	maximal	False	ISR0009_000000012805	0.9878335949764521		0	0	False	False	0.9952867031097412	0					non-mobilizable	other	1938.0	97.214	93.0	0.0006202355614316587	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0284_000000005486	2156	0.6116717195896293	5	2	2	2	1	True	41210	fragment	False	ISR0284_000000005486	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2086.0	99.712	97.0	0.00040382019716884277	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0271_000000012389	1511	0.6116706085827445	2	1	1	1	1	False	80211	fragment	False	ISR0271_000000012389	0.9885584206601514		0	0	False	False	0.9927200675010681	0					non-mobilizable	no_good_hit	847.0	74.734	55.0	0.00029747128237646737	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0007_000000011713	2196	0.6116696828083983	2	2	2	2	2	False	67527	maximal	True	ENG0007_000000011713	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	1595.0	99.49799999999999	76.0	0.0004617812930745851	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0059_000000003139	4959	0.6116694509930267	5	5	5	4	3	False	35460	maximal	True	ISR0059_000000003139	1.0		0	0	False	False	0.9824561476707458	0					non-mobilizable	no_good_hit	902.0	88.69200000000001	31.0	0.0035512962823971844	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
CHI0034_000000006386	2498	0.6116677929266771	4	3	3	3	2	True	88257	fragment	False	CHI0034_000000006386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0079_000000011209	2938	0.6116594218818917	6	5	3	3	5	False	61840	fragment	False	ENG0079_000000011209	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1654.0	99.456	100.0	0.03431240269849507	CP020518.1	enterobacteria	Escherichia coli strain 222 plasmid unnamed2, complete sequence	False	True
FIJ0119_000000007748	2224	0.6116588331524048	4	4	3	2	2	False	41575	maximal	True	FIJ0119_000000007748	1.0		26	5	False	False	0.9946042895317078	0					non-mobilizable	no_good_hit	452.0	74.779	20.0	0.6315049226441631	GQ881854.1		Uncultured organism clone VC1CV76TR genomic sequence	True	False
SPA0030_000000013230	2312	0.6116546321274888	6	5	1	4	1	False	91955	fragment	False	SPA0030_000000013230	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2311.0	98.31200000000001	99.0	0.01612081539223828	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
CHI0054_000000001137	11416	0.6116526891783168	15	15	2	8	15	True	117870	maximal	True	CHI0054_000000001137	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3994.0	99.374	84.0	0.0007648465566102337	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	True
ENG0200_000000018959	1119	0.6116502947438706	2	2	2	2	2	False	126593	fragment	False	SPA0042_000000023410	0.6454509874054792		0	0	False	False	0.9848078489303589	0					non-mobilizable	no_good_hit	368.0	75.815	33.0	8.946293727468367e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
MON0110_000000004804	2863	0.6116469073473039	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.4629338757769415		0	0	False	False	1.0	0					non-mobilizable	chromosome	2863.0	99.965	100.0	0.0009633324436028094	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0093_000000002258	12423	0.6116309545048715	13	11	5	7	11	False	100482	backbone	True	DEN0093_000000002258	1.0	PS573	20	5	True	True	1.0	1					non-mobilizable	no_good_hit	4511.0	95.101	71.0	0.007791101523246915	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ITA0006_000000012741	1862	0.6116286677140765	2	2	2	2	2	False	88323	maximal	True	ITA0006_000000012741	1.0		214	8	False	False	1.0	0					non-mobilizable	other	1862.0	98.17399999999999	100.0	0.012590147076731568	NZ_QRML01000003.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf3, whole genome shotgun sequence	False	False
SPA0051_000000008872	2857	0.6116280500582921	4	3	2	1	2	False	79472	maximal	True	SPA0051_000000008872	1.0		20	6	False	False	0.9996500015258789	0					non-mobilizable	chromosome	1324.0	88.369	100.0	0.00029252430483831204	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0151_000000010431	2394	0.6116280500582921	3	3	2	1	2	False	79471	fragment	False	CHI0151_000000010431	1.0		0	0	False	False	0.9995822906494141	0					non-mobilizable	chromosome	1396.0	88.46700000000001	99.0	0.00030829440783263255	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0221_000000002425	8606	0.6116257901087434	7	6	6	6	4	True	67127	maximal	True	ISR0221_000000002425	1.0		10	5	False	False	0.9987218379974365	0					non-mobilizable	no_good_hit	3949.0	91.01	57.0	0.0007230583831183816	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	True
ISR0117_000000024140	1151	0.611625548402497	2	2	2	2	2	False	124601	fragment	False	ENG0179_000000025647	0.96389458693251		0	0	False	False	0.9991312026977539	0					non-mobilizable	chromosome	1151.0	100.0	100.0	0.0004860785004097853	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0189_000000007292	2192	0.6116156229821801	3	3	3	3	2	False	110221	fragment	False	ISR0375_000000009302	0.6616455893666356		0	0	False	False	0.9977189898490906	0					non-mobilizable	no_good_hit	1517.0	94.06700000000001	86.0	0.0072655473057129894	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
FIJ0103_000000003538	5236	0.6116088552896983	5	5	5	4	4	False	83117	maximal	False	MAD0101_000000004294	0.9483492221375793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	92.12799999999999	43.0	0.015450502388403887	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0268_000000011761	1702	0.6116088346491914	3	2	2	1	1	False	49465	maximal	True	ISR0268_000000011761	1.0		11	8	False	False	0.9905992746353149	0					non-mobilizable	no_good_hit								True	False
FIJ0022_000000017071	1505	0.6116088346491914	3	2	2	1	1	False	49464	fragment	False	FIJ0022_000000017071	1.0		0	0	False	False	0.9926910400390625	0					non-mobilizable	no_good_hit								True	False
SPA0041_000000017820	1893	0.6116002710845746	2	2	2	2	2	False	124927	fragment	False	SPA0041_000000017820	0.9784298892366415		0	0	False	False	0.9973586797714233	0					non-mobilizable	no_good_hit	1089.0	83.37899999999999	83.0	0.00036979979744978657	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0092_000000035775	1564	0.6115971271605911	2	2	2	1	1	False	9439	maximal	True	MON0092_000000035775	1.0		4	3	False	False	0.9980818629264832	0					non-mobilizable	no_good_hit	1192.0	99.83200000000001	76.0	0.0002874346876470659	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
FIJ0009_000000016250	2401	0.6115927594909986	3	3	3	2	2	False	69021	maximal	True	FIJ0009_000000016250	1.0		4	2	False	False	0.9945855736732483	0					non-mobilizable	chromosome	2237.0	100.0	93.0	0.00041094805311521964	CP040861.1	enterobacteria	Klebsiella pneumoniae strain Xen39 chromosome, complete genome	False	False
TAN0016_000000006966	1694	0.6115891387682092	2	2	1	2	1	False	2515	maximal	True	TAN0016_000000006966	1.0		1	1	False	False	0.9940968155860901	0					non-mobilizable	no_good_hit	601.0	91.514	80.0	0.0001676485347825929	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0026_01_000000021330	1516	0.6115891387682092	2	2	1	2	1	False	41932	fragment	False	FIJ0113_000000016867	0.9472477064220184		0	0	False	False	0.9485487937927246	0					non-mobilizable	chromosome	1519.0	96.97200000000001	100.0	0.0004248588911518798	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0007_000000020014	2940	0.6115873537123021	4	3	3	3	3	False	67984	fragment	False	MON0007_000000020014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	73.477	17.0	0.00011337775927452747	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0083_01_000000017729	1571	0.6115834974818333	2	2	2	2	2	True	26490	maximal	False	ISR0268_000000012163	0.9429265330904675		0	0	False	False	0.9993634819984436	0					non-mobilizable	other	1433.0	77.041	90.0	0.010020353843745108	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	False	True
ISR0064_000000019282	1233	0.6115806553114578	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.2616408689484964		0	0	False	False	0.9910786747932434	0					non-mobilizable	chromosome	1233.0	95.458	99.0	0.00040150700484580795	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
USA0133_01_000000003393	8484	0.6115674562826299	12	10	8	9	9	False	111446	fragment	False	ISR0179_000000003041	0.9794812378570773		0	0	False	False	1.0	0					non-mobilizable	other	8306.0	99.36200000000001	99.0	0.011503455191929713	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
TAN0001_000000004844	2517	0.6115545460359939	3	3	3	3	2	False	3110	maximal	True	TAN0001_000000004844	1.0		7	3	False	False	0.9996026754379272	0					non-mobilizable	no_good_hit	1159.0	71.096	46.0	0.0006930070176847603	NC_010644.1	bacteria	Elusimicrobium minutum Pei191, complete sequence	True	False
ISR0081_000000000284	35326	0.6115529632277872	29	8	2	3	6	False	34263	maximal	True	ISR0081_000000000284	1.0		1	1	False	False	0.9999716877937317	0					non-mobilizable	no_good_hit	222.0	85.586	1.0	0.0017882871429782184	NZ_SMUS01000011.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00011, whole genome shotgun sequence	True	False
MON0109_000000001531	14376	0.6115492572396923	11	8	5	7	6	False	26337	maximal	True	MON0109_000000001531	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	7952.0	97.837	86.0	0.0034395602208587045	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	True	False
ISR0273_000000011902	1200	0.6115445734273179	2	2	2	2	2	False	26365	fragment	False	ISR0273_000000011902	1.0		0	0	False	False	0.9891666769981384	0					non-mobilizable	chromosome	1200.0	99.5	100.0	0.00034756796635055086	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0006_000000005010	2626	0.6115440770882732	4	4	4	4	2	False	90633	fragment	False	CHI0109_000000006175	0.9620304851003915		0	0	False	False	1.0	0					non-mobilizable	other	2618.0	99.962	99.0	0.0041758950170099505	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0107_000000004585	9214	0.6115434305430897	13	13	4	10	13	True	114255	maximal	True	MON0107_000000004585	1.0		1	1	False	False	0.9984805583953857	0					non-mobilizable	plasmid	9214.0	99.96700000000001	100.0	0.10678272560791859	CP057998.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_3, complete sequence	False	True
ISR0195_000000001464	13831	0.6115359782052496	16	7	5	7	4	True	130519	fragment	False	ISR0195_000000001464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5799.0	97.586	86.0	0.0010279997042034398	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
CHI0077_000000004637	2926	0.6115305721076048	4	4	4	3	3	False	130049	fragment	False	ENG0005_000000004373	0.5187091276745431		0	0	False	False	1.0	0					non-mobilizable	other	2749.0	91.99700000000001	97.0	0.000824660448544229	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0105_000000002627	5430	0.6115223033527104	11	3	1	3	1	True	35805	fragment	False	ISR0105_000000002627	0.9719317708463485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4371.0	98.993	83.0	0.09775529843564666	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0058_000000004129	5382	0.6115223033527104	11	3	1	3	1	True	35805	fragment	False	ISR0105_000000002627	0.9696858350048597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4371.0	98.62700000000001	82.0	0.09775529843564666	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0052_000000005611	5340	0.6115223033527104	10	3	1	3	1	True	35805	fragment	False	ISR0105_000000002627	0.9688972048733062		0	0	False	False	0.9998127222061157	0					non-mobilizable	no_good_hit	4371.0	98.444	82.0	0.09775529843564666	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
ISR0179_000000004807	5340	0.6115223033527104	10	3	1	3	1	True	35805	fragment	False	ISR0105_000000002627	0.9688232115540572		0	0	False	False	0.9990636706352234	0					non-mobilizable	no_good_hit	4371.0	98.444	82.0	0.09775529843564666	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
SPA0016_000000006166	5174	0.6115223033527104	10	3	1	3	1	True	35805	fragment	False	ISR0105_000000002627	0.9342535475586132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4413.0	98.572	87.0	0.09869525322829711	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	True
SPA0127_000000006035	4842	0.6115223033527104	8	3	1	3	1	True	10751	fragment	False	SPA0127_000000006035	1.0		0	0	False	False	0.9997934699058533	0					non-mobilizable	plasmid	3050.0	97.902	100.0	0.068213862095204	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
MON0063_000000008830	3235	0.6115223033527104	5	3	1	3	1	True	10750	fragment	False	MON0063_000000008830	1.0		0	0	False	False	0.9996908903121948	0					non-mobilizable	plasmid	3235.0	99.691	100.0	0.07237651903408455	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	False	True
FIJ0002_000000015787	2258	0.6115206404363338	2	2	2	2	2	False	52397	maximal	True	FIJ0002_000000015787	1.0		40	4	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	73.447	51.0	0.0008624739890283717	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	True	False
MON0081_000000029073	1866	0.6115199774011308	3	2	2	2	2	False	99844	fragment	False	MON0039_000000025714	0.966262172941845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0001_000000026284	1673	0.6115199774011308	2	2	2	2	2	False	99844	fragment	False	MON0039_000000025714	0.5615471648310997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0087_000000016246	3033	0.6115183556742144	4	1	1	1	1	False	59531	fragment	False	MON0087_000000016246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	75.612	41.0	0.026073974388628383	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0080_000000012107	2559	0.6115183556742144	4	1	1	1	1	False	125841	maximal	True	ISR0080_000000012107	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	95.604	57.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0023_000000016615	1871	0.6115183556742144	1	1	1	1	1	False	125844	maximal	True	ISR0023_000000016615	1.0		10	3	False	False	0.9983965754508972	0					non-mobilizable	no_good_hit	1342.0	95.604	72.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
USA0117_01_000000011455	1867	0.6115183556742144	2	1	1	1	1	False	125828	maximal	True	USA0117_01_000000011455	1.0		0	0	False	False	0.9983931183815002	0					non-mobilizable	no_good_hit	1237.0	84.074	69.0	0.02556931681981622	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
MON0027_000000023499	1754	0.6115183556742144	2	1	1	1	1	False	125833	maximal	True	MON0027_000000023499	1.0		0	0	False	False	0.9578106999397278	0					non-mobilizable	no_good_hit	1344.0	95.461	77.0	0.00043771112957195307	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
USA0003_01_000000022400	1702	0.6115183556742144	2	1	1	1	1	False	125856	maximal	False	ENG0100_000000016575	0.9526515151515151		0	0	False	False	0.9958872199058533	0					non-mobilizable	no_good_hit	1344.0	95.461	87.0	0.00043771112957195307	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0162_000000014557	1680	0.6115183556742144	1	1	1	1	1	False	125855	maximal	True	ENG0162_000000014557	1.0		9	4	False	False	0.9988095164299011	0					non-mobilizable	no_good_hit	1342.0	95.529	88.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0035_000000011751	1655	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9657201196516167		0	0	False	False	0.9993957877159119	0					non-mobilizable	no_good_hit	1343.0	95.383	89.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MON0041_000000041413	1628	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9558267584377792		0	0	False	False	0.9717444777488708	0					non-mobilizable	chromosome	1342.0	95.38	90.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0237_000000007239	1623	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9575958430726639		0	0	False	False	0.9870610237121582	0					non-mobilizable	chromosome	1342.0	95.678	91.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0371_000000012434	1615	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9550854373082489		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.604	92.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ETH0004_000000017742	1599	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9574620702022182		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.529	92.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0036_000000026566	1598	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9234546102545022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1349.0	95.552	84.0	0.0004390157827152376	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0070_000000016193	1583	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9574404460951443		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.678	93.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ETH0003_000000026514	1581	0.6115183556742144	2	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9563578661241265		0	0	False	False	1.0	0					non-mobilizable	chromosome	1345.0	95.613	93.0	0.0004380372928577742	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0192_000000014321	1574	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9459416857575458		0	0	False	False	0.9987293481826782	0					non-mobilizable	chromosome	1343.0	95.60700000000001	94.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0052_000000029220	1574	0.6115183556742144	2	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9554509862133863		0	0	False	False	0.9695044755935669	0					non-mobilizable	chromosome	1343.0	95.458	94.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MAD0008_000000008957	1572	0.6115183556742144	1	1	1	1	1	False	125835	maximal	True	MAD0008_000000008957	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1372.0	78.79	86.0	0.013365483982087496	NZ_JNKW01000010.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
MON0106_000000027624	1563	0.6115183556742144	2	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9566848953466813		0	0	False	False	0.9980806112289429	0					non-mobilizable	chromosome	1344.0	95.536	94.0	0.00043771112957195307	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
AST0055_000000023340	1553	0.6115183556742144	2	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9572836324948081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	95.681	86.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0186_000000020589	1550	0.6115183556742144	2	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9551134335464244		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.529	95.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0138_000000012766	1542	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9558608476458645		0	0	False	False	0.9883268475532532	0					non-mobilizable	chromosome	1342.0	95.75299999999999	95.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
TAN0021_000000013974	1540	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9029605517541767		0	0	False	False	0.9681817889213562	0					non-mobilizable	no_good_hit	1334.0	95.57700000000001	87.0	0.0004344494967137418	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0019_000000011719	1533	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9532236728718678		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.75299999999999	96.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0208_000000018067	1532	0.6115183556742144	1	1	1	1	1	False	125840	maximal	True	ISR0208_000000018067	1.0		0	0	False	False	0.9536553621292114	0					non-mobilizable	no_good_hit	1293.0	95.90100000000001	84.0	0.0004210768019950756	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0038_000000017049	1523	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.8332577447569308		0	0	False	False	0.9691398739814758	0					non-mobilizable	chromosome	1293.0	95.669	93.0	0.0004210768019950756	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
AUS0022_000000022386	1517	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9561166392543309		0	0	False	False	1.0	0					non-mobilizable	chromosome	1349.0	95.626	97.0	0.0004390157827152376	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0071_000000024170	1516	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9227928170480725		0	0	False	False	0.9881266355514526	0					non-mobilizable	no_good_hit	1342.0	95.529	88.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0140_000000022417	1511	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9562796017740905		0	0	False	False	0.9834546446800232	0					non-mobilizable	chromosome	1342.0	95.455	97.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0785_000000025354	1507	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9570877053720139		0	0	False	False	0.9867286086082458	0					non-mobilizable	no_good_hit	1342.0	95.604	89.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
AST0087_000000024462	1502	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9561504254982041		0	0	False	False	0.995339572429657	0					non-mobilizable	chromosome	1342.0	95.678	98.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0058_000000017844	1492	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.8528985781157393		0	0	False	False	0.987265408039093	0					non-mobilizable	chromosome	1343.0	95.53200000000001	90.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0170_000000031618	1488	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9567190329629113		0	0	False	False	0.9946236610412598	0					non-mobilizable	chromosome	1342.0	95.82700000000001	99.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MON0101_000000044446	1481	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.925474231173884		0	0	False	False	0.9952734708786011	0					non-mobilizable	chromosome	1334.0	95.727	99.0	0.0004344494967137418	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
SPA0010_000000017315	1479	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7589558144795859		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.529	91.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0151_000000016204	1475	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.956544845619348		0	0	False	False	0.9877966046333313	0					non-mobilizable	chromosome	1344.0	95.833	91.0	0.00043771112957195307	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0021_000000025097	1474	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9560574657934025		0	0	False	False	0.9993215799331665	0					non-mobilizable	chromosome	1343.0	95.458	99.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0309_000000013693	1473	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9568645451977198		0	0	False	False	0.9877800345420837	0					non-mobilizable	chromosome	1342.0	95.455	99.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0047_000000014086	1471	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9545574686043334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.529	100.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0001_000000029950	1471	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9551575962666236		0	0	False	False	0.9993202090263367	0					non-mobilizable	chromosome	1342.0	95.529	100.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0141_000000020310	1470	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7280336298154279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1276.0	95.455	87.0	0.0004155320261361164	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0127_000000018141	1469	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.6140894309999532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1241.0	95.40700000000001	84.0	0.00040411631113237696	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0083_000000018823	1469	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9561768497623546		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.82700000000001	100.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0115_000000024462	1467	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7708113724433486		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.678	91.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0064_000000029209	1463	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9434297625717388		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.82700000000001	100.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
TAN0006_000000009902	1460	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.8309246501714509		0	0	False	False	0.999315083026886	0					non-mobilizable	chromosome	1342.0	95.976	92.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
TAN0013_000000008133	1455	0.6115183556742144	2	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.49924673095409433		0	0	False	False	1.0	0					non-mobilizable	chromosome	1320.0	95.90899999999999	91.0	0.0004295570474264249	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0105_000000023012	1453	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.8408995116706008		0	0	False	False	0.9958705902099609	0					non-mobilizable	chromosome	1343.0	95.905	92.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0390_000000010275	1453	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9247678566758466		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.38	92.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0152_000000018815	1448	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.8361289622932946		0	0	False	False	0.9986187815666199	0					non-mobilizable	chromosome	1315.0	95.51299999999999	97.0	0.0004282523942831404	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0079_000000042895	1444	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9213932081133527		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.529	93.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MON0004_000000031977	1443	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.9193278588064039		0	0	False	False	0.9854469895362854	0					non-mobilizable	chromosome	1342.0	95.604	93.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0107_000000020204	1442	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.5965131845739426		0	0	False	False	0.930651843547821	0					non-mobilizable	chromosome	1331.0	95.71799999999999	92.0	0.00043347100685627845	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0068_000000018000	1442	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.5168857796933144		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	95.417	94.0	0.00039791920870177553	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0300_000000007625	1427	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.8527092377173224		0	0	False	False	1.0	0					non-mobilizable	chromosome	1298.0	95.609	100.0	0.0004227076184241812	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0037_000000016918	1422	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.8287017900075385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1343.0	95.309	94.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
TAN0022_000000004351	1420	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7643809770307124		0	0	False	False	1.0	0					non-mobilizable	chromosome	1285.0	95.40899999999999	90.0	0.0004184674957085066	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0023_000000005606	1418	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.8414368469515153		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.529	95.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MAD0039_000000010628	1409	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7294026412146923		0	0	False	False	1.0	0					non-mobilizable	chromosome	1286.0	95.49	98.0	0.0004184674957085066	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
CAN0007_000000028506	1409	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7615630205582713		0	0	False	False	1.0	0					non-mobilizable	chromosome	1278.0	95.618	99.0	0.00041618435270775867	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0330_000000022805	1408	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7607094461517259		0	0	False	False	0.9992897510528564	0					non-mobilizable	chromosome	1343.0	95.756	95.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0046_000000024207	1405	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.749607395460339		0	0	False	False	0.9985765218734741	0					non-mobilizable	chromosome	1276.0	95.611	100.0	0.0004155320261361164	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0185_000000013738	1405	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.756301034139737		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.455	95.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0010_000000033406	1401	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7593202135725574		0	0	False	False	0.9928622245788574	0					non-mobilizable	chromosome	1342.0	95.604	96.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0324_000000022040	1398	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.8089399451670186		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.604	96.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0224_000000022447	1395	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7624373278441757		0	0	False	False	1.0	0					non-mobilizable	chromosome	1288.0	95.49700000000001	99.0	0.00041944598556596993	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
TAN0014_000000004633	1389	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7685338777454354		0	0	False	False	0.9985601305961609	0					non-mobilizable	chromosome	1342.0	95.604	97.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0054_000000018814	1389	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7602077537072527		0	0	False	False	0.9985601305961609	0					non-mobilizable	chromosome	1343.0	95.681	97.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0011_000000033914	1387	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7586875047986203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.529	97.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0204_000000019751	1386	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7601421122984918		0	0	False	False	1.0	0					non-mobilizable	chromosome	1342.0	95.82700000000001	97.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MON0025_000000030939	1375	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.7434991109413557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1343.0	95.16	98.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0009_000000025059	1353	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.6323210697453903		0	0	False	False	1.0	0					non-mobilizable	chromosome	1278.0	95.54	94.0	0.00041618435270775867	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0032_000000027739	1349	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.6755499781359694		0	0	False	False	1.0	0					non-mobilizable	chromosome	1334.0	95.57700000000001	99.0	0.0004344494967137418	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
AST0010_000000022628	1337	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.6529028199282121		0	0	False	False	0.9955123662948608	0					non-mobilizable	chromosome	1338.0	95.889	100.0	0.0004357541498570263	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0281_000000013852	1329	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.5841659196599104		0	0	False	False	1.0	0					non-mobilizable	chromosome	1328.0	95.78299999999999	99.0	0.00043249251699881505	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0043_000000026257	1323	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.5289486967948086		0	0	False	False	0.990173876285553	0					non-mobilizable	chromosome	1323.0	95.616	99.0	0.0004308617005697094	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MON0100_000000035022	1314	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.49507043075110624		0	0	False	False	0.9992389678955078	0					non-mobilizable	chromosome	1276.0	95.76799999999999	97.0	0.0004155320261361164	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0270_000000006701	1310	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.4209344124575579		0	0	False	False	1.0	0					non-mobilizable	chromosome	1287.0	95.493	98.0	0.00041911982228014883	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0046_000000028626	1306	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.470189175806134		0	0	False	False	1.0	0					non-mobilizable	chromosome	1307.0	95.792	100.0	0.00042564308799657136	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0165_000000018795	1304	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.29664615326126403		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	95.436	99.0	0.00039237443284281635	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0130_000000024905	1286	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.4456217331915805		0	0	False	False	1.0	0					non-mobilizable	chromosome	1287.0	95.726	100.0	0.00041911982228014883	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0041_000000012631	1240	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.29192490933688686		0	0	False	False	1.0	0					non-mobilizable	chromosome	1241.0	95.488	100.0	0.00040411631113237696	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MAD0103_000000020884	1190	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.08840869116774039		0	0	False	False	0.9378151297569275	0					non-mobilizable	chromosome	1146.0	95.02600000000001	96.0	0.00037313079897936986	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0183_000000027834	1135	0.6115183556742144	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.08775421062759477		0	0	False	False	1.0	0					non-mobilizable	chromosome	1136.0	95.335	100.0	0.0003698691661211586	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0817_000000001192	10611	0.6115143884809066	14	10	6	7	10	True	21381	maximal	True	ISR0817_000000001192	1.0		2	2	False	False	0.9947224855422974	0					non-mobilizable	no_good_hit	3671.0	87.14200000000001	38.0	0.08000174962820401	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
AST0014_000000005148	3440	0.6115134687969649	3	3	3	3	2	False	124510	maximal	True	AST0014_000000005148	1.0		1	1	False	False	0.9988372325897217	0					non-mobilizable	no_good_hit	450.0	75.111	13.0	0.007674781148818803	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	True	False
MON0084_000000007946	3607	0.6115109372672645	4	4	3	3	2	False	120384	maximal	True	MON0084_000000007946	1.0		3	3	False	False	0.9988910555839539	0					non-mobilizable	no_good_hit	2837.0	89.77799999999999	85.0	0.01614857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0010_000000004021	1217	0.6115086498318739	1	1	1	1	1	False	24588	fragment	False	MAD0010_000000004021	1.0		0	0	False	False	0.9769926071166992	0					non-mobilizable	other	1223.0	90.27	99.0	0.019982281720641794	NZ_CBYM010000019.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
MAD0047_000000003395	8574	0.611507517043236	7	4	2	3	1	False	49855	fragment	False	MAD0047_000000003395	1.0		0	0	False	False	0.9989503026008606	0					non-mobilizable	no_good_hit								True	False
CAN0005_000000008537	1996	0.6115060484188457	2	2	2	2	2	False	95870	fragment	False	CAN0005_000000008537	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1961.0	97.399	97.0	0.0009462715693189789	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
CHI0053_000000010796	1120	0.6115023793555935	2	2	2	2	2	False	86383	maximal	True	CHI0053_000000010796	1.0		6	4	False	False	0.9616071581840515	0					non-mobilizable	other	1129.0	90.965	100.0	0.019838315072864588	NZ_JAAIPV010000028.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_28_length_56406_cov_119.209, whole genome shotgun sequence	False	False
ISR0088_000000014010	1745	0.6114998603524809	2	2	2	2	1	False	33784	maximal	True	ISR0088_000000014010	1.0		118	11	False	False	0.9925501346588135	0					non-mobilizable	other	1745.0	99.656	100.0	0.0007659698566266055	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0133_01_000000012722	1684	0.6114932270140502	3	2	2	2	1	False	34071	maximal	True	USA0133_01_000000012722	1.0		14	6	False	False	0.9988123774528503	0					non-mobilizable	no_good_hit	984.0	75.203	61.0	0.00022267391921517194	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0120_000000029710	1342	0.6114913973724836	3	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.5232199492631783		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	98.882	100.0	0.11208625877632898	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
ISR0195_000000006956	3287	0.6114910503045989	4	4	4	4	3	False	131700	fragment	False	ISR0264_000000003339	0.49571481441091375		0	0	False	False	0.9978703856468201	0					non-mobilizable	chromosome	3311.0	96.557	100.0	0.0008864887114720429	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0029_000000005473	2134	0.6114842531548573	3	3	3	1	2	False	97159	fragment	False	CHI0029_000000005473	0.9836309523809523		0	0	False	False	1.0	0					non-mobilizable	other	2134.0	98.454	100.0	0.0008690617677604567	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0171_000000011868	2016	0.6114842531548573	3	3	3	1	2	False	97159	fragment	False	CHI0029_000000005473	0.9568884723523898		0	0	False	False	0.9866071343421936	0					non-mobilizable	other	2011.0	99.45299999999999	99.0	0.0008189470947953671	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0838_000000012306	1947	0.6114777030686815	2	2	2	2	2	True	65141	maximal	True	ISR0838_000000012306	1.0		13	7	False	False	0.9994863867759705	0					non-mobilizable	no_good_hit	108.0	75.926	6.0	4.6434099814220206e-05	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	True
ISR0106_000000004699	4664	0.6114714043983843	6	4	3	3	4	False	122705	fragment	False	ISR0106_000000004699	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4679.0	98.012	99.0	0.031578520934189475	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0132_000000008806	4396	0.6114664534065087	4	3	3	3	2	False	84000	maximal	True	SPA0132_000000008806	1.0		19	8	False	False	0.9943130016326904	0					non-mobilizable	no_good_hit	1309.0	74.02600000000001	33.0	0.0004011835384889966	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0196_000000009174	2165	0.611464707174474	5	4	2	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.46862268360952636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1932.0	97.101	89.0	0.03267519701720193	NZ_JAAITI010000023.1	firmicutes	Blautia luti strain MSK.16.34 NODE_23_length_59005_cov_131.473, whole genome shotgun sequence	True	True
MAD0096_000000003547	4546	0.6114621366219917	7	4	1	4	2	True	15521	maximal	True	MAD0096_000000003547	1.0		2	1	False	False	0.9984601736068726	0					non-mobilizable	no_good_hit	420.0	85.238	9.0	0.007547787497953913	NZ_CBYM010000025.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0055_000000005614	2426	0.6114589848854461	4	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.09436741520958578		0	0	False	False	1.0	0					non-mobilizable	plasmid	2427.0	96.00299999999999	99.0	0.19572408229124647	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0158_000000006170	2903	0.6114569933065659	4	3	2	3	3	True	127714	fragment	False	ENG0158_000000006170	0.6958167159495082		0	0	False	True	0.9965552687644958	0					non-mobilizable	chromosome	2903.0	96.176	100.0	0.0013077792133406097	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0236_000000004025	2571	0.6114569933065659	4	3	2	3	3	True	127714	fragment	False	ENG0158_000000006170	0.3437732538670073		0	0	False	True	1.0	0					non-mobilizable	chromosome	2561.0	96.876	99.0	0.0011536577485017096	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0388_000000013586	2536	0.6114569933065659	3	3	2	3	3	True	127714	fragment	False	ENG0158_000000006170	0.17495845267140483		0	0	False	True	1.0	0					non-mobilizable	chromosome	2396.0	96.82799999999999	94.0	0.0010793009014303102	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
MON0103_000000019344	2607	0.6114554010595618	3	2	2	1	1	False	45324	fragment	False	MON0103_000000019344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000015804	2059	0.6114554010595618	3	2	2	1	1	False	45323	fragment	False	FIJ0066_000000015804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000018560	1928	0.6114531377912868	3	3	2	2	2	True	25719	maximal	True	ISR0295_000000018560	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	77.44800000000001	57.0	0.000300373798504806	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
USA0084_01_000000002766	10695	0.6114519118538513	12	5	2	2	5	True	94655	maximal	False	CAN0010_000000001257	0.815429589061905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	89.837	9.0	0.0038491580973241102	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
CHI0049_000000001262	10559	0.6114519118538513	13	5	2	2	5	True	94655	maximal	False	CAN0010_000000001257	0.8138089843392912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	89.837	9.0	0.0038491580973241102	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
CHI0120_000000001098	9842	0.6114519118538513	11	5	2	2	5	True	94655	maximal	False	CAN0010_000000001257	0.6236733394031547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	89.837	10.0	0.0038491580973241102	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0166_000000004688	5476	0.6114508354930389	8	7	5	4	6	False	56178	maximal	True	ENG0166_000000004688	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	74.959	11.0	9.295734660028988e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ENG0127_000000024184	1142	0.6114480039611728	2	1	1	1	1	False	58679	fragment	False	ENG0127_000000024184	1.0		0	0	False	False	0.9973730444908142	0					non-mobilizable	no_good_hit	562.0	74.733	49.0	0.00019055485392222552	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0127_000000001495	15979	0.6114470153068569	30	9	4	5	5	False	58750	maximal	True	ENG0127_000000001495	1.0		3	2	False	False	0.9991864562034607	0					non-mobilizable	no_good_hit	822.0	99.027	5.0	0.0029411659340619974	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0002_000000015957	2302	0.6114459726863272	2	2	2	2	2	False	131892	fragment	False	SPA0028_000000012892	0.9837818190255341		0	0	False	False	0.9960903525352478	0					non-mobilizable	other	2302.0	98.65299999999999	100.0	0.01890047066361105	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ENG0049_000000007743	2518	0.6114440762051457	4	4	4	4	2	False	97362	fragment	False	CAN0001_000000017824	0.9860537398871689		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	99.38799999999999	100.0	0.0002730732488782898	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MON0039_000000016183	2873	0.6114393417334456	2	2	1	1	0	True	11945	maximal	True	MON0039_000000016183	1.0		1	1	False	False	0.980160117149353	0					non-mobilizable	no_good_hit								True	True
ISR0361_000000006078	2162	0.6114393417334456	2	2	1	1	0	True	23760	maximal	True	ISR0361_000000006078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0121_000000017217	1495	0.6114393417334456	3	2	1	1	0	True	41462	maximal	True	FIJ0121_000000017217	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0040_000000018292	1117	0.6114359483834233	1	1	1	1	1	False	115786	fragment	False	AST0040_000000018292	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1064.0	99.06	95.0	0.013219255593001132	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0019_000000003737	1825	0.6114355611117355	2	2	2	1	1	False	49872	fragment	False	FIJ0019_000000003737	1.0		0	0	False	False	0.9923287630081177	0					non-mobilizable	other	1744.0	97.993	96.0	0.009889249483693801	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0144_000000011053	1654	0.6114274806553835	3	3	3	3	3	False	109891	fragment	False	ISR0333_000000009214	0.18892490545651		0	0	False	False	1.0	0					non-mobilizable	chromosome	1654.0	99.94	100.0	0.0008267062632126716	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	False
ISR0017_000000012927	2607	0.6114249564537959	3	3	2	2	2	True	37868	maximal	True	ISR0017_000000012927	1.0		20	6	False	False	0.9996164441108704	0					non-mobilizable	no_good_hit								True	True
ENG0008_000000009314	2637	0.6114204051371576	2	2	2	2	1	False	67452	maximal	True	ENG0008_000000009314	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000028298	1125	0.6114185285589232	2	2	2	2	2	False	84869	fragment	False	CHI0071_000000010119	0.9426860564585116		0	0	False	False	0.9822221994400024	0					non-mobilizable	chromosome	1125.0	99.822	100.0	0.00022432671549564727	CP054219.1	enterobacteria	Escherichia coli strain EcPF18 chromosome, complete genome	False	False
ISR0819_000000003476	6381	0.6114151748504918	6	3	2	3	2	False	64959	maximal	True	ISR0819_000000003476	1.0		19	6	False	False	0.9992164373397827	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.0773940134470336e-05	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
FIJ0090_000000031806	1460	0.6114136010426418	1	1	1	1	1	False	48518	fragment	False	FIJ0090_000000031806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	71.812	71.0	0.006899838243091772	NZ_SPFR01000010.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_10_length_148989_cov_36.8612, whole genome shotgun sequence	True	False
ISR0840_000000001293	8540	0.6114133034984399	4	4	4	4	3	False	33070	fragment	False	ISR0840_000000001293	1.0		0	0	False	False	0.9992974400520325	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00012965243885498375	NZ_FRFG01000028.1	g-proteobacteria	Vibrio quintilis isolate CECT 7734, whole genome shotgun sequence	True	False
SPA0060_000000011359	1217	0.6114095584054777	2	2	2	2	2	False	6221	maximal	True	SPA0060_000000011359	1.0		47	7	False	False	1.0	0					non-mobilizable	chromosome	1217.0	97.781	100.0	0.0001892055066121485	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ISR0343_000000017023	1142	0.6114094903951707	2	2	1	2	1	False	24294	maximal	True	ISR0343_000000017023	1.0		1	1	False	False	0.985989511013031	0					non-mobilizable	no_good_hit	388.0	88.14399999999999	34.0	0.0017577486283201918	NZ_OFSM01000008.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0294_000000002979	6309	0.6114035940556086	10	6	4	6	4	True	90372	maximal	True	ISR0294_000000002979	1.0		10	3	False	False	1.0	0					non-mobilizable	plasmid	3107.0	97.103	99.0	0.024906790784567936	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
DEN0001_000000020369	2123	0.6114025712807857	3	2	2	2	2	False	76889	maximal	True	DEN0001_000000020369	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	74.368	13.0	9.219290594438609e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0089_000000024771	1176	0.6114010988200925	3	2	1	1	2	False	111751	fragment	False	MAD0089_000000024771	0.989100817438692		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	99.235	100.0	0.001008628711324454	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ENG0195_000000001684	10657	0.6113955314946433	14	6	4	5	4	False	119429	backbone	True	ENG0195_000000001684	0.9994281357224553	PS822	5	3	False	True	0.9997184872627258	0					non-mobilizable	no_good_hit	1005.0	72.23899999999999	9.0	0.0003291890740194087	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0146_000000032705	1313	0.6113913937035091	3	3	3	2	2	False	30979	fragment	False	ISR0146_000000032705	1.0		0	0	False	False	0.984767735004425	0					non-mobilizable	chromosome	1318.0	87.633	100.0	0.0005964552352873243	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	False	False
MON0087_000000024296	2083	0.6113871440779536	3	3	3	3	3	False	62076	fragment	False	MON0104_000000020797	0.9485052582657878		0	0	False	False	0.9899184107780457	0					non-mobilizable	no_good_hit	692.0	75.578	45.0	0.0001901506972238837	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0376_000000017518	1423	0.611385510299701	2	2	2	2	2	False	62566	maximal	False	ENG0078_000000016611	0.9595371013675618		0	0	False	False	1.0	0					non-mobilizable	other	1437.0	81.628	100.0	0.00038030696547243894	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
AST0150_000000005615	4627	0.6113832574144604	6	5	4	4	3	True	104249	maximal	True	AST0150_000000005615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	88.53200000000001	5.0	0.0019921426188799526	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
CHI0148_000000000771	12456	0.6113794018699331	9	7	6	6	6	False	119701	fragment	False	CHI0148_000000000771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8055.0	89.385	89.0	0.0015109146967908179	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
FIJ0061_000000020231	1392	0.6113769369935327	3	3	3	3	2	False	45792	maximal	True	FIJ0061_000000020231	1.0		94	8	False	False	0.9992815852165222	0					non-mobilizable	other	1392.0	99.641	100.0	0.014809057905439215	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0159_000000007776	3259	0.6113758419566185	4	4	4	4	3	False	79374	maximal	True	ISR0159_000000007776	1.0		241	13	False	False	0.9969315528869629	0					non-mobilizable	chromosome	3262.0	94.145	100.0	0.0010939309719458878	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0173_000000001189	5887	0.6113732938864187	7	7	6	6	5	False	104543	maximal	True	ISR0173_000000001189	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	90.055	6.0	0.00010171332002137952	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MON0049_000000007444	2838	0.6113693205059202	3	3	2	3	2	False	11365	fragment	False	MON0049_000000007444	1.0		0	0	False	False	0.9918956756591797	0					non-mobilizable	no_good_hit	385.0	76.104	13.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0041_000000000902	11627	0.6113688376986215	12	8	6	7	5	False	36443	maximal	True	ISR0041_000000000902	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	78.594	20.0	0.0004465076202572944	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0772_000000002009	2381	0.6113636338768333	5	3	1	3	3	True	82782	fragment	False	ISR0772_000000002009	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2381.0	97.186	100.0	0.019165264166592852	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0120_000000029468	1354	0.6113598704205155	2	2	2	2	2	False	4162	maximal	True	SPA0120_000000029468	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	100.0	89.0	0.017337371989037936	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	True	False
MON0105_000000026857	2024	0.6113571767091914	3	2	2	2	2	False	119337	fragment	False	MON0105_000000026857	0.9613861386138614		0	0	False	False	0.9960474371910095	0					non-mobilizable	chromosome	1936.0	99.48299999999999	96.0	0.0002731188392999802	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0212_000000015597	2260	0.6113565469551935	5	2	2	2	1	False	61226	fragment	False	ISR0212_000000015597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	87.01299999999999	3.0	2.449619229253095e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0120_000000009104	4670	0.6113559661981167	7	4	4	4	2	True	6846	fragment	False	SPA0120_000000009104	1.0		0	0	False	False	0.9982869625091553	0					non-mobilizable	other	4585.0	99.28	98.0	0.0014455326697956565	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
CHI0148_000000007205	1635	0.6113539343603276	6	5	1	2	5	False	79602	fragment	False	CHI0148_000000007205	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	801.0	96.50399999999999	90.0	0.00019076241937363077	CP025046.1	firmicutes	Clostridioides difficile strain W0022a chromosome	False	False
AST0059_000000006535	2233	0.611352675717197	3	3	3	3	2	False	112711	maximal	True	AST0059_000000006535	1.0		5	4	False	False	0.9937304258346558	0					non-mobilizable	chromosome	2233.0	97.40299999999999	99.0	0.0004484434730067582	CP033744.1	enterobacteria	Citrobacter freundii strain FDAARGOS_549 chromosome, complete genome	False	False
FIJ0063_000000019972	1441	0.6113509935241075	2	2	2	2	1	False	68926	fragment	False	FIJ0063_000000019972	0.9660777385159011		0	0	False	False	1.0	0					non-mobilizable	chromosome	1441.0	100.0	100.0	0.0003003122621876205	CP061758.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 chromosome, complete genome	False	False
ISR0318_000000003355	1415	0.6113509935241075	2	2	2	2	1	False	68926	fragment	False	FIJ0063_000000019972	0.9576682859125607		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	99.929	100.0	0.02446874783692116	NZ_NQCD01000009.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_29_length_57788_cov_72.3398_ID_57.ctg_1, whole genome shotgun sequence	False	False
USA0078_01_000000003200	4426	0.6113473277516823	3	3	3	2	2	False	54745	fragment	False	USA0078_01_000000003200	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4427.0	97.06299999999999	100.0	0.082006502554575	NZ_SPGG01000026.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_26_length_53825_cov_38.5271, whole genome shotgun sequence	False	False
FIJ0093_000000005618	3793	0.6113468287810623	4	2	2	2	2	False	43260	maximal	True	FIJ0093_000000005618	1.0		28	1	False	False	1.0	0					non-mobilizable	no_good_hit	783.0	75.734	20.0	0.000414604583185651	NZ_CP012074.1	CFB group bacteria	Prevotella fusca JCM 17724 strain W1435 chromosome 1, complete sequence	True	False
ISR0045_000000009399	2679	0.6113464632543961	3	3	2	3	2	True	36256	maximal	True	ISR0045_000000009399	1.0		0	0	False	False	0.9906681776046753	0					non-mobilizable	no_good_hit	1698.0	75.383	63.0	0.0034710823294726253	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0064_000000005538	4100	0.6113423157508704	4	3	2	3	2	False	62999	maximal	True	ENG0064_000000005538	1.0		1	1	False	False	0.9997560977935791	0					non-mobilizable	no_good_hit	2001.0	98.101	49.0	0.000535584358687272	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0777_000000011596	1493	0.6113372175853661	2	2	2	2	2	False	22391	maximal	True	ISR0777_000000011596	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	88.679	28.0	0.000140077032433297	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
SPA0047_000000029413	1316	0.6113323581457849	2	2	2	2	2	False	6643	fragment	False	SPA0047_000000029413	1.0		0	0	False	False	0.9825227856636047	0					non-mobilizable	no_good_hit	437.0	77.346	33.0	0.00017982935074897457	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0103_000000001619	12653	0.6113320607542847	12	6	5	6	3	True	60335	maximal	True	ENG0103_000000001619	1.0		2	1	False	False	0.9999209642410278	0					non-mobilizable	no_good_hit	330.0	76.36399999999999	3.0	0.00012920102722792018	CP007062.1	fusobacteria	Fusobacterium nucleatum subsp. animalis 7_1, complete genome	True	True
USA0111_01_000000010444	2393	0.6113278087790815	4	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.945625800021959		0	0	False	False	1.0	0					non-mobilizable	other	2393.0	99.29	100.0	0.00038428419036847585	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
DEN0033_000000017769	1196	0.6113177409129074	2	2	2	2	2	False	120740	maximal	False	AST0024_000000027103	0.3421307614607887		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	99.833	100.0	0.10728072537929796	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
MON0101_000000016830	3555	0.6113171566513249	3	3	2	3	2	False	96088	fragment	False	ENG0057_000000005613	0.9386212198872372		0	0	False	False	0.9907172918319702	0					non-mobilizable	no_good_hit	420.0	75.238	12.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0096_000000019305	2084	0.611312457927021	3	3	3	3	3	False	74944	fragment	False	MON0019_000000030959	0.9538319482917821		0	0	False	False	0.997600793838501	0					non-mobilizable	no_good_hit								True	False
SPA0112_000000017877	1864	0.6113086693646617	2	2	2	2	2	False	4530	maximal	True	SPA0112_000000017877	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	82.19200000000001	27.0	0.016649152765007225	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	False
FIJ0085_000000015780	1972	0.6112961055158386	3	2	2	2	2	False	43938	fragment	False	FIJ0085_000000015780	1.0		0	0	False	False	0.999492883682251	0					non-mobilizable	no_good_hit	136.0	80.14699999999999	7.0	0.0008105546687948923	NZ_FOJO01000007.1	a-proteobacteria	Paracoccus halophilus strain CGMCC 1.6117, whole genome shotgun sequence	True	False
ENG0095_000000019870	1406	0.6112934288788394	3	2	2	2	2	False	80898	fragment	False	FIJ0152_000000013891	0.2856773104432374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000009207	3728	0.6112899439578665	6	6	2	3	5	False	56547	maximal	True	ETH0003_000000009207	1.0		3	2	False	False	0.9997317790985107	0					non-mobilizable	no_good_hit	1580.0	82.27799999999999	79.0	0.0005465448466537374	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0055_01_000000007363	3699	0.6112810400776764	2	2	2	2	2	False	1038	maximal	True	USA0055_01_000000007363	1.0		10	4	False	False	0.9989186525344849	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.380055645619568e-06	CP017769.1	CFB group bacteria	Myroides sp. ZB35, complete genome	True	False
SPA0016_000000023119	1473	0.6112790619330872	2	2	2	2	2	False	7865	maximal	True	SPA0016_000000023119	1.0		74	7	False	False	1.0	0					non-mobilizable	other	1473.0	98.303	100.0	0.00041786082509345096	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0071_000000011417	1797	0.611278934850622	3	3	3	3	2	False	63941	maximal	True	ENG0071_000000011417	1.0		244	13	False	False	1.0	0					non-mobilizable	other	1797.0	97.551	100.0	0.042240933251799236	NZ_JAAIPV010000036.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_36_length_42518_cov_80.0128, whole genome shotgun sequence	False	False
ISR0329_000000008788	1808	0.6112780113556515	3	3	3	3	2	False	24701	fragment	False	ISR0329_000000008788	1.0		0	0	False	False	0.9905973672866821	0					non-mobilizable	other	1808.0	98.45100000000001	100.0	0.0005786090136845675	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0352_000000005391	1767	0.6112777807547862	2	1	1	1	1	False	24057	maximal	True	ISR0352_000000005391	1.0		5	4	False	False	0.9801924228668213	0					non-mobilizable	no_good_hit								True	False
ENG0057_000000015800	1629	0.6112734881849033	3	3	3	2	0	True	84657	fragment	False	ISR0127_000000014642	0.9653223203544496		0	0	False	False	0.9950889945030212	0					non-mobilizable	other	912.0	99.34200000000001	100.0	0.00029235243262255216	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0118_000000017497	1770	0.6112686006345405	1	1	0	1	1	False	105834	fragment	False	AST0118_000000017497	1.0		0	0	False	False	0.9824858903884888	0	rep_cluster_893				non-mobilizable	plasmid	1770.0	98.023	100.0	0.0140491601477187	CP037956.1	firmicutes	Enterococcus hirae strain CQP3-9 plasmid pCQP3-9_1, complete sequence	False	True
DEN0089_000000000794	16819	0.6112673265560769	40	12	3	12	4	True	68865	maximal	True	DEN0089_000000000794	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2155.0	93.318	59.0	0.03804983518236274	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MAD0096_000000005898	2974	0.6112652924135479	3	3	3	3	3	False	107660	fragment	False	MAD0096_000000005898	1.0		0	0	False	False	0.9952925443649292	0					non-mobilizable	other	2894.0	95.819	97.0	0.004248791837142882	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
FIJ0163_000000000846	22873	0.6112619188527236	38	15	11	15	7	True	108300	fragment	False	FIJ0163_000000000846	1.0		0	0	False	False	0.9999563097953796	0					non-mobilizable	no_good_hit	136.0	76.471	1.0	4.7552426550271675e-05	NZ_CP009228.1	spirochetes	Treponema putidum strain OMZ 758 (ATCC 700334) chromosome, complete genome	True	True
MON0061_000000026810	1697	0.6112599986485739	2	2	2	2	2	False	10814	maximal	True	MON0061_000000026810	1.0		16	3	False	False	0.9882144927978516	0					non-mobilizable	other	1631.0	73.942	94.0	0.016355831098512272	NZ_AAXG02000034.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont317, whole genome shotgun sequence	False	False
SPA0149_000000006636	5201	0.6112567431909058	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.976559715814516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	88.785	54.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
SPA0019_000000005082	5179	0.6112567431909058	4	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9791080575054526		0	0	False	False	0.999034583568573	0					non-mobilizable	no_good_hit	1712.0	88.785	55.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0124_000000003255	5144	0.6112567431909058	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9753355862786389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	88.785	55.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
FIJ0106_000000004299	5637	0.6112559594528921	6	6	6	4	4	False	121162	maximal	True	FIJ0106_000000004299	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	92.809	18.0	0.0002910983467795043	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0143_000000010330	3044	0.6112520392305415	3	3	3	3	3	False	31154	maximal	True	ISR0143_000000010330	1.0		112	11	False	False	1.0	0					non-mobilizable	other	3044.0	97.7	100.0	0.005327931281417373	NZ_PKIB01000001.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.1, whole genome shotgun sequence	False	False
ISR0052_000000024643	1505	0.6112492277159515	3	3	3	2	2	False	105476	fragment	False	MON0066_000000019868	0.8613180955967421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.211	85.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0126_000000034720	1427	0.6112492277159515	3	3	3	2	2	False	105476	fragment	False	MON0066_000000019868	0.7721767371958749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	83.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
DEN0071_000000030599	1424	0.6112492277159515	3	3	3	2	2	False	105476	fragment	False	MON0066_000000019868	0.773076295922441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	84.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0166_000000020936	1422	0.6112492277159515	3	3	3	2	2	False	105476	fragment	False	MON0066_000000019868	0.5474417945017145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	78.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0207_000000001287	11542	0.6112442371233289	11	5	5	4	3	False	53916	fragment	False	ENG0207_000000001287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.061634674373784e-07	LR877220.1	rodents	Acomys russatus genome assembly, chromosome: 9	True	False
DEN0041_000000008335	4000	0.6112410265977809	2	2	2	2	2	False	73142	maximal	True	DEN0041_000000008335	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	72.727	10.0	0.0001439560087168326	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0077_000000009789	3164	0.6112360564561105	4	3	3	2	1	True	79409	maximal	True	ISR0077_000000009789	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	88.348	27.0	0.0014691780520634473	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0024_000000018190	1404	0.6112343535992563	3	3	2	2	2	False	84936	fragment	False	ENG0024_000000018190	0.9529549163323137		0	0	False	False	0.997863233089447	0					non-mobilizable	no_good_hit	221.0	72.851	16.0	0.01464039940628795	NZ_QQNA01000109.1	high GC Gram+	Streptomyces corynorhini strain AC230 Contig_109, whole genome shotgun sequence	True	False
ISR0328_000000026230	1109	0.6112307368563622	2	2	2	2	1	False	70882	fragment	False	ISR0365_000000013508	0.5237964423050211		0	0	False	False	1.0	0					non-mobilizable	chromosome	1109.0	94.68	100.0	0.00036756080657381827	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0088_000000001804	2459	0.6112261930010199	3	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.9674838396326246		0	0	False	False	0.9979666471481323	0					non-mobilizable	other	2399.0	99.5	98.0	0.04585787500956169	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0064_000000010920	1967	0.6112202184960815	3	2	2	2	2	False	62481	fragment	False	ISR0064_000000010920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	72.297	66.0	0.0003687508232312451	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0365_000000010227	1637	0.6112202184960815	3	2	2	2	2	False	62478	fragment	False	ISR0365_000000010227	0.972997767841152		0	0	False	False	0.9938912391662598	0					non-mobilizable	no_good_hit	1343.0	72.524	80.0	0.0003718734245057206	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0051_000000015109	1624	0.6112202184960815	3	2	2	2	2	False	62478	fragment	False	ISR0365_000000010227	0.9683195238407888		0	0	False	False	0.9987684488296509	0					non-mobilizable	no_good_hit	1341.0	72.483	81.0	0.0003718734245057206	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AST0104_000000015501	2198	0.6112194652039411	3	3	3	3	3	False	107884	maximal	True	AST0104_000000015501	1.0		1	1	False	False	0.9968152642250061	0					non-mobilizable	other	2225.0	76.225	99.0	0.00850880896039163	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0118_000000011241	1310	0.6112181404402087	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.12004997802657623	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1321.0	84.103	99.0	0.015526042158994233	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
DEN0064_000000005191	6142	0.6112171446074479	9	5	2	5	3	False	71349	maximal	True	DEN0064_000000005191	1.0		1	1	False	False	0.9998371601104736	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000021090	2202	0.6112166715114877	3	3	3	3	2	False	111716	fragment	False	CHI0186_000000008050	0.7352812528843233		0	0	False	False	1.0	0					non-mobilizable	other	2200.0	99.227	99.0	0.0006574087333416842	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0125_000000006855	2191	0.6112166715114877	3	3	3	3	2	False	111716	fragment	False	CHI0186_000000008050	0.7344299900570582		0	0	False	False	0.9995436072349548	0					non-mobilizable	other	2208.0	85.32600000000001	100.0	0.004771899255504515	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0037_000000003378	6822	0.6112165439853965	9	7	4	5	6	True	80809	fragment	False	SPA0037_000000003378	1.0		0	0	False	False	0.9998534321784973	0					non-mobilizable	other	6736.0	99.97	99.0	0.14729682442480974	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0133_000000030682	1275	0.6112165001827085	2	2	2	2	2	False	58798	fragment	False	FIJ0025_000000014075	0.6392457151154742		0	0	False	False	0.9890196323394775	0					non-mobilizable	no_good_hit	1075.0	69.953	82.0	0.000336008107923875	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
MAD0063_000000000410	17633	0.6112163321741403	20	11	8	11	6	False	16741	maximal	True	MAD0063_000000000410	1.0		1	1	False	False	0.9993761777877808	0					non-mobilizable	no_good_hit	494.0	88.866	3.0	0.0002204063861060141	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	True	False
ISR0028_000000004947	3590	0.6112134917681897	4	2	0	1	1	False	37204	maximal	True	ISR0028_000000004947	1.0		1	1	True	True	0.9994428753852844	8	rep_cluster_1977				non-mobilizable	no_good_hit	1435.0	91.08	58.0	0.22372988324392554	CP046153.1	firmicutes	Leuconostoc citreum strain WiKim0101 plasmid unnamed4	True	True
FIJ0115_000000021127	1113	0.6112132864503137	3	1	1	1	1	False	41698	maximal	True	FIJ0115_000000021127	1.0		4	3	False	False	0.9487870335578918	0					non-mobilizable	no_good_hit	176.0	100.0	16.0	5.6405705936748896e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0140_000000009564	2620	0.6112059861393383	3	3	3	3	2	False	131578	fragment	False	USA0052_01_000000005758	0.8218915072274856		0	0	False	False	1.0	0					non-mobilizable	chromosome	2087.0	97.652	100.0	0.00032153225688361873	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0155_000000008731	2528	0.6112042388755281	3	3	3	2	2	False	64042	maximal	True	ENG0155_000000008731	1.0		24	8	False	False	0.980617105960846	0					non-mobilizable	no_good_hit	647.0	80.52600000000001	30.0	0.00020276612030013165	NZ_CP007032.1	firmicutes	Desulfitobacterium metallireducens DSM 15288 chromosome, complete genome	True	False
MON0079_000000005284	4331	0.611201917093433	4	3	2	3	3	True	10113	maximal	True	MON0079_000000005284	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1492.0	99.196	66.0	0.0002867623130852086	CP027851.1	enterobacteria	Escherichia coli strain C4435 chromosome	True	True
FIJ0045_000000008314	2748	0.6112015187933048	4	4	4	4	4	False	91843	fragment	False	CHI0092_000000003353	0.9674102474729871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1900.0	98.52600000000001	69.0	0.047508197541988935	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0069_01_000000029591	2070	0.6111967365879816	2	2	2	1	1	False	93399	fragment	False	USA0069_01_000000029591	1.0		0	0	False	False	0.9859903454780579	0					non-mobilizable	other	2070.0	98.01899999999999	100.0	0.0005745594303836135	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0031_01_000000004943	6138	0.6111956367744448	6	6	6	6	6	False	93640	maximal	True	USA0031_01_000000004943	1.0		45	9	False	False	1.0	0					non-mobilizable	other	6138.0	99.609	100.0	0.0018482367815081154	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0090_000000006776	1922	0.6111952575163528	3	3	2	3	1	False	83806	maximal	True	CHI0090_000000006776	1.0		308	14	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	96.03399999999999	79.0	0.0005089303475637484	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0109_000000007872	1803	0.6111932566479682	3	3	3	3	3	False	14586	fragment	False	MAD0109_000000007872	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1803.0	99.77799999999999	100.0	0.000381623454128522	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ISR0153_000000024396	1209	0.6111897385769887	1	1	1	1	1	False	58389	fragment	False	ISR0127_000000022307	0.9712424227960478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0077_000000006499	4521	0.6111842478975429	4	3	2	2	1	True	101046	fragment	False	FIJ0077_000000006499	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4545.0	93.399	99.0	0.0009205334383669972	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ENG0152_000000011353	2113	0.6111782935340018	3	3	3	3	2	False	57038	fragment	False	ENG0152_000000011353	1.0		0	0	False	False	0.9966871738433838	0					non-mobilizable	other	2098.0	98.85600000000001	99.0	0.006997652981848168	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
FIJ0099_000000018040	1225	0.6111746571302269	1	1	1	1	1	False	103866	fragment	False	ENG0047_000000012628	0.45636727874251587		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	99.67299999999999	100.0	0.0003309522258024307	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0018_000000005632	5841	0.6111721810854944	5	4	2	4	2	False	110860	fragment	False	DEN0018_000000005632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2856.0	94.18799999999999	65.0	0.0005417085040036091	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
MON0039_000000027443	1761	0.6111712755674469	2	2	2	2	2	False	11924	maximal	True	MON0039_000000027443	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	90.265	51.0	0.0008879294063332844	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
DEN0090_000000002853	6951	0.6111679260449411	9	6	3	5	4	False	68785	maximal	True	DEN0090_000000002853	1.0		1	1	False	False	0.9992806911468506	0					non-mobilizable	no_good_hit	569.0	83.48	8.0	0.00017106053314267715	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0050_000000004214	6025	0.6111641513150048	2	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.9476712067379804		0	0	False	False	0.9993361234664917	0					non-mobilizable	chromosome	6026.0	98.141	100.0	0.0011034515598501138	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
ENG0120_000000003448	5946	0.6111641513150048	3	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.7400790747915562		0	0	False	False	1.0	0					non-mobilizable	other	3818.0	93.74	100.0	0.03966799275166108	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	False
MON0077_000000006032	5559	0.6111641513150048	1	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.7296819811588862		0	0	False	False	0.9931642413139343	0					non-mobilizable	chromosome	5544.0	98.214	99.0	0.0010151754350621047	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
ENG0086_000000004591	5236	0.6111641513150048	1	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.5914147658481955		0	0	False	False	0.9988541007041931	0					non-mobilizable	other	3124.0	94.52600000000001	100.0	0.032471725229634874	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	False
CHI0173_000000014309	1254	0.611162856822255	3	3	2	1	2	True	77865	fragment	False	CHI0173_000000014309	1.0		0	0	False	False	0.9984050989151001	0					non-mobilizable	other	1254.0	100.0	100.0	0.006864888260657561	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ISR0153_000000007076	3738	0.6111557552934974	5	5	4	4	2	True	30685	maximal	True	ISR0153_000000007076	1.0		11	5	False	False	0.999732494354248	0					non-mobilizable	no_good_hit	1527.0	95.48100000000001	51.0	0.0005377772649368164	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0849_000000020152	1347	0.6111512943253503	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.15371612422874611		0	0	False	False	0.9918336868286133	0					non-mobilizable	other	1308.0	95.719	97.0	0.0003626750198554854	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0105_000000005114	1341	0.6111512943253503	2	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.1481602495215088		0	0	False	False	0.9947800040245056	0					non-mobilizable	other	1341.0	98.285	100.0	0.0003721167891319682	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0111_000000013254	1302	0.6111512943253503	2	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.09906227674131653		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	95.699	100.0	0.0003612865243736497	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0014_000000007379	3216	0.6111464193757749	6	5	2	5	3	False	80585	fragment	False	ISR0357_000000006367	0.6421115419027736		0	0	False	False	0.9956467747688293	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000027754	1250	0.6111441049769787	3	3	2	1	2	False	74410	fragment	False	SPA0042_000000026736	0.9629853726963897		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	95.12799999999999	100.0	0.0003324026591148189	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0366_000000011997	1668	0.6111438598962844	2	2	2	2	2	False	23623	maximal	True	ISR0366_000000011997	1.0		70	10	False	False	0.9730215668678284	0					non-mobilizable	no_good_hit	1082.0	97.32	65.0	0.010262593274726109	NZ_CYXX01000012.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0202_000000001946	5780	0.6111411507990547	8	5	3	4	3	True	128139	backbone	True	ISR0202_000000001946	0.992750421329095	PS1032	30	7	True	True	1.0	117					non-mobilizable	no_good_hit	2212.0	86.212	73.0	0.3616357365741501	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0247_000000001886	5780	0.6111411507990547	8	5	3	4	3	True	128139	backbone	False	ISR0202_000000001946	0.992750421329095	PS1032	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	2212.0	86.212	73.0	0.3616357365741501	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CAN0015_000000007265	5779	0.6111411507990547	8	5	3	4	3	True	128139	backbone	False	ISR0202_000000001946	0.9871221428238333	PS1032	0	0	True	True	0.999826967716217	179					non-mobilizable	no_good_hit	2024.0	87.055	73.0	0.33076038758416815	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0009_000000009784	3702	0.6111411507990547	6	5	3	4	3	True	128067	fragment	False	FIJ0009_000000009784	1.0		0	0	False	False	0.9962182641029358	0		MOBV			mobilizable	no_good_hit	1637.0	86.316	75.0	0.2683527672852685	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MAD0035_000000014909	1491	0.6111370452669342	2	2	1	1	0	True	18763	fragment	False	MAD0035_000000014909	1.0		0	0	False	False	0.9738430380821228	0					non-mobilizable	no_good_hit	448.0	94.42	68.0	0.011068740095087163	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
FIJ0160_000000001540	9730	0.6111365110022989	16	7	2	6	6	False	80587	maximal	True	FIJ0160_000000001540	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000014537	1447	0.6111354548642967	3	3	3	3	2	False	106782	fragment	False	ISR0018_000000014537	0.9982142857142857		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	99.654	100.0	0.00041048013117196333	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0141_000000015709	2076	0.6111354262003513	5	3	3	2	2	False	78565	fragment	False	ISR0141_000000015709	0.9699948970213419		0	0	False	False	0.9980732202529907	0					non-mobilizable	other	1555.0	99.228	97.0	0.008805573837460001	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0046_000000003725	6144	0.6111337724484586	7	4	3	3	1	True	96982	maximal	True	ISR0046_000000003725	1.0		2	1	False	False	0.9991862177848816	0					non-mobilizable	other	5687.0	94.021	94.0	0.0019270146595126135	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0126_000000015239	2434	0.6111294147443342	4	3	3	3	3	False	41145	maximal	True	FIJ0126_000000015239	1.0		5	2	False	False	0.9995891451835632	0					non-mobilizable	no_good_hit	403.0	71.712	16.0	6.502455580100318e-05	NZ_AP022601.1	high GC Gram+	Mycobacterium gallinarum strain JCM 6399	True	False
CHI0032_000000003851	1785	0.6111173546886867	3	3	2	3	2	False	88451	maximal	True	CHI0032_000000003851	1.0		21	9	False	False	0.9994397759437561	0					non-mobilizable	no_good_hit	256.0	76.172	14.0	6.679090476169189e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0192_000000004327	4594	0.6111068357804046	7	2	2	1	0	True	130331	maximal	False	ENG0085_000000004084	0.9259309482375454	PS1094	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1653.0	98.54799999999999	57.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0038_000000005780	4851	0.6111022753819461	12	3	1	3	1	True	36648	maximal	True	ISR0038_000000005780	1.0	PS81	1	1	True	True	1.0	27					non-mobilizable	no_good_hit								True	True
FIJ0061_000000008832	2779	0.611097364764485	4	3	2	3	2	False	50310	fragment	False	FIJ0061_000000008832	1.0		0	0	False	False	0.987765371799469	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003304449992656778	NZ_SPHG01000010.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_10_length_81708_cov_55.4711, whole genome shotgun sequence	True	False
ISR0340_000000004161	6031	0.6110913989318761	9	4	3	4	2	True	108901	fragment	False	SPA0128_000000004938	0.3798258133034469		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5106.0	99.902	85.0	0.0013800491507317046	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0069_000000005541	4375	0.6110913989318761	6	4	3	4	2	True	108880	fragment	False	SPA0113_000000007343	0.7667907742138035		0	0	False	False	0.9981714487075806	0					non-mobilizable	other	4378.0	99.794	100.0	0.0011834786702101627	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
CAN0006_000000007953	5649	0.6110891520151048	10	9	5	7	7	False	104842	maximal	True	CAN0006_000000007953	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	3237.0	98.363	72.0	0.1258850073912705	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	False
AST0149_000000008288	3315	0.6110865585513912	4	2	2	1	1	False	120711	maximal	True	AST0149_000000008288	1.0		107	10	False	False	0.996380090713501	0					non-mobilizable	no_good_hit	1479.0	72.684	44.0	0.000459558099270223	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0266_000000013171	1530	0.6110865585513912	3	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.7233207619913756		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	81.999	99.0	0.3874291602266873	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
SPA0047_000000028120	1378	0.6110859761727188	3	2	2	2	1	False	6652	fragment	False	SPA0047_000000028120	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	79.053	100.0	0.0003851686466612238	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0099_000000006191	4531	0.611073348299969	7	7	6	7	5	True	80930	maximal	True	MAD0099_000000006191	0.9524378356898552		3	2	False	False	0.9935996532440186	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.140730552538257e-06	NZ_JAASRO010000001.1	high GC Gram+	Kribbella shirazensis strain DSM 45490 Ga0104628_01, whole genome shotgun sequence	True	True
FIJ0072_000000000471	33530	0.6110683690383564	40	7	4	7	1	True	49825	fragment	False	FIJ0062_000000000432	0.9514356148491879		0	0	False	False	0.9997614026069641	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	9.644731493086416e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	True
FIJ0140_000000024580	1406	0.6110637581584795	3	3	3	2	2	False	67656	fragment	False	ENG0005_000000016737	0.9650578464302386		0	0	False	False	0.9807965755462646	0					non-mobilizable	other	1373.0	99.78200000000001	98.0	0.002816132415695628	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0170_000000005532	7777	0.6110619879418393	6	6	6	5	5	False	82712	fragment	False	CHI0167_000000001931	0.4745944380069525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4236.0	88.62100000000001	89.0	0.0010520377323197895	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
DEN0005_000000000885	19612	0.6110617836322306	18	10	7	7	6	False	76568	fragment	False	DEN0005_000000000885	1.0		0	0	False	False	0.9989292025566101	0					non-mobilizable	no_good_hit	877.0	80.73	6.0	0.0033593088525823954	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
AST0061_000000014488	2872	0.6110607366013431	4	2	2	1	1	False	126955	maximal	True	AST0061_000000014488	1.0		1	1	False	False	0.9986072182655334	0					non-mobilizable	no_good_hit	1136.0	95.68700000000001	50.0	0.016213127633740446	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
SPA0005_000000010874	2697	0.6110589425337187	2	2	2	2	2	False	8320	maximal	True	SPA0005_000000010874	1.0		8	5	False	False	0.9933258891105652	0					non-mobilizable	other	2608.0	93.098	97.0	0.11518070159936379	NZ_NFHM01000035.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_35, whole genome shotgun sequence	False	False
ISR0779_000000031404	1126	0.6110570130664712	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.14320364558750584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	5.0	1.1655427338084552e-05	NC_012881.1	d-proteobacteria	Desulfovibrio salexigens DSM 2638, complete genome	True	False
ISR0141_000000019691	1593	0.6110561111335425	2	2	1	2	1	False	110545	fragment	False	ISR0141_000000019691	0.9951953875720692		0	0	False	False	0.9767733812332153	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000021441	1237	0.6110497168188145	2	1	1	1	1	False	8067	maximal	True	SPA0010_000000021441	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000014959	2099	0.6110329491914858	4	3	3	3	2	False	60771	maximal	True	ENG0097_000000014959	1.0		7	3	False	False	0.9966650605201721	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.40083609091192e-06	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
FIJ0163_000000004316	5748	0.6110319652746554	7	7	7	6	7	False	39180	maximal	True	FIJ0163_000000004316	1.0		8	4	False	False	1.0	0					non-mobilizable	chromosome	5748.0	99.478	100.0	0.0012440155966263735	CP047570.1	enterobacteria	Enterobacter hormaechei strain F2 chromosome, complete genome	False	False
MAD0038_000000000158	37435	0.6110296874540412	53	17	6	13	10	False	63069	maximal	True	MAD0038_000000000158	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	78.118	4.0	0.0025330667908097597	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	True	False
ENG0054_000000014344	1872	0.6110288426333267	2	2	2	2	1	False	63756	fragment	False	ISR0168_000000012800	0.6433553597650513		0	0	False	False	1.0	0					non-mobilizable	other	1855.0	98.059	99.0	0.010238304408603932	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
ISR0333_000000012502	1850	0.6110288426333267	2	2	2	2	1	False	56991	maximal	True	ISR0333_000000012502	1.0		0	0	False	False	0.9524324536323547	0					non-mobilizable	no_good_hit	1524.0	98.031	82.0	0.008414969030924873	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	True	False
ISR0115_000000030149	1219	0.6110269214636705	1	1	1	1	1	False	32439	fragment	False	ISR0115_000000030149	0.9959202175883952		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	74.88	100.0	0.0005182253153913342	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	False	False
MON0074_000000007705	2482	0.6110227351333511	3	1	1	1	1	False	29228	maximal	True	MON0074_000000007705	1.0		14	3	False	False	0.975020170211792	0					non-mobilizable	other	2409.0	98.04899999999999	97.0	0.002185760551931816	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0189_000000008057	1891	0.6110227351333511	3	1	1	1	1	False	29227	fragment	False	ISR0189_000000008057	1.0		0	0	False	False	0.9947118163108826	0					non-mobilizable	other	1789.0	96.59	95.0	0.0016220452681557237	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0097_000000023341	1581	0.6110227351333511	2	1	1	1	1	False	28120	fragment	False	MON0097_000000023341	0.9648337595907928		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	96.839	100.0	0.00143383710083048	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0021_000000020538	1471	0.6110227351333511	2	1	1	1	1	False	28122	maximal	True	MON0021_000000020538	1.0		11	2	False	False	0.9768864512443542	0					non-mobilizable	no_good_hit	1308.0	98.54700000000001	89.0	0.0011883481869279882	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0126_000000037344	1332	0.6110209918227605	2	2	1	2	1	False	31940	maximal	True	ISR0126_000000037344	1.0		1	1	False	False	0.9954954981803894	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.015472779369627506	XM_019789031.1	lancelets	PREDICTED: Branchiostoma belcheri CMP-N-acetylneuraminate-beta-galactosamide-alpha-2,3-sialyltransferase 1-like (LOC109485424), mRNA	True	False
ENG0035_000000002332	9725	0.6110167727130659	14	12	6	8	7	True	65427	maximal	True	ENG0035_000000002332	1.0		1	1	False	False	0.9975321292877197	0					non-mobilizable	no_good_hit	353.0	82.15299999999999	4.0	0.0001552963415662707	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
FIJ0098_000000016615	1440	0.6110166947934473	3	2	2	1	1	False	93818	fragment	False	ISR0180_000000017023	0.702515499013049		0	0	False	False	0.9937499761581421	0					non-mobilizable	no_good_hit	792.0	91.162	55.0	0.02445668998823602	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
CAN0013_000000016929	1367	0.6110166947934473	3	2	2	1	1	False	93818	fragment	False	ISR0180_000000017023	0.9252155113873682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	91.03399999999999	59.0	0.024828184013373784	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
MAD0098_000000004939	7754	0.6110140273779968	8	5	3	4	3	False	67374	maximal	True	MAD0098_000000004939	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1959.0	98.162	35.0	0.0007132852102606697	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
MON0056_000000004775	3402	0.6110139375889747	7	6	3	6	4	False	125470	maximal	True	MON0056_000000004775	1.0		47	10	False	False	0.9970605373382568	0					non-mobilizable	no_good_hit	1267.0	84.68799999999999	37.0	0.00035317695675553696	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0036_000000017257	1766	0.6110126940296806	2	2	2	1	1	False	18723	maximal	True	MAD0036_000000017257	1.0		16	6	False	False	0.9830124378204346	0					non-mobilizable	no_good_hit								True	False
ISR0802_000000003361	3972	0.6110106702886485	6	5	2	4	4	False	76094	fragment	False	ISR0802_000000003361	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3945.0	95.412	99.0	0.39556135770234985	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	False	False
DEN0021_000000002575	10547	0.6110081788024827	9	7	7	7	7	True	74881	maximal	True	DEN0021_000000002575	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	5406.0	91.15799999999999	51.0	0.0032511108112536504	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
FIJ0139_000000012499	2073	0.6110074882387835	3	3	2	2	2	True	75047	fragment	False	FIJ0139_000000012499	1.0		0	0	False	False	0.9990352392196655	0					non-mobilizable	no_good_hit	505.0	72.079	24.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CHI0055_000000005703	2784	0.6110048813370026	4	4	4	4	1	False	86245	maximal	True	CHI0055_000000005703	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1545.0	75.21	62.0	0.0005478392115112618	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ENG0106_000000015797	1322	0.6109993709671815	2	2	2	2	1	False	60052	maximal	True	ENG0106_000000015797	1.0		3	3	False	False	0.9894099831581116	0					non-mobilizable	no_good_hit	280.0	75.714	21.0	0.0018774195758676213	NZ_CZBD01000010.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
AST0025_000000029821	1299	0.6109952433488269	3	3	3	3	1	True	119850	maximal	True	AST0025_000000029821	1.0		6	4	False	False	0.9769052863121033	0					non-mobilizable	no_good_hit	329.0	75.07600000000001	25.0	8.519784701885107e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0263_000000005571	2424	0.6109931433936271	4	2	2	2	2	True	57390	fragment	False	ISR0263_000000005571	1.0		0	0	False	False	0.9900990128517151	0					non-mobilizable	no_good_hit	750.0	78.133	31.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0045_000000001030	15909	0.6109892725876616	15	9	2	5	7	False	17919	maximal	True	MAD0045_000000001030	1.0		2	1	False	False	0.99528568983078	0					non-mobilizable	no_good_hit	87.0	96.552	1.0	0.00016855738398940048	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	True	False
MAD0039_000000008884	1647	0.610987897632042	3	3	3	3	3	False	68021	fragment	False	MAD0039_000000008884	1.0		0	0	False	False	0.9872495532035828	0					non-mobilizable	chromosome	1634.0	99.51	99.0	0.0009044360567031008	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
SPA0096_000000028171	1496	0.6109834630242358	2	2	2	2	1	False	5159	maximal	True	SPA0096_000000028171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	88.304	11.0	0.0006135633594398528	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
AST0046_000000010384	1630	0.6109779533362442	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.07814269033751002		0	0	False	False	0.9981595277786255	0					non-mobilizable	chromosome	1630.0	98.65	100.0	0.0005748288481509672	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0014_000000012729	2872	0.6109722986238322	6	1	1	1	1	False	38043	fragment	False	ISR0014_000000012729	1.0		0	0	False	False	0.9951253533363342	0					non-mobilizable	no_good_hit								True	False
ISR0390_000000005383	2417	0.6109720292536369	3	3	3	3	2	False	22877	fragment	False	ISR0390_000000005383	1.0		0	0	False	False	0.9933802485466003	0					non-mobilizable	no_good_hit	1391.0	99.78399999999999	58.0	0.0003719633371083104	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0382_000000006366	2198	0.6109618186788695	3	3	3	3	1	False	83783	fragment	False	ISR0382_000000006366	1.0		0	0	False	False	0.995905339717865	0					non-mobilizable	no_good_hit	315.0	74.921	14.0	0.0001516003524102761	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
ENG0073_000000002408	10315	0.6109566073641967	11	10	3	10	5	False	76692	fragment	False	ENG0073_000000002408	1.0		0	0	False	False	0.9979641437530518	0					non-mobilizable	no_good_hit	501.0	73.054	5.0	0.00011045375164473943	CP018335.1	firmicutes	Clostridium kluyveri strain JZZ, complete genome	True	False
FIJ0037_000000015521	1992	0.6109560817013227	3	3	3	3	3	False	47785	maximal	True	FIJ0037_000000015521	1.0		246	13	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	78.012	69.0	0.00666411755066368	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
DEN0089_000000009622	1995	0.6109556548020466	2	2	2	2	0	True	106424	maximal	True	DEN0089_000000009622	1.0		136	10	False	False	1.0	0					non-mobilizable	other	1995.0	99.148	100.0	0.00034595402232642737	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0107_000000018992	1724	0.6109556548020466	2	2	2	2	0	True	32068	maximal	True	SPA0107_000000018992	1.0		43	8	False	False	1.0	0					non-mobilizable	no_good_hit	1539.0	98.83	89.0	0.0002663601604793785	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
ENG0011_000000016167	1743	0.6109526056901141	4	2	0	0	2	False	67159	fragment	False	ENG0011_000000016167	0.9906718800513687		0	0	False	False	1.0	0					non-mobilizable	other	1743.0	100.0	100.0	0.0007881033492130277	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	False	False
SPA0127_000000018505	1585	0.6109526056901141	4	2	0	0	2	False	67159	fragment	False	ENG0011_000000016167	0.9680098031724245		0	0	False	False	0.9993690848350525	0					non-mobilizable	other	1585.0	100.0	100.0	0.0007166221039916394	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	False	False
MON0020_000000014360	1501	0.6109526056901141	3	2	0	0	2	False	67159	fragment	False	ENG0011_000000016167	0.7158438062939251		0	0	False	False	0.9427048563957214	0					non-mobilizable	other	1446.0	100.0	96.0	0.0006537367047145953	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	False	False
ISR0090_000000020689	1492	0.6109526056901141	4	2	0	0	2	False	67159	fragment	False	ENG0011_000000016167	0.7215159399517042		0	0	False	False	0.9912868738174438	0					non-mobilizable	other	1492.0	99.93299999999999	100.0	0.000674547700158797	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	False	False
ENG0195_000000008136	2959	0.6109508991735627	2	2	2	2	1	False	54473	maximal	True	ENG0195_000000008136	1.0		8	4	False	False	0.9993240833282471	0					non-mobilizable	other	2962.0	92.134	99.0	0.027070384833984197	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0048_000000011220	3402	0.6109507186511912	2	2	2	2	2	False	11416	maximal	True	MON0048_000000011220	0.998394541440899		5	1	False	False	0.9879482388496399	0					non-mobilizable	no_good_hit	1511.0	77.101	44.0	0.0005307198205150734	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0122_000000005446	2543	0.6109504785180873	3	3	3	3	2	False	81766	maximal	True	CHI0122_000000005446	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2428.0	85.87299999999999	99.0	0.0007574198302787009	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0039_01_000000005610	4101	0.6109481496366873	7	7	6	6	5	False	114373	maximal	True	USA0039_01_000000005610	1.0		123	9	False	False	0.9982931017875671	0					non-mobilizable	no_good_hit	2049.0	82.04	50.0	0.000589619052174329	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0137_000000017563	2089	0.6109476479725503	3	3	2	3	1	False	3564	maximal	True	SPA0137_000000017563	1.0		0	0	False	False	0.9985638856887817	0					non-mobilizable	no_good_hit	1018.0	88.212	71.0	0.0002815868837162804	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0052_000000018165	1490	0.6109461018713699	1	1	1	1	1	False	6517	fragment	False	SPA0052_000000018165	1.0		0	0	False	False	0.9993288516998291	0					non-mobilizable	chromosome	1490.0	99.664	100.0	0.00042353235656361377	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0033_000000003494	4973	0.6109355081068674	1	1	1	1	1	False	18898	maximal	False	MON0068_000000007762	0.9617803104735705		0	0	False	False	1.0	0					non-mobilizable	other	4939.0	93.23700000000001	100.0	0.37355321885165294	NZ_JADU01000042.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00038.38_C, whole genome shotgun sequence	False	False
MON0103_000000039683	1447	0.6109322915396979	3	2	2	2	1	False	8862	maximal	True	MON0103_000000039683	1.0		3	3	False	False	0.9536973237991333	0					non-mobilizable	no_good_hit	583.0	71.69800000000001	39.0	0.00017407216224730172	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0108_01_000000007775	1293	0.6109266129227794	2	2	2	2	2	False	83419	fragment	False	CHI0097_000000005649	0.979182156133829		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	99.845	100.0	0.0004430646493736568	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
SPA0011_000000006168	3243	0.6109233671389346	2	2	2	2	2	False	8047	maximal	True	SPA0011_000000006168	1.0		4	2	False	False	1.0	0					non-mobilizable	other	2850.0	98.70200000000001	95.0	0.04286838362134189	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MON0028_000000014922	1738	0.6109227228175486	2	2	2	2	1	False	91235	fragment	False	MON0028_000000014922	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1738.0	97.296	100.0	0.0005229774367000094	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0126_000000038304	1301	0.6109216567466924	4	3	2	2	0	False	31938	maximal	True	ISR0126_000000038304	1.0		29	8	False	False	0.9984627366065979	0					non-mobilizable	no_good_hit								True	False
ISR0328_000000011990	2366	0.6109167952389968	4	2	2	2	2	False	112453	fragment	False	ISR0328_000000011990	0.8339292855947501		0	0	False	False	1.0	0					non-mobilizable	other	2364.0	96.743	99.0	0.007488274813030802	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0059_000000013593	2843	0.6109166687092351	4	4	3	4	3	False	10948	maximal	True	MON0059_000000013593	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	100.0	2.0	0.00011169248481411793	LN591051.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001346	True	False
FIJ0109_000000010867	2409	0.6109111629233434	2	1	1	1	1	False	42154	fragment	False	ISR0349_000000004182	0.9917423616845582		0	0	False	False	0.9991697669029236	0					non-mobilizable	other	2409.0	99.958	100.0	0.0008390296524507819	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
SPA0145_000000027113	1278	0.6108988890413667	2	2	2	2	1	False	3356	maximal	True	SPA0145_000000027113	1.0		29	5	False	False	0.9898278713226318	0					non-mobilizable	no_good_hit	1020.0	98.824	80.0	0.007140154434743613	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
SPA0116_000000014228	2779	0.6108981099907312	4	4	3	4	3	False	119880	fragment	False	AST0148_000000010354	0.48499460761948804		0	0	False	False	1.0	0					non-mobilizable	other	2779.0	99.928	100.0	0.007279206571724292	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ENG0105_000000004480	4441	0.6108918153694886	2	2	1	2	1	False	60185	maximal	True	ENG0105_000000004480	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	91.139	2.0	2.378545519414878e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
AST0089_000000007763	2768	0.6108899212219318	4	4	3	4	2	False	114391	maximal	True	AST0089_000000007763	1.0		0	0	False	False	0.9989162087440491	0					non-mobilizable	no_good_hit	1779.0	81.675	64.0	0.03613077458161136	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
SPA0101_000000026227	1555	0.6108774282777371	2	2	2	2	1	False	20756	maximal	True	SPA0101_000000026227	1.0		1	1	False	False	0.9852089881896973	0					non-mobilizable	no_good_hit	312.0	100.0	20.0	0.0038265620001476488	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	False
ISR0188_000000017295	1187	0.6108675949694076	2	2	2	1	1	False	29244	fragment	False	ISR0188_000000017295	1.0		0	0	False	False	0.9797809720039368	0					non-mobilizable	other	1187.0	99.32600000000001	100.0	0.0018967866578811006	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
SPA0131_000000013654	1941	0.610867168355309	2	2	2	2	2	False	3767	maximal	True	SPA0131_000000013654	1.0		1081	13	False	False	1.0	0					non-mobilizable	other	1941.0	99.948	100.0	0.05178304505658766	GU942953.1		Uncultured organism clone 10 genomic sequence	False	False
SPA0112_000000018588	1790	0.6108632083025357	3	1	1	1	1	False	30848	maximal	True	SPA0112_000000018588	1.0		29	6	False	False	0.9960893988609314	0					non-mobilizable	no_good_hit	72.0	93.056	4.0	2.6696862088968435e-05	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	True	False
ISR0323_000000012158	1753	0.6108630140138714	3	3	3	3	1	True	106773	fragment	False	ISR0323_000000012158	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	95.40799999999999	91.0	0.004768523818089647	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ISR0046_000000012865	2496	0.6108586624697001	4	4	4	3	3	False	106609	fragment	False	ENG0027_000000009711	0.8776741662610248		0	0	False	False	1.0	0					non-mobilizable	other	2273.0	95.469	91.0	0.008914603756082606	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0386_000000010888	3104	0.6108571450145591	4	4	3	3	4	False	58935	maximal	True	ISR0386_000000010888	1.0		205	12	False	False	0.9964562058448792	0					non-mobilizable	other	3104.0	99.90299999999999	100.0	0.008130805612692756	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
CHI0006_000000010478	1475	0.6108565594915889	2	2	2	2	1	False	90585	fragment	False	SPA0018_000000018879	0.9646910466582598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	93.515	85.0	0.009170834664863218	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	True	False
ISR0847_000000003394	6416	0.6108481029404567	7	7	7	7	5	False	105073	maximal	True	ISR0847_000000003394	0.9915037966156736		27	7	False	False	1.0	0					non-mobilizable	other	6416.0	99.829	100.0	0.006881437603650648	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
MON0100_000000040060	1144	0.6108478143006271	1	1	1	1	1	False	14166	fragment	False	MON0084_000000031665	0.9222601758297138		0	0	False	False	0.9886363744735718	0					non-mobilizable	other	1144.0	94.755	100.0	0.0394677725937446	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
ISR0820_000000008284	2691	0.6108434884335052	4	4	4	4	4	False	40278	fragment	False	ISR0820_000000008284	1.0		0	0	False	False	0.9959123134613037	0					non-mobilizable	no_good_hit	306.0	72.54899999999999	11.0	5.391935413357427e-05	NZ_CP009450.1	enterobacteria	Pluralibacter gergoviae strain FB2 chromosome, complete genome	True	False
ISR0034_000000007704	2661	0.6108391317341522	2	2	2	2	2	False	52312	maximal	True	ISR0034_000000007704	1.0		143	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0015_000000014176	1817	0.6108374443497726	3	2	2	2	2	False	37972	maximal	False	ISR0281_000000009509	0.9792676359719978		0	0	False	False	0.9867914319038391	0					non-mobilizable	no_good_hit	262.0	74.809	14.0	0.0019496031440240425	NZ_BJNG01000037.1	high GC Gram+	Pseudonocardia hydrocarbonoxydans strain NBRC 14498 sequence37, whole genome shotgun sequence	True	False
FIJ0094_000000003309	5340	0.6108317874099465	5	5	5	5	5	False	49483	maximal	True	FIJ0094_000000003309	1.0		466	14	False	False	0.9996254444122314	0					non-mobilizable	other	2630.0	92.167	98.0	0.0007897350699275328	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0126_000000041845	1192	0.6108303076668173	3	2	1	2	1	False	31931	fragment	False	ISR0126_000000041845	1.0		0	0	False	False	0.9983221292495728	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	5.86116710206315e-06	NZ_CP033433.1	firmicutes	Cohnella candidum strain 18JY8-7 chromosome, complete genome	True	False
ENG0168_000000004843	5853	0.6108273738491424	5	4	1	4	0	True	129139	fragment	False	ENG0168_000000004843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1218.0	89.984	21.0	0.0025384903301082936	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0049_000000005928	4693	0.6108273738491424	4	4	1	4	0	True	129138	fragment	False	ISR0049_000000005928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	82.723	12.0	0.0011939686808005235	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0139_000000005863	4315	0.6108273738491424	6	4	1	4	0	True	129133	fragment	False	SPA0139_000000005863	0.9531548757170172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0186_000000005931	4184	0.6108273738491424	4	4	1	4	0	True	129133	fragment	False	SPA0139_000000005863	0.9396292004634994		0	0	False	False	0.9918738007545471	0					non-mobilizable	no_good_hit	790.0	74.17699999999999	19.0	0.0016414455594192837	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0112_000000003551	7074	0.6108207365836248	5	4	4	3	2	True	122827	maximal	True	ENG0112_000000003551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3974.0	96.729	56.0	0.04312574720139115	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0004_000000006828	1168	0.610818855871193	2	2	1	2	1	False	90812	fragment	False	ISR0047_000000024761	0.9768308521156696		0	0	False	False	0.994006872177124	0					non-mobilizable	other	1168.0	100.0	100.0	0.00021975890546130068	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
MON0079_000000012741	1791	0.6108187476757353	2	2	2	2	1	True	77944	maximal	False	MON0069_000000026664	0.947834991627804		0	0	False	False	0.9949748516082764	0					non-mobilizable	chromosome	1791.0	98.381	100.0	0.00027244323439737383	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ENG0020_000000009203	2147	0.6108059646770558	3	2	2	2	2	False	105934	maximal	False	AST0118_000000011583	0.5582897408396437		0	0	False	False	0.9981369376182556	0					non-mobilizable	other	2147.0	98.23	100.0	0.011857205213634129	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
MAD0040_000000024673	1387	0.6108055153983516	2	2	2	2	2	False	25050	fragment	False	ISR0320_000000018317	0.9729916897506925		0	0	False	False	0.9927902221679688	0					non-mobilizable	chromosome	1387.0	98.27	100.0	0.00038791463974736847	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0380_000000009627	1288	0.6107998561492836	2	2	2	2	2	False	41456	fragment	False	FIJ0121_000000019626	0.9626239511823036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	74.067	82.0	0.004947421973087891	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0049_000000005872	4740	0.6107962370615231	6	4	3	4	2	True	71329	fragment	False	USA0003_01_000000008693	0.9649234225951857		0	0	False	False	0.9936708807945251	0					non-mobilizable	no_good_hit								True	True
FIJ0144_000000027241	1178	0.6107840361684678	2	2	2	2	1	False	40037	fragment	False	FIJ0144_000000027241	1.0		0	0	False	False	0.9983022212982178	0					non-mobilizable	other	1173.0	83.71700000000001	99.0	0.0005844824655260343	NZ_LT635494.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	False	False
MON0102_000000021193	2133	0.6107815905768621	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.35179508621517636		0	0	False	False	1.0	0					non-mobilizable	chromosome	2138.0	91.67399999999999	100.0	0.000716272341015646	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0083_000000017568	2133	0.6107815905768621	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.35151639439021737		0	0	False	False	1.0	0					non-mobilizable	chromosome	2138.0	91.67399999999999	100.0	0.000716272341015646	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0095_000000014703	2097	0.6107815905768621	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.37023654312800447		0	0	False	False	1.0	0					non-mobilizable	chromosome	2103.0	91.916	100.0	0.0007041549517879377	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0009_000000017629	2097	0.6107815905768621	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.36032712594914323		0	0	False	False	1.0	0					non-mobilizable	chromosome	2102.0	91.62700000000001	100.0	0.0007041549517879377	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0085_000000013216	2097	0.6107815905768621	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.31320357688527545		0	0	False	False	0.9995231032371521	0					non-mobilizable	other	2101.0	91.385	100.0	0.0006508176596820949	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0005_000000025751	2094	0.6107815905768621	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3688179021662223		0	0	False	False	1.0	0					non-mobilizable	chromosome	2100.0	91.667	100.0	0.0007031451693522953	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0046_000000020122	1625	0.6107767264110336	2	2	2	2	2	False	6718	fragment	False	SPA0046_000000020122	1.0		0	0	False	False	0.9895384907722473	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.4111693342975654e-06	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	True	False
MON0106_000000001485	16168	0.6107692275986752	14	9	8	8	4	False	119552	maximal	True	MON0106_000000001485	1.0		1	1	False	False	0.9943715929985046	0					non-mobilizable	no_good_hit	4909.0	97.006	76.0	0.03943168203783962	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0014_000000001777	3518	0.6107689739883558	6	5	4	4	2	False	90557	maximal	True	CHI0014_000000001777	1.0		2	2	False	False	0.9985787272453308	0					non-mobilizable	no_good_hit	2616.0	95.031	85.0	0.03987167736021998	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0187_000000006937	2407	0.6107686459818018	2	2	2	2	2	True	77082	fragment	False	CHI0187_000000006937	1.0		0	0	False	False	1.0	0		MOBF	MPF_T		conjugative	plasmid	2407.0	99.709	100.0	0.028423925242477582	CP043863.1	enterobacteria	Klebsiella pneumoniae strain MRK9 plasmid unnamed4	False	True
ISR0162_000000004075	8017	0.6107627503592027	11	10	7	7	9	False	106092	maximal	True	ISR0162_000000004075	1.0		3	2	False	False	0.9983784556388855	0					non-mobilizable	chromosome	3284.0	97.594	92.0	0.0011523478340323915	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MAD0102_000000000966	13137	0.610761231061709	10	10	10	9	8	False	119586	maximal	True	MAD0102_000000000966	1.0		13	1	False	False	0.9999238848686218	0					non-mobilizable	no_good_hit	2533.0	77.57600000000001	28.0	0.023387622149837133	NZ_CABMLE010000010.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	False
FIJ0163_000000000908	21900	0.6107596878129555	38	7	6	6	6	False	40840	fragment	False	FIJ0163_000000000908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3138.0	90.758	59.0	0.0008476594999106375	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0088_000000019803	1622	0.6107588703759793	2	2	2	2	1	False	93381	fragment	False	MON0088_000000019803	0.9659558247388695		0	0	False	False	1.0	0					non-mobilizable	other	1499.0	85.057	92.0	0.0004178945421904868	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
AST0061_000000038047	1101	0.6107507350728528	2	2	1	1	2	False	111751	fragment	False	MAD0089_000000024771	0.9579081632653061		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	99.90899999999999	100.0	0.00029274853885212233	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0817_000000006314	1943	0.6107505702084024	4	4	3	4	1	True	21375	maximal	True	ISR0817_000000006314	1.0		2	2	False	False	0.9814719557762146	0					non-mobilizable	no_good_hit	126.0	78.571	6.0	0.0021828723107013134	NZ_NHMK01000018.1	bacteria	Deinococcus indicus strain DR1 Masurca_173_len:57264, whole genome shotgun sequence	True	True
ENG0038_000000002411	8224	0.6107472684185727	8	4	3	4	4	False	82544	fragment	False	ENG0038_000000002411	1.0		0	0	False	False	0.9998784065246582	0					non-mobilizable	no_good_hit	86.0	98.837	1.0	3.713520666616279e-05	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0025_000000016337	2406	0.6107445904588971	4	3	3	3	3	False	37361	fragment	False	ISR0025_000000016337	1.0		0	0	False	False	0.9966749548912048	0					non-mobilizable	no_good_hit	1929.0	75.635	78.0	0.016993815541812316	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0040_000000015766	1558	0.6107429988552847	2	1	1	1	1	False	47475	maximal	True	FIJ0040_000000015766	1.0		50	6	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	3.0	1.352512350495931e-05	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
FIJ0047_000000007775	3874	0.6107405552916539	3	3	3	2	1	True	55540	fragment	False	ISR0236_000000002128	0.9075691293490759		0	0	False	False	1.0	0					non-mobilizable	other	3875.0	94.65799999999999	100.0	0.0188201918577445	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	True
FIJ0125_000000007951	2480	0.610739281390177	2	1	1	1	1	False	41200	maximal	True	FIJ0125_000000007951	1.0		19	3	False	False	1.0	0					non-mobilizable	other	2485.0	97.666	100.0	0.002254861135104369	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
AUS0014_000000013683	2143	0.6107375942143182	3	1	1	1	1	False	115970	maximal	True	AUS0014_000000013683	1.0		21	5	False	False	0.9986000657081604	0					non-mobilizable	other	1336.0	95.135	96.0	0.11158475426278837	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
ENG0186_000000007083	2187	0.6107342850589771	3	2	2	2	1	False	55017	maximal	True	ENG0186_000000007083	1.0		3	2	False	False	0.9789665937423706	0					non-mobilizable	no_good_hit								True	False
ENG0015_000000008282	2156	0.6107328669403	5	3	3	3	3	False	106795	fragment	False	ENG0015_000000008282	0.9892631100699134		0	0	False	False	0.997217059135437	0					non-mobilizable	chromosome	1100.0	98.273	100.0	0.00034577176604899494	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0090_000000014588	1995	0.6107328669403	5	3	3	3	3	False	106795	fragment	False	ENG0015_000000008282	0.9502632723295746		0	0	False	False	1.0	0					non-mobilizable	chromosome	1064.0	98.12	100.0	0.0003350550476846688	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0107_000000034976	1134	0.6107323930246072	3	3	3	2	2	False	121908	fragment	False	ENG0166_000000024275	0.6851041671710677		0	0	False	False	0.9338624477386475	0					non-mobilizable	no_good_hit	125.0	80.8	11.0	2.1547038509679653e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0320_000000024168	1114	0.6107297986464452	2	2	2	1	1	False	25041	fragment	False	ISR0320_000000024168	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	88.025	100.0	0.007444417690023276	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0093_000000006294	1170	0.6107297781816851	2	2	2	2	1	False	83562	maximal	True	CHI0093_000000006294	1.0		173	10	False	False	1.0	0					non-mobilizable	other	1170.0	100.0	100.0	0.07245568364943597	NZ_QRUU01000069.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf69, whole genome shotgun sequence	False	False
MAD0005_000000007685	3398	0.6107297726563437	6	1	1	1	1	False	19981	maximal	True	MAD0005_000000007685	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000017871	2239	0.6107297726563437	5	1	1	1	1	False	17859	fragment	False	MAD0045_000000017871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000006612	4383	0.6107171144236905	1	1	1	1	1	False	100940	fragment	False	USA0027_01_000000005251	0.4097539228908293		0	0	False	False	0.9993155598640442	0					non-mobilizable	other	4378.0	96.939	99.0	0.014086819359719293	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0079_000000028057	2087	0.6107117268639455	3	2	2	2	2	False	81914	fragment	False	DEN0079_000000028057	1.0		0	0	False	False	0.9990416765213013	0					non-mobilizable	no_good_hit								True	False
ENG0020_000000018154	1121	0.6107090343508411	2	2	2	2	2	False	66406	fragment	False	ENG0020_000000018154	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	100.0	100.0	0.0005496670833339468	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0835_000000009614	1551	0.6107081544977979	2	1	1	1	1	False	20948	fragment	False	ISR0835_000000009614	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	97.743	100.0	0.024718133541709857	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
CHI0140_000000003647	8308	0.6107077342982312	6	4	4	3	4	False	125526	fragment	False	CHI0140_000000003647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2259.0	82.16	41.0	0.000985522291742656	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0013_000000013441	1830	0.6106928030243004	2	1	1	1	1	False	19566	maximal	True	MAD0013_000000013441	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000007322	3973	0.6106917538998559	4	3	2	3	2	False	109207	fragment	False	ISR0060_000000007322	0.9504122383199903		0	0	False	False	0.9987415075302124	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000001983	14423	0.6106879379492437	16	8	7	6	5	True	80300	maximal	True	CHI0140_000000001983	1.0		2	2	False	False	0.9999306797981262	0					non-mobilizable	no_good_hit	648.0	79.938	4.0	0.46938775510204084	HG796596.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01771	True	True
MAD0111_000000005996	2867	0.6106864840243144	3	3	2	3	3	False	50279	fragment	False	MAD0111_000000005996	0.9859467455621301		0	0	False	False	1.0	0					non-mobilizable	chromosome	2867.0	98.535	100.0	0.0005294733708159822	CP055981.1	enterobacteria	Escherichia coli strain RHB01-C20 chromosome	False	False
ISR0208_000000013081	2092	0.6106841075077998	3	3	3	2	2	False	124979	fragment	False	ISR0208_000000013081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	83.139	85.0	0.0004366310861455311	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0081_01_000000010999	2827	0.6106825083006542	3	3	3	3	3	False	120359	maximal	True	USA0081_01_000000010999	1.0		7	4	False	False	0.9915104508399963	0					non-mobilizable	other	2798.0	95.39	99.0	0.010782679814206133	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0097_000000029742	1255	0.6106799836709381	2	1	1	1	1	True	9218	fragment	False	MON0097_000000029742	1.0		0	0	False	False	0.9418326616287231	0					non-mobilizable	no_good_hit								True	True
SPA0009_000000014594	2459	0.6106773709611377	3	3	3	3	3	False	14545	maximal	True	SPA0009_000000014594	1.0		1	1	False	False	0.9979666471481323	0					non-mobilizable	no_good_hit	315.0	74.921	13.0	4.145784695761523e-05	LN850107.1	high GC Gram+	Alloactinosynnema sp. L-07 genome assembly Alloactinosynnema sp. L-07, chromosome : I	True	False
SPA0037_000000009196	2692	0.610672636296847	5	3	3	2	1	False	94613	fragment	False	SPA0037_000000009196	0.9804182509505703		0	0	False	False	1.0	0					non-mobilizable	other	2692.0	100.0	100.0	0.02056726205489189	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0007_000000010181	2630	0.610672636296847	5	3	3	2	1	False	94613	fragment	False	SPA0037_000000009196	0.9693536404160475		0	0	False	False	1.0	0					non-mobilizable	other	2555.0	99.84299999999999	97.0	0.019520173648529874	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0010_000000006062	2148	0.610672636296847	3	3	3	2	1	False	94612	fragment	False	SPA0066_000000006227	0.6508922880815806		0	0	False	False	1.0	0					non-mobilizable	other	2112.0	99.669	98.0	0.016134333035257072	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0092_000000029245	1898	0.610672636296847	4	3	3	2	1	False	9448	fragment	False	SPA0089_000000020581	0.6401576213505283		0	0	False	False	1.0	0					non-mobilizable	other	1874.0	99.89299999999999	99.0	0.014315303540993128	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0025_000000003490	5748	0.6106646679632873	10	6	0	3	4	True	49189	fragment	False	FIJ0025_000000003490	1.0		0	0	False	False	0.9998260140419006	0					non-mobilizable	no_good_hit								True	True
FIJ0047_000000007503	3989	0.6106509435161245	4	4	4	4	4	False	94809	fragment	False	ISR0293_000000008297	0.6436189222132461		0	0	False	False	1.0	0					non-mobilizable	chromosome	4000.0	95.4	100.0	0.0011150446787543406	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0114_000000008140	4492	0.6106487504079233	4	4	3	3	3	False	95625	maximal	True	FIJ0114_000000008140	1.0		47	9	False	False	0.9984416961669922	0					non-mobilizable	no_good_hit	2268.0	79.056	50.0	0.0010027324123546273	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0085_000000018292	1625	0.6106450624700429	4	2	2	1	1	False	9779	maximal	True	MON0085_000000018292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	99.13	42.0	0.011009027722297676	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0099_000000002914	7707	0.6106399187801963	6	4	4	3	1	False	42818	maximal	True	FIJ0099_000000002914	1.0		24	9	False	False	1.0	0					non-mobilizable	chromosome	6548.0	95.75399999999999	100.0	0.0021073171737969387	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0097_000000023937	1371	0.6106397565209585	3	3	3	3	1	True	108111	maximal	True	SPA0097_000000023937	1.0		12	5	False	False	1.0	0					non-mobilizable	other	1374.0	86.31700000000001	100.0	0.00022518012359813892	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
AST0102_000000025320	1239	0.6106397565209585	3	3	3	3	1	True	108109	fragment	False	AST0102_000000025320	0.9976463665784054		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	87.90299999999999	100.0	0.005905202201939804	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	False	True
MON0081_000000042331	1225	0.6106397565209585	3	3	3	3	1	True	108109	fragment	False	AST0102_000000025320	0.9938798882356559		0	0	False	False	0.9991836547851562	0					non-mobilizable	other	1226.0	93.719	100.0	0.00042008838659653993	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ISR0279_000000020476	1133	0.6106397565209585	3	3	3	3	1	True	108109	fragment	False	AST0102_000000025320	0.9421192205695837		0	0	False	False	0.999117374420166	0					non-mobilizable	other	1134.0	93.56299999999999	100.0	0.00038853889143990183	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ENG0057_000000000782	25764	0.6106377021710078	32	29	9	14	26	True	123807	fragment	False	ENG0057_000000000782	1.0		0	0	False	False	1.0	0					non-mobilizable	other	25686.0	100.0	99.0	0.0697448346462252	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0057_000000013233	1965	0.6106374301182985	3	3	3	3	3	False	68620	fragment	False	MON0057_000000013233	1.0		0	0	False	False	0.9938931465148926	0					non-mobilizable	other	1319.0	99.242	100.0	0.0006337985838112069	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
MAD0027_000000004172	2762	0.6106367859098821	3	1	1	1	1	False	19057	maximal	True	MAD0027_000000004172	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	72.157	50.0	0.0001783299006637299	CP028524.1	firmicutes	Clostridioides difficile strain 020477 chromosome	True	False
ISR0346_000000005092	3841	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9941917612410109	PS984	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	135.0	91.852	5.0	0.0012300588535851485	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0132_000000006826	3828	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9941136380611731	PS984	0	0	True	True	0.9997387528419495	6					non-mobilizable	no_good_hit	103.0	90.291	5.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0103_000000006881	3828	0.6106363326261095	5	4	3	4	2	False	127189	backbone	True	ISR0103_000000006881	0.9942929201033254	PS984	8	5	True	True	1.0	1					non-mobilizable	no_good_hit	103.0	90.291	3.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0168_000000006868	3827	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9942822508020023	PS984	0	0	True	True	0.9997386932373047	3					non-mobilizable	no_good_hit	103.0	90.291	3.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0007_000000004909	3827	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9790426503517614	PS984	0	0	True	True	0.9997386932373047	21					non-mobilizable	no_good_hit	103.0	89.32	3.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0100_000000008173	3827	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9936965953911773	PS984	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	103.0	90.291	3.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0139_000000006799	3823	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9941387693704565	PS984	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	103.0	90.291	3.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0222_000000014669	3821	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9936579286255747	PS984	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	99.0	90.90899999999999	3.0	0.0008894271710538766	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0118_000000007542	3813	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9933120095765446	PS984	0	0	True	True	0.9997377395629883	5					non-mobilizable	no_good_hit	123.0	86.179	5.0	4.2966632979382154e-05	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	True
SPA0030_000000008029	3812	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9938159379513004	PS984	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	103.0	90.291	3.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0158_000000004114	3807	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.993756981402454	PS984	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	103.0	90.291	4.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0387_000000006220	3796	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9913322895534987	PS984	0	0	True	True	0.9997365474700928	3					non-mobilizable	no_good_hit	110.0	90.90899999999999	4.0	0.000993509074049543	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0158_000000004594	3788	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9923608578712456	PS984	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	91.139	2.0	0.0007001873474253922	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0175_000000006271	3761	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9879023191208861	PS984	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	57.0	96.491	2.0	0.00029254582782633224	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	True
ISR0079_000000007287	3760	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9865330179081548	PS984	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	61.0	96.721	2.0	0.000313441958385356	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	True
SPA0119_000000008925	3744	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9823162370940459	PS984	0	0	False	True	0.9965277910232544	0					non-mobilizable	no_good_hit	61.0	96.721	2.0	0.000313441958385356	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	True
SPA0090_000000008869	3743	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9822362339600214	PS984	0	0	False	True	0.998931348323822	0					non-mobilizable	no_good_hit	59.0	96.61	2.0	0.0003029938931058441	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	True
SPA0025_000000005554	3743	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9822362339600214	PS984	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	59.0	96.61	2.0	0.0003029938931058441	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	True
ISR0088_000000006073	3733	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9817961275677167	PS984	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	True
ISR0133_000000005064	3706	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9689319706742568	PS984	0	0	False	True	0.998650848865509	0					non-mobilizable	no_good_hit	40.0	100.0	1.0	0.00019850661943227106	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
SPA0130_000000009003	3628	0.6106363326261095	5	4	3	4	2	False	127189	backbone	False	ISR0103_000000006881	0.9544708755121252	PS984	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	2.0	2.89891172706424e-05	NZ_CP016199.1	firmicutes	Mogibacterium pumilum strain ATCC 700696 chromosome	True	True
USA0004_01_000000007501	3425	0.6106358449132224	4	2	1	2	1	False	2208	fragment	False	USA0004_01_000000007501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	73.182	6.0	0.0005139759205801592	NZ_QJKD01000005.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_105, whole genome shotgun sequence	True	False
USA0015_01_000000010584	3110	0.6106358449132224	4	2	1	2	1	False	1960	maximal	True	USA0015_01_000000010584	1.0		4	1	False	False	0.9996784329414368	0					non-mobilizable	no_good_hit	220.0	73.182	7.0	0.0005139759205801592	NZ_QJKD01000005.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_105, whole genome shotgun sequence	True	False
ISR0085_000000011818	2070	0.6106343291388592	3	3	3	3	3	False	76608	fragment	False	ISR0085_000000011818	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2069.0	99.95200000000001	99.0	0.0325003928964325	NZ_JAAIUL010000023.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_23_length_63630_cov_356.789, whole genome shotgun sequence	False	False
DEN0083_000000002449	9728	0.6106274813148835	12	8	7	8	8	False	119434	fragment	False	DEN0083_000000002449	1.0		0	0	False	False	0.9989720582962036	0					non-mobilizable	no_good_hit	3062.0	73.645	31.0	0.0010111288122232145	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0037_000000007526	1861	0.6106264538424312	3	3	3	3	3	False	87952	maximal	True	CHI0037_000000007526	1.0		2	1	False	False	0.9994626641273499	0					non-mobilizable	no_good_hit	1658.0	82.509	89.0	0.0004038080051075461	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0081_000000040832	1274	0.6106235612636685	2	2	2	2	2	False	112566	fragment	False	MON0037_000000057251	0.9493633811269618		0	0	False	False	0.9921507239341736	0					non-mobilizable	other	1275.0	86.51	100.0	0.002661860123746176	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0302_000000003037	4166	0.6106219722911156	6	6	2	4	3	True	25543	maximal	True	ISR0302_000000003037	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	88.431	38.0	0.00023755891132956446	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
USA0022_01_000000003319	2225	0.6106133052251724	5	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.8027867014507323		0	0	False	False	0.9995505809783936	0					non-mobilizable	other	2225.0	98.787	100.0	0.0019090980884983707	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MAD0005_000000016293	1851	0.6106099202238806	4	2	1	1	2	True	74233	fragment	False	MAD0005_000000016293	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	94.337	100.0	0.04228571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0098_000000033154	1377	0.6106099202238806	2	2	1	1	2	True	74230	fragment	False	MON0052_000000022249	0.859325896044566		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	94.275	100.0	0.031451428571428575	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0030_000000008954	1361	0.6106099202238806	2	2	1	1	2	True	74230	fragment	False	MON0052_000000022249	0.8558848000037634		0	0	False	False	0.9985305070877075	0					non-mobilizable	other	1364.0	94.28200000000001	100.0	0.031085714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0052_000000022249	1328	0.6106099202238806	3	2	1	1	2	True	74230	fragment	False	MON0052_000000022249	0.9114034363033281		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	96.16	100.0	0.03033142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
DEN0025_000000002275	1203	0.6106099202238806	2	2	1	1	2	True	74230	fragment	False	MON0052_000000022249	0.5018672755684496		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	94.196	100.0	0.027474285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0326_000000012031	1663	0.6106097144242615	2	1	1	1	1	False	24818	fragment	False	ISR0326_000000012031	1.0		0	0	False	False	0.9987973570823669	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.152915017238525e-06	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
SPA0041_000000014475	2357	0.6106085445121578	2	2	2	2	1	False	65293	fragment	False	SPA0041_000000014475	1.0		0	0	False	False	0.9957573413848877	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0845702190717676e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0036_000000015775	1583	0.6106085445121578	2	2	2	2	1	False	65292	fragment	False	ENG0036_000000015775	1.0		0	0	False	False	0.9854706525802612	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000012782	1966	0.610605148840744	4	2	1	2	2	False	126732	fragment	False	USA0145_01_000000008660	0.19535208929015258		0	0	False	True	1.0	0					non-mobilizable	plasmid	1968.0	96.24	100.0	0.3799033816425121	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
FIJ0121_000000015418	1676	0.610605148840744	4	2	1	2	2	False	109049	fragment	False	FIJ0159_000000016440	0.5867674835480805		0	0	False	False	0.9958233833312988	0					non-mobilizable	plasmid	1662.0	90.915	99.0	0.3207729468599034	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0083_000000009106	2747	0.610601245618973	4	4	3	3	3	False	109511	fragment	False	ISR0083_000000009106	1.0		0	0	False	False	0.9996359944343567	0					non-mobilizable	other	2757.0	97.20700000000001	100.0	0.000776736050198471	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0297_000000003230	3806	0.6105969417008323	9	4	3	4	3	False	25658	maximal	True	ISR0297_000000003230	1.0		1	1	False	False	0.9866001009941101	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.880006954913616e-07	LR812070.1	bony fishes	Danio rerio genome assembly, chromosome: 8	True	False
ISR0085_000000019506	1379	0.6105943306146118	3	3	3	3	2	False	33957	maximal	True	ISR0085_000000019506	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1066.0	99.156	77.0	0.0005746940361328757	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
ISR0120_000000012830	2537	0.6105923872490815	4	4	3	4	3	False	32281	maximal	True	ISR0120_000000012830	1.0		2	1	False	False	0.9913283586502075	0					non-mobilizable	no_good_hit	352.0	85.227	14.0	7.789292082429405e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0047_000000020985	1132	0.6105885605438239	2	2	2	2	2	False	115003	fragment	False	AST0047_000000020985	1.0		0	0	False	False	0.9991165995597839	0					non-mobilizable	other	1132.0	99.205	100.0	0.00032106018558470995	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0001_000000004788	5035	0.6105880159915609	7	7	7	5	5	False	103274	fragment	False	ENG0001_000000004788	0.8705219202481689		0	0	False	False	0.9996027946472168	0					non-mobilizable	chromosome	5035.0	99.50299999999999	100.0	0.0010047218333598784	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0150_000000011359	2054	0.6105804048919015	2	2	2	1	1	False	30814	maximal	True	ISR0150_000000011359	1.0		18	4	False	False	1.0	0					non-mobilizable	other	1807.0	88.37899999999999	92.0	0.06918093475242944	NZ_QRYH01000032.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf32, whole genome shotgun sequence	False	False
DEN0071_000000001450	17154	0.6105773236464483	16	8	3	5	2	True	79226	maximal	True	DEN0071_000000001450	1.0		2	2	False	False	0.999825119972229	0					non-mobilizable	no_good_hit	660.0	88.939	4.0	0.0003020996846318034	NZ_LS483462.1	firmicutes	Streptococcus pasteurianus strain NCTC13784 chromosome 1	True	True
ISR0232_000000003883	5481	0.6105747967292225	6	4	4	3	1	False	84611	backbone	False	MAD0092_000000002907	0.6753120861405091	PS419	0	0	False	True	0.9996351003646851	0					non-mobilizable	no_good_hit	466.0	92.91799999999999	9.0	0.0001240420419827627	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0141_000000012800	2116	0.6105739965109613	3	2	2	1	2	False	69273	maximal	False	DEN0082_000000017350	0.9277019421631723		0	0	False	False	0.996691882610321	0					non-mobilizable	no_good_hit	757.0	73.184	35.0	0.00010735238023920568	CP020370.1	g-proteobacteria	Candidatus Thiodictyon syntrophicum strain Cad16T chromosome, complete genome	True	False
SPA0047_000000022850	1699	0.6105715010911912	3	3	3	3	1	False	91006	fragment	False	USA0041_01_000000009135	0.7094773097624808		0	0	False	False	0.9970570802688599	0					non-mobilizable	no_good_hit	1227.0	90.87200000000001	72.0	0.00043226847083175865	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0081_000000002497	9029	0.6105653844061957	12	12	10	9	11	False	128471	maximal	True	ENG0081_000000002497	1.0		92	9	False	False	0.9995569586753845	0					non-mobilizable	other	5678.0	98.045	99.0	0.02176931811207267	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0771_000000003571	3115	0.6105652850486819	3	3	3	3	3	False	22523	maximal	True	ISR0771_000000003571	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	73.134	9.0	0.00012015625734037287	CP024734.1	CFB group bacteria	Prevotella intermedia strain KCOM 1944 chromosome 1, complete sequence	True	False
FIJ0082_000000020463	1535	0.6105627141945875	3	2	2	1	1	True	44168	maximal	True	FIJ0082_000000020463	1.0		1	1	False	False	0.9837133288383484	0					non-mobilizable	no_good_hit	781.0	91.54899999999999	75.0	0.029919137466307276	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
MON0056_000000017207	1169	0.6105614200512451	1	1	1	1	1	False	11057	maximal	True	MON0056_000000017207	1.0		75	10	False	False	0.9974337220191956	0					non-mobilizable	no_good_hit	175.0	93.14299999999999	15.0	0.0028798411122144987	NZ_JH379476.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1494, whole genome shotgun sequence	True	False
AUS0018_000000011345	2467	0.6105609336529289	3	3	3	3	3	False	100000	maximal	True	AUS0018_000000011345	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	84.848	3.0	7.375838137232079e-05	NZ_SNZB01000001.1	g-proteobacteria	Marinicella litoralis strain DSM 25488 Ga0215704_101, whole genome shotgun sequence	True	False
SPA0137_000000014495	2530	0.6105604431907382	3	2	0	1	2	False	95281	fragment	False	USA0065_01_000000004456	0.9417093343836156		0	0	False	False	0.991304337978363	0					non-mobilizable	chromosome	2548.0	94.62299999999999	100.0	0.49774199882191245	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
ENG0151_000000009666	2423	0.6105604431907382	3	2	0	1	2	False	59462	fragment	False	ENG0151_000000009666	1.0		0	0	False	False	0.9950474500656128	0					non-mobilizable	chromosome	2188.0	98.72	94.0	0.4294129196936972	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
ENG0116_000000011010	2165	0.6105604431907382	3	2	0	1	2	False	59461	fragment	False	ENG0116_000000011010	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1923.0	96.72399999999999	93.0	0.37738071863341843	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
ISR0146_000000028635	1486	0.6105514309356628	2	2	2	2	2	False	30988	fragment	False	ISR0146_000000028635	1.0		0	0	False	False	0.9993270635604858	0					non-mobilizable	other	1472.0	90.897	99.0	0.01286378900237862	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MON0103_000000036380	1555	0.6105501296767234	2	2	2	2	2	True	50885	maximal	True	MON0103_000000036380	1.0		47	6	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	0.0009254879378072106	NZ_JH379399.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld290, whole genome shotgun sequence	True	True
ENG0119_000000018088	1740	0.6105430823537699	2	2	2	2	2	False	59258	fragment	False	ENG0119_000000018088	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1740.0	98.56299999999999	100.0	0.014794711677528032	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
ENG0052_000000020219	1608	0.6105415087102259	3	2	1	2	1	False	63955	fragment	False	ENG0052_000000020219	1.0		0	0	False	False	0.9956467747688293	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000000998	20514	0.6105393036310518	43	12	4	10	7	False	95089	maximal	True	FIJ0172_000000000998	1.0		1	1	False	False	0.9984400868415833	0					non-mobilizable	no_good_hit	613.0	87.765	6.0	0.00016298857559455485	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0034_000000005497	6160	0.6105381293354494	5	5	4	5	5	False	76312	maximal	True	SPA0034_000000005497	0.9779726655851931		31	6	False	False	0.9964285492897034	0					non-mobilizable	other	6141.0	100.0	99.0	0.0017524371434475404	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AUS0002_000000009604	3532	0.6105349102914429	4	4	2	4	1	True	103050	fragment	False	AUS0002_000000009604	0.9996865203761756		0	0	False	False	0.9997168779373169	0					non-mobilizable	chromosome	3532.0	99.632	100.0	0.0011129627218951696	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0818_000000005726	3020	0.6105282796567411	3	2	0	2	1	False	70342	maximal	True	ISR0818_000000005726	1.0		4	2	False	False	0.9996688961982727	0					non-mobilizable	no_good_hit	118.0	92.37299999999999	4.0	0.00019259025592920648	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0086_01_000000003259	6056	0.6105256295728555	8	6	6	6	6	True	102695	fragment	False	USA0086_01_000000003259	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1856.0	91.37899999999999	30.0	0.04074098490342145	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
ENG0080_000000007858	3168	0.6105233101290911	5	4	3	3	3	False	93258	fragment	False	ISR0835_000000003721	0.6424151084025692		0	0	False	False	1.0	0					non-mobilizable	other	3171.0	98.42299999999999	99.0	0.005844284061362215	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0108_000000018524	1519	0.610522206444884	2	2	2	2	2	False	128156	fragment	False	MON0075_000000014372	0.628855601579415		0	0	False	False	1.0	0					non-mobilizable	chromosome	574.0	93.554	96.0	0.00019286844520769036	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0104_000000000551	15321	0.610520459384382	17	16	10	11	14	True	98310	fragment	False	MAD0104_000000000551	1.0		0	0	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	no_good_hit	2597.0	93.531	38.0	0.019575510945040314	CP056643.1	enterobacteria	Escherichia coli strain RHBSTW-00300 plasmid pRHBSTW-00300_2, complete sequence	True	True
FIJ0088_000000007709	3579	0.6105122782792833	5	3	2	3	2	False	130909	fragment	False	FIJ0088_000000007709	1.0		0	0	False	True	0.999720573425293	0					non-mobilizable	no_good_hit	1531.0	84.977	42.0	0.017971925512808393	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
DEN0052_000000011668	3410	0.6105093956700595	5	4	4	4	4	False	91265	fragment	False	DEN0052_000000011668	1.0		0	0	False	False	0.996187686920166	0					non-mobilizable	no_good_hit	392.0	71.939	11.0	0.0012410241647875385	NZ_FOZC01000003.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ENG0146_000000014764	1521	0.6105092112820671	2	2	2	2	2	False	57408	backbone	False	MAD0038_000000010007	0.948012645649494	PS249	0	0	False	True	0.9927679300308228	0					non-mobilizable	other	1411.0	85.542	92.0	0.0004426487138543044	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	False	True
FIJ0165_000000010207	1555	0.6105037296670202	2	1	1	1	1	True	113490	fragment	False	FIJ0165_000000010207	1.0		0	0	False	True	0.9974276423454285	0					non-mobilizable	other	1366.0	82.50399999999999	99.0	0.0004240269933779614	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ETH0001_000000005261	4532	0.6105030956731252	4	4	4	4	3	False	66422	fragment	False	ETH0001_000000005261	0.9714535028671154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1046.0	75.335	23.0	0.000814347805320724	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
MON0081_000000044007	1173	0.6104976849050121	2	2	2	2	1	True	9942	maximal	True	MON0081_000000044007	1.0		15	6	False	False	0.9403239488601685	0					non-mobilizable	no_good_hit	320.0	73.125	39.0	0.000572794284501248	NZ_PGTO01000001.1	a-proteobacteria	Magnetospirillum kuznetsovii strain LBB-42 NODE_1_length_546444_cov_116.019, whole genome shotgun sequence	True	True
MAD0107_000000014527	2670	0.6104964946613511	5	1	1	1	1	False	46388	fragment	False	MAD0107_000000014527	1.0		0	0	False	False	0.9996254444122314	0					non-mobilizable	no_good_hit	96.0	95.833	4.0	0.006776517583279834	NZ_AXUN02000026.1	firmicutes	Youngiibacter fragilis 232.1 contig_121, whole genome shotgun sequence	True	False
FIJ0053_000000012859	1619	0.6104964946613511	3	1	1	1	1	False	46387	fragment	False	FIJ0053_000000012859	1.0		0	0	False	False	0.9993823170661926	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	2.8290250425296763e-06	LN590717.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG12, chromosome: 12	True	False
MAD0001_000000005844	4355	0.6104916058106373	7	4	3	4	4	False	20300	maximal	True	MAD0001_000000005844	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	73.736	19.0	0.006137307970876377	NZ_LFQU01000006.1	CFB group bacteria	Prevotella rara strain 109 contig00006, whole genome shotgun sequence	True	False
ISR0388_000000018563	1883	0.6104853109473293	3	3	3	3	2	False	22938	fragment	False	ISR0388_000000018563	1.0		0	0	False	False	0.9984068274497986	0					non-mobilizable	no_good_hit	505.0	74.653	26.0	0.00014437369033997385	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
CHI0151_000000007267	3407	0.6104812318226	4	3	1	2	2	False	79510	maximal	True	CHI0151_000000007267	1.0		2	2	False	False	0.9979454278945923	0					non-mobilizable	no_good_hit	1564.0	88.427	46.0	0.008233102349072985	NZ_KB903371.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_6.7, whole genome shotgun sequence	True	False
AST0087_000000003391	7803	0.6104804286286392	8	6	5	5	5	False	127962	maximal	True	AST0087_000000003391	1.0		1	1	False	False	0.9983339905738831	0					non-mobilizable	chromosome	7335.0	98.93700000000001	94.0	0.001630410108453652	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0148_000000025441	1325	0.6104792758456856	2	2	1	2	1	False	104683	fragment	False	AST0148_000000025441	0.9976396538158929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	3.0	0.000612923491825133	NZ_FNHQ01000016.1	firmicutes	Megasphaera paucivorans strain DSM 16981, whole genome shotgun sequence	True	False
ENG0076_000000010050	1271	0.6104792758456856	2	2	1	2	1	False	104683	fragment	False	AST0148_000000025441	0.9773584905660377		0	0	False	False	0.9866247177124023	0					non-mobilizable	no_good_hit	843.0	74.852	65.0	0.004680797948392075	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0017_000000016220	2190	0.6104790973781729	3	2	2	2	1	False	123247	maximal	True	CAN0017_000000016220	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	83.8	68.0	0.00019285086484226334	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0010_000000003720	9661	0.6104742526288718	9	8	5	7	7	True	100774	maximal	True	DEN0010_000000003720	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2721.0	95.663	42.0	0.0008239061207440478	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ISR0105_000000003375	4512	0.6104713467224141	4	4	4	4	4	False	72118	maximal	True	ISR0105_000000003375	1.0		13	2	False	False	0.9995567202568054	0					non-mobilizable	no_good_hit	1043.0	74.40100000000001	23.0	0.0008119596885895783	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0025_000000035635	1117	0.6104707920454969	1	1	1	1	1	False	37322	maximal	True	ISR0025_000000035635	1.0		3	2	False	False	0.9632945656776428	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000002891	8026	0.6104683631495672	10	8	7	7	7	False	116361	maximal	False	FIJ0052_000000003133	0.878302535459298		0	0	False	False	0.999501645565033	0					non-mobilizable	no_good_hit	2500.0	97.28	82.0	0.032148007003810895	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
USA0016_01_000000005056	3513	0.6104665205093207	4	2	2	2	2	False	101579	fragment	False	ISR0796_000000005599	0.23808164430488155		0	0	False	False	0.999146044254303	0					non-mobilizable	other	3513.0	99.943	100.0	0.006932846928582991	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0061_000000012059	1758	0.6104660104460132	3	3	3	2	1	False	63248	maximal	True	ENG0061_000000012059	1.0		13	5	False	False	0.9971558451652527	0					non-mobilizable	no_good_hit	378.0	74.339	21.0	0.00012430795909959945	NZ_JABDTL010000002.1	bacteria	Longimicrobium terrae strain CB-286315 Contig2, whole genome shotgun sequence	True	False
ENG0142_000000025372	1362	0.6104621629601241	2	1	1	1	1	False	57658	fragment	False	ENG0142_000000025372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	75.635	14.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0281_000000003862	4018	0.6104602241796697	5	4	4	4	4	False	41284	maximal	True	ISR0281_000000003862	1.0		43	6	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	97.6	50.0	0.0003608592302269047	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MON0061_000000010709	3931	0.6104575503990831	3	3	3	3	3	False	21610	maximal	True	MON0061_000000010709	0.9893416082029143		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1898.0	83.772	48.0	0.0014027349246837535	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
MON0081_000000015254	3706	0.6104575503990831	4	3	3	3	3	False	21610	maximal	False	MON0061_000000010709	0.9613329941490716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1898.0	83.772	51.0	0.0014027349246837535	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0023_000000021314	1337	0.6104526995039045	2	2	2	2	2	False	7603	fragment	False	SPA0023_000000021314	1.0		0	0	False	False	0.9917726516723633	0					non-mobilizable	chromosome	1325.0	99.094	99.0	0.0003838031588391404	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0357_000000012181	2098	0.610451406824421	4	4	3	3	1	False	124353	fragment	False	FIJ0039_000000009941	0.5397284172729272		0	0	False	False	0.9976167678833008	0					non-mobilizable	other	2099.0	98.809	100.0	0.012084278917598812	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0037_000000014740	2080	0.610451406824421	4	4	3	3	1	False	124353	fragment	False	FIJ0039_000000009941	0.48241884719112516		0	0	False	False	1.0	0					non-mobilizable	other	2081.0	98.03	100.0	0.011980600642805303	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0188_000000007671	1981	0.610451406824421	4	4	3	3	1	False	124353	fragment	False	FIJ0039_000000009941	0.4303141888221281		0	0	False	False	0.9984856247901917	0					non-mobilizable	other	1984.0	97.228	100.0	0.011404610227285818	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0009_000000017547	1898	0.6104460119793973	3	1	1	1	1	False	38367	maximal	True	ISR0009_000000017547	1.0		1	1	False	False	0.9994731545448303	0					non-mobilizable	no_good_hit	110.0	78.182	6.0	0.0007403256048875328	KY476666.1	archaea	Uncultured archaeon clone rifcsplowo2_12_scaffold_97_curated genomic sequence	True	False
SPA0036_000000011829	2101	0.6104443239426026	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.7997501089922104		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	98.255	97.0	0.014703995013108923	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0384_000000000951	10476	0.6104436806352658	12	7	5	6	2	True	105203	maximal	True	ISR0384_000000000951	1.0		5	3	False	False	0.999713659286499	0					non-mobilizable	no_good_hit	62.0	85.484	1.0	0.00013496339118014238	NZ_SGXF01000002.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_102, whole genome shotgun sequence	True	True
ISR0219_000000001483	17005	0.6104406243590826	29	6	4	5	4	False	28053	maximal	True	ISR0219_000000001483	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1369.0	77.502	8.0	0.0003998252615523586	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0032_000000010683	3053	0.6104370867458639	6	3	3	2	2	False	117687	fragment	False	ISR0032_000000010683	1.0		0	0	False	False	0.9983622431755066	0					non-mobilizable	no_good_hit	691.0	92.90899999999999	23.0	0.0021307784608914013	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0369_000000003648	3131	0.6104317819524574	4	3	2	1	2	False	23552	maximal	True	ISR0369_000000003648	1.0		0	0	False	False	0.9993612170219421	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.342055178654704e-06	NZ_CP030032.1	d-proteobacteria	Bradymonas sediminis strain FA350 chromosome, complete genome	True	False
MAD0035_000000013818	1614	0.6104269881122487	2	2	2	2	2	False	92367	fragment	False	DEN0071_000000023437	0.694142825769286		0	0	False	False	0.9993804097175598	0					non-mobilizable	no_good_hit	226.0	78.76100000000001	17.0	0.0003718984252426056	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0060_000000010572	1605	0.6104213790236308	2	2	2	1	1	False	83609	fragment	False	MAD0060_000000010572	0.971830985915493		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	99.93799999999999	100.0	0.011827425765206427	NZ_NQCD01000010.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_10_length_135617_cov_88.7886_ID_19.ctg_1, whole genome shotgun sequence	False	False
FIJ0145_000000014753	1176	0.6104191293506401	2	2	2	2	1	False	40003	fragment	False	FIJ0168_000000019908	0.9750830564784052		0	0	False	False	0.9991496801376343	0					non-mobilizable	chromosome	1176.0	99.235	100.0	0.00022250075318871985	CP052268.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 chromosome, complete genome	False	False
ISR0120_000000008057	3684	0.6104151198408516	3	3	2	3	3	False	106631	fragment	False	ISR0120_000000008057	1.0		0	0	False	False	0.9951140284538269	0					non-mobilizable	no_good_hit	1062.0	97.928	37.0	0.0003698240320788363	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0160_000000019767	1498	0.6104122996659999	3	1	1	1	1	False	55156	fragment	False	ENG0183_000000018836	0.9574423480083857		0	0	False	False	0.9993324279785156	0					non-mobilizable	no_good_hit	68.0	97.059	5.0	0.00886360629712925	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	False
ENG0127_000000010025	2551	0.6104120595003116	3	2	1	2	2	True	58731	maximal	True	ENG0127_000000010025	1.0		2	2	False	False	0.9996079802513123	0					non-mobilizable	chromosome	1851.0	85.305	95.0	0.0008211070933389025	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0234_000000005960	2089	0.6104120595003116	3	2	1	2	2	True	27360	maximal	True	ISR0234_000000005960	1.0		10	3	False	False	0.9995213150978088	0					non-mobilizable	chromosome	959.0	89.99	100.0	0.00042751119316231995	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
FIJ0140_000000018926	1736	0.6104120595003116	3	2	1	2	2	True	40374	maximal	True	FIJ0140_000000018926	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1654.0	87.485	95.0	0.0007327488300339555	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
AST0060_000000020376	1482	0.6104120595003116	2	2	1	2	2	True	112328	fragment	False	AST0060_000000020376	1.0		0	0	False	False	0.9750337600708008	0					non-mobilizable	chromosome	1437.0	94.92	97.0	0.0006408205358884045	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CHI0154_000000022947	1464	0.6103963714154139	2	2	2	2	2	False	79130	fragment	False	ISR0049_000000019440	0.805077785088979		0	0	False	False	0.9829235076904297	0					non-mobilizable	other	1467.0	98.432	100.0	0.003065425719883656	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0158_000000002237	6093	0.6103932236739714	9	3	3	3	3	False	85936	maximal	True	CHI0158_000000002237	1.0		4	1	False	False	0.9950762987136841	0					non-mobilizable	no_good_hit	898.0	99.33200000000001	15.0	0.0016181930358167274	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
MON0043_000000025448	1169	0.6103919922745162	2	1	1	1	1	False	11658	fragment	False	MON0043_000000025448	1.0		0	0	False	False	0.9024807810783386	0					non-mobilizable	other	1088.0	97.70200000000001	93.0	0.014885072437944598	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
DEN0051_000000011917	3583	0.6103912224914949	5	2	2	2	1	True	72596	maximal	True	DEN0051_000000011917	1.0		1	1	False	False	0.994976282119751	0					non-mobilizable	no_good_hit	767.0	89.439	21.0	0.00020164520315358317	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	True
CHI0054_000000006793	2517	0.6103904723516536	5	2	2	2	1	True	86351	maximal	True	CHI0054_000000006793	1.0		1	1	False	False	0.9920540452003479	0					non-mobilizable	no_good_hit	1932.0	80.797	77.0	0.0003132513008539296	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
USA0117_01_000000010971	1968	0.6103792743495963	2	2	2	2	1	False	87583	fragment	False	CHI0181_000000010131	0.9188921859545005		0	0	False	False	1.0	0					non-mobilizable	other	1969.0	94.97200000000001	100.0	0.07036308352709712	NZ_WNCH01000032.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold32_size27709, whole genome shotgun sequence	False	False
AST0094_000000014146	1608	0.6103773607537724	5	3	3	1	2	False	109194	maximal	True	AST0094_000000014146	1.0		44	9	False	False	1.0	0					non-mobilizable	chromosome	735.0	97.14299999999999	96.0	0.00016606890909469366	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ETH0005_000000021147	2235	0.6103757469860195	4	3	1	2	3	False	52751	maximal	True	ETH0005_000000021147	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0043_000000004356	2093	0.6103755524126189	6	4	4	1	2	False	87393	maximal	True	CHI0043_000000004356	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	95.61200000000001	73.0	0.007458416272552539	CP037442.1	enterobacteria	Klebsiella sp. PO552 plasmid p1, complete sequence	True	False
CHI0103_000000002171	1251	0.6103745511410803	1	1	1	1	1	False	83263	fragment	False	CHI0103_000000002171	0.9845317725752509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	74.251	13.0	0.01178245563618076	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0145_000000028922	1196	0.6103745511410803	1	1	1	1	1	False	83263	fragment	False	CHI0103_000000002171	0.9632294164668266		0	0	False	False	0.9807692170143127	0					non-mobilizable	no_good_hit	167.0	74.251	14.0	0.01178245563618076	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0213_000000005547	4205	0.6103735142189066	6	4	3	2	2	False	28295	maximal	True	ISR0213_000000005547	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2638.0	99.65899999999999	63.0	0.00699120794600114	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MAD0048_000000007861	2960	0.6103688279555771	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.5996444397962406		0	0	False	False	0.9979729652404785	0					non-mobilizable	no_good_hit	888.0	80.85600000000001	62.0	0.00036846153684929754	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0062_000000008914	2819	0.6103688279555771	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.569437720026009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	80.377	65.0	0.0003734917284786395	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0062_000000013905	2806	0.6103688279555771	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.797888657796846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	80.244	66.0	0.0003734917284786395	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0174_000000004790	3501	0.6103605622372198	4	4	4	3	3	False	111539	fragment	False	ENG0120_000000005452	0.6288565412432482		0	0	False	False	0.9994287490844727	0					non-mobilizable	other	3501.0	99.429	100.0	0.004412656507470627	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
SPA0083_000000000587	15258	0.6103599379916234	16	12	11	8	9	True	130480	maximal	True	SPA0083_000000000587	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	6653.0	99.895	60.0	0.010614464521646997	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	True
FIJ0130_000000013543	1521	0.6103590325438	2	1	1	1	1	False	40872	fragment	False	FIJ0130_000000013543	1.0		0	0	False	False	0.987508237361908	0					non-mobilizable	no_good_hit	1358.0	78.792	88.0	0.0008328139907774713	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
SPA0023_000000004283	5202	0.610358656300828	8	6	2	5	4	False	99351	backbone	True	SPA0023_000000004283	1.0	PS557	4	3	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
FIJ0113_000000022256	1178	0.6103505389143864	2	2	2	1	1	False	41904	fragment	False	FIJ0113_000000022256	1.0		0	0	False	False	0.9872665405273438	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000011872	2700	0.6103441250919417	1	1	1	1	1	False	77582	fragment	False	CHI0179_000000005748	0.6379890862649483		0	0	False	False	0.9914814829826355	0					non-mobilizable	plasmid	2624.0	100.0	99.0	0.010637650713570203	CP022917.1	enterobacteria	Klebsiella pneumoniae strain ST307PT04 plasmid pJYC04A, complete sequence	False	True
ISR0275_000000004613	3005	0.6103437564256291	3	3	1	1	3	True	110212	fragment	False	CHI0064_000000005241	0.8591231715280215		0	0	False	False	0.9983360767364502	0					non-mobilizable	no_good_hit	1556.0	89.846	68.0	0.00042427092103968243	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ENG0131_000000007404	3698	0.6103408604177188	4	4	4	4	3	False	58374	fragment	False	ENG0131_000000007404	1.0		0	0	False	False	0.9870200157165527	0					non-mobilizable	chromosome	3698.0	100.0	100.0	0.0019016110457009034	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0282_000000005571	3678	0.6103408604177188	4	4	4	4	3	False	58374	fragment	False	ENG0131_000000007404	0.9972958355868037		0	0	False	False	1.0	0					non-mobilizable	chromosome	3678.0	100.0	100.0	0.0018913237260054698	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
AST0108_000000024611	1164	0.6103406552859376	2	1	1	1	1	False	107076	fragment	False	ISR0776_000000019345	0.9551809210526316		0	0	False	False	0.9862542748451233	0					non-mobilizable	no_good_hit	460.0	98.478	40.0	0.003099110778018595	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0091_000000001581	7940	0.6103372066561448	10	10	2	4	9	True	25948	fragment	False	MON0091_000000001581	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7940.0	99.773	100.0	0.003303234332001055	CP019596.1	high GC Gram+	Bifidobacterium breve strain LMC520, complete genome	False	True
AST0151_000000003847	4317	0.6103370525318025	6	4	4	2	2	False	103712	fragment	False	AST0151_000000003847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	97.931	10.0	6.974695611251222e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ENG0008_000000018879	1386	0.610336342922215	1	1	1	1	1	False	67390	maximal	True	ENG0008_000000018879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	72.561	23.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
ISR0355_000000002910	5718	0.6103321840312943	7	4	1	3	4	False	131930	maximal	True	ISR0355_000000002910	1.0		4	3	False	False	0.9921301007270813	0					non-mobilizable	no_good_hit	2606.0	81.274	47.0	0.12937733373700677	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0048_000000011190	2421	0.6103296219528175	3	2	2	2	2	False	64274	maximal	True	ENG0048_000000011190	1.0		1	1	False	False	0.9904997944831848	0					non-mobilizable	no_good_hit	362.0	80.387	19.0	5.640462725915894e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
USA0047_01_000000004807	6672	0.6103282823230886	10	8	2	5	8	False	117820	maximal	True	USA0047_01_000000004807	1.0	PS794|PS796	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1456.0	98.42	58.0	0.0002053684295511479	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ENG0134_000000032849	1142	0.6103248464694727	1	1	1	1	1	True	58122	fragment	False	ENG0134_000000032849	1.0		0	0	False	False	0.9868651628494263	0					non-mobilizable	other	1142.0	95.359	100.0	0.010522723919138261	NZ_PPDD01000015.1	firmicutes	Veillonella infantium strain T11011-4 Contig_15_len_108432, whole genome shotgun sequence	False	True
ISR0797_000000003067	3800	0.6103205898142806	7	6	4	4	4	True	75376	fragment	False	DEN0016_000000001569	0.9756611305693651		0	0	False	False	1.0	0					non-mobilizable	plasmid	3800.0	99.895	100.0	0.11499576219881341	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0027_000000009684	3697	0.6103205898142806	6	6	4	4	4	True	75376	fragment	False	DEN0016_000000001569	0.8203283549843496		0	0	False	False	0.9951311945915222	0					non-mobilizable	plasmid	3606.0	99.251	100.0	0.10912338055454655	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0773_000000003182	3625	0.6103205898142806	6	6	4	4	4	True	75376	fragment	False	DEN0016_000000001569	0.9509488894842651		0	0	False	False	1.0	0					non-mobilizable	plasmid	3625.0	99.641	100.0	0.116677398583387	CP021562.1	other sequences	Unidentified plasmid plasmid YS1-2_2431, complete sequence	False	True
CHI0077_000000004159	3286	0.6103173742412653	4	3	2	3	1	False	84541	maximal	True	CHI0077_000000004159	1.0		47	8	False	False	1.0	0					non-mobilizable	other	3300.0	86.212	100.0	0.0006259513478265927	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ENG0153_000000020019	1492	0.6103080974741989	2	2	2	2	2	False	56914	fragment	False	ENG0153_000000020019	1.0		0	0	False	False	0.9966487884521484	0					non-mobilizable	no_good_hit	1051.0	81.256	70.0	0.0003912019360366063	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	False
SPA0114_000000020605	2264	0.6103047377771043	2	2	2	2	2	False	12546	maximal	True	SPA0114_000000020605	1.0		19	7	False	False	0.9995583295822144	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	0.00027988575572334567	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
AUS0018_000000009366	2957	0.6103026574663178	3	2	2	2	2	True	100007	fragment	False	AUS0018_000000009366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1705.0	81.34899999999999	60.0	0.0005071583412187822	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
USA0083_01_000000000264	41574	0.6103012165100137	53	39	28	32	29	True	123933	maximal	True	USA0083_01_000000000264	1.0	PS902|PS909|PS910	235	10	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	41586.0	99.586	100.0	0.41497684815583585	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0114_000000031702	1483	0.6103001262895289	3	2	2	2	1	False	4422	maximal	True	SPA0114_000000031702	1.0		4	2	False	False	0.9878624677658081	0					non-mobilizable	no_good_hit								True	False
ISR0222_000000005061	12600	0.6102977528157869	14	7	3	4	4	True	93238	fragment	False	ISR0222_000000005061	1.0		0	0	False	False	0.9999206066131592	0					non-mobilizable	no_good_hit	1880.0	77.021	15.0	0.0006604521600681063	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0077_000000006282	4680	0.6102952861438115	5	5	5	5	5	False	80534	fragment	False	FIJ0077_000000006282	1.0		0	0	False	False	0.9952991604804993	0					non-mobilizable	other	4681.0	98.355	100.0	0.033587556015167185	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0009_000000004459	5845	0.6102943812873101	11	3	3	3	1	True	70149	maximal	True	MON0009_000000004459	1.0		1	1	False	False	0.9996578097343445	0					non-mobilizable	no_good_hit	1768.0	100.0	30.0	0.0039061981881607045	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	True	True
ISR0798_000000009080	1344	0.6102935767785291	2	2	1	1	2	False	21910	maximal	True	ISR0798_000000009080	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0040_000000009670	2057	0.6102911899677843	3	3	2	3	1	False	116132	maximal	True	AST0040_000000009670	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	2068.0	78.53	99.0	0.0005703968512302575	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0119_000000012979	2494	0.6102911579444504	4	4	4	4	3	False	4218	maximal	True	SPA0119_000000012979	1.0		3	3	False	False	0.999599039554596	0					non-mobilizable	no_good_hit	1640.0	98.598	66.0	0.051960815394857814	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0031_000000001918	4590	0.6102882012401193	5	5	5	5	4	False	132016	maximal	False	USA0003_01_000000007262	0.8011654814217318		0	0	False	False	0.9973856210708618	0					non-mobilizable	chromosome	4576.0	99.956	99.0	0.0007051822028967189	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0069_000000003518	8400	0.6102836292960191	7	6	4	6	5	False	120432	maximal	True	DEN0069_000000003518	1.0		2	2	False	False	0.9996428489685059	0					non-mobilizable	no_good_hit	487.0	71.663	6.0	0.0020094252620713577	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
ISR0292_000000010197	1909	0.6102791544638947	2	2	1	1	1	True	130827	fragment	False	ISR0292_000000010197	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1211.0	92.898	63.0	0.0005638492857442671	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0158_000000005886	3045	0.610278649603723	4	3	1	3	2	False	100397	fragment	False	FIJ0158_000000005886	0.9881615598885793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	91.632	24.0	0.0858204482799952	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
ISR0137_000000004634	6002	0.6102701470906724	7	7	3	6	5	False	84027	fragment	False	ISR0137_000000004634	1.0		0	0	False	False	0.9976674318313599	0					non-mobilizable	other	6002.0	99.484	100.0	0.22414888448746217	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
SPA0086_000000012498	1126	0.6102677806265505	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.42978033728109133		0	0	False	False	0.9866784811019897	0					non-mobilizable	other	1127.0	94.94200000000001	100.0	0.0065141864504921826	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
ISR0229_000000001627	8178	0.6102668243234675	11	11	8	8	9	False	128470	fragment	False	ISR0229_000000001627	0.9898516788719044		0	0	False	False	1.0	0					non-mobilizable	other	6901.0	98.17399999999999	99.0	0.026460750015344012	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0078_000000036724	1294	0.6102643673068995	2	1	1	1	1	False	10138	fragment	False	MON0078_000000036724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	83.04899999999999	63.0	0.00021767377689878357	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0831_000000011683	1582	0.6102610626967035	2	2	2	2	2	False	21019	maximal	True	ISR0831_000000011683	1.0		239	13	False	False	0.998735785484314	0					non-mobilizable	chromosome	1582.0	97.661	100.0	0.0005095852633485715	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0084_000000004963	3320	0.6102606437342162	5	5	2	3	3	True	123556	backbone	False	ISR0826_000000002301	0.295995342683517	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3323.0	98.766	100.0	0.0008893378276002152	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0083_000000005484	2875	0.6102606437342162	5	5	2	3	3	True	123556	backbone	False	ISR0826_000000002301	0.27484326024220535	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	2876.0	98.679	99.0	0.0007696347234336099	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0085_000000015726	1639	0.6102601207823047	4	4	3	3	2	False	33975	maximal	True	ISR0085_000000015726	1.0		52	9	False	False	0.9993898868560791	0					non-mobilizable	no_good_hit	312.0	72.115	18.0	4.7354884719080475e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
MON0095_000000011051	2745	0.6102597292833164	5	3	2	3	3	False	50476	fragment	False	MON0095_000000011051	1.0		0	0	False	False	0.9967213273048401	0					non-mobilizable	no_good_hit	1081.0	83.811	68.0	0.006995323460639127	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
MON0007_000000023207	2605	0.6102570172297082	4	4	3	3	2	False	13976	maximal	True	MON0007_000000023207	1.0		6	3	False	False	0.9996161460876465	0					non-mobilizable	no_good_hit	279.0	77.061	11.0	9.537031279366546e-05	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	False
DEN0061_000000036102	1219	0.6102557759698533	2	2	2	2	2	False	71781	fragment	False	DEN0061_000000036102	1.0		0	0	False	False	0.9901558756828308	0					non-mobilizable	other	1219.0	99.508	100.0	0.0056177184130176095	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	False	False
ISR0365_000000008450	1930	0.6102556012902061	3	3	3	3	2	False	80650	fragment	False	ISR0038_000000015418	0.570013933658256		0	0	False	False	0.9854922294616699	0					non-mobilizable	chromosome	1946.0	87.975	99.0	0.000551530718184585	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0085_000000011011	2190	0.6102546217470091	3	3	3	3	2	False	60627	fragment	False	ISR0085_000000011011	1.0		0	0	False	False	0.9995433688163757	0					non-mobilizable	no_good_hit	509.0	72.692	23.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
SPA0097_000000009237	3499	0.6102541152720368	3	3	3	3	3	False	81717	maximal	True	SPA0097_000000009237	1.0		3	2	False	False	0.9988568425178528	0					non-mobilizable	no_good_hit	1668.0	78.17699999999999	51.0	0.000287829557424964	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0090_000000004931	4701	0.6102505368616814	5	5	5	5	2	False	101848	maximal	True	ISR0090_000000004931	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	97.978	13.0	0.00025324248317546485	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0371_000000009087	2066	0.6102352791407631	3	3	3	2	2	False	23488	maximal	True	ISR0371_000000009087	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	96.61	3.0	1.5241454865190646e-05	NZ_CP045798.1	firmicutes	Thermoanaerosceptrum fracticalcis strain DRI-13 chromosome, complete genome	True	False
ISR0820_000000012291	1974	0.6102338319073366	3	3	3	2	1	False	69735	maximal	True	ISR0820_000000012291	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	94.23100000000001	5.0	3.1019779777633356e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0160_000000004131	6074	0.6102233611993062	6	6	5	6	4	False	93634	fragment	False	ISR0160_000000004131	1.0		0	0	False	False	0.9986829161643982	0					non-mobilizable	no_good_hit	1497.0	77.822	24.0	0.07923938806291747	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
CHI0132_000000003871	8578	0.6102179129496851	10	8	1	4	7	True	117636	fragment	False	CHI0149_000000001585	0.32208256030932986		0	0	False	False	0.9987176656723022	0					non-mobilizable	other	5085.0	96.559	99.0	0.11858592929646482	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
AUS0010_000000006687	3436	0.6102104122373108	3	2	2	2	1	True	101572	fragment	False	AUS0010_000000006687	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	75.862	21.0	0.00013253997716148444	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
SPA0087_000000005841	2621	0.6102104122373108	3	2	2	2	1	True	120767	fragment	False	SPA0087_000000005841	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1837.0	84.322	93.0	0.0005931379304068829	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0232_000000010476	2541	0.6102104122373108	3	2	2	2	1	True	120750	maximal	True	ISR0232_000000010476	1.0		1	1	False	False	0.9984258413314819	0					non-mobilizable	no_good_hit	1855.0	95.31	80.0	0.0006882516848059717	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
SPA0088_000000006531	2447	0.6102104122373108	3	2	2	2	1	True	120767	fragment	False	SPA0087_000000005841	0.9668065623807707		0	0	False	False	1.0	0					non-mobilizable	other	1837.0	84.322	94.0	0.0005931379304068829	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
SPA0074_000000009783	2366	0.6102104122373108	3	2	2	2	1	True	120758	fragment	False	SPA0074_000000009783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	93.469	79.0	0.000690850261825196	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
USA0031_01_000000012956	2200	0.6102104122373108	2	2	2	2	1	True	79350	maximal	True	USA0031_01_000000012956	1.0		1	1	False	False	0.9913636445999146	0					non-mobilizable	no_good_hit	1393.0	86.791	86.0	0.0004520848554498488	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
CHI0049_000000007498	2174	0.6102104122373108	2	2	2	2	1	True	120766	fragment	False	CHI0049_000000007498	0.98471514590088		0	0	False	False	1.0	0					non-mobilizable	other	1569.0	85.34100000000001	94.0	0.0005073360599261063	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
SPA0025_000000009908	2159	0.6102104122373108	2	2	2	2	1	True	120766	fragment	False	CHI0049_000000007498	0.9816007359705612		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	84.854	93.0	0.0004998608969675539	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
SPA0063_000000008405	2146	0.6102104122373108	2	2	2	2	1	True	120758	fragment	False	SPA0074_000000009783	0.9535080304311074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1655.0	93.656	77.0	0.0006117792753830859	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
DEN0011_000000021379	2096	0.6102104122373108	2	2	2	2	1	True	75699	fragment	False	DEN0011_000000021379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	92.646	76.0	0.0004870475784603208	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ENG0014_000000012070	1977	0.6102104122373108	2	2	2	2	1	True	66916	fragment	False	ENG0014_000000012070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	85.795	74.0	0.0004562358795180902	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0186_000000016674	1857	0.6102104122373108	2	2	2	2	1	True	29327	fragment	False	ISR0186_000000016674	1.0		0	0	False	False	0.9994614720344543	0					non-mobilizable	other	1237.0	89.73299999999999	92.0	0.00040040872891029025	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ENG0050_000000008594	2948	0.6102092841635153	4	4	4	4	4	False	105576	fragment	False	CHI0001_000000002893	0.6371958026345167		0	0	False	False	0.9915196895599365	0					non-mobilizable	chromosome	2949.0	99.084	100.0	0.00044861119227098306	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
DEN0034_000000002481	2799	0.6102084737153982	4	3	2	3	3	False	90835	maximal	True	DEN0034_000000002481	1.0		22	9	False	False	0.9996427297592163	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000016350	1492	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.9710181249641465		0	0	False	False	0.9993297457695007	0					non-mobilizable	no_good_hit	905.0	77.68	60.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
DEN0021_000000024863	1486	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.9719086041181124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	78.01100000000001	60.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
DEN0010_000000031529	1475	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.9694263468339163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.79	60.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
USA0082_01_000000020518	1455	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.9711329864178071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.79	61.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0074_000000020903	1440	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.9660877516741284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	77.839	62.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0018_000000014739	1428	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.960192839109794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.79	62.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0138_000000020382	1424	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.934755773475696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.79	62.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0255_000000023664	1419	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.9371662428776217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.79	63.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0115_000000025427	1417	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.962112333519136		0	0	False	False	0.9908257126808167	0					non-mobilizable	no_good_hit	905.0	78.01100000000001	63.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
MON0019_000000047605	1408	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.930639007176369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.79	63.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
DEN0073_000000038186	1404	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.9621090185553088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.79	63.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ENG0133_000000017450	1394	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.9327419760581813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.90100000000001	64.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
AST0087_000000026389	1389	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.9255702320477454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	77.987	64.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
MAD0012_000000022641	1357	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.912559155481226		0	0	False	False	0.9911569356918335	0					non-mobilizable	no_good_hit	907.0	77.729	66.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
FIJ0046_000000025775	1330	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.3473297499665966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	77.925	67.0	0.006587518308884686	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
DEN0078_000000026454	1324	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.7358745549855448		0	0	False	False	0.9916918277740479	0					non-mobilizable	no_good_hit	904.0	77.544	67.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0227_000000019969	1317	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.37440034851983683		0	0	False	False	0.9954441785812378	0					non-mobilizable	no_good_hit	906.0	77.815	68.0	0.006587518308884686	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
FIJ0124_000000022062	1317	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.3458224330235671		0	0	False	False	0.9984813928604126	0					non-mobilizable	no_good_hit	644.0	77.64	48.0	0.0006640563103071548	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0082_000000033115	1300	0.6102032679388261	2	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.6218879755807595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.79	68.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ENG0111_000000016502	1253	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.3390343086349878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	78.221	69.0	0.006359347283660746	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ENG0096_000000025964	1239	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.11802754555111031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	77.704	72.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
DEN0079_000000052494	1201	0.6102032679388261	2	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.17205804192528545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.90100000000001	74.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ENG0145_000000024133	1166	0.6102032679388261	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.1165129825313631		0	0	False	False	0.9828473329544067	0					non-mobilizable	no_good_hit	906.0	77.594	76.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
AST0040_000000017679	1155	0.6102032679388261	1	1	1	1	1	False	115805	fragment	False	AST0040_000000017679	1.0		0	0	False	False	0.9982684254646301	0					non-mobilizable	no_good_hit	909.0	78.108	77.0	0.0003743300937501965	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0390_000000005204	2496	0.6101983824268378	2	2	2	2	1	True	93647	fragment	False	ISR0390_000000005204	0.9405998995107719		0	0	False	False	0.9983974099159241	0					non-mobilizable	no_good_hit								True	True
AST0029_000000016285	1824	0.6101980626268133	2	2	2	2	2	False	118108	fragment	False	AST0029_000000016285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	82.92	69.0	0.0026177535903469428	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0053_000000004628	1847	0.6101957328562371	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.5561252177297773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1583.0	85.59700000000001	86.0	0.00044913202888780803	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0036_000000004350	2545	0.6101948683648318	4	4	4	4	3	False	90194	maximal	False	ENG0208_000000010924	0.9647364214040834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2016.0	86.508	79.0	0.00040829129787296677	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0774_000000009703	2545	0.6101948683648318	4	4	4	4	3	False	90194	maximal	False	ENG0208_000000010924	0.9647364214040834		0	0	False	False	0.9996070861816406	0					non-mobilizable	no_good_hit	2016.0	86.508	79.0	0.00040829129787296677	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
MON0086_000000009025	3406	0.6101878999760589	3	3	2	2	3	False	127147	fragment	False	MON0086_000000009025	1.0		0	0	False	False	0.9994127750396729	0					non-mobilizable	no_good_hit	900.0	80.667	54.0	0.0003734917284786395	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0176_000000002317	3816	0.6101859226467635	8	5	3	3	5	False	77720	maximal	True	CHI0176_000000002317	1.0		40	11	False	False	1.0	0					non-mobilizable	no_good_hit	1750.0	98.514	55.0	0.0057169956337590555	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
AST0111_000000013594	1400	0.6101749964608887	3	3	3	2	2	False	106782	fragment	False	ISR0018_000000014537	0.9820317899101589		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	99.85700000000001	100.0	0.0003971381075446589	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0080_000000027147	1239	0.6101710688496779	3	2	2	2	2	False	34274	fragment	False	ISR0267_000000013499	0.9502923976608186		0	0	False	False	0.984665036201477	0					non-mobilizable	no_good_hit	524.0	100.0	42.0	0.8314785373608903	GQ883508.1		Uncultured organism clone VC1DC38TR genomic sequence	True	False
AST0040_000000002741	6599	0.6101690408309933	8	8	7	7	7	True	116405	fragment	False	AST0040_000000002741	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	6599.0	99.485	100.0	0.12015588578088578	CP030221.1	enterobacteria	Salmonella enterica strain SA20021456 plasmid pSA20021456.2, complete sequence	False	True
MON0013_000000012421	3789	0.6101661579510795	6	4	3	3	2	True	13543	fragment	False	MON0013_000000012421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0190_000000003405	6820	0.6101608969533754	7	7	7	7	5	False	98955	fragment	False	ISR0190_000000003405	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3557.0	97.385	100.0	0.0006692571979515532	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
FIJ0087_000000012252	2613	0.6101594109852265	3	3	3	3	3	False	43739	maximal	True	FIJ0087_000000012252	1.0		1	1	False	False	0.9938767552375793	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000001813	13989	0.6101590455530029	9	5	4	5	2	False	30192	maximal	True	ISR0167_000000001813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	78.571	1.0	5.1591310522469894e-05	LT906445.1	firmicutes	Veillonella parvula strain NCTC11810 genome assembly, chromosome: 1	True	False
ISR0359_000000016531	1660	0.6101589977648461	4	2	1	2	1	False	23817	maximal	True	ISR0359_000000016531	1.0		8	5	False	False	0.9993975758552551	0					non-mobilizable	no_good_hit	892.0	99.77600000000001	54.0	0.009725800113522245	NZ_VJZV01000025.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold25_1, whole genome shotgun sequence	True	False
ISR0259_000000001402	8757	0.6101588795646787	7	5	4	5	1	False	115448	maximal	True	ISR0259_000000001402	1.0		16	3	False	False	0.9997715950012207	0					non-mobilizable	virus	6486.0	92.75399999999999	92.0	0.1839132785159473	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
SPA0033_000000011088	2753	0.6101560930603958	5	3	3	2	1	False	119069	fragment	False	ISR0023_000000008534	0.4754601588773062		0	0	False	False	0.9894660115242004	0					non-mobilizable	no_good_hit	447.0	78.971	23.0	0.00014085310568205295	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0114_000000012972	2155	0.6101558838479337	2	2	2	2	2	False	32550	fragment	False	MON0033_000000027886	0.9524942308636519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	89.62700000000001	57.0	0.008480754945387515	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
DEN0020_000000001274	5711	0.6101506617651719	7	6	3	3	5	False	74922	maximal	True	DEN0020_000000001274	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2213.0	100.0	39.0	0.004889932310249846	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	True	False
DEN0065_000000011806	2854	0.6101486730543491	4	2	2	2	1	True	77154	fragment	False	DEN0065_000000011806	1.0		0	0	False	False	0.9992992281913757	0					non-mobilizable	no_good_hit	1567.0	75.941	54.0	0.0005465990704639953	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0186_000000007636	2524	0.6101486730543491	2	2	2	2	1	True	77151	fragment	False	CHI0186_000000007636	0.9610499576629974		0	0	False	False	0.999603807926178	0					non-mobilizable	no_good_hit	1553.0	75.66	61.0	0.0003495592160099478	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
DEN0072_000000007454	2362	0.6101486730543491	2	2	2	2	1	True	77151	fragment	False	CHI0186_000000007636	0.9312599049128367		0	0	False	False	0.9991532564163208	0					non-mobilizable	no_good_hit	1564.0	73.146	65.0	0.02878358866657916	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	True
ISR0208_000000020324	1371	0.6101477509733023	2	2	2	1	1	False	28504	fragment	False	ISR0208_000000020324	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	72.316	94.0	0.0012270513211348122	NZ_JABXYR010000001.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig1, whole genome shotgun sequence	False	False
ISR0238_000000010195	1473	0.6101394913610406	2	1	1	1	1	False	27289	maximal	True	ISR0238_000000010195	1.0		77	12	False	False	0.9877800345420837	0					non-mobilizable	no_good_hit								True	False
MON0060_000000003568	7554	0.6101391715662422	6	6	5	5	4	False	126263	maximal	True	MON0060_000000003568	1.0		2	1	False	False	0.9998676180839539	0					non-mobilizable	no_good_hit	1444.0	73.892	19.0	0.01677895600210909	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
FIJ0137_000000005636	1993	0.6101380257880941	2	2	2	2	2	False	110557	maximal	True	FIJ0137_000000005636	1.0		80	7	False	False	0.9924736618995667	0					non-mobilizable	no_good_hit	1067.0	73.102	53.0	0.000368225476148186	CP048643.1	firmicutes	Staphylococcus aureus strain SR153 chromosome, complete genome	True	False
AST0106_000000015496	1245	0.6101358985400122	2	2	2	2	2	False	107359	fragment	False	AST0106_000000015496	0.957876439078264		0	0	False	False	0.9783132672309875	0					non-mobilizable	no_good_hit	266.0	76.692	21.0	0.0013844048104149035	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0025_000000004159	5033	0.6101318327808815	6	5	3	3	5	False	96180	maximal	True	ENG0025_000000004159	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2075.0	86.024	41.0	0.00031598328217230027	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0146_000000005221	3319	0.6101225784902844	4	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.3154957046310514		0	0	False	False	0.9948779940605164	0					non-mobilizable	other	2882.0	99.06299999999999	100.0	0.0008618416898560934	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0046_000000006308	2979	0.6101225784902844	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.28449100875039113		0	0	False	False	1.0	0					non-mobilizable	other	2735.0	99.15899999999999	99.0	0.028581292435163778	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
MON0038_000000010767	2759	0.6101225784902844	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.28834050608655365		0	0	False	False	0.9985501766204834	0					non-mobilizable	other	2760.0	99.167	99.0	0.0008253331182719116	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0046_000000009246	2708	0.6101225784902844	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.26584854076794706		0	0	False	False	1.0	0					non-mobilizable	other	2709.0	98.89299999999999	100.0	0.0008100713383473767	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0073_000000008315	1284	0.6101222232608355	2	2	2	2	2	True	5836	maximal	True	SPA0073_000000008315	1.0		41	8	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	74.656	28.0	0.00016351431997442894	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ISR0818_000000000825	15990	0.6101212240846177	18	11	6	6	10	False	125581	fragment	False	ISR0004_000000001014	0.7667813582950068		0	0	False	False	0.9999374747276306	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
USA0034_01_000000016773	3301	0.6101202479086693	3	3	2	3	2	False	112859	fragment	False	AUS0006_000000006348	0.9556295892061616		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2651.0	73.859	79.0	0.3168799512492383	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0140_000000017506	1647	0.6101196027365318	2	2	2	2	2	False	105503	fragment	False	AST0140_000000017506	1.0		0	0	False	False	0.9902853965759277	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0096_000000012346	1555	0.6101194169862116	2	2	2	2	2	True	15479	maximal	True	MAD0096_000000012346	1.0		0	0	False	False	0.9845659136772156	0					non-mobilizable	no_good_hit	1160.0	98.70700000000001	75.0	0.004286908469510796	NZ_QSCB01000003.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf3, whole genome shotgun sequence	True	True
ENG0138_000000013012	1510	0.6101169244329849	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.5497594925225748		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	82.264	94.0	0.5238095238095238	NZ_WAJR01000050.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_050, whole genome shotgun sequence	False	False
SPA0111_000000004879	6447	0.6101085563798606	4	3	2	3	3	False	102165	maximal	True	SPA0111_000000004879	1.0		456	13	False	False	0.9979835748672485	0					non-mobilizable	other	6428.0	99.40899999999999	99.0	0.005277588683115576	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
SPA0153_000000003124	5057	0.6101085563798606	3	3	2	3	3	False	102164	fragment	False	SPA0153_000000003124	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5057.0	99.545	100.0	0.004151779738887871	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
MON0086_000000009848	3122	0.6101075938592848	4	4	4	4	2	False	106164	maximal	True	MON0086_000000009848	1.0		2	2	False	False	0.999679684638977	0					non-mobilizable	no_good_hit	1102.0	96.73299999999999	84.0	0.0003314900160084688	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0056_000000017780	2008	0.610101442386712	2	2	2	2	1	False	102922	fragment	False	ISR0813_000000014911	0.8941100873848806		0	0	False	False	1.0	0					non-mobilizable	other	1958.0	94.484	100.0	0.0004778517316057118	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0057_000000016057	2004	0.610101442386712	2	2	2	2	1	False	102922	fragment	False	ISR0813_000000014911	0.8946579701713226		0	0	False	False	0.9995009899139404	0					non-mobilizable	other	1932.0	94.41	100.0	0.00047147710614560477	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0169_000000018502	1717	0.610101442386712	3	2	2	2	1	False	101425	fragment	False	ISR0169_000000018502	0.9947135907554191		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	97.37200000000001	99.0	0.00040086587027980436	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0146_000000027159	1560	0.610101442386712	2	2	2	2	1	False	101425	fragment	False	ISR0169_000000018502	0.9741352568683016		0	0	False	False	0.9993589520454407	0					non-mobilizable	other	1560.0	97.821	100.0	0.00038223234970410707	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0009_000000016775	2160	0.6101012210771385	3	2	2	1	1	False	8131	maximal	True	SPA0009_000000016775	1.0		23	5	False	False	0.9995370507240295	0					non-mobilizable	no_good_hit	1019.0	84.691	47.0	0.015328279389289875	NZ_CABMGA010000015.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0106_000000007825	4796	0.6100945749794092	8	6	5	5	4	False	130509	fragment	False	ISR0203_000000002513	0.10565281452853613		0	0	False	False	1.0	0					non-mobilizable	other	3770.0	99.655	100.0	0.02153714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0831_000000000896	13783	0.610094189511265	12	8	3	8	7	False	115125	fragment	False	DEN0011_000000001484	0.8237400296785046		0	0	False	False	1.0	0					non-mobilizable	chromosome	13783.0	99.898	100.0	0.00250047761626214	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0786_000000001280	13315	0.610094189511265	12	8	3	8	7	False	115125	fragment	False	DEN0011_000000001484	0.7462203787465909		0	0	False	False	1.0	0					non-mobilizable	other	13315.0	99.925	100.0	0.005844472982872844	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0106_000000001369	12313	0.610094189511265	10	8	3	8	7	False	115125	fragment	False	DEN0011_000000001484	0.5844751191340216		0	0	False	False	0.9999187588691711	0					non-mobilizable	other	12318.0	99.81299999999999	100.0	0.0054043916776320994	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MAD0105_000000008258	3918	0.6100940416695866	7	3	2	3	3	True	64345	fragment	False	MAD0105_000000008258	1.0		0	0	False	False	0.997447669506073	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
MAD0059_000000008023	2403	0.6100793886454116	4	4	4	4	4	False	45051	maximal	True	MAD0059_000000008023	1.0		36	6	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	70.02600000000001	64.0	0.037971515106004855	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0151_000000021569	1127	0.6100774586388431	1	1	1	1	1	False	57070	fragment	False	MAD0090_000000011279	0.6829151485370024		0	0	False	False	0.9778172373771667	0					non-mobilizable	other	1118.0	88.37200000000001	99.0	0.002335662025313809	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0016_000000007448	5990	0.6100713633909954	7	7	6	7	5	True	102757	maximal	True	CAN0016_000000007448	1.0		65	9	False	False	0.9961602687835693	0					non-mobilizable	no_good_hit	5200.0	84.92299999999999	86.0	0.3793052909277444	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	True	True
ISR0280_000000014261	1107	0.6100707634491357	1	1	1	1	1	False	83582	fragment	False	ISR0214_000000024390	0.5939074474790338		0	0	False	False	0.9963866472244263	0					non-mobilizable	other	1107.0	100.0	100.0	0.002305886473661606	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
TAN0022_000000001413	3465	0.6100699764239522	4	4	4	4	3	False	29636	maximal	True	TAN0022_000000001413	1.0	PS87	16	7	False	True	0.995093822479248	0					non-mobilizable	no_good_hit	890.0	99.43799999999999	37.0	0.0003166483290834545	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
DEN0093_000000016347	1969	0.6100679183554156	3	3	3	3	2	False	85178	fragment	False	DEN0093_000000016347	1.0		0	0	False	False	0.997460663318634	0					non-mobilizable	other	1961.0	99.84700000000001	99.0	0.0018861605854026567	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
ISR0775_000000009852	2011	0.6100638121956393	4	4	3	3	2	True	22446	maximal	True	ISR0775_000000009852	1.0		0	0	False	False	0.9870710968971252	0					non-mobilizable	no_good_hit	500.0	81.8	27.0	0.000264896684930596	NZ_LT635480.1	firmicutes	Ndongobacter massiliensis strain Marseille-P3170T chromosome contig00001	True	True
ENG0124_000000000194	61260	0.6100617173628723	88	38	12	25	22	False	108168	maximal	True	ENG0124_000000000194	1.0		1	1	False	False	0.9998857378959656	0					non-mobilizable	no_good_hit	601.0	87.18799999999999	1.0	0.00016578636053118283	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0026_01_000000024550	1325	0.6100605229733869	2	2	1	2	2	False	78966	fragment	False	USA0026_01_000000024550	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	93.21799999999999	100.0	0.00022171483456308373	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0181_000000007415	2795	0.6100596142746001	3	2	2	2	2	False	126060	fragment	False	ENG0181_000000007415	0.9969890854347008		0	0	False	False	1.0	0					non-mobilizable	other	2795.0	99.39200000000001	100.0	0.006321587848780189	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0138_000000013829	2116	0.6100584183097565	4	3	3	1	1	False	73043	maximal	True	ISR0138_000000013829	1.0		0	0	False	False	0.996691882610321	0					non-mobilizable	no_good_hit	1146.0	97.557	54.0	0.0019501676803564464	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	True	False
MON0007_000000038067	1681	0.6100556332716202	3	3	2	3	1	False	124922	fragment	False	ENG0206_000000011673	0.531177303285435		0	0	False	False	1.0	0					non-mobilizable	chromosome	1679.0	81.596	99.0	0.0005853766330255119	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ENG0124_000000001389	17215	0.6100515026202706	20	10	6	7	4	True	58956	maximal	True	ENG0124_000000001389	1.0		1	1	False	False	0.999941885471344	0					non-mobilizable	no_good_hit								True	True
ENG0054_000000010716	2449	0.6100510460193552	4	2	2	2	1	False	63767	fragment	False	ENG0054_000000010716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.017110266159695818	XM_950061.1	apicomplexans	Theileria annulata hypothetical protein partial mRNA	True	False
SPA0050_000000005211	4925	0.6100507880046179	5	1	1	1	0	True	7879	maximal	False	SPA0049_000000004445	1.0		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	451.0	81.375	9.0	0.08560386473429951	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	True
ISR0137_000000006401	4302	0.6100507880046179	3	1	1	1	0	True	36753	maximal	True	ISR0137_000000006401	1.0		1	1	True	True	1.0	93					non-mobilizable	no_good_hit	1147.0	93.723	63.0	0.2559497081275258	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	True	True
ISR0108_000000005322	4057	0.6100507880046179	6	1	1	1	0	True	65017	fragment	False	ISR0108_000000005322	1.0		0	0	False	False	0.9997535347938538	0					non-mobilizable	no_good_hit	120.0	87.5	3.0	0.0008850676444556834	NZ_FOJY01000009.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
ISR0229_000000003966	3868	0.6100507880046179	5	1	1	1	0	True	28937	maximal	True	ISR0229_000000003966	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
AST0060_000000009029	3148	0.6100507880046179	5	1	1	1	0	True	112483	fragment	False	AST0060_000000009029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ITA0007_000000000143	3049	0.6100507880046179	3	1	1	1	0	True	20338	fragment	False	ITA0007_000000000143	1.0		0	0	False	False	0.9937684535980225	0					non-mobilizable	no_good_hit	122.0	98.361	4.0	0.00019247379731713796	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
AST0149_000000009388	2902	0.6100507880046179	2	1	1	1	0	True	104545	maximal	True	AST0149_000000009388	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	1188.0	90.90899999999999	48.0	0.3638042474607572	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
DEN0043_000000002985	2441	0.6100507880046179	2	1	1	1	0	True	72999	fragment	False	DEN0043_000000002985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	2.0	0.00025895666360234616	NZ_AGDG01000004.1	CFB group bacteria	Bacteroides faecis MAJ27 contig004, whole genome shotgun sequence	True	True
ISR0279_000000009478	2245	0.6100507880046179	4	1	1	1	0	True	67597	fragment	False	ISR0279_000000009478	0.9847703842549204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	100.0	2.0	0.06227106227106227	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	True
ISR0847_000000012541	2218	0.6100507880046179	2	1	1	1	0	True	121071	fragment	False	ISR0086_000000011296	0.9176760299298534		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1733.0	100.0	100.0	0.6241441441441441	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
AUS0018_000000012897	2177	0.6100507880046179	3	1	1	1	0	True	99974	fragment	False	AUS0018_000000012897	1.0		0	0	False	False	0.9963251948356628	0					non-mobilizable	no_good_hit	782.0	84.527	36.0	0.24919510624597555	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
AST0104_000000015676	2175	0.6100507880046179	3	1	1	1	0	True	107876	fragment	False	AST0104_000000015676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	8.807611214066294e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0161_000000010151	2134	0.6100507880046179	4	1	1	1	0	True	67597	fragment	False	ISR0279_000000009478	0.9608017817371938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	100.0	2.0	0.06227106227106227	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	True
FIJ0074_000000014926	2096	0.6100507880046179	1	1	1	1	0	True	121071	fragment	False	ISR0086_000000011296	0.6091774571250839		0	0	False	False	0.9976145029067993	0		MOBV			mobilizable	plasmid	1605.0	94.704	100.0	0.5776576576576576	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0021_000000024455	1972	0.6100507880046179	2	1	1	1	0	True	49629	fragment	False	FIJ0021_000000024455	1.0		0	0	False	False	0.9929006099700928	0					non-mobilizable	no_good_hit	529.0	79.962	27.0	0.18134171907756813	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	True	True
MAD0009_000000005388	1900	0.6100507880046179	1	1	1	1	0	True	58281	maximal	True	MAD0009_000000005388	1.0		1	1	False	False	0.9994736909866333	0		MOBV			mobilizable	no_good_hit	1281.0	95.00399999999999	67.0	0.4609009009009009	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
USA0036_01_000000017775	1848	0.6100507880046179	3	1	1	1	0	True	1383	fragment	False	USA0036_01_000000017775	1.0		0	0	False	False	0.9902597665786743	0					non-mobilizable	no_good_hit	126.0	83.333	7.0	0.0025863700401623315	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
SPA0046_000000017795	1803	0.6100507880046179	2	1	1	1	0	True	65578	fragment	False	SPA0046_000000017795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	84.375	5.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0006_000000012588	1799	0.6100507880046179	2	1	1	1	0	True	67595	fragment	False	ENG0006_000000012588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0161_000000009414	1794	0.6100507880046179	1	1	1	1	0	True	121069	fragment	False	FIJ0161_000000009414	1.0		0	0	False	False	0.9899665713310242	0		MOBV			mobilizable	plasmid	1520.0	96.645	100.0	0.5477821853588172	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MAD0062_000000008270	1707	0.6100507880046179	2	1	1	1	0	True	16765	fragment	False	MAD0062_000000008270	1.0		0	0	False	False	0.9953134059906006	0					non-mobilizable	no_good_hit	836.0	92.344	55.0	0.2744968657208842	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
TAN0021_000000012358	1692	0.6100507880046179	1	1	1	1	0	True	2374	maximal	True	TAN0021_000000012358	1.0		1	1	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit								True	True
ISR0844_000000007550	1668	0.6100507880046179	1	1	1	1	0	True	121068	fragment	False	ISR0844_000000007550	1.0		0	0	False	False	0.9898081421852112	0		MOBV			mobilizable	plasmid	1321.0	100.0	99.0	0.4756756756756757	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0230_000000020701	1661	0.6100507880046179	3	1	1	1	0	True	33934	fragment	False	ISR0230_000000020701	1.0		0	0	False	False	0.9897652268409729	0					non-mobilizable	no_good_hit								True	True
ISR0010_000000013115	1648	0.6100507880046179	2	1	1	1	0	True	65579	fragment	False	ISR0010_000000013115	1.0		0	0	False	False	0.9993932247161865	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.001573793425040802	AM462653.1	eudicots	Vitis vinifera, whole genome shotgun sequence, contig VV78X043432.8, clone ENTAV 115	True	True
SPA0010_000000015254	1646	0.6100507880046179	4	1	1	1	0	True	8078	fragment	False	SPA0010_000000015254	1.0		0	0	False	False	0.9884568452835083	0					non-mobilizable	no_good_hit								True	True
MAD0068_000000018379	1560	0.6100507880046179	1	1	1	1	0	True	16439	maximal	True	MAD0068_000000018379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	95.181	58.0	0.3286486486486486	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
CAN0010_000000008590	1537	0.6100507880046179	1	1	1	1	0	True	94583	fragment	False	CAN0010_000000008590	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1404.0	94.943	98.0	0.5052252252252252	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ISR0054_000000016987	1528	0.6100507880046179	1	1	1	1	0	True	65577	fragment	False	ISR0054_000000016987	1.0		0	0	False	False	0.9888743162155151	0					non-mobilizable	no_good_hit	96.0	84.375	6.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0118_000000016973	1507	0.6100507880046179	1	1	1	1	0	True	25505	fragment	False	SPA0118_000000016973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	3.0	8.807611214066294e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
AST0024_000000023915	1497	0.6100507880046179	2	1	1	1	0	True	121067	fragment	False	AST0024_000000023915	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1208.0	95.613	100.0	0.43495495495495495	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0134_000000011098	1483	0.6100507880046179	1	1	1	1	0	True	80722	fragment	False	CHI0134_000000011098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	79.334	86.0	0.3162962962962963	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0147_000000018628	1362	0.6100507880046179	2	1	1	1	0	True	30944	maximal	True	ISR0147_000000018628	1.0		7	2	False	False	0.9603524208068848	0					non-mobilizable	no_good_hit								True	True
ISR0842_000000017169	1362	0.6100507880046179	3	1	1	1	0	True	87036	fragment	False	ISR0842_000000017169	0.9747278382581648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	4.0	8.807611214066294e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
MON0080_000000042311	1357	0.6100507880046179	1	1	1	1	0	True	58280	fragment	False	MON0080_000000042311	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1016.0	95.27600000000001	99.0	0.36576576576576575	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0003_000000017295	1350	0.6100507880046179	1	1	1	1	0	True	52145	fragment	False	FIJ0003_000000017295	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1350.0	94.889	100.0	0.4088012139605463	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	False	True
ENG0032_000000018408	1348	0.6100507880046179	1	1	1	1	0	True	65575	fragment	False	ENG0032_000000018408	1.0		0	0	False	False	0.9821958541870117	0					non-mobilizable	no_good_hit								True	True
ISR0196_000000016586	1331	0.6100507880046179	2	1	1	1	0	True	28965	fragment	False	ISR0274_000000006001	0.9204052098408104		0	0	False	False	0.9932381510734558	0					non-mobilizable	plasmid	1331.0	99.249	100.0	0.08331767211677003	CP041196.1	firmicutes	Weissella cibaria strain CBA3612 plasmid pCBA3612-03, complete sequence	False	True
ENG0040_000000018474	1325	0.6100507880046179	2	1	1	1	0	True	64823	maximal	True	ENG0040_000000018474	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0238_000000011593	1310	0.6100507880046179	1	1	1	1	0	True	27284	fragment	False	ISR0238_000000011593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0012_000000017551	1292	0.6100507880046179	1	1	1	1	0	True	38150	maximal	True	ISR0012_000000017551	1.0		0	0	False	False	0.9845201373100281	0					non-mobilizable	no_good_hit	50.0	94.0	4.0	8.807611214066294e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0303_000000011248	1292	0.6100507880046179	1	1	1	1	0	True	33933	fragment	False	ISR0303_000000011248	0.9813664596273293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0182_000000021964	1288	0.6100507880046179	2	1	1	1	0	True	55210	fragment	False	ENG0182_000000021964	1.0		0	0	False	False	0.9992235898971558	0					non-mobilizable	no_good_hit								True	True
ISR0290_000000013382	1288	0.6100507880046179	1	1	1	1	0	True	33933	fragment	False	ISR0303_000000011248	0.9802631578947368		0	0	False	False	0.9875776171684265	0					non-mobilizable	no_good_hit								True	True
CHI0046_000000009013	1286	0.6100507880046179	2	1	1	1	0	True	87036	fragment	False	ISR0842_000000017169	0.9478707782672541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	4.0	8.807611214066294e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0038_000000027818	1279	0.6100507880046179	1	1	1	1	0	True	58282	maximal	True	ISR0038_000000027818	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	plasmid	880.0	97.273	91.0	0.3166245943021998	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0303_000000011439	1274	0.6100507880046179	1	1	1	1	0	True	25504	fragment	False	ISR0303_000000011439	1.0		0	0	False	False	0.9835164546966553	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	5.085010786579131e-06	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
FIJ0066_000000027183	1239	0.6100507880046179	1	1	1	1	0	True	45285	fragment	False	FIJ0066_000000027183	1.0		0	0	False	False	0.9991928935050964	0					non-mobilizable	no_good_hit								True	True
CHI0063_000000011486	1236	0.6100507880046179	1	1	1	1	0	True	85380	fragment	False	CHI0063_000000011486	1.0		0	0	False	False	0.9927184581756592	0					non-mobilizable	no_good_hit	704.0	75.0	57.0	0.17234567901234568	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MAD0096_000000016304	1225	0.6100507880046179	1	1	1	1	0	True	58279	fragment	False	MAD0096_000000016304	0.9425667482917712		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1226.0	95.351	100.0	0.44144144144144143	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
ENG0038_000000022648	1220	0.6100507880046179	2	1	1	1	0	True	65016	fragment	False	ENG0038_000000022648	1.0		0	0	False	False	0.9909836053848267	0					non-mobilizable	no_good_hit								True	True
ISR0276_000000008324	1216	0.6100507880046179	1	1	1	1	0	True	58279	fragment	False	MAD0096_000000016304	0.7142823744484874		0	0	False	False	1.0	0					non-mobilizable	plasmid	1216.0	97.944	100.0	0.43783783783783786	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
CHI0044_000000013622	1204	0.6100507880046179	1	1	1	1	0	True	87220	maximal	True	CHI0044_000000013622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	666.0	75.225	55.0	0.16246913580246913	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MAD0105_000000033503	1188	0.6100507880046179	1	1	1	1	0	True	58279	fragment	False	MAD0096_000000016304	0.4780361757105943		0	0	False	False	0.9957912564277649	0		MOBV			mobilizable	plasmid	1088.0	94.76100000000001	100.0	0.3917117117117117	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
FIJ0019_000000005675	1184	0.6100507880046179	1	1	1	1	0	True	49847	fragment	False	FIJ0019_000000005675	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1087.0	96.32	99.0	0.39163360980887124	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MON0061_000000040235	1176	0.6100507880046179	1	1	1	1	0	True	10790	fragment	False	MON0061_000000040235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	95.745	4.0	2.139304404200563e-06	LN590693.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG3, chromosome: 3	True	True
ENG0132_000000016799	1161	0.6100507880046179	1	1	1	1	0	True	58279	fragment	False	MAD0096_000000016304	0.9163064757402164		0	0	False	False	0.9879414439201355	0		MOBV			mobilizable	plasmid	1153.0	95.23	99.0	0.4151351351351351	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	False	True
USA0074_01_000000001146	1156	0.6100507880046179	1	1	1	1	0	True	696	maximal	True	USA0074_01_000000001146	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	76.087	12.0	2.2304804668133207e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0085_000000025026	1117	0.6100507880046179	1	1	1	1	0	True	33932	fragment	False	ISR0085_000000025026	1.0		0	0	False	False	0.9910474419593811	0					non-mobilizable	no_good_hit								True	True
ENG0065_000000023399	1108	0.6100507880046179	1	1	1	1	0	True	62816	fragment	False	ENG0065_000000023399	1.0		0	0	False	False	0.9909747242927551	0					non-mobilizable	no_good_hit								True	True
AST0019_000000027971	1108	0.6100507880046179	1	1	1	1	0	True	121865	maximal	True	AST0019_000000027971	1.0		1	1	False	False	0.9882671236991882	0					non-mobilizable	no_good_hit	862.0	98.84	83.0	0.26500461680517085	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
MAD0006_000000000064	45935	0.6100488610186653	102	23	12	19	17	False	58462	maximal	True	MAD0006_000000000064	1.0		1	1	False	False	0.9998911619186401	0					non-mobilizable	no_good_hit	826.0	82.93	5.0	0.004012766560604506	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
FIJ0065_000000007281	2423	0.6100466369858238	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.42703499777158915		0	0	False	False	1.0	0					non-mobilizable	other	2428.0	92.62799999999999	100.0	0.0007522357079881957	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0168_000000004315	4363	0.6100412133835544	5	5	4	3	5	False	112799	maximal	True	FIJ0168_000000004315	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2285.0	74.311	52.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0032_000000006303	5416	0.6100359908815319	8	2	1	2	1	True	67771	fragment	False	FIJ0127_000000003254	0.9709648331830478		0	0	False	False	0.9994460940361023	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.00029167534748057977	NZ_MCHZ01000027.1	firmicutes	Caminicella sporogenes strain AM 1114 contig_5, whole genome shotgun sequence	True	True
MON0106_000000012904	3114	0.6100359908815319	3	2	1	2	1	True	67765	fragment	False	MON0106_000000012904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0046_000000032546	1175	0.6100329391728364	2	2	2	2	2	False	36131	fragment	False	ISR0046_000000032546	1.0		0	0	False	False	0.9957447052001953	0					non-mobilizable	chromosome	1197.0	94.069	100.0	0.0003202400272699792	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0126_000000000089	86301	0.6100206178904756	129	33	11	29	19	False	41174	maximal	True	FIJ0126_000000000089	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	41.0	100.0	0.0	0.000235393813850572	NZ_AWQP01000053.1	g-proteobacteria	Pseudomonas syringae pv. coryli str. NCPPB 4273 contig53, whole genome shotgun sequence	True	True
FIJ0025_000000018729	1122	0.6100202942298477	2	1	1	1	1	True	49155	maximal	True	FIJ0025_000000018729	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0002519573352245686	NZ_FOUU01000008.1	d-proteobacteria	Thermodesulforhabdus norvegica strain DSM 9990, whole genome shotgun sequence	True	True
ISR0815_000000023095	1333	0.6100192774842164	1	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.1494474637254014		0	0	False	False	0.9992498159408569	0					non-mobilizable	other	1001.0	96.00399999999999	100.0	0.014284693950432113	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0041_000000006305	2269	0.610016962804484	2	1	1	1	1	True	87602	fragment	False	CHI0041_000000006305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0089_000000021514	1319	0.6100141947953478	2	2	2	2	2	False	15813	fragment	False	USA0132_01_000000011273	0.958273381294964		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	98.105	100.0	0.0004594044055418532	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0061_000000017158	2435	0.6100111033803202	3	3	2	3	2	False	109137	maximal	True	DEN0061_000000017158	1.0		419	11	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	71.65899999999999	17.0	5.9624795890294306e-05	CP034444.1	a-proteobacteria	Mesorhizobium sp. M1D.F.Ca.ET.043.01.1.1 chromosome, complete genome	True	False
MON0077_000000017778	2337	0.6100108188088897	2	2	2	1	2	False	10235	maximal	True	MON0077_000000017778	1.0		0	0	False	False	0.9614890813827515	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000023788	1322	0.6100095912522421	1	1	1	1	1	False	55962	maximal	True	ENG0168_000000023788	1.0		4	3	False	False	0.9712556600570679	0					non-mobilizable	other	1293.0	98.995	98.0	0.002008853258866864	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	False	False
MAD0054_000000014223	1323	0.6100023790402643	2	2	2	2	1	False	81173	fragment	False	SPA0106_000000028323	0.9781385208382354		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	97.884	100.0	0.0004261048185621831	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
TAN0008_000000001471	7213	0.6100022952357683	9	8	4	7	7	False	98005	maximal	True	TAN0008_000000001471	1.0		1	1	False	False	0.9984749555587769	0					non-mobilizable	plasmid	4814.0	97.40299999999999	99.0	0.03460227517869213	MN510446.1	enterobacteria	Escherichia coli strain SvETEC plasmid pSvP1_F, complete sequence	False	True
MAD0060_000000012632	1351	0.6100001267782251	3	3	2	2	1	False	16851	fragment	False	MAD0060_000000012632	1.0		0	0	False	False	0.9415248036384583	0					non-mobilizable	no_good_hit								True	False
MON0019_000000029934	2240	0.6099918456043669	4	1	1	1	1	False	91424	maximal	True	MON0019_000000029934	1.0		5	4	False	False	0.9848214387893677	0					non-mobilizable	no_good_hit								True	False
FIJ0120_000000014456	1696	0.6099918456043669	3	1	1	1	1	False	56517	fragment	False	FIJ0120_000000014456	1.0		0	0	False	False	0.9923349022865295	0					non-mobilizable	no_good_hit								True	False
MON0092_000000039033	1433	0.6099918456043669	2	1	1	1	1	False	9431	fragment	False	MON0092_000000039033	1.0		0	0	False	False	0.9623168110847473	0					non-mobilizable	no_good_hit								True	False
FIJ0090_000000007124	5325	0.6099907452097038	6	2	2	2	2	False	43532	fragment	False	FIJ0090_000000007124	1.0		0	0	False	False	0.9979342818260193	0					non-mobilizable	no_good_hit	1852.0	94.006	70.0	0.07663597909927843	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
CHI0056_000000016637	1255	0.609988416974343	2	2	2	1	1	False	86052	fragment	False	CHI0056_000000016637	0.9973730297723292		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	99.76	99.0	0.0015770197740827487	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0152_000000016799	1409	0.6099869624255614	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.25935004021952923		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	99.006	100.0	0.014659489624871156	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0166_000000023254	1294	0.6099831561700916	2	2	2	1	1	False	56113	fragment	False	ENG0166_000000023254	1.0		0	0	False	False	0.9984543919563293	0					non-mobilizable	no_good_hit	579.0	77.893	44.0	0.0001884697444997201	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
CHI0093_000000005840	1234	0.6099803793201095	2	1	1	1	1	False	83582	fragment	False	ISR0214_000000024390	0.9838817433716815		0	0	False	False	0.9894651770591736	0					non-mobilizable	other	1234.0	99.109	100.0	0.0025706672893533095	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0831_000000000854	14363	0.6099798893580927	18	8	5	7	6	False	108353	maximal	True	ISR0831_000000000854	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	6320.0	97.75299999999999	70.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ISR0030_000000006904	2948	0.6099782400294694	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.3746826468325397		0	0	False	False	1.0	0					non-mobilizable	chromosome	2948.0	97.965	100.0	0.001039914435543831	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0011_000000014809	1879	0.6099729985244347	2	2	2	1	2	False	38248	maximal	True	ISR0011_000000014809	1.0		85	9	False	False	0.9904204607009888	0					non-mobilizable	other	1879.0	99.947	100.0	0.0006324101088634398	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
CHI0174_000000004621	3351	0.6099722559221353	4	3	2	3	2	False	112844	fragment	False	ISR0301_000000004541	0.9553220996593644		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2290.0	74.236	67.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0043_000000009161	2882	0.6099722559221353	3	3	2	3	2	False	112724	backbone	False	ISR0050_000000008971	0.909093897259161	PS721	0	0	False	True	0.9993060231208801	0					non-mobilizable	no_good_hit	2288.0	74.17	78.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0059_000000009431	2745	0.6099722559221353	3	3	2	3	2	False	112724	backbone	False	ISR0050_000000008971	0.9091833492303775	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2291.0	74.203	82.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0074_000000008243	2689	0.6099722559221353	3	3	2	3	2	False	112724	backbone	False	ISR0050_000000008971	0.8807001557906595	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2273.0	74.043	83.0	0.2732480195003047	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0813_000000011833	2560	0.6099722559221353	3	3	2	3	2	False	112724	backbone	False	ISR0050_000000008971	0.7468905439655055	PS721	0	0	False	True	0.997265636920929	0					non-mobilizable	no_good_hit	2289.0	74.181	88.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0131_000000009898	2549	0.6099722559221353	3	3	2	3	2	False	112724	backbone	False	ISR0050_000000008971	0.8578632037413096	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2291.0	74.203	89.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0071_000000016417	2176	0.6099722559221353	3	3	2	3	2	False	112724	backbone	False	ISR0050_000000008971	0.3608237909390841	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2162.0	74.376	98.0	0.26045094454600853	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CHI0045_000000009709	2163	0.6099659264760179	3	3	3	3	2	False	87145	maximal	True	CHI0045_000000009709	1.0		7	3	False	False	0.9935275316238403	0					non-mobilizable	chromosome	1030.0	99.417	100.0	0.0002009620398525888	CP056560.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00399 chromosome, complete genome	False	False
ISR0070_000000013874	1523	0.6099633089719959	2	1	1	1	1	False	34892	fragment	False	ISR0070_000000013874	0.959414504324684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.078438055740898e-07	AP022685.1	bony fishes	Epinephelus fuscoguttatus DNA, LG11, complete sequence	True	False
ENG0179_000000011451	2923	0.6099539563368258	3	3	3	3	2	False	130810	fragment	False	ENG0179_000000011451	1.0		0	0	False	False	0.9934998154640198	0					non-mobilizable	chromosome	2923.0	99.96600000000001	100.0	0.00045039178073534705	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0154_000000016284	1273	0.6099485783589434	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.2410085341694281		0	0	False	False	0.9850746393203735	0					non-mobilizable	no_good_hit								True	False
AST0019_000000019349	1557	0.6099465985528507	3	1	1	1	1	False	122133	fragment	False	AST0019_000000019349	1.0		0	0	False	False	0.9794476628303528	0					non-mobilizable	no_good_hit								True	False
ISR0788_000000000810	7855	0.6099457179269491	9	5	2	2	4	True	113134	fragment	False	ISR0042_000000002093	0.7727979160525505		0	0	False	False	1.0	0					non-mobilizable	other	7859.0	95.712	100.0	0.17942857142857144	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CHI0145_000000009350	2009	0.6099408922071595	3	2	1	2	1	False	79757	maximal	True	CHI0145_000000009350	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	99.594	25.0	0.0001312444831301489	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0025_000000008200	2931	0.6099372242043601	1	1	1	1	1	False	66166	fragment	False	ENG0025_000000008200	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2931.0	100.0	100.0	0.42961876832844575	NZ_CAAHGR010000054.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	False
ISR0317_000000010902	1891	0.6099367354902394	2	2	2	2	1	False	25162	maximal	True	ISR0317_000000010902	1.0		1	1	False	False	0.9925965070724487	0					non-mobilizable	no_good_hit	1034.0	99.71	55.0	0.0007997541123851951	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
ENG0101_000000021977	1539	0.6099365093109218	2	2	1	2	1	False	60448	maximal	True	ENG0101_000000021977	1.0		6	3	False	False	0.9967511296272278	0					non-mobilizable	no_good_hit	982.0	99.084	64.0	0.000138464899924176	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0170_000000016415	2793	0.6099316111122355	4	2	2	2	2	True	86156	maximal	True	ISR0170_000000016415	0.9962991203619637		25	5	False	False	0.9874686598777771	0					non-mobilizable	no_good_hit	1733.0	80.32300000000001	74.0	0.0036398516653391912	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ISR0040_000000009765	2793	0.6099316111122355	4	2	2	2	2	True	86156	maximal	False	ISR0170_000000016415	0.995821565443148		0	0	False	False	0.9949874877929688	0					non-mobilizable	no_good_hit	1729.0	80.278	74.0	0.0036312873084795695	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
MAD0039_000000002217	5131	0.6099285077317491	4	2	1	1	2	False	18503	fragment	False	MAD0039_000000002217	1.0		0	0	False	False	0.9966868162155151	0					non-mobilizable	no_good_hit	995.0	69.447	19.0	0.00022404399172409878	CP013196.1	firmicutes	Clostridioides difficile strain Z31 chromosome, complete genome	True	False
ISR0198_000000018857	1756	0.6099262559782215	3	1	1	1	1	False	28867	maximal	True	ISR0198_000000018857	1.0		14	6	False	False	0.9994305372238159	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.985694367955951e-06	CP023515.1	firmicutes	Enterococcus sp. FDAARGOS_375 chromosome, complete genome	True	False
DEN0066_000000014570	2391	0.6099240629687892	4	4	3	2	3	False	70978	fragment	False	DEN0066_000000014570	0.9897515262603841		0	0	False	False	1.0	0					non-mobilizable	chromosome	2391.0	98.954	100.0	0.0007703407839361706	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0296_000000007792	3274	0.6099228063895316	4	4	3	4	3	False	78941	maximal	True	ISR0296_000000007792	1.0		3	2	False	False	0.9975565075874329	0					non-mobilizable	no_good_hit	415.0	76.38600000000001	17.0	0.0033006222880557724	NZ_FOJY01000010.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
FIJ0140_000000001607	12783	0.6099200484508112	10	9	8	6	8	False	82233	fragment	False	FIJ0140_000000001607	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	6830.0	99.839	95.0	0.0016553859310861068	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
AST0102_000000020543	1531	0.6099151253843133	2	1	1	1	1	False	131318	maximal	False	SPA0137_000000022481	0.9353888991248707		0	0	False	False	0.9934683442115784	0					non-mobilizable	no_good_hit	64.0	100.0	4.0	0.0008517542080713851	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
SPA0031_000000020457	1610	0.6099088974777526	2	2	2	2	1	True	7274	maximal	True	SPA0031_000000020457	1.0		2	2	False	False	0.9956521987915039	0					non-mobilizable	no_good_hit								True	True
CHI0145_000000005304	3466	0.6099080350268885	6	6	4	6	6	False	97793	fragment	False	MAD0008_000000002827	0.9451788895634198		0	0	False	False	1.0	0					non-mobilizable	other	3466.0	99.885	100.0	0.025549894187306903	NZ_NQCD01000011.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_9_length_135617_cov_79.9926_ID_17.ctg_1, whole genome shotgun sequence	False	False
SPA0016_000000010747	3046	0.6099040899441175	2	2	2	2	1	True	116580	maximal	True	SPA0016_000000010747	1.0		6	4	False	False	0.9990150928497314	0					non-mobilizable	no_good_hit	1582.0	96.90299999999999	62.0	0.00909488866105268	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0200_000000008313	2428	0.6099030169815128	4	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.5733727576147793		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	93.979	100.0	0.00035330135723131385	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0115_000000008311	2351	0.6099030169815128	4	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.2166732288602792		0	0	False	False	1.0	0					non-mobilizable	chromosome	2352.0	97.236	100.0	0.000656879985199909	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0102_000000010846	2810	0.6098999815901295	4	4	3	3	2	False	124449	fragment	False	AST0102_000000010846	1.0		0	0	False	False	0.9985765218734741	0					non-mobilizable	other	2838.0	97.181	100.0	0.016205714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0012_000000015311	1576	0.609899112940868	3	2	2	2	2	False	8001	maximal	True	SPA0012_000000015311	1.0		10	6	False	False	0.999365508556366	0					non-mobilizable	no_good_hit	747.0	84.605	47.0	0.00622907290353287	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0030_000000026648	1361	0.6098960013118839	3	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.1786358009990979		0	0	False	False	0.9985305070877075	0					non-mobilizable	other	1362.0	93.17200000000001	100.0	0.00042309369845489915	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0114_000000019966	2334	0.6098959344574649	3	3	3	3	3	False	76609	fragment	False	SPA0052_000000011523	0.9561181040885662		0	0	False	False	1.0	0					non-mobilizable	other	2192.0	99.544	100.0	0.0006173838830372015	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0045_01_000000000669	21794	0.6098929508691607	22	21	7	10	20	True	123802	fragment	False	ENG0073_000000000695	0.2431984262093793		0	0	False	False	1.0	0					non-mobilizable	other	21639.0	99.995	99.0	0.013874630081470248	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0779_000000000992	21690	0.6098929508691607	22	21	7	10	20	True	123802	fragment	False	ENG0073_000000000695	0.24279395266504086		0	0	False	False	1.0	0					non-mobilizable	other	21638.0	99.98200000000001	99.0	0.013874630081470248	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ITA0006_000000007288	3550	0.6098911842674197	5	5	3	5	3	False	101150	fragment	False	ITA0006_000000007288	1.0		0	0	False	False	0.9898591637611389	0					non-mobilizable	no_good_hit	1755.0	84.9	81.0	0.00042955168485028577	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0336_000000012784	1241	0.6098844188213411	2	1	1	1	1	False	77707	fragment	False	CHI0176_000000005454	0.6290873596876525		0	0	False	False	0.9685737490653992	0					non-mobilizable	other	1241.0	98.95200000000001	100.0	0.000370707971506907	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0310_000000002086	6820	0.6098825949450103	6	5	4	4	5	True	130118	maximal	False	ISR0130_000000003746	0.9871278584783547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4995.0	97.15700000000001	77.0	0.0016799413787636694	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0208_000000024936	1124	0.6098722234860616	2	2	2	2	2	False	28493	fragment	False	ISR0208_000000024936	1.0		0	0	False	False	0.9911032319068909	0					non-mobilizable	other	1124.0	95.73	100.0	0.03179051663128096	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	False	False
CHI0063_000000004903	2628	0.6098566671066546	4	4	4	4	4	False	85466	fragment	False	ENG0100_000000010737	0.9549528758772929		0	0	False	False	0.9992389678955078	0					non-mobilizable	other	2628.0	99.353	100.0	0.010726389285860113	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0075_000000012342	2075	0.6098553784068556	4	4	4	4	3	False	50961	maximal	True	ISR0075_000000012342	1.0		43	8	False	False	0.999518096446991	0					non-mobilizable	no_good_hit	1397.0	73.873	65.0	0.0011716064317971611	NZ_CP012622.1	mycoplasmas	Spiroplasma cantharicola strain CC-1 chromosome, complete genome	True	False
DEN0096_000000030594	1484	0.6098512912571834	2	2	2	2	2	False	68144	fragment	False	DEN0096_000000030594	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	99.932	99.0	0.0004472871895677001	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0110_000000005767	2469	0.6098434014362706	3	2	1	2	2	False	8474	maximal	True	MON0110_000000005767	1.0		2	1	False	False	0.9870392680168152	0					non-mobilizable	no_good_hit	92.0	98.913	4.0	3.0630067214484856e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0142_000000022001	1560	0.6098424212594558	2	1	1	1	1	False	57667	fragment	False	ENG0142_000000022001	1.0		0	0	False	False	0.9993589520454407	0					non-mobilizable	other	1560.0	99.295	100.0	0.00042153147060946855	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0027_000000009625	3722	0.6098423944143626	3	3	3	2	2	False	68989	fragment	False	SPA0132_000000011622	0.7026264878813507		0	0	False	False	1.0	0					non-mobilizable	other	3722.0	97.77	100.0	0.024169243160383488	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0019_000000019377	1556	0.6098413571972454	2	1	0	1	1	False	122128	maximal	True	AST0019_000000019377	1.0		1	1	False	False	0.9948586225509644	0					non-mobilizable	no_good_hit								True	False
ISR0249_000000010086	1947	0.6098335228335322	3	2	2	2	2	False	27061	fragment	False	ISR0249_000000010086	1.0		0	0	False	False	0.9876733422279358	0					non-mobilizable	no_good_hit	477.0	73.375	24.0	0.00018417336853091042	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
ISR0006_000000014458	1305	0.6098248328313786	3	1	1	1	1	True	38482	fragment	False	ISR0006_000000014458	1.0		0	0	False	False	0.9716475009918213	0					non-mobilizable	no_good_hit	815.0	93.374	80.0	0.0002824485825458588	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0134_000000000807	25691	0.6098188211251664	22	9	5	8	3	False	58242	maximal	True	ISR0134_000000000807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	92.65100000000001	3.0	0.012659976061136176	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
MON0065_000000001324	15972	0.6098179630655153	18	18	4	10	16	True	123536	fragment	False	ENG0208_000000001259	0.9615782114414251		0	0	False	False	0.9999374151229858	0					non-mobilizable	other	15972.0	99.98100000000001	100.0	0.12293233372076018	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0028_000000003224	4626	0.6098154358643165	4	4	3	3	3	False	65916	maximal	True	ENG0028_000000003224	1.0		328	12	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	84.211	3.0	8.431757891801089e-05	NZ_KB903294.1	high GC Gram+	Actinoplanes globisporus DSM 43857 A3CQDRAFT_scaffold_0.1, whole genome shotgun sequence	True	False
MON0066_000000033461	1119	0.6098135336964601	1	1	1	1	1	False	10613	maximal	True	MON0066_000000033461	1.0		250	11	False	False	0.9740840196609497	0					non-mobilizable	other	1114.0	99.19200000000001	99.0	0.004395317979338452	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0012_000000014040	1664	0.6098110180532039	3	3	3	2	1	False	78140	maximal	True	ENG0012_000000014040	1.0		19	6	False	False	0.9987980723381042	0					non-mobilizable	chromosome	1419.0	99.93	98.0	0.0003155776049395684	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0001_000000012683	1616	0.6098099621762131	3	2	2	1	1	False	52560	maximal	True	FIJ0001_000000012683	1.0		44	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0071_000000000771	8729	0.609808604830764	10	9	3	9	8	False	122696	fragment	False	ISR0071_000000000771	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8729.0	100.0	100.0	0.0018433401627875495	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0822_000000001680	3370	0.6098041941256641	4	4	4	4	3	False	90634	fragment	False	ISR0822_000000001680	0.9917368256937948		0	0	False	False	0.9955489635467529	0					non-mobilizable	other	3324.0	96.811	98.0	0.005292871139251818	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0144_000000002787	2359	0.6098038174909051	4	3	3	3	3	False	108464	maximal	True	ISR0144_000000002787	0.9852607709750567		1078	14	False	False	0.9995760917663574	0					non-mobilizable	other	2364.0	93.486	100.0	0.004842023592292992	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0035_000000013458	1470	0.6098029798701549	3	2	1	1	2	False	36776	fragment	False	ISR0035_000000013458	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1385.0	99.639	94.0	0.011572486914059234	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ISR0004_000000001888	8276	0.6097999765625755	6	5	3	4	4	False	67287	maximal	True	ISR0004_000000001888	0.969238402381543		102	11	False	False	0.9998791813850403	0					non-mobilizable	no_good_hit	4572.0	72.594	54.0	0.002150341136432567	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
FIJ0047_000000006236	4714	0.6097927178436371	5	5	5	5	5	False	46907	maximal	True	FIJ0047_000000006236	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	79.65100000000001	4.0	2.215449195280186e-05	CP009282.1	firmicutes	Paenibacillus sp. FSL R5-0912, complete genome	True	False
ISR0843_000000006121	2697	0.609790457377439	4	4	4	4	2	False	84698	fragment	False	SPA0095_000000007134	0.9636075949367089		0	0	False	False	1.0	0					non-mobilizable	other	2697.0	99.666	100.0	0.040295942007323816	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MAD0107_000000025754	1540	0.6097866323327233	4	3	3	2	1	False	14660	maximal	True	MAD0107_000000025754	1.0		1	1	False	False	0.9993506669998169	0					non-mobilizable	no_good_hit	165.0	80.60600000000001	11.0	0.00020036458979959853	NZ_DS995474.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld1, whole genome shotgun sequence	True	False
ISR0843_000000009485	1726	0.6097858781944051	2	2	2	2	2	False	20731	fragment	False	ISR0843_000000009485	1.0		0	0	False	False	0.997682511806488	0					non-mobilizable	other	1725.0	92.406	99.0	0.006760634241826315	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0050_000000005982	3964	0.60978469259919	4	3	2	3	3	False	119169	maximal	True	ENG0050_000000005982	1.0	PS816	1	1	False	True	0.9997477531433105	0					non-mobilizable	no_good_hit	2547.0	92.265	65.0	0.0006759829897130825	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
FIJ0021_000000029731	1610	0.6097832321543939	3	3	3	2	2	False	49595	fragment	False	FIJ0021_000000029731	1.0		0	0	False	False	0.9993788599967957	0					non-mobilizable	other	1610.0	99.193	100.0	0.0020177699190509334	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
ISR0291_000000010736	1405	0.6097785392135818	2	2	2	1	2	False	25898	fragment	False	ISR0291_000000010736	0.98963133640553		0	0	False	False	0.9950177669525146	0					non-mobilizable	other	1380.0	96.884	98.0	0.0006045530428439157	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0071_000000004949	4213	0.6097777098522261	4	4	4	3	1	False	118380	maximal	True	ENG0071_000000004949	1.0		11	4	False	False	0.9990505576133728	0					non-mobilizable	no_good_hit	3660.0	89.617	87.0	0.0014169083882841962	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CHI0162_000000002341	10047	0.6097754058408204	11	8	6	7	5	True	78597	maximal	True	CHI0162_000000002341	1.0		1	1	False	False	0.9999004602432251	0					non-mobilizable	no_good_hit	7292.0	98.574	76.0	0.02997126212314941	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	True
ISR0382_000000005664	2431	0.6097710437062462	4	4	4	4	3	False	25998	fragment	False	ISR0382_000000005664	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2431.0	99.26	100.0	0.003877502824353909	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0306_000000001746	4758	0.6097698068543985	5	5	4	4	3	False	25458	maximal	True	ISR0306_000000001746	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	76.928	30.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
AST0039_000000013143	1199	0.6097622776415029	1	1	1	1	1	False	116450	fragment	False	AST0039_000000013143	1.0		0	0	False	False	0.9949958324432373	0					non-mobilizable	no_good_hit	429.0	93.24	36.0	0.00047428295320185525	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
MON0051_000000007750	4173	0.6097619721097564	4	3	3	3	3	False	11278	maximal	True	MON0051_000000007750	1.0		31	8	False	False	0.979870617389679	0					non-mobilizable	no_good_hit	476.0	93.277	11.0	0.011773472429210135	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0021_000000020065	2433	0.6097597263423125	2	1	1	1	1	False	49641	maximal	True	FIJ0021_000000020065	1.0		5	1	False	False	1.0	0					non-mobilizable	plasmid	2304.0	99.95700000000001	100.0	0.009629254872118645	CP041936.1	enterobacteria	Klebsiella pneumoniae strain KP14003 plasmid unnamed2, complete sequence	False	True
FIJ0041_000000028996	1320	0.6097591538436762	2	1	1	1	1	False	47345	fragment	False	FIJ0041_000000028996	1.0		0	0	False	False	0.9969696998596191	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	False
SPA0097_000000002408	9903	0.6097544649882906	15	3	2	3	2	False	5139	maximal	True	SPA0097_000000002408	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	4.0	3.4511866952089134e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0773_000000001308	6724	0.6097503923354037	8	8	7	8	6	False	63425	fragment	False	ISR0773_000000001308	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6724.0	99.10799999999999	100.0	0.009239674941556274	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
MAD0107_000000015201	2555	0.6097478082285999	6	3	2	3	2	False	46593	fragment	False	MAD0107_000000015201	1.0		0	0	False	False	0.9996086359024048	0					non-mobilizable	no_good_hit	1290.0	87.75200000000001	87.0	0.0003661851555444942	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0067_000000008940	1332	0.609747124889277	3	2	2	2	1	True	85176	maximal	True	CHI0067_000000008940	1.0		296	12	False	False	0.9812312126159668	0					non-mobilizable	chromosome	1332.0	99.55	100.0	0.000521960170242937	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	True
ISR0039_000000003830	7172	0.6097454532132939	7	5	4	3	3	False	108234	maximal	True	ISR0039_000000003830	1.0		1	1	False	False	0.9972113966941833	0					non-mobilizable	no_good_hit	1815.0	99.89	25.0	0.0006302416632820998	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
MON0033_000000009972	6873	0.6097402459088089	5	4	3	3	1	True	132052	fragment	False	MON0033_000000009972	1.0		0	0	False	False	0.9988360404968262	0					non-mobilizable	no_good_hit	326.0	79.44800000000001	5.0	0.0001407577280640368	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
ENG0098_000000007797	3279	0.6097371946494711	3	2	1	1	2	False	124372	fragment	False	ENG0098_000000007797	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1736.0	83.87100000000001	55.0	0.0002834022240186337	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0185_000000008197	3838	0.6097365543741404	4	4	3	3	4	False	128229	fragment	False	ENG0045_000000003039	0.9443887775551102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2134.0	99.391	63.0	0.03617461501933383	NZ_CYZN01000024.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0051_000000006911	5998	0.6097327589224559	4	4	4	4	2	False	35869	maximal	True	ISR0051_000000006911	1.0		42	6	False	False	0.9996665716171265	0					non-mobilizable	other	4597.0	98.76	99.0	0.017730660617564002	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0277_000000002370	3617	0.6097178802284396	4	3	2	3	2	False	26301	maximal	True	ISR0277_000000002370	1.0		3	2	False	False	0.9972352981567383	0					non-mobilizable	no_good_hit	759.0	98.024	21.0	0.00025756757665948443	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0043_000000003799	6339	0.6097172854781874	4	3	1	1	2	False	47254	maximal	True	FIJ0043_000000003799	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0154_000000008855	3885	0.6097172854781874	5	3	1	1	2	False	39613	maximal	True	FIJ0154_000000008855	1.0		17	3	False	False	0.9933075904846191	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	9.603924240275972e-07	CP018161.1	monocots	Oryza sativa Indica Group cultivar Shuhui498 chromosome 5 sequence	True	False
MAD0047_000000017316	2523	0.6097172854781874	4	3	1	1	2	False	17667	maximal	True	MAD0047_000000017316	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0016_000000009849	2786	0.6097160555930936	5	3	1	2	2	True	100487	fragment	False	AUS0016_000000009849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	98.859	72.0	0.0003102754480541492	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
SPA0119_000000004848	7201	0.6097146755861088	9	6	2	0	4	False	4230	maximal	True	SPA0119_000000004848	1.0		1	1	False	False	0.997778058052063	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	6.308991142508488e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0090_000000018608	3093	0.6097100185722345	4	2	2	2	2	False	104982	fragment	False	MON0090_000000018608	1.0		0	0	False	False	0.9993533492088318	0					non-mobilizable	no_good_hit	714.0	75.49	23.0	0.00019770079843718497	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0011_000000012700	3299	0.6097076069248882	3	3	3	3	2	False	91319	fragment	False	MON0048_000000010648	0.8979884440511202		0	0	False	False	0.9993937611579895	0					non-mobilizable	no_good_hit								True	False
MON0024_000000014090	3270	0.6097076069248882	3	3	3	3	2	False	91319	fragment	False	MON0048_000000010648	0.8232043442040697		0	0	False	False	0.9966360926628113	0					non-mobilizable	no_good_hit								True	False
MON0019_000000021033	3099	0.6097076069248882	3	3	3	3	2	False	91319	fragment	False	MON0048_000000010648	0.8150790970870587		0	0	False	False	0.9964504837989807	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000011460	2966	0.6097076069248882	3	3	3	3	2	False	91319	fragment	False	MON0048_000000010648	0.6568327750603552		0	0	False	False	0.9962912797927856	0					non-mobilizable	no_good_hit								True	False
MON0044_000000017556	2850	0.6097076069248882	3	3	3	3	2	False	91319	fragment	False	MON0048_000000010648	0.43407602112010374		0	0	False	False	0.9996491074562073	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000017855	1207	0.6097074510367928	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.05451665702850943	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1203.0	88.446	100.0	0.00037269577260953617	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0108_000000004438	6503	0.6097058390273706	8	5	5	5	5	True	102698	fragment	False	SPA0108_000000004438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1370.0	92.92	21.0	0.03006130924912651	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
MON0024_000000043047	1222	0.6097041094869977	2	2	2	2	1	False	104598	fragment	False	SPA0126_000000036720	0.9330691050278074		0	0	False	False	0.9869067072868347	0					non-mobilizable	no_good_hit	328.0	73.171	27.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
MAD0051_000000013162	2214	0.6097032447862376	3	3	3	3	2	False	45556	fragment	False	MAD0051_000000013162	1.0		0	0	False	False	0.9936766028404236	0					non-mobilizable	chromosome	2215.0	99.23299999999999	100.0	0.0004567640711404365	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
ENG0207_000000014607	1329	0.6096956081941639	2	2	2	2	2	False	53873	maximal	True	ENG0207_000000014607	1.0		4	3	False	False	0.9954853057861328	0					non-mobilizable	no_good_hit	148.0	79.054	11.0	3.0507621397028727e-05	CP017638.1	enterobacteria	Dickeya dianthicola RNS04.9, complete genome	True	False
MAD0109_000000002560	5092	0.6096886603753372	5	5	5	5	3	False	42146	maximal	True	MAD0109_000000002560	1.0		6	5	False	False	0.9998036026954651	0					non-mobilizable	no_good_hit	1462.0	94.52799999999999	29.0	0.00040644465323450604	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0120_000000026682	1509	0.6096863373524115	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.32319419267861216		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	78.09	100.0	0.02098672467648371	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0101_01_000000022276	1366	0.6096859430408237	2	2	2	1	1	False	94890	fragment	False	USA0021_01_000000012788	0.8339779839464031		0	0	False	False	0.997803807258606	0					non-mobilizable	other	1352.0	99.038	99.0	0.015468639080354485	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
MAD0047_000000036685	1305	0.6096767610757868	1	1	1	1	1	False	17607	fragment	False	MAD0047_000000036685	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	98.314	100.0	0.005457482694255413	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
AST0025_000000031600	1231	0.6096693680560344	2	1	1	1	1	True	119668	fragment	False	ENG0175_000000017400	0.6281955820302805		0	0	False	False	0.9626320004463196	0					non-mobilizable	no_good_hit	132.0	75.0	11.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
AST0150_000000015005	1860	0.6096647771556598	2	1	1	1	1	False	104082	fragment	False	AST0150_000000015005	1.0		0	0	False	False	0.999462366104126	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000021703	1540	0.6096572098542232	3	3	2	2	1	False	33255	maximal	True	SPA0130_000000021703	1.0		110	11	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	94.795	72.0	0.00030985391445667614	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0009_01_000000002974	8226	0.6096544677334957	11	3	0	2	2	False	78459	fragment	False	USA0009_01_000000002974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6374.0	99.796	87.0	0.006991441737985517	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
SPA0007_000000002859	7316	0.6096544677334957	11	3	0	2	2	False	78456	fragment	False	SPA0007_000000002859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5541.0	99.82	86.0	0.006078560456440641	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
MON0083_000000031121	1309	0.6096522853036673	2	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.5844793378085048		0	0	False	False	0.9961802959442139	0					non-mobilizable	no_good_hit								True	False
MON0024_000000041043	1277	0.6096522853036673	2	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.5005959684538318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0021_000000026994	1128	0.6096522853036673	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.12601217818609123		0	0	False	False	0.9583333134651184	0					non-mobilizable	no_good_hit								True	False
MON0104_000000041880	1100	0.6096522853036673	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.12402672624689277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0831_000000003585	4542	0.6096503758766986	5	5	4	4	5	False	127069	maximal	False	ENG0004_000000005748	0.9286146908916472		0	0	False	False	0.9993395209312439	0					non-mobilizable	other	3758.0	96.62100000000001	94.0	0.0011201957816422423	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0150_000000014616	1906	0.6096472400029709	3	3	3	2	1	False	104093	maximal	True	AST0150_000000014616	1.0		0	0	False	False	0.9979013800621033	0					non-mobilizable	no_good_hit								True	False
MON0079_000000015690	1454	0.609647238494836	2	1	1	1	1	False	26313	fragment	False	ISR0276_000000006786	0.969939879759519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0044_000000005411	6813	0.6096453818517701	7	3	2	2	0	True	75395	fragment	False	MON0044_000000005411	1.0		0	0	False	True	0.9917804002761841	0					non-mobilizable	no_good_hit	1954.0	92.477	30.0	0.0008903505070938403	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	True
ISR0220_000000007679	1226	0.6096451679569516	3	3	3	2	2	False	27978	maximal	True	ISR0220_000000007679	1.0		5	3	False	False	0.9641109108924866	0					non-mobilizable	no_good_hit	607.0	99.34100000000001	50.0	0.004327579917167974	NZ_FOZH01000013.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ENG0115_000000003641	4574	0.6096440797425827	5	1	1	1	1	False	59546	maximal	True	ENG0115_000000003641	1.0		387	12	False	False	1.0	0					non-mobilizable	chromosome	4575.0	97.902	100.0	0.0020407188792602184	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0126_000000032878	1254	0.6096400504941317	2	2	2	1	1	False	41093	fragment	False	FIJ0126_000000032878	1.0		0	0	False	False	0.9872408509254456	0					non-mobilizable	no_good_hit								True	False
ENG0015_000000004332	4576	0.6096388773509543	7	4	3	4	2	False	66874	maximal	True	ENG0015_000000004332	1.0		734	13	False	False	1.0	0					non-mobilizable	other	4578.0	93.709	100.0	0.14658377131137035	NZ_CYYA01000030.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0151_000000001152	12598	0.6096347847571348	11	8	6	8	5	True	125269	fragment	False	SPA0151_000000001152	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2672.0	80.876	22.0	0.0007478260771814966	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0150_000000001162	12585	0.6096347847571348	11	8	6	8	5	True	125269	fragment	False	SPA0151_000000001152	0.9994840450865217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2672.0	80.876	22.0	0.0007478260771814966	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0110_000000001873	11031	0.6096308774852188	9	5	2	2	3	False	32725	maximal	True	ISR0110_000000001873	1.0		1	1	False	False	0.9998186826705933	0					non-mobilizable	no_good_hit	1103.0	90.118	22.0	0.0019393060351203812	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CHI0056_000000010812	1851	0.6096283298062103	3	3	3	3	3	False	109891	fragment	False	ISR0333_000000009214	0.28474260177093746		0	0	False	False	1.0	0					non-mobilizable	other	1856.0	98.384	100.0	0.0008366468457286359	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	False	False
FIJ0120_000000011430	2086	0.6096261716575835	4	3	3	2	2	False	53690	fragment	False	FIJ0120_000000011430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0184_000000012044	1858	0.6096226893091008	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.8238375404602196		0	0	False	False	0.9919267892837524	0					non-mobilizable	chromosome	1725.0	83.71	92.0	0.00047817307684241343	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0084_000000024566	1444	0.6096207625361211	2	1	1	1	1	True	113507	fragment	False	USA0037_01_000000021950	0.9340909090909091		0	0	False	True	1.0	0					non-mobilizable	chromosome	1444.0	92.521	100.0	0.00046510533523844947	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0155_000000006815	3458	0.6096192124070737	4	3	1	1	2	False	30603	maximal	True	ISR0155_000000006815	1.0		59	8	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	85.09100000000001	62.0	0.0006658384261030992	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0375_000000000096	38910	0.6096174764185861	50	17	8	16	10	True	123950	maximal	True	ISR0375_000000000096	1.0		10	4	False	False	0.9998458027839661	0					non-mobilizable	no_good_hit	975.0	74.154	3.0	0.0059749692141439015	NZ_FOIN01000003.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	True
TAN0007_000000031903	1325	0.6096095782937951	2	2	2	2	2	False	2794	fragment	False	TAN0007_000000031903	1.0		0	0	False	False	0.997735857963562	0					non-mobilizable	other	1326.0	98.64299999999999	100.0	0.017706813710400577	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MAD0016_000000002666	2038	0.6096080431141053	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.5275134980740642		0	0	False	False	0.999018669128418	0					non-mobilizable	chromosome	2052.0	88.596	100.0	0.0006601079186197814	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0040_000000008100	3397	0.6096058654641682	5	5	5	5	3	True	49114	maximal	True	ISR0040_000000008100	1.0		5	2	False	False	1.0	0					non-mobilizable	other	3153.0	99.397	93.0	0.007168898987211066	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	True
MAD0007_000000007194	1314	0.6096041080370346	2	2	2	1	1	False	19856	fragment	False	MAD0007_000000007194	0.985121378230227		0	0	False	False	0.9931507110595703	0					non-mobilizable	chromosome	1320.0	88.10600000000001	100.0	0.0005419612242393393	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0065_000000007294	2995	0.609602427511878	2	2	1	2	2	False	6093	fragment	False	SPA0065_000000007294	1.0		0	0	False	False	0.9936560988426208	0					non-mobilizable	other	2960.0	99.96600000000001	99.0	0.0038180251042569885	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0149_000000004769	3263	0.6095950880563312	3	2	2	2	1	False	129032	maximal	True	ISR0149_000000004769	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1728.0	99.82600000000001	53.0	0.0070515699644767465	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0105_000000005879	4717	0.6095858451546176	14	5	0	5	3	False	4802	maximal	True	SPA0105_000000005879	1.0		12	3	False	False	1.0	0					non-mobilizable	virus	1648.0	90.17	99.0	0.053703340524285804	KP793117.1	viruses	Lactococcus phage 936 group phage PhiG, complete genome	False	False
FIJ0119_000000010550	1651	0.6095805880902121	3	3	3	2	2	False	45186	fragment	False	FIJ0119_000000010550	1.0		0	0	False	False	0.9897032380104065	0					non-mobilizable	other	1670.0	73.593	99.0	0.0044666438590489225	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0093_000000006511	3163	0.6095727257563862	4	2	0	2	0	False	101474	maximal	True	FIJ0093_000000006511	1.0		42	7	False	False	1.0	0					non-mobilizable	chromosome	2165.0	90.208	99.0	0.0005751282634727663	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0018_000000007028	4016	0.6095726196385807	5	3	1	3	1	False	79009	fragment	False	SPA0018_000000007028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	85.075	7.0	8.275214984485527e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0021_000000004351	6673	0.6095710976988923	11	7	5	4	6	False	87832	maximal	True	DEN0021_000000004351	1.0		5	3	False	False	0.9997003078460693	0					non-mobilizable	no_good_hit	2635.0	99.92399999999999	40.0	0.014431058003648856	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ETH0002_000000004873	5836	0.6095682054709132	4	4	3	4	4	False	53388	maximal	True	ETH0002_000000004873	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	74.387	28.0	0.002997397045137273	NZ_JH376763.1	CFB group bacteria	Prevotella histicola F0411 supercont1.2, whole genome shotgun sequence	True	False
MON0103_000000012305	3698	0.6095679524552147	4	2	2	2	2	False	13213	maximal	True	MON0103_000000012305	1.0		32	7	False	False	0.9981070756912231	0					non-mobilizable	no_good_hit	555.0	75.135	15.0	0.00019289518033583508	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
FIJ0003_000000010295	2361	0.6095607158552202	3	2	2	2	2	False	52193	maximal	True	FIJ0003_000000010295	1.0		14	2	False	False	0.9822109341621399	0					non-mobilizable	other	2224.0	90.82700000000001	94.0	0.07708868671435516	NZ_FQWX01000028.1	firmicutes	Asaccharospora irregularis DSM 2635, whole genome shotgun sequence	False	False
MAD0088_000000023515	1148	0.6095560451827456	2	2	2	2	1	False	15865	fragment	False	MAD0088_000000023515	1.0		0	0	False	False	0.9895470142364502	0					non-mobilizable	no_good_hit	210.0	81.905	18.0	0.00066130627064595	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
DEN0018_000000019568	1983	0.6095531242439476	5	4	3	3	3	False	75103	maximal	True	DEN0018_000000019568	0.9916897506925209		3	2	False	False	0.9949571490287781	0					non-mobilizable	no_good_hit	93.0	84.946	5.0	1.7657768768219277e-05	CP010586.1	firmicutes	Bacillus megaterium strain Q3, complete genome	True	False
ISR0802_000000007677	2128	0.6095526850534877	3	2	2	2	1	False	70057	fragment	False	ISR0802_000000007677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	77.941	6.0	3.13388787557249e-05	NZ_LT839648.1	firmicutes	Oceanobacillus senegalensis strain Marseille-P3587, whole genome shotgun sequence	True	False
ETH0004_000000003527	7803	0.6095454485733423	11	10	8	7	9	False	52957	maximal	True	ETH0004_000000003527	1.0		1	1	False	False	0.9998718500137329	0					non-mobilizable	no_good_hit	101.0	82.178	1.0	4.7190339613144085e-05	CP012544.1	e-proteobacteria	Campylobacter showae strain ATCC 51146, complete genome	True	False
USA0044_01_000000019148	1424	0.6095439211839269	3	2	2	1	2	False	101769	fragment	False	USA0066_01_000000013774	0.8341501730612034		0	0	False	False	0.9817415475845337	0					non-mobilizable	other	1426.0	95.863	100.0	0.0003847590010758651	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0080_000000002404	10584	0.6095412450132479	9	4	3	3	2	True	34326	maximal	True	ISR0080_000000002404	1.0		1	1	False	False	0.999716579914093	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.0112050284893453e-05	NZ_FNFO01000003.1	CFB group bacteria	Catalinimonas alkaloidigena strain DSM 25186, whole genome shotgun sequence	True	True
DEN0001_000000001459	16510	0.6095410848303069	21	6	5	6	3	True	76999	maximal	True	DEN0001_000000001459	1.0		1	1	False	False	0.9969109892845154	0					non-mobilizable	no_good_hit								True	True
ISR0244_000000005842	3714	0.6095395272255302	10	4	1	3	2	False	27205	fragment	False	ISR0244_000000005842	1.0		0	0	False	False	0.9959612488746643	0					non-mobilizable	no_good_hit								True	False
MAD0067_000000008352	1280	0.6095317180221479	2	2	2	1	1	False	16494	maximal	True	MAD0067_000000008352	1.0		10	2	False	False	0.9710937738418579	0					non-mobilizable	chromosome	1284.0	88.941	100.0	0.00042637781875242315	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	False	False
ISR0232_000000003995	5383	0.6095310452083743	10	5	2	4	2	True	44418	maximal	True	ISR0232_000000003995	1.0		6	4	False	False	0.9923834204673767	0					non-mobilizable	no_good_hit								True	True
ISR0282_000000001326	12226	0.6095184087503182	10	3	2	3	3	False	55924	fragment	False	ISR0282_000000001326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2012.0	76.69	16.0	0.020616942429145572	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
ENG0162_000000007099	3477	0.6095119066818928	3	3	3	3	2	False	56373	fragment	False	FIJ0152_000000006528	0.9871389903668861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000006808	6326	0.6095111388854517	9	6	4	5	3	False	67916	fragment	False	ISR0816_000000006808	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6334.0	98.595	100.0	0.03690643414602871	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
DEN0008_000000007163	1301	0.6095065269089135	2	2	2	2	1	False	76109	maximal	True	DEN0008_000000007163	1.0		3	2	False	False	0.9992313385009766	0					non-mobilizable	no_good_hit	217.0	75.115	16.0	0.0008414926664307342	NZ_QICS01000006.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_106, whole genome shotgun sequence	True	False
SPA0141_000000008423	2774	0.6095050331200704	3	2	1	2	1	False	111473	fragment	False	AST0104_000000010853	0.9464825658616588		0	0	False	False	0.9956741333007812	0					non-mobilizable	chromosome	1278.0	95.853	100.0	0.00036294646539635405	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0037_000000033262	2139	0.6095009931471976	2	2	1	2	1	False	83756	fragment	False	MON0037_000000033262	0.9640088364016876		0	0	False	False	0.9995325207710266	0					non-mobilizable	no_good_hit	1143.0	99.825	88.0	0.00918250018091616	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0011_000000024236	1941	0.6095009931471976	2	2	1	2	1	False	83756	fragment	False	MON0037_000000033262	0.9305522484360192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	99.814	87.0	0.008627690625326654	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0187_000000010107	1554	0.6094764291591932	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.21150339463774603		0	0	False	False	1.0	0					non-mobilizable	chromosome	1554.0	100.0	100.0	0.00032670546881393293	CP051706.1	enterobacteria	Escherichia coli strain SCU-124 chromosome, complete genome	False	False
ISR0013_000000019383	1382	0.6094749140017249	2	1	1	1	1	False	38073	fragment	False	ISR0013_000000019383	0.9908186687069624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000023744	1307	0.6094749140017249	2	1	1	1	1	False	38073	fragment	False	ISR0013_000000019383	0.9641823444283647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0073_000000014868	1828	0.6094745166523483	3	3	3	3	3	False	65385	maximal	False	ISR0046_000000015234	0.6373098028584115		0	0	False	False	0.9890590906143188	0					non-mobilizable	other	1828.0	97.976	100.0	0.0800666491274226	NZ_SPFY01000030.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_30_length_22806_cov_22.6189, whole genome shotgun sequence	False	False
ISR0216_000000003246	6269	0.6094728132120021	10	7	2	3	7	True	123770	fragment	False	ISR0216_000000003246	0.9737095996140859		0	0	False	False	0.996809720993042	0					non-mobilizable	other	6210.0	99.742	99.0	0.016859866782885428	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0034_000000007861	2612	0.6094692909186541	3	2	2	1	1	False	36844	maximal	True	ISR0034_000000007861	1.0		20	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0013_000000008747	2822	0.6094648413404937	4	4	4	4	4	False	38112	fragment	False	ISR0013_000000008747	1.0		0	0	False	False	0.9943302869796753	0					non-mobilizable	other	2749.0	99.964	97.0	0.0183530354638349	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0799_000000000728	13619	0.6094633573223175	17	10	6	6	9	False	125581	fragment	False	ISR0004_000000001014	0.46949606612140476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
MAD0058_000000013653	1172	0.6094582154647074	2	2	2	2	2	False	16932	fragment	False	MAD0058_000000013653	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	70.925	38.0	0.004508575330361087	NZ_LQOL01000074.1	high GC Gram+	Mycolicibacterium canariasense strain CCUG 47953 contig_63, whole genome shotgun sequence	True	False
ISR0341_000000006568	2025	0.6094560759539761	3	3	2	3	2	True	84197	fragment	False	ISR0341_000000006568	1.0		0	0	False	False	0.9985185265541077	0					non-mobilizable	other	2007.0	97.80799999999999	99.0	0.000607184031877616	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
FIJ0017_000000003247	8199	0.6094557002507346	8	8	8	7	7	False	50173	maximal	True	FIJ0017_000000003247	1.0		2	2	False	False	0.9992681741714478	0					non-mobilizable	chromosome	8203.0	98.208	100.0	0.0023098073093633866	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0802_000000001268	7921	0.609455159654902	6	6	5	6	5	False	21863	maximal	True	ISR0802_000000001268	1.0		12	6	False	False	0.9994950294494629	0					non-mobilizable	no_good_hit	2313.0	74.10300000000001	29.0	0.0009343377737599432	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
SPA0012_000000000193	41825	0.609453625685525	55	18	8	15	10	True	8022	maximal	True	SPA0012_000000000193	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	85.271	0.0	3.0731526480896606e-05	NZ_UFSI01000001.1	a-proteobacteria	Afipia felis strain NCTC12499, whole genome shotgun sequence	True	True
ISR0770_000000007634	1536	0.6094511491798976	2	1	1	1	1	False	85541	fragment	False	ISR0770_000000007634	0.9644851425721243		0	0	False	False	1.0	0					non-mobilizable	chromosome	1536.0	99.023	100.0	0.0006073154555837146	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0389_000000015103	1474	0.6094438074590937	2	2	2	2	2	False	22899	maximal	True	ISR0389_000000015103	1.0		310	13	False	False	0.9966078400611877	0					non-mobilizable	chromosome	1483.0	88.537	100.0	0.0004961397700456118	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0053_000000022298	1780	0.6094413437262651	4	4	2	2	3	True	111921	fragment	False	MON0053_000000022298	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1780.0	99.15700000000001	100.0	0.0003959185889897689	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0162_000000004734	7128	0.6094390001131982	11	5	4	3	4	False	30367	maximal	True	ISR0162_000000004734	1.0		1	1	False	False	0.9998596906661987	0					non-mobilizable	no_good_hit	143.0	94.406	2.0	0.00011887779362815027	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0051_000000011811	3425	0.6094378985846753	3	3	3	3	3	False	100036	fragment	False	ISR0051_000000011811	0.9748439014333129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000007966	3424	0.6094378985846753	3	3	3	3	3	False	100036	fragment	False	ISR0051_000000011811	0.9738151050545837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0064_000000006088	4424	0.6094345076052049	4	3	2	2	0	False	45516	maximal	True	FIJ0064_000000006088	1.0		1	1	False	False	0.9990958571434021	0					non-mobilizable	no_good_hit								True	False
ISR0093_000000018154	1422	0.6094335189497291	2	2	2	2	0	False	33504	fragment	False	ISR0093_000000018154	0.9774292272379494		0	0	False	False	0.997187077999115	0					non-mobilizable	no_good_hit								True	False
MON0080_000000044202	1307	0.6094335189497291	2	2	2	2	0	False	33504	fragment	False	ISR0093_000000018154	0.9388185654008439		0	0	False	False	0.9992349147796631	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000010258	3094	0.6094289642213516	4	4	3	4	2	False	76527	maximal	False	DEN0079_000000014911	0.9535980034200369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	80.297	17.0	0.0001597950257354892	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ENG0160_000000008406	2522	0.6094151815673486	3	3	3	3	3	False	80652	maximal	True	ENG0160_000000008406	1.0		108	7	False	False	1.0	0					non-mobilizable	chromosome	2522.0	99.32600000000001	100.0	0.000716790825077439	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0123_000000001459	8630	0.6094146322659584	7	5	5	5	5	False	82712	fragment	False	CHI0167_000000001931	0.9937139726058766		0	0	False	False	0.9998841285705566	0					non-mobilizable	no_good_hit	5023.0	88.334	89.0	0.0012488415581661584	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
AST0060_000000013561	2164	0.6094123650771642	3	2	2	2	2	False	112425	maximal	True	AST0060_000000013561	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	96.303	43.0	0.0036710175022248593	NZ_FCOU01000002.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
ISR0054_000000003821	5688	0.6094069418602152	8	7	5	6	5	False	130512	maximal	True	ISR0054_000000003821	1.0		4	2	False	False	0.9998241662979126	0					non-mobilizable	no_good_hit	5033.0	98.82799999999999	88.0	0.028725714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0084_000000002356	6129	0.6094051893183091	6	5	4	3	4	False	87949	fragment	False	FIJ0084_000000002356	1.0		0	0	False	False	0.9985315799713135	0					non-mobilizable	chromosome	6074.0	98.71600000000001	100.0	0.0024070623017652185	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0176_000000030036	1130	0.6094016424578871	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.09732685333587988	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1124.0	92.171	100.0	0.0003487412029176044	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0049_000000005420	4039	0.6093989809104489	3	1	1	1	1	False	6612	fragment	False	SPA0050_000000006404	0.9843403205918619		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0150_000000004137	5408	0.6093941157683753	5	5	3	5	5	False	112302	maximal	False	FIJ0157_000000003433	0.8174752869444696		0	0	False	False	1.0	0					non-mobilizable	other	5370.0	99.274	100.0	0.0013163601575120916	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0832_000000012101	1110	0.6093889805545837	2	2	2	1	1	False	89658	fragment	False	SPA0115_000000024347	0.49183040849643095		0	0	False	False	1.0	0					non-mobilizable	chromosome	1062.0	80.60300000000001	96.0	0.0003003694886038792	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0115_000000000850	17862	0.6093835636609429	21	11	3	10	4	True	105210	fragment	False	ENG0115_000000000850	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	17862.0	99.804	100.0	0.19435726428664835	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0139_000000006955	3432	0.6093822358260667	5	4	3	2	2	True	106354	maximal	True	ISR0139_000000006955	1.0	PS649	1	1	True	True	1.0	20					non-mobilizable	no_good_hit	1082.0	85.86	49.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0319_000000015519	1332	0.6093815408239257	2	2	1	2	2	False	116526	fragment	False	ENG0045_000000008222	0.4322236172613636		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	98.874	100.0	0.015206562471437712	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	False	False
FIJ0087_000000017395	1857	0.6093777870931922	5	4	1	3	2	False	91954	fragment	False	ENG0037_000000017625	0.9788374081208469		0	0	False	False	1.0	0					non-mobilizable	other	1857.0	99.13799999999999	100.0	0.09622563251762754	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
FIJ0171_000000008375	2463	0.6093738263074474	3	2	2	2	1	False	38806	maximal	True	FIJ0171_000000008375	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	78.256	33.0	0.0004327019882870571	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
AUS0012_000000001954	6771	0.6093723450579339	7	2	0	2	0	True	112565	maximal	True	AUS0012_000000001954	1.0		5	4	True	True	1.0	11					non-mobilizable	no_good_hit	481.0	78.378	7.0	0.12237394957983193	HG796335.1	bacteria	Uncultured bacterium plasmid pRGI00505	True	True
SPA0126_000000004966	6850	0.609368062309541	8	8	6	7	6	False	118673	fragment	False	SPA0126_000000004966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1708.0	97.19	32.0	0.00033004955001954164	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
SPA0129_000000008037	3478	0.6093625449535299	5	4	4	4	3	True	91567	maximal	True	SPA0129_000000008037	1.0		4	2	False	False	1.0	0					non-mobilizable	other	3294.0	97.086	99.0	0.000936726173419353	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0153_000000001163	20549	0.6093623491393789	30	17	11	17	8	True	46404	fragment	False	FIJ0153_000000001163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	83.959	2.0	0.00019279668443631913	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
ISR0205_000000011181	1470	0.6093606055849862	2	2	2	2	0	True	28652	maximal	True	ISR0205_000000011181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	80.611	86.0	0.00040541781326880856	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
ISR0798_000000009144	1334	0.6093602956466098	3	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.14292583617830407		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	99.625	100.0	0.016576921642023058	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0323_000000009607	2149	0.6093520663499511	3	2	2	2	1	False	105698	fragment	False	ISR0323_000000009607	1.0		0	0	False	False	0.9958119988441467	0					non-mobilizable	chromosome	1834.0	99.4	100.0	0.000622851408993186	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0084_000000006208	2785	0.609350243114568	3	3	3	3	3	False	131656	fragment	False	SPA0084_000000006208	1.0		0	0	False	False	0.9989228248596191	0					non-mobilizable	other	1937.0	92.669	99.0	0.002123025597183365	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
TAN0009_000000019643	2043	0.6093482291958994	2	2	2	2	2	False	2692	maximal	True	TAN0009_000000019643	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	78.202	39.0	0.00016938116527905758	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0340_000000012150	1871	0.6093417664715652	2	2	2	2	1	False	103285	maximal	True	ISR0340_000000012150	1.0		10	3	False	False	0.9962586760520935	0					non-mobilizable	no_good_hit	1437.0	99.72200000000001	77.0	0.00046102656103721984	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MAD0111_000000013828	1248	0.6093388040197035	2	2	2	1	2	False	106062	fragment	False	CHI0111_000000022086	0.9481177023287781		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	99.199	100.0	0.01781403122812531	NZ_WNAJ01000022.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold22_size70001, whole genome shotgun sequence	False	False
DEN0094_000000001263	14631	0.6093383171084075	14	5	2	4	2	True	88834	fragment	False	DEN0094_000000001263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	9.465149458885757e-06	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
AST0089_000000022015	1107	0.6093331046737962	1	1	1	1	1	False	109969	maximal	True	AST0089_000000022015	1.0		13	5	False	False	1.0	0					non-mobilizable	plasmid	1107.0	99.819	100.0	0.013131493024636391	CP029755.1	firmicutes	Lactobacillus amylovorus strain PMRA3 plasmid pPMRA301, complete sequence	False	True
ENG0179_000000028766	1069	0.6093318427957607	2	2	2	2	2	False	70882	fragment	False	ISR0365_000000013508	0.39490625904966603		0	0	False	False	1.0	0					non-mobilizable	chromosome	1069.0	96.071	100.0	0.0003540970407652535	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ITA0007_000000000117	3328	0.609328851344199	2	2	2	2	2	False	20339	maximal	True	ITA0007_000000000117	1.0		5	4	False	False	0.9996995329856873	0					non-mobilizable	no_good_hit	1660.0	99.337	75.0	0.00046432206878851685	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0047_000000004826	3478	0.6093183380150077	4	3	3	3	3	False	121631	fragment	False	ENG0047_000000004826	0.9965056213916743		0	0	False	False	0.9988499283790588	0					non-mobilizable	other	2537.0	92.196	94.0	0.012180050400208553	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
AST0024_000000009968	3291	0.6093183380150077	4	3	3	3	3	False	121631	fragment	False	ENG0047_000000004826	0.9698102357676825		0	0	False	False	0.9990884065628052	0					non-mobilizable	chromosome	2537.0	92.235	95.0	0.0007176441474882455	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0131_000000009136	3162	0.609318278009773	4	4	4	4	4	False	129646	maximal	False	FIJ0018_000000007801	0.9355940158523429	PS1061	0	0	False	True	0.9990512132644653	0					non-mobilizable	no_good_hit	1805.0	89.086	57.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
DEN0062_000000000834	13889	0.6093172275262071	25	8	6	6	7	True	88428	maximal	True	DEN0062_000000000834	1.0		1	1	False	False	0.999783992767334	0					non-mobilizable	no_good_hit	3430.0	98.805	36.0	0.018064577307856433	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
ENG0108_000000010404	1847	0.6093126660079856	2	2	2	2	2	False	59926	maximal	True	ENG0108_000000010404	1.0		1	1	False	False	0.9989171624183655	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000023312	1617	0.6093121373668199	2	2	2	2	2	False	2453	maximal	True	TAN0017_000000023312	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	74.194	15.0	0.000691112748879451	NZ_FWXW01000004.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ISR0813_000000009743	3041	0.6093103777608462	4	3	3	3	3	False	126797	maximal	True	ISR0813_000000009743	1.0		9	3	False	False	1.0	0					non-mobilizable	chromosome	1118.0	85.689	100.0	0.0004579489979894721	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0166_000000003247	2290	0.6093078853677818	3	3	3	2	2	False	78227	maximal	True	CHI0166_000000003247	1.0		55	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000020460	1376	0.6093060151950794	2	2	2	2	1	False	92726	fragment	False	SPA0044_000000020460	0.9415631848064281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0186_000000009862	1512	0.609305050974096	3	3	2	2	1	False	114328	fragment	False	ENG0186_000000009862	0.9881805157593123		0	0	False	False	0.9960317611694336	0					non-mobilizable	other	1512.0	98.611	100.0	0.0017763388375149596	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0068_000000020645	1396	0.6093034226938582	3	1	1	1	1	False	16435	maximal	True	MAD0068_000000020645	1.0		1	1	False	False	0.9706303477287292	0					non-mobilizable	no_good_hit	144.0	79.167	10.0	0.0015468489712913485	NZ_QIBX01000010.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_010, whole genome shotgun sequence	True	False
MON0011_000000016419	2867	0.6093015124333377	3	3	3	1	2	True	93497	fragment	False	MON0096_000000010634	0.6421535706290575		0	0	False	False	0.9965120553970337	0					non-mobilizable	no_good_hit	1771.0	74.308	61.0	0.0006451895513445409	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
AST0104_000000009067	3586	0.6092996163416707	9	6	3	3	5	False	108001	fragment	False	AST0104_000000009067	1.0		0	0	False	False	0.9944227337837219	0					non-mobilizable	no_good_hit	1721.0	92.50399999999999	81.0	0.0003807036131304987	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0171_000000013310	2107	0.6092952466992948	3	2	2	2	1	False	44560	maximal	True	ISR0171_000000013310	1.0		14	6	False	False	0.9909824132919312	0					non-mobilizable	no_good_hit	1163.0	93.98100000000001	55.0	0.0005038266108034821	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
TAN0013_000000001912	3955	0.6092799535388386	6	5	4	5	3	True	124278	maximal	True	TAN0013_000000001912	1.0		65	8	False	False	0.9997471570968628	0		MOBV			mobilizable	no_good_hit	2241.0	86.792	81.0	0.000546011188448394	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
CHI0092_000000003552	2718	0.6092793715642799	5	4	2	2	3	False	102117	fragment	False	ISR0140_000000009335	0.97023329310917		0	0	False	False	0.9985283017158508	0	Inc18				non-mobilizable	chromosome	2718.0	100.0	100.0	0.0012638143937156283	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
USA0023_01_000000023626	1283	0.6092761250774522	2	2	2	2	2	False	4203	maximal	False	SPA0119_000000023661	0.9700374531835205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	4.0	0.000272556990506898	NZ_BJNY01000012.1	high GC Gram+	Glutamicibacter uratoxydans strain NBRC 15515 sequence12, whole genome shotgun sequence	True	False
FIJ0020_000000018306	1160	0.6092658945111539	3	2	0	2	2	False	49729	fragment	False	FIJ0020_000000018306	1.0		0	0	False	False	0.992241382598877	0					non-mobilizable	chromosome	1123.0	98.219	97.0	0.00022737248598376293	CP041520.1	enterobacteria	Escherichia coli strain 3057 chromosome	False	False
MAD0029_000000003574	1101	0.6092658945111539	3	2	0	2	2	False	18992	fragment	False	MAD0029_000000003574	1.0		0	0	False	False	0.9872843027114868	0					non-mobilizable	chromosome	1101.0	97.366	100.0	0.0002018256043300766	CP034794.1	enterobacteria	Escherichia coli strain 06-3462 chromosome, complete genome	False	False
SPA0018_000000010441	2805	0.6092646011174323	3	3	3	3	2	False	95005	maximal	False	ISR0301_000000005776	0.9770114942528735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	81.95	77.0	0.0003816753120390408	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0124_000000024270	1276	0.6092576688903463	3	3	3	2	2	False	73685	fragment	False	USA0034_01_000000039669	0.9844699455941519		0	0	False	False	0.9968652129173279	0					non-mobilizable	chromosome	1301.0	78.094	99.0	0.0004559109096445977	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0081_000000004851	1841	0.6092480783094976	2	2	2	2	2	False	69365	fragment	False	DEN0081_000000004851	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1841.0	99.837	100.0	0.0002800015582695417	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
FIJ0089_000000005159	4436	0.6092408283677974	5	1	1	1	1	False	43591	maximal	True	FIJ0089_000000005159	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	78.947	2.0	0.00038286636880144765	NZ_FOJY01000001.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
SPA0153_000000002486	6002	0.6092391876236462	4	4	3	4	2	True	69144	maximal	False	DEN0083_000000004120	0.9365817825661117		0	0	False	False	0.9978340268135071	0					non-mobilizable	no_good_hit	285.0	76.842	5.0	0.0035291728025186615	NZ_AUHK01000007.1	firmicutes	Helcococcus sueciensis DSM 17243 G534DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	True
FIJ0119_000000008782	1971	0.6092361477485966	5	3	2	3	1	False	122424	maximal	True	FIJ0119_000000008782	1.0	PS871	0	0	False	True	0.9989852905273438	0					non-mobilizable	no_good_hit	1585.0	99.369	80.0	0.686011260285838	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0051_000000015558	2520	0.6092286375578347	4	4	4	4	3	False	97362	fragment	False	CAN0001_000000017824	0.982915993222233		0	0	False	False	1.0	0					non-mobilizable	chromosome	2518.0	99.921	100.0	0.000467886567342856	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0036_01_000000013889	2518	0.6092286375578347	4	4	4	4	3	False	97362	fragment	False	CAN0001_000000017824	0.9881150398539822		0	0	False	False	1.0	0					non-mobilizable	chromosome	2518.0	99.56299999999999	100.0	0.000467886567342856	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0017_000000014847	2271	0.6092239979984009	4	2	2	2	2	True	37862	fragment	False	ISR0017_000000014847	1.0		0	0	False	False	0.9907529950141907	0					non-mobilizable	no_good_hit	480.0	80.417	21.0	0.0063888369109037935	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0379_000000016941	1482	0.6092211493952199	3	2	2	2	2	False	44155	fragment	False	ISR0379_000000016941	0.9777936962750716		0	0	False	False	0.9979757070541382	0					non-mobilizable	no_good_hit	151.0	85.43	11.0	4.411005013447645e-05	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
MON0077_000000027108	1628	0.6092164909980029	4	1	1	1	1	True	10213	maximal	True	MON0077_000000027108	1.0		8	5	False	False	0.9920147657394409	0					non-mobilizable	no_good_hit								True	True
ISR0158_000000002420	6375	0.6092145343084567	9	7	5	5	4	False	132425	maximal	True	ISR0158_000000002420	1.0		2	2	False	False	0.9998431205749512	0					non-mobilizable	no_good_hit	4812.0	99.958	80.0	0.0013555201734705177	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0081_000000003034	4255	0.6092142141572979	6	5	4	3	3	False	5618	maximal	True	SPA0081_000000003034	1.0		15	3	False	False	1.0	0					non-mobilizable	chromosome	3887.0	100.0	91.0	0.0007015647276508034	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
DEN0052_000000008790	4258	0.6092140394286565	5	4	3	4	3	False	72336	maximal	True	DEN0052_000000008790	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	94.609	46.0	0.0001674264206131789	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0044_000000024450	2176	0.6092139247329523	3	3	3	3	3	False	91852	maximal	True	MON0044_000000024450	1.0		101	9	False	False	0.9995404481887817	0					non-mobilizable	no_good_hit	1044.0	76.72399999999999	65.0	0.0008656312578275167	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0024_000000004280	4795	0.6092109479396981	4	4	4	4	4	False	65747	fragment	False	FIJ0091_000000005316	0.9698552315885473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	6.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
FIJ0154_000000006950	4784	0.6092109479396981	4	4	4	4	4	False	65747	fragment	False	FIJ0091_000000005316	0.9798603061982575		0	0	False	False	0.9991638660430908	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	6.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
MON0057_000000011866	2173	0.6092109340474559	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.415018015117868		0	0	False	False	0.9995397925376892	0					non-mobilizable	other	2183.0	95.969	100.0	0.0006757055242970889	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0055_000000009562	3512	0.6092105122530572	4	2	2	2	1	True	131935	maximal	True	AST0055_000000009562	1.0	PS1136	14	5	False	True	0.9923120737075806	0					non-mobilizable	no_good_hit								True	True
ISR0816_000000031810	1148	0.6092063302217077	2	2	2	2	2	False	38762	fragment	False	SPA0069_000000018232	0.9344772991943607		0	0	False	False	0.9642857313156128	0					non-mobilizable	chromosome	1148.0	96.25399999999999	100.0	0.00047236286033626305	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0074_000000001414	2738	0.6092059739722633	3	2	1	1	2	True	75044	fragment	False	MAD0074_000000001414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	72.079	18.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0054_000000001026	16781	0.6091987154543459	16	7	4	2	4	True	35726	fragment	False	ISR0054_000000001026	1.0		0	0	False	False	0.9986889958381653	0					non-mobilizable	no_good_hit	5177.0	91.829	62.0	0.002105578248873706	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
FIJ0024_000000005556	3622	0.6091973740678831	4	4	4	3	3	False	49250	fragment	False	FIJ0024_000000005556	1.0		0	0	False	False	0.9994478225708008	0					non-mobilizable	no_good_hit	2261.0	92.48100000000001	81.0	0.0008908502768583771	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
MON0009_000000034666	1161	0.6091939399485916	2	2	2	2	2	False	54114	fragment	False	ENG0202_000000016730	0.9573208594504861		0	0	False	False	0.9956933856010437	0					non-mobilizable	other	1161.0	100.0	100.0	0.0015831293007208698	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
AST0039_000000006559	2635	0.6091890856816463	2	2	2	2	2	False	116660	maximal	True	AST0039_000000006559	1.0		16	5	False	False	0.9984819889068604	0					non-mobilizable	no_good_hit	1472.0	89.266	56.0	0.0003599211605937326	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0045_000000010503	2556	0.609184715621538	2	2	2	2	2	False	6763	maximal	True	SPA0045_000000010503	1.0		2	1	True	True	1.0	1					non-mobilizable	other	2571.0	89.887	99.0	0.9938056523422377	NZ_LNAM01000055.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf148, whole genome shotgun sequence	False	True
ISR0800_000000003597	3031	0.6091793863510657	4	3	3	2	3	False	21894	fragment	False	ISR0800_000000003597	1.0		0	0	False	False	0.9990102052688599	0					non-mobilizable	no_good_hit	1565.0	90.671	51.0	0.0005344391198472874	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ENG0188_000000010639	2438	0.6091776831291263	4	2	2	2	2	True	54914	maximal	True	ENG0188_000000010639	1.0		33	7	False	False	0.9942575693130493	0					non-mobilizable	no_good_hit	536.0	83.58200000000001	33.0	0.007137319896281643	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
USA0093_01_000000001518	11935	0.6091753936792322	9	7	3	4	6	True	54448	fragment	False	USA0093_01_000000001518	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11007.0	99.391	92.0	0.005498397841007077	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
SPA0087_000000002370	6513	0.6091710964603881	6	6	6	6	6	False	55691	maximal	True	SPA0087_000000002370	1.0		71	5	False	False	1.0	0					non-mobilizable	chromosome	3843.0	99.219	100.0	0.0010928215674394924	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0093_000000005243	5886	0.6091679538691609	8	8	8	8	7	False	114182	maximal	False	AST0060_000000004161	0.6421315570358035		0	0	False	False	0.9974516034126282	0					non-mobilizable	no_good_hit	643.0	71.229	11.0	0.04416689924644153	NZ_FOGW01000033.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
USA0007_01_000000007604	2243	0.6091652723500229	3	3	1	3	1	True	129219	maximal	True	USA0007_01_000000007604	1.0		41	8	False	False	0.9991083145141602	0					non-mobilizable	chromosome	2263.0	76.536	99.0	0.0010325278780205734	CP022537.1	firmicutes	Streptococcus agalactiae strain 874391 chromosome, complete genome	False	True
FIJ0027_000000008101	2146	0.6091652723500229	3	3	1	3	1	True	84005	fragment	False	FIJ0027_000000008101	0.9571498530852105		0	0	False	False	0.9967381358146667	0					non-mobilizable	chromosome	2156.0	86.178	100.0	0.0005380198616913593	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ENG0186_000000007307	2107	0.6091652723500229	3	3	1	3	1	True	129265	maximal	True	ENG0186_000000007307	1.0		7	6	False	False	0.9895586371421814	0					non-mobilizable	no_good_hit	1512.0	79.233	71.0	0.004868545995033561	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
CHI0087_000000004719	2042	0.6091652723500229	3	3	1	3	1	True	84005	fragment	False	FIJ0027_000000008101	0.9338303821062441		0	0	False	False	0.9985308647155762	0					non-mobilizable	chromosome	2043.0	92.805	100.0	0.000510743505912588	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
MAD0011_000000006910	2006	0.6091652723500229	3	3	1	3	1	True	129252	fragment	False	MAD0011_000000006910	1.0		0	0	False	False	0.9765703082084656	0					non-mobilizable	chromosome	2033.0	76.98	99.0	0.000928067998274787	CP022537.1	firmicutes	Streptococcus agalactiae strain 874391 chromosome, complete genome	False	True
AST0151_000000008716	1833	0.6091652723500229	3	3	1	3	1	True	129228	fragment	False	ISR0302_000000007899	0.9149974319465844		0	0	False	False	1.0	0					non-mobilizable	other	1834.0	92.475	100.0	0.007587555084324575	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
AST0094_000000019087	1211	0.6091627671904626	2	2	2	2	2	False	109060	fragment	False	AST0094_000000019087	0.9817729908864954		0	0	False	False	0.9975227117538452	0					non-mobilizable	chromosome	1211.0	94.88	100.0	0.0004983078125604867	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0051_000000001509	16562	0.6091554978459716	21	14	11	11	13	True	107185	maximal	True	DEN0051_000000001509	1.0		13	6	False	False	0.9999396204948425	0					non-mobilizable	other	16485.0	99.958	99.0	0.0055996219354878165	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0151_000000021865	1108	0.6091477295437351	2	2	2	2	2	False	79412	maximal	True	CHI0151_000000021865	1.0		211	11	False	False	0.999097466468811	0					non-mobilizable	chromosome	1108.0	99.91	100.0	0.00017652245032296273	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
DEN0063_000000013109	3425	0.6091307442820204	4	2	1	2	1	False	71556	maximal	True	DEN0063_000000013109	1.0		45	8	False	False	0.9991241097450256	0					non-mobilizable	other	3415.0	99.736	99.0	0.001159538263913355	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
DEN0062_000000002901	5399	0.6091264146676512	5	5	5	5	5	True	122473	maximal	True	DEN0062_000000002901	1.0	PS871	6	4	False	True	0.9959251880645752	0					non-mobilizable	no_good_hit	2320.0	93.23299999999999	43.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MON0075_000000017009	1526	0.6091215817493457	2	1	1	1	1	False	59236	fragment	False	MON0106_000000029522	0.9561124078647166		0	0	False	False	0.9993447065353394	0					non-mobilizable	chromosome	1516.0	86.28	99.0	0.000532131309399422	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0094_000000001140	13982	0.6091210410974828	12	10	4	4	10	False	73669	maximal	True	SPA0094_000000001140	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	6091.0	97.63600000000001	91.0	0.0013522308032313164	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0359_000000015950	1716	0.6091193300646041	2	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.17424108710991842		0	0	False	False	0.995920717716217	0					non-mobilizable	other	1731.0	91.277	100.0	0.0005505992703195209	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AUS0008_000000003977	4974	0.6091131213834783	7	7	5	5	4	False	130509	fragment	False	ISR0203_000000002513	0.4743158189412562		0	0	False	False	0.9889425039291382	0					non-mobilizable	other	2994.0	93.854	99.0	0.017005714285714287	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0286_000000006727	2517	0.6091129450529724	3	3	2	3	3	False	69426	maximal	True	ISR0286_000000006727	1.0		39	5	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	71.166	26.0	0.00012555215078461295	CP016285.1	firmicutes	Bacillus sp. B25(2016b) genome	True	False
DEN0067_000000001544	13309	0.6091013505914712	13	8	5	8	3	False	90846	maximal	False	CHI0065_000000000736	0.9867539022749585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	81.928	1.0	2.9206502593429258e-05	NZ_NMUQ01000001.1	firmicutes	Paenibacillus herberti strain R33 R33_Scf_1, whole genome shotgun sequence	True	False
ISR0251_000000003732	3472	0.6091012873741471	4	2	1	2	1	True	55347	fragment	False	ISR0251_000000003732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	80.392	3.0	0.0002552138382614524	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	True
FIJ0067_000000027160	1229	0.6091012873741471	2	2	1	2	1	True	45158	fragment	False	USA0072_01_000000013385	0.9531490015360984		0	0	False	False	0.9869812726974487	0					non-mobilizable	no_good_hit								True	True
SPA0085_000000006020	2279	0.6091009544705782	3	3	3	3	3	False	78399	maximal	True	SPA0085_000000006020	1.0		78	8	False	False	1.0	0					non-mobilizable	other	1115.0	82.06299999999999	93.0	0.012121678352418841	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0065_000000007202	4163	0.6090976136210974	5	5	5	5	4	False	36635	maximal	True	ISR0065_000000007202	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2302.0	77.063	54.0	0.020624909380890243	NZ_JAAIUD010000007.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_7_length_110352_cov_243.767, whole genome shotgun sequence	True	False
MON0038_000000009249	3084	0.6090941043382925	5	3	1	1	1	False	88485	backbone	False	ISR0182_000000007885	0.336262646405785	PS458	0	0	False	True	0.9957846999168396	0					non-mobilizable	no_good_hit	916.0	87.882	36.0	0.0002827883616878701	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0371_000000005463	3081	0.6090941043382925	5	3	1	1	1	False	88485	backbone	False	ISR0182_000000007885	0.3419061124312018	PS458	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	906.0	88.079	36.0	0.0002802995752263707	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0326_000000019153	1111	0.6090898474808859	2	2	2	2	2	False	24802	maximal	True	ISR0326_000000019153	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	79.196	38.0	0.0027344764873993245	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
ENG0110_000000004437	6423	0.609076323418761	7	7	5	6	4	False	59823	maximal	True	ENG0110_000000004437	1.0		7	3	False	False	0.9990658760070801	0					non-mobilizable	no_good_hit	5145.0	99.689	80.0	0.0018322148535492573	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
FIJ0005_000000008187	3671	0.6090745670944041	4	4	4	4	4	False	81206	fragment	False	FIJ0005_000000008187	0.9527571132996359		0	0	False	False	0.9994552135467529	0					non-mobilizable	no_good_hit	1343.0	74.758	36.0	0.00040008355403491275	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0104_000000032146	1425	0.6090712881890323	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.9168890500227395		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	89.41799999999999	100.0	0.0004430039901468944	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0044_01_000000016847	1642	0.6090699494287624	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.8041018140920313		0	0	False	False	0.9993909597396851	0					non-mobilizable	other	1642.0	98.477	100.0	0.09295199182839632	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
MAD0107_000000024145	1638	0.6090675079307131	2	2	2	1	1	False	114378	maximal	True	MAD0107_000000024145	1.0		2	1	False	False	0.9945054650306702	0					non-mobilizable	no_good_hit	1385.0	81.516	84.0	0.02806988829330169	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
CAN0017_000000013192	2740	0.6090672004429543	3	3	3	3	2	False	92520	fragment	False	CAN0017_000000013192	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2740.0	99.59899999999999	100.0	0.0008248852117566772	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0068_000000004744	2379	0.6090667910859702	3	3	2	2	2	False	5987	maximal	True	SPA0068_000000004744	1.0		3	2	False	False	0.994955837726593	0					non-mobilizable	chromosome	2379.0	99.874	100.0	0.0006113262978536997	CP034944.1	enterobacteria	Morganella morganii subsp. morganii strain ATCC 25830 chromosome, complete genome	False	False
SPA0040_000000032013	1347	0.6090633448679995	3	1	1	1	1	True	6943	fragment	False	SPA0040_000000032013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0142_000000000945	14480	0.6090620985167375	11	4	3	4	3	False	80013	fragment	False	CHI0142_000000000945	1.0		0	0	False	False	0.9979972243309021	0					non-mobilizable	no_good_hit	332.0	76.506	2.0	0.0008414706075103218	NZ_CABFVD010000002.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	False
ENG0078_000000012307	2115	0.6090613037338863	3	2	1	1	2	False	61922	fragment	False	ENG0078_000000012307	0.9833355349027378		0	0	False	False	0.9971631169319153	0					non-mobilizable	no_good_hit	227.0	87.665	21.0	0.00010290632262877876	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
SPA0121_000000006452	1821	0.6090604405659762	3	3	3	2	2	False	4129	fragment	False	SPA0121_000000006452	1.0		0	0	False	False	0.9851729869842529	0					non-mobilizable	chromosome	1821.0	99.945	100.0	0.000593617180194452	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0069_000000003016	7570	0.6090556636276372	9	7	3	6	5	False	62508	maximal	True	ENG0069_000000003016	1.0		4	2	False	False	0.9988111257553101	0					non-mobilizable	no_good_hit	851.0	86.72200000000001	11.0	0.9952885747938751	GQ875367.1		Uncultured organism clone VC1A183TR genomic sequence	True	False
USA0073_01_000000003136	6648	0.6090539962984174	5	5	3	2	4	True	84259	maximal	True	USA0073_01_000000003136	1.0		8	3	False	False	1.0	0					non-mobilizable	chromosome	3105.0	99.87100000000001	99.0	0.0007067110455703402	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MAD0088_000000000411	22696	0.6090523316060389	35	11	3	7	6	True	58655	fragment	False	MAD0088_000000000411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1353.0	82.04	6.0	0.00037406068280653815	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0054_000000004362	5576	0.6090466905397065	6	4	4	4	3	False	72733	maximal	True	ENG0054_000000004362	1.0		0	0	False	False	0.9998206496238708	0					non-mobilizable	other	3136.0	99.649	91.0	0.008436876821598405	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
DEN0017_000000020896	1377	0.6090459365543595	2	1	1	1	1	False	75189	maximal	True	DEN0017_000000020896	1.0		113	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0050_000000025845	1141	0.609040971506086	2	2	2	2	2	False	35879	fragment	False	ISR0050_000000025845	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	94.585	100.0	0.01885388241131233	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0124_000000019027	1541	0.6090408403401016	2	2	1	2	0	False	131079	maximal	True	SPA0124_000000019027	1.0		7	2	False	False	0.9902660846710205	0					non-mobilizable	no_good_hit	493.0	96.34899999999999	32.0	0.00015306036738221352	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0040_000000019040	1459	0.6090406427174461	2	2	2	2	1	False	39127	fragment	False	MON0040_000000019040	1.0		0	0	False	False	0.9924606084823608	0					non-mobilizable	no_good_hit	925.0	83.243	63.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0211_000000011973	1883	0.6090403153229274	4	3	3	2	3	False	95512	fragment	False	ISR0186_000000016348	0.9551989744710472		0	0	False	False	1.0	0					non-mobilizable	other	1028.0	99.805	100.0	0.0002928018082436111	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0095_000000019504	1745	0.6090403153229274	3	3	3	2	3	False	95512	fragment	False	ISR0186_000000016348	0.6350635593220338		0	0	False	False	0.9919770956039429	0					non-mobilizable	other	1080.0	100.0	100.0	0.00030762721625594586	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MAD0087_000000027342	1177	0.6090382289985885	2	2	2	1	2	False	15954	maximal	True	MAD0087_000000027342	1.0		11	1	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	86.62	12.0	0.001447208137682593	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0016_000000007742	3436	0.6090382078376156	4	4	3	4	4	False	132092	maximal	True	AST0016_000000007742	0.9853500351636334		8	2	False	False	0.9997089505195618	0					non-mobilizable	other	2939.0	86.62799999999999	93.0	0.016674322462103812	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
SPA0002_000000004719	5614	0.6090381962612297	6	6	4	4	6	True	8418	maximal	True	SPA0002_000000004719	1.0		7	4	False	False	1.0	0					non-mobilizable	chromosome	5141.0	98.93	100.0	0.0010547284838673132	CP025973.1	enterobacteria	Escherichia coli strain 10802 a chromosome, complete genome	False	True
CHI0019_000000003916	2180	0.6090380127017949	3	3	3	3	3	False	89451	maximal	True	CHI0019_000000003916	1.0		1	1	False	False	0.997706413269043	0					non-mobilizable	no_good_hit	604.0	71.358	27.0	0.0015983578515224085	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0153_000000012057	2484	0.6090349669073959	3	3	3	3	3	False	56949	maximal	True	ENG0153_000000012057	1.0		107	11	False	False	0.999597430229187	0					non-mobilizable	other	2484.0	99.195	100.0	0.0007950670619694416	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0324_000000003710	8443	0.609030359644584	12	4	4	4	0	True	48869	maximal	True	ISR0324_000000003710	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	78.161	1.0	5.1480852714477616e-05	AP023046.1	e-proteobacteria	Helicobacter suis NHP19-4022 DNA, complete genome	True	True
ISR0101_000000002539	8684	0.6090302882644598	11	5	2	4	3	False	110862	maximal	True	ISR0101_000000002539	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3597.0	92.633	46.0	0.004602533135141831	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0103_000000004873	5164	0.60902320060881	6	3	1	2	1	False	33068	maximal	True	ISR0103_000000004873	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0007939984667615814	NZ_MRAE01000030.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_29, whole genome shotgun sequence	True	False
MAD0044_000000007378	3236	0.6090218828291032	4	4	4	3	2	False	79908	maximal	True	MAD0044_000000007378	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	3271.0	93.977	100.0	0.0015229570991044882	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	False	False
MAD0004_000000007335	1498	0.6090202643823753	1	1	1	1	1	False	20023	maximal	True	MAD0004_000000007335	1.0		2	1	False	False	0.9953271150588989	0					non-mobilizable	no_good_hit	1249.0	95.596	83.0	0.0035404054445081165	LR745205.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
FIJ0154_000000027170	1474	0.6090202643823753	1	1	1	1	1	False	39568	maximal	True	FIJ0154_000000027170	1.0		2	2	False	False	0.9993215799331665	0					non-mobilizable	virus	1324.0	95.921	99.0	0.003750333331442091	LR745205.1	viruses	uncultured phage genome assembly, chromosome: 1	False	False
MAD0043_000000018486	1442	0.6090202643823753	2	1	1	1	1	False	18012	fragment	False	MAD0043_000000018486	1.0		0	0	False	False	0.9847434163093567	0					non-mobilizable	virus	1337.0	96.485	100.0	0.003724588176186774	LR756496.1	viruses	uncultured phage genome assembly, chromosome: 1	False	False
ENG0098_000000000464	36902	0.6090156149776774	56	16	11	15	11	False	62177	maximal	True	ENG0098_000000000464	1.0		1	1	False	False	0.9995121955871582	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	0.0002922487287180301	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0359_000000012250	2161	0.6090145769460958	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.26553547493087487		0	0	False	False	0.9949097633361816	0					non-mobilizable	chromosome	2161.0	98.936	100.0	0.0007604396364428081	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0035_000000009094	2137	0.6090145769460958	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2873792808091408		0	0	False	False	1.0	0					non-mobilizable	chromosome	2137.0	96.771	100.0	0.0007519707031367164	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0137_000000012108	2108	0.6090145769460958	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.24138753839679528		0	0	False	False	0.9990512132644653	0					non-mobilizable	chromosome	2108.0	98.814	100.0	0.0007417374087251891	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0151_000000005434	3247	0.6090028036426872	4	4	0	2	4	False	44386	maximal	True	FIJ0151_000000005434	1.0		3	2	False	False	1.0	0		MOBP		MOB_unknown	mobilizable	plasmid	2892.0	100.0	98.0	0.6094013490725126	CP014300.1	enterobacteria	Klebsiella pneumoniae strain KP38731 plasmid unnamed5 sequence	False	True
ISR0156_000000003721	7110	0.6090026847709207	13	6	5	5	4	False	121369	maximal	True	ISR0156_000000003721	1.0		8	3	False	False	0.99507737159729	0					non-mobilizable	no_good_hit	2477.0	99.193	56.0	0.37481077808053287	MK231453.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_2-CL09_c3 sequence	True	False
DEN0020_000000000984	6836	0.6090010056966378	10	6	5	6	5	False	74923	maximal	True	DEN0020_000000000984	1.0		4	3	False	False	0.99824458360672	0					non-mobilizable	no_good_hit	835.0	74.37100000000001	12.0	0.00032546082835132483	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
AUS0006_000000008942	2686	0.608998768909636	4	3	3	2	3	False	125534	fragment	False	FIJ0068_000000010349	0.5491856264254448		0	0	False	False	0.9996277093887329	0					non-mobilizable	other	2606.0	99.271	98.0	0.03239525947297079	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0069_000000004428	4956	0.6089931298964394	6	5	5	5	4	False	62504	maximal	True	ENG0069_000000004428	1.0		2	1	False	False	0.9979822635650635	0					non-mobilizable	no_good_hit	1122.0	84.225	22.0	0.027744659711872826	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0038_000000010397	2946	0.6089926896801519	4	4	4	4	3	False	109890	maximal	False	ENG0063_000000009697	0.9531738252581161		0	0	False	False	0.9955872297286987	0					non-mobilizable	no_good_hit	222.0	73.874	8.0	0.0005588820327047604	NZ_JOFG01000004.1	high GC Gram+	Streptomyces californicus strain NRRL B-2988 contig4.1, whole genome shotgun sequence	True	False
USA0082_01_000000002866	9296	0.6089903190660412	10	7	5	6	3	True	132047	maximal	True	USA0082_01_000000002866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.046	12.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0369_000000015384	1147	0.6089879975376649	1	1	1	1	1	False	23528	fragment	False	ISR0369_000000015384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	77.86	82.0	0.03645063409320781	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	False
CHI0136_000000005037	2873	0.6089867623471446	6	4	3	3	2	False	80626	fragment	False	CHI0136_000000005037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	87.845	38.0	0.0019023983280804949	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
SPA0044_000000001898	11688	0.6089856682414226	11	3	3	1	1	True	112177	fragment	False	ISR0023_000000001614	0.6257231577559967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	96.97	1.0	0.0013185386534677566	NZ_QEKJ01000019.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_119, whole genome shotgun sequence	True	True
MON0059_000000002058	10894	0.6089856682414226	10	3	3	1	1	True	112177	fragment	False	ISR0023_000000001614	0.4970200470015362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0097_000000002896	8662	0.6089856682414226	9	3	3	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.9691898671496149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.433	6.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0171_000000019622	1238	0.6089827158040543	3	3	3	2	1	False	80070	fragment	False	MON0080_000000037680	0.5498829702834561		0	0	False	False	0.9717286229133606	0					non-mobilizable	no_good_hit	134.0	98.507	11.0	4.4043133129145394e-05	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
SPA0126_000000037626	1218	0.6089827158040543	3	3	3	2	1	False	80070	fragment	False	MON0080_000000037680	0.6116507076141858		0	0	False	False	0.9991790056228638	0					non-mobilizable	no_good_hit	53.0	94.34	4.0	7.433243753216308e-05	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0296_000000005800	4201	0.6089824607263302	6	6	4	5	4	False	30832	fragment	False	ISR0150_000000005233	0.952728127939793		0	0	False	False	0.996429443359375	0					non-mobilizable	no_good_hit	1370.0	78.102	32.0	0.0003663727663090634	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0160_000000011466	1643	0.608981942136784	2	2	1	2	1	False	112740	fragment	False	FIJ0160_000000011466	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1092.0	73.993	65.0	0.131139549055454	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0133_000000005983	3224	0.6089797901821423	4	4	3	4	2	False	31539	fragment	False	ISR0133_000000005983	0.9830152054351343		0	0	False	False	0.9972084164619446	0					non-mobilizable	no_good_hit	571.0	92.82	35.0	0.0001837214421939821	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0021_000000021156	1140	0.6089733935762836	2	2	2	2	1	False	37606	maximal	True	ISR0021_000000021156	1.0		26	8	False	False	0.9596491456031799	0					non-mobilizable	no_good_hit	472.0	83.898	41.0	0.00011474325828192565	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0173_000000001019	15792	0.6089726280085541	22	6	2	6	0	False	77922	maximal	True	CHI0173_000000001019	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0010043985730613376	NZ_FOZH01000017.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
MAD0100_000000001837	15288	0.6089726280085541	19	6	2	6	0	False	15187	maximal	True	MAD0100_000000001837	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	0.0	0.0026167808028506206	NC_048707.1	viruses	Clostridium phage CPS2, complete genome	True	False
FIJ0026_000000001497	14929	0.6089726280085541	19	6	2	6	0	False	49150	maximal	False	FIJ0037_000000001237	0.6189576444654384		0	0	False	False	0.9994641542434692	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0006012626515682934	NZ_CABDWS010000015.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
FIJ0037_000000001237	14819	0.6089726280085541	18	6	2	6	0	False	49150	maximal	True	FIJ0037_000000001237	0.9088775246567758		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	9.333912679637587e-05	NZ_KI260554.1	spirochetes	Treponema lecithinolyticum ATCC 700332 Scaffold106, whole genome shotgun sequence	True	False
MON0097_000000001286	14658	0.6089726280085541	18	6	2	6	0	False	9244	maximal	True	MON0097_000000001286	1.0		1	1	False	False	0.99918133020401	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	7.554600363682545e-06	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
ISR0004_000000001028	14545	0.6089726280085541	17	6	2	6	0	False	49150	maximal	False	FIJ0037_000000001237	0.6200823267426951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	2.55290686740457e-05	NZ_CP006681.1	mycoplasmas	Spiroplasma culicicola AES-1 chromosome, complete genome	True	False
ISR0146_000000032695	1313	0.6089719877842469	2	1	1	1	1	False	32311	fragment	False	ISR0146_000000032695	1.0		0	0	False	False	0.9710586667060852	0					non-mobilizable	no_good_hit	537.0	84.35799999999999	41.0	0.00017244030100663235	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0218_000000012201	1456	0.6089708937069042	2	2	2	2	2	False	79130	fragment	False	ISR0049_000000019440	0.805271678674353		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	98.55799999999999	100.0	0.003042424571917271	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0132_000000017144	1796	0.6089693744149772	3	2	2	2	2	False	113373	fragment	False	CHI0132_000000017144	1.0		0	0	False	False	0.9782850742340088	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0004264459677164608	NZ_JUPW01000002.1	high GC Gram+	Isoptericola variabilis strain 871_IVAR 7_63314_1440968, whole genome shotgun sequence	True	False
USA0031_01_000000016700	1639	0.6089691566606387	2	2	2	2	1	False	96347	fragment	False	USA0061_01_000000006106	0.9762982099627027		0	0	False	False	0.9969493746757507	0					non-mobilizable	other	1622.0	100.0	100.0	0.00048818507785964725	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
USA0008_01_000000004331	1622	0.6089691566606387	2	2	2	2	1	False	96347	fragment	False	USA0061_01_000000006106	0.9734093145894019		0	0	False	False	1.0	0					non-mobilizable	other	1622.0	99.93799999999999	100.0	0.00048818507785964725	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
USA0135_01_000000009548	1598	0.6089691566606387	2	2	2	2	1	False	96347	fragment	False	USA0061_01_000000006106	0.7398929191283067		0	0	False	False	1.0	0					non-mobilizable	other	1598.0	100.0	100.0	0.0004809571680085482	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0017_000000010898	3084	0.6089609934413304	4	3	3	2	3	False	128170	fragment	False	ISR0017_000000010898	1.0		0	0	False	False	0.9948119521141052	0					non-mobilizable	other	3076.0	96.684	99.0	0.012053529430211044	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
MAD0094_000000002099	5824	0.608960078208788	6	6	6	5	5	False	15633	maximal	True	MAD0094_000000002099	1.0		14	3	False	False	0.995192289352417	0					non-mobilizable	no_good_hit	489.0	75.665	8.0	0.0001482016823635424	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0117_000000029169	1276	0.6089560815662826	2	2	2	2	2	False	4283	fragment	False	SPA0117_000000029169	1.0		0	0	False	False	0.9694357514381409	0					non-mobilizable	no_good_hit	604.0	83.94	47.0	0.0043152265852364775	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	False
ISR0396_000000007715	2929	0.6089530945524246	2	2	2	1	1	False	70548	maximal	True	ISR0396_000000007715	1.0	PS332	2	1	False	True	0.9989757537841797	0					non-mobilizable	no_good_hit	1489.0	80.255	51.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0790_000000006389	2513	0.6089518748983999	3	3	3	3	3	False	110556	maximal	True	ISR0790_000000006389	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	71.403	43.0	0.0002818579514001938	NZ_CP021874.1	firmicutes	Enterococcus wangshanyuanii strain MN05 chromosome, complete genome	True	False
TAN0008_000000011468	1779	0.608950464983261	2	2	2	2	1	False	2748	maximal	True	TAN0008_000000011468	1.0		1	1	False	False	0.9915682673454285	0					non-mobilizable	no_good_hit	868.0	97.696	65.0	0.006351322642794875	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	True	False
ISR0052_000000027999	1335	0.6089482096734451	2	2	2	2	1	False	35772	fragment	False	ISR0052_000000027999	1.0		0	0	False	False	0.9880149960517883	0					non-mobilizable	no_good_hit	45.0	88.889	3.0	2.5838737435162795e-05	NZ_NPZB01000001.1	g-proteobacteria	Lysobacter silvestris strain AM20-91 Contig001, whole genome shotgun sequence	True	False
ENG0179_000000017624	1885	0.6089470586990348	2	1	1	1	1	False	129930	fragment	False	ENG0179_000000017624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	86.75399999999999	69.0	0.0003660753142359778	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0161_000000009530	1203	0.6089468826729934	2	2	2	2	2	True	111684	fragment	False	FIJ0053_000000008919	0.10306660275911946		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	99.584	100.0	0.012684543219256867	NZ_QSFS01000014.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf14, whole genome shotgun sequence	False	True
ISR0311_000000008291	2446	0.6089461609248285	4	4	3	2	2	False	93072	maximal	True	ISR0311_000000008291	1.0		3	1	False	False	0.9963205456733704	0					non-mobilizable	chromosome	2447.0	96.118	100.0	0.0005441376897582827	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0010_000000024633	1101	0.6089421599746994	3	2	2	1	1	True	8062	fragment	False	SPA0010_000000024633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	81.465	62.0	0.0001809712304950192	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
MON0048_000000015861	2498	0.6089365479509843	3	3	1	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.46101667227368087		0	0	False	False	0.9995996952056885	0					non-mobilizable	no_good_hit	348.0	94.25299999999999	19.0	0.0415917535658636	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
ENG0166_000000007082	3754	0.6089251033042825	3	3	3	3	3	False	110935	fragment	False	ENG0166_000000007082	1.0		0	0	False	False	0.9973361492156982	0					non-mobilizable	no_good_hit	850.0	76.35300000000001	22.0	0.00023098566732557692	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
FIJ0133_000000013984	2689	0.6089250648527872	3	3	3	3	2	False	42501	maximal	True	FIJ0133_000000013984	1.0		22	6	False	False	0.9929341673851013	0					non-mobilizable	no_good_hit	1371.0	78.702	51.0	0.0018377861724377716	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ENG0057_000000017898	1468	0.6089234785794115	2	2	2	2	0	True	63516	maximal	True	ENG0057_000000017898	1.0		21	8	False	False	0.9993187785148621	0					non-mobilizable	no_good_hit	134.0	98.507	9.0	4.2868336511929166e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0815_000000021854	1412	0.6089221637539789	2	2	2	2	2	False	50863	fragment	False	ISR0815_000000021854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	72.583	43.0	0.0007141234135099166	NZ_LR027602.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
DEN0052_000000004446	7144	0.6089218387984352	8	5	3	4	3	True	74425	fragment	False	DEN0052_000000004446	1.0		0	0	False	False	0.9980403184890747	0					non-mobilizable	no_good_hit	481.0	76.923	7.0	0.00015231825447846654	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0174_000000010301	2428	0.6089212284723919	3	2	1	2	1	False	104097	fragment	False	ISR0174_000000010301	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2428.0	99.506	100.0	0.014107348376521466	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
SPA0138_000000012614	2084	0.6089212284723919	3	2	1	2	1	False	59128	fragment	False	SPA0138_000000012614	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1986.0	98.943	95.0	0.011538148548576477	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
AST0150_000000014098	1978	0.6089212284723919	2	2	1	2	1	False	104095	fragment	False	AST0150_000000014098	1.0		0	0	False	False	0.9994944334030151	0					non-mobilizable	other	1978.0	99.545	100.0	0.011491647194224531	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0307_000000006295	1708	0.6089212284723919	2	2	1	2	1	False	59127	fragment	False	SPA0080_000000007306	0.642644431209053		0	0	False	False	0.9689695835113525	0					non-mobilizable	other	1708.0	99.473	100.0	0.00992222648484637	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0821_000000018450	1704	0.6089212284723919	2	2	1	2	1	False	59127	fragment	False	SPA0080_000000007306	0.6466150486400636		0	0	False	False	0.9964788556098938	0					non-mobilizable	other	1704.0	99.413	100.0	0.009898975807670398	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
SPA0110_000000002252	10062	0.6089206724438893	14	9	4	8	3	True	4628	maximal	True	SPA0110_000000002252	1.0		3	2	False	False	0.9990061521530151	0					non-mobilizable	other	1613.0	98.20200000000001	90.0	0.0005086659383782139	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0036_000000021275	1167	0.6089134560805721	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.5329249522816303		0	0	False	False	0.9922879338264465	0					non-mobilizable	other	1167.0	97.17200000000001	100.0	0.007872686638713903	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0020_000000003182	2046	0.6089103798919967	3	2	2	2	1	False	2399	maximal	True	TAN0020_000000003182	1.0		9	4	False	False	0.9863147735595703	0					non-mobilizable	no_good_hit	100.0	80.0	5.0	2.5946876637896587e-05	CP059896.1	a-proteobacteria	Ciceribacter thiooxidans strain F43B chromosome, complete genome	True	False
ISR0260_000000004463	2780	0.6089076876118	5	3	2	3	2	False	83445	maximal	True	ISR0260_000000004463	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1147.0	97.036	88.0	0.0003894095552134158	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0082_000000011066	2869	0.6089046269147967	5	3	2	2	3	False	9927	maximal	True	MON0082_000000011066	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	77.982	29.0	0.0001686152827665848	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0094_000000017340	1325	0.6089003149372854	2	2	2	2	1	False	109135	fragment	False	AST0094_000000017340	0.9541990059971002		0	0	False	False	0.999245285987854	0					non-mobilizable	no_good_hit	435.0	71.954	32.0	5.9624795890294306e-05	CP034444.1	a-proteobacteria	Mesorhizobium sp. M1D.F.Ca.ET.043.01.1.1 chromosome, complete genome	True	False
CHI0153_000000000967	15463	0.6088989543260559	19	10	3	9	3	True	95437	fragment	False	SPA0108_000000001581	0.9970629898914695		0	0	False	False	1.0	0					non-mobilizable	other	15463.0	99.994	100.0	0.15429905795944435	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0017_000000000454	15164	0.6088989543260559	19	10	3	9	3	True	95437	fragment	False	SPA0108_000000001581	0.9881879326030201		0	0	False	False	1.0	0					non-mobilizable	plasmid	15164.0	99.98700000000001	100.0	0.19926669645438536	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
CHI0028_000000000274	15163	0.6088989543260559	19	10	3	9	3	True	95437	fragment	False	SPA0108_000000001581	0.9882358585998171		0	0	False	False	1.0	0					non-mobilizable	other	15163.0	100.0	100.0	0.15130528500718504	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0007_000000000988	19746	0.6088982192901398	13	8	2	8	2	True	22455	maximal	False	MON0100_000000000721	0.3790477080510256		0	0	False	False	0.998126208782196	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	0.0	0.001580999894600007	NZ_BJYR01000034.1	a-proteobacteria	Novosphingobium sediminis strain NBRC 106119 sequence34, whole genome shotgun sequence	True	True
ISR0017_000000004248	7685	0.6088961883413981	11	5	3	3	5	False	48102	maximal	True	ISR0017_000000004248	1.0		1	1	True	True	1.0	395					non-mobilizable	no_good_hit	2271.0	97.79799999999999	54.0	0.2057650471356055	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0225_000000002075	5861	0.6088935497550587	7	7	6	6	6	False	90150	maximal	True	ISR0225_000000002075	0.9891932178125582		103	11	False	False	0.9996587634086609	0					non-mobilizable	chromosome	5861.0	99.98299999999999	100.0	0.0011770346480033697	CP024243.1	enterobacteria	Escherichia coli O128:H27 strain 90-9281 chromosome, complete genome	False	False
ENG0129_000000016201	1660	0.6088923676497174	3	3	3	3	2	False	102770	fragment	False	ENG0129_000000016201	0.9733375156838143		0	0	False	False	0.9981927871704102	0					non-mobilizable	other	1660.0	99.819	100.0	0.0006024873029160168	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0050_000000002196	10904	0.6088914488168982	8	7	6	6	4	False	100720	fragment	False	SPA0050_000000002196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4444.0	86.206	41.0	0.00796381746550029	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
FIJ0043_000000011929	2272	0.6088874963492592	4	3	2	3	2	False	108264	fragment	False	ISR0819_000000009159	0.34110849451078185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	82.766	64.0	0.0005085516143289559	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0169_000000007813	1944	0.6088830420029538	2	2	2	2	2	False	90453	maximal	False	MON0104_000000022344	0.9629356897398135		0	0	False	False	0.9773662686347961	0					non-mobilizable	chromosome	1944.0	99.846	100.0	0.000715188573473019	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ENG0182_000000003490	7225	0.6088825193133673	9	5	4	4	5	False	62040	fragment	False	ENG0182_000000003490	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7239.0	96.698	100.0	0.002065535440900627	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0064_000000011545	1574	0.6088822867497834	2	2	2	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9644695013036878		0	0	False	False	0.9968233704566956	0					non-mobilizable	no_good_hit	611.0	91.162	79.0	0.00021525205486316144	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0097_000000021352	1537	0.6088822867497834	2	2	2	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9638238482620363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	91.311	80.0	0.0002148991826420743	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0081_000000020254	2767	0.6088820954320555	2	2	2	2	2	False	102375	fragment	False	ISR0193_000000008096	0.4836385988573449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	3.0	5.8526543443136574e-06	LN590682.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG21, chromosome: 21	True	False
AUS0008_000000009930	2426	0.6088820954320555	2	2	2	2	2	False	101847	fragment	False	AUS0008_000000009930	0.9895966029723992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	False
ISR0275_000000005942	2355	0.6088820954320555	2	2	2	2	2	False	101847	fragment	False	AUS0008_000000009930	0.9752679307502061		0	0	False	False	0.9927813410758972	0					non-mobilizable	no_good_hit	113.0	91.15	5.0	0.0010218950475938157	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0375_000000011707	1918	0.6088814098388041	3	2	0	2	0	False	23380	maximal	True	ISR0375_000000011707	1.0		1	1	False	False	0.9994786381721497	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000010709	2530	0.6088720528522261	3	3	3	2	0	True	29998	maximal	True	ISR0171_000000010709	1.0		3	1	False	False	0.9960474371910095	0					non-mobilizable	no_good_hit								True	True
ISR0076_000000008646	2897	0.6088675404643084	3	2	1	2	0	True	34580	fragment	False	ISR0076_000000008646	1.0		0	0	False	False	0.9965481758117676	0					non-mobilizable	no_good_hit	99.0	98.99	3.0	0.0002581284109825737	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	True
ISR0052_000000031650	1192	0.6088661172102361	2	1	1	1	1	False	35767	fragment	False	ISR0052_000000031650	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	100.0	100.0	0.026047589887148982	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
AST0040_000000007181	2731	0.6088638040681134	3	3	3	2	2	False	116264	maximal	True	AST0040_000000007181	1.0		4	3	False	False	0.9996338486671448	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	9.804498303821794e-05	NZ_SMLL01000002.1	b-proteobacteria	Ramlibacter rhizophilus strain CCTCC AB2015357 contig2, whole genome shotgun sequence	True	False
MAD0093_000000016325	1934	0.6088605672343369	3	3	3	3	2	False	15669	maximal	True	MAD0093_000000016325	1.0		15	2	False	False	0.9963805675506592	0					non-mobilizable	no_good_hit	944.0	78.072	48.0	0.0002800815067300876	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AUS0016_000000008571	3141	0.6088587306795967	3	2	2	2	1	False	100583	maximal	True	AUS0016_000000008571	1.0		2	2	False	False	0.9961795806884766	0					non-mobilizable	no_good_hit	942.0	98.40799999999999	30.0	0.014978113808197373	NZ_VJZV01000032.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold32_1, whole genome shotgun sequence	True	False
MON0078_000000005451	6442	0.608845539569401	7	7	6	6	6	False	125478	maximal	True	MON0078_000000005451	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	85.15299999999999	72.0	0.0004118999661923246	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0016_01_000000003588	5342	0.6088399408686943	7	7	3	5	4	False	79199	fragment	False	USA0016_01_000000003588	1.0		0	0	False	False	0.9971920847892761	0					non-mobilizable	no_good_hit	2367.0	75.581	43.0	0.000717319180054247	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0331_000000020755	1220	0.6088343511129756	2	2	2	2	1	False	24598	fragment	False	ISR0331_000000020755	1.0		0	0	False	False	0.9786885380744934	0					non-mobilizable	other	1220.0	94.262	100.0	0.020120455796726673	NZ_PYLQ01000016.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_15, whole genome shotgun sequence	False	False
FIJ0023_000000016630	1983	0.6088313916299866	3	2	2	2	1	False	49352	maximal	True	FIJ0023_000000016630	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0152_000000000011	100664	0.6088312836427504	116	43	18	36	25	True	79402	maximal	True	CHI0152_000000000011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	77.219	1.0	0.00018836317780294323	CP010994.1	firmicutes	Clostridium perfringens strain JP838, complete genome	True	True
MAD0041_000000023679	1540	0.6088258795378704	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9156479636233279		0	0	False	False	1.0	0					non-mobilizable	chromosome	1541.0	99.286	100.0	0.0004105391454010146	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0210_000000012318	1551	0.6088245361700118	3	2	2	2	2	False	28431	maximal	True	ISR0210_000000012318	1.0		78	12	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	75.85	19.0	0.0029404631987389354	NZ_JQBX01000008.1	firmicutes	Pediococcus stilesii strain DSM 18001 Scaffold8, whole genome shotgun sequence	True	False
AST0113_000000018861	2002	0.6088219120254812	4	4	2	3	3	False	106579	maximal	True	AST0113_000000018861	1.0		1	1	False	False	0.9950050115585327	0					non-mobilizable	no_good_hit	1448.0	99.655	72.0	0.00032716027595494147	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0071_000000001377	14142	0.6088186912420299	7	5	5	5	1	True	130434	maximal	True	ENG0071_000000001377	1.0	PS1102	1	1	False	True	0.9991514682769775	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0021882451956796185	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
ISR0051_000000014150	2797	0.6088177685202094	4	4	4	4	1	False	52417	fragment	False	FIJ0054_000000008836	0.9860117805309799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	82.58	37.0	0.003559196830300181	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
MAD0060_000000006925	2381	0.6088162791707035	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.6444173532366054		0	0	False	False	0.9983200430870056	0					non-mobilizable	other	2218.0	96.889	93.0	0.0006627899780893651	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0010_000000007027	3889	0.6088161431812898	4	3	2	3	3	False	126435	fragment	False	ISR0092_000000005355	0.9618613576397218		0	0	False	False	0.9956287145614624	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	7.426868553710185e-05	NZ_NMZM01000002.1	a-proteobacteria	Oceaniglobus indicus strain 1-19b NODE_2_length_538585_cov_323.247, whole genome shotgun sequence	True	False
FIJ0011_000000035143	1314	0.6088123427224581	2	2	2	2	1	True	50884	fragment	False	FIJ0011_000000035143	1.0		0	0	False	False	0.9984779357910156	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.0003428669390554016	NZ_FNGO01000009.1	firmicutes	Halarsenatibacter silvermanii strain SLAS-1, whole genome shotgun sequence	True	True
SPA0120_000000008940	4753	0.6088113998763681	4	4	4	4	4	False	94529	fragment	False	SPA0106_000000007972	0.9747120919968545		0	0	False	False	1.0	0					non-mobilizable	other	4754.0	99.537	100.0	0.0013565690134863452	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0149_000000025280	1584	0.608810876817647	3	2	2	2	2	False	3289	maximal	True	SPA0149_000000025280	1.0		1	1	False	False	0.9987373948097229	0					non-mobilizable	no_good_hit	74.0	85.135	5.0	0.00012331427671038615	NZ_QICB01000001.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_001, whole genome shotgun sequence	True	False
MON0001_000000004719	6364	0.6088059452346176	6	6	3	5	3	False	125576	fragment	False	MON0001_000000004719	1.0		0	0	False	False	0.9902576804161072	0					non-mobilizable	no_good_hit	147.0	90.476	2.0	0.00011208344573885794	NZ_FIZW01000002.1	firmicutes	Murdochiella massiliensis strain SIT12, whole genome shotgun sequence	True	False
ISR0107_000000001355	11558	0.6087988358279364	12	5	3	4	4	False	88844	maximal	True	ISR0107_000000001355	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	4102.0	87.396	70.0	0.0443668614674025	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ENG0134_000000026081	1488	0.6087985116991398	3	3	2	3	1	False	113626	fragment	False	ISR0331_000000014703	0.5923701201426621		0	0	False	False	0.9993279576301575	0					non-mobilizable	chromosome	1489.0	92.948	100.0	0.0005005154939333955	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0012_000000028118	1115	0.6087980144049583	2	2	2	2	2	False	19626	fragment	False	MAD0012_000000028118	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	71.975	99.0	0.0030461854259322615	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0024_000000003665	3171	0.6087956523402348	6	6	4	4	6	False	43726	maximal	True	MAD0024_000000003665	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	98.601	33.0	0.00017448014264641865	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0181_000000005216	3832	0.6087920200498627	6	5	4	5	3	True	118524	maximal	True	CHI0181_000000005216	1.0		16	9	False	False	1.0	0					non-mobilizable	no_good_hit	2050.0	96.537	53.0	0.11400033480274538	NZ_CABLCC010000055.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	True
ENG0065_000000009986	2812	0.6087912535175228	3	2	2	2	2	False	75128	fragment	False	DEN0018_000000012473	0.5669226953479641		0	0	False	False	0.9953769445419312	0					non-mobilizable	no_good_hit	1345.0	71.822	47.0	0.0003387082869777376	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
SPA0117_000000005766	6289	0.6087893336899124	3	3	3	2	2	False	4845	fragment	False	SPA0117_000000005766	1.0		0	0	False	False	0.9982509016990662	0					non-mobilizable	no_good_hit	3304.0	75.03	60.0	0.0013640202968232245	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0388_000000009268	3542	0.6087856342099905	4	2	2	2	1	True	130319	maximal	True	ISR0388_000000009268	1.0	PS1094	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1480.0	88.041	68.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0125_000000007139	5086	0.6087799900230008	7	5	1	4	2	False	21943	fragment	False	MON0097_000000005277	0.6895523148280791		0	0	False	False	0.999803364276886	0					non-mobilizable	no_good_hit	812.0	86.7	32.0	0.0003246900620714163	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
SPA0069_000000018232	1196	0.6087787238586885	2	2	2	2	2	False	38762	fragment	False	SPA0069_000000018232	0.9537211155213375		0	0	False	False	0.9924749135971069	0					non-mobilizable	chromosome	1179.0	94.656	100.0	0.0005201218268374032	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MON0002_000000024944	1165	0.6087766378842716	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.03787597762253778		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	94.506	100.0	0.0003257811260215995	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
MON0100_000000039755	1153	0.6087766378842716	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.039957221308249184		0	0	False	False	0.9991326928138733	0					non-mobilizable	chromosome	1155.0	92.641	100.0	0.00040686167091348385	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0011_01_000000031584	1140	0.6087766378842716	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.04384953626615075		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	92.97	100.0	0.0003437849605418317	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0019_000000060142	1102	0.6087766378842716	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.019421364643269674		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	92.851	100.0	0.0003063021032929559	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0136_000000009307	1241	0.6087746783368354	2	2	1	1	2	False	58015	fragment	False	ENG0136_000000009307	1.0		0	0	False	False	1.0	0				MOBQ,MOBQ	mobilizable	plasmid	1241.0	100.0	100.0	0.3045186640471513	CP043410.1	enterobacteria	Escherichia coli strain NMBU-W13E19 plasmid pNMBU-W13E19_04, complete sequence	False	True
AST0113_000000028059	1323	0.6087693337419008	2	2	2	2	1	False	106414	maximal	True	AST0113_000000028059	1.0		66	8	False	False	1.0	0					non-mobilizable	chromosome	1200.0	99.75	91.0	0.00033528042054623025	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0779_000000010397	3208	0.6087677120545666	5	4	2	4	1	False	94497	fragment	False	ISR0779_000000010397	1.0		0	0	False	False	0.9996882677078247	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000025754	1470	0.6087621585426665	1	1	1	1	1	False	52328	maximal	True	FIJ0002_000000025754	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0026_000000022528	1124	0.6087569551480253	2	2	2	1	2	False	118944	maximal	True	AST0026_000000022528	1.0		3	3	False	False	0.9911032319068909	0					non-mobilizable	chromosome	1126.0	89.609	100.0	0.0003914348614745836	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0295_000000017398	2044	0.6087554447081255	4	3	3	2	1	True	94915	maximal	True	ISR0295_000000017398	1.0		3	1	False	False	0.9740704298019409	0					non-mobilizable	other	912.0	98.904	91.0	0.00029235243262255216	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0068_000000015936	2005	0.6087541855663627	3	3	3	3	3	False	111460	fragment	False	MAD0086_000000003690	0.3232825917252147		0	0	False	False	1.0	0					non-mobilizable	chromosome	2005.0	98.50399999999999	100.0	0.00039484603762937907	CP043736.1	enterobacteria	Escherichia coli strain CVM N17EC0616 chromosome, complete genome	False	False
ENG0208_000000017295	1771	0.6087475845328102	4	4	1	2	2	True	61468	fragment	False	ENG0208_000000017295	1.0		0	0	False	False	0.9983060359954834	0					non-mobilizable	other	1771.0	94.63600000000001	100.0	0.0008218597990761739	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	True
ENG0179_000000006063	5267	0.6087468879052313	7	4	4	4	3	True	130340	maximal	True	ENG0179_000000006063	0.982432611952126	PS1094|PS1099|PS1100	1	1	True	True	1.0	42					non-mobilizable	no_good_hit	1659.0	97.589	49.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0051_000000034638	1399	0.6087466892964536	2	2	2	1	1	False	72441	maximal	True	DEN0051_000000034638	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0368_000000006325	2019	0.6087455075196158	2	2	2	1	0	False	23569	maximal	True	ISR0368_000000006325	1.0		14	3	False	False	0.9995046854019165	0					non-mobilizable	no_good_hit	87.0	100.0	4.0	0.006395954187118846	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	False
ENG0111_000000010371	1941	0.6087415169848023	5	4	3	1	1	False	59742	maximal	True	ENG0111_000000010371	1.0		6	4	False	False	0.9989696145057678	0					non-mobilizable	other	1054.0	86.243	99.0	0.005994336150063533	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	False	False
MAD0045_000000025085	1672	0.6087409044356568	2	1	1	1	1	False	17837	fragment	False	MAD0045_000000025085	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	95.811	99.0	0.04242979242979243	NZ_CACWHD010000031.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	False	False
ISR0326_000000012999	1561	0.6087409044356568	2	1	1	1	1	False	24815	fragment	False	ISR0326_000000012999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.00011732310091857086	NZ_PEBH01000003.1	high GC Gram+	Bifidobacterium rousetti strain RST9 NODE_3_length_289798_cov_93.716151, whole genome shotgun sequence	True	False
CHI0026_000000008227	1409	0.6087409044356568	2	1	1	1	1	False	88875	maximal	True	CHI0026_000000008227	1.0		91	10	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	95.541	75.0	0.026785714285714284	NZ_CACWHD010000031.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0167_000000022003	1256	0.6087407001230926	2	1	1	1	1	False	30162	fragment	False	ISR0167_000000022003	1.0		0	0	False	False	0.9570063948631287	0					non-mobilizable	other	1197.0	99.666	100.0	0.009812206187596912	NZ_LT629862.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
MON0078_000000019098	2327	0.6087404878797997	3	3	2	3	3	False	12489	fragment	False	MON0078_000000019098	1.0		0	0	False	False	0.9780833721160889	0					non-mobilizable	other	1306.0	80.092	91.0	0.0003167698497868546	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0049_000000004108	5352	0.6087349376459784	9	4	1	4	2	False	38122	fragment	False	ISR0174_000000004745	0.9566867989646246		0	0	False	False	0.9994394779205322	0					non-mobilizable	no_good_hit	3011.0	97.07700000000001	57.0	0.0007731272416887533	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
SPA0072_000000008372	2504	0.6087347054570152	4	4	4	4	3	False	97362	fragment	False	CAN0001_000000017824	0.9750729300137464		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	99.323	100.0	0.0002741885923046137	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0251_000000015997	1139	0.6087320509364976	1	1	1	1	1	False	26968	fragment	False	ISR0251_000000015997	1.0		0	0	False	False	0.9868305325508118	0					non-mobilizable	no_good_hit	738.0	75.745	64.0	0.0027964463266433436	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0022_000000038126	1104	0.6087316424157113	2	2	2	2	2	False	74405	maximal	True	DEN0022_000000038126	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	74.61399999999999	40.0	0.0005180563743789477	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0209_000000021032	1328	0.6087313192935683	2	2	1	1	2	False	59663	maximal	False	ENG0112_000000019663	0.9650748396293657		0	0	False	False	0.9924699068069458	0					non-mobilizable	other	1309.0	96.715	99.0	0.010001299863132059	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0295_000000015225	2323	0.6087253820165774	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.814007869118141	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2309.0	92.074	99.0	0.9978345604157643	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0028_000000008646	2197	0.6087237543656011	4	3	3	2	2	False	93071	fragment	False	ISR0028_000000008646	1.0		0	0	False	False	0.9904415011405945	0					non-mobilizable	other	2197.0	99.59	100.0	0.0005299803308756984	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0183_000000008216	4213	0.6087237209364053	6	4	1	4	2	True	29490	maximal	True	ISR0183_000000008216	1.0		11	5	False	False	0.9988132119178772	0					non-mobilizable	no_good_hit								True	True
ISR0268_000000000233	25328	0.6087198193778333	16	9	5	8	3	True	32823	maximal	True	ISR0268_000000000233	0.96572722708605		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	1.0	0.002015426723065439	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	True
SPA0067_000000010705	1990	0.6087192743523037	2	2	2	2	2	False	94398	maximal	True	SPA0067_000000010705	1.0		7	3	False	False	0.9909547567367554	0					non-mobilizable	no_good_hit	615.0	71.382	30.0	0.00891099367941146	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0128_000000002189	10135	0.6087111641470586	11	6	4	5	3	True	71448	maximal	True	ENG0128_000000002189	1.0		1	1	False	False	0.9996053576469421	0					non-mobilizable	no_good_hit								True	True
CHI0096_000000008902	1101	0.6087066994948602	2	2	2	2	1	True	83431	fragment	False	CHI0096_000000008902	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1101.0	99.90899999999999	100.0	0.0002406579325339552	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
ENG0109_000000014860	1655	0.6086980444351259	1	1	1	1	1	False	95791	fragment	False	ENG0200_000000009646	0.5028137941177978		0	0	False	False	1.0	0					non-mobilizable	chromosome	1655.0	97.16	100.0	0.0005836506536781459	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0145_000000010426	1539	0.6086961915236949	2	2	2	2	2	False	40018	fragment	False	FIJ0145_000000010426	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1539.0	99.935	100.0	0.02812882930665545	LT968706.1	enterobacteria	Klebsiella pneumoniae genome assembly, plasmid: 20	False	True
ISR0377_000000011523	1403	0.6086933137023716	2	2	2	1	2	False	23305	maximal	True	ISR0377_000000011523	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1410.0	85.461	100.0	0.015226605803716988	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0063_000000001775	14212	0.6086918974381322	15	11	8	9	11	False	101323	maximal	True	MON0063_000000001775	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.485	10.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
AST0014_000000008010	2079	0.6086914908849761	4	3	2	1	1	True	124306	maximal	True	AST0014_000000008010	1.0		3	2	False	False	0.9942280054092407	0					non-mobilizable	other	344.0	86.04700000000001	90.0	9.225572853806145e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
FIJ0020_000000008340	2706	0.6086914196928451	2	2	2	2	1	False	49795	maximal	True	FIJ0020_000000008340	1.0		21	4	False	False	0.9907612800598145	0					non-mobilizable	chromosome	2693.0	99.851	100.0	0.0004924998060736276	LR130541.1	enterobacteria	Klebsiella pneumoniae strain AJ218 genome assembly, chromosome: 1	False	False
CHI0078_000000004148	3995	0.6086892291305315	8	4	2	2	4	False	104622	maximal	True	CHI0078_000000004148	1.0		1	1	False	False	0.9959949851036072	0					non-mobilizable	other	3553.0	90.459	97.0	0.0008467047316219286	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ISR0014_000000013025	2805	0.6086884331746757	4	2	1	2	1	False	84155	maximal	True	ISR0014_000000013025	1.0		5	5	False	False	0.9996435046195984	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.032176002943679e-07	LR778267.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 15	True	False
ENG0117_000000006465	3417	0.6086872694484051	3	3	3	2	2	False	59380	maximal	True	ENG0117_000000006465	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0121_01_000000027461	1561	0.608685527861169	2	1	1	1	1	False	168	maximal	True	USA0121_01_000000027461	1.0		9	4	False	False	0.9993593692779541	0					non-mobilizable	no_good_hit	85.0	81.176	5.0	6.887141276789903e-05	NZ_QQHX01000001.1	b-proteobacteria	Neisseria bergeri strain M40463 M40463_CHA5855A11_cleaned_ctg_4947, whole genome shotgun sequence	True	False
ISR0201_000000004231	6317	0.6086800990919672	10	9	8	6	4	True	122209	maximal	True	ISR0201_000000004231	1.0		16	5	False	False	0.9998416900634766	0					non-mobilizable	no_good_hit	98.0	98.98	3.0	8.49062136467919e-05	NZ_LT629969.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	True
ISR0390_000000004343	2925	0.608677260914174	3	3	3	3	3	False	22881	maximal	True	ISR0390_000000004343	1.0		48	11	False	False	0.9969230890274048	0					non-mobilizable	no_good_hit	511.0	81.21300000000001	33.0	0.00021100306203656168	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
DEN0022_000000019488	2078	0.6086754799210659	4	3	3	2	2	True	74574	fragment	False	DEN0022_000000019488	1.0		0	0	False	False	0.9874879717826843	0					non-mobilizable	chromosome	2070.0	95.507	99.0	0.0007351655244412261	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ISR0357_000000015528	1675	0.6086751110512011	2	2	2	2	2	False	70914	fragment	False	ISR0357_000000015528	0.965850154181573		0	0	False	False	0.997611939907074	0					non-mobilizable	other	949.0	95.99600000000001	92.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0072_000000013908	1809	0.6086729554384409	3	2	2	2	1	False	79975	maximal	True	FIJ0072_000000013908	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0048_01_000000001648	8171	0.6086667671964495	13	12	5	8	12	True	118548	fragment	False	USA0048_01_000000001648	0.9601764254666325		0	0	False	False	0.9987761378288269	0					non-mobilizable	other	8081.0	95.025	99.0	0.008992449326317806	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
CHI0017_000000002401	4658	0.6086608452228266	3	1	1	1	1	False	89639	maximal	True	CHI0017_000000002401	1.0		117	12	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	70.307	11.0	0.01582025238534934	GU942946.1		Uncultured organism clone 3 genomic sequence	True	False
CHI0115_000000001652	4642	0.6086599863922528	6	4	1	2	4	True	105586	maximal	True	CHI0115_000000001652	1.0		6	5	False	False	0.9997845888137817	0					non-mobilizable	no_good_hit	2257.0	96.98700000000001	73.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0038_000000014456	1875	0.6086591381847665	5	4	2	2	4	False	63927	maximal	True	SPA0038_000000014456	0.9890874860087487		64	8	False	False	0.9775999784469604	0					non-mobilizable	other	1835.0	99.946	98.0	0.036021526495659345	NZ_JAAIPV010000031.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_31_length_50914_cov_74.5275, whole genome shotgun sequence	False	False
CHI0129_000000005079	4056	0.6086507747224813	4	3	2	2	2	False	109823	maximal	True	CHI0129_000000005079	0.9661701590507448		67	10	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	97.074	72.0	0.000647925989509741	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0131_000000016352	2015	0.6086494904890177	3	3	3	3	2	False	31666	maximal	True	ISR0131_000000016352	1.0		2	1	False	False	0.9975185990333557	0					non-mobilizable	no_good_hit								True	False
ISR0119_000000007591	4272	0.6086488573038933	4	3	2	3	2	True	93500	fragment	False	ISR0119_000000007591	1.0		0	0	False	False	0.9946160912513733	0					non-mobilizable	no_good_hit	1728.0	76.042	40.0	0.0005684626124435251	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
ENG0119_000000005983	5347	0.6086487886224036	3	3	1	3	1	True	59279	maximal	True	ENG0119_000000005983	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2629.0	89.197	96.0	0.01760804478874374	NZ_SPFY01000003.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_3_length_148966_cov_20.1561, whole genome shotgun sequence	False	True
FIJ0049_000000005335	3164	0.6086437037501715	5	3	1	2	2	True	46678	maximal	True	FIJ0049_000000005335	1.0		197	12	False	False	1.0	0					non-mobilizable	other	3164.0	99.874	100.0	0.028773640688820764	NZ_JAAIUD010000008.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_8_length_109927_cov_318.445, whole genome shotgun sequence	False	True
ENG0138_000000009250	2114	0.6086427588487456	3	3	3	3	1	False	69696	maximal	True	ENG0138_000000009250	1.0		18	6	False	False	0.9929044246673584	0					non-mobilizable	no_good_hit	1622.0	83.354	76.0	0.0007003263092453995	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ENG0189_000000015280	1219	0.6086421759105377	2	1	1	1	1	False	54830	maximal	True	ENG0189_000000015280	1.0		216	11	False	False	0.9983593225479126	0					non-mobilizable	other	1219.0	97.949	100.0	0.00042439290560010483	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0156_000000010040	1455	0.6086395907650922	2	2	2	1	2	False	78997	maximal	True	CHI0156_000000010040	1.0		7	3	False	False	0.985567033290863	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	1.0838910605181542e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0170_000000002447	15058	0.6086352534311448	7	7	6	6	7	False	77991	maximal	True	ISR0170_000000002447	1.0		1	1	False	False	0.9996679425239563	0					non-mobilizable	no_good_hit	2896.0	73.584	19.0	0.14294297301356831	NZ_GL638141.1	firmicutes	Selenomonas artemidis F0399 Scfld51, whole genome shotgun sequence	True	False
SPA0061_000000011867	1270	0.6086346896606836	2	1	1	1	1	False	6184	maximal	True	SPA0061_000000011867	0.9795744680851064		16	4	False	False	0.9866141676902771	0					non-mobilizable	other	1250.0	98.08	98.0	0.00017286386147418134	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
AST0060_000000027986	1106	0.6086303266635591	2	2	2	2	2	False	112219	fragment	False	AST0060_000000027986	0.9950271247739602		0	0	False	False	0.9792043566703796	0					non-mobilizable	no_good_hit								True	False
ISR0052_000000034272	1106	0.6086303266635591	2	2	2	2	2	False	112219	fragment	False	AST0060_000000027986	0.9950271247739602		0	0	False	False	0.9764918684959412	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000027411	1231	0.6086256653999701	3	3	3	2	2	False	70906	maximal	False	DEN0066_000000028896	0.9650622385470871		0	0	False	False	0.995938241481781	0					non-mobilizable	other	1231.0	99.025	100.0	0.005740876440469912	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0103_000000001617	10187	0.6086233830796073	11	10	7	8	10	True	50099	maximal	True	SPA0103_000000001617	1.0		4	4	True	True	0.9999018311500549	42	rep_cluster_1155	MOBQ			mobilizable	plasmid	5693.0	99.93	100.0	0.5623394586050188	CP048328.1	enterobacteria	Escherichia coli strain 61 plasmid p61_B, complete sequence	False	True
AST0058_000000009094	1557	0.608619456868204	3	2	2	1	1	False	113067	maximal	True	AST0058_000000009094	1.0		42	10	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	94.361	68.0	0.023686966597588965	NZ_KB904459.1	firmicutes	Streptococcus orisratti DSM 15617 A3I7DRAFT_scaffold_19.20, whole genome shotgun sequence	True	False
DEN0045_000000010064	3572	0.6086119239950878	4	3	3	2	2	False	72953	maximal	True	DEN0045_000000010064	1.0		3	2	False	False	0.9986002445220947	0					non-mobilizable	no_good_hit	1511.0	82.991	74.0	0.0045693251831368555	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
SPA0054_000000002068	10096	0.6086119168394519	11	8	4	6	5	True	57975	maximal	True	SPA0054_000000002068	0.9717918156535558		9	3	False	False	0.9984152317047119	0					non-mobilizable	no_good_hit	377.0	93.369	4.0	9.40936299365282e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
FIJ0141_000000015686	1878	0.6086102747301009	2	2	2	2	2	False	40272	fragment	False	FIJ0141_000000015686	1.0		0	0	False	False	0.9930777549743652	0					non-mobilizable	no_good_hit	126.0	92.06299999999999	7.0	7.346383802789337e-05	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
CHI0126_000000001872	7453	0.6086088190598784	9	6	3	5	4	False	121471	fragment	False	CHI0126_000000001872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	94.906	46.0	0.0004934019159922574	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0082_000000008685	3290	0.6086066184312579	5	5	4	3	4	False	34185	maximal	True	ISR0082_000000008685	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	87.45200000000001	40.0	0.00039200726688739905	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0025_000000002484	8071	0.6086049950308481	8	8	3	7	7	False	12844	fragment	False	MON0025_000000002484	0.9971447112264763		0	0	False	False	0.9980176091194153	0					non-mobilizable	plasmid	7995.0	99.912	99.0	0.08104217356042173	MN612051.1	enterobacteria	Escherichia coli strain BM21 plasmid pIP72, complete sequence	False	True
ENG0199_000000009454	2637	0.6086003154543301	3	2	0	1	1	True	54287	fragment	False	ENG0199_000000009454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.02845100105374078	BX060821.1	mosquitos	Single read from an extremity of a full-length cDNA clone made from Anopheles gambiae total adult females. 3-PRIME end of clone FK0AAC41BE02 of strain 6-9 of Anopheles gambiae (African malaria mosquito)	True	True
ETH0005_000000033620	1385	0.6085994812489596	2	1	1	1	1	False	52707	maximal	True	ETH0005_000000033620	1.0		1	1	False	False	0.9956678748130798	0					non-mobilizable	no_good_hit	82.0	84.146	7.0	3.0798619613473525e-05	CP054807.1	firmicutes	Staphylococcus cohnii strain FDAARGOS_744 chromosome, complete genome	True	False
CHI0126_000000007203	2094	0.608594399782127	4	2	2	2	2	False	81484	maximal	True	CHI0126_000000007203	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1996.0	88.02600000000001	95.0	0.021359412778783705	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
ENG0187_000000022097	1380	0.60859168737365	2	2	2	2	2	True	58503	fragment	False	ENG0187_000000022097	1.0		0	0	False	False	0.9985507130622864	0					non-mobilizable	other	1380.0	97.681	100.0	0.00047908560311284046	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0075_000000002711	5232	0.6085886560577203	8	8	5	6	4	True	128684	backbone	False	ISR0180_000000003621	0.9023187270267412	PS1045|PS658	0	0	False	True	1.0	0					non-mobilizable	plasmid	3590.0	99.666	97.0	0.6500633943126245	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0091_000000018825	1313	0.6085853042893643	3	3	3	2	2	False	81741	fragment	False	ENG0091_000000018825	0.9880401234567902		0	0	False	False	0.9817212224006653	0					non-mobilizable	other	1287.0	98.912	98.0	0.007091064486780072	NZ_JAAIUD010000004.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_4_length_181355_cov_306.037, whole genome shotgun sequence	False	False
ENG0145_000000022055	1293	0.6085846734631346	2	2	2	1	1	True	57463	fragment	False	ENG0145_000000022055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	73.469	15.0	0.01167927382753404	NZ_AFCE01000092.1	firmicutes	Caldalkalibacillus thermarum TA2.A1 ctg181, whole genome shotgun sequence	True	True
USA0020_01_000000030086	1145	0.6085846734631346	2	2	2	1	1	True	1759	fragment	False	USA0020_01_000000030086	1.0		0	0	False	False	0.9912663698196411	0					non-mobilizable	no_good_hit	196.0	73.469	17.0	0.01167927382753404	NZ_AFCE01000092.1	firmicutes	Caldalkalibacillus thermarum TA2.A1 ctg181, whole genome shotgun sequence	True	True
ISR0137_000000000272	55033	0.608580276599209	70	27	10	18	21	True	106312	fragment	False	ISR0137_000000000272	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	no_good_hit	18454.0	99.014	89.0	0.09934948141606265	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
USA0027_01_000000010859	2519	0.6085799372807376	5	3	2	2	2	False	68364	fragment	False	USA0027_01_000000010859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0020_000000007696	2570	0.6085796497075039	3	3	3	3	3	False	107567	fragment	False	ENG0020_000000007696	0.9748548996802084		0	0	False	False	0.9863813519477844	0					non-mobilizable	other	2569.0	83.76799999999999	99.0	0.000762637793414579	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0158_000000015772	1282	0.6085780653297779	2	2	2	2	1	False	78860	fragment	False	CHI0158_000000015772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	75.309	37.0	0.00010837466955907121	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0097_000000020749	1979	0.6085767597009761	3	1	1	1	1	False	15415	fragment	False	MAD0097_000000020749	1.0		0	0	False	False	0.9848408102989197	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000012154	2695	0.6085746896692402	4	4	4	3	3	False	117341	fragment	False	ENG0119_000000012154	0.976982902826758		0	0	False	False	1.0	0					non-mobilizable	other	2695.0	99.295	100.0	0.021810762890938088	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0169_000000005910	3784	0.6085710244438014	4	4	3	2	3	False	67637	maximal	True	ENG0169_000000005910	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	71.833	18.0	0.0001993155227952828	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0022_000000003850	2908	0.6085688544367851	2	2	2	2	2	False	34401	fragment	False	MAD0022_000000003850	0.9923028054265733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0075_000000001021	2794	0.6085688544367851	2	2	2	2	2	False	34401	fragment	False	MAD0022_000000003850	0.9795066682924708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0116_01_000000008885	2934	0.6085678090135994	4	3	2	3	2	True	127716	fragment	False	USA0116_01_000000008885	1.0		0	0	False	True	0.9996591806411743	0					non-mobilizable	other	2934.0	98.637	100.0	0.015342672199517533	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0038_000000012252	2786	0.6085678090135994	3	3	2	3	2	True	127714	fragment	False	ENG0158_000000006170	0.5873594522243761		0	0	False	True	0.9669777750968933	0					non-mobilizable	chromosome	2716.0	94.882	97.0	0.0012230574724350154	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0173_000000003375	2619	0.6085678090135994	3	3	2	3	2	True	127714	fragment	False	ENG0158_000000006170	0.4914683499881143		0	0	False	True	1.0	0					non-mobilizable	chromosome	2619.0	95.8	100.0	0.0011797953068662015	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
CHI0042_000000010103	1143	0.6085672491378908	2	2	2	1	1	False	87456	fragment	False	SPA0063_000000014908	0.9658048373644703		0	0	False	False	0.9886264204978943	0					non-mobilizable	chromosome	1143.0	100.0	100.0	0.00022584470269581845	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
ENG0065_000000016184	1671	0.608566023121907	3	2	2	2	1	False	62832	fragment	False	USA0025_01_000000009118	0.9586941353248024		0	0	False	False	1.0	0					non-mobilizable	other	1628.0	99.816	97.0	0.05047152252140464	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
ISR0777_000000010937	1579	0.608566023121907	2	2	2	2	1	False	62832	fragment	False	USA0025_01_000000009118	0.9404604010715333		0	0	False	False	0.9898670315742493	0					non-mobilizable	other	1579.0	99.81	100.0	0.04895148281424495	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
ENG0030_000000016473	1166	0.6085659620069015	2	2	2	2	2	False	65723	fragment	False	ENG0030_000000016473	1.0		0	0	False	False	0.963121771812439	0					non-mobilizable	other	1076.0	72.955	91.0	0.0013180088159866568	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
ISR0261_000000004887	3530	0.6085652879719285	3	2	2	1	2	False	128408	maximal	True	ISR0261_000000004887	1.0		15	7	False	False	0.9977337121963501	0					non-mobilizable	no_good_hit	708.0	75.42399999999999	20.0	0.0018019643731793458	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
DEN0045_000000013513	2795	0.6085589362566803	3	1	1	1	1	False	72939	maximal	True	DEN0045_000000013513	1.0		26	9	False	False	0.989266574382782	0					non-mobilizable	no_good_hit								True	False
ISR0208_000000010694	2537	0.6085589362566803	3	1	1	1	1	False	28523	maximal	True	ISR0208_000000010694	1.0		134	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0154_000000005344	4520	0.6085577660333076	5	4	4	4	4	False	30638	maximal	True	ISR0154_000000005344	1.0		9	6	False	False	1.0	0					non-mobilizable	other	4508.0	96.36200000000001	99.0	0.003423242502590028	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	False	False
ENG0055_000000013211	1457	0.6085496521881596	3	1	1	1	1	False	63633	maximal	True	ENG0055_000000013211	1.0		3	2	False	False	0.9910775423049927	0					non-mobilizable	no_good_hit	1082.0	98.61399999999999	74.0	0.004929298088016014	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0182_000000010982	2487	0.6085495696810446	2	2	1	2	1	False	102117	fragment	False	ISR0140_000000009335	0.9235844309014871		0	0	False	False	0.9959790706634521	0	Inc18				non-mobilizable	chromosome	1916.0	98.904	98.0	0.0008893680974546489	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
USA0020_01_000000022103	1568	0.6085487072173704	3	2	2	2	2	False	1774	fragment	False	USA0020_01_000000022103	1.0		0	0	False	False	0.9987244606018066	0					non-mobilizable	no_good_hit	1340.0	97.91	85.0	0.0180132913606156	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0039_000000009637	2597	0.6085471889851322	3	2	2	1	1	False	64943	maximal	True	ENG0039_000000009637	1.0		100	11	False	False	0.9826723337173462	0					non-mobilizable	no_good_hit	305.0	77.377	11.0	6.157928415214902e-05	NC_021184.1	firmicutes	Desulfallas gibsoniae DSM 7213, complete sequence	True	False
ENG0185_000000015166	1253	0.6085461418688105	2	2	2	2	1	False	55037	maximal	True	ENG0185_000000015166	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	76.726	31.0	0.0048241905803948874	NZ_LGSS01000013.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_13c, whole genome shotgun sequence	True	False
ENG0171_000000013126	1824	0.608544157829316	2	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.5993444735721285		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	99.89	100.0	0.0029155498122405113	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
SPA0047_000000018622	2102	0.6085403045935989	3	3	3	3	3	False	69519	fragment	False	SPA0047_000000018622	0.9720614413532024		0	0	False	False	0.982397735118866	0					non-mobilizable	other	2102.0	98.287	100.0	0.000583445801467362	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0135_000000014925	1274	0.6085373752836994	4	3	3	1	1	False	80645	maximal	True	CHI0135_000000014925	1.0		12	4	False	False	0.9701727032661438	0					non-mobilizable	no_good_hit	809.0	94.932	64.0	0.002379557013655948	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
ENG0115_000000014219	1487	0.6085369865443361	2	2	2	1	1	False	60700	fragment	False	ENG0146_000000013335	0.7319775800015748		0	0	False	False	0.9757902026176453	0					non-mobilizable	chromosome	1487.0	99.93299999999999	100.0	0.00032510698885950673	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
FIJ0034_000000007485	3868	0.6085348214483435	4	3	3	2	3	False	49808	maximal	False	FIJ0091_000000006172	0.9646858256210424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	85.363	43.0	0.0002158064773420538	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0056_000000004047	4204	0.6085343884814439	4	3	3	3	2	False	123012	maximal	True	CHI0056_000000004047	1.0		18	7	False	False	0.9997621178627014	0					non-mobilizable	no_good_hit	464.0	87.931	11.0	0.24497354497354498	MK232365.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_5-CL19_c4 sequence	True	False
CHI0162_000000014682	2132	0.608530327549043	3	2	2	2	2	False	78568	maximal	True	CHI0162_000000014682	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	85.13	51.0	0.0010558097076784252	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
MAD0097_000000002440	12813	0.6085296270237146	17	7	5	7	5	False	22110	fragment	False	MAD0097_000000002440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1303.0	96.777	10.0	0.0015861471608331294	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0104_000000016157	1970	0.6085289029282144	3	1	1	1	1	False	60241	maximal	True	ENG0104_000000016157	1.0		7	3	False	False	0.9934009909629822	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000020500	1616	0.6085289029282144	1	1	1	1	1	False	28862	maximal	True	ISR0198_000000020500	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0001646913866404787	AC122016.4	rodents	Mus musculus BAC clone RP24-359J23 from chromosome 16, complete sequence	True	False
AST0007_000000001245	13046	0.6085279996276077	16	6	2	6	3	True	127411	maximal	False	ISR0294_000000001348	0.9282569524147549		0	0	True	True	0.9996933937072754	3					non-mobilizable	no_good_hit	2262.0	90.805	39.0	0.17019507031604417	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
AST0148_000000000391	43452	0.6085220271827885	37	15	9	14	6	True	119621	maximal	False	AST0026_000000000287	0.9903195978354628	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	5156.0	92.164	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0092_000000006646	2311	0.6085219788242735	4	2	0	2	1	True	109679	fragment	False	AST0092_000000006646	1.0		0	0	False	False	0.9896149039268494	0					non-mobilizable	no_good_hit	324.0	89.815	14.0	0.0651863923405989	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
MON0083_000000024885	1588	0.6085208801832585	1	1	1	1	1	False	49460	fragment	False	MON0014_000000010241	0.950925925925926		0	0	False	False	0.994332492351532	0					non-mobilizable	other	1597.0	83.845	99.0	0.014486928880688357	NZ_JAAIOD010000012.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_12_length_109478_cov_283.605, whole genome shotgun sequence	False	False
FIJ0109_000000007708	3492	0.6085181131530254	4	2	2	2	1	False	125516	fragment	False	FIJ0124_000000006963	0.9485008478958953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2327.0	81.65	66.0	0.0010148950646727084	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0114_000000008838	4802	0.6085173262590762	4	4	4	2	1	False	58105	maximal	True	SPA0114_000000008838	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	84.447	15.0	0.0006274958195558943	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
FIJ0147_000000002266	7247	0.6085127711546036	8	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.5296212873528345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	98.113	2.0	0.004155051806658602	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	True	True
FIJ0132_000000004233	6198	0.6085127711546036	6	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.1346585483674383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	95.775	1.0	0.0018408457371272286	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	True	True
ISR0058_000000003080	6861	0.6085107778060853	6	6	6	6	6	False	107261	maximal	True	ISR0058_000000003080	1.0		84	5	False	False	0.9994170069694519	0					non-mobilizable	chromosome	6862.0	97.566	100.0	0.002155005984026416	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0089_000000011520	1970	0.6085072032439508	3	3	2	3	3	True	120622	maximal	True	AST0089_000000011520	1.0		53	8	False	False	0.9934009909629822	0					non-mobilizable	no_good_hit	1668.0	99.7	85.0	0.6029677886355411	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	True	True
SPA0056_000000027826	1286	0.6085055680449538	2	2	1	2	1	False	61272	fragment	False	SPA0056_000000027826	1.0		0	0	False	False	0.9906687140464783	0					non-mobilizable	other	1286.0	99.92200000000001	100.0	0.010716281241921092	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
MAD0032_000000013846	1261	0.6085020174741507	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.16013549755226972	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1261.0	95.71799999999999	100.0	0.00037936187118135393	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0021_000000017261	1389	0.6085014132905598	1	1	1	1	1	False	37611	maximal	True	ISR0021_000000017261	1.0		2	2	False	False	0.9344852566719055	0					non-mobilizable	no_good_hit	1219.0	72.02600000000001	87.0	0.0013740600180331183	NZ_JAGE01000002.1	firmicutes	Ruminiclostridium josui JCM 17888 K412DRAFT_scf7180000000007_quiver.2_C, whole genome shotgun sequence	True	False
ISR0155_000000001835	14725	0.6084964348550204	13	7	5	6	5	True	106665	fragment	False	ISR0155_000000001835	1.0		0	0	False	False	0.9997283816337585	0					non-mobilizable	no_good_hit	7524.0	99.854	86.0	0.034796162847707236	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
CHI0152_000000011018	1190	0.6084958287694888	2	1	1	1	1	False	79305	fragment	False	ISR0185_000000027946	0.980688497061293		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	100.0	99.0	0.0002337310910954579	CP051219.1	enterobacteria	Escherichia coli strain SFE8 chromosome, complete genome	False	False
MON0037_000000055824	1363	0.6084902262681825	3	2	1	1	1	False	12059	fragment	False	MON0037_000000055824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	91.32700000000001	70.0	0.00018961149785529834	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
FIJ0155_000000005710	3980	0.608489590604207	5	5	4	5	5	False	127054	fragment	False	ENG0049_000000005054	0.8578961821015295		0	0	False	False	0.9902009963989258	0					non-mobilizable	other	3187.0	98.431	100.0	0.000951882404256445	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0019_000000009902	5821	0.6084808331346968	3	2	2	2	1	False	103549	fragment	False	MON0069_000000006938	0.9981169855388978		0	0	False	False	0.9979385137557983	0					non-mobilizable	no_good_hit	616.0	87.338	11.0	0.00036343071503663557	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0005_000000016858	2040	0.6084772971597939	3	3	3	3	3	False	77149	maximal	False	ISR0033_000000014053	0.9602888086642599		0	0	False	False	1.0	0					non-mobilizable	other	1964.0	87.525	96.0	0.031226588029010918	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0040_01_000000009190	1580	0.6084755146737912	3	3	3	2	1	False	101672	fragment	False	USA0040_01_000000009190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1371.0	96.061	87.0	0.0002285754445382433	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
MON0104_000000028975	1577	0.6084752167986797	2	2	1	2	1	False	8795	maximal	True	MON0104_000000028975	1.0		192	12	False	False	0.9974635243415833	0					non-mobilizable	chromosome	1577.0	96.195	100.0	0.00024292178180660744	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0081_01_000000017822	1716	0.6084679911046891	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.7352376047480932		0	0	False	False	0.998834490776062	0					non-mobilizable	chromosome	1716.0	100.0	100.0	0.0007653253614544663	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0114_000000026943	1504	0.6084622723419025	2	2	1	1	1	False	41835	fragment	False	FIJ0114_000000026943	1.0		0	0	False	False	0.9993351101875305	0	rep_cluster_1418				non-mobilizable	plasmid	1504.0	99.934	100.0	0.011805550100932347	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
ISR0077_000000009870	3146	0.6084506870338869	4	4	4	3	3	False	121540	fragment	False	CHI0101_000000003957	0.9757934142072288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2530.0	97.82600000000001	83.0	0.0004583368536552908	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
ENG0169_000000002932	7007	0.608439100209706	10	7	7	5	5	True	55927	maximal	True	ENG0169_000000002932	0.9872942535373954		75	11	False	False	1.0	0					non-mobilizable	other	7007.0	99.85700000000001	100.0	0.0012228828861851413	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0111_000000016734	1236	0.6084390735230236	2	1	1	1	1	False	59716	maximal	True	ENG0111_000000016734	0.983127572016461		29	9	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	5.0	0.0004633400841485379	NZ_JNCS01000010.1	euryarchaeotes	Natrinema altunense strain AJ2 N_altunense_AJ2_contig_10, whole genome shotgun sequence	True	False
FIJ0072_000000014194	1778	0.6084344939653852	3	3	3	3	3	False	44759	maximal	True	FIJ0072_000000014194	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	75.805	64.0	0.006305107025292836	NZ_JDUU01000006.1	high GC Gram+	Bifidobacterium biavatii DSM 23969 contig6, whole genome shotgun sequence	True	False
ISR0316_000000013791	1552	0.6084313066557345	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9167884906011585		0	0	False	False	0.999355673789978	0					non-mobilizable	chromosome	1552.0	99.35600000000001	100.0	0.0004137402303554085	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0118_000000009943	2871	0.6084284468105602	3	3	3	3	2	False	4260	maximal	True	SPA0118_000000009943	1.0		4	2	False	False	1.0	0					non-mobilizable	other	2871.0	99.40799999999999	100.0	0.2248863814449146	NZ_ADFP01000030.1	bacteria	Pyramidobacter piscolens W5455 contig00016, whole genome shotgun sequence	False	False
USA0019_01_000000005919	4877	0.6084255901131252	9	3	0	1	3	False	104999	fragment	False	USA0019_01_000000005919	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	400.0	94.5	8.0	0.07869822485207101	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ISR0397_000000004737	4379	0.6084255901131252	9	3	0	1	3	False	104998	fragment	False	ENG0175_000000005935	0.9964174098635566		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	400.0	95.25	9.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
ENG0175_000000005935	4379	0.6084255901131252	9	3	0	1	3	False	104998	fragment	False	ENG0175_000000005935	0.9964174098635566		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	400.0	95.25	9.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
ISR0293_000000008407	4373	0.6084255901131252	10	3	0	1	3	False	104998	fragment	False	ENG0175_000000005935	0.9920834284844332		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	401.0	95.262	9.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
ISR0174_000000006585	4022	0.6084255901131252	8	3	0	1	3	False	104997	backbone	False	CHI0134_000000003317	0.9868889406147944	PS628	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	400.0	95.25	10.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
CHI0134_000000003317	3994	0.6084255901131252	9	3	0	1	3	False	104997	backbone	True	CHI0134_000000003317	0.9955787451748298	PS628	27	8	True	True	1.0	1					non-mobilizable	no_good_hit	400.0	95.25	10.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
ISR0396_000000005573	3947	0.6084255901131252	9	3	0	1	3	False	104997	backbone	False	CHI0134_000000003317	0.9944474332611458	PS628	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	400.0	95.25	10.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
USA0073_01_000000004724	3927	0.6084255901131252	9	3	0	1	3	False	104997	backbone	False	CHI0134_000000003317	0.9890709749423588	PS628	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	401.0	95.262	10.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
AUS0006_000000005570	3927	0.6084255901131252	9	3	0	1	3	False	104997	backbone	False	CHI0134_000000003317	0.9898596945966845	PS628	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	400.0	95.25	10.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
USA0006_01_000000006329	3868	0.6084255901131252	8	3	0	1	3	False	104997	backbone	False	CHI0134_000000003317	0.9845995287405513	PS628	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	401.0	95.262	10.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
USA0093_01_000000005091	3863	0.6084255901131252	8	3	0	1	3	False	104997	backbone	False	CHI0134_000000003317	0.9819297293188076	PS628	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	401.0	95.262	10.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
USA0051_01_000000005610	3849	0.6084255901131252	8	3	0	1	3	False	104997	backbone	False	CHI0134_000000003317	0.979536708928099	PS628	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	401.0	95.262	10.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
SPA0013_000000007096	3761	0.6084255901131252	8	3	0	1	3	False	104997	backbone	False	CHI0134_000000003317	0.9605795984598211	PS628	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	400.0	95.25	11.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
SPA0001_000000009718	3505	0.6084255901131252	6	3	0	1	3	False	104994	fragment	False	SPA0001_000000009718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	95.25	11.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	False
FIJ0106_000000010722	2399	0.6084241796315712	3	3	3	3	3	False	42353	fragment	False	FIJ0106_000000010722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00019133466558952336	NZ_ABEA03000099.1	verrucomicrobia	Geminisphaera colitermitum TAV2 ObacDRAFT_Scaffold2.1_C99, whole genome shotgun sequence	True	False
FIJ0104_000000022605	1242	0.6084215259353902	1	1	1	1	1	False	42453	fragment	False	FIJ0104_000000022605	1.0		0	0	False	False	0.9935587644577026	0					non-mobilizable	chromosome	1242.0	97.665	100.0	0.00023006686584784366	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
ENG0059_000000005801	2160	0.6084177508751842	2	2	2	2	2	False	108770	fragment	False	ENG0059_000000005801	0.9557649875315135		0	0	False	False	0.9930555820465088	0					non-mobilizable	other	2044.0	95.646	95.0	0.03209539070600433	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MAD0103_000000007706	2710	0.6084067285330841	4	4	4	3	1	False	79547	maximal	False	ISR0132_000000010133	0.9865313653136532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	93.818	53.0	0.005044499836063631	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
MON0105_000000024518	2227	0.6084001769815849	2	2	2	2	1	False	50228	fragment	False	FIJ0037_000000013203	0.6301801801801802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1379.0	73.967	61.0	0.0009887492647761877	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
FIJ0016_000000008129	2220	0.6084001769815849	4	3	2	3	1	False	50228	fragment	False	FIJ0037_000000013203	0.9501882385197712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	73.983	61.0	0.0009887492647761877	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ENG0104_000000020617	1539	0.6083972994241689	2	2	2	2	2	False	60230	maximal	True	ENG0104_000000020617	1.0		36	9	False	False	0.9922027587890625	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	8.976096654608777e-06	NZ_CP016020.1	firmicutes	Bacillus weihaiensis strain Alg07 chromosome, complete genome	True	False
SPA0107_000000028312	1173	0.6083953162125176	2	2	2	2	2	False	4704	maximal	True	SPA0107_000000028312	1.0		29	7	False	False	1.0	0					non-mobilizable	other	625.0	97.12	100.0	0.0002611507820900027	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0286_000000008338	2159	0.608391894652486	4	3	1	1	3	False	112725	maximal	True	ISR0286_000000008338	1.0	PS721	4	2	False	True	0.9972209334373474	0					non-mobilizable	no_good_hit	1122.0	74.153	51.0	0.13455210237659965	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0097_000000026965	1542	0.6083868141480812	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9724322504988966		0	0	False	False	0.993514895439148	0					non-mobilizable	other	1487.0	98.991	99.0	0.00042183504489732887	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0018_000000016995	1243	0.6083868141480812	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.494553025638895		0	0	False	False	0.9983909726142883	0					non-mobilizable	other	1185.0	98.059	99.0	0.00033610544627081924	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0101_000000017837	1568	0.6083861507179089	3	1	1	1	1	False	42669	fragment	False	FIJ0101_000000017837	0.9960500329163924		0	0	False	False	0.9993622303009033	0					non-mobilizable	chromosome	1568.0	99.10700000000001	100.0	0.000552950770443564	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0046_000000013275	2431	0.6083845299952733	3	3	3	2	2	False	11530	maximal	True	MON0046_000000013275	1.0		1	1	False	False	0.9991772770881653	0					non-mobilizable	other	2083.0	84.78200000000001	91.0	0.02430932772618422	NZ_JAAIPV010000014.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_14_length_85605_cov_116.177, whole genome shotgun sequence	False	False
ENG0188_000000003113	8052	0.6083844903852875	1	1	1	1	0	False	54933	maximal	True	ENG0188_000000003113	1.0		1	1	False	False	0.9998757839202881	0					non-mobilizable	other	2486.0	96.29899999999999	93.0	0.0009657206102266121	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
FIJ0141_000000018026	1649	0.6083744669655768	3	2	1	2	0	True	40259	maximal	True	FIJ0141_000000018026	1.0		1	1	False	False	0.9672529101371765	0					non-mobilizable	other	1591.0	100.0	96.0	0.04032871709024501	NZ_JAAISM010000042.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_42_length_39426_cov_170.82, whole genome shotgun sequence	False	True
ISR0164_000000003082	7055	0.6083724296169499	11	8	5	8	5	True	112150	backbone	False	ISR0003_000000003180	0.9921984748989426	PS715|PS716	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	651.0	78.648	9.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ENG0046_000000002643	7033	0.6083724296169499	12	8	5	8	5	True	112150	backbone	False	ISR0003_000000003180	0.9871348495907475	PS715|PS716	0	0	True	True	0.9998578429222107	19					non-mobilizable	no_good_hit	651.0	78.648	9.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
FIJ0166_000000001655	15506	0.6083714335731106	21	6	1	6	2	False	39040	maximal	True	FIJ0166_000000001655	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.451530254742941e-05	NZ_MCHZ01000001.1	firmicutes	Caminicella sporogenes strain AM 1114 contig_1, whole genome shotgun sequence	True	False
AUS0002_000000007228	4478	0.6083687190712143	5	3	3	3	2	False	103100	maximal	True	AUS0002_000000007228	1.0		30	9	False	False	1.0	0					non-mobilizable	other	4409.0	99.796	98.0	0.0019355671778402811	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0201_000000011760	2576	0.6083663992283223	4	3	3	3	3	False	28738	maximal	True	ISR0201_000000011760	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0077_000000014112	2099	0.6083627779466225	4	4	3	3	2	False	44510	fragment	False	FIJ0077_000000014112	1.0		0	0	False	False	0.9971414804458618	0					non-mobilizable	no_good_hit	373.0	73.995	17.0	0.00011981526664342977	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
DEN0061_000000009261	4112	0.6083604207274274	6	6	3	6	5	False	121521	maximal	True	DEN0061_000000009261	1.0		27	8	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	92.03399999999999	40.0	0.005548812207386856	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	True	False
FIJ0066_000000004290	6795	0.6083603305808899	7	7	1	2	7	False	45380	maximal	True	FIJ0066_000000004290	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	6795.0	100.0	100.0	0.06113945807798565	CP031803.1	enterobacteria	Klebsiella pneumoniae strain MSB1_8A-sc-2280397 plasmid unnamed3, complete sequence	False	True
MON0074_000000015638	1383	0.6083578233638107	2	2	2	2	1	False	125442	fragment	False	MON0070_000000010284	0.05709842824989252		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	75.48	100.0	0.2686509470429068	NZ_JNJN01000078.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00076.76_C, whole genome shotgun sequence	False	False
FIJ0037_000000022832	1448	0.6083551213153038	3	2	2	2	1	False	102218	fragment	False	FIJ0037_000000022832	1.0		0	0	False	False	0.9979282021522522	0					non-mobilizable	other	1448.0	97.652	100.0	0.00035452724674287287	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0092_000000012503	2203	0.6083479696010197	3	3	3	2	1	False	77964	maximal	True	ISR0092_000000012503	1.0		9	3	False	False	0.999092161655426	0					non-mobilizable	no_good_hit	1172.0	100.0	53.0	0.0003299343427840316	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0850_000000007626	1969	0.6083470518972205	2	2	2	2	2	False	33249	fragment	False	ISR0098_000000008070	0.9385321100917432		0	0	False	False	1.0	0					non-mobilizable	other	1969.0	99.949	100.0	0.019578582940368888	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
AST0024_000000025237	1425	0.6083444881862253	2	2	2	1	1	False	121015	fragment	False	AST0024_000000025237	0.989409984871407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	72.441	18.0	4.0496326854082374e-05	AP022213.1	g-proteobacteria	Pseudomonas otitidis DNA, complete genome, strain: WP8-S17-CRE-03	True	False
DEN0090_000000022818	1322	0.6083444881862253	2	2	2	1	1	False	121015	fragment	False	AST0024_000000025237	0.9540350877192982		0	0	False	False	0.9977307319641113	0					non-mobilizable	no_good_hit	255.0	72.54899999999999	19.0	4.081900674933403e-05	AP022213.1	g-proteobacteria	Pseudomonas otitidis DNA, complete genome, strain: WP8-S17-CRE-03	True	False
ISR0009_000000020411	1644	0.6083444776635868	2	2	2	1	2	False	38356	fragment	False	ISR0009_000000020411	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1582.0	99.81	100.0	0.0002978627359587205	CP053080.1	enterobacteria	Escherichia coli strain HB37 chromosome HB37, complete sequence	False	False
SPA0100_000000007129	4457	0.6083412282762387	5	5	4	4	4	False	127790	fragment	False	AST0026_000000006316	0.9492931776275353		0	0	False	False	1.0	0					non-mobilizable	other	4457.0	99.23700000000001	100.0	0.08519467604987378	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0199_000000016838	1812	0.6083383653634885	3	2	2	1	2	False	73099	maximal	False	ENG0199_000000012935	0.9582643192725037		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	99.39299999999999	100.0	0.09358205870194296	NZ_WNAF01000017.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold17_size19438, whole genome shotgun sequence	False	False
MAD0014_000000022233	1526	0.6083344233121	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9298160899300463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	83.35700000000001	55.0	0.0034142621700735494	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0001_000000007985	2453	0.6083341143487746	2	2	2	2	1	False	52628	maximal	True	FIJ0001_000000007985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	90.40299999999999	37.0	0.0003083202370161333	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0016_000000001923	2500	0.6083317448111261	3	3	2	2	3	False	93133	maximal	False	ISR0176_000000013568	0.7437978776511116		0	0	False	False	0.9868000149726868	0					non-mobilizable	no_good_hit	1937.0	80.847	75.0	0.000591708981221484	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0071_01_000000007817	1469	0.6083214185907084	1	1	1	1	1	False	737	maximal	True	USA0071_01_000000007817	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1419.0	100.0	97.0	0.0049499593321394786	NZ_CYXL01000007.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	False
SPA0036_000000009113	2684	0.6083159459346464	4	2	2	2	2	False	7107	fragment	False	SPA0036_000000009113	1.0		0	0	False	False	0.997764527797699	0					non-mobilizable	other	2697.0	95.736	100.0	0.0007148387048698187	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0088_000000004302	5080	0.6083132103461195	7	3	3	3	3	False	114413	maximal	True	ISR0088_000000004302	1.0		7	2	False	False	0.9996063113212585	0					non-mobilizable	no_good_hit	728.0	73.764	14.0	0.006233730051628518	NZ_JAAITU010000007.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_7_length_114859_cov_149.855, whole genome shotgun sequence	True	False
ISR0336_000000006702	2105	0.608313199188821	3	3	2	3	3	False	24469	maximal	True	ISR0336_000000006702	1.0		7	2	False	False	0.9980997443199158	0					non-mobilizable	other	2106.0	97.531	100.0	0.008098755547686042	NZ_KB894646.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00004.4, whole genome shotgun sequence	False	False
MAD0102_000000006620	2689	0.6083120803162239	4	4	2	4	4	False	15006	fragment	False	MAD0102_000000006620	1.0		0	0	False	False	0.9925622940063477	0					non-mobilizable	chromosome	2669.0	99.85	99.0	0.0005115606958607541	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
ENG0135_000000006023	3506	0.6083101398260184	3	3	2	3	1	False	73531	maximal	True	ENG0135_000000006023	1.0		2	1	False	False	0.9997147917747498	0					non-mobilizable	no_good_hit	1388.0	96.686	39.0	0.0006189540969897053	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0078_000000002420	12065	0.608309342149401	9	4	3	4	4	False	43907	maximal	True	MON0078_000000002420	0.9585357237481233		13	2	False	False	0.9986738562583923	0					non-mobilizable	no_good_hit	712.0	93.399	18.0	0.0001891307693887715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0029_000000023870	1349	0.6083019085883217	2	2	2	2	1	False	124847	fragment	False	AST0012_000000016916	0.35599188920891334		0	0	False	False	0.9933283925056458	0					non-mobilizable	no_good_hit								True	False
ISR0207_000000004846	5103	0.6083005203120867	5	5	5	5	3	False	28592	maximal	True	ISR0207_000000004846	1.0		44	5	False	False	0.9998040199279785	0					non-mobilizable	no_good_hit	3665.0	73.752	71.0	0.03840363042602371	NZ_QIBX01000009.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_009, whole genome shotgun sequence	True	False
TAN0007_000000023870	1708	0.6083001779366822	3	2	2	2	1	True	2811	maximal	True	TAN0007_000000023870	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	77.391	7.0	0.00010785694923278393	NZ_LT841148.1	b-proteobacteria	Kingella negevensis strain SW7208426, whole genome shotgun sequence	True	True
ENG0109_000000005940	4101	0.6082962383020635	6	4	3	3	1	True	108880	fragment	False	SPA0113_000000007343	0.3846857142857143		0	0	False	False	0.998049259185791	0					non-mobilizable	other	4109.0	99.148	99.0	0.0011107448885591385	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
USA0031_01_000000022008	1194	0.6082883785975967	2	2	2	1	1	False	130818	fragment	False	MON0014_000000013206	0.9527526813129011		0	0	False	False	0.999162495136261	0					non-mobilizable	other	1194.0	98.911	100.0	0.01171894185715268	NZ_SPGG01000015.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_15_length_101801_cov_38.5671, whole genome shotgun sequence	False	False
CAN0006_000000038062	1170	0.6082845664191254	3	3	3	1	2	False	95474	fragment	False	CAN0006_000000038062	1.0		0	0	False	False	0.9982905983924866	0					non-mobilizable	other	1138.0	76.274	95.0	0.00041208574465875596	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	False	False
ISR0073_000000006458	4037	0.6082839831868717	7	4	4	3	1	False	117291	maximal	True	ISR0073_000000006458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3029.0	99.868	75.0	0.011622417293911282	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
ENG0072_000000001558	7788	0.6082838301191994	10	5	3	2	3	True	94525	fragment	False	ENG0072_000000001558	0.9390009358308898		0	0	False	False	0.9998716115951538	0					non-mobilizable	other	7139.0	96.09200000000001	92.0	0.16644498891611248	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0200_000000004298	4822	0.6082815014615678	6	5	3	4	3	False	124399	maximal	True	ISR0200_000000004298	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	3772.0	79.745	85.0	0.030156339355472683	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	True	False
ENG0093_000000007579	1585	0.6082792748148151	4	3	3	3	2	False	108569	fragment	False	ISR0221_000000014002	0.9494066208619613		0	0	False	False	1.0	0					non-mobilizable	other	1584.0	96.97	99.0	0.0032072283339655825	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0058_000000034130	1536	0.6082764889778971	2	2	2	2	2	False	39675	fragment	False	MON0058_000000034130	1.0		0	0	False	False	0.9993489384651184	0					non-mobilizable	no_good_hit	84.0	79.762	5.0	0.0002586454641249162	NZ_QRAN01000003.1	g-proteobacteria	Halioglobus sediminis strain U0301 U0301_scaffold3, whole genome shotgun sequence	True	False
FIJ0081_000000001089	18724	0.6082711358303219	26	8	2	8	1	False	44293	maximal	True	FIJ0081_000000001089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	4.692678127589064e-05	NZ_QERF01000001.1	CFB group bacteria	Winogradskyella tangerina strain M1309 contig1, whole genome shotgun sequence	True	False
FIJ0051_000000006157	3467	0.6082687523850743	6	3	1	3	2	True	46764	fragment	False	FIJ0051_000000006157	0.9602745303713736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	85.946	5.0	5.3589657840284075e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0079_000000009828	2340	0.6082676365717589	4	3	3	2	1	False	10100	maximal	True	MON0079_000000009828	1.0		5	4	False	False	0.9756410121917725	0					non-mobilizable	no_good_hit	1757.0	99.545	75.0	0.0007698296905249572	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0783_000000003984	3556	0.6082635251017784	5	5	4	4	4	False	43246	maximal	True	ISR0783_000000003984	1.0		8	4	False	False	0.9895950555801392	0					non-mobilizable	no_good_hit	2284.0	82.925	84.0	0.0005488047688576221	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
FIJ0097_000000022868	1385	0.608255010244593	2	2	2	2	2	False	42901	fragment	False	MON0051_000000024691	0.9180887372013652		0	0	False	False	0.9675090312957764	0					non-mobilizable	chromosome	1391.0	90.51	100.0	0.0006000826414389149	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0350_000000003545	4529	0.6082540533509188	8	5	3	4	3	True	131627	fragment	False	ISR0350_000000003545	0.9835138882531048		0	0	False	False	1.0	0					non-mobilizable	other	4430.0	97.381	98.0	0.10165659175857136	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0175_000000001605	15970	0.6082531279521588	30	4	2	3	3	False	29870	maximal	True	ISR0175_000000001605	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2152.0	98.838	24.0	0.5502686108979279	MK233477.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_1_c1 sequence	True	False
ISR0039_000000010180	3350	0.6082510189494014	2	2	2	1	2	False	36558	maximal	True	ISR0039_000000010180	1.0		4	3	False	False	0.9997014999389648	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.827101881509559e-07	LR812053.1	bony fishes	Danio rerio genome assembly, chromosome: 16	True	False
ISR0391_000000013966	1166	0.6082496856096742	2	1	1	1	1	False	22842	maximal	True	ISR0391_000000013966	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	83.01899999999999	18.0	5.7252819769208726e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0223_000000019669	1598	0.6082464290849556	2	2	2	2	2	False	103287	fragment	False	ISR0821_000000016865	0.21084914701935978		0	0	False	False	0.9987484216690063	0					non-mobilizable	other	1577.0	99.302	99.0	0.0005059734402469767	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0090_000000013852	3030	0.6082461864585624	5	4	2	3	3	True	86210	fragment	False	FIJ0090_000000013852	0.9523102551742211		0	0	False	False	0.9983498454093933	0					non-mobilizable	no_good_hit	56.0	100.0	2.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
MON0103_000000038983	1469	0.6082428277740755	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.965364985828403		0	0	False	False	0.9925119280815125	0					non-mobilizable	no_good_hit	899.0	77.531	60.0	0.00037055745002819004	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0191_000000027808	1176	0.6082428277740755	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.1438473515559731		0	0	False	False	0.9982993006706238	0					non-mobilizable	no_good_hit	905.0	78.01100000000001	76.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ENG0033_000000005424	4837	0.6082351657562232	5	2	1	1	2	False	88162	maximal	True	ENG0033_000000005424	1.0		37	8	False	False	1.0	0					non-mobilizable	no_good_hit	3971.0	99.899	82.0	0.0007685024713064987	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0360_000000004382	5427	0.6082331724256528	6	6	6	6	5	False	125926	fragment	False	ISR0360_000000004382	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5428.0	98.37899999999999	100.0	0.03160827422203312	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0030_000000006380	3271	0.6082277941866987	4	4	4	4	4	False	65744	fragment	False	ENG0030_000000006380	1.0		0	0	False	False	0.992357075214386	0					non-mobilizable	no_good_hit	255.0	76.863	8.0	0.0004829399990690313	KJ605395.1	high GC Gram+	Rhodococcus sp. NS1 plasmid pNSL1, partial sequence	True	False
MON0094_000000033475	1161	0.6082273467236903	2	2	1	2	2	False	45286	fragment	False	FIJ0066_000000027176	0.9406639358252261		0	0	False	False	0.9517657160758972	0					non-mobilizable	other	1143.0	97.55	98.0	0.0007691643949015389	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0241_000000012227	1329	0.6082252052140094	3	3	3	2	2	False	27250	maximal	True	ISR0241_000000012227	1.0		27	5	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	76.03699999999999	16.0	0.0010247387399580437	NZ_FQZB01000014.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	False
USA0043_01_000000005932	1622	0.6082250085553509	3	2	2	2	2	False	72004	fragment	False	USA0043_01_000000005932	0.9887015587752663		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	72.589	95.0	0.0006968298526419097	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	False	False
DEN0057_000000005167	1566	0.6082250085553509	2	2	2	2	2	False	72004	fragment	False	USA0043_01_000000005932	0.9816696696317161		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	72.554	98.0	0.0006959278075252212	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	False	False
MAD0045_000000027015	1561	0.6082250085553509	2	2	2	2	2	False	72004	fragment	False	USA0043_01_000000005932	0.9801977807278487		0	0	False	False	0.9955157041549683	0					non-mobilizable	other	1569.0	72.53	98.0	0.0006936726947334998	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	False	False
CHI0180_000000007000	1886	0.6082241430048756	4	3	3	2	1	False	94071	maximal	False	SPA0040_000000020844	0.9479322371699053		0	0	False	False	0.9724284410476685	0					non-mobilizable	other	1867.0	98.661	99.0	0.00591329699581696	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0238_000000012728	1212	0.6082188189499173	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.4616134678676802		0	0	False	False	0.9991748929023743	0					non-mobilizable	other	1217.0	81.01899999999999	100.0	0.000387923672318365	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	False
MON0086_000000026639	1136	0.608214716200251	2	2	2	2	2	False	124631	fragment	False	ENG0204_000000020312	0.415357412562949		0	0	False	False	0.9744718074798584	0					non-mobilizable	no_good_hit	72.0	83.333	6.0	0.001421418873048201	NZ_MQNM01000023.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_23_length_47136_cov_32.8072, whole genome shotgun sequence	True	False
AUS0022_000000020609	1653	0.6082144105520751	2	2	1	2	1	True	99144	maximal	True	AUS0022_000000020609	1.0		0	0	False	False	0.9848759770393372	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	5.963941241711805e-06	NC_018645.1	d-proteobacteria	Desulfobacula toluolica Tol2, complete genome	True	True
MAD0047_000000031917	1478	0.6082112707477232	2	2	2	2	2	False	49290	maximal	True	MAD0047_000000031917	1.0		85	9	False	False	0.9891745448112488	0					non-mobilizable	no_good_hit	652.0	78.221	72.0	0.0015626983894439725	NZ_AWGW01000006.1	CFB group bacteria	Prevotella salivae F0493 contig00002, whole genome shotgun sequence	True	False
ISR0228_000000005140	4611	0.6081974341315389	5	4	4	3	2	False	117021	maximal	True	ISR0228_000000005140	1.0		11	6	False	False	0.9986987709999084	0					non-mobilizable	no_good_hit								True	False
ISR0062_000000011177	3126	0.6081935569059178	4	3	3	3	2	False	92426	fragment	False	ISR0062_000000011177	0.9500984898227183		0	0	False	False	0.9971209168434143	0					non-mobilizable	other	3142.0	94.462	100.0	0.006790048491052143	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ENG0100_000000012306	2443	0.6081888118132113	3	3	3	3	2	False	117427	maximal	True	ENG0100_000000012306	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1741.0	79.782	71.0	0.001000874971484015	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0292_000000007757	2408	0.6081873923128137	3	3	3	3	2	True	119315	maximal	True	ISR0292_000000007757	1.0	PS818	9	3	False	True	0.9921096563339233	0					non-mobilizable	no_good_hit	1305.0	96.169	54.0	0.022805575473513005	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
FIJ0027_000000000301	32121	0.6081872190545499	27	11	7	11	4	True	49012	fragment	False	FIJ0027_000000000301	1.0		0	0	False	False	1.0	0					non-mobilizable	other	19714.0	94.87200000000001	99.0	0.005325248437237641	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
USA0001_01_000000015015	1147	0.6081857745878491	2	2	2	2	2	False	91382	fragment	False	MON0070_000000030840	0.8239926138748225		0	0	False	False	0.9991281628608704	0					non-mobilizable	no_good_hit	346.0	73.41	29.0	0.0001044150586642798	CP035810.1	high GC Gram+	Brevibacterium luteolum strain NEB1784 chromosome, complete genome	True	False
ISR0348_000000001818	5928	0.6081853502302768	6	6	4	6	5	False	97073	maximal	True	ISR0348_000000001818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	76.786	26.0	0.012785305449095171	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
ISR0260_000000001058	8651	0.6081823304823659	12	6	2	4	4	False	132498	fragment	False	ISR0032_000000003111	0.9645955126153083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3187.0	95.67	40.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0033_000000003580	1918	0.6081812459547011	3	3	3	2	2	False	97158	fragment	False	CHI0033_000000003580	1.0		0	0	False	False	0.9989572763442993	0					non-mobilizable	other	1918.0	98.64399999999999	100.0	0.0007810555127973725	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0048_000000022869	1100	0.6081709169539875	2	2	2	1	1	False	64208	fragment	False	ENG0048_000000022869	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	99.0	100.0	0.00031332929626068997	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0130_000000015410	1944	0.6081667679606862	5	4	1	4	1	False	31767	maximal	True	ISR0130_000000015410	1.0		7	4	False	False	0.9825102686882019	0					non-mobilizable	no_good_hit	444.0	87.613	23.0	0.0014488724632467172	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
FIJ0166_000000012910	1862	0.6081652645355298	3	3	3	3	3	False	39010	maximal	True	FIJ0166_000000012910	1.0		114	9	False	False	0.9908700585365295	0					non-mobilizable	plasmid	1862.0	97.691	100.0	0.0030115705154138686	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0311_000000018881	1263	0.6081632360778336	2	2	2	2	1	False	25285	maximal	True	ISR0311_000000018881	1.0		169	12	False	False	0.9920823574066162	0					non-mobilizable	other	1263.0	98.49600000000001	100.0	0.00035824752803528196	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0076_000000031004	1551	0.6081619745285629	2	1	1	1	1	False	11176	fragment	False	MON0053_000000024897	0.6476308710945582		0	0	False	False	0.9877498149871826	0					non-mobilizable	other	1551.0	99.613	100.0	0.009366917256883173	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0090_000000008693	1528	0.6081591820382135	2	2	1	1	2	False	15782	maximal	True	MAD0090_000000008693	1.0		13	3	False	False	0.9888743162155151	0					non-mobilizable	no_good_hit	634.0	97.00299999999999	41.0	0.0001156261319442123	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
MAD0013_000000019650	1293	0.6081590327011394	1	1	1	1	1	False	19539	fragment	False	SPA0037_000000019098	0.9702702702702702		0	0	False	False	0.9868522882461548	0					non-mobilizable	other	1267.0	99.448	98.0	0.0003423084296289847	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ETH0003_000000007298	4453	0.6081547988740191	4	3	3	3	3	False	74841	maximal	True	ETH0003_000000007298	1.0		1	1	False	False	0.9975297451019287	0					non-mobilizable	no_good_hit	356.0	89.045	16.0	0.00010523323062131553	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0272_000000005887	1781	0.6081515884018975	2	2	2	2	1	False	26394	maximal	True	ISR0272_000000005887	1.0		211	12	False	False	0.9831555485725403	0					non-mobilizable	no_good_hit	79.0	98.734	5.0	2.3484306311226672e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0104_000000017514	1556	0.6081412567346268	1	1	1	1	1	False	42484	fragment	False	FIJ0104_000000017514	1.0		0	0	False	False	0.9929305911064148	0					non-mobilizable	no_good_hit	96.0	81.25	6.0	0.0005433956972409522	NZ_FCNX02000018.1	b-proteobacteria	Caballeronia fortuita isolate LMG 29320, whole genome shotgun sequence	True	False
ENG0088_000000004745	5248	0.6081409995575958	5	2	2	2	1	False	61325	maximal	True	ENG0088_000000004745	1.0	PS265	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4306.0	90.98899999999999	83.0	0.05928535759862398	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	True
ENG0188_000000005439	4884	0.6081409995575958	3	2	2	2	1	False	60085	backbone	False	ENG0177_000000005147	0.9342629482071714	PS265	0	0	True	True	1.0	107					non-mobilizable	no_good_hit	2480.0	91.331	85.0	0.03433113244187982	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	True
ISR0231_000000004208	3631	0.6081409995575958	2	2	2	2	1	False	60083	maximal	True	ISR0231_000000004208	1.0		7	3	False	False	0.9925640225410461	0					non-mobilizable	no_good_hit	1588.0	95.277	84.0	0.02199966709204905	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
MAD0105_000000005697	5282	0.608139752492243	4	4	4	4	4	False	17742	maximal	True	MAD0105_000000005697	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	77.072	38.0	0.0003507728419050533	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0108_000000009104	2217	0.6081386936121632	2	2	1	2	1	False	59942	maximal	True	ENG0108_000000009104	1.0		7	3	False	False	0.9959404468536377	0					non-mobilizable	no_good_hit	1498.0	99.132	68.0	0.026137514404441807	NZ_WNAF01000014.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold14_size57274, whole genome shotgun sequence	True	False
ISR0797_000000004142	2783	0.6081361870041861	4	4	4	4	3	False	21940	maximal	True	ISR0797_000000004142	1.0		32	6	False	False	1.0	0					non-mobilizable	other	2792.0	97.06299999999999	100.0	0.0018814529589572262	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0027_000000021216	1201	0.6081350119029396	1	1	1	1	0	False	37214	maximal	True	ISR0027_000000021216	1.0		0	0	False	False	0.9009159207344055	0					non-mobilizable	no_good_hit	372.0	88.17200000000001	31.0	0.005144962803309463	NZ_JAAISM010000018.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_18_length_71915_cov_198.402, whole genome shotgun sequence	True	False
MON0037_000000048889	1532	0.6081343778744135	1	1	1	1	1	False	53068	fragment	False	MON0053_000000025092	0.9513932552676577		0	0	False	False	1.0	0					non-mobilizable	other	1532.0	99.34700000000001	100.0	0.0004139606680584325	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0065_000000011976	1705	0.6081229576733724	2	2	2	2	2	False	91234	maximal	False	MON0050_000000021473	0.9486243683323975		0	0	False	False	0.9970674514770508	0					non-mobilizable	other	1690.0	97.396	99.0	0.0005082244750429567	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0021_000000021781	2226	0.6081216570927223	3	3	3	2	1	False	49638	maximal	True	FIJ0021_000000021781	1.0		289	13	False	False	1.0	0					non-mobilizable	no_good_hit	1493.0	96.316	67.0	0.00048025429626146203	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0125_000000010801	1781	0.6081181105320957	2	2	2	2	1	False	44969	fragment	False	FIJ0125_000000010801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	92.78399999999999	54.0	0.00481187027316923	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
CAN0016_000000011787	4033	0.6081116993812001	6	3	2	2	1	True	130616	maximal	True	CAN0016_000000011787	1.0		4	2	False	False	0.9965286254882812	0					non-mobilizable	no_good_hit	2726.0	94.167	67.0	0.44333931191912607	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0037_000000001160	13837	0.6081116173402616	30	5	3	4	3	False	56100	maximal	True	ISR0037_000000001160	1.0		1	1	False	False	0.9991327524185181	0					non-mobilizable	no_good_hit	5412.0	98.725	75.0	0.2250655348895269	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
FIJ0040_000000014726	1660	0.6081111623753038	3	1	1	1	1	False	47478	maximal	True	FIJ0040_000000014726	1.0		3	1	False	False	0.9993975758552551	0					non-mobilizable	no_good_hit	967.0	93.795	58.0	0.053496115427302995	NZ_CACVNJ010000032.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
SPA0074_000000011751	1911	0.6081053888934789	2	2	2	2	1	False	110161	fragment	False	FIJ0005_000000018111	0.9840897235263433		0	0	False	False	0.9795918464660645	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.070666526540837e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0834_000000004185	4029	0.6081031988210035	7	4	4	3	2	False	20983	maximal	True	ISR0834_000000004185	1.0		1	1	False	False	0.9925540089607239	0					non-mobilizable	no_good_hit	715.0	73.28699999999999	17.0	0.0003737945393865914	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0061_000000023080	1952	0.6080910341615903	3	3	3	3	3	True	10822	maximal	True	MON0061_000000023080	1.0		11	4	False	False	0.9994876980781555	0					non-mobilizable	other	1006.0	99.404	94.0	0.00027880989275260896	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0160_000000009918	2995	0.6080861205664078	4	4	4	3	3	False	97304	maximal	True	CHI0160_000000009918	1.0		5	3	False	False	0.9993322491645813	0					non-mobilizable	no_good_hit	1056.0	76.79899999999999	54.0	0.00030979053598797563	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0061_000000024957	1685	0.6080845374542578	3	2	2	2	2	False	111932	fragment	False	AST0061_000000024957	1.0		0	0	False	False	0.9738872647285461	0					non-mobilizable	chromosome	1685.0	99.941	100.0	0.0005613919052221115	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	False	False
ISR0370_000000007307	3549	0.6080796530079012	4	1	1	1	1	False	43750	fragment	False	FIJ0087_000000008377	0.9745231607629428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	0.0016160088020904964	NZ_JHYQ01000039.1	g-proteobacteria	Thiothrix lacustris DSM 21227 Q394DRAFT_scaffold00034.34_C, whole genome shotgun sequence	True	False
SPA0089_000000016878	2312	0.6080771014483107	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8036492769334351	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2305.0	92.104	99.0	0.9974014724989173	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ENG0147_000000001178	9486	0.6080769357279074	9	7	3	5	6	True	120553	fragment	False	CHI0050_000000000647	0.9547656264326907		0	0	False	False	1.0	0					non-mobilizable	chromosome	5702.0	98.334	99.0	0.0011370481296486348	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0177_000000002291	8801	0.6080769357279074	9	7	3	5	6	True	29780	fragment	False	ISR0177_000000002291	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5702.0	98.334	100.0	0.0011370481296486348	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0149_000000004139	3655	0.6080729587270131	3	3	3	2	2	False	79592	maximal	True	CHI0149_000000004139	1.0		514	12	False	False	1.0	0					non-mobilizable	other	3655.0	99.67200000000001	100.0	0.06874882408278457	NZ_SPGG01000028.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_28_length_53150_cov_37.9609, whole genome shotgun sequence	False	False
CHI0144_000000012364	1376	0.6080655266006698	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.3048959395885992		0	0	False	False	1.0	0					non-mobilizable	chromosome	1376.0	92.66	99.0	0.0004841406873315697	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0819_000000004621	5042	0.6080582469080454	8	7	4	3	4	True	116363	fragment	False	ISR0819_000000004621	0.8844409234047995		0	0	False	False	0.9998016953468323	0					non-mobilizable	plasmid	5042.0	99.98	100.0	0.15259111272551157	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
CHI0012_000000001145	5026	0.6080582469080454	8	7	4	3	4	True	116363	fragment	False	ISR0819_000000004621	0.8824531797543229		0	0	False	False	1.0	0					non-mobilizable	plasmid	5026.0	99.881	100.0	0.16222236570247933	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
SPA0026_000000018489	1764	0.6080579322520553	3	2	2	1	2	False	113071	fragment	False	ISR0388_000000018539	0.9576857963385629		0	0	False	False	0.9994331002235413	0					non-mobilizable	other	1764.0	99.943	100.0	0.011774527482802378	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
AST0048_000000009214	1705	0.6080578955453563	3	3	3	3	2	False	114894	fragment	False	ISR0216_000000008235	0.3377885511328077		0	0	False	False	1.0	0					non-mobilizable	chromosome	1707.0	96.895	100.0	0.0007017491839694789	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0001_000000003766	5232	0.6080573988573924	7	7	5	7	5	False	52654	maximal	True	FIJ0001_000000003766	1.0		5	1	False	False	0.9961773753166199	0					non-mobilizable	no_good_hit								True	False
CHI0174_000000007229	2089	0.6080497390076572	2	2	2	2	2	False	77839	fragment	False	USA0053_01_000000008914	0.9551939366919304		0	0	False	False	0.9889899492263794	0					non-mobilizable	chromosome	1973.0	76.533	93.0	0.0005458443543838544	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0102_000000005001	3834	0.6080478558786314	6	4	3	4	4	False	98934	maximal	True	ISR0102_000000005001	1.0		9	3	False	False	1.0	0					non-mobilizable	other	3836.0	97.654	100.0	0.013418098863572748	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ENG0095_000000010211	2694	0.6080440385002104	4	4	4	4	3	False	60974	maximal	True	ENG0095_000000010211	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	78.589	30.0	0.007325372426312956	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
FIJ0166_000000015768	1546	0.6080422222325566	2	2	2	2	2	False	111227	maximal	True	FIJ0166_000000015768	1.0		330	15	False	False	1.0	0					non-mobilizable	chromosome	1538.0	88.492	99.0	0.0005133060714515319	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0067_000000020951	1465	0.6080375305389619	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.41812430498533953		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	98.15799999999999	99.0	0.020373159303882196	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0006_000000003197	4986	0.6080327605175029	8	2	2	2	2	False	127636	maximal	True	AST0006_000000003197	1.0		2	2	False	False	0.9997994303703308	0					non-mobilizable	no_good_hit								True	False
ISR0215_000000003452	8186	0.6080244332459611	11	4	2	4	3	True	123862	fragment	False	AST0149_000000003058	0.49424184261036463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	100.0	1.0	0.00040839575698303006	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0041_000000019736	1885	0.608021065134102	2	2	2	2	2	False	70409	fragment	False	FIJ0041_000000019736	1.0		0	0	False	False	0.999469518661499	0					non-mobilizable	no_good_hit	957.0	91.954	61.0	0.00026782346920479756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0079_000000005747	4025	0.6080112670509459	2	2	2	2	2	False	62446	maximal	False	USA0019_01_000000006815	0.9698427436219996		0	0	False	False	1.0	0					non-mobilizable	chromosome	4026.0	98.95700000000001	100.0	0.0007298956211161361	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0097_000000025552	1234	0.6080096139243458	2	2	2	2	1	False	42891	fragment	False	FIJ0097_000000025552	1.0		0	0	False	False	0.9797406792640686	0					non-mobilizable	no_good_hit								True	False
ISR0222_000000008410	7432	0.6080086103157487	10	7	4	5	4	False	40215	maximal	True	ISR0222_000000008410	1.0		1	1	False	False	0.9950215220451355	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.420154410563327e-07	CP050797.1	monocots	Setaria viridis cultivar ME034v chromosome 3	True	False
FIJ0085_000000026314	1189	0.6080055856034227	3	2	2	2	2	False	43881	maximal	True	FIJ0085_000000026314	1.0		1	1	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit	520.0	84.80799999999999	44.0	0.0018181881877323094	AP012299.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC1 DNA, complete genome	True	False
MON0047_000000011984	3181	0.6080043208744729	5	5	5	5	4	False	101139	maximal	True	MON0047_000000011984	1.0		74	7	False	False	1.0	0					non-mobilizable	no_good_hit	1767.0	85.456	71.0	0.1013838395684297	NZ_CADAEU010000038.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	False
MAD0076_000000002761	2283	0.6080023258866275	4	3	2	3	1	False	16250	maximal	True	MAD0076_000000002761	1.0		1	1	False	False	0.9842312932014465	0					non-mobilizable	no_good_hit								True	False
FIJ0005_000000008082	3716	0.6079989016396782	4	4	4	4	4	False	83733	fragment	False	FIJ0005_000000008082	0.9971493728620296		0	0	False	False	0.9991926550865173	0					non-mobilizable	other	3716.0	99.54299999999999	100.0	0.01851962631731124	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
ISR0336_000000002561	4470	0.6079964902538264	6	6	6	5	5	False	103274	fragment	False	ENG0001_000000004788	0.7854109075010653		0	0	False	False	1.0	0					non-mobilizable	chromosome	4475.0	98.65899999999999	100.0	0.0008929530159817433	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0820_000000020787	1268	0.6079835239981616	2	2	2	2	2	False	21264	fragment	False	ISR0820_000000020787	1.0		0	0	False	False	0.9944794774055481	0					non-mobilizable	other	1268.0	98.65899999999999	100.0	0.0021018902069515123	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AUS0002_000000027521	1365	0.607982178936004	2	2	2	2	2	False	102767	maximal	False	ISR0282_000000016419	0.9390896921017403		0	0	False	False	0.9992673993110657	0					non-mobilizable	other	1365.0	98.681	100.0	0.0006814296433884839	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0132_000000006808	2815	0.6079796340076197	5	5	1	4	4	False	58326	maximal	True	ENG0132_000000006808	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	chromosome	2063.0	94.23200000000001	95.0	0.00038887027242428634	CP060824.1	enterobacteria	Leclercia adecarboxylata strain 16400 chromosome	False	True
USA0086_01_000000000963	21848	0.6079788752066444	26	17	5	10	13	True	105604	maximal	True	USA0086_01_000000000963	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	7482.0	96.258	73.0	0.001447167632252083	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
DEN0064_000000031893	1357	0.6079785450911834	1	1	1	1	1	False	105702	maximal	True	DEN0064_000000031893	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	99.257	83.0	0.0003656236312475004	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0189_000000000362	29655	0.6079747507443025	34	7	2	7	3	False	54869	maximal	True	ENG0189_000000000362	1.0		1	1	False	False	0.9999662637710571	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.4894291462364442e-05	NZ_CP001668.1	mycoplasmas	Mycoplasma mycoides subsp. capri str. GM12 chromosome clone deltatypeIIIres, complete genome	True	False
CHI0168_000000007561	2192	0.6079702674140225	3	3	3	3	3	False	78105	maximal	True	CHI0168_000000007561	1.0		3	3	False	False	0.9876824617385864	0					non-mobilizable	no_good_hit	889.0	76.04	40.0	0.0036671344560278	NZ_FOJI01000006.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
MON0004_000000026573	1676	0.6079673318266292	3	2	1	2	1	True	96827	maximal	True	MON0004_000000026573	1.0		8	4	False	False	0.9665871262550354	0					non-mobilizable	no_good_hit	1350.0	92.51899999999999	81.0	0.0003752653373699412	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0789_000000005767	2423	0.6079643364535491	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.8071968518984199		0	0	False	True	1.0	0					non-mobilizable	plasmid	2351.0	96.00200000000001	99.0	0.45371980676328505	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
FIJ0002_000000015172	2346	0.6079643364535491	5	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.3602509203720929		0	0	False	True	0.9961636662483215	0					non-mobilizable	plasmid	2261.0	90.93299999999999	96.0	0.4353623188405797	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ENG0083_000000009496	2343	0.6079643364535491	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.6650734948769862		0	0	False	True	1.0	0					non-mobilizable	plasmid	2345.0	96.50299999999999	100.0	0.4527536231884058	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0327_000000012792	2175	0.6079643364535491	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.48830277577356374		0	0	False	True	1.0	0					non-mobilizable	plasmid	2177.0	96.785	100.0	0.42028985507246375	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0160_000000015241	1910	0.6079643364535491	4	2	1	2	1	False	126732	fragment	False	USA0145_01_000000008660	0.0669652340154358		0	0	False	True	1.0	0					non-mobilizable	plasmid	1910.0	96.911	99.0	0.36869565217391304	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
FIJ0151_000000010200	1723	0.6079643364535491	2	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.07098995943217627	PS974|PS975	0	0	False	True	1.0	0					non-mobilizable	plasmid	1694.0	90.90899999999999	98.0	0.3257971014492754	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
SPA0096_000000024087	1714	0.6079642408332189	2	2	2	2	2	False	41290	fragment	False	SPA0096_000000024087	1.0		0	0	False	False	0.9970828294754028	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	4.928083281943636e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
USA0052_01_000000001421	12378	0.6079586292080179	14	11	5	7	10	False	100456	maximal	True	USA0052_01_000000001421	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	4531.0	93.15799999999999	66.0	0.0008115880060027022	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
DEN0001_000000012976	3184	0.6079572438406912	4	2	1	2	1	False	76940	fragment	False	DEN0001_000000012976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	83.10700000000001	39.0	0.00023012362913097498	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ENG0003_000000017749	1206	0.6079558336699573	2	1	1	1	1	False	67837	fragment	False	ENG0003_000000017749	0.9744623655913978		0	0	False	False	0.9991708397865295	0					non-mobilizable	other	1159.0	84.556	95.0	0.0014619365347551382	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
AST0057_000000003414	1635	0.6079555811369791	2	2	2	1	2	False	113181	maximal	True	AST0057_000000003414	1.0		245	13	False	False	1.0	0					non-mobilizable	chromosome	1635.0	100.0	100.0	0.0003299624258821396	CP054328.1	enterobacteria	Escherichia coli strain SCU-121 chromosome, complete genome	False	False
USA0111_01_000000005828	4097	0.6079542448417897	8	6	2	5	3	False	309	fragment	False	USA0111_01_000000005828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000022905	1366	0.6079541679192678	2	2	2	2	2	False	55963	maximal	True	ENG0168_000000022905	1.0		321	9	False	False	1.0	0					non-mobilizable	other	701.0	84.59299999999999	94.0	0.0033407034787730156	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ENG0150_000000005045	3163	0.6079519301594241	4	4	4	4	4	False	57176	maximal	True	ENG0150_000000005045	1.0		1	1	False	False	0.9968384504318237	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.00044613283943273536	NZ_PYLQ01000014.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_13, whole genome shotgun sequence	True	False
SPA0049_000000010655	1730	0.6079492784401097	2	2	2	1	2	False	109838	fragment	False	SPA0049_000000010655	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1730.0	100.0	100.0	0.11985304311659503	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
SPA0098_000000017370	2105	0.6079458021738823	4	2	2	2	2	False	115971	fragment	False	ISR0268_000000008741	0.6460709759188846		0	0	False	False	1.0	0					non-mobilizable	other	2105.0	98.81200000000001	100.0	0.17586091608157806	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
AST0024_000000008597	3754	0.6079405943857941	5	4	3	2	2	False	121647	fragment	False	AST0024_000000008597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	81.343	4.0	3.9298777808010174e-05	CP042344.1	b-proteobacteria	Comamonas sp. NLF-7-7 strain NLF 7-7 chromosome, complete genome	True	False
USA0082_01_000000024120	1232	0.6079390990839929	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.8752412591225595		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	97.88	96.0	0.014179616500355091	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
MON0040_000000021354	1305	0.6079389132297873	2	2	1	2	2	False	11851	maximal	True	MON0040_000000021354	1.0		2	2	False	False	0.9731800556182861	0					non-mobilizable	plasmid	1305.0	100.0	100.0	0.01839365813750106	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
SPA0077_000000022577	1241	0.6079339755094614	2	2	2	2	2	False	74450	maximal	False	ISR0312_000000014179	0.957793858272385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	71.357	78.0	0.015541563720411255	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0103_000000017468	1697	0.6079274608627708	4	3	2	3	1	False	33034	fragment	False	ISR0103_000000017468	0.9942667471333735		0	0	False	False	0.9994107484817505	0					non-mobilizable	no_good_hit	196.0	80.102	12.0	5.710098593372519e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0050_000000007708	1746	0.6079241297901299	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.8051033006284474		0	0	False	False	1.0	0					non-mobilizable	chromosome	1746.0	99.255	100.0	0.000550019810169094	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0011_000000016437	1716	0.6079241297901299	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.7389659092592622		0	0	False	False	1.0	0					non-mobilizable	chromosome	1713.0	99.475	100.0	0.0005396182894037186	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0216_000000008235	2217	0.6079238003749425	3	3	3	3	3	False	114894	fragment	False	ISR0216_000000008235	0.9303138054477539		0	0	False	False	0.9986467957496643	0					non-mobilizable	chromosome	2219.0	96.305	100.0	0.000977987985097494	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0160_000000000062	56902	0.6079235678324891	57	5	2	3	1	True	114296	fragment	False	CHI0160_000000000062	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	44995.0	96.124	97.0	0.4629269046515222	NC_024711.1	viruses	Uncultured crAssphage, complete genome	False	True
USA0069_01_000000014016	4390	0.6079231705707056	3	3	3	3	1	False	81069	maximal	True	USA0069_01_000000014016	1.0		4	3	False	False	0.9990888237953186	0					non-mobilizable	no_good_hit	2589.0	99.884	59.0	0.0011311900748998188	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
FIJ0009_000000011222	3299	0.6079220769270499	6	2	1	2	0	False	51285	maximal	True	FIJ0009_000000011222	1.0		1	1	False	False	0.9981812834739685	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.791750779411589e-05	NZ_FTPB01000004.1	high GC Gram+	Actinomyces mediterranea strain Marseille-P3257T, whole genome shotgun sequence	True	False
ISR0020_000000024994	1113	0.6079174353691269	1	1	1	1	1	False	37651	fragment	False	ISR0020_000000024994	0.9573115349682108		0	0	False	False	1.0	0					non-mobilizable	other	1026.0	99.415	99.0	0.0002909696642124913	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0106_000000015636	1722	0.6079071199391234	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.22798610990059937	PS721	0	0	False	True	0.9994192719459534	0					non-mobilizable	other	1662.0	74.48899999999999	95.0	0.20048750761730652	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0138_000000004684	4365	0.6079030286500745	6	3	2	3	2	True	118233	fragment	False	USA0013_01_000000002521	0.6452297336845186		0	0	False	False	0.9990836381912231	0					non-mobilizable	chromosome	4367.0	98.16799999999999	100.0	0.0008709984268538954	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0007_000000035126	1802	0.6079028960942338	2	2	1	2	1	False	67706	fragment	False	MON0007_000000035126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	92.258	17.0	0.35402298850574715	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
FIJ0046_000000023971	1416	0.6079019105883141	2	1	1	1	1	False	46953	maximal	True	FIJ0046_000000023971	1.0		10	5	False	False	0.9992938041687012	0					non-mobilizable	other	1374.0	99.78200000000001	97.0	0.0004131925266361611	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
ISR0134_000000005511	5926	0.6078981784454301	7	5	3	5	2	True	112149	backbone	False	ISR0315_000000001310	0.9902670250896057	PS715	0	0	True	True	0.9998312592506409	7					non-mobilizable	no_good_hit	62.0	96.774	1.0	0.0007585838110753236	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0325_000000005160	3578	0.6078938096582249	5	5	4	3	3	True	118240	fragment	False	MAD0072_000000001538	0.6161001240486845		0	0	False	False	0.9991615414619446	0					non-mobilizable	other	3588.0	93.28299999999999	100.0	0.00099444046409073	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0109_000000020729	1605	0.6078883577170736	3	3	0	3	2	True	4651	fragment	False	SPA0109_000000020729	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	90.29299999999999	40.0	0.026028885223478297	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0353_000000022951	1610	0.6078867956819269	2	2	2	2	1	False	24018	maximal	True	ISR0353_000000022951	1.0		17	4	False	False	0.9944099187850952	0					non-mobilizable	no_good_hit	501.0	85.23	43.0	0.00020169895060069982	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
SPA0036_000000012048	2068	0.6078855506675847	3	3	3	3	3	False	7099	maximal	True	SPA0036_000000012048	1.0		18	2	False	False	0.9980657696723938	0					non-mobilizable	other	2068.0	100.0	100.0	0.0012214817690743508	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
CHI0162_000000015496	2033	0.6078843708260558	2	2	2	2	2	False	78567	maximal	True	CHI0162_000000015496	1.0		6	4	False	False	0.9990162253379822	0					non-mobilizable	no_good_hit	1557.0	81.631	76.0	0.000453315794189944	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ENG0185_000000004339	5486	0.6078640839243823	7	5	4	5	3	False	130457	fragment	False	SPA0136_000000006398	0.4749213254250312		0	0	False	False	0.9996354579925537	0					non-mobilizable	other	5490.0	99.162	100.0	0.008752305757852342	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0111_000000010711	1944	0.6078607298972425	4	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.06266883106851252		0	0	False	False	1.0	0					non-mobilizable	plasmid	1944.0	99.331	100.0	0.15675675675675677	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0094_000000002896	5974	0.6078584384980158	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.8229092497577724		0	0	False	False	1.0	0					non-mobilizable	chromosome	5362.0	96.68	96.0	0.0009615300110896103	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0092_000000002216	8008	0.6078556515400965	4	3	3	1	1	False	49339	fragment	False	ISR0092_000000002216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000005217	7293	0.6078544072510687	9	9	5	5	8	True	80279	fragment	False	ENG0031_000000002550	0.9581399101487237		0	0	False	False	0.9998629093170166	0					non-mobilizable	chromosome	7306.0	96.89299999999999	100.0	0.0016523177699162778	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
CHI0157_000000000939	8877	0.607854262937192	18	7	4	6	6	True	78959	maximal	True	CHI0157_000000000939	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5891.0	93.719	85.0	0.09103887035456591	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
ISR0040_000000014117	1879	0.607845844293977	1	1	1	1	1	False	36483	fragment	False	ISR0040_000000014117	0.9927578215527231		0	0	False	False	0.9930814504623413	0					non-mobilizable	no_good_hit	1377.0	86.20200000000001	84.0	0.01622317799413933	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
SPA0138_000000019327	1402	0.607845841796366	3	3	3	2	2	False	67656	fragment	False	ENG0005_000000016737	0.975001458653337		0	0	False	False	0.9992867112159729	0					non-mobilizable	other	1402.0	99.501	100.0	0.00041925007204457877	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0075_000000014162	1736	0.6078448471520073	2	2	2	2	1	False	62089	maximal	True	ENG0075_000000014162	1.0		0	0	False	False	0.9953917264938354	0					non-mobilizable	other	1623.0	97.351	93.0	0.001231972340625921	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	False	False
ISR0106_000000004128	5216	0.6078405697898318	8	6	3	3	6	False	32914	maximal	True	ISR0106_000000004128	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	2819.0	99.113	100.0	0.014806521807688669	MN480762.1	firmicutes	Streptococcus salivarius strain NU10 plasmid pSsal-NU10, complete sequence	False	True
ISR0785_000000018710	1969	0.6078382261368867	5	4	3	3	2	False	22185	maximal	True	ISR0785_000000018710	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	92.76299999999999	14.0	0.0037036128620833437	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	False
MON0103_000000010190	4253	0.6078346038625463	6	5	4	4	3	True	124273	maximal	True	MON0103_000000010190	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1921.0	91.046	81.0	0.0004887793431950238	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
ISR0311_000000004430	3989	0.6078287843128859	4	4	3	2	2	False	131465	maximal	True	ISR0311_000000004430	1.0		0	0	False	False	0.9987465739250183	0					non-mobilizable	no_good_hit	1741.0	77.829	43.0	0.023970883534136546	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0156_000000018888	1289	0.6078286935221043	2	2	2	2	1	False	30573	maximal	True	ISR0156_000000018888	1.0		112	12	False	False	0.9875872731208801	0					non-mobilizable	other	1289.0	100.0	100.0	0.008947054001861654	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
MON0092_000000045177	1236	0.6078273070169496	2	2	2	2	2	False	59852	maximal	False	ISR0073_000000019794	0.5692225530574648		0	0	False	False	0.9902912378311157	0					non-mobilizable	no_good_hit	360.0	75.833	28.0	0.002352411733420611	NZ_QSBM01000019.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf19, whole genome shotgun sequence	True	False
FIJ0158_000000014765	1271	0.6078256810700642	2	2	1	1	2	False	39428	maximal	True	FIJ0158_000000014765	1.0		27	2	False	False	0.9763965606689453	0					non-mobilizable	other	1253.0	99.20200000000001	99.0	0.0006361158056457567	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	False
FIJ0112_000000005166	4905	0.607825239921687	5	4	3	4	3	False	84906	maximal	True	FIJ0112_000000005166	1.0		12	1	False	False	1.0	0					non-mobilizable	chromosome	4905.0	99.735	100.0	0.000950867453265175	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
ENG0096_000000020353	1594	0.6078172961544894	3	3	2	2	3	False	60840	fragment	False	ENG0096_000000020353	1.0		0	0	False	False	0.999372661113739	0					non-mobilizable	no_good_hit	1174.0	84.583	73.0	0.00031009808277682356	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
AUS0006_000000007871	2980	0.6078166728413316	3	2	2	2	1	True	102132	fragment	False	AUS0006_000000007871	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2980.0	100.0	100.0	0.0009560020820884553	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0033_01_000000003939	2778	0.6078166728413316	2	2	2	2	1	True	1485	fragment	False	USA0033_01_000000003939	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1600.0	84.18799999999999	91.0	0.0005115365286502175	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0002_000000017761	2042	0.6078143305624243	3	1	1	1	1	False	52376	maximal	True	FIJ0002_000000017761	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	91.038	18.0	0.10199125789218066	DQ641267.1	firmicutes	Mitsuokella multacida strain 032 outer membrane protein M1 precursor (ompM1) gene, complete cds; and alanine racemase (alrA) gene, partial cds	True	False
ISR0223_000000025501	1266	0.6078141130197695	1	1	1	1	1	False	27780	fragment	False	ISR0223_000000025501	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1266.0	100.0	100.0	0.0005346863504507638	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0123_000000005234	1610	0.6078112897716553	3	3	3	3	2	False	4086	maximal	True	SPA0123_000000005234	1.0		1	1	False	False	0.9993788599967957	0					non-mobilizable	plasmid	823.0	100.0	100.0	0.0034804552537090984	CP012931.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg strain N13-01290 plasmid pN13-01290_23, complete sequence	False	True
ISR0812_000000007686	4997	0.6078102164857723	5	5	5	4	3	False	86921	maximal	True	ISR0812_000000007686	1.0		13	5	False	False	0.9991995096206665	0					non-mobilizable	no_good_hit	835.0	71.617	16.0	0.0007015916874793999	NZ_JAATJA010000002.1	d-proteobacteria	Desulfobaculum xiamenense strain DSM 24233 Ga0373198_02, whole genome shotgun sequence	True	False
ISR0350_000000014250	1400	0.6078099452668757	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.37760514549499913		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	99.35700000000001	100.0	0.017397684454006194	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0254_000000009704	1364	0.6078099452668757	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.35248592547397684		0	0	False	False	0.9992668628692627	0					non-mobilizable	other	1364.0	99.194	100.0	0.016949995647469938	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0113_000000012417	1330	0.6078099452668757	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.3470319233226687		0	0	False	False	0.9977443814277649	0					non-mobilizable	other	1330.0	99.624	100.0	0.016527178441296805	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0111_000000006166	5288	0.6078097492063533	7	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.5328803539630305	PS1159|PS463	0	0	True	True	0.9992435574531555	61		MOBV			mobilizable	plasmid	1696.0	99.823	90.0	0.24349949719867836	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0039_000000010866	3161	0.6078079886397304	5	4	4	4	4	False	117356	maximal	True	ISR0039_000000010866	1.0	PS787	1	1	False	True	1.0	0					non-mobilizable	chromosome	1708.0	96.429	100.0	0.0007388300729854848	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
SPA0082_000000006806	2458	0.6078060131884634	5	1	1	1	1	False	5602	fragment	False	SPA0082_000000006806	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	99.87799999999999	100.0	0.010707235336927107	NZ_QVHZ01000009.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf9, whole genome shotgun sequence	False	False
ENG0036_000000020141	1271	0.6078046073593742	2	1	1	1	1	False	67307	fragment	False	ENG0009_000000009222	0.9444050991501416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	0.0003839840262645074	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	False
CHI0141_000000020200	1370	0.6078008465083713	3	3	3	2	1	False	80070	fragment	False	MON0080_000000037680	0.8199014142413489		0	0	False	False	0.9992700815200806	0					non-mobilizable	no_good_hit	85.0	84.706	6.0	0.0001200754760134942	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0062_000000019667	1920	0.6077920089205067	2	2	2	2	2	False	62161	fragment	False	ISR0062_000000019667	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1918.0	95.829	99.0	0.00742671211892047	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0125_01_000000007947	3084	0.6077834157287978	5	5	2	3	5	False	126708	fragment	False	USA0125_01_000000007947	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1462.0	98.15299999999999	83.0	0.0008545788698501533	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	True	True
MON0090_000000031285	1925	0.6077747717521862	2	2	2	2	2	False	25163	fragment	False	ISR0317_000000010583	0.9914772727272727		0	0	False	False	0.9968830943107605	0					non-mobilizable	other	1925.0	100.0	100.0	0.007598015985846523	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0063_000000001028	13639	0.6077712195849041	9	3	2	3	2	True	26205	maximal	True	SPA0063_000000001028	1.0		2	1	False	False	0.9999266862869263	0					non-mobilizable	no_good_hit	89.0	100.0	1.0	8.984845220725996e-05	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	True
MAD0028_000000009253	1318	0.6077712105838815	3	3	3	3	1	False	101087	fragment	False	TAN0024_000000004209	0.23512517325126445		0	0	False	False	0.999241292476654	0					non-mobilizable	chromosome	1141.0	79.755	96.0	0.00030010171447442585	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0042_000000011053	2378	0.607766307596169	3	2	2	2	2	False	76185	fragment	False	ENG0042_000000011053	1.0		0	0	False	False	0.9903280138969421	0					non-mobilizable	other	2378.0	100.0	100.0	0.02928061098792806	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
DEN0051_000000020764	2204	0.6077612937753519	3	3	3	3	1	False	72544	maximal	True	DEN0051_000000020764	1.0		27	5	False	False	0.9981850981712341	0					non-mobilizable	other	2204.0	98.911	100.0	0.0007574601052673563	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
MON0093_000000013338	3134	0.6077574372921039	5	2	1	2	2	False	99869	fragment	False	MON0093_000000013338	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2596.0	100.0	100.0	0.4934398174557901	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0054_000000016652	2675	0.6077574372921039	5	2	1	2	2	False	99868	fragment	False	MON0014_000000006075	0.9863664790494059		0	0	False	False	1.0	0					non-mobilizable	plasmid	2137.0	100.0	100.0	0.40616086708499716	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0014_000000006075	2675	0.6077574372921039	5	2	1	2	2	False	99868	fragment	False	MON0014_000000006075	0.9863664790494059		0	0	False	False	1.0	0					non-mobilizable	plasmid	2137.0	100.0	100.0	0.40616086708499716	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0036_000000010928	2061	0.6077574372921039	4	2	1	2	2	False	99867	fragment	False	ISR0206_000000012244	0.4807240244475787		0	0	False	False	0.980106770992279	0					non-mobilizable	plasmid	1523.0	99.934	100.0	0.28940863281992774	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0104_000000013679	1814	0.6077574372921039	4	2	1	2	2	False	99866	fragment	False	ISR0104_000000013679	0.9802686108698908		0	0	False	False	1.0	0					non-mobilizable	plasmid	1819.0	86.366	100.0	0.3491787439613527	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ENG0061_000000007853	2721	0.6077535616807737	3	3	3	3	3	False	63268	maximal	True	ENG0061_000000007853	1.0		4	1	False	False	0.9977949261665344	0					non-mobilizable	no_good_hit	1018.0	84.774	37.0	0.0002820057765250374	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0030_000000031505	1227	0.607753483867038	2	2	2	1	2	False	48654	fragment	False	FIJ0030_000000031505	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	99.919	100.0	0.00023287893448579913	CP014123.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_156 chromosome, complete genome	False	False
USA0013_01_000000008378	1145	0.6077534388794221	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.038218666503442494	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1153.0	81.78699999999999	100.0	0.0003687321576665185	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0171_000000027736	1106	0.6077515751046797	2	2	2	1	1	True	29951	fragment	False	ISR0171_000000027736	1.0		0	0	False	False	0.9990958571434021	0					non-mobilizable	other	1016.0	93.70100000000001	100.0	0.000351236798221234	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0065_000000013452	2041	0.6077439046932882	1	1	1	1	1	False	62850	maximal	True	ENG0065_000000013452	1.0		4	3	False	False	0.997060239315033	0					non-mobilizable	no_good_hit	1183.0	88.081	58.0	0.092151503319016	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
USA0145_01_000000014416	1642	0.6077439046932882	1	1	1	1	1	False	90100	fragment	False	USA0145_01_000000014416	0.9746739602020139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1162.0	90.103	71.0	0.09043342444357673	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0094_000000011458	1583	0.6077439046932882	1	1	1	1	1	False	90100	fragment	False	USA0145_01_000000014416	0.9647626577091751		0	0	False	False	0.9943146109580994	0					non-mobilizable	no_good_hit	1034.0	92.26299999999999	65.0	0.08067161265130808	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0003_000000022086	1138	0.6077439046932882	1	1	1	1	1	False	38586	fragment	False	ISR0003_000000022086	1.0		0	0	False	False	0.994727611541748	0					non-mobilizable	no_good_hit	936.0	91.23899999999999	82.0	0.07301835220616947	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0099_000000000908	10567	0.6077395448862153	15	12	4	4	11	False	84861	maximal	True	SPA0099_000000000908	1.0		6	3	False	False	1.0	0					non-mobilizable	plasmid	10567.0	99.991	100.0	0.08305493762626064	CP026404.1	enterobacteria	Escherichia coli strain ECONIH4 plasmid pECO-6357, complete sequence	False	True
ENG0122_000000024478	1225	0.6077383952657329	2	2	1	2	1	False	120652	fragment	False	ENG0029_000000015479	0.4204147141182763		0	0	False	False	1.0	0					non-mobilizable	chromosome	817.0	89.84100000000001	99.0	0.0002186743617174084	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0024_000000021524	1151	0.6077358061104001	1	1	1	1	1	False	66193	maximal	True	ENG0024_000000021524	1.0		6	5	False	False	0.9991312026977539	0					non-mobilizable	no_good_hit	151.0	88.079	20.0	4.348223098630745e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0074_000000001705	13497	0.6077356309473549	16	14	4	8	13	True	123775	fragment	False	SPA0074_000000001705	1.0		0	0	False	False	0.9997036457061768	0					non-mobilizable	other	13497.0	100.0	100.0	0.03664692576933834	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0040_000000021702	1555	0.6077319558362136	2	2	2	2	1	False	18346	fragment	False	MAD0040_000000021702	1.0		0	0	False	False	0.9826366305351257	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000021376	1849	0.6077315437544928	2	2	2	2	0	True	20020	maximal	True	MAD0107_000000021376	1.0		0	0	False	False	0.9691725373268127	0					non-mobilizable	no_good_hit	1073.0	87.41799999999999	63.0	0.34971956450016495	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
MAD0100_000000020341	1756	0.6077262378354841	4	4	4	3	1	True	15157	fragment	False	MAD0100_000000020341	1.0		0	0	False	False	0.9994305372238159	0					non-mobilizable	other	1757.0	97.211	100.0	0.007424297547232069	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
ENG0110_000000024560	1209	0.6077192761812606	2	2	2	1	1	False	59772	maximal	True	ENG0110_000000024560	1.0		9	3	False	False	1.0	0					non-mobilizable	other	1213.0	82.935	100.0	0.029005893337860453	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	False	False
ISR0260_000000011994	1349	0.6077131951626276	2	2	2	1	0	True	26703	fragment	False	ISR0260_000000011994	1.0		0	0	False	False	0.9866567850112915	0					non-mobilizable	other	1373.0	93.51799999999999	100.0	0.00026339349181770327	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
USA0059_01_000000009576	2756	0.6077081995725386	3	3	3	3	1	False	924	maximal	True	USA0059_01_000000009576	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	84.416	3.0	1.3540235350954776e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
MAD0103_000000003850	4517	0.6077042400626735	6	5	3	5	2	True	14934	maximal	True	MAD0103_000000003850	1.0		1	1	False	False	0.9995572566986084	0					non-mobilizable	no_good_hit	1145.0	96.681	25.0	0.16739894551845344	NZ_CABIXL010000018.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	True
ISR0325_000000013164	1589	0.6077007987174653	2	2	2	2	2	True	112264	fragment	False	FIJ0004_000000015587	0.9542483660130718		0	0	False	False	1.0	0					non-mobilizable	other	1589.0	96.476	99.0	0.032750371225870316	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0012_000000013374	1723	0.6077002644344363	3	3	3	3	2	False	125072	maximal	True	AST0012_000000013374	1.0		53	10	False	False	1.0	0					non-mobilizable	chromosome	1743.0	82.387	99.0	0.0005765857707517864	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0136_000000013296	3013	0.6076962324089038	7	6	6	4	4	False	3622	maximal	True	SPA0136_000000013296	1.0		8	3	False	False	0.9996681213378906	0					non-mobilizable	no_good_hit	1746.0	92.383	68.0	0.0005863470009629958	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0178_000000000348	26134	0.6076881424672859	32	15	7	11	8	True	130541	fragment	False	ISR0178_000000000348	0.9850504834856553		0	0	False	False	0.9999617338180542	0					non-mobilizable	chromosome	9467.0	98.82799999999999	93.0	0.0016784321644628874	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0120_000000002366	16492	0.6076875481659607	23	15	7	9	12	False	109965	maximal	False	SPA0128_000000001527	0.6554935939717376		0	0	False	False	0.9998787045478821	0					non-mobilizable	no_good_hit	1236.0	76.214	11.0	0.0001919017765409374	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
DEN0085_000000008109	4166	0.6076842384371918	7	5	3	4	2	False	69004	fragment	False	DEN0085_000000008109	1.0		0	0	False	False	0.9944791197776794	0					non-mobilizable	other	4165.0	99.42399999999999	99.0	0.002002380351282144	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
ENG0081_000000004469	5593	0.6076828451381302	4	3	2	2	3	False	127627	fragment	False	ENG0081_000000004469	1.0		0	0	False	False	0.9996424317359924	0					non-mobilizable	other	3010.0	99.834	93.0	0.21617932322724334	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0320_000000004390	4350	0.6076828451381302	6	3	2	2	3	False	104063	fragment	False	ISR0320_000000004390	1.0		0	0	False	False	0.9997701048851013	0					non-mobilizable	no_good_hit	2192.0	99.90899999999999	61.0	0.15741073352970758	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0359_000000005622	4086	0.6076828451381302	4	3	2	2	3	False	104062	fragment	False	ISR0359_000000005622	1.0		0	0	False	False	0.9968184232711792	0					non-mobilizable	no_good_hit	2192.0	99.818	83.0	0.15741073352970758	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0073_01_000000005921	2921	0.6076828451381302	3	3	2	2	3	False	104060	fragment	False	CHI0148_000000004026	0.9852211560195613		0	0	False	False	0.9996576309204102	0					non-mobilizable	no_good_hit	2250.0	99.911	77.0	0.16157769954738127	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0148_000000004026	2886	0.6076828451381302	4	3	2	2	3	False	104060	fragment	False	CHI0148_000000004026	0.9861276427870931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2192.0	99.863	78.0	0.15741073352970758	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0192_000000006808	2847	0.6076828451381302	4	3	2	2	3	False	104060	fragment	False	CHI0148_000000004026	0.978394645113899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2204.0	99.773	77.0	0.15827286442991595	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0078_000000007687	2031	0.6076796980017799	3	3	3	3	2	False	84485	maximal	True	CHI0078_000000007687	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	99.55	55.0	0.007697482021871945	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
ISR0324_000000025296	1221	0.6076777666788871	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.46562353010426		0	0	False	False	0.9819819927215576	0					non-mobilizable	other	1167.0	99.314	99.0	0.0003309957350944048	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0095_000000026530	1214	0.6076765555242605	2	2	2	2	1	False	91004	fragment	False	MON0095_000000026530	0.9574376612209803		0	0	False	False	0.9991762638092041	0					non-mobilizable	chromosome	1214.0	98.353	100.0	0.00042803400417871287	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0398_000000004569	4907	0.607673719182415	6	5	3	4	0	True	22625	maximal	True	ISR0398_000000004569	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	97.025	25.0	0.00029177878871981756	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
ENG0172_000000020656	1180	0.6076717736733135	2	2	2	2	1	False	64646	fragment	False	ENG0172_000000020656	0.9466988820004226		0	0	False	False	0.998305082321167	0					non-mobilizable	no_good_hit	103.0	79.612	9.0	0.00024239049829246693	NZ_QXGR01000002.1	b-proteobacteria	Simplicispira lacusdiani strain CPCC 100842 Scaffold2, whole genome shotgun sequence	True	False
MAD0088_000000007631	2965	0.6076709214918189	3	3	3	3	2	False	15905	maximal	True	MAD0088_000000007631	1.0		6	1	False	False	1.0	0					non-mobilizable	other	1896.0	97.943	91.0	0.0007227221951227884	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
MAD0013_000000013247	1854	0.6076660052672526	1	1	1	1	1	False	19567	maximal	True	MAD0013_000000013247	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	86.301	13.0	7.851450555490127e-05	CP051151.1	bacteria	Tenericutes bacterium zrk29 chromosome, complete genome	True	False
ENG0085_000000008568	2036	0.6076643255465963	2	2	1	2	2	False	127979	fragment	False	ENG0085_000000008568	1.0		0	0	False	False	0.9926326274871826	0					non-mobilizable	chromosome	1583.0	99.179	100.0	0.0004986426015401185	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0074_000000004562	3334	0.6076615928937602	5	4	4	4	3	False	87989	maximal	False	SPA0072_000000006185	0.9822662770070685		0	0	False	False	0.9970005750656128	0					non-mobilizable	chromosome	3335.0	99.43	100.0	0.0009393689998650397	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
USA0113_01_000000008179	2295	0.607661145834079	4	2	2	2	2	False	91452	maximal	True	USA0113_01_000000008179	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	1.364351673728161e-05	NZ_CP009211.1	high GC Gram+	Corynebacterium imitans strain DSM 44264 chromosome, complete genome	True	False
MAD0110_000000010923	2507	0.6076604360384411	5	5	5	3	2	False	14556	maximal	True	MAD0110_000000010923	1.0		3	3	False	False	1.0	0					non-mobilizable	plasmid	2507.0	100.0	100.0	0.01748998478524867	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
SPA0006_000000027524	1135	0.6076544299599264	2	2	2	2	1	False	8226	maximal	True	SPA0006_000000027524	1.0		1	1	False	False	0.9735682606697083	0					non-mobilizable	other	1142.0	82.137	100.0	0.0003195333520313272	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0093_000000006381	3655	0.6076508644093791	4	3	3	3	3	False	125536	maximal	False	ENG0103_000000005027	0.9730682707409221		0	0	False	False	0.999726414680481	0					non-mobilizable	other	3655.0	99.34299999999999	100.0	0.04544041386343004	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0039_000000005421	2560	0.6076477611093567	4	2	1	1	1	True	124160	maximal	True	MAD0039_000000005421	1.0		40	9	False	False	0.9820312261581421	0					non-mobilizable	chromosome	1708.0	96.311	98.0	0.0007617553306138624	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0826_000000007030	1737	0.6076411457926504	2	1	1	1	1	False	77708	fragment	False	ISR0826_000000007030	0.9844227244960293		0	0	False	False	0.9959700703620911	0					non-mobilizable	other	1737.0	99.59700000000001	100.0	0.0005189911601096698	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0144_000000015318	2055	0.6076322958707611	2	2	2	2	2	False	52137	fragment	False	FIJ0144_000000015318	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2057.0	94.361	100.0	0.09164733178654293	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
TAN0024_000000001278	5049	0.6076310201059534	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.9784345805504343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.87799999999999	77.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0075_000000003579	4909	0.6076310201059534	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.9805075051002171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.726	78.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0004_000000006510	4895	0.6076310201059534	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.9790131681260426		0	0	False	False	0.9973442554473877	0					non-mobilizable	no_good_hit	2631.0	90.764	78.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0047_000000007926	4668	0.6076310201059534	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.9542126990996997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.764	78.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0168_000000003990	4639	0.6076310201059534	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.9505253138877318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.726	80.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0127_000000003985	4632	0.6076310201059534	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.9501094991824787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.726	80.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0116_000000004232	4628	0.6076310201059534	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.949392188949129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.726	80.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
TAN0017_000000007162	4575	0.6076310201059534	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.9432930661649805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.916	80.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0063_000000013457	2028	0.6076259024734705	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2791877824112881		0	0	False	False	1.0	0					non-mobilizable	chromosome	2028.0	96.105	100.0	0.000705489011241814	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0002_000000011257	3173	0.6076248839958142	5	4	1	1	4	True	132091	maximal	True	AST0002_000000011257	1.0		3	2	False	False	0.9902300834655762	0	Inc11				non-mobilizable	plasmid	3173.0	99.779	100.0	0.24727159338946056	Y12736.2	firmicutes	Lactococcus lactis subsp. cremoris plasmid pJW565 DNA, LlaBIIM, LlaBIIR genes and orfX	False	True
ISR0206_000000009128	2841	0.6076232592787594	2	2	2	2	2	False	84640	maximal	True	ISR0206_000000009128	1.0	PS421	9	3	False	True	1.0	0					non-mobilizable	no_good_hit	1331.0	87.904	47.0	0.0021220785520084757	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
SPA0036_000000002006	9013	0.6076217900081686	9	4	4	4	1	True	82772	fragment	False	SPA0031_000000002242	0.9573921971252567		0	0	False	False	0.999889075756073	0					non-mobilizable	no_good_hit	5133.0	97.79899999999999	66.0	0.04130194954220787	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
DEN0046_000000007758	3093	0.6076193633958507	3	2	2	1	1	False	72735	maximal	True	DEN0046_000000007758	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	87.286	32.0	0.0013169234734561389	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
MON0004_000000031736	1452	0.6076192878486842	3	3	3	3	2	False	65156	fragment	False	MON0004_000000031736	0.9588571547743165		0	0	False	False	1.0	0					non-mobilizable	chromosome	1453.0	98.486	100.0	0.0005123704650185416	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0282_000000021527	1199	0.607605726169249	2	2	2	1	1	False	113068	fragment	False	AST0058_000000008935	0.10726903373962197		0	0	False	False	0.992493748664856	0					non-mobilizable	other	873.0	94.616	92.0	0.005823816202497829	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
FIJ0098_000000018079	1329	0.6076046750393173	3	2	1	2	1	False	42842	fragment	False	FIJ0098_000000018079	0.9747247119975854		0	0	False	False	0.9924755692481995	0					non-mobilizable	other	1329.0	95.93700000000001	100.0	0.020136161695804462	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0133_000000031522	1245	0.6076046750393173	3	2	1	2	1	False	42842	fragment	False	FIJ0098_000000018079	0.9600982868020128		0	0	False	False	0.9847389459609985	0					non-mobilizable	other	1245.0	96.70700000000001	100.0	0.018862488817455385	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0041_000000060724	1166	0.6076046750393173	2	2	1	2	1	False	42842	fragment	False	FIJ0098_000000018079	0.6978671903232625		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	96.913	100.0	0.0176646298009128	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0154_000000027380	1239	0.6076043785709232	2	2	2	2	1	False	79105	maximal	True	CHI0154_000000027380	1.0		7	3	False	False	0.9531880617141724	0					non-mobilizable	no_good_hit	880.0	95.568	71.0	0.0003300062397084232	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	False
SPA0057_000000027421	1207	0.6076012896526284	1	1	1	1	1	False	6327	fragment	False	SPA0057_000000027421	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	98.09299999999999	99.0	0.00038839357516447096	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0174_000000000089	68559	0.607601271222876	81	13	9	10	5	False	71967	maximal	True	ENG0174_000000000089	1.0	PS2	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1293.0	93.194	2.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	True
FIJ0059_000000012001	1484	0.6075954902287966	2	2	2	2	2	False	45897	fragment	False	FIJ0059_000000012001	0.989844278943805		0	0	False	False	0.9669811129570007	0					non-mobilizable	no_good_hit	882.0	81.406	59.0	0.007185001513924009	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0160_000000006790	2590	0.6075952231428338	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3365527446839979		0	0	False	False	1.0	0					non-mobilizable	other	2606.0	93.43799999999999	99.0	0.0007840145337747981	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0144_000000007541	2068	0.6075948159894756	4	2	2	2	1	False	79859	fragment	False	CHI0144_000000007541	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2068.0	99.807	100.0	0.0008908541985867872	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
FIJ0057_000000010708	2952	0.607594546211061	3	3	2	3	3	False	46152	maximal	True	FIJ0057_000000010708	1.0		709	15	False	False	0.9881436228752136	0					non-mobilizable	chromosome	2953.0	97.63	100.0	0.001028954328649128	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0188_000000011504	2257	0.6075931222916854	3	3	3	2	2	False	54910	fragment	False	ENG0188_000000011504	1.0		0	0	False	False	0.9977846741676331	0					non-mobilizable	no_good_hit	1382.0	81.83800000000001	61.0	0.0003066755568453634	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0363_000000012094	1540	0.6075926213778571	2	2	2	2	2	False	46384	fragment	False	ISR0363_000000012094	0.9668674698795181		0	0	False	False	0.9993506669998169	0					non-mobilizable	other	1452.0	97.934	99.0	0.0009774657078065131	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ETH0005_000000030513	1533	0.6075900244518019	2	2	2	2	1	False	52724	fragment	False	ETH0005_000000030513	1.0		0	0	False	False	0.9986953735351562	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000006828	8203	0.6075871026425173	11	5	2	5	4	False	94323	fragment	False	CAN0012_000000006828	1.0		0	0	False	False	0.9982932806015015	0					non-mobilizable	no_good_hit								True	False
SPA0145_000000004180	7042	0.6075753802940493	8	5	2	4	3	False	110861	maximal	True	SPA0145_000000004180	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1573.0	95.16799999999999	61.0	0.0002976441304996951	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
FIJ0037_000000013694	2212	0.6075739751833893	3	3	3	3	3	False	47792	fragment	False	FIJ0037_000000013694	1.0		0	0	False	False	0.9990958571434021	0					non-mobilizable	no_good_hit	889.0	75.253	39.0	0.0036671344560278	NZ_FOJI01000006.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
ISR0777_000000009371	1838	0.6075679725628488	3	3	2	3	2	False	65691	fragment	False	ENG0031_000000011203	0.9821992385758327		0	0	False	False	0.9956474304199219	0					non-mobilizable	other	1838.0	99.946	100.0	0.0005564395381642706	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0006_000000010360	2231	0.6075673897963825	2	2	1	2	1	False	126628	fragment	False	ENG0006_000000010360	1.0		0	0	False	False	0.9838637113571167	0					non-mobilizable	virus	2231.0	98.25200000000001	100.0	0.12996136283807516	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
ENG0169_000000013534	1770	0.6075504069414494	3	3	3	3	3	False	55896	fragment	False	ENG0169_000000013534	0.9512099575586235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	86.154	4.0	0.001998688360763249	NZ_WURB01000041.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold41, whole genome shotgun sequence	True	False
AST0031_000000007647	3808	0.6075440442582533	5	5	3	3	3	True	130835	fragment	False	AST0031_000000007647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2451.0	97.96	64.0	0.0006621748374102556	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0063_000000002503	4970	0.6075439184974001	12	10	4	5	6	True	85507	maximal	True	CHI0063_000000002503	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2509.0	100.0	71.0	0.04965648325974618	LC549805.1	enterobacteria	Escherichia coli VNCEc117 plasmid pVNCEc117 DNA, complete sequence	True	True
DEN0011_000000037052	1279	0.6075400951573818	2	2	1	2	1	False	75580	fragment	False	DEN0011_000000037052	1.0		0	0	False	False	0.9827990531921387	0					non-mobilizable	no_good_hit	1074.0	82.03	89.0	0.015028836843803937	NZ_CYYA01000016.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0829_000000009052	1685	0.6075382190122276	4	3	3	3	3	False	21064	fragment	False	ISR0829_000000009052	1.0		0	0	False	False	0.9994065165519714	0					non-mobilizable	no_good_hit	1460.0	96.37	87.0	0.6267301038062284	KU547548.1	bacteria	Uncultured bacterium clone CH_08G_000_Contig_3 genomic sequence	True	False
AST0002_000000028857	1301	0.6075377938549013	2	2	2	2	2	False	131106	maximal	False	ISR0018_000000015822	0.9658664666166541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	5.0	0.0005423787180922043	NZ_WNZW01000013.1	firmicutes	Paenibacillus woosongensis strain 12CR55 NODE_13_length_116155_cov_65.2924, whole genome shotgun sequence	True	False
AST0006_000000005108	2760	0.6075300222931282	4	4	4	4	3	False	127568	maximal	False	MON0023_000000006817	0.9835863042710906		0	0	False	False	0.9996376633644104	0					non-mobilizable	other	2470.0	88.583	99.0	0.0007394545679534963	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0149_000000003826	6556	0.6075292025699416	7	7	4	5	6	False	57237	fragment	False	ENG0149_000000003826	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6484.0	99.75299999999999	100.0	0.0027734510192635705	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	False
ISR0826_000000008725	1457	0.6075278077708285	2	2	2	2	2	True	56655	fragment	False	MAD0077_000000008412	0.8035987646207463		0	0	False	False	1.0	0					non-mobilizable	other	1457.0	99.382	100.0	0.0004352829084790779	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0194_000000020181	1309	0.6075270254409054	5	2	2	1	0	False	54506	maximal	True	ENG0194_000000020181	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	88.5	76.0	0.12221132630546702	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	False
ISR0813_000000015381	1994	0.6075245601068596	4	4	4	2	2	False	22184	fragment	False	ISR0813_000000015381	0.9862433862433861		0	0	False	False	0.9257773160934448	0					non-mobilizable	other	1840.0	99.728	92.0	0.0014450299299565155	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	False
ISR0053_000000009107	1946	0.6075227438588159	4	3	3	3	0	True	35749	maximal	True	ISR0053_000000009107	1.0		3	3	False	False	0.9994861483573914	0					non-mobilizable	no_good_hit	508.0	91.929	51.0	0.00011283345959404881	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0088_000000001134	13124	0.6075171973225754	20	8	5	6	7	False	5474	maximal	True	SPA0088_000000001134	1.0		2	1	False	False	0.9998475909233093	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0008125126955108674	NZ_JYDC01000093.1	firmicutes	Lactobacillus collinoides strain 237 contig93, whole genome shotgun sequence	True	False
SPA0037_000000001707	12255	0.607512567445958	19	15	13	14	15	False	111452	fragment	False	ENG0181_000000001861	0.9903963538699438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8106.0	98.655	67.0	0.011213964266569893	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0031_000000012325	1887	0.6075071197351071	2	2	2	2	2	False	55582	maximal	True	ISR0031_000000012325	1.0		10	4	False	False	0.9925808310508728	0					non-mobilizable	no_good_hit	281.0	72.954	15.0	7.398553981899092e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0032_000000015337	2316	0.6075012505013411	4	2	1	2	1	False	48435	fragment	False	FIJ0032_000000015337	1.0		0	0	False	False	0.9995682239532471	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000015743	1995	0.6075012505013411	4	2	1	2	1	False	15224	fragment	False	MON0028_000000012836	0.961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000019302	2212	0.6075007218442033	2	2	2	2	2	False	27185	maximal	True	SPA0126_000000019302	1.0		101	10	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	71.709	45.0	0.0003206964355733084	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
ISR0772_000000000352	10482	0.6074986339554146	10	7	6	7	6	True	87279	fragment	False	ISR0772_000000000352	0.9711908998210687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	93.6	1.0	0.0566986739826246	NZ_VZBY01000037.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_64_length_2187_cov_149.301_ID_127, whole genome shotgun sequence	True	True
ISR0355_000000012464	1659	0.6074921401352829	3	2	2	2	1	False	23952	maximal	True	ISR0355_000000012464	1.0		14	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000003556	6657	0.6074853285710127	6	4	3	4	1	True	103116	maximal	True	ENG0005_000000003556	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	92.584	13.0	0.0001408810824259296	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0011_000000013651	2019	0.6074837839218007	2	2	2	2	1	False	38252	fragment	False	ISR0011_000000013651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	0.00010726239107867787	MK250028.1	viruses	Prevotella phage Lak-B9, complete genome	True	False
ENG0069_000000001491	14634	0.6074784263035505	14	12	8	11	8	True	62510	maximal	True	ENG0069_000000001491	1.0		1	1	False	False	0.998906672000885	0					non-mobilizable	no_good_hit	8517.0	78.42	79.0	0.0015792682823776757	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	True
SPA0066_000000009092	1423	0.6074780301894617	2	2	2	2	1	False	115508	fragment	False	MON0088_000000019692	0.8489574237667741		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	99.93	100.0	0.000614586178639716	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
FIJ0079_000000005790	5089	0.60747749300997	7	7	2	4	7	True	48620	fragment	False	FIJ0079_000000005790	1.0		0	0	False	False	0.9978384971618652	0					non-mobilizable	plasmid	5089.0	99.84299999999999	100.0	0.05663779860631832	AP019690.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-3 DNA, complete genome	False	True
AUS0016_000000000558	19644	0.6074774639632525	26	18	14	16	12	True	100685	maximal	True	AUS0016_000000000558	1.0		4	4	False	False	0.9999490976333618	0					non-mobilizable	no_good_hit	348.0	97.414	5.0	7.850941615239605e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CAN0013_000000020814	1139	0.6074752193825896	2	2	2	2	2	False	93777	maximal	True	CAN0013_000000020814	1.0		54	8	False	False	0.9956101775169373	0					non-mobilizable	no_good_hit	346.0	74.855	30.0	0.0001708560743605837	CP046051.1	firmicutes	Ruminococcaceae bacterium LBM 19010 chromosome, complete genome	True	False
ISR0815_000000026897	1143	0.6074725657449326	2	1	1	1	1	False	21444	maximal	True	ISR0815_000000026897	1.0		34	10	False	False	0.9982502460479736	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	9.741366713749939e-05	NZ_SPBA01000130.1	high GC Gram+	Streptomyces ipomoeae strain B12321 contig_134, whole genome shotgun sequence	True	False
AST0033_000000004060	3191	0.6074659694994703	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9899031563352886		0	0	False	False	0.999686598777771	0					non-mobilizable	chromosome	3212.0	80.137	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0061_000000006650	3191	0.6074659694994703	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9899031563352886		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.137	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0310_000000005659	2851	0.6074638038737249	4	4	4	4	4	False	49785	fragment	False	ISR0310_000000005659	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2851.0	99.895	100.0	0.0005530381002500896	CP035194.1	enterobacteria	Klebsiella pneumoniae strain LH102-A chromosome, complete genome	False	False
SPA0064_000000009680	2202	0.6074526078330008	5	5	2	4	2	False	77757	fragment	False	SPA0115_000000011273	0.8182190733963318		0	0	False	False	0.9945504069328308	0					non-mobilizable	other	2203.0	97.685	100.0	0.04283155517483062	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
DEN0082_000000019825	2057	0.6074526078330008	5	5	2	4	2	False	69246	maximal	True	DEN0082_000000019825	0.9996554266520188		85	11	False	False	0.9936801195144653	0					non-mobilizable	other	2084.0	80.23	100.0	0.04333001545987844	KF697366.1	firmicutes	Streptococcus agalactiae strain 2113 RNA methyltransferase, complete cds; and vanG element, complete sequence	False	False
ENG0096_000000016623	1985	0.6074526078330008	5	5	2	4	2	False	69246	maximal	False	DEN0082_000000019825	0.9878171803305493		0	0	False	False	0.9929471015930176	0					non-mobilizable	other	1992.0	92.319	100.0	0.041110484426897284	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	False	False
DEN0085_000000017039	1686	0.6074451999454114	2	2	2	2	2	False	68970	fragment	False	DEN0085_000000017039	1.0		0	0	False	False	0.9982206225395203	0					non-mobilizable	chromosome	1686.0	99.40700000000001	100.0	0.0002564619273517178	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
ISR0114_000000018038	1555	0.6074443395667674	2	2	2	2	2	False	32535	maximal	True	ISR0114_000000018038	1.0		0	0	False	False	0.9916398525238037	0					non-mobilizable	no_good_hit	725.0	89.51700000000001	81.0	0.00015290768536413676	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
SPA0125_000000005563	6492	0.6074432893135665	8	7	6	5	3	False	124010	maximal	True	SPA0125_000000005563	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	95.36	30.0	0.000532071468639441	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0005_000000049206	1116	0.6074429383883985	3	3	2	2	2	False	14078	maximal	True	MON0005_000000049206	1.0		2	1	False	False	0.9910394549369812	0					non-mobilizable	no_good_hit	251.0	72.908	22.0	0.0001418237723379707	NZ_KZ319339.1	g-proteobacteria	Marinobacter guineae strain M3B scaffold1, whole genome shotgun sequence	True	False
ISR0049_000000023287	1259	0.6074403156055751	2	1	1	1	1	False	35956	fragment	False	ISR0049_000000023287	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	98.094	100.0	0.00035711203666274546	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0100_000000002824	5983	0.6074381528114552	6	4	3	4	2	False	108660	maximal	True	AST0100_000000002824	1.0		29	4	False	False	1.0	0					non-mobilizable	no_good_hit	4259.0	92.15799999999999	78.0	0.05893857848304944	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0199_000000004383	5972	0.6074381528114552	6	4	3	4	2	False	108660	maximal	False	AST0100_000000002824	0.9990807287314056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4259.0	92.15799999999999	78.0	0.05893857848304944	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
MAD0085_000000003504	3088	0.6074368050653025	2	2	1	2	2	False	16074	maximal	True	MAD0085_000000003504	1.0		524	12	False	False	0.9987046718597412	0					non-mobilizable	chromosome	3088.0	99.255	100.0	0.0004697634839011278	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0099_000000009397	1758	0.6074345710068589	2	2	2	2	2	False	60654	fragment	False	ENG0099_000000009397	1.0		0	0	False	False	0.9943116903305054	0					non-mobilizable	no_good_hit	703.0	96.302	70.0	0.00021135875680104005	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0128_000000025142	1399	0.6074340741960752	4	1	1	1	0	False	31827	maximal	True	ISR0128_000000025142	1.0		3	1	False	False	0.9964260458946228	0					non-mobilizable	no_good_hit	584.0	99.65799999999999	42.0	0.0002472118699012552	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
DEN0073_000000004576	8261	0.6074316862072425	11	11	8	8	9	False	128470	fragment	False	ISR0229_000000001627	0.9873481681233849		0	0	False	False	1.0	0					non-mobilizable	other	6927.0	98.08	97.0	0.026560486098324433	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0125_000000007198	2095	0.6074283450016088	2	1	1	1	1	False	45062	fragment	False	ISR0125_000000007198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1198.0	78.047	82.0	0.0018982118294360384	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
DEN0082_000000035900	1211	0.6074260041437128	3	2	1	1	2	False	69164	fragment	False	DEN0082_000000035900	1.0		0	0	False	False	0.996696949005127	0					non-mobilizable	chromosome	1218.0	86.86399999999999	100.0	0.00028938248938890947	CP028530.1	firmicutes	Clostridioides difficile strain 020711 chromosome	False	False
FIJ0063_000000011379	2345	0.6074228191696662	2	2	2	2	1	True	128014	fragment	False	ISR0160_000000011508	0.9458212023883171		0	0	False	False	0.9991471171379089	0					non-mobilizable	other	2346.0	97.44200000000001	99.0	0.1470200339132073	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	True
FIJ0111_000000017007	1227	0.607421134129718	1	1	1	1	1	False	42071	maximal	True	FIJ0111_000000017007	1.0		25	5	False	False	0.9934800267219543	0					non-mobilizable	no_good_hit	86.0	89.535	7.0	0.001640176514234389	NZ_FOGW01000018.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
MAD0106_000000017078	1324	0.6074203354148294	2	2	2	1	1	True	14726	maximal	True	MAD0106_000000017078	1.0		2	1	False	False	0.9977341294288635	0					non-mobilizable	no_good_hit	572.0	95.804	43.0	0.0039458263697703935	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	True
FIJ0133_000000012839	2930	0.6074147345863428	2	2	2	2	2	False	40708	maximal	True	FIJ0133_000000012839	1.0		48	4	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	72.03699999999999	36.0	0.002973384581913119	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MAD0066_000000025111	1336	0.6074091244297576	2	2	1	2	1	False	16551	maximal	True	MAD0066_000000025111	1.0		2	2	False	False	0.996257483959198	0					non-mobilizable	no_good_hit	883.0	97.961	86.0	0.0069544099790263825	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
ISR0842_000000012328	1826	0.6074026102749793	3	3	3	2	2	False	20746	maximal	True	ISR0842_000000012328	1.0		29	6	False	False	0.9994523525238037	0					non-mobilizable	no_good_hit	1133.0	94.881	69.0	0.00036486433783085575	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0004_000000020404	2072	0.6073950187088718	4	3	2	2	3	False	14225	fragment	False	MON0004_000000020404	1.0		0	0	False	False	0.9917953610420227	0					non-mobilizable	no_good_hit	1567.0	82.45100000000001	75.0	0.0005420135437159193	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0186_000000002501	7567	0.607392726624215	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9435174735830552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.052	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0011_01_000000007722	4875	0.6073831859211067	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.7911629375195832	PS714	0	0	False	True	0.9965128302574158	0					non-mobilizable	no_good_hit	544.0	73.89699999999999	11.0	0.00017737354869354862	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
USA0006_01_000000005330	4571	0.6073831859211067	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.7126355268751335	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0132_000000005592	4541	0.6073831859211067	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.7117379328546716	PS714	0	0	False	True	0.9925126433372498	0					non-mobilizable	no_good_hit								True	True
AST0108_000000005839	4120	0.6073831859211067	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.6451345000701378	PS714	0	0	False	True	0.9978155493736267	0					non-mobilizable	no_good_hit								True	True
USA0101_01_000000008280	3882	0.6073831859211067	6	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5833843241919711	PS714	0	0	False	True	0.9974240064620972	0					non-mobilizable	no_good_hit								True	True
ENG0194_000000007257	3771	0.6073831859211067	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5215613674864698	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000011574	3651	0.6073831859211067	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5016134751778958	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0018_000000010179	3543	0.6073831859211067	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.44132992255397624	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0112_000000011229	2402	0.6073738135031063	6	5	2	3	5	False	42025	fragment	False	FIJ0112_000000011229	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2402.0	99.459	100.0	0.01597822542540944	CP046951.1	enterobacteria	Klebsiella pneumoniae strain BD_DM_914 plasmid punnamed2, complete sequence	False	True
ISR0219_000000002158	12387	0.6073671639500381	14	14	6	6	12	True	123789	fragment	False	DEN0070_000000001871	0.4782208136792453		0	0	False	False	0.9994348883628845	0					non-mobilizable	other	12387.0	99.992	100.0	0.027380968171227215	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ENG0051_000000025494	1177	0.6073671184840232	2	1	1	1	1	False	64020	fragment	False	ENG0051_000000025494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	7.0	0.03175929795236105	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	False
MAD0048_000000017243	1383	0.6073666527115761	3	2	1	2	1	True	17524	maximal	True	MAD0048_000000017243	1.0		1	1	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	875.0	81.829	63.0	0.01791333319622401	NZ_JH379399.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld290, whole genome shotgun sequence	True	True
MON0110_000000003540	3670	0.607357465190701	3	3	3	1	1	False	37138	maximal	True	MON0110_000000003540	1.0		33	6	False	False	0.9997275471687317	0					non-mobilizable	other	3180.0	95.126	100.0	0.0009510183647092587	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0029_000000012787	3599	0.607357465190701	3	3	3	1	1	False	37137	fragment	False	ISR0029_000000012787	1.0		0	0	False	False	0.9997221231460571	0					non-mobilizable	other	3111.0	92.76799999999999	100.0	0.0009282753201158339	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0144_000000005017	3317	0.607357465190701	3	3	3	1	1	False	3388	fragment	False	SPA0144_000000005017	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3317.0	98.824	100.0	0.001152028904947193	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MON0013_000000002693	11103	0.6073572959365894	9	8	8	7	4	False	111874	maximal	True	MON0013_000000002693	0.9807640929735506		135	11	False	False	0.9990092515945435	0					non-mobilizable	other	6580.0	99.65	99.0	0.010497979868898917	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0081_000000027307	1331	0.6073571806185118	2	2	2	2	2	True	44229	maximal	True	FIJ0081_000000027307	1.0		175	13	False	False	0.988730251789093	0					non-mobilizable	no_good_hit	785.0	71.465	58.0	0.0014092276003364553	NZ_QGLK01000004.1	high GC Gram+	Bifidobacterium asteroides strain ESL0199 Ga0133552_14, whole genome shotgun sequence	True	True
MON0033_000000026057	2440	0.6073559314897582	5	4	2	3	3	True	69186	fragment	False	MON0033_000000026057	0.9518549395581493		0	0	False	False	0.9963114857673645	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.00010815070027578429	NZ_FMIZ01000005.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
SPA0044_000000000312	38651	0.6073488077771342	32	15	9	14	8	True	116430	fragment	False	ISR0126_000000000715	0.3177021074146952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000011593	1989	0.6073422898082866	2	2	2	1	1	False	57423	maximal	True	ENG0146_000000011593	1.0		137	11	False	False	1.0	0					non-mobilizable	chromosome	1989.0	98.089	100.0	0.00030252342273904827	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0014_000000007430	3353	0.6073389811216512	4	3	2	3	2	False	83134	maximal	True	ENG0014_000000007430	1.0		354	11	False	False	1.0	0					non-mobilizable	other	2630.0	90.95100000000001	100.0	0.0016845520739484374	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
MON0099_000000009449	3285	0.6073389811216512	4	3	2	3	2	False	83134	maximal	False	ENG0014_000000007430	0.9932398846803857		0	0	False	False	0.9987823367118835	0					non-mobilizable	other	3285.0	100.0	100.0	0.005891682035751961	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0330_000000005251	4589	0.6073371525042841	5	5	4	5	5	False	24677	maximal	True	ISR0330_000000005251	1.0		8	6	False	False	0.9997820854187012	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	0.0006906196584885788	NZ_AUCP01000042.1	firmicutes	Cohnella thermotolerans DSM 17683 G485DRAFT_scaffold00028.28_C, whole genome shotgun sequence	True	False
MON0007_000000061224	1008	0.6073340676167521	2	2	2	1	1	False	13881	fragment	False	MON0007_000000061224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	71.744	44.0	5.7826034204759344e-05	NZ_RRCN01000001.1	firmicutes	Paenibacillus oralis strain KCOM 3021 KCOM3021_1, whole genome shotgun sequence	True	False
MAD0102_000000004635	3596	0.607332073723671	4	4	1	4	3	True	15019	fragment	False	MAD0102_000000004635	1.0		0	0	False	False	0.9952725172042847	0			MPF_F		non-mobilizable	plasmid	3596.0	99.666	100.0	0.04458527631709495	CP030780.2	enterobacteria	Escherichia albertii strain 05-3106 plasmid unnamed2, complete sequence	False	True
FIJ0014_000000015905	1575	0.6073311861520473	3	3	3	3	2	False	50460	maximal	True	FIJ0014_000000015905	1.0		0	0	False	False	0.9942857027053833	0					non-mobilizable	chromosome	1562.0	95.198	99.0	0.0005300863055261157	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0338_000000013992	1983	0.6073117648032714	3	3	3	3	3	False	24419	maximal	True	ISR0338_000000013992	1.0		14	3	False	False	0.9929400086402893	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	3.0	0.0015009155584906793	NZ_KE383841.1	firmicutes	Paenibacillus assamensis DSM 18201 H580DRAFT_scaffold00024.24, whole genome shotgun sequence	True	False
SPA0038_000000010577	2674	0.6073098597915105	2	2	2	2	2	False	79937	maximal	False	ISR0062_000000012023	0.9631238718095642		0	0	False	False	0.997008204460144	0					non-mobilizable	other	2676.0	98.916	100.0	0.002293664609922503	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0320_000000000020	92862	0.6073043101512279	91	14	4	12	6	False	25075	maximal	True	ISR0320_000000000020	1.0		2	1	True	True	0.999870777130127	3					non-mobilizable	no_good_hit	2131.0	76.631	10.0	0.021400002045889297	MK238400.1	viruses	CrAssphage ZA, complete genome	True	True
CHI0129_000000016645	1553	0.6073028451679151	3	2	1	2	1	False	81194	maximal	True	CHI0129_000000016645	1.0		19	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0009_01_000000013127	1905	0.6072997742468936	3	3	3	3	3	False	131649	fragment	False	DEN0089_000000009601	0.97375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	81.339	26.0	0.008193693542429228	NZ_PDYG01000087.1	firmicutes	Agathobacter ruminis strain JK623 contig000088, whole genome shotgun sequence	True	False
MON0058_000000015763	2927	0.6072948397021997	4	2	2	2	2	False	13075	maximal	True	MON0058_000000015763	0.9767370355253352		2	1	False	False	0.9921421408653259	0					non-mobilizable	other	2660.0	98.49600000000001	93.0	0.0014721507482366193	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
DEN0062_000000002750	5631	0.6072887322567073	6	3	3	3	3	False	88071	maximal	True	DEN0062_000000002750	1.0		3	2	False	False	1.0	0					non-mobilizable	other	5653.0	98.90299999999999	100.0	0.0015282205720876948	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0081_000000020314	1773	0.6072880510278844	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.27300011014824177		0	0	False	False	0.9994359612464905	0					non-mobilizable	chromosome	1773.0	97.913	100.0	0.0004959485870363182	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0028_000000003908	7488	0.6072879128230602	13	4	3	4	3	False	48966	maximal	True	FIJ0028_000000003908	1.0		35	10	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	99.65	8.0	0.00683644026196377	NZ_KQ960531.1	CFB group bacteria	Prevotella amnii strain DNF00307 Scaffold228, whole genome shotgun sequence	True	False
ISR0120_000000002515	8782	0.6072865704348857	8	4	3	3	1	True	32303	fragment	False	ISR0120_000000002515	1.0		0	0	False	False	0.9994306564331055	0					non-mobilizable	no_good_hit								True	True
ISR0002_000000008694	2385	0.6072860558379818	4	3	3	2	3	False	122018	maximal	True	ISR0002_000000008694	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	91.20700000000001	48.0	0.8639760837070254	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0017_000000004965	4469	0.6072840580776783	5	5	3	5	4	False	93988	maximal	True	ENG0017_000000004965	0.9946200403496974		11	4	False	False	1.0	0					non-mobilizable	other	4496.0	98.221	100.0	0.0012034580539703001	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0008_000000006987	1824	0.6072814144877676	3	3	3	2	3	False	67510	maximal	True	ISR0008_000000006987	1.0		435	15	False	False	0.9983552694320679	0					non-mobilizable	chromosome	1826.0	87.13	100.0	0.000540504520246707	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0162_000000030598	1283	0.6072809624874222	2	2	2	2	2	False	30319	maximal	True	ISR0162_000000030598	1.0		212	12	False	False	0.9976617097854614	0					non-mobilizable	other	1283.0	99.376	100.0	0.0014005082031326812	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
SPA0121_000000003721	3529	0.6072767839062053	6	4	3	4	2	False	132105	fragment	False	SPA0121_000000003721	0.9946108490056558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2061.0	75.255	73.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0072_000000019766	1490	0.607275050643257	2	1	1	1	1	False	80211	fragment	False	ISR0271_000000012389	0.9834641092030761		0	0	False	False	0.9939597249031067	0					non-mobilizable	no_good_hit	821.0	74.3	54.0	0.00028829660462820146	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0171_000000014599	1645	0.6072719030328365	2	2	2	1	1	False	55785	fragment	False	ENG0171_000000014599	1.0		0	0	False	False	0.9981762766838074	0					non-mobilizable	no_good_hit								True	False
FIJ0158_000000001427	12113	0.6072701563931624	8	4	2	4	3	False	90697	maximal	True	FIJ0158_000000001427	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	82.81200000000001	1.0	0.004746774872717529	NZ_JNJN01000045.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00043.43_C, whole genome shotgun sequence	True	False
ISR0042_000000000569	22322	0.6072684428667151	17	7	4	7	3	True	36393	fragment	False	ISR0123_000000000595	0.9495488175547466		0	0	False	False	0.999731183052063	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0655176965717363e-06	LR535819.1	bony fishes	Denticeps clupeoides genome assembly, chromosome: 7	True	True
ISR0849_000000002289	9253	0.6072613239004796	16	12	7	12	11	True	132197	fragment	False	ISR0849_000000002289	0.9777962088801873		0	0	False	False	0.9994596242904663	0					non-mobilizable	other	9253.0	99.838	100.0	0.011700550881967595	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	True
USA0038_01_000000008669	1719	0.6072540994396499	3	3	3	3	3	False	7999	fragment	False	USA0038_01_000000008669	1.0		0	0	False	False	0.9842932224273682	0					non-mobilizable	other	1598.0	99.75	93.0	0.008673078698549419	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0049_000000009035	2164	0.6072517750926121	4	2	2	2	2	True	124650	fragment	False	SPA0049_000000009035	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	82.024	100.0	0.0005469108249144946	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0047_000000024856	1598	0.60725060634703	2	2	2	2	2	False	18972	fragment	False	MON0047_000000024856	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1541.0	99.805	97.0	0.0004553033976276919	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	False	False
ISR0154_000000017006	1217	0.6072425390457523	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.35388959615971366		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	98.85	100.0	0.00032586767628476547	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0047_000000003284	4686	0.607233738471989	7	6	4	5	4	True	128505	maximal	False	MON0107_000000011353	0.749410454810729		0	0	False	False	0.9989330172538757	0					non-mobilizable	chromosome	4687.0	98.37799999999999	100.0	0.0019510643418218095	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	True
CHI0137_000000003421	3906	0.6072305180824479	4	2	2	2	0	True	130846	maximal	True	CHI0137_000000003421	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1418.0	94.07600000000001	36.0	0.0006599228613135963	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0067_000000013121	2306	0.6072304397149372	3	3	3	3	2	False	67308	fragment	False	FIJ0067_000000013121	1.0		0	0	False	False	0.9969644546508789	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	3.0	0.00046451937990599386	NZ_LS999951.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
AST0140_000000007124	3887	0.6072239129541399	4	4	4	4	3	False	105622	maximal	True	AST0140_000000007124	1.0		93	10	False	False	1.0	0					non-mobilizable	other	1667.0	99.88	100.0	0.00040797602944684676	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0057_01_000000006454	4679	0.6072229643836975	6	6	5	6	6	False	87439	maximal	True	USA0057_01_000000006454	1.0		194	12	False	False	1.0	0					non-mobilizable	chromosome	4679.0	99.936	100.0	0.0009396702757665102	CP057584.1	enterobacteria	Escherichia coli strain RHB22-C05 chromosome, complete genome	False	False
MON0062_000000009998	4056	0.6072225129031223	5	4	4	3	3	False	92289	maximal	True	MON0062_000000009998	0.9749093956064794		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	1609.0	97.57600000000001	73.0	0.0019828009282665043	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0106_000000018245	1471	0.6072211264727289	2	2	2	2	2	False	115508	fragment	False	MON0088_000000019692	0.91360833996926		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	99.932	100.0	0.0006353317036570903	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ENG0185_000000014018	1369	0.6072211264727289	2	2	2	2	2	False	115508	fragment	False	MON0088_000000019692	0.5952066839350895		0	0	False	False	0.9956172108650208	0					non-mobilizable	chromosome	1376.0	83.57600000000001	100.0	0.0005585977642185827	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
ISR0289_000000001706	4152	0.6072163667704383	6	4	3	4	3	False	106963	fragment	False	ISR0289_000000001706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	94.48200000000001	14.0	0.0001724795162456862	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0067_000000017378	1736	0.6072138314728055	2	2	2	2	2	False	99538	fragment	False	ISR0215_000000016753	0.9807608502592905		0	0	False	False	0.9827188849449158	0					non-mobilizable	chromosome	1721.0	99.709	99.0	0.00038278806805081646	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0141_000000004909	5895	0.6072119232271491	6	6	6	6	6	False	40309	maximal	True	FIJ0141_000000004909	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3887.0	97.53	91.0	0.0007959866700404755	CP026831.1	enterobacteria	Shigella dysenteriae strain ATCC 12039 chromosome, complete genome	False	False
ENG0047_000000006190	2872	0.6072096957299918	3	3	2	2	1	False	121123	maximal	True	ENG0047_000000006190	1.0		0	0	False	False	0.9895543456077576	0					non-mobilizable	no_good_hit	1700.0	99.118	62.0	0.0005352055230184078	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0042_000000026736	1279	0.6072091298906979	4	3	2	1	2	False	74410	fragment	False	SPA0042_000000026736	0.9736697523150373		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	94.99600000000001	100.0	0.03584852734922861	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0112_000000003715	6815	0.6072074970736066	7	6	2	5	6	False	117863	fragment	False	ISR0112_000000003715	1.0		0	0	False	True	1.0	0					non-mobilizable	other	5831.0	98.079	100.0	0.001116335019264824	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
FIJ0091_000000013906	1563	0.607206438767714	2	2	2	2	2	False	54801	fragment	False	FIJ0091_000000013906	1.0		0	0	False	False	0.9910428524017334	0					non-mobilizable	other	1488.0	80.847	95.0	0.43251890634089585	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
ENG0135_000000003386	5635	0.6072017685516604	8	5	1	3	4	False	125588	fragment	False	ENG0135_000000003386	0.9928239777988576		0	0	False	False	0.9964507818222046	0					non-mobilizable	other	5614.0	99.84	99.0	0.002450936512753559	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	False
SPA0130_000000001536	18753	0.6071924113865053	22	16	10	11	13	True	124129	maximal	True	SPA0130_000000001536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9021.0	96.087	73.0	0.002530411874837353	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0053_000000026108	1543	0.6071912471056883	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.5780310634141679		0	0	False	False	0.9611147046089172	0					non-mobilizable	other	1326.0	99.095	100.0	0.016477435240570555	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0064_000000012851	1424	0.6071912471056883	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.45391163329207107		0	0	False	False	0.9845505356788635	0					non-mobilizable	other	1299.0	99.07600000000001	100.0	0.016141668635668363	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0375_000000022233	1105	0.6071912471056883	2	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.048983934461112884		0	0	False	False	1.0	0					non-mobilizable	other	934.0	99.465	100.0	0.011602601569397982	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0009_000000009222	1412	0.6071910939838019	3	2	2	1	1	False	67307	fragment	False	ENG0009_000000009222	0.993705743509048		0	0	False	False	0.993626058101654	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	0.0003839840262645074	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	False
MON0104_000000013722	3221	0.6071882190303898	3	3	1	3	2	False	95814	fragment	False	CAN0014_000000012172	0.5780872536164081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	74.848	30.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0037_000000045254	1640	0.6071873493580071	2	2	1	1	2	False	12076	maximal	True	MON0037_000000045254	1.0		2	1	False	False	0.9750000238418579	0					non-mobilizable	no_good_hit	943.0	95.652	58.0	0.04547868488388934	NZ_FMXA01000024.1	firmicutes	Allisonella histaminiformans strain DSM 15230, whole genome shotgun sequence	True	False
ISR0157_000000022398	1417	0.6071868131484183	1	1	1	1	1	False	34070	fragment	False	ISR0157_000000022398	1.0		0	0	False	False	0.9978828430175781	0					non-mobilizable	no_good_hit	986.0	75.558	71.0	0.0018470770947362073	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0083_000000025208	1135	0.6071868131484183	1	1	1	1	1	False	34068	fragment	False	ISR0083_000000025208	0.960348920773377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	3.0	1.3102804247999963e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0033_000000052375	1122	0.6071868131484183	1	1	1	1	1	False	34068	fragment	False	ISR0083_000000025208	0.9563360006941185		0	0	False	False	0.9982174634933472	0					non-mobilizable	no_good_hit	38.0	97.368	3.0	1.3102804247999963e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0092_000000050006	1117	0.6071868131484183	1	1	1	1	1	False	34068	fragment	False	ISR0083_000000025208	0.6342840166369578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	89.61	7.0	3.8836785783637115e-06	LN590705.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG11, chromosome: 11	True	False
CHI0130_000000002515	6518	0.6071858560762745	9	6	5	6	4	False	81129	maximal	True	CHI0130_000000002515	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	82.27799999999999	7.0	0.0004568282561539187	NZ_AP014657.1	mycoplasmas	Mycoplasma arginini strain HAZ145_1 isolate Mycoplasma arginini 	True	False
ISR0279_000000004217	4376	0.6071797524178162	8	8	2	8	7	True	26252	maximal	True	ISR0279_000000004217	1.0		1	1	False	False	0.9995429515838623	0			MPF_F		non-mobilizable	no_good_hit	2192.0	88.914	75.0	0.020501352976548405	CP027106.1	enterobacteria	Escherichia coli strain RM14721 plasmid pRM14721, complete sequence	True	True
AST0019_000000018959	1585	0.6071791955183024	2	1	1	1	1	False	122163	maximal	True	AST0019_000000018959	1.0		0	0	False	False	0.9936908483505249	0					non-mobilizable	no_good_hit								True	False
FIJ0125_000000002378	7939	0.6071773061777412	8	6	4	6	4	False	51803	maximal	True	FIJ0125_000000002378	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	91.516	22.0	0.0007160427677244941	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CAN0004_000000013204	2097	0.6071761529557718	4	1	1	1	1	True	96189	fragment	False	CAN0004_000000013204	1.0		0	0	False	False	0.996661901473999	0					non-mobilizable	no_good_hit	1353.0	98.3	65.0	0.00036932346283802253	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
CHI0048_000000015801	1251	0.6071761529557718	2	1	1	1	1	True	86876	fragment	False	CHI0048_000000015801	1.0		0	0	False	False	0.996802568435669	0					non-mobilizable	chromosome	1251.0	98.08200000000001	100.0	0.000341166307640157	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ENG0184_000000003036	7777	0.6071753203465151	12	5	3	3	5	False	55124	maximal	True	ENG0184_000000003036	1.0		3	2	False	False	0.9997428059577942	0					non-mobilizable	no_good_hit	2210.0	95.068	29.0	0.0013053958528714278	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0029_000000015544	1721	0.6071718770903619	2	2	2	2	2	False	23476	fragment	False	TAN0009_000000021398	0.9229155742003146		0	0	False	False	0.9994189143180847	0					non-mobilizable	no_good_hit								True	False
AST0087_000000030722	1183	0.6071706865554097	2	2	2	1	1	False	110503	fragment	False	AST0087_000000030722	1.0		0	0	False	False	0.9864750504493713	0					non-mobilizable	no_good_hit	395.0	75.19	32.0	0.0019355751639932482	NZ_FUXC01000003.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
FIJ0150_000000016482	1490	0.6071698520927671	2	2	1	2	1	False	39791	fragment	False	FIJ0150_000000016482	1.0		0	0	False	False	0.9791946411132812	0					non-mobilizable	no_good_hit	1240.0	71.613	81.0	0.0018148003719590845	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
MAD0068_000000002452	8309	0.6071631132719615	9	5	4	3	1	True	64291	maximal	True	MAD0068_000000002452	1.0		1	1	False	False	0.999759316444397	0					non-mobilizable	no_good_hit	404.0	90.84200000000001	5.0	0.047523510971786836	NZ_SRYX01000107.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_107_length_7975_cov_312.391, whole genome shotgun sequence	True	True
SPA0150_000000004694	3936	0.6071614221106544	6	5	5	3	3	False	81162	fragment	False	USA0053_01_000000005522	0.9954767847223139		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	73.097	19.0	0.00022677567157823218	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0053_01_000000005522	3929	0.6071614221106544	6	5	5	3	3	False	81162	fragment	False	USA0053_01_000000005522	0.9957817734099632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	72.96600000000001	19.0	0.00022677567157823218	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0064_000000011964	3158	0.6071605590306531	4	4	4	4	4	False	71305	fragment	False	DEN0064_000000011964	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3158.0	98.448	100.0	0.0181319028447043	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	False	False
ISR0842_000000007784	2744	0.6071559371797256	4	3	2	2	2	True	115623	fragment	False	ISR0202_000000004722	0.9587852494577007		0	0	False	False	0.9992711544036865	0		MOBV			mobilizable	no_good_hit	1304.0	95.322	84.0	0.19283175355450238	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
ENG0076_000000006740	1831	0.6071521020653863	2	2	2	2	1	False	116537	backbone	False	FIJ0083_000000013885	0.14273572583906502	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	1831.0	100.0	100.0	0.0005304832180329508	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0041_000000010706	1424	0.6071507623806902	2	2	2	2	1	False	36408	maximal	True	ISR0041_000000010706	1.0		2	1	False	False	0.9992977380752563	0					non-mobilizable	no_good_hit	125.0	94.4	9.0	0.0007974789375522542	NZ_JAAIPV010000006.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_6_length_155490_cov_78.5241, whole genome shotgun sequence	True	False
SPA0078_000000003368	2213	0.6071459796493023	3	3	3	3	3	False	5669	maximal	True	SPA0078_000000003368	1.0		10	5	False	False	0.9990962743759155	0					non-mobilizable	other	2216.0	84.477	100.0	0.010953097765805737	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
CHI0070_000000005630	2066	0.6071451223553144	3	2	2	2	0	True	85009	maximal	True	CHI0070_000000005630	1.0		66	9	False	False	0.9898354411125183	0					non-mobilizable	other	2075.0	91.904	100.0	0.0034933271530483297	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
CHI0033_000000003919	1776	0.6071451223553144	3	2	2	2	0	True	88350	fragment	False	CHI0033_000000003919	1.0		0	0	False	False	0.9988738894462585	0					non-mobilizable	other	1765.0	97.62	99.0	0.0004687354267525165	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0016_000000001393	15080	0.6071434746381348	27	12	6	8	9	True	110292	maximal	True	ENG0016_000000001393	1.0		2	2	False	False	0.9991379380226135	0					non-mobilizable	no_good_hit	1083.0	91.13600000000001	7.0	0.0022603855410601855	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0213_000000007983	3069	0.6071365108146316	4	4	0	2	3	False	78677	fragment	False	ISR0213_000000007983	0.9894254029073624		0	0	False	False	0.9996741414070129	0		MOBP		MOBP	mobilizable	plasmid	3072.0	97.819	100.0	0.4460599011340506	CP057836.1	enterobacteria	Escherichia coli strain RHB13-C13 plasmid pRHB13-C13_4, complete sequence	False	True
ISR0372_000000002914	4944	0.6071354202028316	4	4	3	3	4	False	23462	fragment	False	ISR0372_000000002914	1.0		0	0	False	False	0.9995954632759094	0					non-mobilizable	chromosome	4260.0	95.56299999999999	90.0	0.0014261493932722236	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0063_000000008305	3422	0.6071346909318904	3	3	2	3	2	True	127704	maximal	True	MON0063_000000008305	1.0	PS1022	6	4	False	True	0.9994155168533325	0					non-mobilizable	other	1481.0	89.33200000000001	100.0	0.007303715734431945	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
SPA0030_000000006002	4959	0.6071309779682758	5	4	4	3	3	False	93564	fragment	False	SPA0030_000000006002	1.0		0	0	False	False	0.9997983574867249	0					non-mobilizable	other	4959.0	96.088	100.0	0.0012148565059550034	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0341_000000003753	3528	0.6071305187668571	4	2	1	2	1	False	34621	maximal	True	ISR0341_000000003753	1.0		20	2	False	False	0.9948979616165161	0					non-mobilizable	no_good_hit								True	False
FIJ0049_000000009179	1866	0.6071295795178385	2	2	2	2	2	False	46655	maximal	True	FIJ0049_000000009179	1.0		14	6	False	False	0.9935691356658936	0					non-mobilizable	no_good_hit	634.0	77.28699999999999	34.0	0.002422349174850977	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
AST0149_000000003943	6819	0.6071221354219809	7	5	2	4	3	False	112155	maximal	True	AST0149_000000003943	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	94.955	37.0	0.09450809956538918	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
MON0087_000000008016	5665	0.6071221354219809	6	5	2	4	3	False	96599	fragment	False	MON0087_000000008016	1.0		0	0	False	False	0.9985878467559814	0					non-mobilizable	no_good_hit	1451.0	95.382	43.0	0.1137099960489925	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
ISR0283_000000008007	1671	0.6071214294793075	2	2	2	2	2	False	26110	fragment	False	ISR0283_000000008007	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1671.0	99.641	100.0	0.0007197515779583622	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0331_000000015941	1548	0.6071214294793075	3	2	2	2	2	False	24607	fragment	False	ISR0331_000000015941	1.0		0	0	False	False	0.9832041263580322	0					non-mobilizable	chromosome	1548.0	99.54799999999999	100.0	0.0006667399347913691	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
USA0135_01_000000008610	1768	0.6071198354396576	2	2	2	2	2	False	80641	maximal	False	ISR0789_000000007901	0.9696367763904654		0	0	False	False	1.0	0					non-mobilizable	chromosome	1768.0	99.661	100.0	0.0004433691842609209	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0199_000000003806	6745	0.6071194280536754	12	6	5	6	4	False	28830	maximal	True	ISR0199_000000003806	1.0		36	8	False	False	0.9992586970329285	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
CHI0137_000000000679	13612	0.6071184581061612	20	6	1	6	2	False	80553	maximal	True	CHI0137_000000000679	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.669783204597019e-06	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
CHI0132_000000002380	13327	0.6071184581061612	19	6	1	6	2	False	80962	maximal	True	CHI0132_000000002380	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.00019164940934716758	KM462881.1	green plants	Interfilum terricola culture-collection SAG:20.91 chloroplast, complete genome	True	False
MON0037_000000069815	1118	0.6071167467781305	2	2	2	2	1	False	12020	maximal	True	MON0037_000000069815	1.0		228	10	False	False	0.9874776601791382	0					non-mobilizable	other	1119.0	99.374	100.0	0.00033864964815876673	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MAD0047_000000005073	6438	0.6071136243158933	7	7	7	7	7	False	17699	maximal	True	MAD0047_000000005073	1.0		2	1	False	False	0.9992233514785767	0					non-mobilizable	no_good_hit	1913.0	87.71600000000001	30.0	0.0008744668123957858	CP003122.1	firmicutes	Streptococcus parasanguinis FW213, complete genome	True	False
ISR0045_000000002195	10341	0.6071124181545714	10	4	3	3	3	True	69980	maximal	True	ISR0045_000000002195	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	89.977	8.0	0.983926521239954	GQ883584.1		Uncultured organism clone VC1DD15TR genomic sequence	True	True
FIJ0109_000000016127	1520	0.607112262431837	2	1	1	1	1	False	42138	maximal	True	FIJ0109_000000016127	1.0		6	3	False	False	0.9611842036247253	0					non-mobilizable	no_good_hit								True	False
FIJ0053_000000013007	1601	0.6071106435174609	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9266016648604065		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.23700000000001	96.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0011_000000010506	4386	0.6071097429386368	5	3	2	3	0	True	13702	fragment	False	MON0011_000000010506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	79.39699999999999	5.0	3.725107972757984e-05	CP020350.1	enterobacteria	Pectobacterium brasiliense strain SX309 chromosome, complete genome	True	True
ISR0297_000000002019	5483	0.6071070146706405	5	4	4	4	3	False	130682	fragment	False	ISR0168_000000004408	0.8788870317290551		0	0	False	False	1.0	0					non-mobilizable	chromosome	5429.0	96.206	99.0	0.002233736839114116	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0115_000000011019	2187	0.6071053229316181	3	3	3	2	2	False	41733	maximal	True	FIJ0115_000000011019	1.0		414	14	False	False	0.9963420033454895	0					non-mobilizable	no_good_hit	560.0	74.286	25.0	0.004193884170350144	NZ_FQXV01000014.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
CAN0002_000000010733	1782	0.6071046617703932	3	3	3	2	2	False	96919	maximal	True	CAN0002_000000010733	1.0		9	5	False	False	0.9786756634712219	0					non-mobilizable	no_good_hit	424.0	72.877	24.0	0.0003355043695640685	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
CHI0129_000000010466	2282	0.6071045861761417	2	2	2	2	1	False	123238	maximal	True	CHI0129_000000010466	1.0		50	9	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	97.965	70.0	0.0002610784696490291	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0004_000000013583	1934	0.6071038198740515	2	2	2	2	2	False	52028	fragment	False	FIJ0102_000000016314	0.985897435897436		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	407.0	75.43	21.0	0.00012185320974519514	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0348_000000017180	1141	0.6071015514298499	1	1	1	1	1	False	64211	fragment	False	ENG0191_000000023766	0.396031746031746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	97.727	12.0	3.726174527188274e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0050_01_000000008241	1428	0.607099166461179	3	3	3	3	2	False	7553	maximal	True	USA0050_01_000000008241	0.9961020552799433		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	77.419	15.0	5.7372660895664596e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CAN0004_000000007928	3307	0.6070989771719226	5	3	0	2	2	False	100342	maximal	True	CAN0004_000000007928	1.0		7	5	False	False	0.9996976256370544	0					non-mobilizable	no_good_hit	690.0	88.986	26.0	0.0001832621136390494	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0008_000000009059	3250	0.6070989771719226	4	3	0	2	2	False	101178	maximal	True	SPA0008_000000009059	1.0		5	3	False	False	0.9996923208236694	0					non-mobilizable	no_good_hit	690.0	88.986	23.0	0.0001832621136390494	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0371_000000006184	2798	0.6070989771719226	4	3	0	2	2	False	101177	fragment	False	ISR0371_000000006184	1.0		0	0	False	False	0.9989278316497803	0					non-mobilizable	no_good_hit	690.0	89.13	27.0	0.0001832621136390494	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0095_000000010535	2561	0.6070971012782325	2	2	2	2	1	False	111302	fragment	False	ENG0013_000000009730	0.9436853697834342		0	0	False	False	0.9976571798324585	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	7.0	2.439932351132756e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0076_000000002090	13325	0.6070922490673095	9	9	9	8	4	True	72091	fragment	False	MON0076_000000002090	1.0		0	0	False	False	0.9994746446609497	0					non-mobilizable	no_good_hit	3151.0	95.176	68.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
CHI0032_000000001184	4498	0.6070921203076414	4	3	1	3	3	True	106451	maximal	True	CHI0032_000000001184	1.0		44	5	False	False	0.9995553493499756	0					non-mobilizable	chromosome	4395.0	97.656	98.0	0.0009730819889875816	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
FIJ0144_000000016078	1959	0.6070911532258164	4	3	1	2	3	False	48503	maximal	True	FIJ0144_000000016078	1.0		1	1	False	False	0.9994895458221436	0					non-mobilizable	chromosome	1959.0	99.03	100.0	0.0004051566215897162	CP058014.1	enterobacteria	Escherichia coli strain RHB04-C08 chromosome, complete genome	False	False
USA0084_01_000000021332	1511	0.6070900961522083	2	1	1	1	1	False	465	maximal	True	USA0084_01_000000021332	1.0		103	10	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	84.08	22.0	5.804870464019429e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0052_000000014474	1908	0.6070885996026938	3	3	3	3	3	False	6527	fragment	False	SPA0052_000000014474	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1872.0	99.573	98.0	0.002441105555961464	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
MAD0101_000000008915	3120	0.6070875071752799	3	3	3	3	2	False	15114	maximal	True	MAD0101_000000008915	1.0		1	1	False	False	0.9948717951774597	0					non-mobilizable	no_good_hit	830.0	70.12	26.0	0.019918084743283437	NZ_FOTI01000025.1	firmicutes	Halanaerobium salsuginis strain ATCC 51327, whole genome shotgun sequence	True	False
DEN0067_000000004631	6135	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.993691546394064	PS1158	0	0	True	True	0.9985330104827881	13					non-mobilizable	no_good_hit	1847.0	83.81200000000001	72.0	0.27850212249848394	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0185_000000003928	6123	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.9963750158721159	PS1158	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	3382.0	82.436	73.0	0.508641600970285	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0051_000000004409	6123	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.996517096631473	PS1158	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	3424.0	82.506	72.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0051_000000006345	6121	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.9955346767111551	PS1158	0	0	True	True	0.9993464946746826	27					non-mobilizable	no_good_hit	1797.0	82.97200000000001	73.0	0.2709217707701637	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0104_000000004388	6083	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.9955026393732163	PS1158	0	0	True	True	0.9981916546821594	18					non-mobilizable	no_good_hit	1748.0	83.124	72.0	0.26349302607640995	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0172_000000002935	6043	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.9930521887311282	PS1158	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1748.0	83.009	72.0	0.26349302607640995	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0277_000000001465	6043	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.9942139254470549	PS1158	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1748.0	83.066	72.0	0.26349302607640995	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0058_000000004494	6021	0.6070840280591916	7	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.9907106855628076	PS1158	0	0	True	True	0.998671293258667	45					non-mobilizable	no_good_hit	1732.0	82.96799999999999	72.0	0.2610673135233475	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0137_000000002937	6015	0.6070840280591916	7	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.9886230455230391	PS1158	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1701.0	82.598	71.0	0.25636749545178894	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0052_000000004450	6007	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.9886681656292914	PS1158	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1748.0	83.124	72.0	0.26349302607640995	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0790_000000002647	5733	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.9561272177121083	PS1158	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1775.0	82.93	77.0	0.26758641600970284	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0031_000000003463	5705	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.9593986040299461	PS1158	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	3424.0	82.506	77.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0036_000000004142	5242	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.33325774931509633	PS1158	0	0	True	True	1.0	141					non-mobilizable	no_good_hit	3424.0	82.41799999999999	84.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0053_000000005046	5198	0.6070840280591916	5	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.3070769290413679	PS1158	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1748.0	83.124	85.0	0.26349302607640995	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0090_000000004031	5121	0.6070840280591916	6	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.2799886215887257	PS1158	0	0	True	True	1.0	172					non-mobilizable	no_good_hit	3424.0	82.506	86.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0211_000000005894	5073	0.6070840280591916	5	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.2697669851969509	PS1158	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1706.0	82.06299999999999	83.0	0.25606428138265613	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0002_000000006818	4924	0.6070840280591916	5	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.27679110434984516	PS1158	0	0	True	True	1.0	75					non-mobilizable	no_good_hit	3424.0	82.59299999999999	89.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0055_000000006310	4923	0.6070840280591916	5	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.27671613866217487	PS1158	0	0	True	True	0.9985781311988831	43					non-mobilizable	no_good_hit	3423.0	82.501	89.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0180_000000003103	4854	0.6070840280591916	5	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.24708779007168152	PS1158	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1680.0	82.738	88.0	0.25318374772589447	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0111_000000004199	4770	0.6070840280591916	5	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.2470280554646733	PS1158	0	0	True	True	0.9983228445053101	6					non-mobilizable	chromosome	1680.0	82.738	90.0	0.25318374772589447	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0070_000000005076	4521	0.6070840280591916	5	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.1338279306899101	PS1158	0	0	True	True	1.0	19					non-mobilizable	chromosome	1705.0	82.111	91.0	0.25591267434808973	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0060_000000005736	4455	0.6070840280591916	5	5	3	3	4	True	132342	backbone	False	USA0065_01_000000001890	0.1592109740280751	PS1158	0	0	True	True	1.0	8					non-mobilizable	chromosome	1584.0	82.891	94.0	0.23878107944208612	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
AST0012_000000004708	4069	0.6070840280591916	5	5	3	3	4	True	125565	fragment	False	AST0012_000000004708	1.0		0	0	False	False	0.9980339407920837	0					non-mobilizable	no_good_hit	1618.0	82.695	88.0	0.2427228623408126	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0180_000000003693	3889	0.6070830312705037	4	4	3	3	4	True	118240	fragment	False	MAD0072_000000001538	0.7068896953402335		0	0	False	False	1.0	0					non-mobilizable	other	3889.0	99.97399999999999	100.0	0.01628283894312314	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0034_000000018821	1881	0.6070827363737903	2	2	2	2	1	False	85102	fragment	False	SPA0034_000000018821	1.0		0	0	False	False	0.9968101978302002	0					non-mobilizable	no_good_hit	1452.0	99.931	77.0	0.0006475143437145367	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
USA0042_01_000000011961	1558	0.6070827363737903	3	2	2	2	1	False	92068	fragment	False	USA0042_01_000000011961	0.9690269769846417		0	0	False	False	0.9929396510124207	0					non-mobilizable	chromosome	1502.0	99.601	100.0	0.0006698270364683113	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0098_000000000955	8449	0.6070815478565885	12	11	2	3	10	True	132544	fragment	False	CHI0126_000000000854	0.005705802068035387		0	0	False	False	0.9994081854820251	0					non-mobilizable	plasmid	8195.0	98.87700000000001	99.0	0.16061312895701432	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0052_000000028402	1193	0.6070777795621496	1	1	1	1	1	False	63904	fragment	False	ENG0052_000000028402	1.0		0	0	False	False	0.9748533368110657	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000002657	7428	0.6070757424116471	12	3	3	3	2	True	46073	fragment	False	MAD0043_000000002657	1.0		0	0	False	False	0.998653769493103	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	0.00148794075919582	NZ_FZOS01000035.1	a-proteobacteria	Sphingomonas laterariae strain LNB2, whole genome shotgun sequence	True	True
ENG0127_000000009882	2593	0.6070749421555144	3	3	3	3	2	False	85632	fragment	False	DEN0079_000000020246	0.9773568580716828		0	0	False	False	0.9992287158966064	0					non-mobilizable	other	2593.0	99.65299999999999	100.0	0.0005474264094804455	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0210_000000008792	2675	0.6070725639691241	3	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.38392621755313644		0	0	False	False	1.0	0					non-mobilizable	other	2674.0	95.475	99.0	0.0007113789494106572	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0109_000000012597	2553	0.6070725639691241	3	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.6454401672916442		0	0	False	False	1.0	0					non-mobilizable	chromosome	2553.0	99.68700000000001	100.0	0.0005679506684102811	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0130_000000013623	2398	0.6070725639691241	3	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.4780290705208537		0	0	False	False	1.0	0					non-mobilizable	other	2398.0	95.204	100.0	0.000832059477487493	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ENG0084_000000002493	9284	0.6070706496422237	18	5	3	3	2	False	107947	maximal	True	ENG0084_000000002493	1.0		1	1	False	False	0.9953683614730835	0					non-mobilizable	no_good_hit	2859.0	97.34200000000001	77.0	0.004736724139362294	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0003_000000013231	2101	0.6070662193018688	2	2	0	2	1	False	20100	fragment	False	MAD0003_000000013231	0.9644927536231884		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2101.0	99.905	100.0	0.30047217055372727	CP011137.1	enterobacteria	Escherichia coli VR50 plasmid pVR50C, complete sequence	False	True
ISR0813_000000009168	3213	0.6070649220548437	5	5	5	5	5	False	28129	fragment	False	ISR0813_000000009168	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2486.0	94.006	99.0	0.001077460523103832	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0050_000000014952	1616	0.6070610796479763	2	2	2	2	2	False	17397	maximal	True	MAD0050_000000014952	0.9934742075823493		155	9	False	False	1.0	0					non-mobilizable	other	1618.0	84.796	100.0	0.00045521132353679454	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0064_000000027877	1525	0.6070553125275373	2	2	1	2	2	False	122416	backbone	False	ISR0319_000000007079	0.14459603089576042	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1505.0	92.691	99.0	0.6509311390212213	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0197_000000001410	12841	0.6070547090849591	14	8	4	5	6	True	113144	maximal	True	ISR0197_000000001410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8235.0	95.616	64.0	0.1880457142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0054_000000015380	1247	0.6070502756935188	1	1	1	1	1	False	18970	fragment	False	MAD0030_000000008976	0.9569536423841059		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	99.759	100.0	0.0003745406236688014	CP028149.1	firmicutes	Clostridium perfringens strain JXJA17 chromosome, complete genome	False	False
ENG0095_000000017882	1563	0.6070488324922235	2	2	2	2	1	False	91187	fragment	False	DEN0018_000000025606	0.7610029762336143		0	0	False	False	1.0	0					non-mobilizable	chromosome	1563.0	98.78399999999999	100.0	0.00023769697500925223	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0068_000000012972	1590	0.6070478007355139	3	1	1	1	1	False	35017	fragment	False	ISR0068_000000012972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0029_000000021158	1390	0.6070478007355139	2	1	1	1	1	False	117965	fragment	False	AST0029_000000021158	1.0		0	0	False	False	0.9971222877502441	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000026690	1641	0.6070416049516227	4	2	2	2	1	True	76831	maximal	True	DEN0001_000000026690	1.0		1	1	False	False	0.9926874041557312	0					non-mobilizable	no_good_hit	1463.0	79.357	89.0	0.0004962651591355801	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
CAN0001_000000003722	11439	0.6070396918730124	9	9	8	9	9	False	97463	maximal	True	CAN0001_000000003722	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6623.0	91.046	58.0	0.11045315401214433	NZ_WNCH01000013.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold13_size59781, whole genome shotgun sequence	True	False
MAD0109_000000005479	2568	0.6070316856571526	3	3	3	3	3	False	49973	maximal	True	MAD0109_000000005479	1.0		15	3	False	False	0.9953271150588989	0					non-mobilizable	other	2581.0	80.20100000000001	100.0	0.02629270737615905	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
MON0079_000000003371	6669	0.6070307067419897	6	6	6	5	5	False	125449	fragment	False	MON0079_000000003371	0.9947426239799121		0	0	False	False	0.9998500347137451	0					non-mobilizable	chromosome	6579.0	99.59	99.0	0.0018388690955062636	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0368_000000005531	2302	0.6070305166239901	3	3	2	2	3	False	53924	fragment	False	ISR0368_000000005531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	73.267	42.0	0.0003574670699720485	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
ISR0803_000000001576	6845	0.6070301537026758	10	4	1	3	4	False	21844	maximal	True	ISR0803_000000001576	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	98.73200000000001	23.0	0.0214139163281112	NZ_QRUU01000011.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf11, whole genome shotgun sequence	True	False
ISR0020_000000012179	1971	0.6070280146058115	3	2	2	2	2	False	37685	maximal	True	ISR0020_000000012179	1.0		1	1	False	False	0.9969558715820312	0					non-mobilizable	no_good_hit	125.0	76.8	6.0	0.00035632776264448205	NZ_FNAQ01000002.1	d-proteobacteria	Desulfuromonas thiophila strain DSM 8987, whole genome shotgun sequence	True	False
ISR0156_000000007288	3575	0.6070210871186108	6	3	3	3	2	True	118513	maximal	True	ISR0156_000000007288	1.0		3	1	False	False	0.9980419874191284	0					non-mobilizable	no_good_hit	1617.0	100.0	45.0	0.0025844917699290545	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	True
MAD0093_000000013402	2331	0.6070153719481216	3	3	3	2	2	False	15675	fragment	False	MAD0093_000000013402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	83.67299999999999	36.0	0.010323820937258133	NZ_JXQL01000064.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig64, whole genome shotgun sequence	True	False
ISR0359_000000018820	1474	0.6070071888682564	1	1	1	1	1	False	125792	fragment	False	ISR0359_000000018820	1.0		0	0	False	False	0.988466739654541	0					non-mobilizable	chromosome	1313.0	90.48	100.0	0.0003513260884945128	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0177_000000023836	1336	0.6070071888682564	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.2969933458424524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1320.0	99.697	99.0	0.00035320197149944153	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0011_000000025056	1173	0.6070071888682564	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.11427572302859444		0	0	False	False	1.0	0					non-mobilizable	virus	1173.0	99.23299999999999	100.0	0.16273257428492086	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
CHI0170_000000001538	7045	0.6070055316767677	10	8	2	4	7	True	109178	fragment	False	CHI0170_000000001538	0.9808580060142561		0	0	False	False	0.9997161030769348	0					non-mobilizable	other	7045.0	100.0	100.0	0.001859704269003424	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
MAD0048_000000000381	26313	0.6070041355461865	29	7	1	6	3	False	17580	maximal	True	MAD0048_000000000381	1.0		2	1	False	False	0.9999240040779114	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	4.4278932847181186e-05	NZ_BJCL01000002.1	b-proteobacteria	Aquabacterium pictum strain W35 sequence02, whole genome shotgun sequence	True	False
ISR0058_000000002730	7573	0.6069928590142558	11	8	3	7	7	False	113649	maximal	True	ISR0058_000000002730	1.0		16	1	False	False	1.0	0					non-mobilizable	no_good_hit	1851.0	93.463	62.0	0.0005569995727662736	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0010_000000003575	5196	0.6069888322469088	6	5	4	5	4	False	104107	fragment	False	ENG0010_000000003575	1.0		0	0	False	False	0.9996150732040405	0					non-mobilizable	no_good_hit	4374.0	97.325	89.0	0.025412990153338217	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
ISR0042_000000005092	4753	0.6069888322469088	7	5	4	5	4	False	104105	fragment	False	ISR0042_000000005092	1.0		0	0	False	False	0.9968441128730774	0					non-mobilizable	other	4316.0	99.72200000000001	92.0	0.025081668003580606	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ENG0097_000000012557	2509	0.6069886330892821	3	3	3	3	2	False	92347	fragment	False	ENG0097_000000012557	0.9804329287880374		0	0	False	False	0.9804702997207642	0					non-mobilizable	no_good_hit	711.0	82.27799999999999	43.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0371_000000018032	1205	0.6069865731242677	2	2	2	2	2	False	23465	maximal	True	ISR0371_000000018032	1.0		13	3	False	False	0.9950207471847534	0					non-mobilizable	no_good_hit	294.0	73.81	24.0	7.835215723146114e-05	CP010521.1	firmicutes	Clostridium botulinum strain NCTC 8550, complete genome	True	False
MON0035_000000015771	1819	0.6069729655112763	2	2	2	2	2	False	53497	maximal	False	MON0029_000000016172	0.9314662215620079		0	0	False	False	1.0	0					non-mobilizable	other	1821.0	91.76299999999999	100.0	0.0012255397633049935	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
AST0048_000000002495	7256	0.6069669992104997	11	8	4	4	6	True	130648	backbone	False	USA0082_01_000000002282	0.10317626010692085	PS1107|PS1110|PS1114	0	0	True	True	1.0	190		MOBV			mobilizable	other	4341.0	99.977	100.0	0.576284689948214	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0162_000000007254	3920	0.6069657681084953	3	2	2	2	2	False	127923	maximal	True	CHI0162_000000007254	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	78.491	34.0	0.02626190334188187	NZ_KB822481.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.19, whole genome shotgun sequence	True	False
ISR0005_000000005889	2424	0.6069657681084953	3	2	2	2	2	False	127910	fragment	False	ISR0005_000000005889	1.0		0	0	False	False	0.9966996908187866	0					non-mobilizable	no_good_hit	1343.0	89.65	55.0	0.00029821861115586864	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0071_000000003227	2403	0.6069635855812406	4	3	2	3	2	True	124250	fragment	False	ISR0071_000000003227	0.4080800866594554		0	0	False	False	0.9987515807151794	0		MOBV			mobilizable	other	2403.0	96.463	100.0	0.007427013054475069	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ENG0126_000000007881	2376	0.6069635855812406	4	3	2	3	2	True	124277	fragment	False	ENG0208_000000012463	0.8742907399022355		0	0	False	False	1.0	0		MOBV			mobilizable	other	2376.0	99.83200000000001	100.0	0.002413464979342204	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0084_000000014798	2342	0.6069635855812406	4	3	2	3	2	True	124277	fragment	False	ENG0208_000000012463	0.8721141754059923		0	0	False	False	1.0	0		MOBV			mobilizable	other	2342.0	100.0	100.0	0.0006230221176843803	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0145_000000012991	2290	0.6069635855812406	4	3	2	3	2	True	124250	fragment	False	ISR0071_000000003227	0.3077978278225525		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2292.0	96.771	100.0	0.0006409267857297791	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ENG0058_000000014531	2286	0.6069635855812406	4	3	2	3	2	True	124250	fragment	False	ISR0071_000000003227	0.30225047721317094		0	0	False	False	1.0	0		MOBV			mobilizable	other	2291.0	94.89299999999999	100.0	0.08512458162885832	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
ENG0002_000000009729	2270	0.6069635855812406	4	3	2	3	2	True	124307	fragment	False	ENG0176_000000002846	0.7860965583533305		0	0	False	False	0.9995594620704651	0		MOBV			mobilizable	other	2270.0	100.0	100.0	0.004499627179413958	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0108_000000008946	2267	0.6069635855812406	4	3	2	3	2	True	124277	fragment	False	ENG0208_000000012463	0.7795874895929346		0	0	False	False	1.0	0		MOBV			mobilizable	other	2270.0	97.93	100.0	0.0006033281250706921	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0014_000000010914	2219	0.6069635855812406	4	3	2	3	2	True	124250	fragment	False	ISR0071_000000003227	0.2664397705117068		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2222.0	96.445	100.0	0.0006210552565652313	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0149_000000007449	2213	0.6069635855812406	4	3	2	3	2	True	124307	fragment	False	ENG0176_000000002846	0.7823946965892499		0	0	False	False	0.9959331154823303	0		MOBV			mobilizable	other	2213.0	99.955	100.0	0.004386591150667111	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0813_000000014024	2183	0.6069635855812406	4	3	2	3	2	True	124307	fragment	False	ENG0176_000000002846	0.7632392792213883		0	0	False	False	0.9981676340103149	0		MOBV			mobilizable	other	2183.0	100.0	100.0	0.004327098503958244	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0322_000000004956	2181	0.6069635855812406	4	3	2	3	2	True	124307	fragment	False	ENG0176_000000002846	0.7629463672830483		0	0	False	False	1.0	0		MOBV			mobilizable	other	2181.0	99.90799999999999	100.0	0.004323132327510987	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0230_000000015511	2134	0.6069635855812406	4	3	2	3	2	True	124307	fragment	False	ENG0176_000000002846	0.7194290989196289		0	0	False	False	1.0	0		MOBV			mobilizable	other	2134.0	100.0	100.0	0.004229927181000429	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0153_000000014842	2024	0.6069563484303149	3	3	3	2	2	False	56939	fragment	False	ENG0153_000000014842	1.0		0	0	False	False	0.9822134375572205	0					non-mobilizable	no_good_hit	917.0	75.13600000000001	45.0	0.0038969464671384547	NZ_KI912471.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ISR0068_000000005962	3362	0.6069509956913594	5	5	4	5	5	True	95856	fragment	False	ISR0068_000000005962	1.0		0	0	False	False	0.9994051456451416	0					non-mobilizable	no_good_hit	1420.0	95.141	42.0	0.003207556986163169	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	True	True
CHI0058_000000012598	1693	0.6069500943609689	2	2	2	2	2	False	130807	fragment	False	CHI0058_000000012598	0.9943538268506901		0	0	False	False	0.9994093179702759	0					non-mobilizable	chromosome	1693.0	99.764	100.0	0.0002608018114319669	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0112_000000000288	39608	0.6069474123082857	45	8	5	6	7	False	88383	fragment	False	ENG0112_000000000288	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	95.459	4.0	0.625615763546798	GQ874447.1		Uncultured organism clone 1041059766705 genomic sequence	True	False
ISR0265_000000008824	1895	0.6069467409598012	3	1	1	1	1	False	26604	maximal	True	ISR0265_000000008824	1.0		12	1	False	False	0.9894459247589111	0					non-mobilizable	no_good_hit	1027.0	96.787	62.0	0.04637051125300005	NZ_CYZK01000035.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
TAN0008_000000009065	2115	0.6069443202209963	3	2	2	2	2	False	44723	maximal	True	TAN0008_000000009065	1.0		5	1	False	False	0.9966903328895569	0					non-mobilizable	no_good_hit	556.0	76.259	26.0	0.0036625149269164828	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	True	False
TAN0021_000000010915	1854	0.6069443202209963	2	2	2	2	2	False	44722	fragment	False	TAN0021_000000010915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	75.407	30.0	0.000146182879583987	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0107_000000005379	4069	0.6069411736188011	4	3	2	3	3	False	104746	fragment	False	ISR0360_000000005134	0.7855510918292273		0	0	False	False	0.9972966313362122	0					non-mobilizable	no_good_hit	598.0	74.916	14.0	0.0007902443985415525	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
USA0037_01_000000009347	3786	0.6069411736188011	4	3	2	3	3	False	104746	fragment	False	ISR0360_000000005134	0.745830406797882		0	0	False	False	0.9994717240333557	0					non-mobilizable	no_good_hit	247.0	86.64	6.0	0.0001084396867833442	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0187_000000007368	3716	0.6069411736188011	3	3	2	3	3	False	104746	fragment	False	ISR0360_000000005134	0.7452823653193484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	89.145	8.0	0.00013387615652264717	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0164_000000004889	3716	0.6069411736188011	3	3	2	3	3	False	104746	fragment	False	ISR0360_000000005134	0.7451004751257334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	89.145	8.0	0.00013387615652264717	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0048_000000005323	3626	0.6069411736188011	4	3	2	3	3	False	104746	fragment	False	ISR0360_000000005134	0.626797496274946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	87.09700000000001	8.0	0.00012361231785591088	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
USA0010_01_000000007535	3615	0.6069411736188011	3	3	2	3	3	False	104746	fragment	False	ISR0360_000000005134	0.6333496661756643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	89.145	8.0	0.00013387615652264717	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0251_000000003843	3390	0.6069411736188011	3	3	2	3	3	False	104746	fragment	False	ISR0360_000000005134	0.4958596696448744		0	0	False	False	0.9997050166130066	0					non-mobilizable	no_good_hit	73.0	94.521	2.0	3.2130277565435316e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0013_000000008650	4976	0.6069397897875954	4	4	4	3	4	False	62087	fragment	False	MON0013_000000008650	0.953987721630563		0	0	False	False	1.0	0					non-mobilizable	chromosome	5001.0	96.441	100.0	0.0013335186405845822	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0049_000000020110	1467	0.6069369806887827	1	1	1	1	1	False	35965	maximal	True	ISR0049_000000020110	1.0		70	8	False	False	1.0	0					non-mobilizable	other	1473.0	80.584	99.0	0.004663755681854506	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0042_000000003088	8642	0.6069320881177822	11	6	2	4	3	False	132498	fragment	False	ISR0032_000000003111	0.956395481492766		0	0	False	False	0.9994214177131653	0					non-mobilizable	no_good_hit	1728.0	99.884	39.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0090_000000014489	1561	0.6069302238593672	2	2	2	2	2	False	109867	maximal	False	ISR0255_000000015196	0.18406896366228248		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	96.348	100.0	0.0017368108145420051	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0096_000000001977	12666	0.606929316361588	11	7	6	6	5	True	96300	maximal	False	ISR0349_000000000528	0.6360901475660676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6089.0	99.04700000000001	75.0	0.04900026573685609	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0776_000000015483	1538	0.6069209882017779	3	2	2	2	1	True	113033	fragment	False	ISR0776_000000015483	1.0		0	0	False	False	0.9986996054649353	0					non-mobilizable	other	1538.0	96.294	100.0	0.019999739756151515	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ISR0303_000000011103	1305	0.6069185985429684	2	2	2	2	2	False	38341	fragment	False	ISR0009_000000024811	0.9754578754578755		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	99.54	100.0	0.006086262502742085	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0154_000000022834	1721	0.6069157620607709	3	1	1	1	1	True	39582	fragment	False	FIJ0154_000000022834	1.0		0	0	False	False	0.9994189143180847	0					non-mobilizable	no_good_hit								True	True
FIJ0068_000000017418	1830	0.6069133191950563	2	1	1	1	1	False	45061	fragment	False	FIJ0068_000000017418	1.0		0	0	False	False	0.9978141784667969	0					non-mobilizable	plasmid	1195.0	78.075	94.0	0.0018933570677239259	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
USA0065_01_000000010654	1129	0.6069088132961814	2	2	1	2	1	False	839	fragment	False	USA0065_01_000000010654	1.0		0	0	False	False	0.9495128393173218	0					non-mobilizable	chromosome	1083.0	98.8	96.0	0.00030283090924000916	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0269_000000005147	3154	0.6069053306894762	4	2	1	2	1	True	26476	fragment	False	ISR0269_000000005147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0011_000000017552	1718	0.6069034949411574	3	2	2	2	2	False	94457	maximal	True	CAN0011_000000017552	1.0		1	1	False	False	0.9889406561851501	0					non-mobilizable	other	1564.0	82.353	91.0	0.0038700440692879565	NZ_CABJCG010000003.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
DEN0078_000000001926	10777	0.6069006409744232	9	6	6	6	4	False	130488	fragment	False	CHI0076_000000000512	0.9351921606665929		0	0	False	False	1.0	0					non-mobilizable	other	6791.0	99.779	99.0	0.010834668385746107	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0174_000000001666	9753	0.6069006409744232	9	6	6	6	4	False	130488	fragment	False	CHI0076_000000000512	0.8406710681562402		0	0	False	False	1.0	0					non-mobilizable	other	7972.0	99.962	99.0	0.012719166671985601	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0004_000000002267	9634	0.6069006409744232	9	6	6	6	4	False	130488	fragment	False	CHI0076_000000000512	0.8216399203838114		0	0	False	False	1.0	0					non-mobilizable	other	7955.0	99.962	100.0	0.01269204010901687	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0069_000000010589	2207	0.6068945608106485	3	3	3	3	2	False	126793	fragment	False	SPA0069_000000010589	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	735.0	98.095	99.0	0.00031825192110994475	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0238_000000002052	6022	0.6068938412921171	7	3	2	3	3	True	72842	maximal	True	ISR0238_000000002052	1.0		15	5	False	False	0.9985054731369019	0					non-mobilizable	no_good_hit	2358.0	100.0	64.0	0.0007115080771411201	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ISR0362_000000016457	1259	0.6068918955614231	1	1	1	1	1	False	23731	maximal	True	ISR0362_000000016457	1.0		2	1	False	False	0.9809372425079346	0					non-mobilizable	other	1256.0	96.01899999999999	99.0	0.0016030250386375054	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
SPA0004_000000007680	1517	0.6068885698820741	3	2	2	2	2	False	42316	fragment	False	SPA0004_000000007680	0.9751677852348993		0	0	False	False	0.9986816048622131	0					non-mobilizable	plasmid	1503.0	99.53399999999999	99.0	0.006159970451840604	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0814_000000038452	1117	0.6068860387515831	2	2	2	2	1	False	21480	fragment	False	ISR0814_000000038452	1.0		0	0	False	False	0.9973142147064209	0					non-mobilizable	other	1117.0	96.867	100.0	0.0023092203277603044	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0342_000000004697	3811	0.6068826631972871	4	4	4	3	2	False	67502	fragment	False	ISR0342_000000004697	1.0		0	0	False	False	0.9986879825592041	0					non-mobilizable	no_good_hit	1525.0	77.311	40.0	0.007131196838216341	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
CAN0011_000000005611	5555	0.6068821762976524	2	2	2	2	2	False	94538	fragment	False	CAN0011_000000005611	0.9585738223794451		0	0	False	False	0.9976597428321838	0					non-mobilizable	other	5555.0	99.406	100.0	0.007245034287682528	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
FIJ0088_000000005858	4712	0.6068777439003858	4	3	1	3	1	True	43686	maximal	True	FIJ0088_000000005858	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.017121116043119847	NR_170375.1	primates	Homo sapiens aspartic peptidase retroviral like 1 (ASPRV1), transcript variant 10, non-coding RNA	True	True
FIJ0031_000000018004	1402	0.6068731268979778	2	2	2	1	1	False	48538	maximal	True	FIJ0031_000000018004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0263_000000014117	1172	0.6068725617009683	3	1	1	1	1	False	26632	fragment	False	ISR0263_000000014117	1.0		0	0	False	False	0.9982935190200806	0					non-mobilizable	no_good_hit								True	False
FIJ0168_000000004536	4185	0.6068694622730342	5	5	5	4	3	False	38926	maximal	True	FIJ0168_000000004536	1.0		28	9	False	False	0.9976105093955994	0					non-mobilizable	no_good_hit	426.0	88.26299999999999	10.0	0.0005374766671893891	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0050_000000026814	1102	0.606860727019881	2	2	2	1	1	False	35875	maximal	True	ISR0050_000000026814	1.0		271	13	False	False	1.0	0					non-mobilizable	chromosome	972.0	73.148	95.0	0.0002528857113971162	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0038_000000028724	1223	0.6068593828372839	1	1	1	1	1	False	64807	fragment	False	MON0038_000000028724	0.9830997526793075		0	0	False	False	0.9852820634841919	0					non-mobilizable	chromosome	1223.0	96.89299999999999	100.0	0.00034018860702230574	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0803_000000008960	1683	0.6068586090686083	2	2	2	2	2	False	49735	fragment	False	ISR0803_000000008960	1.0		0	0	False	False	0.9934640526771545	0					non-mobilizable	other	1684.0	99.287	100.0	0.0004126344095907711	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0316_000000003686	4579	0.6068528457230249	7	6	5	4	4	False	120947	maximal	True	ISR0316_000000003686	0.9526456202756781		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	1616.0	96.163	62.0	0.001794704508360072	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
MON0024_000000039830	1312	0.6068526672377764	2	2	2	2	1	False	12889	maximal	True	MON0024_000000039830	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	8.98023450385701e-06	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
FIJ0137_000000005204	2153	0.6068503895685754	3	2	2	2	2	False	40497	maximal	True	FIJ0137_000000005204	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000006370	3796	0.6068497317027998	3	3	3	3	2	False	25474	maximal	True	ISR0360_000000006370	1.0		205	10	False	False	0.9986827969551086	0					non-mobilizable	chromosome	1977.0	99.899	99.0	0.000851634202422589	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0184_000000003920	3329	0.6068484456044647	5	5	5	3	4	False	29427	maximal	True	ISR0184_000000003920	1.0		2	1	False	False	0.9864824414253235	0					non-mobilizable	chromosome	2762.0	99.348	98.0	0.0005810512882460543	CP050985.1	enterobacteria	Shigella flexneri strain FDAARGOS_716 chromosome	False	False
ISR0839_000000004046	4065	0.6068476677911343	7	4	2	4	4	False	20849	maximal	True	ISR0839_000000004046	1.0		2	2	False	False	0.999754011631012	0					non-mobilizable	no_good_hit								True	False
SPA0138_000000006383	3793	0.6068423013772997	4	3	1	3	0	True	57270	fragment	False	SPA0138_000000006383	1.0		0	0	False	False	0.9994727373123169	0					non-mobilizable	no_good_hit								True	True
ISR0309_000000004642	3645	0.6068423013772997	5	3	1	3	0	True	57272	fragment	False	ISR0309_000000004642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0002_000000016534	2196	0.6068418363383913	3	3	3	2	2	False	102973	fragment	False	FIJ0042_000000010318	0.7960474654296948		0	0	False	False	1.0	0					non-mobilizable	other	2196.0	99.818	100.0	0.02661864396502589	NZ_WNAJ01000016.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold16_size82461, whole genome shotgun sequence	False	False
ENG0107_000000004235	5768	0.6068386296540235	7	5	2	5	2	False	121643	fragment	False	ENG0107_000000004235	1.0		0	0	False	False	0.9993064999580383	0					non-mobilizable	other	5778.0	98.581	100.0	0.002550290275505553	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
CHI0160_000000018800	1696	0.6068375913035767	2	2	2	2	1	False	78709	fragment	False	CHI0160_000000018800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	80.82600000000001	58.0	0.0003243557140575011	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ISR0336_000000012985	1224	0.6068331472120149	2	1	0	1	1	True	24453	fragment	False	ISR0336_000000012985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	92.994	31.0	0.03549488054607509	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
ISR0065_000000031980	1101	0.6068316375105947	1	1	1	1	1	False	37651	fragment	False	ISR0020_000000024994	0.9523809523809523		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	97.729	100.0	0.00031226012744755167	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0037_000000049350	1520	0.6068278702633633	2	1	1	1	1	False	84953	fragment	False	MON0011_000000032907	0.9263518802809523		0	0	False	False	1.0	0					non-mobilizable	chromosome	1375.0	96.655	99.0	0.0005350338029914351	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
SPA0052_000000009188	3151	0.6068251571911983	4	4	3	4	3	False	70788	maximal	True	SPA0052_000000009188	1.0		75	10	False	False	0.9914312958717346	0					non-mobilizable	no_good_hit								True	False
ISR0244_000000004898	4271	0.6068226208846719	3	2	2	2	2	False	54744	fragment	False	ISR0244_000000004898	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4277.0	90.507	100.0	0.002473088089290521	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
SPA0051_000000010785	2340	0.6068196084185737	3	2	2	2	2	False	6556	maximal	True	SPA0051_000000010785	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1662.0	83.755	71.0	0.0007169279310490958	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
MON0089_000000014039	1881	0.6068135842244196	2	2	2	2	1	True	9606	maximal	True	MON0089_000000014039	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	97.368	8.0	0.0010092908228059622	NZ_JPVS01000008.1	high GC Gram+	Rothia aeria strain C6D contig_8, whole genome shotgun sequence	True	True
ISR0346_000000015734	1547	0.6068118774794324	2	2	2	2	1	False	43911	fragment	False	ISR0346_000000015734	0.971282054497879		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	99.41799999999999	100.0	0.0005388764878358916	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0026_000000006581	1705	0.6068099705130156	2	2	2	2	2	False	88893	maximal	True	CHI0026_000000006581	1.0		29	7	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	100.0	85.0	0.0018286853194255449	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ENG0079_000000016200	2058	0.6068098820170372	3	3	2	1	1	True	67654	fragment	False	ENG0079_000000016200	1.0		0	0	False	False	0.9849368333816528	0					non-mobilizable	no_good_hit								True	True
CHI0186_000000004473	4314	0.6068090270517127	5	1	1	1	1	False	83987	maximal	True	CHI0186_000000004473	1.0		0	0	False	False	0.9928140640258789	0					non-mobilizable	no_good_hit	210.0	73.81	5.0	0.007591993897344619	KC246827.1	bacteria	Uncultured bacterium Contig178 genomic sequence	True	False
DEN0052_000000037531	1260	0.6068090270517127	1	1	1	1	1	False	72190	fragment	False	DEN0052_000000037531	1.0		0	0	False	False	0.9928571581840515	0					non-mobilizable	no_good_hit	210.0	74.762	17.0	0.007591993897344619	KC246827.1	bacteria	Uncultured bacterium Contig178 genomic sequence	True	False
DEN0061_000000001849	13181	0.6068087981048451	11	8	1	5	6	True	117641	maximal	True	DEN0061_000000001849	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3938.0	93.728	71.0	0.0012611910649908123	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
USA0034_01_000000046444	1102	0.6068045221636182	3	1	1	1	1	False	1436	maximal	True	USA0034_01_000000046444	1.0		2	1	False	False	0.996370255947113	0					non-mobilizable	no_good_hit								True	False
ISR0304_000000007560	1360	0.6068043999238271	3	2	2	2	2	False	68044	fragment	False	ENG0001_000000016928	0.5692810605464388		0	0	False	False	1.0	0					non-mobilizable	other	746.0	97.855	99.0	0.006669889700615958	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0026_000000017723	1307	0.6068043999238271	2	2	2	2	2	False	68044	fragment	False	ENG0001_000000016928	0.5052535863173625		0	0	False	False	0.9831675887107849	0					non-mobilizable	other	695.0	98.417	100.0	0.006213293224466409	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0032_000000000016	45839	0.6067980942364657	54	21	11	18	12	True	122328	fragment	False	CHI0032_000000000016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	82.21	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0210_000000002698	6756	0.6067757057537164	7	5	1	0	5	False	28450	fragment	False	ISR0210_000000002698	1.0		0	0	False	False	0.999407947063446	0			MPF_I		non-mobilizable	plasmid	6505.0	99.462	96.0	0.06197027333657486	CP027379.1	enterobacteria	Escherichia coli strain 2013C-4404 plasmid unnamed3, complete sequence	False	True
DEN0069_000000019219	1404	0.6067726342002819	2	2	2	1	1	False	70687	fragment	False	DEN0069_000000019219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	3.0	0.00017174496619237677	NZ_BAYD01000003.1	b-proteobacteria	Paraburkholderia oxyphila NBRC 105797, whole genome shotgun sequence	True	False
ISR0148_000000000788	25554	0.6067704074013572	22	10	7	7	2	True	126548	fragment	False	ISR0148_000000000788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0105_000000009412	5456	0.6067657449075613	13	3	0	3	1	False	122889	maximal	False	AST0019_000000004634	0.9635767619741396		0	0	True	True	0.9998167157173157	16					non-mobilizable	no_good_hit								True	True
AST0019_000000004634	5412	0.6067657449075613	12	3	0	3	1	False	122889	maximal	True	AST0019_000000004634	0.9636032757051866		2	2	True	True	1.0	12					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.125530938250839e-06	NZ_CP012332.1	d-proteobacteria	Vulgatibacter incomptus strain DSM 27710 chromosome, complete genome	True	True
ISR0200_000000007579	2999	0.6067652140229639	3	2	2	1	2	False	73927	maximal	True	ISR0200_000000007579	1.0		27	8	False	False	1.0	0					non-mobilizable	other	2145.0	96.59700000000001	97.0	0.05468051974574324	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0048_000000004195	4078	0.6067638631801858	3	3	3	3	1	False	130263	fragment	False	CHI0069_000000002097	0.9430069150122686		0	0	False	False	1.0	0					non-mobilizable	chromosome	4082.0	97.37899999999999	100.0	0.0017580040038875206	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
SPA0140_000000012519	1730	0.6067592755236138	2	2	2	1	1	False	110221	fragment	False	ISR0375_000000009302	0.2719893504933551		0	0	False	False	0.9890173673629761	0					non-mobilizable	no_good_hit	1172.0	94.71	84.0	0.005619333597242471	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ENG0044_000000005598	3024	0.6067504148450044	4	3	2	3	2	False	64532	maximal	True	ENG0044_000000005598	1.0		63	11	False	False	0.9976851940155029	0					non-mobilizable	no_good_hit	874.0	73.227	29.0	0.00022666834608101738	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MON0020_000000010724	1947	0.6067468314951481	2	2	2	2	1	False	13856	fragment	False	MON0020_000000010724	1.0		0	0	False	False	0.9933230876922607	0					non-mobilizable	no_good_hit	1176.0	73.29899999999999	58.0	0.016015365712429563	NZ_SWMA01000022.1	high GC Gram+	Ornithinicoccus soli strain XNB-1 WT-5_scaffold22, whole genome shotgun sequence	True	False
ISR0385_000000003451	5452	0.6067464376639394	10	5	4	4	2	False	50137	fragment	False	ISR0385_000000003451	1.0		0	0	False	False	0.9998165965080261	0					non-mobilizable	no_good_hit	3008.0	99.46799999999999	72.0	0.0007257062180980078	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
CAN0021_000000009828	4213	0.6067423537583247	6	5	3	3	4	False	91651	maximal	True	CAN0021_000000009828	1.0		67	12	False	False	0.9935912489891052	0					non-mobilizable	no_good_hit	1565.0	97.18799999999999	55.0	0.00035363175056540353	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
TAN0017_000000003636	8143	0.6067417651574449	9	7	5	6	5	False	2501	maximal	True	TAN0017_000000003636	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0397_000000001767	12578	0.6067412198304505	10	5	4	5	1	False	115474	fragment	False	ISR0397_000000001767	1.0		0	0	False	False	0.9980124235153198	0					non-mobilizable	virus	5985.0	97.962	94.0	0.17017099610208553	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
USA0026_01_000000021579	1500	0.6067329868599602	2	2	2	2	1	False	1620	maximal	True	USA0026_01_000000021579	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	74.654	81.0	0.0002703997108614779	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0005_000000013856	2125	0.6067257357632904	4	2	2	1	1	False	19958	fragment	False	MAD0005_000000013856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	74.797	6.0	8.817256171897146e-05	NZ_ACJN02000001.1	d-proteobacteria	Desulfonatronospira thiodismutans ASO3-1 ctg21, whole genome shotgun sequence	True	False
SPA0114_000000006042	6505	0.6067244108202244	5	5	1	0	5	False	4471	fragment	False	SPA0114_000000006042	1.0		0	0	False	False	0.9941583275794983	0			MPF_I		non-mobilizable	plasmid	6457.0	99.411	99.0	0.06927856292051637	MN335640.1	enterobacteria	Escherichia coli strain OT-ESBL-0589 plasmid pOT-ESBL-0589, complete sequence	False	True
ISR0339_000000002749	4909	0.6067195688707917	3	2	1	2	1	True	62843	fragment	False	ISR0339_000000002749	1.0		0	0	False	False	0.9993888735771179	0					non-mobilizable	no_good_hit	1528.0	72.513	31.0	0.03136983717860062	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
FIJ0041_000000007134	4945	0.6067134490006277	5	4	4	4	4	False	88577	maximal	True	FIJ0041_000000007134	1.0		23	6	False	False	0.9840242862701416	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	2.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
USA0040_01_000000011962	1121	0.606709925476949	2	1	1	1	1	False	1295	maximal	True	USA0040_01_000000011962	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0025_000000013321	2659	0.6067082270899113	2	2	2	2	2	False	120433	maximal	True	AST0025_000000013321	1.0		211	11	False	False	0.9924783706665039	0					non-mobilizable	no_good_hit								True	False
ISR0151_000000008936	2167	0.6067037807808785	4	1	1	1	1	True	30771	fragment	False	ISR0151_000000008936	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1420.0	99.085	96.0	0.019620051748232396	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ENG0009_000000006569	1886	0.6067037807808785	3	1	1	1	1	True	67314	fragment	False	ENG0009_000000006569	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1886.0	99.947	100.0	0.02608166258492106	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ENG0117_000000013127	1746	0.6066970859845134	2	2	2	2	2	False	59364	fragment	False	ENG0117_000000013127	1.0		0	0	False	False	0.9839633703231812	0					non-mobilizable	chromosome	1640.0	99.39	94.0	0.00037316346768356557	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0120_000000002942	6795	0.6066916802691774	17	7	1	5	5	False	59202	maximal	True	ENG0120_000000002942	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	87.156	2.0	1.4808993737179668e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0153_000000010048	2730	0.6066899706973682	4	4	2	3	3	True	86210	fragment	False	FIJ0090_000000013852	0.9164146455213417		0	0	False	False	0.9996336698532104	0					non-mobilizable	no_good_hit								True	True
SPA0051_000000019954	1202	0.6066871508299208	2	2	2	2	2	False	6546	maximal	True	SPA0051_000000019954	1.0		12	5	False	False	0.9975041747093201	0					non-mobilizable	no_good_hit	107.0	89.72	9.0	1.8846801886187933e-05	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	True	False
AST0003_000000014151	2397	0.6066862760888199	3	3	3	2	3	False	130216	maximal	True	AST0003_000000014151	1.0		5	2	False	False	1.0	0					non-mobilizable	other	2376.0	99.83200000000001	100.0	0.0300048007681229	NZ_NFJN01000015.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_15, whole genome shotgun sequence	False	False
CHI0045_000000003296	5469	0.6066861495617943	3	3	2	2	3	False	87189	maximal	True	CHI0045_000000003296	1.0		27	7	False	False	0.994514524936676	0					non-mobilizable	chromosome	5469.0	98.775	100.0	0.0020108467199604235	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
FIJ0159_000000023654	1104	0.6066849865247883	2	2	2	2	2	False	39362	maximal	True	FIJ0159_000000023654	1.0		29	9	False	False	0.9438405632972717	0					non-mobilizable	chromosome	1038.0	100.0	99.0	0.00019708268217177134	LR588408.1	enterobacteria	Klebsiella pneumoniae strain NCTC11698 genome assembly, chromosome: 1	False	False
ENG0062_000000013260	1869	0.6066825416650464	2	1	1	1	1	False	63198	maximal	True	ENG0062_000000013260	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	74.949	25.0	0.00014013883797112076	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
MAD0067_000000005346	1867	0.6066825416650464	2	1	1	1	1	False	16510	maximal	True	MAD0067_000000005346	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	74.949	25.0	0.00014013883797112076	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
MAD0060_000000003693	4031	0.6066744931753297	6	2	2	2	2	False	100542	maximal	True	MAD0060_000000003693	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	39.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0106_000000003029	7898	0.6066742294673885	11	5	3	5	3	True	98540	fragment	False	MON0037_000000004487	0.8740665058047766		0	0	False	False	0.9998733997344971	0					non-mobilizable	no_good_hit	287.0	89.199	4.0	8.345930319388504e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0155_000000011855	1870	0.6066690204887283	4	4	1	3	4	False	58969	fragment	False	FIJ0155_000000011855	0.983266012694749		0	0	False	False	0.9978609681129456	0					non-mobilizable	other	1870.0	96.684	100.0	0.00039429131989494003	CP010242.1	enterobacteria	Escherichia coli strain S56, complete genome	False	False
ENG0047_000000017954	1210	0.6066678936422545	1	1	1	1	1	False	64292	fragment	False	ENG0047_000000017954	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0033_000000012222	1668	0.6066631187368641	3	3	1	3	1	False	18873	fragment	False	MAD0033_000000012222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	78.571	13.0	0.0005305871429088235	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	False
ENG0068_000000023832	1130	0.6066625770413283	2	1	1	1	1	True	62522	maximal	True	ENG0068_000000023832	1.0		7	5	False	False	0.9840707778930664	0					non-mobilizable	no_good_hit								True	True
SPA0011_000000000129	45242	0.6066618370173188	42	11	5	10	5	False	129500	maximal	True	SPA0011_000000000129	1.0		1	1	False	False	0.9998231530189514	0					non-mobilizable	no_good_hit	2073.0	82.875	5.0	0.024690317687705403	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
ENG0061_000000008995	2383	0.6066589675167401	6	4	2	3	3	False	128427	maximal	False	DEN0081_000000003447	0.8572542711932815		0	0	False	False	0.9995803833007812	0					non-mobilizable	other	2384.0	97.90299999999999	100.0	0.032786208604487985	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0100_000000027351	1170	0.6066575767965441	2	2	2	1	1	False	125442	fragment	False	MON0070_000000010284	0.047437603104344146		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	85.447	100.0	0.00032745068595465854	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0170_000000004920	3288	0.6066492008882748	3	3	0	3	1	False	100384	maximal	True	FIJ0170_000000004920	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	95.912	32.0	0.0002670238366123558	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0128_000000009250	2770	0.6066492008882748	3	3	0	3	1	False	100389	fragment	False	FIJ0128_000000009250	0.9197851055946646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	94.706	6.0	4.4815189361514266e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0174_000000013082	1538	0.6066474829660903	2	1	1	1	1	False	55643	fragment	False	ENG0174_000000013082	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	5.0	0.0015323206144416488	NZ_QIML01000014.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_14, whole genome shotgun sequence	True	False
MON0009_000000012973	2705	0.6066424129934761	3	2	2	2	2	False	13819	maximal	True	MON0009_000000012973	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	99.775	16.0	0.9977528089887641	NZ_JAAIUD010000045.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_46_length_445_cov_751.221, whole genome shotgun sequence	True	False
DEN0094_000000030707	1283	0.6066413355388411	2	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.2601650215087238		0	0	False	False	0.9992205500602722	0					non-mobilizable	other	1235.0	99.676	96.0	0.015333341623866788	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0182_000000003751	7365	0.6066411297793454	8	7	5	6	4	False	104754	fragment	False	ISR0152_000000003064	0.6409043527159358		0	0	False	False	0.9980990886688232	0					non-mobilizable	no_good_hit	2104.0	87.975	32.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CAN0007_000000019389	2095	0.6066408076457266	4	1	1	1	1	False	95302	maximal	True	CAN0007_000000019389	1.0		1	1	False	False	0.9995226860046387	0					non-mobilizable	no_good_hit								True	False
SPA0084_000000007793	2302	0.6066349282247742	4	4	3	3	2	False	5564	maximal	True	SPA0084_000000007793	1.0		120	11	False	False	1.0	0					non-mobilizable	no_good_hit	1268.0	98.42299999999999	60.0	0.0020902683811626806	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0101_000000004202	1880	0.6066344984701559	3	2	2	2	1	False	108493	maximal	True	AST0101_000000004202	1.0		3	2	False	False	0.9904255270957947	0					non-mobilizable	chromosome	1809.0	100.0	99.0	0.0007244701410512912	CP040904.1	firmicutes	Enterococcus faecium strain N56454 chromosome, complete genome	False	False
ISR0121_000000010780	2319	0.6066251083216344	5	3	3	2	1	False	32213	maximal	True	ISR0121_000000010780	1.0		1	1	False	False	0.9935317039489746	0					non-mobilizable	no_good_hit	338.0	100.0	15.0	0.0009794233899093235	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
DEN0046_000000004851	4551	0.6066214019160137	4	3	3	3	3	True	89358	maximal	True	DEN0046_000000004851	1.0		363	12	False	False	0.9942869544029236	0					non-mobilizable	other	3027.0	97.985	99.0	0.0009131573752023285	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0345_000000000626	8082	0.6066200661797546	11	6	5	5	4	False	99453	fragment	False	ISR0345_000000000626	1.0		0	0	False	False	0.9977728128433228	0					non-mobilizable	chromosome	4550.0	98.41799999999999	100.0	0.0020246537404775005	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0100_000000003857	8352	0.6066186024886229	4	3	3	3	3	False	11266	maximal	True	MON0100_000000003857	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.0009805782248370975	NZ_AJTQ01000175.1	high GC Gram+	Streptomyces xiaopingdaonensis strain DUT 180 contig_175, whole genome shotgun sequence	True	False
ENG0134_000000011271	3408	0.6066054376408375	3	3	3	2	2	False	58207	maximal	True	ENG0134_000000011271	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	1490.0	85.705	48.0	0.00041349395449067207	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0100_000000001917	5425	0.6066001966311344	5	4	4	3	3	True	52863	maximal	True	ISR0100_000000001917	1.0		112	11	False	False	0.9974193572998047	0					non-mobilizable	no_good_hit								True	True
DEN0026_000000009278	3175	0.606598773794562	4	4	4	3	3	False	83672	fragment	False	DEN0026_000000009278	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3175.0	99.84299999999999	100.0	0.000598503740648379	CP038394.1	enterobacteria	Escherichia coli O157:H7 strain DEC5A chromosome, complete genome	False	False
ENG0021_000000010403	1740	0.6065956514153649	4	2	2	2	1	False	66361	maximal	True	ENG0021_000000010403	1.0		3	2	False	False	0.9994252920150757	0					non-mobilizable	no_good_hit								True	False
SPA0056_000000029169	1226	0.6065937457259235	2	2	2	2	1	False	6357	fragment	False	SPA0056_000000029169	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1226.0	99.91799999999999	100.0	0.0005368888670724524	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
FIJ0033_000000004691	6504	0.6065861646204801	5	3	3	3	2	False	48312	maximal	True	FIJ0033_000000004691	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	72.46600000000001	19.0	0.00043445495827010755	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
ISR0208_000000004352	5644	0.6065847555020436	7	6	5	6	5	False	105632	fragment	False	ISR0208_000000004352	1.0		0	0	False	False	0.9998227953910828	0					non-mobilizable	other	5644.0	99.486	100.0	0.032800892826003555	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0374_000000004069	3867	0.6065837626970207	6	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8250168610611769		0	0	False	False	0.9981898069381714	0					non-mobilizable	other	3867.0	99.37899999999999	100.0	0.0011569027683971031	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0303_000000002895	3826	0.6065837626970207	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.7797217072303784		0	0	False	False	1.0	0					non-mobilizable	other	3827.0	99.242	100.0	0.3440985966174883	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0007_000000003537	3820	0.6065837626970207	6	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8026871625921489		0	0	False	False	0.9997382164001465	0					non-mobilizable	other	3820.0	99.398	100.0	0.34355883411299026	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0164_000000005864	4098	0.6065826042997882	6	3	2	2	3	False	100549	fragment	False	FIJ0164_000000005864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	45.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0004_000000006742	3949	0.6065826042997882	5	3	2	2	3	False	100560	fragment	False	FIJ0004_000000006742	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	49.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0023_000000007799	3927	0.6065826042997882	4	3	2	2	3	False	100551	fragment	False	FIJ0023_000000007799	0.9338004742331738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	94.809	61.0	0.00019499942513849362	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0031_000000004487	2979	0.6065826042997882	3	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.6142799400727886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.096	58.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0036_000000013282	2924	0.6065826042997882	4	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.453831457444702		0	0	False	False	0.9996579885482788	0					non-mobilizable	no_good_hit	1593.0	79.222	54.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0028_000000001832	5688	0.6065817773622746	7	5	3	5	3	False	84612	fragment	False	MAD0028_000000001832	1.0		0	0	False	True	0.9998241662979126	0					non-mobilizable	no_good_hit	1826.0	85.652	32.0	0.00047962922900001575	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0171_000000001372	14171	0.6065701206130343	18	8	5	7	3	True	55820	fragment	False	ENG0171_000000001372	1.0		0	0	False	False	0.9978830218315125	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	4.750057891330551e-05	NZ_PIQO01000001.1	firmicutes	Bacillus camelliae strain 7578-1 scaffold1, whole genome shotgun sequence	True	True
TAN0009_000000024437	1713	0.6065648972822768	3	3	3	3	2	False	88865	fragment	False	TAN0009_000000024437	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1725.0	92.116	100.0	0.0005765857707517864	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0380_000000007078	1654	0.6065648972822768	3	3	3	3	2	False	88864	fragment	False	ISR0380_000000007078	1.0		0	0	False	False	0.993954062461853	0					non-mobilizable	chromosome	1667.0	91.78200000000001	100.0	0.0005553803396032968	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0300_000000006433	1614	0.6065648972822768	3	3	3	3	2	False	25591	maximal	True	ISR0300_000000006433	1.0		324	13	False	False	0.997521698474884	0					non-mobilizable	chromosome	892.0	95.964	90.0	0.00029721263022406736	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0107_000000018702	1606	0.6065648972822768	3	3	3	3	2	False	88863	fragment	False	ENG0107_000000018702	0.9747571052027192		0	0	False	False	1.0	0					non-mobilizable	chromosome	1607.0	97.2	100.0	0.0005402336030686615	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0014_000000012683	1294	0.6065639273238436	2	2	2	1	2	False	128163	fragment	False	AST0118_000000014400	0.03206534898240295		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	90.039	100.0	0.05200498733057153	NZ_CACWHD010000054.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	False	False
CHI0177_000000014612	1162	0.6065603295320301	2	2	2	2	1	False	77648	fragment	False	CHI0177_000000014612	0.9721592361148258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0195_000000005227	4494	0.6065597815704712	7	4	3	4	3	True	77297	maximal	True	ISR0195_000000005227	1.0		48	9	False	False	0.9964396953582764	0					non-mobilizable	no_good_hit	3055.0	87.98700000000001	81.0	0.0014174875969835265	NZ_LS483447.1	CFB group bacteria	Porphyromonas crevioricanis strain NCTC12858 chromosome 1	True	True
AUS0002_000000030053	1252	0.6065549517661676	2	2	0	2	1	True	102704	maximal	True	AUS0002_000000030053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	79.23100000000001	10.0	0.005405405405405406	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MAD0041_000000015498	2198	0.6065520699244437	2	2	2	2	2	False	18260	fragment	False	MAD0041_000000015498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	78.758	46.0	0.007595160945077169	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	True	False
DEN0005_000000005256	5496	0.6065520668480371	5	5	5	5	4	False	111070	fragment	False	DEN0005_000000005256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	72.039	9.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0199_000000005785	4163	0.6065442068002611	6	4	3	3	2	False	114612	fragment	False	ISR0222_000000013136	0.9528564963971838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	1.0	0.0008202633328147761	NZ_AXUN02000068.1	firmicutes	Youngiibacter fragilis 232.1 contig_16, whole genome shotgun sequence	True	False
ISR0794_000000007445	2640	0.6065442068002611	5	4	3	3	2	False	73982	fragment	False	ISR0794_000000007445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	0.0008202633328147761	NZ_AXUN02000068.1	firmicutes	Youngiibacter fragilis 232.1 contig_16, whole genome shotgun sequence	True	False
SPA0082_000000011194	1514	0.6065310908227379	2	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.8711192021674359		0	0	False	False	1.0	0					non-mobilizable	chromosome	1514.0	99.075	100.0	0.00040360346133316117	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0086_000000010727	2489	0.6065271688850102	4	2	2	2	2	False	113376	maximal	True	ISR0086_000000010727	1.0		124	13	False	False	0.9959823489189148	0					non-mobilizable	no_good_hit	396.0	73.99	16.0	0.4518348623853211	GQ877141.1		Uncultured organism clone VC1AJ68TR genomic sequence	True	False
ISR0049_000000002534	9417	0.6065263216963952	10	8	7	7	4	False	36012	maximal	True	ISR0049_000000002534	1.0		54	9	False	False	0.9996814131736755	0					non-mobilizable	no_good_hit	721.0	75.867	10.0	0.0010334676493308557	NZ_DS560015.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_0, whole genome shotgun sequence	True	False
CHI0147_000000006241	3087	0.6065260017919014	4	4	3	4	3	False	79670	fragment	False	CHI0147_000000006241	1.0		0	0	False	False	0.9983803033828735	0					non-mobilizable	no_good_hit	1304.0	73.006	41.0	0.0005950965166333207	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0146_000000012183	3218	0.6065214298357371	4	4	1	3	2	True	131249	fragment	False	ISR0146_000000012183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	92.916	45.0	0.0004557620652263582	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
FIJ0062_000000022263	1330	0.6065204761630496	2	2	2	2	2	False	45690	maximal	True	FIJ0062_000000022263	1.0		19	7	False	False	0.9857142567634583	0					non-mobilizable	no_good_hit	1047.0	90.926	79.0	0.00030979053598797563	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0140_000000013697	1701	0.606519662096087	3	2	2	2	2	False	31235	fragment	False	ISR0140_000000013697	1.0		0	0	False	False	0.9994121193885803	0					non-mobilizable	other	1701.0	97.23700000000001	100.0	0.0005923382097866816	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0005_000000005181	2682	0.606519291883943	5	5	5	5	2	False	38525	maximal	True	ISR0005_000000005181	1.0		0	0	False	False	0.9996271729469299	0					non-mobilizable	no_good_hit	686.0	100.0	26.0	0.00014467094540667638	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0141_000000027027	1125	0.6065162990738648	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.11428895251123078		0	0	False	False	0.992888867855072	0					non-mobilizable	chromosome	1125.0	99.022	100.0	0.000377995225075456	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0051_01_000000017848	1124	0.6065162990738648	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.1140407219431289		0	0	False	False	0.9964413046836853	0					non-mobilizable	chromosome	1124.0	98.04299999999999	100.0	0.00037765863093024187	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0343_000000006419	2634	0.6065139902481194	3	3	3	3	0	True	24314	fragment	False	ISR0343_000000006419	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1603.0	86.588	99.0	0.0021934435827344655	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	True
ENG0038_000000022678	1219	0.6065061539021456	1	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.16553196045611193		0	0	False	False	0.9991796612739563	0					non-mobilizable	other	1220.0	84.59	99.0	0.002891209174383015	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
SPA0083_000000012050	1490	0.6065044378605048	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.28228492341542066		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	77.653	100.0	0.02072177599286033	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0081_000000006046	1539	0.6065027249442041	3	3	3	3	2	False	69359	fragment	False	DEN0081_000000006046	1.0		0	0	False	False	0.9954515695571899	0					non-mobilizable	chromosome	1539.0	100.0	100.0	0.0006722451063353637	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0782_000000002479	5508	0.6064992422130546	10	8	6	6	6	False	40956	maximal	True	ISR0782_000000002479	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	3031.0	85.48299999999999	55.0	0.02697857847091512	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
CHI0179_000000002594	5645	0.6064989628373173	8	7	3	6	7	True	124295	maximal	True	CHI0179_000000002594	1.0		32	9	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3132.0	92.11399999999999	86.0	0.0006615940220042526	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	True
CHI0037_000000007357	1897	0.6064843222735204	2	1	1	1	1	False	129932	maximal	True	CHI0037_000000007357	1.0		2	2	False	False	0.9989457130432129	0					non-mobilizable	no_good_hit	1305.0	99.387	69.0	0.018183846497099507	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0007_000000015952	1608	0.6064843222735204	2	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2870698749094703		0	0	False	False	0.9981343150138855	0					non-mobilizable	chromosome	1277.0	86.296	97.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0012_000000017698	1417	0.6064843222735204	2	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.3245017300025744		0	0	False	False	0.9971771240234375	0					non-mobilizable	other	1325.0	98.566	94.0	0.018462739848282016	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0025_000000019386	1416	0.6064843222735204	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.3611589763986807		0	0	False	False	0.994350254535675	0					non-mobilizable	chromosome	1395.0	86.09299999999999	99.0	0.00039565715781060226	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0056_000000008477	1266	0.6064843222735204	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.27932097391632116		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	98.736	100.0	0.017640004462293617	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0190_000000005551	5468	0.6064692182290399	6	3	1	3	1	True	54821	maximal	True	ENG0190_000000005551	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0100_000000011460	1126	0.6064636851632946	2	1	1	1	1	False	108552	maximal	True	AST0100_000000011460	1.0		1	1	False	False	0.980461835861206	0					non-mobilizable	no_good_hit								True	False
MON0033_000000021029	3095	0.6064633205547968	6	1	1	1	1	False	64351	fragment	False	MON0033_000000021029	1.0		0	0	False	False	0.997092068195343	0					non-mobilizable	no_good_hit								True	False
MAD0031_000000009140	1583	0.6064611828080207	1	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.5551921714141541		0	0	False	False	0.9810486435890198	0					non-mobilizable	other	1496.0	97.861	95.0	0.0007229083561238177	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0097_000000022449	1413	0.6064611828080207	2	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.356132802697976		0	0	False	False	0.9985845685005188	0					non-mobilizable	other	1351.0	97.631	96.0	0.0006532304422805581	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
SPA0048_000000014661	1391	0.6064611828080207	1	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.27687793436087726		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	73.4	93.0	0.0006204531584504655	CP005958.1	firmicutes	Lactobacillus fermentum F-6, complete genome	False	False
MON0066_000000029327	1255	0.6064611828080207	1	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.23435337027923211		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	98.161	99.0	0.0006048430021116279	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0018_000000017723	1232	0.6064611828080207	1	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.1606898216923547		0	0	False	False	0.9991883039474487	0					non-mobilizable	other	1233.0	97.486	100.0	0.0005961332628812205	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0244_000000013864	1829	0.6064592967322869	2	2	2	2	2	True	55453	fragment	False	ISR0244_000000013864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	79.921	14.0	0.0070126227208976155	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0048_000000008376	4371	0.6064583628288914	7	4	3	3	4	True	25156	fragment	False	MON0048_000000008376	1.0		0	0	False	False	0.9842141270637512	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	0.0016835691666332625	NZ_AGQV01000017.1	a-proteobacteria	Gluconobacter morbifer G707 75_17, whole genome shotgun sequence	True	True
CHI0143_000000001253	14413	0.6064561867088875	17	10	4	10	5	False	99997	maximal	True	CHI0143_000000001253	1.0		1	1	False	False	0.9999306201934814	0					non-mobilizable	no_good_hit	4797.0	91.745	34.0	0.0007374488301596724	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0009_000000015824	2095	0.6064529760416618	3	3	3	2	3	False	44236	fragment	False	MON0076_000000021250	0.9600267976775346		0	0	False	False	0.9985679984092712	0					non-mobilizable	chromosome	2095.0	99.905	100.0	0.00042672705241651005	CP022279.1	enterobacteria	Escherichia coli strain STEC299 chromosome, complete genome	False	False
USA0086_01_000000008403	2068	0.6064529456839249	3	2	2	2	2	False	61363	maximal	True	USA0086_01_000000008403	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	97.09200000000001	65.0	0.0001860679653889498	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0038_000000002859	3866	0.6064485214991433	3	3	3	2	2	False	87883	maximal	True	CHI0038_000000002859	1.0		254	11	False	False	0.9994826912879944	0					non-mobilizable	chromosome	3866.0	99.845	100.0	0.0007184670571236148	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0068_000000024156	1205	0.6064443013315165	2	1	1	1	1	False	16419	fragment	False	MAD0068_000000024156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0044_000000028358	1918	0.606441772873182	3	2	2	2	1	True	11978	fragment	False	MON0044_000000028358	1.0		0	0	False	False	0.9984358549118042	0					non-mobilizable	no_good_hit	77.0	83.117	4.0	2.856792423938854e-05	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	True
ENG0059_000000002054	5824	0.6064410835737178	5	4	2	3	0	True	85349	fragment	False	ENG0059_000000002054	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5202.0	90.83	94.0	0.010835631705618761	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0077_000000013407	2949	0.6064398159561591	5	5	4	5	5	False	88595	maximal	True	MON0077_000000013407	1.0		4	2	False	False	0.9752458333969116	0					non-mobilizable	chromosome	1424.0	99.86	100.0	0.00030472462359121076	CP019213.3	enterobacteria	Escherichia coli strain WCHEC050613 chromosome, complete genome	False	False
ISR0280_000000000467	10946	0.606436972227254	6	3	3	2	1	True	91149	maximal	True	ISR0280_000000000467	1.0		27	7	False	False	0.9980815052986145	0					non-mobilizable	no_good_hit	2285.0	86.958	21.0	0.0005966945640180583	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0187_000000017689	1619	0.6064362879092764	3	2	2	2	1	False	29289	maximal	True	ISR0187_000000017689	1.0		51	9	False	False	0.9993823170661926	0					non-mobilizable	no_good_hit	191.0	76.44	12.0	5.22074301170224e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0084_000000020033	1739	0.6064355895056707	2	2	2	2	1	False	52688	fragment	False	MON0084_000000020033	0.9938235294117648		0	0	False	False	0.9971247911453247	0					non-mobilizable	no_good_hit	1086.0	76.98	62.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0044_000000017230	1295	0.6064308257983562	3	3	2	3	1	False	47104	maximal	True	FIJ0044_000000017230	0.9841463414634146		33	6	False	False	0.9868726134300232	0					non-mobilizable	no_good_hit	1131.0	73.563	86.0	0.005168941805324846	MN577572.1	bacteria	Uncultured Elusimicrobia bacterium isolate LL30 clone UCI_4 genomic sequence	True	False
FIJ0006_000000017887	2056	0.6064296800717799	2	2	2	1	1	False	55440	fragment	False	FIJ0006_000000017887	0.9706773137814652		0	0	False	False	1.0	0					non-mobilizable	other	2064.0	93.459	99.0	0.03467631494412227	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
SPA0126_000000030229	1487	0.6064283819343147	2	1	1	1	1	False	3948	maximal	True	SPA0126_000000030229	1.0		1	1	False	False	0.9932750463485718	0					non-mobilizable	no_good_hit	695.0	95.54	47.0	0.00015528909279843476	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ISR0235_000000003458	1400	0.6064278438845867	1	1	1	1	1	False	27342	maximal	True	ISR0235_000000003458	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	93.367	87.0	0.00039571162006573366	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
SPA0129_000000004907	5706	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9978665746712884	PS1045|PS658	0	0	True	True	1.0	78					non-mobilizable	plasmid	3589.0	99.721	97.0	0.6498822677051259	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
AST0005_000000005279	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975097117951067	PS1045|PS658	0	0	True	True	1.0	40					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0364_000000002571	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975143465837925	PS1045|PS658	0	0	True	True	0.9996389150619507	7					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0124_000000005380	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975143465837925	PS1045|PS658	0	0	True	True	0.9990972876548767	17					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0153_000000004633	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975120291894495	PS1045|PS658	0	0	True	True	0.9996389150619507	15					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0121_000000002609	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975097117951067	PS1045|PS658	0	0	True	True	1.0	24					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0181_000000004003	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9973518236334984	PS1045|PS658	0	0	True	True	1.0	9					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0118_000000005196	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975097117951067	PS1045|PS658	0	0	True	True	1.0	26					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CHI0085_000000000110	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975143465837925	PS1045|PS658	0	0	True	True	1.0	14					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0039_000000005420	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975097117951067	PS1045|PS658	0	0	True	True	0.9990972876548767	9					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0285_000000002108	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975097117951067	PS1045|PS658	0	0	True	True	0.9971113801002502	14					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0003_000000004324	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975097117951067	PS1045|PS658	0	0	True	True	0.9980140924453735	7					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CHI0124_000000002914	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975143465837925	PS1045|PS658	0	0	True	True	0.9953060150146484	9					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0110_000000003926	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975097117951067	PS1045|PS658	0	0	True	True	1.0	32					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0039_000000004378	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975097117951067	PS1045|PS658	0	0	True	True	0.9998194575309753	19					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0056_000000005658	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975143465837925	PS1045|PS658	0	0	True	True	1.0	28					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
AST0090_000000004593	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9973504042341061	PS1045|PS658	0	0	True	True	1.0	21					non-mobilizable	plasmid	4013.0	99.726	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0025_000000003640	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9973438471028	PS1045|PS658	0	0	True	True	1.0	30					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ITA0002_000000001194	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9970044138660714	PS1045|PS658	0	0	True	True	1.0	19					non-mobilizable	plasmid	4013.0	99.70100000000001	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
DEN0085_000000006384	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975143465837925	PS1045|PS658	0	0	True	True	1.0	27					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0127_000000005213	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9973394582504849	PS1045|PS658	0	0	True	True	0.9998194575309753	23					non-mobilizable	plasmid	4013.0	99.726	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CHI0163_000000001628	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9973475504943888	PS1045|PS658	0	0	True	True	0.9996389150619507	26					non-mobilizable	plasmid	4013.0	99.726	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0062_000000005719	5539	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9975143465837925	PS1045|PS658	0	0	True	True	1.0	42					non-mobilizable	plasmid	4013.0	99.751	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0209_000000003499	5537	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9968101691086502	PS1045|PS658	0	0	True	True	0.9976521730422974	6					non-mobilizable	plasmid	4013.0	99.70100000000001	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0371_000000002534	5469	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9735845990658472	PS1045|PS658	0	0	True	True	1.0	10					non-mobilizable	plasmid	2410.0	99.585	100.0	0.4363339974642275	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0099_000000003936	5469	0.6064246369180017	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9735845990658472	PS1045|PS658	0	0	True	True	1.0	19					non-mobilizable	plasmid	2410.0	99.585	100.0	0.4363339974642275	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
AST0019_000000018089	1657	0.6064173589671894	3	2	2	2	2	False	122195	maximal	False	MAD0090_000000007516	0.9763279445727483		0	0	False	False	0.9981895089149475	0					non-mobilizable	other	1657.0	99.45700000000001	100.0	0.0007022004400625705	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
SPA0068_000000006537	1538	0.606416441197224	3	3	3	3	3	False	5980	maximal	True	SPA0068_000000006537	1.0		6	2	False	False	1.0	0					non-mobilizable	chromosome	1538.0	98.44	100.0	0.00037126617224093314	CP027177.1	enterobacteria	Morganella morganii strain AR_0057 chromosome, complete genome	False	False
CHI0179_000000002413	5910	0.6064134290601159	6	5	3	4	4	False	125575	fragment	False	ENG0050_000000003044	0.5671885953406262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0331_000000006731	3265	0.6064105956641407	3	3	3	3	3	False	28203	maximal	True	ISR0331_000000006731	1.0		49	8	False	False	1.0	0					non-mobilizable	no_good_hit	2549.0	87.211	77.0	0.004659557074499398	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	False
USA0069_01_000000004681	12224	0.606406019056581	13	10	2	5	8	False	119514	fragment	False	USA0069_01_000000004681	0.9999586332423265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3718.0	80.07	30.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
SPA0100_000000002410	12087	0.606406019056581	13	10	2	5	8	False	119514	fragment	False	USA0069_01_000000004681	0.9943553664921466		0	0	False	False	0.9990072250366211	0					non-mobilizable	no_good_hit	3718.0	80.07	30.0	0.03327222480641366	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
MON0050_000000012056	2791	0.6064052890563768	3	2	2	2	2	False	11339	maximal	True	MON0050_000000012056	1.0		46	10	False	False	0.9942672848701477	0					non-mobilizable	no_good_hit	1213.0	77.082	43.0	0.028337114766496502	NZ_CACVNJ010000016.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
FIJ0162_000000015636	1459	0.6064033654959387	3	3	1	3	1	True	39215	maximal	True	FIJ0162_000000015636	1.0		5	3	False	False	0.9897189736366272	0					non-mobilizable	no_good_hit	282.0	97.51799999999999	19.0	0.00294811320754717	NZ_RCXZ01000026.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0026, whole genome shotgun sequence	True	True
ISR0327_000000021880	1349	0.606402928746702	3	2	2	2	2	False	39874	fragment	False	ISR0327_000000021880	1.0		0	0	False	False	0.987398087978363	0					non-mobilizable	chromosome	1349.0	100.0	100.0	0.0002539435186662615	CP052503.1	enterobacteria	Klebsiella pneumoniae strain B17KP0020 chromosome, complete genome	False	False
FIJ0148_000000017521	1211	0.606402928746702	3	2	2	2	2	False	39873	fragment	False	FIJ0148_000000017521	0.974036850921273		0	0	False	False	0.996696949005127	0					non-mobilizable	chromosome	1211.0	98.76100000000001	100.0	0.00023132579504381615	CP052449.1	enterobacteria	Klebsiella pneumoniae strain C16KP0077 chromosome, complete genome	False	False
SPA0124_000000024790	1194	0.606402928746702	2	2	2	2	2	False	39873	fragment	False	FIJ0148_000000017521	0.9673823286540049		0	0	False	False	1.0	0					non-mobilizable	chromosome	1194.0	98.074	100.0	0.00022484611799313627	CP033756.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_566 chromosome 1, complete sequence	False	False
ISR0244_000000015419	1678	0.6063988953409796	2	2	2	2	2	False	87821	fragment	False	ISR0297_000000005738	0.44765614344645466		0	0	False	False	0.9767580628395081	0					non-mobilizable	other	1678.0	99.70200000000001	100.0	0.000538399403105444	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0084_01_000000005807	5413	0.6063969146283583	4	4	3	4	3	False	65717	maximal	True	USA0084_01_000000005807	0.9999072356215213		7	6	False	False	0.9992610216140747	0					non-mobilizable	no_good_hit	2195.0	98.405	60.0	0.0006645772165119268	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ENG0062_000000004357	5390	0.6063969146283583	4	4	3	4	3	False	65717	maximal	False	USA0084_01_000000005807	0.9977831147238131		0	0	False	False	0.9998144507408142	0					non-mobilizable	no_good_hit	2195.0	98.36	60.0	0.0006645772165119268	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
FIJ0123_000000003366	9742	0.6063961148439089	12	6	4	4	2	False	46689	fragment	False	FIJ0123_000000003366	0.9913462591740607		0	0	False	False	0.998870849609375	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.5107465916905708e-06	CP025657.1	eudicots	Ipomoea trifida cultivar NCNSP0306 chromosome 14	True	False
MON0004_000000009362	3786	0.6063948986907692	5	5	2	2	5	False	48534	maximal	True	MON0004_000000009362	1.0		28	9	False	False	1.0	0					non-mobilizable	chromosome	3786.0	99.34	100.0	0.0007013725963627577	CP056222.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00973 chromosome, complete genome	False	False
ENG0106_000000011524	1793	0.6063920212740632	3	3	3	2	1	False	85660	fragment	False	ENG0106_000000011524	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	98.691	94.0	0.0005024417351626322	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0028_000000019811	1563	0.6063917345542986	2	2	1	2	1	True	107719	fragment	False	DEN0028_000000019811	0.9876336898395722		0	0	False	False	0.999360203742981	0					non-mobilizable	no_good_hit								True	True
ISR0174_000000018566	1324	0.6063889597472281	2	2	2	2	1	False	103280	fragment	False	ENG0172_000000015118	0.48500850188810957		0	0	False	False	0.9614803791046143	0					non-mobilizable	other	1324.0	99.62200000000001	100.0	0.0981891049428529	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
CHI0043_000000007733	1301	0.6063889597472281	2	2	2	2	1	False	103280	fragment	False	ENG0172_000000015118	0.15312717418015143		0	0	False	False	0.9830899238586426	0					non-mobilizable	other	1301.0	99.462	100.0	0.09648211370046014	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0392_000000005876	4922	0.6063835479655918	8	7	3	5	6	True	131066	fragment	False	ISR0392_000000005876	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4929.0	96.40899999999999	100.0	0.18428042347835846	GU942939.1		Uncultured organism clone 22 genomic sequence	False	True
ISR0219_000000017802	1861	0.6063831048658801	5	3	1	3	1	False	30163	maximal	True	ISR0219_000000017802	1.0		52	7	False	False	0.9989253282546997	0					non-mobilizable	other	1000.0	97.3	100.0	0.00819598158980712	NZ_LT629862.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
MON0033_000000039313	1527	0.6063829356596818	2	2	2	2	2	False	113520	maximal	True	MON0033_000000039313	0.9851973684210527		128	11	False	False	0.9980353713035583	0					non-mobilizable	other	1526.0	90.43299999999999	99.0	0.044283764555565236	MK411242.1	bacteria	Uncultured bacterium clone BVR_06I15, partial sequence	False	False
ISR0154_000000002759	9729	0.6063825452706689	9	4	3	3	1	True	121485	fragment	False	ISR0154_000000002759	1.0		0	0	False	False	0.9981498718261719	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	7.128674831875832e-06	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	True
AST0060_000000025952	1186	0.6063802893736099	2	2	2	1	1	False	112243	fragment	False	MON0072_000000017690	0.9634946677604594		0	0	False	False	0.994940996170044	0					non-mobilizable	other	1167.0	99.914	98.0	0.008770874078531669	NZ_SPGG01000013.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_13_length_132940_cov_40.1678, whole genome shotgun sequence	False	False
ISR0098_000000015408	1135	0.6063802134841496	1	1	1	1	1	False	33226	fragment	False	ISR0098_000000015408	1.0		0	0	False	False	0.933920681476593	0					non-mobilizable	no_good_hit								True	False
FIJ0162_000000005662	4068	0.6063792594332417	4	4	2	3	4	False	118622	fragment	False	FIJ0162_000000005662	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4067.0	94.714	99.0	0.0008982295282962292	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0330_000000013337	2210	0.6063728808509163	4	4	4	3	2	False	24665	maximal	True	ISR0330_000000013337	1.0		8	6	False	False	0.996380090713501	0					non-mobilizable	no_good_hit								True	False
ISR0209_000000008227	3584	0.6063700500372332	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.46931262784864686		0	0	False	False	1.0	0					non-mobilizable	other	3511.0	94.361	100.0	0.0008603292592121307	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0132_000000012822	2419	0.6063616584079972	4	3	3	2	1	False	80913	maximal	True	CHI0132_000000012822	1.0		2	2	False	False	0.9656882882118225	0					non-mobilizable	no_good_hit	1071.0	72.642	44.0	0.0005477179883943839	LR698974.1	euryarchaeotes	Candidatus Methanomassiliicoccus intestinalis isolate MGYG-HGUT-02160 genome assembly, chromosome: 1	True	False
TAN0008_000000009244	2089	0.6063611904863707	3	3	3	2	2	False	2755	fragment	False	TAN0008_000000009244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0334_000000017647	1238	0.6063562954785164	2	2	2	2	0	True	24498	maximal	True	ISR0334_000000017647	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0117_000000002168	9752	0.6063381512245263	9	7	3	2	5	False	41628	maximal	True	FIJ0117_000000002168	1.0		2	1	False	False	0.997026264667511	0					non-mobilizable	no_good_hit	2264.0	96.24600000000001	34.0	0.0109321308955938	CP020429.2	firmicutes	Streptococcus sp. FDAARGOS_192 plasmid unnamed1, complete sequence	True	False
MON0058_000000032591	1601	0.6063298097325586	3	2	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.17033250835268854		0	0	False	False	0.9681448936462402	0					non-mobilizable	no_good_hit	877.0	81.87	55.0	0.000342744694810163	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
DEN0040_000000005282	1568	0.6063298097325586	2	2	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.26301549059559454		0	0	False	False	0.9987244606018066	0					non-mobilizable	no_good_hit	995.0	81.206	63.0	0.0003886269937721642	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
USA0035_01_000000016500	1552	0.6063298097325586	3	2	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.17135735978153008		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	78.833	99.0	0.010991040916227948	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	False	True
USA0019_01_000000020428	1487	0.6063298097325586	3	2	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.16449750597889984		0	0	False	False	0.9979825019836426	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000035143	1475	0.6063298097325586	3	2	1	1	1	True	117911	fragment	False	DEN0052_000000023100	0.1338362531490853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	81.327	55.0	0.00031803884152293156	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
ISR0107_000000022517	1328	0.6063298097325586	2	2	1	1	1	True	96863	fragment	False	MON0026_000000040873	0.5604882407674021		0	0	False	False	0.9932228922843933	0					non-mobilizable	no_good_hit	775.0	79.613	58.0	0.00030156827266477726	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
CAN0002_000000015034	1301	0.6063298097325586	3	2	1	1	1	True	96863	fragment	False	MON0026_000000040873	0.5552896772274283		0	0	False	False	0.9915449619293213	0					non-mobilizable	no_good_hit	677.0	81.832	52.0	0.00026392125813185316	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
MON0093_000000036060	1296	0.6063298097325586	2	2	1	1	1	True	96863	fragment	False	MON0026_000000040873	0.7531710430980811		0	0	False	False	0.9930555820465088	0					non-mobilizable	no_good_hit	802.0	80.923	62.0	0.000313332964706316	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
MON0026_000000040873	1292	0.6063298097325586	2	2	1	1	1	True	96863	fragment	False	MON0026_000000040873	0.7536122106330999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	82.31	63.0	0.00031803884152293156	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
ISR0042_000000029519	1142	0.6063240899481198	2	2	2	1	1	False	36324	maximal	True	ISR0042_000000029519	1.0		17	6	False	False	1.0	0					non-mobilizable	other	1142.0	98.774	100.0	0.0005297977574835674	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
SPA0039_000000014966	1828	0.6063235804197239	3	2	2	1	1	False	7000	maximal	True	SPA0039_000000014966	1.0		23	8	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	99.31299999999999	40.0	0.011867256492711514	NZ_CYYA01000021.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CAN0008_000000014055	2067	0.6063232983199279	3	3	2	3	2	False	95000	maximal	True	CAN0008_000000014055	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	74.167	17.0	0.0019078812249354131	NZ_MCHZ01000026.1	firmicutes	Caminicella sporogenes strain AM 1114 contig_4, whole genome shotgun sequence	True	False
SPA0100_000000011603	2589	0.6063216149073273	4	3	1	1	3	False	90749	maximal	True	SPA0100_000000011603	1.0		262	10	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	80.846	54.0	0.00030871674595398836	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0048_000000010273	3049	0.6063194953966973	5	4	2	4	1	False	75098	fragment	False	FIJ0048_000000010273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	83.304	19.0	0.00017106053314267715	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0003_000000009051	3116	0.6063174659152434	3	3	3	3	3	False	99199	maximal	False	ISR0107_000000007024	0.9169153480760662		0	0	False	False	0.9971116781234741	0					non-mobilizable	other	3086.0	91.348	100.0	0.0007435653002859867	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0160_000000014013	2066	0.6063152622564671	2	2	2	2	1	True	92382	maximal	True	ISR0160_000000014013	0.996078431372549		14	5	False	False	0.9883833527565002	0					non-mobilizable	no_good_hit	525.0	71.048	25.0	0.00011147356823435373	NZ_FXAM01000001.1	g-proteobacteria	Methylomagnum ishizawai strain 175, whole genome shotgun sequence	True	True
CHI0154_000000015899	2040	0.6063152622564671	2	2	2	2	1	True	92382	maximal	False	ISR0160_000000014013	0.989835430784124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	71.51100000000001	25.0	0.00010687928965352114	CP019936.1	g-proteobacteria	Chromatiaceae bacterium 2141T.STBD.0c.01a, complete genome	True	True
FIJ0048_000000011027	2863	0.6063141382890108	3	2	2	2	1	False	46784	fragment	False	FIJ0048_000000011027	1.0		0	0	False	False	0.9989521503448486	0					non-mobilizable	no_good_hit								True	False
FIJ0080_000000007698	3354	0.6063095501680114	2	2	2	2	2	False	44336	maximal	True	FIJ0080_000000007698	1.0		34	7	False	False	0.9979129433631897	0					non-mobilizable	no_good_hit	2030.0	71.33	60.0	0.012157739818273785	NZ_SPHG01000007.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_7_length_164093_cov_57.8536, whole genome shotgun sequence	True	False
MON0052_000000010703	2416	0.6063093626026	2	2	2	2	2	False	11229	maximal	True	MON0052_000000010703	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	72.521	20.0	0.0036296245030413483	NZ_AUGK01000009.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
SPA0052_000000009282	3120	0.6063050050718332	4	4	4	3	3	False	81206	fragment	False	FIJ0005_000000008187	0.3353946959815354		0	0	False	False	0.995512843132019	0					non-mobilizable	no_good_hit	942.0	73.461	29.0	0.00026086767900831466	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0050_000000001713	5134	0.6063036076353961	4	4	4	4	4	False	99191	maximal	False	ISR0349_000000001736	0.9768432265341588		0	0	False	False	1.0	0					non-mobilizable	chromosome	5134.0	97.994	100.0	0.002027688352030483	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0037_000000003147	7343	0.6062987761699385	4	4	4	4	3	False	49416	maximal	True	FIJ0037_000000003147	0.9412704285147141		14	1	False	False	1.0	0					non-mobilizable	no_good_hit	1466.0	77.08	20.0	0.0011706730964384585	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0148_000000013677	2739	0.6062964818721283	2	2	2	2	2	False	57312	maximal	True	ENG0148_000000013677	1.0		1	1	False	False	0.9996349215507507	0					non-mobilizable	chromosome	2750.0	98.98200000000001	100.0	0.0005744127835993345	LR134204.1	enterobacteria	Citrobacter koseri strain NCTC11075 genome assembly, chromosome: 1	False	False
DEN0011_000000035962	1314	0.6062956223097827	2	2	2	2	2	False	75590	maximal	True	DEN0011_000000035962	1.0		250	13	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	72.047	38.0	0.00018053207134194183	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
ENG0095_000000001733	12114	0.6062923353122249	12	7	4	6	3	True	121810	maximal	False	ISR0011_000000001820	0.9413665743305633		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	75.161	5.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
MON0009_000000031857	1254	0.6062916053407026	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.16629290125216561		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	93.551	100.0	0.00039042837614771943	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0052_000000002325	10975	0.6062901714432829	9	7	5	6	6	True	64454	fragment	False	ISR0052_000000002325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3088.0	93.977	57.0	0.10770145911333497	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0356_000000015255	1391	0.6062855733894962	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.20181922877779643		0	0	False	False	0.9935298562049866	0					non-mobilizable	chromosome	1337.0	76.73899999999999	96.0	0.00037574630155845116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0093_000000015190	2124	0.6062839391963288	3	3	2	3	2	False	68478	fragment	False	DEN0093_000000015190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	76.23100000000001	27.0	0.00016232122170008897	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0126_000000025117	1962	0.6062822107237701	3	3	3	2	2	False	117340	fragment	False	ISR0398_000000010638	0.8674010147659056		0	0	False	False	0.9964321851730347	0					non-mobilizable	other	1962.0	99.337	100.0	0.015876357100642016	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0082_000000005991	4498	0.6062821611493526	7	5	2	1	5	True	129861	fragment	False	MON0082_000000005991	0.9961103253182462		0	0	False	False	0.9993330240249634	0					non-mobilizable	other	4514.0	98.095	99.0	0.0012505466984403088	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
CHI0089_000000004824	1774	0.6062784679308232	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.5086995771810677		0	0	False	False	0.9971815347671509	0					non-mobilizable	chromosome	1774.0	99.324	100.0	0.0007016634180046833	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0068_000000002966	7588	0.6062781598080544	8	6	6	5	4	False	62627	maximal	True	ENG0068_000000002966	1.0		28	7	False	False	0.9996046423912048	0					non-mobilizable	other	4214.0	99.881	100.0	0.0011282084515747384	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MAD0090_000000005636	2256	0.6062774308303294	2	2	2	2	1	False	26309	fragment	False	MAD0090_000000005636	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2256.0	98.936	100.0	0.001054327065814789	CP002888.1	firmicutes	Streptococcus salivarius 57.I, complete genome	False	False
DEN0001_000000005612	6277	0.6062740598184695	7	6	2	2	5	True	116367	fragment	False	DEN0001_000000005612	0.9952089872790353		0	0	False	False	0.9987255334854126	0			MPF_T		non-mobilizable	plasmid	6265.0	99.96799999999999	99.0	0.2018756647007638	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
MAD0070_000000002247	7155	0.6062651695259824	9	6	4	4	4	True	119983	fragment	False	MAD0070_000000002247	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	5262.0	96.31299999999999	98.0	0.0018564607551394957	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0084_000000000751	17400	0.6062639370906954	28	8	2	7	1	False	46994	maximal	False	FIJ0128_000000001151	0.9731097716601863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0011917057281321999	NZ_OFSM01000046.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
FIJ0128_000000001151	17350	0.6062639370906954	30	8	2	7	1	False	46994	maximal	True	FIJ0128_000000001151	0.9795078463599723		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.0012314292524032732	NZ_OFSM01000046.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0081_000000001013	16339	0.6062639370906954	25	8	2	7	1	False	34262	maximal	True	ISR0081_000000001013	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	6.422606572582269e-06	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0074_000000000480	15405	0.6062639370906954	23	8	2	7	1	False	12843	maximal	True	MON0074_000000000480	1.0		2	1	False	False	0.9997403621673584	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.659312267861271e-05	CP012819.1	budding yeasts	Saccharomycopsis fibuligera x Saccharomycopsis cf. fibuligera strain KJJ81 chromosome B4, complete sequence	True	False
SPA0095_000000000855	22453	0.6062630478463693	30	15	5	12	7	False	21918	maximal	True	SPA0095_000000000855	1.0		1	1	True	True	0.9999554753303528	1					non-mobilizable	no_good_hit	69.0	100.0	0.0	3.641551386574243e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
USA0034_01_000000010951	5199	0.6062605879977884	6	6	6	6	5	True	1479	maximal	True	USA0034_01_000000010951	1.0		78	10	False	False	1.0	0					non-mobilizable	no_good_hit	2021.0	91.19200000000001	55.0	0.0004587702180490449	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0047_000000018914	1160	0.6062591021215421	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2111048650340992		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	94.148	100.0	0.016133980365908077	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0033_000000004678	6519	0.6062571569282066	6	4	2	3	2	True	48313	maximal	True	FIJ0033_000000004678	1.0		1	1	False	False	0.9981592297554016	0					non-mobilizable	no_good_hit	336.0	94.345	5.0	0.00609968310955617	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0198_000000003533	5215	0.6062532750077491	9	6	5	5	4	True	120934	fragment	False	ENG0198_000000003533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4126.0	99.152	79.0	0.11192854815940928	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
SPA0106_000000028897	1314	0.6062514119204676	2	2	2	2	2	False	4732	maximal	True	SPA0106_000000028897	1.0		20	5	False	False	0.9703196287155151	0					non-mobilizable	chromosome	1332.0	74.249	100.0	0.0005403139256854203	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0142_000000007345	2515	0.6062442011795782	5	2	1	2	2	False	126732	fragment	False	USA0145_01_000000008660	0.8042844831408068		0	0	False	True	1.0	0					non-mobilizable	plasmid	1454.0	93.12200000000001	99.0	0.27609811751283514	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0041_000000019410	3004	0.6062425649313941	6	3	3	1	1	False	82084	maximal	True	MON0041_000000019410	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	83.226	10.0	0.0001184169861984032	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ENG0167_000000016761	1503	0.6062414096643788	2	1	1	1	1	False	56050	maximal	True	ENG0167_000000016761	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	99.074	29.0	0.0001056716758963888	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0005_000000035420	1123	0.6062406734337296	2	2	2	1	1	False	76377	fragment	False	USA0005_01_000000025238	0.9712081465825225		0	0	False	False	0.993766725063324	0					non-mobilizable	other	1123.0	100.0	100.0	0.0003004628252235596	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CHI0069_000000004165	2397	0.6062393999995703	3	3	3	2	2	True	112403	fragment	False	CHI0069_000000004165	1.0		0	0	False	False	0.9958280920982361	0					non-mobilizable	no_good_hit	1655.0	97.885	70.0	0.00045903660629488313	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0089_000000011115	1874	0.6062392614188717	3	2	2	2	2	False	114366	maximal	True	ENG0089_000000011115	1.0		21	8	False	False	0.9706510305404663	0					non-mobilizable	other	1336.0	98.054	100.0	0.00039949953331870993	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0146_000000005496	4313	0.6062367217072732	4	4	4	4	4	False	86164	fragment	False	SPA0146_000000005496	0.9726283484284938		0	0	False	False	0.9997681379318237	0					non-mobilizable	chromosome	4313.0	99.76799999999999	100.0	0.0007665112786659575	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0038_000000022120	1560	0.6062361600114278	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.16130594147896496		0	0	False	False	0.9923076629638672	0					non-mobilizable	other	941.0	82.99700000000001	91.0	0.037686522141334514	NZ_CACWHD010000054.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	False	False
USA0006_01_000000001448	14573	0.606234516132933	13	10	7	9	9	True	2143	maximal	True	USA0006_01_000000001448	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3082.0	79.689	32.0	0.04979118254058534	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	True
MON0019_000000013250	4608	0.6062291939047041	10	2	2	2	1	False	13223	maximal	True	MON0019_000000013250	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.010542756735650137	XM_027935779.2	rodents	PREDICTED: Marmota flaviventris LAS1 like ribosome biogenesis factor (Las1l), transcript variant X5, mRNA	True	False
ENG0051_000000003384	7971	0.6062266453862823	12	9	4	7	4	True	64097	fragment	False	ENG0051_000000003384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	92.48299999999999	31.0	0.09495764421137555	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0059_000000003521	5362	0.6062249311852951	3	3	2	3	3	False	46031	maximal	True	FIJ0059_000000003521	1.0		10	3	False	False	0.9962700605392456	0					non-mobilizable	no_good_hit	1863.0	75.523	34.0	0.0016298431364559593	NZ_JH414504.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.1, whole genome shotgun sequence	True	False
ENG0058_000000004528	6146	0.6062205658577579	7	3	3	3	3	False	86152	maximal	True	ENG0058_000000004528	1.0		0	0	False	False	0.9993491768836975	0					non-mobilizable	no_good_hit	1560.0	70.064	25.0	0.0005360417849373326	CP027782.1	firmicutes	Clostridium tetani strain Mfbjulcb2 chromosome, complete genome	True	False
ENG0104_000000019499	1628	0.606216663398635	3	3	3	3	2	False	60234	maximal	True	ENG0104_000000019499	1.0		15	9	False	False	0.9975429773330688	0					non-mobilizable	no_good_hit	211.0	75.355	13.0	8.861818683781338e-05	NZ_JABEKU010000002.1	a-proteobacteria	Ensifer sesbaniae strain CCBAU 65729 Scaffold_2, whole genome shotgun sequence	True	False
DEN0051_000000014448	3037	0.6062150964988515	6	2	2	2	2	False	100887	fragment	False	DEN0051_000000014448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2449.0	97.632	81.0	0.00047349043950017526	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
SPA0005_000000020570	1384	0.6062127196558238	2	1	1	1	1	False	8290	fragment	False	SPA0055_000000021247	0.9761904761904763		0	0	False	False	0.9971098303794861	0					non-mobilizable	other	1384.0	99.928	100.0	0.0003947264770990144	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0132_000000036896	1123	0.6062127196558238	2	1	1	1	1	False	3710	fragment	False	SPA0132_000000036896	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	99.73299999999999	100.0	0.0003421446247158324	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MAD0066_000000002197	6547	0.6062099566548655	11	3	1	3	1	True	17055	maximal	True	MAD0066_000000002197	1.0		1	1	False	False	0.9984725713729858	0					non-mobilizable	no_good_hit								True	True
ISR0120_000000005248	5139	0.6062092106772409	7	7	2	2	6	False	32298	maximal	True	ISR0120_000000005248	1.0		4	3	False	False	0.998637855052948	0					non-mobilizable	no_good_hit	3016.0	88.064	59.0	0.08446002805049088	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0059_000000004366	4326	0.6062026185917787	5	2	1	1	1	False	45927	maximal	True	FIJ0059_000000004366	1.0		106	10	False	False	0.9995377063751221	0					non-mobilizable	no_good_hit	167.0	87.425	4.0	0.002676253889435246	MK275621.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p3, complete sequence	True	False
AST0084_000000005958	5084	0.6061955813159354	7	6	5	6	5	False	111555	maximal	True	AST0084_000000005958	1.0		1	1	False	False	0.9960660934448242	0					non-mobilizable	no_good_hit	1497.0	85.17	41.0	0.0002852502365326995	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
AST0113_000000026897	1384	0.606191749890729	2	2	2	2	2	False	106453	maximal	True	AST0113_000000026897	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	73.32	35.0	0.00013187142373381725	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
FIJ0130_000000008432	2477	0.6061898432375743	3	2	2	2	1	False	40881	maximal	True	FIJ0130_000000008432	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000013181	2686	0.6061897433904069	4	4	4	4	4	False	131651	maximal	False	MAD0097_000000013192	0.6382608695652174		0	0	False	False	0.9992554187774658	0					non-mobilizable	no_good_hit	508.0	87.205	19.0	0.0015645581205513677	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	True	False
USA0082_01_000000026135	1134	0.6061813475759511	2	1	1	1	1	False	512	fragment	False	USA0082_01_000000026135	1.0		0	0	False	False	0.9991181492805481	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	6.80550156746714e-06	NZ_UFSM01000001.1	a-proteobacteria	Aminobacter aminovorans strain NCTC10684, whole genome shotgun sequence	True	False
ENG0058_000000030931	1126	0.6061760847100393	2	1	1	1	1	False	63401	maximal	True	ENG0058_000000030931	1.0		63	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0119_000000011394	1187	0.6061755183146658	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.42972384367354033		0	0	False	False	0.9983150959014893	0					non-mobilizable	no_good_hit	226.0	75.221	19.0	0.00094467334966831	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ENG0066_000000003664	4719	0.6061706705985862	4	4	4	3	4	False	62794	fragment	False	ENG0066_000000003664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3243.0	94.727	69.0	0.003985331219003322	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
FIJ0053_000000010720	1927	0.6061699546784809	2	2	2	2	2	False	46402	maximal	True	FIJ0053_000000010720	1.0		4	2	False	False	0.9984431862831116	0					non-mobilizable	chromosome	1927.0	96.679	100.0	0.0010758279993453425	CP042390.1	firmicutes	Leuconostoc lactis strain CBA3626 chromosome, complete genome	False	False
AUS0002_000000011924	2928	0.6061658937064914	4	4	3	4	3	False	103022	fragment	False	AUS0002_000000011924	1.0		0	0	False	False	0.999658465385437	0					non-mobilizable	no_good_hit								True	False
ISR0057_000000012290	1803	0.6061654740206672	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.08496674835551073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000031019	1377	0.6061654740206672	2	2	0	2	1	False	50572	fragment	False	FIJ0066_000000023015	0.938133440241387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0188_000000000054	86475	0.6061631485035089	98	27	18	25	7	True	61329	fragment	False	ISR0188_000000000054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	84.469	2.0	0.00026849310475638376	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0104_000000024208	1880	0.6061630612958299	3	2	2	2	1	False	10703	fragment	False	MON0104_000000024208	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1764.0	84.07	93.0	0.05184355566034955	NZ_QRYH01000027.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf27, whole genome shotgun sequence	False	False
USA0132_01_000000012730	1228	0.6061627603078348	2	2	2	1	1	False	69	maximal	True	USA0132_01_000000012730	1.0		13	5	False	False	1.0	0					non-mobilizable	chromosome	1228.0	100.0	100.0	0.00044461708938506593	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	False	False
ISR0013_000000004235	5361	0.606160930586852	5	4	4	4	2	False	67504	maximal	True	ISR0013_000000004235	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1719.0	78.127	32.0	0.008047655869633703	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
FIJ0092_000000000834	19282	0.6061609166128821	20	13	9	11	10	False	43352	fragment	False	FIJ0092_000000000834	1.0		0	0	False	False	0.9997925758361816	0					non-mobilizable	no_good_hit	1302.0	71.889	7.0	0.0009280996583036817	AP017649.1	GNS bacteria	Dehalococcoides mccartyi DNA, complete genome	True	False
MON0074_000000005052	3425	0.6061587598644288	4	4	4	4	4	False	80349	fragment	False	MON0074_000000005052	0.9483828424101935		0	0	False	False	0.9953284859657288	0					non-mobilizable	no_good_hit	962.0	73.493	28.0	0.00125732719409589	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0159_000000018608	1242	0.6061587466058506	3	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.11041552836335201		0	0	False	False	1.0	0					non-mobilizable	chromosome	1243.0	93.484	100.0	0.00043791442636915306	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0138_000000017178	1162	0.6061575412952316	2	2	2	2	2	False	57886	maximal	True	ENG0138_000000017178	1.0		21	6	False	False	0.9982788562774658	0					non-mobilizable	no_good_hit	470.0	71.702	39.0	7.212995685687755e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
ENG0179_000000006458	4983	0.6061557920330745	7	2	1	2	1	False	55413	maximal	True	ENG0179_000000006458	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0135_000000006219	3410	0.6061479414249865	4	4	2	4	4	True	118256	maximal	True	ENG0135_000000006219	1.0		74	11	False	False	0.9991202354431152	0					non-mobilizable	other	3196.0	99.124	94.0	0.16691917872629433	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0101_000000004115	1942	0.6061468319893665	3	1	1	1	1	False	108494	maximal	True	AST0101_000000004115	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1942.0	99.073	100.0	0.11788296773409492	NZ_QSCB01000042.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf42, whole genome shotgun sequence	False	False
ISR0812_000000028124	1403	0.6061374596501178	2	2	2	2	2	False	21625	fragment	False	ISR0812_000000028124	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1403.0	97.505	100.0	0.00038933413310673085	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0055_000000003756	7769	0.6061272703475074	16	4	2	3	3	False	100741	maximal	True	SPA0055_000000003756	1.0		4	1	False	False	0.9990989565849304	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	1.0	1.6395571186000087e-05	FR745875.1	firmicutes	Clostridium botulinum B str. Eklund 17B(NRP), complete chromosome sequence	True	False
SPA0125_000000008093	4479	0.6061272703475074	6	4	2	3	3	False	11018	fragment	False	SPA0125_000000008093	1.0		0	0	False	False	0.9997767210006714	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	1.0	1.6395571186000087e-05	FR745875.1	firmicutes	Clostridium botulinum B str. Eklund 17B(NRP), complete chromosome sequence	True	False
FIJ0090_000000018547	2341	0.6061177004247261	4	4	4	3	2	True	61620	maximal	True	FIJ0090_000000018547	1.0		30	7	False	False	1.0	0					non-mobilizable	other	2349.0	97.40299999999999	100.0	0.01599198014130227	NZ_OLMR01000005.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
FIJ0018_000000014906	1797	0.6061167462839774	3	3	3	3	2	False	49968	maximal	True	FIJ0018_000000014906	1.0		45	8	False	False	1.0	0					non-mobilizable	other	1112.0	88.939	98.0	0.005805530531717056	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
CAN0016_000000022666	2130	0.6061145351511736	2	2	2	2	2	False	92855	maximal	True	CAN0016_000000022666	1.0		2	1	False	False	0.9924882650375366	0					non-mobilizable	no_good_hit	1134.0	99.471	53.0	0.00156934554274008	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0062_000000004305	6549	0.6061074892622182	10	7	2	5	6	False	35373	maximal	True	ISR0062_000000004305	1.0		1	1	False	False	0.9981676340103149	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00010078372608044132	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0024_000000010106	2331	0.6061074538867375	2	2	2	2	2	False	37450	fragment	False	ISR0024_000000010106	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2331.0	99.44200000000001	100.0	0.0052774273334496025	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0100_000000017136	1666	0.6061069233479398	2	2	1	2	1	False	116537	backbone	False	FIJ0083_000000013885	0.04778606831753601	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	1666.0	100.0	100.0	0.0004826527639480126	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
MON0019_000000051478	1299	0.6061057480294152	2	2	2	2	2	False	13142	maximal	True	MON0019_000000051478	1.0		2	2	False	False	0.9846035242080688	0					non-mobilizable	other	1318.0	74.127	100.0	0.0005415839654258162	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
USA0084_01_000000026819	1172	0.6061018311486781	2	2	2	2	1	True	1552	maximal	False	USA0030_01_000000013417	0.9293257514216084		0	0	False	False	0.979522168636322	0					non-mobilizable	other	1172.0	78.498	99.0	0.0009962005968659838	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
CAN0006_000000007172	6250	0.6061015702716921	8	8	6	7	7	False	100931	fragment	False	ISR0035_000000002545	0.5781607608130834		0	0	False	False	1.0	0					non-mobilizable	chromosome	3872.0	99.845	100.0	0.0007195824005499387	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CAN0020_000000022222	1608	0.6061006751335352	2	2	2	2	1	False	91832	maximal	True	CAN0020_000000022222	1.0		139	12	False	False	1.0	0					non-mobilizable	other	1607.0	98.444	99.0	0.02318564395744005	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0062_000000018027	2078	0.6060978793801576	3	2	1	2	1	True	66356	maximal	True	ISR0062_000000018027	1.0		4	2	False	False	0.9937439560890198	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.0191274494504756e-05	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ENG0021_000000010468	1729	0.6060978793801576	2	2	1	2	1	True	66355	fragment	False	ENG0021_000000010468	1.0		0	0	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.0191274494504756e-05	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ISR0805_000000008790	1352	0.6060935368092735	2	2	2	2	1	True	34079	maximal	True	ISR0805_000000008790	1.0		68	11	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	73.55	31.0	0.010921642367729637	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
CHI0106_000000007733	2549	0.6060923515952127	4	4	4	4	4	False	97362	fragment	False	CAN0001_000000017824	0.9910850709954249		0	0	False	False	1.0	0					non-mobilizable	chromosome	2549.0	99.529	100.0	0.00047364917504552926	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0006_000000012709	2520	0.6060923515952127	4	4	4	4	4	False	97362	fragment	False	CAN0001_000000017824	0.9873130385894144		0	0	False	False	1.0	0					non-mobilizable	chromosome	2520.0	99.881	100.0	0.00046825834848496396	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CAN0003_000000042313	1155	0.6060885321971146	2	2	2	2	2	False	96351	maximal	True	CAN0003_000000042313	1.0		422	14	False	False	0.984415590763092	0					non-mobilizable	chromosome	638.0	97.335	99.0	0.00022063959689529064	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0131_000000010714	1732	0.6060816399211203	3	3	3	2	2	False	43069	fragment	False	FIJ0131_000000010714	0.9822053675612602		0	0	False	False	1.0	0					non-mobilizable	chromosome	1732.0	97.74799999999999	100.0	0.0003124767583000398	CP053364.1	enterobacteria	Klebsiella pneumoniae strain BA2275 chromosome, complete genome	False	False
MON0036_000000022362	1124	0.6060815133222813	2	2	2	1	2	False	12155	fragment	False	MON0036_000000022362	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	98.73899999999999	99.0	0.00022916698524115021	CP013483.1	enterobacteria	Escherichia coli strain Y5, complete genome	False	False
DEN0003_000000006898	4012	0.606077574422718	3	2	2	2	1	False	81490	fragment	False	DEN0003_000000006898	1.0		0	0	False	False	0.9992522597312927	0					non-mobilizable	other	4012.0	99.103	100.0	0.0009834085661726577	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0212_000000010942	3150	0.6060765983575144	4	2	2	2	2	False	121224	maximal	True	ISR0212_000000010942	1.0		0	0	False	False	0.9990476369857788	0					non-mobilizable	no_good_hit	1689.0	86.501	54.0	0.0004990411597894254	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0012_000000009722	4130	0.6060725758825358	4	3	2	3	1	False	46785	maximal	True	MON0012_000000009722	1.0		137	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0018_000000009556	1829	0.6060715082045329	3	2	2	2	2	False	89541	fragment	False	ENG0137_000000007622	0.46309309620474953		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	99.67200000000001	100.0	0.0005464952999311499	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0190_000000019773	1516	0.606071081874062	4	3	2	2	3	False	54805	fragment	False	ENG0190_000000019773	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	99.34200000000001	100.0	0.0002938505671141726	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0155_000000000354	21996	0.6060634416535894	20	18	8	13	14	False	115142	fragment	False	SPA0155_000000000354	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1219.0	92.863	10.0	0.00036413089459307475	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
CHI0054_000000008208	2110	0.606060530282183	3	3	1	2	2	True	93360	maximal	True	CHI0054_000000008208	1.0		6	4	False	False	0.9981042742729187	0					non-mobilizable	other	2111.0	90.81	100.0	0.0607588372562012	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
CAN0001_000000019362	2348	0.606048659551897	4	3	1	2	3	True	102079	fragment	False	CAN0001_000000019362	0.9635287001983033		0	0	False	False	1.0	0					non-mobilizable	other	2330.0	96.91	99.0	0.0006602882331300046	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0010_000000011594	2051	0.606048659551897	3	3	1	2	3	True	102079	fragment	False	CAN0001_000000019362	0.4701098901098901		0	0	False	False	0.9756216406822205	0					non-mobilizable	other	2056.0	96.49799999999999	100.0	0.0005825070741112509	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ETH0002_000000007635	3674	0.6060463786405247	5	5	5	4	2	False	72658	maximal	True	ETH0002_000000007635	1.0		0	0	False	False	0.9899292588233948	0					non-mobilizable	no_good_hit	1018.0	96.66	31.0	0.015780898440530686	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	False
FIJ0052_000000016689	1797	0.6060402181997487	3	2	2	2	2	False	78292	maximal	True	FIJ0052_000000016689	1.0		13	2	False	False	0.997774064540863	0					non-mobilizable	no_good_hit	791.0	78.12899999999999	44.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CAN0002_000000001501	8973	0.6060395759094166	11	6	3	3	5	True	96989	maximal	True	CAN0002_000000001501	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1623.0	77.449	23.0	0.00025784715643381275	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
ISR0201_000000003562	7179	0.6060379756720252	10	9	6	6	6	True	132397	maximal	True	ISR0201_000000003562	1.0	PS1159|PS1161|PS463	36	7	True	True	1.0	40		MOBV			mobilizable	no_good_hit	2565.0	99.92200000000001	81.0	0.36833788248814825	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	True	True
ENG0069_000000004081	5412	0.6060357618373634	6	6	6	4	4	False	66151	maximal	True	ENG0069_000000004081	1.0		47	8	False	False	1.0	0					non-mobilizable	other	5416.0	97.52600000000001	100.0	0.0016325140777170885	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
FIJ0086_000000011849	2636	0.606032274248785	6	5	5	4	2	True	117237	maximal	True	FIJ0086_000000011849	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1752.0	98.059	84.0	0.0004883918083399409	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0230_000000018889	1792	0.606031157864874	3	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.8610235925555001		0	0	False	False	0.9944196343421936	0					non-mobilizable	other	1792.0	98.54899999999999	100.0	0.10163432073544433	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
SPA0064_000000005739	3727	0.6060266767064846	3	3	3	3	3	False	95830	fragment	False	CAN0023_000000002283	0.9580501829587036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2733.0	99.634	73.0	0.19873426929511895	NZ_WNCH01000054.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold54_size13747, whole genome shotgun sequence	True	False
CHI0037_000000007723	1823	0.6060225519591458	3	3	3	3	3	False	127740	fragment	False	ISR0150_000000012413	0.6802211297924551		0	0	False	False	0.9956116080284119	0					non-mobilizable	other	1823.0	99.616	100.0	0.057762419554259266	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0192_000000006005	3191	0.6060224268626974	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9899208814392984		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.137	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0083_000000003995	2512	0.6060197708445544	2	2	2	2	2	False	16107	maximal	True	MAD0083_000000003995	1.0		20	6	False	False	0.9948248267173767	0					non-mobilizable	no_good_hit								True	False
ENG0050_000000019316	1455	0.606019027520016	3	3	1	3	2	False	64123	fragment	False	ENG0050_000000019316	1.0		0	0	False	False	1.0	0				MOBQ	mobilizable	plasmid	1457.0	98.353	100.0	0.01802908477268215	CP003158.1	firmicutes	Lactococcus lactis subsp. cremoris UC509.9 plasmid pCIS8, complete sequence	False	True
DEN0003_000000003397	7674	0.6060182151464439	10	8	2	3	8	False	118432	fragment	False	DEN0003_000000003397	1.0		0	0	False	False	0.9980453252792358	0					non-mobilizable	no_good_hit	5204.0	95.292	82.0	0.0313094067024339	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
CAN0022_000000022022	1483	0.6060136774093287	2	2	1	2	1	True	91271	fragment	False	CAN0022_000000022022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0169_000000006364	3509	0.6060120133596881	5	3	1	2	1	True	55730	fragment	False	FIJ0169_000000006364	1.0		0	0	False	False	0.9991450309753418	0					non-mobilizable	no_good_hit								True	True
CHI0128_000000001624	5934	0.606010426113783	5	2	2	2	1	False	81683	maximal	True	CHI0128_000000001624	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	81.708	19.0	0.00028048352024470717	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0010_000000012425	3515	0.6060053376531602	5	5	5	5	5	False	76023	maximal	True	DEN0010_000000012425	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	87.961	56.0	0.001017324258721622	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
DEN0045_000000006411	5166	0.6060050726250633	5	5	5	5	5	False	99549	maximal	True	DEN0045_000000006411	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	96.429	11.0	0.0009879082853517414	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
DEN0052_000000009788	3906	0.6060010812593885	7	5	3	5	3	False	101152	fragment	False	DEN0052_000000009788	0.9978944413250983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	83.057	61.0	0.00026552766820368693	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0077_000000016202	1760	0.6060001801839089	4	1	1	1	1	False	7188	fragment	False	SPA0077_000000016202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0102_000000017430	2615	0.6059999754258494	3	3	3	3	2	False	8958	maximal	True	MON0102_000000017430	1.0		1	1	False	False	0.9996175765991211	0					non-mobilizable	no_good_hit	506.0	91.10700000000001	67.0	8.919061022449365e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MAD0052_000000001381	9288	0.6059991172727603	8	7	4	6	5	False	17302	maximal	True	MAD0052_000000001381	1.0		1	1	False	False	0.998815655708313	0					non-mobilizable	no_good_hit	3679.0	72.085	39.0	0.001008603118005454	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0109_000000005899	4518	0.6059977585862538	4	3	3	3	3	False	92764	maximal	True	SPA0109_000000005899	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	94.444	5.0	7.683938772652359e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
MAD0042_000000018250	1361	0.6059943894186786	2	1	1	1	1	False	18103	fragment	False	MAD0042_000000018250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	81.777	82.0	0.00040351325541044023	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
ENG0152_000000004928	4495	0.6059916984183723	5	5	4	4	3	True	60831	maximal	True	ENG0152_000000004928	1.0		1	1	False	False	0.9984427094459534	0					non-mobilizable	no_good_hit	1114.0	99.37200000000001	25.0	0.0003866918253765034	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	True
ISR0810_000000005665	2594	0.6059908269821772	5	4	2	1	3	False	86722	fragment	False	ISR0810_000000005665	0.9824526813880126		0	0	False	False	1.0	0					non-mobilizable	chromosome	2594.0	99.229	100.0	0.0007218568396144344	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0037_000000016681	1487	0.6059888080027651	2	2	2	2	1	False	59028	maximal	False	ENG0122_000000017908	0.9172753721926223		0	0	False	False	0.9993274807929993	0					non-mobilizable	other	1481.0	98.042	99.0	0.0003628632954214743	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0277_000000008449	1174	0.6059781715076386	3	2	2	2	2	False	26293	maximal	True	ISR0277_000000008449	1.0		82	9	False	False	0.9804088473320007	0					non-mobilizable	other	1169.0	98.802	99.0	0.0010619668571781868	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MAD0067_000000002523	3669	0.6059697074550122	4	4	3	4	2	True	18458	maximal	True	MAD0067_000000002523	1.0		1	1	False	False	0.9937312602996826	0					non-mobilizable	other	1535.0	88.86	91.0	0.0031929775404245177	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0109_000000009372	2640	0.6059607624972271	4	4	2	3	2	True	59887	maximal	True	ENG0109_000000009372	1.0		3	2	False	False	0.9992424249649048	0					non-mobilizable	no_good_hit	345.0	73.333	13.0	0.007439293598233996	NZ_QJVJ01000023.1	firmicutes	Paenibacillus flagellatus strain DXL2 contig23, whole genome shotgun sequence	True	True
CHI0026_000000001522	6044	0.6059603396783063	7	7	3	5	6	True	123607	fragment	False	ISR0087_000000003064	0.8148795811486502		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6061.0	97.69	100.0	0.001613447880545407	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0002_000000018781	2104	0.6059594741040273	4	2	2	2	1	False	45426	maximal	False	FIJ0065_000000008542	0.954782196969697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	91.985	12.0	0.0009583804844244741	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
DEN0016_000000001630	3837	0.6059557979656227	5	3	1	2	2	False	101733	maximal	True	DEN0016_000000001630	1.0		0	0	False	False	0.9994787573814392	0					non-mobilizable	no_good_hit	1475.0	87.051	40.0	0.02527640696734701	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0261_000000000328	27753	0.6059453366054525	30	11	7	11	5	True	26694	fragment	False	ISR0261_000000000328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	0.0	0.056319580877537655	NZ_QSOD01000017.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf17, whole genome shotgun sequence	True	True
ISR0263_000000008248	1809	0.6059406187560484	3	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.884272534515629		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	99.292	94.0	0.01829755960486782	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0295_000000028621	1242	0.6059406187560484	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.7566224558155695		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	98.95299999999999	100.0	0.013412446231329572	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ITA0006_000000019365	1103	0.6059406187560484	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.3748017215135993		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	98.825	99.0	0.011942589110087975	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0076_000000015410	3027	0.6059365786938846	6	5	5	2	1	True	13420	fragment	False	MON0076_000000015410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1443.0	92.79299999999999	80.0	0.0005039015317124501	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
AST0019_000000007543	3598	0.6059342748593954	4	4	4	3	3	False	122781	fragment	False	ISR0127_000000006252	0.9671926910299004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1993.0	99.398	100.0	0.0006278736171099343	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0178_000000003534	5376	0.6059301203115163	8	5	5	4	2	False	61757	maximal	True	ENG0178_000000003534	1.0		1	1	False	False	0.9992559552192688	0					non-mobilizable	no_good_hit	1885.0	97.08200000000001	66.0	0.02425584509218251	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MAD0110_000000007686	3576	0.6059296531843004	3	2	2	2	2	False	14562	maximal	True	MAD0110_000000007686	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	74.311	38.0	0.0011186296950257883	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
ISR0025_000000002989	11261	0.6059287666477009	15	8	5	6	7	False	77783	maximal	True	ISR0025_000000002989	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	97.81700000000001	8.0	0.04242396142433234	NZ_WNCH01000039.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold39_size21568, whole genome shotgun sequence	True	False
CAN0006_000000018338	2474	0.6059272008049464	4	3	3	2	2	False	95665	fragment	False	CAN0006_000000018338	1.0		0	0	False	False	0.9866612553596497	0					non-mobilizable	no_good_hit								True	False
ISR0007_000000001161	11620	0.6059261585659461	18	10	3	6	6	True	78735	maximal	True	ISR0007_000000001161	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	100.0	1.0	0.0014244413024669213	NZ_SPFU01000021.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_21_length_94774_cov_19.94, whole genome shotgun sequence	True	True
CHI0181_000000006267	3231	0.6059227185121654	4	4	2	2	2	True	101043	fragment	False	CHI0181_000000006267	1.0		0	0	False	False	0.9993810057640076	0					non-mobilizable	chromosome	3212.0	97.198	99.0	0.0006509109403186134	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
CHI0173_000000001014	15823	0.6059221920405569	17	9	6	7	5	True	77923	maximal	True	CHI0173_000000001014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	0.010342598577892695	LM523775.1	nematodes	Parastrongyloides trichosuri genome assembly P_trichosuri_KNP ,scaffold PTRK_contig0000340	True	True
FIJ0086_000000018316	1765	0.6059214825761626	3	3	3	3	2	False	124912	fragment	False	FIJ0086_000000018316	1.0		0	0	False	False	0.9949008226394653	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	2.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
ENG0148_000000014813	2531	0.6059214509395536	3	3	3	2	2	False	57306	fragment	False	ENG0148_000000014813	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2531.0	100.0	100.0	0.010382894898838594	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0309_000000003140	5169	0.6059197422914668	4	3	2	3	2	False	25395	maximal	True	ISR0309_000000003140	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	1554.0	96.396	30.0	0.0005457749881830754	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
MON0019_000000056063	1188	0.6059190744596664	2	2	2	2	2	False	13131	maximal	True	MON0019_000000056063	1.0		1	1	False	False	0.9764309525489807	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000025497	1344	0.6059127148789545	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.8015948445852676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	85.845	49.0	0.00018918947065133248	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
USA0040_01_000000010393	1344	0.6059127148789545	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.800791254541835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	85.845	49.0	0.00018918947065133248	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0171_000000006093	3881	0.605909543765271	3	3	3	3	2	False	55816	maximal	True	ENG0171_000000006093	1.0		138	10	False	False	0.999742329120636	0					non-mobilizable	no_good_hit	532.0	72.932	14.0	0.005272496320341956	NZ_JAFR01000012.1	mycoplasmas	Acholeplasma granularum ATCC 19168 G324DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
FIJ0003_000000004408	5708	0.6059073555384134	7	7	2	5	7	True	52217	maximal	True	FIJ0003_000000004408	1.0		1	1	True	True	0.9998248219490051	2					non-mobilizable	plasmid	4837.0	96.34100000000001	90.0	0.061142387247770255	CP017992.1	enterobacteria	Enterobacter cloacae complex sp. ECNIH7 plasmid pENT-2c5, complete sequence	False	True
ISR0831_000000008629	2087	0.6059051112981099	3	2	2	2	2	False	21021	maximal	True	ISR0831_000000008629	1.0		1	1	False	False	0.9980833530426025	0					non-mobilizable	no_good_hit	702.0	86.04	40.0	0.00022304427718988708	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0146_000000022914	1814	0.6059008549234561	3	2	2	2	2	False	31003	maximal	True	ISR0146_000000022914	1.0		114	10	False	False	0.9807056188583374	0					non-mobilizable	other	1793.0	100.0	99.0	0.03496721823290665	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	False	False
MON0033_000000015779	4297	0.6059002306579883	3	3	3	3	3	False	128871	maximal	True	MON0033_000000015779	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1087.0	81.785	55.0	0.004229514879739095	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
ISR0049_000000011996	2473	0.6058949362291692	2	1	1	1	1	False	35991	maximal	True	ISR0049_000000011996	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	98.131	4.0	0.00045747233587101004	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
ENG0121_000000013511	1221	0.6058907015806837	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2433297809144073		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	94.118	100.0	0.016984605087014725	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0093_000000018432	1745	0.605887359078673	3	1	1	1	1	False	68461	maximal	True	DEN0093_000000018432	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0093_000000005943	4664	0.6058851385440478	5	2	2	2	1	False	19482	maximal	True	MAD0093_000000005943	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	1.0	0.00021458126332386376	NZ_QKZK01000004.1	CFB group bacteria	Breznakibacter xylanolyticus strain DSM 6779 LX69DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ENG0036_000000006533	3500	0.6058827700946752	3	2	1	2	2	False	65328	maximal	True	ENG0036_000000006533	1.0		1	1	False	False	0.9977142810821533	0					non-mobilizable	no_good_hit	3088.0	99.676	88.0	0.0006749361107884107	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
FIJ0014_000000008923	2692	0.6058816407580031	4	4	3	4	3	False	101202	fragment	False	ISR0159_000000009035	0.9500924608245804		0	0	False	False	0.9877414703369141	0					non-mobilizable	chromosome	2692.0	97.92	100.0	0.0009143988770325496	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0048_000000019200	1245	0.6058810933867373	2	1	1	1	1	False	17516	fragment	False	MAD0100_000000026592	0.9503691930115429		0	0	False	False	0.9983935952186584	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000023702	1588	0.6058697028109515	4	3	3	2	2	False	108756	maximal	True	SPA0093_000000023702	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	83.564	86.0	0.9992679355783309	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	True	False
ENG0142_000000005344	5053	0.6058594987656589	5	2	2	1	2	False	58101	fragment	False	ENG0142_000000005344	0.9869696317036398		0	0	False	False	1.0	0					non-mobilizable	other	3292.0	86.51299999999999	98.0	0.0011150321072849784	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
SPA0104_000000007391	4643	0.6058594987656589	4	2	2	1	2	False	58101	fragment	False	ENG0142_000000005344	0.9474569562636058		0	0	False	False	0.9967693090438843	0					non-mobilizable	other	3137.0	86.675	98.0	0.0010633913759299154	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0068_000000004133	6914	0.6058545595469793	7	5	3	4	4	True	45132	maximal	True	FIJ0068_000000004133	1.0		2	1	False	False	1.0	0	rep_cluster_2350,rep_cluster_2358			MOBP	mobilizable	no_good_hit	2414.0	99.171	59.0	0.5520952599038241	LM996330.1	enterobacteria	Escherichia coli genome assembly FHI6, scaffold scaffold-6_contig-26.0_1_4367_[organism:Escherichia	True	True
ENG0129_000000017687	1523	0.6058481938634547	3	2	2	2	1	True	58512	maximal	True	ENG0129_000000017687	1.0		1	1	False	False	0.992777407169342	0					non-mobilizable	no_good_hit	757.0	99.604	50.0	0.0004546327681234385	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
ISR0307_000000007413	1519	0.6058469268892483	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9857162925443546		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	99.40700000000001	99.0	0.1125872049873831	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0058_000000018537	1441	0.6058469268892483	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9633834398082151		0	0	False	False	0.9993060231208801	0					non-mobilizable	other	1441.0	99.306	100.0	0.10687249517589431	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
CHI0037_000000010661	1393	0.6058469268892483	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9411679961408902		0	0	False	False	1.0	0					non-mobilizable	chromosome	1393.0	99.426	100.0	0.00043875505773947215	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0099_000000010795	2826	0.6058448222094366	3	2	2	2	2	False	15236	maximal	True	MAD0099_000000010795	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	7.075282578924778e-05	NZ_APJX01000002.1	d-proteobacteria	Desulfotignum phosphitoxidans DSM 13687 Dpo_2c, whole genome shotgun sequence	True	False
CHI0068_000000007486	1969	0.6058438392770323	2	2	1	2	2	True	113492	fragment	False	CHI0068_000000007486	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1758.0	82.821	97.0	0.0005890397541247088	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0068_000000005382	1996	0.6058426419631685	3	2	1	2	0	True	5985	maximal	True	SPA0068_000000005382	1.0		1	1	False	False	0.9974949955940247	0					non-mobilizable	no_good_hit	855.0	99.883	43.0	0.0001910906127519644	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	True
ISR0014_000000005427	6394	0.6058412380053256	6	5	5	5	3	False	130746	fragment	False	ISR0130_000000004031	0.9217788007623227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1677.0	96.661	61.0	0.00047672278683721735	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0125_000000009345	2081	0.6058293430527382	2	2	2	1	1	False	41198	fragment	False	FIJ0125_000000009345	1.0		0	0	False	False	0.9956751465797424	0					non-mobilizable	no_good_hit	929.0	80.086	44.0	0.00482284903021066	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
AST0113_000000021933	1714	0.6058286075065056	3	2	2	2	2	False	124049	maximal	True	AST0113_000000021933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1526.0	96.199	89.0	0.00042349112195988914	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0840_000000000491	16746	0.6058250899314368	22	5	0	4	1	False	20807	maximal	True	ISR0840_000000000491	1.0		1	1	False	False	0.9999402761459351	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00022759971712606585	MN552145.1	viruses	Lactococcus phage P1048, complete genome	True	False
ISR0077_000000028490	1296	0.6058248498174089	2	2	2	2	1	True	34455	fragment	False	ISR0077_000000028490	1.0		0	0	False	False	0.9992284178733826	0					non-mobilizable	chromosome	1300.0	96.385	100.0	0.0002929962360730631	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0814_000000008778	4381	0.6058219052057568	4	3	3	3	0	True	130997	fragment	False	USA0037_01_000000005669	0.5513672021100229		0	0	False	False	1.0	0					non-mobilizable	other	3682.0	98.34299999999999	100.0	0.007697020514932973	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0155_000000013728	1601	0.6058173681742591	4	3	3	3	3	False	39523	maximal	True	FIJ0155_000000013728	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	73.60600000000001	16.0	0.03063969126417963	NZ_FQUK01000060.1	g-proteobacteria	Thermomonas hydrothermalis strain DSM 14834, whole genome shotgun sequence	True	False
DEN0085_000000006840	5101	0.6058165015391888	6	3	1	2	1	True	69009	maximal	True	DEN0085_000000006840	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0012_000000042517	1343	0.6058137651700054	2	1	1	1	1	False	46366	fragment	False	MON0012_000000042517	0.9482470784641068		0	0	False	False	1.0	0					non-mobilizable	chromosome	1036.0	97.20100000000001	96.0	0.00035169187578174986	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0096_000000009033	2620	0.6058119780211771	4	3	3	3	2	False	77804	backbone	True	ISR0096_000000009033	1.0	PS374	3	1	True	True	0.9950381517410278	3					non-mobilizable	no_good_hit	987.0	75.887	47.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
CHI0090_000000005229	2436	0.6058092496580874	4	4	3	2	3	False	129484	fragment	False	MON0017_000000007413	0.9510522083546004		0	0	False	False	1.0	0					non-mobilizable	other	2436.0	98.31700000000001	100.0	0.01213372017667175	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
FIJ0071_000000007449	4800	0.6058088658498754	5	5	2	4	5	True	123603	maximal	True	FIJ0071_000000007449	1.0	PS902	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4299.0	96.72	89.0	0.0012994646786966832	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0062_000000033803	1145	0.6058062386407911	3	3	2	2	0	False	35293	maximal	True	ISR0062_000000033803	1.0		33	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000019384	2000	0.6058056331675914	3	1	1	1	1	False	75104	maximal	True	DEN0018_000000019384	1.0		52	10	False	False	0.9980000257492065	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	8.384291192022626e-05	NZ_PPXB01000004.1	high GC Gram+	Arthrobacter glacialis strain TMN-18 scaffold9, whole genome shotgun sequence	True	False
SPA0107_000000025773	1287	0.6058056331675914	2	1	1	1	1	False	69443	fragment	False	DEN0079_000000048573	0.9965143299767623		0	0	False	False	0.9860140085220337	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	8.384291192022626e-05	NZ_PPXB01000004.1	high GC Gram+	Arthrobacter glacialis strain TMN-18 scaffold9, whole genome shotgun sequence	True	False
SPA0014_000000014948	1596	0.6058039212876309	4	4	1	3	2	False	86315	fragment	False	SPA0014_000000014948	0.9768129455197073		0	0	False	False	0.9993734359741211	0					non-mobilizable	chromosome	1596.0	97.368	100.0	0.0004274333418373363	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0062_000000010080	3395	0.6058019428871779	4	3	2	3	3	False	35360	maximal	True	ISR0062_000000010080	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	2173.0	99.954	80.0	0.09857940362183996	NZ_JAAIUL010000033.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_33_length_22033_cov_360.854, whole genome shotgun sequence	True	False
SPA0101_000000007667	5793	0.6058001384097454	5	4	4	4	3	False	127647	fragment	False	ISR0208_000000003772	0.93405245830811		0	0	False	False	0.9998273849487305	0					non-mobilizable	other	5796.0	97.809	100.0	0.15878545175270173	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
MON0028_000000004176	5358	0.6058001384097454	5	4	4	4	3	False	127647	fragment	False	ISR0208_000000003772	0.5334697729319091		0	0	False	False	1.0	0					non-mobilizable	other	5360.0	97.425	100.0	0.14693620055954798	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	False	False
CHI0116_000000007689	2148	0.6057984434042328	2	2	2	2	2	False	82174	fragment	False	SPA0116_000000016865	0.9492631578947368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0051_000000011011	3061	0.6057983356152559	5	3	1	3	2	True	43095	fragment	False	MON0051_000000011011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	76.96300000000001	6.0	0.07854485324514263	HG796409.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00979	True	True
CHI0186_000000005798	3333	0.6057950092943333	5	4	3	3	4	True	119993	fragment	False	CHI0186_000000005798	1.0		0	0	False	True	0.9990999102592468	0					non-mobilizable	chromosome	3345.0	86.99600000000001	100.0	0.0011579221814947164	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0013_000000010066	2663	0.6057928485514054	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.4841215143273461		0	0	False	False	1.0	0					non-mobilizable	chromosome	2669.0	92.469	100.0	0.0008946672379791292	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0783_000000002089	6817	0.6057921321553353	17	8	5	6	5	True	97398	maximal	True	ISR0783_000000002089	1.0		42	6	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	93.226	79.0	0.008792056490693673	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
ISR0807_000000008935	1602	0.605789391428854	2	2	2	2	1	False	21759	maximal	True	ISR0807_000000008935	1.0		4	2	False	False	0.9931336045265198	0					non-mobilizable	no_good_hit	971.0	98.146	61.0	0.05617391304347826	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	True	False
MON0041_000000000458	25998	0.6057863092432882	40	4	2	3	1	False	11843	maximal	True	MON0041_000000000458	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	0.0	0.0028577590855170926	NC_047813.1	viruses	Staphylococcus phage Andhra, complete genome	True	False
CHI0015_000000003425	2727	0.6057852809294099	4	4	4	3	2	False	89861	fragment	False	CHI0015_000000003425	0.9496482784154017		0	0	False	False	1.0	0					non-mobilizable	other	2673.0	97.08200000000001	98.0	0.0476581172189919	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	False	False
ISR0812_000000028147	1402	0.6057806058550169	1	1	1	1	1	False	21624	fragment	False	ISR0812_000000028147	1.0		0	0	False	False	0.9985734820365906	0					non-mobilizable	no_good_hit								True	False
ISR0805_000000004895	2387	0.6057802811479014	2	1	1	1	1	False	111652	maximal	True	ISR0805_000000004895	1.0		80	10	False	False	0.9983242750167847	0					non-mobilizable	no_good_hit	434.0	76.03699999999999	18.0	0.0031399367600558866	NZ_JAAITU010000004.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_4_length_135990_cov_185.338, whole genome shotgun sequence	True	False
ENG0166_000000006541	4019	0.6057792635245344	4	2	1	2	1	True	66445	maximal	True	ENG0166_000000006541	1.0		2	2	False	False	0.9967653751373291	0					non-mobilizable	no_good_hit	166.0	80.723	4.0	0.0007194468253298575	NZ_HE578908.1	firmicutes	Anaerococcus senegalensis JC48 strain type strain: JC17, whole genome shotgun sequence	True	True
DEN0011_000000024994	1823	0.6057737756047525	3	2	2	2	2	False	75651	maximal	True	DEN0011_000000024994	1.0		70	10	False	False	0.9978058338165283	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000019389	1693	0.6057737330588601	3	2	1	2	1	False	113627	fragment	False	SPA0026_000000019389	1.0		0	0	False	False	0.9994093179702759	0					non-mobilizable	chromosome	1215.0	91.605	100.0	0.0004221082967459668	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0208_000000010924	2820	0.6057689341127309	4	4	4	4	3	False	90194	maximal	True	ENG0208_000000010924	0.999483852652998		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1661.0	80.132	77.0	0.00026310934329980897	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0021_000000015233	3258	0.6057685805894122	3	3	2	3	1	False	94686	maximal	True	FIJ0021_000000015233	1.0		61	10	False	False	1.0	0					non-mobilizable	chromosome	3212.0	94.458	99.0	0.0011437095440798338	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0388_000000023091	1526	0.6057684583129027	2	1	1	1	1	False	22931	maximal	True	ISR0388_000000023091	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	91.061	12.0	3.34888986236837e-05	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0168_000000019545	1241	0.6057669968535151	2	2	1	1	0	True	30112	fragment	False	ISR0168_000000019545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0056_000000000211	16747	0.6057661101645105	21	7	0	7	1	False	11081	maximal	True	MON0056_000000000211	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2272.0	87.456	14.0	0.9973614775725593	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
CHI0145_000000006838	2745	0.605763102958133	4	4	4	4	4	False	89306	fragment	False	CHI0145_000000006838	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2745.0	99.59899999999999	100.0	0.0005793098148467563	LR134226.1	enterobacteria	Escherichia coli strain NCTC9088 genome assembly, chromosome: 1	False	False
ISR0331_000000019699	1282	0.6057560161101474	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.07125239394453954		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	96.689	92.0	0.8796711509715994	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0112_000000009850	2727	0.6057514569797487	3	3	3	3	2	False	42034	fragment	False	FIJ0112_000000009850	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	30.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ITA0008_000000000840	1940	0.6057496969658258	3	3	3	3	3	False	131699	fragment	False	AST0140_000000015176	0.9378639789014712		0	0	False	False	0.9927834868431091	0					non-mobilizable	other	1939.0	99.175	100.0	0.0005463099960909362	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0112_000000020352	1634	0.6057490264708929	3	2	2	2	2	False	102281	fragment	False	SPA0112_000000020352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	608.0	96.875	37.0	0.00016856335149485424	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0855_000000014989	1258	0.6057490264708929	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.24119345236681905		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	98.305	19.0	6.5259287646278e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0041_000000028688	1186	0.6057490264708929	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.1875489453497962		0	0	False	False	0.9957841634750366	0					non-mobilizable	no_good_hit	183.0	99.454	16.0	5.054123553881956e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0083_000000014026	1308	0.6057481291774118	2	2	2	2	2	False	81438	fragment	False	USA0024_01_000000016534	0.9891266193130003		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	80.19800000000001	99.0	0.0003192647129665222	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	False	False
USA0024_01_000000016534	1297	0.6057481291774118	2	2	2	2	2	False	81438	fragment	False	USA0024_01_000000016534	0.9898445543559318		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	80.398	100.0	0.00031754427186508595	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	False	False
ISR0086_000000019115	1490	0.6057410373211738	4	3	1	3	2	False	33895	maximal	True	ISR0086_000000019115	1.0		22	9	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	801.0	80.275	52.0	0.00017692820587232504	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0182_000000019720	1993	0.6057331514715631	2	2	2	2	2	False	29547	maximal	True	ISR0182_000000019720	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	70.007	68.0	0.0024860093124366564	NZ_CAEUHO010000005.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0261_000000011198	1653	0.6057324430041345	2	2	1	2	2	True	113485	fragment	False	ISR0261_000000011198	1.0		0	0	False	True	0.9993950128555298	0					non-mobilizable	other	1655.0	93.837	100.0	0.0004973855644377752	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0099_000000001589	12267	0.6057295937777859	10	3	3	3	1	True	15252	maximal	True	MAD0099_000000001589	1.0		3	1	False	False	0.9996739029884338	0					non-mobilizable	no_good_hit								True	True
ISR0308_000000006085	2671	0.6057284285986584	3	3	3	2	2	False	36135	fragment	False	ISR0308_000000006085	0.9701720841300191		0	0	False	False	0.9992512464523315	0					non-mobilizable	other	2671.0	99.289	100.0	0.0013204917570651255	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
DEN0073_000000032689	1623	0.6057282055583296	3	3	3	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.367888718232188		0	0	False	False	0.9950708746910095	0					non-mobilizable	other	1623.0	99.69200000000001	100.0	0.0007762083990342858	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
MON0076_000000018600	2542	0.6057248861553645	4	4	4	2	2	False	10295	maximal	True	MON0076_000000018600	1.0		9	5	False	False	0.9996066093444824	0					non-mobilizable	no_good_hit	426.0	77.934	17.0	0.0017383960016891962	NZ_LT160621.1	CFB group bacteria	Prevotella phocaeensis strain SN19, whole genome shotgun sequence	True	False
ITA0005_000000011146	1657	0.6057219118725669	2	2	2	2	2	False	104067	fragment	False	AST0150_000000015958	0.9636727688787186		0	0	False	False	0.9993965029716492	0					non-mobilizable	other	1657.0	99.87899999999999	100.0	0.0034525750455548098	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0200_000000003224	6068	0.6057218231147542	6	6	5	6	5	False	111585	maximal	True	ISR0200_000000003224	1.0		12	5	False	False	0.999835193157196	0					non-mobilizable	no_good_hit	4895.0	99.101	81.0	0.0078092587746452806	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
FIJ0136_000000001912	12507	0.6057157386602089	16	6	4	6	2	False	121515	maximal	True	FIJ0136_000000001912	1.0	PS852	2	1	False	True	0.9999200701713562	0					non-mobilizable	no_good_hit	1294.0	78.748	10.0	0.0073230642088106335	NZ_SLUK01000006.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_106, whole genome shotgun sequence	True	True
ISR0194_000000012950	1971	0.6057152765350935	3	3	3	2	2	False	121338	fragment	False	ISR0194_000000012950	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1978.0	93.074	100.0	0.0006209392699330174	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0047_000000013905	1115	0.6057144035875955	3	2	2	2	1	False	86945	fragment	False	CHI0047_000000013905	1.0		0	0	False	False	0.9856502413749695	0					non-mobilizable	other	652.0	98.773	96.0	0.0010430134918842015	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ISR0101_000000018222	1295	0.6057119557365614	2	2	2	1	1	False	33120	maximal	True	ISR0101_000000018222	1.0		43	6	False	False	1.0	0					non-mobilizable	no_good_hit	482.0	78.631	37.0	0.008532299554363972	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	True	False
AST0061_000000007790	4940	0.6057092510320179	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7097205882067619		0	0	False	False	1.0	0					non-mobilizable	other	3360.0	98.095	100.0	0.007021623170101853	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0327_000000005133	4558	0.6057092510320179	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.6031160951604218		0	0	False	False	0.9995611906051636	0					non-mobilizable	other	4422.0	98.507	100.0	0.009244370469035227	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0019_000000007199	3735	0.6057092510320179	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.2357341769907868		0	0	False	False	1.0	0					non-mobilizable	other	3621.0	98.757	100.0	0.007569468694392111	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0077_000000026312	1390	0.6056994352650115	2	1	1	1	1	False	34466	fragment	False	ISR0077_000000026312	1.0		0	0	False	False	0.9920863509178162	0					non-mobilizable	chromosome	1390.0	99.78399999999999	100.0	0.0006330975941835299	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0118_000000012542	1330	0.6056912735796661	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.2642625793335008		0	0	False	False	0.9984962344169617	0					non-mobilizable	other	1331.0	96.544	100.0	0.8607512953367875	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
SPA0097_000000001211	14796	0.6056896112055461	14	8	4	7	3	True	123968	fragment	False	SPA0097_000000001211	0.9562377114150564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	2.489444754242014e-05	NZ_FOCW01000001.1	b-proteobacteria	Brachymonas denitrificans DSM 15123, whole genome shotgun sequence	True	True
SPA0040_000000020844	2007	0.6056872081531812	2	2	2	2	1	False	94071	maximal	True	SPA0040_000000020844	0.9758805766340141		17	10	False	False	0.9995017647743225	0					non-mobilizable	other	1421.0	98.663	90.0	0.004499936620610977	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0046_000000024256	1422	0.6056872081531812	2	2	2	2	1	False	94070	fragment	False	MON0046_000000024256	0.9633357296908699		0	0	False	False	0.9992967844009399	0					non-mobilizable	other	1422.0	98.875	100.0	0.0045031055900621115	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0080_000000003442	6644	0.6056867187739859	8	6	5	4	2	False	61776	maximal	True	ENG0080_000000003442	0.9905330326072491		25	4	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	98.083	35.0	0.01211551314132952	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	True	False
ENG0178_000000005082	4035	0.6056770060493399	3	3	2	2	3	True	109529	maximal	False	ISR0108_000000005091	0.9327758713603256		0	0	False	False	0.9923171997070312	0					non-mobilizable	other	4036.0	97.052	99.0	0.10868628084922945	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
USA0026_01_000000024016	1354	0.6056768664568627	3	2	2	2	2	False	1616	maximal	True	USA0026_01_000000024016	1.0		14	7	False	False	0.9645494818687439	0					non-mobilizable	no_good_hit	1011.0	98.81299999999999	75.0	0.009390282452258316	NZ_CYYA01000012.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0045_000000036340	1184	0.6056740549077482	2	2	2	2	1	True	17792	maximal	True	MAD0045_000000036340	1.0		0	0	False	False	0.9788851141929626	0					non-mobilizable	no_good_hit								True	True
ENG0021_000000008201	2267	0.6056731580904486	2	2	2	2	2	False	66371	maximal	True	ENG0021_000000008201	1.0		18	7	False	False	0.9995588660240173	0					non-mobilizable	other	2259.0	91.72200000000001	99.0	0.02265554327068047	NZ_NFHM01000010.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_10, whole genome shotgun sequence	False	False
MON0091_000000004208	2947	0.6056657483377713	1	1	1	1	1	False	9493	maximal	True	MON0091_000000004208	1.0		308	13	False	False	0.9996606707572937	0					non-mobilizable	chromosome	2947.0	99.42299999999999	100.0	0.0005469579963736648	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	False	False
ISR0849_000000018147	1499	0.6056650616765362	2	2	2	2	2	False	20588	maximal	True	ISR0849_000000018147	1.0		96	9	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	73.79	16.0	0.00012873319730874355	CP022367.1	a-proteobacteria	Azospirillum sp. TSH58 plasmid TSH58_p02, complete sequence	True	False
FIJ0018_000000003047	8385	0.6056603446147951	10	5	2	5	3	False	96287	fragment	False	FIJ0018_000000003047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2192.0	92.29	26.0	0.009938164549491061	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
TAN0019_000000006562	1218	0.6056566035385907	2	2	2	1	1	False	2409	maximal	True	TAN0019_000000006562	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0399_000000011244	1526	0.6056557894373112	2	1	1	1	1	True	22579	fragment	False	ISR0399_000000011244	1.0		0	0	False	False	0.9842725992202759	0					non-mobilizable	no_good_hit	34.0	94.118	2.0	6.422360588845613e-07	LR862396.1	rodents	Arvicola amphibius genome assembly, chromosome: 16	True	True
ISR0139_000000019293	1419	0.6056557894373112	2	1	1	1	1	True	31290	fragment	False	ISR0139_000000019293	1.0		0	0	False	False	0.9929527640342712	0					non-mobilizable	no_good_hit	155.0	96.12899999999999	11.0	4.339016975981287e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
ISR0266_000000018611	1166	0.6056495890026349	1	1	1	1	1	False	26555	fragment	False	ISR0266_000000018611	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0811_000000011425	1385	0.6056461580826394	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.9460061769795968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	77.405	63.0	0.00036929990212085454	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0016_000000025454	1341	0.6056461580826394	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.37669147582395635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	77.444	66.0	0.00037139581529974704	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0027_01_000000021689	1251	0.6056461580826394	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.254928245978679		0	0	False	False	0.9888089299201965	0					non-mobilizable	no_good_hit	900.0	77.444	70.0	0.00037139581529974704	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0251_000000016698	1101	0.6056461580826394	1	1	1	1	1	False	26967	fragment	False	ISR0251_000000016698	1.0		0	0	False	False	0.9845594763755798	0					non-mobilizable	no_good_hit	906.0	77.925	81.0	0.006587518308884686	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
CHI0134_000000010524	1549	0.6056435233954184	2	2	2	1	1	False	80724	maximal	True	CHI0134_000000010524	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0135_000000004653	4025	0.6056419191600468	4	4	4	3	3	False	99323	fragment	False	ISR0135_000000004653	0.9983660130718954		0	0	False	False	1.0	0					non-mobilizable	other	4025.0	99.95	100.0	0.06417146411086481	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ITA0008_000000000575	2415	0.6056393236912779	1	1	1	1	0	True	20329	maximal	True	ITA0008_000000000575	1.0		21	5	False	False	0.9995859265327454	0					non-mobilizable	no_good_hit	1223.0	95.912	88.0	0.00039096934460921797	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
MAD0040_000000009324	3158	0.6056361610703027	3	2	1	2	1	False	18389	maximal	True	MAD0040_000000009324	1.0		1	1	False	False	0.992716908454895	0					non-mobilizable	no_good_hit								True	False
ENG0209_000000015749	1131	0.6056294439342501	2	2	2	2	1	True	53765	maximal	True	ENG0209_000000015749	1.0		63	9	False	False	0.9964632987976074	0					non-mobilizable	other	1129.0	78.742	98.0	0.0006612452018505445	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0140_000000006067	4411	0.6056284713732029	5	5	5	5	4	False	98164	fragment	False	MAD0029_000000000825	0.7033019109206047		0	0	False	False	0.997732937335968	0					non-mobilizable	chromosome	4411.0	99.116	100.0	0.0008624307561972788	CP061764.1	enterobacteria	Escherichia coli O19:H7 strain 97.3 chromosome, complete genome	False	False
FIJ0066_000000022869	1456	0.6056274431604642	2	1	1	1	1	False	45306	maximal	True	FIJ0066_000000022869	1.0		2	2	False	False	0.9800823926925659	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000031255	1135	0.6056255400755765	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.23368046276192392		0	0	False	False	1.0	0					non-mobilizable	chromosome	1136.0	92.25399999999999	100.0	0.000400157098712828	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0021_000000003476	13246	0.6056233914706927	9	7	3	6	2	True	49710	maximal	True	FIJ0021_000000003476	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2069.0	75.737	15.0	0.0009415317161086884	CP022537.1	firmicutes	Streptococcus agalactiae strain 874391 chromosome, complete genome	True	True
FIJ0066_000000029169	1157	0.6056221546762884	1	1	1	1	1	False	48329	fragment	False	FIJ0032_000000032918	0.9659923537546068		0	0	False	False	0.962834894657135	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000022844	1200	0.6056207886787552	2	1	1	1	1	False	58686	fragment	False	ENG0127_000000022844	1.0		0	0	False	False	0.9741666913032532	0					non-mobilizable	no_good_hit								True	False
SPA0030_000000025657	1178	0.6056158031343093	2	1	1	1	1	False	31280	fragment	False	ISR0139_000000022181	0.9676258992805755		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	99.57600000000001	100.0	0.0003778748344991698	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0229_000000006271	2545	0.6056156582261495	3	3	3	1	1	False	61436	maximal	True	ISR0229_000000006271	1.0		251	10	False	False	1.0	0					non-mobilizable	other	2549.0	94.272	100.0	0.006981462822123149	NZ_KB905475.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.4, whole genome shotgun sequence	False	False
ISR0232_000000000929	14140	0.6056123250545781	19	12	8	12	8	False	121528	fragment	False	ISR0232_000000000929	1.0		0	0	False	False	0.9999292492866516	0					non-mobilizable	no_good_hit	426.0	75.822	3.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
ENG0118_000000007168	1928	0.6056086413922688	4	3	1	3	1	True	59303	fragment	False	ENG0118_000000007168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0069_000000033442	1558	0.6056039450832679	2	1	1	1	1	False	24350	fragment	False	MON0069_000000033442	1.0		0	0	False	False	0.9634146094322205	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00030708151917614414	EF079106.1	b-proteobacteria	Comamonas sp. CNB-1 plasmid pCNB, complete sequence	True	False
MAD0098_000000022018	2036	0.6056030404375361	2	2	2	2	2	False	15316	maximal	True	MAD0098_000000022018	1.0		2	1	False	False	0.9990176558494568	0					non-mobilizable	no_good_hit	821.0	92.083	44.0	0.00543233132578069	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	False
ENG0196_000000006662	1720	0.6056002868888526	3	3	3	3	2	False	78877	maximal	True	ENG0196_000000006662	1.0		120	13	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00015629210455402856	NZ_VOJI01000011.1	a-proteobacteria	Puniceibacterium confluentis strain JSSK-17 52765_scaffold11, whole genome shotgun sequence	True	False
SPA0124_000000004567	6159	0.6055987433763073	9	7	5	7	4	False	52990	fragment	False	MON0036_000000001365	0.6899818880819761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	78.521	9.0	0.00020271882139277244	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	False
ISR0781_000000005484	4511	0.6055979308754134	5	3	3	3	3	False	22300	maximal	True	ISR0781_000000005484	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	73.899	31.0	0.00017459845179021988	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0111_000000019310	1780	0.6055945708330275	3	3	3	2	1	False	120655	fragment	False	AST0116_000000013982	0.5479697581305263		0	0	False	False	1.0	0					non-mobilizable	chromosome	1025.0	90.634	99.0	0.0002744148852924341	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0047_000000007445	4888	0.6055906580776165	3	3	2	2	3	True	77087	fragment	False	MAD0047_000000007445	1.0		0	0	False	False	1.0	0		MOBF	MPF_Unknown		conjugative	plasmid	4897.0	98.91799999999999	100.0	0.051988319617732946	CP043219.1	enterobacteria	Escherichia coli O80:H26 strain EC-107 plasmid pET6.2-IncFII, complete sequence	False	True
USA0017_01_000000010303	2671	0.6055895527140761	3	3	3	3	3	False	37682	maximal	True	USA0017_01_000000010303	1.0		501	14	False	False	1.0	0					non-mobilizable	chromosome	2671.0	98.69	100.0	0.0011914977930515597	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
TAN0010_000000000004	75435	0.6055857546600569	114	13	1	10	5	False	2644	maximal	True	TAN0010_000000000004	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	7.964859041907106e-06	NZ_CP022121.1	firmicutes	Dehalobacterium formicoaceticum strain DMC chromosome, complete genome	True	False
SPA0098_000000018878	1950	0.6055638130735483	2	2	2	2	2	False	99105	fragment	False	SPA0098_000000018878	0.9818361742430587		0	0	False	False	0.9866666793823242	0					non-mobilizable	other	1950.0	99.897	100.0	0.005540441813990113	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
CAN0017_000000025772	1312	0.6055606577668394	3	2	2	2	1	False	117343	backbone	False	MON0013_000000032866	0.07784440507187437	PS787	0	0	False	True	0.9961889982223511	0					non-mobilizable	chromosome	1197.0	97.995	92.0	0.000518568525405305	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ISR0161_000000001195	19106	0.6055597238486643	26	8	7	5	4	True	111549	fragment	False	ISR0161_000000001195	1.0		0	0	False	False	0.9999476671218872	0					non-mobilizable	no_good_hit	6312.0	96.182	63.0	0.23957937893857717	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0179_000000001345	17540	0.6055537151979493	15	6	6	5	4	False	58236	maximal	True	ISR0179_000000001345	1.0		10	2	False	False	0.999600887298584	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.061634674373784e-07	LR877220.1	rodents	Acomys russatus genome assembly, chromosome: 9	True	False
ISR0378_000000012665	2209	0.6055449598638146	2	2	2	2	2	False	71455	fragment	False	ISR0139_000000009827	0.540500784740737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	76.165	34.0	0.00024491164696811266	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0203_000000005148	3321	0.6055413443424525	3	3	3	3	3	False	104648	fragment	False	ISR0002_000000005866	0.9626904331082734		0	0	False	False	0.9966877698898315	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
FIJ0160_000000011804	1606	0.6055384199154009	2	2	2	2	1	False	39327	fragment	False	FIJ0160_000000011804	1.0		0	0	False	False	0.9993773102760315	0					non-mobilizable	plasmid	1574.0	99.238	98.0	0.014613933870323401	CP052219.1	enterobacteria	Klebsiella pneumoniae strain E17KP0053 plasmid pE17KP0053-2, complete sequence	False	True
MON0098_000000019374	1760	0.6055377626559907	3	2	2	2	2	False	76266	fragment	False	ISR0113_000000007951	0.7180196290252845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	84.458	36.0	0.00019380171298670484	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0388_000000011209	3015	0.6055355129567601	4	3	1	2	1	True	129226	maximal	True	ISR0388_000000011209	1.0		13	4	False	False	1.0	0					non-mobilizable	other	2320.0	96.29299999999999	92.0	0.002026283997950988	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0211_000000012958	1910	0.6055355129567601	3	3	1	2	1	True	53651	maximal	True	ENG0211_000000012958	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	81.808	54.0	0.0036198270435041915	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
AST0093_000000002678	7823	0.6055350762428042	9	7	6	6	6	False	109595	maximal	True	AST0093_000000002678	1.0		5	3	False	False	0.9998721480369568	0					non-mobilizable	no_good_hit	5389.0	96.32600000000001	81.0	0.0029314430073130874	CP007646.1	firmicutes	Lactobacillus salivarius strain JCM1046, complete genome	True	False
SPA0036_000000010230	2406	0.6055306835019805	4	3	2	3	3	True	124277	fragment	False	ENG0208_000000012463	0.9418457086163967		0	0	False	False	1.0	0		MOBV			mobilizable	other	2406.0	98.296	100.0	0.0006400547599448675	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0207_000000012415	2344	0.6055298859645224	4	4	4	4	3	False	131650	fragment	False	ISR0207_000000012415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	80.688	22.0	0.00014566699847937177	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0182_000000014967	2536	0.6055201099668652	3	3	1	3	0	True	29557	maximal	True	ISR0182_000000014967	1.0		0	0	False	False	0.9929022192955017	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.811410238526992e-05	NZ_BDQY01000001.1	firmicutes	Tepidibacter mesophilus strain JCM 16806, whole genome shotgun sequence	True	True
ENG0045_000000003039	3992	0.6055114859404904	4	4	3	3	4	False	128229	fragment	False	ENG0045_000000003039	0.9589630015633142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2255.0	97.96	63.0	0.037785767587002236	NZ_CYZN01000024.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0089_000000010039	3885	0.6055114365585288	6	5	3	4	5	False	5433	maximal	True	SPA0089_000000010039	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1450.0	99.86200000000001	77.0	0.0003850326719752814	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
AST0060_000000004772	5712	0.6055019983224884	6	6	6	6	4	True	124529	maximal	True	AST0060_000000004772	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1597.0	95.992	28.0	0.0004962018007614442	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0163_000000010168	2413	0.6055005707291878	3	3	3	3	2	False	48566	maximal	False	FIJ0112_000000010315	0.9774181234132898		0	0	False	False	1.0	0					non-mobilizable	chromosome	2413.0	99.71	100.0	0.0004379439584251012	CP056145.1	enterobacteria	Klebsiella variicola strain RHBSTW-00883 chromosome, complete genome	False	False
SPA0098_000000004890	6991	0.6054985799445822	12	8	5	8	5	True	112150	backbone	False	ISR0003_000000003180	0.9826459038525404	PS715|PS716	0	0	True	True	0.9998569488525391	23					non-mobilizable	no_good_hit	651.0	78.648	9.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0316_000000005140	3539	0.6054964261950505	5	4	3	4	3	False	72903	fragment	False	ISR0316_000000005140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	71.311	24.0	0.0003234142606664586	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MON0109_000000018211	1965	0.6054944095633489	3	2	1	2	1	True	13346	fragment	False	MON0109_000000018211	1.0		0	0	False	False	0.9221373796463013	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	1.113756182245002e-05	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	True
DEN0063_000000021853	2205	0.6054932156369601	3	2	2	2	2	False	71530	fragment	False	DEN0063_000000021853	0.9990909090909091		0	0	False	False	1.0	0					non-mobilizable	other	2201.0	100.0	99.0	0.0009278366602603762	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0029_000000009249	4967	0.6054905243724918	6	5	4	3	4	False	70129	maximal	True	ISR0029_000000009249	0.9882737916954231		85	12	False	False	0.9997986555099487	0					non-mobilizable	no_good_hit	742.0	74.528	17.0	0.00025479864981114926	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0056_000000013447	1529	0.6054837293547007	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9854462249460162		0	0	False	False	0.9973838925361633	0					non-mobilizable	other	1529.0	98.69200000000001	100.0	0.11340359210331008	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0231_000000012752	1525	0.6054837293547007	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9904110290306927		0	0	False	False	0.9790164232254028	0					non-mobilizable	chromosome	1525.0	99.803	100.0	0.00048036114080097386	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0135_000000013027	1478	0.6054837293547007	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9763249668650601		0	0	False	False	0.9979702234268188	0					non-mobilizable	other	1478.0	99.053	100.0	0.10961852456583049	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0110_000000016411	1430	0.6054837293547007	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9585853420500586		0	0	False	False	0.9909090995788574	0					non-mobilizable	chromosome	1430.0	99.441	100.0	0.0004504173689006507	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0100_000000011427	1404	0.6054837293547007	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.8997157412820899		0	0	False	False	1.0	0					non-mobilizable	other	1404.0	99.288	100.0	0.10412646578595815	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
AST0153_000000024827	1391	0.6054837293547007	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.8454105716653754		0	0	False	False	0.9978432655334473	0					non-mobilizable	other	1391.0	99.425	100.0	0.10316164464895354	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
USA0082_01_000000021483	1386	0.6054837293547007	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.7950843291244283		0	0	False	False	0.9992784857749939	0					non-mobilizable	chromosome	1386.0	99.351	100.0	0.00043654867454681677	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0099_000000017688	1778	0.6054786735435205	4	1	1	1	1	True	15218	fragment	False	MAD0099_000000017688	1.0		0	0	False	False	0.9994375705718994	0					non-mobilizable	no_good_hit								True	True
FIJ0132_000000013456	2347	0.6054782810150102	3	3	3	3	3	False	48566	maximal	False	FIJ0112_000000010315	0.8230101436478031		0	0	False	False	1.0	0					non-mobilizable	other	2347.0	99.574	100.0	0.0004584552754014708	AP022183.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP7-S17-ESBL-08	False	False
MAD0089_000000011067	2231	0.6054782810150102	3	3	3	3	3	False	48566	maximal	False	FIJ0112_000000010315	0.7981600978796869		0	0	False	False	1.0	0					non-mobilizable	chromosome	2231.0	99.73100000000001	100.0	0.0004048984358573697	CP056145.1	enterobacteria	Klebsiella variicola strain RHBSTW-00883 chromosome, complete genome	False	False
ENG0191_000000020164	1585	0.6054768727459429	4	2	2	2	1	False	55941	fragment	False	ENG0191_000000020164	1.0		0	0	False	False	0.99747633934021	0					non-mobilizable	no_good_hit	327.0	78.28699999999999	21.0	0.0022601234697080673	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
SPA0068_000000008455	1101	0.6054761746569042	1	1	1	1	1	False	5973	fragment	False	SPA0068_000000008455	1.0		0	0	False	False	0.9954586625099182	0					non-mobilizable	other	1101.0	99.818	100.0	0.00021337181785029832	AP023148.1	enterobacteria	Klebsiella pneumoniae SMKP03 DNA, complete genome	False	False
MON0090_000000037747	1619	0.6054760742910891	2	2	2	1	1	False	38338	fragment	False	MON0090_000000037747	1.0		0	0	False	False	0.9993823170661926	0					non-mobilizable	chromosome	1619.0	99.691	100.0	0.00030182185044605984	CP055888.1	enterobacteria	Escherichia coli strain RHBSTW-00353 chromosome, complete genome	False	False
ENG0059_000000007619	1644	0.6054721901578441	4	3	1	2	3	True	63368	fragment	False	ENG0059_000000007619	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1644.0	99.87799999999999	100.0	0.01375989280180897	MF156708.1	enterobacteria	Klebsiella pneumoniae strain 13294 plasmid p13294-KPC, complete sequence	False	True
ENG0056_000000005292	2083	0.6054704592992807	3	2	1	2	0	True	63595	fragment	False	ENG0056_000000005292	1.0		0	0	False	False	0.999519944190979	0					non-mobilizable	no_good_hit	165.0	96.36399999999999	8.0	4.636385098715181e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CAN0021_000000024297	1791	0.605470212679778	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.23640736395081993	PS721	0	0	False	True	0.9983249306678772	0					non-mobilizable	other	1667.0	74.445	92.0	0.20085313833028642	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
TAN0002_000000021888	1839	0.6054666036109323	4	2	1	2	2	True	3031	maximal	True	TAN0002_000000021888	1.0		1	1	False	False	0.9929309487342834	0					non-mobilizable	plasmid	1839.0	100.0	100.0	0.016390080345279605	CP023840.1	enterobacteria	Klebsiella pneumoniae strain 4/1-2 plasmid p4_1_2.1, complete sequence	False	True
FIJ0112_000000017915	1542	0.6054666036109323	3	2	1	2	2	True	49889	maximal	True	FIJ0112_000000017915	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1545.0	93.916	100.0	0.010826619423236455	MT108213.1	enterobacteria	Klebsiella pneumoniae strain ZZ100 plasmid pZZ100-KPC, complete sequence	False	True
FIJ0018_000000024612	1122	0.6054666036109323	2	2	1	2	2	True	49888	fragment	False	FIJ0018_000000024612	1.0		0	0	False	False	0.9500890970230103	0					non-mobilizable	plasmid	1063.0	99.15299999999999	95.0	0.01214950063493153	CP021698.1	enterobacteria	Klebsiella pneumoniae strain AR_0158 plasmid tig00000183, complete sequence	False	True
ISR0781_000000014879	1954	0.6054564361289047	2	2	2	2	2	False	22295	maximal	True	ISR0781_000000014879	1.0		37	7	False	False	0.9994882345199585	0					non-mobilizable	chromosome	1954.0	100.0	100.0	0.0005555128894350152	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0019_000000000831	7522	0.6054495549012392	10	2	2	2	2	False	89496	maximal	True	CHI0019_000000000831	1.0		1	1	False	False	0.9990693926811218	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.009174311926605505	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
CHI0145_000000005121	3576	0.6054495549012392	3	2	2	2	2	False	79772	fragment	False	CHI0145_000000005121	1.0		0	0	False	False	0.9986017942428589	0					non-mobilizable	no_good_hit	204.0	83.824	5.0	0.04008775428799362	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
USA0066_01_000000017546	1154	0.6054416159081306	2	2	2	1	1	False	81438	fragment	False	USA0024_01_000000016534	0.5406713997734018		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	99.48	100.0	0.9931093884582257	NZ_QRHR01000021.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf21, whole genome shotgun sequence	False	False
ENG0008_000000023584	1127	0.6054416159081306	2	2	2	1	1	False	81438	fragment	False	USA0024_01_000000016534	0.28113394404555586		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	98.935	100.0	0.9698535745047373	NZ_QRHR01000021.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf21, whole genome shotgun sequence	False	False
DEN0007_000000010301	2596	0.6054409488699432	3	3	3	3	2	False	76315	maximal	True	DEN0007_000000010301	1.0		63	9	False	False	1.0	0					non-mobilizable	other	2596.0	99.615	100.0	0.010361803984878879	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	False	False
FIJ0096_000000035042	1100	0.6054386697940582	2	1	1	1	1	False	124847	fragment	False	AST0012_000000016916	0.10644614079728583		0	0	False	False	0.9990909099578857	0					non-mobilizable	no_good_hit	78.0	89.744	7.0	1.0979460566269243e-05	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
DEN0035_000000004054	6772	0.6054384062668712	10	3	2	3	2	True	73513	fragment	False	DEN0035_000000004054	1.0		0	0	False	False	0.9974896907806396	0					non-mobilizable	plasmid	6769.0	97.814	99.0	0.07366723333769234	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ISR0324_000000004569	6894	0.6054365233033357	7	5	4	5	4	False	130488	fragment	False	CHI0076_000000000512	0.32533628260421565		0	0	False	False	1.0	0					non-mobilizable	other	6125.0	98.955	95.0	0.009760775628219285	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CAN0021_000000005756	6719	0.6054333764434638	6	6	6	5	3	False	92518	fragment	False	CAN0021_000000005756	1.0		0	0	False	False	0.9928560853004456	0					non-mobilizable	no_good_hit	3371.0	96.411	67.0	0.013308472942598569	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
FIJ0114_000000024206	1657	0.6054317489354949	2	2	2	2	1	False	41849	fragment	False	FIJ0114_000000024206	1.0		0	0	False	False	0.9993965029716492	0					non-mobilizable	no_good_hit	1152.0	76.389	69.0	0.00438719384641367	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
FIJ0154_000000036094	1139	0.6054299448120328	2	1	1	1	1	False	44039	fragment	False	MON0023_000000018435	0.6207827260458839		0	0	False	False	0.9964881539344788	0					non-mobilizable	no_good_hit	199.0	91.96	41.0	0.0020548519667868827	NZ_CAPF01000032.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
ISR0197_000000020987	1206	0.6054268351533052	2	2	2	1	1	False	38714	fragment	False	ISR0308_000000014481	0.9466147329974701		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	97.595	100.0	0.0003372562344123947	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0172_000000025050	1160	0.6054268351533052	2	2	2	1	1	False	38714	fragment	False	ISR0308_000000014481	0.48403814262023215		0	0	False	False	1.0	0					non-mobilizable	chromosome	1160.0	97.67200000000001	100.0	0.0003243817225593074	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0053_01_000000005949	3628	0.6054257311309136	5	5	4	5	4	False	1071	maximal	True	USA0053_01_000000005949	1.0		6	5	False	False	0.9972436428070068	0					non-mobilizable	plasmid	3628.0	98.62200000000001	100.0	0.018889837923419858	AP022358.1	enterobacteria	Klebsiella pneumoniae E278 plasmid pE278_IMP6 DNA, complete sequence	False	True
TAN0005_000000017310	1127	0.6054227135172259	3	2	2	2	1	False	2900	fragment	False	TAN0005_000000017310	1.0		0	0	False	False	0.9982253909111023	0					non-mobilizable	no_good_hit	417.0	75.06	37.0	0.001697960391887614	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
FIJ0056_000000002645	9212	0.6054204739293195	7	5	5	3	3	True	48618	maximal	True	FIJ0056_000000002645	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2022.0	71.711	22.0	0.0011296760823285336	CP003667.1	CFB group bacteria	Prevotella sp. oral taxon 299 str. F0039 plasmid, complete sequence	True	True
ISR0100_000000003450	3367	0.6054192122838932	4	3	3	3	3	False	96636	maximal	True	ISR0100_000000003450	1.0		80	12	False	False	0.9824770092964172	0					non-mobilizable	chromosome	3298.0	99.15100000000001	98.0	0.0009557394370790376	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0013_000000002345	7530	0.6054184052582332	5	5	5	5	4	False	19990	maximal	True	MAD0013_000000002345	1.0		21	5	False	False	0.9998672008514404	0					non-mobilizable	no_good_hit	679.0	71.87	9.0	0.0001787272432869914	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0058_000000028998	1768	0.6054130259971221	2	2	2	2	2	False	11004	fragment	False	MON0058_000000028998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	78.708	68.0	0.00034078337936097123	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0039_000000000339	15994	0.6054106509293828	35	14	2	11	7	False	73325	maximal	True	DEN0039_000000000339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4474.0	88.4	81.0	0.13836927474986016	NC_013155.1	viruses	Lactococcus phage CB13, complete genome	True	False
ISR0083_000000005286	4343	0.6054091941613802	3	2	2	2	2	False	47027	maximal	True	ISR0083_000000005286	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	5.0	3.922758024192892e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
ISR0120_000000031928	1157	0.6054088993094805	2	2	1	1	2	False	77310	maximal	True	ISR0120_000000031928	0.9664310954063604		55	8	False	False	0.9939498901367188	0					non-mobilizable	no_good_hit	877.0	83.694	75.0	0.00038734834620552576	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0188_000000004521	5785	0.6054078510972098	8	8	3	3	7	True	123769	fragment	False	ENG0188_000000004521	1.0		0	0	False	False	0.9967156648635864	0					non-mobilizable	chromosome	5526.0	99.023	96.0	0.0016891571701893875	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
USA0005_01_000000015028	2201	0.6054023973771737	3	3	3	3	2	False	28166	maximal	False	ISR0215_000000013016	0.6212257100149476		0	0	False	False	0.9890958666801453	0					non-mobilizable	other	2164.0	99.03	98.0	0.0007283828889625241	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
FIJ0140_000000021785	1545	0.6054020594590461	2	2	2	2	2	False	87322	fragment	False	FIJ0140_000000021785	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1546.0	99.288	100.0	0.0003129651431780081	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
MON0045_000000013999	1451	0.60539646183473	1	1	1	1	1	False	56672	maximal	True	MON0045_000000013999	1.0		24	7	False	False	1.0	0					non-mobilizable	chromosome	1385.0	100.0	95.0	0.00038701259552625743	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0010_000000013561	1603	0.6053890345324388	2	2	2	1	1	False	95528	maximal	True	ISR0010_000000013561	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	98.844	22.0	0.0011105924769431344	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0021_01_000000012788	1392	0.6053816822190672	2	2	2	2	1	False	94890	fragment	False	USA0021_01_000000012788	0.9665547215149398		0	0	False	False	0.9683908224105835	0					non-mobilizable	other	1380.0	99.348	99.0	0.015789232636424008	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ENG0112_000000014438	1922	0.6053804807875768	4	3	3	2	2	False	129956	fragment	False	ISR0001_000000011907	0.5214942888818613		0	0	False	False	1.0	0					non-mobilizable	other	1776.0	91.836	100.0	0.06556105488660707	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
MON0083_000000008065	3891	0.6053801204453295	5	5	4	4	2	True	9891	maximal	True	MON0083_000000008065	1.0		6	4	False	False	0.9984579682350159	0					non-mobilizable	no_good_hit	266.0	72.556	7.0	0.001272456595650512	NZ_JHZB01000002.1	d-proteobacteria	Desulfobulbus elongatus DSM 2908 Q362DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ENG0106_000000017716	1184	0.6053762647081176	2	2	2	2	2	False	60036	fragment	False	ISR0103_000000025728	0.9163511492256265		0	0	False	False	0.9949324131011963	0					non-mobilizable	other	1130.0	94.51299999999999	95.0	0.00034001292591211705	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0310_000000016053	1158	0.6053762647081176	2	2	2	2	2	False	25311	fragment	False	ISR0310_000000016053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.76100000000001	54.0	0.00017534116588337943	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0354_000000016145	1132	0.6053762647081176	2	2	2	2	2	False	60036	fragment	False	ISR0103_000000025728	0.7926837600554718		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	93.11	100.0	0.0004958299430431245	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0172_000000026596	1099	0.6053762647081176	2	2	2	2	2	False	60036	fragment	False	ISR0103_000000025728	0.5387280120996698		0	0	False	False	0.9881710410118103	0					non-mobilizable	other	1099.0	93.35799999999999	100.0	0.0004813627563760837	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
CHI0005_000000002663	5746	0.6053753154187428	7	6	1	2	6	True	100023	fragment	False	CHI0068_000000001640	0.8309213418572726		0	0	False	False	0.9994779229164124	0					non-mobilizable	chromosome	3629.0	96.30799999999999	99.0	0.0005581343730467802	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
MAD0041_000000025401	1453	0.6053719469004291	2	1	1	1	1	False	18227	maximal	True	MAD0041_000000025401	1.0		1	1	False	False	0.9862353801727295	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000011267	3501	0.6053654713452359	6	6	3	4	6	True	50900	maximal	True	MAD0097_000000011267	1.0		4	2	False	False	0.999143123626709	0					non-mobilizable	chromosome	1775.0	97.97200000000001	100.0	0.0002509887823612457	CP050218.1	enterobacteria	Escherichia coli strain RM-096-MS chromosome	False	True
AST0005_000000008811	3303	0.6053592393404452	4	2	2	2	1	True	129369	fragment	False	AST0005_000000008811	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1845.0	99.729	56.0	0.3506370032325537	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ENG0084_000000003310	7393	0.6053577802243839	8	3	3	3	2	False	61546	maximal	True	ENG0084_000000003310	1.0		16	4	False	False	0.9998647570610046	0					non-mobilizable	no_good_hit	3126.0	97.057	49.0	0.01024301739213171	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
USA0056_01_000000010844	1627	0.60535703107004	4	2	2	2	2	False	1014	maximal	True	USA0056_01_000000010844	1.0		38	8	False	False	1.0	0					non-mobilizable	chromosome	1170.0	97.35	100.0	0.00046103647183019585	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0109_000000017642	1385	0.6053563086253403	2	2	2	2	1	True	59856	fragment	False	ENG0109_000000017642	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	90.281	95.0	0.010256410256410256	NZ_WNCH01000008.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold8_size127380, whole genome shotgun sequence	False	True
MAD0109_000000003491	3935	0.6053514977481921	4	4	4	4	4	False	87656	maximal	False	FIJ0142_000000007595	0.9616949056423268		0	0	False	False	0.9977128505706787	0					non-mobilizable	no_good_hit	1283.0	73.733	32.0	0.00033369156749050007	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ETH0004_000000014963	1877	0.6053502013526977	2	2	2	2	2	False	53497	maximal	False	MON0029_000000016172	0.9297132329670031		0	0	False	False	1.0	0					non-mobilizable	other	1878.0	92.81200000000001	100.0	0.001264638391617254	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
SPA0036_000000005503	4130	0.6053495954578956	4	3	3	2	2	False	7110	maximal	True	SPA0036_000000005503	1.0		118	9	False	False	1.0	0					non-mobilizable	chromosome	3541.0	96.046	100.0	0.0009902178899178857	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0301_000000005776	2900	0.6053473047969781	3	3	3	3	3	False	95005	maximal	True	ISR0301_000000005776	0.9991837236461983		12	4	False	False	0.9996551871299744	0					non-mobilizable	no_good_hit	1723.0	81.95	75.0	0.0003816753120390408	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0369_000000005065	2492	0.6053359527628105	4	4	4	3	4	False	127744	fragment	False	ISR0348_000000004387	0.6079363082359189		0	0	False	False	0.9983948469161987	0					non-mobilizable	virus	2493.0	98.516	100.0	0.18661470433935398	MK232331.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_1-CL12_c1 sequence	False	False
ISR0319_000000002895	4900	0.6053342721674128	6	5	5	4	3	False	115232	fragment	False	ISR0319_000000002895	1.0		0	0	False	False	0.9924489855766296	0					non-mobilizable	other	4895.0	99.694	99.0	0.03786929136295402	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0010_000000029052	1593	0.6053267592699754	3	3	3	3	3	False	75905	maximal	True	DEN0010_000000029052	1.0		8	5	False	False	0.9836785793304443	0					non-mobilizable	no_good_hit	1085.0	99.816	68.0	0.006644355362681279	NZ_SPFU01000014.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_14_length_163146_cov_23.3993, whole genome shotgun sequence	True	False
AST0093_000000006362	2926	0.6053266160840958	6	5	5	5	5	False	109556	maximal	True	AST0093_000000006362	1.0		29	5	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	87.9	88.0	0.18684084372003834	NZ_QIML01000043.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_43, whole genome shotgun sequence	True	False
MAD0050_000000014555	1659	0.6053232030054576	1	1	1	1	1	False	100097	maximal	True	MAD0050_000000014555	0.9881113927972462		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	9.691964179275751e-06	CP018728.1	g-proteobacteria	Xanthomonas hortorum pv. gardneri strain JS749-3 chromosome, complete genome	True	False
MAD0087_000000020676	1503	0.6053232030054576	1	1	1	1	1	False	100097	maximal	False	MAD0050_000000014555	0.9588313609589103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00019556262104379973	NZ_SSHJ01000010.1	CFB group bacteria	Pedobacter ureilyticus strain THG-T11 Scaffold10, whole genome shotgun sequence	True	False
MAD0010_000000003226	1428	0.6053232030054576	1	1	1	1	1	False	100096	fragment	False	MAD0010_000000003226	0.9818319454958364		0	0	False	False	0.9985994100570679	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	9.691964179275751e-06	CP018728.1	g-proteobacteria	Xanthomonas hortorum pv. gardneri strain JS749-3 chromosome, complete genome	True	False
MAD0097_000000029540	1409	0.6053232030054576	2	1	1	1	1	False	100099	maximal	True	MAD0097_000000029540	1.0		46	6	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	3.614908333832266e-05	NZ_JTJC03000002.1	cyanobacteria	Scytonema millei VB511283 NODE_3_length_885223_cov_10.9012, whole genome shotgun sequence	True	False
AST0057_000000003717	1484	0.6053216493763379	3	1	1	1	1	False	113178	maximal	True	AST0057_000000003717	1.0		1	1	False	False	0.9710242748260498	0					non-mobilizable	no_good_hit	202.0	76.733	14.0	0.0009866019455790367	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0041_000000024219	1557	0.605314466725072	1	1	1	1	1	False	48218	maximal	True	FIJ0041_000000024219	1.0		13	2	False	False	0.9922928810119629	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000039238	1113	0.6053109569023868	2	2	2	2	1	False	6930	maximal	True	SPA0040_000000039238	1.0		0	0	False	False	0.9595687389373779	0					non-mobilizable	other	1012.0	92.095	91.0	0.008777276606119712	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
ENG0111_000000002508	9129	0.6053076851737861	11	7	7	4	3	False	59768	fragment	False	ENG0111_000000002508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2504.0	92.53200000000001	29.0	0.03959283181357649	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
SPA0134_000000006981	4217	0.6052997962538978	4	4	4	4	3	False	108260	fragment	False	AST0110_000000004715	0.9638852429241835		0	0	False	False	0.9981029033660889	0					non-mobilizable	chromosome	1513.0	97.75299999999999	99.0	0.00047657876961356457	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0169_000000006865	4017	0.6052997962538978	4	4	4	4	3	False	108260	fragment	False	AST0110_000000004715	0.9805624124910112		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	98.429	98.0	0.00042110399219822905	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0110_000000004715	3989	0.6052997962538978	4	4	4	4	3	False	108260	fragment	False	AST0110_000000004715	0.9814893625247596		0	0	False	False	0.996991753578186	0					non-mobilizable	chromosome	1337.0	98.728	98.0	0.00042110399219822905	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0331_000000001055	13453	0.6052993877875743	13	8	4	5	4	True	105661	fragment	False	ISR0217_000000001699	0.8908472457364953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	91.02600000000001	1.0	0.010725727817244742	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0022_000000004930	5209	0.6052960023179504	11	7	3	6	5	True	112150	backbone	False	ISR0003_000000003180	0.435380233253886	PS715|PS716	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	651.0	78.80199999999999	12.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
USA0057_01_000000022354	1448	0.6052951908124805	1	1	1	1	1	False	108618	fragment	False	ENG0144_000000010689	0.5826662695409979		0	0	False	False	0.9792817831039429	0					non-mobilizable	other	1330.0	99.323	92.0	0.005745735013099757	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	False	False
AST0102_000000022677	1388	0.6052951908124805	2	1	1	1	1	False	108618	fragment	False	ENG0144_000000010689	0.5762639278990093		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	99.851	97.0	0.005806261943260327	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	False	False
SPA0005_000000021739	1308	0.6052951908124805	2	1	1	1	1	False	93972	maximal	True	SPA0005_000000021739	1.0		13	6	False	False	1.0	0					non-mobilizable	other	1177.0	99.915	90.0	0.0050842621334878215	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	False	False
CAN0012_000000037354	1192	0.6052951908124805	1	1	1	1	1	False	93971	fragment	False	CAN0012_000000037354	1.0		0	0	False	False	0.9723154306411743	0					non-mobilizable	no_good_hit	1031.0	99.61200000000001	86.0	0.00445305271895617	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
ENG0016_000000002036	10801	0.6052939638115382	15	4	3	4	2	True	119837	maximal	True	ENG0016_000000002036	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	3651.0	85.538	34.0	0.014016103608401142	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0129_000000019847	1330	0.6052836755682641	2	2	2	2	1	False	81173	fragment	False	SPA0106_000000028323	0.9857437146939654		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	98.72200000000001	100.0	0.0004632385849507761	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0011_000000016542	2647	0.6052800886346212	3	3	2	3	1	False	50983	maximal	True	FIJ0011_000000016542	1.0		3	2	False	False	0.998866617679596	0					non-mobilizable	chromosome	2647.0	98.376	100.0	0.0007455082773967246	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
SPA0005_000000003329	8903	0.6052779170929603	19	5	2	4	4	False	8351	maximal	True	SPA0005_000000003329	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	80.645	8.0	0.00011904959932471153	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0137_000000001145	22340	0.6052714857088144	37	11	8	10	7	False	76671	maximal	True	ISR0137_000000001145	1.0		3	1	False	False	0.9997314214706421	0					non-mobilizable	no_good_hit	440.0	83.86399999999999	2.0	0.010401294806493074	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0068_000000004567	7768	0.6052605450325059	9	4	2	3	3	False	10573	maximal	True	MON0068_000000004567	1.0		4	3	False	False	0.9926621913909912	0					non-mobilizable	no_good_hit	189.0	82.01100000000001	2.0	0.00018973037437347278	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0175_000000018980	1308	0.6052552488277602	2	2	2	2	1	False	114679	fragment	False	AST0104_000000025200	0.963233700192464		0	0	False	False	1.0	0					non-mobilizable	chromosome	1313.0	88.119	100.0	0.0004122784594276075	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0050_000000001219	11165	0.6052534591370045	10	8	6	7	7	False	44824	maximal	True	MON0050_000000001219	1.0		1	1	False	False	0.9997313022613525	0					non-mobilizable	no_good_hit	590.0	90.678	5.0	0.00016538980291565036	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0042_000000020726	1623	0.6052533231177957	1	1	1	1	1	False	49456	fragment	False	SPA0042_000000020726	1.0		0	0	False	False	0.9944547414779663	0					non-mobilizable	other	1623.0	99.87700000000001	100.0	0.00045042793430750174	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0270_000000000728	6971	0.6052495624320483	11	9	8	9	7	False	132492	fragment	False	ISR0054_000000002543	0.8752385427952185		0	0	False	False	0.9998565316200256	0					non-mobilizable	chromosome	3801.0	96.133	90.0	0.001062427108572158	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0107_000000007116	3878	0.6052491223939664	6	2	1	2	1	True	98533	fragment	False	FIJ0107_000000007116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
DEN0045_000000008139	4248	0.6052478905680043	5	5	5	4	4	False	113446	maximal	False	SPA0008_000000005677	0.7718770375352887		0	0	False	False	0.999764621257782	0					non-mobilizable	no_good_hit	1516.0	74.406	35.0	0.005391568558489636	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
TAN0017_000000012786	2758	0.6052465019918983	5	3	2	2	3	False	59423	maximal	True	TAN0017_000000012786	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	91.78299999999999	41.0	0.1824510280071232	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0819_000000018203	1462	0.6052458064065948	1	1	1	1	1	False	21307	maximal	True	ISR0819_000000018203	1.0		64	5	False	False	0.9965800046920776	0					non-mobilizable	other	1451.0	98.897	99.0	0.0007166264254634333	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
FIJ0087_000000028793	1109	0.6052388102404384	2	2	2	2	2	False	43695	fragment	False	FIJ0087_000000028793	1.0		0	0	False	False	0.9972948431968689	0					non-mobilizable	other	1101.0	98.09299999999999	99.0	0.0026821221926105095	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
USA0044_01_000000013204	2163	0.6052366816725883	4	2	2	2	2	False	1232	maximal	True	USA0044_01_000000013204	1.0		1	1	False	False	0.9930651783943176	0					non-mobilizable	no_good_hit	570.0	84.912	26.0	0.046163849154746424	NZ_SRYX01000096.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_96_length_12304_cov_306.16, whole genome shotgun sequence	True	False
ENG0029_000000017630	1405	0.6052321273575111	2	1	1	1	1	False	65777	fragment	False	ENG0029_000000017630	1.0		0	0	False	False	0.9985765218734741	0					non-mobilizable	no_good_hit	59.0	89.831	4.0	0.05413105413105413	XM_011402585.1	green algae	Auxenochlorella protothecoides UDP-glucose 4-epimerase 5 partial mRNA	True	False
FIJ0083_000000002628	10900	0.6052318110358276	6	6	5	5	3	False	103940	maximal	True	FIJ0083_000000002628	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5545.0	90.74799999999999	88.0	0.001951963703107454	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0089_000000026269	1214	0.6052275007254909	2	1	1	1	1	False	33700	fragment	False	ISR0089_000000026269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	87.85	9.0	0.009075194468452896	NZ_CYXX01000053.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0097_000000015927	2240	0.6052237378277683	3	3	3	3	1	False	9521	fragment	False	MON0097_000000015927	1.0		0	0	False	False	0.9736607074737549	0					non-mobilizable	no_good_hit	711.0	82.56	32.0	0.0001986896041215025	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0017_000000011485	3180	0.6052204480069014	4	3	2	3	1	True	111927	fragment	False	ISR0159_000000007013	0.9355425055928411		0	0	False	False	0.9971697926521301	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	8.975382589893916e-07	LR597564.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 15	True	True
ISR0252_000000007765	1550	0.6052196475308477	2	2	2	2	1	False	26954	maximal	True	ISR0252_000000007765	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	95.53299999999999	45.0	0.0006201630858885603	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0302_000000005611	2548	0.6052136468012006	3	3	2	3	1	False	42912	fragment	False	ISR0302_000000005611	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	73.45	20.0	0.00020858681001921538	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0339_000000007781	1903	0.6052099564642717	2	2	2	2	2	False	89029	maximal	False	ENG0100_000000015539	0.7365152414816641		0	0	False	False	0.9984235167503357	0					non-mobilizable	other	1903.0	94.745	100.0	0.00046632837019705683	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0062_000000006256	2356	0.6052072276347022	3	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.8747526616274686		0	0	False	False	0.9953310489654541	0					non-mobilizable	other	2367.0	97.76100000000001	100.0	0.0059654076950229435	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
MAD0002_000000041123	1139	0.605205635329693	2	2	1	2	1	False	20115	maximal	True	MAD0002_000000041123	1.0		4	2	False	False	0.992098331451416	0					non-mobilizable	no_good_hit	913.0	81.161	85.0	0.0002507731004427433	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0157_000000001342	6631	0.6052035227162631	7	7	6	6	6	False	106675	fragment	False	CHI0157_000000001342	1.0		0	0	False	False	0.9882370829582214	0					non-mobilizable	other	6640.0	97.36399999999999	100.0	0.0020013994702781615	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0790_000000005727	2775	0.6051985071877919	3	3	3	3	3	False	22079	fragment	False	ISR0790_000000005727	1.0		0	0	False	False	0.998918890953064	0					non-mobilizable	no_good_hit	151.0	80.132	5.0	2.0763794045198118e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
AST0148_000000020068	1703	0.60519627159335	2	2	2	2	2	False	104844	maximal	True	AST0148_000000020068	1.0		81	11	False	False	0.9624192714691162	0					non-mobilizable	other	1705.0	97.302	100.0	0.0014610094184461452	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
DEN0093_000000002860	10191	0.605190203125113	14	4	1	4	2	False	68520	fragment	False	DEN0093_000000002860	1.0		0	0	False	False	0.9960749745368958	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000026609	1766	0.6051861061082988	3	2	2	2	1	False	72527	maximal	True	DEN0051_000000026609	1.0		2	2	False	False	0.9733861684799194	0					non-mobilizable	no_good_hit								True	False
FIJ0154_000000023914	1649	0.6051850637312187	3	3	2	3	1	False	122416	backbone	False	ISR0319_000000007079	0.14386047714512928	PS871	0	0	False	True	0.9872649908065796	0					non-mobilizable	no_good_hit	1458.0	93.416	88.0	0.6310090948462538	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0078_000000009716	2002	0.6051844407152743	4	3	3	3	3	False	60452	maximal	True	ISR0078_000000009716	1.0		62	5	False	False	0.9960039854049683	0					non-mobilizable	other	2006.0	94.21700000000001	100.0	0.03737045162266435	NZ_LT629848.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
FIJ0122_000000013138	1219	0.6051836794049357	2	2	2	2	1	False	41408	fragment	False	FIJ0122_000000013138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	79.048	9.0	0.0009015711847345617	NZ_MJEH01000001.1	firmicutes	Bacillus solimangrovi strain GH2-4 NODE_10_length_114245_cov_1.79278_ID_5802, whole genome shotgun sequence	True	False
SPA0041_000000012269	2784	0.6051815993018719	4	4	4	4	1	False	70401	maximal	True	SPA0041_000000012269	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	98.069	66.0	0.0002034671476435188	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0012_000000008917	2760	0.6051815993018719	4	4	4	4	1	False	70412	maximal	True	SPA0012_000000008917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	90.0	46.0	0.0002731630766705805	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0098_000000012893	2759	0.6051815993018719	4	4	4	4	1	False	41828	maximal	True	SPA0098_000000012893	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	90.052	48.0	0.00026979069300798076	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0007_000000008783	3117	0.6051781625639493	3	2	2	2	1	False	76681	maximal	False	ENG0041_000000007667	0.9710600491176195		0	0	False	True	1.0	0					non-mobilizable	other	3117.0	97.85	100.0	0.033170108579944645	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
USA0051_01_000000012666	1600	0.6051759884227803	3	3	3	3	2	False	87342	fragment	False	FIJ0094_000000010862	0.6363982486198363		0	0	False	False	0.9649999737739563	0					non-mobilizable	other	1600.0	99.68799999999999	100.0	0.007468054102525781	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0086_000000008193	3142	0.6051746457467291	3	3	3	2	3	False	109014	fragment	False	ISR0086_000000008193	0.9507914436930397		0	0	False	False	1.0	0					non-mobilizable	other	2252.0	96.27	92.0	0.04374804870433968	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	False	False
CHI0067_000000004047	2678	0.605170179201031	3	2	2	2	2	False	85189	fragment	False	CHI0067_000000004047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	1.4988155871244073e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0115_000000024219	1200	0.6051645875396264	2	2	2	2	2	False	4373	fragment	False	SPA0115_000000024219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	99.167	100.0	0.010991327943090773	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0058_000000023294	1478	0.6051634743362048	2	2	2	2	2	False	64730	fragment	False	ENG0058_000000023294	1.0		0	0	False	False	0.9952638745307922	0					non-mobilizable	other	1478.0	99.459	100.0	0.02489507660671847	NZ_SPGG01000023.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_23_length_59329_cov_36.7253, whole genome shotgun sequence	False	False
FIJ0102_000000004967	6068	0.6051512443701701	6	6	5	6	2	False	118960	maximal	True	FIJ0102_000000004967	1.0		9	5	False	False	0.9975280165672302	0					non-mobilizable	no_good_hit	214.0	98.598	4.0	7.648032516705386e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
AUS0010_000000008362	2808	0.6051487055173902	4	4	3	4	2	False	101553	maximal	True	AUS0010_000000008362	1.0		313	7	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	83.117	3.0	0.0013571009389671362	NZ_AUDW01000018.1	firmicutes	Gemella cuniculi DSM 15828 H612DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	False
CHI0085_000000001765	1424	0.6051341543099745	3	1	1	1	1	False	84089	fragment	False	CHI0085_000000001765	1.0		0	0	False	False	0.9985954761505127	0					non-mobilizable	no_good_hit	53.0	94.34	4.0	0.0002180293501048218	NZ_SLUK01000003.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_103, whole genome shotgun sequence	True	False
MON0106_000000003508	9088	0.605133978015675	9	5	3	5	3	False	101199	maximal	False	ETH0002_000000002838	0.9628632818999376		0	0	False	False	0.9988996386528015	0					non-mobilizable	no_good_hit	324.0	95.679	7.0	8.562902253003618e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0023_01_000000012472	2506	0.6051326322601197	4	3	2	3	2	False	109634	maximal	True	USA0023_01_000000012472	1.0		12	5	False	False	0.992817223072052	0					non-mobilizable	no_good_hit	1875.0	96.48	75.0	0.006868217452015935	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0392_000000012808	2548	0.6051299575140631	5	1	1	1	1	False	22823	maximal	True	ISR0392_000000012808	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	94.366	3.0	2.1075659510075218e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0191_000000004175	5994	0.6051230475477447	7	5	3	5	4	True	78591	maximal	True	ENG0191_000000004175	0.9813568283500406		15	7	False	False	0.9996663331985474	0					non-mobilizable	no_good_hit	3460.0	76.243	56.0	0.08384508716323297	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
FIJ0158_000000016178	1167	0.6051213543974201	2	1	1	1	1	False	39420	fragment	False	FIJ0158_000000016178	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	4.0	9.364513242401733e-06	CP010415.1	g-proteobacteria	Azotobacter chroococcum NCIMB 8003, complete genome	True	False
FIJ0169_000000019088	1195	0.60512044033451	2	2	2	1	1	False	38842	fragment	False	FIJ0169_000000019088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	76.047	63.0	0.00018736779231915971	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
ISR0079_000000002439	11538	0.6051199031719573	16	5	2	5	2	False	34394	fragment	False	ISR0079_000000002439	1.0		0	0	False	False	0.9999133348464966	0					non-mobilizable	no_good_hit	2591.0	99.691	22.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
MAD0087_000000009486	2939	0.6051175416947925	8	5	2	3	1	False	15999	maximal	True	MAD0087_000000009486	1.0		2	1	False	False	0.9996597766876221	0					non-mobilizable	no_good_hit	72.0	97.22200000000001	2.0	0.0001070847900383997	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MON0042_000000003399	6619	0.6051154355193511	7	7	7	6	6	False	34789	maximal	False	MON0060_000000003913	0.9418538928924686		0	0	False	False	0.9993956685066223	0					non-mobilizable	no_good_hit	1373.0	72.251	21.0	0.010739223130146703	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
DEN0010_000000031922	1458	0.6051108511177747	3	1	1	1	1	True	75893	fragment	False	ENG0042_000000017122	0.951975476839237		0	0	False	False	0.9958847761154175	0					non-mobilizable	no_good_hit								True	True
ISR0112_000000031829	1245	0.6051108511177747	2	1	1	1	1	True	32605	fragment	False	ISR0112_000000031829	1.0		0	0	False	False	0.9879518151283264	0					non-mobilizable	no_good_hit								True	True
AST0057_000000004058	1347	0.6051102516665637	2	2	1	2	2	False	113176	maximal	True	AST0057_000000004058	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0095_000000007790	3776	0.6051098020973061	7	2	1	2	2	False	126762	fragment	False	MON0095_000000007790	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	2631.0	100.0	100.0	0.5000950751093364	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0066_000000012646	2534	0.6051098020973061	4	2	1	2	2	False	126732	fragment	False	USA0145_01_000000008660	0.12631346139362662		0	0	False	True	1.0	0					non-mobilizable	plasmid	2426.0	87.59299999999999	96.0	0.466280193236715	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
CHI0086_000000002209	2403	0.6051098020973061	5	2	1	2	2	False	126732	fragment	False	USA0145_01_000000008660	0.09403445267171072		0	0	False	True	1.0	0					non-mobilizable	plasmid	1272.0	99.52799999999999	99.0	0.2416809279330671	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0206_000000012244	2127	0.6051098020973061	4	2	1	2	2	False	99867	fragment	False	ISR0206_000000012244	0.9469518896014472		0	0	False	False	1.0	0					non-mobilizable	plasmid	1462.0	99.384	99.0	0.2778094694808899	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
AST0055_000000017031	2080	0.6051046953462451	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3426326453925293		0	0	False	False	1.0	0					non-mobilizable	chromosome	2086.0	91.755	100.0	0.0006984328513192976	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0030_000000017037	2073	0.6051046953462451	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.33886286733382726		0	0	False	False	1.0	0					non-mobilizable	chromosome	2079.0	91.58200000000001	100.0	0.0006960766923027988	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0139_000000011262	1837	0.6050986336508278	2	2	2	2	1	False	57860	fragment	False	ENG0139_000000011262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	588.0	76.02	31.0	0.0002032705307662697	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0002_000000029070	1503	0.605094173849173	1	1	1	1	1	False	20145	fragment	False	MAD0002_000000029070	1.0		0	0	False	False	0.9960079789161682	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0007098164992901835	NZ_AUWY01000096.1	a-proteobacteria	Sphingobium ummariense RL-3 contig096, whole genome shotgun sequence	True	False
FIJ0043_000000010397	2578	0.6050941599787216	3	3	3	3	3	False	49224	fragment	False	FIJ0043_000000010397	0.9813065722156631		0	0	False	False	0.9980605244636536	0					non-mobilizable	no_good_hit	466.0	76.395	18.0	0.0030324251473269736	NZ_SLUM01000006.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_106, whole genome shotgun sequence	True	False
AST0003_000000007945	4436	0.6050907898440889	3	2	1	2	1	True	130559	fragment	False	ISR0847_000000005347	0.9743532058492688		0	0	False	False	0.9934625625610352	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.201412079905149e-07	LR877239.1	rodents	Acomys russatus genome assembly, chromosome: 28	True	True
SPA0075_000000004131	3859	0.6050907898440889	3	2	1	2	1	True	33340	fragment	False	SPA0075_000000004131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.201412079905149e-07	LR877239.1	rodents	Acomys russatus genome assembly, chromosome: 28	True	True
AST0035_000000005527	2947	0.6050907898440889	2	2	1	2	1	True	116839	fragment	False	AST0035_000000005527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0103_000000011201	2524	0.6050907898440889	2	2	1	2	1	True	33341	fragment	False	ISR0103_000000011201	0.9906113537117904		0	0	False	False	0.999603807926178	0					non-mobilizable	no_good_hit	65.0	98.462	3.0	0.0003093401388163873	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0291_000000006104	2290	0.6050907898440889	3	2	1	2	1	True	33341	fragment	False	ISR0103_000000011201	0.9449286846275753		0	0	False	False	0.9733624458312988	0					non-mobilizable	no_good_hit								True	True
ISR0096_000000015437	1543	0.6050907898440889	3	2	1	2	1	True	33339	fragment	False	ISR0096_000000015437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0083_000000016163	1408	0.605087875891276	2	2	2	2	2	False	77790	fragment	False	CHI0174_000000009995	0.9543663821405122		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	98.506	99.0	0.0004227175136020801	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0005_000000014773	1361	0.6050748335399558	4	2	1	1	2	True	90714	fragment	False	SPA0075_000000015416	0.9007787130147946		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	90.993	94.0	0.00035428808870324	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
FIJ0097_000000013436	2342	0.6050747524680042	2	2	2	2	2	False	128952	maximal	True	FIJ0097_000000013436	0.9765193370165746	PS1059	11	1	False	True	1.0	0					non-mobilizable	no_good_hit	1809.0	77.225	77.0	0.0006774076810567108	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	True
CHI0061_000000005630	1443	0.6050713472648402	4	4	4	2	1	False	85641	maximal	True	CHI0061_000000005630	1.0		9	3	False	False	0.9951490163803101	0					non-mobilizable	no_good_hit	677.0	90.103	47.0	0.0001876326686849706	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0319_000000008438	2260	0.6050617340504244	3	2	2	2	1	True	129342	fragment	False	ISR0319_000000008438	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1864.0	98.444	82.0	0.19089694852563444	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	True	True
ISR0178_000000010315	1664	0.6050590742503877	3	2	2	2	1	False	29706	fragment	False	ISR0178_000000010315	1.0		0	0	False	False	0.9933894276618958	0					non-mobilizable	other	1071.0	96.17200000000001	100.0	0.01634586006721662	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0102_000000005557	6704	0.605053214431298	8	7	7	7	6	False	130075	maximal	True	SPA0102_000000005557	1.0		524	13	False	False	0.9998508095741272	0					non-mobilizable	other	6705.0	98.65799999999999	100.0	0.014018154178785831	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0088_000000003077	9485	0.605050010771058	8	6	5	4	4	False	88214	maximal	True	FIJ0088_000000003077	1.0		1	1	False	False	0.9965208172798157	0					non-mobilizable	no_good_hit	2008.0	95.369	38.0	0.0007933930843492337	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0217_000000004834	5567	0.6050496239841777	5	5	5	5	4	False	49091	maximal	True	ISR0217_000000004834	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1576.0	91.561	58.0	0.00044093916388491855	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0068_000000005040	7199	0.6050492955095524	5	5	3	4	4	False	36438	fragment	False	MON0082_000000003189	0.9364615350697176		0	0	False	False	0.9980552792549133	0					non-mobilizable	no_good_hit	4682.0	73.217	64.0	0.10275138913783832	NZ_AAXG02000017.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont185, whole genome shotgun sequence	True	False
ISR0132_000000007097	3684	0.6050487536996203	3	1	1	1	0	True	65614	fragment	False	ISR0132_000000007097	1.0		0	0	False	False	0.9978284239768982	0					non-mobilizable	no_good_hit								True	True
ENG0032_000000010302	2160	0.6050487536996203	1	1	1	1	0	True	65613	fragment	False	ENG0032_000000010302	1.0		0	0	False	False	0.9944444298744202	0					non-mobilizable	no_good_hit								True	True
SPA0143_000000015730	1330	0.6050487536996203	1	1	1	1	0	True	3401	fragment	False	SPA0143_000000015730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0030_000000002289	9852	0.6050476059467841	12	6	4	5	0	True	116911	fragment	False	ENG0113_000000002542	0.9913167814686394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	96.02	10.0	0.00011421332672403422	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0057_000000001580	14323	0.6050467612540787	17	8	0	7	2	False	6351	maximal	True	SPA0057_000000001580	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.704945397550956e-07	CP023114.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-02	True	False
MAD0102_000000001126	11475	0.6050416004521321	10	10	10	10	9	False	49841	maximal	False	FIJ0031_000000001602	0.9933672337087918		0	0	False	False	0.9999128580093384	0					non-mobilizable	chromosome	11475.0	99.913	100.0	0.002383658498228668	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	False	False
FIJ0098_000000011455	2044	0.605037103407592	2	2	2	2	1	False	42862	maximal	True	FIJ0098_000000011455	1.0		2	1	False	False	0.9995107650756836	0					non-mobilizable	no_good_hit	764.0	86.387	37.0	0.006604790211005666	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
ENG0052_000000028033	1207	0.6050343717298757	2	2	2	2	1	False	63916	fragment	False	ENG0052_000000028033	1.0		0	0	False	False	0.9958574771881104	0					non-mobilizable	other	1194.0	98.492	99.0	0.004273825772638201	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0077_000000009342	3285	0.6050342288451273	4	2	2	2	2	True	34524	fragment	False	ISR0077_000000009342	1.0		0	0	False	False	0.9984779357910156	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.4571552239798913e-07	CP039354.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu05	True	True
SPA0027_000000033251	1131	0.6050329957431153	1	1	1	1	1	False	83328	fragment	False	ISR0228_000000019212	0.4635717651131261		0	0	False	False	0.9920424222946167	0					non-mobilizable	no_good_hit								True	False
FIJ0171_000000015691	1341	0.6050266018249761	2	2	2	1	1	False	38785	fragment	False	FIJ0171_000000015691	1.0		0	0	False	False	0.9992542862892151	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000013528	1869	0.6050255907259738	3	1	1	1	1	False	62382	maximal	True	ENG0070_000000013528	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0170_000000003418	4839	0.6050196018283686	9	1	1	1	1	True	38831	fragment	False	MON0008_000000005551	0.9813369675942637		0	0	False	False	1.0	0					non-mobilizable	chromosome	4840.0	99.194	100.0	0.0012908375078593305	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0037_000000011821	4808	0.6050196018283686	9	1	1	1	1	True	38831	fragment	False	MON0008_000000005551	0.9798145077004803		0	0	False	False	0.9997920393943787	0					non-mobilizable	chromosome	4802.0	99.229	99.0	0.0012807007388370832	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0055_000000003194	4512	0.6050196018283686	8	1	1	1	1	True	46278	fragment	False	FIJ0055_000000003194	0.9830243466607103		0	0	False	False	1.0	0					non-mobilizable	chromosome	4433.0	99.323	100.0	0.0011820006194099386	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0023_000000004218	3859	0.6050196018283686	7	1	1	1	1	True	12989	fragment	False	MON0023_000000004218	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3859.0	99.32600000000001	100.0	0.001029148812837631	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0031_000000001602	11695	0.6050164743487337	10	10	10	10	10	False	49841	maximal	True	FIJ0031_000000001602	0.9974995522999727		40	10	False	False	1.0	0					non-mobilizable	chromosome	11695.0	99.97399999999999	100.0	0.0025041811302007155	CP019213.3	enterobacteria	Escherichia coli strain WCHEC050613 chromosome, complete genome	False	False
TAN0009_000000007492	4261	0.6050116086314429	4	4	4	1	2	False	45502	fragment	False	TAN0009_000000007492	1.0		0	0	False	False	0.99812251329422	0					non-mobilizable	other	4116.0	98.445	100.0	0.0627899169921875	NZ_VJZV01000030.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold30_1, whole genome shotgun sequence	False	False
MON0004_000000027192	1645	0.6050092238567064	3	3	2	3	2	False	14213	maximal	True	MON0004_000000027192	1.0		1	1	False	False	0.9586626291275024	0					non-mobilizable	other	1595.0	78.119	96.0	0.00041859262157555824	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
AST0016_000000007452	3569	0.6049982068369115	4	2	1	2	1	True	123732	fragment	False	AST0016_000000007452	1.0		0	0	False	False	0.9974783062934875	0					non-mobilizable	no_good_hit	1362.0	86.197	86.0	0.00040661916839587986	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
SPA0136_000000021541	1941	0.6049933911476759	2	2	2	1	2	False	79576	maximal	False	ISR0323_000000010400	0.7739175327260341		0	0	False	False	1.0	0					non-mobilizable	other	1961.0	75.37	99.0	0.0005367923532776824	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0382_000000002883	4361	0.6049912793057823	7	5	3	4	4	True	23119	maximal	True	ISR0382_000000002883	1.0		32	7	False	False	0.9979362487792969	0					non-mobilizable	no_good_hit	1413.0	85.492	32.0	0.25430175692809276	NZ_CABMGA010000043.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0012_000000014827	1572	0.6049864669154464	3	3	3	3	2	False	67046	fragment	False	ENG0012_000000014827	1.0		0	0	False	False	0.9993638396263123	0					non-mobilizable	no_good_hit	255.0	75.686	16.0	0.0009196463575042777	NZ_CABJCG010000005.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
FIJ0041_000000007664	4627	0.6049849222274003	7	4	3	4	3	True	47417	fragment	False	MAD0051_000000005155	0.9533066132264529		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	0.0010411846367422489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0073_000000014736	1642	0.6049840567321519	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.19721841621123917		0	0	False	False	0.9792935252189636	0					non-mobilizable	other	1653.0	80.157	100.0	0.003920324667777304	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ENG0035_000000009463	2336	0.6049839627560732	4	3	3	3	1	False	65390	maximal	True	ENG0035_000000009463	1.0		62	11	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	98.0	8.0	2.728190138149424e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0067_000000003417	7795	0.6049833359068403	6	5	5	3	4	False	62689	maximal	True	ENG0067_000000003417	1.0		2	2	False	False	0.9982039928436279	0					non-mobilizable	no_good_hit	1052.0	100.0	25.0	0.0009405359354529249	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
MAD0062_000000009636	1493	0.6049826429487047	3	3	3	3	3	False	16759	fragment	False	MAD0062_000000009636	1.0		0	0	False	False	0.9825853705406189	0					non-mobilizable	no_good_hit	453.0	73.73100000000001	30.0	0.002951633015839325	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	False
FIJ0160_000000014459	1358	0.6049800241894279	2	2	2	2	1	True	39315	fragment	False	FIJ0160_000000014459	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	87.959	100.0	0.00043566367919742853	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0106_000000023062	1197	0.6049794594922042	2	2	1	2	2	False	45286	fragment	False	FIJ0066_000000027176	0.9648597334518815		0	0	False	False	0.981620728969574	0					non-mobilizable	other	1200.0	97.917	100.0	0.0008075889089325535	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0357_000000014669	1766	0.6049789346912543	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.5638706301891209		0	0	False	False	1.0	0					non-mobilizable	chromosome	1766.0	97.905	100.0	0.0006984920579233062	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CAN0003_000000001735	20015	0.6049779933931866	21	16	10	15	11	False	96812	maximal	True	CAN0003_000000001735	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2097.0	94.564	21.0	0.00047354526803159927	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0134_000000014281	1217	0.6049729991656505	2	2	2	2	2	False	80719	maximal	True	CHI0134_000000014281	1.0		26	9	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	1.036360044433937e-05	CP052757.1	high GC Gram+	Cellulosimicrobium sp. BI34T chromosome, complete genome	True	False
ENG0045_000000004011	3114	0.6049727181265379	3	2	2	2	2	False	64482	maximal	True	ENG0045_000000004011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	550.0	93.455	18.0	0.0013386228034028816	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
USA0053_01_000000007911	2594	0.6049683576682544	3	3	1	2	2	False	1068	maximal	True	USA0053_01_000000007911	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0335_000000009899	1886	0.6049658277757448	3	3	3	3	2	False	28635	fragment	False	ISR0335_000000009899	0.9565714757674062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	94.946	35.0	0.0002194593826796058	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0017_000000014968	1320	0.6049655546662026	1	1	1	1	1	False	13290	maximal	True	MON0017_000000014968	1.0		68	12	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	74.116	88.0	0.0001830882550709491	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
MON0092_000000015573	3407	0.6049555789052274	5	5	3	5	4	False	130222	fragment	False	MON0092_000000015573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	74.60300000000001	15.0	0.0022623713475448492	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
SPA0126_000000005053	6758	0.6049548025755032	8	5	4	4	2	False	3995	maximal	True	SPA0126_000000005053	1.0		1	1	False	False	0.9992601275444031	0					non-mobilizable	no_good_hit	1799.0	78.377	26.0	0.005452606278181276	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ISR0217_000000011446	2080	0.6049545332147157	3	3	3	3	3	False	40158	maximal	False	ISR0009_000000015923	0.9699807877041307		0	0	False	False	0.9903846383094788	0					non-mobilizable	other	2082.0	93.66	100.0	0.0685346958958299	NZ_CABKPS010000044.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0170_000000011887	3825	0.6049536681090193	5	3	1	2	3	True	30065	maximal	True	ISR0170_000000011887	1.0		8	3	False	False	0.9947712421417236	0					non-mobilizable	no_good_hit	1860.0	73.495	51.0	0.05272103943994699	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	True	True
FIJ0168_000000012930	1728	0.604943434498481	2	2	2	2	0	True	70337	fragment	False	FIJ0168_000000012930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	96.309	17.0	0.0007504718876263105	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	True
FIJ0168_000000016960	1382	0.604942276614496	2	2	2	2	2	False	96059	fragment	False	ENG0152_000000016577	0.9705830451293936		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	98.625	100.0	0.0004648365145406988	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0128_000000022843	1308	0.604934321328948	2	2	2	2	1	False	58581	maximal	True	ENG0128_000000022843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	77.961	28.0	0.00013866412991357118	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	False
ISR0278_000000004049	2613	0.6049292609765765	2	2	1	1	1	True	73282	maximal	True	ISR0278_000000004049	1.0		34	8	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	81.395	45.0	0.00023790723531762952	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
DEN0039_000000007692	2450	0.6049292609765765	2	2	1	1	1	True	73281	fragment	False	DEN0039_000000007692	1.0		0	0	False	False	0.9963265061378479	0					non-mobilizable	no_good_hit	1157.0	82.28200000000001	47.0	0.00025615643391074984	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MON0039_000000040247	1239	0.60492911127641	2	1	0	1	1	True	11900	maximal	True	MON0039_000000040247	1.0		4	3	False	False	0.990314781665802	0					non-mobilizable	no_good_hit	62.0	91.935	5.0	2.0880917173405925e-05	CP001358.1	d-proteobacteria	Desulfovibrio desulfuricans ATCC 27774 chromosome, complete genome	True	True
CHI0108_000000007007	1185	0.6049287125892455	3	3	2	1	3	False	82860	maximal	True	CHI0108_000000007007	1.0		18	8	True	True	1.0	3					non-mobilizable	no_good_hit	763.0	99.60700000000001	68.0	0.00015386718515734938	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	True
ISR0091_000000021844	1336	0.6049266226387751	2	2	2	2	2	False	120740	maximal	False	AST0024_000000027103	0.8935276834059681		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	99.626	100.0	0.11984917856180986	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
MON0082_000000010019	3094	0.6049252179939706	4	3	3	3	3	False	9928	maximal	True	MON0082_000000010019	1.0		0	0	False	False	0.9489334225654602	0					non-mobilizable	no_good_hit	340.0	74.118	11.0	0.0001363139553367943	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MAD0100_000000026592	1233	0.6049221360232011	2	1	1	1	1	False	17516	fragment	False	MAD0100_000000026592	0.9728037278321515		0	0	False	False	0.9983779191970825	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000023947	1191	0.6049221360232011	2	1	1	1	1	False	17516	fragment	False	MAD0100_000000026592	0.9559547477616644		0	0	False	False	0.9941225647926331	0					non-mobilizable	no_good_hit								True	False
TAN0002_000000036228	1177	0.6049221360232011	2	1	1	1	1	False	17516	fragment	False	MAD0100_000000026592	0.9491929893297042		0	0	False	False	0.9991503953933716	0					non-mobilizable	no_good_hit								True	False
ENG0100_000000006629	4398	0.6049215227997454	6	4	4	4	3	True	60602	maximal	True	ENG0100_000000006629	1.0		1	1	False	False	0.9884037971496582	0					non-mobilizable	no_good_hit	518.0	99.421	12.0	0.00020091652132280018	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
FIJ0031_000000011682	2084	0.6049191734530108	4	1	1	1	1	False	48575	maximal	True	FIJ0031_000000011682	1.0		9	2	False	False	0.9995201826095581	0					non-mobilizable	no_good_hit	824.0	98.18	39.0	0.008868916763653607	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	False
AST0102_000000004601	5987	0.6049177833624069	8	5	2	5	3	True	108365	backbone	True	AST0102_000000004601	1.0	PS671	1	1	True	True	0.9983296990394592	4					non-mobilizable	no_good_hit	288.0	74.306	5.0	0.0007572541505558933	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	True	True
SPA0073_000000003913	3259	0.6049157609325815	6	4	4	4	4	True	130890	maximal	True	SPA0073_000000003913	1.0	PS1128	1	1	False	True	0.9993863105773926	0					non-mobilizable	no_good_hit	1736.0	82.085	58.0	0.000488669300588508	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CAN0001_000000017824	2570	0.6049106997486494	4	4	4	4	4	False	97362	fragment	False	CAN0001_000000017824	0.9936969897633525		0	0	False	False	0.9964980483055115	0					non-mobilizable	chromosome	2570.0	99.572	100.0	0.0004775528770376627	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0047_000000013890	3010	0.6049106693471771	3	3	1	2	2	True	110213	maximal	True	MAD0047_000000013890	1.0		1	1	False	False	0.999667763710022	0					non-mobilizable	no_good_hit	1559.0	89.67299999999999	52.0	0.00042509103235612516	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ENG0105_000000021012	1099	0.6049029466982234	1	1	1	1	1	False	60107	maximal	True	ENG0105_000000021012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	98.361	6.0	0.002648538889379359	KJ531199.1	bacteria	Uncultured bacterium pBIO2079 genomic sequence	True	False
ISR0774_000000004032	5752	0.6049023297769107	6	5	5	5	3	False	73087	maximal	True	ISR0774_000000004032	1.0		16	5	False	False	0.9998261332511902	0					non-mobilizable	no_good_hit	1081.0	71.32300000000001	19.0	0.0011937544023893005	NZ_QGDL01000001.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_101, whole genome shotgun sequence	True	False
ISR0386_000000005202	6835	0.6048985182239873	7	4	4	3	2	True	27208	fragment	False	ISR0386_000000005202	1.0		0	0	False	False	0.9998536705970764	0					non-mobilizable	no_good_hit	109.0	96.33	2.0	0.0176759410801964	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	True
FIJ0151_000000008983	1957	0.6048969654648921	3	3	3	3	2	False	40005	maximal	True	FIJ0151_000000008983	1.0		87	9	False	False	1.0	0					non-mobilizable	chromosome	1957.0	99.336	100.0	0.00039287064312281544	CP034316.1	enterobacteria	Klebsiella pneumoniae strain 6 chromosome	False	False
ISR0257_000000004662	3436	0.6048955341572989	4	4	4	4	3	False	108784	fragment	False	ISR0257_000000004662	0.9285798745999571		0	0	False	False	0.9909778833389282	0					non-mobilizable	other	3435.0	96.15700000000001	99.0	0.020967998142694802	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
CHI0154_000000002903	8636	0.6048848015638295	13	2	0	2	1	False	89998	fragment	False	CHI0154_000000002903	1.0		0	0	False	False	0.999305248260498	0					non-mobilizable	other	8625.0	99.84899999999999	99.0	0.009461268378319069	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
MON0079_000000004287	5304	0.6048848015638295	6	2	0	2	1	False	78458	fragment	False	MON0079_000000004287	1.0		0	0	False	False	0.9983031749725342	0					non-mobilizable	other	5228.0	99.885	99.0	0.005734035549703752	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0090_000000009154	3646	0.6048848015638295	4	2	0	2	1	False	78455	fragment	False	SPA0090_000000009154	1.0		0	0	False	False	0.9972572922706604	0					non-mobilizable	other	3629.0	99.89	99.0	0.003979591836734694	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
FIJ0140_000000013273	2320	0.6048848015638295	3	2	0	2	1	False	40394	fragment	False	FIJ0140_000000013273	1.0		0	0	False	False	0.995258629322052	0					non-mobilizable	other	2319.0	100.0	99.0	0.002543339916611806	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
MON0037_000000034295	2084	0.6048848015638295	3	2	0	2	1	False	12099	fragment	False	MON0037_000000034295	1.0		0	0	False	False	0.9894433617591858	0					non-mobilizable	other	2079.0	99.95200000000001	99.0	0.0022800087777046303	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
MON0011_000000024933	1881	0.6048848015638295	3	2	0	2	1	False	13671	fragment	False	MON0011_000000024933	1.0		0	0	False	False	0.9707602262496948	0					non-mobilizable	other	1879.0	100.0	99.0	0.0020605661619486505	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
AST0039_000000010742	1509	0.6048835787481559	2	2	2	2	1	False	116575	fragment	False	AST0039_000000010742	0.9940308988764045		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	100.0	100.0	0.0002324403851296726	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0170_000000011738	1375	0.6048830355062856	4	3	1	2	2	False	91953	fragment	False	FIJ0170_000000011738	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	98.98200000000001	100.0	0.009588744739798873	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
MON0069_000000049068	1097	0.6048830355062856	4	3	1	2	2	False	68871	fragment	False	ISR0829_000000012462	0.3421746584712006		0	0	False	False	1.0	0					non-mobilizable	other	1098.0	98.54299999999999	100.0	0.00037619343681339127	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0077_000000017709	1182	0.6048810413062009	2	2	2	2	2	False	61967	maximal	True	ENG0077_000000017709	1.0		127	8	False	False	1.0	0					non-mobilizable	other	799.0	90.363	100.0	0.00028617285989737993	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
MON0104_000000016814	2684	0.6048808817985519	4	3	3	3	3	False	98879	fragment	False	MON0104_000000016814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	72.941	13.0	0.001155725457075741	NZ_FQXV01000004.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0349_000000001192	7118	0.6048792298698937	8	4	3	3	0	True	67599	maximal	True	ISR0349_000000001192	1.0		2	2	False	False	0.9991570711135864	0					non-mobilizable	no_good_hit	353.0	94.334	5.0	0.4188034188034188	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	True
FIJ0042_000000010979	2204	0.6048769249426015	3	3	3	3	2	False	48510	fragment	False	FIJ0042_000000010979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	76.446	11.0	0.0009990299874810351	NZ_BAJY01000001.1	CFB group bacteria	Prevotella falsenii DSM 22864 = JCM 15124, whole genome shotgun sequence	True	False
ISR0381_000000014677	1282	0.6048760196794716	2	2	2	2	2	False	23141	maximal	True	ISR0381_000000014677	1.0		47	7	False	False	0.9789391756057739	0					non-mobilizable	no_good_hit	705.0	91.773	70.0	0.0014450125514939665	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
SPA0102_000000027209	1125	0.6048754057106734	2	2	2	2	2	False	47096	fragment	False	FIJ0162_000000017330	0.4744318181818181		0	0	False	False	0.9893333315849304	0					non-mobilizable	other	1125.0	98.667	100.0	0.035700673357896076	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0048_000000006591	2770	0.6048742968906109	4	4	4	4	2	False	104119	fragment	False	CHI0141_000000009837	0.9455886218558881		0	0	False	False	0.9981949329376221	0					non-mobilizable	no_good_hit	967.0	87.28	59.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0051_000000010081	2748	0.6048742968906109	4	4	4	4	2	False	100828	fragment	False	CHI0089_000000002831	0.9483098549888596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	86.98299999999999	55.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0276_000000006884	1478	0.6048673163182519	2	2	2	2	1	True	26312	maximal	True	ISR0276_000000006884	1.0		36	10	False	False	0.9972936511039734	0					non-mobilizable	no_good_hit	1209.0	81.969	82.0	0.0032312477504821357	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
CHI0160_000000025264	1281	0.6048651735600012	2	1	1	1	1	False	78650	fragment	False	CHI0160_000000025264	1.0		0	0	False	False	0.9953161478042603	0					non-mobilizable	no_good_hit	586.0	84.471	45.0	0.00025971974365393547	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0164_000000014413	1564	0.6048541559114196	2	2	2	2	1	False	39096	fragment	False	FIJ0164_000000014413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	72.101	58.0	0.00020544049980544376	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0327_000000000805	15793	0.6048531591500955	11	9	5	9	4	True	118416	fragment	False	ISR0327_000000000805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3382.0	78.563	21.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0373_000000005661	2734	0.6048505438887339	3	3	3	3	3	False	115314	maximal	False	ISR0223_000000010033	0.9836320325072571		0	0	False	False	0.9934162497520447	0					non-mobilizable	other	2734.0	98.79299999999999	100.0	0.03946342449533601	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0141_000000008026	3398	0.604847675221093	5	5	5	4	4	False	57749	maximal	True	ENG0141_000000008026	1.0		0	0	False	False	0.9732195138931274	0					non-mobilizable	no_good_hit	137.0	97.08	4.0	6.674528869055068e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
AST0031_000000010542	2705	0.6048452944948237	5	5	4	4	4	False	117476	fragment	False	AST0031_000000010542	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2705.0	99.926	100.0	0.0015065443305126486	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
ENG0148_000000017382	2134	0.6048452944948237	5	5	4	4	4	False	57301	fragment	False	ENG0148_000000017382	1.0		0	0	False	False	0.9995313882827759	0					non-mobilizable	chromosome	2134.0	100.0	100.0	0.0011884094145648962	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
MAD0068_000000005210	4755	0.6048444851012889	5	4	1	3	2	False	16480	maximal	True	MAD0068_000000005210	1.0		1	1	False	False	0.9997897148132324	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000010908	2520	0.6048399430063838	3	3	3	3	3	False	93571	fragment	False	ISR0078_000000006158	0.760246769807212		0	0	False	False	1.0	0					non-mobilizable	other	2520.0	99.603	100.0	0.0006176031359234418	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0021_01_000000012301	1451	0.6048322951848105	2	2	1	2	1	False	1742	fragment	False	USA0021_01_000000012301	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1453.0	94.90700000000001	100.0	0.0005061116819778231	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0312_000000000235	29869	0.6048306637495015	31	18	7	15	8	False	91815	maximal	True	ISR0312_000000000235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1174.0	77.257	6.0	0.00028215365942350657	CP016104.1	firmicutes	Clostridioides difficile strain DSM 29629 chromosome, complete genome	True	False
CHI0133_000000003599	4792	0.6048297717862695	3	3	2	2	3	False	80814	maximal	True	CHI0133_000000003599	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	1.0	1.2395440104942896e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0356_000000003325	4781	0.6048295884603172	8	6	5	5	4	False	90929	maximal	False	CHI0048_000000003365	0.9876865192964012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0169_000000011438	1994	0.6048275852625635	3	2	2	1	1	False	122140	fragment	False	SPA0071_000000009370	0.23004096469747407		0	0	False	False	0.9949849843978882	0					non-mobilizable	other	1896.0	96.255	95.0	0.03214425050463929	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ENG0008_000000017597	1479	0.6048275852625635	2	2	2	1	1	False	122136	fragment	False	AST0019_000000019239	0.6225411630802286		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	96.619	100.0	0.02507081912710125	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
MAD0050_000000001421	11976	0.6048243145205227	17	8	2	7	3	True	107770	maximal	False	MAD0097_000000002539	0.9742561552650573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	89.29299999999999	13.0	0.0004182896378830704	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
MON0001_000000029676	1177	0.6048218786324882	2	2	2	2	1	False	44559	fragment	False	MAD0005_000000025653	0.9093057133506232		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	94.242	100.0	0.04064282011404873	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
ENG0210_000000023496	1161	0.6048202855653447	2	2	2	2	2	False	53686	fragment	False	ENG0210_000000023496	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	811.0	97.041	95.0	0.00027264125762343664	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0090_000000054799	1141	0.6048202855653447	3	2	2	2	2	False	81141	fragment	False	MON0090_000000054799	0.9518018018018017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	91.194	55.0	0.0002235837939451755	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0003_01_000000007599	5126	0.604817819479984	7	3	2	2	2	True	91910	fragment	False	USA0003_01_000000007599	1.0		0	0	False	False	0.9994147419929504	0					non-mobilizable	plasmid	2758.0	94.271	100.0	0.3415120189313738	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ENG0037_000000029881	1203	0.6048169453546631	1	1	1	1	1	False	65126	fragment	False	ENG0037_000000029881	0.9396410463466836		0	0	False	False	0.9966749548912048	0					non-mobilizable	no_good_hit								True	False
CHI0010_000000000768	9714	0.6048169424774001	10	8	4	5	6	False	130243	maximal	False	FIJ0028_000000002851	0.9480794121389899		0	0	False	False	0.9994852542877197	0					non-mobilizable	other	9716.0	99.465	100.0	0.0018800241816948906	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0051_000000002071	12634	0.6048135744842095	14	8	3	7	5	True	121204	maximal	True	ENG0051_000000002071	1.0		1	1	True	True	0.9996833801269531	9					non-mobilizable	no_good_hit	1150.0	96.348	9.0	0.000506434410341682	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ENG0027_000000004913	4125	0.6048020973301006	5	5	4	5	3	False	73061	maximal	True	ENG0027_000000004913	1.0		45	7	False	False	0.9801211953163147	0					non-mobilizable	other	2772.0	98.34100000000001	98.0	0.0014615287242346884	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MON0082_000000001069	13246	0.6047984006313442	11	9	5	6	8	True	73779	maximal	True	MON0082_000000001069	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	11679.0	99.512	88.0	0.0037476308541889835	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MON0068_000000014078	2978	0.6047945967671509	4	4	4	4	4	False	76243	maximal	True	MON0068_000000014078	1.0		240	10	False	False	0.9842175841331482	0					non-mobilizable	no_good_hit	1095.0	70.594	40.0	0.0016629426923166753	NZ_UICR01000003.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ISR0309_000000004248	3947	0.6047890560058297	4	3	3	3	1	False	25394	maximal	True	ISR0309_000000004248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	79.167	5.0	0.0007650449868002802	NZ_FWCH01000010.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
ISR0372_000000011056	1587	0.6047868010204801	2	2	2	2	1	False	23454	maximal	True	ISR0372_000000011056	1.0		14	7	False	False	0.9716446399688721	0					non-mobilizable	other	669.0	94.32	100.0	0.00019810388843219924	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0026_000000007097	4136	0.6047823869681176	5	4	3	4	4	False	74213	fragment	False	DEN0026_000000007097	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4136.0	100.0	100.0	0.044596154053558525	NC_002128.1	enterobacteria	Escherichia coli O157:H7 str. Sakai plasmid pO157, complete sequence	False	True
FIJ0071_000000005618	6296	0.6047768101641109	9	5	4	5	3	True	95424	maximal	False	CHI0055_000000002002	0.9444991788171915	PS172	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	192.0	89.583	3.0	0.0077538874219372144	NZ_CABKPS010000012.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MAD0051_000000004091	6015	0.6047751470321467	7	5	3	5	2	False	112763	maximal	True	MAD0051_000000004091	1.0	PS721	2	1	False	True	0.9998337626457214	0					non-mobilizable	no_good_hit	2651.0	73.74600000000001	43.0	0.31602681291895185	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0138_000000008254	3057	0.6047734863358536	4	2	2	2	2	False	3535	fragment	False	SPA0138_000000008254	1.0		0	0	False	False	0.9993457794189453	0					non-mobilizable	no_good_hit	503.0	80.318	16.0	0.008141443359279783	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
SPA0050_000000012615	2060	0.6047702328036233	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2407033305656025		0	0	False	False	1.0	0					non-mobilizable	chromosome	2060.0	99.709	100.0	0.0007265639032184417	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0082_000000005931	3258	0.6047692334010695	5	4	3	2	4	False	61638	maximal	True	ENG0082_000000005931	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	81.13600000000001	15.0	0.00797893949981312	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
TAN0010_000000001224	7495	0.6047658694237245	7	2	2	2	1	True	81587	maximal	True	TAN0010_000000001224	1.0		2	1	False	False	0.99759840965271	0					non-mobilizable	no_good_hit	906.0	89.625	22.0	0.2301404853128991	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0370_000000003253	7293	0.6047658694237245	6	2	2	2	1	True	81591	backbone	False	ISR0369_000000001186	0.989429461986719	PS403	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	1241.0	87.83200000000001	28.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0063_000000003561	6572	0.6047658694237245	6	2	2	2	1	True	104145	maximal	True	FIJ0063_000000003561	0.9955623458063556	PS612	5	1	True	True	1.0	17					non-mobilizable	no_good_hit	672.0	97.024	32.0	0.1713920817369093	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0145_000000001641	6449	0.6047658694237245	6	2	2	2	1	True	104145	maximal	False	FIJ0063_000000003561	0.9935780091425007	PS612	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1225.0	94.449	32.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0056_000000003752	6436	0.6047658694237245	6	2	2	2	1	True	104145	maximal	False	FIJ0063_000000003561	0.9934540701962271	PS612	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1225.0	94.449	32.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0102_000000004691	6378	0.6047658694237245	6	2	2	2	1	True	104145	maximal	False	FIJ0063_000000003561	0.9871274128342125	PS612	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1225.0	94.449	31.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0107_000000003042	6292	0.6047658694237245	5	2	2	2	1	True	81590	fragment	False	ISR0107_000000003042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	87.581	33.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0095_000000005193	5035	0.6047658694237245	4	2	2	2	1	True	81588	fragment	False	FIJ0095_000000005193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	87.581	41.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0043_000000006087	4116	0.6047658694237245	4	2	2	2	1	True	81586	fragment	False	FIJ0043_000000006087	0.9860727728983689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1223.0	91.98700000000001	44.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0068_000000007785	3985	0.6047658694237245	4	2	2	2	1	True	81586	fragment	False	FIJ0043_000000006087	0.9706025267249757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	94.449	45.0	0.31213282247765006	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
CHI0121_000000000922	9076	0.6047655302311296	9	9	8	9	7	False	90193	maximal	True	CHI0121_000000000922	1.0		37	9	False	False	1.0	0					non-mobilizable	other	9085.0	98.91	100.0	0.0017423162489385493	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
FIJ0077_000000015442	1921	0.6047652980047874	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.907904547726474		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	83.259	94.0	0.0208252472663517	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0348_000000002326	4896	0.6047647058316854	7	5	0	2	5	False	24151	fragment	False	ISR0348_000000002326	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	4896.0	100.0	100.0	0.04485969317619458	CP030921.1	enterobacteria	Escherichia coli strain KL53 plasmid pKL53-M, complete sequence	False	True
DEN0096_000000006522	6029	0.6047584224526542	6	6	6	5	6	False	78669	maximal	True	DEN0096_000000006522	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2704.0	97.226	99.0	0.0005294371565736912	CP026202.1	enterobacteria	Escherichia coli strain ECONIH5 chromosome, complete genome	False	False
ENG0210_000000018000	1471	0.6047584130320514	3	2	2	1	1	False	53701	maximal	True	ENG0210_000000018000	1.0		1	1	False	False	0.9700883626937866	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000018334	1978	0.6047561401941891	3	3	3	3	3	False	79131	fragment	False	MAD0100_000000018334	0.9588724279142389		0	0	False	False	1.0	0					non-mobilizable	other	1978.0	98.635	100.0	0.004133933593594807	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0138_000000015002	1266	0.6047557731979524	2	2	2	1	1	False	40461	fragment	False	FIJ0138_000000015002	1.0		0	0	False	False	0.998420238494873	0					non-mobilizable	other	1267.0	75.454	99.0	0.0003476792686516598	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0001_000000020484	1143	0.6047557731979524	2	2	2	1	1	False	38665	fragment	False	ISR0001_000000020484	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	75.065	99.0	0.0003140776779912358	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0101_000000029653	1347	0.6047552842754506	2	1	1	1	1	False	4932	fragment	False	SPA0101_000000029653	1.0		0	0	False	False	0.9992576241493225	0					non-mobilizable	no_good_hit								True	False
SPA0135_000000006536	3747	0.6047533918642243	4	4	4	4	4	False	96639	maximal	True	SPA0135_000000006536	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.801	22.0	0.04539014821272886	NZ_JH604945.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld408, whole genome shotgun sequence	True	False
ISR0375_000000012530	1807	0.6047477750893709	3	3	3	3	3	False	100301	fragment	False	AUS0016_000000015032	0.9674603174603175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	79.381	5.0	2.9016924725865625e-05	NZ_AP021853.1	firmicutes	Sporolactobacillus terrae strain 70-3	True	False
MON0092_000000030311	1834	0.6047372186611198	3	3	3	3	2	False	77523	fragment	False	MON0092_000000030311	1.0		0	0	False	False	0.9787350296974182	0					non-mobilizable	other	1815.0	99.89	99.0	0.0005805302389652024	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
DEN0046_000000001960	8650	0.6047359204627558	11	6	4	5	3	True	72774	fragment	False	DEN0046_000000001960	1.0		0	0	False	False	0.9997687935829163	0					non-mobilizable	no_good_hit	340.0	93.529	11.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0198_000000002314	15304	0.6047350092914631	27	12	6	12	6	True	28901	maximal	True	ISR0198_000000002314	1.0		2	1	True	True	0.9999346733093262	21					non-mobilizable	no_good_hit	704.0	92.47200000000001	5.0	0.00020378672255582755	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
MON0048_000000011454	3343	0.6047342264705576	4	4	3	4	3	True	67605	fragment	False	MON0048_000000011454	1.0		0	0	False	False	0.9976069331169128	0					non-mobilizable	no_good_hit	1312.0	83.23200000000001	39.0	0.0055333226163986025	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
ENG0117_000000002574	7759	0.6047334643837363	9	7	3	6	2	True	59404	maximal	True	ENG0117_000000002574	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5294.0	90.196	92.0	0.08517533252720677	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
DEN0021_000000033757	1126	0.6047292045290172	2	2	2	1	1	False	74680	maximal	False	FIJ0149_000000022324	0.6333927510398099		0	0	False	False	0.9875665903091431	0					non-mobilizable	other	1126.0	99.556	100.0	0.00027150631704697664	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MON0014_000000002646	5500	0.604728743189612	2	1	1	1	1	False	107510	fragment	False	AST0106_000000003453	0.9386834264146043		0	0	False	False	1.0	0					non-mobilizable	other	5502.0	93.33	100.0	0.10163503865645693	NZ_JAAITU010000027.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_27_length_54066_cov_154.331, whole genome shotgun sequence	False	False
CHI0097_000000001017	4619	0.604728743189612	1	1	1	1	1	False	94531	fragment	False	MON0105_000000011423	0.4007336082696263		0	0	False	False	0.9997835159301758	0					non-mobilizable	other	4619.0	99.04700000000001	100.0	0.031595944115272515	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0088_000000008012	1952	0.6047276711675103	4	4	4	3	2	False	108570	fragment	False	SPA0088_000000008012	0.9865863785274658		0	0	False	False	1.0	0					non-mobilizable	chromosome	1952.0	97.9	100.0	0.000489537792016444	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0087_000000007852	1891	0.6047276711675103	4	4	4	3	2	False	108570	fragment	False	SPA0088_000000008012	0.972133635508269		0	0	False	False	0.9984135627746582	0					non-mobilizable	chromosome	1891.0	97.885	100.0	0.00047423189488010213	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0061_000000011771	1803	0.6047274724362773	2	2	2	2	2	False	63251	maximal	True	ENG0061_000000011771	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	96.751	55.0	0.0008237728797894356	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0058_000000004101	4267	0.6047260081789202	4	4	2	2	4	False	118697	fragment	False	CHI0058_000000004101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	92.853	74.0	0.00037157200849773195	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
USA0031_01_000000012145	2366	0.6047257350766627	3	3	3	3	3	False	57915	fragment	False	USA0031_01_000000012145	1.0		0	0	False	False	0.9974640607833862	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000007215	2976	0.6047255720620263	3	3	2	3	3	False	121044	fragment	False	SPA0010_000000007215	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2909.0	72.602	96.0	0.0009745432847749359	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0116_000000002965	6740	0.6047233746266308	6	3	1	1	3	False	117295	maximal	True	ENG0116_000000002965	1.0		1	1	False	False	0.9951038360595703	0					non-mobilizable	no_good_hit	1449.0	76.12100000000001	24.0	0.0003832160995783015	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0106_000000009457	4080	0.6047212458650321	4	4	4	4	3	False	113446	maximal	False	SPA0008_000000005677	0.7549199740601451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1509.0	74.553	36.0	0.005377065347841378	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ENG0153_000000007719	3779	0.6047148378937696	5	3	1	3	2	False	81211	maximal	True	ENG0153_000000007719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1360.0	88.456	68.0	0.0005907278997493029	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0126_000000003085	7047	0.6047142876337168	12	4	3	4	2	True	108891	fragment	False	ENG0126_000000003085	1.0		0	0	False	False	0.9998580813407898	0					non-mobilizable	other	6969.0	99.9	99.0	0.0018837779061809925	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0127_000000004190	6764	0.6047142876337168	9	4	3	4	2	True	108901	fragment	False	SPA0128_000000004938	0.8369910187629552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5431.0	99.89	80.0	0.0014676541516794068	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
DEN0017_000000004445	6671	0.6047142876337168	10	4	3	4	2	True	108901	fragment	False	SPA0128_000000004938	0.7696614618025388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4289.0	99.93	83.0	0.0016959469320486113	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
CHI0099_000000000958	6636	0.6047142876337168	11	4	3	4	2	True	108901	fragment	False	SPA0128_000000004938	0.5724648830122351		0	0	False	False	0.9989451766014099	0					non-mobilizable	no_good_hit	5804.0	99.897	87.0	0.0015687784428968163	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0102_000000005713	6518	0.6047142876337168	9	4	3	4	2	True	108901	fragment	False	SPA0128_000000004938	0.6461148809038625		0	0	False	False	0.9915618300437927	0					non-mobilizable	no_good_hit	5370.0	99.851	82.0	0.00145089023174497	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0778_000000001940	6091	0.6047142876337168	10	4	3	4	2	True	108886	fragment	False	ISR0778_000000001940	0.986168971838027		0	0	False	False	1.0	0					non-mobilizable	other	6078.0	99.885	99.0	0.0016428641535748112	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0016_000000005205	6001	0.6047142876337168	9	4	3	4	2	True	108886	fragment	False	ISR0778_000000001940	0.9790674766048268		0	0	False	False	1.0	0					non-mobilizable	other	5943.0	99.882	99.0	0.001606362069846602	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ENG0077_000000003982	5159	0.6047142876337168	7	4	3	4	2	True	108883	fragment	False	ENG0077_000000003982	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4961.0	99.94	99.0	0.001341113594754948	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
MON0054_000000006837	5060	0.6047142876337168	7	4	3	4	2	True	108884	fragment	False	ISR0344_000000005423	0.9639433962387679		0	0	False	False	0.9966403245925903	0					non-mobilizable	other	3988.0	99.85	99.0	0.0015768984183950124	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0113_000000007343	4573	0.6047142876337168	6	4	3	4	2	True	108880	fragment	False	SPA0113_000000007343	0.9489606018727983		0	0	False	False	1.0	0					non-mobilizable	other	3407.0	99.677	99.0	0.001347107101342717	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0040_000000008926	4173	0.6047142876337168	4	4	3	4	2	True	108880	fragment	False	SPA0113_000000007343	0.5653885321276969		0	0	False	False	1.0	0					non-mobilizable	other	3057.0	99.771	100.0	0.0012086785970943461	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0029_000000012710	3623	0.6047120393826695	4	4	3	4	3	False	76631	maximal	True	ISR0029_000000012710	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1168.0	82.53399999999999	48.0	0.007615788064244332	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
ISR0119_000000014906	2095	0.6047019393166525	2	2	2	1	1	False	87944	fragment	False	ISR0119_000000014906	1.0		0	0	False	False	0.9980906844139099	0					non-mobilizable	chromosome	2080.0	98.79799999999999	99.0	0.0008241572011478738	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
AUS0020_000000012413	2200	0.6047019002814153	4	4	4	3	2	True	99628	fragment	False	AUS0020_000000012413	1.0		0	0	False	False	0.9995454549789429	0					non-mobilizable	no_good_hit	615.0	95.772	28.0	0.00016601688451200363	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0291_000000007979	1812	0.6047007176828635	2	2	2	2	1	False	25901	maximal	True	ISR0291_000000007979	1.0		2	2	False	False	0.9713024497032166	0					non-mobilizable	no_good_hit	987.0	97.06200000000001	54.0	0.00033498527050060596	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
AST0092_000000009467	1453	0.6046973978703349	1	1	1	1	1	False	123239	maximal	False	ISR0140_000000014822	0.9631646380525305		0	0	False	False	1.0	0					non-mobilizable	chromosome	1453.0	99.86200000000001	100.0	0.00038911173187950615	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0194_000000023948	1177	0.6046947400129026	2	2	2	2	1	False	29017	maximal	True	ISR0194_000000023948	1.0		17	7	False	False	0.9643160700798035	0					non-mobilizable	no_good_hit	462.0	77.706	44.0	0.00012723318711303983	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0072_000000013214	1896	0.6046889244733363	3	3	3	2	1	False	44766	maximal	True	FIJ0072_000000013214	1.0		2	1	False	False	0.9862869381904602	0					non-mobilizable	no_good_hit	246.0	97.154	13.0	0.0037596292545192278	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
ENG0051_000000022683	1314	0.6046876919503995	2	2	2	2	2	False	64026	fragment	False	ISR0203_000000013030	0.9510159651669086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	4.0	0.0007600198535798486	NZ_MOMC01000069.1	high GC Gram+	Frankia asymbiotica strain NRRL B-16386 contig_70, whole genome shotgun sequence	True	False
ENG0005_000000006082	3957	0.6046867614204796	5	4	3	3	2	False	67698	maximal	True	ENG0005_000000006082	1.0		2	1	False	False	0.9977255463600159	0					non-mobilizable	no_good_hit	1657.0	79.903	42.0	0.0005842499451153752	NZ_CP032364.1	firmicutes	Lachnoanaerobaculum umeaense strain DSM 23576 = CCUG 58757 chromosome, complete genome	True	False
ENG0049_000000013584	1360	0.6046854257694607	3	3	3	2	1	False	64176	maximal	True	ENG0049_000000013584	1.0		115	9	False	False	1.0	0					non-mobilizable	other	1361.0	99.412	100.0	0.0044007390652959655	NZ_AGDG01000039.1	CFB group bacteria	Bacteroides faecis MAJ27 contig039, whole genome shotgun sequence	False	False
MON0078_000000019418	2294	0.6046841365042115	3	3	3	3	2	False	113550	fragment	False	FIJ0020_000000010024	0.922808484864485		0	0	False	False	1.0	0					non-mobilizable	chromosome	2294.0	98.344	100.0	0.0006417664278071544	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0153_000000009155	3229	0.604681615766967	6	2	2	1	1	False	56958	maximal	True	ENG0153_000000009155	1.0		0	0	False	False	0.9981418251991272	0					non-mobilizable	no_good_hit	1658.0	78.649	51.0	0.08509083315932345	JQ680376.1	viruses	Unidentified phage clone 2209_scaffold1451 genomic sequence	True	False
ENG0092_000000002284	7596	0.6046787787738672	8	3	3	3	2	False	62426	maximal	True	ENG0092_000000002284	1.0		1	1	False	False	0.9926276803016663	0					non-mobilizable	no_good_hit	1129.0	99.823	15.0	0.05789068514241724	NZ_CYZN01000042.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0115_000000018237	1903	0.6046785574969779	3	2	1	1	2	False	58917	fragment	False	ISR0115_000000018237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000011119	1795	0.6046764601408544	3	3	1	2	2	True	131207	maximal	True	USA0062_01_000000011119	1.0		29	9	False	False	1.0	0					non-mobilizable	other	1795.0	87.632	99.0	0.0005592730642110093	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0085_000000007605	1776	0.6046764601408544	3	3	1	2	2	True	57289	fragment	False	SPA0085_000000007605	1.0		0	0	False	False	0.9994369149208069	0					non-mobilizable	no_good_hit	1299.0	88.29899999999999	73.0	0.0004065159232851756	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
USA0069_01_000000035673	1700	0.6046764601408544	3	3	1	2	2	True	131209	maximal	True	USA0069_01_000000035673	1.0		15	6	False	False	0.9988235235214233	0					non-mobilizable	other	1700.0	88.353	100.0	0.0005329248099240073	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0133_000000001298	11636	0.6046763962580738	10	9	6	9	5	True	121763	fragment	False	ISR0133_000000001298	0.9829808940827305		0	0	False	False	0.9990546703338623	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.399523217383899e-06	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	True
FIJ0010_000000007736	2403	0.6046761370431484	3	3	2	3	1	False	51092	fragment	False	FIJ0010_000000007736	1.0		0	0	False	False	0.9912609457969666	0					non-mobilizable	no_good_hit	112.0	78.571	4.0	0.0004567174082579678	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	True	False
ISR0207_000000016964	1762	0.6046761370431484	3	3	2	3	1	False	28569	fragment	False	ISR0207_000000016964	1.0		0	0	False	False	0.9903518557548523	0					non-mobilizable	no_good_hit	234.0	77.35	13.0	0.00023677922602018388	NZ_CABJAT010000001.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
FIJ0072_000000008490	2951	0.6046737556548697	6	1	1	1	1	False	44777	backbone	False	ISR0100_000000004181	0.9884380561300218	PS155	0	0	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
ISR0100_000000004181	2921	0.6046737556548697	6	1	1	1	1	False	44777	backbone	True	ISR0100_000000004181	0.9908272181454303	PS155	7	5	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0097_000000023771	1380	0.6046737556548697	2	1	1	1	1	False	5110	maximal	True	SPA0097_000000023771	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000016235	1825	0.6046614275696607	3	2	1	2	2	False	41505	fragment	False	ISR0275_000000007277	0.9616081816780415		0	0	False	False	0.9863013625144958	0					non-mobilizable	chromosome	1823.0	98.738	99.0	0.0005872639783814657	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0100_000000026327	1211	0.6046603888640424	3	3	2	2	1	True	60531	fragment	False	ISR0387_000000018187	0.9540273556231003		0	0	False	False	0.9892650842666626	0					non-mobilizable	no_good_hit	434.0	89.86200000000001	46.0	0.10649286768322676	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
MAD0013_000000012689	1932	0.604657667796292	2	2	2	2	0	True	19568	maximal	True	MAD0013_000000012689	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	75.813	51.0	0.00040786470461247614	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
USA0051_01_000000008901	2330	0.6046502496047949	5	5	5	4	1	False	98833	fragment	False	USA0051_01_000000008901	0.9971051004385515		0	0	False	False	0.99442058801651	0					non-mobilizable	no_good_hit	847.0	75.561	38.0	0.01862483311081442	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
ISR0211_000000001562	9894	0.6046456905985733	13	8	5	6	5	True	80876	maximal	True	ISR0211_000000001562	1.0	PS397	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1902.0	95.478	49.0	0.23626852659110723	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0024_000000009562	1588	0.6046426552829715	2	2	2	2	2	False	19183	maximal	True	MAD0024_000000009562	1.0		591	14	False	False	1.0	0					non-mobilizable	chromosome	1589.0	95.28	100.0	0.0006885341290498532	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0116_000000023831	1716	0.6046371742761103	2	2	2	2	1	False	96162	fragment	False	SPA0079_000000013984	0.9453156015562368		0	0	False	False	1.0	0					non-mobilizable	chromosome	946.0	79.07	90.0	0.0003033015387798898	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0121_000000000435	17375	0.6046301598009917	18	15	10	12	13	False	81799	maximal	True	CHI0121_000000000435	1.0		4	3	False	False	0.9980431795120239	0					non-mobilizable	no_good_hit	4549.0	86.50299999999999	48.0	0.0008441290831561021	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ENG0062_000000003735	6064	0.6046296675666957	4	3	3	3	3	False	117306	maximal	True	ENG0062_000000003735	1.0		406	13	False	False	1.0	0					non-mobilizable	other	4326.0	99.538	100.0	0.028248956584782794	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
CAN0021_000000037271	1170	0.604625340306999	2	2	1	1	0	True	91387	fragment	False	CAN0021_000000037271	1.0		0	0	False	False	0.9982905983924866	0					non-mobilizable	other	1022.0	96.771	99.0	0.00045793460281237327	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	False	True
AUS0016_000000020705	1371	0.6046208852007183	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.09329177718677957		0	0	False	False	0.9781181812286377	0					non-mobilizable	other	1371.0	98.979	100.0	0.000497533215789598	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AUS0006_000000001711	9106	0.6046195332234354	14	4	2	2	4	False	102194	backbone	True	AUS0006_000000001711	1.0	PS592	2	2	True	True	0.9994509220123291	11					non-mobilizable	no_good_hit	460.0	81.304	5.0	0.06722689075630252	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
SPA0031_000000002853	8043	0.6046195332234354	13	4	2	2	4	False	70231	backbone	False	ISR0807_000000001655	0.9239487809796721	PS330	0	0	True	True	0.9997513294219971	38					non-mobilizable	no_good_hit	564.0	75.0	7.0	0.13212006617820846	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0039_000000002464	8016	0.6046195332234354	11	4	2	2	4	False	70231	backbone	False	ISR0807_000000001655	0.9450997778507999	PS330	0	0	True	True	1.0	92					non-mobilizable	no_good_hit	566.0	74.735	7.0	0.13212006617820846	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0343_000000001528	7996	0.6046195332234354	12	4	2	2	4	False	70231	backbone	False	ISR0807_000000001655	0.8358017292627059	PS330	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	565.0	75.221	7.0	0.13212006617820846	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0133_000000002919	7903	0.6046195332234354	12	4	2	2	4	False	70231	backbone	False	ISR0807_000000001655	0.943896226865388	PS330	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	566.0	74.735	7.0	0.13212006617820846	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0807_000000001655	7901	0.6046195332234354	11	4	2	2	4	False	70231	backbone	True	ISR0807_000000001655	0.945342380030069	PS330	8	3	True	True	1.0	35					non-mobilizable	no_good_hit	566.0	74.735	7.0	0.13212006617820846	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
DEN0073_000000004996	7764	0.6046195332234354	11	4	2	2	4	False	70231	backbone	False	ISR0807_000000001655	0.811679657868814	PS330	0	0	True	True	1.0	97					non-mobilizable	no_good_hit	491.0	81.46600000000001	6.0	0.07135485773256671	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
FIJ0090_000000022226	2000	0.6046190364182975	4	2	2	2	2	False	43477	maximal	True	FIJ0090_000000022226	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	81.102	6.0	0.0009083783249210663	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	True	False
ISR0781_000000009603	2855	0.6046115639582973	3	3	2	3	2	False	22296	maximal	True	ISR0781_000000009603	1.0		16	8	False	False	0.9989492297172546	0					non-mobilizable	no_good_hit	391.0	78.005	14.0	0.00010202705136825376	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
DEN0079_000000007990	5207	0.6046097600714642	4	4	4	4	4	True	115996	maximal	True	DEN0079_000000007990	1.0	PS760	20	7	False	True	1.0	0					non-mobilizable	no_good_hit	1051.0	90.771	20.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0016_000000002513	7312	0.6046088487284761	6	6	5	4	5	False	37932	maximal	True	ISR0016_000000002513	1.0		17	1	False	False	0.9930251836776733	0					non-mobilizable	no_good_hit	1169.0	85.885	38.0	0.005363580005969738	NZ_HF954532.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ENG0180_000000007867	2193	0.6046069418024493	3	3	3	3	2	False	55338	fragment	False	ENG0180_000000007867	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2192.0	99.544	99.0	0.0010835945467152397	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ENG0031_000000009324	2261	0.6046065323485971	3	2	2	2	2	False	65703	fragment	False	ENG0031_000000009324	1.0		0	0	False	False	0.9831932783126831	0					non-mobilizable	no_good_hit	951.0	79.6	42.0	0.00026565170935689635	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0097_000000014164	2491	0.6046060619004122	4	3	3	3	3	False	94210	maximal	False	MON0068_000000017551	0.8738759720046142		0	0	False	False	0.9811320900917053	0					non-mobilizable	other	2265.0	99.647	91.0	0.000714404270774365	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0060_000000003845	6145	0.6046001688752782	6	6	4	5	5	True	128435	maximal	True	ENG0060_000000003845	1.0		142	9	False	False	0.9995117783546448	0					non-mobilizable	other	6124.0	94.824	99.0	0.0012874658148891958	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0038_000000016800	1539	0.6045936799019545	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.5506792287673424		0	0	False	False	0.9974009394645691	0					non-mobilizable	no_good_hit	902.0	80.377	58.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0031_000000000496	16694	0.6045900409777598	22	7	1	7	3	False	18959	maximal	True	MAD0031_000000000496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0069_000000048621	1108	0.6045875750892686	2	2	1	2	2	False	10456	fragment	False	MON0069_000000048621	1.0		0	0	False	False	0.9196751117706299	0					non-mobilizable	plasmid	1072.0	99.62700000000001	97.0	0.01131979749083107	AP023236.1	enterobacteria	Escherichia coli YJ6 plasmid pYJ6-NDM5 DNA, complete genome	False	True
ISR0058_000000013899	1874	0.6045860903365564	3	3	3	3	2	False	46692	fragment	False	ISR0058_000000013899	1.0		0	0	False	False	0.9983991384506226	0					non-mobilizable	no_good_hit	1267.0	77.90100000000001	67.0	0.0003501658369666083	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0391_000000001494	6891	0.6045857022471435	10	6	5	6	4	True	36817	fragment	False	ISR0391_000000001494	0.9606630925511563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	77.436	21.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
MON0021_000000004305	5183	0.6045850429874403	4	3	3	3	3	False	40578	maximal	True	MON0021_000000004305	1.0		14	4	False	False	0.9666216373443604	0					non-mobilizable	no_good_hit	1179.0	78.88	23.0	0.00026516724994411577	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0119_000000012560	1404	0.6045839461219921	2	2	2	1	1	True	41566	fragment	False	FIJ0119_000000012560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	5.0	0.0017400424284318165	JQ680373.1	viruses	Unidentified phage clone 2209_scaffold64 genomic sequence	True	True
TAN0027_000000007153	1593	0.6045773434554451	2	2	2	2	2	False	2298	maximal	True	TAN0027_000000007153	1.0		19	2	False	False	0.9899560809135437	0					non-mobilizable	no_good_hit	1216.0	87.41799999999999	76.0	0.0357732688451103	NZ_CABKPS010000024.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0158_000000002132	6913	0.6045766262463201	10	10	7	10	10	False	56585	maximal	True	ENG0158_000000002132	1.0		13	4	False	False	1.0	0					non-mobilizable	plasmid	6913.0	100.0	100.0	0.07750790553724013	CP054215.1	enterobacteria	Escherichia coli strain EcPF40 plasmid p1, complete sequence	False	True
USA0007_01_000000010530	1550	0.6045764660440461	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.6689034778047601		0	0	False	False	0.9993548393249512	0					non-mobilizable	other	1550.0	96.839	100.0	0.39902112313240595	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
CHI0015_000000007383	1409	0.6045764660440461	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.5561082308973878		0	0	False	False	0.9992902874946594	0					non-mobilizable	other	1409.0	95.884	100.0	0.07990012484394507	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
MON0033_000000044767	1325	0.6045764660440461	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.28667477362404		0	0	False	False	0.998490571975708	0					non-mobilizable	other	1324.0	95.695	99.0	0.07507660878447395	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
CHI0108_000000003091	2523	0.6045756764923601	5	4	3	2	2	True	82921	maximal	True	CHI0108_000000003091	1.0		17	7	False	False	0.9988109469413757	0					non-mobilizable	no_good_hit	2097.0	92.99	83.0	0.0009445572815857747	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
FIJ0037_000000006105	4361	0.6045711627446816	5	4	3	1	3	False	47821	maximal	True	FIJ0037_000000006105	1.0		17	1	False	False	0.9988534450531006	0					non-mobilizable	no_good_hit	1360.0	91.618	80.0	0.15025618177767877	LN852800.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0110	True	False
ENG0207_000000013636	1409	0.604567038761359	3	3	1	2	3	True	53876	fragment	False	ENG0207_000000013636	1.0		0	0	False	False	0.9985805749893188	0					non-mobilizable	no_good_hit	976.0	77.459	67.0	0.005083790347646969	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
SPA0050_000000005974	4342	0.6045645130461355	4	3	1	3	3	True	106428	fragment	False	SPA0050_000000005974	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3912.0	99.92299999999999	93.0	0.0008686883494477132	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
MON0039_000000023729	2019	0.6045543389226817	3	3	3	3	2	False	121987	maximal	True	MON0039_000000023729	1.0		0	0	False	False	0.98959881067276	0					non-mobilizable	no_good_hit	1329.0	99.24799999999999	66.0	0.992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0120_000000007925	2729	0.6045536153177025	4	3	3	3	2	False	92939	fragment	False	FIJ0124_000000009177	0.5729601101988632		0	0	False	False	0.9992671012878418	0					non-mobilizable	other	2623.0	77.278	95.0	0.008696987603871411	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
MON0015_000000004958	6551	0.6045532436869467	8	8	8	7	7	False	113198	fragment	False	ISR0776_000000003790	0.9499400423869906		0	0	False	False	0.9995420575141907	0					non-mobilizable	chromosome	6549.0	100.0	99.0	0.0013776281022667958	CP043487.1	enterobacteria	Escherichia coli strain AQ15 chromosome, complete genome	False	False
ENG0002_000000013404	1720	0.6045500063130522	4	4	2	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.39158191727747393		0	0	False	False	0.9936046600341797	0					non-mobilizable	chromosome	1608.0	96.206	93.0	0.00045709637138866845	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0109_000000007845	3872	0.6045476354005666	5	4	3	4	3	False	103678	maximal	True	ISR0109_000000007845	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	78.305	8.0	0.004578826872977027	NZ_MZGV01000027.1	firmicutes	Clostridium oryzae strain DSM 28571 CLORY_contig000027, whole genome shotgun sequence	True	False
ISR0080_000000019102	1700	0.6045474304299687	3	3	3	1	1	False	34302	maximal	True	ISR0080_000000019102	1.0		100	13	False	False	1.0	0					non-mobilizable	other	774.0	92.89399999999999	91.0	0.00037936844233673293	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
FIJ0133_000000012856	2927	0.604546227244326	3	3	3	3	2	True	93265	fragment	False	CHI0139_000000003532	0.9226472579553149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	76.271	22.0	0.000224125214539766	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0176_000000005122	1736	0.6045432808839776	2	2	2	2	2	False	55568	maximal	True	ENG0176_000000005122	1.0		4	2	False	False	0.8796082735061646	0					non-mobilizable	chromosome	1736.0	97.523	100.0	0.0004356460404796777	CP043955.1	enterobacteria	Morganella morganii subsp. morganii strain 171229813 chromosome, complete genome	False	False
MON0004_000000025986	1706	0.6045385436194224	2	2	2	2	2	False	57844	fragment	False	MON0004_000000025986	0.9952662721893492		0	0	False	False	0.9994138479232788	0					non-mobilizable	no_good_hit								True	False
MON0106_000000017517	2355	0.6045353309706396	4	4	4	3	3	False	76083	fragment	False	ISR0773_000000003765	0.32159345732752936		0	0	False	False	1.0	0					non-mobilizable	other	2355.0	96.178	100.0	0.00644269586041738	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0011_000000004445	5589	0.6045342546525544	4	4	3	2	3	False	64793	maximal	True	ISR0011_000000004445	1.0		0	0	False	False	0.9998210668563843	0					non-mobilizable	no_good_hit	297.0	84.512	5.0	0.0728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ISR0243_000000008448	1473	0.6045328105244581	3	3	2	2	1	True	112228	maximal	True	ISR0243_000000008448	1.0		1	1	False	False	0.9986422061920166	0					non-mobilizable	other	1479.0	89.926	100.0	0.002683101042105456	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0095_000000024539	1149	0.6045323982926684	1	1	1	1	1	False	43060	fragment	False	FIJ0115_000000020373	0.9487700534759358		0	0	False	False	1.0	0					non-mobilizable	chromosome	1083.0	93.99799999999999	94.0	0.0014842851311736985	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
MON0054_000000029400	1662	0.604531735662199	2	2	2	2	1	False	11125	fragment	False	MON0054_000000029400	1.0		0	0	False	False	0.9975932836532593	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.00032369044095886357	NZ_FNQM01000012.1	a-proteobacteria	Rubrimonas cliftonensis strain DSM 15345, whole genome shotgun sequence	True	False
ISR0235_000000000671	5606	0.6045313025790988	8	5	5	5	4	False	93800	maximal	True	ISR0235_000000000671	1.0	PS496	1	1	False	True	0.9982162117958069	0					non-mobilizable	no_good_hit	1500.0	88.53299999999999	27.0	0.0005829647263475506	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	True
ENG0175_000000000944	20336	0.6045307623774031	30	22	10	19	21	False	106142	fragment	False	ISR0021_000000000850	0.9742516873706213		0	0	False	False	1.0	0					non-mobilizable	chromosome	19631.0	99.99	97.0	0.00618732886740362	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0101_000000004104	3293	0.6045281144531441	4	2	2	2	2	False	104746	fragment	False	ISR0360_000000005134	0.3887747702621909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	86.90899999999999	8.0	0.00012182730243560892	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0175_000000002327	5448	0.6045246103959329	6	4	2	2	4	False	118661	fragment	False	ISR0218_000000002533	0.9748262567537624		0	0	False	False	1.0	0					non-mobilizable	other	5448.0	99.98200000000001	100.0	0.001054222785575615	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MAD0012_000000002633	9148	0.6045210210943283	13	5	2	4	3	False	79283	fragment	False	MAD0012_000000002633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2749.0	98.545	30.0	0.0006735036976505337	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0085_000000003164	4422	0.6045190520317978	4	3	2	3	2	False	5551	maximal	True	SPA0085_000000003164	1.0		4	2	False	False	1.0	0					non-mobilizable	other	4298.0	97.53399999999999	97.0	0.01766618838726653	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
MON0081_000000023044	2408	0.6045166646504356	4	4	3	3	3	False	65045	maximal	True	MON0081_000000023044	1.0		14	6	False	False	0.9995847344398499	0					non-mobilizable	other	1559.0	95.959	100.0	0.014282309370588343	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0102_000000034654	1267	0.6045164767454407	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.9361255191499882		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	93.84899999999999	100.0	0.046574939298064895	NZ_CABIWU010000030.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0101_000000052640	1267	0.6045164767454407	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.9361255191499882		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	93.84899999999999	100.0	0.046574939298064895	NZ_CABIWU010000030.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0131_000000015025	1791	0.6045156898969279	4	3	2	2	2	True	80091	fragment	False	FIJ0096_000000017205	0.7007421440531588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	86.765	19.0	0.00011737852289320488	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
ISR0212_000000022150	1615	0.6045156898969279	4	3	2	2	2	True	127829	fragment	False	ISR0400_000000010719	0.9232743867655447		0	0	False	False	0.9869968891143799	0					non-mobilizable	no_good_hit	771.0	87.03	48.0	0.00023153117376068348	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0107_000000027237	2189	0.6045148035042855	3	3	3	3	3	False	127074	maximal	True	MON0107_000000027237	0.9515539305301646		1079	15	False	False	0.9986295104026794	0					non-mobilizable	other	2190.0	95.38799999999999	100.0	0.04727744165946413	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0233_000000004911	2673	0.6045143327961344	2	2	2	2	2	False	110005	fragment	False	ISR0233_000000004911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	71.562	47.0	0.0049233277932829505	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
SPA0104_000000018411	2029	0.6045131576399048	3	3	3	3	3	False	114517	fragment	False	AST0052_000000010910	0.9851714129072928		0	0	False	False	0.9975357055664062	0					non-mobilizable	other	2029.0	97.979	100.0	0.0321048632218845	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
MON0037_000000053228	1420	0.6045106121761943	2	2	2	2	2	False	12066	maximal	True	MON0037_000000053228	1.0		14	6	False	False	0.9746478796005249	0					non-mobilizable	no_good_hit	534.0	74.906	37.0	0.00015252381802045623	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ISR0024_000000007764	2890	0.6045099969217874	4	3	2	2	3	True	128502	fragment	False	FIJ0148_000000004736	0.918588742864858		0	0	False	False	0.9975778460502625	0					non-mobilizable	other	2890.0	99.55	100.0	0.0013112614162349503	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ENG0030_000000003420	6412	0.6045088795194029	8	8	6	7	8	False	92615	maximal	True	ENG0030_000000003420	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2914.0	85.209	87.0	0.0005394544371986365	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0344_000000007385	4140	0.6045084196206599	5	4	3	4	2	True	120256	fragment	False	ISR0344_000000007385	0.9425808031341821		0	0	False	False	0.9997584819793701	0					non-mobilizable	no_good_hit	108.0	78.704	3.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
CHI0187_000000002947	6111	0.6045070743869578	7	6	6	5	4	False	111584	fragment	False	AST0084_000000004806	0.9593348024847619		0	0	False	False	0.9970545172691345	0					non-mobilizable	other	6116.0	99.035	100.0	0.009752797227346129	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0105_000000005813	2960	0.6045042357451793	4	3	2	3	2	False	114557	maximal	True	ISR0105_000000005813	1.0		2	1	False	False	0.9932432174682617	0					non-mobilizable	no_good_hit	674.0	79.22800000000001	25.0	0.004549870687885713	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0258_000000005914	3321	0.6044991880687468	4	2	2	2	2	False	75279	fragment	False	ISR0258_000000005914	1.0		0	0	False	False	0.9996988773345947	0					non-mobilizable	no_good_hit	72.0	81.944	2.0	0.0007088375064893574	NZ_PXZT01000012.1	firmicutes	Trichococcus alkaliphilus strain B5 NODE_12_length_100164_cov_1412.64, whole genome shotgun sequence	True	False
FIJ0146_000000005660	3075	0.6044978757825697	5	2	1	1	2	False	39983	fragment	False	FIJ0146_000000005660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0351_000000006754	2093	0.6044964978096181	3	3	3	3	3	False	73610	fragment	False	FIJ0006_000000016351	0.8935868218051899		0	0	False	False	0.9966555237770081	0					non-mobilizable	other	2093.0	99.809	100.0	0.07539825560441145	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
DEN0033_000000012156	1886	0.6044964978096181	3	3	3	3	3	False	73610	fragment	False	FIJ0006_000000016351	0.8235361820475166		0	0	False	False	1.0	0					non-mobilizable	other	1886.0	99.57600000000001	100.0	0.06793772075254091	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
SPA0025_000000000622	24378	0.6044907712601251	30	11	5	11	6	True	93013	fragment	False	SPA0025_000000000622	0.9952237887079961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	78.082	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
USA0130_01_000000001380	22203	0.6044907712601251	29	11	5	11	6	True	93013	fragment	False	SPA0025_000000000622	0.9654748084006153		0	0	False	False	0.9998648762702942	0					non-mobilizable	no_good_hit	146.0	78.082	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
AST0142_000000001268	3959	0.6044882684643917	4	2	0	2	1	False	105260	fragment	False	AST0142_000000001268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0024_000000001911	3273	0.6044854414103209	3	3	3	2	3	False	101221	fragment	False	ISR0256_000000004788	0.9019495819723938		0	0	False	False	0.9996944665908813	0					non-mobilizable	no_good_hit	1690.0	99.23100000000001	52.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
SPA0124_000000011332	2574	0.6044844401152821	3	2	1	2	1	False	125512	fragment	False	FIJ0081_000000013796	0.9383179906142524		0	0	False	False	0.9883449673652649	0					non-mobilizable	no_good_hit	2260.0	82.257	87.0	0.0009859606913386269	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0070_000000014403	1457	0.6044829672987238	3	3	2	3	3	False	51540	fragment	False	FIJ0144_000000022788	0.3561326009460478		0	0	False	False	0.9993136525154114	0					non-mobilizable	chromosome	1457.0	96.36200000000001	99.0	0.0006785779245309418	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
AUS0002_000000015444	2335	0.6044824492223206	3	3	3	3	2	False	102997	fragment	False	AUS0002_000000015444	0.9568983280348521		0	0	False	False	0.9910064339637756	0					non-mobilizable	no_good_hit	1829.0	74.57600000000001	77.0	0.005678552032750128	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
AST0012_000000019910	1212	0.6044794497137357	2	2	2	2	2	False	124604	fragment	False	AST0012_000000019910	1.0		0	0	False	False	0.9966996908187866	0					non-mobilizable	other	1199.0	100.0	99.0	0.05296432203015164	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	False	False
ENG0096_000000020514	1582	0.6044790543331704	3	3	3	3	3	False	60839	maximal	True	ENG0096_000000020514	1.0		32	9	False	False	0.998735785484314	0					non-mobilizable	no_good_hit	507.0	79.093	32.0	0.005327164293142603	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0082_000000018222	1759	0.6044756623604495	2	2	2	2	2	False	34163	maximal	True	ISR0082_000000018222	1.0		9	5	False	False	0.990903913974762	0					non-mobilizable	chromosome	1740.0	99.195	99.0	0.0007290915494138758	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
ISR0779_000000006259	5112	0.6044746288128463	6	6	6	6	5	False	120465	maximal	False	ENG0157_000000004545	0.9757552434096595		0	0	False	False	0.9970657229423523	0					non-mobilizable	no_good_hit	4152.0	77.601	80.0	0.0014077247567173847	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
USA0035_01_000000018683	1387	0.6044744727698446	2	2	2	1	1	False	1406	maximal	True	USA0035_01_000000018683	1.0		7	6	False	False	0.9971160888671875	0					non-mobilizable	chromosome	1271.0	97.64	100.0	0.0005999296145570322	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	False	False
ISR0382_000000002674	4647	0.6044704576647	8	3	1	2	2	False	50138	maximal	True	ISR0382_000000002674	1.0		9	6	False	False	1.0	0					non-mobilizable	other	2834.0	99.682	97.0	0.0006837132410614086	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CHI0042_000000007421	1556	0.6044703089757726	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.9255278498781274		0	0	False	False	1.0	0					non-mobilizable	other	1556.0	99.55	100.0	0.002406677407722107	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	False
MAD0082_000000005706	1373	0.6044703089757726	2	2	2	1	1	False	76106	fragment	False	ISR0081_000000017451	0.4414488746479131		0	0	False	False	1.0	0		MOBT			mobilizable	other	1374.0	97.81700000000001	100.0	0.004529260407732401	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	True
ISR0133_000000003698	4777	0.6044701538016195	4	4	4	3	4	False	62087	fragment	False	MON0013_000000008650	0.9350742388577996		0	0	False	False	1.0	0					non-mobilizable	chromosome	4200.0	94.262	98.0	0.0011187791915606596	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
TAN0007_000000022778	1780	0.6044671653658175	4	3	2	2	2	False	92808	fragment	False	TAN0007_000000022778	0.9737019327927549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	94.675	9.0	5.058158282418053e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0149_000000024119	1657	0.6044671653658175	4	3	2	2	2	False	92808	fragment	False	TAN0007_000000022778	0.9437979425717395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0009_01_000000011151	2220	0.6044659722121497	2	1	1	1	1	False	2095	maximal	True	USA0009_01_000000011151	1.0		323	12	False	False	0.9977477192878723	0					non-mobilizable	other	2220.0	100.0	100.0	0.0006719907066017105	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
FIJ0095_000000013676	1982	0.6044631765914619	4	1	1	1	1	False	75576	maximal	True	FIJ0095_000000013676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	96.861	56.0	0.018896409003782675	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ISR0377_000000010564	1501	0.6044631765914619	3	1	1	1	1	False	23724	maximal	True	ISR0377_000000010564	1.0		6	3	False	False	0.9886742234230042	0					non-mobilizable	no_good_hit	974.0	96.40700000000001	65.0	0.016504673214255423	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ISR0134_000000021820	1465	0.6044631765914619	3	1	1	1	1	False	122136	fragment	False	AST0019_000000019239	0.3069360921174854		0	0	False	False	0.991126298904419	0					non-mobilizable	other	1462.0	96.306	99.0	0.024782453819144065	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ISR0808_000000012921	1303	0.6044631765914619	3	1	1	1	1	False	75572	fragment	False	MAD0091_000000013891	0.8089389136566302		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	96.779	100.0	0.022085390056485674	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
CAN0008_000000022007	1279	0.6044631765914619	2	1	1	1	1	False	94899	maximal	True	CAN0008_000000022007	1.0		4	3	False	False	0.989835798740387	0					non-mobilizable	no_good_hit	760.0	95.65799999999999	80.0	0.012874662867029667	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
DEN0011_000000037716	1260	0.6044631765914619	3	1	1	1	1	False	75572	fragment	False	MAD0091_000000013891	0.6674999787828658		0	0	False	False	0.9825396537780762	0					non-mobilizable	other	1259.0	96.505	99.0	0.021339032788831782	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
MAD0091_000000013891	1234	0.6044631765914619	3	1	1	1	1	False	75572	fragment	False	MAD0091_000000013891	0.9272122398093908		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	96.596	100.0	0.02091496615948298	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ENG0045_000000010933	1220	0.6044631765914619	3	1	1	1	1	False	64469	maximal	True	ENG0045_000000010933	1.0		4	2	False	False	0.9991803169250488	0					non-mobilizable	no_good_hit	706.0	96.742	79.0	0.011958678947636253	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
FIJ0092_000000033526	1141	0.6044631765914619	2	1	1	1	1	False	75572	fragment	False	MAD0091_000000013891	0.2681881225570546		0	0	False	False	1.0	0					non-mobilizable	other	1054.0	96.679	92.0	0.017861686428171594	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ISR0247_000000002118	5295	0.6044567500964266	9	5	3	5	4	True	131292	fragment	False	ISR0247_000000002118	0.9953633610900833		0	0	False	True	0.9998111128807068	0					non-mobilizable	no_good_hit	1393.0	88.01100000000001	42.0	0.0004702024486539945	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0094_000000000873	17940	0.6044561291290332	22	14	10	9	12	True	124094	maximal	True	ENG0094_000000000873	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	7002.0	99.257	74.0	0.001967223803183193	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0291_000000005061	2719	0.6044496819064841	5	3	2	3	3	False	112748	maximal	True	ISR0291_000000005061	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2087.0	74.26899999999999	76.0	0.2513101767215113	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0193_000000011069	2464	0.6044492514401223	2	2	2	2	1	True	29096	maximal	True	ISR0193_000000011069	1.0		1	1	False	False	0.951298713684082	0					non-mobilizable	no_good_hit	1371.0	98.979	56.0	0.020430380124371803	NZ_PYLP01000012.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_11, whole genome shotgun sequence	True	True
ISR0222_000000006772	9333	0.6044452888903633	15	4	3	4	3	False	27913	maximal	True	ISR0222_000000006772	1.0		5	4	False	False	0.9997857213020325	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000000562	20457	0.6044436583711993	33	7	3	6	2	True	17578	maximal	True	MAD0048_000000000562	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	90.654	2.0	8.509550837097053e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0155_000000006169	2982	0.6044319315289395	4	2	1	1	2	True	125728	fragment	False	AST0102_000000010209	0.9447986577181208		0	0	False	False	1.0	0					non-mobilizable	chromosome	2983.0	96.07799999999999	100.0	0.0010030505527380755	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0102_000000010209	2980	0.6044319315289395	4	2	1	1	2	True	125728	fragment	False	AST0102_000000010209	0.9448356807511737		0	0	False	False	0.9979865550994873	0					non-mobilizable	other	2785.0	95.79899999999999	93.0	0.0008648532953710439	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0040_000000011241	2409	0.6044319315289395	3	2	1	1	2	True	119030	fragment	False	ISR0040_000000011241	1.0		0	0	False	False	0.9995849132537842	0					non-mobilizable	no_good_hit	1298.0	88.675	54.0	0.01554610202581376	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
FIJ0083_000000014877	2386	0.6044319315289395	4	2	1	1	2	True	125719	fragment	False	FIJ0083_000000014877	1.0		0	0	False	False	0.9987426400184631	0					non-mobilizable	chromosome	2386.0	98.03	100.0	0.0008027770363356746	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0015_000000010665	2362	0.6044319315289395	4	2	1	1	2	True	118990	fragment	False	ISR0015_000000010665	0.731164724564025		0	0	False	False	0.9737510681152344	0					non-mobilizable	no_good_hit	1274.0	77.002	53.0	0.0003067175557920705	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0028_000000012934	2359	0.6044319315289395	3	2	1	1	2	True	119027	fragment	False	FIJ0028_000000012934	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	75.234	63.0	0.0003510947561105076	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0134_000000013770	2351	0.6044319315289395	3	2	1	1	2	True	125718	fragment	False	ISR0134_000000013770	0.9565783760312636		0	0	False	False	1.0	0					non-mobilizable	chromosome	2279.0	95.21700000000001	100.0	0.000802784302973266	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0055_000000007017	2305	0.6044319315289395	3	2	1	1	2	True	121885	maximal	True	CHI0055_000000007017	1.0		3	2	False	False	1.0	0					non-mobilizable	other	2092.0	94.885	91.0	0.0007590105262775617	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	True
ISR0226_000000003091	2303	0.6044319315289395	3	2	1	1	2	True	125718	fragment	False	ISR0134_000000013770	0.9472564866014461		0	0	False	False	0.9965262413024902	0					non-mobilizable	chromosome	2304.0	94.488	100.0	0.0008112532362793577	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0831_000000008086	2214	0.6044319315289395	3	2	1	1	2	True	121877	maximal	True	ISR0831_000000008086	1.0		1	1	False	False	0.9810298085212708	0					non-mobilizable	no_good_hit	1898.0	95.258	86.0	0.03790198315022713	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	True
ISR0391_000000006945	2087	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.7403953464937193		0	0	False	False	0.9990416765213013	0					non-mobilizable	chromosome	2068.0	94.584	99.0	0.0007286811365449646	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0176_000000016555	2060	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.7119757007776875		0	0	False	False	0.9975728392601013	0					non-mobilizable	chromosome	2040.0	95.931	99.0	0.00071809496991235	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0108_000000014018	2058	0.6044319315289395	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.7286585263756626		0	0	False	False	1.0	0					non-mobilizable	chromosome	2058.0	98.68799999999999	100.0	0.0006923741567054435	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0019_000000032934	2039	0.6044319315289395	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.7744709126556019		0	0	False	False	0.9995095729827881	0					non-mobilizable	chromosome	2039.0	95.73299999999999	100.0	0.0006859788679463752	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0305_000000008816	2028	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.7371234479615921		0	0	False	False	0.9911242723464966	0					non-mobilizable	chromosome	2027.0	95.215	99.0	0.0007138605032593043	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0108_000000011420	2003	0.6044319315289395	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.7097232759053982		0	0	False	False	1.0	0					non-mobilizable	chromosome	2003.0	97.104	100.0	0.0006738614787186669	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0017_000000014562	1978	0.6044319315289395	2	2	1	1	2	True	118990	fragment	False	ISR0015_000000010665	0.22763633146119266		0	0	False	False	0.9939332604408264	0					non-mobilizable	no_good_hit	1220.0	77.459	60.0	0.0002951941943834156	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0128_000000013171	1973	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.6030685400909209		0	0	False	False	0.9974657893180847	0					non-mobilizable	chromosome	1791.0	98.102	91.0	0.0006025035199332736	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0037_000000036886	1957	0.6044319315289395	4	2	1	1	2	True	108702	maximal	True	MON0037_000000036886	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	71.517	40.0	0.0053860085877668416	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
MON0099_000000017660	1943	0.6044319315289395	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.5783406254951077		0	0	False	False	1.0	0					non-mobilizable	chromosome	1943.0	94.853	100.0	0.000684924981130158	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0052_000000014060	1941	0.6044319315289395	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.6985354227100569		0	0	False	False	1.0	0					non-mobilizable	chromosome	1941.0	95.31200000000001	100.0	0.0006845721089090708	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0271_000000009069	1938	0.6044319315289395	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.5556462369565992		0	0	False	False	0.9932920336723328	0					non-mobilizable	chromosome	1916.0	97.912	99.0	0.0006445777880850385	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0035_000000009910	1920	0.6044319315289395	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.6979827821471114		0	0	False	False	1.0	0					non-mobilizable	other	1920.0	97.396	100.0	0.0005969976524521702	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0191_000000005796	1814	0.6044319315289395	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.5022693065805286		0	0	False	False	0.998346209526062	0					non-mobilizable	chromosome	1814.0	98.456	100.0	0.0006102451852731983	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0165_000000012537	1802	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.5959017745750027		0	0	False	False	1.0	0					non-mobilizable	other	1802.0	96.39299999999999	100.0	0.0005602880521450539	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0108_000000009690	1787	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.5880030792422808		0	0	False	False	0.9832121133804321	0					non-mobilizable	chromosome	1787.0	97.594	100.0	0.0006011571433524171	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0773_000000008850	1784	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.5957515490135912		0	0	False	False	1.0	0					non-mobilizable	chromosome	1784.0	97.141	100.0	0.0006001473609167748	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0086_000000018201	1776	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.6004273884151287		0	0	False	False	1.0	0					non-mobilizable	chromosome	1774.0	97.745	99.0	0.0005967814194646335	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0106_000000011202	1773	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.582016181332093		0	0	False	False	1.0	0					non-mobilizable	chromosome	1773.0	94.811	100.0	0.0006252895757664297	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0011_000000007862	1769	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.5820844908959859		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	96.213	100.0	0.0005500218079913688	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0090_000000020730	1740	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.5527658558505532		0	0	False	False	1.0	0					non-mobilizable	other	1740.0	96.667	100.0	0.0005409999570684335	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0138_000000015507	1723	0.6044319315289395	2	2	1	1	2	True	102041	fragment	False	ENG0071_000000010912	0.14441900296675514		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	93.163	99.0	0.00042146081407399617	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0113_000000017696	1701	0.6044319315289395	2	2	1	1	2	True	121870	fragment	False	SPA0113_000000017696	0.9717097170971709		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	97.06200000000001	100.0	0.0050586909261776105	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
FIJ0071_000000021325	1698	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.5105562088225442		0	0	False	False	1.0	0					non-mobilizable	chromosome	1698.0	97.17299999999999	100.0	0.0005712002644283605	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0076_000000008788	1638	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.42981860958457946		0	0	False	False	0.9987789988517761	0					non-mobilizable	other	1638.0	95.36	100.0	0.0005089568313766286	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0007_000000011164	1623	0.6044319315289395	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.44462783045716137		0	0	False	False	0.9950708746910095	0					non-mobilizable	chromosome	1623.0	96.118	100.0	0.0005459557035373015	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0014_000000002458	7251	0.6044273009143308	9	6	4	5	6	False	97571	maximal	False	MON0049_000000002472	0.9653178728303348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	84.014	30.0	0.026922155688622756	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
MON0033_000000024591	2600	0.6044260044711431	4	4	3	4	3	False	12321	fragment	False	MON0033_000000024591	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2514.0	99.801	100.0	0.00048653698155399485	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
CAN0021_000000012333	3435	0.6044239891058277	5	4	3	4	3	False	91631	maximal	True	CAN0021_000000012333	1.0		17	6	False	False	0.9962154030799866	0					non-mobilizable	no_good_hit	61.0	88.525	2.0	2.28217148616909e-05	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
FIJ0052_000000013632	2148	0.6044172954592882	3	3	3	2	2	False	50110	fragment	False	FIJ0052_000000013632	1.0		0	0	False	False	0.9958100318908691	0					non-mobilizable	chromosome	1247.0	93.986	99.0	0.0005026337848969439	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0028_000000012157	2519	0.6044148536992643	4	4	4	4	4	False	97362	fragment	False	CAN0001_000000017824	0.989317514877787		0	0	False	False	1.0	0					non-mobilizable	chromosome	1524.0	99.344	100.0	0.00028292544914415053	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0340_000000009393	2514	0.6044148536992643	4	4	4	4	4	False	97362	fragment	False	CAN0001_000000017824	0.9817876340965648		0	0	False	False	1.0	0					non-mobilizable	chromosome	1519.0	98.749	100.0	0.00028199599628888066	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0110_000000011999	1402	0.6044061767406148	2	2	2	2	2	False	42105	maximal	True	FIJ0110_000000011999	1.0		1	1	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit	441.0	70.975	31.0	0.0001261274103901414	CP014619.1	high GC Gram+	Frondihabitans sp. 762G35, complete genome	True	False
ISR0147_000000012639	1947	0.6044036886638279	3	3	3	2	2	False	30947	maximal	True	ISR0147_000000012639	1.0		6	2	False	False	0.9933230876922607	0					non-mobilizable	no_good_hit	845.0	72.426	43.0	0.005413379430457895	NZ_FMJR01000069.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0014_000000005447	6376	0.6044035667139258	10	7	4	6	4	True	38054	maximal	True	ISR0014_000000005447	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1688.0	73.934	26.0	0.0004818031968176163	LR738849.1	d-proteobacteria	Desulfovibrio sp. 86 genome assembly, chromosome: DESU86	True	True
FIJ0009_000000005645	6022	0.6043987921030701	12	11	0	1	11	False	51313	maximal	True	FIJ0009_000000005645	1.0		2	2	False	False	0.9986715316772461	0					non-mobilizable	plasmid	6023.0	99.369	100.0	0.04949038303468683	CP010386.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain 34399 plasmid p34399-121.660kb, complete sequence	False	True
DEN0010_000000016868	2648	0.6043967248795339	3	1	1	1	1	False	76000	fragment	False	DEN0070_000000012199	0.9448075526506898		0	0	False	False	0.9886707067489624	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	2.0	0.0007199329807843342	NZ_PGGC01000073.1	g-proteobacteria	Aeromonas cavernicola strain DSM 24474 A.cavernicola_R1_new_contig_73, whole genome shotgun sequence	True	False
ISR0207_000000013352	2194	0.6043967248795339	3	1	1	1	1	False	28577	fragment	False	ISR0207_000000013352	1.0		0	0	False	False	0.9990884065628052	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0130_000000021400	1562	0.6043967248795339	2	1	1	1	1	False	24245	fragment	False	SPA0130_000000021400	1.0		0	0	False	False	0.994878351688385	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	3.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0344_000000026325	1338	0.6043967248795339	2	1	1	1	1	False	24244	fragment	False	ISR0344_000000026325	1.0		0	0	False	False	0.9955157041549683	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	4.0	1.7876518338198856e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0805_000000010468	1156	0.6043967248795339	1	1	1	1	1	False	21783	fragment	False	ISR0805_000000010468	0.9887543252595156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	4.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0026_000000003662	6030	0.6043960797238567	6	6	6	6	6	False	37314	maximal	True	ISR0026_000000003662	1.0		2	1	False	False	0.999668300151825	0					non-mobilizable	no_good_hit	1230.0	97.96700000000001	20.0	0.005859813039515564	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0062_000000003226	8313	0.6043953783172302	7	2	1	2	0	True	45735	fragment	False	FIJ0062_000000003226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000023918	1820	0.6043953783172302	2	2	1	2	0	False	76850	maximal	True	DEN0001_000000023918	1.0		1	1	False	False	0.9774725437164307	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	3.0	6.466558815054149e-05	NZ_KB903360.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_1.2, whole genome shotgun sequence	True	False
AST0113_000000025064	1492	0.6043953783172302	2	2	1	2	0	True	106483	fragment	False	AST0113_000000025064	0.9651408450704225		0	0	False	False	0.957774817943573	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00013671924449958225	NZ_VJMG01000021.1	a-proteobacteria	Rhizobium straminoryzae strain SM12 SM12_contig_21_1, whole genome shotgun sequence	True	True
ISR0024_000000018346	1440	0.6043953783172302	2	2	1	2	0	True	109051	fragment	False	ISR0024_000000018346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0083_000000019607	1420	0.6043953783172302	2	2	1	2	0	True	106483	fragment	False	AST0113_000000025064	0.943029490616622		0	0	False	False	0.9950703978538513	0					non-mobilizable	no_good_hit								True	True
SPA0058_000000021795	1396	0.6043953783172302	2	2	1	2	0	True	6698	maximal	True	SPA0058_000000021795	1.0		33	5	False	False	0.9985673427581787	0					non-mobilizable	no_good_hit								True	True
ENG0151_000000017705	1358	0.6043953783172302	2	2	1	2	0	False	57081	maximal	True	ENG0151_000000017705	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000028542	1349	0.6043953783172302	2	2	1	2	0	True	22709	fragment	False	ISR0395_000000028542	1.0		0	0	False	False	0.9955522418022156	0					non-mobilizable	other	1349.0	100.0	100.0	0.009236356161567713	NZ_CZBD01000010.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
FIJ0043_000000022657	1318	0.6043953783172302	2	2	1	2	0	True	47179	fragment	False	FIJ0043_000000022657	1.0		0	0	False	False	0.9863429665565491	0					non-mobilizable	no_good_hit								True	True
ISR0855_000000014603	1288	0.6043953783172302	2	2	1	2	0	True	20481	fragment	False	ISR0855_000000014603	1.0		0	0	False	False	0.97826087474823	0					non-mobilizable	no_good_hit								True	True
ISR0369_000000013466	1265	0.6043953783172302	3	2	1	2	0	True	23531	fragment	False	ISR0369_000000013466	1.0		0	0	False	False	0.9509881138801575	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	6.0	0.00044940892956003516	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	True
DEN0051_000000040427	1214	0.6043953783172302	2	2	1	2	0	True	72410	maximal	True	DEN0051_000000040427	1.0		1	1	False	False	0.9983525276184082	0					non-mobilizable	no_good_hit								True	True
AST0113_000000030374	1214	0.6043953783172302	2	2	1	2	0	True	106377	fragment	False	AST0113_000000030374	1.0		0	0	False	False	0.9942339658737183	0					non-mobilizable	other	1214.0	90.28	100.0	0.01243299201541568	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	False	True
FIJ0058_000000037995	1150	0.6043953783172302	2	2	1	2	0	True	45943	maximal	True	FIJ0058_000000037995	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0094_000000020339	1143	0.6043953783172302	2	2	1	2	0	False	109050	fragment	False	AST0094_000000020339	1.0		0	0	False	False	0.9965004324913025	0					non-mobilizable	no_good_hit								True	False
CHI0182_000000017457	1633	0.6043909751933163	3	3	3	2	2	False	77339	maximal	True	CHI0182_000000017457	1.0		18	5	False	False	0.9957134127616882	0					non-mobilizable	no_good_hit	407.0	72.236	24.0	0.0012969398160523529	NZ_SMCZ01000002.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_102, whole genome shotgun sequence	True	False
ENG0037_000000003225	8733	0.6043801235199731	9	6	3	4	3	True	106552	fragment	False	ENG0037_000000003225	0.9877416313059877		0	0	False	False	1.0	0					non-mobilizable	other	8733.0	99.92	100.0	0.02388017251045373	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0113_01_000000002170	8484	0.6043801235199731	8	6	3	4	3	True	106552	fragment	False	ENG0037_000000003225	0.9738348791938624		0	0	False	False	1.0	0					non-mobilizable	chromosome	8409.0	99.95200000000001	99.0	0.001507849804743584	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
DEN0041_000000003781	8244	0.6043756406161732	7	5	4	5	5	False	100481	fragment	False	DEN0041_000000003781	0.9993543388429752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4038.0	94.45299999999999	58.0	0.006977364253041127	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
SPA0117_000000004620	7744	0.6043756406161732	6	5	4	5	5	False	100481	fragment	False	DEN0041_000000003781	0.9690684133915575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3556.0	97.075	55.0	0.0061549702033650636	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
MON0105_000000034395	1584	0.6043745163625712	2	2	2	2	2	False	112568	fragment	False	MON0105_000000034395	0.9874094077932177		0	0	False	False	1.0	0					non-mobilizable	other	1577.0	87.762	99.0	0.0032912551726445257	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0042_000000011287	2795	0.6043691394467402	1	1	1	1	0	True	6858	maximal	True	SPA0042_000000011287	1.0		5	4	False	False	0.9996421933174133	0					non-mobilizable	no_good_hit	1240.0	100.0	44.0	0.02149474341625898	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	True	True
ISR0792_000000006520	2247	0.6043673968103397	2	2	2	2	2	False	22039	maximal	True	ISR0792_000000006520	1.0		1	1	False	False	0.9995549917221069	0					non-mobilizable	no_good_hit	973.0	75.54	43.0	0.08135391923990498	MH106263.1	bacteria	Uncultured bacterium clone B2PC_36_I20_0 genomic sequence	True	False
ENG0111_000000004770	4535	0.6043640403214158	5	4	3	4	2	False	59760	maximal	True	ENG0111_000000004770	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	95.652	1.0	1.0041408537384052e-05	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	False
ISR0163_000000001314	3582	0.6043588985110713	6	5	4	4	3	False	111655	fragment	False	FIJ0136_000000006968	0.9610161842514783		0	0	False	False	1.0	0					non-mobilizable	other	2598.0	99.038	99.0	0.014828571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0814_000000018691	2152	0.6043538717841472	3	3	3	2	1	False	48263	maximal	True	ISR0814_000000018691	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0097_000000011802	2940	0.6043530731057775	4	4	4	4	3	False	122300	fragment	False	MON0097_000000011802	0.9976652298850575		0	0	False	False	0.9965986609458923	0					non-mobilizable	no_good_hit	1993.0	79.729	67.0	0.007656766187844448	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0047_000000009820	3973	0.6043527532759502	6	5	1	3	5	True	65315	fragment	False	MAD0047_000000009820	0.9664079229122056		0	0	False	False	1.0	0					non-mobilizable	plasmid	3973.0	96.87899999999999	100.0	0.06353347953450401	CP026931.2	enterobacteria	Escherichia coli strain CFS3246 plasmid pCFS3246-2, complete sequence	False	True
MON0094_000000000896	15479	0.6043438889949596	15	12	9	11	6	True	48786	fragment	False	MON0026_000000000788	0.9657012670869484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	97.853	2.0	0.035808726311150285	NZ_JH379339.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld13, whole genome shotgun sequence	True	True
ISR0325_000000005210	3553	0.6043432019109377	5	5	5	5	3	False	114519	maximal	True	ISR0325_000000005210	1.0		636	11	False	False	0.9893048405647278	0					non-mobilizable	other	3554.0	97.29899999999999	100.0	0.05623100303951368	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
ISR0310_000000004569	3467	0.6043419281778967	5	4	2	3	4	False	25343	maximal	True	ISR0310_000000004569	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	99.102	68.0	0.004892780308666635	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0113_000000003393	7761	0.6043392340962539	9	3	3	2	2	False	59627	maximal	True	ENG0113_000000003393	1.0		1	1	False	False	0.9998711347579956	0					non-mobilizable	no_good_hit	795.0	79.874	28.0	0.06902371857510882	NZ_SRYX01000099.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_99_length_11257_cov_200.105, whole genome shotgun sequence	True	False
ENG0194_000000003393	7306	0.6043392340962539	11	3	3	2	2	False	70198	maximal	True	ENG0194_000000003393	1.0		5	4	False	False	0.9998631477355957	0					non-mobilizable	no_good_hit	947.0	79.303	25.0	0.0001566227057743746	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0283_000000008431	1582	0.6043386971080762	3	3	3	3	3	False	26109	fragment	False	ISR0283_000000008431	1.0		0	0	False	False	0.999367892742157	0					non-mobilizable	other	1582.0	100.0	100.0	0.020509294693009196	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ISR0182_000000009497	3649	0.6043376132499211	3	2	2	2	1	False	88635	maximal	True	ISR0182_000000009497	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	2.6504315276305787e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0135_000000018182	1565	0.6043365506812656	3	2	2	2	2	False	40577	fragment	False	FIJ0135_000000018182	1.0		0	0	False	False	0.9993610382080078	0					non-mobilizable	no_good_hit	62.0	95.161	4.0	3.6486221367288245e-05	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0101_000000005916	4027	0.604335304698164	6	3	1	3	2	False	55595	fragment	False	ISR0101_000000005916	1.0		0	0	False	False	0.9987583756446838	0					non-mobilizable	no_good_hit								True	False
ENG0194_000000011691	2323	0.604332307331301	3	3	3	3	1	False	54522	maximal	True	ENG0194_000000011691	1.0		5	3	False	False	0.993112325668335	0					non-mobilizable	no_good_hit	1353.0	96.52600000000001	58.0	0.004408758646628837	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
ISR0066_000000010121	3191	0.6043173658619119	6	2	2	2	1	False	39785	maximal	True	ISR0066_000000010121	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	80.605	28.0	0.0003087127375711764	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ENG0129_000000008443	3149	0.6043118958722306	5	3	2	3	1	True	131031	maximal	True	ENG0129_000000008443	0.9645880982675994		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	92.86399999999999	36.0	0.0013292657964373703	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
CHI0051_000000001712	8796	0.6043107711708677	12	9	6	7	6	False	132431	maximal	True	CHI0051_000000001712	1.0		3	3	False	False	0.999204158782959	0					non-mobilizable	no_good_hit	4025.0	97.21700000000001	68.0	0.001204184361104486	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0020_000000005483	4868	0.6043103676729694	5	5	5	4	3	False	81491	maximal	False	ISR0090_000000004658	0.9578680203045686		0	0	False	False	0.9983566403388977	0					non-mobilizable	other	4877.0	94.3	100.0	0.0011913194273330701	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0133_000000017717	1300	0.6043101192313312	3	2	2	2	2	False	87232	fragment	False	ISR0370_000000016697	0.5980438631833578		0	0	False	False	0.9992307424545288	0					non-mobilizable	other	1292.0	97.988	99.0	0.005649890590809628	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0095_000000001470	15267	0.6043098130064365	24	4	2	3	2	True	43146	maximal	True	FIJ0095_000000001470	1.0		2	2	False	False	0.9999344944953918	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.0034025020486434e-06	CP023330.1	flies	Drosophila melanogaster strain sitter (fors) chromosome 3R	True	True
MON0002_000000003087	5629	0.6043092603993653	6	6	4	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7854909154926968	PS1159|PS463	0	0	True	True	0.9989340901374817	3		MOBV			mobilizable	other	5483.0	98.486	100.0	0.5377441837636203	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0391_000000007254	2013	0.6043090869667449	3	3	3	3	3	False	88526	maximal	False	ENG0197_000000004946	0.9743423149268512		0	0	False	False	1.0	0					non-mobilizable	chromosome	2013.0	98.609	100.0	0.0006772274201708081	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0102_000000006324	2801	0.6043080702103715	3	3	3	3	2	False	15010	maximal	True	MAD0102_000000006324	1.0		13	2	False	False	0.9967868328094482	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.7009556220678202e-05	NZ_LZDB01000002.1	g-proteobacteria	Perlucidibaca aquatica strain BK296 contig_2, whole genome shotgun sequence	True	False
ISR0346_000000017545	1413	0.6043043132715583	2	1	1	1	1	False	24185	maximal	True	ISR0346_000000017545	1.0		75	10	False	False	0.9766454100608826	0					non-mobilizable	no_good_hit								True	False
ISR0001_000000007612	3808	0.6042993699025231	5	4	4	4	4	False	111261	maximal	True	ISR0001_000000007612	1.0		56	4	False	False	0.9997373819351196	0					non-mobilizable	no_good_hit	1938.0	95.975	77.0	0.0005509618365773807	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0362_000000005887	3808	0.6042993699025231	5	4	4	4	4	False	111261	maximal	False	ISR0001_000000007612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1938.0	95.975	77.0	0.0005509618365773807	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0168_000000021558	1444	0.6042964792003848	3	1	1	1	1	False	66908	maximal	False	ISR0023_000000020498	0.7255060046275636		0	0	False	False	0.9986149668693542	0					non-mobilizable	chromosome	1444.0	99.446	100.0	0.000477851436882382	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
CHI0068_000000012255	1333	0.6042878441795445	2	2	2	2	1	False	85108	fragment	False	USA0117_01_000000015125	0.9962742175856929		0	0	False	False	0.9962490797042847	0					non-mobilizable	chromosome	1333.0	99.925	100.0	0.00037081114938928905	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0001_000000002477	9962	0.6042857625673919	9	9	7	7	8	False	85336	maximal	True	MON0001_000000002477	1.0		1	1	False	False	0.9998996257781982	0					non-mobilizable	no_good_hit	1084.0	77.306	13.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0096_000000010801	2169	0.6042829931809027	2	2	2	2	1	False	33353	maximal	True	ISR0096_000000010801	1.0		94	10	False	False	0.9940064549446106	0					non-mobilizable	no_good_hit	1531.0	99.73899999999999	71.0	0.0005519008656186321	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	True	False
MAD0094_000000001811	6535	0.6042829679295445	7	6	3	4	5	False	66083	maximal	True	MAD0094_000000001811	1.0		3	1	False	False	0.9998469948768616	0					non-mobilizable	chromosome	5106.0	96.161	99.0	0.0009843026980781292	CP043747.1	enterobacteria	Escherichia coli strain CVM N16EC0140 chromosome, complete genome	False	False
SPA0093_000000002396	14690	0.6042724406426511	14	11	6	10	6	True	63280	maximal	True	SPA0093_000000002396	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	2.397036525305023e-05	NZ_CP009761.1	firmicutes	Parvimonas micra strain KCOM 1535 (=ChDC B708) chromosome, complete genome	True	True
ENG0112_000000001834	12116	0.6042717688038569	18	7	6	6	6	True	59705	maximal	True	ENG0112_000000001834	0.9713204496514128		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	7649.0	98.01299999999999	88.0	0.6364547656837357	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
ENG0096_000000012950	2582	0.6042616125914814	3	2	2	1	2	False	121059	maximal	True	ENG0096_000000012950	1.0		20	8	False	False	0.9988381266593933	0					non-mobilizable	no_good_hit	863.0	74.392	33.0	0.00024031792748906012	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0018_01_000000007179	3390	0.6042608111109252	4	2	1	1	2	False	1870	maximal	True	USA0018_01_000000007179	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	86.351	44.0	0.00020367638632176241	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0152_000000003573	7071	0.604260292275816	9	3	2	3	0	False	102512	fragment	False	ISR0152_000000003573	1.0		0	0	False	False	0.9983029365539551	0					non-mobilizable	no_good_hit	272.0	86.029	4.0	0.008013496415014762	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0096_000000005354	6212	0.604260292275816	7	3	2	3	0	False	102508	fragment	False	SPA0096_000000005354	0.9725691567059442		0	0	False	False	0.9996780157089233	0					non-mobilizable	no_good_hit	209.0	88.038	3.0	0.006175814906308369	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0096_000000004195	6146	0.604260292275816	6	3	2	3	0	False	102508	fragment	False	SPA0096_000000005354	0.9712113673243546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	82.609	2.0	0.00030610741838669884	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
DEN0017_000000005075	5922	0.604260292275816	6	3	2	3	0	False	132061	fragment	False	DEN0017_000000005075	0.9714633721941883		0	0	False	False	0.9991557002067566	0					non-mobilizable	no_good_hit	310.0	81.29	5.0	0.0007042772182430815	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0167_000000005389	5747	0.604260292275816	6	3	2	3	0	False	132061	fragment	False	DEN0017_000000005075	0.957531239446133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0002_000000006125	5416	0.604260292275816	9	3	2	3	0	False	132435	fragment	False	AST0002_000000006125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.09771986970684039	KF394360.1	moths	Leptozestis sp. ANIC22 voucher 11ANIC-13618 cytochrome oxidase subunit 1 (COI) gene, partial cds; mitochondrial	True	False
ISR0389_000000003390	5358	0.604260292275816	6	3	2	3	0	False	35996	maximal	True	ISR0389_000000003390	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0145_000000006542	4972	0.604260292275816	5	3	2	3	0	False	132057	fragment	False	ISR0145_000000006542	0.982520977515176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	81.343	3.0	4.7743278838143256e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ISR0007_000000002666	4932	0.604260292275816	5	3	2	3	0	False	132057	fragment	False	ISR0145_000000006542	0.9797934952078879		0	0	False	False	0.9989861845970154	0					non-mobilizable	no_good_hit	182.0	85.165	4.0	0.005332288967885762	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0141_000000007346	4915	0.604260292275816	5	3	2	3	0	False	102504	fragment	False	DEN0066_000000006074	0.9446047646411295		0	0	False	False	0.9991861581802368	0					non-mobilizable	no_good_hit	140.0	82.85700000000001	3.0	0.00031071053746018303	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
DEN0066_000000006074	4899	0.604260292275816	6	3	2	3	0	False	102504	fragment	False	DEN0066_000000006074	0.9478910411527416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	85.10600000000001	3.0	0.00031301209699692513	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
USA0024_01_000000005027	4852	0.604260292275816	6	3	2	3	0	False	132053	fragment	False	USA0024_01_000000005027	0.9674174502514761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0026_000000004851	4573	0.604260292275816	6	3	2	3	0	False	132053	fragment	False	USA0024_01_000000005027	0.942085737840066		0	0	False	False	0.994314432144165	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000006069	4471	0.604260292275816	6	3	2	3	0	False	102503	fragment	False	SPA0019_000000006069	0.954596920289855		0	0	False	False	0.9997763633728027	0					non-mobilizable	no_good_hit								True	False
ISR0031_000000004331	4435	0.604260292275816	5	3	2	3	0	False	132057	fragment	False	ISR0145_000000006542	0.913646781533223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000004732	4416	0.604260292275816	5	3	2	3	0	False	102503	fragment	False	SPA0019_000000006069	0.933683739655558		0	0	False	False	0.995244562625885	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0002425557718699135	NZ_AGDG01000007.1	CFB group bacteria	Bacteroides faecis MAJ27 contig007, whole genome shotgun sequence	True	False
ISR0814_000000009452	4076	0.604260292275816	4	3	2	3	0	False	56083	fragment	False	ISR0814_000000009452	0.9276722965920751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	82.555	8.0	0.0007203881350002762	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
AUS0004_000000005552	3839	0.604260292275816	6	3	2	3	0	False	102502	fragment	False	AUS0004_000000005552	1.0		0	0	False	False	0.9992185235023499	0					non-mobilizable	no_good_hit								True	False
ISR0215_000000008387	3450	0.604260292275816	6	3	2	3	0	False	56083	fragment	False	ISR0814_000000009452	0.37606526412334035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0022_01_000000002398	3221	0.604260292275816	5	3	2	3	0	False	1732	fragment	False	USA0022_01_000000002398	1.0		0	0	False	False	0.9978267550468445	0					non-mobilizable	no_good_hit								True	False
AST0002_000000011608	3094	0.604260292275816	4	3	2	3	0	False	132050	fragment	False	AST0002_000000011608	0.9483208346918812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0151_000000005826	3067	0.604260292275816	4	3	2	3	0	False	132050	fragment	False	AST0002_000000011608	0.9444085326438267		0	0	False	False	0.9784805774688721	0					non-mobilizable	no_good_hit	100.0	98.0	3.0	2.962580808880321e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0049_000000010040	2917	0.604260292275816	4	3	2	3	0	False	35995	fragment	False	ISR0070_000000006612	0.9403520208604954		0	0	False	False	0.9928008317947388	0					non-mobilizable	no_good_hit								True	False
ISR0099_000000016892	1101	0.6042569831262178	2	1	1	1	1	False	36727	fragment	False	ISR0782_000000009854	0.5921182250202957		0	0	False	False	0.9963669180870056	0					non-mobilizable	no_good_hit	638.0	99.68700000000001	81.0	0.00026458454826238146	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0110_000000001890	8299	0.6042552780288668	7	4	3	3	3	False	42127	maximal	True	FIJ0110_000000001890	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	90.274	9.0	0.4755381604696673	HG796537.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01577	True	False
MAD0039_000000001102	8319	0.6042551525281488	6	5	3	5	1	True	106254	fragment	False	MAD0039_000000001102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2742.0	77.243	33.0	0.005683374561148552	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0078_01_000000011644	1478	0.6042502045323087	2	1	1	1	1	False	23369	fragment	False	USA0078_01_000000011644	0.9745538664904164		0	0	False	False	0.9905277490615845	0					non-mobilizable	chromosome	849.0	98.704	99.0	0.00024581954584259143	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0074_000000000733	17553	0.6042458968065949	10	6	4	6	3	True	84762	fragment	False	CHI0074_000000000733	1.0		0	0	False	False	0.9998860359191895	0					non-mobilizable	other	17558.0	95.831	100.0	0.4051548774849746	NZ_QVHZ01000018.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf18, whole genome shotgun sequence	False	True
ISR0355_000000001632	9625	0.6042328125237301	9	7	7	6	6	False	116550	maximal	True	ISR0355_000000001632	1.0	PS748|PS777	10	4	False	True	1.0	0					non-mobilizable	no_good_hit	2493.0	97.714	42.0	0.0007074111250902716	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MAD0073_000000001170	2849	0.6042292526753168	5	2	0	2	0	False	19188	fragment	False	MAD0073_000000001170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	86.47	51.0	0.037543319214478246	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	False
MAD0100_000000020125	1779	0.6042287144239336	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9748845246582641		0	0	False	False	1.0	0					non-mobilizable	chromosome	1603.0	83.46799999999999	97.0	0.0004225432139799916	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0110_000000016226	1670	0.6042287144239336	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9646369039722023		0	0	False	False	1.0	0					non-mobilizable	chromosome	1494.0	82.463	97.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0070_000000011976	1630	0.6042287144239336	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9451237021260345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.225	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0153_000000002731	9631	0.6042281967666348	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8803268287130565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	85.45	17.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0062_000000001646	9611	0.6042281967666348	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.7870833051779956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	85.38600000000001	17.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0013_000000018011	2818	0.6042248907640185	4	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.6669903266260424		0	0	False	False	1.0	0					non-mobilizable	chromosome	2729.0	97.728	97.0	0.0004981239523094265	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0805_000000000593	19205	0.6042214655346687	15	7	4	7	5	False	93030	fragment	False	SPA0149_000000000983	0.7642984725927354		0	0	False	False	0.9989065527915955	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.27302284962628e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
CHI0132_000000009090	3515	0.6042193322454352	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.9223582916984111		0	0	False	False	1.0	0					non-mobilizable	other	3382.0	91.603	97.0	0.0008282109540092839	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0084_000000009564	1333	0.6042155733112647	2	2	1	1	2	False	43991	maximal	True	FIJ0084_000000009564	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	80.905	45.0	0.00027157898490724937	NZ_CP016766.1	firmicutes	Lactobacillus agilis strain La3 chromosome, complete genome	True	False
ISR0087_000000024398	1527	0.6042113285151219	2	2	2	2	1	False	33827	fragment	False	ISR0087_000000024398	1.0		0	0	False	False	0.9993451237678528	0					non-mobilizable	no_good_hit	284.0	73.944	18.0	0.0025072791976706566	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	True	False
ETH0003_000000019691	2033	0.6042093613893632	4	1	1	1	1	False	53154	maximal	True	ETH0003_000000019691	1.0		1	1	False	False	0.9803246259689331	0					non-mobilizable	no_good_hit	90.0	84.444	4.0	0.00918005424577509	NZ_AFAL01000431.1	b-proteobacteria	Verminephrobacter aporrectodeae subsp. tuberculatae At4 Contig437, whole genome shotgun sequence	True	False
ISR0004_000000004875	3493	0.6042078955227544	5	4	2	3	3	False	126055	maximal	True	ISR0004_000000004875	0.9802052785923754	PS940	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	68.0	88.235	2.0	0.00028615032430370085	NZ_CZBD01000003.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
USA0093_01_000000003753	5267	0.6042069468104058	14	8	5	6	6	True	85738	fragment	False	USA0093_01_000000003753	0.9934692262022561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	93.17	74.0	0.008792056490693673	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
SPA0103_000000003049	5057	0.6042050934768363	5	4	3	4	4	False	36493	maximal	True	SPA0103_000000003049	1.0		11	7	False	False	0.9982202649116516	0					non-mobilizable	no_good_hit	1808.0	75.774	36.0	0.0029125914441815474	CP019303.1	CFB group bacteria	Prevotella intermedia strain strain 17 chromosome II, complete sequence	True	False
ISR0056_000000019087	1189	0.6042020128413286	2	2	2	2	1	False	35610	maximal	True	ISR0056_000000019087	1.0		84	9	False	False	1.0	0					non-mobilizable	chromosome	1180.0	100.0	99.0	0.0005153296361309453	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0224_000000023607	1327	0.6042004680722455	3	3	3	3	3	False	104380	fragment	False	ENG0093_000000007624	0.35684082026461117		0	0	False	False	0.9909570217132568	0					non-mobilizable	other	1318.0	98.93799999999999	99.0	0.009043207966275368	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0239_000000007745	1940	0.6041997696571378	4	4	4	2	2	False	98887	fragment	False	ISR0374_000000007805	0.9766041159542965		0	0	False	False	1.0	0					non-mobilizable	chromosome	1940.0	99.897	100.0	0.0008410275717378302	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
AUS0024_000000016774	1939	0.6041997696571378	4	4	4	2	2	False	98887	fragment	False	ISR0374_000000007805	0.9769269738341904		0	0	False	False	0.9855595827102661	0					non-mobilizable	chromosome	1939.0	99.845	100.0	0.0008493801015399288	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
USA0035_01_000000015644	1632	0.6041891939073536	3	3	3	2	1	False	35906	fragment	False	USA0035_01_000000015644	0.9645090708255275		0	0	False	False	0.999387264251709	0					non-mobilizable	no_good_hit	283.0	91.51899999999999	34.0	9.950996634657627e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0049_000000008375	3433	0.6041886604265326	3	1	1	1	1	False	71866	fragment	False	ISR0049_000000008375	1.0		0	0	False	False	0.9833964705467224	0					non-mobilizable	no_good_hit								True	False
MON0014_000000011141	1495	0.6041885559345691	2	2	2	2	1	False	13447	maximal	True	MON0014_000000011141	1.0		3	2	False	False	0.9953176975250244	0					non-mobilizable	no_good_hit	944.0	90.25399999999999	63.0	0.004357036475148241	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0010_000000010271	2027	0.6041880374697939	3	3	3	3	3	False	72899	maximal	True	ISR0010_000000010271	0.9937007874015749		15	6	False	False	0.953132688999176	0					non-mobilizable	other	1949.0	78.553	95.0	0.002078242891281583	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	False	False
ISR0316_000000013203	1610	0.6041875194398325	3	3	3	2	2	False	124174	maximal	True	ISR0316_000000013203	1.0		57	4	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	99.31200000000001	81.0	0.03097030828242648	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0047_000000012551	1788	0.6041861802063614	2	2	2	1	1	False	115290	maximal	True	AST0047_000000012551	1.0		74	8	False	False	0.9776286482810974	0					non-mobilizable	other	1788.0	99.72	100.0	0.00949471335210669	NZ_CABIXZ010000005.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MAD0098_000000018593	2394	0.6041851635601669	4	4	1	1	4	False	15324	fragment	False	MAD0098_000000018593	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2323.0	96.083	100.0	0.024200654582074523	CP031111.1	enterobacteria	Escherichia coli strain AMSCJX02 plasmid pAMSC6, complete sequence	False	True
ISR0014_000000010736	3407	0.604185152000682	2	2	2	2	1	True	38047	maximal	True	ISR0014_000000010736	1.0		1	1	False	False	0.9994129538536072	0					non-mobilizable	no_good_hit	1722.0	85.656	50.0	0.023873270861222668	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0207_000000001653	11668	0.6041851112115006	8	7	6	7	5	False	28606	maximal	True	ISR0207_000000001653	1.0		5	4	False	False	0.9982858896255493	0					non-mobilizable	no_good_hit	5460.0	81.245	47.0	0.07724815025611838	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0108_000000009081	2900	0.6041838950156158	5	1	1	1	1	False	107265	maximal	True	AST0108_000000009081	1.0		0	0	False	False	0.997586190700531	0					non-mobilizable	no_good_hit	236.0	78.814	8.0	0.017959826703426544	NZ_LNAM01000203.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf75, whole genome shotgun sequence	True	False
TAN0017_000000020783	1799	0.6041794940836559	2	2	2	2	2	False	93549	fragment	False	SPA0027_000000017373	0.6096636673258315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1300.0	73.615	71.0	0.00042478181126021856	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0012_000000041643	1366	0.6041740001317136	1	1	1	1	1	False	13582	fragment	False	MON0012_000000041643	1.0		0	0	False	False	0.9992679357528687	0					non-mobilizable	chromosome	881.0	97.95700000000001	93.0	0.00030638579094938466	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0063_000000017156	1720	0.604173930552102	4	2	1	2	1	True	10739	fragment	False	MON0063_000000017156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	75.146	29.0	0.008186655751125664	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ISR0815_000000019989	1549	0.6041698319559484	1	1	1	1	1	False	21454	fragment	False	ISR0815_000000019989	1.0		0	0	False	False	0.9993544220924377	0					non-mobilizable	chromosome	1548.0	98.902	99.0	0.0006132617557362966	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0172_000000004093	5982	0.60416862715064	6	4	3	4	3	False	38753	maximal	True	FIJ0172_000000004093	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	82.051	13.0	0.003065412586362864	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
CAN0003_000000005526	8262	0.6041652092395643	11	4	1	4	2	False	96800	maximal	False	FIJ0124_000000002660	0.9550297185151957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	1.0	0.01393643031784841	NZ_JNWQ01000169.1	high GC Gram+	Streptomyces novaecaesareae strain NRRL B-1267 contig169.1, whole genome shotgun sequence	True	False
ISR0118_000000003803	3689	0.6041634527896927	4	2	1	2	1	False	32384	maximal	True	ISR0118_000000003803	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	82.456	37.0	0.0003176872089116022	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0099_000000010684	2079	0.6041623041998075	3	3	2	3	3	False	48559	maximal	False	FIJ0122_000000007770	0.9909134385461502		0	0	False	False	0.9980760216712952	0					non-mobilizable	chromosome	2080.0	99.615	100.0	0.0004285080931142521	CP038471.1	enterobacteria	Enterobacter roggenkampii strain BP10374 chromosome, complete genome	False	False
MAD0037_000000008780	1526	0.6041623041998075	3	3	2	3	3	False	42201	fragment	False	MAD0037_000000008780	1.0		0	0	False	False	0.993446946144104	0					non-mobilizable	chromosome	1526.0	99.345	100.0	0.0003143217133233451	CP038471.1	enterobacteria	Enterobacter roggenkampii strain BP10374 chromosome, complete genome	False	False
CAN0014_000000017041	2775	0.6041580293137379	3	3	2	2	3	False	93669	maximal	True	CAN0014_000000017041	0.981419546636938		34	9	False	False	0.9985585808753967	0					non-mobilizable	other	2259.0	99.469	100.0	0.0004606081128632669	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
FIJ0125_000000000424	28368	0.6041579658831935	56	41	11	23	33	False	91000	fragment	False	USA0069_01_000000001480	0.699352445041621		0	0	False	False	0.9998237490653992	0	rep_cluster_1817				non-mobilizable	no_good_hit	7111.0	98.397	85.0	0.0021237979270847317	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MAD0034_000000003062	4838	0.6041575098288929	4	4	0	4	4	True	60605	fragment	False	MAD0034_000000003062	1.0		0	0	False	False	0.9989665150642395	0			MPF_F		non-mobilizable	plasmid	4842.0	96.77799999999999	100.0	0.05337304870649236	CP058081.1	enterobacteria	Escherichia coli strain RHB01-C23 plasmid pRHB01-C23_2, complete sequence	False	True
ISR0112_000000017567	2008	0.6041574211932674	3	3	3	3	1	False	32642	maximal	True	ISR0112_000000017567	1.0		4	3	False	False	0.9995020031929016	0					non-mobilizable	no_good_hit	751.0	99.068	37.0	0.010458500669344043	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0114_000000008393	5003	0.6041570125667486	4	3	2	2	2	True	131888	fragment	False	SPA0114_000000008393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	71.766	16.0	0.0003278008211787835	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ENG0191_000000005717	4680	0.6041563217195884	5	5	4	3	3	False	59467	maximal	True	ENG0191_000000005717	1.0		13	5	False	False	0.9997863173484802	0					non-mobilizable	no_good_hit	592.0	71.115	12.0	0.0003685880896688284	NZ_CP024870.1	mycoplasmas	Spiroplasma clarkii strain CN-5 chromosome, complete genome	True	False
FIJ0168_000000009665	2208	0.6041553467052693	2	2	2	2	2	False	82391	fragment	False	FIJ0168_000000009665	1.0		0	0	False	False	0.9977355003356934	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	4.2466724747419505e-05	NC_006908.1	mycoplasmas	Mycoplasma mobile 163K complete genome	True	False
MON0040_000000010768	2500	0.6041529643956084	3	3	3	3	3	False	95652	fragment	False	MON0040_000000010768	0.9252462649784079		0	0	False	False	0.9995999932289124	0					non-mobilizable	chromosome	2511.0	84.229	99.0	0.0008364364508570866	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0109_000000004376	6715	0.6041501049766477	10	8	4	5	6	True	132375	maximal	True	MON0109_000000004376	1.0	PS1159|PS463	84	9	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2807.0	96.473	80.0	0.0009526355968394513	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
FIJ0016_000000000375	31419	0.604147334279334	34	10	6	10	4	True	50267	maximal	True	FIJ0016_000000000375	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.0008113151418449306	NZ_GL830953.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld43, whole genome shotgun sequence	True	True
CHI0120_000000006381	2228	0.6041471103428724	2	2	2	2	1	False	81844	maximal	True	CHI0120_000000006381	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	74.545	7.0	0.01178245563618076	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0072_000000003205	7324	0.6041470906035239	7	5	5	4	3	False	122620	fragment	False	ISR0072_000000003205	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	98.815	62.0	0.0006114833419644943	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0006_000000027156	1151	0.6041430484503711	2	2	1	2	2	True	8227	fragment	False	SPA0006_000000027156	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1179.0	91.43299999999999	99.0	0.0003276803079913141	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0113_000000008521	1875	0.6041429553232281	1	1	0	1	1	False	32584	fragment	False	ISR0113_000000008521	1.0		0	0	False	False	0.9941333532333374	0		MOBQ			mobilizable	plasmid	1856.0	95.905	99.0	0.02679125926139892	CP053672.2	firmicutes	Lactococcus lactis subsp. lactis strain G121 plasmid p001F	False	True
MAD0050_000000015939	1522	0.6041335355470777	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.08174594171777774	PS730	0	0	False	True	0.9967148303985596	0					non-mobilizable	other	1529.0	82.734	100.0	0.00045794397306892013	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0018_000000005112	3063	0.6041332638852772	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.6221576722576673		0	0	False	False	0.9996735453605652	0					non-mobilizable	chromosome	3054.0	96.726	99.0	0.0008541958733830942	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0022_000000003322	5964	0.6041281173476473	6	6	4	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7867915880222888	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5790.0	99.931	100.0	0.5682732894866006	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
USA0038_01_000000009854	1431	0.6041250292625338	2	2	2	2	2	False	1338	maximal	True	USA0038_01_000000009854	1.0		7	6	False	False	1.0	0					non-mobilizable	other	1432.0	92.249	99.0	0.0029880582221785434	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0152_000000014896	1657	0.6041244346476166	2	2	1	2	1	False	57023	maximal	True	ENG0152_000000014896	1.0		0	0	False	False	0.9969825148582458	0					non-mobilizable	no_good_hit	1357.0	99.705	82.0	0.00048298665268522415	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0348_000000008333	1960	0.6041160355852588	3	3	3	3	3	False	107559	fragment	False	CHI0182_000000013202	0.947268408551069		0	0	False	False	0.9821428656578064	0					non-mobilizable	chromosome	1961.0	96.583	100.0	0.0006593879304744597	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AUS0002_000000026470	1417	0.6041062887356968	2	2	2	1	1	False	102781	fragment	False	CHI0151_000000017004	0.9824584249379691		0	0	False	False	0.9985885620117188	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000006051	4459	0.6041054807555095	8	5	2	2	5	False	60993	maximal	True	ENG0095_000000006051	1.0		1	1	False	False	0.9995514750480652	0					non-mobilizable	no_good_hit	1844.0	88.124	65.0	0.0003595718455440465	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	True	False
FIJ0101_000000014227	1961	0.6041049492339466	2	2	2	2	1	False	88095	maximal	True	FIJ0101_000000014227	1.0		17	4	False	False	0.9954105019569397	0					non-mobilizable	other	1962.0	94.39299999999999	100.0	0.02048041775456919	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0140_000000005354	4079	0.6040975502896787	5	2	2	2	1	False	10086	fragment	False	SPA0140_000000005354	1.0		0	0	False	False	0.9982839226722717	0					non-mobilizable	chromosome	3812.0	99.344	96.0	0.0009559912801551265	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0149_000000008041	2756	0.6040950194345961	3	2	2	2	2	False	57222	maximal	True	ENG0149_000000008041	1.0		24	9	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	78.40899999999999	60.0	0.006308155708612321	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0237_000000008886	1381	0.6040912990453462	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.024165288623801517		0	0	False	False	0.9992758631706238	0					non-mobilizable	other	1381.0	95.728	100.0	0.0037582825193565165	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	False	True
MAD0112_000000021913	1329	0.6040911206912438	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.8102001242320298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	86.14200000000001	48.0	0.00018282529885572192	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
AST0088_000000008601	1327	0.6040911206912438	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.8099757916551451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	86.14200000000001	48.0	0.00018282529885572192	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0126_000000037484	1327	0.6040911206912438	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.8099757916551451		0	0	False	False	0.9984928369522095	0					non-mobilizable	no_good_hit	635.0	86.14200000000001	48.0	0.00018282529885572192	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CHI0028_000000008957	1599	0.6040902986250263	2	1	1	1	1	False	88674	fragment	False	CHI0028_000000008957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000018085	1395	0.6040902986250263	2	1	1	1	1	False	28757	fragment	False	ISR0200_000000018085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0059_000000009439	1880	0.604086924291834	2	2	2	2	1	False	96357	fragment	False	CHI0059_000000009439	1.0		0	0	False	False	0.9973404407501221	0					non-mobilizable	other	1104.0	94.11200000000001	98.0	0.00032270930568302215	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
ISR0018_000000009045	2369	0.6040807926726665	3	3	3	3	2	False	129490	fragment	False	ISR0018_000000009045	1.0		0	0	False	False	0.9957787990570068	0					non-mobilizable	other	2369.0	98.691	100.0	0.0006722108925416385	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0061_000000025473	1652	0.6040786146239928	3	2	2	2	2	False	111924	maximal	True	AST0061_000000025473	1.0		33	9	False	False	0.9993946552276611	0					non-mobilizable	no_good_hit	892.0	98.206	68.0	0.00028718562279796155	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0170_000000017984	2567	0.6040766347760427	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8121151359669285	PS721	0	0	False	True	0.9988313317298889	0					non-mobilizable	other	2547.0	74.166	98.0	0.3045703839122486	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
DEN0094_000000001484	13249	0.6040703348914315	16	10	6	7	6	True	126202	maximal	True	DEN0094_000000001484	1.0		1	1	True	True	1.0	115					non-mobilizable	no_good_hit	1599.0	74.171	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0003_01_000000021828	1749	0.6040700840763426	3	3	3	2	1	True	103279	maximal	True	USA0003_01_000000021828	1.0		1	1	False	False	0.9845626354217529	0					non-mobilizable	no_good_hit	322.0	100.0	18.0	0.0029300618872884605	NZ_FQVD01000016.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	True
FIJ0112_000000021290	1313	0.6040688172644187	2	2	2	1	1	False	41995	fragment	False	FIJ0112_000000021290	1.0		0	0	False	False	0.9885757565498352	0					non-mobilizable	chromosome	1313.0	99.391	100.0	0.0002763027823605945	NZ_CP017184.1	enterobacteria	Enterobacter roggenkampii strain DSM 16690 chromosome, complete genome	False	False
ENG0204_000000024640	1137	0.6040596727755503	3	1	1	1	1	False	54002	fragment	False	ENG0204_000000024640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0040_01_000000003844	4725	0.6040558445165539	5	4	3	4	2	False	110773	maximal	True	USA0040_01_000000003844	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1551.0	92.65	65.0	0.0002934492740800966	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ENG0125_000000000917	19830	0.6040510024733445	11	11	10	9	11	False	58892	maximal	True	ENG0125_000000000917	0.9974893682430702		6	3	False	False	1.0	0					non-mobilizable	other	19830.0	100.0	100.0	0.4814266291152763	LM997258.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.0_1_41188_[organism:Escherichia	False	False
MON0076_000000012825	3561	0.6040477486591778	4	3	3	3	3	False	65096	fragment	False	MON0076_000000012825	1.0		0	0	False	False	0.9969109892845154	0					non-mobilizable	no_good_hit	563.0	75.488	16.0	0.00016961476934381436	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0179_000000010980	2170	0.604029928836264	3	3	3	2	3	False	29678	fragment	False	ISR0179_000000010980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.464353693447734e-06	CP009507.1	euryarchaeotes	Methanosarcina siciliae HI350, complete genome	True	False
ISR0026_000000004177	5323	0.6040200164438649	8	5	3	4	2	True	55505	maximal	True	ISR0026_000000004177	1.0		1	1	False	False	0.9992485642433167	0					non-mobilizable	no_good_hit	396.0	97.22200000000001	10.0	0.0002281278786706209	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
AUS0006_000000004441	4678	0.6040164344040895	8	4	2	3	2	False	102176	maximal	True	AUS0006_000000004441	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4385.0	98.677	94.0	0.0006757418092894461	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0008_000000030460	1236	0.6040111499836854	2	1	1	1	1	True	26512	fragment	False	MON0008_000000030460	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	98.788	93.0	0.1582556226001097	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0256_000000003294	5317	0.6040109560212983	8	2	2	1	1	False	84549	maximal	False	ISR0193_000000004784	0.9732823047541089		0	0	False	False	0.9958623051643372	0					non-mobilizable	no_good_hit	1537.0	97.788	53.0	0.0004422698231755722	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
FIJ0017_000000009405	2994	0.6040102808840422	5	2	1	2	1	False	50154	maximal	True	FIJ0017_000000009405	1.0		1	1	False	False	0.9979959726333618	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0001169871314155443	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
DEN0089_000000002205	7858	0.6040038639013594	8	5	5	5	3	False	109345	maximal	True	DEN0089_000000002205	1.0		1	1	False	False	0.9969457983970642	0					non-mobilizable	no_good_hit	1157.0	72.169	14.0	0.004377210761156878	NZ_CACZYW010000004.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
FIJ0048_000000013327	2417	0.6040028178402447	3	2	2	2	2	False	46772	maximal	True	FIJ0048_000000013327	1.0		48	7	False	False	0.9971038699150085	0					non-mobilizable	other	2398.0	98.58200000000001	99.0	0.02151338640626823	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	False	False
AST0007_000000011100	1626	0.6039905373217568	2	2	2	2	1	False	129955	fragment	False	ISR0011_000000014131	0.34402440473458895		0	0	False	False	0.9981549978256226	0					non-mobilizable	other	1626.0	99.016	100.0	0.00045803171587593207	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0295_000000022389	1600	0.6039905373217568	3	2	2	2	1	False	129955	fragment	False	ISR0011_000000014131	0.344827502622496		0	0	False	False	0.9950000047683716	0					non-mobilizable	other	1600.0	98.81200000000001	100.0	0.00045069869579417453	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0124_000000014298	1959	0.6039884118890547	3	3	3	3	2	False	41241	fragment	False	FIJ0124_000000014298	1.0		0	0	False	False	0.9826442003250122	0					non-mobilizable	no_good_hit	221.0	77.828	11.0	0.0003506419008992268	NZ_KE695650.1	firmicutes	Brevibacillus thermoruber 423 Scaffold3, whole genome shotgun sequence	True	False
ISR0187_000000025726	1121	0.6039880274695293	2	2	1	2	1	False	29277	maximal	True	ISR0187_000000025726	1.0		34	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0286_000000007958	2231	0.6039865442421117	3	3	3	3	3	False	63090	fragment	False	ISR0286_000000007958	0.9702588335774074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1413.0	93.984	63.0	0.004360519056396047	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0061_000000007622	2175	0.6039841318170898	5	3	1	2	2	True	6216	maximal	True	SPA0061_000000007622	1.0		3	1	False	False	0.9820689558982849	0					non-mobilizable	other	2181.0	91.74700000000001	99.0	0.0012549921021550866	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
USA0134_01_000000001091	4062	0.6039839665259114	6	5	5	5	3	False	93284	maximal	True	USA0134_01_000000001091	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	1809.0	98.23100000000001	87.0	0.000953606616173337	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
FIJ0114_000000022854	1746	0.6039776777324699	3	2	2	2	1	False	76851	fragment	False	DEN0001_000000023814	0.4698399085191538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	73.753	81.0	0.006159700442212627	NZ_QSBM01000008.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf8, whole genome shotgun sequence	True	False
FIJ0006_000000017837	2060	0.6039731813889082	3	3	1	3	0	False	51718	maximal	True	FIJ0006_000000017837	1.0		12	4	False	False	0.9883494973182678	0					non-mobilizable	no_good_hit								True	False
SPA0032_000000002693	8300	0.6039709943586234	12	10	8	9	9	False	111446	fragment	False	ISR0179_000000003041	0.9699667704908106		0	0	False	False	0.999156653881073	0					non-mobilizable	other	8144.0	98.637	99.0	0.011276294848585165	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MON0042_000000015371	1720	0.6039699353388992	3	3	2	2	2	False	11716	maximal	True	MON0042_000000015371	1.0		67	9	False	False	0.9976744055747986	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0008113059408531798	NZ_QKWJ01000070.1	b-proteobacteria	Cupriavidus lacunae strain S23 Cupriavidus_S23_70, whole genome shotgun sequence	True	False
DEN0093_000000023834	1315	0.6039696980197102	3	1	1	1	1	False	68422	fragment	False	DEN0093_000000023834	0.9966579578341151		0	0	False	False	0.9946768283843994	0					non-mobilizable	other	1291.0	99.92299999999999	98.0	0.006149856264987295	NZ_PYLQ01000003.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_2, whole genome shotgun sequence	False	False
FIJ0109_000000018492	1301	0.6039696980197102	2	1	1	1	1	False	68422	fragment	False	DEN0093_000000023834	0.9934010157338186		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	100.0	100.0	0.006197529569367042	NZ_PYLQ01000003.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_2, whole genome shotgun sequence	False	False
ISR0181_000000014577	1273	0.6039696980197102	2	1	1	1	1	False	68422	fragment	False	DEN0093_000000023834	0.9814164594067739		0	0	False	False	0.9992144703865051	0					non-mobilizable	other	1273.0	99.921	100.0	0.0060640443171037514	NZ_PYLQ01000003.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_2, whole genome shotgun sequence	False	False
ENG0150_000000007401	2256	0.6039685602498166	3	3	3	3	3	False	57171	maximal	True	ENG0150_000000007401	1.0		7	3	False	False	0.9853723645210266	0					non-mobilizable	no_good_hit	163.0	75.46	7.0	5.637282183674862e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ENG0025_000000020499	1351	0.6039664138946845	3	3	3	3	2	False	66116	fragment	False	FIJ0165_000000011286	0.9345827439886846		0	0	False	False	1.0	0					non-mobilizable	chromosome	1351.0	100.0	100.0	0.0002766247761132252	CP017181.1	enterobacteria	Enterobacter kobei strain DSM 13645 chromosome, complete genome	False	False
MAD0069_000000001897	3767	0.6039645826465114	6	1	1	1	1	False	16405	maximal	True	MAD0069_000000001897	1.0		1	1	False	False	0.9962835311889648	0					non-mobilizable	no_good_hit	723.0	91.84	40.0	0.003524000840677038	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0103_000000005206	3638	0.6039645826465114	9	1	1	1	1	False	14932	maximal	True	MAD0103_000000005206	1.0		1	1	False	False	0.9997251033782959	0					non-mobilizable	no_good_hit	722.0	92.244	29.0	0.003524000840677038	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
DEN0023_000000000401	6826	0.6039636510813265	10	5	2	3	1	True	74399	maximal	True	DEN0023_000000000401	1.0		5	3	False	False	0.9998534917831421	0					non-mobilizable	no_good_hit	88.0	87.5	1.0	1.7567513265996585e-05	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	True
ISR0344_000000003279	7907	0.6039622007718193	6	5	3	4	3	True	132282	fragment	False	ISR0344_000000003279	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5343.0	95.227	97.0	0.0012460653637223036	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ENG0188_000000015142	1681	0.6039600727066639	2	2	1	2	2	False	129922	maximal	True	ENG0188_000000015142	1.0		18	3	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	99.595	75.0	0.017193775100401605	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0338_000000008198	3093	0.6039552040970708	5	2	2	2	1	False	69584	fragment	False	ISR0338_000000008198	1.0		0	0	False	False	0.9983834624290466	0					non-mobilizable	no_good_hit								True	False
ISR0195_000000004259	5463	0.6039514392457815	7	7	5	5	5	False	112013	maximal	True	ISR0195_000000004259	1.0		8	4	False	False	0.9992678165435791	0					non-mobilizable	no_good_hit	2293.0	98.91	44.0	0.00829559586525458	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0119_000000007707	2234	0.6039464792748938	3	2	2	1	1	False	42458	fragment	False	FIJ0119_000000007707	0.9831843450403976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1613.0	81.09100000000001	72.0	0.05471041680878641	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0197_000000011870	2136	0.6039464792748938	2	2	2	1	1	False	42458	fragment	False	FIJ0119_000000007707	0.9533357303327405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1613.0	81.09100000000001	75.0	0.05471041680878641	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0119_000000013707	1290	0.6039457642647652	1	1	1	1	1	False	41565	fragment	False	FIJ0119_000000013707	0.9951841092585477		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	74.133	100.0	0.028270702853166317	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
FIJ0130_000000016195	1274	0.6039457642647652	1	1	1	1	1	False	41565	fragment	False	FIJ0119_000000013707	0.9919030179131569		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	73.833	99.0	0.027901009046624913	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
ISR0031_000000019355	1260	0.6039457642647652	1	1	1	1	1	False	41565	fragment	False	FIJ0119_000000013707	0.9860636381034352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1132.0	74.91199999999999	87.0	0.02437804453723034	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	True	False
TAN0005_000000015585	1234	0.6039457642647652	1	1	1	1	1	False	41565	fragment	False	FIJ0119_000000013707	0.9679034881692689		0	0	False	False	0.9983792304992676	0					non-mobilizable	no_good_hit	1126.0	74.689	89.0	0.02424756437021573	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	True	False
ISR0329_000000007350	2067	0.6039401649482785	5	5	2	3	4	False	128427	maximal	False	DEN0081_000000003447	0.5618222127496114		0	0	False	False	1.0	0					non-mobilizable	chromosome	2067.0	98.936	100.0	0.00045979078406569	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0082_000000001874	4909	0.6039384346037405	6	5	5	4	4	False	84282	maximal	True	CHI0082_000000001874	1.0		35	6	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	92.167	70.0	0.0002284855925338995	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
DEN0071_000000013728	2873	0.6039370353861832	3	2	2	2	1	True	74761	fragment	False	ENG0029_000000007976	0.7937243538308127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0011_000000009970	2681	0.6039364631805992	4	4	3	3	2	False	120381	maximal	True	ENG0011_000000009970	1.0		6	4	False	False	0.9988810420036316	0					non-mobilizable	no_good_hit	2415.0	89.4	89.0	0.013702857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0042_000000006166	4363	0.6039361863821904	4	4	3	4	4	False	64710	maximal	True	ENG0042_000000006166	1.0		0	0	False	False	0.9997708201408386	0					non-mobilizable	no_good_hit	1556.0	94.28	60.0	0.0005234038958079556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0084_000000004879	1441	0.6039355287851726	2	1	1	1	1	False	16083	fragment	False	MAD0084_000000004879	1.0		0	0	False	False	0.9937543272972107	0					non-mobilizable	no_good_hit								True	False
FIJ0141_000000019878	1501	0.6039352829079898	3	3	3	3	1	True	63362	fragment	False	FIJ0141_000000019878	1.0		0	0	False	False	0.9986675381660461	0					non-mobilizable	other	1501.0	93.205	100.0	0.027022154922214412	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	False	True
TAN0017_000000005039	6163	0.6039336950488744	9	6	3	5	2	True	2498	maximal	True	TAN0017_000000005039	1.0		1	1	False	False	0.9998377561569214	0					non-mobilizable	no_good_hit	1379.0	74.982	22.0	0.012585674404800549	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
MON0037_000000067242	1154	0.603925951927674	3	3	3	3	1	True	12027	fragment	False	MON0037_000000067242	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	663.0	96.833	94.0	0.00015412517665026854	CP029154.1	firmicutes	Clostridioides difficile strain CD161 chromosome, complete genome	False	True
CHI0059_000000013948	1333	0.6039248866232256	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.26647955547124064		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	98.574	99.0	0.07553058676654183	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ISR0325_000000007868	2497	0.6039157556201022	3	2	2	2	1	True	24877	fragment	False	ISR0325_000000007868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.015731720506144e-05	NC_014633.1	fusobacteria	Ilyobacter polytropus DSM 2926 plasmid pILYOP01, complete sequence	True	True
AST0055_000000020923	1712	0.6039124655125084	2	2	2	2	2	False	113752	maximal	True	AST0055_000000020923	1.0		8	5	False	False	0.9941588640213013	0					non-mobilizable	no_good_hit	951.0	99.79	62.0	0.00030620240365663686	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0067_000000005648	1777	0.6039076510951117	3	3	1	1	3	False	27021	fragment	False	MAD0067_000000005648	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1779.0	99.43799999999999	100.0	0.011127052646747404	CP027453.1	enterobacteria	Escherichia coli strain 2014C-3338 plasmid unnamed, complete sequence	False	True
FIJ0061_000000007838	3091	0.6039061270265114	3	3	2	2	2	False	45827	fragment	False	FIJ0061_000000007838	1.0		0	0	False	False	0.9996764659881592	0					non-mobilizable	no_good_hit	805.0	72.17399999999999	26.0	0.000232221850641231	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0095_000000008607	3109	0.6039058011922093	3	1	1	1	1	False	79313	maximal	True	FIJ0095_000000008607	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	5.5308195412841974e-06	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
FIJ0115_000000008625	2797	0.6039058011922093	3	1	1	1	1	False	79312	fragment	False	FIJ0115_000000008625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.357981430619067e-06	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ISR0232_000000005436	4274	0.6039022783460278	6	6	6	5	5	False	89339	maximal	True	ISR0232_000000005436	1.0		285	13	False	False	0.9969583749771118	0					non-mobilizable	no_good_hit	1279.0	74.042	29.0	0.00034795696774802696	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0061_000000035426	1315	0.6039016097881182	2	2	2	1	1	False	33380	maximal	True	MON0061_000000035426	0.9920697858842189		892	12	False	False	0.9665399193763733	0					non-mobilizable	other	1315.0	99.39200000000001	100.0	0.0059426628013730535	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
DEN0007_000000019353	1315	0.6039016097881182	2	2	2	1	1	False	76241	maximal	True	DEN0007_000000019353	1.0		84	12	False	False	0.9977186322212219	0					non-mobilizable	other	1318.0	87.557	100.0	0.024041716219924986	NZ_SMCQ01000020.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_120, whole genome shotgun sequence	False	False
MON0096_000000022328	1675	0.6038986798853022	4	2	2	2	2	False	75195	fragment	False	MON0013_000000033523	0.8650580262298541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	84.848	4.0	2.4444944552657516e-05	NZ_RBIL01000002.1	actinobacteria	Solirubrobacter pauli strain DSM 14954 Ga0183450_12, whole genome shotgun sequence	True	False
ENG0145_000000005113	6371	0.6038986014059765	5	3	3	3	3	False	112053	maximal	True	ENG0145_000000005113	1.0		4	3	False	False	0.9984303712844849	0					non-mobilizable	no_good_hit	2415.0	98.551	38.0	0.05854533989765479	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	True	False
ISR0832_000000006505	2068	0.6038968874199804	3	3	3	3	1	False	21007	maximal	True	ISR0832_000000006505	1.0		10	4	False	False	0.9980657696723938	0					non-mobilizable	no_good_hit	1443.0	87.179	77.0	0.0005213060797457213	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MAD0009_000000005275	1934	0.6038956412670199	3	3	3	2	3	False	19770	maximal	True	MAD0009_000000005275	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	97.191	9.0	0.1309171597633136	NZ_QSFS01000038.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf38, whole genome shotgun sequence	True	False
CHI0011_000000002165	2786	0.6038887592183704	3	3	3	3	3	False	90196	fragment	False	SPA0046_000000009706	0.6322530348591157		0	0	False	False	0.9913855195045471	0					non-mobilizable	other	2786.0	99.928	100.0	0.0005651285834935377	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
ISR0141_000000012195	2801	0.6038866716949834	4	3	2	3	2	True	106212	fragment	False	ISR0141_000000012195	0.994525562910996		0	0	False	False	1.0	0					non-mobilizable	other	2801.0	99.964	100.0	0.001339940516212084	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
ISR0117_000000022592	1224	0.6038848280232891	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.31751784975984415		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	99.101	100.0	0.8297150610583447	NZ_JAAIUL010000057.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_65_length_1474_cov_949.715, whole genome shotgun sequence	False	False
ENG0043_000000004574	6687	0.6038831419610818	8	6	3	5	4	True	64634	maximal	True	ENG0043_000000004574	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	80.896	27.0	0.10251818690542809	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
SPA0130_000000025040	1344	0.6038818422842552	2	2	2	2	2	False	3787	fragment	False	SPA0130_000000025040	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	99.479	100.0	0.011050951221117766	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0213_000000024396	1114	0.6038810105126674	1	1	1	1	1	False	28246	fragment	False	ISR0213_000000024396	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1114.0	99.82	100.0	0.00022151365274421182	CP051430.1	enterobacteria	Escherichia sp. SCLE84 chromosome, complete genome	False	False
MON0104_000000039497	1170	0.6038759929124393	2	2	2	2	2	False	10127	fragment	False	MON0104_000000039497	0.9957007738607051		0	0	False	False	0.9991452693939209	0					non-mobilizable	other	1100.0	77.09100000000001	93.0	0.0004506213334618827	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ENG0122_000000005560	4837	0.6038755484248989	6	4	2	3	0	False	59090	fragment	False	ENG0122_000000005560	1.0		0	0	False	False	0.9993797540664673	0					non-mobilizable	no_good_hit	3101.0	98.484	64.0	0.01722325138937566	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
USA0011_01_000000005083	7350	0.6038738766331893	6	4	4	3	3	False	125518	fragment	False	USA0011_01_000000005083	1.0		0	0	False	False	0.9998639225959778	0					non-mobilizable	no_good_hit	2366.0	81.78399999999999	47.0	0.0010319926489155747	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0006_000000013965	1607	0.6038713803681627	3	2	1	1	2	False	76204	fragment	False	ENG0006_000000013965	0.9924146649810366		0	0	False	False	0.9919103980064392	0					non-mobilizable	no_good_hit	669.0	89.088	84.0	0.0002071914729198256	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0255_000000004084	6543	0.6038625163790795	10	5	4	4	3	True	93271	fragment	False	MON0046_000000003585	0.6282817057924711		0	0	False	False	0.9990829825401306	0					non-mobilizable	no_good_hit	219.0	81.279	3.0	7.598646464956297e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0041_000000016898	2041	0.6038610254917859	2	2	2	2	2	False	55765	maximal	True	MAD0041_000000016898	1.0		1	1	False	False	0.9990200996398926	0					non-mobilizable	other	2041.0	98.383	100.0	0.0032626009966926182	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
SPA0101_000000004052	9875	0.6038552526500898	8	6	4	5	3	True	66125	maximal	True	SPA0101_000000004052	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4445.0	91.834	68.0	0.0014258198223293076	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0268_000000008185	2369	0.6038503126843694	4	3	2	3	2	False	26496	maximal	True	ISR0268_000000008185	1.0		94	9	False	False	1.0	0					non-mobilizable	other	2369.0	99.493	100.0	0.0018317698256567004	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
MAD0088_000000001773	8382	0.6038450845580384	10	9	5	9	6	True	15923	fragment	False	MAD0088_000000001773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1658.0	75.271	19.0	0.0006781256341864962	LR134488.1	g-proteobacteria	Pasteurella multocida strain NCTC8282 genome assembly, chromosome: 1	True	True
FIJ0126_000000011523	3110	0.6038419480014995	4	3	3	3	3	False	88198	maximal	False	SPA0023_000000006932	0.5768471243388514		0	0	False	False	0.9993569254875183	0					non-mobilizable	chromosome	3056.0	99.28	100.0	0.0008855881044211283	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0002_000000002570	7034	0.6038359217034275	4	4	3	4	3	True	68011	fragment	False	ENG0002_000000002570	1.0		0	0	False	False	0.9998578429222107	0					non-mobilizable	plasmid	7042.0	95.285	100.0	0.13236401988850385	CP023421.1	enterobacteria	Klebsiella pneumoniae strain 1050 plasmid unnamed, complete sequence	False	True
ISR0105_000000005807	2962	0.6038353409678379	3	2	2	2	2	False	32951	maximal	True	ISR0105_000000005807	1.0		1	1	False	False	0.993923008441925	0					non-mobilizable	no_good_hit	945.0	70.476	33.0	0.01579477032766473	NZ_CYZK01000019.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0056_01_000000014212	1181	0.603834325372811	2	2	2	2	2	False	1002	fragment	False	USA0056_01_000000014212	1.0		0	0	False	False	0.9991532564163208	0					non-mobilizable	other	1181.0	99.40700000000001	100.0	0.0003316177268223097	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0164_000000008124	2389	0.6038252091817755	4	3	3	3	3	False	114563	maximal	True	ENG0164_000000008124	1.0		0	0	False	False	0.9995813965797424	0					non-mobilizable	no_good_hit	2018.0	96.383	84.0	0.010068171474014315	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0138_000000005040	4587	0.6038209373593262	7	4	3	3	2	True	71740	fragment	False	ENG0107_000000005122	0.9430861367441498		0	0	False	False	0.998691976070404	0					non-mobilizable	other	4570.0	97.024	99.0	0.0015502411656128448	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0210_000000007529	3031	0.6038204438418625	5	3	3	3	2	False	53744	maximal	True	ENG0210_000000007529	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.020636792452830188	NZ_ML014931.1	g-proteobacteria	Parashewanella curva strain C51 Scaffold179, whole genome shotgun sequence	True	False
SPA0013_000000010455	2651	0.6038158004103493	3	2	1	2	1	False	55327	maximal	True	SPA0013_000000010455	1.0		9	4	False	False	0.9943417310714722	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.984607589280371e-06	NC_014759.1	CFB group bacteria	Marivirga tractuosa DSM 4126, complete sequence	True	False
FIJ0116_000000000607	24895	0.6038116484855156	23	10	8	10	2	True	130570	fragment	False	FIJ0116_000000000607	1.0		0	0	False	False	0.9999196529388428	0					non-mobilizable	no_good_hit	362.0	80.11	1.0	9.706850413649725e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CAN0001_000000037972	1134	0.6038106467429617	2	2	2	2	1	False	97005	fragment	False	ISR0076_000000020340	0.5399751956306417		0	0	False	False	0.9753086566925049	0					non-mobilizable	other	1134.0	99.206	100.0	0.00794157470482177	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
ISR0048_000000004626	4115	0.6038098643645025	5	3	2	3	3	False	125896	maximal	True	ISR0048_000000004626	1.0		1	1	False	False	0.9997569918632507	0					non-mobilizable	no_good_hit	1952.0	94.51799999999999	68.0	0.038755971297795365	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0292_000000006396	2856	0.6038085302094715	3	1	1	1	0	True	25885	maximal	True	ISR0292_000000006396	1.0		1	1	False	False	0.9996498823165894	0					non-mobilizable	no_good_hit	709.0	95.91	25.0	0.00023830865481159648	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CHI0051_000000009686	1885	0.6038083674083082	2	2	2	2	2	False	86638	fragment	False	CHI0134_000000008218	0.7366336376112069		0	0	False	False	0.9888594150543213	0					non-mobilizable	other	1848.0	99.405	98.0	0.003406551429515203	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ENG0082_000000016812	1241	0.6038074701696633	3	3	3	2	1	False	61591	maximal	True	ENG0082_000000016812	1.0		10	3	False	False	0.9516518712043762	0					non-mobilizable	no_good_hit	89.0	82.022	7.0	0.00011201798468057492	NZ_LR215041.1	mycoplasmas	Mycoplasmopsis columbina strain NCTC10178 chromosome 1	True	False
FIJ0011_000000020730	2137	0.6038070282630252	3	2	2	2	2	False	50966	fragment	False	FIJ0011_000000020730	1.0		0	0	False	False	0.9897052049636841	0					non-mobilizable	no_good_hit	73.0	82.19200000000001	3.0	0.0005554398389224467	NZ_WEHZ01000013.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00013, whole genome shotgun sequence	True	False
MON0077_000000002834	9779	0.603806152725463	6	4	3	4	4	False	44001	maximal	True	MON0077_000000002834	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	76.765	4.0	0.00035485171623663776	NZ_UGTM01000002.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
ISR0803_000000009327	1618	0.6038034092118293	2	1	1	1	1	True	71652	fragment	False	FIJ0057_000000016254	0.39307462686567163		0	0	False	False	0.995673656463623	0					non-mobilizable	other	1618.0	100.0	100.0	0.02081831290555155	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
USA0121_01_000000021392	2104	0.6037994603274908	2	2	2	2	2	False	128232	maximal	True	USA0121_01_000000021392	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	93.166	86.0	0.007165480259650663	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
SPA0088_000000007961	1964	0.6037994603274908	3	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.04842840204301552		0	0	False	False	1.0	0					non-mobilizable	other	1879.0	92.443	95.0	0.00736147260810938	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ENG0064_000000011776	1885	0.6037994603274908	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.059132972235658644		0	0	False	False	0.9952254891395569	0					non-mobilizable	other	1862.0	98.926	99.0	0.001071334721351903	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ENG0056_000000005796	1864	0.6037994603274908	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2708016220541738		0	0	False	False	1.0	0					non-mobilizable	chromosome	1863.0	95.008	99.0	0.000528206572289208	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0122_000000015739	1837	0.6037994603274908	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.266512028009088		0	0	False	False	0.9934676289558411	0					non-mobilizable	chromosome	1838.0	95.103	100.0	0.0005210955521991541	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0097_000000018756	1752	0.6037994603274908	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2504660805179765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1747.0	94.963	99.0	0.0004952114390713577	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0143_000000011060	1747	0.6037994603274908	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.04736954448749199		0	0	False	False	0.9914138317108154	0					non-mobilizable	other	1722.0	92.915	99.0	0.000990479270683835	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ENG0131_000000005720	4821	0.6037985979654545	6	4	4	4	3	False	58379	maximal	True	ENG0131_000000005720	1.0		1	1	False	False	0.9981331825256348	0					non-mobilizable	no_good_hit	277.0	81.949	10.0	8.573374691460951e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
TAN0017_000000020730	1803	0.6037984104841088	3	2	2	2	1	False	59437	fragment	False	TAN0017_000000020730	1.0		0	0	False	False	0.99889075756073	0					non-mobilizable	chromosome	1803.0	99.834	100.0	0.0003349748090392636	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0116_000000015525	1543	0.6037984104841088	3	2	2	2	1	False	59436	fragment	False	ENG0116_000000015525	1.0		0	0	False	False	0.9980557560920715	0					non-mobilizable	chromosome	1543.0	99.287	100.0	0.00028664326056523004	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0040_000000016504	1593	0.6037979918317884	2	2	2	1	1	False	36477	maximal	True	ISR0040_000000016504	1.0		7	3	False	False	0.994350254535675	0					non-mobilizable	no_good_hit	123.0	82.927	8.0	0.0008784941745755145	NZ_PPCX01000004.1	firmicutes	Veillonella rogosae JCM 15642 Contig_4_len_138874, whole genome shotgun sequence	True	False
ISR0288_000000011677	2575	0.6037961000524108	5	3	3	3	2	True	113495	maximal	True	ISR0288_000000011677	1.0	PS730	8	4	False	True	0.9930096864700317	0					non-mobilizable	no_good_hit	1658.0	80.157	71.0	0.0005547071513128686	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0034_000000019113	1521	0.6037856103895046	2	1	1	1	1	False	62545	fragment	False	MON0034_000000019113	0.991726618705036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	80.297	53.0	0.00023722965518773278	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0334_000000001158	11861	0.6037844636409564	14	9	7	7	6	False	43425	maximal	True	ISR0334_000000001158	1.0		8	5	False	False	0.9994941353797913	0					non-mobilizable	no_good_hit	333.0	74.17399999999999	3.0	0.09121153313002495	NZ_MLHQ01000054.1	g-proteobacteria	Rodentibacter myodis strain Ac151 contig_54, whole genome shotgun sequence	True	False
DEN0094_000000005297	5523	0.6037825419835595	6	5	4	2	3	True	75056	maximal	True	DEN0094_000000005297	1.0		16	7	False	False	0.9992757439613342	0					non-mobilizable	no_good_hit	522.0	72.414	9.0	0.00015415339527369304	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0063_000000004031	2845	0.6037753695750985	4	3	3	3	2	True	16720	fragment	False	MAD0063_000000004031	1.0		0	0	False	False	0.9982425570487976	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	4.999359457069563e-05	NZ_PDVP01000002.1	a-proteobacteria	Zhengella mangrovi strain X9-2-2 Scaffold2_1, whole genome shotgun sequence	True	True
ISR0164_000000006595	3715	0.6037736758179044	5	5	4	4	4	False	88212	fragment	False	ISR0164_000000006595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	81.881	57.0	0.00045984730830756604	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0392_000000001753	13124	0.6037735814111271	15	12	12	11	11	False	76855	fragment	False	ISR0392_000000001753	1.0		0	0	False	False	0.997714102268219	0					non-mobilizable	no_good_hit	1484.0	76.348	19.0	0.0004113406994357837	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0069_000000005064	4741	0.6037713894232261	6	6	6	4	5	False	45001	maximal	True	FIJ0069_000000005064	1.0		85	7	False	False	0.9892427921295166	0					non-mobilizable	other	3363.0	97.47200000000001	98.0	0.011011152026628576	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ISR0134_000000008806	3720	0.6037581484830108	4	4	3	3	3	False	31488	fragment	False	ISR0134_000000008806	1.0		0	0	False	False	0.9973118305206299	0					non-mobilizable	no_good_hit	2719.0	80.581	72.0	0.01569630877372952	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
ISR0147_000000022998	1117	0.6037571279741362	2	2	2	2	2	False	86187	fragment	False	MAD0023_000000013239	0.9141646473825028		0	0	False	False	0.9874664545059204	0					non-mobilizable	chromosome	1117.0	91.406	100.0	0.0003938053987332593	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0060_000000016795	1773	0.6037559674773377	2	2	2	2	1	True	112412	maximal	True	AST0060_000000016795	1.0		1	1	False	False	0.9971799254417419	0					non-mobilizable	no_good_hit	1435.0	81.672	81.0	0.000354412623037564	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
MON0098_000000011141	2725	0.6037545549447835	3	3	0	3	1	False	100332	fragment	False	FIJ0060_000000004086	0.862415211276481		0	0	False	False	0.991559624671936	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000014638	1990	0.6037500689336434	2	2	2	2	1	False	48000	fragment	False	MON0011_000000020270	0.6420507996237065		0	0	False	False	1.0	0					non-mobilizable	chromosome	1990.0	98.09	100.0	0.0007018628477423412	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0111_000000002304	6601	0.6037480507353575	8	5	3	4	2	False	32691	fragment	False	ISR0111_000000002304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2763.0	79.84100000000001	41.0	0.0008589134571408489	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0157_000000016566	1900	0.6037478105855973	2	2	1	2	1	False	114682	fragment	False	ISR0157_000000016566	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1898.0	99.15700000000001	99.0	0.017280959061344216	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
MON0058_000000020370	2379	0.6037470680029209	3	3	3	2	1	True	96466	maximal	True	MON0058_000000020370	1.0		30	9	False	False	0.999579668045044	0					non-mobilizable	chromosome	2292.0	95.94200000000001	96.0	0.00045645586668534803	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CAN0011_000000013798	2201	0.6037384281099694	3	2	1	2	2	False	94479	fragment	False	CAN0011_000000013798	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	75.758	11.0	3.5707667141984616e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
MON0037_000000036277	1986	0.6037374969648518	4	2	2	2	2	False	12096	maximal	True	MON0037_000000036277	1.0		25	6	False	False	1.0	0					non-mobilizable	other	1999.0	77.689	99.0	0.014630879398279326	NZ_NFHM01000004.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_4, whole genome shotgun sequence	False	False
ISR0172_000000002722	5886	0.6037334993386249	11	5	3	4	3	True	108887	fragment	False	ISR0172_000000002722	0.996541052248316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3441.0	99.709	79.0	0.0013605544417554158	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
CHI0054_000000006798	2515	0.6037334676104218	4	4	4	4	4	False	86348	fragment	False	CHI0139_000000004096	0.976658950617284		0	0	False	False	0.9956262707710266	0					non-mobilizable	no_good_hit	1458.0	87.449	79.0	0.0005397615694217275	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ENG0136_000000006733	1687	0.6037270674763692	3	2	2	2	1	False	58029	maximal	True	ENG0136_000000006733	1.0		195	9	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	96.723	58.0	0.0002786346774724809	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0133_000000008459	2941	0.6037249099464236	6	6	3	4	3	False	58268	maximal	True	ENG0133_000000008459	1.0		3	3	False	False	0.9857191443443298	0					non-mobilizable	no_good_hit	138.0	76.812	5.0	0.0033676703645007925	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	False
MAD0107_000000023671	1669	0.603722822004611	2	2	2	2	1	False	14670	maximal	True	MAD0107_000000023671	1.0		1	1	False	False	0.9988016486167908	0					non-mobilizable	no_good_hit	787.0	87.929	66.0	0.00020850050732470771	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0048_000000023834	1701	0.6037206330727204	2	2	2	2	2	False	54621	fragment	False	MON0013_000000030608	0.952211431739297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	6.0	0.00031797778477534713	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
TAN0003_000000002738	2881	0.6037204392003405	4	4	4	4	4	False	111463	maximal	False	SPA0088_000000005412	0.9504014459258089		0	0	False	False	1.0	0					non-mobilizable	other	2881.0	100.0	100.0	0.0005969811409926428	AP023230.1	enterobacteria	Escherichia coli YJ4 DNA, complete genome	False	False
MON0081_000000032480	1652	0.6037174825532725	2	2	2	2	1	True	116507	fragment	False	MON0081_000000032480	1.0		0	0	False	False	0.9909201264381409	0					non-mobilizable	no_good_hit	343.0	73.178	21.0	0.04264632316158079	NZ_VWXL01000007.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_7, whole genome shotgun sequence	True	True
CHI0034_000000010874	1545	0.6037165749301399	3	2	1	1	2	False	88220	fragment	False	CHI0034_000000010874	1.0		0	0	False	False	0.999352753162384	0					non-mobilizable	chromosome	1545.0	98.18799999999999	100.0	0.00044757709761905797	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0026_000000024267	1401	0.6037146128182824	2	2	2	2	2	False	14661	fragment	False	MAD0107_000000025646	0.9385908209437621		0	0	False	False	0.9950035810470581	0					non-mobilizable	no_good_hit	339.0	82.596	24.0	9.339754834231935e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0061_000000009752	2555	0.6037094901731538	3	3	2	1	2	False	45822	fragment	False	FIJ0061_000000009752	1.0		0	0	False	False	0.9992172122001648	0					non-mobilizable	other	2544.0	98.113	99.0	0.0007609942421194602	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0114_000000002727	7788	0.6037041139898118	14	5	3	3	3	False	80154	maximal	True	ENG0114_000000002727	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	96.85799999999999	60.0	0.016686943715182173	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	False
ISR0076_000000006062	4089	0.603700796408028	4	3	3	3	3	False	47620	maximal	True	ISR0076_000000006062	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1367.0	75.494	65.0	0.0003847742514898219	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
SPA0062_000000021662	1475	0.6036994324699642	2	2	2	2	2	False	6151	maximal	True	SPA0062_000000021662	1.0		108	9	False	False	0.9945762753486633	0					non-mobilizable	no_good_hit	1177.0	97.111	80.0	0.00541939173669597	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	False
USA0081_01_000000019256	1585	0.6036914596114065	2	2	2	2	2	False	42948	maximal	False	ISR0848_000000009908	0.8069969837265193		0	0	False	False	0.9861198663711548	0					non-mobilizable	other	1585.0	99.685	100.0	0.041148201065073386	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
CHI0063_000000004664	2749	0.6036913803224896	4	4	4	4	3	False	104119	fragment	False	CHI0141_000000009837	0.937350349971995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	87.28	58.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0090_000000015966	3544	0.603686014809421	5	5	5	5	4	False	41538	maximal	True	MON0090_000000015966	1.0		8	2	False	False	0.9935101866722107	0					non-mobilizable	no_good_hit	1476.0	89.566	42.0	0.0004365499522430938	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
DEN0077_000000012553	1146	0.6036845723542025	2	2	2	1	1	False	69864	maximal	True	DEN0077_000000012553	1.0		183	14	False	False	0.9965096116065979	0					non-mobilizable	other	1125.0	100.0	98.0	0.005760646176396726	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	False	False
SPA0024_000000005498	2946	0.6036832512243073	6	3	3	2	2	False	66277	fragment	False	SPA0024_000000005498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1817.0	81.673	62.0	0.019657165161388254	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
AST0010_000000023134	1309	0.6036810780815944	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.22897587134665556		0	0	False	False	0.9992360472679138	0					non-mobilizable	virus	1309.0	99.618	100.0	0.18161621771730074	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
USA0027_01_000000013068	2097	0.6036791509003501	2	2	2	2	2	False	107811	fragment	False	USA0027_01_000000013068	1.0		0	0	False	False	0.9938006401062012	0					non-mobilizable	no_good_hit	47.0	95.745	6.0	4.7805310172284105e-06	NZ_JACCBA010000001.1	high GC Gram+	Actinomadura luteofluorescens strain DSM 40398 Ga0104561_01, whole genome shotgun sequence	True	False
USA0086_01_000000014227	1198	0.6036790285207916	3	2	2	1	1	True	432	fragment	False	USA0086_01_000000014227	1.0		0	0	False	False	0.9916527271270752	0					non-mobilizable	no_good_hit	527.0	73.624	43.0	0.006910101847149082	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MAD0014_000000019495	1717	0.6036784483224017	2	2	2	2	2	False	19497	maximal	True	MAD0014_000000019495	1.0		10	4	False	False	0.9994176030158997	0					non-mobilizable	no_good_hit	1116.0	75.0	64.0	0.00301607937050975	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0051_000000016332	1766	0.6036781384454639	2	2	2	2	2	False	124934	fragment	False	ENG0051_000000016332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	79.822	84.0	0.00024920431488541136	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0122_000000020853	1418	0.6036767877452104	2	2	2	2	1	False	59008	maximal	True	ENG0122_000000020853	1.0		207	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0334_000000018911	1157	0.603676327984155	2	2	2	2	1	False	75833	fragment	False	DEN0010_000000038350	0.9635332862039604		0	0	False	False	0.9939498901367188	0					non-mobilizable	other	1157.0	98.963	100.0	0.004434419689437182	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0155_000000008352	2676	0.6036760713259759	5	4	2	2	1	False	111691	fragment	False	ENG0155_000000008352	0.9542743538767395		0	0	False	False	0.9992526173591614	0					non-mobilizable	other	2691.0	96.87799999999999	100.0	0.11905921955972892	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
CHI0141_000000004253	6475	0.60367513403195	7	6	6	6	6	False	80155	maximal	True	CHI0141_000000004253	1.0		31	8	False	False	0.9987644553184509	0					non-mobilizable	no_good_hit	1822.0	77.55199999999999	48.0	0.0005789292178980067	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
AST0024_000000010108	3254	0.6036735168648514	5	5	2	3	5	False	121629	fragment	False	AST0024_000000010108	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3254.0	99.785	100.0	0.009325259664451285	NZ_PYLP01000001.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_0, whole genome shotgun sequence	False	False
MAD0094_000000004570	3084	0.6036730946096575	4	2	2	2	1	False	15629	maximal	True	MAD0094_000000004570	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	78.125	4.0	3.355549415742019e-05	CP058559.1	firmicutes	Clostridiales bacterium LB2 chromosome, complete genome	True	False
MON0015_000000022970	1648	0.6036724103212943	2	2	2	2	1	True	51153	maximal	True	MON0015_000000022970	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1476.0	99.79700000000001	90.0	0.009050245737180863	CP052525.1	enterobacteria	Klebsiella pneumoniae strain B16KP0177 plasmid pB16KP0177-1, complete sequence	False	True
ISR0826_000000000514	21439	0.6036721314988868	26	12	4	11	4	True	108400	backbone	False	ISR0280_000000000088	0.1321957229910592	PS672	0	0	False	True	0.9999533295631409	0					non-mobilizable	other	21440.0	99.98100000000001	100.0	0.21394499441162382	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0107_000000000472	19611	0.6036721314988868	25	12	4	11	4	True	108400	backbone	False	ISR0280_000000000088	0.044055247740234775	PS672	0	0	False	True	1.0	0					non-mobilizable	other	19535.0	99.995	99.0	0.19493453616477727	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0106_000000013678	2858	0.603669401618985	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.8440545352059738		0	0	False	False	0.9996501207351685	0					non-mobilizable	no_good_hit	902.0	80.82	65.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0208_000000011339	2718	0.603669401618985	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.7074186353242085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	80.82	68.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0037_000000025184	2695	0.603669401618985	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.5676578049392482		0	0	False	False	0.9662337899208069	0					non-mobilizable	no_good_hit	903.0	80.62	69.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0781_000000010370	2668	0.603669401618985	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.5663067110473905		0	0	False	False	0.995502233505249	0					non-mobilizable	no_good_hit	903.0	80.62	69.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0008_000000007730	1754	0.6036691067837919	3	3	3	3	2	False	19818	maximal	True	MAD0008_000000007730	1.0		1	1	False	False	0.9971493482589722	0					non-mobilizable	no_good_hit	96.0	78.125	5.0	4.204808707760483e-05	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	True	False
ISR0347_000000019829	1131	0.60366905869945	2	2	2	2	1	False	24159	maximal	True	ISR0347_000000019829	1.0		220	9	False	False	0.993810772895813	0					non-mobilizable	chromosome	1131.0	96.021	100.0	0.0004989284077472543	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0046_000000025019	1337	0.6036639427979562	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.28298076360617913		0	0	False	False	0.9798055291175842	0					non-mobilizable	chromosome	1241.0	95.649	93.0	0.00040411631113237696	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
AST0118_000000024791	1261	0.6036639427979562	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.27290064473672576		0	0	False	False	0.9896907210350037	0					non-mobilizable	chromosome	1240.0	95.484	98.0	0.0004037901478465558	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0082_000000034913	1240	0.6036639427979562	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.27269274689101275		0	0	False	False	1.0	0					non-mobilizable	chromosome	1241.0	95.729	100.0	0.00040411631113237696	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
CHI0169_000000013073	1210	0.6036606945860099	3	1	1	1	1	False	78004	maximal	True	CHI0169_000000013073	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0039_000000010627	2216	0.6036595757398894	4	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.015990569074914578		0	0	False	False	1.0	0					non-mobilizable	plasmid	2032.0	97.785	92.0	0.16385639370713997	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0851_000000007106	1844	0.6036594466598392	2	2	2	2	0	False	114100	fragment	False	ISR0306_000000004549	0.5079714966578365		0	0	False	False	0.9994577169418335	0					non-mobilizable	other	1844.0	97.45100000000001	100.0	0.006079699148908095	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
TAN0014_000000001729	2698	0.6036556352475274	4	4	4	4	2	False	75116	maximal	True	TAN0014_000000001729	1.0		24	5	False	False	0.9914751648902893	0					non-mobilizable	no_good_hit	993.0	71.4	36.0	0.0014354604560950154	NZ_GG665867.1	firmicutes	Shuttleworthia satelles DSM 14600 Scfld1, whole genome shotgun sequence	True	False
ISR0175_000000010934	1938	0.6036526709107052	3	3	3	3	3	False	99887	fragment	False	ISR0346_000000011693	0.48123576653682665		0	0	False	False	1.0	0					non-mobilizable	other	1938.0	99.742	100.0	0.006138293826847509	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0183_000000016171	1810	0.6036516757195101	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.9472110651393251		0	0	False	False	0.9994475245475769	0					non-mobilizable	other	1822.0	99.34100000000001	100.0	0.002905733598003485	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0070_000000007178	1700	0.6036516757195101	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.6934326291919014		0	0	False	False	1.0	0					non-mobilizable	other	1700.0	100.0	100.0	0.002711060616698474	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0028_000000008383	1695	0.6036516757195101	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.6921157023393576		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	100.0	100.0	0.0027030822158253176	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0062_000000012688	1644	0.6036516757195101	2	2	2	2	1	False	111858	fragment	False	CHI0082_000000004855	0.6008701745131434		0	0	False	False	1.0	0					non-mobilizable	other	1644.0	100.0	100.0	0.0026217025269191247	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0060_000000005172	2536	0.6036405508378336	5	4	2	1	3	False	86722	fragment	False	ISR0810_000000005665	0.9716653816499614		0	0	False	False	1.0	0					non-mobilizable	other	2536.0	99.29	100.0	0.0008138595628338108	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0057_000000004433	3598	0.6036382518972246	6	6	0	4	6	True	98710	fragment	False	CHI0063_000000003549	0.935359956399762		0	0	False	False	1.0	0					non-mobilizable	chromosome	2235.0	99.23899999999999	100.0	0.0004414156613406859	CP035360.1	enterobacteria	Escherichia coli strain BR10-DEC chromosome	False	True
ISR0199_000000001610	13921	0.6036374896227641	15	6	1	6	4	False	66635	fragment	False	ISR0199_000000001610	1.0		0	0	False	False	0.9993534684181213	0					non-mobilizable	no_good_hit	738.0	84.553	5.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0098_000000033609	1162	0.6036302455478635	2	2	2	2	2	False	5031	maximal	True	SPA0098_000000033609	1.0		146	12	False	False	0.9931153059005737	0					non-mobilizable	other	1163.0	96.303	100.0	0.000997469414943843	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
CAN0022_000000026747	1247	0.6036264193162176	2	2	2	2	2	False	91190	fragment	False	CAN0022_000000026747	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	100.0	100.0	0.00020849561046460552	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0091_000000002624	1713	0.603625011943133	5	5	4	2	3	False	83726	fragment	False	CHI0091_000000002624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	99.25399999999999	55.0	0.00026224820883353843	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0073_000000014507	1669	0.6036235491815206	4	2	2	2	2	False	62225	fragment	False	ENG0073_000000014507	1.0		0	0	False	False	0.9850209951400757	0					non-mobilizable	no_good_hit								True	False
FIJ0089_000000019772	1275	0.6036208213199328	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.5796057563231378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	91.87899999999999	44.0	0.009805714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0104_000000022660	1239	0.6036208213199328	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.5183879444798035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	91.72399999999999	43.0	0.009897142857142858	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0243_000000000334	18953	0.6036200117666269	19	8	5	7	2	False	37066	fragment	False	ISR0243_000000000334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	78.73	16.0	0.05787466321424822	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
TAN0010_000000010385	1548	0.603614611388239	2	2	2	2	2	False	2611	maximal	True	TAN0010_000000010385	1.0		9	7	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	98.337	58.0	0.00035014658745037325	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0052_000000007558	3903	0.6036131691505291	4	4	4	4	4	False	96948	maximal	True	SPA0052_000000007558	1.0		6	2	False	False	0.9982064962387085	0					non-mobilizable	no_good_hit	956.0	81.067	32.0	0.0007076793982126083	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0067_000000006302	3520	0.6036081407519114	5	3	2	3	2	False	94208	maximal	True	SPA0067_000000006302	1.0		73	9	False	False	0.9991477131843567	0					non-mobilizable	other	3527.0	97.874	100.0	0.00459908983685952	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
CHI0096_000000003094	2288	0.6036052639747964	4	4	4	4	1	False	83472	fragment	False	ENG0193_000000008105	0.47575516693163755		0	0	False	False	0.9829545617103577	0					non-mobilizable	other	1272.0	100.0	100.0	0.00038490319427254355	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0017_000000005262	3684	0.6035961248193038	4	4	4	4	4	False	119436	fragment	False	CHI0024_000000003275	0.7922734170628324		0	0	False	False	1.0	0					non-mobilizable	chromosome	3719.0	87.87299999999999	100.0	0.00082232669270219	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0063_000000006489	3857	0.6035925556971717	6	4	3	4	2	False	45633	maximal	True	FIJ0063_000000006489	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	83.333	2.0	2.12789306787429e-05	NZ_JAFX01000001.1	CFB group bacteria	Algoriphagus marincola HL-49 K302DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
ISR0128_000000012263	2874	0.6035906462854077	3	2	2	1	1	False	31856	maximal	True	ISR0128_000000012263	1.0		87	11	False	False	0.9996520280838013	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.0011334597312670019	NZ_JHVK01000023.1	b-proteobacteria	Microvirgula aerodenitrificans DSM 15089 Q352DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
FIJ0132_000000003252	7716	0.6035890437271594	11	4	3	3	2	False	40799	maximal	True	FIJ0132_000000003252	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.2327300029840872e-06	LR535822.1	bony fishes	Denticeps clupeoides genome assembly, chromosome: 10	True	False
ISR0829_000000001797	6913	0.6035879496921329	8	7	7	5	3	False	21074	maximal	True	ISR0829_000000001797	1.0		47	8	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	93.22	1.0	0.0006068284166036771	NZ_ORZE01000107.1	g-proteobacteria	Xanthomonas fragariae strain NCPPB 1822 isolate NCPPB 1822, whole genome shotgun sequence	True	False
ENG0204_000000011734	2209	0.6035856462214886	4	3	1	2	1	True	54042	fragment	False	ENG0204_000000011734	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2209.0	100.0	100.0	0.000985328512006683	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0267_000000012890	1421	0.6035837427516991	2	1	1	1	1	False	111746	fragment	False	CAN0002_000000013562	0.9618055555555556		0	0	False	False	0.9619985818862915	0					non-mobilizable	no_good_hit	95.0	88.421	7.0	0.00010929644318146332	NZ_LS991954.1	mycoplasmas	Mycoplasma putrefaciens strain NCTC10155 chromosome 1	True	False
AST0061_000000038096	1100	0.6035837427516991	2	1	1	1	1	False	111744	fragment	False	AST0061_000000038096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0024_000000008283	1769	0.6035788176588548	2	2	2	2	2	False	88966	fragment	False	ENG0080_000000012477	0.4115704947586209		0	0	False	False	1.0	0					non-mobilizable	chromosome	1769.0	99.096	100.0	0.0005125105625586105	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0026_000000019523	1333	0.6035776514974901	3	1	1	1	1	False	119083	fragment	False	AST0026_000000019523	1.0		0	0	False	False	0.9812453389167786	0					non-mobilizable	other	1333.0	94.29899999999999	99.0	0.0017001780712822027	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
FIJ0054_000000020306	1249	0.6035772124647371	2	1	1	1	1	False	46297	maximal	True	FIJ0054_000000020306	1.0		79	10	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	76.19	8.0	0.0007848523496517218	NZ_JHYB01000005.1	mycoplasmas	Acholeplasma modicum ATCC 29102 T352DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
FIJ0154_000000027658	1451	0.6035743107610638	3	2	2	1	1	False	39566	maximal	True	FIJ0154_000000027658	1.0		3	2	False	False	0.9779462218284607	0					non-mobilizable	no_good_hit	1213.0	97.36200000000001	84.0	0.009556400107233532	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
ENG0191_000000018260	1736	0.603572489410906	3	2	2	1	1	False	82686	maximal	True	ENG0191_000000018260	1.0		1	1	False	False	0.992511510848999	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	8.74604701690749e-05	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	True	False
ISR0331_000000000325	32867	0.603569158650288	34	16	11	13	9	True	87454	maximal	True	ISR0331_000000000325	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	78.571	7.0	0.00044181728400765816	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
CHI0078_000000007738	2018	0.6035668425684947	3	3	3	3	3	False	84482	fragment	False	DEN0085_000000014277	0.9650342169836674		0	0	False	False	0.998513400554657	0					non-mobilizable	other	2018.0	100.0	100.0	0.038416852370340746	NZ_NQCD01000027.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_30_length_52503_cov_93.9433_ID_59.ctg_1, whole genome shotgun sequence	False	False
MAD0024_000000009834	1557	0.6035588651024194	3	1	1	1	1	False	35945	fragment	False	MAD0024_000000009834	1.0		0	0	False	False	0.9955042004585266	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.96723806513659e-06	CP022222.1	a-proteobacteria	Bradyrhizobium sp. CCBAU 051011 chromosome, complete genome	True	False
ISR0120_000000008740	3453	0.6035566397372587	4	3	3	2	2	False	32292	maximal	True	ISR0120_000000008740	1.0		1	1	False	False	0.9965247511863708	0					non-mobilizable	no_good_hit	1230.0	97.88600000000001	36.0	0.004643202563017591	NZ_SPFU01000007.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_7_length_264688_cov_23.5584, whole genome shotgun sequence	True	False
CHI0167_000000007472	2619	0.6035553306727374	4	4	4	4	2	False	78191	fragment	False	ISR0194_000000009614	0.9207920871201635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2068.0	94.874	82.0	0.0047174873557181835	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
CHI0167_000000003200	5341	0.6035531871442764	5	5	5	5	4	False	105546	fragment	False	USA0037_01_000000006525	0.9857756530699664		0	0	False	False	1.0	0					non-mobilizable	other	5341.0	99.345	100.0	0.007677741881219295	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ETH0003_000000031179	1361	0.6035498063173473	2	1	1	1	1	False	80234	fragment	False	MAD0021_000000010037	0.6827141042348966		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	97.428	100.0	0.00042278260014721173	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0781_000000000440	30560	0.6035473613181961	32	20	15	16	13	True	91799	maximal	False	SPA0104_000000000631	0.967773528588751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1972.0	83.469	7.0	0.0005533519526382439	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0849_000000003913	6097	0.6035384209251358	15	4	4	4	2	True	78725	fragment	False	ISR0849_000000003913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0085_000000005617	5227	0.6035350646432799	8	8	5	5	7	False	43974	maximal	True	FIJ0085_000000005617	1.0		1	1	False	False	0.9978955388069153	0					non-mobilizable	chromosome	5208.0	100.0	99.0	0.0010819702039494095	CP052767.1	enterobacteria	Salmonella enterica subsp. enterica strain LHST_2018 chromosome, complete genome	False	False
BAN0013_000000000059	3488	0.6035294944807127	6	6	0	4	6	True	98710	fragment	False	CHI0063_000000003549	0.9323464641391633		0	0	False	False	1.0	0					non-mobilizable	plasmid	2140.0	99.25200000000001	100.0	0.01808140862461203	MN419437.1	enterobacteria	Escherichia coli strain 2016-40-22638 plasmid p22638, complete sequence	False	True
ISR0384_000000003217	4258	0.6035252649721019	4	4	4	1	1	False	75818	fragment	False	ISR0384_000000003217	1.0		0	0	False	False	0.9995303153991699	0					non-mobilizable	no_good_hit	3555.0	93.868	83.0	0.001206082870463642	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
FIJ0099_000000006259	3640	0.6035249788107487	6	6	0	4	6	True	98710	fragment	False	CHI0063_000000003549	0.9458422162736225		0	0	False	False	1.0	0					non-mobilizable	plasmid	2254.0	99.113	100.0	0.008867992140092224	CP029058.1	enterobacteria	Escherichia coli strain FORC_081 plasmid pFORC_081_1, complete sequence	False	True
CHI0063_000000003549	3591	0.6035249788107487	6	6	0	4	6	True	98710	fragment	False	CHI0063_000000003549	0.9539564790219062		0	0	False	False	0.9997215270996094	0					non-mobilizable	plasmid	2254.0	99.46799999999999	100.0	0.020009951663349446	MG764547.1	enterobacteria	Escherichia coli strain 14E509 plasmid p14E509-CTXM, complete sequence	False	True
ISR0245_000000001461	3206	0.6035197892538317	3	2	2	1	1	False	108133	maximal	True	ISR0245_000000001461	1.0		156	9	False	False	1.0	0					non-mobilizable	other	3206.0	99.969	100.0	0.016743024610417767	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
SPA0015_000000019109	1311	0.6035128338686294	2	1	1	1	1	False	7902	fragment	False	SPA0015_000000019109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	81.679	70.0	0.0001746350722555013	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ISR0191_000000000525	13877	0.6035116670176635	15	8	8	8	8	False	87372	maximal	True	ISR0191_000000000525	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	75.292	16.0	0.00042873287470883653	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0085_000000005227	4107	0.6035110095950519	5	4	3	4	4	False	34004	maximal	True	ISR0085_000000005227	1.0		4	4	False	False	0.9997565150260925	0					non-mobilizable	chromosome	4107.0	100.0	100.0	0.0007754396030565086	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	False	False
ISR0232_000000014821	1896	0.6035099685582098	3	2	2	1	1	False	27445	maximal	True	ISR0232_000000014821	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	88.993	22.0	0.007772210233714934	NZ_QIML01000012.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_12, whole genome shotgun sequence	True	False
MON0066_000000005381	4852	0.6035082990827466	4	3	1	2	2	False	122491	maximal	True	MON0066_000000005381	1.0		0	0	False	False	0.9882522821426392	0					non-mobilizable	no_good_hit	1688.0	99.822	35.0	0.2101133391455972	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
USA0008_01_000000005125	1334	0.6035075962815423	2	2	2	1	1	False	91183	fragment	False	USA0008_01_000000005125	0.9693758649964295		0	0	False	False	0.9992503523826599	0					non-mobilizable	other	1338.0	96.936	100.0	0.0002230534901679929	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0008_01_000000005557	1222	0.6035075962815423	2	2	2	1	1	False	62256	fragment	False	USA0008_01_000000005557	0.9788372719439714		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	99.264	100.0	0.00018099523364394546	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ISR0814_000000039147	1099	0.6035052539890177	1	1	1	1	1	False	21476	fragment	False	ISR0814_000000039147	1.0		0	0	False	False	0.9308462142944336	0					non-mobilizable	other	1019.0	96.17299999999999	93.0	0.00028269768010174895	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0109_000000012050	2046	0.6035035908578488	3	2	2	2	2	False	87252	maximal	True	ENG0109_000000012050	0.9561038715335471		453	14	False	False	0.9902248382568359	0					non-mobilizable	chromosome	2046.0	93.255	100.0	0.0005664785215358397	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0039_000000020074	1845	0.6035035908578488	2	2	2	2	2	False	87252	maximal	False	ENG0109_000000012050	0.9310297654582236		0	0	False	False	1.0	0					non-mobilizable	chromosome	1845.0	93.713	100.0	0.0005158201162008659	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0045_000000013744	1540	0.6034949199808999	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9350974794703739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	83.475	56.0	0.0034388606006936755	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0398_000000003094	6995	0.6034919540182356	7	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9290587537269246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2907.0	83.385	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0041_000000010599	3159	0.6034821051455963	3	3	2	2	2	False	87050	maximal	True	DEN0041_000000010599	1.0		150	12	False	False	0.9996834397315979	0					non-mobilizable	no_good_hit	1204.0	76.163	59.0	0.00018096927692652374	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
CHI0061_000000005999	1375	0.6034814629713157	2	2	2	2	1	False	85627	maximal	True	CHI0061_000000005999	1.0		26	3	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	99.904	76.0	0.007589938578531735	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	True	False
ISR0304_000000001849	4969	0.6034804610558484	3	3	3	2	1	False	57946	maximal	True	ISR0304_000000001849	1.0		80	12	False	False	1.0	0					non-mobilizable	other	4975.0	92.26100000000001	100.0	0.0009252389781907157	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
ENG0024_000000010250	2681	0.6034773369730165	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.5468876498410149		0	0	False	False	0.9996269941329956	0					non-mobilizable	other	2681.0	98.21	100.0	0.0008337434646023013	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0011_000000022736	1330	0.603476059477107	2	2	2	2	2	False	94397	fragment	False	CAN0011_000000022736	1.0		0	0	False	False	0.995488703250885	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000016790	2119	0.6034718898449905	3	2	2	1	2	False	122140	fragment	False	SPA0071_000000009370	0.6008840599618189		0	0	False	False	1.0	0					non-mobilizable	other	2119.0	95.139	100.0	0.03572337285634319	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
MON0028_000000002941	7033	0.6034715064091428	7	6	6	6	6	False	12604	fragment	False	MON0028_000000002941	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7033.0	99.986	100.0	0.47787971457696227	NZ_WEHX01000059.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_59_length_14715_cov_170.262999, whole genome shotgun sequence	False	False
SPA0064_000000018211	1104	0.6034695889565954	2	2	2	2	2	False	6094	maximal	True	SPA0064_000000018211	1.0		1	1	False	False	0.98097825050354	0					non-mobilizable	no_good_hit	672.0	78.274	61.0	0.00047222430371657493	NZ_FOZH01000001.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0045_000000014450	1790	0.6034694888574021	2	2	2	2	1	False	128938	maximal	True	ISR0045_000000014450	1.0	PS1059	3	2	False	True	1.0	0					non-mobilizable	other	1448.0	82.52799999999999	91.0	0.0004093446397994268	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0249_000000012595	1649	0.6034678070906748	4	3	2	2	3	False	97647	fragment	False	ISR0249_000000012595	1.0		0	0	False	False	0.9593693017959595	0					non-mobilizable	no_good_hit	868.0	96.429	53.0	0.019817142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
SPA0095_000000003264	6536	0.6034608569883101	5	5	1	4	5	True	5223	fragment	False	SPA0095_000000003264	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6536.0	100.0	100.0	0.029182054041502373	LR740759.1	enterobacteria	Escherichia coli strain BEN5202 genome assembly, plasmid: paAPEC5202	False	True
FIJ0025_000000003755	5365	0.6034595180841492	9	7	3	2	4	False	125618	fragment	False	ISR0056_000000002323	0.2447818618758363		0	0	False	False	0.9996272325515747	0					non-mobilizable	no_good_hit	1317.0	98.93700000000001	50.0	0.15922024458166847	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	False
MAD0058_000000013082	1214	0.6034482513366541	2	2	2	2	1	True	53805	maximal	False	TAN0016_000000009205	0.9477169141506382		0	0	False	False	0.9901153445243835	0					non-mobilizable	chromosome	1226.0	80.995	100.0	0.0003251768799505112	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0015_000000035126	1100	0.6034472449202994	1	1	1	1	1	False	13374	fragment	False	MON0015_000000035126	1.0		0	0	False	False	0.9990909099578857	0					non-mobilizable	other	1019.0	80.275	92.0	0.015373906727597373	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
CHI0131_000000015245	1207	0.6034456125796455	2	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.07377523765018557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1208.0	91.14200000000001	100.0	0.0004255638986311028	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CAN0013_000000009283	2424	0.6034412586751269	4	3	2	3	2	False	93889	maximal	True	CAN0013_000000009283	1.0		1	1	False	False	0.9925742745399475	0					non-mobilizable	no_good_hit	1343.0	99.553	55.0	0.0004092318060326623	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0065_000000002808	8116	0.603439009461465	10	9	6	7	8	True	87498	fragment	False	DEN0007_000000002995	0.5816553393645115		0	0	False	False	1.0	0					non-mobilizable	other	8116.0	99.988	100.0	0.17747791094392443	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0063_000000002348	8023	0.603439009461465	10	9	6	7	8	True	87498	fragment	False	DEN0007_000000002995	0.5764622181616754		0	0	False	False	0.9945157766342163	0					non-mobilizable	other	8000.0	99.975	99.0	0.17494095004811477	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0123_000000006500	5040	0.6034363113248559	7	7	6	7	6	False	113227	fragment	False	FIJ0028_000000005720	0.7260696420616218		0	0	False	False	1.0	0					non-mobilizable	chromosome	5040.0	99.484	100.0	0.0009672624189277074	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
ENG0015_000000014133	1234	0.6034347127561414	1	1	1	1	1	False	66845	maximal	True	ENG0015_000000014133	1.0		3	2	False	False	0.9578605890274048	0					non-mobilizable	no_good_hit								True	False
ENG0203_000000007636	2295	0.6034345768872442	4	2	1	1	2	False	115977	fragment	False	ENG0203_000000007636	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2259.0	99.15899999999999	98.0	0.0007104553880350361	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0009_000000017629	1888	0.6034345768872442	2	2	1	1	2	False	115974	fragment	False	ISR0009_000000017629	0.9921813958016511		0	0	False	False	1.0	0					non-mobilizable	chromosome	1881.0	99.20299999999999	99.0	0.000591310695631645	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0379_000000013643	1823	0.6034345768872442	2	2	1	1	2	False	115974	fragment	False	ISR0009_000000017629	0.9808213406340892		0	0	False	False	0.9989029169082642	0					non-mobilizable	chromosome	1823.0	99.177	100.0	0.0005730292348925003	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ITA0006_000000009882	2514	0.6034296579206971	4	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.37933523825359033		0	0	False	False	1.0	0					non-mobilizable	other	2514.0	91.448	100.0	0.0007031238101469819	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0089_000000013420	1708	0.6034272388391275	2	2	2	1	1	False	119204	fragment	False	AST0089_000000013420	1.0		0	0	False	True	0.9871194362640381	0					non-mobilizable	no_good_hit	1489.0	87.24	87.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0278_000000004121	2576	0.6034255020681374	4	4	3	2	3	False	114364	maximal	True	ISR0278_000000004121	1.0		6	3	False	False	0.9840838313102722	0					non-mobilizable	no_good_hit	1407.0	84.648	57.0	0.00044978984123478065	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0301_000000011459	1664	0.6034221738327903	2	2	2	1	1	False	45891	maximal	True	ISR0301_000000011459	1.0		57	7	False	False	1.0	0					non-mobilizable	no_good_hit	1451.0	93.935	87.0	0.004301835033978262	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
DEN0005_000000010888	3060	0.6034169797792536	4	3	3	3	3	False	107568	maximal	True	DEN0005_000000010888	1.0		507	15	False	False	1.0	0					non-mobilizable	chromosome	3090.0	94.66	100.0	0.000992418106167142	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CAN0014_000000019001	2508	0.6034167874575568	4	4	3	4	3	False	102368	maximal	False	ISR0824_000000007499	0.96039970392302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	72.425	44.0	0.008926923562609887	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0024_000000019786	1271	0.603410608303708	1	1	1	1	1	False	66211	fragment	False	ENG0024_000000019786	1.0		0	0	False	False	0.9992132186889648	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	0.0025286909161641702	MK233472.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_4_c1 sequence	True	False
CHI0108_000000001372	5154	0.6034069118866837	5	2	1	2	1	False	89522	maximal	True	CHI0108_000000001372	1.0		1	1	False	False	0.9998059868812561	0					non-mobilizable	no_good_hit	1458.0	99.726	28.0	0.00032023371566498936	CP034727.1	enterobacteria	Escherichia coli strain L41-1 chromosome, complete genome	True	False
MON0104_000000019714	2303	0.6034067005150191	6	2	1	2	2	True	8810	fragment	False	MON0104_000000019714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0031_000000020051	1108	0.6033989218486334	2	2	2	2	2	False	65646	fragment	False	ENG0031_000000020051	1.0		0	0	False	False	0.9765343070030212	0					non-mobilizable	other	1108.0	99.458	100.0	0.010147956658049613	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MON0075_000000011925	2059	0.6033940084912888	2	2	2	2	1	False	17660	fragment	False	MAD0047_000000019155	0.7322612544966456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	84.609	55.0	0.005750946740794457	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
ISR0384_000000001347	8013	0.6033892190376777	10	9	4	5	8	True	123773	fragment	False	ISR0384_000000001347	0.9863223912463304		0	0	False	False	0.9998751878738403	0					non-mobilizable	chromosome	7581.0	99.01100000000001	100.0	0.0015659327093156571	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
FIJ0163_000000005535	4428	0.6033862774512612	6	4	4	4	4	False	96574	fragment	False	FIJ0163_000000005535	1.0		0	0	False	False	0.999774158000946	0					non-mobilizable	no_good_hit	507.0	71.598	11.0	0.00016820046233040212	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0012_000000005655	4397	0.6033848079486656	5	5	4	4	4	False	127065	maximal	True	SPA0012_000000005655	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	3416.0	96.516	88.0	0.0010185500475193808	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0026_000000011242	2603	0.6033838063910993	4	4	3	4	2	False	119404	maximal	True	AST0026_000000011242	0.9902903325549904		1213	13	False	False	1.0	0					non-mobilizable	other	2603.0	99.23200000000001	100.0	0.04988783864102613	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CAN0013_000000008810	2550	0.6033838063910993	4	4	3	4	2	False	119404	maximal	False	AST0026_000000011242	0.9815732652143332		0	0	False	False	0.9968627691268921	0					non-mobilizable	other	2550.0	98.196	100.0	0.09474779764338549	NZ_JAAIQH010000030.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_30_length_26903_cov_343.785, whole genome shotgun sequence	False	False
CAN0016_000000021781	2220	0.6033838063910993	4	4	3	4	2	False	92878	fragment	False	USA0145_01_000000011319	0.9478710454901303		0	0	False	False	1.0	0					non-mobilizable	other	2220.0	98.559	100.0	0.0006640370520106497	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0078_000000007127	2203	0.6033838063910993	4	4	3	4	2	False	92878	fragment	False	USA0145_01_000000011319	0.8480888266967346		0	0	False	False	1.0	0					non-mobilizable	other	2203.0	98.63799999999999	100.0	0.042218685890676226	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
USA0145_01_000000011319	2116	0.6033838063910993	4	4	3	4	2	False	92878	fragment	False	USA0145_01_000000011319	0.9494022582952596		0	0	False	False	1.0	0					non-mobilizable	other	2116.0	99.48	100.0	0.04055064516747512	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0089_000000004055	2071	0.6033838063910993	4	4	3	4	2	False	92878	fragment	False	USA0145_01_000000011319	0.652734837084634		0	0	False	False	0.9719942212104797	0					non-mobilizable	other	2041.0	97.844	99.0	0.0069166375648010954	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	False	False
ISR0186_000000005868	4214	0.6033801156369683	6	5	3	2	3	False	92896	maximal	True	ISR0186_000000005868	1.0	PS140	2	1	False	True	0.9997627139091492	0					non-mobilizable	no_good_hit	1624.0	95.259	86.0	0.24934705791980336	LN853057.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0411	True	True
DEN0043_000000000791	5174	0.6033765318051963	5	5	5	5	5	False	100928	fragment	False	DEN0043_000000000791	1.0		0	0	False	False	0.9996134638786316	0					non-mobilizable	chromosome	2890.0	97.09299999999999	99.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0066_000000008618	3604	0.6033746970010619	5	3	3	3	3	False	45366	fragment	False	FIJ0066_000000008618	1.0		0	0	False	False	0.9983351826667786	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	3.6293169625476486e-05	NZ_LR215037.1	mycoplasmas	Mycoplasma maculosum strain NCTC10168 chromosome 1	True	False
SPA0040_000000017277	2380	0.6033687567653412	3	3	3	2	2	False	97345	fragment	False	SPA0132_000000015268	0.8764642721598882		0	0	False	False	1.0	0					non-mobilizable	other	2381.0	98.95	100.0	0.006508796446962881	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0053_000000017839	2167	0.6033687567653412	3	3	3	2	2	False	97345	fragment	False	SPA0132_000000015268	0.7021695823917119		0	0	False	False	0.9995385408401489	0					non-mobilizable	other	2167.0	99.446	100.0	0.00592355172442084	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0065_000000010662	1761	0.6033614377758252	3	3	3	3	3	False	45418	fragment	False	FIJ0065_000000010662	1.0		0	0	False	False	0.9943214058876038	0					non-mobilizable	other	1761.0	99.148	100.0	0.00648749866379644	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
SPA0158_000000013633	1547	0.603353672033774	2	2	1	2	1	False	3134	fragment	False	SPA0158_000000013633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000023355	1589	0.6033517957552844	2	2	2	1	1	False	8118	fragment	False	SPA0009_000000023355	1.0		0	0	False	False	0.9981120228767395	0					non-mobilizable	no_good_hit								True	False
ISR0125_000000006032	2476	0.6033458340747857	1	1	1	1	1	False	32046	maximal	True	ISR0125_000000006032	1.0		1	1	False	False	0.999596118927002	0		MOBQ			mobilizable	plasmid	2380.0	83.235	100.0	0.04593165649418808	CP027195.1	firmicutes	Lactobacillus sp. CBA3606 plasmid pCBA3606-1, complete sequence	False	True
DEN0093_000000019658	1628	0.6033431644483572	2	1	1	1	1	False	68452	maximal	True	DEN0093_000000019658	1.0		4	2	False	False	0.996314525604248	0					non-mobilizable	no_good_hit								True	False
FIJ0075_000000011371	1727	0.603342783736088	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.5626889298796512		0	0	False	False	1.0	0					non-mobilizable	chromosome	1729.0	91.49799999999999	99.0	0.0006094103258175079	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0848_000000009122	1925	0.6033369522570153	3	3	3	3	3	False	34690	maximal	True	ISR0848_000000009122	1.0		100	9	False	False	1.0	0					non-mobilizable	no_good_hit	1073.0	73.346	54.0	0.0019101517174945814	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0361_000000006928	1952	0.60333193892554	2	2	2	2	2	False	23758	fragment	False	ISR0361_000000006928	0.9889879391714735		0	0	False	False	0.9933401346206665	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	2.104627688592641e-05	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	False
ISR0146_000000010920	3556	0.6033318337345311	7	3	2	3	2	True	118224	fragment	False	ISR0146_000000010920	1.0		0	0	False	False	0.9963442087173462	0					non-mobilizable	other	3556.0	99.775	100.0	0.0006885279620792499	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0212_000000005531	5696	0.6033263736437225	7	4	3	4	3	False	28370	maximal	True	ISR0212_000000005531	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0020_000000003063	5907	0.6033187623164427	13	8	6	7	4	False	126215	maximal	True	ISR0020_000000003063	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	75.696	7.0	0.002062347577139222	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
MON0089_000000024662	1229	0.6033185623952421	2	1	1	1	1	False	9584	maximal	True	MON0089_000000024662	1.0		0	0	False	False	0.9194467067718506	0					non-mobilizable	no_good_hit	788.0	74.74600000000001	64.0	0.002734074540241941	NZ_JH376765.1	CFB group bacteria	Prevotella histicola F0411 supercont1.4, whole genome shotgun sequence	True	False
FIJ0119_000000001517	10089	0.6033178415785985	6	3	3	3	2	True	51345	fragment	False	FIJ0119_000000001517	0.9992636259464686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	0.0	8.149519229299966e-06	CP011100.1	g-proteobacteria	Aeromonas hydrophila strain AH10, complete genome	True	True
FIJ0139_000000002464	10072	0.6033178415785985	6	3	3	3	2	True	51345	fragment	False	FIJ0119_000000001517	0.9989664302260417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	2.8847011187395428e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
FIJ0110_000000001445	10070	0.6033178415785985	6	3	3	3	2	True	51345	fragment	False	FIJ0119_000000001517	0.9987677784804051		0	0	False	False	0.9984111189842224	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	2.8847011187395428e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
FIJ0026_000000002518	10048	0.6033178415785985	6	3	3	3	2	True	51345	fragment	False	FIJ0119_000000001517	0.9963672340401348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	2.8847011187395428e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
FIJ0089_000000002066	10048	0.6033178415785985	6	3	3	3	2	True	51345	fragment	False	FIJ0119_000000001517	0.9972999947463537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	2.8847011187395428e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
MAD0040_000000002036	9006	0.6033178415785985	6	3	3	3	2	True	51341	fragment	False	MAD0040_000000002036	0.9752851355101604		0	0	False	False	0.9998889565467834	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	2.8847011187395428e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0326_000000011506	1728	0.6033164258798349	3	3	3	2	2	False	45876	fragment	False	FIJ0060_000000008007	0.9529312288613303		0	0	False	False	0.9890046119689941	0					non-mobilizable	no_good_hit	260.0	72.692	15.0	8.562932627729562e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0010_000000015925	1208	0.6033134488170439	2	2	2	1	1	False	102679	fragment	False	ENG0027_000000017593	0.7960417764629205		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	99.421	100.0	0.0026554552334688564	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0154_000000010601	2858	0.6033106507045686	4	3	3	3	3	False	101427	maximal	True	ENG0154_000000010601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1722.0	93.728	62.0	0.00042121563617168435	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0122_000000003359	4663	0.6033035343569365	4	3	3	3	3	False	32168	maximal	True	ISR0122_000000003359	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	72.22800000000001	20.0	0.0001539162990560519	NZ_JABTBL010000001.1	firmicutes	Clostridium beijerinckii strain DJ054 Ga0423202_01, whole genome shotgun sequence	True	False
SPA0050_000000004457	5690	0.6033015825784782	6	4	2	4	2	True	77032	fragment	False	SPA0050_000000004457	0.9701760689902983		0	0	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit	385.0	99.221	7.0	0.00012323088268612517	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
USA0066_01_000000001196	13875	0.6032993448323799	14	11	6	7	8	True	76560	fragment	False	ENG0132_000000001219	0.4673029201644348		0	0	False	False	1.0	0					non-mobilizable	other	13054.0	98.889	94.0	0.004429551680311257	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0132_000000010334	3066	0.6032982334555067	4	3	2	3	3	False	101877	fragment	False	ISR0776_000000006444	0.35964688374566145		0	0	False	False	0.9980430603027344	0					non-mobilizable	no_good_hit	283.0	74.558	9.0	0.0014472156715757472	NZ_FNHZ01000005.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
MON0047_000000008649	4219	0.6032938737077339	7	5	4	5	1	True	11479	maximal	True	MON0047_000000008649	1.0		2	1	False	False	0.9976297616958618	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00013927015110811396	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0122_000000011580	2432	0.6032921410494403	4	3	3	3	3	False	75922	fragment	False	ISR0850_000000005066	0.41255933142487766		0	0	False	True	0.9823190569877625	0					non-mobilizable	no_good_hit	303.0	79.538	12.0	8.374752762122736e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0091_000000004475	5004	0.6032838189038651	6	3	2	3	2	False	96885	fragment	False	ENG0091_000000004475	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	75.85600000000001	12.0	0.0027266809601194457	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ENG0112_000000001623	13269	0.6032818970911072	18	14	7	10	11	False	122943	maximal	False	ENG0110_000000001561	0.977522972921945		0	0	False	False	1.0	0					non-mobilizable	other	13269.0	99.834	100.0	0.0037404043201641696	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0040_000000008027	2473	0.6032809602755015	3	3	3	3	2	False	116240	maximal	True	AST0040_000000008027	1.0		22	6	False	False	0.9995956420898438	0					non-mobilizable	no_good_hit	1859.0	79.935	74.0	0.0005125679823696748	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0096_000000008224	2900	0.6032713134671047	6	3	2	3	2	False	33359	maximal	True	ISR0096_000000008224	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	72.372	34.0	0.7218543046357616	HG796605.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01794	True	False
ISR0289_000000001632	4269	0.6032705285963585	3	3	2	3	2	False	41467	maximal	True	ISR0289_000000001632	1.0		18	6	False	False	0.9962520599365234	0					non-mobilizable	no_good_hit	961.0	78.35600000000001	22.0	0.06868309504993175	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0031_000000002208	10168	0.6032673926103845	10	5	3	3	5	False	92921	maximal	True	DEN0031_000000002208	1.0		15	7	False	False	0.9998033046722412	0					non-mobilizable	no_good_hit	3332.0	98.709	81.0	0.000739862155972982	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
AST0084_000000017890	1960	0.6032647478951153	3	3	3	3	3	False	111376	maximal	True	AST0084_000000017890	1.0		23	9	False	False	1.0	0					non-mobilizable	chromosome	1960.0	100.0	100.0	0.00039207233344280937	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ISR0838_000000001039	15049	0.6032644208614506	17	10	3	8	10	True	130723	maximal	True	ISR0838_000000001039	1.0	PS1124	18	9	False	True	1.0	0					non-mobilizable	no_good_hit	11850.0	99.072	79.0	0.002292769061911156	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0049_000000002169	9948	0.6032629077332242	10	8	2	6	5	False	123204	maximal	False	SPA0018_000000002399	0.9992620525262571		0	0	True	True	0.9997989535331726	6					non-mobilizable	other	9948.0	99.98	100.0	0.01733820925076346	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
SPA0033_000000002667	9923	0.6032629077332242	11	8	2	6	5	False	123204	maximal	False	SPA0018_000000002399	0.9980238537322403		0	0	True	True	0.9998992085456848	17					non-mobilizable	other	9923.0	99.84899999999999	100.0	0.0172946327723007	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
SPA0018_000000002399	9903	0.6032629077332242	9	8	2	6	5	False	123204	maximal	True	SPA0018_000000002399	0.999264288170754		10	3	True	True	1.0	11					non-mobilizable	other	5944.0	99.781	100.0	0.010359000460167613	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
USA0133_01_000000013616	1550	0.6032618003519189	3	3	3	3	1	True	58	maximal	True	USA0133_01_000000013616	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	408.0	92.15700000000001	58.0	0.0001232830114495689	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
AST0029_000000003669	8236	0.6032584681620371	11	9	3	4	7	True	118476	fragment	False	ENG0031_000000002375	0.8093846977773469		0	0	False	False	0.9998785853385925	0					non-mobilizable	virus	8216.0	95.25299999999999	99.0	0.08549543642740433	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
DEN0011_000000004220	7905	0.6032558563713856	8	5	4	5	4	False	75791	maximal	True	DEN0011_000000004220	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1552.0	99.742	22.0	0.0004888714759726446	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0020_000000001032	6625	0.6032546446239805	4	4	3	3	2	False	118384	maximal	True	DEN0020_000000001032	1.0		13	5	False	False	0.9989433884620667	0					non-mobilizable	no_good_hit	4026.0	91.381	73.0	0.0016779880910213175	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0810_000000009386	1785	0.6032520976671985	3	2	2	2	2	False	68719	fragment	False	ISR0334_000000011236	0.967129877071085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	79.07	5.0	0.003857457751653196	NZ_AXCY01000060.1	high GC Gram+	Cellulomonas carbonis T26 contig71, whole genome shotgun sequence	True	False
ISR0213_000000003910	5642	0.6032461863608476	12	4	3	4	3	False	28302	maximal	True	ISR0213_000000003910	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1915.0	91.436	61.0	0.09422042347366863	NZ_QRUU01000063.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf63, whole genome shotgun sequence	True	False
ISR0814_000000014384	2735	0.6032437814360855	3	3	3	3	1	False	21540	maximal	True	ISR0814_000000014384	1.0		6	6	False	False	0.9926874041557312	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000001826	10170	0.6032417140297891	12	5	4	4	3	False	124408	maximal	True	ISR0186_000000001826	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	7331.0	99.823	72.0	0.05187450447389285	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
ENG0211_000000012732	1949	0.6032387593427018	3	2	1	2	1	True	127712	maximal	True	ENG0211_000000012732	1.0	PS1022	63	4	False	True	1.0	0					non-mobilizable	no_good_hit	1626.0	97.171	83.0	0.025457450808371977	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0081_000000002578	4950	0.6032365784870743	6	4	3	3	2	False	97859	fragment	False	BAN0019_000000000514	0.9405196914332115		0	0	False	False	1.0	0					non-mobilizable	other	4952.0	96.46600000000001	100.0	0.11911984207231932	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
CHI0062_000000010239	1341	0.6032325965984404	2	2	2	2	2	False	85546	fragment	False	CHI0062_000000010239	1.0		0	0	False	False	0.9686800837516785	0					non-mobilizable	no_good_hit	302.0	75.828	22.0	0.0006375869387613955	NZ_QSGP01000006.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf6, whole genome shotgun sequence	True	False
ENG0075_000000020017	1223	0.6032320225199935	2	2	2	2	1	False	102215	fragment	False	ENG0174_000000012784	0.38993980570628234		0	0	False	False	0.9860997796058655	0					non-mobilizable	other	1204.0	92.691	98.0	0.00029470383857879196	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0123_000000009201	3504	0.6032319345626395	5	5	2	2	5	False	57043	fragment	False	FIJ0123_000000009201	1.0		0	0	False	False	0.9965753555297852	0					non-mobilizable	plasmid	3504.0	99.914	100.0	0.041772000953970906	CP009052.1	enterobacteria	Escherichia coli NCCP15648 plasmid p15648-2, complete sequence	False	True
ISR0168_000000003870	6431	0.6032306376439388	11	4	2	4	2	False	30141	maximal	True	ISR0168_000000003870	1.0		1	1	False	False	0.9979785680770874	0					non-mobilizable	no_good_hit								True	False
FIJ0070_000000005433	3551	0.6032300178462092	6	5	4	4	4	False	120895	maximal	True	FIJ0070_000000005433	1.0		4	2	False	False	0.9997183680534363	0					non-mobilizable	no_good_hit	2638.0	94.50299999999999	74.0	0.0007471533231290508	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0079_000000007520	3112	0.6032278944564826	3	3	3	3	2	False	65858	maximal	True	MON0079_000000007520	1.0		15	7	False	False	0.9929305911064148	0					non-mobilizable	no_good_hit	2346.0	99.744	75.0	0.0010280470525518364	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0010_000000019715	1133	0.6032273500237137	2	1	1	1	1	False	38280	maximal	True	ISR0010_000000019715	1.0		10	3	False	False	0.999117374420166	0					non-mobilizable	no_good_hit	54.0	96.296	5.0	3.742757404541692e-05	NC_009446.1	g-proteobacteria	Dichelobacter nodosus VCS1703A, complete sequence	True	False
FIJ0081_000000010175	3308	0.6032262635676758	6	4	4	4	3	False	44275	maximal	True	FIJ0081_000000010175	1.0		1	1	False	False	0.9755139350891113	0					non-mobilizable	no_good_hit	521.0	80.806	25.0	0.00013617633703037602	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
ISR0109_000000019445	1666	0.6032248041005629	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.09798596826118983		0	0	False	False	0.9957982897758484	0					non-mobilizable	chromosome	1003.0	81.954	99.0	0.00034722626554975554	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0323_000000009220	2229	0.6032219351536079	2	2	2	2	2	False	93093	fragment	False	ENG0052_000000011914	0.45783986000093485		0	0	False	False	0.9842978715896606	0					non-mobilizable	chromosome	2231.0	95.294	100.0	0.0010390870212061431	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0203_000000004455	3518	0.6032186639505616	5	4	3	4	3	False	115988	backbone	False	ENG0038_000000005492	0.8626447877753534	PS760	0	0	False	True	0.9997157454490662	0					non-mobilizable	no_good_hit	968.0	90.49600000000001	31.0	0.00021878560639587027	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0128_000000023658	1579	0.6032176521964141	2	2	1	2	1	True	3871	maximal	True	SPA0128_000000023658	1.0		1	1	False	False	0.9930335879325867	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0019609216331675887	XM_008436736.2	bony fishes	PREDICTED: Poecilia reticulata low-density lipoprotein receptor-related protein 2-like (LOC103481337), mRNA	True	True
ISR0142_000000001406	1860	0.6032171364634364	3	3	3	3	3	False	89060	maximal	True	ISR0142_000000001406	1.0		208	13	False	False	0.9887096881866455	0					non-mobilizable	no_good_hit	1526.0	99.541	82.0	0.9986902423051736	NZ_QSOD01000017.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf17, whole genome shotgun sequence	True	False
DEN0071_000000002044	13609	0.6032164651119339	18	12	8	12	8	False	122873	fragment	False	DEN0071_000000002044	1.0		0	0	False	False	0.9999265074729919	0					non-mobilizable	no_good_hit	426.0	75.822	3.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
DEN0018_000000015083	2508	0.6032153581181495	2	2	2	2	2	False	75353	fragment	False	DEN0018_000000015083	1.0		0	0	False	False	0.9972089529037476	0					non-mobilizable	no_good_hit	769.0	70.221	30.0	0.0002694928116953506	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0068_000000014081	2977	0.603211263292448	3	3	3	1	3	False	107844	fragment	False	MON0089_000000006943	0.9400958495991072		0	0	False	False	0.998320460319519	0					non-mobilizable	no_good_hit	786.0	79.135	26.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
ISR0223_000000002987	7601	0.6032089600928688	10	4	2	3	1	False	115428	fragment	False	ISR0223_000000002987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	72.992	14.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0079_000000020918	1270	0.6032075564128406	2	1	1	1	1	False	5641	fragment	False	SPA0079_000000020918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	96.402	85.0	0.00024102295215060128	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0155_000000013996	1430	0.6032037855953383	2	2	2	2	1	False	56741	maximal	True	ENG0155_000000013996	1.0		200	12	False	False	0.9993007183074951	0					non-mobilizable	other	1430.0	99.79	100.0	0.00029150088276421983	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
ENG0096_000000002908	9486	0.6032032377999099	10	8	4	5	5	False	92875	maximal	True	ENG0096_000000002908	1.0		3	3	False	False	0.9993674755096436	0					non-mobilizable	no_good_hit	1880.0	71.383	21.0	0.0003234373377249596	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
MAD0046_000000018706	1434	0.6032019019699647	2	2	2	2	1	False	58770	fragment	False	ISR0375_000000013975	0.9190754914862648		0	0	False	False	0.9993026256561279	0					non-mobilizable	other	861.0	97.096	100.0	0.00023253179263896275	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0005_000000034377	1585	0.6031932109983056	2	2	1	2	0	True	49067	fragment	False	MON0005_000000034377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	93.258	6.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0092_000000027406	1358	0.6031932109983056	2	2	1	2	0	True	48340	fragment	False	FIJ0092_000000027406	1.0		0	0	False	False	0.9874815940856934	0					non-mobilizable	no_good_hit	108.0	94.444	8.0	0.001013814405639461	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
MON0029_000000023536	1366	0.6031897876993523	2	2	1	2	1	False	12545	fragment	False	MON0029_000000023536	1.0		0	0	False	False	0.9743777513504028	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	0.0002480805562093291	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
DEN0028_000000018434	1664	0.6031891645189446	2	2	2	2	1	False	73954	maximal	True	DEN0028_000000018434	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	98.025	33.0	0.0021510460672676678	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
ISR0398_000000000855	19774	0.6031888158654107	18	8	6	8	2	True	130567	fragment	False	ISR0398_000000000855	1.0		0	0	False	False	0.9998483061790466	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.0004045571404335286	NZ_QRHR01000011.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf11, whole genome shotgun sequence	True	True
ENG0206_000000011673	2199	0.6031887957597691	3	3	3	3	1	False	124922	fragment	False	ENG0206_000000011673	0.6758504980272849		0	0	False	False	0.9968167543411255	0					non-mobilizable	other	2164.0	79.298	98.0	0.00048162872139819265	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
ISR0010_000000003420	4627	0.6031858776765018	7	6	5	4	4	False	130509	fragment	False	ISR0203_000000002513	0.34490251135855954		0	0	False	False	1.0	0					non-mobilizable	other	2881.0	97.18799999999999	100.0	0.016405714285714287	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0005_000000006241	4539	0.6031858776765018	8	6	5	4	4	False	130509	fragment	False	ISR0203_000000002513	0.08670058528719478		0	0	False	False	0.9973562359809875	0					non-mobilizable	other	3539.0	99.40700000000001	99.0	0.020217142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0017_000000002799	9432	0.6031810646621292	14	4	1	4	3	False	50176	maximal	True	FIJ0017_000000002799	1.0		14	2	False	False	0.9988337755203247	0					non-mobilizable	no_good_hit	100.0	92.0	2.0	2.402743442655708e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0101_000000022279	1881	0.6031789181864882	2	1	1	1	1	False	5407	maximal	True	SPA0101_000000022279	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	91.917	37.0	0.3412903225806452	GQ873975.1		Uncultured organism clone 1041059765971 genomic sequence	True	False
ENG0097_000000009172	3435	0.603175784282415	4	3	3	3	2	False	89230	maximal	True	ENG0097_000000009172	1.0		0	0	False	False	0.9816594123840332	0					non-mobilizable	no_good_hit	2348.0	99.95700000000001	68.0	0.0004286160668385392	CP049609.1	enterobacteria	Escherichia coli strain 06-3538 chromosome, complete genome	True	False
ENG0176_000000001407	5296	0.6031736524073884	7	7	7	6	5	False	55574	maximal	True	ENG0176_000000001407	1.0		3	2	False	False	0.9973564743995667	0					non-mobilizable	chromosome	4980.0	97.49	94.0	0.0012220735094765308	CP023505.1	enterobacteria	Morganella morganii strain FDAARGOS_365 chromosome, complete genome	False	False
ENG0066_000000004080	4300	0.6031688458166464	5	5	2	3	4	True	62792	fragment	False	ENG0066_000000004080	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	4300.0	99.535	100.0	0.03316310787459886	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
CHI0180_000000006957	1899	0.6031635100400775	2	2	1	2	2	False	77480	maximal	True	CHI0180_000000006957	1.0		10	4	True	True	0.998420238494873	2					non-mobilizable	no_good_hit	452.0	75.664	42.0	0.00013177114601897505	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
CAN0010_000000011203	1173	0.603163364913405	3	3	2	1	2	False	94570	fragment	False	CAN0010_000000011203	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1173.0	99.147	100.0	0.00023381280252773187	CP027437.1	enterobacteria	Escherichia coli strain 2012C-4221 chromosome, complete genome	False	False
MON0042_000000022328	1154	0.6031618189811444	2	2	2	2	1	False	11705	fragment	False	MON0042_000000022328	1.0		0	0	False	False	0.9965338110923767	0					non-mobilizable	chromosome	500.0	88.8	96.0	0.00016796047846184554	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0243_000000009372	1359	0.6031613418833435	2	2	2	2	2	False	62465	fragment	False	ISR0243_000000009372	0.9737644154199421		0	0	False	False	0.9904341697692871	0					non-mobilizable	other	1345.0	82.52799999999999	99.0	0.019024514811031665	NZ_VULP01000016.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq16, whole genome shotgun sequence	False	False
AST0055_000000005290	5797	0.6031432116139068	10	6	4	5	5	False	113957	maximal	True	AST0055_000000005290	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	87.19200000000001	52.0	0.0004296267629163351	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0308_000000008883	1931	0.6031363374781411	4	2	2	2	1	False	111906	fragment	False	ISR0308_000000008883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000004777	3988	0.6031352169411338	3	2	2	2	1	True	129370	fragment	False	ENG0032_000000004777	1.0		0	0	False	False	0.996990978717804	0		MOBV			mobilizable	no_good_hit	2558.0	99.648	64.0	0.3249872902897814	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0173_000000005138	3603	0.6031342761828675	4	4	4	3	3	False	87663	fragment	False	ENG0173_000000005138	1.0		0	0	False	False	0.9997224807739258	0					non-mobilizable	other	1935.0	98.398	99.0	0.000620266933094644	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0010_01_000000001762	13931	0.6031338272680867	12	7	2	7	2	False	127403	fragment	False	USA0047_01_000000001860	0.9240034217940465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0020578360229611178	NC_049971.1	viruses	Bacillus phage vB_Bpu_PumA1, complete genome	True	False
CHI0130_000000003479	4710	0.6031308561768589	5	4	3	3	4	False	81126	maximal	True	CHI0130_000000003479	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	79.542	41.0	0.000583653720476247	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0819_000000024661	1099	0.603129308328975	1	1	1	1	1	False	21298	fragment	False	ISR0819_000000024661	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	92.63	100.0	0.0004274814871679566	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
FIJ0105_000000003864	7004	0.6031284259432461	13	5	3	4	4	True	96462	fragment	False	FIJ0105_000000003864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	1.0	0.0002619759297778255	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	True
AST0149_000000009348	2917	0.6031210193306508	1	1	1	1	1	False	104546	maximal	True	AST0149_000000009348	0.9967948717948718		445	13	False	False	0.9982858896255493	0					non-mobilizable	chromosome	2917.0	99.96600000000001	100.0	0.0008294293833038937	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0128_000000021774	1221	0.6031123268407224	3	3	3	2	2	False	40979	fragment	False	FIJ0128_000000021774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	84.32799999999999	22.0	0.0016713581984517945	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CHI0098_000000001699	5009	0.603107996137938	5	5	5	5	5	False	105088	fragment	False	CHI0098_000000001699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	81.697	78.0	0.00038345572165788183	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0053_000000001355	17639	0.6031016269874139	20	7	5	6	4	False	67554	fragment	False	SPA0053_000000001355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5522.0	98.66	61.0	0.3427294176083447	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0051_000000001440	23548	0.6030988774285961	26	15	10	15	9	False	127301	maximal	True	ISR0051_000000001440	1.0	PS797|PS798|PS813|PS814	1	1	False	True	0.999872624874115	0					non-mobilizable	no_good_hit	8823.0	98.991	45.0	0.06788973881458452	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MON0092_000000024140	2280	0.6030982261338851	3	3	3	3	3	False	14129	fragment	False	MON0005_000000022071	0.9727745475694495		0	0	False	False	0.9982455968856812	0					non-mobilizable	no_good_hit	450.0	71.778	19.0	0.0007313161197031521	NZ_LGUE01000008.1	firmicutes	Bacillus marisflavi strain JCM 11544 scaffold3, whole genome shotgun sequence	True	False
ISR0381_000000009394	1834	0.6030967996010447	3	3	3	3	2	False	75866	maximal	True	ISR0381_000000009394	1.0		4	3	False	False	0.9689204096794128	0					non-mobilizable	no_good_hit	1363.0	79.017	74.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0046_01_000000004013	2726	0.6030950279849645	3	3	3	3	2	False	102778	maximal	True	USA0046_01_000000004013	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1926.0	98.962	71.0	0.05924899969221299	GU942946.1		Uncultured organism clone 3 genomic sequence	True	False
MAD0091_000000013100	1298	0.603088721224671	3	3	2	2	2	False	15736	maximal	True	MAD0091_000000013100	1.0		2	1	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	1116.0	79.928	86.0	0.0005241509326173269	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
MON0051_000000019433	1823	0.6030882338772723	3	2	2	2	2	False	45983	fragment	False	MON0051_000000019433	1.0		0	0	False	False	0.9989029169082642	0					non-mobilizable	no_good_hit	502.0	77.49	27.0	0.00020791458734613377	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0053_000000001837	7276	0.6030882086857732	7	6	5	5	6	False	74162	maximal	True	MAD0053_000000001837	0.9601131541725602		4	3	False	False	1.0	0					non-mobilizable	chromosome	7277.0	98.626	100.0	0.0014654714188677327	CP031898.1	enterobacteria	Escherichia coli O113:H21 strain FWSEC0010 chromosome, complete genome	False	False
ENG0032_000000002228	7609	0.6030805276333041	17	8	4	4	5	False	65642	fragment	False	ENG0032_000000002228	1.0		0	0	False	False	0.9986857771873474	0					non-mobilizable	no_good_hit	651.0	75.73	8.0	0.00018858874125214726	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
AST0113_000000013952	2704	0.6030728154784236	4	2	1	1	1	True	131271	maximal	True	AST0113_000000013952	1.0	PS1133	5	3	False	True	1.0	0					non-mobilizable	chromosome	1972.0	87.42399999999999	100.0	0.000691982425551901	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0012_000000009893	2413	0.6030728154784236	3	2	1	1	1	True	131270	fragment	False	ENG0012_000000009893	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1871.0	87.654	100.0	0.0006563423312220989	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0093_000000003159	1863	0.6030723318473031	4	3	2	2	2	False	114079	fragment	False	CHI0093_000000003159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1372.0	95.554	74.0	0.0021926597874831273	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
SPA0016_000000001479	17752	0.6030624110526736	23	7	1	7	1	False	106860	maximal	False	SPA0057_000000001179	0.3186073193859742		0	0	False	False	0.9999436736106873	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000009920	3145	0.6030550102604848	4	3	3	3	2	False	88704	fragment	False	FIJ0048_000000009920	1.0		0	0	False	False	0.9949125647544861	0					non-mobilizable	chromosome	3145.0	97.29700000000001	100.0	0.0010683277849834025	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0170_000000008750	1176	0.6030538279088453	2	2	2	2	2	False	119632	fragment	False	ENG0065_000000020600	0.9562063087335527		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	98.72399999999999	100.0	0.0037824526388642987	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0078_000000006443	1183	0.6030523162033395	2	2	2	1	1	False	33196	fragment	False	ISR0099_000000015389	0.9687753446877534		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	99.319	99.0	0.8594436310395315	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	False	False
SPA0133_000000003130	7560	0.6030515033369538	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9387712015322662		0	0	False	False	0.9998677372932434	0					non-mobilizable	no_good_hit	6445.0	97.083	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0125_000000003058	7459	0.6030515033369538	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9001220940686179		0	0	False	False	0.9936988949775696	0					non-mobilizable	chromosome	6445.0	97.09899999999999	90.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0089_000000004103	8343	0.6030492990898809	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.960174785166219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.928	89.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0084_000000003275	7867	0.6030492990898809	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9445527455176754		0	0	False	False	1.0	0					non-mobilizable	chromosome	6445.0	96.959	91.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0024_000000003225	7847	0.6030492990898809	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9527862265520879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.005	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0058_000000002072	7845	0.6030492990898809	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9547380140296932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.005	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0026_000000002817	7679	0.6030492990898809	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9442654136859351		0	0	False	False	1.0	0					non-mobilizable	chromosome	6445.0	96.943	90.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0070_000000002424	7649	0.6030492990898809	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9436840698876812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.912	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0047_000000004013	7641	0.6030492990898809	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9398523579020541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6442.0	97.19	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0069_000000002962	7567	0.6030492990898809	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9428890904893484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.928	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0025_000000003939	7470	0.6030492990898809	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8974615767246122		0	0	False	False	0.9969210028648376	0					non-mobilizable	no_good_hit	6445.0	96.85	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0043_000000003124	6510	0.6030492990898809	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.20655816211764774		0	0	False	False	1.0	0					non-mobilizable	chromosome	6122.0	97.58200000000001	94.0	0.0017399243956344025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0108_000000004505	6429	0.6030492990898809	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.20561055813705917		0	0	False	False	0.9989112019538879	0					non-mobilizable	chromosome	6132.0	97.538	96.0	0.001742768803670424	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0014_000000009145	2668	0.6030456817027794	4	4	4	4	4	False	90194	maximal	False	ENG0208_000000010924	0.9542425044661386		0	0	False	False	0.9996252059936523	0					non-mobilizable	no_good_hit	1661.0	80.132	78.0	0.00026310934329980897	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0197_000000012018	2112	0.6030454059079869	2	2	2	2	1	False	110255	fragment	False	ISR0398_000000009851	0.4065321361243633		0	0	False	False	0.9933711886405945	0					non-mobilizable	other	2028.0	98.71799999999999	96.0	0.19220557557367723	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0012_000000006095	3961	0.6030436777358579	3	3	3	3	3	False	67088	fragment	False	ENG0012_000000006095	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000020466	1442	0.6030382690574149	3	3	3	1	1	False	124161	fragment	False	ISR0115_000000014150	0.09566925948249992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	98.67200000000001	84.0	0.02850783728749349	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0051_000000002875	7885	0.6030342197811986	10	9	8	8	8	False	17366	maximal	True	MAD0051_000000002875	1.0		1	1	False	False	0.9993658661842346	0					non-mobilizable	no_good_hit	3111.0	78.399	39.0	0.011269176923525637	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ENG0013_000000021075	1298	0.6030288489386877	1	1	1	1	1	False	121955	fragment	False	AST0019_000000022971	0.9617691154422789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	79.167	9.0	0.0009962850388382303	NZ_VULP01000007.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq7, whole genome shotgun sequence	True	False
MAD0097_000000012896	3107	0.6030285420454213	6	4	4	4	2	False	76151	fragment	False	MAD0097_000000012896	1.0		0	0	False	False	0.9996781349182129	0					non-mobilizable	no_good_hit								True	False
ENG0147_000000008238	1793	0.6030242237100908	2	2	2	2	2	False	57353	maximal	True	ENG0147_000000008238	1.0		2	2	False	False	0.9916341304779053	0					non-mobilizable	no_good_hit	1542.0	96.757	86.0	0.006453666360944639	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0006_000000004616	3156	0.6030208582163057	3	3	3	2	2	False	127593	fragment	False	AST0006_000000004616	0.9789303079416531		0	0	False	False	0.9990494251251221	0					non-mobilizable	other	1884.0	83.333	97.0	0.0011290548877237712	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MAD0107_000000025459	1557	0.6030206907372193	4	4	3	3	2	False	14665	maximal	True	MAD0107_000000025459	1.0		0	0	False	False	0.9942196607589722	0					non-mobilizable	no_good_hit	311.0	98.714	20.0	0.0021269004885010154	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0125_000000023053	1406	0.6030171234622547	3	3	3	3	2	False	58901	fragment	False	SPA0125_000000023053	1.0		0	0	False	False	0.9978662729263306	0					non-mobilizable	no_good_hit	1172.0	74.14699999999999	81.0	0.016601759699985577	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	True	False
MON0050_000000028037	1429	0.6030154713690449	2	2	0	2	0	True	11316	fragment	False	MON0050_000000028037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	96.51700000000001	14.0	0.0003832107697554732	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0087_000000020661	2433	0.6030099114014272	3	2	2	2	1	False	9697	maximal	True	MON0087_000000020661	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	83.04799999999999	22.0	0.004681831990135988	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0357_000000012315	2073	0.6030089444656648	3	3	3	3	2	False	85625	maximal	False	ISR0280_000000005468	0.9572953736654805		0	0	False	False	0.9927641153335571	0					non-mobilizable	chromosome	2058.0	100.0	99.0	0.0008154359609240867	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0067_000000002316	10161	0.6030086237201784	11	2	1	2	0	False	70865	fragment	False	DEN0067_000000002316	1.0		0	0	False	False	0.9979332685470581	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	6.899957873941401e-05	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
AUS0004_000000011329	1811	0.6030075505288487	3	2	2	2	2	False	123013	maximal	True	AUS0004_000000011329	1.0		13	6	False	False	0.9955825805664062	0					non-mobilizable	no_good_hit	660.0	99.09100000000001	36.0	0.0031806247345457354	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0033_000000018237	3657	0.6030050136222881	2	2	1	1	2	False	12337	maximal	True	MON0033_000000018237	1.0		438	12	False	False	0.9972655177116394	0					non-mobilizable	other	3637.0	100.0	99.0	0.020392939869992206	NZ_SPGG01000009.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_9_length_178297_cov_37.5316, whole genome shotgun sequence	False	False
ISR0101_000000009345	2580	0.6029993563928252	4	4	4	4	3	False	93445	maximal	True	ISR0101_000000009345	1.0		77	11	False	False	0.9906976819038391	0					non-mobilizable	other	2076.0	99.229	99.0	0.033075635610106	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0003_000000010297	2748	0.6029964703585863	4	4	4	4	3	False	111366	fragment	False	MAD0045_000000013063	0.4701032644903398		0	0	False	False	0.9963610172271729	0					non-mobilizable	other	2735.0	98.79299999999999	100.0	0.0005916554081177979	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
USA0011_01_000000030025	1201	0.6029961861629359	2	1	1	1	1	False	1991	maximal	True	USA0011_01_000000030025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	75.19800000000001	42.0	0.0051841034734536355	NZ_PDYG01000008.1	firmicutes	Agathobacter ruminis strain JK623 contig000008, whole genome shotgun sequence	True	False
ENG0032_000000004780	3987	0.6029947365407394	5	2	2	2	2	False	112834	maximal	True	ENG0032_000000004780	1.0	PS721	0	0	False	True	0.9964885711669922	0					non-mobilizable	no_good_hit	2297.0	74.358	57.0	0.2765386959171237	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0192_000000005140	3829	0.6029947365407394	4	2	2	2	2	False	112846	maximal	True	ISR0192_000000005140	1.0	PS721	1	1	False	True	0.9997388124465942	0					non-mobilizable	no_good_hit	2288.0	74.344	59.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0165_000000004962	3285	0.6029947365407394	3	2	2	2	2	False	112844	fragment	False	ISR0301_000000004541	0.7278395380461878		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.322	69.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0077_000000007836	2580	0.6029947365407394	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.7937831778540319	PS721	0	0	False	True	0.9984496235847473	0					non-mobilizable	no_good_hit	2202.0	74.296	84.0	0.26532602071907374	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
DEN0084_000000001537	2371	0.6029947365407394	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.355650289854605	PS721	0	0	False	True	0.996204137802124	0					non-mobilizable	no_good_hit	1602.0	98.814	68.0	0.015434394166223983	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0164_000000004440	5326	0.6029929016288442	6	4	2	4	4	False	78424	maximal	True	CHI0164_000000004440	1.0		1	1	False	False	0.9913631081581116	0					non-mobilizable	no_good_hit	755.0	92.583	18.0	0.0004528262803030805	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
FIJ0092_000000012201	2679	0.6029920221659251	3	3	3	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8854632841534169	PS721	0	0	False	True	0.9940276145935059	0					non-mobilizable	no_good_hit	2292.0	74.258	85.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ETH0005_000000005024	9492	0.6029878395593334	9	7	6	6	5	True	72088	maximal	True	ETH0005_000000005024	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	95.113	37.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0003_000000019258	1262	0.6029877390466774	2	1	1	1	1	True	81611	fragment	False	ISR0088_000000018516	0.93636555019228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	83.471	75.0	0.00027139202513567183	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
SPA0048_000000016986	1212	0.6029877390466774	1	1	1	1	1	True	81611	fragment	False	ISR0088_000000018516	0.800812235463022		0	0	False	False	0.9958745837211609	0					non-mobilizable	chromosome	939.0	87.22	90.0	0.0003137057433395592	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0140_000000018924	1125	0.6029877390466774	1	1	1	1	1	True	51640	fragment	False	FIJ0006_000000035560	0.9785651793525809		0	0	False	False	0.9973333477973938	0					non-mobilizable	other	938.0	86.887	91.0	0.00028963252445699347	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0122_000000000978	21186	0.6029870590713142	19	8	3	8	0	True	59103	maximal	True	ENG0122_000000000978	1.0		1	1	False	False	0.9999055862426758	0					non-mobilizable	no_good_hit	2939.0	77.952	14.0	0.06039054214236696	NZ_QSCB01000027.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf27, whole genome shotgun sequence	True	True
FIJ0021_000000015826	3128	0.6029861758290549	2	2	2	2	1	True	49653	maximal	True	FIJ0021_000000015826	1.0		3	1	False	False	0.9929667711257935	0					non-mobilizable	no_good_hit	313.0	77.316	9.0	0.00027386902237058075	NZ_FUHT01000004.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	True
ENG0183_000000005545	5002	0.6029849802864468	5	5	5	5	3	False	119357	maximal	False	SPA0107_000000005745	0.9314296592397246		0	0	False	False	1.0	0					non-mobilizable	chromosome	5023.0	92.07600000000001	100.0	0.0027758931513753465	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ENG0105_000000004095	4776	0.6029849802864468	5	5	5	5	3	False	119357	maximal	False	SPA0107_000000005745	0.9121943298321413		0	0	False	False	1.0	0					non-mobilizable	chromosome	4785.0	93.835	100.0	0.0026446308455341737	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
FIJ0094_000000006678	2933	0.6029796275495163	4	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.3156402033179943		0	0	False	False	0.9965904951095581	0					non-mobilizable	other	2932.0	98.874	99.0	0.0008821668909217198	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0850_000000001598	8187	0.6029781665204372	10	5	2	4	2	True	84075	fragment	False	CHI0170_000000001267	0.9737412770798345		0	0	False	False	1.0	0					non-mobilizable	plasmid	8187.0	99.48700000000001	100.0	0.08327653384062911	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0012_000000006995	3537	0.6029775960860482	5	3	3	2	1	True	83820	fragment	False	SPA0046_000000007828	0.9906689301620932		0	0	False	False	0.9988691210746765	0					non-mobilizable	no_good_hit	1309.0	98.396	81.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0077_000000010508	2751	0.6029775960860482	5	3	3	2	1	True	83819	fragment	False	MON0063_000000010322	0.9449222727521392		0	0	False	False	1.0	0					non-mobilizable	plasmid	1900.0	100.0	100.0	0.23651762361439782	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
FIJ0069_000000000948	20486	0.6029761629285646	31	7	6	7	5	True	49426	fragment	False	FIJ0069_000000000948	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	9.644731493086416e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	True
ISR0032_000000010049	3234	0.6029754264309761	4	4	4	4	3	False	119445	fragment	False	USA0035_01_000000007606	0.990160472749927		0	0	False	False	0.9990723729133606	0					non-mobilizable	other	3234.0	99.691	100.0	0.0007542649917457793	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0034_01_000000017146	3222	0.6029754264309761	4	4	4	4	3	False	119445	fragment	False	USA0035_01_000000007606	0.9882844166364003		0	0	False	False	1.0	0					non-mobilizable	other	3222.0	99.814	100.0	0.0007514653691349073	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0078_000000007908	3212	0.6029754264309761	4	4	4	4	3	False	119445	fragment	False	USA0035_01_000000007606	0.9861323000931452		0	0	False	False	1.0	0					non-mobilizable	other	3212.0	99.564	100.0	0.0007749393635891928	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0181_000000010348	1847	0.6029751608717806	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.16032111996740286		0	0	False	False	0.9783432483673096	0					non-mobilizable	other	1847.0	97.834	100.0	0.003857919817998189	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0142_000000004944	5905	0.6029737721116779	6	6	6	6	6	False	91325	maximal	True	FIJ0142_000000004944	0.9880234361537137		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	3284.0	76.553	55.0	0.010587337414546222	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	True	False
MAD0045_000000010854	3398	0.6029733051297739	3	3	3	3	1	False	24712	fragment	False	MAD0045_000000010854	0.9832972471388803		0	0	False	False	0.9997057318687439	0					non-mobilizable	no_good_hit	1235.0	79.83800000000001	36.0	0.012044308990739655	NZ_MIEH01000002.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_2, whole genome shotgun sequence	True	False
MON0063_000000013622	2134	0.6029731944136144	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.20562682463281898		0	0	False	False	1.0	0					non-mobilizable	other	2134.0	95.876	100.0	0.0006635726902972793	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0119_000000006886	4730	0.6029728781288449	5	4	3	2	3	False	127927	fragment	False	ISR0119_000000006886	1.0		0	0	False	False	0.9934461116790771	0					non-mobilizable	other	4687.0	96.736	99.0	0.029940961484396962	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
ENG0204_000000002297	8258	0.6029728710764416	13	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9765822406648443		0	0	False	False	0.9998788833618164	0					non-mobilizable	other	8259.0	99.67299999999999	100.0	0.011438354361824873	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0034_000000003809	8241	0.6029728710764416	13	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9753031513010811		0	0	False	False	1.0	0					non-mobilizable	other	8242.0	99.66	100.0	0.011414807253063548	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0108_000000003342	6159	0.6029728119445518	9	7	6	6	7	False	111443	fragment	False	ISR0288_000000004193	0.8705289325523996		0	0	False	False	0.9936677813529968	0					non-mobilizable	other	6159.0	99.56200000000001	100.0	0.008529593867778828	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0039_01_000000010207	2216	0.6029716793807779	3	3	2	2	2	True	69673	maximal	True	USA0039_01_000000010207	1.0		6	4	False	False	0.9968411326408386	0					non-mobilizable	no_good_hit	87.0	81.609	4.0	2.2864864026192248e-05	NZ_CCSF01000001.1	g-proteobacteria	Pseudomonas saudiphocaensis strain 20_BN, whole genome shotgun sequence	True	True
TAN0003_000000006432	1549	0.6029680496108524	2	2	2	2	2	False	2974	maximal	True	TAN0003_000000006432	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000019904	1123	0.6029672257816636	1	1	1	1	1	False	47075	fragment	False	FIJ0044_000000019904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	94.118	10.0	2.1595327415783863e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0116_000000006287	2994	0.6029575905997187	3	3	3	2	1	False	41674	maximal	True	FIJ0116_000000006287	1.0		5	4	False	False	0.9996659755706787	0					non-mobilizable	no_good_hit	344.0	72.965	11.0	0.003192300810787905	NZ_JACBNQ010000012.1	firmicutes	Sedimentibacter hydroxybenzoicus DSM 7310 contig12, whole genome shotgun sequence	True	False
SPA0075_000000007020	2581	0.6029564763052447	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8580280780515512		0	0	False	False	0.998062789440155	0					non-mobilizable	other	2581.0	99.34100000000001	100.0	0.005671717971733812	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0055_000000013405	2579	0.6029564763052447	3	3	3	3	3	False	124463	fragment	False	FIJ0007_000000005689	0.8551463761242665		0	0	False	False	1.0	0					non-mobilizable	other	2579.0	97.79	100.0	0.005667317880211908	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0018_000000009184	1905	0.6029559328990421	2	2	1	1	2	False	89547	fragment	False	CHI0018_000000009184	1.0		0	0	False	False	0.9994750618934631	0					non-mobilizable	chromosome	1741.0	86.1	95.0	0.00024531294196556357	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0022_000000010754	1230	0.6029558596525421	1	1	1	1	1	False	7666	fragment	False	SPA0022_000000010754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	76.908	84.0	0.07136410968413745	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0046_000000010547	2897	0.6029547361117846	5	5	5	4	3	False	36187	maximal	True	ISR0046_000000010547	1.0		47	10	False	False	0.9986192584037781	0					non-mobilizable	no_good_hit	129.0	96.899	4.0	3.414490618020134e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0363_000000003258	5498	0.602954217674074	5	5	5	5	2	True	76926	maximal	True	ISR0363_000000003258	1.0		3	2	False	False	0.9983630180358887	0					non-mobilizable	no_good_hit	1882.0	91.18	34.0	0.000585175916760048	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0025_000000015920	2407	0.6029428332235931	3	3	3	3	3	False	94777	fragment	False	DEN0010_000000016710	0.3855399990678348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	78.733	9.0	3.850208520582102e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MON0075_000000005426	3877	0.6029410531964533	3	2	1	1	0	False	10353	maximal	True	MON0075_000000005426	1.0		7	2	False	False	0.976786196231842	0					non-mobilizable	no_good_hit	107.0	92.523	3.0	0.000929278406550536	NZ_NFHM01000008.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_8, whole genome shotgun sequence	True	False
MON0061_000000026882	1692	0.6029410531964533	2	1	1	1	0	False	10813	fragment	False	MON0061_000000026882	1.0		0	0	False	False	0.9994089603424072	0					non-mobilizable	chromosome	1608.0	94.59	100.0	0.00035608192376820137	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0045_000000027010	1562	0.6029410531964533	3	1	1	1	0	False	17830	fragment	False	MAD0045_000000027010	1.0		0	0	False	False	0.9993597865104675	0					non-mobilizable	chromosome	1122.0	94.831	96.0	0.00024925734663774093	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0161_000000027085	1143	0.6029391209201677	2	2	2	2	2	False	66950	fragment	False	ENG0207_000000013569	0.5202040931295621		0	0	False	False	0.9991251230239868	0					non-mobilizable	chromosome	1144.0	94.58	100.0	0.0004703037371438643	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CAN0013_000000012116	1856	0.6029389419606086	3	3	3	3	3	False	93877	maximal	True	CAN0013_000000012116	1.0		7	2	False	False	0.9946120977401733	0					non-mobilizable	no_good_hit	1037.0	75.988	85.0	0.0012738441883499802	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0022_000000024824	1277	0.602938038437713	2	2	2	2	2	False	13000	maximal	True	MON0022_000000024824	1.0		24	4	False	False	0.9624118804931641	0					non-mobilizable	other	1277.0	82.537	99.0	0.005363069274029705	NZ_FTRU01000005.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MAD0094_000000012072	1338	0.6029304543278816	1	1	1	1	1	False	88302	maximal	True	MAD0094_000000012072	1.0		88	7	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	98.507	88.0	0.0002854300751001206	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0214_000000013565	2129	0.6029292185895669	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.15356762206457564		0	0	False	False	0.9967120885848999	0					non-mobilizable	plasmid	1119.0	97.766	99.0	0.13505677699927518	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ENG0199_000000005413	4427	0.6029289736556582	5	4	3	4	2	False	54301	maximal	True	ENG0199_000000005413	1.0		3	2	False	False	0.9997740983963013	0					non-mobilizable	no_good_hit	1051.0	86.29899999999999	24.0	0.0002978095213714598	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0122_000000002454	12750	0.6029274801839121	5	5	4	4	3	False	106568	maximal	True	SPA0122_000000002454	1.0		116	9	False	False	0.9989019632339478	0					non-mobilizable	other	12750.0	100.0	100.0	0.003839525945485899	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0387_000000009223	2630	0.6029236228073938	4	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.21588720390126936		0	0	False	False	0.9996197819709778	0					non-mobilizable	other	2630.0	98.59299999999999	100.0	0.005497274363965983	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0266_000000004515	3352	0.6029210845447868	4	4	4	4	4	False	87967	fragment	False	ISR0266_000000004515	1.0		0	0	False	False	0.9961217045783997	0					non-mobilizable	other	3283.0	98.81200000000001	100.0	0.04576639892904953	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0779_000000003099	9368	0.6029194938488892	9	9	7	8	9	False	127582	fragment	False	ISR0779_000000003099	0.9754371583890372		0	0	False	False	1.0	0					non-mobilizable	chromosome	8375.0	98.07799999999999	98.0	0.003448619522629352	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0043_000000007004	3633	0.6029159590653621	4	4	2	2	4	False	127780	fragment	False	FIJ0043_000000007004	0.8999086316692042		0	0	False	False	1.0	0					non-mobilizable	other	2295.0	98.99799999999999	93.0	0.04384991968178689	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0010_000000023490	1146	0.6029136944222375	2	2	2	1	1	False	8065	fragment	False	SPA0010_000000023490	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	97.73100000000001	100.0	0.00017616918642454098	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0121_000000006368	1845	0.6029105197529016	2	2	2	2	2	False	4132	maximal	True	SPA0121_000000006368	1.0		21	5	False	False	0.9978320002555847	0					non-mobilizable	chromosome	1845.0	99.675	100.0	0.0006014450990541591	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0062_000000010136	2846	0.6029104634037729	5	4	2	4	1	False	52378	fragment	False	FIJ0062_000000010136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0250_000000005341	2239	0.6028992890241666	5	4	1	3	3	False	91958	fragment	False	ISR0250_000000005341	0.9528688524590163		0	0	False	False	0.9879410266876221	0					non-mobilizable	other	2066.0	98.354	92.0	0.0298177722586421	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0037_000000017625	1991	0.6028992890241666	5	4	1	3	3	False	91954	fragment	False	ENG0037_000000017625	0.9863665216922506		0	0	False	False	1.0	0					non-mobilizable	other	1991.0	98.795	100.0	0.013887628844395749	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
ENG0119_000000017102	1852	0.6028992890241666	5	4	1	3	3	False	91954	fragment	False	ENG0037_000000017625	0.9747026962317167		0	0	False	False	1.0	0					non-mobilizable	other	1852.0	99.514	100.0	0.026727698039102434	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0004_000000014437	1820	0.6028992890241666	5	4	1	3	3	False	91954	fragment	False	ENG0037_000000017625	0.9532795504475676		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	97.802	100.0	0.09347781003732891	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
ISR0326_000000010289	1902	0.6028952911525206	3	2	2	2	2	True	110909	maximal	True	ISR0326_000000010289	0.9987683124409936		789	13	False	False	0.9942166209220886	0					non-mobilizable	other	1902.0	99.895	100.0	0.0034096514120189763	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0021_000000025354	1897	0.6028952911525206	3	2	2	2	2	True	110909	maximal	False	ISR0326_000000010289	0.9964819220921184		0	0	False	False	0.9857670068740845	0					non-mobilizable	other	1897.0	99.895	100.0	0.0034006833651699	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0087_000000019600	1888	0.6028952911525206	2	2	2	2	2	True	110909	maximal	False	ISR0326_000000010289	0.993857329289832		0	0	False	False	0.9978813529014587	0					non-mobilizable	other	1888.0	99.947	100.0	0.0033845408808415617	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0062_000000013808	2619	0.6028908453931614	3	3	3	3	3	False	128937	maximal	True	ISR0062_000000013808	1.0	PS1059	0	0	False	True	0.9988545179367065	0					non-mobilizable	no_good_hit	1383.0	99.277	56.0	0.019014074818045484	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0130_000000006995	4274	0.6028898164996045	8	3	2	3	2	True	108832	maximal	True	ENG0130_000000006995	1.0		8	3	False	False	0.9960224628448486	0					non-mobilizable	no_good_hit	3803.0	88.588	89.0	0.0012119604929773712	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ISR0359_000000008090	3047	0.6028898164996045	6	3	2	3	2	True	108831	fragment	False	ISR0359_000000008090	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3037.0	85.57799999999999	99.0	0.0009650737064609212	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
MON0104_000000014966	2977	0.6028800125610966	4	1	1	1	1	False	8819	maximal	True	MON0104_000000014966	1.0		1	1	False	False	0.9902586340904236	0					non-mobilizable	no_good_hit	194.0	95.361	7.0	8.990916379353315e-05	FN568063.1	firmicutes	Streptococcus mitis B6 complete genome, strain B6	True	False
AST0102_000000001394	14968	0.6028738256882422	6	5	5	5	2	True	130448	fragment	False	AST0102_000000001394	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	138.0	96.37700000000001	2.0	0.00567922729345438	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
FIJ0131_000000001881	9456	0.6028666500922575	9	8	6	7	7	False	45841	maximal	True	FIJ0131_000000001881	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2557.0	74.22800000000001	30.0	0.003356426467971885	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
FIJ0022_000000011346	2254	0.6028573280755483	3	3	3	2	1	True	49476	fragment	False	FIJ0022_000000011346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2254.0	99.645	100.0	0.0030413682782453747	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
CHI0064_000000008725	2063	0.6028551882059044	3	2	2	2	2	False	85307	maximal	True	CHI0064_000000008725	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	98.861	51.0	0.0003669012558266916	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ISR0770_000000009159	1338	0.6028487822833319	2	2	2	1	2	False	70884	fragment	False	ENG0013_000000018701	0.7441701845553691		0	0	False	False	1.0	0					non-mobilizable	chromosome	1336.0	97.605	99.0	0.0004439676775374234	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0045_000000003668	7423	0.6028485385769793	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8864786338852017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.06700000000001	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0047_000000005297	7395	0.6028485385769793	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8882682544914859		0	0	False	False	0.9985125064849854	0					non-mobilizable	no_good_hit	6445.0	97.06700000000001	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0048_000000003780	6464	0.6028485385769793	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.2065723513879323		0	0	False	False	0.9992265105247498	0					non-mobilizable	chromosome	6122.0	97.762	96.0	0.0017399243956344025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0100_000000001573	1650	0.6028445119609868	1	1	1	1	1	False	123210	maximal	True	CHI0100_000000001573	1.0		2	1	False	False	0.9830303192138672	0					non-mobilizable	no_good_hit	1276.0	86.912	77.0	0.0048516299403909705	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
CHI0075_000000004495	1573	0.6028445119609868	1	1	1	1	1	False	84947	fragment	False	CHI0075_000000004495	1.0		0	0	False	False	0.9917355179786682	0					non-mobilizable	no_good_hit	1249.0	82.626	78.0	0.0167646860001352	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
ISR0100_000000012489	1320	0.6028445119609868	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.9232250281894813		0	0	False	False	1.0	0					non-mobilizable	chromosome	1249.0	81.825	100.0	0.0003328352417316437	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0312_000000014823	1283	0.6028445119609868	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.9164291108800855		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	82.89200000000001	96.0	0.016710606367876697	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
MAD0023_000000012470	1184	0.6028445119609868	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.8445295723521555		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	82.333	100.0	0.016115730413033193	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
ISR0319_000000018117	1156	0.6028445119609868	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.7815334585909239		0	0	False	False	0.9991349577903748	0					non-mobilizable	other	1173.0	81.671	100.0	0.7538860103626943	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
MON0033_000000052478	1120	0.6028445119609868	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.5005357196808451		0	0	False	False	0.918749988079071	0					non-mobilizable	other	1123.0	82.369	99.0	0.015101737308186305	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
FIJ0070_000000005403	3578	0.6028375706668575	5	4	2	2	4	True	74245	fragment	False	FIJ0070_000000005403	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3579.0	95.08200000000001	100.0	0.05903717889453873	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
ISR0114_000000003812	6504	0.6028369708721784	12	6	4	6	4	True	32561	maximal	True	ISR0114_000000003812	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	91.875	22.0	0.00016926188246359073	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
FIJ0172_000000020784	1375	0.6028366659000324	3	2	1	2	1	False	38720	fragment	False	FIJ0172_000000020784	1.0		0	0	False	False	0.996363639831543	0					non-mobilizable	no_good_hit	433.0	73.672	31.0	0.009344970466366922	NZ_FNID01000024.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0340_000000011085	2077	0.6028357406872611	4	1	1	1	1	False	93820	fragment	False	ISR0340_000000011085	0.9978936282253819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	84.275	63.0	0.0902922032959424	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
ISR0048_000000010090	1899	0.6028357406872611	4	1	1	1	1	False	93820	fragment	False	ISR0340_000000011085	0.955223880597015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	83.965	60.0	0.07817476803766792	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
SPA0036_000000001631	10462	0.6028280863191247	8	8	8	8	7	False	104491	maximal	True	SPA0036_000000001631	1.0		74	10	False	False	0.9993309378623962	0					non-mobilizable	other	10454.0	99.11	99.0	0.07391897913999335	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0338_000000006235	3832	0.6028277599087994	5	4	4	4	4	False	116155	fragment	False	ISR0338_000000006235	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3839.0	94.426	100.0	0.0010279838867009543	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0046_000000001261	11174	0.6028253206541361	12	6	2	6	2	True	102483	maximal	True	DEN0046_000000001261	1.0	PS600	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2630.0	99.734	25.0	0.8645182505754686	HG796359.1	bacteria	Uncultured bacterium plasmid pRGI00727	True	True
SPA0018_000000023202	1294	0.6028241541744184	3	2	1	2	0	False	7783	maximal	True	SPA0018_000000023202	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1149.0	83.986	99.0	0.0005293414722298068	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	False
ISR0098_000000008070	2180	0.6028237551824995	2	2	2	1	2	False	33249	fragment	False	ISR0098_000000008070	0.9852717115286949		0	0	False	False	1.0	0					non-mobilizable	other	1971.0	97.057	90.0	0.019578582940368888	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0269_000000007148	2445	0.602823548316363	4	4	4	3	3	False	101138	fragment	False	ISR0269_000000007148	1.0		0	0	False	False	0.9995909929275513	0					non-mobilizable	no_good_hit	1061.0	85.391	61.0	0.060161838864782456	NZ_CADAEU010000038.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	False
ISR0069_000000015999	1568	0.6028207747421016	2	2	2	2	2	False	34944	fragment	False	ISR0069_000000015999	1.0		0	0	False	False	0.9968112111091614	0					non-mobilizable	no_good_hit	89.0	88.764	6.0	0.0003440421392302947	NZ_FQZS01000005.1	firmicutes	Lutispora thermophila DSM 19022, whole genome shotgun sequence	True	False
SPA0117_000000009138	4120	0.6028145830777724	4	3	3	3	0	True	81669	fragment	False	SPA0117_000000009138	1.0		0	0	False	False	0.9987863898277283	0					non-mobilizable	other	4122.0	98.18	99.0	0.001299433209827224	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
MON0019_000000020259	3200	0.6028097034937635	7	6	3	6	3	True	13204	maximal	True	MON0019_000000020259	1.0		69	12	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	92.541	59.0	0.0005634087604172955	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
MON0037_000000051131	1472	0.6028037541057277	2	2	1	2	1	False	12068	maximal	True	MON0037_000000051131	1.0		0	0	False	False	0.970108687877655	0					non-mobilizable	other	1459.0	88.14299999999999	98.0	0.007307026025300137	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
ISR0232_000000009815	2676	0.6027939376156956	4	3	3	3	2	True	63774	fragment	False	ISR0232_000000009815	0.9570359750907217		0	0	False	False	1.0	0					non-mobilizable	other	2686.0	92.554	100.0	0.001038575206822061	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ENG0054_000000009693	2669	0.6027939376156956	4	3	3	3	2	True	63774	fragment	False	ISR0232_000000009815	0.9472028782733396		0	0	False	False	0.996627926826477	0					non-mobilizable	other	2677.0	91.85700000000001	100.0	0.0008032837081840098	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0093_01_000000010326	1656	0.6027868056743839	3	3	2	2	2	False	67593	fragment	False	FIJ0142_000000018627	0.6479786422578184		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	99.758	100.0	0.02491756876797302	NZ_NFIG01000027.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_27, whole genome shotgun sequence	False	False
CHI0027_000000009301	1864	0.6027809099243292	3	3	3	3	3	False	88824	maximal	True	CHI0027_000000009301	1.0		3	1	False	False	0.9983905553817749	0					non-mobilizable	no_good_hit	988.0	76.619	58.0	0.0002139667800165529	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0161_000000024703	1258	0.6027791246937074	3	1	1	1	1	False	30374	maximal	True	ISR0161_000000024703	1.0		2	2	False	False	0.9992051124572754	0					non-mobilizable	no_good_hit	94.0	78.723	7.0	1.822877709673041e-05	LR607375.1	enterobacteria	Serratia marcescens strain 4928STDY7387938 genome assembly, chromosome: 1	True	False
ISR0389_000000010756	2035	0.6027791107431764	3	2	2	2	1	False	44154	maximal	True	ISR0389_000000010756	1.0		4	4	False	False	0.9916461706161499	0					non-mobilizable	no_good_hit	677.0	99.26100000000001	33.0	0.00013650159733119183	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
CHI0108_000000005755	1437	0.6027769109965218	4	4	1	3	3	False	85384	fragment	False	CHI0108_000000005755	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1436.0	98.60700000000001	99.0	0.0002791940688673515	CP056396.1	enterobacteria	Escherichia coli strain RHBSTW-00573 chromosome, complete genome	False	False
SPA0046_000000005223	4920	0.6027751849768442	5	4	4	4	4	False	43437	maximal	True	SPA0046_000000005223	1.0		110	11	False	False	0.9985772371292114	0					non-mobilizable	no_good_hit	470.0	73.617	9.0	9.551129900730135e-05	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	False
CHI0140_000000005350	5662	0.602773091335183	7	2	0	1	1	True	80284	maximal	False	ISR0014_000000006210	0.9665426955912064	PS149	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0057_000000011679	2746	0.602773091335183	3	2	0	1	1	True	70778	backbone	False	FIJ0056_000000008038	0.825575769996901	PS333	0	0	True	True	1.0	9					non-mobilizable	chromosome	1359.0	95.21700000000001	100.0	0.5067314884068811	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
FIJ0072_000000009636	2584	0.602773091335183	2	2	0	1	1	True	44772	fragment	False	FIJ0072_000000009636	1.0		0	0	False	False	0.9717492461204529	0					non-mobilizable	chromosome	1305.0	97.165	92.0	0.487658937920718	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
TAN0003_000000003502	2402	0.6027718014674313	4	4	2	4	3	False	55036	fragment	False	TAN0003_000000003502	1.0		0	0	False	False	0.9854288101196289	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.394937104609329e-05	NZ_FOXY01000004.1	a-proteobacteria	Donghicola eburneus strain DSM 29127, whole genome shotgun sequence	True	False
FIJ0117_000000008092	2535	0.6027705288509483	2	2	2	2	2	False	41620	maximal	True	FIJ0117_000000008092	1.0		2	2	False	False	0.9996055364608765	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000021196	1552	0.6027651458722063	2	2	2	1	1	False	22443	maximal	True	SPA0046_000000021196	0.9653564290473018		198	12	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	97.445	72.0	0.00038639508209042917	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0152_000000000952	20116	0.6027644903887415	21	15	6	14	10	True	74066	maximal	True	FIJ0152_000000000952	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2055.0	95.32799999999999	10.0	0.028781418312387792	NZ_CABKPS010000046.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0836_000000007889	2526	0.602764408617239	3	2	2	2	2	False	20932	maximal	True	ISR0836_000000007889	1.0		2	2	False	False	0.9928740859031677	0					non-mobilizable	no_good_hit	533.0	98.68700000000001	21.0	0.018231665524331735	LT674130.1	bacteria	Uncultured bacterium DNA fragment active on carboxymethyl cellulose, OS xylan, b-glucan and lichenan polysaccharides, clone IL_B5	True	False
SPA0093_000000019295	1982	0.6027634588389142	3	1	1	1	1	False	63240	maximal	True	SPA0093_000000019295	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	96.85	38.0	0.019964559952746604	MK233181.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_1_c1 sequence	True	False
ENG0061_000000015900	1303	0.6027634588389142	2	1	1	1	1	False	63239	fragment	False	ENG0061_000000015900	1.0		0	0	False	False	0.9892555475234985	0					non-mobilizable	no_good_hit	268.0	98.881	24.0	0.010513880685174247	MK233181.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_1_c1 sequence	True	False
MAD0037_000000003912	3279	0.6027590804039964	3	2	1	2	2	True	18652	maximal	True	MAD0037_000000003912	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2484.0	89.855	99.0	0.012815036309269542	CP048110.1	enterobacteria	Klebsiella michiganensis strain BD177 plasmid unnamed2	False	True
CAN0006_000000000360	63438	0.6027557924898882	70	21	8	16	11	True	121845	maximal	True	CAN0006_000000000360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1992.0	75.502	3.0	0.0005844629712064541	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0081_000000010798	2192	0.6027549548609634	2	2	2	2	1	True	68183	fragment	False	DEN0096_000000018725	0.9576594304513351		0	0	False	False	0.9936131238937378	0					non-mobilizable	no_good_hit	895.0	99.441	56.0	0.11057513914656772	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
CHI0063_000000011049	1280	0.6027541905632664	3	3	1	2	3	False	85382	fragment	False	CHI0063_000000011049	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1264.0	98.57600000000001	100.0	0.0002610912622491183	CP057640.1	enterobacteria	Escherichia coli strain RHB19-C23 chromosome, complete genome	False	False
MON0066_000000001395	12756	0.6027514125830832	12	10	9	10	9	False	125098	maximal	False	ENG0143_000000001372	0.38462560921577316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	5.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0136_000000015520	2629	0.602750974498486	6	4	4	3	1	False	127754	maximal	True	SPA0136_000000015520	1.0		1	1	False	False	0.9992392659187317	0					non-mobilizable	no_good_hit	1179.0	98.64299999999999	45.0	0.022527346439225885	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0037_000000020231	1602	0.6027498496425693	4	4	3	1	1	False	47764	fragment	False	FIJ0037_000000020231	1.0		0	0	False	False	0.9993757605552673	0					non-mobilizable	other	1602.0	99.56299999999999	100.0	0.00032351296688872065	CP009166.1	enterobacteria	Escherichia coli 1303, complete genome	False	False
USA0069_01_000000041293	1459	0.6027384097499255	3	3	3	3	3	False	78796	fragment	False	USA0069_01_000000041293	0.9936186186186187		0	0	False	False	0.9972584247589111	0					non-mobilizable	other	1459.0	99.931	100.0	0.024349104026453346	NZ_WNCH01000012.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold12_size59879, whole genome shotgun sequence	False	False
ISR0192_000000011693	1514	0.6027356358688785	3	3	3	2	2	False	79459	maximal	False	FIJ0009_000000028039	0.9767654036626675		0	0	False	False	0.9894319772720337	0					non-mobilizable	chromosome	1514.0	100.0	100.0	0.0002808110818854766	CP044047.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_629 chromosome, complete genome	False	False
SPA0052_000000022755	1176	0.6027326552178397	1	1	1	1	1	False	6506	fragment	False	SPA0052_000000022755	1.0		0	0	False	False	0.9991496801376343	0					non-mobilizable	no_good_hit	48.0	100.0	4.0	1.4830830709538496e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0810_000000000485	15247	0.6027218627462454	17	6	0	6	1	False	70240	maximal	False	DEN0073_000000001841	0.9694989822050036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0158_000000010893	1825	0.6027164613813742	3	2	2	2	1	False	88874	fragment	False	SPA0158_000000010893	0.9755820556501987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0010_000000000621	4494	0.6027137819070956	6	2	2	2	1	True	81550	maximal	True	MAD0010_000000000621	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1631.0	97.486	36.0	0.19086747270806434	HG796255.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00063	True	True
FIJ0048_000000007721	3922	0.6027137819070956	2	2	2	2	1	True	81593	maximal	True	FIJ0048_000000007721	1.0		0	0	False	False	0.9997450113296509	0					non-mobilizable	no_good_hit	904.0	92.478	52.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0088_000000006178	3480	0.6027137819070956	3	2	2	2	1	True	81548	fragment	False	MAD0088_000000006178	0.9897260273972603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1658.0	96.50200000000001	48.0	0.19403685878624252	HG796255.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00063	True	True
MAD0024_000000003595	3212	0.6027137819070956	3	2	2	2	1	True	81548	fragment	False	MAD0088_000000006178	0.9520114942528736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1622.0	97.904	51.0	0.001737776226404962	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	True
MON0047_000000025057	1586	0.6027137397440057	2	2	2	2	2	False	32967	fragment	False	MON0047_000000025057	0.963013698630137		0	0	False	False	0.9899117350578308	0					non-mobilizable	chromosome	1565.0	96.55	99.0	0.0005314455011813109	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0168_000000010621	2409	0.6027133922256515	3	3	3	2	2	False	55659	fragment	False	ENG0174_000000007182	0.9728867623604465		0	0	False	False	1.0	0					non-mobilizable	other	2410.0	99.087	100.0	0.017176838007230102	NZ_JAAITI010000008.1	firmicutes	Blautia luti strain MSK.16.34 NODE_8_length_140247_cov_225.262, whole genome shotgun sequence	False	False
ENG0091_000000007413	3146	0.6027090361242327	2	2	2	2	2	False	61195	fragment	False	ENG0091_000000007413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	93.719	54.0	0.06326723323890462	AF177167.1	firmicutes	Streptococcus thermophilus plasmid pER35, complete plasmid sequence	True	False
ISR0394_000000003617	4822	0.6027077280606967	5	5	5	5	4	False	87260	maximal	True	ISR0394_000000003617	1.0		13	3	False	False	0.9997926354408264	0					non-mobilizable	no_good_hit	2276.0	99.29700000000001	47.0	0.012306859694222703	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	True	False
MON0030_000000032285	1136	0.6027059114131391	3	2	1	1	2	True	12487	fragment	False	MON0030_000000032285	1.0		0	0	False	False	0.9753521084785461	0					non-mobilizable	other	1134.0	99.824	99.0	0.0087209526082037	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0046_000000001503	14491	0.6027044345400854	23	9	5	9	4	True	100082	maximal	True	FIJ0046_000000001503	1.0	PS362|PS441|PS569	2	1	False	True	0.9997929930686951	0					non-mobilizable	no_good_hit	641.0	74.259	4.0	0.0003091877343753451	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0847_000000007503	3386	0.6026989683940822	4	4	4	4	2	False	103256	maximal	True	ISR0847_000000007503	0.9869198815345662		164	10	False	False	1.0	0					non-mobilizable	other	3386.0	99.852	100.0	0.006242883795259985	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ENG0188_000000013221	1948	0.602697596292355	3	3	2	3	2	False	108114	fragment	False	ENG0188_000000013221	1.0		0	0	False	False	0.9815195202827454	0					non-mobilizable	other	1948.0	99.23	100.0	0.007176795396824811	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
AST0106_000000003823	5080	0.6026975720106523	2	1	1	1	1	False	107506	fragment	False	ISR0815_000000005086	0.9108454235413708		0	0	False	False	1.0	0					non-mobilizable	other	5080.0	98.95700000000001	100.0	0.015449946614183288	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0212_000000006641	4870	0.6026975720106523	1	1	1	1	1	False	79209	maximal	True	ISR0212_000000006641	1.0		80	9	False	False	1.0	0					non-mobilizable	no_good_hit	2296.0	70.688	46.0	0.0012176363632385408	CP032700.1	firmicutes	Streptococcus pyogenes strain TSPY556 chromosome, complete genome	True	False
MAD0049_000000003585	4404	0.6026885869765378	7	5	4	5	3	False	18342	maximal	True	MAD0049_000000003585	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0169_000000018247	1248	0.6026877574944529	2	2	2	2	1	False	38845	fragment	False	FIJ0169_000000018247	1.0		0	0	False	False	0.9991987347602844	0					non-mobilizable	no_good_hit	129.0	80.62	10.0	0.0006266777198799937	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	True	False
USA0066_01_000000013906	1473	0.6026864763957227	3	2	1	2	2	False	818	maximal	True	USA0066_01_000000013906	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	81.013	5.0	6.27400270393006e-06	LN877229.1	high GC Gram+	Kibdelosporangium sp. MJ126-NF4 complete genome	True	False
MAD0028_000000005411	2334	0.6026861660407521	2	2	2	2	2	False	19019	maximal	True	MAD0028_000000005411	1.0		9	2	False	False	0.9897172451019287	0					non-mobilizable	no_good_hit	719.0	72.32300000000001	30.0	0.00021153432393358486	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
ENG0041_000000008740	2936	0.6026793840059521	4	3	2	2	1	False	129983	maximal	False	ISR0201_000000009796	0.9547533485788958		0	0	False	False	1.0	0					non-mobilizable	other	2936.0	100.0	100.0	0.0032676536799235802	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
DEN0010_000000027660	1669	0.6026789128584855	3	2	2	1	1	False	75917	fragment	False	DEN0010_000000027660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	94.352	37.0	9.669549589156954e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0025_000000006165	1687	0.6026778903346587	2	2	2	2	2	False	88958	maximal	True	CHI0025_000000006165	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	100.0	49.0	0.0024356148357694988	NZ_WBKJ01000005.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000005, whole genome shotgun sequence	True	False
USA0003_01_000000027720	1352	0.6026769030785173	2	2	2	1	1	False	2225	maximal	True	USA0003_01_000000027720	1.0		1	1	False	False	0.9992603659629822	0					non-mobilizable	no_good_hit	131.0	77.09899999999999	10.0	0.0006020724462485712	NZ_WNKZ01000001.1	b-proteobacteria	Massilia buxea strain KCTC 52429 NODE_1_length_212599_cov_37.604691_1, whole genome shotgun sequence	True	False
SPA0069_000000007260	3337	0.6026651093527795	4	4	4	4	4	False	97365	fragment	False	CHI0162_000000008757	0.9564732523350707		0	0	False	False	1.0	0					non-mobilizable	chromosome	1465.0	94.266	100.0	0.00027177201488091197	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
AST0053_000000004916	1715	0.6026640305854286	2	2	2	2	2	False	114097	maximal	True	AST0053_000000004916	1.0		4	2	False	False	0.991253674030304	0					non-mobilizable	no_good_hit	1030.0	72.62100000000001	58.0	0.0014003440368567212	NZ_AUJC01000001.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0105_000000028017	1939	0.6026639004892503	2	1	1	1	1	False	8733	maximal	True	MON0105_000000028017	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.009287925696594427	LN852941.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0269	True	False
SPA0074_000000003746	6934	0.6026637655776906	10	2	2	2	2	False	5829	maximal	True	SPA0074_000000003746	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	78.893	30.0	0.00016164266429278406	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0812_000000005618	6578	0.6026637655776906	13	2	2	2	2	False	70197	fragment	False	ISR0812_000000005618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	75.03699999999999	33.0	0.1163720351781114	NZ_SRYX01000099.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_99_length_11257_cov_200.105, whole genome shotgun sequence	True	False
SPA0004_000000003694	3808	0.6026637655776906	6	2	2	2	2	False	53796	maximal	True	SPA0004_000000003694	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	1423.0	99.016	61.0	0.00021960386058027308	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
CHI0155_000000003923	3032	0.6026637655776906	4	2	2	2	2	False	100407	fragment	False	CHI0155_000000003923	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3033.0	97.428	100.0	0.01052785139439325	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0357_000000008018	3021	0.6026637655776906	4	2	2	2	2	False	62898	fragment	False	ISR0357_000000008018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	83.06299999999999	62.0	0.00045873936264372034	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
AST0089_000000003628	5046	0.6026616346355663	5	5	4	5	4	False	127646	fragment	False	AST0118_000000005245	0.925372125887185		0	0	False	False	0.9996036291122437	0					non-mobilizable	chromosome	4055.0	97.411	99.0	0.0016678897858429516	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0006_01_000000001080	18112	0.6026612644368803	14	11	9	8	7	False	122683	fragment	False	USA0006_01_000000001080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7424.0	99.205	88.0	0.002884725991835872	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MAD0108_000000011547	1533	0.6026607400060331	1	1	1	1	1	False	34407	fragment	False	MAD0108_000000011547	0.999038692621966		0	0	False	False	0.9993476867675781	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.5177113863092665e-07	LR584426.1	bony fishes	Salmo trutta genome assembly, chromosome: 17	True	False
MAD0065_000000007508	1528	0.6026607400060331	1	1	1	1	1	False	34407	fragment	False	MAD0108_000000011547	0.9977111729094426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.5177113863092665e-07	LR584426.1	bony fishes	Salmo trutta genome assembly, chromosome: 17	True	False
ISR0078_000000014815	1387	0.6026607400060331	1	1	1	1	1	False	34407	fragment	False	MAD0108_000000011547	0.9355343012195912		0	0	False	False	0.9920691847801208	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.5177113863092665e-07	LR584426.1	bony fishes	Salmo trutta genome assembly, chromosome: 17	True	False
FIJ0149_000000006321	3512	0.6026555888641824	2	2	2	2	1	False	81489	fragment	False	FIJ0149_000000006321	1.0		0	0	False	False	0.998291552066803	0					non-mobilizable	chromosome	3513.0	94.335	100.0	0.0009779031394497155	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0179_000000015546	1422	0.6026531280479632	2	2	2	2	1	False	77530	fragment	False	CHI0179_000000015546	1.0		0	0	False	False	0.9303797483444214	0					non-mobilizable	other	1339.0	99.40299999999999	94.0	0.002429511482982525	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0098_000000013903	2305	0.6026498806907041	4	3	2	3	0	True	9538	fragment	False	MON0098_000000013903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0081_01_000000026907	1123	0.602641440097524	2	2	2	2	2	False	545	maximal	True	USA0081_01_000000026907	1.0		77	11	False	False	0.9955476522445679	0					non-mobilizable	no_good_hit	372.0	73.118	33.0	0.004045022863172705	NZ_RFLY01000014.1	g-proteobacteria	Lysobacter pythonis strain 4284/11 14_90976_43.8403, whole genome shotgun sequence	True	False
CHI0129_000000002815	6627	0.6026413242270323	4	2	1	2	0	True	81299	maximal	True	CHI0129_000000002815	1.0		3	1	False	False	0.9996982216835022	0					non-mobilizable	no_good_hit	1223.0	93.05	19.0	0.00048291772482074495	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ENG0091_000000000469	31767	0.6026410497850392	34	28	4	16	22	True	115131	fragment	False	ENG0091_000000000469	0.9900131545025851		0	0	False	False	0.9999685287475586	0					non-mobilizable	chromosome	26085.0	99.77799999999999	98.0	0.004727902060816652	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
DEN0041_000000000588	31711	0.6026410497850392	34	28	4	16	22	True	115131	fragment	False	ENG0091_000000000469	0.988459496297857		0	0	False	False	1.0	0					non-mobilizable	other	30804.0	99.779	99.0	0.013525253288312108	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
CAN0013_000000000887	31351	0.6026410497850392	34	28	4	16	22	True	115131	fragment	False	ENG0091_000000000469	0.9897529375630038		0	0	False	False	1.0	0					non-mobilizable	other	30929.0	99.95200000000001	99.0	0.013580153650742341	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
CAN0012_000000001411	31018	0.6026410497850392	33	28	4	16	22	True	115131	fragment	False	ENG0091_000000000469	0.9891628447429979		0	0	False	False	1.0	0					non-mobilizable	other	30929.0	99.95200000000001	99.0	0.013580153650742341	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
USA0133_01_000000000596	30952	0.6026410497850392	34	28	4	16	22	True	115131	fragment	False	ENG0091_000000000469	0.9887073100186183		0	0	False	False	1.0	0					non-mobilizable	other	30880.0	99.958	99.0	0.013559071911569132	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ENG0109_000000000400	30897	0.6026410497850392	34	28	4	16	22	True	115131	fragment	False	ENG0091_000000000469	0.98869490789783		0	0	False	False	1.0	0					non-mobilizable	other	30897.0	99.964	100.0	0.013566538360859644	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ENG0119_000000000593	30886	0.6026410497850392	34	28	4	16	22	True	115131	fragment	False	ENG0091_000000000469	0.988397580383005		0	0	False	False	1.0	0					non-mobilizable	chromosome	30910.0	99.845	100.0	0.005639565043275544	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
USA0010_01_000000000547	30882	0.6026410497850392	33	28	4	16	22	True	115131	fragment	False	ENG0091_000000000469	0.9884791572994125		0	0	False	False	1.0	0					non-mobilizable	other	30878.0	99.958	99.0	0.013558193505770248	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ENG0147_000000000227	30867	0.6026410497850392	33	28	4	16	22	True	115131	fragment	False	ENG0091_000000000469	0.9865623198031097		0	0	False	False	1.0	0					non-mobilizable	other	30803.0	99.883	100.0	0.013525253288312108	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
AST0052_000000022059	1162	0.6026359200657074	2	2	2	2	2	False	114323	fragment	False	MON0054_000000041910	0.972972972972973		0	0	False	False	0.9939758777618408	0					non-mobilizable	other	1170.0	87.35	100.0	0.0003633628233789134	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0118_000000027732	1129	0.6026357732688136	2	2	2	2	2	False	105671	maximal	True	AST0118_000000027732	1.0		34	6	False	False	0.9831709265708923	0					non-mobilizable	other	1023.0	98.925	91.0	0.0002901180456830889	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0004_000000026608	1674	0.602624776657024	3	2	2	2	2	False	14214	fragment	False	MON0004_000000026608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	6.855056681525818e-06	CP018319.1	g-proteobacteria	Pseudomonas frederiksbergensis strain AS1, complete genome	True	False
AST0088_000000002219	5491	0.6026211036050946	5	5	2	5	2	False	110453	maximal	True	AST0088_000000002219	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2077.0	76.456	38.0	0.0006452094850522267	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0149_000000011898	1489	0.6026194566814083	2	2	2	1	1	False	35906	fragment	False	USA0035_01_000000015644	0.7163656205313464		0	0	False	False	0.9758226871490479	0					non-mobilizable	no_good_hit	352.0	84.65899999999999	24.0	0.00012385814960158963	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0378_000000025630	1283	0.602616634332645	3	2	2	2	2	False	75808	fragment	False	ISR0378_000000025630	1.0		0	0	False	False	0.9968823194503784	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	0.00018358233937895173	NZ_AODL01000006.1	firmicutes	Listeria riparia FSL S10-1204 c6, whole genome shotgun sequence	True	False
MAD0012_000000017911	1656	0.6026106446936629	2	2	2	2	1	False	19655	fragment	False	MAD0012_000000017911	1.0		0	0	False	False	0.9698067903518677	0					non-mobilizable	chromosome	1604.0	97.569	99.0	0.0004518146573410017	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
MON0075_000000014761	1715	0.6026097519446086	2	1	1	1	1	False	10342	maximal	True	MON0075_000000014761	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	79.72	8.0	0.005015081585928699	NZ_JAAIUL010000029.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_29_length_27517_cov_193.018, whole genome shotgun sequence	True	False
ISR0305_000000011956	1555	0.602608963656004	2	2	2	2	1	False	25472	maximal	True	ISR0305_000000011956	1.0		60	7	False	False	0.9942122101783752	0					non-mobilizable	other	1555.0	95.82	100.0	0.0047271543686632864	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0103_000000008314	1975	0.6026083351041598	3	1	1	1	1	False	76286	fragment	False	SPA0103_000000008314	1.0		0	0	False	False	0.9994936585426331	0					non-mobilizable	other	1824.0	99.945	92.0	0.004316768346857786	NZ_FQVI01000002.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
SPA0035_000000011149	1791	0.6026083351041598	4	1	1	1	1	False	76285	fragment	False	SPA0035_000000011149	1.0		0	0	False	False	0.9743160009384155	0					non-mobilizable	no_good_hit	1510.0	100.0	84.0	0.000517480306427901	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0170_000000000594	35561	0.6026082877559247	35	13	5	10	7	False	30073	fragment	False	ISR0170_000000000594	1.0		0	0	False	False	0.9998875260353088	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00026663585541226347	NZ_AUAN01000007.1	firmicutes	Veillonella magna DSM 19857 G344DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0281_000000007671	2244	0.602606915421983	4	3	3	2	2	False	30657	fragment	False	ISR0281_000000007671	1.0		0	0	False	False	0.9995543956756592	0					non-mobilizable	no_good_hit	86.0	87.209	4.0	8.86103396799186e-05	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0279_000000007063	2871	0.602605969583781	3	2	2	2	1	False	84963	maximal	True	ISR0279_000000007063	1.0		6	2	False	False	0.9989550709724426	0					non-mobilizable	chromosome	1427.0	99.58	100.0	0.0005752454071131959	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0221_000000009984	2302	0.6026017591406582	3	2	1	2	1	False	27955	maximal	True	ISR0221_000000009984	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1519.0	100.0	66.0	0.0028156944359429515	NZ_CZAI01000003.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0141_000000008215	4357	0.6026005960512828	4	4	4	4	4	False	96184	fragment	False	ISR0141_000000008215	1.0		0	0	False	False	0.9869176149368286	0					non-mobilizable	no_good_hit	1366.0	84.62700000000001	67.0	0.00035996843312929817	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0082_000000003779	6152	0.6026005877293511	8	5	4	3	3	True	132132	backbone	False	ISR0156_000000004294	0.983659260931498	PS1142	0	0	True	True	1.0	123					non-mobilizable	no_good_hit	2703.0	85.12799999999999	67.0	0.4073681018799272	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0140_000000010448	2800	0.6025977046137234	4	3	3	2	3	False	80266	maximal	True	CHI0140_000000010448	1.0		14	6	False	False	0.9989285469055176	0					non-mobilizable	no_good_hit	600.0	71.167	21.0	0.07877726905467278	NZ_JH604978.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld563, whole genome shotgun sequence	True	False
ENG0022_000000008308	1866	0.602594625938834	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2960273181489984		0	0	False	False	1.0	0					non-mobilizable	chromosome	1811.0	98.06700000000001	96.0	0.0005145534137163044	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0382_000000008458	1704	0.602594625938834	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.2564304609998277		0	0	False	False	0.9994131326675415	0					non-mobilizable	chromosome	1716.0	98.193	100.0	0.00048781597817770155	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0129_000000008381	1328	0.6025929869143336	2	2	2	2	2	False	31803	maximal	True	ISR0129_000000008381	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	95.367	67.0	0.6748091603053435	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
CHI0090_000000004251	2966	0.6025916411343613	7	5	5	4	4	False	112928	fragment	False	CHI0090_000000004251	1.0		0	0	False	False	0.9794335961341858	0					non-mobilizable	other	723.0	98.20200000000001	91.0	0.00021584770599031197	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0127_000000008031	3164	0.6025882566314363	5	3	3	2	3	False	84840	maximal	True	ENG0127_000000008031	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	93.57	68.0	0.00025628116404554464	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0020_000000017693	1470	0.602583866401904	3	3	3	2	3	False	37678	maximal	True	ISR0020_000000017693	1.0		2	2	False	False	0.9979591965675354	0					non-mobilizable	no_good_hit	770.0	98.052	52.0	0.010723449352967426	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0162_000000005869	4160	0.6025821036731841	2	2	1	1	2	False	56377	maximal	True	ENG0162_000000005869	1.0		1	1	False	False	0.9995192289352417	0					non-mobilizable	other	4178.0	85.902	99.0	0.0013791446116936195	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
FIJ0053_000000017455	1199	0.6025756652399318	2	2	2	2	1	False	46368	fragment	False	FIJ0053_000000017455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	80.392	9.0	1.5068089500189949e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ISR0395_000000008236	4663	0.602565632910798	7	6	6	5	5	False	103274	fragment	False	ENG0001_000000004788	0.8293739152567995		0	0	False	False	1.0	0					non-mobilizable	other	4663.0	99.786	100.0	0.0009016837560064662	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0035_000000002304	4567	0.602565632910798	7	6	6	5	5	False	103274	fragment	False	ENG0001_000000004788	0.8253258813080265		0	0	False	False	1.0	0					non-mobilizable	other	4567.0	99.803	100.0	0.0008843371799870197	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0093_000000022274	1450	0.6025653522466627	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.17962430235019722		0	0	False	False	0.9800000190734863	0					non-mobilizable	chromosome	1450.0	91.37899999999999	100.0	0.0006213228215860155	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
AUS0010_000000005610	4010	0.6025618023736808	8	2	1	1	2	False	101588	fragment	False	AUS0010_000000005610	1.0		0	0	False	False	0.997256875038147	0					non-mobilizable	no_good_hit	1087.0	78.289	36.0	0.006904362038234594	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	True	False
ISR0092_000000014459	1971	0.6025618023736808	2	2	1	1	2	False	33579	maximal	True	ISR0092_000000014459	1.0		0	0	False	False	0.9878234267234802	0					non-mobilizable	no_good_hit	661.0	86.98899999999999	75.0	0.00012763429733058388	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
SPA0021_000000027683	1134	0.6025618023736808	2	2	1	1	2	False	7678	fragment	False	SPA0021_000000027683	1.0		0	0	False	False	0.9991181492805481	0					non-mobilizable	other	992.0	77.419	98.0	0.006305941097362443	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	False	False
SPA0156_000000004807	3254	0.6025598868023705	4	3	3	3	2	True	24575	fragment	False	SPA0156_000000004807	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0337_000000001401	5644	0.6025562327198462	5	4	4	4	3	False	24448	maximal	True	ISR0337_000000001401	1.0		6	3	False	False	1.0	0					non-mobilizable	other	4163.0	99.664	92.0	0.006668236794503912	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ISR0194_000000016130	1635	0.6025558331088579	3	2	2	2	1	False	62135	maximal	True	ISR0194_000000016130	1.0		1	1	False	False	0.9993883967399597	0					non-mobilizable	no_good_hit	1209.0	96.85700000000001	74.0	0.0004234654138766196	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0167_000000012479	1989	0.6025557907382929	2	2	1	1	2	False	56056	maximal	True	ENG0167_000000012479	1.0		3	2	False	False	0.9874308705329895	0					non-mobilizable	no_good_hit								True	False
FIJ0092_000000005707	5073	0.6025548747900067	7	5	2	2	3	False	67424	maximal	True	FIJ0092_000000005707	1.0		7	4	False	False	0.9986201524734497	0					non-mobilizable	no_good_hit	590.0	94.068	30.0	0.011343283582089553	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0001_000000007146	2747	0.6025510684288408	3	3	2	3	2	False	52631	fragment	False	FIJ0001_000000007146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0021_000000003471	7701	0.6025491129825497	10	9	6	7	9	True	131151	maximal	True	SPA0021_000000003471	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	3767.0	80.196	81.0	0.001123332651887009	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0034_000000010130	2768	0.6025399133870215	3	2	2	2	2	False	50464	maximal	True	FIJ0034_000000010130	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	75.94	24.0	0.003403380657022894	NZ_JAAXOX010000005.1	high GC Gram+	Cellulomonas denverensis strain ATCC BAA-788 W8039_5, whole genome shotgun sequence	True	False
ISR0341_000000003363	3960	0.6025327110541391	2	2	2	2	2	False	62446	maximal	False	USA0019_01_000000006815	0.9577952178845492		0	0	False	False	1.0	0					non-mobilizable	chromosome	3959.0	99.09100000000001	99.0	0.000726733508273412	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
TAN0014_000000003932	1543	0.6025288814927349	3	3	3	3	3	False	2543	fragment	False	TAN0014_000000003932	1.0		0	0	False	False	0.9941672086715698	0					non-mobilizable	other	1105.0	87.149	98.0	0.03023989033584647	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
USA0116_01_000000011745	2156	0.602525359955521	3	3	3	3	3	False	262	maximal	True	USA0116_01_000000011745	1.0		0	0	False	False	0.9879406094551086	0					non-mobilizable	no_good_hit	1815.0	74.49	82.0	0.005678552032750128	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
AST0010_000000025584	1187	0.6025242808056956	1	1	1	1	1	True	125679	fragment	False	AST0010_000000025584	1.0		0	0	False	False	0.9907329678535461	0					non-mobilizable	chromosome	958.0	87.056	95.0	0.00031976443795341333	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0094_000000012442	1639	0.6025232992193317	2	2	2	2	1	False	85540	maximal	True	FIJ0094_000000012442	0.9813685636856369		171	9	False	False	0.9993898868560791	0					non-mobilizable	chromosome	1633.0	96.571	99.0	0.0006469574566009284	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0039_000000003206	8171	0.6025230992834562	13	11	8	11	7	False	99154	maximal	True	ISR0039_000000003206	1.0		15	2	False	False	0.9997552037239075	0					non-mobilizable	other	8164.0	99.706	99.0	0.30975600500891737	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
SPA0115_000000004616	5368	0.6025230566361096	8	7	5	4	4	True	132358	backbone	False	ISR0371_000000002559	0.7832918865587881	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	5292.0	99.98100000000001	100.0	0.044999532229394706	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0051_000000002834	9388	0.6025215066062455	8	4	4	4	2	False	64101	maximal	True	ENG0051_000000002834	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	88.96799999999999	30.0	0.00041053125075465305	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0060_000000009647	2955	0.6025213582423274	7	6	3	4	3	False	113680	fragment	False	ISR0060_000000009647	1.0		0	0	False	False	0.9986463785171509	0					non-mobilizable	no_good_hit	2028.0	92.70200000000001	87.0	0.0006819397382038057	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0020_000000013500	1587	0.6025162894356233	3	3	3	3	3	False	49467	fragment	False	FIJ0022_000000015518	0.9494280553883203		0	0	False	False	0.9993698596954346	0					non-mobilizable	other	1587.0	99.49600000000001	100.0	0.011017102210366912	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
USA0037_01_000000009700	3632	0.6025126275191703	4	3	2	3	2	True	1369	fragment	False	USA0037_01_000000009700	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3313.0	98.73200000000001	91.0	0.22885572139303484	NZ_QRHR01000017.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf17, whole genome shotgun sequence	False	True
MAD0087_000000002818	8438	0.6025076511610423	9	9	7	9	7	False	74093	maximal	True	MAD0087_000000002818	1.0		9	3	False	False	0.9982223510742188	0					non-mobilizable	no_good_hit	4804.0	100.0	57.0	0.001039400484707309	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	True	False
MON0065_000000015635	1661	0.6025074020297625	2	2	2	2	1	False	10671	maximal	False	MON0100_000000026423	0.9619849100406268		0	0	False	False	0.979530394077301	0					non-mobilizable	no_good_hit								True	False
MON0001_000000026584	1312	0.602504580610112	3	1	1	1	1	False	114808	maximal	False	MON0007_000000048836	0.7588219962106424		0	0	False	False	1.0	0					non-mobilizable	chromosome	1312.0	96.189	100.0	0.0005399021010469405	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0141_000000010964	2103	0.6025002940801805	2	2	2	2	2	False	102956	fragment	False	CHI0131_000000007154	0.5832361429420619		0	0	False	False	1.0	0					non-mobilizable	other	2103.0	99.14399999999999	100.0	0.0008564312404277919	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0789_000000006249	2228	0.6024920340150549	3	3	3	2	2	False	87592	maximal	True	ISR0789_000000006249	1.0		201	12	False	False	0.9995511770248413	0					non-mobilizable	other	1516.0	96.43799999999999	99.0	0.0004257634374032196	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0114_000000022924	1742	0.6024908488128539	2	2	2	2	1	False	42082	maximal	True	FIJ0114_000000022924	0.9904674046740467		111	12	False	False	0.9936854243278503	0					non-mobilizable	other	1688.0	98.104	97.0	0.06505475859941386	NZ_QRYH01000032.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf32, whole genome shotgun sequence	False	False
ISR0293_000000004880	7259	0.6024893389357421	9	4	2	2	3	True	101814	maximal	True	ISR0293_000000004880	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	89.09	36.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0323_000000005962	3197	0.6024857406119171	4	4	4	4	3	False	119445	fragment	False	USA0035_01_000000007606	0.9786452900919453		0	0	False	False	0.9996871948242188	0					non-mobilizable	other	3197.0	99.531	100.0	0.0007456328220289239	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0195_000000009844	2517	0.6024805124464352	3	2	2	2	2	True	108703	maximal	True	ENG0195_000000009844	1.0		2	2	False	False	0.9956297278404236	0					non-mobilizable	no_good_hit	821.0	72.351	32.0	0.00544705906294304	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ISR0347_000000017570	1286	0.6024797466413779	1	1	1	1	1	False	86960	fragment	False	MON0095_000000018579	0.4156148550269162		0	0	False	False	0.996889591217041	0					non-mobilizable	no_good_hit	1143.0	79.265	88.0	0.00033453404848082975	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0005_000000030296	1791	0.602479290131282	2	2	2	2	2	False	20997	maximal	True	MON0005_000000030296	0.9968041836141779		86	9	False	False	0.9994416236877441	0					non-mobilizable	chromosome	1791.0	99.665	100.0	0.0004491402602303613	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0024_000000006910	2277	0.6024769386722908	3	1	1	1	1	False	61237	fragment	False	SPA0024_000000006910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0048_000000018071	2212	0.6024766607175468	3	3	2	3	2	False	20256	maximal	False	MON0082_000000013878	0.9635220125786164		0	0	False	False	0.9733272790908813	0					non-mobilizable	other	2212.0	99.955	100.0	0.0904738521973975	NZ_WEHX01000031.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_31_length_24438_cov_145.566146, whole genome shotgun sequence	False	False
MON0094_000000019955	1868	0.6024747326130657	3	3	3	3	1	False	49040	maximal	True	MON0094_000000019955	1.0		3	1	False	False	0.9994646906852722	0					non-mobilizable	chromosome	868.0	97.465	99.0	0.00030185448801156665	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0129_000000006205	4295	0.6024746075085847	5	5	3	4	5	False	122188	fragment	False	MAD0111_000000003353	0.41779125367116815		0	0	False	False	1.0	0					non-mobilizable	other	4295.0	98.67299999999999	100.0	0.074494292356268	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
MON0090_000000004847	9802	0.6024744172816063	10	6	5	6	5	True	68401	maximal	True	MON0090_000000004847	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3289.0	80.207	49.0	0.013875610230724323	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
ENG0080_000000021037	1350	0.6024728860885725	2	2	2	2	1	False	93122	fragment	False	SPA0041_000000025579	0.9622756261056897		0	0	False	False	0.9962962865829468	0					non-mobilizable	other	1350.0	99.77799999999999	100.0	0.02442115172251489	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
ISR0025_000000029528	1342	0.6024728860885725	2	2	2	2	1	False	93122	fragment	False	SPA0041_000000025579	0.980201331925315		0	0	False	False	0.9836065769195557	0					non-mobilizable	other	1327.0	99.54799999999999	99.0	0.02398667608030558	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
ISR0017_000000002393	13398	0.602472619163139	20	10	7	10	5	True	37881	fragment	False	ISR0017_000000002393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5386.0	98.719	88.0	0.07443997066677736	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
FIJ0079_000000003768	7794	0.6024678650407319	10	9	5	5	8	True	72919	maximal	True	FIJ0079_000000003768	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	77.221	6.0	0.00010055311210715463	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
SPA0036_000000016796	1495	0.6024584038402497	1	1	1	1	1	False	7094	maximal	True	SPA0036_000000016796	1.0		1	1	False	False	0.9959866404533386	0					non-mobilizable	no_good_hit	312.0	91.667	21.0	0.0017742305925585668	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
DEN0001_000000017608	2420	0.6024559270076828	4	2	1	1	2	False	120403	maximal	True	DEN0001_000000017608	0.9991673605328892		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	99.65	47.0	0.00031756802454597653	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	True	False
AST0025_000000014992	2402	0.6024559270076828	4	2	1	1	2	False	120403	maximal	False	DEN0001_000000017608	0.9954545454545454		0	0	False	False	0.9991673827171326	0					non-mobilizable	no_good_hit	1137.0	99.56	47.0	0.00031617640305366286	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	True	False
ISR0066_000000016766	1922	0.6024559270076828	2	2	1	1	2	False	115814	fragment	False	ISR0066_000000016766	1.0		0	0	False	False	0.9994797110557556	0					non-mobilizable	no_good_hit	904.0	77.987	46.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
CHI0169_000000000565	19533	0.6024548427551613	36	11	4	8	8	True	88778	maximal	True	CHI0169_000000000565	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2151.0	92.28299999999999	38.0	0.03806755750894977	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0120_000000000193	43507	0.6024513928413052	36	15	8	14	5	True	119621	maximal	False	AST0026_000000000287	0.9773098997182386	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	4627.0	94.381	21.0	0.161482207215088	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0090_000000013793	2091	0.6024469874977211	2	2	2	2	2	False	48204	fragment	False	ISR0336_000000006058	0.48591718825228697		0	0	False	False	0.9980870485305786	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	3.0	0.25925925925925924	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
ENG0204_000000020312	1351	0.6024464831407634	2	2	2	2	2	False	124631	fragment	False	ENG0204_000000020312	0.962993468473338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	76.923	42.0	0.004722639309471283	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0075_000000007277	3263	0.6024433683413256	5	4	4	3	4	False	112697	fragment	False	ISR0152_000000007022	0.38984145625366995		0	0	False	False	0.9969353079795837	0					non-mobilizable	other	3263.0	97.885	100.0	0.03545266818824041	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0068_000000003946	7185	0.6024397054656221	7	7	7	7	6	False	49719	maximal	True	FIJ0068_000000003946	1.0		40	3	False	False	0.9998608231544495	0					non-mobilizable	no_good_hit	785.0	75.414	11.0	0.0018373876293658754	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0364_000000011986	1504	0.6024357427357335	2	1	1	1	1	False	23676	maximal	True	ISR0364_000000011986	0.9923558026407227		364	14	False	False	0.9993351101875305	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000003984	4598	0.6024324948392402	7	4	2	3	1	True	53905	fragment	False	ENG0207_000000003317	0.9326147076931717		0	0	False	False	0.9995650053024292	0					non-mobilizable	no_good_hit	1822.0	94.73100000000001	78.0	0.07253326939215922	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	True
ISR0346_000000008544	2531	0.602432234421025	4	2	1	1	2	False	24195	fragment	False	ISR0346_000000008544	1.0		0	0	False	False	0.9711576700210571	0					non-mobilizable	no_good_hit	2127.0	78.561	83.0	0.012245801980544271	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
ENG0092_000000015632	1484	0.6024296940088311	3	2	2	1	1	False	89675	maximal	True	ENG0092_000000015632	1.0		158	11	False	False	0.9723719954490662	0					non-mobilizable	no_good_hit	1108.0	100.0	75.0	0.01699025400966925	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0165_000000018285	1107	0.6024296940088311	2	2	2	1	1	False	89658	fragment	False	SPA0115_000000024347	0.9325192110339414		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	100.0	100.0	0.016974905993400353	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0063_000000001745	6908	0.6024276900974833	8	6	5	5	6	False	98353	fragment	False	CHI0063_000000001745	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6908.0	100.0	100.0	0.04246619980694387	MK878891.1	enterobacteria	Escherichia coli strain J53 plasmid pMG336, complete sequence	False	True
CHI0040_000000008024	1930	0.6024143768306781	2	2	2	2	2	False	87700	fragment	False	CHI0040_000000008024	0.9965622573180202		0	0	False	False	0.9979274868965149	0					non-mobilizable	other	1930.0	99.845	100.0	0.0009636933886337136	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0048_000000010339	1865	0.6024143768306781	2	2	2	2	2	False	87700	fragment	False	CHI0040_000000008024	0.9833614272461931		0	0	False	False	0.9989275932312012	0					non-mobilizable	other	1866.0	99.839	100.0	0.0009317201502342539	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0024_000000015441	1656	0.6024127516378933	2	2	2	2	2	False	129426	fragment	False	ISR0806_000000006203	0.9232567269706237		0	0	False	False	1.0	0					non-mobilizable	other	1662.0	84.477	99.0	0.03806930921508006	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ENG0198_000000012117	1654	0.6024127516378933	2	2	2	2	2	False	129426	fragment	False	ISR0806_000000006203	0.9230434483991479		0	0	False	False	1.0	0					non-mobilizable	chromosome	1690.0	74.142	100.0	0.000525434397450934	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0129_000000020057	1187	0.6024081802179835	2	2	2	1	1	False	3826	fragment	False	SPA0129_000000020057	1.0		0	0	False	False	0.9974726438522339	0					non-mobilizable	chromosome	1181.0	85.775	99.0	0.00033478682583974035	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0077_000000008460	3418	0.602406638858454	4	3	2	2	3	False	127780	fragment	False	FIJ0043_000000007004	0.555368133197341		0	0	False	False	0.99765944480896	0					non-mobilizable	other	3228.0	98.60600000000001	94.0	0.061672913638797525	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0041_000000032108	2019	0.6024056884169869	3	2	2	2	2	False	104977	fragment	False	MON0041_000000032108	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	97.29700000000001	15.0	0.0009496370455021005	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0045_000000003162	3851	0.6024034695881012	6	5	4	4	2	False	124452	maximal	True	ENG0045_000000003162	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	2569.0	91.164	84.0	0.014657142857142856	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0090_000000004233	2978	0.6023978871845966	5	2	2	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.46588032069391777		0	0	False	False	0.9993284344673157	0					non-mobilizable	other	2978.0	98.791	100.0	0.05691119100436013	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0046_000000022259	1487	0.6023962861993515	2	2	2	2	1	False	6709	maximal	True	SPA0046_000000022259	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	82.287	42.0	0.00018581751575533765	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0028_000000016258	1598	0.6023884798876262	1	1	1	1	1	False	28121	maximal	True	MON0028_000000016258	1.0		38	5	False	False	0.9543178677558899	0					non-mobilizable	other	1557.0	98.97200000000001	97.0	0.001414743518638064	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0049_000000016661	1328	0.6023884798876262	1	1	1	1	1	False	28119	fragment	False	MON0049_000000016661	0.9607787750747339		0	0	False	False	0.9939758777618408	0					non-mobilizable	other	1328.0	98.946	100.0	0.0012065325509207653	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0081_000000019711	1821	0.6023853930621887	3	3	3	2	2	False	69907	maximal	False	DEN0092_000000006414	0.3795180722891566		0	0	False	False	1.0	0					non-mobilizable	chromosome	1821.0	98.902	100.0	0.0005093828602743222	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0094_000000020197	1150	0.6023842519412189	2	2	2	2	2	False	109055	maximal	True	AST0094_000000020197	1.0		290	13	False	False	0.9939130544662476	0					non-mobilizable	other	1151.0	98.95700000000001	100.0	0.0004054831190325666	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
CAN0016_000000020827	2320	0.6023803848280559	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3408869073250192		0	0	False	False	0.998275876045227	0					non-mobilizable	chromosome	2320.0	99.095	100.0	0.0008165463195956648	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0127_000000010886	2260	0.6023803848280559	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.46705252261699665		0	0	False	False	1.0	0					non-mobilizable	chromosome	2274.0	92.21600000000001	100.0	0.0007319849038991814	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0131_000000028422	1303	0.6023795367811587	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.24659228721376503		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	96.93	100.0	0.33539412673879443	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
CAN0011_000000013418	2268	0.6023724316876219	4	4	4	3	1	False	97189	fragment	False	SPA0114_000000018814	0.9349963053786734		0	0	False	False	0.9933862686157227	0					non-mobilizable	chromosome	2262.0	81.3	99.0	0.00034633785034204515	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
FIJ0009_000000005683	5985	0.6023657284201674	8	6	6	6	6	False	75751	maximal	True	FIJ0009_000000005683	1.0		1	1	False	False	0.995488703250885	0					non-mobilizable	no_good_hit	1760.0	77.61399999999999	33.0	0.0006172483190341605	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0001_000000011028	3670	0.6023641289017025	5	5	5	5	5	False	115909	maximal	False	DEN0096_000000010788	0.9494183105715731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	72.447	11.0	0.011797720634557012	NZ_MQNM01000032.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_32_length_34922_cov_33.8482, whole genome shotgun sequence	True	False
ISR0236_000000001544	5345	0.6023626407366425	5	5	3	5	4	False	115357	maximal	True	ISR0236_000000001544	1.0		6	3	False	False	0.9968194365501404	0					non-mobilizable	no_good_hit	1813.0	94.76	34.0	0.0006365814868412185	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0101_000000006088	1212	0.6023617445575775	2	1	1	1	1	False	108447	maximal	True	AST0101_000000006088	1.0		1	1	False	False	0.9991748929023743	0					non-mobilizable	plasmid	1212.0	94.14200000000001	100.0	0.003500951125450267	LC511997.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis MY460 plasmid: pMY460-rmtE DNA, complete sequence	False	True
CHI0138_000000001843	8015	0.6023572118726085	6	3	3	2	1	False	80436	fragment	False	CHI0138_000000001843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	1.0	3.211002082394313e-05	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ISR0126_000000015471	3166	0.6023530637737269	4	3	3	2	1	True	31993	maximal	True	ISR0126_000000015471	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	90.652	28.0	0.00018600612172718907	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ENG0134_000000032078	1174	0.6023494062110354	2	2	2	2	2	False	58130	maximal	True	ENG0134_000000032078	1.0		7	4	False	False	0.9940374493598938	0					non-mobilizable	other	1178.0	87.946	100.0	0.001942505167561824	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0337_000000003490	2734	0.6023478802810251	4	4	4	3	1	False	105079	fragment	False	ISR0392_000000011430	0.9818180986509051		0	0	False	False	0.9996342062950134	0					non-mobilizable	no_good_hit	1435.0	91.289	63.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0011_000000031233	1495	0.6023473836663791	3	3	2	3	2	False	75616	maximal	True	DEN0011_000000031233	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	72.57300000000001	27.0	0.0015941537174559831	NZ_JAAVNF010000003.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_26_length_253316_cov_31.016920, whole genome shotgun sequence	True	False
AST0104_000000004615	6542	0.6023441277275555	8	5	4	4	1	False	108031	fragment	False	AST0104_000000004615	1.0		0	0	False	False	0.9977071285247803	0					non-mobilizable	no_good_hit	4563.0	96.625	78.0	0.1297123509830142	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
USA0010_01_000000007373	3685	0.6023413721339673	5	2	2	1	1	False	2068	fragment	False	USA0010_01_000000007373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	87.79899999999999	27.0	0.00031892076919451867	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	True	False
ISR0350_000000010640	1816	0.6023325663173321	3	2	2	2	1	False	63756	fragment	False	ISR0168_000000012800	0.9309800272878564		0	0	False	False	1.0	0					non-mobilizable	other	1815.0	99.945	99.0	0.01002281931851459	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
AUS0016_000000009787	2801	0.6023321752705126	4	2	2	2	1	True	100489	fragment	False	AUS0016_000000009787	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0121_000000009790	1704	0.6023293956530936	3	3	2	2	1	False	79835	fragment	False	ENG0121_000000009790	1.0		0	0	False	False	0.9976525902748108	0					non-mobilizable	chromosome	1705.0	97.243	100.0	0.0004763569385642288	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0046_000000031898	1121	0.6023234861981919	2	2	2	1	1	False	11491	maximal	True	MON0046_000000031898	1.0		0	0	False	False	0.9678857922554016	0					non-mobilizable	no_good_hit	825.0	88.485	74.0	0.00021929526910377165	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
USA0066_01_000000011433	1794	0.6023226325231261	3	3	2	3	2	False	824	maximal	True	USA0066_01_000000011433	1.0		35	8	False	False	1.0	0					non-mobilizable	chromosome	1748.0	99.88600000000001	97.0	0.0003887969505144048	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0097_000000000953	23794	0.6023219424883111	19	12	5	10	4	True	53393	fragment	False	MAD0083_000000000083	0.984195211464237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	0.0	1.8739846246769177e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
AUS0014_000000020805	1313	0.6023091099471247	2	2	1	2	2	False	100739	fragment	False	AUS0014_000000020805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.5788632887092013e-05	NZ_FPKW01000001.1	CFB group bacteria	Chryseobacterium limigenitum strain SUR2, whole genome shotgun sequence	True	False
ETH0005_000000006193	7787	0.6023086754489316	7	6	3	4	4	False	75948	maximal	True	ETH0005_000000006193	1.0		10	7	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00043478833713224153	NZ_BDBA01000021.1	high GC Gram+	Nocardia amamiensis NBRC 102102, whole genome shotgun sequence	True	False
CHI0125_000000006288	2459	0.6022988331854399	2	2	2	2	2	False	108781	fragment	False	CHI0125_000000006288	1.0		0	0	False	False	0.999186635017395	0					non-mobilizable	other	2459.0	99.959	100.0	0.015017290045088528	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
USA0034_01_000000015228	3667	0.6022967281582782	4	4	3	4	2	False	113794	fragment	False	USA0034_01_000000015228	0.965867418899859		0	0	False	False	0.9994546175003052	0					non-mobilizable	no_good_hit	197.0	75.635	5.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0016_000000026689	1277	0.6022822634190627	2	2	2	2	2	False	79114	fragment	False	ISR0856_000000004631	0.22835621662852784		0	0	False	False	1.0	0					non-mobilizable	chromosome	1277.0	92.24700000000001	100.0	0.00028230705501100577	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0057_000000005520	5180	0.602281845020095	6	5	2	3	5	True	107074	maximal	True	SPA0057_000000005520	1.0		106	8	False	False	1.0	0					non-mobilizable	other	5180.0	99.76799999999999	100.0	0.0015792932365448272	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
ENG0057_000000002278	9383	0.6022786544485049	11	8	5	4	7	False	125579	fragment	False	ENG0057_000000002278	0.9437826910456668		0	0	False	False	0.9998934268951416	0					non-mobilizable	no_good_hit	172.0	81.395	2.0	5.118374452446839e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0080_000000000671	6191	0.6022751399164263	8	8	5	8	6	False	20282	maximal	True	MAD0080_000000000671	1.0	PS48	24	2	False	True	0.9983847737312317	0					non-mobilizable	no_good_hit	3407.0	91.34100000000001	89.0	0.0010577342461372478	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0068_000000003478	3605	0.6022740963534047	1	1	1	1	1	False	5993	maximal	True	SPA0068_000000003478	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	3605.0	99.834	100.0	0.017258387365557928	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	False	True
SPA0096_000000007414	4693	0.6022736860332113	9	4	2	4	4	False	5176	maximal	True	SPA0096_000000007414	1.0		1	1	False	False	0.9942467212677002	0					non-mobilizable	no_good_hit								True	False
SPA0076_000000015212	1189	0.6022677345358967	4	2	2	2	2	False	5719	fragment	False	SPA0076_000000015212	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	99.495	100.0	0.00037614612960513836	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	False	False
ENG0124_000000014874	2097	0.6022664812708899	2	2	2	2	2	False	125677	fragment	False	ENG0124_000000014874	0.9917413867690957		0	0	False	False	1.0	0					non-mobilizable	other	2097.0	99.666	100.0	0.0024640676395971907	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0085_000000001973	16575	0.6022664554178495	25	8	1	8	1	False	69016	maximal	True	DEN0085_000000001973	1.0		1	1	False	False	0.9968627691268921	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	1.1496287153050373e-05	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0147_000000009652	2521	0.6022661228172076	3	3	3	3	3	False	94777	fragment	False	DEN0010_000000016710	0.9414967474244864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	84.229	11.0	0.001334501651760535	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
CHI0003_000000000342	21106	0.6022653229992584	21	12	8	8	10	False	90998	maximal	False	CHI0167_000000000646	0.9979237448093621		0	0	False	False	0.9999526143074036	0		MOBP			mobilizable	no_good_hit	2473.0	71.492	18.0	0.0067316317264247095	NZ_JOMF01000005.1	euryarchaeotes	Methanomicrobium mobile BP T502DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
USA0089_01_000000004523	1663	0.6022637008593199	2	1	1	1	1	False	96348	maximal	True	USA0089_01_000000004523	1.0		6	2	False	False	0.9945880770683289	0					non-mobilizable	other	1657.0	99.759	99.0	0.0004987257797258334	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
USA0113_01_000000012469	1450	0.6022637008593199	2	1	1	1	1	False	96346	fragment	False	USA0113_01_000000012469	1.0		0	0	False	False	0.9834482669830322	0					non-mobilizable	other	1445.0	99.792	99.0	0.00043487924270779185	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0132_000000029954	1384	0.6022637008593199	1	1	1	1	1	False	96345	fragment	False	SPA0132_000000029954	0.997103548153512		0	0	False	False	0.9884393215179443	0					non-mobilizable	chromosome	1385.0	99.495	100.0	0.00038701259552625743	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0188_000000011079	1381	0.6022637008593199	1	1	1	1	1	False	96345	fragment	False	SPA0132_000000029954	0.9960260115606936		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	99.493	100.0	0.0004159059793486569	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CAN0010_000000011182	1175	0.6022637008593199	1	1	1	1	1	False	96344	fragment	False	CAN0010_000000011182	0.9938482705595291		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	100.0	100.0	0.0003282895860894698	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0102_000000026542	1159	0.6022637008593199	1	1	1	1	1	False	96344	fragment	False	CAN0010_000000011182	0.9882576712258391		0	0	False	False	0.9974115490913391	0					non-mobilizable	chromosome	1159.0	100.0	100.0	0.00032381545203714315	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0003_000000042335	1155	0.6022637008593199	1	1	1	1	1	False	96344	fragment	False	CAN0010_000000011182	0.9853189969345697		0	0	False	False	0.9974026083946228	0					non-mobilizable	chromosome	1155.0	99.74	100.0	0.00032269691852406147	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0847_000000015079	1893	0.6022622684568691	3	3	2	2	2	True	83863	fragment	False	ISR0847_000000015079	0.971677559912854		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	94.975	97.0	0.00034532921417364346	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0125_01_000000004847	5251	0.6022617218830093	7	7	5	7	6	False	112299	fragment	False	USA0125_01_000000004847	1.0		0	0	False	False	0.998476505279541	0					non-mobilizable	other	2970.0	99.428	98.0	0.0007276880140614431	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0056_000000003975	4268	0.6022616336461715	4	4	4	4	4	False	119879	maximal	True	CHI0056_000000003975	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3165.0	98.041	74.0	0.014874921840842097	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	True	False
ENG0165_000000013383	1496	0.6022610877278781	3	3	3	3	2	False	125700	fragment	False	ENG0165_000000013383	0.9622851815716786		0	0	False	False	0.9986631274223328	0					non-mobilizable	other	1506.0	81.873	100.0	0.0037792271403160526	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
ISR0797_000000000249	31185	0.6022596728902082	29	22	20	19	19	True	44496	maximal	True	ISR0797_000000000249	1.0		1	1	False	False	0.9999358654022217	0					non-mobilizable	no_good_hit	6857.0	96.354	88.0	0.004603526426628053	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
USA0145_01_000000006195	3937	0.6022566620963343	7	3	2	3	1	True	118229	fragment	False	USA0145_01_000000006195	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3937.0	99.74600000000001	100.0	0.0006996726328453638	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
MON0070_000000021402	1604	0.6022466105194142	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.0879418136197515		0	0	False	False	0.9918952584266663	0					non-mobilizable	other	1604.0	95.698	100.0	0.004598024255079913	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
ISR0266_000000013840	1473	0.6022366694327124	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.17564738466579605		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	98.846	100.0	0.005649999424252776	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0097_000000016745	2139	0.6022354586670319	3	2	2	2	2	False	9231	fragment	False	MON0097_000000016745	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000014266	1177	0.6022299193140395	2	1	1	1	1	False	32570	maximal	True	ISR0113_000000014266	1.0		0	0	False	False	0.9915038347244263	0					non-mobilizable	plasmid	1029.0	99.417	95.0	0.0064334036334962545	CP042840.1	firmicutes	Enterococcus sp. DA9 plasmid unnamed4	False	True
SPA0117_000000002121	14923	0.6022217937366257	24	4	1	4	1	False	4331	fragment	False	SPA0117_000000002121	1.0		0	0	False	False	0.9997989535331726	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0030204962243797194	XM_004626718.2	rodents	PREDICTED: Octodon degus phosphoinositide kinase, FYVE-type zinc finger containing (Pikfyve), mRNA	True	False
ISR0375_000000000791	13386	0.6022180592367498	19	4	2	4	2	False	23406	maximal	True	ISR0375_000000000791	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000000794	21733	0.6022153504596445	18	8	6	7	4	True	104247	fragment	False	DEN0065_000000000794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0099_000000018082	1904	0.6022135608735635	2	2	2	2	2	False	75630	fragment	False	ISR0213_000000010997	0.31863176893268785		0	0	False	False	0.9989495873451233	0					non-mobilizable	no_good_hit	330.0	71.212	17.0	7.783610770965434e-05	CP053450.1	bacteria	Planctomycetes bacterium isolate PNC22 chromosome	True	False
FIJ0121_000000020365	1262	0.6021970056850262	3	3	3	3	2	False	41454	maximal	True	FIJ0121_000000020365	1.0		11	5	False	False	1.0	0					non-mobilizable	other	669.0	89.836	97.0	0.005167938575358647	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	False
MAD0046_000000007920	3128	0.6021967404913788	4	4	3	4	3	False	131687	fragment	False	MAD0046_000000007920	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3128.0	97.92200000000001	100.0	0.0036761161779677557	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0083_000000003551	6456	0.6021967336242912	8	5	3	4	0	False	80700	fragment	False	ENG0083_000000003551	1.0		0	0	False	False	0.9972118735313416	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000023264	1396	0.6021936612886868	3	3	3	3	2	False	73206	maximal	True	ENG0179_000000023264	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	77.542	76.0	0.00025988857645051536	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0109_000000006121	2882	0.6021912848069236	4	3	3	3	3	True	92258	maximal	True	CHI0109_000000006121	1.0		21	7	False	False	0.9996530413627625	0					non-mobilizable	chromosome	2816.0	97.479	100.0	0.00039718677715252934	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
SPA0131_000000001449	11224	0.6021891512837425	10	7	6	6	4	True	53136	maximal	True	SPA0131_000000001449	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	4170.0	92.494	62.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
AUS0008_000000006889	3264	0.6021863902446731	3	1	1	1	1	False	101874	fragment	False	AUS0008_000000006889	0.9913850310091434		0	0	False	False	0.9990808963775635	0					non-mobilizable	no_good_hit								True	False
ISR0175_000000007222	3193	0.6021863902446731	3	1	1	1	1	False	33215	fragment	False	ISR0175_000000007222	0.9904519414385742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0099_000000006816	3142	0.6021863902446731	3	1	1	1	1	False	33215	fragment	False	ISR0175_000000007222	0.9826182273723771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000007099	3096	0.6021863902446731	3	1	1	1	1	False	101874	fragment	False	AUS0008_000000006889	0.9659993123528355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0255_000000010729	2806	0.6021863902446731	2	1	1	1	1	False	26899	fragment	False	ISR0255_000000010729	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	97.059	8.0	3.6906753141628966e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
FIJ0005_000000022602	1585	0.6021857310621277	2	2	2	2	1	False	127800	fragment	False	FIJ0005_000000022602	1.0		0	0	False	False	0.998738169670105	0					non-mobilizable	no_good_hit	1174.0	98.807	88.0	0.0051432029043969344	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ENG0083_000000011429	1953	0.6021685376721422	3	3	3	3	2	False	104580	maximal	False	AUS0006_000000011729	0.9564500941619586		0	0	False	False	1.0	0					non-mobilizable	other	1951.0	92.10700000000001	99.0	0.024008376447400837	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
MON0092_000000011337	4447	0.6021660041356564	3	2	2	2	1	True	96980	fragment	False	MON0092_000000011337	1.0		0	0	False	False	0.9842590689659119	0					non-mobilizable	other	3760.0	98.59	99.0	0.0012770888760768536	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0143_000000007898	2439	0.6021602530268798	2	2	2	2	2	False	79937	maximal	False	ISR0062_000000012023	0.6341311393667415		0	0	False	False	0.9819598197937012	0					non-mobilizable	other	2439.0	98.68799999999999	100.0	0.0020927972750715055	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ENG0104_000000017822	1779	0.6021596796731951	3	3	2	3	2	False	60240	fragment	False	ENG0104_000000017822	0.9950638792102207		0	0	False	False	0.9853850603103638	0					non-mobilizable	other	1779.0	99.719	100.0	0.010363177497100293	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0130_000000022955	1380	0.6021596796731951	3	3	2	3	2	False	37887	fragment	False	ISR0265_000000012233	0.9866936515690791		0	0	False	False	1.0	0					non-mobilizable	chromosome	1380.0	99.565	100.0	0.0004346574889531121	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0079_000000022945	1267	0.6021596796731951	3	3	2	3	2	False	37886	fragment	False	ISR0079_000000022945	0.9966130397967824		0	0	False	False	1.0	0					non-mobilizable	chromosome	1267.0	99.369	100.0	0.00039904016027167514	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0012_000000001215	15208	0.6021582770718173	25	4	1	2	3	True	50845	maximal	True	FIJ0012_000000001215	1.0		2	1	False	False	0.9999342560768127	0					non-mobilizable	no_good_hit	44.0	95.455	0.0	0.00016569433633638263	FO905870.1	ascomycetes	Leptosphaeria biglobosa Thlaspii ibcn65_scaffold00031 complete sequence	True	True
AST0110_000000006063	3057	0.6021574967709661	3	2	1	2	2	False	113845	fragment	False	AST0110_000000006063	0.9756349417288325		0	0	False	False	1.0	0					non-mobilizable	other	3057.0	99.706	100.0	0.001349348249336589	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
ISR0779_000000013338	2523	0.6021557359401203	4	4	4	3	3	False	71763	fragment	False	ISR0779_000000013338	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2523.0	99.96	100.0	0.001102342105447196	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
MAD0045_000000013157	2909	0.6021531560293871	5	4	1	3	2	True	17880	maximal	True	MAD0045_000000013157	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0172_000000002571	2906	0.6021477229903782	4	4	4	4	4	False	95318	fragment	False	ENG0196_000000003263	0.9271671628983574		0	0	False	False	0.9969029426574707	0					non-mobilizable	chromosome	2912.0	93.544	100.0	0.0008421058734348209	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0062_000000011725	2476	0.6021457749988857	4	4	4	3	4	False	47793	maximal	True	FIJ0062_000000011725	1.0		27	9	False	False	0.999596118927002	0					non-mobilizable	no_good_hit	889.0	76.153	35.0	0.0036671344560278	NZ_FOJI01000006.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
MAD0098_000000040793	1128	0.6021454392881298	2	2	2	1	1	False	15257	maximal	True	MAD0098_000000040793	1.0		393	14	False	False	0.9991135001182556	0					non-mobilizable	no_good_hit	523.0	74.37899999999999	46.0	0.00014711116519469804	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
MON0004_000000004667	6183	0.602142076906645	5	4	4	4	3	False	75005	maximal	True	MON0004_000000004667	1.0		28	7	False	False	0.9998382925987244	0					non-mobilizable	no_good_hit	848.0	73.34899999999999	13.0	0.000286003032180828	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
USA0072_01_000000002831	7097	0.602136207546069	11	6	4	5	3	False	732	maximal	True	USA0072_01_000000002831	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	79.705	8.0	0.0012854610992131348	NZ_FNWH01000005.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	True	False
CHI0182_000000004667	5316	0.6021277832201393	7	7	7	6	4	False	120094	maximal	False	ISR0079_000000004336	0.6979569230606565		0	0	False	False	0.9996237754821777	0					non-mobilizable	chromosome	5316.0	98.87100000000001	100.0	0.001180536583307235	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0067_000000004920	5630	0.6021271668985143	7	7	7	6	5	False	120094	maximal	False	ISR0079_000000004336	0.7560996489094617		0	0	False	False	0.9998223781585693	0					non-mobilizable	other	5630.0	100.0	100.0	0.013768491703193489	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0131_000000004842	4565	0.6021257538828951	7	3	3	3	3	False	117019	maximal	True	SPA0131_000000004842	1.0		13	6	False	False	0.9980284571647644	0					non-mobilizable	no_good_hit	1715.0	99.184	38.0	0.0007780363162295471	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	True	False
ISR0106_000000006894	3373	0.6021204657006642	5	4	2	3	3	True	128503	fragment	False	ENG0202_000000006493	0.9494589977220957		0	0	False	False	1.0	0					non-mobilizable	other	3373.0	98.992	100.0	0.0016136712216668382	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
FIJ0098_000000018255	1317	0.6021163732048753	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.8831765519254209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	95.45	74.0	0.0007842373170315887	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
DEN0067_000000005488	5394	0.6021152251741463	6	5	4	3	3	True	70860	maximal	False	ISR0333_000000003126	0.9519019751280176		0	0	False	False	0.9935113191604614	0					non-mobilizable	no_good_hit	1223.0	72.854	22.0	0.0003048371684959888	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
FIJ0105_000000006074	4708	0.6021048360510989	6	6	4	5	4	False	122192	maximal	False	MON0011_000000009577	0.9727215056037217		0	0	False	False	1.0	0					non-mobilizable	other	4090.0	98.411	100.0	0.07092050935082059	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
CHI0089_000000003467	2365	0.6021047914107074	5	5	4	4	5	False	98812	fragment	False	CHI0089_000000003467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	93.40700000000001	68.0	0.00026396090336368956	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0326_000000007893	2374	0.6021043592612839	3	3	3	3	3	False	73188	fragment	False	USA0004_01_000000010062	0.9837381638534377		0	0	False	False	0.9919966459274292	0					non-mobilizable	chromosome	2374.0	100.0	100.0	0.0008063428224445337	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0047_000000019195	2055	0.6021024501824794	2	2	2	2	1	False	108153	fragment	False	MON0047_000000019195	1.0		0	0	False	False	0.9931873679161072	0					non-mobilizable	other	2051.0	98.83	99.0	0.007143504605451236	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
USA0069_01_000000037460	1618	0.6020965267201067	3	2	2	2	1	True	68412	fragment	False	USA0069_01_000000037460	1.0		0	0	False	False	0.988257110118866	0					non-mobilizable	other	1603.0	99.93799999999999	99.0	0.009337351153180353	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0090_000000023737	1321	0.6020965267201067	2	2	2	2	1	True	33652	fragment	False	ISR0090_000000023737	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	99.167	100.0	0.007693697579399542	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0851_000000010709	1305	0.6020965267201067	2	2	2	2	1	True	20551	fragment	False	ISR0851_000000010709	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1305.0	98.62100000000001	100.0	0.00041101766903180436	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
MAD0024_000000007465	1904	0.60209611667256	2	2	2	2	2	False	19192	maximal	True	MAD0024_000000007465	1.0		3	2	False	False	0.9879201650619507	0					non-mobilizable	no_good_hit	201.0	97.512	11.0	0.006646505599680968	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
SPA0028_000000029931	1139	0.6020916927298823	2	1	1	1	1	False	62708	fragment	False	ENG0066_000000018530	0.9388794567062819		0	0	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit	55.0	87.273	5.0	1.0224637172122868e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
FIJ0014_000000015926	1573	0.6020913733858153	2	2	2	1	1	False	50459	maximal	True	FIJ0014_000000015926	1.0		0	0	False	False	0.9968213438987732	0					non-mobilizable	no_good_hit								True	False
AST0099_000000010358	2046	0.6020887924497209	4	3	1	3	3	False	108768	fragment	False	AST0099_000000010358	1.0		0	0	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit	711.0	82.56	66.0	0.00022056870015038491	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0053_000000003318	7976	0.6020884328266911	9	5	3	4	3	True	63896	maximal	True	ENG0053_000000003318	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	71.369	15.0	0.00035579873339278427	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	True
FIJ0045_000000015967	1480	0.6020852625559364	3	2	2	1	1	True	49196	maximal	True	FIJ0045_000000015967	1.0		25	8	False	False	0.9972972869873047	0					non-mobilizable	no_good_hit	436.0	73.39399999999999	29.0	0.0057472800662942075	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0181_000000008693	2375	0.6020820758265627	4	2	2	2	2	False	55274	maximal	True	ENG0181_000000008693	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	84.96799999999999	33.0	0.00014978963367623412	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
MAD0086_000000000278	14951	0.6020765821808872	21	9	2	9	4	False	16052	maximal	True	MAD0086_000000000278	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0015511391177896268	XM_018796295.1	flatworms	Schistosoma mansoni hypothetical protein partial mRNA	True	False
ISR0011_000000008012	3256	0.6020761431939116	4	4	4	4	2	True	38258	maximal	True	ISR0011_000000008012	1.0		3	2	False	False	0.9926289916038513	0					non-mobilizable	no_good_hit	1167.0	83.976	66.0	0.00038943942601273604	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0104_000000004568	6915	0.6020751755825334	10	3	3	2	1	False	115727	maximal	False	ENG0114_000000002958	0.9916008614501077		0	0	False	False	0.9986984729766846	0					non-mobilizable	other	4215.0	100.0	97.0	0.001167952967027363	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	False
MAD0083_000000003503	2809	0.6020709698716	3	3	3	3	3	False	47451	fragment	False	MAD0083_000000003503	0.9528169581160896		0	0	False	False	0.999288022518158	0					non-mobilizable	no_good_hit	2090.0	93.63600000000001	79.0	0.0008341489145482519	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ENG0184_000000003471	6819	0.6020707416009267	8	6	5	4	6	False	129187	fragment	False	ENG0184_000000003471	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4870.0	99.93799999999999	100.0	0.0011937712063561882	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0063_000000013552	2142	0.6020669669521963	3	3	3	3	2	False	68322	fragment	False	ISR0080_000000013587	0.9396521142635623		0	0	False	False	0.994397759437561	0					non-mobilizable	no_good_hit	1160.0	77.069	53.0	0.0003910487200094592	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0007_000000015661	1133	0.6020652861089113	2	2	2	2	1	True	126584	fragment	False	AST0007_000000015661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0101_000000009542	2524	0.6020639355596995	3	2	1	2	2	False	85119	maximal	True	ISR0101_000000009542	0.9756901524515863		41	6	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	86.275	2.0	0.0017931858936043037	CP031402.1	spirochetes	Borreliella burgdorferi strain MM1 plasmid plsm_lp28-3, complete sequence	True	False
ISR0347_000000013823	1645	0.6020591647315058	3	3	3	3	3	False	91951	maximal	True	ISR0347_000000013823	1.0		517	13	False	False	0.996960461139679	0					non-mobilizable	no_good_hit	959.0	76.017	58.0	0.0003249028804285428	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0199_000000003036	7296	0.6020558509759395	14	11	4	6	11	True	118550	maximal	True	ENG0199_000000003036	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5770.0	98.406	79.0	0.0016409389959808514	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0140_000000010563	1687	0.6020531785548039	3	2	2	2	2	False	57789	fragment	False	ENG0140_000000010563	1.0		0	0	False	False	0.9988144636154175	0					non-mobilizable	no_good_hit	1508.0	98.806	89.0	0.004414047626021499	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	True	False
ENG0060_000000000020	153777	0.602050791893144	198	32	17	24	18	False	127085	maximal	True	ENG0060_000000000020	1.0	PS2	1	1	True	True	1.0	46					non-mobilizable	no_good_hit	2622.0	97.025	2.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	True
AST0102_000000006394	4523	0.6020501070644099	5	5	5	4	3	False	131351	fragment	False	AST0102_000000006394	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3909.0	97.851	100.0	0.06076348262897615	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ISR0100_000000008326	1759	0.602048820135025	2	1	1	1	1	False	128927	maximal	True	ISR0100_000000008326	1.0	PS1059	2	1	False	True	0.986924409866333	0					non-mobilizable	no_good_hit	1281.0	89.852	73.0	0.017596962150709244	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0356_000000014303	1468	0.6020487012452533	1	1	1	1	1	False	24349	fragment	False	ISR0356_000000014303	1.0		0	0	False	False	0.9993187785148621	0					non-mobilizable	no_good_hit								True	False
FIJ0092_000000027975	1333	0.6020406485271071	2	2	2	1	2	False	43275	maximal	True	FIJ0092_000000027975	1.0		2	2	False	False	0.9954988956451416	0					non-mobilizable	no_good_hit	215.0	75.34899999999999	16.0	0.000557269327473642	NZ_BJUB01000003.1	high GC Gram+	Cellulomonas xylanilytica strain NBRC 101102 sequence03, whole genome shotgun sequence	True	False
USA0037_01_000000000765	33026	0.6020399083785117	43	18	8	17	6	True	118923	maximal	True	USA0037_01_000000000765	1.0		32	6	False	False	0.9996669292449951	0					non-mobilizable	other	17268.0	100.0	100.0	0.004623967560726563	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0015_000000001397	8586	0.6020366180556188	12	12	1	7	12	True	19453	maximal	True	MAD0015_000000001397	1.0		2	1	False	False	0.99790358543396	0			MPF_F		non-mobilizable	plasmid	8586.0	99.895	100.0	0.06337617469234688	CP054228.1	enterobacteria	Escherichia coli strain EcPF15 plasmid p1, complete sequence	False	True
ISR0791_000000003239	4968	0.6020312039960856	7	6	2	4	6	False	118682	maximal	True	ISR0791_000000003239	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2161.0	91.902	72.0	0.0005151666104913716	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0255_000000008418	3453	0.6020310178736029	6	5	3	5	2	False	72904	fragment	False	ISR0255_000000008418	1.0		0	0	False	False	0.9994208216667175	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000020764	2306	0.6020307990574069	3	2	2	2	1	False	71537	maximal	True	DEN0063_000000020764	1.0		1	1	False	False	0.9978317618370056	0					non-mobilizable	no_good_hit	547.0	87.02	24.0	0.0001641325998664051	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
USA0031_01_000000021957	1197	0.6020306341527223	2	1	1	1	1	False	1514	fragment	False	USA0031_01_000000021957	1.0		0	0	False	False	0.9891394972801208	0					non-mobilizable	no_good_hit								True	False
ISR0003_000000011277	2330	0.602029523961679	3	2	2	2	1	False	38602	maximal	True	ISR0003_000000011277	1.0		4	2	False	False	0.9905579686164856	0					non-mobilizable	no_good_hit	534.0	100.0	23.0	0.00553013560764051	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
ENG0208_000000024590	1211	0.6020241914845652	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.609189205619856		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	97.195	100.0	0.0003444578131622137	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0021_000000015802	3133	0.6020178081651728	4	4	4	4	3	False	49654	maximal	True	FIJ0021_000000015802	1.0		23	4	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	72.523	7.0	4.709743521758688e-05	NZ_AP014946.1	a-proteobacteria	Variibacter gotjawalensis strain GJW-30	True	False
MON0080_000000048584	1205	0.6020163358930125	2	2	2	1	1	True	10011	maximal	True	MON0080_000000048584	1.0		8	4	False	False	1.0	0					non-mobilizable	other	707.0	97.171	100.0	0.003953698051711682	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0090_000000019271	1864	0.6020157807487976	2	2	1	2	2	False	38210	maximal	True	SPA0090_000000019271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	96.631	56.0	0.0027340539857133826	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
CHI0158_000000002904	4921	0.6020154604738824	15	1	1	1	1	False	78920	fragment	False	CHI0158_000000002904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000023197	1458	0.6020154604738824	3	1	1	1	1	False	104760	fragment	False	AST0148_000000023197	1.0		0	0	False	False	0.9993141293525696	0					non-mobilizable	no_good_hit								True	False
ENG0062_000000020034	1184	0.6020154604738824	1	1	1	1	1	False	63135	maximal	True	ENG0062_000000020034	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0068_000000005995	1732	0.6020136361730862	2	2	1	1	1	False	79542	fragment	False	SPA0068_000000005995	1.0		0	0	False	False	0.9872978925704956	0					non-mobilizable	no_good_hit	1138.0	87.083	66.0	0.0003274655669377804	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0387_000000014765	1630	0.6020113970565321	3	2	1	2	1	False	22968	maximal	True	ISR0387_000000014765	1.0		0	0	False	False	0.9938650131225586	0					non-mobilizable	no_good_hit	545.0	99.083	73.0	0.06728509585652442	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
DEN0021_000000015480	2275	0.602011277527121	3	3	3	3	2	False	119436	fragment	False	CHI0024_000000003275	0.11753770490326276		0	0	False	False	1.0	0					non-mobilizable	other	2305.0	77.961	100.0	0.3615053420507096	AB190765.1	firmicutes	Butyrivibrio fibrisolvens thl, hbd, bcd, etfB, etfA genes for thiolase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, electron transfer flavoprotein alpha-subunit, complete cds, strain:ATCC 51255	False	False
ISR0133_000000014426	1553	0.6020109563282658	2	1	1	1	1	False	31527	fragment	False	ISR0133_000000014426	1.0		0	0	False	False	0.9620090126991272	0					non-mobilizable	no_good_hit	977.0	86.694	63.0	0.0003132934066886853	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AUS0008_000000015916	1562	0.6020108683118284	2	2	2	2	1	False	115978	fragment	False	AUS0008_000000015916	0.9359058938442524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	90.7	70.0	0.0002454833329260799	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0025_000000027095	1540	0.6020092402383247	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.5614120438404623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1008.0	73.413	65.0	0.0002819882569586596	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0093_000000007069	5363	0.6020074230618928	7	4	4	4	4	False	79458	fragment	False	MON0093_000000007069	1.0		0	0	False	False	0.9945926070213318	0					non-mobilizable	chromosome	5312.0	99.492	99.0	0.001804672031185385	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0132_000000024929	1186	0.6020059000810023	1	1	1	1	1	True	31568	maximal	True	ISR0132_000000024929	1.0		107	13	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	79.505	23.0	0.005287672278853128	NZ_OKQO01000012.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0056_000000012891	1709	0.6020056198123702	3	3	3	3	1	False	91751	maximal	True	ISR0056_000000012891	1.0		80	9	False	False	0.9742539525032043	0					non-mobilizable	no_good_hit	1423.0	97.54	83.0	0.022297138377107017	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	True	False
AST0153_000000007698	3938	0.6020012310143446	8	6	5	6	4	False	103499	maximal	True	AST0153_000000007698	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	2029.0	99.113	69.0	0.011276334162230122	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
FIJ0046_000000010394	2818	0.6019956971397268	3	2	1	2	1	True	109761	fragment	False	FIJ0046_000000010394	0.9758079773469817		0	0	False	False	0.9929027557373047	0					non-mobilizable	chromosome	2788.0	99.964	99.0	0.0009869598767344838	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
DEN0079_000000020285	2701	0.6019956971397268	2	2	1	2	1	True	109761	fragment	False	FIJ0046_000000010394	0.9660995395965806		0	0	False	False	0.9996297955513	0					non-mobilizable	chromosome	2659.0	99.81200000000001	98.0	0.0009412771267887541	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
ISR0222_000000019682	2652	0.6019956971397268	2	2	1	2	1	True	109761	fragment	False	FIJ0046_000000010394	0.9546475081735913		0	0	False	False	0.999245822429657	0					non-mobilizable	chromosome	2548.0	99.84299999999999	96.0	0.0009019687140447543	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
CAN0003_000000019907	2502	0.6019956971397268	2	2	1	2	1	True	109761	fragment	False	FIJ0046_000000010394	0.7481754865850452		0	0	False	False	0.9988009333610535	0					non-mobilizable	chromosome	2449.0	99.87799999999999	98.0	0.0008669098594352408	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
FIJ0159_000000009696	2472	0.6019956971397268	2	2	1	2	1	True	109761	fragment	False	FIJ0046_000000010394	0.380255795363709		0	0	False	False	1.0	0					non-mobilizable	chromosome	2352.0	99.83	95.0	0.0008325592645148085	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
USA0009_01_000000010260	2408	0.6019956971397268	3	2	1	2	1	True	2096	fragment	False	USA0009_01_000000010260	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2199.0	95.49799999999999	91.0	0.0007755443595437817	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
ISR0812_000000018181	2182	0.6019956971397268	2	2	1	2	1	True	109760	fragment	False	ISR0812_000000018181	0.9742528735632184		0	0	False	False	1.0	0					non-mobilizable	chromosome	2096.0	98.807	96.0	0.0007419020243124303	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
CHI0159_000000006858	2175	0.6019956971397268	2	2	1	2	1	True	109760	fragment	False	ISR0812_000000018181	0.9727314390467461		0	0	False	False	1.0	0					non-mobilizable	chromosome	2175.0	99.816	100.0	0.0007698782820311329	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	True
AUS0016_000000005315	4699	0.6019940286060971	7	5	4	4	5	False	100605	maximal	True	AUS0016_000000005315	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	83.854	20.0	0.0029409052901322296	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
CHI0052_000000002142	6572	0.6019912614703592	6	6	4	5	5	False	86530	maximal	True	CHI0052_000000002142	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	5034.0	96.305	94.0	0.0029044287052253153	LT604076.1	firmicutes	Streptococcus thermophilus strain ACA-DC 2 genome assembly, chromosome: I	False	False
SPA0092_000000015637	2756	0.6019907654789952	5	4	4	3	2	False	111910	fragment	False	SPA0092_000000015637	0.9552593133674214		0	0	False	False	0.9956458806991577	0					non-mobilizable	no_good_hit	198.0	100.0	7.0	0.0038273979522449536	NZ_JAAIOD010000018.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_18_length_51471_cov_342.947, whole genome shotgun sequence	True	False
DEN0066_000000020712	1745	0.6019872499228107	3	2	1	2	2	False	70945	maximal	True	DEN0066_000000020712	1.0		2	2	False	False	0.9982808232307434	0					non-mobilizable	no_good_hit	131.0	76.336	7.0	3.950397817405206e-05	NZ_CP019698.1	firmicutes	Desulfotomaculum ferrireducens strain GSS09 chromosome, complete genome	True	False
ENG0098_000000008945	2850	0.6019868690195497	4	4	3	4	3	False	60721	maximal	True	ENG0098_000000008945	1.0		66	7	False	False	1.0	0					non-mobilizable	other	2776.0	99.964	97.0	0.0005767577237212034	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ENG0187_000000006881	3826	0.6019856503478254	4	3	2	2	2	True	115666	fragment	False	ENG0187_000000006881	1.0		0	0	False	False	0.9994772672653198	0					non-mobilizable	other	3826.0	99.294	100.0	0.022294237303941856	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
MON0039_000000037626	1320	0.6019843597338976	4	3	2	2	1	False	11906	fragment	False	MON0039_000000037626	1.0		0	0	False	False	0.9537878632545471	0					non-mobilizable	no_good_hit	841.0	80.618	63.0	0.00018846784914970004	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0175_000000015624	1288	0.6019831520254098	2	1	1	1	1	False	35562	fragment	False	ISR0180_000000017101	0.9296840695055901		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	97.205	100.0	0.0006227463549741321	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
TAN0010_000000001237	7451	0.6019828458074893	8	2	0	1	1	False	2641	fragment	False	TAN0010_000000001237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000020018	2012	0.6019793149246675	2	2	2	2	1	False	111674	maximal	True	FIJ0058_000000020018	1.0		368	13	False	False	0.999502956867218	0					non-mobilizable	no_good_hit	1494.0	99.93299999999999	74.0	0.007019044977363227	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	True	False
FIJ0005_000000006431	4429	0.6019746750067483	5	4	4	4	2	False	77243	fragment	False	FIJ0005_000000006431	0.9981220657276995		0	0	False	False	0.9995484352111816	0					non-mobilizable	plasmid	4431.0	99.23299999999999	100.0	0.007168864794886318	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MAD0028_000000006480	1956	0.6019737226849299	4	3	3	2	1	False	19012	maximal	True	MAD0028_000000006480	1.0		7	2	False	False	0.9984662532806396	0					non-mobilizable	no_good_hit	216.0	76.389	11.0	0.0003760332044414488	NZ_RRCO01000002.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_2, whole genome shotgun sequence	True	False
CHI0133_000000002182	7532	0.60197102529639	8	6	6	5	4	False	80818	maximal	True	CHI0133_000000002182	1.0		1	1	False	False	0.9960169792175293	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000007252	3195	0.6019701885062188	3	3	3	3	2	False	67898	fragment	False	ENG0003_000000007252	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3196.0	99.34299999999999	100.0	0.0008016777270592203	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0029_000000015531	1722	0.6019685575968156	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.17053448499106375		0	0	False	False	0.9994192719459534	0					non-mobilizable	chromosome	1145.0	77.293	98.0	0.0003980398653863051	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0801_000000000925	7416	0.6019671725651341	12	12	2	6	12	True	123590	fragment	False	SPA0020_000000002771	0.6306490771369235		0	0	False	True	1.0	0					non-mobilizable	plasmid	5363.0	99.441	99.0	0.16230778544617994	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0189_000000008269	2006	0.6019643344534852	3	1	1	1	1	False	54843	fragment	False	ENG0189_000000008269	0.9953198127925117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0131_000000013730	1930	0.6019565993242632	3	3	3	2	2	False	3766	maximal	True	SPA0131_000000013730	1.0		0	0	False	False	0.99689120054245	0					non-mobilizable	no_good_hit	764.0	99.476	75.0	0.0002459288778842252	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0107_000000023131	1429	0.601954634356916	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.03391322001795619	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1429.0	98.95	100.0	0.00666501752600897	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0807_000000009076	1582	0.6019530277794187	1	1	1	1	1	False	114658	fragment	False	ISR0807_000000009076	1.0		0	0	False	False	0.9702907800674438	0					non-mobilizable	no_good_hit	1212.0	89.934	77.0	0.016309117174526454	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
FIJ0135_000000002585	11208	0.6019483880018646	8	6	6	6	6	False	43998	maximal	True	FIJ0135_000000002585	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	5823.0	73.982	64.0	0.009610753645070386	CP024735.1	CFB group bacteria	Prevotella intermedia strain KCOM 1944 chromosome 2, complete sequence	True	False
USA0121_01_000000012848	3681	0.6019468328087262	5	3	1	2	3	False	111020	fragment	False	ENG0114_000000004403	0.6647832472935022		0	0	False	False	1.0	0					non-mobilizable	other	3686.0	92.539	100.0	0.0007014774702334577	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0051_000000012309	3274	0.6019468328087262	4	3	1	2	3	False	53789	fragment	False	ISR0051_000000012309	0.9957134109001837		0	0	False	False	0.9984728097915649	0					non-mobilizable	other	3278.0	85.78399999999999	100.0	0.017093436099621946	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
MON0095_000000009107	3266	0.6019468328087262	5	3	1	2	3	False	53789	fragment	False	ISR0051_000000012309	0.994654856444716		0	0	False	False	0.9932639598846436	0					non-mobilizable	other	3270.0	85.93299999999999	100.0	0.0006221368971999835	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0119_000000004371	7290	0.6019427643584074	10	5	2	5	2	False	32362	fragment	False	ISR0119_000000004371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.2248423839214185e-05	NZ_LSLK01000059.1	firmicutes	Sporomusa silvacetica DSM 10669 SPSIL_contig000059, whole genome shotgun sequence	True	False
ENG0018_000000008513	2471	0.6019397828104184	4	4	3	4	1	False	113389	fragment	False	ENG0018_000000008513	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2468.0	96.191	99.0	0.0006904656682949192	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0045_000000027119	1555	0.6019391481099131	2	1	1	1	1	False	78079	fragment	False	MAD0094_000000009581	0.9652357920193471		0	0	False	False	0.9993569254875183	0					non-mobilizable	no_good_hit	194.0	87.113	12.0	0.0018801753531417437	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
ISR0812_000000030262	1303	0.6019370287590571	2	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.6238713307494939		0	0	False	False	0.9992325305938721	0					non-mobilizable	no_good_hit	566.0	98.76299999999999	43.0	0.004739416003288232	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0090_000000006673	5630	0.601934133622163	6	5	5	4	5	False	52538	fragment	False	FIJ0023_000000004898	0.976817411127611		0	0	False	False	0.999467134475708	0					non-mobilizable	no_good_hit	1269.0	91.568	23.0	0.00039447265414765595	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0086_01_000000006390	2818	0.6019285163266007	4	4	4	4	1	False	121154	maximal	True	USA0086_01_000000006390	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	73.941	21.0	0.009965409323011036	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0151_000000009673	2421	0.6019270136177394	2	2	2	2	2	False	63077	fragment	False	ENG0164_000000007600	0.9374015748031497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1640.0	94.512	76.0	0.0004936060102479715	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ETH0003_000000019936	2012	0.6019252007743915	5	3	2	2	2	False	97650	fragment	False	ETH0003_000000019936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	96.50299999999999	65.0	0.013051428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0052_000000021699	1687	0.6019241537033129	3	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.7211665163559231		0	0	False	False	0.9834024906158447	0					non-mobilizable	other	1652.0	98.60799999999999	100.0	0.017843633140954974	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0311_000000019957	1206	0.6019241537033129	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.6116113922661379		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	98.84	100.0	0.013034174178068868	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0077_000000033429	1126	0.6019241537033129	2	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.165839207643463		0	0	False	False	1.0	0					non-mobilizable	other	1049.0	98.95100000000001	100.0	0.01132654605192054	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0131_000000015094	1231	0.6019198967671016	3	3	2	3	1	False	40808	fragment	False	FIJ0142_000000029447	0.9479583666933546		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	97.309	94.0	0.026368284685758834	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0039_000000021478	1733	0.6019187780941891	2	2	1	1	2	False	36538	maximal	True	ISR0039_000000021478	1.0		75	8	False	False	0.9982689023017883	0					non-mobilizable	no_good_hit	742.0	83.693	43.0	0.0012603703785709784	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	True	False
FIJ0169_000000011805	1931	0.6019182213553761	2	2	2	2	2	False	94606	fragment	False	FIJ0061_000000011278	0.4366637229931787		0	0	False	False	0.994821310043335	0					non-mobilizable	other	1931.0	96.89299999999999	100.0	0.006112942071238433	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0185_000000010815	1871	0.6019182213553761	2	2	2	2	2	False	94606	fragment	False	FIJ0061_000000011278	0.518458294464762		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	97.221	100.0	0.005925972873621498	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0021_000000001278	14914	0.6019133031620428	16	10	6	6	8	True	51773	maximal	True	ISR0021_000000001278	1.0	PS209|PS210	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	3804.0	96.661	26.0	0.34832386884044697	NZ_CABMGA010000033.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
SPA0128_000000034310	1103	0.6019078920396943	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.15745552246868738		0	0	False	False	0.9990933537483215	0					non-mobilizable	chromosome	1103.0	99.90899999999999	100.0	0.0003888651876380392	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0160_000000003904	4310	0.6019059187232466	10	6	2	5	2	False	110194	fragment	False	FIJ0160_000000003904	0.9989001492654568		0	0	False	False	0.999303936958313	0					non-mobilizable	no_good_hit	2156.0	95.501	55.0	0.0005826814106243776	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0077_000000006803	4243	0.6019059187232466	9	6	2	5	2	False	110194	fragment	False	FIJ0160_000000003904	0.9873908244010144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2166.0	95.476	55.0	0.0005853852686783191	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0043_000000005953	4203	0.6019059187232466	10	6	2	5	2	False	110194	fragment	False	FIJ0160_000000003904	0.9822973792966678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2049.0	95.315	54.0	0.0005537501294472044	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0145_000000002221	7114	0.6019058782284252	6	6	4	3	5	False	79783	fragment	False	CHI0145_000000002221	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6988.0	99.156	98.0	0.06212986181507763	CP026150.1	enterobacteria	Klebsiella pneumoniae strain F138 plasmid pF138_1, complete sequence	False	True
ISR0085_000000016313	1595	0.601903227837064	2	1	1	1	1	False	54014	maximal	True	ISR0085_000000016313	1.0		33	8	False	False	0.9962382316589355	0					non-mobilizable	no_good_hit	1397.0	78.168	87.0	0.00029508975789772565	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
ISR0382_000000009482	1535	0.601903227837064	1	1	1	1	1	False	54011	fragment	False	ISR0382_000000009482	0.9742165860219899		0	0	False	False	1.0	0					non-mobilizable	other	1454.0	77.166	93.0	0.00046890965597716033	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	False	False
ISR0073_000000019990	1390	0.601903227837064	2	1	1	1	1	False	54011	fragment	False	ISR0382_000000009482	0.7808643273812594		0	0	False	False	0.9964028596878052	0					non-mobilizable	chromosome	1374.0	81.077	97.0	0.0004623244949044918	NZ_HG917868.1	firmicutes	Clostridium bornimense strain M2/40 chromosome M2/40_rep1	False	False
MAD0010_000000003362	1385	0.601903227837064	1	1	1	1	1	False	54011	fragment	False	ISR0382_000000009482	0.7686365836213398		0	0	False	False	1.0	0					non-mobilizable	other	1383.0	74.91	98.0	0.09020259050149453	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	False	False
ISR0369_000000011900	1384	0.601903227837064	2	1	1	1	1	False	54011	fragment	False	ISR0382_000000009482	0.8755520685331877		0	0	False	False	0.9898843765258789	0					non-mobilizable	other	1415.0	74.7	100.0	0.09239455330454999	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	False	False
MAD0055_000000007032	1376	0.601903227837064	2	1	1	1	1	False	54011	fragment	False	ISR0382_000000009482	0.7691544428081055		0	0	False	False	1.0	0					non-mobilizable	chromosome	1398.0	78.398	100.0	0.0002942319388340695	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	False	False
ISR0780_000000009105	1362	0.601903227837064	2	1	1	1	1	False	54011	fragment	False	ISR0382_000000009482	0.7802622011592206		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	74.892	100.0	0.09093324476917967	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	False	False
ISR0101_000000017348	1360	0.601903227837064	2	1	1	1	1	False	54011	fragment	False	ISR0382_000000009482	0.7782829338314496		0	0	False	False	0.9970588088035583	0					non-mobilizable	other	1384.0	77.168	100.0	0.0004460360142221769	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	False	False
SPA0138_000000020020	1358	0.601903227837064	2	1	1	1	1	False	54011	fragment	False	ISR0382_000000009482	0.7788046200116281		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	77.875	100.0	0.0002905862078135307	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	False	False
ISR0124_000000010557	1311	0.601903227837064	1	1	1	1	1	False	54011	fragment	False	ISR0382_000000009482	0.753659157946941		0	0	False	False	1.0	0					non-mobilizable	chromosome	1320.0	78.333	99.0	0.0002790056504541723	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	False	False
ISR0149_000000001122	12539	0.6019008686430785	12	5	3	3	0	False	32059	fragment	False	ISR0149_000000001122	1.0		0	0	False	False	0.9996809959411621	0					non-mobilizable	no_good_hit								True	False
USA0036_01_000000008283	4609	0.6019004856709009	3	1	1	1	1	False	9072	maximal	False	MON0101_000000011538	0.9721254355400697		0	0	False	False	0.997830331325531	0					non-mobilizable	no_good_hit	138.0	97.101	6.0	4.775296172931251e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0100_000000011579	3545	0.6018965441604218	4	2	2	2	1	False	9129	fragment	False	MON0100_000000011579	1.0		0	0	False	False	0.9847672581672668	0					non-mobilizable	no_good_hit	87.0	95.402	2.0	2.5892953112378127e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0223_000000012138	2404	0.6018965441604218	4	2	2	2	1	False	27815	maximal	True	ISR0223_000000012138	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0377_000000012791	1287	0.601892453415522	2	2	2	1	1	False	23298	maximal	True	ISR0377_000000012791	1.0		18	8	False	False	1.0	0					non-mobilizable	chromosome	1080.0	96.111	99.0	0.0002515326239445071	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
ENG0050_000000005694	4147	0.6018920626029234	4	4	4	3	3	False	72840	maximal	True	ENG0050_000000005694	1.0		38	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0073_000000007061	1551	0.6018914822844463	2	2	1	2	1	False	5912	fragment	False	SPA0073_000000007061	1.0		0	0	False	False	0.9916183352470398	0					non-mobilizable	chromosome	1555.0	88.039	100.0	0.00043671924108902566	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CHI0108_000000005835	1417	0.6018914822844463	2	2	1	2	1	False	82898	fragment	False	CHI0108_000000005835	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1419.0	94.221	100.0	0.00039896415831100664	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0084_000000011272	2232	0.6018896308838373	3	2	2	2	1	False	34055	maximal	True	ISR0084_000000011272	1.0		84	10	False	False	0.9973118305206299	0					non-mobilizable	other	2155.0	99.954	97.0	0.008277515822967225	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
ENG0186_000000000927	21262	0.6018893724963729	32	11	3	8	6	False	120567	maximal	True	ENG0186_000000000927	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	89.81	3.0	0.00020571540341858533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0321_000000003521	2898	0.6018893550394021	4	2	2	2	2	False	128237	maximal	True	ISR0321_000000003521	1.0		3	2	False	False	0.9993098974227905	0					non-mobilizable	no_good_hit	1866.0	95.23	64.0	0.0010730673381519331	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
CHI0135_000000010152	1961	0.6018893550394021	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.3018135881419411		0	0	False	False	1.0	0					non-mobilizable	chromosome	1811.0	98.675	92.0	0.0005145534137163044	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0031_000000015899	1666	0.6018893550394021	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.035263435399435585		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	92.501	100.0	0.0009581370904166078	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0779_000000018390	1858	0.6018878563516007	2	2	2	2	2	False	99105	fragment	False	SPA0098_000000018878	0.8362232294692188		0	0	False	False	1.0	0					non-mobilizable	other	1858.0	99.839	100.0	0.0052789124928576915	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
FIJ0126_000000017612	2142	0.6018848570868968	4	3	3	3	3	False	41142	maximal	True	FIJ0126_000000017612	1.0		5	1	False	False	0.9990662932395935	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	4.0	0.00012225813762091627	NZ_AWXZ01000039.1	a-proteobacteria	Lutibaculum baratangense AMV1 contig00001, whole genome shotgun sequence	True	False
ISR0328_000000020078	1451	0.6018838828765486	2	2	2	2	2	False	24736	maximal	True	ISR0328_000000020078	1.0		337	10	False	False	1.0	0					non-mobilizable	chromosome	1451.0	98.07	100.0	0.0006217516158038112	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0030_000000019181	1881	0.6018820026715146	3	3	3	2	1	False	48723	maximal	True	FIJ0030_000000019181	1.0		236	10	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	75.472	33.0	0.0001913524022380577	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0006_000000002256	12333	0.6018814511594361	9	8	8	8	7	False	51819	maximal	False	FIJ0067_000000002509	0.9783779284036623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.165	32.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ISR0092_000000028088	1154	0.6018799250860941	2	1	1	1	1	False	33554	maximal	True	ISR0092_000000028088	1.0		375	13	False	False	0.9991334676742554	0					non-mobilizable	no_good_hit	756.0	79.497	65.0	0.0075846737282594485	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
ISR0320_000000015067	1705	0.6018795260859756	3	3	2	2	1	False	129955	fragment	False	ISR0011_000000014131	0.4202009980315797		0	0	False	False	0.9982404708862305	0					non-mobilizable	other	1704.0	97.594	99.0	0.06290167688557287	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ENG0099_000000007328	2334	0.6018701675071645	4	2	1	2	1	True	60657	fragment	False	ENG0099_000000007328	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2276.0	99.25299999999999	98.0	0.0004403886957738752	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0168_000000007625	3423	0.6018613357937188	4	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7787214349032908		0	0	False	False	0.9991235733032227	0					non-mobilizable	chromosome	3206.0	88.178	97.0	0.0007079353746916553	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0043_000000000115	64571	0.6018590270177647	75	24	14	20	9	True	123964	maximal	True	ISR0043_000000000115	1.0		2	1	True	True	0.9999845027923584	107					non-mobilizable	no_good_hit	2067.0	96.613	4.0	0.0004957102001906578	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
SPA0131_000000000731	18522	0.6018555288468691	27	15	7	13	8	True	132297	fragment	False	SPA0131_000000000731	0.9426965279575233		0	0	False	False	0.999514102935791	0					non-mobilizable	other	12607.0	93.50399999999999	99.0	0.5573814058555167	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	True
FIJ0092_000000027398	1358	0.601855196135844	3	2	2	1	1	False	43280	fragment	False	FIJ0092_000000027398	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	91.885	99.0	0.017406604455336663	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0087_000000035069	1122	0.6018532378848989	2	1	1	1	1	False	33800	maximal	True	ISR0087_000000035069	1.0		116	11	False	False	0.9991087317466736	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0003608931523434771	NZ_BAVS01000014.1	firmicutes	Gracilibacillus boraciitolerans JCM 21714, whole genome shotgun sequence	True	False
FIJ0126_000000029257	1387	0.6018523624416039	3	1	1	1	1	True	41110	fragment	False	FIJ0126_000000029257	1.0		0	0	False	False	0.9935111999511719	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	0.002185932879002186	MT232426.1	viruses	Human respirovirus 1 isolate 2019AZ, complete genome	True	True
ISR0267_000000006681	2511	0.6018438606765469	4	3	2	3	2	True	26539	fragment	False	ISR0267_000000006681	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2510.0	99.641	99.0	0.034715592268205274	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
MAD0096_000000007615	2385	0.6018436745754181	3	2	1	1	0	False	100273	maximal	True	MAD0096_000000007615	1.0		2	1	False	False	0.999161422252655	0					non-mobilizable	no_good_hit	492.0	92.68299999999999	21.0	0.0008151880660451757	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0009_000000005105	1986	0.6018436745754181	3	2	1	1	0	False	100272	fragment	False	MAD0009_000000005105	0.9937898623699227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0024_000000025431	1986	0.6018436745754181	2	2	1	1	0	False	100272	fragment	False	MAD0009_000000005105	0.992279288351796		0	0	False	False	0.9994964599609375	0					non-mobilizable	no_good_hit								True	False
MAD0080_000000003373	1986	0.6018436745754181	2	2	1	1	0	False	100272	fragment	False	MAD0009_000000005105	0.9937898623699227		0	0	False	False	0.9994964599609375	0					non-mobilizable	no_good_hit								True	False
AUS0016_000000016195	1756	0.6018436745754181	2	2	1	1	0	False	100271	fragment	False	AUS0016_000000016195	1.0		0	0	False	False	0.9988610744476318	0					non-mobilizable	no_good_hit								True	False
MON0036_000000017602	1382	0.6018436745754181	2	2	1	1	0	False	12168	fragment	False	MON0036_000000017602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0149_000000004790	4491	0.6018397129624868	7	5	4	5	3	True	128505	maximal	False	MON0107_000000011353	0.7394120657278552		0	0	False	False	1.0	0					non-mobilizable	chromosome	4502.0	97.31200000000001	100.0	0.0020415040730163573	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
ISR0025_000000007106	5244	0.6018372775485461	6	4	4	4	4	False	37389	fragment	False	ISR0258_000000002801	0.9701365187713311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1542.0	72.11399999999999	29.0	0.0006385792619704203	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	False
FIJ0032_000000008062	4267	0.6018252833399388	7	4	2	3	4	False	107894	fragment	False	FIJ0032_000000008062	0.9960530294618094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	23.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0118_000000001932	4067	0.6018252833399388	6	4	2	3	4	False	107894	fragment	False	FIJ0032_000000008062	0.9807724763613689		0	0	False	False	0.9997541308403015	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	24.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0219_000000011677	2838	0.6018243794189251	3	3	3	3	3	False	28045	maximal	True	ISR0219_000000011677	1.0		52	7	False	False	0.9978858232498169	0					non-mobilizable	no_good_hit	349.0	73.066	12.0	0.0008116052409229927	NZ_JABJVN010000003.1	firmicutes	Saccharibacillus deserti strain WLJ055 NODE_3_length_420155_cov_237.499538, whole genome shotgun sequence	True	False
CHI0098_000000004069	2215	0.6018184496197311	3	3	3	3	3	False	83408	fragment	False	CHI0098_000000004069	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	97.28399999999999	97.0	0.0010224799622426163	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
ISR0099_000000015389	1233	0.6018147051120076	2	2	2	1	2	False	33196	fragment	False	ISR0099_000000015389	0.9885883347421809		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	99.13799999999999	94.0	0.8484626647144948	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	False	False
ISR0326_000000007080	2607	0.6018146481448674	5	2	1	1	2	False	24832	maximal	True	ISR0326_000000007080	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0831_000000005888	2935	0.6018040751664989	7	4	2	3	2	True	91456	fragment	False	ISR0831_000000005888	0.9869201255667945		0	0	False	False	0.9969335794448853	0					non-mobilizable	chromosome	2939.0	95.475	100.0	0.0008001552744092465	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0058_000000013492	1924	0.6017967101316549	3	3	3	2	1	True	35496	fragment	False	ISR0058_000000013492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0044_000000016322	1363	0.6017964688307769	3	2	0	2	0	True	47111	maximal	True	FIJ0044_000000016322	1.0		3	2	False	False	0.9801907539367676	0					non-mobilizable	no_good_hit								True	True
SPA0051_000000019224	1252	0.6017919656403313	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.37984628006191545		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	99.02799999999999	99.0	0.7979274611398963	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
MON0092_000000045062	1239	0.6017919656403313	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.3737459770948538		0	0	False	False	0.9814366698265076	0					non-mobilizable	other	1228.0	97.23100000000001	99.0	0.7940414507772021	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0336_000000013444	1188	0.6017919656403313	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.30413578342929143		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	93.939	100.0	0.7681347150259067	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0384_000000006358	2567	0.6017894430253015	3	3	3	2	1	True	23086	maximal	True	ISR0384_000000006358	1.0		0	0	False	False	0.9898714423179626	0					non-mobilizable	no_good_hit	1225.0	95.102	48.0	0.005636167406163808	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	True
USA0036_01_000000023973	1271	0.6017845099456381	1	1	1	1	1	False	122962	fragment	False	USA0036_01_000000023973	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	939.0	91.48	96.0	0.0003153887140656298	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0099_000000009667	3121	0.6017820691934883	6	6	5	6	5	False	97680	maximal	True	MAD0099_000000009667	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	1584.0	99.306	99.0	0.012044892524253377	CP057820.1	enterobacteria	Escherichia coli strain RHB14-C14 plasmid pRHB14-C14_3, complete sequence	False	True
ISR0166_000000016272	1336	0.6017806881869524	3	2	1	2	1	False	30200	fragment	False	ISR0166_000000016272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0138_000000005755	5028	0.6017791236921264	10	7	3	7	4	True	31361	fragment	False	ISR0138_000000005755	1.0		0	0	False	False	0.9980111122131348	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0042780748663101605	XM_033876967.1	bivalves	PREDICTED: Pecten maximus RAB6-interacting golgin-like (LOC117322194), transcript variant X4, mRNA	True	True
AST0102_000000004806	5771	0.6017704434189824	7	6	6	6	4	False	108363	maximal	True	AST0102_000000004806	1.0		2	2	False	False	0.9922024011611938	0					non-mobilizable	no_good_hit	1439.0	98.88799999999999	45.0	0.0004082091484268902	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0151_000000009660	2424	0.6017696867174009	4	3	3	2	3	False	57108	maximal	True	ENG0151_000000009660	1.0		4	3	False	False	1.0	0					non-mobilizable	other	2424.0	97.814	100.0	0.001062242221037569	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
CHI0106_000000006202	3114	0.6017675048035135	6	3	3	2	2	False	83160	fragment	False	CHI0106_000000006202	1.0		0	0	False	False	0.9820166826248169	0					non-mobilizable	no_good_hit								True	False
ISR0123_000000004276	4351	0.601766827838046	7	3	1	3	0	True	32122	maximal	True	ISR0123_000000004276	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0180_000000013475	1755	0.6017645373791553	3	1	1	1	1	False	29630	maximal	True	ISR0180_000000013475	1.0		1	1	False	False	0.9994301795959473	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000016887	1596	0.601762575192426	2	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.2652778631844808		0	0	False	False	0.993107795715332	0					non-mobilizable	chromosome	1555.0	87.71700000000001	97.0	0.0004879258831757923	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0046_000000021719	1569	0.6017617753784605	4	3	2	2	1	False	86054	fragment	False	MON0046_000000021719	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1570.0	99.745	100.0	0.0019842373901650624	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
FIJ0092_000000013840	2410	0.6017602753106421	2	2	2	2	2	False	127985	maximal	True	FIJ0092_000000013840	1.0		2	1	False	False	0.9995850324630737	0					non-mobilizable	no_good_hit	2068.0	83.704	85.0	0.00917878501871989	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0162_000000005086	4715	0.6017560711273159	6	4	3	3	4	False	56380	maximal	True	ENG0162_000000005086	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	2438.0	96.34899999999999	96.0	0.0003435207286933457	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0170_000000024635	1893	0.6017470298954408	3	3	2	3	1	False	30050	fragment	False	ISR0170_000000024635	1.0		0	0	False	False	0.9788694977760315	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	2.9036033717843843e-05	NZ_FPBK01000001.1	CFB group bacteria	Pustulibacterium marinum strain CGMCC 1.12333, whole genome shotgun sequence	True	False
ISR0120_000000014604	2268	0.6017465307236299	3	2	2	2	2	False	53990	maximal	False	ISR0184_000000005164	0.9706901094465633		0	0	True	True	0.9995591044425964	7					non-mobilizable	no_good_hit	1145.0	97.118	57.0	0.0003850637021249525	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0346_000000008807	2474	0.6017427035348987	3	3	3	3	3	False	70670	fragment	False	ISR0346_000000008807	0.9362011637572736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2060.0	80.243	83.0	0.005085301426737374	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
ENG0019_000000011177	1629	0.6017377427218896	3	2	2	1	1	True	66522	fragment	False	ENG0019_000000011177	1.0		0	0	False	False	0.9803560376167297	0					non-mobilizable	plasmid	835.0	85.03	99.0	0.2031480570585342	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0077_000000005803	3516	0.6017377052908166	3	3	3	2	1	False	62019	maximal	True	ENG0077_000000005803	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	2283.0	99.869	65.0	0.0007928015564202334	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ENG0081_000000004630	5419	0.6017353559470527	8	7	3	4	6	False	61686	maximal	True	ENG0081_000000004630	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2043.0	95.791	69.0	0.03388648029102507	CP049944.1	enterobacteria	Escherichia coli strain pV01-18-E02-25-25 plasmid pK18EC025, complete sequence	True	False
ENG0035_000000008542	2590	0.6017236607149617	4	3	1	3	1	True	65405	fragment	False	ENG0035_000000008542	0.9925548589341693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.000453974018717698	NZ_LT985121.1	euryarchaeotes	Methanobrevibacter oralis strain M2 CSUR P5920, whole genome shotgun sequence	True	True
ENG0162_000000009685	2552	0.6017236607149617	3	3	1	3	1	True	65405	fragment	False	ENG0035_000000008542	0.9853281853281853		0	0	False	False	0.9992163181304932	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.000453974018717698	NZ_LT985121.1	euryarchaeotes	Methanobrevibacter oralis strain M2 CSUR P5920, whole genome shotgun sequence	True	True
ISR0320_000000004102	4579	0.6017234229599272	4	4	4	4	4	False	33241	maximal	True	ISR0320_000000004102	1.0		43	8	False	False	1.0	0					non-mobilizable	no_good_hit	2675.0	98.69200000000001	58.0	0.027077658400251132	NZ_JAANXY010000008.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_8, whole genome shotgun sequence	True	False
ISR0038_000000005051	5469	0.6017206149994362	6	4	2	2	4	False	36649	maximal	True	ISR0038_000000005051	1.0		2	1	False	False	0.9989029169082642	0					non-mobilizable	no_good_hit	4489.0	79.038	81.0	0.0018958307127142596	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
MON0061_000000035944	1298	0.6017197564221923	2	2	2	2	1	False	76079	maximal	False	DEN0009_000000002795	0.9478102189781021		0	0	False	False	0.9845916628837585	0					non-mobilizable	other	1298.0	99.846	100.0	0.0034904718461285906	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
ENG0137_000000008581	1882	0.6017171165648475	2	1	1	1	1	False	82051	fragment	False	ENG0137_000000008581	1.0		0	0	False	False	0.9994686245918274	0					non-mobilizable	no_good_hit	490.0	72.857	25.0	0.00334326520905899	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ISR0225_000000011671	1742	0.6017171165648475	2	1	1	1	1	False	82048	fragment	False	ISR0080_000000018342	0.9504643776398781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	72.857	27.0	0.00334326520905899	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ISR0096_000000016118	1485	0.6017171165648475	2	1	1	1	1	False	33338	fragment	False	ISR0096_000000016118	1.0		0	0	False	False	0.991919219493866	0					non-mobilizable	no_good_hit	491.0	72.505	32.0	0.00334326520905899	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
TAN0017_000000022095	1701	0.6017132868911893	5	2	1	2	1	False	85612	maximal	True	TAN0017_000000022095	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1485.0	99.73100000000001	87.0	0.00583301233422689	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0116_000000001229	14125	0.6017124993673693	13	7	3	4	6	False	106292	maximal	True	AST0116_000000001229	1.0		1	1	False	False	0.9999291896820068	0					non-mobilizable	no_good_hit	6205.0	91.23299999999999	44.0	0.0026509968621028102	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
ISR0207_000000015563	1913	0.6017121862230299	3	2	1	1	2	False	94787	fragment	False	ISR0334_000000009573	0.6251851851851852		0	0	False	False	0.9968635439872742	0					non-mobilizable	chromosome	1837.0	99.67299999999999	96.0	0.0007760348928281442	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
CHI0086_000000003268	1813	0.6017121862230299	3	2	1	1	2	False	84054	fragment	False	CHI0086_000000003268	0.951276281139961		0	0	False	False	1.0	0					non-mobilizable	chromosome	1813.0	99.835	100.0	0.0007989030514393041	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	False
MAD0097_000000026557	1565	0.6017087285805006	2	2	2	2	2	False	15402	fragment	False	MAD0097_000000026557	1.0		0	0	False	False	0.9993610382080078	0					non-mobilizable	chromosome	1567.0	99.04299999999999	100.0	0.0004382931643898839	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0095_000000001771	4385	0.6017004984514329	3	2	2	2	2	False	83515	maximal	True	CHI0095_000000001771	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	92.30799999999999	3.0	0.00018286269115624243	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0011_000000016517	1707	0.6016996440993371	2	2	2	2	2	False	38245	fragment	False	ISR0272_000000005963	0.9421981776765376		0	0	False	False	0.994727611541748	0					non-mobilizable	no_good_hit	124.0	81.452	7.0	6.679260783944838e-05	CP046313.1	firmicutes	Gemella sanguinis strain FDAARGOS_742 chromosome, complete genome	True	False
ISR0117_000000007727	3491	0.6016964553544125	3	3	3	2	1	False	68989	fragment	False	SPA0132_000000011622	0.8757520907085993		0	0	False	False	1.0	0					non-mobilizable	other	3499.0	94.85600000000001	100.0	0.02266881446647094	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0136_000000011780	3348	0.6016964553544125	3	3	3	2	1	False	68989	fragment	False	SPA0132_000000011622	0.7079465509854348		0	0	False	False	1.0	0					non-mobilizable	other	3348.0	97.90899999999999	100.0	0.02173997765595365	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MAD0042_000000020434	1234	0.6016908992549044	2	2	2	2	2	False	18095	fragment	False	MAD0042_000000020434	1.0		0	0	False	False	0.9991896152496338	0					non-mobilizable	no_good_hit	769.0	76.85300000000001	62.0	0.0010808732430469517	NZ_OUNG01000001.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	False
ISR0259_000000001398	8786	0.6016859121585408	14	3	2	3	1	True	58652	fragment	False	ISR0259_000000001398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.5658352923111425e-06	LN590691.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG8, chromosome: 8	True	True
ISR0138_000000014555	2004	0.6016853329374369	3	3	2	3	3	False	65044	fragment	False	USA0035_01_000000012227	0.922890397672163		0	0	False	False	0.9995009899139404	0					non-mobilizable	other	2002.0	99.6	99.0	0.018343325449645235	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
CAN0015_000000015487	2466	0.6016828218966198	2	2	2	2	1	False	114102	fragment	False	ISR0052_000000013737	0.9604821138332147		0	0	False	False	1.0	0					non-mobilizable	other	2413.0	97.928	98.0	0.0008404233894149859	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0306_000000004549	2128	0.6016828218966198	2	2	2	2	1	False	114100	fragment	False	ISR0306_000000004549	0.9464315809899829		0	0	False	False	1.0	0					non-mobilizable	other	2128.0	96.476	100.0	0.008169677322711857	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	False	False
ISR0329_000000007648	2004	0.6016828218966198	2	2	2	2	1	False	114100	fragment	False	ISR0306_000000004549	0.7670905324685576		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	97.35700000000001	100.0	0.006610806887906578	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0285_000000010154	1807	0.6016828218966198	2	2	2	2	1	False	108712	fragment	False	ISR0285_000000010154	0.974		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	96.90100000000001	100.0	0.006936735893191167	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	False	False
ISR0151_000000011622	1750	0.6016828218966198	2	2	2	2	1	False	108712	fragment	False	ISR0285_000000010154	0.9590481460985059		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	98.45700000000001	100.0	0.0006094114875981801	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0172_000000013593	1692	0.6016787355955101	2	2	2	2	1	True	98868	fragment	False	SPA0002_000000009502	0.4322978154256125		0	0	False	False	0.9887706637382507	0					non-mobilizable	other	1692.0	99.764	100.0	0.0005425730418892072	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0182_000000023260	1213	0.6016787355955101	2	2	2	2	1	True	58490	fragment	False	ENG0182_000000023260	0.9908466502845993		0	0	False	False	0.9942291975021362	0					non-mobilizable	other	1213.0	99.835	100.0	0.00038879050516439645	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0129_000000023772	1145	0.6016787355955101	2	2	2	2	1	True	58490	fragment	False	ENG0182_000000023260	0.9702739931112667		0	0	False	False	0.9965065717697144	0					non-mobilizable	other	1137.0	99.56	99.0	0.0003643907707362427	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0027_000000033683	1116	0.6016787355955101	2	2	2	2	1	True	58490	fragment	False	ENG0182_000000023260	0.9529521882661273		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	98.477	100.0	0.0003576487388547792	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0250_000000003921	2841	0.6016783948762034	3	3	3	3	2	False	103389	fragment	False	ISR0250_000000003921	0.9676435186595694		0	0	False	False	1.0	0					non-mobilizable	chromosome	2841.0	99.859	100.0	0.000573468249142877	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0167_000000008962	2769	0.6016783948762034	3	3	3	3	2	False	103389	fragment	False	ISR0250_000000003921	0.8974898660481734		0	0	False	False	0.9837486743927002	0					non-mobilizable	chromosome	2770.0	98.773	100.0	0.0005310557284279235	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0077_000000016044	1778	0.6016764562989506	2	2	2	2	2	False	5692	maximal	True	SPA0077_000000016044	1.0		86	9	False	False	1.0	0					non-mobilizable	plasmid	1737.0	99.42399999999999	98.0	0.0028092887774091753	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0345_000000003327	2791	0.6016750624295193	3	3	3	3	3	False	41349	maximal	True	ISR0345_000000003327	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	2241.0	99.955	80.0	0.018730036623910897	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	True	False
ENG0195_000000010169	2448	0.6016651148283906	4	3	1	1	3	True	103854	maximal	True	ENG0195_000000010169	1.0		26	7	False	False	0.9922385811805725	0					non-mobilizable	chromosome	2448.0	100.0	100.0	0.0005445827921629929	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0123_000000009842	2213	0.6016612486732675	3	2	2	2	1	True	108185	maximal	True	ISR0123_000000009842	1.0		17	8	False	False	1.0	0					non-mobilizable	chromosome	1781.0	82.369	97.0	0.0006235252146609939	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0049_01_000000001547	2577	0.601660771655537	3	3	3	3	3	False	85630	maximal	True	USA0049_01_000000001547	1.0		427	13	False	False	1.0	0					non-mobilizable	no_good_hit	1889.0	95.39399999999999	73.0	0.003422742261152511	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0160_000000014367	2017	0.6016599976260414	3	3	1	2	2	True	117184	fragment	False	ISR0160_000000014367	0.6592992665477462		0	0	False	False	1.0	0					non-mobilizable	other	2044.0	90.9	100.0	0.0064788848695806825	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
MON0031_000000016326	1994	0.6016599976260414	3	3	1	2	2	True	117182	fragment	False	MON0031_000000016326	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1992.0	99.79899999999999	99.0	0.031191252036596066	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0031_000000017064	1898	0.6016599976260414	3	3	1	2	2	True	117184	fragment	False	ISR0160_000000014367	0.3948046429100328		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	92.527	100.0	0.0061073017667664965	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
AST0012_000000014026	1655	0.6016570556190058	3	3	2	3	3	False	125017	fragment	False	CHI0065_000000006939	0.8400823152321195		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	98.671	100.0	0.05256638292466014	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0035_000000003441	3500	0.6016556769081314	4	3	1	3	2	False	48045	fragment	False	FIJ0035_000000003441	1.0		0	0	False	False	0.9934285879135132	0					non-mobilizable	no_good_hit								True	False
ISR0839_000000017953	1213	0.6016549315117108	2	1	1	1	1	False	20813	maximal	True	ISR0839_000000017953	1.0		1	1	False	False	0.8977741003036499	0					non-mobilizable	no_good_hit	180.0	99.444	15.0	0.0004899076291481354	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0041_000000025143	1354	0.601654764623313	1	1	1	1	1	False	73074	fragment	False	DEN0041_000000025143	0.9934379002463082		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	99.48299999999999	100.0	0.0004269385946809699	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0090_000000027256	1348	0.601654764623313	1	1	1	1	1	False	73074	fragment	False	DEN0041_000000025143	0.9841871313109755		0	0	False	False	0.9866468906402588	0					non-mobilizable	other	1348.0	98.59100000000001	100.0	0.000425045297143582	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
DEN0034_000000002661	2635	0.601652946527428	8	7	7	6	3	True	117239	maximal	True	DEN0034_000000002661	1.0		15	8	False	False	0.9992409944534302	0					non-mobilizable	no_good_hit	1737.0	99.309	66.0	0.000484473478645523	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0102_000000007373	4222	0.6016508808387566	6	5	5	3	3	False	50774	maximal	True	FIJ0102_000000007373	1.0		1	1	False	False	0.9997631311416626	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.3887400398273775e-06	NZ_MKZS01000001.1	cyanobacteria	Moorea bouillonii PNG strain PNG5-198 Ga0081470_101, whole genome shotgun sequence	True	False
AST0092_000000003566	4855	0.6016500687416099	6	5	3	3	2	False	109718	fragment	False	AST0092_000000003566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	99.404	33.0	0.015554890816631767	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0042_000000024827	1373	0.6016463362321068	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.31332392486096045		0	0	False	False	0.9890750050544739	0					non-mobilizable	other	1341.0	97.01700000000001	98.0	0.0003721167891319682	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0166_000000001924	11815	0.6016429183372514	8	6	5	6	6	False	71900	maximal	True	ENG0166_000000001924	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	3451.0	83.512	29.0	0.04667461974351327	NZ_FNAF01000009.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
ENG0195_000000023475	1153	0.6016396452925137	2	1	1	1	1	False	67640	fragment	False	ENG0005_000000019230	0.617741935483871		0	0	False	False	0.984388530254364	0					non-mobilizable	other	1153.0	97.485	100.0	0.0024088474961159426	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0040_000000011640	2114	0.601637380589908	2	2	2	2	2	False	50922	fragment	False	FIJ0040_000000011640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	95.34899999999999	6.0	0.0015043072547567841	NZ_CACVNJ010000008.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
FIJ0055_000000003932	3623	0.6016327174236169	3	3	3	3	3	False	46276	maximal	True	FIJ0055_000000003932	1.0		99	10	False	False	1.0	0					non-mobilizable	chromosome	3623.0	99.39299999999999	100.0	0.0006961199863312939	CP021165.1	enterobacteria	Klebsiella pneumoniae strain 203 chromosome, complete genome	False	False
DEN0096_000000025012	1800	0.6016301706390376	4	2	2	1	1	True	78019	fragment	False	DEN0096_000000025012	1.0		0	0	False	False	0.9994444251060486	0					non-mobilizable	other	1718.0	95.285	98.0	0.0005180092746602299	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0786_000000008370	1862	0.6016299881481934	4	3	3	3	3	False	64170	maximal	True	ISR0786_000000008370	1.0		49	8	False	False	0.9924812316894531	0					non-mobilizable	other	1869.0	92.67	99.0	0.2530529172320217	NZ_BBAB01000041.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
ISR0166_000000018690	1173	0.6016265611549482	2	2	2	2	2	False	30198	maximal	True	ISR0166_000000018690	1.0		53	5	False	False	0.9880647659301758	0					non-mobilizable	other	967.0	94.105	98.0	0.0002562880390132671	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
USA0010_01_000000020533	1274	0.6016240104218116	2	1	1	1	1	False	2040	fragment	False	USA0010_01_000000020533	1.0		0	0	False	False	0.9976451992988586	0					non-mobilizable	no_good_hit	954.0	71.488	76.0	0.0002142839650288569	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0008_000000013115	2555	0.6016201912921565	4	3	3	3	2	False	48374	fragment	False	MON0008_000000013115	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2445.0	92.515	96.0	0.0009519938679592688	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0294_000000010652	1792	0.6016167102552485	2	2	2	2	2	False	72453	fragment	False	USA0053_01_000000008750	0.5444045790359154		0	0	False	False	1.0	0					non-mobilizable	chromosome	1798.0	81.313	100.0	0.000499984480347506	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0257_000000002316	6108	0.6016131975637782	9	3	0	2	1	True	76791	fragment	False	ISR0257_000000002316	1.0		0	0	False	False	0.999672532081604	0					non-mobilizable	no_good_hit	690.0	74.638	11.0	0.0003307553253312303	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	True
SPA0113_000000003675	8909	0.601612847628844	11	5	3	3	4	False	81343	fragment	False	ISR0179_000000002681	0.9715674242843141		0	0	False	False	0.9998877644538879	0					non-mobilizable	no_good_hit	340.0	75.58800000000001	4.0	0.00010058841209446155	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0397_000000002552	8854	0.601612847628844	11	5	3	3	4	False	81343	fragment	False	ISR0179_000000002681	0.9582180576992667		0	0	False	False	0.9998870491981506	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	6.59810502423704e-05	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0187_000000002062	8843	0.601612847628844	10	5	3	3	4	False	81343	fragment	False	ISR0179_000000002681	0.9703917147110679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	6.59810502423704e-05	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0033_000000002927	8721	0.601612847628844	11	5	3	3	4	False	81343	fragment	False	ISR0179_000000002681	0.9674511578856365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	6.59810502423704e-05	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0074_000000003007	8518	0.601612847628844	11	5	3	3	4	False	81343	fragment	False	ISR0179_000000002681	0.7508079363967911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	6.59810502423704e-05	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0111_000000003553	8493	0.601612847628844	11	5	3	3	4	False	81343	fragment	False	ISR0179_000000002681	0.8513768057219113		0	0	False	False	0.998469352722168	0					non-mobilizable	no_good_hit	340.0	75.58800000000001	4.0	0.00010058841209446155	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0007_000000003440	8298	0.601612847628844	11	5	3	3	4	False	81343	fragment	False	ISR0179_000000002681	0.7386374936884729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	75.58800000000001	4.0	0.00010058841209446155	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0054_000000011989	3430	0.601611192760187	3	3	2	3	3	False	122182	fragment	False	MON0054_000000011989	0.9556292786514144		0	0	False	False	0.9918367266654968	0					non-mobilizable	other	3430.0	98.134	100.0	0.0010255317608114	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0150_000000012937	1868	0.6016076810749046	4	2	2	2	2	False	39806	maximal	True	FIJ0150_000000012937	1.0		3	2	False	False	0.9978586435317993	0					non-mobilizable	no_good_hit	952.0	77.521	51.0	0.07167444350952344	NZ_FNRK01000037.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	True	False
ISR0252_000000002805	3215	0.6016072266810453	3	3	3	2	2	False	26963	maximal	True	ISR0252_000000002805	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	2523.0	81.094	78.0	0.0021900469208620053	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
USA0034_01_000000002858	17340	0.6016071955479967	23	10	3	9	4	False	75380	fragment	False	USA0034_01_000000002858	1.0		0	0	False	False	0.9999423027038574	0					non-mobilizable	no_good_hit	5853.0	98.54799999999999	43.0	0.1005897828292381	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0138_000000006377	4590	0.6016010776452106	4	4	3	3	4	False	112098	maximal	False	ENG0066_000000003678	0.9443971932808846		0	0	False	False	0.998039186000824	0					non-mobilizable	no_good_hit	1732.0	70.612	37.0	0.018093637249338886	NZ_FWXF01000013.1	d-proteobacteria	Desulfacinum hydrothermale DSM 13146, whole genome shotgun sequence	True	False
ISR0083_000000023000	1234	0.6015981367814359	2	2	2	2	1	False	34080	maximal	True	ISR0083_000000023000	0.9974511469838573		12	5	False	False	0.9967585206031799	0					non-mobilizable	no_good_hit								True	False
ENG0152_000000011857	2024	0.6015972972850222	3	2	2	2	1	True	57036	maximal	True	ENG0152_000000011857	1.0		11	2	False	False	0.9975296258926392	0					non-mobilizable	other	2026.0	98.02600000000001	100.0	0.0007365999464489653	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	True
DEN0079_000000033233	1802	0.6015966595009649	2	2	2	2	2	False	117029	fragment	False	ISR0185_000000019355	0.9781888189644172		0	0	False	False	1.0	0					non-mobilizable	chromosome	1819.0	78.944	100.0	0.0005010961478233636	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0209_000000011709	2502	0.6015902245308562	3	3	3	3	2	False	128184	maximal	True	ISR0209_000000011709	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1824.0	98.575	73.0	0.0005185355849667346	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0074_000000001921	6827	0.6015874264607366	13	3	3	3	3	False	27666	fragment	False	MON0074_000000001921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	71.586	13.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0017_000000016764	1998	0.6015831517199837	3	3	2	2	3	False	89064	fragment	False	ISR0017_000000016764	1.0		0	0	False	False	0.9849849939346313	0					non-mobilizable	chromosome	1979.0	100.0	99.0	0.00041833155080666295	CP026641.1	enterobacteria	Escherichia coli strain FORC_082 chromosome, complete genome	False	False
ISR0195_000000011962	1724	0.6015809989655504	3	3	3	2	1	False	117263	fragment	False	MAD0026_000000006911	0.3051990080806909		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	76.788	100.0	0.0004078705619287936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0299_000000004092	2533	0.601578540039519	4	3	1	1	2	True	33799	maximal	True	ISR0299_000000004092	1.0		6	4	False	False	0.9952625632286072	0		MOBV			mobilizable	no_good_hit	1360.0	96.985	54.0	0.2230251272786993	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ISR0030_000000001945	8045	0.6015777893704664	9	6	3	5	3	False	122858	fragment	False	ISR0076_000000002357	0.8669548673942519		0	0	False	False	0.9978868961334229	0					non-mobilizable	no_good_hit	1941.0	93.61200000000001	24.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0028_000000002136	9408	0.6015768851923264	11	6	2	6	1	True	74059	fragment	False	DEN0028_000000002136	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9445.0	83.12299999999999	100.0	0.09574868513413158	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
DEN0073_000000004165	8826	0.6015768851923264	9	6	2	6	1	True	105204	fragment	False	DEN0072_000000002171	0.9844482329834422		0	0	False	False	1.0	0					non-mobilizable	other	8826.0	99.535	100.0	0.23179155832217058	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
DEN0072_000000002171	8788	0.6015768851923264	10	6	2	6	1	True	105204	fragment	False	DEN0072_000000002171	0.9900789288032888		0	0	False	False	0.9997724294662476	0					non-mobilizable	other	8788.0	99.943	100.0	0.23074094502665932	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0057_000000004225	6497	0.6015768851923264	8	6	2	6	1	True	85167	fragment	False	SPA0057_000000004225	1.0		0	0	False	False	0.9986147284507751	0					non-mobilizable	other	6497.0	98.72200000000001	100.0	0.10446585079523342	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0031_000000004880	5266	0.6015762092533313	11	5	3	5	2	True	26982	fragment	False	SPA0031_000000004880	1.0		0	0	False	False	0.9922142028808594	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0011277972339288893	NZ_CYXV01000021.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0105_000000004477	4445	0.601572597411035	6	5	3	3	4	True	105592	fragment	False	SPA0154_000000000979	0.5172476166716088		0	0	False	False	0.9997750520706177	0					non-mobilizable	no_good_hit	2261.0	94.295	67.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MON0048_000000011997	3211	0.6015639624314858	3	3	3	3	2	False	83462	fragment	False	MON0048_000000011997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1875.0	80.21300000000001	58.0	0.025466357817404296	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
ISR0239_000000005337	2669	0.6015621152012138	3	3	3	2	2	False	90587	fragment	False	ISR0239_000000005337	0.9965250965250965		0	0	False	False	0.996627926826477	0					non-mobilizable	other	2562.0	96.956	96.0	0.01892878111135058	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
ISR0808_000000009274	1767	0.6015620593588272	3	1	1	1	1	False	21745	maximal	True	ISR0808_000000009274	1.0		1	1	False	False	0.992642879486084	0					non-mobilizable	no_good_hit	251.0	72.908	14.0	0.00011626970132195274	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	True	False
ISR0333_000000010749	2099	0.6015588853098633	3	3	3	2	2	False	95286	maximal	True	ISR0333_000000010749	1.0		594	14	False	False	1.0	0					non-mobilizable	chromosome	1902.0	87.48700000000001	97.0	0.0006341433695834008	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0204_000000012418	2104	0.6015504897090542	4	4	4	3	4	False	54039	fragment	False	ENG0204_000000012418	0.9544764795144158		0	0	False	False	1.0	0					non-mobilizable	chromosome	2105.0	92.969	100.0	0.0003936480472138175	LT599825.1	enterobacteria	Escherichia coli isolate E. coli NRZ14408 genome assembly, chromosome: NRZ14408_C	False	False
CHI0149_000000002339	7052	0.6015494325360425	11	5	3	5	3	True	131301	maximal	True	CHI0149_000000002339	0.9859893662882598	PS1133	33	8	False	True	0.999574601650238	0		MOBV			mobilizable	no_good_hit	1289.0	92.863	39.0	0.19857607181550843	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ISR0002_000000003068	6959	0.6015494325360425	10	5	3	5	3	True	131301	maximal	False	CHI0149_000000002339	0.9792379717783486	PS1133	0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	1287.0	92.852	43.0	0.19857607181550843	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
CAN0013_000000004644	5284	0.6015494325360425	9	5	3	5	3	True	131292	fragment	False	ISR0247_000000002118	0.9942398489140699		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1393.0	88.01100000000001	42.0	0.0004702024486539945	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0003_000000009145	1976	0.6015485143721503	3	3	3	3	1	False	8384	maximal	True	SPA0003_000000009145	1.0		25	9	False	False	0.9843117594718933	0					non-mobilizable	no_good_hit	618.0	74.11	31.0	0.001103764841532208	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ENG0065_000000013273	2075	0.6015482021989826	2	2	2	2	2	False	90303	maximal	True	ENG0065_000000013273	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	1765.0	92.465	85.0	0.013109685858037857	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	True	False
DEN0096_000000014189	3081	0.6015469665131856	4	4	3	1	3	False	121052	fragment	False	USA0003_01_000000012485	0.9802681823404761		0	0	False	False	0.9993508458137512	0					non-mobilizable	no_good_hit	249.0	89.96	15.0	0.00010872309980079123	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0252_000000005848	1903	0.6015464138839339	2	2	2	2	2	False	26959	maximal	True	ISR0252_000000005848	1.0		294	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0332_000000001465	7451	0.6015447371931015	10	8	2	2	8	True	91934	fragment	False	CAN0021_000000005250	0.6357990615512007		0	0	False	False	0.9990605115890503	0					non-mobilizable	plasmid	6901.0	99.75399999999999	100.0	0.13524903463551366	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0363_000000013283	1397	0.6015417955805364	3	2	1	1	2	True	23697	fragment	False	ISR0363_000000013283	1.0		0	0	False	False	0.9992842078208923	0					non-mobilizable	plasmid	1397.0	99.928	100.0	0.02478165163672513	CP016700.1	firmicutes	Lactococcus lactis subsp. lactis strain 275 plasmid p275B, complete sequence	False	True
FIJ0088_000000010098	2736	0.6015413362756491	3	3	3	3	3	False	43674	maximal	True	FIJ0088_000000010098	1.0		4	2	False	False	0.9853801131248474	0					non-mobilizable	no_good_hit	1351.0	84.16	49.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0259_000000001893	6471	0.6015287721216709	7	7	4	3	5	False	104750	fragment	False	ISR0259_000000001893	0.960054002541296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	83.652	39.0	0.0004154623390752817	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0031_000000004472	6296	0.6015287721216709	7	7	4	3	5	False	104750	fragment	False	ISR0259_000000001893	0.9476124246638851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	81.99799999999999	30.0	0.00042483367003186696	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0065_000000028419	1206	0.6015279700517389	1	1	1	1	1	False	71034	fragment	False	DEN0065_000000028419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	82.609	6.0	0.00012541023617641554	NZ_CADIJQ010000003.1	b-proteobacteria	Achromobacter kerstersii strain LMG 3441 isolate LMG 3441, whole genome shotgun sequence	True	False
ENG0044_000000006104	2753	0.6015237880964417	2	2	1	2	0	True	64528	fragment	False	ENG0044_000000006104	1.0		0	0	False	False	0.9978205561637878	0					non-mobilizable	no_good_hit								True	True
DEN0023_000000002071	2751	0.6015212833087525	3	3	2	3	2	False	74386	maximal	True	DEN0023_000000002071	1.0		65	11	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	82.5	26.0	0.00022638437890148822	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0799_000000003396	4129	0.6015187336404035	4	3	3	3	3	False	131668	fragment	False	DEN0028_000000005326	0.8985465672995583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1793.0	85.499	65.0	0.0006127915086563655	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0041_000000008433	4061	0.6015183715986657	5	5	4	4	4	False	97497	maximal	True	SPA0041_000000008433	1.0		23	8	False	False	0.9970450401306152	0					non-mobilizable	chromosome	4058.0	99.90100000000001	99.0	0.0009236877293424195	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0011_000000023417	1238	0.6015179649180508	2	2	1	2	1	False	67122	maximal	False	USA0006_01_000000018221	0.9662529092319627		0	0	False	False	1.0	0					non-mobilizable	other	648.0	99.383	100.0	0.003127235465846915	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0182_000000005186	5142	0.6015176842751335	7	3	3	2	3	False	55251	maximal	True	ENG0182_000000005186	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	1.4025021290308482e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0158_000000002372	7319	0.60151593493087	6	5	3	4	3	False	52441	maximal	True	FIJ0158_000000002372	1.0		6	2	False	False	0.9998633861541748	0					non-mobilizable	no_good_hit	482.0	96.68	12.0	0.00011221820631912151	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0055_000000002128	6768	0.6015147464519826	11	11	3	7	11	True	63892	fragment	False	FIJ0146_000000001939	0.40999347710713285		0	0	False	False	1.0	0					non-mobilizable	plasmid	6768.0	99.631	100.0	0.07131640793786294	CP045678.1	enterobacteria	Klebsiella pneumoniae strain WSD411 plasmid pWSD411_5, complete sequence	False	True
ENG0077_000000001021	19639	0.6015138956605952	22	8	3	5	3	False	107973	fragment	False	ENG0077_000000001021	1.0		0	0	False	False	1.0	0					non-mobilizable	other	18152.0	98.11	93.0	0.005039405501774497	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0047_000000008597	3349	0.6015050264130071	5	4	4	4	3	False	63777	fragment	False	ISR0047_000000008597	0.9760085574572127		0	0	False	False	1.0	0					non-mobilizable	other	3104.0	96.84299999999999	93.0	0.22392482833393568	NZ_CABMGA010000029.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0047_000000009278	3272	0.6015050264130071	5	4	4	4	3	False	63777	fragment	False	ISR0047_000000008597	0.9652134965661392		0	0	False	False	1.0	0					non-mobilizable	other	3134.0	99.681	96.0	0.22638236357065414	NZ_CABMGA010000029.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0065_000000017146	1956	0.6015026253967548	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.3787647884697542		0	0	False	False	0.9994887709617615	0					non-mobilizable	chromosome	1957.0	96.219	100.0	0.000615896108349805	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0033_000000011828	2591	0.6014979653761223	3	2	2	2	2	False	7203	maximal	True	SPA0033_000000011828	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	87.087	51.0	0.0003096817755002885	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
DEN0035_000000004622	6088	0.601492608234112	4	1	1	1	1	False	73510	fragment	False	DEN0035_000000004622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	84.198	8.0	0.006877933868665853	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
AST0061_000000011591	3515	0.6014859850943923	6	4	3	2	3	True	112111	fragment	False	AST0061_000000011591	1.0		0	0	False	False	0.9980085492134094	0					non-mobilizable	no_good_hit	816.0	80.637	23.0	0.0010527731952972648	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ENG0192_000000002141	6692	0.6014795539635442	4	4	4	4	2	True	54664	maximal	True	ENG0192_000000002141	1.0		169	11	False	False	0.9998505711555481	0					non-mobilizable	chromosome	6692.0	100.0	100.0	0.0011894079233659373	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
DEN0070_000000002731	10748	0.6014759507101471	8	3	1	3	1	True	92500	fragment	False	DEN0070_000000002731	1.0		0	0	False	False	0.9994417428970337	0					non-mobilizable	no_good_hit	5354.0	91.24	50.0	0.0924483458529223	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	True	True
DEN0077_000000002993	3347	0.6014729039792976	4	3	2	1	2	False	69923	maximal	True	DEN0077_000000002993	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.022168963451168363	NZ_BJOE01000127.1	firmicutes	Brevibacillus centrosporus strain NBRC 15540 sequence127, whole genome shotgun sequence	True	False
USA0061_01_000000002471	4671	0.6014728163209315	4	3	3	2	1	True	130997	fragment	False	USA0037_01_000000005669	0.5959203785965489		0	0	False	False	1.0	0					non-mobilizable	other	4313.0	98.307	92.0	0.00900808594901691	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0015_000000025799	1279	0.6014724815584626	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.02048069151178544	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1278.0	86.698	99.0	0.00589263744091174	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
USA0014_01_000000004221	1166	0.6014724815584626	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.013215768164404553	PS816	0	0	False	True	0.9991423487663269	0					non-mobilizable	other	1171.0	81.64	100.0	0.007178330683820721	NZ_NFHM01000002.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_2, whole genome shotgun sequence	False	True
SPA0127_000000006073	4808	0.6014693795713469	6	4	2	4	3	False	116326	maximal	True	SPA0127_000000006073	1.0		0	0	False	False	0.9997920393943787	0					non-mobilizable	no_good_hit	436.0	87.844	27.0	0.000905408824494968	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0106_000000010754	2305	0.6014491389832038	4	3	3	3	3	True	32898	maximal	True	ISR0106_000000010754	1.0		22	8	False	False	0.9995661377906799	0					non-mobilizable	other	1509.0	96.95200000000001	99.0	0.0012004266768559648	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	True
MON0035_000000025054	1172	0.6014439168308952	3	1	1	1	1	True	12188	fragment	False	MON0035_000000025054	1.0		0	0	False	False	0.9419795274734497	0					non-mobilizable	other	1117.0	99.105	95.0	0.0003336371743562163	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0090_000000003528	7904	0.6014434761825462	4	3	2	1	2	False	101705	fragment	False	SPA0090_000000003528	1.0		0	0	False	False	0.9998734593391418	0					non-mobilizable	no_good_hit	1819.0	82.023	23.0	0.03110545592104132	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CAN0001_000000010431	4564	0.6014320131169479	6	4	3	4	4	False	112463	maximal	True	CAN0001_000000010431	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2509.0	98.725	55.0	0.007944606413994169	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0087_000000032355	1121	0.6014312995007572	2	2	2	2	2	False	110479	fragment	False	AST0087_000000032355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	75.714	18.0	0.0002868528148315623	NZ_LUAV01000002.1	a-proteobacteria	Ensifer aridi strain LMR001 LMR001-V1_scaffold002, whole genome shotgun sequence	True	False
MON0097_000000001415	13783	0.6014299289403056	10	10	10	10	9	False	49617	maximal	True	MON0097_000000001415	1.0		5	1	False	False	0.9949212670326233	0					non-mobilizable	no_good_hit	3445.0	97.35799999999999	33.0	0.0012263444286100492	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0311_000000019602	1224	0.6014285706798144	1	1	1	1	1	False	57070	fragment	False	MAD0090_000000011279	0.7138279570359025		0	0	False	False	0.9910130500793457	0					non-mobilizable	chromosome	1188.0	85.185	96.0	0.00041095432028364563	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0215_000000019742	1511	0.6014279043692952	2	1	1	1	1	True	28158	maximal	True	ISR0215_000000019742	1.0		45	8	False	False	0.9960291385650635	0					non-mobilizable	no_good_hit	77.0	100.0	5.0	2.95351172544155e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
AUS0002_000000005606	5482	0.6014269779034814	10	5	3	4	4	False	103111	maximal	True	AUS0002_000000005606	1.0		3	3	False	False	0.9978110194206238	0					non-mobilizable	no_good_hit	1233.0	100.0	24.0	0.00027418308130151505	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0036_000000005156	2252	0.6014263762717051	4	1	1	1	1	False	113554	fragment	False	ISR0036_000000005156	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2252.0	99.512	100.0	0.0005518954581038775	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0075_01_000000019030	1296	0.6014234623741019	2	2	2	1	1	False	35620	fragment	False	MAD0075_000000002923	0.6493471889155342		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	99.11	100.0	0.0002533931081178124	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
MON0107_000000035259	1716	0.6014179159064371	3	2	2	2	1	True	113489	fragment	False	MON0107_000000035259	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1725.0	82.26100000000001	100.0	0.0005974348642630776	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
DEN0033_000000013812	1608	0.6014162754313951	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.6682949069954331		0	0	False	False	1.0	0					non-mobilizable	other	1598.0	98.185	99.0	0.014639825458812313	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0832_000000003087	4243	0.6014160926042917	6	3	2	3	2	True	21013	fragment	False	ISR0832_000000003087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006087662337662338	NZ_AVCH01000073.1	g-proteobacteria	Arenimonas malthae CC-JY-1 contig17, whole genome shotgun sequence	True	True
ISR0185_000000019355	1701	0.6014123804566616	2	2	2	2	2	False	117029	fragment	False	ISR0185_000000019355	0.9801080338647926		0	0	False	False	0.9994121193885803	0					non-mobilizable	other	1701.0	98.295	100.0	0.014430994380401012	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0011_000000017041	1663	0.6014123804566616	2	2	2	2	2	False	117029	fragment	False	ISR0185_000000019355	0.970718128530361		0	0	False	False	0.9939867854118347	0					non-mobilizable	other	1663.0	98.256	100.0	0.01410841921189793	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0037_000000012065	2475	0.6014113767099336	3	3	2	3	1	False	126977	fragment	False	ISR0219_000000008631	0.1371913345183611		0	0	False	False	1.0	0					non-mobilizable	other	2475.0	97.25299999999999	100.0	0.03534033283336904	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0318_000000000862	5279	0.6014112031258557	13	3	2	3	3	True	30772	fragment	False	ISR0318_000000000862	1.0		0	0	False	False	0.9990528225898743	0					non-mobilizable	no_good_hit	1979.0	96.26100000000001	81.0	0.027354613756174505	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
CHI0092_000000002344	4094	0.601408877455429	4	4	4	4	4	False	99894	fragment	False	DEN0020_000000001795	0.931561785300166		0	0	False	False	0.9997557401657104	0					non-mobilizable	other	4052.0	99.087	99.0	0.01283432627709469	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0038_000000021049	1676	0.6014049302221027	2	2	1	2	1	False	47636	maximal	True	FIJ0038_000000021049	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1138.0	96.309	71.0	0.00017478445046137863	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0052_000000010282	3236	0.6013980000275031	3	3	3	3	3	False	91319	fragment	False	MON0048_000000010648	0.8797852721618185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000040286	1497	0.6013907102840373	2	2	2	2	2	False	1158	maximal	True	USA0069_01_000000040286	1.0		121	9	False	False	0.9993320107460022	0					non-mobilizable	no_good_hit	255.0	73.333	17.0	5.6789231856632304e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0051_000000016026	1380	0.6013769792489988	2	2	1	2	1	False	46524	maximal	True	FIJ0051_000000016026	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	83.735	24.0	0.004072643157713414	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	False
CHI0162_000000000949	19401	0.6013764210024078	17	17	7	8	16	True	123795	fragment	False	CHI0162_000000000949	0.9999737035868308		0	0	False	False	1.0	0					non-mobilizable	other	19322.0	99.995	99.0	0.003670464793192742	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
DEN0079_000000029204	2017	0.6013744759333027	3	3	3	3	3	False	69531	maximal	True	DEN0079_000000029204	1.0		1	1	False	False	0.9945463538169861	0					non-mobilizable	no_good_hit	437.0	73.455	21.0	0.0012025012025012026	NZ_JPRB01000007.1	firmicutes	Brevibacillus borstelensis cifa_chp40 Scaffold_7, whole genome shotgun sequence	True	False
ISR0039_000000012138	2871	0.6013735142404731	4	3	3	3	1	True	36553	fragment	False	ISR0039_000000012138	1.0		0	0	False	False	0.9989550709724426	0					non-mobilizable	no_good_hit	440.0	97.5	15.0	0.0028333731339430356	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	True
ENG0024_000000016034	1632	0.6013729964241095	2	2	2	2	2	False	72508	fragment	False	SPA0062_000000016810	0.5637536450960753		0	0	False	False	0.9938725233078003	0					non-mobilizable	other	1565.0	95.911	96.0	0.004989803029043787	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0007_000000006180	3029	0.6013668260916933	6	5	5	4	3	False	127150	maximal	True	AST0007_000000006180	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2859.0	99.545	100.0	0.0015350801808150427	CP011217.1	firmicutes	Streptococcus thermophilus strain SMQ-301, complete genome	False	False
SPA0019_000000017844	1624	0.6013594868970891	3	2	2	1	1	False	91255	fragment	False	SPA0019_000000017844	0.9806924104026159		0	0	False	False	1.0	0					non-mobilizable	other	1622.0	99.199	99.0	0.0004380250047385112	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0028_000000006616	2083	0.6013552816293559	3	3	3	3	3	False	108997	maximal	False	AST0097_000000010277	0.9735836600035909		0	0	False	False	0.9745559096336365	0					non-mobilizable	no_good_hit	106.0	80.189	5.0	0.00012299770483894466	NZ_LWDV01000010.1	firmicutes	Orenia metallireducens strain Z6 2524618313, whole genome shotgun sequence	True	False
ISR0108_000000005915	3682	0.6013527226983549	6	6	4	4	3	False	43208	fragment	False	ISR0108_000000005915	1.0		0	0	False	False	0.9956545233726501	0					non-mobilizable	no_good_hit	1222.0	90.917	61.0	0.04912097195960896	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
ISR0215_000000017785	1660	0.6013518762240521	3	2	2	2	2	False	28162	maximal	True	ISR0215_000000017785	1.0		7	5	False	False	0.9861446022987366	0					non-mobilizable	no_good_hit	447.0	90.604	27.0	0.0002343140901573372	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	False
MON0107_000000028556	2098	0.6013504106131751	3	3	3	3	3	False	8593	maximal	True	MON0107_000000028556	1.0		148	10	False	False	0.983794093132019	0					non-mobilizable	other	2103.0	84.45100000000001	99.0	0.014111419446751336	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0051_000000004191	5913	0.6013489636956267	8	7	6	6	6	False	17362	maximal	True	MAD0051_000000004191	1.0		2	2	False	False	0.9974632263183594	0					non-mobilizable	plasmid	5913.0	99.96600000000001	100.0	0.041587529368730565	CP056149.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 plasmid pRHBSTW-00872_2, complete sequence	False	True
DEN0070_000000003643	8357	0.6013451867503625	9	3	2	2	3	False	109796	maximal	True	DEN0070_000000003643	1.0	PS97	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	1703.0	93.24700000000001	23.0	0.000511973247289704	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
DEN0061_000000010855	3630	0.6013430973659271	3	3	3	2	2	False	71940	maximal	True	DEN0061_000000010855	1.0		12	4	False	False	0.9953168034553528	0					non-mobilizable	no_good_hit	2383.0	100.0	66.0	0.006894196371719324	NZ_SPFU01000005.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_5_length_345508_cov_31.5811, whole genome shotgun sequence	True	False
DEN0070_000000022115	1540	0.6013397943571437	3	2	2	1	1	True	70578	maximal	True	DEN0070_000000022115	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	0.0006824385805277526	NZ_FQXH01000015.1	firmicutes	Tepidibacter thalassicus DSM 15285, whole genome shotgun sequence	True	True
MON0089_000000019345	1472	0.6013378991832284	2	2	2	2	2	False	9593	maximal	True	MON0089_000000019345	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1472.0	97.554	100.0	0.0006699583131989075	NZ_CP039887.1	b-proteobacteria	Neisseria subflava strain ATCC 49275 chromosome, complete genome	False	False
CHI0073_000000004872	1680	0.6013356032914358	2	2	2	2	2	False	99538	fragment	False	ISR0215_000000016753	0.9646454362816963		0	0	False	False	0.9988095164299011	0					non-mobilizable	chromosome	1678.0	99.881	99.0	0.00037321836634954605	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0083_000000010346	2705	0.6013287561731527	6	4	2	1	2	False	69124	maximal	True	DEN0083_000000010346	1.0		1	1	False	False	0.999630331993103	0					non-mobilizable	no_good_hit	603.0	92.70299999999999	83.0	0.0010666543613917267	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ENG0206_000000005062	4802	0.6013275744683377	5	5	5	4	3	False	94765	maximal	True	ENG0206_000000005062	1.0		14	4	False	False	0.9845897555351257	0					non-mobilizable	no_good_hit	452.0	74.558	18.0	0.033894449499545044	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
SPA0107_000000025950	1278	0.6013245085633682	2	2	2	2	2	False	4708	maximal	True	SPA0107_000000025950	1.0		42	7	False	False	1.0	0					non-mobilizable	other	1275.0	99.37299999999999	99.0	0.0004380409324151665	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
SPA0001_000000008276	4090	0.6013202737043828	5	3	2	2	2	False	123113	maximal	True	SPA0001_000000008276	1.0		13	3	False	False	0.9968215227127075	0					non-mobilizable	other	4090.0	98.435	100.0	0.026553041128634155	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MON0021_000000008810	3105	0.6013180887241927	4	4	4	4	4	False	44211	maximal	True	MON0021_000000008810	1.0		24	8	False	False	0.9990338087081909	0					non-mobilizable	no_good_hit	669.0	76.831	40.0	0.005712046671600853	NZ_AWEY01000023.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00011, whole genome shotgun sequence	True	False
USA0030_01_000000002753	6114	0.6013161734127384	8	5	3	4	2	False	81325	maximal	False	ISR0010_000000002061	0.9494407496977026		0	0	False	False	0.9885508418083191	0					non-mobilizable	no_good_hit	3241.0	90.34200000000001	53.0	0.026317500040625965	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0106_000000002571	11328	0.6013149151363246	11	8	6	5	5	False	116215	maximal	True	MON0106_000000002571	1.0		1	1	False	False	0.9962040781974792	0					non-mobilizable	no_good_hit	1586.0	95.839	14.0	0.00035838304088010186	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0834_000000010148	1715	0.601310943738999	3	2	2	2	2	True	48006	fragment	False	ISR0834_000000010148	1.0		0	0	False	False	0.9994168877601624	0					non-mobilizable	plasmid	1208.0	94.454	96.0	0.15033005355586002	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MAD0040_000000024530	1394	0.6013026206603731	2	2	2	2	2	False	18336	maximal	True	MAD0040_000000024530	1.0		13	4	False	False	0.9390243887901306	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	9.935549509694826e-06	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AUS0022_000000005513	6427	0.6013001587218213	6	3	2	3	1	True	99416	fragment	False	AUS0022_000000005513	0.9999136591262303		0	0	False	False	0.9998444318771362	0					non-mobilizable	no_good_hit								True	True
SPA0009_000000005611	5914	0.6013001587218213	6	3	2	3	1	True	8450	fragment	False	SPA0009_000000005611	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0307_000000001315	5075	0.6013001587218213	5	3	2	3	1	True	99700	fragment	False	CHI0181_000000003409	0.46324732833153254		0	0	False	False	0.9915270805358887	0					non-mobilizable	no_good_hit								True	True
ENG0004_000000007800	3381	0.6012959903801322	5	3	3	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.7783314981387401		0	0	False	False	0.999408483505249	0					non-mobilizable	other	3166.0	99.431	94.0	0.06052551059435478	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0058_000000028110	1486	0.6012883941412531	3	3	3	2	0	True	45979	maximal	True	FIJ0058_000000028110	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	75.681	32.0	0.00010679090612083844	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0149_000000011439	3322	0.6012877007179755	6	5	5	5	3	False	96635	fragment	False	ISR0207_000000007572	0.8382026127801802		0	0	False	False	1.0	0					non-mobilizable	other	3321.0	99.15700000000001	99.0	0.0008974104881031597	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0136_000000032550	1310	0.6012864405443945	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.01296504163293821		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	100.0	100.0	0.0044980499286978335	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0378_000000010569	2526	0.6012862359214297	2	2	2	2	2	False	48233	fragment	False	ISR0378_000000010569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	72.946	38.0	0.04068811401104693	NZ_LZZM01000225.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000225, whole genome shotgun sequence	True	False
ISR0230_000000003281	7335	0.6012843377455366	7	4	4	4	3	False	125696	maximal	True	ISR0230_000000003281	1.0	PS935	1	1	False	True	1.0	0					non-mobilizable	other	3240.0	99.259	99.0	0.02166439254086738	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0344_000000005382	5383	0.6012843377455366	4	4	4	4	3	False	125692	backbone	False	ISR0296_000000004057	0.9648342860342272	PS935	0	0	True	True	1.0	9					non-mobilizable	other	2913.0	98.97	99.0	0.019477218610375366	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
SPA0119_000000006744	5137	0.6012843377455366	4	4	4	4	3	False	125692	backbone	False	ISR0296_000000004057	0.9561631126666322	PS935	0	0	False	True	1.0	0					non-mobilizable	other	2913.0	98.97	98.0	0.019477218610375366	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
SPA0134_000000005995	4936	0.6012843377455366	4	4	4	4	3	False	125692	backbone	False	ISR0296_000000004057	0.7584660650768673	PS935	0	0	False	True	1.0	0					non-mobilizable	other	2917.0	99.04	99.0	0.019503973031543463	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
MON0060_000000006734	4868	0.6012843377455366	4	4	4	4	3	False	125692	backbone	False	ISR0296_000000004057	0.562761557001056	PS935	0	0	False	True	1.0	0					non-mobilizable	other	2917.0	98.97200000000001	97.0	0.019503973031543463	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
CHI0155_000000005052	2420	0.6012800185139431	2	2	2	2	2	False	79076	maximal	True	CHI0155_000000005052	1.0		45	9	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	75.775	57.0	0.004583994164608888	NZ_FOGW01000004.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
MON0053_000000032564	1264	0.6012797358067096	1	1	1	1	1	False	53455	fragment	False	ETH0001_000000025758	0.35255696970674333		0	0	False	False	0.9636076092720032	0					non-mobilizable	no_good_hit	998.0	77.655	79.0	0.0004279720460554812	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ISR0165_000000006307	3062	0.6012723206978855	5	5	2	3	4	True	123556	backbone	False	ISR0826_000000002301	0.321659260852364	PS902	0	0	False	True	0.9954278469085693	0	rep_cluster_1702				non-mobilizable	other	3067.0	99.054	100.0	0.0008139096440719716	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0286_000000005346	2976	0.6012723206978855	5	5	2	3	4	True	123556	backbone	False	ISR0826_000000002301	0.2931288223459644	PS902	0	0	False	True	0.9996639490127563	0	rep_cluster_1702				non-mobilizable	other	2982.0	94.97	99.0	0.029688248443238065	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
DEN0071_000000011335	3383	0.6012710437984209	4	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.779727563847994		0	0	False	False	1.0	0					non-mobilizable	chromosome	3383.0	99.49700000000001	100.0	0.0009803793679712786	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0002_000000026349	1441	0.6012708884478344	3	3	2	1	2	False	52326	fragment	False	FIJ0002_000000026349	1.0		0	0	False	False	0.9902845025062561	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000020079	2007	0.6012659054943927	2	2	1	2	0	True	68710	fragment	False	FIJ0058_000000020079	0.9828994384890251		0	0	False	False	0.9970104694366455	0					non-mobilizable	no_good_hit	577.0	75.043	28.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
DEN0003_000000004581	5898	0.6012591205379235	14	2	1	2	1	False	79487	fragment	False	DEN0003_000000004581	1.0		0	0	False	False	0.9945744276046753	0					non-mobilizable	no_good_hit	86.0	96.512	2.0	2.3509978166507182e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0016_000000010728	3051	0.6012556907871855	2	2	1	2	2	False	85970	maximal	True	SPA0016_000000010728	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	2058.0	83.236	74.0	0.028808778749140507	NZ_CYYA01000016.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0841_000000006376	2224	0.6012528368595308	2	2	2	2	2	False	126854	maximal	True	ISR0841_000000006376	1.0	PS979	21	8	False	True	1.0	0					non-mobilizable	chromosome	1497.0	80.962	95.0	0.0002335228687182899	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	True
ENG0014_000000013493	1749	0.6012442489784627	2	2	2	2	2	False	66914	maximal	True	ENG0014_000000013493	1.0		194	11	False	False	0.9919954538345337	0					non-mobilizable	chromosome	915.0	95.191	91.0	0.00042440268819460964	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
DEN0083_000000002984	8235	0.6012416243781712	11	5	5	5	5	True	102699	maximal	True	DEN0083_000000002984	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	92.868	16.0	0.029533917858790955	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
SPA0009_000000004225	7615	0.601236942555053	10	6	2	4	4	False	8150	maximal	True	SPA0009_000000004225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3568.0	74.467	80.0	0.0014953573326419178	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
MON0038_000000018875	1760	0.6012364648238034	2	2	2	2	2	False	47190	fragment	False	MON0038_000000018875	1.0		0	0	False	False	0.9988636374473572	0					non-mobilizable	chromosome	1412.0	98.867	99.0	0.00047945626737009575	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0028_000000019628	1541	0.6012334641669317	3	2	2	2	2	False	91046	fragment	False	ISR0305_000000010968	0.5644695543000627		0	0	False	False	0.9987021684646606	0					non-mobilizable	other	1542.0	94.09899999999999	100.0	0.016748179545701555	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0267_000000006770	2481	0.6012300033796353	4	4	4	2	1	False	129489	maximal	True	ISR0267_000000006770	1.0		1	1	False	False	0.9871019721031189	0					non-mobilizable	no_good_hit	2076.0	98.603	84.0	0.0005890361495033361	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0024_000000039344	1326	0.6012285531407737	2	1	1	1	1	False	12890	maximal	False	MON0076_000000034540	0.9699140401146131		0	0	False	False	0.999245822429657	0					non-mobilizable	no_good_hit	172.0	76.163	13.0	2.069717743829892e-05	CP040654.1	high GC Gram+	Streptomyces sp. S6 chromosome, complete genome	True	False
DEN0085_000000011610	2651	0.6012273696648407	4	3	3	3	2	False	68986	maximal	True	DEN0085_000000011610	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2665.0	89.831	100.0	0.005185451785665385	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	False
USA0033_01_000000000756	9066	0.6012179672237059	11	7	2	7	1	True	84071	fragment	False	DEN0087_000000000972	0.9432893877292687		0	0	False	False	1.0	0					non-mobilizable	other	9066.0	100.0	100.0	0.09046183937410186	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0139_000000010282	2648	0.6012126123473494	2	2	2	2	0	False	131096	maximal	True	SPA0139_000000010282	1.0		0	0	False	False	0.9996223449707031	0					non-mobilizable	no_good_hit	478.0	99.163	18.0	0.00010615692352339502	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0002_000000026167	1629	0.6012123190559002	4	3	3	1	1	True	20162	maximal	True	MAD0002_000000026167	1.0		0	0	False	False	0.979742169380188	0					non-mobilizable	no_good_hit								True	True
MON0006_000000014097	1582	0.6012113850196551	2	2	2	2	2	True	14038	fragment	False	MON0006_000000014097	1.0		0	0	False	False	0.9620733261108398	0					non-mobilizable	no_good_hit								True	True
FIJ0038_000000016243	2140	0.6012096263643034	3	3	3	3	3	False	102866	fragment	False	FIJ0038_000000016243	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2140.0	98.36399999999999	100.0	0.0005986648011685579	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0045_000000008222	1582	0.6011911571499825	3	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.9669724981288423		0	0	False	False	1.0	0					non-mobilizable	chromosome	1582.0	100.0	100.0	0.0004583027145956805	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0101_000000014952	1576	0.6011911571499825	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.9664412557842312		0	0	False	False	1.0	0					non-mobilizable	chromosome	1576.0	99.93700000000001	100.0	0.00045656342535622816	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0021_000000028037	1558	0.6011911571499825	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.9649369234134997		0	0	False	False	0.9942233562469482	0					non-mobilizable	chromosome	1558.0	99.48700000000001	100.0	0.0004513455576378713	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0120_000000014699	1424	0.6011911571499825	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.7038794430001482		0	0	False	False	1.0	0					non-mobilizable	chromosome	1350.0	99.926	100.0	0.00039105019733685827	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0007_000000019416	1344	0.6011911571499825	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.6761912252786668		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	98.512	100.0	0.00038124122832914714	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0153_000000014208	1327	0.6011911571499825	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.6747265738166541		0	0	False	False	1.0	0					non-mobilizable	chromosome	1327.0	99.54799999999999	100.0	0.0003843829219189578	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0021_000000014901	1182	0.6011911571499825	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.33279862360425216		0	0	False	False	1.0	0					non-mobilizable	chromosome	1182.0	99.831	100.0	0.00034235009863219394	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0096_000000039442	1162	0.6011911571499825	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.2762533821858087		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	99.398	100.0	0.0003365524678340196	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0097_000000016623	1988	0.6011833533908856	2	2	1	2	1	True	5116	maximal	True	SPA0097_000000016623	1.0		0	0	False	False	0.977364182472229	0					non-mobilizable	no_good_hit	1574.0	100.0	79.0	0.0006875432719541789	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	True
ISR0134_000000001936	14364	0.6011826387476968	19	13	5	9	12	False	31507	maximal	True	ISR0134_000000001936	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	2099.0	94.95	48.0	0.20642111483159345	NZ_GL732440.1	firmicutes	Streptococcus infantis ATCC 700779 SCAFFOLD2, whole genome shotgun sequence	True	True
DEN0017_000000008088	3776	0.6011755210160863	5	5	5	5	5	False	75243	maximal	True	DEN0017_000000008088	1.0		27	8	False	False	0.9944385886192322	0					non-mobilizable	chromosome	3780.0	96.03200000000001	100.0	0.0017586916638481012	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	False	False
CHI0061_000000003955	1878	0.6011714150931278	3	3	3	2	1	False	91010	maximal	True	CHI0061_000000003955	0.9527386628636798		18	7	False	False	1.0	0					non-mobilizable	chromosome	1878.0	94.78200000000001	100.0	0.0006619882867594933	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0079_000000044827	1388	0.6011640337602819	2	2	2	2	2	False	74702	maximal	True	DEN0079_000000044827	0.9873853211009174		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	74.0	14.0	8.566934502959071e-05	CP028109.1	fusobacteria	Fusobacterium nucleatum subsp. nucleatum ATCC 23726 chromosome, complete genome	True	False
MAD0093_000000012310	2501	0.6011623499011562	6	1	1	1	1	True	98405	fragment	False	FIJ0062_000000011634	0.9673279341067094		0	0	False	False	0.9984006285667419	0					non-mobilizable	no_good_hit	139.0	98.561	6.0	0.0006033921130529455	NZ_AUFP01000006.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	True
ENG0052_000000001264	15975	0.6011583799242386	18	4	3	4	2	True	103572	fragment	False	ENG0052_000000001264	1.0		0	0	False	False	1.0	0					non-mobilizable	other	13269.0	98.568	94.0	0.003552798843352019	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0796_000000000749	14380	0.6011583799242386	16	4	3	4	2	True	103570	fragment	False	ISR0181_000000000999	0.9100257089508462		0	0	False	False	1.0	0					non-mobilizable	other	14381.0	99.868	100.0	0.003850583746782142	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0774_000000001385	14112	0.6011583799242386	15	4	3	4	2	True	103570	fragment	False	ISR0181_000000000999	0.7045940552112615		0	0	False	False	1.0	0					non-mobilizable	other	13728.0	98.12799999999999	100.0	0.003675715453670748	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0015_000000001570	13420	0.6011583799242386	14	4	3	4	2	True	103570	fragment	False	ISR0181_000000000999	0.5570135639578344		0	0	False	False	1.0	0					non-mobilizable	other	13416.0	98.30799999999999	99.0	0.0035921642937155334	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0120_000000002930	7868	0.6011583799242386	10	4	3	4	2	True	60265	fragment	False	ISR0120_000000002930	0.9922602649875377		0	0	False	False	0.9960600137710571	0					non-mobilizable	other	7867.0	98.09299999999999	99.0	0.0021061854905376973	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0055_01_000000003276	7623	0.6011583799242386	10	4	3	4	2	True	60265	fragment	False	ISR0120_000000002930	0.9769318759532283		0	0	False	False	0.9998688101768494	0					non-mobilizable	other	7623.0	99.633	100.0	0.002041111990957194	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0086_000000025875	1172	0.6011568580806668	2	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.4450757871212784		0	0	False	False	0.9726962447166443	0					non-mobilizable	other	1154.0	98.7	98.0	0.001657759623416825	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0131_000000007154	2357	0.6011547069839716	2	2	2	2	2	False	102956	fragment	False	CHI0131_000000007154	0.9726360021876987		0	0	False	False	0.9966058731079102	0					non-mobilizable	chromosome	2357.0	98.38799999999999	100.0	0.0009239204816621784	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
AUS0002_000000016979	2143	0.6011547069839716	2	2	2	2	2	False	102956	fragment	False	CHI0131_000000007154	0.8281776550887153		0	0	False	False	1.0	0					non-mobilizable	other	2090.0	99.665	100.0	0.000851134567675384	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0133_000000011870	1820	0.6011544821811846	2	2	1	2	1	False	124758	fragment	False	ENG0090_000000013236	0.9676261684938126		0	0	False	False	0.9950549602508545	0					non-mobilizable	other	1762.0	97.616	97.0	0.015766007735281477	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0024_000000042197	1245	0.6011520375167994	2	2	2	2	1	False	12877	maximal	True	MON0024_000000042197	1.0		3	2	False	False	0.9839357137680054	0					non-mobilizable	no_good_hit	340.0	86.765	27.0	0.5631229235880398	EU062865.1	bacteria	Uncultured bacterium clone LM0ACA2ZA07FM1 genomic sequence	True	False
FIJ0163_000000009434	2594	0.6011450217660061	3	3	3	2	2	False	39168	maximal	True	FIJ0163_000000009434	1.0		97	11	False	False	0.9938319325447083	0					non-mobilizable	no_good_hit								True	False
SPA0110_000000001611	14251	0.6011444200963061	22	6	1	6	1	False	4630	maximal	True	SPA0110_000000001611	1.0		1	1	False	False	0.9963511228561401	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	7.607822990125046e-06	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ISR0333_000000009126	2401	0.6011369227044077	3	2	2	1	1	False	60197	maximal	True	ISR0333_000000009126	1.0		3	3	False	False	0.9933360815048218	0					non-mobilizable	no_good_hit	149.0	81.87899999999999	6.0	2.0206664351665714e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
CHI0144_000000006049	2486	0.601134744404815	2	2	2	2	2	False	82228	backbone	True	CHI0144_000000006049	1.0	PS407	26	8	True	True	0.9983909726142883	8					non-mobilizable	chromosome	1860.0	100.0	100.0	0.0004506314900994395	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
CHI0115_000000003252	2431	0.601134744404815	2	2	2	2	2	False	82228	backbone	False	CHI0144_000000006049	0.9944690265486725	PS407	0	0	True	True	0.9934183359146118	3					non-mobilizable	chromosome	1860.0	100.0	100.0	0.0004506314900994395	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
MON0109_000000009016	3747	0.6011297527660587	4	3	3	3	3	False	8509	maximal	True	MON0109_000000009016	1.0		6	3	False	False	0.9970642924308777	0					non-mobilizable	no_good_hit	3100.0	99.516	83.0	0.0008605894996417682	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0832_000000001323	9449	0.6011233066267373	11	9	7	5	8	False	111024	maximal	True	ISR0832_000000001323	1.0		13	3	False	False	0.9998941421508789	0					non-mobilizable	other	4327.0	99.46799999999999	98.0	0.022620435780656024	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
CHI0045_000000010903	1928	0.6011128357683614	3	3	3	3	3	False	88225	fragment	False	CHI0034_000000008895	0.9569828519181968		0	0	False	False	0.9963693022727966	0					non-mobilizable	chromosome	1914.0	98.64200000000001	100.0	0.0005545433858453743	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0003_000000001893	5145	0.6011124826996482	9	2	2	2	2	False	90996	fragment	False	CHI0003_000000001893	0.9992466637968145		0	0	False	False	0.9998056292533875	0					non-mobilizable	no_good_hit	1107.0	90.244	46.0	0.00016986094481457925	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CHI0022_000000007244	1643	0.6011064365499409	4	4	2	1	3	False	89188	maximal	True	CHI0022_000000007244	1.0		6	4	False	False	0.9878271222114563	0					non-mobilizable	no_good_hit	1247.0	87.57	89.0	0.00021510088040321607	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	True	False
MON0024_000000030815	1663	0.6010928859896726	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.6079152530645725		0	0	False	False	0.9993986487388611	0					non-mobilizable	no_good_hit								True	False
SPA0124_000000003481	7909	0.6010892476704051	9	8	2	8	8	False	4076	maximal	True	SPA0124_000000003481	1.0		1	1	False	False	0.999747097492218	0					non-mobilizable	no_good_hit	3114.0	95.665	85.0	0.0013637896947681623	CP049097.1	firmicutes	Weissella confusa strain N17 chromosome, complete genome	True	False
SPA0092_000000012733	3289	0.6010832899858306	4	4	4	4	4	False	123001	maximal	True	SPA0092_000000012733	1.0		888	14	False	False	0.9996959567070007	0					non-mobilizable	chromosome	3293.0	88.126	99.0	0.0011063849553188101	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0007_000000018148	3192	0.6010814113881391	3	2	2	2	1	False	72172	maximal	True	MON0007_000000018148	1.0		3	3	False	False	0.9971804618835449	0					non-mobilizable	no_good_hit	454.0	77.313	14.0	0.002563535410250739	NZ_QEKH01000006.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_106, whole genome shotgun sequence	True	False
CHI0104_000000008213	1266	0.6010767859649901	2	2	2	2	2	False	93479	fragment	False	CAN0014_000000034781	0.8294255454501711		0	0	False	False	0.9992101192474365	0					non-mobilizable	chromosome	1266.0	97.946	100.0	0.0004505738315979414	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0820_000000008501	2647	0.6010736449004502	4	2	2	2	1	False	21285	maximal	True	ISR0820_000000008501	1.0		11	3	False	False	0.9992444515228271	0					non-mobilizable	no_good_hit	1634.0	96.512	62.0	0.11307298158149841	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
ETH0004_000000008306	3432	0.6010713245684711	7	7	7	6	4	True	116026	fragment	False	ETH0004_000000008306	1.0		0	0	False	False	0.9997086524963379	0					non-mobilizable	other	3432.0	99.53399999999999	100.0	0.0016419056825441641	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
ISR0214_000000005800	4495	0.6010631818324553	6	4	3	3	4	False	123217	maximal	True	ISR0214_000000005800	1.0		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	2736.0	76.096	85.0	0.010397396966488658	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0141_000000009151	3147	0.6010520552324703	5	3	3	3	3	False	117232	maximal	True	FIJ0141_000000009151	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	92.52	60.0	0.0003633536512260979	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0011_000000001278	4445	0.6010516513276951	6	6	4	4	5	False	90212	maximal	True	CHI0011_000000001278	1.0		153	13	False	False	1.0	0					non-mobilizable	other	4447.0	99.91	100.0	0.0009021765465753208	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
ISR0253_000000003704	3135	0.6010511797975694	4	4	2	3	3	False	123117	fragment	False	SPA0061_000000005559	0.9324953445065176		0	0	False	False	0.999362051486969	0					non-mobilizable	other	3135.0	95.375	100.0	0.0010881045025013896	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0179_000000014963	1529	0.6010444987992465	2	2	2	2	1	False	29673	maximal	True	ISR0179_000000014963	1.0		0	0	False	False	0.9895356297492981	0					non-mobilizable	no_good_hit	1268.0	100.0	83.0	0.001087602193402624	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
SPA0092_000000005280	6836	0.6010433730934138	9	4	2	4	2	True	72494	fragment	False	USA0082_01_000000003883	0.9566187752824662		0	0	False	False	0.9983908534049988	0					non-mobilizable	no_good_hit								True	True
ISR0212_000000001773	14348	0.6010360286253932	14	9	3	9	5	True	66637	fragment	False	ISR0048_000000001014	0.9635489685559784		0	0	False	False	0.9981182217597961	0					non-mobilizable	no_good_hit	1004.0	87.749	12.0	0.03502571818468106	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0081_000000038373	1364	0.6010359376047829	1	1	1	1	1	False	9955	fragment	False	MON0081_000000038373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	0.023011176857330704	NZ_BHXD01000035.1	thermotogales	Thermosipho globiformans strain JCM 15059 Tglo_035, whole genome shotgun sequence	True	False
ISR0033_000000023685	1339	0.6010339343153779	2	2	2	2	2	False	110603	fragment	False	MON0088_000000024135	0.4748322147651007		0	0	False	False	1.0	0					non-mobilizable	chromosome	1339.0	99.178	100.0	0.00045036296629649166	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0078_000000009486	2042	0.6010285403046289	3	2	2	2	1	False	34424	maximal	True	ISR0078_000000009486	1.0		13	3	False	False	0.9990205764770508	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	0.0001332070333313599	NZ_PYLP01000002.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_1, whole genome shotgun sequence	True	False
SPA0156_000000001743	6761	0.601027737536049	13	3	3	3	3	False	3191	maximal	True	SPA0156_000000001743	0.988384708865533		3	1	True	True	0.9998521208763123	4					non-mobilizable	no_good_hit	5149.0	79.88	78.0	0.41648306813545494	NZ_LFQU01000051.1	CFB group bacteria	Prevotella rara strain 109 contig00051, whole genome shotgun sequence	True	True
SPA0158_000000002092	6256	0.601027737536049	13	3	3	3	3	False	3191	maximal	False	SPA0156_000000001743	0.9640760233134102		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4730.0	79.09100000000001	77.0	0.38204814361485107	NZ_LFQU01000051.1	CFB group bacteria	Prevotella rara strain 109 contig00051, whole genome shotgun sequence	True	True
SPA0157_000000000773	6167	0.601027737536049	14	3	3	3	3	False	3191	maximal	False	SPA0156_000000001743	0.9588939429073496		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4712.0	79.117	78.0	0.3805793553651571	NZ_LFQU01000051.1	CFB group bacteria	Prevotella rara strain 109 contig00051, whole genome shotgun sequence	True	True
ISR0338_000000013597	2028	0.6010240114311994	3	3	3	3	2	False	92344	fragment	False	ISR0077_000000016071	0.7005386126699328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	80.531	44.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0046_000000007428	3723	0.6010220187271971	3	3	3	3	2	False	9523	maximal	True	SPA0046_000000007428	0.96000546000546		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	1762.0	83.882	47.0	0.0006018243228191151	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0383_000000003503	3546	0.6010209089408531	4	2	2	2	1	True	106211	maximal	True	ISR0383_000000003503	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	2216.0	99.729	62.0	0.0010102954350154258	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	True
USA0121_01_000000010531	4506	0.6010205656053149	5	3	3	2	3	False	37551	maximal	True	USA0121_01_000000010531	1.0		2	2	False	False	0.995339572429657	0					non-mobilizable	no_good_hit	416.0	72.596	9.0	0.00011686508114873445	AP009385.1	b-proteobacteria	Burkholderia multivorans ATCC 17616 DNA, complete genome, chromosome 1	True	False
ENG0118_000000010975	1336	0.6010193715846803	1	1	1	1	1	False	59290	maximal	True	ENG0118_000000010975	1.0		77	10	False	False	0.9895209670066833	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	0.00025657126266820607	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0062_000000031905	1216	0.6010174321975704	2	2	1	2	2	False	35298	maximal	True	ISR0062_000000031905	1.0		242	14	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	72.512	34.0	0.0001473842989179242	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MAD0041_000000016450	2087	0.6010170515445639	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.5474366231132437		0	0	False	False	0.9990416765213013	0					non-mobilizable	other	2084.0	97.361	99.0	0.04741655235482396	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0025_000000024478	1153	0.6010117320210967	2	1	1	1	1	True	66099	fragment	False	ENG0025_000000024478	0.991158267020336		0	0	False	False	0.9783174395561218	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	0.0003467229581586971	NZ_FQXI01000007.1	firmicutes	Anaerosphaera aminiphila DSM 21120, whole genome shotgun sequence	True	True
CAN0009_000000024460	1187	0.601001645799281	2	2	2	2	1	False	94687	maximal	True	CAN0009_000000024460	1.0		3	3	False	False	0.9974726438522339	0					non-mobilizable	no_good_hit	717.0	71.13	59.0	0.008986674930275797	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	False
DEN0077_000000005028	2346	0.6010015983961208	3	2	2	2	2	False	69909	fragment	False	DEN0077_000000005028	0.9922571562646645		0	0	False	False	0.9931798577308655	0					non-mobilizable	chromosome	2346.0	99.787	100.0	0.00041685272459918144	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
FIJ0099_000000005519	4115	0.6009991986690266	3	3	2	3	3	False	44081	fragment	False	FIJ0099_000000005519	1.0		0	0	False	False	0.9995139837265015	0		MOBF			mobilizable	plasmid	4132.0	95.402	100.0	0.03176807300948105	CP026724.1	enterobacteria	Escherichia coli strain 266917_2 plasmid p266917_2_01, complete sequence	False	True
ENG0125_000000000231	47178	0.6009986638923035	53	49	30	34	49	True	58893	maximal	True	ENG0125_000000000231	1.0		1	1	False	False	1.0	0	rep_cluster_2078				non-mobilizable	no_good_hit	41658.0	99.995	89.0	0.006093806616981353	LR607350.1	enterobacteria	Klebsiella oxytoca strain 4928STDY7071151 genome assembly, chromosome: 1	True	True
MAD0096_000000006243	2831	0.6009931834387916	2	2	2	2	2	False	15512	maximal	True	MAD0096_000000006243	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1525.0	85.18	61.0	0.04186804385649977	NZ_LZFO01000029.1	firmicutes	Clostridium acetireducens DSM 10703 CLAC_contig000029, whole genome shotgun sequence	True	False
MON0101_000000003375	12352	0.6009907076332048	10	8	5	8	4	True	81633	maximal	True	MON0101_000000003375	1.0		16	7	False	False	0.9833225607872009	0					non-mobilizable	no_good_hit	109.0	100.0	1.0	0.0004264998578333807	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0045_000000005416	4513	0.6009896002659718	9	9	4	6	4	False	62887	fragment	False	MON0045_000000005416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1746.0	95.361	58.0	0.00027346661903998793	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
SPA0151_000000014403	1356	0.600980348518985	2	2	2	1	1	False	6098	maximal	True	SPA0151_000000014403	0.9831560633845864		30	6	False	False	0.99262535572052	0					non-mobilizable	no_good_hit	306.0	79.085	22.0	5.3161135995193244e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MON0041_000000064288	1105	0.6009759646539862	2	2	2	2	2	False	11734	maximal	True	MON0041_000000064288	1.0		35	7	False	False	0.9990950226783752	0					non-mobilizable	no_good_hit	316.0	75.633	28.0	0.0026834491499497398	NZ_VNIB01000011.1	d-proteobacteria	Geothermobacter ehrlichii strain SS015 Ga0244669_111, whole genome shotgun sequence	True	False
ISR0259_000000013164	1376	0.6009754315441952	3	2	2	1	1	False	35224	fragment	False	ISR0064_000000016089	0.9736111111111111		0	0	False	False	0.9505813717842102	0					non-mobilizable	no_good_hit	757.0	96.037	61.0	0.00024335033132711668	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0029_000000002156	9187	0.6009743825879427	10	9	6	8	7	False	7407	maximal	True	SPA0029_000000002156	1.0		16	7	False	False	0.9998911619186401	0					non-mobilizable	chromosome	7602.0	98.5	95.0	0.0017167995670443264	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0013_000000007790	3125	0.6009702276364866	6	2	2	1	1	False	38114	maximal	True	ISR0013_000000007790	1.0		0	0	False	False	0.9910399913787842	0					non-mobilizable	no_good_hit	1414.0	96.88799999999999	45.0	0.0005883170966697005	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MON0084_000000009306	3213	0.6009678186347428	3	3	3	3	3	False	41905	maximal	True	MON0084_000000009306	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	75.51	6.0	2.954330942009086e-05	CP051684.1	b-proteobacteria	Duganella sp. AF9R3 chromosome, complete genome	True	False
ISR0015_000000012075	2112	0.600961228350284	4	4	3	2	3	False	108711	fragment	False	ENG0003_000000010410	0.9572943416700396		0	0	False	False	1.0	0					non-mobilizable	other	2112.0	97.917	100.0	0.10944628784736624	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
USA0055_01_000000005411	4870	0.6009606070676324	3	2	2	2	1	False	117042	fragment	False	USA0055_01_000000005411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1741.0	71.223	36.0	0.0006851877471730889	NZ_LN831027.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain NCTC10562 chromosome 1	True	False
DEN0085_000000024340	1145	0.6009514857013825	2	2	2	2	2	False	68914	maximal	True	DEN0085_000000024340	1.0		152	9	False	False	1.0	0					non-mobilizable	chromosome	1145.0	100.0	100.0	0.0003199005847413573	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0113_000000016821	1805	0.6009505281633336	2	2	2	2	2	False	4488	fragment	False	SPA0113_000000016821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000008083	4020	0.6009496616107239	3	3	2	2	3	True	77086	fragment	False	FIJ0123_000000008083	1.0		0	0	False	False	1.0	0		MOBF	MPF_Unknown		conjugative	plasmid	4038.0	99.554	100.0	0.048333991834584485	LT985309.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pI	False	True
FIJ0165_000000010068	1576	0.6009429358549814	3	3	3	2	2	False	39055	maximal	True	FIJ0165_000000010068	1.0		1	1	False	False	0.9961928725242615	0					non-mobilizable	chromosome	1576.0	98.66799999999999	100.0	0.0003060181827260799	CP039318.1	enterobacteria	Enterobacter cloacae strain Effluent_2 chromosome	False	False
DEN0023_000000002478	2443	0.6009410290349881	3	2	2	2	1	False	74382	maximal	False	FIJ0136_000000008405	0.6143906353252148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002051453492789521	NZ_OLMR01000007.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
DEN0081_000000003447	2363	0.6009362653025941	6	5	2	3	4	False	128427	maximal	True	DEN0081_000000003447	0.9692374222294331		524	11	False	False	1.0	0					non-mobilizable	chromosome	2363.0	98.85700000000001	100.0	0.0005256659399628073	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0783_000000012102	1159	0.6009355936979304	2	2	2	2	2	False	22236	maximal	True	ISR0783_000000012102	1.0		189	13	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	77.904	37.0	0.003804218905122956	NZ_FNBY01000013.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0072_000000019763	1328	0.6009354014396688	2	1	0	1	1	False	51960	maximal	True	FIJ0072_000000019763	0.9785090843560055		18	5	False	True	1.0	0					non-mobilizable	no_good_hit	808.0	73.391	60.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0111_000000015774	1318	0.6009354014396688	2	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.977850231347576		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	815.0	73.374	61.0	0.013144457255806293	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0157_000000014779	1299	0.6009354014396688	2	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.9774387358772066		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	805.0	73.292	61.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
ISR0787_000000011812	1283	0.6009354014396688	2	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.8324478527469158		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	815.0	73.374	62.0	0.013144457255806293	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0100_000000014830	1237	0.6009354014396688	2	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.9615341748890024		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	805.0	73.292	64.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0163_000000020183	1230	0.6009354014396688	1	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.8314576538250636		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	805.0	73.292	64.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0153_000000021224	1192	0.6009354014396688	1	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.8240479060988177		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	805.0	73.292	66.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0164_000000019185	1186	0.6009354014396688	1	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.8226626730514109		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	805.0	73.292	67.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0049_000000014601	1185	0.6009354014396688	1	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.8223138780358604		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	805.0	73.292	67.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0061_000000024689	1185	0.6009354014396688	1	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.8223138780358604		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	805.0	73.292	67.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0004_000000022078	1182	0.6009354014396688	1	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.8211019940064289		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	805.0	73.292	67.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
FIJ0053_000000017850	1173	0.6009354014396688	1	1	0	1	1	False	51960	maximal	False	FIJ0072_000000019763	0.6156506679017533		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	805.0	73.292	68.0	0.013029154999176413	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	True
DEN0096_000000004923	7652	0.6009270589799806	5	4	3	4	3	False	68239	maximal	True	DEN0096_000000004923	1.0		1	1	False	False	0.9993465542793274	0					non-mobilizable	no_good_hit	3577.0	74.001	65.0	0.0014501388821791061	CP053468.1	fusobacteria	Fusobacterium nucleatum strain Fn12230 chromosome, complete genome	True	False
ISR0064_000000016089	1440	0.6009259100981698	2	2	2	1	2	False	35224	fragment	False	ISR0064_000000016089	0.9956395348837209		0	0	False	False	0.9951388835906982	0					non-mobilizable	no_good_hit	751.0	96.405	63.0	0.00024141642140928528	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0042_000000003120	7083	0.6009258305718195	6	6	5	5	5	True	83213	maximal	True	FIJ0042_000000003120	1.0		143	12	False	False	1.0	0					non-mobilizable	no_good_hit	3774.0	78.988	53.0	0.006143507890608882	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0089_000000002017	10422	0.6009255661816063	14	9	6	8	7	True	126146	fragment	False	ENG0089_000000002017	1.0		0	0	False	False	0.9998080730438232	0					non-mobilizable	no_good_hit	1605.0	73.707	15.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0106_000000013009	3091	0.6009236502649251	5	4	3	3	1	False	97391	maximal	False	CAN0001_000000014912	0.9890777721530921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2076.0	81.214	66.0	0.0009432097214344178	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
FIJ0048_000000010427	3003	0.6009236502649251	5	4	3	3	1	False	97391	maximal	False	CAN0001_000000014912	0.9858276935912431		0	0	False	False	0.9996669888496399	0					non-mobilizable	no_good_hit	2076.0	81.214	68.0	0.0009432097214344178	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0264_000000001189	6689	0.6009185312459655	6	2	1	2	1	False	26628	maximal	True	ISR0264_000000001189	1.0		1	1	False	False	0.9977574944496155	0					non-mobilizable	no_good_hit	479.0	97.704	7.0	0.001538733924576285	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0012_000000001842	3407	0.6009183065435583	4	3	2	2	3	False	75466	maximal	True	DEN0012_000000001842	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1274.0	77.786	37.0	0.9104693140794223	NZ_FOMG01000075.1	firmicutes	Clostridium uliginosum strain DSM 12992, whole genome shotgun sequence	True	False
ISR0175_000000006008	3965	0.6009166506032659	5	5	5	5	4	False	111540	fragment	False	ISR0175_000000006008	0.9686357347710259		0	0	False	False	1.0	0					non-mobilizable	other	3965.0	100.0	100.0	0.0049976486844610195	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0312_000000003492	4361	0.6009083029322854	4	4	4	4	4	False	25265	maximal	True	ISR0312_000000003492	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2504.0	73.80199999999999	76.0	0.001112849421872697	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	True	False
CAN0001_000000010475	4548	0.6008962597405892	5	4	3	3	4	False	97426	maximal	True	CAN0001_000000010475	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	80.666	17.0	0.0002383559284501636	CP036295.1	d-proteobacteria	Desulfovibrio desulfuricans strain IC1 chromosome, complete genome	True	False
DEN0078_000000001264	14068	0.6008946070248654	12	4	4	2	1	True	112177	fragment	False	ISR0023_000000001614	0.7845017843600752		0	0	False	False	0.999928891658783	0					non-mobilizable	no_good_hit	1445.0	82.007	10.0	0.00040524810345573777	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0054_000000006338	3663	0.6008945062499891	6	3	3	3	3	False	35711	fragment	False	ISR0054_000000006338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	76.51	4.0	6.309638423380172e-05	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0383_000000000953	8786	0.6008943285907038	10	6	3	2	5	False	103042	maximal	True	ISR0383_000000000953	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4873.0	96.18299999999999	86.0	0.0009586171961913977	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0060_000000014043	1150	0.6008932159588944	1	1	1	1	1	False	85688	fragment	False	CHI0060_000000014043	1.0		0	0	False	False	0.9791304469108582	0					non-mobilizable	other	1116.0	99.462	97.0	0.01156867017358193	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
USA0083_01_000000004272	7104	0.6008901245801646	6	6	5	4	5	False	118952	maximal	True	USA0083_01_000000004272	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	88.369	23.0	0.00020850146972804478	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0115_000000006622	3837	0.6008886757037721	6	5	4	2	2	False	4402	maximal	True	SPA0115_000000006622	1.0		1	1	False	False	0.999739408493042	0					non-mobilizable	no_good_hit	294.0	93.537	10.0	9.443926765409959e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0106_000000005367	3870	0.6008877548657954	5	5	5	4	4	False	121967	fragment	False	USA0016_01_000000004509	0.9764697177656534		0	0	False	False	0.9976744055747986	0					non-mobilizable	no_good_hit	1158.0	76.684	30.0	0.0003198143840032105	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0014_000000006146	3843	0.6008846596037829	4	4	2	3	4	False	122187	fragment	False	FIJ0014_000000006146	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3845.0	97.50299999999999	100.0	0.06665278789771348	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0205_000000001422	14195	0.6008844135992756	16	6	3	5	3	False	51441	maximal	True	ISR0205_000000001422	1.0		3	2	False	False	0.9992250800132751	0					non-mobilizable	no_good_hit	5524.0	99.00399999999999	41.0	0.34291568359617536	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
SPA0075_000000011167	1830	0.6008838605078104	2	1	1	1	1	False	5776	fragment	False	SPA0075_000000011167	1.0		0	0	False	False	0.9994535446166992	0		MOBQ			mobilizable	plasmid	1831.0	99.126	100.0	0.04130066613977645	CP044414.1	firmicutes	Lactobacillus sp. JM1 plasmid unnamed2, complete sequence	False	True
AST0102_000000000724	24151	0.6008766283040003	24	7	5	6	4	True	108417	fragment	False	AST0102_000000000724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	81.633	0.0	0.000843801106510317	NZ_RHNO01000007.1	firmicutes	Lactobacillus yonginensis strain JCM 18023 contig7, whole genome shotgun sequence	True	True
MON0109_000000005607	5554	0.6008735873802415	8	5	3	4	5	True	80481	maximal	True	MON0109_000000005607	1.0		75	10	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.84	81.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0064_000000012225	1493	0.6008733386079149	2	2	2	2	2	False	85290	fragment	False	MON0081_000000031907	0.816434385299827		0	0	False	False	0.9993302226066589	0					non-mobilizable	other	1494.0	98.99600000000001	100.0	0.021558321540994022	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0067_000000008337	3323	0.600871473430044	3	2	2	2	1	False	105028	maximal	True	ISR0067_000000008337	1.0		1	1	False	False	0.9963887929916382	0					non-mobilizable	no_good_hit	80.0	83.75	2.0	1.19443997380195e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
CAN0015_000000013911	2788	0.600871473430044	3	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.7430168128230369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0131_000000010819	2767	0.600871473430044	3	2	2	2	1	False	105026	fragment	False	ISR0131_000000010819	1.0		0	0	False	False	0.9884351491928101	0					non-mobilizable	no_good_hit	63.0	88.889	2.0	9.341133128451147e-06	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
ENG0063_000000011574	2757	0.600871473430044	2	2	2	2	1	False	105043	fragment	False	ENG0063_000000011574	0.9957185405807893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ISR0077_000000011862	2702	0.600871473430044	3	2	2	2	1	False	105027	maximal	True	ISR0077_000000011862	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	88.889	2.0	9.341133128451147e-06	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
CHI0163_000000003431	2677	0.600871473430044	2	2	2	2	1	False	105038	fragment	False	CHI0163_000000003431	0.9963547995139732		0	0	False	False	0.9970116019248962	0					non-mobilizable	no_good_hit	122.0	84.426	4.0	0.00037612318990714856	NZ_QKZK01000001.1	CFB group bacteria	Breznakibacter xylanolyticus strain DSM 6779 LX69DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0180_000000006314	2664	0.600871473430044	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.6700059326964456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ISR0087_000000013313	2469	0.600871473430044	2	2	2	2	1	False	105038	fragment	False	CHI0163_000000003431	0.9579753455360478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	84.426	5.0	0.00037612318990714856	NZ_QKZK01000001.1	CFB group bacteria	Breznakibacter xylanolyticus strain DSM 6779 LX69DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
USA0003_01_000000016003	2444	0.600871473430044	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5639915819437483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	88.889	2.0	9.341133128451147e-06	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
SPA0114_000000019008	2441	0.600871473430044	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5623874165129996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ENG0211_000000010947	2329	0.600871473430044	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5642501907361266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
CHI0111_000000013572	2231	0.600871473430044	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5595118294204778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	3.0	1.5785144005798584e-05	CP033249.1	firmicutes	Clostridium butyricum strain CFSA3989 chromosome, complete genome	True	False
ENG0030_000000008997	2219	0.600871473430044	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.5714728520466477		0	0	False	False	0.9995493292808533	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
CHI0162_000000014626	2140	0.600871473430044	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.45778919176700017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
USA0015_01_000000016264	2070	0.600871473430044	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.3997436893623539		0	0	False	False	0.9995169043540955	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
MON0026_000000003630	6542	0.6008698984661944	5	4	1	3	3	False	103506	fragment	False	MON0033_000000008819	0.71433989373719		0	0	False	False	0.9986242651939392	0		MOBF			mobilizable	plasmid	6542.0	99.969	100.0	0.06302755829639622	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	False	True
ISR0335_000000017735	1133	0.6008684288740784	2	2	2	2	1	False	24475	fragment	False	ISR0335_000000017735	1.0		0	0	False	False	0.9902912378311157	0					non-mobilizable	no_good_hit	284.0	81.69	25.0	0.005149160741772338	NZ_VULP01000020.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq20, whole genome shotgun sequence	True	False
SPA0137_000000019039	1928	0.6008680327039709	3	3	3	3	2	False	3562	maximal	True	SPA0137_000000019039	1.0		37	8	False	False	0.9937759041786194	0					non-mobilizable	other	1928.0	99.637	100.0	0.0010725272180914804	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
SPA0039_000000013827	1964	0.6008671534426032	1	1	1	1	1	False	7004	maximal	True	SPA0039_000000013827	1.0		53	7	False	False	1.0	0					non-mobilizable	other	1967.0	79.664	99.0	0.009556444122909069	NZ_BAKJ01000002.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
FIJ0009_000000009505	3795	0.6008662764425974	5	5	5	4	4	False	51295	maximal	True	FIJ0009_000000009505	1.0		1	1	False	False	0.9981554746627808	0					non-mobilizable	plasmid	3772.0	99.39	99.0	0.017652490613618572	CP023978.1	enterobacteria	Klebsiella variicola strain X39 plasmid pX39-1, complete sequence	False	True
ISR0371_000000000305	22309	0.6008661719149399	20	13	9	12	11	True	125891	backbone	False	ISR0223_000000000613	0.9908002761003117	PS938	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	2251.0	78.365	10.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0150_000000000728	22249	0.6008661719149399	20	13	9	12	11	True	125891	backbone	False	ISR0223_000000000613	0.990828554856177	PS938	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2251.0	78.365	10.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0263_000000000260	22062	0.6008661719149399	21	13	9	12	11	True	125891	backbone	False	ISR0223_000000000613	0.9860524119794026	PS938	0	0	True	True	0.9997280240058899	1					non-mobilizable	no_good_hit	2251.0	78.365	10.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0257_000000001964	6936	0.6008637850866284	9	7	3	5	5	False	113638	maximal	True	ISR0257_000000001964	1.0		14	7	False	False	0.9981257319450378	0					non-mobilizable	other	5981.0	97.927	100.0	0.0018600567816631191	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0020_000000000172	41866	0.6008614993503356	46	41	9	15	38	True	56712	maximal	True	FIJ0020_000000000172	1.0		1	1	False	False	1.0	0		MOBH	MPF_F		conjugative	plasmid	41247.0	99.86200000000001	99.0	0.17480196823862987	MT219825.1	enterobacteria	Escherichia coli strain RW7-1 plasmid pRW7-1_235k_tetX, complete sequence	False	True
MON0061_000000034439	1349	0.6008546654324017	2	2	2	2	1	False	10802	fragment	False	MON0061_000000034439	1.0		0	0	False	False	0.9822090268135071	0					non-mobilizable	chromosome	1315.0	99.696	97.0	0.0004659667000479442	CP010553.1	verrucomicrobia	Akkermansia muciniphila strain H2 chromosome	False	False
MON0048_000000008513	4315	0.6008466346351464	6	5	3	3	5	False	117374	maximal	True	MON0048_000000008513	1.0	PS787|PS788	13	2	False	True	1.0	0					non-mobilizable	chromosome	1889.0	96.294	97.0	0.0007771130928112714	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0090_000000012794	4315	0.6008466346351464	6	5	3	3	5	False	117374	maximal	False	MON0048_000000008513	1.0	PS787|PS788	0	0	False	True	1.0	0					non-mobilizable	chromosome	1889.0	96.294	97.0	0.0007771130928112714	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0041_000000032549	1184	0.6008455002172436	1	1	1	1	1	False	47336	fragment	False	FIJ0165_000000012815	0.970071827613727		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000007707	4603	0.6008444493493639	7	6	6	5	5	False	47415	fragment	False	FIJ0041_000000007707	1.0		0	0	False	False	0.9997827410697937	0					non-mobilizable	no_good_hit	1663.0	96.75299999999999	36.0	0.22748425951272927	NZ_JAAITU010000076.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_76_length_7306_cov_166.949, whole genome shotgun sequence	True	False
FIJ0012_000000007358	3190	0.6008437376164332	5	3	2	3	2	False	50821	maximal	True	FIJ0012_000000007358	1.0		1	1	False	False	0.9965517520904541	0					non-mobilizable	no_good_hit	430.0	86.512	24.0	0.00012006881706466167	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0011_000000021336	2083	0.6008424483425621	3	2	2	2	2	False	91311	maximal	True	FIJ0011_000000021336	1.0		16	8	False	False	0.9884781837463379	0					non-mobilizable	no_good_hit	1861.0	99.516	89.0	0.0005391796642302124	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0066_000000011273	2340	0.6008318719441207	2	2	2	2	2	False	16581	fragment	False	MAD0066_000000011273	1.0		0	0	False	False	0.9940170645713806	0					non-mobilizable	no_good_hit	1279.0	70.915	54.0	0.000485177929233005	NZ_LN879430.1	firmicutes	Herbinix luporum strain SD1D chromosome I	True	False
ISR0797_000000009444	1156	0.6008254582294285	2	2	2	2	2	False	38840	fragment	False	ISR0329_000000013230	0.627745892411502		0	0	False	False	0.995674729347229	0					non-mobilizable	other	1157.0	94.296	100.0	0.01816068118264367	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ETH0003_000000028106	1502	0.6008234081960976	3	2	2	1	1	True	53078	fragment	False	ETH0003_000000028106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0031_000000018267	1384	0.600816517114919	3	3	3	3	2	False	48532	maximal	True	FIJ0031_000000018267	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	987.0	80.142	100.0	0.009848021880040475	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
ENG0050_000000007072	3463	0.6008146597097408	8	4	2	2	3	True	112330	maximal	True	ENG0050_000000007072	1.0		12	4	False	False	0.9919145107269287	0					non-mobilizable	no_good_hit	2745.0	85.792	88.0	0.001200869124008145	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
SPA0119_000000011044	2957	0.6008127215514267	2	2	2	2	2	False	96319	fragment	False	SPA0119_000000011044	1.0		0	0	False	False	0.9989854693412781	0					non-mobilizable	chromosome	2957.0	98.816	100.0	0.0010044455891892296	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0041_000000022833	1475	0.6008104518369499	2	2	2	2	1	False	6901	maximal	True	SPA0041_000000022833	1.0		1	1	False	False	0.9627118706703186	0					non-mobilizable	no_good_hit	76.0	98.684	9.0	2.009874648137945e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0013_000000005666	4558	0.6008103077643561	11	3	2	3	2	True	112078	maximal	True	SPA0013_000000005666	1.0		2	1	False	False	0.9982448220252991	0					non-mobilizable	no_good_hit	146.0	80.822	3.0	4.3391335079560254e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
DEN0022_000000015709	2519	0.6008055193157885	4	1	1	1	1	True	74597	maximal	True	DEN0022_000000015709	1.0		12	5	False	False	0.9952362179756165	0					non-mobilizable	no_good_hit								True	True
MON0090_000000006646	7551	0.6008015647190356	8	4	2	4	3	False	113329	maximal	True	MON0090_000000006646	0.9965356334841629		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	98.87299999999999	15.0	0.18666019103124495	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0060_000000003868	7072	0.6008015647190356	6	4	2	4	3	False	113329	maximal	False	MON0090_000000006646	0.9650377433452524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	99.584	10.0	0.11656143759106362	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0156_000000004532	3469	0.6007990095328899	3	2	2	2	2	False	56695	maximal	True	ENG0156_000000004532	0.9893329326923077		115	11	False	False	1.0	0					non-mobilizable	chromosome	3300.0	99.485	95.0	0.0009295075976469004	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0046_000000026679	1383	0.6007984942853986	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.07257625670235358	PS902	0	0	False	True	0.9992769360542297	0	rep_cluster_1702				non-mobilizable	plasmid	1383.0	99.566	100.0	0.044495959303261536	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0042_000000012026	1940	0.6007977073305292	2	2	2	2	1	True	18121	maximal	True	MAD0042_000000012026	1.0		0	0	False	False	0.9994845390319824	0					non-mobilizable	no_good_hit	1586.0	99.74799999999999	82.0	0.012179753177493967	MN510447.1	enterobacteria	Escherichia coli strain TZ20_1P plasmid pTZ20_1P, complete sequence	True	True
FIJ0018_000000019669	1385	0.6007977073305292	2	2	2	2	1	True	49941	fragment	False	FIJ0018_000000019669	1.0		0	0	False	False	0.9971119165420532	0					non-mobilizable	other	1385.0	99.206	100.0	0.06748915004632565	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
ISR0199_000000024738	1233	0.6007966545466682	2	2	2	1	2	False	127813	fragment	False	ENG0034_000000009950	0.39780161891768784		0	0	False	False	0.9878345727920532	0					non-mobilizable	chromosome	1167.0	99.486	100.0	0.00041144900978761677	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0048_000000008207	2297	0.6007957809776515	4	3	3	2	2	False	113447	maximal	True	CHI0048_000000008207	1.0		18	9	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	73.48100000000001	15.0	0.00010944710968424508	CP035810.1	high GC Gram+	Brevibacterium luteolum strain NEB1784 chromosome, complete genome	True	False
SPA0108_000000008850	3372	0.6007806476198659	4	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.7793137085694833		0	0	False	False	1.0	0					non-mobilizable	chromosome	3372.0	99.555	100.0	0.0009760311448726478	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0036_01_000000010904	3370	0.6007806476198659	4	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.7777472149200167		0	0	False	False	1.0	0					non-mobilizable	chromosome	3370.0	99.37700000000001	100.0	0.0009760311448726478	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0013_000000008168	3215	0.6007806476198659	3	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.6874657709852882		0	0	False	False	0.9993779063224792	0					non-mobilizable	chromosome	3215.0	99.44	100.0	0.000930809624646888	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0816_000000013122	3175	0.6007806476198659	4	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.6984227423693806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1825.0	99.616	99.0	0.0005284540472535899	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0054_000000008114	3159	0.6007806476198659	4	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.6985783537610037		0	0	False	False	1.0	0					non-mobilizable	other	3158.0	99.87299999999999	99.0	0.0009438105371349237	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AUS0022_000000011254	3143	0.6007806476198659	4	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.6976189511752403		0	0	False	False	0.999681830406189	0					non-mobilizable	other	3143.0	99.905	100.0	0.0009393261665118563	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0076_000000007951	3142	0.6007806476198659	4	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.7568518063978072		0	0	False	False	0.9987269043922424	0					non-mobilizable	other	3144.0	99.427	100.0	0.0009393261665118563	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0329_000000008149	1908	0.6007711293633641	3	2	1	2	1	False	126956	fragment	False	ISR0330_000000014390	0.9640200496679461		0	0	False	False	1.0	0					non-mobilizable	other	1074.0	95.43799999999999	100.0	0.015327476608813655	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0041_000000008676	1689	0.6007711293633641	2	2	1	2	1	False	126952	fragment	False	ISR0289_000000005085	0.2631995372062132		0	0	False	False	0.9982237815856934	0					non-mobilizable	other	1097.0	95.53299999999999	97.0	0.015656024569673594	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0177_000000015619	1939	0.6007532485977317	5	4	1	3	4	False	29762	maximal	True	ISR0177_000000015619	1.0		1	1	False	False	0.9675090312957764	0					non-mobilizable	no_good_hit								True	False
MON0089_000000005237	4065	0.6007514032277254	4	3	2	3	1	False	12510	maximal	True	MON0089_000000005237	1.0		24	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0202_000000005919	2275	0.6007511212443454	2	2	2	2	1	False	33243	fragment	False	ISR0202_000000005919	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000047455	1245	0.6007488405662303	2	2	1	1	2	False	64022	fragment	False	MON0029_000000024636	0.8345564050434761		0	0	False	False	0.9991967678070068	0					non-mobilizable	chromosome	1251.0	93.365	100.0	0.0005355639780268691	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0027_000000033387	1245	0.6007488405662303	2	2	1	1	2	False	64022	fragment	False	MON0029_000000024636	0.8345564050434761		0	0	False	False	1.0	0					non-mobilizable	chromosome	1251.0	93.365	100.0	0.0005355639780268691	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0214_000000011276	2508	0.6007440161075366	4	2	1	2	1	False	64518	fragment	False	ISR0214_000000011276	0.9659863945578231		0	0	False	False	0.9996013045310974	0					non-mobilizable	other	2508.0	97.96700000000001	100.0	0.00047814138604548086	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0182_000000031880	1263	0.6007426663289583	2	1	1	1	1	False	29515	maximal	True	ISR0182_000000031880	1.0		0	0	False	False	0.974663496017456	0					non-mobilizable	no_good_hit	908.0	90.969	72.0	0.015334674624241297	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
MAD0101_000000006893	3885	0.6007414199193498	3	3	1	3	2	False	15120	fragment	False	MAD0101_000000006893	1.0		0	0	False	False	0.9945945739746094	0					non-mobilizable	no_good_hit								True	False
MON0084_000000006092	4353	0.6007412216269641	4	3	2	2	1	True	101049	fragment	False	FIJ0070_000000003764	0.7886207594225948		0	0	False	False	0.9981622099876404	0					non-mobilizable	chromosome	4036.0	97.572	93.0	0.0008188159146303705	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0037_000000015578	3947	0.6007412216269641	3	3	2	2	1	True	101041	fragment	False	MON0037_000000015578	1.0		0	0	False	False	0.9997466206550598	0					non-mobilizable	no_good_hit	2634.0	97.836	67.0	0.0005343723003489053	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
MON0023_000000004398	3754	0.6007412216269641	4	3	2	2	1	True	101045	fragment	False	MAD0045_000000008832	0.6238026566748501		0	0	False	False	1.0	0					non-mobilizable	chromosome	3754.0	98.00200000000001	100.0	0.000761764768582482	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
TAN0007_000000009508	3680	0.6007412216269641	4	3	2	2	1	True	101045	fragment	False	MAD0045_000000008832	0.617561445958238		0	0	False	False	1.0	0					non-mobilizable	chromosome	3684.0	96.77	100.0	0.0007473497103283892	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ISR0161_000000008225	3600	0.6007412216269641	5	3	2	2	1	True	101045	fragment	False	MAD0045_000000008832	0.3155744983129107		0	0	False	False	1.0	0					non-mobilizable	chromosome	3601.0	98.445	100.0	0.0007309043621793538	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0057_000000010065	2502	0.6007412216269641	3	3	2	2	1	True	44016	fragment	False	MON0057_000000010065	0.9518468903092605		0	0	False	False	1.0	0					non-mobilizable	chromosome	2502.0	97.402	100.0	0.0005075724737356623	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ISR0139_000000010673	2396	0.6007402893137422	3	3	3	2	1	False	123221	maximal	True	ISR0139_000000010673	1.0		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	1401.0	96.574	58.0	0.005373640756762151	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
ENG0145_000000018676	1574	0.6007374909109846	2	2	2	2	2	False	71380	maximal	True	ENG0145_000000018676	1.0		15	6	False	False	0.9898348450660706	0					non-mobilizable	no_good_hit	503.0	86.68	32.0	0.00015088261814169234	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0152_000000016397	1522	0.6007355059818232	2	2	2	2	1	False	59295	fragment	False	ENG0118_000000008687	0.7808603355447699		0	0	False	False	1.0	0					non-mobilizable	chromosome	1522.0	100.0	100.0	0.0005284440848137121	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
ITA0006_000000016873	1341	0.6007355051696663	1	1	1	1	1	False	73074	fragment	False	DEN0041_000000025143	0.9876635527195765		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	99.40299999999999	99.0	0.0004225209004270648	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0039_000000011778	2164	0.6007342449005408	3	3	3	3	3	False	78323	maximal	True	ENG0039_000000011778	0.9827018147567887		321	14	False	False	0.9805914759635925	0					non-mobilizable	no_good_hit	246.0	75.61	11.0	3.142145237610211e-05	NZ_RRCN01000001.1	firmicutes	Paenibacillus oralis strain KCOM 3021 KCOM3021_1, whole genome shotgun sequence	True	False
FIJ0037_000000023093	1433	0.6007331894781109	2	2	2	2	1	False	47741	fragment	False	FIJ0159_000000017805	0.9567991094708651		0	0	False	False	1.0	0					non-mobilizable	other	896.0	83.259	91.0	0.0028391658638790064	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
SPA0127_000000001464	16187	0.6007326675528267	14	7	6	6	4	True	119231	maximal	True	SPA0127_000000001464	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	85.075	0.0	3.900232063807797e-05	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0064_000000014696	1797	0.6007255648057287	3	1	1	1	1	False	48356	maximal	True	FIJ0064_000000014696	1.0		4	2	False	False	0.9966611266136169	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	6.402821948596761e-06	NZ_CP020028.1	firmicutes	Paenibacillus kribbensis strain AM49 chromosome, complete genome	True	False
MON0101_000000028656	2218	0.6007235139039291	3	3	2	3	0	False	9048	maximal	True	MON0101_000000028656	1.0		1	1	False	False	0.982867419719696	0					non-mobilizable	no_good_hit	734.0	91.008	33.0	0.002443643677197687	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
SPA0031_000000005334	4905	0.6007151129314086	8	4	2	3	4	False	7291	maximal	True	SPA0031_000000005334	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1622.0	89.149	33.0	0.0017530553870156887	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ISR0009_000000010097	3172	0.6007126583130321	5	2	2	2	2	False	38377	fragment	False	ISR0009_000000010097	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	78.85300000000001	26.0	0.006361683093368404	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
MAD0082_000000001647	4894	0.6007122319897141	5	4	1	4	4	True	82237	fragment	False	MON0077_000000006170	0.7367328913893473		0	0	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	4894.0	98.324	100.0	0.00064654693986281	CP050205.1	enterobacteria	Escherichia coli strain RH-048-CS chromosome	False	True
CHI0028_000000011486	1291	0.6007121818085943	4	2	1	2	2	False	99859	fragment	False	ISR0259_000000011342	0.5555276022534295		0	0	False	False	0.999225378036499	0					non-mobilizable	plasmid	1294.0	92.272	100.0	0.2492753623188406	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0261_000000010407	1773	0.6007050877333407	3	3	3	3	2	False	26688	maximal	True	ISR0261_000000010407	1.0		61	9	False	False	0.9847715497016907	0					non-mobilizable	chromosome	824.0	79.49	99.0	0.0002636563854643463	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0140_000000017653	1840	0.6007029707157279	3	3	3	3	3	False	40378	fragment	False	FIJ0140_000000017653	1.0		0	0	False	False	0.968478262424469	0					non-mobilizable	other	1790.0	94.022	97.0	0.04099695045055374	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0255_000000002398	10126	0.6007006903008689	10	8	6	8	7	False	113109	maximal	True	ISR0255_000000002398	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	2144.0	90.39200000000001	43.0	0.012678447821945606	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
USA0022_01_000000004419	1627	0.6006995441768217	2	2	2	2	2	False	1726	maximal	True	USA0022_01_000000004419	1.0		200	12	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	75.081	74.0	0.0033171399247348614	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CAN0017_000000028619	1168	0.6006986582930873	1	1	1	1	1	False	92341	fragment	False	ENG0151_000000020200	0.9608372601653067		0	0	False	False	0.9897260069847107	0					non-mobilizable	no_good_hit	902.0	80.82	76.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
DEN0041_000000015085	2266	0.6006975810720045	3	3	3	2	2	False	76188	fragment	False	DEN0041_000000015085	1.0		0	0	False	False	0.999117374420166	0					non-mobilizable	other	2256.0	99.77799999999999	99.0	0.027777777777777776	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
MAD0101_000000000658	19160	0.6006953833799907	29	8	2	8	2	False	15136	maximal	True	MAD0101_000000000658	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0821_000000025589	1291	0.6006852540888882	2	1	1	1	1	False	21213	fragment	False	ISR0821_000000025589	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	99.148	100.0	0.011549204984959175	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0089_000000006165	5966	0.600683816957643	9	5	3	5	2	True	73071	maximal	True	SPA0089_000000006165	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	81.906	10.0	0.0003298817138426079	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	True
CHI0068_000000004363	3021	0.6006818131000747	3	3	2	3	2	False	122062	maximal	True	CHI0068_000000004363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	44.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0141_000000026725	1138	0.6006816043345616	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.15091695329902702		0	0	False	False	0.9982425570487976	0					non-mobilizable	other	1128.0	93.351	99.0	0.6331460674157303	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
SPA0020_000000023880	1443	0.6006779506310659	3	1	1	1	1	False	7713	maximal	True	SPA0020_000000023880	1.0		1	1	False	False	0.9902979731559753	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	7.92257558762577e-05	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
ENG0178_000000002296	7511	0.6006760806709829	7	7	7	6	6	False	122927	fragment	False	AST0019_000000002659	0.7560453758819785		0	0	False	False	0.9998668432235718	0					non-mobilizable	other	7436.0	99.139	99.0	0.12291408252708179	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0060_000000001037	8708	0.6006682294958222	12	8	5	6	5	False	121824	fragment	False	CHI0054_000000001402	0.5306276481233996		0	0	False	False	0.9973587393760681	0					non-mobilizable	no_good_hit	7282.0	95.90799999999999	83.0	0.002044226563479221	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0022_000000020673	1970	0.6006665203032213	3	3	3	2	2	False	107773	fragment	False	DEN0022_000000020673	0.9905450500556173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	2.0	0.0032989401277461923	NZ_VHHR01000054.1	high GC Gram+	Kytococcus schroeteri strain H01 54, whole genome shotgun sequence	True	False
CHI0145_000000006349	2943	0.6006654894045818	4	3	2	1	3	False	79768	maximal	True	CHI0145_000000006349	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2943.0	99.96600000000001	100.0	0.000626748883963047	CP047594.1	enterobacteria	Escherichia coli strain LD27-1 chromosome, complete genome	False	False
MON0061_000000008930	4570	0.6006644282924296	3	3	1	3	2	False	33925	maximal	True	MON0061_000000008930	0.9889294681579548		86	9	False	False	1.0	0					non-mobilizable	other	4516.0	82.484	99.0	0.0011880563899084905	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
USA0051_01_000000015559	1292	0.6006636310873672	2	1	1	1	1	False	1090	fragment	False	USA0051_01_000000015559	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	100.0	100.0	0.015860340548907836	NZ_JAAITU010000015.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_15_length_81398_cov_163.319, whole genome shotgun sequence	False	False
CHI0111_000000011330	2677	0.6006433897739518	3	3	2	3	2	False	82600	maximal	True	CHI0111_000000011330	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000000044	87196	0.6006433891071598	102	28	15	22	14	True	51631	maximal	True	FIJ0112_000000000044	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	85.714	0.0	0.003076115091720749	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
FIJ0072_000000022172	1198	0.6006390926964275	1	1	1	1	1	False	44720	maximal	True	FIJ0072_000000022172	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	75.0	78.0	0.0003012481147982614	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
AST0025_000000003883	7580	0.6006262122789955	11	7	4	6	6	False	120562	maximal	True	AST0025_000000003883	1.0		6	3	False	False	0.9996042251586914	0					non-mobilizable	no_good_hit	2580.0	93.411	63.0	0.0008982436669813017	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0114_000000000990	6189	0.6006241849797446	6	6	6	4	4	False	82309	maximal	True	CHI0114_000000000990	1.0		12	3	False	False	0.9953142404556274	0					non-mobilizable	no_good_hit	1684.0	76.722	27.0	0.00810862329359668	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
USA0006_01_000000009012	2707	0.6006150120178878	4	3	2	3	2	True	2135	maximal	True	USA0006_01_000000009012	1.0		6	4	False	False	0.999261200428009	0					non-mobilizable	no_good_hit	69.0	92.75399999999999	3.0	0.0002515733007191126	NZ_RQXV01000008.1	g-proteobacteria	Amphritea balenae strain JAMM 1525 NODE_8_length_258374_cov_59.799975, whole genome shotgun sequence	True	True
ENG0032_000000003223	5509	0.6006142360373935	4	4	3	3	3	False	82894	fragment	False	ENG0032_000000003223	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5518.0	93.54799999999999	100.0	0.06205202181850967	NZ_JAAJTM010000003.1	enterobacteria	Escherichia marmotae strain UMB2500_14 scaffold00003, whole genome shotgun sequence	False	False
ISR0023_000000020498	1564	0.6006100787853187	3	2	2	1	1	False	66908	maximal	True	ISR0023_000000020498	0.9845667658328403		35	5	False	False	0.989130437374115	0					non-mobilizable	chromosome	1564.0	99.616	100.0	0.0005175896021116861	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ISR0081_000000002884	7483	0.6006054128985978	9	7	6	3	1	True	34257	fragment	False	ISR0081_000000002884	0.9738888888888889		0	0	False	False	0.9991981983184814	0					non-mobilizable	no_good_hit	2275.0	75.516	30.0	0.00041633158828918986	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ENG0153_000000015454	1940	0.6006040110612587	3	3	3	2	1	False	121334	fragment	False	ENG0153_000000015454	1.0		0	0	False	False	0.9932989478111267	0					non-mobilizable	chromosome	1940.0	99.536	100.0	0.0006111681443655434	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0054_000000018603	1586	0.6006039014623383	2	2	2	2	2	False	6423	fragment	False	SPA0054_000000018603	1.0		0	0	False	False	0.9987389445304871	0					non-mobilizable	other	1576.0	88.83200000000001	99.0	0.0004737292581574492	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0096_000000028686	1577	0.6006029794094202	4	3	3	3	0	False	68149	maximal	True	DEN0096_000000028686	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	82.41799999999999	86.0	0.7198228128460686	XM_013041826.1	eukaryotes	Blastocystis hominis mRNA	True	False
MON0109_000000032345	1142	0.6006026930429708	2	1	1	1	1	False	8482	maximal	True	MON0109_000000032345	1.0		75	10	False	False	0.985989511013031	0					non-mobilizable	no_good_hit	102.0	81.373	9.0	0.0006319700229168927	NZ_SPFR01000009.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_9_length_156653_cov_46.1204, whole genome shotgun sequence	True	False
ENG0079_000000001987	13480	0.6005978350869258	14	9	4	7	6	True	123611	maximal	True	ENG0079_000000001987	1.0	PS902	46	8	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	13493.0	98.229	100.0	0.003608499616655495	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0032_01_000000017182	1206	0.6005962946789505	2	2	2	2	2	False	96059	fragment	False	ENG0152_000000016577	0.4224964116671792		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	98.34200000000001	100.0	0.0004055959449830138	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0066_000000005161	5594	0.6005940881946831	6	4	3	3	4	False	71014	maximal	True	DEN0066_000000005161	1.0		8	4	False	False	0.9967822432518005	0					non-mobilizable	no_good_hit	3795.0	97.76	70.0	0.0011342468095945203	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0163_000000019308	1285	0.6005875672154078	1	1	1	1	1	False	39137	fragment	False	FIJ0163_000000019308	1.0		0	0	False	False	0.9844357967376709	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	5.0	0.06028708133971292	NZ_LT635849.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0096_000000006175	5141	0.6005872582960103	8	7	7	6	6	False	46445	fragment	False	FIJ0096_000000006175	1.0		0	0	False	False	0.999610960483551	0					non-mobilizable	no_good_hit	590.0	81.525	21.0	0.00014778972808697364	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ITA0006_000000010178	2429	0.6005791856041174	3	3	3	2	1	False	131972	fragment	False	ISR0107_000000008116	0.687728193575035		0	0	False	False	0.9921778440475464	0					non-mobilizable	other	2410.0	99.212	99.0	0.004777259530722003	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
FIJ0051_000000005833	3648	0.6005786109334563	3	3	2	2	2	False	46551	maximal	True	FIJ0051_000000005833	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	72.457	22.0	0.000232221850641231	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
MAD0034_000000012151	1307	0.600567992615754	3	2	2	1	2	False	128204	maximal	True	MAD0034_000000012151	1.0		1	1	False	False	0.9846977591514587	0					non-mobilizable	no_good_hit	1173.0	86.104	89.0	0.018775510204081632	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0326_000000010822	1820	0.6005671832839812	6	2	1	1	2	False	24822	maximal	True	ISR0326_000000010822	1.0		3	2	False	False	0.9983516335487366	0					non-mobilizable	no_good_hit	381.0	82.152	21.0	0.001037290455011974	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0094_000000008250	2076	0.6005636599946091	2	2	2	2	2	True	61029	fragment	False	ENG0094_000000008250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	92.009	71.0	0.00045110983419438544	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ENG0182_000000010693	2651	0.6005620964371674	4	3	1	2	3	False	55244	maximal	True	ENG0182_000000010693	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	1414.0	93.494	90.0	0.0002174889810463979	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0097_000000015930	2078	0.6005592202520064	2	2	2	2	2	False	86326	fragment	False	SPA0097_000000015930	0.9879759519038076		0	0	False	False	1.0	0					non-mobilizable	chromosome	2011.0	98.16	99.0	0.000700260584775101	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0052_000000000170	64918	0.6005541751010127	95	21	9	15	7	True	115267	backbone	True	ISR0052_000000000170	0.7495862856950831	PS749	1	1	True	True	1.0	8					non-mobilizable	no_good_hit	896.0	98.661	1.0	0.001206827892033451	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	True	True
ENG0200_000000018289	1162	0.6005520681929415	2	2	2	2	2	False	54183	maximal	True	ENG0200_000000018289	1.0		94	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0065_000000028740	1217	0.6005413937679356	2	2	2	2	1	False	35159	fragment	False	ISR0065_000000028740	1.0		0	0	False	False	0.9991782903671265	0					non-mobilizable	chromosome	1217.0	98.521	100.0	0.0005546445781896054	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
CHI0063_000000002705	4638	0.6005407471350459	6	5	2	0	5	False	91929	fragment	False	DEN0035_000000005896	0.6938216285616382		0	0	False	False	1.0	0					non-mobilizable	plasmid	4638.0	99.741	100.0	0.12003934867586528	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MON0107_000000011526	4636	0.6005403438082471	5	3	3	3	3	False	61704	maximal	True	MON0107_000000011526	1.0		32	5	False	False	0.9995685815811157	0					non-mobilizable	no_good_hit	904.0	72.67699999999999	19.0	0.00022105730126421692	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0098_000000006361	2750	0.6005397923864771	4	4	4	4	3	False	105082	fragment	False	SPA0130_000000012000	0.5723665011722495		0	0	False	False	1.0	0					non-mobilizable	chromosome	1625.0	83.015	100.0	0.00035964274300588335	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0078_000000002712	2747	0.6005397923864771	4	4	4	4	3	False	105082	fragment	False	SPA0130_000000012000	0.5715356330788747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	83.042	62.0	0.00035496916775642573	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0047_000000010963	2691	0.6005397923864771	4	4	4	4	3	False	95006	maximal	True	ISR0047_000000010963	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1584.0	82.51299999999999	76.0	0.0003507406949116783	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CAN0011_000000019018	1586	0.6005384622185796	3	2	2	2	2	False	94442	fragment	False	CAN0011_000000019018	0.9736640106229817		0	0	False	False	0.9987389445304871	0					non-mobilizable	other	1586.0	99.874	100.0	0.00030006254931627387	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ENG0190_000000019772	1516	0.6005384622185796	3	2	2	2	2	False	94442	fragment	False	CAN0011_000000019018	0.9629872620737185		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	99.934	100.0	0.0002868105755294353	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ISR0777_000000012170	1424	0.6005384622185796	2	2	2	2	2	False	94442	fragment	False	CAN0011_000000019018	0.7091925486138091		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	100.0	100.0	0.0002693936956953046	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
USA0047_01_000000024354	1492	0.6005323984305132	2	2	2	2	2	False	1158	maximal	False	USA0069_01_000000040286	0.9983299933199733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	73.333	17.0	5.6789231856632304e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0817_000000008197	1546	0.6005319159047318	4	3	2	3	3	False	102263	maximal	True	ISR0817_000000008197	1.0		0	0	False	False	0.9644243121147156	0					non-mobilizable	no_good_hit	445.0	97.079	64.0	0.00012329839878701034	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0232_000000022488	1314	0.6005273563066156	2	2	1	2	2	False	27420	fragment	False	ISR0232_000000022488	1.0		0	0	False	False	0.9984779357910156	0					non-mobilizable	no_good_hit								True	False
MAD0111_000000013059	1321	0.6005231078706125	1	1	1	1	1	False	85940	fragment	False	ISR0091_000000021552	0.9614959045178108		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	87.111	92.0	0.003915156501669955	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
SPA0072_000000015582	1281	0.6005231078706125	1	1	1	1	1	False	85940	fragment	False	ISR0091_000000021552	0.962736060774554		0	0	False	False	0.9992193579673767	0					non-mobilizable	other	1125.0	87.46700000000001	94.0	0.003915156501669955	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ENG0012_000000016870	1367	0.600522649605019	3	1	1	1	1	False	67037	maximal	True	ENG0012_000000016870	1.0		1	1	False	False	0.953913688659668	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000012935	2505	0.6005188828096832	4	4	2	2	3	False	79092	maximal	True	ENG0101_000000012935	1.0		54	5	False	False	1.0	0					non-mobilizable	other	2503.0	99.001	99.0	0.0009082704910144412	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0017_000000001591	7198	0.6005172806393086	7	7	7	6	6	False	128757	fragment	False	SPA0089_000000004103	0.5352653934844775		0	0	False	False	0.9993053674697876	0					non-mobilizable	no_good_hit	6377.0	96.98899999999999	88.0	0.0018116034781421465	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0075_000000000247	23732	0.6005122673515744	28	6	5	6	3	True	5807	fragment	False	SPA0075_000000000247	1.0		0	0	False	False	0.9997050166130066	0					non-mobilizable	no_good_hit	1452.0	76.86	6.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
TAN0002_000000023192	1751	0.6005109649433403	2	2	2	2	1	True	60843	fragment	False	TAN0002_000000023192	1.0		0	0	False	False	0.9771559238433838	0					non-mobilizable	no_good_hit								True	True
FIJ0133_000000023024	1662	0.6005109649433403	2	2	2	2	1	True	40672	fragment	False	FIJ0133_000000023024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0382_000000010967	1346	0.6005109649433403	2	2	2	2	1	True	23116	fragment	False	ISR0382_000000010967	1.0		0	0	False	False	0.9977712035179138	0					non-mobilizable	no_good_hit								True	True
MON0083_000000019782	1933	0.6005024341097573	3	2	2	2	2	False	9880	maximal	True	MON0083_000000019782	1.0		115	10	False	False	1.0	0					non-mobilizable	no_good_hit	1162.0	98.365	60.0	0.17003514938488576	NZ_CABIWU010000095.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0093_000000000215	19440	0.6005022095309475	24	11	3	11	4	True	108400	backbone	False	ISR0280_000000000088	0.04020357546093078	PS672	0	0	False	True	1.0	0					non-mobilizable	other	19366.0	99.995	99.0	0.19324804406833787	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0395_000000001586	19241	0.6005022095309475	24	11	3	11	4	True	108400	backbone	False	ISR0280_000000000088	0.03635842845772355	PS672	0	0	False	True	1.0	0					non-mobilizable	other	19241.0	100.0	100.0	0.19200063867156314	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0124_000000000733	19183	0.6005022095309475	24	11	3	11	4	True	108400	backbone	False	ISR0280_000000000088	0.03623228872140542	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	19110.0	99.969	100.0	0.2511236102715063	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
MON0047_000000036076	1108	0.6004991977908196	2	2	2	2	2	False	11744	maximal	False	MON0041_000000062367	0.9406854130052724		0	0	False	False	0.9972923994064331	0					non-mobilizable	no_good_hit	320.0	73.125	29.0	0.003023874206832996	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	False
FIJ0166_000000009456	2528	0.6004973147978231	6	4	3	4	3	False	39019	maximal	True	FIJ0166_000000009456	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	88.36	82.0	0.0002467009579961287	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0138_000000007272	3399	0.6004964706971612	3	2	2	2	2	False	66053	fragment	False	SPA0138_000000007272	1.0		0	0	False	True	0.9985289573669434	0					non-mobilizable	no_good_hit	151.0	76.15899999999999	4.0	0.0010729454943688862	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
ISR0122_000000010282	1730	0.6004875819828016	4	2	1	2	2	False	32146	maximal	True	ISR0122_000000010282	1.0		2	2	False	False	0.9936416149139404	0					non-mobilizable	no_good_hit								True	False
ENG0184_000000008190	2752	0.6004874025058453	3	3	2	3	2	False	111356	maximal	True	ENG0184_000000008190	1.0		22	6	False	False	0.9996366500854492	0					non-mobilizable	no_good_hit	1721.0	99.07	71.0	0.01222059596720333	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
AST0151_000000011338	1435	0.6004848556697538	3	2	2	1	1	False	103631	maximal	True	AST0151_000000011338	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	97.292	49.0	0.00014301503462907733	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0286_000000017117	1245	0.6004799935582369	3	3	3	2	2	False	63233	fragment	False	ISR0286_000000017117	1.0		0	0	False	False	0.9823293089866638	0					non-mobilizable	chromosome	1232.0	73.86399999999999	97.0	0.0004207140496881766	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0111_000000003963	4258	0.6004778289085786	6	5	4	5	4	False	121219	maximal	True	MAD0111_000000003963	1.0		0	0	False	False	0.999765157699585	0					non-mobilizable	no_good_hit	1740.0	83.678	41.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0047_000000018396	2388	0.6004771180922627	4	4	4	4	4	False	17663	maximal	True	MAD0047_000000018396	1.0		3	1	False	False	1.0	0					non-mobilizable	other	2376.0	82.365	99.0	0.0027861833520254494	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0060_000000011467	1341	0.600472487519176	2	2	2	2	2	True	85724	fragment	False	ISR0837_000000009696	0.4881934032983508		0	0	False	False	0.9985085725784302	0					non-mobilizable	other	1277.0	99.68700000000001	95.0	0.0003390625876055618	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MAD0044_000000021142	1177	0.6004724461445229	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.026659592607795993		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	97.961	100.0	0.002459031818951691	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0797_000000002226	5167	0.6004700491014396	7	6	4	3	3	True	110090	fragment	False	ISR0797_000000002226	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5179.0	89.689	100.0	0.0019181210654759739	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0345_000000004193	2430	0.60046712839525	4	3	3	3	2	False	130864	maximal	True	ISR0345_000000004193	1.0	PS1128	21	5	False	True	1.0	0					non-mobilizable	no_good_hit	1281.0	83.60700000000001	52.0	0.01506522355610171	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
MON0080_000000019898	2548	0.6004635102842001	2	2	2	2	1	False	78866	maximal	True	MON0080_000000019898	0.9913131313131314		137	13	False	False	1.0	0					non-mobilizable	no_good_hit	1349.0	69.97800000000001	51.0	0.0004646183560371879	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0075_000000009570	2030	0.6004550213206256	2	2	2	2	2	False	114100	fragment	False	ISR0306_000000004549	0.4172820887916444		0	0	False	False	0.9990147948265076	0		MOBT			mobilizable	other	2030.0	99.064	100.0	0.014976269735239628	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	True
ISR0014_000000026489	1302	0.6004505452506287	3	3	3	2	1	False	38005	fragment	False	ISR0014_000000026489	1.0		0	0	False	False	0.9992319345474243	0					non-mobilizable	chromosome	1302.0	100.0	100.0	0.0006670751497842645	LR134275.1	firmicutes	Streptococcus vestibularis strain NCTC12167 genome assembly, chromosome: 1	False	False
ISR0031_000000017411	1385	0.6004478101784139	2	1	1	1	1	True	36994	fragment	False	ISR0031_000000017411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	845.0	88.402	68.0	0.0002613225784574377	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0028_000000005539	2433	0.6004375889617958	6	5	5	5	3	True	117241	maximal	True	CHI0028_000000005539	0.9958414174099328		65	11	False	False	1.0	0					non-mobilizable	chromosome	2433.0	99.671	100.0	0.000679550321289041	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
SPA0131_000000018858	1472	0.60043541766814	2	2	2	2	2	False	77334	maximal	False	CHI0182_000000019362	0.9784518871681582		0	0	False	False	0.989130437374115	0					non-mobilizable	other	1460.0	99.65799999999999	99.0	0.0002824294976413556	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0034_01_000000020310	2665	0.6004197271139637	4	4	4	4	2	False	27818	fragment	False	ISR0223_000000010448	0.9814799811458668		0	0	False	False	0.9973733425140381	0					non-mobilizable	no_good_hit	1079.0	95.459	62.0	0.01987600629221801	NZ_MBEW02000011.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_11_length_54035_cov_209.225, whole genome shotgun sequence	True	False
USA0082_01_000000006631	4413	0.6004154806869122	6	6	6	5	4	False	7084	fragment	False	USA0082_01_000000006631	1.0		0	0	False	False	0.999773383140564	0					non-mobilizable	chromosome	4413.0	99.90899999999999	100.0	0.0008276766673220045	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ENG0100_000000005038	5715	0.6004032899868277	8	6	3	5	4	False	60611	maximal	True	ENG0100_000000005038	1.0		4	2	False	False	0.9984251856803894	0					non-mobilizable	no_good_hit	1918.0	78.259	33.0	0.0005187419120138183	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0319_000000006792	2678	0.6004025553939584	4	4	4	4	3	False	67879	maximal	True	ISR0319_000000006792	1.0		0	0	False	False	0.9955190420150757	0					non-mobilizable	no_good_hit	1891.0	99.154	71.0	0.0005365196735235205	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0032_000000014420	2303	0.6004016716755142	3	3	2	2	3	False	36948	maximal	True	ISR0032_000000014420	1.0		145	11	False	False	0.9991315603256226	0					non-mobilizable	chromosome	1483.0	99.663	100.0	0.0002091793900995197	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0154_000000010783	2852	0.6003973698706985	4	3	3	2	1	False	79188	fragment	False	CHI0154_000000010783	1.0		0	0	False	False	0.9856241345405579	0					non-mobilizable	no_good_hit	877.0	72.406	40.0	0.00014673955595469637	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
SPA0006_000000002145	11965	0.6003957133517819	17	11	6	8	10	True	87500	fragment	False	ENG0171_000000001736	0.9853236823698847		0	0	False	False	0.9994985461235046	0					non-mobilizable	other	11969.0	99.925	100.0	0.26174437931939465	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0125_000000015790	1673	0.6003917594973238	3	3	3	3	3	False	91851	fragment	False	CAN0020_000000018878	0.6817709146246294		0	0	False	False	0.9994022846221924	0					non-mobilizable	no_good_hit	1076.0	75.836	63.0	0.00037396111583480975	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0021_000000014307	2442	0.6003886692154602	4	1	1	1	1	False	74804	maximal	True	DEN0021_000000014307	1.0		100	9	False	False	0.9983620047569275	0					non-mobilizable	no_good_hit	168.0	75.0	7.0	4.338779246330379e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0164_000000009576	2700	0.6003884980140801	2	2	2	2	1	False	97234	fragment	False	ISR0164_000000009576	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2700.0	98.926	100.0	0.027684038854071575	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
ISR0103_000000013620	2118	0.6003884980140801	2	2	2	2	1	False	97232	fragment	False	MAD0066_000000013245	0.9574193145699211		0	0	False	False	0.9919735789299011	0					non-mobilizable	other	2116.0	99.055	99.0	0.0216938652005785	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
ISR0122_000000005607	3005	0.600388222729561	5	4	1	2	3	True	115645	fragment	False	ISR0122_000000005607	1.0		0	0	False	False	0.999667227268219	0		MOBV			mobilizable	other	2227.0	99.82	100.0	0.3293838862559242	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0122_000000015976	1125	0.6003864966481017	3	1	1	1	1	False	32135	maximal	True	ISR0122_000000015976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	674.0	88.72399999999999	60.0	0.12551363466567053	MK232116.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K17_7_c1 sequence	True	False
SPA0138_000000009952	2592	0.6003844614309449	5	2	2	2	2	False	20344	maximal	True	SPA0138_000000009952	1.0		2	1	False	False	0.9965277910232544	0					non-mobilizable	no_good_hit	1666.0	92.37700000000001	64.0	0.08217758254775184	NZ_QRUU01000063.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf63, whole genome shotgun sequence	True	False
ISR0115_000000012995	2555	0.6003810824419634	2	2	1	2	2	False	56833	fragment	False	ISR0115_000000012995	1.0		0	0	False	False	0.9992172122001648	0					non-mobilizable	no_good_hit	150.0	100.0	6.0	0.08642691415313225	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
ISR0097_000000022103	1392	0.6003803479738604	3	2	2	2	2	False	98804	fragment	False	ISR0097_000000022103	0.9912343236712634		0	0	False	False	0.9920976758003235	0					non-mobilizable	chromosome	1376.0	99.20100000000001	99.0	0.0006135990507287995	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0096_000000018059	1336	0.6003754728944188	2	2	2	2	1	False	33333	maximal	True	ISR0096_000000018059	1.0		171	11	False	False	0.9992514848709106	0					non-mobilizable	no_good_hit	989.0	99.899	74.0	0.03453700143321565	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	False
SPA0032_000000021801	1365	0.6003698382349482	2	2	2	2	2	False	92366	fragment	False	USA0035_01_000000017628	0.8265804240207202		0	0	False	False	0.995604395866394	0					non-mobilizable	no_good_hit	416.0	81.49	51.0	0.000685687721541054	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0223_000000014785	2033	0.6003669915409439	2	2	2	2	1	False	114437	maximal	True	ISR0223_000000014785	1.0		90	8	False	False	0.99311363697052	0					non-mobilizable	other	1550.0	99.54799999999999	97.0	0.01557284754896047	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
MAD0041_000000019113	1843	0.6003669565028373	4	3	3	3	3	False	127740	fragment	False	ISR0150_000000012413	0.7672343037915437		0	0	False	False	1.0	0					non-mobilizable	other	1843.0	99.67399999999999	100.0	0.058396474653647404	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0150_000000007972	3407	0.6003647967324175	4	3	0	2	2	True	104197	fragment	False	AST0150_000000007972	1.0		0	0	False	False	0.9988259673118591	0					non-mobilizable	no_good_hit	695.0	92.23	30.0	0.003985853675394842	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0132_01_000000002933	6426	0.6003618238212832	8	8	5	6	7	True	131033	maximal	True	USA0132_01_000000002933	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	3448.0	81.439	53.0	0.9985456660849331	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	True	True
ISR0222_000000005361	11900	0.6003608710392384	14	9	8	8	5	True	124811	maximal	True	ISR0222_000000005361	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	89.24700000000001	1.0	0.003888987095633728	KJ512985.1	bacteria	Uncultured bacterium DCM004Kan06 genomic sequence	True	True
ENG0148_000000011710	3221	0.600359495603846	4	3	1	2	3	False	57319	maximal	True	ENG0148_000000011710	1.0		1	1	False	False	0.9913070201873779	0					non-mobilizable	no_good_hit	54.0	87.037	2.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ISR0137_000000014279	1742	0.6003551720261395	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.9094448913839203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1749.0	96.913	100.0	0.0004972025246965727	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0209_000000012499	2325	0.6003540768406063	4	3	3	3	3	False	79664	fragment	False	MON0105_000000018460	0.6942993252755779		0	0	False	False	1.0	0					non-mobilizable	other	2325.0	99.01100000000001	100.0	0.009000670015452957	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0021_000000016541	1985	0.6003508416849583	3	3	3	2	2	False	93549	fragment	False	SPA0027_000000017373	0.9634055269067464		0	0	False	False	0.9979848861694336	0					non-mobilizable	no_good_hit	1317.0	73.804	65.0	0.0004305039117288586	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0090_000000000475	33852	0.6003496675067498	36	32	6	12	26	True	123976	fragment	False	AST0090_000000000475	0.9920547340542927		0	0	False	True	0.999911367893219	0					non-mobilizable	chromosome	28755.0	97.26299999999999	99.0	0.011629867187962223	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	True
SPA0019_000000011348	2557	0.6003490117024711	5	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.1938406749632925		0	0	False	False	1.0	0					non-mobilizable	other	2557.0	92.491	100.0	0.020359720252983066	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
SPA0039_000000020054	1398	0.6003481704492177	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.3220119385067101		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	95.167	96.0	0.00037322758551743674	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0040_000000010930	2796	0.6003469661666134	3	3	2	2	1	False	18382	maximal	True	MAD0040_000000010930	1.0		2	1	False	False	0.9989270567893982	0					non-mobilizable	no_good_hit	174.0	78.161	6.0	0.0028305362945097645	NZ_KB908033.1	b-proteobacteria	Vitreoscilla stercoraria DSM 513 H150DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
SPA0047_000000003970	9770	0.6003423415200857	15	5	3	5	2	False	53886	maximal	True	SPA0047_000000003970	1.0		1	1	False	False	0.9996929168701172	0					non-mobilizable	no_good_hit	249.0	95.984	3.0	6.055894187101632e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0219_000000028693	1124	0.6003399992975752	2	2	2	2	1	False	28019	fragment	False	ISR0219_000000028693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	75.34899999999999	18.0	0.00014860549795536756	NZ_SRXW01000001.1	a-proteobacteria	Marinicauda algicola strain JCM 31718 contig_1, whole genome shotgun sequence	True	False
CHI0172_000000004801	1656	0.6003318559101994	3	3	3	3	3	False	83560	fragment	False	CHI0172_000000004801	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1656.0	99.698	100.0	0.0006560751168348875	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0112_000000007123	3661	0.6003316155167591	2	2	1	1	2	False	42041	maximal	True	FIJ0112_000000007123	1.0		203	11	False	False	0.9989073872566223	0					non-mobilizable	no_good_hit								True	False
ENG0133_000000012507	1965	0.6003231195566712	4	4	4	3	2	False	62379	fragment	False	ENG0133_000000012507	1.0		0	0	False	False	0.9877862334251404	0					non-mobilizable	no_good_hit	351.0	76.638	18.0	0.0007031772129581415	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MON0106_000000032101	1369	0.6003195563270859	2	2	2	2	2	False	8638	maximal	True	MON0106_000000032101	1.0		311	13	False	False	0.9481373429298401	0					non-mobilizable	other	1362.0	99.486	99.0	0.006503031721989422	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0199_000000003341	7489	0.6003158143623609	7	7	7	7	6	False	103310	maximal	True	ISR0199_000000003341	1.0		28	8	False	False	0.9959941506385803	0					non-mobilizable	other	7489.0	99.025	100.0	0.02803224007097907	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ENG0186_000000000714	26126	0.6003156064917133	27	12	3	6	9	False	60893	fragment	False	ENG0186_000000000714	1.0		0	0	False	False	0.9999617338180542	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	9.447868747570744e-06	NZ_LT732529.1	firmicutes	Bacillus sinesaloumensis strain Marseille-P3516T, whole genome shotgun sequence	True	False
USA0023_01_000000001684	17381	0.6003106855618823	14	10	5	10	6	True	91674	fragment	False	USA0023_01_000000001684	0.9164592138018874		0	0	False	False	0.9995397329330444	0					non-mobilizable	other	16991.0	90.601	98.0	0.40066687161539005	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ENG0183_000000014802	1962	0.6003069019687799	3	3	3	2	2	False	102780	maximal	True	ENG0183_000000014802	1.0		1	1	False	False	0.9841998219490051	0					non-mobilizable	no_good_hit	1629.0	98.404	83.0	0.004753409578645862	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
SPA0025_000000005313	3909	0.6003028858890347	5	5	2	4	5	False	131150	fragment	False	SPA0025_000000005313	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3864.0	99.586	100.0	0.023967885639122936	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
CHI0157_000000004235	2460	0.6003027147449438	1	1	1	1	1	False	78944	maximal	True	CHI0157_000000004235	1.0		77	9	False	False	0.9995934963226318	0					non-mobilizable	no_good_hit	1999.0	77.73899999999999	81.0	0.0035970569863889254	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MON0108_000000006116	3452	0.6002997797877542	5	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.8930089218284373		0	0	False	False	0.9887021780014038	0					non-mobilizable	chromosome	3271.0	96.02600000000001	94.0	0.0009138104608767374	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0076_000000007774	1189	0.6002997399412909	3	3	3	2	2	True	84566	fragment	False	FIJ0091_000000017015	0.9533386967015286		0	0	False	False	0.9865432977676392	0					non-mobilizable	other	1189.0	97.056	100.0	0.0036138091312561027	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0057_000000006607	4381	0.6002949911722141	4	3	2	3	3	False	80249	maximal	True	FIJ0057_000000006607	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	91.322	20.0	0.00022525988834944664	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0196_000000003977	2653	0.6002916108334209	5	5	3	3	4	False	89035	fragment	False	ENG0196_000000003977	1.0		0	0	False	False	0.9996230602264404	0					non-mobilizable	chromosome	1808.0	95.741	99.0	0.00040136022691179184	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0105_000000003703	5183	0.6002912123941091	5	4	4	4	4	False	127647	fragment	False	ISR0208_000000003772	0.3953592291974327		0	0	False	False	0.9976847171783447	0					non-mobilizable	chromosome	5183.0	98.36	100.0	0.0021340752766020182	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0158_000000016302	1245	0.6002901842644591	1	1	1	1	1	False	78856	fragment	False	CHI0158_000000016302	1.0		0	0	False	False	0.9927710890769958	0					non-mobilizable	other	1256.0	85.90799999999999	100.0	0.0061532843833886	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
ENG0003_000000014088	1572	0.6002895362221762	2	2	2	2	2	True	67849	fragment	False	ENG0003_000000014088	1.0		0	0	False	False	0.9414758086204529	0					non-mobilizable	other	1514.0	95.376	96.0	0.000525639244024458	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MON0103_000000008994	4655	0.6002895171442051	3	3	3	2	1	False	21427	maximal	True	MON0103_000000008994	1.0		23	8	False	False	1.0	0					non-mobilizable	no_good_hit	3305.0	95.794	71.0	0.0013795300543470287	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0134_000000009034	4134	0.6002895171442051	3	3	3	2	1	False	101881	fragment	False	ENG0134_000000009034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2075.0	74.361	49.0	0.001000197781995164	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0087_000000009628	1203	0.6002884920400321	2	2	2	1	1	False	68869	maximal	True	DEN0087_000000009628	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1203.0	95.262	100.0	0.00024382382288572595	NZ_CP019986.1	enterobacteria	Citrobacter werkmanii strain BF-6 chromosome, complete genome	False	False
FIJ0064_000000002160	11343	0.6002876676951321	15	5	1	5	1	False	45528	fragment	False	FIJ0064_000000002160	1.0		0	0	False	False	0.9982367753982544	0					non-mobilizable	no_good_hit								True	False
MON0005_000000009295	5043	0.6002869413120208	5	5	5	4	5	False	54781	fragment	False	MON0005_000000009295	1.0		0	0	False	False	0.9998016953468323	0					non-mobilizable	no_good_hit	1502.0	71.039	29.0	0.0005218980149878947	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0007_000000002188	12897	0.6002862931909968	9	7	6	7	5	False	120532	maximal	True	DEN0007_000000002188	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2066.0	78.60600000000001	31.0	0.0006819166403705348	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ENG0153_000000025009	1184	0.6002814398367479	2	2	2	2	2	False	60036	fragment	False	ISR0103_000000025728	0.9190460298298254		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	90.90899999999999	99.0	0.0003540710797692637	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0320_000000008589	2690	0.6002761508500304	5	5	2	3	4	True	123556	backbone	False	ISR0826_000000002301	0.2606412104053014	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	2690.0	99.071	100.0	0.02251690024041482	AP019726.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN2 DNA, complete genome	False	True
SPA0075_000000003910	4016	0.6002691269531106	4	3	2	3	1	False	5797	fragment	False	SPA0075_000000003910	1.0		0	0	False	False	0.9935259222984314	0					non-mobilizable	no_good_hit								True	False
MON0031_000000019689	1626	0.6002667036415599	2	2	2	2	2	False	12445	maximal	True	MON0031_000000019689	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	78.0	6.0	3.6166272795254694e-05	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	True	False
MAD0103_000000007602	2734	0.6002656594272028	3	2	2	2	2	False	14928	maximal	True	MAD0103_000000007602	1.0		62	7	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	94.23100000000001	4.0	0.060874704491725766	MH883406.1	bacteria	Uncultured bacterium clone TRM_contig_22 genomic sequence	True	False
ENG0177_000000014292	1880	0.6002656301439473	3	3	1	3	0	False	55525	maximal	True	ENG0177_000000014292	1.0		1	1	False	False	0.9877659678459167	0		MOBP			mobilizable	no_good_hit	1257.0	96.181	67.0	0.05249937201708114	GQ866235.1	g-proteobacteria	Aggregatibacter actinomycetemcomitans strain D11S-1 plasmid S57, complete sequence	True	True
ENG0204_000000001231	13156	0.6002601599629477	15	12	3	5	11	False	54071	maximal	True	ENG0204_000000001231	0.9987730061349693		6	4	False	False	0.9993159174919128	0					non-mobilizable	chromosome	13157.0	99.78	100.0	0.0025361945129128063	CP053234.1	enterobacteria	Escherichia coli strain SCU-106 chromosome, complete genome	False	False
FIJ0019_000000000453	13040	0.6002601599629477	15	12	3	5	11	False	54071	maximal	False	ENG0204_000000001231	0.9943751900273639		0	0	False	False	0.9975460171699524	0					non-mobilizable	chromosome	13041.0	99.762	100.0	0.002513830502004567	CP053234.1	enterobacteria	Escherichia coli strain SCU-106 chromosome, complete genome	False	False
ENG0102_000000014023	2023	0.6002452351126631	1	1	1	1	1	False	60374	maximal	True	ENG0102_000000014023	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	100.0	7.0	1.0327258490509326e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0164_000000002720	7785	0.6002426564653938	9	5	4	5	2	False	96282	fragment	False	ISR0164_000000002720	1.0		0	0	False	False	0.9991008639335632	0					non-mobilizable	no_good_hit	969.0	83.179	19.0	0.004381146089656863	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0014_000000007834	3771	0.600242093172877	6	2	0	2	1	False	125120	fragment	False	MAD0014_000000007834	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	no_good_hit	1584.0	87.374	80.0	0.3579067121729238	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
FIJ0022_000000013894	1861	0.600242093172877	2	2	0	2	1	False	49469	fragment	False	FIJ0022_000000013894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	80.76899999999999	11.0	0.038636363636363635	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	False
ENG0036_000000011681	2074	0.600233824931958	4	4	3	2	4	False	107340	maximal	False	AST0118_000000013481	0.7118610336302749		0	0	False	False	1.0	0					non-mobilizable	other	2074.0	99.566	100.0	0.0026216214849025966	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0150_000000011355	2055	0.600233824931958	4	4	3	2	4	False	108711	fragment	False	ENG0003_000000010410	0.9405849122857936		0	0	False	False	1.0	0					non-mobilizable	other	2055.0	98.443	100.0	0.10643923683119037	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
CAN0014_000000034732	1432	0.600233176996605	2	2	2	1	1	False	93484	maximal	True	CAN0014_000000034732	1.0		17	8	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	94.898	22.0	6.727242053837455e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0087_000000039055	1322	0.6002329801721901	2	2	2	2	1	True	69668	fragment	False	MON0087_000000039055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	73.23899999999999	16.0	0.0006663554861658807	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0388_000000016375	2128	0.6002283792188637	3	3	2	3	3	False	88594	fragment	False	ISR0388_000000016375	0.9365012364019591		0	0	False	False	1.0	0					non-mobilizable	other	2128.0	99.81200000000001	100.0	0.00044057836526162835	CP014197.1	enterobacteria	Escherichia coli strain MRE600, complete genome	False	False
ISR0276_000000005125	1974	0.6002281182502176	2	2	2	2	2	False	72453	fragment	False	USA0053_01_000000008750	0.7027336831317347		0	0	False	False	0.999493420124054	0					non-mobilizable	chromosome	1954.0	81.525	99.0	0.0005433276539794207	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0777_000000004380	3834	0.6002264042195649	4	3	3	2	2	True	120785	fragment	False	ISR0777_000000004380	0.9626155878467635		0	0	False	False	0.9997391700744629	0					non-mobilizable	other	3851.0	85.71799999999999	100.0	0.0007117509258904238	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
ENG0114_000000004650	3785	0.6002264042195649	4	3	3	2	2	True	120785	fragment	False	ISR0777_000000004380	0.9564423578508086		0	0	False	False	0.9997357726097107	0					non-mobilizable	other	3785.0	99.97399999999999	100.0	0.006038053780804606	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0812_000000025708	1542	0.6002257945688126	2	2	2	2	2	False	21628	maximal	True	ISR0812_000000025708	1.0		96	11	False	False	1.0	0					non-mobilizable	other	1542.0	99.741	100.0	0.0004279343075017634	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0093_000000010107	1716	0.6002233659737719	2	1	1	1	1	False	109518	maximal	True	AST0093_000000010107	1.0		7	2	False	False	0.996503472328186	0					non-mobilizable	other	1718.0	98.48700000000001	100.0	0.013949142903566495	NZ_NFJN01000008.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_8, whole genome shotgun sequence	False	False
TAN0024_000000000125	20429	0.6002191703861933	20	6	5	6	3	False	19964	maximal	True	TAN0024_000000000125	1.0		1	1	False	False	0.9999021291732788	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	0.0	0.010556232237109216	NZ_FUWW01000027.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
DEN0063_000000026203	1875	0.6002143345466385	2	2	2	2	2	True	71471	maximal	True	DEN0063_000000026203	1.0		45	10	False	False	1.0	0					non-mobilizable	other	1112.0	99.82	100.0	0.00034563021984073013	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0005_000000005669	2496	0.6002119114945272	5	2	1	2	1	False	78563	fragment	False	ISR0005_000000005669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.2907130967322704e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	False
FIJ0079_000000012806	2194	0.6002119114945272	4	2	1	2	1	False	49772	fragment	False	FIJ0079_000000012806	0.9549180327868853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	390.0	80.256	17.0	0.0017569984836240478	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0005_000000017806	1713	0.6002119114945272	3	2	1	2	1	False	19948	fragment	False	MAD0005_000000017806	0.9495238095238095		0	0	False	False	0.9976649284362793	0					non-mobilizable	no_good_hit	79.0	93.671	8.0	2.054029512402737e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0020_000000013274	1623	0.6002119114945272	3	2	1	2	1	False	49770	fragment	False	FIJ0020_000000013274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	5.0	0.042012448132780086	NZ_VZBY01000063.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_67_length_1928_cov_60.7112_ID_133, whole genome shotgun sequence	True	False
MAD0047_000000029675	1575	0.6002119114945272	3	2	1	2	1	False	19948	fragment	False	MAD0005_000000017806	0.9273204903677759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	5.0	2.1073809283093017e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0065_000000026923	1291	0.6002119114945272	3	2	1	2	1	False	35164	fragment	False	ISR0065_000000026923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0282_000000020672	1241	0.6002119114945272	4	2	1	2	1	False	26344	fragment	False	ISR0282_000000020672	1.0		0	0	False	False	0.959709882736206	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	1.2907130967322704e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	False
ISR0274_000000007478	1173	0.6002119114945272	3	2	1	2	1	False	26342	fragment	False	ISR0274_000000007478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.9572179086326045e-06	NZ_LT906469.1	high GC Gram+	Mycolicibacter terrae strain NCTC10856 chromosome 1	True	False
ISR0194_000000009366	2604	0.6002085450044224	4	4	4	3	2	False	62380	maximal	True	ISR0194_000000009366	0.9759183673469387		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	20.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0157_000000010257	2450	0.6002085450044224	4	4	4	3	2	False	62380	maximal	False	ISR0194_000000009366	0.9477726574500768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	21.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0396_000000007660	2952	0.6002081697453236	3	2	2	2	1	False	22683	maximal	True	ISR0396_000000007660	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	80.524	45.0	0.008114738629930176	NZ_MIEH01000010.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_10, whole genome shotgun sequence	True	False
ISR0061_000000000903	4357	0.6002074728742494	6	4	3	4	3	False	119336	maximal	True	ISR0061_000000000903	1.0		48	6	False	False	0.9974753260612488	0					non-mobilizable	no_good_hit	2986.0	98.76100000000001	69.0	0.0009573685271678201	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0172_000000011600	2322	0.6002036359939575	3	3	3	2	2	False	38741	maximal	True	FIJ0172_000000011600	1.0		19	8	False	False	0.9995693564414978	0					non-mobilizable	no_good_hit	198.0	92.42399999999999	9.0	5.456380276298848e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
DEN0026_000000013243	2207	0.6002029932335469	3	3	3	3	3	False	74175	fragment	False	FIJ0153_000000010755	0.6348248298209631		0	0	False	False	0.9877662062644958	0					non-mobilizable	other	2195.0	95.9	99.0	0.06350952353383894	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
ISR0831_000000011498	1606	0.6002024138075639	2	1	1	1	1	False	77019	fragment	False	ENG0123_000000006376	0.9495920745920746		0	0	False	False	0.9925280213356018	0					non-mobilizable	chromosome	1587.0	99.118	99.0	0.0004434985379368817	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0069_000000018798	1438	0.6002024138075639	2	1	1	1	1	False	77018	fragment	False	DEN0069_000000018798	0.9931558935361217		0	0	False	False	0.998609185218811	0					non-mobilizable	chromosome	1435.0	99.721	99.0	0.0004009942644397783	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0188_000000012017	1280	0.6002024138075639	1	1	1	1	1	False	77017	fragment	False	CHI0188_000000012017	0.9987824675324675		0	0	False	False	0.9898437261581421	0					non-mobilizable	chromosome	1275.0	99.765	100.0	0.00035597329053824113	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0774_000000020094	1232	0.6002024138075639	1	1	1	1	1	False	77017	fragment	False	CHI0188_000000012017	0.98046875		0	0	False	False	0.9983766078948975	0					non-mobilizable	chromosome	1233.0	99.838	100.0	0.00034450832202915404	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0100_000000021115	2111	0.6002004280476252	3	2	2	2	1	False	9116	maximal	True	MON0100_000000021115	1.0		9	4	False	False	0.9810516238212585	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000007659	4595	0.6001971542600449	5	4	4	3	3	False	48894	maximal	True	FIJ0029_000000007659	1.0		40	8	False	False	0.997606098651886	0					non-mobilizable	no_good_hit	112.0	82.14299999999999	2.0	3.114211222685894e-05	CP019331.1	CFB group bacteria	Polaribacter sp. SA4-10 genome	True	False
SPA0102_000000006616	5624	0.6001947930090351	7	7	7	7	5	False	57166	maximal	True	SPA0102_000000006616	1.0		57	8	False	False	1.0	0					non-mobilizable	chromosome	5624.0	99.787	100.0	0.0011217899162597692	CP049101.1	enterobacteria	Escherichia coli strain EC28 chromosome, complete genome	False	False
AST0024_000000017167	2022	0.6001932996364419	4	4	2	4	3	False	121438	maximal	True	AST0024_000000017167	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	98.32600000000001	67.0	0.01621297037630104	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	False
SPA0029_000000007413	3424	0.6001924553300793	3	2	2	2	1	False	7387	maximal	True	SPA0029_000000007413	1.0		9	3	False	False	0.9979556202888489	0					non-mobilizable	no_good_hit	169.0	75.148	5.0	5.8527197193567035e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
MON0078_000000017354	2524	0.6001910975949919	3	3	3	3	3	True	10162	fragment	False	MON0078_000000017354	1.0		0	0	False	False	0.9877179265022278	0			MPF_T		non-mobilizable	plasmid	2524.0	99.68299999999999	100.0	0.03895261768383999	CP055253.1	enterobacteria	Escherichia coli strain AH01 plasmid pAH01-2, complete sequence	False	True
DEN0079_000000019318	2809	0.600187464041595	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9561916155730587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	74.187	18.0	0.0002410648478761471	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
SPA0131_000000005753	3993	0.600187439960919	4	4	4	4	4	False	124959	maximal	False	USA0062_01_000000005862	0.9735831724250721		0	0	False	False	0.997245192527771	0					non-mobilizable	no_good_hit	2812.0	78.27199999999999	70.0	0.0066565611560962384	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0113_000000021761	1729	0.6001809297845431	2	2	2	1	1	False	106530	maximal	True	AST0113_000000021761	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0366_000000010401	1874	0.6001802945346874	3	3	2	3	2	True	79404	fragment	False	ISR0366_000000010401	1.0		0	0	False	False	0.9994663596153259	0					non-mobilizable	no_good_hit	225.0	82.667	12.0	9.996086353690988e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0834_000000005575	3020	0.6001792153520766	3	3	3	1	0	False	20981	fragment	False	ISR0834_000000005575	1.0		0	0	False	False	0.9940397143363953	0					non-mobilizable	no_good_hit	78.0	85.897	3.0	0.0009018716765443088	NZ_BILX01000026.1	firmicutes	Paenibacillus ehimensis NBRC 15659 PEH01S_CON0026, whole genome shotgun sequence	True	False
ISR0078_000000004810	3665	0.6001774411429045	4	4	4	3	3	False	73189	fragment	False	ISR0078_000000004810	1.0		0	0	False	False	0.9975443482398987	0					non-mobilizable	chromosome	3667.0	98.82700000000001	100.0	0.001245702817986372	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0075_000000002970	8005	0.6001725449585773	10	10	7	8	9	False	89884	maximal	True	ENG0075_000000002970	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	4921.0	83.316	78.0	0.0009104920170223714	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CHI0115_000000004291	1855	0.6001707128221618	3	3	3	2	2	False	82224	fragment	False	CHI0115_000000004291	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1855.0	100.0	100.0	0.00036281857192731415	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0258_000000003342	4724	0.6001703229825185	6	4	4	3	2	False	115384	fragment	False	ISR0182_000000006795	0.9477075850412001		0	0	False	False	1.0	0					non-mobilizable	chromosome	4726.0	99.259	100.0	0.0008572599576867371	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MAD0048_000000007377	3142	0.6001698977645281	2	2	2	2	1	False	17557	fragment	False	MAD0048_000000007377	1.0		0	0	False	False	0.9840865731239319	0					non-mobilizable	no_good_hit								True	False
ISR0216_000000001455	15068	0.6001688162152382	19	6	5	5	4	False	117583	maximal	True	ISR0216_000000001455	0.9983550131471931		6	2	False	False	0.999269962310791	0					non-mobilizable	no_good_hit	3099.0	98.87100000000001	48.0	0.19235067676642245	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0043_000000001427	13219	0.6001679931034499	16	10	6	8	7	True	127407	fragment	False	ISR0043_000000001427	0.9846383259089516		0	0	False	False	0.99992436170578	0					non-mobilizable	no_good_hit	681.0	87.225	8.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0094_000000011713	1546	0.6001608823245991	4	3	3	2	2	False	105476	fragment	False	MON0066_000000019868	0.8629174130967768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	86.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0018_000000002523	8830	0.6001575463139185	8	6	3	4	4	False	66656	maximal	True	ENG0018_000000002523	1.0		1	1	False	False	0.9983012676239014	0					non-mobilizable	no_good_hit	2256.0	93.395	34.0	0.00034172435930536086	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0200_000000013964	1769	0.6001572075879728	3	2	2	2	2	True	89606	maximal	True	ISR0200_000000013964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1384.0	99.711	78.0	0.012367870365402158	CP026941.2	enterobacteria	Escherichia coli strain CFS3313 plasmid pCFS3313-2, complete sequence	True	True
ENG0097_000000020947	1500	0.6001548882848118	3	2	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.02207993404572369		0	0	False	False	0.9993333220481873	0					non-mobilizable	other	1500.0	95.53299999999999	100.0	0.0027041117290620754	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0119_000000008189	4124	0.6001525096880426	6	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.2982017163446692	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	164.0	98.78	4.0	4.877509772331693e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0139_000000006445	3996	0.6001525096880426	4	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.29443671789017717	PS851	0	0	False	True	0.9987487196922302	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	2.0670110734772545e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
FIJ0099_000000000210	48687	0.6001524186209488	56	21	12	19	11	True	130801	maximal	False	ISR0079_000000000160	0.12135729731161939		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	809.0	97.15700000000001	2.0	0.14400285154161468	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0102_000000027122	1643	0.6001520443738756	3	3	2	2	3	False	65171	fragment	False	MON0102_000000027122	0.9759272469426774		0	0	False	False	1.0	0					non-mobilizable	other	1593.0	99.93700000000001	100.0	0.00315046643526306	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
USA0047_01_000000022221	1632	0.6001520443738756	3	3	2	2	3	False	65171	fragment	False	MON0102_000000027122	0.969932257877897		0	0	False	False	0.9908088445663452	0					non-mobilizable	other	1632.0	100.0	100.0	0.0004923503070925612	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ENG0037_000000022288	1596	0.6001520443738756	3	3	2	2	3	False	65171	fragment	False	MON0102_000000027122	0.9688144288353135		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	99.87200000000001	100.0	0.0030851615405622554	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
USA0011_01_000000022652	1594	0.6001520443738756	3	3	2	2	3	False	65171	fragment	False	MON0102_000000027122	0.9679655235281156		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	99.81200000000001	100.0	0.0004808792392387799	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
SPA0090_000000023334	1557	0.6001520443738756	3	3	2	2	3	False	65171	fragment	False	MON0102_000000027122	0.9631869471331603		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	100.0	100.0	0.003079224731953091	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
SPA0009_000000024184	1537	0.6001520443738756	3	3	2	2	3	False	65171	fragment	False	MON0102_000000027122	0.9560553256462434		0	0	False	False	0.9986987709999084	0					non-mobilizable	other	1537.0	99.935	100.0	0.0030396460078919974	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0268_000000003038	5156	0.6001504123087024	7	4	1	4	1	False	35716	maximal	True	ISR0268_000000003038	1.0		46	6	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	92.391	4.0	0.001394571897077529	CP041264.2	firmicutes	Enterococcus faecium strain VVEswe-R plasmid pVVEswe-R3, complete sequence	True	False
FIJ0114_000000029752	1373	0.6001427772907643	3	2	2	2	2	False	41814	maximal	True	FIJ0114_000000029752	1.0		1	1	False	False	0.9956300258636475	0					non-mobilizable	no_good_hit								True	False
ISR0269_000000013811	1409	0.6001423853628122	2	2	1	2	1	False	26454	maximal	True	ISR0269_000000013811	1.0		148	11	False	False	1.0	0					non-mobilizable	other	849.0	95.76	98.0	0.0023779850158293582	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
MON0069_000000001353	17144	0.6001370527206775	28	9	2	7	2	False	13243	maximal	True	MON0069_000000001353	1.0		2	1	False	False	0.9998250007629395	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000043450	1104	0.6001364926758748	2	1	0	1	1	False	75508	maximal	True	DEN0011_000000043450	1.0		9	5	False	False	0.9990941882133484	0					non-mobilizable	no_good_hit	50.0	94.0	5.0	4.3735942018636863e-05	NZ_SJSA01000002.1	CFB group bacteria	Duncaniella freteri strain TLL-A3 contig2, whole genome shotgun sequence	True	False
CHI0131_000000006174	2662	0.6001313536086659	2	2	2	2	0	False	81032	fragment	False	CHI0131_000000006174	1.0		0	0	False	False	0.9898572564125061	0					non-mobilizable	chromosome	1581.0	97.976	98.0	0.0003153477347454525	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CAN0007_000000021050	1926	0.6001293011981407	5	3	1	1	3	False	95273	maximal	True	CAN0007_000000021050	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	82.19200000000001	19.0	0.0009962367430721862	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0075_000000005506	3089	0.6001261393700488	3	2	2	2	2	False	96573	fragment	False	ISR0119_000000010252	0.9580067163786015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	76.256	7.0	5.27132489970385e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0081_000000034269	1551	0.6001221286592675	2	2	2	2	2	False	9970	fragment	False	MON0081_000000034269	1.0		0	0	False	False	0.9916183352470398	0					non-mobilizable	no_good_hit	54.0	100.0	4.0	6.784566212757852e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
MON0040_000000006783	3870	0.6001187392454634	4	4	4	4	4	False	118986	maximal	True	MON0040_000000006783	0.9485243283624271		178	10	False	False	0.9956072568893433	0					non-mobilizable	other	3871.0	98.42399999999999	100.0	0.0016220175147706726	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
ISR0159_000000015650	1676	0.6001156969224076	2	1	1	1	1	False	124007	fragment	False	ISR0159_000000015650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	95.321	79.0	0.0003673959044937268	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0135_01_000000013638	1122	0.6001147133480093	2	2	2	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.0196781542778335		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	99.02	100.0	0.0003481190063022295	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0087_01_000000006530	2339	0.6001123697819906	3	3	3	3	2	False	36739	maximal	True	USA0087_01_000000006530	1.0		53	11	False	False	0.9982898831367493	0					non-mobilizable	no_good_hit	1368.0	78.655	58.0	0.01410700860412664	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	False
ISR0052_000000020641	1767	0.6001106097128834	2	2	1	2	1	True	109080	maximal	True	ISR0052_000000020641	1.0		24	6	False	False	0.9994340538978577	0					non-mobilizable	no_good_hit	391.0	83.632	22.0	0.0016577615118784988	NZ_CABMGA010000004.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0063_000000017780	1595	0.600109148437124	1	1	1	1	1	True	45570	fragment	False	FIJ0063_000000017780	0.9935921551588627		0	0	False	False	0.9924764633178711	0					non-mobilizable	no_good_hit	826.0	88.499	60.0	0.014036522213137094	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
ISR0014_000000023961	1463	0.600109148437124	1	1	1	1	1	True	45570	fragment	False	FIJ0063_000000017780	0.9634046965241833		0	0	False	False	0.9993164539337158	0					non-mobilizable	no_good_hit	844.0	88.389	66.0	0.01434314527119106	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
MON0107_000000034487	1752	0.6001064214621612	2	2	2	1	1	False	8582	fragment	False	MON0107_000000034487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	77.691	50.0	0.00037139581529974704	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0104_000000019516	1914	0.6001048542095243	3	1	1	1	1	False	4826	maximal	True	SPA0104_000000019516	1.0		14	7	False	False	0.9822361469268799	0					non-mobilizable	other	1737.0	97.40899999999999	98.0	0.0016465412049101763	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
MAD0030_000000008102	1480	0.6000897605747061	2	2	2	2	2	True	113050	fragment	False	ENG0112_000000013698	0.07424500261880389		0	0	False	False	0.9162161946296692	0					non-mobilizable	other	1428.0	98.529	96.0	0.005534160936657708	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
MON0058_000000023060	2148	0.6000889759567087	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.39448681708188055		0	0	False	False	1.0	0					non-mobilizable	chromosome	2154.0	91.69	100.0	0.0006936290238621921	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0080_000000025186	2109	0.6000889759567087	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.38648078415087633		0	0	False	False	1.0	0					non-mobilizable	chromosome	2115.0	91.726	100.0	0.0006810586093962881	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0039_000000041815	1195	0.6000719015637673	2	2	2	2	2	False	11895	maximal	True	MON0039_000000041815	1.0		7	3	False	False	0.9765690565109253	0					non-mobilizable	no_good_hit	356.0	75.843	29.0	8.107248796896028e-05	NZ_RBIL01000001.1	actinobacteria	Solirubrobacter pauli strain DSM 14954 Ga0183450_11, whole genome shotgun sequence	True	False
MON0109_000000016880	2114	0.6000697784543852	3	3	3	3	3	False	72897	fragment	False	MON0025_000000016338	0.4585951526032316		0	0	False	False	0.9574266672134399	0					non-mobilizable	no_good_hit	370.0	72.432	17.0	0.0023627087994403414	NZ_FOJN01000013.1	high GC Gram+	Rhodococcus kroppenstedtii strain DSM 44908, whole genome shotgun sequence	True	False
FIJ0009_000000035996	1234	0.6000662786884898	2	2	2	2	2	False	51167	fragment	False	FIJ0009_000000035996	1.0		0	0	False	False	0.9967585206031799	0					non-mobilizable	no_good_hit	523.0	81.071	42.0	0.0001375918132604975	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0104_000000040443	1143	0.6000661104930722	2	2	2	2	2	False	8770	maximal	True	MON0104_000000040443	1.0		2	2	False	False	0.9956255555152893	0					non-mobilizable	no_good_hit	1011.0	97.626	88.0	0.0005240016083217681	NZ_UGGU01000003.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	False
MAD0024_000000011619	1365	0.6000578014302342	2	2	2	2	2	False	19178	maximal	True	MAD0024_000000011619	1.0		9	1	False	False	1.0	0					non-mobilizable	other	824.0	95.51	94.0	0.007831233585810529	NZ_WAJR01000008.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_008, whole genome shotgun sequence	False	False
USA0091_01_000000002849	3978	0.6000552000635528	4	4	4	3	3	False	99323	fragment	False	ISR0135_000000004653	0.9925465838509318		0	0	False	False	0.9989944696426392	0					non-mobilizable	other	3975.0	99.84899999999999	99.0	0.06337410496435805	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0168_000000010636	2407	0.6000528610660326	4	4	4	4	3	False	74385	fragment	False	ENG0049_000000007624	0.8941090912753772		0	0	False	False	1.0	0					non-mobilizable	other	1481.0	99.595	99.0	0.015664525142621268	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
CHI0133_000000016727	1231	0.6000525465991092	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.03494536686081176		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	99.185	100.0	0.00043085649421278194	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0164_000000010021	2596	0.6000505669506984	2	2	1	1	2	False	33087	maximal	True	ISR0164_000000010021	1.0		168	11	False	False	0.9892141819000244	0					non-mobilizable	other	2596.0	97.535	100.0	0.00283488204924283	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0782_000000007122	1868	0.6000473959590173	3	3	3	3	2	False	22265	maximal	True	ISR0782_000000007122	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1735.0	99.42399999999999	93.0	0.004171728957909805	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	False	False
ENG0129_000000003428	7256	0.6000415568277286	10	8	5	4	5	True	104748	maximal	True	ENG0129_000000003428	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	1718.0	82.24700000000001	46.0	0.0007483677149615976	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
DEN0012_000000000605	10546	0.6000407258544472	13	11	2	2	10	False	75502	fragment	False	DEN0012_000000000605	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	10546.0	100.0	100.0	0.07086407806136849	LR536671.1	firmicutes	Enterococcus faecium isolate E8481 genome assembly, plasmid: 2	False	True
CAN0009_000000015267	1778	0.6000389056375559	3	2	2	2	1	False	94768	fragment	False	CAN0009_000000015267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0358_000000003690	4596	0.6000378103468372	4	2	2	2	1	True	115273	maximal	True	ISR0358_000000003690	1.0		3	2	False	False	0.9947780966758728	0					non-mobilizable	no_good_hit	2795.0	98.74799999999999	85.0	0.000985147682240862	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ENG0153_000000006304	4529	0.6000378103468372	5	2	2	2	1	True	96979	fragment	False	SPA0101_000000008305	0.6335412056594917		0	0	False	False	0.999779224395752	0					non-mobilizable	other	2746.0	97.669	95.0	0.000967870575429909	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0042_000000007253	3643	0.6000378103468372	3	2	2	2	1	True	96976	fragment	False	CAN0002_000000003451	0.6376893596576034		0	0	False	False	0.9997255206108093	0					non-mobilizable	other	3636.0	97.11200000000001	100.0	0.0012349609110240392	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0134_000000006066	2584	0.6000378103468372	3	2	2	2	1	True	73236	fragment	False	FIJ0134_000000006066	0.9332141668138972		0	0	False	False	1.0	0					non-mobilizable	other	2573.0	97.47399999999999	99.0	0.0008738155331922499	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0167_000000010492	2371	0.6000346081626858	4	3	3	2	3	False	56060	maximal	True	ENG0167_000000010492	1.0		1	1	False	False	0.9983129501342773	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.5235024830633212e-05	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	False
ENG0095_000000013449	2070	0.6000329773109867	3	3	2	2	3	False	60962	maximal	True	ENG0095_000000013449	1.0		1	1	False	False	0.9985507130622864	0					non-mobilizable	chromosome	2070.0	99.95200000000001	100.0	0.0004376522211114632	CP014030.2	enterobacteria	Citrobacter sp. FDAARGOS_156 strain FDAARGOS_155 chromosome, complete genome	False	False
ISR0097_000000016391	1833	0.6000310017782636	3	2	2	2	1	False	33292	fragment	False	ISR0097_000000016391	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	98.20700000000001	97.0	0.0005327432300204099	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0133_000000014146	1727	0.6000310017782636	2	2	2	2	1	False	70072	fragment	False	ENG0133_000000014146	0.963683904706566		0	0	False	False	1.0	0					non-mobilizable	other	1089.0	99.816	97.0	0.0002941797562688273	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0785_000000021813	1721	0.6000310017782636	3	2	2	2	1	False	70072	fragment	False	ENG0133_000000014146	0.9620729588882455		0	0	False	False	0.9965136647224426	0					non-mobilizable	other	1032.0	97.384	94.0	0.000278497379555967	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0053_000000003939	2854	0.6000269655493852	4	3	2	2	1	False	86441	fragment	False	CHI0053_000000003939	1.0		0	0	False	False	0.9936930537223816	0					non-mobilizable	no_good_hit	830.0	77.831	29.0	0.0002321182895110173	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0147_000000000966	13913	0.6000253521114906	18	6	5	6	1	True	115188	maximal	True	FIJ0147_000000000966	1.0	PS748	12	5	False	True	1.0	0					non-mobilizable	no_good_hit	11034.0	99.302	89.0	0.056545559843581034	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
MON0037_000000018780	3422	0.6000251723352364	4	3	3	3	3	False	39078	maximal	True	MON0037_000000018780	1.0		18	7	False	False	0.9962010383605957	0					non-mobilizable	no_good_hit	688.0	76.163	20.0	0.009793740083657868	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	True	False
ISR0357_000000006367	3670	0.6000202632747433	6	5	2	5	4	False	80585	fragment	False	ISR0357_000000006367	0.9847955520142602		0	0	False	False	0.9994550347328186	0					non-mobilizable	no_good_hit								True	False
ENG0028_000000001792	7592	0.6000154957418314	6	6	6	3	2	False	99665	fragment	False	ENG0028_000000001792	1.0		0	0	False	False	0.9997365474700928	0					non-mobilizable	no_good_hit	1332.0	76.877	20.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0224_000000026042	1209	0.6000070889160602	1	1	1	1	1	False	27715	fragment	False	ISR0224_000000026042	1.0		0	0	False	False	0.9925558567047119	0					non-mobilizable	no_good_hit	135.0	89.63	11.0	0.14777777777777779	GQ877857.1		Uncultured organism clone VC1BS85TR genomic sequence	True	False
CHI0178_000000006195	1651	0.6000007897496058	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.14239727625788293		0	0	False	False	0.9775893688201904	0					non-mobilizable	chromosome	1657.0	91.67200000000001	100.0	0.000555716933748511	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0020_01_000000026239	1314	0.600000615892048	2	2	2	2	2	False	1765	maximal	True	USA0020_01_000000026239	1.0		4	3	False	False	0.9916285872459412	0					non-mobilizable	chromosome	934.0	85.867	91.0	0.0002987890823049499	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0146_000000003104	11953	0.5999996940462876	8	6	4	6	4	False	38757	maximal	True	ISR0146_000000003104	1.0		1	1	False	False	0.999665379524231	0					non-mobilizable	no_good_hit	1564.0	91.816	32.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0057_01_000000016828	1896	0.5999963901432537	3	2	2	2	2	False	34030	fragment	False	USA0057_01_000000016828	1.0		0	0	False	False	0.9994725584983826	0					non-mobilizable	no_good_hit	735.0	83.946	42.0	0.0002082106682367799	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0025_000000015409	2467	0.5999953103165119	5	3	2	1	1	True	107700	maximal	True	MON0025_000000015409	1.0		31	8	False	False	0.998378574848175	0					non-mobilizable	no_good_hit	713.0	82.46799999999999	28.0	0.00021346632275204757	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0087_000000001105	5564	0.5999904563976475	8	7	7	7	6	False	95017	fragment	False	CHI0087_000000001105	1.0		0	0	False	False	0.9883177280426025	0					non-mobilizable	other	5341.0	97.24799999999999	96.0	0.14579849211788898	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ENG0116_000000002841	6962	0.5999763981059429	6	4	3	3	3	False	96116	maximal	True	ENG0116_000000002841	1.0	PS513	6	3	True	True	1.0	58					non-mobilizable	no_good_hit	5824.0	96.652	86.0	0.0088788098915253	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	True
ISR0035_000000002437	6684	0.5999753834930744	7	5	2	3	5	True	96747	fragment	False	ISR0035_000000002437	1.0		0	0	False	False	0.9964093565940857	0					non-mobilizable	other	6630.0	98.115	99.0	0.0027756964713015206	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
TAN0009_000000028621	1496	0.5999712779904037	2	2	2	2	2	True	50857	maximal	False	MON0049_000000014161	0.9515816655907037		0	0	False	False	0.9966577291488647	0					non-mobilizable	no_good_hit	1317.0	76.158	86.0	0.00046178531728086357	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0014_000000002470	8709	0.5999708096139876	9	4	4	4	2	False	50526	fragment	False	FIJ0014_000000002470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0047_000000003441	7744	0.5999708096139876	7	4	4	4	2	False	46911	fragment	False	FIJ0047_000000003441	1.0		0	0	False	False	0.9996126294136047	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000009176	3517	0.5999706904648523	5	2	2	2	2	False	98974	maximal	True	AUS0024_000000009176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	74.641	6.0	5.727404467885848e-05	NC_013851.1	g-proteobacteria	Allochromatium vinosum DSM 180, complete sequence	True	False
ISR0139_000000001054	15658	0.5999684637744175	19	5	4	5	3	True	103570	fragment	False	ISR0181_000000000999	0.9436785779466417		0	0	False	False	0.9976369738578796	0					non-mobilizable	other	14696.0	97.84299999999999	94.0	0.003934134906737357	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0186_000000011579	1669	0.5999640310282802	3	3	3	2	1	False	92375	fragment	False	ENG0171_000000013063	0.7006464585803046		0	0	False	False	0.9994008541107178	0					non-mobilizable	other	1669.0	99.521	100.0	0.0004755534723956605	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0014_000000022730	1550	0.5999640310282802	3	3	3	2	1	False	92375	fragment	False	ENG0171_000000013063	0.4628762564257682		0	0	False	False	0.9929032325744629	0					non-mobilizable	other	1549.0	98.773	99.0	0.0004413409923671957	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
FIJ0032_000000014483	2440	0.5999633198596587	3	3	3	2	2	False	55654	fragment	False	FIJ0032_000000014483	1.0		0	0	False	False	0.9995901584625244	0					non-mobilizable	no_good_hit	119.0	76.471	5.0	0.0036445458578944034	NZ_MCGG01000026.1	a-proteobacteria	Magnetovibrio blakemorei strain MV-1 Q32, whole genome shotgun sequence	True	False
USA0090_01_000000001848	4728	0.5999626263112368	7	4	2	3	3	False	132417	fragment	False	FIJ0075_000000003112	0.6727740461449019		0	0	False	False	0.9985194802284241	0					non-mobilizable	chromosome	4655.0	100.0	100.0	0.0013112847406634358	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0079_000000006133	4493	0.5999626263112368	6	4	2	3	3	False	132417	fragment	False	FIJ0075_000000003112	0.4725516395704808		0	0	False	False	1.0	0					non-mobilizable	other	4499.0	99.22200000000001	100.0	0.13570025683638012	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0060_000000010732	1409	0.5999615095734221	2	2	2	2	1	False	85729	maximal	True	CHI0060_000000010732	1.0		95	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0321_000000006269	1798	0.5999588521773854	3	2	1	2	1	False	25027	fragment	False	ISR0321_000000006269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000023936	1131	0.5999587759135586	2	2	2	2	1	False	54437	fragment	False	ENG0195_000000023936	1.0		0	0	False	False	0.9778956770896912	0					non-mobilizable	no_good_hit	196.0	77.041	17.0	0.00033815347287102754	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0386_000000023618	1201	0.5999568656504828	2	2	2	2	2	False	22989	fragment	False	ISR0386_000000023618	1.0		0	0	False	False	0.9916735887527466	0					non-mobilizable	other	1201.0	99.334	100.0	0.01018658426851836	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0069_000000003420	2394	0.5999525961661724	2	2	2	2	2	False	85805	fragment	False	MAD0069_000000003420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	73.152	10.0	0.0064919827923347675	NZ_LUTP01000030.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00030, whole genome shotgun sequence	True	False
SPA0070_000000008820	2452	0.5999513587837434	3	2	2	2	2	True	5927	maximal	True	SPA0070_000000008820	1.0		5	2	False	False	0.9898042678833008	0					non-mobilizable	no_good_hit	2181.0	99.81700000000001	89.0	0.0008024246475404948	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	True
ISR0310_000000006518	2509	0.599950154293419	4	2	2	2	2	False	78268	fragment	False	ISR0310_000000006518	1.0		0	0	False	False	0.9908329844474792	0					non-mobilizable	plasmid	2510.0	99.48200000000001	100.0	0.013519413943108495	CP030071.1	enterobacteria	Klebsiella pneumoniae strain DA12090 plasmid pDA12090.1, complete sequence	False	True
AUS0004_000000002729	7708	0.5999498519288604	7	4	4	4	2	False	102556	maximal	True	AUS0004_000000002729	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	2705.0	92.791	37.0	0.0007541712211953152	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0106_000000005395	4527	0.599949075687924	4	2	2	1	1	False	79647	maximal	True	FIJ0106_000000005395	1.0		1	1	False	False	0.9911641478538513	0					non-mobilizable	no_good_hit	94.0	95.745	2.0	0.00019912129698620282	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
MON0078_000000031135	1501	0.5999473335112648	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.10434875238076723		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	96.336	100.0	0.00046664746153113877	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0179_000000015185	1448	0.5999473335112648	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.07206813024688864		0	0	False	False	0.9993094205856323	0					non-mobilizable	other	1448.0	94.751	100.0	0.0004501592512237052	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0043_000000021301	1386	0.5999473335112648	3	2	1	1	2	True	47186	maximal	True	FIJ0043_000000021301	1.0		1	1	False	False	0.9978355169296265	0					non-mobilizable	no_good_hit	649.0	72.265	46.0	0.00026366587790467366	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0053_000000030458	1344	0.5999473335112648	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.06581345812068778		0	0	False	False	1.0	0					non-mobilizable	chromosome	1344.0	95.015	100.0	0.0004517093428773481	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0014_000000018830	1239	0.5999473335112648	3	2	1	1	2	True	66892	maximal	True	ENG0014_000000018830	1.0		3	3	False	False	0.9870863556861877	0					non-mobilizable	no_good_hit	754.0	85.411	61.0	0.003940596041492158	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
MON0049_000000018527	1201	0.5999473335112648	3	2	1	1	2	True	11350	fragment	False	MON0049_000000018527	1.0		0	0	False	False	0.9808492660522461	0					non-mobilizable	no_good_hit	651.0	71.275	53.0	0.0002727050500094826	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	True
ENG0153_000000024862	1190	0.5999473335112648	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.03676840365891782		0	0	False	False	1.0	0					non-mobilizable	chromosome	1190.0	98.992	100.0	0.0004002104386595879	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0356_000000004357	3861	0.5999428899335546	5	3	3	3	3	False	23923	fragment	False	ISR0356_000000004357	1.0		0	0	False	False	0.997409999370575	0					non-mobilizable	chromosome	3842.0	97.944	99.0	0.0011347287256828018	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	False	False
MON0039_000000008148	5230	0.5999420646638729	6	6	5	5	5	True	31661	maximal	True	MON0039_000000008148	1.0		4	4	False	False	0.9977055191993713	0					non-mobilizable	no_good_hit	88.0	85.227	2.0	2.2737227689029993e-05	AP022853.1	b-proteobacteria	Sulfurimicrobium lacus skT11 DNA, complete genome	True	True
FIJ0077_000000011589	2559	0.5999404004329891	3	2	1	2	1	False	44513	fragment	False	FIJ0077_000000011589	1.0		0	0	False	False	0.9996092319488525	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000002145	6896	0.5999376880017092	14	13	2	7	12	False	15039	maximal	True	MAD0102_000000002145	1.0		1	1	False	False	0.9995649456977844	0					non-mobilizable	chromosome	6583.0	95.09299999999999	95.0	0.001295782336968098	CP029568.1	enterobacteria	Salmonella enterica strain DA34837 chromosome, complete genome	False	False
MON0038_000000018250	1811	0.5999372313025222	2	2	1	1	2	False	21646	fragment	False	ISR0812_000000021033	0.9719973763406461		0	0	False	False	0.9895085692405701	0					non-mobilizable	no_good_hit	645.0	79.225	36.0	0.0012100239743067806	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0183_000000008426	4092	0.5999342375288267	7	7	6	6	6	False	109189	fragment	False	ISR0183_000000008426	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4092.0	100.0	100.0	0.03300923871384193	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
SPA0113_000000016589	1835	0.5999304737540295	3	2	2	2	2	False	97345	fragment	False	SPA0132_000000015268	0.09876807712908409		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	99.346	100.0	0.005015601967953749	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0106_000000023918	1607	0.5999185540414467	3	3	3	3	3	False	72702	maximal	False	SPA0097_000000020189	0.9923924743986663		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	72.594	100.0	0.001268917730391563	NZ_KE159493.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.1, whole genome shotgun sequence	False	False
FIJ0037_000000008223	3411	0.5999177840669783	3	2	1	2	1	True	67769	fragment	False	FIJ0037_000000008223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	94.23100000000001	3.0	0.0033800742947023192	NZ_CABIWU010000025.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
SPA0126_000000014453	2840	0.5999168169165303	3	3	3	3	3	False	92621	maximal	True	SPA0126_000000014453	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	2091.0	87.135	73.0	0.0003873959500764847	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
MAD0015_000000006055	3052	0.5999157991304087	4	3	3	3	3	False	79665	maximal	True	MAD0015_000000006055	1.0		11	2	False	False	0.9993447065353394	0					non-mobilizable	other	3053.0	89.715	100.0	0.011796919478085073	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0068_000000021834	1475	0.5999156181140056	1	1	1	1	1	False	45041	maximal	True	FIJ0068_000000021834	1.0		67	9	False	False	0.9925423860549927	0					non-mobilizable	chromosome	1475.0	99.86399999999999	100.0	0.00028580314561844775	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
ISR0241_000000013997	1186	0.5999138770124023	3	1	1	1	1	False	33947	fragment	False	ISR0085_000000022035	0.9470304975922954		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	93.42299999999999	100.0	0.043768929600354584	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
SPA0142_000000023805	1099	0.5999101498701014	2	2	2	1	1	False	3417	maximal	True	SPA0142_000000023805	1.0		229	13	False	False	0.9636032581329346	0					non-mobilizable	chromosome	1051.0	99.905	96.0	0.0002241532610563596	CP055158.1	enterobacteria	Escherichia coli strain SCU-321 chromosome, complete genome	False	False
USA0080_01_000000024636	1722	0.599907495776497	2	2	2	2	1	False	602	maximal	True	USA0080_01_000000024636	1.0		0	0	False	False	0.9941927790641785	0					non-mobilizable	no_good_hit								True	False
FIJ0142_000000030223	1218	0.5999064256543797	2	1	1	1	1	False	40162	maximal	True	FIJ0142_000000030223	1.0		26	1	False	False	0.9958949089050293	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.4389156331788364e-05	NZ_BBZI01000005.1	high GC Gram+	Streptomyces abyssomicinicus strain CHI39, whole genome shotgun sequence	True	False
ENG0129_000000005962	4454	0.5999029926111956	5	5	5	5	3	False	116980	maximal	True	ENG0129_000000005962	1.0		107	6	False	False	1.0	0					non-mobilizable	no_good_hit	3443.0	97.735	77.0	0.08147464128427333	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0165_000000002825	6017	0.5998958504229783	6	4	2	4	3	False	117810	maximal	True	ISR0165_000000002825	1.0	PS794	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	3390.0	99.912	73.0	0.0009075476957955825	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0302_000000011882	1389	0.5998937668653891	3	2	2	2	1	False	25530	maximal	True	ISR0302_000000011882	1.0		0	0	False	False	0.9863210916519165	0					non-mobilizable	no_good_hit	688.0	98.40100000000001	50.0	0.005836211737081214	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
MAD0020_000000000559	1463	0.5998912382804645	3	2	2	2	1	False	30161	fragment	False	MAD0020_000000000559	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1253.0	95.531	99.0	0.0003626418064258041	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0151_000000015618	1525	0.5998882996583158	2	2	2	2	1	False	57093	maximal	True	ENG0151_000000015618	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	80.97800000000001	24.0	0.00316178827279736	NZ_SLUM01000010.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_110, whole genome shotgun sequence	True	False
FIJ0162_000000000083	99839	0.599877089304625	118	34	16	30	19	True	43497	maximal	True	FIJ0162_000000000083	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	947.0	90.074	2.0	0.00026476713506566423	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0016_000000016623	2013	0.5998770891978514	3	3	3	3	3	False	7876	maximal	True	SPA0016_000000016623	1.0		85	11	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	81.02199999999999	7.0	0.0007839565595835807	NZ_FNZF01000005.1	firmicutes	Bhargavaea ginsengi strain CGMCC 1.6763, whole genome shotgun sequence	True	False
MON0029_000000011625	2445	0.5998716731269337	3	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.8229106192410136		0	0	False	False	0.9856850504875183	0					non-mobilizable	chromosome	2446.0	98.52799999999999	100.0	0.0007087603650768113	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0088_000000006919	3189	0.5998691405034668	4	4	2	4	2	True	120019	maximal	True	ENG0088_000000006919	1.0	PS730	108	8	False	True	0.99623703956604	0					non-mobilizable	chromosome	3088.0	96.6	100.0	0.001087552185390596	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0145_000000012003	2842	0.5998691405034668	4	4	2	4	2	True	120017	fragment	False	SPA0145_000000012003	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	2848.0	95.541	100.0	0.0010035685967718544	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0107_000000001838	6304	0.5998685237844308	10	4	4	2	3	False	102637	maximal	True	CHI0107_000000001838	1.0		1	1	False	False	0.9992068409919739	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	7.991105366986187e-06	NZ_CP035485.1	high GC Gram+	Salicibibacter halophilus strain NKC3-5 chromosome, complete genome	True	False
MAD0061_000000010381	1703	0.59986727952174	3	3	3	3	2	False	82693	fragment	False	MAD0061_000000010381	0.9887007190663327		0	0	False	False	0.9817968010902405	0					non-mobilizable	other	1603.0	99.189	94.0	0.04009912142374409	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0032_000000022606	1319	0.5998646538195929	2	2	2	2	1	False	87320	fragment	False	SPA0032_000000022606	0.9648622108378352		0	0	False	False	0.9719484448432922	0					non-mobilizable	chromosome	1319.0	100.0	100.0	0.000266982562270948	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
USA0120_01_000000009584	1389	0.5998640527942409	2	2	2	2	2	True	56655	fragment	False	MAD0077_000000008412	0.6318971018096539		0	0	False	False	0.9848812222480774	0					non-mobilizable	other	1370.0	99.635	99.0	0.0003701581675845814	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ENG0109_000000002181	9764	0.5998600357258533	8	8	7	7	7	False	59901	maximal	True	ENG0109_000000002181	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	5514.0	98.44	84.0	0.0008482277072126588	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CAN0004_000000001605	12512	0.5998561650467638	16	11	4	9	4	False	132288	fragment	False	CHI0140_000000001647	0.051442178093269834		0	0	False	False	0.9993606209754944	0					non-mobilizable	other	10943.0	93.219	98.0	0.0025425239344403043	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0046_000000022177	1615	0.5998535695164329	3	1	1	1	1	False	36159	maximal	True	ISR0046_000000022177	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	83.78399999999999	7.0	0.002019047619047619	NZ_ANNK01000142.1	firmicutes	Alkalihalobacillus ligniniphilus strain L1 contig143, whole genome shotgun sequence	True	False
ISR0356_000000002955	5265	0.5998520076735454	5	5	3	3	5	False	119126	maximal	True	ISR0356_000000002955	1.0	PS816	6	6	False	True	0.9998100399971008	0					non-mobilizable	no_good_hit	1582.0	99.494	30.0	0.0003876262635549668	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0063_000000013042	3440	0.5998518381604374	4	4	4	3	4	False	71557	maximal	True	DEN0063_000000013042	1.0		28	6	False	False	0.9997093081474304	0					non-mobilizable	no_good_hit	307.0	75.244	9.0	0.000935529038573535	NZ_AUGK01000003.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CHI0165_000000002904	5848	0.5998470567545515	3	2	2	2	2	False	78344	maximal	True	CHI0165_000000002904	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	83.16799999999999	2.0	0.00012060165754918136	NZ_CDPP01000006.1	firmicutes	Beduini massiliensis strain GM1, whole genome shotgun sequence	True	False
ISR0094_000000010008	1862	0.5998463826162632	3	3	3	3	3	False	124632	fragment	False	ISR0094_000000010008	0.9807444707407278		0	0	False	False	0.9763695001602173	0					non-mobilizable	no_good_hit	572.0	76.748	30.0	0.004722639309471283	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
BAN0018_000000000426	5121	0.5998460661223947	10	10	4	8	8	True	98201	fragment	False	BAN0018_000000000426	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5121.0	99.98	100.0	0.07222049820859311	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
ENG0182_000000005986	4508	0.5998442983379088	4	4	2	3	3	True	68747	maximal	True	ENG0182_000000005986	1.0		49	7	False	False	0.997116208076477	0					non-mobilizable	no_good_hit	3167.0	98.042	70.0	0.0015761807367233626	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	True
SPA0137_000000008149	4472	0.5998442983379088	4	4	2	3	3	True	68744	fragment	False	SPA0137_000000008149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3027.0	75.355	70.0	0.0005765454915717925	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	True
USA0120_01_000000002996	3930	0.5998442983379088	4	4	2	3	3	True	68743	fragment	False	USA0120_01_000000002996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3073.0	97.98200000000001	78.0	0.001529220042824156	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	True
AST0111_000000011623	1653	0.5998416646658481	2	1	1	1	1	False	106788	maximal	True	AST0111_000000011623	1.0		12	4	False	False	0.9497882723808289	0					non-mobilizable	other	1567.0	98.851	95.0	0.022369830726376688	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0773_000000000953	8450	0.5998415214761126	11	5	4	5	4	False	22514	maximal	True	ISR0773_000000000953	1.0		1	1	False	False	0.9996449947357178	0					non-mobilizable	no_good_hit	1549.0	97.676	18.0	0.003902980182542484	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
MON0051_000000023200	1549	0.5998387400271021	1	1	1	1	1	False	11261	fragment	False	MON0051_000000023200	1.0		0	0	False	False	0.9896707534790039	0					non-mobilizable	no_good_hit								True	False
MON0015_000000011598	3189	0.5998356819671011	3	3	3	3	3	False	118976	fragment	False	AST0093_000000004458	0.2846500055940616		0	0	False	False	0.99905925989151	0					non-mobilizable	other	3102.0	93.133	97.0	0.04865365884312062	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0338_000000009800	2689	0.5998274137984962	3	3	2	3	2	False	112735	maximal	True	ISR0338_000000009800	1.0	PS721	0	0	False	True	0.9951654672622681	0					non-mobilizable	no_good_hit	1751.0	74.529	64.0	0.21084704448507008	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0814_000000013475	2902	0.5998213007141493	3	3	3	2	2	False	112770	maximal	True	ISR0814_000000013475	1.0	PS721	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	2295.0	74.37899999999999	78.0	0.2765386959171237	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0150_000000002610	8235	0.5998206228083639	12	2	2	2	2	False	39830	maximal	True	FIJ0150_000000002610	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	75.697	3.0	0.0012572085897377167	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0316_000000016619	1328	0.5998171901197492	3	3	2	2	2	False	25196	fragment	False	ISR0316_000000016619	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1332.0	94.14399999999999	99.0	0.0005876758501872527	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0274_000000003332	2108	0.5998133953139232	3	2	1	1	1	True	26354	maximal	True	ISR0274_000000003332	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	89.88799999999999	4.0	0.008666535355524916	NZ_GL732440.1	firmicutes	Streptococcus infantis ATCC 700779 SCAFFOLD2, whole genome shotgun sequence	True	True
FIJ0022_000000011716	2186	0.5998126621408959	3	3	2	3	2	False	85279	maximal	True	FIJ0022_000000011716	1.0		3	1	False	False	1.0	0					non-mobilizable	other	2216.0	87.00399999999999	100.0	0.028694851271939496	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
SPA0023_000000011864	2264	0.5998115476457315	4	3	1	3	2	False	7625	maximal	True	SPA0023_000000011864	1.0		2	2	False	False	0.9686395525932312	0					non-mobilizable	no_good_hit	194.0	98.969	9.0	0.0012565267776924178	NZ_CZAF01000011.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0115_000000011273	2371	0.5998104872572465	4	4	2	3	3	False	77757	fragment	False	SPA0115_000000011273	0.8186334470014857		0	0	False	False	1.0	0					non-mobilizable	other	2378.0	96.93	100.0	0.0005734213416032146	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0107_000000003775	6401	0.5998075284345571	8	7	4	5	5	False	60028	fragment	False	ENG0107_000000003775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	96.398	64.0	0.0004987909702243323	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	True	False
MAD0072_000000003031	1961	0.599804516835808	4	4	2	3	3	False	48501	maximal	True	MAD0072_000000003031	1.0		5	2	False	False	1.0	0					non-mobilizable	other	1900.0	99.632	100.0	0.00038477950857638876	CP002291.1	enterobacteria	Escherichia coli P12b, complete genome	False	False
ENG0179_000000021060	1557	0.5997987235257229	3	1	1	1	1	True	55377	fragment	False	ENG0179_000000021060	0.9980456026058632		0	0	False	False	0.9929351210594177	0					non-mobilizable	chromosome	1557.0	99.807	100.0	0.000861789653539513	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	True
ISR0110_000000015284	1535	0.5997987235257229	3	1	1	1	1	True	55377	fragment	False	ENG0179_000000021060	0.9910083493898523		0	0	False	False	1.0	0					non-mobilizable	chromosome	1535.0	99.544	100.0	0.0008496049669213451	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	True
MAD0062_000000009384	1528	0.5997925896724062	2	1	1	1	1	False	84826	fragment	False	MAD0062_000000009384	1.0		0	0	False	False	0.9895287752151489	0					non-mobilizable	no_good_hit	1128.0	98.13799999999999	74.0	0.007609363500712323	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0157_000000006258	2921	0.599786213615734	2	2	2	2	2	False	112391	fragment	False	FIJ0157_000000006258	1.0		0	0	False	False	0.9928106665611267	0					non-mobilizable	no_good_hit	1297.0	98.227	56.0	0.000359898028891814	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0095_000000026842	1406	0.5997861831795719	2	1	1	1	1	False	15569	fragment	False	MAD0095_000000026842	1.0		0	0	False	False	0.9978662729263306	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000012664	2347	0.5997796341844658	3	3	1	1	2	False	75232	maximal	True	DEN0017_000000012664	1.0		19	6	False	False	0.983383059501648	0					non-mobilizable	no_good_hit	1680.0	84.167	71.0	0.0005141872894638745	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MAD0058_000000001377	8700	0.5997795374211126	6	3	2	3	2	True	51341	fragment	False	MAD0040_000000002036	0.9729994987712173		0	0	False	False	0.999885082244873	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	2.8847011187395428e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0161_000000008490	3494	0.5997735511057353	5	4	3	3	3	False	62165	fragment	False	ISR0161_000000008490	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3498.0	97.82700000000001	100.0	0.024887199851972047	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	False	False
ENG0211_000000010097	2576	0.5997726613464708	2	2	2	2	2	False	53661	maximal	True	ENG0211_000000010097	1.0		33	6	False	False	0.9976708292961121	0					non-mobilizable	no_good_hit	555.0	72.072	21.0	0.00013350191028425315	NC_015578.1	spirochetes	Treponema primitia ZAS-2, complete sequence	True	False
FIJ0033_000000019367	1900	0.5997716322901104	3	3	3	3	3	False	86881	fragment	False	ISR0213_000000014288	0.31717226435536294		0	0	False	False	1.0	0					non-mobilizable	chromosome	1900.0	96.053	100.0	0.0005314934349785373	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0052_000000005279	5146	0.5997714581909895	10	7	4	4	5	False	94429	backbone	False	CAN0015_000000007549	0.9563006762456069	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	5016.0	95.195	100.0	0.000965895524099498	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ISR0807_000000002591	5100	0.5997706645164546	9	9	3	5	8	False	85492	fragment	False	ISR0807_000000002591	0.9945317160469278		0	0	False	False	1.0	0					non-mobilizable	plasmid	5101.0	99.235	100.0	0.11669679427041622	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
DEN0017_000000014468	2040	0.5997688552341609	3	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.36882795057090234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1929.0	86.314	94.0	0.0006058097851833803	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0068_000000005649	5302	0.5997678345964401	2	1	1	1	1	True	46149	fragment	False	FIJ0068_000000005649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	98.63	1.0	0.0023107288423890367	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
MAD0029_000000001222	3012	0.5997678345964401	1	1	1	1	1	True	46147	fragment	False	MAD0029_000000001222	0.9839843814584541		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	97.619	3.0	0.001651971418904126	NZ_FOXF01000013.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
MAD0073_000000001129	2986	0.5997678345964401	1	1	1	1	1	True	46147	fragment	False	MAD0029_000000001222	0.9813233288212498		0	0	False	False	0.9993302226066589	0					non-mobilizable	no_good_hit	80.0	97.5	3.0	0.0016421726567859148	NZ_FOXF01000015.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
FIJ0096_000000011672	2982	0.5997678345964401	1	1	1	1	1	True	46147	fragment	False	MAD0029_000000001222	0.9779637483044865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	3.0	0.0027921306845534195	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
FIJ0057_000000011400	2799	0.5997678345964401	1	1	1	1	1	True	46147	fragment	False	MAD0029_000000001222	0.9379813964271903		0	0	False	False	0.9974991083145142	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.0024445755711034307	NZ_FOGF01000034.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	True
SPA0053_000000021252	1551	0.5997672451776546	2	2	2	2	1	False	6470	maximal	True	SPA0053_000000021252	1.0		4	2	False	False	0.9987105131149292	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000023662	1927	0.5997661272664779	2	2	2	2	2	False	88703	fragment	False	CHI0028_000000006623	0.9085404966099816		0	0	False	False	0.9989621043205261	0					non-mobilizable	chromosome	1878.0	93.93	97.0	0.0006378025612003329	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0077_000000026049	1161	0.5997624819297026	3	3	3	1	1	False	44480	fragment	False	FIJ0077_000000026049	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	99.742	100.0	0.00022501028064213279	AP023148.1	enterobacteria	Klebsiella pneumoniae SMKP03 DNA, complete genome	False	False
SPA0145_000000030098	1148	0.5997591956411287	2	1	1	1	1	True	3347	fragment	False	SPA0145_000000030098	1.0		0	0	False	False	0.9973867535591125	0					non-mobilizable	other	1149.0	99.04299999999999	100.0	0.002457970418711407	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
USA0083_01_000000023463	1115	0.5997591956411287	2	1	1	1	1	True	486	fragment	False	USA0083_01_000000023463	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	99.45700000000001	99.0	0.0023616214040406637	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
MAD0015_000000011040	1853	0.5997557453633897	2	2	2	1	1	False	51563	maximal	True	MAD0015_000000011040	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	92.49700000000001	48.0	0.5775470473718365	NZ_JAAITU010000118.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_118_length_1541_cov_413.063, whole genome shotgun sequence	True	False
ISR0813_000000027513	1147	0.5997554395687679	2	2	2	2	1	False	21566	maximal	True	ISR0813_000000027513	1.0		452	15	False	False	0.9816913604736328	0					non-mobilizable	other	1108.0	99.729	97.0	0.006376213899800707	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0046_000000012967	2482	0.5997519202125902	3	2	2	2	2	False	121986	maximal	True	MON0046_000000012967	1.0		1	1	False	False	0.9826752543449402	0					non-mobilizable	no_good_hit	1338.0	97.384	54.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0122_000000005384	2575	0.5997376356673039	3	2	1	2	2	False	81768	maximal	True	CHI0122_000000005384	0.9567246627342545		1	1	False	False	0.9848543405532837	0					non-mobilizable	other	2416.0	99.338	94.0	0.0006706433177266441	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0006_000000009520	2459	0.5997376356673039	3	2	1	2	2	False	81768	maximal	False	CHI0122_000000005384	0.9333133984640513		0	0	False	False	1.0	0					non-mobilizable	other	2469.0	99.19	100.0	0.0006853613698341026	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0038_000000000932	9336	0.5997371793983185	17	9	5	7	4	True	18571	maximal	True	MAD0038_000000000932	1.0		4	1	False	False	0.9998928904533386	0					non-mobilizable	no_good_hit	159.0	81.76100000000001	2.0	3.5147105375103514e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
DEN0012_000000001424	4456	0.599736344230572	6	6	1	2	6	True	75480	maximal	True	DEN0012_000000001424	1.0		1	1	False	False	0.9997755885124207	0	rep_cluster_980				non-mobilizable	no_good_hit	2854.0	98.24799999999999	83.0	0.04423255813953488	CP030046.1	firmicutes	Enterococcus faecalis strain C54 plasmid pC54, complete sequence	True	True
ISR0243_000000007540	1620	0.5997361279896761	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.07669310304136442		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	99.444	100.0	0.0004895231760045959	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0295_000000002615	9707	0.5997330324501464	7	4	3	4	3	False	25742	maximal	True	ISR0295_000000002615	1.0		1	1	False	False	0.9958792328834534	0					non-mobilizable	no_good_hit	2066.0	75.847	27.0	0.0006509751659218183	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0089_000000001997	10508	0.5997253211383701	12	6	6	5	5	False	120467	maximal	True	ENG0089_000000001997	1.0		4	2	False	False	0.9948610663414001	0					non-mobilizable	no_good_hit	3046.0	76.428	43.0	0.0010204161381377728	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0382_000000002508	4911	0.5997233441236516	8	7	4	5	4	True	95450	fragment	False	ISR0382_000000002508	1.0		0	0	False	False	0.9979637265205383	0					non-mobilizable	no_good_hit	642.0	90.34299999999999	13.0	0.00024793953695154066	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
MAD0105_000000011785	2918	0.5997230110189534	4	4	4	3	3	False	61788	maximal	True	MAD0105_000000011785	0.9814119414194518		3	2	False	False	0.9986292123794556	0					non-mobilizable	no_good_hit	1754.0	75.941	73.0	0.00048244423565438284	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0141_000000004596	5991	0.5997226057881939	10	3	3	3	1	False	80153	fragment	False	CHI0141_000000004596	1.0		0	0	False	False	0.9994992613792419	0					non-mobilizable	no_good_hit	746.0	97.587	56.0	0.009528078376128579	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	False
ENG0064_000000009913	2245	0.5997132351767768	3	3	2	2	1	True	94693	fragment	False	ISR0228_000000011725	0.9674634794156707		0	0	False	False	0.9888641238212585	0					non-mobilizable	chromosome	2222.0	95.32	99.0	0.0007546933875471174	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
CHI0111_000000026359	1146	0.5997099121967849	2	2	1	2	2	True	82479	fragment	False	CHI0111_000000026359	1.0		0	0	False	False	0.9991273880004883	0					non-mobilizable	chromosome	1147.0	97.29700000000001	100.0	0.00048566462950272774	LR655209.1	high GC Gram+	Bifidobacterium breve isolate B.breve_1_mod genome assembly, chromosome: BILOC7D69C13_1	False	True
SPA0117_000000008652	4351	0.5997087009517368	5	5	5	5	3	False	4320	fragment	False	SPA0117_000000008652	1.0		0	0	False	False	0.9947138428688049	0					non-mobilizable	other	4351.0	99.954	100.0	0.0013644631684340386	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
USA0019_01_000000004366	6430	0.5997049936255007	7	6	5	6	5	True	131027	maximal	True	USA0019_01_000000004366	1.0		35	9	False	False	0.999688982963562	0					non-mobilizable	no_good_hit	1035.0	89.37200000000001	27.0	0.0003085246988670387	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ENG0141_000000012577	2152	0.5997014065743818	4	4	4	2	2	False	122299	fragment	False	SPA0031_000000012922	0.47795376712328763		0	0	False	False	0.981877326965332	0					non-mobilizable	no_good_hit	1755.0	79.715	81.0	0.00673888374650953	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0002_000000012916	1463	0.5996991598633303	2	2	2	2	2	False	8398	fragment	False	SPA0002_000000012916	1.0		0	0	False	False	0.9849624037742615	0					non-mobilizable	other	1463.0	99.727	100.0	0.0004923235245784607	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ENG0168_000000025321	1245	0.5996959827486852	2	2	1	1	2	True	76576	fragment	False	MON0041_000000050493	0.9203867172971482		0	0	False	False	0.9542168378829956	0					non-mobilizable	other	1240.0	99.194	99.0	0.030439379410390696	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0775_000000003843	4577	0.5996943684687459	2	2	2	2	2	False	128409	fragment	False	ENG0016_000000004451	0.9610564944374267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	75.565	15.0	0.0018019643731793458	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
FIJ0054_000000002868	8088	0.5996941110882471	11	5	2	4	0	True	59754	fragment	False	FIJ0054_000000002868	0.9872695068567852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	96.02	11.0	0.00011421332672403422	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0062_000000003362	8004	0.5996941110882471	11	5	2	4	0	True	59754	fragment	False	FIJ0054_000000002868	0.9839900017777972		0	0	False	False	0.9996252059936523	0					non-mobilizable	no_good_hit	402.0	96.02	11.0	0.00011421332672403422	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0095_000000019307	1447	0.599690366890133	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.7889876993404658		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	96.273	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0164_000000014220	1447	0.599690366890133	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.789367933459313		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	96.411	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0146_000000015455	1447	0.599690366890133	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.789367933459313		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	96.411	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CHI0159_000000004574	3085	0.5996895595323121	5	2	2	2	2	False	78816	maximal	True	CHI0159_000000004574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0011_000000018013	1577	0.599683425586995	3	3	2	2	3	False	67145	fragment	False	ENG0011_000000018013	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1577.0	100.0	100.0	0.00031416664307758917	CP026238.1	enterobacteria	Citrobacter freundii complex sp. CFNIH9 chromosome, complete genome	False	False
FIJ0043_000000015943	1772	0.5996815343584667	3	3	3	3	1	True	74701	maximal	True	FIJ0043_000000015943	1.0		9	1	False	False	1.0	0					non-mobilizable	other	1773.0	94.755	100.0	0.12278998821327047	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
FIJ0061_000000022038	1300	0.5996815343584667	3	3	3	3	1	True	45777	fragment	False	FIJ0061_000000022038	1.0		0	0	False	False	0.9984615445137024	0					non-mobilizable	other	1300.0	94.76899999999999	100.0	0.09006448034389516	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
ENG0184_000000004473	5265	0.5996800204823804	6	6	6	5	4	False	119882	maximal	True	ENG0184_000000004473	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3180.0	99.30799999999999	60.0	0.008329948773042304	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
MAD0088_000000001895	8047	0.5996798243186234	11	4	3	4	2	False	15922	maximal	True	MAD0088_000000001895	1.0		1	1	False	False	0.9986330270767212	0					non-mobilizable	no_good_hit	1308.0	74.847	21.0	0.02209536255308905	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MAD0078_000000002894	2701	0.5996788353817261	4	4	4	4	1	False	16206	maximal	True	MAD0078_000000002894	0.9932126696832579		5	1	False	False	0.9996297955513	0					non-mobilizable	no_good_hit	1507.0	92.236	66.0	0.029165373875271485	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
CHI0165_000000011823	1426	0.5996782508967381	4	2	1	2	2	False	78298	fragment	False	CHI0165_000000011823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000017915	1731	0.5996769682983344	2	2	1	2	1	False	66744	fragment	False	ISR0223_000000017915	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	98.729	100.0	0.0005877530608174932	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
CAN0016_000000019296	2512	0.5996731696442978	3	2	1	2	2	False	92923	fragment	False	CAN0016_000000019296	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	89.756	94.0	0.0007005286246097683	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
TAN0007_000000037015	1153	0.599672552097056	2	2	1	2	1	False	2779	maximal	True	TAN0007_000000037015	1.0		11	3	False	False	0.9982653856277466	0					non-mobilizable	no_good_hit	624.0	85.417	58.0	0.0002603124168184457	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0080_000000049509	1185	0.5996639122083095	2	2	2	2	1	False	10010	maximal	True	MON0080_000000049509	1.0		11	6	False	False	0.9628692269325256	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000009777	4322	0.5996606897659739	6	4	1	4	3	False	4187	maximal	True	SPA0120_000000009777	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	98.898	25.0	0.011488912354804646	NZ_CYZK01000012.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0154_000000029722	1157	0.5996577606832111	2	1	1	1	1	False	56796	fragment	False	ENG0154_000000029722	1.0		0	0	False	False	0.9887640476226807	0					non-mobilizable	chromosome	1157.0	99.13600000000001	100.0	0.00039603309137401557	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
CAN0002_000000004797	3602	0.5996567818857483	7	5	3	4	4	True	96963	fragment	False	CAN0002_000000004797	1.0		0	0	False	False	0.9958356618881226	0					non-mobilizable	plasmid	3005.0	96.93799999999999	97.0	0.024190106536321396	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ENG0131_000000019495	1347	0.5996483280758799	2	2	2	2	2	False	102239	fragment	False	SPA0054_000000012699	0.06639706984683359		0	0	False	False	0.9925761222839355	0					non-mobilizable	other	1347.0	98.961	100.0	0.008647717927631578	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
SPA0107_000000004827	6048	0.5996465493071493	6	5	5	5	5	False	121751	fragment	False	SPA0107_000000004827	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3339.0	95.59700000000001	91.0	0.0009474723167987894	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0134_000000016487	2380	0.599645155994259	4	4	3	4	2	False	102089	fragment	False	ENG0134_000000016487	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2387.0	96.73200000000001	100.0	0.03644974029941949	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0047_000000029595	1348	0.5996425280122963	2	2	2	2	2	False	11446	maximal	True	MON0047_000000029595	1.0		28	2	False	False	0.998516321182251	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000021455	1525	0.5996260801268477	2	1	1	1	1	False	63950	maximal	True	ENG0052_000000021455	1.0		89	11	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	76.243	12.0	0.0026373429886907157	NZ_AAXG02000014.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont173, whole genome shotgun sequence	True	False
SPA0044_000000021778	1301	0.5996260801268477	2	1	1	1	1	False	6779	maximal	True	SPA0044_000000021778	1.0		185	13	False	False	0.9961568117141724	0					non-mobilizable	no_good_hit	746.0	97.587	57.0	0.001595111465104528	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ISR0121_000000023553	1124	0.5996260801268477	1	1	1	1	1	False	32173	maximal	True	ISR0121_000000023553	1.0		313	13	False	False	0.9991103410720825	0					non-mobilizable	no_good_hit	509.0	74.656	44.0	0.0021778808425841835	NZ_LT707057.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0278_000000001382	6268	0.5996255117275755	8	2	2	2	1	True	130521	fragment	False	CAN0014_000000006821	0.8134144611797247		0	0	False	False	0.9987236857414246	0					non-mobilizable	other	6269.0	98.086	100.0	0.0012133434484002856	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
USA0026_01_000000007992	4243	0.5996255117275755	5	2	2	2	1	True	130516	fragment	False	ENG0051_000000005370	0.2431491208038365		0	0	False	False	0.9997643232345581	0					non-mobilizable	other	4243.0	97.478	100.0	0.0008211555373506719	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
MAD0015_000000002804	5330	0.5996219610559641	6	6	1	5	6	True	19444	fragment	False	MAD0015_000000002804	1.0		0	0	False	False	0.9971857666969299	0			MPF_F		non-mobilizable	plasmid	5330.0	99.869	100.0	0.05282618608616348	CP058015.1	enterobacteria	Escherichia coli strain RHB04-C08 plasmid pRHB04-C08_2, complete sequence	False	True
SPA0122_000000007195	4252	0.5996214715538641	5	5	3	3	5	True	128585	fragment	False	SPA0122_000000007195	0.9676939407928986		0	0	False	False	0.9997648000717163	0					non-mobilizable	chromosome	4252.0	100.0	100.0	0.001290188256403595	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	False	True
FIJ0051_000000012693	1750	0.5996158767785991	3	2	2	2	2	False	46530	maximal	True	FIJ0051_000000012693	1.0		37	10	False	False	0.9959999918937683	0					non-mobilizable	no_good_hit	230.0	79.565	13.0	0.00032448967922694266	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0031_000000024152	1325	0.5996140720936598	2	2	2	2	2	True	112272	fragment	False	ISR0388_000000023396	0.7608998649284544		0	0	False	False	0.997735857963562	0					non-mobilizable	other	1325.0	99.62299999999999	100.0	0.0003246155426608324	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
FIJ0048_000000019847	1684	0.599611355160045	3	3	3	3	3	False	111800	maximal	True	FIJ0048_000000019847	1.0		188	11	False	False	0.9994061589241028	0					non-mobilizable	no_good_hit	445.0	75.955	26.0	0.00010356787817599353	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
USA0053_01_000000002013	10324	0.5996084607433929	11	10	10	9	7	False	1076	maximal	True	USA0053_01_000000002013	1.0		1	1	False	False	1.0	0					non-mobilizable	other	9397.0	99.617	91.0	0.05268085917569818	NZ_OEPZ01000005.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	False
FIJ0021_000000009918	5021	0.5996039149761169	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.9749508211546284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.764	76.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0055_000000002957	4921	0.5996039149761169	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.9739206078767094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.726	77.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0140_000000005506	4780	0.5996039149761169	4	4	3	4	4	True	80480	fragment	False	FIJ0075_000000003579	0.9672720059276011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2631.0	90.764	78.0	0.0007013043620917917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0097_000000031007	1204	0.5996003686527094	2	2	2	1	1	True	9214	fragment	False	MON0097_000000031007	1.0		0	0	False	False	0.8637873530387878	0					non-mobilizable	other	1122.0	93.405	92.0	0.0005057218818633683	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	True
MON0077_000000004055	7528	0.5995965194339009	7	4	1	3	3	True	10248	fragment	False	MON0077_000000004055	1.0		0	0	False	False	0.9998671412467957	0			MPF_I		non-mobilizable	plasmid	6599.0	95.31700000000001	100.0	0.056290340553560254	CP056160.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 plasmid pRHBSTW-00814_2, complete sequence	False	True
DEN0086_000000000870	2970	0.5995950325180364	3	3	2	3	2	False	68909	maximal	True	DEN0086_000000000870	1.0		39	8	False	False	0.9996632933616638	0					non-mobilizable	no_good_hit	2351.0	97.53299999999999	79.0	0.0006881732017741398	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0066_000000024042	1342	0.5995939665239339	2	2	2	1	1	False	35108	fragment	False	ISR0066_000000024042	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	100.0	100.0	0.01830866692152258	NZ_CYZO01000014.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0154_000000014157	2595	0.5995934318220039	3	3	3	3	3	False	39606	maximal	True	FIJ0154_000000014157	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	76.471	4.0	0.0008335000333400014	NZ_CABJCG010000020.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MAD0111_000000007963	2145	0.5995933999313877	1	1	1	1	0	False	124875	fragment	False	MAD0111_000000007963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	100.0	8.0	0.01332511746129554	NZ_CBYM010000053.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0208_000000016840	1820	0.5995924212480389	5	3	2	2	2	True	53830	fragment	False	ENG0208_000000016840	1.0		0	0	False	False	0.9989010691642761	0					non-mobilizable	other	1822.0	95.06	100.0	0.028225618744665993	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
FIJ0172_000000011672	2309	0.5995915531080548	4	4	4	3	2	False	123000	fragment	False	ISR0157_000000012693	0.4278905250025337		0	0	False	False	1.0	0					non-mobilizable	chromosome	2309.0	95.323	100.0	0.0007768592871541873	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0047_000000025255	1186	0.5995904152635347	1	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.1741727416663326		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	99.073	100.0	0.014736423215151779	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0081_01_000000002956	10130	0.5995899546613667	12	5	3	3	5	True	58220	maximal	True	USA0081_01_000000002956	1.0		12	6	False	False	0.9998025894165039	0					non-mobilizable	other	10130.0	99.99	100.0	0.008653958701248327	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ENG0049_000000005054	3940	0.5995851623954315	6	5	4	5	5	False	127054	fragment	False	ENG0049_000000005054	0.9298246895041281		0	0	False	False	1.0	0					non-mobilizable	other	3943.0	99.18799999999999	100.0	0.0011784925997421188	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0839_000000009120	2146	0.5995822344588265	3	3	3	3	2	False	93383	fragment	False	ISR0839_000000009120	1.0		0	0	False	False	0.999534010887146	0					non-mobilizable	no_good_hit	1458.0	85.734	82.0	0.0005138424044283229	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0029_000000007926	1425	0.5995820946584611	2	2	2	1	1	False	88560	maximal	True	CHI0029_000000007926	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	1425.0	99.228	100.0	0.0003708894496797562	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	False	False
FIJ0074_000000017512	1741	0.599581015446049	2	2	2	1	1	True	100744	fragment	False	FIJ0074_000000017512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	97.001	73.0	0.0003364053572951734	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ISR0239_000000012444	1276	0.5995801423520538	2	2	2	2	2	False	27263	fragment	False	ISR0239_000000012444	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1276.0	97.649	100.0	0.0004499120818861161	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0121_000000002539	9449	0.5995791280334166	9	5	4	3	4	False	41627	maximal	True	FIJ0121_000000002539	0.9869012386276443		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	71.82600000000001	12.0	0.0004719996478865859	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0094_000000009948	1876	0.599577211431436	2	2	1	2	1	False	122154	maximal	False	AUS0014_000000010921	0.15029892387405341		0	0	False	False	1.0	0					non-mobilizable	other	1876.0	99.62700000000001	100.0	0.012246657478952079	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
AUS0018_000000020193	1410	0.599572372002818	4	2	1	2	2	False	99859	fragment	False	ISR0259_000000011342	0.8152625104759856		0	0	False	False	0.9943262338638306	0					non-mobilizable	plasmid	1410.0	100.0	100.0	0.3214693132557609	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
ENG0113_000000012540	2240	0.5995645542002931	4	3	2	2	3	True	59611	maximal	True	ENG0113_000000012540	1.0		4	3	False	False	0.9794642925262451	0					non-mobilizable	no_good_hit	729.0	84.088	51.0	0.0009525952987851793	NZ_JH992944.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.5, whole genome shotgun sequence	True	True
ISR0819_000000009356	2724	0.5995629029168457	3	2	2	1	1	True	45961	maximal	True	ISR0819_000000009356	1.0		2	1	False	False	0.9948604702949524	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000004815	2898	0.5995569761317788	5	4	4	4	4	False	23478	maximal	True	SPA0076_000000004815	1.0		4	3	False	False	0.9962042570114136	0					non-mobilizable	no_good_hit	525.0	95.04799999999999	18.0	0.011369070909960437	NZ_CABIWU010000015.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0125_000000007133	2173	0.5995556467168558	3	3	3	2	2	False	81635	fragment	False	CHI0125_000000007133	1.0		0	0	False	False	0.9884951710700989	0					non-mobilizable	no_good_hit								True	False
CHI0117_000000008113	1807	0.5995516449375553	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.5574471837529358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	85.81299999999999	88.0	0.0004497009104950123	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0187_000000018232	1659	0.5995516449375553	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.5365178548115807		0	0	False	False	1.0	0					non-mobilizable	chromosome	1593.0	85.876	96.0	0.0004519764369238296	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0335_000000002868	5313	0.5995481459021551	5	2	1	0	1	False	24487	fragment	False	ISR0335_000000002868	1.0		0	0	False	False	0.9977414011955261	0					non-mobilizable	chromosome	5313.0	99.887	100.0	0.002298231936251753	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
ENG0143_000000004155	4629	0.5995473662881207	11	3	2	3	2	True	112081	maximal	True	ENG0143_000000004155	0.9999277404436736		37	4	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	79.798	13.0	0.003033668579420415	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	True
ISR0014_000000007709	4629	0.5995473662881207	11	3	2	3	2	True	112081	maximal	False	ENG0143_000000004155	0.9999277404436736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	79.798	13.0	0.003033668579420415	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	True
ISR0140_000000006220	4629	0.5995473662881207	11	3	2	3	2	True	112081	maximal	False	ENG0143_000000004155	0.9999277404436736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	79.798	13.0	0.003033668579420415	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	True
ISR0052_000000006657	4629	0.5995473662881207	11	3	2	3	2	True	112081	maximal	False	ENG0143_000000004155	0.9999277404436736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	79.798	13.0	0.003033668579420415	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	True
ISR0143_000000007173	4629	0.5995473662881207	11	3	2	3	2	True	112081	maximal	False	ENG0143_000000004155	0.9999277404436736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	79.798	13.0	0.003033668579420415	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	True
ISR0203_000000003845	4613	0.5995473662881207	11	3	2	3	2	True	112081	maximal	False	ENG0143_000000004155	0.9967595593000649		0	0	False	False	0.9973986744880676	0					non-mobilizable	no_good_hit	149.0	80.53699999999999	3.0	4.398983625307143e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
MON0095_000000010838	2793	0.5995451123146842	4	3	3	3	2	False	9323	maximal	True	MON0095_000000010838	1.0		18	3	False	False	0.9985678195953369	0					non-mobilizable	no_good_hit	959.0	84.77600000000001	70.0	0.00045226465575518677	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
MON0056_000000007537	2426	0.5995449829066003	3	2	2	2	2	True	39576	fragment	False	MON0056_000000007537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0115_000000006897	3524	0.5995410501958234	2	2	2	2	1	False	48608	fragment	False	FIJ0115_000000006897	1.0		0	0	False	False	0.9980136156082153	0					non-mobilizable	chromosome	3235.0	100.0	100.0	0.0005887510322258357	CP028548.2	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain SCKP020143 chromosome, complete genome	False	False
FIJ0033_000000018263	2005	0.5995379002470651	3	3	3	3	3	False	88526	maximal	False	ENG0197_000000004946	0.9738791775164726		0	0	False	False	1.0	0					non-mobilizable	chromosome	2005.0	97.60600000000001	100.0	0.0006745346670090952	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0046_000000004465	2585	0.5995371999516278	4	4	4	4	3	False	90194	maximal	False	ENG0208_000000010924	0.9705151326287419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2079.0	86.051	80.0	0.0004202700082531284	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
MON0106_000000009608	4026	0.5995292866116798	7	4	3	4	3	False	8667	maximal	True	MON0106_000000009608	0.9990489130434783		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	95.87299999999999	34.0	0.0023225757793912966	NZ_FRCJ01000002.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	False
CHI0089_000000003722	2228	0.5995281397137902	4	4	4	3	3	False	83888	maximal	True	CHI0089_000000003722	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	82.792	53.0	0.003938629459918653	NZ_KB904335.1	CFB group bacteria	Prevotella nanceiensis DSM 19126 = JCM 15639 strain DSM 19126 A3GMDRAFT_scaffold_6.7, whole genome shotgun sequence	True	False
FIJ0101_000000013579	2052	0.5995263502493445	4	3	3	2	1	False	112453	fragment	False	ISR0328_000000011990	0.3603288382208787		0	0	False	False	0.9980506896972656	0					non-mobilizable	other	2052.0	97.515	100.0	0.0064995563442768415	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0262_000000001045	12229	0.5995188378473211	13	8	6	7	8	False	120194	fragment	False	ENG0056_000000001152	0.9680531393325953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	76.575	17.0	0.009767568852993245	NZ_JAAITI010000009.1	firmicutes	Blautia luti strain MSK.16.34 NODE_9_length_113539_cov_214.703, whole genome shotgun sequence	True	False
ISR0155_000000010233	2021	0.5995146639782817	3	3	3	3	3	False	30595	fragment	False	MON0071_000000005848	0.9773722627737227		0	0	False	False	1.0	0					non-mobilizable	other	2021.0	99.35700000000001	100.0	0.010970331227971086	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0087_000000012328	2615	0.5995143950795668	3	3	2	3	1	False	102346	maximal	True	ISR0087_000000012328	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	93.583	7.0	5.029175980331055e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0050_000000006704	3824	0.599507450279043	6	5	1	2	5	False	46622	maximal	True	FIJ0050_000000006704	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1915.0	99.21700000000001	84.0	0.0003471591174975813	CP058960.1	enterobacteria	Klebsiella pneumoniae strain ZZW20 chromosome, complete genome	True	False
CAN0010_000000008364	1573	0.5995038888570767	2	2	2	1	1	False	94584	maximal	True	CAN0010_000000008364	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	100.0	79.0	0.0904197279406416	NZ_WNCH01000054.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold54_size13747, whole genome shotgun sequence	True	False
ISR0293_000000028069	1243	0.5995038888570767	2	2	2	1	1	False	25805	fragment	False	ISR0293_000000028069	0.9995911692559281		0	0	False	False	0.982300877571106	0					non-mobilizable	other	1243.0	99.92	100.0	0.09034698479668292	NZ_WNCH01000054.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold54_size13747, whole genome shotgun sequence	False	False
SPA0132_000000018858	2185	0.5995006691365389	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.885009829523387		0	0	False	False	1.0	0					non-mobilizable	chromosome	2143.0	97.713	98.0	0.0005986648011685579	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0010_000000011914	1102	0.5994982005953129	2	2	2	2	2	False	94552	fragment	False	MAD0047_000000041346	0.9633418584825235		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	100.0	100.0	0.00022465302737808288	CP023386.1	enterobacteria	Escherichia coli strain 1190 chromosome, complete genome	False	False
FIJ0025_000000012446	1723	0.5994973795833034	3	2	2	2	2	False	49176	maximal	True	FIJ0025_000000012446	1.0		33	8	False	False	0.9976784586906433	0					non-mobilizable	no_good_hit	262.0	85.49600000000001	15.0	0.0003156697995250156	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0202_000000006563	2080	0.5994951354007318	6	6	3	3	4	False	78144	maximal	True	ISR0202_000000006563	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	734.0	97.684	73.0	0.00017064122402908174	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
ENG0029_000000015479	1595	0.5994937269526375	3	2	2	2	1	False	120652	fragment	False	ENG0029_000000015479	0.7597877258528283		0	0	False	False	1.0	0					non-mobilizable	chromosome	977.0	90.48100000000001	100.0	0.0002615516875443512	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0005_000000008902	3262	0.5994913759575178	3	2	2	2	2	False	128541	maximal	True	AST0005_000000008902	1.0		7	4	False	False	0.9978540539741516	0					non-mobilizable	other	3262.0	96.87299999999999	100.0	0.04877355668561172	NZ_WAJR01000011.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_011, whole genome shotgun sequence	False	False
DEN0082_000000001544	16705	0.5994872836149439	29	10	5	10	4	False	69346	maximal	True	DEN0082_000000001544	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	73.803	2.0	0.0013774268713356277	NZ_JHVC01000007.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
CHI0185_000000009768	2099	0.5994863474339257	3	3	3	3	3	False	77221	maximal	True	CHI0185_000000009768	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1621.0	90.80799999999999	97.0	0.008065883009800696	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
ISR0196_000000005090	3522	0.5994841487519628	4	2	1	2	1	False	28992	fragment	False	ISR0196_000000005090	1.0		0	0	False	False	0.995457112789154	0					non-mobilizable	no_good_hit	1132.0	86.837	32.0	0.05844055185242598	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
ISR0094_000000006924	2974	0.5994834544061851	5	4	2	3	2	False	33462	maximal	True	ISR0094_000000006924	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	93.25	43.0	0.025541597231124216	NZ_CYYA01000030.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0027_01_000000008506	3211	0.5994828178382595	5	3	1	2	2	True	123565	fragment	False	USA0027_01_000000008506	0.9684074927629528		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3213.0	99.471	100.0	0.0010842647928554646	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
ENG0144_000000008799	2002	0.5994826650504615	3	2	2	2	2	False	131183	fragment	False	ENG0144_000000008799	1.0		0	0	False	False	0.9990010261535645	0					non-mobilizable	other	1083.0	86.427	95.0	0.00030516645109467886	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0015_01_000000010169	3238	0.5994813521036845	3	3	2	2	3	False	74732	maximal	True	USA0015_01_000000010169	1.0		2	2	False	False	0.9990735054016113	0					non-mobilizable	no_good_hit	957.0	77.847	33.0	0.00023095758397772217	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0054_000000047649	1032	0.5994791725347177	2	2	2	1	1	False	11098	fragment	False	MON0054_000000047649	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1032.0	93.992	100.0	0.0003450089988444723	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0097_000000022137	1659	0.5994731324929666	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.5068331654134506		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	79.71	99.0	0.0003682509621236652	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
MON0007_000000042566	1518	0.5994731324929666	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.4584560982837427		0	0	False	False	0.9835309386253357	0					non-mobilizable	other	1508.0	79.642	99.0	0.00033491790089695416	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
DEN0070_000000022390	1521	0.5994712359565029	3	3	3	2	2	False	70576	maximal	True	DEN0070_000000022390	1.0		10	4	False	False	0.9888231158256531	0					non-mobilizable	other	1521.0	99.803	100.0	0.0006663673858758172	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
DEN0021_000000006133	5027	0.5994684389800828	4	2	2	2	1	False	74853	fragment	False	DEN0021_000000006133	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.460523348692235e-06	NZ_LGUG01000004.1	firmicutes	Aneurinibacillus migulanus strain DSM 2895 super7, whole genome shotgun sequence	True	False
SPA0105_000000007983	3375	0.5994612326534806	4	4	3	4	3	False	4798	maximal	True	SPA0105_000000007983	1.0		42	8	False	False	0.9919999837875366	0					non-mobilizable	other	1714.0	98.95	100.0	0.00361417567045807	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
USA0020_01_000000002262	14010	0.5994601069188265	13	8	2	8	2	False	127403	fragment	False	USA0047_01_000000001860	0.8040685745792278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0020578360229611178	NC_049971.1	viruses	Bacillus phage vB_Bpu_PumA1, complete genome	True	False
ISR0067_000000004402	5757	0.5994595619915937	9	8	2	6	6	False	78251	maximal	True	ISR0067_000000004402	1.0		1	1	False	False	0.998784065246582	0					non-mobilizable	no_good_hit	910.0	91.978	34.0	0.00030562748385442034	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0063_01_000000003828	5391	0.5994587149795556	6	6	5	4	5	False	67994	fragment	False	USA0063_01_000000003828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	78.578	20.0	0.0037331006205673757	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
MON0006_000000002824	6126	0.5994575725149162	8	5	3	5	3	False	89704	fragment	False	MON0006_000000002824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1976.0	90.63799999999999	45.0	0.00895297418528843	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
CHI0132_000000004151	8037	0.599454273496354	7	4	3	4	1	False	80957	fragment	False	CHI0132_000000004151	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	80.851	16.0	0.0034209882077646256	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0067_000000013847	1989	0.5994461885259424	2	2	2	2	2	False	102222	fragment	False	ENG0067_000000013847	0.88617641214125		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	94.204	92.0	0.0004479400275236713	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0358_000000000909	11838	0.5994438311203258	17	9	4	6	8	False	102421	maximal	True	ISR0358_000000000909	1.0		1	1	True	True	1.0	99					non-mobilizable	no_good_hit	1524.0	91.07600000000001	21.0	0.1392323306883189	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0274_000000001334	3787	0.5994409335134532	4	4	3	3	2	False	26360	maximal	True	ISR0274_000000001334	1.0		6	3	False	False	0.9926062822341919	0					non-mobilizable	no_good_hit	2770.0	95.307	78.0	0.1755865567533291	NZ_CABKPS010000056.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0817_000000010900	1223	0.5994363629644875	2	2	2	1	2	False	25805	fragment	False	ISR0293_000000028069	0.9915526950925181		0	0	False	False	0.9991823434829712	0					non-mobilizable	other	1223.0	100.0	100.0	0.08889212191750928	NZ_WNCH01000054.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold54_size13747, whole genome shotgun sequence	False	False
MAD0068_000000013716	2040	0.5994327306017573	3	3	1	3	2	False	126719	maximal	True	MAD0068_000000013716	1.0	PS974|PS975	5	2	False	True	0.9671568870544434	0					non-mobilizable	no_good_hit	1550.0	99.806	76.0	0.2685506241331484	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0047_000000040057	1206	0.5994327306017573	3	3	1	3	2	False	17600	maximal	True	MAD0047_000000040057	1.0		68	9	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	100.0	63.0	0.00044454479198228374	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	True	False
USA0106_01_000000001146	10293	0.5994284113737796	10	6	6	5	5	False	128856	maximal	True	USA0106_01_000000001146	1.0	PS1059	41	7	False	True	0.9985427260398865	0					non-mobilizable	other	9031.0	98.23899999999999	100.0	0.002563371773501265	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0166_000000020344	1239	0.5994206516546052	1	1	1	1	1	True	38993	maximal	True	FIJ0166_000000020344	1.0		29	6	False	False	1.0	0					non-mobilizable	other	1068.0	96.06700000000001	100.0	0.0003316307959947959	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0357_000000021908	1218	0.5994206516546052	1	1	1	1	1	True	46084	maximal	True	ISR0357_000000021908	0.9640035118525021		7	5	False	False	0.9991790056228638	0					non-mobilizable	other	911.0	95.17	92.0	0.0002827883616878701	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0075_000000016051	1533	0.5994196399431083	3	3	3	3	2	False	62075	fragment	False	ENG0080_000000017072	0.9597523219814241		0	0	False	False	0.9810828566551208	0					non-mobilizable	no_good_hit	737.0	75.441	62.0	0.00020273419924605248	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0139_000000016542	1633	0.5994171587236028	3	2	1	2	2	False	31298	maximal	True	ISR0139_000000016542	1.0		101	7	False	False	0.9993876218795776	0					non-mobilizable	no_good_hit	820.0	96.585	50.0	0.21697612732095492	KU545993.1	bacteria	Uncultured bacterium clone CH_03C_000_Contig_8 genomic sequence	True	False
SPA0105_000000003719	7567	0.5994166358674166	11	7	3	3	6	False	113747	maximal	True	SPA0105_000000003719	1.0		3	3	False	False	1.0	0					non-mobilizable	other	6364.0	97.014	94.0	0.0027942088462491192	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0193_000000021406	1227	0.599415502263797	3	2	2	1	1	False	29066	fragment	False	ISR0193_000000021406	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	88.226	99.0	0.00033752481048648995	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0051_000000006326	6554	0.5994146640567123	4	3	1	3	1	False	115468	fragment	False	AST0047_000000002998	0.951108411782569		0	0	False	False	0.9983216524124146	0					non-mobilizable	no_good_hit	240.0	96.25	4.0	6.62560462122003e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MON0053_000000025735	1564	0.5994115074678557	2	2	2	2	1	False	39781	fragment	False	MON0053_000000025735	1.0		0	0	False	False	0.9648337364196777	0					non-mobilizable	no_good_hit	1096.0	86.405	70.0	0.00032193337726475096	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0033_000000007217	4125	0.5994080651701998	6	3	2	2	3	False	122642	fragment	False	SPA0033_000000007217	0.9813961947245928		0	0	False	False	0.9983030557632446	0					non-mobilizable	other	4125.0	100.0	100.0	0.0016026687310159147	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
FIJ0054_000000006404	3854	0.5994018074403851	5	4	4	4	4	False	65635	maximal	False	ENG0032_000000004481	0.9643642038579981		0	0	False	False	1.0	0					non-mobilizable	other	3854.0	98.70299999999999	100.0	0.03618757807143595	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
ISR0182_000000035819	1119	0.5993939355201249	1	1	1	1	1	False	29505	maximal	True	ISR0182_000000035819	1.0		226	13	False	False	1.0	0					non-mobilizable	chromosome	860.0	94.186	91.0	0.00028846118244850027	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0045_000000000470	36839	0.5993886030737673	34	13	7	13	9	True	114803	fragment	False	AST0050_000000000166	0.9483658172933724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.811	2.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ISR0230_000000004632	5740	0.5993848963909955	8	6	3	6	2	True	95909	maximal	True	ISR0230_000000004632	1.0		38	8	False	False	0.9998257756233215	0					non-mobilizable	other	3592.0	93.096	92.0	0.009046092113475393	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	True
MON0004_000000016187	2500	0.5993813123819767	3	3	2	2	3	False	14237	maximal	True	MON0004_000000016187	1.0		68	10	False	False	0.9972000122070312	0					non-mobilizable	other	2500.0	99.72	100.0	0.0004701681241439516	CP000647.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae MGH 78578, complete genome	False	False
ISR0040_000000009161	2993	0.5993792157810706	6	6	3	4	3	False	41957	maximal	True	ISR0040_000000009161	1.0		45	6	False	False	1.0	0					non-mobilizable	no_good_hit	2233.0	97.94	80.0	0.003559667104910458	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
AST0053_000000005812	1401	0.5993770368202108	2	2	2	2	2	False	114045	maximal	True	AST0053_000000005812	1.0		5	4	False	False	0.9850106835365295	0					non-mobilizable	other	1401.0	100.0	100.0	0.00023434456920688927	CP003218.1	enterobacteria	Klebsiella michiganensis strain KCTC 1686, complete genome	False	False
ISR0113_000000004072	3638	0.5993702994324769	4	3	3	3	1	True	93648	maximal	True	ISR0113_000000004072	1.0		1	1	False	False	0.9978010058403015	0					non-mobilizable	no_good_hit	765.0	99.869	21.0	0.021591679855301832	NZ_CYZK01000027.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0031_000000015701	1519	0.5993659119967989	3	3	3	2	2	False	37000	fragment	False	ISR0031_000000015701	1.0		0	0	False	False	0.9960500597953796	0					non-mobilizable	other	1519.0	99.21	100.0	0.005007587253414264	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
MON0101_000000030381	2104	0.5993632860887185	3	3	3	3	2	False	9046	maximal	True	MON0101_000000030381	1.0		8	5	False	False	0.9866920113563538	0					non-mobilizable	no_good_hit	1123.0	75.156	53.0	0.0004602625340847881	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0041_000000008518	3013	0.5993607052679653	2	2	1	2	2	False	94792	maximal	True	ENG0041_000000008518	1.0		426	11	False	False	0.9966810345649719	0					non-mobilizable	other	3013.0	99.70100000000001	100.0	0.0009092330625155086	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0006_000000001150	13297	0.5993580384508752	13	2	1	2	2	False	38505	maximal	True	ISR0006_000000001150	1.0		3	3	False	False	0.9999247789382935	0					non-mobilizable	no_good_hit	4473.0	74.916	33.0	0.0013744323233630474	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0169_000000002737	8150	0.5993580384508752	8	2	1	2	2	False	30110	fragment	False	ISR0169_000000002737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0177_000000005775	2780	0.5993524944892625	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.5682229984101052		0	0	False	False	0.9982014298439026	0					non-mobilizable	no_good_hit	1624.0	82.512	80.0	0.00035964274300588335	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0047_000000014393	2742	0.5993524944892625	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.5713096534824041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1592.0	82.475	79.0	0.00035252110453051934	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0088_000000015825	1778	0.5993516857645353	2	2	2	2	1	False	43655	maximal	True	FIJ0088_000000015825	1.0		80	12	False	False	0.9994375705718994	0					non-mobilizable	other	1778.0	96.963	100.0	0.019084874348032244	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	False	False
SPA0050_000000006404	4055	0.5993486040111765	3	1	1	1	1	False	6612	fragment	False	SPA0050_000000006404	0.9862589749938104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000023059	1408	0.5993371574864352	2	1	1	1	1	False	106911	fragment	False	ENG0179_000000023059	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	98.86399999999999	100.0	0.004873899189078003	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
AST0110_000000015530	1135	0.5993371574864352	1	1	1	1	1	False	106910	fragment	False	DEN0052_000000040167	0.9803732968628084		0	0	False	False	0.9964757561683655	0					non-mobilizable	other	1135.0	99.559	100.0	0.003953506209166277	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0209_000000024591	1123	0.5993371574864352	1	1	1	1	1	False	106910	fragment	False	DEN0052_000000040167	0.9741668060744623		0	0	False	False	0.9804096221923828	0					non-mobilizable	other	1130.0	98.49600000000001	100.0	0.003936074523940677	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
FIJ0061_000000024479	1193	0.5993364763044924	2	2	2	2	1	False	45755	maximal	True	FIJ0061_000000024479	1.0		314	12	False	False	0.9932942390441895	0					non-mobilizable	no_good_hit	122.0	77.869	10.0	0.0005574109452641509	NZ_KB899281.1	firmicutes	Saccharibacillus kuerlensis DSM 22868 F456DRAFT_scaffold00005.5, whole genome shotgun sequence	True	False
FIJ0050_000000000064	83432	0.5993280393558711	95	24	12	20	10	True	46639	maximal	True	FIJ0050_000000000064	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	155.0	85.161	0.0	0.000487560825602998	NZ_LT629841.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0146_000000037776	1148	0.599325604433478	2	2	2	2	1	False	30972	maximal	True	ISR0146_000000037776	1.0		28	8	False	False	0.9817073345184326	0					non-mobilizable	no_good_hit	670.0	89.104	58.0	0.00024096063936813482	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	True	False
SPA0116_000000016171	2471	0.5993168576355953	4	2	2	1	1	False	21437	maximal	True	SPA0116_000000016171	1.0		7	3	False	False	0.9947389960289001	0					non-mobilizable	no_good_hit	1003.0	95.314	49.0	0.002636597340750574	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
ENG0204_000000011366	2266	0.5993133324257259	2	1	1	1	1	False	71473	fragment	False	ENG0204_000000011366	0.993401265533851		0	0	False	False	1.0	0					non-mobilizable	chromosome	2266.0	99.294	100.0	0.0004345524656391787	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ISR0294_000000009069	2122	0.5993133324257259	2	1	1	1	1	False	71473	fragment	False	ENG0204_000000011366	0.9558192989895384		0	0	False	False	1.0	0					non-mobilizable	other	2122.0	100.0	100.0	0.00040946262133298325	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
SPA0083_000000007990	2121	0.5993133324257259	2	1	1	1	1	False	71473	fragment	False	ENG0204_000000011366	0.9569951687847427		0	0	False	False	0.9938707947731018	0					non-mobilizable	chromosome	2121.0	100.0	100.0	0.0004303665850391177	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
MON0007_000000032622	1930	0.5993133324257259	1	1	1	1	1	False	13949	fragment	False	MON0007_000000032622	1.0		0	0	False	False	0.99689120054245	0					non-mobilizable	other	1920.0	76.094	99.0	0.00036527983557618727	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	False
ETH0002_000000008643	3223	0.599311281396262	4	3	3	3	1	False	53364	maximal	True	ETH0002_000000008643	1.0		13	2	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	71.831	9.0	9.915635647135108e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0791_000000001911	7362	0.5993092365236145	10	6	2	3	5	False	87829	fragment	False	ISR0791_000000001911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1752.0	98.288	69.0	0.0003884776075643187	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0141_000000007799	2998	0.5993076475940189	4	3	2	3	2	True	117455	fragment	False	ISR0013_000000007435	0.9386937769562538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1697.0	77.78399999999999	56.0	0.0034794463832785835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0152_000000013377	1905	0.5993051250942796	5	4	1	3	3	False	86318	fragment	False	FIJ0152_000000013377	0.9894104178591872		0	0	False	False	1.0	0					non-mobilizable	chromosome	1905.0	97.008	100.0	0.0005102401773406196	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0188_000000002422	9964	0.5993037742171505	10	8	8	8	5	False	111601	maximal	True	ENG0188_000000002422	1.0	PS251	2	2	False	True	0.9997992515563965	0					non-mobilizable	no_good_hit	2804.0	81.812	39.0	0.0007340004274128668	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MON0042_000000014367	1835	0.5993032057398193	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.29640101246496914		0	0	False	False	0.9983651041984558	0					non-mobilizable	chromosome	1841.0	93.427	100.0	0.0005927433898153213	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0062_000000029650	1307	0.5993023151666036	2	2	2	2	1	False	64209	fragment	False	ISR0062_000000029650	1.0		0	0	False	False	0.9502677917480469	0					non-mobilizable	other	1283.0	99.29899999999999	98.0	0.0003655033283040988	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0140_000000001128	12267	0.5993009664462128	11	2	2	1	1	False	57808	fragment	False	ENG0140_000000001128	1.0		0	0	False	False	0.999184787273407	0					non-mobilizable	no_good_hit	920.0	91.196	7.0	0.9989094874591058	GQ876270.1		Uncultured organism clone VC1AA82TR genomic sequence	True	False
AST0058_000000005003	3095	0.5993004915899641	3	3	3	3	3	False	113111	maximal	True	AST0058_000000005003	0.9846377749029754		7	4	False	False	1.0	0					non-mobilizable	chromosome	3095.0	100.0	100.0	0.0006049566558527894	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
ISR0090_000000004658	4925	0.5993002054805351	5	4	4	4	3	False	81491	maximal	True	ISR0090_000000004658	0.9640509449465899		611	15	False	False	0.9995939135551453	0					non-mobilizable	other	4925.0	98.45700000000001	100.0	0.0012072559909833375	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0301_000000000306	32825	0.5992961095549321	34	11	7	10	7	True	92390	fragment	False	ISR0301_000000000306	1.0		0	0	False	False	0.9992688298225403	0					non-mobilizable	no_good_hit	884.0	87.78299999999999	3.0	0.0002384802803576339	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0083_000000005074	2013	0.5992937682043188	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.3176741624975052		0	0	False	False	0.9885742664337158	0					non-mobilizable	no_good_hit								True	False
ENG0208_000000021162	1434	0.5992912264647803	3	3	3	3	3	False	53811	fragment	False	ENG0208_000000021162	1.0		0	0	False	False	0.9435146450996399	0					non-mobilizable	other	1386.0	78.355	96.0	0.03441716102225226	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0156_000000005274	3033	0.5992900254283361	3	3	3	3	3	True	100845	maximal	True	SPA0156_000000005274	1.0		562	11	False	False	1.0	0					non-mobilizable	chromosome	3033.0	99.47200000000001	100.0	0.0009553639224197845	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0165_000000001098	13879	0.5992832505038124	24	10	3	8	7	False	53161	fragment	False	FIJ0165_000000001098	1.0		0	0	False	False	0.9978384375572205	0					non-mobilizable	no_good_hit	4373.0	93.414	66.0	0.17095321980818165	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
CHI0001_000000003824	2305	0.5992741738599406	2	2	2	2	2	False	91088	maximal	True	CHI0001_000000003824	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	91.463	11.0	0.001005458201666188	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
MON0047_000000002617	10683	0.5992716271436148	15	12	7	7	10	True	129081	maximal	True	MON0047_000000002617	1.0		60	8	False	False	1.0	0					non-mobilizable	no_good_hit	8193.0	99.95100000000001	77.0	0.00217680307027019	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
AST0039_000000012975	1215	0.5992714035178304	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.9053023741265426		0	0	False	False	0.9868312478065491	0					non-mobilizable	other	1215.0	99.671	100.0	0.004329066077095888	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	False	True
ISR0121_000000018746	1385	0.5992696265619148	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.37446226779921354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	77.753	64.0	0.006587518308884686	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0776_000000012526	1940	0.5992690269388457	3	3	2	3	2	False	22420	maximal	True	ISR0776_000000012526	1.0		167	11	False	False	1.0	0					non-mobilizable	other	1940.0	98.09299999999999	100.0	0.0005384585478558852	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0092_000000030214	1248	0.5992647608792943	2	2	2	1	1	False	100098	fragment	False	ISR0398_000000017356	0.9560182936263768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000012534	1785	0.599262325535639	3	3	3	3	2	False	32800	fragment	False	ISR0108_000000012534	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1786.0	95.633	100.0	0.0008550029453841622	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
ENG0016_000000018496	1220	0.599260416365074	2	1	1	1	1	False	66728	maximal	True	ENG0016_000000018496	1.0		25	6	False	False	0.9909836053848267	0					non-mobilizable	no_good_hit	369.0	71.816	30.0	0.0026448298662326434	NZ_FNID01000001.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
CHI0071_000000001738	6331	0.5992586060355457	8	8	4	5	7	True	84929	fragment	False	CHI0071_000000001738	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4326.0	98.98299999999999	100.0	0.0007752514771283782	LR596810.1	enterobacteria	Klebsiella pneumoniae isolate 97ca48c2-b809-11e8-aae5-3c4a9275d6c8 genome assembly, chromosome: 1	False	True
USA0052_01_000000012220	1240	0.5992547318690544	2	1	1	1	1	False	1080	maximal	True	USA0052_01_000000012220	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	93.35700000000001	46.0	0.00016046925594537188	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
TAN0009_000000024061	1735	0.5992452275539838	2	2	2	2	1	True	2679	fragment	False	TAN0009_000000024061	1.0		0	0	False	False	0.9907780885696411	0					non-mobilizable	no_good_hit	1036.0	71.042	58.0	0.0002948599764403095	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	True
ISR0357_000000018242	1444	0.5992363341950635	2	2	2	2	2	False	97038	fragment	False	ISR0357_000000018242	1.0		0	0	False	False	0.9993074536323547	0					non-mobilizable	chromosome	1444.0	99.37700000000001	100.0	0.0003211413849984466	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0173_000000001328	5472	0.5992332039996411	5	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.34456132485294044	PS1101	0	0	False	True	0.999451756477356	0					non-mobilizable	chromosome	5474.0	96.73	100.0	0.0009920629520912335	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
USA0020_01_000000019320	1794	0.5992328366158367	3	2	2	2	2	False	1785	fragment	False	USA0020_01_000000019320	1.0		0	0	False	False	0.9988851547241211	0					non-mobilizable	no_good_hit	857.0	89.49799999999999	48.0	0.0001766555569949712	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ISR0025_000000017364	2265	0.5992304061739289	4	3	3	2	1	True	80093	maximal	False	FIJ0004_000000011049	0.9526404023470243		0	0	False	False	0.9995585083961487	0					non-mobilizable	no_good_hit	821.0	98.66	36.0	0.02011233474773736	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	True	True
ISR0323_000000007695	2592	0.5992271436034741	5	3	2	3	2	False	24988	maximal	True	ISR0323_000000007695	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	91.75299999999999	56.0	0.0002991088159652891	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0019_000000020996	3104	0.5992266052619171	3	3	3	3	3	False	13200	maximal	True	MON0019_000000020996	1.0		6	4	False	False	0.999677836894989	0					non-mobilizable	chromosome	1865.0	97.212	97.0	0.0002901151101386277	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
CHI0160_000000016953	1869	0.599224570319005	2	2	2	2	2	False	87325	fragment	False	CHI0160_000000016953	1.0		0	0	False	False	0.9983948469161987	0					non-mobilizable	other	1869.0	99.786	100.0	0.000402442923338501	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0038_000000006697	4865	0.5992242105122612	7	6	3	5	5	False	47679	fragment	False	FIJ0038_000000006697	1.0		0	0	False	False	0.9997944235801697	0					non-mobilizable	chromosome	4855.0	98.29	99.0	0.0008760735872929795	CP033635.1	enterobacteria	Escherichia coli isolate ECCNB12-2 chromosome, complete genome	False	False
ISR0162_000000034635	1125	0.5992205382014435	2	2	2	2	2	False	62823	fragment	False	ENG0101_000000027325	0.8512452510232229		0	0	False	False	0.984000027179718	0					non-mobilizable	chromosome	1125.0	99.111	100.0	0.0005126736202967669	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ISR0086_000000011910	2267	0.5992203340638242	3	3	3	3	1	False	121209	fragment	False	ENG0005_000000009321	0.4725916968964128		0	0	False	False	1.0	0					non-mobilizable	other	2267.0	97.486	100.0	0.011836672754198042	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0164_000000007099	2703	0.5992186679190177	1	1	1	1	1	False	62863	fragment	False	ENG0163_000000007519	0.7741229747299695		0	0	False	False	0.9955604672431946	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000009444	3504	0.5992185440228569	4	3	1	2	3	True	76012	fragment	False	DEN0070_000000009444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0010_000000013457	3260	0.5992185440228569	4	3	1	2	3	True	76012	fragment	False	DEN0070_000000009444	0.9651826484018264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0241_000000013830	1200	0.5992180928522974	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.19641792536710798		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	96.25	100.0	0.00033296121654420135	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0092_000000013018	1428	0.5992129737371501	2	2	2	2	2	False	23321	fragment	False	MAD0092_000000013018	1.0		0	0	False	False	0.9992997050285339	0					non-mobilizable	chromosome	1411.0	80.298	99.0	0.00047809707171490054	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0141_000000002113	14421	0.5992108107550399	21	13	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.9704668641988091	PS946|PS948	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1604.0	73.192	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0045_000000009449	3800	0.599207900816554	5	5	5	5	3	False	17889	maximal	True	MAD0045_000000009449	1.0		16	6	False	False	0.99921053647995	0					non-mobilizable	no_good_hit	304.0	77.632	8.0	0.04952947003467063	NZ_DS483531.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_11, whole genome shotgun sequence	True	False
ENG0113_000000016395	1703	0.5992074134009192	2	2	1	1	1	False	70947	fragment	False	ISR0156_000000013415	0.7785286640091854		0	0	False	False	0.9870816469192505	0					non-mobilizable	other	1703.0	100.0	100.0	0.10228980106977582	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
ISR0166_000000012380	1697	0.5992074134009192	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.043167060212514756		0	0	False	False	0.9764289855957031	0					non-mobilizable	other	1710.0	87.719	100.0	0.3310970797158643	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MAD0076_000000002856	2211	0.5991982381960919	3	3	3	3	3	False	53199	maximal	False	ETH0003_000000016496	0.9594307561597282		0	0	False	False	0.9923111796379089	0					non-mobilizable	no_good_hit	67.0	85.075	3.0	0.00015311049866911645	NZ_SWLZ01000002.1	firmicutes	Bacillus siralis strain 171544 NODE_2_length_424530_cov_50.996447, whole genome shotgun sequence	True	False
CHI0184_000000005176	1656	0.5991981154771011	3	2	1	2	2	False	77250	maximal	True	CHI0184_000000005176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0012_000000005553	4464	0.5991971463482951	5	2	1	2	2	False	8016	maximal	False	SPA0013_000000005771	1.0		0	0	True	True	1.0	27	rep_cluster_475,rep_cluster_475				non-mobilizable	no_good_hit	1124.0	85.49799999999999	79.0	0.1941747572815534	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0128_000000003490	6707	0.5991909879548124	4	3	3	3	3	False	58668	maximal	True	ENG0128_000000003490	1.0		1	1	False	False	0.9998509287834167	0					non-mobilizable	no_good_hit	970.0	74.433	14.0	0.0026715469145299382	NZ_JOMF01000005.1	euryarchaeotes	Methanomicrobium mobile BP T502DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0847_000000008894	2954	0.5991888211150391	3	2	2	2	1	False	20643	maximal	True	ISR0847_000000008894	1.0		0	0	False	False	0.9996615052223206	0					non-mobilizable	no_good_hit	1973.0	91.941	79.0	0.0003957738620845207	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
ENG0183_000000016060	1822	0.5991873107338633	2	1	1	1	1	False	55159	maximal	True	ENG0183_000000016060	1.0		1	1	False	False	0.995060384273529	0					non-mobilizable	no_good_hit	473.0	99.154	26.0	0.001897922337982975	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	False
ISR0138_000000005977	4873	0.5991865505859905	4	4	4	2	2	True	93499	maximal	True	ISR0138_000000005977	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	3501.0	69.89399999999999	70.0	0.0008727213806226626	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
MON0078_000000039055	1222	0.599181496798011	3	2	2	2	2	False	19811	maximal	False	MAD0008_000000012248	0.9784688995215312		0	0	False	False	0.9942716956138611	0					non-mobilizable	no_good_hit	502.0	79.482	41.0	0.0004185837803808108	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0141_000000005863	4872	0.5991773941577976	5	5	5	4	5	False	109935	fragment	False	FIJ0141_000000005863	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4872.0	99.93799999999999	100.0	0.010153406082036185	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0069_000000004687	5122	0.5991725924773212	10	5	4	2	3	False	113738	maximal	True	ISR0069_000000004687	1.0		18	4	False	False	0.9937524199485779	0					non-mobilizable	no_good_hit	3294.0	96.75200000000001	67.0	0.0014449775391637226	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0400_000000012537	1514	0.5991721136524177	3	2	1	1	2	False	22553	maximal	True	ISR0400_000000012537	1.0		139	10	False	False	0.998678982257843	0					non-mobilizable	other	1514.0	97.226	100.0	0.030756952544662042	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
ISR0817_000000007262	1720	0.5991720789170478	1	1	1	1	1	False	21371	maximal	True	ISR0817_000000007262	1.0		1	1	False	False	0.9767441749572754	0					non-mobilizable	no_good_hit	53.0	96.226	3.0	0.0363382250174703	XR_004399747.1	crustaceans	PREDICTED: Daphnia magna uncharacterized LOC116932837 (LOC116932837), transcript variant X4, ncRNA	True	False
AST0150_000000006141	4279	0.5991705071456614	5	4	3	4	1	True	108880	fragment	False	SPA0113_000000007343	0.7519774845639798		0	0	False	False	1.0	0					non-mobilizable	other	4281.0	99.836	100.0	0.0016927828519515058	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0161_000000012583	2417	0.5991685224699589	4	3	2	2	3	True	80415	maximal	True	ISR0161_000000012583	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	562.0	70.285	23.0	0.00016589554842930636	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
AST0102_000000019083	1649	0.5991645033539343	2	2	2	2	1	False	108216	maximal	True	AST0102_000000019083	1.0		1	1	False	False	0.9987871646881104	0					non-mobilizable	no_good_hit	947.0	96.83200000000001	77.0	0.009183128670581953	NZ_CABKQR010000005.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
SPA0009_000000016787	2158	0.59915927043753	4	3	3	3	3	False	88899	maximal	False	ISR0223_000000013662	0.9805445964270567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	85.887	68.0	0.000466144204056125	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0110_000000015377	1967	0.5991546421999938	3	3	3	3	1	True	59797	maximal	True	ENG0110_000000015377	1.0		0	0	False	False	0.9857650995254517	0					non-mobilizable	no_good_hit	671.0	76.304	34.0	0.002398020635312214	NZ_FRCP01000010.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	True
MAD0012_000000003858	6638	0.5991529918404468	8	6	6	5	4	False	104121	maximal	True	MAD0012_000000003858	1.0		3	1	False	False	0.9974389672279358	0					non-mobilizable	no_good_hit	1465.0	87.78200000000001	38.0	0.0003220315898078671	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0007_000000021747	1164	0.5991496682452975	2	2	1	1	2	False	76199	maximal	False	USA0045_01_000000009885	0.4787329365522399		0	0	False	False	1.0	0					non-mobilizable	chromosome	1164.0	98.024	100.0	0.00039145899088402074	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0056_01_000000011506	1519	0.5991488911652701	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.30550099116404683		0	0	False	False	0.9973666667938232	0					non-mobilizable	chromosome	1522.0	88.436	99.0	0.0004889568908917033	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0085_000000005795	1950	0.5991474974716852	2	1	1	1	1	True	16066	maximal	True	MAD0085_000000005795	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1303.0	76.285	75.0	0.00038357700308336897	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
AUS0010_000000013348	1828	0.5991460784937339	4	4	3	3	3	False	112406	maximal	False	ISR0048_000000010437	0.9494259158009841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	81.255	81.0	0.00037659962396925764	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0177_000000009978	2701	0.5991460521575116	3	3	3	3	3	False	76253	fragment	False	ISR0107_000000006693	0.3842971532463912		0	0	False	False	0.9985190629959106	0					non-mobilizable	chromosome	2702.0	98.29799999999999	100.0	0.0007682746105294296	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0039_000000010412	2266	0.5991440293279893	2	1	1	1	1	False	47568	fragment	False	FIJ0141_000000012865	0.994044993383326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0014_000000007403	2213	0.599143198914458	3	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.6833889516686661		0	0	False	False	0.976050615310669	0					non-mobilizable	other	2173.0	99.21799999999999	98.0	0.04151686682475331	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0091_000000006990	3556	0.5991401619222056	5	4	2	4	2	False	60019	maximal	True	FIJ0091_000000006990	1.0		33	7	False	False	0.9985939264297485	0					non-mobilizable	no_good_hit	912.0	83.11399999999999	44.0	0.0001897579257931442	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	False
MON0001_000000015325	2267	0.5991387118688116	4	3	1	3	2	True	87090	fragment	False	MON0001_000000015325	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	92.73899999999999	95.0	0.0005437998418376204	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0153_000000003408	7333	0.5991370421775863	6	5	5	3	3	False	90874	maximal	True	ISR0153_000000003408	1.0		94	9	False	False	0.9969998598098755	0					non-mobilizable	other	7333.0	99.686	100.0	0.0012796109675454284	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MON0098_000000016166	2045	0.5991367694714356	3	3	3	3	1	False	118951	fragment	False	MON0024_000000023063	0.9813090686289745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	100.0	7.0	0.00012166972883406262	NZ_LT629969.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ISR0119_000000022028	1415	0.5991337917180354	1	1	1	1	1	False	105405	maximal	True	ISR0119_000000022028	1.0		79	7	False	False	0.9830388426780701	0					non-mobilizable	no_good_hit	1205.0	99.585	85.0	0.001731086371720605	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
AST0140_000000023087	1260	0.5991337917180354	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.903406723239448		0	0	False	False	0.9992063641548157	0					non-mobilizable	other	1260.0	99.206	100.0	0.0018101642375384067	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0090_000000020174	1255	0.5991337917180354	2	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.9024941033104288		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	99.28299999999999	100.0	0.0018029753406458792	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0040_000000010953	1254	0.5991337917180354	2	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.9027951223025661		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	99.522	100.0	0.0018015375612673737	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CAN0018_000000027068	1246	0.5991337917180354	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.9022411511391448		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	81.608	100.0	0.0022660914280733867	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0062_000000025748	1222	0.5991337917180354	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.8976083559142218		0	0	False	False	0.9983633160591125	0					non-mobilizable	other	1222.0	99.427	100.0	0.0017555286211551981	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0771_000000009632	1222	0.5991337917180354	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.8965641536850552		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	99.59100000000001	100.0	0.0017555286211551981	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0808_000000013856	1222	0.5991337917180354	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.8965927516198211		0	0	False	False	0.9983633160591125	0					non-mobilizable	other	1222.0	99.509	100.0	0.0017555286211551981	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0825_000000019728	1222	0.5991337917180354	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.8976083559142218		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	99.427	100.0	0.0017555286211551981	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0106_000000017368	1207	0.5991337917180354	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.8906532033350328		0	0	False	False	0.9983429908752441	0					non-mobilizable	other	1207.0	99.089	100.0	0.001733961930477616	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0045_000000017578	1199	0.5991337917180354	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.7951876958057881		0	0	False	False	1.0	0					non-mobilizable	other	1137.0	99.648	95.0	0.001633317373982232	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
MON0046_000000030036	1180	0.5991337917180354	2	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.38834117185941497		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	75.586	93.0	0.023874249134037795	NZ_CBVI010000088.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
MON0019_000000058535	1135	0.5991337917180354	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.347873051603132		0	0	False	False	0.9867841601371765	0					non-mobilizable	other	1135.0	99.383	100.0	0.001630441815225221	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0147_000000016292	1118	0.5991337917180354	1	1	1	1	1	False	105404	fragment	False	CHI0043_000000007596	0.6097094177707654		0	0	False	False	0.9982110857963562	0					non-mobilizable	other	1118.0	99.374	100.0	0.0016059995657906278	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0252_000000005490	1988	0.5991183037882505	3	3	3	3	0	True	30470	fragment	False	ISR0252_000000005490	1.0		0	0	False	False	0.9994969964027405	0					non-mobilizable	no_good_hit	705.0	92.48200000000001	81.0	0.002299226504881359	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0213_000000013265	1975	0.5991183037882505	3	3	3	3	0	True	30471	fragment	False	ISR0213_000000013265	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	94.898	99.0	0.004483982273388825	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ISR0175_000000011756	1785	0.5991183037882505	4	3	3	3	0	True	106772	fragment	False	ISR0175_000000011756	0.9809428015565138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1410.0	95.745	87.0	0.004608264787166195	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0193_000000015674	1704	0.5991183037882505	5	3	3	3	0	True	106772	fragment	False	ISR0175_000000011756	0.9697784929294876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1410.0	95.816	86.0	0.004608264787166195	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0269_000000012370	1560	0.5991183037882505	3	3	3	3	0	True	106772	fragment	False	ISR0175_000000011756	0.7042986112413496		0	0	False	False	1.0	0					non-mobilizable	other	1410.0	95.887	91.0	0.004608264787166195	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ISR0159_000000017804	1480	0.5991183037882505	3	3	3	3	0	True	30469	fragment	False	ISR0159_000000017804	1.0		0	0	False	False	1.0	0					non-mobilizable	other	749.0	97.73	95.0	0.002446403165933509	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ISR0110_000000001247	14957	0.5991180666577586	19	7	0	7	0	False	32728	maximal	True	ISR0110_000000001247	0.9960174280073524		2	1	False	False	0.9995988607406616	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.09812955291292e-05	NZ_DF977001.1	firmicutes	Tepidanaerobacter syntrophicus strain JL, whole genome shotgun sequence	True	False
ISR0212_000000001732	14681	0.5991180666577586	18	7	0	7	0	False	32728	maximal	False	ISR0110_000000001247	0.9871297720131043		0	0	False	False	0.9999318718910217	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0007525503093817939	NZ_FOGF01000021.1	firmicutes	Granulicatella balaenopterae strain DSM 15827, whole genome shotgun sequence	True	False
MON0060_000000014887	2622	0.5991157275379779	3	3	3	2	2	False	81206	fragment	False	FIJ0005_000000008187	0.3458216115524426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	71.686	29.0	0.00022913801181965207	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
ISR0335_000000000695	15889	0.5991097114425651	18	8	1	8	2	False	24489	maximal	True	ISR0335_000000000695	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.05519480519480519	XM_027197860.1	stony corals	PREDICTED: Pocillopora damicornis 28S ribosomal protein S36, mitochondrial-like (LOC113680807), mRNA	True	False
ENG0087_000000012695	2098	0.5991095634641901	2	2	2	2	1	False	120642	fragment	False	ENG0044_000000007603	0.9454419889502762		0	0	False	False	0.9995233416557312	0					non-mobilizable	other	2101.0	94.05	100.0	0.15812481157672595	NZ_SPFY01000040.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_40_length_13268_cov_18.7176, whole genome shotgun sequence	False	False
FIJ0021_000000012311	4070	0.5991072813787335	3	3	2	2	3	False	73432	maximal	True	FIJ0021_000000012311	1.0		1	1	False	False	0.9997543096542358	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	3.581850049429531e-05	NZ_JNCS01000001.1	euryarchaeotes	Natrinema altunense strain AJ2 N_altunense_AJ2_contig_1, whole genome shotgun sequence	True	False
ISR0244_000000009429	2529	0.5991035866695521	2	2	2	2	2	True	27196	maximal	True	ISR0244_000000009429	1.0		3	2	False	False	0.9944642186164856	0					non-mobilizable	no_good_hit	1055.0	99.52600000000001	42.0	0.0033400938014957536	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0052_000000027213	1676	0.5991021719074796	3	3	3	3	3	False	76207	maximal	True	DEN0052_000000027213	1.0		21	8	False	False	0.9940333962440491	0					non-mobilizable	chromosome	1676.0	99.70200000000001	100.0	0.0003400735574028938	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
FIJ0039_000000012557	1833	0.5991005206004023	2	1	1	1	1	False	47561	fragment	False	FIJ0039_000000012557	1.0		0	0	False	False	0.997272253036499	0					non-mobilizable	no_good_hit	504.0	76.19	27.0	8.88373800849907e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MON0027_000000015294	2621	0.5990977426065935	2	2	1	2	1	False	67708	fragment	False	MON0027_000000015294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	93.67399999999999	31.0	0.9425287356321839	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
MON0035_000000012319	2287	0.5990977426065935	2	2	1	2	1	False	67707	fragment	False	ENG0210_000000010645	0.9472878390201225		0	0	False	False	0.9965019822120667	0					non-mobilizable	no_good_hit	776.0	94.33	34.0	0.8896551724137931	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
ENG0210_000000010645	2286	0.5990977426065935	2	2	1	2	1	False	67707	fragment	False	ENG0210_000000010645	0.9473108876257106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	92.182	27.0	0.7034482758620689	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
FIJ0010_000000013529	1416	0.5990961070292372	2	2	2	2	2	False	69047	fragment	False	DEN0084_000000003543	0.9655978623914496		0	0	False	False	1.0	0					non-mobilizable	chromosome	1416.0	98.941	100.0	0.00026762955303594996	LR607330.1	enterobacteria	Klebsiella quasipneumoniae strain 4928STDY7071295 genome assembly, chromosome: 1	False	False
FIJ0108_000000020166	1208	0.5990922927382729	1	1	1	1	1	False	42188	fragment	False	FIJ0108_000000020166	1.0		0	0	False	False	0.9776490330696106	0					non-mobilizable	no_good_hit								True	False
ISR0139_000000002067	9318	0.5990916748699154	11	5	1	4	2	False	31321	maximal	True	ISR0139_000000002067	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.852582549593051e-06	CP045883.1	ascomycetes	Beauveria bassiana strain HN6 chromosome 4	True	False
SPA0053_000000004563	6705	0.5990916748699154	9	5	1	4	2	False	6495	fragment	False	SPA0053_000000004563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0850_000000005558	2670	0.5990901986699819	5	2	0	1	1	True	20575	fragment	False	ISR0850_000000005558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	83.70700000000001	18.0	0.0039244879959217695	NZ_LNAM01000112.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf2, whole genome shotgun sequence	True	True
SPA0134_000000017486	1480	0.5990901986699819	2	2	0	1	1	True	56207	fragment	False	FIJ0153_000000016772	0.9247711214234079		0	0	False	False	0.9851351380348206	0					non-mobilizable	no_good_hit	493.0	93.712	71.0	0.00013696628040505272	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0066_000000002651	11568	0.5990896198828736	13	6	2	2	6	False	102195	maximal	True	ISR0066_000000002651	1.0	PS592	1	1	True	True	1.0	22					non-mobilizable	no_good_hit	460.0	81.304	4.0	0.06722689075630252	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
AST0040_000000008834	2248	0.5990864675212273	3	3	3	3	3	False	116158	maximal	False	ISR0151_000000008353	0.9877889228085477		0	0	False	False	1.0	0					non-mobilizable	other	2248.0	99.51100000000001	100.0	0.002010831823941696	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
MON0017_000000008429	2317	0.5990847465708833	3	2	2	2	2	False	76271	maximal	True	MON0017_000000008429	1.0		19	5	False	False	0.9987052083015442	0					non-mobilizable	no_good_hit	959.0	83.42	41.0	0.00029208030677617126	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0095_000000004423	5850	0.5990791974811149	5	5	4	5	4	False	51574	maximal	True	FIJ0095_000000004423	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	78.85	22.0	0.05561288843022589	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	True	False
SPA0142_000000010247	2779	0.5990786957745524	4	2	1	2	1	False	24810	maximal	True	SPA0142_000000010247	1.0		39	9	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	94.954	64.0	0.0005243116960614343	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
MAD0102_000000010885	1839	0.5990759296224247	3	3	1	1	3	False	14990	fragment	False	MAD0102_000000010885	1.0		0	0	False	False	0.9994562268257141	0					non-mobilizable	plasmid	1839.0	100.0	100.0	0.01596983282938866	MN124285.1	enterobacteria	Escherichia coli strain RKI3099 plasmid pRKI3099a, complete sequence	False	True
USA0011_01_000000024666	1466	0.5990724517037429	2	2	2	2	1	False	2003	maximal	True	USA0011_01_000000024666	1.0		4	3	False	False	0.9863574504852295	0					non-mobilizable	no_good_hit	78.0	84.615	5.0	0.0002713510425592688	NZ_SMCZ01000003.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_103, whole genome shotgun sequence	True	False
ENG0122_000000003673	7135	0.5990700703022421	4	3	3	3	1	False	59097	maximal	True	ENG0122_000000003673	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5035.0	93.625	71.0	0.020453455382039003	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
ISR0133_000000009126	2270	0.5990691304034046	4	4	4	2	2	False	45029	maximal	True	ISR0133_000000009126	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	97.006	54.0	0.0003505829612706603	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0199_000000005543	4915	0.5990675742645207	5	5	4	4	3	False	112778	maximal	True	ISR0199_000000005543	1.0	PS721	5	4	False	True	0.9997965693473816	0					non-mobilizable	no_good_hit	2381.0	99.916	48.0	0.03385538912360062	NZ_CYYV01000019.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0146_000000004810	7735	0.5990673538873891	9	7	4	4	5	False	128693	fragment	False	DEN0010_000000003825	0.339506712379293		0	0	False	False	0.9988364577293396	0					non-mobilizable	other	4330.0	96.95200000000001	100.0	0.03348963894950245	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0130_000000002983	5472	0.5990666925246892	6	6	6	6	6	False	130049	fragment	False	ENG0005_000000004373	0.6756995701770399		0	0	False	False	1.0	0					non-mobilizable	other	5472.0	98.06299999999999	100.0	0.001701396644742532	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0144_000000001284	16584	0.5990579073848946	21	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.7480967415742634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0364_000000007673	2183	0.5990492499968983	3	2	2	2	2	False	77655	fragment	False	ISR0364_000000007673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0082_000000002273	9890	0.5990451988719716	21	5	3	5	1	False	44201	maximal	True	FIJ0082_000000002273	1.0		1	1	False	False	0.9968655109405518	0					non-mobilizable	no_good_hit	229.0	86.02600000000001	4.0	6.13775778244704e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0109_000000027025	1269	0.5990422165777946	2	1	1	1	1	False	40042	fragment	False	FIJ0144_000000024490	0.9688756829940697		0	0	False	False	0.9984239339828491	0					non-mobilizable	no_good_hit	60.0	100.0	5.0	0.00024305741510498844	NZ_FNHC01000006.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	False
MAD0050_000000020217	1194	0.5990422165777946	1	1	1	1	1	False	40042	fragment	False	FIJ0144_000000024490	0.5864853517735313		0	0	False	False	0.9824120402336121	0					non-mobilizable	no_good_hit	147.0	91.156	12.0	0.0005767464087237014	NZ_FNHC01000006.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	False
ISR0131_000000034267	1117	0.5990422165777946	1	1	1	1	1	False	40042	fragment	False	FIJ0144_000000024490	0.5737029977473574		0	0	False	False	0.9955237507820129	0					non-mobilizable	no_good_hit	69.0	100.0	6.0	0.00028013396995151213	NZ_FNHC01000006.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	False
FIJ0024_000000018508	1161	0.5990394725041721	2	2	1	2	2	False	49193	maximal	True	FIJ0024_000000018508	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	823.0	99.87799999999999	100.0	0.0001710526124124682	CP037903.1	enterobacteria	Escherichia coli strain LHM10-1 chromosome, complete genome	False	False
ISR0358_000000009196	2112	0.5990361744968363	3	3	3	3	3	False	127009	fragment	False	ISR0358_000000009196	1.0		0	0	False	False	0.9966856241226196	0					non-mobilizable	no_good_hit	957.0	82.759	83.0	0.00027135652663645905	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0096_000000014554	3010	0.5990358182138376	2	1	1	1	1	False	83500	maximal	False	USA0020_01_000000010743	0.9428354640234342		0	0	False	False	0.9986711144447327	0					non-mobilizable	other	3010.0	99.96700000000001	100.0	0.0005035018393964671	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
DEN0009_000000002690	1401	0.5990358182138376	2	1	1	1	1	False	76080	fragment	False	DEN0009_000000002690	0.9947049924357034		0	0	False	False	0.9985724687576294	0					non-mobilizable	other	1401.0	99.429	100.0	0.00023426473085910734	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0199_000000008503	3403	0.5990327798495254	5	4	3	3	3	False	110647	fragment	False	ISR0199_000000008503	1.0		0	0	False	False	0.9985306859016418	0					non-mobilizable	other	3384.0	96.51299999999999	99.0	0.13605825320835177	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0399_000000015759	1132	0.5990289758730795	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.7758183974008127		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	98.852	100.0	0.013613876283447885	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
ISR0296_000000010194	2544	0.5990263876167905	3	3	2	3	2	False	25681	fragment	False	MON0004_000000014815	0.9679343773303505		0	0	False	False	0.9976415038108826	0					non-mobilizable	other	2544.0	98.70299999999999	100.0	0.0014153797174917668	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
ISR0228_000000018394	1479	0.5990242119693509	2	2	2	2	1	False	27597	maximal	True	ISR0228_000000018394	1.0		58	6	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	99.478	78.0	0.005440392427958598	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
DEN0045_000000032043	1341	0.5990215696533848	2	2	2	2	1	False	72828	maximal	True	DEN0045_000000032043	1.0		224	11	False	False	1.0	0					non-mobilizable	chromosome	1341.0	99.105	100.0	0.0001891365605488235	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0134_000000006765	4862	0.5990191048814263	5	4	3	4	2	False	31495	maximal	True	ISR0134_000000006765	1.0		6	3	False	False	0.9930070042610168	0					non-mobilizable	no_good_hit	1857.0	83.899	54.0	0.0005145764255683112	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0031_000000015508	1720	0.5990174861047577	5	3	3	2	0	True	117432	maximal	True	AST0031_000000015508	1.0		5	2	False	False	0.994767427444458	0					non-mobilizable	no_good_hit	709.0	99.295	70.0	0.00022720693995254327	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
MON0060_000000032872	1297	0.5990164134989852	1	1	1	1	1	False	10865	fragment	False	MON0060_000000032872	1.0		0	0	False	False	0.9915189146995544	0					non-mobilizable	no_good_hit								True	False
MON0060_000000022582	1820	0.5990150129912682	2	2	2	2	1	False	78864	maximal	True	MON0060_000000022582	1.0		123	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0044_000000012041	2038	0.5990134603720121	2	2	2	2	1	False	73945	fragment	False	MAD0044_000000012041	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2039.0	93.52600000000001	100.0	0.010726007407056195	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ISR0030_000000006043	3306	0.5990121019177477	4	3	2	2	3	False	37058	fragment	False	ISR0030_000000006043	1.0		0	0	False	False	0.9960677623748779	0					non-mobilizable	no_good_hit	1808.0	94.24799999999999	55.0	0.0005013745345721544	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0365_000000015705	1113	0.5990119020257644	2	2	2	1	1	False	75805	fragment	False	MON0044_000000048950	0.9787571756954433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	81.765	61.0	0.0002301802263642592	NZ_KE159646.1	actinobacteria	Enterorhabdus caecimuris B7 acPFx-supercont1.1, whole genome shotgun sequence	True	False
FIJ0147_000000007410	2669	0.5990111031051691	4	3	3	2	1	True	118240	fragment	False	MAD0072_000000001538	0.5591562206941512		0	0	False	False	1.0	0					non-mobilizable	other	2669.0	97.37700000000001	100.0	0.004648738722407374	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0319_000000007032	2608	0.5990111031051691	4	3	3	2	1	True	118240	fragment	False	MAD0072_000000001538	0.4365445671816924		0	0	False	False	0.9988496899604797	0					non-mobilizable	other	2612.0	97.588	100.0	0.0045354398784041945	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0185_000000012708	2565	0.5990111031051691	4	3	3	2	1	True	118240	fragment	False	MAD0072_000000001538	0.4405922356928241		0	0	False	False	1.0	0					non-mobilizable	other	2567.0	98.13	100.0	0.01073796271866454	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AUS0010_000000009301	2546	0.5990111031051691	4	3	3	2	1	True	118240	fragment	False	MAD0072_000000001538	0.43105570984886943		0	0	False	False	1.0	0					non-mobilizable	other	2546.0	98.036	100.0	0.0006770475298543629	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0290_000000005088	2536	0.5990111031051691	4	3	3	2	1	True	118240	fragment	False	MAD0072_000000001538	0.4411447333053361		0	0	False	False	0.9992113709449768	0					non-mobilizable	other	2536.0	96.215	100.0	0.0044186549161239945	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
SPA0066_000000007400	1818	0.5990099792153959	2	2	2	2	2	False	6072	maximal	True	SPA0066_000000007400	1.0		6	1	False	False	1.0	0					non-mobilizable	chromosome	1818.0	99.45	100.0	0.0003280347684357977	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0393_000000013647	1328	0.5990079807431206	2	2	2	2	1	False	22771	fragment	False	ISR0393_000000013647	1.0		0	0	False	False	0.9668674468994141	0					non-mobilizable	no_good_hit	133.0	78.947	10.0	0.015520534861509073	HG796256.1	bacteria	Uncultured bacterium plasmid pRGI00069	True	False
SPA0067_000000017448	1170	0.5990023753745483	2	2	2	2	1	False	6020	maximal	True	SPA0067_000000017448	1.0		4	1	False	False	0.9871794581413269	0					non-mobilizable	other	1146.0	99.65100000000001	98.0	0.05554747004317664	NZ_ADFP01000056.1	bacteria	Pyramidobacter piscolens W5455 contig00271, whole genome shotgun sequence	False	False
ENG0191_000000016896	1868	0.5990006017116231	2	2	2	2	2	False	89022	fragment	False	ISR0216_000000009412	0.5582732640207333		0	0	False	False	1.0	0					non-mobilizable	other	1868.0	100.0	100.0	0.009491322074568138	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0839_000000011108	1817	0.5990006017116231	2	2	2	2	2	False	89022	fragment	False	ISR0216_000000009412	0.9519782021179489		0	0	False	False	0.985690712928772	0					non-mobilizable	other	1817.0	99.835	100.0	0.009232051894705804	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ENG0086_000000002330	9643	0.5989990187416445	10	5	5	5	4	True	62252	maximal	True	ENG0086_000000002330	1.0		0	0	False	False	0.9995852112770081	0					non-mobilizable	no_good_hit	922.0	72.56	9.0	0.015319280629964582	NZ_FQZY01000026.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0006_000000005145	5946	0.5989831570223408	6	6	4	6	3	False	100721	maximal	True	SPA0006_000000005145	1.0		13	6	False	False	0.9974772930145264	0					non-mobilizable	no_good_hit	736.0	85.32600000000001	23.0	0.0002470601025871636	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0216_000000003461	5814	0.5989788364491292	9	5	2	5	3	False	28144	maximal	True	ISR0216_000000003461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.74564456784084e-07	LR584416.1	bony fishes	Salmo trutta genome assembly, chromosome: 3	True	False
ISR0128_000000012332	2856	0.5989718679507342	6	3	1	3	1	True	113112	fragment	False	AST0058_000000004926	0.6979999347054932		0	0	False	False	0.9957982897758484	0					non-mobilizable	no_good_hit								True	True
FIJ0056_000000008708	2491	0.5989695211804926	3	3	3	3	1	False	51411	fragment	False	FIJ0056_000000008708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2209.0	93.617	89.0	0.03467181952430327	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
FIJ0036_000000011030	3435	0.5989633611872203	3	3	3	3	3	False	48690	fragment	False	FIJ0031_000000006510	0.9864617738829825		0	0	False	False	0.999708890914917	0					non-mobilizable	no_good_hit	873.0	77.663	28.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0123_000000029517	1196	0.5989624801776546	2	2	2	1	1	False	48975	fragment	False	FIJ0123_000000029517	0.9865145228215768		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	82.015	99.0	0.21729611384783798	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	False	False
FIJ0087_000000026918	1193	0.5989624801776546	2	2	2	1	1	False	48975	fragment	False	FIJ0123_000000029517	0.9858874325205734		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	82.015	99.0	0.21729611384783798	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	False	False
FIJ0046_000000029364	1193	0.5989624801776546	2	2	2	1	1	False	48975	fragment	False	FIJ0123_000000029517	0.9858874325205734		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	82.015	99.0	0.21729611384783798	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	False	False
ISR0382_000000004109	3264	0.5989606869594722	2	2	2	2	1	True	96229	fragment	False	ISR0382_000000004109	1.0		0	0	False	False	0.9984681606292725	0					non-mobilizable	no_good_hit	1504.0	85.505	46.0	0.00030414822687295436	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	True	True
AST0062_000000007398	2274	0.598960168257175	3	3	3	3	2	False	112242	fragment	False	AST0062_000000007398	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	91.904	99.0	0.0005295000281941573	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
MAD0024_000000001744	5185	0.5989573867984513	7	2	0	1	2	False	126479	backbone	False	ISR0127_000000003850	0.8852460823424065	PS879|PS961	0	0	True	True	0.9998071193695068	3					non-mobilizable	no_good_hit	2612.0	97.665	74.0	0.44684129429892144	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
MAD0039_000000009686	1528	0.5989534049114089	3	2	2	2	1	False	18466	maximal	True	MAD0039_000000009686	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	98.615	68.0	0.00021554874794877413	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
USA0125_01_000000020763	1106	0.5989534049114089	3	2	2	2	1	False	127	fragment	False	USA0125_01_000000020763	1.0		0	0	False	False	1.0	0					non-mobilizable	other	731.0	98.632	98.0	0.0002182393703226146	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0066_000000017487	1736	0.5989472612233357	3	3	3	3	3	False	111460	fragment	False	MAD0086_000000003690	0.20947176684881605		0	0	False	False	0.9994239807128906	0					non-mobilizable	chromosome	1734.0	99.94200000000001	99.0	0.00036386358034204435	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
FIJ0152_000000010526	2332	0.5989411285026119	4	4	2	3	3	True	40863	fragment	False	FIJ0152_000000010526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	72.425	26.0	0.00015619888693830196	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	True
ISR0166_000000002395	6377	0.5989395295637306	14	5	2	4	4	False	86611	fragment	False	ISR0166_000000002395	1.0		0	0	False	False	0.999843180179596	0					non-mobilizable	no_good_hit	556.0	82.914	9.0	0.00016589554842930636	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0397_000000008253	2309	0.59893933686251	4	4	4	4	2	False	108571	fragment	False	SPA0055_000000012878	0.9572779440461477		0	0	False	False	0.998267650604248	0					non-mobilizable	other	2312.0	91.652	100.0	0.018670957725523175	NZ_CZBD01000014.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0017_000000008711	3219	0.5989391602434199	3	3	1	3	1	False	50159	maximal	True	FIJ0017_000000008711	1.0		18	2	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	88.331	25.0	0.0001960664534566249	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0088_000000021995	1153	0.5989356932928595	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.26924415369947524		0	0	False	False	0.9913269877433777	0					non-mobilizable	other	1153.0	96.531	100.0	0.004421738679849999	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0063_000000017357	1628	0.5989309531482497	3	2	2	2	1	True	45572	fragment	False	FIJ0063_000000017357	1.0		0	0	False	False	0.9987714886665344	0					non-mobilizable	no_good_hit	434.0	92.166	27.0	0.02794630179424293	NZ_QRYH01000038.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf38, whole genome shotgun sequence	True	True
MON0077_000000025226	1736	0.5989301085489911	2	2	2	2	1	False	53497	maximal	False	MON0029_000000016172	0.767390532027969		0	0	False	False	1.0	0					non-mobilizable	other	1738.0	90.90899999999999	100.0	0.0011695882779615863	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
FIJ0161_000000001595	9000	0.5989281569901591	9	8	7	7	5	False	52539	maximal	True	FIJ0161_000000001595	1.0		75	1	False	False	1.0	0					non-mobilizable	no_good_hit	3251.0	89.911	51.0	0.001006091927061135	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0140_000000006845	4081	0.5989231478320697	5	3	2	3	1	False	38186	maximal	True	ISR0140_000000006845	1.0		1	1	False	False	0.9938740730285645	0					non-mobilizable	no_good_hit	1863.0	88.352	73.0	0.02543971591854852	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ENG0045_000000003045	3983	0.5989231478320697	4	3	2	3	1	False	64484	maximal	True	ENG0045_000000003045	1.0		12	2	False	False	0.9957318902015686	0					non-mobilizable	no_good_hit	2160.0	89.676	72.0	0.02980913277478777	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0284_000000005613	2127	0.5989192386696951	3	3	3	3	3	False	26088	maximal	True	ISR0284_000000005613	1.0		204	14	False	False	0.9920074939727783	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.00015875895854123196	NZ_CGIH01000026.1	firmicutes	Syntrophomonas zehnderi OL-4, whole genome shotgun sequence	True	False
ISR0014_000000019753	1801	0.5989182838351478	3	3	3	2	2	False	38022	maximal	True	ISR0014_000000019753	0.9736078886310905		13	5	False	False	0.9922265410423279	0					non-mobilizable	no_good_hit	580.0	76.207	31.0	0.013697318007662836	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	False
ENG0079_000000010639	3092	0.5989182608453123	3	3	1	3	3	False	117832	maximal	True	ENG0079_000000010639	1.0	PS794|PS796	0	0	False	True	0.9987063407897949	0					non-mobilizable	no_good_hit	1378.0	89.55	75.0	0.000588979360878149	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ENG0074_000000014050	1635	0.5989175740397138	3	2	1	2	1	False	62156	maximal	True	ENG0074_000000014050	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1635.0	100.0	100.0	0.00030006807541955815	CP045205.1	enterobacteria	Citrobacter sp. NMI7904_11 chromosome, complete genome	False	False
MAD0095_000000009983	3144	0.5989150841613663	3	3	3	3	3	False	73684	maximal	True	MAD0095_000000009983	1.0		4	1	False	False	0.9901399612426758	0					non-mobilizable	no_good_hit	1517.0	88.53	70.0	0.0076071401672064476	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
ENG0168_000000008962	3308	0.5989120341692517	4	1	1	1	1	False	55994	fragment	False	ENG0168_000000008962	1.0		0	0	False	False	0.9891172647476196	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0002297360496886256	NG_021316.2	primates	Homo sapiens family with sequence similarity 120C (FAM120C), RefSeqGene on chromosome X	True	False
ISR0045_000000019469	1346	0.5989108097766177	2	2	2	2	2	False	36224	maximal	True	ISR0045_000000019469	1.0		53	9	False	False	0.9680535197257996	0					non-mobilizable	chromosome	1346.0	78.60300000000001	98.0	0.0004667431351044311	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0260_000000012954	1275	0.5989071387452359	2	2	2	2	2	False	26701	maximal	True	ISR0260_000000012954	1.0		2	2	False	False	0.9929412007331848	0					non-mobilizable	no_good_hit	522.0	87.165	53.0	0.0015921364442490987	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ISR0100_000000001624	6201	0.5989059782705265	6	3	3	2	3	False	93663	maximal	True	ISR0100_000000001624	1.0		1	1	False	False	0.9954845905303955	0					non-mobilizable	no_good_hit	1819.0	76.086	29.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0125_000000006133	2438	0.5988992780318692	5	5	4	5	3	False	87666	maximal	True	ISR0125_000000006133	1.0		1	1	False	False	0.9979491233825684	0					non-mobilizable	no_good_hit	1433.0	97.976	59.0	0.0045379642540245915	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0101_000000048892	1357	0.5988965083273413	2	2	2	1	2	False	9017	maximal	True	MON0101_000000048892	1.0		23	5	False	False	0.9661017060279846	0					non-mobilizable	no_good_hit	465.0	80.43	34.0	0.0025199176682072196	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0154_000000003549	7075	0.5988928315968043	4	4	3	4	1	False	56860	fragment	False	ENG0154_000000003549	1.0		0	0	False	False	0.9944876432418823	0					non-mobilizable	no_good_hit	112.0	78.571	2.0	5.1591310522469894e-05	LT906445.1	firmicutes	Veillonella parvula strain NCTC11810 genome assembly, chromosome: 1	True	False
MON0005_000000010839	4503	0.5988923671628955	4	2	1	2	1	False	14147	maximal	True	MON0005_000000010839	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	92.949	3.0	0.00037793539986784454	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0060_000000007566	4474	0.5988923671628955	4	2	1	2	1	False	14147	maximal	False	MON0005_000000010839	0.9967799244947813		0	0	False	False	0.9997764825820923	0					non-mobilizable	no_good_hit	156.0	92.949	3.0	0.00037793539986784454	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
USA0032_01_000000006358	4032	0.5988923671628955	4	2	1	2	1	False	13504	fragment	False	USA0032_01_000000006358	1.0		0	0	False	False	0.9985119104385376	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.6609436957570756e-05	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
CHI0043_000000002306	3412	0.5988795859531141	5	5	4	4	5	False	87431	fragment	False	CHI0043_000000002306	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3412.0	99.795	100.0	0.0006745676715371599	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
MAD0104_000000001353	7105	0.5988792559320207	9	6	1	4	3	False	14896	maximal	True	MAD0104_000000001353	1.0		1	1	False	False	0.9971850514411926	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	1.0	8.304052896816952e-05	NZ_JACCEM010000002.1	b-proteobacteria	Parapusillimonas granuli strain LMG 24012 NODE_2_length_578101_cov_73.382813, whole genome shotgun sequence	True	False
ISR0839_000000017780	1223	0.5988688794154129	2	2	2	2	2	False	52146	fragment	False	FIJ0003_000000017216	0.8935911704445986		0	0	False	False	0.9893704056739807	0					non-mobilizable	other	1224.0	91.585	100.0	0.019197536682690797	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ENG0079_000000029227	1113	0.5988646076165834	2	2	2	2	2	False	61784	maximal	True	ENG0079_000000029227	1.0		2	1	False	False	0.9955076575279236	0					non-mobilizable	no_good_hit	238.0	75.21	21.0	0.0005540732708395756	NZ_JAAIUD010000002.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_2_length_420522_cov_292.513, whole genome shotgun sequence	True	False
SPA0053_000000001491	16479	0.5988623728774325	15	11	9	11	10	False	63348	fragment	False	SPA0053_000000001491	1.0		0	0	False	False	0.999817967414856	0					non-mobilizable	no_good_hit	1840.0	71.685	11.0	0.011725184503041544	NZ_NFLJ01000001.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_1, whole genome shotgun sequence	True	False
MAD0062_000000009045	1577	0.5988594462626118	4	2	0	2	2	False	57780	fragment	False	MAD0062_000000009045	0.9800266311584553		0	0	False	False	1.0	0					non-mobilizable	chromosome	1577.0	97.02	100.0	0.00032631514216138643	CP014111.1	enterobacteria	Escherichia coli strain FDAARGOS_144 chromosome, complete genome	False	False
ENG0140_000000012081	1502	0.5988594462626118	4	2	0	2	2	False	57780	fragment	False	MAD0062_000000009045	0.9571972098922004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1502.0	99.867	100.0	0.000294353492069811	CP043950.1	enterobacteria	Escherichia coli strain ST95-32 chromosome, complete genome	False	False
FIJ0148_000000008096	2209	0.5988583945108148	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.24906420965533108		0	0	False	False	1.0	0					non-mobilizable	chromosome	2211.0	89.914	100.0	0.0007780832474971655	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0109_000000011232	3070	0.5988580623904257	4	4	4	4	4	False	13324	maximal	True	MON0109_000000011232	1.0		81	7	False	False	0.9944625496864319	0					non-mobilizable	no_good_hit	943.0	88.12299999999999	47.0	0.014174248358137014	NZ_FRCJ01000012.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	False
ISR0141_000000012561	2712	0.598855160174874	4	2	2	2	2	False	31209	maximal	True	ISR0141_000000012561	1.0		1	1	False	False	0.9996312856674194	0					non-mobilizable	no_good_hit	1335.0	77.97800000000001	54.0	0.0002101353348670428	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ENG0008_000000005310	4315	0.5988495922150271	6	6	6	5	4	False	99610	maximal	True	ENG0008_000000005310	1.0		33	8	False	False	1.0	0					non-mobilizable	chromosome	4315.0	100.0	100.0	0.000787425432782817	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0816_000000030687	1198	0.5988489113464449	2	2	2	1	1	False	83523	maximal	True	ISR0816_000000030687	0.9836716681376876		223	14	False	False	0.9958263635635376	0					non-mobilizable	no_good_hit								True	False
CHI0094_000000004729	1133	0.5988489113464449	2	2	2	1	1	False	83523	maximal	False	ISR0816_000000030687	0.9511686143572621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0001_000000013345	1962	0.5988431129540576	2	2	2	2	1	False	38691	maximal	True	ISR0001_000000013345	0.994102564102564		535	14	False	False	1.0	0					non-mobilizable	no_good_hit	580.0	77.241	29.0	0.00023977246766529944	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0201_000000016353	1836	0.5988419468629166	3	2	2	2	1	False	28730	maximal	True	ISR0201_000000016353	1.0		83	9	False	False	1.0	0					non-mobilizable	other	1007.0	94.141	99.0	0.00028344943008332005	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0143_000000010406	1856	0.5988403490377937	4	3	3	2	3	False	79925	maximal	True	CHI0143_000000010406	1.0		16	6	False	False	1.0	0					non-mobilizable	chromosome	1856.0	97.14399999999999	100.0	0.0008695122294199814	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
ENG0112_000000008747	3175	0.5988396097665293	5	3	3	3	3	False	126820	maximal	True	ENG0112_000000008747	1.0		1	1	False	False	0.9971653819084167	0					non-mobilizable	chromosome	1609.0	92.35600000000001	100.0	0.0006937371577328496	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
AST0104_000000023463	1486	0.5988367341046673	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.2835897854463062		0	0	False	False	1.0	0					non-mobilizable	chromosome	1507.0	77.04	100.0	0.0004226790341528073	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0811_000000004419	3187	0.5988352049176368	4	1	1	1	0	True	21690	maximal	True	ISR0811_000000004419	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit	59.0	94.915	2.0	0.020097020097020097	FN429030.1	enterobacteria	Rahnella inusitata plasmid pHW126, complete sequence, strain WMR126	True	True
SPA0019_000000011349	2557	0.5988305157119451	4	4	4	3	3	False	89336	fragment	False	SPA0019_000000011349	0.974012375020421		0	0	False	False	0.9992178082466125	0					non-mobilizable	no_good_hit	972.0	75.206	38.0	0.00026742422980155625	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0051_000000016455	1482	0.5988298585058602	2	2	2	1	1	False	6550	maximal	True	SPA0051_000000016455	1.0		21	4	False	False	0.9993252158164978	0					non-mobilizable	other	1482.0	98.381	100.0	0.005716426615373325	NZ_FTRU01000006.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0168_000000012688	2376	0.5988283152848284	3	3	3	3	3	False	75882	maximal	True	ENG0168_000000012688	1.0		33	8	False	False	0.9835858345031738	0					non-mobilizable	other	2377.0	99.411	100.0	0.016339667017391844	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0058_000000010052	1548	0.5988257061787468	3	3	3	3	2	True	16943	maximal	True	MAD0058_000000010052	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0160_000000002748	8570	0.5988255989313921	12	3	3	3	2	False	30449	fragment	False	ISR0160_000000002748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	73.156	13.0	0.0003643243902621994	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
CHI0112_000000010800	1696	0.5988246789950785	2	1	1	1	1	False	82402	fragment	False	CHI0112_000000010800	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	94.697	100.0	0.02945216196950467	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
CHI0142_000000015713	1193	0.5988206963496698	2	2	2	1	1	False	79968	maximal	True	CHI0142_000000015713	1.0		69	10	False	False	0.967309296131134	0					non-mobilizable	other	1200.0	86.75	100.0	0.015984740617360233	NZ_WNCH01000009.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold9_size74013, whole genome shotgun sequence	False	False
FIJ0039_000000006399	3846	0.5988164122130627	3	3	2	3	2	False	91586	fragment	False	ISR0396_000000005052	0.8824632877642331		0	0	False	False	1.0	0					non-mobilizable	other	3847.0	97.245	99.0	0.05153765437081282	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0079_000000021730	1331	0.5988140388623977	2	2	2	2	2	False	34344	maximal	True	ISR0079_000000021730	1.0		34	6	False	False	0.9849737286567688	0					non-mobilizable	other	689.0	90.421	94.0	0.0002065334213169746	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0066_000000007766	4135	0.5988138182798567	6	2	1	1	1	True	119006	fragment	False	ISR0066_000000007766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	89.787	33.0	0.016293279022403257	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0063_000000001715	13640	0.5988124967359505	22	7	1	5	3	True	63121	fragment	False	ENG0063_000000001715	1.0		0	0	False	False	0.9975806474685669	0					non-mobilizable	no_good_hit	268.0	80.97	2.0	8.763836112957579e-05	NZ_JIAA01000001.1	firmicutes	Clostridioides mangenotii LM2 P160DRAFT_scf7180000000002_quiver_dupTrim_16548.1_C, whole genome shotgun sequence	True	True
SPA0132_000000029763	1393	0.5988122353635501	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.3145803811256594		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	95.73700000000001	96.0	0.0003710059927464996	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0210_000000009766	1965	0.5988104073378753	3	3	3	2	1	False	29080	maximal	True	ISR0210_000000009766	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	97.713	33.0	0.0001859367122528603	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0094_000000019647	1912	0.5988072494342354	3	3	2	2	2	False	68417	fragment	False	DEN0094_000000019647	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1912.0	99.58200000000001	100.0	0.007767598019689296	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
AST0089_000000014220	1627	0.5988060676855431	3	2	2	2	1	False	110168	maximal	True	AST0089_000000014220	1.0		7	5	False	False	0.9778733849525452	0					non-mobilizable	no_good_hit	1310.0	97.32799999999999	81.0	0.00039411483283840657	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0058_000000009255	1667	0.5988036691998146	2	2	1	1	2	True	16946	fragment	False	MAD0058_000000009255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	94.495	22.0	0.00010752806299346809	CP042598.1	firmicutes	Enterococcus durans strain VREdu chromosome	True	True
USA0048_01_000000004101	3717	0.5987903000508571	5	4	3	3	4	True	86981	fragment	False	USA0048_01_000000004101	1.0		0	0	False	False	0.9997309446334839	0					non-mobilizable	other	3751.0	92.26899999999999	100.0	0.22453272432237514	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
USA0011_01_000000011551	3250	0.5987903000508571	5	4	3	3	4	True	86980	fragment	False	ENG0021_000000005684	0.9496112440191387		0	0	False	False	1.0	0					non-mobilizable	other	3278.0	92.52600000000001	99.0	0.19640603401646733	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
FIJ0047_000000017247	1787	0.5987900613850956	3	3	3	3	3	False	84191	maximal	True	FIJ0047_000000017247	1.0		16	7	False	False	0.9960828423500061	0					non-mobilizable	other	1777.0	98.762	99.0	0.0004931935951480414	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0063_000000008769	3259	0.598789963360985	3	3	3	3	2	False	68213	maximal	True	MON0063_000000008769	0.9822711950903974		26	6	False	False	0.9996931552886963	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	9.836589654366831e-05	NZ_NFHU01000001.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_1, whole genome shotgun sequence	True	False
CHI0045_000000002632	6501	0.5987891410940581	8	6	6	6	3	False	130487	fragment	False	SPA0139_000000002927	0.5731448094640369		0	0	False	False	1.0	0					non-mobilizable	other	6504.0	99.446	100.0	0.010376708175626942	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0003_000000016810	1391	0.5987799041761804	1	1	1	1	1	False	52158	maximal	True	FIJ0003_000000016810	1.0		4	1	False	False	0.9942487478256226	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000018070	1754	0.5987793937337348	2	2	2	2	2	False	64013	fragment	False	ISR0361_000000007014	0.9665625760484003		0	0	False	False	0.9948688745498657	0					non-mobilizable	other	1650.0	76.182	93.0	0.0005552025288977943	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
DEN0096_000000000897	24185	0.5987791870782472	27	17	14	17	14	False	68243	maximal	True	DEN0096_000000000897	1.0		1	1	False	False	0.9996691942214966	0					non-mobilizable	no_good_hit	809.0	76.267	3.0	0.0004923788319917794	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
SPA0064_000000004000	5204	0.5987777696635639	2	2	2	1	1	False	87710	fragment	False	SPA0064_000000004000	1.0		0	0	False	False	0.9984627366065979	0					non-mobilizable	other	4783.0	93.64399999999999	98.0	0.0018885603079599159	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
CAN0003_000000030805	1594	0.5987720305145965	2	2	2	2	1	False	96498	maximal	True	CAN0003_000000030805	1.0		74	13	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00010311974043288194	NZ_SOAN01000004.1	high GC Gram+	Nesterenkonia aurantiaca strain DSM 27373 Ga0310556_104, whole genome shotgun sequence	True	False
SPA0095_000000010135	1957	0.5987699949701398	4	2	2	1	1	False	5210	maximal	True	SPA0095_000000010135	1.0		9	3	False	False	0.9964231252670288	0					non-mobilizable	other	1369.0	99.12299999999999	99.0	0.00018933367693889518	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
ISR0089_000000005721	4129	0.5987690412948118	9	2	1	2	1	False	33757	maximal	True	ISR0089_000000005721	1.0		1	1	False	False	0.9915233850479126	0					non-mobilizable	no_good_hit								True	False
ENG0125_000000007931	3208	0.5987644398926955	6	2	1	1	0	True	58857	maximal	True	ENG0125_000000007931	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	83.594	4.0	4.771868697866861e-05	NZ_CP022378.1	CFB group bacteria	Capnocytophaga cynodegmi strain G7591 chromosome, complete genome	True	True
ENG0030_000000011604	1675	0.5987644398926955	2	2	1	1	0	True	65738	maximal	True	ENG0030_000000011604	1.0		5	3	False	False	0.9994029998779297	0					non-mobilizable	no_good_hit	228.0	75.877	13.0	9.142719069140588e-05	NZ_KE148312.1	firmicutes	Oribacterium parvum ACB1 acqcx-supercont2.1, whole genome shotgun sequence	True	True
CHI0124_000000002839	5681	0.5987591206558883	7	5	3	3	4	True	81691	maximal	True	CHI0124_000000002839	1.0		3	2	False	False	0.9938390851020813	0					non-mobilizable	no_good_hit	2779.0	76.75399999999999	49.0	0.0062930632188640916	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
ISR0224_000000028271	1117	0.5987586113349911	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.8236159074599391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	95.429	67.0	0.0016105781791245707	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
MON0029_000000013487	2168	0.5987574092441893	3	3	3	3	3	False	112339	maximal	True	MON0029_000000013487	1.0		20	8	False	False	0.9986162185668945	0					non-mobilizable	no_good_hit	1023.0	97.75200000000001	48.0	0.0002832530782944832	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0024_000000010336	4173	0.598757393380875	4	4	2	2	4	False	68263	maximal	True	MON0024_000000010336	1.0		45	6	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	78.818	5.0	9.744783631866316e-05	NZ_LR027603.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
FIJ0051_000000005575	3798	0.5987415878410477	4	4	4	4	4	False	65635	maximal	False	ENG0032_000000004481	0.9572845698842883		0	0	False	False	0.9997367262840271	0					non-mobilizable	other	3798.0	99.947	100.0	0.035661623134503585	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
USA0031_01_000000020007	1331	0.5987412832864197	2	2	2	2	1	False	1519	maximal	True	USA0031_01_000000020007	1.0		1	1	False	False	0.9954921007156372	0					non-mobilizable	no_good_hit								True	False
AST0108_000000007698	3319	0.5987387864371353	4	4	4	4	4	False	107273	fragment	False	AST0108_000000007698	1.0		0	0	False	False	0.9996986985206604	0					non-mobilizable	other	3270.0	100.0	99.0	0.13031692246362367	NZ_CYXX01000040.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0101_000000001448	8334	0.5987371275106179	11	8	7	6	5	False	90023	fragment	False	CHI0101_000000001448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	74.186	10.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	False
ISR0174_000000006316	4224	0.5987350464963878	8	5	4	4	4	False	94427	fragment	False	ISR0174_000000006316	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4232.0	97.07	100.0	0.0008149984380320784	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
CAN0022_000000004718	5801	0.5987234165790892	7	5	5	5	5	True	102697	fragment	False	CAN0022_000000004718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	89.445	22.0	0.02847913507811985	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
FIJ0140_000000019036	1728	0.5987227466214887	2	2	2	1	1	False	40373	maximal	True	FIJ0140_000000019036	1.0		9	4	False	False	0.9780092835426331	0					non-mobilizable	other	1728.0	99.884	100.0	0.0008897631385609021	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0072_000000015134	1321	0.598721978818703	2	2	2	2	2	False	5862	maximal	True	SPA0072_000000015134	1.0		39	6	False	False	0.9992430210113525	0					non-mobilizable	other	1317.0	100.0	99.0	0.008860938478423345	NZ_JAAIPW010000006.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_6_length_148517_cov_271.659, whole genome shotgun sequence	False	False
MAD0051_000000005081	5055	0.5987209338579431	7	5	5	4	3	False	31724	maximal	True	MAD0051_000000005081	1.0		10	4	False	False	0.9982196092605591	0					non-mobilizable	no_good_hit	53.0	94.34	6.0	1.715553904518208e-05	CP024082.1	g-proteobacteria	Vibrio cholerae strain FORC_073 chromosome 1, complete sequence	True	False
ENG0029_000000012515	1955	0.5987158362371886	3	3	1	2	2	False	79091	fragment	False	USA0145_01_000000011158	0.9057026023883612		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	99.28399999999999	100.0	0.01821300076431221	NZ_PYLP01000007.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_6, whole genome shotgun sequence	False	False
ISR0398_000000019786	1142	0.5987094750112488	2	2	2	2	2	False	51856	fragment	False	FIJ0158_000000015207	0.6117393645665051		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	98.774	100.0	0.0009193494454493813	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ISR0097_000000008503	3220	0.5987067617314027	5	3	3	3	3	False	121953	maximal	True	ISR0097_000000008503	1.0		20	6	False	False	0.9993788599967957	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	5.730782039381967e-07	CP032583.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_13	True	False
ISR0139_000000000401	29731	0.5987040606735781	33	6	2	6	3	False	58009	backbone	False	ISR0190_000000000726	0.7396522858811668	PS253	0	0	True	True	0.9999663829803467	17					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.4894291462364442e-05	NZ_CP001668.1	mycoplasmas	Mycoplasma mycoides subsp. capri str. GM12 chromosome clone deltatypeIIIres, complete genome	True	True
SPA0011_000000013924	1212	0.5986988135050589	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.5281790215550256	PS1007	0	0	False	True	1.0	0					non-mobilizable	other	1163.0	99.914	100.0	0.00045923517188121223	CP002094.1	firmicutes	Lactococcus lactis subsp. cremoris NZ9000, complete genome	False	True
ISR0168_000000000554	24612	0.5986934116887659	20	12	9	10	2	True	97623	fragment	False	FIJ0129_000000000627	0.8678170593226651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	81.862	5.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ISR0156_000000018477	1319	0.5986905734117993	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.7697037108107008		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	94.693	100.0	0.06885742646674678	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0010_000000029306	1580	0.5986857992887115	3	3	3	2	2	False	83540	fragment	False	CHI0094_000000003239	0.9657869794842598		0	0	False	False	0.9810126423835754	0					non-mobilizable	other	1551.0	96.905	98.0	0.00043043359936906765	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0105_000000010714	2853	0.5986721151139942	3	3	3	3	2	False	42435	fragment	False	FIJ0142_000000011055	0.9601666666666666		0	0	False	False	0.9950928688049316	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00013947126891860278	NZ_QRCU01000037.1	high GC Gram+	Arthrobacter silvisoli strain NEAU-SA1 scaffold30, whole genome shotgun sequence	True	False
FIJ0146_000000013640	1481	0.5986715894583002	2	1	1	1	1	False	39970	fragment	False	FIJ0146_000000013640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.1459338235949472e-05	NZ_CP035130.1	firmicutes	Gudongella oleilytica strain W6 chromosome, complete genome	True	False
ENG0206_000000006270	3975	0.5986707216374234	3	1	1	1	1	False	53970	fragment	False	ENG0206_000000006270	0.9968008531058385		0	0	False	False	0.999245285987854	0					non-mobilizable	no_good_hit	2716.0	99.632	68.0	0.03766021195139544	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0029_000000026837	1598	0.5986707216374234	1	1	1	1	1	False	37100	fragment	False	ISR0029_000000026837	0.9976494291470785		0	0	False	False	0.9993742108345032	0					non-mobilizable	no_good_hit	1284.0	83.333	86.0	0.004883232062849076	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0195_000000013479	1489	0.5986707216374234	1	1	1	1	1	False	37100	fragment	False	ISR0029_000000026837	0.9637046307884856		0	0	False	False	0.9892545342445374	0					non-mobilizable	other	1248.0	83.333	90.0	0.0047451359479531085	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0293_000000028349	1231	0.5986707216374234	1	1	1	1	1	False	25804	fragment	False	ISR0293_000000028349	1.0		0	0	False	False	0.9983752965927124	0					non-mobilizable	chromosome	1237.0	84.479	100.0	0.0003495777476270526	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0167_000000002108	7952	0.5986680552534651	11	4	1	2	3	True	101813	fragment	False	CHI0167_000000002108	0.9690142929308764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	89.4	52.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
CHI0040_000000002060	7918	0.5986680552534651	10	4	1	2	3	True	101813	fragment	False	CHI0167_000000002108	0.9686868281357472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	89.34899999999999	52.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
CHI0048_000000002228	6863	0.5986680552534651	9	4	1	2	3	True	101808	fragment	False	CHI0048_000000002228	0.9983328040647825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	89.4	60.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
CHI0089_000000000953	6298	0.5986680552534651	8	4	1	2	3	True	101808	fragment	False	CHI0048_000000002228	0.957380154451406		0	0	False	False	0.9960305094718933	0					non-mobilizable	no_good_hit	1934.0	89.4	63.0	0.0005069542206169256	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0130_000000009597	2967	0.5986676515367769	4	3	1	2	2	True	129281	maximal	True	ISR0130_000000009597	1.0		15	3	False	False	1.0	0					non-mobilizable	other	2978.0	85.695	99.0	0.0009474842675664832	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
FIJ0028_000000010381	2947	0.5986676515367769	3	3	1	2	2	True	129239	fragment	False	FIJ0028_000000010381	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2952.0	80.691	99.0	0.05701126898579128	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0118_000000011058	2716	0.5986676515367769	4	3	1	2	2	True	129298	fragment	False	AST0118_000000011058	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2745.0	83.49700000000001	100.0	0.0008712756647679624	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
CHI0103_000000000753	2540	0.5986676515367769	4	3	1	2	2	True	129296	fragment	False	CHI0103_000000000753	1.0		0	0	False	False	0.9996063113212585	0					non-mobilizable	chromosome	2008.0	89.59200000000001	100.0	0.0006718773364155496	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
USA0059_01_000000010573	2500	0.5986676515367769	5	3	1	2	2	True	129278	fragment	False	USA0059_01_000000010573	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2506.0	92.179	100.0	0.0008011509420247857	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0208_000000010890	2493	0.5986676515367769	3	3	1	2	2	True	129267	fragment	False	ISR0208_000000010890	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2472.0	89.523	99.0	0.02989459767160013	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0352_000000003565	2439	0.5986676515367769	3	3	1	2	2	True	129288	fragment	False	ISR0352_000000003565	0.9700636942675159		0	0	False	False	1.0	0					non-mobilizable	other	2453.0	91.235	100.0	0.0007806578723646793	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0124_000000006410	2425	0.5986676515367769	3	3	1	2	2	True	129232	maximal	True	ISR0124_000000006410	1.0		3	2	False	False	1.0	0					non-mobilizable	other	2458.0	79.292	100.0	0.000776175013376531	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ENG0126_000000007941	2355	0.5986676515367769	3	3	1	2	2	True	129288	fragment	False	ISR0352_000000003565	0.9540795407954079		0	0	False	False	1.0	0					non-mobilizable	other	2356.0	92.02	100.0	0.03975086084666802	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0153_000000013189	2270	0.5986676515367769	3	3	1	2	2	True	129266	fragment	False	ENG0153_000000013189	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2163.0	91.956	95.0	0.02638118672493787	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0075_000000011715	2172	0.5986676515367769	3	3	1	2	2	True	129246	fragment	False	ISR0075_000000011715	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2193.0	81.578	100.0	0.0006964441642301794	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
FIJ0169_000000010659	2142	0.5986676515367769	3	3	1	2	2	True	129274	maximal	True	FIJ0169_000000010659	1.0		47	9	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	93.212	85.0	0.00045293765100528385	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	True
MON0001_000000016422	2111	0.5986676515367769	4	3	1	2	2	True	129277	fragment	False	MON0001_000000016422	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2112.0	93.70299999999999	99.0	0.0005277599480498031	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ISR0029_000000021876	2004	0.5986676515367769	3	3	1	2	2	True	129233	maximal	True	ISR0029_000000021876	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1884.0	83.97	93.0	0.000599102083344674	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
FIJ0117_000000010128	1993	0.5986676515367769	3	3	1	2	2	True	129250	fragment	False	FIJ0117_000000010128	1.0		0	0	False	False	0.9994982481002808	0					non-mobilizable	chromosome	2010.0	85.721	100.0	0.0004999831086787608	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ENG0193_000000010228	1978	0.5986676515367769	3	3	1	2	2	True	129247	fragment	False	ENG0193_000000010228	1.0		0	0	False	False	0.982810914516449	0					non-mobilizable	chromosome	1982.0	87.84100000000001	100.0	0.0006654785046401634	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
FIJ0095_000000013858	1959	0.5986676515367769	3	3	1	2	2	True	129236	fragment	False	FIJ0095_000000013858	1.0		0	0	False	False	0.9979581236839294	0					non-mobilizable	other	1974.0	84.195	100.0	0.033016001620417255	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0009_000000021012	1925	0.5986676515367769	3	3	1	2	2	True	129251	fragment	False	FIJ0009_000000021012	1.0		0	0	False	False	0.9974026083946228	0					non-mobilizable	other	1886.0	86.37299999999999	97.0	0.0006016637170521872	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0807_000000007256	1921	0.5986676515367769	3	3	1	2	2	True	129241	fragment	False	ISR0807_000000007256	0.9422657952069717		0	0	False	False	0.9979177713394165	0					non-mobilizable	chromosome	1923.0	92.928	100.0	0.0004804642485801906	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
CHI0045_000000011057	1898	0.5986676515367769	3	3	1	2	2	True	129270	fragment	False	CHI0045_000000011057	0.9717484008528785		0	0	False	False	0.9984194040298462	0					non-mobilizable	other	1900.0	94.0	100.0	0.03719745222929936	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0832_000000007119	1887	0.5986676515367769	3	3	1	2	2	True	129224	maximal	True	ISR0832_000000007119	1.0		31	8	False	False	0.9947006106376648	0					non-mobilizable	other	1835.0	81.58	96.0	0.005896422662885821	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ENG0136_000000006220	1836	0.5986676515367769	3	3	1	2	2	True	129241	fragment	False	ISR0807_000000007256	0.9226965122332118		0	0	False	False	0.9994553327560425	0					non-mobilizable	chromosome	1838.0	90.588	100.0	0.00045919369590867177	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
CHI0153_000000008452	1791	0.5986676515367769	3	3	1	2	2	True	129245	fragment	False	CHI0153_000000008452	0.933466590519703		0	0	False	False	0.9988833069801331	0					non-mobilizable	other	1800.0	86.389	100.0	0.0005741261546964192	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0844_000000007196	1751	0.5986676515367769	3	3	1	2	2	True	129245	fragment	False	CHI0153_000000008452	0.9240647682858738		0	0	False	False	0.9988577961921692	0					non-mobilizable	other	1751.0	97.71600000000001	100.0	0.00724793744408734	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0044_000000013931	1172	0.5986652559667451	2	2	2	2	1	False	120838	fragment	False	USA0052_01_000000006844	0.16730318992520535		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	99.829	100.0	0.07354141807448346	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	False
ISR0772_000000001783	2611	0.5986620608962556	3	2	2	2	2	False	82392	fragment	False	ISR0772_000000001783	1.0		0	0	False	False	0.9865951538085938	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	4.2466724747419505e-05	NC_006908.1	mycoplasmas	Mycoplasma mobile 163K complete genome	True	False
SPA0013_000000013629	2070	0.5986575412322469	2	2	1	1	2	False	7980	maximal	True	SPA0013_000000013629	1.0		0	0	False	False	0.9995169043540955	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	7.720565291212217e-06	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
ENG0146_000000005198	4775	0.5986573383317106	6	5	5	5	3	False	126426	maximal	True	ENG0146_000000005198	1.0	PS317|PS959	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	944.0	91.208	28.0	0.00029056581938005573	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0032_000000013277	2100	0.5986573240819243	2	1	1	1	1	False	12397	maximal	True	MON0032_000000013277	1.0		391	15	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	3.0	0.00035357612227062584	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	True	False
ISR0011_000000019095	1502	0.5986542335961851	2	1	1	1	1	False	38235	maximal	True	ISR0011_000000019095	1.0		4	4	False	False	0.9826897382736206	0					non-mobilizable	no_good_hit	1018.0	96.26700000000001	68.0	0.04605352533623149	NZ_CYZK01000035.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0053_000000007161	4553	0.598651961770269	10	4	2	4	2	True	9641	maximal	True	SPA0053_000000007161	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0027_01_000000016159	1677	0.5986353589524326	3	2	2	2	1	False	110478	fragment	False	SPA0057_000000019613	0.9705046095212287		0	0	False	False	0.9976148009300232	0					non-mobilizable	other	1677.0	98.33	100.0	0.001399417688606185	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
DEN0066_000000023727	1543	0.5986353589524326	2	2	2	2	1	False	110478	fragment	False	SPA0057_000000019613	0.9424852696477822		0	0	False	False	0.9954633712768555	0					non-mobilizable	other	1543.0	98.185	100.0	0.0012875310714980533	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
SPA0001_000000025702	1300	0.5986353589524326	2	2	2	2	1	False	110477	fragment	False	ISR0311_000000016034	0.6372688477951636		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	98.76700000000001	99.0	0.0010829622566361707	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
ISR0093_000000003843	5573	0.5986301511638576	5	3	1	2	2	True	33539	maximal	True	ISR0093_000000003843	1.0		3	1	False	False	0.9996411204338074	0					non-mobilizable	no_good_hit	1191.0	98.825	21.0	0.012628138463824098	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0055_01_000000009290	2950	0.5986162935259461	5	2	2	1	1	True	130840	maximal	True	USA0055_01_000000009290	1.0		6	3	False	False	0.9993220567703247	0					non-mobilizable	no_good_hit	1512.0	88.624	51.0	0.0007037622598743582	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ISR0250_000000005046	2328	0.5986162935259461	5	2	2	1	1	True	130839	fragment	False	ISR0250_000000005046	1.0		0	0	False	False	0.9858247637748718	0					non-mobilizable	no_good_hit	1144.0	76.486	83.0	0.0002472543858165448	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0786_000000004831	3684	0.5986096593747586	2	2	2	2	2	False	55409	maximal	True	ISR0786_000000004831	0.9858084862385321		600	12	False	False	1.0	0					non-mobilizable	other	3684.0	98.99600000000001	100.0	0.08659769574418058	NZ_RCXZ01000053.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0053, whole genome shotgun sequence	False	False
ETH0001_000000012508	2381	0.5986026991481559	4	3	3	3	3	False	53537	maximal	True	ETH0001_000000012508	1.0		2	2	False	False	0.9916001558303833	0					non-mobilizable	no_good_hit	160.0	76.25	7.0	5.7282733342308846e-05	NZ_LR590481.1	firmicutes	Hathewaya histolytica strain NCTC503 chromosome 1	True	False
FIJ0020_000000016749	1268	0.5985971963588229	2	1	1	1	1	False	54774	fragment	False	FIJ0020_000000016749	0.9553884245979875		0	0	False	False	0.9992113709449768	0					non-mobilizable	no_good_hit								True	False
SPA0067_000000005024	4431	0.5985813081402255	3	2	1	2	1	False	6056	maximal	True	SPA0067_000000005024	1.0		2	1	False	False	0.9981945157051086	0					non-mobilizable	no_good_hit	72.0	97.22200000000001	2.0	0.0003555404214405897	NZ_MIEH01000025.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_25, whole genome shotgun sequence	True	False
FIJ0153_000000010238	2590	0.5985792976379912	4	3	2	2	1	True	64408	fragment	False	FIJ0153_000000010238	1.0		0	0	False	False	0.9988417029380798	0					non-mobilizable	other	793.0	83.354	91.0	0.0002140875582839132	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
SPA0090_000000014478	2432	0.5985792976379912	4	3	2	2	1	True	64407	fragment	False	SPA0090_000000014478	1.0		0	0	False	False	0.9991776347160339	0					non-mobilizable	no_good_hit	591.0	87.31	66.0	0.00015981948267328882	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0167_000000015994	1796	0.5985792976379912	3	3	2	2	1	True	30176	fragment	False	ISR0167_000000015994	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1814.0	79.107	100.0	0.020315335753176043	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0031_000000001976	9853	0.5985786953076201	12	10	7	10	7	True	89711	maximal	True	FIJ0031_000000001976	1.0		15	1	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	74.62	27.0	0.0006382394528788669	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
MON0050_000000021473	1781	0.5985759102541374	2	2	2	2	2	False	91234	maximal	True	MON0050_000000021473	0.9674486803519062		51	10	False	False	1.0	0					non-mobilizable	other	1782.0	97.811	100.0	0.0005359239132561984	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0111_000000000514	31837	0.5985730107455045	63	17	6	14	10	True	100655	maximal	True	FIJ0111_000000000514	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	94.275	11.0	0.0003398485193248165	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0076_000000026800	1791	0.5985600817489306	2	2	2	2	2	False	10284	fragment	False	MON0076_000000026800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	72.42699999999999	28.0	0.0001677941724817557	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ENG0039_000000001149	15364	0.5985584799475288	19	6	0	6	1	False	78489	maximal	True	ENG0039_000000001149	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0148_000000002079	15247	0.5985584799475288	18	6	0	6	1	False	57333	maximal	True	ENG0148_000000002079	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00019109608079310664	NC_027130.1	viruses	Synechococcus phage ACG-2014b isolate Syn7803C100, complete genome	True	False
FIJ0106_000000002792	8472	0.5985528782942618	13	9	3	6	7	True	74264	fragment	False	FIJ0106_000000002792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4061.0	96.7	71.0	0.09261714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
AST0149_000000006497	4208	0.5985487240739712	3	3	3	3	3	False	104558	fragment	False	AST0149_000000006497	1.0		0	0	False	False	0.9985741376876831	0					non-mobilizable	no_good_hit	195.0	84.103	5.0	5.4007029265406965e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0149_000000015006	2590	0.5985457374067635	3	2	2	2	2	False	112750	maximal	True	SPA0149_000000015006	1.0	PS721	1	1	False	True	0.9972972869873047	0					non-mobilizable	no_good_hit	1597.0	100.0	62.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0023_000000009619	1386	0.5985439667215613	2	2	2	2	2	False	89059	fragment	False	CHI0023_000000009619	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	99.014	95.0	0.8631303208906352	NZ_QSOD01000017.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf17, whole genome shotgun sequence	False	False
ENG0095_000000018287	1527	0.5985432224910785	3	2	2	1	1	False	60932	fragment	False	ENG0095_000000018287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0135_000000019546	1161	0.5985395620176465	3	2	2	1	1	False	80070	fragment	False	MON0080_000000037680	0.6137598615656057		0	0	False	False	0.9991386532783508	0					non-mobilizable	no_good_hit	165.0	80.0	14.0	0.0002330036022642804	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0007_000000060829	1049	0.5985395620176465	2	2	2	1	1	False	80070	fragment	False	MON0080_000000037680	0.3353963475705461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	84.04299999999999	9.0	0.00013294070558636859	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0058_000000050231	1013	0.5985395620176465	2	2	2	1	1	False	80070	fragment	False	MON0080_000000037680	0.13986109219664988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	84.04299999999999	9.0	0.00013294070558636859	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0041_01_000000005673	3859	0.5985353568207211	7	7	4	3	3	True	116465	maximal	True	USA0041_01_000000005673	1.0		32	9	False	False	0.9997408390045166	0					non-mobilizable	other	3687.0	98.427	99.0	0.001035321784418126	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0033_000000048268	1225	0.5985349077456765	1	1	1	1	1	False	12267	fragment	False	MON0086_000000022501	0.9505169867060561		0	0	False	False	0.9991836547851562	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000022099	1478	0.5985347045311321	2	1	1	1	1	False	4012	fragment	False	SPA0125_000000022099	1.0		0	0	False	False	0.9884979724884033	0					non-mobilizable	other	1478.0	96.955	100.0	0.016978572742321132	NZ_SLUM01000017.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_117, whole genome shotgun sequence	False	False
ISR0286_000000014133	1445	0.5985324180622477	2	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.712439141648098		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	99.654	100.0	0.007104026763092515	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ISR0126_000000029329	1685	0.5985293011987286	2	2	2	2	1	True	31960	maximal	True	ISR0126_000000029329	1.0		0	0	False	False	0.9976261258125305	0					non-mobilizable	no_good_hit	812.0	80.296	48.0	0.005757433423004114	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	True	True
CHI0041_000000004686	2995	0.5985250668075482	3	2	1	1	1	False	87613	fragment	False	CHI0041_000000004686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	100.0	5.0	2.1232618101822406e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0022_000000006250	2147	0.5985240453699816	2	2	2	2	2	False	87353	fragment	False	MON0086_000000013582	0.9592006762792229		0	0	False	False	1.0	0					non-mobilizable	chromosome	2119.0	99.95299999999999	100.0	0.00042272563429801796	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0007_000000022118	1185	0.598518564797261	1	1	1	1	1	False	102260	fragment	False	CHI0170_000000004962	0.021395565565176872		0	0	False	False	1.0	0					non-mobilizable	plasmid	1222.0	75.368	100.0	0.004937004965732343	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
CHI0188_000000009185	1653	0.5985154046772281	2	2	2	1	1	False	77024	fragment	False	CHI0188_000000009185	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1653.0	99.819	100.0	0.0002546362839749464	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CAN0018_000000018268	1884	0.5985143567997644	2	2	2	2	2	False	92205	maximal	True	CAN0018_000000018268	1.0		206	12	False	False	1.0	0					non-mobilizable	chromosome	1884.0	96.921	100.0	0.0005242022479729965	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0101_000000006569	1880	0.598513781477159	2	2	2	2	2	False	83310	maximal	True	CHI0101_000000006569	1.0		450	12	False	False	1.0	0					non-mobilizable	other	1834.0	100.0	100.0	0.0015305087250686974	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
SPA0115_000000014295	1909	0.5985125704814437	3	2	1	2	2	False	4391	maximal	True	SPA0115_000000014295	1.0		12	5	False	False	0.9806181192398071	0					non-mobilizable	no_good_hit								True	False
MON0009_000000032014	1247	0.5985067107151268	2	2	2	2	2	False	125698	fragment	False	FIJ0125_000000014532	0.7465853911763037		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	98.396	100.0	0.0003876284913785326	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0156_000000012207	2067	0.59850328259464	3	3	3	3	3	False	38295	fragment	False	ISR0156_000000012207	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2068.0	99.565	100.0	0.003652963194672718	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0062_000000006067	2442	0.5984993238343246	5	4	4	4	4	False	85595	fragment	False	CHI0062_000000006067	1.0		0	0	False	False	0.9897624850273132	0					non-mobilizable	no_good_hit	1526.0	72.215	62.0	0.03764611649270356	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0120_000000009705	3182	0.5984988825038678	4	4	2	1	2	False	32290	maximal	True	ISR0120_000000009705	1.0		2	2	False	False	0.9707731008529663	0					non-mobilizable	no_good_hit	72.0	100.0	2.0	0.0007031930908802788	NZ_GL882581.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld1, whole genome shotgun sequence	True	False
ISR0079_000000011943	2302	0.598492089870638	4	3	3	1	1	False	85058	fragment	False	SPA0057_000000013262	0.9168407856247389		0	0	False	False	0.9926151037216187	0					non-mobilizable	other	2330.0	81.03	100.0	0.0013619413640964463	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	False
ISR0347_000000006357	3293	0.598482921856818	4	4	4	4	2	False	71808	maximal	True	ISR0347_000000006357	1.0		3	2	False	False	0.9942302107810974	0					non-mobilizable	no_good_hit	2163.0	100.0	66.0	0.0009449895447965256	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
MON0083_000000036362	1140	0.5984784784689879	2	2	2	2	2	False	9841	maximal	True	MON0083_000000036362	1.0		96	7	False	False	0.9824561476707458	0					non-mobilizable	no_good_hit	81.0	88.889	7.0	2.3954093041942404e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ENG0011_000000007986	3264	0.5984764626903708	2	2	2	2	2	False	67209	maximal	True	ENG0011_000000007986	1.0		4	2	False	False	0.999387264251709	0					non-mobilizable	other	3264.0	100.0	100.0	0.0007223374956472691	NZ_JAAJTM010000001.1	enterobacteria	Escherichia marmotae strain UMB2500_14 scaffold00001, whole genome shotgun sequence	False	False
MON0048_000000025527	1594	0.598474479747981	2	2	2	2	1	False	11396	maximal	True	MON0048_000000025527	1.0		153	13	False	False	0.9974905848503113	0					non-mobilizable	chromosome	1588.0	87.09100000000001	99.0	0.000557890981538784	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0080_01_000000022560	1888	0.5984716151256564	2	2	2	2	2	False	115613	fragment	False	USA0080_01_000000022560	0.9785919890846175		0	0	False	False	1.0	0					non-mobilizable	other	1889.0	97.3	100.0	0.000568440645071743	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0781_000000005696	4359	0.5984694988508579	7	5	1	2	5	True	82482	maximal	True	ISR0781_000000005696	1.0		24	5	False	False	1.0	0					non-mobilizable	other	3650.0	98.712	97.0	0.001646367186354418	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	True
ENG0085_000000004296	4854	0.5984694907634818	6	6	6	6	5	False	114181	fragment	False	ISR0360_000000004622	0.9694026470987255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	70.01899999999999	10.0	0.00017648693718732628	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0102_000000009163	1867	0.5984640049484232	2	1	1	1	1	False	33095	maximal	True	ISR0102_000000009163	1.0		209	10	False	False	1.0	0					non-mobilizable	other	1869.0	98.76899999999999	100.0	0.0007758931493785378	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MON0098_000000016925	1968	0.598462201399552	2	2	2	2	2	False	11126	fragment	False	MON0098_000000016925	1.0		0	0	False	False	0.9913617968559265	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.00032369044095886357	NZ_FNQM01000012.1	a-proteobacteria	Rubrimonas cliftonensis strain DSM 15345, whole genome shotgun sequence	True	False
CAN0021_000000001433	19915	0.5984618937096366	28	19	9	12	16	True	116731	maximal	True	CAN0021_000000001433	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	8219.0	94.245	86.0	0.023630674726652593	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
FIJ0133_000000028145	1381	0.5984617926336165	2	2	2	2	1	True	50856	fragment	False	FIJ0133_000000028145	1.0		0	0	False	False	0.9963794350624084	0					non-mobilizable	no_good_hit	1140.0	76.75399999999999	81.0	0.00031486718393248977	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
FIJ0061_000000022089	1298	0.5984617926336165	2	2	2	2	1	True	50855	fragment	False	FIJ0061_000000022089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	75.101	56.0	0.001044942535307908	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
MON0055_000000004212	3965	0.5984614859069478	5	5	4	5	4	False	72062	maximal	True	MON0055_000000004212	1.0		231	12	False	False	0.9843631982803345	0					non-mobilizable	other	3332.0	99.94	98.0	0.0010689637245507367	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0087_000000006137	4283	0.598460490889309	3	3	3	3	2	False	107872	fragment	False	ISR0087_000000006137	0.9897533969126933		0	0	False	False	0.9964978098869324	0					non-mobilizable	other	4283.0	99.883	100.0	0.008403955079466638	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0126_000000024617	1786	0.5984590092566723	3	3	3	3	3	False	3962	maximal	True	SPA0126_000000024617	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	75.709	27.0	0.00013562218846115235	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0089_000000017219	1381	0.5984587768105135	2	2	2	1	1	False	110024	fragment	False	AST0089_000000017219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	76.956	99.0	0.014306786182140757	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0062_000000005293	3345	0.5984471470657402	4	4	3	3	3	False	71731	maximal	True	DEN0062_000000005293	1.0		23	7	False	False	0.9925261735916138	0					non-mobilizable	no_good_hit	1638.0	78.266	49.0	0.0004539664831675553	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0084_000000012687	2223	0.5984441244322097	3	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.4723841537014174		0	0	False	False	1.0	0					non-mobilizable	other	2223.0	99.325	100.0	0.042492159412529644	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0040_000000013865	1459	0.5984384533281282	2	2	2	2	1	False	115978	fragment	False	AUS0008_000000015916	0.9025575871662882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	89.758	74.0	0.0002427683098891094	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0014_000000013781	1198	0.5984311231282565	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.24286863098222228		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	93.667	100.0	0.016663877733154843	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0223_000000005088	4979	0.5984223384109685	4	3	2	3	1	False	108024	maximal	False	AST0104_000000005400	0.7290401838375601		0	0	False	False	0.9997991323471069	0					non-mobilizable	chromosome	4488.0	99.822	90.0	0.0012558246670609252	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0085_000000007297	4739	0.5984223384109685	3	3	2	3	1	False	108024	maximal	False	AST0104_000000005400	0.4877485438843141		0	0	False	False	0.9993669390678406	0					non-mobilizable	chromosome	4488.0	99.889	95.0	0.0012558246670609252	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ETH0002_000000002838	9602	0.5984214991015792	10	5	3	5	3	False	101199	maximal	True	ETH0002_000000002838	0.9651021610505632		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	96.48	12.0	0.00016645641762848154	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0150_000000002596	3339	0.598411956006611	2	2	1	2	1	False	79558	maximal	True	CHI0150_000000002596	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	390.0	72.051	15.0	0.002472624514305899	NZ_QXJF01000002.1	e-proteobacteria	Helicobacter labetoulli strain 48519 NODE_2_length_152874_cov_362.058, whole genome shotgun sequence	True	False
FIJ0079_000000021342	1336	0.5984095039492717	3	3	1	2	3	True	44369	fragment	False	FIJ0079_000000021342	1.0		0	0	False	False	0.9910179376602173	0					non-mobilizable	plasmid	1336.0	99.775	100.0	0.009856326506504438	MN821368.1	enterobacteria	Enterobacter cloacae strain N1863 plasmid pN1863-FIIK, partial sequence	False	True
MON0015_000000029929	1283	0.5984095039492717	4	3	1	2	3	True	13393	fragment	False	MON0015_000000029929	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1283.0	99.065	100.0	0.014076774420238932	MK262711.1	enterobacteria	Klebsiella pneumoniae strain KP18-29 plasmid p18-29mcr-8.2, complete sequence	False	True
MON0044_000000032476	1703	0.5984063790378858	3	2	1	2	1	False	13049	maximal	True	MON0044_000000032476	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	88.01	70.0	0.5197055002165439	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	False
FIJ0172_000000008040	3205	0.5984048377323883	7	2	2	2	0	False	38747	maximal	True	FIJ0172_000000008040	1.0		1	1	False	False	0.9953197836875916	0					non-mobilizable	no_good_hit	411.0	80.292	13.0	0.00014271432734983743	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0136_000000033206	1287	0.5984045407313794	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.680217964963235		0	0	False	False	0.998445987701416	0					non-mobilizable	chromosome	1287.0	98.057	100.0	0.0004537936763180748	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0053_000000005216	5023	0.5984039712038729	7	5	5	5	3	False	65090	maximal	True	ENG0053_000000005216	1.0	PS277	27	5	True	True	0.9998009204864502	5					non-mobilizable	no_good_hit	527.0	77.23	10.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ENG0038_000000008941	2576	0.5984039712038729	6	5	5	5	3	False	65088	fragment	False	ENG0038_000000008941	0.9976565828717512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	20.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0196_000000008363	2347	0.5984039712038729	5	5	5	5	3	False	65088	fragment	False	ENG0038_000000008941	0.953610248447205		0	0	False	False	0.9940349459648132	0					non-mobilizable	no_good_hit	527.0	77.23	22.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0805_000000003269	3640	0.5984030569643989	6	3	1	1	2	False	88485	backbone	False	ISR0182_000000007885	0.8461395642909227	PS458	0	0	False	True	0.9994505643844604	0					non-mobilizable	no_good_hit	1292.0	88.62200000000001	46.0	0.00040007242368602963	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0320_000000005819	3572	0.5984030569643989	5	3	1	1	2	False	88485	backbone	False	ISR0182_000000007885	0.5179361100933918	PS458	0	0	False	True	0.99972003698349	0					non-mobilizable	no_good_hit	938.0	87.31299999999999	43.0	0.0003120227726134886	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0049_000000008960	2384	0.5984014852271513	2	2	2	2	2	False	44088	maximal	True	MON0049_000000008960	1.0		78	7	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	80.571	51.0	0.08727246564501043	NZ_QIML01000033.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_33, whole genome shotgun sequence	True	False
ISR0080_000000025093	1329	0.5983909184763925	3	2	2	2	1	False	54887	fragment	False	ISR0080_000000025093	0.9414490588596106		0	0	False	False	0.9894657731056213	0					non-mobilizable	no_good_hit	142.0	81.69	10.0	7.599826195279187e-05	NZ_CP027228.1	firmicutes	Mogibacterium diversum strain CCUG 47132 chromosome, complete genome	True	False
MON0069_000000033264	1566	0.5983845012976693	3	1	1	1	1	False	10477	maximal	True	MON0069_000000033264	1.0		2	1	False	False	0.9878671765327454	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.756495888189646e-05	NZ_SJKB01000010.1	high GC Gram+	Kribbella pittospori strain NRRL B-24813 NODE_10_length_414416_cov_14.6426_ID_4278, whole genome shotgun sequence	True	False
FIJ0057_000000004160	6295	0.5983803271692703	10	8	8	8	8	False	95018	maximal	True	FIJ0057_000000004160	0.9593642470915943		44	10	False	False	1.0	0					non-mobilizable	other	4170.0	96.619	98.0	0.11402330363262508	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ENG0153_000000009131	3238	0.5983774250883362	3	3	1	3	2	False	56959	maximal	True	ENG0153_000000009131	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	85.915	17.0	0.009222833450319127	NZ_CYYA01000021.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0145_000000000056	79011	0.5983770376572473	79	48	33	44	31	True	105282	maximal	True	CHI0145_000000000056	1.0	PS633|PS634	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	5734.0	77.415	12.0	0.04754176531115889	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0046_000000016334	1942	0.598370556387986	2	2	2	2	2	False	55653	fragment	False	ENG0174_000000009219	0.9608993157380255		0	0	False	False	0.9897013306617737	0					non-mobilizable	no_good_hit	119.0	76.471	6.0	0.0036445458578944034	NZ_MCGG01000026.1	a-proteobacteria	Magnetovibrio blakemorei strain MV-1 Q32, whole genome shotgun sequence	True	False
ISR0821_000000003643	6882	0.5983695715157166	10	9	8	9	7	False	132492	fragment	False	ISR0054_000000002543	0.8608272188449625		0	0	False	False	1.0	0					non-mobilizable	chromosome	3977.0	95.876	90.0	0.0011116861104448397	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0184_000000004695	2625	0.5983683586741191	3	3	3	3	3	False	90734	maximal	True	ISR0184_000000004695	1.0		171	10	False	False	1.0	0					non-mobilizable	chromosome	1167.0	99.314	93.0	0.0003124685119638458	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0050_000000011057	2354	0.5983450612429881	3	1	1	1	1	False	6591	maximal	True	SPA0050_000000011057	1.0		7	4	False	False	0.9966015219688416	0					non-mobilizable	no_good_hit								True	False
SPA0052_000000017842	1519	0.5983450612429881	1	1	1	1	1	False	6519	maximal	True	SPA0052_000000017842	1.0		131	11	False	False	0.9888084530830383	0					non-mobilizable	no_good_hit	564.0	71.09899999999999	37.0	0.010053983551320604	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	True	False
ISR0269_000000000737	10931	0.5983440351719594	9	5	5	5	4	False	105875	maximal	True	ISR0269_000000000737	1.0		37	10	False	False	1.0	0					non-mobilizable	chromosome	8083.0	99.975	100.0	0.002745915022408039	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0046_000000020611	1306	0.59834401116509	3	2	2	2	2	False	37676	fragment	False	ISR0020_000000019516	0.9790748898678414		0	0	False	False	0.9946401119232178	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	7.1846564476903125e-06	NZ_CP033433.1	firmicutes	Cohnella candidum strain 18JY8-7 chromosome, complete genome	True	False
MAD0048_000000000039	85777	0.5983423586189641	120	31	15	27	14	False	17586	maximal	True	MAD0048_000000000039	1.0		2	1	False	False	0.9999533891677856	0					non-mobilizable	no_good_hit	196.0	80.102	0.0	0.0019312072655149016	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
SPA0052_000000008873	3269	0.5983390322871331	2	2	2	2	1	False	6538	fragment	False	SPA0052_000000008873	1.0		0	0	False	False	0.9990822672843933	0					non-mobilizable	no_good_hit	747.0	72.155	22.0	0.0002119034056732716	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0008_000000000808	9188	0.5983370454254024	13	8	2	7	3	False	101695	maximal	True	CHI0008_000000000808	1.0		1	1	False	False	0.9970613718032837	0					non-mobilizable	no_good_hit	391.0	81.074	8.0	0.00013184197855393135	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0285_000000002769	4586	0.5983356907147115	8	6	3	4	5	True	83426	fragment	False	ISR0285_000000002769	1.0		0	0	False	False	0.9997819662094116	0					non-mobilizable	other	4587.0	98.69200000000001	100.0	0.03146440529117954	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0015_000000005650	1772	0.5983341197524127	2	2	2	2	1	True	89780	maximal	True	CHI0015_000000005650	1.0		226	11	False	False	0.9994356632232666	0					non-mobilizable	no_good_hit	1362.0	99.413	77.0	0.00034432785683252806	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	True
MON0041_000000013826	3827	0.5983334486718859	4	4	4	4	4	False	96688	maximal	True	MON0041_000000013826	1.0		48	9	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	82.848	33.0	0.08739563695125235	NZ_JH604978.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld563, whole genome shotgun sequence	True	False
MON0089_000000016639	1653	0.5983308936427637	2	2	2	2	2	False	9600	maximal	True	MON0089_000000016639	1.0		1	1	False	False	0.9987900853157043	0					non-mobilizable	chromosome	1473.0	91.853	93.0	0.0006212989030191244	CP023510.1	high GC Gram+	Rothia mucilaginosa strain FDAARGOS_369 chromosome, complete genome	False	False
CHI0152_000000004138	2361	0.5983303114180111	3	3	3	2	1	False	95796	fragment	False	CHI0152_000000004138	1.0		0	0	False	False	0.9995764493942261	0					non-mobilizable	other	2361.0	99.53399999999999	100.0	0.0045601837985944586	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
ENG0107_000000016972	1751	0.598329795522511	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.11282607806217847		0	0	False	False	0.9965733885765076	0					non-mobilizable	chromosome	1767.0	90.436	100.0	0.0005682471975227904	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0045_000000004423	6195	0.5983177213703471	9	7	2	3	7	False	56644	fragment	False	SPA0045_000000004423	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6203.0	96.389	100.0	0.03738058309847255	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
CHI0172_000000002454	3062	0.5983165502317008	4	4	4	4	4	False	82396	fragment	False	SPA0070_000000007010	0.9767025089605734		0	0	False	False	1.0	0					non-mobilizable	chromosome	2928.0	99.898	100.0	0.0010773839189683616	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ENG0064_000000007850	2867	0.5983107916513702	3	3	3	2	2	False	62987	fragment	False	ENG0064_000000007850	1.0		0	0	False	False	0.9993023872375488	0					non-mobilizable	no_good_hit	889.0	87.852	31.0	0.0002472074329261927	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0770_000000002781	3418	0.5983082188068181	5	5	4	3	4	False	22541	fragment	False	ISR0770_000000002781	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2382.0	93.99700000000001	100.0	0.0005022299389446371	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0013_000000007397	5589	0.5983057631808819	6	6	3	3	5	False	99076	fragment	False	MON0013_000000007397	0.9973641156153428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2358.0	84.86	42.0	0.015940957407118487	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	False
FIJ0094_000000013830	1478	0.5982990312037596	3	2	2	1	1	False	47458	fragment	False	FIJ0094_000000013830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1228.0	90.065	83.0	0.009158151650631816	NZ_JABAFG010000006.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_6, whole genome shotgun sequence	True	False
FIJ0040_000000018907	1310	0.5982990312037596	2	2	2	1	1	False	47457	fragment	False	FIJ0040_000000018907	1.0		0	0	False	False	0.9992366433143616	0					non-mobilizable	no_good_hit	1121.0	89.831	86.0	0.008359519029101576	NZ_JABAFG010000006.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_6, whole genome shotgun sequence	True	False
DEN0085_000000002207	15226	0.5982988136682436	19	8	2	8	1	False	69015	maximal	True	DEN0085_000000002207	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	9.740913140472345e-07	LR792834.1	monocots	Digitaria exilis annotation	True	False
MON0069_000000047617	1129	0.5982980553040498	2	1	1	1	1	True	10458	maximal	True	MON0069_000000047617	1.0		7	5	False	False	0.9982285499572754	0					non-mobilizable	other	1129.0	97.25399999999999	100.0	0.013273867661422233	NZ_QJKD01000022.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_122, whole genome shotgun sequence	False	True
MAD0092_000000015892	1187	0.5982862847496108	2	2	2	1	1	False	15696	maximal	True	MAD0092_000000015892	1.0		0	0	False	False	0.9983150959014893	0					non-mobilizable	no_good_hit								True	False
ISR0105_000000009799	1936	0.5982862765679994	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.47585395023663185		0	0	False	False	0.9989669322967529	0					non-mobilizable	other	1935.0	92.713	99.0	0.00953550780402139	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0778_000000008281	1667	0.5982856465236129	2	2	2	2	1	False	61141	backbone	True	ISR0778_000000008281	0.9897763578274761	PS269|PS270	13	5	True	True	1.0	22					non-mobilizable	no_good_hit	311.0	74.598	18.0	0.00011112785695738465	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ENG0195_000000005101	4404	0.5982828031712563	5	3	3	3	1	False	107642	maximal	True	ENG0195_000000005101	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2451.0	99.91799999999999	56.0	0.00047426474929494256	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
MON0020_000000003541	4510	0.5982781200006918	6	6	5	5	4	False	13115	maximal	True	MON0020_000000003541	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3094.0	79.089	68.0	0.0014520075790034944	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
CAN0011_000000012227	2489	0.5982770243292123	3	3	2	3	2	False	94488	maximal	True	CAN0011_000000012227	1.0		13	3	False	False	0.9943752288818359	0					non-mobilizable	no_good_hit	94.0	96.809	4.0	0.00019536747992756698	NZ_DS499672.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_11, whole genome shotgun sequence	True	False
SPA0026_000000003315	6963	0.5982711702087302	6	4	4	2	3	True	92403	maximal	True	SPA0026_000000003315	1.0		15	7	False	False	1.0	0					non-mobilizable	other	6858.0	90.85700000000001	98.0	0.014271060499289053	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0253_000000001402	7165	0.5982694197673979	6	5	4	4	5	True	130130	maximal	True	ISR0253_000000001402	1.0		1	1	False	False	0.999860405921936	0					non-mobilizable	no_good_hit	5990.0	93.339	87.0	0.0020064376996213654	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0342_000000005584	3141	0.598266562060046	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.674162456162715		0	0	False	False	0.9996816515922546	0					non-mobilizable	other	3067.0	98.631	100.0	0.0009843366546936742	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0386_000000010804	3135	0.598266562060046	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.6752739455345544		0	0	False	False	1.0	0					non-mobilizable	other	3067.0	99.022	100.0	0.0009843366546936742	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0085_000000006152	3135	0.598266562060046	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.6753053980703999		0	0	False	False	0.9984050989151001	0					non-mobilizable	other	3067.0	99.054	100.0	0.0009843366546936742	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0050_000000008229	3054	0.598266562060046	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.6684461776358199		0	0	False	False	0.999672532081604	0					non-mobilizable	other	2986.0	98.995	100.0	0.0009583316745794577	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0130_000000009383	3026	0.598266562060046	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.6656493032264909		0	0	False	False	1.0	0					non-mobilizable	other	2956.0	99.01899999999999	100.0	0.0009487002004630813	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0111_000000004014	4127	0.5982560588062424	5	5	5	4	5	False	82229	fragment	False	ISR0111_000000004014	1.0		0	0	False	True	0.994426965713501	0					non-mobilizable	chromosome	4086.0	99.78	100.0	0.0009902257326822002	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
MAD0060_000000006211	2640	0.5982548152218528	2	2	2	2	2	False	45544	maximal	True	MAD0060_000000006211	1.0		1	1	False	False	0.991287887096405	0					non-mobilizable	no_good_hit	2222.0	99.505	89.0	0.000461811035661173	CP010171.1	enterobacteria	Escherichia coli strain H7, complete genome	True	False
FIJ0155_000000005317	4261	0.5982548045113938	5	4	3	3	4	False	39541	maximal	True	FIJ0155_000000005317	1.0		1	1	False	False	0.9985918998718262	0					non-mobilizable	no_good_hit	1345.0	76.134	31.0	0.0004054002835073037	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0208_000000004646	5343	0.5982535233115255	6	6	6	5	5	False	109889	maximal	True	ISR0208_000000004646	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	77.46	36.0	0.0003895428289945935	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0261_000000016552	1109	0.5982531384803762	1	1	1	1	1	False	26672	maximal	True	ISR0261_000000016552	1.0		11	4	False	False	1.0	0					non-mobilizable	other	1109.0	97.024	100.0	0.004038945937177622	NZ_HF954559.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
AST0151_000000004755	3436	0.5982521864819427	3	3	3	3	3	False	103700	maximal	True	AST0151_000000004755	1.0		14	4	False	False	0.9892316460609436	0					non-mobilizable	other	3436.0	98.166	100.0	0.001180372465448404	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
FIJ0107_000000009192	2962	0.5982510412774564	6	2	2	2	2	False	42291	maximal	True	FIJ0107_000000009192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	89.697	11.0	0.005759756140786163	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0122_000000006772	2419	0.5982507048086687	5	4	3	4	2	False	78250	fragment	False	FIJ0122_000000006772	1.0		0	0	False	False	0.9995865821838379	0					non-mobilizable	other	1450.0	89.31	95.0	0.0004329542625069738	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0079_000000001552	15047	0.5982477895324181	19	6	4	5	5	True	113149	maximal	True	DEN0079_000000001552	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	8670.0	95.686	73.0	0.19796571428571427	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0258_000000022080	1321	0.5982477515832408	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.7180885933888873		0	0	False	False	0.9848599433898926	0					non-mobilizable	other	1321.0	98.56200000000001	100.0	0.00037471215293706197	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0136_000000011372	2375	0.5982447997412569	3	3	3	3	1	True	40539	maximal	True	FIJ0136_000000011372	1.0		20	5	False	False	0.9995789527893066	0					non-mobilizable	no_good_hit	1062.0	72.505	44.0	0.00023605249480956617	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
ISR0393_000000003927	4294	0.5982439736516255	5	2	2	2	2	False	109226	maximal	True	ISR0393_000000003927	0.999884606508193		4	2	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
MON0070_000000017773	1901	0.5982404442860378	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.249874740244491		0	0	False	False	0.9936875104904175	0					non-mobilizable	chromosome	1901.0	98.31700000000001	100.0	0.0006622673524503195	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0110_000000013016	2105	0.5982368125032858	3	3	3	3	3	False	82398	fragment	False	MAD0110_000000013016	0.984383811220586		0	0	False	False	0.9914489388465881	0					non-mobilizable	other	2106.0	98.86	100.0	0.028146205013584592	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
CHI0156_000000010251	1429	0.5982315754610179	3	3	3	2	1	False	78994	maximal	True	CHI0156_000000010251	1.0		0	0	False	False	0.9874037504196167	0					non-mobilizable	no_good_hit	1131.0	98.851	79.0	0.00031379997889486867	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0138_000000003593	7818	0.598228627124391	14	6	3	5	2	True	58345	maximal	True	ISR0138_000000003593	1.0		13	2	False	False	0.9960348010063171	0					non-mobilizable	no_good_hit								True	True
SPA0005_000000018982	1514	0.5982258758245828	2	2	2	2	2	False	8295	fragment	False	SPA0005_000000018982	1.0		0	0	False	False	0.9927344918251038	0					non-mobilizable	no_good_hit	197.0	77.157	13.0	0.04856070087609512	NZ_CACWHD010000082.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0329_000000000142	27930	0.598225713630725	25	9	8	8	6	True	24725	fragment	False	ISR0329_000000000142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	77.673	1.0	0.008314517200159384	MK231466.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_2-CL09_c16 sequence	True	True
USA0005_01_000000017448	1852	0.5982254910861561	4	2	2	2	1	False	74138	fragment	False	USA0005_01_000000017448	1.0		0	0	False	False	0.9962202906608582	0					non-mobilizable	no_good_hit	579.0	97.40899999999999	39.0	0.0002836674769348404	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0086_000000001335	15021	0.5982199956872164	17	15	4	9	15	True	112113	maximal	True	MON0086_000000001335	1.0		34	9	False	False	0.9998668432235718	0					non-mobilizable	no_good_hit	6421.0	75.845	54.0	0.0012259864978795081	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
AUS0004_000000012429	1632	0.5982190389520432	3	3	3	3	2	False	102366	fragment	False	MON0008_000000021750	0.9602873544836292		0	0	False	False	0.9895833134651184	0					non-mobilizable	no_good_hit	1131.0	74.271	67.0	0.0013769944982358812	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0047_000000009638	3151	0.5982178745374058	5	5	2	4	3	True	46896	fragment	False	SPA0032_000000008029	0.9507321537522879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	72.788	19.0	0.00015540718391401538	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0811_000000007463	1998	0.598213765749349	3	3	3	3	2	False	21684	maximal	True	ISR0811_000000007463	1.0		2	2	False	False	0.999499499797821	0					non-mobilizable	chromosome	903.0	99.225	100.0	0.00016524471331416226	CP052309.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 chromosome, complete genome	False	False
ISR0018_000000007133	3035	0.5982118325663746	4	4	4	4	3	False	115077	fragment	False	ISR0018_000000007133	0.9818421366699958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	73.408	40.0	0.017697966248377325	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	True	False
USA0044_01_000000014279	1972	0.598211579495203	2	1	1	1	1	True	1229	maximal	True	USA0044_01_000000014279	1.0		1	1	False	False	0.9989858269691467	0					non-mobilizable	other	2003.0	90.664	100.0	0.17196294051433025	NZ_CBVI010000177.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
ISR0171_000000013023	2145	0.5982094263215465	3	3	3	3	2	True	29991	maximal	True	ISR0171_000000013023	1.0		30	8	False	False	0.9925407767295837	0					non-mobilizable	no_good_hit	1252.0	76.518	57.0	0.00030426577676895245	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0366_000000002805	4987	0.5982065362804878	4	3	3	3	2	False	23635	maximal	True	ISR0366_000000002805	1.0		20	5	False	False	0.9927812218666077	0					non-mobilizable	no_good_hit	2344.0	99.829	47.0	0.02356882035187253	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
MON0079_000000014458	1575	0.5982019963573038	2	2	2	2	2	False	10090	maximal	True	MON0079_000000014458	1.0		15	5	False	False	0.9968253970146179	0					non-mobilizable	other	1575.0	99.492	100.0	0.001956127563378409	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0034_000000009784	2878	0.5982006071261621	3	3	2	2	1	False	53028	maximal	False	FIJ0052_000000007445	0.48223514211886304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	97.838	56.0	0.07262444454418959	NZ_CABIWU010000038.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0087_000000009558	3655	0.598200286157698	5	5	5	3	4	False	111014	maximal	True	AST0087_000000009558	1.0		37	7	False	False	1.0	0					non-mobilizable	no_good_hit	1617.0	70.625	43.0	0.006591668131481807	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	True	False
CHI0023_000000011108	1181	0.5981981200489723	2	2	2	2	2	False	89053	maximal	True	CHI0023_000000011108	1.0		326	13	False	False	0.9949195384979248	0					non-mobilizable	chromosome	1180.0	99.915	99.0	0.00021827924858618364	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
MON0062_000000015858	2417	0.5981974760285533	4	3	2	2	2	True	113497	maximal	False	MON0047_000000015990	0.7788103510902517	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1770.0	85.085	91.0	0.0005940886663029206	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0137_000000015584	2353	0.5981957495856324	2	2	2	2	2	False	79760	fragment	False	SPA0137_000000015584	1.0		0	0	False	False	0.9910752177238464	0					non-mobilizable	no_good_hit	988.0	75.304	42.0	0.0001743179808997298	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
CHI0145_000000009080	2069	0.5981957495856324	2	2	2	2	2	False	79759	fragment	False	CHI0145_000000009080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	75.101	47.0	0.0001743179808997298	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
ISR0004_000000002687	5923	0.5981916136928189	6	5	5	5	5	False	124962	maximal	True	ISR0004_000000002687	1.0		2	2	False	False	0.9993246793746948	0					non-mobilizable	no_good_hit	3456.0	78.819	69.0	0.008213552361396304	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0005_000000004651	6411	0.5981904050768385	8	5	4	5	2	False	8346	maximal	True	SPA0005_000000004651	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	86.85799999999999	8.0	0.00022448576132082617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
CHI0188_000000003686	4048	0.5981861863699252	4	3	2	3	1	False	129993	maximal	True	CHI0188_000000003686	0.9989431968295905		589	13	False	False	1.0	0					non-mobilizable	other	3992.0	99.85	99.0	0.007197735689764964	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0005_000000007133	4092	0.5981845360820246	7	6	4	4	6	False	128602	fragment	False	MON0053_000000005725	0.24116987285331218		0	0	False	False	1.0	0					non-mobilizable	other	3930.0	96.794	100.0	0.0012216830542885213	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0399_000000004381	3301	0.598182686324386	4	4	2	4	2	False	112859	fragment	False	AUS0006_000000006348	0.9744072298655668		0	0	False	True	0.9996970891952515	0					non-mobilizable	no_good_hit	2297.0	74.14	69.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0129_000000008540	3251	0.598182686324386	4	4	2	4	2	False	112859	fragment	False	AUS0006_000000006348	0.9683628104020328		0	0	False	True	0.9993848204612732	0					non-mobilizable	no_good_hit	2297.0	74.184	70.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0310_000000005194	3073	0.5981817251126282	3	3	3	3	3	False	79441	maximal	True	ISR0310_000000005194	1.0		72	9	False	False	0.9996745586395264	0					non-mobilizable	chromosome	3073.0	99.805	100.0	0.0006003468410069724	CP035777.1	enterobacteria	Klebsiella pneumoniae strain R46 chromosome, complete genome	False	False
FIJ0023_000000007350	4145	0.5981750243916715	6	4	4	3	4	False	49392	maximal	True	FIJ0023_000000007350	1.0		12	4	False	False	0.9997587203979492	0					non-mobilizable	no_good_hit	222.0	72.072	5.0	0.0005188952336109583	NZ_QNRR01000008.1	verrucomicrobia	Roseimicrobium gellanilyticum strain DSM 25532 Ga0244561_108, whole genome shotgun sequence	True	False
CHI0045_000000000764	14854	0.5981748700284005	12	10	8	9	7	True	105464	maximal	True	CHI0045_000000000764	0.9997179523339444	PS636	174	9	False	True	1.0	0					non-mobilizable	chromosome	14854.0	100.0	100.0	0.0028010554734581466	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ENG0203_000000002969	4683	0.5981712833576468	3	3	2	2	3	True	60566	fragment	False	ENG0203_000000002969	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	other	4684.0	98.44200000000001	100.0	0.001958920530803732	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0098_000000004170	4135	0.5981712833576468	3	3	2	2	3	True	60564	fragment	False	ISR0098_000000004170	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4133.0	98.306	99.0	0.0017278920178600554	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0144_000000006184	2748	0.5981711510384203	4	4	4	3	3	False	42327	maximal	True	SPA0144_000000006184	0.9926192278576835		70	7	False	False	0.9974526762962341	0					non-mobilizable	no_good_hit	486.0	74.691	17.0	0.0017692852087756545	NZ_SLXA01000003.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_103, whole genome shotgun sequence	True	False
SPA0034_000000017651	2026	0.5981681938192183	4	3	3	2	2	False	93549	fragment	False	SPA0027_000000017373	0.9661621747270538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	73.696	65.0	0.0004395919536496398	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0057_000000009146	2563	0.5981674261796021	4	2	2	2	2	False	113535	fragment	False	ENG0057_000000009146	1.0		0	0	False	False	0.9996098279953003	0					non-mobilizable	no_good_hit	355.0	80.0	14.0	0.000125361964967351	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0135_000000009655	2015	0.5981674261796021	3	2	2	2	2	False	113521	fragment	False	AST0087_000000017412	0.602633031543931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	80.0	18.0	0.000125361964967351	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0084_000000014884	1924	0.5981674261796021	3	2	2	2	2	False	113521	fragment	False	AST0087_000000017412	0.4833008083855078		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	79.045	20.0	0.00013315282154724288	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0091_000000006735	1293	0.5981661763695627	2	2	1	1	2	True	5336	maximal	True	SPA0091_000000006735	1.0		3	3	False	False	0.9969063997268677	0					non-mobilizable	other	1293.0	100.0	100.0	0.020734036236419368	NZ_KE136490.1	firmicutes	Enterococcus villorum ATCC 700913 acOto-supercont2.4, whole genome shotgun sequence	False	True
ISR0818_000000004357	3856	0.5981660556864866	8	6	5	5	4	True	71112	fragment	False	ISR0818_000000004357	1.0		0	0	False	False	0.9979252815246582	0					non-mobilizable	no_good_hit	1309.0	99.083	65.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0812_000000024380	1626	0.5981651457422187	3	3	2	2	2	False	21635	fragment	False	ISR0812_000000024380	1.0		0	0	False	False	0.998769998550415	0					non-mobilizable	no_good_hit	347.0	98.271	46.0	7.854874701087866e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0079_000000022106	1310	0.5981619263883341	3	3	2	3	1	True	34342	fragment	False	ISR0079_000000022106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	76.87100000000001	11.0	0.010415180482237123	NZ_MUJM01000084.1	a-proteobacteria	Wolbachia pipientis wVitA gwv.contig.8_3, whole genome shotgun sequence	True	True
ISR0810_000000002945	4299	0.5981594541720037	4	3	3	3	3	False	81103	fragment	False	ISR0810_000000002945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	72.928	30.0	0.00030177941826791765	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
MON0032_000000016033	1812	0.5981572904287139	2	2	1	1	2	False	46652	maximal	True	MON0032_000000016033	0.971546148226546		241	12	False	False	0.9988962411880493	0					non-mobilizable	other	1813.0	95.91799999999999	100.0	0.04129423568040861	NZ_CABIWU010000016.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0229_000000006108	2603	0.5981415042327166	3	2	1	2	2	False	119464	maximal	True	ISR0229_000000006108	0.9885436893203884		10	3	False	False	0.9984633326530457	0					non-mobilizable	no_good_hit	2304.0	98.43799999999999	89.0	0.04649144056847545	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0028_000000007251	2575	0.5981415042327166	3	2	1	2	2	False	119464	maximal	False	ISR0229_000000006108	0.9832885132539377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2272.0	98.54799999999999	88.0	0.04584544573643411	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0006_000000014204	2259	0.5981415042327166	3	2	1	2	2	False	119463	fragment	False	AST0026_000000010653	0.640342639136749		0	0	False	False	1.0	0					non-mobilizable	other	2259.0	99.292	100.0	0.045583010335917315	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0149_000000009752	2136	0.5981415042327166	3	2	1	2	2	False	119463	fragment	False	AST0026_000000010653	0.4347165344431446		0	0	False	False	0.9985954761505127	0					non-mobilizable	other	2136.0	99.204	100.0	0.043099967700258396	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0074_000000010779	2120	0.5981415042327166	3	2	1	2	2	False	119463	fragment	False	AST0026_000000010653	0.4333352986292858		0	0	False	False	0.9995282888412476	0					non-mobilizable	other	2120.0	99.245	100.0	0.04277697028423773	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0132_000000021095	1960	0.5981415042327166	2	2	1	2	2	False	119463	fragment	False	AST0026_000000010653	0.311768897368855		0	0	False	False	0.9994897842407227	0					non-mobilizable	other	1960.0	99.949	100.0	0.03954699612403101	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0241_000000011758	1372	0.5981379817033201	2	2	2	2	1	False	27251	maximal	True	ISR0241_000000011758	1.0		3	2	False	False	1.0	0					non-mobilizable	other	999.0	97.09700000000001	100.0	0.0002328352804708592	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0086_000000002906	8030	0.5981372423286377	10	8	7	7	7	False	116361	maximal	False	FIJ0052_000000003133	0.8806397110300499		0	0	False	False	0.9996263980865479	0					non-mobilizable	no_good_hit	2500.0	97.32	82.0	0.032148007003810895	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0051_000000004628	5826	0.5981354583781926	7	7	5	6	5	False	127000	fragment	False	ENG0051_000000004628	0.9215329279983877		0	0	False	False	0.9998283386230469	0					non-mobilizable	chromosome	3511.0	95.899	99.0	0.001549327241402757	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0040_000000004901	4464	0.5981322691532212	6	6	4	3	5	False	86371	maximal	True	ENG0040_000000004901	1.0		7	4	False	False	0.9997760057449341	0					non-mobilizable	no_good_hit	3487.0	97.792	78.0	0.0006338436881445404	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
MON0019_000000020228	3204	0.5981321448833012	3	2	2	2	2	False	56348	maximal	True	MON0019_000000020228	1.0		2	1	False	False	1.0	0					non-mobilizable	other	3202.0	96.69	99.0	0.04787615913849835	NZ_WAJR01000011.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_011, whole genome shotgun sequence	False	False
AUS0022_000000017815	1925	0.5981292430024642	3	3	3	3	2	False	116153	fragment	False	DEN0083_000000012288	0.5897734020145013		0	0	False	False	0.9958441853523254	0					non-mobilizable	other	1924.0	98.90899999999999	99.0	0.0005420794075822299	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0109_000000008071	1761	0.598126065325826	4	4	4	3	3	False	14585	maximal	True	MAD0109_000000008071	1.0		1	1	False	False	0.9960249662399292	0					non-mobilizable	no_good_hit	995.0	99.899	57.0	0.0003060717993942611	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	False
FIJ0122_000000005931	2799	0.5981199709414562	5	5	2	3	5	False	41436	fragment	False	FIJ0122_000000005931	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2516.0	99.285	99.0	0.0005114659896470336	CP041435.1	enterobacteria	Escherichia coli strain STEC309 chromosome, complete genome	False	False
CAN0006_000000019197	2366	0.5981158817596623	4	4	4	4	4	False	95659	maximal	True	CAN0006_000000019197	1.0		21	4	False	False	0.9995773434638977	0					non-mobilizable	no_good_hit	1101.0	84.37799999999999	89.0	0.00030424111555821395	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0051_000000003337	7054	0.5981124489514373	6	5	5	5	5	False	119583	fragment	False	AST0026_000000004022	0.9602596370380183		0	0	False	False	0.9930536150932312	0					non-mobilizable	no_good_hit	2478.0	78.128	50.0	0.0007888154674419938	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
ENG0116_000000011028	2162	0.5981076418128802	3	3	2	3	2	False	59459	fragment	False	ISR0791_000000008253	0.9609304426377596		0	0	False	False	0.999537467956543	0					non-mobilizable	no_good_hit	212.0	97.17	10.0	7.102136464017917e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0026_000000018288	1780	0.5980919689268566	2	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.3389183560600671		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	86.277	97.0	0.0003740396567368382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0167_000000020414	1365	0.5980919689268566	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.3235324590376761		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	86.505	96.0	0.0003740396567368382	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0028_000000026368	1213	0.5980910170861092	2	2	2	2	2	False	73890	maximal	True	DEN0028_000000026368	1.0		8	4	False	False	0.9983512163162231	0					non-mobilizable	no_good_hit	673.0	79.04899999999999	60.0	0.004296365749808943	NZ_SRYX01000001.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_1_length_155713_cov_482.059, whole genome shotgun sequence	True	False
MAD0050_000000011461	2094	0.5980848981126442	4	4	4	3	2	False	87120	fragment	False	TAN0001_000000005997	0.9831854273703876		0	0	False	False	1.0	0					non-mobilizable	chromosome	2094.0	99.57	100.0	0.0005580558103826657	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0004_000000012170	3122	0.5980845936240571	3	2	2	2	1	False	54480	maximal	False	ENG0195_000000007460	0.9701492537313433		0	0	False	False	1.0	0					non-mobilizable	other	3059.0	88.656	98.0	0.003987157156947097	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
ISR0785_000000012104	2831	0.5980844219888112	4	4	4	3	2	False	99231	fragment	False	CHI0111_000000008113	0.10536270632566572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1061.0	78.417	37.0	0.00035951806072736435	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0119_000000002931	5563	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8755930265223928	PS1156	0	0	False	True	0.9987416863441467	0	rep_cluster_663				non-mobilizable	plasmid	5121.0	99.961	100.0	0.13254290817779388	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0195_000000004200	5544	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.81846837943112	PS1156	0	0	True	True	1.0	231	rep_cluster_663				non-mobilizable	plasmid	3064.0	99.804	97.0	0.07929275932589505	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0852_000000001332	5519	0.5980843531902298	15	7	0	1	7	False	132320	maximal	True	ISR0852_000000001332	1.0	PS1156	1	1	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	2668.0	100.0	76.0	0.06904139377151881	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	True	True
CHI0126_000000002623	5507	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8638206790157447	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5180.0	99.324	100.0	0.13321597763338425	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0095_000000003838	5481	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8225776334239203	PS1156	0	0	True	True	1.0	70	rep_cluster_663				non-mobilizable	plasmid	3418.0	99.035	97.0	0.07773353054955058	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0850_000000002551	5436	0.5980843531902298	12	7	0	1	7	False	132317	fragment	False	ISR0850_000000002551	1.0		0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3115.0	98.844	78.0	0.08303335733141348	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
ISR0098_000000003258	5357	0.5980843531902298	13	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8540884018353432	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5161.0	99.845	100.0	0.1335783996479329	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0098_000000001576	5346	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8212034331894116	PS1156	0	0	False	True	0.9975682497024536	0	rep_cluster_663				non-mobilizable	other	3363.0	98.365	95.0	0.0896461616404021	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0005_000000003547	5331	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8453492699733796	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.94200000000001	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0176_000000005911	5324	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8120906851142001	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5161.0	99.806	100.0	0.1335783996479329	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0277_000000001661	5324	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8424455819372142	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.728	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0121_000000002694	5321	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.828889701148569	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5147.0	99.786	100.0	0.13321597763338425	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0122_000000005903	5318	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.831914307482003	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.961	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CAN0004_000000004595	5318	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8318047553406838	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.94200000000001	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0098_000000004755	5313	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.812703808314877	PS1156	0	0	True	True	1.0	26	rep_cluster_663				non-mobilizable	plasmid	3566.0	98.962	97.0	0.08110137672090113	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0386_000000006698	5304	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8071072815759934	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.805	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0130_000000006238	5256	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8113773470960928	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5147.0	99.806	100.0	0.13321597763338425	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0119_000000006608	5255	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8112408185100223	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5147.0	99.74700000000001	100.0	0.13321597763338425	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0141_000000005461	5253	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8137610825624945	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5142.0	99.961	100.0	0.13308654119961688	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0025_000000003845	5252	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8136571394926954	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.961	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0124_000000003186	5251	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8137676775139823	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5142.0	99.98100000000001	100.0	0.13308654119961688	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0094_000000002836	5250	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8135490910472507	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.961	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0026_000000002182	5250	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8136637344318811	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.98100000000001	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0115_000000004721	5250	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8157407023499544	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.53299999999999	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0005_000000005222	5250	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8135490910472507	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.961	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
DEN0033_000000005256	5249	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8136441037615262	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.961	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0160_000000004921	5249	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8116652230049222	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.86399999999999	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0105_000000005311	5246	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8131692175651171	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5140.0	99.961	100.0	0.1330347666261099	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0122_000000002559	5241	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7842004763200473	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3296.0	98.96799999999999	95.0	0.0706384255884749	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
DEN0079_000000007914	5239	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7902037847934965	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.844	100.0	0.1330606539128634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0278_000000001758	5200	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7882319738406474	PS1156	0	0	False	True	0.9996153712272644	0	rep_cluster_663				non-mobilizable	other	3364.0	98.96	95.0	0.08967282617390608	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0150_000000001758	5199	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7881661356449496	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3363.0	98.959	95.0	0.0896461616404021	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0077_000000002686	5199	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7879886376845016	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3363.0	98.93	95.0	0.0896461616404021	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0145_000000003328	5199	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7878746642852552	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3363.0	98.93	95.0	0.0896461616404021	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0086_000000000850	5199	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7881661356449496	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3363.0	98.959	95.0	0.0896461616404021	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0112_000000002958	5199	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7881364276729462	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3363.0	98.959	95.0	0.0896461616404021	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0099_000000001204	5199	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7881999838524247	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3363.0	98.959	95.0	0.0896461616404021	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0108_000000001354	5199	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7881661356449496	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3363.0	98.959	95.0	0.0896461616404021	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0789_000000002633	5188	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7689066728815848	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5121.0	99.434	100.0	0.13254290817779388	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0779_000000006166	5188	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7689066728815848	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5121.0	99.434	100.0	0.13254290817779388	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0131_000000002718	5169	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7313250550607607	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3292.0	98.99799999999999	95.0	0.08775297976161907	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0162_000000005249	5167	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7834081542498117	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3363.0	98.06700000000001	95.0	0.0896461616404021	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0123_000000002383	5151	0.5980843531902298	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.38894055592107646	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3593.0	99.777	96.0	0.09296124673173005	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0816_000000008346	5149	0.5980843531902298	13	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8050453073220264	PS1156	0	0	True	True	1.0	2	rep_cluster_663				non-mobilizable	plasmid	3393.0	99.057	97.0	0.07716463761520082	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0221_000000004374	5122	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3292359604445806	PS1156	0	0	True	True	1.0	102	rep_cluster_663				non-mobilizable	other	3221.0	99.31700000000001	97.0	0.08583313334933206	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0148_000000005741	5109	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.788144263058023	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	3373.0	99.051	97.0	0.07670952326772101	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
USA0026_01_000000006759	5062	0.5980843531902298	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.5441248111106777	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3226.0	99.256	92.0	0.08348649977995806	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0228_000000004659	4994	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.6719080783717226	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3090.0	98.22	97.0	0.0700511073253833	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0241_000000002424	4963	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7552566007080639	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3220.0	99.31700000000001	97.0	0.08583313334933206	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0143_000000003786	4949	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.6459595638508979	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3113.0	99.068	95.0	0.08295336373090152	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0790_000000003077	4945	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3400370240354278	PS1156	0	0	False	True	0.9985844492912292	0	rep_cluster_663				non-mobilizable	plasmid	4945.0	99.919	100.0	0.12798674570918223	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0044_000000003580	4936	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.25884720137213424	PS1156	0	0	True	True	1.0	71	rep_cluster_663				non-mobilizable	plasmid	4223.0	98.887	100.0	0.08275672814944038	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
USA0039_01_000000004724	4930	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7464141761384199	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3192.0	99.34200000000001	97.0	0.08505986187771646	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0085_000000007042	4930	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7465821730806375	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3192.0	99.34200000000001	97.0	0.08505986187771646	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ITA0005_000000003524	4923	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.26051248511945324	PS1156	0	0	True	True	0.9993906021118164	13	rep_cluster_663				non-mobilizable	plasmid	4733.0	98.07700000000001	100.0	0.09263578807064311	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0022_000000007256	4911	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.728715461708485	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3173.0	99.338	97.0	0.08455323574114071	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0146_000000007819	4909	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7457551177991587	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3192.0	98.65299999999999	97.0	0.08505986187771646	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0778_000000002454	4905	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.29947949412353103	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3046.0	98.42399999999999	91.0	0.0788267881643325	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0008_000000002234	4900	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7147154325066631	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3141.0	99.363	97.0	0.08369997066901315	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0024_000000003437	4892	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7217345791784221	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3152.0	99.302	97.0	0.08401994507106098	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0068_000000002307	4882	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3855946862744005	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4860.0	99.73299999999999	100.0	0.12552745346760205	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0198_000000007009	4880	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7097822621039681	PS1156	0	0	False	True	0.9997950792312622	0	rep_cluster_663				non-mobilizable	other	3141.0	99.363	97.0	0.08369997066901315	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0260_000000002130	4879	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7072655683974612	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3153.0	99.334	97.0	0.08401994507106098	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0104_000000006983	4877	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7057449972633026	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3139.0	99.363	97.0	0.08364664160200518	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0083_000000004615	4873	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7054372523443596	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3135.0	99.36200000000001	97.0	0.08353998346798923	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0832_000000002702	4829	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.6779641020037189	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3133.0	98.65899999999999	97.0	0.08348665440098126	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0128_000000007658	4826	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3724367072123755	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4826.0	99.979	100.0	0.12490615858551865	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0055_000000003035	4824	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.5167063368097886	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2956.0	99.391	95.0	0.07879369650427966	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0134_000000006830	4820	0.5980843531902298	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2883270529905177	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3136.0	99.01100000000001	90.0	0.0835933125349972	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0399_000000002698	4816	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.35678722122257917	PS1156	0	0	False	True	0.9995847344398499	0	rep_cluster_663				non-mobilizable	plasmid	4816.0	99.917	100.0	0.1246472857179839	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0075_000000003061	4806	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.34328299639709925	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4806.0	99.958	100.0	0.12438841285044915	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0162_000000004994	4806	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3433354864960637	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4806.0	99.979	100.0	0.12438841285044915	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0076_000000002421	4803	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.34123594441336963	PS1156	0	0	False	True	0.9997918009757996	0	rep_cluster_663				non-mobilizable	plasmid	4803.0	99.958	100.0	0.12431075099018872	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0077_000000005895	4803	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3412812638676861	PS1156	0	0	False	True	0.9997918009757996	0	rep_cluster_663				non-mobilizable	plasmid	4803.0	99.979	100.0	0.12431075099018872	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0039_000000002749	4797	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.5043633590634221	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2959.0	99.29	94.0	0.07879369650427966	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0132_000000008031	4796	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.33518546085136036	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4796.0	99.93700000000001	100.0	0.12412953998291439	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0062_000000003302	4794	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.5065452888697297	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2956.0	99.391	94.0	0.07879369650427966	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0106_000000003816	4794	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.5044157508606931	PS1156	0	0	False	True	0.9997913837432861	0	rep_cluster_663				non-mobilizable	other	2950.0	99.322	94.0	0.07863370930325574	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0008_000000005787	4787	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3289824978832193	PS1156	0	0	False	True	0.9972842931747437	0	rep_cluster_663				non-mobilizable	plasmid	4787.0	99.979	100.0	0.12389655440213311	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0205_000000002404	4777	0.5980843531902298	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.20096585245935372	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3900.0	99.897	100.0	0.10093453105180046	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0015_000000001729	4748	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3945275253944905	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2930.0	99.38600000000001	94.0	0.07810041863317602	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0345_000000001447	4693	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2581711141107784	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	4549.0	98.131	99.0	0.08910755238449929	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
AST0002_000000007199	4686	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2951984078833354	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3139.0	99.395	96.0	0.08364664160200518	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0125_000000005146	4685	0.5980843531902298	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.1828329120312799	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3295.0	99.788	96.0	0.08527272256594787	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0384_000000002841	4677	0.5980843531902298	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.17681439883808112	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3294.0	99.848	96.0	0.08524683527919438	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0051_000000005301	4662	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3017914108954813	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2735.0	99.927	96.0	0.07077584198400165	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0052_01_000000003666	4646	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.25626417412677077	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3041.0	99.868	100.0	0.07869735173056512	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0147_000000004104	4612	0.5980843531902298	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.25604476320837016	PS1156	0	0	True	True	1.0	6	rep_cluster_663				non-mobilizable	plasmid	4244.0	98.09100000000001	100.0	0.0831487543367897	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0052_000000006718	4600	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2994019349726087	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3221.0	99.22399999999999	96.0	0.08583313334933206	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0079_000000006920	4579	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.20541334389026955	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4582.0	95.286	99.0	0.08973479428425819	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0140_000000006622	4551	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.24789693136821656	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3041.0	99.868	100.0	0.07869735173056512	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0083_000000004925	4549	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23888620419364356	PS1156	0	0	False	True	0.9978017210960388	0	rep_cluster_663				non-mobilizable	plasmid	4232.0	94.66	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0193_000000004495	4539	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23882685607264145	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4232.0	94.66	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
USA0011_01_000000008331	4530	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23912302380221398	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4281.0	100.0	100.0	0.0838936040927534	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0118_000000002908	4527	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2514856254619544	PS1156	0	0	False	True	0.9980119466781616	0	rep_cluster_663				non-mobilizable	plasmid	4354.0	98.209	100.0	0.0852068918203736	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0013_000000005101	4517	0.5980843531902298	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.27671340368181013	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3139.0	99.363	96.0	0.08364664160200518	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0398_000000004988	4516	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.27669060017734337	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3139.0	99.395	96.0	0.08364664160200518	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0014_000000003372	4506	0.5980843531902298	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3373950535328368	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2733.0	100.0	96.0	0.07072406741049471	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0051_000000003755	4490	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.32575539854960645	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2733.0	99.963	96.0	0.07072406741049471	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0041_000000003014	4486	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.34056766982453957	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2733.0	99.963	96.0	0.07072406741049471	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0334_000000004053	4483	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3345544972869054	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2733.0	99.927	96.0	0.07072406741049471	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0050_000000005771	4463	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.28632042978770933	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2722.0	99.927	96.0	0.07043930725620648	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0139_000000005624	4461	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.3057134128445514	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2708.0	99.926	96.0	0.07007688524165782	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0138_000000005261	4442	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2918317887934198	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2709.0	99.926	96.0	0.0701027725284113	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0003_000000002222	4440	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.29156163017308884	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2707.0	99.889	96.0	0.07005099795490434	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0030_000000001297	4440	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.29156163017308884	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2707.0	99.889	96.0	0.07005099795490434	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0170_000000010146	4434	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.28569050865290774	PS1156	0	0	False	True	0.9995489120483398	0	rep_cluster_663				non-mobilizable	plasmid	2699.0	99.963	96.0	0.06984389966087655	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0026_000000002159	4421	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2772857205498651	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2688.0	99.963	96.0	0.06955913950658832	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0077_000000004654	4421	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.24337645076238754	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4231.0	98.29799999999999	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0771_000000002454	4420	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.277179648041995	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2679.0	99.963	96.0	0.06932615392580703	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0183_000000006256	4416	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.22758488813504443	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4232.0	94.66	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0109_000000006699	4404	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.24052470623716402	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4283.0	98.296	100.0	0.0838936040927534	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0202_000000002723	4392	0.5980843531902298	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.22852068148440424	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2980.0	99.866	96.0	0.07711822723860312	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0063_000000002890	4380	0.5980843531902298	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2419278262526497	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2648.0	99.32	96.0	0.5425292068046731	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	True
DEN0051_000000009586	4368	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.20679744482397883	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4256.0	94.055	100.0	0.08271752553070545	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
AST0100_000000003770	4366	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23225041287316586	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3166.0	98.105	100.0	0.08353998346798923	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0210_000000004334	4364	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.21645713740190142	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4249.0	100.0	100.0	0.08326636219299449	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0083_000000002301	4361	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23784900277815937	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4224.0	98.15299999999999	100.0	0.08275672814944038	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0119_000000002213	4361	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23776951617763803	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4224.0	98.10600000000001	100.0	0.08275672814944038	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0370_000000005860	4361	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23253834560615624	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4085.0	98.36	100.0	0.08003214614736265	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0140_000000003191	4357	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2369238893251622	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4223.0	98.887	100.0	0.08275672814944038	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0035_000000005103	4349	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.20877438504794124	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4232.0	94.61200000000001	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
USA0033_01_000000002359	4349	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.21075961368674817	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4232.0	94.68299999999999	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0155_000000005404	4346	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2116346411797641	PS1156	0	0	False	True	0.999769926071167	0	rep_cluster_663				non-mobilizable	plasmid	2982.0	99.83200000000001	96.0	0.07714411452535659	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0166_000000001810	4344	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23742635246798685	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4224.0	98.15299999999999	100.0	0.08275672814944038	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0169_000000003208	4339	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23698731187106287	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4224.0	97.656	100.0	0.08275672814944038	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0236_000000002043	4337	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.21485996189953355	PS1156	0	0	False	True	0.9993082880973816	0	rep_cluster_663				non-mobilizable	plasmid	4090.0	99.87799999999999	100.0	0.08014975400356744	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0149_000000005649	4335	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23408708387325583	PS1156	0	0	False	True	0.9997693300247192	0	rep_cluster_663				non-mobilizable	plasmid	4231.0	98.322	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
AUS0002_000000007510	4335	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2339584172962224	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3135.0	99.01100000000001	100.0	0.08353998346798923	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0219_000000007275	4335	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23394613810124357	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3135.0	99.075	100.0	0.08356664800149322	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0186_000000003971	4334	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23387465289710746	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3134.0	99.01100000000001	100.0	0.08353998346798923	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0361_000000002625	4334	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23403398812796114	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3134.0	99.075	100.0	0.08353998346798923	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0088_000000005132	4325	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.21613545828112507	PS1156	0	0	False	True	0.9990751147270203	0	rep_cluster_663				non-mobilizable	plasmid	4229.0	99.976	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
USA0113_01_000000004387	4324	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2161571105789434	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4229.0	99.976	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0074_000000003668	4324	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.21617534236506883	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4229.0	99.95299999999999	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0118_000000001939	4324	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2161571105789434	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4229.0	99.976	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0010_000000009900	4317	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23141808024734095	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4225.0	98.272	100.0	0.08277632945880785	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ITA0001_000000000340	4308	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.22382927238332656	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4220.0	98.365	100.0	0.08267832291197053	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0030_000000004968	4299	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.19765846238245308	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3017.0	98.87299999999999	100.0	0.0772476636723705	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0792_000000002795	4294	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.23024791653722237	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3136.0	98.43799999999999	100.0	0.0835933125349972	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0831_000000003844	4273	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.21839291399236846	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4211.0	97.791	100.0	0.08248230981829587	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0035_000000007136	4225	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.20836309988334392	PS1156	0	0	False	True	0.9997633099555969	0	rep_cluster_663				non-mobilizable	plasmid	4230.0	98.39200000000001	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0151_000000004075	4098	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.1203934942274443	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2746.0	99.59899999999999	96.0	0.07316747993493854	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0326_000000004138	4073	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.08832192052321443	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4077.0	98.381	100.0	0.07987533567242291	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
AST0060_000000006854	4055	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.1503632297542025	PS1156	0	0	False	True	0.9990135431289673	0	rep_cluster_663				non-mobilizable	plasmid	4060.0	98.15299999999999	100.0	0.079542113413176	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0049_000000000736	4028	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.06754277804498895	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4031.0	95.46	99.0	0.07893447282278457	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0007_000000007039	3968	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.07297763639356682	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3895.0	95.37899999999999	98.0	0.07628829605817669	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0031_000000008081	3952	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.10068366908642404	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3954.0	95.397	99.0	0.07744477331085717	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0354_000000004744	3943	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.12231122993992351	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3947.0	98.32799999999999	100.0	0.07732716545465237	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0017_000000005631	3931	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.11205784488717747	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3934.0	95.323	99.0	0.07705274712350785	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0001_000000006313	3931	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.11206196585461047	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3934.0	95.323	99.0	0.07705274712350785	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0047_000000003915	3923	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.11232335311649337	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3927.0	98.21700000000001	100.0	0.07693513926730305	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0002_000000002406	3918	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.07921599133623207	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3918.0	99.719	100.0	0.07658231569868867	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
SPA0007_000000006074	3909	0.5980843531902298	9	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.1030791260126785	PS1156	0	0	False	True	0.9987208843231201	0	rep_cluster_663				non-mobilizable	plasmid	3913.0	98.339	100.0	0.07666072093615854	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
AST0005_000000007516	3906	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.10313892157880442	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3910.0	98.31200000000001	100.0	0.07660191700805614	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
SPA0049_000000005597	3898	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.08731100885078144	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3900.0	98.846	100.0	0.07642550522374894	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0081_000000001603	3883	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.07474842822140074	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3887.0	95.34299999999999	100.0	0.07613148558323696	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0846_000000002464	3879	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.07465257071413593	PS1156	0	0	False	True	0.9997422099113464	0	rep_cluster_663				non-mobilizable	plasmid	3883.0	95.31299999999999	100.0	0.07605308034576709	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0036_000000002978	3877	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.07425297232152327	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3881.0	98.196	100.0	0.07603347903639963	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0037_000000005651	3654	0.5980843531902298	8	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.047655126927114135	PS1156	0	0	False	True	0.9997263550758362	0	rep_cluster_663				non-mobilizable	plasmid	2834.0	100.0	100.0	0.07333868337259572	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0129_000000014404	1854	0.5980815794452174	3	3	1	2	0	True	83490	fragment	False	ENG0129_000000014404	1.0		0	0	False	False	0.9649406671524048	0					non-mobilizable	no_good_hit								True	True
ISR0133_000000019025	1221	0.5980782803243969	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.4650179107778683		0	0	False	False	0.9926289916038513	0					non-mobilizable	other	1166.0	99.314	99.0	0.0003307118622512706	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
USA0119_01_000000020753	1183	0.5980753577661776	2	2	2	2	2	False	220	maximal	True	USA0119_01_000000020753	1.0		207	13	False	False	1.0	0					non-mobilizable	other	1187.0	76.158	99.0	0.0005108003043988232	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
FIJ0055_000000003975	3581	0.5980738420079447	4	4	4	4	4	False	91842	fragment	False	FIJ0055_000000003975	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3581.0	99.07799999999999	100.0	0.08960977197066407	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0047_000000008342	3459	0.5980656344145774	8	4	2	4	2	False	102473	fragment	False	ISR0047_000000008342	0.9899825783972125		0	0	False	False	0.9997109174728394	0					non-mobilizable	no_good_hit	636.0	93.553	32.0	0.012337044160789571	NZ_JAAIOD010000018.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_18_length_51471_cov_342.947, whole genome shotgun sequence	True	False
ENG0091_000000015150	1602	0.5980602214598051	3	3	3	3	3	False	61160	fragment	False	ENG0091_000000015150	1.0		0	0	False	False	0.983146071434021	0					non-mobilizable	no_good_hit	125.0	78.4	8.0	2.5532789394966304e-05	NZ_CP010803.1	a-proteobacteria	Martelella endophytica strain YC6887 chromosome, complete genome	True	False
DEN0011_000000025547	1788	0.5980601038964436	3	2	2	2	1	False	115328	fragment	False	ENG0104_000000014764	0.5038583676919338		0	0	False	False	0.9983221292495728	0					non-mobilizable	other	1788.0	100.0	100.0	0.022222774924452515	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0343_000000008609	2060	0.5980586328833573	2	2	2	2	2	False	88966	fragment	False	ENG0080_000000012477	0.8407805938645304		0	0	False	False	1.0	0					non-mobilizable	other	2060.0	99.66	100.0	0.0006155546075263883	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0074_000000007060	3110	0.5980547401459875	3	3	3	3	1	True	62178	maximal	True	ENG0074_000000007060	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	1839.0	98.26	59.0	0.02936149139762616	NZ_CYXX01000023.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0178_000000008733	1200	0.5980534963323384	2	2	2	2	1	False	77598	maximal	True	CHI0178_000000008733	1.0		15	5	False	False	0.9916666746139526	0					non-mobilizable	no_good_hit	193.0	89.637	16.0	0.0013203771327185327	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0088_000000012625	2481	0.5980532801385947	4	3	3	3	3	False	49283	fragment	False	MON0088_000000012625	0.9526209677419355		0	0	False	False	0.9673518538475037	0					non-mobilizable	other	2401.0	86.506	97.0	0.014650716650985472	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0821_000000004983	5301	0.5980432579128461	6	5	5	4	4	False	42722	maximal	True	ISR0821_000000004983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	77.24	11.0	0.4797619047619048	GQ879377.1		Uncultured organism clone VC1C749TF genomic sequence	True	False
ENG0160_000000010268	2008	0.5980416415023839	4	4	3	4	4	False	56471	maximal	True	ENG0160_000000010268	1.0		1079	15	False	False	1.0	0					non-mobilizable	chromosome	2009.0	95.819	100.0	0.0006988663377173108	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0036_000000006769	5210	0.5980388551243309	9	4	2	4	3	False	92730	maximal	True	FIJ0036_000000006769	1.0		3	1	False	False	0.9980806112289429	0					non-mobilizable	no_good_hit	81.0	88.889	2.0	5.7224316422944195e-05	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
FIJ0024_000000014426	1468	0.5980311253959998	2	2	2	2	1	True	49210	fragment	False	FIJ0024_000000014426	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1463.0	92.823	99.0	0.000402228915330951	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	True
ISR0164_000000009210	2787	0.5980306423924451	6	3	0	3	0	False	30290	maximal	True	ISR0164_000000009210	1.0		1	1	False	False	0.9992823600769043	0					non-mobilizable	no_good_hit	228.0	100.0	8.0	0.003360125523631896	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0031_000000014214	1735	0.5980292798540026	3	2	2	2	2	False	72518	fragment	False	DEN0051_000000026981	0.9501146788990825		0	0	False	False	0.998847246170044	0					non-mobilizable	chromosome	1722.0	99.071	99.0	0.0007816303692238379	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
ISR0201_000000000124	71183	0.5980276394640313	112	21	6	16	11	False	86859	maximal	True	ISR0201_000000000124	1.0		1	1	False	False	0.999985933303833	0					non-mobilizable	no_good_hit	17999.0	93.3	64.0	0.005589192195912293	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0076_000000002628	4543	0.5980230567191701	7	6	4	4	4	False	93795	maximal	True	SPA0076_000000002628	1.0	PS496	2	1	False	True	0.9986792802810669	0					non-mobilizable	no_good_hit	1271.0	88.35600000000001	51.0	0.0005123153345257776	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	True
MON0085_000000030022	1033	0.5980221739820544	2	2	2	1	1	True	9755	fragment	False	MON0085_000000030022	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1033.0	97.677	100.0	0.00032105345353342345	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CAN0003_000000036174	1351	0.5980201472308542	3	2	1	1	2	False	96446	fragment	False	CAN0003_000000036174	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	100.0	94.0	0.0007613625276757074	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	False	False
SPA0128_000000031850	1188	0.5980130311449824	2	2	2	2	1	False	130818	fragment	False	MON0014_000000013206	0.9594898070346264		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	98.822	100.0	0.011660003339849314	NZ_SPGG01000015.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_15_length_101801_cov_38.5671, whole genome shotgun sequence	False	False
FIJ0051_000000004328	4682	0.5980063749627097	4	4	3	3	4	False	85335	fragment	False	FIJ0051_000000004328	0.9674217907227616		0	0	False	False	0.9995728135108948	0					non-mobilizable	no_good_hit	1069.0	77.54899999999999	40.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0093_000000019581	2234	0.5980060357332042	2	1	1	1	1	True	92195	fragment	False	MON0093_000000019581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0185_000000000974	15224	0.5980056823876322	18	8	1	6	5	False	77238	maximal	True	CHI0185_000000000974	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3345.0	80.12	22.0	0.5699845811204386	NZ_QRUU01000102.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf102, whole genome shotgun sequence	True	False
ENG0089_000000015739	1309	0.5979983560404118	2	2	2	2	2	False	62031	fragment	False	SPA0150_000000017388	0.7629600037306701		0	0	False	False	0.9885408878326416	0					non-mobilizable	other	1193.0	98.91	91.0	0.0003361907668251915	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0061_000000041633	1139	0.597995832713258	2	2	2	2	1	False	10785	maximal	True	MON0061_000000041633	1.0		9	3	False	False	0.998244047164917	0					non-mobilizable	other	1139.0	97.366	100.0	0.0005417654507888448	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0033_000000002718	8923	0.5979929561122953	13	6	2	4	4	False	132498	fragment	False	ISR0032_000000003111	0.966253328705754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3802.0	94.74	42.0	0.6124332200097135	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
DEN0073_000000038573	1391	0.597976395162157	2	1	1	1	1	False	70100	maximal	True	DEN0073_000000038573	1.0		0	0	False	False	0.9971243739128113	0					non-mobilizable	other	1299.0	95.535	93.0	0.02008050781854776	NZ_LFQU01000021.1	CFB group bacteria	Prevotella rara strain 109 contig00021, whole genome shotgun sequence	False	False
CHI0083_000000008876	1225	0.597976395162157	2	1	1	1	1	False	84182	fragment	False	CHI0083_000000008876	0.9801352493660186		0	0	False	False	0.9869387745857239	0					non-mobilizable	chromosome	1225.0	100.0	100.0	0.0002471567383629864	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
FIJ0034_000000023649	1183	0.597976395162157	2	1	1	1	1	False	84182	fragment	False	CHI0083_000000008876	0.9636734693877551		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	99.831	100.0	0.030243328301307475	NZ_JH379408.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld372, whole genome shotgun sequence	False	False
ENG0112_000000023696	1165	0.597976395162157	2	1	1	1	1	False	59653	fragment	False	ENG0112_000000023696	1.0		0	0	False	False	0.9776824116706848	0					non-mobilizable	other	1165.0	99.914	100.0	0.0005112321749503262	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0113_01_000000002356	7804	0.5979736447278634	9	7	4	6	4	True	31727	maximal	True	USA0113_01_000000002356	1.0		3	2	False	False	1.0	0					non-mobilizable	other	6470.0	99.165	99.0	0.3359139561467318	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	False	True
CHI0043_000000003962	2250	0.5979663890012146	4	3	2	2	3	False	87395	fragment	False	MON0083_000000015668	0.9542358450404427		0	0	False	False	0.9986666440963745	0					non-mobilizable	other	2250.0	94.844	100.0	0.0004355835124377589	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0050_000000004761	2007	0.5979663890012146	3	3	2	2	3	False	86699	fragment	False	MON0017_000000009570	0.9663390663390663		0	0	False	False	1.0	0					non-mobilizable	other	2007.0	95.21700000000001	100.0	0.00038851957578930386	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0154_000000002989	8145	0.597964809964879	10	10	6	9	10	True	109947	fragment	False	ENG0154_000000002989	1.0		0	0	False	False	0.9996317028999329	0					non-mobilizable	other	8146.0	98.23200000000001	100.0	0.016977245528957012	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
FIJ0054_000000015763	1604	0.597964679610662	2	2	2	2	1	True	113698	maximal	False	AST0055_000000022653	0.8357444776459583		0	0	False	False	0.9987531304359436	0					non-mobilizable	other	1597.0	96.055	99.0	0.003400049673269786	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
DEN0045_000000013595	2779	0.5979620418716884	5	4	4	3	3	True	72937	fragment	False	DEN0045_000000013595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	77.09899999999999	5.0	2.5514079257720856e-05	NC_014963.1	bacteria	Terriglobus saanensis SP1PR4, complete sequence	True	True
ISR0309_000000014393	1416	0.5979596971065975	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8802029828171768		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	94.522	100.0	0.005427377164329773	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0349_000000009230	1254	0.5979596971065975	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.3673913324988736		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	96.675	98.0	0.004728803865950693	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0341_000000011497	1223	0.5979596971065975	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.3358203914143477		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	96.566	100.0	0.004690420717688106	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0040_000000021214	1223	0.5979596971065975	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.33608588210651785		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	96.648	100.0	0.004690420717688106	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0359_000000022907	1220	0.5979596971065975	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.3355409094317743		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	96.557	100.0	0.0046789057732093305	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
DEN0008_000000002217	3281	0.597956995862572	3	3	3	3	1	False	76161	maximal	True	DEN0008_000000002217	1.0		0	0	False	False	0.9957330226898193	0					non-mobilizable	no_good_hit	509.0	71.906	15.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
ENG0125_000000002923	7741	0.5979560462508682	9	6	5	5	4	False	58885	maximal	True	ENG0125_000000002923	1.0		1	1	False	False	0.9997416138648987	0					non-mobilizable	no_good_hit	1400.0	82.85700000000001	18.0	0.0014350880046614624	NZ_CABJAT010000001.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
MAD0063_000000013393	1143	0.5979558408014868	1	1	1	1	1	False	16699	fragment	False	MAD0063_000000013393	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	95.109	100.0	0.01988977171966549	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
CHI0043_000000001385	5050	0.5979526106822256	6	6	4	5	6	True	87441	maximal	True	CHI0043_000000001385	1.0		4	2	False	False	0.992277204990387	0					non-mobilizable	plasmid	5032.0	99.96	99.0	0.26049811008129237	MT230337.1	enterobacteria	Escherichia coli strain DH5alpha plasmid pESBL76, complete sequence	False	True
ENG0088_000000008264	2505	0.5979524458697646	4	3	2	3	3	True	124277	fragment	False	ENG0208_000000012463	0.8436611039471268		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2506.0	97.805	100.0	0.0005832078059047171	CP029154.1	firmicutes	Clostridioides difficile strain CD161 chromosome, complete genome	False	True
FIJ0114_000000013969	2748	0.5979508062588796	4	4	3	2	2	False	106064	maximal	True	FIJ0114_000000013969	1.0		354	13	False	False	1.0	0					non-mobilizable	other	2735.0	99.854	99.0	0.03905658490592991	NZ_WNAJ01000022.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold22_size70001, whole genome shotgun sequence	False	False
ENG0005_000000006505	3695	0.5979454587167742	7	5	2	3	4	True	113094	fragment	False	ENG0005_000000006505	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3684.0	95.575	99.0	0.057040887578555355	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
ISR0013_000000020078	1338	0.5979392681079261	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.8349093903306356		0	0	False	False	0.9985052347183228	0					non-mobilizable	other	1337.0	98.87799999999999	99.0	0.01443918466160863	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0184_000000008983	1253	0.5979325754819624	2	2	1	2	1	False	43358	fragment	False	ISR0184_000000008983	0.977106053421843		0	0	False	False	1.0	0	IncFIB				non-mobilizable	plasmid	1253.0	99.521	100.0	0.009688152905672058	CP026930.2	enterobacteria	Escherichia coli strain CFS3246 plasmid pCFS3246-1, complete sequence	False	True
ISR0074_000000024161	1256	0.5979301479805508	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.39862684946499544		0	0	False	False	0.9944267272949219	0					non-mobilizable	other	1224.0	93.137	97.0	0.9118086696562033	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0043_000000018833	1536	0.5979291237680796	3	3	2	2	2	False	100106	fragment	False	MON0043_000000018833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	89.444	57.0	0.016187249088431364	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
CHI0062_000000006727	2177	0.5979286827602583	3	2	2	2	1	False	112603	fragment	False	CHI0062_000000006727	0.966053748231966		0	0	False	False	0.9875975847244263	0					non-mobilizable	no_good_hit	1890.0	73.704	85.0	0.01037978531181573	NZ_CM003349.1	firmicutes	Clostridium haemolyticum NCTC 9693 plasmid p1Ch9693, whole genome shotgun sequence	True	False
ENG0145_000000007917	4138	0.5979214677466957	4	4	4	4	3	False	86252	fragment	False	CHI0055_000000002882	0.6312072390200839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	71.722	18.0	0.00022913801181965207	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
FIJ0086_000000016099	1987	0.5979194699063045	3	3	3	3	1	False	43832	fragment	False	FIJ0086_000000016099	1.0		0	0	False	False	0.9934574961662292	0					non-mobilizable	no_good_hit	1565.0	85.367	78.0	0.0004378478121942021	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0042_000000007918	2778	0.5979182002013388	4	3	0	3	1	False	106223	fragment	False	MAD0042_000000007918	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2332.0	94.08200000000001	97.0	0.0006210104811524119	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0035_000000015372	1304	0.5979160537266033	2	2	2	2	2	False	36770	fragment	False	ISR0310_000000013650	0.9725357411587661		0	0	False	False	0.9693251252174377	0					non-mobilizable	other	1266.0	100.0	97.0	0.006242104847623559	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
ENG0038_000000023065	1204	0.5979137421679539	2	1	1	1	1	False	65010	fragment	False	ISR0035_000000016146	0.9795292366137892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	1.1619923669463113e-05	NC_016894.1	firmicutes	Acetobacterium woodii DSM 1030, complete sequence	True	False
CHI0141_000000004510	6124	0.5979086071239825	7	7	7	7	6	False	130061	maximal	False	MON0084_000000003311	0.9457707043913941		0	0	False	False	1.0	0					non-mobilizable	chromosome	3428.0	87.89399999999999	99.0	0.0011767445167748835	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0152_000000011236	2097	0.5979052890304811	3	3	2	3	2	True	92190	fragment	False	ISR0152_000000011236	0.9843001156833582		0	0	False	False	0.999046266078949	0					non-mobilizable	other	2097.0	100.0	100.0	0.003651905141067032	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
ENG0101_000000016222	2037	0.5979052890304811	3	3	2	3	2	True	92190	fragment	False	ISR0152_000000011236	0.9648469648427093		0	0	False	False	0.9926362037658691	0					non-mobilizable	other	2037.0	100.0	100.0	0.0035473658717616783	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
TAN0002_000000002974	8122	0.5979050270527803	7	4	4	4	3	False	3072	maximal	True	TAN0002_000000002974	1.0		1	1	False	False	0.9985225200653076	0					non-mobilizable	no_good_hit	945.0	71.958	11.0	0.007259270923549327	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ENG0138_000000010016	1956	0.5979024136778982	3	3	3	3	3	False	75070	maximal	False	SPA0033_000000015168	0.9657701711491442		0	0	False	False	0.9943763017654419	0					non-mobilizable	other	1956.0	97.086	100.0	0.0006641949328891325	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0094_000000004925	4407	0.5979014358020639	4	3	3	3	2	False	33470	maximal	True	ISR0094_000000004925	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2893.0	98.09899999999999	66.0	0.04886125565993107	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
FIJ0039_000000008046	3024	0.5979009059945818	5	5	4	5	3	False	47573	fragment	False	MAD0001_000000007755	0.9418599003979228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	2.0	2.4483946182537437e-05	NZ_LT906448.1	g-proteobacteria	Pasteurella dagmatis strain NCTC11617 chromosome 1	True	False
SPA0118_000000008305	3523	0.5978980647089593	4	3	2	2	2	False	103349	fragment	False	CAN0017_000000009876	0.9191107184809317		0	0	False	False	0.9980130791664124	0					non-mobilizable	no_good_hit	791.0	76.738	25.0	0.00011899467992049552	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0008_000000014137	2407	0.5978910338214329	2	2	2	1	2	False	62086	fragment	False	MON0063_000000011525	0.932606098007363		0	0	False	False	0.9970918297767639	0					non-mobilizable	other	2408.0	96.01299999999999	100.0	0.0075827666129355325	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
FIJ0089_000000003285	6750	0.5978901267814333	7	4	3	4	2	True	43594	fragment	False	FIJ0089_000000003285	1.0		0	0	False	False	0.998962938785553	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	7.542395562151773e-06	NZ_JACBZI010000001.1	high GC Gram+	Nocardioides marinus strain DSM 18248 Ga0104575_01, whole genome shotgun sequence	True	True
ENG0208_000000019303	1583	0.5978900555047635	3	3	3	3	3	False	79319	fragment	False	FIJ0169_000000013647	0.9448704872237911		0	0	False	False	1.0	0					non-mobilizable	other	1583.0	100.0	100.0	0.025830680055514737	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0084_000000014329	2288	0.5978889042802626	4	4	1	2	4	False	119973	fragment	False	ENG0061_000000008739	0.9548979591836735		0	0	False	False	0.992132842540741	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000013318	3898	0.597883969111629	4	4	2	3	0	True	94280	maximal	True	CAN0012_000000013318	1.0		3	1	False	False	0.9994869232177734	0					non-mobilizable	no_good_hit	1125.0	87.37799999999999	64.0	0.0007007457892518017	NZ_FQLR01000004.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	True
ISR0127_000000019331	1343	0.59788380990362	2	2	2	2	2	False	31891	fragment	False	ISR0127_000000019331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	77.169	16.0	0.00014937381108867803	NZ_VMHO01000001.1	g-proteobacteria	Marinobacter confluentis strain KCTC 42705 NODE_1_length_1439342_cov_60.969839, whole genome shotgun sequence	True	False
FIJ0014_000000007935	3013	0.5978833742406603	4	4	3	3	3	False	109859	fragment	False	FIJ0014_000000007935	1.0		0	0	False	True	0.9996681213378906	0					non-mobilizable	no_good_hit	261.0	80.46	9.0	0.025122669283611385	NZ_CABJDZ010000017.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
SPA0046_000000015801	2000	0.5978817913020409	3	2	2	2	1	True	56632	maximal	False	ENG0157_000000012581	0.9794574104148464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	97.959	2.0	0.0011728772144166157	NZ_VWXL01000011.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_11, whole genome shotgun sequence	True	True
ISR0250_000000012471	1114	0.5978790055842991	2	2	2	2	2	False	27009	maximal	True	ISR0250_000000012471	1.0		216	9	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	96.825	79.0	0.06726217743166896	NZ_JAAWUO010000031.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_31_length_13098_cov_76.7836, whole genome shotgun sequence	True	False
USA0050_01_000000001245	11328	0.5978789863522035	10	8	5	4	7	False	111762	maximal	True	USA0050_01_000000001245	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	5331.0	99.962	78.0	0.01418017064092775	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	True	False
CHI0072_000000001570	7383	0.5978787934610844	5	5	4	4	4	True	84858	maximal	True	CHI0072_000000001570	1.0		165	11	False	False	0.9978328347206116	0					non-mobilizable	no_good_hit	6251.0	99.88799999999999	85.0	0.013296904623594823	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
USA0010_01_000000000574	30079	0.5978783732847275	46	8	3	7	6	False	2075	maximal	True	USA0010_01_000000000574	1.0		1	1	False	False	0.9998337626457214	0					non-mobilizable	no_good_hit	1880.0	71.809	6.0	0.0020397191134518323	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ISR0038_000000019730	1719	0.5978780669597432	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.8966666474849119		0	0	False	False	1.0	0					non-mobilizable	other	1719.0	96.277	100.0	0.09749177164907502	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
SPA0146_000000007794	3044	0.5978734879003982	3	3	2	2	2	False	76681	maximal	False	ENG0041_000000007667	0.9559117875139257		0	0	False	True	1.0	0					non-mobilizable	other	3044.0	98.16	100.0	0.03239301681924633	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ISR0331_000000023009	1105	0.59787266481499	2	1	1	1	1	False	24584	fragment	False	ISR0331_000000023009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000000615	20991	0.5978683791660924	23	11	6	6	4	False	74071	maximal	True	DEN0028_000000000615	1.0		3	3	False	False	0.9993330240249634	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00016770175919145392	NZ_JXLB01000001.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold1, whole genome shotgun sequence	True	False
MAD0045_000000008301	4216	0.5978572344839009	3	3	2	3	3	False	88448	fragment	False	MAD0045_000000008301	0.9992175273865415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	93.671	2.0	2.6254343326701307e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0089_000000005418	3834	0.5978572344839009	3	3	2	3	3	False	88448	fragment	False	MAD0045_000000008301	0.9539848197343453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	2.0	2.7264125762343666e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0176_000000002446	3561	0.5978552120174403	5	2	1	2	2	False	115363	maximal	False	FIJ0022_000000006855	0.9812134706373504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	95.11	60.0	0.0003567808074205591	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0045_000000015183	1704	0.5978552120174403	3	2	1	2	2	False	129424	maximal	True	ISR0045_000000015183	1.0		145	10	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	92.272	67.0	0.00011829981505240182	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0074_000000014884	1551	0.5978552120174403	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6264965251518779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	91.469	70.0	0.00011691131957056611	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0080_000000023375	1419	0.5978552120174403	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5954848324451055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	91.262	76.0	0.00011413432860689471	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0260_000000011256	1417	0.5978552120174403	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5966563203145095		0	0	False	False	0.9985885620117188	0					non-mobilizable	no_good_hit	416.0	91.587	76.0	0.00011524512499236327	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0126_000000031896	1414	0.5978552120174403	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5923175533522081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	410.0	91.22	76.0	0.00011357893041416043	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0781_000000021842	1394	0.5978552120174403	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5721571167105046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	410.0	91.22	77.0	0.00011357893041416043	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AUS0022_000000024696	1372	0.5978552120174403	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5055557516017164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	91.587	79.0	0.00011524512499236327	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0005_000000012409	1362	0.5978552120174403	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.46766855977240723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	91.706	80.0	0.00011691131957056611	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0138_000000020297	1341	0.5978552120174403	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.441540058856494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	91.469	81.0	0.00011691131957056611	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0111_000000017111	1208	0.5978552120174403	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.10517488655097551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	91.25	83.0	0.00011080193945048903	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0106_000000006900	2819	0.597854367931497	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.90052872859575	PS721	0	0	False	True	0.9989358186721802	0					non-mobilizable	no_good_hit	2288.0	74.344	80.0	0.2758074344911639	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0031_000000028557	1115	0.5978462903538788	1	1	1	1	1	False	12415	maximal	True	MON0031_000000028557	1.0		3	2	False	False	0.9982062578201294	0					non-mobilizable	other	1115.0	99.37200000000001	100.0	0.0018629946384552864	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	False	False
USA0080_01_000000010581	4090	0.5978392645006464	5	4	4	4	4	False	627	maximal	True	USA0080_01_000000010581	1.0		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	83.427	49.0	0.00022881611381810507	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
ISR0834_000000012260	1455	0.5978382747042413	2	2	1	1	2	False	65683	fragment	False	ENG0031_000000012727	0.806700774076149		0	0	False	False	0.999312698841095	0					non-mobilizable	other	1455.0	97.595	100.0	0.008419224088013898	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
ISR0789_000000006436	2158	0.5978309720933203	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.14526571940637076		0	0	False	False	1.0	0					non-mobilizable	other	2158.0	95.412	100.0	0.0196449876592683	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
AST0005_000000022972	1175	0.5978286011694905	1	1	1	1	1	False	127793	fragment	False	SPA0043_000000014304	0.9551169184196708		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.057	99.0	0.005103740989529438	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
ISR0023_000000015467	1991	0.597827261707916	4	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.6442234484444421		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	97.98	97.0	0.0005506768749132511	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0148_000000017571	1962	0.597827261707916	4	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.6428981069784131		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	98.196	97.0	0.0005497736323628193	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0324_000000016421	1866	0.597827261707916	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.6386085963488627		0	0	False	False	1.0	0					non-mobilizable	other	1867.0	98.179	100.0	0.0005618168663685765	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0032_01_000000012264	1827	0.597827261707916	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.5932514390109823		0	0	False	False	1.0	0					non-mobilizable	other	1828.0	98.195	100.0	0.0005500747132129632	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0053_000000006210	1818	0.597827261707916	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.591361553328552		0	0	False	False	1.0	0					non-mobilizable	other	1817.0	99.17399999999999	99.0	0.00054676282386138	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0208_000000016872	1817	0.597827261707916	4	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.5906265436768274		0	0	False	False	0.9988992810249329	0					non-mobilizable	other	1817.0	98.23899999999999	100.0	0.0005461606621610921	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0216_000000009785	1814	0.597827261707916	4	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.5771229687128562		0	0	False	False	1.0	0					non-mobilizable	other	1814.0	96.307	100.0	0.0005452574196106603	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0010_000000012460	1725	0.597827261707916	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.446056814847867		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	98.95700000000001	100.0	0.0005193644664982822	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0012_000000027454	1694	0.597827261707916	4	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6300187298289018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	96.28200000000001	70.0	0.08970535607777645	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0297_000000009640	1564	0.597827261707916	4	2	1	2	2	False	106495	fragment	False	ISR0003_000000014066	0.8386065044271902		0	0	False	False	0.9974424839019775	0					non-mobilizable	no_good_hit	517.0	94.391	60.0	0.0036959044221926167	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
AST0113_000000024303	1542	0.597827261707916	4	2	1	2	2	False	106495	fragment	False	ISR0003_000000014066	0.7907266468957206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	99.383	60.0	0.0024231947199336496	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	True	False
FIJ0009_000000027778	1533	0.597827261707916	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.9526643624318756		0	0	False	False	0.9993476867675781	0					non-mobilizable	chromosome	1477.0	95.667	96.0	0.00039473938089429236	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0316_000000014183	1519	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6313698494932354		0	0	False	False	0.9881501197814941	0					non-mobilizable	no_good_hit	470.0	92.766	74.0	0.00013024087619618885	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0041_000000022562	1507	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6328943108981937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	92.165	76.0	0.00013440636264169597	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0090_000000015080	1501	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6364590094218101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	92.15299999999999	77.0	0.00013773875179810165	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0055_000000024330	1495	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6292727046872811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	92.37700000000001	74.0	0.00012357609788337748	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0035_000000010936	1489	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6278905011644001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	93.291	77.0	0.00013218476987075884	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0360_000000016832	1481	0.597827261707916	4	2	1	2	2	False	106495	fragment	False	ISR0003_000000014066	0.7857197800116429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	94.805	58.0	0.003301961121377512	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
CAN0014_000000033467	1481	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.626294515414965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	92.12299999999999	76.0	0.00012663078794341603	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0357_000000017902	1471	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6231450664324493		0	0	False	False	0.992522120475769	0					non-mobilizable	no_good_hit	467.0	91.863	77.0	0.00012940777890708743	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0075_000000018572	1466	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.625542047814127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	92.40799999999999	80.0	0.0001277415843288846	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0168_000000016799	1465	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6260156305576909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	92.191	77.0	0.0001277415843288846	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0015_000000011915	1465	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6260156305576909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	92.191	77.0	0.0001277415843288846	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0140_000000019735	1464	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6254942692911145		0	0	False	False	0.999316930770874	0					non-mobilizable	no_good_hit	460.0	92.17399999999999	76.0	0.00012746388523251747	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0073_000000036605	1462	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6067002419295365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	90.984	79.0	0.00013523945993079738	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0187_000000020859	1459	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6073856314969626		0	0	False	False	0.9993146061897278	0					non-mobilizable	no_good_hit	481.0	90.64399999999999	79.0	0.0001332955662562274	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0081_000000016463	1456	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6229606200167028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	92.035	77.0	0.00012524229246158034	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0222_000000031554	1456	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6131223784246949		0	0	False	False	0.995192289352417	0					non-mobilizable	no_good_hit	473.0	92.178	79.0	0.0001310739734852903	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0008_000000021069	1454	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.616195028137566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	92.389	79.0	0.0001310739734852903	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0143_000000012853	1453	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6236708700970751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	91.98200000000001	77.0	0.00012440919517247892	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0081_000000017691	1436	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5912828821714718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	91.23899999999999	79.0	0.00012968547800345457	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0386_000000020304	1435	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6067880074258796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	92.111	76.0	0.00011941061143787038	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0369_000000011302	1433	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5884832264826494		0	0	False	False	0.9993021488189697	0					non-mobilizable	no_good_hit	482.0	92.116	83.0	0.00013357326535259456	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0098_000000027005	1427	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5873074104375633		0	0	False	False	0.9978976845741272	0					non-mobilizable	no_good_hit	452.0	91.59299999999999	78.0	0.00012524229246158034	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0017_000000014316	1427	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5996970288314233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	92.027	77.0	0.0001216322042088075	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0161_000000021707	1422	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5974709910144573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	92.527	79.0	0.00012607538975068175	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0051_000000026152	1403	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.593644242274721		0	0	False	False	0.9914469122886658	0					non-mobilizable	no_good_hit	424.0	91.509	78.0	0.0001174667177633004	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0096_000000032443	1402	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5848419275483272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	92.21700000000001	78.0	0.0001174667177633004	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0016_000000007128	1396	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5781007230216533		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	92.152	80.0	0.00012357609788337748	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0002_000000014067	1391	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5594396931416863		0	0	False	False	0.9920920133590698	0					non-mobilizable	no_good_hit	459.0	93.464	81.0	0.0001271861861361503	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0016_000000032996	1390	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5519804809794481		0	0	False	False	0.999280571937561	0					non-mobilizable	no_good_hit	440.0	92.273	83.0	0.00012190990330517464	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0070_000000025300	1374	0.597827261707916	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.916061498833411		0	0	False	False	0.9992722272872925	0					non-mobilizable	chromosome	1371.0	98.906	99.0	0.00036713710239319794	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0054_000000020278	1374	0.597827261707916	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.895898757786041		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	98.544	100.0	0.0003679410522524531	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0810_000000013365	1356	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.460555644148109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	92.045	82.0	0.00012190990330517464	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0035_000000008948	1354	0.597827261707916	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.8732175243399629		0	0	False	False	0.9992614388465881	0					non-mobilizable	chromosome	1354.0	98.08	100.0	0.00036258138652408526	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0110_000000022481	1331	0.597827261707916	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.8257150337556961		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	97.67299999999999	100.0	0.07823889019515635	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
FIJ0057_000000027197	1305	0.597827261707916	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.7479998812795757		0	0	False	False	0.9984674453735352	0					non-mobilizable	other	1306.0	96.478	100.0	0.0765929931812838	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
DEN0045_000000033362	1294	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.18343689120401252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	92.751	84.0	0.0001299631770998217	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0109_000000026641	1286	0.597827261707916	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.7362849066429926		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	98.212	100.0	0.07553491652950858	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
ENG0054_000000021949	1281	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.1644497856094637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	92.191	84.0	0.0001277415843288846	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0023_000000022376	1279	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.15779012454245567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	92.275	84.0	0.0001291300798107203	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0010_000000020900	1263	0.597827261707916	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.1445669320120396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	92.14	84.0	0.00012690848703978316	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0138_000000016666	1194	0.597827261707916	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.20462631345363783		0	0	False	False	1.0	0					non-mobilizable	chromosome	1194.0	98.40899999999999	100.0	0.00031970406069714244	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0003_000000012652	1436	0.5978267567532878	2	2	2	2	2	False	8374	fragment	False	SPA0003_000000012652	1.0		0	0	False	False	0.9923398494720459	0					non-mobilizable	no_good_hit	71.0	83.09899999999999	5.0	0.0006936485915917727	NZ_SMLB01000020.1	high GC Gram+	Jiangella aurantiaca strain 8K307 NODE_20_length_99474_cov_67.8016, whole genome shotgun sequence	True	False
MAD0026_000000003838	3212	0.5978214319562144	5	4	2	4	3	True	19104	maximal	True	MAD0026_000000003838	1.0		15	4	False	False	0.9996886849403381	0					non-mobilizable	no_good_hit	2116.0	76.985	65.0	0.007577927563714417	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	True
MON0087_000000019792	2531	0.5978203315323712	3	3	3	3	2	False	95288	maximal	True	MON0087_000000019792	0.9847359715113718		738	15	False	False	1.0	0					non-mobilizable	chromosome	2532.0	98.736	100.0	0.0008157876670052083	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0123_000000028963	1216	0.5978196046062164	2	2	1	2	1	False	41291	maximal	True	FIJ0123_000000028963	1.0		2	2	False	False	0.9991776347160339	0					non-mobilizable	no_good_hit	71.0	83.09899999999999	6.0	3.332476410827692e-05	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
MON0049_000000009607	2239	0.5978158620511183	2	2	2	2	2	False	48259	fragment	False	MON0049_000000009607	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	73.825	48.0	0.010189546455975081	NZ_QENY01000010.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_110, whole genome shotgun sequence	True	False
ISR0066_000000021030	1533	0.5978125335590198	2	2	1	2	1	True	35120	maximal	True	ISR0066_000000021030	1.0		1	1	False	False	0.9954338073730469	0					non-mobilizable	no_good_hit								True	True
ISR0222_000000025545	1890	0.5978125099688251	2	1	1	1	1	False	126688	maximal	True	ISR0222_000000025545	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	84.412	17.0	0.0010575826772403762	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ENG0083_000000014019	1601	0.5978115358565015	3	3	3	2	2	False	88863	fragment	False	ENG0107_000000018702	0.9728841158370886		0	0	False	False	1.0	0					non-mobilizable	chromosome	1602.0	99.625	100.0	0.000538887226487805	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0084_000000018974	1552	0.5978115358565015	3	3	3	2	2	False	88863	fragment	False	ENG0107_000000018702	0.94657474611784		0	0	False	False	0.9838917255401611	0					non-mobilizable	chromosome	1553.0	95.171	100.0	0.0005210477367914567	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0062_000000008128	2042	0.5978102020050898	2	2	2	2	2	False	111712	maximal	False	ISR0205_000000007601	0.8349299605941637		0	0	False	False	0.9931439757347107	0					non-mobilizable	no_good_hit	95.0	95.789	5.0	0.010777610383590219	MK233614.1	viruses	Uncultured human fecal virus clone RuminococcusA.sp_S01.I14_1_c1 sequence	True	False
DEN0021_000000017491	2041	0.5978100994087436	3	3	3	2	2	False	93154	fragment	False	DEN0021_000000017491	0.9904153354632588		0	0	False	False	0.9995100498199463	0					non-mobilizable	no_good_hit	563.0	78.153	29.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MON0004_000000015686	2564	0.5978091666656018	3	3	3	3	2	False	14239	maximal	True	MON0004_000000015686	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	73.906	24.0	9.284378378904919e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ENG0185_000000004491	5300	0.5978078264947467	8	7	1	4	7	False	55069	fragment	False	ENG0185_000000004491	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5240.0	95.744	99.0	0.07041381074857597	AP022091.1	enterobacteria	Escherichia coli plasmid pWP4-S18-ESBL-07_4 DNA, complete genome, strain: WP4-S18-ESBL-07	False	True
FIJ0009_000000003669	8922	0.5978042582804859	14	11	4	7	9	True	51356	maximal	True	FIJ0009_000000003669	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1491.0	80.282	17.0	0.010708895676725663	NZ_QSBM01000020.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf20, whole genome shotgun sequence	True	True
MAD0038_000000008353	1731	0.5978021202906387	3	3	3	3	2	False	18542	maximal	True	MAD0038_000000008353	1.0		5	4	False	False	0.9976891875267029	0					non-mobilizable	no_good_hit	204.0	98.529	12.0	0.09844810863239573	KU544213.1	bacteria	Uncultured bacterium clone CX_IN_B_Contig_24 genomic sequence	True	False
FIJ0124_000000011331	2420	0.5977942895290688	4	2	0	2	0	True	41251	fragment	False	FIJ0124_000000011331	1.0		0	0	False	False	0.9917355179786682	0					non-mobilizable	no_good_hit								True	True
SPA0009_000000016142	2239	0.5977893565380868	2	2	2	2	1	False	8132	maximal	True	SPA0009_000000016142	1.0		2	1	False	False	0.9986600875854492	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000001498	18297	0.5977882151159759	26	9	4	7	6	True	40727	maximal	True	FIJ0133_000000001498	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	98.765	0.0	0.0001811992217493426	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0046_000000026863	1376	0.5977843585869607	2	2	2	2	2	False	36150	maximal	True	ISR0046_000000026863	1.0		4	2	False	False	0.9985465407371521	0					non-mobilizable	no_good_hit								True	False
AST0024_000000032874	1117	0.5977820722778584	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.0350632783532535		0	0	False	False	0.9991047382354736	0					non-mobilizable	other	1118.0	94.09700000000001	100.0	0.6269662921348315	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
AUS0018_000000015718	1790	0.5977724225247399	3	3	2	2	3	False	99950	fragment	False	ENG0067_000000014385	0.9399335877206494		0	0	False	False	0.9994413256645203	0					non-mobilizable	other	1793.0	95.538	100.0	0.0348103730239078	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
CHI0140_000000013574	2166	0.5977710169163242	3	3	2	3	2	False	104990	maximal	True	CHI0140_000000013574	0.9774777367288952		143	9	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	81.22399999999999	27.0	0.00013059634400537095	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0042_000000011218	2155	0.5977710169163242	3	3	2	3	2	False	104990	maximal	False	CHI0140_000000013574	0.9769572681172298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	81.22399999999999	27.0	0.00013059634400537095	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0075_000000003172	2137	0.5977710169163242	3	3	2	3	2	False	104990	maximal	False	CHI0140_000000013574	0.9742479591174007		0	0	False	False	0.99859619140625	0					non-mobilizable	no_good_hit	490.0	81.22399999999999	27.0	0.00014001278377590996	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0183_000000028337	1117	0.5977705739432283	1	1	1	1	1	False	55130	fragment	False	ENG0183_000000028337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000006378	4424	0.5977699792592529	7	4	4	4	4	False	46049	maximal	True	ISR0120_000000006378	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	84.258	37.0	0.0001557557916966224	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0193_000000021775	1204	0.5977689398050122	2	2	2	2	1	True	56561	fragment	False	ISR0193_000000021775	0.9745879851143009		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	98.588	100.0	0.009171024745757544	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
ENG0141_000000018132	1463	0.597767427875314	3	2	1	2	1	False	120652	fragment	False	ENG0029_000000015479	0.7474131755486644		0	0	False	False	0.991797685623169	0					non-mobilizable	chromosome	932.0	90.34299999999999	100.0	0.00024949243965552355	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0024_000000031212	1172	0.597767427875314	2	2	1	2	1	False	120652	fragment	False	ENG0029_000000015479	0.3177373091705415		0	0	False	False	0.9931740760803223	0					non-mobilizable	chromosome	863.0	89.919	100.0	0.00023100159289265448	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0194_000000017180	1545	0.5977664385177899	2	2	2	2	2	False	63193	fragment	False	ENG0062_000000014785	0.9568374592969071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	72.783	21.0	8.152524392580142e-05	CP059264.1	b-proteobacteria	Dechloromonas sp. isolate SSD3 chromosome, complete genome	True	False
FIJ0021_000000027820	1725	0.5977552793294922	3	2	2	2	1	False	102677	fragment	False	FIJ0021_000000027820	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1709.0	93.681	99.0	0.0006041455147861605	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0074_000000018184	1648	0.597755038758303	3	3	2	3	3	False	42258	fragment	False	ISR0074_000000018184	1.0		0	0	False	False	0.9733009934425354	0					non-mobilizable	chromosome	1228.0	97.63799999999999	100.0	0.0003954845781965194	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0008_000000024092	1198	0.597751144990504	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.43001083669620155		0	0	False	False	0.9974958300590515	0					non-mobilizable	other	1200.0	84.083	100.0	0.014131770488704036	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
ISR0177_000000007327	3546	0.5977490947009271	4	3	3	2	1	False	29775	maximal	True	ISR0177_000000007327	1.0		39	8	False	False	0.9946418404579163	0					non-mobilizable	no_good_hit	1272.0	95.44	68.0	0.0004096665842606163	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0284_000000008538	1603	0.5977480693519753	3	1	1	1	1	True	26084	maximal	True	ISR0284_000000008538	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	3.4110547020122105e-06	CP002271.1	d-proteobacteria	Stigmatella aurantiaca DW4/3-1, complete genome	True	True
MAD0104_000000000849	10553	0.5977469954005107	8	7	3	5	3	False	19386	maximal	True	MAD0104_000000000849	1.0		2	1	False	False	0.9988628625869751	0					non-mobilizable	no_good_hit	288.0	94.444	5.0	0.017249727635879432	NZ_WAJR01000035.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_035, whole genome shotgun sequence	True	False
ISR0179_000000007425	3330	0.5977455367284413	4	4	4	4	3	False	119436	fragment	False	CHI0024_000000003275	0.8001928517636997		0	0	False	False	1.0	0					non-mobilizable	chromosome	2967.0	87.59700000000001	97.0	0.00065430053492407	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0140_000000009147	3221	0.5977455367284413	4	4	4	4	3	False	119436	fragment	False	CHI0024_000000003275	0.6626877213126137		0	0	False	False	1.0	0					non-mobilizable	chromosome	3256.0	87.469	100.0	0.0007192854860117667	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0035_000000012721	1747	0.5977436774626921	3	3	2	2	3	False	85581	fragment	False	CHI0062_000000007225	0.6302324911834136		0	0	False	False	1.0	0					non-mobilizable	other	1747.0	99.428	100.0	0.03392201433817101	NZ_JAAIOD010000018.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_18_length_51471_cov_342.947, whole genome shotgun sequence	False	False
USA0061_01_000000006106	1773	0.5977414400492935	2	2	2	2	2	False	96347	fragment	False	USA0061_01_000000006106	0.9906253198784001		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	99.944	100.0	0.0005336606773394787	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0153_000000001769	7705	0.5977402168779525	12	4	2	2	4	False	70231	backbone	False	ISR0807_000000001655	0.8305848355925454	PS330	0	0	True	True	0.9990915060043335	194					non-mobilizable	no_good_hit	564.0	75.0	7.0	0.13212006617820846	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
MON0068_000000024391	1734	0.5977395193105279	3	2	1	2	1	True	10557	fragment	False	MON0068_000000024391	1.0		0	0	False	False	0.9769319295883179	0					non-mobilizable	no_good_hit	599.0	83.806	48.0	0.00018775200579096606	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ISR0350_000000010854	1783	0.5977372103666193	2	2	2	2	1	False	115285	fragment	False	ISR0350_000000010854	0.9918401800787845		0	0	False	False	0.9966349005699158	0					non-mobilizable	no_good_hit	318.0	73.27	18.0	0.00011119677118572942	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0069_000000009358	2473	0.5977342537128235	3	3	3	2	3	False	44996	maximal	True	FIJ0069_000000009358	1.0		57	2	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	74.605	33.0	0.006228795791560248	NZ_LFQU01000006.1	CFB group bacteria	Prevotella rara strain 109 contig00006, whole genome shotgun sequence	True	False
USA0044_01_000000014920	1873	0.5977295233690191	5	4	4	3	2	False	117226	maximal	True	USA0044_01_000000014920	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	99.399	71.0	0.0274294670846395	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0199_000000012069	2484	0.597728369943227	4	2	2	1	1	False	96927	maximal	True	ISR0199_000000012069	0.989770867430442		83	12	False	False	0.9935587644577026	0					non-mobilizable	other	1965.0	99.186	100.0	0.0004815294001403889	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0381_000000006743	2444	0.597728369943227	4	2	2	1	1	False	96927	maximal	False	ISR0199_000000012069	0.9818840579710144		0	0	False	False	0.9971358180046082	0					non-mobilizable	other	1883.0	99.15	99.0	0.0004614248121508207	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0076_000000043751	1107	0.597726931242842	2	2	2	2	2	False	10260	fragment	False	MON0098_000000030641	0.9632059173080502		0	0	False	False	1.0	0					non-mobilizable	chromosome	1107.0	98.555	100.0	0.0004883316982021799	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0146_000000008536	2169	0.5977188389415722	2	2	1	2	1	True	39978	maximal	True	FIJ0146_000000008536	1.0		4	2	False	False	0.9834024906158447	0					non-mobilizable	no_good_hit	61.0	88.525	3.0	8.600017486702223e-05	NZ_RCNV01000001.1	CFB group bacteria	Mesonia aquimarina strain MCCC 1A11700 NODE_1_length_697673_cov_67.916177, whole genome shotgun sequence	True	True
SPA0042_000000026596	1285	0.5977143560863806	2	1	1	1	1	False	111745	fragment	False	SPA0042_000000026596	1.0		0	0	False	False	0.998443603515625	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000036905	1279	0.5977143560863806	2	1	1	1	1	False	111745	fragment	False	SPA0042_000000026596	0.9976653696498055		0	0	False	False	0.9460515975952148	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000017948	1757	0.5977082111976894	3	3	1	1	2	True	29460	fragment	False	ISR0183_000000017948	1.0		0	0	False	False	0.9869095087051392	0					non-mobilizable	plasmid	1749.0	96.684	99.0	0.4836202109938923	U44843.1	firmicutes	Lactococcus lactis plasmid pND324, complete sequence	False	True
ISR0309_000000013785	1464	0.5977075505712309	3	2	1	2	2	False	25373	fragment	False	ISR0309_000000013785	1.0		0	0	False	False	0.9890710115432739	0					non-mobilizable	no_good_hit	1026.0	87.62200000000001	70.0	0.018239095025864075	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
ISR0070_000000005115	3873	0.5977046942630132	5	3	1	3	2	False	34914	maximal	True	ISR0070_000000005115	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00011370910683602304	NZ_JYNN01000001.1	g-proteobacteria	Thiomicrospira microaerophila strain ASL8-2 NA59DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MAD0068_000000004479	5331	0.5977005237788408	5	4	3	4	2	True	16481	maximal	True	MAD0068_000000004479	1.0		4	2	False	False	0.9996248483657837	0					non-mobilizable	no_good_hit	93.0	95.699	2.0	0.00010964150881334995	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0303_000000002681	4114	0.5976979000850131	4	3	3	3	1	False	42472	maximal	True	ISR0303_000000002681	1.0		1	1	False	False	0.9985415935516357	0					non-mobilizable	no_good_hit	344.0	99.709	8.0	0.4188034188034188	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
ENG0204_000000002470	7734	0.5976957130995321	6	5	4	3	5	False	85172	maximal	True	ENG0204_000000002470	0.9803390625360785		896	13	False	False	1.0	0					non-mobilizable	other	7734.0	99.961	100.0	0.0014977177864300532	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
AST0050_000000000496	20336	0.5976954266145243	26	14	10	14	10	False	127300	fragment	False	AST0050_000000000496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5096.0	99.274	52.0	0.47101784228529164	MK239139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_6-CL25_c3 sequence	True	False
FIJ0079_000000017547	1603	0.5976899513799757	2	2	2	2	2	False	47471	fragment	False	FIJ0085_000000019477	0.9944828143206237		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	75.122	99.0	0.035055671537926235	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
SPA0072_000000011328	1827	0.5976799768461043	2	2	2	1	1	False	5872	fragment	False	SPA0072_000000011328	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	84.366	19.0	0.0489540964555491	NZ_JAAISM010000123.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_123_length_6884_cov_176.512, whole genome shotgun sequence	True	False
ENG0176_000000000633	12642	0.5976765036388125	16	3	2	3	2	False	55577	maximal	True	ENG0176_000000000633	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	868.0	94.585	7.0	0.9851936218678815	GQ877340.1		Uncultured organism clone VC1AL64TF genomic sequence	True	False
ISR0157_000000004065	6629	0.597673676572803	11	11	8	11	9	False	108251	maximal	True	ISR0157_000000004065	1.0		12	4	False	False	0.9941167831420898	0					non-mobilizable	chromosome	3787.0	98.521	100.0	0.0011901861336381084	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0017_000000003931	4859	0.5976734626004195	9	6	3	5	5	False	94953	maximal	True	MON0017_000000003931	1.0		5	4	False	False	0.9967071413993835	0					non-mobilizable	no_good_hit	1947.0	94.81299999999999	63.0	0.0006053973067597307	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0370_000000007495	3469	0.5976720599963985	6	4	4	4	4	False	23521	maximal	True	ISR0370_000000007495	1.0		3	2	False	False	0.9971173405647278	0					non-mobilizable	no_good_hit	1466.0	93.588	42.0	0.0004246764559662694	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0141_000000010265	2660	0.5976713918539821	4	4	4	3	2	False	85872	maximal	True	ENG0141_000000010265	1.0		15	7	False	False	0.9996240735054016	0					non-mobilizable	no_good_hit	74.0	82.432	3.0	2.7827025683582322e-05	NZ_CP012370.1	firmicutes	Moorella thermoacetica strain DSM 2955 chromosome, complete genome	True	False
ENG0153_000000020911	1426	0.597664437655482	2	2	2	2	2	False	56912	maximal	True	ENG0153_000000020911	1.0		7	2	False	False	0.986676037311554	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	0.00020545948864477965	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CAN0002_000000004457	3817	0.5976612376847825	4	3	2	3	3	True	96970	maximal	True	CAN0002_000000004457	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	74.658	7.0	8.760072935264592e-05	NZ_CP017253.2	firmicutes	Clostridium taeniosporum strain 1/k chromosome, complete genome	True	True
CHI0051_000000000590	17593	0.5976594622931151	22	12	6	8	8	True	86678	fragment	False	CHI0051_000000000590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5309.0	97.363	59.0	0.04271116014269264	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0141_000000000710	26114	0.5976579034490229	42	22	11	14	12	True	107952	maximal	True	ENG0141_000000000710	1.0		1	1	False	False	1.0	0					non-mobilizable	other	12001.0	96.792	95.0	0.01992146966288404	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0073_000000001841	15229	0.5976555080419569	17	6	0	6	2	False	70240	maximal	True	DEN0073_000000001841	0.969961303863055		1	1	False	False	0.9998686909675598	0					non-mobilizable	no_good_hit								True	False
ENG0102_000000001700	11741	0.5976555080419569	14	6	0	6	2	False	60409	fragment	False	ENG0102_000000001700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018037156542477503	NZ_QJGZ01000032.1	CFB group bacteria	Flavobacterium sharifuzzamanii strain A7.6 contig6, whole genome shotgun sequence	True	False
FIJ0112_000000014882	1840	0.5976516543937778	3	3	3	2	3	False	42007	fragment	False	FIJ0112_000000014882	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1840.0	99.946	100.0	0.0003478238502000791	LR607330.1	enterobacteria	Klebsiella quasipneumoniae strain 4928STDY7071295 genome assembly, chromosome: 1	False	False
ENG0005_000000012143	1970	0.5976487057475561	4	4	3	4	3	False	67675	maximal	True	ENG0005_000000012143	1.0		1	1	False	False	0.982741117477417	0					non-mobilizable	no_good_hit	477.0	72.117	24.0	0.005635551734842515	NZ_NGJU01000018.1	firmicutes	Vagococcus salmoninarum strain NCFB 2777, whole genome shotgun sequence	True	False
ISR0243_000000007651	1603	0.5976471230731483	3	2	2	1	1	True	87079	fragment	False	MON0032_000000016300	0.31193469171702914		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	93.587	100.0	0.0004983794889152562	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0090_000000031360	1921	0.5976461957221008	2	2	2	2	1	True	49035	maximal	True	MON0090_000000031360	1.0		2	1	False	False	0.9744924306869507	0					non-mobilizable	no_good_hit								True	True
CHI0060_000000004974	2623	0.5976390000841114	2	2	2	2	2	False	106508	maximal	False	ISR0112_000000011843	0.9537110307660823		0	0	False	False	0.9958063364028931	0					non-mobilizable	chromosome	2625.0	98.59	100.0	0.00037022775993997314	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CAN0007_000000017781	2299	0.597638710714679	3	3	3	3	3	False	95330	fragment	False	CAN0007_000000017781	1.0		0	0	False	False	0.9995650053024292	0					non-mobilizable	other	2299.0	99.609	100.0	0.0006918837936307551	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0012_000000037366	1191	0.5976374307236852	2	2	2	2	2	False	93960	fragment	False	CAN0012_000000037366	1.0		0	0	False	False	0.9991603493690491	0					non-mobilizable	chromosome	1152.0	99.74	97.0	0.00022448041852043415	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
MON0064_000000001093	14226	0.5976288117092061	12	7	4	5	4	False	46283	fragment	False	FIJ0055_000000000857	0.9508993519375744		0	0	False	False	0.9999297261238098	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	0.0	0.00011302992871040925	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
MON0035_000000020324	1434	0.5976267529301909	2	2	2	2	2	False	12200	fragment	False	MON0035_000000020324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	3.08499151627333e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0116_000000012260	1273	0.5976263113387521	2	2	2	2	2	False	82143	fragment	False	CHI0116_000000012260	1.0		0	0	False	False	0.9693636894226074	0					non-mobilizable	other	1284.0	82.321	99.0	0.00035545484334993974	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0286_000000007003	2448	0.5976251516648318	5	4	4	3	3	False	26042	maximal	True	ISR0286_000000007003	1.0		7	3	False	False	0.9995915293693542	0					non-mobilizable	no_good_hit	816.0	98.652	75.0	0.00023135636715432235	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0001_000000008012	2447	0.5976229751129298	6	5	2	2	5	False	111970	fragment	False	CHI0027_000000007196	0.9624482267145311		0	0	False	False	1.0	0					non-mobilizable	other	2448.0	99.18299999999999	100.0	0.008202463755970836	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
ISR0146_000000030096	1419	0.597621313960438	1	1	1	1	1	True	45570	fragment	False	FIJ0063_000000017780	0.6527682843472317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	88.28	64.0	0.013338103025347506	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
MAD0033_000000014821	1408	0.5976188455436515	3	3	2	3	2	False	18860	fragment	False	MAD0033_000000014821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	73.348	33.0	0.0010864584760294194	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
SPA0083_000000014717	1250	0.5976155586808819	3	3	3	2	1	False	11283	fragment	False	SPA0083_000000014717	1.0		0	0	False	False	0.9800000190734863	0					non-mobilizable	no_good_hit	652.0	89.11	52.0	0.00019605705471106128	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0141_000000007505	3666	0.597614911766298	4	4	3	4	1	False	92188	fragment	False	CHI0141_000000007505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	78.125	7.0	7.67137410077396e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0157_000000012032	2578	0.597612857571162	4	4	3	3	4	False	30551	fragment	False	ISR0157_000000012032	1.0		0	0	False	False	0.9934057593345642	0					non-mobilizable	other	2577.0	99.573	99.0	0.0010017783899756829	CP015902.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06, complete genome	False	False
USA0034_01_000000046547	1099	0.5976125459297295	2	2	2	2	1	False	1435	fragment	False	USA0034_01_000000046547	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	97.361	100.0	0.00038272081736339514	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0187_000000007841	2080	0.5976112841122015	2	1	1	1	1	False	88235	fragment	False	CHI0187_000000007841	0.9965017491254373		0	0	False	False	0.9961538314819336	0					non-mobilizable	no_good_hit	595.0	89.916	28.0	0.00023335090716153934	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
CHI0034_000000008194	2001	0.5976112841122015	2	1	1	1	1	False	88235	fragment	False	CHI0187_000000007841	0.9776442307692308		0	0	False	False	0.9985007643699646	0					non-mobilizable	no_good_hit	559.0	89.445	28.0	0.00021911254672456407	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0069_000000013576	1827	0.5976085269451092	4	3	1	3	2	False	34949	maximal	True	ISR0069_000000013576	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	97.92399999999999	45.0	0.00028418565869927736	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MON0003_000000004177	3208	0.5976079299135411	4	2	2	2	1	False	14292	maximal	True	MON0003_000000004177	1.0		2	1	False	False	0.9763092398643494	0					non-mobilizable	no_good_hit								True	False
MON0023_000000007741	2579	0.5976079299135411	3	2	2	2	1	False	12987	fragment	False	MON0023_000000007741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0001_000000002893	2986	0.5976054268189052	4	4	4	4	4	False	105576	fragment	False	CHI0001_000000002893	0.9616022106451877		0	0	False	False	0.996316134929657	0					non-mobilizable	other	2986.0	99.23	100.0	0.011911602739070057	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ISR0386_000000002525	12566	0.597603113284198	8	6	5	6	5	False	77987	fragment	False	ISR0386_000000002525	1.0		0	0	False	False	0.9992837905883789	0					non-mobilizable	no_good_hit	2546.0	74.313	20.0	0.12602012717168176	NZ_GL638141.1	firmicutes	Selenomonas artemidis F0399 Scfld51, whole genome shotgun sequence	True	False
ENG0185_000000001784	13501	0.5976024013270345	18	10	2	9	3	True	105207	fragment	False	ENG0185_000000001784	1.0		0	0	False	False	0.9990370869636536	0					non-mobilizable	plasmid	7779.0	98.83	90.0	0.0847173183383462	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0162_000000006095	4026	0.5976004057146233	6	4	2	4	4	False	118642	fragment	False	ENG0003_000000005384	0.9556051477837516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1549.0	98.45100000000001	84.0	0.00037109256074483165	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ENG0034_000000000456	23199	0.5975968562285042	28	14	5	14	5	True	108400	backbone	False	ISR0280_000000000088	0.18482666702367057	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23199.0	99.99600000000001	100.0	0.23149848315503752	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
TAN0005_000000008975	1916	0.5975963934803367	4	2	2	2	2	False	16446	fragment	False	TAN0005_000000008975	0.979549988401763		0	0	False	False	0.9989561438560486	0					non-mobilizable	other	1916.0	98.956	100.0	0.006393370925686662	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
ISR0788_000000000746	8319	0.597582406508148	17	8	2	7	0	False	22118	maximal	True	ISR0788_000000000746	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	70.964	18.0	0.008229988726042841	NZ_FUYQ01000006.1	CFB group bacteria	Parabacteroides chartae strain DSM 24967, whole genome shotgun sequence	True	False
FIJ0163_000000000383	35794	0.5975736087429604	47	34	15	23	22	False	75261	maximal	True	FIJ0163_000000000383	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	1358.0	78.645	9.0	0.0005823470363392355	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	True	False
DEN0043_000000002182	2930	0.5975689402661671	4	3	3	2	2	False	99527	fragment	False	DEN0043_000000002182	0.9616669090510546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0102_000000021652	1338	0.5975658235706085	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.7880017909590821		0	0	False	False	1.0	0					non-mobilizable	chromosome	1344.0	93.006	100.0	0.00038171955843409647	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0179_000000014810	2248	0.597565236544271	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.8426545701482699		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0009_000000026194	1116	0.5975632004144463	1	1	1	1	1	False	94665	maximal	True	CAN0009_000000026194	1.0		17	8	False	False	0.9820788502693176	0					non-mobilizable	no_good_hit	995.0	99.598	89.0	0.00014029980685487353	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0003_000000001284	16849	0.5975594093072499	16	6	2	6	2	False	52228	fragment	False	FIJ0003_000000001284	1.0		0	0	False	False	0.9982194900512695	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	1.1462070968415332e-06	LN590683.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG38, chromosome: 38	True	False
MON0092_000000015670	3389	0.5975592911927103	4	4	2	4	3	False	106925	maximal	True	MON0092_000000015670	1.0		5	3	False	False	0.996164083480835	0					non-mobilizable	other	3290.0	87.416	97.0	0.1406578326686393	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0146_000000002757	5930	0.5975533142106803	7	7	5	5	5	True	132358	backbone	False	ISR0371_000000002559	0.7869826935004546	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5647.0	99.84100000000001	100.0	0.5542357907136547	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0230_000000013760	2374	0.5975475850056837	3	3	3	3	3	False	117894	fragment	False	ISR0213_000000010210	0.9503006012024048		0	0	False	False	1.0	0					non-mobilizable	chromosome	2375.0	96.463	100.0	0.0007473335071122762	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0388_000000008760	3710	0.5975475223390658	4	3	3	3	3	False	116959	fragment	False	ISR0388_000000008760	0.9846633799916816		0	0	False	False	0.9994609355926514	0					non-mobilizable	no_good_hit	2238.0	94.54899999999999	67.0	0.08118594436310396	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
ETH0003_000000011043	3249	0.5975415277429247	6	5	2	5	3	False	53226	maximal	True	ETH0003_000000011043	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	79.767	43.0	0.012285915132924336	NZ_VZBY01000075.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_19_length_62592_cov_28.0659_ID_37, whole genome shotgun sequence	True	False
ISR0839_000000011725	1738	0.5975405333144758	2	2	2	2	1	False	20837	maximal	True	ISR0839_000000011725	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	74.26899999999999	39.0	0.00011495662434136591	NC_016584.1	firmicutes	Desulfosporosinus orientis DSM 765, complete sequence	True	False
ISR0122_000000007750	2267	0.5975274936912383	2	2	2	1	1	False	113825	maximal	False	ISR0384_000000006703	0.9303762949174269		0	0	False	False	0.9885311126708984	0					non-mobilizable	other	2300.0	80.73899999999999	99.0	0.04446489407526334	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
FIJ0151_000000015078	1121	0.5975243597059167	2	2	2	2	0	True	39737	maximal	True	FIJ0151_000000015078	1.0		5	1	False	False	0.9991079568862915	0					non-mobilizable	no_good_hit	701.0	95.863	83.0	0.00015556329044623296	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ENG0040_000000016025	1505	0.5975229733739351	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.9575429071796006		0	0	False	False	0.9800664186477661	0					non-mobilizable	other	1468.0	95.50399999999999	100.0	0.009884745488059309	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0159_000000004524	4860	0.5975215446062483	3	3	2	2	3	False	56551	maximal	True	ENG0159_000000004524	1.0		16	8	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	7.918005359433894e-06	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
DEN0001_000000000503	31810	0.5975204679964061	33	29	4	16	23	True	115131	fragment	False	ENG0091_000000000469	0.9887288621828776		0	0	False	False	1.0	0					non-mobilizable	chromosome	23877.0	99.77	99.0	0.004357854011981863	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
CHI0184_000000001360	6049	0.597517983847672	6	5	5	4	4	False	77259	maximal	True	CHI0184_000000001360	1.0		87	8	False	False	0.9998346567153931	0					non-mobilizable	no_good_hit	4729.0	99.979	78.0	0.03285706343470284	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	True	False
ISR0819_000000007496	3327	0.5975159030950047	4	1	1	1	1	False	21323	maximal	True	ISR0819_000000007496	1.0		1	1	False	False	0.9996994137763977	0					non-mobilizable	no_good_hit								True	False
ENG0142_000000027592	1255	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6185409218250411		0	0	False	False	1.0	0					non-mobilizable	chromosome	1255.0	93.147	100.0	0.00035668876771710655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0061_000000034392	1224	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6289729153083302		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	97.633	100.0	0.0003481555436090418	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0029_000000020250	1224	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6287321278863062		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	97.551	100.0	0.0003481555436090418	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0104_000000029010	1223	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6109402463152733		0	0	False	False	1.0	0					non-mobilizable	chromosome	1223.0	92.96799999999999	100.0	0.0003475866620018375	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0207_000000025206	1212	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6122608131936476		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	93.60700000000001	100.0	0.00034644889878742883	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0037_000000020446	1204	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6185444337059738		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	97.59299999999999	100.0	0.0003424667275369986	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0096_000000036379	1192	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6142900546019191		0	0	False	False	1.0	0					non-mobilizable	chromosome	1193.0	97.485	100.0	0.00033905343789377275	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0014_000000020686	1178	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5959849524911628		0	0	False	False	0.9923599362373352	0					non-mobilizable	chromosome	1178.0	97.368	100.0	0.00033478682583974035	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0046_000000014385	1102	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.3967974722929571		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	97.641	100.0	0.00031316932476597634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0202_000000018879	1102	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.3981023293417897		0	0	False	False	1.0	0					non-mobilizable	chromosome	1103.0	97.461	100.0	0.0003134537655695785	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0149_000000016281	1102	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.39758849277125985		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	98.00399999999999	100.0	0.00031316932476597634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0370_000000024526	1102	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.3972360509867335		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	97.822	100.0	0.00031316932476597634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0353_000000032513	1102	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.39732676329364025		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	97.913	100.0	0.00031316932476597634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0222_000000038186	1102	0.5975145482291911	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.39818046289902226		0	0	False	False	1.0	0					non-mobilizable	chromosome	1103.0	97.64299999999999	100.0	0.0003134537655695785	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0016_000000030814	1265	0.5975140794626372	2	2	2	2	2	True	13322	maximal	True	MON0016_000000030814	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1267.0	86.03	100.0	0.00038056619458192966	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0163_000000003017	1469	0.5975071838547932	2	2	2	2	1	False	30305	maximal	True	ISR0163_000000003017	1.0		776	14	False	False	1.0	0					non-mobilizable	chromosome	910.0	94.066	93.0	0.00031684264388281074	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0072_01_000000004016	5029	0.5975068467933387	6	5	4	5	3	False	23924	maximal	True	USA0072_01_000000004016	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	3844.0	97.37299999999999	83.0	0.0011353195763600644	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	False
CAN0018_000000003752	8492	0.5975052347063715	11	3	2	3	1	True	130547	fragment	False	CAN0018_000000003752	1.0		0	0	False	False	0.9982336163520813	0					non-mobilizable	no_good_hit	7266.0	99.821	86.0	0.0014063401647460235	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
MON0100_000000006102	5959	0.5975049906697639	4	4	4	3	3	False	9135	maximal	True	MON0100_000000006102	1.0		3	1	False	False	0.9964759349822998	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0007577609386458079	NZ_PQBS01000038.1	bacteria	Gracilimonas amylolytica strain LA399 LA399A_505, whole genome shotgun sequence	True	False
ENG0180_000000008017	2156	0.5975018962216383	4	3	1	3	0	True	55337	fragment	False	ENG0180_000000008017	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2157.0	93.649	100.0	0.14264813460131676	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
ISR0776_000000005134	5064	0.5974988975649052	5	3	3	3	2	False	63588	maximal	True	ISR0776_000000005134	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	936.0	78.846	18.0	0.0002754351801805137	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
DEN0064_000000013180	2906	0.5974963929134539	6	4	2	2	2	False	71303	maximal	True	DEN0064_000000013180	1.0		4	3	False	False	0.9917412400245667	0					non-mobilizable	no_good_hit								True	False
SPA0023_000000002162	8575	0.5974891198418318	10	4	2	4	2	False	7655	fragment	False	SPA0023_000000002162	1.0		0	0	False	False	0.9997667670249939	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000017482	2109	0.5974865708978372	2	2	2	2	1	False	117260	fragment	False	ENG0077_000000009217	0.9551362612124648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	78.499	37.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0017_01_000000024148	1115	0.5974840944105357	1	1	1	1	1	False	1876	maximal	True	USA0017_01_000000024148	1.0		1	1	False	False	0.9533632397651672	0					non-mobilizable	no_good_hit	995.0	86.53299999999999	89.0	0.003632018940740551	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0022_000000001075	9879	0.5974837449758466	6	6	6	6	5	False	116657	maximal	True	SPA0022_000000001075	1.0		15	5	False	False	1.0	0					non-mobilizable	other	6696.0	95.579	96.0	0.01450827991221298	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0849_000000008284	3260	0.5974824514603471	6	6	3	3	3	True	116464	fragment	False	ISR0849_000000008284	1.0		0	0	False	False	0.9990797638893127	0					non-mobilizable	other	3233.0	99.62899999999999	99.0	0.0009733585266146699	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	True
ISR0779_000000011455	2926	0.5974791999845294	5	4	4	4	3	False	85110	maximal	True	ISR0779_000000011455	1.0		7	6	False	False	0.9982911944389343	0					non-mobilizable	no_good_hit	2610.0	100.0	89.0	0.0007263110275950865	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0032_000000001972	6905	0.5974790363972792	7	6	5	6	5	False	18930	maximal	True	MAD0032_000000001972	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	1202.0	75.374	17.0	0.030627753020272534	NZ_QSGP01000019.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf19, whole genome shotgun sequence	True	False
MAD0027_000000002689	3978	0.5974744699000349	4	2	2	2	2	True	71464	maximal	True	MAD0027_000000002689	1.0		3	3	False	False	0.9982402920722961	0					non-mobilizable	no_good_hit	213.0	75.587	5.0	4.591545434340235e-05	NZ_CP018820.1	a-proteobacteria	Sphingomonas koreensis strain ABOJV chromosome, complete genome	True	True
ISR0367_000000003460	2795	0.5974647977876288	4	4	1	2	3	False	23589	fragment	False	ISR0367_000000003460	1.0		0	0	False	False	0.9967799782752991	0		MOBP			mobilizable	plasmid	2798.0	95.604	100.0	0.37870784234051197	DQ832184.1	firmicutes	Enterococcus faecium strain L50 plasmid pCIZ2, complete sequence	False	True
ISR0293_000000020695	1704	0.5974620445862645	3	2	2	2	2	False	25820	maximal	True	ISR0293_000000020695	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	76.367	57.0	0.0105613880681461	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0174_000000001780	14718	0.5974607136157183	23	18	11	15	11	False	93940	maximal	True	ISR0174_000000001780	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	73.509	5.0	0.00023999162553766708	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0166_000000010479	1952	0.5974568453451594	2	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.47170782123189264		0	0	False	False	1.0	0					non-mobilizable	other	1873.0	98.87899999999999	96.0	0.007185325354756248	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0396_000000013863	1657	0.5974557871757392	2	2	2	1	1	False	99537	maximal	False	AUS0020_000000015786	0.9556019070321812		0	0	False	False	0.9831019639968872	0					non-mobilizable	no_good_hit	224.0	100.0	18.0	0.000356647069736497	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
MON0044_000000025870	2076	0.5974410599636042	3	3	3	2	1	False	120645	maximal	False	MON0078_000000019345	0.9460869565217391		0	0	False	False	0.9990366101264954	0					non-mobilizable	chromosome	2079.0	92.544	100.0	0.0008545361248454628	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0125_01_000000004823	5276	0.5974383241141192	10	3	3	1	3	False	112163	maximal	False	AST0061_000000006992	0.9301741352343019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	1.0	2.3529237333615256e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0257_000000005836	2816	0.5974314707551949	3	3	2	3	2	False	100838	maximal	False	ISR0284_000000003598	0.9757869249394673		0	0	False	False	0.9996448755264282	0					non-mobilizable	other	2816.0	98.331	100.0	0.0009037533212533245	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0309_000000004499	3758	0.5974301841500785	3	2	1	2	1	False	49564	fragment	False	ISR0309_000000004499	1.0		0	0	False	False	0.9984034299850464	0					non-mobilizable	no_good_hit	80.0	97.5	2.0	0.0002387709642417813	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0098_000000003468	5037	0.5974286474214706	5	4	4	4	4	False	128928	maximal	True	ISR0098_000000003468	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	718.0	91.50399999999999	41.0	0.0002174061355831988	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
AST0140_000000015213	1896	0.5974279405934771	5	3	2	3	2	False	105533	maximal	True	AST0140_000000015213	1.0		466	13	False	False	0.9941983222961426	0					non-mobilizable	no_good_hit	1128.0	81.206	84.0	0.0003468746130714798	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0162_000000006100	4024	0.5974271285122713	6	3	1	3	1	True	56376	maximal	True	ENG0162_000000006100	1.0		1	1	False	False	0.9952783584594727	0					non-mobilizable	no_good_hit	1958.0	99.234	49.0	0.002095036424699783	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ENG0156_000000013747	1287	0.5974264541764148	1	1	1	1	1	False	56671	fragment	False	ENG0156_000000013747	0.9988179669030732		0	0	False	False	0.9805749654769897	0					non-mobilizable	chromosome	1287.0	100.0	100.0	0.0003596085244557565	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0119_000000024908	1269	0.5974264541764148	1	1	1	1	1	False	56671	fragment	False	ENG0156_000000013747	0.9918414918414918		0	0	False	False	0.9858155846595764	0					non-mobilizable	chromosome	1269.0	99.764	100.0	0.00035457512364688905	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0048_01_000000014111	1131	0.5974264541764148	1	1	1	1	1	False	1111	fragment	False	USA0048_01_000000014111	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1131.0	100.0	100.0	0.00031598571744557145	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0160_000000010439	1975	0.5974237255589335	4	2	2	2	1	True	94433	fragment	False	ENG0160_000000010439	1.0		0	0	False	False	0.9989873170852661	0					non-mobilizable	no_good_hit	225.0	77.333	11.0	6.403671748950453e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	True
USA0026_01_000000019875	1627	0.5974237255589335	3	2	2	2	1	True	94431	fragment	False	USA0026_01_000000019875	0.9963259853039412		0	0	False	False	0.9858635663986206	0					non-mobilizable	no_good_hit	225.0	77.333	14.0	6.403671748950453e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	True
AST0019_000000021970	1390	0.5974208574849039	3	1	1	1	1	False	121972	maximal	True	AST0019_000000021970	1.0		0	0	False	False	0.9762589931488037	0					non-mobilizable	no_good_hit	292.0	85.959	21.0	0.015835616438356164	NZ_SMUS01000054.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00054, whole genome shotgun sequence	True	False
FIJ0098_000000001889	10289	0.5974188368782086	16	3	2	3	2	False	56531	maximal	True	FIJ0098_000000001889	0.9983468078100435		4	1	True	True	1.0	6					non-mobilizable	no_good_hit	453.0	100.0	5.0	0.09014758675708018	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	True
FIJ0030_000000002302	9883	0.5974188368782086	17	3	2	3	2	False	56531	maximal	False	FIJ0098_000000001889	0.9856075362867888		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.009174311926605505	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	True
FIJ0172_000000002349	9874	0.5974188368782086	16	3	2	3	2	False	56531	maximal	False	FIJ0098_000000001889	0.986004470794052		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	53.0	100.0	1.0	0.010370961308336658	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	True
MAD0041_000000026230	1415	0.5974185055664363	2	1	1	1	1	False	18222	maximal	True	MAD0041_000000026230	1.0		2	1	False	False	0.9759717583656311	0					non-mobilizable	no_good_hit	122.0	75.41	9.0	0.00039336289515090833	NZ_VDBO01000005.1	firmicutes	Paenibacillus sinopodophylli strain CCTCC AB 2016047 NODE_5_length_307604_cov_576.019754, whole genome shotgun sequence	True	False
ENG0006_000000007731	3095	0.5974131015593734	3	2	2	1	1	False	93402	maximal	True	ENG0006_000000007731	1.0		13	8	False	False	0.9977383017539978	0					non-mobilizable	other	2961.0	98.446	100.0	0.0008217116261503685	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0063_000000008580	1600	0.5974119856371028	3	3	3	3	3	False	85419	maximal	False	ISR0384_000000011461	0.785419647030981		0	0	False	False	0.9981250166893005	0					non-mobilizable	other	1600.0	98.625	100.0	0.011204226635088358	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	False	False
ISR0046_000000000117	47675	0.5974050747284549	44	4	2	2	1	True	114291	fragment	False	ISR0046_000000000117	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	18086.0	96.24	96.0	0.1826159928013184	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
CHI0176_000000005237	1452	0.5974024238427872	5	4	1	4	1	False	77712	fragment	False	CHI0176_000000005237	1.0		0	0	False	False	0.9986225962638855	0					non-mobilizable	no_good_hit								True	False
ISR0159_000000002968	7616	0.597399054856033	7	3	1	3	1	False	115469	maximal	True	ISR0159_000000002968	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	95.833	3.0	6.62560462122003e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MON0077_000000006389	5315	0.5973983038510531	9	3	1	3	1	False	62722	fragment	False	MON0077_000000006389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1353.0	97.191	25.0	0.0005632601095190958	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	False
ISR0020_000000019129	1383	0.5973913084530827	1	1	1	1	1	False	37677	maximal	True	ISR0020_000000019129	1.0		5	4	False	False	0.989154040813446	0					non-mobilizable	no_good_hit	505.0	89.90100000000001	57.0	0.00012074530402600727	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	True	False
FIJ0009_000000029538	1457	0.5973889545740639	3	3	3	2	1	False	51192	maximal	True	FIJ0009_000000029538	1.0		0	0	False	False	0.9993136525154114	0					non-mobilizable	plasmid	1179.0	98.728	100.0	0.0071074320329186326	CP030066.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.1, complete sequence	False	True
ENG0068_000000012646	1944	0.5973886961355137	3	2	2	2	2	False	62602	maximal	True	ENG0068_000000012646	1.0		4	3	False	False	0.9974279999732971	0					non-mobilizable	no_good_hit	1675.0	100.0	86.0	0.00037874571365738036	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0208_000000018462	1657	0.5973861052887043	2	2	2	2	2	False	53820	fragment	False	ENG0208_000000018462	1.0		0	0	False	False	0.9849125146865845	0					non-mobilizable	no_good_hit	88.0	81.818	5.0	0.00496031746031746	NZ_PYCN01000059.1	a-proteobacteria	Bradyrhizobium algeriense strain RST91 NODE_59_length_17136_cov_116.391_ID_4075, whole genome shotgun sequence	True	False
ISR0773_000000006085	2324	0.5973842166419496	2	2	2	2	1	False	22504	maximal	True	ISR0773_000000006085	1.0		14	1	False	False	0.9991394281387329	0					non-mobilizable	no_good_hit	1763.0	82.927	75.0	0.0006999823107721807	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0143_000000012375	2467	0.5973841573360056	3	3	3	3	3	False	119441	fragment	False	ISR0143_000000012375	1.0		0	0	False	False	0.9991893172264099	0					non-mobilizable	other	2474.0	84.43799999999999	100.0	0.0005699565031967024	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0160_000000027882	1159	0.5973782585053233	3	3	3	2	3	False	78647	maximal	True	CHI0160_000000027882	1.0		14	7	False	False	0.9974115490913391	0					non-mobilizable	no_good_hit	801.0	74.407	68.0	0.00020931322909569584	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
FIJ0066_000000012407	2586	0.5973735014941517	3	3	3	3	3	False	51696	maximal	True	FIJ0066_000000012407	1.0		33	6	False	False	0.9926527738571167	0					non-mobilizable	no_good_hit	591.0	75.804	23.0	0.0014951921837539637	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
FIJ0138_000000014415	1314	0.5973723330950117	3	3	3	2	1	False	49289	fragment	False	FIJ0138_000000014415	0.9917147991557533		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	81.798	33.0	0.0022270700362911184	NZ_BAKG01000002.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
AST0142_000000002810	1576	0.5973705118505809	2	2	2	2	2	False	105246	maximal	True	AST0142_000000002810	1.0		4	2	False	False	0.9854061007499695	0					non-mobilizable	chromosome	1479.0	92.22399999999999	96.0	0.0006075716250074507	CP046315.1	high GC Gram+	Schaalia odontolytica strain FDAARGOS_732 chromosome, complete genome	False	False
USA0021_01_000000001529	11796	0.5973621079159154	14	9	5	9	6	False	1755	maximal	True	USA0021_01_000000001529	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	85.616	1.0	0.0003239121388323417	NZ_SGXF01000002.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_102, whole genome shotgun sequence	True	False
ENG0052_000000014090	2200	0.5973581260581576	4	4	3	2	4	False	65172	maximal	False	ENG0211_000000011267	0.9845907564582094		0	0	False	False	0.9936363697052002	0					non-mobilizable	other	2200.0	100.0	100.0	0.0006638125844859241	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MON0069_000000007331	5592	0.5973544629108273	8	7	3	3	5	True	10512	fragment	False	MON0069_000000007331	0.9947085201793722		0	0	False	False	1.0	0		MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	72.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
MON0079_000000004098	5575	0.5973544629108273	8	7	3	3	5	True	10512	fragment	False	MON0069_000000007331	0.9932045779685265		0	0	False	False	1.0	0		MOBB			mobilizable	no_good_hit	1772.0	96.95299999999999	73.0	0.21257952226623456	CP036548.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_2, complete sequence	True	True
USA0057_01_000000016746	1907	0.5973525782047494	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5784236977741666	PS1061	0	0	False	True	0.998951256275177	0					non-mobilizable	chromosome	1747.0	97.825	92.0	0.0004678988180865136	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0785_000000030523	1271	0.5973506627660206	2	1	1	1	1	False	22160	maximal	True	ISR0785_000000030523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	96.69	78.0	0.0002827373517616013	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0041_000000047162	1455	0.5973502488471019	1	1	1	1	1	False	11782	fragment	False	MON0041_000000047162	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	91.196	93.0	0.006838691483361534	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
SPA0129_000000006610	4282	0.5973500935773041	4	4	4	3	4	False	54780	fragment	False	SPA0129_000000006610	1.0		0	0	False	False	0.9941616058349609	0					non-mobilizable	no_good_hit	2176.0	71.094	50.0	0.0007551465531265008	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0050_000000009586	2694	0.5973475813767163	5	3	1	1	2	True	101365	fragment	False	ISR0050_000000009586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	87.777	64.0	0.0003324184535981017	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
USA0069_01_000000004567	12496	0.5973460810335071	11	7	4	5	3	False	108801	maximal	True	USA0069_01_000000004567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2988.0	97.523	42.0	0.07427220701667081	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ISR0842_000000009807	2237	0.5973401620528591	2	1	1	1	1	False	31097	maximal	True	ISR0842_000000009807	1.0		529	12	False	False	0.9874832630157471	0					non-mobilizable	chromosome	2237.0	100.0	100.0	0.0004106586111951855	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0772_000000002420	2055	0.5973401620528591	1	1	1	1	1	False	54274	fragment	False	ISR0772_000000002420	0.9979705733130391		0	0	False	False	0.9868612885475159	0					non-mobilizable	chromosome	1963.0	100.0	96.0	0.0003487697422872469	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0199_000000012875	1971	0.5973401620528591	1	1	1	1	1	False	54274	fragment	False	ISR0772_000000002420	0.9776155717761557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1971.0	100.0	100.0	0.00035019184113449357	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0157_000000008555	3495	0.5973379119630507	4	4	4	4	4	False	71791	maximal	True	ISR0157_000000008555	1.0		181	12	False	False	0.9997138977050781	0					non-mobilizable	no_good_hit	310.0	74.839	9.0	7.779128036514817e-05	CP044359.1	firmicutes	Bacillus amyloliquefaciens strain V417 chromosome, complete genome	True	False
MAD0097_000000035049	1188	0.5973296473957901	2	1	1	1	1	False	15381	fragment	False	MAD0097_000000035049	1.0		0	0	False	False	0.9991582632064819	0					non-mobilizable	no_good_hit								True	False
MON0037_000000048317	1547	0.5973225116916702	2	2	2	2	2	False	12074	maximal	True	MON0037_000000048317	1.0		1	1	False	False	0.9786683917045593	0					non-mobilizable	no_good_hit	528.0	97.727	34.0	0.0016301809284297985	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
SPA0008_000000021940	1395	0.5973178126330407	2	2	1	2	2	False	56456	maximal	True	SPA0008_000000021940	0.979106628242075		17	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0160_000000014428	1388	0.5973178126330407	2	2	1	2	2	False	56456	maximal	False	SPA0008_000000021940	0.9767025089605734		0	0	False	False	0.9992795586585999	0					non-mobilizable	no_good_hit								True	False
MON0064_000000005249	4439	0.5973108753894387	4	4	4	4	3	False	10718	maximal	True	MON0064_000000005249	1.0		17	6	False	False	1.0	0					non-mobilizable	other	4343.0	97.65100000000001	100.0	0.0035250087272786315	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
MON0031_000000008519	4093	0.5973049308328069	4	2	2	2	2	False	12473	maximal	True	MON0031_000000008519	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	75.94800000000001	31.0	0.0001907627535801497	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ISR0088_000000003190	6617	0.5973011215737616	8	6	4	4	5	False	85333	fragment	False	ISR0088_000000003190	1.0		0	0	False	False	0.9995466470718384	0					non-mobilizable	no_good_hit	1071.0	77.404	19.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0161_000000007245	2996	0.5972949816713088	5	4	3	3	4	False	56419	maximal	True	ENG0161_000000007245	1.0		1	1	False	False	0.9996662139892578	0					non-mobilizable	plasmid	2996.0	99.33200000000001	100.0	0.03978374644669377	CP050806.1	firmicutes	Lactiplantibacillus plantarum strain SPC-SNU 72-2 plasmid pLBP752, complete sequence	False	True
ISR0204_000000000789	11503	0.5972871493979658	18	6	3	6	3	False	28677	maximal	True	ISR0204_000000000789	1.0		3	1	False	False	0.9999130368232727	0					non-mobilizable	no_good_hit	426.0	76.52600000000001	4.0	7.676891747745418e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
CHI0040_000000003152	5587	0.5972774123425086	7	6	3	4	3	True	87724	maximal	True	CHI0040_000000003152	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	4265.0	88.113	76.0	0.048083030852994556	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MAD0112_000000009333	2964	0.5972757672922471	4	4	2	3	2	False	129990	maximal	True	MAD0112_000000009333	1.0		22	6	False	False	0.9969635605812073	0					non-mobilizable	other	2965.0	95.245	100.0	0.05367559146407739	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
MAD0037_000000000556	17690	0.5972749703654633	26	9	2	9	4	False	18692	maximal	True	MAD0037_000000000556	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	1.9053367252424542e-05	NZ_CP009761.1	firmicutes	Parvimonas micra strain KCOM 1535 (=ChDC B708) chromosome, complete genome	True	False
FIJ0023_000000012603	2564	0.5972715726073197	3	3	3	3	3	False	49369	maximal	True	FIJ0023_000000012603	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	81.633	6.0	0.0035826462504907736	NZ_WNAJ01000029.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold29_size40752, whole genome shotgun sequence	True	False
SPA0087_000000007727	1927	0.5972714067031359	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.7776169589251528		0	0	False	False	1.0	0					non-mobilizable	chromosome	1927.0	99.844	100.0	0.0004078838915935257	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
AST0118_000000013381	2283	0.5972699274977956	3	3	2	3	3	False	105910	fragment	False	AST0118_000000013381	1.0		0	0	False	False	0.997809886932373	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000023034	1614	0.5972589529789732	2	2	2	1	1	False	35838	maximal	True	ISR0051_000000023034	1.0		16	3	False	False	0.9900867342948914	0					non-mobilizable	no_good_hit	58.0	87.931	4.0	0.0002259949726030656	NZ_CXWC01000014.1	a-proteobacteria	Labrenzia alba strain CECT 5096, whole genome shotgun sequence	True	False
ISR0197_000000007544	3246	0.5972562518208563	4	3	3	3	2	False	51996	fragment	False	ISR0197_000000007544	1.0		0	0	False	False	0.9975354075431824	0					non-mobilizable	no_good_hit	1612.0	96.464	50.0	0.0030867627503803367	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0084_000000003289	6189	0.597254735656305	7	3	1	2	2	False	34066	maximal	False	ISR0266_000000002057	0.9445770739219078	PS13	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	280.0	79.643	4.0	0.04044776119402985	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
ISR0821_000000004206	6131	0.597254735656305	7	3	1	2	2	False	34066	maximal	False	ISR0266_000000002057	0.9396987624553834	PS13	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	280.0	79.643	5.0	0.04044776119402985	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
ISR0266_000000002057	6115	0.597254735656305	7	3	1	2	2	False	34066	maximal	True	ISR0266_000000002057	0.9467189741055424	PS13	7	1	True	True	1.0	44					non-mobilizable	no_good_hit	280.0	79.643	5.0	0.04044776119402985	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
ISR0851_000000003140	4124	0.597254735656305	5	3	1	2	2	False	20561	fragment	False	ISR0851_000000003140	1.0		0	0	False	False	0.9992725253105164	0					non-mobilizable	no_good_hit								True	False
USA0073_01_000000005370	3322	0.5972537089051345	4	4	4	4	3	False	119436	fragment	False	CHI0024_000000003275	0.7668899330710975		0	0	False	False	0.9981938600540161	0					non-mobilizable	chromosome	2950.0	87.59299999999999	97.0	0.0006509622668887431	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0176_000000002575	3321	0.5972537089051345	4	4	4	4	3	False	119436	fragment	False	CHI0024_000000003275	0.7665847622171901		0	0	False	False	1.0	0					non-mobilizable	chromosome	2952.0	87.63600000000001	97.0	0.0006509622668887431	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0145_000000015127	2019	0.5972536116474002	3	3	2	2	1	True	131238	fragment	False	SPA0046_000000017752	0.22517646223117668		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	89.536	100.0	0.0006301624150308008	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0800_000000007755	1581	0.5972531435931783	2	1	1	1	1	False	21881	maximal	True	ISR0800_000000007755	1.0		1	1	False	False	0.994939923286438	0					non-mobilizable	no_good_hit	115.0	80.87	7.0	2.415814173878437e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
ISR0223_000000023495	1363	0.5972452908455981	2	2	2	2	1	False	115504	maximal	True	ISR0223_000000023495	1.0		232	9	False	False	0.962582528591156	0					non-mobilizable	chromosome	1365.0	87.179	100.0	0.0004283535369740967	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0071_000000036373	1220	0.5972405385128551	2	1	1	1	1	False	70351	fragment	False	DEN0071_000000036373	1.0		0	0	False	False	0.9942622780799866	0					non-mobilizable	no_good_hit	81.0	82.71600000000001	7.0	1.5662927456655824e-05	NZ_CP013747.1	high GC Gram+	Pseudarthrobacter sulfonivorans strain Ar51 chromosome, complete genome	True	False
USA0001_01_000000007552	2155	0.5972392777556527	2	2	2	1	0	False	2280	maximal	True	USA0001_01_000000007552	1.0		175	12	False	False	0.9888631105422974	0					non-mobilizable	chromosome	1793.0	98.661	99.0	0.0007992406544402035	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0297_000000000164	25041	0.5972343928847972	22	10	8	8	3	True	46284	fragment	False	ISR0297_000000000164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	96.667	0.0	0.00021310486565363597	NZ_FOJY01000001.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
MAD0041_000000008239	3617	0.5972327026001099	4	4	3	4	3	False	54414	fragment	False	MAD0041_000000008239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.000172561593355822	NZ_RHHR01000007.1	firmicutes	Brevibacillus invocatus strain JCM 12215 contig_7, whole genome shotgun sequence	True	False
ISR0309_000000005607	3117	0.5972308856674876	4	3	3	3	3	False	102666	fragment	False	ENG0124_000000010090	0.9611542802434955		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.421	66.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0381_000000001775	7867	0.5972278246951035	9	8	7	7	7	False	116180	maximal	True	ISR0381_000000001775	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	2240.0	93.884	73.0	0.0005058992925554974	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0101_01_000000019038	1638	0.5972264774144185	2	1	1	1	1	False	358	maximal	True	USA0101_01_000000019038	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0142_000000003576	7597	0.5972252622492583	6	6	4	6	5	False	131416	fragment	False	SPA0142_000000003576	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.473	10.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ISR0131_000000010702	2788	0.5972205338632647	3	2	2	2	1	False	31683	maximal	True	ISR0131_000000010702	1.0		0	0	False	False	0.9903156161308289	0					non-mobilizable	no_good_hit	138.0	77.536	5.0	0.0003487531438695816	NZ_PIOD01000011.1	firmicutes	Oceanobacillus chungangensis strain CAU 1051 NODE_11_length_392746_cov_54.361160, whole genome shotgun sequence	True	False
MON0051_000000009510	3480	0.5972204748816458	3	3	3	0	0	False	14367	maximal	True	MON0051_000000009510	1.0		6	1	False	False	0.9974138140678406	0					non-mobilizable	other	3421.0	88.512	98.0	0.0765146083527514	NZ_AAXG02000017.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont185, whole genome shotgun sequence	False	False
MON0002_000000007195	3155	0.5972204748816458	3	3	3	0	0	False	14366	fragment	False	MON0002_000000007195	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3161.0	88.54799999999999	99.0	0.07068919161139989	NZ_AAXG02000017.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont185, whole genome shotgun sequence	False	False
ENG0128_000000017177	1684	0.5972204748816458	3	3	3	0	0	False	58621	fragment	False	ENG0128_000000017177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	70.048	73.0	0.000741423983395989	CP027242.1	firmicutes	Peptostreptococcaceae bacterium oral taxon 929 strain W2294 chromosome, complete genome	True	False
SPA0137_000000032076	1151	0.5972204748816458	3	3	3	0	0	False	3545	fragment	False	SPA0137_000000032076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	72.64	72.0	0.000318358684117439	CP013121.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F306, complete genome	True	False
AST0019_000000021713	1404	0.5972147557638413	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7043623263521325		0	0	False	False	0.9900285005569458	0					non-mobilizable	other	1347.0	91.01700000000001	96.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0036_000000018529	1323	0.5972112569436211	2	2	2	2	2	False	12166	fragment	False	MON0036_000000018529	1.0		0	0	False	False	0.9780800938606262	0					non-mobilizable	other	1262.0	90.491	95.0	0.009411922764015257	NZ_JABAFG010000006.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_6, whole genome shotgun sequence	False	False
SPA0113_000000012116	2637	0.5972085141255569	3	3	3	3	3	False	60296	maximal	True	SPA0113_000000012116	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	82.764	42.0	0.00021745771707351065	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0026_000000020901	1357	0.5972062842502119	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.04385276651517952	PS730	0	0	False	True	0.9977892637252808	0					non-mobilizable	other	1360.0	92.059	100.0	0.0004082656327951714	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CAN0021_000000013965	3063	0.5972062722587718	2	2	2	2	2	False	91767	fragment	False	CAN0021_000000013965	1.0		0	0	False	False	0.9986940622329712	0					non-mobilizable	other	2929.0	99.42	96.0	0.0009239291982452918	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0041_000000031189	1231	0.5972040785256638	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.9523848374552057		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	84.444	100.0	0.0003888728846092823	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0090_000000001416	8184	0.5971991830127362	14	8	6	6	7	False	15801	maximal	True	MAD0090_000000001416	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	91.37200000000001	8.0	0.018856065367693273	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0019_000000011832	2427	0.5971926903153293	4	3	3	3	1	False	122516	maximal	True	AST0019_000000011832	1.0		34	4	False	False	0.9851668477058411	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.001768867924528302	LN901196.1	hydrozoans	TPA_asm: Hydractinia polyclina mitochondrial genome, partial sequence	True	False
MAD0048_000000012518	1906	0.5971899992603198	3	1	1	1	1	False	17548	maximal	True	MAD0048_000000012518	1.0		17	8	False	False	0.9979013800621033	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000006621	4672	0.5971886111299451	2	2	2	2	1	True	43440	maximal	True	MAD0105_000000006621	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	1787.0	81.086	40.0	0.003696911782233495	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0026_000000013314	2123	0.5971880285508675	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3515390131837306		0	0	False	False	1.0	0					non-mobilizable	chromosome	2129.0	91.639	100.0	0.0007129063995635047	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0395_000000005067	7381	0.5971817226014734	9	8	4	6	7	False	125577	maximal	True	ISR0395_000000005067	1.0		1	1	False	False	0.9985097050666809	0					non-mobilizable	no_good_hit	1106.0	99.63799999999999	19.0	0.00035616174320061446	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0007_000000001622	11496	0.5971803293068595	13	7	3	6	3	True	8218	maximal	True	SPA0007_000000001622	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	5.9419653989771e-06	CP053315.1	firmicutes	Bacillus circulans strain GN03 chromosome, complete genome	True	True
ENG0025_000000009191	2674	0.597179305434272	5	4	2	4	2	True	120005	fragment	False	ENG0025_000000009191	1.0		0	0	False	True	0.9996260404586792	0					non-mobilizable	chromosome	2319.0	91.20299999999999	100.0	0.0008044805523449144	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
SPA0053_000000024490	1341	0.5971768626832863	1	1	1	1	1	False	73074	fragment	False	DEN0041_000000025143	0.9903351542946552		0	0	False	False	0.9985085725784302	0					non-mobilizable	other	1341.0	99.553	100.0	0.0004228364500166295	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
DEN0025_000000002015	1321	0.597175538054478	2	1	1	1	1	False	74287	maximal	True	DEN0025_000000002015	1.0		137	12	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	99.492	45.0	0.000527988774421718	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
USA0025_01_000000010158	1523	0.5971733258773158	3	3	2	3	0	False	102755	fragment	False	ISR0143_000000018092	0.9461582558535317		0	0	False	False	0.9855548143386841	0					non-mobilizable	other	1540.0	84.351	100.0	0.11153451560896967	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
SPA0017_000000001586	7206	0.5971670979398492	12	11	3	7	9	True	7845	maximal	True	SPA0017_000000001586	1.0		2	2	False	False	1.0	0				MOBP	mobilizable	plasmid	5348.0	99.14	100.0	0.1462367355869161	CP029979.1	enterobacteria	Escherichia coli strain 99-3165 plasmid unnamed1	False	True
MON0016_000000003774	5024	0.5971556463766692	4	4	4	4	3	False	89443	maximal	True	MON0016_000000003774	1.0		6	2	False	False	0.9980095624923706	0					non-mobilizable	no_good_hit	790.0	97.34200000000001	16.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
ENG0013_000000004242	5580	0.5971523861478399	2	2	1	2	1	False	67014	maximal	True	ENG0013_000000004242	1.0		19	6	False	False	0.9933691620826721	0					non-mobilizable	no_good_hit	1490.0	87.24799999999999	32.0	0.0003742033620577033	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
FIJ0089_000000009419	2564	0.5971516421362287	2	2	2	2	2	False	43703	maximal	True	FIJ0089_000000009419	1.0		150	9	False	False	1.0	0					non-mobilizable	chromosome	1334.0	85.682	92.0	0.00035558718701725307	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0155_000000001296	7476	0.597148721178136	10	6	4	4	5	True	119055	maximal	True	CHI0155_000000001296	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2451.0	77.56	32.0	0.0005913691003760783	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0007_000000015621	1642	0.5971450212899877	2	2	2	2	2	False	76283	maximal	True	DEN0007_000000015621	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0100_000000001041	2646	0.5971433544010122	3	2	2	2	2	False	106340	fragment	False	CHI0100_000000001041	1.0		0	0	False	False	0.9943310618400574	0					non-mobilizable	no_good_hit	672.0	76.19	25.0	0.024356144223693893	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0171_000000014959	1904	0.5971425695644762	4	3	3	3	3	False	68545	maximal	True	ISR0171_000000014959	1.0		1	1	False	False	0.9553571343421936	0					non-mobilizable	chromosome	1067.0	98.40700000000001	95.0	0.0003622256421095124	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0023_000000011877	1468	0.5971247060807001	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.1309908773019297		0	0	False	False	1.0	0					non-mobilizable	chromosome	1493.0	81.045	100.0	0.00040854436565307953	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0350_000000002256	6553	0.5971221953199278	12	12	7	8	12	False	24108	maximal	True	ISR0350_000000002256	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	6553.0	100.0	100.0	0.02774378496026016	CP027063.3	enterobacteria	Klebsiella variicola strain WCHKV030666 plasmid pVir_030666, complete sequence	False	True
AST0101_000000005597	1319	0.5971212933000174	1	1	1	1	1	False	108455	maximal	True	AST0101_000000005597	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000021439	1739	0.5971206681190789	3	2	1	2	1	False	109614	fragment	False	SPA0098_000000021439	0.9963389085048047		0	0	False	False	0.9936745166778564	0					non-mobilizable	other	1739.0	99.54	100.0	0.008573570907081829	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0039_01_000000013316	1681	0.5971206681190789	3	2	1	2	1	False	109614	fragment	False	SPA0098_000000021439	0.9833545104671154		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	99.70299999999999	100.0	0.008287456342863908	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0348_000000010910	1614	0.5971206681190789	2	2	1	2	1	False	109614	fragment	False	SPA0098_000000021439	0.9504205226559315		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	99.62799999999999	100.0	0.00795694469109493	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0033_000000009994	3009	0.5971172726167444	3	2	2	2	2	False	90775	maximal	True	ISR0033_000000009994	1.0		387	11	False	False	0.999002993106842	0					non-mobilizable	no_good_hit	920.0	70.543	30.0	0.00020339970013850226	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0104_000000006598	1498	0.5971147901087822	3	1	1	1	1	False	83237	maximal	True	CHI0104_000000006598	1.0		7	4	False	False	0.9479305744171143	0					non-mobilizable	no_good_hit	524.0	77.48100000000001	35.0	0.0003861419591506362	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
MON0028_000000008310	2993	0.5971113661057463	3	3	3	3	2	False	119077	fragment	False	ENG0052_000000006995	0.3152319098200827		0	0	False	False	0.9488807320594788	0					non-mobilizable	no_good_hit	498.0	73.293	16.0	0.0024371690804816286	NZ_FCOU01000005.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
MAD0079_000000001368	3503	0.5971109704221934	7	4	2	4	2	False	36299	fragment	False	MAD0079_000000001368	1.0		0	0	False	False	0.991150438785553	0					non-mobilizable	no_good_hit	299.0	92.30799999999999	8.0	0.005245808669762166	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
CHI0163_000000004597	2036	0.5971080836790306	3	2	2	2	1	True	78463	maximal	True	CHI0163_000000004597	1.0		337	13	False	False	0.9945972561836243	0					non-mobilizable	no_good_hit	1650.0	97.212	81.0	0.0004402503428409376	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MON0077_000000017661	2350	0.5971040552890593	3	3	3	3	3	False	10236	maximal	True	MON0077_000000017661	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	73.191	10.0	0.00012455189262988129	CP009415.1	bacteria	Candidatus Izimaplasma sp. HR1 chromosome, complete genome	True	False
FIJ0153_000000012681	2058	0.5971033828618213	3	2	2	2	1	True	41111	fragment	False	FIJ0153_000000012681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	9.644731493086416e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	True
ISR0115_000000015964	2137	0.5971030998910323	3	3	2	3	2	False	32473	maximal	True	ISR0115_000000015964	1.0		2	1	False	False	0.9831539392471313	0					non-mobilizable	no_good_hit	1316.0	98.25200000000001	62.0	0.0005110352524941629	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
DEN0034_000000007183	1202	0.5971027638647203	2	2	2	1	1	False	73528	fragment	False	DEN0034_000000007183	1.0		0	0	False	False	0.9991680383682251	0					non-mobilizable	chromosome	1201.0	99.584	99.0	0.0005355046260905887	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0093_000000010298	2381	0.5970976297977584	4	3	3	3	2	False	33528	maximal	True	ISR0093_000000010298	1.0		31	8	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	98.58	51.0	0.00019675612679826844	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0140_000000016218	1970	0.5970969873245584	3	2	2	2	2	False	40388	fragment	False	FIJ0140_000000016218	1.0		0	0	False	False	0.9903553128242493	0					non-mobilizable	no_good_hit	1158.0	74.69800000000001	58.0	0.00032378104053298645	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0119_000000010111	3154	0.5970941183353067	5	2	2	2	1	False	32352	maximal	True	ISR0119_000000010111	1.0		1	1	False	False	0.9949270486831665	0					non-mobilizable	no_good_hit								True	False
ISR0349_000000010086	1163	0.5970908693780881	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.4336384866586828		0	0	False	False	0.9982802867889404	0					non-mobilizable	other	1152.0	94.705	99.0	0.0055227814735785115	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0167_000000009340	3227	0.5970872981366844	4	3	3	3	2	False	112781	maximal	True	ISR0167_000000009340	1.0	PS721	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	2287.0	74.377	70.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0110_000000008184	2223	0.5970871410246896	5	3	2	2	3	True	127833	fragment	False	MON0068_000000018893	0.46890325456977267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	87.706	57.0	0.0003838780839335129	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0101_000000013332	2087	0.5970871410246896	4	3	2	2	3	True	80091	fragment	False	FIJ0096_000000017205	0.9899304031920291		0	0	False	False	0.9995208382606506	0					non-mobilizable	no_good_hit	467.0	82.441	28.0	0.0036800433321119625	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	True
ISR0050_000000013979	1947	0.5970871410246896	4	3	2	2	3	True	80091	fragment	False	FIJ0096_000000017205	0.9814758710355151		0	0	False	False	0.9984591603279114	0					non-mobilizable	no_good_hit	351.0	86.895	23.0	8.997045926954814e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
ISR0347_000000012703	1791	0.5970871410246896	3	3	2	2	3	True	80091	fragment	False	FIJ0096_000000017205	0.7283939242067915		0	0	False	False	0.9977666139602661	0					non-mobilizable	no_good_hit	351.0	86.895	25.0	8.997045926954814e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	True
MON0035_000000015043	1902	0.597081104001228	3	3	2	3	2	True	12203	fragment	False	MON0035_000000015043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0064_000000016715	1577	0.5970760335943744	2	2	1	2	1	False	45471	fragment	False	MAD0057_000000009531	0.980175430209588		0	0	False	False	1.0	0					non-mobilizable	plasmid	1577.0	99.556	100.0	0.009508754570356336	CP030066.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.1, complete sequence	False	True
MAD0007_000000008235	1175	0.5970746127232768	2	2	2	2	2	False	19855	fragment	False	MAD0007_000000008235	1.0		0	0	False	False	0.9982978701591492	0					non-mobilizable	chromosome	645.0	86.04700000000001	100.0	0.00017125804506007235	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0316_000000001891	7920	0.5970692914092522	18	4	2	3	1	True	64149	maximal	True	ISR0316_000000001891	1.0		1	1	False	False	0.9998737573623657	0					non-mobilizable	no_good_hit	346.0	85.54899999999999	5.0	0.00968342644320298	NZ_NSKI01000025.1	bacteria	Inordinaticella fortuita strain 4B NODE_26_length_34905_cov_207.443, whole genome shotgun sequence	True	True
ISR0198_000000005083	6892	0.5970685833667928	8	5	1	3	3	False	83521	maximal	True	ISR0198_000000005083	1.0		4	2	True	True	0.9998549222946167	29					non-mobilizable	no_good_hit								True	True
DEN0011_000000034643	1359	0.5970667258078621	2	1	1	1	1	True	75594	maximal	True	DEN0011_000000034643	1.0		62	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0006_000000005593	5763	0.5970658051719143	5	4	2	4	3	False	51802	fragment	False	FIJ0026_000000004877	0.993207222699914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	77.60300000000001	26.0	0.00016859047426474413	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0059_000000005834	4533	0.5970656526739132	4	3	3	3	2	False	122847	maximal	True	SPA0059_000000005834	0.9980920314253647		37	8	False	False	0.9997794032096863	0					non-mobilizable	no_good_hit	462.0	72.078	10.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
DEN0071_000000008260	4455	0.5970656526739132	3	3	3	3	2	False	122847	maximal	False	SPA0059_000000005834	0.9895212883300242		0	0	False	False	0.9986531734466553	0					non-mobilizable	no_good_hit	462.0	71.861	10.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
MAD0009_000000003125	3067	0.5970649338737849	5	3	3	3	3	False	19778	maximal	True	MAD0009_000000003125	1.0		10	5	False	False	0.9996739625930786	0					non-mobilizable	no_good_hit	88.0	85.227	3.0	0.0012487476222974052	NZ_VFAC01000022.1	a-proteobacteria	Elioraea rosea strain PF-30 seq22, whole genome shotgun sequence	True	False
ENG0089_000000009916	2121	0.5970594339714191	2	2	2	2	2	False	121122	maximal	False	SPA0094_000000005623	0.9478501489995743		0	0	False	False	0.9891560673713684	0					non-mobilizable	chromosome	1876.0	98.934	99.0	0.0005909954980326942	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0112_000000020556	1768	0.5970594339714191	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.8216295051082612		0	0	False	False	0.9988687634468079	0					non-mobilizable	chromosome	1764.0	99.036	99.0	0.000555693366950208	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0153_000000001852	12201	0.5970579094064394	10	8	6	7	8	True	64659	maximal	True	ENG0153_000000001852	1.0		2	2	False	False	0.9955741167068481	0					non-mobilizable	no_good_hit	2398.0	74.604	20.0	0.0005371220574806577	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0191_000000008106	1396	0.5970575283961229	2	1	1	1	1	False	88303	fragment	False	TAN0011_000000003548	0.9302557100871706		0	0	False	False	1.0	0					non-mobilizable	chromosome	1403.0	97.292	100.0	0.0003734599113459522	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0223_000000026418	1224	0.5970575283961229	1	1	1	1	1	False	88299	fragment	False	CHI0033_000000006392	0.6012794936001874		0	0	False	False	1.0	0					non-mobilizable	chromosome	1231.0	97.48200000000001	100.0	0.00032784445074583946	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0073_000000003621	1170	0.5970575283961229	1	1	1	1	1	False	88299	fragment	False	CHI0033_000000006392	0.35462801141957706		0	0	False	False	0.9564102292060852	0					non-mobilizable	chromosome	1095.0	98.447	99.0	0.00029156548792937554	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0037_000000031725	1109	0.5970575283961229	1	1	1	1	1	False	88299	fragment	False	CHI0033_000000006392	0.3535989112656043		0	0	False	False	1.0	0					non-mobilizable	chromosome	1109.0	98.91799999999999	100.0	0.00029556684412236785	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AUS0004_000000003774	5665	0.5970518173488272	6	5	5	5	4	False	102541	maximal	True	AUS0004_000000003774	1.0		250	10	False	False	0.9985878467559814	0					non-mobilizable	no_good_hit	4849.0	98.948	87.0	0.001366480088312125	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0107_000000025434	2331	0.5970499566449565	3	1	1	1	1	False	12740	maximal	True	MON0107_000000025434	1.0		163	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000019887	2238	0.5970486117480911	3	3	3	2	2	False	75707	maximal	True	DEN0011_000000019887	1.0		1	1	False	False	0.9982126951217651	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000022504	1513	0.5970439213774286	2	2	2	1	1	False	70575	maximal	True	DEN0070_000000022504	1.0		14	4	False	False	0.9907468557357788	0					non-mobilizable	chromosome	1491.0	100.0	99.0	0.0002320297982321821	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
MON0012_000000007613	4857	0.597042558121422	9	1	1	1	1	True	38831	fragment	False	MON0008_000000005551	0.9786720430451622		0	0	False	False	0.980440616607666	0					non-mobilizable	chromosome	4741.0	99.38799999999999	98.0	0.001264428556985581	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ETH0004_000000012298	2288	0.5970424575885683	5	2	1	2	1	False	62038	fragment	False	ETH0004_000000012298	0.982070820259973		0	0	False	False	1.0	0					non-mobilizable	other	2282.0	95.79299999999999	99.0	0.0006504567182275154	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0076_000000005405	2231	0.5970424575885683	5	2	1	2	1	False	62038	fragment	False	ETH0004_000000012298	0.9698426573426573		0	0	False	False	0.9937247633934021	0					non-mobilizable	other	2216.0	97.473	99.0	0.0006316194460015321	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AST0100_000000008829	1499	0.5970353542907797	2	2	2	2	1	True	108600	maximal	True	AST0100_000000008829	1.0		1	1	False	False	0.9986657500267029	0					non-mobilizable	no_good_hit								True	True
ISR0279_000000014576	1537	0.5970289675891077	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.2531121202281408		0	0	False	False	1.0	0					non-mobilizable	chromosome	1537.0	98.89399999999999	100.0	0.0005170086070488873	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0044_000000036811	1525	0.5970289675891077	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.23642832421329404		0	0	False	False	1.0	0					non-mobilizable	chromosome	1525.0	96.91799999999999	100.0	0.0005129694773063178	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0118_000000011147	1489	0.5970289675891077	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.23019667696421284		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	96.64200000000001	100.0	0.00046291428183888966	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0097_000000021723	1462	0.5970289675891077	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.16488726465762654		0	0	False	False	0.9993159770965576	0					non-mobilizable	chromosome	1462.0	97.811	100.0	0.0004917640461578283	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0020_000000015610	1366	0.5970289675891077	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.14355166445957512		0	0	False	False	0.9970717430114746	0					non-mobilizable	chromosome	1366.0	97.21799999999999	100.0	0.0004594510082172729	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0803_000000011479	1343	0.5970289675891077	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.17079257347475207		0	0	False	False	0.9977661967277527	0					non-mobilizable	chromosome	1343.0	97.171	100.0	0.0004517093428773481	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0079_000000047747	1312	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.1712652246260933		0	0	False	False	1.0	0					non-mobilizable	chromosome	1312.0	96.723	100.0	0.00044127492437571043	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0234_000000011164	1310	0.5970289675891077	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.13220494233862756		0	0	False	False	0.9984732866287231	0					non-mobilizable	other	1310.0	96.947	100.0	0.0004072276847628404	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0029_000000032337	1287	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.14514569102709127		0	0	False	False	1.0	0					non-mobilizable	chromosome	1287.0	96.115	100.0	0.0004321868824549292	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0098_000000028086	1275	0.5970289675891077	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.11853915362735719		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	99.529	100.0	0.000428820941002788	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0132_000000023157	1270	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.15956992773868275		0	0	False	False	0.9984251856803894	0					non-mobilizable	chromosome	1270.0	98.50399999999999	100.0	0.00042713797027671744	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0051_000000017620	1254	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.13605576387176152		0	0	False	False	1.0	0					non-mobilizable	chromosome	1255.0	99.28299999999999	100.0	0.0004220890580985056	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0045_000000018961	1252	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.13278434138781653		0	0	False	False	1.0	0					non-mobilizable	chromosome	1252.0	96.006	100.0	0.0004210792756628633	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0780_000000010058	1251	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.13908456203030659		0	0	False	False	1.0	0					non-mobilizable	chromosome	1251.0	96.163	100.0	0.00042074268151764916	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0040_000000035263	1232	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.12491246299075996		0	0	False	False	1.0	0					non-mobilizable	chromosome	1232.0	99.10700000000001	100.0	0.0004143473927585809	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0134_000000014089	1230	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.1153653191684907		0	0	False	False	0.997560977935791	0					non-mobilizable	chromosome	1230.0	98.78	100.0	0.00041367420446815264	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
TAN0010_000000014277	1190	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.09560275829825395		0	0	False	False	0.9848739504814148	0					non-mobilizable	chromosome	1190.0	95.462	100.0	0.0004002104386595879	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0783_000000011926	1177	0.5970289675891077	2	2	1	1	2	True	64815	fragment	False	ENG0040_000000019199	0.9528081123244929		0	0	False	False	0.9991503953933716	0					non-mobilizable	other	1180.0	94.23700000000001	100.0	0.000288329213118685	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0017_000000017596	1151	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.09125441372762674		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	98.00200000000001	100.0	0.0003870832669962372	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0125_000000027678	1144	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.06582587696662069		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	99.301	100.0	0.00035558536568672776	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0815_000000027079	1135	0.5970289675891077	2	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.06028466212539535		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	98.943	100.0	0.0003816977606728113	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0086_000000005233	2758	0.5970267214924198	4	4	4	4	4	False	24169	fragment	False	SPA0086_000000005233	0.993066561014263		0	0	False	False	0.9858593344688416	0					non-mobilizable	chromosome	2739.0	99.708	99.0	0.001196753641837598	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
FIJ0126_000000008739	3987	0.5970178656483959	5	3	1	1	3	False	41871	maximal	True	FIJ0126_000000008739	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	82.2	30.0	0.00039583362561554635	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0182_000000005697	5367	0.5970108097431701	10	4	3	3	3	False	96341	maximal	True	ISR0182_000000005697	1.0		13	5	False	False	0.9968324899673462	0					non-mobilizable	no_good_hit	646.0	87.926	21.0	0.003052002521219474	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
ISR0374_000000005741	2782	0.5970096701261809	2	2	2	2	1	True	100763	fragment	False	ISR0374_000000005741	1.0		0	0	False	False	0.9924514889717102	0					non-mobilizable	no_good_hit	1500.0	95.26700000000001	88.0	0.00045405708639534103	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ISR0157_000000013445	2326	0.5970029498148923	3	3	3	3	3	False	124949	fragment	False	ISR0157_000000013445	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1612.0	75.868	98.0	0.0005089406267092943	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0004_000000004284	1614	0.5969994359690702	3	3	3	3	0	False	90849	maximal	True	CHI0004_000000004284	1.0		123	13	False	False	0.9993804097175598	0					non-mobilizable	other	858.0	88.228	99.0	0.0002571230460229177	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0084_000000006550	4011	0.5969941867336391	4	4	4	4	3	False	98962	fragment	False	CHI0121_000000002037	0.9934646151926815		0	0	False	False	1.0	0					non-mobilizable	other	2823.0	98.866	100.0	0.0004925742941499384	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0148_000000027444	1317	0.5969929456533769	2	2	2	2	1	False	57262	maximal	True	ENG0148_000000027444	1.0		13	6	False	False	0.9992406964302063	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000031831	1189	0.5969929019198253	2	2	2	2	1	False	95489	fragment	False	CAN0006_000000036101	0.9705169628432957		0	0	False	False	0.9781329035758972	0					non-mobilizable	no_good_hit								True	False
ENG0058_000000016269	2063	0.5969913025622591	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.38526067644801587		0	0	False	False	1.0	0					non-mobilizable	chromosome	2068.0	97.05	100.0	0.0005748686362529144	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0103_000000007930	2050	0.5969913025622591	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.39206708024359194		0	0	False	False	1.0	0					non-mobilizable	other	2050.0	97.512	100.0	0.0006131644522621997	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0244_000000012177	2032	0.5969913025622591	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.38884673048855195		0	0	False	False	0.9995078444480896	0					non-mobilizable	other	2032.0	96.45700000000001	100.0	0.0006964893985123041	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
CHI0078_000000011397	1329	0.5969907686824055	2	2	2	2	1	False	93965	maximal	True	CHI0078_000000011397	1.0		0	0	False	False	0.9699021577835083	0					non-mobilizable	chromosome	1194.0	100.0	90.0	0.0002496573228280545	CP024275.1	enterobacteria	Escherichia coli O6:H16 strain M9682-C1 chromosome, complete genome	False	False
DEN0008_000000007374	1267	0.5969907686824055	2	2	2	2	1	False	93961	fragment	False	DEN0008_000000007374	0.9665903167727892		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	99.921	100.0	0.0002717564546987786	CP020055.1	enterobacteria	Escherichia coli strain AR_0069, complete genome	False	False
MAD0003_000000021079	1249	0.5969907686824055	2	2	2	2	1	False	93961	fragment	False	DEN0008_000000007374	0.7490288115610815		0	0	False	False	0.9695756435394287	0					non-mobilizable	other	1190.0	100.0	95.0	0.00876733742819853	NZ_NQCD01000011.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_9_length_135617_cov_79.9926_ID_17.ctg_1, whole genome shotgun sequence	False	False
ENG0037_000000029972	1199	0.5969907686824055	2	2	2	2	1	False	93961	fragment	False	DEN0008_000000007374	0.7712710434409967		0	0	False	False	0.9833194613456726	0					non-mobilizable	chromosome	1199.0	100.0	100.0	0.0002269927328219744	CP026399.1	enterobacteria	Escherichia coli strain ECONIH4 chromosome, complete genome	False	False
CHI0010_000000006530	1180	0.5969907686824055	2	2	2	2	1	False	93961	fragment	False	DEN0008_000000007374	0.7650257052247385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1181.0	99.57700000000001	100.0	0.00022220807790389237	CP044313.1	enterobacteria	Escherichia coli strain RM11911 chromosome, complete genome	False	False
ISR0016_000000020562	1109	0.5969904812021787	2	2	2	2	2	False	37884	maximal	True	ISR0016_000000020562	1.0		90	9	False	False	0.9900811314582825	0					non-mobilizable	no_good_hit	261.0	96.169	24.0	6.374625460106981e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0125_000000004738	7554	0.5969878386727543	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9388390693990801		0	0	False	False	0.9993380904197693	0					non-mobilizable	no_good_hit	6445.0	96.85	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0140_000000008854	3346	0.5969859752855626	4	1	1	1	1	False	80271	maximal	True	CHI0140_000000008854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000012485	3158	0.5969726627551395	4	4	3	2	3	False	121052	fragment	False	USA0003_01_000000012485	0.9978524288650871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	91.79799999999999	17.0	0.00013853427232681463	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0088_000000001410	8237	0.5969675453001284	6	4	3	4	3	False	110458	maximal	True	AST0088_000000001410	1.0		19	4	False	False	0.9996358156204224	0					non-mobilizable	no_good_hit	3292.0	87.06	68.0	0.001572683628875371	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
ENG0003_000000002842	7611	0.5969675453001284	5	4	3	4	3	False	67937	fragment	False	ENG0003_000000002842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3292.0	87.06	74.0	0.001572683628875371	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
CAN0010_000000002814	4669	0.5969656531543756	6	5	1	2	5	True	94638	maximal	True	CAN0010_000000002814	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4669.0	99.979	100.0	0.035475707348213675	CP022492.1	enterobacteria	Salmonella enterica subsp. enterica serovar Saintpaul strain SA20031783 plasmid unnamed1, complete sequence	False	True
SPA0067_000000009634	2240	0.5969632918546892	3	3	3	3	3	False	6038	maximal	True	SPA0067_000000009634	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	99.76700000000001	58.0	0.0003405074115176038	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
AST0118_000000003016	8503	0.5969621488821908	8	6	5	6	3	True	106818	fragment	False	AST0118_000000003016	0.9945175438596492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6774.0	99.705	80.0	0.06986291478849269	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
USA0034_01_000000042342	1214	0.5969613459002295	2	2	2	2	1	False	1445	maximal	True	USA0034_01_000000042342	1.0		17	6	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit	638.0	75.705	52.0	0.023079998546141824	NZ_QIML01000026.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_26, whole genome shotgun sequence	True	False
CHI0187_000000011193	1392	0.5969611282514139	2	1	1	1	1	True	77058	maximal	True	CHI0187_000000011193	1.0		71	11	False	False	0.9992815852165222	0					non-mobilizable	other	1396.0	86.891	100.0	0.0013287755314386192	NZ_LT960489.1	CFB group bacteria	Parabacteroides provencensis strain Marseille-P3668, whole genome shotgun sequence	False	True
ISR0218_000000001971	6997	0.5969576718543985	8	7	7	7	6	False	86124	maximal	True	ISR0218_000000001971	1.0		4	3	False	False	0.9997141361236572	0					non-mobilizable	no_good_hit	4376.0	98.697	63.0	0.06229438154240547	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0021_000000027289	1599	0.5969440139424108	3	2	1	1	2	False	91500	fragment	False	ISR0140_000000013363	0.9534019439679817		0	0	False	False	0.9468417763710022	0					non-mobilizable	chromosome	1600.0	99.75	100.0	0.00044713377185439713	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0063_000000014263	1926	0.5969436874124819	3	3	3	2	2	False	45590	maximal	True	FIJ0063_000000014263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	100.0	73.0	0.006220240344645152	CP056525.1	enterobacteria	Escherichia coli strain RHBSTW-00440 plasmid pRHBSTW-00440_2, complete sequence	True	False
MAD0054_000000001505	7116	0.5969404665345448	5	2	2	2	1	True	17187	fragment	False	MAD0054_000000001505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0130_000000011583	2600	0.5969400233413139	3	3	3	1	1	False	75632	maximal	True	ENG0130_000000011583	1.0		9	4	False	False	0.9984615445137024	0					non-mobilizable	no_good_hit	422.0	82.464	16.0	0.007644197359277276	NZ_QIML01000012.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_12, whole genome shotgun sequence	True	False
FIJ0069_000000000176	49685	0.5969337464551512	65	8	1	4	5	True	45009	maximal	True	FIJ0069_000000000176	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	73.892	2.0	0.010262891809908999	MT074138.1	viruses	Bacteroides phage DAC17, complete genome	True	True
MON0027_000000004422	7408	0.5969316167832488	5	4	4	4	4	False	75663	maximal	True	MON0027_000000004422	1.0		7	4	False	False	0.9973002076148987	0					non-mobilizable	no_good_hit	3885.0	77.34899999999999	70.0	0.001369886921996587	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0110_000000010653	1499	0.5969309568025808	3	3	3	3	2	False	89741	fragment	False	ISR0076_000000014296	0.47899294419499683		0	0	False	False	1.0	0					non-mobilizable	chromosome	1444.0	99.654	96.0	0.0003211413849984466	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0083_000000024682	1262	0.5969306282568314	2	2	2	2	2	True	69070	fragment	False	ENG0133_000000019097	0.9818611987381703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	89.831	19.0	0.0019455415368943144	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
AST0102_000000004909	5661	0.5969276410227028	8	3	2	3	2	False	108362	maximal	False	ISR0085_000000003620	0.9748137637460093		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	376.0	77.128	17.0	0.0008432606381887673	MN577573.1	firmicutes	Uncultured Firmicutes bacterium isolate LL40 clone UCI_5 genomic sequence	True	True
FIJ0025_000000015895	1332	0.5969262281840352	2	2	2	2	2	False	49168	maximal	True	FIJ0025_000000015895	1.0		3	3	False	False	0.9969969987869263	0					non-mobilizable	other	1282.0	89.86	96.0	0.003749157903986409	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	False	False
USA0130_01_000000024694	1346	0.5969258381377499	2	2	2	2	2	False	108	maximal	True	USA0130_01_000000024694	1.0		346	13	False	False	0.9992570877075195	0					non-mobilizable	chromosome	728.0	96.154	100.0	0.00025305584098891156	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0071_000000010925	3279	0.5969188072446642	4	4	4	4	3	False	44889	maximal	True	FIJ0071_000000010925	1.0		1	1	False	False	0.9984751343727112	0					non-mobilizable	no_good_hit	783.0	95.402	44.0	0.0002774679959010248	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0097_000000009189	3430	0.5969151469556222	2	2	1	1	2	False	80355	maximal	False	FIJ0032_000000009352	0.9252755587906242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	82.443	19.0	0.00022735136019502638	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0119_000000004070	2657	0.5969143035595845	6	3	2	2	3	False	81950	maximal	True	CHI0119_000000004070	1.0		2	1	False	False	0.9883326888084412	0					non-mobilizable	no_good_hit	669.0	75.187	25.0	0.0003171940923686577	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
MAD0096_000000000752	15766	0.5969130568327471	22	7	5	5	6	False	15546	maximal	True	MAD0096_000000000752	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	1.0	2.2262230812525757e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0115_000000025331	1153	0.5969120942596599	2	2	2	2	2	False	92318	fragment	False	DEN0035_000000029631	0.9733451839417266		0	0	False	False	1.0	0					non-mobilizable	other	1081.0	97.31700000000001	94.0	0.8244274809160306	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	False	False
SPA0038_000000016221	1644	0.596902767043365	3	2	2	2	1	False	7036	maximal	True	SPA0038_000000016221	1.0		1	1	False	False	0.9957420825958252	0					non-mobilizable	plasmid	1020.0	97.45100000000001	96.0	0.0041818853367258995	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0033_000000024407	1300	0.5969012232086139	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.3137898436582708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	98.264	22.0	7.96996406573693e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0137_000000019400	1215	0.5969012232086139	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.199103663167726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	99.48700000000001	16.0	5.387362469522524e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0015_000000014080	2756	0.5969006607676703	3	3	3	3	3	False	119444	fragment	False	CAN0015_000000014080	0.973048721823136		0	0	False	False	0.9996371269226074	0					non-mobilizable	other	2756.0	99.52799999999999	100.0	0.0006427466910793758	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0068_000000007640	5157	0.5969004386580268	5	4	4	4	3	False	91484	maximal	True	MON0068_000000007640	1.0		4	2	False	False	0.9968973994255066	0					non-mobilizable	no_good_hit	2710.0	98.118	53.0	0.0007720616326423553	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0170_000000015609	2934	0.5969004282803236	3	2	2	2	1	False	74729	maximal	True	ISR0170_000000015609	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	73.065	57.0	0.011559413614420479	NZ_AUDP01000013.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
USA0015_01_000000018895	1770	0.5968993640628335	2	1	1	1	1	False	1948	maximal	True	USA0015_01_000000018895	1.0		1	1	False	False	0.9937853217124939	0					non-mobilizable	no_good_hit	1159.0	83.779	65.0	0.05797759612473509	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0378_000000010201	2588	0.5968989590549778	3	3	0	3	1	False	100383	fragment	False	ISR0378_000000010201	0.9704608113430484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	93.023	12.0	0.034879539733908664	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
ISR0016_000000008253	2539	0.5968989590549778	4	3	0	3	1	False	100383	fragment	False	ISR0378_000000010201	0.9609737248840804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	94.31299999999999	12.0	0.025170801869830995	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MON0106_000000021522	1948	0.5968989590549778	3	3	0	3	1	False	90248	fragment	False	MON0106_000000021522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	93.54799999999999	17.0	0.03967397818530505	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
FIJ0105_000000014451	2179	0.5968956538562635	4	3	3	3	3	False	122027	maximal	True	FIJ0105_000000014451	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	92.69200000000001	61.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0128_000000002536	12764	0.5968947281065945	13	7	3	7	1	True	3896	maximal	True	SPA0128_000000002536	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.01107011070110701	XM_026850670.1	birds	PREDICTED: Athene cunicularia nucleosome assembly protein 1 like 4 (NAP1L4), transcript variant X9, mRNA	True	True
SPA0003_000000006280	2891	0.5968945635280459	4	2	1	2	2	False	8386	maximal	True	SPA0003_000000006280	1.0		2	2	False	False	1.0	0	rep_cluster_2327				non-mobilizable	plasmid	2891.0	99.896	100.0	0.29175924055746316	GQ149344.1	enterobacteria	Escherichia coli plasmid pAm08CD9902, complete sequence	False	True
ENG0163_000000023742	1111	0.5968939360708001	2	1	1	1	1	False	56293	fragment	False	ENG0163_000000023742	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	94.959	100.0	0.0825524319500223	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	False
ENG0183_000000027578	1144	0.5968895826822203	2	1	1	1	1	False	55133	fragment	False	ENG0183_000000027578	1.0		0	0	False	False	0.9956293702125549	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	4.0	1.1999626811606159e-05	CP042344.1	b-proteobacteria	Comamonas sp. NLF-7-7 strain NLF 7-7 chromosome, complete genome	True	False
CHI0131_000000013388	1358	0.5968895779696266	4	3	3	2	1	False	80983	maximal	True	CHI0131_000000013388	1.0		84	9	False	False	0.9639175534248352	0					non-mobilizable	chromosome	1237.0	99.677	91.0	0.00034562685554223566	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0034_000000016132	2234	0.5968895399498824	2	2	2	2	2	False	60938	maximal	True	SPA0034_000000016132	1.0		69	7	False	False	0.9995523691177368	0					non-mobilizable	other	2234.0	99.64200000000001	100.0	0.017074084552273612	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
FIJ0071_000000007185	4977	0.5968861904464259	7	7	5	5	5	False	130509	fragment	False	ISR0203_000000002513	0.5179935541212545		0	0	False	False	0.997187077999115	0					non-mobilizable	other	2678.0	98.506	100.0	0.015285714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0824_000000003102	4966	0.5968861904464259	9	7	5	5	5	False	130509	fragment	False	ISR0203_000000002513	0.5212895051169513		0	0	False	False	0.9995972514152527	0					non-mobilizable	other	2888.0	97.645	100.0	0.016457142857142858	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0005_000000010452	2301	0.5968848882710389	4	3	3	3	3	False	67685	maximal	True	ENG0005_000000010452	1.0		1	1	False	False	0.9991307854652405	0					non-mobilizable	no_good_hit	1647.0	81.29899999999999	71.0	0.028391550175170834	NZ_LT699723.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
AUS0002_000000028617	1312	0.5968809175476325	3	2	2	2	1	False	102736	maximal	False	ISR0012_000000016759	0.929520295202952		0	0	False	False	0.9870426654815674	0					non-mobilizable	no_good_hit	291.0	85.911	28.0	0.0021876851556446833	NZ_PDYG01000123.1	firmicutes	Agathobacter ruminis strain JK623 contig000124, whole genome shotgun sequence	True	False
FIJ0106_000000005740	4254	0.5968787038872629	5	3	2	2	3	False	42362	maximal	True	FIJ0106_000000005740	1.0		1	1	False	False	0.9992947578430176	0					non-mobilizable	no_good_hit	856.0	93.22399999999999	31.0	0.0002980203086026438	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0072_000000012105	2347	0.5968783681946597	4	2	2	2	2	False	121227	maximal	True	ISR0072_000000012105	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1738.0	83.65899999999999	74.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0180_000000009183	1898	0.5968783681946597	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8215449654879932		0	0	False	False	1.0	0					non-mobilizable	chromosome	1739.0	83.669	91.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0279_000000002284	7108	0.596877444905386	14	13	4	7	9	True	116402	fragment	False	ISR0279_000000002284	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7122.0	99.663	100.0	0.2155527303547645	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
MAD0098_000000002791	12065	0.596869464328443	7	5	3	4	2	True	17882	maximal	True	MAD0098_000000002791	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	83.56200000000001	1.0	2.5963189246047014e-05	CP002410.1	firmicutes	Clostridium botulinum BKT015925, complete genome	True	True
AST0100_000000002580	6530	0.5968626435993909	7	3	2	3	1	True	121692	maximal	True	AST0100_000000002580	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	90.822	14.0	0.0002662365921716202	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AST0002_000000025164	1489	0.5968566710215313	3	2	2	1	1	False	131362	maximal	True	AST0002_000000025164	1.0		9	4	False	False	0.9952988624572754	0					non-mobilizable	no_good_hit	1325.0	84.679	89.0	0.018612855429337473	NZ_NFLJ01000010.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_10, whole genome shotgun sequence	True	False
ENG0075_000000020255	1208	0.5968560962725148	1	1	1	1	1	False	62065	maximal	True	ENG0075_000000020255	1.0		1	1	False	False	0.9842715263366699	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00034233617412298876	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	True	False
ISR0283_000000001895	6363	0.5968524704130873	9	8	7	7	6	True	26120	maximal	True	ISR0283_000000001895	1.0		1	1	False	False	0.9982712268829346	0					non-mobilizable	no_good_hit	2048.0	91.211	32.0	0.003307710979852739	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
MAD0045_000000011050	3351	0.5968512246851496	3	2	0	2	2	False	90474	maximal	True	MAD0045_000000011050	1.0		5	2	True	True	1.0	19	ColRNAI_rep_cluster_1987,rep_cluster_2350			MOBF,MOBP,MOB_unknown	mobilizable	plasmid	3067.0	99.641	100.0	0.937041564792176	CP033763.1	enterobacteria	Escherichia coli strain FDAARGOS_536 plasmid unnamed2, complete sequence	False	True
CHI0009_000000002782	3068	0.5968512246851496	4	2	0	2	2	False	90473	fragment	False	CHI0009_000000002782	1.0		0	0	False	False	0.9983702898025513	0	rep_cluster_2358			MOBF,MOBP,MOB_unknown	mobilizable	plasmid	3086.0	98.412	100.0	0.9425427872860636	CP033763.1	enterobacteria	Escherichia coli strain FDAARGOS_536 plasmid unnamed2, complete sequence	False	True
FIJ0001_000000011515	1759	0.5968426249727786	3	2	2	2	2	False	52565	fragment	False	FIJ0001_000000011515	1.0		0	0	False	False	0.9954519867897034	0					non-mobilizable	plasmid	1758.0	99.31700000000001	100.0	0.1303605876242766	CP034682.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_13kb, complete sequence	False	True
DEN0072_000000003315	5907	0.5968375063756982	5	5	5	5	5	False	127863	maximal	True	DEN0072_000000003315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	99.38	27.0	0.002407378199115081	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0136_000000032978	1295	0.596836298317582	3	3	3	1	1	False	3592	maximal	True	SPA0136_000000032978	1.0		30	8	False	False	0.9984555840492249	0					non-mobilizable	no_good_hit	475.0	96.421	37.0	0.0053785403050108935	NZ_QEKJ01000009.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_109, whole genome shotgun sequence	True	False
ISR0287_000000005461	2202	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.701498328020545		0	0	False	False	0.9981834888458252	0					non-mobilizable	other	2205.0	99.229	100.0	0.010857554411097299	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0010_000000009611	2132	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.6784216378558522		0	0	False	False	0.9929643273353577	0					non-mobilizable	other	2132.0	99.43700000000001	100.0	0.01049744470096095	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0151_000000008699	2123	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.6763161985849603		0	0	False	False	1.0	0					non-mobilizable	other	2124.0	99.24700000000001	100.0	0.010472779652321474	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0349_000000004955	2087	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5769028965497687		0	0	False	False	0.9813128709793091	0					non-mobilizable	other	1999.0	99.35	96.0	0.009856153436334577	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0087_000000006100	2052	0.5968345269581288	2	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5940008784012705		0	0	False	False	0.9990253448486328	0					non-mobilizable	other	2028.0	99.31	99.0	0.009994277708715641	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0303_000000006350	2017	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.576725820109972		0	0	False	False	0.9980168342590332	0					non-mobilizable	other	2017.0	99.15700000000001	99.0	0.00994494761143669	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0113_000000013996	2002	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5769559861458652		0	0	False	False	1.0	0					non-mobilizable	other	2002.0	99.55	100.0	0.009870952465518262	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0341_000000006662	1999	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5772634720220484		0	0	False	False	1.0	0					non-mobilizable	other	2000.0	99.65	100.0	0.009861086446062471	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0297_000000007284	1995	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5754946492459446		0	0	False	False	0.9989975094795227	0					non-mobilizable	other	1995.0	99.398	100.0	0.009821622368239311	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0186_000000015353	1992	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5575660363886635		0	0	False	False	1.0	0					non-mobilizable	other	1992.0	99.54799999999999	100.0	0.009821622368239311	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0033_000000015614	1989	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5759668061501929		0	0	False	False	0.9979889392852783	0					non-mobilizable	other	1989.0	99.54799999999999	100.0	0.009806823339055625	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0055_000000009718	1982	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5545864708503142		0	0	False	False	0.9969727396965027	0					non-mobilizable	other	1985.0	99.49600000000001	100.0	0.009787091300144045	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0292_000000009806	1974	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5348355120199534		0	0	False	False	0.999493420124054	0					non-mobilizable	other	1977.0	99.241	100.0	0.009747627222320882	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0363_000000009565	1967	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.534208718010955		0	0	False	False	1.0	0					non-mobilizable	other	1968.0	99.18700000000001	100.0	0.009703230134769826	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0075_000000012721	1937	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5276977638191631		0	0	False	False	1.0	0					non-mobilizable	other	1937.0	99.587	100.0	0.009550306833205076	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0018_000000010921	1934	0.5968345269581288	3	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.5099168745778953		0	0	False	False	1.0	0					non-mobilizable	other	1934.0	99.586	100.0	0.00953550780402139	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0107_000000017281	1891	0.5968345269581288	2	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.48617324051635963		0	0	False	False	1.0	0					non-mobilizable	other	1891.0	99.57700000000001	100.0	0.009323388385721897	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0069_000000013370	1852	0.5968345269581288	2	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.443224240607414		0	0	False	False	1.0	0					non-mobilizable	other	1852.0	99.62200000000001	100.0	0.009131001006333985	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0155_000000007116	3207	0.5968341945655788	4	4	3	3	3	False	56764	fragment	False	ENG0155_000000007116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	90.741	2.0	5.540038801177415e-05	NZ_FOOT01000002.1	CFB group bacteria	Pontibacter chinhatensis strain LP51, whole genome shotgun sequence	True	False
ISR0311_000000003131	5185	0.5968337372905964	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9715300537065513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1725.0	88.87	55.0	0.008298655028917362	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
CAN0015_000000007549	5551	0.5968295281850782	9	7	4	4	6	False	94429	backbone	True	CAN0015_000000007549	0.9931277014551494	PS499	133	7	True	True	1.0	152					non-mobilizable	chromosome	4544.0	95.20200000000001	100.0	0.0008747405793869956	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
CHI0043_000000000619	9231	0.5968287205058886	8	8	2	5	7	True	87447	fragment	False	CHI0143_000000001759	0.9368358744776871		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	9231.0	100.0	100.0	0.09755530423937514	AP023236.1	enterobacteria	Escherichia coli YJ6 plasmid pYJ6-NDM5 DNA, complete genome	False	True
DEN0039_000000006161	2873	0.596819501866245	4	3	2	2	3	False	110645	fragment	False	DEN0039_000000006161	1.0		0	0	False	False	0.9958232045173645	0					non-mobilizable	other	2873.0	96.206	100.0	0.11550066379691837	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
DEN0010_000000007780	5308	0.5968178356942614	5	3	2	3	1	False	76037	maximal	True	DEN0010_000000007780	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	4434.0	97.88	84.0	0.0705431167549848	NZ_QRYH01000013.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf13, whole genome shotgun sequence	True	False
ISR0400_000000010719	1753	0.5968050513759946	4	3	2	2	3	True	127829	fragment	False	ISR0400_000000010719	0.9606811145510836		0	0	False	False	0.9994295239448547	0					non-mobilizable	no_good_hit	880.0	86.36399999999999	50.0	0.00026465006727651596	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0030_000000015410	2249	0.5968025829022716	2	1	1	1	1	False	48738	fragment	False	FIJ0030_000000015410	1.0		0	0	False	False	0.9902178645133972	0					non-mobilizable	no_good_hit								True	False
ISR0846_000000001006	9476	0.5968001475207925	18	4	2	2	3	False	125836	maximal	True	ISR0846_000000001006	1.0		1	1	False	False	0.9998944997787476	0					non-mobilizable	no_good_hit	1327.0	92.615	14.0	0.00043151402714135164	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
CHI0087_000000003589	2522	0.5967978725035971	4	3	3	2	1	False	121523	maximal	False	MON0092_000000020516	0.9598929176709271		0	0	False	False	0.9996035099029541	0					non-mobilizable	no_good_hit	253.0	78.656	10.0	0.0018686193485658725	NZ_FOAT01000011.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0015_000000010954	2301	0.5967958622385268	4	4	4	3	4	False	101772	fragment	False	FIJ0075_000000008051	0.9808020228490554		0	0	False	False	0.9986962080001831	0					non-mobilizable	other	2301.0	99.348	100.0	0.0006876034955370048	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0066_000000021862	1480	0.5967913663504979	2	2	2	2	2	False	95490	maximal	True	MAD0066_000000021862	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	79.024	41.0	0.00016981591676236212	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MON0025_000000020485	1947	0.596789111929273	2	2	2	2	1	False	44806	maximal	True	MON0025_000000020485	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0192_000000004550	4334	0.5967884963102751	4	4	4	4	4	False	78297	fragment	False	ISR0192_000000004550	1.0		0	0	False	False	0.995154619216919	0					non-mobilizable	chromosome	4315.0	99.977	99.0	0.000840284083804021	CP052150.1	enterobacteria	Klebsiella pneumoniae strain F16KP0096 chromosome, complete genome	False	False
SPA0158_000000007353	2442	0.5967882794530318	3	3	3	3	2	True	36396	fragment	False	SPA0158_000000007353	1.0		0	0	False	False	0.9709254503250122	0					non-mobilizable	chromosome	2388.0	96.81700000000001	98.0	0.0010652079520651959	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
MAD0052_000000009720	1984	0.5967820957739395	2	2	2	2	2	False	17276	maximal	True	MAD0052_000000009720	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1964.0	98.473	99.0	0.06442926572967293	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	False	False
AST0012_000000005404	3647	0.5967809873003591	5	4	2	4	1	True	125552	maximal	True	AST0012_000000005404	1.0		1	1	False	False	0.9997258186340332	0					non-mobilizable	no_good_hit	491.0	72.098	13.0	0.00012169442805124314	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
FIJ0041_000000009795	3651	0.596780766360168	4	4	4	4	3	False	65695	maximal	True	FIJ0041_000000009795	1.0		3	1	False	False	0.9972610473632812	0					non-mobilizable	no_good_hit	337.0	81.009	12.0	8.179872895815518e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0310_000000003542	4290	0.5967789073114095	7	6	3	5	5	True	124297	maximal	True	ISR0310_000000003542	1.0		41	7	False	False	1.0	0		MOBV			mobilizable	chromosome	3119.0	93.71600000000001	100.0	0.0006596868002880328	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
USA0037_01_000000008875	3995	0.5967682706567344	5	5	4	5	3	False	113756	fragment	False	ISR0059_000000003816	0.8646046920550099		0	0	False	False	1.0	0					non-mobilizable	chromosome	2548.0	96.35	100.0	0.0007120164816142175	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0118_000000001511	9605	0.5967679736636134	13	11	9	9	9	False	126470	maximal	True	ENG0118_000000001511	1.0		4	1	False	False	0.9998958706855774	0					non-mobilizable	no_good_hit	2386.0	93.755	79.0	0.000538932072838638	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0360_000000020357	1226	0.5967634964057398	2	2	2	2	2	False	23778	maximal	True	ISR0360_000000020357	1.0		35	6	False	False	0.9967373609542847	0					non-mobilizable	other	1226.0	100.0	100.0	0.009870355896832623	NZ_WEHX01000001.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_1_length_124109_cov_243.874252, whole genome shotgun sequence	False	False
ISR0331_000000006531	3354	0.5967614566840032	6	4	4	3	1	False	74313	maximal	True	ISR0331_000000006531	1.0		1	1	False	False	0.9979129433631897	0					non-mobilizable	no_good_hit	631.0	99.525	19.0	0.00452430196483971	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0125_000000018839	1767	0.5967609435332359	2	2	2	2	2	False	85284	maximal	True	SPA0125_000000018839	1.0		24	8	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	80.046	74.0	0.0017050343105365874	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
CHI0101_000000008433	1341	0.5967600051401489	2	2	2	1	1	False	101056	maximal	True	CHI0101_000000008433	1.0		58	11	False	False	1.0	0					non-mobilizable	other	1244.0	99.35700000000001	96.0	0.02535389385224167	NZ_JH379456.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1145, whole genome shotgun sequence	False	False
AUS0012_000000013923	1244	0.5967600051401489	2	2	2	1	1	False	101055	fragment	False	AUS0012_000000013923	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	99.23299999999999	94.0	0.023926080039162894	NZ_JH379456.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1145, whole genome shotgun sequence	False	False
CHI0139_000000000559	13659	0.5967597808746713	16	10	6	6	9	False	125581	fragment	False	ISR0004_000000001014	0.6934463969093643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	94.03	0.0	0.004074828671976292	NZ_CZAF01000017.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0012_000000010869	2239	0.5967561068503677	4	2	2	2	2	False	8009	fragment	False	SPA0012_000000010869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	79.597	35.0	0.0026559353431031413	NZ_QXGK01000001.1	high GC Gram+	Bifidobacterium samirii strain 2033B Contig_1, whole genome shotgun sequence	True	False
MON0090_000000042907	1440	0.5967527999620699	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05733626236577607		0	0	False	False	1.0	0					non-mobilizable	chromosome	1440.0	100.0	100.0	0.00042618411212877336	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
USA0117_01_000000015043	1352	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.15144377098404666		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	97.115	100.0	0.00035954843271747026	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
CAN0016_000000034942	1301	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.10704057764183263		0	0	False	False	1.0	0					non-mobilizable	chromosome	1301.0	94.927	100.0	0.0004587338874132949	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0120_000000019643	1296	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0678108124516571		0	0	False	False	1.0	0					non-mobilizable	chromosome	1298.0	93.76	100.0	0.00038323991736944593	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
MON0107_000000047624	1296	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.10544690548727381		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	93.995	100.0	0.0033173958186456104	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
CHI0133_000000015728	1295	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.13577517525713642		0	0	False	False	1.0	0					non-mobilizable	chromosome	1297.0	92.521	100.0	0.000292543732233568	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0150_000000013919	1290	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.11622617125426458		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	90.95100000000001	100.0	0.0003007261287845065	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
SPA0100_000000021822	1277	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.03629710575769256		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	89.088	100.0	0.0039454074344338836	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
USA0125_01_000000018397	1255	0.5967527999620699	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.12874564390353468		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	92.038	100.0	0.046671625139457044	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
MON0054_000000042707	1200	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.04603048375619135		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	92.429	100.0	0.003076410341866099	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ENG0153_000000025427	1163	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.053005822468065705		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	93.29899999999999	100.0	0.002981554356325228	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0819_000000023273	1161	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.039527544597694565		0	0	False	False	0.9991386532783508	0					non-mobilizable	chromosome	1164.0	91.323	100.0	0.0004086260320189196	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0166_000000026225	1157	0.5967527999620699	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.03862900783719409		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	93.815	100.0	0.00034650621352765097	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
DEN0071_000000026524	1615	0.596749736714832	3	2	2	1	1	False	71450	fragment	False	ISR0120_000000020691	0.9619220672589585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	91.156	9.0	4.914274520126142e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0116_000000035350	1165	0.5967475117356796	1	1	1	1	1	False	4336	fragment	False	SPA0116_000000035350	1.0		0	0	False	False	0.9570815563201904	0					non-mobilizable	other	1071.0	99.62700000000001	92.0	0.0011912740843332984	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
SPA0077_000000017041	1670	0.5967469541421456	2	2	2	1	1	False	6415	maximal	True	SPA0077_000000017041	1.0		8	3	False	False	1.0	0					non-mobilizable	other	1670.0	99.34100000000001	100.0	0.0005089477528081322	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0779_000000021687	1592	0.5967451958591931	3	3	3	3	2	False	112343	maximal	True	ISR0779_000000021687	1.0		10	6	False	False	0.998115599155426	0					non-mobilizable	no_good_hit	1331.0	83.62100000000001	83.0	0.015703280083183665	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
SPA0130_000000006868	4779	0.5967450424515232	7	5	3	5	1	True	9402	fragment	False	SPA0130_000000006868	0.9820977253580454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0288_000000020921	1416	0.5967410617352485	3	2	2	1	2	False	25959	maximal	True	ISR0288_000000020921	1.0		8	4	False	False	0.9992938041687012	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000026221	1810	0.5967409308275088	1	1	1	1	1	False	92810	fragment	False	DEN0079_000000031834	0.9826388888888888		0	0	False	False	1.0	0					non-mobilizable	chromosome	1809.0	99.889	99.0	0.0005055771479129143	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0075_000000003615	6659	0.5967364409817979	8	6	5	6	5	False	126684	maximal	True	ENG0075_000000003615	1.0		6	5	False	False	1.0	0					non-mobilizable	other	6660.0	99.399	100.0	0.05560844439990647	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	False	False
FIJ0074_000000006706	4745	0.5967318750167152	5	3	2	3	2	True	44669	fragment	False	FIJ0074_000000006706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.024725274725274724	XM_008858411.1	eukaryotes	Entamoeba nuttalli P19 RNA recognition motif domain containing protein partial mRNA	True	True
ENG0098_000000002785	8845	0.5967313059262532	13	7	2	4	5	False	132498	fragment	False	ISR0032_000000003111	0.9635827416191522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3804.0	94.742	43.0	0.6127570017807997	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0172_000000015118	1542	0.5967256220960732	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9936908412845211		0	0	False	False	1.0	0					non-mobilizable	other	1542.0	100.0	100.0	0.0004947367204445374	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0119_000000020332	1529	0.5967256220960732	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9925689174780442		0	0	False	False	0.995421826839447	0					non-mobilizable	other	1529.0	100.0	100.0	0.0004905630816607743	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0068_000000017695	1463	0.5967256220960732	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.9720828459206412		0	0	False	False	1.0	0					non-mobilizable	other	1463.0	100.0	100.0	0.0004693738386047461	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0048_000000017275	2305	0.5967222223834521	3	3	3	3	2	False	99846	fragment	False	MON0048_000000017275	0.9639908256880734		0	0	False	False	0.9991323351860046	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000024010	1563	0.5967199624864894	2	2	2	2	2	False	57409	fragment	False	FIJ0002_000000024010	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1415.0	78.657	89.0	0.0005596320899335718	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	True
MON0063_000000010322	2788	0.5967119518760818	5	2	2	2	1	True	83819	fragment	False	MON0063_000000010322	0.9645512780100538		0	0	False	False	1.0	0					non-mobilizable	plasmid	1313.0	95.583	100.0	0.163407647278615	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CHI0142_000000002157	7328	0.596711910093553	9	5	5	4	1	True	130710	fragment	False	CHI0142_000000002157	0.9831935609385343		0	0	False	False	1.0	0					non-mobilizable	other	5018.0	100.0	100.0	0.0015144828269058122	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0030_01_000000002461	6710	0.596711910093553	9	5	5	4	1	True	130710	fragment	False	CHI0142_000000002157	0.9738231097012707		0	0	False	False	1.0	0					non-mobilizable	other	5018.0	100.0	100.0	0.0015144828269058122	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0023_000000002694	6425	0.596711910093553	9	5	5	4	1	True	130710	fragment	False	CHI0142_000000002157	0.8569835821324463		0	0	False	False	1.0	0					non-mobilizable	other	6430.0	97.823	100.0	0.07348462295907852	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
AST0033_000000002842	4566	0.5967112968222197	4	4	4	4	4	False	117097	maximal	True	AST0033_000000002842	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0283_000000006254	2169	0.5967097575671365	3	3	1	2	2	False	39425	maximal	True	ISR0283_000000006254	1.0		147	8	False	False	0.9917012453079224	0					non-mobilizable	other	2169.0	99.539	100.0	0.0007873372349137579	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0322_000000007670	1577	0.5967016676359541	2	2	0	2	1	True	25009	fragment	False	ISR0322_000000007670	1.0		0	0	False	False	0.9911223649978638	0					non-mobilizable	no_good_hit								True	True
MON0060_000000029833	1417	0.5966988860906701	2	1	1	1	1	False	10874	maximal	True	MON0060_000000029833	1.0		1	1	False	False	0.9872971177101135	0					non-mobilizable	no_good_hit	99.0	97.98	7.0	2.6142193794216654e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0212_000000030038	1210	0.5966988860906701	1	1	1	1	1	False	28312	maximal	True	ISR0212_000000030038	1.0		81	8	False	False	0.9809917211532593	0					non-mobilizable	no_good_hit	1025.0	98.244	85.0	0.004892802706331497	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0040_01_000000009244	1564	0.5966959018715955	3	2	2	2	2	False	31926	fragment	False	ISR0388_000000021285	0.9435666935089044		0	0	False	False	0.9846547245979309	0					non-mobilizable	no_good_hit	378.0	71.958	24.0	0.001556180651908957	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
USA0065_01_000000007631	1535	0.5966959018715955	2	2	2	2	2	False	31926	fragment	False	ISR0388_000000021285	0.706966961434537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	72.222	25.0	0.0016236573197424078	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ENG0056_000000003127	3753	0.5966952709435474	5	4	2	3	3	False	63603	maximal	True	ENG0056_000000003127	1.0		40	9	False	False	0.9960032105445862	0					non-mobilizable	chromosome	1780.0	100.0	100.0	0.0004974677799430723	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0043_000000007649	1311	0.5966917418628583	2	2	2	2	1	False	87320	fragment	False	SPA0032_000000022606	0.9357480219350169		0	0	False	False	0.9992372393608093	0					non-mobilizable	chromosome	1311.0	99.23700000000001	100.0	0.00025211012324143566	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
ISR0352_000000001408	5338	0.5966915226833658	5	3	1	3	0	True	49320	maximal	True	ISR0352_000000001408	1.0		1	1	True	True	1.0	37					non-mobilizable	no_good_hit	380.0	75.263	7.0	0.08661048689138577	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	True	True
CHI0013_000000003957	2203	0.5966891531510983	3	2	2	2	1	False	89988	fragment	False	CHI0013_000000003957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0347_000000010970	2065	0.5966830972241967	1	1	1	1	1	False	24171	maximal	True	ISR0347_000000010970	1.0		10	4	False	False	0.9907990097999573	0					non-mobilizable	other	1860.0	98.71	90.0	0.004373534701102564	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0076_000000017520	2688	0.5966827029909064	5	5	5	4	3	False	10296	maximal	True	MON0076_000000017520	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	75.626	27.0	0.0002931360380151157	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
CHI0109_000000012111	1603	0.5966790992252821	2	2	2	2	1	False	82746	fragment	False	CHI0109_000000012111	1.0		0	0	False	False	0.9675608277320862	0					non-mobilizable	no_good_hit	844.0	73.934	52.0	0.0016225860828248376	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
FIJ0103_000000009197	2316	0.5966773942770891	3	3	3	3	2	False	42581	maximal	True	FIJ0103_000000009197	1.0		44	5	False	False	0.9961140155792236	0					non-mobilizable	no_good_hit	744.0	77.688	32.0	0.004550094076269415	NZ_QEKH01000009.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_109, whole genome shotgun sequence	True	False
MAD0002_000000005440	5319	0.5966716986091584	6	4	4	4	4	False	62955	fragment	False	MAD0002_000000005440	0.96274246207029		0	0	False	False	0.997931957244873	0					non-mobilizable	no_good_hit	1717.0	78.509	46.0	0.00038457735945919715	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0032_000000007731	4110	0.5966697452864725	4	4	4	4	3	False	76022	maximal	True	ISR0032_000000007731	0.9993650828636584		18	8	False	False	0.998296856880188	0					non-mobilizable	chromosome	2284.0	99.34299999999999	100.0	0.0005076392925720421	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0132_01_000000004279	4108	0.5966697452864725	4	4	4	4	3	False	76022	maximal	False	ISR0032_000000007731	0.9991720009435826		0	0	False	False	0.9997565746307373	0					non-mobilizable	chromosome	2284.0	99.34299999999999	100.0	0.0005076392925720421	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0024_000000000830	8355	0.5966675418245277	8	5	4	5	3	True	19874	maximal	False	MAD0110_000000003177	0.9993685782962476		0	0	True	True	1.0	62					non-mobilizable	no_good_hit	3288.0	86.861	46.0	0.0008352897350377893	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
MON0082_000000015552	2166	0.5966618723893792	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.29825931466264544		0	0	False	False	1.0	0					non-mobilizable	chromosome	2166.0	99.12299999999999	100.0	0.0007639683586536795	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0210_000000003813	5188	0.5966616577171837	4	4	4	4	1	True	119246	maximal	True	ENG0210_000000003813	1.0		1	1	False	False	0.9897841215133667	0					non-mobilizable	no_good_hit	1148.0	91.725	30.0	0.0004719510356977833	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
USA0065_01_000000005859	1955	0.5966549854788746	3	3	3	3	2	False	95591	maximal	True	USA0065_01_000000005859	1.0		18	8	False	False	0.9984654784202576	0					non-mobilizable	other	1955.0	99.898	100.0	0.0005158804857513757	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
MAD0027_000000005501	2138	0.5966528579971123	3	3	3	3	2	False	19053	maximal	True	MAD0027_000000005501	1.0		27	5	False	False	0.9962581992149353	0					non-mobilizable	no_good_hit								True	False
MON0076_000000018705	2527	0.5966518665567563	4	4	4	3	3	False	76083	fragment	False	ISR0773_000000003765	0.4830051136564255		0	0	False	False	0.9873367547988892	0					non-mobilizable	other	2527.0	96.20100000000001	100.0	0.00691344509066028	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0121_000000014985	1722	0.5966480704522753	3	3	2	2	2	False	41470	fragment	False	FIJ0121_000000014985	1.0		0	0	False	False	0.9976771473884583	0					non-mobilizable	other	561.0	96.435	97.0	0.0021717800452195632	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0045_000000005416	5888	0.5966464474043278	6	6	6	6	6	False	17902	maximal	True	MAD0045_000000005416	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	1.0	0.0004572687060228821	NZ_FUZT01000016.1	firmicutes	Maledivibacter halophilus strain M1, whole genome shotgun sequence	True	False
TAN0017_000000016046	2259	0.5966358910442171	2	2	2	2	1	True	2472	maximal	True	TAN0017_000000016046	1.0		2	2	False	False	0.9955732822418213	0					non-mobilizable	no_good_hit	1364.0	78.29899999999999	60.0	0.00025106451166835814	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
CHI0109_000000001111	11898	0.5966330758327131	16	13	5	6	11	True	118479	fragment	False	CHI0109_000000001111	0.9907872266499034		0	0	False	False	1.0	0					non-mobilizable	virus	11898.0	99.98299999999999	100.0	0.12381487610186602	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
ISR0350_000000001110	11789	0.5966330758327131	15	13	5	6	11	True	118479	fragment	False	CHI0109_000000001111	0.9770168757476463		0	0	False	False	1.0	0					non-mobilizable	virus	11790.0	98.21	100.0	0.1226700802397827	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
CHI0163_000000001668	5384	0.5966309055525018	6	5	1	2	5	True	78478	fragment	False	CHI0163_000000001668	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2019.0	94.45299999999999	82.0	0.04608	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
AUS0006_000000006003	3699	0.5966303059105864	2	2	2	2	2	False	102162	fragment	False	AUS0006_000000006003	0.9852941176470589		0	0	False	False	1.0	0					non-mobilizable	other	3699.0	98.62100000000001	100.0	0.0030366458612356307	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
ENG0062_000000000404	33946	0.5966296734864885	25	15	13	14	8	True	120454	maximal	True	ENG0062_000000000404	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	81.188	0.0	2.9815128135783513e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0186_000000006155	2557	0.5966289537454339	3	3	3	3	3	False	80651	maximal	True	ENG0186_000000006155	0.988939644268079		181	8	False	False	0.9988267421722412	0					non-mobilizable	other	2350.0	87.95700000000001	90.0	0.011311081287232913	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0166_000000008642	2276	0.5966258245780757	3	3	3	2	2	False	119436	fragment	False	CHI0024_000000003275	0.2742927718982056		0	0	False	False	0.9978031516075134	0					non-mobilizable	chromosome	2024.0	87.895	95.0	0.00044732791673380293	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0167_000000012250	2412	0.5966215447878949	3	3	3	3	3	False	30181	maximal	True	ISR0167_000000012250	1.0		36	4	False	False	1.0	0					non-mobilizable	other	1383.0	86.76799999999999	96.0	0.00038865006433314926	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0023_000000011687	1887	0.5966158120007014	3	3	3	3	3	False	12981	maximal	True	MON0023_000000011687	1.0		29	4	False	False	0.999470055103302	0					non-mobilizable	no_good_hit	466.0	76.824	63.0	0.00015449671265328077	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0159_000000001851	11281	0.5966109876694617	10	9	8	8	8	False	121434	maximal	True	ISR0159_000000001851	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	85.59100000000001	26.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0078_000000002134	3353	0.5966079519658541	4	3	2	2	3	False	85318	fragment	False	MAD0078_000000002134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	72.464	14.0	0.0002933651664720557	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ISR0357_000000012990	1974	0.5966071264643191	3	3	3	3	2	False	30989	maximal	True	ISR0357_000000012990	1.0		122	11	False	False	0.9898682832717896	0					non-mobilizable	other	1918.0	88.478	97.0	0.016755281936476844	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0004_000000019110	1371	0.5966060041288322	3	2	1	2	1	False	68544	fragment	False	DEN0092_000000011211	0.5718530317903471		0	0	False	False	0.9890590906143188	0					non-mobilizable	chromosome	1260.0	98.413	99.0	0.0004278068324726793	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0095_000000006982	2910	0.5966022902317608	5	3	3	3	1	False	77270	fragment	False	SPA0095_000000006982	1.0		0	0	False	False	0.9962199330329895	0					non-mobilizable	chromosome	2905.0	99.725	99.0	0.0007286610702284744	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0027_000000004654	6865	0.5966007295265628	11	5	3	4	5	True	96461	maximal	True	SPA0027_000000004654	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.0004415169089043221	NZ_JABAGO010000017.1	firmicutes	Aneurinibacillus aneurinilyticus strain WB01_D5_05 Contig_17, whole genome shotgun sequence	True	True
USA0113_01_000000009115	2041	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9949131537344188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	76.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AUS0014_000000014234	2041	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9946311215410596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	73.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0026_000000015606	2035	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9945452853166427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.359	75.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0106_000000019064	2033	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9912871839239203		0	0	False	False	0.99311363697052	0					non-mobilizable	no_good_hit	1421.0	91.344	70.0	0.0003985033361305382	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0087_000000024948	2029	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9922413005785972		0	0	False	False	0.9995071291923523	0					non-mobilizable	no_good_hit	1431.0	91.47399999999999	74.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0010_000000011773	2028	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9932637620482542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	74.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0049_000000014679	2022	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9915793773014027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.49799999999999	74.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0845_000000005059	2021	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9934364575781457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	75.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0071_01_000000006138	2014	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9907605960079247		0	0	False	False	0.9980139136314392	0					non-mobilizable	no_good_hit	1431.0	91.335	74.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0009_01_000000012383	2012	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.991088398129047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.335	74.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0010_000000022551	2012	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9899010979476194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1421.0	91.344	75.0	0.0003985033361305382	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0110_000000009694	2004	0.5965981947508251	3	3	3	3	2	False	100852	fragment	False	USA0113_01_000000009115	0.9835676634711102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	91.18700000000001	75.0	0.00039456888852417186	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0060_000000024342	1699	0.5965981947508251	3	3	3	3	2	False	22289	fragment	False	MON0060_000000024342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	91.405	84.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0158_000000005588	3016	0.5965947447279923	5	2	1	1	2	True	3142	fragment	False	SPA0158_000000005588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0125_000000016033	1648	0.5965926423638679	2	2	2	2	2	False	58821	maximal	True	ENG0125_000000016033	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1648.0	99.697	100.0	0.00036488798359842915	CP014031.2	enterobacteria	Hafnia paralvei strain FDAARGOS_158 chromosome, complete genome	False	False
CHI0080_000000001457	2690	0.5965914810469797	3	3	2	3	1	True	84362	maximal	True	CHI0080_000000001457	1.0		152	9	False	False	1.0	0					non-mobilizable	other	2484.0	98.631	92.0	0.0007516362928280513	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
FIJ0088_000000006288	4378	0.5965893655515327	5	5	5	4	3	False	113195	fragment	False	FIJ0088_000000006288	1.0		0	0	False	False	0.9986295104026794	0					non-mobilizable	other	4361.0	99.74799999999999	99.0	0.0008871218795589621	CP022393.1	enterobacteria	Escherichia coli strain E62, complete genome	False	False
CHI0162_000000004957	5418	0.5965886054687838	5	2	2	2	2	False	78590	maximal	True	CHI0162_000000004957	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	86.78200000000001	5.0	0.00013691869258569358	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
USA0073_01_000000011616	1206	0.5965836102147297	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.25031730853122625		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	92.454	100.0	0.016803324408746094	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0008_000000002806	2719	0.5965778357238646	5	4	4	4	2	False	76149	fragment	False	DEN0008_000000002806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0005118249205788917	NZ_FNAC01000031.1	CFB group bacteria	Algoriphagus faecimaris strain DSM 23095, whole genome shotgun sequence	True	False
ENG0061_000000003897	5214	0.5965740847722105	6	4	2	4	2	True	63279	fragment	False	ENG0061_000000003897	1.0		0	0	False	False	0.9898350834846497	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.7986025944971245e-07	LR031872.1	eudicots	Brassica oleracea HDEM genome, scaffold: C3	True	True
USA0082_01_000000014630	2043	0.5965731153768491	3	2	2	1	2	False	533	maximal	True	USA0082_01_000000014630	1.0		2	2	False	False	0.9936367869377136	0					non-mobilizable	no_good_hit	725.0	77.793	35.0	0.00015999310936231923	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	False
FIJ0022_000000008442	2978	0.596568886577444	2	2	1	2	2	False	87380	maximal	False	ENG0080_000000008008	0.9571428571428571		0	0	False	False	1.0	0					non-mobilizable	other	2968.0	99.427	99.0	0.045402378001193594	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0142_000000020842	1715	0.5965663079767137	3	3	3	2	1	False	40182	maximal	True	FIJ0142_000000020842	1.0		110	11	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit	95.0	85.26299999999999	5.0	0.0020539713755052987	NZ_FOXD01000026.1	firmicutes	Salibacterium halotolerans strain S7, whole genome shotgun sequence	True	False
ISR0389_000000001486	10510	0.596563923320775	16	6	3	6	3	True	123863	fragment	False	ISR0389_000000001486	1.0		0	0	False	False	0.9999048709869385	0					non-mobilizable	no_good_hit	362.0	90.884	3.0	0.0013695044366632651	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0085_000000015710	1979	0.5965605809163181	3	3	3	3	1	False	55013	fragment	False	FIJ0084_000000006643	0.982966634074557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	86.00200000000001	53.0	0.0003673475775239291	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
DEN0035_000000023016	1516	0.5965593150309676	2	2	2	2	1	False	73406	maximal	True	DEN0035_000000023016	1.0		1	1	False	False	0.9953826069831848	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000012522	3079	0.5965538767738816	5	5	5	4	2	False	22731	maximal	True	ISR0395_000000012522	1.0		1	1	False	False	0.9990256428718567	0					non-mobilizable	no_good_hit	665.0	72.632	21.0	0.006794130539147133	NZ_JHXU01000002.1	mycoplasmas	Mycoplasma elephantis ATCC 51980 T380DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CAN0007_000000018229	2238	0.5965524807860539	4	3	3	2	2	False	95327	fragment	False	SPA0125_000000014019	0.652542372881356		0	0	False	False	1.0	0					non-mobilizable	other	2238.0	99.553	100.0	0.0006737014307045225	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0156_000000007238	2395	0.5965520036528897	4	4	4	3	4	False	87965	fragment	False	ISR0069_000000009626	0.9651869174108666		0	0	False	False	0.9991649389266968	0					non-mobilizable	other	2393.0	99.29	99.0	0.033355644801427935	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0061_000000022801	1266	0.596551633298708	3	2	2	2	2	False	45766	fragment	False	FIJ0061_000000022801	1.0		0	0	False	False	0.9842022061347961	0					non-mobilizable	other	1150.0	99.21700000000001	91.0	0.005005161981678232	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0036_000000009888	2803	0.5965483403972949	3	3	3	3	2	False	113455	fragment	False	MAD0036_000000009888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	72.857	51.0	0.0004892218419049572	CP017039.1	GNS bacteria	Anaerolineaceae bacterium oral taxon 439 strain W11661, complete genome	True	False
ISR0844_000000002735	5023	0.5965422797471098	6	6	4	6	4	False	108261	fragment	False	ISR0844_000000002735	1.0		0	0	False	False	0.9970137476921082	0					non-mobilizable	chromosome	1453.0	97.729	99.0	0.00045766691367651836	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0146_000000012314	3188	0.5965379623649469	4	4	4	4	2	False	31027	maximal	True	ISR0146_000000012314	1.0		1	1	False	False	0.9959222078323364	0					non-mobilizable	no_good_hit	1150.0	84.522	36.0	0.005750946740794457	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
SPA0045_000000016038	1587	0.5965334167519026	3	3	3	2	1	True	6750	maximal	True	SPA0045_000000016038	1.0		47	7	False	False	0.9974794983863831	0					non-mobilizable	other	1587.0	99.118	100.0	0.012118526216055137	NZ_CZBD01000012.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0795_000000006338	1727	0.596532432076831	3	3	2	2	2	True	21971	maximal	True	ISR0795_000000006338	1.0		2	2	False	False	0.997104823589325	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.026587966868051e-06	NZ_CP058910.1	euryarchaeotes	Halosimplex rubrum strain R27 chromosome, complete genome	True	True
ISR0391_000000010142	1527	0.5965320625110028	3	2	2	2	2	False	99124	fragment	False	FIJ0006_000000021361	0.7780581301468134		0	0	False	False	1.0	0					non-mobilizable	chromosome	1527.0	98.887	100.0	0.0005185331424569568	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0364_000000012295	1470	0.5965299672125839	3	3	3	2	2	False	23674	fragment	False	ISR0364_000000012295	1.0		0	0	False	False	0.9979591965675354	0					non-mobilizable	no_good_hit	596.0	90.94	71.0	0.00018417019815095609	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0014_000000003094	2191	0.5965285541051333	4	2	1	2	2	False	89906	maximal	True	CHI0014_000000003094	1.0		97	9	False	False	1.0	0					non-mobilizable	chromosome	2191.0	99.133	100.0	0.0009382629851588948	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
MON0109_000000011689	2964	0.5965224372653679	3	2	2	2	2	False	88961	maximal	True	MON0109_000000011689	0.9960021619169502		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	93.436	46.0	0.00023153117376068348	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0088_000000010488	2931	0.5965224372653679	3	2	2	2	2	False	88961	maximal	False	MON0109_000000011689	0.9884154593180287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	769.0	93.758	46.0	0.00022912252695953203	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0007_000000020592	2876	0.5965224372653679	3	2	2	2	2	False	88961	maximal	False	MON0109_000000011689	0.9802193592529207		0	0	False	False	0.9975660443305969	0					non-mobilizable	no_good_hit	777.0	93.436	44.0	0.00023153117376068348	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0107_000000026492	2243	0.5965224372653679	3	2	2	2	2	False	88960	fragment	False	MON0107_000000026492	1.0		0	0	False	False	0.9968791604042053	0					non-mobilizable	no_good_hit	576.0	96.181	30.0	0.0001728204079826168	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0098_000000005282	7343	0.5965190936842536	6	4	3	4	3	False	32927	fragment	False	MAD0098_000000005282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0030_000000000410	24734	0.5965182658436529	28	15	10	15	10	False	122942	maximal	True	ISR0030_000000000410	1.0	PS813	5	1	False	True	1.0	0					non-mobilizable	no_good_hit	7791.0	100.0	46.0	0.028244183474795966	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
DEN0063_000000033629	1496	0.5965152274488489	2	2	2	1	1	False	71449	maximal	True	DEN0063_000000033629	1.0		145	14	False	False	0.9946523904800415	0					non-mobilizable	other	714.0	95.51799999999999	99.0	0.0002146706461526233	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0172_000000017159	1384	0.5965152274488489	2	2	2	1	1	False	55714	fragment	False	ENG0172_000000017159	1.0		0	0	False	False	1.0	0					non-mobilizable	other	714.0	94.398	94.0	0.0002146706461526233	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0017_000000004891	7851	0.5965104309349966	8	7	3	5	5	False	92873	fragment	False	CAN0017_000000004891	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1880.0	71.383	25.0	0.0003234373377249596	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
DEN0028_000000006978	3732	0.5965086231859639	4	4	3	4	3	False	74041	maximal	True	DEN0028_000000006978	1.0		12	7	False	False	0.9844587445259094	0					non-mobilizable	no_good_hit	379.0	73.615	10.0	0.00017804945394993667	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ENG0095_000000007082	3828	0.5965080295519051	6	4	4	4	4	False	111436	fragment	False	ISR0036_000000002182	0.9646515113664751		0	0	False	False	1.0	0					non-mobilizable	other	2896.0	98.82600000000001	98.0	0.004007163861559622	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0112_000000009671	3211	0.5965022333280692	4	4	3	3	3	False	111944	fragment	False	ISR0112_000000009671	1.0		0	0	False	False	0.9813142418861389	0					non-mobilizable	no_good_hit								True	False
AUS0008_000000015891	1564	0.5965007017892575	1	1	1	1	1	False	129011	fragment	False	AUS0008_000000015891	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1335.0	99.7	85.0	0.018353672798315974	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
USA0003_01_000000010591	3699	0.5964982812207347	3	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.819933453408446		0	0	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit	1536.0	85.02600000000001	66.0	0.0005247112974009483	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0045_000000005755	3488	0.5964936396376358	5	5	5	3	2	True	87175	maximal	True	CHI0045_000000005755	1.0		277	12	False	False	0.9979931116104126	0					non-mobilizable	no_good_hit	2218.0	99.91	64.0	0.010700220085717596	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0815_000000012879	2417	0.5964930577155669	4	3	2	3	1	True	21464	fragment	False	ISR0815_000000012879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0050_000000008319	1624	0.5964928506717443	2	2	2	2	2	False	114735	maximal	True	AST0050_000000008319	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	86.792	7.0	3.3420236557982995e-05	CP025249.1	high GC Gram+	Actinomyces sp. 432 chromosome, complete genome	True	False
ISR0149_000000002864	5271	0.5964837263763619	8	4	3	3	3	True	115674	fragment	False	ISR0149_000000002864	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5272.0	98.027	100.0	0.0016610913464705592	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0142_000000012704	2661	0.5964763230155438	3	2	2	2	1	False	51239	fragment	False	FIJ0142_000000012704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	91.667	4.0	1.410255858656987e-05	CP042305.1	high GC Gram+	Humibacter sp. WJ7-1 chromosome, complete genome	True	False
ISR0247_000000005132	2574	0.5964698196955095	5	3	1	2	3	True	119998	fragment	False	MON0078_000000014760	0.6246947508930148		0	0	False	True	0.9910644888877869	0					non-mobilizable	other	2576.0	94.449	100.0	0.0008004559456797467	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0005_000000017355	3013	0.5964693130362929	2	2	2	2	2	False	14141	maximal	True	MON0005_000000017355	1.0		60	11	False	False	0.9990043044090271	0					non-mobilizable	other	2038.0	92.444	95.0	0.020359919928378146	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	False	False
ENG0148_000000007283	5177	0.5964685301308644	6	6	6	2	1	False	57999	maximal	True	ENG0148_000000007283	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	2197.0	93.081	50.0	0.0004950392004076155	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0137_000000003963	4517	0.5964685301308644	6	6	6	2	1	False	57998	fragment	False	ENG0137_000000003963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2197.0	93.081	53.0	0.0004950392004076155	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0048_000000000218	44699	0.5964679922882211	40	27	16	24	11	True	119539	fragment	False	ISR0046_000000000133	0.9582296960176637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	15191.0	97.545	72.0	0.08441395884443999	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
FIJ0015_000000019514	1610	0.5964675979774565	2	2	2	2	2	False	50329	maximal	True	FIJ0015_000000019514	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	98.18700000000001	67.0	0.00019901444194513887	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0005_000000030919	1756	0.5964593067625813	3	3	3	3	3	False	14117	maximal	True	MON0005_000000030919	1.0		2	1	False	False	0.9829156994819641	0					non-mobilizable	no_good_hit	302.0	73.179	17.0	0.0003651017042602188	NZ_UYZY01000003.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ETH0001_000000015139	2067	0.5964550549942521	2	2	2	2	2	False	66202	fragment	False	ETH0001_000000015139	0.9624425140521207		0	0	False	False	0.9985486268997192	0					non-mobilizable	no_good_hit	1393.0	82.053	67.0	0.0004473778276583284	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0087_000000016319	1979	0.5964517519992388	2	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.46528983317839057		0	0	False	False	1.0	0					non-mobilizable	other	1979.0	99.29299999999999	100.0	0.0078112659147632135	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0028_000000019683	1636	0.5964427172596254	2	2	2	2	2	False	65938	maximal	True	SPA0028_000000019683	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	84.12700000000001	50.0	0.002600148776724708	NZ_JAAWUO010000002.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_2_length_290368_cov_102.031, whole genome shotgun sequence	True	False
ISR0224_000000005555	4807	0.5964406353037712	9	5	4	4	3	True	126305	fragment	False	ISR0224_000000005555	1.0		0	0	False	False	0.9962554574012756	0					non-mobilizable	no_good_hit	28.0	96.429	1.0	4.5187948728883086e-07	CP046683.1	eudicots	Solanum tuberosum cultivar P8 chromosome 10	True	True
SPA0087_000000007118	2112	0.5964401322055166	3	3	2	3	3	False	83538	maximal	True	SPA0087_000000007118	1.0		388	13	False	False	1.0	0					non-mobilizable	other	2112.0	100.0	100.0	0.00045479497385844523	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
SPA0036_000000012023	2071	0.5964377108931148	5	2	2	2	1	False	7100	maximal	True	SPA0036_000000012023	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	92.105	7.0	0.001314849967781822	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
AST0090_000000018593	1216	0.5964308120974374	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6127223748274551		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	97.617	100.0	0.00034588001718022454	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0200_000000021257	1194	0.5964308120974374	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6091453475972953		0	0	False	False	1.0	0					non-mobilizable	chromosome	1195.0	97.65700000000001	100.0	0.00033962231950097703	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0150_000000017877	1188	0.5964308120974374	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6059683598967808		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	97.492	100.0	0.00033990676030457923	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0071_000000016479	1186	0.5964308120974374	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6043921610467035		0	0	False	False	1.0	0					non-mobilizable	chromosome	1194.0	97.236	100.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0241_000000014063	1180	0.5964308120974374	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.603134776144441		0	0	False	False	0.996610164642334	0					non-mobilizable	chromosome	1180.0	97.288	100.0	0.0003353557074469447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0384_000000019021	1092	0.5964308120974374	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.3563132303632754		0	0	False	False	0.9981684684753418	0					non-mobilizable	chromosome	1093.0	97.34700000000001	100.0	0.0003106093575335569	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0145_000000017869	1659	0.5964272239910616	2	2	2	2	2	False	57481	maximal	True	ENG0145_000000017869	1.0		51	10	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	80.83800000000001	57.0	0.0002378686964795433	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
TAN0017_000000005668	5590	0.596424934627079	8	6	3	5	2	True	2496	maximal	True	TAN0017_000000005668	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005156115726152965	AP017994.1	cyanobacteria	Planktothrix agardhii NIES-204 plasmid plasmid3 DNA, complete sequence	True	True
CHI0175_000000001282	10129	0.5964235657297614	13	8	3	7	7	False	77767	maximal	True	CHI0175_000000001282	1.0		1	1	False	False	0.999901294708252	0					non-mobilizable	no_good_hit	523.0	80.497	5.0	0.00020616336752109487	CP007062.1	fusobacteria	Fusobacterium nucleatum subsp. animalis 7_1, complete genome	True	False
ISR0815_000000003277	8085	0.5964227253155611	10	8	7	7	8	True	125532	maximal	True	ISR0815_000000003277	1.0		115	13	False	False	0.9990105032920837	0					non-mobilizable	no_good_hit	881.0	77.866	25.0	0.00029194817619239454	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0051_000000014674	2358	0.5964217456236024	3	3	3	3	3	False	11272	fragment	False	MON0051_000000014674	1.0		0	0	False	False	0.9758269786834717	0					non-mobilizable	other	2259.0	84.01899999999999	96.0	0.0013343521212239402	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MAD0051_000000003497	6820	0.596416587176806	6	5	5	5	5	False	131544	maximal	True	MAD0051_000000003497	1.0		2	2	False	False	0.9998533725738525	0					non-mobilizable	no_good_hit	1891.0	81.96700000000001	29.0	0.0005649851077945501	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AST0102_000000016635	1884	0.5964141698048859	3	3	3	2	2	False	108235	fragment	False	SPA0131_000000013165	0.95775		0	0	False	False	0.9915074110031128	0					non-mobilizable	no_good_hit	106.0	79.245	6.0	0.0008864649466432527	NZ_JABEMG010000002.1	high GC Gram+	Promicromonospora citrea strain ATCC 15908 ATCC15908_2, whole genome shotgun sequence	True	False
MON0019_000000006512	7985	0.5964132205026007	9	2	1	1	2	False	13235	maximal	True	MON0019_000000006512	0.976991150442478		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1645.0	85.775	29.0	0.1981269764047677	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
MON0024_000000004176	7910	0.5964132205026007	9	2	1	1	2	False	13235	maximal	False	MON0019_000000006512	0.9690670006261741		0	0	False	False	0.998103678226471	0					non-mobilizable	no_good_hit	1645.0	85.41	30.0	0.1981269764047677	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ISR0027_000000005938	4390	0.5964125961873504	7	5	4	5	2	False	122582	maximal	True	ISR0027_000000005938	1.0		0	0	False	False	0.9977220892906189	0					non-mobilizable	other	2175.0	98.29899999999999	92.0	0.03473675800910762	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0797_000000007341	1524	0.5964102829430141	2	1	1	1	1	False	21934	fragment	False	ISR0797_000000007341	1.0		0	0	False	False	0.9849081635475159	0					non-mobilizable	no_good_hit	889.0	77.053	58.0	0.0031476314162912256	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
ISR0293_000000023567	1487	0.5964102829430141	2	1	1	1	1	False	25814	fragment	False	ISR0293_000000023567	1.0		0	0	False	False	0.9946200251579285	0					non-mobilizable	no_good_hit	853.0	86.51799999999999	57.0	0.0002765810294664424	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
FIJ0092_000000029165	1286	0.5964102829430141	2	1	1	1	1	False	43268	maximal	True	FIJ0092_000000029165	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.14460909555442e-05	NZ_UGON01000002.1	g-proteobacteria	Legionella londiniensis strain NCTC12931, whole genome shotgun sequence	True	False
MON0029_000000012763	2264	0.5964060842774944	3	2	2	2	2	False	104978	fragment	False	MON0029_000000012763	0.9871914299021891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	73.45100000000001	14.0	7.727736750122356e-05	NC_015064.1	bacteria	Granulicella tundricola MP5ACTX9, complete genome	True	False
ENG0058_000000003683	7227	0.596401961564177	11	4	1	4	1	True	111771	maximal	True	ENG0058_000000003683	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.176889082563594e-07	CP032254.1	eudicots	Gossypioides kirkii chromosome KI_12	True	True
ISR0388_000000011553	2939	0.5964015330565255	3	2	2	2	2	False	66049	fragment	False	ISR0388_000000011553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	7.481972490607091e-05	NZ_SIJC01000003.1	firmicutes	Chengkuizengella sediminis strain J15A17 contig3, whole genome shotgun sequence	True	False
ISR0008_000000004363	2773	0.596400058201006	3	2	2	2	2	False	126889	maximal	True	ISR0008_000000004363	1.0	PS979	42	9	False	True	0.9956725835800171	0					non-mobilizable	no_good_hit	1459.0	99.863	53.0	0.03156527386880277	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
CHI0078_000000006262	2550	0.596400058201006	3	2	2	2	2	False	126897	maximal	True	CHI0078_000000006262	1.0	PS979	27	8	False	True	1.0	0					non-mobilizable	no_good_hit	1459.0	99.863	57.0	0.03156527386880277	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
CHI0011_000000002429	2525	0.596400058201006	3	2	2	2	2	False	126902	maximal	True	CHI0011_000000002429	1.0	PS979	4	2	False	True	0.9952475428581238	0					non-mobilizable	no_good_hit	1459.0	99.863	58.0	0.03156527386880277	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
CHI0184_000000003896	2314	0.596400058201006	2	2	2	2	2	False	126886	fragment	False	CHI0184_000000003896	0.9656150331344584		0	0	False	True	0.9900605082511902	0					non-mobilizable	no_good_hit	1470.0	98.571	63.0	0.0316735224074475	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ENG0024_000000011970	2268	0.596400058201006	3	2	2	2	2	False	126886	fragment	False	CHI0184_000000003896	0.9654247975388137		0	0	False	True	0.9986772537231445	0					non-mobilizable	no_good_hit	1459.0	99.931	64.0	0.03156527386880277	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ENG0054_000000012203	2168	0.596400058201006	4	2	2	2	2	False	126886	fragment	False	CHI0184_000000003896	0.9546595460370924		0	0	False	True	0.9995387196540833	0					non-mobilizable	no_good_hit	1468.0	81.063	68.0	0.00023879261468236728	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
MON0046_000000014747	2214	0.5963967462480559	3	2	1	2	0	True	11527	maximal	True	MON0046_000000014747	1.0		0	0	False	False	0.9896115660667419	0					non-mobilizable	no_good_hit	251.0	86.056	11.0	0.00011156346376887263	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
SPA0098_000000027122	1420	0.5963964491970103	2	2	2	2	1	False	5049	maximal	True	SPA0098_000000027122	1.0		41	9	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	73.084	35.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
SPA0110_000000014135	1282	0.5963932405535037	1	1	1	1	1	False	6414	fragment	False	SPA0110_000000014135	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	98.90799999999999	100.0	0.0003656143291134038	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0054_000000024340	1196	0.5963932405535037	1	1	1	1	1	False	6413	fragment	False	SPA0054_000000024340	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	98.244	100.0	0.00034106879257651644	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0134_000000004263	3739	0.5963884687834603	4	3	3	3	2	False	88036	maximal	True	FIJ0134_000000004263	1.0		9	1	False	False	0.9997325539588928	0					non-mobilizable	plasmid	2502.0	99.92	94.0	0.02977806353288565	NZ_CP041250.1	enterobacteria	Raoultella electrica strain DSM 102253 plasmid unnamed3, complete sequence	False	True
FIJ0098_000000020143	1198	0.5963877327780145	3	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.23563380985050225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	96.838	21.0	6.998017228451939e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0364_000000016681	1129	0.5963877327780145	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.14393133203484942		0	0	False	False	0.9982285499572754	0					non-mobilizable	no_good_hit	182.0	98.90100000000001	16.0	5.026353644245242e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0005_000000012788	2565	0.5963811870497747	4	2	2	2	2	True	51903	fragment	False	FIJ0005_000000012788	1.0		0	0	False	False	0.993762195110321	0					non-mobilizable	other	2249.0	95.109	100.0	0.0007093554773413306	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ISR0058_000000017740	1497	0.5963806692054583	2	2	2	2	2	False	35479	maximal	True	ISR0058_000000017740	1.0		420	14	False	False	0.991983950138092	0					non-mobilizable	chromosome	1386.0	99.85600000000001	93.0	0.0006317197189599841	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
MON0097_000000033474	1120	0.5963799595407804	2	1	1	1	1	False	83743	fragment	False	TAN0027_000000009418	0.375354609929078		0	0	False	False	0.9928571581840515	0					non-mobilizable	other	1029.0	96.98700000000001	99.0	0.008257817588266984	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0087_000000001791	12165	0.596377616589041	8	4	3	4	3	False	119551	fragment	False	FIJ0087_000000001791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4208.0	93.37	78.0	0.03373081283620253	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0038_000000004937	2699	0.5963747371795063	5	3	2	3	1	True	18558	fragment	False	MAD0038_000000004937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00026490586030630966	NZ_BCZE01000028.1	a-proteobacteria	Novosphingobium rosa NBRC 15208, whole genome shotgun sequence	True	True
MON0079_000000007478	3131	0.5963743649324427	3	3	3	2	3	False	77299	maximal	False	FIJ0022_000000007596	0.9567351948450444		0	0	False	False	0.9824337363243103	0					non-mobilizable	other	3037.0	97.3	99.0	0.0008430944565706384	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0819_000000006403	3801	0.5963696422372046	8	6	1	3	4	False	124402	fragment	False	ISR0819_000000006403	0.9763370729615213		0	0	False	False	0.9997369050979614	0					non-mobilizable	no_good_hit	3058.0	99.182	86.0	0.032492931697880575	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
SPA0001_000000009831	3470	0.5963696422372046	7	6	1	3	4	False	124402	fragment	False	ISR0819_000000006403	0.5623817084517551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2705.0	99.704	85.0	0.028740885610424947	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
CHI0106_000000001975	8227	0.5963683333696221	12	9	6	8	7	True	92554	fragment	False	CHI0106_000000001975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3694.0	93.936	73.0	0.08110840090535522	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
AUS0014_000000018514	1500	0.5963617437678982	4	1	1	1	1	False	100797	backbone	True	AUS0014_000000018514	1.0	PS583	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	612.0	97.22200000000001	80.0	0.00013526750314846775	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
ENG0075_000000007171	3382	0.5963611786096333	4	4	4	4	2	False	122127	maximal	True	ENG0075_000000007171	1.0		40	6	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	93.721	48.0	0.005084002575578617	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0025_000000006977	3324	0.5963611786096333	4	4	4	4	2	False	122127	maximal	False	ENG0075_000000007171	0.9914251921939681		0	0	False	False	0.9918772578239441	0					non-mobilizable	no_good_hit	1035.0	93.527	47.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0122_000000001204	23599	0.596358507405081	27	6	4	6	4	False	88377	fragment	False	SPA0122_000000001204	0.9414736744998443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	98.575	4.0	0.998812351543943	GQ877296.1		Uncultured organism clone VC1AL22TR genomic sequence	True	False
ENG0175_000000008668	2996	0.5963565765184654	3	2	2	2	2	False	71192	maximal	True	ENG0175_000000008668	1.0		114	9	False	False	1.0	0					non-mobilizable	other	2786.0	99.06700000000001	93.0	0.4836748871135811	NZ_JAAIOD010000034.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_34_length_5758_cov_233.055, whole genome shotgun sequence	False	False
ISR0120_000000013498	2430	0.5963517248920952	3	2	2	1	2	False	37740	maximal	True	ISR0120_000000013498	1.0		79	7	False	False	0.9995884895324707	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00034725667228891757	NZ_FQVG01000006.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
ISR0026_000000005020	4428	0.5963510836467537	8	5	3	3	2	True	106775	maximal	True	ISR0026_000000005020	1.0		45	10	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	99.275	74.0	0.00018382729314533395	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0077_000000028110	1312	0.5963469695131451	2	2	2	2	2	False	103601	maximal	False	CHI0055_000000011690	0.7903881123700087		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0031_000000027420	1165	0.5963464930323255	2	2	2	2	1	False	112239	fragment	False	MON0031_000000027420	0.9599178222907035		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	98.113	100.0	0.027846223774550847	NZ_QICA01000024.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_024, whole genome shotgun sequence	False	False
SPA0139_000000025738	1100	0.5963464930323255	2	2	2	2	1	False	112239	fragment	False	MON0031_000000027420	0.9324373802769088		0	0	False	False	0.9890909194946289	0					non-mobilizable	other	1100.0	98.182	100.0	0.00038392664381039685	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
USA0073_01_000000009630	1540	0.5963458793127088	3	1	1	1	1	False	58166	fragment	False	ISR0178_000000010855	0.9034120822672127		0	0	False	False	0.9889610409736633	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	8.389001348112516e-06	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0040_000000008913	3088	0.5963431156703836	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.04227812934401928		0	0	False	False	0.996761679649353	0					non-mobilizable	other	1038.0	88.439	90.0	0.002168380949194646	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0110_000000013013	2346	0.5963381222613161	3	3	3	3	3	False	59805	maximal	True	ENG0110_000000013013	0.9915793506074825		85	11	False	False	0.9931798577308655	0					non-mobilizable	no_good_hit	265.0	73.208	11.0	0.00028191488782726345	NZ_KI530573.1	bacteria	Mucispirillum schaedleri ASF457 acYAd-supercont1.1, whole genome shotgun sequence	True	False
ISR0197_000000011319	2243	0.5963376785319462	4	3	3	1	1	False	102910	fragment	False	ISR0197_000000011319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	77.51899999999999	17.0	0.0014614960822722821	NZ_QJKD01000010.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_110, whole genome shotgun sequence	True	False
ENG0173_000000003176	5865	0.596335233173152	12	9	4	5	7	True	89800	fragment	False	ENG0173_000000003176	1.0		0	0	False	False	0.9998294711112976	0					non-mobilizable	other	5827.0	99.691	99.0	0.05463855647672281	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	False	True
ISR0775_000000001390	10554	0.5963339628349894	13	11	5	5	9	True	100949	fragment	False	ISR0775_000000001390	0.9836875841224874		0	0	False	False	1.0	0					non-mobilizable	other	10556.0	99.98100000000001	100.0	0.10460541311953064	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
MON0039_000000013818	3308	0.5963297098765077	4	3	2	3	3	False	69884	fragment	False	MON0039_000000013818	0.988867983693948		0	0	False	False	0.9733978509902954	0					non-mobilizable	other	1817.0	99.17399999999999	97.0	0.029772444094694733	NZ_GG663525.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld21, whole genome shotgun sequence	False	False
MON0109_000000010777	3189	0.5963297098765077	5	3	2	3	3	False	69884	fragment	False	MON0039_000000013818	0.9712817412333736		0	0	False	False	0.9868296980857849	0					non-mobilizable	other	1886.0	99.258	100.0	0.030903665814151746	NZ_GG663525.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld21, whole genome shotgun sequence	False	False
ISR0839_000000004313	3870	0.5963291814195467	4	3	3	3	1	False	64610	maximal	True	ISR0839_000000004313	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	99.249	24.0	0.0002483508410450582	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0104_000000009333	2700	0.5963282323897323	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.5660787325735891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1584.0	82.51299999999999	79.0	0.0003507406949116783	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0127_000000004892	5867	0.596317540074542	3	3	3	3	1	True	91061	fragment	False	SPA0127_000000004892	1.0		0	0	False	False	0.9967615604400635	0					non-mobilizable	no_good_hit	2185.0	74.92	37.0	0.004474768786187602	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0004_01_000000010062	2429	0.5963174788403011	3	3	3	3	3	False	73188	fragment	False	USA0004_01_000000010062	0.9949452401010952		0	0	False	False	0.9971181750297546	0					non-mobilizable	chromosome	2359.0	99.618	100.0	0.0008012458387375519	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CAN0012_000000015963	3174	0.5963148965983052	4	4	4	4	2	False	94246	fragment	False	CAN0012_000000015963	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	100.0	100.0	0.0006538206108846747	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MAD0055_000000002759	2881	0.5963116461832211	4	4	4	4	2	True	17113	maximal	True	MAD0055_000000002759	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	85.484	2.0	0.00028261544377574234	NZ_MDHN01000013.1	g-proteobacteria	Alteromonas confluentis strain KCTC 42603 Alteromonas_confluentis_KCTC42603_S20, whole genome shotgun sequence	True	True
TAN0014_000000001880	2541	0.5963110375885924	3	3	1	3	3	True	124587	maximal	False	MAD0013_000000008928	0.9775471698113207		0	0	False	False	0.99803227186203	0					non-mobilizable	other	2558.0	87.764	100.0	0.13269944099054387	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0124_000000004991	5081	0.5963054043408895	5	5	5	5	5	False	41263	maximal	True	FIJ0124_000000004991	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	73.02600000000001	13.0	0.00016383630590547415	FP929056.1	bacteria	Fretibacterium fastidiosum draft genome	True	False
SPA0158_000000001980	6477	0.596300457205448	8	8	8	8	6	False	121659	fragment	False	SPA0158_000000001980	0.8297692552442338		0	0	False	False	1.0	0					non-mobilizable	other	6477.0	99.04299999999999	100.0	0.10705366741089886	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0180_000000001446	8499	0.5962986437837257	12	11	11	8	6	False	112184	maximal	True	ENG0180_000000001446	0.9665544867663961		173	11	False	False	1.0	0					non-mobilizable	other	6697.0	99.821	93.0	0.013960412140721622	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0080_000000006298	4570	0.5962897327250587	3	3	1	2	2	False	34322	maximal	True	ISR0080_000000006298	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	91.24600000000001	24.0	0.0028103066693837705	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
FIJ0157_000000011919	1581	0.5962788531477375	2	1	1	1	1	False	39458	maximal	True	FIJ0157_000000011919	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	96.25	56.0	0.0002460151286709501	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0024_01_000000008969	2633	0.5962770047126645	4	3	2	2	2	False	23860	fragment	False	USA0024_01_000000008969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	91.86	7.0	0.03137039075399009	AF320327.2	firmicutes	Ruminococcus gnavus putative ruminococcin A modifying enzyme (rumM) gene, partial cds; RumA (rumA3), RumA (rumA2), RumA (rumA1), putative ruminococcin B modifying enzyme (rumM2), and RumB (rumB) genes, complete cds; and insertion sequence ISRgn1, complete sequence	True	False
FIJ0083_000000001762	15092	0.5962767368266763	9	7	7	6	5	True	75153	maximal	True	FIJ0083_000000001762	1.0		2	2	False	False	0.9999337196350098	0					non-mobilizable	no_good_hit	1641.0	74.528	11.0	0.00046332875717631117	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ISR0019_000000014528	1257	0.5962747991692868	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21345190466225764		0	0	False	False	0.9936356544494629	0					non-mobilizable	other	1258.0	96.58200000000001	100.0	0.04407124325082393	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0188_000000020028	1257	0.5962747991692868	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21350732968303435		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	96.738	100.0	0.04403618259589089	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0145_000000029523	1171	0.5962747991692868	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.1493642442377958		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	96.584	100.0	0.04102096627164995	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
CHI0120_000000014072	1198	0.5962733243112219	2	2	2	1	1	False	86877	fragment	False	DEN0076_000000007165	0.9429613420810977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	80.208	8.0	0.011355486492947646	NZ_FOJY01000034.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ISR0176_000000029560	1150	0.5962733243112219	2	2	2	1	1	False	86877	fragment	False	DEN0076_000000007165	0.3174735670562048		0	0	False	False	0.9826086759567261	0					non-mobilizable	no_good_hit	96.0	80.208	8.0	0.011355486492947646	NZ_FOJY01000034.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ISR0110_000000017562	1333	0.5962658926866429	3	3	2	3	2	False	104582	fragment	False	SPA0056_000000025382	0.9699221514508138		0	0	False	False	0.9707427024841309	0					non-mobilizable	no_good_hit	425.0	76.0	31.0	0.0019347003332768457	NZ_QGDS01000007.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_107, whole genome shotgun sequence	True	False
ENG0100_000000008461	3485	0.5962597770977671	5	4	3	2	2	False	60596	maximal	True	ENG0100_000000008461	1.0		3	2	False	False	0.9908177852630615	0					non-mobilizable	no_good_hit	129.0	82.946	4.0	5.904165250205147e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
FIJ0114_000000020730	1912	0.5962581504848079	3	3	3	2	3	False	41861	fragment	False	FIJ0114_000000020730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	389.0	72.494	20.0	5.9934175418903205e-05	LR134302.1	b-proteobacteria	Achromobacter spanius strain NCTC13519 genome assembly, chromosome: 1	True	False
USA0038_01_000000007950	1959	0.5962551402708208	4	2	2	2	1	False	1340	maximal	True	USA0038_01_000000007950	1.0		85	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0078_000000015441	1685	0.5962526334520203	4	3	1	2	3	False	66521	fragment	False	ENG0078_000000015441	0.9986152782008325		0	0	False	False	1.0	0					non-mobilizable	other	1616.0	100.0	96.0	0.011567607833025342	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
SPA0031_000000020319	1620	0.5962526334520203	3	3	1	2	3	False	82902	fragment	False	ISR0326_000000012554	0.9696597436470423		0	0	False	False	1.0	0					non-mobilizable	other	1623.0	97.59700000000001	100.0	0.010228920981270102	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
ISR0326_000000012554	1608	0.5962526334520203	3	3	1	2	3	False	82902	fragment	False	ISR0326_000000012554	0.9832370220849589		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	99.93799999999999	100.0	0.010134325534464275	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
ENG0159_000000014440	1600	0.5962526334520203	4	3	1	2	3	False	66521	fragment	False	ENG0078_000000015441	0.9909467476193521		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	99.935	96.0	0.01095878636812927	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
ISR0255_000000020664	1600	0.5962526334520203	4	3	1	2	3	False	66521	fragment	False	ENG0078_000000015441	0.990946747619352		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	99.935	96.0	0.01095878636812927	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
ENG0019_000000011336	1600	0.5962526334520203	4	3	1	2	3	False	66521	fragment	False	ENG0078_000000015441	0.9911498139204993		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	99.935	96.0	0.01095878636812927	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
ISR0787_000000009241	1590	0.5962526334520203	3	3	1	2	3	False	82902	fragment	False	ISR0326_000000012554	0.983059401246277		0	0	False	False	1.0	0					non-mobilizable	other	1590.0	99.93700000000001	100.0	0.010020810998297281	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
FIJ0127_000000012186	1584	0.5962526334520203	3	3	1	2	3	False	82902	fragment	False	ISR0326_000000012554	0.9816636621873596		0	0	False	False	0.9993686676025391	0					non-mobilizable	other	1584.0	99.874	100.0	0.009982972819574951	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
DEN0011_000000031066	1501	0.5962526334520203	3	3	1	2	3	False	82902	fragment	False	ISR0326_000000012554	0.8869549479587561		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	97.602	100.0	0.009459544680582709	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
CHI0108_000000005540	1496	0.5962526334520203	3	3	1	2	3	False	82902	fragment	False	ISR0326_000000012554	0.9551506435985766		0	0	False	False	1.0	0					non-mobilizable	other	1496.0	100.0	100.0	0.0005455495563350163	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
ISR0082_000000025146	1337	0.5962526334520203	3	3	1	2	3	False	82902	fragment	False	ISR0326_000000012554	0.24288704396824576		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	99.77600000000001	100.0	0.0004875278978351718	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
ISR0251_000000013320	1323	0.5962526334520203	3	3	1	2	3	False	82902	fragment	False	ISR0326_000000012554	0.24203990799043118		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	99.84899999999999	100.0	0.00833701204515356	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
ISR0076_000000003826	6411	0.5962462233025041	8	4	1	4	0	True	34596	maximal	True	ISR0076_000000003826	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	93.38799999999999	4.0	0.001473726694021317	NZ_LNAM01000001.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf1, whole genome shotgun sequence	True	True
ENG0142_000000026190	1321	0.596245461014129	4	3	2	3	2	False	57656	maximal	True	ENG0142_000000026190	1.0		4	2	False	False	0.9931869506835938	0					non-mobilizable	no_good_hit	284.0	73.23899999999999	21.0	0.0008044798937284923	NZ_CABJAT010000008.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ISR0159_000000001773	11708	0.5962446147330779	11	6	5	6	1	True	60304	fragment	False	ISR0159_000000001773	1.0		0	0	False	False	0.9996583461761475	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	4.452884552419619e-05	NZ_KB946327.1	firmicutes	Enterococcus phoeniculicola ATCC BAA-412 acvKl-supercont1.5, whole genome shotgun sequence	True	True
SPA0001_000000017308	1941	0.5962394229385528	3	3	3	2	2	False	93199	fragment	False	SPA0001_000000017308	0.998389694041868		0	0	False	False	0.9969087839126587	0					non-mobilizable	other	1941.0	99.588	100.0	0.0005842560462971719	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
AUS0008_000000004436	4581	0.5962375704902216	7	4	3	2	4	False	124433	fragment	False	AUS0008_000000004436	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3559.0	84.771	77.0	0.0005809089568715281	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
SPA0088_000000004486	3684	0.5962373689709182	3	3	3	3	3	False	111780	maximal	True	SPA0088_000000004486	0.9621546961325967		229	13	False	False	1.0	0					non-mobilizable	other	3684.0	100.0	100.0	0.000783265884846942	CP010226.1	enterobacteria	Escherichia coli strain S1, complete genome	False	False
AST0035_000000004579	3561	0.5962360103790847	3	3	1	2	2	False	116881	maximal	True	AST0035_000000004579	1.0		20	9	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.153629032033712e-07	AP022703.1	bony fishes	Plectropomus leopardus DNA, chromosome 4, nearly complete sequence	True	False
SPA0090_000000002663	9823	0.596234148176266	7	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.9812569813859041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2731.0	89.345	28.0	0.001361360541226993	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0104_000000014191	2587	0.5962332857458053	3	3	3	2	2	False	4832	fragment	False	SPA0104_000000014191	1.0		0	0	False	False	0.9992269277572632	0					non-mobilizable	no_good_hit	1072.0	74.347	41.0	0.000350863990198253	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0822_000000001803	3168	0.5962331839892769	2	1	1	1	1	True	122272	maximal	True	ISR0822_000000001803	0.9922905781683549		32	6	False	False	0.9993686676025391	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
FIJ0030_000000010532	3049	0.5962331839892769	3	1	1	1	1	True	122272	maximal	False	ISR0822_000000001803	0.9790449270693009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ISR0289_000000002783	2945	0.5962331839892769	3	1	1	1	1	True	122272	maximal	False	ISR0822_000000001803	0.9649663473170741		0	0	False	False	0.9979626536369324	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ISR0324_000000010905	2855	0.5962331839892769	2	1	1	1	1	True	122272	maximal	False	ISR0822_000000001803	0.947323293144555		0	0	False	False	0.996497392654419	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ENG0162_000000008831	2787	0.5962331839892769	3	1	1	1	1	True	122273	maximal	True	ENG0162_000000008831	1.0		1	1	False	False	0.9971295595169067	0					non-mobilizable	no_good_hit	604.0	98.84100000000001	22.0	0.0015203469315717816	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	True
ISR0317_000000006871	2701	0.5962331839892769	3	1	1	1	1	True	25172	maximal	True	ISR0317_000000006871	1.0		15	5	False	False	0.997408390045166	0					non-mobilizable	no_good_hit								True	True
ISR0267_000000006481	2572	0.5962331839892769	3	1	1	1	1	True	67178	fragment	False	ISR0267_000000006481	0.9958471760797343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.433854993295085e-06	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ISR0180_000000008722	2566	0.5962331839892769	2	1	1	1	1	True	122271	fragment	False	ISR0180_000000008722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ENG0199_000000010441	2408	0.5962331839892769	3	1	1	1	1	True	67178	fragment	False	ISR0267_000000006481	0.9642301710730948		0	0	False	False	0.9995847344398499	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.433854993295085e-06	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0046_000000007878	2393	0.5962331839892769	3	1	1	1	1	True	64440	maximal	True	ENG0046_000000007878	1.0		20	8	False	False	0.9928959608078003	0					non-mobilizable	no_good_hit								True	True
CHI0185_000000009100	2273	0.5962331839892769	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.8597327638225736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ISR0097_000000012854	2271	0.5962331839892769	3	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.9827256277653479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ISR0228_000000011673	2268	0.5962331839892769	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.9844701353793756		0	0	False	False	0.9995591044425964	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ISR0065_000000014829	2239	0.5962331839892769	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.9351278404215178		0	0	False	False	0.9977668523788452	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
TAN0027_000000004372	2215	0.5962331839892769	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.9803288269049173		0	0	False	False	0.9941309094429016	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ENG0184_000000010155	2207	0.5962331839892769	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.9791123247513482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
FIJ0081_000000016651	2137	0.5962331839892769	3	1	1	1	1	True	67177	fragment	False	ENG0011_000000013490	0.489261583011583		0	0	False	False	0.9761347770690918	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	3.436154684081277e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
AST0055_000000016554	2133	0.5962331839892769	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.931621161384436		0	0	False	False	0.9896858930587769	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
USA0009_01_000000012017	2072	0.5962331839892769	3	1	1	1	1	True	67177	fragment	False	ENG0011_000000013490	0.7042198424028112		0	0	False	False	0.99083012342453	0					non-mobilizable	no_good_hit	65.0	96.92299999999999	3.0	0.0006441125049842039	NZ_SRYX01000006.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_6_length_97809_cov_369.875, whole genome shotgun sequence	True	True
ENG0011_000000013490	2053	0.5962331839892769	2	1	1	1	1	True	67177	fragment	False	ENG0011_000000013490	0.7045146502899116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.433854993295085e-06	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
AST0140_000000014057	2050	0.5962331839892769	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.8823082479175441		0	0	False	False	0.9990243911743164	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
SPA0028_000000015201	2046	0.5962331839892769	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.8432538572825348		0	0	False	False	0.9931573867797852	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
AST0026_000000013897	2018	0.5962331839892769	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.7580842360407294		0	0	False	False	0.9866204261779785	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ISR0093_000000012435	2009	0.5962331839892769	2	1	1	1	1	True	67177	fragment	False	ENG0011_000000013490	0.47917681441792503		0	0	False	False	0.9980089664459229	0					non-mobilizable	no_good_hit								True	True
ENG0127_000000013084	1978	0.5962331839892769	1	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.6762043358701647		0	0	False	False	0.9994944334030151	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
USA0019_01_000000015311	1970	0.5962331839892769	1	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.586696879347915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ISR0062_000000019234	1961	0.5962331839892769	1	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.6157475713229474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ISR0048_000000009794	1957	0.5962331839892769	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.6342279958885308		0	0	False	False	0.9882473349571228	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
SPA0128_000000019136	1939	0.5962331839892769	1	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.631894620230954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ENG0115_000000010553	1920	0.5962331839892769	1	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.6225194902612095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
MON0061_000000010008	4170	0.5962299266315497	6	5	2	3	4	False	113352	maximal	True	MON0061_000000010008	1.0		9	4	False	False	0.9973621368408203	0					non-mobilizable	no_good_hit	1937.0	89.83	46.0	0.3106686093572932	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0055_01_000000022889	1143	0.5962279097446779	2	2	2	2	2	False	34268	fragment	False	MAD0110_000000021879	0.9609200892856713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	84.305	19.0	0.0017860750798076534	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
ISR0082_000000006227	4381	0.5962245804616071	5	4	4	4	4	False	39237	maximal	True	ISR0082_000000006227	1.0		84	7	False	False	1.0	0					non-mobilizable	other	4381.0	99.54299999999999	100.0	0.008392315857644864	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0094_000000002656	6446	0.5962218519621664	7	5	2	4	5	True	123483	maximal	True	ENG0094_000000002656	1.0		3	3	False	False	1.0	0					non-mobilizable	other	3538.0	98.445	99.0	0.027132707805752904	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0236_000000005583	1955	0.5962182377220536	2	2	2	2	2	False	29787	maximal	True	ISR0236_000000005583	1.0		108	7	False	False	0.99897700548172	0					non-mobilizable	no_good_hit	139.0	76.97800000000001	7.0	3.0318108292715985e-05	NZ_MCGV01000001.1	firmicutes	Clostridium pasteurianum strain GL11 contig.1, whole genome shotgun sequence	True	False
TAN0002_000000011230	3138	0.5962167521370331	3	2	2	2	0	False	3057	maximal	True	TAN0002_000000011230	1.0		3	1	False	False	0.9866156578063965	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000027048	1570	0.5962167521370331	2	2	2	2	0	False	2674	maximal	True	TAN0009_000000027048	1.0		1	1	False	False	0.9541401267051697	0					non-mobilizable	no_good_hit								True	False
ENG0031_000000001333	14624	0.5962144965237801	11	9	7	7	6	False	121829	fragment	False	ENG0031_000000001333	0.9994071376553794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2737.0	80.08800000000001	19.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0324_000000001932	14617	0.5962144965237801	11	9	7	7	6	False	121829	fragment	False	ENG0031_000000001333	0.9986551787016776		0	0	False	False	0.9999315738677979	0					non-mobilizable	no_good_hit	2737.0	80.051	19.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
MON0031_000000019741	1622	0.5962118305416817	2	2	1	2	1	False	12444	maximal	True	MON0031_000000019741	1.0		1	1	False	False	0.9907521605491638	0					non-mobilizable	no_good_hit	1056.0	83.14399999999999	80.0	0.001230676907461301	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0080_000000018702	1732	0.5962114724982086	2	2	2	2	1	False	118951	fragment	False	MON0024_000000023063	0.5065222490901675		0	0	False	False	0.9878752827644348	0					non-mobilizable	no_good_hit								True	False
MAD0078_000000004704	1908	0.5962110194859689	3	1	1	1	1	False	16200	maximal	True	MAD0078_000000004704	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	75.0	8.0	6.109262785406036e-05	CP032418.1	firmicutes	Paenisporosarcina sp. K2R23-3 chromosome, complete genome	True	False
ISR0125_000000002488	5970	0.5962093669762843	4	4	3	4	1	False	113406	fragment	False	MON0105_000000007865	0.5084352160999596		0	0	False	False	1.0	0					non-mobilizable	chromosome	4918.0	96.82799999999999	94.0	0.0013756136034331285	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0007_000000002181	5964	0.5962093669762843	5	4	3	4	1	False	113406	fragment	False	MON0105_000000007865	0.7165302776394787		0	0	False	False	1.0	0					non-mobilizable	chromosome	5971.0	97.22	100.0	0.0016700480918993852	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0024_000000003984	5076	0.5962058476583808	5	4	4	4	2	False	37475	maximal	True	ISR0024_000000003984	1.0		1	1	False	False	0.9931048154830933	0					non-mobilizable	no_good_hit	957.0	93.31200000000001	19.0	0.014524969549330085	NZ_QRHR01000012.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf12, whole genome shotgun sequence	True	False
MAD0098_000000024301	1848	0.5962047084019819	3	1	1	1	1	False	15308	fragment	False	MAD0098_000000024301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	3.636857831399099e-05	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
USA0065_01_000000010202	1176	0.5962042188301232	2	2	2	1	1	True	840	maximal	True	USA0065_01_000000010202	1.0		8	6	False	False	0.9812925457954407	0					non-mobilizable	no_good_hit	993.0	75.227	83.0	0.0002566453663283909	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0037_000000019141	1272	0.5962017647644164	1	1	1	1	1	False	36680	maximal	True	ISR0037_000000019141	1.0		1	1	False	False	0.9897798895835876	0					non-mobilizable	no_good_hit	995.0	91.859	89.0	0.0003092317178413013	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0187_000000006588	2557	0.5962012650294787	4	2	2	2	1	False	124018	fragment	False	CHI0187_000000006588	0.9983974358974359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	95.181	52.0	0.0003682290017828282	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0143_000000012255	2496	0.5962012650294787	2	2	2	2	1	False	124018	fragment	False	CHI0187_000000006588	0.9865076261243645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	95.18299999999999	52.0	0.0003626750198554854	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0039_000000006206	4059	0.5961993811689126	6	4	4	3	3	False	129947	maximal	True	SPA0039_000000006206	1.0		5	3	False	False	0.9982754588127136	0					non-mobilizable	no_good_hit	1819.0	99.23	45.0	0.025337460954930835	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0040_000000012514	2138	0.5961934304551121	3	3	1	1	3	False	118845	maximal	True	ISR0040_000000012514	1.0		37	8	False	False	0.9995322823524475	0	rep_cluster_663				non-mobilizable	no_good_hit	1796.0	100.0	84.0	0.3679032588645214	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	True
AST0094_000000012380	1830	0.5961931851203724	2	2	1	2	1	False	109211	maximal	True	AST0094_000000012380	0.9771968854282537		10	7	False	False	0.9972677826881409	0					non-mobilizable	other	1830.0	99.29	100.0	0.0029303712391032326	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ISR0284_000000013794	1118	0.5961908754685313	2	2	2	2	2	False	62031	fragment	False	SPA0150_000000017388	0.3720502092050209		0	0	False	False	0.9946332573890686	0					non-mobilizable	chromosome	1118.0	92.57600000000001	100.0	0.0002993373309293446	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0001_000000002997	6482	0.5961887074500306	7	4	4	3	3	True	52661	fragment	False	FIJ0001_000000002997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.639	7.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
CHI0179_000000014764	1481	0.5961869542391166	2	2	1	2	2	False	90813	fragment	False	CHI0179_000000014764	1.0		0	0	False	False	0.9993247985839844	0					non-mobilizable	chromosome	1476.0	98.645	99.0	0.0002943910814870522	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0036_01_000000012055	2977	0.5961809844011824	3	2	2	2	2	False	1386	maximal	True	USA0036_01_000000012055	1.0		20	3	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	75.12	7.0	4.5031307905357565e-05	NZ_MCGV01000001.1	firmicutes	Clostridium pasteurianum strain GL11 contig.1, whole genome shotgun sequence	True	False
ENG0100_000000019399	1599	0.5961802094185811	2	2	2	2	2	False	60558	maximal	True	ENG0100_000000019399	1.0		25	8	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	73.182	27.0	0.003074784659772971	NZ_FNBY01000011.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
USA0004_01_000000005801	4583	0.596179434833068	7	5	3	3	3	True	129347	maximal	True	USA0004_01_000000005801	1.0		16	4	False	False	0.9971634149551392	0		MOBV			mobilizable	no_good_hit	3251.0	99.90799999999999	71.0	0.4476584022038568	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	True	True
ISR0035_000000007183	2549	0.5961777783499845	5	4	1	3	4	False	36805	maximal	True	ISR0035_000000007183	1.0		0	0	False	False	0.9996076822280884	0					non-mobilizable	plasmid	1477.0	99.932	100.0	0.012341756275398432	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
MAD0003_000000005553	4857	0.5961710091176659	7	3	3	2	2	True	21260	maximal	True	MAD0003_000000005553	1.0		1	1	False	False	0.994235098361969	0					non-mobilizable	no_good_hit								True	True
ISR0225_000000003879	3795	0.5961699964229715	5	5	5	5	3	False	108445	maximal	True	ISR0225_000000003879	1.0		4	3	False	False	0.991831362247467	0					non-mobilizable	no_good_hit	3311.0	99.97	87.0	0.0006978740773725189	LR134240.1	enterobacteria	Escherichia coli strain NCTC9107 genome assembly, chromosome: 1	True	False
USA0053_01_000000009911	1970	0.5961694500818373	3	3	2	3	2	False	122102	fragment	False	ISR0028_000000007710	0.4292801820271375		0	0	False	False	0.9751269221305847	0					non-mobilizable	other	1970.0	96.59899999999999	100.0	0.04481024234110654	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0311_000000002815	5612	0.59616772151208	8	6	4	4	5	False	32410	maximal	True	ISR0311_000000002815	1.0		6	2	False	False	0.9960798025131226	0					non-mobilizable	no_good_hit	747.0	80.991	13.0	0.0002884715434275855	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
AST0005_000000008212	3545	0.5961637310020782	3	3	1	3	2	False	128561	fragment	False	ENG0098_000000006873	0.7041140644109852		0	0	False	False	0.9985895752906799	0					non-mobilizable	no_good_hit	1630.0	94.84700000000001	46.0	0.0005716529981611829	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0093_000000020473	1566	0.5961633623581807	2	2	2	2	2	False	47198	fragment	False	FIJ0103_000000013845	0.976718188533578		0	0	False	False	0.9987228512763977	0					non-mobilizable	other	1566.0	98.46700000000001	100.0	0.053253028446985165	NZ_CABIWU010000026.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0033_000000003153	2167	0.5961546982918678	3	2	2	2	2	False	88357	maximal	True	CHI0033_000000003153	1.0		1	1	False	False	0.9889248013496399	0					non-mobilizable	no_good_hit	1944.0	89.609	89.0	0.00065547210471787	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0113_000000002542	9907	0.5961512236855866	14	6	3	5	0	True	116911	fragment	False	ENG0113_000000002542	0.9976189998681667		0	0	False	False	0.999697208404541	0					non-mobilizable	no_good_hit	402.0	96.02	11.0	0.00011421332672403422	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0088_000000002812	9902	0.5961512236855866	12	6	3	5	0	True	116911	fragment	False	ENG0113_000000002542	0.9973727407228321		0	0	False	False	0.9995960593223572	0					non-mobilizable	no_good_hit	402.0	96.02	11.0	0.00011421332672403422	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
DEN0026_000000002801	9871	0.5961512236855866	12	6	3	5	0	True	116911	fragment	False	ENG0113_000000002542	0.9904438792905019		0	0	False	False	0.9992908239364624	0					non-mobilizable	no_good_hit	428.0	97.664	11.0	0.00012765508373665263	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0110_000000002156	9853	0.5961512236855866	13	6	3	5	0	True	116911	fragment	False	ENG0113_000000002542	0.9960148574779447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	95.771	11.0	0.00011421332672403422	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0165_000000001651	9823	0.5961512236855866	14	6	3	5	0	True	116911	fragment	False	ENG0113_000000002542	0.9939350437132266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	93.734	11.0	0.00011210926557668558	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0151_000000001290	9774	0.5961512236855866	13	6	3	5	0	True	116911	fragment	False	ENG0113_000000002542	0.9907157083227206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	95.771	10.0	0.00011421332672403422	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0332_000000001062	9738	0.5961512236855866	12	6	3	5	0	True	116911	fragment	False	ENG0113_000000002542	0.9878857164893621		0	0	False	False	0.9992811679840088	0					non-mobilizable	no_good_hit	402.0	96.02	10.0	0.00011421332672403422	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
MAD0088_000000009529	2496	0.5961479035783942	2	2	2	1	1	False	15900	maximal	True	MAD0088_000000009529	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1300.0	89.23100000000001	52.0	0.9984520123839009	NZ_CABKQR010000027.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
AST0062_000000003582	4753	0.5961462039785437	6	6	6	6	5	False	130068	maximal	True	AST0062_000000003582	0.997355663287792		363	12	False	False	1.0	0					non-mobilizable	other	2264.0	89.57600000000001	94.0	0.0009481911221309569	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MAD0053_000000002274	5794	0.5961449792112476	11	4	3	4	3	True	48032	fragment	False	MAD0053_000000002274	0.9832764744518222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	97.69200000000001	2.0	0.0013733777640558293	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MAD0097_000000006845	5484	0.5961449792112476	10	4	3	4	3	True	48032	fragment	False	MAD0053_000000002274	0.9654549413904236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	99.23700000000001	2.0	0.001384024103312076	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0009_000000018422	1980	0.5961442286721247	3	2	1	2	2	True	89985	fragment	False	SPA0009_000000018422	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	79.742	100.0	0.04935122820919176	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
CHI0052_000000005755	2806	0.5961404777508409	3	3	2	3	2	False	129991	maximal	True	CHI0052_000000005755	1.0		23	6	False	False	1.0	0					non-mobilizable	other	2263.0	92.311	100.0	0.0006009329097528112	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0139_000000005737	3248	0.5961357405331286	5	5	5	3	4	False	69609	fragment	False	ENG0139_000000005737	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2921.0	95.48100000000001	97.0	0.0055450598383616975	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0029_000000015198	1757	0.5961356790834348	3	3	2	3	2	False	66448	fragment	False	SPA0029_000000015198	1.0		0	0	False	False	0.9823563098907471	0					non-mobilizable	other	1757.0	98.976	100.0	0.005127142027089763	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
ISR0159_000000011556	2248	0.5961350764366377	2	2	2	2	1	False	69963	maximal	True	ISR0159_000000011556	1.0		3	1	False	False	0.9924377202987671	0					non-mobilizable	no_good_hit	1444.0	83.65700000000001	63.0	0.11158465710964742	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0035_000000005181	3158	0.5961325382545112	4	3	3	2	2	False	116845	maximal	True	AST0035_000000005181	1.0		0	0	False	False	0.998733401298523	0					non-mobilizable	no_good_hit	2711.0	98.37700000000001	86.0	0.04076506370486941	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
AUS0002_000000019089	1922	0.5961264338743375	3	3	3	3	2	False	102915	fragment	False	AUS0002_000000019089	1.0		0	0	False	False	0.9989594221115112	0					non-mobilizable	chromosome	1922.0	99.948	100.0	0.00042752085972419675	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0011_000000007408	3499	0.5961218635405688	2	2	1	2	2	False	67211	maximal	True	ENG0011_000000007408	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	76.65	5.0	5.0118144998878244e-05	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ISR0397_000000005480	3678	0.596118956228761	5	3	3	3	3	False	110511	fragment	False	ISR0077_000000007665	0.8148569030986145		0	0	False	False	1.0	0					non-mobilizable	other	3454.0	84.916	98.0	0.003264604322949657	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	False	False
ENG0124_000000008423	3658	0.596118956228761	5	3	3	3	3	False	110511	fragment	False	ISR0077_000000007665	0.953424098561329		0	0	False	False	0.9994532465934753	0					non-mobilizable	other	3454.0	84.916	99.0	0.003264604322949657	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	False	False
ISR0177_000000007193	3601	0.596118956228761	4	3	3	3	3	False	110511	fragment	False	ISR0077_000000007665	0.8028065452454508		0	0	False	False	1.0	0					non-mobilizable	other	3454.0	84.916	99.0	0.003264604322949657	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	False	False
MAD0001_000000002705	8643	0.5961150417741801	11	4	4	3	1	False	59532	fragment	False	MAD0001_000000002705	1.0		0	0	False	False	0.999305784702301	0					non-mobilizable	no_good_hit	1267.0	75.77	14.0	0.026073974388628383	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ITA0003_000000003509	1744	0.5961128212482707	3	3	2	3	2	False	36910	fragment	False	ITA0003_000000003509	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	96.961	100.0	0.000524783921800873	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0037_000000014801	2073	0.596112120022098	2	2	2	2	2	False	47790	maximal	True	FIJ0037_000000014801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	90.07600000000001	12.0	0.0009583804844244741	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
USA0040_01_000000002081	9460	0.5961080565116721	19	6	3	3	3	True	1305	maximal	True	USA0040_01_000000002081	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	76.661	12.0	7.625939765594389e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
TAN0005_000000003480	3868	0.5961054186924171	5	3	1	3	1	True	119491	fragment	False	TAN0005_000000003480	1.0		0	0	False	False	0.9997414946556091	0					non-mobilizable	no_good_hit	2240.0	85.31200000000001	78.0	0.0959902794653706	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ENG0027_000000018072	1268	0.5961025355475635	3	3	3	2	2	False	123997	fragment	False	ISR0104_000000012139	0.22086791762415672		0	0	False	False	0.9944794774055481	0					non-mobilizable	other	1195.0	95.314	94.0	0.00033157272106236566	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0195_000000000556	23259	0.5960995061925416	28	9	3	5	4	False	107970	fragment	False	ENG0195_000000000556	1.0		0	0	False	False	1.0	0					non-mobilizable	other	17112.0	96.96700000000001	100.0	0.028372197272191462	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0064_000000022255	1857	0.5960942542969806	3	3	3	3	2	False	71256	fragment	False	DEN0064_000000022255	1.0		0	0	False	False	0.9956919550895691	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.751312045160491e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	False
ENG0084_000000015224	1887	0.5960877195784353	2	2	2	2	2	False	61518	maximal	True	ENG0084_000000015224	1.0		0	0	False	False	0.9909909963607788	0					non-mobilizable	no_good_hit	1541.0	80.467	80.0	0.02976073931941888	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	True	False
MAD0002_000000031965	1391	0.5960824237937459	2	1	1	1	1	False	51657	maximal	True	MAD0002_000000031965	1.0		43	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000031912	1256	0.5960824237937459	1	1	1	1	1	False	51656	fragment	False	FIJ0006_000000031912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0064_000000006356	3050	0.5960815864131596	5	3	2	3	1	False	16681	maximal	True	MAD0064_000000006356	1.0		8	1	False	False	0.9940983653068542	0					non-mobilizable	no_good_hit	125.0	100.0	4.0	0.13052631578947368	GQ878444.1		Uncultured organism clone VC1BY81TR genomic sequence	True	False
ISR0295_000000017699	2010	0.5960803917649781	3	3	3	3	2	False	107346	maximal	True	ISR0295_000000017699	1.0		20	4	False	False	0.9965174198150635	0					non-mobilizable	no_good_hit	652.0	97.39299999999999	58.0	0.00018480122088032375	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0103_000000007174	2876	0.5960797619206334	4	3	2	3	3	False	70070	maximal	False	MON0033_000000019867	0.5656901165580798		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2278.0	98.288	82.0	0.0006798305864570214	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ENG0065_000000007099	3930	0.5960747418350684	4	3	3	3	3	False	62873	maximal	True	ENG0065_000000007099	1.0		102	12	False	False	0.996437668800354	0					non-mobilizable	other	3911.0	99.59100000000001	99.0	0.0010470674212336168	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
DEN0017_000000025940	1100	0.5960745879153985	2	2	2	2	1	False	75156	fragment	False	DEN0017_000000025940	1.0		0	0	False	False	0.975454568862915	0					non-mobilizable	chromosome	1081.0	96.485	98.0	0.00029898736820127363	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0050_000000022478	1145	0.5960715322457898	2	2	2	2	1	False	6569	maximal	True	SPA0050_000000022478	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	78.32	63.0	0.00020273419924605248	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0003_000000004995	5302	0.5960692203176154	7	7	5	5	5	False	121991	maximal	True	MAD0003_000000004995	1.0		3	2	False	False	0.9998114109039307	0					non-mobilizable	no_good_hit	1256.0	79.697	24.0	0.0003378187706761368	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MON0002_000000001161	10162	0.5960681612223027	10	6	2	5	3	True	129280	maximal	True	MON0002_000000001161	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	2810.0	88.505	28.0	0.0008949707765624605	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ENG0177_000000007946	3354	0.5960678260097226	5	4	4	4	4	False	106780	maximal	True	ENG0177_000000007946	1.0		73	10	False	False	0.9922480583190918	0					non-mobilizable	other	3354.0	96.512	100.0	0.0017684972256798667	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
SPA0088_000000006196	2605	0.5960637384738966	2	2	2	2	2	False	20078	maximal	True	SPA0088_000000006196	0.9895389383959705		392	13	False	False	0.9996161460876465	0					non-mobilizable	chromosome	2605.0	99.80799999999999	100.0	0.0005514691867650784	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ISR0198_000000029074	1147	0.5960630874946061	2	1	1	1	1	False	56589	fragment	False	ENG0157_000000019710	0.9183166979388673		0	0	False	False	0.9991281628608704	0					non-mobilizable	other	1147.0	95.815	100.0	0.006635784597568037	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
MON0108_000000009130	2370	0.5960622310551649	4	4	4	3	3	False	124013	fragment	False	MON0108_000000009130	1.0		0	0	False	False	0.9970464110374451	0					non-mobilizable	other	2307.0	97.226	97.0	0.0006398187180298915	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0037_000000055633	1368	0.5960588618501335	2	2	1	2	1	False	84942	fragment	False	MON0037_000000055633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1229.0	82.425	89.0	0.016494287838842697	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
USA0063_01_000000013306	1559	0.5960560709575795	2	2	2	2	1	False	70880	fragment	False	ISR0170_000000029923	0.9493952896244431		0	0	False	False	0.9987171292304993	0					non-mobilizable	other	1559.0	99.80799999999999	100.0	0.07131087513731234	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	False	False
ISR0812_000000028067	1406	0.5960526689692556	3	3	3	3	2	False	104380	fragment	False	ENG0093_000000007624	0.6085238635002971		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	98.791	100.0	0.009655257783004271	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0013_000000021803	1302	0.5960526689692556	3	3	3	3	2	False	104380	fragment	False	ENG0093_000000007624	0.3550774810006801		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	99.309	100.0	0.008946930467014641	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0050_000000019378	1326	0.5960522455505716	1	1	1	1	1	False	73074	fragment	False	DEN0041_000000025143	0.9798082182049553		0	0	False	False	0.9811462759971619	0					non-mobilizable	other	1323.0	99.395	99.0	0.0004171565574044658	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
DEN0080_000000000534	3537	0.5960510274115064	4	3	3	3	3	False	103031	fragment	False	ISR0354_000000005093	0.9540727314490308		0	0	False	False	0.9951936602592468	0					non-mobilizable	other	3446.0	81.77600000000001	97.0	0.9979639325189064	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
ISR0301_000000002216	6743	0.596045374409844	12	2	1	2	2	False	25575	maximal	True	ISR0301_000000002216	1.0		1	1	False	False	0.9998517036437988	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000001057	29452	0.5960366653279957	27	25	14	19	21	True	123715	fragment	False	SPA0120_000000001057	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	8423.0	96.99600000000001	60.0	0.0019078894644431331	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	True	True
SPA0149_000000005790	5788	0.5960351796881782	12	1	1	1	1	False	29697	fragment	False	SPA0149_000000005790	1.0		0	0	False	False	0.9996544718742371	0					non-mobilizable	no_good_hit	274.0	77.007	5.0	0.0014326268879220566	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
ISR0358_000000004850	3729	0.5960351796881782	8	1	1	1	1	False	29696	fragment	False	ISR0358_000000004850	1.0		0	0	False	False	0.9766693711280823	0					non-mobilizable	no_good_hit	274.0	77.007	7.0	0.0014326268879220566	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
ISR0178_000000012944	1358	0.5960351796881782	2	1	1	1	1	False	29695	fragment	False	ISR0178_000000012944	1.0		0	0	False	False	0.9985272288322449	0					non-mobilizable	no_good_hit	274.0	77.007	20.0	0.0014326268879220566	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
ISR0062_000000004877	5956	0.5960314864291327	12	6	3	6	3	True	49175	maximal	False	ISR0387_000000003712	0.9999160369437448		0	0	False	False	0.9964741468429565	0					non-mobilizable	no_good_hit	1979.0	91.15700000000001	88.0	0.0007805510000289386	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	True
ISR0387_000000003712	5955	0.5960314864291327	11	6	3	6	3	True	49175	maximal	True	ISR0387_000000003712	0.999916051040967		21	3	False	False	1.0	0					non-mobilizable	no_good_hit	1978.0	91.20299999999999	88.0	0.0007805510000289386	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	True
USA0116_01_000000015559	1584	0.5960277298607713	3	2	1	2	2	False	116526	fragment	False	ENG0045_000000008222	0.9072621103348923		0	0	False	False	1.0	0					non-mobilizable	chromosome	1451.0	99.655	100.0	0.0004203282328676386	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0284_000000009797	1453	0.5960277298607713	2	2	1	2	2	False	116526	fragment	False	ENG0045_000000008222	0.7323300292457933		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	97.729	100.0	0.0005119665120306841	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
SPA0046_000000000929	16877	0.5960266908456978	23	7	2	7	2	False	100973	maximal	True	SPA0046_000000000929	0.9352261847774055		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.001043214364745677	MK448914.1	viruses	Streptococcus phage Javan348, complete genome	True	False
ISR0254_000000000193	16712	0.5960266908456978	19	7	2	7	2	False	100973	maximal	False	SPA0046_000000000929	0.9312081531077798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.7293404528218455e-05	CP025121.1	mycoplasmas	Candidatus Phytoplasma ziziphi isolate Jwb-nky chromosome, complete genome	True	False
ENG0178_000000000873	15043	0.5960266908456978	21	7	2	7	2	False	100972	fragment	False	ENG0178_000000000873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.7293404528218455e-05	CP025121.1	mycoplasmas	Candidatus Phytoplasma ziziphi isolate Jwb-nky chromosome, complete genome	True	False
MON0105_000000016115	3324	0.59602641345076	6	2	1	2	2	True	46764	fragment	False	FIJ0051_000000006157	0.9400593090197189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.010120888389091932	XM_032780131.1	turtles	PREDICTED: Chelonoidis abingdonii PNN interacting serine and arginine rich protein (PNISR), mRNA	True	True
SPA0125_000000026567	1198	0.5960259472201179	2	2	2	2	2	False	4003	maximal	True	SPA0125_000000026567	1.0		8	2	False	False	0.9874791502952576	0					non-mobilizable	other	1198.0	97.49600000000001	100.0	0.0054311330514165415	NZ_QICA01000003.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_003, whole genome shotgun sequence	False	False
ENG0043_000000003847	7694	0.5960191799978218	9	5	2	5	3	True	64640	maximal	True	ENG0043_000000003847	1.0		10	4	False	False	0.9998700022697449	0					non-mobilizable	no_good_hit								True	True
CHI0173_000000002704	6104	0.5960165703317919	7	7	3	5	6	True	123607	fragment	False	ISR0087_000000003064	0.815068611106108		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6110.0	96.792	100.0	0.0018382080167067974	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ENG0087_000000009790	2781	0.5960146676933316	4	3	2	1	2	True	125529	fragment	False	AST0012_000000007039	0.929421768707483		0	0	False	False	0.9992808103561401	0					non-mobilizable	no_good_hit	609.0	79.146	37.0	0.00018851548602962233	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
SPA0021_000000028181	1111	0.5960083166421244	2	2	2	1	1	False	7676	fragment	False	SPA0021_000000028181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1042.0	100.0	94.0	0.0020643948407976774	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
AST0028_000000007365	2298	0.5960053941953811	2	1	1	1	1	False	118810	maximal	True	AST0028_000000007365	0.9745628359620253		187	12	False	False	1.0	0					non-mobilizable	chromosome	2298.0	100.0	100.0	0.0004495114669455451	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
DEN0001_000000023554	1850	0.5959968070260633	4	1	1	1	1	False	103277	maximal	True	DEN0001_000000023554	1.0		1	1	False	False	0.9886486530303955	0					non-mobilizable	no_good_hit								True	False
USA0007_01_000000001974	9917	0.5959950570907742	8	6	5	3	5	True	79661	fragment	False	USA0007_01_000000001974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3523.0	90.463	74.0	0.0007140529560513298	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
CHI0124_000000008912	1652	0.5959939988800961	4	2	2	2	1	False	111386	backbone	False	MON0071_000000005258	0.20185775580449467	PS708	0	0	False	True	1.0	0					non-mobilizable	chromosome	1292.0	98.994	100.0	0.00018235413681871271	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
MON0059_000000022278	1763	0.5959905715913973	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.13242959838089907		0	0	False	False	1.0	0					non-mobilizable	chromosome	1763.0	92.456	100.0	0.0005930788838672782	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0173_000000003645	2458	0.595987723278087	2	1	1	1	1	False	83315	fragment	False	CHI0101_000000005082	0.959946339593714		0	0	False	False	1.0	0					non-mobilizable	other	2458.0	99.959	100.0	0.0004756197914357852	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0045_000000000644	24244	0.595984806000797	36	13	3	9	9	False	58440	maximal	False	FIJ0031_000000000458	0.9783262142066129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4028.0	88.87799999999999	48.0	0.15717361518888237	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
USA0116_01_000000015643	1574	0.5959831035956561	3	1	1	1	1	False	96068	maximal	True	USA0116_01_000000015643	1.0		25	8	False	False	0.994282066822052	0					non-mobilizable	other	1574.0	99.809	100.0	0.0004737292581574492	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0143_000000005427	3380	0.5959817219278007	3	2	2	1	2	False	3411	maximal	True	SPA0143_000000005427	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	77.512	6.0	0.0024919164660977804	NZ_LT960613.1	g-proteobacteria	Vibrio tapetis subsp. tapetis isolate Vibrio tapetis CECT4600 plasmid P, complete sequence	True	False
ENG0207_000000018216	1106	0.5959815686053217	2	2	2	2	1	False	53861	fragment	False	ENG0207_000000018216	1.0		0	0	False	False	0.9810126423835754	0					non-mobilizable	no_good_hit	86.0	86.04700000000001	8.0	0.006837466018617679	NZ_MUNE01000068.1	high GC Gram+	Streptomyces milbemycinicus strain NRRL 5739 NRRL_5739_contig_68, whole genome shotgun sequence	True	False
MAD0003_000000017475	1551	0.5959734967585084	2	2	2	2	1	False	43071	maximal	True	MAD0003_000000017475	1.0		234	14	False	False	0.9941973090171814	0					non-mobilizable	other	1551.0	97.93700000000001	100.0	0.012463113205271496	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0004_000000016358	1723	0.5959723598478954	2	2	2	1	1	False	96164	maximal	True	CAN0004_000000016358	1.0		64	9	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.029347826086956522	NZ_JOAX01000066.1	high GC Gram+	Streptomyces ochraceiscleroticus strain NRRL ISP-5594 contig66.1, whole genome shotgun sequence	True	False
ENG0125_000000003908	5964	0.595962913968409	3	3	2	3	3	False	58877	maximal	True	ENG0125_000000003908	1.0		26	5	False	False	1.0	0					non-mobilizable	no_good_hit	1833.0	72.722	41.0	0.011028874713930954	NZ_QSBM01000016.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf16, whole genome shotgun sequence	True	False
ISR0065_000000020532	1665	0.5959562783384814	2	2	2	1	2	False	35185	maximal	True	ISR0065_000000020532	1.0		5	2	False	False	1.0	0					non-mobilizable	other	1665.0	99.94	100.0	0.0004723644109752054	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0161_000000001597	8996	0.5959482596016716	5	5	4	5	3	True	50567	fragment	False	FIJ0161_000000001597	1.0		0	0	False	False	0.9982214570045471	0					non-mobilizable	no_good_hit	2928.0	76.161	32.0	0.0012093419042209595	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
CAN0013_000000007410	3068	0.5959466778638698	6	2	2	2	0	False	94243	maximal	True	CAN0013_000000007410	0.9803464357095271		12	5	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	701.0	79.458	43.0	0.00040893342244772654	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0118_000000011467	2630	0.5959466778638698	4	2	2	2	0	False	105935	maximal	True	AST0118_000000011467	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	88.454	20.0	0.0001416530164267098	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MAD0026_000000005987	2230	0.5959466778638698	3	2	2	2	0	False	76139	fragment	False	MAD0026_000000005987	0.938496583143508		0	0	False	False	1.0	0					non-mobilizable	other	1475.0	82.84700000000001	92.0	0.0008663242735670045	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
USA0015_01_000000018407	1816	0.5959466778638698	3	2	2	2	0	False	6904	fragment	False	USA0015_01_000000018407	0.9328063241106719		0	0	False	False	0.9966960549354553	0					non-mobilizable	other	1818.0	93.67399999999999	100.0	0.001072563817547144	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0127_000000011091	1739	0.5959466778638698	3	2	2	2	0	False	41049	fragment	False	ISR0014_000000019541	0.9407446907775326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	82.36	86.0	0.00046389123789229096	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
DEN0061_000000026806	1618	0.5959466778638698	3	2	2	2	0	False	71834	maximal	True	DEN0061_000000026806	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	79.182	16.0	0.0001193051952478857	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
ISR0385_000000005749	3559	0.5959443986189149	5	5	5	5	3	False	104222	fragment	False	CHI0054_000000003369	0.23872007366482506		0	0	False	False	0.9983141422271729	0					non-mobilizable	other	3559.0	100.0	100.0	0.005677430061337946	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MAD0008_000000001215	6874	0.5959370022312359	6	6	6	6	6	False	19844	maximal	True	MAD0008_000000001215	1.0		8	5	False	False	0.9995635747909546	0					non-mobilizable	no_good_hit	523.0	74.952	14.0	0.00016655712909527967	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0154_000000004978	4926	0.5959343208296414	6	5	2	2	4	True	107050	maximal	True	ISR0154_000000004978	1.0		35	7	False	False	1.0	0					non-mobilizable	chromosome	4325.0	99.861	100.0	0.0008731256018640141	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
FIJ0100_000000005670	3440	0.5959339270649175	3	3	3	3	3	False	50473	maximal	False	MAD0021_000000004004	0.9700818515382444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	91.945	43.0	0.0011885335736379356	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0325_000000013589	1544	0.5959321255983321	4	1	1	1	1	False	24863	maximal	True	ISR0325_000000013589	1.0		11	5	False	False	0.984455943107605	0					non-mobilizable	no_good_hit	1193.0	100.0	77.0	0.03130827620623539	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ENG0097_000000022902	1371	0.5959259166981522	2	2	2	2	2	False	61718	fragment	False	ENG0097_000000022902	0.9946401225114855		0	0	False	False	0.9460247755050659	0					non-mobilizable	no_good_hit	320.0	72.188	23.0	0.0002709870747906843	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0223_000000012923	2279	0.595925869028505	3	2	1	2	2	False	27810	maximal	True	ISR0223_000000012923	1.0		332	12	False	False	1.0	0					non-mobilizable	other	2279.0	99.38600000000001	100.0	0.0038798969221414716	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	False	False
AST0148_000000012515	2780	0.5959246874075295	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.5725133299755837		0	0	False	False	1.0	0					non-mobilizable	chromosome	2796.0	80.15	100.0	0.0006166893817260537	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0021_01_000000006699	2750	0.5959246874075295	4	4	4	4	4	False	105082	fragment	False	SPA0130_000000012000	0.5697243035244122		0	0	False	False	1.0	0					non-mobilizable	chromosome	2766.0	80.007	100.0	0.0006100128456553999	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0055_000000009892	1424	0.595921721032275	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.10704032852656034	PS816	0	0	False	True	0.9810393452644348	0					non-mobilizable	other	1341.0	80.53699999999999	94.0	0.0003784024998978058	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0003_000000018645	1374	0.595921721032275	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.14247228641022858	PS816	0	0	False	True	0.9956331849098206	0					non-mobilizable	plasmid	1338.0	87.22	97.0	0.006165530383622723	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0281_000000015107	1232	0.595921721032275	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.03343041459201174	PS816	0	0	False	True	0.9959415793418884	0					non-mobilizable	plasmid	1233.0	87.26700000000001	100.0	0.005684498755793193	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0175_000000001139	21379	0.5959199797039085	24	15	7	12	7	True	132292	maximal	True	ISR0175_000000001139	1.0		2	2	False	False	1.0	0					non-mobilizable	other	13358.0	96.302	95.0	0.0031129470414054854	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
MON0006_000000000463	17833	0.5959146375601097	17	12	9	11	8	True	14068	maximal	True	MON0006_000000000463	1.0		1	1	False	False	0.9999439120292664	0					non-mobilizable	no_good_hit	99.0	98.99	1.0	4.0358814571014626e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
FIJ0162_000000008588	2619	0.5959113156645413	2	2	2	2	1	False	104743	fragment	False	SPA0149_000000014538	0.9440014998794384		0	0	False	False	0.9992363452911377	0					non-mobilizable	no_good_hit	1450.0	94.48299999999999	55.0	0.0006461755821493103	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0051_000000009863	2805	0.5958994315731224	5	3	3	3	1	False	88985	maximal	True	ENG0051_000000009863	1.0		12	4	False	False	0.9996435046195984	0					non-mobilizable	no_good_hit	1449.0	97.792	60.0	0.00045483013528596145	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0812_000000011831	3337	0.5958993834675085	5	3	2	3	2	False	31245	maximal	True	ISR0812_000000011831	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	77.578	7.0	0.0008490098815316767	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0095_000000007580	3840	0.5958962885473718	4	4	4	4	4	False	55336	fragment	False	MAD0095_000000007580	1.0		0	0	False	False	0.9934895634651184	0					non-mobilizable	other	3771.0	94.749	98.0	0.08804297057449789	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0145_000000003339	9281	0.5958957148125019	9	9	8	7	7	False	57527	maximal	True	ENG0145_000000003339	1.0		16	3	False	False	1.0	0					non-mobilizable	chromosome	4017.0	99.552	98.0	0.0014304383460057965	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0366_000000004225	3676	0.5958919917646278	5	2	1	1	1	False	60251	fragment	False	ISR0366_000000004225	1.0		0	0	False	False	0.9931991100311279	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.007196899797010519	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0104_000000010371	2987	0.5958919917646278	3	2	1	1	1	False	60250	fragment	False	ENG0104_000000010371	1.0		0	0	False	False	0.997656524181366	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.163124626423672e-06	LR131494.1	apicomplexans	Plasmodium falciparum genome assembly, chromosome: 14	True	False
ISR0046_000000001809	9849	0.5958872935054796	19	10	7	8	4	True	63992	fragment	False	ISR0046_000000001809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	1.0	0.0015842839036755386	MN693299.1	viruses	Marine virus AFVG_25M439, complete genome	True	True
ENG0184_000000010465	2139	0.5958852181089742	2	2	2	2	2	False	55107	fragment	False	ENG0184_000000010465	1.0		0	0	False	False	0.9985975027084351	0					non-mobilizable	no_good_hit	1829.0	73.319	84.0	0.013714051007446508	KJ816753.1	CFB group bacteria	Bacteroides fragilis strain HMW 615 transposon CTnHyb, complete sequence	True	False
CHI0138_000000002557	6046	0.5958821931755783	5	4	2	3	3	False	84588	maximal	True	CHI0138_000000002557	1.0		2	1	False	False	1.0	0					non-mobilizable	other	4434.0	98.038	99.0	0.03071662867626619	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
ISR0126_000000014435	3383	0.5958784160518005	4	4	4	4	3	False	34114	maximal	True	ISR0126_000000014435	1.0		62	9	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	74.771	19.0	0.0003078138694600695	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
ISR0175_000000005249	4682	0.5958762199669675	5	5	5	5	5	False	95748	backbone	True	ISR0175_000000005249	1.0	PS467|PS497|PS510	39	7	True	True	0.9997864365577698	11					non-mobilizable	other	2372.0	100.0	100.0	0.04739061781695349	NZ_VJYL01000037.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold36_1, whole genome shotgun sequence	False	True
MON0094_000000011553	2956	0.5958759773242025	3	2	2	2	1	False	74756	maximal	True	MON0094_000000011553	1.0		225	13	False	False	1.0	0					non-mobilizable	no_good_hit	2284.0	97.723	77.0	0.043771689322622084	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
DEN0022_000000018989	2127	0.5958727002299602	4	3	3	2	2	False	74580	maximal	False	ISR0060_000000012320	0.9594892118009688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0003_01_000000009982	3925	0.5958724673724393	5	4	2	2	3	False	103350	fragment	False	USA0003_01_000000009982	1.0		0	0	False	False	0.99974524974823	0					non-mobilizable	no_good_hit	496.0	97.78200000000001	32.0	7.62984022806286e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CHI0035_000000003070	3502	0.5958670200831664	7	2	1	2	0	True	88123	maximal	True	CHI0035_000000003070	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	82.831	22.0	0.00014252849302314578	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	True
CHI0181_000000003873	5029	0.5958617106720265	8	5	2	3	2	True	77836	maximal	True	CHI0181_000000003873	1.0		9	2	False	False	0.9984092116355896	0					non-mobilizable	no_good_hit								True	True
SPA0009_000000006755	5003	0.5958599723772542	10	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.3778172718839293	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5005.0	99.62	100.0	0.12953998291439076	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MON0087_000000009322	4982	0.5958599723772542	12	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.7577418353170856	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3220.0	99.255	97.0	0.08583313334933206	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0250_000000001790	4968	0.5958599723772542	11	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.23416131934178883	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	3559.0	98.764	97.0	0.06956504694513593	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0032_000000005170	4813	0.5958599723772542	10	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.35654594820213437	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4813.0	99.93799999999999	100.0	0.12454373657097	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0009_000000001913	4552	0.5958599723772542	12	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.21446244737697817	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2930.0	99.38600000000001	94.0	0.07810041863317602	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0033_000000001426	4552	0.5958599723772542	12	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.21446244737697817	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2930.0	99.38600000000001	94.0	0.07810041863317602	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0133_000000004051	4306	0.5958599723772542	8	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.2151909682216661	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4229.0	99.574	100.0	0.08287433600564517	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0057_000000004108	4128	0.5958599723772542	8	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.1638081628023562	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2903.0	98.932	100.0	0.07512490615858552	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0067_000000002592	3923	0.5958599723772542	8	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11229447396417934	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3927.0	98.19200000000001	100.0	0.07693513926730305	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
MAD0096_000000003022	5147	0.5958596860055961	5	5	5	5	5	False	67986	maximal	True	MAD0096_000000003022	1.0		5	3	False	False	0.9963085055351257	0					non-mobilizable	no_good_hit	513.0	73.48899999999999	10.0	0.00011337775927452747	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0163_000000021115	1176	0.5958584187934591	4	3	3	2	2	False	39120	fragment	False	FIJ0163_000000021115	1.0		0	0	False	False	0.9982993006706238	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000028375	1259	0.5958535276109908	2	1	1	1	1	True	83861	fragment	False	CHI0089_000000006746	0.9354083723656103		0	0	False	False	1.0	0					non-mobilizable	other	1058.0	96.975	96.0	0.0002047184404831975	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0279_000000006687	3006	0.5958483155222493	4	3	0	1	2	True	26249	maximal	True	ISR0279_000000006687	1.0		33	8	False	False	0.9990019798278809	0					non-mobilizable	no_good_hit	491.0	83.70700000000001	16.0	0.0039244879959217695	NZ_LNAM01000112.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf2, whole genome shotgun sequence	True	True
AST0104_000000004429	6747	0.5958479487202477	5	5	5	5	5	False	108032	maximal	True	AST0104_000000004429	1.0		72	10	False	False	0.990810751914978	0					non-mobilizable	no_good_hit	244.0	72.95100000000001	4.0	0.00067957964384243	NZ_JQKJ01000002.1	d-proteobacteria	Desulfobacter vibrioformis DSM 8776 Q366DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0355_000000010089	1984	0.5958440317347163	2	1	1	1	1	False	23956	maximal	True	ISR0355_000000010089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	77.455	22.0	0.004148561582259514	NZ_AQWR01000003.1	CFB group bacteria	Porphyromonas bennonis DSM 23058 = JCM 16335 strain DSM 23058 B088DRAFT_scaffold_2.3_C, whole genome shotgun sequence	True	False
FIJ0093_000000001342	14223	0.5958415381062767	15	5	4	5	2	True	43271	fragment	False	FIJ0093_000000001342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.234010459039492e-07	LT594788.1	eudicots	Theobroma cacao genome assembly, chromosome: I	True	True
ISR0838_000000004087	4849	0.5958316266967939	8	5	4	3	3	True	84912	fragment	False	ISR0838_000000004087	0.981587023235423		0	0	False	False	0.9934006929397583	0					non-mobilizable	chromosome	4849.0	99.113	100.0	0.0010768092861474083	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ENG0195_000000004882	4562	0.5958316266967939	8	5	4	3	3	True	84912	fragment	False	ISR0838_000000004087	0.953083109919571		0	0	False	False	1.0	0					non-mobilizable	chromosome	4563.0	98.81700000000001	100.0	0.0010130625317900843	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ENG0089_000000015409	1335	0.5958272382484383	2	2	2	2	2	False	61279	maximal	True	ENG0089_000000015409	1.0		1	1	False	False	0.9947565793991089	0					non-mobilizable	other	1335.0	97.90299999999999	100.0	0.00045746767977125245	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0063_000000009697	3265	0.5958241811437358	4	4	4	4	4	False	109890	maximal	True	ENG0063_000000009697	0.9865706303907871		88	8	False	False	0.992343008518219	0					non-mobilizable	no_good_hit	229.0	74.672	7.0	9.450542092417826e-05	LR655209.1	high GC Gram+	Bifidobacterium breve isolate B.breve_1_mod genome assembly, chromosome: BILOC7D69C13_1	True	False
MON0012_000000006563	5329	0.5958162933354599	5	4	4	2	2	False	99648	maximal	True	MON0012_000000006563	1.0		1	1	False	False	0.9943704009056091	0					non-mobilizable	no_good_hit	1332.0	76.80199999999999	25.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0838_000000005689	3748	0.5958159204828819	4	3	3	3	2	True	48416	maximal	True	ISR0838_000000005689	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	73.26	7.0	8.178110047956805e-05	NZ_CP017253.2	firmicutes	Clostridium taeniosporum strain 1/k chromosome, complete genome	True	True
USA0063_01_000000002001	10621	0.5958131829975996	10	8	7	8	6	False	106660	maximal	True	USA0063_01_000000002001	1.0		9	5	False	False	0.9985877275466919	0					non-mobilizable	no_good_hit	4903.0	99.572	46.0	0.001369923920146774	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0265_000000002783	5441	0.5958112973759896	6	5	4	4	2	False	62187	fragment	False	ISR0265_000000002783	1.0		0	0	False	False	0.9998162388801575	0					non-mobilizable	no_good_hit	1332.0	76.952	32.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
CHI0156_000000003658	3494	0.5958110099310517	4	4	4	4	4	False	112284	fragment	False	CHI0156_000000003658	0.9812611540749554		0	0	False	False	1.0	0					non-mobilizable	other	3465.0	99.654	99.0	0.0008490510757057875	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0075_01_000000011300	2197	0.5958021981125313	2	2	2	2	2	False	80110	maximal	False	CHI0141_000000011647	0.9778434751528088		0	0	False	False	1.0	0					non-mobilizable	other	2197.0	99.63600000000001	100.0	0.025600969945673714	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
USA0057_01_000000014609	2191	0.5958021981125313	2	2	2	2	2	False	80110	maximal	False	CHI0141_000000011647	0.974998232594369		0	0	False	False	0.9990871548652649	0					non-mobilizable	other	2191.0	99.45200000000001	100.0	0.0005735269392674254	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
SPA0108_000000014281	2020	0.5958021981125313	2	2	2	2	2	False	80110	maximal	False	CHI0141_000000011647	0.6788622537216159		0	0	False	False	0.997029721736908	0					non-mobilizable	other	2020.0	99.70299999999999	100.0	0.02353750378885029	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MAD0035_000000015244	1459	0.5957991961882211	2	2	2	2	2	False	18762	maximal	True	MAD0035_000000015244	1.0		2	2	False	False	0.9993146061897278	0					non-mobilizable	other	871.0	93.456	95.0	0.00014524413313264656	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0083_01_000000011375	2651	0.5957991875744446	3	3	2	3	2	False	74473	maximal	True	USA0083_01_000000011375	1.0		36	10	False	False	1.0	0					non-mobilizable	no_good_hit	2265.0	95.45299999999999	85.0	0.2686389120839795	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
USA0015_01_000000014004	2401	0.59579864674207	3	3	3	3	3	False	1955	maximal	True	USA0015_01_000000014004	1.0		142	12	False	False	0.997501015663147	0					non-mobilizable	no_good_hit	310.0	74.194	13.0	6.88820623153057e-05	NZ_LR607338.1	enterobacteria	Pseudescherichia vulneris strain 4928STDY7071515 genome assembly, chromosome: 1	True	False
SPA0021_000000026610	1185	0.5957970541180786	2	2	2	2	2	False	17313	fragment	False	MON0087_000000043184	0.712540650406504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	86.765	6.0	0.007143630263015478	NZ_LAJY01000113.1	a-proteobacteria	Elstera litoralis strain Dia-1 c113, whole genome shotgun sequence	True	False
AST0005_000000022669	1192	0.5957947713320231	2	2	2	2	2	False	127811	fragment	False	AST0005_000000022669	0.9402409235163532		0	0	False	False	1.0	0					non-mobilizable	chromosome	1192.0	96.39299999999999	100.0	0.00042027081531479553	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0130_01_000000001356	22368	0.5957946479435469	43	12	6	7	6	False	70522	maximal	True	USA0130_01_000000001356	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	89.189	5.0	0.00014190747737204108	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0245_000000004578	1617	0.5957925759240986	3	2	2	2	2	False	82265	maximal	True	ISR0245_000000004578	1.0		34	5	False	False	1.0	0					non-mobilizable	chromosome	1344.0	100.0	100.0	0.0005323920736611806	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0208_000000011385	2707	0.5957918277534322	3	3	2	3	3	False	112288	fragment	False	ISR0399_000000004863	0.7142650646363085		0	0	False	False	0.9985223412513733	0					non-mobilizable	other	1954.0	99.64200000000001	95.0	0.00047858726531264717	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0005_000000007813	3065	0.5957885951416239	3	3	3	3	3	False	119186	maximal	True	ENG0005_000000007813	1.0	PS816	1	1	False	True	0.9996737241744995	0					non-mobilizable	no_good_hit	1493.0	87.34100000000001	49.0	0.006877827217139527	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
CHI0013_000000002897	2931	0.5957855619778499	3	3	3	3	2	False	131846	maximal	True	CHI0013_000000002897	1.0		0	0	False	False	0.9962469935417175	0					non-mobilizable	no_good_hit	2022.0	88.37799999999999	69.0	0.01347091431242904	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
CHI0176_000000002695	3103	0.595779068617641	4	4	4	4	4	False	77719	fragment	False	CHI0176_000000002695	0.9657645908053473		0	0	False	False	1.0	0					non-mobilizable	chromosome	3103.0	100.0	100.0	0.0006277928890615893	CP025967.1	enterobacteria	Escherichia coli strain 2407 a chromosome, complete genome	False	False
CHI0056_000000015785	1319	0.595778320554478	2	2	2	2	2	False	86060	fragment	False	CHI0056_000000015785	0.9443428012540872		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	93.48	100.0	0.00551974838658341	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0051_000000002896	8930	0.5957747605941087	11	5	3	5	4	False	101199	maximal	False	ETH0002_000000002838	0.9562589175306756		0	0	False	False	0.99944007396698	0					non-mobilizable	no_good_hit	455.0	96.044	6.0	0.00012084095702836881	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0217_000000001957	13414	0.595774053262806	11	5	4	5	1	True	103122	maximal	True	ISR0217_000000001957	0.9812241392770709		5	2	False	False	0.9996272325515747	0					non-mobilizable	no_good_hit	292.0	83.56200000000001	2.0	0.008585889016087245	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0156_000000003698	4191	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11820938737670769	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	3154.0	99.87299999999999	100.0	0.08162261513370783	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0017_000000002688	4190	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11464123203604627	PS1156	0	0	True	True	1.0	196	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0051_000000006439	4168	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11396056728000115	PS1156	0	0	True	True	1.0	85	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.804	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0010_000000004777	4060	0.5957731775982414	7	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11765434181093587	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3154.0	99.87299999999999	100.0	0.08162261513370783	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0011_000000006302	4040	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.1137427470460822	PS1156	0	0	True	True	1.0	4	rep_cluster_663				non-mobilizable	plasmid	3107.0	99.775	100.0	0.08040591265629449	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0120_000000005315	4037	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11410875872641615	PS1156	0	0	True	True	1.0	8	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AUS0016_000000006377	4014	0.5957731775982414	7	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11555757822046463	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3154.0	99.84100000000001	100.0	0.08162261513370783	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0057_000000007479	3998	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.1139836071941412	PS1156	0	0	True	True	1.0	123	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0267_000000003926	3976	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11526149101634993	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3154.0	99.84100000000001	100.0	0.08162261513370783	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AUS0020_000000007079	3976	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11529261639638974	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3154.0	99.87299999999999	100.0	0.08162261513370783	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0020_000000005038	3961	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11375976712525566	PS1156	0	0	True	True	1.0	2	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.869	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0178_000000003952	3956	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11364934473789391	PS1156	0	0	False	True	0.9997472167015076	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0053_000000008388	3929	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.1108127002205914	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.119	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0060_01_000000003715	3898	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11099988543712003	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.804	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0108_01_000000003149	3857	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11068396800874368	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.804	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0054_01_000000002443	3816	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.11101941505187685	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0022_000000005058	3791	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10662708449352865	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3268.0	98.47	98.0	0.06388066722857087	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0133_000000006556	3762	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10702227269174971	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0133_01_000000006813	3762	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10698804867283099	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0042_01_000000006537	3762	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10700715790658433	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.804	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0084_000000007025	3762	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10701033515740463	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0087_01_000000003750	3754	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.1068641697014925	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3066.0	99.772	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0037_01_000000009416	3753	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10692711506479217	PS1156	0	0	False	True	0.999733567237854	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0052_000000007605	3753	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10693716456416062	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.869	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0068_000000006101	3753	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10690577765890164	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.804	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0020_01_000000009328	3753	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10693999898644392	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0229_000000004099	3753	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.106871642207974	PS1156	0	0	False	True	0.999733567237854	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.804	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0024_01_000000006459	3733	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10452893089988839	PS1156	0	0	False	True	0.9986606240272522	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CAN0022_000000007981	3685	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10599506837772855	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3203.0	99.06299999999999	99.0	0.06276339259462532	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CAN0023_000000002361	3684	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10570425353584328	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3202.0	99.06299999999999	99.0	0.06274379128525785	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0082_000000005169	3665	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10555438020382739	PS1156	0	0	False	True	0.9991814494132996	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.119	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0100_000000008032	3647	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10164054735206304	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.804	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0135_000000006702	3647	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10167714495486996	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.869	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0130_01_000000010599	3645	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10159947786001607	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.772	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0052_000000008075	3626	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.09941962806644374	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.804	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0102_000000005309	3584	0.5957731775982414	7	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.09016817560074428	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3152.0	99.588	100.0	0.08401994507106098	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0362_000000006220	3581	0.5957731775982414	7	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.09015624684447049	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3152.0	99.619	100.0	0.08401994507106098	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0011_000000008666	3567	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.08064847311557345	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3107.0	99.839	100.0	0.08040591265629449	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0049_01_000000001129	3560	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.08075840707143618	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0079_000000008122	3538	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.030911649882447444	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2835.0	100.0	100.0	0.07336457065934919	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0206_000000007186	3505	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.07864501244459521	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.804	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0091_01_000000003267	3472	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.07626223969727618	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3032.0	99.802	100.0	0.07846436614978385	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0127_000000006866	3346	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.028827027571983417	PS1156	0	0	False	True	0.9946204423904419	0	rep_cluster_663				non-mobilizable	plasmid	2742.0	99.927	100.0	0.07095705299127598	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0009_000000003758	3232	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.028573290885312443	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2778.0	99.568	100.0	0.07163012244686634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0083_01_000000009514	3208	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.028745776874965427	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2768.0	99.928	100.0	0.07163012244686634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0010_000000006557	3208	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.028723850917475632	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2770.0	99.964	99.0	0.0716818970203733	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0056_000000010547	3208	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.0287458916900367	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2768.0	99.964	100.0	0.07163012244686634	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
DEN0073_000000015599	3187	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.028649332277778244	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2750.0	99.927	100.0	0.07116415128530379	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0023_000000007936	3171	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.026645209811544935	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2750.0	99.891	100.0	0.07116415128530379	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AST0016_000000008364	3165	0.5957731775982414	7	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.02824988261850224	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2735.0	99.744	100.0	0.07290083459989867	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0039_000000005411	3162	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.02660098685911438	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2742.0	99.927	100.0	0.07095705299127598	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0836_000000006341	3159	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.026547716564277617	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2746.0	99.891	99.0	0.07106060213828988	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0304_000000003064	3035	0.5957731775982414	6	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.021920640534685704	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2595.0	99.961	100.0	0.0671516218385151	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0128_000000016739	2219	0.5957722177428654	2	1	1	1	1	True	3881	maximal	True	SPA0128_000000016739	1.0		20	6	False	False	0.9986480474472046	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.006676717639457247	XM_013059210.1	carnivores	PREDICTED: Mustela putorius furo GIPC PDZ domain containing family, member 2 (GIPC2), transcript variant X5, mRNA	True	True
ENG0188_000000011834	2188	0.5957722177428654	3	1	1	1	1	True	60010	maximal	True	ENG0188_000000011834	0.9734590047175802		16	6	False	False	0.9995429515838623	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.006676717639457247	XM_013059210.1	carnivores	PREDICTED: Mustela putorius furo GIPC PDZ domain containing family, member 2 (GIPC2), transcript variant X5, mRNA	True	True
SPA0029_000000012127	2182	0.5957722177428654	3	1	1	1	1	True	60010	maximal	False	ENG0188_000000011834	0.9637827122315511		0	0	False	False	0.991292417049408	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.006676717639457247	XM_013059210.1	carnivores	PREDICTED: Mustela putorius furo GIPC PDZ domain containing family, member 2 (GIPC2), transcript variant X5, mRNA	True	True
ENG0107_000000013263	2172	0.5957722177428654	2	1	1	1	1	True	60010	maximal	False	ENG0188_000000011834	0.9499464928287413		0	0	False	False	0.9972375631332397	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.006676717639457247	XM_013059210.1	carnivores	PREDICTED: Mustela putorius furo GIPC PDZ domain containing family, member 2 (GIPC2), transcript variant X5, mRNA	True	True
SPA0153_000000009357	1982	0.5957722177428654	2	1	1	1	1	True	60010	maximal	False	ENG0188_000000011834	0.7020677830860445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.006676717639457247	XM_013059210.1	carnivores	PREDICTED: Mustela putorius furo GIPC PDZ domain containing family, member 2 (GIPC2), transcript variant X5, mRNA	True	True
CHI0024_000000006270	2019	0.5957696320146341	2	2	2	2	2	False	89029	maximal	False	ENG0100_000000015539	0.7676514189899237		0	0	False	False	0.9960376620292664	0					non-mobilizable	other	2020.0	99.35600000000001	100.0	0.0004950141847675383	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0100_000000036812	1248	0.5957681452643387	2	2	2	2	2	False	12962	fragment	False	MON0100_000000036812	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	96.715	100.0	0.05463474524248005	NZ_SPFY01000030.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_30_length_22806_cov_22.6189, whole genome shotgun sequence	False	False
ISR0400_000000003889	4403	0.5957619730366129	4	3	1	3	0	True	79792	fragment	False	ISR0400_000000003889	1.0		0	0	False	False	0.9940949082374573	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000003809	6713	0.5957604813709686	8	5	4	3	5	False	124434	maximal	True	ISR0074_000000003809	1.0		9	2	False	False	0.9994041323661804	0					non-mobilizable	no_good_hit	3586.0	84.60700000000001	56.0	0.0005851731107051418	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
FIJ0043_000000002584	9078	0.5957602860657784	11	7	4	5	5	True	96773	backbone	False	ENG0153_000000002663	0.9975063919169124	PS519|PS520	0	0	True	True	0.9996695518493652	9					non-mobilizable	no_good_hit	1982.0	85.21700000000001	55.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0089_000000002147	9077	0.5957602860657784	11	7	4	5	5	True	96773	backbone	False	ENG0153_000000002663	0.9975932947664671	PS519|PS520	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	1982.0	85.21700000000001	55.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0051_000000003773	9057	0.5957602860657784	11	7	4	5	5	True	96773	backbone	False	ENG0153_000000002663	0.9970868278541293	PS519|PS520	0	0	True	True	1.0	127					non-mobilizable	no_good_hit	1982.0	85.166	55.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0013_000000002794	8052	0.5957602860657784	10	7	4	5	5	True	104945	backbone	False	FIJ0046_000000002414	0.6403925659750396	PS623	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2731.0	98.133	68.0	0.22025010084711577	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0087_000000002738	8958	0.5957594555514827	7	6	5	6	5	False	111088	maximal	True	AST0087_000000002738	1.0		2	1	False	False	0.9995534420013428	0					non-mobilizable	no_good_hit	7581.0	95.73899999999999	84.0	0.03168604407838017	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	True	False
SPA0149_000000023268	1714	0.5957583508431131	2	2	2	2	1	False	57083	maximal	True	SPA0149_000000023268	1.0		116	10	False	False	0.9935822486877441	0					non-mobilizable	no_good_hit	1472.0	99.932	86.0	0.0004110610660575133	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0814_000000038704	1111	0.5957542995923012	2	2	2	2	2	False	70307	fragment	False	DEN0071_000000040954	0.7187775816416593		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	91.09700000000001	100.0	0.0002723926494684175	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0009_000000014419	2488	0.5957530685256923	4	3	3	3	3	False	11711	fragment	False	SPA0009_000000014419	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1864.0	74.839	74.0	0.01061069009764827	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
DEN0078_000000002960	7879	0.5957514291985785	17	6	2	4	4	False	69851	maximal	True	DEN0078_000000002960	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00032879514844492074	NZ_SMBP01000015.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_115, whole genome shotgun sequence	True	False
FIJ0006_000000026793	1463	0.5957399775435613	2	2	2	2	2	False	51681	maximal	True	FIJ0006_000000026793	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	87.459	41.0	0.000134420926222496	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0077_000000017715	1685	0.5957379737132215	3	3	3	3	3	False	87115	fragment	False	MON0051_000000021051	0.9796544656982611		0	0	False	False	0.9994065165519714	0					non-mobilizable	chromosome	1685.0	98.635	100.0	0.0004492189219332739	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0099_000000005051	4147	0.595737933831263	5	5	3	3	5	True	128585	fragment	False	SPA0122_000000007195	0.943906165663158		0	0	False	False	0.9975886344909668	0					non-mobilizable	chromosome	4134.0	96.565	99.0	0.001254374985583641	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	False	True
CHI0151_000000014805	1675	0.5957303813901473	2	2	2	2	1	False	85624	fragment	False	CHI0075_000000003900	0.9569014084507041		0	0	False	False	0.9892537593841553	0					non-mobilizable	chromosome	1675.0	99.104	100.0	0.0006636070970281582	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0354_000000012526	1501	0.5957279987784373	3	2	2	2	2	False	23992	maximal	True	ISR0354_000000012526	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	94.098	80.0	0.00033379431383330277	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0141_000000002362	13882	0.5957259687888508	13	8	5	6	4	True	122763	fragment	False	ISR0141_000000002362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4233.0	87.786	37.0	0.01734699320152135	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0049_000000010216	1614	0.5957250828432861	3	3	3	2	1	False	86767	maximal	True	CHI0049_000000010216	1.0		0	0	False	False	0.9733580946922302	0					non-mobilizable	no_good_hit	1003.0	95.51299999999999	62.0	0.0026392313041279473	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
ISR0221_000000009000	2558	0.5957218078073223	4	3	3	2	2	False	27957	fragment	False	ISR0221_000000009000	1.0		0	0	False	False	0.9917904734611511	0					non-mobilizable	no_good_hit	1719.0	94.59	74.0	0.0005327947908920002	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0146_000000012275	3199	0.5957188902446862	4	4	3	3	2	False	112784	maximal	True	ISR0146_000000012275	1.0	PS721	1	1	False	True	0.9993748068809509	0					non-mobilizable	no_good_hit	2287.0	74.421	71.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0004_000000015092	2640	0.5957153424775053	4	4	3	3	3	False	14240	maximal	True	MON0004_000000015092	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	75.472	20.0	0.00193457679755957	NZ_SPFR01000002.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_2_length_272411_cov_57.815, whole genome shotgun sequence	True	False
MON0057_000000000037	40911	0.595708883201575	34	13	7	8	6	True	11054	maximal	True	MON0057_000000000037	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	93.22399999999999	3.0	0.0005824880525413383	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ISR0390_000000002100	5403	0.5957001967103546	5	1	1	1	1	False	22888	maximal	True	ISR0390_000000002100	1.0		1	1	False	False	0.9992596507072449	0					non-mobilizable	no_good_hit								True	False
ENG0006_000000006735	3661	0.5956983282960808	4	4	4	4	4	True	67616	maximal	True	ENG0006_000000006735	1.0		110	10	False	False	0.9920786619186401	0					non-mobilizable	chromosome	3543.0	97.855	97.0	0.0014845964212044475	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	True
ENG0044_000000009005	1813	0.5956930291421002	3	3	3	2	1	False	120654	fragment	False	ISR0092_000000015655	0.9693383539537386		0	0	False	False	0.9988968372344971	0					non-mobilizable	other	1813.0	98.62100000000001	100.0	0.05747272265922355	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
ISR0137_000000011734	2186	0.595691216664534	3	3	3	2	1	False	109839	fragment	False	ISR0051_000000017069	0.6408631356571601		0	0	False	False	0.9986276030540466	0					non-mobilizable	other	2186.0	99.954	100.0	0.15146263690558714	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
CHI0057_000000006885	2740	0.5956883945774402	3	2	2	2	2	False	102959	maximal	True	CHI0057_000000006885	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2098.0	98.236	100.0	0.0008543940585999427	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
DEN0016_000000001066	5127	0.5956867649734227	6	4	1	2	3	True	123735	maximal	True	DEN0016_000000001066	0.9785728327108316		245	10	False	False	1.0	0					non-mobilizable	no_good_hit	1853.0	94.17200000000001	71.0	0.00044205082817407596	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
ENG0198_000000003638	5087	0.5956867649734227	6	4	1	2	3	True	123735	maximal	False	DEN0016_000000001066	0.9749366101033743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2377.0	93.185	75.0	0.0005662277961752535	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
USA0048_01_000000002922	4995	0.5956867649734227	5	4	1	2	3	True	123733	fragment	False	USA0048_01_000000002922	0.9880869937069588		0	0	False	False	0.9987987875938416	0					non-mobilizable	no_good_hit	1434.0	86.75	72.0	0.00042835382327672866	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ENG0051_000000005886	4545	0.5956867649734227	6	4	1	2	3	True	123733	fragment	False	USA0048_01_000000002922	0.9783465011717869		0	0	False	False	0.9991199374198914	0					non-mobilizable	no_good_hit	1785.0	93.78200000000001	71.0	0.00042766739558706697	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
SPA0016_000000007596	4259	0.5956867649734227	5	4	1	2	3	True	123733	fragment	False	USA0048_01_000000002922	0.8808498177391038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1522.0	93.43	70.0	0.00036462001608067766	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
SPA0153_000000003902	4219	0.5956867649734227	5	4	1	2	3	True	123733	fragment	False	USA0048_01_000000002922	0.8788760105235829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1499.0	93.662	70.0	0.0003591063669223242	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
SPA0091_000000003610	4213	0.5956867649734227	5	4	1	2	3	True	123733	fragment	False	USA0048_01_000000002922	0.8774134966887219		0	0	False	False	0.9997626543045044	0					non-mobilizable	no_good_hit	1499.0	93.262	70.0	0.0003591063669223242	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
CAN0023_000000002111	4204	0.5956867649734227	5	4	1	2	3	True	123733	fragment	False	USA0048_01_000000002922	0.876463915053052		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	93.529	69.0	0.00035167492675236957	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
SPA0007_000000005674	4138	0.5956867649734227	5	4	1	2	3	True	123733	fragment	False	USA0048_01_000000002922	0.8525120930207704		0	0	False	False	0.9946834444999695	0					non-mobilizable	no_good_hit	1417.0	94.213	69.0	0.0003387298374240615	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
AST0087_000000008222	4134	0.5956867649734227	5	4	1	2	3	True	123733	fragment	False	USA0048_01_000000002922	0.852356896144759		0	0	False	False	0.9975810647010803	0					non-mobilizable	no_good_hit	1584.0	94.255	73.0	0.0003792431725441368	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
AUS0018_000000006566	4129	0.5956867649734227	5	4	1	2	3	True	123733	fragment	False	USA0048_01_000000002922	0.7522138419721813		0	0	False	False	0.9953984022140503	0					non-mobilizable	no_good_hit	1373.0	92.79	68.0	0.0003279422629838047	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
SPA0115_000000006193	4088	0.5956867649734227	5	4	1	2	3	True	123733	fragment	False	USA0048_01_000000002922	0.7699680487590174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1390.0	94.82	69.0	0.00033297646438925786	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
FIJ0131_000000004557	4110	0.595686065600714	5	4	2	2	3	False	40837	maximal	True	FIJ0131_000000004557	1.0		142	11	False	False	0.994647204875946	0					non-mobilizable	chromosome	3395.0	99.529	99.0	0.0014671130451486625	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
FIJ0093_000000005431	3940	0.5956845613041319	3	3	2	3	0	True	43261	maximal	True	FIJ0093_000000005431	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2226.0	81.222	81.0	0.0027546752681024216	CP039703.1	firmicutes	Clostridium butyricum strain 29-1 plasmid p-butyl_plas_29-1, complete sequence	True	True
MON0013_000000025242	2122	0.5956841438657929	2	2	2	2	2	False	43186	fragment	False	MON0013_000000025242	0.9713889389305518		0	0	False	False	0.9905749559402466	0					non-mobilizable	other	2122.0	99.24600000000001	100.0	0.015123318145842692	NZ_JAAITI010000008.1	firmicutes	Blautia luti strain MSK.16.34 NODE_8_length_140247_cov_225.262, whole genome shotgun sequence	False	False
ISR0001_000000009883	2832	0.5956777896785692	6	4	4	3	3	False	112691	fragment	False	ISR0001_000000009883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1975.0	97.215	70.0	0.021454189761982392	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0055_000000001799	6363	0.5956769884145006	7	6	4	6	3	True	11096	maximal	True	MON0055_000000001799	1.0		4	4	False	False	0.999214231967926	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	2.3839158452612772e-05	NZ_FQLR01000004.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	True
ISR0791_000000004396	3862	0.5956769465066948	3	2	2	2	2	False	22055	maximal	True	ISR0791_000000004396	1.0		146	10	False	False	0.9976695775985718	0					non-mobilizable	no_good_hit	99.0	80.808	3.0	0.0005533750171146912	NZ_PIOB01000010.1	CFB group bacteria	Arenibacter hampyeongensis strain JCM 17788 contig10, whole genome shotgun sequence	True	False
USA0023_01_000000010530	3006	0.5956768766616686	5	3	3	3	1	False	119069	fragment	False	ISR0023_000000008534	0.6081627401865305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	87.15299999999999	24.0	9.250535773626819e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0151_000000009331	2092	0.5956761621813511	3	3	3	3	3	False	55736	maximal	False	ENG0172_000000010459	0.9806421152030217		0	0	False	False	0.9980879426002502	0					non-mobilizable	other	2093.0	94.26700000000001	100.0	0.015368486795146324	NZ_VULP01000005.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq5, whole genome shotgun sequence	False	False
ISR0107_000000020788	1412	0.5956730496007221	3	2	2	2	2	False	32834	fragment	False	ISR0107_000000020788	1.0		0	0	False	False	0.9759206771850586	0					non-mobilizable	no_good_hit	61.0	90.164	4.0	0.0014708766424789174	NZ_PVXN01000001.1	firmicutes	Clostridium thermopalmarium DSM 5974 CPAL_contig000001, whole genome shotgun sequence	True	False
USA0079_01_000000004349	2929	0.5956724415133517	3	3	3	3	3	False	641	fragment	False	USA0079_01_000000004349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	100.0	2.0	0.0005095047757102568	NZ_SPFU01000018.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_18_length_139351_cov_25.4618, whole genome shotgun sequence	True	False
MON0103_000000012701	3605	0.595666519182833	5	4	3	4	3	False	103053	fragment	False	ENG0084_000000007128	0.9473314294084048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0110_000000012598	1859	0.5956554968330787	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.026396021785126282		0	0	False	False	1.0	0					non-mobilizable	chromosome	1130.0	83.45100000000001	94.0	0.0003959226320597822	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0094_000000007023	2421	0.5956541901528162	6	4	4	3	3	True	61031	maximal	True	ENG0094_000000007023	1.0		3	1	False	False	0.986369252204895	0					non-mobilizable	no_good_hit	490.0	85.91799999999999	20.0	9.290022037464648e-05	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	True
MAD0051_000000004378	5711	0.5956541884899934	7	3	1	3	1	False	17360	fragment	False	MAD0051_000000004378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	1.0	0.0003500589714728866	NC_007581.1	viruses	Clostridium phage c-st, complete genome	True	False
TAN0014_000000004732	1368	0.5956482727946972	4	2	2	1	1	False	2541	maximal	True	TAN0014_000000004732	1.0		2	1	False	False	0.9700292348861694	0					non-mobilizable	no_good_hit	273.0	80.22	20.0	8.522156976868972e-05	NZ_LR134384.1	CFB group bacteria	Prevotella oris strain NCTC13071 chromosome 1	True	False
ENG0196_000000004579	2363	0.5956440187602401	4	4	3	4	3	False	109888	fragment	False	ISR0842_000000008855	0.9672261724527393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	74.057	9.0	0.0008315228689169414	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0795_000000003046	2900	0.595643747385339	7	4	2	2	4	False	21978	fragment	False	ISR0795_000000003046	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1472.0	98.573	100.0	0.2400065263501387	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
ISR0220_000000003825	2585	0.5956434780045345	6	5	2	3	4	False	27992	maximal	True	ISR0220_000000003825	1.0		0	0	False	False	0.9938104152679443	0		MOBQ			mobilizable	plasmid	2575.0	92.35	99.0	0.05033208597010247	CP032360.1	firmicutes	Lactiplantibacillus plantarum strain ZFM55 plasmid unnamed1, complete sequence	False	True
AST0062_000000004936	3471	0.5956391463824074	3	3	2	3	2	False	111726	fragment	False	AST0062_000000004936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	82.162	47.0	0.0003672130774503864	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0142_000000005500	4939	0.5956390258765525	6	6	5	5	6	False	128578	maximal	True	ENG0142_000000005500	1.0		35	6	False	False	0.9989876747131348	0					non-mobilizable	no_good_hit	4112.0	97.057	83.0	0.03762169297618393	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
SPA0145_000000029112	1188	0.5956313758411885	1	1	1	1	1	False	3350	fragment	False	SPA0145_000000029112	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1188.0	99.074	100.0	0.00033763123387576193	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0044_000000048480	1190	0.5956281290172382	1	1	1	1	1	False	40563	fragment	False	MON0044_000000048480	0.9567099567099566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	75.595	42.0	8.88373800849907e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0293_000000007777	4709	0.5956246648685949	5	5	3	5	4	False	25842	maximal	True	ISR0293_000000007777	1.0		406	11	False	False	0.9997876286506653	0					non-mobilizable	no_good_hit	643.0	70.762	13.0	0.05684422847712478	NZ_NHOC01000024.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c31, whole genome shotgun sequence	True	False
CHI0048_000000016169	1224	0.5956208911105525	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.9713639555934034		0	0	False	False	0.9967319965362549	0					non-mobilizable	other	1224.0	98.693	100.0	0.0033472459801573724	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0153_000000003131	7969	0.5956159313722144	8	6	6	5	4	False	30693	maximal	True	ISR0153_000000003131	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1802.0	93.17399999999999	50.0	0.0004410750462589407	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0024_000000026575	1908	0.5956158236265201	3	2	2	2	2	True	38996	maximal	True	MON0024_000000026575	1.0		0	0	False	False	0.9937106966972351	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.384383799214708e-05	NZ_SOAW01000002.1	high GC Gram+	Naumannella halotolerans strain DSM 24323 Ga0181006_12, whole genome shotgun sequence	True	True
CAN0009_000000002350	7823	0.5956143504156319	7	6	5	3	6	False	94837	maximal	True	CAN0009_000000002350	1.0		1	1	False	False	0.9998721480369568	0					non-mobilizable	no_good_hit	1572.0	95.992	20.0	0.0002211979692161922	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
FIJ0004_000000006045	4411	0.595606481297763	5	4	3	3	1	True	101049	fragment	False	FIJ0070_000000003764	0.39785620256486354		0	0	False	False	1.0	0					non-mobilizable	chromosome	4385.0	96.73899999999999	99.0	0.000889673031963869	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MAD0045_000000008832	4007	0.595606481297763	5	4	3	3	1	True	101045	fragment	False	MAD0045_000000008832	0.7946944381597922		0	0	False	False	0.9897679090499878	0					non-mobilizable	chromosome	4007.0	98.303	100.0	0.0008131311029245311	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0098_000000001997	8577	0.5956060530759094	8	3	3	3	0	True	9205	maximal	True	MON0098_000000001997	1.0		2	2	False	False	0.9995336532592773	0					non-mobilizable	no_good_hit								True	True
MON0076_000000001383	16855	0.5956005003608803	12	5	3	3	3	False	10322	fragment	False	MON0076_000000001383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3024.0	85.417	82.0	0.1187048941120795	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	True	False
SPA0107_000000009758	3203	0.5955845202391871	5	5	4	3	2	True	110726	maximal	True	SPA0107_000000009758	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	2623.0	98.01799999999999	82.0	0.0019049182781340518	NZ_UWNY01000001.1	high GC Gram+	Varibaculum vaginae strain Marseille-P5644, whole genome shotgun sequence	True	True
ISR0048_000000001231	12669	0.5955809090327091	7	2	2	2	1	False	36053	fragment	False	ISR0048_000000001231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2370.0	92.068	70.0	0.0009683451725253321	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
ISR0120_000000001786	11211	0.5955809090327091	9	3	2	3	1	False	32306	fragment	False	ISR0120_000000001786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3195.0	87.41799999999999	83.0	0.0013024406142285402	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
MAD0102_000000005694	3034	0.5955789654630008	3	2	2	2	1	False	15011	maximal	True	MAD0102_000000005694	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	86.75	42.0	0.007105359372520885	CP056217.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00982 plasmid pRHBSTW-00982_2, complete sequence	True	False
ISR0231_000000015631	1289	0.595575914521975	2	2	2	2	2	False	27471	maximal	True	ISR0231_000000015631	1.0		73	11	False	False	0.9984484314918518	0					non-mobilizable	no_good_hit	415.0	78.554	59.0	0.00010763450778032504	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
USA0048_01_000000012175	1307	0.5955725451261152	1	1	1	1	1	False	26829	fragment	False	ISR0340_000000016444	0.9623333149127786		0	0	False	False	0.987758219242096	0					non-mobilizable	other	1257.0	96.65899999999999	96.0	0.0002775354410546789	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
CHI0056_000000004804	3669	0.5955721427427622	3	3	2	3	2	False	125234	maximal	True	CHI0056_000000004804	0.9645888206028681		159	12	False	False	1.0	0					non-mobilizable	other	3670.0	92.779	100.0	0.02510574803904122	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0098_000000020443	1684	0.5955676907378372	2	2	2	2	2	False	28905	maximal	True	MON0098_000000020443	1.0		62	7	False	False	0.9994061589241028	0					non-mobilizable	no_good_hit	490.0	74.286	34.0	0.00040267759672634	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0299_000000006825	1746	0.5955567035984307	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.8864008356388752		0	0	False	False	1.0	0					non-mobilizable	other	1708.0	81.206	97.0	0.0033435864737265735	NZ_KB822501.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.6, whole genome shotgun sequence	False	False
FIJ0043_000000007997	3246	0.5955543443475658	5	2	1	1	2	True	47232	maximal	True	FIJ0043_000000007997	1.0		0	0	False	False	0.9922981858253479	0					non-mobilizable	no_good_hit	823.0	98.177	25.0	0.29564277997839394	LR594543.1	firmicutes	Clostridioides difficile isolate pCD-ECE3 genome assembly, plasmid: pCD-ECE3	True	True
USA0041_01_000000006684	3095	0.5955517462119765	5	3	2	2	2	False	1289	fragment	False	USA0041_01_000000006684	1.0		0	0	False	False	0.9967690110206604	0					non-mobilizable	no_good_hit	1155.0	91.861	59.0	0.014714733943779215	CP036547.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B plasmid pBFS01_1, complete sequence	True	False
ISR0079_000000008201	3327	0.5955508060972121	4	4	4	4	4	False	111919	maximal	False	FIJ0131_000000005289	0.9659336182354662		0	0	False	False	1.0	0					non-mobilizable	chromosome	3327.0	98.91799999999999	100.0	0.0015097717548304978	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
ISR0190_000000014895	1525	0.5955431866137928	4	4	2	3	3	False	68875	maximal	False	USA0053_01_000000011919	0.9654522613065326		0	0	False	False	0.9934425950050354	0					non-mobilizable	no_good_hit	1130.0	72.389	73.0	0.008585850765681372	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	True	False
DEN0073_000000048743	1117	0.5955378617232711	1	1	1	1	1	False	70035	maximal	True	DEN0073_000000048743	1.0		4	4	False	False	0.9991047382354736	0					non-mobilizable	no_good_hit								True	False
ISR0048_000000009889	1939	0.5955357512449152	2	2	2	2	1	False	56819	fragment	False	ISR0389_000000010309	0.9496233521657251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	74.361	61.0	0.00022916141918630272	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
ENG0134_000000005534	6200	0.5955339895975978	9	3	1	2	2	False	108944	fragment	False	ENG0134_000000005534	1.0		0	0	False	False	0.9983870983123779	0					non-mobilizable	no_good_hit	1962.0	92.25299999999999	41.0	0.0025295207597600894	NZ_FMIZ01000006.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
SPA0056_000000015631	2259	0.5955287798188117	4	4	3	3	1	False	6377	fragment	False	SPA0056_000000015631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000012183	1846	0.5955269093939001	4	2	2	2	2	False	93874	fragment	False	CAN0013_000000012183	1.0		0	0	False	False	0.9864572286605835	0					non-mobilizable	no_good_hit								True	False
AST0062_000000002895	5759	0.5955265730546069	3	3	3	2	2	False	111739	maximal	True	AST0062_000000002895	1.0		51	9	False	False	1.0	0					non-mobilizable	other	3612.0	99.00299999999999	99.0	0.0015132493151603689	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MON0096_000000021351	1747	0.5955185318008577	2	2	2	2	2	False	53494	fragment	False	MON0096_000000021351	0.9921780986762936		0	0	False	False	0.9994276165962219	0					non-mobilizable	no_good_hit	247.0	72.874	14.0	6.745124688247894e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0045_000000024931	1680	0.5955176874714418	3	2	2	2	2	True	17838	fragment	False	MAD0045_000000024931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	77.027	58.0	0.00025433296918910697	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
FIJ0057_000000003249	7596	0.5955171692732657	8	6	6	6	6	False	46175	maximal	True	FIJ0057_000000003249	1.0		7	2	False	False	0.9990784525871277	0					non-mobilizable	no_good_hit	700.0	87.571	10.0	0.0040001424383064085	NZ_JHYA01000007.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00007.7_C, whole genome shotgun sequence	True	False
ISR0038_000000011710	2666	0.595513402204373	5	2	1	2	1	False	36641	maximal	True	ISR0038_000000011710	1.0		1	1	False	False	0.9872468113899231	0					non-mobilizable	no_good_hit	340.0	78.529	13.0	0.0019760156661361794	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
DEN0010_000000031721	1465	0.595510606040376	3	3	3	3	2	False	104380	fragment	False	ENG0093_000000007624	0.6684963705855064		0	0	False	False	1.0	0					non-mobilizable	other	1465.0	99.044	100.0	0.010067875636978812	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0061_000000039213	1204	0.5955088806821162	1	1	1	1	1	False	10792	maximal	True	MON0061_000000039213	1.0		1	1	False	False	0.9543189406394958	0					non-mobilizable	no_good_hit								True	False
ISR0267_000000015248	1235	0.5955023371206455	2	2	2	2	2	False	26521	maximal	True	ISR0267_000000015248	1.0		32	8	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	70.82	48.0	0.00017471782923262044	LN679998.1	firmicutes	[Clostridium] sordellii genome assembly ATCC9714_, chromosome : 1	True	False
ISR0847_000000025803	1177	0.5955008699428117	1	1	1	1	1	False	20621	fragment	False	ISR0847_000000025803	1.0		0	0	False	False	0.9864060878753662	0					non-mobilizable	other	1148.0	78.04899999999999	97.0	0.0790003471017008	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0010_000000019080	2360	0.5955004473599236	3	3	3	2	2	False	97345	fragment	False	SPA0132_000000015268	0.8726898248702618		0	0	False	False	1.0	0					non-mobilizable	other	2361.0	99.02600000000001	100.0	0.006454100678501008	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0021_000000016605	1441	0.5954951724946193	3	2	2	2	1	False	78935	fragment	False	USA0037_01_000000020782	0.4008557137873181		0	0	False	False	0.989590585231781	0					non-mobilizable	other	1423.0	98.31299999999999	99.0	0.00044238179353151957	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0043_000000010477	1623	0.5954922477207767	3	2	0	2	0	False	6811	fragment	False	SPA0043_000000010477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0046_000000014317	1703	0.5954920544941926	3	3	2	2	1	False	72703	fragment	False	SPA0013_000000016527	0.4590379008746356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	95.35600000000001	19.0	7.166148715835052e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0096_000000008783	4730	0.595490879785122	6	2	2	2	2	True	68234	fragment	False	DEN0096_000000008783	1.0		0	0	False	False	0.9959830641746521	0					non-mobilizable	no_good_hit	1749.0	98.85600000000001	70.0	0.010546483095407897	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
CHI0152_000000007231	1609	0.5954908598230675	2	2	2	1	1	False	79377	fragment	False	CHI0152_000000007231	1.0		0	0	False	False	0.997514009475708	0					non-mobilizable	chromosome	1609.0	99.13	100.0	0.00029532157728168976	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0132_000000005468	4629	0.5954884067765014	8	8	8	7	2	False	120950	maximal	True	ISR0132_000000005468	1.0		6	1	False	False	1.0	0					non-mobilizable	other	3093.0	98.93299999999999	98.0	0.0009917207848495627	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0068_000000024928	1697	0.5954882237290189	2	2	2	2	2	False	10552	maximal	True	MON0068_000000024928	1.0		572	13	False	False	0.9988214373588562	0					non-mobilizable	other	1723.0	88.044	100.0	0.021582192810949016	NZ_SRYX01000010.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_10_length_79788_cov_316.374, whole genome shotgun sequence	False	False
AUS0024_000000012844	2550	0.5954879987192543	2	2	2	2	2	False	98950	fragment	False	AUS0024_000000012844	0.9985179086043641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000010779	2524	0.5954879987192543	2	2	2	2	2	False	98950	fragment	False	AUS0024_000000012844	0.9964786929180894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0838_000000009130	2524	0.5954879987192543	2	2	2	2	2	False	98950	fragment	False	AUS0024_000000012844	0.9964786929180894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0286_000000006695	2524	0.5954879987192543	2	2	2	2	2	False	98950	fragment	False	AUS0024_000000012844	0.9964786929180894		0	0	False	False	0.9936608672142029	0					non-mobilizable	no_good_hit								True	False
USA0117_01_000000009267	2429	0.5954879987192543	2	2	2	2	2	False	98950	fragment	False	AUS0024_000000012844	0.9660297069699514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0025_01_000000005638	2932	0.5954860341345721	3	2	1	2	1	False	101702	fragment	False	USA0025_01_000000005638	1.0		0	0	False	False	0.9976125359535217	0					non-mobilizable	no_good_hit	1243.0	88.57600000000001	44.0	0.021252815654177484	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CHI0070_000000000360	17099	0.5954845521592398	29	5	2	5	1	True	85019	maximal	True	CHI0070_000000000360	1.0		1	1	False	False	0.9999415278434753	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	5.4502502857123394e-05	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	True	True
MAD0098_000000003097	11164	0.5954827902968074	11	7	5	7	5	True	53382	fragment	False	MAD0098_000000003097	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	92.0	15.0	0.00042654457017298397	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0019_000000019366	1556	0.5954811585942359	4	2	2	2	1	True	122129	fragment	False	ISR0162_000000023084	0.9507575757575757		0	0	False	False	0.9935732483863831	0					non-mobilizable	no_good_hit	848.0	81.722	54.0	0.0027010785134798203	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
MAD0049_000000006120	2829	0.5954797440461922	3	3	2	3	2	False	19663	maximal	True	MAD0049_000000006120	1.0		18	7	False	False	0.998939573764801	0					non-mobilizable	no_good_hit	1209.0	93.135	53.0	0.00032197579499611734	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0045_000000017768	2250	0.5954790520073664	2	2	2	2	1	False	60272	fragment	False	MAD0045_000000017768	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2250.0	97.689	100.0	0.03211199200057139	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0107_000000008581	2818	0.5954761346600589	4	4	2	4	4	False	112289	fragment	False	FIJ0051_000000007232	0.6807449856458265		0	0	False	False	0.9992902874946594	0					non-mobilizable	other	1858.0	99.516	96.0	0.0004552953645930255	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0016_000000027177	1407	0.5954756903182681	2	2	2	1	1	False	13333	maximal	True	MON0016_000000027177	1.0		12	3	False	False	0.9964463114738464	0					non-mobilizable	no_good_hit	770.0	77.013	54.0	0.00017865547846553328	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
ENG0125_000000009200	2795	0.5954707509797026	4	4	3	3	3	False	68439	maximal	False	ISR0049_000000009788	0.9389852946281131		0	0	False	False	0.9989266395568848	0					non-mobilizable	other	2796.0	97.21	100.0	0.0007806845994732635	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0110_000000018592	1259	0.5954706701551151	3	2	2	1	1	False	37890	fragment	False	ISR0110_000000018592	0.9831543351632166		0	0	False	False	0.9984114170074463	0					non-mobilizable	other	1166.0	76.244	93.0	0.00021986909712285038	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	False	False
ISR0016_000000018213	1238	0.5954706701551151	2	2	2	1	1	False	37890	fragment	False	ISR0110_000000018592	0.9750169692570447		0	0	False	False	0.9983844757080078	0					non-mobilizable	chromosome	1183.0	77.937	94.0	0.0005295108806599643	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	False
ISR0032_000000028660	1182	0.5954706701551151	2	2	2	1	1	False	37890	fragment	False	ISR0110_000000018592	0.9681141075776387		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	76.345	99.0	0.00022005913091465926	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	False	False
ISR0237_000000011512	1117	0.5954706701551151	2	2	2	1	1	False	37890	fragment	False	ISR0110_000000018592	0.7107887154927576		0	0	False	False	1.0	0					non-mobilizable	chromosome	1130.0	78.053	99.0	0.0005056265600855149	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	False
ISR0848_000000004217	3743	0.595469396384965	5	4	4	4	4	False	48425	maximal	True	ISR0848_000000004217	1.0		8	2	False	False	0.9997328519821167	0					non-mobilizable	no_good_hit	74.0	85.135	2.0	0.00012349292114892401	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ENG0210_000000010623	2291	0.5954661467969856	2	1	1	1	1	False	53722	maximal	True	ENG0210_000000010623	1.0		6	3	False	False	0.9951986074447632	0					non-mobilizable	no_good_hit	55.0	87.273	2.0	0.0050785741663472595	NZ_FNFK01000062.1	firmicutes	Alkalibacterium thalassium strain DSM 19181, whole genome shotgun sequence	True	False
MAD0096_000000006716	2652	0.5954643127761692	4	4	4	4	2	False	16206	maximal	False	MAD0078_000000002894	0.9842650870048131		0	0	False	False	0.9947209358215332	0					non-mobilizable	no_good_hit	1507.0	92.236	65.0	0.029165373875271485	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0158_000000002786	5643	0.5954629988970938	6	4	3	3	4	False	122706	maximal	True	ENG0158_000000002786	1.0		7	4	False	False	0.9953925013542175	0					non-mobilizable	other	5178.0	98.301	92.0	0.034934202974876274	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0077_000000000523	9037	0.5954609579377937	8	7	7	4	3	False	69933	maximal	True	DEN0077_000000000523	1.0		1	1	False	False	0.9977868795394897	0					non-mobilizable	no_good_hit	1332.0	76.877	14.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
SPA0108_000000001581	15589	0.5954589520677916	19	10	3	9	4	True	95437	fragment	False	SPA0108_000000001581	0.9991098242052364		0	0	False	False	1.0	0					non-mobilizable	other	15512.0	100.0	99.0	0.15478804087498005	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
DEN0083_000000017022	1750	0.5954583715041549	3	2	2	2	1	True	87097	fragment	False	DEN0083_000000017022	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1753.0	89.561	100.0	0.0005441109401453078	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ITA0005_000000016895	1101	0.5954567434913324	2	2	2	2	2	False	20371	fragment	False	ITA0005_000000016895	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	97.45700000000001	100.0	0.0053103668015178	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
FIJ0105_000000014740	2139	0.5954533178510586	3	2	2	2	1	True	118201	fragment	False	FIJ0037_000000012391	0.9320498290350988		0	0	False	False	0.9873772859573364	0					non-mobilizable	other	1269.0	99.37	99.0	0.026150800197987132	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
DEN0092_000000000134	18174	0.5954488454389113	33	5	3	5	2	False	68595	fragment	False	DEN0092_000000000134	1.0		0	0	False	False	0.9992296695709229	0					non-mobilizable	no_good_hit	274.0	77.007	1.0	0.0014326268879220566	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
SPA0002_000000003802	7331	0.5954472779006026	18	2	2	2	1	False	8422	maximal	True	SPA0002_000000003802	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	80.0	2.0	0.057746478873239436	MH883550.1	firmicutes	Uncultured Blautia sp. clone PMB_contig_4 genomic sequence	True	False
ISR0214_000000024390	1289	0.5954465415656407	2	1	1	1	1	False	83582	fragment	False	ISR0214_000000024390	0.9872129931579575		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	100.0	100.0	0.0026853361465426296	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0005_000000012675	2301	0.5954453941918308	4	2	1	2	1	True	8315	maximal	True	SPA0005_000000012675	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2343.0	74.477	100.0	0.0006548946491104561	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
DEN0023_000000003803	1828	0.5954447168872954	2	2	2	2	2	False	74373	maximal	True	DEN0023_000000003803	1.0		72	9	False	False	0.9994529485702515	0					non-mobilizable	no_good_hit	890.0	90.67399999999999	49.0	0.0002843413415339767	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
DEN0005_000000011292	2966	0.5954431215365572	4	2	1	2	2	True	76528	fragment	False	MON0017_000000006506	0.9824532085561497		0	0	False	False	1.0	0					non-mobilizable	chromosome	2967.0	98.82	100.0	0.0005272431476167045	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0228_000000004562	5063	0.5954377920078228	7	4	4	3	3	False	116359	fragment	False	ISR0146_000000007051	0.538170260531903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1765.0	97.11	72.0	0.022685137501287464	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0002_000000024698	1524	0.5954336894267006	2	1	1	1	1	False	52329	fragment	False	FIJ0002_000000024698	1.0		0	0	False	False	0.9704724550247192	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000007661	3683	0.5954324679774331	5	5	5	3	3	False	74142	maximal	True	SPA0031_000000007661	1.0		2	2	False	False	0.9986423850059509	0					non-mobilizable	no_good_hit	1103.0	95.195	52.0	0.00033127920150870574	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0133_000000014636	1665	0.5954303493057702	3	3	3	3	2	False	93389	fragment	False	ENG0133_000000014636	1.0		0	0	False	False	0.9939939975738525	0					non-mobilizable	chromosome	1665.0	99.58	100.0	0.00046530994144197425	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0165_000000005135	3167	0.5954301466577409	5	3	3	3	3	True	78340	fragment	False	CHI0165_000000005135	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2377.0	80.395	93.0	0.0007279700399885765	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0146_000000023283	1786	0.5954298068487806	2	2	2	2	1	False	31001	maximal	True	ISR0146_000000023283	1.0		0	0	False	False	0.9988802075386047	0					non-mobilizable	no_good_hit	827.0	99.87899999999999	74.0	0.0002518818716713704	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0097_000000016636	1986	0.5954264198179298	2	2	2	2	2	False	5115	fragment	False	SPA0097_000000016636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	79.31	36.0	0.0024239612435156517	NZ_QXGK01000001.1	high GC Gram+	Bifidobacterium samirii strain 2033B Contig_1, whole genome shotgun sequence	True	False
MAD0018_000000000579	3485	0.5954186786643811	2	2	2	2	2	False	19365	maximal	True	MAD0018_000000000579	1.0		471	14	False	False	0.9991391897201538	0					non-mobilizable	chromosome	3069.0	84.132	97.0	0.0008141426067341757	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0092_000000017633	3047	0.5954165689869341	3	3	3	3	2	False	9464	maximal	True	MON0092_000000017633	1.0		8	2	False	False	0.9967181086540222	0					non-mobilizable	no_good_hit	2042.0	99.65700000000001	67.0	0.0024864257720894137	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0100_000000042074	1013	0.5954163092266052	2	1	1	1	1	True	9082	fragment	False	MON0100_000000042074	1.0		0	0	False	False	0.99901282787323	0					non-mobilizable	other	1013.0	95.262	100.0	0.03395517380217421	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
CHI0040_000000000685	15934	0.5954119377931577	17	11	2	4	10	False	87727	fragment	False	CHI0040_000000000685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0001_000000023105	1506	0.5954091342908598	2	2	2	2	2	False	14381	fragment	False	MON0001_000000023105	1.0		0	0	False	False	0.9973439574241638	0					non-mobilizable	chromosome	1405.0	90.819	93.0	0.0005467242721026829	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
USA0020_01_000000001444	19544	0.595400802690447	20	17	10	11	16	False	121213	maximal	True	USA0020_01_000000001444	0.9990099621866028	PS6	18	7	False	True	1.0	0					non-mobilizable	no_good_hit	2916.0	85.87100000000001	38.0	0.0007046722655831472	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ENG0122_000000003528	7390	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9896004123347617		0	0	False	False	0.9998646974563599	0					non-mobilizable	no_good_hit	2902.0	83.735	82.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0133_000000003243	7286	0.5953876435995139	7	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9492541452869575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2899.0	83.719	84.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0114_000000002881	7251	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9477254916395036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2899.0	83.719	84.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0357_000000002785	7228	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9856784350686921		0	0	False	False	0.99847811460495	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	84.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0126_000000006656	7228	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9512006276138834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	84.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0155_000000003713	7216	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.951364526946069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0051_000000005782	7208	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.951204132663111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0029_000000004263	7197	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9505625924055627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0119_000000004867	7167	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9492945678484821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.666	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0105_000000003906	7156	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9495595300485361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0058_000000002938	7154	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9492006165701777		0	0	False	False	0.9998602271080017	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0061_000000004824	7150	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9490361115828201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2903.0	83.70700000000001	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0141_000000003630	7142	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9378473005212778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2895.0	83.661	84.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0141_000000004955	7136	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9484939940822688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0139_000000003032	7131	0.5953876435995139	7	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9747618109347859		0	0	False	False	0.9994390606880188	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	86.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0013_000000003252	7125	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9471847350717977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	86.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0089_000000004978	7112	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9463529800645454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	86.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0128_000000005064	7108	0.5953876435995139	7	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9356678217520275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2895.0	83.661	85.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0126_000000004757	7102	0.5953876435995139	8	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9452029178918688		0	0	False	False	0.9997183680534363	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	86.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0842_000000002620	7060	0.5953876435995139	7	4	3	3	4	False	118464	fragment	False	ENG0122_000000003528	0.9376102305925517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2902.0	83.70100000000001	86.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0290_000000001552	5584	0.5953830910522425	6	6	6	6	5	False	25927	fragment	False	ISR0290_000000001552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2538.0	75.335	64.0	0.021256005840308314	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0258_000000004720	3845	0.5953789785014916	3	3	2	2	2	False	107234	fragment	False	ISR0258_000000004720	1.0		0	0	False	False	0.999739944934845	0					non-mobilizable	no_good_hit	1831.0	81.322	47.0	0.004911419521345163	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
SPA0001_000000010041	3397	0.5953789785014916	3	3	2	2	2	False	107230	fragment	False	SPA0001_000000010041	0.9853773521383667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1832.0	80.622	54.0	0.004911419521345163	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0264_000000002842	3376	0.5953789785014916	3	3	2	2	2	False	107230	fragment	False	SPA0001_000000010041	0.9775547189768888		0	0	False	False	0.9931871891021729	0					non-mobilizable	no_good_hit	1832.0	80.786	54.0	0.004911419521345163	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
FIJ0157_000000014137	1355	0.5953727561449009	2	2	2	2	1	False	39453	fragment	False	FIJ0157_000000014137	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	82.19200000000001	5.0	0.0005554398389224467	NZ_WEHZ01000013.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00013, whole genome shotgun sequence	True	False
ISR0203_000000005659	2994	0.5953722040691624	3	3	3	3	2	False	105024	maximal	True	ISR0203_000000005659	1.0		3	3	False	False	0.9996659755706787	0					non-mobilizable	no_good_hit								True	False
FIJ0054_000000014744	1707	0.5953678919650707	2	2	2	2	1	False	46314	maximal	True	FIJ0054_000000014744	1.0		36	6	False	False	0.991798460483551	0					non-mobilizable	no_good_hit	183.0	75.41	10.0	0.0015708592151089727	NZ_BCUZ01000001.1	firmicutes	Bacillus fumarioli NBRC 102428, whole genome shotgun sequence	True	False
SPA0116_000000030112	1369	0.5953657820557595	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.5321217091064724		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	97.443	100.0	0.0006512611042874689	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
USA0026_01_000000024925	1306	0.5953621413884327	1	1	1	1	1	False	1613	fragment	False	USA0026_01_000000024925	1.0		0	0	False	False	0.9739663004875183	0					non-mobilizable	chromosome	1262.0	78.605	99.0	0.0003905298251000043	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0099_000000017909	1919	0.5953603869930714	3	3	3	1	2	False	9161	maximal	True	MON0099_000000017909	1.0		12	4	False	False	0.969775915145874	0					non-mobilizable	chromosome	1156.0	97.491	95.0	0.00044206342785873756	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	False	False
ENG0005_000000017804	1341	0.5953484883684744	1	1	1	1	1	False	67645	fragment	False	ISR0049_000000020001	0.9452375373650745		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	98.807	100.0	0.013141752299070558	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
SPA0117_000000007361	5031	0.5953483619430341	6	6	6	6	5	False	4325	maximal	True	SPA0117_000000007361	1.0		2	1	False	False	0.999403715133667	0					non-mobilizable	other	5031.0	99.881	100.0	0.002267165893892129	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	False	False
ENG0094_000000008731	1970	0.5953476421750773	4	4	3	4	4	False	61026	maximal	True	ENG0094_000000008731	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1407.0	99.71600000000001	99.0	0.0002865481343800696	CP024239.1	enterobacteria	Escherichia coli O15:H11 strain 90-9272 chromosome, complete genome	False	False
CHI0145_000000016228	1129	0.5953468151989776	1	1	1	1	1	False	79723	maximal	True	CHI0145_000000016228	1.0		78	10	False	False	1.0	0					non-mobilizable	other	921.0	85.77600000000001	93.0	0.023194370347788533	NZ_CABJDZ010000012.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0013_000000001223	2373	0.5953461554016852	2	1	1	1	1	False	75428	maximal	True	DEN0013_000000001223	1.0		297	12	False	False	1.0	0					non-mobilizable	other	2373.0	98.23	100.0	0.025027961255196574	NZ_SPFU01000021.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_21_length_94774_cov_19.94, whole genome shotgun sequence	False	False
ISR0161_000000001252	18313	0.5953443599958449	29	7	4	3	5	False	56099	maximal	True	ISR0161_000000001252	1.0		1	1	False	False	0.9999454021453857	0					non-mobilizable	no_good_hit	7459.0	99.035	69.0	0.3102400865476636	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
SPA0056_000000002466	10920	0.5953432104023719	8	7	6	4	4	False	119753	maximal	False	ENG0088_000000002418	0.9339360397137956		0	0	False	False	1.0	0					non-mobilizable	chromosome	10920.0	99.295	100.0	0.0017411460118124933	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0089_01_000000005146	1431	0.5953381498777954	2	2	2	2	2	False	404	maximal	True	USA0089_01_000000005146	1.0		17	8	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	74.631	23.0	0.00032199649360236223	NZ_NQOF01000002.1	firmicutes	Blautia hominis strain KB1 KB1_contig2, whole genome shotgun sequence	True	False
SPA0068_000000002342	5829	0.595338114145215	7	6	5	5	6	False	6650	maximal	True	SPA0068_000000002342	1.0		56	7	False	False	1.0	0					non-mobilizable	other	5829.0	99.382	100.0	0.019017349905533238	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0334_000000012805	1658	0.5953364251920407	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.5635138470707273		0	0	False	False	1.0	0					non-mobilizable	chromosome	1658.0	98.552	100.0	0.0005222824214614263	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0377_000000008760	1744	0.5953296908170309	3	2	2	1	1	False	23311	maximal	True	ISR0377_000000008760	1.0		21	8	False	False	0.978210985660553	0					non-mobilizable	no_good_hit	64.0	90.625	4.0	0.00012417536715502407	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
MON0028_000000011865	2150	0.5953213618171502	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4328753631478402		0	0	False	False	1.0	0					non-mobilizable	other	2150.0	98.279	100.0	0.0006682391649125907	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0170_000000031639	1488	0.5953176128722165	2	2	2	2	2	False	30043	maximal	True	ISR0170_000000031639	1.0		148	13	False	False	0.9959677457809448	0					non-mobilizable	chromosome	1488.0	99.93299999999999	100.0	0.0004139610954518565	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0009_000000008227	4338	0.5953141016611505	5	2	0	2	1	False	100399	fragment	False	SPA0109_000000006216	0.9201617511034571		0	0	False	False	0.9990779161453247	0					non-mobilizable	no_good_hit	95.0	83.15799999999999	4.0	2.4808408396552538e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0163_000000006948	3559	0.5953141016611505	4	2	0	2	1	False	50583	fragment	False	FIJ0163_000000006948	0.9876132930513595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	81.28699999999999	36.0	0.0002723589782030123	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0021_000000004034	3524	0.5953141016611505	4	2	0	2	1	False	50581	fragment	False	MAD0021_000000004034	1.0		0	0	False	False	0.9988649487495422	0					non-mobilizable	no_good_hit	573.0	80.105	18.0	0.0001520515353337091	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0113_000000007382	3397	0.5953141016611505	3	2	0	2	1	False	100386	fragment	False	FIJ0113_000000007382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	81.309	32.0	0.00028009493350946417	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0024_000000002431	3168	0.5953141016611505	4	2	0	2	1	False	100375	fragment	False	MON0007_000000016834	0.7921328381695613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	91.48899999999999	3.0	2.4541651317019714e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0281_000000005936	2788	0.5953141016611505	2	2	0	2	1	False	50587	fragment	False	ISR0281_000000005936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	2.0	1.6272181851502203e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0024_000000007571	2699	0.5953141016611505	4	2	0	2	1	False	100389	fragment	False	FIJ0128_000000009250	0.9095667870036102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0030_000000012534	2656	0.5953141016611505	3	2	0	2	1	False	100385	fragment	False	FIJ0030_000000012534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0321_000000003893	2651	0.5953141016611505	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6748764254513832		0	0	False	False	0.9996227622032166	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	1.5738667692436558e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0082_000000003162	2586	0.5953141016611505	2	2	0	2	1	False	50580	fragment	False	MAD0082_000000003162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	1.5738667692436558e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0029_000000013088	2534	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.7035220808590492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	95.161	2.0	1.6272181851502203e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0095_000000013186	2529	0.5953141016611505	3	2	0	2	1	False	50578	fragment	False	MAD0095_000000013186	1.0		0	0	False	False	0.9996045827865601	0					non-mobilizable	no_good_hit								True	False
ISR0232_000000010624	2508	0.5953141016611505	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5146493447225506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	96.552	6.0	2.2941108839822777e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0042_000000009579	2506	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5921792633482269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	89.5	9.0	5.281790174749895e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0133_000000015377	2452	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6949541152191513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	88.71	3.0	1.6272181851502203e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0131_000000007800	2382	0.5953141016611505	2	2	0	2	1	False	50577	fragment	False	FIJ0131_000000007800	0.768694472330756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	89.5	11.0	5.281790174749895e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0147_000000008460	2378	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.4316102926126374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	89.5	9.0	5.281790174749895e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0160_000000007556	2351	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.658278625023494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0149_000000010281	2343	0.5953141016611505	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6296441540350552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0077_000000004908	2334	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6594701376874091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	92.06299999999999	3.0	1.6272181851502203e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0035_000000008126	2302	0.5953141016611505	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6509845610532903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0019_000000003730	2299	0.5953141016611505	2	2	0	2	1	False	89465	maximal	True	CHI0019_000000003730	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	100.0	2.0	1.067028318131292e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0080_000000010913	2295	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6429901171268722		0	0	False	False	0.9969499111175537	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0144_000000013795	2281	0.5953141016611505	3	2	0	2	1	False	50577	fragment	False	FIJ0131_000000007800	0.6681833865784285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	89.5	10.0	5.281790174749895e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0095_000000011881	2278	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6425172241562833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0136_000000011865	2278	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6425172241562833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0090_000000019245	2271	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6494316770548646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0006594441827602449	NZ_RCXZ01000054.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0054, whole genome shotgun sequence	True	False
FIJ0033_000000015896	2265	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6412687632311931		0	0	False	False	0.995143473148346	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0005_000000013030	2243	0.5953141016611505	3	2	0	2	1	False	50577	fragment	False	FIJ0131_000000007800	0.672810135353658		0	0	False	False	0.9973250031471252	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000007381	2227	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6153672025234013		0	0	False	False	0.9946115612983704	0					non-mobilizable	no_good_hit	96.0	86.458	4.0	2.5075165476085362e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0060_000000007442	2221	0.5953141016611505	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6075084152605258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000016248	2215	0.5953141016611505	3	2	0	2	1	False	50577	fragment	False	FIJ0131_000000007800	0.6556810854198336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0077_000000013404	2208	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.38678655267879714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	91.90799999999999	8.0	4.534870352057991e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0069_000000010305	2207	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5191351553661862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	92.59299999999999	5.0	2.134056636262584e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0030_000000005149	2183	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.4902756600130266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0070_000000008898	2182	0.5953141016611505	2	2	0	2	1	False	50577	fragment	False	FIJ0131_000000007800	0.5688953000364185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	90.84	7.0	3.414490618020134e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0114_000000018058	2170	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5876977091184011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	8.00271238598469e-06	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0787_000000006591	2161	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5136402288531988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000013239	2157	0.5953141016611505	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5563660852721272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	100.0	4.0	2.400813715795407e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0087_000000014951	2155	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5783532461864863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0103_000000010048	2146	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5184294090944463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0129_000000009897	2140	0.5953141016611505	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5690273422404293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	2.0807052203560193e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0018_000000012520	2135	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5211280679860734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0086_000000014891	2134	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.45773376011259065		0	0	False	False	0.9967197775840759	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0006594441827602449	NZ_RCXZ01000054.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0054, whole genome shotgun sequence	True	False
FIJ0101_000000013112	2125	0.5953141016611505	2	2	0	2	1	False	50577	fragment	False	FIJ0131_000000007800	0.4641694789857035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	2.0807052203560193e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0022_000000012031	2123	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.3701274928457042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	96.512	7.0	2.2674351760289953e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0006_000000004288	2121	0.5953141016611505	2	2	0	2	1	False	50577	fragment	False	FIJ0131_000000007800	0.38297761886561965		0	0	False	False	0.9995285272598267	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	1.5738667692436558e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0109_000000012116	2119	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5339414701439976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0056_000000010149	2115	0.5953141016611505	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.27194246363981334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0075_000000011532	2113	0.5953141016611505	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.27184773514126026		0	0	False	False	0.9966871738433838	0					non-mobilizable	no_good_hit	104.0	94.23100000000001	5.0	0.012345679012345678	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MAD0094_000000007309	2106	0.5953141016611505	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5439350965430442		0	0	False	False	0.982431173324585	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000012645	1938	0.5953141016611505	2	2	0	2	1	False	50577	fragment	False	FIJ0131_000000007800	0.2862680919922574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000016027	1877	0.5953141016611505	3	2	0	2	1	False	50575	fragment	False	MAD0087_000000016027	1.0		0	0	False	False	0.9893447160720825	0					non-mobilizable	no_good_hit								True	False
MAD0106_000000012141	1795	0.5953141016611505	3	2	0	2	1	False	50574	fragment	False	MAD0106_000000012141	0.9754672897196262		0	0	False	False	0.9988858103752136	0					non-mobilizable	no_good_hit	45.0	91.111	3.0	1.1737311499444211e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0052_000000017677	1712	0.5953141016611505	2	2	0	2	1	False	50574	fragment	False	MAD0106_000000012141	0.9704735376044569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0006594441827602449	NZ_RCXZ01000054.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0054, whole genome shotgun sequence	True	False
MAD0009_000000006192	1697	0.5953141016611505	2	2	0	2	1	False	50573	fragment	False	FIJ0102_000000017696	0.5578623979835766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0110_000000010024	1680	0.5953141016611505	2	2	0	2	1	False	90246	fragment	False	ISR0839_000000012101	0.9450679267572357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	98.837	5.0	2.2674351760289953e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0088_000000016008	1619	0.5953141016611505	2	2	0	2	1	False	15886	fragment	False	MAD0088_000000016008	1.0		0	0	False	False	0.99876469373703	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	1.5583277493255648e-05	CP011380.2	g-proteobacteria	Moraxella bovoculi strain 57922, complete genome	True	False
MAD0040_000000021002	1601	0.5953141016611505	2	2	0	2	1	False	90239	fragment	False	MAD0040_000000021002	0.958729346444292		0	0	False	False	0.9993754029273987	0					non-mobilizable	no_good_hit	78.0	97.436	5.0	2.054029512402737e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0164_000000014435	1561	0.5953141016611505	2	2	0	2	1	False	90245	fragment	False	FIJ0164_000000014435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	92.053	10.0	3.94800477708578e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0031_000000009338	1553	0.5953141016611505	3	2	0	2	1	False	18945	fragment	False	MAD0031_000000009338	1.0		0	0	False	False	0.9980682730674744	0					non-mobilizable	no_good_hit	60.0	86.667	4.0	1.5738667692436558e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0027_000000007845	1548	0.5953141016611505	2	2	0	2	1	False	90239	fragment	False	MAD0040_000000021002	0.7662267586282026		0	0	False	False	0.9728682041168213	0					non-mobilizable	no_good_hit								True	False
FIJ0130_000000013818	1491	0.5953141016611505	2	2	0	2	1	False	50572	fragment	False	FIJ0066_000000023015	0.9433573092049233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	100.0	4.0	1.3071096897108327e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0066_000000023015	1448	0.5953141016611505	2	2	0	2	1	False	50572	fragment	False	FIJ0066_000000023015	0.9889407681373055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0131_000000025605	1419	0.5953141016611505	2	2	0	2	1	False	50572	fragment	False	FIJ0066_000000023015	0.9859380159923083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0010_000000005518	1388	0.5953141016611505	2	2	0	2	1	False	90239	fragment	False	MAD0040_000000021002	0.6837262211856666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0179_000000016404	1362	0.5953141016611505	3	2	0	2	1	False	77519	fragment	False	CHI0179_000000016404	1.0		0	0	False	False	0.9963289499282837	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	8.00271238598469e-06	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0017_000000027722	1359	0.5953141016611505	2	2	0	2	1	False	50572	fragment	False	FIJ0066_000000023015	0.9209447925037392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0067_000000024741	1331	0.5953141016611505	2	2	0	2	1	False	45167	fragment	False	FIJ0067_000000024741	1.0		0	0	False	False	0.9879789352416992	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0098_000000034879	1314	0.5953141016611505	2	2	0	2	1	False	15275	fragment	False	MAD0098_000000034879	1.0		0	0	False	False	0.978691041469574	0					non-mobilizable	no_good_hit								True	False
CHI0133_000000013549	1469	0.5953134717317471	3	3	3	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.26453036631030985		0	0	False	False	1.0	0					non-mobilizable	chromosome	1412.0	97.663	96.0	0.0004742611506066941	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0024_000000003216	6358	0.5953078174954894	6	4	3	4	2	True	79703	maximal	True	FIJ0024_000000003216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2810.0	91.601	65.0	0.00596647792679787	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
FIJ0021_000000032104	1492	0.5953064956667835	2	2	2	1	1	False	49577	maximal	True	FIJ0021_000000032104	1.0		1	1	False	False	0.9973190426826477	0					non-mobilizable	no_good_hit	164.0	98.78	11.0	5.055037887974158e-05	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
AST0055_000000014199	2451	0.5953059361052147	2	2	2	1	1	False	113825	maximal	False	ISR0384_000000006703	0.9913626102715705		0	0	False	False	0.9983680248260498	0					non-mobilizable	other	2433.0	80.97	98.0	0.04704937933194972	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
ISR0317_000000004773	3573	0.5953057591820163	2	2	1	2	1	True	120761	fragment	False	ISR0317_000000004773	1.0		0	0	False	False	0.9944024682044983	0					non-mobilizable	other	3573.0	99.664	100.0	0.005699769583782783	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
CHI0143_000000003291	5614	0.5953056063063042	8	7	7	5	3	True	79953	maximal	True	CHI0143_000000003291	1.0		1	1	False	False	0.9998219013214111	0					non-mobilizable	no_good_hit	1638.0	96.764	29.0	0.0004898732105188975	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
FIJ0040_000000016060	1531	0.5953046065144031	2	1	1	1	1	False	47473	fragment	False	FIJ0040_000000016060	1.0		0	0	False	False	0.9993468523025513	0					non-mobilizable	no_good_hit								True	False
CHI0132_000000003086	10598	0.5953018990686796	16	9	3	4	9	False	90451	maximal	True	CHI0132_000000003086	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	6727.0	99.331	81.0	0.04054894056161399	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
ISR0074_000000014723	2013	0.595295030110658	3	3	2	2	3	False	34717	maximal	True	ISR0074_000000014723	1.0		3	2	False	False	0.9985097050666809	0					non-mobilizable	chromosome	1954.0	99.949	100.0	0.0007344559892385087	CP040849.1	firmicutes	Enterococcus faecium strain F17E0263 chromosome, complete genome	False	False
DEN0079_000000002654	10663	0.5952940634507624	13	11	10	10	11	False	69648	maximal	True	DEN0079_000000002654	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4566.0	82.45700000000001	71.0	0.0030611529511375005	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0816_000000020053	1941	0.5952928518373172	2	2	2	2	2	False	87701	maximal	True	ISR0816_000000020053	1.0		111	10	False	False	0.9958783984184265	0					non-mobilizable	other	1941.0	99.794	100.0	0.004014236053633505	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
MAD0050_000000003718	5630	0.5952871213953217	9	6	2	6	2	False	40432	maximal	True	MAD0050_000000003718	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	76.03	9.0	0.00013924719551613361	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0157_000000003426	7833	0.5952852531535212	7	4	3	2	2	True	35862	fragment	False	ISR0157_000000003426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0032_000000018565	1944	0.5952827112165107	3	2	2	2	2	False	48424	fragment	False	FIJ0032_000000018565	1.0		0	0	False	False	0.9969135522842407	0					non-mobilizable	no_good_hit	223.0	73.094	11.0	0.00027092491030272754	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0054_000000002958	7894	0.5952728090365204	10	8	4	8	7	False	81700	maximal	False	SPA0149_000000003819	0.9886645327181144		0	0	False	False	1.0	0					non-mobilizable	chromosome	7103.0	89.37100000000001	98.0	0.0012927111149592268	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0773_000000003765	3217	0.5952686809474789	4	4	4	4	3	False	76083	fragment	False	ISR0773_000000003765	0.9947917499270679		0	0	False	False	0.9940938949584961	0					non-mobilizable	other	3215.0	97.10700000000001	99.0	0.008796442011631884	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0101_000000023838	2616	0.5952668505273696	4	3	1	2	3	True	124588	fragment	False	ENG0029_000000009019	0.9298562784356319		0	0	False	False	0.9988532066345215	0					non-mobilizable	other	2644.0	92.36	100.0	0.1376626090590878	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0005_000000002127	12943	0.5952643279835671	13	6	5	6	4	True	8354	maximal	True	SPA0005_000000002127	1.0		1	1	False	False	0.998918354511261	0					non-mobilizable	no_good_hit								True	True
ISR0266_000000003057	4486	0.5952620790355169	1	1	1	1	1	False	26584	maximal	True	ISR0266_000000003057	1.0		81	7	False	False	0.9926437735557556	0					non-mobilizable	no_good_hit	3931.0	73.722	87.0	0.009323130631874399	NZ_FQXK01000003.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
MON0090_000000021347	2728	0.5952591063158704	2	2	2	2	1	False	40514	fragment	False	MON0090_000000021347	1.0		0	0	False	False	0.9714076519012451	0					non-mobilizable	no_good_hit	347.0	96.542	13.0	0.03128956411647676	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
ISR0161_000000008818	3354	0.5952534327290673	3	3	3	3	3	False	105382	maximal	True	ISR0161_000000008818	1.0		58	4	False	False	0.9997018575668335	0					non-mobilizable	no_good_hit	1500.0	82.53299999999999	68.0	0.00042296347495640943	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0786_000000007268	2215	0.5952530713903267	3	3	2	2	3	True	89356	fragment	False	SPA0146_000000010195	0.7189710565760026		0	0	False	False	0.991873562335968	0					non-mobilizable	chromosome	1517.0	99.275	100.0	0.0002750489091752579	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
DEN0041_000000023744	1433	0.5952504990340679	2	2	2	2	2	False	73088	fragment	False	DEN0041_000000023744	1.0		0	0	False	False	0.9867411255836487	0					non-mobilizable	chromosome	1433.0	99.93	100.0	0.00023664931018048147	CP057330.1	enterobacteria	Klebsiella oxytoca strain RHB30-C02 chromosome, complete genome	False	False
SPA0077_000000017423	1635	0.5952458430864616	3	1	1	1	1	False	5687	fragment	False	SPA0077_000000017423	1.0		0	0	False	False	0.9926605224609375	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	4.790884208110967e-05	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	True	False
ISR0852_000000005984	1882	0.5952429789245476	2	2	2	2	2	False	81480	fragment	False	ISR0852_000000005984	0.9875352258511345		0	0	False	False	0.9973432421684265	0					non-mobilizable	chromosome	1882.0	98.14	100.0	0.0008394035013969977	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0076_000000003968	1872	0.5952429789245476	2	2	2	2	2	False	81480	fragment	False	ISR0852_000000005984	0.9830915256245559		0	0	False	False	1.0	0					non-mobilizable	chromosome	1872.0	98.024	100.0	0.0008349409628462428	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0081_01_000000014726	2095	0.5952408234325012	4	3	2	3	1	False	106971	maximal	False	DEN0022_000000018176	0.9527790329868956		0	0	False	False	0.9995226860046387	0					non-mobilizable	no_good_hit	230.0	84.348	11.0	6.866514358544083e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0120_000000012704	1901	0.5952396286202859	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.23319257631655393		0	0	False	False	1.0	0					non-mobilizable	chromosome	1901.0	97.896	100.0	0.0006124048073132737	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0041_000000005964	5432	0.5952349525578081	7	5	2	3	5	True	95411	fragment	False	CAN0008_000000005475	0.978734716312788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	85.484	1.0	0.0012343680440325387	NZ_PVNL01000062.1	d-proteobacteria	Enhygromyxa salina strain SWB007 ENSA7_contig000062, whole genome shotgun sequence	True	True
CAN0008_000000005475	5120	0.5952349525578081	7	5	2	3	5	True	95411	fragment	False	CAN0008_000000005475	0.9789638859624198		0	0	False	False	0.9974609613418579	0					non-mobilizable	no_good_hit	84.0	90.476	2.0	0.1480804387568556	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	True
CAN0007_000000008356	5120	0.5952349525578081	7	5	2	3	5	True	95411	fragment	False	CAN0008_000000005475	0.9788434101910729		0	0	False	False	0.9994140863418579	0					non-mobilizable	no_good_hit	84.0	90.476	2.0	0.1480804387568556	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	True
ISR0841_000000005496	2524	0.5952347660686351	2	2	2	2	2	False	20768	maximal	True	ISR0841_000000005496	1.0		0	0	False	False	0.9873217344284058	0					non-mobilizable	no_good_hit	413.0	75.78699999999999	16.0	0.003086350390663041	NZ_KB904125.1	CFB group bacteria	Porphyromonas macacae DSM 20710 = JCM 13914 strain DSM 20710 A3GIDRAFT_scaffold_1.2, whole genome shotgun sequence	True	False
FIJ0069_000000013966	1594	0.5952301636580146	2	2	1	2	1	False	44982	fragment	False	FIJ0069_000000013966	0.9855018825305092		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	97.867	100.0	0.11058660187434918	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0020_000000023507	1461	0.5952301636580146	2	2	1	2	1	False	44982	fragment	False	FIJ0069_000000013966	0.9581231907233826		0	0	False	False	0.9917864203453064	0					non-mobilizable	other	1461.0	99.521	100.0	0.1013536966331135	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AUS0022_000000020318	1678	0.5952243515857787	3	2	2	2	2	False	99157	maximal	True	AUS0022_000000020318	0.9925233644859813		200	12	False	False	0.9982121586799622	0					non-mobilizable	no_good_hit								True	False
ISR0164_000000024451	1171	0.595220479945057	2	1	1	1	1	False	30269	maximal	True	ISR0164_000000024451	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000011782	3658	0.5952191336875436	5	2	1	1	2	False	50996	fragment	False	FIJ0011_000000011782	0.946272568433314		0	0	False	False	1.0	0					non-mobilizable	other	3676.0	85.773	100.0	0.01196890243105049	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	False	False
ENG0008_000000002636	7918	0.5952143421437998	10	5	3	4	3	True	91663	fragment	False	ENG0008_000000002636	1.0		0	0	False	False	0.9994948506355286	0					non-mobilizable	no_good_hit	1198.0	72.37100000000001	15.0	0.00035610102628436693	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	True
USA0072_01_000000002403	8311	0.5952109980834469	12	11	9	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9746991220929744		0	0	False	False	1.0	0					non-mobilizable	other	8172.0	98.605	100.0	0.011312308073749545	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0039_000000009260	3625	0.5952067507212421	5	4	4	4	3	False	36561	maximal	True	ISR0039_000000009260	1.0		4	1	False	False	0.9958620667457581	0					non-mobilizable	no_good_hit	1032.0	90.01899999999999	55.0	0.00018309522658300933	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0230_000000009794	3160	0.5952067507212421	4	4	4	4	3	False	27545	fragment	False	ISR0230_000000009794	1.0		0	0	False	False	0.9990506172180176	0					non-mobilizable	no_good_hit	1622.0	86.806	55.0	0.00035376716082491415	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
SPA0090_000000016188	2189	0.5952032283481016	4	2	1	2	2	True	68801	maximal	True	SPA0090_000000016188	0.97973917093619		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	98.045	53.0	0.00017597834859490392	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
FIJ0106_000000006976	3542	0.5952012779147576	2	1	1	1	1	False	42360	maximal	True	FIJ0106_000000006976	1.0		9	4	False	False	0.9957650899887085	0					non-mobilizable	no_good_hit	461.0	99.566	13.0	0.0001277415843288846	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0006_000000007516	4201	0.5951897743494037	6	4	4	4	2	True	8263	maximal	True	SPA0006_000000007516	1.0		1	1	False	False	0.9966674447059631	0					non-mobilizable	no_good_hit	370.0	84.595	9.0	0.00012612263712837948	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
ISR0107_000000012176	2142	0.5951853651070146	4	4	3	4	3	False	78036	maximal	False	FIJ0068_000000014038	0.969224882100683		0	0	False	False	1.0	0					non-mobilizable	chromosome	2146.0	96.87799999999999	100.0	0.0007213212531938577	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0115_000000005538	4410	0.5951849105928261	5	4	2	2	4	False	91480	fragment	False	FIJ0115_000000005538	0.9796113077363078		0	0	False	False	1.0	0					non-mobilizable	other	4411.0	97.416	100.0	0.001064063423875662	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0058_000000016194	1631	0.5951830554003653	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9486669027237038		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.29299999999999	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0081_000000040057	1301	0.5951779879553646	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.3462058676170196		0	0	False	False	0.9984627366065979	0					non-mobilizable	no_good_hit	908.0	77.863	68.0	0.006587518308884686	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0121_000000002892	7461	0.5951757427265958	11	5	4	4	1	False	32230	maximal	True	ISR0121_000000002892	1.0		1	1	False	False	0.9991958141326904	0					non-mobilizable	no_good_hit	368.0	87.5	7.0	0.6471631205673759	EU060886.1	bacteria	Uncultured bacterium clone LM0ABA37ZG12RM1 genomic sequence	True	False
MAD0003_000000004085	6288	0.5951732552167779	10	5	4	5	4	False	20111	fragment	False	MAD0003_000000004085	1.0		0	0	False	False	0.9998409748077393	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001278651259708278	CP041074.1	firmicutes	Bacillus tropicus strain LM1212-W3 plasmid p1, complete sequence	True	False
SPA0055_000000012878	2449	0.5951688214188825	4	4	4	4	3	False	108571	fragment	False	SPA0055_000000012878	0.9782309503886214		0	0	False	False	1.0	0					non-mobilizable	chromosome	2448.0	97.22200000000001	100.0	0.0006139922998791587	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0124_000000006352	2455	0.5951573129962597	6	2	2	2	2	False	32083	maximal	True	ISR0124_000000006352	1.0		1	1	False	False	0.9918533563613892	0					non-mobilizable	no_good_hit	606.0	76.568	25.0	0.010534249456636051	NZ_LDOX01000002.1	firmicutes	Enterococcus cecorum strain 1711s24 1711_S24_contig_3, whole genome shotgun sequence	True	False
MON0001_000000024404	1427	0.5951558632859995	2	2	2	2	1	False	99835	fragment	False	SPA0106_000000024458	0.6707672584885614		0	0	False	False	0.9516468048095703	0					non-mobilizable	no_good_hit								True	False
MON0040_000000020472	1359	0.5951558632859995	2	2	2	2	1	False	99835	fragment	False	SPA0106_000000024458	0.4500427222901183		0	0	False	False	0.9345106482505798	0					non-mobilizable	no_good_hit								True	False
ENG0053_000000014187	1772	0.5951556706127921	2	2	2	2	2	False	63858	maximal	True	ENG0053_000000014187	1.0		23	6	False	False	0.984762966632843	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.715840070143755e-06	NZ_CP023956.1	enterobacteria	Serratia fonticola strain FDAARGOS_411 chromosome, complete genome	True	False
SPA0029_000000000587	23406	0.5951534558827504	32	7	4	6	3	False	44097	fragment	False	SPA0029_000000000587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	72.093	2.0	0.0025246974026925666	NZ_GL891989.1	CFB group bacteria	Dysgonomonas gadei ATCC BAA-286 supercont1.11, whole genome shotgun sequence	True	False
FIJ0054_000000006214	3956	0.5951439147587175	7	3	3	3	3	False	70418	maximal	True	FIJ0054_000000006214	1.0		3	2	False	False	0.9989888668060303	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.000141619656808365	NZ_BDGJ01000168.1	firmicutes	Calderihabitans maritimus strain KKC1, whole genome shotgun sequence	True	False
USA0044_01_000000011822	2443	0.5951393633602661	3	3	3	3	2	False	1234	fragment	False	USA0044_01_000000011822	1.0		0	0	False	False	0.9918133616447449	0					non-mobilizable	no_good_hit	925.0	86.162	58.0	0.0014936483534266527	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
AST0002_000000009356	3751	0.5951346467947326	6	4	3	4	3	False	132119	maximal	True	AST0002_000000009356	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	87.736	14.0	5.143421134398568e-05	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	False
DEN0010_000000041048	1157	0.595133780282929	2	2	2	2	2	False	75822	maximal	True	DEN0010_000000041048	1.0		70	10	False	False	0.9922212362289429	0					non-mobilizable	no_good_hit	142.0	83.09899999999999	37.0	0.00038127503819558866	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
SPA0051_000000008831	2869	0.5951314805019746	4	4	4	3	2	False	104125	maximal	True	SPA0051_000000008831	1.0		13	4	False	False	0.9864063858985901	0					non-mobilizable	no_good_hit	2565.0	100.0	89.0	0.011047390894088956	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	True	False
ENG0050_000000020118	1402	0.5951265294704924	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.07430476938294137		0	0	False	False	0.9992867112159729	0					non-mobilizable	chromosome	1402.0	99.786	100.0	0.0004415918361300291	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0101_000000024980	1360	0.5951234693095826	3	3	3	2	2	False	64733	fragment	False	ISR0238_000000011089	0.9866825808129324		0	0	False	False	0.9926470518112183	0					non-mobilizable	chromosome	1360.0	100.0	100.0	0.000559102342470138	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
ISR0347_000000019929	1124	0.5951229436461708	2	2	2	2	1	False	24158	fragment	False	ISR0816_000000031114	0.9677966101694915		0	0	False	False	0.9804270267486572	0					non-mobilizable	no_good_hit	291.0	78.351	25.0	7.119287930826592e-05	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	False
CHI0162_000000018061	1771	0.5951224721356443	3	3	3	2	2	False	106467	fragment	False	CHI0162_000000018061	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1771.0	97.685	100.0	0.0002728245899731568	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0118_000000013419	2026	0.5951184629770736	3	2	2	2	2	False	4251	maximal	True	SPA0118_000000013419	1.0		1	1	False	False	0.9970384836196899	0					non-mobilizable	no_good_hit	1131.0	99.381	56.0	0.00038052365442794837	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
FIJ0132_000000028986	1223	0.5951184301022746	1	1	1	1	1	False	46433	fragment	False	FIJ0132_000000028986	0.9836210025892941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0009_000000003469	3511	0.5951135966454209	3	2	2	2	2	False	67333	fragment	False	ENG0009_000000003469	0.990028901734104		0	0	False	False	1.0	0					non-mobilizable	chromosome	3511.0	98.348	100.0	0.0011313373019313636	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0087_000000000592	23635	0.5950975012386926	25	13	8	9	11	False	35943	maximal	True	MAD0087_000000000592	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	75.0	2.0	0.00017720297814025675	CP024704.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 2555 chromosome, complete genome	True	False
ISR0077_000000029924	1244	0.5950974698149064	3	2	2	2	1	False	34451	fragment	False	ISR0077_000000029924	1.0		0	0	False	False	0.9726688265800476	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.7221280607400584e-05	NZ_FQYP01000002.1	CFB group bacteria	Aquimarina spongiae strain DSM 22623, whole genome shotgun sequence	True	False
MON0093_000000005174	6871	0.595096451340162	5	5	3	4	4	False	36438	fragment	False	MON0082_000000003189	0.7016809783240205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4988.0	74.92	71.0	0.014669266536673166	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MAD0032_000000015270	1155	0.5950930208173671	3	2	2	1	1	False	18906	fragment	False	MAD0032_000000015270	1.0		0	0	False	False	0.9878787994384766	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	5.0	1.9185866277204802e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0172_000000009173	2861	0.595089017988906	4	4	3	4	2	False	113395	maximal	True	FIJ0172_000000009173	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1681.0	95.598	79.0	0.0004696398019452268	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0080_000000014220	3300	0.5950871653960785	3	3	2	3	3	False	122182	fragment	False	MON0054_000000011989	0.9387185607963924		0	0	False	False	1.0	0					non-mobilizable	other	3288.0	98.662	99.0	0.05700704347524375	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0086_000000001355	16074	0.5950871046101318	20	5	4	4	2	False	33930	maximal	True	ISR0086_000000001355	1.0		2	1	False	False	0.9997511506080627	0					non-mobilizable	no_good_hit	1254.0	77.911	8.0	0.001454223125086701	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0252_000000000530	12852	0.5950849337545709	18	11	7	9	7	True	126188	maximal	True	ISR0252_000000000530	1.0	PS941	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1603.0	73.113	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0050_000000007018	3482	0.5950841849435892	7	6	1	3	5	True	111533	fragment	False	ENG0050_000000007018	0.9737548464062034		0	0	False	False	0.9988512396812439	0					non-mobilizable	chromosome	3484.0	94.23100000000001	100.0	0.001919117173040674	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
AST0084_000000009872	3353	0.5950841849435892	7	6	1	3	5	True	111533	fragment	False	ENG0050_000000007018	0.9559161401493395		0	0	False	False	1.0	0					non-mobilizable	other	3354.0	95.617	100.0	0.12287327662070989	LT622828.1	firmicutes	Streptococcus salivarius integrative and conjugative element ICE_Ssa F1-8_rpmG, strain F1-8	False	True
ISR0042_000000009320	2995	0.5950841849435892	6	6	1	3	5	True	87991	fragment	False	ISR0042_000000009320	1.0		0	0	False	False	0.9993322491645813	0					non-mobilizable	other	2995.0	96.294	100.0	0.09548107280670982	LT622833.1	firmicutes	Streptococcus salivarius integrative and conjugative element ICE_Ssa L60_rpsI, strain L60	False	True
USA0044_01_000000003332	8832	0.5950820586653921	9	8	6	6	6	False	82800	maximal	True	USA0044_01_000000003332	1.0		4	3	False	False	0.9997735619544983	0					non-mobilizable	no_good_hit	1640.0	77.439	19.0	0.00039939480286593353	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0139_000000008938	3015	0.5950819336628722	4	4	4	4	4	False	111463	maximal	False	SPA0088_000000005412	0.9760475714190742		0	0	False	False	1.0	0					non-mobilizable	chromosome	3015.0	100.0	100.0	0.0006058256142828514	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
SPA0028_000000016514	1898	0.5950807690585757	3	2	2	1	2	False	7440	fragment	False	SPA0028_000000016514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	90.196	23.0	0.000603747034746355	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0816_000000019858	1963	0.5950801658366051	2	2	2	2	1	False	110221	fragment	False	ISR0375_000000009302	0.19021171439153212		0	0	False	False	0.9877738356590271	0					non-mobilizable	no_good_hit	1616.0	95.359	89.0	0.007743480317849591	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
AST0040_000000010287	1942	0.5950771975207546	3	1	0	1	0	False	116108	fragment	False	AST0040_000000010287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0088_000000021822	1476	0.5950733672881685	2	2	2	2	2	False	9626	maximal	True	MON0088_000000021822	1.0		26	7	False	False	0.9552845358848572	0					non-mobilizable	no_good_hit	1196.0	71.656	79.0	0.00037453388742001266	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0024_000000014293	1160	0.5950718336845239	2	1	1	1	1	False	19170	maximal	True	MAD0024_000000014293	1.0		12	6	False	False	0.9974138140678406	0					non-mobilizable	no_good_hit	130.0	99.23100000000001	11.0	0.0005287231949636042	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	True	False
ENG0026_000000009412	1319	0.5950716898829852	1	1	1	1	1	False	66037	fragment	False	ENG0026_000000009412	0.9725405939130888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0236_000000009523	1212	0.5950716898829852	1	1	1	1	1	False	64211	fragment	False	ENG0191_000000023766	0.7995684103283279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0059_000000012471	1432	0.5950711419654254	4	4	2	2	4	False	45896	fragment	False	FIJ0059_000000012471	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1424.0	97.26100000000001	100.0	0.000331025325302317	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
USA0069_01_000000027574	2226	0.5950650272768249	2	1	1	1	1	False	110521	maximal	True	USA0069_01_000000027574	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0092_000000009199	2782	0.5950634014321947	4	3	3	2	3	False	89669	maximal	True	ISR0092_000000009199	1.0		41	6	False	False	1.0	0					non-mobilizable	chromosome	1175.0	99.574	91.0	0.0003307796058313007	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0089_000000000235	28684	0.5950622038931979	28	12	10	10	9	True	97615	maximal	True	MAD0089_000000000235	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	80.267	5.0	0.00033344634941602876	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0145_000000002862	5851	0.5950617817134641	3	2	2	2	2	False	79861	fragment	False	CHI0145_000000002862	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5855.0	98.58200000000001	100.0	0.002522147445636129	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
AST0104_000000008247	3915	0.5950593467787213	4	2	2	2	0	True	108009	maximal	True	AST0104_000000008247	1.0		1	1	False	False	0.9964240193367004	0					non-mobilizable	no_good_hit	1416.0	94.56200000000001	36.0	0.44493392070484583	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
ENG0210_000000008416	2774	0.5950567869939387	3	2	2	2	2	False	75128	fragment	False	DEN0018_000000012473	0.9300483977923036		0	0	False	False	0.9917086958885193	0					non-mobilizable	no_good_hit	1220.0	71.311	43.0	0.0003073369622049501	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
USA0069_01_000000019925	3106	0.5950487330453113	4	4	4	3	3	False	71764	maximal	True	USA0069_01_000000019925	1.0		37	9	False	False	0.9964584708213806	0					non-mobilizable	chromosome	3087.0	100.0	99.0	0.001348861117133246	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ENG0162_000000010268	2410	0.5950453518418609	4	4	4	4	2	False	68114	maximal	True	ENG0162_000000010268	1.0		0	0	False	False	0.9983402490615845	0					non-mobilizable	no_good_hit	1254.0	94.09899999999999	52.0	0.00035469768209189144	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0078_000000042609	1124	0.5950448191485498	1	1	1	1	1	False	10120	fragment	False	MON0078_000000042609	1.0		0	0	False	False	0.9991103410720825	0					non-mobilizable	no_good_hit								True	False
MON0043_000000009752	2743	0.595040991476683	4	4	4	3	3	False	11688	fragment	False	MON0043_000000009752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1264.0	93.75	46.0	0.0010253537592245306	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0802_000000006254	2498	0.5950275476472355	4	4	4	3	3	False	71535	fragment	False	ISR0802_000000006254	1.0		0	0	False	False	0.9803842902183533	0					non-mobilizable	other	1330.0	97.14299999999999	100.0	0.006174942707920076	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0010_000000012354	2088	0.5950261687084749	4	3	2	1	1	True	125754	fragment	False	MON0010_000000012354	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2092.0	94.025	100.0	0.0006492621681436577	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0084_000000011068	1683	0.5950260991709665	2	2	2	2	1	False	14077	maximal	True	SPA0084_000000011068	1.0		1	1	False	False	0.9839572310447693	0					non-mobilizable	no_good_hit	898.0	96.882	63.0	0.0002681653632594319	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0141_000000024000	1282	0.5950253387648871	2	2	2	1	1	True	31197	fragment	False	ISR0141_000000024000	1.0		0	0	False	False	0.9781591296195984	0					non-mobilizable	no_good_hit	97.0	95.876	8.0	2.5957037317837702e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0057_000000009388	3297	0.5950206097894611	5	4	2	4	3	False	82393	maximal	True	FIJ0057_000000009388	1.0		0	0	False	False	0.9987867474555969	0					non-mobilizable	no_good_hit	1203.0	72.90100000000001	35.0	0.0005489252351703907	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0056_000000002679	10215	0.5950179246115279	10	7	4	6	3	False	123200	maximal	True	SPA0056_000000002679	1.0		3	2	False	False	0.9997063279151917	0					non-mobilizable	no_good_hit	8564.0	99.369	88.0	0.014925815403064995	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
MON0100_000000037192	1233	0.5950144865251372	2	2	2	2	2	False	13088	fragment	False	MON0100_000000037192	0.9868197278911564		0	0	False	False	0.9951338171958923	0					non-mobilizable	other	1158.0	79.706	93.0	0.0015056764526892325	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
ISR0181_000000014787	1246	0.5950092524461066	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.24061211885820352		0	0	False	False	1.0	0					non-mobilizable	chromosome	1221.0	95.414	98.0	0.00039759304541595443	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0032_000000015465	2298	0.5950070081453377	2	2	2	2	2	False	48434	maximal	True	FIJ0032_000000015465	1.0		15	6	False	False	0.9986945390701294	0					non-mobilizable	no_good_hit	1047.0	72.58800000000001	45.0	0.0003098758432811269	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	True	False
USA0133_01_000000006196	4264	0.5950052082540664	3	3	3	3	3	False	90589	maximal	True	USA0133_01_000000006196	1.0		75	10	False	False	1.0	0					non-mobilizable	no_good_hit	3417.0	96.956	87.0	0.025282965583358727	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	True	False
ISR0177_000000028369	1136	0.5950041112870582	1	1	1	1	1	False	116526	fragment	False	ENG0045_000000008222	0.14890297329580227		0	0	False	False	1.0	0					non-mobilizable	chromosome	1136.0	99.03200000000001	100.0	0.000329015547796393	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0353_000000011398	3180	0.5950020845519687	4	4	4	4	4	False	24037	maximal	True	ISR0353_000000011398	1.0		26	8	False	False	0.9940251708030701	0					non-mobilizable	no_good_hit	2022.0	77.003	62.0	0.0007807375074226413	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MAD0085_000000003371	3198	0.5950016357676783	5	5	5	4	3	False	66709	maximal	True	MAD0085_000000003371	1.0		3	2	False	False	0.9949968457221985	0					non-mobilizable	no_good_hit	1896.0	75.633	61.0	0.007728743882274447	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
ENG0068_000000014119	1774	0.5949917624460607	2	2	2	2	1	False	125997	fragment	False	ENG0068_000000014119	0.9897218863361548		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000012381	2612	0.5949914108618755	3	3	3	3	2	False	32282	maximal	True	ISR0120_000000012381	1.0		19	4	False	False	0.9885145425796509	0					non-mobilizable	no_good_hit	1477.0	96.141	67.0	0.00041814469793658506	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
USA0046_01_000000000500	18513	0.5949891434950536	17	12	5	11	5	True	86825	fragment	False	USA0046_01_000000000500	1.0		0	0	False	False	1.0	0					non-mobilizable	other	16471.0	93.26100000000001	91.0	0.38898479438125194	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
DEN0065_000000026734	1286	0.5949866970997764	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2193183881154051		0	0	False	False	0.9992223978042603	0					non-mobilizable	other	1286.0	96.579	100.0	0.04505294158894888	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0248_000000003525	1285	0.5949866970997764	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2190033517374979		0	0	False	False	0.9883268475532532	0					non-mobilizable	other	1285.0	96.73200000000001	100.0	0.04501788093401585	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0119_000000024837	1259	0.5949866970997764	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2136333281590885		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	96.585	100.0	0.04410630390575696	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0029_000000033064	1254	0.5949866970997764	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21098891440572132		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	96.488	99.0	0.04389593997615875	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
CHI0145_000000014920	1236	0.5949866970997764	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.19917245783076304		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	96.764	100.0	0.043299908842297175	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0041_000000027419	1231	0.5949866970997764	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.19957821166850478		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	96.669	100.0	0.043124605567632	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0083_000000025396	1127	0.5949866970997764	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.060858283591623714		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	95.475	100.0	0.02420048143053645	NZ_CYYA01000024.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0814_000000015741	2519	0.5949863465630418	2	2	2	2	2	False	93599	maximal	False	USA0032_01_000000009440	0.9372259864487844		0	0	False	False	0.9956331849098206	0					non-mobilizable	no_good_hit	1120.0	95.98200000000001	56.0	0.0003101898906420959	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0086_000000006099	4938	0.5949862002237584	6	3	2	3	1	True	43860	maximal	True	FIJ0086_000000006099	1.0		1	1	False	False	0.9965572953224182	0					non-mobilizable	no_good_hit								True	True
ISR0103_000000025046	1220	0.5949850348800888	4	3	3	2	2	True	33008	fragment	False	ISR0103_000000025046	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	92.30799999999999	100.0	0.00036801734913306653	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0033_000000015801	4290	0.5949839046300799	4	4	2	4	2	True	12343	maximal	True	MON0033_000000015801	1.0		84	12	False	False	1.0	0					non-mobilizable	no_good_hit	3615.0	76.1	84.0	0.012226174048368996	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0099_000000012998	1513	0.5949746475183559	3	1	1	1	1	False	116451	fragment	False	ISR0099_000000012998	0.996504005826657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	92.344	56.0	0.00046203621027880265	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0215_000000007798	3694	0.5949728136967307	5	4	3	3	4	False	126428	fragment	False	AST0010_000000007320	0.9926588360918313		0	0	False	False	1.0	0					non-mobilizable	other	3699.0	97.486	100.0	0.026317662296995316	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	False	False
MON0004_000000043446	1117	0.5949721051269805	2	1	0	1	1	False	14167	maximal	True	MON0004_000000043446	1.0		1	1	False	False	0.888093113899231	0	IncI2				non-mobilizable	no_good_hit	880.0	100.0	79.0	0.024930512224176072	LT985310.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pII	True	True
ISR0112_000000001557	13271	0.5949690157883551	13	11	9	10	6	False	33761	maximal	True	ISR0112_000000001557	1.0		6	2	False	False	0.998492956161499	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.9575960396617058e-06	LR594601.1	bony fishes	Syngnathus acus genome assembly, chromosome: 16	True	False
ENG0101_000000011141	2865	0.5949650762678284	3	3	3	3	2	False	91310	fragment	False	DEN0065_000000012220	0.9419157416211426		0	0	False	False	0.9937172532081604	0					non-mobilizable	other	2238.0	97.45299999999999	98.0	0.0006048530466666973	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0091_000000003946	3599	0.5949562970250634	3	3	3	3	3	False	103656	fragment	False	SPA0091_000000003946	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2205.0	99.773	100.0	0.07209211042784247	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
CAN0011_000000023082	1310	0.5949541244437099	2	2	2	2	2	False	94390	maximal	True	CAN0011_000000023082	1.0		45	9	False	False	1.0	0					non-mobilizable	chromosome	1310.0	99.46600000000001	100.0	0.00020384362811135998	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
CAN0002_000000010043	1900	0.5949519287191952	2	2	2	2	0	True	96920	maximal	True	CAN0002_000000010043	1.0		176	9	False	False	1.0	0					non-mobilizable	other	1900.0	98.26299999999999	100.0	0.017346006214586	NZ_SLUM01000012.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_112, whole genome shotgun sequence	False	True
USA0037_01_000000019195	1765	0.5949492275291604	3	3	3	2	1	False	93198	fragment	False	USA0037_01_000000019195	0.9831493317838467		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	100.0	100.0	0.000531251374055779	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
USA0080_01_000000027956	1509	0.5949492275291604	3	3	3	2	1	False	73067	fragment	False	USA0080_01_000000027956	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	99.271	100.0	0.00045415366897738927	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0018_000000012673	2921	0.594948048817246	4	4	4	4	3	False	75127	fragment	False	DEN0018_000000012673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	75.223	15.0	0.00017160756688424332	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
USA0022_01_000000002366	3265	0.5949432582249692	4	4	4	3	3	False	127061	fragment	False	CAN0001_000000013216	0.9509657023293088		0	0	False	False	0.9996936917304993	0					non-mobilizable	no_good_hit	2082.0	98.655	82.0	0.0006215337683571448	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0037_000000037783	1919	0.5949292572424921	2	2	2	2	2	False	12092	maximal	True	MON0037_000000037783	1.0		5	1	False	False	0.9963522553443909	0					non-mobilizable	no_good_hit	565.0	72.035	29.0	0.001099840891010342	NZ_SMAK01000002.1	a-proteobacteria	Tepidamorphus gemmatus strain DSM 19345 Ga0244678_102, whole genome shotgun sequence	True	False
ENG0125_000000004198	5619	0.5949280953509977	6	6	3	2	5	False	58872	fragment	False	ENG0125_000000004198	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5543.0	99.98200000000001	99.0	0.001082195501683144	AP022298.1	enterobacteria	Escherichia coli DNA, complete genome, strain: BEC1-S17-ESBL-09	False	False
ISR0183_000000020051	1557	0.5949276229527853	3	1	0	1	1	False	29456	maximal	True	ISR0183_000000020051	1.0		2	2	True	True	0.9961464405059814	12					non-mobilizable	no_good_hit	388.0	76.804	25.0	0.14937106918238993	LN853265.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0639	True	True
SPA0062_000000002871	9880	0.5949240525241362	22	4	4	3	4	False	85755	maximal	True	SPA0062_000000002871	1.0		18	5	False	False	0.9992914795875549	0					non-mobilizable	chromosome	7635.0	96.11	99.0	0.0026807286605669664	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0002_000000018125	2040	0.5949136940396785	3	3	2	3	0	True	131872	maximal	True	AST0002_000000018125	1.0		3	3	False	False	0.9862744808197021	0					non-mobilizable	no_good_hit								True	True
FIJ0133_000000007043	5201	0.5949130690921539	6	1	1	1	1	False	40720	maximal	True	FIJ0133_000000007043	1.0		2	1	False	False	0.9998077154159546	0					non-mobilizable	no_good_hit	1841.0	86.475	36.0	0.000622851408993186	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0002_000000007784	2670	0.5949130690921539	4	1	1	1	1	False	38651	fragment	False	ISR0002_000000007784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0028_000000010888	1657	0.5949130690921539	2	1	1	1	1	False	65863	maximal	True	ENG0028_000000010888	1.0		1	1	False	False	0.9873265027999878	0					non-mobilizable	no_good_hit	65.0	84.615	4.0	0.0002632696390658174	NZ_FOGU01000007.1	a-proteobacteria	Roseivivax roseus strain DSM 23042, whole genome shotgun sequence	True	False
ISR0005_000000009890	1543	0.5949130690921539	2	1	1	1	1	False	38518	maximal	True	ISR0005_000000009890	1.0		1	1	False	False	0.9961114525794983	0					non-mobilizable	no_good_hit								True	False
MAD0092_000000014216	1315	0.5949130690921539	2	1	1	1	1	False	15701	fragment	False	MAD0092_000000014216	1.0		0	0	False	False	0.9885931611061096	0					non-mobilizable	no_good_hit								True	False
MON0033_000000032467	1896	0.5949099103127784	3	2	2	2	2	False	99844	fragment	False	MON0039_000000025714	0.884345872826796		0	0	False	False	0.9984177350997925	0					non-mobilizable	no_good_hit								True	False
USA0040_01_000000003307	5746	0.5949041543313021	7	7	3	6	4	True	57890	maximal	True	USA0040_01_000000003307	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2115.0	99.62200000000001	37.0	0.020293555788079214	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
ISR0051_000000017443	2211	0.5949005861439349	3	1	1	1	1	False	35845	fragment	False	ISR0051_000000017443	1.0		0	0	False	False	0.9936680197715759	0					non-mobilizable	no_good_hit								True	False
ISR0091_000000014485	2092	0.5949005774426736	5	4	4	2	2	False	122200	fragment	False	ISR0091_000000014485	1.0		0	0	False	False	0.9985659718513489	0					non-mobilizable	no_good_hit	97.0	100.0	5.0	0.0005956295680444736	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ETH0003_000000014768	2568	0.5948991429112461	4	4	4	4	3	False	53209	maximal	True	ETH0003_000000014768	1.0		1	1	False	False	0.9828660488128662	0					non-mobilizable	no_good_hit	638.0	81.975	25.0	0.0002527602981852769	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
MAD0021_000000002503	5375	0.5948977181210877	7	5	3	4	5	False	107895	fragment	False	MAD0021_000000002503	1.0		0	0	False	False	0.999813973903656	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	18.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0016_000000005951	3383	0.5948964843926974	4	4	4	4	4	False	37929	maximal	True	ISR0016_000000005951	1.0		16	2	False	False	0.9997044205665588	0					non-mobilizable	chromosome	3102.0	76.725	97.0	0.0010650308163973742	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	False	False
MAD0065_000000002932	4093	0.5948931942062493	7	4	3	4	2	False	113591	fragment	False	ISR0847_000000006191	0.9626981555648145		0	0	False	False	0.9970681667327881	0					non-mobilizable	no_good_hit	2204.0	92.42299999999999	89.0	0.0006165771654858967	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0058_000000030457	1697	0.5948919817267867	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.18316849621052142		0	0	False	False	1.0	0					non-mobilizable	chromosome	1691.0	84.447	99.0	0.0005935216194499443	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
CHI0065_000000004602	2811	0.5948887648626378	4	4	4	4	3	False	85263	maximal	True	CHI0065_000000004602	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	74.21300000000001	58.0	0.0004910094304392547	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0083_000000032856	1246	0.5948869754475486	2	2	2	2	2	False	111772	fragment	False	MON0083_000000032856	0.9951284322409212		0	0	False	False	0.9911717772483826	0					non-mobilizable	no_good_hit	216.0	75.926	17.0	0.001990941687110776	NZ_CACWQI010000003.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	False
MON0083_000000021591	1794	0.5948864602652809	2	2	2	2	2	False	107659	fragment	False	MON0083_000000021591	0.9520795660036167		0	0	False	False	0.9905239939689636	0					non-mobilizable	other	1795.0	93.09200000000001	100.0	0.0026354568958670975	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
USA0050_01_000000005917	2168	0.5948728383400848	3	3	3	3	3	False	89011	maximal	True	USA0050_01_000000005917	1.0		180	10	False	False	0.9944649338722229	0					non-mobilizable	other	2128.0	99.48299999999999	98.0	0.01461745160159713	NZ_QRHR01000007.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf7, whole genome shotgun sequence	False	False
USA0145_01_000000011158	2149	0.5948704799016661	3	3	1	2	3	False	79091	fragment	False	USA0145_01_000000011158	0.9682858709372028		0	0	False	False	0.9818519949913025	0					non-mobilizable	other	2149.0	98.604	100.0	0.0007800739762890923	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0172_000000015955	1471	0.5948680033102046	3	2	2	2	2	False	55718	fragment	False	ENG0172_000000015955	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1383.0	100.0	94.0	0.00041861700693686545	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0215_000000020381	1466	0.5948677700745012	4	2	2	1	0	True	31198	fragment	False	ISR0215_000000020381	1.0		0	0	False	False	0.9918144345283508	0					non-mobilizable	no_good_hit	198.0	92.929	13.0	5.326600366264612e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0128_000000011858	3111	0.5948630787429556	5	2	2	2	1	False	123068	maximal	True	SPA0128_000000011858	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	98.20700000000001	54.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0094_000000025243	1513	0.5948598348267602	3	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.7724467591311805		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	96.22399999999999	91.0	0.024064779027265254	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
DEN0073_000000001936	14773	0.5948585124244089	22	17	6	8	13	True	101541	maximal	True	DEN0073_000000001936	1.0		1	1	False	False	0.9996615648269653	0					non-mobilizable	no_good_hit	7470.0	98.635	69.0	0.0022320207381214255	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MON0076_000000006876	5960	0.5948563629430943	7	3	2	3	1	False	12953	fragment	False	MON0076_000000006876	1.0		0	0	False	False	0.9929530024528503	0					non-mobilizable	no_good_hit								True	False
MON0024_000000008967	4644	0.5948563629430943	5	3	2	3	1	False	12952	fragment	False	MON0024_000000008967	1.0		0	0	False	False	0.9976313710212708	0					non-mobilizable	no_good_hit								True	False
AST0088_000000003766	3280	0.5948516115213717	5	5	4	4	4	False	110446	fragment	False	AST0088_000000003766	1.0		0	0	False	False	0.9954268336296082	0					non-mobilizable	no_good_hit	968.0	78.09899999999999	30.0	0.00569970428312506	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	False
MAD0014_000000015175	2131	0.5948497785772356	3	3	3	3	2	False	19508	maximal	True	MAD0014_000000015175	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	79.333	14.0	0.00010807005752509946	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ENG0195_000000007911	3039	0.5948493384319824	3	2	2	2	0	True	54474	maximal	True	ENG0195_000000007911	1.0		2	1	False	False	0.9848634600639343	0					non-mobilizable	other	2104.0	88.87799999999999	100.0	0.000613206248729808	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
AUS0012_000000009858	1735	0.5948452964563473	2	2	2	2	1	False	101100	fragment	False	USA0058_01_000000009404	0.5525662294491118		0	0	False	False	0.998847246170044	0					non-mobilizable	other	1735.0	98.501	100.0	0.00033583895534329653	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
TAN0006_000000001957	4632	0.5948452731615266	5	5	5	5	5	False	44879	maximal	True	TAN0006_000000001957	1.0		1	1	False	False	0.9989205598831177	0					non-mobilizable	other	2831.0	73.861	95.0	0.011823156313224009	NZ_KI912471.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00003.3, whole genome shotgun sequence	False	False
DEN0022_000000027021	1538	0.5948414435942107	2	2	2	2	1	False	121153	fragment	False	ENG0127_000000016823	0.563466979401209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	282.0	73.404	18.0	0.013980719729470549	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
FIJ0009_000000005375	6313	0.5948405576923725	5	2	1	1	1	True	51315	fragment	False	FIJ0101_000000003955	0.927156690140845		0	0	False	False	0.9995247721672058	0					non-mobilizable	no_good_hit								True	True
MON0087_000000008569	5363	0.5948405576923725	4	2	1	1	1	True	42084	fragment	False	MON0087_000000008569	1.0		0	0	False	False	0.9983218312263489	0					non-mobilizable	no_good_hit	514.0	74.708	10.0	0.00015329192142539202	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
CHI0168_000000006733	2493	0.5948350630924084	3	3	2	2	3	False	93133	maximal	False	ISR0176_000000013568	0.7453616662191389		0	0	False	False	0.9871640801429749	0					non-mobilizable	other	1979.0	80.748	90.0	0.0006032196186059187	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0026_000000011924	2466	0.5948350630924084	3	3	2	2	3	False	93133	maximal	False	ISR0176_000000013568	0.743934478820792		0	0	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit	1955.0	80.921	77.0	0.0005985531439906073	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0774_000000014130	1755	0.5948333841149244	3	2	2	2	2	False	22469	fragment	False	ISR0774_000000014130	1.0		0	0	False	False	0.9914529919624329	0					non-mobilizable	other	1763.0	74.986	99.0	0.002906534605144182	NZ_CABJCG010000002.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
ETH0005_000000035872	1283	0.5948307370625671	2	1	1	1	1	True	105738	fragment	False	AST0118_000000024068	0.956923076923077		0	0	False	False	0.9610288143157959	0					non-mobilizable	no_good_hit	1056.0	77.84100000000001	82.0	0.022778696371073014	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
CHI0049_000000001538	8895	0.5948274031553595	10	10	10	10	9	False	98065	maximal	False	FIJ0141_000000003090	0.9558117696160267		0	0	False	False	1.0	0					non-mobilizable	chromosome	8895.0	99.67399999999999	100.0	0.0018122970488126133	CP057493.1	enterobacteria	Escherichia coli strain RHB24-C10 chromosome, complete genome	False	False
DEN0010_000000013649	3218	0.5948258979790485	3	2	2	2	2	False	76011	maximal	False	ISR0006_000000005607	0.9677104120254293		0	0	False	False	1.0	0					non-mobilizable	other	3221.0	98.38600000000001	100.0	0.0145581670910349	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
ISR0387_000000005036	4585	0.5948217157553022	8	3	2	3	2	False	38378	maximal	True	ISR0387_000000005036	1.0		3	1	False	False	0.9973827600479126	0					non-mobilizable	no_good_hit	837.0	78.017	19.0	0.00029239200912319297	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ISR0049_000000008020	3571	0.5948211200854034	5	5	4	4	3	False	59691	maximal	True	ISR0049_000000008020	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2401.0	99.084	92.0	0.0006812948235219309	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0186_000000022185	1451	0.5948175856207263	3	3	3	2	1	False	29315	maximal	True	ISR0186_000000022185	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	96.22	20.0	0.008209483368719038	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	True	False
ISR0397_000000016169	1100	0.5948170193647097	2	2	1	2	1	False	22628	fragment	False	ISR0397_000000016169	1.0		0	0	False	False	0.9790909290313721	0					non-mobilizable	chromosome	1101.0	94.096	99.0	0.00030016074181802275	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
AST0040_000000003856	4864	0.5948124597700094	5	2	1	2	2	False	116389	maximal	True	AST0040_000000003856	1.0		60	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0157_000000008643	2873	0.5948085978843011	4	4	4	3	3	False	115987	maximal	True	ENG0157_000000008643	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	99.43	37.0	0.00023801701957441108	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0085_000000022833	1209	0.5948023330089076	2	2	2	2	2	False	76249	fragment	False	DEN0007_000000017257	0.14439742623616023		0	0	False	False	0.9900744557380676	0					non-mobilizable	other	1212.0	98.02	100.0	0.020470117359744928	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ENG0005_000000003665	6488	0.5947918113346029	6	5	4	3	4	False	130110	maximal	True	ENG0005_000000003665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5264.0	96.391	84.0	0.0017640899150671992	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0157_000000007471	3911	0.5947879069788603	2	2	2	2	2	False	72048	maximal	True	ISR0157_000000007471	0.996158445247094		1129	13	False	False	1.0	0					non-mobilizable	other	3912.0	99.821	100.0	0.0007570814018336817	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0044_000000011100	4049	0.5947879029658679	3	2	2	2	2	False	51000	maximal	False	FIJ0011_000000010535	0.9883091311838543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0326_000000007326	2534	0.5947876132535723	3	3	3	3	2	False	54767	fragment	False	ISR0326_000000007326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	71.964	30.0	0.0015828971827775767	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0219_000000011879	2789	0.5947773106480723	4	4	4	4	3	False	95504	fragment	False	ISR0219_000000011879	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2799.0	80.279	99.0	0.0027962523534195605	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
ISR0391_000000002976	3999	0.5947771175138965	7	4	3	3	3	False	75886	fragment	False	ISR0391_000000002976	1.0		0	0	False	False	0.9997499585151672	0					non-mobilizable	no_good_hit	199.0	95.98	5.0	6.240912459225251e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0010_000000010160	2274	0.5947727677021262	2	2	2	2	2	False	8088	maximal	True	SPA0010_000000010160	1.0		12	7	False	False	0.9960421919822693	0					non-mobilizable	no_good_hit	769.0	81.664	71.0	0.0018499864398899694	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0048_000000015363	1332	0.5947711834653717	3	3	3	2	2	False	37659	fragment	False	SPA0048_000000015363	1.0		0	0	False	False	0.9714714884757996	0					non-mobilizable	no_good_hit	346.0	82.37	25.0	0.00067606588784402	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
MAD0064_000000001705	8939	0.5947701007235303	7	7	6	7	6	False	16689	maximal	True	MAD0064_000000001705	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2876.0	77.99	32.0	0.01041241322988975	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
SPA0066_000000000919	17672	0.594769775680545	20	7	5	7	3	False	51439	maximal	True	SPA0066_000000000919	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4750.0	98.695	52.0	0.2946727927480442	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
AST0007_000000005915	3174	0.5947686382680636	5	4	4	3	3	False	127152	maximal	True	AST0007_000000005915	1.0		5	3	False	False	0.9949590563774109	0					non-mobilizable	no_good_hit	1753.0	87.45	82.0	0.014846946571365512	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0064_000000006388	3788	0.5947674753034701	5	4	4	4	4	False	113593	maximal	True	MON0064_000000006388	1.0		1	1	False	False	0.9860084652900696	0					non-mobilizable	other	2389.0	92.54899999999999	97.0	0.0005847492970136596	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0109_000000013045	1106	0.59476616061122	1	1	1	1	1	False	14570	fragment	False	MAD0109_000000013045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0076_000000037810	1277	0.5947661462139184	2	2	2	1	1	True	10273	fragment	False	MON0076_000000037810	1.0		0	0	False	False	0.9960845708847046	0					non-mobilizable	chromosome	1227.0	83.374	96.0	0.0003205437515925292	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	False	True
MAD0012_000000015085	1923	0.5947657538570079	3	3	3	3	3	False	19664	fragment	False	MAD0012_000000015085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	73.932	24.0	0.0016555399538172586	NZ_FOAP01000011.1	d-proteobacteria	Stigmatella aurantiaca strain DSM 17044, whole genome shotgun sequence	True	False
ISR0815_000000026973	1139	0.5947596901910436	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.06289467873703915		0	0	False	False	0.990342378616333	0					non-mobilizable	other	1137.0	99.296	99.0	0.7357512953367875	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0832_000000003397	3879	0.5947593756163967	4	2	1	2	1	False	103347	fragment	False	ISR0832_000000003397	1.0		0	0	False	False	0.9981954097747803	0					non-mobilizable	no_good_hit	1387.0	98.414	36.0	0.0044460407909681305	NZ_AGDG01000039.1	CFB group bacteria	Bacteroides faecis MAJ27 contig039, whole genome shotgun sequence	True	False
MON0068_000000011782	3512	0.5947570888737813	7	5	5	5	4	True	13737	fragment	False	MON0037_000000018173	0.9977246871444824		0	0	False	False	1.0	0					non-mobilizable	other	2472.0	94.984	99.0	0.059343251962058835	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	True
MON0065_000000007653	3443	0.5947570888737813	7	5	5	5	4	True	13736	fragment	False	MON0065_000000007653	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2103.0	94.86399999999999	91.0	0.050435745582358325	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	True
MON0100_000000030458	1513	0.5947564513924192	2	2	2	2	2	False	9103	maximal	True	MON0100_000000030458	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	74.055	74.0	0.005139812972997691	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	True	False
ISR0088_000000009706	2452	0.5947444018893627	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.7573623104494931		0	0	False	False	0.9926590323448181	0					non-mobilizable	chromosome	2454.0	95.55799999999999	100.0	0.0010093821889138454	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0082_000000027734	1305	0.5947266735697306	2	2	2	2	2	False	73378	fragment	False	ENG0061_000000014127	0.5652593409836757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	77.281	83.0	0.0003102441652976346	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0115_000000014951	1424	0.5947226226167056	3	3	2	3	1	False	59521	fragment	False	ENG0115_000000014951	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	92.92200000000001	100.0	0.0019116198024480547	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
SPA0076_000000002708	4435	0.5947194157442586	5	5	4	5	5	False	5753	maximal	True	SPA0076_000000002708	1.0		2	1	False	False	0.9997745156288147	0					non-mobilizable	no_good_hit	1557.0	96.66	73.0	0.0005057110245003341	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ISR0296_000000016319	1600	0.5947132010267981	3	2	2	2	1	False	25671	maximal	True	ISR0296_000000016319	1.0		1	1	False	False	0.9681249856948853	0					non-mobilizable	no_good_hit	164.0	100.0	10.0	4.877784564116084e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0032_000000004318	5615	0.5947068057443793	10	8	3	5	8	True	118544	fragment	False	FIJ0004_000000003832	0.6115387910293395		0	0	False	False	0.9998219013214111	0					non-mobilizable	other	5619.0	94.35799999999999	100.0	0.006251405592085486	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
SPA0055_000000002760	10068	0.5947047644974961	11	7	3	6	6	True	57975	maximal	False	SPA0054_000000002068	0.9703347860538827		0	0	False	False	0.9998013377189636	0					non-mobilizable	no_good_hit	1069.0	73.807	10.0	0.037516078319279694	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
MAD0043_000000011597	2181	0.5947021867928438	3	3	3	2	2	False	18042	maximal	True	MAD0043_000000011597	1.0		17	3	False	False	1.0	0					non-mobilizable	chromosome	2181.0	99.86200000000001	100.0	0.0010912440181807261	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	False	False
ENG0206_000000004953	4893	0.5946997260680741	6	5	5	5	5	False	94755	maximal	False	ISR0783_000000002886	0.9548028311425683		0	0	False	False	0.9997956156730652	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
ENG0054_000000014590	1843	0.5946936589383741	2	1	1	0	1	False	81364	maximal	True	ENG0054_000000014590	0.9829381145170619		98	10	False	False	0.9994574189186096	0					non-mobilizable	chromosome	1843.0	99.891	100.0	0.0002599921974111439	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0127_000000010493	1729	0.5946936589383741	1	1	1	0	1	False	81364	maximal	False	ENG0054_000000014590	0.9530656538252849		0	0	False	False	0.9809138178825378	0					non-mobilizable	chromosome	1729.0	99.65299999999999	100.0	0.00024390147509579626	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0160_000000019446	1642	0.5946936589383741	1	1	1	0	1	False	78706	maximal	True	CHI0160_000000019446	1.0		79	9	False	False	0.9969549179077148	0					non-mobilizable	no_good_hit	957.0	72.205	57.0	0.0001645987099161559	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
FIJ0044_000000018028	1237	0.594692583496077	3	1	1	1	1	False	47097	fragment	False	FIJ0044_000000018028	1.0		0	0	False	False	0.9733225703239441	0					non-mobilizable	no_good_hit								True	False
MON0101_000000034253	1884	0.5946925689320693	4	3	3	2	2	False	119084	fragment	False	SPA0120_000000020783	0.9502032520325203		0	0	False	False	0.9787685871124268	0					non-mobilizable	other	1865.0	94.853	99.0	0.0023815276291719875	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
SPA0005_000000003909	7626	0.5946902033822116	7	5	3	4	3	False	128749	fragment	False	ENG0087_000000003617	0.9917429362920325		0	0	False	False	0.998164176940918	0					non-mobilizable	no_good_hit	2329.0	99.95700000000001	41.0	0.07614810938113306	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
ENG0087_000000003617	7557	0.5946902033822116	7	5	3	4	3	False	128749	fragment	False	ENG0087_000000003617	0.9921423363195288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3024.0	99.835	40.0	0.09888132932094727	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
ENG0133_000000019097	1268	0.5946885100407739	3	3	2	3	2	True	69070	fragment	False	ENG0133_000000019097	0.9841521394611727		0	0	False	False	0.988959014415741	0					non-mobilizable	no_good_hit	249.0	91.96799999999999	20.0	0.0034099066762383347	NZ_CABJDZ010000010.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0261_000000009211	1989	0.5946807239655589	2	1	1	0	1	False	85820	maximal	True	ISR0261_000000009211	0.9993080609552528		285	11	False	False	0.9964806437492371	0					non-mobilizable	other	1972.0	99.848	99.0	0.03790093069763864	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
CHI0059_000000008999	1960	0.5946807239655589	2	1	1	0	1	False	85820	maximal	False	ISR0261_000000009211	0.9923421385783641		0	0	False	False	0.9867346882820129	0					non-mobilizable	other	1960.0	99.84700000000001	100.0	0.03767017921698331	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
MON0037_000000042653	1727	0.5946807239655589	1	1	1	0	1	False	12082	fragment	False	MON0037_000000042653	1.0		0	0	False	False	0.9988419413566589	0					non-mobilizable	other	1715.0	99.825	99.0	0.03295900315360357	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
ISR0832_000000004934	2704	0.5946749128384506	3	2	2	2	2	False	22322	maximal	True	ISR0832_000000004934	1.0		83	10	False	False	0.9988905191421509	0					non-mobilizable	chromosome	2699.0	99.926	99.0	0.0011792700239875236	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
TAN0012_000000002888	2681	0.5946739905751147	3	3	3	3	2	False	84483	maximal	True	TAN0012_000000002888	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2413.0	99.959	90.0	0.0005019208043051986	CP037903.1	enterobacteria	Escherichia coli strain LHM10-1 chromosome, complete genome	False	False
CAN0020_000000021161	1697	0.5946677100462471	2	2	2	2	2	False	91837	fragment	False	ISR0346_000000012354	0.6353163361661945		0	0	False	False	0.9952858090400696	0					non-mobilizable	other	1616.0	99.257	99.0	0.04042452003704538	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0020_01_000000023919	1446	0.5946677100462471	2	2	2	2	2	False	82693	fragment	False	MAD0061_000000010381	0.7409142332580595		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	99.17	100.0	0.036169307401566916	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0041_000000025577	1444	0.5946677100462471	2	2	2	2	2	False	82693	fragment	False	MAD0061_000000010381	0.6407404751776178		0	0	False	False	0.9986149668693542	0					non-mobilizable	other	1441.0	99.098	99.0	0.03604415408875873	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0136_000000030719	1389	0.5946677100462471	2	2	2	2	2	False	82693	fragment	False	MAD0061_000000010381	0.5240249887565399		0	0	False	False	0.9985601305961609	0					non-mobilizable	other	1389.0	99.928	100.0	0.034742559635553553	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0121_000000003909	4651	0.5946644614877624	6	6	6	6	6	False	59147	maximal	True	ENG0121_000000003909	1.0		271	11	False	False	0.9804342985153198	0					non-mobilizable	other	4619.0	99.524	99.0	0.032582160949384056	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	False	False
ISR0133_000000010592	2002	0.5946638144448477	3	3	3	3	3	False	56827	fragment	False	ISR0133_000000010592	1.0		0	0	False	False	0.9935064911842346	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0002183160089016592	MF001361.1	viruses	Enterococcus phage EF5, partial genome	True	False
MON0045_000000010898	1953	0.5946632184309852	4	3	1	2	3	False	106918	fragment	False	MON0045_000000010898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	84.786	89.0	0.24453125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ISR0361_000000010099	1455	0.5946625814004521	2	2	2	2	2	False	23749	maximal	True	ISR0361_000000010099	1.0		37	6	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	72.565	37.0	0.00011674552783122288	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0367_000000005796	1656	0.5946600708211718	1	1	1	1	1	False	23580	fragment	False	ISR0367_000000005796	1.0		0	0	False	False	0.9993961453437805	0					non-mobilizable	no_good_hit	965.0	87.876	58.0	0.07520499804763764	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ENG0156_000000002456	6327	0.5946597861898518	9	4	4	4	4	False	56704	maximal	True	ENG0156_000000002456	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1490.0	91.40899999999999	24.0	0.003577486136339031	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	True	False
ENG0012_000000001571	14546	0.59465639068485	15	7	3	7	1	True	67108	fragment	False	ENG0012_000000001571	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	82.178	1.0	0.0012236891072746425	NZ_WNCH01000001.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold1_size158588, whole genome shotgun sequence	True	True
AST0058_000000004650	3349	0.5946472154290858	4	3	3	3	3	False	113123	fragment	False	ISR0025_000000011373	0.9914934205862295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	79.181	54.0	0.01141552511415525	NZ_JAAIPV010000006.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_6_length_155490_cov_78.5241, whole genome shotgun sequence	True	False
AST0093_000000006051	3113	0.5946472154290858	4	3	3	3	3	False	113123	fragment	False	ISR0025_000000011373	0.9437189357861991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1783.0	79.192	57.0	0.01141552511415525	NZ_JAAIPV010000006.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_6_length_155490_cov_78.5241, whole genome shotgun sequence	True	False
CHI0128_000000007192	1115	0.5946442052170238	2	1	1	1	1	False	81304	maximal	True	CHI0128_000000007192	1.0		78	10	False	False	1.0	0					non-mobilizable	other	1095.0	86.84899999999999	97.0	0.0003010258204619802	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0018_000000009900	3628	0.5946437610421741	4	4	4	4	4	False	75135	maximal	True	DEN0018_000000009900	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.966315773341164e-06	NZ_CP036422.1	g-proteobacteria	Halioglobus maricola strain IMCC14385 chromosome, complete genome	True	False
ISR0190_000000007325	3172	0.5946404240591251	3	3	3	3	3	False	90686	fragment	False	ISR0190_000000007325	1.0		0	0	False	False	0.9993695020675659	0					non-mobilizable	chromosome	3170.0	99.59	99.0	0.0013399928454784016	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0120_000000009549	1620	0.5946385452201973	4	1	1	1	1	False	81836	fragment	False	CHI0120_000000009549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	95.118	69.0	0.0001876326686849706	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0177_000000014297	1187	0.5946385452201973	2	1	1	1	1	False	77651	maximal	True	CHI0177_000000014297	1.0		9	5	False	False	0.9806234240531921	0					non-mobilizable	no_good_hit	672.0	94.94	58.0	0.00018679750843859832	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0101_000000033484	1160	0.5946385452201973	2	1	1	1	1	False	4927	maximal	True	SPA0101_000000033484	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	83.866	59.0	0.00018671200971011797	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
FIJ0126_000000006047	5635	0.594637480203545	6	3	2	3	1	True	51457	maximal	True	FIJ0126_000000006047	1.0		11	1	False	False	0.9996450543403625	0					non-mobilizable	no_good_hit	580.0	83.96600000000001	12.0	0.0002721559342320441	NZ_KB899636.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
MON0037_000000010908	5078	0.594637480203545	5	3	2	3	1	True	51455	fragment	False	FIJ0079_000000005817	0.9260367296014552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ISR0196_000000003390	5073	0.594637480203545	5	3	2	3	1	True	51455	fragment	False	FIJ0079_000000005817	0.9210322970406357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	2.0	1.5239347996527032e-05	AP022378.1	enterobacteria	Citrobacter portucalensis IOMTU157 DNA, complete genome	True	True
FIJ0079_000000005817	5059	0.594637480203545	5	3	2	3	1	True	51455	fragment	False	FIJ0079_000000005817	0.9265129035622921		0	0	False	False	0.9998023509979248	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
FIJ0031_000000004365	5048	0.594637480203545	5	3	2	3	1	True	51455	fragment	False	FIJ0079_000000005817	0.9250559727342322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	95.522	2.0	1.3902065425647542e-05	NZ_SNXL01000001.1	enterobacteria	Erwinia aphidicola strain LJJL-01 Ga0171614_11, whole genome shotgun sequence	True	True
ISR0268_000000014763	1367	0.5946265298559926	2	2	2	2	2	False	26485	fragment	False	ISR0268_000000014763	1.0		0	0	False	False	0.9978054165840149	0					non-mobilizable	no_good_hit	274.0	75.91199999999999	20.0	8.63030880726234e-05	NC_018664.1	firmicutes	Gottschalkia acidurici 9a, complete sequence	True	False
ISR0038_000000009334	3222	0.5946204175746398	2	2	2	1	1	False	36644	maximal	True	ISR0038_000000009334	1.0		1	1	False	False	0.9885164499282837	0					non-mobilizable	other	2895.0	97.686	90.0	0.01815862723291424	NZ_JH591190.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.4, whole genome shotgun sequence	False	False
USA0003_01_000000008667	4495	0.5946186499965151	4	2	1	2	1	False	11134	maximal	True	USA0003_01_000000008667	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	77.252	25.0	0.21744277821625888	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0162_000000020175	1209	0.5946153744004178	2	2	2	2	2	False	117010	fragment	False	CAN0009_000000021746	0.6587083766922854		0	0	False	False	0.9942100644111633	0					non-mobilizable	no_good_hit								True	False
ENG0026_000000005497	2027	0.5946147022652667	3	3	3	3	2	False	66069	fragment	False	ENG0026_000000005497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	98.456	96.0	0.0006144644401780628	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
USA0019_01_000000005166	5513	0.5946144828157786	3	3	2	1	3	False	111731	fragment	False	USA0019_01_000000005166	0.9979835326569955		0	0	False	False	1.0	0					non-mobilizable	other	5514.0	99.98200000000001	100.0	0.02664675289523036	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0297_000000002005	5504	0.5946144828157786	3	3	2	1	3	False	111731	fragment	False	USA0019_01_000000005166	0.9977794695334693		0	0	False	False	0.9996366500854492	0					non-mobilizable	other	5505.0	99.98200000000001	100.0	0.026603251938209307	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0797_000000002100	5493	0.5946144828157786	3	3	2	1	3	False	111731	fragment	False	USA0019_01_000000005166	0.9972802407352058		0	0	False	False	0.999817967414856	0					non-mobilizable	other	5494.0	99.98200000000001	100.0	0.02655008410185024	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0830_000000004255	5210	0.5946144828157786	3	3	2	1	3	False	111731	fragment	False	USA0019_01_000000005166	0.9778841417046151		0	0	False	False	0.9965450763702393	0					non-mobilizable	other	5210.0	100.0	100.0	0.02517738723585252	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0067_000000005937	5112	0.5946144828157786	3	3	2	1	3	False	111731	fragment	False	USA0019_01_000000005166	0.9685085019427894		0	0	False	False	0.9984350800514221	0					non-mobilizable	other	5112.0	99.863	100.0	0.02470371014828993	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0062_000000003327	5105	0.5946144828157786	3	3	2	1	3	False	111731	fragment	False	USA0019_01_000000005166	0.9654583147261517		0	0	False	False	1.0	0					non-mobilizable	other	5104.0	99.37299999999999	99.0	0.024660209191268875	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0012_000000007105	3339	0.5946139432734879	4	2	1	2	2	False	114818	maximal	True	ISR0012_000000007105	1.0		3	2	False	False	0.9982030391693115	0					non-mobilizable	no_good_hit	2460.0	93.943	73.0	0.4369987524505436	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0102_000000002728	12577	0.5946117770393263	15	14	6	10	14	False	54178	fragment	False	ENG0201_000000000765	0.9486816675449804		0	0	False	False	1.0	0					non-mobilizable	plasmid	12577.0	99.936	100.0	0.11655344349808618	MG692636.1	enterobacteria	Escherichia coli DH5alpha plasmid p369-6 contig COV38TF1_c1 genomic sequence	False	True
AST0024_000000008487	3793	0.5946109088432594	4	3	2	2	3	False	124857	fragment	False	AST0024_000000008487	1.0		0	0	False	False	0.998945415019989	0					non-mobilizable	chromosome	2281.0	99.912	94.0	0.0007348857687759285	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0209_000000004564	4137	0.594607750265731	4	4	4	4	4	False	54416	fragment	False	ENG0209_000000004564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00015947176056823668	NZ_WBWE01000006.1	a-proteobacteria	Ochrobactrum pseudintermedium strain CCUG 34735 OPS34735_6_232k_53, whole genome shotgun sequence	True	False
ISR0174_000000015995	1531	0.5946059995445739	3	1	1	1	1	False	122149	fragment	False	AST0019_000000019219	0.9779974489795918		0	0	False	False	0.9967341423034668	0					non-mobilizable	no_good_hit	445.0	75.056	29.0	0.00019591246792325612	NZ_CP040505.1	high GC Gram+	Schaalia cardiffensis F0333 chromosome, complete genome	True	False
AST0102_000000026232	1195	0.5946022696380319	2	2	2	1	1	False	108083	maximal	True	AST0102_000000026232	1.0		25	4	False	False	0.991631805896759	0					non-mobilizable	other	1197.0	87.051	100.0	0.01757034800242758	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0126_000000033251	1491	0.5945977350919052	2	2	2	2	1	False	31951	fragment	False	ISR0126_000000033251	1.0		0	0	False	False	0.9979879260063171	0					non-mobilizable	other	1497.0	90.581	99.0	0.02447747481707517	NZ_CBYM010000019.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0080_000000008694	2902	0.5945964786667663	3	2	2	2	1	False	61753	maximal	True	ENG0080_000000008694	1.0		3	3	False	False	0.9865610003471375	0					non-mobilizable	no_good_hit	484.0	72.934	16.0	0.0036296245030413483	NZ_AUGK01000009.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
ISR0212_000000018649	1907	0.5945961099717909	4	3	1	3	1	False	28348	maximal	True	ISR0212_000000018649	1.0		3	2	False	False	0.9979024529457092	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000020203	1524	0.5945958372676863	2	1	1	1	1	False	92055	fragment	False	ISR0230_000000023079	0.9404273621066068		0	0	False	False	0.9927821755409241	0					non-mobilizable	no_good_hit	122.0	77.04899999999999	8.0	0.0009431682658955032	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	True	False
MAD0097_000000031395	1328	0.5945880378292894	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.20739569031324048		0	0	False	False	0.9894578456878662	0					non-mobilizable	no_good_hit	142.0	100.0	11.0	3.91555725877668e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0089_000000020581	1861	0.5945879399600645	3	3	3	2	1	False	9448	fragment	False	SPA0089_000000020581	0.9460214689157698		0	0	False	False	0.9978505969047546	0					non-mobilizable	other	1860.0	99.839	99.0	0.014208301806036426	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0016_000000002479	2137	0.5945875171796958	3	1	1	1	1	False	19398	fragment	False	MAD0016_000000002479	1.0		0	0	False	False	0.9995320439338684	0					non-mobilizable	no_good_hit	492.0	88.821	23.0	0.00015729133998361978	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0059_000000020855	1101	0.5945872494560138	2	2	2	2	1	False	6258	maximal	True	SPA0059_000000020855	1.0		46	10	False	False	0.9854677319526672	0					non-mobilizable	no_good_hit	210.0	73.333	19.0	3.664118894462755e-05	NZ_KV917369.1	firmicutes	Bacillus abyssalis strain DSM 25875 Scaffold1, whole genome shotgun sequence	True	False
ENG0145_000000010338	3097	0.5945819586782007	4	2	2	2	1	False	125515	fragment	False	ENG0145_000000010338	0.9616897619912887		0	0	False	False	0.9996771216392517	0					non-mobilizable	no_good_hit	2351.0	81.965	76.0	0.0010254166549760108	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0166_000000012592	1905	0.5945808331592541	2	1	1	1	1	False	39011	maximal	True	FIJ0166_000000012592	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	90.291	5.0	3.071839483738224e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MON0086_000000022501	1354	0.5945808331592541	1	1	1	1	1	False	12267	fragment	False	MON0086_000000022501	0.9979591836734694		0	0	False	False	0.9970458149909973	0					non-mobilizable	no_good_hit								True	False
DEN0031_000000012383	2730	0.5945764615810509	3	2	2	2	2	False	125207	maximal	False	ISR0814_000000013416	0.9539462880053393		0	0	False	False	1.0	0					non-mobilizable	other	2739.0	97.59	100.0	0.012247326209188626	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0038_000000033211	1099	0.5945707154145038	2	2	2	2	2	False	56443	fragment	False	ENG0160_000000017359	0.9790393013100437		0	0	False	False	0.967242956161499	0					non-mobilizable	no_good_hit	515.0	73.786	46.0	0.00017489394054223293	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ENG0110_000000006843	4391	0.5945670480478509	4	3	2	3	1	False	105051	maximal	True	ENG0110_000000006843	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	99.45700000000001	4.0	0.0008546928710207742	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0150_000000008149	3339	0.5945670480478509	4	3	2	3	1	False	105046	fragment	False	AST0150_000000008149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	83.75	2.0	1.19443997380195e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
ISR0132_000000007452	3522	0.594566610456068	5	5	3	2	3	False	31604	maximal	True	ISR0132_000000007452	1.0		152	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000011874	3628	0.5945665142397458	4	4	4	3	3	False	96624	fragment	False	FIJ0011_000000011874	0.9712343170843933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	81.416	3.0	0.000724796691203362	NZ_SMKZ01000009.1	high GC Gram+	Jiangella asiatica strain 5K138 NODE_9_length_150387_cov_31.887, whole genome shotgun sequence	True	False
ISR0337_000000001277	6091	0.5945621930678455	5	3	2	2	2	True	81589	fragment	False	ISR0337_000000001277	1.0		0	0	False	False	0.9991791248321533	0					non-mobilizable	no_good_hit	905.0	88.508	34.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0060_000000022356	1360	0.5945600761340336	2	2	2	2	1	True	112272	fragment	False	ISR0388_000000023396	0.9174683952158464		0	0	False	False	0.991911768913269	0					non-mobilizable	chromosome	1358.0	95.508	99.0	0.0003792383382811575	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0024_000000023845	1158	0.5945600761340336	2	2	2	2	1	True	37407	fragment	False	ISR0024_000000023845	1.0		0	0	False	False	0.9792746305465698	0					non-mobilizable	other	1160.0	96.29299999999999	100.0	0.00028367083297476065	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0057_000000018700	1419	0.5945597068774824	2	2	2	2	2	False	64012	fragment	False	ENG0057_000000018700	1.0		0	0	False	False	0.9619450569152832	0					non-mobilizable	other	1326.0	75.867	92.0	0.0004444363665543802	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0125_000000004510	3352	0.5945592986058456	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5492692492266418		0	0	False	False	0.9934367537498474	0					non-mobilizable	other	3286.0	99.391	99.0	0.034356136294684425	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
SPA0151_000000012375	1550	0.5945557497557585	3	3	3	3	2	False	36060	fragment	False	SPA0151_000000012375	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	84.71	99.0	0.0027870931430292907	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0045_000000003466	7867	0.5945538073621565	9	9	7	7	9	False	99345	fragment	False	ISR0775_000000001932	0.9671031266695668		0	0	False	False	0.9998728632926941	0					non-mobilizable	other	7867.0	99.67	100.0	0.0017908661727099862	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
FIJ0144_000000027834	1155	0.5945505477322439	2	2	2	2	1	False	40033	maximal	True	FIJ0144_000000027834	1.0		13	4	False	False	0.9982684254646301	0					non-mobilizable	no_good_hit	117.0	82.051	10.0	0.00029887907352685105	NZ_VDMA02000007.1	high GC Gram+	Microbispora catharanthi strain CR1-09 NODE_7_length_384771_cov_36.200674, whole genome shotgun sequence	True	False
ENG0104_000000009506	3225	0.5945490155413983	4	3	2	1	1	True	85257	maximal	True	ENG0104_000000009506	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	100.0	29.0	0.00016887423811054258	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
MON0004_000000021063	2022	0.5945396201780968	2	2	2	2	2	False	28501	fragment	False	MON0004_000000021063	1.0		0	0	False	False	0.9742828607559204	0					non-mobilizable	no_good_hit	1337.0	82.04899999999999	66.0	0.00046463283200856624	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0060_000000009425	1795	0.5945380005428601	3	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.63360182357605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	75.26100000000001	42.0	0.00020863502821149595	NZ_LR134384.1	CFB group bacteria	Prevotella oris strain NCTC13071 chromosome 1	True	False
ISR0856_000000001240	3826	0.5945370632778856	5	4	2	4	2	False	72996	maximal	True	ISR0856_000000001240	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3148.0	97.586	82.0	0.08265700102434796	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
MON0103_000000012451	3664	0.5945345153274035	5	4	4	3	3	False	115988	backbone	False	ENG0038_000000005492	0.9242159028851578	PS760	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1055.0	90.806	29.0	0.00023846952341390615	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0069_000000017363	2768	0.5945343498663904	4	4	3	4	3	False	92761	maximal	True	MON0069_000000017363	1.0		3	1	False	False	0.9953034520149231	0					non-mobilizable	no_good_hit								True	False
AST0048_000000009660	1625	0.5945314439092151	3	3	3	3	3	False	114890	maximal	True	AST0048_000000009660	1.0		199	11	False	False	1.0	0					non-mobilizable	other	1625.0	99.385	100.0	0.048288781184026644	NZ_QRHR01000014.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf14, whole genome shotgun sequence	False	False
SPA0058_000000016587	1865	0.5945241860793313	3	2	2	2	2	False	106193	fragment	False	MON0068_000000022048	0.9409999888303962		0	0	False	False	0.9962466359138489	0					non-mobilizable	other	1864.0	97.639	99.0	0.015329800539793298	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0120_000000025804	1401	0.5945236747340872	2	2	2	2	1	False	120640	fragment	False	ISR0048_000000012737	0.9300134589502018		0	0	False	False	0.9928622245788574	0					non-mobilizable	other	1392.0	93.24700000000001	99.0	0.1046879710581851	NZ_SPFY01000040.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_40_length_13268_cov_18.7176, whole genome shotgun sequence	False	False
MON0103_000000042592	1364	0.5945232134001299	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.9232433205071106		0	0	False	False	0.9992668628692627	0					non-mobilizable	other	1365.0	92.601	100.0	0.00789229878401853	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
ENG0071_000000015001	1336	0.5945232134001299	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.922718859721171		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	93.867	100.0	0.007730167921250724	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
ISR0224_000000023714	1322	0.5945232134001299	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.8218847232340897		0	0	False	False	0.9992435574531555	0					non-mobilizable	chromosome	1244.0	97.186	94.0	0.0003475842891901286	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0163_000000020172	1299	0.5945232134001299	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.9285515038901915		0	0	False	False	0.9992302060127258	0					non-mobilizable	other	1300.0	92.846	100.0	0.020593041519252432	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	False	False
ISR0095_000000028400	1261	0.5945232134001299	2	2	2	1	1	False	33380	maximal	False	MON0061_000000035426	0.9718631178707224		0	0	False	False	0.9730372428894043	0					non-mobilizable	other	1261.0	98.414	100.0	0.005698443782138544	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
ISR0049_000000023472	1249	0.5945232134001299	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.6626830576435675		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	95.516	100.0	0.007226404169079328	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
SPA0018_000000024847	1205	0.5945232134001299	2	2	2	1	1	False	118561	fragment	False	AST0028_000000012965	0.9693351563225789		0	0	False	False	0.9892116189002991	0					non-mobilizable	chromosome	1196.0	99.415	99.0	0.0003344574274878105	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0038_000000029331	1201	0.5945232134001299	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.661003420316297		0	0	False	False	1.0	0					non-mobilizable	chromosome	1201.0	95.00399999999999	100.0	0.00033556005392450065	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0159_000000013684	1191	0.5945232134001299	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.6527871117548275		0	0	False	False	0.9991603493690491	0					non-mobilizable	chromosome	1191.0	99.916	100.0	0.0003327637201417965	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0113_000000022970	1142	0.5945232134001299	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.5391090231547818		0	0	False	False	1.0	0					non-mobilizable	chromosome	1142.0	97.198	100.0	0.00031906168460654603	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0095_000000025037	1119	0.5945232134001299	2	2	2	1	1	False	118561	fragment	False	AST0028_000000012965	0.946220393919076		0	0	False	False	0.9490616917610168	0					non-mobilizable	other	1119.0	99.374	100.0	0.005056238213040391	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
ISR0790_000000015534	1155	0.5945179821767003	1	1	1	1	1	False	113034	fragment	False	ISR0234_000000008565	0.12695840086439764		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	100.0	100.0	0.00048669250270021554	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0224_000000002705	8239	0.5945165500026349	9	6	4	5	4	False	122858	fragment	False	ISR0076_000000002357	0.8691342459953004		0	0	False	False	0.9997572302818298	0					non-mobilizable	no_good_hit	1941.0	93.715	24.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0034_000000018233	1191	0.594516222436398	3	2	2	1	1	False	36828	maximal	True	ISR0034_000000018233	1.0		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	95.34899999999999	40.0	0.00016452115281923726	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0102_000000003359	11040	0.5945079772655913	9	7	6	7	5	False	8982	maximal	True	MON0102_000000003359	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	1406.0	71.266	13.0	0.002033375609497718	NZ_LN898229.1	firmicutes	Fenollaria timonensis strain GD5, whole genome shotgun sequence	True	True
CAN0021_000000013559	3138	0.5945069608683088	4	3	3	3	2	True	91621	maximal	True	CAN0021_000000013559	1.0		7	4	False	False	0.985659658908844	0					non-mobilizable	other	3074.0	79.083	97.0	0.014427112727824598	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	False	True
USA0069_01_000000005059	11427	0.5945062999802484	23	4	3	2	2	False	119097	maximal	True	USA0069_01_000000005059	1.0	PS816	2	1	False	True	0.9979872107505798	0					non-mobilizable	no_good_hit	1495.0	87.291	13.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0062_000000012874	2783	0.594503606861638	4	4	3	4	3	False	35352	maximal	True	ISR0062_000000012874	1.0		10	4	False	False	0.9823930859565735	0					non-mobilizable	no_good_hit	262.0	81.679	9.0	0.0001475118718689187	NZ_LT574838.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
ISR0174_000000007656	3382	0.5944975786080898	6	4	3	1	2	False	29905	maximal	True	ISR0174_000000007656	1.0		2	1	False	False	0.9997043013572693	0					non-mobilizable	no_good_hit	1402.0	89.087	57.0	0.0037474853810568498	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
ISR0177_000000008024	3324	0.5944955046798885	3	3	3	3	3	False	91626	fragment	False	ISR0177_000000008024	0.9632081280788177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	73.693	37.0	0.0009463338854905022	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
MON0001_000000023064	1508	0.5944948217620467	3	3	3	3	2	False	43412	fragment	False	MON0001_000000023064	1.0		0	0	False	False	0.9946949481964111	0					non-mobilizable	no_good_hit	1054.0	73.719	69.0	0.0030716311451029128	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
USA0083_01_000000012879	2302	0.5944945438473259	4	4	4	3	1	False	124005	maximal	True	USA0083_01_000000012879	1.0		1	1	False	False	0.9969591498374939	0					non-mobilizable	no_good_hit	1314.0	95.12899999999999	57.0	0.0003643412144336882	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0198_000000014520	1407	0.5944920533247033	2	2	1	2	1	False	54326	maximal	True	ENG0198_000000014520	1.0		25	8	False	False	0.9609097242355347	0					non-mobilizable	no_good_hit								True	False
MON0099_000000029986	1229	0.5944890018156823	1	1	1	1	1	False	9145	fragment	False	MON0099_000000029986	0.9536082474226804		0	0	False	False	0.9991863369941711	0					non-mobilizable	no_good_hit								True	False
MON0026_000000003831	6352	0.5944881134851507	6	3	2	3	3	True	98540	fragment	False	MON0037_000000004487	0.11280679797056087		0	0	False	False	0.9995276927947998	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
ISR0123_000000002831	5929	0.5944859064769921	8	4	1	1	4	True	32128	fragment	False	ISR0123_000000002831	1.0		0	0	False	False	0.9979760646820068	0					non-mobilizable	no_good_hit	1458.0	73.388	24.0	0.5970649895178197	NZ_WHJC01000409.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig409, whole genome shotgun sequence	True	True
MAD0105_000000010155	3303	0.594481291756447	4	3	1	1	3	True	74266	fragment	False	MAD0105_000000010155	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2468.0	94.854	92.0	0.056342857142857146	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0013_000000011113	2173	0.594481291756447	4	3	1	1	3	True	74235	fragment	False	MAD0013_000000011113	1.0		0	0	False	False	0.9995397925376892	0					non-mobilizable	other	2176.0	94.62299999999999	100.0	0.049645714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
USA0005_01_000000009415	3799	0.5944787542178016	4	4	4	4	4	False	78183	fragment	False	USA0005_01_000000009415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1656.0	84.72200000000001	81.0	0.00036164323861693446	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0179_000000001403	16982	0.5944784679543114	22	8	2	8	2	False	127405	maximal	True	ISR0179_000000001403	0.8100041486578983		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0023_000000001076	16939	0.5944784679543114	22	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.6844008275479606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000001431	16804	0.5944784679543114	21	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.8018480706057386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	0.0	9.296580078707171e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
SPA0120_000000002332	16684	0.5944784679543114	20	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.7345007629655005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	0.0	3.2173674550095995e-05	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0089_000000001011	16648	0.5944784679543114	21	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.8074138002392147		0	0	False	False	0.9999399185180664	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.697021936818514e-05	NZ_BJMH01000004.1	firmicutes	Brevibacillus parabrevis strain NBRC 12334 sequence004, whole genome shotgun sequence	True	False
ISR0774_000000001128	16525	0.5944784679543114	19	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.805021640088058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0046_000000001054	16508	0.5944784679543114	21	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.7866747699392684		0	0	False	False	0.997758686542511	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.697021936818514e-05	NZ_BJMH01000004.1	firmicutes	Brevibacillus parabrevis strain NBRC 12334 sequence004, whole genome shotgun sequence	True	False
MON0066_000000000982	16133	0.5944784679543114	21	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.26945412410164193		0	0	False	False	0.9991322159767151	0					non-mobilizable	no_good_hit	60.0	100.0	0.0	0.0010755040285828866	LN594987.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002070	True	False
ISR0850_000000000753	15886	0.5944784679543114	21	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.2680735438646158		0	0	False	False	0.9996222853660583	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.697021936818514e-05	NZ_BJMH01000004.1	firmicutes	Brevibacillus parabrevis strain NBRC 12334 sequence004, whole genome shotgun sequence	True	False
ISR0814_000000002581	14915	0.5944784679543114	15	8	2	8	2	False	127403	fragment	False	USA0047_01_000000001860	0.785840479558655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.697021936818514e-05	NZ_BJMH01000004.1	firmicutes	Brevibacillus parabrevis strain NBRC 12334 sequence004, whole genome shotgun sequence	True	False
MAD0052_000000015484	1425	0.5944763822964053	3	3	3	2	2	False	17258	maximal	True	MAD0052_000000015484	1.0		1	1	False	False	0.9761403799057007	0					non-mobilizable	no_good_hit	369.0	86.721	26.0	0.0013584039678720804	MN577570.1	bacteria	Uncultured Candidatus Melainabacteria bacterium isolate LL20 clone UCI_2 genomic sequence	True	False
AST0060_000000004522	6002	0.5944763383631949	5	3	2	3	2	False	130744	fragment	False	AST0003_000000005572	0.947397476340694		0	0	False	False	1.0	0					non-mobilizable	other	3489.0	98.796	100.0	0.00578766924283805	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0214_000000010104	2759	0.5944743264557953	4	3	2	3	2	False	44086	fragment	False	ISR0214_000000010104	1.0		0	0	False	False	0.9902138710021973	0					non-mobilizable	other	1420.0	98.169	93.0	0.0003999316336896993	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0321_000000004832	2232	0.5944740217073105	3	2	2	2	2	False	29191	fragment	False	ISR0190_000000009814	0.9586530264279625		0	0	False	False	1.0	0					non-mobilizable	other	2209.0	94.93	99.0	0.0801610541727672	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	False	False
SPA0102_000000004291	8563	0.5944728648474354	10	6	3	4	4	False	111222	maximal	True	SPA0102_000000004291	1.0		13	6	False	False	0.9987154006958008	0					non-mobilizable	no_good_hit	4349.0	75.788	74.0	0.007751812123639329	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0338_000000015145	1853	0.5944702419856196	3	3	3	3	3	False	122102	fragment	False	ISR0028_000000007710	0.1029019937577842		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	98.057	100.0	0.04231824417009602	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0105_000000002095	3572	0.5944684038208379	5	3	1	1	3	False	83207	fragment	False	CHI0105_000000002095	0.9325084364454443		0	0	False	False	1.0	0					non-mobilizable	other	3573.0	98.37700000000001	100.0	0.0011109320567517977	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0152_000000008715	2653	0.5944590869029261	3	2	2	2	2	False	107373	fragment	False	ISR0233_000000004749	0.9393994873672648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	77.29	30.0	0.0037980134212601663	NZ_WAJR01000002.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_002, whole genome shotgun sequence	True	False
ISR0077_000000014905	2247	0.5944588924944528	3	3	3	3	1	False	93180	maximal	True	ISR0077_000000014905	1.0		16	5	False	False	0.9995549917221069	0					non-mobilizable	no_good_hit	596.0	78.188	39.0	0.00015898685357175593	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0093_000000016784	2317	0.5944587466499861	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3726839158216296		0	0	False	False	0.9991368055343628	0					non-mobilizable	chromosome	2323.0	91.993	100.0	0.0007771958812994015	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0094_000000004294	3199	0.5944494756549801	3	3	1	3	3	False	5238	fragment	False	SPA0094_000000004294	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3199.0	98.96799999999999	100.0	0.0006363338257392456	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	False	False
ISR0052_000000013380	2602	0.5944488403453563	3	3	3	3	3	False	35795	maximal	True	ISR0052_000000013380	1.0		527	12	False	False	1.0	0					non-mobilizable	other	2602.0	97.809	100.0	0.023248954199292075	NZ_JAAIUL010000012.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_12_length_111876_cov_341.882, whole genome shotgun sequence	False	False
MAD0047_000000025904	1776	0.5944469058642589	3	3	3	3	2	False	26085	fragment	False	MAD0047_000000025904	1.0		0	0	False	False	0.9988738894462585	0					non-mobilizable	other	1776.0	100.0	100.0	0.00038240695338642364	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ENG0099_000000000357	37538	0.5944437860318121	49	27	7	12	24	False	104035	maximal	True	ENG0099_000000000357	1.0		6	4	False	False	0.9999733567237854	0					non-mobilizable	no_good_hit	6827.0	99.07700000000001	70.0	0.001515484686341536	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0137_000000009482	2795	0.5944413854814284	4	4	4	4	3	False	119436	fragment	False	CHI0024_000000003275	0.42532667756318354		0	0	False	False	0.9949910640716553	0					non-mobilizable	chromosome	2833.0	86.693	100.0	0.0006247012250108383	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0008_000000009205	3209	0.594431230730219	3	3	3	3	3	False	8178	maximal	True	SPA0008_000000009205	1.0		3	3	False	False	0.9996883869171143	0					non-mobilizable	no_good_hit	867.0	73.818	27.0	0.0002980203086026438	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0115_000000016737	1288	0.5944183855535369	2	1	1	1	1	False	59501	fragment	False	ENG0115_000000016737	0.9550457015007008		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	98.602	100.0	0.03961218836565097	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
CHI0140_000000003052	9873	0.5944178192591116	12	6	4	2	4	True	89146	maximal	True	CHI0140_000000003052	1.0		8	3	False	False	0.996556282043457	0					non-mobilizable	no_good_hit	2880.0	99.618	32.0	0.0009239107063889437	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
FIJ0066_000000027176	1240	0.594406736027994	2	2	1	2	2	False	45286	fragment	False	FIJ0066_000000027176	0.9693808163820403		0	0	False	False	0.9854838848114014	0					non-mobilizable	other	1187.0	97.473	100.0	0.0007988254232763572	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
DEN0052_000000034412	1362	0.5944032669443804	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.8418050524267852		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	89.288	100.0	0.00042340479676258657	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0022_000000007918	3139	0.5944018571473615	7	4	4	2	1	False	94614	maximal	False	CHI0185_000000006526	0.9693316601480387		0	0	False	False	0.9996814131736755	0					non-mobilizable	other	3139.0	100.0	100.0	0.023983674592438036	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0335_000000008976	2053	0.5944002998366738	2	2	2	2	1	True	115624	fragment	False	ISR0335_000000008976	1.0		0	0	False	False	0.9995129108428955	0		MOBV			mobilizable	no_good_hit	1531.0	97.191	75.0	0.20316027088036118	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0312_000000009336	1882	0.5944002998366738	2	2	2	2	1	True	115621	fragment	False	ISR0312_000000009336	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1256.0	97.45200000000001	67.0	0.18587085308056872	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
FIJ0151_000000003898	4456	0.5943971339022869	6	6	6	6	5	False	63884	maximal	True	FIJ0151_000000003898	1.0		60	9	False	False	0.9988779425621033	0					non-mobilizable	chromosome	4456.0	99.19200000000001	100.0	0.000846228102067076	CP014123.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_156 chromosome, complete genome	False	False
MON0004_000000006292	5021	0.5943895099206654	3	2	2	2	2	True	33562	fragment	False	MON0004_000000006292	1.0		0	0	False	False	0.9757020473480225	0					non-mobilizable	no_good_hit	4060.0	93.374	81.0	0.0061083577416270254	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
CHI0157_000000006901	1609	0.5943833236429669	2	2	2	2	2	False	78935	fragment	False	USA0037_01_000000020782	0.4077573376466365		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	98.03399999999999	94.0	0.0004961397700456118	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0142_000000007545	3905	0.5943749250240866	6	6	6	6	3	False	91491	maximal	True	ENG0142_000000007545	1.0		0	0	False	False	0.9997439384460449	0					non-mobilizable	no_good_hit	2229.0	98.564	57.0	0.0006742702296971509	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
USA0091_01_000000001654	6842	0.5943722923262807	8	7	4	6	5	False	389	maximal	True	USA0091_01_000000001654	1.0		1	1	False	False	0.9959076046943665	0					non-mobilizable	no_good_hit	3930.0	96.514	59.0	0.06262458736664168	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	True	False
SPA0090_000000032496	1139	0.5943721232010689	2	2	2	2	2	False	5356	maximal	True	SPA0090_000000032496	1.0		127	11	False	False	1.0	0					non-mobilizable	chromosome	1155.0	77.57600000000001	100.0	0.000402999763087134	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0279_000000013265	1672	0.594371518528826	3	2	2	1	0	True	26234	maximal	True	ISR0279_000000013265	1.0		54	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0343_000000013685	1391	0.594371518528826	3	2	2	1	0	True	24306	fragment	False	ISR0343_000000013685	1.0		0	0	False	False	0.9928109049797058	0					non-mobilizable	no_good_hit								True	True
MON0066_000000034235	1044	0.594371518528826	2	2	2	1	0	True	10610	maximal	True	MON0066_000000034235	1.0		3	3	False	False	1.0	0					non-mobilizable	other	595.0	98.992	100.0	0.0033208823578824757	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0094_000000002297	7215	0.5943684160139671	8	8	4	7	5	True	129996	maximal	True	FIJ0094_000000002297	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	5128.0	96.197	71.0	0.001427288861050214	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0834_000000004363	3872	0.5943655454870607	4	3	2	3	1	True	35450	maximal	True	ISR0834_000000004363	1.0		96	9	False	False	0.9997417330741882	0					non-mobilizable	other	2674.0	90.052	100.0	0.008572486278549469	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0105_000000018886	1727	0.5943573173645887	2	1	1	1	1	False	53086	maximal	True	FIJ0105_000000018886	1.0		591	14	False	False	0.9994209408760071	0					non-mobilizable	other	1658.0	98.311	96.0	0.00553201860253932	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
AST0111_000000006005	3360	0.5943455183723446	4	4	3	3	3	False	132092	maximal	False	AST0016_000000007742	0.9829811554570589		0	0	False	False	1.0	0					non-mobilizable	other	2920.0	86.43799999999999	93.0	0.016565227377124483	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0148_000000008399	3477	0.5943442805916119	4	3	3	3	2	False	101396	fragment	False	DEN0043_000000001656	0.9879448909299655		0	0	False	False	1.0	0					non-mobilizable	other	3477.0	98.76299999999999	100.0	0.011884776476621934	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0825_000000007391	3105	0.5943442805916119	4	3	3	3	2	False	101395	fragment	False	ISR0825_000000007391	0.9750358368713671		0	0	False	False	1.0	0					non-mobilizable	other	3105.0	98.51899999999999	100.0	0.010578681938627233	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0296_000000008387	3058	0.5943442805916119	4	3	3	3	2	False	101395	fragment	False	ISR0825_000000007391	0.9728620750708341		0	0	False	False	0.9993459582328796	0					non-mobilizable	other	3058.0	98.79	99.0	0.010448756303957604	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0781_000000008959	3021	0.5943442805916119	4	3	3	3	2	False	101395	fragment	False	ISR0825_000000007391	0.31691576086956524		0	0	False	False	0.9993379712104797	0					non-mobilizable	other	2784.0	97.98899999999999	92.0	0.00948115223523378	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
SPA0034_000000012252	2944	0.5943442805916119	3	3	3	3	2	False	101395	fragment	False	ISR0825_000000007391	0.8000376876526835		0	0	False	False	1.0	0					non-mobilizable	other	2970.0	98.01299999999999	100.0	0.010117104025985127	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ENG0070_000000008773	2780	0.5943442805916119	4	3	3	3	2	False	101395	fragment	False	ISR0825_000000007391	0.7675675147808662		0	0	False	False	0.9874100685119629	0					non-mobilizable	other	2804.0	98.11	100.0	0.009583725104709805	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0284_000000003253	3108	0.5943420676506466	6	5	1	1	5	False	58033	fragment	False	ISR0284_000000003253	1.0		0	0	False	False	0.9996782541275024	0					non-mobilizable	plasmid	3111.0	98.071	100.0	0.03605465077135594	CP023387.1	enterobacteria	Escherichia coli strain 1190 plasmid p86, complete sequence	False	True
FIJ0080_000000009808	2580	0.5943417174174741	4	4	4	2	3	False	47291	maximal	True	FIJ0080_000000009808	1.0		29	5	False	False	0.9918604493141174	0					non-mobilizable	other	2548.0	99.529	99.0	0.001280916506573058	CP003295.1	firmicutes	Streptococcus infantarius subsp. infantarius CJ18, complete genome	False	False
DEN0005_000000013265	2605	0.5943416753740687	3	3	3	3	2	False	76518	maximal	True	DEN0005_000000013265	1.0		2	2	False	False	0.9961612224578857	0					non-mobilizable	no_good_hit	893.0	72.00399999999999	34.0	0.004101926081140494	NZ_FOAT01000006.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
FIJ0025_000000014282	1489	0.5943399703463463	2	2	2	1	1	False	129897	fragment	False	FIJ0025_000000014282	1.0		0	0	False	False	0.9865681529045105	0					non-mobilizable	no_good_hit	1281.0	87.432	86.0	0.017737617135207495	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0385_000000014325	1622	0.5943399620167691	3	3	3	2	2	False	23035	maximal	True	ISR0385_000000014325	1.0		267	12	False	False	0.9944512844085693	0					non-mobilizable	no_good_hit	941.0	87.991	89.0	0.023605042438852895	NZ_CYZN01000032.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0057_000000018094	1242	0.5943331314897277	3	2	2	1	1	False	35556	fragment	False	ISR0057_000000018094	1.0		0	0	False	False	0.989533007144928	0					non-mobilizable	no_good_hit	906.0	99.55799999999999	73.0	0.001063922334845161	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0145_000000009813	1611	0.5943320014663466	2	2	2	2	0	True	89601	maximal	True	FIJ0145_000000009813	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	91.682	67.0	0.0005036867068683279	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
MAD0108_000000001874	8146	0.5943299623441739	7	5	3	4	4	False	124861	maximal	True	MAD0108_000000001874	1.0	PS916	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	823.0	98.29899999999999	12.0	0.003171696567922983	CP032307.1	firmicutes	Enterococcus faecium strain HY07 plasmid unnamed2, complete sequence	True	True
ISR0199_000000009318	3147	0.5943264459674138	5	5	4	4	3	False	95182	maximal	True	ISR0199_000000009318	1.0		1	1	False	False	0.9930092096328735	0					non-mobilizable	no_good_hit	365.0	84.11	12.0	0.002926821423689564	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0036_000000011494	3318	0.5943241081012295	4	3	3	3	2	True	105865	fragment	False	ISR0081_000000007218	0.9151349450982833		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2623.0	94.929	79.0	0.05993142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0183_000000007065	4969	0.5943227271008608	6	6	5	5	6	False	29492	maximal	True	ISR0183_000000007065	1.0		5	4	False	False	0.9997987747192383	0					non-mobilizable	plasmid	4969.0	100.0	100.0	0.010123280692817116	CP044111.1	enterobacteria	Klebsiella michiganensis strain FDAARGOS_647 plasmid unnamed2	False	True
ENG0189_000000014025	1313	0.5943186177816879	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.21766019806191503		0	0	False	False	0.9992383718490601	0					non-mobilizable	other	1313.0	99.54299999999999	100.0	0.0004208954188856513	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0042_000000008831	2715	0.5943167654944392	4	3	2	2	2	False	90751	maximal	True	FIJ0042_000000008831	1.0		8	4	False	False	0.999263346195221	0					non-mobilizable	no_good_hit	1282.0	82.527	47.0	0.01721084296626783	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
FIJ0102_000000004803	6261	0.5943085599319514	8	4	4	4	1	True	113130	fragment	False	FIJ0102_000000004803	0.867627308480787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5514.0	94.777	88.0	0.12582857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ENG0191_000000017093	1847	0.5943079101850279	2	2	2	2	1	True	54702	fragment	False	ISR0815_000000016167	0.9346133886870784		0	0	False	False	0.9902544617652893	0					non-mobilizable	no_good_hit	1503.0	84.098	81.0	0.09915541663895724	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
MON0027_000000000825	21550	0.5943052592843286	19	13	3	11	6	True	111038	maximal	True	MON0027_000000000825	1.0		14	6	False	False	0.996566116809845	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.0740231608290207e-06	NC_016109.1	high GC Gram+	Kitasatospora setae KM-6054, complete genome	True	True
MON0094_000000026915	1424	0.5943020894110821	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.06745155369731962		0	0	False	False	1.0	0					non-mobilizable	chromosome	1424.0	96.91	100.0	0.0004789734686396918	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0033_000000026740	1184	0.5943020894110821	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.036422806640571105		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	98.057	100.0	0.00039819087378830314	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0010_000000016783	1149	0.5943020894110821	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.02609583017588267		0	0	False	False	0.9991296529769897	0					non-mobilizable	chromosome	1149.0	97.12799999999999	100.0	0.00038641007870580897	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0062_000000026077	1143	0.5943020894110821	3	2	1	1	2	True	125708	fragment	False	MON0019_000000032934	0.021140215804917848		0	0	False	False	0.9973753094673157	0					non-mobilizable	chromosome	1143.0	97.988	100.0	0.00038439051383452427	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0039_000000046278	1006	0.5943020894110821	2	2	1	1	2	True	11885	fragment	False	MON0039_000000046278	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1006.0	97.117	100.0	0.00035463658219258567	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0209_000000010747	1708	0.5943006005331067	2	2	2	2	1	False	53782	maximal	True	ENG0209_000000010747	1.0		140	13	False	False	1.0	0					non-mobilizable	other	1014.0	80.473	92.0	0.0012858274516507192	NZ_QSBM01000001.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf1, whole genome shotgun sequence	False	False
MON0030_000000028065	1295	0.5942987767869725	2	2	1	2	1	False	12496	maximal	True	MON0030_000000028065	1.0		4	2	False	False	0.9992278218269348	0					non-mobilizable	no_good_hit	273.0	72.161	21.0	0.0007481428535670283	NZ_RJVL01000005.1	b-proteobacteria	Diaphorobacter nitroreducens strain DSM 15985 Ga0244670_105, whole genome shotgun sequence	True	False
ISR0014_000000005206	6651	0.5942930016147111	7	7	7	7	6	False	130063	maximal	True	ISR0014_000000005206	0.9494637596407134		878	15	False	False	1.0	0					non-mobilizable	chromosome	6651.0	97.294	100.0	0.0022380144715286794	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0101_000000003004	3323	0.5942914744536862	4	4	3	3	4	False	132092	maximal	False	AST0016_000000007742	0.9795335489892779		0	0	False	False	0.999699056148529	0					non-mobilizable	other	2934.0	86.29899999999999	93.0	0.016645613229214515	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0306_000000001119	6562	0.5942861093316237	4	3	3	3	3	False	25460	fragment	False	ISR0306_000000001119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	91.506	10.0	6.775629820133704e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0160_000000006185	2821	0.5942853089804186	3	2	2	2	2	False	51048	maximal	True	FIJ0160_000000006185	1.0		6	1	False	False	0.9883019924163818	0					non-mobilizable	other	1397.0	100.0	99.0	0.0002624477501497419	CP013322.1	enterobacteria	Klebsiella pneumoniae strain CAV1193, complete genome	False	False
ISR0121_000000015672	1635	0.5942834229023607	2	2	2	2	2	False	32203	maximal	True	ISR0121_000000015672	1.0		4	2	False	False	0.9816513657569885	0					non-mobilizable	other	1634.0	99.572	99.0	0.0024026789944354364	NZ_LN898229.1	firmicutes	Fenollaria timonensis strain GD5, whole genome shotgun sequence	False	False
DEN0070_000000003207	9309	0.5942788412741119	19	8	5	8	5	True	70656	fragment	False	DEN0070_000000003207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0125_01_000000004825	5276	0.5942739383906628	6	4	4	4	4	True	10163	fragment	False	USA0125_01_000000004825	1.0		0	0	False	False	0.9971569180488586	0			MPF_T		non-mobilizable	plasmid	5115.0	99.98	97.0	0.08521345019495451	CP028155.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain RM4283 plasmid pRM4283-2, complete sequence	False	True
ISR0029_000000024882	1742	0.5942686603987838	3	3	3	3	2	False	130805	fragment	False	ISR0029_000000024882	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1742.0	100.0	100.0	0.000268354582566817	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0047_000000015368	1496	0.5942636464547938	4	3	3	3	3	False	115194	maximal	True	AST0047_000000015368	1.0		4	3	False	False	0.9986631274223328	0					non-mobilizable	no_good_hit	709.0	99.295	47.0	0.00028459279714924843	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
AST0061_000000021765	1931	0.5942634930617738	2	2	2	1	1	False	111993	fragment	False	AST0061_000000021765	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1940.0	94.536	100.0	0.0005478745872488861	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0138_000000004475	5001	0.5942625986308061	6	5	5	4	3	False	50798	maximal	True	SPA0138_000000004475	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2468.0	98.096	49.0	0.004726904844933762	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
USA0084_01_000000020913	1542	0.5942590240480298	2	1	1	1	1	False	119659	fragment	False	USA0084_01_000000020913	1.0		0	0	False	False	0.996757447719574	0					non-mobilizable	other	1542.0	98.76799999999999	100.0	0.004549829639733801	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	False	False
ENG0057_000000021320	1275	0.594256265342333	2	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.2066417254449427		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	99.686	100.0	0.01584320943131086	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0327_000000013255	2105	0.5942539944369376	3	3	3	2	2	False	69048	maximal	True	ISR0327_000000013255	1.0		37	9	False	False	1.0	0					non-mobilizable	chromosome	1290.0	99.92200000000001	100.0	0.00024264039469001843	CP052503.1	enterobacteria	Klebsiella pneumoniae strain B17KP0020 chromosome, complete genome	False	False
CHI0126_000000004955	3005	0.5942534171069742	5	2	1	2	0	True	90730	maximal	True	CHI0126_000000004955	1.0		9	3	False	False	0.9980033040046692	0					non-mobilizable	no_good_hit	46.0	95.652	2.0	0.00044235331966059437	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
ENG0174_000000011450	1717	0.5942514430415452	2	2	2	1	1	False	128969	maximal	True	ENG0174_000000011450	1.0	PS1059	2	2	False	True	0.9988352060317993	0					non-mobilizable	no_good_hit	1434.0	98.884	84.0	0.01971575196400809	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
AST0060_000000020846	1451	0.5942463010624096	2	2	2	2	2	False	112306	maximal	True	AST0060_000000020846	0.9752613240418119		189	12	False	False	0.9993107914924622	0					non-mobilizable	no_good_hit	60.0	100.0	4.0	0.00028517294047135703	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0175_000000021197	1160	0.5942443468230441	2	1	1	1	1	False	55578	fragment	False	ISR0230_000000030807	0.9696777091146814		0	0	False	False	0.9637930989265442	0					non-mobilizable	no_good_hit	878.0	73.804	75.0	0.0031326026344317987	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0003_000000006718	6938	0.5942399505703038	9	3	2	3	2	False	96792	maximal	True	CAN0003_000000006718	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.1840822507386261e-05	NZ_PYWK01000001.1	firmicutes	Metasolibacillus fluoroglycofenilyticus strain cmg86 NODE_1_length_2280247_cov_102.929_ID_1, whole genome shotgun sequence	True	False
USA0055_01_000000023277	1123	0.5942395323375494	2	1	1	1	1	False	1019	fragment	False	USA0055_01_000000023277	1.0		0	0	False	False	0.9902048110961914	0					non-mobilizable	no_good_hit	891.0	82.26700000000001	78.0	0.001432154705073226	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
MAD0112_000000002678	8631	0.5942345618815559	15	6	2	5	5	False	14476	fragment	False	MAD0112_000000002678	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	72.617	8.0	0.0016190867049708714	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0289_000000007468	1500	0.5942289772947502	2	2	2	2	2	False	25936	maximal	True	ISR0289_000000007468	1.0		520	13	False	False	1.0	0					non-mobilizable	other	1500.0	97.26700000000001	100.0	0.018227805002614395	NZ_JAAIUL010000016.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_16_length_82237_cov_365.508, whole genome shotgun sequence	False	False
AST0007_000000001612	10681	0.5942270006525785	21	8	6	5	4	True	127400	maximal	True	AST0007_000000001612	1.0		7	3	False	False	0.9968167543411255	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	4.561362117101176e-06	CP051167.1	cyanobacteria	Oxynema sp. AP17 chromosome, complete genome	True	True
ISR0259_000000011342	1541	0.5942257960706259	4	2	1	2	2	False	99859	fragment	False	ISR0259_000000011342	0.8429219477998657		0	0	False	False	1.0	0					non-mobilizable	plasmid	1541.0	99.935	100.0	0.351357517681953	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
ENG0175_000000016681	1502	0.5942257960706259	4	2	1	2	2	False	99859	fragment	False	ISR0259_000000011342	0.8385759851922224		0	0	False	False	0.9906790852546692	0					non-mobilizable	plasmid	1502.0	99.93299999999999	100.0	0.34245950262377367	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
CHI0067_000000007925	1480	0.5942257960706259	4	2	1	2	2	False	99859	fragment	False	ISR0259_000000011342	0.8255469528242859		0	0	False	False	1.0	0					non-mobilizable	plasmid	1480.0	100.0	100.0	0.33744010951403147	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
FIJ0150_000000020690	1219	0.5942241391817792	3	3	3	2	1	False	39777	maximal	False	ISR0088_000000019188	0.9577897160399079		0	0	False	False	0.9967186450958252	0					non-mobilizable	no_good_hit	585.0	91.45299999999999	48.0	0.00016412267157985496	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0090_000000023121	2544	0.5942155885318373	4	4	4	3	1	False	37897	maximal	True	MON0090_000000023121	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	86.552	52.0	0.005032649014209136	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
FIJ0079_000000015943	1756	0.5942086142560058	2	2	1	2	1	False	112733	maximal	True	FIJ0079_000000015943	1.0	PS721	0	0	False	True	0.9971526265144348	0					non-mobilizable	no_good_hit	795.0	99.74799999999999	45.0	0.007668904235282755	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0037_000000025332	1331	0.5942065090597071	1	1	1	1	1	False	47732	maximal	True	FIJ0037_000000025332	1.0		0	0	False	False	0.9947407841682434	0					non-mobilizable	other	1255.0	80.797	94.0	0.021651305549240104	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0812_000000010005	3907	0.5942060170132673	5	3	2	2	3	False	21660	maximal	True	ISR0812_000000010005	1.0		1	1	False	False	0.9936012029647827	0					non-mobilizable	no_good_hit	642.0	85.35799999999999	16.0	0.00572720287342971	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0812_000000020454	1936	0.5942049950958127	4	4	3	4	3	False	74530	fragment	False	ISR0812_000000020454	1.0		0	0	False	False	0.9994834661483765	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.00013177078684162427	NZ_CABMGA010000004.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0130_01_000000023345	1434	0.5942029712263793	2	2	2	2	2	False	59500	maximal	True	USA0130_01_000000023345	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	98.48700000000001	83.0	0.0019015846005232956	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
DEN0085_000000011366	2728	0.594197282098666	3	2	2	2	2	False	84784	maximal	True	DEN0085_000000011366	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	88.696	8.0	3.1657696985854006e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0002_000000024824	1509	0.5941921090933648	2	2	2	2	1	False	131366	maximal	True	AST0002_000000024824	1.0		4	2	False	False	0.9960238337516785	0					non-mobilizable	no_good_hit	1087.0	77.369	71.0	0.0024190096103537235	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0029_000000009111	1213	0.5941909565825387	2	2	2	2	2	False	88552	maximal	True	CHI0029_000000009111	1.0		6	3	False	False	0.9876339435577393	0					non-mobilizable	chromosome	1213.0	99.75299999999999	100.0	0.0003156727619465341	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	False	False
USA0026_01_000000007323	4656	0.5941876325017323	4	4	4	4	2	False	1638	maximal	True	USA0026_01_000000007323	1.0		21	7	False	False	1.0	0					non-mobilizable	other	3436.0	99.825	100.0	0.06219220741599073	NZ_GL882646.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld97, whole genome shotgun sequence	False	False
USA0024_01_000000004074	5918	0.5941821274297532	6	4	3	4	3	False	126051	maximal	True	USA0024_01_000000004074	1.0	PS940	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	813.0	73.063	13.0	0.00027486509504608787	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
FIJ0162_000000016974	1346	0.594180547020318	3	3	3	3	2	False	39213	maximal	True	FIJ0162_000000016974	1.0		3	3	False	False	0.9962853193283081	0					non-mobilizable	no_good_hit	38.0	97.368	3.0	0.00012442369968826818	NZ_NOXU01000027.1	a-proteobacteria	Niveispirillum lacus strain 1-14 scaffold20, whole genome shotgun sequence	True	False
ENG0152_000000011312	2120	0.5941804704319513	3	3	1	1	3	False	57040	fragment	False	ENG0152_000000011312	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2048.0	96.24	100.0	0.025566647830727696	CP031286.1	enterobacteria	Escherichia fergusonii strain 40A plasmid p80_40A, complete sequence	False	True
DEN0083_000000022724	1360	0.5941791996680893	1	1	1	1	1	False	69074	maximal	True	DEN0083_000000022724	1.0		125	10	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit	534.0	71.91	38.0	8.37603160918942e-05	CP015992.1	g-proteobacteria	Pseudomonas sp. TCU-HL1, complete genome	True	False
SPA0137_000000001387	20080	0.5941777423261635	20	15	8	10	14	True	105469	maximal	True	SPA0137_000000001387	0.982644972891627	PS636	183	10	False	True	1.0	0					non-mobilizable	chromosome	19924.0	100.0	99.0	0.0036076509797317484	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	True
ISR0088_000000019188	1303	0.5941710395850344	3	3	3	2	2	False	39777	maximal	True	ISR0088_000000019188	0.989335520918786		188	11	False	False	0.9976975917816162	0					non-mobilizable	no_good_hit	658.0	92.09700000000001	50.0	0.00018463800552733682	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0036_000000013331	2191	0.5941691953162272	5	3	3	2	2	False	18729	maximal	True	MAD0036_000000013331	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0306_000000003974	2417	0.594154808401146	3	3	3	3	3	False	25454	maximal	True	ISR0306_000000003974	1.0		0	0	False	False	0.9991725087165833	0					non-mobilizable	no_good_hit	849.0	99.529	35.0	0.0026224965672509556	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0019_000000008096	3390	0.5941545652226283	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.9725305628495675		0	0	False	False	1.0	0					non-mobilizable	other	3390.0	99.971	100.0	0.0014292902007374615	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0241_000000005610	2497	0.5941539200187456	3	2	1	2	2	False	81369	maximal	True	ISR0241_000000005610	1.0		23	5	False	False	0.9995995163917542	0					non-mobilizable	no_good_hit	457.0	97.155	49.0	0.0001222143840381525	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0051_000000010145	2828	0.5941502286388318	7	5	3	5	3	False	127742	maximal	True	MAD0051_000000010145	1.0		1	1	False	False	0.9975247383117676	0					non-mobilizable	no_good_hit	1804.0	99.05799999999999	64.0	0.057160067209840536	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0065_000000022634	1149	0.5941456823239364	3	2	2	2	0	False	127422	fragment	False	ENG0002_000000019380	0.3927037461037797		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	98.869	100.0	0.0020709274616165863	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0058_000000012821	2559	0.5941452367355654	4	4	4	4	2	False	83472	fragment	False	ENG0193_000000008105	0.9892107011692252		0	0	False	False	1.0	0					non-mobilizable	other	2547.0	99.725	100.0	0.0007707148933309389	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MAD0088_000000007262	3079	0.5941448069179193	3	3	3	3	2	False	47719	maximal	True	MAD0088_000000007262	1.0		20	2	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	83.164	32.0	0.00040829923224791365	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0295_000000006906	4547	0.594141254938739	6	3	2	2	3	False	112845	maximal	True	ISR0295_000000006906	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2290.0	74.236	50.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0326_000000001768	7808	0.5941360216627093	11	6	3	2	3	True	113134	fragment	False	ISR0042_000000002093	0.7692251368536601		0	0	False	False	0.9979507923126221	0					non-mobilizable	other	7809.0	96.171	100.0	0.17833142857142859	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0089_000000002038	7653	0.5941360216627093	10	6	3	2	3	True	113134	fragment	False	ISR0042_000000002093	0.5894946528706284		0	0	False	False	1.0	0					non-mobilizable	other	7654.0	95.675	99.0	0.17476571428571427	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0078_000000004523	7465	0.5941360216627093	10	6	3	2	3	True	113134	fragment	False	ISR0042_000000002093	0.5002625771867689		0	0	False	False	1.0	0					non-mobilizable	other	7468.0	95.661	100.0	0.1705142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0041_000000005290	7084	0.5941360216627093	10	6	3	2	3	True	113134	fragment	False	ISR0042_000000002093	0.33947379629775276		0	0	False	False	1.0	0					non-mobilizable	other	7087.0	95.725	100.0	0.16180571428571427	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0015_000000001754	12083	0.5941355729317542	11	10	9	9	9	False	120418	maximal	True	ISR0015_000000001754	0.9680339826654081		15	5	False	False	1.0	0					non-mobilizable	other	11498.0	99.12200000000001	99.0	0.004961638066655372	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0349_000000000160	27286	0.5941341856536438	30	26	13	19	24	True	85835	maximal	True	ISR0349_000000000160	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	13233.0	93.713	69.0	0.0038651906766880304	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0034_000000008676	2376	0.5941318986185483	3	3	2	3	1	False	38234	maximal	True	ISR0034_000000008676	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	80.617	19.0	0.00016506590978148752	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
USA0020_01_000000026837	1284	0.5941318986185483	3	3	2	3	1	False	24412	fragment	False	ISR0338_000000022493	0.9862068965517241		0	0	False	False	0.9844236969947815	0					non-mobilizable	no_good_hit	167.0	86.228	13.0	0.001320248915222309	NZ_FOJY01000010.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
SPA0123_000000003186	3285	0.5941310364149496	3	2	2	2	2	False	110700	maximal	True	SPA0123_000000003186	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	2026.0	95.262	62.0	0.0006098504857421473	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
SPA0156_000000006948	2480	0.5941270631549116	3	3	3	3	3	False	60146	fragment	False	SPA0156_000000006948	0.9935709354292637		0	0	False	False	1.0	0					non-mobilizable	other	2480.0	99.637	100.0	0.0009202674900938532	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
ENG0112_000000014103	1970	0.5941270631549116	3	3	3	3	3	False	60145	fragment	False	ENG0112_000000014103	1.0		0	0	False	False	0.9994924068450928	0					non-mobilizable	other	1505.0	98.272	100.0	0.0005579516085562975	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
ISR0808_000000001714	7071	0.5941250908538963	7	6	5	6	4	False	104499	fragment	False	DEN0045_000000004185	0.5483676878172642		0	0	False	False	0.9981614947319031	0					non-mobilizable	other	6703.0	99.344	95.0	0.0474001032743632	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0072_000000022131	1336	0.594121031093603	3	2	2	1	1	False	86748	maximal	True	ISR0072_000000022131	1.0		34	7	False	False	0.9640718698501587	0					non-mobilizable	no_good_hit	1163.0	99.31200000000001	87.0	0.00021881735059642792	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0379_000000019847	1272	0.5941185325077251	2	2	2	2	2	False	25082	maximal	True	ISR0379_000000019847	0.9834645669291339		948	13	False	False	0.99842768907547	0					non-mobilizable	other	1268.0	99.448	99.0	0.00026758844938723936	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0002_000000008919	3901	0.594117012525177	7	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9035672510449526	PS599|PS876	0	0	True	True	0.999743640422821	18					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8643192631547402e-06	CP053158.1	moths	Carposina sasakii isolate BJYQ chromosome 11	True	True
AST0059_000000003527	3886	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9249586970580116	PS599|PS876	0	0	True	True	0.9997426867485046	33					non-mobilizable	no_good_hit								True	True
ENG0110_000000007804	3885	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.8980317001236157	PS599|PS876	0	0	True	True	1.0	45					non-mobilizable	no_good_hit								True	True
USA0024_01_000000006231	3872	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9359290222153368	PS599|PS876	0	0	True	True	1.0	89					non-mobilizable	no_good_hit								True	True
SPA0001_000000008777	3872	0.594117012525177	7	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9300323943677816	PS599|PS876	0	0	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
FIJ0023_000000007927	3869	0.594117012525177	7	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9396466730231591	PS599|PS876	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8643192631547402e-06	CP053158.1	moths	Carposina sasakii isolate BJYQ chromosome 11	True	True
ISR0091_000000008034	3867	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9444247803859345	PS599|PS876	0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
AST0061_000000010408	3866	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9238656360677864	PS599|PS876	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8643192631547402e-06	CP053158.1	moths	Carposina sasakii isolate BJYQ chromosome 11	True	True
ISR0079_000000007093	3865	0.594117012525177	7	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9430380026802896	PS599|PS876	0	0	True	True	0.9994825124740601	18					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8643192631547402e-06	CP053158.1	moths	Carposina sasakii isolate BJYQ chromosome 11	True	True
ISR0141_000000009183	3864	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9496767402627916	PS599|PS876	0	0	True	True	1.0	61					non-mobilizable	no_good_hit								True	True
ISR0282_000000005267	3862	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9581781665601737	PS599|PS876	0	0	True	True	1.0	23					non-mobilizable	no_good_hit								True	True
ISR0251_000000003230	3862	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9581781665601737	PS599|PS876	0	0	True	True	0.9976695775985718	10					non-mobilizable	no_good_hit								True	True
ISR0114_000000006966	3862	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9581925181319402	PS599|PS876	0	0	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
AST0019_000000006948	3852	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9276856234574576	PS599|PS876	0	0	True	True	0.9992212057113647	10					non-mobilizable	no_good_hit								True	True
SPA0011_000000005399	3851	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9263830968494905	PS599|PS876	0	0	True	True	1.0	576					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8643192631547402e-06	CP053158.1	moths	Carposina sasakii isolate BJYQ chromosome 11	True	True
ISR0174_000000006848	3849	0.594117012525177	7	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9329694356565919	PS599|PS876	0	0	True	True	0.9989607930183411	12					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8643192631547402e-06	CP053158.1	moths	Carposina sasakii isolate BJYQ chromosome 11	True	True
SPA0009_000000009004	3848	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9277922873617304	PS599|PS876	0	0	True	True	1.0	130					non-mobilizable	no_good_hit								True	True
AST0055_000000008598	3847	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9331204247452276	PS599|PS876	0	0	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
ISR0056_000000005222	3835	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.944387086292004	PS599|PS876	0	0	True	True	0.996610164642334	18					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8643192631547402e-06	CP053158.1	moths	Carposina sasakii isolate BJYQ chromosome 11	True	True
AST0099_000000005479	3834	0.594117012525177	7	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9310526039252056	PS599|PS876	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8643192631547402e-06	CP053158.1	moths	Carposina sasakii isolate BJYQ chromosome 11	True	True
AST0088_000000003220	3829	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9407540228288777	PS599|PS876	0	0	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
SPA0012_000000006460	3826	0.594117012525177	7	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9426103755983929	PS599|PS876	0	0	True	True	0.9968635439872742	13					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8643192631547402e-06	CP053158.1	moths	Carposina sasakii isolate BJYQ chromosome 11	True	True
ISR0363_000000004812	3825	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9474675734474461	PS599|PS876	0	0	True	True	1.0	27					non-mobilizable	no_good_hit								True	True
ISR0336_000000003167	3823	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9578515025509298	PS599|PS876	0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ISR0045_000000006492	3822	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9580703216836466	PS599|PS876	0	0	True	True	0.9952903985977173	7					non-mobilizable	no_good_hit								True	True
ISR0100_000000002953	3822	0.594117012525177	7	2	0	2	0	False	122841	backbone	True	ISR0100_000000002953	0.9583274272323323	PS599|PS876	29	5	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
ISR0115_000000008161	3822	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9273105148949521	PS599|PS876	0	0	True	True	0.999738335609436	6					non-mobilizable	no_good_hit								True	True
ISR0128_000000009092	3822	0.594117012525177	7	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9580909981074686	PS599|PS876	0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
ISR0167_000000008032	3822	0.594117012525177	7	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9578414883066038	PS599|PS876	0	0	True	True	1.0	8					non-mobilizable	no_good_hit								True	True
ISR0026_000000005832	3821	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9574451309977565	PS599|PS876	0	0	True	True	0.9984297156333923	2					non-mobilizable	no_good_hit								True	True
ISR0309_000000004444	3801	0.594117012525177	8	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.9470160621427836	PS599|PS876	0	0	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
ISR0829_000000003805	3688	0.594117012525177	7	2	0	2	0	False	122841	backbone	False	ISR0100_000000002953	0.922663073219187	PS599|PS876	0	0	True	True	0.9856290817260742	4					non-mobilizable	no_good_hit								True	True
ISR0031_000000005804	3536	0.594117012525177	7	2	0	2	0	False	102471	fragment	False	ISR0031_000000005804	1.0		0	0	False	True	0.9994344115257263	0					non-mobilizable	no_good_hit	248.0	95.565	7.0	0.05954974582425563	MK231298.1	viruses	Uncultured human fecal virus clone A.hadrus_S03.O11_3_c1 sequence	True	True
ISR0123_000000006415	3157	0.594117012525177	6	2	0	2	0	False	102470	fragment	False	ISR0123_000000006415	1.0		0	0	False	True	0.9971491694450378	0					non-mobilizable	no_good_hit								True	True
DEN0034_000000002150	3122	0.594117012525177	7	2	0	2	0	False	102469	backbone	True	DEN0034_000000002150	1.0	PS599	5	4	True	True	0.999679684638977	18					non-mobilizable	no_good_hit								True	True
ISR0107_000000007645	3088	0.594117012525177	6	2	0	2	0	False	32857	fragment	False	ISR0107_000000007645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0004_000000007950	2648	0.594117012525177	5	2	0	2	0	False	102468	fragment	False	AUS0004_000000007950	1.0		0	0	False	False	0.9830060601234436	0					non-mobilizable	no_good_hit								True	False
ISR0109_000000012386	2594	0.594117012525177	6	2	0	2	0	False	32753	fragment	False	ISR0109_000000012386	1.0		0	0	False	False	0.9953739643096924	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0016024965208957112	NZ_JRNP01000049.1	CFB group bacteria	Prevotella buccalis DNF00985 contig049, whole genome shotgun sequence	True	False
ISR0138_000000013193	2224	0.594117012525177	6	2	0	2	0	False	31353	fragment	False	ISR0138_000000013193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0010_000000013811	2131	0.5941129442702512	3	3	3	3	3	False	126259	maximal	True	AST0010_000000013811	1.0		10	7	False	False	0.9962459206581116	0					non-mobilizable	no_good_hit	86.0	79.07	4.0	0.00010936389272964465	NZ_QJKD01000001.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_101, whole genome shotgun sequence	True	False
MON0094_000000034478	1129	0.5941127162519254	2	2	2	1	1	False	9326	maximal	True	MON0094_000000034478	1.0		3	2	False	False	0.978742241859436	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000015987	1750	0.5941107892621244	4	1	1	1	1	False	45582	maximal	True	FIJ0063_000000015987	1.0		2	1	False	False	0.9994285702705383	0					non-mobilizable	no_good_hit								True	False
ISR0244_000000010568	2295	0.5941088569818804	2	2	1	2	1	False	101385	maximal	True	ISR0244_000000010568	1.0		1	1	False	False	0.9930283427238464	0					non-mobilizable	no_good_hit	1179.0	98.98200000000001	51.0	0.004027694674758526	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
ISR0074_000000026560	1147	0.594107451359064	2	2	2	2	2	False	34658	maximal	True	ISR0074_000000026560	1.0		220	13	False	False	0.9651263952255249	0					non-mobilizable	other	1145.0	99.738	99.0	0.001023761284641433	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
MON0032_000000023430	1338	0.5941058069354674	2	2	2	2	1	True	21503	fragment	False	ISR0814_000000031305	0.7833782230908448		0	0	False	False	0.9850522875785828	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00026204224495334714	NZ_SWLZ01000017.1	firmicutes	Bacillus siralis strain 171544 NODE_17_length_106853_cov_48.503954, whole genome shotgun sequence	True	True
FIJ0108_000000008061	2779	0.5941050251961401	4	3	2	2	2	False	42231	maximal	True	FIJ0108_000000008061	1.0		1	1	False	False	0.9989205002784729	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.004456180887935303	AP019719.1	firmicutes	Clostridium butyricum NBRC 13949 plasmid pCBU3 DNA, complete genome	True	False
ENG0096_000000012030	2780	0.5941026635437155	3	3	2	3	1	True	127715	fragment	False	ENG0096_000000012030	1.0		0	0	False	True	0.9982014298439026	0					non-mobilizable	other	2784.0	92.277	99.0	0.009175251262505325	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
DEN0096_000000016790	2628	0.5940984187314836	3	2	2	1	2	False	68193	maximal	True	DEN0096_000000016790	1.0		3	2	False	False	0.9988584518432617	0					non-mobilizable	no_good_hit								True	False
ISR0065_000000017008	1973	0.594097894889302	2	1	1	1	1	False	35191	fragment	False	ISR0065_000000017008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0002670015723425927	NZ_AUDW01000007.1	firmicutes	Gemella cuniculi DSM 15828 H612DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
SPA0072_000000000826	15909	0.5940960073722041	15	10	6	10	6	False	5969	maximal	True	SPA0072_000000000826	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	5049.0	95.84100000000001	49.0	0.20608870471423296	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
SPA0070_000000000808	15897	0.5940960073722041	15	10	6	10	6	False	5969	maximal	False	SPA0072_000000000826	0.9996226532678457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5049.0	95.84100000000001	49.0	0.20608870471423296	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
SPA0069_000000001033	15894	0.5940960073722041	15	10	6	10	6	False	5969	maximal	False	SPA0072_000000000826	0.9994811378718423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5049.0	95.84100000000001	49.0	0.20608870471423296	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
SPA0071_000000001070	15892	0.5940960073722041	15	10	6	10	6	False	5969	maximal	False	SPA0072_000000000826	0.9991981130743599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5049.0	95.84100000000001	49.0	0.20608870471423296	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
MON0003_000000002990	4109	0.5940909045009821	4	4	4	4	3	False	89440	fragment	False	MON0003_000000002990	0.9788496266901872		0	0	False	False	0.989291787147522	0					non-mobilizable	no_good_hit	790.0	97.34200000000001	19.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
MON0061_000000018097	2468	0.5940877246808633	3	3	3	3	3	False	61891	fragment	False	MON0061_000000018097	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	71.282	23.0	0.0002849914502564923	NZ_LT635494.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	True	False
MAD0098_000000003555	10074	0.5940833294571299	25	2	2	2	1	False	15362	maximal	True	MAD0098_000000003555	1.0		1	1	False	False	0.9962279200553894	0					non-mobilizable	no_good_hit	150.0	82.667	1.0	3.94800477708578e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0146_000000024515	1707	0.5940798057994554	2	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.5750587580143292		0	0	False	False	1.0	0					non-mobilizable	chromosome	1705.0	99.413	99.0	0.0006012942647325034	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0131_000000004127	6861	0.594073783290323	8	6	6	6	5	True	58383	maximal	True	ENG0131_000000004127	1.0		4	3	False	False	0.9998542666435242	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	5.981736023287863e-06	NZ_UGSI01000001.1	firmicutes	Paenibacillus macerans strain NCTC6355, whole genome shotgun sequence	True	True
BAN0014_000000000509	4219	0.5940702498667121	3	2	2	2	2	False	98560	maximal	True	BAN0014_000000000509	1.0		75	13	False	False	0.9990519285202026	0					non-mobilizable	no_good_hit	1268.0	75.079	30.0	0.003690840593360019	NZ_JH376829.1	CFB group bacteria	Alloprevotella rava F0323 supercont1.3, whole genome shotgun sequence	True	False
MON0078_000000020401	2195	0.5940671414660618	3	3	3	3	2	False	109242	fragment	False	AST0094_000000010077	0.986693951627838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	72.506	20.0	0.0006561709079709142	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
FIJ0041_000000018839	1969	0.5940671414660618	3	3	3	3	2	False	80882	fragment	False	FIJ0041_000000018839	0.8748615591976445		0	0	False	False	0.9908583164215088	0					non-mobilizable	no_good_hit	457.0	72.429	23.0	0.0001567830095025971	NC_014831.1	firmicutes	Thermaerobacter marianensis DSM 12885, complete sequence	True	False
FIJ0074_000000023711	1216	0.5940666674535505	2	2	1	2	2	False	44617	fragment	False	FIJ0074_000000023711	1.0		0	0	False	False	0.9967105388641357	0					non-mobilizable	plasmid	797.0	93.726	95.0	0.09615849238946605	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
AST0113_000000007515	4692	0.5940648763421391	6	5	4	5	3	False	109517	maximal	True	AST0113_000000007515	1.0		24	4	False	False	0.9914748668670654	0					non-mobilizable	no_good_hit	3011.0	99.037	64.0	0.02741190010778421	NZ_JAAIOD010000012.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_12_length_109478_cov_283.605, whole genome shotgun sequence	True	False
SPA0137_000000013671	2681	0.5940645717836404	2	1	1	1	1	False	3572	fragment	False	SPA0137_000000013671	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	other	2625.0	98.667	98.0	0.08606315236657257	NZ_AICN01000064.1	firmicutes	Lactobacillus gastricus PS3 contig00081, whole genome shotgun sequence	False	True
ISR0165_000000010024	2140	0.59406191859894	3	1	1	1	1	False	30244	maximal	True	ISR0165_000000010024	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0005_000000004958	5890	0.5940603844241382	7	5	5	5	4	False	128696	maximal	False	AST0116_000000003963	0.947134786117837		0	0	False	False	0.9969439506530762	0					non-mobilizable	other	5707.0	96.443	99.0	0.002077561570028907	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
ISR0162_000000010592	3617	0.594058911605069	4	4	4	4	4	False	126001	backbone	True	ISR0162_000000010592	1.0	PS939	30	5	True	True	1.0	17					non-mobilizable	other	1719.0	90.169	91.0	0.0033679494611084364	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	False	True
ENG0046_000000012367	1532	0.5940551349907011	2	2	2	2	1	False	64427	fragment	False	ENG0046_000000012367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0080_000000011777	3792	0.5940541130115976	8	3	1	3	1	True	50197	fragment	False	MON0080_000000011777	1.0		0	0	False	False	0.9997363090515137	0					non-mobilizable	no_good_hit								True	True
MON0019_000000055152	1209	0.5940435350712839	2	2	2	2	1	False	46715	maximal	False	FIJ0048_000000027153	0.9692913385826771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	71.178	32.0	0.0007785480978608941	NZ_RZGZ01000003.1	high GC Gram+	Labedella endophytica strain EGI 6500705 scaffold_2, whole genome shotgun sequence	True	False
MON0107_000000012067	4461	0.5940385690656194	7	3	1	3	0	False	122842	maximal	True	MON0107_000000012067	1.0	PS599|PS876	1	1	False	True	0.9722035527229309	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.0004856795943146918	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	True
DEN0073_000000015273	3254	0.5940328051513777	5	5	4	5	3	False	75654	fragment	False	DEN0073_000000015273	1.0		0	0	False	False	0.9993853569030762	0					non-mobilizable	no_good_hit	477.0	76.73	15.0	0.00012334757460956958	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
SPA0025_000000012549	1694	0.5940302078421695	3	3	3	2	2	False	74996	fragment	False	SPA0025_000000012549	1.0		0	0	False	False	0.9763872623443604	0					non-mobilizable	other	1689.0	95.85600000000001	99.0	0.012522574076413714	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
ISR0369_000000001923	4984	0.5940301696628082	9	3	2	2	2	False	129790	backbone	True	ISR0369_000000001923	1.0	PS1064	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.648684505246473e-05	NZ_VEVQ02000006.1	CFB group bacteria	Flavobacterium jejuense strain EC11 R6_NDMS06846.contig00006, whole genome shotgun sequence	True	True
MON0035_000000017995	1609	0.5940289855321781	2	2	2	2	2	False	54621	fragment	False	MON0013_000000030608	0.6384479717813051		0	0	False	False	0.9919204711914062	0					non-mobilizable	no_good_hit	105.0	78.095	6.0	0.00031489062181636317	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
ISR0849_000000012611	2172	0.5940254273422576	3	2	2	2	1	False	101390	maximal	True	ISR0849_000000012611	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1917.0	99.009	88.0	0.006547568168219506	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
SPA0010_000000011396	2081	0.5940254273422576	2	2	2	2	1	False	101388	fragment	False	CAN0003_000000019018	0.4869313681117637		0	0	False	False	0.9995194673538208	0					non-mobilizable	other	2081.0	99.32700000000001	100.0	0.0070775279938456274	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0160_000000014489	2002	0.5940254273422576	2	2	2	2	1	False	101388	fragment	False	CAN0003_000000019018	0.4052341464586204		0	0	False	False	1.0	0					non-mobilizable	other	2028.0	98.669	100.0	0.006930506880929994	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
SPA0006_000000016748	1902	0.5940254273422576	2	2	2	2	1	False	101388	fragment	False	CAN0003_000000019018	0.365580971416924		0	0	False	False	0.9952681660652161	0					non-mobilizable	other	1902.0	99.42200000000001	100.0	0.006499700829130695	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ENG0086_000000013399	1892	0.5940254273422576	2	2	2	2	1	False	101388	fragment	False	CAN0003_000000019018	0.36334079068646047		0	0	False	False	0.9957716464996338	0					non-mobilizable	other	1892.0	99.154	100.0	0.0064313189161466795	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ENG0178_000000012540	1793	0.5940254273422576	2	2	2	2	1	False	55458	fragment	False	ENG0178_000000012540	1.0		0	0	False	False	0.9782487154006958	0					non-mobilizable	other	1762.0	98.014	97.0	0.006017608342593384	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
SPA0101_000000023464	1768	0.5940254273422576	2	2	2	2	1	False	101388	fragment	False	CAN0003_000000019018	0.2787743490608409		0	0	False	False	1.0	0					non-mobilizable	other	1768.0	99.152	100.0	0.006007351055645782	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0346_000000014100	1694	0.5940254273422576	2	2	2	2	1	False	101388	fragment	False	CAN0003_000000019018	0.12075860497298248		0	0	False	False	0.9994096755981445	0					non-mobilizable	other	1694.0	99.055	100.0	0.005754337977604923	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
MON0035_000000020724	1407	0.5940238266273093	2	2	2	1	1	False	12198	fragment	False	MON0035_000000020724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	97.287	71.0	0.0032548585874545744	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	False
SPA0085_000000009529	1399	0.594023345234176	1	1	1	1	1	False	5534	fragment	False	SPA0085_000000009529	1.0		0	0	False	False	0.9678341746330261	0					non-mobilizable	other	1325.0	99.396	95.0	0.007273446427001846	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0067_000000009641	3091	0.5940228157614824	7	7	4	5	6	True	45229	maximal	True	FIJ0067_000000009641	1.0		7	4	False	False	1.0	0					non-mobilizable	plasmid	3110.0	97.65299999999999	100.0	0.0627269792591397	CP042391.1	firmicutes	Leuconostoc lactis strain CBA3626 plasmid unnamed, complete sequence	False	True
ISR0356_000000019808	1116	0.5940216258550197	2	2	2	1	1	False	23896	maximal	True	ISR0356_000000019808	1.0		5	3	True	True	1.0	15					non-mobilizable	no_good_hit	159.0	98.113	14.0	0.00012415156548837926	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	True
ISR0051_000000010282	3966	0.5940160446455686	6	5	5	4	2	False	35867	maximal	True	ISR0051_000000010282	1.0		2	1	False	False	0.9994956851005554	0					non-mobilizable	no_good_hit	1647.0	80.267	41.0	0.0004367275929603025	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0098_000000021638	1155	0.5940150644369011	2	2	2	2	2	False	60687	maximal	True	ENG0098_000000021638	1.0		411	10	False	False	0.9982684254646301	0					non-mobilizable	chromosome	1155.0	99.56700000000001	100.0	0.00040866584059978266	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0140_000000010489	2328	0.5940137612383927	3	2	2	2	2	False	77706	maximal	True	ISR0140_000000010489	1.0		4	2	False	False	0.9995704293251038	0					non-mobilizable	no_good_hit	866.0	88.79899999999999	37.0	0.005743671942830428	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
USA0024_01_000000013273	1689	0.5940118006126666	2	2	2	2	2	False	1671	maximal	True	USA0024_01_000000013273	1.0		7	3	False	False	0.9840142130851746	0					non-mobilizable	no_good_hit	670.0	79.851	39.0	0.00019024473013527942	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
MAD0053_000000003792	3173	0.5940099117939409	3	3	3	3	3	False	102459	maximal	True	MAD0053_000000003792	1.0		14	3	False	False	0.995902955532074	0					non-mobilizable	other	2874.0	93.07600000000001	100.0	0.04387412160097769	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0047_000000004482	7046	0.5940059722873552	3	2	2	2	1	True	131960	fragment	False	MAD0047_000000004482	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2814.0	83.333	40.0	0.10018579391167644	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
ISR0299_000000006846	1741	0.5940056316097599	2	2	2	2	2	False	25612	fragment	False	ISR0299_000000006846	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1741.0	99.943	100.0	0.004559330250108087	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0170_000000027240	1727	0.5939999616797513	3	3	2	2	2	False	30048	maximal	True	ISR0170_000000027240	1.0		5	2	False	False	0.9889982342720032	0					non-mobilizable	no_good_hit	972.0	99.794	56.0	0.0002703135330758256	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0092_000000026250	1407	0.5939923170542797	2	1	1	1	1	True	43283	fragment	False	FIJ0092_000000026250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0003030943174407818	NZ_BAVS01000009.1	firmicutes	Gracilibacillus boraciitolerans JCM 21714, whole genome shotgun sequence	True	True
ISR0176_000000015340	2225	0.5939918051289625	3	3	1	1	3	False	29825	maximal	True	ISR0176_000000015340	1.0		127	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0122_000000004703	2905	0.5939910500591155	3	2	2	2	2	False	115802	maximal	True	CHI0122_000000004703	1.0		48	7	False	False	0.99449223279953	0					non-mobilizable	no_good_hit	1813.0	99.89	62.0	0.00037660720554335875	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
ISR0366_000000001985	6452	0.5939891144279031	10	7	4	5	5	True	130641	backbone	True	ISR0366_000000001985	0.9964875150065845	PS1110|PS1111	136	11	True	True	1.0	49		MOBV			mobilizable	no_good_hit	2552.0	94.20100000000001	76.0	0.021792373100605392	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
MON0047_000000012213	3129	0.5939820190033253	4	3	3	3	3	False	72736	maximal	False	DEN0065_000000010566	0.9907152771241483		0	0	False	True	0.9900926947593689	0					non-mobilizable	other	2995.0	99.8	97.0	0.19177555726364334	NZ_WEHX01000054.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_54_length_15612_cov_135.737510, whole genome shotgun sequence	False	True
ISR0146_000000023327	1783	0.5939803022271288	2	2	2	1	1	False	119133	maximal	True	ISR0146_000000023327	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1507.0	81.885	84.0	0.003200687602627258	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	True
ISR0070_000000007394	2756	0.5939779674134411	4	3	1	3	3	False	34913	maximal	True	ISR0070_000000007394	1.0		48	7	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	95.427	64.0	0.017032454876705364	NZ_JAAITI010000023.1	firmicutes	Blautia luti strain MSK.16.34 NODE_23_length_59005_cov_131.473, whole genome shotgun sequence	True	False
CHI0110_000000000555	8397	0.5939777602608486	6	6	6	5	5	False	82712	fragment	False	CHI0167_000000001931	0.9649174658901933		0	0	False	False	0.9967845678329468	0					non-mobilizable	other	5023.0	88.45299999999999	91.0	0.0012488415581661584	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	False	False
ISR0027_000000019018	1350	0.5939765382819215	2	2	2	1	1	False	78863	fragment	False	CHI0158_000000014776	0.4718004338394794		0	0	False	False	0.9903703927993774	0					non-mobilizable	no_good_hit								True	False
FIJ0130_000000009810	2097	0.5939623095801602	4	4	4	4	3	False	92107	fragment	False	FIJ0130_000000009810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	81.295	7.0	4.521953589572969e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MON0013_000000010586	4286	0.5939602587837373	6	6	5	6	6	False	13547	maximal	True	MON0013_000000010586	1.0		11	5	False	False	0.9972001910209656	0					non-mobilizable	no_good_hit	2982.0	99.49700000000001	70.0	0.028402107529750278	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	False
ISR0847_000000005347	4445	0.5939574984695682	4	3	1	3	1	True	130559	fragment	False	ISR0847_000000005347	0.9753155996393147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.201412079905149e-07	LR877239.1	rodents	Acomys russatus genome assembly, chromosome: 28	True	True
MAD0089_000000006079	3517	0.5939565306440069	5	3	1	1	2	False	15844	maximal	True	MAD0089_000000006079	1.0		1	1	True	True	0.9997156858444214	11					non-mobilizable	no_good_hit	270.0	83.333	8.0	0.09760658189977561	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ENG0142_000000015960	2090	0.5939554455408772	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.6371005242330092		0	0	False	False	1.0	0					non-mobilizable	chromosome	2091.0	97.178	100.0	0.0006584477842081591	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0388_000000013447	2561	0.5939548703271842	2	2	2	2	2	False	29183	fragment	False	ISR0388_000000013447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	80.959	53.0	0.08189367763835849	NZ_FNBY01000039.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0023_000000020200	1584	0.5939527613499139	3	2	1	2	2	False	127976	fragment	False	ISR0023_000000020200	1.0		0	0	False	False	0.995580792427063	0					non-mobilizable	other	1584.0	99.369	100.0	0.0005082207842074646	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0015_000000024899	1100	0.5939514141800566	2	2	2	2	2	False	37936	maximal	True	ISR0015_000000024899	1.0		4	3	False	False	0.9800000190734863	0					non-mobilizable	no_good_hit	297.0	71.38	26.0	0.0010166342395400607	NZ_FNHC01000004.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	False
CAN0020_000000020547	1756	0.5939443209780553	2	2	2	2	2	False	91847	maximal	False	ISR0184_000000006356	0.9741331865712712		0	0	False	False	0.9948747158050537	0					non-mobilizable	other	1736.0	99.82700000000001	99.0	0.0037147897878608807	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
CHI0111_000000026722	1130	0.5939441961085841	2	2	2	2	0	False	82478	maximal	True	CHI0111_000000026722	1.0		1	1	False	False	1.0	0					non-mobilizable	other	784.0	85.459	93.0	0.00021083147374727573	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
ISR0104_000000015153	1632	0.5939440384012565	2	2	1	2	2	False	110019	maximal	True	ISR0104_000000015153	1.0		2	1	False	False	0.9852941036224365	0					non-mobilizable	other	1625.0	95.69200000000001	99.0	0.006840506628988181	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	False
MON0012_000000003278	8117	0.5939337049316006	9	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.5847061408612175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	98.99	5.0	0.0005302597064374871	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
TAN0002_000000004003	6621	0.5939337049316006	8	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.11816333335588744		0	0	False	False	0.9993958473205566	0					non-mobilizable	no_good_hit	323.0	91.331	5.0	0.018815943728018758	NZ_LT556037.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
MON0089_000000002757	6352	0.5939337049316006	7	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.13528586457312122		0	0	False	False	0.988664984703064	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
FIJ0052_000000004257	6221	0.5939337049316006	6	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.09550181968210741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	90.68299999999999	5.0	0.006917871889659944	NZ_LT556039.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
MON0018_000000001560	6211	0.5939337049316006	6	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.1301834887208918		0	0	False	False	0.9996780157089233	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
USA0016_01_000000003220	6165	0.5939337049316006	7	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.11527729962209375		0	0	False	False	0.9998378157615662	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	1.0	0.0023142060695313734	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	True	True
MON0109_000000005469	5663	0.5939337049316006	5	2	2	2	2	True	98540	fragment	False	MON0037_000000004487	0.05704827729948686		0	0	False	False	0.9998233914375305	0					non-mobilizable	no_good_hit	109.0	97.24799999999999	2.0	0.002840161994424867	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	True	True
MON0048_000000006040	5624	0.5939337049316006	5	2	2	2	2	True	98537	fragment	False	MON0048_000000006040	0.9710019807757502		0	0	False	False	0.9786628484725952	0					non-mobilizable	no_good_hit	97.0	95.876	2.0	5.9249713472088757e-05	NZ_GL872283.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD2, whole genome shotgun sequence	True	True
MON0088_000000004824	5558	0.5939337049316006	5	2	2	2	2	True	98537	fragment	False	MON0048_000000006040	0.9470044162568293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
MON0107_000000009156	5557	0.5939337049316006	5	2	2	2	2	True	98537	fragment	False	MON0048_000000006040	0.9705352656439102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
MON0036_000000002859	5410	0.5939337049316006	5	2	2	2	2	True	98537	fragment	False	MON0048_000000006040	0.9601692962302804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
MAD0026_000000002177	5112	0.5939337049316006	4	2	2	2	2	True	98537	fragment	False	MON0048_000000006040	0.7689891778949308		0	0	False	False	0.9998043775558472	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
MON0016_000000003897	4945	0.5939337049316006	4	2	2	2	2	True	98537	fragment	False	MON0048_000000006040	0.47175179852993504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
ISR0383_000000004018	3187	0.593931559951374	6	5	0	1	5	False	118847	fragment	False	ISR0383_000000004018	1.0		0	0	False	False	0.9996862411499023	0	rep_cluster_663				non-mobilizable	other	2413.0	99.876	100.0	0.06431485481161507	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0009_000000016694	2201	0.5939228128960456	2	2	2	2	2	False	13813	maximal	True	MON0009_000000016694	1.0		24	1	False	False	1.0	0					non-mobilizable	other	1078.0	86.271	91.0	0.0005117731630913955	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0203_000000014154	1282	0.5939210064043104	3	3	3	2	1	False	28684	maximal	True	ISR0203_000000014154	1.0		1	1	False	False	0.9914196729660034	0					non-mobilizable	no_good_hit	288.0	88.194	23.0	0.00027618780000538903	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	True	False
ISR0014_000000013131	2779	0.5939201015509165	5	3	3	2	3	False	38041	maximal	True	ISR0014_000000013131	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	96.87	47.0	0.004289840299014611	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
ISR0363_000000008325	2256	0.5939193013134363	4	3	2	2	3	False	101068	maximal	True	ISR0363_000000008325	1.0		63	11	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	96.947	60.0	0.01361995974738011	NZ_VZBY01000065.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_21_length_57636_cov_25.0651_ID_41, whole genome shotgun sequence	True	False
ISR0384_000000014305	1379	0.5939184896324503	3	2	2	1	1	False	23073	fragment	False	ISR0384_000000014305	0.9617952522255193		0	0	False	False	0.9891225695610046	0					non-mobilizable	no_good_hit	1076.0	93.03	78.0	0.004246544497860927	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
MON0108_000000001540	9862	0.5939165684167128	6	4	3	3	1	False	8539	maximal	True	MON0108_000000001540	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	94.836	2.0	8.960751485815173e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
ISR0372_000000007047	2387	0.5939118346522679	5	2	2	2	1	False	75813	maximal	True	ISR0372_000000007047	1.0		151	13	False	False	0.9995810389518738	0					non-mobilizable	no_good_hit								True	False
ISR0062_000000012471	2856	0.5939107852060276	4	3	3	3	3	False	50438	maximal	True	ISR0062_000000012471	1.0		10	5	False	False	0.9873949289321899	0					non-mobilizable	other	2095.0	85.48899999999999	98.0	0.00884877069829079	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
SPA0069_000000013322	1700	0.5939106946761593	3	2	2	2	2	False	5947	fragment	False	SPA0069_000000013322	1.0		0	0	False	False	0.9929412007331848	0					non-mobilizable	chromosome	1700.0	93.059	100.0	0.00047870063910339004	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0030_000000017514	1732	0.5939070927651782	2	2	2	2	1	False	7324	maximal	True	SPA0030_000000017514	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	93.825	38.0	0.0001841145008914141	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0159_000000000025	135661	0.5939059415476989	162	58	34	55	32	True	51495	maximal	True	FIJ0159_000000000025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	74.779	0.0	0.0020014180450722936	NZ_KI519512.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
ENG0025_000000001643	11173	0.5939051898052108	14	13	5	6	10	False	66188	maximal	True	ENG0025_000000001643	1.0		2	1	False	False	1.0	0	rep_cluster_1088				non-mobilizable	plasmid	11174.0	99.911	100.0	0.0394941971245453	CP044051.1	enterobacteria	Klebsiella variicola strain FDAARGOS_627 plasmid unnamed2, complete sequence	False	True
DEN0016_000000004371	1908	0.5939038586240032	2	2	2	2	2	False	75344	maximal	False	MAD0066_000000012796	0.6246807151979565		0	0	False	False	0.9963312149047852	0					non-mobilizable	no_good_hit	849.0	78.21	44.0	0.0008600637626468005	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MON0007_000000019798	2965	0.5939003227113431	3	1	1	1	1	False	13986	maximal	True	MON0007_000000019798	1.0		2	1	False	False	0.9993254542350769	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000008690	3714	0.5939002849461007	3	3	3	3	3	False	74919	maximal	True	ENG0079_000000008690	1.0		3	3	False	False	0.9964997172355652	0					non-mobilizable	no_good_hit	62.0	90.323	2.0	0.002193692235767972	NZ_CYZK01000030.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0056_000000008675	2502	0.593899755766328	3	3	3	2	1	False	46206	maximal	True	FIJ0056_000000008675	1.0		5	3	False	False	0.9984012842178345	0					non-mobilizable	no_good_hit	1372.0	74.49	53.0	0.004083285730261349	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0047_000000011541	1348	0.5938966039783321	3	3	3	3	0	True	86955	maximal	True	CHI0047_000000011541	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	88.031	58.0	0.00030392121107308503	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
ENG0125_000000015770	1675	0.5938959068859392	3	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.900411428366419		0	0	False	False	0.9934328198432922	0					non-mobilizable	other	1102.0	98.639	99.0	0.011899358018286751	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0053_000000005019	1669	0.5938959068859392	3	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.8979333119957625		0	0	False	False	0.9940083622932434	0					non-mobilizable	other	1669.0	99.041	100.0	0.018027365281110173	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0198_000000019842	1669	0.5938959068859392	3	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.8976758414458123		0	0	False	False	0.9982025027275085	0					non-mobilizable	other	1669.0	99.041	100.0	0.018027365281110173	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0141_000000016477	1622	0.5938959068859392	2	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.8135101088773519		0	0	False	False	0.978421688079834	0					non-mobilizable	other	1626.0	98.77	100.0	0.01756263104424702	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0124_000000019301	1609	0.5938959068859392	2	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.8124991930447591		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	98.54799999999999	99.0	0.011899358018286751	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0025_000000024533	1606	0.5938959068859392	2	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.8117475636713916		0	0	False	False	1.0	0					non-mobilizable	other	1094.0	98.995	100.0	0.011812895834684305	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0111_000000024246	1412	0.5938959068859392	3	1	1	1	1	False	121941	fragment	False	SPA0071_000000014538	0.9810832344817108		0	0	False	False	0.9971671104431152	0					non-mobilizable	other	845.0	99.40799999999999	100.0	0.009121760370058145	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0064_000000016880	1383	0.5938959068859392	2	1	1	1	1	False	121941	fragment	False	SPA0071_000000014538	0.975780892938584		0	0	False	False	0.9949385523796082	0					non-mobilizable	other	856.0	99.182	100.0	0.00924064587251151	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0096_000000031328	1363	0.5938959068859392	2	1	1	1	1	False	121941	fragment	False	SPA0071_000000014538	0.9642753006979203		0	0	False	False	0.9955979585647583	0					non-mobilizable	other	1363.0	98.973	100.0	0.014720186758316581	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0209_000000021660	1284	0.5938959068859392	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.766316415782691		0	0	False	False	0.9781931638717651	0					non-mobilizable	other	1287.0	98.679	100.0	0.013898796014093336	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0386_000000022527	1270	0.5938959068859392	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.7933370035181522		0	0	False	False	0.9976378083229065	0					non-mobilizable	other	1270.0	99.134	100.0	0.013715063873938137	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0069_01_000000051024	1173	0.5938959068859392	2	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.5452382309054941		0	0	False	False	0.9795396327972412	0					non-mobilizable	other	1173.0	99.06200000000001	100.0	0.012666709897758468	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0075_000000021616	1133	0.5938959068859392	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.53384585116115		0	0	False	False	1.0	0					non-mobilizable	other	1076.0	98.885	100.0	0.0116183559215788	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0027_000000022534	1127	0.5938959068859392	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.47271402064566653		0	0	False	False	0.9955634474754333	0					non-mobilizable	other	1127.0	98.935	100.0	0.012169552342044398	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0106_000000033325	1126	0.5938959068859392	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.44162179238623445		0	0	False	False	0.9991118907928467	0					non-mobilizable	other	1112.0	98.471	100.0	0.01200743574778981	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0084_000000009885	1860	0.5938954957632598	2	1	1	1	1	False	5563	maximal	True	SPA0084_000000009885	1.0		1	1	False	False	0.999462366104126	0					non-mobilizable	no_good_hit	200.0	80.0	22.0	8.066552565865155e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0069_01_000000034011	1784	0.5938954957632598	2	1	1	1	1	False	1462	maximal	True	USA0069_01_000000034011	0.9974271012006861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	83.333	20.0	0.007529474812433012	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	False
USA0034_01_000000029933	1749	0.5938954957632598	1	1	1	1	1	False	1462	maximal	False	USA0069_01_000000034011	0.9879484304932735		0	0	False	False	0.9988564848899841	0					non-mobilizable	no_good_hit	288.0	83.333	21.0	0.007529474812433012	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	False
MON0104_000000027078	1685	0.5938954957632598	3	1	1	1	1	False	12719	maximal	True	MON0104_000000027078	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	82.47399999999999	17.0	7.332764520314114e-05	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MON0026_000000035405	1442	0.5938954957632598	2	1	1	1	1	False	12718	fragment	False	MON0026_000000035405	0.9662110858010631		0	0	False	False	0.9916782379150391	0					non-mobilizable	no_good_hit	75.0	92.0	5.0	0.0001480883417960073	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0049_000000000313	23093	0.5938826133508451	22	10	5	9	3	True	26630	maximal	True	MON0049_000000000313	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	97.895	0.0	0.001679561169975164	NZ_CACVNJ010000028.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	True
ISR0151_000000003647	4478	0.5938825172462475	8	5	4	4	4	False	121370	fragment	False	ISR0151_000000003647	1.0		0	0	False	False	0.9973202347755432	0					non-mobilizable	chromosome	2405.0	98.711	100.0	0.0007577350278776516	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0047_000000014121	2793	0.5938814313397008	3	3	3	3	3	False	80608	fragment	False	SPA0047_000000014121	0.9826844870288872		0	0	False	False	0.9967776536941528	0					non-mobilizable	other	2767.0	96.639	99.0	0.006630454063849882	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
CHI0152_000000000516	9190	0.5938741746767978	10	10	5	7	9	False	79398	maximal	True	CHI0152_000000000516	1.0		1	1	False	False	0.9992383122444153	0					non-mobilizable	other	9171.0	99.978	99.0	0.0019088482297045927	CP010191.1	enterobacteria	Escherichia coli strain M8, complete genome	False	False
ENG0141_000000007712	3540	0.5938632605255041	4	3	3	2	3	False	57750	maximal	True	ENG0141_000000007712	1.0		103	8	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	81.169	5.0	1.5977065343149e-05	NZ_CP022744.1	high GC Gram+	Streptomyces lincolnensis strain LC-G chromosome, complete genome	True	False
TAN0002_000000032914	1289	0.5938620543333797	4	4	1	3	2	False	3013	maximal	True	TAN0002_000000032914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	96.485	64.0	0.00018293708833591344	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0286_000000005759	2816	0.5938611252495796	4	1	1	1	1	True	26044	maximal	True	ISR0286_000000005759	1.0		6	2	False	False	0.9918323755264282	0					non-mobilizable	no_good_hit	358.0	72.626	13.0	0.01066787549108492	NZ_KB898686.1	firmicutes	Gracilibacillus lacisalsi DSM 19029 D569DRAFT_scaffold00025.25, whole genome shotgun sequence	True	True
ISR0019_000000011311	1583	0.5938611252495796	2	1	1	1	1	True	37730	fragment	False	ISR0019_000000011311	1.0		0	0	False	False	0.9974731802940369	0					non-mobilizable	no_good_hit	421.0	71.971	26.0	0.012450891508008462	NZ_KB898686.1	firmicutes	Gracilibacillus lacisalsi DSM 19029 D569DRAFT_scaffold00025.25, whole genome shotgun sequence	True	True
ISR0172_000000006892	2337	0.5938609627096716	4	2	1	2	1	True	29939	fragment	False	ISR0172_000000006892	1.0		0	0	False	False	0.9803166389465332	0					non-mobilizable	no_good_hit	567.0	94.18	37.0	0.08713821389877728	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ENG0179_000000012246	2739	0.5938592209315344	3	3	3	2	2	False	55402	maximal	True	ENG0179_000000012246	1.0		0	0	False	False	0.9945235252380371	0					non-mobilizable	no_good_hit	1629.0	76.611	59.0	0.00026074062343780754	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	False
ISR0293_000000019998	1765	0.593858276611881	4	2	2	2	2	False	25821	fragment	False	ISR0293_000000019998	0.9671129220023282		0	0	False	False	0.9903682470321655	0					non-mobilizable	no_good_hit	101.0	79.208	6.0	0.0006123425291022166	NZ_AVPK01000008.1	high GC Gram+	Knoellia subterranea KCTC 19937 contig9, whole genome shotgun sequence	True	False
ISR0164_000000023153	1234	0.5938527692753461	2	2	2	2	1	False	30271	fragment	False	ISR0164_000000023153	1.0		0	0	False	False	0.9975689053535461	0					non-mobilizable	other	1234.0	97.164	100.0	0.000302304353550458	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0103_000000052064	1150	0.5938518667741429	2	2	2	2	2	False	9142	maximal	False	MON0099_000000031539	0.9741086587436333		0	0	False	False	0.9930434823036194	0					non-mobilizable	no_good_hit	351.0	75.499	30.0	0.000140785409181851	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
MAD0014_000000030067	1156	0.593850427216802	1	1	1	1	1	False	101087	fragment	False	TAN0024_000000004209	0.006790123456790124		0	0	False	False	1.0	0					non-mobilizable	chromosome	1054.0	77.89399999999999	95.0	0.00027902790519133286	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0145_000000008485	3930	0.5938488654588001	6	4	1	2	4	False	58849	maximal	True	SPA0145_000000008485	1.0		25	6	False	False	0.9979643821716309	0					non-mobilizable	chromosome	3112.0	90.553	100.0	0.001275832730010238	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0043_000000003825	5564	0.5938483386947875	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8305475475179297		0	0	False	False	0.9996405243873596	0					non-mobilizable	chromosome	5565.0	97.7	100.0	0.0023853822335976565	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0061_000000004424	4250	0.5938426510618661	5	5	4	4	4	False	6205	maximal	True	SPA0061_000000004424	1.0		15	3	False	False	1.0	0					non-mobilizable	chromosome	3201.0	97.876	99.0	0.0010437225146276079	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
CAN0003_000000033066	1484	0.593837036015178	2	2	2	2	1	False	96480	fragment	False	CAN0003_000000033066	1.0		0	0	False	False	0.9716981053352356	0					non-mobilizable	no_good_hit								True	False
ISR0821_000000010469	2779	0.5938322879066545	4	3	3	3	3	False	126807	maximal	True	ISR0821_000000010469	1.0		7	1	False	False	0.9845268130302429	0					non-mobilizable	chromosome	1046.0	98.375	98.0	0.00043035674721132944	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0021_000000033089	1148	0.5938287051245743	2	1	1	1	1	False	74683	maximal	True	DEN0021_000000033089	1.0		205	13	False	False	0.9982578158378601	0					non-mobilizable	no_good_hit	124.0	95.96799999999999	15.0	5.488922417428534e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0114_000000022828	2048	0.5938285945747545	3	3	3	2	3	False	4443	maximal	True	SPA0114_000000022828	1.0		143	12	False	False	0.99951171875	0					non-mobilizable	no_good_hit	476.0	72.059	23.0	8.524466510470887e-05	CP042512.1	enterobacteria	Serratia marcescens strain E28 chromosome, complete genome	True	False
ENG0106_000000000994	15679	0.5938283320027307	20	11	7	10	7	True	121837	backbone	False	ITA0004_000000000015	0.38431337614035305	PS446|PS447|PS652|PS653|PS863	0	0	False	True	1.0	0					non-mobilizable	other	9321.0	99.98899999999999	93.0	0.5601298154937195	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
SPA0034_000000003036	9809	0.5938272603167117	6	6	6	6	5	False	7172	maximal	True	SPA0034_000000003036	1.0		695	15	False	False	0.9974513053894043	0					non-mobilizable	no_good_hit	1489.0	87.17299999999999	61.0	0.0031030639620104675	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0088_000000017573	1823	0.5938244751367535	2	2	2	2	0	True	42321	maximal	True	MON0088_000000017573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	97.24799999999999	30.0	0.004882689787638897	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
SPA0116_000000028844	1425	0.5938228598304964	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.03314930647205288		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	96.98200000000001	100.0	0.0003221827337204956	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0153_000000021283	1398	0.5938223792078089	3	3	2	3	2	False	56907	fragment	False	ENG0153_000000021283	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	97.926	100.0	0.004111214840425375	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ISR0391_000000005432	2532	0.5938212461699822	3	3	2	3	3	False	109617	maximal	True	ISR0391_000000005432	1.0		166	8	False	False	0.9924960732460022	0					non-mobilizable	no_good_hit	1894.0	99.68299999999999	75.0	0.009338187414905582	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0157_000000001720	11351	0.5938204456363848	11	9	8	8	9	False	52788	maximal	True	FIJ0157_000000001720	1.0		39	2	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	92.30799999999999	3.0	5.9260640281254996e-05	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
DEN0045_000000021207	1916	0.5938164753124059	4	2	2	2	1	False	72901	maximal	True	DEN0045_000000021207	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	79.232	36.0	0.0003994783144142531	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0268_000000011830	1693	0.5938164753124059	3	2	2	2	1	False	41049	fragment	False	ISR0014_000000019541	0.6384895533831704		0	0	False	False	0.989958643913269	0					non-mobilizable	no_good_hit	864.0	81.829	89.0	0.0005064392240429215	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0295_000000021955	1631	0.5938161430107687	2	2	2	2	1	False	88312	fragment	False	SPA0090_000000021346	0.9549275082919032		0	0	False	False	0.9987737536430359	0					non-mobilizable	chromosome	1633.0	94.917	100.0	0.0005538722294920312	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0013_000000021776	1374	0.5938154567168378	2	2	2	2	1	True	50605	fragment	False	FIJ0013_000000021776	1.0		0	0	False	False	0.9970887899398804	0					non-mobilizable	other	1341.0	96.79299999999999	97.0	0.002854071923468907	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
MAD0098_000000005617	6982	0.5938145976193845	10	5	2	5	3	True	15357	maximal	True	MAD0098_000000005617	1.0		1	1	False	False	0.9998567700386047	0					non-mobilizable	no_good_hit	1007.0	96.02799999999999	28.0	0.00851767098906687	NZ_SMUS01000011.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00011, whole genome shotgun sequence	True	True
DEN0007_000000011312	2329	0.5938017822891819	3	3	3	3	2	False	76313	fragment	False	DEN0007_000000011312	1.0		0	0	False	False	0.9982825517654419	0					non-mobilizable	other	2329.0	96.60799999999999	100.0	0.000561837072075877	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MAD0017_000000002763	1557	0.5937972737318538	3	3	3	2	2	False	19374	fragment	False	MAD0017_000000002763	1.0		0	0	False	False	0.9961464405059814	0					non-mobilizable	chromosome	1557.0	96.789	100.0	0.0002792494506987428	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	False
DEN0022_000000038233	1101	0.5937969994141461	1	1	1	1	1	False	90896	fragment	False	ENG0052_000000026637	0.669040918373189		0	0	False	False	0.990009069442749	0					non-mobilizable	no_good_hit								True	False
CHI0085_000000001372	1612	0.5937962679540363	3	2	2	2	2	False	84094	fragment	False	CHI0085_000000001372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	0.00013326852824508867	NZ_BAUV01000002.1	firmicutes	Bacillus akibai JCM 9157, whole genome shotgun sequence	True	False
ENG0092_000000001960	8598	0.5937956450853744	10	6	3	3	3	True	94527	fragment	False	ENG0092_000000001960	1.0		0	0	False	False	0.9980227947235107	0					non-mobilizable	other	8593.0	98.697	99.0	0.20042002100105005	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0260_000000005303	2450	0.5937952502033772	2	2	2	2	2	False	26716	maximal	True	ISR0260_000000005303	1.0		9	3	False	False	1.0	0					non-mobilizable	chromosome	1483.0	94.26799999999999	99.0	0.00041229077495911196	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0262_000000012931	1327	0.5937944658578151	3	1	1	1	1	False	26658	maximal	True	ISR0262_000000012931	1.0		99	5	False	False	0.9728711247444153	0					non-mobilizable	no_good_hit	63.0	98.413	5.0	3.73340816207327e-05	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
TAN0017_000000004350	6975	0.5937900155092468	4	2	2	2	2	True	51341	fragment	False	MAD0040_000000002036	0.3117001324589626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	97.647	1.0	0.002695850316120543	NZ_JAAIQH010000029.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_29_length_31159_cov_305.046, whole genome shotgun sequence	True	True
MAD0032_000000003264	4564	0.593788713888907	6	4	2	2	2	False	101256	maximal	True	MAD0032_000000003264	1.0		124	6	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	93.03299999999999	15.0	9.41278732969101e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
CHI0054_000000013519	1293	0.5937836544122694	4	3	2	2	2	False	86309	maximal	True	CHI0054_000000013519	1.0		44	10	False	False	0.9992266297340393	0					non-mobilizable	other	1147.0	98.954	100.0	0.0002534307692818024	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
SPA0053_000000012620	2658	0.5937832310096886	2	2	2	2	2	False	6481	maximal	True	SPA0053_000000012620	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	83.212	5.0	0.004056612278013161	NZ_FQVI01000034.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
USA0121_01_000000010409	4557	0.5937814133954064	5	4	3	4	2	True	198	maximal	True	USA0121_01_000000010409	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	84.406	18.0	0.00024093032836996779	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ETH0003_000000005192	5696	0.5937788068646206	7	3	3	2	0	True	96547	fragment	False	ETH0003_000000005192	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4595.0	97.01799999999999	81.0	0.0008236048891855047	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
MON0032_000000003775	5326	0.5937788068646206	8	3	3	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5937690489347689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4728.0	95.876	89.0	0.0013816175174342091	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0038_000000004494	5115	0.5937788068646206	7	3	3	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.573781797210052		0	0	False	False	1.0	0					non-mobilizable	other	4857.0	96.85	95.0	0.0014202723525976928	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0026_000000010567	2828	0.5937785336856621	4	3	3	3	2	False	93577	fragment	False	SPA0026_000000010567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	71.032	23.0	0.00016794613008672802	NZ_LN907827.1	enterobacteria	Erwinia gerundensis isolate E_g_EM595 chromosome 1	True	False
ENG0091_000000003374	6437	0.5937782692278655	8	6	4	4	6	False	124499	fragment	False	ENG0091_000000003374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	99.883	27.0	0.011665457929090437	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0024_000000043269	1216	0.5937750322599035	1	1	1	1	1	False	12875	fragment	False	MON0024_000000043269	1.0		0	0	False	False	0.9810855388641357	0					non-mobilizable	no_good_hit	1089.0	78.788	89.0	0.010481121353706276	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0076_000000009232	4707	0.5937736849946431	4	4	4	4	4	False	122774	fragment	False	MON0076_000000009232	0.9994217315918954		0	0	False	False	0.9997875690460205	0					non-mobilizable	chromosome	4707.0	99.89399999999999	100.0	0.0020407605595804492	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
MON0008_000000006591	4402	0.5937736849946431	4	4	4	4	4	False	122774	fragment	False	MON0076_000000009232	0.9616348133840078		0	0	False	False	0.9995456337928772	0					non-mobilizable	chromosome	4402.0	99.932	100.0	0.0019084689611379333	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
ENG0120_000000011183	1916	0.5937733995310658	2	2	2	2	1	False	59179	fragment	False	ENG0120_000000011183	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	97.711	96.0	0.0005046444913084416	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
MON0007_000000009662	5194	0.5937706513375681	10	8	0	3	7	False	13995	maximal	True	MON0007_000000009662	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	5194.0	100.0	100.0	0.057553558168659744	CP021212.1	enterobacteria	Escherichia coli B171 plasmid pB171_90, complete sequence	False	True
MON0100_000000007220	5194	0.5937706513375681	10	8	0	3	7	False	13995	maximal	False	MON0007_000000009662	1.0		0	0	False	False	0.9951867461204529	0					non-mobilizable	plasmid	5194.0	100.0	100.0	0.057553558168659744	CP021212.1	enterobacteria	Escherichia coli B171 plasmid pB171_90, complete sequence	False	True
DEN0066_000000028896	1296	0.5937704345654177	3	3	3	2	2	False	70906	maximal	True	DEN0066_000000028896	0.9964798266991606		431	13	False	False	0.9915123581886292	0					non-mobilizable	other	1296.0	99.074	100.0	0.006044256089763037	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0044_000000010791	1485	0.5937691943612603	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.8185052546082039		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	85.694	48.0	0.0034683787174378273	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ENG0040_000000006677	3305	0.5937640142250261	4	4	3	4	3	False	102869	maximal	False	CHI0068_000000003310	0.6252144082332761		0	0	False	False	1.0	0					non-mobilizable	other	1926.0	87.227	99.0	0.00047098675034098114	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0399_000000000554	16855	0.5937638410290196	19	7	4	5	3	True	111613	fragment	False	ISR0090_000000000852	0.7929821693955996		0	0	False	False	0.9998813271522522	0					non-mobilizable	no_good_hit	267.0	77.528	2.0	0.0019195943498732343	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	True	True
SPA0144_000000001923	7384	0.5937622168455654	14	4	2	3	2	False	108102	maximal	True	SPA0144_000000001923	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	7.158153093424492e-07	LR877207.1	rodents	Onychomys torridus genome assembly, chromosome: 20	True	False
AUS0004_000000003463	6115	0.5937513657480767	6	2	2	2	2	False	102544	fragment	False	AUS0004_000000003463	1.0		0	0	False	False	0.997219979763031	0					non-mobilizable	no_good_hit								True	False
FIJ0064_000000016717	1577	0.5937466194966072	2	2	1	2	2	True	45470	maximal	True	FIJ0064_000000016717	1.0		1	1	False	False	0.9993658661842346	0					non-mobilizable	no_good_hit	551.0	98.185	75.0	0.00010291983573994216	CP033901.1	enterobacteria	Klebsiella pneumoniae strain KPN1344 chromosome	True	True
ENG0190_000000020400	1469	0.5937436633407381	2	2	2	2	2	False	131681	fragment	False	ENG0124_000000017310	0.42662320964867706		0	0	False	False	0.9884275197982788	0					non-mobilizable	other	1469.0	99.04700000000001	100.0	0.0017257878315499408	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0046_000000006613	2821	0.5937429096697991	2	2	2	2	2	False	115706	fragment	False	ISR0267_000000005777	0.9885280621249558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	71.975	43.0	0.00032601541826713623	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0088_000000022766	1420	0.5937407372387035	1	1	1	1	1	False	9625	maximal	True	MON0088_000000022766	1.0		1	1	False	False	0.9992957711219788	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	9.0	7.296608945796181e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
DEN0062_000000003451	4704	0.5937344918345737	7	4	3	3	1	True	71740	fragment	False	ENG0107_000000005122	0.952305931958514		0	0	False	False	1.0	0					non-mobilizable	other	4708.0	95.072	100.0	0.00159644603050948	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
USA0024_01_000000017002	1253	0.5937334330564411	2	2	2	2	2	False	1668	maximal	True	USA0024_01_000000017002	1.0		155	12	False	False	0.9968076348304749	0					non-mobilizable	no_good_hit	61.0	90.164	5.0	9.314933235216037e-06	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
ISR0051_000000017169	2252	0.5937327198346359	3	3	2	3	1	True	63051	fragment	False	ISR0051_000000017169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	2.0	0.00013747030520819517	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
FIJ0101_000000017400	1607	0.5937324587548147	2	2	2	2	2	False	47471	fragment	False	FIJ0085_000000019477	0.9963951230309528		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	75.229	99.0	0.03512091162143354	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
FIJ0057_000000021558	1607	0.5937324587548147	2	2	2	2	2	False	47471	fragment	False	FIJ0085_000000019477	0.9964299958297663		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	75.046	99.0	0.03512091162143354	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
FIJ0085_000000019477	1607	0.5937324587548147	2	2	2	2	2	False	47471	fragment	False	FIJ0085_000000019477	0.9966522682620311		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	75.107	99.0	0.03512091162143354	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
FIJ0068_000000020020	1607	0.5937324587548147	2	2	2	2	2	False	47471	fragment	False	FIJ0085_000000019477	0.995630438148156		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	75.32	99.0	0.03512091162143354	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
FIJ0113_000000016037	1606	0.5937324587548147	2	2	2	2	2	False	47471	fragment	False	FIJ0085_000000019477	0.9960960659030262		0	0	False	False	0.9993773102760315	0					non-mobilizable	other	1639.0	75.229	99.0	0.03512091162143354	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
FIJ0093_000000011825	1606	0.5937324587548147	2	2	2	2	2	False	47471	fragment	False	FIJ0085_000000019477	0.9960960659030262		0	0	False	False	0.9987546801567078	0					non-mobilizable	other	1639.0	75.229	99.0	0.03512091162143354	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
ENG0035_000000008514	2599	0.5937300947878152	3	2	2	2	2	False	70917	maximal	True	ENG0035_000000008514	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	92.413	56.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0209_000000018030	1577	0.5937300947878152	2	2	2	2	2	False	70914	fragment	False	ISR0357_000000015528	0.960616772591614		0	0	False	False	1.0	0					non-mobilizable	other	949.0	92.94	92.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0066_000000025124	1469	0.5937300947878152	2	2	2	2	2	False	70914	fragment	False	ISR0357_000000015528	0.7891451006009526		0	0	False	False	0.9972770810127258	0					non-mobilizable	other	949.0	92.413	91.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0053_000000001557	7961	0.5937281325029345	10	10	7	7	6	True	99629	maximal	True	CHI0053_000000001557	1.0		9	3	False	False	0.9984926581382751	0					non-mobilizable	no_good_hit	1127.0	86.602	33.0	0.00030040926407501816	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0033_000000008516	3881	0.5937191512932886	4	3	3	3	2	True	48296	fragment	False	FIJ0033_000000008516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0012_000000005212	4744	0.5937188132435162	6	6	6	4	4	False	131857	maximal	True	SPA0012_000000005212	1.0		11	4	False	False	0.9972596764564514	0					non-mobilizable	other	2277.0	98.77	95.0	0.015200694583583784	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MAD0075_000000000154	8037	0.5937159766171043	10	6	1	3	5	True	16277	fragment	False	MAD0075_000000000154	1.0		0	0	False	False	0.9916635751724243	0			MPF_I		non-mobilizable	plasmid	7978.0	98.22	100.0	0.12065963020730802	CP055978.1	enterobacteria	Escherichia coli strain RHB06-C09 plasmid pRHB06-C09_3, complete sequence	False	True
ENG0148_000000022271	1636	0.5937123041537717	1	1	1	0	1	False	57290	maximal	True	ENG0148_000000022271	1.0		1	1	False	False	0.9993887543678284	0					non-mobilizable	other	1633.0	86.22200000000001	99.0	0.0003614409475340747	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	False
ISR0176_000000011577	2890	0.5937094119380889	4	4	4	4	2	False	111388	maximal	True	ISR0176_000000011577	1.0	PS708	7	6	False	True	0.9941176176071167	0					non-mobilizable	chromosome	1296.0	97.60799999999999	99.0	0.00019196464174357853	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
FIJ0030_000000009675	3264	0.5937062921630633	4	2	2	2	2	False	48760	maximal	True	FIJ0030_000000009675	1.0		2	1	False	False	0.9966298937797546	0					non-mobilizable	no_good_hit	678.0	85.693	21.0	0.00018735428193617984	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
USA0117_01_000000012600	1661	0.5937056249190508	2	2	2	1	1	False	63634	fragment	False	FIJ0077_000000017663	0.9923810028088623		0	0	False	False	0.9831426739692688	0					non-mobilizable	no_good_hit	425.0	72.941	25.0	0.0001430553427092915	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0131_000000022752	1249	0.593703463366416	2	2	2	2	2	True	3757	fragment	False	SPA0131_000000022752	1.0		0	0	False	False	0.9727782011032104	0					non-mobilizable	no_good_hit	374.0	72.995	30.0	0.014857881136950904	NZ_CADEPK010000005.1	firmicutes	Metabacillus niabensis isolate Q2603, whole genome shotgun sequence	True	True
ISR0178_000000006385	2567	0.5937025977658198	5	5	5	4	3	False	114372	fragment	False	ISR0178_000000006385	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2031.0	84.244	79.0	0.0073275346344753075	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0194_000000015516	1718	0.5937010322039482	4	3	2	2	2	False	54516	maximal	True	ENG0194_000000015516	1.0		13	6	False	False	0.99068683385849	0					non-mobilizable	no_good_hit	1314.0	98.78200000000001	76.0	0.00045591878789737786	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0066_000000005067	5825	0.5936982457665575	6	6	6	5	4	False	45379	maximal	True	FIJ0066_000000005067	1.0		4	1	False	False	0.9981116056442261	0					non-mobilizable	no_good_hit	2468.0	90.51899999999999	82.0	0.001032214527240222	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
ISR0387_000000016613	1447	0.5936899778423995	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6554317825594326		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	96.75200000000001	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0099_000000022911	1551	0.5936866408324001	2	2	2	1	1	False	96318	fragment	False	MON0099_000000022911	1.0		0	0	False	False	0.9993552565574646	0					non-mobilizable	chromosome	1551.0	99.355	100.0	0.0005266883163881278	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0062_000000005382	7348	0.5936815054205897	10	8	4	8	6	False	10780	fragment	False	MON0062_000000005382	1.0		0	0	False	False	0.9944202303886414	0					non-mobilizable	no_good_hit	5282.0	94.37700000000001	83.0	0.08509471987101976	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
ITA0002_000000004277	2162	0.5936810063178912	3	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.9228743875072343		0	0	False	False	1.0	0					non-mobilizable	other	2040.0	97.84299999999999	94.0	0.047044437266392874	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
FIJ0089_000000016395	1522	0.5936810063178912	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.6252878306091738		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	97.83200000000001	100.0	0.08631256384065372	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ISR0052_000000025401	1462	0.5936810063178912	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.6045575102512111		0	0	False	False	1.0	0					non-mobilizable	other	1462.0	98.495	100.0	0.03370864288680726	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
MAD0095_000000028933	1309	0.5936799207834594	2	2	1	2	1	False	15564	fragment	False	MAD0095_000000028933	1.0		0	0	False	False	0.9893048405647278	0					non-mobilizable	no_good_hit	695.0	76.97800000000001	53.0	0.18196244379793705	KU545992.2	bacteria	Uncultured bacterium clone CH_03C_000_Contig_7 genomic sequence	True	False
FIJ0003_000000011474	2084	0.5936788000750983	3	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.6285162575885122		0	0	False	False	1.0	0					non-mobilizable	other	1828.0	85.175	95.0	0.2473944048272079	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0135_000000013726	2082	0.5936788000750983	3	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.6271399081944429		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	85.022	95.0	0.24574876577070762	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0069_000000010905	2076	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.628345512938947		0	0	False	False	0.9995182752609253	0					non-mobilizable	other	1817.0	85.195	95.0	0.24574876577070762	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0012_000000013818	2075	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.627198393253688		0	0	False	False	0.999518096446991	0					non-mobilizable	other	1830.0	85.137	95.0	0.2473944048272079	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0106_000000012602	2075	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.6269358033639956		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	85.022	95.0	0.24574876577070762	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0031_000000011309	2038	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.6239080289855945		0	0	False	False	1.0	0					non-mobilizable	other	1843.0	85.079	97.0	0.24931431705979154	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0163_000000012397	1977	0.5936788000750983	3	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.6029269495830294		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	85.18700000000001	91.0	0.24574876577070762	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0117_000000010682	1892	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.48853278522843796		0	0	False	False	1.0	0					non-mobilizable	other	1817.0	85.195	95.0	0.24574876577070762	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0121_000000013682	1885	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.4885943417990873		0	0	False	False	1.0	0					non-mobilizable	other	1817.0	85.195	96.0	0.24574876577070762	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0036_000000023168	1797	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.29647771175973753		0	0	False	False	0.999443531036377	0					non-mobilizable	other	1534.0	86.05	94.0	0.20776193088315964	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
FIJ0054_000000014493	1739	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.6657452904194735		0	0	False	False	1.0	0					non-mobilizable	plasmid	1745.0	89.11200000000001	99.0	0.015038246058314398	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0033_000000012267	1662	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.4126655153228208		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	86.005	99.0	0.22654964344487108	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0045_000000025777	1627	0.5936788000750983	3	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.3061629241780504		0	0	False	False	1.0	0					non-mobilizable	other	1655.0	87.009	100.0	0.22572682391662097	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0226_000000005018	1580	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.30559269233490133		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	86.773	99.0	0.21311025781678553	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0110_000000017647	1528	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.2831996378870085		0	0	False	False	0.9928010702133179	0					non-mobilizable	plasmid	1496.0	87.43299999999999	97.0	0.012826739285032869	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0047_000000031407	1499	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.27477070619785987		0	0	False	False	1.0	0					non-mobilizable	plasmid	1507.0	87.39200000000001	100.0	0.012922137616429328	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0060_000000011474	1482	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.2903195836802989		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	87.601	99.0	0.20200219418540866	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0021_000000010410	1480	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.2904857299666885		0	0	False	False	0.9885135293006897	0					non-mobilizable	plasmid	1482.0	87.652	99.0	0.012774703831543891	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0106_000000015141	1479	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.2902840405878635		0	0	False	False	0.9979715943336487	0					non-mobilizable	other	1484.0	87.33200000000001	99.0	0.20200219418540866	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0011_000000009525	1469	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.28950862846933323		0	0	False	False	1.0	0					non-mobilizable	other	1476.0	87.602	100.0	0.20090510148107515	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0095_000000028825	1314	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.13223083589095472		0	0	False	False	1.0	0					non-mobilizable	plasmid	1319.0	87.036	100.0	0.011309038558271036	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0036_000000024941	1265	0.5936788000750983	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.16678634508260778		0	0	False	False	0.9731225371360779	0					non-mobilizable	plasmid	1267.0	89.50299999999999	100.0	0.010927445232685204	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MON0070_000000016393	2042	0.5936723564909429	2	1	1	1	1	False	129969	maximal	True	MON0070_000000016393	1.0		7	3	False	False	0.9995102882385254	0					non-mobilizable	no_good_hit	1780.0	99.88799999999999	87.0	0.08853829691932513	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0033_000000039850	1504	0.5936723564909429	1	1	1	1	1	False	109792	fragment	False	MON0033_000000039850	0.9598393574297189		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	91.65	100.0	0.00044993413614753984	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
DEN0067_000000023230	1440	0.5936723564909429	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2727050473625863		0	0	False	False	1.0	0					non-mobilizable	chromosome	1440.0	99.09700000000001	100.0	0.0003202511801890261	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0160_000000013638	1427	0.5936723564909429	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.14853709841503152		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	95.844	93.0	0.003798405050989459	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
ENG0163_000000018379	1418	0.5936723564909429	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2294393733173189		0	0	False	False	0.9880113005638123	0					non-mobilizable	chromosome	1418.0	97.814	100.0	0.00039447402303650344	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0166_000000021037	1417	0.5936723564909429	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.249621700772735		0	0	False	False	1.0	0					non-mobilizable	chromosome	1417.0	99.083	100.0	0.0003151325025348582	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CAN0014_000000035985	1381	0.5936723564909429	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.22906209194525415		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	97.755	100.0	0.0249990942357161	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ENG0094_000000012966	1363	0.5936723564909429	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.1632840064911903		0	0	False	False	1.0	0					non-mobilizable	chromosome	1363.0	99.12	100.0	0.0003791627518530118	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0188_000000015235	1360	0.5936723564909429	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2259677802777746		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	99.19200000000001	100.0	0.00037860597835543026	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0332_000000011222	1354	0.5936723564909429	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.20925245125375994		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	99.04	100.0	0.00040488604388031054	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0245_000000006099	1349	0.5936723564909429	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.21676185334691547		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	98.816	100.0	0.024455635665374443	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
CHI0122_000000010892	1311	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.19351689359917992		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	99.161	100.0	0.0014584757481089915	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0058_000000020552	1309	0.5936723564909429	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.15095461086980205		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	99.083	100.0	0.00039141976747630907	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0090_000000023850	1274	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.17356926646075127		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	99.765	100.0	0.0014195088388083696	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
SPA0126_000000036528	1250	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2448535420546891		0	0	False	False	1.0	0					non-mobilizable	chromosome	1250.0	99.92	100.0	0.0002779664517415522	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0128_000000028835	1214	0.5936723564909429	1	1	1	1	1	False	31822	fragment	False	ISR0128_000000028835	1.0		0	0	False	False	0.9950576424598694	0					non-mobilizable	chromosome	1123.0	92.787	93.0	0.00031234993214322997	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0087_000000011689	1212	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.1114286427534449		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	99.421	99.0	0.021865149813412556	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
SPA0088_000000012058	1211	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.11397283619194187		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	99.257	100.0	0.021919495670446723	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
CHI0090_000000011359	1209	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.13917934199281695		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	98.098	100.0	0.021883265099090613	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
FIJ0067_000000027730	1208	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.19337199498803406		0	0	False	False	0.9991722106933594	0					non-mobilizable	chromosome	1208.0	99.007	100.0	0.0002683967500402818	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0061_000000034874	1206	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.19710205673416842		0	0	False	False	0.9941956996917725	0					non-mobilizable	chromosome	1206.0	99.917	100.0	0.00026817419883792663	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0068_000000022363	1196	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.11642174708341688		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	99.749	100.0	0.021647766385275897	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
CHI0120_000000014129	1195	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.13224977956455358		0	0	False	False	0.9991631507873535	0					non-mobilizable	other	1195.0	98.912	100.0	0.02162965109959784	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
MON0077_000000038332	1195	0.5936723564909429	1	1	1	1	1	False	78002	fragment	False	MON0052_000000023114	0.3940323955669224		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	84.49600000000001	97.0	0.00030638433328249035	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0054_000000023819	1190	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.22025132537168884		0	0	False	False	1.0	0					non-mobilizable	chromosome	1190.0	100.0	100.0	0.00026461337960024465	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0012_000000020085	1181	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2193467033806152		0	0	False	False	1.0	0					non-mobilizable	chromosome	1181.0	99.915	100.0	0.0002626104187790485	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0084_000000010760	1180	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.22031127744334503		0	0	False	False	0.9940677881240845	0					non-mobilizable	chromosome	1180.0	97.881	100.0	0.00026238786757669337	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0289_000000010452	1178	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.11909961156188562		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	99.491	100.0	0.021321691243070904	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
SPA0070_000000017025	1174	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.21659613157938498		0	0	False	False	1.0	0					non-mobilizable	chromosome	1174.0	100.0	100.0	0.0002610525603625626	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0049_000000014345	1174	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.11582202065179902		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	99.744	100.0	0.012486693634234618	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0050_000000021914	1173	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.11341721258043831		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	98.806	100.0	0.021231114814680627	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
SPA0129_000000020293	1173	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2164863653964433		0	0	False	False	1.0	0					non-mobilizable	chromosome	1173.0	100.0	100.0	0.0002608300091602075	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0128_000000032277	1172	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.21637423111650436		0	0	False	False	1.0	0					non-mobilizable	chromosome	1172.0	100.0	100.0	0.00026060745795785235	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ITA0002_000000009708	1171	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2103206072515737		0	0	False	False	0.9521776437759399	0					non-mobilizable	chromosome	1171.0	99.829	100.0	0.00026038490675549725	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0044_000000014040	1170	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.10902629623892898		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	99.65799999999999	100.0	0.02117676895764646	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ENG0050_000000024596	1167	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.21086396830084705		0	0	False	False	1.0	0					non-mobilizable	chromosome	1167.0	100.0	100.0	0.0002594947019460767	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0052_000000022937	1167	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.21331234589859954		0	0	False	False	1.0	0					non-mobilizable	chromosome	1167.0	100.0	100.0	0.0002594947019460767	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0097_000000028090	1162	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2103754739426213		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	100.0	100.0	0.0002583819459343011	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0203_000000016428	1162	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.21039060148880032		0	0	False	False	0.9397590160369873	0					non-mobilizable	chromosome	1162.0	100.0	100.0	0.0002583819459343011	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0842_000000020355	1160	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2101466929400998		0	0	False	False	1.0	0					non-mobilizable	chromosome	1160.0	100.0	100.0	0.00025793684352959085	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0803_000000013529	1160	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2101466929400998		0	0	False	False	1.0	0					non-mobilizable	chromosome	1160.0	100.0	100.0	0.00025793684352959085	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0776_000000020240	1160	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2101466929400998		0	0	False	False	1.0	0					non-mobilizable	chromosome	1160.0	100.0	100.0	0.00025793684352959085	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0150_000000018355	1160	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.21000394059415806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1160.0	99.914	100.0	0.00025793684352959085	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0776_000000020246	1160	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.10242211183719852		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	97.67200000000001	100.0	0.0012903613679834513	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0803_000000013521	1160	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.1033528240695364		0	0	False	False	0.9965517520904541	0					non-mobilizable	other	1160.0	98.87899999999999	100.0	0.0012903613679834513	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
SPA0034_000000029515	1160	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2101466929400998		0	0	False	False	0.982758641242981	0					non-mobilizable	chromosome	1160.0	100.0	100.0	0.00025793684352959085	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0185_000000016549	1158	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.0994879934391063		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	97.23700000000001	100.0	0.0209593855295098	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
SPA0059_000000019981	1158	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.20962204182745053		0	0	False	False	1.0	0					non-mobilizable	chromosome	1158.0	99.914	100.0	0.0002574917411248806	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0077_000000024069	1157	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.09770579982247682		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	98.617	100.0	0.0012870213471862552	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0263_000000014421	1152	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.20159944375295094		0	0	False	False	0.9913194179534912	0					non-mobilizable	chromosome	1152.0	100.0	100.0	0.00025615643391074984	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0002_000000017685	1151	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.19838657621857164		0	0	False	False	0.9939183592796326	0					non-mobilizable	chromosome	1151.0	99.913	100.0	0.00025593388270839473	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0014_000000021233	1150	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.20097022439878237		0	0	False	False	0.9982608556747437	0					non-mobilizable	chromosome	1150.0	99.82600000000001	100.0	0.00025571133150603957	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0799_000000014653	1148	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.20330568335657592		0	0	False	False	1.0	0					non-mobilizable	chromosome	1148.0	100.0	100.0	0.00025526622910132936	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0151_000000017356	1146	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.19775478951325445		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	99.825	100.0	0.0002548211266966191	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0040_000000017966	1137	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.1796385257210733		0	0	False	False	0.9973614811897278	0					non-mobilizable	chromosome	1137.0	100.0	100.0	0.00025281816587542297	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0062_000000013709	1127	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.1537620096338793		0	0	False	False	0.9946761131286621	0					non-mobilizable	chromosome	1127.0	99.911	100.0	0.0002505926538518717	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0066_000000033555	1116	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.14764880253583454		0	0	False	False	0.9991039633750916	0					non-mobilizable	chromosome	1116.0	96.95299999999999	100.0	0.0002481445906259653	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0009_000000034186	1108	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.15112511473391121		0	0	False	False	1.0	0					non-mobilizable	chromosome	1108.0	100.0	100.0	0.00024636418100712433	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0024_000000009812	1104	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.1506886081949575		0	0	False	False	0.9846014380455017	0					non-mobilizable	chromosome	1104.0	100.0	100.0	0.0002454739761977038	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0162_000000022073	1104	0.5936723564909429	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.07574916821176945		0	0	False	False	0.9963768124580383	0					non-mobilizable	other	1104.0	98.822	100.0	0.0006518115100575757	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
AST0028_000000004925	3508	0.5936696828104925	3	3	3	3	1	False	118854	maximal	True	AST0028_000000004925	1.0		1	1	False	False	0.9997149109840393	0					non-mobilizable	no_good_hit								True	False
MAD0038_000000007166	1969	0.5936695476322055	2	2	2	2	2	False	18545	maximal	True	MAD0038_000000007166	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	6.452882156206964e-05	NZ_ONZI01000004.1	g-proteobacteria	Kushneria phyllosphaerae strain EAod3, whole genome shotgun sequence	True	False
ISR0791_000000004524	3769	0.5936620916627957	6	4	3	2	2	False	24078	maximal	True	ISR0791_000000004524	1.0		231	12	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	74.57	33.0	0.000357542090127913	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0020_000000017146	1281	0.5936619744638426	2	2	2	2	1	False	13095	maximal	True	MON0020_000000017146	1.0		152	12	False	False	0.9984387159347534	0					non-mobilizable	no_good_hit	727.0	75.241	56.0	0.0011507846693805208	NZ_JH414506.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.3, whole genome shotgun sequence	True	False
FIJ0046_000000024823	1374	0.5936573505680005	2	2	2	2	2	False	46950	maximal	True	FIJ0046_000000024823	1.0		2	1	False	False	0.994905412197113	0					non-mobilizable	no_good_hit	1119.0	71.671	80.0	0.007550906727734109	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CAN0001_000000017597	2606	0.593653068766499	3	2	2	2	1	False	97372	fragment	False	CAN0001_000000017597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000020756	1206	0.5936523196831801	1	1	1	1	1	False	56717	fragment	False	ENG0155_000000015879	0.9398316654644745		0	0	False	False	0.9767827391624451	0					non-mobilizable	virus	1186.0	82.462	98.0	0.005757660180745563	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	False	False
SPA0027_000000013743	2696	0.5936463540473902	1	1	1	1	1	False	62863	fragment	False	ENG0163_000000007519	0.7726896671962484		0	0	False	False	0.9899851679801941	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000010937	1754	0.5936394105994932	2	2	2	2	1	False	58317	maximal	True	ENG0132_000000010937	1.0		2	2	False	False	0.9777650833129883	0					non-mobilizable	no_good_hit	1517.0	92.749	86.0	0.019304035371618608	NZ_SPFY01000006.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_6_length_78481_cov_20.0915, whole genome shotgun sequence	True	False
ETH0002_000000015893	1596	0.5936325697838859	2	2	2	2	2	False	53316	maximal	True	ETH0002_000000015893	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	96.86200000000001	74.0	0.0024506677651457334	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0837_000000008886	1544	0.5936310355574331	3	3	3	3	2	False	20901	maximal	True	ISR0837_000000008886	1.0		34	9	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	98.742	77.0	0.000269466036419319	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
DEN0041_000000004666	6820	0.5936292130993139	9	5	3	4	3	False	73157	maximal	True	DEN0041_000000004666	1.0		1	1	False	False	0.9963343143463135	0					non-mobilizable	no_good_hit	560.0	72.5	8.0	0.0013875994278975234	NZ_OLMH01000003.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
ISR0164_000000004444	5171	0.5936285353515905	5	2	2	2	2	False	30294	fragment	False	ISR0164_000000004444	1.0		0	0	False	False	0.996325671672821	0					non-mobilizable	no_good_hit								True	False
ISR0357_000000001697	10355	0.5936246111872128	16	9	4	7	5	False	25226	fragment	False	ISR0357_000000001697	1.0		0	0	False	True	0.9999034404754639	0					non-mobilizable	no_good_hit	400.0	94.0	4.0	0.06726230613621038	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	True
ENG0203_000000007237	2402	0.5936079639127724	3	3	3	3	1	False	54090	maximal	True	ENG0203_000000007237	1.0		122	5	False	False	0.9995836615562439	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000012047	1851	0.5936033002079664	3	2	2	2	2	False	64428	fragment	False	SPA0110_000000009957	0.9414344685242518		0	0	False	False	0.9989194869995117	0					non-mobilizable	no_good_hit	535.0	74.953	28.0	0.0017031315644895453	NZ_LS999945.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
MON0080_000000025641	2080	0.5936008984043659	2	2	2	2	1	False	11859	fragment	False	MON0080_000000025641	1.0		0	0	False	False	0.9995192289352417	0					non-mobilizable	no_good_hit	594.0	73.737	28.0	0.00016246699277511242	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0111_000000014590	2071	0.5935995216713073	1	1	1	1	1	False	82557	maximal	True	CHI0111_000000014590	1.0		88	10	False	False	0.9995171427726746	0					non-mobilizable	other	2071.0	99.565	100.0	0.0005960276913889547	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
FIJ0102_000000002870	9844	0.5935964666118311	9	4	3	4	3	True	52553	maximal	True	FIJ0102_000000002870	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	74.92399999999999	3.0	0.0033445851785327183	NZ_LFVU01000005.1	firmicutes	Clostridium cylindrosporum DSM 605 CLCY_11c, whole genome shotgun sequence	True	True
FIJ0047_000000026139	1203	0.593594735336297	2	1	1	1	1	False	46835	maximal	True	FIJ0047_000000026139	1.0		396	15	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	85.25299999999999	89.0	0.00017339210169633494	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0061_000000010898	1959	0.5935932972677445	4	1	1	1	1	False	63256	maximal	True	ENG0061_000000010898	1.0		192	11	False	False	0.9857069849967957	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	0.02539208364451083	XM_023292386.2	bony fishes	PREDICTED: Amphiprion ocellaris suppressor of cytokine signaling 1a (socs1a), mRNA	True	False
ISR0839_000000009158	2138	0.5935923129521377	3	1	1	1	1	False	20844	fragment	False	ISR0839_000000009158	1.0		0	0	False	False	0.9995322823524475	0					non-mobilizable	no_good_hit								True	False
FIJ0064_000000022504	1139	0.5935923129521377	2	1	1	1	1	False	45440	maximal	True	FIJ0064_000000022504	1.0		36	11	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	97.82600000000001	68.0	0.0001689702608974879	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0073_000000018813	1468	0.5935884652700198	2	2	2	2	2	False	48672	maximal	True	ISR0073_000000018813	0.9917027417027418		71	12	False	False	0.9993187785148621	0					non-mobilizable	no_good_hit	174.0	74.71300000000001	12.0	0.0022388352819492268	NZ_FWEY01000011.1	firmicutes	Trichococcus pasteurii isolate Trichococcus pasteurii, whole genome shotgun sequence	True	False
ENG0144_000000003034	6781	0.593585194526203	5	4	2	4	2	False	57577	fragment	False	ENG0144_000000003034	1.0		0	0	False	False	0.9976404905319214	0					non-mobilizable	no_good_hit								True	False
SPA0058_000000001131	15914	0.5935836221299715	27	11	7	10	7	False	6319	maximal	True	SPA0058_000000001131	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3070.0	99.544	19.0	0.02715592758419311	NZ_NFLJ01000002.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_2, whole genome shotgun sequence	True	False
FIJ0012_000000009435	2530	0.5935727392235904	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.6543944783395662		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1565.0	87.604	98.0	0.00046757856027352594	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0102_000000009975	1962	0.5935675532896796	4	4	0	1	3	False	14993	maximal	True	MAD0102_000000009975	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1280.0	94.531	65.0	0.011828505214368483	CP056557.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_2, complete sequence	True	False
ISR0230_000000030739	1170	0.5935643250391898	2	1	1	1	1	False	27509	maximal	True	ISR0230_000000030739	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000003206	6968	0.5935642677790708	4	1	1	1	0	False	87788	backbone	False	ISR0060_000000003567	0.21723576457914806	PS452	0	0	False	True	0.9998564720153809	0					non-mobilizable	no_good_hit	191.0	78.53399999999999	3.0	0.05183708345200797	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
FIJ0030_000000005629	4979	0.5935642677790708	4	1	1	1	0	False	48774	maximal	True	FIJ0030_000000005629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1528.0	95.288	37.0	0.23094408243673284	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0018_000000004627	4694	0.5935642677790708	5	1	1	1	0	False	88677	maximal	True	ISR0018_000000004627	1.0		6	3	True	True	1.0	56					non-mobilizable	no_good_hit								True	True
ISR0388_000000006609	4685	0.5935642677790708	4	1	1	1	0	False	88677	maximal	False	ISR0018_000000004627	1.0		0	0	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
MAD0057_000000003379	4607	0.5935642677790708	3	1	1	1	0	False	87775	fragment	False	MAD0063_000000002255	0.9573894282632147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0149_000000003542	4314	0.5935642677790708	5	1	1	1	0	False	30881	maximal	True	ISR0149_000000003542	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	88.71600000000001	11.0	0.0040105892237211295	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
FIJ0073_000000004945	3808	0.5935642677790708	4	1	1	1	0	False	123160	maximal	False	FIJ0044_000000005686	0.9993564627806464	PS879	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1138.0	87.786	37.0	0.2871237035163167	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	True	True
ISR0797_000000003189	3673	0.5935642677790708	5	1	1	1	0	False	21944	fragment	False	ISR0797_000000003189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	91.818	5.0	0.009608411892675852	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ENG0004_000000008514	3095	0.5935642677790708	4	1	1	1	0	False	88679	fragment	False	ENG0004_000000008514	1.0		0	0	False	False	0.9996768832206726	0					non-mobilizable	no_good_hit	203.0	85.714	6.0	0.06988120195667366	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	False
MAD0060_000000005298	3018	0.5935642677790708	3	1	1	1	0	False	87774	fragment	False	MAD0060_000000005298	1.0		0	0	False	False	0.9847581386566162	0					non-mobilizable	no_good_hit								True	False
MON0085_000000008719	2804	0.5935642677790708	3	1	1	1	0	False	9794	maximal	True	MON0085_000000008719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0008_000000008987	2731	0.5935642677790708	4	1	1	1	0	False	67453	fragment	False	ENG0008_000000008987	0.9400735294117648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	85.149	7.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
FIJ0125_000000007263	2720	0.5935642677790708	3	1	1	1	0	False	67453	fragment	False	ENG0008_000000008987	0.9377517392896375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	92.574	7.0	0.05134099616858238	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
MON0016_000000012098	2578	0.5935642677790708	3	1	1	1	0	False	109794	maximal	True	MON0016_000000012098	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2142.0	91.13	83.0	0.0005951908689146397	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0182_000000014993	2533	0.5935642677790708	4	1	1	1	0	False	40929	fragment	False	ISR0182_000000014993	1.0		0	0	False	False	0.9853928089141846	0					non-mobilizable	no_good_hit	62.0	91.935	2.0	0.020299500831946756	LN853637.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1056	True	False
ENG0018_000000008605	2439	0.5935642677790708	3	1	1	1	0	False	66618	fragment	False	ENG0018_000000008605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	74.936	47.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
FIJ0017_000000012464	2285	0.5935642677790708	3	1	1	1	0	False	87773	fragment	False	FIJ0017_000000012464	0.9948268106162843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0081_000000024266	2280	0.5935642677790708	3	1	1	1	0	False	9983	maximal	True	MON0081_000000024266	1.0		2	2	False	False	0.976754367351532	0					non-mobilizable	no_good_hit	1034.0	74.081	45.0	0.001797871660715173	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ISR0290_000000006117	2251	0.5935642677790708	2	1	1	1	0	False	25918	fragment	False	ISR0290_000000006117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000027606	2223	0.5935642677790708	3	1	1	1	0	False	87773	fragment	False	FIJ0017_000000012464	0.9814004376367615		0	0	False	False	0.9977507591247559	0					non-mobilizable	no_good_hit								True	False
ENG0024_000000012509	2159	0.5935642677790708	3	1	1	1	0	False	66240	fragment	False	ENG0024_000000012509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	74.936	53.0	0.2547294324681038	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
MON0081_000000026458	2071	0.5935642677790708	1	1	1	1	0	False	109793	maximal	True	MON0081_000000026458	1.0		1	1	False	False	0.9985514283180237	0					non-mobilizable	no_good_hit	1553.0	93.432	75.0	0.0004320562341232557	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
DEN0010_000000021873	2071	0.5935642677790708	3	1	1	1	0	False	75959	fragment	False	DEN0010_000000021873	1.0		0	0	False	False	0.9975857138633728	0					non-mobilizable	no_good_hit	704.0	85.085	34.0	0.08633271490414347	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
MAD0038_000000006805	2064	0.5935642677790708	3	1	1	1	0	False	36997	fragment	False	MAD0038_000000006805	1.0		0	0	False	False	0.9811046719551086	0					non-mobilizable	no_good_hit	206.0	79.126	10.0	0.05610937054970094	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	False
ENG0135_000000011137	1997	0.5935642677790708	3	1	1	1	0	False	58092	fragment	False	ENG0135_000000011137	1.0		0	0	False	False	0.9954932332038879	0					non-mobilizable	no_good_hit	980.0	74.592	48.0	0.00030898405375053196	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
USA0037_01_000000017279	1966	0.5935642677790708	2	1	1	1	0	False	87771	fragment	False	USA0037_01_000000017279	1.0		0	0	False	False	0.9994913339614868	0					non-mobilizable	no_good_hit								True	False
SPA0051_000000013016	1910	0.5935642677790708	1	1	1	1	0	False	87772	fragment	False	SPA0051_000000013016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0107_000000031627	1902	0.5935642677790708	2	1	1	1	0	False	55140	maximal	True	MON0107_000000031627	1.0		3	3	False	False	0.9584648013114929	0					non-mobilizable	no_good_hit	1344.0	74.33	70.0	0.0003676122216222202	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0145_000000016367	1842	0.5935642677790708	2	1	1	1	0	False	107747	fragment	False	ENG0145_000000016367	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1814.0	83.79299999999999	98.0	0.00693359937071926	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
ISR0345_000000006789	1813	0.5935642677790708	2	1	1	1	0	False	40927	fragment	False	ISR0345_000000006789	1.0		0	0	False	False	0.9873138666152954	0					non-mobilizable	no_good_hit								True	False
AST0153_000000018642	1789	0.5935642677790708	2	1	1	1	0	False	103364	fragment	False	AST0153_000000018642	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1808.0	97.677	99.0	0.39749230092388915	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
MAD0057_000000009304	1714	0.5935642677790708	1	1	1	1	0	False	129971	fragment	False	MAD0057_000000009304	1.0		0	0	False	False	0.9924154281616211	0					non-mobilizable	no_good_hit	1276.0	97.649	74.0	0.0007534539214174152	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0037_000000018608	1713	0.5935642677790708	3	1	1	1	0	False	47776	fragment	False	FIJ0037_000000018608	1.0		0	0	False	False	0.9708114266395569	0					non-mobilizable	no_good_hit	174.0	88.506	10.0	0.059748427672955975	LN852766.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0075	True	False
CHI0039_000000007516	1690	0.5935642677790708	1	1	1	1	0	False	87770	fragment	False	CHI0039_000000007516	1.0		0	0	False	False	0.9988165497779846	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000019296	1668	0.5935642677790708	1	1	1	1	0	False	6159	fragment	False	SPA0062_000000019296	1.0		0	0	False	False	0.9982014298439026	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000023555	1648	0.5935642677790708	1	1	1	1	0	False	6662	fragment	False	SPA0047_000000023555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	76.007	72.0	0.00035687546943429367	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
AUS0010_000000015241	1617	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.33060203050631326		0	0	False	False	1.0	0					non-mobilizable	other	1617.0	99.443	100.0	0.02927430165573711	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ISR0794_000000012732	1612	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.33427493913365164		0	0	False	False	1.0	0					non-mobilizable	other	1612.0	98.20100000000001	100.0	0.005116413492595334	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
ENG0198_000000012503	1607	0.5935642677790708	2	1	1	1	0	False	54339	fragment	False	ENG0198_000000012503	1.0		0	0	False	False	0.9937772154808044	0					non-mobilizable	plasmid	1565.0	99.29700000000001	97.0	0.3440387153541575	HG796312.1	bacteria	Uncultured bacterium plasmid pRGI00363	False	True
SPA0130_000000021054	1585	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.317373311099522		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	96.719	100.0	0.01686182669789227	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
AST0024_000000022822	1559	0.5935642677790708	1	1	1	1	0	False	121095	maximal	True	AST0024_000000022822	1.0		0	0	False	False	0.9993585348129272	0					non-mobilizable	no_good_hit	1333.0	79.595	85.0	0.0050227346852637035	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
USA0116_01_000000015931	1543	0.5935642677790708	1	1	1	1	0	False	259	maximal	True	USA0116_01_000000015931	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	81.71300000000001	89.0	0.005245285190798687	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0166_000000015856	1539	0.5935642677790708	1	1	1	1	0	False	111236	fragment	False	FIJ0166_000000015856	1.0		0	0	False	False	0.9993502497673035	0					non-mobilizable	other	1492.0	99.464	97.0	0.000425265691162351	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0806_000000008184	1525	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2824747688181378		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	98.557	100.0	0.02760769537335604	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
MON0081_000000034907	1518	0.5935642677790708	1	1	1	1	0	False	9967	maximal	True	MON0081_000000034907	1.0		3	3	False	False	0.9986824989318848	0					non-mobilizable	no_good_hit	1275.0	79.059	83.0	0.004827043723500182	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0258_000000018544	1515	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.29918013787024617		0	0	False	False	1.0	0					non-mobilizable	chromosome	1515.0	98.68	100.0	0.0003367199691633054	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0018_000000019769	1514	0.5935642677790708	1	1	1	1	0	False	110696	fragment	False	SPA0018_000000019769	0.978585995921142		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	93.931	100.0	0.00045565619008783656	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
ENG0098_000000016532	1513	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2845155202935063		0	0	False	False	0.9993390440940857	0					non-mobilizable	other	1515.0	98.87799999999999	100.0	0.027426542516575485	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
USA0004_01_000000014846	1507	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.280008507852077		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	98.93799999999999	100.0	0.004581141878511524	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0041_000000045564	1499	0.5935642677790708	1	1	1	1	0	False	11784	maximal	True	MON0041_000000045564	1.0		6	4	False	False	0.9913275241851807	0					non-mobilizable	no_good_hit	1281.0	80.328	85.0	0.004788672946683806	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0165_000000013352	1499	0.5935642677790708	1	1	1	1	0	False	56210	fragment	False	ENG0165_000000013352	1.0		0	0	False	False	0.9653102159500122	0					non-mobilizable	no_good_hit								True	False
MAD0015_000000013979	1499	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2987278524077506		0	0	False	False	0.9939960241317749	0					non-mobilizable	other	1495.0	97.124	99.0	0.027064236803014383	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
CAN0007_000000026887	1494	0.5935642677790708	1	1	1	1	0	False	109792	fragment	False	MON0033_000000039850	0.956781914893617		0	0	False	False	0.9919678568840027	0					non-mobilizable	chromosome	1494.0	93.44	100.0	0.00041563141594460105	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0078_000000031383	1490	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.27945976683614726		0	0	False	False	0.9845637679100037	0					non-mobilizable	other	1490.0	97.45	100.0	0.01585054289972323	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0050_000000018783	1489	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.28301644968618106		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	99.396	100.0	0.015839897807110922	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0383_000000010132	1486	0.5935642677790708	1	1	1	1	0	False	120023	fragment	False	ISR0383_000000010132	1.0		0	0	False	False	0.9979811310768127	0					non-mobilizable	no_good_hit	1180.0	85.932	79.0	0.00031142442188194255	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
CAN0012_000000031070	1480	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2594195124485992		0	0	False	False	1.0	0					non-mobilizable	other	1480.0	97.77	100.0	0.005082212257100149	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0087_000000024962	1471	0.5935642677790708	1	1	1	1	0	False	110696	fragment	False	SPA0018_000000019769	0.964993394980185		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	94.29700000000001	100.0	0.000442706278538744	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
FIJ0139_000000018051	1468	0.5935642677790708	2	1	1	1	0	False	40433	fragment	False	FIJ0139_000000018051	1.0		0	0	False	False	0.9829699993133545	0					non-mobilizable	no_good_hit								True	False
ISR0187_000000019599	1467	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2705029484849095		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	98.978	100.0	0.00043870136018369195	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0035_000000011188	1457	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.28296434814481103		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	90.19200000000001	100.0	0.015509899936129444	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0031_000000016461	1455	0.5935642677790708	1	1	1	1	0	False	36996	fragment	False	ISR0031_000000016461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0211_000000015755	1454	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2816810749408394		0	0	False	False	1.0	0					non-mobilizable	other	1455.0	93.265	100.0	0.0005220769614689968	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0789_000000009686	1449	0.5935642677790708	1	1	1	1	0	False	109789	fragment	False	ISR0789_000000009686	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1449.0	95.376	100.0	0.00022023763138156422	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
ENG0063_000000021462	1441	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2532956299480854		0	0	False	False	1.0	0					non-mobilizable	chromosome	1441.0	98.959	100.0	0.00040087691825869086	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
TAN0007_000000029177	1437	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.11078017840586749		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	96.18	91.0	0.0007729550817364543	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0238_000000010549	1430	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.27306909499334486		0	0	False	False	1.0	0					non-mobilizable	chromosome	1430.0	99.161	100.0	0.0003180256681654748	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0229_000000011486	1414	0.5935642677790708	1	1	1	1	0	False	92063	fragment	False	CAN0018_000000024833	0.8016842632717814		0	0	False	False	0.99929279088974	0					non-mobilizable	other	1414.0	95.47399999999999	100.0	0.00042554011671785394	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
SPA0037_000000017539	1413	0.5935642677790708	1	1	1	1	0	False	7064	fragment	False	SPA0037_000000017539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	86.33200000000001	72.0	0.0002692468383391582	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
SPA0074_000000015088	1413	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.22188161186944272		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	100.0	100.0	0.0008344132839540316	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
USA0032_01_000000015175	1405	0.5935642677790708	1	1	1	1	0	False	92063	fragment	False	CAN0018_000000024833	0.9406902659714073		0	0	False	False	0.9644128084182739	0					non-mobilizable	other	1359.0	95.65899999999999	97.0	0.00040897627636436355	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
MON0087_000000036673	1403	0.5935642677790708	3	1	1	1	0	False	40926	fragment	False	FIJ0129_000000016456	0.9591221776219074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	6.0	2.753637939135539e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0130_000000020652	1395	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2708571643903936		0	0	False	False	1.0	0					non-mobilizable	chromosome	1395.0	99.57	100.0	0.00031023637608304543	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0396_000000016729	1389	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1975766991307986		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	98.488	100.0	0.0008202306219038214	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0203_000000013516	1387	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.22850903822567714		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	99.135	100.0	0.0015430896083046277	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0368_000000009555	1381	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.19670239537233788		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	99.493	100.0	0.0008155030678870847	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0128_000000025462	1381	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2616973154390628		0	0	False	False	0.9992758631706238	0					non-mobilizable	chromosome	1381.0	96.162	100.0	0.00030689810804771856	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0128_000000025480	1381	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.21867378906501367		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	98.914	100.0	0.0004129658097227114	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0117_000000027131	1379	0.5935642677790708	1	1	1	1	0	False	4290	fragment	False	SPA0117_000000027131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1192.0	75.755	86.0	0.00035687546943429367	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
AST0029_000000021305	1379	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2704018958421143		0	0	False	False	1.0	0					non-mobilizable	chromosome	1379.0	99.637	100.0	0.0003066755568453634	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0364_000000013246	1375	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.265043085039084		0	0	False	False	0.9985454678535461	0					non-mobilizable	other	1376.0	93.241	100.0	0.0004937110192708876	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0157_000000023146	1374	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.255629966994165		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	99.272	100.0	0.00030534024963123265	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0013_000000019922	1374	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.23036728267052275		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	99.63600000000001	100.0	0.001528616184850111	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0127_000000019621	1370	0.5935642677790708	1	1	1	1	0	False	92063	fragment	False	CAN0018_000000024833	0.7976107681299425		0	0	False	False	0.9846715331077576	0					non-mobilizable	other	1370.0	95.40100000000001	100.0	0.0004122890444350616	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
AUS0004_000000014598	1369	0.5935642677790708	2	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.26476424879518057		0	0	False	False	1.0	0					non-mobilizable	chromosome	1369.0	99.48899999999999	100.0	0.00030445004482181217	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CAN0018_000000024833	1368	0.5935642677790708	1	1	1	1	0	False	92063	fragment	False	CAN0018_000000024833	0.946149780032837		0	0	False	False	0.9671052694320679	0					non-mobilizable	other	1368.0	95.322	100.0	0.00041168672296766195	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
MON0065_000000019258	1368	0.5935642677790708	1	1	1	1	0	False	120022	fragment	False	AST0025_000000025589	0.9490616621983914		0	0	False	False	0.9970760345458984	0					non-mobilizable	no_good_hit	996.0	86.84700000000001	73.0	0.00026314567845561076	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
AST0046_000000012003	1367	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.21614572710895652		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	99.634	100.0	0.0004087763015081332	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0321_000000008707	1363	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.23147098676187255		0	0	False	False	0.9970653057098389	0					non-mobilizable	chromosome	1364.0	98.82700000000001	100.0	0.00037944113860180256	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0140_000000025518	1363	0.5935642677790708	2	1	1	1	0	False	40926	fragment	False	FIJ0129_000000016456	0.9461145918081548		0	0	False	False	0.994864284992218	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000028954	1363	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2656347163800127		0	0	False	False	1.0	0					non-mobilizable	chromosome	1364.0	99.413	100.0	0.00030333728881003653	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0201_000000005412	1362	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2649784545296831		0	0	False	False	0.9992657899856567	0					non-mobilizable	chromosome	1362.0	99.413	100.0	0.00030266963520297115	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0106_000000014327	1358	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2655200998816823		0	0	False	False	1.0	0					non-mobilizable	chromosome	1358.0	99.926	100.0	0.0003020019815959058	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0051_000000013885	1356	0.5935642677790708	1	1	1	1	0	False	92063	fragment	False	CAN0018_000000024833	0.9032225465360124		0	0	False	False	0.9623894095420837	0					non-mobilizable	other	1306.0	93.568	96.0	0.0003924124360108731	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
FIJ0038_000000026348	1356	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.21431626080481259		0	0	False	False	0.9992625117301941	0					non-mobilizable	other	1356.0	99.115	100.0	0.02454621209376472	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
FIJ0129_000000016456	1354	0.5935642677790708	2	1	1	1	0	False	40926	fragment	False	FIJ0129_000000016456	0.9594944683045916		0	0	False	False	0.9992614388465881	0					non-mobilizable	no_good_hit								True	False
ENG0160_000000014838	1348	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.25442249761724817		0	0	False	False	1.0	0					non-mobilizable	chromosome	1348.0	98.887	100.0	0.0002997764695723545	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0074_000000021771	1343	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.22079315224500287		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	97.99	100.0	0.0004015942874259991	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0053_01_000000013818	1342	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.17233869617207978		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	99.70200000000001	100.0	0.0007924562420554932	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0839_000000016036	1340	0.5935642677790708	1	1	1	1	0	False	20822	fragment	False	ISR0839_000000016036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0109_000000023874	1340	0.5935642677790708	1	1	1	1	0	False	32738	fragment	False	ISR0109_000000023874	1.0		0	0	False	False	0.9917910695075989	0					non-mobilizable	no_good_hit	1131.0	73.917	83.0	0.001964702792114212	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ENG0127_000000020144	1339	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.26249661649324457		0	0	False	False	1.0	0					non-mobilizable	chromosome	1339.0	100.0	100.0	0.00029777350875115837	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0039_000000011971	1336	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1967571225576957		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	88.85600000000001	100.0	0.0002973284063464481	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0034_01_000000038728	1331	0.5935642677790708	1	1	1	1	0	False	1454	fragment	False	USA0034_01_000000038728	1.0		0	0	False	False	0.9984973669052124	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000018336	1328	0.5935642677790708	1	1	1	1	0	False	30803	fragment	False	ISR0150_000000018336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000024184	1327	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.17827020564211465		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	99.925	100.0	0.02402086880910112	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ISR0775_000000014800	1325	0.5935642677790708	1	1	1	1	0	False	22440	fragment	False	ISR0775_000000014800	1.0		0	0	False	False	0.998490571975708	0					non-mobilizable	other	1324.0	98.338	99.0	0.002346284635207758	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ISR0238_000000011457	1323	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.20264398465588387		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	99.01700000000001	100.0	0.0003680272819013815	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0085_000000023680	1322	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.133774881013133		0	0	False	False	0.9992435574531555	0					non-mobilizable	other	1231.0	99.431	93.0	0.0013694085268504271	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0149_000000014037	1319	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.15474162344212125		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	96.96700000000001	100.0	0.000457893274041134	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0134_000000024360	1317	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1739491685261284		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	99.696	100.0	0.000777682635753191	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
AUS0016_000000021537	1316	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.19728593685505208		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	99.46799999999999	100.0	0.023821600666642514	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
CHI0053_000000008849	1313	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.023728183230553295		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	100.0	99.0	0.002363166354283735	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0183_000000006126	1311	0.5935642677790708	1	1	1	1	0	False	77280	fragment	False	CHI0183_000000006126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	90.805	7.0	0.003350942206102657	NZ_QNRL01000020.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_120, whole genome shotgun sequence	True	False
CAN0022_000000025324	1311	0.5935642677790708	1	1	1	1	0	False	109788	fragment	False	CAN0022_000000025324	0.9501945525291828		0	0	False	False	0.9740656018257141	0					non-mobilizable	other	1293.0	93.735	99.0	0.000431241527991283	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0364_000000014056	1308	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.19010707027480492		0	0	False	False	0.9984709620475769	0					non-mobilizable	chromosome	1308.0	97.706	100.0	0.00036385148066952013	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
AST0151_000000012540	1306	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24711519957365727		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.0002904293190734392	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0106_000000029121	1305	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.19230709510340774		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	97.931	100.0	0.0014517957065145993	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
SPA0013_000000021829	1301	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.16674616696945618		0	0	False	False	0.9984627366065979	0					non-mobilizable	other	1301.0	99.001	100.0	0.0007682275277197175	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0093_000000028727	1300	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2472660291215954		0	0	False	False	1.0	0					non-mobilizable	chromosome	1300.0	99.92299999999999	100.0	0.00028909401185930845	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0057_000000015790	1299	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1692194803238499		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	98.075	100.0	0.0007670456392155333	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0066_000000024969	1291	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.10933877377768082		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	99.458	100.0	0.004432761197876398	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0143_000000016304	1289	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1639106919683958		0	0	False	False	0.9984484314918518	0					non-mobilizable	other	1289.0	98.914	100.0	0.0003854347557411973	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0234_000000011431	1285	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24474267472331693		0	0	False	False	1.0	0					non-mobilizable	chromosome	1285.0	100.0	100.0	0.0002857557438239816	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0090_000000017586	1285	0.5935642677790708	1	1	1	1	0	False	109788	fragment	False	CAN0022_000000025324	0.9412662090007627		0	0	False	False	0.95564204454422	0					non-mobilizable	other	1257.0	93.079	98.0	0.0004195502394709926	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
DEN0064_000000033974	1285	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.020970429167425284		0	0	False	False	0.998443603515625	0					non-mobilizable	other	1285.0	99.92200000000001	100.0	0.0023162638159544397	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0036_000000019481	1283	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.16997971906742718		0	0	False	False	0.9992205500602722	0					non-mobilizable	other	1283.0	100.0	100.0	0.0003836392522206638	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0107_000000011904	1282	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2467500570853097		0	0	False	False	1.0	0					non-mobilizable	chromosome	1282.0	100.0	100.0	0.0002850880902169162	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0199_000000023866	1279	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.17573628124690116		0	0	False	False	0.9945269823074341	0					non-mobilizable	other	1280.0	96.25	100.0	0.0014239621998712979	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
USA0117_01_000000015750	1277	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.3403350891642685		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	94.03200000000001	100.0	0.004257512499355703	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0035_000000016406	1275	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.16936236724554093		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	100.0	100.0	0.0003812452475266191	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0042_000000026096	1274	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24215423493292157		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	98.98	100.0	0.0002833076805980752	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0107_000000024144	1272	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.16527677140501262		0	0	False	False	0.9937106966972351	0					non-mobilizable	other	1272.0	97.01299999999999	100.0	0.00038034749576635235	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0150_000000019324	1271	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24863496965638854		0	0	False	False	0.9889850616455078	0					non-mobilizable	chromosome	1271.0	100.0	100.0	0.0002826400269910098	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0046_000000018901	1268	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2437377902570361		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	99.921	100.0	0.00028197237338394444	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0002_000000019259	1266	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2432567069029349		0	0	False	False	0.980252742767334	0					non-mobilizable	chromosome	1266.0	100.0	100.0	0.00028152727097923417	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0025_000000010807	1266	0.5935642677790708	2	1	1	1	0	False	40926	fragment	False	FIJ0129_000000016456	0.5537860592596456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0125_000000012057	1265	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.18281849368307826		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	99.13	100.0	0.00035188085047151754	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0013_000000022447	1265	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24306406403858508		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	99.921	100.0	0.00028130471977687907	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0120_000000013100	1264	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24314646772128026		0	0	False	False	0.9905063509941101	0					non-mobilizable	chromosome	1264.0	99.367	100.0	0.00028108216857452396	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0102_000000007658	1264	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.16704249033451662		0	0	False	False	0.9746835231781006	0					non-mobilizable	other	1264.0	99.921	100.0	0.022879605811383645	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
FIJ0045_000000018762	1264	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24362642603954723		0	0	False	False	0.9897152185440063	0					non-mobilizable	chromosome	1264.0	99.921	100.0	0.00028108216857452396	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0005_000000018899	1263	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24769954282911136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1263.0	100.0	100.0	0.0002808596173721688	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0125_000000025331	1263	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24378802387500423		0	0	False	False	0.9992082118988037	0					non-mobilizable	chromosome	1263.0	100.0	100.0	0.0002808596173721688	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0291_000000012108	1262	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24303041323669408		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	100.0	100.0	0.0002806370661698137	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0231_000000016000	1262	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2418190349676223		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	100.0	100.0	0.0002806370661698137	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0085_000000021680	1262	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.0741315800361438		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	91.363	100.0	0.013423461784117522	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0042_000000026450	1258	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1583960218745514		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	99.603	100.0	0.0043193649811865365	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0119_000000025182	1255	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.16282010696151694		0	0	False	False	1.0	0					non-mobilizable	chromosome	1255.0	98.008	100.0	0.00034909698298361	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0297_000000012347	1254	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.24008792760845132		0	0	False	False	0.9888357520103455	0					non-mobilizable	chromosome	1254.0	99.92	100.0	0.0002788566565509727	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0030_01_000000013232	1250	0.5935642677790708	1	1	1	1	0	False	92063	fragment	False	CAN0018_000000024833	0.4460530628439338		0	0	False	False	0.9983999729156494	0					non-mobilizable	other	1250.0	98.8	100.0	0.00037786480668841886	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
CHI0112_000000015100	1249	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.23896128849833703		0	0	False	False	0.9951961636543274	0					non-mobilizable	chromosome	1249.0	99.92	100.0	0.00027774390053919703	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0002_000000023039	1246	0.5935642677790708	2	1	1	1	0	False	40926	fragment	False	FIJ0129_000000016456	0.7329916034456642		0	0	False	False	0.9959871768951416	0					non-mobilizable	no_good_hit								True	False
MON0026_000000042933	1243	0.5935642677790708	1	1	1	1	0	False	12695	maximal	True	MON0026_000000042933	1.0		0	0	False	False	0.9469026327133179	0					non-mobilizable	no_good_hit								True	False
ISR0091_000000023312	1239	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1831171414473887		0	0	False	False	0.994350254535675	0					non-mobilizable	chromosome	1167.0	87.575	100.0	0.0003532470682767456	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
ENG0091_000000020251	1227	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.20493344762799026		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	99.919	100.0	0.0002728477740873843	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0111_000000015374	1225	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.11267466530042296		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	96.98	100.0	0.005282510746284116	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
CHI0008_000000008257	1220	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.22419600018878316		0	0	False	False	0.9950819611549377	0					non-mobilizable	chromosome	1220.0	99.836	100.0	0.0002712899156708984	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0079_000000027043	1210	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.22407918502925633		0	0	False	False	1.0	0					non-mobilizable	chromosome	1210.0	99.917	100.0	0.00026906440364734717	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0037_000000029689	1210	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.01813889523526487		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	89.365	100.0	0.006304965498579353	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
MAD0005_000000026484	1209	0.5935642677790708	2	1	1	1	0	False	19914	fragment	False	MAD0005_000000026484	0.9991408934707904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000021344	1209	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.13961336257651458		0	0	False	False	0.9950371980667114	0					non-mobilizable	other	1209.0	98.677	100.0	0.00036149470880075026	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0101_000000019499	1208	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.13744822181280195		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	97.51700000000001	100.0	0.00134380170073859	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
AST0101_000000006124	1205	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2208956022994647		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	99.751	100.0	0.0002679516476355715	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0027_000000018960	1203	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.22119371227738577		0	0	False	False	1.0	0					non-mobilizable	chromosome	1203.0	100.0	100.0	0.00026750654523086126	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0079_000000005357	1202	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.13240020401379812		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	98.25299999999999	100.0	0.0013371216591441977	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0124_000000025772	1200	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.22098279233713333		0	0	False	False	1.0	0					non-mobilizable	chromosome	1200.0	99.833	100.0	0.0002666163404214408	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0018_000000018599	1198	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.22102424207853819		0	0	False	False	1.0	0					non-mobilizable	chromosome	1198.0	100.0	100.0	0.0002663937892190856	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0023_000000014733	1197	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.13120385410943072		0	0	False	False	0.9941520690917969	0					non-mobilizable	chromosome	1197.0	97.82799999999999	100.0	0.000332950551553746	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0068_000000022423	1193	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.22054411233295193		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	94.556	100.0	0.00031749909713689266	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0018_000000018728	1190	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1297975373229408		0	0	False	False	0.9983193278312683	0					non-mobilizable	chromosome	1190.0	99.244	100.0	0.00033100184431221073	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0062_000000019960	1189	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2203882224304344		0	0	False	False	1.0	0					non-mobilizable	chromosome	1189.0	99.916	100.0	0.0002643908283978895	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0116_000000020175	1188	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.21909056343586616		0	0	False	False	1.0	0					non-mobilizable	chromosome	1188.0	99.32700000000001	100.0	0.0002641682771955344	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0142_000000029118	1188	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2204710926803657		0	0	False	False	0.9924242496490479	0					non-mobilizable	chromosome	1188.0	100.0	100.0	0.0002641682771955344	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0027_000000031698	1187	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2201202744618865		0	0	False	False	1.0	0					non-mobilizable	chromosome	1187.0	99.916	100.0	0.0002639457259931792	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0005_000000033384	1185	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1208551421573122		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	97.637	100.0	0.0013181948746267527	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
AST0149_000000022299	1185	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2201591704597941		0	0	False	False	1.0	0					non-mobilizable	chromosome	1185.0	100.0	100.0	0.000263500623588469	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0066_000000010685	1185	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.21985061433126996		0	0	False	False	1.0	0					non-mobilizable	chromosome	1185.0	99.831	100.0	0.000263500623588469	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0024_000000030852	1185	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1663378801256001		0	0	False	False	0.9932489395141602	0					non-mobilizable	chromosome	1185.0	99.916	100.0	0.000263500623588469	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0059_000000015430	1183	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1211051749189118		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	97.633	100.0	0.00032905313707067544	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0006_000000015819	1182	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2198674538106148		0	0	False	False	0.9940778613090515	0					non-mobilizable	chromosome	1182.0	100.0	100.0	0.00026283296998140364	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0079_000000005451	1181	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2153927490414086		0	0	False	False	0.9974597692489624	0					non-mobilizable	chromosome	1181.0	97.883	100.0	0.0002626104187790485	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0167_000000019852	1181	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.27489645480482555		0	0	False	False	0.995766282081604	0					non-mobilizable	chromosome	1181.0	92.803	100.0	0.00026238786757669337	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0054_000000024033	1181	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.12445073169252366		0	0	False	False	1.0	0					non-mobilizable	chromosome	1181.0	99.323	100.0	0.00032849636357309395	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0153_000000025080	1180	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.2194440648028254		0	0	False	False	0.9423728585243225	0					non-mobilizable	chromosome	1180.0	99.915	100.0	0.00026238786757669337	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0047_000000020026	1180	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.21963014543279727		0	0	False	False	0.9974576234817505	0					non-mobilizable	chromosome	1180.0	100.0	100.0	0.00026238786757669337	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0387_000000020176	1180	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.21963014543279727		0	0	False	False	1.0	0					non-mobilizable	chromosome	1180.0	100.0	100.0	0.00026238786757669337	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0114_000000012324	1176	0.5935642677790708	1	1	1	1	0	False	59559	maximal	True	ENG0114_000000012324	1.0		5	4	False	False	0.9710884094238281	0					non-mobilizable	other	1072.0	91.791	100.0	0.0003564172814614244	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
CHI0182_000000025079	1167	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.21241686712438093		0	0	False	False	0.9965724349021912	0					non-mobilizable	chromosome	1167.0	99.914	100.0	0.0002594947019460767	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0040_000000029667	1164	0.5935642677790708	2	1	1	1	0	False	19914	fragment	False	MAD0005_000000026484	0.9805624483043838		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0190_000000025629	1154	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1402709545098896		0	0	False	False	0.9991334676742554	0					non-mobilizable	chromosome	1154.0	100.0	100.0	0.0002566015363154601	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0099_000000018061	1154	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.14016484763013362		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	99.913	100.0	0.0002566015363154601	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0367_000000008998	1125	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.06321818498460093		0	0	False	False	1.0	0					non-mobilizable	chromosome	1125.0	97.333	100.0	0.0003129067056408115	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0367_000000009001	1125	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.14173107180484482		0	0	False	False	0.9991111159324646	0					non-mobilizable	chromosome	1125.0	100.0	100.0	0.00025014755144716147	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0077_000000033448	1125	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.14173107180484482		0	0	False	False	1.0	0					non-mobilizable	chromosome	1125.0	100.0	100.0	0.00025014755144716147	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0087_000000035089	1121	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.13874677075222658		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	100.0	100.0	0.00024925734663774093	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0048_000000014725	1116	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.1759142365009822		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	97.40100000000001	100.0	0.0004003547538087561	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0375_000000022073	1113	0.5935642677790708	1	1	1	1	0	False	129965	fragment	False	FIJ0121_000000010166	0.06309162217833585		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	97.844	100.0	0.0035316274387126073	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
DEN0082_000000038798	1130	0.5935606012134922	3	2	2	1	2	False	69150	maximal	True	DEN0082_000000038798	1.0		1	1	False	False	0.9477875828742981	0					non-mobilizable	no_good_hit	627.0	71.132	55.0	0.0006510255535600337	NZ_RRCO01000001.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_1, whole genome shotgun sequence	True	False
ENG0053_000000011423	2222	0.5935604953273271	3	3	3	3	3	False	63869	maximal	True	ENG0053_000000011423	1.0		271	10	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	79.601	38.0	0.0001392410232591551	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ENG0008_000000020459	1284	0.5935564667768627	2	2	2	2	1	False	67382	fragment	False	ENG0008_000000020459	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	99.92200000000001	100.0	0.00035717019869854197	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0077_000000019844	1426	0.5935564634398813	3	3	1	3	0	False	102755	fragment	False	ISR0143_000000018092	0.6318669293061939		0	0	False	False	1.0	0					non-mobilizable	other	1432.0	80.028	99.0	0.10354682690898431	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
FIJ0098_000000010106	2295	0.5935563561036459	3	2	2	2	2	False	90855	fragment	False	CHI0151_000000010084	0.5521861037914985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	83.805	44.0	0.07577777777777778	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
ITA0006_000000004730	5572	0.5935511036777751	5	5	3	5	5	False	112302	maximal	False	FIJ0157_000000003433	0.8141985600620497		0	0	False	False	0.9965900778770447	0					non-mobilizable	other	4198.0	99.35700000000001	98.0	0.0010290116560026537	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0061_000000004158	5542	0.5935511036777751	6	5	3	5	5	False	112302	maximal	False	FIJ0157_000000003433	0.8151771131255832		0	0	False	False	0.9990978240966797	0					non-mobilizable	other	2341.0	98.206	94.0	0.0005697934449726393	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0102_000000014323	1495	0.5935482351817505	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.8593837305956163		0	0	False	False	1.0	0					non-mobilizable	chromosome	1495.0	91.505	100.0	0.0005200541525557246	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0069_000000004826	4483	0.5935446984632566	7	5	0	1	5	False	132327	maximal	True	ENG0069_000000004826	0.9991996110838157	PS1156	21	7	True	True	1.0	19	rep_cluster_663				non-mobilizable	no_good_hit	3027.0	94.219	87.0	0.05905874512417429	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	True	True
ISR0022_000000005852	4349	0.5935446984632566	7	5	0	1	5	False	132327	maximal	False	ENG0069_000000004826	0.9940726377950148	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3045.0	94.12200000000001	87.0	0.05935276476468628	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	True	True
USA0116_01_000000006165	4322	0.5935446984632566	8	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.05113308681966671	PS1156	0	0	True	True	1.0	4	rep_cluster_663				non-mobilizable	plasmid	3043.0	94.118	91.0	0.05935276476468628	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CAN0013_000000005502	4305	0.5935446984632566	8	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.056718271337571596	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3043.0	94.118	90.0	0.05935276476468628	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CAN0012_000000012268	4297	0.5935446984632566	8	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.05670365618903035	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3043.0	94.118	91.0	0.05935276476468628	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0182_000000005941	4295	0.5935446984632566	9	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.03162933548786805	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4126.0	99.927	100.0	0.1067850578580859	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0182_000000006442	4247	0.5935446984632566	7	5	0	1	5	False	132327	maximal	False	ENG0069_000000004826	0.9841675947438322	PS1156	0	0	False	True	0.9992936253547668	0	rep_cluster_663				non-mobilizable	no_good_hit	3066.0	93.90100000000001	86.0	0.06521459503494405	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	True	True
SPA0065_000000005393	4186	0.5935446984632566	7	5	0	1	5	False	132327	maximal	False	ENG0069_000000004826	0.9886612231952265	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3028.0	94.155	86.0	0.08036690398101486	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
ENG0045_000000002911	4151	0.5935446984632566	7	5	0	1	5	False	132327	maximal	False	ENG0069_000000004826	0.9837861621643647	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3028.0	94.155	86.0	0.08036690398101486	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
USA0064_01_000000002243	4150	0.5935446984632566	7	5	0	1	5	False	132327	maximal	False	ENG0069_000000004826	0.9833835501247613	PS1156	0	0	False	True	0.9997590184211731	0	rep_cluster_663				non-mobilizable	no_good_hit	3028.0	94.155	86.0	0.08036690398101486	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
SPA0125_000000008724	4150	0.5935446984632566	7	5	0	1	5	False	132327	maximal	False	ENG0069_000000004826	0.9848395491767363	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3028.0	94.155	86.0	0.08036690398101486	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
AUS0018_000000006545	4139	0.5935446984632566	7	5	0	1	5	False	132327	maximal	False	ENG0069_000000004826	0.9791166970637217	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3045.0	94.12200000000001	84.0	0.05935276476468628	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	True	True
DEN0096_000000010273	4134	0.5935446984632566	7	5	0	1	5	False	132327	maximal	False	ENG0069_000000004826	0.9804030703064532	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3028.0	94.089	86.0	0.08036690398101486	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
SPA0018_000000006801	4131	0.5935446984632566	7	5	0	1	5	False	132327	maximal	False	ENG0069_000000004826	0.9812185682271322	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3027.0	94.219	86.0	0.05905874512417429	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	True	True
SPA0046_000000006606	4088	0.5935446984632566	9	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.01824046524669631	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4088.0	99.829	100.0	0.10580134096145383	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0097_000000007721	4084	0.5935446984632566	9	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.018240062200288308	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4084.0	100.0	100.0	0.10569779181443993	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AUS0008_000000005203	4059	0.5935446984632566	7	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.1176278668971259	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3154.0	99.87299999999999	100.0	0.08162261513370783	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0103_000000003847	3973	0.5935446984632566	9	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.021613692855761035	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3220.0	99.286	96.0	0.08583313334933206	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0064_000000005746	3962	0.5935446984632566	5	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.11371357346739851	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3065.0	99.837	100.0	0.07931864661264852	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0063_000000005170	3899	0.5935446984632566	9	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.021482088101532175	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3141.0	99.363	96.0	0.08369997066901315	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0116_000000004671	3857	0.5935446984632566	10	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.012112957801217072	PS1156	0	0	False	True	0.9953331351280212	0	rep_cluster_663				non-mobilizable	other	2932.0	99.38600000000001	93.0	0.07815374770018399	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0208_000000006803	3817	0.5935446984632566	9	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.01409307763500651	PS1156	0	0	False	True	0.9997380375862122	0	rep_cluster_663				non-mobilizable	plasmid	3817.0	99.869	100.0	0.098785886251262	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0006_000000008348	3801	0.5935446984632566	9	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.014114648828925774	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3801.0	100.0	100.0	0.0983716896632064	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0016_000000008583	3783	0.5935446984632566	9	5	0	1	5	False	132315	backbone	False	ISR0300_000000001005	0.014054267998319556	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3783.0	99.947	100.0	0.09790571850164384	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0070_000000005696	3524	0.5935446984632566	6	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.7071159088067758		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3527.0	99.745	100.0	0.0802366594606895	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0049_000000008213	3494	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.7070899797989318		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3494.0	99.714	100.0	0.07948572078734782	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
USA0111_01_000000006963	3481	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.7078833874608408		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3483.0	98.765	100.0	0.0682125565987808	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0102_000000010605	3457	0.5935446984632566	6	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6732826345760019		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	3159.0	99.494	93.0	0.08420659680558888	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0067_000000008015	3451	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6984336981971477		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3452.0	99.79700000000001	100.0	0.07852998065764023	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ITA0003_000000001556	3357	0.5935446984632566	6	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6580551101332054		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	3134.0	99.075	100.0	0.08353998346798923	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0036_01_000000010985	3339	0.5935446984632566	6	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.687868283924061		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3150.0	99.905	100.0	0.08151906598669394	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0002_000000006996	3334	0.5935446984632566	6	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6447874696435487		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	3152.0	99.302	95.0	0.08401994507106098	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0023_01_000000009739	3269	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6674276814990274		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3269.0	97.461	100.0	0.06299860830703491	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AST0028_000000005288	3258	0.5935446984632566	6	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6514475963617653		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3150.0	99.81	100.0	0.08151906598669394	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
FIJ0033_000000010654	3215	0.5935446984632566	6	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6516881837983628		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3106.0	99.96799999999999	100.0	0.08038002536954102	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0135_000000005880	3171	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6783562424333771		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3172.0	99.71600000000001	100.0	0.062155752004233886	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0040_01_000000005358	3168	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.679170176371305		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	3169.0	99.337	100.0	0.08444657760712476	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0129_000000003644	3133	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6291161186683266		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	3135.0	98.34100000000001	100.0	0.08298002826440551	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0121_01_000000014936	3126	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6561144691024943		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3126.0	100.0	100.0	0.07111161679371943	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
CHI0173_000000005348	3124	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6622318550206887		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	3126.0	98.88	100.0	0.08332666719995734	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0814_000000012540	3111	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.641369698342177		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	3113.0	98.90799999999999	100.0	0.08298002826440551	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0069_01_000000020001	3093	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.6286340074571855		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	3093.0	99.935	100.0	0.08244673759432579	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0026_000000007565	2978	0.5935446984632566	6	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.3847655803015868		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2982.0	98.524	100.0	0.05841190191504793	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0332_000000004541	2928	0.5935446984632566	6	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.38796507077095005		0	0	False	False	0.9976093173027039	0	rep_cluster_663				non-mobilizable	plasmid	2741.0	99.307	100.0	0.07093116570452251	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0819_000000009005	2820	0.5935446984632566	6	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.3597300005693073		0	0	False	False	0.9932624101638794	0	rep_cluster_663				non-mobilizable	other	2649.0	99.585	94.0	0.5425292068046731	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	True
MON0102_000000016742	2728	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.3882679494241235		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	2728.0	99.927	100.0	0.07271418286537078	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0222_000000019490	2685	0.5935446984632566	5	5	0	1	5	False	118843	fragment	False	SPA0150_000000004644	0.35299375186808934		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2471.0	92.432	99.0	0.03337839664728944	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0121_000000018109	1430	0.5935444021127475	2	2	1	2	1	False	32193	maximal	True	ISR0121_000000018109	1.0		2	2	False	False	0.9951049089431763	0					non-mobilizable	no_good_hit	765.0	99.21600000000001	53.0	0.0004091390087268708	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0130_000000014816	2209	0.593543523584332	3	3	1	2	3	True	118248	fragment	False	SPA0130_000000014816	0.9272409695931337		0	0	False	False	1.0	0					non-mobilizable	other	2209.0	99.86399999999999	100.0	0.11535447468784285	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0206_000000011787	2209	0.593543523584332	3	3	1	2	3	True	118248	fragment	False	SPA0130_000000014816	0.9270254122689081		0	0	False	False	0.9972838163375854	0					non-mobilizable	other	2209.0	99.955	100.0	0.11535447468784285	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0008_000000022451	1283	0.5935429580789137	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.5510734829318453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1286.0	94.24600000000001	100.0	0.0004468561820217419	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0032_000000011865	1916	0.593534358012225	3	3	3	3	3	False	65605	maximal	True	ENG0032_000000011865	1.0		7	3	False	False	0.9895615577697754	0					non-mobilizable	no_good_hit	542.0	80.074	34.0	0.00015274471153435903	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0063_000000023592	2062	0.5935339746687386	2	2	2	2	2	False	71523	fragment	False	ENG0153_000000013328	0.932139470970826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	73.355	45.0	0.0007140096910165655	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
FIJ0082_000000012758	2344	0.5935331650390148	4	4	4	3	2	True	44183	maximal	True	FIJ0082_000000012758	1.0		1	1	False	False	0.9995733499526978	0					non-mobilizable	no_good_hit								True	True
ENG0016_000000004451	5067	0.5935312653956993	2	2	2	2	2	False	128409	fragment	False	ENG0016_000000004451	0.990789191781999		0	0	False	False	0.9921057820320129	0					non-mobilizable	no_good_hit	708.0	75.706	14.0	0.0018019643731793458	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
SPA0143_000000011946	1697	0.5935295211766154	2	2	1	1	2	False	57642	fragment	False	ISR0400_000000010422	0.9740641575573082		0	0	False	False	0.9740719199180603	0					non-mobilizable	other	1697.0	99.529	100.0	0.0006159243313716482	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0373_000000008107	1994	0.5935292585175629	3	2	1	2	1	True	23438	fragment	False	ISR0373_000000008107	1.0		0	0	False	False	0.967903733253479	0					non-mobilizable	no_good_hit	76.0	100.0	4.0	1.749764131795034e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
FIJ0033_000000007536	4326	0.5935249481392931	10	4	1	3	4	False	48300	fragment	False	FIJ0033_000000007536	1.0		0	0	False	False	0.9990753531455994	0					non-mobilizable	no_good_hit	2903.0	98.00200000000001	72.0	0.06450178924673823	LR596903.1	viruses	Roseburia phage Shimadzu genome assembly, chromosome: 1	True	False
ISR0223_000000013662	2174	0.5935247378967461	4	3	3	3	3	False	88899	maximal	True	ISR0223_000000013662	0.9865034939417926		216	14	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	86.069	69.0	0.0004672028207193865	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AUS0014_000000010877	2800	0.5935237879255604	5	3	2	2	3	False	100885	fragment	False	ENG0071_000000007241	0.920067516791952		0	0	False	False	1.0	0					non-mobilizable	other	2719.0	95.182	98.0	0.0005249820408521976	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0018_000000012305	1723	0.5935233900456259	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.6979039369422851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	82.56	58.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0153_000000017863	1621	0.5935233900456259	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.6125931038401263		0	0	False	False	0.9956817030906677	0					non-mobilizable	no_good_hit	903.0	80.73100000000001	55.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0214_000000019687	1548	0.5935233900456259	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.5448024757294202		0	0	False	False	0.9948320388793945	0					non-mobilizable	no_good_hit	902.0	80.71	58.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0126_000000028920	1545	0.5935233900456259	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.5523011077017457		0	0	False	False	0.999352753162384	0					non-mobilizable	no_good_hit	903.0	80.73100000000001	58.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0032_000000015782	1528	0.5935233900456259	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.5474195170626036		0	0	False	False	0.985602080821991	0					non-mobilizable	no_good_hit	903.0	80.288	58.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0180_000000013632	1320	0.5935233900456259	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.1374206050166864		0	0	False	False	0.9962121248245239	0					non-mobilizable	no_good_hit	904.0	80.752	68.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0031_000000011634	2894	0.5935192093422329	2	2	2	2	2	False	12467	maximal	True	MON0031_000000011634	1.0		1	1	False	False	0.9996544718742371	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	0.00025779991211366635	NZ_SPFR01000006.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_6_length_170675_cov_52.6473, whole genome shotgun sequence	True	False
MON0104_000000037729	1222	0.5935165698598093	3	3	3	3	2	False	10328	fragment	False	MON0104_000000037729	0.974293059125964		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	99.59100000000001	100.0	0.012999180231877268	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0149_000000002436	6715	0.5935163856064348	10	7	2	3	7	False	118638	maximal	True	CHI0149_000000002436	1.0		60	9	False	False	1.0	0					non-mobilizable	other	5556.0	99.154	100.0	0.0013299880665454302	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
MAD0069_000000007610	1211	0.5935090531653695	2	1	1	1	1	False	16392	fragment	False	MAD0069_000000007610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	94.551	26.0	0.00016601190144676696	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
AST0150_000000011907	2343	0.5935080406128694	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.5847072722796528		0	0	False	False	0.9995731711387634	0					non-mobilizable	no_good_hit	83.0	95.181	4.0	1.8881792287696974e-05	NC_012881.1	d-proteobacteria	Desulfovibrio salexigens DSM 2638, complete genome	True	False
ISR0840_000000002983	4451	0.5935075987519367	5	5	5	4	4	False	107179	maximal	True	ISR0840_000000002983	1.0		1	1	False	False	0.9961806535720825	0					non-mobilizable	no_good_hit	1949.0	98.204	72.0	0.0006865005502229628	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
USA0025_01_000000009118	1697	0.5935035433367811	2	2	2	2	1	False	62832	fragment	False	USA0025_01_000000009118	0.9627491637638278		0	0	False	False	0.9994107484817505	0					non-mobilizable	other	1539.0	99.61	91.0	0.04771063407370642	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
ENG0001_000000008071	3160	0.5935002674229883	4	4	3	2	3	False	121052	fragment	False	USA0003_01_000000012485	0.9977385621640518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	91.772	17.0	0.0001380958727308437	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0118_000000011741	1261	0.5934961843231424	2	2	2	2	2	False	72700	fragment	False	DEN0046_000000017467	0.9496376811594203		0	0	False	False	0.9888976812362671	0					non-mobilizable	chromosome	1261.0	95.163	100.0	0.0003495709848805651	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0109_000000006298	3873	0.5934950134665157	5	4	4	3	2	True	59890	maximal	True	ENG0109_000000006298	1.0		5	4	False	False	0.9969016313552856	0					non-mobilizable	no_good_hit	2095.0	81.337	86.0	0.0004696989853958911	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0361_000000004150	2941	0.5934912269678324	3	3	2	3	3	False	23765	maximal	True	ISR0361_000000004150	1.0		148	11	False	False	0.9870792031288147	0					non-mobilizable	no_good_hit	884.0	72.51100000000001	29.0	0.0003803177599107049	CP003723.1	fusobacteria	Fusobacterium nucleatum subsp. animalis 4_8, complete genome	True	False
ISR0048_000000006125	3138	0.5934870574505475	2	2	2	2	2	False	62138	maximal	True	ISR0048_000000006125	1.0		400	13	False	False	0.997769296169281	0					non-mobilizable	no_good_hit	50.0	96.0	2.0	0.00044932692660382205	NZ_WNAJ01000013.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold13_size109052, whole genome shotgun sequence	True	False
MAD0047_000000019221	2308	0.5934791083856878	4	2	1	2	1	False	17657	fragment	False	MAD0047_000000019221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2044.0	73.434	87.0	0.000620952222144102	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0033_000000009767	3069	0.5934757447901662	4	4	4	4	4	False	36897	maximal	True	ISR0033_000000009767	1.0		54	9	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	70.211	32.0	0.02232648438763954	NZ_RJVG01000017.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_117, whole genome shotgun sequence	True	False
ENG0098_000000016984	1472	0.5934718938792866	2	2	2	2	1	False	60698	maximal	False	USA0036_01_000000020832	0.9799210006583279		0	0	False	False	0.9870923757553101	0					non-mobilizable	no_good_hit	82.0	79.268	6.0	1.5145072971205289e-05	NZ_AP014704.1	a-proteobacteria	Methylobacterium aquaticum strain MA-22A	True	False
CAN0022_000000005292	5239	0.593470887652615	9	7	4	5	7	True	123412	fragment	False	SPA0001_000000005714	0.9639489797619948		0	0	False	False	1.0	0					non-mobilizable	plasmid	5239.0	99.98100000000001	100.0	0.5019164430816405	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
SPA0064_000000003976	5234	0.593470887652615	9	7	4	5	7	True	123412	fragment	False	SPA0001_000000005714	0.95980155751016		0	0	False	False	1.0	0					non-mobilizable	plasmid	5182.0	99.884	99.0	0.4963587581448831	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
DEN0096_000000012215	3534	0.5934697230946234	6	2	2	2	0	False	68221	fragment	False	DEN0096_000000012215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2358.0	82.90899999999999	80.0	0.21781902552204177	NZ_OFSM01000065.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0344_000000018994	1802	0.593467632166695	2	2	2	2	1	False	78779	maximal	True	ISR0344_000000018994	1.0		0	0	False	False	0.9950055480003357	0					non-mobilizable	no_good_hit	1376.0	97.238	84.0	0.013987934770445274	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	False
FIJ0170_000000004299	3772	0.5934658796894368	5	4	2	3	3	False	112855	maximal	True	FIJ0170_000000004299	1.0	PS721|PS722	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2296.0	74.21600000000001	60.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0087_000000011685	2449	0.5934625256181563	3	2	1	2	1	True	15994	fragment	False	MAD0087_000000011685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0058_000000009755	2130	0.5934625256181563	2	2	1	2	1	True	85889	fragment	False	MON0103_000000022011	0.9563106268588424		0	0	False	False	1.0	0					non-mobilizable	other	2082.0	97.646	100.0	0.022617106836213454	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0152_000000011882	1984	0.5934625256181563	2	2	1	2	1	True	85889	fragment	False	MON0103_000000022011	0.6378716744913928		0	0	False	False	0.9994959831237793	0					non-mobilizable	other	1984.0	98.286	100.0	0.02155200521682426	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0169_000000006483	4214	0.5934599240436905	5	4	4	2	2	False	30104	fragment	False	ISR0169_000000006483	1.0		0	0	False	False	0.9938300848007202	0					non-mobilizable	no_good_hit	397.0	94.458	9.0	0.00010919128686619076	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
MON0103_000000019749	2567	0.5934571726640465	3	3	3	2	2	False	34048	fragment	False	MON0012_000000017378	0.9341481211236775		0	0	False	False	0.9976626634597778	0					non-mobilizable	no_good_hit	1344.0	96.949	88.0	0.00035772124365351563	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0058_000000024666	1111	0.5934549626239025	2	2	2	2	2	False	73377	fragment	False	SPA0037_000000019699	0.7025316361868166		0	0	False	False	0.9873987436294556	0					non-mobilizable	chromosome	1111.0	99.46	100.0	0.0003106675686288449	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0133_01_000000005337	5189	0.5934478093770952	5	4	3	4	3	False	36973	maximal	False	ISR0032_000000005499	0.9527354260089687		0	0	False	False	0.9998072981834412	0					non-mobilizable	no_good_hit	4033.0	94.79299999999999	77.0	0.1759457686420293	NZ_WNCH01000036.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold36_size22865, whole genome shotgun sequence	True	False
CHI0145_000000004815	3765	0.5934456966733703	5	5	4	3	4	False	82920	maximal	True	CHI0145_000000004815	1.0		42	7	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	89.01700000000001	67.0	0.005884043295611599	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0081_000000014464	2424	0.5934452251368875	4	4	3	3	2	False	79836	maximal	True	FIJ0081_000000014464	1.0		74	10	False	False	1.0	0					non-mobilizable	chromosome	2425.0	98.598	100.0	0.0006778710371342904	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0036_000000003319	3005	0.5934450922451626	2	2	2	2	2	False	126651	fragment	False	ISR0036_000000003319	1.0		0	0	False	False	0.9946755170822144	0					non-mobilizable	chromosome	3009.0	97.47399999999999	100.0	0.0009468535872481137	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0019_000000000156	34044	0.5934423631902281	53	22	15	16	9	True	66653	maximal	True	ISR0019_000000000156	0.9993315933541282		1	1	False	False	0.9991481900215149	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
SPA0089_000000014772	2656	0.5934387341325111	3	2	2	2	1	False	74456	maximal	True	SPA0089_000000014772	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1455.0	92.509	55.0	0.17308839317666708	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0198_000000006875	4976	0.5934362611162218	5	4	4	3	3	False	120857	fragment	False	ISR0198_000000006875	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4976.0	99.196	100.0	0.0015677928571811311	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0070_000000017914	1109	0.5934315477330957	1	1	1	1	1	False	5913	fragment	False	SPA0070_000000017914	1.0		0	0	False	False	0.9981966018676758	0					non-mobilizable	chromosome	1111.0	97.57	100.0	0.0003121838187913809	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0116_000000016960	1414	0.5934294190746214	3	3	3	3	3	False	89055	fragment	False	ISR0146_000000030323	0.9646862161384683		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	98.79799999999999	100.0	0.035368326199594506	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0063_000000023878	1253	0.5934273255661919	2	2	2	1	1	False	53022	fragment	False	FIJ0111_000000013429	0.10675629967867412		0	0	False	False	0.9984038472175598	0					non-mobilizable	other	1255.0	96.414	100.0	0.02193112856118505	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0362_000000016269	1273	0.5934272990576972	2	2	2	2	1	True	23732	maximal	True	ISR0362_000000016269	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	94.40700000000001	70.0	0.001749779563044969	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ISR0813_000000014788	2071	0.5934261616568163	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5903637078739833	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1763.0	91.889	88.0	0.00047191856738278945	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0180_000000011136	2071	0.5934261616568163	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5903637078739833	PS1061	0	0	False	True	0.9995171427726746	0					non-mobilizable	no_good_hit	1763.0	91.889	88.0	0.00047191856738278945	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0190_000000011161	2052	0.5934261616568163	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5097881320619099	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1665.0	91.89200000000001	84.0	0.0004459241886002054	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0084_000000012489	2051	0.5934261616568163	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.590200284141935	PS1061	0	0	False	True	0.9995124340057373	0					non-mobilizable	no_good_hit	1763.0	91.889	88.0	0.00047191856738278945	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
AST0035_000000008048	2024	0.5934261616568163	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.566194582284115	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1736.0	91.935	88.0	0.00046414705207665607	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0005_000000012262	1952	0.5934261616568163	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5090687629668511	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1665.0	92.012	87.0	0.0004459241886002054	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0059_000000008769	1929	0.5934261616568163	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.4970642298819537	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1657.0	98.97399999999999	86.0	0.007729179988144857	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0078_000000014419	1802	0.5934261616568163	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5403849800973246	PS1061	0	0	False	True	0.9827969074249268	0					non-mobilizable	chromosome	1803.0	92.069	100.0	0.00048263789883952517	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0092_000000017445	1713	0.5934261616568163	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5030277020457801	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1713.0	91.76899999999999	100.0	0.00045851940306186986	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0184_000000006115	3751	0.5934253730891634	3	3	3	3	3	False	91627	maximal	True	ENG0184_000000006115	1.0		47	9	False	False	0.9997333884239197	0					non-mobilizable	no_good_hit	1245.0	73.414	33.0	0.0009463338854905022	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
USA0025_01_000000006659	2397	0.593420515919326	4	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9378827530585739		0	0	False	False	1.0	0					non-mobilizable	other	2397.0	98.54	100.0	0.0003847661521456938	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
USA0101_01_000000013671	2368	0.593420515919326	3	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9391570870098994		0	0	False	False	0.9983108043670654	0					non-mobilizable	other	2368.0	100.0	100.0	0.0003802678422249926	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
USA0073_01_000000006973	2354	0.593420515919326	3	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.9349228524535034		0	0	False	False	0.9995751976966858	0					non-mobilizable	other	2354.0	99.32	100.0	0.00037785803333890267	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0017_000000009240	2275	0.593420515919326	3	3	3	3	2	False	95549	fragment	False	CHI0018_000000006944	0.8841092424047491		0	0	False	False	0.9872527718544006	0					non-mobilizable	other	2275.0	99.69200000000001	100.0	0.00036516637320549563	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0193_000000002750	7064	0.593418399152411	7	5	3	5	3	False	54610	maximal	True	ENG0193_000000002750	1.0		37	7	False	False	0.9992921948432922	0					non-mobilizable	no_good_hit	2685.0	98.361	38.0	0.07968174801092506	NZ_JAAIUL010000027.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_27_length_33684_cov_209.711, whole genome shotgun sequence	True	False
USA0006_01_000000012439	1935	0.5934150589165877	2	2	2	1	1	False	88820	fragment	False	USA0006_01_000000012439	1.0		0	0	False	False	0.9979327917098999	0					non-mobilizable	other	1915.0	94.726	99.0	0.0010318937192644627	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0146_000000027652	1534	0.5934150589165877	3	2	2	1	1	False	88819	fragment	False	CHI0027_000000010955	0.9542875157629256		0	0	False	False	0.9726206064224243	0					non-mobilizable	other	1536.0	93.945	100.0	0.0008273499328621451	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
FIJ0166_000000015156	1604	0.5934090141194741	2	2	2	1	1	False	59715	maximal	True	FIJ0166_000000015156	1.0		59	7	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	82.991	67.0	0.6920077972709552	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	True	False
ENG0111_000000017791	1162	0.5934090141194741	2	2	2	1	1	False	59711	fragment	False	USA0065_01_000000009273	0.9549738495051324		0	0	False	False	0.9913941621780396	0					non-mobilizable	no_good_hit	1011.0	82.69	87.0	0.654320987654321	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	True	False
SPA0027_000000032410	1162	0.5934090141194741	2	2	2	1	1	False	59711	fragment	False	USA0065_01_000000009273	0.9551321906568184		0	0	False	False	0.9845094680786133	0					non-mobilizable	no_good_hit	1011.0	82.789	87.0	0.654320987654321	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	True	False
AST0007_000000013335	1342	0.5934087031305659	2	2	2	1	1	False	126685	fragment	False	AST0007_000000013335	1.0		0	0	False	False	0.9649776220321655	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	5.0	7.756415151978006e-05	NZ_SPQQ01000002.1	firmicutes	Desulfosporosinus fructosivorans strain 63.6F NODE_2_length_838016_cov_33.994760, whole genome shotgun sequence	True	False
SPA0105_000000004335	6455	0.5934045727431907	6	3	3	3	1	True	4804	maximal	True	SPA0105_000000004335	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	3217.0	96.86	83.0	0.001085615060343454	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
ENG0036_000000021952	1179	0.5933983300564063	2	2	2	1	1	False	65257	maximal	True	ENG0036_000000021952	1.0		5	4	False	False	0.995759129524231	0					non-mobilizable	no_good_hit	519.0	74.181	44.0	0.00017397704386498157	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MAD0092_000000002675	6218	0.593393151328217	5	4	3	3	2	False	15725	fragment	False	MAD0092_000000002675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	71.14699999999999	17.0	0.0007135367730163269	NZ_HE978585.1	firmicutes	Kallipyga massiliensis ph2, whole genome shotgun sequence	True	False
CAN0006_000000008210	5468	0.5933918472372214	12	5	0	1	5	False	132328	maximal	False	ISR0144_000000000892	0.9716677481087862	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3831.0	99.92200000000001	89.0	0.08759124087591241	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	True	True
CAN0007_000000008918	4787	0.5933918472372214	11	5	0	1	5	False	132328	maximal	False	ISR0144_000000000892	0.6018601862135	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3495.0	99.914	95.0	0.079902981488685	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0003_000000002983	7411	0.5933894049568269	7	7	6	6	6	False	84097	maximal	True	ISR0003_000000002983	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	83.505	1.0	0.00043485226466482044	NZ_PUJV01000008.1	enterobacteria	Photorhabdus stackebrandtii strain DSM 23271 scaffold_0008, whole genome shotgun sequence	True	False
SPA0122_000000006331	4905	0.5933873402104757	3	3	3	2	2	True	4118	maximal	True	SPA0122_000000006331	1.0		7	3	False	False	0.9991844892501831	0					non-mobilizable	other	2775.0	96.324	90.0	0.0021718666266448117	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
MON0066_000000016135	2081	0.5933726617116093	3	3	3	3	3	False	69907	maximal	False	DEN0092_000000006414	0.7834794216125865		0	0	False	False	0.9836617112159729	0					non-mobilizable	chromosome	2081.0	98.943	100.0	0.0005821518403135112	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0092_000000000451	28122	0.5933689609018511	25	13	6	10	6	True	90801	maximal	True	FIJ0092_000000000451	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2815.0	90.195	10.0	0.00075383562543887	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0015_000000016240	2322	0.5933663302146599	3	3	3	3	2	False	63818	maximal	True	MON0015_000000016240	1.0		42	6	False	False	0.9974160194396973	0					non-mobilizable	no_good_hit	179.0	78.771	8.0	4.3875604887892815e-05	NZ_CP025228.1	high GC Gram+	Actinomyces qiguomingii strain actinomyces sp. 410 chromosome, complete genome	True	False
USA0041_01_000000008928	2082	0.5933627785952571	3	3	3	2	1	True	34273	maximal	True	USA0041_01_000000008928	1.0		57	8	False	False	1.0	0					non-mobilizable	other	1839.0	98.26	96.0	0.0005567424448263088	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
USA0071_01_000000007721	1495	0.5933617710960466	2	2	2	2	2	False	76380	fragment	False	ENG0037_000000025805	0.9632268261293003		0	0	False	False	0.9906354546546936	0					non-mobilizable	other	1495.0	96.656	100.0	0.0004000815159393922	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0013_000000027326	1122	0.5933608622030772	1	1	1	1	1	False	50543	fragment	False	FIJ0013_000000027326	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	94.82600000000001	99.0	0.021209711017687385	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	False	False
ISR0225_000000007214	2462	0.5933574179763538	5	3	2	3	1	False	71436	maximal	True	ISR0225_000000007214	1.0		18	7	False	False	0.9995938539505005	0					non-mobilizable	no_good_hit								True	False
MON0068_000000022048	1922	0.5933569412216103	3	3	3	3	3	False	106193	fragment	False	MON0068_000000022048	0.96448373380201		0	0	False	False	1.0	0					non-mobilizable	other	1922.0	98.179	100.0	0.01580705680995326	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0104_000000019648	2310	0.593354950874896	3	3	3	3	3	False	28403	maximal	True	MON0104_000000019648	0.9733874605322508		177	12	False	False	0.9935064911842346	0					non-mobilizable	other	2256.0	79.832	97.0	0.0006762275894232706	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0295_000000009304	3578	0.5933509124009362	6	5	4	4	4	False	63778	maximal	True	ISR0295_000000009304	1.0		45	9	False	False	1.0	0					non-mobilizable	no_good_hit	2928.0	93.955	88.0	0.21149259125406578	NZ_CABMGA010000029.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0148_000000022400	1511	0.5933460062792092	2	2	1	2	0	True	104787	maximal	True	AST0148_000000022400	1.0		3	3	False	False	0.9920582175254822	0					non-mobilizable	no_good_hit								True	True
ISR0369_000000011838	1388	0.5933449882649163	3	3	3	3	3	False	58754	maximal	True	ISR0369_000000011838	1.0		0	0	False	False	0.9841498732566833	0					non-mobilizable	other	1392.0	95.04299999999999	100.0	0.012417633576851455	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0836_000000007131	2800	0.5933428801412216	3	3	3	3	3	True	33232	fragment	False	ISR0836_000000007131	1.0		0	0	False	False	0.9821428656578064	0					non-mobilizable	other	2683.0	99.963	96.0	0.0037149026881102337	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	True
ITA0006_000000005450	4802	0.5933400480886003	5	4	4	4	4	False	20362	maximal	True	ITA0006_000000005450	1.0		2	2	False	False	0.9956268072128296	0					non-mobilizable	no_good_hit	1552.0	91.044	55.0	0.00208076593665343	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0223_000000015413	1966	0.5933375036421651	3	3	3	3	3	False	131176	fragment	False	ENG0202_000000009963	0.9448781115672916		0	0	False	False	1.0	0					non-mobilizable	other	1964.0	97.60700000000001	99.0	0.007224714421046036	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
CAN0002_000000009609	1974	0.5933362198293275	2	2	2	2	2	False	96935	maximal	True	CAN0002_000000009609	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	77.616	47.0	0.00017886707740623358	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
FIJ0009_000000020153	1997	0.5933350089625495	3	3	1	3	2	False	51254	maximal	True	FIJ0009_000000020153	1.0		6	3	False	False	0.995993971824646	0					non-mobilizable	no_good_hit	518.0	78.958	38.0	0.00018666574665390754	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ENG0078_000000008622	3051	0.5933337664468337	3	3	3	3	3	False	129945	fragment	False	USA0062_01_000000007463	0.7507896516838943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	94.535	52.0	0.0214190093708166	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0176_000000006848	4651	0.5933337494387159	4	4	4	4	4	False	122774	fragment	False	MON0076_000000009232	0.9980099478415325		0	0	False	False	1.0	0					non-mobilizable	other	4651.0	99.914	100.0	0.001949439504699826	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
FIJ0114_000000005680	6183	0.5933298049819571	7	6	3	5	6	False	44080	maximal	True	FIJ0114_000000005680	1.0		2	2	False	False	0.9985443949699402	0					non-mobilizable	plasmid	3407.0	95.274	99.0	0.052680551463176344	CP047613.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 plasmid pNMBU_W06E18_Str1_4, complete sequence	False	True
USA0005_01_000000015008	2204	0.5933287287925146	2	1	1	1	1	False	124009	fragment	False	USA0005_01_000000015008	1.0		0	0	False	False	0.9968239665031433	0					non-mobilizable	other	2204.0	98.911	100.0	0.0006114934102004432	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0365_000000012365	1387	0.5933287287925146	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.15449281938401063		0	0	False	False	0.9920691847801208	0					non-mobilizable	other	1308.0	95.336	94.0	0.0003626750198554854	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0059_000000014477	1289	0.5933287287925146	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.14080716524877349		0	0	False	False	0.9992241859436035	0					non-mobilizable	other	1290.0	98.06200000000001	100.0	0.000357954135217244	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0043_000000016855	2036	0.5933281364386076	2	2	2	2	2	False	64600	maximal	True	ENG0043_000000016855	1.0		319	14	False	False	1.0	0					non-mobilizable	other	2028.0	95.16799999999999	100.0	0.0004964852521814091	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0113_000000018480	1510	0.5933246395713956	2	2	2	2	1	False	85788	fragment	False	ENG0113_000000018480	1.0		0	0	False	False	0.990728497505188	0					non-mobilizable	other	1510.0	99.272	100.0	0.005848519847760199	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0368_000000005100	2480	0.5933239905050184	4	4	4	4	3	False	114518	fragment	False	ENG0170_000000003849	0.5539866914234889		0	0	False	False	0.9879032373428345	0					non-mobilizable	chromosome	2466.0	98.21600000000001	99.0	0.0007011465808793203	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0009_01_000000022994	1137	0.5933201626464893	3	3	3	0	0	False	2078	maximal	True	USA0009_01_000000022994	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	79.596	43.0	0.0017238826490682572	NZ_DF158900.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0055_01_000000005848	4554	0.5933199876929024	7	4	3	4	1	True	1041	fragment	False	USA0055_01_000000005848	1.0		0	0	False	False	0.9984629154205322	0					non-mobilizable	no_good_hit								True	True
AST0031_000000006804	4280	0.5933188559537855	5	3	2	3	2	False	117580	fragment	False	AST0031_000000006804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2046.0	97.75200000000001	48.0	0.1269713150378741	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
FIJ0083_000000009722	3558	0.5933184093051954	5	5	5	3	5	False	44126	maximal	True	FIJ0083_000000009722	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	97.104	49.0	0.00015110526472998133	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ENG0159_000000004455	4914	0.5933170020808749	7	5	3	5	3	False	56552	maximal	True	ENG0159_000000004455	1.0		29	8	False	False	0.9975579977035522	0					non-mobilizable	no_good_hit	1486.0	75.707	30.0	0.0004096628991661612	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0384_000000006984	2387	0.5933149423271885	5	2	1	2	1	False	23084	fragment	False	ISR0384_000000006984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	84.20299999999999	56.0	0.004060972382345873	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0110_000000008143	1852	0.5933136322479698	2	2	2	2	1	False	8472	maximal	True	MON0110_000000008143	1.0		43	6	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	89.79799999999999	51.0	0.0003592484231601362	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	True	False
AST0024_000000015766	2182	0.5933131646738024	2	2	2	2	2	False	121446	maximal	True	AST0024_000000015766	1.0		10	2	False	False	0.9816681742668152	0					non-mobilizable	other	2182.0	98.71700000000001	100.0	0.0007945224941667623	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
ETH0001_000000007505	3480	0.5933050710701079	3	3	3	3	2	False	53568	maximal	True	ETH0001_000000007505	1.0		11	7	False	False	0.9910919666290283	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	7.153152028831768e-05	NZ_FXWP01000025.1	enterobacteria	Kosakonia pseudosacchari strain JM-387, whole genome shotgun sequence	True	False
ETH0005_000000017358	2746	0.5933008705163882	4	2	1	2	1	False	106222	fragment	False	ETH0005_000000017358	0.9407109812330176		0	0	False	False	1.0	0					non-mobilizable	chromosome	2006.0	93.669	95.0	0.0005337809161451788	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0819_000000013081	2014	0.5932954115322908	4	2	1	2	0	True	21317	maximal	True	ISR0819_000000013081	1.0		77	6	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	100.0	9.0	0.00064137569589263	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0289_000000006664	1624	0.5932954115322908	4	3	1	3	0	True	39090	fragment	False	ISR0289_000000006664	1.0		0	0	False	False	0.9981527328491211	0					non-mobilizable	no_good_hit								True	True
FIJ0164_000000015462	1456	0.5932954115322908	3	3	1	3	0	True	39088	fragment	False	FIJ0164_000000015462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0196_000000002955	5745	0.5932948059002946	8	7	5	5	6	True	132358	backbone	False	ISR0371_000000002559	0.30204325026337137	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	4467.0	99.75399999999999	91.0	0.03798297314996726	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0065_000000013858	2463	0.5932930681566856	3	3	3	2	1	False	71117	maximal	True	DEN0065_000000013858	1.0		8	3	False	False	0.9967519044876099	0					non-mobilizable	no_good_hit								True	False
ENG0128_000000027452	1105	0.5932818740432838	2	2	2	1	1	False	58574	maximal	True	ENG0128_000000027452	0.995		488	13	False	False	0.9954751133918762	0					non-mobilizable	other	1105.0	98.73299999999999	100.0	0.015045996592844975	NZ_CABIYV010000013.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0128_000000027591	1271	0.5932813323367332	2	2	2	2	1	False	81173	fragment	False	SPA0106_000000028323	0.9593721902718567		0	0	False	False	1.0	0					non-mobilizable	chromosome	1271.0	98.82	100.0	0.0004093442659409777	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0156_000000008570	2121	0.5932646455610717	3	3	3	3	2	False	3178	fragment	False	SPA0156_000000008570	0.9926644581164221		0	0	False	False	1.0	0					non-mobilizable	other	2114.0	97.06700000000001	99.0	0.037687725181036635	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	False	False
SPA0158_000000009015	2113	0.5932646455610717	3	3	3	3	2	False	3178	fragment	False	SPA0156_000000008570	0.9908062234794908		0	0	False	False	1.0	0					non-mobilizable	other	2108.0	97.486	99.0	0.037580708450754466	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	False	False
ISR0783_000000004382	3246	0.5932633426355034	4	4	4	4	3	False	81206	fragment	False	FIJ0005_000000008187	0.6434676285364197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1306.0	74.502	39.0	0.00038880070990435505	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0055_000000013072	2409	0.5932629049488255	3	2	2	2	2	False	6399	maximal	True	SPA0055_000000013072	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	83.666	48.0	0.0001808071267906436	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
ISR0134_000000001886	14651	0.5932611161099778	6	5	5	5	2	True	130416	maximal	True	ISR0134_000000001886	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1631.0	78.05	12.0	0.0051441355888554455	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0026_000000031773	1564	0.5932595301017132	4	2	2	2	1	True	82323	maximal	True	MON0026_000000031773	1.0		2	1	False	False	0.833759605884552	0					non-mobilizable	no_good_hit	142.0	100.0	9.0	0.0010916185373859993	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	True	True
DEN0001_000000018458	2321	0.5932588764126551	3	3	3	3	2	True	76910	maximal	True	DEN0001_000000018458	1.0		44	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0089_000000015518	2525	0.5932546495081427	3	3	1	2	2	False	91763	maximal	True	SPA0089_000000015518	1.0		1	1	False	False	0.9865346550941467	0					non-mobilizable	no_good_hit	1472.0	99.321	58.0	0.0004641734462495985	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
FIJ0142_000000018475	1921	0.5932536647627672	3	2	2	2	2	False	40186	maximal	True	FIJ0142_000000018475	1.0		39	10	False	False	0.9989588856697083	0					non-mobilizable	other	1921.0	96.616	100.0	0.0006512847500503667	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
AST0104_000000022239	1560	0.5932532142934558	2	2	2	2	2	False	107771	fragment	False	AST0104_000000022239	1.0		0	0	False	False	0.9762820601463318	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	0.002526847757422615	NZ_VHHR01000054.1	high GC Gram+	Kytococcus schroeteri strain H01 54, whole genome shotgun sequence	True	False
ISR0811_000000013401	1207	0.5932526658542546	2	1	1	1	1	False	60209	fragment	False	ENG0104_000000025838	0.966557911908646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0065_000000028479	1226	0.59325144054701	1	1	1	1	1	False	45026	fragment	False	ISR0074_000000022260	0.2887963333151604		0	0	False	False	0.9934747219085693	0					non-mobilizable	other	1222.0	96.97200000000001	99.0	0.0003466087414667823	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0395_000000005418	6972	0.593244305921528	6	5	4	4	3	False	114528	maximal	True	ISR0395_000000005418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	92.14299999999999	3.0	0.1684981684981685	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
FIJ0142_000000024588	1481	0.5932418478394615	2	2	2	2	1	False	40174	fragment	False	FIJ0142_000000024588	0.9985865724381626		0	0	False	False	0.9925726056098938	0					non-mobilizable	chromosome	1481.0	100.0	100.0	0.00032937577948558624	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0092_000000051388	1015	0.5932418478394615	2	2	2	2	1	False	9412	fragment	False	MON0092_000000051388	1.0		0	0	False	False	0.9704433679580688	0					non-mobilizable	chromosome	1015.0	100.0	100.0	0.00022566691918809762	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0292_000000010667	1838	0.5932409456213938	2	1	1	1	1	True	25872	maximal	True	ISR0292_000000010667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0007_000000005789	4069	0.5932405942612493	7	6	3	5	3	False	76941	maximal	True	SPA0007_000000005789	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	91.929	41.0	0.04688811016238093	NZ_QRUU01000063.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf63, whole genome shotgun sequence	True	False
SPA0095_000000004671	4470	0.5932392160860386	5	5	5	4	3	False	28490	maximal	True	SPA0095_000000004671	1.0		48	8	False	False	1.0	0					non-mobilizable	no_good_hit	2099.0	99.19	47.0	0.0009214476830290243	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0052_000000018870	1918	0.5932338004347298	2	2	2	2	2	False	117652	fragment	False	ISR0052_000000018870	0.9975845410628019		0	0	False	False	0.9927007555961609	0					non-mobilizable	no_good_hit	127.0	82.677	7.0	0.0004095191917074002	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
SPA0042_000000017855	1863	0.5932338004347298	2	2	2	2	2	False	117652	fragment	False	ISR0052_000000018870	0.9833159541188738		0	0	False	False	0.9946323037147522	0					non-mobilizable	no_good_hit	93.0	77.419	5.0	2.655415402217503e-05	CP001638.1	firmicutes	Geobacillus sp. WCH70, complete genome	True	False
MAD0087_000000006068	4359	0.5932316284431125	4	4	4	4	4	False	90200	fragment	False	MAD0087_000000006068	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4359.0	100.0	100.0	0.0009492853349574433	CP053730.1	enterobacteria	Escherichia coli strain CP61_Sichuan chromosome, complete genome	False	False
MON0024_000000023521	2130	0.5932204184552089	2	2	2	2	1	False	12931	maximal	True	MON0024_000000023521	1.0		5	3	False	False	0.9995304942131042	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000004431	4101	0.5932182999711413	3	3	3	2	1	False	72224	fragment	False	ISR0181_000000004431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	85.491	26.0	0.002885006357340631	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
CHI0034_000000000277	18867	0.5932182875102872	28	19	6	14	16	False	88298	maximal	True	CHI0034_000000000277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2644.0	72.92	14.0	0.0007783507761512843	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0136_000000001957	6621	0.5932169941639195	6	3	3	3	3	False	64974	maximal	True	ENG0136_000000001957	1.0		5	2	False	False	0.9993958473205566	0					non-mobilizable	no_good_hit	858.0	95.804	37.0	0.0006172830603394192	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0296_000000001313	13882	0.59321639646164	7	5	5	4	4	False	122622	maximal	True	ISR0296_000000001313	1.0		17	1	False	False	1.0	0					non-mobilizable	no_good_hit	3808.0	99.527	62.0	0.0012222340653681727	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
DEN0035_000000009208	3401	0.5932086657271793	4	4	4	4	3	False	73486	maximal	True	DEN0035_000000009208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1561.0	99.616	62.0	0.006162427364337717	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0013_000000001433	13634	0.5932084730108552	19	5	3	5	1	False	38131	maximal	True	ISR0013_000000001433	1.0		1	1	False	False	0.9999266266822815	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.002975168783613686	NZ_JAAIQH010000032.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_32_length_26217_cov_275.391, whole genome shotgun sequence	True	False
SPA0124_000000005693	5010	0.5932071554474841	7	7	7	6	6	False	107184	fragment	False	SPA0124_000000005693	1.0		0	0	False	False	0.9940119981765747	0					non-mobilizable	other	3315.0	99.57799999999999	96.0	0.001168143976830342	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
MAD0112_000000001243	14713	0.5932055064430424	16	6	6	5	6	False	42189	maximal	True	MAD0112_000000001243	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	82.7	2.0	0.00036691764276167784	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0064_000000020488	1993	0.5932022832906098	3	3	3	3	2	False	71266	maximal	True	DEN0064_000000020488	1.0		6	5	False	False	0.9974912405014038	0					non-mobilizable	chromosome	1970.0	75.939	98.0	0.0005363820266045485	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	False	False
ISR0089_000000021133	1468	0.5932013809831803	2	2	2	2	1	True	33719	fragment	False	ISR0089_000000021133	1.0		0	0	False	False	0.9986376166343689	0					non-mobilizable	other	998.0	99.499	99.0	0.0002839635842362577	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
MAD0051_000000006449	4183	0.5931963284152695	5	4	2	2	3	False	102024	maximal	True	MAD0051_000000006449	1.0		1	1	False	False	0.9976093769073486	0					non-mobilizable	no_good_hit	1501.0	92.405	65.0	0.00041266085720157065	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0001_000000026831	1636	0.5931933396378457	2	2	2	1	2	False	97227	maximal	True	CAN0001_000000026831	1.0		1	1	False	False	0.9944987893104553	0					non-mobilizable	no_good_hit	1327.0	77.995	79.0	0.0002795786465551053	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	False
MON0059_000000000720	17970	0.5931802599288837	16	9	2	8	4	True	10958	fragment	False	MON0059_000000000720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	73.077	2.0	0.4924346629986245	NZ_JH604919.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld324, whole genome shotgun sequence	True	True
ENG0087_000000019799	1306	0.5931801203904747	3	3	3	3	3	False	62066	fragment	False	ENG0087_000000019799	0.9602784602784602		0	0	False	False	0.974731981754303	0					non-mobilizable	other	1306.0	96.325	100.0	0.0006059474789798909	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
ISR0215_000000020302	1471	0.5931779942803515	3	3	1	2	3	False	28156	maximal	True	ISR0215_000000020302	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000005341	3314	0.5931727776323957	4	4	4	4	3	False	96956	maximal	True	CAN0002_000000005341	1.0		12	5	False	False	1.0	0					non-mobilizable	chromosome	1752.0	82.934	99.0	0.0004885195118384188	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0395_000000015614	2475	0.5931716117658639	4	4	4	1	1	False	55268	maximal	True	ISR0395_000000015614	1.0		104	11	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	98.26299999999999	74.0	0.0002733123190550272	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0001_000000010433	3264	0.5931713826130537	2	2	2	2	2	False	71821	fragment	False	SPA0001_000000010433	0.9778979907264297		0	0	False	False	0.9972426295280457	0					non-mobilizable	no_good_hit	94.0	89.36200000000001	3.0	0.013150371640937679	NZ_NOXT01000044.1	a-proteobacteria	Sandarakinorhabdus cyanobacteriorum strain TH057 C7519, whole genome shotgun sequence	True	False
TAN0017_000000011802	2957	0.5931658700448545	3	3	3	3	2	False	2481	maximal	True	TAN0017_000000011802	1.0		3	1	False	False	0.9935745596885681	0					non-mobilizable	no_good_hit								True	False
ISR0027_000000009828	2657	0.5931626391670793	4	2	2	2	2	False	121228	maximal	True	ISR0027_000000009828	1.0		0	0	False	False	0.9996236562728882	0					non-mobilizable	no_good_hit	1739.0	83.78399999999999	65.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0008_000000013482	2500	0.5931626391670793	3	2	2	2	2	False	121217	maximal	True	MON0008_000000013482	1.0		1	1	False	False	0.9843999743461609	0					non-mobilizable	no_good_hit	1739.0	83.726	69.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0120_000000010077	2329	0.5931626391670793	3	2	2	2	2	False	121230	maximal	True	FIJ0120_000000010077	1.0		1	1	False	False	0.9879776835441589	0					non-mobilizable	no_good_hit	1733.0	83.90100000000001	74.0	0.0005097031667641549	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0037_000000015478	1997	0.5931626391670793	3	2	2	2	2	False	121238	fragment	False	FIJ0037_000000015478	1.0		0	0	False	False	0.9944917559623718	0					non-mobilizable	no_good_hit	1741.0	83.975	87.0	0.0005120725016474282	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0087_000000013630	1940	0.5931626391670793	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.9040785664586405		0	0	False	False	0.9958763122558594	0					non-mobilizable	no_good_hit	1739.0	83.669	89.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0009_000000017776	1870	0.5931626391670793	3	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8169557838227801		0	0	False	False	0.9957219362258911	0					non-mobilizable	chromosome	1723.0	83.92299999999999	92.0	0.0005070376650204725	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
FIJ0121_000000013858	1860	0.5931626391670793	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8118785038928207		0	0	False	False	0.9940860271453857	0					non-mobilizable	chromosome	1712.0	83.586	92.0	0.0005034836626955627	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0040_000000014591	1815	0.5931626391670793	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8615594298970469		0	0	False	False	0.9845730066299438	0					non-mobilizable	chromosome	1738.0	83.602	95.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0286_000000010587	1797	0.5931626391670793	3	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8153504164514512		0	0	False	False	0.9749582409858704	0					non-mobilizable	chromosome	1739.0	83.84100000000001	96.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0126_000000027709	1783	0.5931626391670793	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.7220437031176148		0	0	False	False	1.0	0					non-mobilizable	chromosome	1691.0	83.79700000000001	95.0	0.0004987449929290162	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0329_000000009066	1761	0.5931626391670793	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.7674875948021933		0	0	False	False	0.9681999087333679	0					non-mobilizable	chromosome	1691.0	83.915	96.0	0.0004987449929290162	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MON0105_000000031938	1706	0.5931626391670793	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.719726720962223		0	0	False	False	1.0	0					non-mobilizable	chromosome	1691.0	83.85600000000001	99.0	0.0004987449929290162	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0047_000000017721	1690	0.5931626391670793	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.6718954285385517		0	0	False	False	0.9822485446929932	0					non-mobilizable	chromosome	1676.0	83.831	99.0	0.0004943024900228789	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0802_000000013758	1312	0.5931617845586403	1	1	1	1	1	False	21851	fragment	False	ISR0802_000000013758	1.0		0	0	False	False	0.9946646094322205	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00034725667228891757	NZ_FQVG01000006.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
USA0044_01_000000015637	1775	0.5931543511220935	3	3	2	2	2	False	1224	fragment	False	USA0044_01_000000015637	1.0		0	0	False	False	0.9402816891670227	0					non-mobilizable	chromosome	1739.0	100.0	98.0	0.0002674079004417923	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0096_000000007249	4378	0.5931529867435181	3	3	3	3	2	True	122981	maximal	True	MON0096_000000007249	0.9782868050584586		56	8	False	False	1.0	0					non-mobilizable	chromosome	4382.0	93.70200000000001	100.0	0.0007943035121169386	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
FIJ0153_000000009058	2946	0.5931525048890878	4	3	2	2	3	False	39664	maximal	True	FIJ0153_000000009058	1.0		1	1	False	False	0.9925322532653809	0					non-mobilizable	no_good_hit	1276.0	74.687	43.0	0.05765118077990627	NZ_NFHM01000037.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_37, whole genome shotgun sequence	True	False
SPA0081_000000006621	1920	0.5931488936131449	2	2	2	1	1	False	61623	maximal	True	SPA0081_000000006621	0.9426732863938413		913	15	False	False	0.9989583492279053	0					non-mobilizable	other	1920.0	99.583	100.0	0.008708951295223918	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0204_000000015073	1761	0.5931485689638625	2	2	2	2	2	False	54033	maximal	False	MON0062_000000020839	0.9563102879497233		0	0	False	False	1.0	0					non-mobilizable	other	1761.0	98.807	100.0	0.0514785457310831	KF176929.1	bacteria	Uncultured bacterium EB2 genomic sequence	False	False
ISR0198_000000009561	3484	0.5931477925803424	4	3	2	3	2	False	28891	maximal	True	ISR0198_000000009561	1.0		27	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000001844	8806	0.5931446024926005	10	5	3	5	4	True	98542	maximal	True	SPA0010_000000001844	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	94.802	5.0	0.0004410796576695194	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
CHI0174_000000004038	3878	0.5931420114836293	4	2	2	2	2	False	77849	maximal	True	CHI0174_000000004038	1.0		6	2	False	False	0.9992263913154602	0					non-mobilizable	no_good_hit	762.0	82.021	20.0	0.00017730943202189678	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0214_000000002647	9153	0.5931405157781626	9	7	7	7	5	False	132487	maximal	True	ISR0214_000000002647	1.0		5	3	False	False	0.9987981915473938	0					non-mobilizable	no_good_hit	2257.0	97.475	64.0	0.0006416984529264692	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0137_000000011857	1282	0.5931391532024326	2	1	1	1	1	False	57963	fragment	False	ENG0137_000000011857	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0073_000000004827	5286	0.5931386648196085	6	3	1	2	2	False	118295	maximal	True	ISR0073_000000004827	1.0		3	2	False	False	0.9996216297149658	0					non-mobilizable	no_good_hit	2416.0	86.21700000000001	45.0	0.05440748018158412	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MON0092_000000020106	2707	0.5931350675677576	2	2	2	2	1	True	92691	maximal	True	MON0092_000000020106	1.0		7	3	False	False	0.9996305704116821	0					non-mobilizable	no_good_hit								True	True
ISR0151_000000001623	8275	0.5931278867394691	5	5	3	5	3	False	82762	maximal	True	ISR0151_000000001623	1.0		33	5	False	False	0.994682788848877	0					non-mobilizable	other	7721.0	95.804	99.0	0.0027103902052202956	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
CHI0053_000000007874	1456	0.5931258983124577	3	1	1	1	1	False	123223	maximal	True	CHI0053_000000007874	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	94.24799999999999	84.0	0.0021935956387855128	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0120_000000024198	1485	0.5931251456424074	3	2	2	2	2	False	32248	maximal	False	ISR0246_000000014335	0.9532319495132864		0	0	False	False	0.9757575988769531	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	2.4284320828257234e-05	NZ_LN879457.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	False
ISR0837_000000000917	8108	0.5931251354535495	10	5	2	4	2	True	84075	fragment	False	CHI0170_000000001267	0.9675092810958569		0	0	False	False	1.0	0					non-mobilizable	other	8108.0	99.568	100.0	0.08090172441322051	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0011_000000017188	1755	0.5931245059684054	2	2	2	2	1	False	124853	maximal	False	SPA0097_000000018598	0.9578619909502263		0	0	False	False	1.0	0					non-mobilizable	chromosome	1327.0	89.676	100.0	0.00046184433789298593	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0128_000000011029	2481	0.5931242379068666	5	2	2	2	1	False	58637	maximal	True	ENG0128_000000011029	1.0		7	3	False	False	0.9987908005714417	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000022577	1626	0.5931214882213365	3	3	3	2	2	False	36304	fragment	False	ISR0043_000000012431	0.9357933081149011		0	0	False	False	1.0	0					non-mobilizable	other	1626.0	98.89299999999999	100.0	0.06891141172978245	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
ISR0381_000000002976	5031	0.5931204300779981	8	6	6	6	6	False	91267	maximal	True	ISR0381_000000002976	0.9867758186397985		5	1	False	False	0.9998012185096741	0					non-mobilizable	no_good_hit	735.0	74.014	14.0	0.00100376130107652	NZ_LT707059.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
CHI0174_000000000231	40140	0.5931202654467788	45	21	14	21	13	True	111928	maximal	True	CHI0174_000000000231	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	73.717	6.0	0.00035318524742339677	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
SPA0139_000000007974	3332	0.5931196696089676	5	2	2	2	2	False	102145	maximal	False	ISR0261_000000005209	0.9971950862800733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1066.0	99.906	50.0	0.0002249263603768034	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0261_000000005209	3332	0.5931196696089676	4	2	2	2	2	False	102145	maximal	True	ISR0261_000000005209	0.9985994397759104		36	7	False	False	0.9996998906135559	0					non-mobilizable	no_good_hit	1053.0	99.81	50.0	0.00022218078039098327	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
AUS0006_000000006891	3323	0.5931196696089676	4	2	2	2	2	False	102145	maximal	False	ISR0261_000000005209	0.9967987194877951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	99.80799999999999	50.0	0.00022027999424695393	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0143_000000016009	1841	0.5931161748945504	3	2	2	2	2	False	31143	fragment	False	ISR0143_000000016009	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1483.0	99.73	100.0	0.0002091793900995197	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ETH0003_000000006485	4864	0.5931114574041965	7	7	5	4	4	False	107328	maximal	True	ETH0003_000000006485	1.0		15	6	False	False	1.0	0					non-mobilizable	chromosome	1937.0	93.185	99.0	0.0004988333486721366	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
CHI0063_000000008987	1539	0.5931079186152644	2	2	1	2	0	False	85415	fragment	False	CHI0063_000000008987	1.0		0	0	False	False	0.9987004399299622	0					non-mobilizable	plasmid	1539.0	100.0	100.0	0.007885925827176192	CP054781.1	enterobacteria	Klebsiella pneumoniae strain KP20194a plasmid pKP20194a-p1, complete sequence	False	True
MAD0014_000000024330	1407	0.5931016785972782	2	2	2	2	2	False	87767	maximal	True	MAD0014_000000024330	1.0		177	13	False	False	0.9992892742156982	0					non-mobilizable	chromosome	737.0	88.738	96.0	0.0002477332908775918	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0129_000000010257	2321	0.5931014649865133	6	4	3	4	3	False	81256	fragment	False	ISR0158_000000008139	0.978448275862069		0	0	False	False	0.9987074732780457	0					non-mobilizable	no_good_hit	1826.0	97.59	79.0	0.03339255948564834	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0149_000000016011	1668	0.5930987100145511	2	2	2	2	2	False	104435	fragment	False	AST0149_000000016011	1.0		0	0	False	False	0.9838129281997681	0					non-mobilizable	other	1629.0	99.939	98.0	0.011904065516232817	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	False	False
TAN0009_000000018385	2160	0.5930932422644233	2	1	1	1	1	False	2693	maximal	True	TAN0009_000000018385	1.0		7	2	False	False	0.9949073791503906	0					non-mobilizable	no_good_hit	579.0	83.765	26.0	0.00023893410239374244	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CAN0001_000000035559	1214	0.5930871725866991	2	2	2	1	2	False	97037	fragment	False	ENG0054_000000022289	0.9663573420183115		0	0	False	False	0.9818781018257141	0					non-mobilizable	other	1218.0	97.044	100.0	0.010606391815677874	NZ_WNAJ01000011.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold11_size114365, whole genome shotgun sequence	False	False
MON0102_000000025615	1748	0.5930858922307352	3	3	3	3	2	False	8945	fragment	False	MON0102_000000025615	1.0		0	0	False	False	0.9994279146194458	0					non-mobilizable	other	1748.0	99.65700000000001	100.0	0.0005512651329694416	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CAN0022_000000018422	1739	0.5930833645465717	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.236380048141597	PS721	0	0	False	True	0.9982748627662659	0					non-mobilizable	other	1667.0	74.445	95.0	0.20085313833028642	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
AST0089_000000003513	5171	0.5930812935442733	8	7	5	7	5	False	110307	maximal	True	AST0089_000000003513	1.0		9	3	False	False	0.9936182498931885	0					non-mobilizable	no_good_hit	2484.0	97.585	87.0	0.09422077182863431	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	True	False
ISR0042_000000009085	3050	0.5930802795533279	4	4	4	3	2	False	126953	maximal	True	ISR0042_000000009085	1.0		0	0	False	False	0.9963934421539307	0					non-mobilizable	no_good_hit	1036.0	95.56	34.0	0.014784658238697236	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0355_000000018352	1191	0.5930801983956864	2	2	2	2	1	False	23937	fragment	False	ISR0355_000000018352	1.0		0	0	False	False	0.9966414570808411	0					non-mobilizable	no_good_hit	48.0	87.5	4.0	9.786501512503808e-07	AP022682.1	bony fishes	Epinephelus fuscoguttatus DNA, LG8, complete sequence	True	False
ISR0286_000000003231	4183	0.5930787715618862	4	4	4	4	4	False	26048	maximal	True	ISR0286_000000003231	1.0		24	6	False	False	1.0	0					non-mobilizable	chromosome	4186.0	99.09200000000001	100.0	0.000723327493133574	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0185_000000028788	1157	0.5930787616337722	2	2	2	1	2	False	29368	fragment	False	ISR0185_000000028788	1.0		0	0	False	False	0.9878997206687927	0					non-mobilizable	other	1160.0	92.67200000000001	100.0	0.011856167052983528	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
ISR0779_000000002322	11779	0.5930781367839699	6	6	6	6	5	False	93329	maximal	True	ISR0779_000000002322	1.0		78	9	False	False	0.9983869791030884	0					non-mobilizable	other	11702.0	99.009	99.0	0.003523003726589854	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0814_000000038358	1119	0.5930779654904395	3	3	3	2	3	False	60528	fragment	False	ENG0100_000000026621	0.9694332537550979		0	0	False	False	0.9991063475608826	0					non-mobilizable	other	1119.0	98.749	100.0	0.005334911220014983	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0062_000000015284	2408	0.5930740045798771	4	3	2	3	2	False	122478	fragment	False	ISR0062_000000015284	0.9716122075078399		0	0	False	False	1.0	0					non-mobilizable	other	2408.0	98.256	100.0	0.029932971037021378	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0163_000000003168	7793	0.5930698576064182	7	6	4	5	3	False	48133	maximal	True	FIJ0163_000000003168	1.0		1	1	False	False	0.9952521324157715	0					non-mobilizable	no_good_hit	2804.0	80.385	57.0	0.20334910811794685	NZ_FOIN01000058.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	False
ISR0134_000000015979	2012	0.5930668594704396	3	3	3	2	2	False	31476	maximal	True	ISR0134_000000015979	1.0		24	7	False	False	0.9965208768844604	0					non-mobilizable	no_good_hit	128.0	78.125	6.0	0.00023638163141761717	NZ_JPEO01000003.1	g-proteobacteria	Shewanella mangrovi strain YQH10 contig3, whole genome shotgun sequence	True	False
ISR0035_000000007771	2390	0.5930627901877571	3	1	1	1	1	False	36801	fragment	False	ISR0035_000000007771	1.0		0	0	False	False	0.9995815753936768	0					non-mobilizable	no_good_hit	1053.0	91.073	44.0	0.017278866743534838	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0051_000000005146	5209	0.5930579438343663	9	5	2	4	1	False	94050	maximal	True	ENG0051_000000005146	1.0		0	0	False	False	0.9959685206413269	0					non-mobilizable	no_good_hit	1085.0	71.521	21.0	0.00031156753715043053	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0032_01_000000016660	1255	0.5930577124136839	3	3	3	2	3	False	1490	maximal	True	USA0032_01_000000016660	1.0		12	6	False	False	1.0	0					non-mobilizable	other	1254.0	91.30799999999999	99.0	0.0003518520287979082	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0251_000000004753	2902	0.5930566573511726	2	2	2	2	1	False	48385	maximal	True	ISR0251_000000004753	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	79.225	24.0	0.0003190988447616784	CP046051.1	firmicutes	Ruminococcaceae bacterium LBM 19010 chromosome, complete genome	True	False
ISR0379_000000009611	2491	0.5930566573511726	2	2	2	2	1	False	48382	fragment	False	ISR0379_000000009611	1.0		0	0	False	False	0.9947811961174011	0					non-mobilizable	no_good_hit	123.0	82.927	5.0	0.003431230008723466	NZ_RLII01000032.1	firmicutes	Hungateiclostridium mesophilum strain N2K1 seq32, whole genome shotgun sequence	True	False
ISR0381_000000013138	1399	0.5930559573283117	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.976082454008834		0	0	False	False	1.0	0					non-mobilizable	chromosome	1286.0	88.802	100.0	0.0003430186066155426	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0019_01_000000008567	3435	0.5930530285928407	2	2	1	2	2	False	96252	fragment	False	USA0019_01_000000008567	0.9774482545566883		0	0	False	False	1.0	0					non-mobilizable	other	3435.0	99.709	100.0	0.0052406038445338395	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
MON0011_000000001147	20921	0.5930528070170732	18	11	3	11	4	True	22454	fragment	False	ISR0775_000000000510	0.9711989598314866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.00042645943896891587	NZ_AFWV01000021.1	g-proteobacteria	Thiocapsa marina 5811 ctg456, whole genome shotgun sequence	True	True
MON0100_000000023350	1928	0.5930449127742065	2	2	2	2	2	False	129043	fragment	False	MON0100_000000023350	1.0		0	0	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	1324.0	89.124	68.0	0.0036232894670779944	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MAD0098_000000002369	13596	0.5930441172711872	5	4	4	4	1	True	130429	maximal	True	MAD0098_000000002369	1.0	PS1102	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	81.0	98.765	1.0	0.00016728107611916268	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0049_000000001584	13429	0.5930441172711872	6	4	4	4	1	True	130443	fragment	False	ISR0049_000000001584	0.9379575896810847		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	161.0	95.031	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0011_01_000000002880	12511	0.5930441172711872	6	4	4	4	1	True	130420	fragment	False	USA0011_01_000000002880	1.0		0	0	False	True	0.9998401403427124	0					non-mobilizable	no_good_hit	161.0	95.031	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0068_000000007762	5089	0.5930410623282639	2	2	1	2	1	False	18898	maximal	True	MON0068_000000007762	0.9725517796098935		95	13	False	False	0.994301438331604	0					non-mobilizable	other	5089.0	99.803	100.0	0.0009469356822599007	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
FIJ0026_000000014148	2290	0.5930399845347505	3	2	2	2	2	False	49108	maximal	True	FIJ0026_000000014148	1.0		11	4	False	False	0.9995633363723755	0					non-mobilizable	no_good_hit	1197.0	74.937	52.0	0.00020964208779499795	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
SPA0097_000000018598	1768	0.5930336560433831	2	2	2	2	2	False	124853	maximal	True	SPA0097_000000018598	0.9612535612535613		171	11	False	False	1.0	0					non-mobilizable	chromosome	1322.0	97.806	100.0	0.0004601015290707483	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0075_000000016257	1511	0.5930311239560908	3	1	1	1	1	False	116451	fragment	False	ISR0099_000000012998	0.9959482975657916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	92.30799999999999	55.0	0.00045980952974733854	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
CAN0009_000000006725	3379	0.593027668771018	5	5	5	5	3	False	131588	fragment	False	CAN0009_000000006725	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3379.0	100.0	100.0	0.0014278027603341346	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
CAN0020_000000004981	6944	0.5930254340781315	8	6	6	6	5	False	97357	fragment	False	CAN0020_000000004981	1.0		0	0	False	False	0.9971198439598083	0					non-mobilizable	other	6945.0	98.848	100.0	0.009058576095692382	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0341_000000005287	2515	0.5930167563197788	4	3	1	2	1	True	102081	maximal	True	ISR0341_000000005287	1.0		3	2	False	False	0.997614324092865	0					non-mobilizable	other	2527.0	96.992	100.0	0.0007170628017568322	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0002_000000009078	2340	0.5930167563197788	4	3	1	2	1	True	102080	maximal	True	SPA0002_000000009078	1.0		5	3	False	False	0.9982905983924866	0					non-mobilizable	no_good_hit	2070.0	96.184	88.0	0.0005861974210719947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0337_000000002411	3706	0.5930039500883167	5	5	4	4	3	False	24447	maximal	True	ISR0337_000000002411	1.0		5	3	False	False	0.9994603395462036	0					non-mobilizable	no_good_hit	1382.0	98.77	37.0	0.006812486434223248	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0800_000000012555	1102	0.5929963462161812	2	2	2	2	2	False	87552	fragment	False	ISR0080_000000023208	0.16387498119158625		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	94.465	100.0	0.0003314900160084688	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0018_000000022276	1766	0.5929961554097838	4	3	2	2	2	False	75087	maximal	True	DEN0018_000000022276	1.0		1	1	False	False	0.975651204586029	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000026723	1116	0.5929920127035102	3	3	2	2	2	False	45532	fragment	False	FIJ0063_000000026723	1.0		0	0	False	False	0.9856630563735962	0					non-mobilizable	chromosome	1097.0	99.90899999999999	100.0	0.00022584582972378395	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
ISR0264_000000002867	3352	0.5929892732709708	5	2	1	2	1	False	114826	fragment	False	ISR0264_000000002867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1417.0	98.73	80.0	0.17105581058226624	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0341_000000005134	2589	0.5929892732709708	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.8838701640853661		0	0	False	False	0.9969099760055542	0					non-mobilizable	plasmid	1420.0	98.73200000000001	97.0	0.1714182169606185	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
USA0063_01_000000008139	2495	0.5929892732709708	4	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7249679965635468		0	0	False	False	1.0	0					non-mobilizable	plasmid	1282.0	96.72399999999999	99.0	0.1547475235564146	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0169_000000012249	2476	0.5929892732709708	4	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.8191810491979303		0	0	False	False	1.0	0					non-mobilizable	plasmid	1364.0	98.9	99.0	0.164653297898043	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0124_000000012224	2394	0.5929892732709708	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7383649613145522		0	0	False	False	1.0	0					non-mobilizable	plasmid	1397.0	98.926	99.0	0.16863976805991784	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0144_000000002729	2393	0.5929892732709708	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7372001783516675		0	0	False	False	1.0	0					non-mobilizable	plasmid	1393.0	99.785	99.0	0.16815655955544817	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
DEN0041_000000015588	2191	0.5929892732709708	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.2867969931945348		0	0	False	False	0.9977179169654846	0					non-mobilizable	plasmid	1398.0	98.927	99.0	0.16876057018603527	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0149_000000019552	2021	0.5929892732709708	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.18289269282500864		0	0	False	False	0.9985156059265137	0					non-mobilizable	plasmid	1393.0	98.92299999999999	99.0	0.16815655955544817	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0030_000000017512	1241	0.5929892732709708	3	2	1	2	1	False	114810	fragment	False	ENG0075_000000014574	0.2514651062171195		0	0	False	False	0.9895246028900146	0					non-mobilizable	plasmid	913.0	89.92299999999999	98.0	0.10968833051461706	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0171_000000017848	1634	0.59298714637653	3	3	2	3	2	False	37888	fragment	False	ISR0171_000000017848	1.0		0	0	False	False	0.9847001433372498	0					non-mobilizable	other	1538.0	99.48	94.0	0.008958494832982649	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
AST0029_000000018531	1592	0.59298714637653	3	3	2	3	2	False	118054	fragment	False	AST0029_000000018531	1.0		0	0	False	False	0.998115599155426	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000009903	2210	0.5929867856302418	2	2	2	2	2	False	87956	fragment	False	ENG0105_000000009903	0.9780428247971176		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	98.728	97.0	0.00042110399219822905	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0228_000000012230	2177	0.5929867856302418	2	2	2	2	2	False	87956	fragment	False	ENG0105_000000009903	0.9753808648717109		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	98.728	97.0	0.00042110399219822905	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0103_000000007520	2150	0.5929867856302418	2	2	2	2	2	False	87956	fragment	False	ENG0105_000000009903	0.9693091315933222		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	98.728	97.0	0.00042110399219822905	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0018_000000013918	2138	0.5929867856302418	2	2	2	2	2	False	87956	fragment	False	ENG0105_000000009903	0.965548668889662		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	98.352	99.0	0.0004970666135453647	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0284_000000005809	2078	0.5929867856302418	2	2	2	2	2	False	87956	fragment	False	ENG0105_000000009903	0.9570364017538593		0	0	False	False	1.0	0					non-mobilizable	chromosome	1535.0	97.72	99.0	0.00048351311679048156	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0010_000000009994	2071	0.5929867856302418	2	2	2	2	2	False	87956	fragment	False	ENG0105_000000009903	0.9589711830666506		0	0	False	False	0.9990342855453491	0					non-mobilizable	chromosome	1533.0	98.434	99.0	0.00048288272159258	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0055_000000007110	2043	0.5929867856302418	2	2	2	2	2	False	87956	fragment	False	ENG0105_000000009903	0.9505436460698024		0	0	False	False	1.0	0					non-mobilizable	chromosome	1496.0	98.596	99.0	0.0004712204104314015	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0258_000000013323	1937	0.5929867856302418	2	2	2	2	2	False	87956	fragment	False	ENG0105_000000009903	0.3000084012161328		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	89.947	99.0	0.00041669122581291824	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0079_000000006245	4701	0.5929843066303097	7	2	1	2	1	False	44402	maximal	True	FIJ0079_000000006245	1.0		7	2	False	False	0.9989364147186279	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	4.893151294859058e-07	LR877210.1	rodents	Onychomys torridus genome assembly, chromosome: 23	True	False
FIJ0172_000000005036	4941	0.5929832536959347	4	3	2	2	1	False	100167	fragment	False	MAD0055_000000001267	0.9717174871978354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	62.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0140_000000005054	5959	0.5929795929494368	5	5	5	5	3	True	131603	fragment	False	ISR0140_000000005054	0.9880403297715006		0	0	False	False	1.0	0					non-mobilizable	chromosome	5959.0	99.765	100.0	0.0026378390440025025	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	True
ISR0053_000000003449	5829	0.5929795929494368	5	5	5	5	3	True	131603	fragment	False	ISR0140_000000005054	0.9807528185623414		0	0	False	False	0.9993137717247009	0					non-mobilizable	other	5829.0	99.777	100.0	0.002428017691033499	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	False	True
FIJ0001_000000004813	4070	0.5929738265582416	5	3	2	3	3	False	69885	maximal	True	FIJ0001_000000004813	1.0		34	7	False	False	0.9997543096542358	0					non-mobilizable	other	4069.0	99.484	99.0	0.06669289789494393	NZ_GG663525.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld21, whole genome shotgun sequence	False	False
FIJ0010_000000000419	30712	0.5929662317729476	37	10	6	9	5	False	92545	maximal	True	FIJ0010_000000000419	1.0		2	2	False	False	0.9996418356895447	0					non-mobilizable	no_good_hit	3713.0	100.0	15.0	0.0012613335680211164	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0035_000000007846	1544	0.5929655534552348	2	2	2	1	1	False	48025	fragment	False	FIJ0035_000000007846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	84.301	77.0	0.0029440846472026426	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0785_000000017677	2073	0.5929640925936938	2	1	1	1	1	False	22188	maximal	True	ISR0785_000000017677	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	3.0	2.0417915464332848e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ISR0311_000000006995	2801	0.5929491305861585	4	4	3	4	3	False	49279	maximal	True	ISR0311_000000006995	1.0		3	2	False	False	1.0	0					non-mobilizable	other	2801.0	97.751	100.0	0.017106758391475945	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
CHI0087_000000001778	4092	0.5929388423898312	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.10492939458539195	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4092.0	99.682	100.0	0.08018895662230237	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
FIJ0105_000000000765	27063	0.5929379032717619	18	5	3	4	3	True	48719	maximal	True	FIJ0105_000000000765	1.0		4	2	False	False	0.9999260902404785	0					non-mobilizable	no_good_hit	149.0	79.195	1.0	0.0006787932157369951	CP021172.1	CFB group bacteria	Candidatus Sulcia muelleri strain ENCA chromosome, complete genome	True	True
FIJ0077_000000011598	2556	0.5929287154967156	4	4	4	3	3	False	117341	fragment	False	ENG0119_000000012154	0.948606429186023		0	0	False	False	0.9996087551116943	0					non-mobilizable	other	2541.0	97.12700000000001	99.0	0.020563970951367017	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0103_000000009143	4594	0.5929176116533652	5	4	2	3	1	True	122484	fragment	False	ENG0117_000000004346	0.9042289027154676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	75.67	10.0	0.00011751364471354392	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
ISR0840_000000003463	3970	0.5929176116533652	5	4	2	3	1	True	122408	fragment	False	ISR0840_000000003463	0.9622916115374438		0	0	False	False	0.9979848861694336	0					non-mobilizable	no_good_hit	549.0	77.413	19.0	0.0001923153604924967	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0115_000000021157	1672	0.5929144337022074	3	3	3	2	1	False	118950	fragment	False	ISR0115_000000021157	1.0		0	0	False	False	0.9772727489471436	0					non-mobilizable	no_good_hit	196.0	84.184	12.0	7.052393833299586e-05	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
MON0017_000000013199	1487	0.5929144337022074	3	3	3	2	1	False	118946	fragment	False	MAD0095_000000022835	0.9617972511249337		0	0	False	False	0.9502353668212891	0					non-mobilizable	no_good_hit								True	False
TAN0018_000000007619	1417	0.5929144337022074	3	3	3	2	1	False	118946	fragment	False	MAD0095_000000022835	0.7394875309560547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000022555	1363	0.5929144337022074	3	3	3	2	1	False	118946	fragment	False	MAD0095_000000022835	0.6278651276591444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	90.11	7.0	2.6655017436823908e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0190_000000008968	2569	0.5929142009237557	3	3	3	3	3	False	95549	fragment	False	CHI0018_000000006944	0.9458462080831723		0	0	False	False	0.975476861000061	0					non-mobilizable	other	2569.0	98.988	100.0	0.0004125592812985978	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
DEN0039_000000003868	3992	0.5929119708086062	6	3	1	2	2	False	73309	fragment	False	DEN0039_000000003868	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3994.0	97.271	100.0	0.0009679244432313405	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
AUS0008_000000015355	1616	0.5928987711731286	2	2	2	2	2	False	101784	fragment	False	AUS0008_000000015355	1.0		0	0	False	False	0.9993811845779419	0					non-mobilizable	other	1634.0	82.13	100.0	0.0035464737666543464	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0003_01_000000018654	2079	0.5928961231596098	3	2	2	2	2	False	2236	maximal	True	USA0003_01_000000018654	1.0		6	3	False	False	0.9990379810333252	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.0014817558807186516	NZ_LZYI01000023.1	proteobacteria	Acidithiobacillus thiooxidans strain ZBY Contig023, whole genome shotgun sequence	True	False
FIJ0041_000000025980	1463	0.5928918377252952	2	2	2	2	2	False	125442	fragment	False	MON0070_000000010284	0.09273280165815528		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	84.56299999999999	99.0	0.00043849319763334136	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0121_000000003243	6806	0.5928907474109061	6	6	5	6	5	False	104499	fragment	False	DEN0045_000000004185	0.6742343775345399		0	0	False	False	1.0	0					non-mobilizable	other	6807.0	99.456	100.0	0.04813575627250285	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0039_000000008880	2939	0.5928888926643434	3	3	3	3	2	False	108218	fragment	False	SPA0039_000000008880	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2939.0	99.524	100.0	0.04026919228607848	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
ISR0348_000000015548	1238	0.5928876292306134	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.7614586171669646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	1.2117389227708296e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0341_000000001927	7584	0.5928866524205649	11	6	1	5	3	False	24363	maximal	True	ISR0341_000000001927	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	883.0	96.48899999999999	47.0	0.01516648466885064	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
ISR0153_000000016808	1712	0.59288574516063	5	4	2	2	4	False	81336	fragment	False	ISR0153_000000016808	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1603.0	96.818	93.0	0.0005839611888166694	LR135191.1	firmicutes	Enterococcus faecium isolate E4438 genome assembly, chromosome: 1	False	False
CHI0128_000000005399	1489	0.59288574516063	4	4	2	2	4	False	81335	fragment	False	CHI0128_000000005399	1.0		0	0	False	False	0.988582968711853	0					non-mobilizable	chromosome	1489.0	98.85799999999999	100.0	0.0003987591301905683	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0371_000000014040	1470	0.5928856381201831	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.5997784990677899		0	0	False	False	0.9979591965675354	0					non-mobilizable	no_good_hit	1154.0	94.541	88.0	0.005532436685944908	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0180_000000018341	1337	0.5928856381201831	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.636707572977559		0	0	False	False	0.9955123662948608	0					non-mobilizable	no_good_hit	1163.0	94.755	87.0	0.005575885141593689	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0365_000000013024	1323	0.5928856381201831	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.5984245704148125		0	0	False	False	0.9720332622528076	0					non-mobilizable	no_good_hit	1163.0	94.669	88.0	0.005575885141593689	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0364_000000015076	1232	0.5928856381201831	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.5893690775400476		0	0	False	False	0.9991883039474487	0					non-mobilizable	other	1188.0	94.444	96.0	0.005682092477624045	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0347_000000019217	1168	0.5928856381201831	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.4351557512380158		0	0	False	False	0.9965753555297852	0					non-mobilizable	other	1157.0	94.728	99.0	0.005546919504494502	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0247_000000012285	1168	0.5928856381201831	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.4348433220145956		0	0	False	False	0.9974315166473389	0					non-mobilizable	other	1157.0	94.641	99.0	0.005546919504494502	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0359_000000024197	1153	0.5928856381201831	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.3949275955531271		0	0	False	False	0.9973980784416199	0					non-mobilizable	other	1153.0	94.796	100.0	0.0055276090797617096	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0196_000000018191	1229	0.5928844977111967	2	1	1	1	1	False	28957	maximal	True	ISR0196_000000018191	1.0		0	0	False	False	0.985353946685791	0					non-mobilizable	other	1234.0	86.71	99.0	0.0005375843489168378	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0785_000000003779	7029	0.5928820419721536	10	4	2	4	3	True	22216	fragment	False	ISR0785_000000003779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	83.0	1.0	4.3286623942322585e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0302_000000001325	7884	0.5928766149350105	5	4	3	4	3	False	130374	maximal	False	ISR0211_000000002138	0.9579652842753091	PS1101	0	0	False	True	0.9996194839477539	0					non-mobilizable	other	7528.0	99.15	96.0	0.0014556894973242313	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0062_000000010705	1895	0.5928740584671539	2	1	1	0	1	False	85820	maximal	False	ISR0261_000000009211	0.9704761391736181		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	99.84200000000001	100.0	0.036420275363433584	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
ISR0805_000000007442	1575	0.5928729534513072	3	2	2	2	1	False	21787	maximal	True	ISR0805_000000007442	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	88.235	5.0	0.003378786050440449	NZ_SMCZ01000024.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_124, whole genome shotgun sequence	True	False
MON0019_000000056263	1183	0.5928697184629292	2	2	2	2	2	False	13130	maximal	True	MON0019_000000056263	1.0		3	2	False	False	0.9391377568244934	0					non-mobilizable	chromosome	716.0	91.62	100.0	0.00019300896653700285	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	False	False
TAN0003_000000007487	1386	0.5928596474875816	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.1844429805272643		0	0	False	False	0.9956709742546082	0					non-mobilizable	chromosome	1386.0	97.76299999999999	100.0	0.00043654867454681677	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0084_000000024978	1201	0.5928590578448676	2	1	1	1	1	False	61494	fragment	False	ENG0084_000000024978	1.0		0	0	False	False	0.9933388829231262	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	5.857251084169469e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0107_000000048954	1263	0.5928552080543094	3	3	3	3	1	True	86543	fragment	False	MON0107_000000048954	0.9196086245451494		0	0	False	False	0.9794141054153442	0					non-mobilizable	no_good_hit	680.0	75.441	53.0	0.19394812680115273	MK233476.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_8_c1 sequence	True	True
ENG0121_000000004516	4023	0.5928546178082953	6	3	3	3	3	False	59144	maximal	True	ENG0121_000000004516	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	99.292	14.0	0.010957626624701289	NZ_JAAIOD010000018.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_18_length_51471_cov_342.947, whole genome shotgun sequence	True	False
ENG0086_000000013728	1842	0.5928527767644027	2	2	2	1	2	False	61426	fragment	False	ENG0086_000000013728	0.9905552375500859		0	0	False	False	1.0	0					non-mobilizable	chromosome	1842.0	99.837	100.0	0.00033401387980979536	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0143_000000011130	1738	0.5928522450238808	3	2	2	2	1	False	79922	maximal	True	CHI0143_000000011130	1.0		2	2	False	False	0.9752589464187622	0					non-mobilizable	no_good_hit	233.0	76.395	13.0	0.00010252323561540804	CP003861.1	firmicutes	Streptococcus anginosus C238, complete genome	True	False
ENG0002_000000018642	1301	0.592851746447069	3	3	3	3	3	False	67961	maximal	True	ENG0002_000000018642	1.0		25	6	False	False	0.9884704351425171	0					non-mobilizable	no_good_hit	970.0	99.794	75.0	0.00018215836799637263	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	True	False
AST0010_000000013204	2225	0.5928513725324299	4	2	2	2	2	False	126281	fragment	False	AST0010_000000013204	0.9502789407470482		0	0	False	False	0.9986516833305359	0					non-mobilizable	no_good_hit								True	False
USA0119_01_000000005202	4215	0.5928499663981314	3	3	3	3	3	False	234	maximal	True	USA0119_01_000000005202	1.0		186	13	False	False	0.9992882609367371	0					non-mobilizable	no_good_hit	3611.0	81.695	85.0	0.016555190126011605	NZ_BAKJ01000001.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
MAD0098_000000015132	2908	0.5928438262181522	3	3	1	3	1	False	19295	fragment	False	MAD0022_000000003704	0.9726968174204356		0	0	False	False	0.9948418140411377	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	0.0006735634963126716	CP035788.1	firmicutes	Clostridium tetani strain Harvard 49205 plasmid p12124569	True	False
MAD0097_000000014464	2805	0.5928438262181522	3	3	1	3	1	False	15428	backbone	True	MAD0097_000000014464	1.0	PS31	2	1	True	True	0.9957219362258911	5					non-mobilizable	no_good_hit								True	True
FIJ0152_000000013586	1882	0.5928398431665234	3	3	1	3	1	True	45177	fragment	False	FIJ0152_000000013586	0.9880116959064327		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	89.556	92.0	0.08996395172666005	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0792_000000008891	1710	0.5928398431665234	3	3	1	3	1	True	45177	fragment	False	FIJ0152_000000013586	0.9434112646121148		0	0	False	False	1.0	0					non-mobilizable	other	1720.0	88.721	100.0	0.08928478135938561	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0290_000000005006	2564	0.5928388189921696	4	3	2	2	3	True	25920	maximal	True	ISR0290_000000005006	1.0		82	12	False	False	1.0	0					non-mobilizable	no_good_hit	2086.0	99.569	81.0	0.0004640192569104374	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0076_000000020164	1315	0.5928387979478114	3	3	3	2	2	False	77006	fragment	False	SPA0083_000000012732	0.865859810035982		0	0	False	False	0.9992395639419556	0					non-mobilizable	other	1184.0	98.226	96.0	0.006014051427002735	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
DEN0085_000000018207	1567	0.5928276192190313	2	2	2	2	2	False	118606	fragment	False	CHI0059_000000010352	0.5941071670226461		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	92.084	96.0	0.00032027109893739995	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
USA0023_01_000000009415	3394	0.5928174692517729	3	2	2	2	2	False	73018	maximal	True	USA0023_01_000000009415	1.0		4	4	False	False	0.9973482489585876	0					non-mobilizable	no_good_hit	961.0	99.68799999999999	57.0	0.0002665911325124548	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0071_000000020316	2043	0.5928097376026268	2	2	2	2	2	False	70452	maximal	True	DEN0071_000000020316	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0172_000000020567	1186	0.5928093490166335	2	1	1	1	1	False	55704	maximal	True	ENG0172_000000020567	1.0		1	1	False	False	0.9940978288650513	0					non-mobilizable	no_good_hit								True	False
ISR0197_000000004382	5186	0.5928055583291846	8	4	1	2	1	True	65454	maximal	True	ISR0197_000000004382	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2570.0	96.654	55.0	0.014791433870540395	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0032_000000012802	2200	0.5928054781730013	3	2	2	2	2	False	71530	fragment	False	DEN0063_000000021853	0.9979591836734694		0	0	False	False	0.9986363649368286	0					non-mobilizable	other	2200.0	99.90899999999999	100.0	0.0009274149163238943	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ENG0053_000000010084	2539	0.5928049414596458	3	2	2	2	2	False	71455	fragment	False	ISR0139_000000009827	0.9736980406657375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	77.898	40.0	0.0003313898834986322	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ENG0171_000000021145	1156	0.5928042986437408	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.16884256418693983		0	0	False	False	0.9714533090591431	0					non-mobilizable	other	1119.0	98.928	97.0	0.0018561716045590762	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0158_000000008158	2315	0.5928026210517644	3	3	0	1	3	True	30504	maximal	True	ISR0158_000000008158	1.0		5	2	False	False	0.9784017205238342	0					non-mobilizable	other	2315.0	100.0	100.0	0.001161892146884457	NC_021181.2	firmicutes	Lactobacillus acidophilus La-14, complete sequence	False	True
FIJ0052_000000022812	1368	0.5927993712514006	3	2	2	1	1	False	90712	fragment	False	CHI0005_000000015192	0.9640308884440584		0	0	False	False	0.9875730872154236	0					non-mobilizable	no_good_hit								True	False
MON0059_000000029168	1337	0.592797163853001	1	1	1	1	1	True	46250	fragment	False	FIJ0096_000000027592	0.9126851924003516		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	99.76799999999999	97.0	0.016744644176311253	NZ_SPGG01000020.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_20_length_77159_cov_39.7454, whole genome shotgun sequence	False	True
CHI0051_000000008929	2035	0.592795340398592	3	2	1	2	2	False	86645	fragment	False	FIJ0011_000000020563	0.9568044588945657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	376.0	81.649	18.0	0.002868285515548921	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
SPA0115_000000016292	1698	0.5927942856587826	2	2	2	2	2	False	4388	fragment	False	SPA0115_000000016292	1.0		0	0	False	False	0.9982331991195679	0					non-mobilizable	no_good_hit								True	False
SPA0154_000000004411	1922	0.5927903014136575	2	2	2	2	2	False	3212	maximal	True	SPA0154_000000004411	1.0		342	11	False	False	0.9989594221115112	0					non-mobilizable	other	1922.0	100.0	100.0	0.022719746428233514	NZ_SPGG01000018.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_18_length_84552_cov_35.3517, whole genome shotgun sequence	False	False
ISR0216_000000010472	1670	0.5927903014136575	2	2	2	2	2	False	28127	maximal	True	ISR0216_000000010472	1.0		321	12	False	False	0.9976047873497009	0					non-mobilizable	other	1670.0	94.91	100.0	0.012530218171444016	NZ_SPGG01000012.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_12_length_133198_cov_35.4223, whole genome shotgun sequence	False	False
AST0111_000000004627	4329	0.5927869481028871	8	2	1	2	2	False	106847	maximal	True	AST0111_000000004627	1.0		1	1	False	False	0.9958419799804688	0					non-mobilizable	no_good_hit	148.0	79.73	3.0	0.0014667719733724473	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	True	False
ENG0071_000000003796	5465	0.5927851461333682	5	4	3	3	3	False	88821	maximal	True	ENG0071_000000003796	1.0		5	2	False	False	1.0	0					non-mobilizable	other	5301.0	94.039	97.0	0.0028571366892186536	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0364_000000000139	44517	0.5927843353096275	56	24	15	18	15	True	111097	maximal	False	CAN0012_000000000730	0.9501083203654952		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	4531.0	74.001	21.0	0.007381519636734931	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0006_01_000000007274	3364	0.5927829474145434	4	4	4	4	3	False	99236	fragment	False	USA0006_01_000000007274	0.9624875276617656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1103.0	79.057	32.0	0.0003732270430239273	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0117_000000012182	2201	0.5927760232525774	3	2	2	2	1	False	117280	fragment	False	ISR0327_000000011842	0.9473516013328863		0	0	False	False	0.9995456337928772	0					non-mobilizable	other	2201.0	99.90899999999999	100.0	0.008444292617769095	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0055_000000008553	1776	0.5927725352885508	3	3	3	3	3	False	127740	fragment	False	ISR0150_000000012413	0.5798231791060504		0	0	False	False	1.0	0					non-mobilizable	other	1776.0	99.71799999999999	100.0	0.05627239007069714	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0081_000000007348	3560	0.5927722160297726	5	5	5	4	3	False	82225	maximal	True	ENG0081_000000007348	1.0		162	11	False	False	0.992415726184845	0					non-mobilizable	no_good_hit	2680.0	100.0	75.0	0.0005568050240897672	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
MAD0111_000000003137	5358	0.5927686950543051	6	2	0	2	1	False	96656	fragment	False	MAD0111_000000003137	0.9482389506813227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0042_000000004968	4936	0.5927686950543051	3	2	0	2	1	False	96656	fragment	False	MAD0111_000000003137	0.9210736611525157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000006530	4543	0.5927686950543051	3	2	0	2	1	False	96656	fragment	False	MAD0111_000000003137	0.5601320151738347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000009947	2557	0.5927673992368927	4	4	3	3	2	False	34109	fragment	False	ISR0083_000000009947	1.0		0	0	False	False	0.9992178082466125	0					non-mobilizable	no_good_hit	324.0	88.58	13.0	0.002150537634408602	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0267_000000006599	2535	0.5927557518033231	2	2	1	2	0	False	26540	fragment	False	ISR0267_000000006599	1.0		0	0	False	False	0.9956607222557068	0					non-mobilizable	no_good_hit								True	False
MON0033_000000025833	2464	0.5927544541115953	3	2	2	1	1	False	93582	fragment	False	ISR0781_000000010313	0.9496456546064902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	77.358	23.0	0.00023935328502952094	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0078_000000036242	1311	0.5927544541115953	2	2	2	1	1	False	40319	fragment	False	MON0078_000000036242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	71.45	49.0	0.00016794613008672802	NZ_LN907827.1	enterobacteria	Erwinia gerundensis isolate E_g_EM595 chromosome 1	True	False
AST0014_000000008227	2022	0.5927505648262884	4	2	2	2	2	False	124305	maximal	True	AST0014_000000008227	1.0		0	0	False	False	0.9925816059112549	0					non-mobilizable	no_good_hit	956.0	99.791	51.0	0.003881766671273301	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
MAD0047_000000029154	1600	0.5927492209630638	2	2	2	2	1	True	17633	fragment	False	MAD0047_000000029154	1.0		0	0	False	False	0.9993749856948853	0					non-mobilizable	no_good_hit	577.0	70.884	35.0	0.0001995953785559098	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	True
AST0140_000000005178	5275	0.5927463581855796	10	9	1	2	9	False	132329	maximal	True	AST0140_000000005178	1.0	PS1156	9	6	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3386.0	99.764	87.0	0.09025944591099379	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
ISR0009_000000019735	1697	0.5927437751746922	3	1	1	1	1	False	101404	maximal	True	ISR0009_000000019735	1.0		0	0	False	False	0.9941072463989258	0					non-mobilizable	no_good_hit	1011.0	98.714	60.0	0.008296164871902286	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	True	False
MAD0100_000000027863	1124	0.5927437751746922	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.11363636363636363		0	0	False	False	0.9306049942970276	0					non-mobilizable	other	1083.0	98.89200000000001	96.0	0.008887574644948786	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0311_000000008109	2491	0.592739828523507	3	3	3	2	2	False	85632	fragment	False	DEN0079_000000020246	0.9471672038016946		0	0	False	False	0.9871537685394287	0					non-mobilizable	other	2491.0	98.916	100.0	0.004481341061286152	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ETH0003_000000005114	5762	0.5927290655981173	10	2	0	2	0	False	53253	maximal	True	ETH0003_000000005114	1.0		2	1	True	True	1.0	23					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.02865612648221344	XM_002072621.3	flies	PREDICTED: Drosophila willistoni protein hugin (LOC6651499), mRNA	True	True
ENG0109_000000004109	5685	0.5927290655981173	12	2	0	2	0	False	59898	maximal	True	ENG0109_000000004109	1.0		1	1	True	True	0.9998241066932678	19					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.9736561315721694e-05	NZ_LT855386.1	firmicutes	Paucisalibacillus globulus strain PG, whole genome shotgun sequence	True	True
SPA0040_000000006311	5525	0.5927290655981173	10	2	0	2	0	False	6976	maximal	True	SPA0040_000000006311	1.0		1	1	True	True	1.0	68					non-mobilizable	no_good_hit	1268.0	87.539	51.0	0.24299424184261037	NC_026613.1	viruses	Uncultured phage WW-nAnB strain 3, complete genome	True	True
USA0079_01_000000002504	5407	0.5927290655981173	10	2	0	2	0	False	643	maximal	True	USA0079_01_000000002504	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	3362.0	85.068	89.0	0.6588536537325193	NC_026612.1	viruses	Uncultured phage WW-nAnB strain 2, complete genome	True	True
FIJ0032_000000006359	5373	0.5927290655981173	8	2	0	2	0	False	48470	maximal	False	FIJ0048_000000005307	0.9989911958914159		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	2064.0	88.95299999999999	87.0	0.3948176583493282	NC_026613.1	viruses	Uncultured phage WW-nAnB strain 3, complete genome	True	True
FIJ0048_000000005307	5373	0.5927290655981173	9	2	0	2	0	False	48470	maximal	True	FIJ0048_000000005307	0.9989913808912525		2	1	True	True	1.0	8					non-mobilizable	no_good_hit	1997.0	88.93299999999999	87.0	0.381957773512476	NC_026613.1	viruses	Uncultured phage WW-nAnB strain 3, complete genome	True	True
DEN0063_000000007686	5299	0.5927290655981173	8	2	0	2	0	False	71572	maximal	True	DEN0063_000000007686	1.0		1	1	True	True	1.0	51					non-mobilizable	no_good_hit	1245.0	88.835	48.0	0.2380038387715931	NC_026613.1	viruses	Uncultured phage WW-nAnB strain 3, complete genome	True	True
MON0061_000000007614	5245	0.5927290655981173	10	2	0	2	0	False	10841	maximal	True	MON0061_000000007614	1.0		1	1	True	True	0.9996187090873718	16					non-mobilizable	no_good_hit	2002.0	86.51299999999999	48.0	0.3817658349328215	NC_026613.1	viruses	Uncultured phage WW-nAnB strain 3, complete genome	True	True
FIJ0166_000000004832	5241	0.5927290655981173	9	2	0	2	0	False	39030	maximal	True	FIJ0166_000000004832	1.0		1	1	True	True	1.0	8					non-mobilizable	no_good_hit	2050.0	87.12200000000001	43.0	0.40771845630873826	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	True
ENG0071_000000003976	5201	0.5927290655981173	9	2	0	2	0	False	62304	maximal	True	ENG0071_000000003976	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	1770.0	87.74	71.0	0.3383877159309021	NC_026613.1	viruses	Uncultured phage WW-nAnB strain 3, complete genome	True	True
MON0101_000000010676	5191	0.5927290655981173	9	2	0	2	0	False	9073	maximal	True	MON0101_000000010676	1.0		1	1	True	True	0.9990367889404297	2					non-mobilizable	no_good_hit								True	True
ISR0161_000000005579	5123	0.5927290655981173	8	2	0	2	0	False	30407	maximal	True	ISR0161_000000005579	1.0		1	1	True	True	1.0	15					non-mobilizable	virus	2833.0	87.71600000000001	99.0	0.5644871025794841	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	False	True
ISR0238_000000002536	5096	0.5927290655981173	9	2	0	2	0	False	27298	maximal	True	ISR0238_000000002536	1.0		2	1	True	True	0.9998037815093994	14					non-mobilizable	no_good_hit	1999.0	88.594	45.0	0.39852029594081184	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	True
ISR0151_000000003060	5067	0.5927290655981173	8	2	0	2	0	False	30781	maximal	True	ISR0151_000000003060	1.0		1	1	True	True	0.9950661063194275	6					non-mobilizable	virus	3960.0	89.495	100.0	0.7906418716256749	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	False	True
ISR0849_000000005039	5043	0.5927290655981173	7	2	0	2	0	False	20596	maximal	True	ISR0849_000000005039	1.0		1	1	True	True	0.9998016953468323	28					non-mobilizable	no_good_hit	1878.0	85.51700000000001	80.0	0.3709258148370326	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	True
ISR0070_000000003829	5034	0.5927290655981173	8	2	0	2	0	False	34915	maximal	True	ISR0070_000000003829	1.0		1	1	True	True	0.9992054104804993	22					non-mobilizable	no_good_hit	2274.0	87.027	80.0	0.45250949810037994	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	True
ISR0295_000000006112	5033	0.5927290655981173	9	2	0	2	0	False	25736	maximal	True	ISR0295_000000006112	1.0		1	1	True	True	0.9948340654373169	3					non-mobilizable	no_good_hit	2110.0	84.882	80.0	0.4179164167166567	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	True
CHI0144_000000002575	5033	0.5927290655981173	9	2	0	2	0	False	79875	maximal	True	CHI0144_000000002575	1.0		1	1	True	True	1.0	21					non-mobilizable	no_good_hit	2477.0	88.656	82.0	0.494501099780044	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	True
SPA0084_000000002925	5021	0.5927290655981173	7	2	0	2	0	False	5586	maximal	True	SPA0084_000000002925	1.0		2	1	True	True	1.0	19					non-mobilizable	no_good_hit	2044.0	86.448	44.0	0.4226697114386548	NC_026582.1	viruses	Uncultured phage WW-nAnB, complete genome	True	True
MON0037_000000011139	5011	0.5927290655981173	9	2	0	2	0	False	13703	maximal	False	MON0011_000000008951	1.0		0	0	True	True	0.999600887298584	24					non-mobilizable	no_good_hit	1000.0	85.1	42.0	0.1977604479104179	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	True
MON0011_000000008951	5011	0.5927290655981173	9	2	0	2	0	False	13703	maximal	True	MON0011_000000008951	1.0		2	1	True	True	1.0	18					non-mobilizable	no_good_hit	1579.0	86.637	37.0	0.31333733253349333	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	True
SPA0083_000000002603	5006	0.5927290655981173	7	2	0	2	0	False	5586	maximal	False	SPA0084_000000002925	0.9985062736506671		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	2044.0	86.448	44.0	0.4226697114386548	NC_026582.1	viruses	Uncultured phage WW-nAnB, complete genome	True	True
ISR0148_000000005892	4985	0.5927290655981173	10	2	0	2	0	False	30932	maximal	True	ISR0148_000000005892	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0020_000000005360	4963	0.5927290655981173	9	2	0	2	0	False	7736	maximal	True	SPA0020_000000005360	1.0		1	1	True	True	1.0	59					non-mobilizable	no_good_hit	2021.0	84.21600000000001	51.0	0.3850287907869482	NC_026613.1	viruses	Uncultured phage WW-nAnB strain 3, complete genome	True	True
ENG0183_000000005630	4934	0.5927290655981173	8	2	0	2	0	False	55180	maximal	True	ENG0183_000000005630	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	2045.0	86.699	49.0	0.40141816033090405	NC_026612.1	viruses	Uncultured phage WW-nAnB strain 2, complete genome	True	True
MON0013_000000008752	4933	0.5927290655981173	9	2	0	2	0	False	13549	maximal	True	MON0013_000000008752	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit	2011.0	84.38600000000001	48.0	0.4131201992941665	NC_026582.1	viruses	Uncultured phage WW-nAnB, complete genome	True	True
ISR0293_000000007487	4884	0.5927290655981173	8	2	0	2	0	False	25843	maximal	True	ISR0293_000000007487	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	1869.0	87.587	77.0	0.3735252949410118	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	True
ISR0785_000000006222	4836	0.5927290655981173	8	2	0	2	0	False	71145	maximal	False	DEN0073_000000009383	0.9987332389676539		0	0	True	True	1.0	76					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.879843641388315e-05	NZ_FOSB01000004.1	firmicutes	Halobacillus dabanensis strain CGMCC 1.3704, whole genome shotgun sequence	True	True
DEN0073_000000009383	4830	0.5927290655981173	8	2	0	2	0	False	71145	maximal	True	DEN0073_000000009383	0.9993846153846153		9	5	True	True	0.9997929334640503	27					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.879843641388315e-05	NZ_FOSB01000004.1	firmicutes	Halobacillus dabanensis strain CGMCC 1.3704, whole genome shotgun sequence	True	True
AST0047_000000004369	4695	0.5927290655981173	8	2	0	2	0	False	115458	maximal	True	AST0047_000000004369	1.0		1	1	True	True	0.9995740056037903	3					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.011842105263157895	XM_023032342.1	eudicots	PREDICTED: Olea europaea var. sylvestris protein ECERIFERUM 3-like (LOC111403736), mRNA	True	True
DEN0065_000000006649	4572	0.5927290655981173	7	2	0	2	0	False	71145	maximal	False	DEN0073_000000009383	0.9691706610360186		0	0	False	True	0.9997812509536743	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.879843641388315e-05	NZ_FOSB01000004.1	firmicutes	Halobacillus dabanensis strain CGMCC 1.3704, whole genome shotgun sequence	True	True
MON0103_000000012979	3541	0.5927290655981173	4	2	0	2	0	False	8916	maximal	True	MON0103_000000012979	1.0		1	1	False	False	0.997175931930542	0					non-mobilizable	no_good_hit	1571.0	83.132	44.0	0.3123375324935013	X53411.1	viruses	non-A, non-B hepatitis virus ORFs 1,2,3 & 4	True	False
FIJ0086_000000014524	2183	0.5927277504614806	4	2	2	2	0	False	43840	maximal	True	FIJ0086_000000014524	1.0		1	1	False	False	0.9683921337127686	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000011482	3036	0.5927276832516128	2	2	2	2	2	False	48454	maximal	True	FIJ0032_000000011482	1.0		1	1	False	False	0.9871541261672974	0					non-mobilizable	no_good_hit	1916.0	86.53399999999999	63.0	0.01913496717285621	NZ_QRYH01000006.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf6, whole genome shotgun sequence	True	False
AUS0018_000000001223	19217	0.592727650759311	22	11	6	9	6	True	114013	fragment	False	AST0055_000000000853	0.5841976795807878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	83.507	6.0	0.09225181598062954	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
FIJ0021_000000011557	4333	0.5927269873527065	5	3	2	3	2	False	49673	fragment	False	FIJ0021_000000011557	1.0		0	0	False	False	0.9933071732521057	0					non-mobilizable	no_good_hit								True	False
USA0047_01_000000022193	1634	0.592723229830867	3	3	3	3	1	True	1160	maximal	True	USA0047_01_000000022193	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	79.035	40.0	0.9688427299703264	NZ_BBAB01000064.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
MON0029_000000003178	5743	0.5927190190148921	3	3	2	3	1	False	14703	maximal	True	MON0029_000000003178	1.0		116	11	False	False	0.9996517300605774	0					non-mobilizable	no_good_hit	4123.0	97.72	72.0	0.003688762251129359	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0141_000000007010	4070	0.5927167509659477	5	4	4	3	1	False	40302	maximal	True	FIJ0141_000000007010	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	93.516	77.0	0.00015259368250709895	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
FIJ0053_000000004513	4316	0.5927146246970854	4	4	4	3	3	False	62087	fragment	False	MON0013_000000008650	0.8271014510820186		0	0	False	False	1.0	0					non-mobilizable	other	4328.0	96.02600000000001	100.0	0.013683952831058502	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
MAD0027_000000001547	6129	0.5927122997443778	3	3	2	3	2	False	19065	maximal	True	MAD0027_000000001547	1.0		186	13	False	False	1.0	0					non-mobilizable	chromosome	3206.0	82.564	99.0	0.0011270738741523568	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0184_000000002974	7964	0.5927096336981292	9	5	4	5	2	True	55125	maximal	True	ENG0184_000000002974	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.911274181029291e-06	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	True
ISR0079_000000021589	1338	0.5927091310365149	1	1	1	1	1	False	73576	fragment	False	ISR0079_000000021589	0.9755455229495862		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	99.626	100.0	0.017344039851077353	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
DEN0033_000000018847	1117	0.5927091310365149	1	1	1	1	1	False	73575	fragment	False	DEN0033_000000018847	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	99.552	100.0	0.014477149195065316	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
CAN0015_000000011942	3344	0.5927059535197765	3	2	2	2	1	False	93314	fragment	False	CAN0015_000000011942	0.9712981082844097		0	0	False	False	0.9997009634971619	0					non-mobilizable	other	3070.0	93.616	92.0	0.001054530250955507	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
ENG0097_000000025055	1251	0.5927050703446812	1	1	1	1	1	False	60740	fragment	False	ENG0097_000000025055	1.0		0	0	False	False	1.0	0					non-mobilizable	other	660.0	99.848	100.0	0.000198412280244851	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0045_000000024871	1669	0.5927016476592081	2	1	1	1	1	False	72879	maximal	True	DEN0045_000000024871	1.0		2	1	False	False	0.9994008541107178	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000025071	1829	0.5927009005772881	2	2	1	2	1	False	17648	maximal	True	MAD0047_000000025071	1.0		1	1	False	False	0.9797703623771667	0					non-mobilizable	no_good_hit								True	False
BAN0021_000000000359	3750	0.5926999245673175	5	5	5	5	5	False	97667	maximal	True	BAN0021_000000000359	1.0		5	1	False	False	1.0	0					non-mobilizable	chromosome	3750.0	100.0	100.0	0.003502579520420347	CP047296.1	g-proteobacteria	Vibrio cholerae C6706 chromosome 2, complete sequence	False	False
ETH0002_000000014357	1797	0.5926943514527	2	1	1	1	1	False	53332	maximal	True	ETH0002_000000014357	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0095_000000011380	1727	0.5926821589876419	2	2	2	2	1	False	88563	fragment	False	SPA0095_000000011380	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1727.0	99.363	100.0	0.00036309957448348246	CP051706.1	enterobacteria	Escherichia coli strain SCU-124 chromosome, complete genome	False	False
USA0121_01_000000002503	14842	0.5926816967427387	14	7	3	5	5	False	114061	fragment	False	USA0121_01_000000002503	1.0		0	0	False	False	0.9999326467514038	0					non-mobilizable	no_good_hit	8732.0	96.152	85.0	0.17232510288065844	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	False
ISR0104_000000009598	2620	0.5926797177747676	5	3	3	2	1	False	105355	fragment	False	DEN0022_000000014917	0.9814154508357144		0	0	False	False	0.9835878014564514	0					non-mobilizable	other	2624.0	98.171	100.0	0.016195982506856423	NZ_CZAI01000010.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0369_000000012072	1371	0.5926785140500834	2	1	1	1	1	False	23532	fragment	False	ISR0369_000000012072	1.0		0	0	False	False	0.9562363028526306	0					non-mobilizable	no_good_hit								True	False
MON0018_000000008464	2175	0.5926738437333519	2	2	2	2	2	False	42498	fragment	False	MON0018_000000008464	0.9768303985171456		0	0	False	False	0.99908047914505	0					non-mobilizable	no_good_hit	1323.0	79.289	61.0	0.0017733495498833429	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0031_000000002052	9593	0.5926651984080921	10	9	6	9	4	True	48634	maximal	True	FIJ0031_000000002052	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	2.8847011187395428e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0115_000000008784	3587	0.5926616926081422	3	3	3	1	1	False	32487	maximal	False	USA0083_01_000000008113	0.9635362014690452		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2859.0	86.499	80.0	0.022397570646359118	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
AST0005_000000020834	1306	0.5926579455276263	2	1	1	1	1	False	127873	fragment	False	AST0005_000000020834	1.0		0	0	False	False	0.982388973236084	0					non-mobilizable	no_good_hit	520.0	94.80799999999999	73.0	0.007896658754792769	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0015_000000003677	6183	0.5926568560476608	7	3	2	2	2	True	37991	maximal	True	ISR0015_000000003677	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	95.868	10.0	0.9885433715220949	EU060166.1	bacteria	Uncultured bacterium clone LM0ABA2ZB07RM1 genomic sequence	True	True
ENG0129_000000011113	2397	0.5926553533523773	4	4	4	3	1	False	58545	maximal	True	ENG0129_000000011113	1.0		1	1	False	False	0.9916562438011169	0					non-mobilizable	no_good_hit	876.0	96.005	42.0	0.006003348153027059	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CAN0012_000000012157	4341	0.5926541967089853	4	4	4	4	2	False	94287	maximal	True	CAN0012_000000012157	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2467.0	99.27	57.0	0.0007300513109085659	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0164_000000006829	2795	0.5926498003098537	3	2	2	2	2	False	56287	maximal	True	ENG0164_000000006829	1.0		190	10	False	False	0.9989266395568848	0					non-mobilizable	no_good_hit	1244.0	74.277	44.0	0.00597366888946511	NZ_PTJA01000011.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_111, whole genome shotgun sequence	True	False
AST0106_000000003892	4980	0.5926477623590846	8	8	2	7	8	False	107505	maximal	True	AST0106_000000003892	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4901.0	99.959	100.0	0.04887439281047708	CP057381.1	enterobacteria	Escherichia coli strain RHB28-C11 plasmid pRHB28-C11_2, complete sequence	False	True
ISR0318_000000000884	5121	0.5926463908811551	8	8	1	7	7	True	25127	fragment	False	ISR0318_000000000884	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5121.0	99.66799999999999	100.0	0.06670662115329494	CP024888.1	enterobacteria	Escherichia coli strain AR_0019 plasmid tig00000138_pilon, complete sequence	False	True
AST0019_000000014114	2062	0.5926380192879053	2	2	2	2	2	False	125677	fragment	False	ENG0124_000000014874	0.9802273881717021		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	99.03	100.0	0.002422921471951245	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0043_000000025623	1163	0.5926348204830699	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.014619468912544604		0	0	False	False	1.0	0					non-mobilizable	chromosome	1163.0	98.882	100.0	0.0004100375209032682	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0105_000000030314	1796	0.5926321203448821	1	1	1	1	1	False	94973	maximal	False	SPA0053_000000017939	0.8100880818643219		0	0	False	False	1.0	0					non-mobilizable	chromosome	1807.0	96.458	100.0	0.0005022096948185266	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ETH0003_000000027490	1532	0.5926321203448821	2	1	1	1	1	False	53085	fragment	False	ETH0003_000000027490	1.0		0	0	False	False	0.9804177284240723	0					non-mobilizable	other	1510.0	90.464	98.0	0.005034570943047251	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
MAD0047_000000021947	2056	0.5926317429784935	3	2	2	2	2	False	63318	maximal	True	MAD0047_000000021947	1.0		0	0	False	False	0.9912451505661011	0					non-mobilizable	no_good_hit	1749.0	98.79899999999999	85.0	0.015220912209818707	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
USA0084_01_000000022355	1438	0.5926251984610422	2	2	1	1	1	True	464	fragment	False	USA0084_01_000000022355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1099.0	84.531	75.0	0.0005088168492530979	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
USA0072_01_000000000536	27215	0.5926245840269246	33	14	4	8	8	False	734	maximal	True	USA0072_01_000000000536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3507.0	84.289	19.0	0.0761392335566048	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
ISR0074_000000026354	1156	0.5926240056084587	2	2	2	2	2	False	34659	fragment	False	ISR0074_000000026354	1.0		0	0	False	False	0.9783737063407898	0					non-mobilizable	other	1156.0	97.23200000000001	100.0	0.0003278731338199292	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0152_000000006818	3523	0.5926234367559763	3	2	2	1	1	True	43707	maximal	True	ISR0152_000000006818	0.9823377369327972		19	6	False	False	0.9988645911216736	0					non-mobilizable	no_good_hit	581.0	72.97800000000001	18.0	0.000284838503019834	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
ISR0083_000000006920	3482	0.5926234367559763	3	2	2	1	1	True	43707	maximal	False	ISR0152_000000006818	0.9765824581322737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	83.74	21.0	0.0001642737545744747	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0046_000000028092	1327	0.5926222460634331	2	2	1	1	0	True	36146	maximal	True	ISR0046_000000028092	1.0		3	2	False	False	0.9984928369522095	0					non-mobilizable	chromosome	1123.0	99.555	100.0	0.00031234993214322997	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0360_000000005134	4710	0.5926075833551864	6	5	3	3	4	False	104746	fragment	False	ISR0360_000000005134	0.9872168508896081		0	0	False	False	0.9997876882553101	0					non-mobilizable	no_good_hit	442.0	90.271	28.0	0.00019635169623321585	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0381_000000003313	4561	0.5926075833551864	5	5	3	3	4	False	104746	fragment	False	ISR0360_000000005134	0.9834663509014566		0	0	False	False	0.9997807741165161	0					non-mobilizable	no_good_hit	566.0	92.226	26.0	0.00025168717426257665	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0059_000000000862	26407	0.59260074556341	18	11	5	10	4	True	32824	maximal	True	SPA0059_000000000862	0.9880489053632017		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	89.57700000000001	2.0	9.341339739735903e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
DEN0053_000000001220	6049	0.5925951271567366	9	5	2	5	3	False	72154	fragment	False	DEN0053_000000001220	0.9741573033707864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
FIJ0016_000000004909	3581	0.5925896950899893	5	4	3	4	3	False	128517	fragment	False	USA0024_01_000000005864	0.7053781550048356		0	0	False	False	1.0	0					non-mobilizable	chromosome	3582.0	95.70100000000001	100.0	0.0012481996784866284	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0236_000000010135	1148	0.5925807658547707	1	1	1	1	1	False	73328	fragment	False	ETH0002_000000019035	0.9463792123003134		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	97.3	100.0	0.000492323487865106	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
FIJ0013_000000005329	4750	0.5925792469823471	7	2	0	2	0	True	50657	maximal	True	FIJ0013_000000005329	1.0		1	1	False	False	0.9890526533126831	0					non-mobilizable	no_good_hit								True	True
ISR0293_000000020446	1724	0.5925792469823471	4	2	0	2	0	True	58285	fragment	False	ISR0293_000000020446	1.0		0	0	False	False	0.97099769115448	0					non-mobilizable	no_good_hit								True	True
AST0097_000000004440	5141	0.5925766210729229	8	8	5	6	4	False	126427	maximal	True	AST0097_000000004440	1.0	PS317|PS959	2	1	False	True	0.9959151744842529	0					non-mobilizable	no_good_hit	557.0	91.56200000000001	22.0	0.0001958440827033682	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
DEN0045_000000035409	1228	0.5925758217471744	2	2	2	1	1	True	72801	fragment	False	DEN0045_000000035409	0.9589188336981765		0	0	False	False	0.9967426657676697	0					non-mobilizable	no_good_hit	862.0	87.587	70.0	0.00026630015138043653	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0063_000000012242	2202	0.592570499188688	3	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.7592024452108715		0	0	False	False	1.0	0					non-mobilizable	other	2175.0	99.402	99.0	0.0006499347823032385	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0016_000000016936	1980	0.5925685601326165	3	2	2	2	2	True	7875	fragment	False	SPA0016_000000016936	1.0		0	0	False	False	0.9934343695640564	0					non-mobilizable	no_good_hit	1177.0	81.393	59.0	0.0004588229896200122	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
MAD0084_000000003388	2069	0.5925644020054921	2	2	2	2	1	True	125176	fragment	False	MAD0084_000000003388	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1731.0	95.494	99.0	0.0007711266615704476	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
SPA0018_000000016129	1846	0.5925644020054921	3	2	2	2	1	True	125175	fragment	False	ISR0383_000000006890	0.7905643966282828		0	0	False	False	1.0	0					non-mobilizable	chromosome	1846.0	97.454	100.0	0.000821553347193978	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
DEN0090_000000015515	1810	0.5925644020054921	2	2	2	2	1	True	125175	fragment	False	ISR0383_000000006890	0.47155588451633557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1811.0	97.902	100.0	0.0008072732238315624	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CHI0101_000000006862	1767	0.5925644020054921	2	2	2	2	1	True	125175	fragment	False	ISR0383_000000006890	0.3969518991603514		0	0	False	False	1.0	0					non-mobilizable	chromosome	1734.0	96.88600000000001	98.0	0.0007729116769907496	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
MON0033_000000037281	1620	0.5925644020054921	2	2	2	2	1	True	125175	fragment	False	ISR0383_000000006890	0.13294098677845856		0	0	False	False	0.9567901492118835	0					non-mobilizable	chromosome	1620.0	97.40700000000001	100.0	0.0007211462298019927	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CAN0001_000000027711	1581	0.5925644020054921	2	2	2	2	1	True	97223	fragment	False	CAN0001_000000027711	1.0		0	0	False	False	0.9607843160629272	0					non-mobilizable	chromosome	1514.0	97.292	96.0	0.0006747358288741417	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0261_000000015312	1199	0.5925564347038508	3	2	0	1	1	False	26675	fragment	False	ISR0261_000000015312	1.0		0	0	False	False	0.992493748664856	0					non-mobilizable	no_good_hit								True	False
ENG0092_000000021342	1105	0.5925564347038508	3	2	0	1	1	False	61078	maximal	True	ENG0092_000000021342	1.0		9	3	False	False	0.9990950226783752	0					non-mobilizable	no_good_hit								True	False
CHI0060_000000007354	1900	0.5925518124025598	3	2	2	2	1	False	85756	maximal	True	CHI0060_000000007354	1.0		13	6	False	False	1.0	0					non-mobilizable	other	1076.0	87.361	100.0	0.0001723816623183004	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
SPA0119_000000001039	26235	0.5925514000622759	30	14	8	8	11	True	4232	maximal	True	SPA0119_000000001039	1.0		7	3	False	False	1.0	0					non-mobilizable	chromosome	19581.0	98.177	99.0	0.007764394614031365	CP029796.1	high GC Gram+	Bifidobacterium longum subsp. longum strain YS108R chromosome, complete genome	False	True
SPA0146_000000007185	3314	0.5925502187938061	5	5	4	3	3	True	118240	fragment	False	MAD0072_000000001538	0.757650933681143		0	0	False	False	0.996379017829895	0					non-mobilizable	other	3316.0	96.743	100.0	0.0057747549258851255	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0222_000000002526	23429	0.5925496786342674	28	19	9	13	16	True	97484	maximal	True	ISR0222_000000002526	1.0		25	8	False	False	0.9988902807235718	0					non-mobilizable	no_good_hit	19697.0	99.98	84.0	0.4307584638264369	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
MON0109_000000027262	1338	0.5925487067456912	3	2	2	1	2	False	127813	fragment	False	ENG0034_000000009950	0.5238910250565428		0	0	False	False	1.0	0					non-mobilizable	chromosome	1339.0	96.49	100.0	0.00047214303181460657	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0032_000000003497	6700	0.5925486826001694	6	3	2	2	1	True	7251	fragment	False	SPA0032_000000003497	1.0		0	0	False	False	0.9980596899986267	0					non-mobilizable	virus	6675.0	97.37799999999999	99.0	0.310656539769815	MK232132.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_3_c1 sequence	False	True
SPA0131_000000006049	3827	0.5925477792143979	4	4	4	4	4	False	99237	maximal	False	ISR0017_000000008238	0.9675099206349207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1595.0	79.185	41.0	0.0005394484533697535	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0153_000000016164	1779	0.592540384583126	1	1	1	1	1	False	96078	fragment	False	ISR0153_000000016164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	75.476	23.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0108_000000017834	1582	0.592540384583126	2	1	1	1	1	False	96075	fragment	False	SPA0108_000000017834	0.9658453649649476		0	0	False	False	0.975979745388031	0					non-mobilizable	no_good_hit	420.0	75.238	26.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0096_000000024869	1519	0.592540384583126	2	1	1	1	1	False	96075	fragment	False	SPA0108_000000017834	0.9350004891825078		0	0	False	False	0.9940750598907471	0					non-mobilizable	no_good_hit	420.0	75.238	27.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
TAN0007_000000027568	1511	0.5925370635228208	2	2	2	2	1	False	47471	fragment	False	FIJ0085_000000019477	0.9516340834071637		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	74.628	100.0	0.03307672233820459	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
FIJ0040_000000016335	1507	0.5925370635228208	2	2	2	2	1	False	47471	fragment	False	FIJ0085_000000019477	0.9589925233079728		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	74.805	99.0	0.03296798886569242	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
FIJ0097_000000021094	1506	0.5925370635228208	2	2	2	2	1	False	47471	fragment	False	FIJ0085_000000019477	0.9577659524003919		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	74.935	99.0	0.0328375086986778	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
FIJ0082_000000021390	1476	0.5925370635228208	2	2	2	2	1	False	47471	fragment	False	FIJ0085_000000019477	0.9424946738944352		0	0	False	False	1.0	0					non-mobilizable	chromosome	1510.0	74.702	99.0	0.00039613426310624217	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0087_000000022111	1461	0.5925370635228208	2	2	2	2	1	False	47471	fragment	False	FIJ0085_000000019477	0.9341051366860357		0	0	False	False	0.9986310601234436	0					non-mobilizable	chromosome	1488.0	74.597	99.0	0.00038999885027698724	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0073_000000012644	1460	0.5925370635228208	2	2	2	2	1	False	47471	fragment	False	FIJ0085_000000019477	0.9350395124486488		0	0	False	False	1.0	0					non-mobilizable	chromosome	1483.0	74.376	99.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0124_000000012882	2425	0.5925362562854172	3	3	2	2	2	True	75052	maximal	True	ENG0124_000000012882	1.0		7	3	False	False	0.9946391582489014	0					non-mobilizable	no_good_hit	507.0	72.584	21.0	0.00014963718252153406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0290_000000005608	2382	0.5925359818020335	3	3	2	3	3	False	25919	maximal	True	ISR0290_000000005608	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0002_000000033486	1269	0.5925236967865294	2	1	1	1	1	False	66214	fragment	False	ENG0024_000000019302	0.9774292272379494		0	0	False	False	0.9952718615531921	0					non-mobilizable	no_good_hit								True	False
CHI0176_000000001422	7655	0.5925226682398578	11	4	2	3	3	False	88265	maximal	True	CHI0176_000000001422	0.9923890063424947		38	7	False	False	0.9992161989212036	0					non-mobilizable	no_good_hit	2824.0	99.43299999999999	72.0	0.000843958551261289	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0097_000000019572	1560	0.5925220073225417	2	2	2	2	2	False	45541	fragment	False	ISR0097_000000019572	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	99.167	100.0	0.00044255776244612094	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0073_000000009387	2714	0.5925180750367832	2	2	2	2	2	False	112673	maximal	True	ENG0073_000000009387	1.0		26	6	False	False	0.9852616190910339	0					non-mobilizable	no_good_hit	448.0	91.295	21.0	0.08456860509312049	NZ_LT962669.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	False
MON0089_000000020158	1429	0.5925152484413857	2	2	2	2	2	False	55884	maximal	True	MON0089_000000020158	0.9865871833084947		46	9	False	False	0.9958012700080872	0					non-mobilizable	no_good_hit	96.0	78.125	7.0	2.473823690325188e-05	CP018076.1	a-proteobacteria	Sulfitobacter sp. AM1-D1, complete genome	True	False
ISR0210_000000016332	1135	0.5925136286248287	2	2	2	2	2	False	30892	maximal	False	ISR0148_000000025805	0.9581497797356828		0	0	False	False	0.9938325881958008	0					non-mobilizable	other	1135.0	91.189	100.0	0.00032191180411411235	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0819_000000015157	1744	0.5925042646124814	3	2	2	1	1	False	127821	maximal	True	ISR0819_000000015157	1.0		145	13	False	False	1.0	0					non-mobilizable	no_good_hit	1204.0	93.854	79.0	0.0003874266202055553	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0091_000000009099	1361	0.5925025957463923	1	1	1	1	1	False	84953	fragment	False	MON0011_000000032907	0.7559672607008519		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	94.416	100.0	0.0005482177477327021	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
DEN0066_000000007145	4280	0.5924960811912962	5	4	2	2	4	False	111020	fragment	False	ENG0114_000000004403	0.8703951641414803		0	0	False	False	0.9992990493774414	0					non-mobilizable	other	4280.0	99.556	100.0	0.022374675151508813	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
ENG0028_000000008085	2143	0.5924896321947434	4	4	4	1	1	False	65882	maximal	True	ENG0028_000000008085	1.0		1	1	False	False	0.9911339282989502	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000022659	1855	0.5924882826351633	2	2	2	2	2	False	95255	fragment	False	DEN0071_000000022659	0.9798694232861807		0	0	False	False	0.9994609355926514	0					non-mobilizable	no_good_hit								True	False
MAD0025_000000002492	4037	0.5924841273474015	5	5	5	5	4	False	19150	maximal	True	MAD0025_000000002492	1.0		144	13	False	False	0.999504566192627	0					non-mobilizable	other	4037.0	99.926	100.0	0.0008087404888832248	CP010121.1	enterobacteria	Escherichia coli strain C4, complete genome	False	False
ISR0048_000000006152	3125	0.5924828898552472	5	4	3	3	2	False	104101	fragment	False	ISR0048_000000006152	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3125.0	99.36	100.0	0.01815877887443472	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
USA0047_01_000000029373	1235	0.5924785902780461	2	2	2	2	1	True	1143	fragment	False	USA0078_01_000000012908	0.9443620178041543		0	0	False	False	1.0	0					non-mobilizable	chromosome	1235.0	97.895	100.0	0.0005502310033080798	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
FIJ0095_000000019946	1392	0.592477809611255	2	1	1	1	1	True	43093	fragment	False	FIJ0095_000000019946	1.0		0	0	False	False	0.9928160905838013	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
ENG0043_000000009204	3639	0.5924776534237413	2	2	2	2	2	False	72048	maximal	False	ISR0157_000000007471	0.9459435441198762		0	0	False	False	1.0	0					non-mobilizable	other	3639.0	99.67	100.0	0.0007042347583408167	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0281_000000005240	3109	0.5924766296682754	3	3	3	3	3	False	26179	maximal	True	ISR0281_000000005240	1.0		460	12	False	False	0.9964618682861328	0					non-mobilizable	other	3076.0	98.96	100.0	0.0009201955542734331	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0037_000000000587	12331	0.5924753297176036	14	9	4	9	7	True	90487	fragment	False	CHI0037_000000000587	0.9991824053634208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5011.0	95.98899999999999	89.0	0.080757758968158	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
SPA0151_000000001195	12231	0.5924753297176036	14	9	4	9	7	True	90487	fragment	False	CHI0037_000000000587	0.995134214581137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5011.0	95.98899999999999	89.0	0.080757758968158	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
DEN0021_000000019414	1859	0.5924751531804564	3	3	2	2	1	False	74766	maximal	True	DEN0021_000000019414	1.0		1	1	False	False	0.9994620680809021	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000011448	2366	0.5924668839055368	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7551845614490511	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	106.0	92.45299999999999	4.0	0.043877977434183035	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
AST0053_000000000336	37143	0.5924613085069614	33	15	8	15	8	True	114803	fragment	False	AST0050_000000000166	0.9634634198582783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	91.618	2.0	0.00023946766526568655	NZ_CP008813.1	firmicutes	Streptococcus agalactiae strain C001 chromosome, complete genome	True	True
AST0050_000000000166	37143	0.5924613085069614	32	15	8	15	8	True	114803	fragment	False	AST0050_000000000166	0.9634993214890577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	91.618	2.0	0.00023946766526568655	NZ_CP008813.1	firmicutes	Streptococcus agalactiae strain C001 chromosome, complete genome	True	True
ENG0165_000000002209	7595	0.5924611567122955	13	6	4	5	3	False	102630	maximal	True	ENG0165_000000002209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	87.71	41.0	0.06112747377667545	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
DEN0010_000000000346	42114	0.5924583763507666	45	24	17	22	13	True	76063	maximal	True	DEN0010_000000000346	1.0		1	1	True	True	0.9999762773513794	21					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.010440835266821345	XM_034303792.1	bony fishes	PREDICTED: Pangasianodon hypophthalmus amyloid beta (A4) precursor protein-binding, family B, member 1 interacting protein (apbb1ip), mRNA	True	True
ISR0147_000000001482	14043	0.5924561453488411	20	11	7	10	8	True	126211	maximal	False	ISR0079_000000001925	0.9571128387893106	PS943|PS946|PS949	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	1603.0	73.175	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0050_000000008793	2899	0.5924557127425721	3	2	2	2	2	False	46614	maximal	True	FIJ0050_000000008793	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	98.177	36.0	0.0003330123819767295	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0323_000000016970	1315	0.5924549656398519	2	2	2	2	1	False	68544	fragment	False	DEN0092_000000011211	0.31225619527836174		0	0	False	False	0.9855513572692871	0					non-mobilizable	chromosome	979.0	98.161	99.0	0.0003323233376952187	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0089_000000012855	1609	0.592454262144232	2	2	1	2	2	True	87079	fragment	False	MON0032_000000016300	0.22410534511853475		0	0	False	False	0.998757004737854	0					non-mobilizable	other	1613.0	91.135	100.0	0.000501179373684443	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0106_000000036450	1227	0.5924499368076812	4	4	3	1	2	False	8634	maximal	True	MON0106_000000036450	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	99.412	55.0	0.0018583646938077317	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0057_000000004118	4119	0.5924421162979139	3	3	3	3	2	False	112405	maximal	True	CHI0057_000000004118	1.0		2	2	False	False	0.9995144605636597	0					non-mobilizable	other	3791.0	97.415	98.0	0.001051924177038728	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
TAN0027_000000005544	1893	0.5924376787506657	2	1	1	1	1	False	16700	fragment	False	TAN0027_000000005544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1369.0	92.76799999999999	72.0	0.02378427247596363	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ENG0127_000000016888	1565	0.5924268928987562	2	2	1	2	1	False	58698	maximal	True	ENG0127_000000016888	1.0		0	0	False	False	0.9297124743461609	0					non-mobilizable	no_good_hit								True	False
AST0010_000000012354	2362	0.5924266019391451	3	3	3	3	1	False	126295	fragment	False	AST0010_000000012354	1.0		0	0	False	False	0.993649423122406	0					non-mobilizable	no_good_hit	292.0	86.301	12.0	0.0010551085746607154	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0062_000000027441	1141	0.5924230702034502	2	2	2	2	2	False	131174	fragment	False	AST0002_000000028230	0.6288946797521761		0	0	False	False	0.9921121597290039	0					non-mobilizable	other	1141.0	98.24700000000001	100.0	0.004202129816322694	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
SPA0095_000000003842	5473	0.5924228682566136	6	3	1	3	1	False	77683	maximal	True	SPA0095_000000003842	1.0		6	5	False	False	0.9996345639228821	0					non-mobilizable	no_good_hit	1793.0	92.025	41.0	0.0002735952809052844	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MAD0026_000000007539	1825	0.5924167551674184	2	2	2	2	1	False	19089	maximal	True	MAD0026_000000007539	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	78.04899999999999	7.0	0.0029187412621716415	NZ_FQXK01000041.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ENG0171_000000007575	3123	0.5924108864977462	3	2	1	2	0	True	128065	fragment	False	ENG0052_000000009087	0.9938279541275701		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1852.0	86.825	71.0	0.30333388076859913	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0070_000000007768	3111	0.5924108864977462	3	2	1	2	0	True	128065	fragment	False	ENG0052_000000009087	0.9919770449432408		0	0	False	False	0.9983928203582764	0		MOBV			mobilizable	no_good_hit	1845.0	86.61200000000001	71.0	0.3023484972901954	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0109_000000012923	2491	0.5924073309965118	4	4	4	3	3	False	32751	maximal	True	ISR0109_000000012923	1.0		75	11	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	80.494	45.0	0.0024676912790646526	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0058_000000026242	1927	0.5924054083397916	3	3	3	3	1	False	83459	fragment	False	ENG0121_000000008149	0.9357754867562124		0	0	False	False	0.9802802205085754	0					non-mobilizable	no_good_hit	1144.0	84.87799999999999	59.0	0.0003179431510934644	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0064_000000013364	1992	0.5924029059293388	3	3	3	3	2	False	69907	maximal	False	DEN0092_000000006414	0.7672919603794679		0	0	False	False	0.9889557957649231	0					non-mobilizable	chromosome	1992.0	99.197	100.0	0.0005572424586847119	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0069_01_000000035885	1690	0.5923993415966977	2	2	2	2	1	True	7261	maximal	True	USA0069_01_000000035885	1.0		98	9	False	False	0.9940828680992126	0					non-mobilizable	other	1671.0	100.0	99.0	0.013015353440885356	NZ_WNCH01000008.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold8_size127380, whole genome shotgun sequence	False	True
ISR0133_000000018418	1257	0.5923944245663786	1	1	1	1	1	True	116460	fragment	False	ISR0265_000000014564	0.8672648646450122		0	0	False	False	0.9912490248680115	0					non-mobilizable	other	1259.0	96.902	100.0	0.0003532571886573248	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0116_000000004228	4304	0.5923855563252678	5	5	3	4	5	False	101917	fragment	False	CAN0014_000000008690	0.620118968663106		0	0	False	False	0.9997676610946655	0					non-mobilizable	chromosome	4304.0	99.791	100.0	0.0007860019680188714	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
TAN0014_000000000363	9116	0.5923822474786169	8	5	5	4	4	False	2552	maximal	True	TAN0014_000000000363	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	1802.0	90.677	20.0	0.015584618319948658	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0025_000000025110	1570	0.5923770292903808	3	2	2	2	1	False	37340	fragment	False	ISR0385_000000014274	0.9516231485091354		0	0	False	False	0.9681528806686401	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000003418	6237	0.5923738303992154	8	3	2	2	1	False	64157	fragment	False	ISR0108_000000003418	1.0		0	0	False	False	0.9993586540222168	0					non-mobilizable	plasmid	6237.0	99.95200000000001	100.0	0.12337765115542894	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0124_000000003071	5452	0.5923738303992154	6	3	2	2	1	False	64156	fragment	False	ISR0124_000000003071	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5452.0	99.963	100.0	0.10784662867996202	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
FIJ0132_000000015846	2042	0.5923735064668598	3	3	3	3	2	False	40784	fragment	False	FIJ0132_000000015846	0.9935656836461126		0	0	False	False	0.9951028227806091	0					non-mobilizable	other	2042.0	98.825	100.0	0.011419715094614102	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	False	False
MAD0112_000000001704	12024	0.5923680450455047	11	9	6	9	3	True	113128	fragment	False	MAD0112_000000001704	1.0		0	0	False	False	0.9994178414344788	0					non-mobilizable	other	8478.0	92.49799999999999	99.0	0.017646062517120174	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0064_000000002839	7078	0.5923669219001056	10	10	3	6	10	False	123752	fragment	False	SPA0063_000000002093	0.9666656071658064		0	0	False	True	1.0	0					non-mobilizable	chromosome	4859.0	96.975	100.0	0.0009019410507538885	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0069_000000003217	7067	0.5923669219001056	10	10	3	6	10	False	123752	fragment	False	SPA0063_000000002093	0.6660544409908637		0	0	False	True	1.0	0					non-mobilizable	chromosome	4863.0	96.95700000000001	100.0	0.0009026846130381044	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0025_000000006618	3466	0.592362890338046	7	7	4	6	7	False	66172	maximal	True	ENG0025_000000006618	1.0		1	1	False	False	0.9991344213485718	0					non-mobilizable	other	3466.0	99.538	100.0	0.0006670144510172693	AP022126.1	enterobacteria	Enterobacter cloacae DNA, complete genome, strain: WP5-S18-CRE-02	False	False
ISR0796_000000005056	4274	0.5923620601336427	4	4	3	4	4	False	34945	fragment	False	ISR0796_000000005056	1.0		0	0	False	False	0.9997660517692566	0					non-mobilizable	no_good_hit	119.0	98.319	3.0	2.626104187790485e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0059_000000017654	2218	0.5923619366259942	3	1	1	1	1	False	10938	maximal	True	MON0059_000000017654	1.0		5	3	False	False	0.9887285828590393	0					non-mobilizable	no_good_hit	1218.0	92.775	55.0	0.14059611829944546	MK231669.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c3 sequence	True	False
FIJ0026_000000003085	8513	0.5923608849985444	12	3	1	3	1	False	49141	fragment	False	FIJ0026_000000003085	1.0		0	0	False	False	0.9996476173400879	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.003283302063789869	NZ_SLUB01000095.1	firmicutes	Bacillus timonensis strain AF060A6 SAMN11029899.189, whole genome shotgun sequence	True	False
AST0113_000000027446	1355	0.5923601344145987	2	2	1	2	2	False	106452	maximal	True	AST0113_000000027446	1.0		0	0	False	False	0.9763837456703186	0					non-mobilizable	no_good_hit	69.0	97.101	5.0	3.707087733682817e-05	NZ_VFOS01000001.1	high GC Gram+	Rarobacter faecitabidus strain DSM 4813 Ga0197509_11, whole genome shotgun sequence	True	False
ISR0789_000000003092	4433	0.5923600763335555	4	4	4	3	3	False	67899	maximal	True	ISR0789_000000003092	1.0		30	7	False	False	0.9986464977264404	0					non-mobilizable	other	4433.0	99.256	100.0	0.0011606718697868628	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
MON0027_000000015791	2543	0.5923595271518063	3	2	2	2	2	False	12661	maximal	True	MON0027_000000015791	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0090_000000005413	2360	0.5923574361573647	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.9257922596368993		0	0	False	False	0.9991525411605835	0					non-mobilizable	chromosome	1295.0	98.61	99.0	0.0003751067126418789	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0265_000000007171	2296	0.5923574361573647	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.7371728939088517		0	0	False	False	1.0	0					non-mobilizable	chromosome	2296.0	99.695	100.0	0.0006652781340905039	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0077_000000030362	1228	0.592357270939135	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.9750839157824446		0	0	False	False	0.9967426657676697	0					non-mobilizable	other	1228.0	99.43	100.0	0.0033581936366746494	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0028_000000012965	1222	0.5923568271644768	2	2	2	1	1	False	118561	fragment	False	AST0028_000000012965	0.9851182476101373		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	98.936	100.0	0.007191405651820527	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
SPA0083_000000016504	1129	0.5923568271644768	2	2	2	1	1	False	118561	fragment	False	AST0028_000000012965	0.9487871776865299		0	0	False	False	0.9973427653312683	0					non-mobilizable	other	1129.0	99.291	100.0	0.005101463957343078	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
ISR0241_000000005495	2536	0.5923551074242489	4	3	2	2	2	False	94790	fragment	False	ISR0241_000000005495	1.0		0	0	False	False	0.9940851926803589	0					non-mobilizable	other	2361.0	99.195	93.0	0.0010453594724900738	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
ISR0375_000000019417	1240	0.592354024929972	3	1	1	1	1	False	23363	maximal	True	ISR0375_000000019417	1.0		5	3	False	False	0.9919354915618896	0					non-mobilizable	no_good_hit	230.0	100.0	19.0	0.004730427597603801	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0155_000000013104	1543	0.5923517449914153	3	1	1	1	1	True	56747	maximal	True	ENG0155_000000013104	1.0		1	1	False	False	0.9889824986457825	0					non-mobilizable	no_good_hit	1014.0	100.0	66.0	0.00019461532254655975	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	True
ISR0011_000000014131	1961	0.592349281846157	2	2	2	2	2	False	129955	fragment	False	ISR0011_000000014131	0.6967400317057115		0	0	False	False	1.0	0					non-mobilizable	other	1961.0	98.98	100.0	0.0005525148592370388	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0102_01_000000009528	1345	0.5923472507225183	2	2	2	2	2	False	67139	fragment	False	ISR0234_000000009029	0.6809779792634262		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	99.405	100.0	0.0426085026788828	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0061_000000036286	1157	0.5923434991604045	2	1	1	1	1	False	111776	fragment	False	AST0061_000000036286	1.0		0	0	False	False	0.997407078742981	0					non-mobilizable	chromosome	1158.0	96.891	100.0	0.0002611829100520852	LR782233.1	enterobacteria	Escherichia coli isolate SC468 genome assembly, chromosome: omosome1	False	False
ETH0002_000000004401	6443	0.5923416845610183	8	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.8040942556814696		0	0	False	False	1.0	0					non-mobilizable	other	5942.0	97.055	100.0	0.0017380033840551149	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0034_000000003870	4927	0.5923416845610183	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.38294106447930243		0	0	False	False	1.0	0					non-mobilizable	chromosome	4927.0	96.73200000000001	100.0	0.0008833305921686869	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0120_000000028613	1276	0.5923378115722399	3	3	2	2	3	False	32242	maximal	True	ISR0120_000000028613	1.0		37	8	False	False	0.996081531047821	0					non-mobilizable	no_good_hit	674.0	90.208	52.0	0.04555034332721463	NZ_JAAITU010000064.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_64_length_14709_cov_166.998, whole genome shotgun sequence	True	False
FIJ0104_000000001614	13380	0.5923334601008428	13	7	4	6	3	True	93247	maximal	True	FIJ0104_000000001614	1.0		3	3	False	False	0.9999252557754517	0					non-mobilizable	no_good_hit	115.0	94.78299999999999	1.0	3.2037644794697716e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0030_000000000862	21599	0.5923313755170018	28	26	6	13	21	True	101543	fragment	False	SPA0030_000000000862	1.0		0	0	False	False	1.0	0					non-mobilizable	other	21597.0	99.051	100.0	0.006455699948967862	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0044_000000008447	3098	0.5923290214957794	5	4	4	4	3	False	58835	maximal	True	SPA0044_000000008447	1.0		40	10	False	False	0.9967721104621887	0					non-mobilizable	no_good_hit	852.0	74.648	43.0	0.00023601057126023214	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0815_000000021955	1404	0.5923122480665571	1	1	1	1	1	False	92055	fragment	False	ISR0230_000000023079	0.6703905641074138		0	0	False	False	0.9992877244949341	0					non-mobilizable	no_good_hit	48.0	93.75	3.0	0.00014971105765871866	NZ_SMMX01000004.1	firmicutes	Extibacter muris strain DSM 28560 NODE_4_length_300579_cov_69.745460, whole genome shotgun sequence	True	False
SPA0089_000000024719	1528	0.5923116477378527	1	1	1	1	1	False	73075	fragment	False	SPA0089_000000024719	1.0		0	0	False	False	0.9980366230010986	0					non-mobilizable	other	1528.0	99.215	100.0	0.0004818442232652188	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
DEN0021_000000010301	3267	0.5923113988548822	6	4	1	4	2	True	74822	fragment	False	DEN0021_000000010301	1.0		0	0	False	False	0.999387800693512	0					non-mobilizable	no_good_hit								True	True
CHI0063_000000005710	2281	0.5923046044391646	3	3	3	3	3	False	85460	maximal	True	CHI0063_000000005710	1.0		7	3	False	False	0.9877246618270874	0					non-mobilizable	chromosome	2218.0	99.729	97.0	0.0004118563351473961	CP052562.1	enterobacteria	Klebsiella pneumoniae strain A16KP0135 chromosome, complete genome	False	False
ENG0014_000000004358	5982	0.5923037200499811	5	4	2	4	4	False	66934	maximal	True	ENG0014_000000004358	1.0		177	10	False	False	0.9973253011703491	0					non-mobilizable	no_good_hit	4805.0	99.93799999999999	80.0	0.008721183596984355	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0139_000000006301	4077	0.5922978528901335	4	3	3	2	2	False	52545	fragment	False	SPA0139_000000006301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1547.0	97.285	68.0	0.06402552732999046	NZ_CYYU01000026.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
CHI0169_000000005604	2628	0.5922890080427853	4	2	2	2	1	False	91429	maximal	True	CHI0169_000000005604	1.0		32	5	False	False	1.0	0					non-mobilizable	chromosome	2310.0	94.50200000000001	100.0	0.0006690465941093173	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0004_000000002689	3452	0.5922885335723945	5	5	1	3	5	True	20038	fragment	False	MAD0004_000000002689	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3453.0	95.859	100.0	0.04543240432338498	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
MON0032_000000014719	1939	0.5922864320380923	3	2	2	2	1	False	13315	maximal	True	MON0032_000000014719	1.0		82	9	False	False	0.9938112497329712	0					non-mobilizable	chromosome	1926.0	93.094	99.0	0.0007485797054235594	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
CHI0162_000000030128	1115	0.5922845464031201	2	2	2	2	2	False	91382	fragment	False	MON0070_000000030840	0.8129118116810395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	75.51899999999999	22.0	0.0020866255161997222	NZ_FWFQ01000011.1	a-proteobacteria	Pseudoruegeria aquimaris strain CECT 7680, whole genome shotgun sequence	True	False
ISR0265_000000000550	22886	0.5922804080183819	26	16	4	6	14	False	103774	maximal	True	ISR0265_000000000550	0.9999306390455933		11	5	False	False	0.9999126195907593	0					non-mobilizable	no_good_hit	3082.0	95.425	56.0	0.0006883116098729431	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0112_000000004431	5939	0.5922781544086988	8	2	2	2	2	False	75781	maximal	True	ISR0112_000000004431	0.9946133796698523		20	4	False	False	0.9988213777542114	0					non-mobilizable	no_good_hit	639.0	92.958	24.0	0.00021675517502980384	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0151_000000007737	2359	0.592273799269349	3	3	3	3	2	False	3247	maximal	True	SPA0151_000000007737	1.0		33	8	False	False	0.9991521835327148	0					non-mobilizable	no_good_hit	1495.0	98.06	63.0	0.0004815435695400163	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0006_000000021563	1759	0.5922736660265733	2	2	2	2	1	False	57011	fragment	False	FIJ0006_000000021563	1.0		0	0	False	False	0.9931779503822327	0					non-mobilizable	no_good_hit	903.0	79.07	51.0	0.00023741380078421247	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0061_000000025943	1749	0.5922730915196698	2	2	2	2	2	False	10817	maximal	True	MON0061_000000025943	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	72.329	32.0	0.002316494672062254	NZ_LT160621.1	CFB group bacteria	Prevotella phocaeensis strain SN19, whole genome shotgun sequence	True	False
ISR0385_000000004714	4200	0.5922726438627096	6	6	4	5	5	False	102009	fragment	False	ISR0385_000000004714	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4201.0	98.762	100.0	0.001524921148248556	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0015_000000016339	2307	0.5922706586294999	3	3	3	2	1	False	13423	maximal	True	MON0015_000000016339	1.0		2	1	False	False	0.9432163238525391	0					non-mobilizable	no_good_hit	1422.0	98.31200000000001	62.0	0.0002776814284667432	CP054063.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP chromosome, complete genome	True	False
ENG0191_000000002383	9368	0.5922693398251777	10	6	2	3	4	True	113133	maximal	True	ENG0191_000000002383	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	7248.0	87.47200000000001	77.0	0.16461714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MON0084_000000007598	3725	0.5922671168305097	7	5	2	4	3	True	61921	maximal	True	MON0084_000000007598	1.0		2	1	False	False	0.9935570359230042	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000018547	2645	0.5922552884460656	4	3	2	3	2	False	124363	fragment	False	SPA0131_000000008475	0.6823510716515885		0	0	False	False	0.9950850605964661	0					non-mobilizable	other	2647.0	98.413	100.0	0.015234946490490398	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0365_000000006135	2547	0.5922552884460656	3	3	2	3	2	False	124363	fragment	False	SPA0131_000000008475	0.6822841882673208		0	0	False	False	1.0	0					non-mobilizable	other	2549.0	97.646	100.0	0.014670475883281303	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0210_000000007573	2526	0.5922552884460656	4	3	2	3	2	False	124353	fragment	False	FIJ0039_000000009941	0.6737348080805444		0	0	False	False	0.99564528465271	0					non-mobilizable	other	2428.0	97.77600000000001	96.0	0.013973527480502724	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0039_000000009941	2383	0.5922552884460656	4	3	2	3	2	False	124353	fragment	False	FIJ0039_000000009941	0.6853777233043274		0	0	False	False	0.9983214139938354	0					non-mobilizable	other	2387.0	97.319	100.0	0.01374313131429493	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0065_000000005111	2321	0.5922552884460656	3	3	2	3	2	False	124363	fragment	False	SPA0131_000000008475	0.4306912790513434		0	0	False	False	1.0	0					non-mobilizable	other	2326.0	96.905	100.0	0.013391777160828044	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0295_000000015653	2263	0.5922552884460656	3	3	2	3	2	False	124353	fragment	False	FIJ0039_000000009941	0.5934123457645359		0	0	False	False	0.9756959676742554	0					non-mobilizable	other	2241.0	98.572	99.0	0.01290218530763648	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0044_000000012436	2164	0.5922552575303088	3	3	3	3	3	False	6787	fragment	False	SPA0044_000000012436	1.0		0	0	False	False	0.9972273707389832	0					non-mobilizable	no_good_hit	1000.0	74.3	44.0	0.00027571851097463136	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
TAN0017_000000001615	15422	0.5922542450003992	16	8	5	6	3	False	107815	maximal	True	TAN0017_000000001615	1.0	PS663	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1814.0	83.62700000000001	12.0	0.0547588794094512	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
FIJ0137_000000003232	3562	0.5922527258562801	5	4	4	4	4	False	41244	maximal	True	FIJ0137_000000003232	1.0		28	2	False	False	0.9997192621231079	0					non-mobilizable	no_good_hit	721.0	85.021	29.0	0.01091719610013495	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
DEN0003_000000017375	1430	0.5922521087212694	2	2	2	1	1	False	76637	maximal	True	DEN0003_000000017375	1.0		60	8	False	False	1.0	0					non-mobilizable	other	1387.0	81.543	97.0	0.03258038547142113	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0155_000000013726	1462	0.5922500592247142	3	1	1	1	1	False	56744	fragment	False	ENG0155_000000013726	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1462.0	98.35799999999999	100.0	0.006662076324321367	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0357_000000010488	2404	0.5922499960287414	3	2	2	2	2	False	29184	fragment	False	ISR0357_000000010488	1.0		0	0	False	False	0.9945923686027527	0					non-mobilizable	no_good_hit	792.0	78.535	33.0	0.0009901251352312406	NZ_KI535367.1	firmicutes	Catonella morbi ATCC 51271 Scfld1, whole genome shotgun sequence	True	False
ENG0195_000000011573	2186	0.5922454391206851	3	2	2	2	2	True	54466	maximal	True	ENG0195_000000011573	1.0		16	6	False	False	1.0	0					non-mobilizable	other	2189.0	90.544	100.0	0.0008464142813173285	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	True
SPA0028_000000027209	1236	0.5922451936375388	2	2	2	2	1	False	7419	maximal	True	SPA0028_000000027209	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	80.175	28.0	0.00047725506537972046	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MAD0038_000000008576	1696	0.5922446267762965	1	1	1	1	1	False	18541	maximal	True	MAD0038_000000008576	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000002780	8616	0.5922424947003209	11	3	1	3	1	False	34748	maximal	True	ISR0074_000000002780	1.0		2	1	False	False	0.9998839497566223	0					non-mobilizable	no_good_hit	674.0	77.003	8.0	0.02576112412177986	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	False
AST0150_000000011690	2383	0.5922339167817521	3	2	2	2	2	False	104132	maximal	True	AST0150_000000011690	1.0		1	1	False	False	0.9920268654823303	0					non-mobilizable	chromosome	2330.0	94.721	100.0	0.00047512660174018435	CP043853.1	enterobacteria	Enterobacter hormaechei strain EB_P6_L3_02.19 chromosome, complete genome	False	False
SPA0135_000000011921	1797	0.5922224224309725	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.9160754321038141		0	0	False	False	0.9955481290817261	0					non-mobilizable	other	1797.0	99.444	100.0	0.010439554052011765	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ENG0070_000000011579	2154	0.592221963002594	3	2	2	2	2	False	62401	fragment	False	ENG0070_000000011579	1.0		0	0	False	False	0.9981430172920227	0					non-mobilizable	no_good_hit	270.0	71.852	12.0	9.174677748265898e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0052_000000033768	1386	0.5922136063727953	2	1	1	1	1	False	72219	fragment	False	DEN0052_000000033768	1.0		0	0	False	False	0.9884560108184814	0					non-mobilizable	no_good_hit	92.0	94.565	7.0	2.527061776940978e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0174_000000000812	18142	0.5922116128182217	26	14	7	8	9	False	91215	maximal	True	CHI0174_000000000812	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4618.0	99.87	26.0	0.054010738977340524	NZ_QSFS01000016.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf16, whole genome shotgun sequence	True	False
CHI0181_000000001007	17975	0.5922116128182217	26	14	7	8	9	False	91215	maximal	False	CHI0174_000000000812	0.9953974203505678		0	0	False	False	0.9999443888664246	0					non-mobilizable	no_good_hit	4451.0	99.978	25.0	0.027187526729309987	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
SPA0088_000000010726	1386	0.5922092421719416	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.30612698332916866		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	98.256	100.0	0.0003660074090118911	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0132_000000024704	1233	0.5922062363952831	2	2	1	2	1	False	80836	maximal	True	CHI0132_000000024704	1.0		37	11	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit	454.0	74.009	36.0	0.00012083334459669506	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
MON0098_000000021172	1634	0.5922039288882837	3	1	1	1	1	False	9192	maximal	True	MON0098_000000021172	1.0		3	1	False	False	0.9951040148735046	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.02037533512064343	NZ_CABKPS010000055.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0002_000000007765	1177	0.5921997077805125	2	1	1	1	1	False	91011	maximal	True	CHI0002_000000007765	1.0		11	5	False	False	0.9991503953933716	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000009772	2567	0.5921957947124584	2	2	0	2	2	False	98004	fragment	False	ISR0058_000000009772	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2567.0	99.571	100.0	0.027293516991969368	CP003110.1	enterobacteria	Escherichia coli O55:H7 str. RM12579 plasmid p12579_1, complete sequence	False	True
CAN0014_000000026730	1829	0.5921932869499826	3	1	1	1	1	False	94168	maximal	True	CAN0014_000000026730	1.0		19	5	False	False	0.9994532465934753	0					non-mobilizable	no_good_hit	1533.0	99.609	84.0	0.0002765818741021696	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
CAN0012_000000029086	1589	0.5921932869499826	2	1	1	1	1	False	94165	fragment	False	CAN0012_000000029086	1.0		0	0	False	False	0.9855254888534546	0					non-mobilizable	chromosome	1525.0	99.738	98.0	0.00027513758233140104	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ENG0143_000000005239	3631	0.5921895087220438	3	3	3	3	1	False	104083	maximal	True	ENG0143_000000005239	1.0		38	6	False	False	0.9958689212799072	0					non-mobilizable	no_good_hit								True	False
ENG0191_000000013595	2275	0.5921883575695458	3	3	2	3	3	False	59137	maximal	False	MAD0089_000000009179	0.7105883239851271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	80.778	55.0	0.00031211146964293024	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0072_000000003862	5053	0.5921863767794979	6	4	4	3	4	False	106759	maximal	True	MON0072_000000003862	1.0		7	4	False	False	0.9976251721382141	0					non-mobilizable	other	2245.0	98.486	95.0	0.010703225283089094	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0162_000000008495	2646	0.5921857006549859	3	3	3	3	2	False	39238	maximal	True	FIJ0162_000000008495	1.0		129	10	False	False	1.0	0					non-mobilizable	other	2586.0	77.92	98.0	0.0009107503447487997	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0143_000000013206	2289	0.5921854835619649	3	3	3	3	3	False	31150	maximal	True	ISR0143_000000013206	1.0		17	6	False	False	0.9991262555122375	0					non-mobilizable	no_good_hit	97.0	83.505	4.0	0.00017750937529779532	NZ_KE695652.1	firmicutes	Brevibacillus thermoruber 423 Scaffold5, whole genome shotgun sequence	True	False
ENG0100_000000026621	1200	0.5921838927291824	3	3	3	2	3	False	60528	fragment	False	ENG0100_000000026621	0.9946359362403391		0	0	False	False	0.9708333611488342	0					non-mobilizable	other	1200.0	99.333	100.0	0.00572142983255632	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0107_000000007325	1960	0.5921807521300804	3	2	2	2	1	False	119225	fragment	False	ISR0145_000000013902	0.5996235486344984		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	776.0	81.83	80.0	0.00023072220238855832	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
AST0048_000000013598	1198	0.5921760413081258	2	2	2	2	1	False	114849	fragment	False	AST0048_000000013598	1.0		0	0	False	False	0.994991660118103	0					non-mobilizable	other	1154.0	98.787	96.0	0.0012584909906465278	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
USA0015_01_000000014367	2339	0.5921759450708639	3	3	3	2	2	True	102798	fragment	False	ISR0831_000000007027	0.738201372984939		0	0	False	False	1.0	0					non-mobilizable	other	2299.0	99.435	100.0	0.008210280357136477	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ENG0104_000000025508	1242	0.5921758584832635	1	1	1	1	1	False	94884	maximal	False	DEN0082_000000031193	0.9471876052008105		0	0	False	False	0.9871175289154053	0					non-mobilizable	no_good_hit	888.0	71.28399999999999	70.0	0.1950123567737587	LN853916.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1354	True	False
ISR0059_000000004408	3602	0.5921601278352545	4	4	3	3	4	False	35458	maximal	True	ISR0059_000000004408	1.0		33	9	False	False	0.9994447231292725	0					non-mobilizable	no_good_hit	2107.0	85.95200000000001	76.0	0.0005090511722478876	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
MAD0051_000000009080	3110	0.5921424902170112	4	2	2	2	2	False	72731	fragment	False	ISR0374_000000005033	0.9445500633713562		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	96.116	100.0	0.0005520320639691169	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
CAN0017_000000019592	1775	0.592138971981967	3	3	2	3	3	False	92407	fragment	False	CAN0017_000000019592	1.0		0	0	False	False	0.9667605757713318	0					non-mobilizable	other	1775.0	98.42299999999999	100.0	0.0005057744964208044	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MAD0050_000000004409	4909	0.5921356487866921	7	6	3	6	5	True	82413	maximal	True	MAD0050_000000004409	1.0		2	1	False	False	0.9997962713241577	0					non-mobilizable	plasmid	2440.0	99.75399999999999	100.0	0.021864634692962796	CP056843.1	enterobacteria	Escherichia coli strain RHBSTW-00124 plasmid pRHBSTW-00124_2, complete sequence	False	True
AST0108_000000009302	2844	0.5921350190046857	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.8605060501581896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	92.135	6.0	5.506440046067437e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0120_000000028389	1410	0.5921346830390998	2	2	2	1	1	False	58586	fragment	False	MON0049_000000015587	0.9520632642300578		0	0	False	False	1.0	0					non-mobilizable	chromosome	1410.0	99.36200000000001	100.0	0.0004973789646469103	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	False	False
ISR0215_000000006806	4211	0.5921332353715074	6	3	0	2	2	False	114836	fragment	False	ISR0018_000000004313	0.6993645152553573		0	0	False	False	0.9973877668380737	0					non-mobilizable	no_good_hit	1112.0	98.381	56.0	0.13421116211645326	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
USA0017_01_000000018002	1515	0.5921315945452196	2	2	2	2	2	True	111099	maximal	False	ISR0247_000000010037	0.9604065297848445		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	99.07600000000001	100.0	0.05496659889631136	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
ISR0296_000000005537	4373	0.5921303944114558	6	5	5	4	2	False	25696	maximal	True	ISR0296_000000005537	1.0		1	1	False	False	0.9951978325843811	0					non-mobilizable	no_good_hit	710.0	90.56299999999999	31.0	0.00031460896782822085	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0052_000000005808	4737	0.592128051919299	5	4	3	2	3	False	74045	maximal	True	ENG0052_000000005808	1.0		24	8	False	False	0.99788898229599	0					non-mobilizable	no_good_hit	2577.0	97.711	72.0	0.0007262510273279095	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0119_000000011288	1194	0.5921260737473154	1	1	1	1	1	False	81902	maximal	True	CHI0119_000000011288	1.0		1	1	False	False	0.979899525642395	0					non-mobilizable	other	1196.0	85.28399999999999	100.0	0.0038134753450667757	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0100_000000013578	3093	0.5921254290208925	2	2	2	2	2	False	123086	fragment	False	MON0100_000000013578	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3101.0	90.39	100.0	0.0012737736068178392	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0003_000000016995	1466	0.5921184790991121	3	3	3	3	3	False	76642	maximal	True	DEN0003_000000016995	1.0		19	8	False	False	0.9918144345283508	0					non-mobilizable	other	1476.0	73.916	99.0	0.004339865324960278	NZ_JHWJ01000004.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00004.4_C, whole genome shotgun sequence	False	False
MON0076_000000039375	1228	0.5921180567287302	2	2	2	1	1	False	10270	fragment	False	MON0076_000000039375	1.0		0	0	False	False	0.9747557044029236	0					non-mobilizable	plasmid	1189.0	100.0	97.0	0.012462235649546828	CP031111.1	enterobacteria	Escherichia coli strain AMSCJX02 plasmid pAMSC6, complete sequence	False	True
ISR0285_000000005258	2968	0.5921115164277778	4	4	3	3	4	False	130258	fragment	False	AST0003_000000011605	0.9713901043419724		0	0	False	False	0.9979784488677979	0					non-mobilizable	no_good_hit	1977.0	92.76700000000001	67.0	0.008881405776317462	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0004_000000022539	1159	0.5921113585300306	3	2	1	2	2	False	51957	fragment	False	FIJ0064_000000020816	0.6130991797296529		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	94.04799999999999	78.0	0.0004083554559698645	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
DEN0045_000000027401	1538	0.5921080958079759	2	2	1	1	2	False	72874	maximal	True	DEN0045_000000027401	1.0		331	12	False	False	0.99934983253479	0					non-mobilizable	chromosome	1454.0	99.656	95.0	0.000641542457041381	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MON0037_000000070408	1109	0.5921074618381139	2	2	2	1	1	False	12018	fragment	False	MON0037_000000070408	1.0		0	0	False	False	0.9927862882614136	0					non-mobilizable	other	1108.0	96.3	99.0	0.00030741289967842444	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0093_000000019640	1626	0.5921052355875757	2	2	2	2	2	False	130040	fragment	False	MAD0093_000000019640	1.0		0	0	False	False	0.9975399971008301	0					non-mobilizable	other	802.0	87.656	94.0	0.0016749017746431163	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0196_000000016706	1324	0.5921025841652696	3	3	3	3	2	False	28964	maximal	True	ISR0196_000000016706	1.0		11	5	False	False	0.958459198474884	0					non-mobilizable	no_good_hit	772.0	98.316	67.0	0.003014362319295055	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
AST0099_000000016998	1228	0.5920985476876786	2	2	2	2	2	False	108688	maximal	True	AST0099_000000016998	1.0		58	6	False	False	0.9885993599891663	0					non-mobilizable	other	617.0	97.569	98.0	0.0010737244293224381	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
USA0011_01_000000013978	2645	0.5920951155326664	5	5	3	3	3	True	2021	fragment	False	USA0011_01_000000013978	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2438.0	100.0	92.0	0.0187993705257961	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
CHI0053_000000003636	3122	0.5920923936623729	4	4	4	4	3	False	86443	maximal	True	CHI0053_000000003636	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	85.99799999999999	74.0	0.0001560815810880539	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
CHI0124_000000003136	5110	0.5920921306181934	4	4	4	3	4	False	90871	fragment	False	CHI0124_000000003136	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4959.0	99.94	98.0	0.0009103912055878956	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0128_000000011430	3079	0.5920868276078873	4	4	4	3	3	False	87823	fragment	False	ISR0128_000000011430	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3079.0	99.545	100.0	0.0009881892443402247	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0236_000000004825	2213	0.5920859260917598	4	3	3	3	3	False	126806	fragment	False	ISR0236_000000004825	1.0		0	0	False	False	0.9986443519592285	0					non-mobilizable	chromosome	1471.0	81.033	100.0	0.0006238955868927899	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0024_000000000237	47730	0.5920712190174069	67	18	7	16	8	True	37483	maximal	True	ISR0024_000000000237	1.0		1	1	True	True	1.0	16					non-mobilizable	no_good_hit	40.0	100.0	0.0	0.0009818731117824774	NZ_MXAL01000016.1	firmicutes	Lactobacillus paralimentarius strain KACC 12383 contig00016, whole genome shotgun sequence	True	True
ISR0222_000000002656	22532	0.5920688082049608	33	6	5	6	4	False	27918	maximal	True	ISR0222_000000002656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	92.726	6.0	0.0008633731800728827	NZ_JACBYZ010000001.1	high GC Gram+	Aeriscardovia aeriphila strain DSM 22365 Ga0197576_01, whole genome shotgun sequence	True	False
SPA0074_000000004258	6110	0.5920683791155108	7	6	5	6	2	False	92966	maximal	True	SPA0074_000000004258	1.0		2	1	False	False	0.9995089769363403	0					non-mobilizable	no_good_hit	2816.0	94.744	52.0	0.0676488998025904	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	True	False
USA0041_01_000000006544	3178	0.5920670377008759	5	3	2	3	2	True	18559	maximal	True	USA0041_01_000000006544	1.0		1	1	False	False	0.9864695072174072	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.183860125073559e-05	NZ_SAVA01000002.1	a-proteobacteria	Sinirhodobacter hungdaonensis strain CGMCC 1.12963 Scaffold2, whole genome shotgun sequence	True	True
MON0096_000000015732	2288	0.5920619513282783	4	1	1	1	1	False	13105	fragment	False	MON0109_000000014784	0.9421266575191996		0	0	False	False	0.9995629191398621	0					non-mobilizable	no_good_hit								True	False
MON0020_000000010182	2039	0.5920619513282783	3	1	1	1	1	False	13105	fragment	False	MON0109_000000014784	0.6238344988344988		0	0	False	False	0.9774399399757385	0					non-mobilizable	no_good_hit								True	False
MON0104_000000038887	1189	0.5920619513282783	2	1	1	1	1	False	8774	fragment	False	MON0104_000000038887	1.0		0	0	False	False	0.9974768757820129	0					non-mobilizable	no_good_hit								True	False
ENG0124_000000021698	1430	0.5920613173317306	2	1	1	1	1	False	58912	fragment	False	ENG0124_000000021698	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0354_000000006900	2796	0.5920578107760139	4	4	3	3	3	False	104096	fragment	False	ISR0354_000000006900	1.0		0	0	False	False	0.9996423721313477	0					non-mobilizable	other	2796.0	99.464	100.0	0.01624641067671096	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
FIJ0131_000000007934	2339	0.5920576772951726	3	3	3	3	2	False	40829	maximal	True	FIJ0131_000000007934	1.0		13	1	False	False	1.0	0					non-mobilizable	chromosome	2337.0	97.647	99.0	0.0004049690534992551	LR134235.1	enterobacteria	Klebsiella variicola strain NCTC9668 genome assembly, chromosome: 1	False	False
ENG0097_000000006971	4494	0.5920559515737213	5	2	2	2	2	False	114516	maximal	True	ENG0097_000000006971	1.0		18	5	False	False	0.9935469627380371	0					non-mobilizable	no_good_hit	1085.0	92.166	40.0	0.0003645314592668912	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0117_000000003456	4412	0.5920550636570638	5	5	5	5	5	False	97162	fragment	False	CHI0117_000000003456	1.0		0	0	False	False	0.9997733235359192	0					non-mobilizable	other	4414.0	98.867	100.0	0.0017980166812596792	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0206_000000004472	5339	0.5920508345692502	6	2	1	2	1	True	112905	maximal	False	AST0059_000000002540	0.9768261311504175		0	0	False	True	0.9956920742988586	0					non-mobilizable	no_good_hit	497.0	80.684	9.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ISR0366_000000002656	5196	0.5920508345692502	5	2	1	2	1	True	112905	maximal	False	AST0059_000000002540	0.988827192647678		0	0	True	True	0.9923017621040344	5					non-mobilizable	no_good_hit	497.0	80.684	10.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
USA0035_01_000000004881	5188	0.5920508345692502	5	2	1	2	1	True	112905	maximal	False	AST0059_000000002540	0.9876174178008784		0	0	True	True	0.9938319325447083	4					non-mobilizable	no_good_hit	497.0	80.684	10.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ISR0278_000000001808	5060	0.5920508345692502	5	2	1	2	1	True	112905	maximal	False	AST0059_000000002540	0.9683229391989786		0	0	False	True	0.9994071125984192	0					non-mobilizable	no_good_hit	497.0	80.684	10.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ENG0173_000000004689	3968	0.5920508345692502	5	2	1	2	1	True	61560	fragment	False	ENG0173_000000004689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	84.431	8.0	0.0651863923405989	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
DEN0065_000000003268	7909	0.592045468561603	7	5	3	5	3	False	71159	maximal	True	DEN0065_000000003268	0.9998677073686996		2	2	False	False	0.9998735785484314	0					non-mobilizable	no_good_hit	637.0	96.389	13.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0025_000000002584	7559	0.592045468561603	8	5	3	5	3	False	71159	maximal	False	DEN0065_000000003268	0.9778100897711468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	96.389	10.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0206_000000016661	1534	0.5920443106647636	2	2	2	2	2	False	56909	fragment	False	MON0100_000000029888	0.988441877908718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	70.264	29.0	0.018142618882967906	NZ_PVXN01000022.1	firmicutes	Clostridium thermopalmarium DSM 5974 CPAL_contig000022, whole genome shotgun sequence	True	False
CHI0188_000000002151	7170	0.5920414790204286	4	4	4	3	2	True	96851	maximal	True	CHI0188_000000002151	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	4073.0	89.41799999999999	58.0	0.0011283014928489404	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
USA0072_01_000000008585	2237	0.5920396878943344	5	5	2	3	5	False	128427	maximal	False	DEN0081_000000003447	0.6803402746937662		0	0	False	False	1.0	0					non-mobilizable	other	2238.0	98.48100000000001	100.0	0.030763727419066356	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0007_01_000000007894	2156	0.5920396878943344	5	5	2	3	5	False	128427	maximal	False	DEN0081_000000003447	0.6767160438875759		0	0	False	False	0.9995361566543579	0					non-mobilizable	chromosome	2156.0	99.072	100.0	0.00047959784107529617	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0779_000000019106	1796	0.5920363553169589	4	3	3	3	3	False	22337	fragment	False	ISR0779_000000019106	1.0		0	0	False	False	0.9988864064216614	0					non-mobilizable	chromosome	1796.0	97.829	100.0	0.0004997042140794098	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0024_000000002443	6939	0.5920321094191913	5	5	5	4	4	False	65343	maximal	True	SPA0024_000000002443	1.0		61	10	False	False	0.9981265068054199	0					non-mobilizable	chromosome	6821.0	99.985	98.0	0.0013386604954810394	CP051725.1	enterobacteria	Escherichia coli strain SCU-112 chromosome, complete genome	False	False
SPA0026_000000006540	4163	0.5920290797782718	6	4	3	4	3	False	7533	maximal	True	SPA0026_000000006540	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	86.486	2.0	1.6516390141570352e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0049_000000004812	5624	0.592025338726245	8	4	3	3	0	False	132055	maximal	True	ISR0049_000000004812	1.0		0	0	False	False	0.9985775351524353	0					non-mobilizable	no_good_hit	216.0	93.51899999999999	6.0	0.0001924026889841854	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0088_000000012584	2207	0.5920198028730015	3	3	3	3	3	False	100788	fragment	False	ISR0175_000000010194	0.5832020865441483		0	0	False	False	0.9977344870567322	0					non-mobilizable	other	2207.0	96.69200000000001	100.0	0.0006123265074895446	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0154_000000009332	3210	0.5920162600565593	3	3	3	3	3	False	79191	maximal	True	CHI0154_000000009332	1.0		220	11	False	False	0.9975078105926514	0					non-mobilizable	other	3210.0	97.445	100.0	0.0006773134626557826	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0043_000000006308	3999	0.5920152854174907	6	5	5	5	4	False	72235	fragment	False	FIJ0043_000000006308	0.9565758113328596		0	0	False	False	0.9997499585151672	0					non-mobilizable	no_good_hit	1466.0	75.375	36.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0001_01_000000002149	6975	0.5920150067480657	6	5	4	4	5	False	94154	fragment	False	USA0001_01_000000002149	0.9955153422501968		0	0	False	False	0.9981362223625183	0					non-mobilizable	chromosome	6975.0	99.928	100.0	0.0010749597121315231	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0853_000000002129	6355	0.5920150067480657	5	5	4	4	5	False	94154	fragment	False	USA0001_01_000000002149	0.9514695340501792		0	0	False	False	0.9955940246582031	0					non-mobilizable	chromosome	6330.0	99.96799999999999	99.0	0.000975386443700642	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0364_000000014043	1309	0.5920128230876229	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.1709668439471366	PS730	0	0	False	True	0.9847211837768555	0					non-mobilizable	chromosome	1309.0	93.125	100.0	0.00044026514194006806	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0011_000000004313	1530	0.5920067603893785	4	4	4	4	2	False	90141	fragment	False	CHI0011_000000004313	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1530.0	99.935	100.0	0.00031026269449250236	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
MON0095_000000017684	1758	0.5920062087506105	4	2	2	2	2	False	9313	maximal	True	MON0095_000000017684	1.0		1	1	False	False	0.9908987283706665	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000011539	2304	0.5920050376103518	4	2	2	2	2	False	16579	maximal	True	MAD0066_000000011539	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1543.0	87.103	67.0	0.004925872176653731	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0328_000000019184	1517	0.5920033193447054	2	2	2	2	2	False	87807	maximal	True	ISR0328_000000019184	1.0		540	15	False	False	0.9835200905799866	0					non-mobilizable	other	1517.0	98.682	100.0	0.006603851665991471	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0143_000000002009	17044	0.5919961041043664	27	7	0	7	2	False	31162	maximal	True	ISR0143_000000002009	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.051923076923076926	XM_007159675.1	eudicots	Phaseolus vulgaris hypothetical protein (PHAVU_002G263100g) mRNA, complete cds	True	False
CHI0146_000000000342	16357	0.5919961041043664	22	7	0	7	2	False	79722	maximal	True	CHI0146_000000000342	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0079_000000000252	16254	0.5919961041043664	22	7	0	7	2	False	16185	maximal	True	MAD0079_000000000252	1.0		2	1	False	False	0.9999384880065918	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000001589	15851	0.5919961041043664	24	7	0	7	2	False	28376	maximal	True	ISR0212_000000001589	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	1.3819450817265514e-06	LN713261.1	eudicots	Cucumis melo genomic chromosome, chr_7	True	False
ISR0288_000000001217	14919	0.5919961041043664	22	7	0	7	2	False	25981	fragment	False	ISR0288_000000001217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.926335852894888e-06	NZ_MSCN01000001.1	CFB group bacteria	Polaribacter porphyrae strain NBRC 108759 scaffold00001, whole genome shotgun sequence	True	False
FIJ0166_000000007928	3035	0.5919951588743181	3	2	1	2	1	False	39024	maximal	True	FIJ0166_000000007928	1.0		1	1	False	False	0.9887973666191101	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.016580903373356205	XM_034157212.1	budding yeasts	Diutina rugosa uncharacterized protein (DIURU_004349), partial mRNA	True	False
ISR0355_000000001375	11045	0.5919897750321826	19	3	0	3	1	False	23971	maximal	True	ISR0355_000000001375	1.0		1	1	False	False	0.9998189210891724	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0004864792323693216	NZ_AMYT01000002.1	firmicutes	Catellicoccus marimammalium M35/04/3 contig00002, whole genome shotgun sequence	True	False
AST0087_000000024070	1528	0.5919893831785643	2	2	2	2	1	False	110711	maximal	True	AST0087_000000024070	1.0		203	12	False	False	1.0	0					non-mobilizable	other	1528.0	99.149	100.0	0.001366506539901633	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
SPA0123_000000005848	1410	0.5919893831785643	2	2	2	2	1	False	38591	maximal	True	SPA0123_000000005848	1.0		85	6	False	False	1.0	0					non-mobilizable	other	1410.0	98.51100000000001	100.0	0.00510860776841945	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0037_000000019301	1281	0.5919893831785643	2	2	2	2	1	False	38590	fragment	False	SPA0037_000000019301	0.9840643895730955		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	99.06299999999999	100.0	0.004640892791750813	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0003_000000019961	1272	0.5919893831785643	2	2	2	2	1	False	38590	fragment	False	SPA0037_000000019301	0.9812307506946693		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	99.057	100.0	0.004608261514308815	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0329_000000000354	14873	0.5919872347264431	19	8	2	8	0	False	33602	maximal	False	ISR0791_000000000720	0.701960730700882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00010341261633919338	NZ_QVHZ01000007.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf7, whole genome shotgun sequence	True	False
ISR0791_000000000720	13922	0.5919872347264431	16	8	2	8	0	False	33602	maximal	True	ISR0791_000000000720	0.8866622806791294		1	1	False	False	0.9999281764030457	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017443743925839167	NZ_MDZC01000133.1	CFB group bacteria	Hymenobacter glacialis strain CCM 8648 NODE_9_length_160516_cov_403.804_ID_17, whole genome shotgun sequence	True	False
ENG0124_000000017310	1798	0.5919854223954191	3	3	3	2	2	False	131681	fragment	False	ENG0124_000000017310	0.9733170889798949		0	0	False	False	0.9988876581192017	0					non-mobilizable	other	1798.0	97.49700000000001	100.0	0.002112561807421828	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0776_000000011014	2220	0.5919852504837061	5	4	1	3	4	False	22422	fragment	False	ISR0776_000000011014	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2218.0	96.48299999999999	99.0	0.00043107353838460006	AP022098.1	enterobacteria	Escherichia coli DNA, complete genome, strain: WP4-S18-ESBL-09	False	False
ENG0013_000000003288	6912	0.5919835870682632	10	8	6	6	4	False	130509	fragment	False	ISR0203_000000002513	0.7699326639857746		0	0	False	False	0.9994212985038757	0					non-mobilizable	other	4791.0	98.226	99.0	0.027325714285714287	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0061_000000010183	1531	0.5919799138876409	2	2	2	1	1	False	87113	fragment	False	SPA0061_000000010183	0.9990779160903642		0	0	False	False	1.0	0					non-mobilizable	chromosome	990.0	98.586	100.0	0.0001801550538147057	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
AST0116_000000007669	3486	0.5919727370989167	4	4	3	4	1	True	106264	maximal	True	AST0116_000000007669	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	99.012	12.0	0.0023149872503796234	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	True	True
FIJ0028_000000005147	5845	0.5919725730861004	6	6	5	5	6	False	90163	maximal	True	FIJ0028_000000005147	1.0		45	9	False	False	0.9979469776153564	0					non-mobilizable	chromosome	5822.0	99.605	99.0	0.0010796946732527855	CP051631.1	enterobacteria	Escherichia coli O121 strain FDA858783-1-52 chromosome, complete genome	False	False
FIJ0008_000000022273	1293	0.5919719911588779	3	2	2	2	1	False	97691	maximal	True	FIJ0008_000000022273	1.0		0	0	False	False	0.9953595995903015	0					non-mobilizable	no_good_hit	1055.0	99.905	85.0	0.000218444599838094	CP025739.1	enterobacteria	Escherichia coli strain Ec40 chromosome	True	False
ISR0816_000000010381	4105	0.5919685246295019	7	3	3	2	1	False	28227	maximal	True	ISR0816_000000010381	0.9982867685819715		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	95.37700000000001	58.0	0.00035884152032047224	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0855_000000003422	3794	0.5919685246295019	7	3	3	2	1	False	28227	maximal	False	ISR0816_000000010381	0.9605359317904993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	95.709	56.0	0.0002868054240770342	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0214_000000009228	2990	0.5919685246295019	6	3	3	2	1	False	28226	fragment	False	ISR0214_000000009228	1.0		0	0	False	False	0.9926421642303467	0					non-mobilizable	no_good_hit	1125.0	95.73299999999999	70.0	0.0003009984095822469	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
CHI0056_000000016443	1268	0.5919670923301661	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.11664964035144536	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1268.0	99.60600000000001	100.0	0.8866340097970609	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0165_000000008084	2530	0.5919636857406915	4	3	3	3	3	False	30248	maximal	True	ISR0165_000000008084	1.0		8	5	False	False	0.9960474371910095	0					non-mobilizable	no_good_hit	701.0	99.287	28.0	0.0024019380444306993	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0020_01_000000021745	1594	0.5919636857406915	3	3	3	3	3	False	1775	fragment	False	USA0020_01_000000021745	1.0		0	0	False	False	0.9981179237365723	0					non-mobilizable	no_good_hit	714.0	97.199	45.0	0.0024294280363555145	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0048_000000007654	4688	0.5919591601277051	6	5	4	4	5	False	124920	maximal	True	MON0048_000000007654	1.0		39	8	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	72.329	16.0	0.0015828971827775767	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0107_000000012741	4268	0.5919531481664803	7	4	3	3	3	False	62039	fragment	False	MON0107_000000012741	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4270.0	96.838	100.0	0.0012181436039469223	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AST0110_000000001662	11012	0.5919511990070913	15	3	2	3	1	False	107062	maximal	True	AST0110_000000001662	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	0.006707657909446618	XM_029549239.1	flies	PREDICTED: Bactrocera dorsalis uncharacterized LOC105223769 (LOC105223769), mRNA	True	False
ENG0158_000000001812	8011	0.5919470401464211	12	7	7	5	5	False	123580	maximal	True	ENG0158_000000001812	1.0	PS902	57	7	False	True	1.0	0					non-mobilizable	no_good_hit	5232.0	99.675	65.0	0.001053445019640278	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	True
AST0090_000000003228	7913	0.5919454119059117	5	5	4	5	5	False	127866	maximal	True	AST0090_000000003228	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1789.0	93.795	23.0	0.0005365260749564863	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0255_000000009060	3248	0.5919274649229317	3	3	3	3	3	False	113124	fragment	False	ISR0176_000000008575	0.3797312430011198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1248.0	79.006	38.0	0.00618563895008623	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
SPA0025_000000017693	1187	0.5919224912069598	2	2	2	2	1	False	7549	maximal	True	SPA0025_000000017693	1.0		1	1	False	False	0.9957876801490784	0					non-mobilizable	no_good_hit								True	False
FIJ0154_000000020000	1931	0.5919211706969473	2	2	2	1	1	False	39593	maximal	True	FIJ0154_000000020000	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	95.714	4.0	0.0009005599133374228	NZ_FNQG01000014.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
MON0044_000000007182	5589	0.5919187901674605	7	6	5	6	6	False	45340	fragment	False	MON0044_000000007182	1.0		0	0	False	False	0.974592924118042	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	2.0	2.855973504512935e-05	NZ_CP053376.1	firmicutes	Bacillus amyloliquefaciens strain WF02 chromosome, complete genome	True	False
FIJ0039_000000004216	5863	0.5919162787125027	6	3	3	3	3	True	127917	maximal	True	FIJ0039_000000004216	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	97.18799999999999	43.0	0.0002134266030585657	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0082_000000012143	2477	0.5919161562124031	5	4	3	4	3	False	34179	maximal	True	ISR0082_000000012143	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	99.789	61.0	0.0006086440329491894	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
USA0108_01_000000001967	7136	0.5919134672949278	10	8	4	6	6	False	128522	maximal	True	USA0108_01_000000001967	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2765.0	92.18799999999999	67.0	0.0009205849871606163	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0079_000000003134	2028	0.591906581210661	3	3	3	2	2	False	123358	maximal	True	CHI0079_000000003134	1.0		1	1	False	False	0.9847140312194824	0					non-mobilizable	no_good_hit	1812.0	90.177	89.0	0.000715141698350536	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ENG0105_000000002889	6394	0.5919058955681392	5	5	5	4	4	False	60187	maximal	True	ENG0105_000000002889	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0163_000000013931	1762	0.5919055985425927	3	2	2	1	1	True	125708	fragment	False	MON0019_000000032934	0.2335039881753108		0	0	False	False	0.9994324445724487	0					non-mobilizable	no_good_hit	1410.0	96.09899999999999	80.0	0.0004742611506066941	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0101_000000003357	7035	0.5919052757657636	10	9	4	8	9	False	67928	fragment	False	FIJ0068_000000003655	0.9500180783017371		0	0	False	False	1.0	0					non-mobilizable	chromosome	7035.0	99.005	100.0	0.0014409348828129081	CP025676.1	enterobacteria	Escherichia albertii strain ChinaSP140150 chromosome, complete genome	False	False
CHI0154_000000011929	2622	0.5919043909253563	5	4	1	3	4	False	79185	maximal	True	CHI0154_000000011929	1.0		9	6	False	False	0.9893211126327515	0					non-mobilizable	chromosome	2633.0	86.555	100.0	0.0007296489652390979	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0098_000000015368	2863	0.591903721261421	4	3	1	3	1	True	19119	maximal	True	MAD0098_000000015368	1.0		2	1	False	False	0.9996507167816162	0					non-mobilizable	no_good_hit	1684.0	85.867	59.0	0.00037344091755190116	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ENG0142_000000005059	5264	0.5919028164822776	4	2	1	2	1	False	57702	maximal	True	ENG0142_000000005059	1.0		3	3	False	False	0.99563068151474	0					non-mobilizable	no_good_hit								True	False
ISR0376_000000012422	1965	0.5919001590212967	3	3	3	3	3	False	62466	maximal	True	ISR0376_000000012422	1.0		84	6	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	82.412	65.0	0.01817330609465441	NZ_VULP01000016.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq16, whole genome shotgun sequence	True	False
FIJ0058_000000021264	1904	0.5918981734030632	2	2	2	2	2	False	46871	maximal	True	FIJ0058_000000021264	1.0		56	9	False	False	1.0	0					non-mobilizable	other	1904.0	98.37200000000001	100.0	0.14746222394420766	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0015_000000008346	1264	0.5918931018887571	2	2	2	2	1	False	89729	fragment	False	ISR0129_000000007966	0.4625070116675423		0	0	False	False	0.9992088675498962	0					non-mobilizable	other	1264.0	97.46799999999999	100.0	0.057650173452620045	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0058_000000017813	1899	0.5918884283286421	2	2	2	2	2	False	90134	fragment	False	ENG0058_000000017813	1.0		0	0	False	False	0.9968404173851013	0					non-mobilizable	chromosome	1899.0	100.0	100.0	0.00038900943809041865	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
MAD0065_000000009391	1195	0.5918871839776466	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.07331998063827334		0	0	False	False	0.9991631507873535	0					non-mobilizable	other	1196.0	99.331	100.0	0.7739637305699482	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
MAD0063_000000002255	4635	0.5918847653150455	3	2	2	2	0	False	87775	fragment	False	MAD0063_000000002255	0.9601693075754287		0	0	False	False	0.9812297821044922	0					non-mobilizable	no_good_hit	109.0	95.413	2.0	3.3598617230241994e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
TAN0017_000000021665	1733	0.5918845787003373	2	2	1	2	1	False	41522	fragment	False	TAN0017_000000021665	1.0		0	0	False	False	0.9994229674339294	0					non-mobilizable	no_good_hit	519.0	89.40299999999999	29.0	0.09245350500715308	NZ_RKRD01000008.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_18, whole genome shotgun sequence	True	False
FIJ0120_000000019263	1319	0.5918845787003373	2	2	1	2	1	False	41520	fragment	False	USA0001_01_000000012507	0.7739626468660052		0	0	False	False	0.985595166683197	0					non-mobilizable	no_good_hit	86.0	91.86	7.0	1.2884317993767132e-05	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	False
SPA0041_000000010762	3177	0.5918788609110441	4	3	2	2	2	False	119104	maximal	True	SPA0041_000000010762	1.0	PS816	2	2	False	True	0.9959080815315247	0					non-mobilizable	no_good_hit	1703.0	79.03699999999999	53.0	0.0005774041133963313	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0142_000000003575	4838	0.5918728062934797	6	6	5	5	6	False	95296	maximal	True	CHI0142_000000003575	1.0		50	11	False	False	1.0	0					non-mobilizable	chromosome	4690.0	98.06	99.0	0.0013592545406319707	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0102_000000014382	3180	0.5918707627812378	6	3	2	3	2	True	124682	maximal	True	MON0102_000000014382	1.0		46	9	False	False	0.996540904045105	0					non-mobilizable	other	2356.0	81.664	92.0	0.0007273478433732016	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0023_000000000960	15267	0.5918706679492649	13	7	3	7	3	False	7662	maximal	True	SPA0023_000000000960	1.0		1	1	False	False	0.998820960521698	0					non-mobilizable	no_good_hit	944.0	83.686	15.0	0.019766094194500053	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
AST0012_000000004863	3971	0.5918703540023759	5	4	3	4	3	False	125564	maximal	True	AST0012_000000004863	1.0		9	5	False	False	0.999496340751648	0					non-mobilizable	no_good_hit	209.0	74.641	5.0	0.0003183963896618077	NZ_CABMLE010000001.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	False
TAN0001_000000006509	2017	0.5918678502879382	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.2787607394596173	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2017.0	98.81	100.0	0.6599018003273323	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	False	True
FIJ0065_000000001739	7391	0.5918618493881158	9	6	5	6	5	True	124671	maximal	True	FIJ0065_000000001739	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2357.0	91.854	36.0	0.0008303083362180638	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
DEN0001_000000022077	1970	0.5918610548418579	2	2	1	2	2	False	77979	fragment	False	MAD0055_000000003111	0.15876219307097209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	79.48100000000001	22.0	0.03581103962072469	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0018_000000018879	1586	0.5918571940075893	2	2	2	2	1	False	90585	fragment	False	SPA0018_000000018879	0.9996610169491525		0	0	False	False	0.9974779486656189	0					non-mobilizable	no_good_hit	1313.0	93.831	83.0	0.009646469525925816	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	True	False
SPA0039_000000024419	1170	0.591855009960352	1	1	1	1	1	False	6985	maximal	True	SPA0039_000000024419	1.0		28	7	False	False	0.9991452693939209	0					non-mobilizable	no_good_hit	994.0	72.435	85.0	0.00040042090755864306	CP013328.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F319 genome	True	False
MON0005_000000028627	1892	0.5918547227390961	3	2	2	2	2	False	80217	fragment	False	MON0005_000000028627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0062_000000009079	2764	0.5918536395358852	3	3	3	2	2	False	63208	maximal	True	ENG0062_000000009079	1.0		240	10	False	False	0.9963820576667786	0					non-mobilizable	other	2758.0	99.565	99.0	0.037691466083150986	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
ENG0130_000000004817	5974	0.5918532005699888	6	5	3	5	4	False	125546	fragment	False	ENG0130_000000004817	1.0		0	0	False	False	0.9968195557594299	0					non-mobilizable	no_good_hit	1830.0	97.869	48.0	0.003822372589322867	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
TAN0027_000000002558	3166	0.5918519980493654	4	4	0	1	4	False	2312	fragment	False	TAN0027_000000002558	1.0		0	0	False	False	0.9955779910087585	0		MOBF			mobilizable	plasmid	3021.0	99.96700000000001	95.0	0.5860663691053755	CP051704.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-4, complete sequence	False	True
CAN0002_000000008277	2252	0.5918468146045036	2	2	2	2	2	False	96940	maximal	True	CAN0002_000000008277	1.0		11	4	False	False	0.9995559453964233	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	9.55508704403265e-06	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0021_000000003210	6584	0.5918430822544664	9	7	3	6	7	False	37648	maximal	True	ISR0021_000000003210	1.0		0	0	False	False	0.9952915906906128	0					non-mobilizable	plasmid	1778.0	85.883	96.0	0.017529681732016363	KY689635.1	enterobacteria	Escherichia coli strain Mbl536 plasmid pMbl536, complete sequence	False	True
AST0048_000000007512	2095	0.5918413815578997	3	3	3	2	3	False	114921	maximal	True	AST0048_000000007512	1.0		3	2	False	False	0.9985679984092712	0					non-mobilizable	no_good_hit	423.0	97.163	20.0	0.008370856723464186	NZ_QICA01000022.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_022, whole genome shotgun sequence	True	False
MON0011_000000017806	2653	0.5918408588682531	4	2	2	1	1	True	73587	maximal	True	MON0011_000000017806	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	94.772	55.0	0.0003625013435732938	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0037_000000028213	2459	0.5918408588682531	4	2	2	1	1	True	73587	maximal	False	MON0011_000000017806	0.9634376177911799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	92.524	51.0	0.00035309657922522834	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0119_000000009133	3527	0.5918356716746686	4	2	2	2	2	False	32356	maximal	True	ISR0119_000000009133	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1943.0	92.177	59.0	0.0003181714783542531	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0393_000000005090	3369	0.5918341174880337	5	5	5	5	2	False	33445	maximal	True	ISR0393_000000005090	1.0		10	4	False	False	0.9902048110961914	0					non-mobilizable	chromosome	1272.0	97.01299999999999	99.0	0.000400616148266429	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0057_000000015329	2095	0.5918207254488171	2	2	2	2	2	False	125866	fragment	False	FIJ0068_000000014765	0.9647176389676617		0	0	False	False	1.0	0					non-mobilizable	chromosome	2040.0	97.304	97.0	0.0006863154620915893	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0197_000000003484	6206	0.5918205555061619	12	6	1	5	4	True	60512	fragment	False	ISR0197_000000003484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	100.0	1.0	0.10433070866141732	NZ_CABIYV010000023.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0034_000000003833	5074	0.5918183185189722	1	1	1	1	1	False	36853	maximal	True	ISR0034_000000003833	1.0		59	11	False	False	0.9950729012489319	0					non-mobilizable	other	5055.0	81.583	99.0	0.10652491581778521	KF697366.1	firmicutes	Streptococcus agalactiae strain 2113 RNA methyltransferase, complete cds; and vanG element, complete sequence	False	False
ISR0268_000000003106	5071	0.5918183185189722	1	1	1	1	1	False	107506	fragment	False	ISR0815_000000005086	0.6736585077631199		0	0	False	False	1.0	0					non-mobilizable	other	5071.0	97.772	100.0	0.015413443491645348	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0106_000000007706	5019	0.5918183185189722	1	1	1	1	1	False	107506	fragment	False	ISR0815_000000005086	0.541623381256659		0	0	False	False	0.9994022846221924	0					non-mobilizable	chromosome	5019.0	97.709	100.0	0.0011167619334180214	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0192_000000004134	4823	0.5918183185189722	1	1	1	1	1	False	68701	fragment	False	ISR0192_000000004134	0.9827081811042301		0	0	False	False	0.9970972537994385	0					non-mobilizable	no_good_hit	689.0	70.102	14.0	0.003239392553729152	NZ_FNAM01000003.1	firmicutes	Sporomusa acidovorans strain Mol, whole genome shotgun sequence	True	False
ISR0210_000000004140	4580	0.5918107383858796	5	5	4	5	3	False	128305	maximal	True	ISR0210_000000004140	1.0		0	0	False	False	0.9934498071670532	0					non-mobilizable	no_good_hit	1866.0	98.285	67.0	0.0006498298595600949	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
SPA0085_000000006379	2142	0.5918021352189108	3	2	2	2	2	False	5541	fragment	False	SPA0085_000000006379	1.0		0	0	False	False	0.994397759437561	0					non-mobilizable	chromosome	1949.0	100.0	91.0	0.001001984938335234	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0146_000000004441	8406	0.5918019323482959	8	6	6	6	5	False	38260	maximal	True	ISR0146_000000004441	1.0		7	3	False	False	0.9998810291290283	0					non-mobilizable	no_good_hit	1471.0	96.601	17.0	0.0005338495089129262	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
DEN0007_000000008401	3260	0.5917954002198409	3	2	2	2	1	False	76320	maximal	True	DEN0007_000000008401	1.0		7	4	False	False	0.9993864893913269	0					non-mobilizable	no_good_hit	2594.0	100.0	80.0	0.0007250893498551919	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0378_000000003989	5062	0.5917849622524217	8	7	2	4	5	False	124411	fragment	False	ISR0378_000000003989	1.0		0	0	False	False	0.9998024702072144	0					non-mobilizable	other	4207.0	98.788	92.0	0.0012586479678940031	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0064_000000015342	1815	0.5917839221243566	3	3	3	3	2	False	88337	fragment	False	DEN0049_000000001996	0.9777363684552328		0	0	False	False	0.9757575988769531	0					non-mobilizable	other	1799.0	98.166	99.0	0.17567171470444554	NZ_JAAITU010000068.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_68_length_10235_cov_140.332, whole genome shotgun sequence	False	False
CHI0127_000000007447	2604	0.5917824837620737	4	4	4	3	4	False	101773	fragment	False	CHI0127_000000007447	1.0		0	0	False	False	0.9938555955886841	0					non-mobilizable	other	2604.0	98.848	100.0	0.0007781877821229668	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0055_01_000000006073	4386	0.591779444461911	5	4	4	4	3	False	1040	maximal	True	USA0055_01_000000006073	1.0		1	1	False	False	0.9984040260314941	0					non-mobilizable	no_good_hit	1050.0	81.714	60.0	0.00025523019630659105	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0353_000000002055	12326	0.5917786593565294	13	6	5	4	1	True	118422	maximal	True	ISR0353_000000002055	1.0		8	2	False	False	0.9997566342353821	0					non-mobilizable	no_good_hit	778.0	94.73	10.0	0.005492010331223569	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0318_000000004482	1147	0.5917779826249561	1	1	1	1	1	False	25111	fragment	False	ISR0318_000000004482	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	100.0	100.0	0.00024689485553850224	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
AST0088_000000006387	1825	0.5917726686295411	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7794123555525476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	93.038	79.0	0.0001752281298076656	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0127_000000016960	1735	0.5917726686295411	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7551807327398201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.03	83.0	0.0001827260054095784	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0169_000000015153	1587	0.5917726686295411	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.20818555629772736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	93.038	87.0	0.0001752281298076656	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0243_000000007794	1574	0.5917726686295411	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.20839279597440158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.03	87.0	0.0001827260054095784	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0103_000000000196	61992	0.5917705749612847	78	16	5	10	7	True	78441	maximal	True	ENG0103_000000000196	1.0		1	1	False	False	0.9999838471412659	0					non-mobilizable	no_good_hit	389.0	89.71700000000001	1.0	0.07952449272391883	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	True
MON0105_000000040533	1349	0.5917696565283814	2	2	2	2	2	False	86188	fragment	False	ISR0127_000000017939	0.9634449000236689		0	0	False	False	0.9985173940658569	0					non-mobilizable	other	1347.0	97.179	100.0	0.0004052548242937321	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0113_000000019770	1410	0.5917693281216906	1	1	1	1	1	True	59598	fragment	False	ENG0113_000000019770	1.0		0	0	False	False	0.9950354695320129	0					non-mobilizable	no_good_hit	816.0	80.27	57.0	0.024280169690405272	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
MON0070_000000028888	1216	0.5917687141091434	2	2	2	2	2	False	10435	maximal	True	MON0070_000000028888	1.0		438	12	False	False	0.9991776347160339	0					non-mobilizable	other	1216.0	98.273	100.0	0.002552381592602085	NZ_DS499672.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_11, whole genome shotgun sequence	False	False
CHI0185_000000008343	2484	0.5917686602868168	4	3	1	2	3	True	119998	fragment	False	MON0078_000000014760	0.46718975756242836		0	0	False	True	1.0	0					non-mobilizable	chromosome	2392.0	92.726	100.0	0.0008034502246261028	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0100_000000008601	1549	0.5917672307665449	2	2	1	2	1	False	108618	fragment	False	ENG0144_000000010689	0.9529363560867925		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	100.0	95.0	0.006355327666859777	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	False	False
CAN0013_000000016088	1432	0.5917672307665449	2	2	1	2	1	False	108618	fragment	False	ENG0144_000000010689	0.7620444210189323		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	99.22200000000001	99.0	0.0061045732419088465	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	False	False
CHI0059_000000005008	3297	0.5917658700647219	6	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.4785757212533162		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2912.0	99.82799999999999	92.0	0.039353792077869404	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0043_000000010303	3265	0.5917658700647219	4	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.6345809859754497		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3273.0	99.35799999999999	100.0	0.06413548425034793	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0125_01_000000007597	3236	0.5917658700647219	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.5700100974423908		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2639.0	91.891	99.0	0.035622549682303634	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
DEN0003_000000008539	3234	0.5917658700647219	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.5567019370926819		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2768.0	91.79899999999999	98.0	0.037366499932405026	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ENG0173_000000005679	3230	0.5917658700647219	4	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.6219749567917463		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3232.0	98.36	100.0	0.06309661485387223	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0080_01_000000014026	3109	0.5917658700647219	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.5714321912682723		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3084.0	96.725	99.0	0.07038418415211771	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0044_01_000000009460	3106	0.5917658700647219	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.5714030976266228		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3082.0	96.723	99.0	0.07033842070338421	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0038_000000003662	3093	0.5917658700647219	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.45663111743446944		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2894.0	99.551	94.0	0.039110450182506425	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
USA0043_01_000000003616	3088	0.5917658700647219	4	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.5834178953200073		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3100.0	98.677	100.0	0.0704744567072477	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
AUS0006_000000007707	3028	0.5917658700647219	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.5525547154082933		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2731.0	96.521	99.0	0.06230693545065556	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ENG0014_000000008172	3020	0.5917658700647219	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.5394365267352875		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	2906.0	95.42299999999999	99.0	0.0620846374823136	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ENG0136_000000004010	2966	0.5917658700647219	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.5545528710187067		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2943.0	96.738	99.0	0.0671578610164062	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0786_000000005939	2851	0.5917658700647219	4	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.4628318285002364		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2878.0	96.525	100.0	0.06576207583003456	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0777_000000006788	2543	0.5917658700647219	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.3553238141013584		0	0	False	False	0.9984270334243774	0	rep_cluster_663				non-mobilizable	plasmid	2543.0	99.961	100.0	0.06580548292733439	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0056_01_000000007809	2522	0.5917658700647219	4	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.29839521606750213		0	0	False	False	0.9996035099029541	0	rep_cluster_663				non-mobilizable	plasmid	2522.0	93.89399999999999	100.0	0.04900327341866437	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0204_000000004131	2503	0.5917658700647219	4	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.35948630025273015		0	0	False	False	0.9996004700660706	0	rep_cluster_663				non-mobilizable	other	2503.0	100.0	100.0	0.06671466282697384	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0006_000000005444	2477	0.5917658700647219	4	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.35509756488292765		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	2477.0	99.273	100.0	0.06602138495587019	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0011_000000007640	2477	0.5917658700647219	4	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.35665964323953186		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	2477.0	99.87899999999999	100.0	0.06602138495587019	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0130_000000012488	2408	0.5917658700647219	4	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.3305154541036943		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2408.0	99.54299999999999	100.0	0.04718035164749005	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
CHI0164_000000000319	32919	0.5917619138489495	52	8	4	6	3	False	78433	maximal	True	CHI0164_000000000319	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	93.891	7.0	0.0001558190511748907	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0115_000000018813	1852	0.5917605853750026	3	3	3	3	3	False	74949	fragment	False	ISR0115_000000018813	1.0		0	0	False	False	0.9994600415229797	0					non-mobilizable	no_good_hit	580.0	73.10300000000001	30.0	0.004663191497959349	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
ISR0162_000000012043	3229	0.591759974495484	5	5	3	4	4	False	30358	maximal	True	ISR0162_000000012043	1.0		2	1	False	False	0.9996902942657471	0					non-mobilizable	no_good_hit	1149.0	70.40899999999999	35.0	0.0003252084087131636	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
AST0025_000000027667	1391	0.5917592710702532	3	1	1	1	1	False	119947	maximal	True	AST0025_000000027667	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	77.468	33.0	0.011510827138701737	KC246874.1	bacteria	Uncultured bacterium Contig1777_n_1791_cl genomic sequence	True	False
ISR0103_000000017668	1681	0.5917584906490571	2	2	2	2	2	False	59295	fragment	False	ENG0118_000000008687	0.9602341558969503		0	0	False	False	1.0	0					non-mobilizable	chromosome	981.0	99.796	100.0	0.00034717001472369665	CP010553.1	verrucomicrobia	Akkermansia muciniphila strain H2 chromosome	False	False
MON0034_000000015775	1802	0.5917570597434594	2	2	1	2	2	False	121060	fragment	False	MON0007_000000034998	0.6095132743362832		0	0	False	False	0.9728080034255981	0					non-mobilizable	no_good_hit								True	False
MON0015_000000028133	1361	0.591744668120934	2	2	2	1	1	False	13397	fragment	False	MON0015_000000028133	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1299.0	99.76899999999999	100.0	0.008250017478850591	CP056475.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00473 plasmid pRHBSTW-00473_2, complete sequence	False	True
FIJ0046_000000030600	1152	0.5917400102717459	2	2	1	1	2	False	46930	maximal	True	FIJ0046_000000030600	1.0		20	8	False	False	0.9982638955116272	0					non-mobilizable	chromosome	1091.0	74.61	100.0	0.0003120334597670402	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	False	False
FIJ0154_000000004505	6764	0.5917355421892939	7	6	6	3	1	False	39622	maximal	True	FIJ0154_000000004505	1.0		2	1	False	False	0.9991129636764526	0					non-mobilizable	no_good_hit								True	False
MON0060_000000013319	2888	0.5917343569622008	3	2	2	2	2	False	10901	maximal	True	MON0060_000000013319	1.0		3	3	False	False	0.9830332398414612	0					non-mobilizable	no_good_hit	928.0	87.823	32.0	0.0041950041314434625	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0067_000000007545	2356	0.5917235351388563	3	3	3	3	2	False	70677	maximal	True	MON0067_000000007545	1.0		85	10	False	False	0.9898132681846619	0					non-mobilizable	chromosome	2337.0	99.444	100.0	0.0006529439382614242	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0162_000000002929	7636	0.5917227372694986	6	5	4	5	4	False	94232	maximal	True	ENG0162_000000002929	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	82.54700000000001	16.0	0.0004471720005787349	CP010553.1	verrucomicrobia	Akkermansia muciniphila strain H2 chromosome	True	False
USA0069_01_000000038896	1554	0.5917182443747367	2	2	2	2	2	False	45677	fragment	False	MON0076_000000029613	0.9357288902297953		0	0	False	False	1.0	0					non-mobilizable	other	1552.0	99.03399999999999	99.0	0.02712534322041309	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0119_000000018879	1638	0.5917150599400647	3	1	1	1	1	False	80763	fragment	False	ISR0119_000000018879	1.0		0	0	False	False	0.9945054650306702	0					non-mobilizable	no_good_hit								True	False
CHI0178_000000008197	1270	0.5917150599400647	1	1	1	1	1	False	80760	fragment	False	CHI0178_000000008197	0.9675539774643511		0	0	False	False	0.9937008023262024	0					non-mobilizable	no_good_hit								True	False
ISR0815_000000024692	1247	0.5917150599400647	1	1	1	1	1	False	80760	fragment	False	CHI0178_000000008197	0.9614171627960195		0	0	False	False	0.9991980791091919	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000022954	1160	0.5917150599400647	1	1	1	1	1	False	80760	fragment	False	CHI0178_000000008197	0.9406741264431246		0	0	False	False	0.9991379380226135	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000020721	1190	0.5917117184507671	2	2	2	2	2	False	36667	maximal	True	ISR0037_000000020721	1.0		17	4	False	False	0.992436945438385	0					non-mobilizable	no_good_hit	215.0	77.209	18.0	0.002504613762193514	NZ_FMXR01000017.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
FIJ0075_000000012087	1626	0.5917084399460643	4	2	2	2	2	False	44586	fragment	False	FIJ0075_000000012087	1.0		0	0	False	False	0.9864698648452759	0					non-mobilizable	other	1624.0	98.70700000000001	99.0	0.01617635318537442	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
FIJ0079_000000006384	4599	0.5917000783329042	7	7	5	7	6	False	112296	fragment	False	FIJ0079_000000006384	0.9863838531705883		0	0	False	False	0.9995651245117188	0					non-mobilizable	other	4599.0	99.413	100.0	0.0011273279948296885	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0078_000000023836	1903	0.5916999273312569	3	2	1	1	1	False	101067	fragment	False	MON0078_000000023836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	96.04700000000001	50.0	0.008761884933027968	NZ_VZBY01000065.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_21_length_57636_cov_25.0651_ID_41, whole genome shotgun sequence	True	False
MON0097_000000028898	1288	0.5916999273312569	2	2	1	1	1	False	9220	fragment	False	MON0097_000000028898	1.0		0	0	False	False	0.9906832575798035	0					non-mobilizable	no_good_hit	807.0	88.848	63.0	0.014824500018415529	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0029_000000026616	1183	0.5916999273312569	2	2	1	1	1	False	48811	fragment	False	FIJ0029_000000026616	1.0		0	0	False	False	0.9923922419548035	0					non-mobilizable	no_good_hit	715.0	84.755	60.0	0.011760830176247735	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MON0105_000000006255	7940	0.5916962699342223	10	4	2	4	1	True	119827	maximal	True	MON0105_000000006255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3415.0	98.741	68.0	0.0109900368587938	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0119_01_000000012432	1976	0.5916931196984347	1	1	1	0	1	False	230	maximal	True	USA0119_01_000000012432	1.0		327	12	False	False	0.987348198890686	0					non-mobilizable	chromosome	1939.0	99.948	98.0	0.0004412390484263271	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
SPA0100_000000010037	3046	0.591686567271351	4	2	2	2	0	True	104135	fragment	False	SPA0100_000000010037	1.0		0	0	False	False	0.9967169761657715	0					non-mobilizable	no_good_hit	1000.0	96.8	69.0	0.002949565094155787	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
FIJ0163_000000004793	5160	0.5916792247580691	6	3	2	3	0	True	96532	fragment	False	FIJ0094_000000002896	0.4787894232273632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4585.0	97.535	89.0	0.0008219906809967699	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
FIJ0010_000000003965	4669	0.5916792247580691	6	3	2	3	0	True	96532	fragment	False	FIJ0094_000000002896	0.5147964609901937		0	0	False	False	1.0	0					non-mobilizable	chromosome	4570.0	97.70200000000001	98.0	0.0008193003340155455	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0037_000000013383	2255	0.5916792247580691	4	3	2	3	0	True	47794	fragment	False	MAD0058_000000006412	0.9594765723934149		0	0	False	False	0.9968957901000977	0					non-mobilizable	chromosome	2256.0	97.73899999999999	100.0	0.000404757507174798	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	True
ENG0043_000000011349	2985	0.5916778764964211	5	1	1	1	1	False	76089	fragment	False	ENG0043_000000011349	1.0		0	0	False	False	0.9963148832321167	0					non-mobilizable	other	2977.0	99.96600000000001	99.0	0.0007969495257266608	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ITA0006_000000009055	2769	0.5916778764964211	5	1	1	1	1	False	62946	fragment	False	ITA0006_000000009055	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2769.0	100.0	100.0	0.0007412487524231844	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0069_000000018544	2619	0.5916778764964211	4	1	1	1	1	False	76087	fragment	False	MON0069_000000018544	1.0		0	0	False	False	0.995036244392395	0					non-mobilizable	other	2600.0	100.0	99.0	0.00069599187411411	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0069_000000010418	2358	0.5916778764964211	4	1	1	1	1	False	76086	fragment	False	ISR0069_000000010418	0.9997782705099778		0	0	False	False	0.9932146072387695	0					non-mobilizable	other	2350.0	100.0	99.0	0.000629043829278201	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0074_000000013934	2269	0.5916778764964211	3	1	1	1	1	False	62947	fragment	False	FIJ0074_000000013934	1.0		0	0	False	False	0.9991185665130615	0					non-mobilizable	other	2257.0	100.0	99.0	0.0006041391565992429	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0802_000000007137	2262	0.5916778764964211	4	1	1	1	1	False	62945	fragment	False	ISR0802_000000007137	1.0		0	0	False	False	0.9991158246994019	0					non-mobilizable	other	2262.0	99.956	100.0	0.000605478117495961	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
DEN0009_000000001132	2255	0.5916778764964211	3	1	1	1	1	False	76086	fragment	False	ISR0069_000000010418	0.9779474130619169		0	0	False	False	0.9986696243286133	0					non-mobilizable	other	2246.0	100.0	99.0	0.0006011934426264628	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0101_000000010956	2199	0.5916778764964211	4	1	1	1	1	False	33137	maximal	True	ISR0101_000000010956	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	100.0	88.0	0.0005176422826712484	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ENG0010_000000010568	2014	0.5916778764964211	3	1	1	1	1	False	67274	fragment	False	ENG0010_000000010568	1.0		0	0	False	False	0.999503493309021	0					non-mobilizable	other	2006.0	100.0	99.0	0.0005369233195839902	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0149_000000020551	1928	0.5916778764964211	3	1	1	1	1	False	67274	fragment	False	ENG0010_000000010568	0.9786494538232373		0	0	False	False	0.9989626407623291	0					non-mobilizable	other	1920.0	100.0	99.0	0.0005138931921604375	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0053_000000022408	1773	0.5916778764964211	3	1	1	1	1	False	13594	fragment	False	MON0053_000000022408	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	100.0	100.0	0.000474527741796923	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0067_000000011063	1641	0.5916778764964211	2	1	1	1	1	False	28768	fragment	False	MON0067_000000011063	0.9859375		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	100.0	100.0	0.00043917917412356305	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0012_000000034583	1600	0.5916778764964211	3	1	1	1	1	False	13593	fragment	False	MON0012_000000034583	1.0		0	0	False	False	0.9762499928474426	0					non-mobilizable	other	1570.0	99.936	98.0	0.0004201659293901649	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0200_000000015615	1600	0.5916778764964211	2	1	1	1	1	False	28768	fragment	False	MON0067_000000011063	0.9737964655697745		0	0	False	False	1.0	0					non-mobilizable	other	1600.0	100.0	100.0	0.000428199694770474	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0084_01_000000020388	1584	0.5916778764964211	4	1	1	1	1	False	467	maximal	True	USA0084_01_000000020388	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.776319223865494e-06	NZ_KI421500.1	a-proteobacteria	Leisingera daeponensis DSM 23529 Phada_neu_scaffold_2516493485.1, whole genome shotgun sequence	True	False
MON0034_000000022108	1330	0.5916778764964211	2	1	1	1	1	False	12228	fragment	False	MON0034_000000022108	1.0		0	0	False	False	0.9992481470108032	0					non-mobilizable	other	1330.0	100.0	100.0	0.00035589580634769224	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0020_000000016460	1329	0.5916778764964211	2	1	1	1	1	False	13099	fragment	False	MON0020_000000016460	1.0		0	0	False	False	0.9984951019287109	0					non-mobilizable	other	1269.0	100.0	95.0	0.00033956048340773044	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0026_000000042280	1259	0.5916778764964211	3	1	1	1	1	False	12701	fragment	False	MON0026_000000042280	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	100.0	100.0	0.0003368825616142941	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0066_000000029513	1248	0.5916778764964211	2	1	1	1	1	False	12228	fragment	False	MON0034_000000022108	0.9691729323308271		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	100.0	100.0	0.0003339368476415141	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0156_000000001702	4535	0.5916746762872741	5	5	5	4	4	False	99194	fragment	False	ISR0262_000000003358	0.9916304893471876		0	0	False	False	0.9995589852333069	0					non-mobilizable	other	2227.0	98.339	100.0	0.001006815575821584	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ISR0312_000000012326	1494	0.5916745795529346	3	2	2	2	2	False	79130	fragment	False	ISR0049_000000019440	0.961721069882027		0	0	False	False	0.9953145980834961	0					non-mobilizable	other	1494.0	98.193	100.0	0.0031218830830738735	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0089_000000000371	34197	0.5916726036405046	44	12	9	12	6	True	33766	maximal	True	ISR0089_000000000371	1.0		3	3	False	False	0.9993858933448792	0					non-mobilizable	other	15946.0	94.557	94.0	0.005706605007775536	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	True
ISR0090_000000029107	1099	0.591665244965031	1	1	1	1	1	False	33639	fragment	False	ISR0090_000000029107	1.0		0	0	False	False	0.979071855545044	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000029052	1220	0.5916619265453409	1	1	1	1	1	False	24233	fragment	False	ISR0344_000000029052	1.0		0	0	False	False	0.9991803169250488	0					non-mobilizable	no_good_hit	493.0	98.986	52.0	0.0001481317782708144	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0098_000000032503	1199	0.5916619265453409	1	1	1	1	1	False	24233	fragment	False	ISR0344_000000029052	0.9913934426229508		0	0	False	False	0.999165952205658	0					non-mobilizable	no_good_hit	503.0	99.205	51.0	0.00022007659717740804	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0003_000000012626	2211	0.5916614375897502	3	3	3	3	3	False	22502	maximal	False	ISR0777_000000007683	0.9369661908689493		0	0	False	False	0.9995477199554443	0					non-mobilizable	no_good_hit	383.0	72.324	17.0	0.0005865642467251463	NZ_OEQH01000002.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
ENG0198_000000007382	2586	0.5916543329784674	4	4	4	4	2	False	128492	fragment	False	ENG0087_000000009945	0.9523392708328887		0	0	False	False	1.0	0					non-mobilizable	other	2586.0	100.0	100.0	0.0845544943085176	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0117_000000024079	1154	0.5916531985125483	2	1	1	1	1	True	32391	maximal	True	ISR0117_000000024079	1.0		1	1	False	False	0.998266875743866	0					non-mobilizable	no_good_hit	1028.0	84.04700000000001	89.0	0.012074682385938224	NZ_CBVI010000002.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	True
USA0055_01_000000007945	3441	0.5916528115932466	4	3	3	3	3	False	1037	maximal	True	USA0055_01_000000007945	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2668.0	76.874	77.0	0.0006499666190286003	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0116_000000011390	1520	0.5916519483803728	2	2	2	2	2	True	41666	maximal	True	FIJ0116_000000011390	1.0		23	6	False	False	0.9967105388641357	0					non-mobilizable	no_good_hit	757.0	79.921	82.0	0.003369564730994178	NZ_AWEY01000032.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00003, whole genome shotgun sequence	True	True
DEN0061_000000013459	3020	0.5916500467988293	5	4	3	4	2	False	71909	fragment	False	DEN0061_000000013459	1.0		0	0	False	False	0.998675525188446	0					non-mobilizable	no_good_hit	816.0	79.779	27.0	0.0003537884739485424	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0304_000000000994	9468	0.5916495440197167	8	6	5	6	3	True	132045	maximal	True	ISR0304_000000000994	1.0		15	4	False	False	0.999788761138916	0					non-mobilizable	no_good_hit	947.0	75.079	10.0	0.0002997560372638656	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0048_000000005168	5020	0.5916424649665806	11	7	3	4	5	True	114433	fragment	False	ENG0048_000000005168	1.0		0	0	False	False	0.9950199127197266	0					non-mobilizable	other	4281.0	96.73	93.0	0.06639770346807355	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
MON0016_000000028329	1360	0.5916404726566438	2	2	2	2	2	False	13329	maximal	True	MON0016_000000028329	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	77.66	29.0	8.050605841448433e-05	CP044426.1	a-proteobacteria	Paracoccus pantotrophus strain DSM 2944 chromosome 1, complete sequence	True	False
MON0061_000000013899	3128	0.5916391834531384	3	3	3	3	2	False	92970	fragment	False	MON0061_000000013899	0.9881148894024431		0	0	False	False	0.9987212419509888	0					non-mobilizable	other	3041.0	72.082	95.0	0.010754130695682757	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	False	False
USA0052_01_000000002342	7607	0.5916385066363411	11	7	6	6	6	False	116382	maximal	True	USA0052_01_000000002342	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2275.0	98.681	76.0	0.0005567990161501137	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0083_01_000000018512	1486	0.5916337537870352	3	3	3	3	3	False	495	maximal	True	USA0083_01_000000018512	1.0		11	5	False	False	0.988559901714325	0					non-mobilizable	no_good_hit	164.0	76.22	11.0	9.567417718740223e-05	NZ_PJON01000001.1	a-proteobacteria	Tabrizicola aquatica strain RCRI19 contig1, whole genome shotgun sequence	True	False
CHI0111_000000019065	1573	0.5916251712172792	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.060195417018372194		0	0	False	False	0.9968213438987732	0					non-mobilizable	other	1574.0	96.569	100.0	0.0032870731457415466	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0028_000000009343	3256	0.5916239037179393	3	3	3	3	3	False	48951	maximal	True	FIJ0028_000000009343	1.0		19	1	False	False	0.9886363744735718	0					non-mobilizable	no_good_hit	65.0	92.30799999999999	2.0	0.0001482953101019707	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0112_000000014913	2271	0.591623835437879	4	4	3	4	4	False	4534	maximal	True	SPA0112_000000014913	1.0		6	5	False	False	1.0	0					non-mobilizable	other	2271.0	97.53399999999999	100.0	0.0008555702555973455	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	False	False
ISR0795_000000006675	1668	0.5916224124417797	3	2	2	2	2	False	118653	fragment	False	DEN0005_000000020709	0.6231972374568352		0	0	False	False	1.0	0					non-mobilizable	other	1603.0	93.13799999999999	99.0	0.00030988600262357236	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0073_000000008960	5011	0.5916202393036766	5	4	4	4	3	False	70223	maximal	True	DEN0073_000000008960	1.0		10	6	False	False	0.9890241622924805	0					non-mobilizable	no_good_hit	1304.0	87.65299999999999	26.0	0.008716671055385634	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0153_000000003305	7554	0.5916196756883384	9	6	4	5	5	False	125579	fragment	False	ENG0057_000000002278	0.23642561480399318		0	0	False	False	0.9968228936195374	0					non-mobilizable	no_good_hit	429.0	87.413	6.0	0.00013762992248566731	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0101_000000027332	1245	0.5916139337078932	2	2	2	2	2	False	60427	fragment	False	ENG0101_000000027332	1.0		0	0	False	False	0.9991967678070068	0					non-mobilizable	other	1245.0	98.15299999999999	100.0	0.022054391376803886	NZ_JAAIPV010000028.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_28_length_56406_cov_119.209, whole genome shotgun sequence	False	False
USA0047_01_000000015606	2310	0.5916138501724449	4	3	3	3	1	False	99848	fragment	False	CHI0159_000000005943	0.9449933685909657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0231_000000006712	2553	0.5916129347776912	4	2	2	2	1	False	27488	maximal	True	ISR0231_000000006712	1.0		1	1	False	False	0.9753231406211853	0					non-mobilizable	no_good_hit	88.0	89.773	5.0	3.705901371055718e-05	LT906455.1	e-proteobacteria	Arcobacter butzleri strain NCTC12481 genome assembly, chromosome: 1	True	False
ENG0148_000000023359	1559	0.5916048216554589	2	1	1	1	1	False	76645	fragment	False	DEN0003_000000015059	0.957345971563981		0	0	False	False	0.995509922504425	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	0.00023988598360308747	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	True	False
ISR0388_000000007773	4082	0.5916015060272368	6	2	1	2	0	False	22950	fragment	False	ISR0388_000000007773	1.0		0	0	False	False	0.9877511262893677	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000020703	1552	0.5916006992308618	2	2	2	1	2	False	6154	maximal	True	SPA0062_000000020703	1.0		288	10	False	False	1.0	0					non-mobilizable	other	1552.0	92.655	100.0	0.009573364935930672	NZ_SPFY01000002.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_2_length_162012_cov_22.7863, whole genome shotgun sequence	False	False
CHI0076_000000003675	2220	0.5915991352756156	3	3	3	3	1	False	84593	fragment	False	CHI0076_000000003675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0004_000000006901	3853	0.5915922451694278	5	5	5	5	3	False	126419	backbone	False	FIJ0021_000000012876	0.8832534473442353	PS317|PS959	0	0	False	True	0.9852063059806824	0					non-mobilizable	no_good_hit	210.0	98.095	10.0	6.5019546306672e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0075_000000016301	1641	0.5915921319666576	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.06532121126037911		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	98.781	100.0	0.003429262060442835	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0146_000000010727	3617	0.5915857534241584	2	2	2	2	2	False	125508	maximal	False	ENG0039_000000005571	0.8791236042998797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	74.172	20.0	0.0003484699781179948	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
MAD0046_000000004183	5524	0.5915855761298578	7	6	4	6	5	False	45478	fragment	False	MAD0046_000000004183	1.0		0	0	False	False	0.9981897473335266	0					non-mobilizable	plasmid	5518.0	96.774	99.0	0.03886609421485273	CP053733.1	enterobacteria	Escherichia coli strain CP55_Sichuan plasmid pCP55-141k, complete sequence	False	True
USA0024_01_000000003407	7031	0.5915843439790129	6	5	2	1	3	False	69263	maximal	True	USA0024_01_000000003407	1.0		31	10	False	False	1.0	0					non-mobilizable	other	7044.0	90.375	99.0	0.001695406113115565	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0152_000000020162	1179	0.5915762904003471	2	1	1	1	1	False	85275	maximal	False	MAD0015_000000015709	0.7569497895387362		0	0	False	False	0.9949109554290771	0					non-mobilizable	no_good_hit	159.0	77.987	13.0	6.484366481524924e-05	CP039923.1	a-proteobacteria	Agrobacterium tumefaciens strain CFBP7129 chromosome linear, complete sequence	True	False
ISR0375_000000012969	1755	0.5915748677779258	3	2	2	1	1	True	71653	maximal	True	ISR0375_000000012969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1521.0	99.54	87.0	0.019569471624266144	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
AUS0022_000000015588	2219	0.5915741470474036	3	2	1	1	1	True	99270	maximal	True	AUS0022_000000015588	1.0		0	0	False	False	0.9981973767280579	0					non-mobilizable	no_good_hit	1113.0	95.32799999999999	65.0	0.27299557304476146	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
MON0083_000000004547	5788	0.591573807458122	6	6	6	5	6	False	107847	fragment	False	MON0083_000000004547	0.9833639705882353		0	0	False	False	0.9998272061347961	0					non-mobilizable	no_good_hit	786.0	79.135	13.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
ENG0128_000000001554	13934	0.591573202110396	14	12	6	8	8	True	76560	fragment	False	ENG0132_000000001219	0.8854028037765699		0	0	False	False	1.0	0					non-mobilizable	other	13934.0	99.971	100.0	0.004733280718675905	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0128_000000001873	13735	0.591573202110396	14	12	6	8	8	True	76560	fragment	False	ENG0132_000000001219	0.88137112914683		0	0	False	False	0.9984710812568665	0					non-mobilizable	other	13735.0	99.985	100.0	0.00466567212959921	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0850_000000000905	13714	0.591573202110396	14	12	6	8	8	True	76560	fragment	False	ENG0132_000000001219	0.8805387728084239		0	0	False	False	1.0	0					non-mobilizable	other	13714.0	99.985	100.0	0.004658537554872524	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
DEN0005_000000001568	13468	0.591573202110396	14	12	6	8	8	True	76560	fragment	False	ENG0132_000000001219	0.6109917798467451		0	0	False	False	1.0	0					non-mobilizable	other	13406.0	99.97	99.0	0.004553897125547791	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0008_000000026544	1142	0.5915708330984432	2	1	1	1	1	False	8154	fragment	False	SPA0008_000000026544	0.9863760217983651		0	0	False	False	0.996497392654419	0					non-mobilizable	no_good_hit	241.0	79.668	21.0	0.0037855796569018943	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
DEN0093_000000004783	6403	0.5915706130332073	10	3	2	2	3	False	68516	maximal	True	DEN0093_000000004783	1.0		1	1	False	False	0.9998438358306885	0					non-mobilizable	no_good_hit	69.0	100.0	1.0	0.00013915292702042887	NZ_VLKG01000002.1	g-proteobacteria	Azomonas agilis strain DSM 375 LX59DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ISR0279_000000015427	1465	0.5915671557753933	2	2	1	2	2	False	26228	fragment	False	ISR0279_000000015427	1.0		0	0	False	False	0.9979522228240967	0					non-mobilizable	no_good_hit								True	False
MAD0055_000000003964	2156	0.5915655078226049	3	3	3	2	2	False	85616	fragment	False	MON0026_000000017562	0.7661706176818777		0	0	False	False	0.9986085295677185	0					non-mobilizable	chromosome	773.0	81.113	95.0	0.0002713587380160183	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0105_000000005336	3144	0.5915554820683496	3	2	2	1	1	False	63729	maximal	True	ISR0105_000000005336	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	76.123	48.0	0.0006473582575435866	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
MAD0027_000000002215	4651	0.5915545451256156	4	3	1	3	3	False	19063	maximal	True	MAD0027_000000002215	1.0		62	8	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	74.363	24.0	0.0003845667836347828	CP033459.1	CFB group bacteria	Alloprevotella sp. E39 chromosome, complete genome	True	False
AST0007_000000004870	3855	0.5915531594741564	5	3	2	2	2	True	127191	maximal	True	AST0007_000000004870	1.0		283	12	False	False	0.993514895439148	0					non-mobilizable	other	3859.0	97.20100000000001	100.0	0.005428600389687912	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
AST0090_000000007708	3069	0.5915531594741564	3	3	2	2	2	True	109911	fragment	False	SPA0058_000000008945	0.5669965424935		0	0	False	False	1.0	0					non-mobilizable	other	3069.0	98.95700000000001	100.0	0.015274472512919576	NZ_JAAIQH010000003.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_3_length_200858_cov_199.505, whole genome shotgun sequence	False	True
SPA0117_000000010496	3592	0.5915527682937844	4	4	4	4	4	False	116883	fragment	False	CHI0039_000000003403	0.7113258641701519		0	0	False	False	0.9991648197174072	0					non-mobilizable	chromosome	3593.0	99.917	100.0	0.0005526635088532324	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ITA0005_000000000914	14446	0.5915473817673383	20	14	9	10	11	True	124660	maximal	True	ITA0005_000000000914	1.0	PS730	15	5	False	True	0.9989616274833679	0					non-mobilizable	no_good_hit	7159.0	96.773	67.0	0.002525153614099645	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
USA0053_01_000000008897	2247	0.5915473563035123	2	2	1	2	2	False	41945	fragment	False	USA0053_01_000000008897	0.9283252992310733		0	0	False	False	1.0	0					non-mobilizable	plasmid	2248.0	98.132	100.0	0.023464270789803593	CP023382.1	enterobacteria	Escherichia coli strain 127 plasmid p95, complete sequence	False	True
ISR0785_000000029439	1315	0.5915360694918399	3	1	1	1	1	True	55673	fragment	False	ISR0785_000000029439	1.0		0	0	False	False	0.9931558966636658	0					non-mobilizable	other	1319.0	86.73200000000001	100.0	0.0004087831763012776	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0170_000000004134	3938	0.5915313189630572	6	4	2	2	2	False	101255	fragment	False	FIJ0097_000000006864	0.8112095978164081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	531.0	91.714	16.0	0.00014084773799333055	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0053_000000005006	3937	0.5915313189630572	6	4	2	2	2	False	101255	fragment	False	FIJ0097_000000006864	0.466421449540405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	93.0	12.0	5.308465882703178e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0068_000000008114	3832	0.5915313189630572	5	4	2	2	2	False	101255	fragment	False	FIJ0097_000000006864	0.8000673991145765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	408.0	93.382	14.0	0.00010857013136985896	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0147_000000004835	3825	0.5915313189630572	6	4	2	2	2	False	101255	fragment	False	FIJ0097_000000006864	0.7977834856659971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	92.757	14.0	0.00011390527296051541	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0169_000000005910	3757	0.5915313189630572	5	4	2	2	2	False	101255	fragment	False	FIJ0097_000000006864	0.5408658379896257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	90.725	12.0	9.176443535929111e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0002_000000008678	3753	0.5915313189630572	5	4	2	2	2	False	101255	fragment	False	FIJ0097_000000006864	0.5394737294087089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	90.725	12.0	9.176443535929111e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0057_01_000000017748	1801	0.5915242441583439	3	3	3	1	1	False	124754	maximal	True	USA0057_01_000000017748	1.0		0	0	False	False	0.9961132407188416	0					non-mobilizable	no_good_hit	1236.0	98.625	81.0	0.011056797020484172	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0060_000000009635	2958	0.5915241794152304	4	2	2	2	1	False	35420	maximal	True	ISR0060_000000009635	1.0		20	7	False	False	0.9942528605461121	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.1510453157453609e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
MON0080_000000024361	2167	0.5915230383967172	3	3	3	3	2	False	25189	fragment	False	MON0080_000000024361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	5.74052812858783e-06	CP046622.1	b-proteobacteria	Variovorax paradoxus strain CSUSB chromosome, complete genome	True	False
FIJ0150_000000012713	1896	0.5915209081012581	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.09201368806772697	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1772.0	88.939	93.0	0.00047299050052846303	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0045_000000028276	1496	0.5915209081012581	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.01273558191461044	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1501.0	89.007	100.0	0.00040063501319549704	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0032_000000013097	2122	0.5915195883473031	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2857048078184277		0	0	False	False	1.0	0					non-mobilizable	chromosome	2122.0	98.492	100.0	0.0007466776198204093	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0143_000000013241	2283	0.5915152231169887	3	3	3	3	2	False	31149	maximal	True	ISR0143_000000013241	1.0		1131	13	False	False	1.0	0					non-mobilizable	chromosome	2283.0	99.16799999999999	100.0	0.0004554579308159004	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0108_000000012225	1882	0.5915141620392196	2	2	2	2	1	False	59343	maximal	True	FIJ0108_000000012225	1.0	PS29	5	2	False	True	1.0	0					non-mobilizable	chromosome	1535.0	95.635	99.0	0.0003159706141145496	CP038471.1	enterobacteria	Enterobacter roggenkampii strain BP10374 chromosome, complete genome	False	True
ISR0262_000000011773	1444	0.5915118598515914	2	2	2	2	2	False	26660	maximal	True	ISR0262_000000011773	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	94.427	30.0	0.00010378649892361797	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0191_000000007902	3590	0.5915072966137273	2	2	2	2	2	False	54743	fragment	False	MON0011_000000012080	0.9556765163297045		0	0	False	False	1.0	0					non-mobilizable	other	3530.0	99.632	98.0	0.06534138411518811	NZ_SPGG01000026.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_26_length_53825_cov_38.5271, whole genome shotgun sequence	False	False
ENG0085_000000012925	1196	0.5915031513009729	2	2	2	2	1	True	61465	maximal	True	ENG0085_000000012925	1.0		5	2	False	False	0.9682274460792542	0					non-mobilizable	other	1190.0	79.49600000000001	100.0	0.0004053769696369555	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	True
ISR0191_000000001555	5659	0.5915012797190692	6	6	6	4	5	False	107866	maximal	True	ISR0191_000000001555	1.0		357	12	False	False	1.0	0					non-mobilizable	other	5660.0	99.02799999999999	100.0	0.05186733403003135	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0016_000000007358	3092	0.5914983224747346	2	2	2	2	2	False	66810	maximal	True	ENG0016_000000007358	1.0		6	4	False	False	0.9990297555923462	0					non-mobilizable	no_good_hit	128.0	84.375	4.0	2.8507741888189923e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0055_000000013776	2518	0.5914963793853971	5	2	2	1	1	False	113828	fragment	False	AST0055_000000013776	1.0		0	0	False	False	0.9996028542518616	0					non-mobilizable	other	2519.0	97.38	100.0	0.017268111964873763	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	False
ISR0285_000000002244	5312	0.5914956762133866	5	5	5	5	5	False	125461	fragment	False	ISR0285_000000002244	1.0		0	0	False	False	0.9994352459907532	0					non-mobilizable	chromosome	1620.0	88.64200000000001	96.0	0.0004499301056371013	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0018_000000037582	1099	0.5914869531371829	2	2	2	2	2	False	74924	maximal	True	DEN0018_000000037582	1.0		514	15	False	False	0.9972702264785767	0					non-mobilizable	other	1099.0	99.181	100.0	0.0003285771442576356	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0112_000000023509	1412	0.5914839690384424	3	3	2	3	0	True	4518	maximal	True	SPA0112_000000023509	1.0		20	7	False	False	1.0	0					non-mobilizable	chromosome	1412.0	99.15	100.0	0.0006433600997276549	CP018189.1	firmicutes	Streptococcus salivarius strain ICDC3 chromosome, complete genome	False	True
ISR0328_000000001163	15599	0.5914824049904273	18	13	7	6	11	True	100951	maximal	True	ISR0328_000000001163	1.0		92	4	False	False	1.0	0					non-mobilizable	other	15602.0	99.97399999999999	100.0	0.15460392654331387	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
SPA0124_000000003392	8116	0.591482030906744	6	6	6	5	4	False	102477	maximal	True	SPA0124_000000003392	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	5006.0	92.249	86.0	0.001113868767787405	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0079_000000002366	11752	0.5914798939327883	10	6	5	5	2	True	120448	fragment	False	ISR0805_000000001011	0.9435671156525778		0	0	False	False	0.9998298287391663	0					non-mobilizable	no_good_hit	105.0	92.381	1.0	3.500579110226841e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0115_000000001950	12818	0.5914778020496543	12	9	7	9	6	False	4405	maximal	True	SPA0115_000000001950	1.0		2	2	False	False	0.9972694516181946	0					non-mobilizable	no_good_hit	2061.0	94.51700000000001	16.0	0.000994550731018927	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
ENG0145_000000011408	2794	0.5914604623639845	4	3	3	3	2	False	116148	maximal	True	ENG0145_000000011408	1.0		5	4	False	False	0.9931997060775757	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.594484418532082e-06	NZ_CP026095.1	firmicutes	Peribacillus asahii strain OM18 chromosome, complete genome	True	False
ISR0246_000000001673	7844	0.5914586645016754	4	4	3	4	3	False	130264	maximal	True	ISR0246_000000001673	1.0		38	7	False	False	0.9982151985168457	0					non-mobilizable	chromosome	6611.0	98.245	98.0	0.0028484060950459975	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
MON0093_000000015304	2784	0.5914569018537469	3	3	3	3	3	False	9398	maximal	True	MON0093_000000015304	1.0		117	11	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	0.001791018696487856	NZ_ASSC01000239.1	firmicutes	Paenibacillus forsythiae T98 S9_contig00498, whole genome shotgun sequence	True	False
MON0036_000000012895	1794	0.5914475505141916	4	4	4	4	3	False	98259	fragment	False	MON0036_000000012895	1.0		0	0	False	False	0.9921962022781372	0					non-mobilizable	other	1794.0	99.944	100.0	0.00038628488305456765	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0072_000000017297	1694	0.5914403414749174	2	2	2	2	1	False	34837	maximal	False	SPA0062_000000018871	0.9888758782201406		0	0	False	False	0.9911451935768127	0					non-mobilizable	no_good_hit	1352.0	84.615	80.0	0.004143243102022751	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
MON0094_000000002472	8914	0.5914393321096805	8	8	8	8	8	False	92536	maximal	True	MON0094_000000002472	1.0		2	1	False	False	0.9979807138442993	0					non-mobilizable	other	8908.0	97.07	99.0	0.007632100316924018	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0345_000000010160	1386	0.5914321820984348	3	3	3	2	2	False	24207	maximal	True	ISR0345_000000010160	1.0		84	9	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	85.839	49.0	0.007207571676479042	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0138_000000015088	1935	0.5914302017688781	2	2	2	2	1	False	84420	maximal	True	ISR0138_000000015088	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	100.0	33.0	0.00010854233349770237	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
SPA0014_000000013514	1755	0.5914295363880601	2	2	2	2	2	False	7939	fragment	False	SPA0014_000000013514	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1755.0	97.37899999999999	100.0	0.00048680651593159714	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0005_000000015217	1964	0.5914250853172246	3	3	3	3	3	False	19955	fragment	False	MAD0005_000000015217	1.0		0	0	False	False	0.9943991899490356	0					non-mobilizable	other	1964.0	98.727	100.0	0.0005307673359887022	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0329_000000008599	1840	0.5914174796998185	2	2	2	2	1	False	81909	fragment	False	ISR0329_000000008599	0.9991721854304636		0	0	False	False	0.9934782385826111	0					non-mobilizable	chromosome	820.0	98.29299999999999	100.0	0.00023741298118523866	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0060_000000015716	1744	0.5914174796998185	2	2	2	2	1	False	81909	fragment	False	ISR0329_000000008599	0.9731284192340915		0	0	False	False	1.0	0					non-mobilizable	other	731.0	98.35799999999999	100.0	0.0002182393703226146	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0328_000000018298	1591	0.5914174796998185	2	2	2	2	1	False	81908	fragment	False	ISR0328_000000018298	1.0		0	0	False	False	0.9805154204368591	0					non-mobilizable	other	809.0	98.64	99.0	0.00024155809756256518	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0087_000000014320	2252	0.5914150315487786	3	2	2	2	2	False	99228	fragment	False	FIJ0087_000000014320	0.9676583771306015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	80.485	35.0	0.0002183618421533344	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0041_000000015147	2257	0.5914131355458012	4	2	2	2	1	False	73117	maximal	True	DEN0041_000000015147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	8.182105857221843e-06	CP056199.1	enterobacteria	Enterobacter sp. RHBSTW-00994 chromosome, complete genome	True	False
ENG0002_000000010595	2104	0.591405602287319	3	3	2	2	3	False	67991	fragment	False	ENG0002_000000010595	1.0		0	0	False	False	0.999524712562561	0					non-mobilizable	no_good_hit	1089.0	78.88	51.0	0.0037538785460992908	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
FIJ0153_000000012024	2190	0.5914043256410381	3	3	3	3	3	False	39651	fragment	False	FIJ0153_000000012024	1.0		0	0	False	False	0.9803652763366699	0					non-mobilizable	chromosome	2190.0	99.406	100.0	0.0004545794361470603	CP053723.1	enterobacteria	Escherichia coli strain CP66-6_Sichuan chromosome, complete genome	False	False
MON0092_000000012030	4229	0.5914039968605042	4	3	3	3	2	True	9470	fragment	False	MON0092_000000012030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.02329009433962264	XM_001622437.2	sea anemones	PREDICTED: Nematostella vectensis uncharacterized LOC5501168 (LOC5501168), mRNA	True	True
DEN0063_000000009298	4538	0.5914018470694475	3	3	3	2	1	False	71570	maximal	True	DEN0063_000000009298	1.0		7	4	False	False	1.0	0					non-mobilizable	other	4549.0	90.811	99.0	0.0018888369568179008	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0298_000000003932	3620	0.5914018470694475	3	3	3	2	1	False	101879	fragment	False	ENG0195_000000005754	0.5758296629213483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2075.0	74.361	56.0	0.001000197781995164	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0099_000000016895	1862	0.5914000904864237	4	4	3	4	1	False	23074	maximal	True	MAD0099_000000016895	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1429.0	92.86200000000001	77.0	0.00564099120273991	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0128_000000007328	5035	0.591398162118151	4	3	2	2	3	False	3890	maximal	True	SPA0128_000000007328	1.0		19	5	False	False	1.0	0					non-mobilizable	chromosome	3868.0	99.48299999999999	100.0	0.0015339181553315259	CP029796.1	high GC Gram+	Bifidobacterium longum subsp. longum strain YS108R chromosome, complete genome	False	False
MAD0040_000000009534	3113	0.5913922852046564	4	3	2	3	2	False	61975	maximal	True	MAD0040_000000009534	1.0		29	5	False	False	1.0	0					non-mobilizable	no_good_hit	1466.0	79.604	47.0	0.0013915766544353395	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
ISR0231_000000008771	2067	0.5913888577847111	2	2	2	1	2	False	27481	maximal	True	ISR0231_000000008771	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	97.529	51.0	0.000275256199496457	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ISR0112_000000011843	2740	0.5913884963852892	2	2	2	2	2	False	106508	maximal	True	ISR0112_000000011843	0.9908501715592832		93	11	False	False	1.0	0					non-mobilizable	chromosome	2745.0	98.069	100.0	0.0003870242156902045	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0036_000000012082	1897	0.5913860625320341	2	1	1	1	1	False	119105	fragment	False	MON0036_000000012082	1.0		0	0	False	True	0.9994728565216064	0					non-mobilizable	no_good_hit	1267.0	88.713	67.0	0.00585100970388803	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
USA0083_01_000000019373	1409	0.5913860625320341	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.0560125093042419	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1252.0	88.419	89.0	0.005781630142181848	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0103_000000022969	1321	0.5913860625320341	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.04910515213138326	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1266.0	87.125	96.0	0.27458215758628174	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
MON0109_000000029443	1248	0.5913860625320341	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.05354359862638801	PS816	0	0	False	True	0.9991987347602844	0					non-mobilizable	plasmid	1246.0	88.684	99.0	0.005753878317499375	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0016_000000009152	1994	0.5913828095404859	4	2	1	1	2	False	91477	fragment	False	ENG0100_000000012743	0.7725334907937236		0	0	False	False	1.0	0					non-mobilizable	other	1994.0	99.699	100.0	0.04888278433200069	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
ENG0032_000000011574	1959	0.5913828095404859	3	2	1	1	2	False	91477	fragment	False	ENG0100_000000012743	0.7615897798443754		0	0	False	False	1.0	0					non-mobilizable	other	1959.0	98.67299999999999	100.0	0.00047254166113598243	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0073_000000006462	2867	0.5913804985308269	4	1	1	1	1	False	44702	maximal	True	FIJ0073_000000006462	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0078_000000012990	1903	0.5913804985308269	3	1	1	1	1	False	44447	maximal	True	FIJ0078_000000012990	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0122_000000014835	1678	0.5913780746930497	2	2	2	2	2	False	93386	fragment	False	SPA0122_000000014835	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1678.0	100.0	100.0	0.0004689451753594897	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0096_000000011101	3010	0.5913761636316692	3	3	2	2	2	True	131248	fragment	False	ENG0096_000000011101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1624.0	92.057	54.0	0.00045244680604153507	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MAD0103_000000002515	6147	0.5913753202732511	5	5	5	5	4	False	16572	maximal	True	MAD0103_000000002515	1.0		206	13	False	False	1.0	0					non-mobilizable	other	6147.0	99.024	100.0	0.005499137320036368	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0204_000000002431	3938	0.5913751969694985	5	2	2	2	1	True	95947	fragment	False	ISR0204_000000002431	0.998463403199057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	99.838	16.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ENG0155_000000005947	3918	0.5913751969694985	5	2	2	2	1	True	95947	fragment	False	ISR0204_000000002431	0.9962719292873331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	99.838	16.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
CHI0143_000000004979	3780	0.5913751969694985	4	2	2	2	1	True	82771	fragment	False	CHI0143_000000004979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	97.814	19.0	0.005886473994024947	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
SPA0121_000000003560	3729	0.5913751969694985	5	2	2	2	1	True	95947	fragment	False	ISR0204_000000002431	0.9791199347209542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	99.838	16.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
CAN0005_000000004847	3728	0.5913751969694985	5	2	2	2	1	True	95947	fragment	False	ISR0204_000000002431	0.9791738564269874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	99.838	16.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ENG0114_000000004700	3728	0.5913751969694985	5	2	2	2	1	True	95947	fragment	False	ISR0204_000000002431	0.9791738564269874		0	0	False	False	0.9997317790985107	0					non-mobilizable	no_good_hit	616.0	99.838	16.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
CHI0166_000000002374	3185	0.5913751969694985	3	2	2	2	1	True	82770	fragment	False	CHI0166_000000002374	1.0		0	0	False	False	0.9940345287322998	0					non-mobilizable	no_good_hit	616.0	99.351	19.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ISR0787_000000004614	2956	0.5913751969694985	3	2	2	2	1	True	82769	fragment	False	ISR0787_000000004614	0.9737881508078995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	99.838	21.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
DEN0031_000000011584	2890	0.5913751969694985	3	2	2	2	1	True	75389	fragment	False	DEN0031_000000011584	1.0		0	0	False	False	0.9927335381507874	0					non-mobilizable	no_good_hit	346.0	99.133	12.0	0.560064935064935	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ENG0003_000000008290	2785	0.5913751969694985	3	2	2	2	1	True	82769	fragment	False	ISR0787_000000004614	0.9479025710419486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	99.351	22.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
TAN0025_000000000373	6205	0.5913734992789228	10	10	9	6	8	False	2335	maximal	True	TAN0025_000000000373	1.0		17	6	False	False	1.0	0					non-mobilizable	chromosome	4285.0	99.86	99.0	0.000876924658187749	CP048359.1	enterobacteria	Escherichia coli strain 53 chromosome, complete genome	False	False
USA0048_01_000000008485	1878	0.5913726633881806	3	2	2	2	2	False	111774	maximal	True	USA0048_01_000000008485	0.984521835268104		43	8	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	74.208	12.0	7.798985481971886e-05	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
USA0062_01_000000011053	1809	0.5913726633881806	3	2	2	2	2	False	111774	maximal	False	USA0048_01_000000008485	0.9667199148029819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	401.0	71.072	22.0	0.00014081501564671464	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
ISR0143_000000014132	2117	0.5913706455137979	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.25559160956305915		0	0	False	False	0.9976381659507751	0					non-mobilizable	chromosome	2117.0	98.441	100.0	0.0007449132587149734	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0003_000000005438	4647	0.591370590976063	5	2	1	1	1	True	119039	maximal	True	FIJ0003_000000005438	1.0		1	1	False	False	0.9969872832298279	0					non-mobilizable	no_good_hit	1347.0	89.829	29.0	0.016028151701032792	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0011_000000025763	1820	0.591370590976063	3	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.3450856475436591		0	0	False	False	1.0	0					non-mobilizable	chromosome	1820.0	96.758	100.0	0.000612264750144483	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0044_000000014523	1707	0.591370590976063	3	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.3051608431488882		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	95.535	99.0	0.0005291782213763113	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0104_000000027065	1686	0.591370590976063	3	2	1	1	1	True	121868	fragment	False	MON0104_000000027065	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1570.0	99.809	93.0	0.004666129372823439	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0322_000000007046	1681	0.591370590976063	3	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.29675977455971714		0	0	False	False	0.9791790843009949	0					non-mobilizable	chromosome	1681.0	98.096	100.0	0.0005928253314264119	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0146_000000012420	1593	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.37238182979295803		0	0	False	False	0.9993722438812256	0					non-mobilizable	chromosome	1593.0	97.928	100.0	0.000535857879180878	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0287_000000008467	1587	0.591370590976063	3	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.29585227116706386		0	0	False	False	1.0	0					non-mobilizable	chromosome	1587.0	99.559	100.0	0.0005338383143095932	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0369_000000009869	1571	0.591370590976063	3	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.29262846377457435		0	0	False	False	1.0	0					non-mobilizable	chromosome	1571.0	99.809	100.0	0.0005284528079861673	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0034_000000009449	1556	0.591370590976063	3	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.2899324152471279		0	0	False	False	1.0	0					non-mobilizable	chromosome	1556.0	97.494	100.0	0.0005234038958079556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0029_000000015950	1550	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.34241660657443057		0	0	False	False	1.0	0					non-mobilizable	chromosome	1550.0	97.54799999999999	100.0	0.0005213843309366708	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0024_000000033741	1531	0.591370590976063	2	2	1	1	1	True	12908	maximal	True	MON0024_000000033741	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	87.789	89.0	0.005270691023545133	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
FIJ0141_000000019470	1529	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.3083070600120407		0	0	False	False	1.0	0					non-mobilizable	chromosome	1529.0	97.973	100.0	0.0005143158538871743	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0136_000000007535	1508	0.591370590976063	2	2	1	1	1	True	121867	fragment	False	ENG0136_000000007535	1.0		0	0	False	False	0.9854111671447754	0					non-mobilizable	other	1508.0	98.40799999999999	100.0	0.030137479738248183	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
USA0019_01_000000020380	1491	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.29665671599362936		0	0	False	False	1.0	0					non-mobilizable	chromosome	1491.0	96.177	100.0	0.0005011886822238236	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0266_000000013893	1468	0.591370590976063	3	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.26181847368500744		0	0	False	False	1.0	0					non-mobilizable	chromosome	1468.0	96.594	100.0	0.0004937836110291131	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0033_000000026252	1462	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.23969027145554725		0	0	False	False	1.0	0					non-mobilizable	chromosome	1441.0	96.53	99.0	0.0004846955691083318	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0102_000000021852	1460	0.591370590976063	3	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.24361785289478696		0	0	False	False	1.0	0					non-mobilizable	chromosome	1460.0	96.575	100.0	0.0005144876983450646	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0089_000000019031	1451	0.591370590976063	2	2	1	1	1	True	20605	maximal	True	MAD0089_000000019031	1.0		3	1	False	False	0.9896622896194458	0					non-mobilizable	no_good_hit	768.0	76.562	80.0	0.002151629644292587	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
CHI0122_000000009955	1435	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.2389549677175172		0	0	False	False	0.998606264591217	0					non-mobilizable	chromosome	1435.0	92.47399999999999	100.0	0.0005053130205967986	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0236_000000007918	1434	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.2447107660918198		0	0	False	False	0.9986053109169006	0					non-mobilizable	chromosome	1435.0	97.7	100.0	0.0004826760042370471	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0095_000000022111	1432	0.591370590976063	3	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.240588876695221		0	0	False	False	1.0	0					non-mobilizable	chromosome	1432.0	97.346	100.0	0.0004816662218014047	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0246_000000016799	1398	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.22733791218675112		0	0	False	False	0.9835479259490967	0					non-mobilizable	chromosome	1398.0	96.137	100.0	0.0004702220208641247	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0363_000000013344	1390	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.20142471212295152		0	0	False	False	0.9956834316253662	0					non-mobilizable	chromosome	1390.0	98.273	100.0	0.0004675292677024117	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0021_000000027038	1379	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.2172781892869478		0	0	False	False	1.0	0					non-mobilizable	chromosome	1379.0	96.59200000000001	100.0	0.0004638267321050564	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0232_000000022946	1291	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.15079093700815097		0	0	False	False	1.0	0					non-mobilizable	chromosome	1291.0	96.43700000000001	100.0	0.0004342064473262139	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0040_000000019199	1282	0.591370590976063	2	2	1	1	1	True	64815	fragment	False	ENG0040_000000019199	0.9932030586236194		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	94.275	99.0	0.00031162111383830666	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0029_000000032467	1281	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.14486178185543944		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	95.55	100.0	0.00045132357077046475	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0115_000000018462	1275	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.14627563057126444		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	98.588	100.0	0.000428820941002788	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0848_000000014349	1271	0.591370590976063	2	2	1	1	1	True	20604	fragment	False	MON0033_000000045542	0.948378562894692		0	0	False	False	0.9992132186889648	0					non-mobilizable	no_good_hit	792.0	76.01	61.0	0.0022204817929099498	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
ISR0119_000000025795	1214	0.591370590976063	2	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.11735159856337461		0	0	False	False	1.0	0					non-mobilizable	chromosome	1214.0	97.36399999999999	100.0	0.00040828869814472674	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0010_000000025191	1206	0.591370590976063	3	2	1	1	1	True	125708	fragment	False	MON0019_000000032934	0.020638194864306406		0	0	False	False	0.9991708397865295	0					non-mobilizable	chromosome	1206.0	97.181	100.0	0.0004055959449830138	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0052_000000020395	1426	0.591368321895307	2	2	1	2	1	False	11213	maximal	True	MON0052_000000020395	1.0		12	3	False	False	1.0	0					non-mobilizable	chromosome	1422.0	88.045	99.0	0.0004772904979136212	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0031_000000010751	1363	0.591368321895307	2	2	1	2	1	False	18943	maximal	True	MAD0031_000000010751	1.0		3	2	False	False	0.9977989792823792	0					non-mobilizable	no_good_hit	1050.0	82.85700000000001	76.0	0.0003507310993131123	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0115_000000004792	6014	0.5913675883976588	8	8	7	5	7	False	73905	fragment	False	ISR0115_000000004792	1.0		0	0	False	False	0.9991686344146729	0					non-mobilizable	no_good_hit	2012.0	83.74799999999999	62.0	0.000660955935370797	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
SPA0121_000000007616	1532	0.5913674763318025	4	4	4	2	2	False	37103	fragment	False	ISR0029_000000026230	0.9300976800976801		0	0	False	False	1.0	0					non-mobilizable	other	1532.0	92.755	100.0	0.003105797962872427	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0152_000000023202	1226	0.5913666953697511	1	1	1	1	1	False	39679	maximal	True	FIJ0152_000000023202	1.0		8	1	False	False	0.9861337542533875	0					non-mobilizable	no_good_hit								True	False
ISR0105_000000006152	2834	0.5913637814623898	4	4	4	3	2	False	117886	maximal	True	ISR0105_000000006152	1.0		46	5	False	False	0.9950599670410156	0					non-mobilizable	no_good_hit	1054.0	97.34299999999999	81.0	0.0003303270837004072	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0106_000000007985	2581	0.5913629558220274	2	2	2	2	2	False	20078	maximal	False	SPA0088_000000006196	0.9850287907869482		0	0	False	False	0.99961256980896	0					non-mobilizable	chromosome	2581.0	99.92299999999999	100.0	0.0005662975270138188	LR782231.1	enterobacteria	Escherichia coli isolate SC457 genome assembly, chromosome: omosome1	False	False
MON0083_000000015153	2412	0.5913554175951752	2	2	2	2	1	False	51869	maximal	True	MON0083_000000015153	0.9980711530218602		253	13	False	False	0.9954394698143005	0					non-mobilizable	other	2412.0	91.915	100.0	0.022101827915589536	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0038_000000011932	2333	0.5913554175951752	2	2	2	2	1	False	51869	maximal	False	MON0083_000000015153	0.9817578772802653		0	0	False	False	1.0	0					non-mobilizable	other	2333.0	91.77	99.0	0.021359294501585906	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0271_000000009018	1947	0.5913554175951752	2	2	2	2	1	False	51868	fragment	False	ISR0271_000000009018	0.9648380040615324		0	0	False	False	0.9928094744682312	0					non-mobilizable	other	1947.0	99.178	100.0	0.017839136094457583	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0092_000000001279	14711	0.5913538740105632	14	11	7	11	7	True	51360	fragment	False	FIJ0092_000000001279	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0142_000000000237	32976	0.5913527566607987	35	13	5	12	6	False	3444	maximal	True	SPA0142_000000000237	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	86.31	1.0	0.03676470588235294	LN853915.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1353	True	False
FIJ0101_000000016494	1690	0.5913527349149981	3	3	1	1	3	False	42673	fragment	False	FIJ0101_000000016494	1.0		0	0	False	False	0.9994083046913147	0					non-mobilizable	plasmid	1692.0	97.931	100.0	0.020482365773845594	CP024231.1	enterobacteria	Escherichia coli O25:NM strain 2014EL-1343-2 plasmid unnamed3, complete sequence	False	True
FIJ0168_000000017968	1317	0.5913461876252604	2	1	1	1	1	False	38898	maximal	True	FIJ0168_000000017968	1.0		126	8	False	False	1.0	0					non-mobilizable	other	965.0	96.26899999999999	100.0	0.004787041221192092	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	False	False
CHI0171_000000001858	3089	0.5913422417064786	2	2	2	2	2	True	119325	fragment	False	CHI0171_000000001858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	79.143	34.0	0.002261191384125831	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
ISR0078_000000008222	2304	0.591337901897932	3	3	3	3	2	True	112265	maximal	True	ISR0078_000000008222	1.0		83	11	False	False	0.9965277910232544	0					non-mobilizable	no_good_hit	1651.0	98.425	72.0	0.033884672496287745	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0082_000000015713	1942	0.5913326259962377	2	2	1	2	1	True	87014	maximal	True	FIJ0082_000000015713	0.9586731919521478		2	1	False	False	1.0	0					non-mobilizable	other	1935.0	91.473	99.0	0.011116615019526075	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0032_000000012530	1839	0.5913326259962377	2	2	1	2	1	True	87014	maximal	False	FIJ0082_000000015713	0.9351184346035015		0	0	False	False	1.0	0					non-mobilizable	other	1839.0	99.891	100.0	0.010586703837248149	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0001_000000016448	2058	0.5913250334991506	2	2	2	2	1	False	8444	fragment	False	SPA0001_000000016448	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2058.0	99.514	100.0	0.0005663140854454252	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
MON0024_000000035122	1475	0.5913239986720089	3	2	2	2	1	False	12905	fragment	False	MON0024_000000035122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	76.291	57.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0083_000000003999	3673	0.5913190833009776	3	3	3	3	2	False	111867	fragment	False	ISR0062_000000008130	0.950199203187251		0	0	False	False	1.0	0					non-mobilizable	other	2913.0	95.881	100.0	0.004640237947827641	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0116_01_000000008499	3073	0.5913190833009776	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9611880752841622		0	0	False	False	1.0	0					non-mobilizable	other	3018.0	96.057	98.0	0.004807784366163921	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0395_000000012580	3063	0.5913190833009776	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9657551426659357		0	0	False	False	1.0	0					non-mobilizable	other	3070.0	96.124	100.0	0.004890759735244745	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0143_000000010277	3063	0.5913190833009776	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9657551426659357		0	0	False	False	0.997714638710022	0					non-mobilizable	other	3070.0	96.124	100.0	0.004890759735244745	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0079_000000009517	2868	0.5913190833009776	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9399005473805013		0	0	False	False	1.0	0					non-mobilizable	other	2875.0	95.861	100.0	0.004579602101191654	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0125_000000012266	2868	0.5913190833009776	3	3	3	3	2	False	111865	fragment	False	SPA0135_000000007584	0.9399005473805013		0	0	False	False	1.0	0					non-mobilizable	other	2875.0	95.861	100.0	0.004579602101191654	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0093_01_000000005089	3869	0.5913177562764566	6	2	1	1	1	True	105950	maximal	False	SPA0110_000000005442	0.954598762319308	PS642	0	0	True	True	1.0	9		MOBV			mobilizable	no_good_hit	2307.0	94.495	59.0	0.6063492063492063	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
AST0118_000000008611	3384	0.5913177562764566	5	2	1	1	1	True	105947	fragment	False	AST0118_000000008611	0.9495600251414205		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1391.0	96.765	61.0	0.3674603174603175	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ISR0344_000000003956	6799	0.5913168158525632	11	6	5	6	6	False	115196	maximal	True	ISR0344_000000003956	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	74.752	15.0	0.0011614975324055461	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0136_000000020290	2047	0.5913135725839043	3	3	3	2	1	False	116800	fragment	False	ISR0159_000000013040	0.84097905503142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	94.98	74.0	0.005728398059173214	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0081_000000001809	10791	0.5913118884139852	10	10	10	10	10	False	122928	maximal	True	ISR0081_000000001809	1.0		358	11	False	False	0.9999073147773743	0					non-mobilizable	other	10635.0	98.411	99.0	0.1758207227321591	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0027_000000011779	2207	0.5913116682638834	1	1	1	1	1	False	37235	maximal	True	ISR0027_000000011779	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.0206291838708836e-05	AP021888.1	g-proteobacteria	Thiomicrorhabdus sp. AkT22 DNA, complete genome	True	False
FIJ0135_000000006814	4263	0.5913108909100377	3	2	2	2	2	False	40608	fragment	False	FIJ0135_000000006814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	0.0007675233887194805	LN599307.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002469	True	False
SPA0089_000000012452	3132	0.5913008898515382	5	5	3	5	3	False	30554	fragment	False	SPA0089_000000012452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	2.0	0.0022025533303422114	NZ_JAEB01000034.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00024.24_C, whole genome shotgun sequence	True	False
ENG0025_000000014395	1832	0.5912978307847235	3	2	1	2	1	False	110490	fragment	False	ENG0025_000000014395	0.9883621678561472		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	99.78200000000001	100.0	0.00903234081177608	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0038_000000014772	1828	0.5912978307847235	2	2	1	2	1	False	110490	fragment	False	ENG0025_000000014395	0.9812601231765975		0	0	False	False	0.9896061420440674	0					non-mobilizable	other	1828.0	99.891	100.0	0.0090126087728645	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0017_000000024359	1399	0.5912978307847235	2	2	1	2	1	False	110485	fragment	False	ENG0183_000000020390	0.6282520558042651		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	99.85700000000001	100.0	0.006896347599597466	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0121_000000010613	2447	0.591294585192854	3	3	3	2	2	False	125066	fragment	False	FIJ0121_000000010613	1.0		0	0	False	False	0.9995913505554199	0					non-mobilizable	other	2444.0	98.363	99.0	0.02313534603583469	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0134_000000019046	1680	0.5912938461783996	2	1	1	1	1	False	31471	maximal	True	ISR0134_000000019046	1.0		563	15	False	False	1.0	0					non-mobilizable	other	1680.0	99.345	100.0	0.0005019505517420135	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0113_000000019394	1336	0.5912938461783996	2	1	1	1	1	False	41916	maximal	True	FIJ0113_000000019394	1.0		68	11	False	False	0.9970059990882874	0					non-mobilizable	no_good_hit	783.0	99.87200000000001	59.0	0.00022668736420861614	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0030_000000000932	8548	0.5912931866199267	10	4	3	3	1	True	51466	fragment	False	FIJ0072_000000002799	0.9214810751175136		0	0	False	False	0.9995320439338684	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
MAD0043_000000002519	7762	0.5912931866199267	9	4	3	3	1	True	51461	fragment	False	FIJ0164_000000003118	0.9240396150987337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
FIJ0164_000000003118	7658	0.5912931866199267	9	4	3	3	1	True	51461	fragment	False	FIJ0164_000000003118	0.9581287592140169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
FIJ0142_000000003549	7657	0.5912931866199267	9	4	3	3	1	True	51461	fragment	False	FIJ0164_000000003118	0.958085237432849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
SPA0142_000000023328	1125	0.5912930213403467	2	2	2	2	2	False	3419	maximal	True	SPA0142_000000023328	1.0		1	1	False	False	0.9991111159324646	0					non-mobilizable	other	1171.0	75.918	99.0	0.000347843161584141	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0077_000000017228	1996	0.5912921843287432	3	3	3	3	3	False	34510	fragment	False	ISR0077_000000017228	1.0		0	0	False	False	0.992484986782074	0					non-mobilizable	other	1996.0	98.046	100.0	0.01346999129008082	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0004_000000007419	3498	0.5912848461907574	4	4	4	1	1	True	96256	fragment	False	CAN0004_000000007419	1.0		0	0	False	False	0.9917095303535461	0					non-mobilizable	no_good_hit	2166.0	87.81200000000001	62.0	0.0004012565508947221	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
FIJ0025_000000011435	1873	0.5912813728430446	3	2	1	2	1	False	49177	maximal	True	FIJ0025_000000011435	1.0		6	4	False	False	0.993593156337738	0					non-mobilizable	no_good_hit								True	False
MAD0033_000000007558	2585	0.5912776804833622	3	3	3	3	3	False	18888	maximal	True	MAD0033_000000007558	1.0		4	2	False	False	0.9953578114509583	0					non-mobilizable	no_good_hit	108.0	85.185	4.0	0.008566853482786229	NZ_WKKI01000075.1	firmicutes	Bacillus lacus strain KCTC 33946 Contig075, whole genome shotgun sequence	True	False
MON0035_000000013279	2130	0.5912755436242294	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.7197150841592629		0	0	False	False	0.9995304942131042	0					non-mobilizable	chromosome	2130.0	97.65299999999999	100.0	0.0005958659942439737	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0014_000000001886	16110	0.5912727627963495	21	13	5	5	12	False	103795	maximal	True	ISR0014_000000001886	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	5369.0	95.251	79.0	0.0010687893161784165	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
USA0031_01_000000015230	1825	0.5912710823596283	3	3	3	3	3	False	1530	maximal	True	USA0031_01_000000015230	1.0		74	10	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	99.52	39.0	0.00014118119792246438	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0137_000000006529	5548	0.5912697698656149	7	6	4	5	5	False	128304	maximal	True	SPA0137_000000006529	1.0		9	4	False	False	1.0	0					non-mobilizable	other	3386.0	97.815	100.0	0.0011794499059575984	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MAD0095_000000020334	1779	0.5912686284888281	3	2	2	2	2	False	49964	fragment	False	MAD0095_000000020334	1.0		0	0	False	False	0.9994378685951233	0					non-mobilizable	chromosome	1779.0	96.346	100.0	0.0008292175600110065	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0038_000000008517	3484	0.5912675356777851	5	4	3	4	1	True	62616	fragment	False	ISR0038_000000008517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	76.592	15.0	0.00016399162486962666	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
FIJ0141_000000023187	1297	0.5912672657560496	3	2	2	2	2	False	40238	fragment	False	FIJ0141_000000023187	1.0		0	0	False	False	0.9969159364700317	0					non-mobilizable	chromosome	1297.0	97.301	100.0	0.0002648862603742009	CP027440.1	enterobacteria	Escherichia coli strain 2012C-4502 chromosome, complete genome	False	False
ENG0175_000000001675	12968	0.5912665316794851	11	4	4	3	2	True	124725	maximal	True	ENG0175_000000001675	1.0		1	1	False	False	0.9976866245269775	0					non-mobilizable	no_good_hit	2294.0	79.512	18.0	0.004715235333108898	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0026_000000022265	1267	0.5912651561814372	2	2	2	2	2	False	74134	fragment	False	FIJ0064_000000019756	0.9379756468797564		0	0	False	False	0.9905288219451904	0					non-mobilizable	no_good_hit								True	False
MON0077_000000023802	1825	0.5912650496681273	4	4	4	3	1	False	10225	maximal	True	MON0077_000000023802	1.0		773	14	False	False	0.986849308013916	0					non-mobilizable	other	1825.0	99.014	100.0	0.006919601364193339	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0117_000000007182	2039	0.5912645708318417	3	3	3	3	3	False	82073	maximal	True	CHI0117_000000007182	1.0		35	9	False	False	0.9980382323265076	0					non-mobilizable	other	2039.0	100.0	100.0	0.0005727431586981924	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0012_000000027612	1133	0.5912644030124027	2	1	1	1	1	False	19629	fragment	False	MAD0012_000000027612	1.0		0	0	False	False	0.999117374420166	0					non-mobilizable	other	1133.0	97.264	100.0	0.00038458755193375855	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
CHI0145_000000011009	1687	0.5912554618246135	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.188703611356795		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	91.67200000000001	100.0	0.0005238895501456252	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0055_000000008932	2390	0.5912540038036542	3	3	3	3	2	False	30287	fragment	False	MON0029_000000011442	0.968712151796528		0	0	False	False	0.9853556752204895	0					non-mobilizable	no_good_hit	669.0	76.831	27.0	0.005712046671600853	NZ_AWEY01000023.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00011, whole genome shotgun sequence	True	False
CHI0112_000000002241	6499	0.5912481564263893	8	7	7	6	6	False	98223	fragment	False	SPA0139_000000003014	0.9660914066771388		0	0	False	False	1.0	0					non-mobilizable	chromosome	6499.0	99.89200000000001	100.0	0.0014309160218772923	CP038180.1	enterobacteria	Escherichia coli strain 2 HS-C chromosome, complete genome	False	False
ISR0358_000000009906	1971	0.5912480630278417	3	3	3	3	2	False	121220	maximal	True	ISR0358_000000009906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1744.0	83.65799999999999	88.0	0.0005129610022286557	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0230_000000012437	2589	0.5912428659703343	4	4	4	4	3	False	104594	fragment	False	ISR0145_000000011363	0.9827795419630613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	99.58200000000001	46.0	0.0015099932720567778	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0066_000000018894	1707	0.5912427650100829	2	1	1	1	1	False	35131	maximal	True	ISR0066_000000018894	1.0		75	9	False	False	0.9988283514976501	0					non-mobilizable	no_good_hit	193.0	78.756	11.0	7.636361297956348e-05	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	False
SPA0015_000000022997	1112	0.5912374299445471	1	1	1	1	1	True	23796	fragment	False	SPA0015_000000022997	0.9573115349682106		0	0	False	False	1.0	0					non-mobilizable	chromosome	1011.0	98.22	100.0	0.00033996008666626053	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0135_000000017096	1244	0.5912368562023721	2	2	2	2	2	False	31405	fragment	False	ISR0135_000000017096	0.9764267990074442		0	0	False	False	0.9807074069976807	0					non-mobilizable	no_good_hit	46.0	93.478	4.0	9.389673365273872e-06	NZ_CP035129.1	enterobacteria	Kosakonia cowanii strain FBS 223 chromosome, complete genome	True	False
USA0018_01_000000018258	1156	0.5912368413090284	2	2	2	2	1	False	1850	maximal	True	USA0018_01_000000018258	1.0		291	13	False	False	0.992214560508728	0					non-mobilizable	no_good_hit	174.0	98.27600000000001	15.0	0.001338657009765232	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0079_000000015596	1461	0.5912345322862368	2	2	2	1	1	False	10087	fragment	False	MON0079_000000015596	1.0		0	0	False	False	0.9965776801109314	0					non-mobilizable	chromosome	1461.0	98.973	100.0	0.00028855739485640516	CP023388.1	enterobacteria	Escherichia coli strain 1105 chromosome, complete genome	False	False
FIJ0104_000000012641	2078	0.5912330447105327	4	4	4	4	4	False	73091	fragment	False	FIJ0104_000000012641	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2078.0	99.85600000000001	100.0	0.00771170047265261	CP052737.1	enterobacteria	Klebsiella pneumoniae strain C16KP0160 plasmid pC16KP0160-1, complete sequence	False	True
ISR0017_000000026591	1226	0.5912325549652778	2	2	1	2	1	False	120652	fragment	False	ENG0029_000000015479	0.5147588572447508		0	0	False	False	1.0	0					non-mobilizable	chromosome	872.0	89.794	99.0	0.00023341344247042	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CAN0021_000000025192	1730	0.5912311873985492	2	2	1	2	2	False	91505	maximal	True	CAN0021_000000025192	1.0		3	2	False	False	0.9971098303794861	0					non-mobilizable	no_good_hit								True	False
ENG0128_000000005258	4661	0.5912238223768655	5	5	5	5	3	False	105123	maximal	True	ENG0128_000000005258	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	82.325	22.0	0.000280924961301835	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0059_000000006078	2065	0.5912221502063337	3	3	1	3	2	False	63376	fragment	False	ENG0059_000000006078	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	1987.0	99.95	100.0	0.011566618715091933	CP056374.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 plasmid pRHBSTW-00636_3, complete sequence	False	True
ISR0312_000000006081	2733	0.5912206990326204	3	2	2	2	2	False	90837	fragment	False	ISR0312_000000006081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0119_000000008725	1449	0.5912180954674504	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.1351890308544725		0	0	False	False	1.0	0					non-mobilizable	chromosome	1449.0	99.03399999999999	100.0	0.0004564061232807153	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0837_000000004318	2605	0.5912167700741131	4	4	3	3	4	False	90815	fragment	False	ISR0837_000000004318	0.997792051384986		0	0	False	False	0.9946257472038269	0					non-mobilizable	other	2605.0	99.655	100.0	0.0005040756763934818	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0031_000000010132	2933	0.591215703639015	3	3	3	3	2	False	71049	maximal	True	SPA0031_000000010132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	71.014	12.0	2.8728317238817735e-05	CP041650.2	high GC Gram+	Streptomyces sp. RLB1-8 chromosome, complete genome	True	False
CAN0014_000000045183	1106	0.5912125888829868	2	2	2	1	1	False	93344	fragment	False	CAN0014_000000045183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0341_000000002016	7114	0.5912107354690754	8	8	5	4	5	False	104751	fragment	False	ISR0341_000000002016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1551.0	82.721	40.0	0.0021178549880913606	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0067_000000002747	8456	0.5912095275033947	7	5	4	5	4	False	130488	fragment	False	CHI0076_000000000512	0.7464206554299911		0	0	False	False	0.9997634887695312	0					non-mobilizable	other	8456.0	99.976	100.0	0.01349147587650712	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0122_000000001978	7376	0.5912095275033947	7	5	4	5	4	False	130488	fragment	False	CHI0076_000000000512	0.5865182680602519		0	0	False	False	1.0	0					non-mobilizable	other	7376.0	99.973	100.0	0.011768141287905383	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0036_01_000000005685	6908	0.5912095275033947	7	5	4	5	4	False	130488	fragment	False	CHI0076_000000000512	0.37360107544714555		0	0	False	False	1.0	0					non-mobilizable	other	6830.0	99.971	99.0	0.010896899912556726	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0162_000000005038	6756	0.5912095275033947	7	5	4	5	4	False	130488	fragment	False	CHI0076_000000000512	0.37196056139314815		0	0	False	False	1.0	0					non-mobilizable	other	6756.0	99.941	100.0	0.010778819579634015	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0156_000000001878	6421	0.5912095275033947	7	5	4	5	4	False	130458	fragment	False	CHI0156_000000001878	1.0		0	0	False	False	0.9998442530632019	0					non-mobilizable	other	6337.0	100.0	99.0	0.010110229586463525	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0164_000000003957	5729	0.5912059437123096	9	4	1	2	4	False	87064	maximal	True	ISR0164_000000003957	1.0		2	2	False	False	0.9996508955955505	0					non-mobilizable	no_good_hit	3909.0	93.63	68.0	0.0005943568468567756	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
USA0019_01_000000006211	4661	0.5912059437123096	7	4	1	2	4	False	87062	maximal	True	USA0019_01_000000006211	1.0		9	3	False	False	0.9997854828834534	0					non-mobilizable	chromosome	4651.0	99.95700000000001	99.0	0.0007167425668786324	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0117_000000001896	10082	0.591203241583426	13	8	3	3	8	False	118679	maximal	True	ENG0117_000000001896	1.0		6	4	False	False	0.9999008178710938	0					non-mobilizable	no_good_hit	3047.0	91.762	67.0	0.0024518671012291565	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	False
ISR0010_000000003586	4474	0.5912017205874969	5	3	3	3	2	True	38321	maximal	True	ISR0010_000000003586	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	93.75	3.0	2.7130816555155577e-05	NZ_JNIQ01000001.1	firmicutes	Exiguobacterium aurantiacum DSM 6208 P398DRAFT_scf7180000000004_quiver_dupTrim_9412.1_C, whole genome shotgun sequence	True	True
ISR0112_000000000783	22158	0.5912013316824328	35	21	11	20	14	True	69819	maximal	True	ISR0112_000000000783	1.0		1	1	False	False	0.9990974068641663	0					non-mobilizable	no_good_hit	394.0	79.188	5.0	0.0001848919340175293	CP024749.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii strain KCOM 2931 chromosome, complete genome	True	True
MON0006_000000008648	2448	0.5911997305390682	3	3	3	3	3	False	14058	maximal	True	MON0006_000000008648	1.0		89	9	False	False	0.9991829991340637	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	1.627146816831457e-05	CP041345.1	CFB group bacteria	Tenuifilum thalassicum strain 38H-str chromosome, complete genome	True	False
ENG0087_000000015582	1683	0.5911907887713183	3	2	2	2	2	False	61375	maximal	True	ENG0087_000000015582	1.0		15	4	False	False	0.9976232647895813	0					non-mobilizable	no_good_hit	375.0	77.333	22.0	0.002109596964902431	NZ_FQVI01000007.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
USA0018_01_000000014840	1485	0.5911832323385607	3	1	1	1	1	False	56045	fragment	False	USA0018_01_000000014840	0.9561586638830897		0	0	False	False	0.9885522127151489	0					non-mobilizable	other	1485.0	91.448	100.0	0.0003631084733237861	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0010_000000043157	1104	0.5911765993351571	2	2	2	1	1	False	75802	fragment	False	DEN0010_000000043157	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	99.54700000000001	100.0	0.004355827251761287	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0164_000000005769	4168	0.5911758343826408	5	4	4	3	2	False	39111	maximal	True	FIJ0164_000000005769	1.0		1	1	False	False	0.9983205199241638	0					non-mobilizable	no_good_hit	1004.0	96.61399999999999	47.0	0.10253526886117359	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
USA0116_01_000000011983	2109	0.5911735948285074	2	2	2	2	2	False	1166	maximal	True	USA0116_01_000000011983	1.0		33	7	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	85.333	4.0	3.539150274259906e-05	NZ_LR027603.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
USA0120_01_000000006999	1861	0.5911673266116629	3	3	3	3	1	True	105378	maximal	True	USA0120_01_000000006999	1.0		418	11	False	False	1.0	0					non-mobilizable	other	1861.0	99.463	100.0	0.0025757741516909405	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
MON0061_000000004827	7547	0.5911671944848463	6	4	3	3	4	False	10844	fragment	False	MON0061_000000004827	1.0		0	0	False	False	0.9989399909973145	0					non-mobilizable	no_good_hit	842.0	71.14	11.0	0.0004132399467959845	NC_021181.2	firmicutes	Lactobacillus acidophilus La-14, complete sequence	True	False
AST0104_000000008162	3956	0.5911622014279733	4	4	4	4	2	False	108010	maximal	True	AST0104_000000008162	1.0		2	2	False	False	0.9969666600227356	0					non-mobilizable	no_good_hit	62.0	85.484	2.0	0.0008235341766683318	NZ_FQXI01000010.1	firmicutes	Anaerosphaera aminiphila DSM 21120, whole genome shotgun sequence	True	False
ISR0347_000000004304	4426	0.5911592489599847	9	4	0	1	4	False	132315	backbone	False	ISR0300_000000001005	0.04677449546783036	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	3015.0	92.50399999999999	92.0	0.07763597297367263	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0134_01_000000001061	4239	0.5911592489599847	8	4	0	1	4	False	132315	backbone	False	ISR0300_000000001005	0.04679695341808487	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3045.0	92.64399999999999	91.0	0.059274359527216415	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0150_000000004644	3970	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8908080185332716		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3953.0	99.949	100.0	0.0904285746973892	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0143_000000008496	3803	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8890251072905537		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3803.0	100.0	100.0	0.08699631604237695	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0175_000000003263	3799	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8633813163358703		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3406.0	99.912	100.0	0.07791227146877788	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0071_01_000000003626	3790	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8888391192347852		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3790.0	100.0	100.0	0.08669885362560922	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0025_01_000000004514	3790	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8888391192347852		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3790.0	100.0	100.0	0.08669885362560922	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0079_01_000000003457	3736	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8669012280336843		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3736.0	99.973	100.0	0.08546324050980482	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0179_000000006680	3727	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530137993620391		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3728.0	99.973	100.0	0.08528018671487084	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0099_000000001749	3717	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8402173617440417		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3439.0	99.913	100.0	0.07866736837288058	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ENG0003_000000006179	3713	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8531128705510403		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3713.0	100.0	100.0	0.08493696084936961	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0059_01_000000007119	3712	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8531047159512878		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3712.0	100.0	100.0	0.08491407912500286	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0192_000000005330	3711	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.852940419233209		0	0	False	False	0.9997305274009705	0	rep_cluster_663				non-mobilizable	plasmid	3711.0	99.973	100.0	0.08489119740063611	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0130_000000004366	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530799526733708		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	100.0	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0281_000000004272	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530799526733708		0	0	False	False	0.998113214969635	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	100.0	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0045_01_000000003747	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530799526733708		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	100.0	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0151_000000004627	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530799526733708		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	100.0	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0089_000000001946	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530799526733708		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	100.0	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0288_000000007932	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530799526733708		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	100.0	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0035_01_000000006752	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530265861188031		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	99.973	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ENG0078_000000007065	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530799526733708		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	100.0	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0280_000000002499	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530799526733708		0	0	False	False	0.9997304677963257	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	100.0	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0367_000000002643	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530799526733708		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	100.0	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0065_000000003406	3710	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8530799526733708		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	100.0	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0153_000000004422	3688	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8491874294544548		0	0	False	False	0.9989153742790222	0	rep_cluster_663				non-mobilizable	plasmid	3710.0	99.40700000000001	100.0	0.08486831567626936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0781_000000006987	3676	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8463789146454533		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3688.0	99.62	100.0	0.0843649177402009	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0770_000000002556	3666	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8415069646657708		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3688.0	99.376	100.0	0.0843649177402009	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ENG0164_000000005032	3611	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.8008403085974855		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3569.0	100.0	99.0	0.08164199254055786	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0029_000000007109	3552	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.7839113185986742		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3507.0	100.0	100.0	0.08022332562981946	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0838_000000006159	3522	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.794796328494295		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3544.0	99.37899999999999	100.0	0.08106994943138915	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CAN0014_000000013792	3342	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.5209620738603192		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3342.0	100.0	100.0	0.076447841109306	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0170_000000003095	3254	0.5911592489599847	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.6230815833299145		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2983.0	100.0	100.0	0.06823330206164337	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0189_000000003902	3252	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.41524659747261244		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3252.0	100.0	100.0	0.07438848591629865	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0031_000000002865	3227	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.4075795656357419		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3227.0	100.0	100.0	0.07381644280712994	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0827_000000003325	3224	0.5911592489599847	7	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.40708274255471416		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3224.0	100.0	100.0	0.0737477976340297	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0048_01_000000004837	3204	0.5911592489599847	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.6445412354808706		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3204.0	100.0	100.0	0.07329016314669473	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0154_000000009352	3204	0.5911592489599847	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.6447282698916333		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3204.0	99.93799999999999	100.0	0.07329016314669473	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0808_000000004810	3115	0.5911592489599847	5	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.5999175495907062		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3137.0	98.821	100.0	0.07141386174862138	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0084_01_000000011184	2917	0.5911592489599847	6	4	0	1	4	False	118843	fragment	False	SPA0150_000000004644	0.3773572823187145		0	0	False	False	0.9993143677711487	0	rep_cluster_663				non-mobilizable	plasmid	2912.0	99.96600000000001	99.0	0.06660869963160423	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
AST0108_000000004143	5339	0.5911562614973842	4	3	0	3	0	True	129144	fragment	False	ISR0812_000000005528	0.18252006000469329		0	0	False	False	0.9938190579414368	0					non-mobilizable	no_good_hit	866.0	85.45	27.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0067_000000007878	3978	0.5911562614973842	4	3	0	3	0	True	129137	fragment	False	DEN0067_000000007878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	83.069	14.0	0.001183513613543076	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0097_000000010534	2994	0.5911520166400227	3	3	3	3	2	True	60778	maximal	True	ENG0097_000000010534	1.0		39	8	False	False	0.9959920048713684	0					non-mobilizable	no_good_hit	742.0	72.77600000000001	25.0	0.00016621179509645727	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
MAD0044_000000005886	4017	0.5911513750186727	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.3126329992206359		0	0	False	False	1.0	0					non-mobilizable	other	3883.0	98.506	100.0	0.00811731421868237	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0028_000000008400	3309	0.5911493284392165	4	3	3	3	2	False	92427	fragment	False	SPA0028_000000008400	0.9954448830853325		0	0	False	False	0.9972801208496094	0					non-mobilizable	other	3290.0	99.696	99.0	0.00713269546057825	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0136_000000012014	3293	0.5911493284392165	4	3	3	3	2	False	92427	fragment	False	SPA0028_000000008400	0.9930492595950438		0	0	False	False	0.9993926286697388	0					non-mobilizable	other	3293.0	99.666	100.0	0.007139201415695833	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
USA0026_01_000000010745	3103	0.5911490885986183	4	3	2	1	2	False	21436	maximal	True	USA0026_01_000000010745	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	98.804	32.0	0.010461673658551895	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
MON0025_000000011328	3111	0.591143763314274	4	4	3	3	4	True	93849	fragment	False	CHI0176_000000002608	0.968120097207119		0	0	False	False	1.0	0					non-mobilizable	plasmid	3057.0	98.65899999999999	100.0	0.03311603084899827	CP056797.1	enterobacteria	Escherichia coli strain RHBSTW-00177 plasmid pRHBSTW-00177_4, complete sequence	False	True
ISR0815_000000017415	1786	0.5911403107034873	3	3	3	2	2	False	21458	maximal	True	ISR0815_000000017415	1.0		591	13	False	False	0.9731243252754211	0					non-mobilizable	chromosome	1786.0	99.944	100.0	0.0003424618768944521	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
MON0099_000000011455	2811	0.5911395781826096	2	2	2	1	1	True	9168	maximal	True	MON0099_000000011455	1.0		294	13	False	False	0.997509777545929	0					non-mobilizable	no_good_hit	1830.0	78.634	65.0	0.011873514182433972	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	True
ISR0243_000000004195	2581	0.5911395781826096	2	2	2	1	1	True	27231	maximal	True	ISR0243_000000004195	1.0		126	11	False	False	0.9845021367073059	0					non-mobilizable	no_good_hit	1398.0	72.318	54.0	0.0004834890582653223	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	True
USA0031_01_000000012317	2328	0.5911395781826096	3	2	2	1	1	True	1538	maximal	True	USA0031_01_000000012317	1.0		13	5	False	False	0.9935566782951355	0					non-mobilizable	no_good_hit	1839.0	75.693	78.0	0.000411325990101026	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ENG0208_000000001906	12153	0.5911373553110154	11	8	6	7	5	False	127397	fragment	False	ENG0208_000000001906	1.0		0	0	False	False	0.997696042060852	0					non-mobilizable	no_good_hit	76.0	96.053	1.0	3.101951504760867e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0174_000000007762	3327	0.5911356288914844	4	3	2	3	2	False	112859	fragment	False	AUS0006_000000006348	0.9721576896204167		0	0	False	True	0.9987977147102356	0					non-mobilizable	no_good_hit	2654.0	73.738	78.0	0.3170018281535649	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
TAN0022_000000005844	1127	0.5911353757605081	3	1	1	1	1	True	2350	maximal	True	TAN0022_000000005844	1.0		5	3	False	False	0.9955634474754333	0					non-mobilizable	no_good_hit	988.0	95.04	88.0	0.00016138182201061086	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
DEN0051_000000027486	1719	0.5911343250792557	2	2	2	2	1	False	72512	fragment	False	DEN0051_000000027486	0.9826658696951585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.7420624858457422e-05	NZ_LNAL01000008.1	CFB group bacteria	Solirubrum puertoriconensis strain MC1A Contig_6, whole genome shotgun sequence	True	False
ISR0219_000000017727	1868	0.5911205445045233	3	3	3	3	2	False	65050	fragment	False	ISR0219_000000017727	0.9858778705527932		0	0	False	False	0.9983940124511719	0					non-mobilizable	chromosome	1868.0	98.34	100.0	0.0008515673034644695	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
MAD0002_000000025216	1677	0.5911185963187613	2	2	2	2	2	False	20170	maximal	True	MAD0002_000000025216	1.0		1	1	False	False	0.9838998317718506	0					non-mobilizable	other	1543.0	74.984	91.0	0.08316474383509213	GU942944.1		Uncultured organism clone 1 genomic sequence	False	False
DEN0052_000000020899	2106	0.5911163207692725	3	2	2	2	2	True	72288	fragment	False	DEN0052_000000020899	1.0		0	0	False	False	0.9862298369407654	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	3.166267490800862e-05	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	True
FIJ0049_000000010191	1683	0.5911135252694201	2	1	1	1	1	False	46652	maximal	False	MON0032_000000016033	0.9501177375337713		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	96.73200000000001	100.0	0.03835279095220722	NZ_CABIWU010000016.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0169_000000002735	7414	0.5911111321691799	9	8	7	7	6	False	55930	maximal	True	ENG0169_000000002735	1.0		3	2	False	False	0.9998651146888733	0					non-mobilizable	no_good_hit	3781.0	87.62200000000001	83.0	0.0015521670624301443	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0125_000000003136	7274	0.5911053919977428	12	8	6	7	6	True	58883	fragment	False	ENG0125_000000003136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	0.0050422010303628195	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ISR0089_000000025564	1242	0.5911051750245307	2	2	2	2	2	False	33706	maximal	True	ISR0089_000000025564	1.0		115	9	False	False	0.9621577858924866	0					non-mobilizable	no_good_hit	52.0	86.538	4.0	6.736915523042232e-05	NZ_VNWN01000004.1	a-proteobacteria	Sneathiella chinensis strain LMG23452 contig4, whole genome shotgun sequence	True	False
ISR0790_000000004073	3800	0.5911049256668758	4	4	4	4	4	False	124944	fragment	False	ISR0790_000000004073	0.9594548432994677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2635.0	76.205	69.0	0.0009164880376709163	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0058_000000016893	1829	0.5911009585879403	2	2	2	2	2	False	34565	fragment	False	SPA0058_000000016893	1.0		0	0	False	False	0.9994532465934753	0					non-mobilizable	chromosome	1832.0	76.528	99.0	0.00048826554785431144	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0098_000000032807	1188	0.5910985891744942	1	1	1	1	1	False	5035	fragment	False	SPA0098_000000032807	1.0		0	0	False	False	0.9991582632064819	0					non-mobilizable	no_good_hit	62.0	93.54799999999999	5.0	0.0002728073666933511	NZ_FNAF01000004.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
CHI0188_000000013618	1129	0.5910964492765282	2	1	1	1	1	False	77002	maximal	True	CHI0188_000000013618	1.0		14	6	False	False	1.0	0					non-mobilizable	other	1129.0	99.823	100.0	0.00031700406428437737	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0018_000000000342	4943	0.5910963200019473	12	4	3	3	1	False	19366	maximal	True	MAD0018_000000000342	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0097_000000027105	1369	0.5910920410549586	2	2	2	2	2	False	11383	maximal	True	MON0097_000000027105	1.0		72	7	False	False	0.9970781803131104	0					non-mobilizable	other	1382.0	78.944	99.0	0.009763020945335684	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	False	False
SPA0077_000000009278	3125	0.5910884850352032	4	3	3	3	3	True	73135	fragment	False	SPA0077_000000009278	0.9859903381642512		0	0	False	False	0.9996799826622009	0					non-mobilizable	no_good_hit	1177.0	81.393	37.0	0.0004588229896200122	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
DEN0041_000000010823	3105	0.5910884850352032	4	3	3	3	3	True	73135	fragment	False	SPA0077_000000009278	0.98272		0	0	False	False	0.9948469996452332	0					non-mobilizable	no_good_hit	1173.0	80.904	38.0	0.00045843083321862757	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
ISR0043_000000015904	1396	0.5910799860303587	3	2	2	2	1	True	85854	maximal	False	SPA0066_000000008587	0.9541185080234701		0	0	False	False	0.9964183568954468	0					non-mobilizable	other	1386.0	99.85600000000001	99.0	0.0018902017943951764	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
SPA0009_000000028205	1329	0.5910799860303587	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.3886076546887826		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	100.0	100.0	0.0018124100959976853	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
CHI0077_000000010929	1277	0.5910799860303587	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.656361899878315		0	0	False	False	0.9984338283538818	0					non-mobilizable	other	1277.0	99.60799999999999	100.0	0.0003637927043026755	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
SPA0106_000000032023	1178	0.5910799860303587	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.5291106192247751		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	99.57600000000001	100.0	0.0003355674082791921	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ENG0148_000000030535	1176	0.5910799860303587	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.5594943100874946		0	0	False	False	0.9804421663284302	0					non-mobilizable	other	1176.0	99.83	100.0	0.0003349972002787177	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
SPA0103_000000016603	1125	0.5910799860303587	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.21172021145101094		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	89.71600000000001	100.0	0.0003018017861202778	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0060_000000004784	5138	0.5910775967723818	4	4	2	4	2	True	66593	maximal	False	ISR0016_000000003504	0.9560661764705882		0	0	False	False	0.9998053908348083	0					non-mobilizable	no_good_hit								True	True
ENG0191_000000005800	4624	0.5910773038810719	8	4	1	4	4	False	54751	fragment	False	ENG0191_000000005800	1.0		0	0	False	False	0.9982699155807495	0					non-mobilizable	no_good_hit	662.0	78.248	14.0	0.0015686085816362127	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	True	False
ISR0182_000000028014	1434	0.5910615771598872	2	1	1	1	1	False	34210	maximal	True	ISR0182_000000028014	0.9796137339055794		399	14	False	False	0.9846583008766174	0					non-mobilizable	no_good_hit	543.0	73.112	37.0	0.00013449116172261098	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0081_000000021543	1119	0.5910615771598872	1	1	1	1	1	False	34209	fragment	False	ISR0081_000000021543	1.0		0	0	False	False	0.9991063475608826	0					non-mobilizable	no_good_hit	503.0	73.559	45.0	0.00012470542420921205	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
AUS0004_000000017296	1131	0.5910614103105182	2	2	2	2	2	False	102214	maximal	True	AUS0004_000000017296	1.0		7	5	False	False	1.0	0					non-mobilizable	chromosome	1040.0	72.788	90.0	0.0003593905107370141	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
FIJ0021_000000024250	1990	0.5910590816614186	3	3	3	3	3	False	84422	fragment	False	FIJ0021_000000024250	0.9906667279186573		0	0	False	False	0.9994974732398987	0					non-mobilizable	no_good_hit	596.0	75.336	30.0	0.006653314776468991	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
ISR0323_000000008037	2507	0.5910516838570544	6	6	4	4	6	True	24986	maximal	True	ISR0323_000000008037	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2507.0	94.575	100.0	0.17141484176563465	AB218963.1	firmicutes	Pediococcus damnosus gene for horA homolog, complete cds	False	True
FIJ0041_000000014905	2451	0.5910509377730946	4	4	2	4	2	False	47399	maximal	True	FIJ0041_000000014905	1.0		3	1	False	False	0.9991840124130249	0					non-mobilizable	no_good_hit								True	False
MON0048_000000009427	3940	0.5910491198039809	5	3	3	3	3	False	65097	maximal	True	MON0048_000000009427	1.0		31	6	False	False	0.9994924068450928	0					non-mobilizable	no_good_hit	562.0	81.495	14.0	0.0028864020711109255	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ENG0022_000000003416	6315	0.5910476511913509	6	5	4	5	2	False	66330	maximal	True	ENG0022_000000003416	1.0		5	3	False	False	0.9992082118988037	0					non-mobilizable	no_good_hit	1463.0	99.795	23.0	0.06126126126126126	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0803_000000009948	1525	0.5910430051780123	2	2	2	2	2	False	70914	fragment	False	ISR0357_000000015528	0.9498022198923807		0	0	False	False	0.9914754033088684	0					non-mobilizable	other	949.0	92.94	91.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0089_000000014803	1972	0.5910427625157275	2	2	2	2	1	False	124757	fragment	False	ISR0089_000000014803	1.0		0	0	False	False	0.9979715943336487	0					non-mobilizable	no_good_hit	1126.0	98.579	88.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0777_000000003619	4540	0.5910402530923707	5	4	2	3	3	True	55297	fragment	False	ISR0777_000000003619	1.0		0	0	False	False	0.9977973699569702	0					non-mobilizable	no_good_hit	2203.0	78.075	69.0	0.0005907080030216464	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MON0099_000000022780	1559	0.5910364062271142	1	1	1	1	1	False	9155	fragment	False	SPA0054_000000018814	0.9566049776643267		0	0	False	False	1.0	0					non-mobilizable	chromosome	1561.0	97.566	100.0	0.0003162788393825214	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ISR0194_000000005707	3951	0.5910351623674202	4	4	4	4	3	False	108827	maximal	True	ISR0194_000000005707	1.0		135	10	False	False	0.9994937777519226	0					non-mobilizable	no_good_hit	1346.0	85.587	69.0	0.00035662094732894905	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0058_000000021867	1858	0.5910349768133586	3	3	3	3	2	False	50209	maximal	True	FIJ0058_000000021867	1.0		110	10	False	False	0.9714747071266174	0					non-mobilizable	other	1815.0	95.48200000000001	98.0	0.11826904249069904	NZ_CABIWU010000055.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0052_000000004899	5945	0.5910343948917868	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.3770591962505208	PS1102	0	0	False	True	0.9994953870773315	0					non-mobilizable	no_good_hit	161.0	94.41	5.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0093_000000009099	4457	0.591033993486918	4	4	3	4	4	False	100268	fragment	False	SPA0093_000000009099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2072.0	73.89	46.0	0.0007460109696271157	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0093_000000030827	1207	0.5910306010718915	2	2	2	2	1	True	108670	fragment	False	SPA0093_000000030827	0.9519903852328921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	70.851	58.0	0.0023592866111328626	NZ_LN876584.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	True
ISR0075_000000017544	1537	0.5910234840237523	2	2	1	1	1	True	96450	fragment	False	ISR0075_000000017544	1.0		0	0	False	False	0.9993493556976318	0					non-mobilizable	other	1544.0	91.71	100.0	0.0003773287916578709	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
USA0130_01_000000012296	3088	0.5910233759561498	3	3	3	3	3	False	35976	fragment	False	USA0130_01_000000012296	1.0		0	0	False	False	0.9957901835441589	0					non-mobilizable	no_good_hit	1666.0	96.279	54.0	0.021423421567617673	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
CHI0154_000000023484	1432	0.5910226093672731	2	1	1	1	1	False	79127	fragment	False	CHI0154_000000023484	0.9619252873563219		0	0	False	False	0.9972066879272461	0					non-mobilizable	no_good_hit	69.0	95.652	8.0	0.0004212613059100483	NZ_QSCB01000006.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf6, whole genome shotgun sequence	True	False
ISR0293_000000017481	2033	0.5910219796999396	2	2	2	1	2	False	40384	fragment	False	ISR0293_000000017481	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1955.0	99.949	100.0	0.00037791352665460465	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
AST0060_000000026729	1155	0.5910219210603841	2	2	2	2	2	False	112236	maximal	True	AST0060_000000026729	1.0		18	5	False	False	0.9974026083946228	0					non-mobilizable	other	1156.0	92.042	100.0	0.005574781714715976	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
USA0035_01_000000021269	1232	0.5910191747458552	1	1	1	1	1	False	1401	fragment	False	USA0035_01_000000021269	1.0		0	0	False	False	0.9918830990791321	0					non-mobilizable	other	1236.0	99.353	100.0	0.0005236820914717842	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
FIJ0084_000000010385	1226	0.5910191747458552	1	1	1	1	1	False	43984	fragment	False	FIJ0084_000000010385	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1094.0	99.726	99.0	0.00046346925180458303	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
MON0082_000000019120	1817	0.5910180047274654	3	3	3	3	3	False	31587	fragment	False	MON0082_000000019120	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	398.0	71.357	22.0	0.0001142316243386398	LR880474.1	high GC Gram+	Microbacterium sp. Nx66 genome assembly, chromosome: Nx66	True	False
CHI0045_000000005066	3889	0.5910135914963157	6	5	5	4	2	False	87178	maximal	True	CHI0045_000000005066	1.0		1	1	False	False	0.99125736951828	0					non-mobilizable	no_good_hit	1278.0	88.96700000000001	33.0	0.004279361547406412	NZ_KE384540.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ENG0149_000000009677	2161	0.5910125985562432	2	2	2	2	2	False	57916	fragment	False	ENG0149_000000009677	1.0		0	0	False	False	0.9995372295379639	0					non-mobilizable	no_good_hit								True	False
CAN0020_000000008956	4113	0.5909972318666472	6	3	1	2	1	False	122788	fragment	False	CAN0020_000000008956	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1428.0	91.73700000000001	64.0	0.2707739113899981	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0018_000000000830	19804	0.5909965155529807	29	22	10	20	21	False	106142	fragment	False	ISR0021_000000000850	0.9690373575820816		0	0	False	False	1.0	0					non-mobilizable	chromosome	19741.0	99.05799999999999	100.0	0.0062172726393039425	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0122_000000003628	4813	0.5909964238281877	7	7	2	4	7	True	111534	fragment	False	FIJ0122_000000003628	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4813.0	97.818	100.0	0.17640803754766793	LT622828.1	firmicutes	Streptococcus salivarius integrative and conjugative element ICE_Ssa F1-8_rpmG, strain F1-8	False	True
ENG0142_000000007962	3756	0.5909933670691878	5	5	5	5	5	False	57701	maximal	True	ENG0142_000000007962	1.0		38	9	False	False	0.9928115010261536	0					non-mobilizable	no_good_hit	238.0	73.529	6.0	0.00010826217739504402	NZ_AP019827.1	fusobacteria	Leptotrichia shahii strain JCM16776	True	False
MAD0008_000000008840	1588	0.5909872353858846	2	1	1	1	1	False	19815	maximal	True	MAD0008_000000008840	1.0		3	1	False	False	0.985516369342804	0					non-mobilizable	no_good_hit	1216.0	72.286	75.0	0.00039804152899952563	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	True	False
FIJ0072_000000005951	4235	0.5909869711795329	7	2	2	2	1	True	44785	fragment	False	FIJ0072_000000005951	1.0		0	0	False	False	0.9889020323753357	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	6.85730529512803e-06	NZ_CP013118.1	CFB group bacteria	Salinivirga cyanobacteriivorans strain L21-Spi-D4 chromosome, complete genome	True	True
ISR0036_000000001586	5153	0.590975902077925	5	2	2	2	1	True	36762	fragment	False	ISR0036_000000001586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.289646639688881e-07	CP025664.1	eudicots	Ipomoea triloba cultivar NCNSP0323 chromosome 5	True	True
MON0063_000000012704	2285	0.5909753457526874	3	3	3	2	2	False	111716	fragment	False	CHI0186_000000008050	0.7643254481263977		0	0	False	False	1.0	0					non-mobilizable	other	2285.0	99.431	100.0	0.0006828201668723996	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0364_000000004709	3300	0.5909719567249817	8	6	5	4	3	True	23682	maximal	True	ISR0364_000000004709	1.0		2	2	False	False	0.9839394092559814	0					non-mobilizable	no_good_hit	1808.0	99.889	55.0	0.1743030770714768	NZ_CYXV01000029.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MON0088_000000007681	3846	0.5909713191565971	4	3	3	2	2	False	106063	maximal	True	MON0088_000000007681	1.0		83	9	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	99.647	66.0	0.00039266652226313656	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0140_000000011997	1981	0.5909587733453129	3	2	2	2	1	False	57540	fragment	False	ISR0140_000000011997	0.9871277985600386		0	0	False	False	0.9964664578437805	0					non-mobilizable	other	1983.0	99.697	100.0	0.0005501219099033051	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0018_000000016208	1839	0.5909587733453129	3	2	2	2	1	False	57540	fragment	False	ISR0140_000000011997	0.9359035310290155		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	99.18299999999999	99.0	0.0005093001427373355	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0310_000000012492	1430	0.5909552514511077	2	2	2	1	1	False	37729	maximal	False	ISR0019_000000011803	0.9219436256229949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	9.34906560649783e-06	NZ_CP030033.1	high GC Gram+	Cryobacterium soli strain GCJ02 chromosome, complete genome	True	False
ISR0036_000000007208	1786	0.5909549903341954	2	2	2	2	2	False	36754	fragment	False	ISR0036_000000007208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	74.852	46.0	0.004680797948392075	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0046_000000011410	1652	0.5909513496333705	3	3	3	3	2	False	64431	maximal	True	ENG0046_000000011410	1.0		7	5	False	False	0.9993946552276611	0					non-mobilizable	no_good_hit	573.0	86.387	54.0	0.00023977246766529944	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0144_000000005571	2656	0.5909486458779848	3	3	3	3	2	False	81027	fragment	False	CHI0144_000000005571	0.9804554079696395		0	0	False	False	0.994352400302887	0					non-mobilizable	chromosome	2656.0	99.84899999999999	100.0	0.0011442757122631447	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
FIJ0032_000000019446	1866	0.5909463092090513	3	3	3	3	1	True	48415	fragment	False	FIJ0032_000000019446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	74.561	12.0	0.0005984440454817474	NZ_JAAIWM010000005.1	firmicutes	Bacillus mesophilus strain SA4 NODE_5_length_367620_cov_2.602434, whole genome shotgun sequence	True	True
ISR0066_000000013562	2388	0.5909434809613124	3	2	2	2	1	True	35141	maximal	True	ISR0066_000000013562	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	2.0	1.8688940258933567e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
CHI0177_000000010285	1613	0.5909424671390572	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.4498791856402925		0	0	False	False	1.0	0					non-mobilizable	other	1613.0	95.97	100.0	0.0003952267785266328	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0011_000000025441	1187	0.5909412319386818	2	2	2	2	2	False	94357	maximal	True	CAN0011_000000025441	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	75.292	76.0	0.0002478409616818242	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0137_000000001050	9702	0.5909391100703832	11	3	2	2	3	False	84107	maximal	True	CHI0137_000000001050	1.0		1	1	True	True	0.9993815422058105	6					non-mobilizable	no_good_hit	2597.0	96.18799999999999	46.0	0.2351341551849166	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0826_000000006421	1892	0.5909371158963659	4	4	2	1	3	True	111922	maximal	True	ISR0826_000000006421	1.0		617	13	False	False	0.9989429116249084	0					non-mobilizable	chromosome	1850.0	99.189	98.0	0.00041149717315462766	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
DEN0079_000000023262	2428	0.5909363706086893	3	2	1	2	2	True	69570	maximal	True	DEN0079_000000023262	1.0		7	3	False	False	0.9987643957138062	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0008249651523340824	NZ_ASSC01000138.1	firmicutes	Paenibacillus forsythiae T98 S9_contig00673, whole genome shotgun sequence	True	True
ISR0344_000000000894	20624	0.5909345075894655	29	21	6	12	16	True	116736	fragment	False	CHI0147_000000000676	0.9646207496886205		0	0	False	False	0.9999515414237976	0					non-mobilizable	other	20612.0	99.95100000000001	99.0	0.10191961548351366	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0105_000000003721	7562	0.5909299133527349	5	3	3	3	2	False	4805	maximal	True	SPA0105_000000003721	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	81.346	16.0	0.0002386054481957889	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0342_000000004844	3688	0.590928470802667	5	2	1	2	0	True	129329	fragment	False	ISR0342_000000004844	1.0		0	0	False	False	0.9994577169418335	0		MOBV			mobilizable	no_good_hit	1287.0	92.929	48.0	0.00043588854163516976	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
DEN0094_000000020282	1857	0.5909272020525317	3	3	3	2	2	False	68348	maximal	True	DEN0094_000000020282	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	1468.0	79.36	95.0	0.0006300000563661441	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0825_000000006586	3450	0.5909213121484431	4	4	4	4	4	False	52167	fragment	False	ISR0825_000000006586	1.0		0	0	False	False	0.9950724840164185	0					non-mobilizable	chromosome	2548.0	94.27	98.0	0.0008546125346986489	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0362_000000009069	2388	0.5909169651675071	5	3	3	2	3	True	112644	fragment	False	ISR0362_000000009069	0.992894072664909		0	0	False	False	0.9995812177658081	0					non-mobilizable	chromosome	2388.0	99.456	100.0	0.0006396761046807033	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0072_000000011825	1406	0.5909161468610503	2	2	2	2	2	False	70264	maximal	True	DEN0072_000000011825	1.0		334	13	False	False	0.9850640296936035	0					non-mobilizable	chromosome	1374.0	90.975	98.0	0.0003816682325921286	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0112_000000003278	9860	0.5909149390536969	9	8	6	6	5	False	99677	maximal	False	SPA0111_000000002646	0.9432532018176971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2247.0	70.939	22.0	0.003608819667084748	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
AST0099_000000008625	2457	0.5909149173107838	2	2	2	2	2	False	108824	fragment	False	AST0099_000000008625	0.9966144731273805		0	0	False	False	0.9991859793663025	0					non-mobilizable	other	1394.0	91.39200000000001	96.0	0.006308203387369071	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0004_000000000479	31131	0.5909144037699918	37	9	1	8	3	False	38585	maximal	True	ISR0004_000000000479	1.0		1	1	True	True	1.0	46					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.6874005878508647e-07	LR761635.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG2	True	True
AST0012_000000003238	5416	0.5909079250239052	6	5	5	5	5	False	125598	maximal	True	AST0012_000000003238	1.0		16	7	False	False	0.9915066361427307	0					non-mobilizable	no_good_hit	1723.0	73.593	31.0	0.01155306953939645	NZ_FCOU01000001.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
FIJ0013_000000021025	1416	0.5908998438340528	2	2	2	1	1	False	50614	maximal	True	FIJ0013_000000021025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	98.65899999999999	37.0	0.01767839571103797	NZ_CACWHY010000025.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
CAN0017_000000004173	9298	0.5908979010821402	10	8	7	8	5	True	128668	maximal	True	CAN0017_000000004173	1.0		0	0	False	False	0.9955904483795166	0					non-mobilizable	no_good_hit	861.0	87.689	26.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0108_000000010737	2076	0.5908956867674707	3	3	3	3	3	False	128157	fragment	False	ENG0067_000000013216	0.9466412577417818		0	0	False	False	0.9985548853874207	0					non-mobilizable	chromosome	1465.0	88.396	97.0	0.0004897444812865436	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0127_000000005204	3613	0.59089459653955	4	4	4	3	3	False	115988	backbone	False	ENG0038_000000005492	0.8752837691447615	PS760	0	0	False	True	0.9975090026855469	0					non-mobilizable	no_good_hit	1079.0	89.34200000000001	30.0	0.0002438995694878471	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0013_000000020213	1407	0.5908916327107956	2	2	2	2	2	False	49757	fragment	False	SPA0013_000000020213	0.9929961089494164		0	0	False	False	0.9928926825523376	0					non-mobilizable	chromosome	1407.0	98.436	100.0	0.0004531795574118226	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0061_000000001550	16154	0.5908903979365734	18	10	3	10	2	True	105209	fragment	False	MON0061_000000001550	0.9781087117771986		0	0	False	False	0.9990095496177673	0					non-mobilizable	other	16045.0	99.98100000000001	99.0	0.4214009928295643	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
FIJ0041_000000020038	1859	0.5908885140205395	3	2	1	2	1	False	47378	maximal	True	FIJ0041_000000020038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000008922	2103	0.5908852999418278	2	2	2	2	2	True	96938	maximal	True	CAN0002_000000008922	1.0		3	2	False	False	0.9995244741439819	0					non-mobilizable	no_good_hit	234.0	82.479	11.0	6.647729785031325e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0346_000000005904	3394	0.5908836479001486	4	4	4	4	3	False	124465	fragment	False	USA0034_01_000000016125	0.7641300052732802		0	0	False	False	0.9979375600814819	0					non-mobilizable	chromosome	1909.0	99.005	99.0	0.000552804096605922	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0162_000000007859	3668	0.5908835531541238	5	4	3	3	3	False	79160	maximal	True	CHI0162_000000007859	1.0		2	2	False	False	0.9880043864250183	0					non-mobilizable	other	1730.0	99.65299999999999	92.0	0.006909201345875658	NZ_RBXN01000005.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_105, whole genome shotgun sequence	False	False
SPA0092_000000022950	1947	0.5908827547580419	2	2	2	2	2	False	89180	fragment	False	DEN0092_000000006707	0.21404050806728459		0	0	False	False	0.9912686347961426	0					non-mobilizable	other	1972.0	96.755	100.0	0.0006689513160402567	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0144_000000020090	1571	0.5908827547580419	3	2	2	2	2	False	40062	fragment	False	FIJ0144_000000020090	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	98.821	97.0	0.0005380584692553885	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
MAD0107_000000001860	15386	0.5908800227810876	14	10	9	9	5	False	33483	maximal	True	MAD0107_000000001860	1.0		1	1	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit	3356.0	91.865	37.0	0.0008223266843538006	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0114_000000016872	1659	0.5908732545903335	5	4	2	3	1	False	32540	maximal	True	ISR0114_000000016872	1.0		0	0	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	522.0	98.27600000000001	31.0	0.00018414751916108056	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0068_000000020214	1426	0.5908671656159513	3	2	2	2	1	False	16436	maximal	True	MAD0068_000000020214	1.0		1	1	False	False	0.9985975027084351	0					non-mobilizable	no_good_hit	115.0	85.21700000000001	8.0	2.8604463500704573e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0230_000000028028	1271	0.5908615775481689	1	1	1	1	1	False	27513	maximal	True	ISR0230_000000028028	1.0		1	1	False	False	0.9984264373779297	0					non-mobilizable	no_good_hit	75.0	81.333	9.0	0.00010026190034238084	NZ_RBXN01000001.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_101, whole genome shotgun sequence	True	False
ISR0056_000000018483	1224	0.5908615775481689	2	1	1	1	1	False	35616	maximal	True	ISR0056_000000018483	1.0		1	1	False	False	0.9795751571655273	0					non-mobilizable	no_good_hit	223.0	88.34100000000001	18.0	0.0010878810055976423	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	False
MAD0061_000000002584	5896	0.5908612930911322	6	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.8624479652254562		0	0	False	False	1.0	0					non-mobilizable	other	5572.0	94.634	94.0	0.12713142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0038_000000003692	5817	0.5908612930911322	7	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.8383886469743148		0	0	False	False	1.0	0					non-mobilizable	other	5328.0	95.008	92.0	0.12157714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0075_000000003055	5807	0.5908612930911322	7	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.8000226680785283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5140.0	94.961	88.0	0.11741714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
SPA0079_000000003792	5724	0.5908612930911322	7	2	2	2	1	True	93441	maximal	True	SPA0079_000000003792	1.0		7	3	False	False	0.9968553185462952	0					non-mobilizable	no_good_hit	2672.0	77.807	59.0	0.060045714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0196_000000002993	5689	0.5908612930911322	6	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.7890123248464397		0	0	False	False	1.0	0					non-mobilizable	other	5332.0	94.561	94.0	0.12150857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
USA0133_01_000000004970	5598	0.5908612930911322	7	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.8285840584694311		0	0	False	False	1.0	0					non-mobilizable	other	5412.0	95.27	97.0	0.12342857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0040_000000004380	5576	0.5908612930911322	7	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.8635908923062273		0	0	False	False	1.0	0					non-mobilizable	other	5484.0	94.675	98.0	0.12521142857142858	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ENG0130_000000005298	5518	0.5908612930911322	4	2	2	2	1	True	88089	fragment	False	ENG0130_000000005298	1.0		0	0	False	False	0.9983689785003662	0					non-mobilizable	no_good_hit	3472.0	94.87299999999999	63.0	0.0005343970923372513	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
MON0012_000000006289	5502	0.5908612930911322	7	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.8341354941637683		0	0	False	False	1.0	0					non-mobilizable	other	5328.0	95.008	97.0	0.12157714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
DEN0005_000000005732	5141	0.5908612930911322	5	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.5768521896091229		0	0	False	False	1.0	0					non-mobilizable	other	4724.0	95.068	92.0	0.10777142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0093_000000005278	5124	0.5908612930911322	5	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.6827369563595966		0	0	False	False	1.0	0					non-mobilizable	other	5126.0	94.869	100.0	0.11696	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0107_000000007729	4948	0.5908612930911322	5	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.58132406546946		0	0	False	False	0.9987874031066895	0					non-mobilizable	other	4774.0	95.329	96.0	0.10905142857142858	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0083_000000005896	4852	0.5908612930911322	5	2	2	2	1	True	88087	fragment	False	MON0083_000000005896	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4857.0	95.676	100.0	0.0007474160659773093	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
MON0034_000000004276	4642	0.5908612930911322	4	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.5382935617008194		0	0	False	False	0.9991382956504822	0					non-mobilizable	other	4631.0	95.012	99.0	0.10578285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0090_000000008437	4627	0.5908612930911322	4	2	2	2	1	True	88088	fragment	False	FIJ0090_000000008437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3551.0	94.734	77.0	0.08262746470656866	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	True	True
MAD0051_000000005733	4588	0.5908612930911322	4	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.5048542691234845		0	0	False	False	1.0	0					non-mobilizable	other	4587.0	95.574	99.0	0.10477714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0155_000000003689	4578	0.5908612930911322	5	2	2	2	1	True	105866	maximal	True	SPA0155_000000003689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3191.0	95.425	70.0	0.07284571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0391_000000002597	4429	0.5908612930911322	4	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.32698557459356875		0	0	False	False	1.0	0					non-mobilizable	other	4104.0	95.76	93.0	0.09376	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0169_000000006128	4416	0.5908612930911322	4	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.4338197648616937		0	0	False	False	1.0	0					non-mobilizable	other	4412.0	95.21799999999999	99.0	0.10075428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0044_000000005249	4140	0.5908612930911322	3	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.3245158691751078		0	0	False	False	1.0	0					non-mobilizable	other	4061.0	95.05	98.0	0.0928	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0020_000000005775	3999	0.5908612930911322	4	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.24990047742383198		0	0	False	False	1.0	0					non-mobilizable	other	3334.0	95.531	96.0	0.07618285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0321_000000002418	3957	0.5908612930911322	3	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.25359645688498667		0	0	False	False	1.0	0					non-mobilizable	other	3960.0	95.859	100.0	0.09049142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0016_000000008264	3910	0.5908612930911322	2	2	2	2	1	True	88086	fragment	False	SPA0016_000000008264	1.0		0	0	False	False	0.9971867203712463	0					non-mobilizable	no_good_hit	3466.0	94.86399999999999	89.0	0.0005334722632186981	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
MAD0002_000000008312	3887	0.5908612930911322	3	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.2524872711973619		0	0	False	False	0.9997427463531494	0					non-mobilizable	other	3884.0	95.7	99.0	0.08873142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0031_000000006201	3721	0.5908612930911322	3	2	2	2	1	True	105867	fragment	False	FIJ0031_000000006201	1.0		0	0	False	False	0.9997312426567078	0					non-mobilizable	no_good_hit	2347.0	95.271	77.0	0.053622857142857146	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
AST0058_000000004267	3695	0.5908612930911322	4	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.21183862082164728		0	0	False	False	1.0	0					non-mobilizable	other	3695.0	95.995	100.0	0.08443428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
TAN0012_000000001907	3590	0.5908612930911322	3	2	2	2	1	True	113130	fragment	False	FIJ0102_000000004803	0.10549683337248007		0	0	False	False	1.0	0					non-mobilizable	other	3589.0	96.016	99.0	0.08201142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0104_000000007398	3375	0.5908612930911322	3	2	2	2	1	True	105864	fragment	False	FIJ0104_000000007398	0.9742697679316564		0	0	False	False	1.0	0					non-mobilizable	other	3219.0	95.589	95.0	0.07355428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0081_000000007218	3232	0.5908612930911322	3	2	2	2	1	True	105865	fragment	False	ISR0081_000000007218	0.9314867257308146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2835.0	94.815	88.0	0.06477714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0021_000000004525	3180	0.5908612930911322	2	2	2	2	1	True	105865	fragment	False	ISR0081_000000007218	0.9268167605639407		0	0	False	False	1.0	0					non-mobilizable	other	2854.0	95.515	90.0	0.06521142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0100_000000011976	3105	0.5908612930911322	2	2	2	2	1	True	105864	fragment	False	FIJ0104_000000007398	0.9396240454805396		0	0	False	False	1.0	0					non-mobilizable	other	3104.0	96.005	99.0	0.07092571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CAN0016_000000016432	2945	0.5908612930911322	3	2	2	2	1	True	92959	fragment	False	CAN0016_000000016432	1.0		0	0	False	False	0.997623085975647	0					non-mobilizable	other	2580.0	94.07	90.0	0.0006601814204181423	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
MAD0045_000000013028	2936	0.5908612930911322	2	2	2	2	1	True	105864	fragment	False	FIJ0104_000000007398	0.6273752012882448		0	0	False	False	1.0	0					non-mobilizable	other	2937.0	94.927	100.0	0.06706285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0071_000000013238	2699	0.5908612930911322	2	2	2	2	1	True	105863	fragment	False	FIJ0071_000000013238	0.9582297140726291		0	0	False	False	1.0	0					non-mobilizable	other	2699.0	94.961	100.0	0.06166857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0069_000000018322	2644	0.5908612930911322	2	2	2	2	1	True	88081	fragment	False	MON0069_000000018322	1.0		0	0	False	False	0.9935703277587891	0					non-mobilizable	other	2608.0	95.552	99.0	0.0006676164733082883	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
USA0078_01_000000006102	2607	0.5908612930911322	2	2	2	2	1	True	105863	fragment	False	FIJ0071_000000013238	0.9367259959133359		0	0	False	False	0.9984656572341919	0					non-mobilizable	other	2588.0	95.75	99.0	0.05913142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ETH0005_000000018365	2597	0.5908612930911322	2	2	2	2	1	True	105863	fragment	False	FIJ0071_000000013238	0.9477294838821143		0	0	False	False	1.0	0					non-mobilizable	other	2101.0	95.336	99.0	0.048	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0338_000000004027	5307	0.5908609787860152	8	3	3	3	2	False	33309	fragment	False	ISR0338_000000004027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1659.0	77.03399999999999	31.0	0.0005827167085404598	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
ISR0371_000000011450	1720	0.5908580167691825	4	2	2	2	2	False	23485	maximal	True	ISR0371_000000011450	1.0		1	1	False	False	0.9988372325897217	0					non-mobilizable	no_good_hit	274.0	97.08	23.0	7.791780784384016e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0026_000000012368	2597	0.5908513040123633	4	4	4	3	3	False	49116	maximal	True	FIJ0026_000000012368	1.0		13	4	False	False	0.999229907989502	0					non-mobilizable	no_good_hit	204.0	73.039	8.0	3.1404767632239166e-05	CP011773.1	high GC Gram+	Mycobacterium sp. EPa45, complete genome	True	False
FIJ0045_000000017768	1334	0.590843589515441	2	1	1	1	1	False	47038	fragment	False	FIJ0045_000000017768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000014376	2448	0.5908423913198944	4	4	4	3	2	False	67052	fragment	False	ISR0295_000000014376	1.0		0	0	False	False	0.9869281053543091	0					non-mobilizable	no_good_hit	106.0	98.113	4.0	0.0002751319978513501	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
MON0106_000000040598	1116	0.5908338147167611	2	1	1	1	1	False	67837	fragment	False	ENG0003_000000017749	0.9386401326699834		0	0	False	False	0.990143358707428	0					non-mobilizable	other	1117.0	95.434	100.0	0.0937368642286675	NZ_JAAIUD010000022.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_22_length_11895_cov_249.384, whole genome shotgun sequence	False	False
ISR0816_000000001829	21426	0.5908331236143192	32	15	3	9	10	False	21434	maximal	True	ISR0816_000000001829	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1296.0	88.889	32.0	0.005238168545061213	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
ENG0210_000000005698	3750	0.5908257112708224	3	2	2	2	1	True	53749	maximal	True	ENG0210_000000005698	1.0		4	4	False	False	0.9991999864578247	0					non-mobilizable	no_good_hit	2523.0	77.21	67.0	0.012341648488086228	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
MAD0072_000000002186	2602	0.5908254546527896	5	2	1	1	2	False	16317	maximal	True	MAD0072_000000002186	1.0		8	2	False	False	0.9992313385009766	0					non-mobilizable	no_good_hit	174.0	78.161	7.0	0.0028305362945097645	NZ_KB908033.1	b-proteobacteria	Vitreoscilla stercoraria DSM 513 H150DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
SPA0129_000000012807	2039	0.5908137103732791	4	4	3	3	2	False	60348	fragment	False	SPA0129_000000012807	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	98.96	100.0	0.00045451493768701066	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0099_000000031539	1178	0.5908126419112161	2	2	2	2	2	False	9142	maximal	True	MON0099_000000031539	0.9856521739130435		49	9	False	False	0.9991511106491089	0					non-mobilizable	no_good_hit	214.0	81.77600000000001	18.0	6.410062588818674e-05	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0812_000000003487	10004	0.5908104179506091	11	8	4	7	4	True	95060	fragment	False	ISR0812_000000003487	0.9737224761113419		0	0	False	False	0.9999000430107117	0					non-mobilizable	no_good_hit	53.0	90.566	1.0	3.357451023183199e-05	NZ_CP024610.1	firmicutes	Lactobacillus terrae strain NIBRBAC000499792 chromosome, complete genome	True	True
ISR0268_000000001060	10474	0.5908096819253608	14	8	5	6	2	True	128582	maximal	True	ISR0268_000000001060	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	97.76100000000001	4.0	0.00011406076224446549	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0043_000000007265	3509	0.5908067150844606	4	3	2	2	3	False	48388	maximal	True	FIJ0043_000000007265	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	1.0	2.460717329387268e-06	LN590698.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG17, chromosome: 17	True	False
ISR0212_000000002217	11908	0.5908059970885708	16	8	6	7	5	False	28375	fragment	False	ISR0212_000000002217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1300.0	76.0	11.0	0.007038737745299736	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
FIJ0126_000000014250	2578	0.5908019853092945	2	2	1	2	1	False	109819	maximal	True	FIJ0126_000000014250	1.0		21	7	False	False	0.9965088963508606	0					non-mobilizable	no_good_hit	1481.0	90.007	57.0	0.00046042549537739024	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0052_000000009167	3180	0.5908001558247753	6	2	2	2	1	True	66590	maximal	True	ENG0052_000000009167	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0161_000000010484	2867	0.5908001558247753	4	2	2	2	1	True	66589	fragment	False	ISR0161_000000010484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0018_000000017633	1255	0.5908001558247753	2	2	2	2	1	True	66587	fragment	False	ENG0018_000000017633	1.0		0	0	False	False	0.9984063506126404	0					non-mobilizable	no_good_hit								True	True
CHI0154_000000016934	1928	0.5907962922013575	2	2	2	2	2	True	79161	maximal	True	CHI0154_000000016934	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	97.03299999999999	52.0	0.004748414057941005	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
CAN0014_000000006669	6500	0.5907914312697375	3	1	1	1	1	False	93748	maximal	True	CAN0014_000000006669	1.0		72	10	False	False	0.9998461604118347	0					non-mobilizable	no_good_hit	40.0	100.0	1.0	0.0001683152933865037	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
FIJ0164_000000006961	3381	0.5907897789331047	4	4	4	4	4	False	111919	maximal	False	FIJ0131_000000005289	0.9792415155872342		0	0	False	False	1.0	0					non-mobilizable	chromosome	3381.0	99.882	100.0	0.0015416697834546905	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ENG0093_000000003727	3321	0.5907854792230565	5	4	1	2	2	False	79195	fragment	False	ENG0093_000000003727	0.9658713379643612		0	0	False	False	0.9996988773345947	0					non-mobilizable	no_good_hit	2359.0	74.523	70.0	0.0007170090550304449	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
CHI0014_000000003236	2102	0.5907824096708799	3	3	3	3	3	False	89904	maximal	False	ISR0070_000000009470	0.9490335141148658		0	0	False	False	1.0	0					non-mobilizable	chromosome	2102.0	98.62	100.0	0.000563032884765043	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0332_000000008035	1789	0.5907817981101512	3	3	3	2	2	False	24567	fragment	False	ISR0332_000000008035	1.0		0	0	False	False	0.9994410276412964	0					non-mobilizable	other	1492.0	85.389	93.0	0.0019489853734287453	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
MAD0013_000000005337	4057	0.5907816705035325	5	2	0	1	1	True	19608	fragment	False	MAD0013_000000005337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	263.0	75.285	6.0	0.06718415417558886	HG796336.1	bacteria	Uncultured bacterium plasmid pRGI00522	True	True
MAD0051_000000008431	3313	0.5907816705035325	6	2	0	1	1	True	17350	maximal	True	MAD0051_000000008431	1.0		1	1	True	True	0.9996981620788574	31					non-mobilizable	no_good_hit	49.0	89.796	1.0	0.017871326449563147	LN852731.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0038	True	True
ISR0050_000000004478	5067	0.5907772383829135	7	6	5	6	4	True	69612	maximal	True	ISR0050_000000004478	1.0		2	2	False	False	0.9996052980422974	0					non-mobilizable	no_good_hit	410.0	96.585	8.0	0.045495093666369314	NZ_JAAITU010000072.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_72_length_8968_cov_113.507, whole genome shotgun sequence	True	True
FIJ0117_000000005019	4210	0.5907740338954179	4	4	4	3	3	False	62087	fragment	False	MON0013_000000008650	0.7185772858731261		0	0	False	False	1.0	0					non-mobilizable	chromosome	4255.0	97.556	100.0	0.0011345178592530962	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0141_000000002578	8015	0.5907554052643226	10	7	4	6	3	True	3470	fragment	False	SPA0141_000000002578	1.0		0	0	False	False	0.9940112233161926	0					non-mobilizable	no_good_hit	284.0	80.634	4.0	0.00016663614614755484	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ISR0327_000000019029	1532	0.5907545646461767	2	2	1	2	1	False	24776	fragment	False	ISR0327_000000019029	0.9970433639947438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	88.63600000000001	9.0	4.5600945052656524e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
SPA0138_000000017775	1522	0.5907545646461767	2	2	1	2	1	False	24776	fragment	False	ISR0327_000000019029	0.993798955613577		0	0	False	False	0.9986859560012817	0					non-mobilizable	no_good_hit	119.0	91.59700000000001	8.0	0.001078666994682361	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
FIJ0112_000000021331	1311	0.5907544583768681	4	2	2	0	1	False	41994	maximal	True	FIJ0112_000000021331	1.0		1	1	False	False	0.9969488978385925	0					non-mobilizable	no_good_hit								True	False
ENG0019_000000005614	3673	0.5907537543878569	4	4	4	4	3	False	127735	fragment	False	ENG0068_000000006063	0.9341293272462092		0	0	False	False	1.0	0					non-mobilizable	chromosome	3580.0	98.01700000000001	100.0	0.0011277770090458558	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0085_000000010771	2419	0.5907456236119827	2	2	2	2	2	False	9791	fragment	False	MON0085_000000010771	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2335.0	98.758	96.0	0.0012990547623380983	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
TAN0018_000000005271	1951	0.590740490443828	2	2	0	2	1	False	40430	fragment	False	TAN0018_000000005271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0033_000000010266	2342	0.590736059498866	3	2	2	2	2	False	127896	fragment	False	DEN0033_000000010266	1.0		0	0	False	False	0.9850555062294006	0					non-mobilizable	other	2048.0	91.602	98.0	0.0005733857625466564	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0021_000000001402	5852	0.5907338935252969	8	6	5	5	4	False	127141	maximal	True	CHI0021_000000001402	1.0		2	1	False	False	0.9967532753944397	0					non-mobilizable	other	5824.0	99.82799999999999	99.0	0.0236686150019104	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
MAD0096_000000001409	9816	0.5907222532998649	10	5	4	3	3	True	93233	fragment	False	MAD0096_000000001409	1.0		0	0	False	False	0.9997962713241577	0					non-mobilizable	no_good_hit	1857.0	76.414	19.0	0.0006540778228663766	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
USA0082_01_000000016649	1790	0.5907146508944695	3	2	2	2	2	False	67515	fragment	False	ENG0191_000000015929	0.7768626696454903		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	100.0	100.0	0.0007530120481927711	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
ISR0150_000000007676	2966	0.5907144452925912	3	3	2	3	2	False	30824	fragment	False	ISR0150_000000007676	1.0		0	0	False	False	0.9875252842903137	0					non-mobilizable	no_good_hit								True	False
CHI0056_000000018085	1160	0.5907051016959814	2	2	2	2	2	False	93961	fragment	False	DEN0008_000000007374	0.5730774232764592		0	0	False	False	0.9956896305084229	0					non-mobilizable	chromosome	1144.0	99.56299999999999	99.0	0.0002551932268189997	CP053597.1	enterobacteria	Escherichia coli strain T7Express_LysY chromosome, complete genome	False	False
ENG0145_000000015439	1973	0.5907034934160207	3	2	2	1	1	False	57488	maximal	True	ENG0145_000000015439	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	98.37	34.0	0.44517833553500663	KU545455.1	bacteria	Uncultured bacterium clone CH_01I_012_Contig_9 genomic sequence	True	False
MON0103_000000002592	11588	0.5907024457605511	17	7	6	6	6	True	59705	maximal	False	ENG0112_000000001834	0.9485209397297499		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5631.0	97.514	89.0	0.46988555676217525	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
SPA0016_000000011775	2795	0.590694896842593	3	3	3	2	2	False	7884	fragment	False	SPA0016_000000011775	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	86.76700000000001	90.0	0.00039233229529263205	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	False
USA0003_01_000000018217	2131	0.59069401464078	2	2	2	2	2	False	10556	fragment	False	USA0003_01_000000018217	1.0		0	0	False	False	0.9924917817115784	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	5.6324700634216126e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
CHI0174_000000005360	2837	0.5906906952889365	6	3	3	1	1	False	77845	fragment	False	CHI0174_000000005360	1.0		0	0	False	False	0.9989425539970398	0					non-mobilizable	no_good_hit	1084.0	95.111	38.0	0.00029255744143646245	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0052_000000019314	2249	0.5906886192912262	2	2	2	2	1	False	72292	maximal	False	MON0082_000000013670	0.9636213311285655		0	0	False	False	0.9933303594589233	0					non-mobilizable	other	2249.0	99.867	100.0	0.002455805335914405	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
MON0063_000000010982	2630	0.5906885597867078	5	3	1	3	1	True	39092	fragment	False	MON0063_000000010982	0.9803999999999999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	95.34899999999999	5.0	3.8702264687207085e-05	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0197_000000009835	2566	0.5906885597867078	5	3	1	3	1	True	39093	maximal	True	ISR0197_000000009835	1.0		1	1	False	False	0.9996103048324585	0					non-mobilizable	no_good_hit	370.0	72.973	14.0	0.05349182763744428	U15027.1	firmicutes	Clostridium perfringens transposon Tn4451 site-specific recombinase (tnpX), chloramphenicol acetyltransferase (catP), tnpV, tnpY, tnpZ, and tnpW genes, complete cds	True	True
ISR0306_000000003794	2500	0.5906885597867078	5	3	1	3	1	True	39092	fragment	False	MON0063_000000010982	0.9547528517110266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	92.23299999999999	4.0	0.0005096632145478268	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
ITA0005_000000000944	14147	0.5906871687915232	16	15	6	8	14	True	123790	fragment	False	SPA0026_000000000982	0.9638289196649966		0	0	False	False	1.0	0					non-mobilizable	other	14147.0	100.0	100.0	0.038411930344773276	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0046_000000002836	8358	0.5906833949927919	11	6	2	4	5	False	46995	maximal	True	FIJ0046_000000002836	1.0		1	1	False	False	0.9960516691207886	0					non-mobilizable	no_good_hit	2466.0	97.60700000000001	29.0	0.0008826866397841939	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
CHI0135_000000011769	1654	0.5906813074101841	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.39155577939357084		0	0	False	False	0.9909310936927795	0					non-mobilizable	other	1655.0	98.61	100.0	0.00045931430539125027	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0061_01_000000004457	2473	0.5906794725333493	3	3	2	2	3	False	897	maximal	True	USA0061_01_000000004457	1.0		11	4	False	False	0.9995956420898438	0					non-mobilizable	chromosome	2473.0	96.48200000000001	100.0	0.000805949479264006	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0061_000000023982	1796	0.5906787955500408	2	2	1	2	1	False	71857	maximal	True	DEN0061_000000023982	1.0		2	2	False	False	0.9883073568344116	0					non-mobilizable	no_good_hit	170.0	76.471	9.0	5.358253812461758e-05	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
FIJ0096_000000025513	1470	0.590677951855046	3	2	2	1	2	False	42982	maximal	True	FIJ0096_000000025513	1.0		1	1	False	False	0.9877551198005676	0					non-mobilizable	no_good_hit	158.0	75.316	11.0	2.793552337022805e-05	CP049139.1	b-proteobacteria	Herbaspirillum frisingense strain IAC152 chromosome, complete genome	True	False
MON0005_000000024015	2239	0.5906739923992301	2	2	2	2	2	False	84771	maximal	False	DEN0085_000000012362	0.9413430420711975		0	0	False	False	0.9986600875854492	0					non-mobilizable	no_good_hit								True	False
ISR0130_000000005466	4953	0.5906739043556329	7	3	1	1	2	False	31795	fragment	False	ISR0130_000000005466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	84.18299999999999	28.0	0.00024256526240844846	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
AST0087_000000013277	2739	0.590669761132636	6	5	2	3	3	True	110940	fragment	False	AST0087_000000013277	1.0		0	0	False	False	0.9769989252090454	0					non-mobilizable	plasmid	2684.0	100.0	98.0	0.016215595498555526	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0117_000000005462	6614	0.5906684560584897	11	9	3	5	7	True	129075	fragment	False	SPA0117_000000005462	1.0		0	0	False	False	0.9978832602500916	0					non-mobilizable	other	6204.0	99.484	94.0	0.001648279961533934	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0158_000000007118	2617	0.5906640995222802	2	2	2	2	2	False	34440	maximal	True	ISR0158_000000007118	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	1327.0	99.171	51.0	0.004033595040442418	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0137_000000018962	1935	0.590658812515938	3	3	2	3	2	False	3563	maximal	True	SPA0137_000000018962	1.0		9	5	False	False	0.9932816624641418	0					non-mobilizable	no_good_hit	1671.0	98.68299999999999	86.0	0.004398718840213246	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
CHI0092_000000010128	1101	0.5906527052966029	1	1	1	1	1	False	83608	fragment	False	CHI0092_000000010128	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	100.0	100.0	0.00023698459083102308	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0311_000000015333	1496	0.5906484082560582	3	3	1	2	2	False	25292	maximal	True	ISR0311_000000015333	1.0		68	11	False	False	0.999331533908844	0					non-mobilizable	other	1511.0	86.16799999999999	100.0	0.000397339607732926	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MON0088_000000013962	2263	0.5906471250702005	4	2	2	2	1	True	9640	fragment	False	MON0088_000000013962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	97.959	2.0	0.00033343058392031006	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	True	True
MAD0098_000000014347	3045	0.5906455451331643	5	4	2	3	3	True	40760	fragment	False	MAD0098_000000014347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1759.0	82.149	57.0	0.0004712824588019908	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0157_000000007080	2574	0.5906455451331643	4	4	2	3	3	True	39471	fragment	False	FIJ0157_000000007080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1545.0	83.75399999999999	60.0	0.0004155829828907974	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0049_000000008539	2000	0.5906428984054047	4	2	2	2	2	False	46661	maximal	True	FIJ0049_000000008539	1.0		5	1	False	False	0.9994999766349792	0					non-mobilizable	no_good_hit	1432.0	88.617	71.0	0.31434227892652883	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
ISR0258_000000001262	8547	0.5906425278170903	13	8	7	6	7	False	82202	maximal	True	ISR0258_000000001262	1.0		0	0	False	False	0.9985960125923157	0					non-mobilizable	no_good_hit	1308.0	97.554	15.0	0.0036699875327125897	NZ_KB894644.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
SPA0116_000000017382	2316	0.5906416281587671	2	2	2	1	1	False	92354	fragment	False	SPA0116_000000017382	1.0		0	0	False	False	0.995250403881073	0					non-mobilizable	no_good_hit	794.0	91.436	83.0	0.00034828789925739573	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0019_01_000000022272	1368	0.590627146100433	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.8444661653603657		0	0	False	False	1.0	0					non-mobilizable	other	1370.0	89.854	100.0	0.00042527138660871115	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0285_000000001254	8148	0.5906218188292089	17	12	5	9	7	True	118534	maximal	True	ISR0285_000000001254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3400.0	96.294	46.0	0.02399378618839147	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	True	True
SPA0018_000000003956	6525	0.5906189557651762	5	4	4	4	4	False	130684	fragment	False	MAD0004_000000001119	0.9604740173708228		0	0	False	False	0.99908047914505	0					non-mobilizable	other	5218.0	97.566	99.0	0.03713563725664662	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ISR0319_000000016349	1270	0.5906159947132474	2	2	2	2	2	False	25082	maximal	False	ISR0379_000000019847	0.9827044025157232		0	0	False	False	0.9866141676902771	0					non-mobilizable	other	1270.0	99.685	100.0	0.00026801084630813474	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0342_000000001994	8857	0.5906089472152245	23	12	2	4	10	False	24338	maximal	True	ISR0342_000000001994	1.0		1	1	False	False	0.9984193444252014	0					non-mobilizable	no_good_hit	3343.0	97.57700000000001	86.0	0.0009943344461548166	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0015_000000010018	2499	0.590606911494194	5	2	2	2	1	False	37979	maximal	True	ISR0015_000000010018	1.0		1	1	False	False	0.9959983825683594	0					non-mobilizable	no_good_hit	1011.0	80.317	40.0	0.008961824953445064	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0050_000000018608	1999	0.5906050479823393	2	2	2	2	2	False	11333	maximal	True	MON0050_000000018608	1.0		42	7	False	False	0.9954977631568909	0					non-mobilizable	no_good_hit	1241.0	76.551	62.0	0.00039600757613197517	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0376_000000008406	2751	0.590600866088876	3	3	3	2	2	False	23342	maximal	True	ISR0376_000000008406	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	94.416	7.0	0.0037578848476714534	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0814_000000028378	1469	0.5905969567834927	3	3	3	3	1	False	117885	fragment	False	ISR0122_000000008533	0.37326120983199046		0	0	False	False	0.9993192553520203	0					non-mobilizable	chromosome	1470.0	95.102	100.0	0.0004623948776607799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0165_000000003275	5131	0.5905939981957808	5	2	2	2	2	False	89377	fragment	False	CHI0165_000000003275	1.0		0	0	False	False	0.9972714781761169	0					non-mobilizable	chromosome	2739.0	96.824	90.0	0.0004956855054958722	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	False	False
DEN0056_000000000464	3723	0.5905939981957808	2	2	2	2	2	False	89376	fragment	False	DEN0056_000000000464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1730.0	97.514	86.0	0.00031347484967167633	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
ISR0093_000000011257	2198	0.5905939981957808	2	2	2	2	2	False	87355	fragment	False	MON0053_000000017473	0.9695324283559579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	97.398	76.0	0.0002784831515880248	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
DEN0052_000000002542	10955	0.590593316527839	11	5	2	4	3	False	72366	fragment	False	DEN0052_000000002542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	70.249	6.0	0.00047507255347001536	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	True	False
FIJ0031_000000019637	1300	0.5905896552551685	3	3	2	2	3	False	48523	fragment	False	FIJ0031_000000019637	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	96.916	99.0	0.0006595248672935206	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	False
ISR0848_000000005924	2838	0.5905776205267618	3	3	3	2	3	False	105005	maximal	True	ISR0848_000000005924	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	2.0	0.3383458646616541	KU545167.1	bacteria	Uncultured bacterium clone TE_01D_013_Contig_21 genomic sequence	True	False
FIJ0166_000000007348	3315	0.5905765972067316	4	2	1	2	0	True	66443	maximal	True	FIJ0166_000000007348	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0020_000000016175	1248	0.5905754874539736	2	2	2	2	1	True	69671	fragment	False	ENG0020_000000016175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	4.0	3.6476960041869205e-05	NZ_FNWJ01000001.1	actinobacteria	Thermoleophilum album strain ATCC 35263, whole genome shotgun sequence	True	True
ISR0359_000000010120	2543	0.5905747096873347	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.5962775494254011		0	0	False	False	1.0	0					non-mobilizable	other	2543.0	100.0	100.0	0.0004923313866682006	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0223_000000003061	7459	0.5905700613769196	8	6	5	4	2	False	65964	maximal	True	ISR0223_000000003061	1.0		1	1	False	False	0.9989274740219116	0					non-mobilizable	no_good_hit	1412.0	96.742	46.0	0.0004971575633355817	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0051_000000002408	10987	0.5905697210079144	10	1	1	1	1	False	73511	fragment	False	ENG0051_000000002408	1.0		0	0	False	False	0.999908983707428	0					non-mobilizable	no_good_hit	405.0	84.198	5.0	0.006877933868665853	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MON0099_000000026409	1371	0.5905684961328561	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.10277233615595273		0	0	False	False	0.996353030204773	0					non-mobilizable	chromosome	1388.0	89.76899999999999	100.0	0.00048066667317315294	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0129_000000009985	2674	0.5905644499594397	4	4	4	4	3	False	59450	maximal	True	ENG0129_000000009985	1.0		104	13	False	False	0.9962602853775024	0					non-mobilizable	no_good_hit	1030.0	80.291	38.0	0.00026790778943861925	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MAD0100_000000015035	2447	0.5905546140702272	4	2	2	2	1	False	67561	maximal	True	MAD0100_000000015035	1.0		1	1	False	False	0.9950960278511047	0					non-mobilizable	no_good_hit	268.0	73.881	11.0	0.001456811152449684	NZ_QJKD01000014.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_114, whole genome shotgun sequence	True	False
MON0098_000000027935	1281	0.5905533597005835	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.08878391748028748		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	99.06299999999999	100.0	0.0004308405058740727	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0093_000000000811	17808	0.5905522680591924	31	26	7	11	21	True	101544	fragment	False	ISR0093_000000000811	1.0		0	0	False	False	0.9991015195846558	0					non-mobilizable	chromosome	15426.0	98.969	98.0	0.0023472734976962566	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
CHI0142_000000008050	2315	0.5905496958555222	4	3	3	2	1	False	79993	maximal	True	CHI0142_000000008050	1.0		14	5	False	False	0.990064799785614	0					non-mobilizable	no_good_hit	680.0	72.059	28.0	0.0059795322957971655	NZ_JAAXKX010000014.1	g-proteobacteria	Marichromatium bheemlicum strain DSM 18632 assembly_contig_14, whole genome shotgun sequence	True	False
ENG0166_000000006526	4028	0.5905466954108995	4	4	4	4	4	False	56175	maximal	True	ENG0166_000000006526	1.0		29	8	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	74.828	7.0	0.0001245121635277223	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
USA0145_01_000000011546	2075	0.590544903066555	2	2	2	2	2	False	275	fragment	False	USA0145_01_000000011546	1.0		0	0	False	False	0.991807222366333	0					non-mobilizable	other	2067.0	85.244	99.0	0.06387268891922075	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
ISR0189_000000010633	1532	0.5905445020452623	2	2	2	2	1	False	29216	fragment	False	ISR0189_000000010633	1.0		0	0	False	False	0.9934725761413574	0					non-mobilizable	no_good_hit	667.0	74.663	42.0	0.006234223208138912	NZ_JAAWUO010000017.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_17_length_104584_cov_146.344, whole genome shotgun sequence	True	False
ENG0063_000000010114	3141	0.5905376987621654	4	4	2	4	3	True	120015	maximal	True	ENG0063_000000010114	1.0	PS730	27	6	False	True	0.9964979290962219	0					non-mobilizable	chromosome	3067.0	82.75200000000001	99.0	0.0010606734492138539	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0032_000000030840	1105	0.5905327348590017	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.42904225701764276		0	0	False	False	0.9990950226783752	0					non-mobilizable	chromosome	1105.0	95.204	100.0	0.0003087152496105406	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0109_000000003102	8763	0.5905308464058293	13	7	4	4	6	False	58048	fragment	False	FIJ0109_000000003102	1.0		0	0	False	False	0.9989729523658752	0					non-mobilizable	no_good_hit	66.0	96.97	1.0	1.8095138671399242e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0231_000000015369	1308	0.5905294605181298	2	2	2	2	1	False	27472	fragment	False	ISR0231_000000015369	1.0		0	0	False	False	0.9900611639022827	0					non-mobilizable	no_good_hit	574.0	99.477	55.0	0.701840490797546	GQ882071.1		Uncultured organism clone VC1CX94TF genomic sequence	True	False
MON0101_000000037375	1736	0.5905264406451616	2	2	1	1	1	False	83282	fragment	False	MON0101_000000037375	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1736.0	99.94200000000001	100.0	0.0005380669162966358	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
CHI0102_000000005436	1631	0.5905264406451616	2	2	1	1	1	False	83281	fragment	False	CHI0102_000000005436	1.0		0	0	False	False	0.9779276251792908	0					non-mobilizable	chromosome	1631.0	99.939	100.0	0.0005055037887974158	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
MON0105_000000034970	1560	0.5905264406451616	2	2	1	1	1	False	8716	fragment	False	MON0105_000000034970	0.9976697736351532		0	0	False	False	0.9993589520454407	0					non-mobilizable	no_good_hit								True	False
USA0064_01_000000005470	1502	0.5905264406451616	2	2	1	1	1	False	8716	fragment	False	MON0105_000000034970	0.9791666666666667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000015975	2520	0.5905218258801819	3	1	1	1	1	False	70470	maximal	True	DEN0071_000000015975	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	74.66	58.0	0.002520214963687607	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ENG0044_000000012188	1348	0.5905218258801819	1	1	1	1	1	False	112254	fragment	False	ENG0044_000000012188	1.0		0	0	False	False	0.9510385990142822	0					non-mobilizable	other	1259.0	85.70299999999999	93.0	0.00032680995550132304	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
MON0082_000000027336	1323	0.5905218258801819	1	1	1	1	1	False	20567	fragment	False	MON0082_000000027336	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	86.241	99.0	0.00506110546208008	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
SPA0028_000000025192	1322	0.5905218258801819	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.17129878308072358		0	0	False	False	1.0	0					non-mobilizable	chromosome	1322.0	99.09200000000001	100.0	0.00029399013831112123	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0052_000000023114	1288	0.5905218258801819	1	1	1	1	1	False	78002	fragment	False	MON0052_000000023114	0.9846508865296231		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	84.93	100.0	0.0003416649534786559	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
SPA0093_000000029149	1280	0.5905218258801819	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.13853919207220972		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	99.609	100.0	0.023169450382232528	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ISR0243_000000010156	1273	0.5905218258801819	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.14338849854702235		0	0	False	False	0.9913589954376221	0					non-mobilizable	chromosome	1273.0	98.9	100.0	0.00035410794446184363	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0144_000000013488	1261	0.5905218258801819	1	1	1	1	1	False	57533	fragment	False	ENG0144_000000013488	1.0		0	0	False	False	0.9928628206253052	0					non-mobilizable	chromosome	1261.0	93.18	100.0	0.00035076730347635454	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0024_000000017033	1254	0.5905218258801819	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.04721090237011984		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	99.59899999999999	99.0	0.02257164595485671	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
MON0082_000000029549	1236	0.5905218258801819	1	1	1	1	1	False	78002	fragment	False	MON0052_000000023114	0.9631861247271782		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	84.976	99.0	0.004727279703777603	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
MON0083_000000033654	1221	0.5905218258801819	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.019988599674490907		0	0	False	False	0.9991809725761414	0					non-mobilizable	other	1222.0	90.426	100.0	0.0038778031498813794	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
MON0081_000000043973	1174	0.5905218258801819	1	1	1	1	1	False	9943	fragment	False	MON0081_000000043973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0025_000000036961	1173	0.5905218258801819	1	1	1	1	1	False	78002	fragment	False	MON0052_000000023114	0.7567651013947758		0	0	False	False	0.9727195501327515	0					non-mobilizable	other	1179.0	84.818	100.0	0.00031115915406091873	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
AUS0014_000000023196	1161	0.5905218258801819	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.043418119221741706		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	99.742	100.0	0.003528635178667575	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0357_000000023288	1147	0.5905218258801819	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.07288808440030735		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	98.605	100.0	0.0012758879445289345	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0181_000000017499	1146	0.5905218258801819	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.10727545739424856		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	100.0	100.0	0.0002548211266966191	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0022_000000012460	1142	0.5905218258801819	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.04335148892886282		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	100.0	100.0	0.0006742673916370751	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0162_000000021614	1129	0.5905218258801819	1	1	1	1	1	False	56330	fragment	False	ENG0162_000000021614	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	86.87899999999999	100.0	0.00037579141672361996	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0291_000000014097	1105	0.5905218258801819	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.0730927110615899		0	0	False	False	1.0	0					non-mobilizable	chromosome	1105.0	98.73299999999999	100.0	0.00030733897066499634	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0023_01_000000011702	2685	0.5905212948757932	5	4	3	2	3	False	56222	maximal	True	USA0023_01_000000011702	1.0		19	5	False	False	0.9996275901794434	0					non-mobilizable	no_good_hit	727.0	94.49799999999999	27.0	0.0006496946614070633	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0125_000000004595	4365	0.5905162373325774	6	4	3	4	1	False	115422	fragment	False	FIJ0125_000000004595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	74.788	25.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0334_000000008273	2464	0.5905159623512842	2	2	2	2	2	False	104375	fragment	False	ISR0334_000000008273	1.0		0	0	False	False	0.9995941519737244	0					non-mobilizable	other	1876.0	91.471	93.0	0.019876053229195407	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
BAN0018_000000001153	1987	0.5905151789274993	3	3	3	3	3	False	98024	fragment	False	BAN0018_000000001153	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1987.0	98.23899999999999	100.0	0.0004151537385785688	CP056821.1	enterobacteria	Escherichia coli strain RHBSTW-00139 chromosome, complete genome	False	False
CHI0031_000000000324	14604	0.5905080519751267	16	13	9	10	12	True	89889	maximal	True	CHI0031_000000000324	1.0	PS469	19	2	False	True	1.0	0	rep_cluster_1085	MOBB			mobilizable	no_good_hit	7317.0	97.13	54.0	0.0015442831427936023	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
CHI0161_000000010488	1111	0.5904978818833067	2	2	2	2	2	False	78603	maximal	True	CHI0161_000000010488	1.0		194	10	False	False	0.9702970385551453	0					non-mobilizable	chromosome	1111.0	99.46	100.0	0.0004783977554094503	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
CHI0102_000000003153	2414	0.5904976153666215	3	3	3	3	2	False	83292	fragment	False	CHI0102_000000003153	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	88.55799999999999	18.0	0.00014675504731335602	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0021_000000008792	5624	0.5904967499446783	4	4	3	2	4	False	49688	fragment	False	FIJ0021_000000008792	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3779.0	98.333	99.0	0.01962831922775189	MG825383.1	enterobacteria	Escherichia coli strain 1079 plasmid p1079-IncFIB-N, complete sequence	False	True
ISR0386_000000001486	18691	0.5904966323101124	17	6	5	6	4	True	77180	fragment	False	ENG0054_000000001022	0.965555784088436		0	0	False	False	0.9998930096626282	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.01607142857142857	XM_026924442.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus 1-phosphatidylinositol phosphodiesterase (si:dkey-152b24.7), transcript variant X4, mRNA	True	True
USA0020_01_000000012965	2695	0.5904954808244146	4	4	4	4	3	False	68429	maximal	True	USA0020_01_000000012965	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	1.429521288186959e-05	CP014213.1	euryarchaeotes	Methanosphaera sp. BMS, complete genome	True	False
SPA0130_000000009871	3323	0.590494729383457	5	2	2	2	2	False	3812	maximal	True	SPA0130_000000009871	1.0		2	2	False	False	0.9993981122970581	0					non-mobilizable	no_good_hit								True	False
AST0148_000000029284	1150	0.5904920074373039	2	2	2	2	1	False	104587	maximal	True	AST0148_000000029284	1.0		166	11	False	False	0.9991304278373718	0					non-mobilizable	other	1150.0	99.391	100.0	0.368505452212957	KX128847.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_PE_3 genomic sequence	False	False
MON0101_000000039631	1646	0.5904886107920749	3	2	1	2	1	False	9035	maximal	True	MON0101_000000039631	1.0		82	13	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	77.692	8.0	0.0001500253753857586	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0357_000000006919	3416	0.5904822578836365	5	4	4	4	4	False	55341	maximal	False	ISR0335_000000004181	0.6394613159797541		0	0	False	False	0.9973653554916382	0					non-mobilizable	other	3416.0	99.15100000000001	100.0	0.0016889435769203759	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ISR0114_000000013479	2075	0.5904757088440729	3	3	3	3	1	True	32547	maximal	True	ISR0114_000000013479	1.0		2	1	False	False	0.991325318813324	0					non-mobilizable	no_good_hit	804.0	75.995	38.0	0.004588529252593641	NZ_AAXG02000011.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont151, whole genome shotgun sequence	True	True
FIJ0065_000000005089	3231	0.5904754949422486	4	3	1	1	3	True	74265	fragment	False	FIJ0065_000000005089	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2740.0	94.818	92.0	0.06251428571428572	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0078_000000012226	1637	0.5904708995840839	2	1	1	1	1	False	34415	maximal	True	ISR0078_000000012226	1.0		1	1	False	False	0.998778223991394	0					non-mobilizable	no_good_hit	875.0	98.171	53.0	0.00024461572520865805	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0092_000000006929	3423	0.5904704539145146	3	3	3	3	3	False	33592	fragment	False	ISR0092_000000006929	1.0		0	0	False	False	0.9924043416976929	0					non-mobilizable	other	3423.0	98.101	100.0	0.01406881467564023	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
ENG0056_000000001152	12646	0.5904670967812882	12	9	7	8	8	False	120194	fragment	False	ENG0056_000000001152	0.9839725243274184		0	0	False	False	0.9991301894187927	0					non-mobilizable	no_good_hit	1060.0	76.792	16.0	0.00917746325051304	NZ_JAAITI010000009.1	firmicutes	Blautia luti strain MSK.16.34 NODE_9_length_113539_cov_214.703, whole genome shotgun sequence	True	False
ENG0207_000000004681	3627	0.5904648229099116	3	2	2	2	1	True	130249	maximal	True	ENG0207_000000004681	1.0		2	2	False	False	0.993107259273529	0					non-mobilizable	no_good_hit	2406.0	96.384	74.0	0.0007163380004479754	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
FIJ0053_000000018203	1150	0.5904628877053097	2	2	2	2	2	False	46364	maximal	True	FIJ0053_000000018203	1.0		22	4	False	False	0.9860869646072388	0					non-mobilizable	chromosome	1056.0	97.25399999999999	92.0	0.00020720630127128432	CP052181.1	enterobacteria	Klebsiella pneumoniae strain F16KP0037 chromosome, complete genome	False	False
MON0016_000000025530	1480	0.5904627701507098	3	2	2	2	2	False	13340	maximal	True	MON0016_000000025530	0.9611721611721612		27	4	False	False	0.9993243217468262	0					non-mobilizable	no_good_hit	348.0	76.437	23.0	9.983906408590933e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
MON0019_000000040726	1654	0.5904544694108118	3	3	3	2	2	False	13171	maximal	True	MON0019_000000040726	1.0		6	3	False	False	0.9993954300880432	0					non-mobilizable	no_good_hit	80.0	83.75	5.0	6.96692610172436e-05	NZ_FNLM01000036.1	high GC Gram+	Gordonia westfalica strain DSM 44215, whole genome shotgun sequence	True	False
DEN0079_000000031727	1878	0.5904508490080129	3	3	3	3	2	False	69519	fragment	False	SPA0047_000000018622	0.6291970802919709		0	0	False	False	1.0	0					non-mobilizable	other	1878.0	98.296	100.0	0.0005212412038811226	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0179_000000002681	9530	0.5904478707394692	12	6	3	4	4	False	81343	fragment	False	ISR0179_000000002681	0.9781768453373432		0	0	False	False	0.998006284236908	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00048178106853969624	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
MAD0045_000000023070	1798	0.5904464072666242	4	4	2	3	3	True	17844	fragment	False	MAD0045_000000023070	1.0		0	0	False	False	0.996662974357605	0					non-mobilizable	plasmid	1800.0	97.22200000000001	100.0	0.01618685594869208	CP057304.1	enterobacteria	Escherichia coli strain RHB30-C09 plasmid pRHB30-C09_3, complete sequence	False	True
FIJ0059_000000011183	1598	0.5904460418469314	2	1	1	1	1	False	45902	maximal	True	FIJ0059_000000011183	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	71.429	33.0	0.0006470909125110513	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
MAD0014_000000014889	2168	0.5904455413037267	3	2	2	1	0	True	23831	maximal	True	MAD0014_000000014889	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	91.23700000000001	9.0	5.148411634983484e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0009_000000014917	2582	0.5904443453405389	2	2	2	2	1	False	115177	maximal	True	FIJ0009_000000014917	1.0	PS748	24	1	False	True	1.0	0					non-mobilizable	other	1495.0	96.321	96.0	0.0005897054280980595	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0150_000000008745	2685	0.5904429797098283	3	1	1	1	1	False	39822	maximal	True	FIJ0150_000000008745	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	2.0	0.0006627746284231605	NZ_PVXN01000069.1	firmicutes	Clostridium thermopalmarium DSM 5974 CPAL_contig000069, whole genome shotgun sequence	True	False
FIJ0074_000000012310	2601	0.5904390053482317	3	3	2	2	3	False	72705	fragment	False	FIJ0074_000000012310	1.0		0	0	False	False	0.9980776906013489	0					non-mobilizable	no_good_hit	1040.0	79.423	40.0	0.05391567838670916	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0087_000000012169	2962	0.5904367513923138	3	3	3	3	3	False	110995	fragment	False	ISR0382_000000004119	0.9355234878722751		0	0	False	False	0.9996623992919922	0					non-mobilizable	other	2962.0	99.865	100.0	0.009700690613164895	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ISR0062_000000007440	4295	0.5904363299819713	8	3	2	3	2	True	117096	maximal	True	ISR0062_000000007440	0.9634676064471664		6	3	True	True	1.0	19					non-mobilizable	no_good_hit	525.0	81.333	52.0	0.1310999736217357	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
AST0033_000000003246	3974	0.5904363299819713	8	3	2	3	2	True	117096	maximal	False	ISR0062_000000007440	0.9439182817389049		0	0	False	True	0.9939607381820679	0					non-mobilizable	no_good_hit	386.0	84.456	53.0	0.1012925349512002	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
SPA0104_000000009827	3604	0.5904363299819713	8	3	2	3	2	True	117096	maximal	False	ISR0062_000000007440	0.5649254151387538		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	386.0	84.456	48.0	0.1012925349512002	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
AST0031_000000021323	1156	0.5904362563715254	2	1	1	1	1	False	117124	maximal	True	AST0031_000000021323	1.0		1	1	False	False	0.9991349577903748	0					non-mobilizable	other	1061.0	98.021	92.0	0.0003000535951927837	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0283_000000002307	5398	0.590434363101788	7	5	4	4	4	False	100601	maximal	True	ISR0283_000000002307	0.964020081814801		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	87.025	51.0	0.000439326738768486	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0770_000000003257	2999	0.5904336107943164	4	4	4	4	3	False	66675	maximal	True	ISR0770_000000003257	1.0		48	6	False	False	0.9989996552467346	0					non-mobilizable	other	2827.0	89.53	94.0	0.035498174560062656	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
ISR0087_000000028349	1351	0.5904334594706973	2	1	1	1	1	False	33823	maximal	True	ISR0087_000000028349	1.0		9	2	False	False	0.9785344004631042	0					non-mobilizable	no_good_hit	61.0	88.525	5.0	1.3045843529022436e-05	HG938355.1	a-proteobacteria	Neorhizobium galegae, complete genome	True	False
ENG0077_000000007466	2708	0.5904282194650436	3	3	3	1	1	False	124470	fragment	False	ENG0134_000000011024	0.43639486547640954		0	0	False	False	1.0	0					non-mobilizable	other	2699.0	96.33200000000001	99.0	0.0009673145352114699	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0216_000000009412	1894	0.5904254341903641	3	2	2	2	2	False	89022	fragment	False	ISR0216_000000009412	0.9651723719443824		0	0	False	False	1.0	0					non-mobilizable	other	1894.0	98.99700000000001	100.0	0.009623499029007759	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0396_000000004595	4638	0.5904218883412736	6	5	5	3	3	False	53639	maximal	True	ISR0396_000000004595	0.953628613388807		10	5	False	False	0.9993531703948975	0					non-mobilizable	no_good_hit	1163.0	85.727	25.0	0.02878787878787879	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0204_000000003519	2833	0.5904205217168439	2	2	1	2	2	False	111209	fragment	False	ISR0204_000000003519	1.0		0	0	False	False	0.990822434425354	0					non-mobilizable	chromosome	2773.0	98.594	100.0	0.00039083517623857627	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0101_000000007042	4270	0.5904200551678814	5	5	2	4	2	True	60516	maximal	True	ENG0101_000000007042	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2824.0	85.234	66.0	0.0008157266533031276	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0809_000000004337	1480	0.5904184734445859	3	3	3	2	2	False	58963	fragment	False	ISR0809_000000004337	0.990674318507891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	94.836	76.0	0.0014036291954872661	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0036_000000011288	2511	0.5904171246112437	4	3	3	2	2	False	18732	maximal	True	MAD0036_000000011288	1.0		0	0	False	False	0.9924333095550537	0					non-mobilizable	no_good_hit	1075.0	84.55799999999999	43.0	0.00031719470749820447	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0037_01_000000025314	1330	0.5904152358750062	2	1	1	1	1	True	1358	fragment	False	USA0037_01_000000025314	1.0		0	0	False	False	0.9857142567634583	0					non-mobilizable	no_good_hit	271.0	89.66799999999999	20.0	7.966888545006257e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0091_000000000883	18702	0.5904152010942854	27	20	6	10	18	True	5355	maximal	True	SPA0091_000000000883	1.0		1	1	False	False	1.0	0					non-mobilizable	other	13202.0	96.296	92.0	0.005161701812185288	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	False	True
ISR0107_000000011934	2178	0.5904148335610907	5	4	3	3	2	False	100691	maximal	True	ISR0107_000000011934	1.0		41	6	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	97.69	67.0	0.0022591125222453426	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ISR0346_000000011334	2028	0.5904135772376471	5	2	1	1	2	False	24191	fragment	False	ISR0346_000000011334	1.0		0	0	False	False	0.9926035404205322	0					non-mobilizable	no_good_hit								True	False
ISR0215_000000019063	1559	0.5904063067087789	3	3	3	3	2	False	28160	maximal	True	ISR0215_000000019063	1.0		231	11	True	True	0.9987171292304993	2					non-mobilizable	chromosome	1024.0	99.316	100.0	0.00015164465521519754	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
ISR0230_000000013048	2482	0.5903957709030836	3	2	2	1	2	False	75902	maximal	True	ISR0230_000000013048	1.0		183	10	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	74.854	34.0	0.0009009066435490623	NZ_SNYN01000001.1	high GC Gram+	Actinorugispora endophytica strain DSM 46770 Ga0310471_101, whole genome shotgun sequence	True	False
ISR0305_000000002175	6146	0.5903942569340714	6	6	3	5	5	True	123607	fragment	False	ISR0087_000000003064	0.8267066530217981		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6152.0	99.837	100.0	0.06138232476448986	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0079_000000004602	6125	0.5903942569340714	6	6	3	5	5	True	123607	fragment	False	ISR0087_000000003064	0.8252644115556271		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6133.0	99.87	100.0	0.061192719144180105	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0031_000000022315	1153	0.5903932369388825	3	2	0	2	2	False	48500	fragment	False	FIJ0031_000000022315	1.0		0	0	False	False	0.9947961568832397	0					non-mobilizable	chromosome	1104.0	99.819	100.0	0.00023577928152088967	CP059723.1	enterobacteria	Escherichia coli strain BUCT2930 chromosome, complete genome	False	False
ENG0142_000000008188	3674	0.5903881968050374	4	4	4	3	3	False	57698	maximal	True	ENG0142_000000008188	1.0		208	11	False	False	1.0	0					non-mobilizable	no_good_hit	1972.0	96.29799999999999	54.0	0.08337925480055954	NZ_JAAIOD010000029.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_29_length_23591_cov_281.03, whole genome shotgun sequence	True	False
FIJ0149_000000023661	1166	0.5903795408067019	2	2	2	2	2	False	39836	fragment	False	FIJ0149_000000023661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	359.0	79.387	48.0	0.00010751515903509812	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0076_000000010034	1637	0.5903758231145816	3	1	1	1	1	True	5738	fragment	False	SPA0076_000000010034	1.0		0	0	False	False	0.9963347315788269	0					non-mobilizable	no_good_hit								True	True
ISR0776_000000001443	17373	0.5903729072593645	22	11	4	11	4	True	26102	fragment	False	USA0119_01_000000000660	0.9771664067721096		0	0	False	False	1.0	0					non-mobilizable	other	17502.0	84.25299999999999	100.0	0.14552816282824566	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0012_000000002301	2482	0.5903614484744419	5	2	1	1	2	False	90106	maximal	True	CHI0012_000000002301	1.0		14	6	False	False	0.9987912774085999	0					non-mobilizable	no_good_hit	1293.0	95.36	80.0	0.00035967567943765875	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0046_000000008073	3544	0.5903607002144792	4	4	3	4	3	False	111945	maximal	True	ISR0046_000000008073	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	70.118	19.0	0.002598127461539066	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0062_000000008082	5049	0.5903555037685749	2	1	1	1	1	False	10778	maximal	True	MON0062_000000008082	1.0		643	14	False	False	0.9982174634933472	0					non-mobilizable	no_good_hit	3463.0	79.498	89.0	0.0007816262724385923	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0074_000000011497	2802	0.5903534278790177	3	2	0	2	1	True	47925	maximal	True	FIJ0074_000000011497	1.0		11	5	False	False	0.997501790523529	0					non-mobilizable	no_good_hit								True	True
CAN0012_000000012251	4303	0.5903529540335508	7	5	2	3	4	False	124396	fragment	False	CAN0012_000000012251	0.972202507688668		0	0	False	False	0.9997676014900208	0					non-mobilizable	other	4285.0	99.837	99.0	0.3853904282115869	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0200_000000015496	1353	0.5903489873018137	2	2	1	2	1	False	54185	fragment	False	ISR0013_000000019689	0.9570484581497798		0	0	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	465.0	76.12899999999999	34.0	0.0001310075188653669	NZ_LR130778.1	firmicutes	Petrocella atlantisensis isolate 70B-A chromosome 1	True	False
SPA0039_000000006524	3876	0.5903460222372414	4	4	4	4	4	False	7018	maximal	True	SPA0039_000000006524	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	99.52	89.0	0.00042399758375735925	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0074_000000005913	4308	0.590342452368971	5	4	2	3	1	False	81040	fragment	False	SPA0074_000000005913	1.0		0	0	False	False	0.9962859749794006	0					non-mobilizable	other	4221.0	94.67	98.0	0.0187438591187363	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0132_000000014840	2158	0.5903398420774723	3	3	2	3	3	False	128226	maximal	True	FIJ0132_000000014840	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1733.0	87.594	80.0	0.02793469387755102	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MAD0056_000000012274	1171	0.5903374600759154	2	2	1	2	1	False	17032	maximal	True	MAD0056_000000012274	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1170.0	100.0	100.0	0.0002528823504343671	CP057463.1	enterobacteria	Escherichia fergusonii strain RHB26-C03 chromosome, complete genome	False	False
SPA0026_000000016590	1931	0.5903315296954197	3	3	3	3	3	False	81149	fragment	False	ISR0082_000000016097	0.974641393442623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	72.158	22.0	0.004257541069205125	NZ_LQOL01000074.1	high GC Gram+	Mycolicibacterium canariasense strain CCUG 47953 contig_63, whole genome shotgun sequence	True	False
CHI0136_000000006305	2250	0.5903278966312288	3	3	3	3	3	False	80624	fragment	False	ISR0300_000000003936	0.9628017458279162		0	0	False	False	0.9937777519226074	0					non-mobilizable	chromosome	2231.0	97.445	99.0	0.0010400197743670103	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
USA0081_01_000000014342	2150	0.59032747404036	2	2	1	1	2	True	108701	maximal	True	USA0081_01_000000014342	1.0		2	2	False	False	0.982325553894043	0					non-mobilizable	no_good_hit	813.0	72.44800000000001	37.0	0.00033073509962923295	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0134_000000018911	1694	0.59032747404036	3	2	1	1	2	True	67655	maximal	True	ISR0134_000000018911	1.0		1	1	False	False	0.9994096755981445	0					non-mobilizable	no_good_hit	756.0	77.91	44.0	0.005053622667363094	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ISR0821_000000029666	1136	0.5903238486065387	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.20730065607503942		0	0	False	False	0.9991196990013123	0					non-mobilizable	other	1136.0	96.831	100.0	0.004356487327803601	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
AST0012_000000007758	2722	0.5903234025202494	3	3	3	3	2	False	125498	maximal	True	AST0012_000000007758	1.0		34	7	False	False	0.997061014175415	0					non-mobilizable	no_good_hit	125.0	79.2	5.0	0.0007128416673483458	NZ_FCNX02000018.1	b-proteobacteria	Caballeronia fortuita isolate LMG 29320, whole genome shotgun sequence	True	False
SPA0130_000000018870	1755	0.5903226613530826	2	2	2	2	2	False	74348	fragment	False	SPA0130_000000018870	0.9746503496503496		0	0	False	False	0.9874643683433533	0					non-mobilizable	no_good_hit	1594.0	73.52600000000001	89.0	0.053036986766202915	NZ_VULP01000035.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq35, whole genome shotgun sequence	True	False
FIJ0140_000000016393	1953	0.5903204185595423	3	2	2	2	2	False	41720	maximal	False	USA0011_01_000000018642	0.9938806731259562		0	0	False	False	0.9928315281867981	0					non-mobilizable	no_good_hit	353.0	72.521	18.0	0.001258153523736317	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
FIJ0115_000000015139	1558	0.5903204185595423	2	2	2	2	2	False	41719	fragment	False	FIJ0115_000000015139	1.0		0	0	False	False	0.9993581771850586	0					non-mobilizable	no_good_hit	355.0	72.958	22.0	0.0012654051290604458	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
FIJ0067_000000019603	1624	0.5903160273492017	3	3	2	2	2	True	113498	fragment	False	ENG0004_000000017281	0.34499627610716044		0	0	False	True	1.0	0					non-mobilizable	chromosome	1626.0	92.12799999999999	100.0	0.0005727116148244443	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AUS0014_000000016796	1675	0.5903143623397025	3	3	1	3	2	True	124250	fragment	False	ISR0071_000000003227	0.10134319486393384		0	0	False	False	1.0	0					non-mobilizable	chromosome	1676.0	93.795	100.0	0.0005889437369944532	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0003_000000004199	2647	0.5903141004796073	4	4	4	3	2	True	90979	maximal	True	CHI0003_000000004199	1.0		33	8	False	False	1.0	0					non-mobilizable	other	1665.0	96.156	100.0	0.0004932807685374166	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
FIJ0058_000000028295	1477	0.5903123352895744	2	1	1	1	1	False	45978	fragment	False	FIJ0058_000000028295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	369.0	81.03	25.0	0.0028057615806050752	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
CAN0018_000000015258	2268	0.5903118615774972	3	3	3	3	1	True	103377	fragment	False	MON0058_000000019670	0.9321129225384545		0	0	False	False	0.9964726567268372	0					non-mobilizable	other	2268.0	99.471	100.0	0.003060267149037845	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ISR0172_000000013357	1236	0.5903070295355334	1	1	1	1	1	False	29928	maximal	True	ISR0172_000000013357	1.0		9	6	False	False	0.9983818531036377	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.009382716049382716	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
CHI0102_000000001250	5496	0.5903070264741059	7	6	2	3	5	False	86934	fragment	False	ENG0113_000000004695	0.931237218813906		0	0	False	False	0.9998180270195007	0					non-mobilizable	other	5502.0	93.31200000000001	100.0	0.03913880373565267	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
SPA0035_000000005938	3071	0.5902943439505761	4	3	3	3	3	False	7124	maximal	True	SPA0035_000000005938	1.0		48	7	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	98.565	61.0	0.00845351965326558	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0048_000000038318	1004	0.5902869317449263	2	1	1	1	1	False	11377	fragment	False	MON0048_000000038318	1.0		0	0	False	False	0.9950199127197266	0					non-mobilizable	no_good_hit								True	False
ISR0199_000000001847	12430	0.5902866227223392	13	9	7	6	8	False	107485	maximal	True	ISR0199_000000001847	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2680.0	99.291	35.0	0.027633655502491052	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0108_01_000000005442	1950	0.5902815951725594	4	1	1	1	1	True	7779	fragment	False	USA0108_01_000000005442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0031_01_000000018466	1457	0.5902815951725594	3	1	1	1	1	True	7778	fragment	False	USA0031_01_000000018466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0018_000000026678	1121	0.5902815951725594	2	1	1	1	1	True	7777	fragment	False	SPA0018_000000026678	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0820_000000020743	1270	0.5902736485783245	1	1	1	1	1	False	21265	maximal	True	ISR0820_000000020743	1.0		10	3	False	False	1.0	0					non-mobilizable	other	989.0	95.75299999999999	92.0	0.005883929369025995	NZ_QEKH01000008.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_108, whole genome shotgun sequence	False	False
ISR0269_000000000941	9422	0.5902660024495763	8	5	2	5	3	False	96041	fragment	False	ISR0269_000000000941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.000181699495952139	NZ_PPDF01000007.1	firmicutes	Veillonella tobetsuensis strain Y6 Contig_7_len_148597, whole genome shotgun sequence	True	False
DEN0079_000000051638	1219	0.5902641985907762	2	2	2	2	2	False	82682	maximal	False	CHI0110_000000008070	0.9611499611499612		0	0	False	False	0.9991796612739563	0					non-mobilizable	other	1219.0	99.59	100.0	0.0024154014563799913	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
CHI0161_000000010205	1137	0.5902586653431179	2	2	2	2	2	False	78605	maximal	False	SPA0114_000000040472	0.9870689655172413		0	0	False	False	1.0	0					non-mobilizable	other	1137.0	97.801	100.0	0.0007896242264497702	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
FIJ0114_000000025622	1573	0.5902573815210168	2	2	2	2	2	False	41844	fragment	False	FIJ0114_000000025622	1.0		0	0	False	False	0.9968213438987732	0					non-mobilizable	no_good_hit	1227.0	77.017	82.0	0.0003881484068899713	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0099_000000001682	12405	0.5902563520364038	17	6	5	6	3	True	121837	backbone	False	ITA0004_000000000015	0.6441703819206266	PS446|PS447|PS652|PS653|PS863	0	0	True	True	1.0	8					non-mobilizable	other	3696.0	99.405	91.0	0.29814366424535915	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
SPA0143_000000006071	3082	0.5902556786048528	6	5	5	3	4	False	115490	fragment	False	SPA0143_000000006071	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3082.0	98.572	100.0	0.02568571690670581	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
SPA0106_000000000157	66785	0.5902545478976735	70	16	7	12	9	False	4763	maximal	True	SPA0106_000000000157	1.0		1	1	False	False	0.999505877494812	0					non-mobilizable	no_good_hit	1016.0	94.094	2.0	0.9931102362204725	GQ883396.1		Uncultured organism clone VC1DB26TR genomic sequence	True	False
DEN0031_000000027316	1265	0.5902528521156916	1	1	1	1	1	False	73691	fragment	False	DEN0031_000000027316	0.9920127795527156		0	0	False	False	0.9778656363487244	0					non-mobilizable	no_good_hit	1127.0	89.70700000000001	89.0	0.007188130958161883	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	False
ISR0130_000000002052	11628	0.59025234833191	16	12	7	11	6	False	59939	maximal	True	ISR0130_000000002052	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	337.0	99.70299999999999	3.0	0.0055053988956431975	NZ_JAAIOD010000016.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_16_length_61031_cov_283.861, whole genome shotgun sequence	True	False
ISR0172_000000005668	2833	0.5902478413021097	4	3	1	3	1	True	29940	fragment	False	ISR0172_000000005668	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0103_000000012113	3744	0.5902458023873726	5	5	5	4	1	True	8917	maximal	True	MON0103_000000012113	1.0		3	1	False	False	0.9887820482254028	0					non-mobilizable	no_good_hit								True	True
FIJ0116_000000013792	1236	0.5902453481198815	2	2	2	2	2	False	41645	maximal	True	FIJ0116_000000013792	1.0		19	6	False	False	0.9603559970855713	0					non-mobilizable	no_good_hit	523.0	89.675	42.0	0.0002411166920841903	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MAD0004_000000002257	3970	0.5902450803117839	5	3	2	3	2	False	20039	maximal	True	MAD0004_000000002257	0.9875126135216953		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	87.821	23.0	0.030791840162356976	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0094_000000003387	3964	0.5902450803117839	5	3	2	3	2	False	20039	maximal	False	MAD0004_000000002257	0.9841309823677582		0	0	False	False	0.9997477531433105	0					non-mobilizable	no_good_hit	895.0	86.03399999999999	22.0	0.030791840162356976	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0062_000000001550	7535	0.5902445708017257	4	1	1	1	1	False	16781	maximal	True	MAD0062_000000001550	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	71.288	14.0	0.0003018274278815373	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
MON0021_000000027208	1119	0.5902403730854316	1	1	1	1	1	True	34269	fragment	False	ISR0080_000000028110	0.9160401002506267		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	92.90799999999999	99.0	0.0028666443247144955	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	True
ENG0139_000000004493	4029	0.5902334315814836	5	3	2	3	3	True	72965	fragment	False	DEN0071_000000007924	0.47407319002974807		0	0	False	False	1.0	0					non-mobilizable	chromosome	3952.0	99.01299999999999	100.0	0.0008939213349225268	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
CHI0089_000000003172	2536	0.5902324110629233	5	4	2	3	3	False	108499	fragment	False	ISR0384_000000005302	0.6368068251066422		0	0	False	False	1.0	0					non-mobilizable	chromosome	2537.0	99.133	100.0	0.0007990259133402025	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0810_000000013176	1373	0.5902316745690068	2	1	1	1	1	False	21706	maximal	True	ISR0810_000000013176	1.0		32	9	False	False	0.9992716908454895	0					non-mobilizable	no_good_hit	53.0	100.0	4.0	0.041666666666666664	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
ISR0290_000000006876	2075	0.5902272425609698	2	2	2	2	2	False	106802	fragment	False	ENG0155_000000010160	0.9787949989612852		0	0	False	False	0.9908433556556702	0					non-mobilizable	other	2075.0	96.819	99.0	0.020669438545062965	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
MON0049_000000009397	2280	0.5902249271604528	2	2	1	2	0	False	11362	fragment	False	MON0049_000000009397	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	100.0	2.0	0.00016850592473190073	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0032_000000020632	1625	0.5902248770151323	3	2	2	2	1	False	95795	fragment	False	ISR0032_000000020632	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1625.0	99.2	100.0	0.0031380247834395768	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
ISR0398_000000006570	3473	0.590224715843907	3	2	2	2	2	False	58127	maximal	True	ISR0398_000000006570	1.0		1	1	False	False	0.9933775067329407	0					non-mobilizable	no_good_hit	62.0	88.71	2.0	2.435762747125101e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ENG0177_000000022632	1140	0.5902246344529439	2	1	1	1	1	False	55488	maximal	True	ENG0177_000000022632	1.0		12	5	False	False	0.9868420958518982	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000013562	1499	0.5902186203349107	2	2	2	2	1	True	34411	maximal	True	ISR0078_000000013562	1.0		10	3	False	False	0.9959973096847534	0					non-mobilizable	no_good_hit	1156.0	80.45	85.0	0.0009090764356561749	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	True
ISR0854_000000008020	1244	0.5902186203349107	2	2	2	2	1	True	20497	fragment	False	ISR0854_000000008020	1.0		0	0	False	False	0.9991961121559143	0					non-mobilizable	other	1156.0	80.45	92.0	0.0009090764356561749	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	True
FIJ0133_000000031000	1264	0.5902172669916449	2	2	2	2	1	False	40656	fragment	False	FIJ0133_000000031000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	90.37799999999999	23.0	7.735955306451866e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0033_000000005585	4694	0.5902105818557943	7	5	3	4	3	False	65529	maximal	True	ENG0033_000000005585	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1229.0	99.675	100.0	0.0002864947138459069	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0136_000000012680	3140	0.5902085833425137	7	4	2	3	2	True	96193	fragment	False	SPA0136_000000012680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1767.0	93.152	71.0	0.00048003849055778505	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
USA0116_01_000000016713	1468	0.5901993609292577	2	2	1	2	1	False	46745	fragment	False	FIJ0061_000000018292	0.9317921434845209		0	0	False	False	0.9877384305000305	0					non-mobilizable	chromosome	815.0	96.68700000000001	100.0	0.00028723798796494003	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0217_000000005172	5212	0.5901967074715374	7	6	6	6	4	False	120094	maximal	False	ISR0079_000000004336	0.6429800572498001		0	0	False	False	0.997122049331665	0					non-mobilizable	chromosome	5211.0	98.887	100.0	0.001157214600005775	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0006_000000006356	4940	0.5901967074715374	6	6	6	6	4	False	120094	maximal	False	ISR0079_000000004336	0.3704458360712305		0	0	False	False	1.0	0					non-mobilizable	other	4943.0	98.604	100.0	0.012088094865372573	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0161_000000005119	5532	0.5901960852467067	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.6622519150265501		0	0	False	False	1.0	0					non-mobilizable	chromosome	5466.0	99.15799999999999	99.0	0.0012138537023093205	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0045_000000005209	5269	0.5901960852467067	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.4565462399447369		0	0	False	False	1.0	0					non-mobilizable	other	5269.0	99.56299999999999	100.0	0.012885488415779587	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0014_000000004942	5254	0.5901960852467067	6	6	6	6	5	False	120094	maximal	False	ISR0079_000000004336	0.45662495433135547		0	0	False	False	1.0	0					non-mobilizable	other	5254.0	100.0	100.0	0.012848798528490921	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0008_000000011232	2683	0.5901953128229238	4	4	4	4	2	False	8173	maximal	True	SPA0008_000000011232	1.0		4	3	False	False	0.9981364011764526	0					non-mobilizable	no_good_hit	622.0	73.794	23.0	0.000781219934577641	CP053097.1	mycoplasmas	Mycoplasma sp. Mirounga ES2806-NAS chromosome, complete genome	True	False
MON0066_000000031678	1175	0.5901941145658942	2	2	2	2	1	False	115831	fragment	False	AST0140_000000022527	0.9534618699315945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0052_000000010623	1858	0.5901932777027196	3	3	3	3	3	False	17273	maximal	True	MAD0052_000000010623	1.0		37	8	False	False	0.9989235997200012	0					non-mobilizable	other	1302.0	80.26100000000001	98.0	0.001109920786163846	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
AST0046_000000005913	3206	0.5901926107126568	4	3	3	3	3	True	119931	maximal	False	ISR0366_000000004906	0.9164831761710506		0	0	False	False	1.0	0					non-mobilizable	other	3219.0	95.961	100.0	0.009763019897558331	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	False	True
ISR0027_000000013036	1984	0.590190584925891	3	3	1	2	3	False	69275	fragment	False	ISR0234_000000005032	0.47284270891821073		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	100.0	96.0	0.013565974758978326	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
FIJ0024_000000010663	1950	0.590190584925891	3	3	1	2	3	False	69275	fragment	False	ISR0234_000000005032	0.35765414359653347		0	0	False	False	1.0	0					non-mobilizable	other	1896.0	98.84	97.0	0.013565974758978326	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
SPA0053_000000005588	5642	0.5901830514762563	7	7	7	6	7	False	6493	maximal	True	SPA0053_000000005588	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	78.819	14.0	0.00029214855471282737	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
AST0031_000000016905	1546	0.590180396575963	3	3	3	2	2	False	117309	fragment	False	AST0031_000000016905	1.0		0	0	False	False	0.9935317039489746	0					non-mobilizable	other	1543.0	93.001	99.0	0.0030136181052219067	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ENG0122_000000015656	1845	0.5901781020618871	2	2	2	2	2	False	92342	fragment	False	SPA0062_000000017615	0.8228544335971085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	82.7	59.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
USA0083_01_000000015530	1843	0.5901781020618871	2	2	2	2	2	False	92342	fragment	False	SPA0062_000000017615	0.8298561414131403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	82.303	63.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
SPA0062_000000017615	1841	0.5901781020618871	2	2	2	2	2	False	92342	fragment	False	SPA0062_000000017615	0.8301184717813819		0	0	False	False	0.9961977005004883	0					non-mobilizable	no_good_hit	712.0	82.725	63.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
DEN0063_000000022966	2108	0.5901778428820624	3	3	3	2	2	False	71529	maximal	True	DEN0063_000000022966	1.0		1	1	False	False	0.9971536993980408	0					non-mobilizable	no_good_hit	265.0	82.264	13.0	7.818805114801679e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0171_000000003222	6942	0.5901769667169411	13	5	2	3	3	False	93747	maximal	True	ENG0171_000000003222	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	4477.0	99.30799999999999	69.0	0.0011983700025627712	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
AST0153_000000016334	2009	0.5901634360027753	3	3	3	3	3	False	121031	fragment	False	DEN0096_000000023538	0.6382704809486888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	994.0	77.264	49.0	0.02078718691429545	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
TAN0007_000000032660	1297	0.5901619613344079	2	1	1	1	1	False	40354	fragment	False	FIJ0140_000000024829	0.9408940961593939		0	0	False	False	0.9969159364700317	0					non-mobilizable	no_good_hit	300.0	77.333	23.0	0.0008106691705516918	NZ_FQXV01000002.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0057_000000012691	1949	0.5901533248477484	2	2	2	2	2	False	63538	maximal	True	ENG0057_000000012691	1.0		76	9	False	False	0.9994869232177734	0					non-mobilizable	no_good_hit	643.0	74.495	33.0	0.0019485808246123585	NZ_FOZC01000002.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ISR0375_000000007935	2668	0.5901532043101301	5	4	2	2	3	True	127531	fragment	False	ISR0375_000000007935	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1085.0	99.171	93.0	0.17802594843159797	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ENG0058_000000005426	5282	0.5901513387183743	8	2	2	1	1	True	119053	maximal	True	ENG0058_000000005426	1.0		4	3	False	False	0.9998106956481934	0					non-mobilizable	no_good_hit	1838.0	75.29899999999999	34.0	0.0004337197091895865	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0085_000000010845	2883	0.5901513387183743	4	2	2	1	1	True	119041	fragment	False	AUS0022_000000010720	0.4110193901053889		0	0	False	False	0.9986125826835632	0					non-mobilizable	no_good_hit	1677.0	76.208	57.0	0.00039963998076824535	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
TAN0009_000000012895	2864	0.5901513387183743	4	2	2	1	1	True	119041	fragment	False	AUS0022_000000010720	0.30981965852498256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	76.312	51.0	0.00035305617932900204	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0087_000000010286	2633	0.5901513387183743	3	2	2	1	1	True	119041	fragment	False	AUS0022_000000010720	0.20834770610555364		0	0	False	False	0.9996201992034912	0					non-mobilizable	no_good_hit	1831.0	77.82600000000001	69.0	0.00044254611367281155	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0134_000000012162	2278	0.5901513387183743	4	2	2	1	1	True	128419	fragment	False	SPA0134_000000012162	0.9307730289460585		0	0	False	False	0.9995610117912292	0					non-mobilizable	other	2279.0	97.323	100.0	0.000646378463816432	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0093_000000017723	2186	0.5901513387183743	3	2	2	1	1	True	128419	fragment	False	SPA0134_000000012162	0.6839499786464881		0	0	False	False	1.0	0					non-mobilizable	other	2188.0	95.384	100.0	0.0006205460350912254	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0112_000000012613	2158	0.5901513387183743	2	2	2	1	1	True	128419	fragment	False	SPA0134_000000012162	0.8961334201940332		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	94.855	97.0	0.0003914606506819761	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
AUS0014_000000016103	1755	0.5901513387183743	2	2	2	1	1	True	102319	fragment	False	AUS0014_000000016103	1.0		0	0	False	False	0.9971510171890259	0					non-mobilizable	other	1387.0	97.62100000000001	93.0	0.00039288001489764683	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MAD0086_000000000101	28642	0.5901416777563971	34	9	6	7	4	False	18255	maximal	True	MAD0086_000000000101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	0.0	6.164477506592138e-05	LN828718.1	mycoplasmas	endosymbiont DhMRE of Dentiscutata heterogama genome assembly DhMREa, chromosome : 1	True	False
FIJ0104_000000016192	1665	0.5901414262331072	2	2	2	2	2	False	42491	maximal	False	FIJ0104_000000016169	0.9535092981403719		0	0	False	False	1.0	0					non-mobilizable	chromosome	1668.0	82.074	99.0	0.0004759920946679371	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	False	False
ISR0375_000000010747	2060	0.590135219599235	4	2	1	1	2	False	33897	fragment	False	ISR0375_000000010747	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0062_000000006899	4138	0.5901324632063693	4	3	2	2	3	False	90476	fragment	False	FIJ0062_000000006899	0.9819447635729455		0	0	False	False	0.9995166659355164	0	rep_cluster_2335				non-mobilizable	plasmid	3633.0	99.339	99.0	0.5302189781021898	CP001385.1	enterobacteria	Shigella flexneri 2002017 plasmid pSFxv_2, complete sequence	False	True
AST0097_000000004180	5430	0.5901282716508177	8	7	6	5	5	True	129450	fragment	False	ISR0384_000000002256	0.9836406362979031		0	0	False	False	0.9972375631332397	0					non-mobilizable	other	5430.0	99.46600000000001	100.0	0.0016889527124350349	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0101_000000050196	1324	0.5901218614570929	3	1	1	1	1	False	9011	fragment	False	MON0101_000000050196	1.0		0	0	False	False	0.9592145085334778	0					non-mobilizable	no_good_hit	81.0	97.531	6.0	0.010903639089546136	NZ_QEKH01000067.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_167, whole genome shotgun sequence	True	False
ISR0370_000000012288	2159	0.5901198448904597	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.9612039520365355		0	0	False	False	0.9990736246109009	0					non-mobilizable	chromosome	2027.0	99.01299999999999	97.0	0.0005429341382836635	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0179_000000016069	2072	0.5901198448904597	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.6779819389344942		0	0	False	False	0.9932432174682617	0					non-mobilizable	chromosome	1890.0	98.73	91.0	0.0005062204280443437	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0390_000000006599	2040	0.5901198448904597	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.8920115223447019		0	0	False	False	0.9990196228027344	0					non-mobilizable	chromosome	1945.0	99.33200000000001	99.0	0.0005209595087973554	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0223_000000014854	2025	0.5901198448904597	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.9481766425342675		0	0	False	False	1.0	0					non-mobilizable	chromosome	2025.0	99.309	100.0	0.0005423981717108267	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0074_000000014819	2001	0.5901198448904597	3	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.8762639939947086		0	0	False	False	0.9990004897117615	0					non-mobilizable	chromosome	1934.0	99.22399999999999	100.0	0.000518011692646753	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0183_000000016379	1947	0.5901198448904597	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.886758267910164		0	0	False	False	1.0	0					non-mobilizable	chromosome	1946.0	98.97200000000001	99.0	0.0005212274920837738	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0016_000000012974	1943	0.5901198448904597	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.8759292825774658		0	0	False	False	1.0	0					non-mobilizable	chromosome	1943.0	99.279	100.0	0.0005204235422245185	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0037_000000011796	1932	0.5901198448904597	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.8750597829073711		0	0	False	False	0.998964786529541	0					non-mobilizable	chromosome	1932.0	99.275	100.0	0.0005174757260739163	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AUS0008_000000013065	1892	0.5901198448904597	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.7488581986036599		0	0	False	False	1.0	0					non-mobilizable	chromosome	1892.0	99.04899999999999	100.0	0.0005067563946171805	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0011_000000004324	3119	0.5901192396438462	4	3	3	3	2	False	19722	maximal	True	MAD0011_000000004324	1.0		175	12	False	False	0.9958320260047913	0					non-mobilizable	other	3101.0	97.03299999999999	99.0	0.025915973983576503	NZ_LT629840.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ENG0117_000000002008	9661	0.5901122187596174	10	8	4	5	7	True	96837	maximal	True	ENG0117_000000002008	1.0		20	7	False	False	0.9981368184089661	0					non-mobilizable	chromosome	5395.0	99.944	99.0	0.0015016181229773463	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
CHI0125_000000006910	2245	0.5901116033170984	3	3	3	2	2	False	81638	maximal	True	CHI0125_000000006910	1.0		2	1	True	True	1.0	9					non-mobilizable	no_good_hit	1179.0	80.153	52.0	0.004932610222263586	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
FIJ0146_000000000653	20493	0.5901106632178591	29	6	6	5	3	True	49824	fragment	False	FIJ0146_000000000653	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	87.34200000000001	0.0	3.503501909408541e-05	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	True
MON0076_000000014048	3293	0.5901038628426578	4	4	4	4	3	False	84814	maximal	True	MON0076_000000014048	1.0		110	12	False	False	1.0	0					non-mobilizable	chromosome	3293.0	99.63600000000001	100.0	0.0006319166269319334	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
FIJ0112_000000006705	3865	0.5901010283009164	3	3	2	3	1	True	42044	fragment	False	FIJ0112_000000006705	1.0		0	0	False	False	0.9956015348434448	0					non-mobilizable	chromosome	2562.0	96.175	100.0	0.0007167744533860106	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0357_000000013158	1954	0.5900940618445306	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.09260876767547475	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1256.0	99.92	64.0	0.012121504805138359	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0076_000000010763	1195	0.5900902796003867	2	2	2	2	2	False	62031	fragment	False	SPA0150_000000017388	0.5635719522566645		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	98.82799999999999	100.0	0.00033675484529301905	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
TAN0013_000000001476	4882	0.5900898833867498	5	5	5	4	2	False	2579	maximal	True	TAN0013_000000001476	1.0		13	3	False	False	0.9993854761123657	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	1.2875417460650744e-05	NZ_LR134531.1	enterobacteria	Pragia fontium strain NCTC12284 chromosome 1	True	False
USA0083_01_000000008846	3471	0.5900864007474159	4	4	4	3	4	False	127061	fragment	False	CAN0001_000000013216	0.9918758128709869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2243.0	98.573	85.0	0.0006696660130447352	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0106_000000008560	2353	0.5900845938036856	4	3	2	3	3	False	107429	fragment	False	AST0106_000000008560	0.9638962765957446		0	0	False	False	0.9970250725746155	0					non-mobilizable	no_good_hit	65.0	84.615	3.0	0.00021225718938316072	NZ_OLMM01000003.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	False
SPA0117_000000026004	1440	0.5900843096970861	4	2	2	1	2	False	4292	maximal	True	SPA0117_000000026004	1.0		12	6	False	False	0.988194465637207	0					non-mobilizable	no_good_hit	300.0	96.667	21.0	0.003064686407757039	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
FIJ0053_000000006738	2980	0.5900835911440847	4	3	3	3	2	False	105791	fragment	False	FIJ0053_000000006738	0.9933314539873458		0	0	False	False	0.9959731698036194	0					non-mobilizable	chromosome	2970.0	98.62	99.0	0.0010088629750686139	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0073_000000001576	6164	0.5900828070977356	10	5	4	5	3	True	131293	fragment	False	CHI0073_000000001576	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	1289.0	92.863	45.0	0.19857607181550843	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ISR0374_000000009554	1680	0.5900825330628678	4	3	2	3	1	False	77757	fragment	False	SPA0115_000000011273	0.20222880732013354		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	96.788	100.0	0.03243516860057628	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
MON0057_000000006758	3487	0.5900823405335887	5	5	4	5	5	False	129306	maximal	True	MON0057_000000006758	1.0		20	5	False	False	0.9968454241752625	0					non-mobilizable	chromosome	3418.0	97.65899999999999	98.0	0.0011899898638238898	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0033_000000015260	1371	0.5900783351438352	2	2	2	2	1	False	18855	maximal	True	MAD0033_000000015260	1.0		4	2	False	False	0.9970824122428894	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000014254	2463	0.5900770360652423	2	2	2	1	1	False	113825	maximal	False	ISR0384_000000006703	0.9931434760173445		0	0	False	False	0.9935038685798645	0					non-mobilizable	other	2442.0	80.876	97.0	0.0472255942358147	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
ISR0384_000000006703	2463	0.5900770360652423	2	2	2	1	1	False	113825	maximal	True	ISR0384_000000006703	0.9939193104823332		195	6	False	False	0.9764514565467834	0					non-mobilizable	other	2442.0	80.917	97.0	0.0472255942358147	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
ENG0103_000000007521	2460	0.5900770360652423	2	2	2	1	1	False	113825	maximal	False	ISR0384_000000006703	0.9916261913692779		0	0	False	False	0.9914634227752686	0					non-mobilizable	other	2442.0	80.753	98.0	0.0472255942358147	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
FIJ0002_000000014358	2471	0.5900757796862443	3	3	2	3	2	False	52406	maximal	True	FIJ0002_000000014358	1.0		12	3	False	False	0.9935249090194702	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	2.0	0.0006200085620229993	NZ_QEKH01000029.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_129, whole genome shotgun sequence	True	False
MAD0045_000000038263	1126	0.5900749748255041	2	2	2	2	1	True	17787	maximal	True	MAD0045_000000038263	1.0		2	2	False	False	0.9857904314994812	0					non-mobilizable	plasmid	462.0	97.835	92.0	0.011993339924033508	CP042415.1	firmicutes	Leuconostoc citreum strain CBA3624 plasmid unnamed2, complete sequence	False	True
ISR0027_000000006261	4158	0.5900681766819607	4	3	3	3	3	False	37251	maximal	True	ISR0027_000000006261	1.0		19	8	False	False	0.9980760216712952	0					non-mobilizable	no_good_hit	445.0	70.337	10.0	0.014374332977588047	NZ_NGNS01000034.1	g-proteobacteria	Neiella marina strain J221 contig34, whole genome shotgun sequence	True	False
ISR0285_000000014418	1362	0.5900565614847216	4	2	1	2	1	False	26057	maximal	True	ISR0285_000000014418	1.0		3	3	False	False	0.9941262602806091	0					non-mobilizable	no_good_hit	457.0	96.061	47.0	9.976365203225779e-05	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
FIJ0053_000000011509	1799	0.5900538161975754	3	2	1	2	2	False	108056	maximal	True	FIJ0053_000000011509	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1595.0	97.241	89.0	0.0004796217942792832	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0058_000000019717	1360	0.5900528821494511	2	2	2	2	1	False	89947	fragment	False	ISR0058_000000019717	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	82.523	92.0	0.008102608555120511	NZ_FOGW01000009.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	False	False
MAD0061_000000016779	1138	0.5900495841964051	1	1	1	1	1	False	16794	maximal	True	MAD0061_000000016779	1.0		23	2	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	5.0	1.6196012541712232e-05	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
AST0031_000000019089	1328	0.5900461467841936	2	1	1	1	1	False	117188	fragment	False	AST0031_000000019089	1.0		0	0	False	False	0.9992470145225525	0					non-mobilizable	other	1328.0	100.0	100.0	0.002230896998796291	NZ_PPTS01000001.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_1, whole genome shotgun sequence	False	False
CAN0009_000000005815	3774	0.5900422949337142	5	3	3	2	3	False	94811	maximal	True	CAN0009_000000005815	1.0		85	12	False	False	0.9997350573539734	0					non-mobilizable	other	3775.0	94.331	100.0	0.0009243206917155122	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0010_000000006061	3761	0.5900404234982041	4	4	4	3	3	False	112698	fragment	False	MON0010_000000006061	1.0		0	0	False	False	0.9989364743232727	0					non-mobilizable	other	3356.0	97.97399999999999	100.0	0.03646342788827301	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0102_000000004792	5153	0.5900376005721187	9	6	0	1	6	False	118850	backbone	True	ENG0102_000000004792	0.9916084199408977	PS815	9	2	True	True	1.0	33	rep_cluster_663				non-mobilizable	plasmid	4954.0	99.334	100.0	0.1348468271334792	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0041_000000005474	4686	0.5900376005721187	9	6	0	1	6	False	118850	backbone	False	ENG0102_000000004792	0.9792301493527632	PS815	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4686.0	100.0	100.0	0.12814551422319476	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0006_000000005771	4373	0.5900376005721187	10	6	0	1	6	False	118850	backbone	False	ENG0102_000000004792	0.8405633980436031	PS815	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4373.0	99.977	100.0	0.11958424507658644	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0066_000000004367	4059	0.5900376005721187	9	6	0	1	6	False	118850	backbone	False	ENG0102_000000004792	0.6976073747866288	PS815	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4059.0	100.0	100.0	0.11099562363238512	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
DEN0040_000000001789	4011	0.5900376005721187	9	6	0	1	6	False	118850	backbone	False	ENG0102_000000004792	0.6926077831969305	PS815	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4011.0	100.0	100.0	0.10968271334792122	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
DEN0059_000000000081	4003	0.5900376005721187	9	6	0	1	6	False	118850	backbone	False	ENG0102_000000004792	0.6914895872057636	PS815	0	0	False	True	0.9990007281303406	0	rep_cluster_663				non-mobilizable	plasmid	4003.0	100.0	100.0	0.10946389496717725	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0364_000000009184	1887	0.5900363193637134	2	2	2	1	2	True	42405	fragment	False	ISR0364_000000009184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	81.457	8.0	0.0004028987220052538	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0104_000000012788	2459	0.5900319578673884	2	1	1	1	1	False	60245	fragment	False	ENG0104_000000012788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.0633957065347197e-06	NC_020504.1	high GC Gram+	Streptomyces davaonensis JCM 4913, complete genome	True	False
CHI0144_000000014213	1223	0.5900318560575236	2	2	1	1	2	False	79802	fragment	False	CHI0144_000000014213	1.0		0	0	False	False	0.9991823434829712	0					non-mobilizable	chromosome	1219.0	84.331	99.0	0.00032095927462675607	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
ISR0274_000000003666	1959	0.5900310551669302	3	3	2	2	2	False	123105	fragment	False	ISR0274_000000003666	0.9427317945411935		0	0	False	False	1.0	0					non-mobilizable	other	1962.0	97.604	100.0	0.0006798916064480266	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0071_000000011955	1840	0.5900310551669302	3	3	2	2	2	False	123105	fragment	False	ISR0274_000000003666	0.6203097916185102		0	0	False	False	0.998369574546814	0					non-mobilizable	other	1840.0	95.978	100.0	0.0013772608095865744	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0135_000000008048	2365	0.5900306682602022	2	2	2	2	2	False	122157	fragment	False	ISR0135_000000008048	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1686.0	94.365	100.0	0.0005074595041292447	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MAD0057_000000007870	2052	0.5900291523534915	2	2	2	2	2	False	16997	fragment	False	MAD0057_000000007870	1.0		0	0	False	False	0.9956140518188477	0					non-mobilizable	other	2055.0	95.71799999999999	100.0	0.003016362775347889	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
MON0016_000000015083	2209	0.5900282797237304	3	2	2	2	2	False	119968	maximal	True	MON0016_000000015083	1.0		9	4	False	False	0.995925784111023	0					non-mobilizable	no_good_hit								True	False
FIJ0084_000000004129	3340	0.5900176713166241	4	2	1	2	0	True	121932	maximal	True	FIJ0084_000000004129	1.0		5	3	False	False	0.9979041814804077	0					non-mobilizable	other	3326.0	96.78299999999999	99.0	0.09616163955305969	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0068_000000014808	1387	0.5900157603785453	2	2	1	1	2	False	35009	maximal	True	ISR0068_000000014808	1.0		72	10	False	False	0.9956741333007812	0					non-mobilizable	other	1388.0	89.625	100.0	0.014030715617148878	NZ_KB822476.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.14, whole genome shotgun sequence	False	False
SPA0145_000000012592	2709	0.5900152788950764	4	2	1	2	1	False	108087	maximal	True	SPA0145_000000012592	1.0		1	1	False	False	0.9974160194396973	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0001777222470554655	NC_007581.1	viruses	Clostridium phage c-st, complete genome	True	False
DEN0077_000000004253	2651	0.59001286377902	4	1	1	1	1	False	69913	fragment	False	DEN0077_000000004253	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000005312	6792	0.5900096420737382	12	3	1	3	1	False	4028	fragment	False	SPA0125_000000005312	1.0		0	0	False	False	0.9986749291419983	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00017047850624938313	NZ_FNBY01000005.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0843_000000006874	2396	0.5900081329554895	4	3	3	3	2	False	125951	fragment	False	ISR0333_000000007883	0.678244106875989		0	0	False	False	0.9874791502952576	0					non-mobilizable	other	2380.0	98.193	99.0	0.006478275744098529	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0016_000000012969	1474	0.5900059843630419	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.9042938896997821		0	0	False	False	0.9993215799331665	0					non-mobilizable	other	1476.0	88.279	100.0	0.00045824780722357824	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0031_000000017151	1885	0.5900053974343317	2	2	2	1	1	False	12456	maximal	True	MON0031_000000017151	1.0		2	1	False	False	0.980371356010437	0					non-mobilizable	no_good_hit	758.0	77.045	40.0	0.00018437378253847883	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0080_000000019965	1195	0.5900022364309163	2	1	1	1	1	False	44301	maximal	True	FIJ0080_000000019965	1.0		30	8	False	False	0.9740585684776306	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0008045292014302742	CP021974.1	g-proteobacteria	Methylophaga nitratireducenticrescens strain GP59 plasmid pGP59-34, complete sequence	True	False
SPA0008_000000006511	4335	0.5899993078846613	4	4	4	4	4	False	52350	maximal	True	SPA0008_000000006511	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	2358.0	96.947	56.0	0.04025630072618539	NZ_CABIWU010000009.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0067_000000014098	1949	0.5899971075035324	3	2	2	2	1	False	62675	fragment	False	SPA0062_000000016127	0.9676056783955976		0	0	False	False	0.9994869232177734	0					non-mobilizable	other	1951.0	99.28200000000001	100.0	0.0016713192348499675	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
SPA0151_000000010087	1861	0.5899971075035324	3	2	2	2	1	False	62675	fragment	False	SPA0062_000000016127	0.9558697124235024		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	99.195	100.0	0.0015957793824273702	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0399_000000012793	1365	0.5899963287103269	1	1	1	1	1	False	22577	fragment	False	ISR0399_000000012793	1.0		0	0	False	False	0.995604395866394	0					non-mobilizable	other	1301.0	85.396	97.0	0.00021238766209729783	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
CHI0045_000000002136	7526	0.5899961653053544	10	8	3	8	7	False	122695	fragment	False	ISR0327_000000002508	0.991375584383634		0	0	False	False	1.0	0					non-mobilizable	chromosome	7526.0	99.90700000000001	100.0	0.0013626247865522968	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
CHI0167_000000008878	2273	0.5899932505318899	2	1	1	1	1	False	105017	fragment	False	ISR0088_000000007877	0.38096285705378313		0	0	False	False	0.9960404634475708	0					non-mobilizable	no_good_hit	61.0	100.0	3.0	1.2671907626862163e-05	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MON0045_000000010481	2055	0.5899915034336844	3	3	3	3	3	False	11569	maximal	True	MON0045_000000010481	1.0		16	6	False	False	0.9566910266876221	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	0.00010267994660642776	NZ_LN651336.1	firmicutes	Sporosarcina koreensis strain S-K12, whole genome shotgun sequence	True	False
ISR0145_000000010253	3020	0.5899892826226941	7	6	6	5	4	False	31071	fragment	False	ISR0145_000000010253	1.0		0	0	False	False	0.9996688961982727	0					non-mobilizable	no_good_hit	244.0	90.164	8.0	0.0010590809628008753	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0160_000000002806	8413	0.5899867902606505	16	4	3	4	3	False	89749	maximal	True	ISR0160_000000002806	1.0		1	1	False	False	0.992868185043335	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.0022714928135752e-06	LR597568.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 19	True	False
ENG0027_000000006863	3109	0.5899815526885424	2	2	2	2	1	False	128556	fragment	False	ISR0263_000000003210	0.7492829081581325		0	0	False	False	0.999678373336792	0					non-mobilizable	no_good_hit	109.0	98.165	8.0	3.729610879588641e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0067_000000022591	1438	0.5899742216930541	3	2	2	2	1	True	45174	maximal	True	FIJ0067_000000022591	1.0		100	10	False	False	0.9826147556304932	0					non-mobilizable	no_good_hit	768.0	73.828	53.0	0.005098490525639653	NZ_AAXG02000004.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont29, whole genome shotgun sequence	True	True
MON0005_000000042776	1281	0.5899742216930541	2	2	2	2	1	True	14099	fragment	False	USA0075_01_000000019233	0.9770183071625848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	73.958	59.0	0.005098490525639653	NZ_AAXG02000004.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont29, whole genome shotgun sequence	True	True
DEN0009_000000001622	1869	0.5899733660412146	3	3	3	3	3	False	76082	fragment	False	FIJ0073_000000008526	0.570169438754411		0	0	False	False	0.9978598356246948	0					non-mobilizable	other	1869.0	99.14399999999999	100.0	0.005112555593568251	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0096_000000010646	4009	0.5899704029377254	7	4	2	2	2	False	92802	maximal	True	DEN0096_000000010646	1.0		5	3	False	False	0.9965078830718994	0					non-mobilizable	no_good_hit	1780.0	98.876	44.0	0.00033796164106877945	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
AST0005_000000004607	6324	0.589970126302139	9	6	4	4	3	False	128733	fragment	False	AST0005_000000004607	1.0		0	0	False	False	0.9987349510192871	0					non-mobilizable	no_good_hit	2286.0	94.488	54.0	0.04543183226399632	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ENG0180_000000010992	1616	0.5899700423068578	1	1	1	1	0	False	55326	fragment	False	ENG0180_000000010992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	6.0	0.00244258520972542	GU942937.1		Uncultured organism clone 20 genomic sequence	True	False
MON0090_000000017190	3318	0.5899690964921835	3	3	3	3	3	False	9569	fragment	False	MON0090_000000017190	1.0		0	0	False	False	0.9984930753707886	0					non-mobilizable	other	3318.0	99.94	100.0	0.12635709115843205	NZ_WEHX01000027.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_27_length_26251_cov_159.095366, whole genome shotgun sequence	False	False
ISR0077_000000010077	3085	0.5899612090204769	4	4	4	4	2	False	93455	fragment	False	ISR0077_000000010077	1.0		0	0	False	False	0.9854133129119873	0					non-mobilizable	no_good_hit	313.0	76.038	10.0	0.000106651010801244	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
FIJ0023_000000003970	7081	0.589953673120835	4	3	3	3	3	False	49415	maximal	True	FIJ0023_000000003970	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	75.688	3.0	5.270348017013174e-05	NC_013960.1	g-proteobacteria	Nitrosococcus halophilus Nc 4, complete sequence	True	False
TAN0005_000000015009	1273	0.5899529505614861	2	2	2	2	0	True	2911	maximal	True	TAN0005_000000015009	1.0		0	0	False	False	0.9803613424301147	0					non-mobilizable	no_good_hit	467.0	93.36200000000001	48.0	0.119029374201788	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0201_000000014465	2090	0.5899521570509486	3	2	2	1	1	False	74464	maximal	True	ISR0201_000000014465	1.0		2	2	True	True	1.0	14					non-mobilizable	no_good_hit	1359.0	90.876	76.0	0.16199451270428247	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	True
FIJ0069_000000016664	1321	0.5899518639950809	2	2	2	2	1	True	44964	fragment	False	FIJ0069_000000016664	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1327.0	81.236	100.0	0.00042121590562705865	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	True
MON0104_000000017500	2587	0.5899516110841135	2	2	1	2	1	True	8815	maximal	True	MON0104_000000017500	1.0		1	1	False	False	0.9795129299163818	0					non-mobilizable	no_good_hit	941.0	100.0	36.0	0.03372802296376032	NZ_JVNV01000007.1	high GC Gram+	Kytococcus sedentarius strain 262_KSED 865_27870_979640_5_,...,662_, whole genome shotgun sequence	True	True
ISR0110_000000007017	3343	0.5899428386067671	6	4	2	2	1	False	88485	backbone	False	ISR0182_000000007885	0.5482343217176302	PS458	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	912.0	88.04799999999999	41.0	0.00028216616507249526	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0144_000000005069	3279	0.5899428386067671	6	4	2	2	1	False	88485	backbone	False	ISR0182_000000007885	0.4906627597885934	PS458	0	0	True	True	0.9993900656700134	1					non-mobilizable	no_good_hit	799.0	87.985	40.0	0.0002470120563038161	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0063_000000009766	3244	0.5899428386067671	6	4	2	2	1	False	88485	backbone	False	ISR0182_000000007885	0.5364473399058788	PS458	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	831.0	87.244	39.0	0.00025696720214981374	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0047_000000010963	3454	0.5899426032664655	4	3	3	3	2	False	54717	maximal	True	MON0047_000000010963	1.0		2	1	False	False	0.9997105002403259	0					non-mobilizable	no_good_hit	1492.0	83.11	43.0	0.00039506723478811086	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0075_000000007671	2505	0.5899362218050883	5	4	3	3	2	False	49278	fragment	False	FIJ0075_000000007671	1.0		0	0	False	False	0.9928143620491028	0					non-mobilizable	other	2283.0	98.117	91.0	0.013942008089052896	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
CAN0020_000000020594	1751	0.5899358851443147	3	2	2	2	2	True	91846	maximal	True	CAN0020_000000020594	1.0		29	10	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	99.387	84.0	0.0003966559765132074	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
USA0053_01_000000013000	1439	0.5899358851443147	2	2	2	2	2	True	56655	fragment	False	MAD0077_000000008412	0.9627594141852507		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	99.72200000000001	100.0	0.0003888147881567773	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
USA0108_01_000000005463	1942	0.5899354397709332	2	2	2	2	2	False	317	fragment	False	USA0108_01_000000005463	1.0		0	0	False	False	0.9943357110023499	0					non-mobilizable	no_good_hit	604.0	79.139	57.0	0.00020161989298325748	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0026_000000005893	4963	0.589933558866366	5	3	0	2	2	False	100387	fragment	False	FIJ0172_000000004964	0.9620531256241263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2395.0	78.873	51.0	0.0006346150922085859	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0111_000000005221	4439	0.589933558866366	4	3	0	2	2	False	50584	maximal	True	FIJ0111_000000005221	1.0		25	2	False	False	1.0	0					non-mobilizable	no_good_hit	2049.0	79.893	50.0	0.0005436509280878932	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0156_000000001940	12631	0.5899305915280427	16	8	4	5	7	False	56098	fragment	False	ISR0156_000000001940	1.0		0	0	False	False	0.9999208450317383	0					non-mobilizable	no_good_hit	7197.0	98.63799999999999	57.0	0.2993384096866808	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
AST0087_000000006418	5009	0.5899301272615498	5	5	5	5	5	False	114743	maximal	True	AST0087_000000006418	1.0		501	14	False	False	1.0	0					non-mobilizable	other	5009.0	99.022	100.0	0.2123743691955388	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
ISR0185_000000026629	1249	0.5899176968254917	3	2	1	2	2	False	29374	maximal	True	ISR0185_000000026629	1.0		650	12	False	False	0.987189769744873	0					non-mobilizable	chromosome	1221.0	99.26299999999999	99.0	0.000568979428129037	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0267_000000015488	1219	0.5899176968254917	2	2	1	2	2	False	29374	maximal	False	ISR0185_000000026629	0.9879903923138511		0	0	False	False	0.9926168918609619	0					non-mobilizable	chromosome	1209.0	99.256	100.0	0.0005633829091638334	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0105_000000020379	2658	0.5899176245625923	4	3	3	3	0	False	8745	maximal	True	MON0105_000000020379	1.0		2	2	False	False	0.9996237754821777	0					non-mobilizable	no_good_hit	76.0	98.684	3.0	9.600801244468658e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
CHI0108_000000004812	1715	0.5899142595168266	3	3	3	3	2	False	90151	fragment	False	CHI0011_000000003733	0.9809578765147144		0	0	False	False	0.9959183931350708	0					non-mobilizable	chromosome	1701.0	99.765	100.0	0.00035029214364780224	CP048310.1	enterobacteria	Escherichia coli strain 32-4 chromosome, complete genome	False	False
ENG0040_000000013947	1700	0.5899135763657141	3	3	3	3	2	False	109867	maximal	False	ISR0255_000000015196	0.3126024771082918		0	0	False	False	1.0	0					non-mobilizable	other	1700.0	98.529	100.0	0.015085192715778632	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	False
MAD0085_000000000960	9487	0.5899129892380721	17	6	5	6	4	True	48034	fragment	False	MAD0085_000000000960	1.0		0	0	False	False	0.9998946189880371	0					non-mobilizable	no_good_hit	94.0	97.87200000000001	1.0	0.0009901095508309467	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
USA0059_01_000000018273	1389	0.5899100072420294	1	1	1	1	1	False	45264	fragment	False	USA0059_01_000000018273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000029173	1157	0.5899100072420294	2	1	1	1	1	False	45263	fragment	False	FIJ0066_000000029173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000025227	1326	0.5899086776676244	2	2	2	2	2	False	1939	fragment	False	USA0015_01_000000025227	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	97.436	100.0	0.00046725066534731533	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	False	False
ISR0075_000000014383	1825	0.5899084363166872	4	4	4	2	2	False	34635	fragment	False	ISR0075_000000014383	1.0		0	0	False	False	0.9676712155342102	0					non-mobilizable	chromosome	1825.0	93.699	100.0	0.0005102225023516975	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0056_000000008321	2246	0.5899044457935549	2	2	2	2	2	False	51248	maximal	True	MON0056_000000008321	1.0		171	12	False	False	0.9942119121551514	0					non-mobilizable	other	1315.0	91.027	96.0	0.05072967338429465	NZ_JH379381.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld127, whole genome shotgun sequence	False	False
MON0083_000000020014	1916	0.589903330741947	5	2	0	1	1	False	9878	fragment	False	MON0083_000000020014	1.0		0	0	False	False	0.9979122877120972	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000002433	5717	0.589896461523838	5	5	5	5	5	False	128574	fragment	False	ISR0113_000000002433	1.0		0	0	False	False	0.9996501803398132	0					non-mobilizable	other	5717.0	99.825	100.0	0.0011057143869276375	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
TAN0002_000000032801	1293	0.5898961135991752	1	1	1	1	1	False	3014	maximal	True	TAN0002_000000032801	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	76.24	29.0	0.00020499227442217116	CP040610.1	e-proteobacteria	Campylobacter sp. CFSAN093227 chromosome, complete genome	True	False
MON0046_000000019724	1704	0.5898938817334654	4	1	1	1	1	False	24383	fragment	False	USA0135_01_000000008688	0.9484330484330484		0	0	False	False	0.9759389758110046	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	4.0	0.00013559261753768253	LN591055.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001389	True	False
ENG0112_000000004040	6353	0.5898907197087382	10	7	6	5	5	False	109335	maximal	True	ENG0112_000000004040	1.0		1	1	False	False	0.9998425841331482	0					non-mobilizable	no_good_hit	219.0	75.79899999999999	3.0	0.00027212931785832974	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0384_000000001673	6848	0.5898894850353256	5	2	1	1	1	True	95266	maximal	True	ISR0384_000000001673	1.0		3	2	False	False	0.9991238117218018	0					non-mobilizable	no_good_hit								True	True
MAD0095_000000011069	2907	0.5898883299075742	3	3	3	3	3	False	15594	maximal	True	MAD0095_000000011069	1.0		109	10	False	False	0.9896801114082336	0					non-mobilizable	no_good_hit	1418.0	80.889	49.0	0.006331917787990388	NZ_AWEY01000032.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00003, whole genome shotgun sequence	True	False
SPA0005_000000010089	2918	0.589884787456475	3	3	3	3	2	False	8324	maximal	True	SPA0005_000000010089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	80.0	8.0	0.00017966404372651105	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
MON0080_000000004358	7543	0.5898811818735044	10	7	6	5	6	True	118269	fragment	False	MON0080_000000004358	0.9374572327904749		0	0	False	False	1.0	0					non-mobilizable	other	5616.0	95.566	91.0	0.00976461729393555	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
CHI0085_000000001852	1391	0.589878941852495	3	3	3	2	1	False	84088	maximal	True	CHI0085_000000001852	1.0		36	12	False	False	1.0	0					non-mobilizable	no_good_hit	731.0	90.014	53.0	0.00015399115542306222	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
ISR0077_000000028785	1285	0.5898779687624559	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.7080705746356926		0	0	False	False	0.9891050457954407	0					non-mobilizable	other	1285.0	99.689	100.0	0.00041222709218091246	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0021_000000006512	3904	0.5898745388250655	5	4	2	2	1	True	101045	fragment	False	MAD0045_000000008832	0.7890038561165712		0	0	False	False	1.0	0					non-mobilizable	chromosome	3904.0	98.335	100.0	0.0007922191170066218	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0025_000000027490	1521	0.5898744404141514	3	3	3	2	1	False	12800	maximal	True	MON0025_000000027490	1.0		9	5	False	False	0.8915187120437622	0					non-mobilizable	no_good_hit	883.0	72.593	56.0	0.03972621745363733	NZ_AMXD01000064.1	b-proteobacteria	Thauera aminoaromatica S2 Cont64, whole genome shotgun sequence	True	False
MON0098_000000018678	1813	0.5898729622262534	2	2	2	2	2	False	97165	maximal	True	MON0098_000000018678	1.0		736	15	False	False	1.0	0					non-mobilizable	chromosome	1813.0	99.007	100.0	0.0006394044646099156	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0059_000000015284	1254	0.5898713519368696	1	1	1	1	1	False	16877	fragment	False	MAD0059_000000015284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	95.68299999999999	11.0	0.00021193045609584172	NZ_LT699739.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
ISR0131_000000032524	1167	0.5898695284188756	2	2	2	1	1	False	31623	fragment	False	ISR0131_000000032524	1.0		0	0	False	False	0.999143123626709	0					non-mobilizable	no_good_hit	102.0	82.353	8.0	0.00016852800344700577	NZ_FOGL01000001.1	firmicutes	Gracilibacillus ureilyticus strain CGMCC 1.7727, whole genome shotgun sequence	True	False
ISR0331_000000013216	1828	0.5898690797769889	2	2	2	2	2	False	86899	fragment	False	DEN0069_000000014029	0.9625954198473282		0	0	False	False	0.9994529485702515	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.905853017359012e-07	CP020623.1	bony fishes	Oryzias latipes strain HSOK chromosome 3	True	False
ISR0057_000000008326	2582	0.5898638752455124	4	2	2	2	1	False	119148	maximal	True	ISR0057_000000008326	1.0	PS816	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	87.29799999999999	58.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
SPA0005_000000006725	4419	0.5898621980008858	5	5	5	5	4	False	98164	fragment	False	MAD0029_000000000825	0.6999745791160112		0	0	False	False	0.9979633688926697	0					non-mobilizable	chromosome	4400.0	100.0	99.0	0.0009236214021492516	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0160_000000018507	1592	0.5898592174117911	2	2	2	2	1	True	121144	fragment	False	ISR0211_000000012313	0.5818235753267109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	100.0	89.0	0.044700884506863645	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0160_000000015691	1269	0.5898562975718461	2	2	2	1	1	False	109454	maximal	False	AST0093_000000012537	0.9514455151964418		0	0	False	False	0.9992119669914246	0					non-mobilizable	chromosome	770.0	95.97399999999999	99.0	0.00021522825250052408	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0068_000000006943	5571	0.5898549634566369	11	9	3	5	9	True	118544	fragment	False	FIJ0004_000000003832	0.5147005777636016		0	0	False	False	0.9985640048980713	0					non-mobilizable	other	5571.0	95.889	100.0	0.0015706764936656808	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0088_000000002435	8354	0.5898507825525611	10	8	7	7	8	False	116361	maximal	False	FIJ0052_000000003133	0.8879666240010415		0	0	False	False	0.999880313873291	0					non-mobilizable	no_good_hit	2500.0	97.32	83.0	0.032148007003810895	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0340_000000002947	8354	0.5898507825525611	10	8	7	7	8	False	116361	maximal	False	FIJ0052_000000003133	0.8879666240010415		0	0	False	False	0.999880313873291	0					non-mobilizable	no_good_hit	2500.0	97.32	83.0	0.032148007003810895	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ETH0004_000000004582	6127	0.589844273242969	6	4	4	3	2	True	53138	fragment	False	ETH0004_000000004582	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2263.0	93.28299999999999	91.0	0.07674466198239989	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ENG0066_000000001936	8167	0.5898441196879322	13	5	4	4	4	False	63173	maximal	True	ENG0066_000000001936	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	97.971	18.0	0.00020405896682190746	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0189_000000003480	3742	0.5898436627948901	5	5	3	4	4	False	67993	fragment	False	ENG0189_000000003480	1.0		0	0	False	False	0.9941207766532898	0					non-mobilizable	no_good_hit	1089.0	78.788	29.0	0.0037538785460992908	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
AST0040_000000008620	2309	0.5898402101009043	3	3	2	1	2	False	116235	fragment	False	AST0040_000000008620	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2309.0	99.697	100.0	0.0010287167071081293	CP018757.1	high GC Gram+	Bifidobacterium bifidum strain PRI 1 chromosome, complete genome	False	False
ISR0290_000000002884	3641	0.5898326507697408	6	6	4	5	6	False	117353	maximal	True	ISR0290_000000002884	1.0	PS787	2	2	False	True	0.9986267685890198	0					non-mobilizable	chromosome	2191.0	91.51100000000001	99.0	0.0009006604843551938	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0097_000000002234	8629	0.5898303459585748	7	3	1	3	1	True	106248	fragment	False	ISR0097_000000002234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	410.0	74.39	5.0	0.0006055779287131093	NZ_JH414505.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.2, whole genome shotgun sequence	True	True
AUS0002_000000023206	1609	0.5898272764367805	6	3	1	3	2	False	102854	maximal	True	AUS0002_000000023206	1.0		67	7	False	False	0.998135507106781	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00012466201548388207	NZ_FLKH01000008.1	firmicutes	Gracilibacillus timonensis strain Marseille-P2481T, whole genome shotgun sequence	True	False
FIJ0144_000000024042	1323	0.5898271320912154	1	1	1	1	1	False	43782	fragment	False	FIJ0144_000000024042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0153_000000000028	59507	0.5898252518121115	100	34	10	24	21	False	108162	maximal	True	SPA0153_000000000028	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	83.852	1.0	0.0001860583945659841	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0058_000000014315	2768	0.5898191675221642	4	3	2	3	2	False	46033	maximal	True	FIJ0058_000000014315	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	79.26899999999999	39.0	0.00026035490962403524	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0023_01_000000013138	2374	0.589815936280284	5	3	2	2	2	False	1706	fragment	False	USA0023_01_000000013138	1.0		0	0	False	False	0.9995787739753723	0					non-mobilizable	no_good_hit	42.0	100.0	2.0	0.000565782573896724	NZ_SLXA01000012.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_112, whole genome shotgun sequence	True	False
MON0019_000000022819	2878	0.5898119280689804	3	3	3	3	2	False	70404	maximal	True	MON0019_000000022819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1522.0	91.787	85.0	0.0004260444693751029	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0095_000000026521	1339	0.5898111091382644	2	2	2	2	2	False	69396	maximal	False	ISR0194_000000019865	0.9396802325581395		0	0	False	False	0.9940254092216492	0					non-mobilizable	other	1339.0	95.146	100.0	0.0003798218641134765	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0128_000000023077	1616	0.5898068158514359	2	2	2	2	2	False	3872	maximal	True	SPA0128_000000023077	1.0		40	7	False	False	0.9919554591178894	0					non-mobilizable	other	1645.0	75.684	99.0	0.012792149302318232	NZ_CBYM010000007.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0027_000000000459	31036	0.5898063816113849	39	19	9	13	11	False	7497	maximal	True	SPA0027_000000000459	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.001304838482155452	NZ_BJYN01000040.1	firmicutes	Tetragenococcus koreensis strain NBRC 106072 sequence040, whole genome shotgun sequence	True	False
FIJ0026_000000022487	1453	0.5898059700737747	1	1	1	1	1	False	52309	maximal	True	FIJ0026_000000022487	1.0		2	1	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
FIJ0002_000000029476	1309	0.5898059700737747	1	1	1	1	1	False	52309	maximal	False	FIJ0026_000000022487	0.9504473503097041		0	0	False	True	0.9938884377479553	0					non-mobilizable	no_good_hit								True	True
ENG0036_000000008538	2757	0.5898039144700449	5	3	2	1	2	True	128447	fragment	False	SPA0128_000000012956	0.9506310212998267		0	0	False	False	0.9978237152099609	0					non-mobilizable	other	2766.0	92.227	100.0	0.0006764458324782754	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0072_000000008613	2493	0.5898039144700449	5	3	2	1	2	True	128447	fragment	False	SPA0128_000000012956	0.7426315092279696		0	0	False	False	1.0	0					non-mobilizable	other	2497.0	91.39	100.0	0.0006112285104633347	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0005_000000011389	2490	0.5898039144700449	4	3	2	1	2	True	128447	fragment	False	SPA0128_000000012956	0.7406994082207711		0	0	False	False	0.9995983839035034	0					non-mobilizable	other	2497.0	91.71	100.0	0.0006112285104633347	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
CHI0168_000000006880	2421	0.5898039144700449	5	3	2	1	2	True	128447	fragment	False	SPA0128_000000012956	0.6398101503966825		0	0	False	False	1.0	0					non-mobilizable	other	2424.0	91.914	100.0	0.0005935757014968846	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0081_000000005779	2206	0.5898039144700449	3	3	2	1	2	True	128447	fragment	False	SPA0128_000000012956	0.4172767977566795		0	0	False	False	0.9990933537483215	0					non-mobilizable	other	2215.0	91.46700000000001	100.0	0.0005413528083044697	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0123_000000003638	2694	0.5898020220970612	4	4	3	3	2	False	4091	maximal	True	SPA0123_000000003638	1.0		12	4	False	False	0.9981440305709839	0					non-mobilizable	chromosome	2701.0	95.557	100.0	0.0008803147084312231	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0267_000000014783	1269	0.589801769819054	3	3	3	3	2	False	26523	maximal	True	ISR0267_000000014783	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0065_000000007509	1793	0.5898016957330866	2	1	1	1	1	False	97225	fragment	False	CHI0186_000000009729	0.21990776344420787		0	0	False	False	0.9821528196334839	0					non-mobilizable	chromosome	1637.0	99.939	91.0	0.0006917728921434727	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
CHI0024_000000009870	1301	0.5898016957330866	1	1	1	1	1	False	93997	fragment	False	CHI0024_000000009870	1.0		0	0	False	False	0.9915449619293213	0					non-mobilizable	chromosome	1301.0	100.0	100.0	0.0005496972859330773	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0206_000000013725	1857	0.5897985019509391	2	2	2	2	1	False	112923	maximal	True	ENG0206_000000013725	1.0		344	13	False	False	0.9946149587631226	0					non-mobilizable	other	1839.0	97.934	99.0	0.012004990104700757	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
DEN0069_000000003259	9081	0.5897950785352303	12	7	3	6	3	False	78662	maximal	True	DEN0069_000000003259	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	89.93700000000001	7.0	0.0002238972005092868	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
CAN0019_000000003827	1659	0.5897950651915106	3	3	2	3	3	False	125017	fragment	False	CHI0065_000000006939	0.8415347685538763		0	0	False	False	0.9993972182273865	0					non-mobilizable	other	1659.0	99.21600000000001	100.0	0.05266166941938762	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0050_000000023218	1258	0.5897945194317717	2	2	2	2	2	False	35895	fragment	False	SPA0138_000000021358	0.9882118129261862		0	0	False	False	0.9960254430770874	0					non-mobilizable	other	1283.0	72.72	100.0	0.0003554087996039406	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0082_000000027276	1247	0.5897945194317717	2	2	2	2	2	False	35895	fragment	False	SPA0138_000000021358	0.9837378555025614		0	0	False	False	0.9959903955459595	0					non-mobilizable	no_good_hit	1105.0	73.303	87.0	0.00030544717921233234	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0046_000000022599	1590	0.5897899706526963	2	2	2	2	2	False	36158	fragment	False	ISR0239_000000009297	0.9705882352941176		0	0	False	False	0.998113214969635	0					non-mobilizable	other	1590.0	98.491	100.0	0.04801329505967669	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0785_000000031547	1233	0.5897859515924802	2	2	2	2	2	False	22158	maximal	True	ISR0785_000000031547	1.0		402	12	False	False	1.0	0					non-mobilizable	other	1233.0	99.594	100.0	0.0003273707742398528	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0235_000000000821	4649	0.5897845958041009	5	5	5	5	4	False	124230	fragment	False	ISR0235_000000000821	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4649.0	99.935	100.0	0.02265637186086414	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	False
FIJ0043_000000003127	7604	0.5897834886692739	11	5	4	4	4	True	126132	fragment	False	FIJ0043_000000003127	1.0		0	0	False	False	0.9936875104904175	0					non-mobilizable	no_good_hit	598.0	86.288	8.0	0.09020618556701031	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0285_000000002953	4391	0.589783482654084	5	3	2	3	2	False	26072	fragment	False	ISR0285_000000002953	1.0		0	0	False	False	0.9972671270370483	0					non-mobilizable	virus	3999.0	98.7	91.0	0.16627137685682186	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	False	False
CHI0186_000000009729	1978	0.5897829681832026	2	2	1	1	2	False	97225	fragment	False	CHI0186_000000009729	0.9679304858564106		0	0	False	False	1.0	0					non-mobilizable	chromosome	1978.0	99.899	100.0	0.0008359627186843799	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0139_000000015686	1670	0.5897805108248512	3	3	3	2	2	False	40437	maximal	True	FIJ0139_000000015686	1.0		28	5	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	88.55799999999999	52.0	0.07977600293766639	NZ_CABIWU010000071.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0026_000000000982	15189	0.5897780102513094	19	16	6	8	16	True	123790	fragment	False	SPA0026_000000000982	0.9997464028487792		0	0	False	False	0.9998024702072144	0					non-mobilizable	other	15189.0	99.993	100.0	0.004009822322206701	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
SPA0139_000000001021	14729	0.5897780102513094	17	16	6	8	16	True	123790	fragment	False	SPA0026_000000000982	0.9897497387321547		0	0	False	False	1.0	0					non-mobilizable	other	14729.0	99.993	100.0	0.039992288287701176	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0006_000000028008	1405	0.5897690702407573	3	1	1	1	1	False	51674	maximal	True	FIJ0006_000000028008	1.0		19	6	False	False	0.9971530437469482	0					non-mobilizable	no_good_hit	1008.0	91.071	72.0	0.01639183673469388	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
USA0015_01_000000029944	1117	0.5897680179683161	2	1	1	1	1	False	1928	maximal	True	USA0015_01_000000029944	1.0		2	2	False	False	0.9964189529418945	0					non-mobilizable	no_good_hit								True	False
ENG0017_000000009023	2335	0.5897673313004473	3	3	3	3	1	False	130806	fragment	False	ENG0017_000000009023	1.0		0	0	False	False	0.9811562895774841	0					non-mobilizable	chromosome	2335.0	99.015	100.0	0.0003597585271171458	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0156_000000007364	1214	0.5897657959264329	2	1	1	1	1	False	39485	maximal	True	FIJ0156_000000007364	1.0		10	5	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit	1087.0	81.877	89.0	0.00025289924251544225	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0848_000000004697	3431	0.5897655446259091	2	2	2	2	1	True	130251	fragment	False	ENG0088_000000006241	0.9408719346049046		0	0	False	False	1.0	0					non-mobilizable	other	3375.0	99.23	98.0	0.001018208207126431	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CHI0134_000000005082	2798	0.5897655446259091	2	2	2	2	1	True	111961	fragment	False	CHI0134_000000005082	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2600.0	99.23100000000001	93.0	0.0006949207053967354	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0034_01_000000021024	2568	0.5897655446259091	2	2	2	2	1	True	111958	maximal	True	USA0034_01_000000021024	1.0		33	10	False	False	1.0	0					non-mobilizable	no_good_hit	2231.0	99.686	87.0	0.0006731705608929563	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
SPA0111_000000015605	2209	0.5897655446259091	2	2	2	2	1	True	4572	maximal	True	SPA0111_000000015605	1.0		6	3	False	False	1.0	0					non-mobilizable	other	1609.0	86.14	98.0	0.0004852564725852811	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MON0107_000000007569	6416	0.5897613510615043	8	7	3	6	7	True	105999	backbone	True	MON0107_000000007569	0.9748264756243246	PS644	6	4	False	True	1.0	0					non-mobilizable	plasmid	6416.0	99.984	100.0	0.07435267391455527	CP057998.1	enterobacteria	Escherichia coli strain RHB06-C03 plasmid pRHB06-C03_3, complete sequence	False	True
ISR0021_000000002716	7675	0.5897565796766299	11	6	3	4	5	False	63769	maximal	True	ISR0021_000000002716	1.0		15	7	False	False	0.999348521232605	0					non-mobilizable	no_good_hit	1015.0	85.714	13.0	0.00028326861218793266	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0004_000000009823	1929	0.5897381517962088	4	3	3	3	1	False	38569	maximal	True	ISR0004_000000009823	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0003_000000020865	1145	0.5897353894852378	2	2	1	2	1	False	76603	maximal	True	DEN0003_000000020865	1.0		8	5	False	False	0.9868995547294617	0					non-mobilizable	no_good_hit	380.0	83.421	33.0	0.0001072341829580137	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0187_000000002580	8584	0.5897346245590745	10	7	5	6	5	False	122858	fragment	False	ISR0076_000000002357	0.9507218777217675		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.715	23.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0031_000000008906	3257	0.5897337719196906	3	2	2	2	2	False	64779	maximal	True	SPA0031_000000008906	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	81.157	33.0	0.0003204350206566147	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0775_000000010022	1975	0.5897333309237569	3	3	3	3	3	False	22445	maximal	True	ISR0775_000000010022	1.0		41	11	False	False	0.9903797507286072	0					non-mobilizable	no_good_hit	445.0	73.708	22.0	0.005286126989980946	NZ_FNID01000014.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
MON0067_000000001222	9774	0.5897294090735391	11	10	10	9	10	False	10609	maximal	True	MON0067_000000001222	1.0		6	3	False	False	0.9987722635269165	0					non-mobilizable	chromosome	6813.0	99.971	99.0	0.0014435549256543783	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
FIJ0099_000000008194	2738	0.5897287453615201	2	2	1	1	2	False	87412	fragment	False	CHI0043_000000002988	0.9714243646775627		0	0	False	False	1.0	0		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	2717.0	99.706	99.0	0.6533557854221794	LC056560.1	enterobacteria	Escherichia coli plasmid pV294-c DNA, contig: V294-c_scaffold_4, strain: V294	False	True
MON0077_000000016319	2508	0.5897287453615201	2	2	1	1	2	False	87412	fragment	False	CHI0043_000000002988	0.7247139987793277		0	0	False	False	0.9924242496490479	0		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	2481.0	100.0	99.0	0.6090373280943026	CP052384.1	enterobacteria	Klebsiella pneumoniae strain D16KP0008 plasmid pD16KP0008-3, complete sequence	False	True
MON0068_000000017085	2481	0.5897287453615201	2	2	1	1	2	False	87412	fragment	False	CHI0043_000000002988	0.7223062969862402		0	0	False	False	0.9983877539634705	0		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	2481.0	99.919	100.0	0.5965840750541256	LC056560.1	enterobacteria	Escherichia coli plasmid pV294-c DNA, contig: V294-c_scaffold_4, strain: V294	False	True
CAN0012_000000015933	3179	0.5897286510637795	3	3	1	1	3	False	94253	fragment	False	CAN0012_000000015933	1.0		0	0	False	False	0.9965397715568542	0		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	3179.0	100.0	100.0	0.7804518664047151	CP056634.1	enterobacteria	Escherichia coli strain RHBSTW-00303 plasmid pRHBSTW-00303_3, complete sequence	False	True
CHI0043_000000002988	2812	0.5897283123360179	3	2	1	1	2	False	87412	fragment	False	CHI0043_000000002988	0.9726160617872551		0	0	False	False	1.0	0		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	2812.0	100.0	100.0	0.6886330230279275	CP053759.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-008, complete sequence	False	True
DEN0082_000000010916	3532	0.589724604373843	5	2	2	2	2	False	69304	fragment	False	DEN0082_000000010916	1.0		0	0	False	False	0.9983012676239014	0					non-mobilizable	no_good_hit								True	False
FIJ0165_000000004790	3706	0.5897193489614707	3	3	3	3	3	False	83882	maximal	True	FIJ0165_000000004790	1.0		35	3	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	78.493	22.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ISR0221_000000002816	7552	0.5897169005430899	8	4	3	4	2	True	27974	fragment	False	ISR0221_000000002816	1.0		0	0	False	False	0.9992055296897888	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.980817524592789e-06	CP031773.1	firmicutes	Lysinibacillus fusiformis strain Cu1-5 chromosome	True	True
ISR0219_000000013205	2526	0.5897153894466548	4	3	2	3	2	False	117252	maximal	True	ISR0219_000000013205	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	91.844	69.0	0.000225909910450705	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0142_000000011174	2526	0.5897145124530881	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9536174573987568	PS777	0	0	True	True	1.0	2					non-mobilizable	other	2526.0	98.337	100.0	0.0008902998917888963	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0057_000000010906	2339	0.5897140033880203	7	2	2	2	1	False	22326	maximal	True	MON0057_000000010906	1.0		1	1	False	False	0.9846088290214539	0					non-mobilizable	no_good_hit	1160.0	98.448	87.0	0.10481099656357389	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
ISR0126_000000021683	2269	0.5897127828433076	3	3	3	3	3	False	59805	maximal	False	ENG0110_000000013013	0.9749876150778475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	73.333	8.0	0.0006276810708843255	NZ_LMBW01000006.1	firmicutes	Bacillus humi strain DSM 16318 Scaffold6, whole genome shotgun sequence	True	False
ISR0062_000000011315	3094	0.5897075078290335	4	1	1	1	1	True	57287	fragment	False	ISR0062_000000011315	1.0		0	0	False	False	0.9987071752548218	0					non-mobilizable	other	1915.0	100.0	90.0	0.0005304845702160353	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
ISR0397_000000008163	2336	0.5897075078290335	3	1	1	1	1	True	117055	fragment	False	ISR0397_000000008163	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2272.0	99.956	97.0	0.0006294307518080543	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
AST0033_000000006503	2029	0.5897075078290335	4	1	1	1	1	True	117054	fragment	False	AST0033_000000006503	0.9915246016836075		0	0	False	False	1.0	0					non-mobilizable	other	2030.0	99.90100000000001	100.0	0.0005623579900566017	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
ENG0120_000000011249	1903	0.5897075078290335	3	1	1	1	1	True	117054	fragment	False	AST0033_000000006503	0.9744038037032429		0	0	False	False	1.0	0					non-mobilizable	other	1903.0	100.0	100.0	0.0005271586481457153	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
AST0046_000000009266	1878	0.5897075078290335	3	1	1	1	1	True	117054	fragment	False	AST0033_000000006503	0.9642981117809972		0	0	False	False	0.9920127987861633	0					non-mobilizable	other	1878.0	100.0	100.0	0.0005202296438325487	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
SPA0110_000000010598	1805	0.5897075078290335	3	1	1	1	1	True	57286	fragment	False	SPA0110_000000010598	1.0		0	0	False	False	0.9994459748268127	0					non-mobilizable	other	1805.0	100.0	100.0	0.0004999969512381022	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
ENG0148_000000023038	1581	0.5897075078290335	3	1	1	1	1	True	57285	fragment	False	ENG0148_000000023038	1.0		0	0	False	False	0.9962049126625061	0					non-mobilizable	other	1581.0	99.93700000000001	100.0	0.0004379130725921294	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
AST0088_000000008667	1317	0.5897075078290335	2	1	1	1	1	True	110366	fragment	False	AST0088_000000008667	1.0		0	0	False	False	0.9886105060577393	0					non-mobilizable	other	1298.0	99.92299999999999	99.0	0.00035947674376708347	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
FIJ0033_000000017341	2095	0.5897034454070227	3	3	3	2	2	False	48278	maximal	True	FIJ0033_000000017341	1.0		1	1	False	False	0.9990453720092773	0					non-mobilizable	no_good_hit	265.0	74.717	12.0	6.839670407726859e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0849_000000007951	3387	0.5897030102036845	3	2	2	1	2	False	92862	fragment	False	ISR0162_000000010135	0.9395955295369878		0	0	False	False	0.9991142749786377	0					non-mobilizable	other	3405.0	97.21	99.0	0.023838755165180546	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
ENG0142_000000022505	1526	0.5897020209771495	2	2	2	1	1	False	63634	fragment	False	FIJ0077_000000017663	0.9642040383643593		0	0	False	False	0.9809960722923279	0					non-mobilizable	no_good_hit	428.0	72.89699999999999	28.0	0.00014407473945068786	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0154_000000015485	1342	0.5897010383825294	2	2	2	2	2	False	30618	maximal	True	ISR0154_000000015485	1.0		99	12	False	False	0.9940387606620789	0					non-mobilizable	no_good_hit	560.0	84.821	42.0	0.001090105573287503	NZ_QVHZ01000005.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf5, whole genome shotgun sequence	True	False
USA0055_01_000000013079	2066	0.5896977008985111	3	3	3	3	1	False	1032	maximal	True	USA0055_01_000000013079	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	74.29	32.0	0.0002710012479337711	LR134488.1	g-proteobacteria	Pasteurella multocida strain NCTC8282 genome assembly, chromosome: 1	True	False
SPA0132_000000028874	1435	0.5896970717913061	3	2	2	2	2	False	3724	maximal	True	SPA0132_000000028874	1.0		737	14	False	False	0.988153338432312	0					non-mobilizable	other	1435.0	98.32799999999999	100.0	0.014930190427603152	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0008_000000005261	2333	0.5896966371291966	2	2	2	2	2	False	38415	fragment	False	ISR0008_000000005261	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2333.0	99.87100000000001	100.0	0.0012992830542734824	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
CHI0104_000000002884	2785	0.5896950792889453	4	4	3	4	2	False	95482	fragment	False	CHI0104_000000002884	0.9829313543599258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1390.0	77.33800000000001	72.0	0.02865203761755486	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
ISR0222_000000023043	2158	0.5896948775727521	2	2	1	1	1	False	58018	fragment	False	ISR0222_000000023043	1.0		0	0	False	False	0.9990732073783875	0				MOBQ,MOBQ	mobilizable	plasmid	2158.0	99.537	100.0	0.5297151277013753	CP043410.1	enterobacteria	Escherichia coli strain NMBU-W13E19 plasmid pNMBU-W13E19_04, complete sequence	False	True
MON0010_000000015140	1745	0.5896948775727521	3	2	1	1	1	False	58017	fragment	False	MON0010_000000015140	1.0		0	0	False	False	0.9822349548339844	0				MOBQ,MOBQ	mobilizable	plasmid	1672.0	100.0	96.0	0.4088573525813555	CP054378.1	enterobacteria	Escherichia coli strain SCU-182 plasmid pSCU-182-3, complete sequence	False	True
MON0084_000000024364	1476	0.5896948775727521	2	2	1	1	1	False	58016	fragment	False	MON0084_000000024364	1.0		0	0	False	False	1.0	0				MOBQ,MOBQ	mobilizable	plasmid	1476.0	100.0	100.0	0.36222986247544203	CP054323.1	enterobacteria	Escherichia coli strain SCU-390 plasmid pSCU-390-4, complete sequence	False	True
SPA0127_000000003069	8968	0.5896926593324912	10	3	0	3	1	False	3928	maximal	True	SPA0127_000000003069	1.0		1	1	False	False	0.9985504150390625	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000023153	1154	0.58968771610904	2	2	2	2	2	False	70671	maximal	True	DEN0069_000000023153	1.0		50	8	False	False	1.0	0					non-mobilizable	other	587.0	86.542	94.0	0.00016245397137477715	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0130_000000016396	1791	0.5896837331433551	3	3	3	3	3	False	86881	fragment	False	ISR0213_000000014288	0.6484662512848233		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	99.38600000000001	100.0	0.00043886844513813444	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0069_000000000330	37881	0.5896832897575482	55	28	8	10	23	False	104026	maximal	True	ISR0069_000000000330	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	14592.0	95.49799999999999	63.0	0.003234648026849156	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0103_000000007642	3489	0.5896816866194149	3	3	3	3	2	True	40684	fragment	False	ISR0103_000000007642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	76.551	27.0	0.017671675860757085	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0345_000000004424	2347	0.5896806317816825	3	2	2	1	1	False	77743	maximal	True	ISR0345_000000004424	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	73.304	19.0	0.024100291797254945	NZ_WEHX01000044.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_44_length_18506_cov_249.268974, whole genome shotgun sequence	True	False
BAN0019_000000000216	7620	0.5896797519956629	9	9	9	9	9	False	113199	fragment	False	BAN0019_000000000216	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7620.0	99.134	100.0	0.0015067520051133456	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
ISR0184_000000003522	3812	0.5896759199874109	7	6	6	5	6	True	29428	maximal	True	ISR0184_000000003522	1.0		0	0	False	False	0.9958027005195618	0					non-mobilizable	no_good_hit	1642.0	99.756	86.0	0.015074405720543709	CP053788.1	enterobacteria	Escherichia coli isolate J31 plasmid pJ31, complete sequence	True	True
ISR0026_000000015494	1476	0.5896715486219162	3	3	2	3	1	False	37284	maximal	True	ISR0026_000000015494	1.0		99	11	False	False	0.9579945802688599	0					non-mobilizable	no_good_hit	92.0	98.913	6.0	2.4386479064073733e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0115_000000003708	6582	0.5896618263920965	6	6	6	5	5	False	41759	fragment	False	FIJ0115_000000003708	0.9988958990536277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2557.0	74.267	43.0	0.003356426467971885	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ENG0090_000000015287	1589	0.5896615281932008	2	2	2	2	2	False	81201	fragment	False	DEN0010_000000020867	0.08796447640841233		0	0	False	False	0.9943360686302185	0					non-mobilizable	no_good_hit	778.0	75.964	48.0	0.0045571011341985655	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
USA0034_01_000000021524	2499	0.5896603599889956	4	4	3	4	2	False	53950	maximal	True	USA0034_01_000000021524	1.0		64	8	False	False	1.0	0					non-mobilizable	other	2540.0	82.04700000000001	99.0	0.019636226320095665	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	False	False
CHI0072_000000001112	9714	0.5896589776269333	9	8	8	8	8	False	125058	fragment	False	SPA0126_000000002874	0.6134414628406598		0	0	False	False	0.9997941255569458	0					non-mobilizable	other	9714.0	99.475	100.0	0.03510712916964951	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0098_000000005813	5901	0.5896588506724825	8	4	3	4	3	True	65015	maximal	True	SPA0098_000000005813	1.0		1	1	False	False	1.0	0					non-mobilizable	other	5781.0	95.139	98.0	0.06253319027646823	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	False	True
MON0007_000000053775	1227	0.5896570151303121	2	1	1	1	1	False	92027	fragment	False	CHI0130_000000012425	0.7958772232359324		0	0	False	False	0.9991850256919861	0					non-mobilizable	no_good_hit	180.0	83.333	15.0	0.2048894062863795	GQ875831.1		Uncultured organism clone VC1A654TR genomic sequence	True	False
MAD0102_000000001387	9925	0.5896548013946341	13	12	3	7	12	True	15050	fragment	False	MAD0102_000000001387	1.0		0	0	False	False	0.999395489692688	0					non-mobilizable	plasmid	9925.0	98.38799999999999	100.0	0.09130410767219635	CP055771.1	enterobacteria	Escherichia coli strain RHB05-C22 plasmid pRHB05-C22_4, complete sequence	False	True
ISR0304_000000006141	1615	0.5896469852442784	2	2	2	2	1	False	25490	fragment	False	ISR0304_000000006141	1.0		0	0	False	False	0.998142421245575	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000008384	3305	0.5896278486617099	3	3	2	3	3	True	35085	maximal	True	ISR0067_000000008384	1.0		2	2	False	False	0.9872919917106628	0					non-mobilizable	no_good_hit	905.0	93.37	29.0	0.00020407923161228024	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CHI0125_000000012297	1260	0.5896253431077396	3	3	2	2	2	False	81606	maximal	True	CHI0125_000000012297	1.0		47	9	False	False	0.9992063641548157	0					non-mobilizable	other	1260.0	99.921	100.0	0.004935087334190473	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
FIJ0090_000000014150	2980	0.5896123653635962	5	4	3	3	3	False	43511	maximal	True	FIJ0090_000000014150	1.0		16	5	False	False	0.9939597249031067	0					non-mobilizable	no_good_hit	1655.0	98.973	56.0	0.00032034465521211793	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
USA0034_01_000000013957	4021	0.5896110612730232	6	5	3	3	4	False	68693	fragment	False	USA0034_01_000000013957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	78.285	56.0	0.006701030927835051	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
ENG0074_000000003452	6188	0.5896092311778027	6	6	3	5	5	True	123607	fragment	False	ISR0087_000000003064	0.8122687574893396		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4951.0	97.152	100.0	0.15930970089185098	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
FIJ0153_000000011148	2380	0.5896071775405531	3	3	0	3	2	False	39659	fragment	False	FIJ0153_000000011148	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2380.0	99.412	100.0	0.0005021258560834268	CP057104.1	enterobacteria	Escherichia fergusonii strain RHB38-C01 chromosome, complete genome	False	False
USA0032_01_000000016575	1263	0.5896070845014024	2	1	1	1	1	True	44035	fragment	False	USA0032_01_000000016575	0.958130081300813		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	99.916	100.0	0.00035918945422171053	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0021_000000007667	2429	0.5896067904545631	3	3	2	1	2	False	66377	fragment	False	ENG0021_000000007667	1.0		0	0	False	False	0.9934129118919373	0					non-mobilizable	no_good_hit	962.0	80.457	65.0	0.0002662109761134372	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0184_000000009604	2329	0.5896011254329651	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7273928949648949	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	152.0	79.605	7.0	4.984051036682616e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	True
ENG0150_000000010691	1622	0.5895954086368705	2	2	2	1	1	False	69707	maximal	True	ENG0150_000000010691	1.0		35	10	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	84.0	5.0	0.0001497537269189504	NZ_KE383957.1	b-proteobacteria	Paludibacterium yongneupense DSM 18731 G520DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
TAN0002_000000028815	1454	0.5895954086368705	2	2	2	1	1	False	3022	fragment	False	TAN0002_000000028815	1.0		0	0	False	False	0.955295741558075	0					non-mobilizable	chromosome	1454.0	99.587	100.0	0.00032336689702199787	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0078_000000025559	1363	0.5895954086368705	2	2	2	1	1	False	69706	fragment	False	DEN0078_000000025559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	90.625	5.0	1.4367426171384237e-05	NZ_AZUN01000001.1	g-proteobacteria	Methylosarcina lacus LW14 MetlaDRAFT_chromosome1.1_C, whole genome shotgun sequence	True	False
ISR0817_000000010053	1310	0.5895954086368705	2	2	2	1	1	False	21368	maximal	True	ISR0817_000000010053	1.0		9	4	False	False	0.9748091697692871	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	4.0	6.41345227665455e-05	NZ_RAHW01000002.1	d-proteobacteria	Geomonas oryzae strain S43 contig2, whole genome shotgun sequence	True	False
ISR0291_000000013234	1171	0.5895954086368705	2	2	2	1	1	False	25895	maximal	True	ISR0291_000000013234	1.0		283	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0052_000000041176	1158	0.5895954086368705	2	2	2	1	1	False	72173	fragment	False	DEN0052_000000041176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	6.0	1.5706708132376137e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
SPA0145_000000030920	1117	0.5895954086368705	2	2	2	1	1	False	3344	fragment	False	SPA0145_000000030920	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	99.194	100.0	0.0009987041902620973	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0237_000000011630	1108	0.5895954086368705	2	2	2	1	1	False	27299	fragment	False	ISR0237_000000011630	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	99.54899999999999	100.0	0.00035540139489429135	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0026_000000049601	1108	0.5895954086368705	2	2	2	1	1	False	12683	maximal	True	MON0026_000000049601	1.0		100	11	False	False	0.9792418479919434	0					non-mobilizable	no_good_hit	788.0	98.477	71.0	0.0041182411395021485	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0331_000000023076	1103	0.5895954086368705	2	2	2	1	1	False	24583	maximal	True	ISR0331_000000023076	1.0		24	4	False	False	0.9791477918624878	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000030587	1100	0.5895954086368705	2	2	2	1	1	False	1352	fragment	False	USA0037_01_000000030587	1.0		0	0	False	False	0.9954545497894287	0					non-mobilizable	other	1101.0	97.54799999999999	100.0	0.003988267242910855	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0130_000000007752	4195	0.5895913532654191	5	4	4	4	0	True	3814	maximal	True	SPA0130_000000007752	1.0		9	3	False	False	0.9997616410255432	0					non-mobilizable	chromosome	4252.0	80.833	100.0	0.0018706961604764564	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CHI0041_000000002195	5888	0.5895881163196016	7	6	4	6	5	True	105090	maximal	True	CHI0041_000000002195	1.0		8	2	False	False	0.9959239363670349	0					non-mobilizable	no_good_hit	1732.0	81.64	42.0	0.00038345572165788183	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0352_000000001613	4668	0.5895860141492902	5	5	5	4	5	False	56141	maximal	True	ISR0352_000000001613	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2120.0	86.132	45.0	0.0020832286794103135	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0816_000000019678	1985	0.5895818936579758	2	2	2	2	1	False	109869	fragment	False	ISR0169_000000015834	0.9696652838193747		0	0	False	False	0.9607052803039551	0					non-mobilizable	other	1910.0	99.11	96.0	0.015680573010357884	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0058_000000013112	1973	0.5895818936579758	2	2	2	2	1	False	109869	fragment	False	ISR0169_000000015834	0.9711050224134361		0	0	False	False	0.9974657893180847	0					non-mobilizable	other	1964.0	98.727	99.0	0.016124130340142758	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0286_000000019333	1129	0.5895719873564647	3	2	1	2	1	False	26005	maximal	True	ISR0286_000000019333	1.0		5	2	False	False	0.9831709265708923	0					non-mobilizable	no_good_hit								True	False
ENG0188_000000012363	2092	0.5895623557282583	2	2	2	2	2	False	115312	fragment	False	ISR0008_000000005511	0.9672669827891992		0	0	False	False	1.0	0					non-mobilizable	other	2090.0	96.36399999999999	99.0	0.03016432263840356	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0207_000000014210	2079	0.5895623557282583	2	2	2	2	2	False	115312	fragment	False	ISR0008_000000005511	0.9652919695282611		0	0	False	False	0.9995189905166626	0					non-mobilizable	other	2077.0	96.34100000000001	99.0	0.0299766078493661	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0145_000000016964	2039	0.5895623557282583	2	2	2	2	2	False	115312	fragment	False	ISR0008_000000005511	0.95609009825577		0	0	False	False	0.9960765242576599	0					non-mobilizable	other	2037.0	96.26899999999999	99.0	0.029399023883097005	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0088_000000005760	2039	0.5895623557282583	2	2	2	2	2	False	115312	fragment	False	ISR0008_000000005511	0.95609009825577		0	0	False	False	0.9990191459655762	0					non-mobilizable	other	2037.0	96.26899999999999	99.0	0.029399023883097005	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0027_000000018390	2033	0.5895623557282583	2	2	2	2	2	False	115312	fragment	False	ISR0008_000000005511	0.8568751904447607		0	0	False	False	0.9906542301177979	0					non-mobilizable	other	2031.0	96.16	99.0	0.02931238628815664	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AUS0002_000000004290	6736	0.5895593140408429	10	5	4	5	4	False	103140	maximal	True	AUS0002_000000004290	1.0		6	5	False	False	0.9992577433586121	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.0002047339027968926	AC279200.1	rodents	Rattus norvegicus BAC RNECO-114H5 from chromosome Y, complete sequence	True	False
ISR0310_000000016150	1151	0.5895588300484117	1	1	1	1	1	False	25310	fragment	False	ISR0310_000000016150	0.9931756141947224		0	0	False	False	0.9869678616523743	0					non-mobilizable	other	1151.0	100.0	100.0	0.007511283253757274	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ENG0004_000000007823	3372	0.5895542931673288	5	5	5	5	5	False	67814	maximal	True	ENG0004_000000007823	1.0		11	6	False	False	0.9964413046836853	0					non-mobilizable	chromosome	3250.0	93.015	96.0	0.0015708654752980436	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
MAD0061_000000005164	3153	0.5895450127922921	5	4	4	2	3	False	19297	maximal	True	MAD0061_000000005164	0.9629996696399075		24	2	False	False	1.0	0					non-mobilizable	chromosome	3165.0	96.588	100.0	0.0005825131116272167	CP055981.1	enterobacteria	Escherichia coli strain RHB01-C20 chromosome	False	False
ENG0210_000000022564	1204	0.589542061832993	2	2	1	2	1	False	67256	maximal	False	ENG0010_000000017676	0.9415793714746172		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	93.94200000000001	100.0	0.04157594608605495	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
ISR0137_000000008476	3172	0.5895382901493077	4	4	4	3	3	False	112697	fragment	False	ISR0152_000000007022	0.5553445427271155		0	0	False	False	0.9993695020675659	0					non-mobilizable	other	3032.0	97.296	100.0	0.03294207151396587	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0364_000000005740	2770	0.5895338383788628	4	2	2	2	1	False	33127	fragment	False	ISR0364_000000005740	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	2.0	1.4181648002042157e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	True
TAN0022_000000000903	4870	0.5895320038015468	5	4	3	3	2	True	101050	fragment	False	TAN0022_000000000903	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4771.0	96.164	98.0	0.0009682452508981495	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
AST0061_000000037159	1129	0.5895301791706683	2	2	2	2	2	False	111772	fragment	False	MON0083_000000032856	0.9486356340288924		0	0	False	False	0.9583702683448792	0					non-mobilizable	no_good_hit	219.0	76.712	19.0	0.002019248914889602	NZ_CACWQI010000003.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	False
MAD0037_000000002849	4525	0.5895223007017969	5	3	2	2	3	True	18665	maximal	True	MAD0037_000000002849	1.0		1	1	False	False	0.9907182455062866	0		MOBF			mobilizable	no_good_hit	3961.0	88.387	87.0	0.02975071085769306	CP017590.1	enterobacteria	Pantoea stewartii subsp. stewartii DC283 plasmid pDSJ09, complete sequence	True	True
USA0069_01_000000019222	3219	0.589520711059089	5	5	3	4	3	True	69187	maximal	True	USA0069_01_000000019222	0.9998443821973233		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	90.90899999999999	7.0	0.0015148346041464636	NZ_CYZN01000008.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
USA0034_01_000000017193	3213	0.589520711059089	5	5	3	4	3	True	69187	maximal	False	USA0069_01_000000019222	0.9989127058092575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	90.678	7.0	0.0014768052835402762	NZ_CYZN01000008.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
USA0023_01_000000011761	2669	0.5895162575192603	3	3	2	3	2	False	28798	maximal	True	USA0023_01_000000011761	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	1872.0	95.67299999999999	82.0	0.0020861595030701127	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
DEN0022_000000034932	1204	0.5895147330820412	3	2	1	2	1	False	74449	maximal	True	DEN0022_000000034932	1.0		0	0	False	False	0.9966777563095093	0					non-mobilizable	no_good_hit	128.0	100.0	11.0	3.0444932309169006e-05	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
SPA0122_000000016899	1414	0.5895129534184054	2	2	2	2	2	False	4105	fragment	False	SPA0122_000000016899	1.0		0	0	False	False	0.99929279088974	0					non-mobilizable	other	1414.0	99.57600000000001	100.0	0.00043088266909400286	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0019_000000036514	1841	0.5895084941562185	2	2	2	2	2	False	13180	maximal	True	MON0019_000000036514	1.0		42	6	False	False	0.9869636297225952	0					non-mobilizable	other	1841.0	97.82700000000001	100.0	0.006006574587619274	NZ_LT699738.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	False	False
MAD0059_000000003292	5505	0.5895069476271774	15	6	4	3	5	False	81863	maximal	True	MAD0059_000000003292	1.0		2	2	False	False	0.999636709690094	0					non-mobilizable	no_good_hit	657.0	87.215	19.0	0.0017872049264454329	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0039_000000004009	6907	0.5895058117764254	11	3	1	3	1	True	36570	fragment	False	ISR0039_000000004009	1.0		0	0	False	False	0.9992761015892029	0					non-mobilizable	no_good_hit								True	True
ISR0029_000000008478	5397	0.5894986821485324	9	6	3	4	6	True	83427	fragment	False	ISR0029_000000008478	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5405.0	96.91	100.0	0.03707667819309512	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0104_000000018472	1484	0.5894975197623499	2	2	2	2	1	False	62746	maximal	False	ENG0066_000000013624	0.9738562091503269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	72.832	52.0	0.003933722125533063	NZ_VWRQ01000014.1	firmicutes	Paenibacillus tepidiphilus strain SYSU G01001 SYSU_G01001_Contig14, whole genome shotgun sequence	True	False
MON0038_000000013559	2308	0.5894873750720407	3	3	3	3	3	False	15655	fragment	False	MON0038_000000013559	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2339.0	88.115	100.0	0.0008221922751330593	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0062_000000004750	3625	0.5894868598852635	5	5	5	5	4	True	111728	fragment	False	AST0104_000000008697	0.979983879634605		0	0	False	False	0.9997241497039795	0					non-mobilizable	no_good_hit	970.0	84.742	48.0	0.009167618627065114	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
FIJ0112_000000010315	2610	0.5894848007690202	3	3	3	3	3	False	48566	maximal	True	FIJ0112_000000010315	0.9926809986187771		31	4	False	False	1.0	0					non-mobilizable	chromosome	2610.0	99.693	100.0	0.0005129981823858957	CP034678.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 chromosome, complete genome	False	False
ISR0280_000000014168	1113	0.5894828938477144	2	2	2	2	2	False	26184	maximal	True	ISR0280_000000014168	1.0		518	14	False	False	0.9910152554512024	0					non-mobilizable	other	1113.0	99.191	100.0	0.00870538684954242	NZ_CYXV01000011.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0050_000000010877	2417	0.5894805558051066	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.1289590458043988		0	0	False	False	0.999586284160614	0					non-mobilizable	other	2360.0	92.24600000000001	98.0	0.0006647664743347117	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0115_000000001353	11730	0.589478202444318	15	14	10	12	14	True	123661	maximal	True	ENG0115_000000001353	1.0	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	6090.0	96.995	71.0	0.18327380592045522	AY171301.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482 plasmid p5482, complete sequence	True	True
USA0119_01_000000001467	10711	0.5894719928018765	12	10	9	9	9	False	107284	fragment	False	USA0119_01_000000001467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	72.361	8.0	0.00020950721976572686	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
CHI0170_000000001267	8797	0.5894718781650259	10	5	2	4	3	True	84075	fragment	False	CHI0170_000000001267	0.997422660015446		0	0	False	False	1.0	0					non-mobilizable	plasmid	8797.0	99.523	100.0	0.08948209035697209	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0079_01_000000004749	2685	0.5894717076328899	4	4	3	4	3	False	113681	fragment	False	ISR0290_000000004278	0.9586755454669892		0	0	False	False	0.9824953675270081	0					non-mobilizable	chromosome	2688.0	95.31200000000001	100.0	0.0009362368993060833	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0036_01_000000010483	3539	0.5894706998997009	6	6	3	4	5	False	110217	fragment	False	USA0036_01_000000010483	1.0		0	0	False	False	0.9991523027420044	0					non-mobilizable	no_good_hit	1568.0	82.14299999999999	84.0	0.0004999929261450964	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
CAN0007_000000019492	2083	0.5894702166469323	3	3	3	3	2	False	95297	fragment	False	CAN0007_000000019492	0.981444645097751		0	0	False	False	0.9985597729682922	0					non-mobilizable	other	2130.0	76.94800000000001	99.0	0.0006345502523444026	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0088_000000012016	2310	0.5894673005372293	3	3	3	3	3	True	103377	fragment	False	MON0058_000000019670	0.9493818500910699		0	0	False	False	0.9991341829299927	0					non-mobilizable	other	2302.0	99.696	99.0	0.0031061644066767012	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ISR0182_000000000685	25395	0.5894639861664592	27	11	2	5	9	False	87728	fragment	False	ISR0182_000000000685	0.9413705214287834		0	0	False	False	0.9998818635940552	0					non-mobilizable	no_good_hit								True	False
FIJ0005_000000033993	1101	0.5894623158922926	1	1	1	1	1	False	51824	fragment	False	FIJ0005_000000033993	1.0		0	0	False	False	0.990009069442749	0					non-mobilizable	chromosome	1105.0	87.602	100.0	0.00030759671609745893	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0029_000000001896	10134	0.5894620160351356	9	8	6	7	7	False	7408	maximal	True	SPA0029_000000001896	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1927.0	75.039	19.0	0.00265818518830567	LR215044.1	mycoplasmas	Mycoplasma arginini strain NCTC10129 genome assembly, chromosome: 1	True	False
ISR0211_000000010906	2065	0.5894615236848727	3	2	2	2	2	False	28409	maximal	True	ISR0211_000000010906	1.0		23	9	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	4.043464868831189e-05	NZ_KE383818.1	g-proteobacteria	Marinospirillum minutulum DSM 6287 H571DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0124_000000012325	2532	0.5894612861384613	4	4	4	4	3	False	129960	fragment	False	ISR0182_000000013975	0.9538113523917864		0	0	False	False	1.0	0					non-mobilizable	other	2532.0	97.90700000000001	100.0	0.0007135592618017908	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0038_000000012326	2769	0.5894551998736298	3	3	3	2	3	False	111371	fragment	False	FIJ0038_000000012326	1.0		0	0	False	False	0.9989165663719177	0					non-mobilizable	other	2769.0	99.89200000000001	100.0	0.0005963394067457018	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ENG0166_000000010570	2631	0.5894486865624496	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.44493073129879657		0	0	False	False	0.9992398619651794	0					non-mobilizable	chromosome	2633.0	91.986	100.0	0.0008835596311870632	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0057_000000011157	2168	0.5894448195531943	5	2	2	2	1	False	63544	maximal	True	ENG0057_000000011157	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	90.69	44.0	0.5533642691415314	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
ISR0045_000000012993	1982	0.5894437533114028	3	3	2	2	1	False	36245	maximal	True	ISR0045_000000012993	1.0		3	2	False	False	0.9989908933639526	0					non-mobilizable	no_good_hit	270.0	94.444	14.0	0.0005839886863087339	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0334_000000002994	5665	0.58943980524101	6	3	3	3	3	False	24515	fragment	False	ISR0334_000000002994	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	99.71799999999999	25.0	0.0003836774578542886	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0222_000000022681	2201	0.5894376384719624	2	1	1	1	1	False	37525	maximal	True	ISR0222_000000022681	1.0		37	6	False	False	0.9868241548538208	0					non-mobilizable	chromosome	2183.0	99.954	99.0	0.0007225723044195131	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ISR0106_000000019844	1366	0.5894372485315199	3	3	2	3	1	False	32880	maximal	True	ISR0106_000000019844	1.0		6	3	False	False	0.9970717430114746	0					non-mobilizable	no_good_hit	483.0	92.54700000000001	35.0	0.00013972290223600127	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0360_000000016158	1541	0.5894333863856056	2	2	2	2	1	False	80560	maximal	True	ISR0360_000000016158	1.0		465	13	False	False	0.9967553615570068	0					non-mobilizable	other	1547.0	92.04899999999999	100.0	0.0004654709943225184	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0032_000000004377	4766	0.589427460589943	4	1	1	1	1	False	62417	fragment	False	MON0032_000000004377	1.0		0	0	False	False	0.9960134029388428	0					non-mobilizable	no_good_hit	87.0	85.057	2.0	2.8413193348772282e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ENG0110_000000011538	2647	0.589427460589943	3	1	1	1	1	False	59807	maximal	True	ENG0110_000000011538	1.0		0	0	False	False	0.9542878866195679	0					non-mobilizable	no_good_hit	133.0	90.977	5.0	5.958572677034275e-05	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0818_000000007416	2384	0.589427460589943	3	1	1	1	1	False	62420	fragment	False	ISR0818_000000007416	1.0		0	0	False	False	0.9983221292495728	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000011142	2240	0.589427460589943	3	1	1	1	1	False	62416	fragment	False	ENG0070_000000011142	1.0		0	0	False	False	0.9879464507102966	0					non-mobilizable	no_good_hit								True	False
SPA0153_000000016339	1153	0.589427460589943	1	1	1	1	1	False	3215	fragment	False	SPA0153_000000016339	1.0		0	0	False	False	0.9462272524833679	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000003307	6254	0.5894254890561013	7	2	1	1	2	True	121798	maximal	False	SPA0132_000000005938	0.9158273066530102		0	0	True	True	0.9995203018188477	62					non-mobilizable	plasmid	4697.0	89.227	91.0	0.7453792224346718	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
ISR0133_000000004769	3897	0.5894254890561013	6	2	1	1	2	True	31543	fragment	False	ISR0133_000000004769	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2958.0	98.17399999999999	98.0	0.4711599745060548	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
FIJ0009_000000004554	7356	0.5894210572052581	15	4	3	4	3	False	114072	maximal	True	FIJ0009_000000004554	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2031.0	98.227	28.0	0.003246607854551968	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
MON0016_000000010944	2752	0.5894173871376157	4	4	4	3	3	False	13361	maximal	True	MON0016_000000010944	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	83.01899999999999	4.0	3.33557629457244e-05	CP015810.1	high GC Gram+	Microbacterium chocolatum strain SIT 101, complete genome	True	False
SPA0084_000000015151	1281	0.5894165119971075	3	3	3	3	1	False	5556	maximal	True	SPA0084_000000015151	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	81.149	52.0	0.003453996137294343	NZ_JNJN01000001.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
FIJ0068_000000014732	2166	0.5894160455218292	2	2	2	2	2	False	119164	maximal	True	FIJ0068_000000014732	1.0	PS816	0	0	False	True	0.9963065385818481	0					non-mobilizable	no_good_hit	1502.0	78.895	69.0	0.006781443628964035	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	True	True
USA0132_01_000000002186	8965	0.5894155720047158	14	6	3	3	6	False	108003	maximal	False	CHI0188_000000001740	0.9994955679906308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1718.0	92.54899999999999	56.0	0.0003807036131304987	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0188_000000001740	8965	0.5894155720047158	14	6	3	3	6	False	108003	maximal	True	CHI0188_000000001740	0.9994955679906308		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	1718.0	92.54899999999999	56.0	0.0003807036131304987	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0051_01_000000002602	8742	0.5894155720047158	14	6	3	3	6	False	108003	maximal	False	CHI0188_000000001740	0.989086168874401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1718.0	92.54899999999999	54.0	0.0003807036131304987	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0009_000000000955	8616	0.5894155720047158	14	6	3	3	6	False	108003	maximal	False	CHI0188_000000001740	0.9809655268543105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1718.0	92.54899999999999	54.0	0.0003807036131304987	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
USA0117_01_000000003053	8575	0.5894155720047158	13	6	3	3	6	False	108003	maximal	False	CHI0188_000000001740	0.9772255904640774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1718.0	92.54899999999999	54.0	0.0003807036131304987	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
AST0040_000000003985	4734	0.589405458579584	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.7455604688714025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	88.928	60.0	0.008226240936169391	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
AST0093_000000010425	1659	0.5894020564161725	3	3	3	3	3	False	109498	maximal	True	AST0093_000000010425	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1580.0	97.152	95.0	0.10922682909946702	NZ_AFTL01000005.1	firmicutes	Lactobacillus oris F0423 ctg1127947904556, whole genome shotgun sequence	False	False
MAD0112_000000008079	3401	0.5893987464522966	5	4	3	3	3	True	118240	fragment	False	MAD0072_000000001538	0.772004434791817		0	0	False	False	1.0	0					non-mobilizable	other	3402.0	97.678	100.0	0.01423910812927435	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
DEN0083_000000002566	9334	0.5893973475850012	8	6	3	3	6	False	86887	maximal	False	FIJ0074_000000002789	0.9510971169930139		0	0	False	False	1.0	0					non-mobilizable	chromosome	9379.0	84.89200000000001	99.0	0.0026045697240180458	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0114_000000005701	6827	0.5893962318962629	4	4	3	3	4	False	4473	maximal	True	SPA0114_000000005701	1.0		1	1	False	False	0.9958986639976501	0					non-mobilizable	no_good_hit	297.0	77.778	4.0	0.0019739653640304168	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	False
MAD0067_000000000815	10018	0.5893800686345503	10	9	3	8	9	True	24105	maximal	True	MAD0067_000000000815	1.0		2	1	False	False	0.9996007084846497	0					non-mobilizable	chromosome	10018.0	98.43299999999999	100.0	0.0019465002927426067	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	True
AUS0014_000000011301	2681	0.5893772031710134	4	3	0	1	3	False	118843	fragment	False	SPA0150_000000004644	0.40382512533078097		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	2611.0	95.749	100.0	0.06948777431138842	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0063_000000011743	2460	0.5893772031710134	4	3	0	1	3	False	118843	fragment	False	SPA0150_000000004644	0.3206946971665153		0	0	False	False	0.9967479705810547	0	rep_cluster_663				non-mobilizable	plasmid	2439.0	95.244	99.0	0.03293226983912397	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
SPA0154_000000003194	2410	0.5893772031710134	4	3	0	1	3	False	118843	fragment	False	SPA0150_000000004644	0.31924420391177405		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2411.0	99.212	100.0	0.055144955723863354	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
MON0105_000000022611	2407	0.5893772031710134	3	3	0	1	3	False	118843	fragment	False	SPA0150_000000004644	0.33495847836707315		0	0	False	False	0.9950145483016968	0	rep_cluster_663				non-mobilizable	plasmid	2339.0	99.95700000000001	97.0	0.06052447642962541	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0274_000000003024	2246	0.5893772031710134	4	3	0	1	3	False	118843	fragment	False	SPA0150_000000004644	0.29241055578766534		0	0	False	False	0.9995547533035278	0	rep_cluster_663				non-mobilizable	plasmid	2246.0	99.955	100.0	0.0581169587615522	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0857_000000001119	2237	0.5893772031710134	3	3	0	1	3	False	118843	fragment	False	SPA0150_000000004644	0.27927243362181575		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2237.0	100.0	100.0	0.05116353568404915	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0163_000000004328	2150	0.5893772031710134	4	3	0	1	3	False	118843	fragment	False	SPA0150_000000004644	0.265901414307546		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	2150.0	99.95299999999999	100.0	0.44045911047345765	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	True
AST0055_000000016687	2117	0.5893772031710134	3	3	0	1	3	False	118843	fragment	False	SPA0150_000000004644	0.27231445516070385		0	0	False	False	0.999527633190155	0	rep_cluster_663				non-mobilizable	plasmid	2117.0	99.48	100.0	0.04841772876003936	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0106_000000018960	2047	0.5893772031710134	3	3	0	1	3	False	118843	fragment	False	SPA0150_000000004644	0.2658225240878038		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2048.0	98.096	100.0	0.046816008054366975	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0065_000000017549	1916	0.5893762025621485	3	3	3	3	3	False	35189	fragment	False	ISR0065_000000017549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	79.054	8.0	4.543430091910191e-05	CP015027.1	firmicutes	Sporosarcina sp. P33, complete genome	True	False
SPA0142_000000021118	1252	0.589374802014527	2	2	1	2	1	False	80234	fragment	False	MAD0021_000000010037	0.2663760339816678		0	0	False	False	0.9968051314353943	0					non-mobilizable	other	1252.0	97.764	100.0	0.00038918398291696974	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0082_000000005917	4575	0.5893637734987167	7	4	3	4	2	False	76152	fragment	False	ISR0082_000000005917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	8.894180596929967e-06	CP011774.1	b-proteobacteria	Limnohabitans sp. 63ED37-2, complete genome	True	False
DEN0031_000000028275	1220	0.5893615720418042	3	2	2	2	2	False	73685	fragment	False	USA0034_01_000000039669	0.9643190628448544		0	0	False	False	0.9909836053848267	0					non-mobilizable	chromosome	1141.0	78.703	92.0	0.0003994513542706537	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0778_000000003968	3200	0.5893561513811921	6	4	3	3	2	False	73983	fragment	False	ISR0778_000000003968	1.0		0	0	False	False	0.9984375238418579	0					non-mobilizable	no_good_hit								True	False
ISR0848_000000015680	1171	0.5893534990317325	2	2	2	2	1	True	45163	fragment	False	FIJ0067_000000025348	0.6566499721758486		0	0	False	False	0.999146044254303	0					non-mobilizable	other	1168.0	89.384	99.0	0.0036090253466767278	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0007_000000028695	2163	0.589352763470159	3	3	3	3	2	False	38551	fragment	False	MON0007_000000028695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	76.943	53.0	0.0003896778217798029	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0311_000000002505	6102	0.5893501253800659	4	3	3	3	3	False	25307	maximal	True	ISR0311_000000002505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	70.492	14.0	0.019025996140311044	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
ENG0126_000000003822	5502	0.5893473964911873	6	5	5	5	4	True	124522	maximal	True	ENG0126_000000003822	1.0		1	1	False	False	0.9972737431526184	0					non-mobilizable	no_good_hit	1425.0	97.333	35.0	0.0004050437043294735	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
MAD0065_000000001685	6549	0.5893473268666674	10	8	2	7	4	True	16647	fragment	False	MAD0065_000000001685	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	3826.0	98.14399999999999	100.0	0.04059216809933142	CP055982.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_2, complete sequence	False	True
ISR0256_000000005843	3048	0.5893462914469707	2	2	2	2	2	False	26850	maximal	True	ISR0256_000000005843	1.0		431	12	False	False	1.0	0					non-mobilizable	other	3038.0	96.906	100.0	0.012187680647440427	NZ_DS544177.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0818_000000006643	2628	0.5893420639940892	3	2	2	2	2	False	84004	maximal	True	ISR0818_000000006643	1.0		4	4	False	False	0.9802131056785583	0					non-mobilizable	no_good_hit	93.0	95.699	4.0	0.0005606576758301695	NZ_SPHG01000007.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_7_length_164093_cov_57.8536, whole genome shotgun sequence	True	False
ISR0065_000000013606	2415	0.5893420639940892	3	2	2	2	2	False	84003	fragment	False	ISR0065_000000013606	0.909821315574472		0	0	False	False	0.9995859265327454	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000011165	2386	0.5893420639940892	3	2	2	2	2	False	84003	fragment	False	ISR0065_000000013606	0.7001867223931426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000013470	2179	0.5893420639940892	2	2	2	2	2	False	83997	fragment	False	SPA0127_000000013470	0.8700704914205515		0	0	False	False	0.9843965172767639	0					non-mobilizable	no_good_hit								True	False
ISR0228_000000012639	2117	0.5893420639940892	2	2	2	2	2	False	83997	fragment	False	SPA0127_000000013470	0.7783990250981825		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0060_000000006900	2031	0.5893420639940892	2	2	2	2	2	False	83997	fragment	False	SPA0127_000000013470	0.3798056581211629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0048_000000001502	10623	0.5893420523404247	17	7	3	6	3	True	64678	fragment	False	ISR0048_000000001502	1.0		0	0	False	False	0.9986820816993713	0					non-mobilizable	no_good_hit	4494.0	95.861	84.0	0.04879909332635892	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	True	True
ENG0193_000000012830	1559	0.5893366924826824	2	2	2	0	1	False	54581	fragment	False	ENG0193_000000012830	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1559.0	95.51	100.0	0.00044315877201216267	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0329_000000013882	1272	0.5893366758131494	2	2	2	1	2	False	24686	fragment	False	ISR0329_000000013882	1.0		0	0	False	False	0.9905660152435303	0					non-mobilizable	other	1272.0	100.0	100.0	0.0013884913620761604	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
SPA0069_000000009128	2614	0.5893316668482317	3	2	2	2	1	False	5956	maximal	True	SPA0069_000000009128	1.0		3	1	False	False	0.9996174573898315	0					non-mobilizable	no_good_hit								True	False
MAD0005_000000008481	3157	0.5893287086435995	5	3	3	3	2	True	19977	maximal	True	MAD0005_000000008481	1.0		1	1	False	False	0.9923978447914124	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.665177027381372e-05	NZ_JAAGWH010000013.1	high GC Gram+	Modestobacter muralis strain DSM 100205 Scaffold2_2, whole genome shotgun sequence	True	True
ISR0067_000000023330	1329	0.5893260525126848	2	1	1	1	1	False	73576	fragment	False	ISR0079_000000021589	0.9723467862481315		0	0	False	False	0.9977426528930664	0					non-mobilizable	other	1329.0	99.85	100.0	0.017227288647891345	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ENG0049_000000007054	2781	0.5893226662567529	7	4	3	4	4	False	69363	fragment	False	USA0006_01_000000008187	0.9406123822341858		0	0	False	False	1.0	0					non-mobilizable	other	2781.0	100.0	100.0	0.050922279413111574	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0399_000000002911	4534	0.5893213953967732	5	5	4	4	3	False	113767	maximal	True	ISR0399_000000002911	1.0		55	10	False	False	0.9995588660240173	0					non-mobilizable	other	1972.0	97.921	100.0	0.00048324564545657153	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0090_000000005251	4479	0.5893205025156145	4	3	3	3	3	False	82099	fragment	False	ISR0090_000000005251	1.0		0	0	False	False	0.9997767210006714	0					non-mobilizable	no_good_hit	1246.0	85.714	28.0	0.030697074223887635	NZ_WKRD01000015.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold15_size40297, whole genome shotgun sequence	True	False
MON0039_000000038095	1304	0.5893197528150123	2	2	2	1	1	False	11905	maximal	True	MON0039_000000038095	1.0		31	8	False	False	0.9371165633201599	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	8.093942866725137e-06	CP053751.1	enterobacteria	Shigella sonnei strain 506 chromosome, complete genome	True	False
CHI0107_000000006490	2183	0.5893158047265296	2	2	2	2	2	False	83019	fragment	False	CHI0107_000000006490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	97.023	72.0	0.07372717283240018	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0299_000000003083	3089	0.5893143505491552	7	4	4	4	4	False	106960	fragment	False	ISR0299_000000003083	1.0		0	0	False	False	0.9974101781845093	0					non-mobilizable	no_good_hit	841.0	99.405	27.0	0.05793503000206911	MK233491.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B10.V06.L09_2_c1 sequence	True	False
SPA0040_000000023899	1775	0.5893112804449545	2	2	2	2	0	True	6950	maximal	True	SPA0040_000000023899	1.0		0	0	False	False	0.9757746458053589	0					non-mobilizable	no_good_hit	1177.0	100.0	66.0	0.0002483693894864984	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0349_000000002712	3527	0.5893106597168114	3	3	2	3	2	False	125887	maximal	True	ISR0349_000000002712	1.0		29	5	False	False	1.0	0					non-mobilizable	other	2439.0	96.18700000000001	95.0	0.04868981231636386	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
MAD0094_000000004984	2894	0.5893105937127441	5	4	4	3	3	False	38315	maximal	True	MAD0094_000000004984	0.9601816276632902		31	6	False	False	1.0	0					non-mobilizable	other	2894.0	98.89399999999999	100.0	0.0035231471498689782	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0094_000000000958	16542	0.5893105281365201	21	19	8	9	16	True	114762	maximal	True	ENG0094_000000000958	1.0		20	5	False	False	0.998790979385376	0					non-mobilizable	other	11882.0	97.206	90.0	0.06518101570686373	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MAD0055_000000000246	16593	0.5893054645118966	22	7	1	7	1	False	17431	maximal	True	MAD0055_000000000246	0.9939381144821763		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0050_000000000866	16579	0.5893054645118966	21	7	1	7	1	False	17431	maximal	False	MAD0055_000000000246	0.993370698487314		0	0	False	False	0.9998190402984619	0					non-mobilizable	no_good_hit								True	False
ISR0400_000000011276	1672	0.5892979289495109	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.10456195838130464		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	93.198	100.0	0.028612963913117836	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	True
ENG0095_000000022798	1229	0.5892950839622715	2	2	2	2	1	False	60908	maximal	True	ENG0095_000000022798	1.0		66	12	False	False	0.9991863369941711	0					non-mobilizable	no_good_hit	538.0	71.00399999999999	43.0	0.007932191097815247	NZ_JAAZWC010000027.1	firmicutes	Saccharibacillus qingshengii strain JCM 31172 NODE_27_length_66186_cov_139.990894, whole genome shotgun sequence	True	False
ISR0275_000000009518	1505	0.5892950562260868	2	2	2	1	1	False	110486	fragment	False	ISR0214_000000017838	0.6354885959405734		0	0	False	False	1.0	0					non-mobilizable	other	1505.0	97.14299999999999	100.0	0.007419246630754356	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0091_000000025300	1129	0.5892939880677294	1	1	1	1	1	False	33605	maximal	True	ISR0091_000000025300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	97.51	89.0	0.00023400178989205588	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0237_000000001182	5999	0.5892931280294468	8	4	3	4	2	False	43553	maximal	True	ISR0237_000000001182	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0077_000000007654	1725	0.5892784629866488	3	2	1	2	2	False	69898	maximal	True	DEN0077_000000007654	1.0		148	12	False	False	0.9733333587646484	0					non-mobilizable	no_good_hit	124.0	79.839	7.0	0.0021857140297758745	NZ_ACFT01000050.1	g-proteobacteria	Actinobacillus minor 202 Contig_94, whole genome shotgun sequence	True	False
ISR0813_000000014106	2170	0.5892747631682337	2	2	2	2	1	False	21581	maximal	True	ISR0813_000000014106	1.0		57	9	False	False	0.981566846370697	0					non-mobilizable	no_good_hit	1371.0	80.233	63.0	0.026083972085573733	NZ_JNJN01000015.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00014.14_C, whole genome shotgun sequence	True	False
ISR0317_000000017196	1330	0.5892739632195426	3	2	2	2	1	False	25148	maximal	True	ISR0317_000000017196	1.0		4	2	False	False	0.9834586381912231	0					non-mobilizable	no_good_hit	450.0	99.333	34.0	0.004422730272554447	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	True	False
MON0081_000000009986	5539	0.5892706255595012	7	4	4	4	2	False	113582	maximal	True	MON0081_000000009986	1.0		9	2	False	False	1.0	0					non-mobilizable	chromosome	5539.0	99.206	100.0	0.0015499792748347235	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0837_000000009200	1505	0.5892640019893646	2	2	2	1	2	False	121113	maximal	True	ISR0837_000000009200	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1510.0	94.50299999999999	100.0	0.00047468758401986	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0092_000000004947	4413	0.5892637731549526	6	5	2	3	3	False	124369	fragment	False	ENG0025_000000004712	0.8767373388955876		0	0	False	False	0.9988669753074646	0					non-mobilizable	other	4048.0	99.30799999999999	93.0	0.0012110671245998646	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0098_000000017918	1877	0.5892625510486666	3	1	1	1	1	True	13836	maximal	True	MON0098_000000017918	1.0		2	1	False	False	0.9920085072517395	0					non-mobilizable	no_good_hit	119.0	84.874	6.0	8.889376731012872e-05	NZ_FIZW01000002.1	firmicutes	Murdochiella massiliensis strain SIT12, whole genome shotgun sequence	True	True
USA0108_01_000000006085	1715	0.5892625510486666	4	1	1	1	1	True	13834	fragment	False	USA0108_01_000000006085	1.0		0	0	False	False	0.9906705617904663	0					non-mobilizable	no_good_hit								True	True
USA0024_01_000000011059	2085	0.5892542103517554	3	3	2	2	2	False	21647	maximal	True	USA0024_01_000000011059	1.0		27	7	False	False	0.9856114983558655	0					non-mobilizable	no_good_hit	653.0	82.083	31.0	0.00017980426222787826	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0129_000000014821	1709	0.5892535574149117	4	3	2	3	1	True	82060	fragment	False	CHI0129_000000014821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	95.932	56.0	8.851776994231592e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
AST0153_000000017706	1871	0.5892425025261109	2	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.4767940023521325		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	99.679	100.0	0.0073847660569298324	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0126_000000037692	1215	0.5892336460912408	2	1	1	1	1	False	59716	maximal	False	ENG0111_000000016734	0.9749190938511327		0	0	False	False	0.9958847761154175	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	0.00023998231709242477	NZ_AUBS01000008.1	a-proteobacteria	Pseudodonghicola xiamenensis DSM 18339 G455DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
MAD0045_000000031707	1348	0.5892333878259083	3	3	3	3	2	False	17813	maximal	True	MAD0045_000000031707	1.0		37	7	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	85.333	6.0	0.0006635700066357001	NZ_BAVR01000004.1	firmicutes	Hungateiclostridium straminisolvens JCM 21531, whole genome shotgun sequence	True	False
MAD0016_000000001242	3209	0.5892305720263565	3	2	1	1	2	False	101717	fragment	False	MAD0016_000000001242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	88.28399999999999	58.0	0.031139845590384647	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0048_000000010437	1829	0.5892301901237488	4	3	2	2	3	False	112406	maximal	True	ISR0048_000000010437	0.950218818380744		16	7	False	False	1.0	0					non-mobilizable	chromosome	1510.0	81.722	91.0	0.000425807882992431	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0088_000000007974	2624	0.5892267994242821	3	2	2	2	2	False	117273	fragment	False	ENG0088_000000007974	0.952303961196443		0	0	False	False	0.9988567233085632	0					non-mobilizable	other	2627.0	93.605	100.0	0.009510204525595612	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0134_000000004112	7878	0.5892258899071384	10	5	3	2	3	False	58230	fragment	False	ENG0134_000000004112	1.0		0	0	False	False	0.9991114735603333	0					non-mobilizable	no_good_hit								True	False
ISR0103_000000005085	4956	0.5892255855142416	6	5	5	4	2	True	33067	maximal	True	ISR0103_000000005085	1.0		1	1	False	False	0.9997982382774353	0					non-mobilizable	no_good_hit	1479.0	90.46700000000001	68.0	0.00038782522674524634	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
SPA0137_000000002614	12517	0.589222172595088	15	9	4	6	7	False	121351	maximal	True	SPA0137_000000002614	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2085.0	99.137	40.0	0.0006568717962134052	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0180_000000007051	2419	0.5892203397104014	2	2	2	2	2	False	84002	maximal	True	ENG0180_000000007051	1.0		1	1	False	False	0.9991732239723206	0					non-mobilizable	no_good_hit	44.0	97.727	2.0	1.358593482921848e-05	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
ISR0353_000000012747	2885	0.5892158350620951	3	3	2	3	2	False	24035	maximal	True	ISR0353_000000012747	1.0		160	12	False	False	1.0	0					non-mobilizable	chromosome	2885.0	100.0	100.0	0.0005410289003981553	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ENG0073_000000014631	1653	0.5892083749547138	2	2	2	2	1	False	121153	fragment	False	ENG0127_000000016823	0.4765725855775709		0	0	False	False	0.9951603412628174	0					non-mobilizable	no_good_hit	940.0	76.809	56.0	0.016965813521680563	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
ENG0006_000000014128	1586	0.5892083749547138	2	2	2	2	1	False	121153	fragment	False	ENG0127_000000016823	0.472212921942082		0	0	False	False	0.9867591261863708	0					non-mobilizable	no_good_hit	940.0	76.809	59.0	0.016965813521680563	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
DEN0010_000000031026	1495	0.5892083749547138	2	2	2	2	1	False	121153	fragment	False	ENG0127_000000016823	0.36047001282473773		0	0	False	False	0.9993311166763306	0					non-mobilizable	no_good_hit	937.0	76.84100000000001	62.0	0.01691120253394983	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
FIJ0043_000000023744	1269	0.5892023974915304	2	1	1	1	1	False	47171	fragment	False	FIJ0043_000000023744	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	95.991	100.0	0.0038446611361761993	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
TAN0013_000000007317	1558	0.5892021285469697	3	2	2	2	1	True	2565	maximal	True	TAN0013_000000007317	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1395.0	87.814	89.0	0.016034397298013855	NZ_PDYG01000004.1	firmicutes	Agathobacter ruminis strain JK623 contig000004, whole genome shotgun sequence	True	True
ISR0009_000000015923	2082	0.5891958377989055	3	3	3	3	3	False	40158	maximal	True	ISR0009_000000015923	0.9704326923076922		122	13	False	False	1.0	0					non-mobilizable	other	2084.0	93.47399999999999	100.0	0.06860062633921213	NZ_CABKPS010000044.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
TAN0002_000000019561	2018	0.5891951103403613	2	2	2	2	1	False	3037	maximal	True	TAN0002_000000019561	1.0		2	1	False	False	0.9910802841186523	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000003849	5478	0.5891937516827174	7	5	4	4	4	False	17570	maximal	True	MAD0048_000000003849	1.0		1	1	False	False	0.9881343841552734	0					non-mobilizable	no_good_hit	2202.0	99.637	83.0	0.014106713667681462	CP053732.1	enterobacteria	Escherichia coli strain CP55_Sichuan plasmid pCP55-IncFIB, complete sequence	True	False
ENG0160_000000008514	2488	0.5891926767536932	4	4	4	4	2	False	94441	maximal	True	ENG0160_000000008514	1.0		31	9	False	False	0.9919614195823669	0					non-mobilizable	no_good_hit								True	False
CAN0009_000000024154	1201	0.5891925491041378	3	3	1	2	1	True	94691	fragment	False	CAN0009_000000024154	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1191.0	95.29799999999999	99.0	0.00040436070742056265	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
MON0031_000000007621	4619	0.5891863178650356	4	4	4	4	3	False	120984	maximal	True	MON0031_000000007621	1.0		53	8	False	False	0.9965360760688782	0					non-mobilizable	no_good_hit	2281.0	90.794	49.0	0.054549808429118773	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	False
MON0041_000000019066	3043	0.5891793137375265	4	4	4	4	4	False	55339	fragment	False	MON0041_000000019066	1.0		0	0	False	False	0.994413435459137	0					non-mobilizable	other	3043.0	99.146	100.0	0.0015044703838921767	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
DEN0026_000000002650	10360	0.5891660226861981	8	7	3	7	3	False	74225	fragment	False	DEN0026_000000002650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	72.908	2.0	0.0016046502635750834	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	False
AST0010_000000003133	7593	0.5891603231961389	6	6	6	5	4	False	126533	maximal	True	AST0010_000000003133	1.0		10	5	False	False	0.9978927969932556	0					non-mobilizable	no_good_hit	1316.0	99.46799999999999	17.0	0.001663016040833051	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
DEN0010_000000035325	1329	0.5891582101320281	2	2	2	2	2	False	75864	maximal	True	DEN0010_000000035325	1.0		2	2	False	False	0.9872084259986877	0					non-mobilizable	chromosome	1247.0	84.603	93.0	0.00041737674006550796	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0023_000000006895	4050	0.5891541868775282	5	3	3	2	3	False	37550	fragment	False	ISR0023_000000006895	1.0		0	0	False	False	0.9987654089927673	0					non-mobilizable	no_good_hit	552.0	72.645	13.0	0.00019838548683651788	CP060591.1	spirochetes	Treponema sp. Marseille-Q4132 chromosome	True	False
FIJ0162_000000006976	3271	0.5891472991935458	3	2	2	2	2	False	86711	maximal	True	FIJ0162_000000006976	0.9965058236272879		575	13	False	False	1.0	0					non-mobilizable	other	3271.0	99.969	100.0	0.000633329517861926	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0050_000000003230	3005	0.5891472991935458	2	2	2	2	2	False	86711	maximal	False	FIJ0162_000000006976	0.9561296239682054		0	0	False	False	0.9953411221504211	0					non-mobilizable	other	3005.0	100.0	100.0	0.0005818109699257571	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0068_000000006460	1562	0.5891444605889998	2	2	2	2	2	False	5981	maximal	True	SPA0068_000000006460	1.0		43	8	False	False	1.0	0					non-mobilizable	other	1562.0	99.16799999999999	100.0	0.006940029431771197	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ENG0155_000000014184	1407	0.5891434381535452	2	2	2	2	2	False	76249	fragment	False	DEN0007_000000017257	0.4989693701780385		0	0	False	False	0.9992892742156982	0					non-mobilizable	other	1407.0	99.645	100.0	0.023845058001492437	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
SPA0057_000000008730	3479	0.5891422540965521	6	6	2	5	4	False	6380	maximal	True	SPA0057_000000008730	1.0		15	3	False	False	0.9982753396034241	0					non-mobilizable	no_good_hit	1465.0	99.727	42.0	0.005977706096116941	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0042_000000021280	1192	0.5891418779352011	2	1	1	1	1	False	18090	fragment	False	MAD0042_000000021280	1.0		0	0	False	False	0.9781879186630249	0					non-mobilizable	other	1087.0	97.60799999999999	91.0	0.00032466843311008145	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0170_000000001625	9729	0.589138577915909	8	4	3	3	1	False	84614	fragment	False	FIJ0170_000000001625	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	230.0	91.304	6.0	6.108737121301647e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0307_000000010842	1137	0.5891379790611553	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.12863214572879011		0	0	False	False	0.9806508421897888	0					non-mobilizable	other	1140.0	78.684	99.0	0.02637685277264763	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0131_000000011949	1552	0.5891375703947075	2	2	2	2	2	False	40815	maximal	True	FIJ0131_000000011949	1.0		1	1	False	False	0.999355673789978	0					non-mobilizable	other	1552.0	99.678	100.0	0.00045254598695873923	CP004856.1	firmicutes	Enterococcus casseliflavus EC20, complete genome	False	False
SPA0003_000000011393	1592	0.5891333027360258	3	3	3	3	2	False	8377	maximal	True	SPA0003_000000011393	1.0		676	14	False	False	0.9993718862533569	0					non-mobilizable	no_good_hit	1013.0	99.90100000000001	64.0	0.0003189799701381795	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0015_000000000824	19681	0.5891271452432658	20	17	5	9	15	True	102137	maximal	True	MON0015_000000000824	1.0		3	3	False	False	0.9981708526611328	0					non-mobilizable	no_good_hit	17114.0	99.994	87.0	0.005491797123457448	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0204_000000004431	2370	0.5891254322475734	3	1	1	1	1	False	35100	maximal	True	ISR0204_000000004431	1.0		65	10	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	82.432	3.0	0.0008675603726944286	NZ_FNFY01000009.1	firmicutes	Salinicoccus qingdaonensis strain CGMCC 1.8895, whole genome shotgun sequence	True	False
ISR0066_000000027292	1181	0.5891254322475734	2	1	1	1	1	False	35099	fragment	False	ISR0066_000000027292	1.0		0	0	False	False	0.9915326237678528	0					non-mobilizable	no_good_hit	74.0	82.432	6.0	0.0008675603726944286	NZ_FNFY01000009.1	firmicutes	Salinicoccus qingdaonensis strain CGMCC 1.8895, whole genome shotgun sequence	True	False
ISR0090_000000008368	3109	0.5891242595832171	4	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.7210438726796323		0	0	False	False	0.9990350604057312	0					non-mobilizable	other	1512.0	94.444	95.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0074_000000009254	3102	0.5891242595832171	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.7248937244086624		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	94.11399999999999	98.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0343_000000005530	2953	0.5891242595832171	4	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.4901650761963075		0	0	False	False	0.9945817589759827	0					non-mobilizable	other	2796.0	95.994	95.0	0.03984001142775516	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0315_000000003255	2818	0.5891242595832171	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.5766779111024105		0	0	False	False	0.9996451139450073	0					non-mobilizable	other	1512.0	94.11399999999999	98.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0048_000000006848	2808	0.5891242595832171	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.5748482745127743		0	0	False	False	1.0	0					non-mobilizable	other	2765.0	95.443	98.0	0.03939718591529177	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
AST0060_000000010233	2795	0.5891242595832171	4	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.40970324774847006		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	94.11399999999999	95.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0149_000000008026	2762	0.5891242595832171	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.49202115635430055		0	0	False	False	0.9981897473335266	0					non-mobilizable	other	1512.0	94.11399999999999	98.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
DEN0093_000000011854	2731	0.5891242595832171	4	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.4076468793083527		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	94.11399999999999	97.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
AST0108_000000009880	2713	0.5891242595832171	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.40601978778248293		0	0	False	False	0.9985256195068359	0					non-mobilizable	other	2652.0	95.43700000000001	98.0	0.03778301549889294	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0236_000000003885	2641	0.5891242595832171	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.1689572997899808		0	0	False	False	0.9996213316917419	0					non-mobilizable	other	1578.0	94.04299999999999	97.0	0.02245553889007928	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0250_000000004369	2620	0.5891242595832171	3	3	3	3	2	False	126977	fragment	False	ISR0219_000000008631	0.3390545330738006		0	0	False	False	1.0	0					non-mobilizable	other	2545.0	95.835	97.0	0.03626883794014713	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
SPA0143_000000016241	1293	0.5891235103988332	2	2	2	2	2	False	101428	fragment	False	ISR0208_000000019089	0.7039483971163613		0	0	False	False	0.9876256585121155	0					non-mobilizable	no_good_hit	381.0	72.178	29.0	6.552419087779632e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ENG0036_000000016687	1508	0.5891231668509289	2	2	2	2	2	False	65556	fragment	False	ENG0036_000000016687	1.0		0	0	False	False	0.988726794719696	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00015629210455402856	NZ_VOJI01000011.1	a-proteobacteria	Puniceibacterium confluentis strain JSSK-17 52765_scaffold11, whole genome shotgun sequence	True	False
ISR0388_000000000823	19893	0.5891201195186458	24	15	11	12	11	False	22958	maximal	True	ISR0388_000000000823	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	14693.0	94.916	86.0	0.2048145224940805	CP053385.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-1, complete sequence	True	False
ISR0013_000000003688	6049	0.5891197001569641	8	6	3	4	5	True	114827	maximal	True	ISR0013_000000003688	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	979.0	97.344	53.0	0.11814447934283644	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	True
MON0078_000000003653	8790	0.5891145810358323	9	9	6	7	8	False	94216	maximal	True	MON0078_000000003653	1.0		55	9	False	False	1.0	0					non-mobilizable	chromosome	8742.0	90.723	99.0	0.0031055756819782223	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
MON0054_000000016375	2710	0.589113872414381	3	3	1	3	1	False	100390	fragment	False	MON0047_000000012649	0.9345870540014886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0287_000000006871	1857	0.5891106834072084	2	2	2	2	1	False	51868	fragment	False	ISR0271_000000009018	0.9363480154066202		0	0	False	False	0.9962304830551147	0					non-mobilizable	other	1857.0	97.09200000000001	100.0	0.017014098967786884	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0129_000000010562	2569	0.5891097387910809	4	2	2	2	2	True	11553	fragment	False	SPA0129_000000010562	1.0		0	0	False	False	0.9996107220649719	0					non-mobilizable	chromosome	2574.0	93.20100000000001	100.0	0.0006443531778053452	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ENG0130_000000015584	1893	0.5891080010462778	3	3	3	2	2	False	131699	fragment	False	AST0140_000000015176	0.6834531326027105		0	0	False	False	0.9957739114761353	0					non-mobilizable	other	1710.0	97.485	100.0	0.00048172301152468717	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0030_000000004614	4124	0.5891014603872976	6	3	3	3	2	False	75891	fragment	False	ISR0030_000000004614	1.0		0	0	False	False	0.9951503276824951	0					non-mobilizable	no_good_hit	217.0	100.0	5.0	4.227012488473563e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
DEN0005_000000000338	33079	0.5890964274507069	41	9	2	6	5	False	76570	fragment	False	DEN0005_000000000338	1.0		0	0	False	False	0.9998790621757507	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	0.00043118610219110623	MK893987.1	viruses	Staphylococcus phage PMBT8, complete genome	True	False
FIJ0089_000000006359	3624	0.5890899354394439	3	1	1	1	1	False	96333	fragment	False	FIJ0089_000000006359	1.0		0	0	False	False	0.9997240900993347	0					non-mobilizable	no_good_hit	191.0	87.435	5.0	0.009041764340046884	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	False
ISR0365_000000011027	1533	0.5890899354394439	2	1	1	1	1	False	96330	fragment	False	SPA0109_000000021709	0.971141374837873		0	0	False	False	0.9882583022117615	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.770338628509347e-05	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	True	False
ISR0780_000000008922	1386	0.5890899354394439	2	1	1	1	1	False	96329	maximal	True	ISR0780_000000008922	1.0		4	2	False	False	0.9826839566230774	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	7.64399373192514e-05	NZ_STGU01000003.1	a-proteobacteria	Rhizobium rosettiformans W3, whole genome shotgun sequence	True	False
ENG0025_000000013873	1887	0.5890812244253272	4	4	4	2	2	False	66150	fragment	False	ENG0025_000000013873	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1887.0	97.88	100.0	0.0005693272097955674	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
USA0010_01_000000012358	2167	0.589074105991203	2	2	2	2	2	False	65180	maximal	True	USA0010_01_000000012358	1.0		5	4	False	False	0.9843100905418396	0					non-mobilizable	no_good_hit	389.0	79.434	18.0	0.00013107361956891494	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ENG0193_000000009822	2069	0.5890724231568878	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.07172432198893726		0	0	False	False	0.9855002164840698	0					non-mobilizable	other	2030.0	98.27600000000001	98.0	0.0042426662930722635	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0081_000000016142	3485	0.5890718920322834	2	2	2	2	1	False	122772	fragment	False	MON0084_000000007784	0.9704036706005522		0	0	False	False	0.9916785955429077	0					non-mobilizable	chromosome	2242.0	99.911	100.0	0.0009921781298438414	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	False
CHI0045_000000014264	1483	0.5890663021835155	2	2	2	1	1	False	87113	fragment	False	SPA0061_000000010183	0.9886272302641069		0	0	False	False	0.997302770614624	0					non-mobilizable	chromosome	990.0	98.586	100.0	0.0001801550538147057	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0259_000000012301	1446	0.5890663021835155	2	2	2	1	1	False	87113	fragment	False	SPA0061_000000010183	0.9714071326400564		0	0	False	False	1.0	0					non-mobilizable	chromosome	949.0	98.525	100.0	0.00017267140922868447	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
FIJ0057_000000021282	1624	0.5890662937007946	2	2	2	2	2	False	46121	maximal	True	FIJ0057_000000021282	1.0		214	12	False	False	0.9839901328086853	0					non-mobilizable	other	1624.0	93.719	100.0	0.02879599730314751	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	False	False
FIJ0001_000000003428	5673	0.5890634674130739	6	5	3	4	2	False	52660	maximal	True	FIJ0001_000000003428	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	73.538	12.0	0.00020583566994936443	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ENG0193_000000008116	2533	0.5890631708850079	3	3	3	2	2	False	54596	maximal	True	ENG0193_000000008116	1.0		501	12	False	False	0.9996052384376526	0					non-mobilizable	other	2533.0	98.65799999999999	100.0	0.03263265069402379	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	False	False
ISR0369_000000001021	8334	0.5890624840716215	9	4	2	4	3	False	53624	maximal	True	ISR0369_000000001021	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	1.0	0.00020823976154505736	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0104_000000022981	1978	0.5890599951295301	2	2	2	2	1	False	8805	fragment	False	MON0104_000000022981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	100.0	8.0	8.576715778392e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
MON0077_000000018444	2271	0.5890572121323754	3	3	3	3	3	False	48991	fragment	False	MON0077_000000018444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	89.59100000000001	74.0	0.0005420480844581838	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ISR0193_000000014114	1894	0.5890571020211736	3	2	1	1	2	True	29090	maximal	True	ISR0193_000000014114	1.0		17	5	False	False	0.987856388092041	0					non-mobilizable	no_good_hit	1546.0	76.779	80.0	0.00029387362972038125	CP018937.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 chromosome, complete genome	True	True
DEN0069_000000020963	1280	0.5890567592720687	3	3	3	3	1	False	70679	fragment	False	SPA0005_000000022111	0.9693753758431303		0	0	False	False	0.999218761920929	0					non-mobilizable	chromosome	1280.0	99.844	100.0	0.0003576510908078636	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0841_000000012605	1221	0.5890567592720687	3	3	3	3	1	False	20754	fragment	False	ISR0841_000000012605	1.0		0	0	False	False	0.9803439974784851	0					non-mobilizable	chromosome	1222.0	99.67299999999999	100.0	0.0003414323548681794	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0105_000000039663	1378	0.5890552531349953	2	1	1	1	1	False	13474	maximal	True	MON0105_000000039663	1.0		198	11	False	False	0.9746008515357971	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0635466313419916e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0021_000000026771	1177	0.5890552531349953	1	1	1	1	1	False	13473	fragment	False	MON0013_000000047834	0.9866555462885738		0	0	False	False	0.9626168012619019	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.466120400326551e-06	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0182_000000007629	3654	0.5890550604714814	5	5	5	5	5	False	107151	maximal	False	ISR0287_000000002573	0.9543965734441926		0	0	False	False	0.9931581616401672	0					non-mobilizable	other	2102.0	99.04899999999999	100.0	0.018809984242945138	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0035_000000011984	1684	0.5890532098509511	2	2	1	2	1	False	35888	fragment	False	SPA0035_000000011984	1.0		0	0	False	False	0.9833729267120361	0					non-mobilizable	other	1684.0	95.48700000000001	100.0	0.00028161967288276973	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
SPA0047_000000024610	1577	0.5890474799928388	2	2	2	2	1	False	29253	fragment	False	ISR0355_000000012753	0.9703903195036824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	93.667	60.0	0.0035512962823971844	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
FIJ0126_000000034289	1211	0.5890465759926736	2	1	1	1	1	False	41086	fragment	False	FIJ0126_000000034289	1.0		0	0	False	False	0.9785301685333252	0					non-mobilizable	other	1211.0	98.431	100.0	0.011364383458717233	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
CHI0062_000000009929	1387	0.589046190262298	1	1	1	1	1	False	102349	fragment	False	CHI0027_000000010484	0.5796200948855665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	97.333	5.0	0.002289980550850116	NZ_CYXX01000037.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0172_000000007882	3265	0.5890451589984325	5	4	4	3	3	False	131670	fragment	False	FIJ0172_000000007882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	86.79	28.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0172_000000003640	5083	0.5890402426921977	5	2	1	1	2	False	55749	maximal	True	ENG0172_000000003640	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	77.982	26.0	0.00668316958542823	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	False
CHI0168_000000001477	12601	0.5890335368284609	10	10	4	3	10	True	107460	fragment	False	CHI0168_000000001477	1.0		0	0	False	False	0.9998412728309631	0					non-mobilizable	other	12447.0	99.984	99.0	0.30601657200462246	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0097_000000014873	2003	0.5890333801761682	3	3	3	3	3	False	68130	maximal	True	ISR0097_000000014873	1.0		135	12	False	False	0.9945082664489746	0					non-mobilizable	chromosome	1729.0	88.43299999999999	97.0	0.0004782684344225215	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0047_000000007323	5400	0.5890296385220434	6	5	3	4	4	True	103051	fragment	False	SPA0047_000000007323	1.0		0	0	False	False	0.9914814829826355	0					non-mobilizable	chromosome	5382.0	99.535	99.0	0.0016960782799540946	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ENG0141_000000013005	2081	0.5890293921914539	4	3	3	2	2	False	106470	maximal	True	ENG0141_000000013005	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1851.0	85.305	89.0	0.0009930357967817005	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ISR0176_000000001489	16032	0.5890267349058103	25	10	2	7	7	True	30120	maximal	True	ISR0176_000000001489	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	85.223	19.0	0.0003616019189607426	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
DEN0043_000000001897	3180	0.5890253983104343	3	3	3	3	3	False	76478	maximal	True	DEN0043_000000001897	1.0		11	6	False	False	0.9927672743797302	0					non-mobilizable	no_good_hit	1244.0	82.395	63.0	0.007116068300471533	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	False
CHI0186_000000012065	1606	0.5890182457924652	3	2	2	1	1	False	77134	maximal	True	CHI0186_000000012065	1.0		43	4	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	83.09200000000001	51.0	0.00038522705543818413	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0015_000000016999	2217	0.5890170601282616	3	3	3	3	2	False	13418	maximal	True	MON0015_000000016999	1.0		2	1	False	False	0.9607577919960022	0					non-mobilizable	no_good_hit	1435.0	74.21600000000001	63.0	0.000429053018694453	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
USA0145_01_000000004331	5662	0.5890157296985118	4	3	3	2	2	True	33563	maximal	True	USA0145_01_000000004331	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	4047.0	93.25399999999999	71.0	0.006087242430915228	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
AST0094_000000002337	7766	0.5890155692033207	10	7	2	3	7	False	109411	maximal	True	AST0094_000000002337	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4499.0	86.99700000000001	77.0	0.0010037225198244704	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MON0089_000000004809	4339	0.5890147080667462	4	3	3	3	1	True	96978	maximal	True	MON0089_000000004809	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3265.0	98.25399999999999	75.0	0.0011089167575192471	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0063_000000002381	10781	0.5890059651929107	9	9	9	8	8	False	125058	fragment	False	SPA0126_000000002874	0.9846398990357731		0	0	False	False	0.9966607689857483	0					non-mobilizable	other	10782.0	99.583	100.0	0.03897578295044508	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0081_000000016154	3483	0.5890040060517884	4	4	4	4	3	False	72522	fragment	False	MON0081_000000016154	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3483.0	99.024	100.0	0.0016581763888124537	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
ISR0081_000000009545	2478	0.5890018513116753	4	4	4	3	3	False	129956	fragment	False	ISR0001_000000011907	0.714146383930628		0	0	False	False	0.9923325181007385	0					non-mobilizable	other	2478.0	99.919	100.0	0.07856508500380614	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
FIJ0024_000000016511	1295	0.5890010899885378	2	2	2	2	2	False	49203	maximal	True	FIJ0024_000000016511	1.0		263	11	False	False	0.9984555840492249	0					non-mobilizable	no_good_hit	523.0	74.187	40.0	0.00040114644245833073	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
USA0069_01_000000005785	10124	0.5890007432133774	5	5	4	4	1	True	128412	maximal	True	USA0069_01_000000005785	1.0		2	1	False	False	0.9999012351036072	0					non-mobilizable	no_good_hit	768.0	91.27600000000001	8.0	0.027333142775475203	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	True
FIJ0009_000000023156	1779	0.5889999336624573	3	2	2	2	2	False	51228	maximal	True	FIJ0009_000000023156	1.0		205	13	False	False	0.9865092635154724	0					non-mobilizable	chromosome	1779.0	99.044	100.0	0.0005154093779576976	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0049_000000019478	1516	0.5889913312687525	1	1	1	1	1	False	77608	fragment	False	ISR0282_000000014120	0.9457938388625593		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	92.39299999999999	100.0	0.00043006735734821885	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0125_000000005502	4404	0.5889893916740707	4	4	4	4	4	False	58865	maximal	True	ENG0125_000000005502	1.0		1	1	False	False	0.9877384305000305	0					non-mobilizable	chromosome	4404.0	99.637	100.0	0.0009754716404273731	CP014031.2	enterobacteria	Hafnia paralvei strain FDAARGOS_158 chromosome, complete genome	False	False
ISR0084_000000016034	1669	0.5889866174896219	3	3	3	2	2	False	34042	maximal	True	ISR0084_000000016034	1.0		7	3	False	False	0.9862192869186401	0					non-mobilizable	no_good_hit	340.0	98.235	38.0	0.00011410541522758645	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0063_000000014981	1953	0.5889819961509604	2	2	2	2	2	False	127489	fragment	False	FIJ0149_000000011885	0.917066155321189		0	0	False	False	0.9928315281867981	0					non-mobilizable	chromosome	1917.0	86.75	97.0	0.000842438408833417	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
AST0024_000000014023	2431	0.5889811470723029	5	3	1	2	2	False	121489	fragment	False	ISR0075_000000009653	0.9391340969981358		0	0	False	False	0.9991772770881653	0					non-mobilizable	no_good_hit								True	False
ENG0040_000000015914	1513	0.5889799177464572	3	2	2	2	1	False	78935	fragment	False	USA0037_01_000000020782	0.6799374681965495		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	97.75299999999999	100.0	0.00047038064122338787	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0099_000000018851	1172	0.5889778871439575	2	1	1	1	1	True	42749	fragment	False	FIJ0099_000000018851	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0002_000000006670	4242	0.5889755216314103	3	3	1	3	3	False	53373	fragment	False	ETH0002_000000006670	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4242.0	97.87799999999999	100.0	0.0011313167742987022	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0173_000000005752	3192	0.5889704005393306	4	4	2	3	3	True	55694	fragment	False	ENG0173_000000005752	1.0		0	0	False	False	0.9899749159812927	0					non-mobilizable	other	1678.0	93.86200000000001	99.0	0.00772551587997085	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	False	True
ISR0050_000000008922	2860	0.588969103518193	3	3	3	3	2	False	40732	maximal	True	ISR0050_000000008922	1.0		28	5	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	70.038	27.0	0.00027539795003780464	CP033465.1	firmicutes	Clostridium sp. JN-1 chromosome, complete genome	True	False
FIJ0167_000000013519	1537	0.5889650245750274	2	2	2	2	2	False	38960	fragment	False	FIJ0167_000000013519	1.0		0	0	False	False	0.9960963129997253	0					non-mobilizable	chromosome	1537.0	98.439	100.0	0.00032690526068459837	CP058253.1	enterobacteria	Enterobacter roggenkampii strain ED5 chromosome, complete genome	False	False
ISR0856_000000003201	1850	0.588962545443677	2	2	2	2	1	False	55565	fragment	False	ISR0784_000000006308	0.9668925964546402		0	0	False	False	0.9908108115196228	0					non-mobilizable	chromosome	1792.0	89.06200000000001	100.0	0.0003700469035999923	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
ISR0064_000000014615	1557	0.588962545443677	2	2	2	2	1	False	55564	fragment	False	ISR0064_000000014615	1.0		0	0	False	False	0.9993577599525452	0					non-mobilizable	chromosome	1556.0	88.81700000000001	99.0	0.0003212858375756494	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
ISR0126_000000035269	1407	0.5889614388130517	3	3	2	2	1	False	129105	fragment	False	SPA0030_000000021201	0.7815909857661475		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	97.71700000000001	100.0	0.014547262391111688	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0792_000000001914	5611	0.5889577851883072	8	6	4	3	4	False	111023	fragment	False	ISR0792_000000001914	1.0		0	0	False	False	0.9991089105606079	0					non-mobilizable	other	4574.0	99.475	100.0	0.02391198632106796	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
AST0005_000000020220	1349	0.588950623795444	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.019143440512786946		0	0	False	False	0.9992586970329285	0					non-mobilizable	chromosome	1349.0	99.036	100.0	0.00047567175402547806	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0041_000000020399	1166	0.5889498087011624	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.43031397321416853		0	0	False	False	1.0	0					non-mobilizable	chromosome	1166.0	97.17	100.0	0.00041109613756652963	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CAN0008_000000008455	3397	0.5889458727997061	5	4	4	4	4	False	95042	maximal	True	CAN0008_000000008455	1.0		1	1	False	False	0.9997056126594543	0					non-mobilizable	chromosome	3045.0	97.241	90.0	0.0008471308765702752	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0070_000000010256	1274	0.588944312367771	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.050591253521000294	PS979	0	0	False	True	0.9984301328659058	0					non-mobilizable	other	1275.0	99.84299999999999	100.0	0.02758172764667677	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
USA0087_01_000000002118	5768	0.588942906831186	8	6	3	3	6	False	94430	maximal	True	USA0087_01_000000002118	1.0	PS499	1	1	False	True	0.9932385683059692	0					non-mobilizable	other	5130.0	92.98200000000001	95.0	0.0009909229598533923	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0158_000000001055	12072	0.5889401402109345	15	12	7	9	10	True	88179	maximal	True	ISR0158_000000001055	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2184.0	92.85700000000001	58.0	0.10720102660283302	NZ_QRUU01000063.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf63, whole genome shotgun sequence	True	True
ISR0048_000000000153	54734	0.5889328749245236	70	28	16	28	13	True	114633	maximal	True	ISR0048_000000000153	1.0	PS80	1	1	False	True	0.9993970990180969	0					non-mobilizable	plasmid	13360.0	98.84700000000001	94.0	0.18452257412865108	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
ISR0183_000000017473	1811	0.5889327345823075	3	1	1	1	1	False	29463	fragment	False	ISR0183_000000017473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	90.774	74.0	0.0035062127862721957	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0065_000000015678	1736	0.5889327345823075	2	1	1	1	1	False	101493	fragment	False	MON0065_000000014107	0.966801989302585		0	0	False	False	1.0	0					non-mobilizable	chromosome	1736.0	100.0	100.0	0.00027666346098495064	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
CAN0018_000000023120	1475	0.5889327345823075	2	1	1	1	1	False	92114	fragment	False	CAN0018_000000023120	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	99.932	100.0	0.00023504434668116265	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0262_000000014737	1177	0.5889327345823075	1	1	1	1	1	False	26653	maximal	True	ISR0262_000000014737	1.0		1	1	False	False	0.9923534393310547	0					non-mobilizable	other	1187.0	87.616	100.0	0.06784626201078041	NZ_SRYX01000084.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_84_length_17068_cov_374.144, whole genome shotgun sequence	False	False
SPA0029_000000015083	1766	0.5889323283466598	3	3	3	3	1	False	41101	fragment	False	SPA0029_000000015083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	72.085	49.0	0.008392668071920503	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0398_000000016148	1412	0.588926294971127	2	2	1	2	1	False	43415	fragment	False	ISR0398_000000016148	1.0		0	0	False	False	0.9950425028800964	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8986876460079704e-05	NZ_MKQR01000026.1	high GC Gram+	Actinokineospora bangkokensis strain 44EHW Scaffold32, whole genome shotgun sequence	True	False
SPA0027_000000008042	4329	0.5889238408516535	5	2	2	2	1	False	7492	fragment	False	SPA0027_000000008042	1.0		0	0	False	False	0.9997689723968506	0					non-mobilizable	no_good_hit	542.0	78.598	17.0	0.0017323232488935113	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
MAD0046_000000015771	1673	0.5889230555954267	2	2	2	2	2	False	65140	maximal	True	MAD0046_000000015771	1.0		1	1	False	False	0.9994022846221924	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	4.0	2.6500528300854513e-05	NZ_CP013438.1	b-proteobacteria	Burkholderia latens strain AU17928 isolate AU17928 chromosome 2, complete sequence	True	False
ISR0324_000000008631	3652	0.5889216173569294	4	3	3	3	3	False	128236	maximal	True	ISR0324_000000008631	1.0		7	2	False	False	0.9994523525238037	0					non-mobilizable	other	3652.0	97.536	100.0	0.014311361284455456	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ISR0029_000000017036	2659	0.5889208093783309	4	4	4	4	2	False	125351	fragment	False	ISR0212_000000010113	0.40854462612015535		0	0	False	False	1.0	0					non-mobilizable	other	2659.0	98.834	100.0	0.010468991880706411	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0066_000000015480	2096	0.5889062047149292	3	3	3	3	3	False	45329	maximal	True	FIJ0066_000000015480	1.0		8	2	False	False	1.0	0					non-mobilizable	chromosome	2085.0	94.868	99.0	0.0008809307183898643	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	False	False
SPA0139_000000007193	3634	0.5889055123423511	3	3	3	3	2	False	72514	maximal	True	SPA0139_000000007193	0.9851824376755403		63	9	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	80.488	2.0	0.0010957703265395574	NZ_LR656181.1	firmicutes	Bacillus marasmi strain Marseille-P3556, whole genome shotgun sequence	True	False
ISR0168_000000017331	1415	0.5889006874399393	2	2	2	2	1	False	40174	fragment	False	FIJ0142_000000024588	0.9763673193787981		0	0	False	False	0.9752650260925293	0					non-mobilizable	chromosome	1415.0	99.71700000000001	100.0	0.00031468740013014795	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0162_000000004788	5597	0.588895432024199	6	5	4	4	4	False	89463	fragment	False	CHI0148_000000001882	0.9659228670440344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3242.0	99.75299999999999	58.0	0.16482734069063723	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
MON0044_000000024267	2190	0.5888888117610113	2	2	1	2	1	False	74774	fragment	False	MON0044_000000024267	1.0		0	0	False	False	0.9981735348701477	0					non-mobilizable	no_good_hit	802.0	93.766	37.0	0.9195402298850575	GQ879898.1		Uncultured organism clone VC1CC55TF genomic sequence	True	False
SPA0144_000000009570	1869	0.588887800759361	3	3	3	2	2	False	83919	maximal	True	SPA0144_000000009570	1.0		418	13	False	False	0.9994649291038513	0					non-mobilizable	no_good_hit	1392.0	93.822	74.0	0.000418803462550209	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0118_000000022786	1368	0.5888865957043347	2	2	2	1	1	False	105745	fragment	False	AST0118_000000022786	0.9849683544303798		0	0	False	False	0.9985380172729492	0					non-mobilizable	no_good_hit								True	False
ENG0123_000000002360	4486	0.5888796631966687	5	3	3	3	3	False	114121	maximal	True	ENG0123_000000002360	1.0		16	4	False	False	0.9988853931427002	0					non-mobilizable	no_good_hit	2445.0	78.2	54.0	0.2946983546617916	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0082_000000016097	1952	0.5888740692261255	3	3	3	3	3	False	81149	fragment	False	ISR0082_000000016097	0.979803210771621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	73.134	23.0	0.0004942820797217246	NZ_CABJCG010000001.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
AST0085_000000005090	2415	0.5888701330045633	3	3	3	3	2	False	124463	fragment	False	FIJ0007_000000005689	0.7046473700326885		0	0	False	False	0.9995859265327454	0					non-mobilizable	other	2362.0	99.15299999999999	98.0	0.005194308041607265	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0070_000000001637	10985	0.5888669153048617	9	5	4	4	4	False	111129	maximal	False	ENG0077_000000001793	0.9635421203937625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5078.0	100.0	77.0	0.0013727487339860627	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0142_000000001725	2686	0.5888661055064164	4	4	4	3	3	False	105253	fragment	False	AST0142_000000001725	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	84.26899999999999	93.0	0.00032435254455682	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0016_000000012472	2651	0.5888653978978982	3	3	2	2	1	False	128867	maximal	True	SPA0016_000000012472	1.0	PS1059	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	1422.0	81.927	54.0	0.18463945755639588	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
AST0108_000000003774	5694	0.5888640690246666	6	6	5	6	4	False	124946	maximal	True	AST0108_000000003774	1.0		50	7	False	False	0.9987706542015076	0					non-mobilizable	no_good_hit	2725.0	77.17399999999999	47.0	0.006458002402076634	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0323_000000003761	4551	0.5888614585587869	7	3	1	3	1	False	24995	fragment	False	ISR0323_000000003761	1.0		0	0	False	False	0.9925290942192078	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	0.00030629330647027593	NC_040135.1	eukaryotes	Mallomonas splendens strain CCMP1782 plastid, complete genome	True	False
ISR0212_000000006578	4911	0.5888582012878646	6	5	5	5	3	False	89736	maximal	True	ISR0212_000000006578	1.0		5	4	False	False	1.0	0					non-mobilizable	other	2362.0	99.28	90.0	0.1077232061347453	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0047_000000008751	4526	0.5888545773888741	3	3	3	1	3	False	70708	maximal	True	SPA0047_000000008751	1.0		344	12	False	False	0.9991162419319153	0					non-mobilizable	chromosome	4526.0	99.867	100.0	0.0010302408122441333	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
DEN0045_000000032344	1330	0.5888545092574421	2	2	2	2	2	False	72826	maximal	True	DEN0045_000000032344	1.0		80	8	False	False	0.9977443814277649	0					non-mobilizable	no_good_hit	435.0	70.575	32.0	7.795539403410871e-05	CP033044.1	firmicutes	Mesobacillus foraminis strain Bac44 chromosome, complete genome	True	False
ISR0841_000000003119	4073	0.5888508383848815	3	3	3	2	3	True	79353	fragment	False	ISR0841_000000003119	0.9963172109010557		0	0	False	False	1.0	0					non-mobilizable	other	4099.0	79.898	100.0	0.0006770250721828202	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
MON0067_000000006942	2527	0.5888469567674085	5	2	2	2	1	True	13150	maximal	True	MON0067_000000006942	1.0		8	2	False	False	0.9837751984596252	0					non-mobilizable	chromosome	2509.0	100.0	100.0	0.0005314791182532561	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ETH0003_000000018882	2104	0.5888408609093848	3	2	2	2	2	False	115971	fragment	False	ISR0268_000000008741	0.9407942018393326		0	0	False	False	0.9653041958808899	0					non-mobilizable	other	2021.0	98.516	96.0	0.16883985289200937	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
CAN0014_000000029587	1664	0.5888404133304489	2	2	2	1	1	False	104741	fragment	False	CAN0014_000000029587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	90.271	27.0	0.00019635169623321585	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0160_000000018511	1591	0.5888404133304489	2	2	2	1	1	False	104741	fragment	False	CAN0014_000000029587	0.9780649038461539		0	0	False	False	0.9993714690208435	0					non-mobilizable	no_good_hit	426.0	89.906	27.0	0.00018921163455200797	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0081_000000034855	1520	0.5888393612642171	2	2	2	1	1	False	9968	maximal	True	MON0081_000000034855	1.0		3	3	False	False	0.9993420839309692	0					non-mobilizable	no_good_hit	170.0	83.529	11.0	0.00012103001616874048	CP049223.1	firmicutes	Lactobacillus iners strain C0094A1 chromosome, complete genome	True	False
ISR0101_000000013569	1747	0.5888387414034324	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.24020653240537354		0	0	False	False	0.9954206943511963	0					non-mobilizable	other	1760.0	85.398	100.0	0.0005259882452014487	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0029_000000007340	1552	0.5888380841461924	4	4	3	3	3	True	88584	fragment	False	CHI0029_000000007340	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1552.0	99.42	100.0	0.00029849068789882953	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	True
DEN0057_000000000499	6053	0.5888360113964379	7	5	2	2	4	True	116367	fragment	False	DEN0001_000000005612	0.9775370399872552		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	5996.0	99.98299999999999	99.0	0.19320635534499983	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
FIJ0075_000000000702	18839	0.5888328068652974	26	6	6	5	4	True	49424	fragment	False	FIJ0075_000000000702	0.9710982658959537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	0.00036888701517706575	NZ_LRVM01000011.1	firmicutes	Anaerotignum neopropionicum strain DSM-3847 CLNEO_contig000011, whole genome shotgun sequence	True	True
MON0080_000000043516	1325	0.588827829422657	2	2	2	2	2	False	10024	maximal	True	MON0080_000000043516	1.0		323	14	False	False	0.997735857963562	0					non-mobilizable	no_good_hit	516.0	73.643	39.0	0.00013599500304857683	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0101_000000041794	1569	0.5888253024877141	2	2	2	2	1	False	9028	maximal	True	MON0101_000000041794	1.0		64	7	False	False	0.9751434326171875	0					non-mobilizable	other	1277.0	98.277	92.0	0.02588392802807473	NZ_QEKJ01000019.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_119, whole genome shotgun sequence	False	False
ISR0838_000000009645	2412	0.5888197958766948	4	4	4	4	3	False	65067	fragment	False	ISR0838_000000009645	1.0		0	0	False	False	0.9995853900909424	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	1.653934613154423e-05	NZ_KQ034007.1	firmicutes	Lactobacillus kimbladii strain Hma2 Hma2_scaffold2, whole genome shotgun sequence	True	False
ISR0131_000000007648	3603	0.5888018124164326	4	4	2	4	2	False	31693	maximal	True	ISR0131_000000007648	1.0		1	1	False	False	0.9991673827171326	0					non-mobilizable	no_good_hit	1276.0	99.60799999999999	35.0	0.0006827908849826705	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MAD0062_000000010970	1339	0.5887970019966527	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.7988341503963444		0	0	False	False	0.9985063672065735	0					non-mobilizable	no_good_hit	654.0	86.23899999999999	49.0	0.00018803234850667602	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0208_000000012549	2175	0.5887964403386741	4	3	3	3	2	False	28516	fragment	False	ISR0208_000000012549	1.0		0	0	False	False	0.9977011680603027	0					non-mobilizable	other	1745.0	95.415	100.0	0.018943593087707856	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0039_000000017408	2094	0.5887954942672641	2	2	1	2	1	False	55131	fragment	False	ISR0039_000000017408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0002_000000007068	3287	0.5887941035918572	4	3	3	2	3	False	76662	fragment	False	SPA0002_000000007068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	72.35300000000001	40.0	0.001867428534946451	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
FIJ0030_000000004374	6068	0.5887933886501221	9	7	5	5	5	False	132429	maximal	True	FIJ0030_000000004374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4819.0	99.917	84.0	0.0013574924539141455	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
CHI0092_000000003934	2477	0.5887926268562391	3	3	2	2	2	False	83690	fragment	False	CHI0092_000000003934	1.0		0	0	False	False	0.9987888336181641	0					non-mobilizable	chromosome	2479.0	96.491	100.0	0.0008744173638539574	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0099_000000010317	2053	0.58879104215565	2	2	2	2	2	False	108770	fragment	False	ENG0059_000000005801	0.9461372176957746		0	0	False	False	1.0	0					non-mobilizable	other	1984.0	93.90100000000001	97.0	0.03115279479687058	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
DEN0089_000000014534	1338	0.5887909433157875	2	1	1	1	1	True	68813	maximal	True	DEN0089_000000014534	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	90.385	16.0	0.020574066639903653	MK233383.1	viruses	Uncultured human fecal virus clone EubacteriumR.sp_S05.J07_1_c2 sequence	True	True
ENG0125_000000014183	1858	0.5887872562181298	2	2	2	2	1	False	58832	maximal	True	ENG0125_000000014183	0.9886557005104935		11	3	False	False	0.9913886189460754	0					non-mobilizable	no_good_hit	48.0	95.833	3.0	0.0034030844978640215	NZ_BBCF01000020.1	firmicutes	Calditerricola satsumensis JCM 14719, whole genome shotgun sequence	True	False
USA0065_01_000000000801	15322	0.5887858018910987	21	6	1	6	2	False	78206	maximal	False	SPA0111_000000001709	0.6023153783177668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0009304798617572776	NC_015905.1	spirochetes	Borreliella bissettii DN127 plasmid cp32-6, complete sequence	True	False
ENG0175_000000010929	2366	0.5887829523451099	3	3	3	3	2	False	106581	fragment	False	SPA0128_000000015335	0.9782089872172829		0	0	False	False	0.9995773434638977	0					non-mobilizable	other	2366.0	99.40799999999999	100.0	0.0007162046061798313	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
TAN0006_000000011874	1272	0.5887777224294782	2	2	2	1	2	False	2863	maximal	True	TAN0006_000000011874	1.0		1	1	False	False	0.9630503058433533	0					non-mobilizable	no_good_hit								True	False
ISR0359_000000025141	1110	0.5887758149633813	2	2	2	1	1	False	23798	fragment	False	USA0116_01_000000021477	0.9823321554770319		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	97.928	100.0	0.013684600197433366	NZ_JAANXY010000012.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_12, whole genome shotgun sequence	False	False
ENG0160_000000003745	5856	0.5887755122977745	4	3	3	3	3	False	59199	maximal	True	ENG0160_000000003745	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	5477.0	97.462	99.0	0.001557313399721817	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0205_000000005952	3038	0.5887724208837554	6	4	4	4	3	True	28662	fragment	False	ISR0205_000000005952	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	82.648	32.0	0.004069954679747775	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0103_000000009643	2268	0.5887682892167889	3	3	2	2	0	False	14924	fragment	False	MAD0103_000000009643	1.0		0	0	False	False	0.9876543283462524	0					non-mobilizable	other	1055.0	93.175	100.0	0.00024590018598826213	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0003_01_000000023701	1600	0.5887669161015814	3	2	2	2	2	False	78935	fragment	False	USA0037_01_000000020782	0.8281627696022839		0	0	False	False	0.9850000143051147	0					non-mobilizable	other	1600.0	98.375	100.0	0.000497446193992194	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0118_000000017562	1442	0.5887654283162498	2	1	1	1	1	False	4244	fragment	False	SPA0118_000000017562	1.0		0	0	False	False	0.9771150946617126	0					non-mobilizable	other	1240.0	99.194	94.0	0.00017147984336790287	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
ENG0078_000000008807	2987	0.5887613584495265	4	4	3	3	4	False	131654	fragment	False	ENG0078_000000008807	1.0		0	0	False	False	0.9986608624458313	0					non-mobilizable	other	2969.0	99.596	99.0	0.015088507722184378	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
CHI0027_000000005766	2918	0.588760652223521	4	3	3	2	1	True	118204	fragment	False	CHI0040_000000005546	0.8358667821040205		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	96.176	99.0	0.03281224220425672	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0022_000000025965	1228	0.5887606059789535	2	2	2	1	1	False	12998	maximal	True	MON0022_000000025965	1.0		78	11	False	False	0.9983713626861572	0					non-mobilizable	chromosome	1231.0	81.56	100.0	0.0003954845781965194	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0085_000000000864	2034	0.5887604256051641	4	2	2	1	2	False	84102	fragment	False	CHI0085_000000000864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1379.0	99.78200000000001	68.0	0.00942815309459626	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0077_000000005589	2174	0.5887566193126413	4	3	3	3	3	False	69907	maximal	False	DEN0092_000000006414	0.9769346711886857		0	0	False	False	0.9977000951766968	0					non-mobilizable	chromosome	2129.0	99.765	98.0	0.0005955861135515152	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0282_000000008182	2655	0.5887553373806187	3	3	3	3	3	False	85868	maximal	True	ISR0282_000000008182	1.0		5	2	False	False	0.9954802393913269	0					non-mobilizable	no_good_hit	652.0	72.086	24.0	0.0025160760431899676	NZ_FOHX01000015.1	high GC Gram+	Nonomuraea wenchangensis strain CGMCC 4.5598, whole genome shotgun sequence	True	False
MON0044_000000028030	1938	0.5887513681137955	3	2	2	2	1	True	56658	maximal	True	MON0044_000000028030	1.0		2	2	False	False	0.9984520077705383	0					non-mobilizable	no_good_hit	1594.0	99.561	82.0	0.00047624016016976033	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0847_000000002615	7903	0.588749874330452	9	5	5	5	5	True	38180	maximal	True	ISR0847_000000002615	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	77.51899999999999	2.0	5.280146854084379e-05	CP047958.1	cyanobacteria	Synechococcus sp. MIT S9220 chromosome, complete genome	True	True
ISR0133_000000001357	11281	0.5887475465990409	10	7	6	7	5	False	108744	maximal	True	ISR0133_000000001357	1.0		5	1	False	False	0.9940608143806458	0					non-mobilizable	no_good_hit	1884.0	97.29299999999999	32.0	0.051905786309228305	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0141_000000007836	3655	0.588739228217428	3	3	3	3	2	False	70163	maximal	True	FIJ0141_000000007836	0.9728918117891738		160	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0128_000000016816	2209	0.5887380966981347	3	3	2	3	1	False	3880	maximal	True	SPA0128_000000016816	1.0		60	8	False	False	1.0	0					non-mobilizable	other	1696.0	88.738	100.0	0.0035254486792113534	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0078_000000014694	2898	0.5887354821977315	3	3	2	2	3	False	61224	maximal	True	MON0078_000000014694	1.0		11	5	False	False	0.9920634627342224	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.04634695848085e-05	NZ_FZOU01000006.1	bacteria	Granulicella rosea strain DSM 18704, whole genome shotgun sequence	True	False
CHI0173_000000003334	5045	0.5887352190234351	2	2	2	2	1	False	113405	fragment	False	CHI0182_000000004754	0.9507459831675593		0	0	False	False	0.9912784695625305	0					non-mobilizable	chromosome	4617.0	96.57799999999999	93.0	0.001289130469463477	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0003_000000005572	6340	0.588734015154218	5	3	2	3	3	False	130744	fragment	False	AST0003_000000005572	0.9725934843909969		0	0	False	False	1.0	0					non-mobilizable	other	5390.0	98.77600000000001	97.0	0.008947145596573221	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0034_000000001349	4574	0.5887335359174507	4	4	4	4	3	False	90870	fragment	False	DEN0034_000000001349	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4574.0	100.0	100.0	0.0008398666498191339	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
MON0032_000000027503	1177	0.5887285038659705	1	1	1	1	1	False	12367	fragment	False	MON0032_000000027503	1.0		0	0	False	False	0.9243839979171753	0					non-mobilizable	no_good_hit								True	False
FIJ0093_000000013314	1426	0.5887242204691078	2	2	2	2	2	False	43235	maximal	True	FIJ0093_000000013314	1.0		289	12	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	96.181	87.0	0.00018533303379217496	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0138_000000019002	1425	0.5887242204691078	2	2	2	2	2	False	88862	fragment	False	SPA0138_000000019002	0.7578615947377868		0	0	False	False	0.9978947639465332	0					non-mobilizable	chromosome	1438.0	90.96	100.0	0.0004809930335109765	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0231_000000014130	1403	0.5887242204691078	2	2	2	2	2	False	27475	maximal	True	ISR0231_000000014130	1.0		786	15	False	False	0.9957234263420105	0					non-mobilizable	chromosome	1403.0	98.147	100.0	0.00045156796581362975	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0032_000000027090	1378	0.5887242204691078	2	2	2	2	2	False	88862	fragment	False	SPA0138_000000019002	0.5548631572485881		0	0	False	False	0.9811320900917053	0					non-mobilizable	chromosome	1357.0	96.979	98.0	0.00045541187847470343	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0008_000000022238	1376	0.5887242204691078	2	2	2	2	2	False	88862	fragment	False	SPA0138_000000019002	0.5548335151971016		0	0	False	False	1.0	0					non-mobilizable	chromosome	1376.0	99.20100000000001	100.0	0.00046248035552419995	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0026_000000008509	1370	0.5887242204691078	2	2	2	2	2	False	88862	fragment	False	SPA0138_000000019002	0.7475949437019889		0	0	False	False	1.0	0					non-mobilizable	chromosome	1383.0	90.889	100.0	0.00046248035552419995	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0009_000000033059	1326	0.5887242204691078	2	2	2	2	2	False	88862	fragment	False	SPA0138_000000019002	0.5550119093353822		0	0	False	False	0.999245822429657	0					non-mobilizable	chromosome	1339.0	90.889	100.0	0.0004473336189895646	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0223_000000003029	7529	0.5887232347400364	10	8	4	6	7	False	109919	fragment	False	ISR0025_000000004431	0.7957888795692029		0	0	False	False	1.0	0					non-mobilizable	other	5708.0	99.70200000000001	100.0	0.0016090338294779511	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0031_000000002446	9094	0.5887197833905885	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.7055587944310416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	79.359	9.0	0.00021751874623768448	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
DEN0017_000000003142	8998	0.5887197833905885	12	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.6548256021835359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	71.383	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
DEN0005_000000002760	8905	0.5887197833905885	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.4213926545216797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	73.064	7.0	0.0001811130139004238	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
USA0043_01_000000001787	8543	0.5887197833905885	11	7	5	7	4	True	125257	fragment	False	SPA0139_000000002006	0.6260127332130533		0	0	False	False	0.9988294243812561	0					non-mobilizable	no_good_hit	560.0	78.75	7.0	0.0006190171877470224	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ISR0183_000000007826	4431	0.5887169225818866	5	4	2	3	2	False	54853	fragment	False	ISR0183_000000007826	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4433.0	99.098	100.0	0.0017529003737965126	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0088_000000004808	3413	0.5887169225818866	4	4	2	3	2	False	54852	fragment	False	SPA0088_000000004808	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3413.0	99.795	100.0	0.0030533859293676306	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0317_000000002893	5297	0.5887164783006522	7	6	6	6	6	False	94808	maximal	True	ISR0317_000000002893	1.0		6	5	False	False	0.9966018795967102	0					non-mobilizable	no_good_hit	1151.0	74.97800000000001	22.0	0.015827159128607764	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
AUS0012_000000006427	2579	0.5887115919586299	4	3	2	3	3	False	101202	fragment	False	ISR0159_000000009035	0.6421886829868526		0	0	False	False	1.0	0					non-mobilizable	chromosome	2576.0	98.79700000000001	99.0	0.0008749822030318898	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0056_000000018740	1208	0.5887092504220637	2	2	2	2	1	False	35613	maximal	True	ISR0056_000000018740	1.0		225	9	False	False	0.9652317762374878	0					non-mobilizable	no_good_hit	393.0	78.88	32.0	0.005597949804572852	NZ_CACWHY010000013.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
SPA0128_000000015335	2419	0.5887008434530366	3	3	3	3	2	False	106581	fragment	False	SPA0128_000000015335	0.980346951624842		0	0	False	False	0.9830508232116699	0					non-mobilizable	other	2419.0	99.463	100.0	0.0007324283088084954	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MAD0043_000000009951	2495	0.5886971815858073	3	2	2	2	2	False	18046	maximal	True	MAD0043_000000009951	1.0		50	7	False	False	0.9995992183685303	0					non-mobilizable	no_good_hit	585.0	78.803	23.0	0.0003344281393937929	AP018049.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
USA0078_01_000000004625	3263	0.5886933298000866	4	4	4	3	3	False	75333	maximal	True	USA0078_01_000000004625	1.0		38	10	False	False	0.9996935129165649	0					non-mobilizable	no_good_hit	1468.0	89.101	45.0	0.0006413786089054741	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0327_000000006402	3813	0.5886841768151816	3	2	1	2	1	False	33682	fragment	False	ISR0327_000000006402	0.9979861910241656		0	0	False	False	0.9997377395629883	0					non-mobilizable	no_good_hit								True	False
AST0110_000000003964	4776	0.5886833853284379	7	4	2	4	3	True	107052	maximal	True	AST0110_000000003964	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1255.0	73.307	26.0	0.0015376571875300564	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
FIJ0060_000000003236	4029	0.5886824771675079	6	4	3	2	2	True	129358	fragment	False	FIJ0060_000000003236	1.0		0	0	False	False	0.9937949776649475	0		MOBV			mobilizable	other	3130.0	99.80799999999999	100.0	0.5949800342270394	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MON0063_000000004221	6412	0.5886775942398528	15	5	4	5	2	True	78726	fragment	False	MON0063_000000004221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0080_000000012477	2119	0.5886767060379731	2	2	2	2	2	False	88966	fragment	False	ENG0080_000000012477	0.9619813660303808		0	0	False	False	0.9976403713226318	0					non-mobilizable	other	2119.0	97.971	100.0	0.0005726771358247943	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0118_000000007522	2110	0.5886716997018846	4	2	1	2	1	True	32382	maximal	True	ISR0118_000000007522	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2127.0	78.843	99.0	0.0338539140556795	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	True
MON0015_000000032205	1197	0.5886660858489027	1	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.5137491503602422		0	0	False	False	0.9891394972801208	0					non-mobilizable	other	1197.0	100.0	100.0	0.0002903753441227035	AP023205.1	enterobacteria	Escherichia coli TUM18781 DNA, complete genome	False	False
FIJ0064_000000013997	1892	0.5886631500043017	2	2	2	2	2	False	62594	maximal	True	FIJ0064_000000013997	1.0		10	4	False	False	0.9926004409790039	0					non-mobilizable	no_good_hit	1565.0	80.383	82.0	0.2817004196314541	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	True	False
MON0046_000000018569	1796	0.5886631500043017	2	2	2	2	2	False	62593	maximal	True	MON0046_000000018569	1.0		9	4	False	False	0.9994432330131531	0					non-mobilizable	no_good_hit	1560.0	79.359	86.0	0.0006367696042035053	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	True	False
FIJ0032_000000022583	1625	0.5886631500043017	2	2	2	2	2	False	62591	fragment	False	FIJ0032_000000022583	0.9857506233537621		0	0	False	False	0.9729230999946594	0					non-mobilizable	chromosome	1559.0	79.41	95.0	0.0006363566537468234	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	False	False
ISR0126_000000030669	1615	0.5886631500043017	2	2	2	2	2	False	62591	fragment	False	FIJ0032_000000022583	0.9851010098016881		0	0	False	False	1.0	0					non-mobilizable	chromosome	1554.0	79.344	96.0	0.0006342919014634138	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	False	False
ENG0068_000000015818	1613	0.5886631500043017	2	2	2	2	2	False	62591	fragment	False	FIJ0032_000000022583	0.9848670332922427		0	0	False	False	0.9993800520896912	0					non-mobilizable	chromosome	1564.0	79.41199999999999	96.0	0.0006375955051168691	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	False	False
ISR0319_000000012935	1578	0.5886631500043017	2	2	2	2	2	False	62591	fragment	False	FIJ0032_000000022583	0.982297121586406		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	80.385	98.0	0.28078817733990147	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	False	False
ISR0194_000000017344	1542	0.5886631500043017	2	2	2	2	2	False	62591	fragment	False	FIJ0032_000000022583	0.9791376623952128		0	0	False	False	1.0	0					non-mobilizable	chromosome	1554.0	79.344	100.0	0.0006342919014634138	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	False	False
ENG0146_000000014571	1541	0.5886631500043017	2	2	2	2	2	False	62591	fragment	False	FIJ0032_000000022583	0.9790565988413866		0	0	False	False	1.0	0					non-mobilizable	chromosome	1554.0	79.344	100.0	0.0006342919014634138	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	False	False
ISR0221_000000014542	1541	0.5886631500043017	2	2	2	2	2	False	62591	fragment	False	FIJ0032_000000022583	0.9790565988413866		0	0	False	False	1.0	0					non-mobilizable	chromosome	1554.0	79.344	100.0	0.0006342919014634138	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	False	False
SPA0150_000000013496	1537	0.5886631500043017	2	2	2	2	2	False	62591	fragment	False	FIJ0032_000000022583	0.9758932861210154		0	0	False	False	0.9934937953948975	0					non-mobilizable	chromosome	1550.0	79.29	100.0	0.0006326400996366862	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	False	False
MAD0104_000000009028	1275	0.5886615643772131	2	2	2	2	2	False	14875	fragment	False	MAD0104_000000009028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0815_000000026712	1151	0.5886611419041354	2	1	1	1	1	True	21445	fragment	False	ISR0815_000000026712	1.0		0	0	False	False	0.9895742535591125	0					non-mobilizable	chromosome	1133.0	87.99600000000001	98.0	0.0004424047313521054	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	True
CAN0009_000000009978	2498	0.5886609139346	3	3	2	2	1	False	94800	maximal	True	CAN0009_000000009978	1.0		2	1	False	False	0.9959967732429504	0					non-mobilizable	no_good_hit	302.0	71.854	12.0	4.4711679529036975e-05	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
ISR0356_000000008998	2141	0.588657820656143	2	2	2	2	1	False	114100	fragment	False	ISR0306_000000004549	0.8678178237159515		0	0	False	False	0.9981316924095154	0					non-mobilizable	other	2141.0	97.244	100.0	0.0007456492758491168	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
AST0053_000000004272	2059	0.588657820656143	2	2	2	2	1	False	114100	fragment	False	ISR0306_000000004549	0.8554264325226547		0	0	False	False	1.0	0					non-mobilizable	other	2059.0	96.066	100.0	0.0007170776680829358	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0047_000000016488	1813	0.588657820656143	2	2	2	2	1	False	114100	fragment	False	ISR0306_000000004549	0.42237750308678007		0	0	False	False	0.9988968372344971	0					non-mobilizable	chromosome	1813.0	97.07700000000001	100.0	0.0004855857149901275	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0089_000000004927	4112	0.5886543726450718	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.8342058925366216		0	0	False	False	1.0	0					non-mobilizable	other	3956.0	98.382	99.0	0.0011826383188580838	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0042_000000006303	3791	0.5886543726450718	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6502004660542307		0	0	False	False	1.0	0					non-mobilizable	other	3545.0	99.069	99.0	0.0010605440794618037	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0159_000000006742	3708	0.5886543726450718	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7327034571874144		0	0	False	False	1.0	0					non-mobilizable	other	3676.0	98.64	99.0	0.0010991474051532746	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0090_000000009352	3580	0.5886543726450718	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7039739739862495		0	0	False	False	1.0	0					non-mobilizable	other	3580.0	99.10600000000001	100.0	0.03804128313598776	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0123_000000003998	3413	0.5886543726450718	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.585141755681622		0	0	False	False	1.0	0					non-mobilizable	other	3413.0	99.26799999999999	100.0	0.3069449442245412	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0193_000000002258	8532	0.5886482763134252	13	8	4	6	4	True	110690	fragment	False	ENG0052_000000002598	0.7147658211283437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4485.0	97.971	88.0	0.0012007801321768639	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MON0090_000000011107	4902	0.5886470159661255	4	3	3	2	3	False	12724	maximal	True	MON0090_000000011107	1.0		14	4	False	False	0.9740921854972839	0					non-mobilizable	no_good_hit	162.0	94.444	8.0	3.069872197978918e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
FIJ0171_000000003951	5232	0.5886457307497213	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6396561402965811		0	0	False	False	1.0	0					non-mobilizable	other	5235.0	95.969	100.0	0.0015306729045418846	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
USA0012_01_000000002069	2778	0.5886388895852602	3	3	3	3	3	False	87215	fragment	False	USA0012_01_000000002069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1162.0	95.181	63.0	0.0004537249564020121	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
ISR0024_000000005673	3735	0.5886363392520205	2	2	2	2	2	False	125508	maximal	False	ENG0039_000000005571	0.9759133290201539		0	0	False	False	0.9989290237426758	0					non-mobilizable	no_good_hit	755.0	73.907	20.0	0.0003484699781179948	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
MON0109_000000001858	12681	0.5886340128208221	15	9	8	9	6	True	39747	fragment	False	MON0109_000000001858	1.0		0	0	False	False	0.9999211430549622	0					non-mobilizable	no_good_hit	3871.0	99.01799999999999	34.0	0.004714584878974048	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
FIJ0021_000000035988	1324	0.5886329630130069	3	1	1	1	1	False	49556	maximal	True	FIJ0021_000000035988	1.0		2	1	False	False	0.9924471378326416	0					non-mobilizable	no_good_hit								True	False
FIJ0039_000000012612	1824	0.5886310868113154	3	3	2	3	2	False	47560	fragment	False	FIJ0039_000000012612	1.0		0	0	False	False	0.9884868264198303	0					non-mobilizable	no_good_hit	1407.0	76.048	76.0	0.00032700304646475855	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
DEN0001_000000017639	2416	0.5886299622826738	4	4	2	2	2	True	76915	maximal	True	DEN0001_000000017639	1.0		14	4	False	False	0.9975165724754333	0					non-mobilizable	no_good_hit	527.0	82.92200000000001	22.0	0.027375790188600386	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0076_000000022836	1170	0.5886285558142065	2	1	1	1	1	False	85275	maximal	False	MAD0015_000000015709	0.7701254305910966		0	0	False	False	0.9606837630271912	0					non-mobilizable	no_good_hit	141.0	78.014	12.0	5.7409359295029586e-05	CP039923.1	a-proteobacteria	Agrobacterium tumefaciens strain CFBP7129 chromosome linear, complete sequence	True	False
AST0060_000000006309	4387	0.5886256032101579	5	4	4	3	3	False	112501	maximal	True	AST0060_000000006309	1.0		1	1	False	False	0.9961249232292175	0					non-mobilizable	no_good_hit	1939.0	99.43299999999999	54.0	0.00042265519056776683	AP017469.1	enterobacteria	Hafnia sp. CBA7124 DNA, complete genome	True	False
SPA0030_000000004856	5991	0.5886246548260377	5	2	1	2	1	False	72728	fragment	False	SPA0030_000000004856	1.0		0	0	False	False	0.999165415763855	0					non-mobilizable	no_good_hit	69.0	82.609	1.0	3.8076231976083646e-05	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
SPA0018_000000009710	3000	0.5886246548260377	3	2	1	2	1	False	72726	fragment	False	SPA0018_000000009710	1.0		0	0	False	False	0.9993333220481873	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.0002498126405196103	NZ_FMUS01000010.1	firmicutes	Alkaliphilus peptidifermentans DSM 18978, whole genome shotgun sequence	True	False
AST0090_000000011629	1968	0.5886198874936488	4	3	3	3	3	False	109891	fragment	False	ISR0333_000000009214	0.3732764728026161		0	0	False	False	1.0	0					non-mobilizable	other	1971.0	97.007	100.0	0.0009334650050230662	CP015282.1	firmicutes	Streptococcus salivarius strain ATCC 27945, complete genome	False	False
ENG0043_000000006146	5167	0.5886179804803371	11	3	3	3	3	False	125957	maximal	True	ENG0043_000000006146	0.9553216838760921		3	3	False	False	0.9992258548736572	0					non-mobilizable	no_good_hit	2383.0	98.363	46.0	0.006486486486486486	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AUS0008_000000003902	5036	0.5886179804803371	11	3	3	3	3	False	125957	maximal	False	ENG0043_000000006146	0.9432939810334817		0	0	False	False	0.9998014569282532	0					non-mobilizable	no_good_hit	2334.0	98.15799999999999	46.0	0.006352377694149846	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0184_000000003754	2402	0.5886179804803371	4	3	3	3	3	False	125951	fragment	False	ISR0333_000000007883	0.49283189934462235		0	0	False	False	1.0	0					non-mobilizable	other	2402.0	97.835	100.0	0.006538487854943551	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0005_000000014971	2254	0.5886179804803371	3	3	3	3	3	False	125951	fragment	False	ISR0333_000000007883	0.5603862000401194		0	0	False	False	0.9844720363616943	0					non-mobilizable	other	2254.0	98.447	100.0	0.006133424563804311	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0161_000000014348	1261	0.5886160328743277	2	1	1	1	1	False	53921	fragment	False	MAD0101_000000024292	0.9515472296976282		0	0	False	False	0.9389373660087585	0					non-mobilizable	no_good_hit								True	False
ENG0072_000000004711	2384	0.5886153825719515	4	3	2	3	2	True	79581	fragment	False	ENG0072_000000004711	0.9868141216503615		0	0	False	False	0.9962248206138611	0					non-mobilizable	no_good_hit	757.0	86.92200000000001	32.0	0.00018919092525904603	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
USA0025_01_000000006787	2351	0.5886153825719515	4	3	2	3	2	True	79581	fragment	False	ENG0072_000000004711	0.9800755033557047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	777.0	88.932	33.0	0.0001944601685354916	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
FIJ0100_000000013349	1374	0.5886135454161451	2	2	2	1	1	False	42723	maximal	True	FIJ0100_000000013349	1.0		189	13	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	95.133	63.0	0.00026785564291887363	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0104_000000035262	1304	0.5886080001368836	2	2	1	2	1	False	12193	maximal	False	MON0043_000000022483	0.997432798026744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	73.097	42.0	0.00016047613386052282	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ENG0153_000000018749	1599	0.5886049765225394	3	2	2	2	2	False	56920	fragment	False	ENG0153_000000018749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
ISR0183_000000002674	13073	0.588601933166489	15	4	4	3	2	False	29499	fragment	False	ISR0183_000000002674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4888.0	99.652	74.0	0.30342729417608344	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
MON0043_000000003378	5943	0.5886018824311191	7	5	5	5	5	False	13996	maximal	True	MON0043_000000003378	0.9814836223270303		13	2	False	False	0.9964664578437805	0					non-mobilizable	chromosome	2996.0	86.148	93.0	0.001277806769031281	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0067_000000012555	2329	0.5886017861349593	2	2	2	2	1	False	45161	maximal	False	ISR0033_000000012973	0.9834520318391287		0	0	False	False	0.998711884021759	0					non-mobilizable	other	2329.0	99.571	100.0	0.0005431267865091785	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CAN0012_000000028684	1613	0.5886003657746883	3	2	2	1	2	False	94169	maximal	True	CAN0012_000000028684	1.0		13	4	False	False	0.9950402975082397	0					non-mobilizable	no_good_hit	82.0	86.585	5.0	0.0003191351044674975	NZ_LS999946.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
ISR0363_000000002906	6018	0.5885961133680455	4	4	4	4	1	True	44457	fragment	False	ISR0363_000000002906	1.0		0	0	False	False	0.9998338222503662	0					non-mobilizable	no_good_hit	1679.0	95.473	48.0	0.02661464281182591	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0064_000000016246	2433	0.5885913895467362	3	2	2	2	2	False	71289	maximal	True	DEN0064_000000016246	1.0		13	5	False	False	0.9958898425102234	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000008511	2771	0.5885909452410247	2	2	1	2	1	False	19597	maximal	True	MAD0013_000000008511	1.0		23	9	False	False	0.9866474270820618	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.01576182136602452	XM_011277869.1	budding yeasts	Wickerhamomyces ciferrii Midasin partial mRNA	True	False
MAD0101_000000018905	1521	0.5885868359740963	2	2	2	2	2	False	54583	fragment	False	ENG0193_000000012605	0.9695160276555626		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	99.47399999999999	100.0	0.0004544162231374989	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0027_01_000000012260	2239	0.5885809684070735	5	1	1	1	1	True	118213	fragment	False	USA0027_01_000000012260	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2239.0	99.73200000000001	100.0	0.00044667609516476123	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
AST0029_000000014788	2013	0.5885809684070735	5	1	1	1	1	True	118212	fragment	False	ISR0233_000000006788	0.9523274448860565		0	0	False	False	0.992548406124115	0					non-mobilizable	chromosome	1994.0	99.348	99.0	0.0003961805401707109	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0124_000000011112	1234	0.5885809684070735	3	1	1	1	1	True	56777	fragment	False	ISR0124_000000011112	0.980952380952381		0	0	False	False	0.9991896152496338	0					non-mobilizable	chromosome	1234.0	99.109	100.0	0.00024449428801467043	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0081_000000031409	1160	0.5885809684070735	2	1	1	1	1	True	56776	fragment	False	FIJ0081_000000031409	0.9959090909090909		0	0	False	False	0.9629310369491577	0					non-mobilizable	chromosome	1160.0	99.655	100.0	0.00023132153453796168	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0072_000000003026	3854	0.5885721867026437	4	3	3	2	2	True	110091	fragment	False	ENG0072_000000003026	1.0		0	0	False	False	0.9906590580940247	0					non-mobilizable	other	3861.0	92.774	100.0	0.0012529023132704293	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
USA0093_01_000000005475	3560	0.5885721867026437	3	3	3	2	2	True	64922	fragment	False	SPA0031_000000007987	0.9516264722378014		0	0	False	False	1.0	0					non-mobilizable	other	3577.0	80.431	100.0	0.02035855886916049	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	True
DEN0089_000000005544	3460	0.5885721867026437	4	3	3	2	2	True	77229	fragment	False	DEN0089_000000005544	0.984844068784611		0	0	False	False	0.9997109770774841	0					non-mobilizable	no_good_hit	1474.0	71.845	42.0	0.0003725217879097323	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
CHI0185_000000006013	3431	0.5885721867026437	4	3	3	2	2	True	77229	fragment	False	DEN0089_000000005544	0.9807803468208093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	95.803	28.0	0.9989743589743589	GQ880048.1		Uncultured organism clone VC1CD91TR genomic sequence	True	True
SPA0153_000000005174	3337	0.5885721867026437	3	3	3	2	2	True	110088	fragment	False	ENG0124_000000009125	0.5012493261188229		0	0	False	False	0.9997003078460693	0					non-mobilizable	other	3350.0	90.32799999999999	100.0	0.0012417485899007417	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0802_000000004981	2989	0.5885721867026437	3	3	3	2	2	True	36364	fragment	False	ISR0802_000000004981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	96.025	32.0	0.9784615384615385	GQ880048.1		Uncultured organism clone VC1CD91TR genomic sequence	True	True
DEN0073_000000014206	3459	0.5885721560283008	5	4	3	3	2	False	73990	fragment	False	DEN0073_000000014206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.0004949864939399511	NZ_AXUN02000068.1	firmicutes	Youngiibacter fragilis 232.1 contig_16, whole genome shotgun sequence	True	False
SPA0109_000000002014	10185	0.5885624644500372	9	9	7	7	6	False	4668	maximal	True	SPA0109_000000002014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	88.0	0.0	7.552771134850105e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MAD0058_000000007217	2123	0.5885622334383079	3	3	3	3	3	False	16954	maximal	True	MAD0058_000000007217	1.0		11	4	False	False	0.998586893081665	0					non-mobilizable	chromosome	2123.0	99.95299999999999	100.0	0.0007756743834448715	CP055231.1	firmicutes	Enterococcus hirae strain 13144 chromosome, complete genome	False	False
USA0046_01_000000007141	1584	0.5885568147645204	2	1	1	1	1	False	1188	maximal	True	USA0046_01_000000007141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	93.568	51.0	0.00020374407335589572	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
AST0151_000000001669	9630	0.5885525239417082	9	3	2	3	2	False	103727	fragment	False	AST0151_000000001669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.000533873595159546	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0067_000000027600	1212	0.5885476363300259	2	2	2	2	1	False	45156	maximal	True	FIJ0067_000000027600	1.0		134	11	False	False	0.9554455280303955	0					non-mobilizable	no_good_hit	573.0	98.95299999999999	47.0	0.004008016032064128	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
SPA0112_000000010267	3355	0.5885440913197145	5	4	4	1	3	False	4543	maximal	True	SPA0112_000000010267	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2487.0	85.846	73.0	0.0009952595495883207	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	True	False
CHI0147_000000007152	2713	0.5885422116623843	5	4	2	2	3	False	102117	fragment	False	ISR0140_000000009335	0.9698297593348293		0	0	False	False	1.0	0	Inc18				non-mobilizable	chromosome	2715.0	99.926	100.0	0.0012624189416798731	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
SPA0065_000000003952	5815	0.588539296679312	6	6	5	6	4	False	104108	fragment	False	ISR0098_000000002923	0.9577559986481919		0	0	False	False	0.9989681839942932	0					non-mobilizable	other	4345.0	99.21700000000001	91.0	0.025250235413106406	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ENG0131_000000023391	1127	0.5885345621177833	2	1	1	1	1	False	58337	maximal	True	ENG0131_000000023391	1.0		1	1	False	False	0.9991126656532288	0					non-mobilizable	chromosome	1127.0	99.911	100.0	0.0003140700889521244	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	False
ISR0222_000000007356	8546	0.5885322203716226	10	6	5	5	4	False	27911	maximal	True	ISR0222_000000007356	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	77.055	10.0	0.00030008461058519644	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	False
MON0047_000000030372	1313	0.5885287944830307	2	2	2	2	1	True	20498	fragment	False	MON0047_000000030372	0.9939903846153846		0	0	False	False	0.9695354104042053	0					non-mobilizable	other	1294.0	99.459	99.0	0.025133149321618784	NZ_LT635844.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	True
ISR0847_000000014870	1918	0.5885229154739748	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.7052270325760606		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	97.74	97.0	0.012971417047100453	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
CHI0098_000000007693	1212	0.5885200656023222	3	3	3	2	1	False	83386	fragment	False	CHI0098_000000007693	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1134.0	96.208	93.0	0.0003938747938257163	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0080_01_000000019582	2209	0.5885167721160071	3	2	2	2	2	False	64548	maximal	True	USA0080_01_000000019582	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	95.286	49.0	0.000286863304478323	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0779_000000017062	1999	0.5885070992966949	3	2	2	2	2	False	22342	maximal	True	ISR0779_000000017062	1.0		2	1	False	False	0.9994997382164001	0					non-mobilizable	no_good_hit								True	False
ISR0268_000000003555	4559	0.588503305293746	7	3	2	3	1	False	26504	maximal	True	ISR0268_000000003555	1.0		11	2	False	False	0.9853038191795349	0					non-mobilizable	no_good_hit	1251.0	93.046	27.0	0.005288093111083826	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	True	False
ENG0127_000000014861	1756	0.5885032569368023	3	3	3	3	3	False	127740	fragment	False	ISR0150_000000012413	0.6691953752721433		0	0	False	False	0.9988610744476318	0					non-mobilizable	other	1756.0	99.65799999999999	100.0	0.05563833497130901	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0063_000000015116	3033	0.5885003830057163	2	2	1	2	2	False	71554	maximal	True	DEN0063_000000015116	1.0		1	1	False	False	0.9924167394638062	0					non-mobilizable	no_good_hit	434.0	77.419	14.0	9.40117154738703e-05	NZ_KV440945.1	firmicutes	Cytobacillus gottheilii strain FJAT-2394 Scaffold1, whole genome shotgun sequence	True	False
CHI0167_000000021493	1110	0.5884996029924793	2	2	2	2	1	False	78111	maximal	False	CHI0181_000000015467	0.2743669374104157		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	100.0	100.0	0.006679033015743005	NZ_NFIG01000007.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_7, whole genome shotgun sequence	False	False
ENG0152_000000006434	3486	0.5884994148111526	6	6	4	3	4	False	60851	maximal	True	ENG0152_000000006434	1.0		16	6	False	False	0.9962707757949829	0					non-mobilizable	no_good_hit	2121.0	99.57600000000001	61.0	0.012322858903265557	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
MAD0096_000000010110	1845	0.5884989877784782	2	2	2	2	2	False	45148	maximal	True	MAD0096_000000010110	1.0		102	12	False	False	0.99891597032547	0					non-mobilizable	chromosome	1845.0	99.566	100.0	0.00034671879732951316	CP050829.1	enterobacteria	Klebsiella pneumoniae strain Bckp067 chromosome, complete genome	False	False
ISR0092_000000015655	1859	0.5884949118247559	3	3	3	2	2	False	120654	fragment	False	ISR0092_000000015655	0.9812465526751242		0	0	False	False	0.9913932085037231	0					non-mobilizable	other	1859.0	99.946	100.0	0.05893174321238264	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
FIJ0114_000000037384	1116	0.5884942408527121	1	1	1	1	1	False	41767	fragment	False	FIJ0114_000000037384	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1092.0	82.051	98.0	0.1296781883194279	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0159_000000008640	2950	0.5884836289861085	2	2	1	1	1	False	30482	maximal	True	ISR0159_000000008640	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	817.0	70.135	27.0	0.09998748592166187	MG266000.1	firmicutes	Clostridioides difficile strain 7032985 plasmid pCD-ISS1, complete sequence	True	False
ENG0040_000000005583	3926	0.5884757476280972	5	3	1	3	0	True	64871	backbone	False	ISR0048_000000005110	0.714454162286215	PS290	0	0	True	True	0.9997453093528748	57					non-mobilizable	no_good_hit								True	True
CHI0127_000000001726	12186	0.5884742238683287	10	9	5	5	7	False	111758	fragment	False	CHI0127_000000001726	1.0		0	0	False	False	0.9999179244041443	0					non-mobilizable	other	8453.0	99.917	100.0	0.022486079222724456	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	False
ENG0167_000000016998	1484	0.5884732862239718	3	3	2	1	2	False	56048	maximal	True	ENG0167_000000016998	1.0		25	5	False	False	0.9905660152435303	0					non-mobilizable	chromosome	1484.0	100.0	100.0	0.0004127235748373875	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
USA0130_01_000000014494	2538	0.5884732441681978	4	4	4	4	4	False	89545	fragment	False	MAD0037_000000005008	0.9937524404529481		0	0	False	False	1.0	0					non-mobilizable	chromosome	2538.0	99.60600000000001	100.0	0.0010727553957017054	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
AST0153_000000000732	23838	0.5884655966251433	22	10	9	9	5	True	112688	fragment	False	AST0153_000000000732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5155.0	92.396	40.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0116_000000009772	1807	0.5884593327974391	2	2	2	2	1	True	86746	maximal	True	FIJ0116_000000009772	1.0		8	4	False	False	0.9867182970046997	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	1.734594344875517e-05	NZ_LN879457.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	True
MON0055_000000005240	3442	0.5884586883309963	2	2	2	2	2	False	50009	maximal	True	MON0055_000000005240	1.0		44	6	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	73.138	36.0	0.002573719579744471	NZ_FUHN01000006.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
SPA0047_000000012721	3106	0.5884583928282254	5	3	3	3	2	False	119069	fragment	False	ISR0023_000000008534	0.9637539966941608		0	0	False	False	0.9996780157089233	0					non-mobilizable	no_good_hit	447.0	79.642	21.0	0.00014085310568205295	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0090_000000030346	1518	0.5884560075787874	2	2	2	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9276452324473589		0	0	False	False	0.9986824989318848	0					non-mobilizable	no_good_hit	721.0	84.189	55.0	0.0035028165203060046	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0095_000000003234	7889	0.5884492363117879	7	4	3	4	1	False	52087	fragment	False	FIJ0095_000000003234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	0.0	0.000700997573469938	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	False
MAD0087_000000015320	1946	0.5884490949798661	2	2	2	2	2	False	95284	fragment	False	CAN0007_000000019987	0.3973900385699451		0	0	False	False	1.0	0					non-mobilizable	chromosome	1949.0	96.152	100.0	0.0006278760866559249	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0021_000000021737	1682	0.5884482425240087	3	3	3	2	2	False	74744	fragment	False	DEN0021_000000021737	1.0		0	0	False	False	0.9928656220436096	0					non-mobilizable	no_good_hit	278.0	73.741	16.0	0.00281719424086491	NZ_JAAITI010000015.1	firmicutes	Blautia luti strain MSK.16.34 NODE_15_length_96195_cov_253.786, whole genome shotgun sequence	True	False
USA0019_01_000000008307	3534	0.5884454864662644	5	4	3	4	4	False	120675	maximal	True	USA0019_01_000000008307	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	80.488	5.0	5.751817203720544e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0160_000000023919	1350	0.5884434646448343	2	2	2	2	2	False	78664	maximal	True	CHI0160_000000023919	1.0		2	2	False	False	0.9970370531082153	0					non-mobilizable	no_good_hit	273.0	72.161	20.0	0.021962769431743957	NZ_CZBD01000036.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
AST0024_000000011912	2818	0.5884406544174243	5	4	4	4	3	False	121611	maximal	True	AST0024_000000011912	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	87.21600000000001	45.0	0.021844576696824797	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0090_000000021914	1166	0.5884373995100439	1	1	1	1	1	False	61209	fragment	False	ENG0090_000000021914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000021594	1902	0.5884321514988119	3	1	1	1	1	True	69232	maximal	True	DEN0082_000000021594	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.00011132675515906738	NZ_FMTS01000006.1	a-proteobacteria	Asticcacaulis taihuensis strain CGMCC 1.3431, whole genome shotgun sequence	True	True
ISR0396_000000007401	3048	0.5884283920468729	4	4	3	4	2	False	110369	fragment	False	ISR0396_000000007401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	85.845	29.0	0.00018918947065133248	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0102_000000020772	1118	0.5884261363611326	2	1	1	1	1	False	14951	fragment	False	MAD0102_000000020772	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1031.0	98.448	99.0	0.031145112031689397	CP019032.1	firmicutes	Limosilactobacillus fermentum strain SNUV175 plasmid pSNU175-3, complete sequence	False	True
ISR0108_000000008842	2504	0.5884241835028173	3	3	3	3	3	False	118798	fragment	False	ISR0108_000000008842	1.0		0	0	False	False	0.9996006488800049	0					non-mobilizable	other	2504.0	98.56200000000001	100.0	0.004515271286085641	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0824_000000008725	2418	0.5884186403982432	4	4	4	3	2	False	61253	fragment	False	ENG0090_000000008653	0.7795843870960638		0	0	False	False	0.9979321956634521	0					non-mobilizable	no_good_hit	495.0	73.333	35.0	0.00015843341043759307	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0010_000000007960	2472	0.5884169258714232	3	2	1	2	2	False	112744	fragment	False	ISR0010_000000007960	1.0		0	0	False	True	0.9943365454673767	0					non-mobilizable	no_good_hit	1749.0	74.61399999999999	70.0	0.21072516758074344	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0149_000000011254	1751	0.5884169258714232	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.26558362705815125	PS721	0	0	False	True	0.9988577961921692	0					non-mobilizable	other	1665.0	74.535	94.0	0.20085313833028642	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CAN0009_000000024384	1191	0.5884164015583576	2	2	2	1	1	False	94688	fragment	False	CAN0009_000000024384	0.9969879518072289		0	0	False	False	0.9706129431724548	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	0.0002903873254473246	NZ_JAAIUD010000006.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_6_length_117085_cov_236.22, whole genome shotgun sequence	True	False
CHI0175_000000002946	4227	0.5884149180838995	8	3	1	2	3	False	77763	maximal	True	CHI0175_000000002946	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	86.921	77.0	0.0004906569060419631	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
CHI0123_000000007129	1929	0.5884149180838995	4	3	1	2	3	False	81712	maximal	True	CHI0123_000000007129	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1931.0	96.789	100.0	0.0007096673029624192	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ENG0131_000000005862	4696	0.5884137593376406	6	6	6	6	6	True	100708	maximal	True	ENG0131_000000005862	1.0		280	12	False	False	0.9995741248130798	0					non-mobilizable	chromosome	4695.0	99.936	99.0	0.0020691236315698975	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	True
MON0107_000000007973	6150	0.5884051635932793	10	8	7	6	5	False	63565	fragment	False	MON0107_000000007973	1.0		0	0	False	False	0.9986991882324219	0					non-mobilizable	other	6150.0	98.618	100.0	0.07916623751158719	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
MON0019_000000014304	4333	0.5884033924530738	7	4	1	3	4	True	13222	maximal	True	MON0019_000000014304	1.0		0	0	False	False	0.9803830981254578	0					non-mobilizable	no_good_hit	2211.0	99.91	51.0	0.002424840904103577	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ENG0043_000000014561	2351	0.5884006340997959	4	4	4	4	3	False	64612	maximal	True	ENG0043_000000014561	1.0		2	2	False	False	0.9987239241600037	0					non-mobilizable	no_good_hit	699.0	90.98700000000001	30.0	0.015164023462958939	NZ_FOIN01000021.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	False
ISR0854_000000007575	1293	0.5883991801065697	2	1	1	1	1	False	20499	fragment	False	ISR0854_000000007575	1.0		0	0	False	False	0.9907192587852478	0					non-mobilizable	no_good_hit	1126.0	82.948	86.0	0.0014623948124986884	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ENG0015_000000003325	6261	0.5883981706707939	8	2	2	2	1	True	130521	fragment	False	CAN0014_000000006821	0.940085272267917		0	0	False	False	1.0	0					non-mobilizable	other	6261.0	99.39299999999999	100.0	0.0012117948288107511	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ENG0095_000000005631	4737	0.5883981706707939	7	2	2	2	1	True	130516	fragment	False	ENG0051_000000005370	0.7137658101641474		0	0	False	False	0.999155580997467	0					non-mobilizable	other	4737.0	99.62	100.0	0.0009167827970044277	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
AST0153_000000009034	3416	0.5883981706707939	6	2	2	2	1	True	103488	fragment	False	AST0153_000000009034	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3416.0	99.385	100.0	0.0006610669872825424	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0338_000000009541	2740	0.5883971914509907	3	3	3	2	2	False	60934	fragment	False	ISR0338_000000009541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0122_000000011001	2527	0.5883963057315071	6	3	3	2	0	True	93276	fragment	False	SPA0122_000000011001	0.963235294117647		0	0	False	False	0.9960427284240723	0					non-mobilizable	other	2416.0	95.24	95.0	0.000761105610029933	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0118_000000019483	1258	0.5883926766499404	2	2	2	2	1	False	4239	fragment	False	SPA0118_000000019483	1.0		0	0	False	False	0.970588207244873	0					non-mobilizable	other	1260.0	89.762	100.0	0.007306525302549436	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
MON0013_000000021970	2388	0.5883892026853397	6	3	2	2	2	True	80905	fragment	False	FIJ0041_000000013942	0.9412738914629517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	84.845	47.0	0.0002319290109809016	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
CHI0107_000000000112	46968	0.5883845606894929	53	20	12	17	7	True	123963	fragment	False	CHI0107_000000000112	0.9813860126360127		0	0	False	False	0.9999787211418152	0					non-mobilizable	no_good_hit	2130.0	98.26299999999999	5.0	0.007136512193078019	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	True
ISR0791_000000003296	4907	0.5883833593754901	6	5	2	3	4	False	111022	fragment	False	ISR0791_000000003296	1.0		0	0	False	False	0.9997962117195129	0					non-mobilizable	other	4907.0	99.572	100.0	0.02565322652332373	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
FIJ0168_000000018777	1267	0.5883818508711492	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.14568674061512335		0	0	False	False	0.9992107152938843	0					non-mobilizable	chromosome	1269.0	89.36200000000001	99.0	0.0004074103560231463	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0136_000000015563	1769	0.5883672512442112	2	2	2	2	1	False	108152	fragment	False	FIJ0136_000000015563	1.0		0	0	False	False	0.9875636100769043	0					non-mobilizable	other	1749.0	98.742	99.0	0.006059253784418863	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
MON0063_000000018036	1641	0.5883672512442112	3	2	2	2	1	False	108148	fragment	False	MON0063_000000018036	1.0		0	0	False	False	0.9421084523200989	0					non-mobilizable	other	1545.0	99.094	94.0	0.005382904397665549	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0173_000000002523	3306	0.5883671735508603	3	3	3	3	2	False	29921	maximal	True	ISR0173_000000002523	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	73.689	36.0	0.0017393504776669435	NZ_KE386795.1	firmicutes	Veillonella magna DSM 19857 G344DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
CHI0005_000000002401	6283	0.5883657840071168	6	6	4	5	2	False	90805	maximal	True	CHI0005_000000002401	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	100.0	11.0	0.01655700961607982	NZ_NFIG01000034.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_34, whole genome shotgun sequence	True	False
ISR0162_000000010135	3758	0.58836435277653	3	2	2	1	2	False	92862	fragment	False	ISR0162_000000010135	0.9855329199881901		0	0	False	False	0.9906865358352661	0					non-mobilizable	other	3758.0	100.0	100.0	0.026357328768564833	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
MON0004_000000037116	1274	0.5883625035902196	2	2	2	2	1	False	93122	fragment	False	SPA0041_000000025579	0.9552333806480077		0	0	False	False	0.9992150664329529	0					non-mobilizable	other	1275.0	98.51	100.0	0.023045312188852078	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
SPA0142_000000007673	3769	0.5883512081147431	2	2	2	2	2	False	63794	fragment	False	ENG0054_000000006112	0.9595354523227384		0	0	False	False	0.9986733794212341	0					non-mobilizable	other	3769.0	98.32799999999999	100.0	0.00521801989439326	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
FIJ0120_000000008931	2593	0.5883474534544036	3	2	2	2	1	False	47030	maximal	True	FIJ0120_000000008931	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	78.44800000000001	4.0	5.501428936368081e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
FIJ0050_000000008670	2943	0.5883364256877784	3	3	3	3	3	False	48511	maximal	True	FIJ0050_000000008670	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	75.042	20.0	0.0001727753995943585	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
MON0082_000000014203	2338	0.5883325499570092	3	2	1	2	1	False	109636	fragment	False	MON0082_000000014203	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2338.0	97.77600000000001	100.0	0.008565114293149007	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
TAN0004_000000002288	2136	0.5883325315178703	4	3	0	3	0	False	2960	maximal	True	TAN0004_000000002288	1.0		12	6	False	False	0.9915730357170105	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000001399	10073	0.5883321870742932	15	3	1	3	2	False	46494	fragment	False	ISR0374_000000001399	1.0		0	0	False	False	0.9984115958213806	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00013777650475510226	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0057_000000007992	2881	0.5883321451931581	4	3	3	2	1	False	63554	maximal	True	ENG0057_000000007992	1.0		293	11	False	False	1.0	0					non-mobilizable	other	2881.0	99.965	100.0	0.0008721645944177227	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0115_000000003158	8528	0.58832594665232	10	6	3	5	3	True	80174	maximal	True	ISR0115_000000003158	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.014705882352941176	XM_007094561.2	carnivores	PREDICTED: Panthera tigris altaica lysosomal associated membrane protein 3 (LAMP3), transcript variant X2, mRNA	True	True
ENG0080_000000016793	1635	0.5883237726302984	2	2	2	2	2	False	63830	fragment	False	ENG0080_000000016793	1.0		0	0	False	False	0.9987767338752747	0					non-mobilizable	no_good_hit	436.0	71.33	33.0	0.00010530854163775844	CP032760.1	firmicutes	Halocella sp. SP3-1 chromosome, complete genome	True	False
MON0011_000000003435	10611	0.5883200879742828	14	6	1	6	3	False	13827	maximal	True	MON0011_000000003435	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	1.0	0.0006862561607087154	NZ_AWQP01000014.1	g-proteobacteria	Pseudomonas syringae pv. coryli str. NCPPB 4273 contig14, whole genome shotgun sequence	True	False
AST0059_000000003027	4493	0.5883198882698375	9	9	2	0	8	False	112901	maximal	True	AST0059_000000003027	1.0		3	3	False	False	0.9982194304466248	0					non-mobilizable	plasmid	4493.0	99.955	100.0	0.03950365400005276	MN178640.1	enterobacteria	Kluyvera cryocrescens strain SCW13 plasmid pSCW13-2, complete sequence	False	True
ISR0809_000000002753	2539	0.5883192583634079	4	3	2	3	2	True	49173	fragment	False	ISR0809_000000002753	1.0		0	0	False	False	0.9972429871559143	0					non-mobilizable	chromosome	1978.0	91.20299999999999	95.0	0.0007805510000289386	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	True
FIJ0084_000000006379	2068	0.5883192583634079	4	3	2	3	2	True	47014	fragment	False	FIJ0084_000000006379	1.0		0	0	False	False	0.9985493421554565	0					non-mobilizable	chromosome	1609.0	91.05	99.0	0.00063427201627542	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	True
ISR0216_000000009225	1938	0.5883192583634079	4	3	2	3	2	True	47014	fragment	False	FIJ0084_000000006379	0.968568665377176		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	90.45700000000001	100.0	0.0005946300152582062	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	True
ISR0038_000000013824	2316	0.5883157152925395	5	2	2	2	0	False	37786	fragment	False	ISR0038_000000013824	0.9416932123814933		0	0	False	False	1.0	0					non-mobilizable	other	2318.0	97.196	100.0	0.000661017007202688	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0018_000000009761	2176	0.5883157152925395	5	2	2	2	0	False	37786	fragment	False	ISR0038_000000013824	0.6445020149683361		0	0	False	False	0.9963235259056091	0					non-mobilizable	other	2177.0	97.93299999999999	100.0	0.0006207737438108144	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0162_000000012938	1895	0.5883135947421031	2	2	2	2	2	False	59439	fragment	False	ENG0162_000000012938	1.0		0	0	False	False	0.9994723200798035	0					non-mobilizable	chromosome	1816.0	99.835	96.0	0.0003373913864629653	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MON0026_000000014952	2683	0.5883111823188778	3	3	1	3	2	False	101464	maximal	True	MON0026_000000014952	1.0		30	7	False	False	1.0	0					non-mobilizable	chromosome	1732.0	96.99799999999999	96.0	0.00046148974759178377	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0104_000000000691	7935	0.5883095215543733	15	2	2	2	2	False	83254	fragment	False	CHI0104_000000000691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	90.0	1.0	1.5067022171123126e-06	LR584085.1	bony fishes	Scleropages formosus genome assembly, chromosome: 20	True	False
CHI0059_000000008788	1998	0.5882998944075628	5	4	2	2	4	False	106041	fragment	False	CHI0059_000000008788	0.9605128205128205		0	0	False	False	0.999499499797821	0					non-mobilizable	chromosome	1889.0	96.771	94.0	0.0005059524447579253	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0107_000000003325	10093	0.5882946143530751	10	5	4	5	4	True	101294	fragment	False	CAN0003_000000004189	0.8896735242727348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8775.0	97.12799999999999	89.0	0.0758590186113472	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ENG0177_000000002598	8792	0.5882845970760254	9	6	4	3	4	False	55548	maximal	True	ENG0177_000000002598	1.0		30	8	False	False	0.9995450377464294	0					non-mobilizable	no_good_hit	654.0	71.25399999999999	7.0	0.002164590426869465	NZ_LOHE01000037.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00037, whole genome shotgun sequence	True	False
CHI0131_000000008661	1993	0.5882823745993331	3	3	3	3	2	True	103376	fragment	False	CHI0131_000000008661	1.0		0	0	False	False	0.9994982481002808	0					non-mobilizable	other	1993.0	99.59899999999999	100.0	0.0026890393299000385	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
SPA0109_000000020390	1628	0.5882755799160219	3	3	3	3	3	False	87115	fragment	False	MON0051_000000021051	0.9725661101277346		0	0	False	False	1.0	0					non-mobilizable	chromosome	1628.0	98.28	100.0	0.000434013768399903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0062_000000015212	2533	0.5882702270625851	3	3	2	3	2	False	97050	maximal	True	MON0062_000000015212	1.0		5	4	False	False	0.9932885766029358	0					non-mobilizable	no_good_hit	1618.0	84.734	64.0	0.0007494671647568546	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0096_000000016001	2750	0.588269476037131	4	4	4	4	2	False	68196	maximal	True	DEN0096_000000016001	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	2195.0	85.01100000000001	80.0	0.003947028994788406	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0112_000000017521	2012	0.5882686202525786	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.9051479848634003		0	0	False	False	0.999502956867218	0					non-mobilizable	other	2012.0	99.553	100.0	0.008995388242030068	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0857_000000001354	2002	0.5882676414783673	4	4	2	1	3	False	24842	maximal	True	ISR0857_000000001354	1.0		406	11	False	False	0.9905095100402832	0					non-mobilizable	chromosome	1994.0	99.95	99.0	0.000366029790747766	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0171_000000006678	3750	0.5882654989968523	8	3	2	2	1	False	50136	fragment	False	ISR0171_000000006678	1.0		0	0	False	False	0.9997333288192749	0					non-mobilizable	other	2819.0	99.574	95.0	0.0006800931568341157	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MAD0001_000000004121	5983	0.5882626506027733	4	3	3	3	2	False	20305	maximal	True	MAD0001_000000004121	1.0		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	79.646	2.0	0.0010591315121600288	NZ_VZBY01000024.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_11_length_100082_cov_27.5275_ID_21, whole genome shotgun sequence	True	False
SPA0023_000000000133	40612	0.5882622825074405	44	15	3	9	9	False	71600	fragment	False	SPA0023_000000000133	0.969220014185887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	96.774	0.0	2.6669101671601898e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0312_000000003613	4218	0.5882617407123469	3	3	2	2	2	False	25264	maximal	True	ISR0312_000000003613	1.0		9	4	False	False	0.9919393062591553	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.036950882720802e-06	CP047029.1	CFB group bacteria	Algibacter sp. L1A34 chromosome, complete genome	True	False
ENG0211_000000004638	6819	0.5882562170847652	10	8	6	5	7	False	105617	maximal	True	ENG0211_000000004638	1.0		1	1	False	False	0.9944273233413696	0					non-mobilizable	no_good_hit	836.0	99.641	12.0	0.004130371337696193	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
AST0153_000000014220	2271	0.5882477664592954	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.21681853476631366		0	0	False	False	1.0	0					non-mobilizable	other	2271.0	98.195	100.0	0.004744509521429751	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0091_000000002932	5852	0.5882462865573873	4	4	3	3	4	True	5349	maximal	True	SPA0091_000000002932	1.0		1	1	False	False	0.999829113483429	0					non-mobilizable	plasmid	5852.0	99.88	100.0	0.07137803152295906	CP041258.1	firmicutes	Enterococcus faecium strain 515 plasmid p27, complete sequence	False	True
MAD0010_000000004606	1100	0.5882456921623405	1	1	1	1	1	False	19729	maximal	True	MAD0010_000000004606	1.0		1	1	False	False	0.9890909194946289	0					non-mobilizable	chromosome	1100.0	99.90899999999999	100.0	0.00022626483897931704	LR134270.1	enterobacteria	Escherichia marmotae strain NCTC8196 genome assembly, chromosome: 1	False	False
DEN0081_000000006108	1526	0.5882455747460601	2	2	2	1	1	False	101922	fragment	False	DEN0081_000000006108	0.998567847272645		0	0	False	False	1.0	0					non-mobilizable	chromosome	1526.0	99.738	100.0	0.0002938927921491888	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
MAD0002_000000002605	9004	0.588242656801145	14	2	2	2	1	False	20249	maximal	True	MAD0002_000000002605	1.0		2	1	False	False	0.9904487133026123	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	0.0	0.002729961325547888	NZ_CZBD01000035.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
SPA0108_000000021330	1303	0.5882425876898604	2	2	2	1	1	True	116460	fragment	False	ISR0265_000000014564	0.8371298586281027		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	90.304	100.0	0.00037454457757905103	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0064_000000005998	3577	0.588239701371152	7	6	4	4	3	True	75376	fragment	False	DEN0016_000000001569	0.941647032012362		0	0	False	False	1.0	0					non-mobilizable	plasmid	3577.0	99.916	100.0	0.10824555030875409	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0005_000000006543	4602	0.5882362481261885	8	4	2	3	4	False	91995	fragment	False	DEN0005_000000006543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	98.236	20.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
SPA0029_000000016674	1609	0.5882358225383287	2	2	2	2	2	True	113698	maximal	False	AST0055_000000022653	0.9067235155919176		0	0	False	False	0.9714108109474182	0					non-mobilizable	other	1566.0	98.27600000000001	97.0	0.0033486635321120562	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
DEN0065_000000022736	1525	0.5882358225383287	2	2	2	2	2	True	113698	maximal	False	AST0055_000000022653	0.8977156603101044		0	0	False	False	0.9947540760040283	0					non-mobilizable	other	1525.0	99.869	100.0	0.00326301996351584	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
ISR0348_000000008002	2015	0.588233795391326	3	3	3	2	2	False	69961	fragment	False	ISR0348_000000008002	1.0		0	0	False	False	0.9945409297943115	0					non-mobilizable	other	2021.0	85.255	99.0	0.15614103060829135	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0081_000000037190	1414	0.5882318141199067	4	4	3	2	2	False	9963	maximal	True	MON0081_000000037190	1.0		0	0	False	False	0.99929279088974	0					non-mobilizable	no_good_hit	183.0	75.41	13.0	4.0499093634809494e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0054_000000000968	17475	0.5882313176812639	18	7	0	7	0	False	35727	maximal	True	ISR0054_000000000968	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	86.885	0.0	2.4996750422445083e-05	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	False
MON0039_000000010104	4348	0.5882282697674514	4	3	3	1	1	False	11958	maximal	True	MON0039_000000010104	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3144.0	95.45200000000001	99.0	0.0008783284411473805	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0085_000000005580	6414	0.5882265527615015	7	7	3	4	4	True	69011	maximal	True	DEN0085_000000005580	0.9900456919060052		54	10	False	False	1.0	0					non-mobilizable	no_good_hit	5552.0	99.712	87.0	0.0016091324280332843	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
DEN0026_000000007312	4026	0.5882243033203511	3	3	3	3	3	False	109674	maximal	True	DEN0026_000000007312	1.0		59	11	False	False	1.0	0					non-mobilizable	other	4026.0	99.90100000000001	100.0	0.0007318255738119929	NC_002695.2	enterobacteria	Escherichia coli O157:H7 str. Sakai DNA, complete genome	False	False
ENG0188_000000006896	3848	0.5882241137817813	4	4	4	4	3	False	54927	maximal	True	ENG0188_000000006896	1.0		24	7	False	False	1.0	0					non-mobilizable	other	3854.0	97.146	100.0	0.02484431843192087	NZ_JAAWUO010000007.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_7_length_154482_cov_112.615, whole genome shotgun sequence	False	False
FIJ0010_000000004633	3974	0.5882238578333995	3	3	3	3	1	False	51102	maximal	True	FIJ0010_000000004633	1.0		2	1	False	False	0.9997483491897583	0					non-mobilizable	no_good_hit	108.0	80.556	3.0	0.000671785028790787	NZ_JMLJ01000012.1	firmicutes	Clostridium hydrogeniformans DSM 21757 BR69DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
MAD0074_000000000264	10373	0.5882129723005437	13	5	3	3	2	False	40138	fragment	False	MAD0074_000000000264	0.9742442322991249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	4.50658950610105e-06	NZ_LGTC01000001.1	firmicutes	Pseudobacteroides cellulosolvens ATCC 35603 = DSM 2933 ctg1, whole genome shotgun sequence	True	False
FIJ0143_000000000354	10056	0.5882129723005437	13	5	3	3	2	False	40138	fragment	False	MAD0074_000000000264	0.959799479417719		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	4.50658950610105e-06	NZ_LGTC01000001.1	firmicutes	Pseudobacteroides cellulosolvens ATCC 35603 = DSM 2933 ctg1, whole genome shotgun sequence	True	False
ISR0394_000000001912	8144	0.5882120622060565	9	6	4	5	3	False	122858	fragment	False	ISR0076_000000002357	0.8728262146023866		0	0	False	False	0.9992632865905762	0					non-mobilizable	no_good_hit	1941.0	93.663	24.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AUS0016_000000002604	7951	0.5882120622060565	9	6	4	5	3	False	122858	fragment	False	ISR0076_000000002357	0.8278328836199337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.61200000000001	24.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0101_000000027944	1219	0.5882110504466598	2	1	1	1	1	False	124922	fragment	False	ENG0206_000000011673	0.09627797840991272		0	0	False	False	0.9991796612739563	0					non-mobilizable	chromosome	1225.0	82.367	100.0	0.00042495581344864744	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
USA0042_01_000000003419	8069	0.5881971219764748	15	7	6	7	3	False	99355	maximal	True	USA0042_01_000000003419	1.0		6	5	False	False	0.9954145550727844	0					non-mobilizable	no_good_hit	92.0	81.52199999999999	1.0	0.00010297683135713167	NZ_FOEI01000001.1	CFB group bacteria	Flavobacterium urocaniciphilum strain DSM 27078, whole genome shotgun sequence	True	False
ISR0153_000000002982	8310	0.5881959972181178	14	11	4	5	8	True	101526	fragment	False	ISR0182_000000003109	0.7136315242655581		0	0	False	False	1.0	0					non-mobilizable	other	4819.0	97.71700000000001	98.0	0.0014400808860877184	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MAD0009_000000004903	2064	0.5881943543437149	3	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.056379915680577534		0	0	False	False	0.9917635917663574	0					non-mobilizable	chromosome	2048.0	97.949	99.0	0.0005723560160774665	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0325_000000009161	2201	0.5881899286101888	5	4	1	3	4	False	24871	maximal	True	ISR0325_000000009161	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	86.725	36.0	0.00027213306457503583	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
CHI0137_000000005065	2859	0.5881843541590074	3	3	2	2	2	False	83691	maximal	True	CHI0137_000000005065	0.982999622213827		200	10	False	False	1.0	0					non-mobilizable	chromosome	2861.0	96.749	100.0	0.0010092145523092487	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0010_01_000000007311	3716	0.5881831099081436	3	3	2	3	2	False	101986	maximal	True	USA0010_01_000000007311	1.0		27	8	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	73.991	6.0	0.011866235167206042	NZ_LNAM01000187.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf60, whole genome shotgun sequence	True	False
CHI0164_000000013050	1621	0.5881794504745551	3	3	3	1	1	False	78383	fragment	False	CHI0164_000000013050	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1572.0	100.0	97.0	0.0002421510908744799	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0075_000000017740	1115	0.5881772230972746	2	2	2	1	1	False	45848	maximal	False	FIJ0060_000000012599	0.95964316057774		0	0	False	False	0.9991031289100647	0					non-mobilizable	other	1115.0	96.413	100.0	0.016297271596810766	NZ_CYXX01000020.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0139_000000013099	1624	0.5881761597557671	2	2	1	2	2	False	57850	maximal	True	ENG0139_000000013099	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	71.028	26.0	0.0001671972858307267	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ENG0210_000000005689	3754	0.5881712849766266	3	3	3	3	3	False	55476	backbone	True	ENG0210_000000005689	0.9777388781141223	PS236	7	3	False	True	0.9994672536849976	0					non-mobilizable	no_good_hit	152.0	99.34200000000001	6.0	0.0009834891067183379	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	True
ISR0008_000000003156	3669	0.5881712849766266	4	3	3	3	3	False	55476	backbone	False	ENG0210_000000005689	0.9753074491019771	PS236	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	71.0	94.366	3.0	3.559171221558409e-05	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	True
USA0133_01_000000007065	3593	0.5881712849766266	3	3	3	3	3	False	55476	backbone	False	ENG0210_000000005689	0.974381213428771	PS236	0	0	True	True	0.9958252310752869	2					non-mobilizable	no_good_hit	63.0	96.825	2.0	0.0684326710816777	NZ_LT969510.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ENG0178_000000005871	3567	0.5881712849766266	3	3	3	3	3	False	55476	backbone	False	ENG0210_000000005689	0.9671122801990943	PS236	0	0	False	True	0.9997196793556213	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.00019497738262361567	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	True
ISR0093_000000018568	1395	0.58816907381627	3	3	3	2	0	False	33500	maximal	True	ISR0093_000000018568	1.0		189	11	False	False	0.9792114496231079	0					non-mobilizable	other	1395.0	98.99600000000001	100.0	0.0003957187433289882	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0065_000000003167	8105	0.5881674709247493	11	2	1	1	2	False	84106	maximal	True	ISR0065_000000003167	1.0		1	1	True	True	1.0	387					non-mobilizable	no_good_hit	2595.0	97.919	56.0	0.2351341551849166	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
ISR0776_000000009721	2546	0.5881673756123155	4	3	2	3	2	False	22427	maximal	True	ISR0776_000000009721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.482141699617554e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0061_000000005739	6554	0.5881668190650745	7	6	3	6	2	True	35238	fragment	False	MON0061_000000005739	1.0		0	0	False	False	0.9992371201515198	0					non-mobilizable	no_good_hit	531.0	93.785	8.0	0.02776149624340598	MK232865.1	viruses	Uncultured human fecal virus clone C.aerofaciens_B06.V07.N13_4-proph_c1 sequence	True	True
AST0116_000000019593	1381	0.5881652719822691	2	2	2	1	1	False	106161	fragment	False	DEN0051_000000029417	0.3253682041185804		0	0	False	False	1.0	0					non-mobilizable	other	668.0	91.01799999999999	100.0	0.0002002187653457146	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0115_000000016866	2037	0.588163820305831	4	3	3	3	3	False	128238	maximal	True	ISR0115_000000016866	1.0		11	3	False	False	0.9911634922027588	0					non-mobilizable	no_good_hit	1786.0	95.353	88.0	0.0010268642234844657	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0106_000000015084	2598	0.5881594072019272	3	3	3	3	3	False	119444	fragment	False	CAN0015_000000014080	0.47287472035794187		0	0	False	False	0.9988452792167664	0					non-mobilizable	other	2045.0	98.92399999999999	96.0	0.00047686905138520663	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0004_000000016385	1623	0.5881564832374451	3	2	2	2	2	False	67774	fragment	False	ENG0004_000000016385	1.0		0	0	False	False	0.9913740158081055	0					non-mobilizable	other	1623.0	98.891	99.0	0.01597698998236818	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
SPA0013_000000015978	1769	0.5881563314358801	2	2	2	2	2	False	109868	fragment	False	ENG0033_000000014706	0.9681188899479862		0	0	False	False	1.0	0					non-mobilizable	other	1653.0	98.669	100.0	0.013569568681566908	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0219_000000020251	1630	0.5881563314358801	2	2	2	2	2	False	109868	fragment	False	ENG0033_000000014706	0.954581850273774		0	0	False	False	0.9987729787826538	0					non-mobilizable	other	1630.0	98.589	100.0	0.013380646115177053	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ENG0122_000000002985	8626	0.5881518799902635	16	12	7	12	11	True	132197	fragment	False	ISR0849_000000002289	0.7323298043134074		0	0	False	False	0.9946672916412354	0					non-mobilizable	other	8435.0	99.787	98.0	0.002929752640355753	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0092_000000002060	8280	0.5881518799902635	15	12	7	12	11	True	132197	fragment	False	ISR0849_000000002289	0.6154981672751568		0	0	False	False	0.9998792409896851	0					non-mobilizable	other	8253.0	99.939	99.0	0.002866870483602001	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0094_000000017475	2110	0.5881517135233779	3	3	3	3	2	False	93254	fragment	False	USA0087_01_000000007135	0.9737375276611862		0	0	False	False	1.0	0					non-mobilizable	other	2110.0	99.336	100.0	0.0038918835129185068	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ENG0011_000000008715	3022	0.5881497293509339	3	3	3	3	3	False	108867	maximal	False	ISR0260_000000003905	0.9629711535549663		0	0	False	False	0.9940437078475952	0					non-mobilizable	no_good_hit								True	False
ENG0120_000000011991	1776	0.5881469006030009	2	1	1	1	1	False	59176	maximal	True	ENG0120_000000011991	1.0		5	3	False	False	0.9966216087341309	0					non-mobilizable	no_good_hit	574.0	97.561	32.0	0.00030169412856811327	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
SPA0114_000000036397	1293	0.5881443433734165	2	2	2	2	2	False	95979	fragment	False	SPA0114_000000036397	1.0		0	0	False	False	0.9976798295974731	0					non-mobilizable	no_good_hit	85.0	98.824	7.0	2.397471010579697e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CAN0004_000000026221	1121	0.5881443433734165	2	2	2	2	2	False	95978	fragment	False	CAN0004_000000026221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	7.0	2.171416640567909e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0011_000000006368	6493	0.5881416872318413	14	2	0	2	1	False	51014	maximal	True	FIJ0011_000000006368	1.0		1	1	True	True	0.9984598755836487	3					non-mobilizable	no_good_hit								True	True
ITA0005_000000000011	149887	0.5881403454217129	180	35	15	25	18	False	88386	maximal	True	ITA0005_000000000011	1.0	PS457	1	1	True	True	1.0	122					non-mobilizable	no_good_hit	1825.0	97.37	1.0	0.9983579638752053	GQ874447.1		Uncultured organism clone 1041059766705 genomic sequence	True	True
FIJ0088_000000014515	1920	0.5881382747489526	3	3	3	2	2	False	43660	fragment	False	FIJ0088_000000014515	1.0		0	0	False	False	1.0	0					non-mobilizable	other	929.0	89.774	95.0	0.0016722558858175743	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0045_000000003966	4733	0.5881364526438486	9	3	1	3	0	False	87187	fragment	False	CHI0045_000000003966	1.0		0	0	False	False	0.9991548657417297	0					non-mobilizable	no_good_hit	46.0	95.652	1.0	0.024430871737923375	LN853316.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0698	True	False
SPA0025_000000002328	8307	0.5881363138065068	8	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9532691135018678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.97399999999999	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0182_000000002996	8252	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9584770115418855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.021	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0020_000000002805	8249	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9570299665255271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.97399999999999	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0216_000000002624	8076	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9570739288605412		0	0	False	False	0.9990094304084778	0					non-mobilizable	no_good_hit	6445.0	96.943	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0093_000000002614	8030	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9570295579542408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.021	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0063_000000002061	7980	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9570436253693806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6446.0	96.866	88.0	0.10918526558578115	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
AST0046_000000002521	7966	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9473972911978398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.99	86.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0147_000000002807	7960	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9497561599500126		0	0	False	False	0.9998743534088135	0					non-mobilizable	no_good_hit	6445.0	96.943	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0005_000000003618	7912	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.948724666939975		0	0	False	False	0.9998736381530762	0					non-mobilizable	no_good_hit	6445.0	97.021	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0016_000000002280	7897	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9563434962086541		0	0	False	False	0.9988602995872498	0					non-mobilizable	no_good_hit	6446.0	96.773	88.0	0.10918526558578115	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
ISR0400_000000001983	7895	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9568528510016463		0	0	False	False	0.9992400407791138	0					non-mobilizable	no_good_hit	6445.0	97.005	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0014_000000002547	7872	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.954344529883067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.021	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0283_000000001505	7866	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9469393230943436		0	0	False	False	1.0	0					non-mobilizable	chromosome	6445.0	97.036	90.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0255_000000003280	7863	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9543047375988186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.021	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0170_000000005461	7858	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9465150084935894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.06700000000001	89.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0069_000000002902	7845	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9547943038369681		0	0	False	False	0.9998725056648254	0					non-mobilizable	no_good_hit	6445.0	97.036	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0021_000000003386	7828	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9544912829453108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.97399999999999	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AUS0006_000000002178	7753	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.944984873107716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.97399999999999	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0328_000000002984	7749	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9474402426589127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.99	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0124_000000003689	7747	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9470194252621797		0	0	False	False	0.9998708963394165	0					non-mobilizable	no_good_hit	6446.0	96.835	87.0	0.10918526558578115	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
AST0047_000000002511	7746	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9468199080120757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.97399999999999	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0116_000000002980	7740	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9466254315478002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.99	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0064_000000002571	7735	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9463810940932739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6446.0	96.866	87.0	0.10918526558578115	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
SPA0033_000000003568	7716	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9469715674799956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.021	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0096_000000004155	7700	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9468264759867696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.97399999999999	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0086_000000003055	7660	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9431362436488405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.85	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0020_000000002229	7655	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9455988367327377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.943	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0056_000000001769	7637	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9041841327137236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.97399999999999	89.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0078_000000003346	7628	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9157988864482971		0	0	False	False	0.9998689293861389	0					non-mobilizable	chromosome	6445.0	97.005	92.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0106_000000004897	7618	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9453855970622796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6446.0	96.866	88.0	0.10918526558578115	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
ISR0011_000000003167	7613	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9429290927616192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6446.0	96.789	88.0	0.10918526558578115	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
SPA0034_000000004225	7613	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9447063686989277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6446.0	96.851	88.0	0.10918526558578115	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
SPA0012_000000003154	7612	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9444174925069797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6446.0	96.866	88.0	0.10918526558578115	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
SPA0019_000000003113	7604	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9443053182663019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6446.0	96.851	88.0	0.10918526558578115	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
SPA0002_000000003694	7571	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9442439509927877		0	0	False	False	0.9998679161071777	0					non-mobilizable	no_good_hit	6445.0	96.99	87.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0114_000000002807	7482	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8884674378798555		0	0	False	False	1.0	0					non-mobilizable	chromosome	6445.0	97.005	91.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0127_000000002663	7470	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9021396884306271		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.99	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0032_000000003980	7435	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8998824106680509		0	0	False	False	0.997579038143158	0					non-mobilizable	no_good_hit	6445.0	96.97399999999999	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0067_000000003605	7429	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9011843845118411		0	0	False	False	0.9982501268386841	0					non-mobilizable	no_good_hit	6445.0	96.99	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0126_000000004519	7422	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8984455215848054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.09899999999999	89.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0224_000000003146	7409	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8894763030856175		0	0	False	False	0.9963557720184326	0					non-mobilizable	no_good_hit	6445.0	96.959	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0019_000000003171	7402	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.9009661984434724		0	0	False	False	1.0	0					non-mobilizable	chromosome	6445.0	96.928	90.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0155_000000002005	7361	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8770811340827009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	97.021	88.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0016_000000004250	7240	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8724517675979228		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6445.0	96.97399999999999	89.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0079_000000002916	7218	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.7654078982179342		0	0	False	False	0.9973676800727844	0					non-mobilizable	chromosome	6445.0	97.021	90.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0073_000000003563	7203	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.8374412143449896		0	0	False	False	1.0	0					non-mobilizable	chromosome	6445.0	97.005	91.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0132_000000004954	7203	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.837585766067592		0	0	False	False	1.0	0					non-mobilizable	chromosome	6445.0	97.005	91.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0009_000000004580	7095	0.5881363138065068	7	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.7411564047724363		0	0	False	False	0.9985905289649963	0					non-mobilizable	chromosome	6445.0	97.06700000000001	91.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0025_000000002752	6931	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.520919028801189		0	0	False	False	1.0	0					non-mobilizable	chromosome	6417.0	97.039	92.0	0.0018229811102862328	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0086_000000003514	6642	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.22513476646890995		0	0	False	False	0.9989461302757263	0					non-mobilizable	chromosome	6122.0	97.648	93.0	0.0017399243956344025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0011_000000003499	6634	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.22516263286191215		0	0	False	False	0.9965330362319946	0					non-mobilizable	chromosome	6122.0	97.648	93.0	0.0017399243956344025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0015_000000002206	6524	0.5881363138065068	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.2314809494192044		0	0	False	False	0.998467206954956	0					non-mobilizable	chromosome	6204.0	97.679	95.0	0.0017632485415297796	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0208_000000017546	1745	0.5881360634424796	4	2	1	2	1	True	53828	fragment	False	ENG0208_000000017546	1.0		0	0	False	False	0.998853862285614	0					non-mobilizable	chromosome	1745.0	98.338	100.0	0.0004913795848124263	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
USA0023_01_000000026014	1161	0.5881357740902756	2	2	2	1	1	False	1687	fragment	False	USA0023_01_000000026014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0083_000000006419	1617	0.5881348367993054	1	1	1	1	1	False	16098	maximal	True	MAD0083_000000006419	1.0		3	2	False	False	0.9987631440162659	0					non-mobilizable	no_good_hit	776.0	72.55199999999999	48.0	0.0005136750823093538	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0126_000000032596	1520	0.5881337711938676	2	2	2	2	1	False	113065	fragment	False	ISR0265_000000010435	0.9412189265363979		0	0	False	False	0.9578947424888611	0					non-mobilizable	other	1520.0	98.09200000000001	100.0	0.00045456164128173813	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0101_000000015732	2095	0.5881302658706595	2	2	2	2	1	False	60490	maximal	True	ENG0101_000000015732	1.0		333	13	False	False	0.9995226860046387	0					non-mobilizable	other	1246.0	95.586	96.0	0.007444257756677409	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
MAD0047_000000030521	1537	0.5881298703329806	2	2	2	2	2	False	17632	fragment	False	MAD0047_000000030521	1.0		0	0	False	False	0.9895901083946228	0					non-mobilizable	no_good_hit	780.0	87.051	87.0	0.006974287351382323	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0054_000000021327	2187	0.5881293642831582	2	1	1	1	1	False	62779	fragment	False	ENG0066_000000008234	0.9271380662751895		0	0	False	False	0.9780521392822266	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	3.0	0.0004984177215189874	NZ_JAAVNF010000012.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_25_length_126290_cov_33.418228, whole genome shotgun sequence	True	False
MON0004_000000032533	1422	0.5881293642831582	2	1	1	1	1	False	28309	fragment	False	MON0004_000000032533	0.970917225950783		0	0	False	False	0.9915611743927002	0					non-mobilizable	no_good_hit								True	False
ISR0023_000000023434	1394	0.5881240547440171	3	1	1	1	1	False	93818	fragment	False	ISR0180_000000017023	0.6999883527522242		0	0	False	False	0.9992826581001282	0					non-mobilizable	no_good_hit	795.0	88.679	56.0	0.024549563494520463	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ISR0184_000000004474	2781	0.5881204006633489	3	2	1	2	1	False	101173	fragment	False	MAD0078_000000002702	0.9458362738179252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0004_000000015728	1682	0.5881184671994021	2	2	2	2	1	False	99946	fragment	False	ENG0084_000000016216	0.9650055991041433		0	0	False	True	1.0	0					non-mobilizable	other	1451.0	92.006	98.0	0.0016143433853114792	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
ISR0783_000000004501	3160	0.5881094117817308	4	3	3	3	1	True	98509	maximal	True	ISR0783_000000004501	1.0		1	1	False	False	0.9958860874176025	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.650254690101065e-06	NZ_JWJG01000028.1	b-proteobacteria	Noviherbaspirillum autotrophicum strain TSA66 contig01, whole genome shotgun sequence	True	True
MON0082_000000008529	3493	0.5881042475698347	4	3	2	3	1	False	9931	maximal	True	MON0082_000000008529	1.0		1	1	False	False	0.9959920048713684	0					non-mobilizable	no_good_hit	1758.0	86.348	50.0	0.008897168481220765	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0121_000000011775	1404	0.5881041791543443	3	2	1	1	2	False	59125	maximal	True	ENG0121_000000011775	1.0		510	13	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	98.537	80.0	0.0001865535365783818	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
MON0005_000000000537	24893	0.5881038213999072	23	14	9	10	4	True	119120	maximal	True	MON0005_000000000537	0.9551220793849161	PS816	24	3	False	True	1.0	0					non-mobilizable	no_good_hit	183.0	85.24600000000001	1.0	0.014521984671238403	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0104_000000000093	28442	0.5881034932383845	35	9	4	6	5	False	83260	maximal	True	CHI0104_000000000093	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6783.0	85.478	46.0	0.11928898025732818	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0017_000000007279	2676	0.5881030955671113	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9537859024847695	PS777	0	0	False	True	0.9996262788772583	0					non-mobilizable	other	2673.0	97.007	99.0	0.0009417786182052048	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0025_000000011373	3409	0.5880963741547958	4	4	3	4	3	False	113123	fragment	False	ISR0025_000000011373	0.9974603142934599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	79.125	54.0	0.01141552511415525	NZ_JAAIPV010000006.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_6_length_155490_cov_78.5241, whole genome shotgun sequence	True	False
ENG0070_000000001970	10091	0.5880952939293289	15	4	3	4	2	False	121511	fragment	False	ENG0070_000000001970	0.9708393742037715		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1330.0	75.564	13.0	0.00033110754079057435	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	True
ENG0116_000000001936	9451	0.5880952939293289	13	4	3	4	2	False	121511	fragment	False	ENG0070_000000001970	0.9366175684866123		0	0	False	True	0.9998942017555237	0					non-mobilizable	no_good_hit	1265.0	74.704	14.0	0.001046459450952027	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
DEN0041_000000003288	9225	0.5880952939293289	13	4	3	4	2	False	121511	fragment	False	ENG0070_000000001970	0.9339838070877188		0	0	False	True	0.9991328120231628	0					non-mobilizable	no_good_hit	1343.0	75.503	14.0	0.00038160062103972925	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	True
ENG0210_000000003983	5003	0.5880932525627325	6	3	3	3	3	False	53755	maximal	True	ENG0210_000000003983	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1197.0	74.185	30.0	0.00042586842360529893	CP002410.1	firmicutes	Clostridium botulinum BKT015925, complete genome	True	False
FIJ0092_000000017244	2009	0.5880870463772773	2	2	2	2	2	False	84360	maximal	True	FIJ0092_000000017244	1.0		808	14	False	False	0.9990044832229614	0					non-mobilizable	other	2009.0	99.054	100.0	0.021484667565427662	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0092_000000014388	1979	0.5880867815585916	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1693050483091676		0	0	False	False	1.0	0		MOBV			mobilizable	other	1982.0	94.803	100.0	0.0069896760262227525	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	True
ENG0064_000000005823	3912	0.5880865494827344	6	3	2	2	3	False	62998	maximal	True	ENG0064_000000005823	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	86.973	17.0	0.010372287477603026	NZ_SMUS01000031.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00031, whole genome shotgun sequence	True	False
MAD0105_000000005063	5772	0.5880820394430493	5	2	2	2	2	False	50505	fragment	False	MAD0105_000000005063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	71.969	30.0	0.028698181581812567	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
MON0076_000000012980	3525	0.5880820394430493	4	2	2	2	2	False	50504	fragment	False	MON0076_000000012980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1792.0	71.819	50.0	0.028698181581812567	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ENG0050_000000000057	88912	0.5880790757304316	78	11	4	10	4	False	115487	maximal	False	AUS0014_000000000041	0.9127571934546285	PS49	0	0	False	True	0.9993364214897156	0					non-mobilizable	no_good_hit	246.0	99.59299999999999	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ISR0230_000000006707	4301	0.5880773959279985	4	3	2	3	1	False	96073	maximal	True	ISR0230_000000006707	1.0		0	0	False	False	0.9967449307441711	0					non-mobilizable	no_good_hit	2636.0	99.20299999999999	61.0	0.0008459644765550657	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0181_000000005315	3488	0.5880773699593039	5	3	0	2	3	False	29595	fragment	False	ISR0181_000000005315	0.9495426379462968		0	0	False	False	0.9934059381484985	0			MPF_I		non-mobilizable	plasmid	3488.0	100.0	100.0	0.029788651779459756	MN335638.1	enterobacteria	Escherichia coli strain SFE199 plasmid pSFE199, complete sequence	False	True
AST0111_000000010202	1913	0.5880757996019691	2	2	2	2	1	True	116569	maximal	True	AST0111_000000010202	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	69.947	67.0	0.013872857312376616	NZ_CABMLE010000012.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	True
AST0039_000000011298	1427	0.5880757996019691	2	2	2	2	1	True	116568	fragment	False	AST0039_000000011298	1.0		0	0	False	False	0.9852837920188904	0					non-mobilizable	other	1331.0	69.947	90.0	0.013872857312376616	NZ_CABMLE010000012.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	False	True
ISR0091_000000008269	3748	0.5880677459950052	6	5	5	3	3	False	132072	backbone	False	SPA0051_000000006600	0.9641278586406026	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	487.0	94.867	16.0	0.0012734681043405347	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
ISR0200_000000006657	3340	0.5880677459950052	6	5	5	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8927075170820642	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	96.0	97.917	6.0	0.0002489289504369358	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
CAN0011_000000008025	3858	0.5880665907472564	4	4	4	4	4	False	94510	fragment	False	CAN0011_000000008025	1.0		0	0	False	False	0.9997407793998718	0					non-mobilizable	no_good_hit	226.0	73.89399999999999	6.0	4.0146894619778436e-05	NZ_AP022586.1	high GC Gram+	Mycolicibacterium litorale strain JCM 17423	True	False
FIJ0126_000000012353	2918	0.5880640351840246	3	3	3	2	3	False	41154	fragment	False	FIJ0126_000000012353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.751312045160491e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	False
SPA0005_000000008286	3559	0.5880631620333221	4	4	4	4	3	False	83296	maximal	True	SPA0005_000000008286	1.0		8	5	False	False	0.9884799122810364	0					non-mobilizable	other	3468.0	92.359	97.0	0.02702449899057611	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	False	False
ISR0114_000000013096	2134	0.5880561053231449	3	3	2	3	2	False	32549	maximal	True	ISR0114_000000013096	1.0		2	2	False	False	0.9943767786026001	0					non-mobilizable	no_good_hit	632.0	91.61399999999999	33.0	0.00019003379650181208	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0804_000000017520	1174	0.5880504169403663	2	2	2	2	1	False	21811	fragment	False	ISR0804_000000017520	1.0		0	0	False	False	0.9991481900215149	0					non-mobilizable	no_good_hit								True	False
SPA0128_000000032407	1167	0.5880464068682838	2	2	2	1	1	False	117003	maximal	False	AST0033_000000010935	0.9368246051537822		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	96.824	99.0	0.0007242927412053501	NZ_HE978574.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	False	False
ISR0042_000000002268	8695	0.5880278869978446	6	5	4	5	1	False	56861	fragment	False	ISR0042_000000002268	1.0		0	0	False	False	0.9970097541809082	0					non-mobilizable	no_good_hit	62.0	90.323	1.0	0.0008036108916062842	NZ_OAOF01000022.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0184_000000004526	2741	0.5880265216754448	5	5	3	4	2	False	111359	fragment	False	ENG0104_000000011381	0.9576792135073553		0	0	False	False	0.9941627383232117	0					non-mobilizable	other	2741.0	99.307	100.0	0.01946769357566112	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0362_000000008493	2557	0.5880265216754448	5	5	3	4	2	False	111359	fragment	False	ENG0104_000000011381	0.9284063695569146		0	0	False	False	0.9937426447868347	0					non-mobilizable	other	2557.0	98.005	99.0	0.01816037400707658	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ENG0134_000000012597	3074	0.588026108548458	3	3	3	3	2	False	103642	maximal	True	ENG0134_000000012597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	98.57600000000001	64.0	0.00035573361006866096	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
DEN0045_000000006052	5407	0.588022783091877	6	2	2	1	1	True	130325	maximal	True	DEN0045_000000006052	1.0	PS1094	1	1	True	True	1.0	42					non-mobilizable	no_good_hit	1480.0	88.041	44.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AUS0010_000000004897	4539	0.588022783091877	4	2	2	1	1	True	130317	fragment	False	AUS0010_000000004897	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1438.0	98.818	53.0	0.3548148148148148	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ITA0005_000000006363	2827	0.588022133300525	3	3	2	3	1	True	101369	maximal	True	ITA0005_000000006363	1.0		2	2	False	False	0.9929253458976746	0					non-mobilizable	no_good_hit	1570.0	89.49	55.0	0.0004275513663054532	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
CHI0060_000000009399	1566	0.5880198840339113	2	2	2	2	2	False	85730	fragment	False	CHI0060_000000009399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	84.729	65.0	0.07903162827020695	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0080_000000009259	1327	0.5880158455731143	2	2	1	2	1	False	69960	fragment	False	ISR0292_000000014078	0.9524305555555554		0	0	False	False	0.9977392554283142	0					non-mobilizable	no_good_hit	123.0	78.862	9.0	0.004193962081037053	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0079_000000011582	1975	0.588013074697043	2	2	1	2	2	False	57538	fragment	False	MON0079_000000011582	0.9628122883579285		0	0	False	False	1.0	0					non-mobilizable	other	1916.0	96.921	97.0	0.0005315160704467067	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0131_000000014478	2215	0.5880119822516499	3	3	3	3	3	False	31674	maximal	True	ISR0131_000000014478	1.0		2	1	False	False	0.9878103733062744	0					non-mobilizable	other	2034.0	94.838	92.0	0.0005771134900917023	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0109_000000026007	1223	0.5880092854656662	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.5546929097877867		0	0	False	False	1.0	0					non-mobilizable	chromosome	1223.0	95.421	100.0	0.00034171198824644986	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0113_000000008242	1932	0.588008146109793	3	3	3	2	1	False	120655	fragment	False	AST0116_000000013982	0.5555827468645805		0	0	False	False	0.9963768124580383	0					non-mobilizable	chromosome	1197.0	90.977	100.0	0.0003205080105563976	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0104_000000014785	2151	0.5880046484807544	2	2	2	2	2	True	72844	fragment	False	ENG0104_000000014785	0.964867617107943		0	0	False	False	1.0	0					non-mobilizable	other	2152.0	91.729	100.0	0.0005710387937024705	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0014_000000012148	1964	0.5880046484807544	2	2	2	2	2	True	72844	fragment	False	ENG0104_000000014785	0.9216643421664341		0	0	False	False	1.0	0					non-mobilizable	other	1965.0	94.656	100.0	0.0005256760480515575	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0064_000000012173	1498	0.5880029798781403	2	2	2	2	1	False	100100	fragment	False	MON0094_000000022805	0.6583223539745279		0	0	False	False	0.9966621994972229	0					non-mobilizable	no_good_hit								True	False
MAD0029_000000003047	1269	0.5880029798781403	2	2	2	2	1	False	100098	fragment	False	ISR0398_000000017356	0.9549891698864301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0102_000000016295	1755	0.5880020971559035	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.19599519021132092		0	0	False	False	0.9857549667358398	0					non-mobilizable	chromosome	1766.0	90.204	100.0	0.0005920691014316358	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0082_000000000668	12874	0.5880018324369016	14	9	5	8	6	True	84290	maximal	True	CHI0082_000000000668	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5103.0	99.49	40.0	0.018142637687756032	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	True
MAD0033_000000007986	2462	0.5880007027854857	3	3	3	2	2	False	18881	fragment	False	MAD0033_000000007986	1.0		0	0	False	False	0.9947197437286377	0					non-mobilizable	no_good_hit	1143.0	71.304	45.0	0.0005293876812629134	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ISR0054_000000005117	4409	0.5880003275667965	9	4	4	3	3	False	127118	maximal	True	ISR0054_000000005117	1.0		10	3	False	False	0.9984123110771179	0					non-mobilizable	chromosome	2077.0	99.56700000000001	91.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0100_000000006353	5032	0.5879933570300171	6	6	6	6	5	False	4973	maximal	True	SPA0100_000000006353	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	1929.0	88.802	75.0	0.006293490938159326	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
ISR0323_000000003161	5214	0.5879919481691042	8	4	3	4	3	False	37867	maximal	True	ISR0323_000000003161	1.0		3	1	False	False	0.9852320551872253	0					non-mobilizable	no_good_hit	1385.0	95.884	28.0	0.009465989514175028	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0097_000000027740	1126	0.5879873706338612	2	1	1	1	1	False	60733	maximal	False	ISR0003_000000021356	0.899165737164442		0	0	False	False	0.9946714043617249	0					non-mobilizable	other	1072.0	92.537	95.0	0.00025774999698326313	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0160_000000005724	4583	0.5879836757456472	8	8	4	4	7	True	118538	fragment	False	ISR0160_000000005724	1.0		0	0	False	False	0.9995636343955994	0					non-mobilizable	other	4344.0	97.491	95.0	0.15501053157688052	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
MON0062_000000003612	10208	0.5879827155318004	12	9	9	8	7	False	116125	fragment	False	MON0062_000000003612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5848.0	95.007	58.0	0.0018324583517222192	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
DEN0033_000000001958	13243	0.5879818669615632	12	8	5	4	8	False	122673	maximal	True	DEN0033_000000001958	1.0		53	11	False	False	1.0	0					non-mobilizable	chromosome	13251.0	98.611	100.0	0.005906169771924117	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MAD0052_000000007353	2448	0.5879749643676935	4	3	3	3	2	False	41926	maximal	True	MAD0052_000000007353	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	89.831	11.0	8.292497195548023e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0372_000000005726	2877	0.5879744155595298	5	4	4	3	3	False	91057	fragment	False	ISR0372_000000005726	1.0		0	0	False	False	0.9993048310279846	0					non-mobilizable	other	2877.0	97.56700000000001	100.0	0.031246603630040212	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0170_000000003849	3067	0.5879739088469144	5	5	5	5	3	False	114518	fragment	False	ENG0170_000000003849	0.9890341461981126		0	0	False	False	0.9996739625930786	0					non-mobilizable	other	3068.0	98.14200000000001	100.0	0.04853723404255319	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
FIJ0066_000000012542	2558	0.5879727293045849	4	3	1	3	1	False	45352	fragment	False	FIJ0066_000000012542	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2559.0	93.82600000000001	99.0	0.0007951672744490604	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0141_000000008861	3114	0.5879716366331807	5	3	2	2	2	False	80123	fragment	False	CHI0141_000000008861	1.0		0	0	False	False	0.9977520704269409	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.464681291212343e-05	LL999062.1	nematodes	Strongyloides stercoralis genome assembly S_stercoralis_PV0001 ,scaffold SSTP_contig0000011	True	False
FIJ0135_000000006561	4432	0.5879679452572693	7	5	2	2	3	False	88491	maximal	True	FIJ0135_000000006561	1.0	PS458	10	5	False	True	1.0	0					non-mobilizable	no_good_hit	1769.0	92.425	55.0	0.0005484663164529317	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0111_000000014787	1401	0.5879676594817286	3	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.9281372307834713		0	0	False	False	1.0	0					non-mobilizable	chromosome	1424.0	86.166	100.0	0.00037639423922081324	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0324_000000020577	1498	0.5879662995543539	2	2	2	2	1	False	24911	fragment	False	ISR0324_000000020577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0121_01_000000014058	3350	0.5879635680188311	5	4	4	4	3	False	189	maximal	True	USA0121_01_000000014058	1.0		13	4	False	False	0.9955223798751831	0					non-mobilizable	no_good_hit	146.0	78.767	4.0	0.0023507750982229457	NZ_QMDI01000001.1	a-proteobacteria	Elioraea thermophila strain YIM 72297 contig001, whole genome shotgun sequence	True	False
TAN0021_000000020250	1155	0.5879616228177881	3	1	1	1	1	False	2359	maximal	True	TAN0021_000000020250	1.0		3	1	False	False	0.9913420081138611	0					non-mobilizable	no_good_hit								True	False
FIJ0095_000000006854	3877	0.5879580688974986	5	5	5	5	4	False	54512	maximal	True	FIJ0095_000000006854	1.0		8	4	False	False	0.9969048500061035	0					non-mobilizable	no_good_hit	2486.0	96.98299999999999	64.0	0.0011026932758915371	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0043_000000026055	1332	0.5879577514600209	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2259670356322		0	0	False	False	0.9954954981803894	0					non-mobilizable	chromosome	1275.0	77.725	99.0	0.0003572576493243109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0006_000000035887	1133	0.5879478314734259	2	2	2	1	1	True	51639	maximal	True	FIJ0006_000000035887	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	96.65899999999999	74.0	0.00037306822284311007	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0127_000000016278	1617	0.5879412570439384	3	2	2	2	2	False	58705	maximal	True	ENG0127_000000016278	1.0		1	1	False	False	0.9876314401626587	0					non-mobilizable	no_good_hit	585.0	72.991	36.0	0.00015302764530906394	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0073_000000018243	1510	0.5879378785951184	1	1	1	1	1	False	34782	maximal	True	ISR0073_000000018243	1.0		101	7	False	False	0.9748344421386719	0					non-mobilizable	other	1455.0	93.54	96.0	0.0003869603413554417	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MAD0091_000000005641	2603	0.5879358691964091	3	2	2	2	2	False	17721	maximal	True	MAD0091_000000005641	1.0		11	1	False	False	0.9942374229431152	0					non-mobilizable	no_good_hit	1003.0	94.01799999999999	42.0	0.00497077620582291	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
SPA0130_000000024848	1354	0.5879341654060593	3	3	1	1	3	True	3788	fragment	False	SPA0130_000000024848	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1354.0	99.926	100.0	0.3756246529705719	U44843.1	firmicutes	Lactococcus lactis plasmid pND324, complete sequence	False	True
ISR0157_000000003965	6771	0.5879323879102233	11	3	1	2	1	True	83575	maximal	True	ISR0157_000000003965	1.0		1	1	True	True	1.0	35					non-mobilizable	no_good_hit								True	True
MON0024_000000037334	1392	0.5879313795356796	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.3529982168653099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	72.881	71.0	0.0002794195380187528	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0005_01_000000013578	2476	0.5879278090719803	2	2	2	1	1	False	113825	maximal	False	ISR0384_000000006703	0.9856479026873034		0	0	False	False	0.9927302002906799	0					non-mobilizable	other	2432.0	81.003	97.0	0.04704937933194972	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
USA0069_01_000000025949	2370	0.5879278090719803	2	2	2	1	1	False	113825	maximal	False	ISR0384_000000006703	0.9633063160381674		0	0	False	False	0.9864978790283203	0					non-mobilizable	other	2394.0	80.827	99.0	0.04630536084896425	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
ENG0148_000000021616	1693	0.5879278090719803	2	2	2	1	1	False	58187	fragment	False	ISR0816_000000020975	0.47796106003245		0	0	False	False	0.9958653450012207	0					non-mobilizable	other	1724.0	80.39399999999999	100.0	0.03330461683048126	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
CHI0145_000000007347	2557	0.5879255920673768	5	3	2	2	3	True	89007	fragment	False	CHI0145_000000007347	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2557.0	100.0	100.0	0.0004919063507303827	CP018937.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 chromosome, complete genome	False	True
MON0005_000000048999	1121	0.5879250460937749	1	1	1	1	1	False	73328	fragment	False	ETH0002_000000019035	0.8410058730101472		0	0	False	False	0.9982158541679382	0					non-mobilizable	other	1121.0	96.699	100.0	0.058669460450497646	NZ_CYYU01000028.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0096_000000015763	1514	0.5879231462187129	2	2	2	1	1	False	80075	fragment	False	ISR0126_000000028652	0.6056692480679299		0	0	False	False	1.0	0					non-mobilizable	chromosome	1513.0	96.695	99.0	0.002077999183643178	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
CHI0120_000000013191	1259	0.587921066224351	3	3	3	3	1	True	81813	fragment	False	CHI0120_000000013191	1.0		0	0	False	False	0.9976171851158142	0					non-mobilizable	no_good_hit								True	True
DEN0051_000000007156	5562	0.587918012579699	11	8	4	6	6	False	72607	fragment	False	DEN0051_000000007156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2310.0	96.58	72.0	0.01242878221628666	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0120_000000002928	7874	0.5879146894879321	12	8	8	8	8	False	85323	maximal	True	ISR0120_000000002928	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1062.0	77.21300000000001	16.0	0.0004546933621233965	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ISR0250_000000010648	1277	0.5879102954664438	3	3	1	3	3	False	27015	maximal	True	ISR0250_000000010648	1.0		45	11	False	False	1.0	0					non-mobilizable	chromosome	1277.0	99.92200000000001	100.0	0.00024885926501483406	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
MON0026_000000014763	2705	0.5879098088193838	3	3	3	2	2	False	12764	maximal	True	MON0026_000000014763	1.0		57	7	False	False	0.9988909363746643	0					non-mobilizable	no_good_hit	1042.0	83.973	75.0	0.0002766270914755374	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0068_000000028941	1458	0.5879004185080143	2	1	1	1	1	False	10547	maximal	True	MON0068_000000028941	1.0		15	4	False	False	0.9993141293525696	0					non-mobilizable	no_good_hit	705.0	85.95700000000001	48.0	0.00023628908994031175	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0047_000000019278	1555	0.5878942463768169	1	1	1	1	1	False	36072	fragment	False	ISR0047_000000019278	0.9979395604395604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	81.75399999999999	35.0	0.0002490096511321237	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ITA0004_000000000121	6281	0.5878927746973096	6	3	1	2	2	True	116573	maximal	True	ITA0004_000000000121	1.0		1	1	False	False	0.9995223879814148	0					non-mobilizable	no_good_hit	1403.0	95.367	42.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
CHI0020_000000001277	6145	0.5878909570386804	7	7	3	5	6	True	123607	fragment	False	ISR0087_000000003064	0.8209455546656317		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6154.0	97.693	100.0	0.0018536525980662778	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0156_000000001913	12771	0.587887802487843	13	11	8	9	7	True	93649	maximal	True	ISR0156_000000001913	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	80.038	12.0	0.025545606708159318	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	True
FIJ0043_000000010957	2461	0.5878874148237659	3	2	2	2	2	False	84003	fragment	False	ISR0065_000000013606	0.7070173840154524		0	0	False	False	0.9995936751365662	0					non-mobilizable	no_good_hit								True	False
CHI0087_000000004758	2026	0.5878874148237659	2	2	2	2	2	False	83997	fragment	False	SPA0127_000000013470	0.8478561732231857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0060_000000005635	2775	0.5878874111505892	2	2	2	2	2	False	22340	fragment	False	SPA0060_000000005635	1.0		0	0	False	False	0.999639630317688	0					non-mobilizable	chromosome	2062.0	97.721	100.0	0.00040332744160851916	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
MON0089_000000015963	1703	0.5878861918347139	2	2	2	1	1	False	9601	maximal	True	MON0089_000000015963	1.0		1	1	False	False	0.9994127750396729	0					non-mobilizable	chromosome	1703.0	98.415	100.0	0.0012406387175498625	NC_014371.1	CFB group bacteria	Prevotella melaninogenica ATCC 25845 chromosome II, complete sequence	False	False
MAD0103_000000000993	11940	0.5878842865722571	14	6	0	6	1	False	14940	maximal	True	MAD0103_000000000993	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0088_000000025691	1260	0.5878823308107727	2	1	1	1	1	False	120637	fragment	False	ISR0039_000000028021	0.6423913912714655		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	90.491	100.0	0.000518487219845994	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0040_000000003667	6538	0.5878780222107466	4	3	3	3	3	False	63797	maximal	True	MON0040_000000003667	0.9986059479553904		139	10	True	True	1.0	1					non-mobilizable	other	6538.0	99.31200000000001	100.0	0.009052599800862192	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
ISR0843_000000013092	1215	0.5878767428063845	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.9695708224854857		0	0	False	False	0.9868312478065491	0					non-mobilizable	other	1215.0	99.42399999999999	100.0	0.0033226137529935	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0074_000000017938	1683	0.5878760050846201	2	2	2	2	2	False	44629	fragment	False	FIJ0074_000000017938	1.0		0	0	False	False	0.9994058012962341	0					non-mobilizable	no_good_hit	932.0	97.961	55.0	0.00021720405422682356	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0068_000000008565	2382	0.5878740811764416	3	3	3	3	3	False	51901	maximal	False	FIJ0005_000000013953	0.9979061976549414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.2091789947665953e-05	NZ_CP012342.1	high GC Gram+	Corynebacterium riegelii strain PUDD_83A45 genome	True	False
DEN0052_000000025585	1768	0.5878737104061632	3	3	3	3	2	False	77198	fragment	False	DEN0052_000000025585	1.0		0	0	False	False	0.9915158152580261	0					non-mobilizable	no_good_hit	694.0	71.32600000000001	39.0	0.005936342934622004	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
FIJ0114_000000024377	1646	0.587872841234897	3	2	2	2	1	False	42904	maximal	True	FIJ0114_000000024377	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	74.362	57.0	0.008247445753740446	NZ_CBVI010000024.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
FIJ0097_000000020227	1566	0.587872841234897	3	2	2	2	1	False	42904	maximal	False	FIJ0114_000000024377	0.9756986634264885		0	0	False	False	0.9993614554405212	0					non-mobilizable	no_good_hit	745.0	74.362	53.0	0.008247445753740446	NZ_CBVI010000024.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0051_000000011681	3470	0.5878698674322004	8	5	4	3	3	False	121493	fragment	False	SPA0124_000000008169	0.9768311524287897		0	0	False	False	0.9953890442848206	0					non-mobilizable	no_good_hit	195.0	98.462	6.0	0.0030820067994789184	CP028263.1	firmicutes	Lactiplantibacillus plantarum strain SRCM102737 plasmid unnamed2, complete sequence	True	False
ISR0077_000000021356	1661	0.5878698206803521	3	2	1	2	1	False	95800	maximal	True	ISR0077_000000021356	0.9939528962444303		801	14	False	False	0.995785653591156	0					non-mobilizable	no_good_hit	556.0	97.662	33.0	0.9982014388489209	KU547875.1	bacteria	Uncultured bacterium clone PE_11F_a_Contig_15 genomic sequence	True	False
ENG0050_000000012569	2124	0.5878665448143232	3	3	3	3	3	False	65855	fragment	False	ENG0050_000000012569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0022_000000003274	8164	0.5878651885330631	10	6	4	4	5	False	91357	maximal	True	CAN0022_000000003274	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	5.474191831374454e-06	AP017367.1	cyanobacteria	Leptolyngbya sp. O-77 DNA, complete genome	True	False
SPA0035_000000002039	6996	0.5878611978533408	10	5	3	5	4	False	131797	fragment	False	SPA0035_000000002039	0.9997855917667238		0	0	False	False	1.0	0					non-mobilizable	other	4894.0	98.794	99.0	0.1059266961268521	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
CHI0156_000000007697	1828	0.5878550906182581	4	4	3	2	2	False	79003	maximal	True	CHI0156_000000007697	0.9974539985011189		1454	15	False	False	0.9972647428512573	0					non-mobilizable	other	1828.0	99.726	100.0	0.029598548423678837	NZ_JAAIPV010000023.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_23_length_61726_cov_95.4803, whole genome shotgun sequence	False	False
DEN0001_000000037722	1179	0.5878511748635229	2	2	2	2	1	False	76711	maximal	True	DEN0001_000000037722	1.0		3	2	False	False	0.9906700849533081	0					non-mobilizable	chromosome	1179.0	99.661	100.0	0.0004093332142630039	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	False	False
CHI0080_000000001794	2265	0.5878509993402813	5	5	2	2	4	False	106037	maximal	True	CHI0080_000000001794	1.0		81	10	False	False	1.0	0					non-mobilizable	chromosome	1994.0	99.59899999999999	100.0	0.0005137854593816889	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
ISR0824_000000006482	3009	0.5878481074169902	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.27179389034459916	PS597	0	0	False	True	0.9970089793205261	0					non-mobilizable	chromosome	1754.0	100.0	100.0	0.00031997143803158974	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
SPA0076_000000003839	3439	0.5878457892475776	8	5	2	3	5	False	75990	fragment	False	SPA0076_000000003839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1721.0	94.306	89.0	0.2972318339100346	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	True	False
ISR0073_000000010556	2510	0.5878456911927517	3	3	3	3	2	False	34803	maximal	True	ISR0073_000000010556	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	82.686	40.0	8.599465219805375e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ISR0032_000000003567	8189	0.587840885913796	15	4	3	3	3	False	36978	maximal	True	ISR0032_000000003567	1.0		4	3	False	False	0.9956038594245911	0					non-mobilizable	no_good_hit	2040.0	91.52	71.0	0.0017000086002399717	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0131_000000008753	3266	0.5878392505774617	5	2	2	2	2	False	45053	maximal	True	ISR0131_000000008753	1.0		22	4	False	False	0.9996938109397888	0					non-mobilizable	no_good_hit								True	False
ISR0196_000000014689	1473	0.5878387280370447	2	2	0	2	1	False	90239	fragment	False	MAD0040_000000021002	0.7556723732553279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0125_000000004675	5110	0.5878343871424707	5	5	5	5	5	False	114250	maximal	True	ENG0125_000000004675	0.9937389943259636		5	3	False	False	1.0	0					non-mobilizable	chromosome	5111.0	99.765	100.0	0.0008422429506654955	CP041515.1	enterobacteria	Klebsiella michiganensis strain KNU07 chromosome, complete genome	False	False
ISR0150_000000013296	1783	0.5878321167394797	4	3	2	3	2	False	107145	fragment	False	FIJ0147_000000011258	0.5292224895108025		0	0	False	False	0.9899046421051025	0					non-mobilizable	other	1327.0	98.34200000000001	100.0	0.011871508379888268	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0053_000000026876	1216	0.5878287146125043	2	2	2	2	1	True	6455	fragment	False	SPA0053_000000026876	1.0		0	0	False	False	0.9300987124443054	0					non-mobilizable	plasmid	1134.0	100.0	93.0	0.008605499012608233	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
SPA0093_000000009821	4112	0.5878278884244189	4	4	4	4	2	False	115521	maximal	True	SPA0093_000000009821	1.0		30	5	False	False	0.994163453578949	0					non-mobilizable	no_good_hit	68.0	85.294	2.0	0.0004306383088126595	NZ_JFCB01000018.1	high GC Gram+	Streptomyces toyocaensis strain NRRL 15009 contig00018, whole genome shotgun sequence	True	False
FIJ0140_000000028261	1256	0.5878276877109321	3	3	3	1	1	False	40340	maximal	True	FIJ0140_000000028261	1.0		8	4	False	False	0.993630588054657	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	7.0	2.42518380150448e-05	CP003774.1	b-proteobacteria	Burkholderia cepacia GG4 chromosome 1, complete sequence	True	False
USA0082_01_000000018281	1634	0.5878265062407371	2	2	2	2	2	False	525	maximal	True	USA0082_01_000000018281	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	80.76899999999999	6.0	0.0003759841939193772	NZ_PVTX01000006.1	high GC Gram+	Isoptericola halotolerans strain CG 23 Ga0105836_106, whole genome shotgun sequence	True	False
TAN0006_000000000365	13304	0.5878258622948317	18	9	7	9	5	False	2896	maximal	True	TAN0006_000000000365	1.0		1	1	False	False	0.999098002910614	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000039571	1186	0.5878258545997136	3	2	2	1	1	False	14719	fragment	False	SPA0114_000000039571	1.0		0	0	False	False	0.9983136653900146	0					non-mobilizable	other	1167.0	97.85799999999999	98.0	0.012672535593957179	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0093_01_000000009316	1886	0.5878254735792305	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.9230316548913077		0	0	False	False	0.998939573764801	0					non-mobilizable	other	1886.0	92.63	100.0	0.04349130173965207	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
CHI0095_000000004356	1912	0.587822565909814	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.30910470719708155	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1750.0	74.62899999999999	90.0	0.21084704448507008	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ENG0056_000000002350	5253	0.5878213979363791	6	3	2	3	2	True	63605	maximal	True	ENG0056_000000002350	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	76.0	13.0	0.0051077195175873264	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	True	True
MAD0066_000000009040	2717	0.5878192786841626	2	2	2	1	1	False	16592	maximal	True	MAD0066_000000009040	1.0		8	4	False	False	0.9970555901527405	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.000302039196057957	NZ_BAEV01000001.1	firmicutes	Clostridium arbusti SL206, whole genome shotgun sequence	True	False
CHI0131_000000008753	1976	0.5878170668576264	2	2	2	2	2	False	96070	fragment	False	CHI0131_000000008753	1.0		0	0	False	False	0.9802631735801697	0					non-mobilizable	chromosome	1981.0	99.495	100.0	0.0005536740889754261	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0370_000000023087	1171	0.5878140270361246	2	2	2	2	1	False	83433	fragment	False	ISR0370_000000023087	1.0		0	0	False	False	0.9837745428085327	0					non-mobilizable	chromosome	1171.0	98.37700000000001	100.0	0.0004128604986719654	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0033_000000024224	1315	0.5877978550013019	2	2	2	1	1	False	105404	fragment	False	CHI0043_000000007596	0.8571959026434015		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	84.289	97.0	0.0031369383778537597	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	False
ISR0819_000000007244	3424	0.587793810174972	6	3	1	2	1	True	36145	maximal	True	ISR0819_000000007244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0053_000000008962	2876	0.5877918645156924	5	5	5	4	4	False	87983	fragment	False	ENG0053_000000008962	1.0		0	0	False	False	0.9975660443305969	0					non-mobilizable	chromosome	2876.0	99.965	100.0	0.0005586342509831963	CP057313.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 chromosome, complete genome	False	False
ISR0224_000000004593	5561	0.5877884217742524	6	5	5	4	2	False	92515	maximal	True	ISR0224_000000004593	1.0		4	2	False	False	0.9949649572372437	0					non-mobilizable	no_good_hit	1950.0	95.846	56.0	0.007699083931470648	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
AST0116_000000010552	2552	0.5877850742172146	4	3	2	3	2	True	114124	fragment	False	ISR0094_000000007029	0.6095589128577362		0	0	False	False	1.0	0					non-mobilizable	other	2553.0	97.963	100.0	0.168983174835406	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
SPA0083_000000001864	6388	0.5877758790021904	9	7	2	3	6	True	129074	fragment	False	SPA0083_000000001864	0.9998404849258256		0	0	False	False	1.0	0					non-mobilizable	other	6330.0	99.921	99.0	0.001681761063444828	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0151_000000003868	6269	0.5877758790021904	9	7	2	3	6	True	129074	fragment	False	SPA0083_000000001864	0.9905291170945523		0	0	False	False	1.0	0					non-mobilizable	other	6269.0	99.96799999999999	100.0	0.0016655519585514588	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0117_000000005678	3850	0.5877723408707161	4	3	3	3	3	False	69313	maximal	False	DEN0082_000000009468	0.9729461404815091		0	0	False	False	0.9968830943107605	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.774608766343744e-06	NZ_CP011835.1	g-proteobacteria	Azotobacter chroococcum strain B3, complete genome	True	False
MON0027_000000036431	1145	0.5877708153411836	2	1	1	1	1	False	12611	maximal	True	MON0027_000000036431	1.0		9	8	False	False	0.9685589671134949	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	0.00013260890980320837	NZ_QCZE01000003.1	g-proteobacteria	Zobellella maritima strain 102-Py4 scaffold_3, whole genome shotgun sequence	True	False
ISR0770_000000003397	2892	0.5877704783203624	2	2	2	1	1	True	111960	maximal	True	ISR0770_000000003397	1.0		39	9	False	False	1.0	0					non-mobilizable	other	2481.0	98.992	100.0	0.0006641246047722173	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0030_000000003048	7321	0.587769790374502	10	4	3	4	3	True	118239	fragment	False	USA0121_01_000000006079	0.9436591545539406		0	0	False	False	1.0	0					non-mobilizable	chromosome	4945.0	97.87700000000001	97.0	0.0009861602261881524	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0838_000000004509	4514	0.5877676857038281	5	3	3	3	2	False	60630	maximal	True	ISR0838_000000004509	1.0		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	71.618	16.0	0.013675814719544016	NZ_FOKI01000023.1	firmicutes	Clostridium frigidicarnis strain DSM 12271, whole genome shotgun sequence	True	False
FIJ0129_000000007961	2649	0.5877633716141145	4	2	2	2	2	False	40961	maximal	True	FIJ0129_000000007961	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	2.0	1.280666430868811e-05	NZ_CP013940.1	enterobacteria	Cronobacter malonaticus LMG 23826 chromosome, complete genome	True	False
CAN0005_000000012835	1317	0.5877620210128991	2	2	1	2	1	False	95805	fragment	False	MON0028_000000019843	0.9391074130105901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0007_000000003213	4179	0.5877557409766829	5	4	4	4	4	False	112298	fragment	False	ISR0007_000000003213	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3902.0	99.462	99.0	0.0009559486411137353	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AUS0018_000000020985	1359	0.5877553048952693	2	2	2	1	1	False	99850	fragment	False	AUS0018_000000020985	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	98.529	100.0	0.0008177368200154034	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0013_000000021191	1275	0.5877553048952693	2	2	2	1	1	False	38070	fragment	False	ISR0013_000000021191	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	99.45100000000001	100.0	0.0007671551610453784	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
DEN0073_000000016063	3101	0.587753604293599	4	4	4	3	3	False	120945	fragment	False	DEN0073_000000016063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1623.0	96.67299999999999	86.0	0.0018036112304859284	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0255_000000025128	1347	0.5877515066126526	2	2	2	2	1	False	26876	fragment	False	ISR0255_000000025128	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	96.80799999999999	100.0	0.02013161830690996	NZ_WAJR01000011.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_011, whole genome shotgun sequence	False	False
DEN0073_000000046709	1162	0.5877506402471839	2	2	2	1	1	True	70054	maximal	True	DEN0073_000000046709	1.0		1	1	False	False	0.9913941621780396	0					non-mobilizable	no_good_hit	47.0	93.617	4.0	1.2060423771829368e-05	NC_002939.5	d-proteobacteria	Geobacter sulfurreducens PCA, complete sequence	True	True
MAD0056_000000006920	1976	0.5877497644953636	3	3	3	3	3	False	38963	maximal	True	MAD0056_000000006920	1.0		15	3	False	False	1.0	0					non-mobilizable	chromosome	1976.0	99.899	100.0	0.0004069758336719647	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
MAD0024_000000013330	1227	0.5877493534896788	2	1	1	1	1	False	19173	fragment	False	MAD0024_000000013330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	0.00011816816473404539	NZ_JWID01000004.1	firmicutes	Defluviitalea phaphyphila strain Alg1 scaffold4, whole genome shotgun sequence	True	False
ISR0131_000000000384	28585	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9779044257952775	PS672	0	0	True	True	0.9998950362205505	9					non-mobilizable	other	28224.0	95.539	99.0	0.2359520483197671	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0812_000000000907	28560	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9778730128717884	PS672	0	0	True	True	1.0	162					non-mobilizable	other	27763.0	95.595	99.0	0.23210386742180245	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0803_000000000150	28483	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.977647373731437	PS672	0	0	True	True	1.0	129					non-mobilizable	other	28179.0	95.514	99.0	0.23557559584061838	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0326_000000000221	28381	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.977766231227923	PS672	0	0	True	True	1.0	15					non-mobilizable	other	28065.0	95.57799999999999	99.0	0.2346302818374227	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0199_000000000431	28307	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9777092765852319	PS672	0	0	True	True	0.9999646544456482	12					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0039_000000000595	28306	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9739639661197335	PS672	0	0	True	True	1.0	46					non-mobilizable	other	27990.0	95.588	99.0	0.23400286103884152	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0016_000000000704	28299	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9739480655299932	PS672	0	0	True	True	1.0	21					non-mobilizable	other	27985.0	95.59	99.0	0.23396103298560278	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0095_000000000638	28294	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9775105790018409	PS672	0	0	True	True	1.0	12					non-mobilizable	other	27724.0	95.57799999999999	99.0	0.231785974217188	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0050_000000000113	28286	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9738076558781135	PS672	0	0	True	True	0.9999293088912964	12					non-mobilizable	other	27970.0	95.588	99.0	0.23383554882588656	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
USA0012_01_000000000268	28229	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.974046684911287	PS672	0	0	True	True	1.0	52					non-mobilizable	other	27765.0	95.595	99.0	0.23212059864309795	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CAN0005_000000000495	28216	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9740574205630353	PS672	0	0	True	True	1.0	77					non-mobilizable	other	27763.0	95.60600000000001	99.0	0.23210386742180245	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CAN0004_000000000469	28216	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9740574205630353	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27763.0	95.60600000000001	99.0	0.23210386742180245	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0115_000000000182	28214	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9737361484511053	PS672	0	0	True	True	0.9999645352363586	3					non-mobilizable	other	27897.0	95.584	99.0	0.23322485924860084	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
USA0102_01_000000000385	28209	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9739301456533795	PS672	0	0	True	True	1.0	8					non-mobilizable	other	27755.0	95.59	99.0	0.23203694253662047	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0302_000000000183	28206	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9738018493181929	PS672	0	0	True	True	1.0	16					non-mobilizable	other	27743.0	95.57	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0162_000000000516	28200	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9733839196161971	PS672	0	0	True	True	1.0	5					non-mobilizable	other	27884.0	95.589	99.0	0.23310774069953236	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0076_000000000561	28197	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9738318825710858	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27747.0	95.58200000000001	99.0	0.23197838326208622	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0048_000000000441	28197	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9739617908013182	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27745.0	95.603	99.0	0.23196165204079072	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0137_000000000844	28197	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9736226881280822	PS672	0	0	True	True	1.0	52					non-mobilizable	other	27747.0	95.56299999999999	99.0	0.23197838326208622	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
USA0054_01_000000000403	28195	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9736860006960635	PS672	0	0	True	True	1.0	37					non-mobilizable	other	27743.0	95.57700000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0069_000000000599	28195	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9738633009400046	PS672	0	0	True	True	1.0	49					non-mobilizable	other	27743.0	95.59899999999999	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0017_000000000499	28195	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9738205626196995	PS672	0	0	True	True	1.0	208					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0027_000000000481	28195	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9738325163437181	PS672	0	0	True	True	1.0	45					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0178_000000000364	28195	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9737894125164948	PS672	0	0	True	True	1.0	103					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0271_000000000307	28195	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9739017676033354	PS672	0	0	True	True	1.0	10					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0112_000000000562	28190	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.973749682131932	PS672	0	0	True	True	1.0	8					non-mobilizable	other	27743.0	95.57700000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0045_000000000514	28189	0.5877250356888445	34	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9736972171640969	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.57	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0175_000000000384	28115	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9733900918924001	PS672	0	0	True	True	1.0	29					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0040_000000000170	28115	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9732606635607972	PS672	0	0	True	True	1.0	31					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0162_000000000641	28065	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693920222441407	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27747.0	95.603	99.0	0.23197838326208622	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0050_000000000408	28064	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693811518492806	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27747.0	95.618	99.0	0.23197838326208622	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0038_000000000682	28061	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691081937833411	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27745.0	95.57799999999999	99.0	0.23196165204079072	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0146_000000001091	28061	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691081937833411	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27745.0	95.57799999999999	99.0	0.23196165204079072	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0042_000000000632	28060	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692835875670174	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27744.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
AST0108_000000000261	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693262104725453	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
DEN0026_000000000820	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693259360846459	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0005_000000000691	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.969289546420287	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
DEN0033_000000000719	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9694410364868685	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27743.0	95.613	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0146_000000000563	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693179436831462	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0029_000000000694	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693057742666527	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0109_000000000472	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691793962331673	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.581	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0327_000000000314	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693903233143114	PS672	0	0	False	True	0.9996436238288879	0					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0056_000000000507	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693057742666527	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0091_000000000737	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693249845533706	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0126_000000000729	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693171860268934	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0107_000000000661	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693987321636263	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.61	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
USA0042_01_000000000829	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693220880411576	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0353_000000000604	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.969347988518736	PS672	0	0	False	True	0.9999643564224243	0					non-mobilizable	other	27743.0	95.584	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
AUS0010_000000000340	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693613892133472	PS672	0	0	True	True	1.0	2					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0369_000000000214	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693363937549421	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27743.0	95.59899999999999	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0180_000000000495	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691803181645933	PS672	0	0	True	True	1.0	3					non-mobilizable	other	27743.0	95.584	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0307_000000000125	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693718554838687	PS672	0	0	False	True	0.9999643564224243	0					non-mobilizable	other	27743.0	95.60600000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0263_000000000206	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693903233143114	PS672	0	0	True	True	0.9997861385345459	1					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0118_000000000509	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693891627848727	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0077_000000000652	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.969388801927818	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0367_000000000331	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693259657022959	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0050_000000000675	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.969334641169361	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0168_000000000749	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693057742666527	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0297_000000000130	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691966840131325	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.584	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0074_000000000690	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693057742666527	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0028_000000000458	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691654684266909	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0009_000000000535	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692535633409063	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0104_000000000783	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9694021356741996	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.61	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0187_000000000557	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.969332616764757	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0233_000000000206	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.969200140409872	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.588	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
AUS0018_000000000750	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693224884006787	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.59899999999999	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0300_000000000098	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693613892133472	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0136_000000000400	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9694184680144309	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.61	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0051_000000000408	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.969334641169361	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0135_000000000611	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692345928338181	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0125_000000000411	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691777983140003	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27743.0	95.581	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0128_000000000337	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693613892133472	PS672	0	0	True	True	1.0	26					non-mobilizable	other	27743.0	95.602	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0370_000000000577	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9694219225583257	PS672	0	0	True	True	1.0	2					non-mobilizable	other	27743.0	95.60600000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0144_000000000345	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691880527898914	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.588	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0076_000000000500	28059	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693167866361945	PS672	0	0	False	True	0.9999287128448486	0					non-mobilizable	other	27743.0	95.595	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0230_000000000332	28058	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9693209371810417	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27743.0	95.59899999999999	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0043_000000000130	28057	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692497816885542	PS672	0	0	True	True	1.0	2					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0009_000000000442	28053	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692538392916334	PS672	0	0	True	True	1.0	3					non-mobilizable	other	27744.0	95.581	99.0	0.23195328643014296	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0350_000000000393	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691843523215491	PS672	0	0	True	True	1.0	4					non-mobilizable	other	27743.0	95.57	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0104_000000000600	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691898262299523	PS672	0	0	False	True	0.9999643564224243	0					non-mobilizable	other	27743.0	95.574	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0391_000000000274	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692452446463402	PS672	0	0	False	True	0.9996435046195984	0					non-mobilizable	other	27743.0	95.57700000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0253_000000000273	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692368864349019	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.581	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0060_000000000997	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692415330283227	PS672	0	0	True	True	1.0	2					non-mobilizable	other	27743.0	95.57700000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0160_000000000581	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691843523215491	PS672	0	0	True	True	1.0	3					non-mobilizable	other	27743.0	95.57	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0109_000000000493	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692368864349019	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.581	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0319_000000000214	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692368864349019	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.581	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0007_000000000477	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692368864349019	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.581	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0071_000000000118	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692487224281794	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.581	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0167_000000000735	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692259659162261	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.584	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0387_000000000417	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692368864349019	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.581	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0272_000000000305	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691979850416942	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.57700000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0030_000000000326	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9691061010109063	PS672	0	0	False	True	0.9989305734634399	0					non-mobilizable	other	27743.0	95.56299999999999	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0296_000000000477	28052	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9692368864349019	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.581	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0032_000000000460	28049	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9688515866167311	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27729.0	95.59299999999999	99.0	0.23182780227042674	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0145_000000000997	28045	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9690331676213723	PS672	0	0	False	True	0.9989659190177917	0					non-mobilizable	other	27741.0	95.573	99.0	0.23192818959819972	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0096_000000000703	28045	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9688704223079819	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27731.0	95.579	99.0	0.23184453349172224	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0045_000000000761	28043	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9688748600932808	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27727.0	95.59299999999999	99.0	0.23181107104913123	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0021_000000000464	28042	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9687442058294226	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27729.0	95.571	99.0	0.23182780227042674	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0114_000000000670	28040	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9690271400690624	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27729.0	95.611	99.0	0.23182780227042674	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0840_000000000215	28034	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9688461160161772	PS672	0	0	True	True	1.0	2					non-mobilizable	other	27723.0	95.59899999999999	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0098_000000000846	28034	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9688203171483727	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27723.0	95.603	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0808_000000000264	28034	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9687765269234829	PS672	0	0	True	True	1.0	5					non-mobilizable	other	27723.0	95.59200000000001	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0847_000000000363	28034	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9685048088994082	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27723.0	95.57	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0846_000000000256	28034	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9688118216407068	PS672	0	0	True	True	1.0	2					non-mobilizable	other	27723.0	95.59899999999999	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
SPA0049_000000000412	28034	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9687898943397938	PS672	0	0	False	True	0.9997859597206116	0					non-mobilizable	other	27723.0	95.59899999999999	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0854_000000000118	28034	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9688105544715235	PS672	0	0	True	True	1.0	4					non-mobilizable	other	27723.0	95.59899999999999	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0790_000000000332	28034	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9688268159653226	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27723.0	95.603	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0784_000000000384	28034	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9688475267910229	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27723.0	95.603	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0228_000000000402	28030	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9686739196150482	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27714.0	95.594	99.0	0.2317023181107105	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0844_000000000299	28027	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9686396054919809	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27723.0	95.56700000000001	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0856_000000000135	28027	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9686877269619728	PS672	0	0	True	True	1.0	1					non-mobilizable	other	27723.0	95.57799999999999	99.0	0.23177760860654023	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0047_000000000563	28023	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9686178109778826	PS672	0	0	False	True	0.9999642968177795	0					non-mobilizable	other	27714.0	95.583	99.0	0.2317023181107105	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0096_000000000139	28021	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9684390050788124	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ISR0785_000000000613	27927	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9676459527437208	PS672	0	0	True	True	0.99996417760849	3					non-mobilizable	other	22865.0	95.898	99.0	0.1911960313543087	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
CHI0159_000000000370	27919	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9609276775582788	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27743.0	95.59200000000001	99.0	0.23194492081949522	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
USA0090_01_000000000285	27907	0.5877250356888445	33	17	7	17	8	True	108400	backbone	False	ISR0280_000000000088	0.9624563425283356	PS672	0	0	False	True	1.0	0					non-mobilizable	other	27744.0	95.61	99.0	0.23195328643014296	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	True
ENG0061_000000006339	3336	0.5877232811753111	2	2	2	2	2	False	63277	fragment	False	ENG0061_000000006339	1.0		0	0	False	False	0.9955036044120789	0					non-mobilizable	chromosome	3336.0	99.73	100.0	0.0004707242010674077	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0041_000000050827	1363	0.5877231981934714	2	2	2	2	2	False	11776	fragment	False	MON0041_000000050827	1.0		0	0	False	False	0.9970653057098389	0					non-mobilizable	no_good_hit	877.0	98.06200000000001	64.0	0.03036289903296246	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
USA0087_01_000000008338	1862	0.5877192134005584	3	2	2	2	2	False	423	fragment	False	USA0087_01_000000008338	1.0		0	0	False	False	0.9973146915435791	0					non-mobilizable	chromosome	1754.0	93.786	94.0	0.0007179648156260617	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
MAD0063_000000006140	2037	0.5877168164695951	2	1	1	1	1	False	16713	fragment	False	MAD0063_000000006140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	73.418	30.0	0.00015606996752138812	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0129_000000013744	1950	0.5877168164695951	3	1	1	1	1	False	58533	maximal	True	ENG0129_000000013744	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	84.92	79.0	0.015443331127705833	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
ISR0051_000000004764	8690	0.5877167281619761	16	3	2	3	2	True	132505	maximal	False	ISR0205_000000002412	0.9311204061360187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	95.64299999999999	5.0	0.007240865735019171	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0033_000000002865	8558	0.5877167281619761	15	3	2	3	2	True	132505	maximal	False	ISR0205_000000002412	0.9772406396393452		0	0	False	False	0.9996494650840759	0					non-mobilizable	no_good_hit	875.0	83.086	11.0	0.013768735938143676	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0117_000000003136	8540	0.5877167281619761	15	3	2	3	2	True	132505	maximal	False	ISR0205_000000002412	0.9741772205750248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	83.086	10.0	0.013768735938143676	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0039_000000025979	1440	0.5877139773793519	2	2	2	1	1	False	78137	fragment	False	CHI0167_000000014569	0.5946719628941418		0	0	False	False	0.9979166388511658	0					non-mobilizable	other	1440.0	99.444	100.0	0.002853663953801977	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
DEN0013_000000004363	1143	0.587713041895338	1	1	1	1	1	False	75421	fragment	False	DEN0013_000000004363	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	837.0	99.044	91.0	0.00024234096736368684	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0837_000000009696	1441	0.5877128601458635	2	2	2	2	2	True	85724	fragment	False	ISR0837_000000009696	0.9847846557154629		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	99.584	100.0	0.00038264116469593183	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0023_000000001687	10333	0.5877124467275853	9	8	8	6	6	False	110107	maximal	True	SPA0023_000000001687	1.0		2	2	False	False	0.9999032020568848	0					non-mobilizable	other	5670.0	97.69	90.0	0.0021044761602832004	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	False
ENG0156_000000001717	9250	0.5877096003937171	9	7	4	7	6	False	131417	maximal	True	ENG0156_000000001717	0.9860239589275528		22	8	False	False	0.9981621503829956	0					non-mobilizable	no_good_hit	807.0	74.597	9.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
SPA0030_000000019299	1575	0.5877093784892365	2	2	1	2	2	False	7313	maximal	True	SPA0030_000000019299	1.0		21	6	False	False	0.9993650913238525	0					non-mobilizable	no_good_hit	703.0	76.245	44.0	0.00037651948637324514	NZ_FLQT01000003.1	firmicutes	Peptoniphilus pacaensis strain Kh-D5, whole genome shotgun sequence	True	False
SPA0098_000000014348	2503	0.5877050924360635	5	4	3	4	2	True	5186	maximal	True	SPA0098_000000014348	1.0		7	5	False	False	0.9992009401321411	0					non-mobilizable	no_good_hit	1102.0	92.92200000000001	77.0	0.00023252950495292069	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ENG0101_000000009619	3268	0.5877045840255437	3	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.25465219306584297	PS958	0	0	False	True	0.9963280558586121	0					non-mobilizable	other	3225.0	99.318	99.0	0.002767505502391523	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0195_000000018091	1470	0.5877033268938672	2	2	2	2	1	False	54451	maximal	True	ENG0195_000000018091	1.0		880	13	False	False	1.0	0					non-mobilizable	other	1468.0	100.0	99.0	0.0002839781172308901	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0042_000000008293	2888	0.5877008774118707	3	3	2	1	2	True	128422	maximal	True	FIJ0042_000000008293	1.0		17	4	False	False	0.998268723487854	0					non-mobilizable	other	1799.0	90.939	97.0	0.051712713549019046	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
MON0107_000000020264	2867	0.5877008774118707	4	3	2	1	2	True	8606	maximal	True	MON0107_000000020264	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	89.583	75.0	0.0007452163358560616	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
ISR0185_000000012740	2559	0.5877008774118707	5	3	2	1	2	True	128420	fragment	False	ISR0185_000000012740	1.0		0	0	False	False	0.9996092319488525	0					non-mobilizable	other	2409.0	91.656	94.0	0.0691999654288266	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
ISR0085_000000010093	2358	0.5876994476092394	2	1	1	1	1	False	33991	fragment	False	ISR0085_000000010093	1.0		0	0	False	False	0.9987277388572693	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00021378778508219376	CP033461.1	firmicutes	Brevibacillus laterosporus strain 1821L plasmid p1821L01, complete sequence	True	False
ENG0098_000000003947	6340	0.5876943678469219	6	6	6	6	6	False	130064	maximal	False	ENG0166_000000003878	0.9520513758285736		0	0	False	False	1.0	0					non-mobilizable	chromosome	6341.0	99.353	100.0	0.0022368570094714432	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0061_000000016003	1185	0.5876895792945684	2	1	1	1	1	False	16801	maximal	True	MAD0061_000000016003	1.0		1	1	False	False	0.9932489395141602	0					non-mobilizable	no_good_hit	579.0	73.921	48.0	0.001359171169270746	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	True	False
CHI0058_000000004880	3738	0.5876833694468002	4	3	3	3	2	True	124732	fragment	False	USA0069_01_000000016391	0.9369848444562616		0	0	False	False	0.9959871768951416	0					non-mobilizable	no_good_hit	2262.0	79.443	60.0	0.004642049862306764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0062_000000013192	1174	0.5876804869779991	1	1	1	1	1	False	111649	maximal	True	AST0062_000000013192	1.0		122	9	False	False	0.9940374493598938	0					non-mobilizable	other	808.0	97.772	95.0	0.00022908538440924927	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0026_000000010569	1208	0.5876794202348528	2	2	2	2	1	False	66035	maximal	True	ENG0026_000000010569	1.0		100	9	False	False	1.0	0					non-mobilizable	other	1206.0	88.97200000000001	99.0	0.010320315176430284	NZ_WNCH01000003.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold3_size116760, whole genome shotgun sequence	False	False
ISR0236_000000009583	1206	0.5876767290789874	2	2	2	1	1	False	75177	fragment	False	DEN0017_000000023160	0.9750962299994607		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	82.512	100.0	0.00040694232156387024	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0106_000000018639	2226	0.5876724657065155	4	3	3	3	2	False	8654	fragment	False	MON0106_000000018639	1.0		0	0	False	False	0.9937106966972351	0					non-mobilizable	no_good_hit								True	False
CHI0040_000000004574	3902	0.5876721483949745	5	5	3	4	2	True	87720	maximal	True	CHI0040_000000004574	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	2532.0	76.619	99.0	0.0034427169014723284	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	True
CHI0056_000000014361	1442	0.5876719567711233	2	2	2	2	2	False	86071	maximal	True	CHI0056_000000014361	1.0		31	8	False	False	1.0	0					non-mobilizable	chromosome	1444.0	94.945	100.0	0.0006710222619313529	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
MAD0068_000000003290	6788	0.5876710775391647	10	10	1	6	8	True	16484	fragment	False	MAD0068_000000003290	1.0		0	0	False	False	0.9998526573181152	0			MPF_F		non-mobilizable	plasmid	6799.0	99.5	100.0	0.03203883495145631	CP015160.1	enterobacteria	Escherichia coli strain Eco889 plasmid pECO-fce, complete sequence	False	True
CHI0062_000000006972	2085	0.5876702226973647	4	4	1	4	4	True	105434	maximal	True	CHI0062_000000006972	1.0		29	7	False	False	0.9932853579521179	0					non-mobilizable	other	1766.0	99.20700000000001	99.0	0.0003717092903879568	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
AST0012_000000006543	3113	0.5876672293295624	3	2	1	2	1	True	125540	maximal	True	AST0012_000000006543	1.0		33	9	False	False	1.0	0					non-mobilizable	no_good_hit	1905.0	99.318	68.0	0.0002927947264331017	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
CAN0006_000000022700	1998	0.5876660723765348	3	3	3	2	2	False	95629	maximal	True	CAN0006_000000022700	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	75.0	27.0	0.00018500462949973346	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0164_000000017042	1217	0.5876636351417213	1	1	1	1	1	False	56248	maximal	True	ENG0164_000000017042	1.0		23	6	False	False	0.940838098526001	0					non-mobilizable	no_good_hit	1031.0	100.0	85.0	0.00503268804174688	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0064_000000015493	1197	0.5876629047003891	2	1	1	1	1	False	85275	maximal	False	MAD0015_000000015709	0.7769137392816129		0	0	False	False	0.9991645812988281	0					non-mobilizable	no_good_hit	150.0	78.0	12.0	6.112651205513942e-05	CP039923.1	a-proteobacteria	Agrobacterium tumefaciens strain CFBP7129 chromosome linear, complete sequence	True	False
MON0049_000000017431	1272	0.5876613791506023	2	2	2	2	1	True	19220	maximal	True	MON0049_000000017431	0.95981766004364		583	16	False	False	1.0	0					non-mobilizable	other	1272.0	97.406	100.0	0.004021886694072724	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	True
MON0092_000000043849	1272	0.5876613791506023	2	2	2	2	1	True	19220	maximal	False	MON0049_000000017431	0.95981766004364		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	97.406	100.0	0.004021886694072724	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	True
MON0049_000000017493	1266	0.5876613791506023	2	2	2	2	1	True	19220	maximal	False	MON0049_000000017431	0.9570518842372359		0	0	False	False	1.0	0					non-mobilizable	chromosome	1266.0	99.21	100.0	0.0003374477056090211	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0092_000000044052	1266	0.5876613791506023	2	2	2	2	1	True	19220	maximal	False	MON0049_000000017431	0.9570518842372359		0	0	False	False	1.0	0					non-mobilizable	chromosome	1266.0	99.21	100.0	0.0003374477056090211	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0149_000000001297	10902	0.5876585817052508	10	6	4	5	1	True	132444	fragment	False	ISR0149_000000001297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	1.0	0.0025228419473612438	NZ_DS996920.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_0, whole genome shotgun sequence	True	True
ENG0036_000000003576	5968	0.5876539733933385	7	3	3	3	2	True	65347	maximal	True	ENG0036_000000003576	1.0		3	2	False	False	0.9966487884521484	0					non-mobilizable	no_good_hit	1193.0	100.0	20.0	0.0005378102729883437	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	True
ISR0028_000000010495	1831	0.5876527654583271	3	1	1	1	1	False	37195	fragment	False	ISR0028_000000010495	1.0		0	0	False	False	0.9978154301643372	0					non-mobilizable	other	927.0	98.166	91.0	0.007429623613981201	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0027_000000023816	1577	0.5876507404784473	1	1	1	1	1	False	7858	maximal	True	SPA0027_000000023816	1.0		37	4	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	75.58	52.0	0.0003231691673615795	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
AUS0022_000000028366	1199	0.5876507404784473	1	1	1	1	1	False	102206	fragment	False	AUS0022_000000028366	0.9920471685177567		0	0	False	False	0.999165952205658	0					non-mobilizable	no_good_hit	807.0	75.71300000000001	67.0	0.0003184108483329428	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
FIJ0016_000000000852	17708	0.5876482448233089	22	7	0	7	1	False	50266	maximal	True	FIJ0016_000000000852	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2271.0	83.135	13.0	0.9973614775725593	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
MON0107_000000031888	1887	0.5876440213457378	4	1	1	1	1	False	8589	maximal	True	MON0107_000000031888	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0004_000000000687	4448	0.5876436372735121	3	3	3	3	1	False	2966	maximal	True	TAN0004_000000000687	1.0		7	3	False	False	0.9964028596878052	0					non-mobilizable	no_good_hit								True	False
FIJ0091_000000012770	1728	0.5876417721037243	3	3	3	3	1	False	43375	fragment	False	FIJ0091_000000012770	1.0		0	0	False	False	0.9994212985038757	0					non-mobilizable	chromosome	1729.0	97.34	100.0	0.0003404695997886251	CP043217.1	enterobacteria	Escherichia coli O80:H26 strain EC-107 chromosome, complete genome	False	False
MON0054_000000032406	1531	0.58763542678874	2	1	1	1	1	False	68695	maximal	True	MON0054_000000032406	1.0		18	5	False	False	1.0	0					non-mobilizable	chromosome	1360.0	96.618	94.0	0.00043803059638881003	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0003_000000010328	2613	0.5876347168899443	3	3	2	2	2	False	76676	maximal	True	DEN0003_000000010328	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	80.488	3.0	0.0003334829203222845	NZ_FNQG01000006.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
ISR0371_000000016660	1285	0.587634387944719	3	3	3	3	3	False	23470	fragment	False	ISR0371_000000016660	1.0		0	0	False	False	0.9992218017578125	0					non-mobilizable	other	1285.0	99.92200000000001	100.0	0.04070633738071838	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
TAN0010_000000008979	1743	0.5876332111306352	3	2	2	2	2	False	121060	fragment	False	MON0007_000000034998	0.6047197640117994		0	0	False	False	0.998852550983429	0					non-mobilizable	no_good_hit	999.0	72.072	57.0	0.0002794195380187528	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0115_000000011713	2290	0.5876327389609545	3	3	3	2	2	False	125790	fragment	False	SPA0115_000000011713	0.9630835338302335		0	0	False	False	0.9812226891517639	0					non-mobilizable	chromosome	2025.0	99.309	99.0	0.0005423981717108267	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0825_000000018062	1336	0.5876304431506623	3	2	2	2	1	True	69669	fragment	False	ISR0825_000000018062	1.0		0	0	False	False	0.9947604537010193	0					non-mobilizable	no_good_hit	53.0	88.679	4.0	0.00035853884873878687	NZ_QFZU02000056.1	high GC Gram+	Microbispora triticiradicis strain NEAU-HRDPA2-9 scaffold56, whole genome shotgun sequence	True	True
ENG0134_000000031443	1204	0.5876304431506623	2	2	2	2	1	True	69667	fragment	False	ENG0134_000000031443	0.9439073258179592		0	0	False	False	0.9991694092750549	0					non-mobilizable	no_good_hit	45.0	93.333	4.0	6.126057841402767e-06	NZ_CP036319.1	bacteria	Crateriforma conspicua strain Mal65 chromosome	True	True
SPA0092_000000009595	4153	0.5876304274756992	6	6	6	5	3	False	107007	maximal	True	SPA0092_000000009595	1.0		11	3	False	False	0.9997591972351074	0					non-mobilizable	no_good_hit	2600.0	94.962	63.0	0.0007228082031077135	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	True	False
ENG0061_000000011000	1939	0.5876272103849735	3	3	3	2	1	False	63255	maximal	True	ENG0061_000000011000	1.0		13	6	False	False	0.9984527826309204	0					non-mobilizable	no_good_hit								True	False
AST0108_000000023569	1217	0.5876266103664362	2	1	1	1	1	False	107109	maximal	True	AST0108_000000023569	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	4.0	0.0012256779531178183	NZ_CYZN01000033.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0025_000000001719	6816	0.5876194366182002	7	4	1	4	3	True	88972	maximal	True	CHI0025_000000001719	1.0		1	1	False	False	0.9998533129692078	0					non-mobilizable	other	5384.0	87.444	99.0	0.12715491758696526	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ENG0090_000000005297	4018	0.5876179201728805	4	3	3	3	3	False	108989	maximal	True	ENG0090_000000005297	1.0		1	1	False	False	0.9910402894020081	0					non-mobilizable	no_good_hit	1204.0	81.561	55.0	0.03262799019469725	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
ISR0223_000000004384	5618	0.5876144369634997	7	2	1	2	1	True	34532	maximal	True	ISR0223_000000004384	1.0		8	1	False	False	0.9998220205307007	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.706789425464201e-05	CP036229.1	ascomycetes	Talaromyces funiculosus strain X33 chromosome 7	True	True
ISR0077_000000007039	4117	0.5876144369634997	5	2	1	2	1	True	34531	fragment	False	ISR0077_000000007039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.706789425464201e-05	CP036229.1	ascomycetes	Talaromyces funiculosus strain X33 chromosome 7	True	True
CHI0091_000000005147	1114	0.5876141727965187	2	2	2	2	1	False	83697	fragment	False	CHI0091_000000005147	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	89.412	61.0	0.00018846782893134286	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0162_000000022137	1476	0.5876111380631047	2	2	2	1	1	False	78535	maximal	True	CHI0162_000000022137	1.0		6	4	False	False	0.9905149340629578	0					non-mobilizable	no_good_hit	53.0	86.792	4.0	0.0016165635589268504	NZ_ATHL01000079.1	a-proteobacteria	Novosphingobium lindaniclasticum LE124 contig079, whole genome shotgun sequence	True	False
SPA0067_000000008623	2519	0.5876073694519711	3	3	3	2	2	False	68954	fragment	False	SPA0067_000000008623	0.9972100438421683		0	0	False	False	1.0	0					non-mobilizable	chromosome	2324.0	81.067	96.0	0.00041830300410882957	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0095_000000008049	2509	0.5876073694519711	3	3	3	2	2	False	68954	fragment	False	SPA0067_000000008623	0.9952362048431918		0	0	False	False	1.0	0					non-mobilizable	chromosome	2324.0	81.067	96.0	0.00041830300410882957	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0146_000000003064	7285	0.5876032260844333	10	8	4	8	5	True	6689	fragment	False	SPA0047_000000005369	0.9344161184210527		0	0	False	False	1.0	0					non-mobilizable	other	7222.0	93.76899999999999	99.0	0.17069075602431008	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ISR0386_000000022521	1270	0.5876007886280646	3	3	2	2	2	True	22991	maximal	True	ISR0386_000000022521	1.0		30	7	False	False	0.9677165150642395	0					non-mobilizable	other	1273.0	93.71600000000001	100.0	0.012576434793811878	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ENG0092_000000003014	5992	0.5875921047251268	9	6	3	4	3	True	128131	backbone	False	ISR0027_000000004014	0.9728303058531285	PS1030	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	3517.0	89.48	58.0	0.5286537295330503	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0133_000000002508	6626	0.5875880663709081	12	6	3	3	6	True	86993	fragment	False	CHI0133_000000002508	1.0		0	0	False	True	0.9984908103942871	0					non-mobilizable	no_good_hit	4304.0	92.449	70.0	0.34576271186440677	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
USA0081_01_000000005116	6032	0.5875880663709081	11	6	3	3	6	True	86982	backbone	True	USA0081_01_000000005116	1.0	PS445	27	6	True	True	0.9998342394828796	21					non-mobilizable	no_good_hit	4304.0	92.47200000000001	71.0	0.34576271186440677	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
DEN0090_000000018815	1547	0.5875844280927681	3	1	1	1	1	False	68718	fragment	False	USA0011_01_000000023194	0.985237483953787		0	0	False	False	0.9819004535675049	0					non-mobilizable	no_good_hit								True	False
ISR0358_000000000838	12483	0.5875831312540021	19	12	5	8	11	False	77700	maximal	True	ISR0358_000000000838	1.0	PS50	1	1	False	True	0.99871826171875	0					non-mobilizable	no_good_hit	58.0	89.655	0.0	0.0002920126846211776	NZ_FOJY01000004.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
USA0132_01_000000004833	3550	0.5875822942906964	7	5	3	2	4	False	75206	fragment	False	USA0132_01_000000004833	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2603.0	87.476	73.0	0.4260141238298571	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MON0033_000000038630	1556	0.5875792593617778	2	2	2	2	2	False	12293	fragment	False	MON0033_000000038630	0.9919298245614036		0	0	False	False	1.0	0					non-mobilizable	chromosome	1556.0	98.458	100.0	0.0005469519426850824	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0019_000000004163	6143	0.5875788692695378	5	5	5	4	3	False	7770	maximal	True	SPA0019_000000004163	1.0		7	4	False	False	1.0	0					non-mobilizable	other	2072.0	99.18	95.0	0.0004964681481282599	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ENG0079_000000023200	1419	0.5875740121501637	2	2	1	1	1	False	97701	maximal	True	ENG0079_000000023200	1.0		1	1	False	False	1.0	0	rep_cluster_2232				non-mobilizable	no_good_hit	1263.0	99.84200000000001	89.0	0.01216033917903257	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	True	True
CHI0127_000000009490	1948	0.5875711825238047	2	2	2	2	1	False	81374	maximal	True	CHI0127_000000009490	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0169_000000012994	1750	0.5875668617867794	3	2	2	2	2	False	104051	fragment	False	SPA0090_000000016681	0.6820344391485018		0	0	False	False	0.9994285702705383	0					non-mobilizable	other	1748.0	97.59700000000001	99.0	0.12536820173863064	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0062_000000011256	2570	0.5875654431067127	4	4	2	4	2	False	45722	maximal	True	FIJ0062_000000011256	1.0		112	12	False	False	1.0	0					non-mobilizable	chromosome	2583.0	84.204	100.0	0.0004632565854739994	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0034_000000004521	4335	0.5875631273336741	5	5	5	5	5	False	101566	fragment	False	ISR0848_000000003174	0.9543427479294967		0	0	False	False	1.0	0					non-mobilizable	other	4335.0	98.662	100.0	0.009033821058205911	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0032_000000002978	11187	0.5875629206239954	14	8	5	7	4	True	48485	fragment	False	FIJ0032_000000002978	1.0		0	0	False	False	0.9989273548126221	0					non-mobilizable	no_good_hit	48.0	91.667	0.0	0.008851224105461394	HG796291.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00256	True	True
MON0068_000000006859	5616	0.5875584795050872	6	4	2	3	4	True	105593	maximal	True	MON0068_000000006859	1.0		39	7	False	False	0.9756054282188416	0					non-mobilizable	no_good_hit	2257.0	96.588	56.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0140_000000004371	4912	0.5875584795050872	5	4	2	3	4	True	105592	fragment	False	SPA0154_000000000979	0.9736544943203257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2257.0	96.588	70.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0141_000000004666	4912	0.5875584795050872	5	4	2	3	4	True	105592	fragment	False	SPA0154_000000000979	0.9736544943203257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2257.0	96.588	70.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
CHI0051_000000003415	4900	0.5875584795050872	5	4	2	3	4	True	105592	fragment	False	SPA0154_000000000979	0.8723192925194896		0	0	False	False	0.9997959136962891	0					non-mobilizable	no_good_hit	2257.0	96.588	75.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0147_000000002837	4751	0.5875584795050872	5	4	2	3	4	True	105592	fragment	False	SPA0154_000000000979	0.8537447330407554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2261.0	94.73700000000001	69.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
USA0049_01_000000000809	4713	0.5875584795050872	5	4	2	3	4	True	105592	fragment	False	SPA0154_000000000979	0.8326462510922618		0	0	False	False	0.9968172907829285	0					non-mobilizable	no_good_hit	2263.0	94.565	73.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
USA0063_01_000000004501	4564	0.5875584795050872	5	4	2	3	4	True	105592	fragment	False	SPA0154_000000000979	0.833393474708576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2257.0	96.633	68.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
DEN0028_000000005442	4527	0.5875584795050872	5	4	2	3	4	True	105592	fragment	False	SPA0154_000000000979	0.8325620988253937		0	0	False	False	0.9907223582267761	0					non-mobilizable	no_good_hit	2257.0	96.544	72.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0798_000000003180	4184	0.5875584795050872	4	4	2	3	4	True	105581	fragment	False	ISR0798_000000003180	0.967227793835432		0	0	False	False	0.9995219707489014	0					non-mobilizable	no_good_hit	2260.0	96.726	77.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0051_000000006320	3974	0.5875584795050872	4	4	2	3	4	True	105581	fragment	False	ISR0798_000000003180	0.965908695790514		0	0	False	False	0.9952189326286316	0					non-mobilizable	no_good_hit	2257.0	96.633	80.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
USA0017_01_000000006996	3886	0.5875584795050872	4	4	2	3	4	True	105581	fragment	False	ISR0798_000000003180	0.9491190026440185		0	0	False	False	0.9974266886711121	0					non-mobilizable	no_good_hit	2257.0	96.588	78.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0148_000000018143	2039	0.5875577922397013	3	2	2	2	1	False	57299	maximal	True	ENG0148_000000018143	1.0		4	2	False	False	0.9985287189483643	0					non-mobilizable	no_good_hit	591.0	89.171	29.0	0.06169989506820567	NZ_QOHO01000100.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_100, whole genome shotgun sequence	True	False
ISR0787_000000013863	1118	0.5875513429942973	1	1	1	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.9694929598369203		0	0	False	False	1.0	0					non-mobilizable	other	1049.0	76.74	99.0	0.005106634196738248	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
CHI0167_000000004507	3996	0.5875491711293342	4	2	2	2	2	False	87365	fragment	False	CHI0167_000000004507	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3996.0	100.0	100.0	0.00079735075968866	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0042_000000013753	1763	0.5875464332890923	2	2	1	2	0	False	47289	maximal	True	FIJ0042_000000013753	1.0		9	1	False	False	0.9977311491966248	0					non-mobilizable	no_good_hit	493.0	92.292	28.0	0.0112	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
SPA0109_000000016386	1961	0.5875403926514313	3	1	1	1	1	False	4658	fragment	False	SPA0109_000000016386	1.0		0	0	False	False	0.988781213760376	0					non-mobilizable	no_good_hit	85.0	82.353	4.0	0.0006802890398798709	NZ_RKLX01000008.1	bacteria	Lactobacillus suantsaiihabitans strain BCRC 81129 Scaffold8_1, whole genome shotgun sequence	True	False
USA0080_01_000000012769	3422	0.5875351115442002	4	3	3	2	1	True	105832	fragment	False	USA0080_01_000000012769	0.9882352941176471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	972.0	83.539	55.0	0.00031168181509049246	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
TAN0007_000000019193	2064	0.5875326740759543	3	3	3	3	2	False	2825	maximal	True	TAN0007_000000019193	1.0		1	1	False	False	0.998062014579773	0					non-mobilizable	no_good_hit	374.0	72.46	18.0	0.020869166380002295	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	True	False
TAN0009_000000009630	3549	0.5875293322514684	5	5	5	3	2	True	2714	maximal	True	TAN0009_000000009630	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	84.0	2.0	2.0852650600413512e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
FIJ0058_000000012358	3176	0.5875285136833984	3	3	3	3	3	False	49644	maximal	False	ISR0074_000000008514	0.9403834631515877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	86.31299999999999	57.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0035_000000019302	1167	0.5875110202102686	2	2	2	2	2	False	65354	maximal	True	ENG0035_000000019302	1.0		868	15	False	False	1.0	0					non-mobilizable	chromosome	1167.0	99.4	100.0	0.00037582316069856693	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0086_000000012630	2480	0.5875091753174287	3	3	3	2	2	False	72521	fragment	False	FIJ0003_000000008889	0.4701642335766424		0	0	False	False	0.9995967745780945	0					non-mobilizable	other	2480.0	98.34700000000001	100.0	0.0011251703187422784	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
ISR0080_000000014885	2127	0.5875083171518353	3	2	2	2	2	False	114371	fragment	False	ISR0080_000000014885	1.0		0	0	False	False	0.9995298385620117	0					non-mobilizable	chromosome	1947.0	84.07799999999999	91.0	0.0006114833419644943	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0121_000000018047	1433	0.5875054802342151	3	3	3	3	2	False	70680	fragment	False	ISR0121_000000018047	1.0		0	0	False	False	0.991625964641571	0					non-mobilizable	chromosome	1433.0	99.721	100.0	0.0004004349976832375	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0813_000000024248	1292	0.5875054802342151	3	3	3	3	2	False	70679	fragment	False	SPA0005_000000022111	0.9630048502528963		0	0	False	False	0.9984520077705383	0					non-mobilizable	other	1279.0	97.49799999999999	99.0	0.0003842838737500986	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0005_000000022111	1284	0.5875054802342151	3	3	3	3	2	False	70679	fragment	False	SPA0005_000000022111	0.9865953095543599		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	99.844	100.0	0.0003587696243209453	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0198_000000028621	1164	0.5875040844271414	1	1	1	1	1	False	28846	fragment	False	ISR0198_000000028621	1.0		0	0	False	False	0.9982817769050598	0					non-mobilizable	other	1115.0	97.22	96.0	0.0003093567933529944	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0005_000000007452	5889	0.5875029384925202	4	2	1	2	0	True	14153	fragment	False	MON0005_000000007452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	92.405	1.0	0.00019018684638510885	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
USA0057_01_000000008980	3464	0.5875022442847678	5	3	2	3	1	False	987	fragment	False	USA0057_01_000000008980	1.0		0	0	False	False	0.9997113347053528	0					non-mobilizable	no_good_hit								True	False
MAD0001_000000012539	2061	0.5875019579185119	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4630136134144653		0	0	False	False	0.9970887899398804	0					non-mobilizable	chromosome	2066.0	93.12700000000001	100.0	0.000694057127431514	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0009_000000012704	2945	0.5875012056023621	3	2	1	2	0	True	51281	maximal	True	FIJ0009_000000012704	1.0		6	2	False	False	0.9959253072738647	0					non-mobilizable	no_good_hit								True	True
FIJ0098_000000007863	2918	0.5875012056023621	3	2	1	2	0	True	42875	maximal	True	FIJ0098_000000007863	1.0		5	1	False	False	0.9972584247589111	0					non-mobilizable	no_good_hit								True	True
ISR0038_000000000648	28969	0.587497536946484	47	15	6	14	6	False	72019	maximal	True	ISR0038_000000000648	1.0		2	1	False	False	0.9994477033615112	0					non-mobilizable	no_good_hit	1388.0	87.75200000000001	8.0	0.0004679031043009368	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MAD0040_000000001301	11787	0.5874955361907763	12	7	2	7	3	False	18422	maximal	True	MAD0040_000000001301	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	84.40899999999999	3.0	0.0011859173118355187	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0070_000000009699	2547	0.5874946094876105	3	1	1	1	1	False	62430	fragment	False	ENG0070_000000009699	1.0		0	0	False	False	0.9890066981315613	0					non-mobilizable	no_good_hit	1316.0	97.87200000000001	52.0	0.06271760385367482	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ISR0026_000000010912	2060	0.5874884127596475	3	1	1	1	1	False	37299	maximal	True	ISR0026_000000010912	1.0		1	1	False	False	0.9995145797729492	0					non-mobilizable	no_good_hit	832.0	85.697	40.0	0.00737716659504369	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0056_000000014679	1358	0.5874867195910863	1	1	1	1	1	False	11062	fragment	False	MON0056_000000014679	1.0		0	0	False	False	0.9955817461013794	0					non-mobilizable	no_good_hit	60.0	86.667	4.0	8.127652626978531e-06	CP002287.1	b-proteobacteria	Achromobacter xylosoxidans A8, complete genome	True	False
ISR0090_000000001014	15906	0.5874865886882789	17	9	7	7	7	True	127408	maximal	True	ISR0090_000000001014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	99.24700000000001	6.0	0.9989200863930886	GQ877639.1		Uncultured organism clone VC1AO54TF genomic sequence	True	True
ISR0183_000000018042	1746	0.5874860794385086	2	2	1	2	1	True	50918	maximal	True	ISR0183_000000018042	1.0		135	10	False	False	1.0	0					non-mobilizable	other	1389.0	78.906	99.0	0.00047221363946402896	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ENG0154_000000002095	10967	0.5874840427184171	9	6	5	6	4	True	77174	maximal	True	ENG0154_000000002095	1.0		1	1	False	False	0.9977204203605652	0					non-mobilizable	no_good_hit	713.0	99.29899999999999	7.0	0.003807718260981331	NZ_PYLQ01000004.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_3, whole genome shotgun sequence	True	True
DEN0051_000000044023	1123	0.5874772378367379	1	1	1	1	1	False	72384	fragment	False	DEN0051_000000044023	1.0		0	0	False	False	0.9973285794258118	0					non-mobilizable	other	1123.0	100.0	100.0	0.003586520819082081	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CAN0016_000000022091	2187	0.5874767564475885	2	2	2	1	2	False	92859	fragment	False	CAN0016_000000022091	0.9713905607147527		0	0	False	False	1.0	0					non-mobilizable	other	2045.0	99.169	93.0	0.014339733830967932	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
USA0013_01_000000005171	2042	0.5874767564475885	2	2	2	1	2	False	92859	fragment	False	CAN0016_000000022091	0.9384043227664627		0	0	False	False	1.0	0					non-mobilizable	other	2042.0	98.727	100.0	0.014318687254895083	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
ISR0205_000000008394	2035	0.5874767564475885	2	2	2	1	2	False	92859	fragment	False	CAN0016_000000022091	0.9397839696505975		0	0	False	False	0.9916461706161499	0					non-mobilizable	other	1976.0	99.14	99.0	0.0138556625812924	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
SPA0011_000000002512	8705	0.5874621401731036	15	11	7	11	9	True	132197	fragment	False	ISR0849_000000002289	0.8320035700499565		0	0	False	False	1.0	0					non-mobilizable	other	8686.0	99.919	99.0	0.003017301278488049	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0015_01_000000021406	1562	0.5874618507078282	2	2	2	2	2	False	70266	maximal	True	USA0015_01_000000021406	0.9914809960681521		155	11	False	False	0.9993597865104675	0					non-mobilizable	no_good_hit	443.0	74.492	28.0	0.001457800077975353	NZ_QSBM01000005.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf5, whole genome shotgun sequence	True	False
ISR0230_000000009526	3230	0.5874577312936838	4	1	1	1	1	False	27546	maximal	True	ISR0230_000000009526	1.0		51	8	False	False	0.9944272637367249	0					non-mobilizable	no_good_hit	596.0	98.154	22.0	0.00013834801735392735	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0141_000000010856	3201	0.5874562063745216	4	3	3	2	1	False	31212	maximal	True	ISR0141_000000010856	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	77.842	22.0	0.001670211009797924	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
FIJ0166_000000017786	1394	0.5874538603122204	1	1	1	1	1	False	39000	fragment	False	FIJ0166_000000017786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	75.561	63.0	0.0020774602691665915	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0268_000000015089	1338	0.5874513958242621	2	2	2	1	1	False	26484	maximal	True	ISR0268_000000015089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	77.00399999999999	35.0	0.0016014161340092573	NZ_JAAWUO010000002.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_2_length_290368_cov_102.031, whole genome shotgun sequence	True	False
CHI0109_000000001456	9472	0.5874489042605053	12	9	8	7	7	True	90024	fragment	False	CHI0109_000000001456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	74.42699999999999	9.0	0.009120382315657217	CP043609.1	CFB group bacteria	Bacteroides fragilis strain GUT04 plasmid unnamed1, complete sequence	True	True
USA0078_01_000000007236	2247	0.5874462098306245	2	2	2	1	0	True	76429	maximal	True	USA0078_01_000000007236	1.0		1	1	False	False	0.9973297715187073	0					non-mobilizable	no_good_hit	1905.0	81.94200000000001	84.0	0.006727570893162745	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
ISR0133_000000011083	1925	0.5874462098306245	2	2	2	1	0	True	120751	fragment	False	SPA0047_000000018674	0.7990681179887659		0	0	False	False	0.9958441853523254	0					non-mobilizable	other	1928.0	95.176	100.0	0.0030700886559905027	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0778_000000008670	1600	0.5874462098306245	2	2	2	1	0	True	84330	fragment	False	CHI0179_000000012053	0.6380543633762518		0	0	False	False	1.0	0					non-mobilizable	chromosome	1528.0	97.12	96.0	0.00030457002735541805	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0083_000000026433	1508	0.5874462098306245	2	2	2	1	0	True	9865	fragment	False	MON0083_000000026433	1.0		0	0	False	False	0.9734748005867004	0					non-mobilizable	chromosome	1371.0	99.927	91.0	0.0002732348410547623	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0056_000000028686	1247	0.5874462098306245	2	2	2	1	0	True	6358	maximal	True	SPA0056_000000028686	1.0		5	4	False	False	1.0	0					non-mobilizable	other	1254.0	86.92200000000001	100.0	0.0064576649788286025	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	False	True
MAD0112_000000011949	2371	0.5874450654211268	4	4	4	3	2	False	14455	maximal	True	MAD0112_000000011949	1.0		16	4	False	False	0.998734712600708	0					non-mobilizable	other	2381.0	86.30799999999999	100.0	0.009178824413349187	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0007_000000012704	2006	0.5874444167717179	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.16457402113286745		0	0	False	False	0.9935194253921509	0					non-mobilizable	other	2007.0	96.961	100.0	0.004194572983688004	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0131_000000004900	5008	0.5874403738065841	5	4	3	3	3	False	115154	maximal	True	ISR0131_000000004900	1.0	PS748	4	2	False	True	0.9994009733200073	0					non-mobilizable	no_good_hit	3469.0	100.0	69.0	0.03154820926614935	NZ_JAAIUD010000008.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_8_length_109927_cov_318.445, whole genome shotgun sequence	True	True
ENG0031_000000012642	1705	0.587428559084084	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.161804437253969		0	0	False	False	0.9994134902954102	0					non-mobilizable	chromosome	1728.0	80.15	100.0	0.00045798343648903304	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
BAN0016_000000000102	6622	0.5874220914080956	9	7	3	4	6	False	98359	fragment	False	BAN0016_000000000102	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	6622.0	99.185	100.0	0.187735982966643	CP023905.1	enterobacteria	Escherichia coli strain FDAARGOS_433 plasmid unnamed5, complete sequence	False	True
ISR0214_000000023584	1328	0.5874202040089744	2	2	1	1	2	False	28199	fragment	False	ISR0214_000000023584	0.9380823479580013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.119536154089558e-07	CP011895.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 10 sequence	True	False
ISR0345_000000007633	1684	0.5874162933515422	2	2	2	2	2	False	65586	fragment	False	ISR0345_000000007633	1.0		0	0	False	False	1.0	0					non-mobilizable	other	703.0	84.637	91.0	0.00019356637217188364	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
SPA0138_000000010651	2437	0.5874161078110385	3	3	3	3	3	False	113186	fragment	False	SPA0138_000000010651	1.0		0	0	False	False	0.9893311262130737	0					non-mobilizable	chromosome	2409.0	99.958	99.0	0.00045625918250026244	CP026399.1	enterobacteria	Escherichia coli strain ECONIH4 chromosome, complete genome	False	False
MON0037_000000057593	1325	0.5874145174276781	1	1	1	1	1	False	12050	fragment	False	MON0037_000000057593	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1197.0	96.241	90.0	0.005780207140199021	CP020429.2	firmicutes	Streptococcus sp. FDAARGOS_192 plasmid unnamed1, complete sequence	False	True
MAD0035_000000009178	2446	0.5874095271646494	3	2	2	2	2	False	126967	maximal	True	MAD0035_000000009178	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1863.0	94.31	76.0	0.02652667666595243	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
FIJ0008_000000016953	1689	0.5874095271646494	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.5733827851314355		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	94.09	100.0	0.024055424612527677	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
SPA0129_000000014932	1699	0.5874080152378385	2	2	2	2	1	False	3834	maximal	True	SPA0129_000000014932	1.0		2	2	False	False	0.9935256242752075	0					non-mobilizable	no_good_hit	1207.0	99.586	72.0	0.000343352098300878	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0099_000000008293	2031	0.5874033068043729	4	4	4	4	4	True	100706	fragment	False	ENG0099_000000008293	1.0		0	0	False	False	0.9960610270500183	0					non-mobilizable	chromosome	2031.0	99.11399999999999	100.0	0.0008580342224624906	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
SPA0096_000000033553	1284	0.5874026005260856	3	2	2	2	2	True	111684	fragment	False	FIJ0053_000000008919	0.10347950160830409		0	0	False	False	0.9976635575294495	0					non-mobilizable	other	1284.0	95.794	100.0	0.0011013367120249144	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MAD0043_000000008985	2713	0.5874004787935134	3	3	3	3	3	False	18049	maximal	False	MAD0099_000000011108	0.991119971003987		0	0	False	False	0.998894214630127	0					non-mobilizable	chromosome	2713.0	99.926	100.0	0.0009040943271748019	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	False	False
ENG0195_000000021973	1230	0.5873952262322962	2	2	2	2	2	False	86951	fragment	False	ENG0195_000000021973	0.9991582491582491		0	0	False	False	0.9959349632263184	0					non-mobilizable	other	1230.0	99.837	100.0	0.0002867280157301462	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0133_000000001656	9465	0.5873920542555244	10	4	2	4	0	True	132054	fragment	False	ISR0133_000000001656	1.0		0	0	False	False	0.9998943209648132	0					non-mobilizable	no_good_hit	57.0	91.228	1.0	0.00018690403479085105	NZ_QSBM01000004.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf4, whole genome shotgun sequence	True	True
SPA0019_000000003224	7369	0.5873920542555244	8	4	2	4	0	True	132437	fragment	False	SPA0019_000000003224	0.9994562262098967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0065_000000003604	7356	0.5873920542555244	8	4	2	4	0	True	132437	fragment	False	SPA0019_000000003224	0.9985751119554892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0002_000000004590	6395	0.5873920542555244	8	4	2	4	0	True	132436	fragment	False	AUS0002_000000004590	0.9809291175056275		0	0	False	False	0.999374508857727	0					non-mobilizable	no_good_hit								True	True
ENG0121_000000003644	5020	0.5873900482386686	6	4	3	3	2	False	59148	maximal	True	ENG0121_000000003644	1.0		1	1	False	False	0.9946215152740479	0					non-mobilizable	no_good_hit	1146.0	72.6	23.0	0.6316666666666667	NZ_MQNM01000108.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_108_length_1800_cov_176.072, whole genome shotgun sequence	True	False
ISR0791_000000012153	1518	0.5873864619572914	2	2	2	2	1	False	22044	maximal	True	ISR0791_000000012153	1.0		586	13	False	False	0.9940711259841919	0					non-mobilizable	chromosome	1518.0	100.0	100.0	0.0002142767045344595	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MON0083_000000031612	1291	0.58738463203329	2	2	2	2	2	False	9855	fragment	False	MON0083_000000031612	1.0		0	0	False	False	0.9984508156776428	0					non-mobilizable	no_good_hit	85.0	80.0	7.0	1.605728931288731e-05	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	False
DEN0061_000000020428	2080	0.5873824686659956	3	3	3	2	2	False	102050	fragment	False	ISR0361_000000005758	0.6554705387454554		0	0	False	False	1.0	0					non-mobilizable	other	2080.0	94.42299999999999	100.0	0.00575709735184679	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
MON0047_000000005723	5934	0.5873780017501355	6	6	5	5	4	False	130509	fragment	False	ISR0203_000000002513	0.42557480814891263		0	0	False	False	0.9962925314903259	0					non-mobilizable	other	4095.0	98.97399999999999	99.0	0.023394285714285715	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0113_000000022859	1212	0.5873765802673443	1	1	1	1	1	False	59590	fragment	False	ENG0113_000000022859	0.9916666666666667		0	0	False	False	0.9801980257034302	0					non-mobilizable	no_good_hit	154.0	79.221	13.0	0.017797017797017797	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0316_000000018642	1200	0.5873765802673443	1	1	1	1	1	False	59590	fragment	False	ENG0113_000000022859	0.9867986798679869		0	0	False	False	0.9900000095367432	0					non-mobilizable	no_good_hit	154.0	79.221	13.0	0.017797017797017797	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0045_000000023728	1119	0.5873765802673443	2	1	1	1	1	False	36209	fragment	False	ISR0345_000000012718	0.9375542064180399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	80.808	9.0	0.011423761423761425	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
CHI0046_000000002653	4445	0.5873743860035081	7	4	2	4	2	False	87071	maximal	True	CHI0046_000000002653	1.0		12	4	False	False	0.9964004755020142	0					non-mobilizable	no_good_hit	3953.0	89.12200000000001	89.0	0.0006809821560206168	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ENG0093_000000002929	4276	0.5873723873190252	8	3	2	3	2	True	117096	maximal	False	ISR0062_000000007440	0.9462420410571728		0	0	True	True	1.0	20					non-mobilizable	no_good_hit	354.0	88.70100000000001	36.0	0.09258770772883144	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
ENG0054_000000018186	1514	0.5873661183544157	2	2	2	1	1	False	78137	fragment	False	CHI0167_000000014569	0.7840449291369661		0	0	False	False	0.9755614399909973	0					non-mobilizable	other	1514.0	99.141	100.0	0.0030004124823505146	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0031_000000015787	1510	0.5873661183544157	2	2	2	1	1	False	78137	fragment	False	CHI0167_000000014569	0.7853292585708693		0	0	False	False	0.9993377327919006	0					non-mobilizable	other	1510.0	99.338	100.0	0.0003518192414329215	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0028_000000000421	12841	0.5873657257933808	12	8	4	7	3	False	88740	maximal	True	CHI0028_000000000421	1.0		1	1	False	False	0.9994548559188843	0					non-mobilizable	no_good_hit	981.0	70.133	7.0	0.007495056701393502	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
MAD0014_000000027542	1255	0.5873656928980197	2	2	2	1	1	False	19476	fragment	False	MAD0014_000000027542	1.0		0	0	False	False	0.9952191114425659	0					non-mobilizable	no_good_hit	1004.0	81.375	80.0	0.07170055320066096	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0079_000000000650	7315	0.5873637624390393	8	6	1	6	2	False	56857	fragment	False	MAD0079_000000000650	1.0		0	0	False	False	0.9923444986343384	0					non-mobilizable	no_good_hit	815.0	83.06700000000001	14.0	0.028307498512894082	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0113_000000003948	7958	0.5873584250914997	6	5	3	4	5	False	106702	maximal	True	AST0113_000000003948	1.0		4	3	False	False	0.995476245880127	0					non-mobilizable	no_good_hit	5406.0	99.038	68.0	0.001043251299237832	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
AUS0024_000000011139	2927	0.5873573219975399	3	3	3	3	3	False	100831	fragment	False	AUS0024_000000011139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	86.35	40.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0027_000000014251	2602	0.5873566640645468	2	2	2	2	2	False	90908	maximal	True	SPA0027_000000014251	1.0		71	9	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.81	30.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0020_000000005727	3201	0.5873499829854915	4	4	4	3	4	False	85828	fragment	False	ISR0833_000000002328	0.9592287312334413		0	0	False	False	1.0	0					non-mobilizable	other	3201.0	98.219	100.0	0.012402427775237002	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0018_000000015373	1370	0.587349145158148	2	2	2	2	2	False	95491	maximal	True	ISR0018_000000015373	0.9988142292490119		5	3	False	False	0.9912408590316772	0					non-mobilizable	no_good_hit	417.0	78.657	30.0	0.00011469534050179211	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0096_000000001388	9943	0.5873489493997186	11	1	1	1	1	False	15538	maximal	True	MAD0096_000000001388	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.000835999884689671	NZ_RPFJ01000051.1	CFB group bacteria	Aureibaculum marinum strain BH-SD17 50__len__34689, whole genome shotgun sequence	True	False
FIJ0172_000000013200	2075	0.5873445093110307	4	3	1	1	3	False	91477	fragment	False	ENG0100_000000012743	0.8768653769474634		0	0	False	False	1.0	0					non-mobilizable	other	2075.0	99.61399999999999	100.0	0.050869490569277184	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
AST0061_000000026782	1572	0.5873397682800988	2	2	2	2	2	False	111918	fragment	False	AST0061_000000026782	1.0		0	0	False	False	0.9872773289680481	0					non-mobilizable	chromosome	1577.0	92.64399999999999	100.0	0.0007138204766587546	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
FIJ0102_000000010546	2994	0.5873386345400531	3	3	2	3	3	False	51985	maximal	True	FIJ0102_000000010546	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	2.0	0.0013725912369469265	NZ_QSBM01000032.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf32, whole genome shotgun sequence	True	False
MAD0013_000000013822	1782	0.5873372359150357	3	3	2	2	3	False	85581	fragment	False	CHI0062_000000007225	0.6413369653483092		0	0	False	False	0.9994388222694397	0					non-mobilizable	other	1782.0	100.0	100.0	0.03460200889821453	NZ_JAAIOD010000018.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_18_length_51471_cov_342.947, whole genome shotgun sequence	False	False
ISR0269_000000004734	3356	0.5873371826624958	4	3	3	3	3	True	68891	fragment	False	USA0010_01_000000006854	0.4743212986286034		0	0	False	False	1.0	0					non-mobilizable	other	3356.0	100.0	100.0	0.0011398332480015547	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0140_000000013006	2358	0.5873363555903276	3	3	3	3	3	False	40395	maximal	True	FIJ0140_000000013006	1.0		48	8	False	False	0.9838846325874329	0					non-mobilizable	no_good_hit	609.0	73.399	26.0	0.0024087955218118646	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
MAD0098_000000019157	2327	0.5873356646470744	4	4	4	3	3	False	15321	maximal	True	MAD0098_000000019157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	99.492	17.0	0.001265109691126527	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0133_000000003966	5859	0.5873325589040126	11	7	7	5	3	True	122208	fragment	False	SPA0133_000000003966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	1.0	0.00038467742936205594	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	True
ENG0206_000000013632	1868	0.5873248132121953	3	1	1	1	1	False	53946	fragment	False	ENG0206_000000013632	1.0		0	0	False	False	0.9983940124511719	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000011077	3149	0.5873233905929902	3	3	3	3	3	False	44119	maximal	True	FIJ0083_000000011077	1.0		6	4	False	False	0.9965068101882935	0					non-mobilizable	no_good_hit	1150.0	84.609	36.0	0.005750946740794457	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
ISR0816_000000019327	2028	0.5873208985443816	2	1	1	1	1	False	21416	maximal	True	ISR0816_000000019327	1.0		1	1	False	False	0.9792899489402771	0					non-mobilizable	no_good_hit	145.0	96.552	7.0	0.009376870386380262	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	False
SPA0105_000000008907	2984	0.5873171063510619	4	2	2	1	1	False	4796	maximal	True	SPA0105_000000008907	1.0		2	2	False	False	0.9989946484565735	0					non-mobilizable	no_good_hit	53.0	94.34	2.0	0.00136665878209677	NZ_FRAF01000027.1	firmicutes	Alicyclobacillus montanus strain USBA-GBX-503, whole genome shotgun sequence	True	False
SPA0103_000000013572	1333	0.5873103046744482	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.0485518663176081		0	0	False	False	1.0	0					non-mobilizable	chromosome	1139.0	99.21	100.0	0.00035869486760597654	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0303_000000002425	4526	0.5873097156065654	3	1	1	1	1	True	114746	fragment	False	ISR0303_000000002425	1.0		0	0	False	False	0.9982324242591858	0					non-mobilizable	no_good_hit	2250.0	78.35600000000001	48.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
FIJ0151_000000006631	2675	0.5873085973231256	4	4	3	3	4	False	39758	fragment	False	FIJ0151_000000006631	1.0		0	0	False	False	0.9981308579444885	0					non-mobilizable	chromosome	2675.0	100.0	100.0	0.0005257788960137544	CP034678.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 chromosome, complete genome	False	False
ISR0258_000000005321	3549	0.5873085731798178	6	5	4	5	4	False	112296	fragment	False	FIJ0079_000000006384	0.539938274279825		0	0	False	False	0.9909833669662476	0					non-mobilizable	other	2780.0	99.46	97.0	0.0006811042126221998	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0853_000000004987	3284	0.5873017092812145	4	4	1	1	3	True	20528	fragment	False	ISR0853_000000004987	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2344.0	99.915	100.0	0.06247500199984001	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0017_000000016838	1990	0.5873011604382492	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.22223617399914056		0	0	False	False	0.9929648041725159	0					non-mobilizable	chromosome	1990.0	98.492	100.0	0.0007000984866369054	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0087_000000030001	1213	0.5873009248604434	1	1	1	1	1	False	110520	fragment	False	AST0087_000000030001	1.0		0	0	False	False	0.9464138746261597	0					non-mobilizable	no_good_hit	59.0	98.305	5.0	0.0003969829297340214	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0066_01_000000010175	2030	0.5873001709291779	4	4	3	3	2	False	43925	fragment	False	USA0066_01_000000010175	0.9709965294992564		0	0	False	False	0.9965517520904541	0					non-mobilizable	chromosome	1287.0	85.08200000000001	93.0	0.00028620084622869185	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0097_000000012681	2598	0.5872998679169695	3	1	1	1	1	False	24696	fragment	False	SPA0097_000000012681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0067_000000016900	1845	0.5872998679169695	3	1	1	1	1	False	45213	fragment	False	FIJ0067_000000016900	1.0		0	0	False	False	0.9994580149650574	0					non-mobilizable	no_good_hit	263.0	96.57799999999999	14.0	0.02874067573497148	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	False
ISR0329_000000010393	1595	0.5872998679169695	1	1	1	1	1	False	24695	fragment	False	ISR0329_000000010393	1.0		0	0	False	False	0.9811912178993225	0					non-mobilizable	no_good_hit								True	False
FIJ0111_000000014338	1445	0.5872998679169695	1	1	1	1	1	False	42080	fragment	False	FIJ0111_000000014338	1.0		0	0	False	False	0.9937716126441956	0					non-mobilizable	no_good_hit								True	False
FIJ0104_000000019947	1384	0.5872993596706081	2	2	2	2	2	False	43911	fragment	False	ISR0346_000000015734	0.4867678193366267		0	0	False	False	0.9992774724960327	0					non-mobilizable	chromosome	1384.0	97.977	100.0	0.00048206092023094307	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0013_000000030556	1792	0.5872959364063873	3	3	3	2	1	False	108150	maximal	True	MON0013_000000030556	1.0		2	2	False	False	0.9994419813156128	0					non-mobilizable	no_good_hit	1317.0	99.62	73.0	0.004588019551378149	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
FIJ0140_000000004838	5331	0.5872949435141708	6	6	5	6	6	False	113226	fragment	False	FIJ0140_000000004838	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5331.0	99.175	100.0	0.0011231520408599763	CP050646.1	enterobacteria	Escherichia coli strain PapM-36-2 chromosome, complete genome	False	False
ISR0330_000000009551	2898	0.5872934102154603	4	4	4	4	3	False	76253	fragment	False	ISR0107_000000006693	0.760194131290273		0	0	False	False	0.9993098974227905	0					non-mobilizable	chromosome	2899.0	98.344	100.0	0.0008243094488390549	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0193_000000010665	1890	0.5872934086813321	2	2	2	2	2	False	54588	maximal	True	ENG0193_000000010665	1.0		7	4	False	False	0.9920634627342224	0					non-mobilizable	other	1890.0	99.365	100.0	0.02944477351373258	NZ_MIEH01000008.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_8, whole genome shotgun sequence	False	False
ISR0080_000000016105	1981	0.5872918807472239	2	2	2	2	1	False	71788	maximal	True	ISR0080_000000016105	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	99.772	22.0	6.73583874679489e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0175_000000014789	1710	0.5872855315211416	3	3	2	3	1	False	108207	fragment	False	ENG0175_000000014789	0.9815635231105533		0	0	False	False	0.9976608157157898	0					non-mobilizable	no_good_hit	204.0	75.0	12.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0794_000000006224	3117	0.587285282800228	4	3	1	3	0	False	21993	maximal	True	ISR0794_000000006224	1.0		1	1	False	False	0.9980750679969788	0					non-mobilizable	no_good_hit	675.0	93.333	22.0	0.025966509761555675	NZ_CABIWU010000032.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0169_000000006733	3317	0.5872851273027007	3	3	3	2	2	False	43820	maximal	True	FIJ0169_000000006733	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	91.301	45.0	0.0014263643671149472	CP030095.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 2, complete sequence	True	False
MON0054_000000046284	1119	0.587284613396164	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.05026454724110059		0	0	False	False	0.9991063475608826	0					non-mobilizable	chromosome	1122.0	91.087	100.0	0.00035809565311844583	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0170_000000016698	2750	0.5872792440021366	4	4	4	4	4	False	38589	maximal	True	ISR0170_000000016698	1.0		308	11	False	False	0.9978181719779968	0					non-mobilizable	no_good_hit	1202.0	77.53699999999999	43.0	0.020294137626519937	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
AUS0010_000000006899	3337	0.5872676857612068	8	3	2	2	1	True	101570	maximal	False	ISR0371_000000004493	0.962449287668648		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	367.0	81.471	11.0	0.0001309677331387117	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
ENG0037_000000019331	1819	0.5872676857612068	6	3	2	2	1	True	65192	fragment	False	ENG0037_000000019331	1.0		0	0	False	False	0.9994502663612366	0					non-mobilizable	no_good_hit	367.0	81.744	20.0	0.0001309677331387117	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
ISR0246_000000015807	1470	0.5872676857612068	4	3	2	2	1	True	27118	fragment	False	ISR0246_000000015807	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	81.471	25.0	0.0001309677331387117	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
MON0037_000000014227	4224	0.5872629415437185	5	4	2	4	3	False	113337	maximal	False	MON0011_000000009794	0.47300813596753527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	91.435	21.0	0.14473045167557066	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
SPA0067_000000005159	4326	0.5872614657344766	7	4	3	3	2	True	6053	maximal	True	SPA0067_000000005159	1.0		12	3	False	False	0.9972260594367981	0					non-mobilizable	other	4326.0	99.884	100.0	0.061777993823630334	NZ_JAAIPW010000017.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_17_length_69944_cov_409.832, whole genome shotgun sequence	False	True
AST0029_000000011971	2543	0.5872611885658695	2	2	2	2	2	False	124492	maximal	False	AST0150_000000009341	0.593068234649299		0	0	False	False	0.9980338215827942	0					non-mobilizable	other	2544.0	98.939	100.0	0.17620962151670594	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
SPA0129_000000010726	2523	0.5872611885658695	3	2	2	2	2	False	124492	maximal	False	AST0150_000000009341	0.5856667099133472		0	0	False	False	1.0	0					non-mobilizable	other	2524.0	97.979	100.0	0.1748232358242063	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
USA0023_01_000000022129	1372	0.5872608950229342	2	2	2	2	2	False	1692	maximal	True	USA0023_01_000000022129	1.0		29	8	False	False	0.9635568261146545	0					non-mobilizable	no_good_hit	57.0	87.719	4.0	2.678879760673753e-05	NZ_LN824141.1	bacteria	Defluviitoga tunisiensis isolate L3 chromosome I	True	False
AUS0016_000000020419	1390	0.5872575127337796	2	2	2	1	1	False	118562	maximal	True	AUS0016_000000020419	1.0		837	13	False	False	0.9906474947929382	0					non-mobilizable	chromosome	1390.0	99.42399999999999	100.0	0.00038875428182474377	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0078_000000010187	1507	0.5872564987261046	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.4391254817389054		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	97.01799999999999	99.0	0.00038100316021571665	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0070_000000016366	1319	0.5872564987261046	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2993318027746789		0	0	False	False	0.9643669724464417	0					non-mobilizable	other	1233.0	98.78299999999999	93.0	0.000342125286724317	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0218_000000014449	1231	0.5872564987261046	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2906364507868498		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	98.619	100.0	0.00034156988853158274	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0166_000000003794	6743	0.587251335173294	6	4	4	4	4	False	88580	maximal	True	FIJ0166_000000003794	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1037.0	72.22800000000001	15.0	0.00030911509163873864	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
SPA0009_000000025198	1477	0.5872475618809272	2	2	2	2	2	False	109129	fragment	False	SPA0009_000000025198	0.9685131267317317		0	0	False	False	1.0	0					non-mobilizable	other	1477.0	98.781	100.0	0.02441081617464649	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0235_000000003319	1449	0.5872475618809272	2	2	2	2	2	False	109129	fragment	False	SPA0009_000000025198	0.9679702698898548		0	0	False	False	0.9986197352409363	0					non-mobilizable	other	1449.0	99.103	100.0	0.02394773836103531	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0198_000000014100	1445	0.5872475618809272	2	2	2	2	2	False	109129	fragment	False	SPA0009_000000025198	0.9449725132053337		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	99.37700000000001	100.0	0.023881584387662285	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0247_000000010490	1364	0.5872475618809272	2	2	2	2	2	False	109129	fragment	False	SPA0009_000000025198	0.5085005999051249		0	0	False	False	0.9912023544311523	0					non-mobilizable	other	1345.0	99.182	99.0	0.022227735053336643	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0066_000000014422	2277	0.5872461518063936	2	2	2	2	2	False	10645	maximal	True	MON0066_000000014422	1.0		89	9	False	False	0.9995608329772949	0					non-mobilizable	other	2274.0	81.75	99.0	0.0037272855565609357	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0140_000000016830	1911	0.5872447682700737	2	2	2	1	2	False	40383	fragment	False	FIJ0140_000000016830	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1911.0	99.791	100.0	0.00038013573831216946	CP051430.1	enterobacteria	Escherichia sp. SCLE84 chromosome, complete genome	False	False
CAN0014_000000025091	1939	0.5872442380271121	2	2	2	2	1	False	93600	fragment	False	CAN0014_000000025091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0096_000000008261	2885	0.5872387730233863	4	4	4	3	4	False	83554	fragment	False	ISR0096_000000008261	1.0		0	0	False	False	0.996187150478363	0					non-mobilizable	chromosome	2885.0	97.88600000000001	99.0	0.0011424824693161	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0316_000000002816	5703	0.5872318405354432	5	5	5	5	4	False	93583	maximal	True	ISR0316_000000002816	1.0		33	9	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	72.006	11.0	0.0002034917361550854	NZ_JOMG01000002.1	d-proteobacteria	Pelobacter seleniigenes DSM 18267 N909DRAFT_scf7180000000030_quiver.2_C, whole genome shotgun sequence	True	False
ISR0113_000000000824	13805	0.5872292003193629	12	5	5	4	2	True	53972	fragment	False	ISR0113_000000000824	1.0		0	0	False	False	0.9997102618217468	0					non-mobilizable	no_good_hit	5321.0	99.79299999999999	89.0	0.0737807246296399	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	True
MON0104_000000014029	3161	0.5872276251786169	3	3	3	3	2	True	74700	maximal	True	MON0104_000000014029	1.0		14	4	False	False	0.9968364238739014	0					non-mobilizable	no_good_hit	1662.0	97.89399999999999	52.0	0.11495527976149206	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
SPA0016_000000001670	15910	0.587224239756893	23	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.7775478351553913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.697021936818514e-05	NZ_BJMH01000004.1	firmicutes	Brevibacillus parabrevis strain NBRC 12334 sequence004, whole genome shotgun sequence	True	False
SPA0040_000000002401	11584	0.5872233678771879	20	8	5	8	7	False	6980	maximal	True	SPA0040_000000002401	1.0		1	1	False	False	0.9997410178184509	0					non-mobilizable	no_good_hit	1014.0	71.006	9.0	0.00015314266357053038	CP032871.1	g-proteobacteria	Pseudomonas syringae pv. actinidiae strain P155 chromosome, complete genome	True	False
ISR0374_000000011454	1416	0.5872217271455271	2	2	2	2	1	False	113712	fragment	False	AST0055_000000021784	0.6180164359792238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	86.266	33.0	0.005427598872369544	NZ_SLUM01000018.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_118, whole genome shotgun sequence	True	False
ISR0096_000000012087	1943	0.587220767164255	3	3	1	2	1	False	80477	maximal	True	ISR0096_000000012087	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	86.89	57.0	0.01994401679496151	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0215_000000009582	3027	0.5872204469816587	4	1	1	1	1	False	70449	maximal	True	ISR0215_000000009582	1.0		370	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000022497	1867	0.5872204469816587	3	1	1	1	1	False	70448	fragment	False	DEN0071_000000022497	0.9948305571510626		0	0	False	False	0.9994643926620483	0					non-mobilizable	no_good_hit								True	False
SPA0014_000000004348	4619	0.5872201478533078	8	4	3	4	1	True	108884	fragment	False	ISR0344_000000005423	0.7031506119298762		0	0	False	False	1.0	0					non-mobilizable	other	3872.0	99.76799999999999	100.0	0.0015302282369627047	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
MON0033_000000041661	1434	0.5872193963790328	2	1	1	1	1	False	12283	maximal	True	MON0033_000000041661	1.0		8	1	False	False	0.9937238693237305	0					non-mobilizable	no_good_hit	913.0	79.956	63.0	0.0002815935216123028	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
USA0080_01_000000024918	1701	0.5871974441475386	3	2	2	2	1	False	100809	fragment	False	USA0080_01_000000024918	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1700.0	97.882	99.0	0.00030454727827460514	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0345_000000009414	1462	0.5871974441475386	2	2	2	2	1	False	100803	fragment	False	AUS0014_000000018081	0.957756018707604		0	0	False	False	0.9904240965843201	0					non-mobilizable	chromosome	1463.0	96.787	99.0	0.0002616810830404293	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
SPA0055_000000021491	1432	0.5871974441475386	2	2	2	2	1	False	100803	fragment	False	AUS0014_000000018081	0.9674780432030218		0	0	False	False	0.9916201233863831	0					non-mobilizable	chromosome	1430.0	98.671	99.0	0.0002561210326125655	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
FIJ0172_000000003525	6828	0.587196173793446	5	3	3	3	3	False	38756	fragment	False	FIJ0172_000000003525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	92.978	10.0	9.389849199555369e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0068_000000013638	2326	0.5871953315604425	4	4	4	2	3	False	45079	maximal	True	FIJ0068_000000013638	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	2327.0	99.742	100.0	0.00045376140109659654	CP050845.1	enterobacteria	Klebsiella pneumoniae strain Bckp206 chromosome, complete genome	False	False
DEN0073_000000049334	1104	0.5871914164934642	3	1	1	1	1	False	70029	maximal	True	DEN0073_000000049334	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0025_000000015910	2283	0.5871883380335711	3	2	2	2	2	False	120358	fragment	False	SPA0111_000000014799	0.9546431642304385		0	0	False	False	0.9956197738647461	0					non-mobilizable	other	2199.0	99.272	96.0	0.008479545700044751	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0134_000000012638	2574	0.5871873323100774	4	3	1	1	3	True	91964	fragment	False	ISR0134_000000012638	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2576.0	99.10700000000001	100.0	0.0007695179989183698	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0008_000000008314	2921	0.5871871129778811	4	2	1	1	2	True	67465	fragment	False	MON0078_000000012882	0.6430243100997063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1119.0	98.57	38.0	0.024301627360543032	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0062_000000022983	1291	0.5871785574135077	2	1	1	1	1	False	45684	fragment	False	FIJ0062_000000022983	1.0		0	0	False	False	0.9891557097434998	0					non-mobilizable	other	1226.0	94.12700000000001	95.0	0.012793733681462142	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0159_000000008097	3136	0.5871785546244602	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5925939268357803		0	0	False	False	1.0	0					non-mobilizable	chromosome	3136.0	98.31	100.0	0.0010104679320669017	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0108_000000013556	2147	0.5871716340474771	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2565151414654066		0	0	False	False	1.0	0					non-mobilizable	chromosome	2147.0	98.184	100.0	0.0007569109142319365	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0177_000000012625	2138	0.5871716340474771	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.254235123102124		0	0	False	False	1.0	0					non-mobilizable	chromosome	2138.0	98.78399999999999	100.0	0.0007523235753578037	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0183_000000027446	1105	0.5871714932135791	2	1	1	1	1	False	29431	maximal	True	ISR0183_000000027446	1.0		0	0	False	False	0.9565610885620117	0					non-mobilizable	no_good_hit	943.0	99.47	85.0	0.0004905999589604281	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	True	False
CAN0015_000000014847	2593	0.5871706315999037	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.8533626764752321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	80.52600000000001	7.0	8.783352873111102e-05	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ISR0166_000000010138	2007	0.587169897284014	3	3	3	3	1	True	69493	maximal	True	ISR0166_000000010138	1.0		1	1	False	False	0.9925261735916138	0					non-mobilizable	no_good_hit	1398.0	96.28	70.0	0.01695306053104218	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0249_000000016051	1380	0.5871694272543022	2	1	1	1	1	False	35158	fragment	False	ISR0249_000000016051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	4.0	0.0012341288932583095	NZ_FUZT01000026.1	firmicutes	Maledivibacter halophilus strain M1, whole genome shotgun sequence	True	False
ISR0065_000000029535	1186	0.5871694272543022	1	1	1	1	1	False	35157	fragment	False	ISR0065_000000029535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	5.0	0.0012341288932583095	NZ_FUZT01000026.1	firmicutes	Maledivibacter halophilus strain M1, whole genome shotgun sequence	True	False
ISR0120_000000006771	4214	0.5871692741330045	4	4	3	4	4	False	116679	backbone	False	ISR0777_000000004015	0.9662135153392528	PS782	0	0	False	True	0.9995253682136536	0					non-mobilizable	no_good_hit	3410.0	96.24600000000001	85.0	0.031074425392192632	NZ_BAJY01000005.1	CFB group bacteria	Prevotella falsenii DSM 22864 = JCM 15124, whole genome shotgun sequence	True	True
ISR0043_000000005803	3770	0.5871690547485762	7	4	3	2	2	False	92801	maximal	True	ISR0043_000000005803	1.0		57	12	False	False	0.9970822334289551	0					non-mobilizable	other	2668.0	99.85	100.0	0.0005066575023779847	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	False
ISR0095_000000012087	2569	0.5871680029229739	4	3	3	3	3	False	49648	maximal	False	FIJ0021_000000018085	0.9553472987872106		0	0	False	False	0.9817049503326416	0					non-mobilizable	other	2567.0	84.02799999999999	99.0	0.009320105112314047	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0121_01_000000019711	2313	0.5871652044334916	6	5	2	2	5	False	81337	maximal	True	USA0121_01_000000019711	1.0		30	7	False	False	1.0	0					non-mobilizable	other	2312.0	99.39399999999999	99.0	0.0005577343099516115	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0104_000000011310	2298	0.5871636632708735	4	4	4	3	3	False	42509	fragment	False	FIJ0104_000000011310	1.0		0	0	False	False	0.9978241920471191	0					non-mobilizable	chromosome	2298.0	99.391	100.0	0.00042080610474792764	CP052309.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 chromosome, complete genome	False	False
FIJ0002_000000001663	17787	0.5871614020923809	31	5	2	5	2	False	52475	maximal	False	FIJ0154_000000001345	0.9547179991543016		0	0	False	False	0.9994378089904785	0					non-mobilizable	no_good_hit	41.0	90.244	0.0	0.00047431579945928	AC209191.1	eudicots	Populus trichocarpa clone POP081-E07, complete sequence	True	False
ISR0164_000000016031	1726	0.5871594740503802	2	2	1	2	1	False	85651	maximal	True	ISR0164_000000016031	1.0		331	14	False	False	1.0	0					non-mobilizable	other	1727.0	97.39399999999999	100.0	0.0004231770593901788	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0062_000000008723	1612	0.5871594112456242	3	3	3	2	2	False	85568	fragment	False	CHI0062_000000008723	0.9966032608695652		0	0	False	False	0.9900744557380676	0					non-mobilizable	other	1547.0	81.513	95.0	0.042744063324538256	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
ISR0131_000000002534	8167	0.5871577715830016	10	4	4	4	4	False	75385	maximal	True	ISR0131_000000002534	1.0		19	4	False	False	0.9997550845146179	0					non-mobilizable	no_good_hit	1548.0	71.512	18.0	0.005655567059661779	NZ_CABFVD010000004.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	False
USA0059_01_000000021448	1165	0.5871572660162419	2	1	1	1	1	False	906	fragment	False	USA0059_01_000000021448	1.0		0	0	False	False	0.9991416335105896	0					non-mobilizable	no_good_hit	827.0	99.395	79.0	0.0002233386752555619	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0039_000000007323	3345	0.5871530249586127	4	4	3	3	4	False	51735	maximal	True	FIJ0039_000000007323	1.0		2	2	False	False	0.9997010231018066	0					non-mobilizable	no_good_hit	972.0	70.988	29.0	0.00016972708203116514	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ENG0099_000000002654	7227	0.5871500356388738	6	6	3	6	4	True	60670	maximal	True	ENG0099_000000002654	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1408.0	85.085	19.0	0.020280113660949964	CP042292.1	firmicutes	Enterococcus hirae strain HDC14-2 plasmid pHDC14-2.69K, complete genome	True	True
FIJ0126_000000007064	4844	0.5871488260781379	8	6	6	6	4	False	41162	maximal	True	FIJ0126_000000007064	1.0		1	1	False	False	0.9971098303794861	0					non-mobilizable	no_good_hit	329.0	75.07600000000001	7.0	0.0008723410635473204	NZ_JAAVWW010000004.1	firmicutes	Clostridium gasigenes strain CGAS001 contig00004, whole genome shotgun sequence	True	False
USA0004_01_000000006450	4069	0.5871320119957238	7	7	7	5	4	False	71810	maximal	True	USA0004_01_000000006450	1.0		52	9	False	False	1.0	0					non-mobilizable	other	3935.0	100.0	97.0	0.0015813390734253437	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
ISR0138_000000001857	13541	0.5871250900294442	17	6	4	6	6	False	79882	maximal	True	ISR0138_000000001857	0.9741513292433538		259	12	False	False	1.0	0					non-mobilizable	other	13565.0	95.39299999999999	100.0	0.036531825619258995	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
DEN0053_000000000674	10086	0.5871177017963397	12	6	2	6	1	False	72159	fragment	False	DEN0053_000000000674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0004984717904319651	NZ_FUWW01000009.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MAD0061_000000006682	2502	0.5871160827694832	4	4	4	4	4	False	39899	maximal	True	MAD0061_000000006682	1.0		37	6	False	False	0.9996002912521362	0					non-mobilizable	other	2499.0	97.319	99.0	0.0011887419425481067	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
SPA0034_000000003439	8934	0.5871146395931469	9	6	6	6	4	False	92560	maximal	True	SPA0034_000000003439	1.0		71	9	False	False	0.9996641874313354	0					non-mobilizable	no_good_hit	152.0	76.316	2.0	0.0007376027909294792	NZ_SAVB01000006.1	a-proteobacteria	Sinirhodobacter ferrireducens strain CCTCC AB2012026 Scaffold6_1, whole genome shotgun sequence	True	False
ENG0154_000000025656	1321	0.5871140831563079	2	2	2	1	1	False	56807	maximal	True	ENG0154_000000025656	1.0		1	1	False	False	0.9984859824180603	0					non-mobilizable	no_good_hit	99.0	93.939	17.0	3.158719532457938e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0168_000000011691	1883	0.5871069439936223	3	3	3	3	2	False	38909	maximal	True	FIJ0168_000000011691	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	99.49600000000001	84.0	0.0025649324378995064	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0135_000000006985	4162	0.5871044626260745	3	3	3	3	2	False	40607	maximal	True	FIJ0135_000000006985	1.0		26	2	False	False	1.0	0					non-mobilizable	no_good_hit	783.0	75.607	19.0	0.000414604583185651	NZ_CP012074.1	CFB group bacteria	Prevotella fusca JCM 17724 strain W1435 chromosome 1, complete sequence	True	False
FIJ0132_000000005364	5125	0.5871008121286263	6	6	4	4	6	False	40796	fragment	False	FIJ0132_000000005364	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5127.0	99.59	100.0	0.024776244977298113	AP021952.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-W18-CRE-02_2 DNA, complete genome, strain: WP3-W18-CRE-02	False	True
ISR0286_000000001799	6314	0.5870982467064624	8	3	2	3	1	False	32229	fragment	False	ISR0286_000000001799	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5663.0	98.852	90.0	0.2355095077601631	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	False	False
ISR0084_000000013050	1976	0.5870966069126684	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.17861957815418322		0	0	False	False	1.0	0					non-mobilizable	chromosome	1976.0	98.381	100.0	0.0006951582755416854	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ETH0004_000000005287	5329	0.5870950856862938	7	7	7	7	4	False	52943	maximal	True	ETH0004_000000005287	1.0		1	1	False	False	0.9968098998069763	0					non-mobilizable	no_good_hit	116.0	79.31	2.0	5.360193339843249e-05	NC_021872.1	firmicutes	Lactobacillus reuteri TD1, complete sequence	True	False
MON0091_000000011068	1135	0.5870919396143244	2	2	2	1	1	False	9477	fragment	False	MON0091_000000011068	1.0		0	0	False	False	0.983259916305542	0					non-mobilizable	chromosome	1135.0	99.824	100.0	0.00023574114292045857	CP056118.1	enterobacteria	Enterobacter sp. DSM 30060 chromosome, complete genome	False	False
ENG0003_000000016806	1285	0.5870911583897332	1	1	1	1	1	False	67840	fragment	False	ENG0003_000000016806	1.0		0	0	False	False	0.9610894918441772	0					non-mobilizable	other	1262.0	99.762	100.0	0.0002791503469234466	NZ_JAAJTM010000001.1	enterobacteria	Escherichia marmotae strain UMB2500_14 scaffold00001, whole genome shotgun sequence	False	False
SPA0046_000000006569	4107	0.5870902310846622	5	3	2	3	1	True	59071	maximal	True	SPA0046_000000006569	1.0		16	4	False	False	0.9939128160476685	0					non-mobilizable	no_good_hit	1849.0	90.806	66.0	0.005297375391283409	NZ_AQXR01000009.1	high GC Gram+	Alloscardovia criceti DSM 17774 D570DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
SPA0008_000000011401	2647	0.5870902310846622	4	3	2	3	1	True	59073	fragment	False	SPA0008_000000011401	1.0		0	0	False	False	0.9996222257614136	0					non-mobilizable	no_good_hit	1198.0	96.57799999999999	56.0	0.0006069870616183373	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	True
SPA0101_000000021245	1990	0.5870902310846622	3	3	2	3	1	True	4938	fragment	False	SPA0101_000000021245	1.0		0	0	False	False	0.9974874258041382	0					non-mobilizable	no_good_hit	1076.0	81.691	54.0	0.0002488007641009686	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	True	True
DEN0005_000000001066	17338	0.5870873218080314	12	9	7	9	6	True	87723	maximal	True	DEN0005_000000001066	1.0		1	1	False	False	0.9987887740135193	0					non-mobilizable	no_good_hit	4211.0	74.61399999999999	24.0	0.002045108177783099	CP000837.1	firmicutes	Streptococcus suis GZ1, complete genome	True	True
SPA0105_000000009747	2691	0.5870870828553691	6	5	3	1	2	True	4793	maximal	True	SPA0105_000000009747	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	99.556	51.0	0.11912115062207712	CP016710.1	firmicutes	Lactococcus lactis subsp. cremoris strain UC109 plasmid pUC109D, complete sequence	True	True
ISR0176_000000001236	18127	0.5870859396720953	17	11	5	9	5	False	62735	fragment	False	ISR0176_000000001236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7493.0	96.557	88.0	0.04516554049970385	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
ENG0051_000000001984	13176	0.5870859256560688	11	10	9	10	8	False	125487	maximal	True	ENG0051_000000001984	1.0		38	10	False	False	1.0	0					non-mobilizable	no_good_hit	3521.0	81.568	58.0	0.0010558771640813839	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0080_000000024619	1353	0.5870701288265696	3	2	2	2	2	False	34283	fragment	False	ISR0080_000000024619	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	100.0	100.0	0.022820876375666734	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0037_000000004900	2617	0.5870686072298861	4	2	0	2	1	True	18646	maximal	True	MAD0037_000000004900	1.0		1	1	True	True	1.0	31					non-mobilizable	no_good_hit	1494.0	73.15899999999999	56.0	0.1493255254627209	CP038391.1	enterobacteria	Escherichia coli O157:H7 strain DEC5B plasmid pDEC5B-3, complete sequence	True	True
FIJ0167_000000003461	5197	0.5870670057440339	4	4	3	3	4	False	85812	maximal	True	FIJ0167_000000003461	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	72.584	17.0	0.0015230174980896708	NZ_JQHM01000002.1	enterobacteria	Pectobacterium betavasculorum strain NCPPB 2795 ID_3, whole genome shotgun sequence	True	False
CHI0031_000000008552	1181	0.587053899183151	2	1	1	1	1	False	88472	fragment	False	CHI0031_000000008552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0035_000000005478	3269	0.5870495026921421	5	2	2	2	1	False	36811	maximal	True	ISR0035_000000005478	1.0		18	6	False	False	0.9996941089630127	0					non-mobilizable	no_good_hit	746.0	75.87100000000001	23.0	0.00017466805429425995	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
ISR0067_000000022912	1350	0.5870492450742816	3	1	1	1	1	True	71443	fragment	False	DEN0063_000000034319	0.957425068119891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0014_000000001013	28298	0.5870439650300556	50	14	4	8	8	True	93764	fragment	False	CAN0014_000000001013	1.0		0	0	False	False	0.9999646544456482	0					non-mobilizable	no_good_hit	1614.0	82.28	6.0	0.0004451516514765261	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0090_000000011816	3486	0.5870267439229138	5	2	2	2	1	False	43517	maximal	True	FIJ0090_000000011816	1.0		1	1	False	False	0.9948365092277527	0					non-mobilizable	no_good_hit	732.0	80.874	21.0	0.00020707290502237127	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0063_000000001946	12448	0.5870233264271729	15	10	6	6	9	False	125581	fragment	False	ISR0004_000000001014	0.1180456957106561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
CAN0004_000000008130	3237	0.5870203839988775	2	2	1	2	2	False	96252	fragment	False	USA0019_01_000000008567	0.9499272197962154		0	0	False	False	1.0	0					non-mobilizable	other	3180.0	99.84299999999999	98.0	0.004851450093702119	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
FIJ0132_000000013376	2359	0.5870180523227018	3	3	2	2	3	False	40789	maximal	True	FIJ0132_000000013376	1.0		37	6	False	False	0.9885544776916504	0					non-mobilizable	chromosome	2359.0	99.23700000000001	100.0	0.00046013787354248206	LR134196.1	enterobacteria	Klebsiella quasipneumoniae strain NCTC11357 genome assembly, chromosome: 1	False	False
AST0150_000000006856	3907	0.5870083376056879	5	4	4	3	2	False	104204	maximal	True	AST0150_000000006856	1.0		83	11	False	False	1.0	0					non-mobilizable	no_good_hit	2360.0	100.0	60.0	0.018029792340204374	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0001_000000000386	38865	0.5870009945792021	22	12	9	11	6	True	124901	maximal	True	ISR0001_000000000386	1.0		1	1	False	False	0.9999485611915588	0					non-mobilizable	no_good_hit	1399.0	91.565	4.0	0.009884199472085829	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0095_000000004661	1799	0.5869867837233155	3	2	2	2	1	True	99828	fragment	False	CHI0095_000000004661	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	78.125	5.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
MON0048_000000028256	1446	0.5869855311855443	3	2	2	2	2	False	13758	fragment	False	MON0048_000000028256	1.0		0	0	False	False	0.9757952690124512	0					non-mobilizable	no_good_hit	64.0	84.375	4.0	1.6637992964275813e-05	AP017912.1	d-proteobacteria	Geobacter sulfurreducens DNA, complete genome	True	False
DEN0094_000000022249	1713	0.5869853110319597	3	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.48053042135731405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	81.71	24.0	9.433029571640685e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0094_000000008914	2471	0.5869845457233924	3	2	2	2	1	False	109259	fragment	False	AST0094_000000008914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1213.0	79.555	49.0	0.0007002689387291271	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0011_000000003498	11181	0.5869831456296916	11	6	3	6	4	False	70516	maximal	True	FIJ0011_000000003498	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	80.45100000000001	1.0	0.001967490994945062	NZ_PYLQ01000015.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_14, whole genome shotgun sequence	True	False
MON0049_000000006029	3457	0.5869790253491193	3	3	3	2	2	False	11369	maximal	True	MON0049_000000006029	1.0		3	3	False	False	0.989297091960907	0					non-mobilizable	no_good_hit	1798.0	95.384	59.0	0.0005792060203905015	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0115_000000021571	1644	0.5869788240318234	3	2	1	2	1	False	32463	maximal	True	ISR0115_000000021571	1.0		55	7	False	False	0.9829683899879456	0					non-mobilizable	no_good_hit	336.0	95.536	20.0	0.08885941644562334	KU545993.1	bacteria	Uncultured bacterium clone CH_03C_000_Contig_8 genomic sequence	True	False
ISR0254_000000007905	1597	0.586978052759669	2	2	2	2	1	False	26921	fragment	False	ISR0254_000000007905	1.0		0	0	False	False	0.9987476468086243	0					non-mobilizable	no_good_hit	1148.0	78.223	71.0	0.0790003471017008	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0007_000000027584	2237	0.5869774487164284	3	3	3	3	3	False	91450	fragment	False	MON0007_000000027584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.0006852586332205079	NZ_FOGQ01000017.1	high GC Gram+	Corynebacterium cystitidis DSM 20524, whole genome shotgun sequence	True	False
DEN0082_000000027520	1532	0.5869765494549256	2	1	0	1	1	True	69202	fragment	False	DEN0082_000000027520	1.0		0	0	False	False	0.9869451522827148	0					non-mobilizable	plasmid	1117.0	100.0	100.0	0.5502958579881657	CP047464.1	enterobacteria	Escherichia coli strain ZF34 plasmid pZF34-2kb, complete sequence	False	True
SPA0135_000000011414	1901	0.5869721588055876	2	2	2	2	2	False	3649	fragment	False	SPA0135_000000011414	1.0		0	0	False	False	0.9910573363304138	0					non-mobilizable	other	1902.0	97.37100000000001	100.0	0.020848413063981927	NZ_NFHM01000012.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_12, whole genome shotgun sequence	False	False
CHI0072_000000003389	3467	0.5869649631133584	3	3	2	3	1	False	84853	maximal	True	CHI0072_000000003389	1.0		32	6	False	False	0.9974040985107422	0					non-mobilizable	other	3450.0	98.05799999999999	99.0	0.00434835779836177	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0284_000000006715	1889	0.586964884103612	3	3	3	3	3	False	36283	maximal	True	ISR0284_000000006715	1.0		264	11	False	False	0.999470591545105	0					non-mobilizable	no_good_hit	500.0	85.4	26.0	0.0008075086981147342	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0147_000000015521	1610	0.5869564777694909	2	1	1	1	1	False	105707	maximal	True	ISR0147_000000015521	1.0		41	11	False	False	0.9819875955581665	0					non-mobilizable	no_good_hit	612.0	71.078	37.0	0.00034227344743966933	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	True	False
MAD0001_000000019961	1294	0.5869564777694909	1	1	1	1	1	False	105706	fragment	False	MAD0001_000000019961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	71.078	47.0	0.00034227344743966933	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	True	False
AST0118_000000026752	1170	0.5869564777694909	1	1	1	1	1	False	105704	fragment	False	AST0118_000000026752	1.0		0	0	False	False	0.9632478356361389	0					non-mobilizable	no_good_hit	612.0	71.242	51.0	0.00034227344743966933	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	True	False
ENG0080_000000005666	4268	0.5869564320711792	5	5	2	3	4	True	105589	fragment	False	ENG0029_000000005148	0.34552875604222155		0	0	False	False	0.9988284707069397	0					non-mobilizable	other	2253.0	98.802	95.0	0.0004361645486926781	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0257_000000012853	1387	0.5869544597803371	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.31108574503380865		0	0	False	False	0.9978370666503906	0					non-mobilizable	chromosome	1387.0	95.818	100.0	0.00043686387214576756	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0101_000000027134	1254	0.5869544597803371	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.16833777906295033		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	100.0	100.0	0.00037370119571540666	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0104_000000020024	1233	0.5869544597803371	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.16801665132578206		0	0	False	False	0.9878345727920532	0					non-mobilizable	other	1162.0	100.0	100.0	0.000372738048303769	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AUS0002_000000030540	1233	0.5869544597803371	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.16801665132578206		0	0	False	False	0.9918897151947021	0					non-mobilizable	other	1162.0	100.0	100.0	0.000372738048303769	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0075_000000023442	1192	0.5869544597803371	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.1493080580478745		0	0	False	False	0.9907718300819397	0					non-mobilizable	chromosome	1192.0	95.554	100.0	0.0003754003403503674	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0808_000000014739	1151	0.5869544597803371	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.13630753672862875		0	0	False	False	0.9991312026977539	0					non-mobilizable	other	1103.0	99.90899999999999	100.0	0.00035379614920822864	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0094_000000017618	1149	0.5869544597803371	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.14801258676141188		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	99.565	100.0	0.00036856440952000584	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0347_000000019889	1127	0.5869544597803371	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.03984135391907866		0	0	False	False	0.9920141696929932	0					non-mobilizable	chromosome	1109.0	94.86	98.0	0.00034892374203850264	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0032_000000030810	1106	0.5869544597803371	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.05443350010664761		0	0	False	False	1.0	0					non-mobilizable	other	1037.0	99.61399999999999	100.0	0.0003326069061522004	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0814_000000033374	1268	0.5869534869971882	3	1	1	1	1	False	80563	fragment	False	MON0058_000000039766	0.9476736914001475		0	0	False	False	0.9913249015808105	0					non-mobilizable	no_good_hit	247.0	79.352	19.0	0.0038814171165702967	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
ISR0776_000000019847	1185	0.5869529164208783	1	1	1	1	1	False	22399	fragment	False	SPA0096_000000036207	0.9891395154553049		0	0	False	False	0.9797468185424805	0					non-mobilizable	no_good_hit								True	False
SPA0033_000000025615	1247	0.5869508250734078	2	1	1	1	1	False	27080	fragment	False	SPA0033_000000025615	0.9853574504737296		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	98.87700000000001	100.0	0.003829733609139724	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
CAN0001_000000033632	1288	0.5869413234892293	1	1	1	1	1	False	97091	maximal	True	CAN0001_000000033632	1.0		13	4	False	False	0.9992235898971558	0					non-mobilizable	no_good_hit	386.0	81.865	30.0	0.00010681995049929938	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0056_01_000000001985	12210	0.586939739565963	12	6	1	6	1	False	1017	fragment	False	USA0056_01_000000001985	1.0		0	0	False	False	0.9999181032180786	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.027855153203342618	XM_026468652.1	moths	PREDICTED: Hyposmocoma kahamanoa glycine-rich cell wall structural protein 1.0-like (LOC113233530), mRNA	True	False
SPA0083_000000000932	10854	0.586939739565963	14	6	1	6	1	False	5588	fragment	False	SPA0083_000000000932	1.0		0	0	False	False	0.9991708397865295	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0002825362836069474	NZ_VULP01000005.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq5, whole genome shotgun sequence	True	False
MAD0100_000000003694	9179	0.586939739565963	10	6	1	6	1	False	15182	maximal	True	MAD0100_000000003694	1.0		1	1	False	False	0.9995642304420471	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0002696335821530951	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0063_01_000000002131	9967	0.5869372884209715	13	5	3	5	3	True	58007	fragment	False	ENG0137_000000001347	0.7247774713020858		0	0	False	False	1.0	0					non-mobilizable	other	9967.0	97.70200000000001	100.0	0.0026688168593386767	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0009_000000022370	1653	0.5869365140659816	2	2	2	2	2	True	74752	maximal	False	DEN0021_000000020921	0.982153137593552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1368.0	73.611	80.0	0.010259253071700863	NZ_CYZO01000002.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
SPA0101_000000025179	1630	0.5869365140659816	2	2	2	2	2	True	74752	maximal	False	DEN0021_000000020921	0.9738689725524777		0	0	False	False	0.9963189959526062	0					non-mobilizable	no_good_hit	1353.0	73.61399999999999	81.0	0.010145345746700484	NZ_CYZO01000002.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0112_000000008179	3667	0.5869186293139075	6	5	1	4	3	False	101061	fragment	False	ISR0112_000000008179	0.9867903316469927		0	0	False	False	0.9997273087501526	0					non-mobilizable	no_good_hit	671.0	74.367	18.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
MON0014_000000007177	2281	0.5869158148844841	3	3	3	3	2	False	13453	maximal	True	MON0014_000000007177	1.0		131	8	False	False	0.9877246618270874	0					non-mobilizable	no_good_hit	1910.0	99.42399999999999	84.0	0.0008707372530953591	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	False
ISR0117_000000011784	2275	0.5869075761281523	4	2	2	2	1	False	102450	maximal	True	ISR0117_000000011784	0.9640303842716711		12	5	False	False	0.9973626136779785	0					non-mobilizable	other	2276.0	98.902	100.0	0.005989632720146659	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
FIJ0153_000000005912	4677	0.5869068957051092	4	3	2	3	1	True	55811	fragment	False	FIJ0153_000000005912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
FIJ0126_000000009573	3662	0.5869068957051092	3	3	2	3	1	True	55810	fragment	False	ENG0171_000000006527	0.9581150300306133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
ENG0171_000000006527	3629	0.5869068957051092	3	3	2	3	1	True	55810	fragment	False	ENG0171_000000006527	0.9668795491276815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
ISR0839_000000004736	3597	0.5869068957051092	3	3	2	3	1	True	55810	fragment	False	ENG0171_000000006527	0.9611099765391931		0	0	False	False	0.9997220039367676	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	2.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
ISR0807_000000003736	3572	0.5869061194225879	3	3	3	2	2	False	21768	maximal	True	ISR0807_000000003736	1.0		326	12	True	True	1.0	7					non-mobilizable	other	2796.0	99.285	100.0	0.011216198856702421	NZ_DS544177.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0117_000000012712	2108	0.5869041293591541	4	4	4	3	3	False	74140	maximal	True	ISR0117_000000012712	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	528.0	76.13600000000001	25.0	0.00018125211751271903	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0075_000000008714	2209	0.5869007311451224	2	2	2	2	2	False	5785	maximal	True	SPA0075_000000008714	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	88.525	19.0	0.00021344384869894674	CP003859.1	firmicutes	Streptococcus constellatus subsp. pharyngis C1050, complete genome	True	False
FIJ0015_000000029765	1140	0.5868991502449068	2	2	1	2	2	False	73681	fragment	False	ISR0178_000000014254	0.9063215808037478		0	0	False	False	0.988596498966217	0					non-mobilizable	plasmid	1144.0	92.045	100.0	0.0018173289253666568	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
CAN0006_000000022935	1977	0.5868990045499997	3	1	1	1	1	False	95628	maximal	True	CAN0006_000000022935	1.0		9	3	False	False	0.9863429665565491	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.00013337660663237407	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0071_000000008313	4428	0.5868987011678887	5	3	3	2	1	False	116316	fragment	False	DEN0071_000000008313	1.0		0	0	False	False	0.999774158000946	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000013559	2164	0.5868957265173611	2	2	2	2	2	False	107420	maximal	True	ISR0167_000000013559	0.9967892340171018		10	3	False	False	0.9907578825950623	0					non-mobilizable	no_good_hit	1713.0	98.48200000000001	79.0	0.0004846871293380778	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0387_000000011355	2137	0.5868957265173611	2	2	2	2	2	False	107420	maximal	False	ISR0167_000000013559	0.987795836591495		0	0	False	False	0.9737950563430786	0					non-mobilizable	no_good_hit	1683.0	98.455	79.0	0.00047615390523001307	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0106_000000009644	2066	0.5868957265173611	2	2	2	2	2	False	107420	maximal	False	ISR0167_000000013559	0.9645000606916659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1727.0	98.494	84.0	0.000488669300588508	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0026_000000013013	2179	0.5868915508343996	3	2	2	2	1	True	119375	maximal	True	AST0026_000000013013	1.0		3	3	False	False	0.9990821480751038	0					non-mobilizable	no_good_hit	382.0	99.738	18.0	0.00011519970973301485	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0295_000000025299	1411	0.5868898316392175	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.21442503054095005		0	0	False	False	0.9985825419425964	0					non-mobilizable	chromosome	1411.0	98.72399999999999	100.0	0.0004544688306903768	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CAN0019_000000003773	1681	0.5868832797553393	3	3	3	2	2	False	91961	maximal	True	CAN0019_000000003773	1.0		65	11	False	False	1.0	0					non-mobilizable	other	1623.0	76.34	95.0	0.06216447521979304	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	False	False
TAN0006_000000009012	1562	0.5868824778804157	3	1	1	1	1	False	2866	maximal	True	TAN0006_000000009012	1.0		1	1	False	False	0.9775928258895874	0					non-mobilizable	no_good_hit								True	False
AUS0014_000000010921	2788	0.5868806164223634	3	3	2	3	1	False	122154	maximal	True	AUS0014_000000010921	0.9906313155472911		235	12	False	False	0.9996412992477417	0					non-mobilizable	other	2788.0	99.928	100.0	0.018203431676714368	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
MON0058_000000024125	2072	0.5868745084286123	6	2	1	1	2	False	11010	fragment	False	MON0058_000000024125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0191_000000016483	1913	0.5868721179673259	3	3	2	2	2	True	54704	fragment	False	ENG0191_000000016483	1.0		0	0	False	False	0.9984318017959595	0					non-mobilizable	other	1913.0	96.132	100.0	0.006928908887204905	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	False	True
FIJ0003_000000000887	21497	0.5868647576341328	36	13	5	11	8	False	52231	maximal	True	FIJ0003_000000000887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	88.333	9.0	0.0003835966803681995	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0055_000000010170	1893	0.5868639859315619	3	2	2	2	2	False	63642	fragment	False	USA0045_01_000000006929	0.6352998537298878		0	0	False	False	0.9883782267570496	0					non-mobilizable	chromosome	1739.0	76.251	90.0	0.0005809181248168565	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
MON0076_000000008134	5233	0.5868631046505679	2	2	1	2	0	False	10310	maximal	True	MON0076_000000008134	1.0		1	1	False	False	0.9749665856361389	0					non-mobilizable	no_good_hit	916.0	89.083	17.0	0.00025409467317593346	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0042_000000011823	1972	0.5868617933184723	3	3	3	3	3	False	34227	fragment	False	MAD0042_000000011823	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1972.0	100.0	100.0	0.02210186368835363	CP054215.1	enterobacteria	Escherichia coli strain EcPF40 plasmid p1, complete sequence	False	True
ISR0197_000000022645	1110	0.5868583428169111	2	2	2	2	1	False	28904	fragment	False	ISR0197_000000022645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	74.081	46.0	0.000174446799723764	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0017_000000028449	1140	0.5868549734253704	2	2	2	2	2	False	37827	maximal	True	ISR0017_000000028449	1.0		50	10	False	False	0.9938596487045288	0					non-mobilizable	no_good_hit	399.0	77.193	34.0	5.783509878679758e-05	CP048209.1	firmicutes	Paenibacillus sp. 12200R-189 chromosome, complete genome	True	False
CHI0124_000000006524	2328	0.5868526123881379	2	1	1	1	1	False	81680	fragment	False	CHI0124_000000006524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	81.60600000000001	49.0	0.0002797479865377717	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0397_000000011816	1540	0.5868461149781388	2	2	2	2	1	False	90564	maximal	True	ISR0397_000000011816	1.0		6	2	False	False	0.9941558241844177	0					non-mobilizable	other	1542.0	93.709	100.0	0.006157536985205918	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0813_000000018609	1666	0.5868457657164753	2	2	2	1	2	True	21572	maximal	True	ISR0813_000000018609	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0065_000000004756	5880	0.5868421371306028	8	5	2	3	4	True	70181	backbone	True	ISR0065_000000004756	0.958369882554214	PS328	1	1	True	True	0.9940476417541504	8					non-mobilizable	no_good_hit	1144.0	76.57300000000001	39.0	0.12397237750739888	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ENG0137_000000010041	1570	0.5868407114994032	3	2	1	2	2	False	125442	fragment	False	MON0070_000000010284	0.07015824977053045		0	0	False	False	0.9987261295318604	0					non-mobilizable	no_good_hit	1022.0	85.12700000000001	65.0	0.00028494641245755515	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0013_000000003642	6604	0.586839005248015	5	5	5	4	3	False	50661	maximal	True	FIJ0013_000000003642	1.0		29	1	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	94.82600000000001	22.0	0.0002985011719972289	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0031_000000016628	1578	0.5868381418199038	3	3	2	3	2	False	117339	maximal	True	AST0031_000000016628	1.0		76	9	False	False	0.999366283416748	0					non-mobilizable	no_good_hit	423.0	74.468	27.0	0.004131292066535546	NZ_FQZP01000006.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
SPA0086_000000011671	1197	0.5868380354815066	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.4235070907377864		0	0	False	False	0.9707602262496948	0					non-mobilizable	other	1197.0	100.0	100.0	0.005773816995104807	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0838_000000020943	1189	0.5868345430006343	1	1	1	1	1	False	39871	fragment	False	ISR0838_000000020943	0.9726430976430976		0	0	False	False	1.0	0					non-mobilizable	plasmid	1190.0	86.807	100.0	0.005494861287129628	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0148_000000017973	1188	0.5868345430006343	1	1	1	1	1	False	39871	fragment	False	ISR0838_000000020943	0.9722455845248108		0	0	False	False	0.9991582632064819	0					non-mobilizable	other	1192.0	81.87899999999999	100.0	0.005437044150261792	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	False	False
ISR0041_000000007914	1822	0.5868282324220494	2	2	2	2	2	False	55332	backbone	False	ENG0180_000000009161	0.9706147301973584	PS234	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	654.0	77.982	36.0	0.0002338887982714504	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	True
MAD0101_000000007209	3744	0.5868278634613515	4	2	1	2	1	False	16168	fragment	False	MAD0101_000000007209	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000009847	2091	0.5868278148899704	4	4	3	4	3	False	107148	fragment	False	ISR0212_000000015211	0.927936161119224		0	0	False	False	0.9780009388923645	0					non-mobilizable	other	1647.0	96.661	99.0	0.01472747457384329	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0077_000000008412	1473	0.58682132283191	2	2	2	2	2	True	56655	fragment	False	MAD0077_000000008412	0.9706188373973389		0	0	False	False	0.997284471988678	0					non-mobilizable	other	1473.0	99.05	100.0	0.00044006623714368313	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0009_000000014870	2214	0.5868212310261665	3	2	2	2	1	False	38370	maximal	True	ISR0009_000000014870	1.0		3	2	False	False	0.9963866472244263	0					non-mobilizable	no_good_hit	530.0	97.17	24.0	0.0001887993113286368	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
CAN0022_000000015321	2055	0.5868205728773259	3	2	2	2	2	False	91307	maximal	True	CAN0022_000000015321	1.0		2	2	False	False	0.9892944097518921	0					non-mobilizable	chromosome	1453.0	98.073	99.0	0.0004859626411199364	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
ENG0024_000000019302	1307	0.5868193426590972	2	1	1	1	1	False	66214	fragment	False	ENG0024_000000019302	0.991725768321513		0	0	False	False	0.9931139945983887	0					non-mobilizable	no_good_hit								True	False
DEN0003_000000010982	2433	0.5868192017322938	3	2	1	2	1	False	76675	maximal	True	DEN0003_000000010982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	75.664	57.0	0.005223946478538063	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
SPA0021_000000021644	1485	0.5868181608980751	2	2	2	2	1	False	91276	fragment	False	CAN0022_000000021199	0.9507822685788787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	91.59200000000001	82.0	0.0001366272816986833	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0054_000000025538	1118	0.5868040915248507	2	2	2	2	1	False	103843	maximal	False	AST0150_000000022797	0.954582651391162		0	0	False	False	0.9660107493400574	0					non-mobilizable	other	1118.0	100.0	100.0	0.0002605982046953404	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0327_000000002386	8094	0.5867963114595809	9	3	2	2	1	False	24799	fragment	False	ISR0327_000000002386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000012922	2523	0.5867939101669559	3	3	3	3	2	True	73463	maximal	True	DEN0035_000000012922	1.0		0	0	False	False	0.9996036291122437	0					non-mobilizable	no_good_hit	627.0	100.0	25.0	0.10280834291345048	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
SPA0042_000000006269	4622	0.5867923185009336	6	4	4	3	2	False	6867	maximal	True	SPA0042_000000006269	1.0		1	1	False	False	0.9906966686248779	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	1.0	0.003286042144794492	NZ_JRAS01000154.1	spirochetes	Alkalispirochaeta odontotermitis strain JC202 57867, whole genome shotgun sequence	True	False
ISR0052_000000013652	2558	0.5867919295328827	3	2	2	2	1	False	102341	fragment	False	ISR0052_000000013652	1.0		0	0	False	False	0.9992181658744812	0					non-mobilizable	no_good_hit								True	False
MON0092_000000023141	2378	0.5867805568765206	2	2	2	2	1	False	91765	fragment	False	MON0092_000000023141	0.9961538461538462		0	0	False	False	1.0	0					non-mobilizable	other	2379.0	99.79	100.0	0.0007503769239847349	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CHI0141_000000011819	2340	0.5867805568765206	2	2	2	2	1	False	91765	fragment	False	MON0092_000000023141	0.9880151387720774		0	0	False	False	0.9982905983924866	0					non-mobilizable	other	2340.0	99.573	100.0	0.0007380704899917137	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
DEN0021_000000006329	4896	0.5867732918367808	6	4	2	3	2	False	74852	maximal	True	DEN0021_000000006329	1.0		13	3	False	False	1.0	0					non-mobilizable	other	2400.0	87.792	97.0	0.003123052990019553	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
MAD0042_000000007241	3009	0.5867720347766667	2	2	2	2	2	False	104377	maximal	True	MAD0042_000000007241	1.0		36	8	False	False	0.9996676445007324	0					non-mobilizable	no_good_hit	1875.0	96.26700000000001	88.0	0.019876053229195407	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0105_000000016865	1208	0.5867683585457014	2	2	2	1	1	False	32922	fragment	False	ISR0105_000000016865	1.0		0	0	False	False	0.9892383813858032	0					non-mobilizable	no_good_hit	791.0	75.221	64.0	0.0051562167340855865	AP014513.1	firmicutes	Clostridium botulinum B str. Osaka05 DNA, contig: Osaka05p1_contig003, extrachromosome 1, complete sequence	True	False
SPA0052_000000010776	2641	0.5867680114505618	4	4	4	3	2	False	84770	maximal	True	SPA0052_000000010776	1.0		49	9	False	False	0.9996213316917419	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000004244	5534	0.5867648275896932	7	3	3	2	1	True	18413	maximal	True	MAD0040_000000004244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0128_000000007321	5040	0.5867648275896932	6	3	3	2	1	True	3891	fragment	False	SPA0128_000000007321	1.0		0	0	False	False	0.9970238208770752	0					non-mobilizable	no_good_hit	45.0	95.556	1.0	1.4120205307785176e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0066_000000002725	6111	0.5867570981126686	10	10	2	9	10	True	62800	fragment	False	ENG0066_000000002725	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	6111.0	99.738	100.0	0.0421335723890632	CP053248.1	enterobacteria	Escherichia coli strain SCU-482 plasmid pSCU-482-1, complete sequence	False	True
ISR0105_000000008819	2112	0.5867564896161017	4	4	4	2	3	False	32947	maximal	True	ISR0105_000000008819	1.0		59	7	False	False	1.0	0					non-mobilizable	other	2113.0	99.479	100.0	0.0009222123489997358	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	False
MON0007_000000060529	1077	0.5867512196608691	1	1	1	1	1	False	13884	maximal	False	MON0029_000000030182	0.9632819582955576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0106_000000010471	1987	0.5867443728795867	4	2	2	2	1	True	81010	maximal	True	ENG0106_000000010471	1.0		7	4	False	False	0.9974836707115173	0					non-mobilizable	no_good_hit	1730.0	95.318	87.0	0.0007243475946252403	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0298_000000001230	9082	0.586743227853773	5	5	4	5	2	False	121680	fragment	False	MAD0110_000000002663	0.9820575720101556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	97.059	2.0	0.00023394535318694703	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0312_000000001372	9068	0.586743227853773	5	5	4	5	2	False	121680	fragment	False	MAD0110_000000002663	0.9824016651719395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	97.59	2.0	0.0001892723711713491	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0085_000000002005	9001	0.586743227853773	5	5	4	5	2	False	121680	fragment	False	MAD0110_000000002663	0.9809363794661513		0	0	False	False	0.9997777938842773	0					non-mobilizable	no_good_hit	184.0	87.5	2.0	0.07108626198083066	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0171_000000002377	8999	0.586743227853773	5	5	4	5	2	False	121680	fragment	False	MAD0110_000000002663	0.9799880908601843		0	0	False	False	0.996444046497345	0					non-mobilizable	no_good_hit	184.0	87.5	2.0	0.07108626198083066	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0100_000000001035	8982	0.586743227853773	5	5	4	5	2	False	121680	fragment	False	MAD0110_000000002663	0.976194312930817		0	0	False	False	0.9997773170471191	0					non-mobilizable	no_good_hit	184.0	87.5	2.0	0.07108626198083066	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0087_000000002591	8981	0.586743227853773	5	5	4	5	2	False	121680	fragment	False	MAD0110_000000002663	0.971773278237012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	184.0	89.13	2.0	0.07108626198083066	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0074_000000003240	8980	0.586743227853773	5	5	4	5	2	False	121680	fragment	False	MAD0110_000000002663	0.9784520464602262		0	0	False	False	0.9993318319320679	0					non-mobilizable	no_good_hit	184.0	87.5	2.0	0.07108626198083066	NZ_CYZN01000057.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0079_000000010189	2679	0.5867402883809313	4	3	3	3	2	False	117363	maximal	True	ISR0079_000000010189	1.0	PS787	5	3	False	True	1.0	0					non-mobilizable	chromosome	1495.0	98.93	99.0	0.0006152660098887332	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
SPA0011_000000001385	14395	0.5867340574553502	17	4	1	4	3	True	8059	maximal	True	SPA0011_000000001385	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	82.773	5.0	0.0002019529705575324	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0288_000000001957	10980	0.5867331893250989	9	6	4	6	2	True	132065	fragment	False	ISR0288_000000001957	1.0		0	0	False	False	0.9998178482055664	0					non-mobilizable	no_good_hit	310.0	81.29	3.0	0.0007042772182430815	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ISR0363_000000001729	9157	0.5867327657459822	6	4	4	3	3	False	108742	maximal	True	ISR0363_000000001729	1.0		1	1	False	False	0.9993447661399841	0					non-mobilizable	no_good_hit	4779.0	96.234	52.0	0.1317226543107728	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0083_000000004067	6210	0.5867317188417887	6	5	5	4	3	False	125539	maximal	True	DEN0083_000000004067	1.0		27	6	False	False	0.997423529624939	0					non-mobilizable	no_good_hit	2900.0	99.069	81.0	0.03603894892616866	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0057_000000018912	1800	0.5867297286970321	3	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06236600928524302		0	0	False	False	0.996666669845581	0		MOBV			mobilizable	other	1800.0	98.27799999999999	100.0	0.0007541095617655134	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
MON0020_000000011733	1799	0.5867297286970321	3	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.062377331338277275		0	0	False	False	0.9994441270828247	0		MOBV			mobilizable	chromosome	1801.0	94.225	100.0	0.0004268357205617111	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
USA0021_01_000000010684	1688	0.5867297286970321	3	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05678705320973595		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1689.0	95.97399999999999	100.0	0.0004349001856381883	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
DEN0094_000000026326	1476	0.5867297286970321	3	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0301200057397536		0	0	False	False	1.0	0		MOBV			mobilizable	other	1476.0	96.74799999999999	100.0	0.23151781509967037	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
SPA0113_000000008372	3978	0.5867286021300118	3	2	2	2	2	False	126791	maximal	True	SPA0113_000000008372	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1479.0	79.243	52.0	0.0006326015707076423	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ISR0178_000000004868	3303	0.5867286021300118	3	2	2	2	2	False	126811	maximal	True	ISR0178_000000004868	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1800.0	97.111	100.0	0.0007795871310022897	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0088_000000003996	6367	0.5867256218413355	6	5	5	5	5	False	9655	maximal	True	MON0088_000000003996	1.0		46	6	False	False	0.9996858835220337	0					non-mobilizable	other	6278.0	98.264	98.0	0.023751287332646757	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ISR0090_000000021202	1461	0.5867255804875672	3	2	2	1	2	False	59713	fragment	False	ISR0090_000000021202	1.0		0	0	False	False	0.9986310601234436	0					non-mobilizable	no_good_hit	1080.0	81.389	74.0	0.0006025003765627354	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
USA0065_01_000000009273	1281	0.5867255804875672	2	2	2	1	2	False	59711	fragment	False	USA0065_01_000000009273	0.9969322019422705		0	0	False	False	0.9976580739021301	0					non-mobilizable	other	1281.0	77.283	97.0	0.00031312028046139284	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	False	False
ETH0003_000000033880	1248	0.5867255804875672	2	2	2	1	2	False	59711	fragment	False	USA0065_01_000000009273	0.9880130547740915		0	0	False	False	0.9991987347602844	0					non-mobilizable	other	1281.0	77.283	100.0	0.0003128745031611876	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	False	False
ISR0249_000000018606	1231	0.5867255804875672	2	2	2	1	2	False	59711	fragment	False	USA0065_01_000000009273	0.9859286587893639		0	0	False	False	0.9902518391609192	0					non-mobilizable	no_good_hit	1070.0	83.178	87.0	0.6920077972709552	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	True	False
CAN0016_000000034422	1323	0.5867200320911171	2	1	1	1	1	False	96066	fragment	False	CHI0141_000000019848	0.7525624236988996		0	0	False	False	0.9856386780738831	0					non-mobilizable	other	1304.0	100.0	99.0	0.00039241527233258505	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0177_000000008917	3050	0.5867192962703818	2	2	1	2	2	False	29771	maximal	True	ISR0177_000000008917	1.0		1058	13	False	False	1.0	0					non-mobilizable	other	3050.0	99.639	100.0	0.005468714968566996	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0322_000000005613	1982	0.5867152016219135	3	3	3	2	3	False	25013	maximal	True	ISR0322_000000005613	1.0		6	6	False	False	0.9858728647232056	0					non-mobilizable	no_good_hit	1218.0	82.677	61.0	0.0007042290840723518	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
USA0023_01_000000010439	3039	0.5867138786711374	5	5	4	4	4	False	1711	maximal	True	USA0023_01_000000010439	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	92.042	44.0	0.7098092643051771	HG796554.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01642	True	False
ENG0133_000000015323	1594	0.5867133433401861	2	2	2	2	1	False	130807	fragment	False	CHI0058_000000012598	0.9654459539279385		0	0	False	False	0.9930990934371948	0					non-mobilizable	chromosome	1594.0	99.686	100.0	0.00024554213097584114	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0831_000000017310	1105	0.5867133433401861	2	2	2	2	1	False	130802	fragment	False	ENG0117_000000018731	0.5803382374640337		0	0	False	False	0.9981900453567505	0					non-mobilizable	chromosome	1103.0	99.819	99.0	0.0001698602814409146	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0102_000000002383	11549	0.5867120915409039	13	5	5	3	3	True	112177	fragment	False	ISR0023_000000001614	0.5429404909785083		0	0	False	False	0.9999133944511414	0					non-mobilizable	no_good_hit	485.0	74.227	4.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
AST0035_000000001356	11381	0.5866859627763114	8	4	4	3	1	False	116920	maximal	True	AST0035_000000001356	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	92.17200000000001	79.0	0.04168207812900105	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
CAN0014_000000028336	1731	0.5866817393471809	2	2	2	2	2	False	93570	fragment	False	ENG0110_000000015888	0.23022063596372236		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	98.61399999999999	100.0	0.000424157770999426	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0202_000000008371	2667	0.5866793973725436	3	3	3	3	3	False	85262	maximal	False	CHI0065_000000004917	0.9673945558261188		0	0	False	False	1.0	0					non-mobilizable	chromosome	2664.0	97.035	99.0	0.0008963502087051998	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0149_000000010751	2521	0.5866762746347839	3	2	2	2	2	False	104515	fragment	False	AST0149_000000010751	1.0		0	0	False	False	0.9892899394035339	0					non-mobilizable	no_good_hit	460.0	73.913	18.0	0.00010714274331025964	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0036_000000023098	1044	0.5866749325020566	1	1	1	1	1	False	12149	fragment	False	MON0036_000000023098	1.0		0	0	False	False	0.9109195470809937	0					non-mobilizable	other	1005.0	86.667	96.0	0.00032262640409230526	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	False
ITA0008_000000000096	7730	0.5866669878275584	9	6	4	5	4	False	122858	fragment	False	ISR0076_000000002357	0.7058009885394266		0	0	False	False	0.9980595111846924	0					non-mobilizable	no_good_hit	1998.0	95.696	26.0	0.0007008042310790798	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0384_000000018011	1149	0.5866641268283375	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.045197524316526336		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	99.13	100.0	0.00040000250872653556	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
FIJ0112_000000010099	2663	0.5866637018404426	4	4	2	3	4	False	42031	fragment	False	FIJ0112_000000010099	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2663.0	99.887	100.0	0.0005171370113910014	CP032167.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 chromosome, complete genome	False	False
ISR0333_000000003126	5468	0.5866630777720607	6	5	4	3	3	True	70860	maximal	True	ISR0333_000000003126	0.9581015943641082		7	4	False	False	0.9904901385307312	0					non-mobilizable	no_good_hit	1248.0	72.196	22.0	0.0003125286025202778	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
MAD0057_000000010231	1548	0.5866628586943073	3	2	1	1	0	True	16984	maximal	True	MAD0057_000000010231	1.0		9	2	False	False	0.9799741506576538	0					non-mobilizable	no_good_hit	206.0	100.0	13.0	0.00029688502439525967	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	True	True
FIJ0112_000000016342	1681	0.5866627151557272	3	2	1	1	2	True	48014	fragment	False	FIJ0112_000000016342	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	94.706	100.0	0.027719078121904512	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
ISR0330_000000019260	1629	0.5866615082159813	1	1	1	1	1	False	131431	maximal	True	ISR0330_000000019260	1.0		0	0	False	False	0.9981583952903748	0					non-mobilizable	no_good_hit	1332.0	77.928	88.0	0.00037233301191522524	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0077_000000018155	1564	0.5866615082159813	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2400805184464254		0	0	False	False	1.0	0					non-mobilizable	chromosome	1303.0	78.204	94.0	0.0003652219918251713	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0819_000000018167	1464	0.5866615082159813	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.23528986278141542		0	0	False	False	0.9904371500015259	0					non-mobilizable	chromosome	1303.0	78.127	90.0	0.0003652219918251713	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0290_000000011264	1462	0.5866615082159813	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.2302543151927955		0	0	False	False	0.9863201379776001	0					non-mobilizable	chromosome	1304.0	78.298	96.0	0.00036550643262877344	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0168_000000016954	1382	0.5866615082159813	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.1874265290034364		0	0	False	False	0.9985527992248535	0					non-mobilizable	chromosome	1130.0	77.257	95.0	0.0003177203776236109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0090_000000028137	1307	0.5866615082159813	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21714169101627176		0	0	False	False	0.9992349147796631	0					non-mobilizable	chromosome	1254.0	77.432	99.0	0.00035128439244866557	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0164_000000015882	1302	0.5866615082159813	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22272157771835163		0	0	False	False	1.0	0					non-mobilizable	chromosome	1271.0	77.655	99.0	0.00035611988610990226	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0046_000000014676	1292	0.5866615082159813	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.22018579836407368		0	0	False	False	0.9969040155410767	0					non-mobilizable	chromosome	1275.0	77.804	99.0	0.0003572576493243109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0117_000000016621	1237	0.5866615082159813	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.19477583482575184		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	76.639	99.0	0.00034161340512619214	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0079_000000001880	14440	0.5866582915008981	19	9	9	8	7	True	56541	maximal	True	FIJ0079_000000001880	0.9849281587912901		21	5	False	False	0.9970221519470215	0					non-mobilizable	no_good_hit	1601.0	72.33	11.0	0.030610460031485046	NZ_SNXO01000015.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_115, whole genome shotgun sequence	True	True
ENG0182_000000005564	4810	0.5866526062914663	4	2	1	1	2	False	63002	fragment	False	ENG0182_000000005564	0.9876543209876543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	94.954	30.0	0.00011570238269978585	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0295_000000006857	4578	0.5866497792072755	6	5	5	4	2	True	25734	maximal	True	ISR0295_000000006857	1.0		11	3	False	False	0.9997815489768982	0					non-mobilizable	other	4263.0	97.889	98.0	0.0011324045752870732	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0122_000000025039	1198	0.5866483689093441	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5953249897463242		0	0	False	False	1.0	0					non-mobilizable	chromosome	1198.0	93.74	100.0	0.0003404756419117835	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0065_000000003982	6775	0.5866477059396162	5	4	4	4	4	True	96995	fragment	False	MON0039_000000005939	0.9788328678524181		0	0	False	False	1.0	0					non-mobilizable	other	5695.0	98.999	100.0	0.03455387179783551	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
CHI0057_000000001515	8942	0.5866468118921244	12	4	2	4	3	False	86019	maximal	True	CHI0057_000000001515	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	99.20100000000001	29.0	0.0003973341209441308	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0037_000000048273	1548	0.586646256780911	2	2	2	2	1	True	131215	maximal	True	MON0037_000000048273	1.0		6	4	False	False	1.0	0					non-mobilizable	other	1129.0	81.931	94.0	0.0003147558085093109	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0026_000000018177	2350	0.5866395501304944	4	2	2	2	1	False	12758	maximal	True	MON0026_000000018177	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0086_000000008307	3700	0.5866391043574024	4	3	3	3	2	False	9750	maximal	True	MON0086_000000008307	1.0		1	1	False	False	0.9951351284980774	0					non-mobilizable	no_good_hit	447.0	73.602	12.0	0.0001419770973801183	CP003870.1	firmicutes	Dehalobacter sp. CF, complete genome	True	False
ENG0067_000000014385	1904	0.5866390718502904	4	3	2	2	3	False	99950	fragment	False	ENG0067_000000014385	0.9676386284728896		0	0	False	False	1.0	0					non-mobilizable	other	1906.0	96.59	100.0	0.06394781965504488	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0255_000000013518	2307	0.5866329707255045	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.9883027320934071		0	0	False	False	0.9965323209762573	0					non-mobilizable	chromosome	2307.0	100.0	100.0	0.0009746930625608391	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
CAN0006_000000017652	2566	0.5866282266744008	4	2	2	2	1	False	106572	maximal	True	CAN0006_000000017652	1.0		65	10	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	78.906	10.0	8.427013062210045e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
TAN0003_000000000392	9362	0.5866266083199388	8	8	8	7	7	False	71493	maximal	True	TAN0003_000000000392	1.0		3	1	False	False	0.9976500868797302	0					non-mobilizable	no_good_hit	3012.0	91.73299999999999	57.0	0.2547409414155096	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ENG0075_000000001981	11959	0.5866226676612494	12	9	5	6	7	True	62129	maximal	True	ENG0075_000000001981	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0051_000000010150	1803	0.586618303140625	2	2	2	1	1	False	86615	maximal	True	CHI0051_000000010150	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1621.0	96.484	100.0	0.000518730825771444	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ENG0097_000000018292	1717	0.586618303140625	2	2	2	1	1	False	60764	fragment	False	ENG0097_000000018292	1.0		0	0	False	False	0.9895166158676147	0					non-mobilizable	other	1717.0	99.301	100.0	0.0005494704302616036	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MAD0031_000000006106	2283	0.5866170362260245	3	3	3	3	3	False	107560	fragment	False	MAD0031_000000006106	1.0		0	0	False	False	0.9982479214668274	0					non-mobilizable	chromosome	2281.0	97.676	99.0	0.000767434651088192	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0244_000000013890	1827	0.5866104366615179	2	2	2	2	2	False	120112	fragment	False	DEN0031_000000018114	0.9813314513610368		0	0	False	False	0.9906951189041138	0					non-mobilizable	no_good_hit	476.0	81.092	26.0	0.0018231328404409654	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	False
FIJ0012_000000006940	3365	0.5866097371351771	5	3	3	3	2	False	69964	maximal	True	FIJ0012_000000006940	1.0		22	4	False	False	0.9994056224822998	0					non-mobilizable	no_good_hit	3028.0	84.742	89.0	0.2331654397520341	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0120_000000000887	22254	0.5866060661567322	29	8	8	7	8	False	51073	maximal	True	FIJ0120_000000000887	1.0		2	1	False	False	0.9999550580978394	0					non-mobilizable	no_good_hit	1452.0	76.928	6.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
MAD0087_000000023324	1353	0.5866042304597195	2	2	2	2	1	False	121858	fragment	False	MAD0087_000000023324	1.0		0	0	False	False	0.9992609024047852	0					non-mobilizable	chromosome	926.0	94.92399999999999	98.0	0.00031134958432306036	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0104_000000023474	1199	0.5866017178626023	1	1	1	1	1	False	127793	fragment	False	SPA0043_000000014304	0.9447262220311866		0	0	False	False	0.9899916648864746	0					non-mobilizable	other	1096.0	98.99600000000001	100.0	0.004796814985004472	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
USA0058_01_000000007821	2494	0.5865989630216991	3	2	2	2	2	False	104608	maximal	True	USA0058_01_000000007821	1.0		12	4	False	False	1.0	0					non-mobilizable	other	2432.0	96.42299999999999	97.0	0.0087713589459907	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0090_000000028628	1598	0.5865989630216991	2	2	2	2	2	False	104605	fragment	False	ENG0060_000000019538	0.6122576610381488		0	0	False	False	1.0	0					non-mobilizable	other	1591.0	93.086	99.0	0.0004572424994809952	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
MON0109_000000029516	1245	0.5865978406611589	2	2	2	1	1	False	86877	fragment	False	DEN0076_000000007165	0.9557225306491794		0	0	False	False	0.9646586179733276	0					non-mobilizable	no_good_hit	96.0	80.208	8.0	0.011355486492947646	NZ_FOJY01000034.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0115_000000013744	1532	0.5865961287449151	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.013183054663084176		0	0	False	False	1.0	0					non-mobilizable	chromosome	1532.0	96.01799999999999	100.0	0.0005153256363228167	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0106_000000004783	7753	0.5865918485683927	6	6	4	6	5	False	13871	maximal	True	SPA0106_000000004783	1.0		1	1	False	False	0.999871015548706	0					non-mobilizable	no_good_hit	1300.0	95.615	17.0	0.00045278173201735003	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0255_000000014901	2124	0.5865888766649938	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.444716306448557		0	0	False	False	0.9995291829109192	0					non-mobilizable	chromosome	2124.0	100.0	100.0	0.0006842817925926738	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0096_000000000704	7002	0.5865858648360799	5	5	3	5	4	False	130374	maximal	False	ISR0211_000000002138	0.7453672380104116	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	7018.0	99.17399999999999	100.0	0.0014005031991828102	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0058_000000004778	4765	0.5865834013467769	8	8	1	5	7	True	35527	fragment	False	ISR0058_000000004778	1.0		0	0	False	False	0.9997901320457458	0			MPF_F		non-mobilizable	plasmid	4773.0	98.219	100.0	0.03365208315703365	CP009579.1	enterobacteria	Escherichia coli FAP1 plasmid unnamed 1, complete sequence	False	True
CAN0008_000000006498	4348	0.5865828078644004	5	5	5	5	4	False	124983	maximal	True	CAN0008_000000006498	0.9495272408522598		75	11	False	False	1.0	0					non-mobilizable	no_good_hit	1410.0	84.823	67.0	0.0033876060594320253	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0851_000000001841	7245	0.5865760559704075	6	5	2	5	2	True	97809	fragment	False	MON0088_000000002856	0.9507972097658197		0	0	False	False	0.9959972500801086	0					non-mobilizable	other	7012.0	99.686	98.0	0.34873886871299936	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	False	True
AUS0002_000000031078	1212	0.5865721398165802	2	2	2	2	1	False	102700	maximal	True	AUS0002_000000031078	1.0		29	10	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	82.667	6.0	2.40149511164156e-05	NZ_LN650648.1	firmicutes	Romboutsia hominis strain FRIFI chromosome 1	True	False
ENG0200_000000013322	1558	0.5865693736798101	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.5858648438692025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0007_000000009097	3808	0.5865613467093058	4	4	4	4	3	False	2848	maximal	True	TAN0007_000000009097	1.0		7	5	False	False	0.988707959651947	0					non-mobilizable	no_good_hit	278.0	71.942	7.0	6.662015547325139e-05	CP011451.1	b-proteobacteria	Nitrosomonas communis strain Nm2, complete genome	True	False
ISR0782_000000005374	2573	0.5865604305205687	2	2	2	1	1	True	22266	maximal	True	ISR0782_000000005374	1.0		32	7	False	False	1.0	0					non-mobilizable	other	2573.0	99.37799999999999	100.0	0.0006822688356732166	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	True
ISR0357_000000023685	1129	0.5865577614662455	2	2	2	2	2	False	23871	maximal	True	ISR0357_000000023685	1.0		8	3	False	False	0.985828161239624	0					non-mobilizable	other	1154.0	72.79	99.0	0.005113771143915479	NZ_JDUI01000007.1	high GC Gram+	Bifidobacterium pullorum DSM 20433 contig7, whole genome shotgun sequence	False	False
TAN0006_000000012827	1196	0.5865514883208061	3	1	1	1	1	False	2861	maximal	True	TAN0006_000000012827	1.0		0	0	False	False	0.9473243951797485	0					non-mobilizable	no_good_hit	45.0	88.889	4.0	0.0008437038599451593	NZ_AUCV01000045.1	d-proteobacteria	Desulfobulbus japonicus DSM 18378 G493DRAFT_scaffold00039.39_C, whole genome shotgun sequence	True	False
SPA0044_000000012647	2128	0.5865475092693095	6	6	4	4	2	True	6786	maximal	True	SPA0044_000000012647	1.0		37	7	False	False	0.9985902309417725	0					non-mobilizable	no_good_hit	859.0	75.437	39.0	0.006149945671858023	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	True	True
MAD0068_000000013234	2113	0.5865411821086723	3	1	1	1	1	False	100131	fragment	False	MAD0068_000000013234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	74.249	11.0	5.1510006730488935e-05	CP035503.1	b-proteobacteria	Rhodoferax sediminis strain CHu59-6-5 chromosome, complete genome	True	False
CAN0006_000000029070	1552	0.5865390309560898	2	2	2	2	2	False	95590	fragment	False	CAN0006_000000029070	1.0		0	0	False	False	0.9890463948249817	0					non-mobilizable	other	1547.0	98.96600000000001	99.0	0.00040816337306633923	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
FIJ0127_000000007051	2709	0.5865386019875031	2	2	1	2	1	False	44600	maximal	True	FIJ0127_000000007051	1.0		34	6	False	False	0.998892605304718	0					non-mobilizable	plasmid	2711.0	97.27	100.0	0.004320743397623272	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
FIJ0075_000000007092	2697	0.5865386019875031	2	2	1	2	1	False	44600	maximal	False	FIJ0127_000000007051	0.9977851605758583		0	0	False	False	0.998146116733551	0					non-mobilizable	plasmid	2699.0	97.258	100.0	0.004301596824221692	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
FIJ0067_000000019573	1625	0.586537889409504	2	2	2	2	2	False	45188	maximal	True	FIJ0067_000000019573	1.0		44	6	False	False	0.9993846416473389	0					non-mobilizable	no_good_hit	555.0	79.279	34.0	0.0034620991253644317	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0220_000000002679	3768	0.5865344077986633	7	6	4	5	2	True	28001	maximal	True	ISR0220_000000002679	1.0		1	1	False	False	0.9883227348327637	0					non-mobilizable	no_good_hit	121.0	89.256	3.0	2.5217709358906493e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	True
TAN0007_000000021633	1864	0.5865339182137919	3	3	3	3	1	False	2819	maximal	True	TAN0007_000000021633	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	87.32	57.0	0.000270914820895514	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0041_000000011197	3212	0.5865323279350743	3	3	3	3	3	False	47409	maximal	True	FIJ0041_000000011197	1.0		11	1	False	False	0.9950186610221863	0					non-mobilizable	no_good_hit	286.0	72.727	9.0	0.0006660339344289591	NZ_CDPP01000003.1	firmicutes	Beduini massiliensis strain GM1, whole genome shotgun sequence	True	False
ISR0013_000000011378	2224	0.5865313190663867	2	1	1	1	1	False	38102	maximal	True	ISR0013_000000011378	1.0		465	12	False	False	0.9829136729240417	0					non-mobilizable	other	2205.0	99.90899999999999	99.0	0.005072707269806344	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	False	False
ISR0125_000000000638	17365	0.5865311814442705	16	15	13	12	14	False	32063	maximal	True	ISR0125_000000000638	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6467.0	99.15	82.0	0.0843035763178138	CP039379.1	firmicutes	Pediococcus pentosaceus strain SL001 plasmid pSL001-1, complete sequence	True	False
CHI0029_000000004003	2976	0.5865282538736812	4	4	3	3	2	False	88612	maximal	True	CHI0029_000000004003	1.0		1	1	False	False	0.9983198642730713	0					non-mobilizable	chromosome	2976.0	99.698	100.0	0.0007748568207846031	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	False	False
ISR0812_000000029557	1335	0.5865229023625005	2	2	2	2	1	False	76380	fragment	False	ENG0037_000000025805	0.6440824459749248		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	99.925	100.0	0.0003572347672444104	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0378_000000013405	2118	0.5865202841695614	1	1	1	1	1	True	23273	fragment	False	ISR0378_000000013405	0.9966494845360825		0	0	False	False	0.9905571341514587	0					non-mobilizable	no_good_hit								True	True
ISR0042_000000014687	2076	0.5865202841695614	1	1	1	1	1	True	36362	maximal	True	ISR0042_000000014687	1.0		0	0	False	False	0.9937379360198975	0					non-mobilizable	no_good_hit								True	True
SPA0107_000000028404	1169	0.5865202841695614	2	1	1	1	1	True	20895	fragment	False	SPA0107_000000028404	0.9724137931034482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0837_000000012622	1160	0.5865202841695614	1	1	1	1	1	True	20895	fragment	False	SPA0107_000000028404	0.9687767322497862		0	0	False	False	0.998275876045227	0					non-mobilizable	no_good_hit								True	True
TAN0005_000000000470	14113	0.5865144632408921	23	13	2	12	3	False	2951	maximal	True	TAN0005_000000000470	1.0		2	1	True	True	1.0	1					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.594484418532082e-06	NZ_CP026095.1	firmicutes	Peribacillus asahii strain OM18 chromosome, complete genome	True	True
TAN0007_000000001514	14113	0.5865144632408921	23	13	2	12	3	False	2951	maximal	False	TAN0005_000000000470	1.0		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.594484418532082e-06	NZ_CP026095.1	firmicutes	Peribacillus asahii strain OM18 chromosome, complete genome	True	True
FIJ0040_000000006608	3737	0.5865089559517983	5	4	3	4	4	True	47508	fragment	False	FIJ0040_000000006608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0135_000000016813	1149	0.5865055560440885	2	2	2	2	2	False	70672	maximal	False	DEN0069_000000022979	0.9878241430930922		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	99.20299999999999	98.0	0.023630302140775376	NZ_CYZO01000027.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0071_000000008519	4201	0.5864960007781216	4	3	2	3	2	True	120250	fragment	False	FIJ0071_000000008519	0.948204251160518		0	0	False	False	0.996429443359375	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	2.0	0.0009734619301503624	NC_011061.1	green sulfur bacteria	Prosthecochloris aestuarii DSM 271 plasmid pPAES01, complete sequence	True	True
ISR0062_000000001459	15271	0.5864876968858321	25	9	5	7	7	False	58234	maximal	True	ISR0062_000000001459	1.0		128	9	False	False	0.9999344944953918	0					non-mobilizable	other	9137.0	98.074	91.0	0.036715950991785054	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	False	False
MON0100_000000023789	1896	0.5864821426059189	4	3	1	3	2	False	9109	maximal	True	MON0100_000000023789	1.0		12	5	False	False	0.9984177350997925	0		MOBQ			mobilizable	no_good_hit	1471.0	88.23899999999999	78.0	0.00032692771625967985	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MON0069_000000031537	1646	0.5864821426059189	4	3	1	3	2	False	10480	fragment	False	MON0069_000000031537	1.0		0	0	False	False	0.9647630453109741	0		MOBQ			mobilizable	chromosome	1639.0	91.70200000000001	99.0	0.00036453886945769613	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0284_000000009392	1498	0.5864809112990761	3	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.897214062173523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	97.059	7.0	3.576711429859449e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0064_000000015834	1459	0.5864809112990761	2	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.8098567242004737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000023330	1454	0.5864809112990761	2	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.888060723059909		0	0	False	False	0.9993122220039368	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000018160	1438	0.5864809112990761	2	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.9212359820363031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000030143	1432	0.5864809112990761	2	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.8899177452565504		0	0	False	False	0.9895251393318176	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	2.0539530983351293e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0389_000000015622	1425	0.5864809112990761	2	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.8885947505965957		0	0	False	False	0.9992982745170593	0					non-mobilizable	no_good_hit	52.0	90.385	4.0	1.5104509880866881e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0043_000000016052	1383	0.5864809112990761	2	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.8815049366742417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000014295	1302	0.5864809112990761	2	2	2	1	1	False	118946	fragment	False	MAD0095_000000022835	0.6259959244093299		0	0	False	False	0.9992319345474243	0					non-mobilizable	no_good_hit								True	False
ISR0174_000000019545	1261	0.5864809112990761	2	2	2	1	1	False	29886	fragment	False	ISR0174_000000019545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0261_000000004532	3785	0.5864781588216715	6	5	5	3	4	False	88287	fragment	False	SPA0067_000000004855	0.3893410700065952		0	0	False	False	1.0	0					non-mobilizable	other	3785.0	99.736	100.0	0.0012148499352122842	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0062_000000009327	3619	0.5864748293762625	8	8	8	6	5	False	65625	maximal	True	ISR0062_000000009327	1.0		78	8	False	False	0.9994473457336426	0					non-mobilizable	no_good_hit	862.0	74.594	24.0	0.003836328637990897	NZ_DS562845.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_2, whole genome shotgun sequence	True	False
ITA0013_000000000406	2739	0.5864736457078101	3	2	1	2	2	False	49343	maximal	True	ITA0013_000000000406	1.0		6	2	False	False	0.9952537417411804	0					non-mobilizable	no_good_hit	1064.0	85.432	39.0	0.019188980148060846	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0036_000000017456	2304	0.5864731588064359	2	2	2	2	2	False	47956	fragment	False	FIJ0036_000000017456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	89.189	5.0	3.7891893365837734e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
TAN0001_000000003309	3357	0.5864689547964688	4	4	2	2	3	False	99075	fragment	False	DEN0067_000000009496	0.9919948418692934		0	0	False	False	0.9946380853652954	0					non-mobilizable	no_good_hit	365.0	84.11	11.0	0.0007384131015581734	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0020_000000022114	1233	0.5864685255431833	2	2	1	2	1	False	115792	fragment	False	ISR0054_000000014703	0.15955254823794376		0	0	False	False	0.9967558979988098	0					non-mobilizable	other	1233.0	98.946	100.0	0.015320905823685225	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0005_000000019187	1824	0.586467882286631	2	2	2	2	2	False	51896	fragment	False	FIJ0005_000000019187	0.9700057405281286		0	0	False	False	0.9923245906829834	0					non-mobilizable	other	1824.0	99.945	100.0	0.0029155498122405113	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0107_000000008439	3180	0.5864639231459081	3	3	3	2	2	False	119365	fragment	False	ENG0107_000000008439	1.0		0	0	False	False	0.9993710517883301	0					non-mobilizable	chromosome	1494.0	95.85	95.0	0.000677263817861426	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
SPA0079_000000008781	2787	0.5864639231459081	3	3	3	2	2	False	119363	fragment	False	SPA0079_000000008781	1.0		0	0	False	False	0.9939002394676208	0					non-mobilizable	chromosome	2787.0	97.488	100.0	0.0012653237702833309	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
ISR0069_000000022419	1150	0.586463049763573	2	2	2	2	1	False	34924	maximal	True	ISR0069_000000022419	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0208_000000024567	1140	0.5864625867846394	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.019674741000383533		0	0	False	False	0.9964912533760071	0					non-mobilizable	chromosome	1040.0	77.5	99.0	0.0002926895869066209	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0194_000000007754	3059	0.5864553475267176	5	4	3	4	4	False	125019	fragment	False	ISR0194_000000007754	0.9922064426740561		0	0	False	False	0.9993461966514587	0					non-mobilizable	other	3060.0	98.366	100.0	0.09716046245712108	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
TAN0008_000000010552	1892	0.5864549709891259	2	2	2	2	1	False	2750	maximal	True	TAN0008_000000010552	1.0		42	4	False	False	0.9920718669891357	0					non-mobilizable	other	1887.0	98.569	99.0	0.0006900078444923647	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
ISR0353_000000024633	1492	0.5864533945629353	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.21699975266432067		0	0	False	False	1.0	0					non-mobilizable	chromosome	1492.0	98.59200000000001	100.0	0.0005018618705142519	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0167_000000016763	1502	0.5864491917771619	2	2	2	2	1	False	62900	fragment	False	ENG0167_000000016763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	78.188	39.0	0.0012107527937302639	NZ_VJZV01000004.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold4_1, whole genome shotgun sequence	True	False
MAD0015_000000002700	5469	0.5864429022540686	5	4	3	3	4	False	50506	fragment	False	MAD0015_000000002700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1595.0	88.589	43.0	0.0023952635691530926	NZ_JH414505.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.2, whole genome shotgun sequence	True	False
AST0025_000000006840	4701	0.5864411553005551	4	3	2	3	2	False	120511	maximal	True	AST0025_000000006840	0.9735256134309083		90	7	False	False	0.9985109567642212	0					non-mobilizable	no_good_hit	998.0	81.663	21.0	0.0011055529772954448	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
MAD0098_000000022953	1955	0.5864396208988181	2	2	2	2	2	False	127488	fragment	False	MAD0098_000000022953	0.9530443756449949		0	0	False	False	0.99897700548172	0					non-mobilizable	chromosome	1955.0	94.22	100.0	0.0008472265038812426	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0138_000000005128	3949	0.5864378056457077	6	5	5	3	4	False	82377	maximal	True	ENG0138_000000005128	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	98.834	38.0	0.00021615146885178447	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
FIJ0057_000000009025	3410	0.5864336734597788	3	2	2	2	2	False	46162	fragment	False	FIJ0057_000000009025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	84.615	2.0	0.0001000605127863041	NZ_FORI01000001.1	spirochetes	Treponema bryantii strain XBD1002, whole genome shotgun sequence	True	False
CAN0005_000000005005	3597	0.5864303606289636	8	5	2	4	5	False	109918	fragment	False	CAN0005_000000005005	0.9758894099592907		0	0	False	False	0.9955518245697021	0					non-mobilizable	other	3565.0	99.74799999999999	99.0	0.0010049057904346957	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0115_000000007125	3581	0.5864303606289636	6	5	2	4	5	False	109918	fragment	False	CAN0005_000000005005	0.9737725818916375		0	0	False	False	0.9960904717445374	0					non-mobilizable	other	2092.0	97.275	99.0	0.0005891799596458265	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0019_000000012476	2337	0.586428865932324	2	2	1	1	2	True	101370	fragment	False	SPA0019_000000012476	1.0		0	0	False	False	0.9922978281974792	0					non-mobilizable	no_good_hit	1568.0	88.52	67.0	0.0004275513663054532	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
MAD0005_000000022040	1423	0.5864253461148947	3	3	3	2	1	False	49271	fragment	False	MAD0005_000000022040	0.9660777385159011		0	0	False	False	0.9992972612380981	0					non-mobilizable	other	1423.0	86.367	99.0	0.008687789440242427	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
FIJ0057_000000021204	1630	0.5864250077828844	2	2	2	2	2	False	88304	maximal	True	FIJ0057_000000021204	1.0		309	13	False	False	1.0	0					non-mobilizable	chromosome	1184.0	98.395	100.0	0.00031504011092826396	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0136_000000005243	6816	0.5864225834170415	9	7	6	6	6	False	132082	maximal	True	SPA0136_000000005243	1.0	PS1137	1	1	False	True	0.9998533129692078	0					non-mobilizable	no_good_hit	1982.0	97.78	36.0	0.005190823692795472	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
MON0075_000000006432	3412	0.5864199258852415	6	5	2	3	5	False	101749	fragment	False	MON0075_000000006432	0.9593740730800808		0	0	False	False	0.9994138479232788	0					non-mobilizable	other	3168.0	81.85	92.0	0.5097717194941698	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0311_000000011849	1844	0.5864165895560347	4	2	2	1	1	False	25294	maximal	True	ISR0311_000000011849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	89.33	22.0	0.006116487127989775	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
FIJ0066_000000005590	5327	0.5864145966980246	6	3	3	2	1	False	45376	maximal	True	FIJ0066_000000005590	1.0		5	1	False	False	0.9988736510276794	0					non-mobilizable	no_good_hit	653.0	76.57	12.0	0.8701657458563536	KU547325.1	bacteria	Uncultured bacterium clone TE_08A_000_Contig_4 genomic sequence	True	False
ENG0084_000000006984	3782	0.5864131456467268	2	2	2	2	2	False	61540	maximal	True	ENG0084_000000006984	1.0		1003	15	False	False	1.0	0					non-mobilizable	chromosome	3782.0	98.863	100.0	0.0010960421023948562	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0163_000000018022	1444	0.586406238407823	2	2	2	1	2	False	84304	maximal	True	ENG0163_000000018022	0.9982181040627227		199	12	False	False	0.9792243838310242	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000005589	5328	0.5864031305293927	8	8	5	6	7	True	120909	maximal	True	ISR0060_000000005589	1.0		2	1	False	False	0.9981231093406677	0					non-mobilizable	no_good_hit	3226.0	98.698	64.0	0.000906047077351802	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0025_000000005024	4316	0.5864010703380411	5	2	0	2	0	True	66176	maximal	True	ENG0025_000000005024	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000038906	1573	0.5864002325502867	3	3	3	3	2	False	80850	fragment	False	MON0002_000000017192	0.964795486071336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	72.135	28.0	0.00012078356809131906	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
FIJ0092_000000005590	5149	0.586400191870748	8	4	2	4	3	False	94956	fragment	False	FIJ0092_000000005590	0.9867909867909868		0	0	False	False	0.9994173645973206	0					non-mobilizable	no_good_hit	2277.0	93.80799999999999	48.0	0.0007929780141181457	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0090_000000014055	3971	0.586400191870748	7	4	2	4	3	False	94952	fragment	False	MON0090_000000014055	1.0		0	0	False	False	0.9957189559936523	0					non-mobilizable	no_good_hit	2471.0	96.439	62.0	0.0008609475581854154	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0129_000000011358	2349	0.586400191870748	5	4	2	4	3	False	94951	fragment	False	ENG0129_000000011358	0.9436430448237241		0	0	False	False	1.0	0					non-mobilizable	other	2349.0	98.042	100.0	0.0007304588264500759	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0135_01_000000006480	2342	0.5863954275179886	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.3151713404703587		0	0	False	False	1.0	0					non-mobilizable	chromosome	2339.0	98.803	99.0	0.0008232508917963207	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0786_000000011593	1257	0.5863908659857583	4	3	1	2	3	False	22143	fragment	False	ISR0786_000000011593	1.0		0	0	False	False	0.9976133704185486	0					non-mobilizable	no_good_hit	769.0	80.75399999999999	83.0	0.149609375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
USA0036_01_000000026444	1123	0.5863882403387909	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.11308912595448942		0	0	False	False	0.9946571588516235	0					non-mobilizable	chromosome	1123.0	96.43799999999999	100.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0014_000000009022	4001	0.5863832461803333	6	5	2	5	3	False	38048	maximal	True	ISR0014_000000009022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	72.598	21.0	0.020216659706698763	NZ_PDYG01000070.1	firmicutes	Agathobacter ruminis strain JK623 contig000070, whole genome shotgun sequence	True	False
FIJ0156_000000001863	4080	0.5863737324253141	8	6	1	0	6	False	39510	maximal	True	FIJ0156_000000001863	1.0		1	1	False	False	0.9926470518112183	0					non-mobilizable	no_good_hit	60.0	100.0	1.0	1.6384246685661286e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0076_000000011435	1201	0.586371184735398	3	2	2	1	1	False	101087	fragment	False	TAN0024_000000004209	0.21931711525763528		0	0	False	False	1.0	0					non-mobilizable	chromosome	1071.0	78.711	95.0	0.0002816954759866611	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0021_000000014142	1677	0.5863705830193356	3	3	3	3	3	False	98258	fragment	False	BAN0016_000000000410	0.9839727483923592		0	0	False	False	0.9928443431854248	0					non-mobilizable	other	1677.0	99.94	100.0	0.00036107834021163157	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
AST0153_000000024913	1387	0.5863651752361941	2	2	1	2	1	True	103278	fragment	False	AST0153_000000024913	0.9981658107116654		0	0	False	False	0.9877433180809021	0					non-mobilizable	no_good_hit								True	True
ENG0160_000000014678	1363	0.5863651752361941	2	2	1	2	1	True	103278	fragment	False	AST0153_000000024913	0.9895457822638789		0	0	False	False	0.9970653057098389	0					non-mobilizable	no_good_hit								True	True
CAN0001_000000005402	8415	0.5863595373301086	13	4	2	4	2	True	97460	fragment	False	CAN0001_000000005402	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8415.0	99.85700000000001	100.0	0.0022532033969973535	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0353_000000019640	1885	0.5863594696138827	4	3	2	3	1	False	24025	maximal	True	ISR0353_000000019640	1.0		31	6	False	False	1.0	0					non-mobilizable	other	1885.0	99.098	100.0	0.00036370937227314497	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
AST0148_000000013636	2544	0.5863590279961791	3	3	2	3	2	False	105076	maximal	True	AST0148_000000013636	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	2189.0	99.772	86.0	0.013333902116482726	NZ_SPHG01000007.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_7_length_164093_cov_57.8536, whole genome shotgun sequence	True	False
SPA0048_000000010762	1846	0.5863589602672086	3	3	3	2	1	False	6629	maximal	False	USA0032_01_000000011721	0.9517634854771784		0	0	False	False	1.0	0					non-mobilizable	other	1845.0	93.49600000000001	99.0	0.0005182229561528297	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0119_000000003238	5074	0.5863557708359592	8	8	4	5	6	True	95100	maximal	True	FIJ0119_000000003238	1.0		4	2	False	False	0.9996058344841003	0					non-mobilizable	chromosome	2154.0	96.425	100.0	0.0009585532807021537	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0031_000000004589	4262	0.5863551418304952	7	4	3	2	3	False	124393	maximal	True	ISR0031_000000004589	1.0		2	1	False	False	0.994368851184845	0					non-mobilizable	no_good_hit	2619.0	94.005	65.0	0.027252659880527687	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
MAD0103_000000009653	2266	0.5863540732137752	3	2	2	2	1	False	117431	maximal	True	MAD0103_000000009653	1.0		13	1	False	False	0.9969108700752258	0					non-mobilizable	other	2276.0	86.819	100.0	0.0008225730361433055	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
FIJ0041_000000015639	2341	0.5863530568576385	2	2	2	2	2	False	47396	maximal	True	FIJ0041_000000015639	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1218.0	83.415	52.0	0.0003637056669738695	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0290_000000008811	1742	0.5863529252465474	5	4	1	3	2	False	91954	fragment	False	ENG0037_000000017625	0.8969958892254788		0	0	False	False	1.0	0					non-mobilizable	other	1742.0	98.90899999999999	100.0	0.02513934213186242	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0275_000000007757	1818	0.5863521258169717	2	2	2	2	2	False	43107	maximal	True	ISR0275_000000007757	1.0		42	9	False	False	0.9796479940414429	0					non-mobilizable	no_good_hit								True	False
SPA0021_000000009725	3366	0.5863518975617069	4	3	3	3	3	False	107372	fragment	False	FIJ0043_000000006846	0.9317869580815105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	77.998	24.0	0.00027506494971125055	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
SPA0158_000000010983	1813	0.5863501292583373	3	3	3	2	2	False	102222	fragment	False	ENG0067_000000013847	0.6387389431737865		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	98.04799999999999	99.0	0.00028857439102099677	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0059_000000005001	2496	0.586346874888338	4	3	3	3	3	False	112696	fragment	False	ENG0059_000000005001	1.0		0	0	False	False	0.9991987347602844	0					non-mobilizable	other	2502.0	95.444	100.0	0.027170959678295838	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0007_000000017257	1478	0.5863411091848859	3	3	2	3	2	False	76249	fragment	False	DEN0007_000000017257	0.5921183878899414		0	0	False	False	1.0	0					non-mobilizable	chromosome	1481.0	95.544	100.0	0.0004198346261167857	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0083_000000013296	2673	0.5863303195295303	3	3	3	3	3	False	109243	fragment	False	MON0083_000000013296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	73.806	23.0	0.00016017420413601984	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
ISR0356_000000008260	2300	0.5863287172325032	3	3	2	3	1	False	54593	maximal	False	FIJ0171_000000008428	0.6499580173318654		0	0	False	False	0.9991304278373718	0					non-mobilizable	other	2301.0	98.001	100.0	0.018821757952192736	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0044_000000009141	2400	0.5863268200854274	2	2	2	2	2	False	112402	maximal	True	FIJ0044_000000009141	0.9970326409495549		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	97.92	69.0	0.000359898028891814	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0138_000000011979	1641	0.5863263791018039	2	2	1	2	1	True	57920	fragment	False	ENG0138_000000011979	1.0		0	0	False	False	0.9939061403274536	0					non-mobilizable	no_good_hit								True	True
ISR0254_000000002947	3321	0.5863239954477181	3	2	2	2	1	False	54128	maximal	True	ISR0254_000000002947	1.0		72	6	False	False	0.9927732348442078	0					non-mobilizable	no_good_hit	61.0	90.164	2.0	1.0741951995290729e-05	CP050183.1	firmicutes	Bacillus thuringiensis strain HER1410 chromosome, complete genome	True	False
ISR0147_000000014887	1669	0.5863226322552347	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.3001025209469459		0	0	False	False	1.0	0					non-mobilizable	other	1669.0	97.84299999999999	100.0	0.006036786326769612	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0021_000000004896	7692	0.5863215370953561	9	9	5	8	5	True	91669	maximal	True	CAN0021_000000004896	1.0		3	2	False	False	0.9996100068092346	0					non-mobilizable	no_good_hit	843.0	77.343	11.0	0.00022656921567435682	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
FIJ0020_000000019064	1111	0.5863214327288199	1	1	1	1	1	False	49725	maximal	True	FIJ0020_000000019064	1.0		6	1	False	False	0.9810981154441833	0					non-mobilizable	no_good_hit								True	False
ISR0825_000000004466	4880	0.5863209413263305	7	7	3	5	6	True	123556	backbone	False	ISR0826_000000002301	0.47352828913190664	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	4880.0	99.98	100.0	0.04963427908727454	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
MAD0066_000000008472	2828	0.5863155334545518	3	2	2	2	2	False	48234	fragment	False	MAD0066_000000008472	1.0		0	0	False	False	0.9989391565322876	0					non-mobilizable	no_good_hit	977.0	72.36399999999999	34.0	0.003351939538067448	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
ENG0052_000000001127	17301	0.5863145796200137	22	10	6	10	4	True	118911	fragment	False	ENG0052_000000001127	1.0		0	0	False	False	1.0	0					non-mobilizable	other	16273.0	99.853	94.0	0.004357514342279645	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ETH0005_000000025698	1823	0.5862909613431969	2	2	2	1	1	False	64293	maximal	True	ETH0005_000000025698	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000007615	5302	0.5862884696054707	10	5	4	5	1	False	72605	maximal	True	DEN0051_000000007615	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.5408620103724935e-06	CP022282.1	CFB group bacteria	Chryseobacterium sp. T16E-39, complete genome	True	False
MON0011_000000040268	1162	0.5862861698154175	2	2	2	1	1	False	13624	maximal	True	MON0011_000000040268	1.0		284	12	False	False	0.9982788562774658	0					non-mobilizable	other	1162.0	90.275	100.0	0.0003495548670171047	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0057_000000018687	1203	0.5862845524842517	2	2	2	1	1	False	35552	fragment	False	ISR0057_000000018687	1.0		0	0	False	False	0.9925187230110168	0					non-mobilizable	other	1203.0	97.257	100.0	0.002168340425838969	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0069_000000024807	2031	0.586281460169589	2	2	1	2	2	True	10490	fragment	False	MON0069_000000024807	1.0		0	0	False	False	0.9980305433273315	0					non-mobilizable	no_good_hit	1390.0	77.41	67.0	0.2203852327447833	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	True	True
FIJ0021_000000031757	1507	0.5862771427792685	3	2	1	2	1	False	49578	maximal	True	FIJ0021_000000031757	1.0		0	0	False	False	0.9986728429794312	0					non-mobilizable	no_good_hit	629.0	91.256	42.0	0.0021545281171073656	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0002_000000012695	2788	0.5862750512427688	4	2	2	2	2	False	58147	maximal	True	FIJ0002_000000012695	1.0		3	1	False	False	0.9817073345184326	0					non-mobilizable	no_good_hit	511.0	74.36399999999999	18.0	0.005522912923175289	NZ_JGZP01000007.1	high GC Gram+	Bifidobacterium stellenboschense strain DSM 23968 Contig07, whole genome shotgun sequence	True	False
ISR0256_000000014731	1224	0.586274396623975	1	1	1	1	1	False	26829	fragment	False	ISR0340_000000016444	0.9453056434920187		0	0	False	False	0.9983659982681274	0					non-mobilizable	other	1224.0	98.85600000000001	100.0	0.0003306818399970366	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0104_000000008136	4922	0.5862678685196097	4	4	3	4	1	True	8826	maximal	True	MON0104_000000008136	1.0		1	1	False	False	0.996952474117279	0					non-mobilizable	no_good_hit								True	True
ISR0384_000000006469	2527	0.5862587764738949	3	3	3	3	3	False	95292	fragment	False	ISR0384_000000006469	0.9835137250193098		0	0	False	False	1.0	0					non-mobilizable	chromosome	2523.0	99.009	99.0	0.0007310812436497825	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0118_000000003206	2766	0.5862560916233192	4	4	3	4	3	False	112288	fragment	False	ISR0399_000000004863	0.7089533956798164		0	0	False	False	1.0	0					non-mobilizable	other	2762.0	99.493	99.0	0.000676936188282899	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0053_01_000000008750	2298	0.5862519160106614	3	3	3	2	2	False	72453	fragment	False	USA0053_01_000000008750	0.9953301711428283		0	0	False	False	0.9908615946769714	0					non-mobilizable	chromosome	2305.0	81.085	100.0	0.0006414789697523371	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0106_000000016250	1285	0.5862490255957087	2	2	2	2	1	False	102679	fragment	False	ENG0027_000000017593	0.8039107765828598		0	0	False	False	0.9992218017578125	0					non-mobilizable	other	1285.0	99.22200000000001	100.0	0.002824858757062147	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0106_000000006279	3343	0.586248666182616	3	1	1	1	1	False	114554	maximal	True	ENG0106_000000006279	1.0		3	3	False	False	0.9997008442878723	0		MOBQ			mobilizable	chromosome	3004.0	94.67399999999999	98.0	0.0014093370339584009	LR698989.1	firmicutes	Lactobacillus gasseri isolate MGYG-HGUT-02387 genome assembly, chromosome: 1	False	True
AST0052_000000010637	2155	0.586248666182616	1	1	1	1	1	False	114551	fragment	False	AST0052_000000010637	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	chromosome	2074.0	91.176	100.0	0.0006217701908524953	CP053571.1	firmicutes	Lactiplantibacillus plantarum strain CNEI-KCA4 chromosome, complete genome	False	True
ISR0007_000000001339	9867	0.5862386297612874	9	3	0	3	1	True	38457	fragment	False	ISR0007_000000001339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.9506476041676527e-06	LR828289.1	monocots	Ananas comosus genome assembly, chromosome: 9	True	True
ISR0223_000000004311	5706	0.5862330465013835	5	3	2	2	2	True	101053	fragment	False	ISR0223_000000004311	0.9658541303927259		0	0	False	False	0.9998247623443604	0					non-mobilizable	chromosome	5725.0	94.21799999999999	100.0	0.0011607167329387125	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0059_000000003663	5169	0.5862330465013835	4	3	2	2	2	True	101053	fragment	False	ISR0223_000000004311	0.9209603925692254		0	0	False	False	1.0	0					non-mobilizable	chromosome	5169.0	98.181	100.0	0.0010492538177063612	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0070_000000003764	5101	0.5862330465013835	4	3	2	2	2	True	101049	fragment	False	FIJ0070_000000003764	0.96376296639899		0	0	False	False	1.0	0					non-mobilizable	chromosome	4858.0	93.681	95.0	0.0009820512221837595	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0134_000000003436	4799	0.5862330465013835	4	3	2	2	2	True	101049	fragment	False	FIJ0070_000000003764	0.9537344153768121		0	0	False	False	1.0	0					non-mobilizable	chromosome	4676.0	94.846	97.0	0.0009459120620537803	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0098_000000005967	4283	0.5862330465013835	4	3	2	2	2	True	101049	fragment	False	FIJ0070_000000003764	0.5397338733486214		0	0	False	False	1.0	0					non-mobilizable	chromosome	3857.0	98.00399999999999	90.0	0.0007826767545003914	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0058_000000009856	4255	0.5862330465013835	4	3	2	2	2	True	101049	fragment	False	FIJ0070_000000003764	0.5361552565577848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3776.0	97.24600000000001	89.0	0.0007658253483723673	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
TAN0010_000000002727	4234	0.5862330465013835	4	3	2	2	2	True	101049	fragment	False	FIJ0070_000000003764	0.399397448387896		0	0	False	False	1.0	0					non-mobilizable	chromosome	4248.0	92.82	100.0	0.0008592186835397292	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
CAN0001_000000011285	4223	0.5862330465013835	4	3	2	2	2	True	101035	fragment	False	CAN0001_000000011285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3455.0	84.197	81.0	0.0006955773180073516	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0042_000000007814	3063	0.5862297872797803	4	4	4	3	3	False	47314	maximal	True	FIJ0042_000000007814	1.0		77	12	False	False	1.0	0					non-mobilizable	no_good_hit	1637.0	79.352	53.0	0.005490053690237253	NZ_QXGK01000001.1	high GC Gram+	Bifidobacterium samirii strain 2033B Contig_1, whole genome shotgun sequence	True	False
ENG0146_000000001857	11954	0.5862296096982245	16	13	6	9	11	False	108128	maximal	True	ENG0146_000000001857	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	3099.0	97.58	26.0	0.0005630932735998556	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
MAD0044_000000004104	5592	0.5862259377333551	4	3	3	3	3	False	17988	maximal	True	MAD0044_000000004104	1.0		2	1	False	False	0.9996423721313477	0					non-mobilizable	no_good_hit	4522.0	92.87899999999999	83.0	0.005769100477967354	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ENG0067_000000009122	3143	0.5862249722700354	4	4	4	4	3	False	62682	fragment	False	ENG0067_000000009122	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3144.0	98.919	100.0	0.021221144172793995	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0037_000000036597	1970	0.5862174392260003	3	2	2	2	0	False	13800	maximal	True	MON0037_000000036597	1.0		1	1	False	False	0.9994924068450928	0					non-mobilizable	no_good_hit	906.0	83.333	81.0	0.007056768833784379	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
MON0009_000000023980	1609	0.5862174392260003	3	2	2	2	0	False	13799	fragment	False	MON0009_000000023980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	83.333	84.0	0.007056768833784379	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
ISR0173_000000006101	1595	0.5862174392260003	2	2	2	2	0	False	29918	maximal	True	ISR0173_000000006101	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	87.35700000000001	77.0	0.0005639858324541744	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0012_000000012432	1946	0.5862157649521083	2	2	2	1	2	False	8005	maximal	True	SPA0012_000000012432	1.0		53	10	False	False	0.9989722371101379	0					non-mobilizable	no_good_hit	1608.0	99.93799999999999	83.0	0.00025817085866310227	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ISR0345_000000011109	1295	0.5862144195615465	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.5288122867474855		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	95.02	96.0	0.28568145253964605	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
SPA0097_000000015450	2141	0.5862140792206998	1	1	1	1	0	False	50566	maximal	True	SPA0097_000000015450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	99.86200000000001	34.0	0.00031645348308634807	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
SPA0093_000000020506	1852	0.5862135941233225	3	3	2	2	3	False	5272	fragment	False	SPA0093_000000020506	1.0		0	0	False	False	0.9929805397987366	0					non-mobilizable	other	1852.0	99.568	100.0	0.0007198337732317503	CP015902.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06, complete genome	False	False
AST0140_000000013477	2131	0.5862135700619434	3	2	1	2	1	False	105555	maximal	True	AST0140_000000013477	1.0		4	1	False	False	0.9981229305267334	0					non-mobilizable	no_good_hit	328.0	94.81700000000001	16.0	0.00011393799682367345	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ISR0383_000000001196	7572	0.5862123531287091	6	4	4	3	4	False	118084	maximal	True	ISR0383_000000001196	1.0		1	1	False	False	0.9973586797714233	0					non-mobilizable	no_good_hit	2623.0	82.15799999999999	53.0	0.0009216807592618514	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0080_000000002716	8318	0.5862121511405656	6	6	5	6	6	False	61779	maximal	True	ENG0080_000000002716	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4809.0	99.21	58.0	0.0009053991580616398	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0196_000000001235	12724	0.5862094829084039	12	8	6	7	3	True	97626	fragment	False	ISR0196_000000001235	0.9858817990011408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	81.62100000000001	10.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
CHI0140_000000004626	6537	0.5862093105593693	5	3	2	3	1	False	80288	fragment	False	CHI0140_000000004626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	92.196	14.0	0.00023819085661149953	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0378_000000012459	2233	0.586205494977169	3	3	3	2	2	False	58607	maximal	True	ISR0378_000000012459	1.0		9	2	False	False	0.9811912178993225	0					non-mobilizable	other	2182.0	99.31299999999999	98.0	0.0006191266708755547	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0007_000000003515	4806	0.5861950241757223	5	4	0	1	4	False	51616	fragment	False	FIJ0007_000000003515	1.0		0	0	False	False	1.0	0	rep_cluster_2335	MOBP		MOBP	mobilizable	no_good_hit	1635.0	99.51100000000001	68.0	0.13900238338440585	CP019842.1	enterobacteria	Enterobacter roggenkampii strain R11 plasmid pASM3, complete sequence	True	True
CHI0147_000000005275	3640	0.5861915760261157	5	5	4	4	4	False	88211	fragment	False	CHI0147_000000005275	1.0		0	0	False	False	0.9980769157409668	0					non-mobilizable	no_good_hit	1010.0	81.881	56.0	0.00045984730830756604	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0018_000000025911	1543	0.5861900112222439	2	2	2	2	1	False	75038	fragment	False	DEN0018_000000025911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0041_000000000249	52602	0.5861851307623686	51	11	7	9	5	True	64772	fragment	False	ENG0041_000000000249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	93.06	1.0	0.00026355606666094865	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ENG0190_000000003513	8519	0.5861817323625259	11	5	4	4	4	True	62251	fragment	False	ENG0190_000000003513	1.0		0	0	False	False	0.9994130730628967	0					non-mobilizable	no_good_hit	296.0	83.10799999999999	3.0	0.0008825458425139258	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ENG0050_000000011269	2343	0.5861805987659806	3	3	2	3	2	False	64144	maximal	True	ENG0050_000000011269	1.0		26	8	False	False	0.98591548204422	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.1510453157453609e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ISR0046_000000027880	1336	0.5861805630024151	2	1	1	1	1	False	36147	maximal	True	ISR0046_000000027880	1.0		1	1	False	False	0.9752994179725647	0					non-mobilizable	no_good_hit	293.0	98.635	22.0	0.00012381795199170928	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MAD0070_000000008105	2343	0.5861744140039223	3	3	3	2	2	False	16367	maximal	True	MAD0070_000000008105	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	93.913	17.0	7.348857687759285e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0041_000000020954	1706	0.5861705502893085	3	3	3	2	1	False	18239	fragment	False	MAD0041_000000020954	1.0		0	0	False	False	0.9994138479232788	0					non-mobilizable	chromosome	1744.0	96.67399999999999	100.0	0.00046495758962571045	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0005_000000007008	3429	0.5861692243117904	3	2	2	1	0	False	67697	maximal	True	ENG0005_000000007008	1.0		18	4	False	False	0.9956255555152893	0					non-mobilizable	no_good_hit	475.0	97.26299999999999	14.0	0.002288285330835852	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
SPA0093_000000019177	1995	0.5861685029391375	3	3	3	3	2	False	5275	maximal	True	SPA0093_000000019177	1.0		1198	15	False	False	0.999498724937439	0					non-mobilizable	chromosome	2008.0	92.181	100.0	0.0006738614787186669	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0153_000000004418	3814	0.5861650756976741	4	3	3	3	3	False	3229	maximal	True	SPA0153_000000004418	1.0		11	2	False	False	0.998951256275177	0					non-mobilizable	no_good_hit	282.0	92.90799999999999	7.0	0.2979851537645811	GQ883023.1		Uncultured organism clone VC1D767TF genomic sequence	True	False
MON0027_000000019344	2112	0.5861623544156334	3	3	3	3	3	False	99063	maximal	True	MON0027_000000019344	1.0		4	3	False	False	0.9995265007019043	0					non-mobilizable	chromosome	2054.0	94.499	97.0	0.0006976071700289202	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0030_000000022294	1610	0.5861599332013866	3	2	1	1	2	False	119970	fragment	False	MAD0002_000000021610	0.5729525821661633		0	0	False	False	0.9981366395950317	0					non-mobilizable	no_good_hit								True	False
MON0071_000000003254	3577	0.5861598094097232	2	2	1	1	2	False	10426	maximal	True	MON0071_000000003254	1.0		98	11	False	False	1.0	0					non-mobilizable	other	3577.0	100.0	100.0	0.0006655349842298358	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ITA0006_000000004310	6110	0.5861581363757853	8	7	5	6	1	True	122404	maximal	True	ITA0006_000000004310	1.0		1	1	False	False	0.998690664768219	0					non-mobilizable	no_good_hit	875.0	75.429	14.0	0.0002694111344573108	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0074_000000002003	6607	0.5861508127804984	9	8	5	5	7	True	74237	maximal	True	MON0074_000000002003	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2119.0	93.29899999999999	32.0	0.04832	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0149_000000001541	9272	0.5861434803812133	12	9	5	7	8	False	49157	maximal	True	ISR0149_000000001541	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	971.0	93.92399999999999	33.0	0.0016776838613391692	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
MAD0044_000000022468	1108	0.5861420716314506	2	2	1	1	2	False	17927	maximal	True	MAD0044_000000022468	1.0		7	3	False	False	1.0	0					non-mobilizable	chromosome	1108.0	99.819	100.0	0.00036903850301714814	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	False	False
CHI0028_000000004473	2915	0.5861338526726931	4	4	4	4	4	False	88721	maximal	True	CHI0028_000000004473	1.0		30	8	False	False	0.9982847571372986	0					non-mobilizable	no_good_hit	1999.0	76.688	68.0	0.0008804588560639428	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0004_000000002487	6412	0.5861321794785479	9	7	3	5	4	True	81116	maximal	True	ISR0004_000000002487	1.0		1	1	False	False	0.9943855404853821	0					non-mobilizable	no_good_hit	1184.0	71.03	18.0	0.000505474734154485	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
FIJ0119_000000001551	9897	0.5861294435242945	10	9	9	9	6	False	83722	fragment	False	FIJ0119_000000001551	0.9929369918699187		0	0	False	False	1.0	0					non-mobilizable	other	8496.0	99.565	100.0	0.020713298205660254	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0103_000000012983	3540	0.5861291064884944	3	3	3	3	2	False	69228	maximal	True	MON0103_000000012983	1.0		14	5	False	False	0.9994350075721741	0					non-mobilizable	no_good_hit	1116.0	77.778	31.0	0.0003095541497453519	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0010_01_000000021929	1192	0.5861241892566333	1	1	1	1	1	False	2036	maximal	True	USA0010_01_000000021929	1.0		17	6	False	False	0.9865771532058716	0					non-mobilizable	other	1195.0	87.029	100.0	0.006421873554398167	NZ_AUJC01000011.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00010.10_C, whole genome shotgun sequence	False	False
FIJ0169_000000013609	1668	0.586120119352778	2	2	2	2	2	False	117358	maximal	True	FIJ0169_000000013609	1.0	PS787	5	4	False	True	1.0	0					non-mobilizable	chromosome	1477.0	98.984	99.0	0.0006399725280085538	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MAD0089_000000018168	1507	0.586120119352778	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8029688860188176	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1507.0	98.34100000000001	100.0	0.0006529800997160447	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
AST0099_000000014230	1476	0.586120119352778	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7773806743811451	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1476.0	99.255	100.0	0.0006074413417576181	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0002_000000025802	1469	0.586120119352778	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7748906461322829	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1469.0	99.115	100.0	0.0006045585692882599	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ENG0011_000000019692	1456	0.586120119352778	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7710222352522645	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	98.764	100.0	0.0005992048489880233	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0234_000000003657	3036	0.5861163433806548	4	4	3	3	3	True	122080	maximal	True	ISR0234_000000003657	1.0		10	4	False	False	0.9973649382591248	0					non-mobilizable	no_good_hit	982.0	74.847	32.0	0.00040786470461247614	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
USA0030_01_000000006689	2533	0.5861154369591933	4	3	2	3	2	False	1559	fragment	False	USA0030_01_000000006689	1.0		0	0	False	False	0.9830240607261658	0					non-mobilizable	no_good_hit	1448.0	82.52799999999999	61.0	0.029379270837595645	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0266_000000018345	1180	0.5861136005642575	2	2	2	2	2	False	44348	fragment	False	ISR0266_000000018345	0.976985559566787		0	0	False	False	0.9889830350875854	0					non-mobilizable	other	1180.0	96.86399999999999	100.0	0.00036678490476347507	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0074_000000005118	3397	0.5861106040102184	4	4	1	3	2	True	74591	fragment	False	MON0074_000000005118	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2950.0	96.169	87.0	0.0013306807016529882	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	True
ENG0081_000000015260	1693	0.5861060841469332	2	2	2	2	2	False	61659	fragment	False	ENG0081_000000015260	1.0		0	0	False	False	0.9580625891685486	0					non-mobilizable	other	1694.0	87.30799999999999	100.0	0.060525845108209624	NZ_WNCH01000032.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold32_size27709, whole genome shotgun sequence	False	False
CHI0156_000000013763	1112	0.5861014958329853	2	2	1	2	1	False	78964	fragment	False	CHI0156_000000013763	1.0		0	0	False	False	0.9964028596878052	0					non-mobilizable	other	1112.0	100.0	100.0	0.007182849089051813	NZ_RCXZ01000011.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0011, whole genome shotgun sequence	False	False
MON0053_000000006339	5013	0.5861000451719379	8	6	3	4	5	False	11193	maximal	True	MON0053_000000006339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0058_000000024648	1402	0.5860988787321971	1	1	1	1	1	False	63415	fragment	False	ENG0058_000000024648	0.9940740740740741		0	0	False	False	0.9950071573257446	0					non-mobilizable	no_good_hit	1129.0	79.45100000000001	85.0	0.013131631473894317	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
CHI0132_000000015664	1966	0.5860954827612074	3	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.17611774988639106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	79.042	25.0	0.005417237872020519	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
ENG0029_000000009212	2620	0.5860942314855175	3	2	1	2	2	False	68423	maximal	True	ENG0029_000000009212	1.0		36	8	False	False	1.0	0					non-mobilizable	no_good_hit	1509.0	98.012	58.0	0.0007275669668182149	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
MAD0022_000000003704	2985	0.5860933268073172	4	3	1	3	1	False	19295	fragment	False	MAD0022_000000003704	0.9847492431795349		0	0	False	False	0.991959810256958	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0004835840486347386	CP035788.1	firmicutes	Clostridium tetani strain Harvard 49205 plasmid p12124569	True	False
SPA0030_000000009086	3366	0.5860920682550701	6	4	3	4	3	False	99434	maximal	True	SPA0030_000000009086	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0035_000000005069	2093	0.5860909147622818	4	2	2	2	2	False	88106	maximal	True	CHI0035_000000005069	1.0		2	1	False	False	0.992355465888977	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000003925	8398	0.5860863328841925	10	6	4	5	4	False	122858	fragment	False	ISR0076_000000002357	0.8762397265299844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1941.0	93.715	23.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0006_000000000186	48684	0.5860850376158002	74	10	3	9	4	False	38507	maximal	True	ISR0006_000000000186	1.0		1	1	False	False	0.9999383687973022	0					non-mobilizable	no_good_hit	1083.0	76.27	2.0	0.0003322529926101708	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0070_000000024679	1384	0.5860799289314256	2	1	1	1	1	False	70537	maximal	True	DEN0070_000000024679	1.0		1	1	False	False	0.9877167344093323	0					non-mobilizable	no_good_hit	410.0	75.122	29.0	0.00010825921069633238	NZ_FNUC01000004.1	high GC Gram+	Jiangella alba strain DSM 45237, whole genome shotgun sequence	True	False
ENG0174_000000014369	1421	0.5860764803316408	3	2	2	2	2	True	112642	fragment	False	ISR0204_000000007061	0.3774327511159806		0	0	False	False	0.9809992909431458	0					non-mobilizable	other	1421.0	100.0	100.0	0.010350155981223942	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	False	True
SPA0070_000000006514	3283	0.5860720990847156	3	2	2	2	1	True	5929	maximal	True	SPA0070_000000006514	1.0		203	11	False	False	1.0	0					non-mobilizable	other	3283.0	97.929	100.0	0.029856177281286672	NZ_JAAIUD010000008.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_8_length_109927_cov_318.445, whole genome shotgun sequence	False	True
ISR0025_000000012281	3176	0.5860703573878739	3	2	1	2	1	True	120760	fragment	False	ISR0025_000000012281	1.0		0	0	False	False	0.99055415391922	0					non-mobilizable	other	3161.0	99.96799999999999	99.0	0.005042349351834713	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
USA0065_01_000000004755	2391	0.5860703573878739	2	2	1	2	1	True	120745	fragment	False	USA0065_01_000000004755	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2410.0	85.51899999999999	99.0	0.0038280367389403407	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0162_000000010535	2345	0.5860703573878739	3	2	1	2	1	True	79346	fragment	False	ENG0162_000000010535	1.0		0	0	False	False	0.9995735883712769	0					non-mobilizable	other	2350.0	89.064	99.0	0.003733891608637098	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0111_000000008784	2323	0.5860703573878739	2	2	1	2	1	True	120755	fragment	False	ENG0111_000000008784	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2323.0	100.0	100.0	0.0037051693654937354	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
USA0069_01_000000027758	2209	0.5860703573878739	3	2	1	2	1	True	86572	fragment	False	USA0069_01_000000027758	1.0		0	0	False	False	0.9909461140632629	0					non-mobilizable	other	2224.0	84.353	100.0	0.0035280488661096677	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0247_000000006326	2151	0.5860703573878739	2	2	1	2	1	True	120744	fragment	False	ISR0247_000000006326	1.0		0	0	False	False	0.9962807893753052	0					non-mobilizable	other	2161.0	92.087	99.0	0.0034370950961556874	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0033_000000013364	2315	0.5860700623188382	4	4	4	4	4	False	89362	fragment	False	ISR0033_000000013364	0.9799818016378525		0	0	False	False	0.997840166091919	0					non-mobilizable	no_good_hit	296.0	78.041	13.0	4.2756189469165125e-05	NZ_CP018420.1	g-proteobacteria	Pseudomonas veronii strain R02 chromosome, complete genome	True	False
ENG0190_000000011126	2745	0.5860556873405256	5	4	2	3	3	False	54812	maximal	True	ENG0190_000000011126	1.0		329	15	False	False	0.9948998093605042	0					non-mobilizable	no_good_hit	704.0	91.90299999999999	77.0	0.006770657265658956	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0092_000000037170	1230	0.5860522433923855	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.00566541906769162		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	88.35	100.0	0.14119677790563867	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
ENG0151_000000007120	3300	0.5860516128846155	6	3	3	2	3	False	80656	maximal	True	ENG0151_000000007120	0.9762858022790268		11	5	False	False	1.0	0					non-mobilizable	other	3307.0	96.281	100.0	0.009733212784817955	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ISR0781_000000021866	1393	0.5860489359457839	2	2	2	2	1	False	22279	maximal	True	ISR0781_000000021866	1.0		10	5	False	False	0.9992821216583252	0					non-mobilizable	other	747.0	98.527	100.0	0.0002350844442256634	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0011_000000001963	12106	0.5860475397563321	18	9	4	8	4	True	38276	maximal	True	ISR0011_000000001963	1.0		1	1	True	True	0.9994217753410339	13					non-mobilizable	no_good_hit	260.0	82.30799999999999	2.0	0.0505859375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0237_000000007246	1622	0.5860468142229617	3	3	2	2	3	False	111969	fragment	False	ISR0046_000000017421	0.38539458186101294		0	0	False	False	0.9987669587135315	0					non-mobilizable	chromosome	1622.0	99.322	100.0	0.000451264919789818	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0102_000000007790	2363	0.5860467911983346	4	1	1	1	1	False	15001	maximal	True	MAD0102_000000007790	1.0		1	1	False	False	0.9995768070220947	0					non-mobilizable	no_good_hit	102.0	85.294	4.0	2.6680565215886717e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
ISR0166_000000004596	3796	0.5860412217206429	3	3	2	3	2	True	30220	maximal	True	ISR0166_000000004596	1.0		2	2	False	False	0.9986827969551086	0					non-mobilizable	no_good_hit	1027.0	91.91799999999999	27.0	0.0004785023715249115	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
DEN0066_000000015953	2215	0.58603955996571	3	2	1	2	1	False	90971	fragment	False	DEN0066_000000015953	0.961429247515381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	80.041	26.0	0.000629670919525992	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
FIJ0154_000000026208	1522	0.5860371585264653	3	3	3	3	1	False	39572	maximal	True	FIJ0154_000000026208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000002903	8715	0.5860309865534256	13	5	3	4	3	True	88468	maximal	True	ISR0392_000000002903	0.9993129508759876	PS328|PS329|PS369	3	2	True	True	0.9995410442352295	25					non-mobilizable	no_good_hit	1609.0	76.631	18.0	0.1510550940513702	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
FIJ0090_000000003783	8893	0.5860284640845377	9	8	4	6	6	True	122210	maximal	True	FIJ0090_000000003783	1.0		7	5	False	False	0.9986506104469299	0					non-mobilizable	no_good_hit								True	True
ENG0088_000000006241	3670	0.5860254109787671	3	2	2	2	2	True	130251	fragment	False	ENG0088_000000006241	0.9731856601573885		0	0	False	False	1.0	0					non-mobilizable	other	3690.0	96.07	100.0	0.0009852074278052369	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0084_000000000567	4838	0.5860242275857963	7	6	4	5	4	False	84180	fragment	False	CHI0084_000000000567	1.0		0	0	False	False	0.9995865821838379	0					non-mobilizable	no_good_hit	1994.0	94.935	57.0	0.0004645040515205217	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0096_000000003803	6879	0.5860237918272346	6	4	4	4	4	False	96250	fragment	False	ISR0096_000000003803	0.9863822786650962		0	0	False	False	0.9998546242713928	0					non-mobilizable	no_good_hit	2322.0	79.457	87.0	0.0037300752488065377	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ENG0166_000000006779	3910	0.586021660348668	5	3	3	2	2	False	119181	maximal	True	ENG0166_000000006779	1.0	PS816	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1497.0	79.359	43.0	0.00024256475076594864	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0400_000000004256	4075	0.5860176131091951	8	6	1	1	6	True	113915	fragment	False	USA0040_01_000000004176	0.9501358691849937		0	0	False	False	0.9992638230323792	0					non-mobilizable	other	4087.0	98.41	100.0	0.011081513342076894	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0050_000000006296	3648	0.5860156179821103	4	3	3	2	3	False	17418	maximal	True	MAD0050_000000006296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	71.967	16.0	0.013599727551367919	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
ISR0254_000000011388	1206	0.5860151253728094	2	2	2	2	1	False	26917	fragment	False	ISR0254_000000011388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	4.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
ISR0162_000000030055	1307	0.5860141006566251	2	2	2	2	1	False	108759	maximal	True	ISR0162_000000030055	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	81.535	68.0	0.6537335285505125	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	True	False
MON0069_000000012609	3615	0.5860087340771948	5	1	1	1	1	False	123291	maximal	True	MON0069_000000012609	1.0		130	9	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.285006296461795e-05	NZ_HE997173.1	firmicutes	Lactobacillus ingluviei str. Autruche 4, whole genome shotgun sequence	True	False
AST0102_000000016453	1904	0.5860076762299168	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.8723878534123465		0	0	False	False	1.0	0					non-mobilizable	chromosome	1904.0	99.265	100.0	0.0005099721940542012	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0200_000000010919	1870	0.5860076762299168	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.7231424429163781		0	0	False	False	0.9962567090988159	0					non-mobilizable	chromosome	1869.0	98.074	100.0	0.0004995208458838839	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0022_000000018840	2143	0.5860046041568531	4	4	4	4	4	False	97772	fragment	False	DEN0022_000000018840	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2158.0	96.756	100.0	0.014955750982925576	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
SPA0052_000000015124	1816	0.5859992704004611	5	3	1	2	3	True	108951	fragment	False	SPA0052_000000015124	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1817.0	94.331	99.0	0.02817906742183257	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
MON0027_000000006175	5657	0.5859985759681798	10	7	6	6	4	True	12676	maximal	True	MON0027_000000006175	1.0		2	1	False	False	0.992222011089325	0					non-mobilizable	no_good_hit	624.0	70.833	11.0	0.004241120368340276	NZ_JRMW01000038.1	firmicutes	Anaerococcus lactolyticus S7-1-13 contig38, whole genome shotgun sequence	True	True
DEN0073_000000008180	5374	0.5859972112495229	6	5	3	3	4	False	111027	maximal	True	DEN0073_000000008180	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	4113.0	98.12799999999999	81.0	0.0007840603262995499	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0128_000000013045	2701	0.5859965189789413	3	3	3	3	3	False	64468	maximal	True	ISR0128_000000013045	0.9517754709799268		38	5	False	False	0.9996297955513	0					non-mobilizable	no_good_hit	1167.0	92.031	83.0	0.0003316579770001166	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0087_000000043461	1192	0.5859862923373655	1	1	1	1	1	False	74959	fragment	False	MON0087_000000043461	0.7007575007604282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	75.09899999999999	42.0	0.0019845697707782063	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0106_000000000138	50792	0.585979869793331	71	28	17	25	15	True	105650	maximal	True	ISR0106_000000000138	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1744.0	91.34200000000001	6.0	0.0003859037848837882	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MON0038_000000001502	10038	0.5859796724062803	10	3	2	2	3	True	98543	maximal	True	MON0038_000000001502	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1372.0	91.837	22.0	0.03597538526271499	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	True	True
FIJ0129_000000016229	1372	0.5859775527069296	1	1	1	1	1	False	42719	maximal	True	FIJ0129_000000016229	0.9951298840157357		108	14	False	False	0.9992711544036865	0					non-mobilizable	no_good_hit	127.0	85.039	9.0	3.3611392021135694e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0112_000000020687	1346	0.5859775527069296	1	1	1	1	1	False	42719	maximal	False	FIJ0129_000000016229	0.9894800590089429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	85.039	9.0	3.3611392021135694e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0100_000000014352	1277	0.5859775527069296	1	1	1	1	1	False	42719	maximal	False	FIJ0129_000000016229	0.973728844909706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	84.615	10.0	3.441166325973416e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0139_000000021086	1273	0.5859775527069296	1	1	1	1	1	False	42719	maximal	False	FIJ0129_000000016229	0.9729623073675012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	85.039	10.0	3.3611392021135694e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0120_000000020179	1266	0.5859775527069296	1	1	1	1	1	False	42719	maximal	False	FIJ0129_000000016229	0.9701265974451806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	85.039	10.0	3.3611392021135694e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0378_000000026062	1264	0.5859775527069296	1	1	1	1	1	False	42719	maximal	False	FIJ0129_000000016229	0.9530358127904394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.01764705882352941	HG796538.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01580	True	False
MAD0111_000000009980	1711	0.5859769522384638	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9676557237897816		0	0	False	False	1.0	0					non-mobilizable	chromosome	1491.0	82.428	97.0	0.0003926664210723154	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0106_000000015132	2697	0.5859711337768759	5	3	2	3	2	False	8659	fragment	False	MON0106_000000015132	1.0		0	0	False	False	0.9666295647621155	0					non-mobilizable	no_good_hit	727.0	85.007	27.0	0.00022926621682244067	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0101_000000006105	4855	0.5859702497504902	7	7	6	4	6	False	88291	maximal	True	ENG0101_000000006105	1.0		15	4	False	False	0.992790937423706	0					non-mobilizable	other	4824.0	98.54899999999999	99.0	0.0015474568413644846	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0328_000000017373	1674	0.5859645291849308	3	3	3	2	2	False	24738	maximal	True	ISR0328_000000017373	0.9943324937027708		451	15	False	False	1.0	0					non-mobilizable	other	1673.0	98.565	99.0	0.024138478640622518	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0041_000000031800	2035	0.5859642087982196	2	2	2	2	1	False	91451	fragment	False	ISR0849_000000013291	0.6429493384962891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.0006852586332205079	NZ_FOGQ01000017.1	high GC Gram+	Corynebacterium cystitidis DSM 20524, whole genome shotgun sequence	True	False
CAN0002_000000010015	1905	0.5859642087982196	2	2	2	2	1	False	96921	fragment	False	CAN0002_000000010015	0.9649075676194752		0	0	False	False	0.9989501237869263	0					non-mobilizable	no_good_hit	106.0	94.34	6.0	0.001366280204551665	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0004_000000023683	1842	0.5859642087982196	2	2	2	2	1	False	96921	fragment	False	CAN0002_000000010015	0.9458043463503579		0	0	False	False	0.9994571208953857	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.0006852586332205079	NZ_FOGQ01000017.1	high GC Gram+	Corynebacterium cystitidis DSM 20524, whole genome shotgun sequence	True	False
CHI0158_000000011928	1608	0.5859642087982196	2	2	2	2	1	False	91446	fragment	False	MON0061_000000028579	0.9148342438963902		0	0	False	False	0.9993780851364136	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.00020797803751923798	NZ_LT546025.1	high GC Gram+	Corynebacterium bouchesdurhonense strain SN14, whole genome shotgun sequence	True	False
ISR0817_000000007942	1588	0.5859642087982196	3	2	2	2	1	False	91446	fragment	False	MON0061_000000028579	0.6303712974551523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	7.1181115365369105e-06	NZ_CP041217.1	firmicutes	Saccharibacillus brassicae strain ATSA2 chromosome, complete genome	True	False
ENG0080_000000019515	1438	0.5859642087982196	2	2	2	2	1	False	91445	fragment	False	SPA0044_000000019753	0.9321196829466921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	1.364351673728161e-05	NZ_CP009211.1	high GC Gram+	Corynebacterium imitans strain DSM 44264 chromosome, complete genome	True	False
ISR0257_000000008469	2013	0.5859622628242229	4	2	2	1	1	False	123040	fragment	False	ISR0257_000000008469	1.0		0	0	False	False	0.9995032548904419	0					non-mobilizable	chromosome	1570.0	98.28	95.0	0.00042019779310403967	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0011_01_000000022069	1637	0.5859622628242229	3	2	2	1	1	False	123021	fragment	False	ITA0008_000000000750	0.8318477997321387		0	0	False	False	1.0	0					non-mobilizable	chromosome	1521.0	98.02799999999999	93.0	0.0004070666120695384	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0028_000000025824	1238	0.5859612944299549	2	2	2	1	1	False	73891	fragment	False	DEN0028_000000025824	1.0		0	0	False	False	0.9943457245826721	0					non-mobilizable	other	1238.0	99.919	100.0	0.04046186052597148	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
DEN0081_000000008880	1109	0.5859612944299549	2	2	2	1	1	False	69348	fragment	False	DEN0081_000000008880	1.0		0	0	False	False	0.9720469117164612	0					non-mobilizable	other	1108.0	99.639	99.0	0.03620960355881198	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
USA0047_01_000000019086	1897	0.5859570801345305	3	3	3	2	2	False	74137	maximal	True	USA0047_01_000000019086	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	95.19200000000001	10.0	0.0006578304621096167	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
FIJ0125_000000005325	3760	0.58595093796835	3	3	2	3	3	False	50650	fragment	False	FIJ0125_000000005325	0.999866879659212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	83.96700000000001	81.0	0.01564423510700932	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
FIJ0013_000000006986	3756	0.58595093796835	3	3	2	3	3	False	50650	fragment	False	FIJ0125_000000005325	0.9993351063829787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2052.0	83.96700000000001	81.0	0.01564423510700932	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
TAN0018_000000001814	4294	0.5859498845748227	3	2	1	2	2	False	2429	maximal	True	TAN0018_000000001814	1.0		106	13	False	False	0.9855612516403198	0					non-mobilizable	no_good_hit	723.0	97.787	17.0	0.9209183673469388	EU065508.1	bacteria	Uncultured bacterium clone LM0ACA14ZH12RM1 genomic sequence	True	False
USA0016_01_000000001427	14888	0.585946452243908	20	6	1	6	2	False	45529	maximal	False	USA0006_01_000000001375	0.9510543602253189		0	0	False	False	0.9990596175193787	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	7.607822990125046e-06	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
FIJ0055_000000004067	3500	0.585945587736934	4	4	2	4	3	False	46275	maximal	True	FIJ0055_000000004067	0.9986706056129986		160	9	False	False	1.0	0					non-mobilizable	no_good_hit	943.0	81.866	44.0	0.0002795257688378694	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MAD0047_000000011971	3385	0.585945587736934	4	4	2	4	3	False	46275	maximal	False	FIJ0055_000000004067	0.9822857142857143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	98.193	43.0	0.00025389227126510004	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0076_000000004064	3308	0.585944107319561	4	4	2	2	3	False	5750	fragment	False	SPA0076_000000004064	1.0		0	0	False	False	0.9993954300880432	0					non-mobilizable	other	3191.0	99.46700000000001	100.0	0.0014281621031141992	CP003861.1	firmicutes	Streptococcus anginosus C238, complete genome	False	False
CHI0104_000000002501	3103	0.5859439101717727	4	4	4	4	2	False	90582	fragment	False	CHI0104_000000002501	1.0		0	0	False	False	0.9983886480331421	0					non-mobilizable	other	2813.0	98.969	91.0	0.0005425975886831526	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0198_000000006415	5354	0.5859434923731345	9	3	3	2	1	True	119047	maximal	True	ISR0198_000000006415	1.0		9	3	False	False	0.9998131990432739	0					non-mobilizable	no_good_hit	774.0	78.42399999999999	28.0	0.00018780627317084412	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MAD0052_000000008826	2129	0.5859434649907018	3	3	3	3	3	False	17278	maximal	True	MAD0052_000000008826	1.0		66	12	False	False	1.0	0					non-mobilizable	chromosome	1360.0	99.044	100.0	0.0002847080956401323	CP057838.1	enterobacteria	Escherichia coli strain RHB13-C09 chromosome, complete genome	False	False
CHI0143_000000013824	1417	0.5859429680647938	1	1	1	1	1	True	79912	fragment	False	CHI0143_000000013824	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1418.0	97.038	100.0	0.0074216573633143065	MN480762.1	firmicutes	Streptococcus salivarius strain NU10 plasmid pSsal-NU10, complete sequence	False	True
AST0055_000000019564	1819	0.5859393822597757	2	2	2	2	1	False	113775	maximal	True	AST0055_000000019564	1.0		15	5	False	False	1.0	0					non-mobilizable	other	1821.0	88.029	100.0	0.028560656046752758	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
SPA0031_000000003692	6584	0.5859388538522338	7	7	6	7	6	False	8650	maximal	True	SPA0031_000000003692	1.0		2	2	False	False	0.9974179863929749	0					non-mobilizable	no_good_hit	61.0	88.525	1.0	8.408639349610273e-06	CP027753.1	g-proteobacteria	Pseudomonas chlororaphis strain B25 chromosome, complete genome	True	False
ENG0092_000000011677	1932	0.5859319439526447	2	2	2	2	2	False	61108	fragment	False	ENG0092_000000011677	1.0		0	0	False	False	0.9953415989875793	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000012423	3141	0.5859316853880618	3	2	2	2	2	True	114356	maximal	False	USA0082_01_000000008824	0.9525879555279433		0	0	False	False	0.9996816515922546	0					non-mobilizable	no_good_hit	881.0	82.29299999999999	28.0	0.3576702214930271	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0128_000000020276	1750	0.5859293538533206	3	3	3	3	3	False	118103	fragment	False	AST0089_000000012601	0.9193515651705187		0	0	False	False	0.991428554058075	0					non-mobilizable	no_good_hit	519.0	72.447	29.0	0.0009518101355528415	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0062_000000010043	1994	0.5859269643459974	3	3	3	3	3	False	112015	fragment	False	ISR0048_000000008036	0.6899475668046366		0	0	False	False	0.9984954595565796	0					non-mobilizable	other	1995.0	96.391	99.0	0.03130989411505954	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
FIJ0058_000000009580	4052	0.5859226672320388	5	3	3	3	3	False	100471	maximal	True	FIJ0058_000000009580	1.0		8	2	False	False	0.9997532367706299	0					non-mobilizable	chromosome	3796.0	96.417	94.0	0.0005848002792983938	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0109_000000006503	3765	0.5859180854106412	5	5	5	3	5	False	88287	fragment	False	SPA0067_000000004855	0.38955744871265396		0	0	False	False	0.9992032051086426	0					non-mobilizable	other	3748.0	99.146	99.0	0.0012029711171354198	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0099_000000010264	2064	0.5859145919621491	4	4	4	4	4	False	131592	fragment	False	ISR0017_000000014733	0.9506550218340611		0	0	False	False	1.0	0					non-mobilizable	chromosome	2064.0	100.0	100.0	0.000871982562039467	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
AST0087_000000009478	3679	0.5859054153003073	4	3	3	3	3	False	111015	maximal	True	AST0087_000000009478	1.0		3	2	False	False	0.9994563460350037	0					non-mobilizable	no_good_hit	940.0	72.234	25.0	0.00020179580948916645	NZ_CP048630.1	a-proteobacteria	Ancylobacter pratisalsi strain DSM 102029 chromosome, complete genome	True	False
ISR0042_000000008952	3087	0.5859025231378345	5	2	2	2	1	False	89834	fragment	False	ISR0149_000000005032	0.9753445012771682		0	0	False	False	1.0	0					non-mobilizable	other	3112.0	95.01899999999999	99.0	0.04280734627519599	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0329_000000004247	3035	0.5859025231378345	4	2	2	2	1	False	89834	fragment	False	ISR0149_000000005032	0.9612322668312383		0	0	False	False	0.9996705055236816	0					non-mobilizable	other	3040.0	96.579	100.0	0.0418566842562103	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0098_000000009554	4413	0.5859000434143736	4	1	1	1	1	False	15346	maximal	True	MAD0098_000000009554	1.0		2	2	False	False	0.9993202090263367	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.618076747188807e-06	CP053352.1	CFB group bacteria	Winogradskyella sp. Z354 chromosome, complete genome	True	False
ISR0039_000000009699	3487	0.5858976676626111	4	4	2	3	3	False	111361	maximal	False	CHI0127_000000005649	0.9480537664519743		0	0	False	False	0.9959850907325745	0					non-mobilizable	chromosome	3473.0	98.87700000000001	99.0	0.000772697774576997	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0081_000000036712	1435	0.5858944461566059	2	2	2	2	2	False	112306	maximal	False	AST0060_000000020846	0.9700206753962785		0	0	False	False	0.997909426689148	0					non-mobilizable	no_good_hit								True	False
ENG0084_000000021924	1357	0.585893851416743	3	3	3	3	3	False	104380	fragment	False	ENG0093_000000007624	0.5569236119258448		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	99.26299999999999	100.0	0.009325163499824637	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0074_000000017177	1357	0.585893851416743	3	3	3	3	3	False	104380	fragment	False	ENG0093_000000007624	0.556303624539242		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	99.116	100.0	0.009325163499824637	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0315_000000007211	1351	0.585893851416743	3	3	3	3	3	False	104380	fragment	False	ENG0093_000000007624	0.5078555529106944		0	0	False	False	0.9948186278343201	0					non-mobilizable	other	1351.0	99.186	100.0	0.009283901714427183	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AUS0002_000000008601	3886	0.5858916120425162	5	4	3	3	2	False	103085	maximal	True	AUS0002_000000008601	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	94.595	6.0	6.233067069493903e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
USA0032_01_000000013035	1690	0.5858891040047647	3	3	3	3	3	False	6370	maximal	True	USA0032_01_000000013035	0.9880952380952381		104	10	False	False	0.9988165497779846	0					non-mobilizable	other	1646.0	99.45299999999999	97.0	0.02146762890365015	NZ_QRHR01000011.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf11, whole genome shotgun sequence	False	False
ENG0163_000000008575	2788	0.5858888665674364	4	2	1	1	1	True	56314	fragment	False	ENG0163_000000008575	1.0		0	0	False	False	0.998206615447998	0					non-mobilizable	no_good_hit	1932.0	77.484	68.0	0.04702357369255151	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ENG0189_000000009708	1771	0.5858888665674364	3	2	1	1	1	True	82490	fragment	False	ENG0189_000000009708	1.0		0	0	False	False	0.9988706707954407	0					non-mobilizable	other	1801.0	79.345	99.0	0.044076862123613315	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
SPA0009_000000021827	1691	0.5858888665674364	3	2	1	1	1	True	82486	fragment	False	ENG0132_000000011315	0.9716814159292035		0	0	False	False	0.9952690601348877	0					non-mobilizable	other	1707.0	80.199	99.0	0.04172444532488114	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
ISR0316_000000016473	1338	0.585884789454635	2	2	2	2	2	False	81608	fragment	False	ISR0316_000000016473	0.9736842105263158		0	0	False	False	0.9536621570587158	0					non-mobilizable	other	1338.0	98.804	100.0	0.021004178841863827	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0012_000000010511	2201	0.5858824455361079	3	3	2	3	2	True	38172	maximal	True	ISR0012_000000010511	1.0		93	9	False	False	0.9968196153640747	0					non-mobilizable	no_good_hit	819.0	72.77199999999999	37.0	0.0006841507088728424	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
MON0076_000000000397	30506	0.5858780680798807	24	13	11	11	3	True	97624	maximal	True	MON0076_000000000397	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	81.70100000000001	4.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MON0034_000000016030	1778	0.5858753696934715	2	2	2	2	1	False	12239	maximal	True	MON0034_000000016030	1.0		1	1	False	False	0.9988751411437988	0					non-mobilizable	no_good_hit	231.0	75.325	13.0	6.301961946607246e-05	CP033969.1	b-proteobacteria	Cupriavidus pauculus strain FDAARGOS_614 chromosome 1, complete sequence	True	False
FIJ0068_000000015649	2043	0.5858748371135749	4	4	4	4	4	False	45070	maximal	True	FIJ0068_000000015649	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2043.0	98.62899999999999	100.0	0.02040326931915829	NZ_CAAHGR010000007.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	False
CHI0059_000000007389	2330	0.5858688445248008	2	1	1	1	1	False	85825	maximal	True	CHI0059_000000007389	0.9582216264521894		626	13	False	False	1.0	0					non-mobilizable	other	2330.0	99.742	100.0	0.0004840608066834893	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
MON0094_000000021897	1717	0.5858677055450288	2	2	2	2	1	False	9337	fragment	False	MON0094_000000021897	1.0		0	0	False	False	0.9947583079338074	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	3.0	0.0017418374532112812	NZ_LABY01000344.1	a-proteobacteria	Methylobacterium variabile strain DSM 16961 contig_344, whole genome shotgun sequence	True	False
USA0048_01_000000006602	2381	0.5858674684976248	3	3	3	3	3	False	7077	maximal	True	USA0048_01_000000006602	1.0		219	11	False	False	0.996220052242279	0					non-mobilizable	chromosome	2427.0	76.803	100.0	0.0008197971413344666	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ENG0145_000000002997	10162	0.5858613560403069	14	9	3	8	4	True	121200	maximal	True	ENG0145_000000002997	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	94.613	11.0	0.000506434410341682	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ISR0337_000000007480	1418	0.5858595619661969	1	1	1	1	1	False	96307	maximal	True	ISR0337_000000007480	1.0		0	0	False	False	0.9964739084243774	0					non-mobilizable	no_good_hit	1073.0	99.53399999999999	76.0	0.00036426443559230517	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0124_000000004563	5491	0.5858568620497442	6	4	4	3	2	False	41265	maximal	True	FIJ0124_000000004563	1.0		2	1	False	False	0.998725175857544	0					non-mobilizable	no_good_hit	737.0	75.441	13.0	0.0002258631275651986	CP035280.1	firmicutes	Clostridium sp. JN-9 chromosome, complete genome	True	False
MON0053_000000011778	3071	0.5858537243556731	4	2	1	2	1	False	11406	maximal	True	MON0053_000000011778	1.0		5	1	False	False	0.97004234790802	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	7.925559185351585e-05	NZ_SDBQ02000004.1	high GC Gram+	Cellulosimicrobium terreum strain JCM 15619 contig4, whole genome shotgun sequence	True	False
MON0048_000000019150	2094	0.5858537243556731	5	2	1	2	1	False	11405	fragment	False	MON0048_000000019150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	7.925559185351585e-05	NZ_SDBQ02000004.1	high GC Gram+	Cellulosimicrobium terreum strain JCM 15619 contig4, whole genome shotgun sequence	True	False
SPA0020_000000016837	1943	0.5858522963385171	2	1	1	1	1	False	7723	fragment	False	SPA0020_000000016837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	93.161	62.0	0.13817005545286506	MK231669.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c3 sequence	True	False
ISR0013_000000021423	1263	0.5858497273814722	1	1	1	1	1	False	38069	fragment	False	ISR0013_000000021423	0.9961373390557939		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	99.603	99.0	0.07194696839819419	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
ISR0087_000000033662	1165	0.5858497273814722	1	1	1	1	1	False	38069	fragment	False	ISR0013_000000021423	0.9576405384006335		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	99.82700000000001	99.0	0.0661180638893651	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
FIJ0048_000000004035	6790	0.5858484596695219	9	7	6	5	7	True	46814	maximal	True	FIJ0048_000000004035	1.0		1	1	False	False	0.99985271692276	0					non-mobilizable	no_good_hit	1398.0	97.926	41.0	0.012517597266931486	CP023367.1	enterobacteria	Escherichia coli strain 1428 plasmid p111, complete sequence	True	True
SPA0127_000000008620	3420	0.5858468431134829	5	5	3	5	4	False	95938	maximal	True	SPA0127_000000008620	1.0		0	0	False	False	0.9997075796127319	0					non-mobilizable	no_good_hit	1009.0	81.863	48.0	0.0004593809317271324	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0071_000000023396	1561	0.58584224185701	3	2	2	1	1	False	44853	fragment	False	FIJ0071_000000023396	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1096.0	99.818	100.0	0.027691373947348455	NZ_CABJDZ010000011.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0012_000000020083	2460	0.5858389196043151	3	3	2	3	2	True	69670	maximal	False	ISR0213_000000009697	0.5662767593966029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	70.84899999999999	21.0	0.004464636071120257	NZ_SMCZ01000012.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_112, whole genome shotgun sequence	True	True
ISR0049_000000020001	1477	0.5858369558774714	2	2	2	1	1	False	67645	fragment	False	ISR0049_000000020001	0.9845289971588332		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	99.22200000000001	96.0	0.013858218257122948	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
ISR0152_000000002883	8865	0.5858353882617487	12	8	4	5	8	True	115538	maximal	True	ISR0152_000000002883	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	4043.0	99.58	92.0	0.0012737134973600625	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0008_000000012116	1121	0.585832907748426	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.05211739651065541		0	0	False	False	0.9982158541679382	0					non-mobilizable	chromosome	1122.0	95.633	100.0	0.00038934349088789837	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0180_000000003729	4193	0.5858307984908003	6	6	6	6	4	False	121655	fragment	False	AST0040_000000003137	0.33305172187386634		0	0	False	False	0.967087984085083	0					non-mobilizable	other	4088.0	99.242	97.0	0.06757628380054577	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0061_000000028579	1598	0.585830574121719	2	2	2	2	2	False	91446	fragment	False	MON0061_000000028579	0.921420918079627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.0006852586332205079	NZ_FOGQ01000017.1	high GC Gram+	Corynebacterium cystitidis DSM 20524, whole genome shotgun sequence	True	False
SPA0044_000000019753	1419	0.585830574121719	2	2	2	2	2	False	91445	fragment	False	SPA0044_000000019753	0.9388606135621281		0	0	False	False	0.9992952942848206	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	0.00020797803751923798	NZ_LT546025.1	high GC Gram+	Corynebacterium bouchesdurhonense strain SN14, whole genome shotgun sequence	True	False
ENG0153_000000004749	5761	0.5858262310806753	8	5	5	4	3	True	66641	maximal	True	ENG0153_000000004749	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	74.82	5.0	0.00014307775809594607	NZ_JH815225.1	firmicutes	Peptoanaerobacter stomatis strain CM2 supercont2.1, whole genome shotgun sequence	True	True
ENG0018_000000004332	5021	0.5858262310806753	7	5	5	4	3	True	66640	fragment	False	ENG0018_000000004332	1.0		0	0	False	False	0.9998008608818054	0					non-mobilizable	no_good_hit	278.0	75.18	5.0	0.00014307775809594607	NZ_JH815225.1	firmicutes	Peptoanaerobacter stomatis strain CM2 supercont2.1, whole genome shotgun sequence	True	True
ENG0168_000000006990	4156	0.5858262310806753	7	5	5	4	3	True	56000	fragment	False	ENG0168_000000006990	1.0		0	0	False	False	0.9918190836906433	0					non-mobilizable	no_good_hit	278.0	74.82	7.0	0.00014307775809594607	NZ_JH815225.1	firmicutes	Peptoanaerobacter stomatis strain CM2 supercont2.1, whole genome shotgun sequence	True	True
MAD0042_000000005262	4020	0.5858233642097601	3	3	3	3	2	False	18155	maximal	True	MAD0042_000000005262	1.0		6	3	False	False	0.9972636699676514	0					non-mobilizable	no_good_hit	233.0	75.536	6.0	8.064301231804483e-05	NZ_LT964679.1	actinobacteria	Raoultibacter timonensis strain Marseille-P3277, whole genome shotgun sequence	True	False
ISR0398_000000013564	1696	0.5858215384582693	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.09390581148430002		0	0	False	False	0.9982311129570007	0					non-mobilizable	other	1696.0	98.70299999999999	100.0	0.000526689434914812	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0062_000000002537	6249	0.5858201491278808	10	4	1	3	1	False	85604	maximal	True	CHI0062_000000002537	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2220.0	93.514	40.0	0.058709762882500995	NZ_QRST01000022.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf22, whole genome shotgun sequence	True	False
ISR0129_000000002770	4228	0.5858188452028364	5	4	2	3	4	True	123723	fragment	False	ISR0129_000000002770	0.9912910921006942		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	4229.0	99.40899999999999	100.0	0.10945144839369386	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0049_000000005491	3979	0.5858188452028364	4	4	2	3	4	True	123723	fragment	False	ISR0129_000000002770	0.9797033910587136		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3980.0	99.146	100.0	0.1030055139920785	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0062_000000008283	3933	0.5858188452028364	4	4	2	3	4	True	123723	fragment	False	ISR0129_000000002770	0.9794522865585497		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3939.0	99.568	100.0	0.07718995628908011	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0030_000000001610	3560	0.5858188452028364	4	4	2	3	4	True	123723	fragment	False	ISR0129_000000002770	0.79972419182346		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2970.0	99.764	100.0	0.07683346708431489	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0003_000000002929	3560	0.5858188452028364	4	4	2	3	4	True	123723	fragment	False	ISR0129_000000002770	0.79972419182346		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2970.0	99.764	100.0	0.07683346708431489	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AST0016_000000007524	3534	0.5858188452028364	4	4	2	3	4	True	123723	fragment	False	ISR0129_000000002770	0.6463787875757897		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2957.0	99.831	100.0	0.05792186918086128	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0196_000000001558	5464	0.5858188354363186	6	5	2	5	1	True	58937	fragment	False	ENG0196_000000001558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	82.734	7.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
CHI0164_000000012240	1752	0.5858163957845904	4	3	3	2	1	False	78390	fragment	False	CHI0164_000000012240	1.0		0	0	False	False	0.9954338073730469	0					non-mobilizable	no_good_hit	859.0	96.391	57.0	0.0041410865284373915	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0186_000000012695	2313	0.5858140130484917	2	2	2	2	1	False	29335	fragment	False	ISR0186_000000012695	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2313.0	99.95700000000001	100.0	0.00046685161690786323	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0152_000000013728	1781	0.5858140130484917	2	2	2	2	1	False	57025	maximal	True	ENG0152_000000013728	1.0		15	3	False	False	1.0	0					non-mobilizable	other	1787.0	89.14399999999999	99.0	0.012605131179662023	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0134_000000032159	1171	0.5858109529701293	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.7910867846923889		0	0	False	False	0.999146044254303	0					non-mobilizable	other	1158.0	98.964	99.0	0.013926838956630596	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
MAD0038_000000000818	10373	0.5858107085075842	17	10	7	10	3	True	18575	maximal	True	MAD0038_000000000818	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	79.339	1.0	6.57398319969143e-05	NZ_CADIKR010000001.1	b-proteobacteria	Achromobacter mucicolens strain LMG 3415 isolate LMG 3415, whole genome shotgun sequence	True	True
CHI0182_000000010239	2655	0.5858106023329099	4	4	2	4	3	False	77366	maximal	True	CHI0182_000000010239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1476.0	79.539	56.0	0.00804166896323651	NZ_KE136491.1	firmicutes	Enterococcus columbae DSM 7374 = ATCC 51263 acyDG-supercont2.1, whole genome shotgun sequence	True	False
USA0057_01_000000008183	3775	0.5858097474955095	7	6	5	6	5	True	108652	fragment	False	USA0031_01_000000007600	0.9733352176396012		0	0	False	False	0.9997351169586182	0					non-mobilizable	other	3779.0	98.624	100.0	0.034017405091800144	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	False	True
MAD0053_000000002488	5241	0.5858095630456186	7	7	6	7	7	False	113227	fragment	False	FIJ0028_000000005720	0.7534528247952185		0	0	False	False	1.0	0					non-mobilizable	other	5241.0	99.447	100.0	0.0011289084145041464	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0058_000000007321	5215	0.5858095630456186	7	7	6	7	7	False	113227	fragment	False	FIJ0028_000000005720	0.7511074492752978		0	0	False	False	1.0	0					non-mobilizable	chromosome	5215.0	99.904	100.0	0.0011077808752488736	CP019558.1	enterobacteria	Escherichia coli strain KSC207 chromosome, complete genome	False	False
SPA0098_000000014253	2518	0.5858084720063187	3	3	2	2	3	True	125712	maximal	True	SPA0098_000000014253	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	97.235	72.0	0.0005621546419911785	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0072_000000008042	3114	0.5858078826249892	4	4	2	3	3	True	124664	fragment	False	FIJ0072_000000008042	1.0		0	0	False	True	0.9996788501739502	0					non-mobilizable	other	1795.0	93.59299999999999	93.0	0.0005577992656835546	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0142_000000003347	7089	0.5858028663345327	12	10	3	8	8	True	129287	maximal	True	ENG0142_000000003347	1.0		126	12	False	False	1.0	0					non-mobilizable	no_good_hit	5371.0	98.641	76.0	0.031094383323682688	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	True
ISR0089_000000009815	2716	0.5858026864761131	3	3	2	3	2	False	54191	maximal	True	ISR0089_000000009815	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00034910106475824753	NZ_AUFC01000017.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00014.14_C, whole genome shotgun sequence	True	False
DEN0057_000000007088	1283	0.5858021019574131	1	1	1	1	1	True	72000	fragment	False	DEN0057_000000007088	1.0		0	0	False	False	0.9758378863334656	0					non-mobilizable	plasmid	1241.0	98.227	97.0	0.012614573902074284	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
FIJ0133_000000031910	1232	0.5858021019574131	2	1	1	1	1	True	40654	fragment	False	FIJ0133_000000031910	0.9563977180114099		0	0	False	False	0.9975649118423462	0					non-mobilizable	plasmid	1201.0	98.16799999999999	97.0	0.012207652163297694	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0150_000000020080	1227	0.5858021019574131	2	1	1	1	1	True	40654	fragment	False	FIJ0133_000000031910	0.9545454545454546		0	0	False	False	0.9934800267219543	0					non-mobilizable	plasmid	1217.0	99.34299999999999	99.0	0.01237042085880833	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0074_000000017402	1195	0.5858021019574131	2	1	1	1	1	True	10657	fragment	False	SPA0074_000000017402	0.9828913601368692		0	0	False	False	0.9991631507873535	0					non-mobilizable	other	1195.0	99.079	100.0	0.011915216349992017	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0065_000000022852	1169	0.5858021019574131	2	1	1	1	1	True	10657	fragment	False	SPA0074_000000017402	0.9723849372384937		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	98.256	98.0	0.01143621267763053	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0166_000000022224	1349	0.5858000106059291	2	2	2	2	2	False	115880	fragment	False	ISR0032_000000025396	0.9444666869480609		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	99.48100000000001	100.0	0.010555329345068438	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	False	False
DEN0035_000000002344	10519	0.5857969269104765	11	4	2	2	4	False	73519	maximal	True	DEN0035_000000002344	1.0		2	2	False	False	0.9999049305915833	0					non-mobilizable	no_good_hit	77.0	85.714	1.0	0.00034815708847832144	CP013844.1	firmicutes	Clostridium botulinum strain A634 plasmid pRSJ19_2, complete sequence	True	False
DEN0024_000000007098	1396	0.5857908645178056	2	2	0	1	1	False	74310	fragment	False	DEN0024_000000007098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0062_000000010425	1397	0.5857901523528245	2	2	2	2	2	False	16754	fragment	False	MAD0062_000000010425	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	85.37799999999999	100.0	0.000662686737696021	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
SPA0061_000000004206	4499	0.5857870670400966	2	2	2	2	1	True	6242	maximal	True	SPA0061_000000004206	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	97.814	5.0	0.0016962737897738922	NZ_CYZO01000008.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
USA0027_01_000000019870	1364	0.5857738188885158	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.3297704951522341		0	0	False	False	1.0	0					non-mobilizable	other	1364.0	96.70100000000001	100.0	0.35110767645543534	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
ISR0779_000000017307	1972	0.5857699131610283	2	2	1	2	1	False	46842	fragment	False	ISR0779_000000017307	1.0		0	0	False	False	0.9989858269691467	0					non-mobilizable	no_good_hit	473.0	83.51	24.0	0.00015052265527120993	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0272_000000008151	1262	0.5857657602024021	1	1	1	1	1	False	26391	fragment	False	ISR0272_000000008151	1.0		0	0	False	False	0.9817749857902527	0					non-mobilizable	chromosome	1263.0	98.021	100.0	0.0005791914321991793	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
ISR0149_000000014163	1294	0.585764555745111	2	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.25146984240696785		0	0	False	False	0.9992272257804871	0					non-mobilizable	other	1228.0	84.28299999999999	95.0	0.025401097630212168	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	False	False
ISR0246_000000000598	15128	0.5857633802449387	16	11	9	10	8	False	27146	maximal	True	ISR0246_000000000598	1.0		2	2	False	False	0.9999338984489441	0					non-mobilizable	no_good_hit	2442.0	98.28	16.0	0.021999621317993708	NZ_DS483537.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_17, whole genome shotgun sequence	True	False
MON0024_000000004056	8061	0.5857619472367348	8	7	7	6	5	False	34790	maximal	True	MON0024_000000004056	1.0		1	1	False	False	0.9997518658638	0					non-mobilizable	no_good_hit	385.0	76.104	5.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0384_000000012652	1517	0.5857558058736638	2	2	1	1	2	True	41599	fragment	False	ISR0384_000000012652	1.0		0	0	False	False	0.9762689471244812	0					non-mobilizable	other	1517.0	99.275	100.0	0.0004532203909713476	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0210_000000008155	2840	0.5857545289720202	3	3	3	3	3	False	53742	maximal	True	ENG0210_000000008155	0.9886737303617099		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	84.27	3.0	0.00016731914796526607	NZ_MCIB01000001.1	firmicutes	Thermohalobacter berrensis strain CTT3 contig_1, whole genome shotgun sequence	True	False
TAN0017_000000006822	4781	0.5857532261545138	5	5	4	4	3	False	2489	maximal	True	TAN0017_000000006822	1.0		1	1	False	False	0.9966534376144409	0					non-mobilizable	no_good_hit	1883.0	76.73899999999999	39.0	0.014135638599596125	NZ_JXQL01000063.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig63, whole genome shotgun sequence	True	False
USA0080_01_000000002595	13496	0.5857529663917865	9	6	6	2	2	False	58622	maximal	True	USA0080_01_000000002595	1.0		2	2	False	False	0.999703586101532	0					non-mobilizable	no_good_hit	2159.0	69.708	16.0	0.001279426972166543	CP027242.1	firmicutes	Peptostreptococcaceae bacterium oral taxon 929 strain W2294 chromosome, complete genome	True	False
ENG0102_000000002653	8297	0.5857510630428919	5	4	4	4	4	False	126986	fragment	False	ISR0393_000000001601	0.660088781275222		0	0	False	False	0.9962636828422546	0					non-mobilizable	no_good_hit	1826.0	96.44	60.0	0.0005452345690686813	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0197_000000003596	6054	0.5857510630428919	5	4	4	4	4	False	126985	fragment	False	ISR0096_000000004208	0.9871259804021344		0	0	False	False	0.9993392825126648	0					non-mobilizable	no_good_hit	1825.0	98.685	58.0	0.026012427683736877	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0273_000000001190	5775	0.5857510630428919	5	4	4	4	4	False	126985	fragment	False	ISR0096_000000004208	0.9766377288246071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	98.63	61.0	0.026012427683736877	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ENG0104_000000005382	5235	0.5857510630428919	4	4	4	4	4	False	126985	fragment	False	ISR0096_000000004208	0.32389383301421065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	98.63	67.0	0.026012427683736877	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
MAD0050_000000020451	1181	0.5857501760700591	2	2	2	2	2	False	60281	fragment	False	ISR0175_000000015730	0.6462419326313072		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	79.507	99.0	0.0029723389446005516	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	False
ENG0187_000000013273	2204	0.5857479636757404	2	2	2	1	1	False	54979	maximal	True	ENG0187_000000013273	1.0		0	0	False	False	0.9764065146446228	0					non-mobilizable	no_good_hit	1814.0	94.928	82.0	0.05152644606936581	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
MON0029_000000010173	2695	0.5857471914212193	3	3	3	3	3	False	95652	fragment	False	MON0040_000000010768	0.911267514892515		0	0	False	False	1.0	0					non-mobilizable	chromosome	2638.0	84.49600000000001	97.0	0.0008768277482827808	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0127_000000012579	1983	0.5857448546021087	3	3	2	2	3	False	104052	maximal	True	ISR0127_000000012579	1.0		1	1	False	False	0.9994956851005554	0					non-mobilizable	other	1833.0	97.76299999999999	92.0	0.13154680652345715	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0278_000000001843	4991	0.5857438010513075	5	2	1	2	2	False	26285	maximal	True	ISR0278_000000001843	1.0		1	1	False	False	0.9997996687889099	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001285591848395391	AC145911.4	birds	Gallus gallus BAC clone CH261-47H12 from chromosome unknown, complete sequence	True	False
ISR0094_000000008410	2334	0.5857343736551336	3	3	3	2	3	False	97345	fragment	False	SPA0132_000000015268	0.8661284193027063		0	0	False	False	0.9948586225509644	0					non-mobilizable	other	2335.0	98.801	100.0	0.0004929372066849382	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0083_000000003282	4252	0.5857334287534791	4	4	3	4	2	True	125286	fragment	False	SPA0083_000000003282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1560.0	75.256	38.0	0.01256985515746941	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	True
TAN0005_000000011829	1544	0.5857325412810542	2	1	1	1	1	False	2925	maximal	True	TAN0005_000000011829	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0070_000000005521	3499	0.585724062618484	4	3	3	3	3	False	105116	fragment	False	ISR0227_000000006955	0.875900865025635		0	0	False	False	0.9985710382461548	0					non-mobilizable	no_good_hit								True	False
FIJ0140_000000007445	3718	0.5857229240678208	4	3	3	3	2	False	71136	maximal	True	FIJ0140_000000007445	1.0		19	4	False	False	0.9997310638427734	0					non-mobilizable	other	3723.0	98.012	100.0	0.007962710790233207	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
DEN0073_000000010109	4564	0.585720719176822	5	4	2	2	3	True	84437	fragment	False	DEN0073_000000010109	1.0		0	0	False	False	0.9997808933258057	0					non-mobilizable	other	2628.0	99.54299999999999	97.0	0.000843040439626174	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
AST0024_000000024665	1455	0.5857197654519042	2	2	1	2	1	False	121026	maximal	True	AST0024_000000024665	1.0		35	5	False	False	0.976632297039032	0					non-mobilizable	no_good_hit	1214.0	76.277	83.0	0.05095649229727442	NZ_ADFP01000072.1	bacteria	Pyramidobacter piscolens W5455 contig00027, whole genome shotgun sequence	True	False
USA0013_01_000000003149	3784	0.5857169144458857	4	4	4	4	4	False	1982	maximal	True	USA0013_01_000000003149	1.0		5	4	False	False	0.9994714856147766	0					non-mobilizable	no_good_hit	1934.0	93.33	73.0	0.0007875744946464899	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
DEN0064_000000038852	1139	0.5857157122149247	2	2	2	2	1	False	71174	maximal	True	DEN0064_000000038852	1.0		29	9	False	False	0.998244047164917	0					non-mobilizable	no_good_hit	122.0	83.60700000000001	11.0	0.004593599331840097	NZ_FOBL01000033.1	firmicutes	Alkalibacterium putridalgicola strain DSM 19182, whole genome shotgun sequence	True	False
FIJ0085_000000025454	1231	0.5857125851785935	2	2	2	1	1	True	43887	fragment	False	FIJ0085_000000025454	1.0		0	0	False	False	0.982940673828125	0					non-mobilizable	other	1122.0	95.365	91.0	0.21296824491348165	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
MON0103_000000002222	12888	0.5857102188619507	14	8	4	7	5	True	121203	maximal	True	MON0103_000000002222	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	96.859	13.0	0.0004353481504768078	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
MON0027_000000002092	12509	0.5857102188619507	14	8	4	7	5	True	121203	maximal	False	MON0103_000000002222	0.985296399751707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	96.859	11.0	0.0004353481504768078	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
AUS0002_000000028335	1326	0.5857051668126017	2	2	2	1	1	False	102751	maximal	True	AUS0002_000000028335	1.0		4	2	False	False	0.9547511339187622	0					non-mobilizable	no_good_hit	445.0	97.75299999999999	34.0	0.5620253164556962	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
FIJ0099_000000004372	5199	0.5856988426374289	6	5	3	2	4	False	42815	maximal	True	FIJ0099_000000004372	1.0		1	1	False	False	0.9986535906791687	0					non-mobilizable	no_good_hit	3833.0	99.139	74.0	0.011063920704718623	AP022015.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-ESBL-03_1 DNA, complete genome, strain: WP3-S18-ESBL-03	True	False
ENG0193_000000008551	2393	0.5856973128975237	2	2	2	1	2	False	54595	maximal	True	ENG0193_000000008551	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	74.005	35.0	0.0035436434770877365	NZ_JPZS01000027.1	bacteria	Synergistes jonesii strain 113-4 contig00001, whole genome shotgun sequence	True	False
ISR0354_000000005603	3386	0.5856967483466871	3	1	1	1	1	False	24001	fragment	False	ISR0354_000000005603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	84.444	3.0	5.330988497044596e-05	NZ_FNVZ01000005.1	fusobacteria	Leptotrichia massiliensis strain Marseille-P3007T, whole genome shotgun sequence	True	False
ENG0025_000000008579	2816	0.5856967483466871	2	1	1	1	1	False	66164	fragment	False	ENG0025_000000008579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	90.789	3.0	0.000216120889380684	NZ_JZUE01000003.1	b-proteobacteria	Aquincola tertiaricarbonis strain MIMtkpLc11 contig3, whole genome shotgun sequence	True	False
ENG0173_000000006077	2998	0.5856962500289263	4	3	3	3	3	False	88198	maximal	False	SPA0023_000000006932	0.7484798038922562		0	0	False	False	0.9993329048156738	0					non-mobilizable	chromosome	2999.0	99.03299999999999	100.0	0.0008690648566463315	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0104_000000009470	2658	0.5856957793806796	2	2	2	2	2	False	32989	fragment	False	ISR0104_000000009470	1.0		0	0	False	False	0.994356632232666	0					non-mobilizable	no_good_hit	1407.0	78.607	53.0	0.00039991384713121804	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0142_000000002156	1496	0.5856948333702244	2	2	1	2	2	False	116526	fragment	False	ENG0045_000000008222	0.9380048860049849		0	0	False	False	1.0	0					non-mobilizable	chromosome	1496.0	98.86399999999999	100.0	0.00043337290216353085	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0090_000000002205	12988	0.5856946830115676	14	11	9	11	7	True	52111	maximal	True	FIJ0090_000000002205	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	81.89399999999999	15.0	0.06314180319696919	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
ISR0774_000000005577	4269	0.5856932356757281	5	3	3	3	2	True	22485	maximal	True	ISR0774_000000005577	1.0		10	5	False	False	0.9985945224761963	0					non-mobilizable	no_good_hit	1722.0	89.024	40.0	0.00044677486684485283	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
FIJ0136_000000022876	1230	0.585691653579385	2	2	2	2	2	False	40516	fragment	False	FIJ0136_000000022876	1.0		0	0	False	False	0.9601625800132751	0					non-mobilizable	no_good_hit	837.0	91.876	68.0	0.006732000354315808	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
ENG0095_000000013576	2050	0.5856868381847203	3	2	1	2	1	False	66912	fragment	False	ENG0095_000000013576	0.9888558692421991		0	0	False	False	0.9907317161560059	0					non-mobilizable	other	2050.0	97.854	100.0	0.0007224651399110688	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ENG0125_000000017571	1511	0.5856824274732152	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7539577021833254	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1437.0	98.74700000000001	98.0	0.0006226290990652326	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
FIJ0078_000000001356	14251	0.5856785791367128	23	5	5	4	5	False	51074	maximal	True	FIJ0078_000000001356	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	71.717	3.0	0.00024709209790646177	CP014606.1	firmicutes	Endosymbiont 'TC1' of Trimyema compressum, complete genome	True	False
ISR0213_000000022995	1185	0.5856780977661002	3	2	2	1	1	False	102571	fragment	False	ISR0213_000000022995	0.9622307325375917		0	0	False	False	0.9729957580566406	0					non-mobilizable	chromosome	1096.0	88.23	99.0	0.0002436935665788628	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0143_000000009725	1898	0.5856774859433477	5	3	3	3	1	True	57610	fragment	False	ENG0143_000000009725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0006_000000007752	4293	0.5856770035369855	4	4	4	4	4	False	105084	maximal	False	CHI0175_000000002909	0.9941788486049107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2144.0	81.25	71.0	0.00047470171462348344	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CAN0006_000000031453	1427	0.5856745479059278	2	2	2	2	2	False	101681	fragment	False	CAN0006_000000031453	0.9730029585798816		0	0	False	False	0.9782760739326477	0					non-mobilizable	other	1296.0	72.531	90.0	0.022890541592023597	NZ_QGDS01000020.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_120, whole genome shotgun sequence	False	False
ISR0009_000000019086	1748	0.5856733574521421	3	3	3	3	2	False	38360	fragment	False	ISR0009_000000019086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	74.194	32.0	0.00013533820207611743	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0027_01_000000005206	5114	0.5856705140919193	7	4	2	4	1	True	23440	fragment	False	USA0020_01_000000006464	0.9560989425981873		0	0	False	False	0.9984356760978699	0					non-mobilizable	no_good_hit	40.0	100.0	1.0	2.291657485346613e-05	LT615246.1	apicomplexans	Plasmodium vivax genome assembly, chromosome: 8	True	True
ISR0038_000000004559	5960	0.5856703339019566	4	3	3	3	3	False	108745	maximal	True	ISR0038_000000004559	1.0		1	1	False	False	0.9969798922538757	0					non-mobilizable	no_good_hit	1933.0	97.206	32.0	0.0532572122014452	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0103_000000010754	4090	0.5856689565835259	5	3	2	3	3	False	8918	maximal	True	MON0103_000000010754	1.0		13	7	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	975.0	77.333	24.0	0.0002770831655123439	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ISR0106_000000001518	12703	0.5856612647214879	24	4	4	4	4	True	102173	fragment	False	ISR0106_000000001518	1.0		0	0	False	False	0.9990553259849548	0					non-mobilizable	no_good_hit	1215.0	91.68700000000001	12.0	0.019187501980543146	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
MAD0110_000000012433	2206	0.5856586159754568	4	3	3	3	3	False	14552	maximal	True	MAD0110_000000012433	1.0		5	2	False	False	0.9646418690681458	0					non-mobilizable	no_good_hit	626.0	74.601	28.0	0.3322386425834702	KU546959.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_4 genomic sequence	True	False
ISR0090_000000000452	27580	0.5856576727364742	57	39	12	21	33	False	36850	maximal	True	ISR0090_000000000452	1.0		2	1	False	False	1.0	0	rep_cluster_1817				non-mobilizable	no_good_hit	6877.0	97.31	83.0	0.002053542787323342	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0798_000000001059	11257	0.5856559149779682	10	7	6	5	5	False	69845	maximal	True	ISR0798_000000001059	0.997624587938724		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1065.0	84.319	13.0	0.00031156753715043053	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0093_000000002499	8695	0.5856531621902727	10	4	3	3	1	True	51466	fragment	False	FIJ0072_000000002799	0.927010795256507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	0.005219933184855234	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
MON0061_000000003997	8625	0.5856531621902727	8	4	3	3	1	True	51460	maximal	True	MON0061_000000003997	1.0		1	1	False	False	0.9981449246406555	0					non-mobilizable	no_good_hit	54.0	90.741	1.0	0.0022978347326557667	NZ_AAXG02000057.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont54.1, whole genome shotgun sequence	True	True
FIJ0104_000000003223	7420	0.5856531621902727	9	4	3	3	1	True	51459	fragment	False	FIJ0104_000000003223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
DEN0078_000000018840	1761	0.5856498119814778	2	2	2	2	2	False	69754	maximal	True	DEN0078_000000018840	1.0		195	10	False	False	0.9778534770011902	0					non-mobilizable	no_good_hit	115.0	77.391	6.0	3.6207930506636235e-05	LT669839.1	firmicutes	[Clostridium] ultunense Esp isolate Clostridium ultunense strain Esp genome assembly, chromosome: chrI	True	False
ENG0169_000000013787	1739	0.5856440149250105	2	1	1	1	1	False	55893	maximal	True	ENG0169_000000013787	1.0		2	2	False	False	0.9884991645812988	0					non-mobilizable	no_good_hit	95.0	76.842	5.0	0.0037255756807102374	NZ_PPTQ01000025.1	actinobacteria	Paraeggerthella hongkongensis strain RC2/2 A NODE_25, whole genome shotgun sequence	True	False
SPA0116_000000004787	7398	0.5856422422162887	7	6	4	4	4	False	119102	fragment	False	SPA0116_000000004787	1.0		0	0	False	True	0.9975669384002686	0					non-mobilizable	no_good_hit	1488.0	87.23100000000001	20.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0180_000000004290	4796	0.5856413561623438	4	4	4	4	2	False	64313	maximal	True	ISR0180_000000004290	1.0		0	0	False	False	0.9783152341842651	0					non-mobilizable	no_good_hit	151.0	84.10600000000001	3.0	0.0007652335772084486	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0800_000000003877	2847	0.5856398330095204	5	2	2	1	2	False	21891	maximal	True	ISR0800_000000003877	1.0		9	5	True	True	1.0	4					non-mobilizable	no_good_hit	682.0	94.575	24.0	0.00018930298917771513	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0390_000000010736	1402	0.5856361444843071	2	1	1	1	1	False	22868	maximal	True	ISR0390_000000010736	1.0		8	4	False	False	0.9914407730102539	0					non-mobilizable	no_good_hit	131.0	78.626	9.0	1.4513788098693759e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
MON0032_000000005658	3969	0.5856345958161947	4	4	4	3	4	False	127060	fragment	False	ISR0013_000000005582	0.969177260733989		0	0	False	False	1.0	0					non-mobilizable	other	2338.0	98.589	91.0	0.0006980670269908289	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0321_000000006414	1765	0.5856342723458374	3	3	3	2	3	False	120838	fragment	False	USA0052_01_000000006844	0.5120099875887943		0	0	False	False	0.998866856098175	0					non-mobilizable	other	1706.0	99.179	100.0	0.0004805948545890322	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0038_000000002239	12521	0.5856328271480122	17	6	4	5	5	True	113147	maximal	True	FIJ0038_000000002239	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	5033.0	95.609	64.0	0.11483428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0050_000000016459	1559	0.5856310254115626	2	1	1	1	1	False	46589	maximal	True	FIJ0050_000000016459	1.0		1	1	False	False	0.9878126978874207	0					non-mobilizable	no_good_hit	120.0	82.5	8.0	3.1905525036508844e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0182_000000013038	2195	0.5856289847788114	2	2	2	2	2	False	55239	fragment	False	ENG0182_000000013038	1.0		0	0	False	False	0.9794988632202148	0					non-mobilizable	other	2195.0	100.0	100.0	0.026536684486804227	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	False	False
ISR0387_000000004685	4891	0.5856278531573634	6	4	2	3	2	True	82596	fragment	False	ISR0387_000000004685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	96.601	14.0	0.0017645431740793377	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
CHI0080_000000002368	1833	0.5856255744265674	2	2	2	1	2	False	84361	maximal	True	CHI0080_000000002368	1.0		181	11	False	False	0.9994544386863708	0					non-mobilizable	no_good_hit	534.0	77.528	29.0	0.00024578045788852665	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MAD0056_000000002073	5343	0.58562526259547	4	3	3	3	3	False	85337	maximal	True	MAD0056_000000002073	1.0		2	1	False	False	0.9994385242462158	0					non-mobilizable	no_good_hit	1043.0	77.085	36.0	0.0004469355606843243	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
MAD0106_000000020453	1111	0.5856226952018437	1	1	1	1	1	False	14717	maximal	True	MAD0106_000000020453	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	92.775	86.0	0.0002852059716270881	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0134_000000001503	11751	0.5856204451934347	10	7	6	6	6	False	40644	maximal	True	FIJ0134_000000001503	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2127.0	74.847	26.0	0.0004441503623215188	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MON0027_000000019180	2127	0.5856157819387706	3	3	3	3	3	False	41120	maximal	True	MON0027_000000019180	1.0		184	14	False	False	0.9736718535423279	0					non-mobilizable	no_good_hit								True	False
CHI0085_000000000796	2125	0.5856119283365512	4	4	3	3	2	True	87540	fragment	False	ISR0010_000000008718	0.6491466545838996		0	0	False	False	1.0	0					non-mobilizable	other	2125.0	99.71799999999999	100.0	0.0004735081981406435	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
FIJ0028_000000005720	5255	0.5856099829762571	7	7	6	7	7	False	113227	fragment	False	FIJ0028_000000005720	0.850933597697304		0	0	False	False	1.0	0					non-mobilizable	chromosome	5255.0	99.56200000000001	100.0	0.0010224799634600613	CP042953.1	enterobacteria	Escherichia coli strain D8-1 chromosome, complete genome	False	False
FIJ0104_000000004337	5578	0.5856037318484062	4	3	3	1	0	False	42525	maximal	True	FIJ0104_000000004337	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000011705	1939	0.5856016708380408	3	2	2	1	1	False	125837	maximal	True	ISR0385_000000011705	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	95.681	69.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0110_000000007695	3937	0.5855993902582659	4	4	4	4	3	False	129957	maximal	True	ENG0110_000000007695	1.0		41	5	False	False	0.9979680180549622	0					non-mobilizable	chromosome	1568.0	92.02799999999999	97.0	0.0004199298098176213	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0129_000000003028	6712	0.5855925622491495	7	7	7	6	6	False	40972	maximal	True	FIJ0129_000000003028	1.0		42	11	False	False	1.0	0					non-mobilizable	no_good_hit	1858.0	80.732	63.0	0.0004503918065467894	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0054_000000009566	3047	0.5855902541853102	3	3	3	3	2	False	6443	maximal	True	SPA0054_000000009566	1.0		3	2	False	False	1.0	0					non-mobilizable	other	2140.0	78.972	92.0	0.005178934124640657	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0790_000000004942	3160	0.5855891142838315	4	2	1	2	1	False	115420	maximal	True	ISR0790_000000004942	1.0		3	1	False	False	0.9996835589408875	0					non-mobilizable	no_good_hit	854.0	83.021	27.0	0.002708812223992064	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0219_000000012304	2701	0.5855853213264933	4	3	2	3	2	False	33192	maximal	True	ISR0219_000000012304	1.0		1	1	False	False	0.9996297955513	0					non-mobilizable	no_good_hit								True	False
AST0025_000000008980	3733	0.5855833127221338	5	2	2	2	1	False	120494	maximal	True	AST0025_000000008980	1.0		1	1	True	True	0.9962496757507324	2					non-mobilizable	no_good_hit	261.0	98.851	7.0	7.380693921487584e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
AST0097_000000003301	6783	0.5855779694339279	7	5	2	3	2	False	113671	maximal	True	AST0097_000000003301	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	92.65700000000001	25.0	0.0004668560794119835	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0045_000000037686	1143	0.5855726555542492	1	1	1	1	1	False	20114	maximal	False	MAD0023_000000011755	0.6544968833481746		0	0	False	False	0.9982502460479736	0					non-mobilizable	no_good_hit	116.0	98.27600000000001	10.0	3.432321691640821e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0209_000000012678	1428	0.5855713401880498	2	2	2	2	1	False	53778	fragment	False	ENG0209_000000012678	1.0		0	0	False	False	0.9985994100570679	0					non-mobilizable	chromosome	1428.0	98.249	100.0	0.00045898128716531677	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0266_000000000886	12326	0.5855677302334998	12	5	3	4	2	True	26587	fragment	False	ISR0266_000000000886	1.0		0	0	False	False	0.9977284073829651	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	2.489444754242014e-05	NZ_FOCW01000001.1	b-proteobacteria	Brachymonas denitrificans DSM 15123, whole genome shotgun sequence	True	True
FIJ0046_000000009911	2929	0.5855662869796883	3	2	1	2	1	False	46981	maximal	True	FIJ0046_000000009911	1.0		16	7	False	False	0.9921475052833557	0					non-mobilizable	no_good_hit	112.0	76.786	4.0	0.00029269408944199203	NZ_VLKU01000004.1	a-proteobacteria	Paracoccus sulfuroxidans strain CGMCC 1.5364 IQ24DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
ISR0249_000000009114	2113	0.5855550189083947	3	3	3	3	2	False	101071	fragment	False	ISR0249_000000009114	0.9697802197802198		0	0	False	False	1.0	0					non-mobilizable	chromosome	1344.0	95.833	96.0	0.0004553305444903815	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0157_000000013722	2282	0.5855541499935617	2	2	2	2	2	True	131035	maximal	True	ISR0157_000000013722	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	91.163	57.0	0.00038974389985789015	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
MON0067_000000004777	3499	0.5855518596919189	3	2	2	2	1	False	10607	maximal	True	MON0067_000000004777	1.0		5	4	False	False	1.0	0					non-mobilizable	other	3509.0	99.37299999999999	100.0	0.015321417646287637	NZ_JAAISM010000002.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_2_length_228830_cov_202.307, whole genome shotgun sequence	False	False
ISR0083_000000005272	4351	0.5855514523671993	4	4	2	2	3	True	34122	maximal	True	ISR0083_000000005272	0.9637698042870456		166	11	False	False	0.9896575212478638	0					non-mobilizable	chromosome	4358.0	91.48700000000001	100.0	0.0007021007836548485	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
ISR0853_000000003529	4292	0.5855514523671993	4	4	2	2	3	True	34122	maximal	False	ISR0083_000000005272	0.9578257871753619		0	0	False	False	0.9953401684761047	0					non-mobilizable	chromosome	4283.0	93.29899999999999	99.0	0.0006904824760420815	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
ISR0281_000000010535	1695	0.5855490133241161	3	3	2	3	2	False	122007	maximal	True	ISR0281_000000010535	1.0		6	3	False	False	0.9952802062034607	0					non-mobilizable	no_good_hit	1343.0	79.3	79.0	0.00036251074507897093	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MAD0063_000000008774	1568	0.5855480667466286	2	2	2	2	2	False	16816	maximal	True	MAD0063_000000008774	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0085_000000009112	1868	0.5855376680397575	4	3	1	2	2	False	61475	maximal	True	ENG0085_000000009112	1.0		1	1	False	False	0.990899384021759	0					non-mobilizable	no_good_hit	1169.0	85.8	62.0	0.035147943374445594	MK448920.1	viruses	Streptococcus phage Javan372, complete genome	True	False
ISR0230_000000001995	10248	0.5855375250481493	13	9	6	9	6	True	122085	maximal	True	ISR0230_000000001995	1.0		1	1	False	False	0.9997072815895081	0					non-mobilizable	no_good_hit	2602.0	84.589	30.0	0.0009171149026055026	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
USA0062_01_000000014421	1272	0.5855231380417801	2	1	1	1	1	False	122989	fragment	False	ISR0038_000000026647	0.9733780277460353		0	0	False	False	0.9968553185462952	0					non-mobilizable	no_good_hit	947.0	76.98	74.0	0.0002827919729242497	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0153_000000004539	3736	0.5855215518859074	4	4	4	4	3	False	3228	maximal	True	SPA0153_000000004539	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	2303.0	97.221	85.0	0.029655501282365222	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	True	False
ISR0180_000000005556	3806	0.5855154030652162	5	4	2	4	1	False	29646	maximal	True	ISR0180_000000005556	1.0		3	1	False	False	0.9968470931053162	0					non-mobilizable	no_good_hit	100.0	85.0	3.0	0.00041357714690851084	NZ_SJCO01000014.1	CFB group bacteria	Puteibacter caeruleilacunae strain JC036 scaffold_13, whole genome shotgun sequence	True	False
AUS0004_000000000509	27439	0.5855151398241503	25	8	3	8	6	True	102563	fragment	False	AUS0004_000000000509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.811	3.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
MAD0089_000000003019	5971	0.5855127807668826	5	4	4	4	3	False	132414	fragment	False	SPA0067_000000003394	0.9544049459041731		0	0	False	False	0.9984927177429199	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000022050	1874	0.5855071658098189	3	3	3	2	3	False	15414	maximal	True	MAD0097_000000022050	1.0		14	3	False	False	0.9882603883743286	0					non-mobilizable	plasmid	1284.0	98.75399999999999	99.0	0.006340978449576361	CP052373.1	enterobacteria	Klebsiella pneumoniae strain D16KP0042 plasmid pD16KP0042-1, complete sequence	False	True
ISR0369_000000005889	2246	0.5855050007567929	4	3	3	3	1	False	23547	fragment	False	ISR0369_000000005889	1.0		0	0	False	False	0.993766725063324	0					non-mobilizable	no_good_hit	458.0	76.85600000000001	20.0	0.00016611749534160643	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
SPA0096_000000017167	2316	0.5855017576981543	1	1	1	1	1	False	5170	fragment	False	SPA0096_000000017167	1.0		0	0	False	False	0.9987046718597412	0					non-mobilizable	other	2316.0	100.0	100.0	0.010084377708951356	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0084_000000018514	1895	0.5854908579802296	3	3	3	3	3	False	111364	fragment	False	FIJ0122_000000007856	0.5683055768509305		0	0	False	False	0.9810026288032532	0					non-mobilizable	chromosome	1877.0	100.0	99.0	0.0003754607950682544	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
MON0041_000000005504	6939	0.5854891320476217	4	3	3	3	2	False	19210	fragment	False	MON0041_000000005504	0.9953145917001338		0	0	False	False	0.9968295097351074	0					non-mobilizable	no_good_hit	138.0	78.26100000000001	2.0	0.17153748411689962	GQ880075.1		Uncultured organism clone VC1CE15TR genomic sequence	True	False
SPA0114_000000037116	1267	0.5854885023690936	2	1	1	1	1	False	4417	fragment	False	SPA0114_000000037116	1.0		0	0	False	False	0.9992107152938843	0					non-mobilizable	no_good_hit	488.0	84.426	39.0	0.0019981044676302974	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0094_000000030352	1297	0.5854872493144291	2	2	2	2	2	False	68300	maximal	True	DEN0094_000000030352	1.0		337	13	False	False	1.0	0					non-mobilizable	other	816.0	87.37700000000001	97.0	0.00024417656946672863	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0117_01_000000001279	17488	0.5854853663750084	22	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9418900141990073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0075_000000001266	17483	0.5854853663750084	22	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9683452467539436		0	0	False	False	0.999885618686676	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	4.687233035618435e-05	NZ_LT629967.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
SPA0126_000000001599	17431	0.5854853663750084	22	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9405136346349294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0113_000000001636	17395	0.5854853663750084	22	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9560413483257156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0167_000000001288	17393	0.5854853663750084	22	9	2	9	3	False	117105	maximal	True	ENG0167_000000001288	0.9710096974669002		31	7	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.602020265063769e-06	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
USA0132_01_000000001115	17385	0.5854853663750084	22	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.967124913448287		0	0	False	False	0.9999424815177917	0					non-mobilizable	no_good_hit								True	False
USA0087_01_000000000448	17384	0.5854853663750084	20	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9692595962369601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0140_000000000804	17383	0.5854853663750084	21	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9699766437670404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.3226962650818892e-06	CP025655.1	eudicots	Ipomoea trifida cultivar NCNSP0306 chromosome 12	True	False
ENG0001_000000001049	17379	0.5854853663750084	21	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9683714816515239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.602020265063769e-06	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ENG0193_000000001066	17345	0.5854853663750084	21	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9691279901113604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	4.687233035618435e-05	NZ_LT629967.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
SPA0047_000000002038	17315	0.5854853663750084	22	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9683419740789977		0	0	False	False	0.9975166320800781	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.602020265063769e-06	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
SPA0103_000000000964	17216	0.5854853663750084	22	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9666925844875203		0	0	False	False	0.9998257160186768	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.08256880733944955	XR_003710378.1	rodents	PREDICTED: Grammomys surdaster uncharacterized LOC114614754 (LOC114614754), ncRNA	True	False
SPA0111_000000001436	17193	0.5854853663750084	22	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9514873991659223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000001922	17185	0.5854853663750084	22	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9669913778809704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	0.0	7.068969579867574e-05	NZ_FRAI01000005.1	firmicutes	Anaerobranca californiensis DSM 14826, whole genome shotgun sequence	True	False
AST0149_000000001435	17175	0.5854853663750084	21	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.962327533026381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.602020265063769e-06	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
USA0072_01_000000001075	16936	0.5854853663750084	20	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9517637078839344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0012_000000001329	16913	0.5854853663750084	20	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9409042377043142		0	0	False	False	0.9994678497314453	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	4.687233035618435e-05	NZ_LT629967.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
USA0010_01_000000001381	16867	0.5854853663750084	21	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.9531907698626282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.602020265063769e-06	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
AST0033_000000000815	16715	0.5854853663750084	20	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.944918414469862		0	0	False	False	0.9999401569366455	0					non-mobilizable	no_good_hit	66.0	100.0	0.0	0.002950120274134253	NZ_JAAIUL010000033.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_33_length_22033_cov_360.854, whole genome shotgun sequence	True	False
SPA0025_000000000994	16665	0.5854853663750084	19	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.5427563949688193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0102_01_000000000859	16004	0.5854853663750084	19	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.6999688968180743		0	0	False	False	0.9999375343322754	0					non-mobilizable	no_good_hit								True	False
USA0113_01_000000000996	15511	0.5854853663750084	17	9	2	9	3	False	117105	maximal	False	ENG0167_000000001288	0.3730257315020349		0	0	False	False	0.999935507774353	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000016784	2053	0.5854847495323785	3	2	2	2	1	False	18253	fragment	False	MAD0041_000000016784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0257_000000008426	2023	0.5854844913211011	3	3	3	3	3	False	100840	fragment	False	DEN0003_000000011846	0.942893287071732		0	0	False	False	0.9881364107131958	0					non-mobilizable	no_good_hit	513.0	76.023	25.0	0.0026425816714721537	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0062_000000000946	10832	0.5854838314965805	12	6	1	6	3	False	16784	fragment	False	MAD0062_000000000946	1.0		0	0	False	False	0.999169111251831	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00319337670017741	XM_014258980.1	birds	PREDICTED: Pseudopodoces humilis immunoglobulin-like and fibronectin type III domain containing 1 (IGFN1), transcript variant X2, mRNA	True	False
MON0051_000000033700	1112	0.5854810954984001	2	2	2	2	1	False	28542	fragment	False	ISR0207_000000026432	0.9762316335350043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	75.234	57.0	0.00017550582890403274	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0206_000000007911	3215	0.5854805054605484	4	4	4	4	3	False	53965	fragment	False	ENG0206_000000007911	1.0		0	0	False	False	0.996889591217041	0					non-mobilizable	no_good_hit								True	False
CHI0177_000000009305	1783	0.5854765279089148	2	1	1	1	1	False	108062	fragment	False	CHI0177_000000009305	0.9704316972205795		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	96.251	97.0	0.0005434232204742108	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0056_000000017149	1223	0.5854765279089148	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.29912573880376403		0	0	False	False	1.0	0					non-mobilizable	chromosome	1232.0	96.185	99.0	0.00043438570415828157	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0120_000000014389	1178	0.5854765279089148	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.2392556228860579		0	0	False	False	1.0	0					non-mobilizable	chromosome	1190.0	96.555	100.0	0.00041885932643044696	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0023_01_000000026119	1156	0.5854765279089148	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.2573577154084075		0	0	False	False	1.0	0					non-mobilizable	chromosome	1169.0	96.664	100.0	0.00041180188200870397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0003_000000020346	1246	0.5854761837994339	1	1	1	1	1	False	47090	maximal	True	ISR0003_000000020346	1.0		300	13	False	False	0.9863563179969788	0					non-mobilizable	other	1247.0	93.986	100.0	0.02104925017329704	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
MON0007_000000016834	3393	0.5854748772785512	3	2	0	2	1	False	100375	fragment	False	MON0007_000000016834	0.930434930213135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000006298	3339	0.5854748772785512	4	2	0	2	1	False	100382	maximal	True	ISR0037_000000006298	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	91.824	8.0	0.0015378436884740084	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	False
FIJ0032_000000010479	3310	0.5854748772785512	3	2	0	2	1	False	50583	fragment	False	FIJ0163_000000006948	0.953498173644282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	81.626	32.0	0.00023848082910234375	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0003_000000005466	3291	0.5854748772785512	3	2	0	2	1	False	100395	maximal	True	SPA0003_000000005466	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	1.0	1.1737311499444211e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0056_000000005158	3222	0.5854748772785512	3	2	0	2	1	False	100375	fragment	False	MON0007_000000016834	0.9182573137988856		0	0	False	False	0.9972066879272461	0					non-mobilizable	no_good_hit	46.0	100.0	1.0	0.0026271235915698524	NZ_JHWQ01000022.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
MON0042_000000008907	2980	0.5854748772785512	3	2	0	2	1	False	100375	fragment	False	MON0007_000000016834	0.4883502062068769		0	0	False	False	0.9976509809494019	0					non-mobilizable	no_good_hit								True	False
MON0104_000000015315	2914	0.5854748772785512	4	2	0	2	1	False	100375	fragment	False	MON0007_000000016834	0.6314750825430098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	89.36200000000001	3.0	2.4541651317019714e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0373_000000005433	2821	0.5854748772785512	2	2	0	2	1	False	100393	fragment	False	ISR0373_000000005433	1.0		0	0	False	False	0.9985820651054382	0					non-mobilizable	no_good_hit	215.0	91.163	14.0	0.025650245714970633	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MON0084_000000011002	2819	0.5854748772785512	4	2	0	2	1	False	100375	fragment	False	MON0007_000000016834	0.4790453476927707		0	0	False	False	0.9921957850456238	0					non-mobilizable	no_good_hit								True	False
CHI0016_000000001686	2817	0.5854748772785512	2	2	0	2	1	False	100404	maximal	True	CHI0016_000000001686	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0856_000000002230	2405	0.5854748772785512	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6098911574444612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0018_000000007665	2337	0.5854748772785512	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.4931838892672352		0	0	False	False	0.9995720982551575	0					non-mobilizable	no_good_hit	131.0	93.13	11.0	0.015581924967038236	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MAD0036_000000012493	2318	0.5854748772785512	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.21077423831897296		0	0	False	False	0.9935289025306702	0					non-mobilizable	no_good_hit	60.0	88.333	3.0	1.5738667692436558e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0022_000000012714	2314	0.5854748772785512	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.45953051812825735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	90.79799999999999	12.0	0.019417475728155338	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
FIJ0139_000000011421	2268	0.5854748772785512	2	2	0	2	1	False	50577	fragment	False	FIJ0131_000000007800	0.661744845343825		0	0	False	False	0.9995591044425964	0					non-mobilizable	no_good_hit	200.0	89.5	12.0	5.281790174749895e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AUS0016_000000012452	2266	0.5854748772785512	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.6346363480254434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	3.0	0.05315379163713678	NZ_JH379343.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld18, whole genome shotgun sequence	True	False
ISR0191_000000004607	2200	0.5854748772785512	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5930229561889805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0083_000000004744	2148	0.5854748772785512	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.5860296209168759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	100.0	2.0	1.1203797340378566e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0100_000000021660	2061	0.5854748772785512	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.3697913479062317		0	0	False	False	0.997573971748352	0					non-mobilizable	no_good_hit								True	False
MON0023_000000010639	2027	0.5854748772785512	3	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.14329894856587488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0101_000000031821	2019	0.5854748772785512	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.2023029726391347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0027_000000020440	2004	0.5854748772785512	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.3544092571595367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000018120	1926	0.5854748772785512	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.1856843460118222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0109_000000018965	1889	0.5854748772785512	2	2	0	2	1	False	51542	fragment	False	MON0109_000000018965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	94.355	10.0	0.014742898238043868	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MON0041_000000034980	1882	0.5854748772785512	3	2	0	2	1	False	90244	maximal	True	MON0041_000000034980	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	5.0	2.6142193794216654e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0012_000000029050	1846	0.5854748772785512	4	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.030293542074363994		0	0	False	False	0.9978331327438354	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0024_000000027840	1825	0.5854748772785512	2	2	0	2	1	False	100372	fragment	False	FIJ0029_000000013088	0.04390723748132761		0	0	False	False	0.9687671065330505	0					non-mobilizable	no_good_hit								True	False
ISR0839_000000012101	1693	0.5854748772785512	2	2	0	2	1	False	90246	fragment	False	ISR0839_000000012101	0.9485119047619048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0009_000000024399	1583	0.5854748772785512	2	2	0	2	1	False	90239	fragment	False	MAD0040_000000021002	0.9571782145416811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	1.0403526101780096e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0025_000000026477	1573	0.5854748772785512	2	2	0	2	1	False	90239	fragment	False	MAD0040_000000021002	0.9555150826877562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	0.006432084752175558	NZ_VZBY01000062.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_55_length_5286_cov_31.1633_ID_109, whole genome shotgun sequence	True	False
MON0002_000000018748	1482	0.5854748772785512	3	2	0	2	1	False	90239	fragment	False	MAD0040_000000021002	0.9532746604603528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0292_000000014645	1391	0.5854748772785512	2	2	0	2	1	False	45254	fragment	False	ISR0292_000000014645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	94.624	7.0	0.011027208438211674	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
DEN0016_000000003485	2217	0.5854732311081231	4	3	2	2	3	False	104849	fragment	False	DEN0064_000000009405	0.07610807518936183		0	0	False	False	1.0	0					non-mobilizable	plasmid	2193.0	92.795	99.0	0.1761194029850746	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
SPA0019_000000003388	7095	0.5854720453688582	10	8	7	5	6	False	22762	maximal	True	SPA0019_000000003388	1.0		9	4	False	False	0.9950669407844543	0					non-mobilizable	no_good_hit	2288.0	80.988	32.0	0.0011170713367751385	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	False
MON0066_000000017392	1954	0.5854710487408337	2	2	2	2	2	False	104609	fragment	False	MON0066_000000017392	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	95.476	97.0	0.0004065716944594538	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ISR0110_000000012436	1881	0.5854710487408337	2	2	2	2	2	False	104611	fragment	False	ISR0110_000000012436	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1539.0	87.39399999999999	93.0	0.002965261314863881	NZ_LT635837.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ISR0110_000000001860	11096	0.5854667829136463	28	15	3	5	12	False	32726	maximal	True	ISR0110_000000001860	1.0		1	1	False	False	0.9988284111022949	0					non-mobilizable	no_good_hit	2738.0	98.795	74.0	0.000817949201647498	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0142_000000002744	8182	0.5854662039853469	8	7	6	5	4	False	118965	maximal	True	ENG0142_000000002744	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	97.619	25.0	0.00017467273161493133	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0018_000000003024	5056	0.5854630732509908	6	6	6	5	5	False	116889	maximal	False	CHI0029_000000002295	0.9897212887922515		0	0	False	False	1.0	0					non-mobilizable	other	5056.0	100.0	100.0	0.0063731367557897205	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
MAD0038_000000011889	1261	0.5854614034750165	2	1	1	1	0	True	18530	maximal	True	MAD0038_000000011889	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0090_000000005201	2449	0.5854558275659386	6	4	2	2	4	False	83815	maximal	True	CHI0090_000000005201	1.0		13	6	False	False	0.9991833567619324	0					non-mobilizable	no_good_hit	536.0	87.87299999999999	22.0	0.0001477359192673187	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0203_000000011155	1579	0.5854531988569671	3	3	3	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9816278820888475		0	0	False	False	0.9905003309249878	0					non-mobilizable	no_good_hit	719.0	89.986	78.0	0.0002311022351808512	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0035_000000013009	1567	0.5854531988569671	3	3	3	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9764375550012894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	718.0	89.554	78.0	0.00023077991686121262	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0036_000000016327	1538	0.5854531988569671	3	3	3	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9615848629277859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	89.569	78.0	0.0002311022351808512	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0060_000000003276	9611	0.5854444163318372	15	6	6	6	5	True	70491	fragment	False	ISR0060_000000003276	1.0		0	0	False	False	0.9989595413208008	0					non-mobilizable	no_good_hit								True	True
ENG0076_000000011300	1142	0.5854433923603817	1	1	1	1	1	False	62029	fragment	False	ENG0076_000000011300	1.0		0	0	False	False	0.9956217408180237	0					non-mobilizable	no_good_hit								True	False
SPA0105_000000003438	8200	0.5854411213899983	11	10	8	9	9	False	111446	fragment	False	ISR0179_000000003041	0.9660030019567968		0	0	False	False	0.9996341466903687	0					non-mobilizable	other	8151.0	98.93299999999999	99.0	0.011285990716898653	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
DEN0071_000000024317	1742	0.5854307989648594	3	3	1	1	2	True	118248	fragment	False	SPA0130_000000014816	0.4598505014375416		0	0	False	False	1.0	0					non-mobilizable	other	1742.0	99.885	100.0	0.09095658534036884	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AUS0006_000000015461	1677	0.5854307989648594	3	3	1	1	2	True	118248	fragment	False	SPA0130_000000014816	0.3381260836382968		0	0	False	False	0.9958258867263794	0					non-mobilizable	other	1663.0	96.81299999999999	99.0	0.08682931926231649	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0289_000000006533	1649	0.5854307989648594	3	3	1	1	2	True	118248	fragment	False	SPA0130_000000014816	0.3449609989277714		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	98.65799999999999	99.0	0.08557546627657907	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0121_000000009674	2693	0.5854299918802126	4	4	3	4	3	False	113681	fragment	False	ISR0290_000000004278	0.9536325114870551		0	0	False	False	0.9996286630630493	0					non-mobilizable	other	2693.0	96.955	100.0	0.0008374766442945504	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0166_000000001477	14885	0.5854297144431023	17	8	5	7	3	True	56192	maximal	True	ENG0166_000000001477	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0085_000000004505	7984	0.5854278501762094	11	9	4	6	8	False	109919	fragment	False	ISR0025_000000004431	0.9862165132513842		0	0	False	False	0.9974949955940247	0					non-mobilizable	other	5697.0	99.75399999999999	100.0	0.0016059313979048997	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0021_000000002258	7983	0.5854278501762094	11	9	4	6	8	False	109919	fragment	False	ISR0025_000000004431	0.9864326747200016		0	0	False	False	0.9996241927146912	0					non-mobilizable	other	5692.0	99.75399999999999	100.0	0.001604521201735331	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0102_000000002811	7952	0.5854278501762094	11	9	4	6	8	False	109919	fragment	False	ISR0025_000000004431	0.9853671034122611		0	0	False	False	0.9998742341995239	0					non-mobilizable	other	5661.0	99.735	100.0	0.0015957779854840048	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0003_000000002066	11508	0.5854243695191357	6	3	3	3	2	False	130266	fragment	False	ISR0262_000000000954	0.7982747253255242		0	0	False	False	0.999826192855835	0					non-mobilizable	chromosome	11512.0	98.914	100.0	0.004960252042348976	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
MAD0033_000000007293	2665	0.5854207865186136	3	2	2	2	0	False	18890	maximal	True	MAD0033_000000007293	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	98.991	30.0	0.0017938722953184916	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0064_000000029687	1443	0.585418289483277	2	1	1	1	1	False	118946	fragment	False	MAD0095_000000022835	0.8451312964825958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	100.0	3.0	0.00032864781962712165	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0061_000000036438	1207	0.585418289483277	1	1	1	1	1	False	118946	fragment	False	MAD0095_000000022835	0.44758865237416223		0	0	False	False	0.9917150139808655	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000024266	1182	0.585418289483277	1	1	1	1	1	False	118946	fragment	False	MAD0095_000000022835	0.41226350843594617		0	0	False	False	0.9940778613090515	0					non-mobilizable	no_good_hit	42.0	100.0	4.0	0.0002807200125981664	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0085_000000027758	1165	0.585418289483277	1	1	1	1	1	False	118946	fragment	False	MAD0095_000000022835	0.41142373280135647		0	0	False	False	0.9527897238731384	0					non-mobilizable	no_good_hit								True	False
AST0026_000000021877	1165	0.585418289483277	1	1	1	1	1	False	118946	fragment	False	MAD0095_000000022835	0.4093263064474038		0	0	False	False	0.9751073122024536	0					non-mobilizable	no_good_hit								True	False
ENG0167_000000022559	1140	0.585418289483277	1	1	1	1	1	False	118946	fragment	False	MAD0095_000000022835	0.40774958367845887		0	0	False	False	0.988596498966217	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000021891	1140	0.585418289483277	1	1	1	1	1	False	118946	fragment	False	MAD0095_000000022835	0.40774958367845887		0	0	False	False	0.9956140518188477	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000041401	1181	0.5854158260045368	2	2	2	2	1	False	96378	maximal	True	CAN0003_000000041401	1.0		269	12	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	83.529	7.0	2.193229980490952e-05	NC_014145.1	b-proteobacteria	Thiomonas arsenitoxydans, complete genome	True	False
FIJ0105_000000014311	2196	0.5854143111071228	5	5	1	4	2	False	91958	fragment	False	ISR0250_000000005341	0.9435015631978563		0	0	False	False	1.0	0					non-mobilizable	other	2196.0	98.406	100.0	0.015318263976607372	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
SPA0112_000000018379	1812	0.5854135777156447	3	3	3	3	2	False	104584	fragment	False	SPA0145_000000018204	0.9523877165827438		0	0	False	False	0.996688723564148	0					non-mobilizable	no_good_hit	425.0	72.471	23.0	0.004440287274760246	NZ_AUDP01000017.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
ENG0135_000000003208	5901	0.5854075678498347	7	2	1	2	1	True	58111	fragment	False	ENG0135_000000003208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3107.0	94.786	83.0	0.016184837362891606	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
MAD0064_000000018451	1266	0.5854053226942013	2	1	1	1	1	True	16660	fragment	False	MAD0064_000000018451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0095_000000028801	1315	0.5854020632483188	2	1	1	1	1	False	15566	maximal	True	MAD0095_000000028801	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0096_000000008923	3749	0.585399953794428	5	4	4	4	4	False	112705	fragment	False	DEN0031_000000008200	0.9685099846390168		0	0	False	False	0.998399555683136	0					non-mobilizable	other	3749.0	97.706	100.0	0.04073470274970112	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0074_000000000564	5336	0.585395486805298	6	6	6	5	5	False	16291	maximal	True	MAD0074_000000000564	1.0		10	4	False	False	0.9992503523826599	0					non-mobilizable	chromosome	5248.0	99.352	98.0	0.0009843199169171709	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
SPA0116_000000008423	4453	0.5853949416057327	5	4	4	4	3	False	111990	fragment	False	SPA0116_000000008423	0.9801567145736828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	79.082	30.0	0.0029920521491360193	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0030_000000007482	2762	0.5853936915471953	4	4	3	3	2	False	37056	maximal	True	ISR0030_000000007482	1.0		27	5	False	False	0.982259213924408	0					non-mobilizable	no_good_hit	570.0	75.965	21.0	0.00018526074634640042	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
AST0150_000000007578	3575	0.5853932611376378	4	4	4	4	3	False	104201	fragment	False	AST0150_000000007578	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3575.0	99.35700000000001	100.0	0.0007953979972172198	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0050_000000006555	3522	0.5853923180662697	3	2	1	2	1	True	46148	fragment	False	MAD0050_000000006555	1.0		0	0	False	False	0.9991481900215149	0					non-mobilizable	no_good_hit								True	True
ISR0121_000000015143	1687	0.5853903852809542	3	3	3	3	3	False	106161	fragment	False	DEN0051_000000029417	0.9326750968205981		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	95.816	100.0	0.0004961812410371995	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0219_000000016235	2049	0.5853873684621138	3	3	3	2	2	False	131700	fragment	False	ISR0264_000000003339	0.11340274388778931		0	0	False	False	1.0	0					non-mobilizable	other	2050.0	98.34100000000001	100.0	0.039724699495928655	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ENG0032_000000003206	5528	0.5853841830850977	5	5	4	4	4	False	131660	maximal	True	ENG0032_000000003206	1.0		57	8	False	False	1.0	0					non-mobilizable	other	5529.0	99.765	100.0	0.02805201671530101	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ENG0080_000000011690	2246	0.5853833016930124	2	2	2	2	2	False	115833	maximal	True	ENG0080_000000011690	1.0		25	9	False	False	0.9915404915809631	0					non-mobilizable	no_good_hit	1021.0	73.947	44.0	0.00035342158485145847	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0083_000000001863	14441	0.5853769834457838	30	9	7	6	7	True	106992	maximal	True	FIJ0083_000000001863	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1116.0	80.376	8.0	0.00030543051012438396	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	True
MON0023_000000003183	4561	0.585369097174814	4	3	2	3	0	True	13220	fragment	False	MON0023_000000003183	0.9931801866475233		0	0	False	False	1.0	0					non-mobilizable	chromosome	4496.0	95.885	99.0	0.001843738906473801	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0019_000000014933	4179	0.585369097174814	4	3	2	3	0	True	13220	fragment	False	MON0023_000000003183	0.9518745889059417		0	0	False	False	0.9968892335891724	0					non-mobilizable	chromosome	4179.0	96.171	100.0	0.001714837794629642	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0338_000000005441	4266	0.5853674366740417	4	4	4	4	4	False	125358	fragment	False	SPA0101_000000009642	0.45228287949474755		0	0	False	False	0.9992967844009399	0					non-mobilizable	other	4274.0	93.89299999999999	100.0	0.016799355511325942	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0097_000000010070	3124	0.5853657544344694	6	6	4	5	1	False	60784	maximal	True	ENG0097_000000010070	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	100.0	7.0	2.9084472511080106e-05	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	True	False
ISR0058_000000011702	2181	0.5853651500885794	2	2	1	1	0	False	35502	maximal	True	ISR0058_000000011702	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	96.552	11.0	6.147719315894569e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0054_000000015408	1926	0.585364299434571	3	3	3	2	2	False	66404	fragment	False	ENG0030_000000009786	0.9451545191928009		0	0	False	False	1.0	0					non-mobilizable	chromosome	1927.0	95.27799999999999	100.0	0.0008346525178973347	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0320_000000003473	5160	0.5853617165032515	8	7	3	4	5	True	125618	fragment	False	ISR0056_000000002323	0.2899588226275358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1581.0	98.79799999999999	61.0	0.19094321346409976	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ENG0107_000000004837	5133	0.5853617165032515	8	7	3	4	5	True	125618	fragment	False	ISR0056_000000002323	0.28871113516243035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1545.0	99.029	61.0	0.18670541227751544	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
ISR0177_000000009894	2819	0.5853612598450602	5	3	2	3	3	False	29768	maximal	True	ISR0177_000000009894	1.0		50	9	False	False	1.0	0					non-mobilizable	chromosome	2819.0	97.056	100.0	0.0006305542701815405	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	False	False
FIJ0042_000000018074	1346	0.5853607602414687	2	2	2	2	1	False	47277	maximal	False	USA0011_01_000000026487	0.924908424908425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	0.022833723653395786	KT895861.1	eudicots	Gossypium raimondii isolate Gr291 retrotransposon Ty3, complete sequence	True	False
ISR0276_000000002205	4898	0.5853593995919453	7	5	3	5	3	False	110044	maximal	True	ISR0276_000000002205	1.0		1	1	False	False	0.9993875026702881	0					non-mobilizable	no_good_hit	1320.0	98.485	47.0	0.021075337540944317	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0061_000000030289	1516	0.5853576711128194	2	1	1	1	1	False	10809	maximal	True	MON0061_000000030289	1.0		24	7	False	False	0.998021125793457	0					non-mobilizable	no_good_hit	936.0	78.312	65.0	0.0002597794084132176	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0101_000000020340	1155	0.5853519079484784	2	1	1	1	1	False	33111	fragment	False	ISR0101_000000020340	1.0		0	0	False	False	0.9965367913246155	0					non-mobilizable	other	1171.0	95.816	100.0	0.0611166343990372	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0085_000000011425	2321	0.5853504467864192	3	3	2	3	3	False	9790	fragment	False	MON0085_000000011425	1.0		0	0	False	False	0.9995691776275635	0					non-mobilizable	no_good_hit	411.0	76.642	18.0	0.002565966187391373	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	False
MON0104_000000032256	1420	0.5853494610658523	2	2	2	2	1	False	14766	maximal	True	MON0104_000000032256	1.0		9	3	False	False	1.0	0					non-mobilizable	chromosome	1468.0	74.72800000000001	100.0	0.0004567743839907576	CP017831.1	firmicutes	Butyrivibrio hungatei strain MB2003 chromosome I, complete sequence	False	False
FIJ0031_000000000458	25284	0.5853473660573657	36	13	3	10	9	False	58440	maximal	True	FIJ0031_000000000458	0.9988450750701204		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	4028.0	88.853	49.0	0.15717361518888237	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
MAD0040_000000008036	3523	0.5853462888399446	3	2	2	2	2	False	37836	fragment	False	MAD0040_000000008036	1.0		0	0	False	False	0.9997161626815796	0					non-mobilizable	no_good_hit	1855.0	93.801	53.0	0.044891227899983024	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	True	False
MON0030_000000003489	8048	0.5853455937074312	8	5	3	4	3	True	80245	maximal	True	MON0030_000000003489	1.0		12	9	False	False	0.9997515082359314	0					non-mobilizable	no_good_hit	378.0	76.19	5.0	0.00013116497415662155	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
DEN0001_000000022954	1896	0.5853386913822031	2	2	2	2	1	False	124695	fragment	False	DEN0001_000000022954	1.0		0	0	False	False	0.9926160573959351	0					non-mobilizable	other	1300.0	98.76899999999999	95.0	0.0050113420674968755	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0089_000000010379	1853	0.5853319014113074	2	2	2	2	2	False	68836	maximal	True	DEN0089_000000010379	1.0		15	6	False	False	0.9962223172187805	0					non-mobilizable	no_good_hit	477.0	71.488	25.0	0.00013495721062557224	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
CHI0035_000000005915	1767	0.5853305773519419	3	3	2	3	2	False	88096	maximal	True	CHI0035_000000005915	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	80.919	16.0	8.505759095108311e-05	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	True	False
FIJ0071_000000018592	1930	0.5853293083783205	3	3	2	3	1	False	44872	maximal	True	FIJ0071_000000018592	1.0		29	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0178_000000001233	11573	0.5853216067003111	14	5	4	4	3	True	130525	fragment	False	CHI0141_000000002224	0.9536803194223177		0	0	False	False	1.0	0					non-mobilizable	other	11573.0	99.965	100.0	0.0022400782362616634	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0199_000000007439	3840	0.585318948863593	6	6	1	5	4	False	28822	maximal	True	ISR0199_000000007439	1.0		1	1	False	False	0.999218761920929	0					non-mobilizable	plasmid	3830.0	99.713	99.0	0.03931776641406362	CP039815.1	enterobacteria	Klebsiella pneumoniae strain C2601 plasmid pC2601-3-KPC, complete sequence	False	True
ISR0145_000000008824	3581	0.5853178259499846	5	4	3	4	2	False	31074	maximal	True	ISR0145_000000008824	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	72.211	14.0	0.0019584802193497847	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0071_000000002135	13249	0.5853091202101657	17	9	5	5	7	False	70517	fragment	False	DEN0071_000000002135	1.0		0	0	False	False	0.9997735619544983	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000015114	1720	0.585305804189577	3	3	3	3	2	False	64931	fragment	False	FIJ0038_000000019851	0.9263621014351582		0	0	False	False	0.9918604493141174	0					non-mobilizable	no_good_hit	963.0	74.247	55.0	0.00033465270309080986	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0082_01_000000008416	3510	0.5853042976209132	3	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.7890203018361635	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3501.0	99.572	99.0	0.001053782975503761	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
AST0104_000000000942	22100	0.5853042134288297	20	7	3	5	6	False	128382	maximal	True	AST0104_000000000942	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3737.0	95.42399999999999	17.0	0.9997321906802357	MK233857.1	viruses	Uncultured human fecal virus clone RuminococcusB.sp_S10.P05_5_c1 sequence	True	False
SPA0091_000000002766	6283	0.5853036954441093	14	11	4	6	8	True	89801	fragment	False	SPA0091_000000002766	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6283.0	99.984	100.0	0.05891510672618824	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	False	True
ENG0083_000000006969	3191	0.5853020704455383	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9897012378064554		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.075	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0024_000000005147	3191	0.5853020704455383	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.989974875446437		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.10600000000001	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0045_01_000000004379	3175	0.5853020704455383	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9865025766947906		0	0	False	False	1.0	0					non-mobilizable	chromosome	3189.0	79.14699999999999	100.0	0.0005728422235810601	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ENG0135_000000007073	3054	0.5852986754654393	3	3	2	3	3	False	112809	backbone	True	ENG0135_000000007073	1.0	PS721|PS725	3	3	True	True	0.9898493885993958	1					non-mobilizable	no_good_hit	2631.0	73.812	85.0	0.3145642900670323	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ITA0006_000000007251	3567	0.585297210010194	3	3	3	3	3	False	20360	maximal	True	ITA0006_000000007251	1.0		10	5	False	False	1.0	0					non-mobilizable	other	3571.0	98.684	100.0	0.01904360446502892	NZ_CYYA01000005.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
CHI0188_000000010932	1399	0.5852924064257923	1	1	1	1	1	False	96067	fragment	False	CHI0188_000000010932	0.9902128969073848		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	99.714	100.0	0.0004210257488265187	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0141_000000019848	1394	0.5852924064257923	1	1	1	1	1	False	96066	fragment	False	CHI0141_000000019848	0.9839274778912754		0	0	False	False	1.0	0					non-mobilizable	chromosome	1394.0	99.641	100.0	0.0003895292959306912	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0133_01_000000015943	1286	0.5852924064257923	1	1	1	1	1	False	96066	fragment	False	CHI0141_000000019848	0.5861101618689913		0	0	False	False	0.9984447956085205	0					non-mobilizable	chromosome	1286.0	99.76700000000001	100.0	0.0003593288910774861	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0063_01_000000017774	1199	0.5852924064257923	1	1	1	1	1	False	96066	fragment	False	CHI0141_000000019848	0.48496089879143967		0	0	False	False	0.9849874973297119	0					non-mobilizable	chromosome	1199.0	99.833	100.0	0.00033500078716795984	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0056_01_000000014273	1174	0.5852924064257923	1	1	1	1	1	False	96066	fragment	False	CHI0141_000000019848	0.4791996735798823		0	0	False	False	1.0	0					non-mobilizable	chromosome	1174.0	99.83	100.0	0.0003280099527111994	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0055_000000026382	1149	0.5852924064257923	1	1	1	1	1	False	96066	fragment	False	CHI0141_000000019848	0.29286102984741685		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	100.0	100.0	0.000321019118254439	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0044_000000014307	1149	0.5852811784638285	2	1	1	1	1	False	88634	fragment	False	FIJ0149_000000024727	0.6610809251786387		0	0	False	False	0.9991296529769897	0					non-mobilizable	no_good_hit								True	False
CHI0028_000000013499	1126	0.5852811784638285	1	1	1	1	1	False	88634	fragment	False	FIJ0149_000000024727	0.6557645950361298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000005033	3156	0.5852809371381449	3	3	3	2	3	False	72731	fragment	False	ISR0374_000000005033	0.9511254019292605		0	0	False	False	0.9987325668334961	0					non-mobilizable	other	1924.0	98.025	98.0	0.005175156021669452	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
FIJ0048_000000002459	10629	0.5852793877859097	16	5	2	3	3	False	107958	fragment	False	FIJ0048_000000002459	1.0		0	0	False	False	0.9946373105049133	0					non-mobilizable	no_good_hit	6597.0	99.06	80.0	0.010947759893079202	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0094_000000002774	8324	0.5852793877859097	12	5	2	3	3	False	107957	fragment	False	MON0094_000000002774	1.0		0	0	False	False	0.9995194673538208	0					non-mobilizable	no_good_hit	7229.0	96.29299999999999	87.0	0.0020052651748671208	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0015_000000002180	6577	0.5852793877859097	8	5	2	3	3	False	107956	fragment	False	SPA0015_000000002180	0.9866212792906903		0	0	False	False	0.9952865839004517	0					non-mobilizable	other	5897.0	97.117	95.0	0.0016364807748915585	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0164_000000002713	6316	0.5852793877859097	8	5	2	3	3	False	107956	fragment	False	SPA0015_000000002180	0.9676144138665044		0	0	False	False	1.0	0					non-mobilizable	other	5896.0	98.677	95.0	0.0016364807748915585	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0281_000000002258	6018	0.5852793877859097	9	5	2	3	3	False	107954	fragment	False	ISR0281_000000002258	1.0		0	0	False	False	0.9985044598579407	0					non-mobilizable	other	6025.0	97.477	100.0	0.0016723039583229197	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0036_000000004970	4445	0.5852793877859097	5	5	2	3	3	False	107953	fragment	False	ENG0036_000000004970	0.9793741109530583		0	0	False	False	0.9995500445365906	0					non-mobilizable	other	4446.0	98.066	100.0	0.001234094784255572	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0055_000000022251	1621	0.5852748969719377	2	2	2	2	2	False	113701	fragment	False	FIJ0135_000000017332	0.9564555420219245		0	0	False	False	0.9987661838531494	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	3.0	0.0003965704586733925	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0265_000000000734	18329	0.5852716093076258	27	10	3	9	3	False	26611	maximal	True	ISR0265_000000000734	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	86.538	0.0	0.0009984924721498914	NC_021339.1	viruses	Streptomyces phage Zemlya, complete genome	True	False
USA0026_01_000000000586	33307	0.5852712702956119	28	10	5	9	3	False	117625	fragment	False	USA0026_01_000000000586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	78.73	7.0	0.05787466321424822	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0001_000000031541	1379	0.5852693627041051	2	2	2	1	2	False	97154	fragment	False	CHI0169_000000010891	0.7119191543658662		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	98.695	100.0	0.0005614473117552318	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
USA0086_01_000000008316	2094	0.5852690226781331	3	3	3	2	2	False	107177	fragment	False	USA0086_01_000000008316	1.0		0	0	False	False	0.9914039969444275	0					non-mobilizable	other	2094.0	98.42399999999999	100.0	0.0007372740886061711	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0179_000000013931	1654	0.5852627850474014	2	2	2	2	1	False	29674	maximal	True	ISR0179_000000013931	1.0		134	14	False	False	1.0	0					non-mobilizable	other	1654.0	98.48899999999999	100.0	0.00025872701916053903	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
MAD0058_000000005836	2588	0.5852625572308081	4	4	4	3	2	False	16961	maximal	True	MAD0058_000000005836	1.0		1	1	False	False	0.9992272257804871	0					non-mobilizable	no_good_hit	752.0	83.777	32.0	0.00019766699593382184	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0051_000000040512	1212	0.5852620337314827	2	2	2	2	2	False	72409	maximal	True	DEN0051_000000040512	1.0		55	7	False	False	1.0	0					non-mobilizable	other	1212.0	99.257	100.0	0.0003692844389758227	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0119_000000024123	1254	0.5852601385163381	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.23482501341899187		0	0	False	False	1.0	0					non-mobilizable	chromosome	1254.0	99.20299999999999	100.0	0.0002788566565509727	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0256_000000009222	1936	0.5852563384786809	2	2	2	2	1	False	26840	fragment	False	ISR0256_000000009222	1.0		0	0	False	False	0.9829545617103577	0					non-mobilizable	other	1764.0	94.21799999999999	91.0	0.001249263055259518	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
ENG0096_000000019536	1665	0.585255145258048	2	2	2	2	1	True	60842	fragment	False	ENG0096_000000019536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0028_000000025734	1167	0.5852512762748331	4	2	2	2	1	False	48905	maximal	True	FIJ0028_000000025734	1.0		1	1	False	False	0.9940016865730286	0					non-mobilizable	no_good_hit	524.0	98.855	45.0	0.014492753623188406	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0007_000000030956	2021	0.5852487599807156	2	2	1	2	1	False	13952	maximal	True	MON0007_000000030956	1.0		29	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0003_000000012891	2161	0.5852472458175857	3	3	3	2	1	False	20101	fragment	False	MAD0003_000000012891	1.0		0	0	False	False	0.9856547713279724	0					non-mobilizable	no_good_hit	461.0	81.99600000000001	21.0	0.00013071925271970254	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0015_000000020285	1560	0.5852467703222455	3	3	3	3	2	False	64033	maximal	True	FIJ0015_000000020285	1.0		160	14	False	False	0.9967948794364929	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	6.0	0.0028370150776194573	NZ_BBCB01000032.1	d-proteobacteria	Desulfovibrio brasiliensis JCM 12178, whole genome shotgun sequence	True	False
SPA0149_000000012572	3048	0.5852455991060594	4	2	1	2	1	True	81250	fragment	False	SPA0149_000000012572	1.0		0	0	False	False	0.9973753094673157	0					non-mobilizable	other	1184.0	92.48299999999999	92.0	0.0003562182345569854	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0204_000000012790	2055	0.5852421601400314	4	4	4	4	3	False	87110	maximal	True	ENG0204_000000012790	1.0		0	0	False	False	0.994647204875946	0					non-mobilizable	chromosome	2056.0	89.494	99.0	0.0003811625141056123	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	False	False
ISR0262_000000006578	2445	0.5852417549933459	7	6	1	5	5	False	68872	fragment	False	ISR0262_000000006578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	98.288	47.0	0.01432408236347359	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0308_000000011309	1594	0.5852337279451806	3	2	2	2	2	False	124644	maximal	True	ISR0308_000000011309	1.0		194	11	False	False	0.9937264919281006	0					non-mobilizable	no_good_hit	110.0	78.182	7.0	0.00023146114131774258	NZ_RSFU01000005.1	CFB group bacteria	Tenacibaculum litoreum strain HSC 22 scaffold5_size466634, whole genome shotgun sequence	True	False
MAD0035_000000016976	1307	0.5852277528948312	2	2	2	2	2	False	119949	fragment	False	AST0025_000000027512	0.7923630038737377		0	0	False	False	0.9969395399093628	0					non-mobilizable	other	1304.0	96.319	99.0	0.011869841674713503	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
FIJ0144_000000017178	1832	0.585216521798452	2	1	1	1	1	True	46316	maximal	True	FIJ0144_000000017178	0.96016364795587		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	75.0	8.0	0.0025152712899748474	NZ_JAAMRF010000014.1	g-proteobacteria	Pseudomonas azotifigens strain 115A1 NODE_14_length_61226_cov_66.071654, whole genome shotgun sequence	True	True
FIJ0054_000000014478	1740	0.585216521798452	1	1	1	1	1	True	46316	maximal	False	FIJ0144_000000017178	0.953705466436641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	75.0	9.0	0.0025152712899748474	NZ_JAAMRF010000014.1	g-proteobacteria	Pseudomonas azotifigens strain 115A1 NODE_14_length_61226_cov_66.071654, whole genome shotgun sequence	True	True
ISR0838_000000014592	1663	0.585216521798452	1	1	1	1	1	True	46316	maximal	False	FIJ0144_000000017178	0.6360153256704981		0	0	False	False	0.9975947141647339	0					non-mobilizable	no_good_hit	121.0	79.339	7.0	4.5819557841266835e-05	NZ_JOMJ01000003.1	d-proteobacteria	Desulfohalovibrio reitneri strain L21-Syr-AB N911DRAFT_scf7180000000014_quiver.3_C, whole genome shotgun sequence	True	True
CHI0028_000000004912	2700	0.5852151369719872	4	3	3	3	3	False	88719	maximal	True	CHI0028_000000004912	1.0		3	3	False	False	0.9907407164573669	0					non-mobilizable	no_good_hit	1174.0	76.917	79.0	0.0003269006487914332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0019_000000002887	7349	0.5852133977178227	9	3	3	2	2	False	73677	fragment	False	ENG0019_000000002887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	868.0	88.249	54.0	0.07666340943412987	NZ_SRYX01000099.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_99_length_11257_cov_200.105, whole genome shotgun sequence	True	False
FIJ0046_000000015701	2012	0.5852129990028807	3	3	3	3	2	False	46972	maximal	True	FIJ0046_000000015701	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	82.609	3.0	0.0008545290037197145	NZ_NHOC01000006.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c6, whole genome shotgun sequence	True	False
SPA0145_000000001339	14522	0.5852095094035302	18	13	8	13	10	True	39796	fragment	False	SPA0145_000000001339	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	6.039927427349415e-06	NZ_JWJG01000028.1	b-proteobacteria	Noviherbaspirillum autotrophicum strain TSA66 contig01, whole genome shotgun sequence	True	True
ENG0101_000000004046	6834	0.5852024969066502	7	4	4	4	3	False	114533	maximal	True	ENG0101_000000004046	1.0		3	2	False	False	0.9994146823883057	0					non-mobilizable	no_good_hit	140.0	92.14299999999999	3.0	0.1684981684981685	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
CHI0064_000000012531	1459	0.5852008655298666	2	2	2	2	2	False	100786	fragment	False	FIJ0138_000000012476	0.915090899523269		0	0	False	False	1.0	0					non-mobilizable	other	1404.0	92.59299999999999	96.0	0.0003890564340103637	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0043_000000007631	1314	0.5851914347405206	2	2	2	2	2	False	87330	fragment	False	CHI0043_000000007631	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1314.0	99.54299999999999	100.0	0.00024377320069199655	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	False	False
SPA0090_000000004418	6645	0.5851912231017273	7	6	6	5	5	False	112822	fragment	False	SPA0090_000000004418	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.322	34.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0209_000000010572	1740	0.5851909642908696	3	3	3	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8213444636370323		0	0	False	False	0.9781609177589417	0					non-mobilizable	chromosome	1777.0	76.252	100.0	0.0005534869837575525	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0114_000000021859	2137	0.5851845795142935	3	3	3	3	3	False	128252	maximal	True	SPA0114_000000021859	1.0		128	9	False	False	0.9868975281715393	0					non-mobilizable	other	2091.0	98.948	98.0	0.02092531963676048	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0087_000000008685	3957	0.5851840071885983	6	4	2	3	3	False	111020	fragment	False	ENG0114_000000004403	0.15815448700534274		0	0	False	False	0.9957038164138794	0					non-mobilizable	other	3658.0	87.917	99.0	0.019049063233686984	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
DEN0071_000000008613	4293	0.5851839039527383	4	3	2	2	3	False	124373	maximal	True	DEN0071_000000008613	1.0		1	1	False	False	0.9990682601928711	0					non-mobilizable	no_good_hit	1498.0	99.93299999999999	61.0	0.05932976402934761	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	True	False
ISR0332_000000008967	1636	0.5851755012989635	1	1	1	1	1	False	102043	fragment	False	USA0032_01_000000013529	0.8669810278263378		0	0	False	False	0.980440080165863	0					non-mobilizable	other	1549.0	96.708	95.0	0.06906866684525403	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0059_000000025115	1558	0.5851755012989635	1	1	1	1	1	False	102043	fragment	False	USA0032_01_000000013529	0.957254369743569		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	97.292	99.0	0.06915796053219038	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AUS0016_000000018368	1546	0.5851755012989635	1	1	1	1	1	False	102043	fragment	False	USA0032_01_000000013529	0.9545485919636705		0	0	False	False	0.9902975559234619	0					non-mobilizable	other	1538.0	97.529	99.0	0.06857755156710421	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0070_000000023828	1451	0.5851755012989635	1	1	1	1	1	False	102043	fragment	False	USA0032_01_000000013529	0.6211056987269605		0	0	False	False	0.9820812940597534	0					non-mobilizable	other	1451.0	96.76100000000001	100.0	0.06473792302884186	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0803_000000007085	2060	0.5851743389123759	3	3	3	2	1	False	33211	fragment	False	ISR0803_000000007085	1.0		0	0	False	False	0.9893203973770142	0					non-mobilizable	other	2069.0	97.97	100.0	0.014217129336671528	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	False	False
USA0034_01_000000039860	1292	0.5851721354370405	2	2	2	2	1	False	36923	maximal	True	USA0034_01_000000039860	0.9956140350877193		176	10	False	False	1.0	0					non-mobilizable	other	1293.0	99.381	100.0	0.03606420097697139	NZ_QRHR01000013.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf13, whole genome shotgun sequence	False	False
SPA0030_000000004618	6237	0.5851664748126265	3	2	1	1	2	False	7350	maximal	True	SPA0030_000000004618	1.0		49	10	False	False	0.9940676689147949	0					non-mobilizable	other	6199.0	95.95100000000001	99.0	0.0021053790276797718	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0012_000000003988	5552	0.5851664370529611	3	2	2	1	2	True	50841	maximal	True	FIJ0012_000000003988	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1804.0	73.891	32.0	0.0165340093574664	NZ_CYZO01000008.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0079_000000024596	1178	0.5851626688835702	2	2	2	2	2	False	44357	maximal	True	FIJ0079_000000024596	1.0		6	1	False	False	0.990662157535553	0					non-mobilizable	chromosome	651.0	94.47	99.0	0.00012562044420548645	CP023853.1	enterobacteria	Escherichia coli strain 2/0 chromosome, complete genome	False	False
ISR0238_000000012905	1197	0.5851609582726515	1	1	1	1	1	False	28119	fragment	False	MON0049_000000016661	0.6959557098865778		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	97.583	100.0	0.0010901526213669913	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0104_000000002330	10066	0.5851587264289144	12	3	3	3	3	False	67546	maximal	True	ISR0104_000000002330	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	8477.0	99.62299999999999	84.0	0.210873351579995	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ISR0166_000000009627	2092	0.5851559340296812	4	2	2	2	2	True	124652	fragment	False	ISR0166_000000009627	1.0		0	0	False	False	0.9995219707489014	0					non-mobilizable	chromosome	2026.0	78.036	96.0	0.0006671295958143845	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0050_000000005284	4843	0.5851510201074138	7	6	5	6	3	False	61889	maximal	True	MON0050_000000005284	1.0		61	12	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	83.227	13.0	0.00027312294828989083	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0082_01_000000017025	1750	0.5851506706974634	4	4	4	3	2	False	105476	fragment	False	MON0066_000000019868	0.9410663587272686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.211	87.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0135_000000019952	1427	0.5851496903396359	2	2	2	2	1	False	40574	maximal	True	FIJ0135_000000019952	1.0		0	0	False	False	0.9887876510620117	0					non-mobilizable	no_good_hit	913.0	98.24799999999999	64.0	0.01316644289488501	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0142_000000010660	1745	0.5851402948456276	3	2	2	2	1	False	92031	fragment	False	CHI0142_000000010660	1.0		0	0	False	False	0.998853862285614	0					non-mobilizable	no_good_hit	343.0	87.17200000000001	20.0	9.732590650091389e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0082_000000005703	1591	0.5851402948456276	2	2	2	2	1	False	92028	fragment	False	CHI0082_000000005703	0.9861477572559367		0	0	False	False	0.998742938041687	0					non-mobilizable	no_good_hit	134.0	88.06	8.0	3.795995766751187e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0223_000000011540	2507	0.5851394770564943	3	3	1	2	3	True	118257	maximal	False	CHI0041_000000005349	0.9559893816971072		0	0	False	False	1.0	0					non-mobilizable	other	2507.0	99.96	100.0	0.1309231492607492	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0003_000000008229	2809	0.5851394054713986	4	4	2	2	3	False	123116	maximal	True	ENG0003_000000008229	1.0		64	7	False	False	0.9996439814567566	0					non-mobilizable	other	2808.0	99.501	99.0	0.010786902003281801	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
SPA0053_000000008606	3830	0.5851378498913703	5	5	5	3	3	False	6488	fragment	False	SPA0053_000000008606	1.0		0	0	False	False	0.992428183555603	0					non-mobilizable	chromosome	3831.0	97.44200000000001	100.0	0.0007183077876645411	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
DEN0073_000000015692	3171	0.5851376003255652	4	2	2	2	2	False	70191	maximal	True	DEN0073_000000015692	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0156_000000003896	6809	0.5851375324073955	4	3	3	3	2	False	30585	maximal	True	ISR0156_000000003896	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	96.64399999999999	15.0	0.00027363043505887247	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0114_000000002983	2419	0.5851360470477989	3	3	2	3	2	True	113497	maximal	False	MON0047_000000015990	0.9556111095125669	PS730	0	0	False	True	1.0	0					non-mobilizable	other	2181.0	82.898	91.0	0.0006509367980111803	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0164_000000011835	1822	0.5851297693023844	4	3	1	2	3	True	108957	fragment	False	CHI0164_000000011835	1.0		0	0	False	False	0.9753018617630005	0					non-mobilizable	no_good_hit	1539.0	94.087	84.0	0.023772208860268446	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
FIJ0031_000000009582	2512	0.5851292392460844	4	3	2	3	3	False	76517	maximal	True	FIJ0031_000000009582	0.9923510466988728		253	13	False	False	1.0	0					non-mobilizable	no_good_hit	1228.0	97.476	76.0	0.00039452818030870303	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
USA0125_01_000000001866	13916	0.5851259650373373	13	7	2	7	2	False	127403	fragment	False	USA0047_01_000000001860	0.7970804071681145		0	0	False	False	0.9985628128051758	0					non-mobilizable	no_good_hit								True	False
CAN0010_000000001996	6840	0.5851246016056221	10	7	0	4	7	False	117878	maximal	True	CAN0010_000000001996	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2282.0	99.08	50.0	0.0005529265351892531	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0847_000000017744	1643	0.5851242600649698	3	3	3	3	3	False	129302	fragment	False	ISR0847_000000017744	1.0		0	0	False	False	0.9993913769721985	0					non-mobilizable	chromosome	1643.0	98.78299999999999	100.0	0.000572338417222855	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0324_000000018253	1678	0.585122027166932	1	1	0	1	1	True	24919	fragment	False	ISR0324_000000018253	1.0		0	0	False	False	0.9856972694396973	0					non-mobilizable	no_good_hit								True	True
ENG0090_000000002708	7259	0.5851213518186106	11	8	2	4	7	True	129077	fragment	False	ENG0090_000000002708	1.0		0	0	False	False	0.9998622536659241	0					non-mobilizable	other	6763.0	99.586	93.0	0.0017962876898225688	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0080_000000018213	1317	0.5851212361134474	2	2	2	2	1	False	44302	maximal	True	FIJ0080_000000018213	1.0		200	13	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	77.663	44.0	0.002446246394445532	NZ_FRCJ01000007.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	False
FIJ0067_000000002928	10527	0.5851209017658963	19	3	3	2	2	True	100667	fragment	False	ISR0022_000000001841	0.11689444760509354		0	0	False	False	1.0	0					non-mobilizable	chromosome	10070.0	98.6	96.0	0.0026846432484183306	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0332_000000000962	10494	0.5851209017658963	19	3	3	2	2	True	100667	fragment	False	ISR0022_000000001841	0.1161017469319516		0	0	False	False	1.0	0					non-mobilizable	chromosome	10419.0	98.81	99.0	0.002778541740413884	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0128_000000002339	9970	0.5851209017658963	19	3	3	2	2	True	100667	fragment	False	ISR0022_000000001841	0.10411578603973366		0	0	False	False	1.0	0					non-mobilizable	chromosome	9971.0	98.87700000000001	100.0	0.002658767811703647	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0084_000000000409	9664	0.5851209017658963	18	3	3	2	2	True	100667	fragment	False	ISR0022_000000001841	0.06984489563383807		0	0	False	False	1.0	0					non-mobilizable	chromosome	9664.0	98.851	100.0	0.0025774069024461356	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0818_000000001611	9065	0.5851209017658963	17	3	3	2	2	True	46425	fragment	False	ISR0818_000000001611	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8872.0	98.749	100.0	0.0023658685383766073	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0106_000000003628	8852	0.5851209017658963	17	3	3	2	2	True	100667	fragment	False	ISR0022_000000001841	0.03435805313725904		0	0	False	False	0.9990962743759155	0					non-mobilizable	chromosome	8834.0	98.494	99.0	0.0023551982551952943	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0800_000000001816	5929	0.5851209017658963	11	3	3	2	2	True	21897	fragment	False	ISR0800_000000001816	1.0		0	0	False	False	0.9993253350257874	0					non-mobilizable	chromosome	3031.0	98.977	100.0	0.0008080071939049209	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0399_000000006238	2474	0.5851193196630491	5	3	3	3	3	False	107149	fragment	False	ISR0399_000000006238	1.0		0	0	False	False	0.9963621497154236	0					non-mobilizable	other	1469.0	89.51700000000001	100.0	0.013115957599197823	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0128_000000008602	2972	0.5851183592108776	4	3	2	3	2	False	41029	fragment	False	FIJ0128_000000008602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	75.316	5.0	0.0012702523294788688	NZ_FMWR01000009.1	g-proteobacteria	Gilliamella mensalis isolate 2, whole genome shotgun sequence	True	False
ISR0247_000000004806	2712	0.5851179186688764	3	3	2	2	1	False	103340	maximal	True	ISR0247_000000004806	1.0		194	10	False	False	1.0	0					non-mobilizable	no_good_hit	2225.0	99.685	82.0	0.00095851946669425	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ISR0286_000000007308	2375	0.5851171921971186	3	3	3	2	1	False	59674	fragment	False	ISR0286_000000007308	0.9679624092268262		0	0	False	False	0.9987368583679199	0					non-mobilizable	no_good_hit								True	False
ENG0208_000000011601	2660	0.5851104682909752	3	3	3	2	2	False	59675	fragment	False	ENG0208_000000011601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0171_000000018074	1341	0.5851093471087834	2	2	1	2	2	False	55766	maximal	True	ENG0171_000000018074	1.0		0	0	False	False	0.9888142943382263	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	4.6537805422526916e-05	NZ_KE386795.1	firmicutes	Veillonella magna DSM 19857 G344DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
MON0107_000000008894	5674	0.5851088379672337	7	4	3	3	1	True	121691	fragment	False	MON0107_000000008894	1.0		0	0	False	False	0.998766303062439	0					non-mobilizable	no_good_hit								True	True
AST0024_000000006816	4593	0.5851088379672337	7	4	3	3	1	True	121690	fragment	False	ENG0146_000000005043	0.7994884358861531		0	0	False	False	0.986936628818512	0					non-mobilizable	no_good_hit								True	True
MAD0056_000000002546	4528	0.5851088379672337	6	4	3	3	1	True	121690	fragment	False	ENG0146_000000005043	0.9434703851293808		0	0	False	False	0.9988957643508911	0					non-mobilizable	no_good_hit								True	True
SPA0158_000000003250	4495	0.5851088379672337	6	4	3	3	1	True	121690	fragment	False	ENG0146_000000005043	0.7976708289589803		0	0	False	False	0.9997775554656982	0					non-mobilizable	no_good_hit								True	True
CHI0043_000000007596	1319	0.585103160817833	2	2	2	2	2	False	105404	fragment	False	CHI0043_000000007596	0.9059143877538962		0	0	False	False	0.9977255463600159	0					non-mobilizable	other	1319.0	99.62100000000001	100.0	0.0018949932208702303	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0020_000000014496	1711	0.5851007360946407	2	2	2	1	2	False	71451	fragment	False	DEN0079_000000035586	0.9391268346009816		0	0	False	False	0.9947398900985718	0					non-mobilizable	no_good_hit								True	False
MAD0058_000000007012	2178	0.5850947723625716	4	3	2	3	1	True	16955	maximal	True	MAD0058_000000007012	1.0		1	1	False	False	0.9995408654212952	0					non-mobilizable	no_good_hit								True	True
MON0069_000000027148	1876	0.5850942170889261	2	2	2	2	2	False	10488	maximal	True	MON0069_000000027148	1.0		3	1	False	False	0.9957355856895447	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	5.765005785969444e-06	CP036455.1	high GC Gram+	Streptomonospora sp. M2 chromosome, complete genome	True	False
FIJ0066_000000021211	1562	0.5850930997722638	2	2	2	2	2	False	45307	fragment	False	FIJ0066_000000021211	1.0		0	0	False	False	0.9993597865104675	0					non-mobilizable	no_good_hit	647.0	73.57	41.0	0.02119095143047239	NZ_LEKM01000018.1	g-proteobacteria	Ursidibacter arcticus strain Bamse1 contig_114_1, whole genome shotgun sequence	True	False
ISR0360_000000012940	1908	0.5850911468593349	3	3	3	3	3	False	23787	fragment	False	MAD0066_000000013903	0.9146942800788955		0	0	False	False	0.9968553185462952	0					non-mobilizable	other	1905.0	96.115	99.0	0.0034347089607299477	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0110_000000006623	4526	0.5850835705232029	10	6	4	3	5	False	60977	fragment	False	ENG0110_000000006623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3816.0	97.72	84.0	0.001071855940762957	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0032_000000003530	8270	0.5850803620396717	10	6	3	3	4	True	118892	fragment	False	ISR0032_000000003530	1.0		0	0	False	False	0.9962515234947205	0					non-mobilizable	chromosome	8232.0	99.089	99.0	0.00259439143696379	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0032_000000017249	2075	0.5850791517344761	3	1	1	1	1	False	48429	maximal	True	FIJ0032_000000017249	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	72.01	23.0	9.198913569978579e-05	CP028530.1	firmicutes	Clostridioides difficile strain 020711 chromosome	True	False
USA0083_01_000000002997	9579	0.5850785621457877	10	8	6	8	7	False	95750	maximal	True	USA0083_01_000000002997	1.0	PS467|PS497|PS510	46	7	False	True	1.0	0					non-mobilizable	other	9494.0	99.947	100.0	0.1896816992027494	NZ_VJZV01000035.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold35_1, whole genome shotgun sequence	False	True
FIJ0167_000000011963	1711	0.5850763108061476	4	2	1	2	1	False	38968	maximal	True	FIJ0167_000000011963	1.0		101	7	False	False	0.9924020767211914	0					non-mobilizable	no_good_hit	56.0	91.071	3.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0054_000000032733	1517	0.5850763108061476	3	2	1	2	1	False	11122	maximal	True	MON0054_000000032733	1.0		1	1	False	False	0.9070534110069275	0					non-mobilizable	no_good_hit								True	False
ISR0039_000000001168	16046	0.5850706564269375	16	8	6	7	5	False	123196	maximal	True	ISR0039_000000001168	1.0	PS885	2	1	False	True	0.9973825216293335	0					non-mobilizable	no_good_hit	2461.0	95.449	28.0	0.00428443936245869	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
ISR0171_000000004061	5597	0.5850685585267593	8	3	3	2	2	True	98538	fragment	False	ISR0171_000000004061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	94.51299999999999	19.0	0.0002399721140564235	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0107_000000008884	2737	0.5850650732741871	3	3	3	3	2	False	81481	fragment	False	ISR0107_000000008884	1.0		0	0	False	False	0.9744245409965515	0					non-mobilizable	chromosome	2737.0	98.758	100.0	0.0012209505474865422	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0078_000000018759	1139	0.585064901374908	2	1	1	1	1	False	34398	fragment	False	ISR0078_000000018759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	75.926	18.0	5.015173264773707e-05	NZ_CP014841.1	g-proteobacteria	Dyella thiooxydans strain ATSB10 chromosome, complete genome	True	False
ISR0180_000000000940	20245	0.585064439996006	18	8	6	8	4	True	110150	maximal	True	ISR0180_000000000940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	86.17	0.0	0.002416254805052169	NZ_FNID01000031.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ISR0836_000000003079	6233	0.5850613147348449	7	5	3	4	3	True	132409	maximal	False	AST0060_000000004416	0.9582222945605257	PS1159|PS463	0	0	True	True	1.0	9		MOBV			mobilizable	no_good_hit	4621.0	97.208	75.0	0.03924170132421606	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
DEN0033_000000016945	1260	0.5850587076710544	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16937322012861222		0	0	False	False	1.0	0					non-mobilizable	chromosome	1273.0	92.145	100.0	0.0004096665842606163	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0144_000000014680	1295	0.5850580183869608	3	3	2	3	2	False	66511	fragment	False	SPA0144_000000014680	0.9083600029360585		0	0	False	False	0.9992278218269348	0					non-mobilizable	no_good_hit	815.0	73.006	62.0	0.02942151194903708	NZ_SLUM01000037.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_137, whole genome shotgun sequence	True	False
ENG0113_000000006945	4019	0.5850545589621443	3	3	2	3	1	False	105050	fragment	False	ENG0113_000000006945	0.9374972983497722		0	0	False	False	0.9975118041038513	0					non-mobilizable	no_good_hit								True	False
ISR0161_000000007645	3847	0.5850545589621443	3	3	2	3	1	False	105048	fragment	False	ISR0161_000000007645	1.0		0	0	False	False	0.9942812323570251	0					non-mobilizable	no_good_hit	73.0	84.932	3.0	2.8260562385191466e-05	NC_008593.1	firmicutes	Clostridium novyi NT, complete sequence	True	False
ISR0846_000000002765	3466	0.5850545589621443	4	3	2	3	1	False	105047	maximal	True	ISR0846_000000002765	1.0		7	4	False	False	0.9968262910842896	0					non-mobilizable	no_good_hit								True	False
USA0042_01_000000007401	3168	0.5850545589621443	4	3	2	3	1	False	105036	fragment	False	USA0042_01_000000007401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000009044	2943	0.5850545589621443	3	3	2	3	1	False	105041	fragment	False	DEN0043_000000002056	0.9273927392739274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ISR0072_000000009386	2939	0.5850545589621443	3	3	2	3	1	False	105017	fragment	False	ISR0088_000000007877	0.7550261045127429		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0023_000000011110	2866	0.5850545589621443	4	3	2	3	1	False	105017	fragment	False	ISR0088_000000007877	0.7396699230285159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ISR0392_000000011445	2810	0.5850545589621443	3	3	2	3	1	False	105017	fragment	False	ISR0088_000000007877	0.7701348926002043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0228_000000010110	2582	0.5850545589621443	3	3	2	3	1	False	105017	fragment	False	ISR0088_000000007877	0.7306589990015152		0	0	False	False	0.989930272102356	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000019295	2212	0.5850506933588241	2	2	2	2	2	False	62599	fragment	False	SPA0126_000000019295	0.9666203059805285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1865.0	79.303	84.0	0.0005479086917569359	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0244_000000000679	19594	0.5850485828258373	20	7	4	6	2	True	111618	maximal	True	ISR0244_000000000679	1.0		1	1	False	False	0.9999489784240723	0					non-mobilizable	no_good_hit	1065.0	89.10799999999999	5.0	0.00037439742657346606	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0063_000000001846	6526	0.5850482919701889	10	10	3	3	10	True	85516	fragment	False	CHI0063_000000001846	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6217.0	99.839	100.0	0.05659346662296515	MK181558.1	enterobacteria	Escherichia coli plasmid p15076331, complete sequence	False	True
FIJ0166_000000010384	2304	0.5850402647969237	3	2	2	2	1	True	39016	fragment	False	FIJ0166_000000010384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	2.0	1.851818193976584e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
ISR0207_000000016905	1768	0.5850402403822607	2	2	2	2	2	False	28570	maximal	True	ISR0207_000000016905	1.0		21	3	False	False	0.9790723919868469	0					non-mobilizable	no_good_hit	526.0	77.947	30.0	0.0008463467918116352	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0827_000000003277	3259	0.5850375818541453	2	2	2	2	2	False	21093	maximal	True	ISR0827_000000003277	1.0		1	1	False	False	0.9990794658660889	0					non-mobilizable	no_good_hit	2325.0	99.742	71.0	0.00043200968712943876	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
MON0078_000000016399	2646	0.5850375311577068	4	4	4	3	3	False	122303	fragment	False	ENG0137_000000005654	0.6412732474964234		0	0	False	False	0.9996220469474792	0					non-mobilizable	no_good_hit	2305.0	80.65100000000001	87.0	0.00887286359957088	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0089_000000008646	2219	0.5850364393634785	3	3	3	3	3	False	86912	maximal	True	DEN0089_000000008646	0.982263947797687		271	12	False	False	0.9986480474472046	0					non-mobilizable	no_good_hit	279.0	74.91	12.0	0.000620598900588663	NZ_KE386825.1	fusobacteria	Leptotrichia hofstadii DSM 21651 G402DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ISR0206_000000009126	2841	0.5850345303799575	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9717577375670596		0	0	False	False	0.9971840977668762	0					non-mobilizable	no_good_hit	605.0	74.38	21.0	0.00027877598249439583	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
AST0089_000000012174	1868	0.5850324784630883	2	1	1	1	1	False	124760	maximal	True	AST0089_000000012174	1.0		0	0	False	False	0.9614561200141907	0					non-mobilizable	no_good_hit	1128.0	95.035	60.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0042_000000007845	3810	0.585031671159202	7	6	4	5	3	False	15716	maximal	True	SPA0042_000000007845	1.0		2	2	False	False	0.999737560749054	0					non-mobilizable	no_good_hit	825.0	84.0	66.0	0.01563629446452349	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
CHI0147_000000002791	6622	0.5850307519623548	8	3	1	2	2	True	89957	fragment	False	CHI0147_000000002791	1.0		0	0	False	False	0.9996979832649231	0					non-mobilizable	other	6622.0	99.84899999999999	100.0	0.1446067710611495	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0014_000000004512	5781	0.5850307519623548	7	3	1	2	2	True	89956	fragment	False	ENG0014_000000004512	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5781.0	100.0	100.0	0.12641063773948036	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0024_000000006270	2553	0.5850303843963505	3	3	3	3	1	False	122103	maximal	True	SPA0024_000000006270	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1899.0	96.419	74.0	0.04339277549154092	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0117_000000016359	2317	0.5850273374472845	3	2	2	2	1	False	4310	maximal	True	SPA0117_000000016359	1.0		1	1	False	False	0.9961156845092773	0					non-mobilizable	no_good_hit	781.0	94.11	34.0	0.0002812689671507454	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
ENG0167_000000007542	3294	0.5850268232637907	3	3	2	3	2	False	56079	maximal	True	ENG0167_000000007542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0003_000000003180	7056	0.5850266849950575	12	8	5	8	5	True	112150	backbone	True	ISR0003_000000003180	0.9932762360770493	PS715|PS716	18	5	True	True	1.0	32					non-mobilizable	no_good_hit	653.0	78.714	9.0	0.0632111251580278	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ENG0127_000000003806	6706	0.5850266849950575	12	8	5	8	5	True	112150	backbone	False	ISR0003_000000003180	0.9767979844613903	PS715|PS716	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	10.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
FIJ0162_000000007543	3001	0.5850244037763042	4	3	2	3	3	False	78275	fragment	False	FIJ0162_000000007543	0.9934767277856136		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1478.0	78.078	49.0	0.00042808783624014057	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
ENG0098_000000008993	2836	0.5850244037763042	3	3	2	3	3	False	78275	fragment	False	FIJ0162_000000007543	0.9665111629456848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1488.0	75.134	51.0	0.0004340175190624985	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
SPA0025_000000009229	2312	0.5850239560903318	3	3	3	2	3	False	128217	fragment	False	SPA0096_000000013995	0.1309853249475891		0	0	False	False	0.9978373646736145	0					non-mobilizable	no_good_hit	1310.0	87.25200000000001	57.0	0.021044897959183673	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0167_000000010627	1904	0.5850209528059019	3	3	3	3	3	False	89771	fragment	False	FIJ0167_000000010627	0.9932286023835319		0	0	False	False	0.9952731132507324	0					non-mobilizable	chromosome	1904.0	100.0	100.0	0.00034272214311017736	CP050196.1	enterobacteria	Escherichia coli strain RH-004-CS chromosome	False	False
ISR0839_000000003955	4140	0.5850143716609428	5	3	2	3	2	False	54725	fragment	False	ISR0839_000000003955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1302.0	73.96300000000001	31.0	0.0005647374605099347	NZ_CP028107.1	fusobacteria	Fusobacterium necrophorum subsp. funduliforme strain 1_1_36S chromosome, complete genome	True	False
FIJ0064_000000014742	1791	0.5850059290179846	2	2	2	2	2	False	45481	maximal	True	FIJ0064_000000014742	1.0		24	4	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	74.178	12.0	0.0010829034070593043	NZ_JFZB01000009.1	a-proteobacteria	Paenirhodobacter enshiensis strain DW2-9 contig9_scaffold4, whole genome shotgun sequence	True	False
FIJ0141_000000025314	1193	0.5850052518104473	2	1	1	1	1	False	40234	fragment	False	FIJ0141_000000025314	1.0		0	0	False	False	0.9949706792831421	0					non-mobilizable	no_good_hit	69.0	85.507	6.0	1.6666893165471222e-05	CP060137.1	firmicutes	Bacillus sp. PAMC26568 chromosome, complete genome	True	False
ISR0008_000000009812	1356	0.5850041829536499	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.09946626565696177		0	0	False	False	0.997787594795227	0					non-mobilizable	other	1362.0	83.994	100.0	0.03119376124775045	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0369_000000013034	1296	0.5850041829536499	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.10553725943325436		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	98.53399999999999	100.0	0.0734876858472364	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ISR0009_000000005218	5625	0.5850010773631312	6	5	4	5	4	False	127599	maximal	True	ISR0009_000000005218	0.9654614139233675		4	2	False	False	1.0	0					non-mobilizable	chromosome	4186.0	81.773	99.0	0.0018327892217334981	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
DEN0065_000000005689	5149	0.5849956393622701	3	3	3	2	1	False	118383	maximal	True	DEN0065_000000005689	0.9485430874147551		5	2	False	False	1.0	0					non-mobilizable	other	3660.0	90.874	91.0	0.0015304358032272871	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
SPA0029_000000005121	4704	0.5849956393622701	4	3	3	2	1	False	99661	fragment	False	SPA0029_000000005121	0.9924494781256941		0	0	False	False	0.9995748400688171	0					non-mobilizable	no_good_hit	1219.0	73.093	26.0	0.0004011274355120793	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ISR0214_000000006363	4138	0.5849956393622701	3	3	3	2	1	False	118361	fragment	False	ISR0214_000000006363	1.0		0	0	False	False	0.9937167763710022	0					non-mobilizable	no_good_hit	3413.0	94.316	82.0	0.0014273168748257772	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0028_000000003773	4048	0.5849956393622701	3	3	3	2	1	False	118381	fragment	False	ENG0028_000000003773	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3698.0	92.23899999999999	91.0	0.001545526378115313	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0217_000000007257	3566	0.5849956393622701	3	3	3	2	1	False	28096	fragment	False	ISR0217_000000007257	1.0		0	0	False	False	0.9997195601463318	0					non-mobilizable	no_good_hit	2836.0	86.354	79.0	0.0011867060418889208	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0211_000000003194	10297	0.5849924915868909	11	8	5	5	5	True	121621	maximal	True	ENG0211_000000003194	1.0	PS856	2	2	True	True	1.0	8					non-mobilizable	no_good_hit	2343.0	95.73200000000001	65.0	0.2898243865985801	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0077_000000015458	1920	0.5849909937782157	3	3	2	2	2	False	44505	maximal	True	FIJ0077_000000015458	1.0		1	1	False	False	0.9973958134651184	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000013732	2146	0.5849901479032744	2	2	2	2	2	False	126814	maximal	True	ISR0067_000000013732	1.0		4	2	False	False	0.9944081902503967	0					non-mobilizable	no_good_hit	1475.0	79.186	85.0	0.0006004403229034626	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0085_000000004862	4190	0.5849733145459479	3	3	2	2	3	True	109529	maximal	False	ISR0108_000000005091	0.95398555229722		0	0	False	False	0.9997613430023193	0					non-mobilizable	other	4199.0	94.35600000000001	100.0	0.02438414768830142	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	True
ISR0342_000000007307	2221	0.5849696158087601	3	3	3	3	3	False	54879	maximal	True	ISR0342_000000007307	1.0		34	9	False	False	0.9878433346748352	0					non-mobilizable	other	2225.0	95.91	100.0	0.00894489027681954	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
SPA0038_000000015075	1788	0.5849690437680971	2	2	2	2	2	False	102220	fragment	False	ISR0855_000000007730	0.4200353633043475		0	0	False	False	1.0	0					non-mobilizable	other	1084.0	91.97399999999999	94.0	0.0002652824903013751	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0183_000000008417	4098	0.584968104563981	4	3	3	3	3	True	89290	fragment	False	SPA0134_000000005699	0.27084708470847085		0	0	False	False	0.997803807258606	0					non-mobilizable	other	4098.0	99.561	100.0	0.19978543911834984	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
FIJ0167_000000007689	2528	0.5849675668316733	5	3	3	2	2	False	113581	fragment	False	FIJ0167_000000007689	1.0		0	0	False	False	0.9996044039726257	0					non-mobilizable	other	2528.0	97.46799999999999	100.0	0.0006195645591419362	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0020_000000010024	2215	0.5849675668316733	3	3	3	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.9324493869135468		0	0	False	False	1.0	0					non-mobilizable	other	2215.0	97.20100000000001	100.0	0.0005428238757183406	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0265_000000004874	3218	0.5849630982459456	4	3	1	3	3	False	128561	fragment	False	ENG0098_000000006873	0.47773518136243		0	0	False	False	0.9944064617156982	0					non-mobilizable	no_good_hit	1602.0	93.883	50.0	0.0005628311926340041	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0120_000000018347	1875	0.5849617526407944	3	1	1	1	1	False	32264	maximal	True	ISR0120_000000018347	1.0		7	3	False	False	0.9957333207130432	0					non-mobilizable	chromosome	1889.0	95.13	100.0	0.0009612778729829466	CP003941.1	high GC Gram+	Bifidobacterium animalis subsp. lactis ATCC 27673 chromosome, complete genome	False	False
ENG0059_000000001905	6284	0.5849549743282395	8	6	3	4	3	False	122148	maximal	True	ENG0059_000000001905	1.0		0	0	False	False	0.9984086751937866	0					non-mobilizable	no_good_hit	3475.0	98.04299999999999	79.0	0.0268737329185818	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0824_000000012489	1821	0.5849485153151489	3	3	3	3	2	False	21159	maximal	True	ISR0824_000000012489	1.0		1	1	False	False	0.9994508624076843	0					non-mobilizable	no_good_hit	409.0	85.575	22.0	0.0007223433029724338	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
CAN0012_000000012223	4316	0.5849466732549188	6	5	5	4	5	False	97818	maximal	True	CAN0012_000000012223	1.0		12	7	False	False	0.9990732073783875	0					non-mobilizable	chromosome	3591.0	99.025	100.0	0.0007001604713191647	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
MON0022_000000012379	2363	0.584945990846133	3	3	3	3	3	False	30042	maximal	False	USA0062_01_000000008382	0.644191714053615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	80.275	28.0	0.0019920379587110414	NZ_FRDE01000001.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
MON0046_000000028398	1241	0.5849412583801891	2	2	2	2	1	False	115789	fragment	False	MON0046_000000028398	1.0		0	0	False	False	0.9975826144218445	0					non-mobilizable	other	1041.0	98.271	99.0	0.00025099250642564953	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MAD0005_000000003259	6261	0.5849397112204344	7	7	7	7	7	False	113198	fragment	False	ISR0776_000000003790	0.5763329601041931		0	0	False	False	1.0	0					non-mobilizable	chromosome	6261.0	99.92	100.0	0.001259596120363464	LR134228.1	enterobacteria	Escherichia coli strain NCTC9699 genome assembly, chromosome: 1	False	False
SPA0112_000000001698	17082	0.5849379315858457	20	5	1	5	2	False	5570	maximal	True	SPA0112_000000001698	1.0		2	1	False	False	0.9997072815895081	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00010519753759837917	NZ_KZ679055.1	high GC Gram+	Streptomyces dioscori strain A217 scaffold18, whole genome shotgun sequence	True	False
SPA0084_000000000789	13199	0.5849379315858457	17	5	1	5	2	False	5569	fragment	False	SPA0084_000000000789	1.0		0	0	False	False	0.9996212124824524	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00010519753759837917	NZ_KZ679055.1	high GC Gram+	Streptomyces dioscori strain A217 scaffold18, whole genome shotgun sequence	True	False
SPA0111_000000002993	9778	0.5849350625524198	9	7	7	7	7	False	97358	fragment	False	SPA0111_000000002993	1.0		0	0	False	False	0.997340977191925	0					non-mobilizable	other	9542.0	99.057	98.0	0.0124482031584331	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0015_000000001682	12527	0.5849276801919733	17	8	5	6	4	True	110692	maximal	True	ISR0015_000000001682	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	4464.0	98.34200000000001	59.0	0.0011951564964106476	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0229_000000005182	3043	0.5849256786346652	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.32065101531599893	PS597	0	0	False	True	0.9967137575149536	0					non-mobilizable	chromosome	3024.0	99.76899999999999	100.0	0.0005515993643647828	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ISR0352_000000001374	5480	0.584925090463563	6	5	3	4	5	False	52577	fragment	False	ISR0352_000000001374	0.9749950777712149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3131.0	97.25299999999999	66.0	0.0008344161447786703	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0233_000000004541	2812	0.5849223556857001	4	4	4	3	2	False	60766	maximal	True	ISR0233_000000004541	1.0		12	4	False	False	0.99964439868927	0					non-mobilizable	other	2812.0	99.00399999999999	100.0	0.0009000940439774871	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
CHI0037_000000010246	1441	0.5849168466587097	2	2	2	2	1	True	87924	maximal	True	CHI0037_000000010246	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	97.89399999999999	76.0	0.00034994355956167805	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
FIJ0141_000000003394	8714	0.5849156017157231	4	4	3	4	3	True	63897	maximal	False	ENG0053_000000003016	0.9503699487763233		0	0	False	False	1.0	0					non-mobilizable	plasmid	8198.0	99.756	100.0	0.149812665630997	CP009276.1	enterobacteria	Klebsiella variicola strain DX120E plasmid pKV2, complete sequence	False	True
DEN0010_000000041801	1138	0.5849149201050136	1	1	1	1	1	False	75812	fragment	False	FIJ0086_000000028982	0.9707130730050935		0	0	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000014162	2299	0.5849144940379334	3	3	3	3	2	False	42397	maximal	True	USA0026_01_000000014162	1.0		303	12	False	False	1.0	0					non-mobilizable	other	2299.0	98.13	100.0	0.01572873745739278	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0017_000000010721	1938	0.5849139354013151	3	2	1	1	2	True	66705	fragment	False	ENG0017_000000010721	1.0		0	0	False	False	0.9994840025901794	0					non-mobilizable	other	1784.0	99.944	92.0	0.0003425460218168964	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
USA0087_01_000000009203	1706	0.5849139354013151	3	2	1	1	2	True	21078	fragment	False	USA0087_01_000000009203	1.0		0	0	False	False	0.9958968162536621	0					non-mobilizable	chromosome	1706.0	100.0	100.0	0.00032813001877750493	CP018937.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 chromosome, complete genome	False	True
ISR0326_000000000440	18740	0.5849112567291925	28	11	5	7	9	False	117095	maximal	True	ISR0326_000000000440	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	78.165	4.0	0.14910226385636222	MK232394.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V06.J07_5-CL29_c1 sequence	True	False
SPA0128_000000017978	2066	0.5849089802190127	3	3	3	3	3	False	114321	fragment	False	SPA0128_000000017978	1.0		0	0	False	False	0.999515950679779	0					non-mobilizable	other	2066.0	98.306	100.0	0.0037251439096152006	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0324_000000011931	2585	0.5849072382175863	2	2	2	2	2	False	24937	fragment	False	ISR0324_000000011931	1.0		0	0	False	False	0.9996131658554077	0					non-mobilizable	other	2508.0	86.324	100.0	0.0012293893247781577	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
CHI0045_000000010536	1995	0.5848946857480455	2	2	2	2	1	False	105360	maximal	True	CHI0045_000000010536	1.0		3	1	False	False	0.9974937438964844	0					non-mobilizable	no_good_hit	1453.0	95.73299999999999	73.0	0.00030666016457006433	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
CHI0097_000000001087	4386	0.5848904665966932	5	4	3	3	1	True	83581	maximal	True	CHI0097_000000001087	1.0		7	3	False	False	0.9990879893302917	0					non-mobilizable	no_good_hit	2128.0	82.613	48.0	0.00044837433153047286	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ENG0166_000000015269	1894	0.5848898227866555	4	3	1	3	1	True	56145	maximal	True	ENG0166_000000015269	1.0		2	2	False	False	0.9799366593360901	0					non-mobilizable	no_good_hit	838.0	84.24799999999999	44.0	0.00025116805190565476	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
FIJ0022_000000009920	2561	0.5848852023938153	3	3	3	3	3	False	49480	fragment	False	FIJ0022_000000009920	1.0		0	0	False	False	0.9941428899765015	0					non-mobilizable	other	2570.0	89.844	100.0	0.0007719712997690408	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0316_000000006158	3035	0.5848817904166238	5	5	4	5	5	False	26419	maximal	True	ISR0316_000000006158	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2691.0	98.439	98.0	0.0018133674165513932	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0211_000000020684	1117	0.5848743483052223	3	3	3	2	3	False	60528	fragment	False	ENG0100_000000026621	0.9710671730711945		0	0	False	False	0.9767233729362488	0					non-mobilizable	other	1117.0	99.28399999999999	100.0	0.005325367550569518	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0135_01_000000004774	3119	0.5848671884790527	3	2	1	2	2	True	127124	maximal	True	USA0135_01_000000004774	1.0		6	3	False	False	0.9996793866157532	0					non-mobilizable	no_good_hit	2615.0	99.197	84.0	0.03401387099712431	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0183_000000009183	3005	0.5848671884790527	4	2	1	2	2	True	127129	maximal	True	ENG0183_000000009183	1.0		114	9	False	False	1.0	0					non-mobilizable	other	2677.0	95.181	91.0	0.008712478422747727	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0837_000000004050	2723	0.5848671884790527	3	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.9678060262558571		0	0	False	False	0.9977965354919434	0					non-mobilizable	other	2682.0	99.664	98.0	0.00448356250062713	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	False	True
AST0007_000000007064	2650	0.5848671884790527	3	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.9623704127131822		0	0	False	False	1.0	0					non-mobilizable	other	2650.0	99.962	100.0	0.03183358569471483	NZ_JAAITU010000014.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_14_length_83214_cov_180.532, whole genome shotgun sequence	False	True
AST0084_000000013151	2600	0.5848671884790527	3	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.9545778810191362		0	0	False	False	0.9996153712272644	0					non-mobilizable	other	2603.0	96.274	100.0	0.00848079828491436	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
CHI0004_000000002194	2552	0.5848671884790527	4	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.7840064742836694		0	0	False	False	0.9905956387519836	0					non-mobilizable	other	2521.0	100.0	100.0	0.032790724909239954	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
CHI0015_000000003818	2509	0.5848671884790527	4	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.7807055253050454		0	0	False	False	0.999601423740387	0					non-mobilizable	other	2509.0	100.0	100.0	0.03263457860014834	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ISR0847_000000010840	2503	0.5848671884790527	3	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.6855252370945198		0	0	False	False	1.0	0					non-mobilizable	other	2449.0	100.0	98.0	0.029418126757516764	NZ_JAAITU010000014.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_14_length_83214_cov_180.532, whole genome shotgun sequence	False	True
ENG0118_000000004869	2812	0.5848657609680534	3	3	2	3	0	True	59312	maximal	True	ENG0118_000000004869	1.0		8	5	False	False	1.0	0					non-mobilizable	plasmid	2812.0	99.68	100.0	0.01346096750404643	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	False	True
MAD0102_000000006357	2790	0.5848524456283286	4	4	4	3	3	False	79070	maximal	True	MAD0102_000000006357	1.0		640	15	False	False	0.9992831349372864	0					non-mobilizable	chromosome	2790.0	97.455	100.0	0.000984160624612061	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0086_000000025408	1143	0.5848507265353452	2	1	1	1	1	False	33879	maximal	True	ISR0086_000000025408	1.0		3	2	False	False	0.9833770990371704	0					non-mobilizable	no_good_hit								True	False
ISR0057_000000002923	6095	0.5848444798198069	9	9	3	4	9	False	35604	maximal	True	ISR0057_000000002923	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	6096.0	99.295	100.0	0.020402902073435716	LC549807.1	enterobacteria	Klebsiella pneumoniae VNCKp115 plasmid pVNCKp115 DNA, complete sequence	False	True
SPA0085_000000007291	1853	0.5848442370392416	2	2	1	2	1	False	99838	fragment	False	SPA0085_000000007291	1.0		0	0	False	False	0.991365373134613	0					non-mobilizable	no_good_hit								True	False
FIJ0003_000000010402	2333	0.5848409269761826	5	3	1	1	3	False	52192	maximal	True	FIJ0003_000000010402	1.0		6	3	False	False	0.9914273619651794	0					non-mobilizable	other	2323.0	91.132	99.0	0.0010298501306383963	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	False	False
FIJ0121_000000010623	2445	0.5848403495641263	3	3	3	3	3	False	43185	maximal	True	FIJ0121_000000010623	1.0		67	8	False	False	1.0	0					non-mobilizable	chromosome	2445.0	98.93700000000001	100.0	0.0012223049650887897	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	False
ITA0006_000000016931	1335	0.5848388031347922	3	2	2	2	2	False	20347	fragment	False	ITA0006_000000016931	1.0		0	0	False	False	0.989513099193573	0					non-mobilizable	no_good_hit	119.0	78.15100000000001	9.0	0.056695992179863146	XM_035474297.1	ascomycetes	Colletotrichum scovillei six-hairpin glycosidase (HER10_EVM0004661), partial mRNA	True	False
USA0039_01_000000015349	1455	0.5848332331154398	2	1	1	1	1	False	103580	fragment	False	USA0037_01_000000022915	0.9512220454720377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000028856	1301	0.5848332331154398	2	1	1	1	1	False	103580	fragment	False	USA0037_01_000000022915	0.5999358956453456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000007408	4705	0.5848248123652144	7	6	5	5	5	False	120210	maximal	True	ISR0183_000000007408	1.0		74	7	False	False	0.9942614436149597	0					non-mobilizable	chromosome	1730.0	98.49700000000001	97.0	0.0006854101975876256	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0013_000000043341	1311	0.5848204683895905	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.25000926740248774		0	0	False	False	0.9992372393608093	0					non-mobilizable	chromosome	1296.0	92.67	100.0	0.00045661665408677196	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0149_000000000289	34712	0.5848184534094137	35	15	8	13	7	True	122324	fragment	False	ISR0067_000000000295	0.2545277646144789		0	0	False	False	0.9999712109565735	0					non-mobilizable	no_good_hit	320.0	90.625	1.0	8.92819408942356e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0381_000000004753	3333	0.5848099225493488	3	2	2	2	1	True	27823	maximal	True	ISR0381_000000004753	1.0		1	1	False	False	0.9951995015144348	0					non-mobilizable	other	3336.0	87.77	99.0	0.053098191791306565	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	False	True
ISR0223_000000009944	2848	0.5848099225493488	2	2	2	2	1	True	27822	fragment	False	ISR0223_000000009944	1.0		0	0	False	False	0.9964887499809265	0					non-mobilizable	other	1925.0	89.662	99.0	0.03067895525719935	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	False	True
ENG0138_000000012635	1557	0.5848082793609172	2	1	1	1	1	False	57910	fragment	False	ENG0138_000000012635	1.0		0	0	False	False	0.9993577599525452	0					non-mobilizable	no_good_hit								True	False
MON0030_000000012644	2737	0.5848044513257379	4	4	3	3	4	False	77893	fragment	False	MON0090_000000021582	0.9442323927496455		0	0	False	False	0.9989039301872253	0					non-mobilizable	no_good_hit	543.0	76.059	20.0	0.0007125742042810392	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0046_000000008886	3440	0.5848017653136968	3	3	3	3	3	False	11535	maximal	True	MON0046_000000008886	1.0		7	4	False	False	0.9889534711837769	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.000224066323631795	MK784553.1	firmicutes	Staphylococcus epidermidis strain MB2193 genomic sequence	True	False
AST0019_000000014499	2014	0.5847906348557826	2	2	2	2	2	False	122331	maximal	False	MON0030_000000016337	0.9610208816705337		0	0	False	False	0.9990069270133972	0					non-mobilizable	chromosome	2029.0	78.65899999999999	99.0	0.0006485044591127931	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0103_000000011812	1942	0.5847906268214964	3	2	1	2	1	True	14919	maximal	True	MAD0103_000000011812	1.0		5	3	False	False	0.9855818748474121	0					non-mobilizable	no_good_hit	987.0	73.86	49.0	0.09801324503311258	NZ_LBBT01000315.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig337, whole genome shotgun sequence	True	True
AST0039_000000010378	1571	0.5847896663709949	2	1	1	1	1	False	116577	maximal	True	AST0039_000000010378	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1537.0	98.243	98.0	0.003831226491334843	NZ_QSGP01000007.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf7, whole genome shotgun sequence	False	False
FIJ0065_000000009523	1940	0.5847894480108901	4	4	4	2	3	False	127740	fragment	False	ISR0150_000000012413	0.6641053565722347		0	0	False	False	0.9989690780639648	0					non-mobilizable	other	1940.0	99.742	100.0	0.06147164188567986	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0051_000000018094	1948	0.5847829490868498	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.2742413998629639		0	0	False	False	0.994353175163269	0					non-mobilizable	other	1952.0	92.777	100.0	0.0006044640118366685	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0150_000000002398	9191	0.5847825895912998	11	8	7	7	5	True	104268	fragment	False	AST0150_000000002398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5386.0	98.756	66.0	0.07443997066677736	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0032_000000006166	5031	0.5847806687298138	6	5	3	5	2	True	36972	maximal	True	ISR0032_000000006166	1.0		8	4	False	False	0.9986086487770081	0					non-mobilizable	no_good_hit	44.0	95.455	1.0	0.0031590823617901466	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
MAD0110_000000004775	5760	0.5847778210921474	11	11	3	2	11	True	14568	maximal	True	MAD0110_000000004775	1.0		5	4	False	False	1.0	0					non-mobilizable	plasmid	5760.0	99.82600000000001	100.0	0.1456905057046725	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
FIJ0054_000000011376	2198	0.5847730122233709	3	1	1	1	1	False	46334	maximal	True	FIJ0054_000000011376	1.0		201	13	False	False	0.9990900754928589	0					non-mobilizable	other	2189.0	96.665	99.0	0.012697251541435887	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	False	False
USA0007_01_000000001579	12305	0.5847725299901112	13	12	6	8	11	False	121285	maximal	True	USA0007_01_000000001579	1.0	PS849	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	8636.0	97.545	71.0	0.0019316122038520844	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
SPA0100_000000007014	4545	0.5847714235617978	6	4	3	4	4	True	4972	fragment	False	SPA0100_000000007014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006087662337662338	NZ_AVCH01000073.1	g-proteobacteria	Arenimonas malthae CC-JY-1 contig17, whole genome shotgun sequence	True	True
ISR0175_000000007870	2892	0.5847633499644862	3	2	2	2	2	False	118566	maximal	True	ISR0175_000000007870	1.0		3	1	False	False	0.9951590299606323	0					non-mobilizable	no_good_hit	1240.0	98.065	43.0	0.03434511434511434	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	True	False
SPA0082_000000002281	6781	0.5847518647762301	6	6	4	4	5	True	132395	backbone	True	SPA0082_000000002281	0.9705292841214461	PS1159|PS1161|PS463	37	8	True	True	1.0	72		MOBV			mobilizable	no_good_hit	3642.0	99.89	87.0	0.523057032035627	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	True	True
ENG0190_000000005009	6025	0.5847518647762301	8	6	4	4	5	True	132395	backbone	False	SPA0082_000000002281	0.8609604514830304	PS1159|PS1161|PS463	0	0	True	True	1.0	12		MOBV			mobilizable	plasmid	3545.0	99.859	96.0	0.5091222525499209	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0355_000000002816	5886	0.5847518647762301	8	6	4	4	5	True	132395	backbone	False	SPA0082_000000002281	0.9066989419012279	PS1159|PS1161|PS463	0	0	True	True	1.0	47		MOBV			mobilizable	plasmid	1812.0	99.89	95.0	0.26016376957333714	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0003_000000002997	5804	0.5847518647762301	7	6	4	4	5	True	132395	backbone	False	SPA0082_000000002281	0.8597084778757127	PS1159|PS1161|PS463	0	0	True	True	1.0	55		MOBV			mobilizable	plasmid	2202.0	98.54700000000001	99.0	0.3150409423933343	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0013_000000004335	5644	0.5847518647762301	6	6	4	4	5	True	132395	backbone	False	SPA0082_000000002281	0.8485260707393731	PS1159|PS1161|PS463	0	0	True	True	1.0	48		MOBV			mobilizable	plasmid	3327.0	99.88	99.0	0.47780491308720013	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0137_000000005012	5557	0.5847518647762301	6	6	4	4	5	True	132395	backbone	False	SPA0082_000000002281	0.7547525012134509	PS1159|PS1161|PS463	0	0	True	True	1.0	78		MOBV			mobilizable	plasmid	1749.0	99.943	99.0	0.2511133457836518	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0140_000000003808	5547	0.5847518647762301	6	6	4	4	5	True	132395	backbone	False	SPA0082_000000002281	0.7536871389013793	PS1159|PS1161|PS463	0	0	True	True	1.0	42		MOBV			mobilizable	plasmid	3327.0	99.85	98.0	0.47780491308720013	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0092_000000003733	5471	0.5847518647762301	7	6	4	4	5	True	132395	backbone	False	SPA0082_000000002281	0.6631488114009999	PS1159|PS1161|PS463	0	0	True	True	0.9992688894271851	35		MOBV			mobilizable	plasmid	1721.0	99.82600000000001	99.0	0.24709093521045827	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0265_000000002816	5367	0.5847518647762301	6	6	4	4	5	True	132395	backbone	False	SPA0082_000000002281	0.5196653219444977	PS1159|PS1161|PS463	0	0	True	True	0.9992547035217285	3		MOBV			mobilizable	plasmid	1645.0	99.939	99.0	0.23617296365464732	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ENG0005_000000002642	8822	0.5847493571907255	10	9	9	8	6	False	114949	maximal	True	ENG0005_000000002642	0.9451668584579977		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	77.07300000000001	17.0	0.00042413400408103743	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
ISR0016_000000004486	4358	0.5847479365128454	5	3	0	2	1	False	123165	backbone	True	ISR0016_000000004486	1.0	PS879|PS881	2	1	True	True	1.0	10					non-mobilizable	chromosome	1770.0	99.54799999999999	94.0	0.4475082216038452	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	False	True
FIJ0096_000000025636	1464	0.584746489306862	3	2	2	1	1	True	87079	fragment	False	MON0032_000000016300	0.2424542714026873		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	90.934	100.0	0.0004560701190697663	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0110_000000009735	1610	0.5847420143468917	3	1	1	1	1	False	124006	fragment	False	MON0110_000000009735	1.0		0	0	False	False	0.9931676983833313	0					non-mobilizable	no_good_hit	1330.0	97.895	83.0	0.0003687843999755625	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0091_000000003827	5759	0.5847372101613092	4	4	4	4	3	False	121160	maximal	True	ENG0091_000000003827	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2290.0	73.362	39.0	0.07196487655892085	NZ_MBEW02000023.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_23_length_31432_cov_220.716, whole genome shotgun sequence	True	False
CHI0132_000000004417	7567	0.5847360667639787	11	5	3	5	2	False	80955	fragment	False	CHI0132_000000004417	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	91.667	3.0	0.0012249072400342498	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0829_000000012318	1263	0.5847352828316754	2	2	1	2	1	False	21054	maximal	True	ISR0829_000000012318	1.0		44	8	False	False	0.9984164834022522	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000012765	2359	0.5847316005270926	2	2	2	2	2	False	109904	fragment	False	AST0090_000000009361	0.9252690314866481		0	0	False	False	1.0	0					non-mobilizable	chromosome	2364.0	92.38600000000001	100.0	0.0007946987768505357	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0072_000000000965	13838	0.5847308593756333	17	6	4	6	3	True	103570	fragment	False	ISR0181_000000000999	0.3785980841987709		0	0	False	False	1.0	0					non-mobilizable	other	12935.0	98.93299999999999	94.0	0.003463624047630588	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0088_000000008201	2534	0.5847281186363305	2	2	2	2	2	False	63601	maximal	False	ENG0056_000000004430	0.9969943852231434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	99.16	29.0	0.0012532518086702238	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	True	False
ENG0088_000000004702	5309	0.5847274431611931	7	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.890358684021325	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	93.204	3.0	0.00021568357950160178	NZ_OUNG01000002.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	True
ISR0174_000000005734	4696	0.5847274431611931	6	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.45499344186244556	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	98.05799999999999	2.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
ISR0134_000000007206	4571	0.5847274431611931	7	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.4328344399278749	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	98.70100000000001	2.0	2.7084972686943333e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
MON0097_000000010713	3202	0.5847214852141551	5	3	2	3	2	False	68566	fragment	False	MON0097_000000010713	1.0		0	0	False	False	0.9965646266937256	0					non-mobilizable	no_good_hit								True	False
MON0094_000000012858	2714	0.5847156438654116	3	3	3	3	3	False	75631	fragment	False	MON0096_000000012454	0.9792405349859745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	71.845	19.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0107_000000001157	18610	0.5847034583841132	29	4	2	4	2	False	62731	fragment	False	FIJ0107_000000001157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2211.0	93.44200000000001	70.0	0.0009193235311016977	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
USA0044_01_000000003408	8690	0.5847017247656853	9	2	1	2	1	True	1243	maximal	True	USA0044_01_000000003408	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1506.0	98.67200000000001	23.0	0.00045546373264036626	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
FIJ0171_000000018695	1139	0.5847016269926534	1	1	1	1	1	False	38764	maximal	True	FIJ0171_000000018695	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000005109	5783	0.5846994279325419	6	4	2	4	3	False	70002	maximal	True	FIJ0066_000000005109	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2500.0	98.44	46.0	0.003434470872965808	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0393_000000006920	2521	0.5846965033174617	9	7	2	4	3	False	110190	fragment	False	ISR0393_000000006920	0.9605270448086587		0	0	False	False	0.9992066621780396	0					non-mobilizable	other	2521.0	97.025	100.0	0.0006813722295932397	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
USA0121_01_000000003989	10633	0.584689115423809	9	6	2	6	2	True	204	maximal	True	USA0121_01_000000003989	1.0		1	1	False	False	0.9995297789573669	0					non-mobilizable	no_good_hit	37.0	100.0	0.0	1.7962092799356239e-06	LT972182.1	bony fishes	Larimichthys crocea genome assembly, chromosome: XVI	True	True
MON0055_000000000776	9615	0.584689115423809	9	6	2	6	2	True	11097	fragment	False	MON0055_000000000776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.00042645943896891587	NZ_AFWV01000021.1	g-proteobacteria	Thiocapsa marina 5811 ctg456, whole genome shotgun sequence	True	True
ISR0345_000000001199	5299	0.5846859231179496	9	7	6	6	6	False	129905	maximal	True	ISR0345_000000001199	1.0		14	5	False	False	0.9996225833892822	0					non-mobilizable	no_good_hit	1266.0	81.75399999999999	65.0	0.0003379269241735931	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
USA0119_01_000000013030	1886	0.5846787360669574	2	2	2	2	2	False	227	maximal	True	USA0119_01_000000013030	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	93.28399999999999	28.0	0.00218738457750236	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ENG0052_000000011230	2676	0.5846783179924904	3	3	3	3	2	False	126831	maximal	True	ENG0052_000000011230	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1190.0	89.49600000000001	100.0	0.00048142300238281733	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0068_000000011573	2735	0.5846770797309002	4	4	4	4	2	False	92939	fragment	False	FIJ0124_000000009177	0.5600663041897712		0	0	False	False	0.9996343851089478	0					non-mobilizable	no_good_hit	2214.0	76.378	80.0	0.007324833321648321	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
MAD0048_000000006660	3444	0.5846761076636693	4	3	3	3	3	False	17558	maximal	True	MAD0048_000000006660	1.0		1	1	False	False	0.9994192719459534	0					non-mobilizable	no_good_hit	673.0	98.96	36.0	0.0002941661288964956	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0821_000000018338	1712	0.5846704211736027	3	3	3	3	2	False	114894	fragment	False	ISR0216_000000008235	0.4001919830753105		0	0	False	False	1.0	0					non-mobilizable	other	1712.0	96.086	100.0	0.04275682834795212	NZ_SPFY01000020.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_20_length_40017_cov_22.6775, whole genome shotgun sequence	False	False
ENG0060_000000011324	2581	0.5846696873770668	5	4	4	3	2	False	89676	maximal	True	ENG0060_000000011324	1.0		147	8	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	98.90799999999999	88.0	0.00031890011083788726	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0275_000000008060	1756	0.5846661687101977	2	2	2	2	2	False	110221	fragment	False	ISR0375_000000009302	0.3492166204824981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	94.669	85.0	0.005575885141593689	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
MAD0101_000000019151	1504	0.5846621862968606	2	2	2	2	2	False	15088	maximal	True	MAD0101_000000019151	1.0		496	13	False	False	0.991356372833252	0					non-mobilizable	other	1504.0	99.66799999999999	100.0	0.01475134705414716	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
ISR0260_000000007820	1840	0.5846558636049111	3	2	0	2	1	False	105310	fragment	False	ISR0260_000000007820	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1851.0	93.625	100.0	0.0008379477229622202	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
CHI0130_000000003902	4167	0.5846551343732538	2	2	2	2	1	True	125716	fragment	False	CHI0130_000000003902	0.9795465746673239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	95.416	33.0	0.000406916586455153	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0151_000000004123	4058	0.5846551343732538	2	2	2	2	1	True	125716	fragment	False	CHI0130_000000003902	0.9660427165826735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	96.94	31.0	0.0003736195011876724	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0044_000000001448	14688	0.5846525641677071	16	4	0	4	0	False	11648	maximal	True	MON0044_000000001448	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2269.0	83.385	15.0	0.9973614775725593	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
MON0090_000000002859	14518	0.5846525641677071	16	4	0	4	0	False	11423	maximal	True	MON0090_000000002859	0.9979981737725644		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2231.0	84.04299999999999	15.0	0.9802110817941952	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
MON0048_000000001636	14237	0.5846525641677071	16	4	0	4	0	False	11423	maximal	False	MON0090_000000002859	0.9883592781374845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2231.0	84.04299999999999	16.0	0.9802110817941952	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
CHI0159_000000006728	2210	0.5846469327975753	3	3	1	3	2	False	78808	fragment	False	CHI0159_000000006728	1.0		0	0	False	False	0.9914026856422424	0					non-mobilizable	no_good_hit	1872.0	83.066	84.0	0.29846153846153844	HG796270.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00175	True	False
ISR0200_000000003651	5505	0.5846455059944639	9	7	3	5	6	True	123547	maximal	False	ISR0126_000000007967	0.9539147670961348		0	0	False	True	0.9994550347328186	0		MOBV			mobilizable	no_good_hit	2609.0	88.118	80.0	0.4235506651338479	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
MON0028_000000007196	3399	0.5846438443263097	4	4	4	3	2	False	113702	maximal	True	MON0028_000000007196	1.0		1	1	False	False	0.999117374420166	0					non-mobilizable	no_good_hit	611.0	73.15899999999999	18.0	0.009965409323011036	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0149_000000012405	1439	0.5846427344565296	2	2	1	2	1	True	30859	maximal	True	ISR0149_000000012405	1.0		18	4	False	False	0.995135486125946	0					non-mobilizable	chromosome	1439.0	99.166	100.0	0.0004532541472912076	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
USA0051_01_000000013592	1488	0.5846355265616013	2	1	1	1	1	False	1091	fragment	False	USA0051_01_000000013592	1.0		0	0	False	False	0.9993279576301575	0					non-mobilizable	no_good_hit	841.0	92.74700000000001	57.0	0.007520412548345509	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0103_000000009050	3035	0.5846355049369744	2	2	2	2	2	False	33060	maximal	True	ISR0103_000000009050	1.0		300	11	False	False	0.9881383776664734	0					non-mobilizable	chromosome	3031.0	81.359	99.0	0.0006714510049553662	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0301_000000004508	3618	0.584629637326864	6	5	5	5	5	False	121400	maximal	True	ISR0301_000000004508	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2228.0	99.37200000000001	62.0	0.0007019450528633653	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0108_000000011643	1970	0.5846270154443891	3	3	3	3	3	False	76082	fragment	False	FIJ0073_000000008526	0.8121394958830034		0	0	False	False	1.0	0					non-mobilizable	other	1970.0	95.279	100.0	0.00538898392062949	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0048_000000002321	8072	0.5846243055383125	11	5	2	5	2	False	17574	maximal	True	MAD0048_000000002321	1.0		1	1	False	False	0.9981417059898376	0					non-mobilizable	no_good_hit	1372.0	77.47800000000001	17.0	0.00040130609585440437	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0052_000000004133	6380	0.5846203934511677	8	5	4	5	4	False	46501	fragment	False	FIJ0052_000000004133	1.0		0	0	False	False	0.9995297789573669	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000013418	2093	0.5846188523852762	3	3	3	2	2	False	105699	fragment	False	ISR0831_000000007377	0.630460801915021		0	0	False	False	0.9885331988334656	0					non-mobilizable	chromosome	1485.0	99.19200000000001	99.0	0.0005042615880774075	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0287_000000007269	1779	0.5846162191570632	3	3	3	2	0	True	25999	maximal	True	ISR0287_000000007269	1.0		77	9	False	False	1.0	0					non-mobilizable	no_good_hit	1030.0	100.0	58.0	0.000449766069193166	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	True
FIJ0024_000000002269	8729	0.5846122345391724	10	7	6	6	5	False	49262	maximal	True	FIJ0024_000000002269	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	89.32	30.0	0.0004504627517866418	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0125_000000002839	5263	0.5846107769251472	6	5	4	4	1	False	32053	maximal	True	ISR0125_000000002839	1.0		1	1	False	False	0.9789093732833862	0					non-mobilizable	no_good_hit	94.0	91.48899999999999	2.0	0.0002551797370825548	NZ_ASWF01000005.1	firmicutes	Enterococcus raffinosus ATCC 49464 acOtA-supercont2.5, whole genome shotgun sequence	True	False
MON0013_000000007846	5354	0.5846095488471469	12	4	4	4	3	True	73503	fragment	False	SPA0089_000000006850	0.9386637458926615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0001_000000031968	1069	0.5846077644076401	1	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.42233755913790266		0	0	False	False	1.0	0					non-mobilizable	chromosome	1069.0	100.0	100.0	0.00020829286444815263	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
MON0050_000000022938	1689	0.5846042795327209	3	2	1	2	1	False	12717	maximal	True	MON0050_000000022938	1.0		42	5	False	False	0.9715808033943176	0					non-mobilizable	no_good_hit	51.0	100.0	3.0	0.00022700238806512246	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0002_000000004017	6608	0.5845999413026737	9	9	8	8	7	False	20246	maximal	True	MAD0002_000000004017	1.0		1	1	False	False	0.9998486638069153	0					non-mobilizable	no_good_hit	133.0	74.436	2.0	7.439250850402912e-05	LS483440.1	firmicutes	Gemella morbillorum strain NCTC11323 genome assembly, chromosome: 1	True	False
DEN0085_000000007175	4840	0.5845977289530969	1	1	1	1	1	False	69007	maximal	True	DEN0085_000000007175	1.0		91	9	False	False	1.0	0					non-mobilizable	other	4844.0	95.541	100.0	0.026547507365164008	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
USA0026_01_000000024358	1336	0.5845971571393664	3	3	3	2	2	False	1614	maximal	True	USA0026_01_000000024358	1.0		7	4	False	False	1.0	0					non-mobilizable	other	1336.0	99.70100000000001	100.0	0.002675870860668306	NZ_DS562854.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_11, whole genome shotgun sequence	False	False
USA0023_01_000000005910	5450	0.5845906705713841	7	7	5	4	6	False	127791	maximal	True	USA0023_01_000000005910	1.0		12	5	False	False	0.9994495511054993	0					non-mobilizable	other	4568.0	99.256	95.0	0.08731737168209286	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0119_000000002311	6971	0.5845880231322653	9	9	9	7	5	False	50800	fragment	False	FIJ0139_000000003687	0.9997131794062813		0	0	False	False	0.9998565316200256	0					non-mobilizable	no_good_hit	3043.0	95.169	71.0	0.005778818407912536	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0005_000000008485	3571	0.5845872345286863	3	3	1	1	2	False	51909	fragment	False	FIJ0005_000000008485	1.0		0	0	False	False	0.9985998272895813	0					non-mobilizable	plasmid	3571.0	99.97200000000001	100.0	0.03957915276222575	CP021688.1	enterobacteria	Klebsiella pneumoniae strain AR_0146 plasmid tig00001189, complete sequence	False	True
CHI0107_000000007074	2021	0.5845868486978977	3	3	2	2	2	False	83018	fragment	False	CHI0107_000000007074	1.0		0	0	False	False	0.9950519800186157	0					non-mobilizable	other	2021.0	99.35700000000001	100.0	0.0005609521746616237	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0047_000000019551	2002	0.5845835565193638	3	3	3	3	3	False	6669	maximal	True	SPA0047_000000019551	1.0		50	9	False	False	0.9845154881477356	0					non-mobilizable	other	1967.0	99.898	98.0	0.0005611223817618672	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0135_000000001754	9314	0.58458322869209	11	5	3	4	4	True	126177	fragment	False	ENG0135_000000001754	1.0		0	0	False	False	0.9996778964996338	0					non-mobilizable	no_good_hit	1600.0	74.062	17.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0049_000000006845	2869	0.5845794091843595	4	4	3	3	4	False	121862	fragment	False	FIJ0014_000000008762	0.9176671969517101		0	0	False	False	1.0	0					non-mobilizable	other	1856.0	96.01299999999999	99.0	0.000577087360760175	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0055_000000003435	8085	0.5845792170036866	10	5	3	5	1	False	113992	maximal	True	AST0055_000000003435	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	90.223	7.0	0.00020789722193297739	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
SPA0113_000000014523	2135	0.5845764656367645	3	3	3	3	3	False	13564	fragment	False	SPA0113_000000014523	1.0		0	0	False	False	0.9976580739021301	0					non-mobilizable	other	2135.0	98.501	100.0	0.0027842433225129686	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0223_000000007677	3578	0.5845753572949454	3	3	3	2	2	False	112374	maximal	True	ISR0223_000000007677	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	99.32600000000001	51.0	0.00045363154992138753	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0082_000000002181	4272	0.5845675161968729	6	6	5	5	4	False	84281	maximal	True	CHI0082_000000002181	1.0		45	9	False	False	0.9992977380752563	0					non-mobilizable	other	2765.0	93.52600000000001	100.0	0.0005831189492961072	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0143_000000021965	1324	0.5845647604313083	2	2	2	2	1	False	110656	fragment	False	AST0087_000000026210	0.9506662342165038		0	0	False	False	0.9901812672615051	0					non-mobilizable	other	1315.0	97.262	99.0	0.006875945180820613	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0037_000000010319	5269	0.5845646841949412	6	3	2	2	2	False	12139	maximal	True	MON0037_000000010319	1.0		12	4	False	False	0.9998102188110352	0					non-mobilizable	no_good_hit	760.0	96.053	14.0	0.022572757633587785	NZ_VZBY01000017.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_34_length_33536_cov_23.8737_ID_67, whole genome shotgun sequence	True	False
MON0078_000000007875	4786	0.5845627446864475	5	3	1	2	1	False	10173	maximal	True	MON0078_000000007875	1.0		1	1	False	False	0.9954032301902771	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	2.6367327789526896e-05	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
DEN0073_000000017071	2944	0.5845580782419837	4	4	4	3	3	False	70187	maximal	True	DEN0073_000000017071	1.0		22	9	False	False	0.9972826242446899	0					non-mobilizable	no_good_hit	946.0	74.63	52.0	0.0003602982399741579	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
DEN0071_000000011225	3410	0.5845576031167266	4	4	4	3	3	False	75568	fragment	False	DEN0071_000000011225	1.0		0	0	False	False	0.9935483932495117	0					non-mobilizable	no_good_hit	142.0	81.69	4.0	0.0007288939964672583	NZ_JAAKYA010000006.1	verrucomicrobia	Limisphaera ngatamarikiensis strain NGM72.4 VerNGM_NODE_7_len_187884_cov_42_882458.6, whole genome shotgun sequence	True	False
AST0116_000000012445	2177	0.5845572522855598	2	2	2	2	1	False	106753	fragment	False	AST0116_000000012445	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2175.0	99.586	99.0	0.010373968687220549	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0145_000000010461	1535	0.5845563980371223	3	3	3	2	1	False	40017	maximal	True	FIJ0145_000000010461	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	99.75299999999999	79.0	0.002191791695003617	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0006_000000008027	3958	0.5845544066097337	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.19538252902881065		0	0	False	False	1.0	0					non-mobilizable	chromosome	3957.0	99.444	99.0	0.001629178269825856	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0111_000000012809	1493	0.5845487713439314	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.14773466960677425		0	0	False	False	0.9993302226066589	0					non-mobilizable	chromosome	1496.0	90.709	100.0	0.0005008520880786095	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0027_000000014706	1561	0.5845474255088473	2	2	2	2	1	False	65955	maximal	True	ENG0027_000000014706	0.9951287404314544		12	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000029384	1116	0.5845466981513032	2	2	2	2	2	False	124602	maximal	False	ISR0394_000000015658	0.6909331483214918		0	0	False	False	0.9847670197486877	0					non-mobilizable	no_good_hit	513.0	72.32	46.0	0.00013331885320542436	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
DEN0093_000000015962	2020	0.5845356767290069	3	3	3	3	3	False	100788	fragment	False	ISR0175_000000010194	0.5743739001789515		0	0	False	False	0.9985148310661316	0					non-mobilizable	other	2020.0	96.436	100.0	0.0005606744755652565	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0095_000000014219	1351	0.5845355267945886	2	2	1	1	2	False	5196	fragment	False	SPA0095_000000014219	1.0		0	0	False	False	0.9992598295211792	0					non-mobilizable	chromosome	1351.0	99.926	100.0	0.00026932534002324177	CP049101.1	enterobacteria	Escherichia coli strain EC28 chromosome, complete genome	False	False
AST0061_000000006992	5390	0.5845338023476034	11	3	3	2	3	False	112163	maximal	True	AST0061_000000006992	0.9586301067518431		11	8	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	96.296	2.0	0.00010994704675360729	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
USA0035_01_000000004975	5093	0.5845338023476034	9	3	3	2	3	False	112163	maximal	False	AST0061_000000006992	0.9394068331033564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000019699	1550	0.5845296745359169	2	2	2	2	1	False	85290	fragment	False	MON0081_000000031907	0.9584494933952082		0	0	False	False	0.9993548393249512	0					non-mobilizable	other	1550.0	99.09700000000001	100.0	0.022366939093770757	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0028_000000018282	1430	0.5845280326399189	2	1	1	1	1	False	76265	fragment	False	MON0028_000000018282	1.0		0	0	False	False	0.9895104765892029	0					non-mobilizable	no_good_hit	442.0	73.529	30.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
ENG0146_000000016869	1317	0.5845280326399189	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.582051442822856		0	0	False	False	0.9954441785812378	0					non-mobilizable	no_good_hit	442.0	73.756	33.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
FIJ0080_000000018375	1304	0.5845280326399189	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.3646189629514527		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	73.529	33.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
CAN0008_000000018122	1585	0.5845243167965578	2	2	2	2	1	False	94935	maximal	True	CAN0008_000000018122	1.0		18	5	False	False	0.99747633934021	0					non-mobilizable	no_good_hit								True	False
ISR0219_000000000540	33350	0.5845211570795179	41	14	4	12	9	True	110323	maximal	True	ISR0219_000000000540	0.9812589325701241	PS698	3	2	True	True	0.9999100565910339	12					non-mobilizable	no_good_hit	1720.0	86.45299999999999	8.0	0.051418599753287	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ENG0127_000000000579	32445	0.5845211570795179	39	14	4	12	9	True	110323	maximal	False	ISR0219_000000000540	0.9646463353689009	PS698	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1720.0	86.45299999999999	8.0	0.051418599753287	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
AST0002_000000001535	16513	0.5845180870306675	25	8	5	7	4	True	132587	maximal	True	AST0002_000000001535	1.0		2	1	False	False	0.9998788833618164	0					non-mobilizable	no_good_hit	746.0	80.429	4.0	0.9250936329588015	GQ875250.1		Uncultured organism clone VC1A081TF genomic sequence	True	True
FIJ0011_000000039952	1165	0.5845160020753348	3	2	2	1	2	False	50871	maximal	True	FIJ0011_000000039952	1.0		120	8	False	False	1.0	0					non-mobilizable	chromosome	1154.0	92.634	99.0	0.0004986235821204856	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0126_000000009213	5269	0.5845132003827106	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8390661336168921		0	0	False	False	0.9956348538398743	0					non-mobilizable	chromosome	5213.0	97.37200000000001	99.0	0.002144782717202492	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0183_000000015089	2131	0.5845095072388227	2	2	2	2	1	False	111301	fragment	False	ISR0183_000000015089	0.9787967161569746		0	0	False	False	0.9995307326316833	0					non-mobilizable	no_good_hit	125.0	96.0	11.0	4.3221658791494533e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0165_000000010195	1930	0.5845095072388227	2	2	2	2	1	False	111301	fragment	False	ISR0183_000000015089	0.9291070062735706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	84.821	6.0	3.869035585367656e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0219_000000005152	5939	0.5845061182312361	3	3	1	3	2	False	28050	maximal	True	ISR0219_000000005152	1.0		11	4	False	False	1.0	0					non-mobilizable	other	5886.0	99.949	100.0	0.12500531033603807	NZ_PYLQ01000020.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_19, whole genome shotgun sequence	False	False
ENG0060_000000012776	2322	0.5845032219313412	5	3	2	2	3	True	131064	fragment	False	USA0072_01_000000007207	0.2621023272057193		0	0	False	False	1.0	0					non-mobilizable	other	2322.0	97.20100000000001	100.0	0.0007017809088984973	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ITA0006_000000003022	8433	0.5845008873614091	10	7	3	4	7	True	123518	fragment	False	ISR0779_000000002876	0.705354400343425		0	0	False	False	1.0	0					non-mobilizable	other	8435.0	99.95299999999999	100.0	0.06491837095992056	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0007_000000003478	5279	0.5844999644948277	8	6	3	4	6	False	127361	maximal	True	AST0007_000000003478	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2123.0	99.71700000000001	100.0	0.010849891092045117	CP024976.1	enterobacteria	Escherichia coli strain CV839-15 plasmid pCV839-15-p2, complete sequence	False	True
ISR0319_000000010978	1811	0.58449875709523	3	2	1	2	1	False	25090	maximal	True	ISR0319_000000010978	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1363.0	92.883	75.0	0.00036772469533603413	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0097_000000009812	3982	0.5844942449080655	4	3	1	1	3	False	15433	maximal	True	MAD0097_000000009812	1.0		1	1	False	False	0.9952285289764404	0					non-mobilizable	no_good_hit	161.0	91.925	8.0	5.124861282253186e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0153_000000010324	2569	0.5844935185163274	4	4	2	2	3	True	39660	fragment	False	FIJ0153_000000010324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	72.53	16.0	0.0001270362260266174	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ENG0080_000000008345	3014	0.5844930513510718	5	2	1	2	1	True	77155	fragment	False	ENG0080_000000008345	1.0		0	0	False	False	0.9897146821022034	0					non-mobilizable	no_good_hit	1580.0	73.92399999999999	52.0	0.00466848682075452	NZ_VSLA01000024.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_23, whole genome shotgun sequence	True	True
AST0012_000000009000	2408	0.5844930513510718	2	2	1	2	1	True	125283	fragment	False	AST0012_000000009000	1.0		0	0	False	False	0.9933554530143738	0					non-mobilizable	no_good_hit	1572.0	73.219	64.0	0.028989855425753344	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	True
ISR0855_000000001802	5736	0.584492462800978	9	3	2	2	1	False	72643	fragment	False	ISR0855_000000001802	1.0		0	0	False	False	0.999651312828064	0					non-mobilizable	no_good_hit	280.0	100.0	5.0	0.008052645250671054	NZ_NFIG01000039.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_39, whole genome shotgun sequence	True	False
ISR0080_000000006212	4629	0.5844851469899108	6	5	3	3	5	False	126410	fragment	False	ISR0162_000000007632	0.9497669016967337		0	0	False	True	0.9967595338821411	0					non-mobilizable	no_good_hit	3517.0	99.318	76.0	0.0030181604672483236	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
CHI0181_000000007402	2743	0.5844849546701236	5	4	3	4	2	True	124674	fragment	False	SPA0062_000000011601	0.9713129179866244		0	0	False	False	0.9996354579925537	0					non-mobilizable	no_good_hit	1521.0	83.3	78.0	0.00045252451776632937	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0067_000000002509	12244	0.5844814774985259	10	9	9	8	6	False	51819	maximal	True	FIJ0067_000000002509	0.9787021437301651		36	1	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.19	32.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
AST0118_000000017731	1748	0.5844814753858135	2	2	1	1	0	True	105828	fragment	False	CAN0018_000000018440	0.6366627951993805		0	0	False	False	0.9828375577926636	0					non-mobilizable	no_good_hit	723.0	74.827	41.0	0.0002311022351808512	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0102_000000018593	1722	0.5844814753858135	2	2	1	1	0	True	105828	fragment	False	CAN0018_000000018440	0.9365262732311278		0	0	False	False	0.9912891983985901	0					non-mobilizable	no_good_hit	723.0	74.827	42.0	0.0002311022351808512	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
AST0019_000000008796	3151	0.5844796500454711	2	2	2	2	2	True	122721	fragment	False	ISR0293_000000010219	0.08596164396913672		0	0	False	False	1.0	0					non-mobilizable	other	3151.0	99.65100000000001	100.0	0.057648286849671285	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0275_000000005565	2502	0.5844682560293324	3	3	3	2	2	False	128245	fragment	False	AUS0008_000000009760	0.9572054988335585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	87.074	73.0	0.029322448979591836	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0289_000000003644	2474	0.5844682560293324	3	3	3	2	2	False	128245	fragment	False	AUS0008_000000009760	0.9607789205095525		0	0	False	False	0.9995958209037781	0					non-mobilizable	no_good_hit	1836.0	86.54700000000001	74.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
AUS0008_000000009760	2463	0.5844682560293324	3	3	3	2	2	False	128245	fragment	False	AUS0008_000000009760	0.9630801421918246		0	0	False	False	0.9935038685798645	0					non-mobilizable	no_good_hit	1819.0	87.02600000000001	74.0	0.029322448979591836	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0109_000000015570	2288	0.5844678946078887	2	2	2	2	2	False	13812	maximal	True	MON0109_000000015570	0.9904739776951672		48	4	False	False	1.0	0					non-mobilizable	no_good_hit	2074.0	79.171	89.0	0.0006630087834965285	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0080_000000015080	1611	0.5844651539381305	2	2	2	2	2	False	52340	maximal	True	FIJ0080_000000015080	0.9948253557567917		27	6	False	False	0.9919304847717285	0					non-mobilizable	no_good_hit								True	False
MON0044_000000031563	1749	0.5844566765313849	2	2	2	2	2	False	11613	fragment	False	MON0044_000000031563	1.0		0	0	False	False	0.919954240322113	0					non-mobilizable	other	1746.0	98.855	99.0	0.0009712298887232139	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
MAD0089_000000001651	9118	0.5844512166618094	21	6	3	6	3	True	105170	fragment	False	FIJ0169_000000002095	0.9500416753490311		0	0	False	False	0.9994516372680664	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00014839075525594755	AC156989.3	rodents	Mus musculus chromosome 1, clone RP23-379L2, complete sequence	True	True
FIJ0032_000000030742	1231	0.5844464799528667	3	2	2	2	2	False	48358	maximal	True	FIJ0032_000000030742	1.0		18	5	False	False	0.991064190864563	0					non-mobilizable	no_good_hit								True	False
ISR0842_000000003180	5972	0.584443378806958	9	5	2	3	3	False	114837	fragment	False	ISR0842_000000003180	0.9649245878639074		0	0	False	False	0.998995304107666	0					non-mobilizable	no_good_hit	1382.0	97.757	69.0	0.16682773616815655	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0114_000000004448	5702	0.584443378806958	9	5	2	3	3	False	114837	fragment	False	ISR0842_000000003180	0.9426490288010716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1417.0	97.742	69.0	0.17105581058226624	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
SPA0101_000000025039	1640	0.5844423135879246	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8351198543111854		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	94.73700000000001	99.0	0.0073520068255668305	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0208_000000018844	1623	0.5844423135879246	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8359838198344056		0	0	False	False	0.9987677335739136	0					non-mobilizable	other	1623.0	99.384	100.0	0.007361083377203333	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0018_000000018501	1614	0.5844423135879246	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.8287343992942231		0	0	False	False	0.9993804097175598	0					non-mobilizable	other	1612.0	94.789	99.0	0.007252164757565306	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0019_000000026286	1175	0.5844370447771348	2	2	2	2	2	False	121908	fragment	False	ENG0166_000000024275	0.4701270590306542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0109_000000008197	3259	0.5844365539351719	5	3	2	2	3	True	42159	maximal	True	FIJ0109_000000008197	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0073_000000007330	3515	0.5844358619577688	3	2	2	2	2	False	62243	maximal	True	ENG0073_000000007330	1.0		49	5	False	False	0.9997155070304871	0					non-mobilizable	virus	3515.0	99.65899999999999	100.0	0.06922228350799779	MK232145.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_1-CL09_c1 sequence	False	False
ISR0213_000000010126	2513	0.5844323709752702	7	7	2	1	6	False	28282	fragment	False	ISR0213_000000010126	1.0		0	0	False	False	0.9956227540969849	0					non-mobilizable	no_good_hit	1517.0	94.265	72.0	0.1090711962414167	NZ_CABMGA010000029.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0813_000000010707	2796	0.5844233860312816	4	3	2	3	2	False	109615	fragment	False	ISR0339_000000004178	0.8564464076047248		0	0	False	False	1.0	0					non-mobilizable	other	2795.0	99.03399999999999	99.0	0.013718700053276505	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0825_000000014855	1610	0.5844210980918967	2	2	2	1	1	False	80075	fragment	False	ISR0126_000000028652	0.7751587858911339		0	0	False	False	1.0	0					non-mobilizable	chromosome	1610.0	99.255	100.0	0.002211309977831927	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
MON0091_000000002422	5259	0.5844200525327753	7	7	7	7	6	False	9496	maximal	True	MON0091_000000002422	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3318.0	98.162	92.0	0.0006126062434124514	CP010133.1	enterobacteria	Escherichia coli strain C11, complete genome	False	False
CHI0026_000000003220	3111	0.5844195077211095	3	2	1	2	1	False	88912	maximal	True	CHI0026_000000003220	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	555.0	70.09	18.0	0.0003297241793480934	CP027242.1	firmicutes	Peptostreptococcaceae bacterium oral taxon 929 strain W2294 chromosome, complete genome	True	False
ISR0320_000000001392	9910	0.5844168485329225	11	7	6	6	6	False	102897	maximal	True	ISR0320_000000001392	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	84.064	16.0	0.0004361323041007522	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0087_000000007607	3630	0.5844136257605599	3	3	3	3	3	False	117085	fragment	False	ISR0099_000000005422	0.9055789381655923		0	0	False	False	1.0	0					non-mobilizable	chromosome	3580.0	79.10600000000001	98.0	0.0005543799206084351	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
AST0033_000000003527	3628	0.5844136257605599	3	3	3	3	3	False	117085	fragment	False	ISR0099_000000005422	0.9073731654434114		0	0	False	False	1.0	0					non-mobilizable	other	3484.0	80.741	96.0	0.0005388688876572477	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
ISR0084_000000006477	3586	0.5844136257605599	4	3	3	3	3	False	117085	fragment	False	ISR0099_000000005422	0.905593872156472		0	0	False	False	0.9977691173553467	0					non-mobilizable	chromosome	2939.0	78.632	99.0	0.0005284302516299284	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0029_000000013078	3522	0.5844136257605599	3	3	3	3	3	False	117085	fragment	False	ISR0099_000000005422	0.9024223537558284		0	0	False	False	0.9994321465492249	0					non-mobilizable	other	3460.0	80.694	98.0	0.0005351429143631613	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
ENG0114_000000004946	3498	0.5844136257605599	3	3	3	3	3	False	117085	fragment	False	ISR0099_000000005422	0.9030693585639763		0	0	False	False	0.9991423487663269	0					non-mobilizable	other	3483.0	80.706	99.0	0.0005387136387699942	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
AST0093_000000005544	3445	0.5844136257605599	3	3	3	3	3	False	117085	fragment	False	ISR0099_000000005422	0.8976622743674867		0	0	False	False	1.0	0					non-mobilizable	other	3456.0	80.7	100.0	0.0005345219188141469	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
AST0039_000000005065	3445	0.5844136257605599	3	3	3	3	3	False	117085	fragment	False	ISR0099_000000005422	0.8976622743674867		0	0	False	False	1.0	0					non-mobilizable	other	3456.0	80.7	100.0	0.0005345219188141469	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
CHI0056_000000005212	3414	0.5844136257605599	3	3	3	3	3	False	117085	fragment	False	ISR0099_000000005422	0.8204650420203434		0	0	False	False	0.9964850544929504	0					non-mobilizable	other	3398.0	80.72399999999999	99.0	0.0005256727322406916	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
CHI0155_000000007852	1614	0.5844130779316778	2	2	2	2	2	False	79037	fragment	False	CHI0155_000000007852	1.0		0	0	False	False	1.0	0					non-mobilizable	other	910.0	94.725	100.0	0.009879360939028366	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0054_000000024275	1199	0.5844124177459026	2	2	2	2	2	False	6416	maximal	True	SPA0054_000000024275	1.0		70	9	False	False	0.9974979162216187	0					non-mobilizable	other	1199.0	99.75	100.0	0.000341925032223152	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0218_000000001657	8044	0.5844105480722277	8	4	3	3	1	False	28076	maximal	True	ISR0218_000000001657	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0088_000000013024	2135	0.5844091951058316	3	3	3	3	2	False	75880	fragment	False	FIJ0088_000000013024	0.9735716677523435		0	0	False	False	0.999531626701355	0					non-mobilizable	other	2136.0	99.391	100.0	0.014682318637260768	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0063_000000002437	4348	0.5844034304184405	12	2	2	2	2	False	16726	maximal	True	MAD0063_000000002437	1.0		1	1	False	False	0.9988500475883484	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.025787965616045846	XM_034564634.1	apicomplexans	Plasmodium berghei ANKA alpha/beta hydrolase, putative (PBANKA_0906000), partial mRNA	True	False
ISR0071_000000002060	3768	0.5844021376063036	4	4	4	3	3	False	117085	fragment	False	ISR0099_000000005422	0.9748505595226661		0	0	False	False	1.0	0					non-mobilizable	other	3484.0	80.741	92.0	0.0005388688876572477	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
ISR0288_000000008045	3659	0.5844021376063036	4	4	4	3	3	False	117085	fragment	False	ISR0099_000000005422	0.9099903305990883		0	0	False	False	0.9969937205314636	0					non-mobilizable	other	3508.0	80.73	96.0	0.0005425948609513342	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
ISR0157_000000008171	3633	0.5844021376063036	4	4	4	3	3	False	117085	fragment	False	ISR0099_000000005422	0.9100785062956398		0	0	False	False	0.9947701692581177	0					non-mobilizable	other	3501.0	80.777	96.0	0.000541508118740559	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
ENG0113_000000012320	2281	0.5843989087684638	3	3	3	3	2	False	123014	fragment	False	ENG0113_000000012320	0.9606328943506869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000022101	2028	0.5843974469701678	3	2	1	1	2	False	80098	fragment	False	MAD0098_000000022101	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1378.0	99.492	100.0	0.009348713109244839	CP052329.1	enterobacteria	Klebsiella pneumoniae strain D17KP0032 plasmid pD17KP0032-1, complete sequence	False	True
MON0028_000000013673	1886	0.5843952994099659	3	3	3	3	3	False	73435	maximal	False	DEN0035_000000017282	0.9516168388716714		0	0	False	False	0.9994697570800781	0					non-mobilizable	no_good_hit	52.0	86.538	3.0	0.00010017186349128406	NZ_QVHZ01000005.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf5, whole genome shotgun sequence	True	False
ENG0084_000000026070	1152	0.5843941609010782	2	1	1	1	1	False	61491	maximal	True	ENG0084_000000026070	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000020901	2327	0.5843922209392547	2	2	2	2	1	False	53111	fragment	False	FIJ0021_000000020901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	74.545	7.0	3.0300163081797986e-05	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
FIJ0167_000000017168	1246	0.5843895364342047	2	1	1	1	1	False	46696	maximal	True	FIJ0167_000000017168	1.0		17	5	False	False	1.0	0					non-mobilizable	other	1246.0	97.432	100.0	0.01765588172273409	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0068_000000022224	1203	0.5843895364342047	2	1	1	1	1	False	62542	maximal	True	ENG0068_000000022224	1.0		0	0	False	False	0.9551122188568115	0					non-mobilizable	no_good_hit	1062.0	98.87	88.0	0.01515606028140847	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0365_000000004604	3238	0.5843818598623227	4	3	1	2	3	False	23660	maximal	True	ISR0365_000000004604	1.0		978	15	False	False	1.0	0					non-mobilizable	other	3238.0	100.0	100.0	0.004093675227510711	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MON0089_000000000435	16703	0.5843791340144783	17	8	6	6	3	True	9618	maximal	True	MON0089_000000000435	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000014996	1981	0.5843774296330045	4	4	3	4	3	False	34716	fragment	False	ISR0074_000000014996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	73.733	11.0	6.878960110875734e-05	NZ_KI912183.1	firmicutes	Desulfotomaculum nigrificans DSM 574 DesniDRAFT_DNA.1, whole genome shotgun sequence	True	False
SPA0006_000000026219	1196	0.5843751084102624	2	2	2	2	2	False	8228	fragment	False	SPA0006_000000026219	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1196.0	100.0	100.0	0.00026144202670734225	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
FIJ0104_000000001390	14938	0.5843713044415312	17	8	5	5	6	False	42532	maximal	True	FIJ0104_000000001390	1.0		1	1	False	False	0.9987280964851379	0					non-mobilizable	no_good_hit	1277.0	93.735	8.0	0.006452538733170354	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	False
ENG0180_000000007854	2196	0.5843669254827407	2	2	2	2	1	False	55342	maximal	True	ENG0180_000000007854	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	99.355	7.0	4.2871559313776666e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
DEN0022_000000004391	7373	0.5843648733837438	8	3	3	1	1	False	74656	fragment	False	DEN0022_000000004391	1.0		0	0	False	False	0.9974230527877808	0					non-mobilizable	no_good_hit	1817.0	75.619	37.0	0.0005816679393369898	CP045918.1	firmicutes	Enterococcus faecalis strain BFFF11 chromosome, complete genome	True	False
MAD0034_000000006645	2330	0.5843646060601327	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.5660898795474439		0	0	False	False	1.0	0					non-mobilizable	other	2334.0	95.801	100.0	0.0005707741565818866	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0099_000000009359	2269	0.5843625953982285	3	3	1	3	0	True	108816	fragment	False	AST0099_000000009359	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2269.0	99.163	100.0	0.0009245354087278099	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	True
MON0057_000000009322	2683	0.5843613377334803	4	4	4	3	3	False	11045	maximal	True	MON0057_000000009322	1.0		1	1	False	False	0.9996272921562195	0					non-mobilizable	no_good_hit	1043.0	93.57600000000001	49.0	0.0007024270810581976	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0317_000000010583	1936	0.5843545650973031	2	2	2	2	2	False	25163	fragment	False	ISR0317_000000010583	0.9924675324675325		0	0	False	False	0.98037189245224	0					non-mobilizable	other	1936.0	98.96700000000001	100.0	0.007613812276877389	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0018_000000004693	4603	0.5843519173216182	7	6	6	4	5	False	66638	maximal	True	ENG0018_000000004693	1.0		8	5	False	False	0.9976102709770203	0					non-mobilizable	other	2091.0	94.45200000000001	96.0	0.0007066626395955988	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MON0076_000000013849	3334	0.5843473145236192	4	4	4	4	3	False	10302	maximal	True	MON0076_000000013849	1.0		19	6	False	False	0.9853029251098633	0					non-mobilizable	no_good_hit	391.0	76.215	17.0	0.0011851634639762235	NZ_JHXG01000006.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0119_000000010230	3106	0.5843455974086399	3	3	2	3	3	False	95358	maximal	True	ISR0119_000000010230	1.0		26	4	False	False	0.9987121820449829	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0014806323733104075	NZ_SMKZ01000082.1	high GC Gram+	Jiangella asiatica strain 5K138 NODE_82_length_20937_cov_24.8959, whole genome shotgun sequence	True	False
ISR0144_000000001389	3968	0.584344936915144	6	6	6	5	4	False	106612	maximal	True	ISR0144_000000001389	0.9774334613246309		448	13	False	False	1.0	0					non-mobilizable	other	3968.0	98.488	100.0	0.015592695370537785	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0357_000000005693	4046	0.5843433919111063	5	4	4	3	3	False	93826	fragment	False	ISR0357_000000005693	1.0		0	0	False	False	0.9967869520187378	0					non-mobilizable	no_good_hit	3336.0	98.501	82.0	0.1032443811528698	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ISR0194_000000012680	2006	0.5843358445962854	2	2	2	2	2	False	34718	maximal	False	ISR0074_000000014387	0.9841849148418491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	90.713	75.0	0.0003213590883824347	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ENG0138_000000012370	1589	0.5843322054237559	3	3	2	3	1	False	57914	fragment	False	ENG0138_000000012370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000017654	1701	0.5843319325160039	3	3	3	3	3	False	33728	maximal	True	ISR0089_000000017654	1.0		44	6	False	False	0.9988242387771606	0					non-mobilizable	no_good_hit								True	False
CHI0141_000000010742	2570	0.5843285997392166	4	3	1	2	2	False	80683	fragment	False	CHI0141_000000010742	0.9989270386266094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	84.5	8.0	0.0015929747388168322	NZ_CZBD01000014.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CHI0135_000000008636	2330	0.5843285997392166	4	3	1	2	2	False	80683	fragment	False	CHI0141_000000010742	0.9523346303501945		0	0	False	False	0.9832618236541748	0					non-mobilizable	no_good_hit	144.0	85.417	6.0	3.588103754912942e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0160_000000001400	14399	0.5843178429524453	12	9	9	9	7	False	69201	maximal	True	ENG0160_000000001400	1.0		4	3	False	False	0.9995138645172119	0					non-mobilizable	no_good_hit	974.0	70.637	7.0	0.0021120439305137547	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0034_000000025383	1370	0.5843167851682353	2	2	2	1	1	False	7142	maximal	True	SPA0034_000000025383	1.0		8	4	False	False	0.970802903175354	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	4.0	0.01110009910802775	NZ_JABAFG010000039.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_39, whole genome shotgun sequence	True	False
ISR0182_000000016866	2290	0.5843143904699393	2	1	1	1	1	False	29552	maximal	True	ISR0182_000000016866	1.0		1	1	False	False	0.9965065717697144	0					non-mobilizable	no_good_hit	1318.0	91.351	60.0	0.0003898749593754517	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
CHI0078_000000002759	6223	0.584313772644552	7	5	4	4	4	False	85299	maximal	True	CHI0078_000000002759	1.0		147	11	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	72.54899999999999	3.0	0.004400656814449918	NZ_QEKH01000036.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_136, whole genome shotgun sequence	True	False
FIJ0024_000000006849	2972	0.5843097251753558	3	3	3	3	3	False	49247	maximal	True	FIJ0024_000000006849	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2163.0	85.113	72.0	0.003477627639776681	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0010_000000010578	1976	0.5843095542264437	2	2	2	2	2	False	78367	fragment	False	ENG0013_000000012163	0.7253133451216975		0	0	False	False	1.0	0					non-mobilizable	other	1976.0	99.19	100.0	0.02037195581090699	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0020_000000017346	1893	0.5842970304765182	1	1	1	1	1	False	7722	maximal	True	SPA0020_000000017346	1.0		100	11	False	False	0.995245635509491	0					non-mobilizable	other	1893.0	99.47200000000001	100.0	0.0003039572274988112	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
FIJ0057_000000012927	2499	0.5842944525563144	3	3	3	3	3	False	46143	maximal	True	FIJ0057_000000012927	1.0		41	8	False	False	0.9987995028495789	0					non-mobilizable	no_good_hit	77.0	89.61	3.0	0.0005353243643023174	NZ_FOTS01000008.1	firmicutes	Pelosinus propionicus DSM 13327, whole genome shotgun sequence	True	False
USA0023_01_000000021336	1423	0.5842932860458026	3	1	1	1	1	False	1694	maximal	True	USA0023_01_000000021336	1.0		3	2	False	False	0.9992972612380981	0					non-mobilizable	other	1434.0	86.611	100.0	0.014805822724395887	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
ISR0145_000000019898	1394	0.5842913920356524	1	1	1	1	1	False	49455	fragment	False	FIJ0022_000000018285	0.9751066856330014		0	0	False	False	0.9662840962409973	0					non-mobilizable	other	1394.0	98.494	99.0	0.0003868348412394266	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0848_000000004178	3765	0.5842905406279166	2	2	2	2	2	False	62446	maximal	False	USA0019_01_000000006815	0.4061190431376767		0	0	False	False	0.9994688034057617	0					non-mobilizable	chromosome	3726.0	99.302	100.0	0.0006756478481323617	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0157_000000017324	1821	0.5842879726624254	1	1	1	1	1	True	116477	maximal	False	ISR0080_000000017550	0.9375788842734009		0	0	False	False	0.9978033900260925	0					non-mobilizable	no_good_hit	1286.0	98.98899999999999	85.0	0.0003868888924349522	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0026_000000002217	8836	0.5842837901030564	8	8	3	7	8	True	12776	fragment	False	MON0026_000000002217	1.0		0	0	False	False	0.9984155893325806	0					non-mobilizable	plasmid	8805.0	99.455	99.0	0.10002499488740939	CP028611.1	enterobacteria	Escherichia coli strain 142 plasmid pTA142-2, complete sequence	False	True
ISR0224_000000021739	1438	0.5842835819481995	2	2	2	2	1	False	27730	maximal	True	ISR0224_000000021739	1.0		72	9	False	False	0.9993045926094055	0					non-mobilizable	other	1438.0	95.82799999999999	100.0	0.0043432136153853124	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0139_000000015582	1680	0.5842830763429367	2	2	2	2	2	False	42948	maximal	False	ISR0848_000000009908	0.8162817247650743		0	0	False	False	0.9869047403335571	0					non-mobilizable	other	1680.0	99.583	100.0	0.0436160540329913	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
CHI0141_000000015440	1794	0.5842815771178448	4	3	1	1	3	False	80097	fragment	False	CHI0141_000000015440	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1072.0	99.34700000000001	100.0	0.00727122130719043	CP052329.1	enterobacteria	Klebsiella pneumoniae strain D17KP0032 plasmid pD17KP0032-1, complete sequence	False	True
ISR0233_000000009067	1803	0.5842749951052474	3	3	2	2	2	False	27390	fragment	False	ISR0233_000000009067	1.0		0	0	False	False	0.999445378780365	0					non-mobilizable	no_good_hit	1325.0	89.509	73.0	0.029531134381236408	NZ_QRYH01000021.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf21, whole genome shotgun sequence	True	False
CHI0105_000000000853	8820	0.584271239895652	8	7	6	7	2	False	131854	maximal	True	CHI0105_000000000853	1.0		16	6	False	False	0.9998866319656372	0					non-mobilizable	no_good_hit	3923.0	79.556	44.0	0.004257239054296457	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MAD0013_000000017097	1466	0.5842710747326884	1	1	1	1	1	False	100097	maximal	False	MAD0050_000000014555	0.653138168108228		0	0	False	False	0.9986357688903809	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00010612952926064315	NZ_RSCK01000002.1	cyanobacteria	Chroococcidiopsis cubana SAG 39.79 sequence002, whole genome shotgun sequence	True	False
SPA0007_000000009390	2667	0.5842702041039238	4	4	4	3	3	False	97773	fragment	False	ISR0098_000000005877	0.6482204091285326		0	0	False	False	1.0	0					non-mobilizable	other	2667.0	99.775	100.0	0.01851929034857389	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
ISR0386_000000021555	1338	0.5842646741356874	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.15700508102191943		0	0	False	False	0.9985052347183228	0					non-mobilizable	other	1287.0	83.916	96.0	0.00038214299928688585	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0056_000000009765	3447	0.5842605306402814	5	5	3	4	4	False	131140	fragment	False	SPA0056_000000009765	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2467.0	100.0	100.0	0.015300234529142417	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
USA0026_01_000000002913	11471	0.5842588115329599	9	6	4	6	2	False	1641	maximal	True	USA0026_01_000000002913	1.0		1	1	False	False	0.9999127984046936	0					non-mobilizable	no_good_hit	1402.0	97.789	14.0	0.0015305085745623138	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
DEN0077_000000000321	11574	0.5842524958379527	10	10	6	5	9	True	107465	fragment	False	DEN0077_000000000321	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11574.0	99.98299999999999	100.0	0.2845516461360675	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
AST0052_000000010811	2126	0.5842502069227236	3	3	2	3	2	False	114520	fragment	False	AST0052_000000010811	1.0		0	0	False	False	0.9929444789886475	0					non-mobilizable	no_good_hit	328.0	72.561	15.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
MON0047_000000010872	3479	0.5842454439309581	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.43942679314526606	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0285_000000004550	3276	0.5842412349118289	7	6	6	5	3	False	26070	fragment	False	ISR0285_000000004550	1.0		0	0	False	False	0.9990842342376709	0					non-mobilizable	other	3276.0	100.0	100.0	0.006828009223545895	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
USA0132_01_000000007112	2294	0.584238880563454	2	1	1	1	1	False	79	maximal	True	USA0132_01_000000007112	1.0		1	1	False	False	0.9969485402107239	0					non-mobilizable	no_good_hit								True	False
ISR0123_000000020523	1147	0.5842343321735541	1	1	1	1	1	False	32096	fragment	False	ISR0123_000000020523	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	652.0	97.23899999999999	96.0	0.00021912278853439168	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0138_000000001641	15161	0.5842318108713842	10	7	6	7	5	True	131971	maximal	True	ISR0138_000000001641	1.0	PS1136	5	2	False	True	1.0	0					non-mobilizable	no_good_hit	2742.0	88.84	20.0	0.03422300636910795	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0777_000000004727	3585	0.5842300098757356	5	4	3	2	2	True	117918	fragment	False	ISR0777_000000004727	1.0		0	0	False	False	0.9952580332756042	0					non-mobilizable	no_good_hit	2717.0	82.84899999999999	75.0	0.0009644817107476483	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
CHI0060_000000014434	1126	0.5842261392119874	2	2	2	2	2	False	85684	maximal	True	CHI0060_000000014434	1.0		62	9	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	100.0	87.0	0.008341897910243234	NZ_WNCH01000003.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold3_size116760, whole genome shotgun sequence	True	False
ENG0017_000000013197	1563	0.5842222630628082	3	2	2	1	2	False	66685	maximal	True	ENG0017_000000013197	1.0		405	13	False	False	0.9974408149719238	0					non-mobilizable	no_good_hit	361.0	97.507	23.0	0.00010021922956467272	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0114_000000003661	9533	0.5842200760138562	9	5	2	5	2	True	49403	backbone	True	SPA0114_000000003661	1.0	PS183	5	3	True	True	0.9959089756011963	4					non-mobilizable	no_good_hit	57.0	100.0	1.0	3.372110598001663e-05	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
ENG0206_000000019153	1336	0.5842177978139615	2	2	1	2	2	False	53936	fragment	False	ENG0206_000000019153	1.0		0	0	False	False	0.9805389046669006	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	6.386224951484042e-06	CP060714.1	b-proteobacteria	Diaphorobacter ruginosibacter strain DSM 27467 chromosome, complete genome	True	False
CHI0167_000000020095	1169	0.5842169995971663	1	1	1	1	1	False	78114	fragment	False	FIJ0158_000000015162	0.9596774193548387		0	0	False	False	0.9923011064529419	0					non-mobilizable	chromosome	1169.0	98.03299999999999	100.0	0.00042992293042536605	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ISR0268_000000001436	8623	0.5842167560916202	9	9	3	5	9	True	123518	fragment	False	ISR0779_000000002876	0.6992562582908627		0	0	False	False	1.0	0					non-mobilizable	chromosome	8654.0	98.417	100.0	0.0015812781357254575	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
MON0037_000000042693	1726	0.5842152924306463	3	2	2	2	2	False	12081	maximal	True	MON0037_000000042693	1.0		16	1	False	False	0.9994206428527832	0					non-mobilizable	no_good_hit	334.0	74.85	19.0	9.634615222284544e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ISR0082_000000019361	1672	0.5842140866864495	5	3	1	3	1	False	34161	fragment	False	ISR0082_000000019361	1.0		0	0	False	False	0.9964115023612976	0					non-mobilizable	no_good_hit								True	False
MON0005_000000033411	1629	0.5842126081792509	2	2	2	2	1	False	61221	maximal	True	MON0005_000000033411	1.0		19	3	False	False	0.977286696434021	0					non-mobilizable	no_good_hit	1241.0	76.873	75.0	0.002504117129514743	NZ_FPKO01000007.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
AUS0014_000000019616	1406	0.5842119952423168	3	3	3	3	2	False	100781	maximal	True	AUS0014_000000019616	1.0		4	3	False	False	0.9950213432312012	0					non-mobilizable	no_good_hit	367.0	77.929	26.0	5.683951433204461e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
MON0058_000000024882	2019	0.5842069476717527	3	3	3	3	2	False	11009	maximal	True	MON0058_000000024882	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	70.35600000000001	25.0	0.020237321196358907	NZ_QIML01000021.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_21, whole genome shotgun sequence	True	False
MAD0062_000000010072	1439	0.5842023997430659	1	1	1	1	1	False	20075	fragment	False	MAD0062_000000010072	1.0		0	0	False	False	0.9972202777862549	0					non-mobilizable	chromosome	1439.0	95.413	100.0	0.0003189379499342828	CP057804.1	enterobacteria	Escherichia coli strain RHB14-C20 chromosome, complete genome	False	False
MAD0011_000000011943	1177	0.5842021259080238	2	2	2	2	2	False	19707	maximal	True	MAD0011_000000011943	1.0		351	13	False	False	1.0	0					non-mobilizable	other	1167.0	75.236	97.0	0.00675454204907286	NZ_KB890660.1	CFB group bacteria	Prevotella paludivivens DSM 17968 = JCM 13650 strain DSM 17968 B045DRAFT_scaffold_4.5, whole genome shotgun sequence	False	False
ISR0167_000000008269	3689	0.5842004935674451	5	3	1	3	2	False	55467	fragment	False	ISR0027_000000006417	0.9362707708860065		0	0	False	False	0.9997289180755615	0					non-mobilizable	no_good_hit	1954.0	78.608	72.0	0.0005484018693449613	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0050_000000009433	2732	0.5842004893853334	3	3	3	3	1	False	103389	fragment	False	ISR0250_000000003921	0.5744268376967228		0	0	False	False	0.9981698393821716	0					non-mobilizable	chromosome	2637.0	97.535	96.0	0.000504963394950251	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0146_000000009693	2420	0.5842004893853334	3	3	3	3	1	False	103389	fragment	False	ISR0250_000000003921	0.4968302804731502		0	0	False	False	1.0	0					non-mobilizable	chromosome	2420.0	99.876	100.0	0.0004884576389706407	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
AST0153_000000017014	1937	0.5842004893853334	3	3	3	3	1	False	103388	fragment	False	ENG0142_000000017618	0.9628643511055733		0	0	False	False	1.0	0					non-mobilizable	chromosome	1937.0	99.948	100.0	0.00039092765152838377	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0815_000000019745	1570	0.5841997491845441	2	2	2	2	1	False	21455	fragment	False	ISR0815_000000019745	1.0		0	0	False	False	0.9859872460365295	0					non-mobilizable	no_good_hit	454.0	76.432	29.0	0.00012583502022168775	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0003_01_000000031914	1159	0.5841978946885151	2	1	1	1	1	False	2215	maximal	True	USA0003_01_000000031914	1.0		142	11	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	76.8	21.0	6.472018294942818e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
ENG0019_000000007588	2622	0.5841977180233651	2	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.2754476007927825		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2456.0	99.552	97.0	0.04812121449712841	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0230_000000014169	2316	0.5841977180233651	3	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.3048475587624916		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	2318.0	99.48200000000001	100.0	0.06175505959523238	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0204_000000011152	2303	0.5841977180233651	3	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.24315562183972098		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2251.0	98.179	100.0	0.06143326039387308	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
USA0009_01_000000011211	2211	0.5841977180233651	2	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.2692164458816514		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2211.0	100.0	100.0	0.050568610850513694	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
FIJ0083_000000017146	2071	0.5841977180233651	2	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.28638721373088244		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	2093.0	98.28	99.0	0.05578220409033944	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0137_000000012650	2002	0.5841977180233651	3	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.2556715498370745		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2002.0	100.0	100.0	0.05180046079370421	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0149_000000019819	1998	0.5841977180233651	3	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.2544498299358397		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1998.0	99.399	100.0	0.039143814806829096	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0085_000000013765	1822	0.5841977180233651	3	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.23982143982727666		0	0	False	False	0.9972557425498962	0	rep_cluster_663				non-mobilizable	other	1822.0	100.0	100.0	0.04855611551075914	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
FIJ0166_000000013323	1808	0.5841977180233651	3	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.23844971654152308		0	0	False	False	0.9944690465927124	0	rep_cluster_663				non-mobilizable	plasmid	1808.0	100.0	100.0	0.04677832716352999	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0185_000000011548	1739	0.5841977180233651	3	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.22008673478293433		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	1739.0	99.94200000000001	100.0	0.046342959229928274	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0039_000000016222	1695	0.5841977180233651	2	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.20918035451258607		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1630.0	100.0	96.0	0.042170390121411376	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0168_000000014909	1676	0.5841977180233651	2	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.224515989897276		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	1676.0	100.0	100.0	0.044663093619177134	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0157_000000006604	1674	0.5841977180233651	3	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.22044264881307596		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1674.0	99.40299999999999	100.0	0.032792990571770195	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0376_000000014982	1656	0.5841977180233651	2	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.2238216610497861		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1656.0	99.819	100.0	0.03244016700315581	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0188_000000012943	1622	0.5841977180233651	2	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.18765588300656907		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1622.0	99.815	100.0	0.04433807439824945	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
SPA0153_000000011764	1595	0.5841977180233651	2	2	0	1	2	False	118843	fragment	False	SPA0150_000000004644	0.1990389305643528		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1596.0	98.74700000000001	100.0	0.03647346864059676	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0842_000000015781	1475	0.5841977180233651	3	2	0	1	2	False	23481	fragment	False	ISR0371_000000013931	0.9563894523326573		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1475.0	99.525	100.0	0.02889233000764451	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0328_000000018998	1532	0.5841961405129192	2	2	2	2	2	False	122109	fragment	False	SPA0090_000000024197	0.9558563478441774		0	0	False	False	0.9967362880706787	0					non-mobilizable	other	1542.0	83.72200000000001	100.0	0.0003751221905370647	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0855_000000004566	3154	0.5841916740062314	4	4	4	3	3	False	121543	fragment	False	ENG0095_000000007611	0.8607617194345082		0	0	False	False	0.9996829628944397	0					non-mobilizable	chromosome	3154.0	99.905	100.0	0.0006292983592736783	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0364_000000005335	2951	0.5841912890321596	5	5	2	2	4	False	112734	maximal	True	ISR0364_000000005335	1.0	PS721	0	0	False	True	0.999322235584259	0					non-mobilizable	no_good_hit	1618.0	74.413	54.0	0.19463741620962827	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0011_000000009794	4643	0.5841882559327677	7	5	2	4	3	False	113337	maximal	True	MON0011_000000009794	0.9692329748400076		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1529.0	91.236	33.0	0.2439695645135179	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0013_000000008593	3143	0.5841868086141669	4	4	3	3	2	False	120376	maximal	True	FIJ0013_000000008593	1.0		3	1	False	False	1.0	0					non-mobilizable	other	3175.0	87.811	100.0	0.01804	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0011_01_000000007736	4866	0.5841854473871219	11	5	3	3	3	True	91461	fragment	False	ISR0317_000000002830	0.9358595194085029		0	0	False	False	0.9956843256950378	0					non-mobilizable	no_good_hit	2617.0	96.523	85.0	0.000714590327060393	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0126_000000029575	1672	0.5841810569469572	3	1	1	1	1	True	31958	maximal	True	ISR0126_000000029575	1.0		1	1	False	False	0.9790669679641724	0					non-mobilizable	no_good_hit	193.0	74.093	11.0	5.868750136069812e-05	CP001154.1	b-proteobacteria	Laribacter hongkongensis HLHK9 chromosome, complete genome	True	True
ISR0847_000000000186	39670	0.5841810021316711	70	14	8	12	7	False	84286	fragment	False	ISR0847_000000000186	0.9469784425807393		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.133113951142345e-05	NZ_QJGZ01000038.1	CFB group bacteria	Flavobacterium sharifuzzamanii strain A7.6 contig10, whole genome shotgun sequence	True	True
MON0013_000000030608	1790	0.5841804394417189	2	2	2	2	2	False	54621	fragment	False	MON0013_000000030608	0.9588079106758757		0	0	False	False	0.9832402467727661	0					non-mobilizable	no_good_hit								True	False
FIJ0084_000000007641	1698	0.5841799860668427	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9660163230589183		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	82.249	97.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0249_000000011461	1765	0.5841784580496455	3	3	2	2	2	False	27058	maximal	True	ISR0249_000000011461	1.0		0	0	False	False	0.9767705202102661	0					non-mobilizable	no_good_hit	72.0	97.22200000000001	4.0	2.389818431020247e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0085_000000020582	1526	0.5841766164467358	2	2	2	2	1	False	43923	maximal	True	FIJ0085_000000020582	1.0		21	5	False	False	0.993446946144104	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000013226	1463	0.5841737701500044	3	2	2	2	2	False	39321	maximal	True	FIJ0160_000000013226	1.0		28	3	False	False	0.9883800148963928	0					non-mobilizable	other	1266.0	99.289	100.0	0.0002486269014307348	CP014156.1	enterobacteria	Klebsiella quasipneumoniae strain HKUOPL4, complete genome	False	False
BAN0013_000000000158	2168	0.5841729530310658	4	3	1	2	2	True	98701	fragment	False	BAN0013_000000000158	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2168.0	99.76899999999999	100.0	0.025009810031622927	CP054413.1	enterobacteria	Escherichia coli strain SCU-204 plasmid pSCU-204-2, complete sequence	False	True
MON0084_000000012453	2562	0.5841715321080824	4	4	2	1	3	False	15492	fragment	False	MON0084_000000012453	1.0		0	0	False	False	0.9980484247207642	0					non-mobilizable	no_good_hit	102.0	79.41199999999999	4.0	3.04091658645371e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0093_000000027085	1140	0.5841686553929837	2	2	2	2	2	False	68406	fragment	False	DEN0093_000000027085	1.0		0	0	False	False	0.9982455968856812	0					non-mobilizable	other	1150.0	79.913	99.0	0.003232690979850606	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
ENG0106_000000013861	1495	0.5841655911959066	2	2	2	2	2	False	63193	fragment	False	ENG0062_000000014785	0.718483613828375		0	0	False	False	0.9979932904243469	0					non-mobilizable	no_good_hit	330.0	75.455	21.0	0.0002478124741055325	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0315_000000000366	19843	0.5841612688451464	20	19	7	9	15	True	121645	fragment	False	ISR0315_000000000366	1.0		0	0	False	False	0.9997984170913696	0					non-mobilizable	other	14266.0	99.34100000000001	92.0	0.006093578397848089	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	True
FIJ0013_000000006893	3802	0.5841607675460702	3	3	2	2	2	False	50651	maximal	True	FIJ0013_000000006893	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2530.0	91.62100000000001	66.0	0.012214102043578291	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0130_000000017222	1699	0.5841604207831561	2	2	2	2	2	False	58427	maximal	True	ENG0130_000000017222	1.0		32	7	False	False	1.0	0					non-mobilizable	other	866.0	84.64200000000001	96.0	0.004311358077794506	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0112_000000004293	5888	0.5841556688316519	9	6	5	5	2	True	50029	maximal	True	MAD0112_000000004293	1.0	PS192	1	1	False	True	0.9993206262588501	0					non-mobilizable	no_good_hit	1142.0	83.363	28.0	0.008882743103569504	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0101_000000005479	5313	0.5841512066831116	5	5	3	4	5	False	112524	maximal	False	USA0035_01_000000004690	0.9875039407895795		0	0	False	False	1.0	0					non-mobilizable	other	5315.0	99.944	100.0	0.010538130820363936	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MAD0092_000000007712	2362	0.5841449290189608	5	5	4	2	3	False	15715	fragment	False	MAD0092_000000007712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	91.32700000000001	48.0	0.009771024218926578	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
DEN0066_000000009670	3362	0.5841449006194828	5	3	2	3	3	False	71003	maximal	True	DEN0066_000000009670	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	85.307	19.0	0.0014637661577264333	NZ_LR027600.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
AST0026_000000009932	2999	0.5841321172827475	5	5	4	2	4	False	119480	maximal	True	AST0026_000000009932	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	85.23299999999999	49.0	0.0033320159965773417	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0061_000000026635	1628	0.584128082752741	2	2	2	2	2	False	92014	fragment	False	ISR0026_000000012775	0.6335373773867539		0	0	False	False	0.9987714886665344	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.173274359789595e-05	NZ_LR215036.1	mycoplasmas	Mycoplasma citelli strain NCTC10181 chromosome 1	True	False
ISR0266_000000015276	1364	0.5841278923176361	2	2	2	2	1	False	26564	maximal	True	ISR0266_000000015276	1.0		84	9	False	False	0.9772727489471436	0					non-mobilizable	no_good_hit	204.0	74.02	15.0	0.00017168148277863047	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
SPA0151_000000013445	1440	0.5841261569258748	3	2	2	1	1	False	3239	maximal	True	SPA0151_000000013445	1.0		1	1	False	False	0.9986110925674438	0					non-mobilizable	no_good_hit	858.0	87.296	72.0	0.0018788390798528609	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0141_000000017136	1301	0.5841245448918899	1	1	1	1	1	False	3454	fragment	False	SPA0141_000000017136	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1301.0	99.616	100.0	0.0006671151733293512	CP047191.1	firmicutes	Streptococcus thermophilus strain EU01 chromosome, complete genome	False	False
MON0054_000000009834	3941	0.5841204350765163	4	4	4	4	4	False	68635	maximal	True	MON0054_000000009834	1.0	PS319	19	4	False	True	0.9997462630271912	0					non-mobilizable	other	2140.0	99.01899999999999	100.0	0.0010286002813142425	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	True
ISR0012_000000018972	1198	0.5841187874234702	3	3	2	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.10171059506581416		0	0	False	False	1.0	0					non-mobilizable	chromosome	1198.0	98.664	100.0	0.0003404756419117835	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0028_000000023924	1261	0.5841173870726544	1	1	1	1	1	False	48909	fragment	False	FIJ0028_000000023924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	0.0006879229526293055	NZ_LSZO01000176.1	g-proteobacteria	Ventosimonas gracilis strain CV58 contig_57, whole genome shotgun sequence	True	False
CHI0177_000000008108	2025	0.5841155829231629	2	2	1	2	1	False	96082	fragment	False	CHI0177_000000008108	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	74.524	21.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0124_000000012690	2182	0.5841135008050249	3	3	3	3	2	False	61253	fragment	False	ENG0090_000000008653	0.46297999545800134		0	0	False	False	0.9926672577857971	0					non-mobilizable	no_good_hit	493.0	73.225	42.0	0.00015810334083251476	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
SPA0115_000000003362	7347	0.5841075518257912	6	6	5	5	5	False	99338	maximal	False	SPA0122_000000004077	0.9745065537418277		0	0	False	False	1.0	0					non-mobilizable	other	7347.0	99.333	100.0	0.00167247685033404	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
CHI0147_000000002696	6898	0.5841075518257912	6	6	5	5	5	False	99338	maximal	False	SPA0122_000000004077	0.6452520303071548		0	0	False	False	1.0	0					non-mobilizable	other	6898.0	98.42	100.0	0.028344456864807997	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	False	False
MON0012_000000014736	3094	0.5841048354578167	3	2	2	2	2	False	57483	maximal	True	MON0012_000000014736	1.0		13	5	False	False	0.9786683917045593	0					non-mobilizable	no_good_hit	1048.0	76.622	46.0	0.0002344652061797228	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0026_000000005273	2478	0.5840983252867905	4	3	2	1	1	True	96825	maximal	True	MAD0026_000000005273	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	91.585	51.0	0.00019765459164143787	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0243_000000010030	1285	0.5840882606714152	2	1	1	1	1	False	27216	maximal	True	ISR0243_000000010030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1120.0	86.696	87.0	0.0005388931799859801	CP060637.1	fusobacteria	Fusobacterium sp. NSJ-57 chromosome, complete genome	True	False
ISR0284_000000000658	9585	0.5840857935315196	6	5	2	3	4	False	26095	fragment	False	ISR0284_000000000658	1.0		0	0	False	False	0.9995827078819275	0		MOBP	MPF_I	MOBP	conjugative	plasmid	9585.0	100.0	100.0	0.10796196999053756	CP042886.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 plasmid pNMBU-W12E19_02, complete sequence	False	True
ISR0148_000000025714	1139	0.584085312167932	2	2	2	2	2	False	30893	maximal	True	ISR0148_000000025714	1.0		49	8	False	False	1.0	0					non-mobilizable	other	1139.0	99.649	100.0	0.00029802450086133795	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
FIJ0033_000000021604	1728	0.5840839492004756	3	3	3	3	1	False	48269	maximal	True	FIJ0033_000000021604	1.0		0	0	False	False	0.9826388955116272	0					non-mobilizable	no_good_hit	275.0	74.545	16.0	0.00241959965000625	NZ_JABXYJ010000008.1	b-proteobacteria	Undibacterium oligocarboniphilum strain EM 1 Scaffold8, whole genome shotgun sequence	True	False
SPA0066_000000004159	3659	0.5840837363157034	6	4	4	3	4	False	115491	fragment	False	SPA0066_000000004159	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3661.0	97.65100000000001	100.0	0.030522637622903654	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
FIJ0064_000000006079	4430	0.5840829960728683	7	5	5	4	4	False	45517	fragment	False	FIJ0064_000000006079	1.0		0	0	False	False	0.9959368109703064	0					non-mobilizable	plasmid	4400.0	99.955	99.0	0.040228991577426404	CP016161.1	enterobacteria	Klebsiella pneumoniae plasmid unnamed2, complete sequence	False	True
FIJ0139_000000015240	1715	0.5840829020930838	3	3	3	3	2	False	101430	fragment	False	FIJ0129_000000012251	0.9681456200227532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	72.37899999999999	22.0	6.764357171481399e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0835_000000009858	1519	0.5840816877023349	3	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.30994346196705436		0	0	False	False	0.9835417866706848	0					non-mobilizable	other	1527.0	97.708	99.0	0.003847511471937875	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0333_000000008544	2531	0.5840813836129702	2	2	2	2	1	False	24548	maximal	True	ISR0333_000000008544	1.0		1	1	False	False	0.9889371991157532	0					non-mobilizable	no_good_hit								True	False
AST0010_000000002840	8204	0.5840757191839959	10	6	2	5	1	False	126536	maximal	True	AST0010_000000002840	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4324.0	93.29299999999999	66.0	0.017712149870143724	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0123_000000014890	1536	0.5840648178967371	2	2	1	2	0	True	124702	fragment	False	ISR0123_000000014890	1.0		0	0	False	False	0.9453125	0					non-mobilizable	other	1475.0	76.339	95.0	0.0030194234239508864	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0208_000000018980	1463	0.5840648178967371	2	2	1	2	0	True	28507	fragment	False	ISR0208_000000018980	1.0		0	0	False	False	0.9685577750205994	0					non-mobilizable	no_good_hit								True	True
AST0090_000000016213	1395	0.5840648178967371	2	2	1	2	0	True	109824	fragment	False	AST0090_000000016213	1.0		0	0	False	False	0.9921147227287292	0					non-mobilizable	other	1353.0	75.166	95.0	0.0027622287694176735	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0097_000000027862	1172	0.5840648178967371	2	2	1	2	0	True	5099	fragment	False	SPA0097_000000027862	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	96.84299999999999	100.0	0.002448576751694244	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0146_000000009227	2567	0.5840618894640625	3	3	3	3	3	False	57430	maximal	True	ENG0146_000000009227	1.0		76	10	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	76.316	6.0	4.2577176200574994e-05	NC_016147.2	g-proteobacteria	Pseudoxanthomonas spadix BD-a59, complete sequence	True	False
ISR0029_000000000544	40728	0.5840585400432015	36	21	14	20	13	True	106876	maximal	True	ISR0029_000000000544	0.9764487329846603		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	72.393	1.0	9.546093717503256e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ENG0173_000000013279	1274	0.5840578158736661	2	1	1	1	1	False	55677	maximal	True	ENG0173_000000013279	1.0		8	7	False	False	0.9890109896659851	0					non-mobilizable	no_good_hit	1045.0	97.99	82.0	0.005923337040147062	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0095_000000025242	1397	0.5840553353950143	2	2	2	2	2	False	127007	fragment	False	FIJ0021_000000024742	0.0643096369631999		0	0	False	False	0.9957050681114197	0					non-mobilizable	other	1398.0	84.12	100.0	0.018833790114622852	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
SPA0092_000000023005	1943	0.5840547722985864	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.12085913267359064		0	0	False	False	1.0	0					non-mobilizable	chromosome	1943.0	99.331	100.0	0.0006259421767380934	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0132_000000009465	3162	0.5840522805094254	5	3	3	1	1	False	86437	maximal	True	FIJ0132_000000009465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	97.73299999999999	27.0	0.00038200967210151875	CP014144.1	firmicutes	Streptococcus salivarius strain JF, complete genome	True	False
ENG0032_000000003243	5489	0.5840503842919419	7	4	3	4	3	False	99297	fragment	False	ENG0032_000000003243	1.0		0	0	False	False	0.992348313331604	0					non-mobilizable	no_good_hit	80.0	91.25	1.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
SPA0101_000000014519	3058	0.5840503842919419	6	4	3	4	3	False	99294	fragment	False	SPA0101_000000014519	1.0		0	0	False	False	0.9996730089187622	0					non-mobilizable	no_good_hit	80.0	91.25	3.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
CHI0052_000000010733	1490	0.5840434659469357	2	2	2	2	2	False	86473	maximal	True	CHI0052_000000010733	1.0		100	10	False	False	1.0	0					non-mobilizable	other	1489.0	99.73100000000001	99.0	0.04218524083576673	NZ_PYLQ01000026.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_25, whole genome shotgun sequence	False	False
BAN0019_000000000457	5318	0.5840419958838361	7	7	4	6	6	False	97869	fragment	False	FIJ0145_000000002137	0.9546593492900962		0	0	False	False	1.0	0					non-mobilizable	chromosome	5318.0	98.947	100.0	0.0010515028758613543	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
MAD0097_000000019418	2111	0.5840396367322848	4	4	4	2	2	False	122998	fragment	False	MAD0097_000000019418	1.0		0	0	False	False	0.9981051683425903	0					non-mobilizable	chromosome	2118.0	86.544	100.0	0.000680413972757011	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0810_000000013491	1346	0.5840328826494996	1	1	1	1	1	False	21705	maximal	True	ISR0810_000000013491	1.0		431	12	False	False	0.98959881067276	0					non-mobilizable	other	1346.0	99.331	100.0	0.002494801723546291	NZ_CZAI01000003.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0023_000000004183	3105	0.5840313381832509	4	4	3	4	4	False	89141	fragment	False	CHI0023_000000004183	1.0		0	0	False	False	0.9967793822288513	0					non-mobilizable	chromosome	3103.0	99.96799999999999	99.0	0.0005743021451351498	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
FIJ0155_000000006846	3311	0.5840305697351397	5	3	3	3	1	True	39538	maximal	True	FIJ0155_000000006846	1.0		1	1	False	False	0.9921473860740662	0					non-mobilizable	no_good_hit	695.0	97.554	21.0	0.005357447006178097	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	True	True
ISR0282_000000003326	5720	0.5840300990854511	7	2	1	2	0	True	33859	maximal	True	ISR0282_000000003326	1.0		2	1	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.303664242695676e-06	NZ_LT883155.1	enterobacteria	Serratia grimesii isolate BXF1 chromosome 1	True	True
FIJ0079_000000007157	4081	0.5840291050350567	5	5	4	4	5	False	44399	maximal	True	FIJ0079_000000007157	1.0		10	5	False	False	1.0	0					non-mobilizable	chromosome	4081.0	99.069	100.0	0.0016287665976267684	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0177_000000020158	1555	0.5840262361565385	2	1	1	1	1	False	124758	fragment	False	ENG0090_000000013236	0.2786933203315456		0	0	False	False	1.0	0					non-mobilizable	other	1483.0	98.921	95.0	0.013268156424581005	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0130_000000022974	1379	0.58402534846961	3	2	2	2	2	False	31723	fragment	False	ISR0130_000000022974	1.0		0	0	False	False	0.9825960993766785	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000013725	2417	0.5840227358128485	4	4	3	2	3	False	87740	maximal	True	ISR0198_000000013725	1.0		81	11	False	False	0.9962763786315918	0					non-mobilizable	other	2417.0	100.0	100.0	0.00046641286805303514	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
FIJ0144_000000007282	4344	0.5840212371202684	3	3	3	3	2	False	40108	maximal	True	FIJ0144_000000007282	1.0		5	1	False	False	0.9995396137237549	0					non-mobilizable	no_good_hit	218.0	75.688	5.0	5.270348017013174e-05	NC_013960.1	g-proteobacteria	Nitrosococcus halophilus Nc 4, complete sequence	True	False
ISR0253_000000009309	1369	0.584020156527147	2	2	2	2	1	False	102215	fragment	False	ENG0174_000000012784	0.4740317616821477		0	0	False	False	1.0	0					non-mobilizable	other	997.0	91.675	92.0	0.00024395201280024792	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0056_000000013031	1111	0.5840191115973625	2	1	1	1	1	False	105711	maximal	False	AST0118_000000025921	0.9412737799834574		0	0	False	False	0.9990999102592468	0					non-mobilizable	other	1111.0	97.57	100.0	0.007729643531124002	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
MON0050_000000026052	1520	0.5840190097654884	3	3	3	1	1	False	11320	maximal	True	MON0050_000000026052	1.0		5	5	False	False	0.9828947186470032	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000015578	1737	0.5840141486884041	2	2	2	2	2	False	34098	maximal	True	ISR0083_000000015578	1.0		42	9	False	False	1.0	0					non-mobilizable	other	1740.0	84.48299999999999	99.0	0.00046147815124507286	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0249_000000000656	13778	0.5840109976445713	15	4	3	4	3	True	122317	fragment	False	CHI0109_000000000699	0.37830629051147685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.581	6.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
AST0035_000000012126	1351	0.5839993330191494	2	2	1	2	1	False	116777	maximal	True	AST0035_000000012126	1.0		30	6	False	False	0.9992598295211792	0					non-mobilizable	other	1351.0	99.77799999999999	100.0	0.007393492631152345	NZ_QSCB01000005.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf5, whole genome shotgun sequence	False	False
SPA0014_000000009022	2516	0.5839980090084463	3	1	1	1	1	False	7945	maximal	True	SPA0014_000000009022	1.0		3	3	False	False	0.9980127215385437	0					non-mobilizable	no_good_hit	836.0	97.60799999999999	33.0	0.8098039215686275	GQ883329.1		Uncultured organism clone VC1DA59TR genomic sequence	True	False
MON0009_000000013171	2672	0.5839815008917153	4	4	4	3	3	False	80852	maximal	False	SPA0107_000000011254	0.9634704881648403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	72.36	17.0	0.00012078356809131906	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
SPA0118_000000018202	1375	0.5839811820811902	3	3	3	2	2	False	128163	fragment	False	AST0118_000000014400	0.05890820110733912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	85.689	83.0	0.018253061224489796	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0154_000000015471	2065	0.5839747959509131	2	2	2	2	2	False	56835	maximal	True	ENG0154_000000015471	1.0		1	1	False	False	0.993704617023468	0					non-mobilizable	no_good_hit	61.0	86.885	3.0	0.001221796855909424	NZ_WOEX01000056.1	b-proteobacteria	Paraburkholderia xenovorans strain 4B NODE_56_length_49108_cov_9.021008, whole genome shotgun sequence	True	False
ENG0190_000000018394	1633	0.5839742254754834	2	2	2	1	1	False	54808	maximal	True	ENG0190_000000018394	1.0		118	12	False	False	0.9987752437591553	0					non-mobilizable	chromosome	1634.0	98.042	100.0	0.0004543271740265163	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0060_000000001952	8647	0.5839733133988952	13	8	3	3	7	False	6256	maximal	True	SPA0060_000000001952	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	95.256	21.0	0.00012099808941369496	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
MON0012_000000005058	6281	0.5839662848045203	8	6	0	2	5	True	109177	fragment	False	MON0012_000000005058	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6281.0	99.475	100.0	0.09310636278711132	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0206_000000005580	4394	0.5839629396404584	8	5	5	4	3	False	120522	maximal	False	SPA0090_000000006897	0.38722300801508724		0	0	False	False	0.9986345171928406	0					non-mobilizable	no_good_hit	1023.0	97.556	40.0	0.00019245381437999083	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0147_000000005630	4242	0.5839629396404584	8	5	5	4	3	False	120522	maximal	False	SPA0090_000000006897	0.7384065272323301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1276.0	98.98100000000001	48.0	0.00024009649054255216	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MON0097_000000000326	30163	0.5839623994648464	35	9	5	7	4	False	9248	maximal	True	MON0097_000000000326	1.0		2	1	False	False	0.9998010993003845	0					non-mobilizable	no_good_hit	71.0	95.775	0.0	1.2717847645999075e-05	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
SPA0036_000000013775	1813	0.5839600437484473	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.09140872432956725		0	0	False	False	1.0	0					non-mobilizable	chromosome	1814.0	98.181	100.0	0.0006376401035044799	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0004_01_000000003392	7867	0.5839590021801798	5	5	5	5	5	False	78898	maximal	True	USA0004_01_000000003392	1.0		37	9	False	False	1.0	0					non-mobilizable	chromosome	5723.0	99.948	100.0	0.0019443293847566886	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CAN0016_000000016774	2885	0.5839568431845177	4	2	1	1	2	False	92950	maximal	True	CAN0016_000000016774	0.9994377811094453		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	282.0	81.56	10.0	8.209902212925599e-05	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
CHI0079_000000002423	2668	0.5839568431845177	4	2	1	1	2	False	92950	maximal	False	CAN0016_000000016774	0.9618717504332756		0	0	False	False	0.9966266751289368	0					non-mobilizable	no_good_hit	263.0	80.22800000000001	10.0	7.644727785224198e-05	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	False
CHI0120_000000007461	1966	0.5839568431845177	4	2	1	1	2	False	92049	fragment	False	CHI0120_000000007461	1.0		0	0	False	False	0.9994913339614868	0					non-mobilizable	no_good_hit	72.0	90.27799999999999	4.0	0.00011799547296241761	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	True	False
MAD0046_000000004470	5203	0.5839558611686404	11	3	2	3	2	True	17772	maximal	True	MAD0046_000000004470	1.0		2	1	False	False	0.9998077750205994	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	6.969891418085115e-06	NZ_MTJN01000002.1	b-proteobacteria	Rhodoferax fermentans strain JCM 7819 contig02, whole genome shotgun sequence	True	True
ISR0395_000000029116	1321	0.5839479120611369	1	1	1	1	1	False	22708	maximal	True	ISR0395_000000029116	1.0		37	8	False	False	1.0	0					non-mobilizable	other	1222.0	91.40799999999999	91.0	0.0032008072972099367	NZ_CAPH01000006.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
MON0062_000000014488	2674	0.5839454503439878	3	3	2	3	3	False	26368	maximal	True	MON0062_000000014488	1.0		4	4	False	False	1.0	0					non-mobilizable	other	1898.0	96.259	100.0	0.0009150064935944706	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
DEN0010_000000030458	1521	0.5839438662090753	2	1	1	1	1	False	131476	maximal	True	DEN0010_000000030458	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	96.49	88.0	0.046911156300399694	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0007_000000038599	1659	0.583940525407847	3	3	3	3	3	False	13937	maximal	False	SPA0116_000000024796	0.9695314772014143		0	0	False	False	0.9927667379379272	0					non-mobilizable	no_good_hit	97.0	79.381	6.0	8.191942440275075e-05	NZ_JMIT01000002.1	g-proteobacteria	Pseudomonas capeferrum strain WCS358 WCS358-Sc2, whole genome shotgun sequence	True	False
USA0052_01_000000007100	2261	0.5839386309216145	3	2	2	1	1	False	9041	maximal	True	USA0052_01_000000007100	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000012705	2186	0.5839375212723041	4	4	3	2	4	False	128205	fragment	False	ISR0171_000000012705	1.0		0	0	False	False	0.9780420660972595	0					non-mobilizable	no_good_hit	1274.0	87.755	58.0	0.020473469387755103	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0127_000000005093	5662	0.5839359055975097	7	4	3	4	2	True	98512	fragment	False	SPA0127_000000005093	1.0		0	0	False	False	0.9977039694786072	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	0.0007451829246655548	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	True	True
SPA0133_000000004968	4623	0.5839353354554367	3	3	3	2	2	True	96257	maximal	True	SPA0133_000000004968	1.0		45	8	False	False	1.0	0					non-mobilizable	no_good_hit	2492.0	89.286	54.0	0.00046192892361813555	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
CHI0141_000000015094	1833	0.5839335448738813	3	3	3	3	2	False	80101	maximal	True	CHI0141_000000015094	1.0		4	3	False	False	0.9765411615371704	0					non-mobilizable	other	1833.0	97.49	100.0	0.0004836709569583011	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
SPA0109_000000014921	2129	0.5839278934035952	3	3	3	2	2	False	76852	fragment	False	ISR0073_000000011982	0.9580235116358778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	71.4	46.0	0.0003368982399380354	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0172_000000012877	2121	0.5839278934035952	3	3	3	2	2	False	76852	fragment	False	ISR0073_000000011982	0.9545659225898915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	71.045	46.0	0.00033381371892130874	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0104_000000005506	1711	0.5839278572973322	2	2	2	2	1	False	83241	maximal	True	CHI0104_000000005506	1.0		186	11	False	False	0.9918176531791687	0					non-mobilizable	no_good_hit	1325.0	82.792	77.0	0.00048400810080578724	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
MAD0106_000000019269	1178	0.5839250005507027	2	2	2	1	1	False	14722	fragment	False	MAD0106_000000019269	1.0		0	0	False	False	0.990662157535553	0					non-mobilizable	other	1192.0	90.52	100.0	0.0015109853235004238	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
MON0030_000000006083	5218	0.5839202884710238	6	3	1	3	1	True	130256	maximal	True	MON0030_000000006083	1.0		9	7	False	False	1.0	0					non-mobilizable	no_good_hit	4005.0	98.926	77.0	0.0012071789565071443	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
AST0050_000000002840	4790	0.5839045990352981	4	3	1	2	2	True	114783	maximal	True	AST0050_000000002840	1.0		4	2	False	False	0.9997912049293518	0					non-mobilizable	other	4790.0	99.958	100.0	0.0021664056484876778	FR873482.1	firmicutes	Streptococcus salivarius JIM8777 complete genome	False	True
ISR0775_000000003084	5501	0.5839031384875629	5	5	4	4	5	False	131666	maximal	True	ISR0775_000000003084	1.0		6	4	False	False	1.0	0					non-mobilizable	other	5502.0	99.291	100.0	0.027914756031844477	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ENG0019_000000004123	5172	0.583902697980305	4	4	4	4	4	False	110179	maximal	True	ENG0019_000000004123	1.0		44	9	False	False	1.0	0					non-mobilizable	no_good_hit	1944.0	92.64399999999999	38.0	0.04480642333071847	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	True	False
USA0080_01_000000027264	1549	0.583900884242957	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.07888417184495145		0	0	False	False	1.0	0					non-mobilizable	chromosome	1549.0	98.515	100.0	0.0005444818371374723	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0145_01_000000015278	1548	0.583900884242957	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.07894727443752213		0	0	False	False	0.9993540048599243	0					non-mobilizable	chromosome	1548.0	98.837	100.0	0.0005441289649163851	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0088_000000016864	1471	0.583900884242957	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.06663384882350606		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	99.32	100.0	0.0005187221649981103	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0297_000000004633	2880	0.5838990527031451	5	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.6727692931306214		0	0	False	False	0.9986110925674438	0					non-mobilizable	other	2881.0	98.959	100.0	0.0050200103189101	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0006_000000007743	2521	0.5838979981600998	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.7235773634754188		0	0	False	False	0.9984133243560791	0					non-mobilizable	no_good_hit	176.0	80.11399999999999	7.0	8.162789898380426e-05	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ENG0167_000000022721	1133	0.5838945162285548	2	2	2	2	2	False	56017	fragment	False	ISR0316_000000019575	0.9639443961772372		0	0	False	False	0.9911738634109497	0					non-mobilizable	no_good_hit	380.0	71.053	33.0	0.00015155146696054473	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
CAN0016_000000008649	5289	0.5838932541455459	8	4	2	4	2	True	93011	fragment	False	CAN0016_000000008649	1.0		0	0	False	False	0.9967857599258423	0					non-mobilizable	no_good_hit	146.0	77.39699999999999	3.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
ISR0172_000000009695	1665	0.5838770759011921	2	2	2	2	2	False	42906	fragment	False	ISR0288_000000017877	0.961644846973051		0	0	False	False	0.9933934211730957	0					non-mobilizable	other	1665.0	94.955	100.0	0.017676069811441084	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0122_000000012099	1321	0.5838729740222205	1	1	1	1	1	False	45543	fragment	False	FIJ0122_000000012099	0.9994303724265556		0	0	False	False	1.0	0					non-mobilizable	chromosome	1321.0	100.0	100.0	0.0002653250865472342	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
ISR0183_000000023296	1320	0.5838729740222205	1	1	1	1	1	False	45543	fragment	False	FIJ0122_000000012099	0.9984568283263935		0	0	False	False	1.0	0					non-mobilizable	chromosome	1320.0	100.0	100.0	0.0002793348146479026	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
MAD0073_000000002585	1310	0.5838729740222205	1	1	1	1	1	False	45543	fragment	False	FIJ0122_000000012099	0.9950654215316673		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	100.0	100.0	0.0002723020926488628	CP010171.1	enterobacteria	Escherichia coli strain H7, complete genome	False	False
ISR0343_000000003686	4020	0.5838710695817413	2	2	1	1	2	False	24315	maximal	True	ISR0343_000000003686	1.0		80	10	False	False	0.9925373196601868	0					non-mobilizable	other	4012.0	99.70100000000001	99.0	0.7725346687211094	NZ_GL882588.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld8, whole genome shotgun sequence	False	False
ISR0113_000000003560	4097	0.5838710118864933	4	4	3	2	3	True	101371	fragment	False	SPA0062_000000007603	0.9674577067669172		0	0	False	False	0.9948742985725403	0					non-mobilizable	no_good_hit	1557.0	96.211	76.0	0.00042536440279493935	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
AUS0002_000000033810	1115	0.5838694366170948	3	1	1	1	1	False	102570	maximal	True	AUS0002_000000033810	1.0		26	6	False	False	0.9748879075050354	0					non-mobilizable	chromosome	1115.0	99.73100000000001	100.0	0.00022617429429661114	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
USA0065_01_000000007630	1535	0.5838688035935915	2	2	2	2	2	False	841	maximal	True	USA0065_01_000000007630	1.0		499	13	False	False	0.99869704246521	0					non-mobilizable	other	1535.0	100.0	100.0	0.0006775450783902872	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
ISR0308_000000011697	1551	0.5838617903834549	2	2	1	2	1	False	25410	fragment	False	ISR0308_000000011697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	95.165	29.0	0.006907674517679995	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
ISR0287_000000010753	1319	0.5838611159251349	1	1	1	1	1	False	25993	fragment	False	ISR0287_000000010753	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	83.226	47.0	0.0029738054088499677	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0039_000000014249	2501	0.5838533159285804	3	3	3	2	2	False	128208	maximal	True	ISR0039_000000014249	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	85.50200000000001	54.0	0.0007710144760133642	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0387_000000013324	1825	0.5838515050280034	3	2	2	2	1	False	116493	fragment	False	ISR0387_000000013324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0052_000000006056	5032	0.5838453497891367	7	6	3	5	2	True	6542	fragment	False	SPA0052_000000006056	1.0		0	0	False	False	0.9970190525054932	0					non-mobilizable	other	4740.0	98.27	94.0	0.0037237611952495525	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
SPA0007_000000000683	20644	0.5838432320088334	24	16	9	13	12	True	97483	fragment	False	SPA0007_000000000683	1.0		0	0	False	False	0.99990314245224	0					non-mobilizable	other	20644.0	99.94200000000001	100.0	0.4512728545184148	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0074_000000011088	2906	0.5838367056828632	3	3	3	3	2	False	44646	maximal	True	FIJ0074_000000011088	1.0		477	13	False	False	1.0	0					non-mobilizable	chromosome	2906.0	99.587	100.0	0.001260023257296749	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
DEN0035_000000001977	11955	0.5838366114869405	12	12	4	6	12	True	123535	fragment	False	DEN0035_000000001977	1.0		0	0	False	False	0.9995817542076111	0					non-mobilizable	other	11955.0	99.824	100.0	0.0920125926553107	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0080_000000022861	2280	0.5838360818271976	3	2	2	2	1	False	13111	fragment	False	MON0080_000000022861	0.9799116997792494		0	0	False	False	0.9995614290237427	0					non-mobilizable	no_good_hit	195.0	74.359	8.0	6.657641077362144e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0153_000000009705	2752	0.5838354882816809	4	4	4	4	4	False	67857	maximal	True	FIJ0153_000000009705	1.0		27	7	False	False	0.9829215407371521	0					non-mobilizable	other	2752.0	99.01899999999999	100.0	0.0377811959238608	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0058_000000013027	3027	0.5838332496993661	4	4	4	4	3	False	46039	maximal	True	FIJ0058_000000013027	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	73.6	8.0	0.0002764299301108099	NZ_JAASQI010000001.1	a-proteobacteria	Pseudochelatococcus lubricantis strain DSM 103870 Ga0373372_01, whole genome shotgun sequence	True	False
ENG0102_000000019798	1460	0.5838321139288876	2	1	1	1	1	False	60358	maximal	True	ENG0102_000000019798	1.0		34	7	False	False	0.9808219075202942	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	0.00013415080726154695	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0338_000000023524	1251	0.5838307004079705	2	2	2	1	1	False	24411	fragment	False	ISR0338_000000023524	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	98.56	99.0	0.0003564811062159573	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0015_000000009014	3236	0.5838268795026605	6	6	5	5	4	False	50369	maximal	True	FIJ0015_000000009014	1.0		8	4	False	False	0.995055615901947	0					non-mobilizable	no_good_hit	54.0	87.037	2.0	0.0015800188386861536	NZ_FOXM01000027.1	g-proteobacteria	Pseudomonas sagittaria strain JCM 18195, whole genome shotgun sequence	True	False
AST0153_000000029314	1199	0.5838167367213493	2	2	2	2	2	False	103205	maximal	True	AST0153_000000029314	1.0		46	8	False	False	1.0	0					non-mobilizable	other	1222.0	78.642	100.0	0.006284634826610012	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0003_01_000000003387	10832	0.58381212003248	27	4	2	4	1	False	2259	maximal	True	USA0003_01_000000003387	1.0		1	1	False	False	0.9987075328826904	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	0.0	0.0006490511896425095	NZ_QNVS01000018.1	CFB group bacteria	Chryseobacterium piscium strain CCUG 51923 contig018, whole genome shotgun sequence	True	False
MAD0047_000000008440	4468	0.5838114236459956	6	6	4	5	6	True	114221	fragment	False	MAD0047_000000008440	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4468.0	99.84299999999999	100.0	0.027857637308155235	CP024662.1	enterobacteria	Escherichia coli strain 90-9269 plasmid unnamed1, complete sequence	False	True
DEN0029_000000000002	83864	0.5838101203383524	136	32	10	18	19	False	78921	maximal	True	DEN0029_000000000002	1.0		1	1	True	True	1.0	146					non-mobilizable	no_good_hit	382.0	97.64399999999999	1.0	5.3776887738135635e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0851_000000007432	1772	0.5838075505237582	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.5112415923845818		0	0	False	False	1.0	0					non-mobilizable	chromosome	1772.0	99.21	100.0	0.0007020598380148554	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0067_000000004855	4582	0.5838043031095749	7	6	5	3	5	False	88287	fragment	False	SPA0067_000000004855	0.9811633727895225		0	0	False	False	0.9997817277908325	0					non-mobilizable	other	4562.0	99.825	99.0	0.0014639840656892218	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0280_000000001812	4487	0.5838043031095749	6	6	5	3	5	False	88287	fragment	False	SPA0067_000000004855	0.9730814165749888		0	0	False	False	1.0	0					non-mobilizable	other	4487.0	99.198	100.0	0.0014366948890261553	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0808_000000003294	4211	0.5838043031095749	6	6	5	3	5	False	88287	fragment	False	SPA0067_000000004855	0.8350968686516271		0	0	False	False	0.9997625350952148	0					non-mobilizable	other	4203.0	99.54799999999999	99.0	0.0013480853271554919	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0091_000000006082	4171	0.5838043031095749	6	6	5	3	5	False	88287	fragment	False	SPA0067_000000004855	0.8914510511343394		0	0	False	False	0.9956845045089722	0					non-mobilizable	other	4171.0	99.52	100.0	0.0013384538530391153	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0043_000000007916	3247	0.5837993797355279	6	5	4	5	4	False	47573	fragment	False	MAD0001_000000007755	0.98397014246984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	2.0	2.4483946182537437e-05	NZ_LT906448.1	g-proteobacteria	Pasteurella dagmatis strain NCTC11617 chromosome 1	True	False
CHI0134_000000006404	2308	0.5837977103026761	3	3	3	3	3	False	80741	fragment	False	CHI0134_000000006404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	2.0	8.935808977934934e-05	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
MAD0045_000000024131	1730	0.5837957988900149	2	2	2	2	1	False	39524	maximal	True	MAD0045_000000024131	0.9903498190591074		48	8	False	False	0.9994219541549683	0					non-mobilizable	no_good_hit	772.0	79.53399999999999	44.0	0.0048258829028569985	NZ_JH376832.1	CFB group bacteria	Alloprevotella rava F0323 supercont1.6, whole genome shotgun sequence	True	False
FIJ0155_000000013371	1646	0.5837957988900149	2	2	2	2	1	False	39524	maximal	False	MAD0045_000000024131	0.934971098265896		0	0	False	False	0.9878493547439575	0					non-mobilizable	no_good_hit	822.0	75.669	50.0	0.00024443981891658276	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
USA0125_01_000000001340	17957	0.5837941959263979	20	10	7	7	5	True	55076	fragment	False	USA0125_01_000000001340	0.984810722800951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	0.0	0.00014730833942681082	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	True
FIJ0072_000000008275	3027	0.5837886027722494	4	3	3	2	1	False	44780	fragment	False	FIJ0072_000000008275	1.0		0	0	False	False	0.99966961145401	0					non-mobilizable	no_good_hit	107.0	85.98100000000001	4.0	0.00011050230595378084	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CHI0040_000000003046	5749	0.5837858993728939	7	6	4	4	4	False	111028	maximal	True	CHI0040_000000003046	1.0		2	2	False	False	0.9968690276145935	0					non-mobilizable	no_good_hit	4073.0	96.98	88.0	0.021266137845568203	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	False
ENG0159_000000011485	1991	0.583785260241176	3	3	3	3	2	False	75876	maximal	True	ENG0159_000000011485	1.0		3	1	False	False	0.9598191976547241	0					non-mobilizable	other	1996.0	96.19200000000001	100.0	0.013685158823488959	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0045_000000022016	1854	0.583785260241176	3	3	3	3	2	False	75877	fragment	False	DEN0045_000000022016	1.0		0	0	False	False	0.9940668940544128	0					non-mobilizable	other	1854.0	99.461	100.0	0.012743014723580423	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0015_000000029546	1148	0.5837832240580689	2	2	2	2	1	False	50272	fragment	False	FIJ0015_000000029546	1.0		0	0	False	False	0.9817073345184326	0					non-mobilizable	no_good_hit	58.0	84.48299999999999	5.0	0.00021368600589773376	NZ_PYWB01000009.1	a-proteobacteria	Devosia submarina strain JCM 18935 scaffold9, whole genome shotgun sequence	True	False
FIJ0162_000000021035	1109	0.5837828660319575	2	1	1	1	1	False	39187	maximal	True	FIJ0162_000000021035	1.0		20	6	False	False	0.9900811314582825	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000013056	3995	0.5837802131264316	4	4	1	2	3	True	129092	maximal	True	CAN0012_000000013056	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	84.30799999999999	76.0	0.02637922586967173	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MAD0105_000000012075	2863	0.5837785990832103	3	2	2	2	2	True	14837	maximal	True	MAD0105_000000012075	1.0		1	1	False	False	0.9919664859771729	0					non-mobilizable	no_good_hit	1557.0	89.274	55.0	0.00044960488039873264	CP034358.1	firmicutes	Clostridium septicum strain VAT12 chromosome, complete genome	True	True
DEN0026_000000008733	3380	0.5837777958722742	4	1	1	1	1	False	74206	maximal	True	DEN0026_000000008733	0.9833365792626428		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	84.536	3.0	1.6436465803146044e-05	NZ_AP018042.1	CFB group bacteria	Labilibaculum antarcticum strain SPP2	True	False
USA0021_01_000000005719	3216	0.5837777958722742	4	1	1	1	1	False	74206	maximal	False	DEN0026_000000008733	0.9368087580515722		0	0	False	False	0.9965795874595642	0					non-mobilizable	no_good_hit	97.0	84.536	3.0	1.6436465803146044e-05	NZ_AP018042.1	CFB group bacteria	Labilibaculum antarcticum strain SPP2	True	False
CAN0021_000000015014	2860	0.583776923124562	3	3	3	3	3	False	91617	fragment	False	CAN0021_000000015014	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2182.0	85.426	92.0	0.06744012904826902	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
ENG0144_000000003834	5135	0.5837763492751236	8	7	3	5	6	False	57572	maximal	True	ENG0144_000000003834	1.0		11	6	False	False	0.9974683523178101	0					non-mobilizable	no_good_hit	506.0	92.095	14.0	7.973010403024514e-05	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
TAN0018_000000005514	1882	0.5837710300024258	6	3	1	2	3	False	113662	fragment	False	TAN0018_000000005514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	93.425	78.0	0.0004904176695769718	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0096_000000012315	3509	0.583769316790693	7	5	2	4	5	True	124311	fragment	False	DEN0096_000000012315	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	3514.0	92.65799999999999	99.0	0.017307197816326128	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0092_000000022729	1386	0.5837673036105949	1	1	1	1	1	False	33566	maximal	True	ISR0092_000000022729	1.0		76	11	False	False	0.9754689931869507	0					non-mobilizable	no_good_hit								True	False
AST0031_000000020335	1226	0.5837657025556461	2	1	1	1	1	False	117130	fragment	False	AST0031_000000020335	1.0		0	0	False	False	0.9975529909133911	0					non-mobilizable	plasmid	1226.0	93.883	100.0	0.00659673232883499	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
SPA0117_000000010192	3698	0.5837592496367155	4	3	2	3	3	True	76877	maximal	True	SPA0117_000000010192	1.0		183	11	False	False	1.0	0					non-mobilizable	other	3704.0	90.57799999999999	100.0	0.002050392510062935	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0371_000000012257	1631	0.5837583557617637	3	2	2	2	1	False	53923	fragment	False	ISR0371_000000012257	1.0		0	0	False	False	0.9993869066238403	0					non-mobilizable	no_good_hit	102.0	94.118	6.0	2.4762968133492503e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0838_000000015840	1547	0.5837574502603191	3	3	3	3	3	False	20874	maximal	True	ISR0838_000000015840	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	73.23899999999999	18.0	7.712480930336045e-05	NZ_CP025197.1	firmicutes	Hungateiclostridium saccincola strain GGR1 chromosome, complete genome	True	False
ISR0207_000000003675	6332	0.5837573776868595	8	6	5	5	5	False	117906	maximal	True	ISR0207_000000003675	1.0		79	5	False	False	0.9998420476913452	0					non-mobilizable	chromosome	4178.0	93.39399999999999	96.0	0.0013146891852236625	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0138_000000011359	2296	0.5837499414912651	3	3	2	3	1	False	43615	maximal	True	SPA0138_000000011359	1.0		27	5	False	False	0.9939024448394775	0					non-mobilizable	other	2293.0	99.695	99.0	0.02772200585403614	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	False	False
FIJ0126_000000015213	2438	0.5837464007125545	4	4	4	3	3	False	41146	maximal	True	FIJ0126_000000015213	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.4910088516956144e-06	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0378_000000023036	1398	0.5837446435905896	2	2	2	2	2	False	62465	fragment	False	ISR0243_000000009372	0.9565375782018559		0	0	False	False	0.9821172952651978	0					non-mobilizable	other	1399.0	82.916	99.0	0.019790602655771195	NZ_VULP01000016.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq16, whole genome shotgun sequence	False	False
ENG0169_000000005929	3773	0.5837431358075706	6	4	4	4	2	False	55922	maximal	True	ENG0169_000000005929	0.9818953323903818		22	11	False	False	0.9986748099327087	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	1.6938163470215652e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
MON0103_000000008452	4875	0.5837426078875766	8	7	6	7	7	False	51594	fragment	False	MON0103_000000008452	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4875.0	98.995	100.0	0.001020782366644334	CP047277.1	enterobacteria	Escherichia coli strain N18-04097 chromosome, complete genome	False	False
MAD0100_000000010115	3670	0.5837425513123016	5	4	4	4	1	True	15173	fragment	False	MAD0100_000000010115	1.0		0	0	False	False	0.9970027208328247	0					non-mobilizable	no_good_hit	267.0	95.131	7.0	9.386401080918187e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0054_000000013576	3131	0.5837401436883443	5	4	4	3	3	False	12520	maximal	True	MON0054_000000013576	0.9973623475107154		26	8	False	False	0.9996806383132935	0					non-mobilizable	no_good_hit	1197.0	76.441	38.0	0.0004054431514208503	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0186_000000008120	2370	0.583729758834109	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4169688930708365		0	0	False	False	0.999578058719635	0					non-mobilizable	chromosome	2370.0	95.443	100.0	0.0008341899306500224	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0006_000000004641	1975	0.5837275401578961	4	4	3	4	3	False	113384	maximal	True	MAD0006_000000004641	1.0		0	0	False	False	0.9782278537750244	0					non-mobilizable	no_good_hit	1610.0	93.478	81.0	0.0004494883920882206	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0165_000000001437	10944	0.5837155770162734	12	7	1	7	1	False	80812	fragment	False	ENG0165_000000001437	1.0		0	0	False	False	0.9989948868751526	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.0274660604977423e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0033_000000016162	1942	0.5837146851363311	2	1	1	1	1	False	36883	maximal	True	ISR0033_000000016162	1.0		1	1	False	False	0.9994850754737854	0					non-mobilizable	no_good_hit	48.0	91.667	2.0	0.0008066453849586379	NZ_VJZA01000049.1	high GC Gram+	Amycolatopsis acidiphila strain JCM 30562 NODE_49_length_58266_cov_16.744, whole genome shotgun sequence	True	False
MON0110_000000006889	2133	0.5837130056301394	2	2	2	2	1	False	10279	maximal	True	MON0110_000000006889	1.0		4	1	False	False	0.9985935091972351	0					non-mobilizable	no_good_hit	828.0	91.787	79.0	0.0001479690839673435	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0327_000000003452	6197	0.5837112139208235	6	6	6	6	5	False	62162	maximal	True	ISR0327_000000003452	1.0		100	6	False	False	0.9985476732254028	0					non-mobilizable	no_good_hit	2073.0	99.759	68.0	0.008035586167312384	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0106_000000032004	1373	0.5837045532441265	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.30350186716846295		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	91.994	100.0	0.00042682687814714826	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0130_000000005179	5608	0.5837044492902895	6	4	1	4	4	False	131931	maximal	True	ENG0130_000000005179	1.0		2	2	False	False	0.999821662902832	0					non-mobilizable	no_good_hit	2670.0	81.236	64.0	0.1325562619840549	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0211_000000010003	2243	0.5837025709481173	2	2	2	2	1	False	28412	maximal	True	ISR0211_000000010003	1.0		30	5	False	False	0.998662531375885	0					non-mobilizable	chromosome	2244.0	99.866	100.0	0.0012690936928363254	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	False	False
CAN0012_000000016443	3069	0.5837015991087773	4	3	3	2	1	False	94245	maximal	True	CAN0012_000000016443	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0073_000000012439	1981	0.5837000705847011	2	2	2	2	2	False	62233	maximal	True	ENG0073_000000012439	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	1251.0	73.941	62.0	0.00040400519661586235	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
SPA0144_000000010950	1666	0.5836974944454538	3	2	2	2	2	False	3380	maximal	True	SPA0144_000000010950	1.0		41	11	False	False	0.9993997812271118	0					non-mobilizable	no_good_hit	164.0	91.463	38.0	5.039792584536299e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0090_000000036399	1294	0.5836944864033782	2	2	2	1	1	False	45849	fragment	False	FIJ0090_000000036399	0.993723849372385		0	0	False	False	0.969088077545166	0					non-mobilizable	no_good_hit								True	False
ISR0219_000000025434	1283	0.5836912729289033	1	1	1	1	1	False	120706	fragment	False	FIJ0022_000000018434	0.959917618896433		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	86.525	99.0	0.002493362530969928	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	False	False
ENG0104_000000025238	1256	0.5836912729289033	1	1	1	1	1	False	67739	fragment	False	USA0083_01_000000020667	0.9785044652920316		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	84.87700000000001	100.0	0.028955747312076046	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0156_000000019879	1219	0.5836912729289033	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.306437348017895		0	0	False	False	0.9991796612739563	0					non-mobilizable	other	1219.0	98.68700000000001	100.0	0.8263229308005428	NZ_JAAIUL010000057.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_65_length_1474_cov_949.715, whole genome shotgun sequence	False	False
DEN0039_000000018482	1180	0.5836912729289033	1	1	1	1	1	False	120706	fragment	False	FIJ0022_000000018434	0.7154709886149682		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	85.714	100.0	0.0023238532996154504	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	False	False
SPA0031_000000028717	1180	0.5836912729289033	1	1	1	1	1	False	120706	fragment	False	FIJ0022_000000018434	0.7079483020138055		0	0	False	False	0.9889830350875854	0					non-mobilizable	other	1183.0	85.63	100.0	0.0023238532996154504	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	False	False
ENG0110_000000014836	2047	0.5836881692823128	2	2	1	2	2	False	122219	maximal	True	ENG0110_000000014836	1.0		46	6	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	95.656	83.0	0.004864924318699077	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
MON0011_000000039276	1189	0.5836859434293515	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.5911600972106608		0	0	False	False	0.9924306273460388	0					non-mobilizable	other	1190.0	94.538	100.0	0.006878980891719746	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
ENG0134_000000033923	1099	0.5836859434293515	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.3750053701818528		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	95.99600000000001	100.0	0.0003070374493409181	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0149_000000000593	20764	0.5836844619759558	25	22	12	12	18	True	116697	maximal	True	ISR0149_000000000593	1.0	PS782	7	4	False	True	0.9998555183410645	0					non-mobilizable	no_good_hit	11096.0	99.74799999999999	81.0	0.007113978191238662	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ETH0004_000000026542	1106	0.5836819889842794	2	2	1	2	2	False	52828	fragment	False	MON0099_000000031346	0.6258445945945946		0	0	False	False	0.9990958571434021	0					non-mobilizable	chromosome	1107.0	91.96	100.0	0.00037193653046160185	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0148_000000013666	2743	0.5836815240644729	3	3	3	3	3	False	57313	fragment	False	ENG0148_000000013666	1.0		0	0	False	False	0.9956252574920654	0					non-mobilizable	chromosome	2743.0	98.76	100.0	0.0009080170754895991	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
MAD0106_000000010329	2072	0.5836810561471321	2	2	2	2	2	False	14738	fragment	False	MAD0106_000000010329	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2072.0	98.456	100.0	0.0080208208270237	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0005_000000016053	1875	0.5836764000821958	3	3	3	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.6632926881093242		0	0	False	False	0.9983999729156494	0					non-mobilizable	chromosome	1876.0	97.76100000000001	100.0	0.0005247762983595353	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0120_000000011071	2861	0.5836655633039778	3	2	0	1	2	False	34174	fragment	False	ISR0120_000000011071	1.0		0	0	False	False	0.997553288936615	0					non-mobilizable	no_good_hit	797.0	86.324	28.0	0.0002509074539727602	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0126_000000021904	2245	0.5836655633039778	3	2	0	1	2	False	31980	maximal	True	ISR0126_000000021904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	86.198	35.0	0.0002509074539727602	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0082_000000015000	2067	0.5836655633039778	2	2	0	1	2	False	34173	fragment	False	ISR0082_000000015000	1.0		0	0	False	False	0.9995161890983582	0					non-mobilizable	no_good_hit	797.0	86.073	38.0	0.0002509074539727602	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0278_000000007585	1555	0.5836655633039778	2	2	0	1	2	False	30119	fragment	False	ISR0278_000000007585	1.0		0	0	False	False	0.9845659136772156	0					non-mobilizable	no_good_hit	796.0	86.68299999999999	51.0	0.00025058660045105586	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0168_000000018255	1339	0.5836655633039778	2	2	0	1	2	False	30118	fragment	False	ISR0168_000000018255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	86.68299999999999	59.0	0.00025058660045105586	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0095_000000029966	1204	0.5836655633039778	2	2	0	1	2	False	33377	fragment	False	ISR0095_000000029966	1.0		0	0	False	False	0.9975082874298096	0					non-mobilizable	no_good_hit	797.0	85.947	66.0	0.0002509074539727602	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
DEN0031_000000013655	2490	0.5836629496052748	2	2	1	1	2	False	73797	fragment	False	DEN0031_000000013655	1.0		0	0	False	False	0.9987951517105103	0					non-mobilizable	no_good_hit								True	False
USA0039_01_000000005434	4250	0.5836620505006629	5	2	2	2	2	False	89723	maximal	True	USA0039_01_000000005434	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1988.0	97.787	47.0	0.00046100452325693165	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MON0080_000000002583	10376	0.5836618243223652	6	4	4	4	2	False	10071	maximal	True	MON0080_000000002583	1.0		2	1	False	False	0.9987471103668213	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0131_000000002169	13247	0.5836612142909426	7	4	4	4	1	True	130443	fragment	False	ISR0049_000000001584	0.9268939861729265		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	1.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0017_000000006038	2056	0.5836602843155589	3	2	1	2	1	False	34213	fragment	False	SPA0017_000000006038	1.0		0	0	False	False	1.0	0	rep_cluster_2131				non-mobilizable	plasmid	2056.0	100.0	100.0	0.014233569058783601	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
MON0082_000000014151	2344	0.5836591037051998	3	3	3	2	2	False	119064	fragment	False	MON0082_000000014151	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00013753657761568486	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	True	False
MAD0030_000000003625	2888	0.583656270296074	7	6	1	3	4	False	18984	fragment	False	MAD0030_000000003625	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2889.0	97.473	100.0	0.03046623369766091	CP057974.1	enterobacteria	Escherichia coli strain RHB07-C06 plasmid pRHB07-C06_2, complete sequence	False	True
ISR0283_000000011350	1155	0.5836559302578017	2	1	1	1	1	True	26100	fragment	False	ISR0283_000000011350	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1105.0	81.086	94.0	0.011159828685947976	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ENG0029_000000010236	2372	0.5836557112532598	4	4	4	4	3	False	99291	fragment	False	AUS0022_000000013985	0.9558764540713999		0	0	False	False	1.0	0					non-mobilizable	other	2373.0	95.87	100.0	0.029914475928195152	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
ISR0334_000000004236	4341	0.5836534374100363	11	11	3	5	10	False	28283	maximal	True	ISR0334_000000004236	1.0		3	1	False	False	0.9983874559402466	0					non-mobilizable	no_good_hit	3168.0	85.259	79.0	0.23441694005368327	NZ_CABMGA010000030.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0140_000000012997	1665	0.5836533571600926	3	3	3	3	3	False	3480	fragment	False	SPA0140_000000012997	0.9709636247606892		0	0	False	False	0.9975975751876831	0					non-mobilizable	other	1660.0	96.74700000000001	99.0	0.0007949685534591195	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
SPA0057_000000019221	1699	0.5836510630303718	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.22499560920537448	PS721	0	0	False	True	0.9864626526832581	0					non-mobilizable	other	1653.0	74.773	96.0	0.19902498476538696	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0142_000000010708	3089	0.5836490333157425	3	1	1	1	1	False	40207	maximal	True	FIJ0142_000000010708	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.627112760722221e-05	CP060724.1	firmicutes	Weissella diestrammenae strain KACC 16890 chromosome, complete genome	True	False
ISR0183_000000022590	1364	0.5836472513537958	2	2	2	2	1	True	29448	maximal	True	ISR0183_000000022590	1.0		47	8	False	False	0.9992668628692627	0					non-mobilizable	no_good_hit	279.0	83.51299999999999	22.0	7.891665039129033e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0193_000000013329	2014	0.5836451555190852	4	3	2	1	2	False	104352	fragment	False	ISR0193_000000013329	1.0		0	0	False	False	0.9975174069404602	0					non-mobilizable	chromosome	2014.0	100.0	100.0	0.0005603925253157949	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0032_000000008420	1959	0.5836444551992777	3	2	1	2	2	False	18919	maximal	True	MAD0032_000000008420	1.0		187	15	False	False	0.9943848848342896	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000022357	1817	0.5836397007910915	3	2	1	2	2	False	114816	fragment	False	SPA0120_000000022357	1.0		0	0	False	False	0.9658778309822083	0					non-mobilizable	plasmid	1245.0	99.679	99.0	0.15027784489007007	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ENG0075_000000014574	1686	0.5836397007910915	3	2	1	2	2	False	114810	fragment	False	ENG0075_000000014574	0.9026938102887322		0	0	False	False	0.9982206225395203	0					non-mobilizable	plasmid	1012.0	88.834	99.0	0.12128533462188934	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0115_000000022609	1573	0.5836397007910915	3	2	1	2	2	False	114810	fragment	False	ENG0075_000000014574	0.3045782324008467		0	0	False	False	0.9885569214820862	0					non-mobilizable	plasmid	1008.0	99.90100000000001	99.0	0.1216477410002416	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
FIJ0049_000000012619	1361	0.5836397007910915	3	2	1	2	2	False	114810	fragment	False	ENG0075_000000014574	0.1890716942303776		0	0	False	False	1.0	0					non-mobilizable	plasmid	634.0	99.369	93.0	0.07646774583232666	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0075_000000021523	1109	0.5836397007910915	3	2	1	2	2	False	5757	fragment	False	SPA0075_000000021523	1.0		0	0	False	False	0.9981966018676758	0					non-mobilizable	plasmid	633.0	95.89299999999999	99.0	0.07634694370620923	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0103_000000001016	18455	0.5836388523172078	14	11	9	8	7	False	122684	fragment	False	ISR0103_000000001016	1.0		0	0	False	False	0.9992955923080444	0					non-mobilizable	no_good_hit	7424.0	99.084	86.0	0.002884725991835872	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0033_000000009889	6933	0.5836352375878084	4	4	3	3	4	False	69294	maximal	True	MON0033_000000009889	0.9909805062554553		2	2	False	False	1.0	0					non-mobilizable	other	6933.0	98.226	100.0	0.019110848444343798	LM996529.1	enterobacteria	Escherichia coli genome assembly FHI65, scaffold scaffold-22_contig-4.0_1_362098_[organism:Escherichia	False	False
TAN0003_000000002674	2930	0.583634341280007	2	2	2	2	2	False	2986	maximal	True	TAN0003_000000002674	1.0		37	3	False	False	0.9866894483566284	0					non-mobilizable	no_good_hit	716.0	76.117	24.0	0.16341071018156744	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	False
ISR0214_000000018780	1613	0.5836337844024612	2	2	2	2	2	False	28210	maximal	True	ISR0214_000000018780	1.0		452	14	False	False	0.9925604462623596	0					non-mobilizable	no_good_hit	140.0	97.14299999999999	9.0	6.202928585549318e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0829_000000005213	2783	0.5836336417884124	3	1	1	1	1	False	21069	maximal	True	ISR0829_000000005213	1.0		4	2	False	False	0.9899389147758484	0					non-mobilizable	no_good_hit	75.0	88.0	3.0	0.00020577131376410033	NZ_FZOV01000005.1	a-proteobacteria	Rhodobacter megalophilus strain DSM 18937, whole genome shotgun sequence	True	False
MON0029_000000020330	1554	0.5836336417884124	2	1	1	1	1	False	12550	fragment	False	MON0029_000000020330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000000212	30935	0.5836254131131408	30	16	9	8	11	True	14901	fragment	False	MAD0104_000000000212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	17881.0	98.199	80.0	0.6013188439928675	NZ_JXLB01000024.1	firmicutes	Enterococcus ratti strain DSM 15687 Scaffold24, whole genome shotgun sequence	True	True
ISR0366_000000012066	1660	0.5836167549166472	2	2	2	2	2	False	23622	maximal	True	ISR0366_000000012066	1.0		10	3	False	False	1.0	0					non-mobilizable	other	1649.0	88.59899999999999	99.0	0.10833552458585327	NZ_KB898344.1	CFB group bacteria	Prevotella veroralis DSM 19559 = JCM 6290 strain DSM 19559 D464DRAFT_scaffold00020.20, whole genome shotgun sequence	False	False
ISR0139_000000016840	1608	0.5836155615505484	2	2	2	2	2	False	39770	fragment	False	ISR0381_000000010537	0.9731022115959355		0	0	False	False	0.9993780851364136	0					non-mobilizable	virus	1608.0	98.943	100.0	0.02817617561454571	MK233918.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_1_c1 sequence	False	False
MON0021_000000024653	1232	0.5836138542563184	2	1	1	1	1	False	13051	maximal	True	MON0021_000000024653	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	82.016	29.0	0.00749932109210169	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
ENG0174_000000016088	1290	0.5836111421410913	2	2	2	1	1	False	110330	fragment	False	ISR0279_000000015900	0.5079698339259577		0	0	False	False	0.9961240291595459	0					non-mobilizable	other	1290.0	95.50399999999999	100.0	0.010942089268433474	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0790_000000012690	1366	0.5836057437727354	2	1	1	1	1	False	92632	fragment	False	ISR0790_000000012690	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	82.954	99.0	0.0005944698521365843	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0086_000000019829	1245	0.5836052369233302	3	1	1	1	1	False	61419	maximal	True	ENG0086_000000019829	1.0		4	4	False	False	0.9967871308326721	0					non-mobilizable	no_good_hit	919.0	98.041	74.0	0.0006619928147097976	NZ_CAEUHO010000004.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ENG0117_000000004346	4900	0.5835990359663841	6	5	3	5	2	True	122484	fragment	False	ENG0117_000000004346	0.9156231537964619		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	74.39699999999999	11.0	0.00015196726190986283	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
CAN0007_000000004627	9277	0.5835965602803357	12	11	8	10	10	False	111451	fragment	False	CAN0007_000000004627	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8069.0	98.61200000000001	97.0	0.011165484925002458	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0026_000000005747	5387	0.5835946964342342	2	1	1	1	1	False	119555	maximal	True	AST0026_000000005747	1.0		4	4	False	False	0.9987005591392517	0					non-mobilizable	no_good_hit	59.0	98.305	1.0	0.00029149390626963186	NZ_SLUM01000002.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_102, whole genome shotgun sequence	True	False
USA0075_01_000000003480	7137	0.5835838071533497	10	6	4	5	5	False	132420	maximal	False	ISR0224_000000002860	0.9501009336361343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4721.0	99.915	70.0	0.0013298805277033555	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0011_000000000524	25762	0.5835835278919478	29	21	8	12	18	True	123868	fragment	False	SPA0011_000000000524	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11234.0	97.054	99.0	0.003604824232326156	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0153_000000023261	1274	0.5835819211883077	2	2	2	2	2	True	64725	fragment	False	ENG0153_000000023261	0.9936006825938566		0	0	False	False	0.9945054650306702	0					non-mobilizable	chromosome	1273.0	99.764	99.0	0.00035410794446184363	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MAD0098_000000004917	7780	0.5835818018457037	9	8	3	5	8	False	15359	maximal	True	MAD0098_000000004917	1.0		7	1	False	False	0.998971700668335	0					non-mobilizable	plasmid	7781.0	99.57600000000001	100.0	0.06671756118063836	CP010201.1	enterobacteria	Escherichia coli strain M10 plasmid A, complete sequence	False	True
ISR0253_000000001016	9750	0.5835705327231587	9	8	8	8	8	False	125058	fragment	False	SPA0126_000000002874	0.6125306806492884		0	0	False	False	0.9997949004173279	0					non-mobilizable	other	9752.0	99.272	100.0	0.0020547498216956996	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0059_000000008157	3205	0.5835695786674778	3	3	3	3	2	False	114527	fragment	False	SPA0059_000000008157	1.0		0	0	False	False	0.9934477210044861	0					non-mobilizable	no_good_hit	69.0	95.652	4.0	0.08180708180708181	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
CHI0181_000000005597	3598	0.5835689043804533	4	3	2	3	3	False	96223	fragment	False	CHI0181_000000005597	1.0		0	0	False	False	0.9983323812484741	0				MOBQ	mobilizable	no_good_hit	1701.0	89.65299999999999	47.0	0.13229207340882468	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	True
ISR0317_000000008628	2271	0.5835665117604185	3	2	2	2	2	False	126059	fragment	False	ISR0317_000000008628	1.0		0	0	False	False	0.9991193413734436	0					non-mobilizable	other	2207.0	99.955	97.0	0.004996568539738122	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0015_000000005901	3375	0.5835633190561824	4	4	4	3	3	False	115368	maximal	True	SPA0015_000000005901	1.0		1	1	False	False	0.9940740466117859	0					non-mobilizable	no_good_hit	2265.0	99.47	67.0	0.0006775033284146511	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0395_000000016204	2381	0.5835596592408689	2	2	1	2	1	True	61333	maximal	True	ISR0395_000000016204	1.0		1	1	False	False	0.9979000687599182	0					non-mobilizable	no_good_hit								True	True
ITA0006_000000011890	2015	0.5835596592408689	2	2	1	2	1	True	61332	fragment	False	ITA0006_000000011890	1.0		0	0	False	False	0.9900744557380676	0					non-mobilizable	no_good_hit								True	True
ISR0168_000000017481	1402	0.5835596592408689	2	2	1	2	1	True	61331	fragment	False	ISR0168_000000017481	1.0		0	0	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit								True	True
ISR0263_000000008555	1760	0.5835500582094375	5	5	2	3	4	False	128427	maximal	False	DEN0081_000000003447	0.28007095803770765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1760.0	99.148	100.0	0.0003914675649426664	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0347_000000014952	1518	0.5835487049027079	3	3	3	2	2	False	24165	fragment	False	ISR0347_000000014952	1.0		0	0	False	False	0.9808959364891052	0					non-mobilizable	no_good_hit	145.0	100.0	10.0	2.032512292464969e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0814_000000031380	1341	0.5835441264887995	2	2	2	2	2	False	103601	maximal	False	CHI0055_000000011690	0.9731024292121537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0014_000000012804	2475	0.5835431753029016	3	2	2	2	1	False	74382	maximal	False	FIJ0136_000000008405	0.6094878749507462		0	0	False	False	0.99919193983078	0					non-mobilizable	no_good_hit								True	False
ISR0798_000000001954	6847	0.5835427399399348	8	7	6	6	7	False	72525	maximal	True	ISR0798_000000001954	1.0		186	10	False	False	0.9972250461578369	0					non-mobilizable	chromosome	6877.0	96.90299999999999	99.0	0.0031618607732366633	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
DEN0018_000000011010	3316	0.583531970050464	5	4	4	4	3	False	75132	maximal	True	DEN0018_000000011010	1.0		77	11	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	76.686	20.0	0.00096632168791812	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0145_000000013676	1247	0.5835316207929415	4	2	0	2	2	False	40010	fragment	False	FIJ0145_000000013676	1.0		0	0	False	False	0.9943865537643433	0					non-mobilizable	plasmid	1221.0	99.91799999999999	98.0	0.012502305753110204	CP040069.1	enterobacteria	Escherichia coli strain A1_181 plasmid p_unnamed2, complete sequence	False	True
CHI0039_000000009730	1247	0.5835316207929415	3	2	0	2	2	False	87742	fragment	False	CHI0039_000000009730	0.9862270450751252		0	0	False	False	1.0	0					non-mobilizable	plasmid	1247.0	100.0	100.0	0.012212333869133963	CP043218.1	enterobacteria	Escherichia coli O80:H26 strain EC-107 plasmid pET6.1-IncY, complete sequence	False	True
MAD0102_000000018997	1198	0.5835316207929415	3	2	0	2	2	False	87742	fragment	False	CHI0039_000000009730	0.9671210906174819		0	0	False	False	0.9632720947265625	0					non-mobilizable	plasmid	1179.0	99.491	98.0	0.012316120735621609	CP039843.1	enterobacteria	Escherichia coli O157:H7 strain USDA5905 plasmid pUSDA5905_1	False	True
MAD0087_000000000513	25306	0.5835293084312272	16	14	8	11	6	True	16014	maximal	True	MAD0087_000000000513	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2807.0	75.205	11.0	0.0897069921580208	NZ_QOHO01000102.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_102, whole genome shotgun sequence	True	True
MON0024_000000033706	1532	0.5835278857371194	2	2	2	2	2	False	129509	maximal	False	AST0003_000000020039	0.9512946979038224		0	0	False	False	1.0	0					non-mobilizable	other	1532.0	99.478	100.0	0.0007362258208004231	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
MON0001_000000030652	1140	0.5835270099446759	2	2	2	2	2	False	113365	fragment	False	AST0055_000000030691	0.9708090075062552		0	0	False	False	0.9622806906700134	0					non-mobilizable	no_good_hit	975.0	84.0	85.0	0.0003391505968074531	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0109_000000005083	5469	0.5835231913292415	7	6	6	5	3	False	32763	maximal	True	ISR0109_000000005083	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1196.0	98.662	22.0	0.2577097261160233	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	False
ENG0062_000000017496	1378	0.5835216624986482	2	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9297402775088671		0	0	False	False	0.9956458806991577	0					non-mobilizable	other	1378.0	99.71	100.0	0.006426981185794364	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0383_000000011706	1308	0.5835216624986482	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9309581472944072		0	0	False	False	0.9992354512214661	0					non-mobilizable	other	1311.0	86.65100000000001	100.0	0.005340737413743824	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0120_000000031786	1243	0.5835216624986482	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8754042543490647		0	0	False	False	0.9991955161094666	0					non-mobilizable	other	1243.0	99.035	100.0	0.005796884991108643	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0140_000000023679	1229	0.5835216624986482	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8500350737071273		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	98.861	100.0	0.005731541682030123	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0088_000000009626	1172	0.5835216624986482	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.5590600615937402		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	99.40299999999999	100.0	0.005465501066496152	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0131_000000008298	3391	0.5835215911312289	4	4	4	4	2	False	37596	fragment	False	ISR0131_000000008298	0.9602747909199523		0	0	False	False	0.991447925567627	0					non-mobilizable	no_good_hit	922.0	71.90899999999999	27.0	0.007635599921773364	NZ_BBAB01000009.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
DEN0021_000000009664	3442	0.5835213921896351	4	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.6627523052041534		0	0	False	False	0.9997094869613647	0					non-mobilizable	no_good_hit	1513.0	84.931	65.0	0.0005168286325804246	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0068_000000012014	1722	0.583520867769078	3	2	0	2	0	False	35019	maximal	True	ISR0068_000000012014	1.0		11	3	False	False	0.9988385438919067	0					non-mobilizable	no_good_hit	892.0	100.0	52.0	0.023758099352051837	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	False
ISR0389_000000008033	2645	0.5835187356265141	5	5	3	2	5	False	128207	maximal	False	ISR0149_000000005886	0.9903453397697735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	87.742	49.0	0.020718367346938774	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0065_000000024178	1428	0.583517398401375	3	3	3	3	3	False	35176	maximal	True	ISR0065_000000024178	1.0		98	9	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	74.62899999999999	42.0	0.0010406063056907396	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ENG0022_000000005268	3562	0.5835166374007672	3	3	2	3	3	False	66322	maximal	True	ENG0022_000000005268	0.9856338862559242		1	1	False	False	0.9991577863693237	0					non-mobilizable	no_good_hit	512.0	84.57	14.0	0.007097835787594824	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0008_000000003030	7552	0.5835166010029226	5	5	4	3	5	False	85172	maximal	False	ENG0204_000000002470	0.9677699630586023		0	0	False	False	0.9980137944221497	0					non-mobilizable	other	7374.0	99.986	99.0	0.0014279934358397495	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0100_000000015017	1221	0.583510519773834	3	3	3	2	1	False	73176	fragment	False	DEN0040_000000005863	0.47723404255319146		0	0	False	False	0.9975429773330688	0					non-mobilizable	no_good_hit	589.0	85.399	48.0	0.00017703553988463185	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0395_000000007450	5140	0.5835103950241536	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.7591400196797469		0	0	False	False	1.0	0					non-mobilizable	chromosome	5013.0	97.46700000000001	99.0	0.0022120631175342868	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0112_000000010269	3065	0.5835097021432174	4	3	3	3	3	False	111069	fragment	False	FIJ0095_000000004547	0.20061566840474143		0	0	False	False	0.999347448348999	0					non-mobilizable	no_good_hit	515.0	71.845	17.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
AST0087_000000030550	1190	0.5835064843243444	1	1	1	1	1	False	110509	fragment	False	AST0087_000000030550	0.9733158355205599		0	0	False	False	0.9588235020637512	0					non-mobilizable	other	1023.0	84.946	99.0	0.0009666940295045243	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	False	False
ENG0116_000000001606	10702	0.583504534521479	11	9	4	9	5	True	86830	maximal	True	ENG0116_000000001606	1.0		1	1	False	False	0.9995328187942505	0					non-mobilizable	no_good_hit	9575.0	92.449	89.0	0.22626339064014944	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
MAD0002_000000017933	2179	0.5835031368711932	3	3	3	2	2	False	20193	maximal	True	MAD0002_000000017933	1.0		42	9	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	76.518	28.0	0.00018445711162884	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0148_000000021735	1560	0.5835026074246024	1	1	1	1	1	False	104808	maximal	True	AST0148_000000021735	1.0		116	9	False	False	1.0	0					non-mobilizable	chromosome	1560.0	99.679	100.0	0.0008568547001970381	LR822029.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1035 genome assembly, chromosome: STHERMO	False	False
ISR0158_000000002409	6405	0.5835019874873865	6	4	3	3	0	True	30515	maximal	True	ISR0158_000000002409	1.0		1	1	False	False	0.9957845211029053	0					non-mobilizable	no_good_hit	786.0	87.405	17.0	0.0012703293146694716	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
ISR0854_000000004232	2007	0.5834963118033408	3	2	2	2	2	False	20506	maximal	True	ISR0854_000000004232	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	72.051	46.0	0.0033948785621343873	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
ENG0150_000000004257	3728	0.5834932317395026	4	4	4	4	4	False	66473	maximal	True	ENG0150_000000004257	1.0		29	7	False	False	0.9970493316650391	0					non-mobilizable	no_good_hit	104.0	100.0	4.0	0.0005081000019732039	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0052_000000006443	3252	0.5834892237730043	3	2	1	2	2	False	114603	maximal	True	AST0052_000000006443	1.0		1	1	False	False	0.9978474974632263	0					non-mobilizable	no_good_hit	1342.0	92.25	47.0	0.0007181253330124955	CP011217.1	firmicutes	Streptococcus thermophilus strain SMQ-301, complete genome	True	False
MON0050_000000007629	3835	0.5834882755397058	4	4	4	4	2	False	89440	fragment	False	MON0003_000000002990	0.9555902470682044		0	0	False	False	0.9973924160003662	0					non-mobilizable	no_good_hit	790.0	97.975	21.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
ENG0130_000000010899	2765	0.5834845500958192	2	2	2	2	2	False	58450	fragment	False	ENG0130_000000010899	1.0		0	0	False	False	0.9985533356666565	0					non-mobilizable	no_good_hit	1234.0	78.93	47.0	0.0003257103941095769	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0131_000000004687	4678	0.5834840241337196	6	3	1	3	1	False	62645	fragment	False	SPA0131_000000004687	1.0		0	0	False	False	0.9916630983352661	0					non-mobilizable	no_good_hit	68.0	85.294	1.0	1.1949515259887688e-05	LR134289.1	CFB group bacteria	Chryseobacterium gleum strain NCTC11432 genome assembly, chromosome: 1	True	False
DEN0096_000000011725	3674	0.5834759352420055	4	3	2	3	1	False	77409	maximal	True	DEN0096_000000011725	1.0		15	7	False	False	0.9991834759712219	0					non-mobilizable	no_good_hit	448.0	72.545	12.0	0.00012316286795973456	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0082_000000024233	1380	0.5834757620422566	3	2	1	2	1	True	34149	maximal	True	ISR0082_000000024233	1.0		4	3	False	False	0.9956521987915039	0					non-mobilizable	no_good_hit	96.0	94.792	9.0	3.8930740573330967e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
SPA0130_000000006754	4858	0.5834690013414967	8	4	3	4	4	False	102860	maximal	True	SPA0130_000000006754	0.9644951822371177		9	5	False	False	0.9997941255569458	0					non-mobilizable	no_good_hit	905.0	89.613	19.0	0.0003037802289361202	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0092_000000021941	2026	0.5834672305027144	3	3	3	3	3	False	129956	fragment	False	ISR0001_000000011907	0.462744150692449		0	0	False	False	0.9861796498298645	0					non-mobilizable	other	1989.0	98.89399999999999	98.0	0.07342838147299993	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
FIJ0090_000000022354	1991	0.5834657845475335	2	1	1	1	1	False	43476	maximal	True	FIJ0090_000000022354	1.0		87	11	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	87.931	3.0	0.015620641562064157	NZ_NTFS01000541.1	cyanobacteria	Calothrix elsteri CCALA 953 scaffold541, whole genome shotgun sequence	True	False
ISR0369_000000009865	1572	0.5834655480807984	2	2	2	2	2	False	23537	maximal	True	ISR0369_000000009865	0.9881790822147035		486	13	False	False	0.9987277388572693	0					non-mobilizable	other	1572.0	99.74600000000001	100.0	0.13956796159658635	NZ_CZAI01000025.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0090_000000024853	1471	0.5834655480807984	4	2	2	2	2	False	23537	maximal	False	ISR0369_000000009865	0.9667857399274488		0	0	False	False	1.0	0					non-mobilizable	chromosome	1456.0	99.588	100.0	0.00031788725088348807	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0058_000000021833	1394	0.5834655480807984	2	2	2	2	2	False	23537	maximal	False	ISR0369_000000009865	0.6483118060276456		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	99.85700000000001	100.0	0.12374433282958486	NZ_CZAI01000025.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0154_000000016867	2240	0.5834652384347937	3	3	3	3	2	False	113550	fragment	False	FIJ0020_000000010024	0.8714935272115231		0	0	False	False	1.0	0					non-mobilizable	chromosome	2240.0	97.411	100.0	0.0006266528704143997	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0125_000000003217	4688	0.5834631091186171	5	3	3	3	2	False	47619	maximal	True	ISR0125_000000003217	1.0		2	1	False	False	0.9991467595100403	0					non-mobilizable	no_good_hit	1365.0	78.02199999999999	29.0	0.0006079235557534399	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
FIJ0084_000000006643	1981	0.583452040698256	3	3	3	3	2	False	55013	fragment	False	FIJ0084_000000006643	0.9837758740538085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	86.00200000000001	53.0	0.0003673475775239291	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ENG0186_000000007729	1979	0.583452040698256	3	3	3	3	2	False	55013	fragment	False	FIJ0084_000000006643	0.982966634074557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	86.00200000000001	53.0	0.0003673475775239291	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
USA0044_01_000000018079	1519	0.5834514725570152	4	4	2	1	3	False	25592	maximal	False	USA0083_01_000000018208	0.9519423558897243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	89.693	81.0	0.00017524613441762517	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
MAD0074_000000003923	1320	0.5834493763456677	2	2	2	2	1	True	53427	maximal	True	MAD0074_000000003923	0.9838579499596449		2	2	False	False	0.918181836605072	0					non-mobilizable	no_good_hit	70.0	84.286	5.0	2.1511732311744283e-05	NC_015942.1	proteobacteria	Acidithiobacillus ferrivorans SS3, complete sequence	True	True
MAD0063_000000001165	8033	0.5834395801737865	10	8	5	7	7	False	16736	fragment	False	MAD0063_000000001165	1.0		0	0	False	False	0.9990041255950928	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000010368	3056	0.5834386922951931	3	1	1	1	1	False	60506	maximal	True	ENG0101_000000010368	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0327_000000022860	1294	0.5834386922951931	1	1	1	1	1	False	24764	fragment	False	ISR0327_000000022860	1.0		0	0	False	False	0.9984543919563293	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000000464	30513	0.5834358058737252	32	13	8	13	10	True	109436	fragment	False	ISR0018_000000000464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	69.811	3.0	0.005187449548083158	NZ_OAOF01000012.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
SPA0154_000000002172	3166	0.583434206681093	5	3	1	2	3	False	114828	fragment	False	ENG0031_000000005815	0.9498718313870693		0	0	False	False	0.9996841549873352	0					non-mobilizable	plasmid	2606.0	100.0	99.0	0.3146895385358782	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
DEN0073_000000034326	1550	0.5834253816680475	2	2	2	2	2	False	124927	fragment	False	SPA0041_000000017820	0.47860858290896796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	83.905	68.0	0.002523149044980822	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0305_000000002454	5572	0.5834222760016338	8	5	5	4	3	False	116359	fragment	False	ISR0146_000000007051	0.5515200296625106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1894.0	97.20200000000001	74.0	0.02434596765887321	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
USA0036_01_000000014893	2305	0.5834168256920801	3	3	1	3	2	True	120003	fragment	False	CHI0015_000000003571	0.5591845326085076		0	0	False	True	1.0	0					non-mobilizable	chromosome	2299.0	91.736	99.0	0.0007992521258782014	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0044_000000004935	7272	0.5834113769895443	4	4	4	4	3	False	84958	maximal	True	MON0044_000000004935	1.0		52	6	False	False	1.0	0					non-mobilizable	chromosome	3869.0	93.9	90.0	0.001506901468439825	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0156_000000011684	2177	0.5834103345262843	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3409400354856807		0	0	False	False	1.0	0					non-mobilizable	chromosome	2183.0	91.89200000000001	100.0	0.0007310824834050671	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0210_000000002851	6446	0.5834092736901834	7	2	1	1	2	False	64755	maximal	True	ISR0210_000000002851	1.0		10	5	False	False	0.9992243051528931	0					non-mobilizable	no_good_hit	1975.0	88.759	50.0	0.0010621165478621665	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ENG0157_000000004787	4973	0.5834092736901834	7	2	1	1	2	False	56641	maximal	True	ENG0157_000000004787	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	77.828	32.0	0.0001557990804887995	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
USA0041_01_000000004847	4681	0.5834092736901834	6	2	1	1	2	False	64753	fragment	False	USA0041_01_000000004847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	77.933	30.0	0.0005742337433563747	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ENG0058_000000009927	3201	0.5834092736901834	7	2	1	1	2	False	63468	maximal	True	ENG0058_000000009927	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	92.446	56.0	0.0001488778158070668	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ENG0041_000000008749	2933	0.5834092736901834	4	2	1	1	2	False	64752	fragment	False	ENG0041_000000008749	0.9973252456587064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	78.773	41.0	0.0001570906020431933	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0079_000000011840	2321	0.5834092736901834	3	2	1	1	2	False	34380	maximal	True	ISR0079_000000011840	1.0		7	5	False	False	0.9948298335075378	0					non-mobilizable	no_good_hit	985.0	93.706	82.0	0.00015093621998469404	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0089_000000018848	2054	0.5834092736901834	3	2	1	1	2	False	87735	maximal	True	SPA0089_000000018848	1.0		13	7	False	False	1.0	0					non-mobilizable	other	2059.0	97.23200000000001	100.0	0.013229607036915494	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	False	False
MON0047_000000022371	1770	0.5834092736901834	3	2	1	1	2	False	11455	maximal	True	MON0047_000000022371	1.0		4	3	False	False	0.9751412272453308	0					non-mobilizable	no_good_hit	1541.0	87.346	85.0	0.009787077968457425	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	True	False
ISR0042_000000018138	1740	0.5834092736901834	3	2	1	1	2	False	59293	maximal	True	ISR0042_000000018138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1337.0	96.634	77.0	0.008590236086713124	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	True	False
USA0116_01_000000015700	1568	0.5834092736901834	2	2	1	1	2	False	260	maximal	True	USA0116_01_000000015700	1.0		7	4	False	False	1.0	0					non-mobilizable	other	1279.0	93.745	100.0	0.0006891884307012128	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0014_000000024766	1412	0.5834092736901834	3	2	1	1	2	False	95993	maximal	True	ISR0014_000000024766	1.0		62	10	False	False	1.0	0					non-mobilizable	other	1418.0	93.37100000000001	100.0	0.08954177554011854	NZ_SPFU01000049.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_49_length_15691_cov_21.9751, whole genome shotgun sequence	False	False
ENG0118_000000010493	1388	0.5834092736901834	2	2	1	1	2	False	59292	fragment	False	ENG0118_000000010493	0.9976507439310884		0	0	False	False	1.0	0					non-mobilizable	chromosome	1064.0	93.421	91.0	0.00016309112455023008	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0035_000000015854	1313	0.5834092736901834	2	2	1	1	2	False	7116	fragment	False	SPA0035_000000015854	1.0		0	0	False	False	0.9824828505516052	0					non-mobilizable	other	1314.0	97.336	100.0	0.0010840072575607853	NZ_FQXY01000009.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
USA0009_01_000000020294	1277	0.5834092736901834	2	2	1	1	2	False	59292	fragment	False	ENG0118_000000010493	0.9578530259365994		0	0	False	False	1.0	0					non-mobilizable	chromosome	1064.0	93.79700000000001	90.0	0.00016309112455023008	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0179_000000026393	1214	0.5834092736901834	2	2	1	1	2	False	55366	fragment	False	ENG0179_000000026393	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	94.794	92.0	0.00714244348782889	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	False	False
SPA0123_000000004556	1955	0.5834074371522995	3	3	3	2	1	False	4089	maximal	True	SPA0123_000000004556	1.0		1	1	False	False	0.9974424839019775	0					non-mobilizable	no_good_hit	1561.0	99.936	80.0	0.003496589704336444	NZ_CABIYM010000003.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	True	False
CHI0046_000000005030	2284	0.5834054020378286	3	3	3	3	2	False	88897	maximal	True	CHI0046_000000005030	1.0		86	11	False	False	0.996497392654419	0					non-mobilizable	no_good_hit	2002.0	99.85	88.0	0.0008461109762708367	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
DEN0001_000000031911	1386	0.5834024221968799	2	2	2	2	2	False	76752	fragment	False	DEN0001_000000031911	1.0		0	0	False	False	0.9978355169296265	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000022240	1385	0.5834024221968799	2	2	2	2	2	False	76752	fragment	False	DEN0001_000000031911	0.9996392496392497		0	0	False	False	0.9963898658752441	0					non-mobilizable	no_good_hit								True	False
AST0092_000000003180	5486	0.5834013424409332	9	7	7	6	6	False	120061	maximal	True	AST0092_000000003180	0.999633431085044		24	8	False	False	1.0	0					non-mobilizable	no_good_hit	2747.0	99.054	75.0	0.0034727315955342644	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0183_000000006494	5456	0.5834013424409332	9	7	7	6	6	False	120061	maximal	False	AST0092_000000003180	0.9969012030623405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2727.0	99.04700000000001	75.0	0.0034474385759018225	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0031_000000001633	8563	0.5834007112470135	9	7	7	6	4	False	37027	maximal	True	ISR0031_000000001633	1.0		0	0	False	False	0.9994161128997803	0					non-mobilizable	no_good_hit	879.0	99.204	10.0	0.9988623435722411	GQ878029.1		Uncultured organism clone VC1BU60TR genomic sequence	True	False
FIJ0066_000000007743	3973	0.5833978013564627	4	2	2	2	2	False	45371	maximal	True	FIJ0066_000000007743	1.0		4	1	False	False	0.9974830150604248	0					non-mobilizable	no_good_hit	80.0	82.5	2.0	0.0004944793570516512	NZ_JXXU01000044.1	g-proteobacteria	Vibrio neptunius strain S2394 contig0044, whole genome shotgun sequence	True	False
TAN0009_000000019665	2041	0.5833965973433458	3	3	3	3	2	False	2691	maximal	True	TAN0009_000000019665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	88.95	9.0	5.081323892101068e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0072_000000003288	5726	0.5833958755237669	5	5	4	5	3	False	93782	maximal	True	SPA0072_000000003288	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	78.365	4.0	4.5967336860024774e-05	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	False
CHI0177_000000007548	2182	0.5833954401069108	3	2	2	2	2	False	77693	fragment	False	CHI0177_000000007548	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2182.0	99.81700000000001	100.0	0.0007967539491560655	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	False	False
ENG0060_000000004960	5004	0.58339448016609	1	1	1	1	1	False	113104	fragment	False	ISR0021_000000004049	0.9428156618249545		0	0	False	False	0.9958033561706543	0					non-mobilizable	other	5005.0	95.78399999999999	100.0	0.027259254416075497	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
TAN0005_000000002070	5403	0.5833824476122202	7	7	5	4	5	False	2950	maximal	True	TAN0005_000000002070	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2937.0	81.23899999999999	63.0	0.0012845108161948318	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0024_000000005292	5693	0.5833817018492519	7	7	4	5	7	False	121780	maximal	True	AST0024_000000005292	1.0		94	10	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	3214.0	95.084	56.0	0.40471388958911014	HG796775.1	bacteria	Uncultured bacterium plasmid pRGF00008	True	True
AUS0010_000000010708	2246	0.5833790065411234	4	2	2	2	1	False	101547	maximal	True	AUS0010_000000010708	1.0		19	6	False	False	0.9995547533035278	0					non-mobilizable	no_good_hit	651.0	96.006	29.0	0.9984639016897081	EU062875.1	bacteria	Uncultured bacterium clone LM0ACA2ZB07FM1 genomic sequence	True	False
AUS0012_000000008474	2004	0.5833790065411234	4	2	2	2	1	False	101140	fragment	False	AUS0012_000000008474	1.0		0	0	False	False	0.9990019798278809	0					non-mobilizable	no_good_hit	652.0	96.626	32.0	0.9984639016897081	EU062875.1	bacteria	Uncultured bacterium clone LM0ACA2ZB07FM1 genomic sequence	True	False
ISR0288_000000018848	1586	0.5833766262992804	4	3	3	2	2	False	68044	fragment	False	ENG0001_000000016928	0.912086254369372		0	0	False	False	0.994955837726593	0					non-mobilizable	other	986.0	97.97200000000001	100.0	0.008818579000143247	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0193_000000017587	1511	0.5833758176989184	2	1	1	1	1	False	29083	fragment	False	ISR0193_000000017587	1.0		0	0	False	False	0.9569821357727051	0					non-mobilizable	no_good_hit	44.0	95.455	3.0	1.9861908923447583e-05	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
USA0119_01_000000004246	4963	0.5833757402885957	6	6	5	5	4	False	129163	maximal	True	USA0119_01_000000004246	1.0		10	4	False	False	0.9991940259933472	0					non-mobilizable	no_good_hit	2713.0	98.34100000000001	55.0	0.0008104752506090522	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0818_000000017120	1141	0.5833715197938109	2	1	1	1	1	False	41707	fragment	False	ISR0179_000000017323	0.7114979276938243		0	0	False	False	0.9851008057594299	0					non-mobilizable	other	1141.0	97.984	100.0	0.0003411456689013703	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0066_000000015640	2133	0.5833695570712727	2	2	2	2	2	False	10643	maximal	True	MON0066_000000015640	1.0		2	2	False	False	0.978434145450592	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0013355827358357936	NZ_WEHX01000022.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_22_length_28452_cov_162.132684, whole genome shotgun sequence	True	False
USA0047_01_000000005273	6216	0.5833619805934829	12	5	2	4	4	False	1181	maximal	True	USA0047_01_000000005273	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	92.665	18.0	0.06264435806433441	MK232835.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_1_c1 sequence	True	False
USA0044_01_000000005100	5757	0.5833599826589134	6	4	3	4	3	False	106650	fragment	False	USA0044_01_000000005100	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5757.0	99.514	100.0	0.0017432278400301452	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
FIJ0107_000000003875	7063	0.5833564371698823	10	7	4	7	3	True	43963	maximal	True	FIJ0107_000000003875	1.0		10	4	False	False	0.9998584389686584	0					non-mobilizable	no_good_hit								True	True
ISR0117_000000005774	4699	0.5833562541828989	5	4	4	4	4	False	80089	maximal	True	ISR0117_000000005774	1.0		1	1	False	False	0.9991487264633179	0					non-mobilizable	no_good_hit	1857.0	98.492	40.0	0.023692205570731956	NZ_QRHR01000010.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf10, whole genome shotgun sequence	True	False
DEN0071_000000036148	1228	0.5833539679780319	2	2	2	2	2	False	70352	fragment	False	ISR0110_000000017218	0.943303706350196		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	99.67399999999999	100.0	0.0003939272913597972	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0353_000000017410	2140	0.5833485586488194	3	3	3	3	2	False	121028	fragment	False	ISR0353_000000017410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1118.0	81.843	52.0	0.0018462100395972207	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0021_000000012652	2296	0.5833470894773791	2	2	2	2	2	False	40594	maximal	True	MON0021_000000012652	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	84.81	3.0	2.8851313071967915e-05	NZ_VOQS01000005.1	b-proteobacteria	Paraburkholderia azotifigens strain NF 2-5-3 4, whole genome shotgun sequence	True	False
ISR0154_000000012095	1749	0.5833430462159508	3	3	3	3	3	False	30625	maximal	True	ISR0154_000000012095	1.0		4	3	False	False	0.9971412420272827	0					non-mobilizable	chromosome	1749.0	95.82600000000001	100.0	0.00046175869304326714	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
MAD0037_000000002563	5065	0.5833424658073635	5	5	5	5	5	False	18666	maximal	True	MAD0037_000000002563	1.0		25	10	False	False	0.998617947101593	0					non-mobilizable	chromosome	5046.0	100.0	99.0	0.000938562394028027	CP028391.2	enterobacteria	Klebsiella pneumoniae strain WCHKP13F2 chromosome, complete genome	False	False
CHI0155_000000006842	1833	0.5833412745520968	3	3	3	3	2	False	79067	maximal	True	CHI0155_000000006842	1.0		46	9	False	False	0.9765411615371704	0					non-mobilizable	no_good_hit	1415.0	98.304	77.0	0.0004888132295719844	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0035_000000005853	3070	0.5833408973508396	5	4	4	3	2	False	131669	fragment	False	ISR0035_000000005853	0.9177213481750722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	87.009	30.0	0.000260011439361679	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0131_000000018957	1386	0.5833399355008251	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.06196530211434023	PS979	0	0	False	True	0.9733044505119324	0					non-mobilizable	other	1309.0	99.84700000000001	94.0	0.028317817709460923	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
CAN0004_000000021730	1324	0.5833399355008251	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.07165189993766329	PS979	0	0	False	True	0.9992446899414062	0					non-mobilizable	other	1327.0	80.859	100.0	0.00021599579226420172	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0353_000000029216	1242	0.5833399355008251	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1671774080720696	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1242.0	99.678	100.0	0.8684394681595521	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0031_000000004404	4555	0.5833352289197675	5	5	5	5	4	False	116887	maximal	True	ENG0031_000000004404	1.0		3	2	False	False	0.9962678551673889	0					non-mobilizable	chromosome	4529.0	99.823	99.0	0.0007860991012637306	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ISR0295_000000016179	2194	0.5833351259549542	4	3	2	2	1	False	25721	maximal	True	ISR0295_000000016179	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	84.11399999999999	62.0	0.004133978627421754	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0033_000000004775	6398	0.5833330895892894	7	7	6	5	7	False	98352	fragment	False	FIJ0079_000000004551	0.9943381077913424		0	0	False	False	0.9996873736381531	0					non-mobilizable	plasmid	6398.0	99.891	100.0	0.04779480436033263	CP026854.1	enterobacteria	Escherichia coli strain MS7163 plasmid pMS7163A, complete sequence	False	True
FIJ0017_000000010447	2707	0.5833275793647102	2	2	2	2	2	False	75335	maximal	True	FIJ0017_000000010447	1.0		103	13	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	77.533	63.0	0.00030657135125791544	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0049_000000000925	12329	0.5833264138633923	15	5	1	5	0	False	17503	maximal	True	MAD0049_000000000925	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.00036066641846612063	NZ_QNVS01000010.1	CFB group bacteria	Chryseobacterium piscium strain CCUG 51923 contig010, whole genome shotgun sequence	True	False
ISR0284_000000001400	5417	0.5833249836630817	7	5	2	4	4	True	26093	fragment	False	ISR0284_000000001400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2203.0	99.501	80.0	0.3338386901152213	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0156_000000011037	1343	0.583324331239809	1	1	1	1	0	True	78989	maximal	True	CHI0156_000000011037	1.0		0	0	False	False	0.9612807035446167	0					non-mobilizable	no_good_hit	979.0	100.0	73.0	0.6425755584756899	NZ_CBYM010000083.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0275_000000006801	2058	0.5833183647020332	2	2	2	2	0	True	70770	fragment	False	ISR0275_000000006801	1.0		0	0	False	False	0.9829931855201721	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	3.0	0.0001586528109878404	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ENG0051_000000013364	2111	0.5833171605658779	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2751139239785203		0	0	False	False	1.0	0					non-mobilizable	chromosome	2111.0	99.384	100.0	0.0007445603864938863	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0159_000000006777	3307	0.5833169551887976	4	3	3	1	2	False	56548	maximal	True	ENG0159_000000006777	1.0		22	5	False	False	0.9888116121292114	0					non-mobilizable	no_good_hit								True	False
ENG0051_000000011758	2374	0.5833166408445636	2	2	2	2	2	False	81206	fragment	False	FIJ0005_000000008187	0.1721379569085647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	74.455	42.0	0.0020878750374330656	NZ_FUHN01000006.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
DEN0073_000000042735	1263	0.5833131393095025	2	1	1	1	1	False	70084	maximal	True	DEN0073_000000042735	1.0		1	1	False	False	0.9992082118988037	0					non-mobilizable	no_good_hit								True	False
ENG0208_000000016148	1901	0.5833115284546923	2	2	2	1	1	False	53831	maximal	True	ENG0208_000000016148	1.0		98	12	False	False	0.9984219074249268	0					non-mobilizable	no_good_hit	209.0	90.431	11.0	0.004219323691096821	NZ_QEKJ01000019.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_119, whole genome shotgun sequence	True	False
SPA0109_000000007239	3851	0.5833057034206661	4	4	2	2	4	False	4667	fragment	False	SPA0109_000000007239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000000180	48628	0.5833002638720134	57	22	11	20	11	True	130801	maximal	False	ISR0079_000000000160	0.12189954673784627		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1113.0	82.3	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0141_000000007561	3623	0.5832944261310031	3	3	3	3	2	False	113125	maximal	True	ENG0141_000000007561	1.0		36	5	False	False	0.9994479417800903	0					non-mobilizable	no_good_hit	1374.0	78.23899999999999	38.0	0.005006395431939044	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0149_000000006546	2463	0.5832894383643975	4	4	4	2	2	False	99110	fragment	False	ISR0149_000000006546	0.9662690250925545		0	0	False	False	1.0	0					non-mobilizable	other	2463.0	99.635	100.0	0.006998752050304596	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ENG0064_000000004946	4606	0.5832843058781788	5	5	4	5	3	False	65462	maximal	True	ENG0064_000000004946	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	94.87200000000001	2.0	2.1435779656888333e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0107_000000021447	1178	0.5832833655988434	1	1	1	1	1	False	46433	fragment	False	FIJ0132_000000028986	0.973905995259129		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0086_000000003602	1695	0.5832822371698643	3	3	2	3	1	False	93964	fragment	False	CHI0086_000000003602	1.0		0	0	False	False	0.9988200664520264	0					non-mobilizable	chromosome	1695.0	100.0	100.0	0.0003507780169446075	CP041628.1	enterobacteria	Escherichia coli strain PE15 chromosome, complete genome	False	False
MAD0038_000000000193	31233	0.5832721980057594	50	9	3	8	4	False	18590	maximal	True	MAD0038_000000000193	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1521.0	81.525	5.0	0.006595406958594035	LR756490.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0051_000000007756	3558	0.5832679704994126	6	2	1	2	2	False	17352	maximal	True	MAD0051_000000007756	1.0		1	1	False	False	0.9946599006652832	0					non-mobilizable	no_good_hit	1290.0	78.837	36.0	0.0007973618642096478	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0157_000000009731	2568	0.5832656158952033	3	2	1	1	1	False	56636	maximal	True	ENG0157_000000009731	1.0		2	2	False	False	0.9996106028556824	0					non-mobilizable	no_good_hit	875.0	98.62899999999999	34.0	0.997716894977169	GQ877590.1		Uncultured organism clone VC1AO10TF genomic sequence	True	False
FIJ0121_000000008382	3112	0.5832632399798265	3	2	2	2	2	False	41492	maximal	True	FIJ0121_000000008382	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	71.92399999999999	29.0	0.0032700340275243225	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
AST0087_000000003028	8401	0.5832607085023588	9	3	2	2	2	False	126535	maximal	False	DEN0051_000000004245	0.9954581960165544		0	0	False	True	1.0	0					non-mobilizable	other	7185.0	98.177	98.0	0.8701251366784108	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	False	True
DEN0051_000000004245	8356	0.5832607085023588	9	3	2	2	2	False	126535	maximal	True	DEN0051_000000004245	0.9959499743826012		25	5	True	True	0.9982048869132996	6					non-mobilizable	other	5359.0	98.19	99.0	0.6503462519742437	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	False	True
ISR0020_000000002000	8345	0.5832607085023588	9	3	2	2	2	False	126535	maximal	False	DEN0051_000000004245	0.9938901700400417		0	0	True	True	1.0	24					non-mobilizable	other	6234.0	98.73299999999999	100.0	0.7525209573563358	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	False	True
ISR0392_000000003070	8343	0.5832607085023588	9	3	2	2	2	False	126535	maximal	False	DEN0051_000000004245	0.9950651698253298		0	0	True	True	0.9992808103561401	20					non-mobilizable	other	7206.0	98.21	99.0	0.8726764670149435	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	False	True
SPA0137_000000004243	8342	0.5832607085023588	9	3	2	2	2	False	126535	maximal	False	DEN0051_000000004245	0.9942317796806813		0	0	True	True	1.0	25					non-mobilizable	other	8273.0	98.15100000000001	100.0	0.9996355242376382	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	False	True
ENG0037_000000003396	8339	0.5832607085023588	9	3	2	2	2	False	126535	maximal	False	DEN0051_000000004245	0.9866737043552458		0	0	True	True	1.0	18					non-mobilizable	other	4146.0	98.649	99.0	0.5034625197424372	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	False	True
ISR0208_000000002673	8320	0.5832607085023588	9	3	2	2	2	False	126535	maximal	False	DEN0051_000000004245	0.9948265236377407		0	0	True	True	1.0	10					non-mobilizable	other	4162.0	98.895	100.0	0.5034625197424372	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	False	True
ISR0386_000000004160	8317	0.5832607085023588	9	3	2	2	2	False	126535	maximal	False	DEN0051_000000004245	0.9954318841977552		0	0	True	True	1.0	21					non-mobilizable	other	4157.0	98.94200000000001	100.0	0.5028550601385008	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	False	True
AST0010_000000002944	7999	0.5832607085023588	8	3	2	2	2	False	126535	maximal	False	DEN0051_000000004245	0.9657618300379452		0	0	False	True	0.9997499585151672	0					non-mobilizable	other	4147.0	97.87799999999999	99.0	0.5030980439800753	LN852973.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0301	False	True
ENG0178_000000011503	1945	0.5832582091286925	3	3	3	3	3	False	55464	maximal	False	ISR0069_000000011440	0.6361603577703242		0	0	False	False	0.9933161735534668	0					non-mobilizable	no_good_hit	204.0	75.49	10.0	0.0006601134610859846	NZ_VSLA01000025.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_25, whole genome shotgun sequence	True	False
CHI0023_000000005130	2602	0.5832572312373638	2	2	2	2	2	False	89139	fragment	False	CHI0023_000000005130	0.9769053117782909		0	0	False	False	1.0	0					non-mobilizable	chromosome	2602.0	99.116	100.0	0.0005495190387959174	CP031321.1	enterobacteria	Escherichia coli strain Es_ST2350_SE1_NDM_03_2018 chromosome, complete genome	False	False
MAD0062_000000005208	2598	0.5832572312373638	2	2	2	2	2	False	89139	fragment	False	CHI0023_000000005130	0.9761721752498078		0	0	False	False	1.0	0					non-mobilizable	chromosome	2598.0	99.538	100.0	0.0005414091481259572	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
MON0107_000000029588	2027	0.5832572312373638	2	2	2	2	2	False	86684	fragment	False	CHI0087_000000004431	0.9509758364312267		0	0	False	False	0.9975333213806152	0					non-mobilizable	chromosome	2027.0	99.95100000000001	100.0	0.0004324547699483637	CP047658.1	enterobacteria	Escherichia coli strain LD39-1 chromosome, complete genome	False	False
MON0070_000000031266	1122	0.58325551119746	2	2	2	2	2	False	66402	fragment	False	MON0037_000000060701	0.8101172079182196		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	96.70200000000001	100.0	0.0004616554197357898	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0104_000000041146	1122	0.58325551119746	2	2	2	2	2	False	66402	fragment	False	MON0037_000000060701	0.8104117516478015		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	96.881	100.0	0.0004616554197357898	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0021_000000010037	1528	0.5832514343711913	2	2	2	2	2	False	80234	fragment	False	MAD0021_000000010037	0.9629582607478506		0	0	False	False	0.9993455410003662	0					non-mobilizable	chromosome	1528.0	97.12	100.0	0.0005139792597419602	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0142_000000007548	3905	0.5832507976657617	5	4	3	2	3	False	94149	fragment	False	ENG0142_000000007548	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3599.0	98.527	92.0	0.0005544350565725679	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0223_000000009036	3098	0.5832487251679443	4	4	4	4	4	False	27825	maximal	True	ISR0223_000000009036	1.0		5	3	False	False	0.9928986430168152	0					non-mobilizable	no_good_hit	472.0	73.517	15.0	0.000130029520895744	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0092_000000003806	9015	0.5832447418150658	9	5	4	4	5	False	5333	maximal	True	SPA0092_000000003806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3127.0	86.824	65.0	0.03373052444405894	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0020_000000004384	4420	0.5832431816797271	7	6	5	3	6	False	88287	fragment	False	SPA0067_000000004855	0.9712240800689318		0	0	False	False	0.9984163045883179	0					non-mobilizable	other	4420.0	99.434	100.0	0.0014151845968329146	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0020_000000020492	1310	0.583223365184218	2	2	2	2	2	False	43910	fragment	False	ISR0146_000000029598	0.6320621468926554		0	0	False	False	0.9969465732574463	0					non-mobilizable	no_good_hit	486.0	75.926	55.0	0.0009088236080297239	NZ_LT838844.1	actinobacteria	Collinsella vaginalis strain Marseille-P2666, whole genome shotgun sequence	True	False
USA0023_01_000000002034	15018	0.5832232189412668	19	8	7	8	4	True	121704	maximal	True	USA0023_01_000000002034	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	93.834	6.0	0.016929807875214	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
MON0009_000000021517	1773	0.5832224130748928	3	3	3	2	1	False	74526	fragment	False	MON0009_000000021517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1372.0	77.624	76.0	0.0004017513225569213	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0200_000000003968	5160	0.5832208991134067	8	3	3	3	3	False	28778	maximal	True	ISR0200_000000003968	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2297.0	99.303	44.0	0.5586374695863747	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
SPA0137_000000010011	3648	0.5832197201852019	4	2	2	2	2	False	126283	fragment	False	DEN0021_000000008111	0.912912912912913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
MON0016_000000010295	2858	0.5832192971885353	3	3	3	3	3	False	13366	maximal	True	MON0016_000000010295	1.0		101	6	False	False	0.9996501207351685	0					non-mobilizable	other	2859.0	93.179	100.0	0.036378231673908336	NZ_SPFY01000006.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_6_length_78481_cov_20.0915, whole genome shotgun sequence	False	False
MAD0042_000000018713	1333	0.5832104974887521	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.1115684408528199		0	0	False	False	0.9782445430755615	0					non-mobilizable	chromosome	1334.0	98.501	100.0	0.00044867999557042103	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0826_000000001647	7210	0.5832099845028467	6	3	3	2	2	False	47507	maximal	True	ISR0826_000000001647	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	3664.0	98.199	63.0	0.019046078042466125	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0038_000000029163	1228	0.5832053561163261	3	1	1	1	1	True	36591	fragment	False	ISR0038_000000029163	1.0		0	0	False	False	0.9625407457351685	0					non-mobilizable	other	1216.0	97.697	99.0	0.00032536749790251774	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0172_000000004371	4392	0.5832001840814812	4	4	4	3	4	False	57630	maximal	True	ENG0172_000000004371	1.0	PS250	14	7	False	True	0.999089241027832	0					non-mobilizable	no_good_hit	763.0	99.083	17.0	0.00176270151356378	NZ_FOZH01000005.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	True
FIJ0028_000000004235	6945	0.5831967901471602	7	7	6	7	7	False	99596	maximal	True	FIJ0028_000000004235	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	5037.0	98.76899999999999	100.0	0.0009101066016228363	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	False
SPA0074_000000011161	2028	0.5831871707180046	3	1	1	1	1	False	5817	maximal	True	SPA0074_000000011161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	98.87	9.0	4.963890516882022e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0007_000000026196	2346	0.5831820679527625	3	3	3	3	2	False	95288	maximal	False	MON0087_000000019792	0.9421609891568877		0	0	False	False	1.0	0					non-mobilizable	chromosome	2346.0	98.934	100.0	0.0007558364595524352	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0134_000000008325	3557	0.583180213405325	6	6	5	4	4	False	108572	maximal	True	SPA0134_000000008325	1.0		69	8	False	False	1.0	0					non-mobilizable	chromosome	3557.0	98.116	100.0	0.0008920076117982874	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0026_000000030070	1167	0.583179488734305	2	2	1	2	2	False	7500	fragment	False	SPA0026_000000030070	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1163.0	92.175	99.0	0.00020655985756257947	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0224_000000002860	7926	0.5831783875330976	10	7	4	5	6	False	132420	maximal	True	ISR0224_000000002860	0.9998598851057867		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	4721.0	99.915	63.0	0.0013298805277033555	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0279_000000011627	1878	0.5831776808726151	3	2	2	2	2	False	37282	maximal	True	ISR0279_000000011627	1.0		8	5	False	False	0.9856230020523071	0					non-mobilizable	no_good_hit	865.0	75.723	46.0	0.0003349323440591523	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ENG0094_000000004569	3725	0.5831734883311954	7	3	2	3	1	True	118228	fragment	False	ENG0094_000000004569	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3725.0	99.195	100.0	0.0007430630483907086	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0007_000000001005	19901	0.5831731314831655	21	5	3	4	3	False	67556	maximal	True	ENG0007_000000001005	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	90.728	25.0	0.0005824880525413383	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MON0069_000000006564	6100	0.5831696072793461	3	3	2	2	2	True	36495	fragment	False	MON0069_000000006564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2708.0	92.024	89.0	0.014181451061636994	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
ISR0399_000000004002	3530	0.5831674550053726	4	3	2	3	2	True	65318	fragment	False	ITA0003_000000001324	0.9596370536353479		0	0	False	False	0.9983002543449402	0					non-mobilizable	chromosome	3528.0	96.23	99.0	0.0007973117651903276	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MON0041_000000015860	3467	0.5831674550053726	4	3	2	3	2	True	65318	fragment	False	ITA0003_000000001324	0.6519357884796978		0	0	False	False	1.0	0					non-mobilizable	chromosome	3472.0	96.429	100.0	0.0007844154057647179	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0036_000000007655	3037	0.5831674550053726	3	3	2	3	2	True	65317	fragment	False	ENG0036_000000007655	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3043.0	96.352	100.0	0.0006873533321930237	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0089_000000010808	2520	0.5831668716597344	4	4	2	3	4	False	33746	maximal	True	ISR0089_000000010808	1.0		35	9	False	False	0.9722222089767456	0					non-mobilizable	no_good_hit	929.0	74.381	36.0	0.00015987083143431517	LR594671.1	b-proteobacteria	Variovorax sp. PBL-E5 genome assembly, chromosome: 1	True	False
ISR0261_000000007321	2469	0.5831625513274729	3	2	2	2	1	False	85551	fragment	False	ISR0261_000000007321	1.0		0	0	False	False	0.9671931862831116	0					non-mobilizable	no_good_hit								True	False
ENG0173_000000003478	5344	0.5831623301355824	7	4	4	4	1	True	122713	fragment	False	ENG0173_000000003478	1.0		0	0	False	False	0.99981290102005	0					non-mobilizable	no_good_hit	85.0	90.588	2.0	4.515838753716618e-05	NZ_CP027228.1	firmicutes	Mogibacterium diversum strain CCUG 47132 chromosome, complete genome	True	True
SPA0027_000000025483	1475	0.5831600598161351	1	1	1	1	1	False	7472	maximal	True	SPA0027_000000025483	1.0		179	12	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	9.085335330934805e-06	NZ_CP014806.1	firmicutes	Rummeliibacillus stabekisii strain PP9 chromosome, complete genome	True	False
MAD0111_000000008613	1976	0.5831588864976259	4	4	1	3	4	False	17027	maximal	True	MAD0111_000000008613	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1456.0	96.49700000000001	100.0	0.0002767509589687201	CP057473.1	enterobacteria	Escherichia coli strain RHB25-C16 chromosome, complete genome	False	False
ENG0193_000000006625	3104	0.5831581398382057	3	2	2	2	2	False	115337	fragment	False	DEN0073_000000015561	0.981070087609512		0	0	False	False	1.0	0					non-mobilizable	other	1907.0	99.00399999999999	100.0	0.023702635146058474	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0814_000000031304	1344	0.5831531272501922	3	2	2	1	1	False	21508	maximal	True	ISR0814_000000031304	1.0		42	11	False	False	0.9947916865348816	0					non-mobilizable	no_good_hit	1180.0	80.25399999999999	87.0	0.0003576966531120066	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0006_000000012910	1476	0.5831503502103162	2	2	2	2	2	False	54335	fragment	False	ENG0198_000000012729	0.9452408926836012		0	0	False	False	0.9898374080657959	0					non-mobilizable	chromosome	1476.0	99.661	100.0	0.0006503211925347536	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	False
MAD0008_000000003881	2915	0.5831481394652727	5	5	4	4	4	False	19839	fragment	False	MAD0008_000000003881	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2915.0	99.96600000000001	100.0	0.0005798238799887936	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	False	False
CHI0137_000000006465	2361	0.5831476974583591	2	2	2	2	2	False	100826	fragment	False	CHI0137_000000006465	1.0		0	0	False	False	0.9987293481826782	0					non-mobilizable	no_good_hit	917.0	88.00399999999999	43.0	0.00020363435015494015	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0033_000000024166	2653	0.5831439476657211	3	3	3	1	1	False	66867	fragment	False	MON0033_000000024166	0.9751643341079936		0	0	False	False	1.0	0					non-mobilizable	chromosome	2628.0	77.626	100.0	0.0007204649058704806	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0344_000000013000	2553	0.5831439476657211	3	3	3	1	1	False	66867	fragment	False	MON0033_000000024166	0.9484712119715826		0	0	False	False	0.9956913590431213	0					non-mobilizable	chromosome	2588.0	78.09100000000001	99.0	0.0007098862094164317	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0015_000000007184	2542	0.5831439476657211	3	3	3	1	1	False	66867	fragment	False	MON0033_000000024166	0.9570529575118308		0	0	False	False	1.0	0					non-mobilizable	other	2540.0	77.67699999999999	100.0	0.0008983745237932805	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0039_000000022564	1651	0.5831436342008021	2	2	2	2	2	False	36535	maximal	True	ISR0039_000000022564	1.0		1	1	False	False	0.9897032380104065	0					non-mobilizable	no_good_hit	144.0	100.0	9.0	6.467568085853122e-05	LR134344.1	high GC Gram+	Bifidobacterium bifidum strain NCTC13001 genome assembly, chromosome: 1	True	False
FIJ0033_000000010806	3174	0.5831327662862069	6	3	3	3	3	True	74576	fragment	False	FIJ0033_000000010806	1.0		0	0	False	False	0.9848771095275879	0					non-mobilizable	chromosome	2831.0	95.337	92.0	0.001005153638552878	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
MON0045_000000003465	7156	0.5831269787794869	7	7	7	7	6	False	94530	maximal	True	MON0045_000000003465	1.0		5	2	False	False	0.9914757013320923	0					non-mobilizable	other	7022.0	99.316	98.0	0.0021409959092066485	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
USA0069_01_000000009835	6225	0.5831213024233598	7	5	5	5	3	False	66538	maximal	True	USA0069_01_000000009835	1.0		2	1	False	False	0.9985542297363281	0					non-mobilizable	no_good_hit	79.0	93.671	1.0	4.592798374384904e-05	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
ISR0026_000000016292	1408	0.5831212007243597	3	2	2	2	1	False	59835	maximal	True	ISR0026_000000016292	1.0		15	5	False	False	0.9865056872367859	0					non-mobilizable	no_good_hit	190.0	83.684	13.0	0.0007826182599646341	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
ENG0090_000000001366	12713	0.5831091217129362	15	12	8	9	7	True	126206	backbone	False	AST0104_000000001961	0.6126664410459178	PS948	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1605.0	73.458	12.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MAD0064_000000010514	2003	0.583104850654	2	2	2	2	2	False	102222	fragment	False	ENG0067_000000013847	0.7584208846124486		0	0	False	False	0.9995007514953613	0					non-mobilizable	other	2003.0	97.90299999999999	100.0	0.0004908461604282375	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0008_000000012324	2359	0.5830980843570381	5	4	2	4	1	False	95019	maximal	True	CAN0008_000000012324	1.0		1	1	False	False	0.9995760917663574	0					non-mobilizable	no_good_hit	144.0	75.0	6.0	1.9535436164892478e-05	NZ_CP009287.1	firmicutes	Paenibacillus graminis strain DSM 15220 chromosome, complete genome	True	False
ISR0356_000000007609	2474	0.5830888092081673	3	3	3	3	3	False	23918	maximal	True	ISR0356_000000007609	1.0		256	10	False	False	0.9947453737258911	0					non-mobilizable	no_good_hit	306.0	76.14399999999999	12.0	0.00040490197775969335	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0126_000000028652	1723	0.5830875261089276	2	2	2	1	2	False	80075	fragment	False	ISR0126_000000028652	0.9592360094933479		0	0	False	False	0.998839259147644	0					non-mobilizable	chromosome	1686.0	99.64399999999999	100.0	0.002308887981825753	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0331_000000014341	1698	0.5830875261089276	2	2	2	1	2	False	80075	fragment	False	ISR0126_000000028652	0.9559614448704239		0	0	False	False	0.9988221526145935	0					non-mobilizable	chromosome	1698.0	100.0	100.0	0.0023322517292608948	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0842_000000013768	1659	0.5830875261089276	2	2	2	1	2	False	80075	fragment	False	ISR0126_000000028652	0.9527633084917956		0	0	False	False	1.0	0					non-mobilizable	chromosome	1650.0	99.939	100.0	0.0022662835012087303	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0193_000000018717	1413	0.5830875261089276	2	2	2	1	2	False	80075	fragment	False	ISR0126_000000028652	0.5103057955343094		0	0	False	False	1.0	0					non-mobilizable	chromosome	1413.0	100.0	100.0	0.0019405653752011687	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
FIJ0098_000000005331	4204	0.5830822834590165	6	6	4	6	4	False	80603	maximal	True	FIJ0098_000000005331	1.0		51	8	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	98.296	59.0	0.00036104609327136027	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0041_000000019033	1770	0.5830782808695316	2	2	2	2	1	False	6903	maximal	True	SPA0041_000000019033	1.0		26	7	False	False	0.998305082321167	0					non-mobilizable	other	1533.0	89.432	97.0	0.0004254350156344591	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0082_000000009439	3236	0.583077727719853	5	5	4	4	5	False	121863	fragment	False	MON0082_000000009439	0.9814029363784665		0	0	False	False	1.0	0					non-mobilizable	chromosome	3238.0	99.62899999999999	100.0	0.0010895552480581043	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0149_000000012438	2173	0.5830772853965018	2	2	2	2	2	False	120113	maximal	True	AST0149_000000012438	1.0		133	10	False	False	0.9990795850753784	0					non-mobilizable	no_good_hit	475.0	80.211	22.0	0.00019260471652069006	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ENG0130_000000007690	3911	0.58307250035956	4	3	3	3	2	False	78085	maximal	True	ENG0130_000000007690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	75.87	11.0	0.0001427159175707866	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0101_000000006001	4407	0.5830682959785686	4	4	2	2	4	False	15123	fragment	False	MAD0101_000000006001	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	4407.0	99.455	100.0	0.05269956701672129	AP014805.1	enterobacteria	Escherichia coli O119:H6 plasmid pEC404/03-2 DNA, complete sequence, strain: EC404/03	False	True
FIJ0057_000000004517	5913	0.5830624782986407	6	4	3	4	2	True	105741	fragment	False	FIJ0073_000000003138	0.9730999197914564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	86.256	25.0	0.20186505759736698	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
MON0066_000000031907	1167	0.5830496568082912	1	1	1	1	1	False	34131	fragment	False	MON0066_000000031907	0.9829694323144105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000005111	6458	0.5830440099005157	15	2	1	1	2	False	41381	maximal	True	FIJ0123_000000005111	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	8.38246732994994e-06	CP033133.1	g-proteobacteria	Acinetobacter wuhouensis strain WCHAW010062 chromosome, complete genome	True	False
DEN0090_000000009669	2664	0.5830426457092805	3	3	2	3	2	True	120006	fragment	False	DEN0090_000000009669	0.936829558998808		0	0	False	True	1.0	0					non-mobilizable	other	2675.0	91.477	100.0	0.0008032837081840098	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
AST0111_000000011053	1749	0.5830423502639929	3	3	3	1	1	False	106790	fragment	False	AST0111_000000011053	1.0		0	0	False	False	0.9908519387245178	0					non-mobilizable	chromosome	1486.0	87.75200000000001	99.0	0.00046712284164504147	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0184_000000003322	2709	0.5830407084858393	3	2	2	1	1	True	96949	fragment	False	CHI0041_000000005001	0.9620447790214903		0	0	False	False	1.0	0					non-mobilizable	other	2709.0	99.66799999999999	100.0	0.000571925430892379	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CAN0002_000000006919	2643	0.5830407084858393	3	2	2	1	1	True	96949	fragment	False	CHI0041_000000005001	0.9561344674428855		0	0	False	False	0.9988649487495422	0					non-mobilizable	other	2643.0	99.697	100.0	0.0005579863325028306	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
DEN0011_000000019967	2229	0.5830407084858393	3	2	2	1	1	True	88659	fragment	False	DEN0011_000000019967	1.0		0	0	False	False	0.9982054829597473	0					non-mobilizable	other	2228.0	99.417	99.0	0.00399436806657878	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0200_000000015724	1335	0.5830393183513011	3	2	1	2	0	True	54184	maximal	True	ENG0200_000000015724	1.0		5	3	False	False	0.9707865118980408	0					non-mobilizable	no_good_hit								True	True
ISR0012_000000009399	2475	0.5830356959507049	4	4	4	3	2	False	110229	maximal	True	ISR0012_000000009399	1.0		6	1	False	False	0.9967676997184753	0					non-mobilizable	no_good_hit	1526.0	94.102	78.0	0.007337961398460959	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
SPA0130_000000015644	2092	0.5830307376229833	3	2	2	1	0	True	9008	fragment	False	SPA0130_000000015644	1.0		0	0	False	False	0.9909178018569946	0					non-mobilizable	no_good_hit								True	True
MON0101_000000051476	1293	0.5830307376229833	2	2	2	1	0	True	9007	fragment	False	MON0101_000000051476	1.0		0	0	False	False	0.9938128590583801	0					non-mobilizable	no_good_hit								True	True
FIJ0126_000000006992	4887	0.5830298622558361	4	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.966212251150761		0	0	False	False	0.9997953772544861	0					non-mobilizable	no_good_hit	1507.0	88.255	61.0	0.013060898825733266	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
SPA0156_000000011055	1749	0.5830281967559628	3	3	3	3	3	False	78240	maximal	True	SPA0156_000000011055	1.0		129	10	False	False	1.0	0					non-mobilizable	no_good_hit	1235.0	98.785	71.0	0.000333385698050978	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0066_000000009874	3304	0.5830179969991269	4	3	3	3	1	False	71001	maximal	True	DEN0066_000000009874	1.0		0	0	False	False	0.986985445022583	0					non-mobilizable	no_good_hit	1195.0	77.406	36.0	0.00018895886409097393	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
SPA0014_000000007196	3033	0.5830149567248569	4	3	3	3	2	False	85633	fragment	False	SPA0014_000000007196	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3033.0	99.571	100.0	0.0006403537320774347	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0053_01_000000005747	3764	0.5830030613737345	6	6	6	5	3	False	1072	maximal	True	USA0053_01_000000005747	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1744.0	97.59200000000001	91.0	0.00034626816988023813	CP056466.1	enterobacteria	Citrobacter freundii strain RHBSTW-00486 chromosome, complete genome	False	False
ENG0171_000000021025	1162	0.5829993717023566	2	2	2	2	1	False	72401	maximal	False	DEN0051_000000041965	0.983253976231338		0	0	False	False	0.9681583642959595	0					non-mobilizable	chromosome	1177.0	80.289	100.0	0.0003985841258859832	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0162_000000003802	8458	0.5829959402102888	9	4	2	4	2	False	33073	fragment	False	ISR0103_000000002622	0.9909711324455684		0	0	False	False	0.9996452927589417	0					non-mobilizable	no_good_hit	984.0	89.634	12.0	0.01748733644776173	NZ_WNAF01000015.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold15_size55869, whole genome shotgun sequence	True	False
SPA0087_000000007577	1968	0.5829947983998511	2	2	2	2	2	False	100783	maximal	True	SPA0087_000000007577	1.0		41	10	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	96.23899999999999	46.0	0.0034585720708776705	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
ENG0098_000000007282	3502	0.5829918534083792	5	4	4	4	3	False	115799	maximal	True	ENG0098_000000007282	1.0		19	6	False	False	0.9997144341468811	0					non-mobilizable	no_good_hit	2280.0	94.781	87.0	0.028341188613781355	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0137_000000022025	1679	0.5829909760563436	4	3	2	2	3	False	78931	fragment	False	SPA0137_000000022025	0.9420984070344495		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	99.524	100.0	0.000404966755559846	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0161_000000007280	4023	0.5829894777558814	5	5	5	5	5	False	53688	maximal	True	ISR0161_000000007280	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	99.625	55.0	0.0002686021278808672	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0052_000000004030	5279	0.582988977821184	10	4	3	4	3	True	48032	fragment	False	MAD0053_000000002274	0.638402625820569		0	0	False	False	0.9886342287063599	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.02570281124497992	KJ845114.1	beetles	Tyrus corticinus voucher DDM0481 28S ribosomal RNA gene, partial sequence	True	True
USA0119_01_000000007430	3150	0.5829888911549342	4	3	3	2	3	False	233	maximal	True	USA0119_01_000000007430	1.0		43	6	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	75.046	33.0	0.006864884228351842	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
ISR0046_000000014785	2241	0.5829886883482162	2	2	2	2	1	False	36175	maximal	True	ISR0046_000000014785	1.0		17	8	False	False	0.9977688789367676	0					non-mobilizable	no_good_hit								True	False
CHI0126_000000003677	3993	0.5829869137418662	4	4	3	3	2	False	94970	fragment	False	CHI0126_000000003677	1.0		0	0	False	False	0.9957425594329834	0					non-mobilizable	other	3990.0	97.444	99.0	0.0012041602544403597	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MAD0015_000000005702	3182	0.5829854119946323	4	4	4	3	2	False	19835	maximal	True	MAD0015_000000005702	1.0		19	3	False	False	0.9946574568748474	0					non-mobilizable	chromosome	2170.0	99.86200000000001	100.0	0.0006113449730334577	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ENG0082_000000007828	2557	0.5829849382322471	3	3	3	3	3	False	127419	maximal	True	ENG0082_000000007828	1.0		7	5	False	False	1.0	0					non-mobilizable	chromosome	2004.0	98.154	100.0	0.0005564951108327243	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0806_000000005587	2072	0.5829803240031602	3	2	2	2	2	False	59440	fragment	False	ISR0806_000000005587	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2072.0	99.27600000000001	100.0	0.000384979372652783	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0268_000000011955	1675	0.5829799898320129	2	2	2	2	1	False	61908	maximal	True	ISR0268_000000011955	0.9830560690080099		91	9	False	False	0.9934328198432922	0					non-mobilizable	no_good_hit	420.0	73.81	25.0	0.0001609258077342818	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
ISR0834_000000008285	2064	0.5829796694529636	2	1	0	1	1	True	20977	fragment	False	ISR0834_000000008285	1.0		0	0	False	False	0.992732584476471	0					non-mobilizable	no_good_hit	790.0	99.494	74.0	0.1948148148148148	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0164_000000012896	1644	0.5829796694529636	4	1	0	1	1	True	78385	fragment	False	ENG0148_000000020526	0.9388770926815413		0	0	False	False	0.9981752038002014	0					non-mobilizable	no_good_hit	50.0	90.0	3.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
DEN0079_000000045139	1379	0.5829796694529636	1	1	0	1	1	True	69461	fragment	False	DEN0079_000000045139	1.0		0	0	False	False	0.9840463995933533	0					non-mobilizable	no_good_hit	287.0	90.941	72.0	0.09143593045717965	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MAD0102_000000017689	1267	0.5829796694529636	2	1	0	1	1	True	14968	fragment	False	MAD0102_000000017689	1.0		0	0	False	False	0.9984214901924133	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
MON0047_000000034845	1148	0.5829796694529636	2	1	0	1	1	True	11434	fragment	False	MON0047_000000034845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	0.017871326449563147	LN852731.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0038	True	True
MON0006_000000020235	1131	0.5829796694529636	2	1	0	1	1	True	14017	maximal	True	MON0006_000000020235	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	76.56	81.0	0.21957501609787508	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
TAN0007_000000037514	1138	0.5829767447806701	2	1	1	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.9721613801862915		0	0	False	False	0.9938488602638245	0					non-mobilizable	other	1069.0	77.268	99.0	0.005200108233094729	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
FIJ0123_000000004949	6662	0.5829656959473759	6	6	6	6	4	False	101556	maximal	True	FIJ0123_000000004949	1.0		12	6	False	False	0.997448205947876	0					non-mobilizable	no_good_hit	977.0	89.355	42.0	0.0002726010127268139	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0016_000000009765	2323	0.5829600867292957	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7249779167155209	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	173.0	78.613	7.0	5.677197207347085e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	True
SPA0038_000000001839	14597	0.5829590489669869	13	8	4	8	4	True	21082	fragment	False	ISR0828_000000000424	0.9657921635434412		0	0	False	False	1.0	0					non-mobilizable	other	8503.0	91.25	97.0	0.20086551422422966	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ENG0036_000000011741	2065	0.5829556105140863	3	2	2	2	1	False	113375	fragment	False	CAN0021_000000019515	0.9567956795679569		0	0	False	False	0.9995157122612	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	0.04931192660550459	GQ877141.1		Uncultured organism clone VC1AJ68TR genomic sequence	True	False
CHI0143_000000017635	1130	0.5829518093108869	2	2	2	2	2	False	79889	maximal	True	CHI0143_000000017635	1.0		24	8	False	False	1.0	0					non-mobilizable	other	1131.0	95.66799999999999	100.0	0.0005414794848757113	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
SPA0089_000000033029	1123	0.5829512528961872	3	1	1	1	1	False	5396	maximal	True	SPA0089_000000033029	1.0		1	1	False	False	0.9946571588516235	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0003860231041976438	NZ_JAAIPW010000017.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_17_length_69944_cov_409.832, whole genome shotgun sequence	True	False
ISR0346_000000006267	3230	0.5829494191868714	2	2	2	2	2	False	24197	maximal	True	ISR0346_000000006267	1.0		123	9	False	False	1.0	0					non-mobilizable	no_good_hit	741.0	98.785	23.0	0.9986504723346828	EU058809.1	bacteria	Uncultured bacterium clone LM0ABA37ZF10FM1 genomic sequence	True	False
MAD0002_000000001416	13733	0.5829468725005473	15	4	2	4	2	True	20251	fragment	False	MAD0002_000000001416	1.0		0	0	False	False	0.9993446469306946	0					non-mobilizable	no_good_hit								True	True
CAN0015_000000005878	7162	0.582940547620836	9	9	9	9	8	False	116678	maximal	True	CAN0015_000000005878	1.0		20	8	False	False	1.0	0					non-mobilizable	other	7122.0	99.495	99.0	0.002900946922857221	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
MAD0052_000000013784	1545	0.5829390501194213	2	2	2	2	2	False	17265	maximal	True	MAD0052_000000013784	1.0		14	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0016_000000007852	2894	0.5829368222785796	4	3	3	3	2	False	66805	fragment	False	ENG0016_000000007852	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	359.0	79.387	12.0	0.00010010874942080937	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0099_000000009627	2322	0.5829344558398835	5	5	2	2	1	False	42785	fragment	False	FIJ0099_000000009627	1.0		0	0	False	False	0.9995693564414978	0					non-mobilizable	no_good_hit	753.0	93.094	32.0	0.8703703703703703	GQ877120.1		Uncultured organism clone VC1AJ46TF genomic sequence	True	False
MON0062_000000015028	2570	0.5829303501706656	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.3135093408272495		0	0	False	False	0.9863813519477844	0					non-mobilizable	chromosome	2570.0	99.22200000000001	100.0	0.0009047643748674524	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0022_000000008340	4360	0.5829278163399707	5	4	4	3	3	False	131350	fragment	False	DEN0022_000000008340	1.0		0	0	False	False	0.9974770545959473	0					non-mobilizable	other	4369.0	97.94	99.0	0.0681424626760893	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
USA0084_01_000000016074	2023	0.5829277110058454	2	1	1	1	1	False	130860	maximal	True	USA0084_01_000000016074	1.0	PS1128	29	6	False	True	0.9950568675994873	0					non-mobilizable	no_good_hit	1315.0	81.065	75.0	0.0006032477454423848	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ETH0005_000000024688	1894	0.5829277110058454	1	1	1	1	1	False	130908	maximal	True	ETH0005_000000024688	1.0	PS1128	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1388.0	79.755	86.0	0.0007553546188249622	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	True
ISR0287_000000006973	1834	0.5829277110058454	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.5990370784708251	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1430.0	81.469	91.0	0.0006559048993324551	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
DEN0035_000000021448	1614	0.5829277110058454	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.46554578670989616	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1485.0	77.441	91.0	0.00108327620009863	NZ_CP011280.1	fusobacteria	Sneathia amnii strain SN35 chromosome, complete genome	False	True
MON0070_000000021459	1601	0.5829277110058454	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.4806468647802816	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1297.0	85.274	96.0	0.015242461480291142	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MON0083_000000025044	1579	0.5829277110058454	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.5673567599362959	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1596.0	84.9	100.0	0.018739956517629264	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
USA0009_01_000000018490	1388	0.5829277110058454	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.176527764633129	PS1128	0	0	False	True	0.9985590577125549	0					non-mobilizable	other	1316.0	85.182	94.0	0.0003710218059763182	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0104_000000008658	4043	0.5829260518078101	6	4	2	4	1	False	4846	maximal	True	SPA0104_000000008658	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	90.411	2.0	0.0060980774117049205	NZ_JMIR01000055.1	firmicutes	Tumebacillus flagellatus strain GST4 Contig055, whole genome shotgun sequence	True	False
CAN0014_000000004711	8863	0.5829258227722147	6	4	2	2	3	True	93755	maximal	True	CAN0014_000000004711	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	90.789	11.0	0.00032078199304744843	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
SPA0030_000000010741	2868	0.5829257597087831	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.3961670771824494		0	0	False	False	1.0	0					non-mobilizable	other	2738.0	90.35799999999999	97.0	0.0006708067407251038	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0394_000000011258	1691	0.5829256530962003	3	3	3	2	2	False	80235	fragment	False	ITA0006_000000013790	0.964938126104891		0	0	False	False	0.9881726503372192	0					non-mobilizable	other	1692.0	95.39	100.0	0.0005254450416840623	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0013_000000005838	4002	0.5829246452768432	8	4	3	2	2	True	93904	maximal	True	CAN0013_000000005838	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1916.0	89.823	56.0	0.15352964905203711	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0343_000000008048	2186	0.5829237759123566	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.2265711145751701	PS1061	0	0	False	True	0.9995425343513489	0					non-mobilizable	no_good_hit	1814.0	89.63600000000001	83.0	0.0004845137818444539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0015_000000008470	3433	0.5829226690075053	2	2	2	2	2	False	50370	maximal	True	FIJ0015_000000008470	1.0		1	1	False	False	0.9944654703140259	0					non-mobilizable	no_good_hit	401.0	71.571	12.0	0.00010318247217870575	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0207_000000003231	6984	0.5829217428761401	10	5	2	3	3	False	107951	fragment	False	ISR0207_000000003231	1.0		0	0	False	False	0.9985681772232056	0					non-mobilizable	no_good_hit	4471.0	96.824	74.0	0.0012404818634720162	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0207_000000001358	10941	0.5829214145873441	15	12	4	12	8	False	53915	maximal	True	ENG0207_000000001358	1.0		34	6	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	83.44	7.0	0.003006986478285901	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
MON0093_000000028360	1607	0.5829114637060011	3	2	2	2	2	False	9386	maximal	True	MON0093_000000028360	1.0		20	2	False	False	0.9701306819915771	0					non-mobilizable	other	1618.0	81.829	99.0	0.006776395765068122	NZ_FTRU01000005.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0776_000000008980	2777	0.5829111805425902	3	3	3	3	2	False	36087	fragment	False	ISR0776_000000008980	1.0		0	0	False	False	0.9837954640388489	0					non-mobilizable	no_good_hit	444.0	74.09899999999999	16.0	8.2098866083225e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
SPA0120_000000013200	3182	0.5829108050792395	4	4	4	3	2	True	74601	maximal	True	SPA0120_000000013200	1.0		3	3	False	False	0.9861721992492676	0					non-mobilizable	no_good_hit	104.0	79.808	3.0	0.0003488653241684225	NZ_FCOM02000005.1	b-proteobacteria	Caballeronia arvi isolate LMG 29317, whole genome shotgun sequence	True	True
CHI0053_000000009065	1286	0.5829086312975339	3	2	2	2	1	False	86419	maximal	True	CHI0053_000000009065	1.0		0	0	False	False	0.9603421688079834	0					non-mobilizable	plasmid	1116.0	99.821	91.0	0.009991576608061365	LR595877.1	enterobacteria	Escherichia coli strain VREC-hospital6489704 genome assembly, plasmid: 1	False	True
MON0016_000000013428	2404	0.5829068734161907	2	2	2	2	2	False	30711	fragment	False	MON0016_000000013428	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2408.0	87.83200000000001	100.0	0.0010419064937700236	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
CHI0068_000000001212	7728	0.5828989766515522	6	5	4	3	5	False	85172	maximal	False	ENG0204_000000002470	0.9675866822040059		0	0	False	False	1.0	0					non-mobilizable	chromosome	7729.0	99.625	100.0	0.00141930668484633	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
MON0086_000000021506	1422	0.5828976306098078	2	2	2	2	2	True	9730	maximal	True	MON0086_000000021506	1.0		13	6	False	False	1.0	0					non-mobilizable	chromosome	1371.0	99.052	96.0	0.0003437553947014497	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ISR0170_000000020411	2273	0.5828959201773364	3	2	1	2	1	False	82054	fragment	False	SPA0111_000000013480	0.4731927710843373		0	0	False	False	0.9982402324676514	0					non-mobilizable	no_good_hit	491.0	72.709	21.0	0.00334326520905899	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ENG0030_000000009786	2021	0.5828943542854512	3	3	3	2	2	False	66404	fragment	False	ENG0030_000000009786	0.9528756111978782		0	0	False	False	1.0	0					non-mobilizable	other	2024.0	93.676	100.0	0.10016339060256474	NZ_SPFY01000032.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_32_length_20197_cov_20.3951, whole genome shotgun sequence	False	False
ENG0193_000000006967	2951	0.582893815517848	3	3	3	3	3	False	54600	maximal	True	ENG0193_000000006967	1.0		0	0	False	False	0.9932226538658142	0					non-mobilizable	no_good_hit	1015.0	93.005	61.0	0.0004976450200898412	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0065_000000006981	3994	0.5828934685281587	3	3	3	3	3	False	131601	fragment	False	ENG0065_000000006981	1.0		0	0	False	False	0.9952428936958313	0					non-mobilizable	chromosome	3994.0	99.85	100.0	0.0016877490888141502	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MAD0032_000000012294	1404	0.5828880389949548	2	1	1	1	1	False	130861	maximal	True	MAD0032_000000012294	1.0	PS1128	1	1	False	True	0.9665242433547974	0					non-mobilizable	no_good_hit	1174.0	81.601	84.0	0.000538119160367824	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ISR0020_000000022319	1224	0.5828880389949548	2	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.1669345018992442	PS1128	0	0	False	True	0.9942810535430908	0					non-mobilizable	other	1114.0	85.009	99.0	0.000315098855878893	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0151_000000015188	1111	0.5828880389949548	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.13383794619287456	PS1128	0	0	False	True	0.9927992820739746	0					non-mobilizable	other	1114.0	82.49600000000001	100.0	0.00035640085317474997	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
ISR0213_000000009697	2611	0.5828838682971618	3	3	2	3	2	True	69670	maximal	True	ISR0213_000000009697	0.9405984033243749		194	13	False	False	0.9797012805938721	0					non-mobilizable	no_good_hit	166.0	79.518	6.0	4.338779246330379e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
MON0010_000000009820	2534	0.5828838682971618	3	3	2	3	2	True	69670	maximal	False	ISR0213_000000009697	0.9241866246435702		0	0	False	False	0.9711917638778687	0					non-mobilizable	no_good_hit	153.0	80.392	6.0	3.996936032983137e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0023_000000017987	1743	0.5828828615925757	2	2	2	2	2	False	37521	maximal	True	ISR0023_000000017987	1.0		13	4	False	False	0.9919678568840027	0					non-mobilizable	other	1745.0	84.355	100.0	0.0193220113515431	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	False	False
ISR0390_000000007399	1868	0.5828811277040348	3	3	3	2	3	False	22872	maximal	True	ISR0390_000000007399	1.0		41	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000010651	2504	0.582877717131889	2	2	2	2	1	True	106890	maximal	True	ENG0129_000000010651	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	93.609	67.0	0.3055605868502083	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
CHI0141_000000008148	3386	0.5828756877663454	4	3	2	3	1	False	80129	maximal	True	CHI0141_000000008148	1.0		82	10	False	False	0.9932073354721069	0					non-mobilizable	no_good_hit	743.0	73.082	22.0	0.0002201484963345727	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0114_000000004449	5701	0.5828684629784078	6	4	3	4	3	False	100820	maximal	True	ISR0114_000000004449	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2292.0	95.76799999999999	40.0	0.0034932271986423875	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0342_000000006068	2837	0.5828662128938068	3	3	3	3	2	False	61011	maximal	True	ISR0342_000000006068	0.9449090909090909		603	14	False	False	1.0	0					non-mobilizable	other	2837.0	96.193	100.0	0.0007998632673793986	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0091_000000007440	3137	0.5828646103854586	4	3	2	2	2	True	123332	maximal	True	ENG0091_000000007440	1.0		6	3	False	False	0.9952183365821838	0					non-mobilizable	no_good_hit	2286.0	91.86399999999999	73.0	0.01311530176137869	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0044_000000015529	1602	0.5828573377932342	2	2	2	2	1	True	116764	maximal	True	MAD0044_000000015529	1.0		2	1	False	False	0.9931336045265198	0					non-mobilizable	no_good_hit	1147.0	90.49700000000001	72.0	0.05743209381577628	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0162_000000002378	9248	0.5828545528430338	7	6	3	5	6	False	83073	maximal	True	ENG0162_000000002378	1.0	PS412	2	2	False	True	0.9972966909408569	0					non-mobilizable	no_good_hit	1611.0	94.538	29.0	0.2851305738141766	NZ_VJZV01000063.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold62_1, whole genome shotgun sequence	True	True
FIJ0121_000000005073	5123	0.5828515694863456	5	5	5	4	4	False	122470	maximal	True	FIJ0121_000000005073	1.0	PS871	6	2	False	True	0.9939488768577576	0					non-mobilizable	no_good_hit	2321.0	92.546	45.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
SPA0036_000000020081	1242	0.5828455293477764	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.20264801382683761		0	0	False	False	0.999194860458374	0					non-mobilizable	other	1242.0	97.34299999999999	100.0	0.04351027277189538	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MON0028_000000001596	10512	0.5828435197626566	16	12	8	9	8	True	125403	fragment	False	MON0037_000000003223	0.47544089293936626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7221.0	92.037	68.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
DEN0096_000000026064	1726	0.58284138527641	4	3	1	3	1	True	68157	maximal	True	DEN0096_000000026064	1.0		0	0	False	False	0.9820393919944763	0					non-mobilizable	no_good_hit	59.0	98.305	3.0	1.8281460739144675e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0027_000000008218	3183	0.5828405223815842	4	4	4	4	4	False	89842	maximal	True	ISR0027_000000008218	1.0		77	13	False	False	0.9987432956695557	0					non-mobilizable	other	3183.0	97.51799999999999	100.0	0.14979051922986394	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0032_000000018218	1637	0.5828379913431008	2	2	2	2	2	False	78936	fragment	False	MON0032_000000018218	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1637.0	97.92299999999999	100.0	0.0005506680215702992	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0095_000000004990	5323	0.5828329407685156	8	3	0	3	3	False	60995	maximal	True	ENG0095_000000004990	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1935.0	88.37200000000001	36.0	0.13932291666666666	NZ_NFHU01000020.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_20, whole genome shotgun sequence	True	False
ENG0089_000000005448	4021	0.5828305663605855	3	3	3	3	3	False	125735	maximal	True	ENG0089_000000005448	1.0		33	8	False	False	0.9992539286613464	0					non-mobilizable	other	2060.0	98.883	99.0	0.01377183829627846	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0018_000000006550	4256	0.5828278426622926	7	4	2	4	3	False	111116	maximal	True	SPA0018_000000006550	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	2.0	0.00048349168907089015	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	True	False
TAN0002_000000001991	10525	0.5828250254918805	14	12	6	5	12	True	15046	maximal	True	TAN0002_000000001991	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3896.0	84.189	92.0	0.04241222979040277	CP058619.1	enterobacteria	Escherichia coli strain JS316 plasmid unnamed1, complete sequence	False	True
FIJ0032_000000019650	1847	0.5828243557202513	1	1	1	1	1	False	48412	fragment	False	FIJ0032_000000019650	1.0		0	0	False	False	0.9805089235305786	0					non-mobilizable	no_good_hit	1419.0	78.788	80.0	0.000468758323123635	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
FIJ0130_000000014668	1407	0.5828243557202513	1	1	1	1	1	False	40868	fragment	False	FIJ0130_000000014668	1.0		0	0	False	False	0.9964463114738464	0					non-mobilizable	no_good_hit	1196.0	77.34100000000001	83.0	0.0003951819101901667	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
MON0077_000000004162	7385	0.5828226680098251	9	3	2	2	3	False	10247	maximal	True	MON0077_000000004162	1.0		1	1	False	False	0.995937705039978	0					non-mobilizable	no_good_hit	980.0	71.633	13.0	0.0011050685024911065	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0032_000000006923	2963	0.5828183324308415	4	1	1	1	1	False	65628	maximal	True	ENG0032_000000006923	1.0		173	11	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.005334974864060736	NZ_BCWA01000230.1	firmicutes	Bacillus trypoxylicola NBRC 102646, whole genome shotgun sequence	True	False
ENG0164_000000007653	2522	0.5828178064290528	3	3	3	3	1	False	103390	maximal	True	ENG0164_000000007653	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	1981.0	99.546	79.0	0.0003874761447767433	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
DEN0085_000000021219	1324	0.5828094829195875	3	2	2	1	1	False	91045	fragment	False	DEN0061_000000031252	0.7466572692577575		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	97.352	99.0	0.01435713509401152	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0085_000000021103	1289	0.5828084606433462	2	2	2	1	1	False	33950	maximal	True	ISR0085_000000021103	1.0		1	1	False	False	0.9953452348709106	0					non-mobilizable	no_good_hit	115.0	94.78299999999999	21.0	3.6744288438796427e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0077_000000004892	6528	0.5828076557293091	7	6	5	6	5	False	10246	maximal	True	MON0077_000000004892	1.0		3	2	False	False	0.9984681606292725	0					non-mobilizable	no_good_hit	153.0	79.085	2.0	0.0005444413994701745	NZ_UYZY01000008.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0136_000000001183	21595	0.5828032184017403	32	18	11	12	10	False	69806	fragment	False	SPA0136_000000001183	1.0		0	0	False	False	0.9987034201622009	0					non-mobilizable	no_good_hit	660.0	73.63600000000001	3.0	0.00014514170509476914	NZ_CP017479.1	CFB group bacteria	Flavobacterium gilvum strain EM1308 chromosome, complete genome	True	False
USA0035_01_000000004254	5996	0.582802283917011	4	2	2	1	1	True	1431	maximal	True	USA0035_01_000000004254	1.0		7	4	False	False	0.9993329048156738	0					non-mobilizable	no_good_hit	466.0	77.253	8.0	0.00027085734002782767	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
CAN0009_000000014341	1869	0.5827962725935261	2	2	2	2	1	False	94779	fragment	False	CAN0009_000000014341	0.9845046904599158		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	85.54799999999999	96.0	0.00038678198356627817	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0183_000000009823	2833	0.5827937496998773	3	3	2	3	2	False	112724	backbone	False	ISR0050_000000008971	0.904468667596042	PS721	0	0	False	True	0.9897634983062744	0					non-mobilizable	no_good_hit	2290.0	74.279	80.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0104_000000023362	1357	0.5827812607817188	2	2	2	1	1	False	60219	maximal	True	ENG0104_000000023362	1.0		5	2	False	False	0.9963154196739197	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000015867	1864	0.5827773332502775	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.12629632652886102		0	0	False	False	0.9994634985923767	0					non-mobilizable	chromosome	1864.0	98.87299999999999	100.0	0.0006556365867799246	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0005_000000017503	2991	0.5827771650804493	3	3	3	3	3	False	14137	maximal	True	MON0005_000000017503	1.0		78	8	False	False	0.9946506023406982	0					non-mobilizable	other	2991.0	96.62299999999999	100.0	0.016316062317535674	NZ_QIBZ01000004.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_004, whole genome shotgun sequence	False	False
ENG0197_000000001383	8515	0.5827756219591489	8	8	7	8	7	False	104502	maximal	True	ENG0197_000000001383	1.0		4	3	False	False	0.9897827506065369	0					non-mobilizable	other	8443.0	98.934	99.0	0.05970107023364056	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
SPA0047_000000011920	3318	0.5827714407032981	3	3	3	2	3	False	111121	fragment	False	ISR0245_000000001255	0.8125328252752771		0	0	False	False	1.0	0					non-mobilizable	other	3318.0	98.885	100.0	0.0008968697164923715	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0200_000000012590	1937	0.5827703851405436	6	5	2	3	4	False	128427	maximal	False	DEN0081_000000003447	0.4393480526360668		0	0	False	False	1.0	0					non-mobilizable	chromosome	1937.0	99.12200000000001	100.0	0.0004308591277595236	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0105_000000006125	2844	0.5827636223816164	5	3	3	1	1	True	32949	maximal	True	ISR0105_000000006125	1.0		1	1	False	False	0.99964839220047	0					non-mobilizable	no_good_hit	127.0	82.677	4.0	0.00041919096144441226	NZ_SMMX01000004.1	firmicutes	Extibacter muris strain DSM 28560 NODE_4_length_300579_cov_69.745460, whole genome shotgun sequence	True	True
DEN0014_000000000864	2600	0.582762594922352	4	2	2	1	0	True	129357	fragment	False	SPA0055_000000011749	0.9727611940298507		0	0	False	False	1.0	0		MOBV			mobilizable	other	2598.0	98.191	99.0	0.49382011789313557	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0054_000000012662	2356	0.582762594922352	3	2	2	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8274348582694383		0	0	False	False	0.9966044425964355	0		MOBV			mobilizable	other	2254.0	99.46799999999999	96.0	0.42840844266970907	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0021_000000009901	2348	0.582762594922352	3	2	2	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8186712694486358		0	0	False	False	0.9974446296691895	0		MOBV			mobilizable	other	2223.0	98.066	95.0	0.42251378589085375	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0115_000000008754	2256	0.582762594922352	3	2	2	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8324667482026887		0	0	False	False	1.0	0		MOBV			mobilizable	other	2256.0	97.961	100.0	0.42878874310705456	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0172_000000009884	2232	0.582762594922352	2	2	2	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8215207286109172		0	0	False	False	1.0	0		MOBV			mobilizable	other	2232.0	98.073	100.0	0.42422513785890853	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0369_000000005960	2229	0.582762594922352	2	2	2	1	0	True	129315	fragment	False	SPA0095_000000008348	0.8254216576491028		0	0	False	False	1.0	0		MOBV			mobilizable	other	2229.0	99.686	100.0	0.4236546872028903	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0041_000000017073	2158	0.582762594922352	2	2	2	1	0	True	129315	fragment	False	SPA0095_000000008348	0.7094585452024498		0	0	False	False	0.9958294630050659	0		MOBV			mobilizable	other	2140.0	97.43	99.0	0.40654116752234265	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
FIJ0051_000000010944	2022	0.582762594922352	2	2	2	1	0	True	129315	fragment	False	SPA0095_000000008348	0.2918116075310245		0	0	False	False	1.0	0		MOBV			mobilizable	other	2018.0	99.554	99.0	0.3835329910629397	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0106_000000014422	1442	0.5827614370815979	4	3	3	2	3	False	60054	maximal	True	ENG0106_000000014422	1.0		27	5	False	False	0.9757281541824341	0					non-mobilizable	no_good_hit	690.0	72.029	47.0	0.00030598969188775813	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
SPA0084_000000014199	1357	0.5827552797522769	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.14328285954422149	PS816	0	0	False	True	0.9896831512451172	0					non-mobilizable	other	1346.0	80.461	99.0	0.0003798218641134765	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ENG0112_000000019750	1397	0.5827541231071045	2	2	2	2	1	False	61215	fragment	False	ENG0112_000000019750	1.0		0	0	False	False	0.9957050681114197	0					non-mobilizable	other	1397.0	99.785	100.0	0.00037383788236371586	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0046_000000017192	1983	0.5827531513620661	3	3	3	3	2	False	36168	maximal	True	ISR0046_000000017192	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000005739	3595	0.5827441717286622	5	5	5	4	3	False	16599	maximal	True	MAD0066_000000005739	0.9816423766816144		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	465.0	90.323	13.0	0.0001295847606082479	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0056_000000002488	9748	0.5827430402486408	11	5	3	4	4	False	70933	fragment	False	FIJ0056_000000002488	0.9891786197094481		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	94.935	18.0	0.0005597909357365679	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0047_000000006903	2248	0.5827391271421196	3	3	2	0	1	False	88099	fragment	False	CHI0047_000000006903	0.9804184285227979		0	0	False	False	0.9977757930755615	0					non-mobilizable	no_good_hit	1790.0	99.88799999999999	80.0	0.0019171458638301338	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0799_000000007190	2180	0.5827391271421196	3	3	2	0	1	False	88099	fragment	False	CHI0047_000000006903	0.9561016313795848		0	0	False	False	0.9917431473731995	0					non-mobilizable	no_good_hit	1458.0	79.767	81.0	0.00023153622210383187	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0077_000000015516	2174	0.5827391271421196	3	3	2	0	1	False	88099	fragment	False	CHI0047_000000006903	0.9665036947555149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1554.0	80.502	86.0	0.00024853162311874255	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
CHI0045_000000003068	5780	0.5827325682275736	6	4	1	4	1	True	87190	fragment	False	CHI0160_000000004094	0.9500168577208361		0	0	False	False	0.9996539950370789	0					non-mobilizable	no_good_hit	675.0	92.444	12.0	0.054296087131908026	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0325_000000011868	1741	0.5827310176316717	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.9493665798953446		0	0	False	False	0.9844916462898254	0					non-mobilizable	no_good_hit	195.0	77.949	11.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
SPA0138_000000023346	1169	0.5827309557366346	3	3	3	3	1	False	68112	fragment	False	ISR0394_000000016006	0.9515829575155258		0	0	False	False	0.9991445541381836	0					non-mobilizable	chromosome	1172.0	94.881	100.0	0.00033194241780371876	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0032_000000012118	1890	0.5827297382367398	3	2	2	2	2	False	65601	maximal	True	ENG0032_000000012118	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	99.286	7.0	0.06741028128031037	KU544213.1	bacteria	Uncultured bacterium clone CX_IN_B_Contig_24 genomic sequence	True	False
ISR0130_000000012501	2337	0.5827294630337495	4	1	1	1	1	False	35263	maximal	True	ISR0130_000000012501	1.0		1	1	False	False	0.984167754650116	0					non-mobilizable	no_good_hit	120.0	79.167	5.0	0.00014241792120100194	NZ_OBMQ01000001.1	firmicutes	Ureibacillus xyleni strain JC22, whole genome shotgun sequence	True	False
ISR0063_000000014535	1366	0.5827294630337495	2	1	1	1	1	False	35262	fragment	False	ISR0063_000000014535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	79.167	9.0	0.00014241792120100194	NZ_OBMQ01000001.1	firmicutes	Ureibacillus xyleni strain JC22, whole genome shotgun sequence	True	False
AST0116_000000023881	1125	0.5827261758290024	2	2	2	2	2	False	106047	fragment	False	AST0116_000000023881	0.9888790035587189		0	0	False	False	0.9857777953147888	0					non-mobilizable	other	1128.0	87.411	100.0	0.0018661331695209317	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0056_000000008987	3717	0.5827250190887779	5	2	2	2	2	False	31252	fragment	False	SPA0056_000000008987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	96.891	34.0	0.00032102904636001085	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0171_000000005376	3846	0.5827247349380215	2	2	1	2	1	True	38817	fragment	False	FIJ0171_000000005376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0829_000000002129	6043	0.5827241835543663	10	8	6	7	2	False	21072	maximal	True	ISR0829_000000002129	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2786.0	99.39	46.0	0.001491429501707245	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0018_000000001594	13793	0.5827237050908458	11	9	7	7	8	False	123643	maximal	True	SPA0018_000000001594	1.0	PS902	23	9	False	True	1.0	0					non-mobilizable	no_good_hit	10070.0	99.583	74.0	0.0015489041045727982	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
USA0037_01_000000005600	6462	0.5827143252369982	6	4	4	4	2	False	84278	maximal	False	CHI0162_000000004029	0.9919607702158131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3673.0	88.375	83.0	0.0015677559715011093	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ENG0096_000000006829	4778	0.5827136771675095	6	6	6	6	5	False	63646	maximal	True	ENG0096_000000006829	1.0		13	5	False	False	0.9974884986877441	0					non-mobilizable	no_good_hit	1449.0	76.743	38.0	0.0004973976378666347	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CAN0001_000000020279	2237	0.5827134762317819	4	4	4	4	4	False	111365	fragment	False	FIJ0114_000000015819	0.6996706340980745		0	0	False	False	0.9946357011795044	0					non-mobilizable	chromosome	2195.0	100.0	98.0	0.00045739378936786676	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
ISR0354_000000007692	2530	0.5827125273512563	4	4	3	2	2	False	56476	backbone	True	ISR0354_000000007692	0.9997815702531565	PS242	9	3	True	True	0.9988142251968384	6					non-mobilizable	no_good_hit	373.0	98.928	29.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ENG0160_000000008556	2475	0.5827125273512563	5	4	3	2	2	False	56476	backbone	False	ISR0354_000000007692	0.9922646165598771	PS242	0	0	False	True	0.9995959401130676	0					non-mobilizable	no_good_hit	373.0	98.928	29.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ISR0207_000000012023	2414	0.5827125273512563	5	4	3	2	2	False	56476	backbone	False	ISR0354_000000007692	0.9700815372598611	PS242	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	373.0	98.928	27.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ISR0117_000000011204	2395	0.5827125273512563	4	4	3	2	2	False	56476	backbone	False	ISR0354_000000007692	0.9722239058270378	PS242	0	0	False	True	0.9954071044921875	0					non-mobilizable	no_good_hit	373.0	98.928	27.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ISR0029_000000018848	2375	0.5827125273512563	4	4	3	2	2	False	56476	backbone	False	ISR0354_000000007692	0.9626153322203111	PS242	0	0	False	True	0.9995789527893066	0					non-mobilizable	no_good_hit	373.0	98.928	26.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ISR0205_000000007393	2365	0.5827125273512563	4	4	3	2	2	False	56476	backbone	False	ISR0354_000000007692	0.9631337825918933	PS242	0	0	False	True	0.9995771646499634	0					non-mobilizable	no_good_hit	373.0	98.928	26.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
SPA0036_000000010484	2351	0.5827125273512563	4	4	3	2	2	False	56476	backbone	False	ISR0354_000000007692	0.9545721217562595	PS242	0	0	False	True	0.9995746612548828	0					non-mobilizable	no_good_hit	373.0	98.928	25.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
MAD0052_000000003933	3885	0.5827106281857976	5	4	3	3	4	False	17296	maximal	True	MAD0052_000000003933	1.0		1	1	False	False	0.999485194683075	0					non-mobilizable	no_good_hit	783.0	95.785	20.0	0.012556802671933459	NZ_CYXX01000024.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0812_000000006697	5657	0.5827100321940516	5	3	3	0	0	False	21663	maximal	True	ISR0812_000000006697	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	72.843	18.0	0.0028215264032485834	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
MAD0073_000000000827	4238	0.5827034165637287	5	3	1	3	2	True	16307	maximal	True	MAD0073_000000000827	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0143_000000002511	6403	0.5826992307698446	6	3	2	3	0	True	99701	fragment	False	SPA0143_000000002511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0039_01_000000003756	6339	0.5826992307698446	6	3	2	3	0	True	1333	fragment	False	USA0039_01_000000003756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0181_000000003409	5726	0.5826992307698446	5	3	2	3	0	True	99700	fragment	False	CHI0181_000000003409	0.9546415612173654		0	0	False	False	0.9944114685058594	0					non-mobilizable	no_good_hit								True	True
AUS0002_000000005314	5708	0.5826992307698446	5	3	2	3	0	True	103113	fragment	False	AUS0002_000000005314	0.9802139037433155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0090_000000005509	5610	0.5826992307698446	5	3	2	3	0	True	103113	fragment	False	AUS0002_000000005314	0.9720567624386826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0066_000000006282	5117	0.5826992307698446	6	3	2	3	0	True	99700	fragment	False	CHI0181_000000003409	0.7976037200029698		0	0	False	False	0.9998045563697815	0					non-mobilizable	no_good_hit								True	True
AUS0020_000000005667	4909	0.5826992307698446	5	3	2	3	0	True	99700	fragment	False	CHI0181_000000003409	0.6321205086619329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0059_000000005673	4659	0.5826992307698446	4	3	2	3	0	True	6279	fragment	False	SPA0059_000000005673	1.0		0	0	False	False	0.9942047595977783	0					non-mobilizable	no_good_hit	94.0	97.87200000000001	2.0	0.0788135593220339	NZ_WNAJ01000076.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold76_size1180, whole genome shotgun sequence	True	True
ISR0238_000000004294	3190	0.5826992307698446	4	3	2	3	0	True	103050	fragment	False	AUS0002_000000009604	0.9513023782559457		0	0	False	False	1.0	0					non-mobilizable	chromosome	3190.0	99.624	100.0	0.0010051651430540063	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
MAD0056_000000000501	15086	0.5826986911986866	15	5	1	1	5	False	17085	maximal	True	MAD0056_000000000501	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.022745735174654752	GU725007.1	bony fishes	Ctenopharyngodon idella GCHV-induced protein 1 (Gig1) mRNA, complete cds	True	False
ISR0830_000000014299	2013	0.5826977840380142	4	3	3	1	2	False	60213	fragment	False	ISR0830_000000014299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0849_000000005014	5056	0.5826970709212279	4	4	3	4	3	True	93501	maximal	False	ENG0013_000000004869	0.9849600527891599		0	0	False	False	0.9946597814559937	0					non-mobilizable	no_good_hit	1510.0	76.358	30.0	0.0004958857349640964	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
ENG0013_000000004869	4987	0.5826970709212279	4	4	3	4	3	True	93501	maximal	True	ENG0013_000000004869	0.9860232067510548		12	8	False	False	0.9995989799499512	0					non-mobilizable	no_good_hit	1576.0	76.015	31.0	0.0005753991971139461	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
DEN0081_000000002758	2758	0.5826966527443305	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.16273394459651902		0	0	False	False	1.0	0					non-mobilizable	other	1651.0	99.031	100.0	0.011849362288865909	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0223_000000023818	1345	0.5826933146683916	2	1	1	1	1	False	27783	fragment	False	ISR0223_000000023818	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	99.197	92.0	0.004780515173524246	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
MON0092_000000011518	4391	0.5826918825526907	5	5	5	5	4	False	91323	maximal	True	MON0092_000000011518	0.9929442717053336		3	1	False	False	1.0	0					non-mobilizable	other	4133.0	75.877	93.0	0.013256905314778428	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	False	False
CHI0095_000000002326	3386	0.5826878850772077	4	3	2	3	3	False	83512	maximal	True	CHI0095_000000002326	1.0		2	1	False	False	0.9997046589851379	0					non-mobilizable	no_good_hit	2068.0	79.642	60.0	0.0009420806924759467	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0069_000000012045	2315	0.5826875499307504	6	4	1	2	3	False	70731	maximal	True	DEN0069_000000012045	1.0		35	9	False	False	0.9982721209526062	0					non-mobilizable	no_good_hit	1137.0	90.15	56.0	0.00018631072134558325	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
CHI0126_000000009920	1537	0.5826845051698223	2	2	2	2	2	False	81462	fragment	False	CHI0126_000000009920	1.0		0	0	False	False	0.9993493556976318	0					non-mobilizable	chromosome	1498.0	96.729	100.0	0.0003346487385017624	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CHI0175_000000007663	1512	0.5826845051698223	2	2	2	2	2	False	104604	fragment	False	FIJ0025_000000013136	0.9594129635169306		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	93.07799999999999	92.0	0.0003248258525899528	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
CHI0116_000000010812	1462	0.5826845051698223	3	2	2	2	2	False	104604	fragment	False	FIJ0025_000000013136	0.6552028218694885		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	93.07799999999999	94.0	0.0003248258525899528	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ENG0104_000000026604	1190	0.5826845051698223	2	2	2	2	2	False	60200	fragment	False	ENG0104_000000026604	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1129.0	94.154	100.0	0.00025165764091877185	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0162_000000006581	3730	0.582679393319657	3	3	3	3	3	False	75323	fragment	False	ISR0366_000000004075	0.985664968647799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1722.0	81.185	69.0	0.0492493538926155	MK411242.1	bacteria	Uncultured bacterium clone BVR_06I15, partial sequence	True	False
ISR0018_000000005830	3728	0.582679393319657	3	3	3	3	3	False	75323	fragment	False	ISR0366_000000004075	0.9812153422920811		0	0	False	False	0.9887338876724243	0					non-mobilizable	no_good_hit	1788.0	80.76100000000001	68.0	0.004814434589860823	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
USA0030_01_000000004579	3717	0.582679393319657	3	3	3	3	3	False	75323	fragment	False	ISR0366_000000004075	0.9801602954786055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1788.0	80.649	69.0	0.004814434589860823	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
FIJ0036_000000027415	1555	0.5826728226415685	1	1	1	1	1	False	47913	maximal	True	FIJ0036_000000027415	1.0		1	1	False	False	0.971061110496521	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000001585	12303	0.5826728043848592	14	6	1	6	3	False	17705	maximal	True	MAD0099_000000001585	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.089943391370187e-06	CP029822.1	g-proteobacteria	Entomomonas moraniae strain QZS01 chromosome, complete genome	True	False
ISR0060_000000017176	1592	0.5826704188346545	2	2	2	2	2	False	35402	fragment	False	ISR0060_000000017176	1.0		0	0	False	False	0.9886934757232666	0					non-mobilizable	no_good_hit	345.0	81.15899999999999	22.0	0.0013012188968850413	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0165_000000019361	1274	0.5826702003957013	2	2	2	2	1	False	30229	maximal	True	ISR0165_000000019361	1.0		298	13	False	False	0.9968602657318115	0					non-mobilizable	chromosome	1274.0	99.84299999999999	100.0	0.0002833076805980752	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0043_000000025096	1183	0.5826674354969056	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.13327823397555952	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1184.0	93.32799999999999	100.0	0.0003558775648701273	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CAN0010_000000000945	16933	0.5826664060023937	16	13	11	13	8	True	94660	maximal	True	CAN0010_000000000945	1.0		1	1	False	False	0.9994685053825378	0					non-mobilizable	no_good_hit	2784.0	79.418	36.0	0.02424753571240314	NZ_ATUZ01000019.1	d-proteobacteria	Desulfovibrio desulfuricans DSM 642 G449DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	True
ENG0045_000000004151	3027	0.5826656469908738	7	2	2	1	1	True	118992	fragment	False	ENG0045_000000004151	1.0		0	0	False	False	0.9976874589920044	0					non-mobilizable	no_good_hit	1617.0	75.077	53.0	0.000379780570680989	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0169_000000013264	1711	0.5826656469908738	3	2	2	1	1	True	128418	fragment	False	ISR0274_000000003470	0.5541417707485745		0	0	False	False	0.9929865598678589	0					non-mobilizable	other	1711.0	98.24700000000001	99.0	0.00048513868891624163	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
AST0089_000000014156	1633	0.5826656469908738	3	2	2	1	1	True	110169	fragment	False	ENG0134_000000023625	0.9289028085016763		0	0	False	False	0.9883649945259094	0					non-mobilizable	other	1659.0	77.577	100.0	0.000400130336572869	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
DEN0085_000000000817	29078	0.582665109743628	35	19	11	16	11	True	114016	fragment	False	DEN0085_000000000817	0.9999618189454393		0	0	False	False	0.9999656081199646	0					non-mobilizable	no_good_hit	1978.0	99.39299999999999	7.0	0.000300905181231066	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
CAN0010_000000003594	3624	0.5826650599938323	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.9770713085194284	PS597	0	0	False	True	0.9864790439605713	0					non-mobilizable	chromosome	2545.0	98.9	100.0	0.00046362090849985053	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ISR0333_000000015602	1525	0.5826627670485134	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.9694811507327621		0	0	False	False	0.9940983653068542	0					non-mobilizable	other	1373.0	97.815	90.0	0.005262996378812987	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AUS0002_000000033564	1123	0.5826627670485134	1	1	1	1	1	False	102576	fragment	False	AUS0002_000000033564	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	98.30799999999999	100.0	0.004303995580924323	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0788_000000005984	1222	0.58265931057209	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.2857806020909376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	75.304	20.0	0.016613595458950574	NZ_WNKZ01000115.1	b-proteobacteria	Massilia buxea strain KCTC 52429 NODE_115_length_14446_cov_37.070675_115, whole genome shotgun sequence	True	False
MAD0103_000000011304	2013	0.5826591053036312	3	3	2	1	3	False	14922	maximal	True	MAD0103_000000011304	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	99.789	24.0	0.00015701638204252644	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	True	False
FIJ0041_000000014180	2566	0.5826562773022367	4	2	2	2	2	False	68687	fragment	False	FIJ0041_000000014180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	79.793	7.0	0.28400597907324365	EU062925.1	bacteria	Uncultured bacterium clone LM0ACA2ZG06FM1 genomic sequence	True	False
MON0044_000000020607	2510	0.582654782910579	4	3	3	3	3	False	11635	maximal	True	MON0044_000000020607	1.0		17	1	False	False	0.9872509837150574	0					non-mobilizable	other	2510.0	98.884	100.0	0.001396456040576816	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
MAD0050_000000007374	3172	0.5826534150053875	5	4	4	4	3	False	17411	maximal	True	MAD0050_000000007374	1.0		1	1	False	False	0.9971626996994019	0					non-mobilizable	no_good_hit	837.0	74.194	26.0	0.002319738177021177	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
SPA0109_000000013115	2383	0.5826490696019652	3	3	3	3	2	True	14634	maximal	True	SPA0109_000000013115	1.0		95	11	False	False	0.9958035945892334	0					non-mobilizable	no_good_hit	115.0	79.13	5.0	2.5211627066935086e-05	NC_015848.1	high GC Gram+	Mycobacterium canettii CIPT 140010059, complete genome	True	True
MON0080_000000008726	4727	0.5826488456032534	9	1	1	1	1	True	38831	fragment	False	MON0008_000000005551	0.971785725767961		0	0	False	False	1.0	0					non-mobilizable	chromosome	4728.0	99.387	100.0	0.0012609607149516543	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0005_000000042362	1293	0.5826485775780912	1	1	1	1	1	False	14100	fragment	False	MON0005_000000042362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	93.65899999999999	16.0	0.0022615906520919715	NZ_QEKH01000024.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_124, whole genome shotgun sequence	True	False
MAD0052_000000015554	1420	0.5826472101705461	2	2	1	2	1	False	17257	maximal	True	MAD0052_000000015554	1.0		4	1	False	False	0.9570422768592834	0					non-mobilizable	no_good_hit	776.0	89.56200000000001	54.0	0.0002687411203890507	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
TAN0007_000000009956	3547	0.5826440417509897	4	3	3	3	3	False	2845	fragment	False	TAN0007_000000009956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0060_000000016027	2467	0.5826423393131194	4	3	3	3	3	False	92760	fragment	False	MON0060_000000016027	1.0		0	0	False	False	0.9837859869003296	0					non-mobilizable	no_good_hit	216.0	94.444	9.0	7.683938772652359e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ISR0324_000000016190	1897	0.5826279654164264	3	2	2	1	1	False	54626	fragment	False	ISR0324_000000016190	1.0		0	0	False	False	0.9994728565216064	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.00024010258928815038	NZ_QIBZ01000004.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_004, whole genome shotgun sequence	True	False
MON0087_000000000674	29146	0.5826189986908834	21	11	9	11	8	True	9720	maximal	True	MON0087_000000000674	1.0		3	1	False	False	1.0	0					non-mobilizable	other	14261.0	96.34	98.0	0.003854349655893505	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
DEN0005_000000012664	2699	0.5826182132752491	3	3	2	1	0	True	76520	maximal	True	DEN0005_000000012664	1.0		1	1	False	False	0.994071900844574	0					non-mobilizable	no_good_hit	220.0	100.0	8.0	0.0018520554432670596	NZ_NFIG01000012.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_12, whole genome shotgun sequence	True	True
ENG0103_000000005867	3254	0.5826172223760862	4	2	2	2	1	False	82679	fragment	False	ENG0103_000000005867	1.0		0	0	False	False	0.9913952350616455	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0005710078288178635	NZ_JAAIQH010000015.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_15_length_66549_cov_215.106, whole genome shotgun sequence	True	False
ISR0021_000000015824	1511	0.5826123485619208	2	2	2	2	2	False	74994	fragment	False	USA0041_01_000000011152	0.9568854568854569		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	98.676	100.0	0.011214578208491569	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
SPA0110_000000015342	1166	0.5826123416462307	3	2	2	2	2	False	4598	maximal	True	SPA0110_000000015342	1.0		1	1	False	False	0.9828473329544067	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	0.0007859272786112203	NZ_FNPI01000028.1	firmicutes	Bacillus caseinilyticus strain SP, whole genome shotgun sequence	True	False
CHI0095_000000003998	2060	0.5826111030546428	3	3	3	3	3	False	109867	maximal	False	ISR0255_000000015196	0.9492108975923148		0	0	False	False	1.0	0					non-mobilizable	other	2060.0	98.35	100.0	0.0005048213008600105	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0109_000000018328	1953	0.5826104155558645	2	2	2	2	1	False	17660	fragment	False	MAD0047_000000019155	0.48567265662943176		0	0	False	False	0.9871991872787476	0					non-mobilizable	no_good_hit	1050.0	85.04799999999999	53.0	0.005257432922407542	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
SPA0092_000000005624	6493	0.5826070658063908	7	4	2	3	2	False	5332	maximal	True	SPA0092_000000005624	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	73.832	5.0	0.011192686964658461	NZ_PCGX01000006.1	high GC Gram+	Bifidobacterium thermophilum strain 1543B Contig_6, whole genome shotgun sequence	True	False
SPA0132_000000015139	2696	0.5826068662503344	4	4	4	4	3	False	72069	fragment	False	SPA0132_000000015139	1.0		0	0	False	False	0.9918397665023804	0					non-mobilizable	other	2696.0	97.88600000000001	99.0	0.001421443490368995	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0381_000000004970	3201	0.5826062644661952	3	3	3	3	3	False	23163	maximal	True	ISR0381_000000004970	1.0		320	11	False	False	1.0	0					non-mobilizable	no_good_hit	370.0	73.78399999999999	11.0	0.005421777979706194	NZ_JYCD01000107.1	firmicutes	Aeribacillus pallidus strain GS3372 LG46_107, whole genome shotgun sequence	True	False
ENG0169_000000002358	8564	0.5826049324803079	11	9	7	6	8	False	55931	maximal	True	ENG0169_000000002358	1.0		13	5	False	False	0.9992994070053101	0					non-mobilizable	chromosome	2459.0	99.675	99.0	0.0010171153680499877	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
ISR0310_000000008473	1996	0.5826016454562256	2	2	2	2	2	False	51079	maximal	True	ISR0310_000000008473	1.0		86	9	False	False	0.9989979863166809	0					non-mobilizable	chromosome	1994.0	99.54899999999999	99.0	0.00037857073118286925	CP014123.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_156 chromosome, complete genome	False	False
FIJ0111_000000013429	1539	0.5826005624642886	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.905138460212916		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	96.471	92.0	0.02471186974238794	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0177_000000011796	2290	0.5825978526261574	2	2	2	2	1	False	119175	maximal	True	ENG0177_000000011796	1.0	PS816	0	0	False	True	0.9991266131401062	0					non-mobilizable	no_good_hit	1478.0	99.459	65.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
CHI0081_000000007414	1288	0.5825884775839602	2	2	2	2	2	False	122094	fragment	False	ISR0183_000000020096	0.28405702771086166		0	0	False	False	0.9805900454521179	0					non-mobilizable	other	1288.0	100.0	100.0	0.00040038352199371705	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
TAN0005_000000007421	2215	0.5825812614856944	4	3	3	3	2	False	76890	maximal	True	TAN0005_000000007421	0.9318321466514297		5	2	False	False	0.9945824146270752	0					non-mobilizable	other	2217.0	93.46	100.0	0.08934346701164295	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0816_000000021118	1835	0.5825810703474493	2	2	2	2	0	False	21413	maximal	True	ISR0816_000000021118	1.0		0	0	False	False	0.9956403374671936	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.0011813349084465446	MK233181.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_1_c1 sequence	True	False
MON0011_000000016944	2786	0.5825798250553526	3	3	2	3	2	True	127714	fragment	False	ENG0158_000000006170	0.41542873615513093		0	0	False	True	0.9996410608291626	0					non-mobilizable	other	1378.0	97.46	100.0	0.0068184519093646015	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0009_000000023646	1430	0.5825782528709513	3	3	3	3	3	False	60529	fragment	False	ISR0009_000000023646	1.0		0	0	False	False	0.9734265804290771	0					non-mobilizable	other	1429.0	99.09	99.0	0.006814179984062072	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
BAN0018_000000001481	1543	0.5825763562343195	2	2	0	2	2	False	98003	fragment	False	BAN0018_000000001481	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1543.0	99.935	100.0	0.015685237363822234	AP023233.1	enterobacteria	Escherichia coli YJ4 plasmid pYJ4-b DNA, complete genome	False	True
USA0041_01_000000004157	5593	0.5825667179058671	6	3	2	2	3	False	118661	fragment	False	ISR0218_000000002533	0.9898395649515368		0	0	False	False	1.0	0					non-mobilizable	other	5593.0	99.964	100.0	0.001082291515635928	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0139_000000022269	1272	0.5825651209729583	2	2	1	1	2	False	76199	maximal	False	USA0045_01_000000009885	0.6522251581525155		0	0	False	False	0.99842768907547	0					non-mobilizable	chromosome	1272.0	98.585	100.0	0.00042781115856714563	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0034_01_000000018377	2965	0.5825603626258231	3	3	2	3	0	False	111695	fragment	False	USA0034_01_000000018377	0.9996627318718381		0	0	False	False	1.0	0					non-mobilizable	other	2968.0	93.12700000000001	100.0	0.0006915067848853975	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0069_01_000000020883	2965	0.5825603626258231	3	3	2	3	0	False	111695	fragment	False	USA0034_01_000000018377	0.9996627318718381		0	0	False	False	1.0	0					non-mobilizable	other	2968.0	93.12700000000001	100.0	0.0006915067848853975	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0059_000000013976	2769	0.5825603626258231	3	3	2	3	0	False	111696	fragment	False	MON0059_000000013976	0.9540259227851977		0	0	False	False	0.9772481322288513	0					non-mobilizable	other	2772.0	91.70299999999999	99.0	0.0006411135778897005	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0033_000000023605	2727	0.5825603626258231	3	3	2	3	0	False	12329	fragment	False	MON0033_000000023605	1.0		0	0	False	False	0.9996333122253418	0					non-mobilizable	other	2729.0	92.964	100.0	0.000631781502520127	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0042_000000012181	2420	0.5825603626258231	3	3	2	3	0	False	111694	fragment	False	ISR0042_000000012181	0.977580372250423		0	0	False	False	0.9834710955619812	0					non-mobilizable	other	2435.0	92.56700000000001	99.0	0.000567623484354309	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0345_000000004380	2364	0.5825603626258231	3	3	2	3	0	False	111694	fragment	False	ISR0042_000000012181	0.9634297520661157		0	0	False	False	1.0	0					non-mobilizable	other	2367.0	91.973	100.0	0.0005512923524575554	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0117_000000010156	2637	0.5825535917639846	4	3	2	1	3	False	86757	fragment	False	ISR0117_000000010156	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2629.0	99.506	99.0	0.13729690193824773	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0128_000000030145	1157	0.582547108963865	2	2	2	2	2	False	31820	fragment	False	ISR0128_000000030145	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	99.741	100.0	0.020054821137365116	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
AST0151_000000015031	1105	0.5825414791236956	2	1	1	1	1	False	103580	fragment	False	USA0037_01_000000022915	0.2397145256087322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0002_000000006707	3330	0.5825413525639933	4	3	3	3	3	False	112798	maximal	True	MON0002_000000006707	1.0	PS721	3	2	False	True	0.9810810685157776	0					non-mobilizable	no_good_hit	1600.0	96.43799999999999	48.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0075_000000014157	1534	0.5825351614377096	3	3	2	2	2	True	5771	fragment	False	SPA0075_000000014157	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	96.743	100.0	0.15243114248781942	NZ_AFTL01000013.1	firmicutes	Lactobacillus oris F0423 ctg1127947904575, whole genome shotgun sequence	False	True
ENG0031_000000010643	1997	0.5825330252914234	3	3	3	3	3	False	65693	fragment	False	ENG0031_000000010643	1.0		0	0	False	False	0.998497724533081	0					non-mobilizable	no_good_hit	218.0	72.936	11.0	0.004477924251935552	NZ_BKAJ01000108.1	a-proteobacteria	Reyranella soli strain NBRC 108950 sequence108, whole genome shotgun sequence	True	False
ISR0194_000000016326	1618	0.5825325891863951	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.4258517508798901		0	0	False	False	1.0	0					non-mobilizable	other	1619.0	99.259	100.0	0.023363271435584948	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0011_000000010484	1657	0.5825249440149498	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.6690543296325594		0	0	False	False	0.9993965029716492	0					non-mobilizable	chromosome	1657.0	99.87899999999999	100.0	0.0006999530405900909	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0117_000000017364	1572	0.5825249440149498	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.5927952211536991		0	0	False	False	0.9980915784835815	0					non-mobilizable	chromosome	1572.0	99.936	100.0	0.0006640254992554545	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0246_000000015340	1511	0.5825249440149498	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.2855663248406695		0	0	False	False	0.9986763596534729	0					non-mobilizable	chromosome	1511.0	99.934	100.0	0.000638242204885892	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
MAD0040_000000009147	3206	0.5825175590276579	5	4	4	4	4	False	107150	fragment	False	CHI0098_000000002520	0.5606822039307539		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	97.189	99.0	0.014960249247958746	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0009_000000001999	14996	0.5825125826052485	18	7	4	7	4	False	51371	maximal	True	FIJ0009_000000001999	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	389.0	76.86399999999999	3.0	0.005979166342276131	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
DEN0011_000000013484	3135	0.5825086393292365	7	2	0	2	0	False	75741	fragment	False	DEN0011_000000013484	1.0		0	0	False	False	0.9996809959411621	0					non-mobilizable	no_good_hit								True	False
ENG0074_000000019653	1200	0.5825085765091759	2	1	1	1	1	False	62136	fragment	False	ENG0074_000000019653	1.0		0	0	False	False	0.9991666674613953	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	0.00010148575140050336	NZ_FOLN01000006.1	CFB group bacteria	Algibacter lectus strain DSM 15365, whole genome shotgun sequence	True	False
ISR0358_000000008367	2317	0.5825028704040749	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8324131122098855	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2318.0	93.572	100.0	0.9982676483326115	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MON0068_000000018719	2264	0.5825009571029947	3	3	3	3	2	False	91600	fragment	False	CHI0117_000000004307	0.31002097914234183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0091_000000011955	1402	0.5824982864402989	3	2	2	2	2	False	15743	fragment	False	MAD0091_000000011955	1.0		0	0	False	False	0.995720386505127	0					non-mobilizable	no_good_hit	910.0	85.824	65.0	0.0011607230742287518	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ENG0150_000000005552	2912	0.5824982554911072	3	3	3	3	2	False	70620	maximal	False	DEN0070_000000011483	0.9543895747599451		0	0	False	False	0.9993131756782532	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.857489358050398e-06	NZ_BLLA01000001.1	high GC Gram+	Mycobacterium timonense strain JCM 30726 sequence1, whole genome shotgun sequence	True	False
ISR0321_000000001598	5553	0.5824954535167632	3	3	3	3	3	False	25038	maximal	True	ISR0321_000000001598	1.0		1	1	False	False	0.9958580732345581	0					non-mobilizable	no_good_hit	4271.0	90.26	80.0	0.04860762955198031	NZ_RJQC01000005.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_5, whole genome shotgun sequence	True	False
ENG0060_000000019396	1609	0.5824943273526405	2	1	1	1	1	False	63320	maximal	True	ENG0060_000000019396	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000010188	2759	0.5824880370764789	4	3	1	1	3	False	64337	fragment	False	ISR0177_000000010188	0.994492525570417		0	0	False	False	1.0	0					non-mobilizable	chromosome	2768.0	98.01299999999999	100.0	0.0006260390619414406	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0047_000000007150	2542	0.5824880370764789	3	3	1	1	3	False	64337	fragment	False	ISR0177_000000010188	0.9555998550199347		0	0	False	False	0.9992132186889648	0					non-mobilizable	chromosome	2551.0	98.001	100.0	0.0005769423953562246	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AUS0012_000000005088	3152	0.5824836193163679	3	3	3	3	2	False	122477	maximal	True	AUS0012_000000005088	1.0	PS871	1	1	False	True	0.9828680157661438	0					non-mobilizable	no_good_hit	2312.0	96.021	73.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0164_000000001048	19618	0.5824819540634544	18	18	17	18	18	False	52448	maximal	True	FIJ0164_000000001048	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2189.0	82.869	49.0	0.0009343426005768997	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
MON0078_000000012961	3213	0.5824744041746769	4	2	2	1	1	False	81228	fragment	False	MON0078_000000012961	1.0		0	0	False	False	0.9919078946113586	0					non-mobilizable	no_good_hit	178.0	78.652	6.0	7.759672848685502e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0150_000000008656	2658	0.5824734116895783	3	2	1	2	1	False	30817	maximal	True	ISR0150_000000008656	1.0		10	1	False	False	0.9988713264465332	0					non-mobilizable	no_good_hit	423.0	97.163	16.0	0.001630804427131639	NZ_KE159510.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.7, whole genome shotgun sequence	True	False
DEN0045_000000021399	1901	0.5824728825036637	3	2	2	2	1	False	115328	fragment	False	ENG0104_000000014764	0.7487064378186415		0	0	False	False	1.0	0					non-mobilizable	other	1901.0	99.579	100.0	0.023628020344969098	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0072_000000016714	1748	0.5824728825036637	3	2	2	2	1	False	115328	fragment	False	ENG0104_000000014764	0.6761149971780355		0	0	False	False	1.0	0					non-mobilizable	other	1748.0	99.542	100.0	0.021725342917190006	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0005_000000031712	1712	0.5824728825036637	3	2	2	2	1	False	115328	fragment	False	ENG0104_000000014764	0.6887139547539451		0	0	False	False	0.9994158744812012	0					non-mobilizable	other	1712.0	99.416	100.0	0.02127765411065375	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0038_000000020948	1614	0.5824728825036637	3	2	2	2	1	False	115328	fragment	False	ENG0104_000000014764	0.6093224985355292		0	0	False	False	0.986369252204895	0					non-mobilizable	other	1614.0	99.38	100.0	0.020058945692860607	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0151_000000009508	1692	0.5824706500870732	3	2	2	1	1	False	103661	maximal	True	AST0151_000000009508	1.0		3	2	False	False	0.9899527430534363	0					non-mobilizable	no_good_hit	970.0	90.619	87.0	0.0002694783728294533	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0096_000000010760	1748	0.5824660761580213	4	3	1	1	3	False	15484	fragment	False	MAD0096_000000010760	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1749.0	98.79899999999999	100.0	0.020651197958508578	CP056818.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_3, complete sequence	False	True
ISR0120_000000033683	1100	0.5824658714246228	2	2	2	2	2	False	32236	maximal	True	ISR0120_000000033683	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	0.0025554906542056073	NZ_VLKZ01000019.1	firmicutes	Alkalihalobacillus nanhaiisediminis strain CGMCC 1.10116 IQ10DRAFT_scaffold00019.19, whole genome shotgun sequence	True	False
FIJ0141_000000022611	1327	0.5824605041633911	2	2	2	2	1	False	40242	maximal	True	FIJ0141_000000022611	1.0		100	9	False	False	0.9939713478088379	0					non-mobilizable	chromosome	1327.0	99.925	100.0	0.0002594915999868493	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
FIJ0161_000000006923	2363	0.582453580928235	3	2	2	2	2	False	52556	maximal	True	FIJ0161_000000006923	1.0		18	2	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.789	30.0	0.0019906648593773927	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
ISR0068_000000004629	4252	0.5824531746621308	5	2	0	2	0	True	105263	maximal	False	ISR0042_000000005966	0.976883793332158		0	0	True	True	0.9978833198547363	14					non-mobilizable	no_good_hit								True	True
ISR0042_000000005966	4230	0.5824531746621308	4	2	0	2	0	True	105263	maximal	True	ISR0042_000000005966	0.9792325669459544		5	4	True	True	1.0	38					non-mobilizable	no_good_hit								True	True
AST0142_000000001221	4211	0.5824531746621308	5	2	0	2	0	True	105263	maximal	False	ISR0042_000000005966	0.9780538479395755		0	0	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
MAD0045_000000009557	3772	0.5824531746621308	2	2	0	2	0	True	49937	maximal	False	ISR0327_000000006390	0.9592611998952056		0	0	True	True	0.9968186616897583	3					non-mobilizable	no_good_hit								True	True
ENG0103_000000005150	3750	0.5824531746621308	3	2	0	2	0	True	60317	maximal	True	ENG0103_000000005150	1.0		1	1	True	True	1.0	44					non-mobilizable	no_good_hit	186.0	75.26899999999999	5.0	0.04932114159046827	LN854124.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1613	True	True
ETH0004_000000008953	3178	0.5824531746621308	3	2	0	2	0	True	53222	maximal	True	ETH0004_000000008953	0.9882555340616533		2	1	True	True	0.9990559816360474	12					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00011188508319197314	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
FIJ0057_000000009939	3139	0.5824531746621308	3	2	0	2	0	True	53222	maximal	False	ETH0004_000000008953	0.9841932605979782		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00011188508319197314	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0208_000000008577	3101	0.5824531746621308	2	2	0	2	0	True	38746	maximal	False	FIJ0172_000000008494	0.9745110657054754		0	0	True	True	1.0	42					non-mobilizable	no_good_hit	48.0	91.667	2.0	0.029228855721393034	LN853706.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1126	True	True
MAD0112_000000009013	3061	0.5824531746621308	2	2	0	2	0	True	38746	maximal	False	FIJ0172_000000008494	0.9710530552626729		0	0	True	True	0.9843188524246216	11					non-mobilizable	no_good_hit	49.0	91.837	2.0	0.029228855721393034	LN853706.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1126	True	True
FIJ0172_000000008494	3060	0.5824531746621308	2	2	0	2	0	True	38746	maximal	True	FIJ0172_000000008494	0.9764620331047059		2	2	True	True	1.0	7					non-mobilizable	no_good_hit	48.0	91.667	2.0	0.029228855721393034	LN853706.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1126	True	True
ETH0003_000000011926	3049	0.5824531746621308	2	2	0	2	0	True	53222	maximal	False	ETH0004_000000008953	0.9755963015081986		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00011188508319197314	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MAD0037_000000007532	1751	0.5824494495855911	2	1	1	1	1	False	18626	maximal	True	MAD0037_000000007532	1.0		234	12	False	False	0.994860053062439	0					non-mobilizable	chromosome	1751.0	99.6	100.0	0.0006862737024230952	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0162_000000003426	7406	0.5824482784759641	5	5	3	3	4	True	105053	maximal	True	CHI0162_000000003426	1.0		3	2	False	False	1.0	0					non-mobilizable	other	7127.0	93.321	96.0	0.0021570931965407773	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MAD0064_000000005455	3482	0.5824455856630216	3	3	3	3	3	False	105116	fragment	False	ISR0227_000000006955	0.87351467475211		0	0	False	False	0.9979896545410156	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000007913	3482	0.5824455856630216	3	3	3	3	3	False	105116	fragment	False	ISR0227_000000006955	0.8742473142878581		0	0	False	False	0.9905226826667786	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000014690	1295	0.582441351240704	3	3	3	3	2	False	44216	fragment	False	TAN0005_000000014690	1.0		0	0	False	False	0.9984555840492249	0					non-mobilizable	other	1295.0	93.59100000000001	100.0	0.07302483069977427	NZ_CABKPS010000080.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0038_000000000575	13680	0.5824383694936016	21	7	3	6	5	False	18579	maximal	True	MAD0038_000000000575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0175_000000009715	2670	0.5824363773474724	2	2	1	2	1	False	55607	maximal	True	ENG0175_000000009715	1.0		17	3	False	False	0.9913857579231262	0					non-mobilizable	no_good_hit	112.0	85.714	4.0	3.341094548878164e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0293_000000011463	3196	0.5824363196913742	4	2	2	2	2	True	48761	fragment	False	FIJ0030_000000009354	0.9749478079331941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.4571552239798913e-07	CP039354.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu05	True	True
ISR0180_000000007845	2820	0.5824363196913742	3	2	2	2	2	True	29643	fragment	False	ISR0180_000000007845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.9844403178432315e-07	LR584433.1	bony fishes	Salmo trutta genome assembly, chromosome: 5	True	True
ISR0137_000000008974	2972	0.5824320536705024	4	2	2	2	2	False	126219	maximal	True	ISR0137_000000008974	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0004_000000001353	13112	0.582428492924967	14	9	7	7	5	False	39588	maximal	True	MON0004_000000001353	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	98.795	1.0	1.899485778714128e-05	NZ_JAASRM010000001.1	a-proteobacteria	Rhizomicrobium palustre strain DSM 19867 Ga0373301_01, whole genome shotgun sequence	True	False
FIJ0033_000000010538	3243	0.5824281777863605	2	2	1	2	2	False	48292	maximal	True	FIJ0033_000000010538	1.0		171	13	False	False	1.0	0					non-mobilizable	other	3247.0	84.601	100.0	0.009835478713560643	NZ_CZAI01000008.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
DEN0070_000000011483	2916	0.5824278140907779	3	3	3	3	3	False	70620	maximal	True	DEN0070_000000011483	0.9550137362637363		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.325438496015016e-05	NZ_ARQE01000001.1	a-proteobacteria	Aureimonas ureilytica DSM 18598 = NBRC 106430 strain DSM 18598 B146DRAFT_scaffold_0.1_C, whole genome shotgun sequence	True	False
MON0077_000000040865	1127	0.5824257256666163	2	2	2	2	1	False	17593	fragment	False	MAD0047_000000041461	0.9734816082121471		0	0	False	False	0.9458739757537842	0					non-mobilizable	chromosome	1127.0	99.024	100.0	0.0003151456597081796	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0028_000000004047	5913	0.5824240544080537	5	3	2	3	1	True	116840	fragment	False	SPA0028_000000004047	1.0		0	0	False	False	0.9966176152229309	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.011678200692041523	XM_030054882.1	bony fishes	PREDICTED: Myripristis murdjan microtubule associated protein 9 (map9), mRNA	True	True
AST0033_000000011796	1107	0.5824227312214828	2	2	2	2	1	True	116933	maximal	True	AST0033_000000011796	1.0		5	1	False	False	0.9990966320037842	0					non-mobilizable	other	1040.0	71.827	91.0	0.031296665007466404	NZ_CABMLE010000021.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	False	True
ISR0233_000000005043	2626	0.5824214204567312	4	3	3	3	2	True	63774	fragment	False	ISR0232_000000009815	0.9336345831926213		0	0	False	False	0.997715175151825	0					non-mobilizable	other	2627.0	94.633	100.0	0.001019162586133798	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
SPA0047_000000020599	1895	0.5824206822996374	3	2	2	2	2	False	95964	fragment	False	SPA0047_000000020599	1.0		0	0	False	False	0.9767810106277466	0					non-mobilizable	other	1842.0	99.946	99.0	0.0005544409181613884	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0052_000000034548	1357	0.5824196235736521	2	2	2	2	1	False	72214	fragment	False	ITA0002_000000007500	0.9808795741299564		0	0	False	False	0.9985261559486389	0					non-mobilizable	chromosome	1360.0	97.353	100.0	0.000386270611291731	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0055_000000023166	1563	0.5824147176569985	4	2	1	2	1	False	113626	fragment	False	ISR0331_000000014703	0.6294661912552554		0	0	False	False	0.9987204074859619	0					non-mobilizable	chromosome	1557.0	92.036	99.0	0.0005234038958079556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0003_000000006435	5470	0.5824118376719629	6	6	5	5	6	False	130689	maximal	True	AST0003_000000006435	1.0		1	1	False	False	0.9930530190467834	0					non-mobilizable	no_good_hit	2601.0	98.07799999999999	70.0	0.0007380693921487585	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0121_000000002504	5836	0.5824027755559334	6	4	4	3	1	True	73956	maximal	True	SPA0121_000000002504	1.0		3	2	False	False	0.9988005757331848	0					non-mobilizable	other	3581.0	95.811	94.0	0.0012064640005185027	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
ENG0192_000000018189	1267	0.5824007809983235	2	2	2	2	1	False	54630	maximal	True	ENG0192_000000018189	1.0		32	5	False	False	0.9747434854507446	0					non-mobilizable	no_good_hit	181.0	74.033	14.0	5.126627704296114e-05	LN679998.1	firmicutes	[Clostridium] sordellii genome assembly ATCC9714_, chromosome : 1	True	False
ENG0041_000000020305	1172	0.582392042672213	2	2	2	2	1	True	64725	fragment	False	ENG0153_000000023261	0.9540816326530612		0	0	False	False	0.9931740760803223	0					non-mobilizable	chromosome	1172.0	98.72	100.0	0.0003259908828339771	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0023_000000019160	1747	0.5823899055324427	3	3	3	3	3	False	49345	fragment	False	MON0090_000000034075	0.947191011235955		0	0	False	False	0.9799656271934509	0					non-mobilizable	no_good_hit	76.0	82.895	4.0	5.3690834750796226e-05	NZ_KE007306.1	g-proteobacteria	Marinobacter lipolyticus SM19 scaffold1, whole genome shotgun sequence	True	False
MAD0065_000000006412	1818	0.5823878329740995	4	3	1	2	2	False	16628	fragment	False	MAD0065_000000006412	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1816.0	97.742	99.0	0.0332831822685406	CP057021.1	enterobacteria	Escherichia coli strain RHB40-C09 plasmid pRHB40-C09_2, complete sequence	False	True
AST0104_000000006860	4619	0.5823839006975938	6	3	2	1	3	False	108017	maximal	True	AST0104_000000006860	1.0		61	9	False	False	0.9997835159301758	0					non-mobilizable	no_good_hit	54.0	87.037	1.0	2.2518016578456666e-05	NC_017455.1	firmicutes	Halanaerobium praevalens DSM 2228, complete sequence	True	False
ISR0091_000000012063	2537	0.5823836638900859	3	2	2	2	2	False	73841	fragment	False	ISR0091_000000012063	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2537.0	99.33	100.0	0.0004652049472975872	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
SPA0035_000000018468	1138	0.5823835055750516	2	1	1	1	1	False	7113	fragment	False	SPA0035_000000018468	1.0		0	0	False	False	0.9982425570487976	0					non-mobilizable	other	942.0	99.788	100.0	0.22094388354073727	DQ834380.1	other sequences	Escherichia coli/Bifidobacterium longum shuttle vector pDP870, complete sequence	False	False
USA0019_01_000000008160	3602	0.5823831246133964	3	3	2	3	2	False	91586	fragment	False	ISR0396_000000005052	0.5445424150975742		0	0	False	False	0.9997223615646362	0					non-mobilizable	other	3617.0	96.01899999999999	100.0	0.048456964511529046	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0284_000000001328	5627	0.5823780420832791	5	2	2	2	0	True	26094	maximal	True	ISR0284_000000001328	1.0		1	1	False	False	0.9998222589492798	0					non-mobilizable	no_good_hit	286.0	91.958	5.0	0.06398742703188146	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	True	True
CHI0015_000000002012	4212	0.5823775040728933	6	3	1	3	2	False	89876	fragment	False	CHI0015_000000002012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	81.422	64.0	0.0002941099596351241	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ISR0217_000000001958	13405	0.5823763737005818	7	7	4	7	5	False	121426	maximal	True	ISR0217_000000001958	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	85.82600000000001	23.0	0.0003620931429855476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0201_000000007330	4014	0.5823761257460601	4	3	2	3	2	False	48294	maximal	True	ISR0201_000000007330	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	97.992	25.0	0.0002687634905617779	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0185_000000009334	3400	0.5823746587889862	5	3	1	2	3	False	29401	maximal	True	ISR0185_000000009334	1.0		2	1	False	False	0.9997059106826782	0					non-mobilizable	plasmid	3400.0	100.0	100.0	0.010299344587162635	CP026391.1	enterobacteria	Leclercia sp. LSNIH3 plasmid pLEC-7c0d, complete sequence	False	True
FIJ0092_000000022305	1617	0.5823736398677634	1	1	0	1	1	False	43293	maximal	False	ISR0398_000000014589	0.9507557283440912		0	0	False	True	0.9987631440162659	0	rep_cluster_1649				non-mobilizable	plasmid	1447.0	93.84899999999999	99.0	0.9664429530201343	AY188776.1	firmicutes	Weissella cibaria plasmid pKLCA, complete sequence	False	True
ENG0090_000000008653	2609	0.582372053675947	4	4	4	3	3	False	61253	fragment	False	ENG0090_000000008653	0.9749468870090334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	77.795	24.0	0.00019184077396458684	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0086_01_000000008180	2133	0.5823678052422274	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3206363444953145	PS721	0	0	False	True	0.9789029359817505	0					non-mobilizable	other	2125.0	74.071	98.0	0.25606337599024986	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
CAN0021_000000019515	2222	0.5823647461591672	3	3	3	3	2	False	113375	fragment	False	CAN0021_000000019515	0.9915254237288136		0	0	False	False	0.9932492971420288	0					non-mobilizable	no_good_hit	128.0	76.562	6.0	0.14564220183486237	GQ877141.1		Uncultured organism clone VC1AJ68TR genomic sequence	True	False
FIJ0020_000000008015	2830	0.5823645016033634	5	5	4	4	3	False	74091	fragment	False	FIJ0020_000000008015	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2830.0	99.89399999999999	100.0	0.0030714411345115333	LM996495.1	enterobacteria	Escherichia coli genome assembly FHI34, scaffold scaffold-24_contig-1.0_1_921066_[organism:Escherichia	False	False
USA0020_01_000000024849	1388	0.5823611274306102	2	2	2	1	1	False	47263	fragment	False	USA0020_01_000000024849	0.9977064220183487		0	0	False	False	0.9985590577125549	0					non-mobilizable	no_good_hit	367.0	100.0	26.0	0.0029429028600834626	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0078_000000008119	1308	0.5823611274306102	2	2	2	1	1	False	47263	fragment	False	USA0020_01_000000024849	0.9686599423631124		0	0	False	False	0.9984709620475769	0					non-mobilizable	no_good_hit	318.0	98.428	24.0	0.002540866950235995	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0080_000000030183	1811	0.5823589397867113	3	2	2	1	2	False	107842	fragment	False	ENG0063_000000016233	0.6423647018269563		0	0	False	False	0.9994478225708008	0					non-mobilizable	no_good_hit	119.0	76.471	6.0	0.0036445458578944034	NZ_MCGG01000026.1	a-proteobacteria	Magnetovibrio blakemorei strain MV-1 Q32, whole genome shotgun sequence	True	False
MON0067_000000016291	1121	0.5823538321297128	2	2	2	2	2	False	25794	fragment	False	ISR0293_000000030791	0.9867491166077739		0	0	False	False	0.9991079568862915	0					non-mobilizable	chromosome	1121.0	98.39399999999999	100.0	0.000390389176181241	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0108_000000010513	2580	0.5823533842933923	5	2	2	2	2	False	107237	maximal	True	AST0108_000000010513	1.0		1	1	False	False	0.9965116381645203	0					non-mobilizable	no_good_hit	1491.0	100.0	58.0	0.011388041791820482	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0049_000000011927	2488	0.5823520495643745	4	3	1	3	1	True	92721	maximal	True	ISR0049_000000011927	1.0		29	4	False	False	0.9995980858802795	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.0002928585579300068	NZ_FNRK01000009.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	True	True
ISR0820_000000014897	1682	0.5823504514407921	3	2	2	2	2	False	77414	maximal	True	ISR0820_000000014897	1.0		5	4	False	False	0.9952437281608582	0					non-mobilizable	no_good_hit	132.0	82.57600000000001	8.0	0.0003056013698406441	NZ_FUWV01000001.1	firmicutes	Garciella nitratireducens DSM 15102, whole genome shotgun sequence	True	False
SPA0136_000000006771	5401	0.5823498007330605	5	4	4	2	2	False	124489	maximal	True	SPA0136_000000006771	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3913.0	91.055	72.0	0.053201339905770854	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	True	False
ISR0197_000000021341	1183	0.5823492650804253	2	2	2	2	2	False	87806	fragment	False	SPA0136_000000033417	0.6327860307531926		0	0	False	False	0.9771766662597656	0					non-mobilizable	other	1182.0	97.37700000000001	99.0	0.005140201164821857	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0086_000000010871	1282	0.5823431846210554	2	1	1	1	1	False	5533	fragment	False	SPA0085_000000009603	0.971813416897494		0	0	False	False	1.0	0					non-mobilizable	chromosome	1282.0	99.766	100.0	0.0006891209270048254	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
SPA0140_000000017318	1236	0.5823431846210554	1	1	1	1	1	False	5533	fragment	False	SPA0085_000000009603	0.6539261570462819		0	0	False	False	1.0	0					non-mobilizable	chromosome	1236.0	100.0	100.0	0.0006643749764644492	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
FIJ0040_000000016028	1533	0.5823427474637993	2	2	2	2	2	False	47474	maximal	True	FIJ0040_000000016028	1.0		27	7	False	False	1.0	0					non-mobilizable	chromosome	1533.0	99.413	100.0	0.00028490955702329025	CP030174.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain 11219 chromosome, complete genome	False	False
ENG0191_000000014275	2182	0.5823367339251397	3	3	3	2	2	False	121235	maximal	True	ENG0191_000000014275	1.0		0	0	False	False	0.9514207243919373	0					non-mobilizable	no_good_hit	1739.0	83.78399999999999	79.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0089_000000003807	5026	0.5823283448927447	6	5	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.37497788749350525	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5041.0	98.175	100.0	0.0013472624542778327	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0063_000000004191	4768	0.5823275476270748	5	3	3	3	3	False	89460	fragment	False	ISR0063_000000004191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3068.0	100.0	64.0	0.1559782332299242	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
ISR0102_000000008706	1991	0.5823235875307774	3	2	2	2	1	False	33097	maximal	True	ISR0102_000000008706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	95.539	54.0	0.00028397631294136853	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
ISR0847_000000016145	1785	0.5823163683019025	4	3	2	1	2	True	64817	fragment	False	ISR0847_000000016145	0.7167417162276976		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	98.48899999999999	100.0	0.0004373973777242636	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0331_000000014833	1650	0.5823163683019025	4	3	2	1	2	True	64817	fragment	False	ISR0847_000000016145	0.6956059059137674		0	0	False	False	1.0	0					non-mobilizable	other	1652.0	93.039	100.0	0.00040429836091216965	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0158_000000011707	1638	0.5823163683019025	3	3	2	1	2	True	64817	fragment	False	ISR0847_000000016145	0.46339563862928346		0	0	False	False	1.0	0					non-mobilizable	other	1651.0	86.069	100.0	0.0004023369376936752	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0046_000000022335	1605	0.5823163683019025	3	3	2	1	2	True	64817	fragment	False	ISR0847_000000016145	0.6801548451548451		0	0	False	False	0.9993769526481628	0					non-mobilizable	other	1609.0	91.42299999999999	99.0	0.00039326535530813834	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
USA0001_01_000000009560	1735	0.5823127171728801	2	2	2	2	2	False	91305	fragment	False	ENG0135_000000008766	0.2211778736478227		0	0	False	False	0.999423623085022	0					non-mobilizable	no_good_hit	367.0	75.204	21.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0063_000000024947	1186	0.5823090946472532	2	2	2	2	2	False	45539	maximal	True	FIJ0063_000000024947	1.0		266	10	False	False	0.9890387654304504	0					non-mobilizable	other	1188.0	90.152	99.0	0.02167312897797937	NZ_JAAIQH010000019.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_19_length_54676_cov_322.576, whole genome shotgun sequence	False	False
ENG0091_000000005344	4274	0.5823066395248073	4	4	4	4	4	False	123766	maximal	False	FIJ0044_000000004918	0.9660712467516949		0	0	False	False	0.9967243671417236	0					non-mobilizable	other	4283.0	98.20200000000001	100.0	0.014085900903872798	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0086_000000020241	1413	0.5823040375434777	2	2	1	2	1	False	111847	fragment	False	ISR0086_000000020241	1.0		0	0	False	False	0.9992923140525818	0					non-mobilizable	no_good_hit	570.0	92.632	45.0	0.0017247725399176855	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0146_000000000855	6760	0.5822993768078564	10	9	2	7	7	False	132521	backbone	False	USA0060_01_000000001071	0.029056988805594472	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6760.0	99.586	100.0	0.1546575749948516	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
CHI0034_000000007857	2085	0.5822960598333915	2	2	2	2	1	True	103584	fragment	False	ISR0086_000000012196	0.9532395856571538		0	0	False	False	0.9995203614234924	0					non-mobilizable	no_good_hit								True	True
DEN0017_000000020504	1405	0.5822884815226109	2	2	2	2	2	False	75190	maximal	True	DEN0017_000000020504	1.0		83	9	False	False	0.9665480256080627	0					non-mobilizable	other	1345.0	98.36399999999999	96.0	0.00037322758551743674	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0018_01_000000001289	17677	0.5822866742607187	22	18	6	10	17	True	123538	fragment	False	USA0018_01_000000001289	0.9690360550586683		0	0	False	False	1.0	0					non-mobilizable	other	17638.0	98.57700000000001	99.0	0.008513064582551815	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
MON0085_000000003428	5155	0.5822822411327218	5	5	5	5	5	False	130060	fragment	False	MON0085_000000003428	1.0		0	0	False	False	0.9998059868812561	0					non-mobilizable	chromosome	2927.0	88.45200000000001	98.0	0.0009360124002303932	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0029_000000013958	2356	0.5822782944748071	3	3	3	3	3	False	74175	fragment	False	FIJ0153_000000010755	0.844911984254284		0	0	False	False	1.0	0					non-mobilizable	other	2356.0	93.803	100.0	0.06816997626353268	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
CHI0070_000000009621	1340	0.582276621208306	1	1	1	1	1	False	84951	fragment	False	CHI0070_000000009621	0.9457692814504896		0	0	False	False	0.9858208894729614	0					non-mobilizable	chromosome	1256.0	95.62100000000001	97.0	0.0005058609681065551	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0344_000000006002	4925	0.5822765885213171	7	3	3	3	1	True	104136	maximal	True	ISR0344_000000006002	1.0		6	1	False	False	0.9963451623916626	0					non-mobilizable	no_good_hit	1626.0	97.23200000000001	56.0	0.004797841119122275	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
FIJ0063_000000015599	1786	0.5822757984239799	2	2	2	1	2	False	45585	maximal	True	FIJ0063_000000015599	1.0		3	3	False	False	0.9904814958572388	0					non-mobilizable	chromosome	1786.0	100.0	100.0	0.0003307662046255013	CP056222.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00973 chromosome, complete genome	False	False
CHI0146_000000000011	96397	0.5822734622962576	96	15	5	11	5	False	88391	fragment	False	CHI0146_000000000011	0.9353505145352707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	78.064	4.0	0.016240294147051307	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	False
ENG0037_000000028329	1266	0.5822675969344185	2	2	2	2	2	False	65146	maximal	True	ENG0037_000000028329	1.0		98	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0045_000000011796	2246	0.5822669082384078	3	2	2	2	1	False	57543	maximal	True	SPA0045_000000011796	1.0		4	3	False	False	0.9888690710067749	0					non-mobilizable	other	2247.0	99.11	100.0	0.0006237121704405974	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0789_000000005959	2340	0.5822615932923068	3	3	3	3	1	True	69494	maximal	True	ISR0789_000000005959	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	95.6	78.0	0.022049900490267463	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0079_000000011702	2822	0.5822605187581573	3	3	3	1	2	False	61838	maximal	True	ENG0079_000000011702	1.0		1	1	False	False	0.9914953708648682	0					non-mobilizable	no_good_hit	911.0	77.278	32.0	0.000374749276385975	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
DEN0001_000000007266	5145	0.5822589055362569	5	5	5	4	2	False	76958	maximal	True	DEN0001_000000007266	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	82.353	2.0	0.00010833037800460005	NZ_FYDE01000004.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
FIJ0152_000000017181	1556	0.5822576678739427	1	1	1	1	1	False	39699	fragment	False	FIJ0152_000000017181	1.0		0	0	False	False	0.9993573427200317	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000016639	2340	0.5822540968083979	2	2	1	2	1	True	49069	fragment	False	TAN0009_000000016639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	88.764	11.0	0.001677057474749389	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
CHI0166_000000005846	1318	0.5822526986674064	2	2	2	1	1	False	78211	fragment	False	CHI0166_000000005846	1.0		0	0	False	False	0.999241292476654	0					non-mobilizable	no_good_hit								True	False
USA0020_01_000000013173	2651	0.5822515024996991	3	3	3	3	3	False	91056	fragment	False	USA0020_01_000000013173	1.0		0	0	False	False	0.9852885603904724	0					non-mobilizable	other	2615.0	98.126	99.0	0.028409955439626128	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0009_000000024696	1688	0.5822454592927688	2	2	2	2	0	True	130844	maximal	True	FIJ0009_000000024696	1.0		8	1	False	False	0.995853066444397	0					non-mobilizable	no_good_hit	1417.0	92.30799999999999	84.0	0.0006599228613135963	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0150_000000006433	3577	0.5822430811106052	2	1	1	1	1	False	103416	fragment	False	FIJ0150_000000006433	1.0		0	0	False	False	0.9952474236488342	0					non-mobilizable	no_good_hit								True	False
SPA0018_000000001568	13974	0.5822382954698216	17	7	0	7	1	False	74067	fragment	False	ENG0040_000000001500	0.6298890000476395		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	1.0998938117224418e-06	CP023114.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-02	True	False
DEN0080_000000000335	4299	0.5822374303212062	6	3	2	1	2	True	89144	fragment	False	DEN0080_000000000335	1.0		0	0	False	False	0.9997673630714417	0					non-mobilizable	no_good_hit								True	True
ISR0223_000000020088	1567	0.5822333626896261	3	2	2	2	2	False	27795	maximal	True	ISR0223_000000020088	1.0		2	1	False	False	0.9980854988098145	0					non-mobilizable	other	1284.0	98.053	100.0	0.0020519201366454064	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
MAD0030_000000007603	1559	0.5822295434419953	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9111974157124382		0	0	False	False	1.0	0					non-mobilizable	chromosome	1559.0	98.33200000000001	100.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0098_000000015424	1543	0.5822295434419953	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9515272493816888		0	0	False	False	1.0	0					non-mobilizable	chromosome	1543.0	99.15700000000001	100.0	0.00041107265956008023	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ETH0004_000000018591	1527	0.5822295434419953	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9128992356657308		0	0	False	False	1.0	0					non-mobilizable	chromosome	1527.0	99.28	100.0	0.00040707130336708786	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0099_000000020622	1527	0.5822295434419953	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9118741132356324		0	0	False	False	1.0	0					non-mobilizable	chromosome	1527.0	99.411	100.0	0.00040707130336708786	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0090_01_000000002665	3173	0.5822282021495437	5	4	4	4	3	False	87989	maximal	False	SPA0072_000000006185	0.9826523594560767		0	0	False	False	1.0	0					non-mobilizable	chromosome	3173.0	99.59	100.0	0.0008937247953125092	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0014_000000022831	1543	0.5822257343970052	2	2	2	2	2	False	56510	fragment	False	ISR0038_000000016691	0.545814518944535		0	0	False	False	0.9993519186973572	0					non-mobilizable	no_good_hit								True	False
BAN0017_000000000330	2724	0.5822225910167964	4	3	2	3	2	True	98250	maximal	True	BAN0017_000000000330	1.0		1	1	False	False	0.9992657899856567	0					non-mobilizable	no_good_hit	719.0	73.71300000000001	26.0	0.0004229607250755287	LR134372.1	e-proteobacteria	Campylobacter upsaliensis strain NCTC11541 genome assembly, chromosome: 1	True	True
MAD0044_000000001922	10678	0.5822223410107087	13	6	3	5	3	False	17992	maximal	True	MAD0044_000000001922	1.0		1	1	False	False	0.9992507696151733	0					non-mobilizable	no_good_hit	5419.0	82.414	51.0	0.0009757996276254742	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0076_000000007164	2128	0.5822195886757061	2	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.24879861516229743		0	0	False	False	0.9990601539611816	0					non-mobilizable	other	1913.0	87.35	95.0	0.019829170495363795	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
ENG0146_000000007676	3146	0.5822162990383403	4	4	2	4	3	False	57438	maximal	True	ENG0146_000000007676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	98.361	43.0	0.00016393180938927508	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ENG0061_000000005608	3758	0.5822084022462861	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9445517047628955	PS903	0	0	False	True	0.9994677901268005	0					non-mobilizable	chromosome	3435.0	99.272	97.0	0.0010382714791089072	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	False	True
ENG0044_000000007910	2079	0.5822072407512011	3	2	2	2	2	False	64522	maximal	False	ISR0281_000000007926	0.923967923967924		0	0	False	False	0.9995189905166626	0					non-mobilizable	chromosome	1438.0	93.39399999999999	100.0	0.0006230626847888156	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0086_000000001217	5019	0.5822067185384002	5	3	1	3	1	False	16041	maximal	True	MAD0086_000000001217	1.0		1	1	False	False	0.998007595539093	0					non-mobilizable	no_good_hit								True	False
AST0108_000000021043	1361	0.5822034356260838	2	2	2	2	2	False	107128	fragment	False	AST0108_000000021043	0.9777777777777779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	5.0	9.971719549474441e-05	NZ_BAYA01000003.1	b-proteobacteria	Paraburkholderia bannensis NBRC 103871, whole genome shotgun sequence	True	False
MON0064_000000021596	1350	0.5822034356260838	2	2	2	2	2	False	107128	fragment	False	AST0108_000000021043	0.9739162380602497		0	0	False	False	0.9548147916793823	0					non-mobilizable	no_good_hit	215.0	76.279	15.0	0.00013021322415455308	CP021824.1	a-proteobacteria	Sinorhizobium meliloti strain KH46 plasmid psymA, complete sequence	True	False
ISR0075_000000001836	10357	0.5822032066190918	9	6	6	6	4	False	130494	fragment	False	ISR0075_000000001836	1.0		0	0	False	False	0.9998068809509277	0					non-mobilizable	no_good_hit	8007.0	99.838	80.0	0.012773419797923062	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
USA0145_01_000000003214	7472	0.5822019504964204	10	6	5	6	2	True	82115	fragment	False	USA0145_01_000000003214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	81.111	1.0	0.0003607354026553443	NZ_MDEH01000006.1	g-proteobacteria	Xanthomonas melonis strain CFBP4644 Xm-CFBP4644-G106, whole genome shotgun sequence	True	True
FIJ0005_000000028357	1297	0.5821991694631944	1	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.1715615552856084		0	0	False	False	1.0	0					non-mobilizable	other	1034.0	95.068	100.0	0.014756088850796371	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0141_000000015283	1812	0.5821977864341105	2	2	2	2	1	False	80100	maximal	True	CHI0141_000000015283	1.0		24	7	False	False	0.9823399782180786	0					non-mobilizable	chromosome	1080.0	98.148	98.0	0.0004815079096264543	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0022_000000015222	2589	0.5821966978100145	3	3	3	3	2	True	74600	fragment	False	DEN0022_000000015222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	79.808	4.0	0.0003488653241684225	NZ_FCOM02000005.1	b-proteobacteria	Caballeronia arvi isolate LMG 29317, whole genome shotgun sequence	True	True
MON0037_000000015886	3894	0.5821951453911184	3	2	1	2	2	False	12132	maximal	True	MON0037_000000015886	1.0		80	12	False	False	0.9989727735519409	0					non-mobilizable	no_good_hit	2775.0	83.89200000000001	71.0	0.04986234322422759	NZ_VZBY01000045.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_22_length_55573_cov_23.8135_ID_43, whole genome shotgun sequence	True	False
AST0033_000000006917	1900	0.5821922686911539	2	2	2	2	2	False	117052	fragment	False	AST0033_000000006917	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1048.0	98.473	100.0	0.014318927789934354	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
ISR0200_000000003306	5964	0.5821898396166457	8	6	6	6	6	False	40081	fragment	False	ISR0200_000000003306	1.0		0	0	False	False	0.9996646642684937	0					non-mobilizable	no_good_hit	2165.0	76.67399999999999	59.0	0.0007551465531265008	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0014_000000018822	1349	0.5821830245948656	3	1	1	1	1	False	50442	maximal	True	FIJ0014_000000018822	1.0		31	9	False	False	0.9933283925056458	0					non-mobilizable	no_good_hit	1117.0	78.245	82.0	0.00038481218795008036	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0097_000000001785	11834	0.5821782754481861	11	5	4	4	2	True	51322	fragment	False	SPA0044_000000001515	0.700334457067733		0	0	False	False	0.9998310208320618	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0003322563644279462	NZ_SBLC01000015.1	a-proteobacteria	Gemmobacter intermedius strain 119/4 Scaffold15, whole genome shotgun sequence	True	True
SPA0003_000000012366	1472	0.5821778363062146	3	3	0	2	1	False	8375	maximal	True	SPA0003_000000012366	1.0		8	3	False	False	0.9932065010070801	0					non-mobilizable	no_good_hit								True	False
DEN0008_000000001834	3799	0.582168743546069	7	6	2	2	6	False	76165	fragment	False	DEN0008_000000001834	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	plasmid	3823.0	98.45700000000001	100.0	0.038863761946667214	CP040264.1	enterobacteria	Escherichia coli strain 631 plasmid pEc631_1, complete sequence	False	True
AST0010_000000000376	34547	0.5821660313727118	25	12	7	10	8	True	126565	maximal	True	AST0010_000000000376	0.9915661272035639		35	7	False	False	1.0	0					non-mobilizable	no_good_hit	2883.0	94.381	8.0	0.0003985972146082004	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
AST0108_000000019299	1481	0.5821639636636724	1	1	1	1	1	False	107138	maximal	True	AST0108_000000019299	1.0		29	9	False	False	0.9905469417572021	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	0.00019321431331633046	NZ_LACF01000033.1	g-proteobacteria	Pseudomonas marginalis strain H21 FCC4LTTACXX-wHAIPI007915-133_L5_1_(paired)_contig_33, whole genome shotgun sequence	True	False
SPA0030_000000018420	1653	0.5821597347944082	2	2	2	2	2	True	7320	maximal	True	SPA0030_000000018420	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	75.661	23.0	0.0034153316514722357	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	True	True
AST0052_000000011148	2072	0.5821555493319438	3	2	1	0	1	False	114509	fragment	False	AST0052_000000011148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1803.0	88.02	86.0	0.23015463917525772	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
SPA0092_000000025758	1748	0.5821555493319438	3	2	1	0	1	False	5312	fragment	False	SPA0092_000000025758	1.0		0	0	False	False	0.9874141812324524	0					non-mobilizable	no_good_hit	1521.0	91.124	87.0	0.19548969072164948	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
ISR0010_000000008500	2353	0.5821531552855685	3	3	3	2	2	False	125170	fragment	False	ISR0010_000000008500	1.0		0	0	False	False	0.9978750348091125	0					non-mobilizable	no_good_hit	748.0	74.733	32.0	0.0029708710689937824	NZ_JHYA01000005.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
SPA0015_000000004508	4053	0.5821524383669527	4	3	2	3	2	False	92962	fragment	False	SPA0015_000000004508	0.9626458178207992		0	0	False	False	0.9935849905014038	0					non-mobilizable	other	4055.0	97.337	100.0	0.09754923202850402	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
FIJ0162_000000013826	1635	0.5821499970869286	2	2	1	2	1	True	39222	maximal	True	FIJ0162_000000013826	1.0		0	0	False	False	0.9834862351417542	0					non-mobilizable	no_good_hit	299.0	96.656	18.0	0.024051654560129136	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MAD0096_000000000754	15689	0.5821495370306928	23	9	4	8	3	False	15545	maximal	True	MAD0096_000000000754	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	390.0	84.103	2.0	0.00010243471854060403	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0092_000000013814	3065	0.5821424235739326	4	4	4	3	3	False	86135	maximal	True	SPA0092_000000013814	1.0		796	15	False	False	1.0	0					non-mobilizable	chromosome	3065.0	99.152	100.0	0.0010812004854110274	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AUS0002_000000032519	1158	0.5821391193762128	2	2	2	2	1	False	102651	maximal	True	AUS0002_000000032519	1.0		369	12	False	False	0.9991364479064941	0					non-mobilizable	chromosome	1158.0	99.309	100.0	0.00017801550104209075	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0148_000000016663	2233	0.5821349298444872	3	3	2	2	2	False	89990	maximal	False	CHI0013_000000003630	0.8639226547142317		0	0	False	False	0.9941782355308533	0					non-mobilizable	other	2233.0	98.34299999999999	100.0	0.0461090338174231	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	False	False
SPA0027_000000034158	1100	0.5821294664476399	1	1	1	1	1	False	43060	fragment	False	FIJ0115_000000020373	0.9372135942894028		0	0	False	False	0.9972727298736572	0					non-mobilizable	chromosome	1097.0	92.98100000000001	99.0	0.0015021515262711596	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
MAD0090_000000009013	1478	0.5821260093626783	2	2	2	2	2	False	15780	maximal	True	MAD0090_000000009013	1.0		4	2	False	False	0.9945873022079468	0					non-mobilizable	no_good_hit	1164.0	76.976	78.0	0.0003068536957240882	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0181_000000000958	14871	0.5821246753378816	17	12	6	8	8	True	76560	fragment	False	ENG0132_000000001219	0.8756783571231275		0	0	False	False	0.9999327659606934	0					non-mobilizable	other	13003.0	98.9	99.0	0.004580901463018353	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0032_000000001439	13743	0.5821246753378816	14	12	6	8	8	True	76560	fragment	False	ENG0132_000000001219	0.8779798475270896		0	0	False	False	0.9995633959770203	0					non-mobilizable	other	13743.0	99.28	100.0	0.004668390062828424	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
MON0047_000000020202	1955	0.5821217501932884	3	2	2	2	2	True	87101	fragment	False	ENG0062_000000013171	0.9259404810903868		0	0	False	False	0.9969309568405151	0					non-mobilizable	chromosome	1822.0	90.72399999999999	99.0	0.0006415216979364385	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0013_000000006455	1457	0.5821204465460689	1	1	1	1	0	True	89950	fragment	False	CHI0013_000000006455	1.0		0	0	False	False	0.9951956272125244	0					non-mobilizable	other	1341.0	100.0	92.0	0.029306272417111364	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0040_000000014844	1860	0.5821193127566403	3	2	2	1	1	False	65035	maximal	True	MON0040_000000014844	1.0		32	8	False	False	1.0	0					non-mobilizable	no_good_hit	1257.0	76.372	67.0	0.007076963401500863	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
USA0041_01_000000012097	1400	0.5821193127566403	3	2	2	1	1	False	65034	fragment	False	USA0041_01_000000012097	0.9269475992058561		0	0	False	False	0.9985714554786682	0					non-mobilizable	other	1292.0	77.167	91.0	0.007253602584630112	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	False	False
ENG0038_000000019396	1377	0.5821193127566403	3	2	2	1	1	False	65034	fragment	False	USA0041_01_000000012097	0.6304761904761905		0	0	False	False	0.9985475540161133	0					non-mobilizable	no_good_hit	1196.0	76.672	86.0	0.04594258149848284	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	False
FIJ0002_000000002749	11698	0.5821158437012182	34	5	3	4	5	False	52467	maximal	True	FIJ0002_000000002749	1.0		1	1	False	False	0.9997435212135315	0					non-mobilizable	no_good_hit								True	False
FIJ0017_000000000901	23750	0.5821109923759932	20	11	9	9	2	True	97623	fragment	False	FIJ0129_000000000627	0.8384305082339949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	81.38	5.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
ENG0010_000000014659	1476	0.5821105674762292	2	2	2	1	1	False	67261	maximal	True	ENG0010_000000014659	1.0		16	6	False	False	0.9972899556159973	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.307914314217471e-07	AP022697.1	bony fishes	Epinephelus fuscoguttatus DNA, LG23, complete sequence	True	False
FIJ0086_000000022416	1479	0.5821089692507115	2	2	2	2	2	False	43814	fragment	False	FIJ0086_000000022416	1.0		0	0	False	False	0.999323844909668	0					non-mobilizable	no_good_hit	410.0	84.87799999999999	28.0	0.00020804350092958312	CP019300.1	CFB group bacteria	Prevotella intermedia ATCC 25611 = DSM 20706 strain ATCC 25611 chromosome I, complete sequence	True	False
ISR0188_000000006577	3344	0.5821089474076587	3	3	2	3	2	False	91586	fragment	False	ISR0396_000000005052	0.4066898859785085		0	0	False	False	0.9997009634971619	0					non-mobilizable	other	3359.0	96.04	100.0	0.044986143622030295	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0830_000000001863	9317	0.5821040290680174	15	9	4	4	7	False	111468	fragment	False	ISR0830_000000001863	1.0		0	0	False	False	0.9973167181015015	0					non-mobilizable	no_good_hit	784.0	79.209	8.0	0.00021547134356404636	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0020_000000002904	7003	0.5821037614309054	14	7	4	6	3	True	109300	fragment	False	ENG0020_000000002904	1.0		0	0	False	False	0.9997144341468811	0					non-mobilizable	other	6387.0	99.45200000000001	94.0	0.0017101208572884595	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0069_000000004742	5090	0.5821030011693226	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.7145604024550514		0	0	False	False	1.0	0					non-mobilizable	other	5090.0	99.175	100.0	0.08414785413048871	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0347_000000003255	5378	0.5821015097894254	6	5	4	4	4	False	100601	maximal	False	ISR0283_000000002307	0.9580400148203038		0	0	False	False	0.9966530203819275	0					non-mobilizable	no_good_hit	1207.0	86.081	56.0	0.000560118273100798	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0206_000000021872	1175	0.5820971777631172	2	2	1	2	1	False	53927	maximal	True	ENG0206_000000021872	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0297_000000010623	1433	0.5820964189030577	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.6865517354539734		0	0	False	False	0.9818562269210815	0					non-mobilizable	chromosome	1293.0	99.149	98.0	0.00045555803742351053	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0012_000000049737	1175	0.5820964189030577	1	1	1	1	1	False	13567	fragment	False	MON0012_000000049737	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1035.0	99.13	97.0	0.00036451700438302586	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0004_000000043055	1126	0.5820964189030577	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.1573204068726371		0	0	False	False	0.9715808033943176	0					non-mobilizable	chromosome	1126.0	99.37799999999999	100.0	0.00039698124872304365	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0033_000000047788	1238	0.5820902972229812	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.026054125852141806		0	0	False	False	0.966882050037384	0					non-mobilizable	other	1238.0	99.273	100.0	0.0022314784582053286	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0117_000000012154	1198	0.5820902972229812	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.02347810344919342		0	0	False	False	0.9691151976585388	0					non-mobilizable	other	1198.0	99.666	100.0	0.002159320706929489	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0814_000000036170	1178	0.5820902972229812	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.018627040440320042		0	0	False	False	0.9847198724746704	0					non-mobilizable	other	1178.0	100.0	100.0	0.0021232418312915695	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0056_000000009086	1176	0.5820902972229812	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.02066496464644079		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	96.854	100.0	0.0021196339437277775	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0069_000000022954	1164	0.5820902972229812	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.02310163355851293		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	99.055	100.0	0.0020943787307812337	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0107_000000028831	1093	0.5820902972229812	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.012942526673467437		0	0	False	False	0.9945105314254761	0					non-mobilizable	other	1093.0	99.54299999999999	100.0	0.0019699066098304114	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0141_000000022802	1149	0.5820861435530275	3	2	2	1	1	False	57713	fragment	False	ENG0141_000000022802	1.0		0	0	False	False	0.9469103813171387	0					non-mobilizable	other	1086.0	84.346	94.0	0.015268468214210117	NZ_NFLJ01000010.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_10, whole genome shotgun sequence	False	False
SPA0028_000000010268	2821	0.5820825761731855	4	2	0	1	2	False	104993	fragment	False	SPA0028_000000010268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	96.023	12.0	0.059170600134861764	NZ_GL882608.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld7, whole genome shotgun sequence	True	False
ISR0316_000000007160	2690	0.5820825761731855	3	2	0	1	2	False	104995	fragment	False	ISR0316_000000007160	0.9834486557559753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000011300	2676	0.5820825761731855	4	2	0	1	2	False	104995	fragment	False	ISR0316_000000007160	0.9775969863457744		0	0	False	False	0.9996262788772583	0					non-mobilizable	no_good_hit								True	False
ISR0357_000000010008	2507	0.5820825761731855	3	2	0	1	2	False	104995	fragment	False	ISR0316_000000007160	0.9315324801855217		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	1.5106942627899153e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0172_000000009024	2420	0.5820825761731855	5	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.987707332562205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0162_000000009798	2296	0.5820825761731855	5	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.9574132878787932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0151_000000008666	2220	0.5820825761731855	3	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.8918337460350189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0012_000000011258	2160	0.5820825761731855	5	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.8918717059762199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000011081	2151	0.5820825761731855	3	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.8901623234226492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000017435	2146	0.5820825761731855	3	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.889542594750313		0	0	False	False	0.9953401684761047	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000010474	2137	0.5820825761731855	3	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.8863134620511112		0	0	False	False	0.9995320439338684	0					non-mobilizable	no_good_hit								True	False
ISR0300_000000004373	2125	0.5820825761731855	5	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.8599184975674377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0039_000000013067	2068	0.5820825761731855	3	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.7905705770116243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0850_000000007260	2060	0.5820825761731855	3	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.7886497132423216		0	0	False	False	0.9995145797729492	0					non-mobilizable	no_good_hit								True	False
AST0148_000000017020	2028	0.5820825761731855	3	2	0	1	2	False	104992	fragment	False	ENG0172_000000009024	0.7727014914271613		0	0	False	False	0.9980276226997375	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000023776	1667	0.5820810281416172	2	2	1	1	2	True	21636	fragment	False	ISR0812_000000023776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.600443005622764e-05	NZ_CDCE01000029.1	g-proteobacteria	Aeromonas diversa CDC 2478-85 strain CECT 4254, whole genome shotgun sequence	True	True
ENG0122_000000026871	1121	0.5820755066898026	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.0189072122440912		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	99.73200000000001	100.0	0.0003131893836628673	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
SPA0123_000000001704	8225	0.582070934431525	10	5	3	4	3	True	118426	maximal	True	SPA0123_000000001704	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	86.014	2.0	3.9252531579496814e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
SPA0125_000000017850	1877	0.5820644769323683	3	2	2	2	1	False	114501	fragment	False	SPA0125_000000017850	0.9320652173913044		0	0	False	False	0.9994672536849976	0					non-mobilizable	no_good_hit	1355.0	99.705	75.0	0.00037527487360110333	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
DEN0078_000000031277	1148	0.582062376626859	2	2	2	2	2	False	69660	maximal	True	DEN0078_000000031277	1.0		37	10	False	False	0.996515691280365	0					non-mobilizable	no_good_hit	397.0	72.544	34.0	0.0008865632115011635	MN577573.1	firmicutes	Uncultured Firmicutes bacterium isolate LL40 clone UCI_5 genomic sequence	True	False
ISR0006_000000010238	1882	0.5820592395982882	3	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.8819978054760136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1883.0	99.15	100.0	0.0008584090332727004	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
MON0019_000000032058	2092	0.582050056817328	4	4	2	2	4	True	13190	maximal	True	MON0019_000000032058	1.0		52	11	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	86.038	78.0	0.00023875711416413784	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0783_000000001082	12196	0.5820497131681873	17	13	2	4	12	False	83077	maximal	True	ISR0783_000000001082	1.0	PS412	1	1	False	True	0.9998360276222229	0					non-mobilizable	no_good_hit	1411.0	94.259	18.0	0.00034154909604632076	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
USA0132_01_000000001051	18327	0.582043411995273	15	9	8	9	5	True	97	fragment	False	USA0132_01_000000001051	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8939.0	91.40799999999999	90.0	0.15483233003140018	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	False	True
ENG0141_000000000833	23254	0.582039434516974	29	15	7	11	9	True	86679	fragment	False	ISR0301_000000000453	0.9494186524762704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5577.0	98.96	67.0	0.0448773181514378	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
FIJ0120_000000006672	3379	0.5820383314711215	3	3	3	3	3	False	83883	maximal	True	FIJ0120_000000006672	1.0		32	3	False	False	0.9997040629386902	0					non-mobilizable	no_good_hit	823.0	78.493	24.0	0.00015326650888533038	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0135_000000005837	5003	0.5820348418251985	8	6	6	6	6	False	103964	fragment	False	FIJ0135_000000005837	0.9660437913368367		0	0	False	False	0.9956026673316956	0					non-mobilizable	other	4769.0	98.721	100.0	0.0023400112976216594	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
USA0053_01_000000004732	4661	0.5820348418251985	8	6	6	6	6	False	103964	fragment	False	FIJ0135_000000005837	0.9575242233856928		0	0	False	False	1.0	0					non-mobilizable	other	4660.0	97.79	99.0	0.002285535363469813	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0816_000000009479	4541	0.5820348418251985	7	6	6	6	6	False	103964	fragment	False	FIJ0135_000000005837	0.9488883688531132		0	0	False	False	1.0	0					non-mobilizable	other	4447.0	98.20100000000001	100.0	0.0021819820111631497	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
USA0145_01_000000005409	4513	0.5820348418251985	8	6	6	6	6	False	103964	fragment	False	FIJ0135_000000005837	0.8545480127580024		0	0	False	False	0.99844890832901	0					non-mobilizable	other	4338.0	98.663	99.0	0.0021284876253743995	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
CHI0009_000000006626	1181	0.5820325280156697	2	2	2	1	1	False	90431	fragment	False	ENG0166_000000025198	0.9654166666666666		0	0	False	False	0.9949195384979248	0					non-mobilizable	chromosome	1182.0	99.662	100.0	0.00037224836436085967	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0047_000000007352	2116	0.5820321511360652	4	4	1	3	2	False	86976	maximal	True	CHI0047_000000007352	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	1327.0	94.574	63.0	0.3117494702142689	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
FIJ0052_000000016057	1859	0.5820286199919045	2	2	2	2	1	False	46462	maximal	True	FIJ0052_000000016057	1.0		4	1	False	False	0.9930070042610168	0					non-mobilizable	other	1785.0	84.538	95.0	0.0022159101597035422	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
DEN0005_000000001352	15090	0.582019805990543	11	3	2	2	1	False	76564	fragment	False	DEN0005_000000001352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	89.286	0.0	1.5993010462094343e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0370_000000015528	1729	0.5820180249252183	2	2	2	2	2	False	23514	maximal	True	ISR0370_000000015528	1.0		125	12	False	False	0.9797570705413818	0					non-mobilizable	chromosome	1727.0	95.13600000000001	99.0	0.00036576274246615637	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
DEN0082_000000017350	2324	0.5820144627722227	4	2	2	1	2	False	69273	maximal	True	DEN0082_000000017350	0.9761597298691265		16	5	False	False	0.9922547340393066	0					non-mobilizable	no_good_hit	512.0	71.289	21.0	0.00289005529055273	NZ_SSWH01000008.1	high GC Gram+	Arthrobacter echini strain AM23 NODE_8_length_171277_cov_82.068047, whole genome shotgun sequence	True	False
TAN0008_000000018496	1233	0.5820123402713357	2	2	2	2	2	False	24301	fragment	False	ISR0343_000000015410	0.9696		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	98.21700000000001	100.0	0.006531650938394656	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	False	False
ISR0832_000000005234	2565	0.5820052914586251	4	4	4	3	2	True	77284	maximal	True	ISR0832_000000005234	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1414.0	97.595	55.0	0.4176279207335108	KX128328.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR_16 genomic sequence	True	True
ISR0393_000000009000	1974	0.5820045712111904	2	2	2	2	2	False	125864	fragment	False	ISR0393_000000009000	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1978.0	95.75299999999999	100.0	0.0006877123612549896	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0083_000000003053	4497	0.5820043698527889	8	3	1	3	3	False	5585	maximal	True	SPA0083_000000003053	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	0.00011741544040347222	NZ_VFJB01000005.1	bacteria	Deferribacter autotrophicus strain SL50 Ga0300908_105, whole genome shotgun sequence	True	False
ISR0287_000000007076	1817	0.5819990653348316	2	2	2	2	2	False	65552	maximal	True	ISR0287_000000007076	1.0		552	9	False	False	1.0	0					non-mobilizable	other	1815.0	96.915	99.0	0.4580808080808081	NZ_VULP01000053.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq53, whole genome shotgun sequence	False	False
CHI0116_000000010575	1496	0.5819957553183499	3	2	2	1	1	False	82149	fragment	False	CHI0116_000000010575	1.0		0	0	False	False	0.9926470518112183	0					non-mobilizable	chromosome	1496.0	99.866	100.0	0.00042122275188909245	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0101_000000003393	7872	0.5819896405415436	10	2	1	2	1	False	60523	fragment	False	ENG0101_000000003393	0.9906650313436904		0	0	False	False	0.9947916865348816	0					non-mobilizable	no_good_hit	597.0	92.79700000000001	29.0	0.044835929230303946	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	False
ISR0810_000000014059	1306	0.5819885325995793	2	1	1	1	1	False	21702	maximal	True	ISR0810_000000014059	1.0		56	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0354_000000009941	1938	0.5819842133851348	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.5084766910222768		0	0	False	False	0.9984520077705383	0					non-mobilizable	chromosome	1948.0	89.117	100.0	0.0006529926417153915	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0037_000000005045	4758	0.581982740025	8	5	4	4	2	True	7087	maximal	True	SPA0037_000000005045	1.0		56	9	False	False	0.999579668045044	0					non-mobilizable	other	2359.0	99.618	99.0	0.0006375697291193886	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
AST0153_000000027824	1255	0.5819785178019079	2	1	1	1	1	False	103208	maximal	True	AST0153_000000027824	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1202.0	89.601	96.0	0.0010243949533810586	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	False
ISR0366_000000017245	1227	0.5819775150217823	2	2	1	2	1	False	23607	fragment	False	ISR0366_000000017245	1.0		0	0	False	False	0.9592502117156982	0					non-mobilizable	no_good_hit	635.0	86.61399999999999	52.0	0.00018282529885572192	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0081_000000011493	2061	0.5819693902056375	2	2	2	2	2	False	34237	fragment	False	ISR0081_000000011493	1.0		0	0	False	False	0.990295946598053	0					non-mobilizable	no_good_hit	232.0	73.27600000000001	11.0	0.006313235740082155	KF900594.1	archaea	Uncultured marine thaumarchaeote KM3_135_A07 genomic sequence	True	False
SPA0027_000000011181	3255	0.5819661934306465	5	3	3	3	2	True	7488	maximal	True	SPA0027_000000011181	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0034_000000005134	5641	0.5819638149957781	6	4	2	3	2	False	107955	fragment	False	FIJ0034_000000005134	1.0		0	0	False	False	0.9964545369148254	0					non-mobilizable	other	5627.0	98.383	100.0	0.001562335116161532	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0073_000000011183	4218	0.5819638149957781	4	4	2	3	2	False	107953	fragment	False	ENG0036_000000004970	0.9548931383577053		0	0	False	False	1.0	0					non-mobilizable	other	4218.0	98.459	100.0	0.0011710570893802312	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0359_000000007775	3149	0.5819621283985253	6	6	4	3	3	True	123568	maximal	True	ISR0359_000000007775	1.0	PS902	3	3	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	2121.0	98.444	67.0	0.002326091727013386	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
MON0015_000000011784	3136	0.5819619721755033	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.3467764086282994		0	0	False	False	1.0	0					non-mobilizable	chromosome	3153.0	88.10700000000001	100.0	0.0006959176097644785	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0137_000000003133	4167	0.581960700072441	5	5	5	4	0	True	80545	fragment	False	CHI0137_000000003133	1.0		0	0	False	False	0.9995200634002686	0					non-mobilizable	other	3034.0	97.429	100.0	0.0007076046148979118	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0306_000000005076	1953	0.5819592564579037	3	3	3	3	1	True	25453	maximal	True	ISR0306_000000005076	1.0		3	2	False	False	0.9984639286994934	0					non-mobilizable	no_good_hit	1609.0	100.0	82.0	0.0004347803750737815	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0077_000000016243	1829	0.5819587546713625	3	2	0	2	0	False	52126	fragment	False	FIJ0077_000000016243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0005_000000003377	4695	0.5819548676585984	7	7	3	2	6	False	91032	fragment	False	CHI0005_000000003377	0.9484444444444444		0	0	False	False	0.9946751594543457	0					non-mobilizable	plasmid	3947.0	100.0	96.0	0.07734676676401983	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0145_000000017850	1582	0.581954550927475	2	2	1	2	1	False	31060	fragment	False	ISR0145_000000017850	1.0		0	0	False	False	0.9886220097541809	0					non-mobilizable	no_good_hit								True	False
ENG0185_000000006827	3240	0.581954385315833	4	4	4	4	3	False	99236	fragment	False	USA0006_01_000000007274	0.9491421440999157		0	0	False	False	0.9990741014480591	0					non-mobilizable	no_good_hit	1092.0	78.846	33.0	0.00037014252200720066	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0064_000000019756	1314	0.5819452729084458	2	2	2	2	2	False	74134	fragment	False	FIJ0064_000000019756	0.9569850039463299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	305.0	75.738	23.0	0.00010409730522070922	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0812_000000013715	2888	0.5819432964477074	5	2	2	2	1	False	88160	maximal	True	ISR0812_000000013715	1.0		29	7	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	93.316	49.0	0.00012193632963615098	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ENG0174_000000008436	2206	0.5819384054373649	3	3	2	3	2	False	108211	fragment	False	ENG0174_000000008436	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	74.51899999999999	9.0	0.0002792717682126062	CP049159.1	b-proteobacteria	Caballeronia sp. SBC1 plasmid pSBC1_3, complete sequence	True	False
ISR0009_000000008221	3799	0.5819353601446188	7	7	3	4	6	True	98654	maximal	True	ISR0009_000000008221	1.0		1	1	False	False	0.9986838698387146	0					non-mobilizable	plasmid	3317.0	99.729	100.0	0.039175842351495675	CP056818.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_3, complete sequence	False	True
ISR0260_000000006007	2237	0.5819324511815142	4	4	4	4	2	False	99061	maximal	True	ISR0260_000000006007	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	98.31	61.0	0.0004621265227663573	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0057_000000001669	8375	0.5819300131473897	10	9	6	7	8	False	128529	maximal	True	CHI0057_000000001669	1.0		3	2	False	False	0.9997612237930298	0					non-mobilizable	chromosome	4978.0	95.339	99.0	0.0016715265251333166	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0107_000000005586	4969	0.5819253917961597	7	6	3	3	6	False	126391	fragment	False	FIJ0107_000000005586	1.0		0	0	False	True	0.9985912442207336	0					non-mobilizable	no_good_hit	3550.0	99.465	71.0	0.0010685359371608136	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
USA0075_01_000000019233	1282	0.5819239976329948	2	2	2	2	1	True	14099	fragment	False	USA0075_01_000000019233	0.9853274044103756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	769.0	73.732	59.0	0.005098490525639653	NZ_AAXG02000004.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont29, whole genome shotgun sequence	True	True
SPA0033_000000025741	1241	0.5819239976329948	2	2	2	2	1	True	14099	fragment	False	USA0075_01_000000019233	0.9648819520306183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	73.52199999999999	59.0	0.004937908146879349	NZ_AAXG02000004.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont29, whole genome shotgun sequence	True	True
ISR0205_000000002695	7540	0.5819209361119981	8	5	5	5	4	False	120846	maximal	True	ISR0205_000000002695	1.0		43	6	False	False	1.0	0					non-mobilizable	other	5878.0	98.384	97.0	0.013309082837489213	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0003_01_000000016564	2361	0.5819190061333402	2	2	2	2	2	False	2242	maximal	True	USA0003_01_000000016564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	71.167	18.0	0.0016029182099747952	NZ_AUAS01000009.1	CFB group bacteria	Dyadobacter alkalitolerans DSM 23607 G395DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
ISR0376_000000005355	3914	0.5819137550957825	6	2	0	2	0	True	28529	maximal	False	ISR0208_000000006649	0.9600102537810817		0	0	True	True	1.0	14					non-mobilizable	no_good_hit								True	True
ISR0208_000000006649	3901	0.5819137550957825	7	2	0	2	0	True	28529	maximal	True	ISR0208_000000006649	0.9601430761369443		1	1	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
ENG0177_000000006975	3800	0.5819137550957825	6	2	0	2	0	True	59382	maximal	False	ENG0117_000000005732	0.9745082815734989		0	0	True	True	0.9997368454933167	15					non-mobilizable	no_good_hit								True	True
MAD0014_000000024809	1380	0.5819119669149816	2	1	1	1	1	False	19488	maximal	True	MAD0014_000000024809	1.0		4	3	False	False	0.9731884002685547	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	0.0003457872986421523	NZ_FOQH01000013.1	a-proteobacteria	Albimonas pacifica strain CGMCC 1.11030, whole genome shotgun sequence	True	False
DEN0065_000000013154	2591	0.5819102770065812	2	2	2	2	2	False	71118	maximal	True	DEN0065_000000013154	1.0		160	10	False	False	0.9996140599250793	0					non-mobilizable	no_good_hit	1372.0	93.805	53.0	0.15794930875576038	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ISR0007_000000011715	1426	0.5819034423081074	4	3	2	3	2	True	69071	fragment	False	ISR0007_000000011715	0.9926527455529776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	93.706	10.0	0.0019603512065823623	NZ_CABJDZ010000010.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
USA0132_01_000000012265	1273	0.5819020666798855	2	2	2	2	2	False	26655	fragment	False	USA0132_01_000000012265	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	94.05	95.0	0.0025280352628508458	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0025_000000013339	1603	0.5818981065977491	2	2	1	2	1	True	49172	fragment	False	FIJ0025_000000013339	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1536.0	93.49	96.0	0.000608504715614231	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	True
AST0104_000000029294	1211	0.5818957783489379	2	2	2	2	2	False	120740	maximal	False	AST0024_000000027103	0.26427298198647314		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	91.825	100.0	0.00023593266130872043	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	False	False
ISR0055_000000004231	2992	0.5818956431998547	3	3	3	3	2	False	47193	fragment	False	ISR0055_000000004231	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1714.0	99.242	99.0	0.0005820755393373309	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0074_000000014284	1497	0.5818936640610965	2	1	1	1	0	False	10366	maximal	True	MON0074_000000014284	1.0		0	0	False	False	0.989311933517456	0					non-mobilizable	no_good_hit	800.0	99.0	53.0	0.0016707197477401371	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0150_000000002329	9398	0.5818925753448616	9	4	2	4	2	False	112194	maximal	True	AST0150_000000002329	1.0	PS717	10	6	False	True	1.0	0					non-mobilizable	no_good_hit	1182.0	88.663	13.0	0.025114834977883634	NZ_HG529318.1	firmicutes	[Clostridium] dakarense strain 1, whole genome shotgun sequence	True	True
MON0110_000000000980	9812	0.5818911968675289	8	4	4	4	4	False	8479	maximal	True	MON0110_000000000980	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	72.079	5.0	0.01123850607333409	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
ISR0290_000000002942	3594	0.5818911467890521	2	2	2	2	2	False	58863	maximal	True	ISR0290_000000002942	0.9794718592635311		1208	13	False	False	0.9966611266136169	0					non-mobilizable	other	3594.0	98.943	100.0	0.0006766013258975608	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0018_000000017905	2149	0.5818906063692435	3	3	3	2	2	False	88870	maximal	True	DEN0018_000000017905	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	93.333	3.0	1.5451182382090457e-05	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MON0072_000000005660	3669	0.5818885136236086	4	4	1	3	4	True	10404	maximal	True	MON0072_000000005660	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	99.835	65.0	0.011819226200907374	CP042248.1	enterobacteria	Escherichia coli strain BCE049 plasmid pBCE049-2, complete sequence	True	True
MAD0099_000000020849	1511	0.5818814505113051	3	2	2	2	2	False	15210	maximal	True	MAD0099_000000020849	1.0		28	6	False	False	0.9993382096290588	0					non-mobilizable	no_good_hit	198.0	76.263	13.0	0.0005759530687313891	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
MON0082_000000030896	1186	0.5818788957620891	2	2	2	2	1	False	9901	fragment	False	MON0082_000000030896	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1186.0	99.831	100.0	0.0003313655532504444	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0020_000000018799	1934	0.5818732212083386	2	2	1	2	0	True	91854	maximal	True	CAN0020_000000018799	1.0		116	8	False	False	1.0	0					non-mobilizable	chromosome	1912.0	78.818	98.0	0.0006697514756234106	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0107_000000014278	3882	0.5818688592249407	6	4	3	2	2	True	48004	maximal	True	MON0107_000000014278	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	90.955	47.0	0.11068979427188383	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CAN0003_000000020607	2417	0.5818678654817345	2	2	2	2	2	False	96643	fragment	False	CAN0003_000000020607	0.9962864565951796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	74.5	8.0	0.0010268111808328579	NZ_VCQZ01000005.1	firmicutes	Paenibacillus thermoaerophilus strain DSM 26310 Scaffold5, whole genome shotgun sequence	True	False
MON0103_000000021409	2405	0.5818678654817345	2	2	2	2	2	False	96643	fragment	False	CAN0003_000000020607	0.9946228182550696		0	0	False	False	0.9983367919921875	0					non-mobilizable	no_good_hit	200.0	74.0	8.0	0.0010268111808328579	NZ_VCQZ01000005.1	firmicutes	Paenibacillus thermoaerophilus strain DSM 26310 Scaffold5, whole genome shotgun sequence	True	False
CAN0020_000000016851	2175	0.5818678654817345	2	2	2	2	2	False	96643	fragment	False	CAN0003_000000020607	0.7782425209393423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	74.5	9.0	0.0010268111808328579	NZ_VCQZ01000005.1	firmicutes	Paenibacillus thermoaerophilus strain DSM 26310 Scaffold5, whole genome shotgun sequence	True	False
MON0102_000000021749	2074	0.5818678654817345	2	2	2	2	2	False	96643	fragment	False	CAN0003_000000020607	0.5855095746364452		0	0	False	False	0.9985535144805908	0					non-mobilizable	no_good_hit	200.0	74.5	10.0	0.0010268111808328579	NZ_VCQZ01000005.1	firmicutes	Paenibacillus thermoaerophilus strain DSM 26310 Scaffold5, whole genome shotgun sequence	True	False
MAD0049_000000006509	2678	0.5818664308081101	3	1	1	1	1	False	17479	maximal	True	MAD0049_000000006509	1.0		1	1	False	False	0.9790888428688049	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	2.0	2.0172865446667265e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0125_000000026821	1186	0.5818647841066312	2	1	1	1	1	False	24841	fragment	False	SPA0125_000000026821	0.9863402038119183		0	0	False	False	0.9881955981254578	0					non-mobilizable	chromosome	1186.0	100.0	100.0	0.0002149953544674674	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0092_000000039757	1149	0.5818647841066312	2	1	1	1	1	False	24841	fragment	False	SPA0125_000000026821	0.9695188856336384		0	0	False	False	0.9956483840942383	0					non-mobilizable	chromosome	1149.0	100.0	100.0	0.00021083903651702727	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0325_000000019080	1134	0.5818647841066312	1	1	1	1	1	False	24841	fragment	False	SPA0125_000000026821	0.9338766991096721		0	0	False	False	1.0	0					non-mobilizable	chromosome	1075.0	100.0	95.0	0.0001948565491122869	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
USA0052_01_000000013404	1116	0.5818647841066312	1	1	1	1	1	False	24841	fragment	False	SPA0125_000000026821	0.9562418439585622		0	0	False	False	1.0	0					non-mobilizable	chromosome	1116.0	100.0	100.0	0.0002022952069461824	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0050_000000015221	1817	0.5818594205118001	3	3	3	3	3	False	71395	fragment	False	ISR0213_000000014530	0.3335563263462476		0	0	False	False	1.0	0					non-mobilizable	other	1817.0	99.285	100.0	0.006966181795863254	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0063_000000000954	14432	0.5818586884301242	25	13	7	9	8	True	7397	fragment	False	SPA0063_000000000954	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5614.0	97.23899999999999	92.0	0.0015587250279087592	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
FIJ0043_000000008543	3068	0.5818535010197053	4	3	1	3	2	True	129229	fragment	False	FIJ0043_000000008543	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3075.0	81.561	99.0	0.012648686259567277	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0106_000000008091	2608	0.5818535010197053	3	3	1	3	2	True	60090	fragment	False	ENG0106_000000008091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2138.0	83.162	81.0	0.0005312633331957003	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	True
FIJ0166_000000021216	1197	0.5818494107251554	2	2	2	1	1	False	38991	fragment	False	FIJ0166_000000021216	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	98.529	97.0	0.001660635182173836	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0079_000000006166	4467	0.5818464170351053	6	3	1	3	2	False	34386	maximal	True	ISR0079_000000006166	1.0		1	1	False	False	0.9858965873718262	0					non-mobilizable	no_good_hit	495.0	76.16199999999999	11.0	0.0002783737658714918	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0171_000000016739	1446	0.5818406406984195	2	1	1	1	1	False	55775	fragment	False	ENG0171_000000016739	1.0		0	0	False	False	0.9986168742179871	0					non-mobilizable	no_good_hit	508.0	88.583	35.0	0.0009145994974212624	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0020_000000016517	1973	0.5818376530425573	3	3	3	3	3	False	57654	maximal	True	SPA0020_000000016517	1.0		125	10	False	False	0.9847947359085083	0					non-mobilizable	no_good_hit	65.0	81.538	3.0	7.605168617452775e-05	NZ_LKBA01000004.1	a-proteobacteria	Aliiroseovarius crassostreae strain CV919-312 Joined_contig_5, whole genome shotgun sequence	True	False
ENG0119_000000015961	1998	0.5818347822921061	3	3	3	2	2	False	131700	fragment	False	ISR0264_000000003339	0.11037906761798008		0	0	False	False	0.9979979991912842	0					non-mobilizable	chromosome	1998.0	97.848	100.0	0.0005351626229775302	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0135_000000001746	10926	0.5818313535668004	8	8	5	4	6	False	80705	maximal	True	CHI0135_000000001746	1.0		1	1	False	False	0.999908447265625	0					non-mobilizable	no_good_hit	1765.0	73.711	16.0	0.00042275487828586473	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
MAD0060_000000006245	2623	0.5818293050611019	4	2	1	2	1	False	16863	maximal	True	MAD0060_000000006245	1.0		60	6	False	False	1.0	0					non-mobilizable	no_good_hit	1395.0	84.37299999999999	63.0	0.00037159261178922243	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0136_000000008940	1121	0.5818271344310976	1	1	1	1	1	False	31385	maximal	True	ISR0136_000000008940	1.0		8	4	False	False	0.987511157989502	0					non-mobilizable	chromosome	849.0	99.647	100.0	0.00033861095238722717	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
USA0050_01_000000008405	1388	0.5818258391629687	1	1	1	1	1	False	115892	fragment	False	ENG0122_000000021391	0.9318907629112442		0	0	False	False	0.9992795586585999	0					non-mobilizable	no_good_hit	1113.0	76.999	80.0	0.7431069266980498	LN854133.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK1624	True	False
CHI0147_000000000682	21599	0.5818155771836917	40	11	6	10	8	False	79681	maximal	True	CHI0147_000000000682	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	99.541	4.0	0.9988532110091743	GQ883854.1		Uncultured organism clone VC1DF71TR genomic sequence	True	False
DEN0087_000000001953	5801	0.581813688512026	2	2	2	2	1	False	113105	fragment	False	DEN0087_000000001953	1.0		0	0	False	False	0.9972418546676636	0					non-mobilizable	other	5813.0	90.556	100.0	0.0013997659012199683	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
SPA0029_000000003758	6041	0.5818135883817647	7	7	6	6	7	False	121054	maximal	True	SPA0029_000000003758	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	95.164	39.0	0.00048004755758817094	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0092_000000019191	2827	0.5818059354095246	4	2	1	2	1	True	128159	fragment	False	MAD0102_000000004786	0.22424430072707605		0	0	False	False	1.0	0					non-mobilizable	other	2827.0	99.965	100.0	0.01312837093919418	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0031_000000015313	2135	0.5818059354095246	2	2	1	2	1	True	128159	fragment	False	MAD0102_000000004786	0.026623759743843872		0	0	False	False	1.0	0					non-mobilizable	other	2135.0	100.0	100.0	0.009913638918697941	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0782_000000006447	2100	0.5818059354095246	2	2	1	2	1	True	128159	fragment	False	MAD0102_000000004786	0.01861276114140001		0	0	False	False	0.9995238184928894	0					non-mobilizable	other	2101.0	99.476	100.0	0.0018026555691756198	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0772_000000002709	1902	0.5818059354095246	2	2	1	2	1	True	128159	fragment	False	MAD0102_000000004786	0.012301459181498452		0	0	False	False	1.0	0					non-mobilizable	other	1903.0	98.896	100.0	0.008835867489861052	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0145_01_000000004611	5336	0.5818017374754622	4	3	3	3	2	True	20	maximal	True	USA0145_01_000000004611	1.0		27	7	False	False	0.9986881613731384	0					non-mobilizable	no_good_hit	289.0	75.779	6.0	9.230420988737909e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
CHI0146_000000004353	1741	0.5817991824114414	3	3	2	2	3	False	98811	fragment	False	CHI0146_000000004353	1.0		0	0	False	False	0.9994255900382996	0					non-mobilizable	no_good_hit	1183.0	91.97	88.0	0.0002635135120020562	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0188_000000009584	2228	0.5817978684302082	3	2	2	1	1	False	29262	fragment	False	ISR0188_000000009584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	94.25299999999999	14.0	5.576106929747177e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0084_000000013431	2556	0.581790946785077	3	2	2	2	2	False	111491	fragment	False	AST0084_000000013431	1.0		0	0	False	False	0.9894366264343262	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000017806	2179	0.5817899086303038	4	4	4	2	2	False	22725	maximal	True	ISR0395_000000017806	1.0		6	3	False	False	0.997705340385437	0					non-mobilizable	other	1962.0	99.898	90.0	0.001021302037708492	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
DEN0052_000000017408	2456	0.5817893021547593	4	2	2	2	2	False	117429	maximal	True	DEN0052_000000017408	1.0		6	5	False	False	0.9995928406715393	0					non-mobilizable	no_good_hit	1723.0	79.803	70.0	0.0009910568096171783	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0166_000000011789	2032	0.5817893021547593	3	2	2	2	2	False	117420	maximal	True	FIJ0166_000000011789	1.0		0	0	False	False	0.998031497001648	0					non-mobilizable	no_good_hit	1759.0	79.76100000000001	86.0	0.004062675989422674	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0089_000000011864	1914	0.5817893021547593	2	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.9595672285944553		0	0	False	False	0.9984325766563416	0					non-mobilizable	other	1733.0	79.919	91.0	0.0004929086232465639	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0040_000000024321	1746	0.5817893021547593	3	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.9515428484373666		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	79.646	99.0	0.00403718287140576	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AST0031_000000015620	1705	0.5817893021547593	2	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.8670326497373697		0	0	False	False	0.9994134902954102	0					non-mobilizable	other	1709.0	79.579	100.0	0.003946798180254884	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
USA0069_01_000000035649	1701	0.5817893021547593	2	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.8649663166868874		0	0	False	False	0.9994121193885803	0					non-mobilizable	other	1708.0	79.684	100.0	0.003939845511704817	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0038_000000023966	1484	0.5817877772157628	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.8298182241914139		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	97.73899999999999	95.0	0.02471186974238794	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0088_000000002624	6411	0.5817828228369466	8	4	2	2	4	False	76789	fragment	False	MAD0088_000000002624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1794.0	98.99700000000001	52.0	0.2715562964085467	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
MON0033_000000025569	2492	0.5817616858148779	4	3	3	3	1	True	15807	maximal	True	MON0033_000000025569	1.0		5	3	False	False	0.9887640476226807	0					non-mobilizable	no_good_hit	1787.0	99.552	72.0	0.00589884764392891	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	True
MON0080_000000019857	2553	0.5817549997095293	2	2	2	2	1	False	77540	maximal	True	MON0080_000000019857	1.0		36	9	False	False	0.9937328696250916	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00064246707356248	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
ENG0026_000000003920	2706	0.5817546052640065	4	3	2	3	2	True	66080	fragment	False	ENG0026_000000003920	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2475.0	98.303	91.0	0.0004139792458181654	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
AST0097_000000002268	9442	0.5817504491002466	9	8	7	8	6	False	129716	fragment	False	AST0097_000000002268	0.9787921894606053		0	0	False	True	1.0	0					non-mobilizable	other	3247.0	99.353	99.0	0.015150312947776693	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0093_000000021383	1232	0.5817477343772769	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.9768789589197162		0	0	False	False	0.9926947951316833	0					non-mobilizable	other	1232.0	99.594	100.0	0.003369141293191926	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0142_000000004636	3824	0.5817466843060385	5	3	2	2	3	False	98815	maximal	True	CHI0142_000000004636	1.0		10	8	False	False	0.9997385144233704	0					non-mobilizable	no_good_hit	2319.0	99.569	82.0	0.0005796585366097627	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ISR0309_000000000897	15248	0.5817462916064339	21	7	2	7	3	True	25397	maximal	True	ISR0309_000000000897	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	1723.0	96.92399999999999	58.0	0.13019809466202933	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
ISR0198_000000024345	1364	0.5817397957084118	2	1	1	1	1	False	28859	maximal	True	ISR0198_000000024345	1.0		42	10	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit								True	False
SPA0012_000000006101	4062	0.5817348427719856	4	3	2	3	2	False	8014	maximal	True	SPA0012_000000006101	1.0		3	2	False	False	1.0	0					non-mobilizable	other	4062.0	99.655	100.0	0.0017741999607675063	NZ_CP006712.1	high GC Gram+	Bifidobacterium breve JCM 7017, complete genome	False	False
ISR0375_000000009801	2224	0.5817341581287724	2	2	1	2	2	False	23385	maximal	True	ISR0375_000000009801	1.0		4	1	False	False	0.9883093237876892	0					non-mobilizable	no_good_hit	228.0	75.439	10.0	0.00013003781453615627	NZ_CP039701.1	g-proteobacteria	Vibrio cyclitrophicus strain ECSMB14105 chromosome 2, complete sequence	True	False
ISR0146_000000017361	2335	0.5817327492900652	3	3	3	2	1	False	93349	maximal	True	ISR0146_000000017361	1.0		34	11	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	2.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
ISR0083_000000013192	2008	0.5817327492900652	3	3	3	2	1	False	93348	fragment	False	ISR0083_000000013192	1.0		0	0	False	False	0.9995020031929016	0					non-mobilizable	no_good_hit	43.0	93.023	2.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
SPA0016_000000022512	1512	0.5817327492900652	3	3	3	2	1	False	93345	fragment	False	SPA0016_000000022512	0.9937820043891734		0	0	False	False	0.9960317611694336	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
CHI0101_000000004617	2891	0.5817309129945728	4	4	4	3	4	False	107182	fragment	False	CHI0101_000000004617	1.0		0	0	False	False	0.9996541142463684	0					non-mobilizable	other	2872.0	98.155	99.0	0.0010122974215152163	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
MON0101_000000010722	5173	0.5817307676754262	5	3	2	2	1	False	100167	fragment	False	MAD0055_000000001267	0.9728868491347225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1576.0	88.325	66.0	0.013641961389693511	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MON0107_000000033017	1826	0.5817231711572057	3	3	2	3	1	True	8586	fragment	False	MON0107_000000033017	1.0		0	0	False	False	0.978094220161438	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	8.215576733486691e-05	NZ_FNNE01000004.1	g-proteobacteria	Marinobacter mobilis strain CGMCC 1.7059, whole genome shotgun sequence	True	True
ISR0346_000000016382	1496	0.5817231544484234	4	4	3	2	3	True	78993	fragment	False	ISR0346_000000016382	0.9939587775408671		0	0	False	False	0.9919785857200623	0					non-mobilizable	other	1475.0	99.86399999999999	99.0	0.014608088956720812	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
AST0061_000000015328	2720	0.5817220077588408	3	3	3	3	3	False	112092	maximal	True	AST0061_000000015328	1.0		255	12	False	False	0.9970588088035583	0					non-mobilizable	other	2720.0	99.706	100.0	0.014715194155053443	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
FIJ0088_000000005619	4934	0.5817188142902683	4	4	4	4	4	False	97833	fragment	False	FIJ0088_000000005619	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4934.0	99.45299999999999	100.0	0.0009494292742553389	CP027363.1	enterobacteria	Escherichia coli strain 88-3001 chromosome, complete genome	False	False
MON0101_000000057705	1163	0.5817178289735897	2	2	2	2	2	False	71045	fragment	False	DEN0065_000000027957	0.9694696925886634		0	0	False	False	0.9896818399429321	0					non-mobilizable	no_good_hit	338.0	70.71	29.0	3.0934517849774176e-05	NZ_CP016279.1	high GC Gram+	Streptomyces griseochromogenes strain ATCC 14511 chromosome, complete genome	True	False
TAN0017_000000001188	18821	0.5817173110794511	30	6	1	6	2	False	2506	maximal	True	TAN0017_000000001188	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.140750120740988e-07	CP032574.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_04	True	False
ISR0388_000000003691	7256	0.5817148320326176	7	6	5	4	6	False	122773	maximal	True	ISR0388_000000003691	1.0		33	5	False	False	0.9994487166404724	0					non-mobilizable	no_good_hit	4280.0	94.81299999999999	59.0	0.0017893977762498113	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	True	False
ENG0059_000000007297	1717	0.5817132076796347	2	1	0	1	1	False	63371	fragment	False	ENG0059_000000007297	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1638.0	96.825	100.0	0.006718653806689924	LR697123.1	enterobacteria	Klebsiella pneumoniae isolate 82defa5e-b38d-11e9-8998-68b599768938 genome assembly, plasmid: p13ARS_MMH0112-2	False	True
FIJ0001_000000018401	1180	0.5817132076796347	1	1	0	1	1	False	52504	fragment	False	FIJ0001_000000018401	1.0		0	0	False	False	0.9923728704452515	0					non-mobilizable	plasmid	1180.0	99.57600000000001	100.0	0.006967014524954795	CP042521.1	enterobacteria	Klebsiella pneumoniae strain C2 plasmid pC2_001, complete sequence	False	True
ISR0778_000000006045	2202	0.5817128111047444	3	3	3	3	3	False	75879	fragment	False	ISR0778_000000006045	1.0		0	0	False	False	0.9981834888458252	0					non-mobilizable	other	2149.0	99.76700000000001	98.0	0.014771719172288585	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0161_000000006584	3305	0.581711538057426	5	2	1	2	1	True	56422	maximal	True	ENG0161_000000006584	1.0		1	1	False	False	0.9891074299812317	0					non-mobilizable	no_good_hit								True	True
MAD0102_000000015890	1378	0.5817068129827163	1	1	0	1	1	False	82862	fragment	False	ISR0084_000000018101	0.9675336646588146		0	0	False	False	0.9992743134498596	0	IncFIA				non-mobilizable	plasmid	1378.0	98.476	100.0	0.00970771117973013	CP053733.1	enterobacteria	Escherichia coli strain CP55_Sichuan plasmid pCP55-141k, complete sequence	False	True
ENG0095_000000021341	1311	0.5817068129827163	1	1	0	1	1	False	82862	fragment	False	ISR0084_000000018101	0.7775889018526063		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	1311.0	100.0	100.0	0.015206565521724493	CP023387.1	enterobacteria	Escherichia coli strain 1190 plasmid p86, complete sequence	False	True
ISR0135_000000016273	1296	0.5817068129827163	1	1	0	1	1	False	82890	fragment	False	ISR0135_000000016273	0.9568427580619812		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	1296.0	99.92299999999999	100.0	0.007709526474335314	CP024852.1	enterobacteria	Escherichia coli strain AR_0006 plasmid tig00000164, complete sequence	False	True
CHI0108_000000006499	1277	0.5817068129827163	1	1	0	1	1	False	82890	fragment	False	ISR0135_000000016273	0.938870571193618		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	other	1277.0	100.0	100.0	0.3318595578673602	NZ_MSJW02000140.1	enterobacteria	Shigella dysenteriae strain BCW_4872 BCW_4872_1__paired__contig_140, whole genome shotgun sequence	False	True
CHI0143_000000015670	1267	0.5817068129827163	1	1	0	1	1	False	82890	fragment	False	ISR0135_000000016273	0.9357363985001305		0	0	False	False	0.9850039482116699	0	rep_cluster_2232				non-mobilizable	plasmid	1267.0	98.816	100.0	0.017667449401766747	LT795505.1	enterobacteria	Escherichia coli strain KV7 genome assembly, plasmid: III	False	True
CHI0108_000000006554	1266	0.5817068129827163	1	1	0	1	1	False	82862	fragment	False	ISR0084_000000018101	0.7585099993656736		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1266.0	99.84200000000001	100.0	0.014129499938567392	MG767298.1	enterobacteria	Shigella sonnei strain ID127706 plasmid pSs1 genomic sequence	False	True
ENG0152_000000020601	1251	0.5817068129827163	1	1	0	1	1	False	82862	fragment	False	ISR0084_000000018101	0.760366396847706		0	0	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1251.0	99.6	100.0	0.012189889218286783	CP024887.1	enterobacteria	Escherichia coli strain AR_0017 plasmid unitig_1_pilon, complete sequence	False	True
CHI0171_000000003414	1240	0.5817068129827163	1	1	0	1	1	False	82890	fragment	False	ISR0135_000000016273	0.9222467295916782		0	0	False	False	0.9943548440933228	0	rep_cluster_2232				non-mobilizable	plasmid	1240.0	100.0	100.0	0.013709088494987719	MH985167.1	enterobacteria	Escherichia coli plasmid pNDM-5-1001, partial sequence	False	True
FIJ0123_000000028399	1235	0.5817068129827163	1	1	0	1	1	False	82890	fragment	False	ISR0135_000000016273	0.9254954932528611		0	0	False	False	0.991093099117279	0	rep_cluster_2232				non-mobilizable	plasmid	1235.0	100.0	100.0	0.011034507426384454	CP053246.1	enterobacteria	Escherichia coli strain SCU-485 plasmid pSCU-485-1, complete sequence	False	True
MAD0022_000000011840	1221	0.5817068129827163	1	1	0	1	1	False	82890	fragment	False	ISR0135_000000016273	0.6432623477055255		0	0	False	False	0.9942669868469238	0	rep_cluster_2232				non-mobilizable	chromosome	1184.0	96.199	99.0	0.0001879452967882025	CP050222.1	enterobacteria	Escherichia coli strain RM-103-WU chromosome	False	True
SPA0019_000000024674	1181	0.5817068129827163	1	1	0	1	1	False	82890	fragment	False	ISR0135_000000016273	0.7557974665419016		0	0	False	False	1.0	0					non-mobilizable	plasmid	1181.0	95.59700000000001	100.0	0.012189826302729528	CP024665.1	enterobacteria	Escherichia coli strain 90-9269 plasmid unnamed4	False	True
ISR0031_000000010743	2121	0.5817062888009235	3	3	3	3	3	False	80903	maximal	True	ISR0031_000000010743	0.98977360928885		565	15	False	False	0.9995285272598267	0					non-mobilizable	no_good_hit	1082.0	70.518	49.0	0.0003656412909054659	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0369_000000002871	3711	0.5817049094592618	3	3	0	3	0	True	129125	fragment	False	ISR0369_000000002871	1.0		0	0	False	False	0.9964969158172607	0					non-mobilizable	no_good_hit	566.0	83.39200000000001	15.0	0.0011814226000915863	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0042_000000021963	1478	0.5817015847982223	2	2	2	2	2	False	36345	maximal	True	ISR0042_000000021963	1.0		2	2	False	False	0.9986467957496643	0					non-mobilizable	no_good_hit	830.0	89.398	56.0	0.00038528159099400787	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	True	False
AST0140_000000007543	3691	0.581698975043566	5	4	4	4	3	False	105615	fragment	False	AST0140_000000007543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	88.095	3.0	0.0017060385509679017	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0400_000000009282	2001	0.5816956702332802	2	2	2	2	2	False	101405	maximal	True	ISR0400_000000009282	1.0		0	0	False	False	0.9860069751739502	0					non-mobilizable	other	1969.0	88.573	98.0	0.01605020411851195	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
FIJ0048_000000003983	6857	0.5816936764041561	5	5	4	2	4	False	46815	maximal	True	FIJ0048_000000003983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1813.0	72.532	26.0	0.009564798973481609	NZ_KB894116.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
MON0082_000000013423	2456	0.5816883049484743	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.22299853285593543		0	0	False	False	0.9995928406715393	0					non-mobilizable	other	2456.0	98.412	100.0	0.005131347009955315	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0066_000000008556	3721	0.5816861367517179	6	2	2	2	1	False	71006	maximal	True	DEN0066_000000008556	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000004319	4327	0.5816860903921025	8	5	2	4	4	True	90377	fragment	False	ENG0032_000000004319	1.0		0	0	False	False	0.9997689127922058	0					non-mobilizable	plasmid	2877.0	94.995	96.0	0.023143264375961283	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0117_000000025179	1491	0.5816784530220492	2	2	2	1	1	False	83609	fragment	False	MAD0060_000000010572	0.9383177570093457		0	0	False	False	0.9691482186317444	0					non-mobilizable	chromosome	1473.0	100.0	99.0	0.0002928966202276953	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	False	False
SPA0025_000000010258	2081	0.5816695797861948	2	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.45931028156000936		0	0	False	False	1.0	0					non-mobilizable	chromosome	2086.0	88.111	100.0	0.0007246599082864285	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0017_000000012821	1607	0.5816695797861948	3	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.1425496933316747		0	0	False	False	0.9925326704978943	0					non-mobilizable	chromosome	1615.0	85.015	100.0	0.0005176432213395356	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0286_000000018087	1190	0.5816652688312719	2	1	1	1	1	False	26013	maximal	True	ISR0286_000000018087	1.0		9	3	False	False	0.9949579834938049	0					non-mobilizable	no_good_hit	159.0	77.987	13.0	4.7157691086894094e-05	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
MON0092_000000041577	1343	0.5816544932394596	2	2	2	2	1	False	9429	fragment	False	MON0092_000000041577	1.0		0	0	False	False	0.9970216155052185	0					non-mobilizable	no_good_hit	552.0	88.587	48.0	0.00037076285468522907	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0020_000000021676	1253	0.5816529785651089	2	2	2	2	1	False	37669	fragment	False	ISR0020_000000021676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0035_000000010758	1846	0.5816471295027309	4	3	2	2	2	False	28251	fragment	False	SPA0035_000000010758	1.0		0	0	False	False	0.9989165663719177	0					non-mobilizable	no_good_hit	97.0	86.598	5.0	3.377415260469533e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0349_000000006666	1635	0.5816426910380834	3	3	3	3	3	False	49466	fragment	False	ISR0349_000000006666	0.9690578726918765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1635.0	99.87799999999999	100.0	0.00036364866464827565	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0037_000000018173	3516	0.581641692035734	7	5	5	5	4	True	13737	fragment	False	MON0037_000000018173	0.9982915717539864		0	0	False	False	0.9729806780815125	0					non-mobilizable	other	2461.0	94.921	99.0	0.0590784342048245	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	True
MAD0047_000000001645	13681	0.5816406129150435	13	7	0	7	1	False	17714	maximal	True	MAD0047_000000001645	1.0		1	1	False	False	0.9999269247055054	0					non-mobilizable	no_good_hit	44.0	93.182	0.0	0.021860701576004067	XM_029730821.1	bony fishes	PREDICTED: Salmo trutta matrilin-3-like (LOC115172936), transcript variant X4, mRNA	True	False
ISR0118_000000003591	3855	0.5816322966599076	6	2	0	2	0	True	67687	maximal	True	ISR0118_000000003591	1.0		4	3	True	True	1.0	63					non-mobilizable	no_good_hit								True	True
ISR0392_000000007954	3836	0.5816322966599076	6	2	0	2	0	True	128516	maximal	False	ISR0247_000000003135	0.9812675133020385		0	0	True	True	0.9997392892837524	138					non-mobilizable	no_good_hit								True	True
ISR0210_000000004977	3835	0.5816322966599076	6	2	0	2	0	True	128516	maximal	False	ISR0247_000000003135	0.9799235941339955		0	0	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
ISR0176_000000008542	3823	0.5816322966599076	5	2	0	2	0	True	128516	maximal	False	ISR0247_000000003135	0.9541738507046063		0	0	True	True	1.0	269					non-mobilizable	no_good_hit								True	True
ISR0247_000000003135	3808	0.5816322966599076	5	2	0	2	0	True	128516	maximal	True	ISR0247_000000003135	0.9813292818104185		45	7	True	True	0.9997373819351196	42					non-mobilizable	no_good_hit								True	True
ISR0815_000000009127	3353	0.5816322966599076	4	2	0	2	0	True	125275	fragment	False	ISR0815_000000009127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0069_000000008148	2982	0.5816322966599076	4	2	0	2	0	True	128515	fragment	False	AST0005_000000009650	0.986454167762842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0005_000000009650	2981	0.5816322966599076	5	2	0	2	0	True	128515	fragment	False	AST0005_000000009650	0.9865883824187851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0091_000000007864	2981	0.5816322966599076	5	2	0	2	0	True	128515	fragment	False	AST0005_000000009650	0.9865084262745107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0395_000000012946	2968	0.5816322966599076	5	2	0	2	0	True	128515	fragment	False	AST0005_000000009650	0.9847075681305499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0014_000000005905	2954	0.5816322966599076	4	2	0	2	0	True	128515	fragment	False	AST0005_000000009650	0.9477131847420298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0101_000000015737	2805	0.5816322966599076	4	2	0	2	0	True	128515	fragment	False	AST0005_000000009650	0.9459607066909125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0088_000000008419	2785	0.5816322966599076	4	2	0	2	0	True	128515	fragment	False	AST0005_000000009650	0.9467209553594682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0842_000000007653	2785	0.5816322966599076	4	2	0	2	0	True	128515	fragment	False	AST0005_000000009650	0.9471458790265718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0322_000000004034	2539	0.5816322966599076	4	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9839355217205635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0379_000000009432	2529	0.5816322966599076	4	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9874424386355649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0168_000000009045	2327	0.5816322966599076	3	2	0	2	0	True	67686	fragment	False	ENG0189_000000006743	0.9878083763625932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0005_000000010335	2324	0.5816322966599076	3	2	0	2	0	True	67686	fragment	False	ENG0189_000000006743	0.9875307602809791		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0189_000000006743	2324	0.5816322966599076	3	2	0	2	0	True	67686	fragment	False	ENG0189_000000006743	0.9896794495805064		0	0	False	False	0.9995697140693665	0					non-mobilizable	no_good_hit								True	True
ISR0307_000000004118	2311	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9804099788055005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0161_000000013212	2311	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9800714238505759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0078_000000011315	2311	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9804880191764158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0174_000000010743	2311	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9798519093274755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0367_000000004127	2311	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9804099788055005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0145_000000006155	2311	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9800953986697306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0106_000000010724	2311	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9769389871310877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0372_000000007323	2311	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9803132744886198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0304_000000004077	2310	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9800299695888176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0021_000000010081	2310	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9795793427808468		0	0	False	False	0.9909090995788574	0					non-mobilizable	no_good_hit								True	True
ISR0075_000000010962	2310	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9800299695888176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0037_000000009642	2310	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9800299695888176		0	0	False	False	0.9982684254646301	0					non-mobilizable	no_good_hit								True	True
ISR0334_000000008894	2310	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9796373653709752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0256_000000007703	2310	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9800299695888176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000026621	2309	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9789537765574935		0	0	False	False	0.999566912651062	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000010143	2307	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9530669114539358		0	0	False	False	0.9995665550231934	0					non-mobilizable	no_good_hit								True	True
ISR0208_000000011808	2307	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9503236588757148		0	0	False	False	0.9995665550231934	0					non-mobilizable	no_good_hit								True	True
AST0012_000000009456	2307	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9513679171510259		0	0	False	False	0.9947984218597412	0					non-mobilizable	no_good_hit								True	True
ENG0074_000000009699	2307	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9514433020853467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0007_000000011459	2296	0.5816322966599076	3	2	0	2	0	True	125274	fragment	False	ISR0379_000000009432	0.9740259821451526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0092_000000007092	2146	0.5816322966599076	4	2	0	2	0	True	68562	maximal	True	DEN0092_000000007092	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0153_000000016365	2006	0.5816322966599076	3	2	0	2	0	True	103395	fragment	False	AST0153_000000016365	1.0		0	0	False	False	0.9955134391784668	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	1.1247271532432712e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0083_000000017701	1298	0.581627236896478	3	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.1580880690022845		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	97.227	100.0	0.0011133544158194186	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0004_000000020905	1301	0.5816222011886837	1	1	1	1	1	False	67743	fragment	False	ENG0004_000000020905	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	87.72200000000001	99.0	0.0004058885838973899	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
AUS0002_000000030517	1233	0.5816198425550191	1	1	1	1	1	False	102702	maximal	True	AUS0002_000000030517	1.0		10	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0019_000000004230	2020	0.5816193114528879	4	2	0	2	1	False	89445	fragment	False	CHI0019_000000004230	1.0		0	0	False	False	0.9955445528030396	0					non-mobilizable	other	1680.0	98.571	95.0	0.2574014419389477	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0118_000000008391	1253	0.5816193114528879	4	2	0	2	1	False	41584	fragment	False	FIJ0118_000000008391	1.0		0	0	False	False	0.9992018938064575	0					non-mobilizable	plasmid	1255.0	90.359	100.0	0.24231884057971015	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
ISR0838_000000006051	3576	0.58161447466524	4	2	2	2	2	False	49613	fragment	False	ISR0838_000000006051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	78.26100000000001	6.0	5.0420781323081105e-05	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
USA0111_01_000000014125	1799	0.5816126328409348	2	2	2	2	2	False	4640	maximal	True	USA0111_01_000000014125	0.9709821428571429		9	6	False	False	0.9861034154891968	0					non-mobilizable	no_good_hit								True	False
FIJ0082_000000001754	11951	0.5816082158042082	8	6	3	6	3	False	96044	fragment	False	FIJ0082_000000001754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.000181699495952139	NZ_PPDF01000007.1	firmicutes	Veillonella tobetsuensis strain Y6 Contig_7_len_148597, whole genome shotgun sequence	True	False
MON0037_000000016624	3768	0.5816075398906778	4	4	4	4	4	False	12130	maximal	True	MON0037_000000016624	1.0		315	15	False	False	0.9930998086929321	0					non-mobilizable	other	3768.0	97.479	100.0	0.043129801582303846	NZ_CABKPS010000042.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0071_000000003067	10160	0.5816062515479024	9	4	2	4	2	False	70515	fragment	False	DEN0071_000000003067	1.0		0	0	False	False	0.9986220598220825	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.852816890749249e-05	NZ_QOVI01000003.1	CFB group bacteria	Leeuwenhoekiella aestuarii strain R-50232 Contig003, whole genome shotgun sequence	True	False
SPA0037_000000004734	5042	0.5816057411155572	5	5	5	4	4	False	83866	maximal	True	SPA0037_000000004734	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	98.95100000000001	53.0	0.08350333827893175	NZ_WNCH01000039.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold39_size21568, whole genome shotgun sequence	True	False
MON0103_000000012012	3769	0.5816046719757444	5	3	3	3	2	False	53734	fragment	False	MON0103_000000012012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	70.133	26.0	0.0003216774527154187	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
DEN0096_000000009266	4517	0.5816045460637804	5	5	5	5	5	False	68233	maximal	True	DEN0096_000000009266	1.0		29	8	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	72.101	19.0	0.015444926405197916	NZ_LTDM01000008.1	firmicutes	Tissierella creatinophila DSM 6911 TICR_contig000008, whole genome shotgun sequence	True	False
FIJ0054_000000016882	1500	0.5816041396858491	3	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.7156416262441692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	91.556	51.0	0.01024	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0016_000000014094	1364	0.5816041396858491	3	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.6416471130923848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	91.499	48.0	0.01017142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0095_000000025053	1127	0.5816041396858491	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.18256201907819178		0	0	False	False	0.9991126656532288	0					non-mobilizable	no_good_hit	299.0	90.97	37.0	0.0067885714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
USA0063_01_000000002529	8386	0.5816020926557719	13	8	4	7	4	True	110690	fragment	False	ENG0052_000000002598	0.4777894983591186		0	0	False	False	1.0	0					non-mobilizable	other	4485.0	97.971	90.0	0.0012007801321768639	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0055_000000018846	1886	0.5815904413258886	3	3	3	3	1	False	113779	maximal	False	MON0039_000000024142	0.9665324609964772		0	0	False	False	0.9946977496147156	0					non-mobilizable	no_good_hit								True	False
MON0033_000000023882	2692	0.5815885988736992	3	3	3	2	1	False	131972	fragment	False	ISR0107_000000008116	0.9737001442077666		0	0	False	False	0.9996285438537598	0					non-mobilizable	other	2692.0	98.99700000000001	100.0	0.005336490409785351	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0033_000000004129	6293	0.5815829878752454	4	4	4	4	4	False	36904	maximal	True	ISR0033_000000004129	1.0		20	5	False	False	0.9996821880340576	0					non-mobilizable	no_good_hit	1468.0	87.398	23.0	0.0035647842232696043	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0027_000000020545	1244	0.5815816738104543	2	2	2	1	1	False	37217	maximal	True	ISR0027_000000020545	1.0		21	8	False	False	0.9694533944129944	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	3.9665523307957315e-06	NZ_AP019400.1	firmicutes	Cohnella abietis strain KCTC 43028	True	False
USA0024_01_000000003792	6346	0.581579579866984	4	4	3	4	4	True	96621	fragment	False	USA0024_01_000000003792	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5224.0	98.564	99.0	0.47489539748953974	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0361_000000007199	1895	0.5815744420241196	3	3	2	3	2	False	23757	maximal	True	ISR0361_000000007199	1.0		26	9	False	False	1.0	0					non-mobilizable	chromosome	1040.0	97.69200000000001	100.0	0.00024197485046746837	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
ITA0001_000000000983	2486	0.5815740949863502	4	2	2	2	1	True	132037	fragment	False	MAD0049_000000005142	0.2796684078212137		0	0	False	False	0.9987932443618774	0					non-mobilizable	no_good_hit	122.0	95.08200000000001	5.0	0.134009009009009	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
MAD0086_000000001509	4337	0.5815675721582652	9	2	2	2	1	False	16037	maximal	True	MAD0086_000000001509	1.0		2	1	False	False	0.9852432608604431	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000015260	1634	0.5815665909698956	2	1	1	1	1	False	28770	maximal	True	ISR0200_000000015260	1.0		56	7	False	False	0.9957160353660583	0					non-mobilizable	chromosome	1615.0	99.69	99.0	0.000552938935534309	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ENG0158_000000014352	1322	0.5815642576346224	3	3	2	3	2	False	94372	fragment	False	ISR0185_000000020684	0.611039644707206		0	0	False	False	0.9962178468704224	0					non-mobilizable	no_good_hit	442.0	99.095	33.0	0.003699260986637363	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0109_000000005527	5617	0.5815611861072564	6	5	3	5	2	False	8516	maximal	True	MON0109_000000005527	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1620.0	80.80199999999999	29.0	0.009216959204937085	NZ_JNKW01000005.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
AST0048_000000004281	3859	0.5815606119890582	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.5849811857810588		0	0	False	False	0.9997408390045166	0					non-mobilizable	other	3508.0	83.26700000000001	92.0	0.0005722166432876232	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
MAD0046_000000002431	8725	0.5815557333704325	14	6	4	4	3	True	17779	fragment	False	MAD0046_000000002431	1.0		0	0	False	False	0.9993123412132263	0					non-mobilizable	no_good_hit	151.0	75.497	2.0	2.2868831680046556e-05	CP034451.1	a-proteobacteria	Mesorhizobium sp. M3A.F.Ca.ET.080.04.2.1 chromosome, complete genome	True	True
CHI0114_000000003214	2263	0.5815548039274411	4	4	4	4	4	False	95303	fragment	False	CHI0114_000000003214	0.9660260825751378		0	0	False	False	1.0	0					non-mobilizable	other	1866.0	98.76700000000001	99.0	0.046682185677454885	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0021_000000000422	34462	0.5815525926714717	33	16	11	15	7	True	130568	fragment	False	ISR0021_000000000422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1948.0	71.561	6.0	0.0008544225449143694	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	True
MON0004_000000013033	2956	0.5815497445912226	3	3	3	3	3	False	128177	maximal	True	MON0004_000000013033	1.0		23	6	False	False	0.991542637348175	0					non-mobilizable	no_good_hit	1865.0	93.67299999999999	63.0	0.03005714285714286	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0379_000000003809	5144	0.5815440780659564	6	3	3	3	2	False	23230	maximal	True	ISR0379_000000003809	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.274773714853404e-07	LR862394.1	rodents	Arvicola amphibius genome assembly, chromosome: 14	True	False
USA0120_01_000000011385	1178	0.5815392765024727	2	2	2	2	1	False	205	fragment	False	USA0120_01_000000011385	1.0		0	0	False	False	0.9949066042900085	0					non-mobilizable	other	1162.0	94.92299999999999	99.0	0.004660703963003404	NZ_DS544177.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0102_000000011353	3200	0.5815373629141113	6	3	1	3	1	False	14318	maximal	True	SPA0102_000000011353	1.0		28	5	False	False	1.0	0					non-mobilizable	no_good_hit	1496.0	98.79700000000001	47.0	0.0033861604564408396	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0002_000000015828	1699	0.5815373629141113	3	3	1	3	1	False	14316	fragment	False	MON0002_000000015828	1.0		0	0	False	False	0.9640965461730957	0					non-mobilizable	no_good_hit	1271.0	98.11200000000001	75.0	0.0028765376452708135	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0117_000000006498	3198	0.5815351327912289	4	4	4	4	4	False	62153	maximal	True	FIJ0117_000000006498	1.0		26	7	False	False	0.9996873140335083	0					non-mobilizable	other	3233.0	81.163	100.0	0.0008553580035188374	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
DEN0096_000000003793	9398	0.5815334610576967	7	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.7266478781406966		0	0	False	False	0.9997872114181519	0					non-mobilizable	no_good_hit	872.0	83.945	14.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0169_000000002764	7556	0.5815334610576967	6	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.5448249017653972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	85.495	6.0	0.0009430470666217796	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0179_000000003001	8545	0.5815237835587125	7	3	2	3	1	True	114751	fragment	False	ISR0179_000000003001	0.9932836993381947		0	0	False	False	0.9959040284156799	0					non-mobilizable	no_good_hit	2251.0	78.365	26.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
FIJ0011_000000033191	1382	0.5815218677802613	3	2	2	2	2	False	50895	maximal	True	FIJ0011_000000033191	1.0		24	6	False	False	0.986975371837616	0					non-mobilizable	no_good_hit	81.0	85.185	6.0	1.718962520170951e-05	NC_014364.1	spirochetes	Sediminispirochaeta smaragdinae DSM 11293, complete sequence	True	False
ENG0032_000000012791	1809	0.5815131172022743	3	3	3	3	2	False	65598	maximal	True	ENG0032_000000012791	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	98.70299999999999	71.0	0.00023183225461082742	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0062_000000009449	2670	0.5815073370504756	4	2	1	2	1	True	63207	maximal	True	ENG0062_000000009449	1.0		10	3	False	False	0.9917603135108948	0					non-mobilizable	other	2415.0	89.15100000000001	100.0	0.0077419562523137345	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0058_01_000000007530	2616	0.5815073370504756	3	2	1	2	1	True	35448	fragment	False	USA0058_01_000000007530	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2621.0	90.156	100.0	0.00843406460751018	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0303_000000001382	7438	0.5815032396540549	10	3	1	3	2	False	25522	maximal	True	ISR0303_000000001382	1.0		1	1	False	False	0.9998655319213867	0					non-mobilizable	no_good_hit	1392.0	83.62100000000001	19.0	0.0002609301696292442	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	True	False
ISR0168_000000008961	2883	0.5814985511254062	5	5	2	2	4	False	111971	fragment	False	ISR0016_000000006805	0.975667694789297		0	0	False	False	1.0	0					non-mobilizable	other	2883.0	99.82700000000001	100.0	0.009660605044833655	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
ENG0191_000000015929	1971	0.5814960918898555	3	2	2	2	2	False	67515	fragment	False	ENG0191_000000015929	0.9820897010990184		0	0	False	False	1.0	0					non-mobilizable	other	1971.0	99.696	100.0	0.0008308355548695187	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
CHI0064_000000010587	1706	0.581491851988745	2	2	2	2	1	True	85301	fragment	False	CHI0064_000000010587	1.0		0	0	False	False	0.9953106641769409	0					non-mobilizable	other	1688.0	99.46700000000001	99.0	0.0004684783755713659	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0077_000000005522	5036	0.5814904464697214	4	4	4	4	4	False	116968	maximal	True	ISR0077_000000005522	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	2239.0	94.506	44.0	0.08118594436310396	NZ_JAAITU010000047.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_47_length_27320_cov_141.465, whole genome shotgun sequence	True	False
ISR0358_000000006654	2856	0.5814791621349787	5	3	3	2	2	False	99527	fragment	False	DEN0043_000000002182	0.952047781569966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000016876	1110	0.5814778819997419	2	2	2	2	1	False	25308	fragment	False	ISR0310_000000016876	1.0		0	0	False	False	0.9972972869873047	0					non-mobilizable	other	1108.0	95.66799999999999	100.0	0.0005260552048520857	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0008_000000009135	3445	0.5814749366505888	4	4	4	4	2	True	42407	maximal	True	MON0008_000000009135	1.0		19	4	False	False	0.9869375824928284	0					non-mobilizable	no_good_hit	151.0	81.457	4.0	0.0004028987220052538	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0061_000000028501	1602	0.5814725582246031	4	3	2	1	2	True	123556	backbone	False	ISR0826_000000002301	0.0879342142844259	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	1504.0	97.939	94.0	0.0037138181268986897	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
SPA0132_000000024624	1684	0.5814716957434516	2	2	2	2	1	False	96069	fragment	False	SPA0132_000000024624	0.9858490566037736		0	0	False	False	0.9881235361099243	0					non-mobilizable	chromosome	1684.0	99.584	100.0	0.0004706229756291122	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0210_000000004454	4566	0.5814685559522491	4	2	1	2	1	True	53753	maximal	True	ENG0210_000000004454	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	3499.0	85.51	76.0	0.0011113243404740924	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
DEN0058_000000000126	5878	0.5814659669183571	7	5	3	5	2	True	85149	fragment	False	DEN0058_000000000126	1.0		0	0	False	False	0.999829888343811	0					non-mobilizable	plasmid	3014.0	96.78200000000001	100.0	0.04841596130592503	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ISR0085_000000012072	2032	0.5814647238109864	4	3	2	2	2	False	75346	fragment	False	ISR0217_000000011561	0.6514267185473411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000024101	1396	0.5814638912722955	1	1	1	1	1	False	9252	fragment	False	SPA0130_000000024101	1.0		0	0	False	False	0.9964183568954468	0					non-mobilizable	no_good_hit	55.0	87.273	4.0	0.0017029753871859136	NZ_ACJM01000026.1	firmicutes	Dethiobacter alkaliphilus AHT 1 ctg5, whole genome shotgun sequence	True	False
ISR0058_000000008385	2936	0.5814637014673298	4	4	3	4	3	False	52004	maximal	True	ISR0058_000000008385	1.0	PS211	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2026.0	97.43299999999999	73.0	0.001364407305241643	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
AST0153_000000010516	2981	0.5814630801253639	4	2	2	2	2	False	103439	maximal	True	AST0153_000000010516	1.0		4	2	False	False	0.9973163604736328	0					non-mobilizable	no_good_hit	704.0	71.307	23.0	0.0001972205319417346	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0149_000000010976	1812	0.5814630801253639	2	2	2	2	2	False	57208	fragment	False	ENG0149_000000010976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	71.307	38.0	0.0001972205319417346	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0108_000000000548	19237	0.5814626224066064	27	13	11	13	9	False	127296	maximal	True	AST0108_000000000548	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	5096.0	99.25399999999999	55.0	0.47101784228529164	MK239139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_6-CL25_c3 sequence	True	False
ENG0079_000000019145	1740	0.5814614391201394	2	2	2	2	2	False	104659	fragment	False	ENG0079_000000019145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0188_000000008358	3173	0.5814576245738643	4	3	2	3	1	False	54922	fragment	False	ENG0188_000000008358	1.0		0	0	False	False	0.9990545511245728	0					non-mobilizable	other	3150.0	94.794	99.0	0.013162410332387482	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
MAD0027_000000008199	1485	0.5814563153980125	3	1	1	1	1	False	19034	maximal	True	MAD0027_000000008199	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0058_000000001363	11786	0.5814560233442311	13	10	7	7	9	True	113161	maximal	True	AST0058_000000001363	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3175.0	96.72399999999999	40.0	0.0008671310319187325	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
USA0091_01_000000006623	1593	0.5814496389409899	2	2	2	2	2	False	380	maximal	True	USA0091_01_000000006623	1.0		255	14	False	False	0.9993722438812256	0					non-mobilizable	other	975.0	88.51299999999999	97.0	0.0002923495054897577	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0110_000000000592	25388	0.5814468742060028	40	19	9	14	9	True	42568	maximal	True	ISR0110_000000000592	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3646.0	90.126	54.0	0.0060201057586146784	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0058_000000006123	3858	0.5814444236604924	3	2	2	2	1	True	44683	maximal	False	FIJ0130_000000005550	0.9957086747249471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	94.645	39.0	0.023569343991879203	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0228_000000006425	3833	0.5814444236604924	3	2	2	2	1	True	44683	maximal	False	FIJ0130_000000005550	0.994953664406669		0	0	False	False	0.9997391104698181	0					non-mobilizable	no_good_hit	1494.0	94.712	39.0	0.023569343991879203	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0264_000000002429	3831	0.5814444236604924	3	2	2	2	1	True	44683	maximal	False	FIJ0130_000000005550	0.9945650078826239		0	0	False	False	0.9994779229164124	0					non-mobilizable	no_good_hit	1494.0	94.645	39.0	0.023569343991879203	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
DEN0069_000000022028	1213	0.5814432058036363	2	2	2	2	1	False	70675	maximal	True	DEN0069_000000022028	1.0		26	5	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	78.237	60.0	0.006517480749961635	NZ_JAAWUO010000015.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_15_length_110779_cov_107.073, whole genome shotgun sequence	True	False
MAD0093_000000013418	2327	0.5814424907828436	3	3	3	3	3	False	38736	fragment	False	MAD0093_000000013418	0.9326126954921803		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	88.609	97.0	0.00041416281206973376	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ETH0005_000000018970	2514	0.5814355947426758	3	2	1	2	1	True	52757	maximal	True	ETH0005_000000018970	1.0		28	11	False	False	1.0	0					non-mobilizable	no_good_hit	1703.0	94.304	68.0	0.8294346978557505	KU545979.1	bacteria	Uncultured bacterium clone CH_03C_000_Contig_10 genomic sequence	True	True
FIJ0026_000000026913	1211	0.5814350907061416	2	2	2	2	0	True	49034	fragment	False	FIJ0026_000000026913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	82.292	8.0	0.00035022912357926794	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	True
FIJ0069_000000004074	5917	0.5814337649100908	7	7	6	7	6	False	51787	fragment	False	FIJ0130_000000003579	0.956439393939394		0	0	False	False	0.9996619820594788	0					non-mobilizable	no_good_hit	180.0	80.556	3.0	8.551817044924424e-05	NZ_CP050965.1	firmicutes	Gemella haemolysans strain FDAARGOS_740 chromosome	True	False
CHI0137_000000000501	17207	0.5814326176071282	20	7	0	7	0	False	80554	maximal	True	CHI0137_000000000501	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2273.0	82.93	13.0	0.9978012313104662	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
DEN0010_000000029605	1563	0.5814294519710187	3	2	2	2	2	True	75904	maximal	True	DEN0010_000000029605	1.0		106	11	False	False	0.9865642786026001	0					non-mobilizable	no_good_hit	698.0	70.917	44.0	0.03182999257609503	NZ_JALP01000188.1	firmicutes	Bacillus alcalophilus ATCC 27647 = CGMCC 1.3604 contig_443, whole genome shotgun sequence	True	True
FIJ0046_000000025150	1359	0.581428404291953	2	2	2	1	1	False	46947	fragment	False	FIJ0046_000000025150	1.0		0	0	False	False	0.9992641806602478	0					non-mobilizable	no_good_hit	817.0	82.742	60.0	0.0003875193997733916	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ENG0128_000000008801	3011	0.5814281779410604	4	2	1	2	1	True	58648	fragment	False	ENG0128_000000008801	1.0		0	0	False	False	0.9986715316772461	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.5658352923111425e-06	LN590691.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG8, chromosome: 8	True	True
CHI0047_000000004793	3206	0.5814278545448609	4	3	3	3	2	False	103394	maximal	True	CHI0047_000000004793	1.0		99	8	False	False	1.0	0					non-mobilizable	chromosome	2899.0	99.448	90.0	0.0005849779992137023	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
MAD0067_000000003701	2594	0.5814272155015274	7	5	3	2	4	False	16515	maximal	True	MAD0067_000000003701	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2515.0	99.443	100.0	0.014477480434669938	CP027451.1	enterobacteria	Escherichia coli strain 2014C-3097 plasmid unnamed2, complete sequence	False	True
ISR0132_000000003970	6077	0.5814202275965706	7	6	4	4	5	False	82817	fragment	False	ISR0132_000000003970	1.0		0	0	False	False	0.9911140203475952	0					non-mobilizable	no_good_hit	4469.0	97.964	74.0	0.0006303611040380938	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MON0025_000000016511	2337	0.5814182799588191	3	2	2	2	2	False	12824	maximal	True	MON0025_000000016511	1.0		40	6	False	False	1.0	0					non-mobilizable	other	2335.0	98.887	99.0	0.004880425395776571	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0069_000000004604	7877	0.5814135406741641	16	7	3	3	6	False	116151	maximal	True	MON0069_000000004604	1.0		1	1	False	False	0.9927637577056885	0					non-mobilizable	no_good_hit	3821.0	99.32	87.0	0.02057103469073442	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0239_000000002114	5654	0.5814132672408864	7	3	1	1	3	True	27275	maximal	True	ISR0239_000000002114	1.0		2	1	False	False	0.9980545043945312	0					non-mobilizable	no_good_hit	2975.0	92.471	69.0	0.2819631433209205	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
CHI0069_000000007614	1366	0.5814111666742833	1	1	1	1	1	False	111299	fragment	False	ISR0832_000000008004	0.4637843943798319		0	0	False	False	0.9919472932815552	0					non-mobilizable	no_good_hit	86.0	95.34899999999999	6.0	2.9627749978040608e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0152_000000004620	4700	0.5814098955004056	5	3	2	3	2	False	52874	fragment	False	FIJ0048_000000006125	0.968500761694863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0138_000000006278	4656	0.5814042503148221	6	5	5	5	5	False	37142	maximal	True	ISR0138_000000006278	1.0		1	1	False	False	0.994415819644928	0					non-mobilizable	no_good_hit	2846.0	98.559	65.0	0.0008076182387166223	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0049_000000007097	2927	0.5814002927788698	4	4	4	4	4	False	87339	maximal	False	SPA0066_000000004828	0.7336772549637757		0	0	False	False	0.9907755255699158	0					non-mobilizable	other	1624.0	99.323	96.0	0.013535038486877768	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0279_000000007789	2641	0.5813977522338811	3	3	3	3	2	False	26247	maximal	True	ISR0279_000000007789	1.0		42	11	False	False	0.9931843876838684	0					non-mobilizable	no_good_hit								True	False
USA0106_01_000000000712	16197	0.5813957695298541	25	9	3	8	3	True	110688	maximal	False	ISR0095_000000000884	0.9674095029155361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4485.0	97.971	72.0	0.0012007801321768639	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CHI0088_000000002119	2168	0.5813804712498101	3	3	3	3	2	False	83944	maximal	True	CHI0088_000000002119	1.0		6	4	False	False	0.9990774989128113	0					non-mobilizable	other	1556.0	81.555	97.0	0.0005665720300562059	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	False	False
ISR0327_000000016003	1785	0.5813794413833714	2	2	2	2	1	False	24784	maximal	True	ISR0327_000000016003	1.0		0	0	False	False	0.9927170872688293	0					non-mobilizable	no_good_hit	901.0	89.789	50.0	0.000252085678779332	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0024_000000004855	7159	0.5813780524046991	9	5	2	4	4	True	98548	fragment	False	MON0024_000000004855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	76.38600000000001	6.0	0.1694915254237288	HG796409.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00979	True	True
FIJ0169_000000009719	2342	0.5813746729646795	7	2	0	1	1	False	38868	fragment	False	FIJ0169_000000009719	1.0		0	0	False	False	0.9940221905708313	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.753949496349612e-07	LR778310.1	eudicots	Raphanus sativus genome assembly, chromosome: 1	True	False
DEN0063_000000034647	1456	0.5813742721835491	2	2	1	2	0	True	71440	maximal	True	DEN0063_000000034647	1.0		1	1	False	False	0.9890109896659851	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	6.0	7.540015750649373e-06	CP045572.1	high GC Gram+	Nonomuraea sp. WYY166 chromosome, complete genome	True	True
SPA0142_000000009419	3042	0.581374036066172	3	3	2	3	1	False	3436	maximal	True	SPA0142_000000009419	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0061_000000002476	2198	0.5813725644945341	3	3	3	3	3	False	86133	fragment	False	FIJ0101_000000012775	0.9363209348317738		0	0	False	False	0.9990900754928589	0					non-mobilizable	other	2207.0	98.18799999999999	100.0	0.0006641843554175133	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0269_000000001125	8508	0.581366820753292	8	8	8	8	7	False	122927	fragment	False	AST0019_000000002659	0.9820153939968563		0	0	False	False	1.0	0					non-mobilizable	other	8433.0	99.02799999999999	99.0	0.1394194988836517	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0078_000000005465	2964	0.581363254390022	7	4	4	3	2	True	84489	maximal	True	CHI0078_000000005465	1.0		11	3	False	False	0.9996626377105713	0					non-mobilizable	no_good_hit	763.0	88.204	84.0	0.0002446396046056709	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0124_000000015993	1769	0.5813604906354043	2	2	2	2	2	False	41238	maximal	True	FIJ0124_000000015993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	77.249	32.0	0.00018672657950978094	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0309_000000009817	1931	0.5813574972733733	2	2	2	2	1	False	25378	maximal	True	ISR0309_000000009817	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	71.75	21.0	0.061844371379364334	NZ_LOHY01000145.1	fusobacteria	Streptobacillus hongkongensis strain DSM 26322 DSM26322_S22CLC_contig_81, whole genome shotgun sequence	True	False
MAD0089_000000022100	1290	0.5813574527654606	2	2	2	2	2	False	88990	fragment	False	DEN0051_000000034695	0.48865362955034664		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	99.38	100.0	0.00031603431607991916	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0140_000000001364	21550	0.5813559737777015	25	17	6	8	14	False	103794	maximal	True	ISR0140_000000001364	0.999817159708934		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	4471.0	88.884	56.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0145_000000000586	21518	0.5813559737777015	25	17	6	8	14	False	103794	maximal	False	ISR0140_000000001364	0.9991279277778552		0	0	False	False	0.9996746778488159	0					non-mobilizable	no_good_hit	4471.0	88.884	56.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
MON0076_000000021695	2193	0.5813557266795569	3	3	3	2	2	False	93384	fragment	False	MON0076_000000021695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	89.682	82.0	0.0003590492576992157	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0007_000000000818	6836	0.5813461108319414	6	3	3	3	2	True	19873	fragment	False	MAD0007_000000000818	0.999765625		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2272.0	96.039	34.0	0.000581985174504537	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
FIJ0154_000000001652	15069	0.5813419317948504	19	5	2	5	1	True	39624	fragment	False	FIJ0154_000000001652	0.9377587728229146		0	0	False	False	0.999933660030365	0					non-mobilizable	no_good_hit								True	True
CHI0119_000000000385	16296	0.5813399397305811	16	6	3	4	4	True	130557	maximal	True	CHI0119_000000000385	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	10798.0	99.88	89.0	0.002089862136076816	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
SPA0124_000000001928	13720	0.5813399397305811	15	6	3	4	4	True	130538	fragment	False	SPA0124_000000001928	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10761.0	99.87899999999999	100.0	0.002082699770475219	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0104_000000002044	11234	0.5813379692352404	11	3	2	2	2	True	33108	maximal	True	ISR0104_000000002044	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1865.0	98.66	17.0	0.04207602141066468	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	True
ISR0146_000000004064	9218	0.5813379692352404	7	3	2	2	2	True	33107	fragment	False	ISR0146_000000004064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1866.0	97.91	20.0	0.04207602141066468	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	True
ISR0102_000000002500	8010	0.5813379692352404	6	3	2	2	2	True	33106	fragment	False	ISR0102_000000002500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1609.0	98.198	20.0	0.03629423854371344	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	True
SPA0092_000000005251	6860	0.5813316965456223	8	8	7	8	7	False	127580	fragment	False	SPA0092_000000005251	0.961125545427871		0	0	False	False	1.0	0					non-mobilizable	chromosome	6854.0	98.27799999999999	99.0	0.0028222342475016657	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0334_000000000942	13988	0.5813303319899471	11	10	5	8	7	True	124285	maximal	True	ISR0334_000000000942	1.0		79	7	False	False	1.0	0					non-mobilizable	other	13988.0	99.929	100.0	0.13853899289416569	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
CHI0142_000000012971	1441	0.5813303000181279	2	2	2	2	1	False	79976	fragment	False	CHI0142_000000012971	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1310.0	91.90799999999999	91.0	0.0003641298674183109	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0201_000000008080	3668	0.5813219794868912	4	2	2	2	1	False	89835	maximal	True	ISR0201_000000008080	1.0		4	2	False	False	0.9978189468383789	0					non-mobilizable	other	3376.0	92.595	91.0	0.04629310701147683	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0149_000000005032	3102	0.5813219794868912	4	2	2	2	1	False	89834	fragment	False	ISR0149_000000005032	0.9755014822163124		0	0	False	False	0.9938749074935913	0					non-mobilizable	other	3113.0	95.728	99.0	0.04280734627519599	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0244_000000007675	2992	0.5813219794868912	4	2	2	2	1	False	54710	maximal	True	ISR0244_000000007675	1.0		49	12	False	False	0.9989973306655884	0					non-mobilizable	other	2920.0	96.74700000000001	97.0	0.04020335900580042	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0007_000000015666	1606	0.5813203421720599	2	2	2	2	2	False	67518	maximal	True	ENG0007_000000015666	1.0		27	11	False	False	0.9912827014923096	0					non-mobilizable	no_good_hit	210.0	72.857	15.0	2.8812771824839505e-05	CP049258.1	a-proteobacteria	Nordella sp. HKS 07 chromosome, complete genome	True	False
ISR0085_000000004881	4355	0.5813139880106722	3	2	2	2	2	False	72145	fragment	False	ISR0085_000000004881	0.9819574896617159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	77.756	28.0	0.0004469355606843243	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
FIJ0002_000000008586	4065	0.5813139880106722	2	2	2	2	2	False	72145	fragment	False	ISR0085_000000004881	0.9620712941072469		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	77.383	31.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0128_000000006673	3801	0.5813139880106722	2	2	2	2	2	False	72145	fragment	False	ISR0085_000000004881	0.6420664206642066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	76.779	31.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0163_000000017186	1508	0.5813135740145355	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.14238944964587252	PS730	0	0	False	True	0.9980106353759766	0					non-mobilizable	chromosome	1511.0	90.47	100.0	0.0004857337076953176	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ETH0001_000000004102	5426	0.5813122358097584	7	5	5	5	5	False	53583	maximal	True	ETH0001_000000004102	1.0		2	2	False	False	0.999631404876709	0					non-mobilizable	no_good_hit	646.0	94.427	32.0	0.0005236367178937626	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0136_000000001773	4125	0.5813087069071825	5	4	4	4	4	False	31402	maximal	True	ISR0136_000000001773	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	99.90700000000001	59.0	0.0004292532710097514	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0185_000000014713	2220	0.5813062186946321	2	2	2	2	2	False	109644	fragment	False	ISR0167_000000012672	0.9425987234730157		0	0	False	False	1.0	0					non-mobilizable	other	2220.0	97.34200000000001	100.0	0.0006162142948386846	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0160_000000000787	16272	0.5813031579432424	25	6	0	6	1	False	40414	maximal	True	FIJ0160_000000000787	0.9953902888752305		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.926335852894888e-06	NZ_MSCN01000001.1	CFB group bacteria	Polaribacter porphyrae strain NBRC 108759 scaffold00001, whole genome shotgun sequence	True	False
FIJ0011_000000040174	1159	0.5812979206980409	2	2	2	1	1	False	50870	maximal	True	FIJ0011_000000040174	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000017842	2059	0.5812934164971317	3	3	3	3	2	False	51715	fragment	False	FIJ0006_000000017842	1.0		0	0	False	False	0.9975716471672058	0					non-mobilizable	no_good_hit	1100.0	77.545	53.0	0.00036413729582540687	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
MAD0112_000000021358	1363	0.5812882620614964	2	2	2	1	1	False	14429	fragment	False	MAD0112_000000021358	1.0		0	0	False	False	0.9743213653564453	0					non-mobilizable	other	1363.0	99.413	100.0	0.025371632949592042	NZ_LT635845.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0053_000000008428	3060	0.5812871315574465	5	5	4	4	5	False	63873	maximal	True	ENG0053_000000008428	1.0		17	8	False	False	0.9977124333381653	0					non-mobilizable	chromosome	3060.0	99.96700000000001	100.0	0.0005943868430461209	CP057313.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 chromosome, complete genome	False	False
CHI0162_000000005551	4920	0.5812866240797927	7	6	2	4	5	False	101752	fragment	False	FIJ0123_000000006265	0.8665211078796607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	88.355	72.0	0.24573884689491626	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
BAN0018_000000000864	2714	0.581282094066558	3	2	2	2	2	False	98124	maximal	True	BAN0018_000000000864	1.0		2	2	False	False	0.9985261559486389	0					non-mobilizable	chromosome	1765.0	96.26100000000001	99.0	0.00033796042797591973	CP021193.1	enterobacteria	Escherichia coli strain H17 chromosome	False	False
FIJ0033_000000032467	1214	0.5812777873524142	2	2	2	2	2	False	48224	fragment	False	FIJ0033_000000032467	1.0		0	0	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit								True	False
DEN0006_000000001561	3407	0.5812756049318054	5	4	2	3	3	False	76373	fragment	False	DEN0006_000000001561	1.0		0	0	False	False	0.999706506729126	0					non-mobilizable	no_good_hit								True	False
ISR0368_000000001138	9951	0.5812750550033773	11	11	11	10	10	False	129658	maximal	True	ISR0368_000000001138	1.0	PS1061	32	4	False	True	0.9983921051025391	0					non-mobilizable	no_good_hit	3699.0	93.295	87.0	0.0009896622767431242	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0042_000000010332	2340	0.5812744210454845	4	2	1	2	1	False	47309	maximal	True	FIJ0042_000000010332	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	82.71600000000001	3.0	0.000163826998689384	NZ_AUHI01000004.1	firmicutes	Halalkalibacillus halophilus DSM 18494 G532DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CHI0143_000000006997	2729	0.5812665541348889	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.959018384702529	PS777	0	0	False	True	0.9981678128242493	0					non-mobilizable	other	2543.0	97.01100000000001	98.0	0.0006134836070519241	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
ISR0210_000000007515	2544	0.5812665541348889	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9580298125204919	PS777	0	0	False	True	1.0	0					non-mobilizable	plasmid	2544.0	98.86	100.0	0.01043624574219231	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
CHI0160_000000007227	3855	0.5812661846552274	4	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8662281208855199		0	0	False	False	1.0	0					non-mobilizable	other	3855.0	100.0	100.0	0.017904013304902468	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0173_000000004323	3855	0.5812661846552274	4	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8662281208855199		0	0	False	False	1.0	0					non-mobilizable	other	3855.0	100.0	100.0	0.017904013304902468	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0017_000000005272	3676	0.5812661846552274	4	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8080697513388678		0	0	False	False	1.0	0					non-mobilizable	other	3676.0	100.0	100.0	0.017072456900756764	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0339_000000003991	3486	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8315047072756659		0	0	False	False	1.0	0					non-mobilizable	other	3486.0	100.0	100.0	0.01618979926507138	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0171_000000006972	3401	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7681107278177103		0	0	False	False	1.0	0					non-mobilizable	other	3401.0	99.971	100.0	0.01579492611226476	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0078_000000002149	3338	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8114156461709618		0	0	False	False	1.0	0					non-mobilizable	other	3338.0	98.802	100.0	0.015502255422537501	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0059_000000011353	3314	0.5812661846552274	4	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5187942248200232		0	0	False	False	1.0	0					non-mobilizable	other	3314.0	100.0	100.0	0.015390761826450926	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0063_000000008671	3287	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.76751555488741		0	0	False	False	1.0	0					non-mobilizable	other	3287.0	100.0	100.0	0.01526533153085353	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0039_000000013919	3287	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7674343483395143		0	0	False	False	1.0	0					non-mobilizable	other	3287.0	100.0	100.0	0.01526533153085353	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0005_000000015715	3287	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.76751555488741		0	0	False	False	1.0	0					non-mobilizable	other	3287.0	100.0	100.0	0.01526533153085353	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0028_000000007503	3273	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.76075371464023		0	0	False	False	1.0	0					non-mobilizable	other	3273.0	100.0	100.0	0.015200293599803029	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0083_000000010199	3273	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.76075371464023		0	0	False	False	1.0	0					non-mobilizable	other	3273.0	100.0	100.0	0.015200293599803029	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0026_000000011013	3273	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.76075371464023		0	0	False	False	1.0	0					non-mobilizable	other	3273.0	100.0	100.0	0.015200293599803029	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0095_000000009079	3273	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7606725080923343		0	0	False	False	1.0	0					non-mobilizable	other	3273.0	100.0	100.0	0.015200293599803029	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0062_000000012271	3232	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7576552272586284		0	0	False	False	1.0	0					non-mobilizable	other	3232.0	100.0	100.0	0.01500982537315513	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0102_000000014128	3232	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7575777087015967		0	0	False	False	1.0	0					non-mobilizable	other	3232.0	99.969	100.0	0.01500982537315513	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0066_000000009205	3232	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7576552272586284		0	0	False	False	1.0	0					non-mobilizable	other	3232.0	100.0	100.0	0.01500982537315513	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0110_000000004127	3232	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7574372841341243		0	0	False	False	1.0	0					non-mobilizable	other	3232.0	99.969	100.0	0.01500982537315513	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0062_000000012278	3230	0.5812661846552274	4	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7560080093603184		0	0	False	False	1.0	0					non-mobilizable	other	3230.0	100.0	100.0	0.00467630118913314	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0007_000000017900	3230	0.5812661846552274	4	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7560080093603184		0	0	False	False	1.0	0					non-mobilizable	other	3230.0	100.0	100.0	0.00467630118913314	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0066_000000009212	3230	0.5812661846552274	4	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7560080093603184		0	0	False	False	1.0	0					non-mobilizable	other	3230.0	100.0	100.0	0.00467630118913314	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
USA0050_01_000000004335	3132	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7483807877097579		0	0	False	False	1.0	0					non-mobilizable	other	3132.0	99.87200000000001	100.0	0.005887042489743271	NZ_FOWI01000002.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	False	True
MON0026_000000011824	3124	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7388379906662786		0	0	False	False	1.0	0					non-mobilizable	other	3124.0	100.0	100.0	0.0045227899082263216	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0012_000000014661	3103	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7431037290909747		0	0	False	False	1.0	0					non-mobilizable	other	3103.0	100.0	100.0	0.01441054729418979	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0106_000000013037	3085	0.5812661846552274	4	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5996292241853357		0	0	False	False	1.0	0					non-mobilizable	other	3085.0	100.0	100.0	0.004466309342609663	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0100_000000013616	3085	0.5812661846552274	4	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5996292241853357		0	0	False	False	1.0	0					non-mobilizable	other	3085.0	100.0	100.0	0.004466309342609663	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0002_000000007398	3083	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5995576207373772		0	0	False	False	0.9996756315231323	0					non-mobilizable	other	3083.0	100.0	100.0	0.00446341290334727	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
USA0084_01_000000010713	3041	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.709058432690383		0	0	False	False	0.9996711611747742	0					non-mobilizable	other	3041.0	100.0	100.0	0.01019022877734015	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
MON0098_000000009719	3029	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7218860747134508		0	0	False	False	1.0	0					non-mobilizable	other	3029.0	99.96700000000001	100.0	0.01406677537292285	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0029_000000008611	3029	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7220929979334338		0	0	False	False	1.0	0					non-mobilizable	other	3029.0	100.0	100.0	0.01406677537292285	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0044_000000016297	3013	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7197476282362619		0	0	False	False	1.0	0					non-mobilizable	other	3013.0	100.0	100.0	0.013992446308865135	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0806_000000003539	3000	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.6923058531923663		0	0	False	False	0.9973333477973938	0					non-mobilizable	other	3000.0	99.833	100.0	0.041590392189493536	MK211825.1	firmicutes	Streptococcus suis ICE element ICESsuYS430, complete sequence	False	True
MON0104_000000014872	2996	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7089380454811689		0	0	False	False	1.0	0					non-mobilizable	other	2996.0	100.0	100.0	0.01391347167830381	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0083_000000011490	2991	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7087117801256912		0	0	False	False	1.0	0					non-mobilizable	other	2991.0	99.93299999999999	100.0	0.004330176697277202	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0047_000000012877	2986	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7047818603512221		0	0	False	False	1.0	0					non-mobilizable	other	2986.0	100.0	100.0	0.013867016013267739	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0008_000000010899	2976	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5864688503294592		0	0	False	False	1.0	0					non-mobilizable	other	2976.0	100.0	100.0	0.004308453402809257	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MAD0006_000000002814	2963	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.6061906564442061		0	0	False	False	1.0	0					non-mobilizable	other	2963.0	99.865	100.0	0.004289626547603703	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0012_000000015841	2942	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5600380798118546		0	0	False	False	1.0	0					non-mobilizable	other	2943.0	98.743	100.0	0.004260662154979776	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0082_000000010825	2920	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.6240745738493113		0	0	False	False	1.0	0					non-mobilizable	other	2920.0	100.0	100.0	0.013560408624029657	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0328_000000009593	2903	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.6300941187778231		0	0	False	False	0.9982776641845703	0					non-mobilizable	other	2903.0	99.001	100.0	0.005456466721569778	NZ_FOWI01000002.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	False	True
MON0101_000000021377	2884	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5415868117089961		0	0	False	False	1.0	0					non-mobilizable	other	2884.0	100.0	100.0	0.013393168229899796	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0044_000000017544	2852	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.527374532145102		0	0	False	False	1.0	0					non-mobilizable	other	2852.0	99.965	100.0	0.004128874168540905	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0103_000000017408	2835	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5224239495864819		0	0	False	False	1.0	0					non-mobilizable	other	2835.0	100.0	100.0	0.013165535471223039	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0036_000000007256	2833	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5174183377744582		0	0	False	False	1.0	0					non-mobilizable	other	2833.0	100.0	100.0	0.0041013579955481725	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0109_000000012314	2833	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5174183377744582		0	0	False	False	1.0	0					non-mobilizable	other	2833.0	100.0	100.0	0.0041013579955481725	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0006_000000007318	2833	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5174183377744582		0	0	False	False	1.0	0					non-mobilizable	other	2833.0	100.0	100.0	0.0041013579955481725	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0086_000000010930	2833	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.5174183377744582		0	0	False	False	0.997529149055481	0					non-mobilizable	other	2833.0	100.0	100.0	0.0041013579955481725	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0291_000000004885	2787	0.5812661846552274	3	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.38940736949387417		0	0	False	False	1.0	0					non-mobilizable	other	2787.0	99.677	100.0	0.038664372154990564	KY400495.1	firmicutes	Streptococcus suis strain 1679718 genomic sequence	False	True
MON0045_000000008582	2605	0.5812661846552274	4	3	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.19498382501609185		0	0	False	False	0.9996161460876465	0					non-mobilizable	other	1375.0	100.0	100.0	0.001989853773263838	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
FIJ0144_000000021334	1484	0.5812657353658558	4	3	2	2	2	True	40052	maximal	True	FIJ0144_000000021334	1.0		4	1	False	False	0.9804581999778748	0					non-mobilizable	no_good_hit	1224.0	93.219	89.0	0.0005699121812899043	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0067_000000019185	1654	0.5812646592651528	2	2	2	2	2	False	69734	fragment	False	MON0033_000000036299	0.7129482591545351		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	80.556	12.0	0.038447782546494995	NZ_RKRD01000008.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_18, whole genome shotgun sequence	True	False
FIJ0004_000000015428	1700	0.5812639703820379	3	3	3	3	1	False	52023	maximal	True	FIJ0004_000000015428	1.0		147	12	False	False	0.9805882573127747	0					non-mobilizable	no_good_hit	446.0	83.85700000000001	26.0	0.0001575877808205401	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0064_000000011304	1887	0.5812637196165671	1	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.8730174455367755		0	0	False	False	0.9915209412574768	0					non-mobilizable	other	1820.0	97.802	100.0	0.0008801675366728409	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
AST0102_000000000857	21575	0.5812607001887994	18	13	13	12	7	False	115967	maximal	True	AST0102_000000000857	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	94.819	7.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
AST0003_000000014368	2356	0.5812552518911017	3	3	3	3	2	True	130209	fragment	False	AST0003_000000014368	1.0		0	0	False	False	0.994482159614563	0					non-mobilizable	other	2384.0	76.3	99.0	0.011173661271122536	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	False	True
ISR0189_000000012980	1300	0.5812506024520568	1	1	1	1	0	False	29213	maximal	True	ISR0189_000000012980	1.0		0	0	False	False	0.9853846430778503	0					non-mobilizable	no_good_hit	227.0	88.10600000000001	17.0	0.0013175230566534915	NZ_CABMOJ010000054.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ISR0090_000000021283	1456	0.5812481012870252	3	3	3	2	1	False	131320	fragment	False	MAD0091_000000010159	0.9462163852407754		0	0	False	False	0.9945054650306702	0					non-mobilizable	other	1457.0	88.60700000000001	100.0	0.0003872264763907618	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0170_000000003287	12096	0.5812443191498422	11	8	7	8	8	True	95602	fragment	False	ISR0170_000000003287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2924.0	79.54899999999999	24.0	0.005293481388141291	NZ_FRDE01000005.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
AST0100_000000001579	10412	0.5812420805881351	8	7	4	6	3	False	108666	fragment	False	AST0100_000000001579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	78.234	5.0	0.00016962819553491845	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0032_000000015664	1537	0.5812366362330645	3	3	3	3	2	False	65590	maximal	True	ENG0032_000000015664	1.0		2	2	False	False	0.9960963129997253	0					non-mobilizable	chromosome	1539.0	85.705	99.0	0.0005346937466625211	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0149_000000005878	3734	0.5812350495518253	6	5	4	5	4	False	112292	fragment	False	FIJ0149_000000005878	0.9842756503270035		0	0	False	False	1.0	0					non-mobilizable	other	3734.0	99.464	100.0	0.0009152491093299753	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0037_000000012830	4539	0.5812324753383615	7	6	5	5	6	False	12138	maximal	True	MON0037_000000012830	1.0		12	4	False	False	0.9944921731948853	0					non-mobilizable	chromosome	4529.0	99.912	99.0	0.0016696189817389112	CP055229.1	firmicutes	Enterococcus hirae strain 13344 chromosome, complete genome	False	False
ENG0112_000000002474	9543	0.5812312152321338	9	7	6	7	4	True	132046	fragment	False	ISR0378_000000001574	0.9760543595271644		0	0	False	False	0.9996856451034546	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	11.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0013_000000048690	1180	0.5812263546158605	2	2	2	2	2	False	13471	maximal	True	MON0013_000000048690	1.0		469	12	False	False	0.9855931997299194	0					non-mobilizable	other	1180.0	99.068	100.0	0.0016951418872579679	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
FIJ0056_000000004061	5943	0.5812231830314133	11	3	2	3	2	False	46214	maximal	True	FIJ0056_000000004061	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	1.0	1.5967857721631318e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0131_000000034048	1123	0.5812190976757224	1	1	1	1	1	False	31620	maximal	True	ISR0131_000000034048	1.0		1	1	False	False	0.9991095066070557	0					non-mobilizable	no_good_hit	895.0	83.68700000000001	84.0	0.004395311667554609	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0023_000000005224	3285	0.5812096645253338	3	3	3	3	2	True	66279	maximal	True	ENG0023_000000005224	1.0		1	1	False	False	0.9863013625144958	0					non-mobilizable	no_good_hit	2087.0	99.85600000000001	64.0	0.004098916321979113	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	True
FIJ0155_000000014316	1533	0.5812038786127123	3	1	1	1	1	False	39522	maximal	True	FIJ0155_000000014316	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	98.98299999999999	19.0	0.0008943265021795407	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0028_000000009592	1847	0.5812017458273989	3	3	3	2	1	False	65871	maximal	True	ENG0028_000000009592	0.9957216200798631		2	2	False	False	0.9956686496734619	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	5.0	3.6114629277913266e-05	CP029033.1	high GC Gram+	Actinobaculum sp. 313 chromosome, complete genome	True	False
MON0093_000000017765	2441	0.5811974792727318	4	4	2	3	3	False	104849	fragment	False	DEN0064_000000009405	0.0160031991058957		0	0	False	False	1.0	0					non-mobilizable	plasmid	2233.0	89.29700000000001	99.0	0.17942718838241226	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0027_000000004014	6441	0.5811952788963826	10	6	4	4	3	True	128131	backbone	True	ISR0027_000000004014	0.9997539370078741	PS1030	120	11	True	True	0.9996894598007202	52					non-mobilizable	no_good_hit	3517.0	89.48	54.0	0.5288053365676167	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0203_000000005033	3411	0.5811859312302797	5	5	5	4	4	False	97775	maximal	True	ISR0203_000000005033	1.0		76	10	False	False	0.9917912483215332	0					non-mobilizable	no_good_hit	2949.0	99.45700000000001	86.0	0.020478195029105712	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	True	False
FIJ0011_000000022652	1970	0.5811735981587993	4	4	4	4	2	False	50960	fragment	False	FIJ0011_000000022652	1.0		0	0	False	False	0.9994924068450928	0					non-mobilizable	no_good_hit	1178.0	71.732	57.0	0.0007457073571526461	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	False
ISR0373_000000010725	1550	0.5811670660413647	2	2	2	2	2	False	119234	fragment	False	ISR0373_000000010725	0.9957061219159632		0	0	False	False	0.9935483932495117	0					non-mobilizable	other	1550.0	100.0	100.0	0.000656828793271088	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
AST0019_000000016819	1767	0.5811658412721094	2	2	1	2	2	False	122217	fragment	False	AST0019_000000016819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	94.85700000000001	80.0	0.0036973424822112984	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
SPA0097_000000025613	1280	0.5811577765603101	1	1	1	1	1	False	66037	fragment	False	ENG0026_000000009412	0.9615932631534714		0	0	False	False	0.98046875	0					non-mobilizable	no_good_hit	182.0	74.176	14.0	4.996162039160826e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MAD0058_000000014484	1114	0.5811445067553264	1	1	1	1	1	False	16930	maximal	True	MAD0058_000000014484	1.0		77	9	False	False	0.9919210076332092	0					non-mobilizable	no_good_hit	952.0	96.324	85.0	0.004722485686051535	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
ISR0029_000000035839	1139	0.5811441450898972	2	1	1	1	1	False	75181	fragment	False	DEN0017_000000022080	0.3224637681159421		0	0	False	False	0.974539041519165	0					non-mobilizable	other	1163.0	80.05199999999999	100.0	0.22168534982605334	NZ_JNJN01000078.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00076.76_C, whole genome shotgun sequence	False	False
CHI0040_000000003621	4934	0.5811391407051882	8	3	3	3	2	False	104619	fragment	False	CHI0040_000000003621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1579.0	97.72	68.0	0.00045436313865302927	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
MON0080_000000011872	3765	0.581138880951747	4	3	0	3	1	False	100378	maximal	True	MON0080_000000011872	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0010_000000014476	1495	0.5811365876548963	3	3	3	3	3	False	104380	fragment	False	ENG0093_000000007624	0.6215830447582175		0	0	False	False	0.9993311166763306	0					non-mobilizable	other	1495.0	99.197	100.0	0.010274184563966083	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0058_000000008652	3598	0.5811326208926453	5	4	3	3	3	False	63472	maximal	True	ENG0058_000000008652	1.0		0	0	False	False	0.9927737712860107	0					non-mobilizable	no_good_hit	1587.0	88.721	44.0	0.0025305387845755206	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
CHI0152_000000007378	1588	0.5811319631055578	3	2	2	2	2	False	83483	fragment	False	CHI0152_000000007378	0.9819482288828338		0	0	False	False	0.989924430847168	0					non-mobilizable	no_good_hit	1445.0	76.678	89.0	0.033618070011724455	NZ_JH605020.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld1005, whole genome shotgun sequence	True	False
CHI0095_000000005858	1468	0.5811319631055578	2	2	2	2	2	False	83483	fragment	False	CHI0152_000000007378	0.9452141057934509		0	0	False	False	0.9761580228805542	0					non-mobilizable	other	1449.0	77.157	97.0	0.033713779819587016	NZ_JH605020.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld1005, whole genome shotgun sequence	False	False
ISR0230_000000007030	4140	0.5811305625771759	5	4	4	4	3	False	126297	maximal	True	ISR0230_000000007030	1.0		37	5	False	False	0.9997584819793701	0					non-mobilizable	no_good_hit	428.0	86.682	10.0	0.0015482177367014624	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ENG0157_000000015704	1584	0.5811286572636831	2	2	2	2	1	True	56601	maximal	True	ENG0157_000000015704	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	83.544	5.0	3.007371966997022e-05	CP017237.1	firmicutes	Moorella thermoacetica strain DSM 103284, complete genome	True	True
ISR0848_000000009301	1892	0.5811269626173456	5	4	2	3	3	False	128427	maximal	False	DEN0081_000000003447	0.3898421629884377		0	0	False	False	0.9994714856147766	0					non-mobilizable	chromosome	1892.0	97.833	100.0	0.00042062177245118785	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0120_01_000000007820	1676	0.5811269626173456	5	4	2	3	3	False	128427	maximal	False	DEN0081_000000003447	0.22124957951862115		0	0	False	False	0.9994033575057983	0					non-mobilizable	other	1677.0	98.62899999999999	100.0	0.023045278813477704	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0095_000000001192	15659	0.5811223353378552	10	9	8	6	9	False	37471	maximal	True	MON0095_000000001192	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	94.459	15.0	0.0005207512760846196	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AST0111_000000001515	11651	0.5811201673817278	12	6	2	6	3	True	106874	fragment	False	AST0111_000000001515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2181.0	99.81700000000001	33.0	0.1648268561923484	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
ISR0011_000000011446	2374	0.5811191923017996	4	2	2	1	1	False	71815	fragment	False	ISR0011_000000011446	1.0		0	0	False	False	0.9865206480026245	0					non-mobilizable	no_good_hit	58.0	87.931	2.0	0.00010797417712311329	NZ_JGZM01000001.1	high GC Gram+	Bifidobacterium saeculare DSM 6531 = LMG 14934 Contig01, whole genome shotgun sequence	True	False
SPA0093_000000018010	2143	0.5811172849315558	2	2	2	2	2	False	83485	maximal	True	SPA0093_000000018010	1.0		38	8	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	80.238	89.0	0.021893618548560763	NZ_JH605020.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld1005, whole genome shotgun sequence	True	False
ISR0389_000000013671	1621	0.5811158127079246	2	2	2	2	1	False	66200	fragment	False	ISR0389_000000013671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	82.03399999999999	75.0	0.00039161675836085666	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0054_000000002741	8356	0.5811073851553616	10	9	4	4	9	True	100024	maximal	False	ISR0014_000000003405	0.6226743553476227		0	0	False	False	1.0	0					non-mobilizable	chromosome	6231.0	96.1	99.0	0.0009588936577531122	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
MON0107_000000024055	2454	0.5811060708033621	3	2	1	2	0	True	50227	maximal	True	MON0107_000000024055	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	95.749	29.0	0.00013874984522859192	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0008_000000015865	2175	0.5811060708033621	3	2	1	2	0	True	50226	fragment	False	MON0008_000000015865	0.9780556866446437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	97.244	19.0	7.870787184491873e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0008_000000021073	1707	0.5811060708033621	2	2	1	2	0	True	82737	fragment	False	MON0008_000000021073	1.0		0	0	False	False	0.932044506072998	0					non-mobilizable	no_good_hit	334.0	75.749	19.0	0.02417075710248401	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
AST0148_000000021366	1591	0.5811060708033621	2	2	1	2	0	True	104840	maximal	True	AST0148_000000021366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	100.0	27.0	0.022621597617679328	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0118_000000011138	1490	0.5811060708033621	2	2	1	2	0	True	82736	fragment	False	ISR0118_000000011138	0.9486111117662073		0	0	False	False	0.9993288516998291	0					non-mobilizable	no_good_hit								True	True
MON0062_000000024992	1436	0.5811060708033621	2	2	1	2	0	True	82736	fragment	False	ISR0118_000000011138	0.8968063134783484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0109_000000014174	1398	0.5811060708033621	2	2	1	2	0	True	82736	fragment	False	ISR0118_000000011138	0.9229128797892596		0	0	False	False	0.9756795167922974	0					non-mobilizable	no_good_hit								True	True
ISR0080_000000025333	1318	0.5811060708033621	2	2	1	2	0	True	82736	fragment	False	ISR0118_000000011138	0.4746065808297568		0	0	False	False	0.9840667843818665	0					non-mobilizable	no_good_hit								True	True
DEN0045_000000035229	1233	0.5811060708033621	1	1	1	1	0	True	72805	fragment	False	DEN0045_000000035229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	84.507	34.0	0.00011335693015498009	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0279_000000019144	1204	0.5811060708033621	2	2	1	2	0	True	26214	fragment	False	ISR0279_000000019144	1.0		0	0	False	False	0.9991694092750549	0					non-mobilizable	no_good_hit								True	True
ENG0003_000000005040	4470	0.5811008541282623	6	6	5	6	5	True	67921	fragment	False	ENG0003_000000005040	1.0		0	0	False	False	0.998881459236145	0					non-mobilizable	no_good_hit	1255.0	76.653	28.0	0.0003449022776879884	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0102_000000007546	3541	0.5810976139387278	5	5	4	5	4	False	60402	maximal	True	ENG0102_000000007546	1.0		5	3	False	False	0.9983055591583252	0					non-mobilizable	no_good_hit	719.0	94.854	20.0	0.0001606593207914642	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ETH0003_000000009454	3651	0.5810920422394331	3	2	2	2	2	False	109818	maximal	False	AST0113_000000009598	0.5759362837786608		0	0	False	False	0.9994522333145142	0					non-mobilizable	no_good_hit	1194.0	88.777	73.0	0.00035918945422171053	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0399_000000003333	4106	0.5810903737396986	5	5	3	4	5	False	22591	maximal	True	ISR0399_000000003333	1.0		64	7	False	False	0.998051643371582	0					non-mobilizable	other	4115.0	98.639	100.0	0.007882645533870084	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0174_000000008823	2881	0.5810880454636567	3	3	3	3	1	True	99830	fragment	False	ISR0174_000000008823	1.0		0	0	False	False	0.9979174137115479	0					non-mobilizable	no_good_hit	109.0	79.817	4.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
MON0037_000000046882	1588	0.5810839664221161	2	1	1	1	1	False	12075	fragment	False	MON0037_000000046882	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	99.93700000000001	100.0	0.01578821703575479	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0149_000000004657	3338	0.5810816200213924	3	3	3	3	3	False	117902	fragment	False	ISR0036_000000002531	0.9447068630175048		0	0	False	False	0.9955062866210938	0					non-mobilizable	chromosome	3320.0	97.711	99.0	0.0010461408309176063	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0190_000000006638	4624	0.5810758608860438	5	3	2	3	3	False	54819	fragment	False	ENG0190_000000006638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3357.0	97.706	73.0	0.0006246433334958846	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	False
ISR0026_000000020990	1109	0.5810752278125831	2	2	2	1	2	False	37269	fragment	False	ISR0371_000000019875	0.9520609318996416		0	0	False	False	0.984670877456665	0					non-mobilizable	virus	1109.0	96.303	100.0	0.06568650699549443	MK232868.1	viruses	Uncultured human fecal virus clone C.aerofaciens_B06.V10.M04_2-CL36_c1 sequence	False	False
ISR0010_000000000699	13900	0.5810738639537086	16	5	3	5	1	False	70869	fragment	False	ISR0010_000000000699	1.0		0	0	False	False	0.9999280571937561	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0062717770034843206	XR_004690012.1	wasps, ants, and bees	PREDICTED: Chelonus insularis mitogen-activated protein kinase kinase kinase 15 (LOC118064029), transcript variant X4, misc_RNA	True	False
CHI0018_000000005005	3346	0.5810721421350746	2	2	1	2	2	False	89578	fragment	False	MAD0007_000000001801	0.9672888572176515		0	0	False	False	1.0	0					non-mobilizable	other	3346.0	99.044	100.0	0.012736016082789816	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
SPA0048_000000014190	1435	0.5810718395496488	2	2	2	2	2	False	73917	maximal	True	SPA0048_000000014190	1.0		39	8	False	False	0.9895470142364502	0					non-mobilizable	no_good_hit	97.0	79.381	7.0	0.0020421907927610852	NZ_QRST01000017.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf17, whole genome shotgun sequence	True	False
ENG0100_000000021600	1452	0.5810691737992987	3	3	2	2	1	True	60547	fragment	False	ENG0100_000000021600	1.0		0	0	False	False	0.994490385055542	0					non-mobilizable	no_good_hit	144.0	75.0	10.0	0.0004442369907772538	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0090_000000007901	4890	0.5810688040305131	4	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.9688906714891966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	62.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ENG0152_000000009083	2562	0.5810629912496234	4	3	2	2	3	False	57049	maximal	True	ENG0152_000000009083	1.0		23	5	False	False	0.9937548637390137	0					non-mobilizable	no_good_hit	284.0	75.0	11.0	0.0016781258111444456	NZ_ANLA01000009.1	CFB group bacteria	Xanthomarina gelatinilytica strain AK20 contig9, whole genome shotgun sequence	True	False
DEN0092_000000012411	1340	0.5810556389942698	2	1	1	1	1	False	68539	maximal	True	DEN0092_000000012411	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	97.929	68.0	0.013161286409607132	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0773_000000004927	2691	0.5810546692067706	3	3	3	3	2	False	47192	fragment	False	ISR0773_000000004927	1.0		0	0	False	False	0.9962838888168335	0					non-mobilizable	chromosome	1446.0	99.17	99.0	0.0004910094304392547	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0312_000000007074	2372	0.5810546692067706	3	3	3	3	2	False	47191	fragment	False	ISR0312_000000007074	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1249.0	96.958	99.0	0.0004240690444208926	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0150_000000014367	1698	0.5810530232009677	2	2	1	1	0	True	39801	fragment	False	FIJ0150_000000014367	1.0		0	0	False	False	0.9787985682487488	0					non-mobilizable	plasmid	895.0	98.65899999999999	100.0	0.2994293387042632	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	False	True
SPA0115_000000019790	1440	0.5810530232009677	2	2	1	1	0	True	106363	fragment	False	SPA0115_000000019790	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	85.024	100.0	0.47830440587449935	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0039_000000009912	2660	0.5810457324229595	3	2	2	2	2	False	86399	fragment	False	MON0073_000000001815	0.5692220478223893		0	0	False	False	0.9996240735054016	0					non-mobilizable	other	2663.0	89.335	99.0	0.0013278885572775587	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0053_000000030126	1358	0.5810380036081982	1	1	1	1	1	False	11171	maximal	True	MON0053_000000030126	1.0		13	5	False	False	0.9646539092063904	0					non-mobilizable	no_good_hit	959.0	79.771	84.0	0.015174942217263091	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0076_000000005483	1204	0.5810343918563952	2	2	2	2	1	False	16227	fragment	False	MAD0076_000000005483	1.0		0	0	False	False	0.9435216188430786	0					non-mobilizable	no_good_hit	706.0	77.195	58.0	0.0006609898559837575	NZ_PEBI01000001.1	high GC Gram+	Bifidobacterium primatium strain TRE 1 NODE_1_length_1055992_cov_95.327966, whole genome shotgun sequence	True	False
USA0030_01_000000010090	1648	0.5810307435588238	3	2	2	2	2	False	73068	fragment	False	USA0030_01_000000010090	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	99.272	100.0	0.0004960153135316712	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0031_000000002997	8306	0.5810297167046515	3	3	2	3	2	False	73819	maximal	True	DEN0031_000000002997	1.0		4	3	False	False	1.0	0					non-mobilizable	other	3574.0	87.885	91.0	0.17388970229380185	NZ_CBVI010000158.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ENG0041_000000007667	3354	0.5810289311279753	4	4	3	3	2	False	76681	maximal	True	ENG0041_000000007667	0.9898703151831396		1193	13	False	True	1.0	0					non-mobilizable	other	3354.0	97.525	100.0	0.035692995529061106	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
TAN0011_000000000761	4724	0.5810254406771996	3	3	2	2	0	True	120698	maximal	True	TAN0011_000000000761	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	90.79899999999999	45.0	0.004643581681059373	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ENG0066_000000001648	9320	0.5810234486188036	21	8	2	4	8	False	62815	maximal	True	ENG0066_000000001648	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1955.0	95.396	46.0	0.0008241324887873274	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	True	False
ISR0025_000000016391	2398	0.5810197021067486	5	4	4	3	3	False	73177	maximal	False	FIJ0078_000000010153	0.982933766761479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	91.51	51.0	0.0003685229605761724	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0122_000000013173	1216	0.5810179821479996	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8119024932255328	PS1007	0	0	False	True	0.9958881735801697	0					non-mobilizable	chromosome	1216.0	97.53299999999999	100.0	0.0004935495310467027	CP061322.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain S50 chromosome, complete genome	False	True
ENG0204_000000010663	2391	0.5810133768017387	3	3	3	3	3	False	54045	maximal	False	ISR0023_000000011926	0.9650882825040128		0	0	False	False	0.9991635084152222	0					non-mobilizable	other	2392.0	97.241	100.0	0.07218613083547364	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0042_000000004304	6413	0.5810125926041013	10	5	4	5	3	True	36817	fragment	False	ISR0391_000000001494	0.7125937362543808		0	0	False	False	0.9928270578384399	0					non-mobilizable	no_good_hit	975.0	77.538	15.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
AST0093_000000001201	17577	0.5810114920016606	31	9	5	7	4	False	109927	maximal	True	AST0093_000000001201	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	98.77600000000001	1.0	0.01470322386260922	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ENG0070_000000011670	2139	0.581007218817032	4	4	4	4	3	False	62400	maximal	True	ENG0070_000000011670	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	96.0	53.0	0.00021692022911675433	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CAN0020_000000023433	1520	0.5810029206625099	3	3	3	3	1	False	91826	fragment	False	CAN0020_000000023433	1.0		0	0	False	False	0.9868420958518982	0					non-mobilizable	chromosome	244.0	87.295	93.0	6.767127754144097e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0037_000000005440	3766	0.5809966699459805	8	4	1	4	1	True	36714	maximal	True	ISR0037_000000005440	1.0		0	0	False	False	0.9925650358200073	0					non-mobilizable	no_good_hit	1978.0	96.96700000000001	52.0	0.0005564648394521456	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
AUS0002_000000006180	5084	0.5809950232700453	5	2	2	2	1	True	107716	fragment	False	AUS0002_000000006180	1.0		0	0	False	False	0.9982297420501709	0					non-mobilizable	no_good_hit								True	True
CHI0141_000000006042	4556	0.5809950232700453	5	2	2	2	1	True	107714	fragment	False	CHI0141_000000006042	1.0		0	0	False	False	0.9795873761177063	0					non-mobilizable	no_good_hit								True	True
MON0098_000000017368	1924	0.5809935969727571	2	2	2	2	2	False	9196	fragment	False	MON0098_000000017368	1.0		0	0	False	False	0.9916840195655823	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000004538	4160	0.5809934725528745	4	4	4	4	3	False	76135	maximal	True	ENG0032_000000004538	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	82.19200000000001	2.0	0.0005554398389224467	NZ_WEHZ01000013.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00013, whole genome shotgun sequence	True	False
ISR0246_000000009226	2309	0.5809923164656191	3	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.36880662088257654		0	0	False	False	0.999566912651062	0					non-mobilizable	other	1812.0	93.598	100.0	0.0005449563387605164	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0064_000000017524	1620	0.5809912864411348	4	3	1	2	3	False	106914	fragment	False	SPA0065_000000013721	0.9426115312596018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	83.927	87.0	0.19140625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
MON0091_000000001473	8593	0.5809861600040508	8	6	5	5	6	False	108947	maximal	True	MON0091_000000001473	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3197.0	76.97800000000001	37.0	0.03212757760700744	NZ_JRMW01000031.1	firmicutes	Anaerococcus lactolyticus S7-1-13 contig31, whole genome shotgun sequence	True	False
AST0151_000000001631	9833	0.5809851929630343	13	8	5	6	7	True	103728	maximal	True	AST0151_000000001631	1.0		1	1	False	False	0.9998983144760132	0					non-mobilizable	no_good_hit	4381.0	99.954	82.0	0.001737409237225778	CP029796.1	high GC Gram+	Bifidobacterium longum subsp. longum strain YS108R chromosome, complete genome	True	True
SPA0031_000000012922	2411	0.5809809729894461	4	4	4	3	2	False	122299	fragment	False	SPA0031_000000012922	0.9735667437135969		0	0	False	False	0.9966818690299988	0					non-mobilizable	no_good_hit	1981.0	79.859	82.0	0.0008241130619405222	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0044_000000008225	1999	0.580970018235489	3	3	3	3	1	False	64519	fragment	False	ENG0044_000000008225	1.0		0	0	False	False	0.9974987506866455	0					non-mobilizable	no_good_hit	404.0	91.337	20.0	0.00016596532930733567	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
USA0032_01_000000002202	11360	0.5809637234315158	9	7	7	7	5	False	124022	maximal	True	USA0032_01_000000002202	1.0		1	1	False	False	0.9998239278793335	0					non-mobilizable	other	3163.0	97.155	92.0	0.0008780845427128981	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0076_000000010076	2507	0.5809636680482049	4	4	4	3	2	False	99287	fragment	False	ENG0082_000000007149	0.27892549891730556		0	0	False	False	0.9992022514343262	0					non-mobilizable	chromosome	2492.0	98.676	99.0	0.0007085420417729764	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0385_000000017630	1350	0.5809609214116364	2	2	2	2	2	False	23024	maximal	True	ISR0385_000000017630	1.0		32	7	False	False	0.9992592334747314	0					non-mobilizable	no_good_hit	282.0	74.113	21.0	4.6014190975836406e-05	CP006941.2	firmicutes	Paenibacillus polymyxa CR1, complete genome	True	False
ISR0178_000000011402	1526	0.5809586884927889	2	2	2	2	1	True	29700	maximal	True	ISR0178_000000011402	1.0		12	1	False	False	0.9986894130706787	0					non-mobilizable	no_good_hit	1050.0	93.238	69.0	0.01402069020823866	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0045_000000014199	1652	0.5809585155908833	2	1	1	1	1	False	107675	fragment	False	FIJ0045_000000014199	0.9924092409240924		0	0	False	False	0.9673123359680176	0					non-mobilizable	no_good_hit	963.0	86.397	58.0	0.016247654149830083	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
MAD0089_000000018051	1515	0.5809585155908833	2	1	1	1	1	False	107675	fragment	False	FIJ0045_000000014199	0.9515738498789347		0	0	False	False	0.9755775332450867	0					non-mobilizable	no_good_hit	963.0	86.708	63.0	0.016247654149830083	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
MAD0111_000000012828	1345	0.5809585155908833	2	1	1	1	1	False	107673	fragment	False	MAD0111_000000012828	0.9767495936168749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	86.501	72.0	0.016247654149830083	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
FIJ0120_000000014422	1700	0.5809546658107629	2	2	2	2	2	False	41533	fragment	False	FIJ0120_000000014422	1.0		0	0	False	False	0.9952940940856934	0					non-mobilizable	no_good_hit	51.0	90.196	3.0	8.459018815965241e-06	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	False
ENG0187_000000015110	1966	0.5809500725699552	5	2	2	2	2	False	57206	maximal	True	ENG0187_000000015110	0.9997192588433464		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	99.06200000000001	38.0	0.017639816261779608	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0149_000000011112	1781	0.5809500725699552	4	2	2	2	2	False	57206	maximal	False	ENG0187_000000015110	0.9526958290946084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	98.944	32.0	0.01342520244352891	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0109_000000009426	3320	0.5809428649820066	3	3	3	3	1	False	132026	fragment	False	ISR0017_000000008955	0.6408695652173914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.398	10.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
ENG0080_000000018466	1506	0.5809391391088412	1	1	1	1	1	True	61728	maximal	True	ENG0080_000000018466	1.0		1	1	False	False	0.9900398254394531	0					non-mobilizable	no_good_hit	93.0	80.645	6.0	0.0007786410118872527	NZ_CACWHY010000008.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	True
ISR0283_000000009135	1461	0.5809391391088412	2	1	1	1	1	True	42403	fragment	False	ISR0283_000000009135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	4.0	2.0339823566559004e-05	CP040753.1	a-proteobacteria	Sulfitobacter sp. BSw21498 chromosome, complete genome	True	True
ISR0120_000000025030	1439	0.5809391391088412	2	1	1	1	1	True	42404	fragment	False	ISR0206_000000016805	0.8017646297936026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	81.457	10.0	0.0004028987220052538	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MAD0048_000000016967	1407	0.5809391391088412	2	1	1	1	1	True	42404	fragment	False	ISR0206_000000016805	0.7959954256443718		0	0	False	False	0.986496090888977	0					non-mobilizable	no_good_hit	151.0	81.457	11.0	0.0004028987220052538	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0159_000000021133	1259	0.5809391391088412	1	1	1	1	1	True	42402	fragment	False	FIJ0105_000000025123	0.9474074074074074		0	0	False	False	0.9928514957427979	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	5.0	2.0339823566559004e-05	CP040753.1	a-proteobacteria	Sulfitobacter sp. BSw21498 chromosome, complete genome	True	True
ISR0227_000000021457	1223	0.5809391391088412	2	1	1	1	1	True	27625	fragment	False	ISR0227_000000021457	1.0		0	0	False	False	0.995911717414856	0					non-mobilizable	no_good_hit	151.0	81.457	12.0	0.0004028987220052538	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0824_000000002862	5224	0.5809368544788144	6	3	3	3	3	False	107174	maximal	True	ISR0824_000000002862	1.0		11	4	False	False	0.9913859367370605	0					non-mobilizable	no_good_hit	108.0	91.667	2.0	0.014223049315432673	NZ_VULP01000049.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq49, whole genome shotgun sequence	True	False
CHI0064_000000006164	2902	0.5809331510640953	2	1	1	1	1	False	85354	maximal	True	CHI0064_000000006164	1.0		2	1	False	False	0.9896622896194458	0					non-mobilizable	no_good_hit	261.0	99.234	9.0	0.0012025790695738244	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
USA0080_01_000000016921	2573	0.5809245270418052	2	2	0	2	0	False	92661	fragment	False	USA0080_01_000000016921	0.9683896620278329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000018144	2126	0.5809245270418052	2	2	0	2	0	False	14022	fragment	False	SPA0093_000000018144	1.0		0	0	False	False	0.9821260571479797	0					non-mobilizable	no_good_hit								True	False
AST0012_000000007663	2746	0.5809241305555122	4	2	1	1	1	True	125499	maximal	True	AST0012_000000007663	1.0		1	1	False	False	0.9930808544158936	0		MOBV			mobilizable	no_good_hit	1680.0	98.333	82.0	0.4356512714063311	AY026767.1	firmicutes	Lactococcus lactis subsp. cremoris strain P8-2-47 plasmid pBM02, complete sequence	True	True
MON0017_000000006201	3144	0.580919958135203	5	4	4	4	2	False	13308	maximal	True	MON0017_000000006201	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	2.0	1.208301298431625e-05	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
MON0059_000000012993	2950	0.5809192373302331	2	2	2	2	2	False	73914	maximal	True	MON0059_000000012993	1.0		438	13	False	False	0.9989830255508423	0					non-mobilizable	no_good_hit	1381.0	98.335	47.0	0.03584881153396545	GU942954.1		Uncultured organism clone 26 genomic sequence	True	False
MON0019_000000008331	6668	0.5809159119842805	12	6	2	2	5	False	13230	maximal	True	MON0019_000000008331	1.0		1	1	False	False	0.9902519583702087	0					non-mobilizable	no_good_hit	646.0	99.071	23.0	0.000513445097196351	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
AST0007_000000008660	2133	0.580914958670792	3	3	3	2	2	False	127072	fragment	False	AST0007_000000008660	1.0		0	0	False	False	0.9995311498641968	0					non-mobilizable	other	1034.0	97.969	95.0	0.003985155008255791	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0316_000000017359	1280	0.5809117262284929	3	3	3	3	2	False	95987	fragment	False	ISR0316_000000017359	0.9925533524694584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	95.294	46.0	6.775629820133704e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0363_000000001943	8396	0.5809102379911565	9	9	8	7	9	False	117477	maximal	True	ISR0363_000000001943	1.0		53	4	False	False	1.0	0					non-mobilizable	chromosome	8396.0	100.0	100.0	0.00467730756459086	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
ISR0303_000000003179	3518	0.5809075370958017	4	3	2	3	2	False	90913	maximal	False	ISR0097_000000007253	0.9744325950232431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	96.865	72.0	0.0003528534760393563	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0105_000000002134	10983	0.5808996454145811	12	4	3	4	3	True	122308	fragment	False	MAD0105_000000002134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.714	7.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0011_000000008401	3118	0.5808990897713425	5	1	1	1	1	False	61289	maximal	True	ISR0011_000000008401	1.0		92	9	False	False	1.0	0					non-mobilizable	other	3118.0	99.775	100.0	0.06616678703428353	NZ_PYLQ01000020.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_19, whole genome shotgun sequence	False	False
DEN0073_000000040315	1334	0.5808989352635238	2	1	1	1	1	True	72800	maximal	True	DEN0073_000000040315	0.9847308488612837		67	9	False	False	1.0	0					non-mobilizable	other	1330.0	93.759	100.0	0.0004011855046756676	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
DEN0045_000000035849	1216	0.5808989352635238	2	1	1	1	1	True	72800	maximal	False	DEN0073_000000040315	0.9373884486328263		0	0	False	False	0.9958881735801697	0					non-mobilizable	other	1216.0	93.99700000000001	100.0	0.0003667723011143237	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CHI0126_000000012577	1240	0.5808986288402204	2	2	2	2	2	False	81436	fragment	False	ISR0783_000000011275	0.9903459372485921		0	0	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	472.0	74.36399999999999	38.0	0.0002070617887550276	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0001_000000027615	1589	0.5808968532506313	2	2	1	2	1	False	76816	maximal	True	DEN0001_000000027615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	1.6220785050924496e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
CHI0138_000000009779	1445	0.5808934329373635	2	2	2	2	2	False	80418	maximal	True	CHI0138_000000009779	1.0		1	1	False	False	0.9591695666313171	0					non-mobilizable	no_good_hit	562.0	98.399	39.0	0.0025094046761704966	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0129_000000018932	1277	0.580886657340775	2	2	2	2	2	False	3828	fragment	False	SPA0129_000000018932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	90.289	85.0	0.14081632653061224	KU546415.1	bacteria	Uncultured bacterium clone CH_03F_000_Contig_13 genomic sequence	True	False
MON0071_000000008388	1431	0.5808834199136674	3	3	3	3	2	False	10413	maximal	True	MON0071_000000008388	1.0		53	9	False	False	1.0	0					non-mobilizable	other	1431.0	98.882	100.0	0.00019791458919782173	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
ISR0148_000000025805	1135	0.5808801873842864	2	2	2	2	2	False	30892	maximal	True	ISR0148_000000025805	0.9581497797356828		74	7	False	False	1.0	0					non-mobilizable	other	1135.0	98.678	100.0	0.00032191180411411235	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0808_000000010925	1524	0.5808749126095681	3	3	3	3	1	False	101408	fragment	False	ISR0808_000000010925	1.0		0	0	False	False	0.960629940032959	0					non-mobilizable	other	1540.0	73.571	98.0	0.0007703063429515698	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	False
FIJ0030_000000031016	1244	0.5808727814013325	3	2	2	2	2	False	95987	fragment	False	ISR0316_000000017359	0.9827674530186741		0	0	False	False	0.9959806799888611	0					non-mobilizable	no_good_hit	255.0	94.51	45.0	6.775629820133704e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0032_000000012024	1435	0.5808710443143089	2	1	1	1	1	False	32742	fragment	False	ISR0109_000000020804	0.924652853382359		0	0	False	False	0.9993031620979309	0					non-mobilizable	other	1436.0	94.081	100.0	0.011734956914541036	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0093_000000011244	2875	0.5808699943770198	4	4	4	4	4	False	131651	maximal	False	MAD0097_000000013192	0.9662040117106273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	81.008	18.0	0.00014341296368665423	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
FIJ0074_000000011119	2897	0.5808661353560237	5	5	5	5	3	False	97011	maximal	True	FIJ0074_000000011119	1.0		25	8	False	False	1.0	0					non-mobilizable	other	2884.0	99.965	99.0	0.020225759606008097	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
DEN0046_000000019684	1210	0.5808624641209231	1	1	1	1	1	False	72694	fragment	False	DEN0046_000000019684	1.0		0	0	False	False	0.9876033067703247	0					non-mobilizable	no_good_hit	491.0	72.709	39.0	0.00334326520905899	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ISR0245_000000000313	8352	0.5808598983928152	5	3	3	3	3	False	130265	fragment	False	ISR0245_000000000313	0.9909424879655435		0	0	False	False	1.0	0					non-mobilizable	chromosome	8325.0	98.79899999999999	100.0	0.0035871211876332024	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ENG0067_000000011786	2388	0.5808593412645577	3	3	3	2	2	False	122102	fragment	False	ISR0028_000000007710	0.44650383511243585		0	0	False	False	0.9912060499191284	0					non-mobilizable	other	2290.0	91.87799999999999	96.0	0.052080475537265664	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0109_000000002697	8931	0.5808436771851518	6	5	4	5	3	True	118391	maximal	True	ISR0109_000000002697	1.0		18	4	False	False	0.999888002872467	0					non-mobilizable	no_good_hit	3857.0	98.41799999999999	60.0	0.0016159417221142086	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	True	True
ISR0025_000000013486	2904	0.5808403510352641	5	3	1	3	2	False	37367	maximal	True	ISR0025_000000013486	1.0		1	1	False	False	0.9893250465393066	0					non-mobilizable	no_good_hit	107.0	82.243	4.0	0.0038951707446205045	NZ_CABKRX010000117.1	firmicutes	Bacillus massilioanorexius isolate MGYG-HGUT-01428, whole genome shotgun sequence	True	False
CHI0070_000000011669	1143	0.5808364062839705	2	2	1	2	1	False	84935	fragment	False	CHI0070_000000011669	0.9776119402985075		0	0	False	False	0.9973753094673157	0					non-mobilizable	no_good_hit	142.0	79.577	12.0	0.00022037911642451774	NZ_NIOF01000002.1	b-proteobacteria	Roseateles aquatilis strain CCUG 48205 Scaffold2_1, whole genome shotgun sequence	True	False
CHI0033_000000001583	4120	0.5808361040256513	4	3	2	3	2	False	88358	maximal	True	CHI0033_000000001583	1.0	PS11	11	5	False	True	0.9956310391426086	0					non-mobilizable	no_good_hit	1434.0	97.141	65.0	0.0004070347899546886	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
MAD0102_000000020336	1136	0.5808343754191309	2	1	1	1	1	False	14955	maximal	True	MAD0102_000000020336	1.0		10	5	False	False	0.9991196990013123	0					non-mobilizable	no_good_hit	235.0	79.149	21.0	0.0006270469854648894	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0321_000000008453	1398	0.5808288895701466	3	3	2	3	1	False	41226	fragment	False	FIJ0124_000000019336	0.9629156196814804		0	0	False	False	0.9992846846580505	0					non-mobilizable	no_good_hit	234.0	88.889	17.0	6.521220134281159e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0131_000000015170	1734	0.5808262650059703	4	3	2	2	2	False	58356	fragment	False	ENG0131_000000015170	1.0		0	0	False	False	0.9971165060997009	0					non-mobilizable	no_good_hit	481.0	77.96300000000001	28.0	0.00016785754631221575	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0081_000000031907	1681	0.5808222889789695	2	2	2	2	1	False	85290	fragment	False	MON0081_000000031907	0.9756156108914059		0	0	False	False	0.9910767674446106	0					non-mobilizable	other	1605.0	99.12799999999999	95.0	0.023161117047390763	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0128_000000023711	1575	0.5808222889789695	2	2	2	2	1	False	85290	fragment	False	MON0081_000000031907	0.9619805730809212		0	0	False	False	1.0	0					non-mobilizable	other	1575.0	98.476	100.0	0.022727929072688943	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0047_01_000000008341	4139	0.5808176976405959	5	5	5	4	2	False	121546	fragment	False	USA0047_01_000000008341	0.9945149387607617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2590.0	98.10799999999999	80.0	0.0005014342879952681	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
FIJ0162_000000013718	1649	0.5808125075716948	2	2	2	1	1	False	39224	maximal	True	FIJ0162_000000013718	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	83.01899999999999	32.0	0.00030298152215157124	CP012068.1	firmicutes	Eubacterium sulci ATCC 35585, complete genome	True	False
SPA0110_000000002041	11083	0.5808112620738203	14	11	8	10	10	False	111454	maximal	True	SPA0110_000000002041	0.9683427058841211		3	2	False	False	1.0	0					non-mobilizable	other	11083.0	100.0	100.0	0.01534994466429441	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0043_000000010208	2169	0.5808104377083391	2	2	2	1	0	True	36312	maximal	True	ISR0043_000000010208	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	98.866	24.0	0.004809882121449524	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	True	True
SPA0039_000000020673	1358	0.5808013635116213	2	2	2	2	1	False	99090	maximal	False	AUS0022_000000023983	0.9649681528662422		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	99.773	97.0	0.00023912563475790889	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0140_000000012043	1800	0.5808006067520416	2	2	2	2	2	False	72453	fragment	False	USA0053_01_000000008750	0.5466346624299456		0	0	False	False	1.0	0					non-mobilizable	chromosome	1806.0	81.395	100.0	0.0005022215473736694	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0137_000000005177	6926	0.5807983131969379	10	8	8	4	4	True	55927	maximal	False	ENG0169_000000002932	0.9815898387326959		0	0	False	False	1.0	0					non-mobilizable	other	6926.0	99.87	100.0	0.0012085699548880842	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CHI0072_000000004657	2393	0.5807962692336028	4	4	4	3	3	False	106204	maximal	True	CHI0072_000000004657	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	95.971	80.0	0.004202087403417991	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0104_000000028912	1580	0.5807937437214421	2	2	1	2	2	False	8796	maximal	True	MON0104_000000028912	1.0		2	1	False	False	0.9892405271530151	0					non-mobilizable	no_good_hit	670.0	79.851	44.0	0.00019008520155310455	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0116_000000000587	27138	0.5807893633251723	31	18	13	17	14	True	90109	maximal	True	CHI0116_000000000587	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4819.0	89.064	30.0	0.36358136721113127	NZ_WNCH01000057.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold57_size13224, whole genome shotgun sequence	True	True
ENG0138_000000010391	1887	0.5807867082135679	2	1	1	1	1	False	57923	fragment	False	ENG0138_000000010391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	84.848	3.0	1.9742074497188165e-05	NZ_LT629780.1	g-proteobacteria	Pseudomonas guangdongensis strain CCTCC AB 2012022 chromosome I	True	False
ISR0298_000000013604	1115	0.5807839257640907	2	1	1	1	1	False	112724	backbone	False	ISR0050_000000008971	0.01980523324999863	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	655.0	99.542	59.0	0.6673469387755102	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0044_000000029944	1832	0.5807830061294067	2	2	1	2	0	True	11618	fragment	False	MON0044_000000029944	1.0		0	0	False	False	0.999454140663147	0					non-mobilizable	other	1840.0	93.20700000000001	100.0	0.0008258618945786615	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	True
DEN0028_000000005326	4598	0.5807789838583488	4	3	3	3	3	False	131668	fragment	False	DEN0028_000000005326	0.939888397971781		0	0	False	False	0.9995650053024292	0					non-mobilizable	no_good_hit	1970.0	85.07600000000001	63.0	0.0006734537553186568	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0012_01_000000001971	2978	0.5807781969209486	3	1	0	1	1	False	25206	fragment	False	USA0012_01_000000001971	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	2978.0	99.96600000000001	100.0	0.882858837485172	CP049080.1	enterobacteria	Escherichia coli strain p10A plasmid p10A_p3, complete sequence	False	True
MON0082_000000018327	1884	0.5807781969209486	1	1	0	1	1	False	9918	fragment	False	MON0082_000000018327	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1870.0	100.0	99.0	0.5542704626334519	CP048317.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_G, complete sequence	False	True
MAD0104_000000006523	1711	0.5807781969209486	1	1	0	1	1	False	14883	fragment	False	MAD0104_000000006523	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	1577.0	96.956	99.0	0.38677157610031965	MG228255.1	enterobacteria	Edwardsiella tarda strain 9.1 plasmid p9.1_2	False	True
ISR0330_000000015730	1926	0.5807763994560026	3	2	2	2	2	False	32468	maximal	False	ISR0115_000000017982	0.9743124026984951		0	0	False	False	0.9953271150588989	0					non-mobilizable	no_good_hit	1015.0	99.015	53.0	0.010784741666577948	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0134_000000020703	1897	0.5807763215208188	3	3	2	2	1	False	129955	fragment	False	ISR0011_000000014131	0.5221464289205848		0	0	False	False	0.9920927882194519	0					non-mobilizable	other	1897.0	99.051	100.0	0.07003028736056734	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
SPA0109_000000008147	3504	0.5807758150802329	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9386051208021597		0	0	False	False	0.9988584518432617	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0004944633121234597	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
BAN0013_000000000054	3578	0.5807736187519508	5	4	2	3	4	True	98712	fragment	False	BAN0013_000000000054	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	3214.0	99.315	100.0	0.0005317479862093071	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
ISR0836_000000011706	1714	0.5807705110597835	3	3	2	3	2	True	20920	maximal	True	ISR0836_000000011706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	337.0	94.65899999999999	20.0	0.005278537091149025	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	True
CHI0041_000000011688	1290	0.5807686246376007	2	2	2	2	1	True	87551	maximal	True	CHI0041_000000011688	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	76.33	84.0	0.0003127101114485683	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ENG0018_000000019516	1149	0.5807658499807766	2	2	2	2	1	False	66578	fragment	False	SPA0019_000000024228	0.956479992726368		0	0	False	False	0.9991296529769897	0					non-mobilizable	other	1149.0	98.78200000000001	100.0	0.022504949912763913	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	False	False
TAN0003_000000004327	2053	0.5807643597508257	3	3	1	3	1	True	2981	maximal	True	TAN0003_000000004327	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	94.141	12.0	8.154648085198736e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
SPA0006_000000008598	3703	0.5807642985035781	4	4	4	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9540278715818713		0	0	False	False	0.9967593550682068	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000010112	3794	0.5807576806315196	3	3	3	3	3	False	93618	maximal	True	ISR0025_000000010112	1.0		1	1	False	False	0.9997364282608032	0					non-mobilizable	no_good_hit	814.0	73.71	21.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MON0082_000000006650	4181	0.5807563238086563	5	5	5	5	4	False	91323	maximal	False	MON0092_000000011518	0.969369164199499		0	0	False	False	0.9935421943664551	0					non-mobilizable	no_good_hit	632.0	70.88600000000001	15.0	0.001167251559820692	NZ_SSNY01000002.1	a-proteobacteria	Mesorhizobium composti strain CC-YTH430 contig02, whole genome shotgun sequence	True	False
ENG0188_000000003605	7145	0.5807561683235335	7	5	3	5	4	True	132348	fragment	False	ISR0197_000000002708	0.9398392198207697		0	0	False	False	0.9997200965881348	0					non-mobilizable	other	7149.0	97.021	99.0	0.07761112922508423	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0033_000000011667	2975	0.5807554660945824	4	1	1	1	1	True	48290	maximal	True	FIJ0033_000000011667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	91.37899999999999	4.0	0.0017497413425841396	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0812_000000023044	1717	0.580748417593876	2	2	1	1	0	False	21637	maximal	True	ISR0812_000000023044	1.0		0	0	False	False	0.977868378162384	0					non-mobilizable	no_good_hit	684.0	97.22200000000001	40.0	0.0008029380714908784	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0022_01_000000002058	3852	0.5807424853611501	4	4	3	3	3	True	112056	fragment	False	ISR0774_000000005893	0.6241349178649842		0	0	False	False	0.9994807839393616	0					non-mobilizable	other	3818.0	99.97399999999999	99.0	0.013637354274669248	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0182_000000019608	2003	0.5807389361039277	2	2	2	1	1	False	29548	fragment	False	ISR0182_000000019608	1.0		0	0	False	False	0.9740389585494995	0					non-mobilizable	no_good_hit	405.0	96.54299999999999	20.0	0.047434542679347186	NZ_CABIWU010000087.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
TAN0009_000000017402	2262	0.5807325955767082	5	3	3	3	3	False	47199	maximal	True	TAN0009_000000017402	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2082.0	97.791	92.0	0.07081121546209337	NZ_CABIWU010000026.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0045_000000009033	2315	0.5807292347269538	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.3655789033611831	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2065.0	98.69200000000001	100.0	0.0006170493977340774	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0162_000000005549	4363	0.5807259331375335	4	4	4	4	4	False	56378	maximal	True	ENG0162_000000005549	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	71.332	17.0	0.00024194102052240777	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0259_000000013779	1329	0.580725382393326	2	2	1	2	1	True	26738	maximal	True	ISR0259_000000013779	1.0		3	2	False	False	0.9939804077148438	0					non-mobilizable	no_good_hit	1148.0	86.67200000000001	86.0	0.0001572244568732346	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
ENG0124_000000015373	2026	0.5807229147542142	3	2	2	2	2	True	58933	maximal	True	ENG0124_000000015373	1.0		3	3	False	False	0.9950641393661499	0					non-mobilizable	no_good_hit	924.0	91.775	45.0	0.0026393323636655737	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
USA0017_01_000000004354	6045	0.5807197021947214	10	8	4	6	5	True	1911	maximal	True	USA0017_01_000000004354	1.0		5	2	False	False	0.9961951971054077	0					non-mobilizable	no_good_hit	611.0	87.398	10.0	0.00026742375354226876	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
MON0060_000000021066	1939	0.5807173179449789	3	2	2	2	2	False	10892	maximal	True	MON0060_000000021066	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	6.234709610842651e-06	CP038467.1	enterobacteria	Serratia quinivorans strain PKL:12 chromosome, complete genome	True	False
MON0002_000000019319	1446	0.5807168256892471	3	2	2	1	1	False	76263	fragment	False	MON0002_000000019319	1.0		0	0	False	False	0.9432918429374695	0					non-mobilizable	no_good_hit	442.0	73.303	30.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
SPA0108_000000009136	3262	0.580712344209996	7	5	4	4	4	True	95368	fragment	False	SPA0108_000000009136	1.0		0	0	False	False	0.9963212609291077	0					non-mobilizable	plasmid	3194.0	100.0	98.0	0.30596013798390187	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
ENG0202_000000007174	3143	0.5807073539849089	3	2	2	2	2	False	54141	maximal	True	ENG0202_000000007174	1.0		4	2	False	False	0.9987273216247559	0					non-mobilizable	no_good_hit	785.0	69.936	24.0	0.001147183152030782	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
ENG0190_000000009060	3373	0.5807058047016265	4	4	4	4	4	False	125925	fragment	False	ENG0190_000000009060	1.0		0	0	False	False	0.9970352649688721	0					non-mobilizable	other	3373.0	99.97	100.0	0.019653900180102466	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
DEN0041_000000027858	1223	0.5807023111615269	1	1	1	1	1	False	73046	fragment	False	DEN0041_000000027858	1.0		0	0	False	False	0.9329517483711243	0					non-mobilizable	other	1216.0	96.711	99.0	0.0006408363045633874	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0381_000000010162	1719	0.5807022588667706	2	2	2	1	0	True	119000	maximal	True	ISR0381_000000010162	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	73.25399999999999	39.0	0.0007407539625874626	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
SPA0005_000000009127	3224	0.5807009169344408	5	4	4	3	4	False	39124	maximal	True	SPA0005_000000009127	1.0		27	7	False	False	0.9984491467475891	0					non-mobilizable	no_good_hit	684.0	71.637	21.0	0.006821916958665385	NZ_FUWW01000006.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
DEN0079_000000013534	3625	0.5806983014390396	3	3	3	3	3	False	99290	maximal	True	DEN0079_000000013534	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	73.833	22.0	0.0002930311759847566	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ENG0084_000000016585	1751	0.5806889795454014	2	1	1	1	0	True	61511	maximal	True	ENG0084_000000016585	1.0		0	0	False	False	0.9885779619216919	0					non-mobilizable	no_good_hit	850.0	100.0	49.0	0.006597864436811265	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	True	True
ISR0225_000000000716	11405	0.5806854344733661	17	14	11	14	12	False	132206	fragment	False	ISR0160_000000001845	0.963619405003222		0	0	False	False	0.9987724423408508	0					non-mobilizable	other	11405.0	99.895	100.0	0.2366416965823494	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	False
CAN0012_000000037302	1194	0.5806839774220758	3	3	3	3	1	False	93973	fragment	False	SPA0050_000000020761	0.9376941892571033		0	0	False	False	0.9983249306678772	0					non-mobilizable	other	1194.0	98.57600000000001	100.0	0.0024201286542826946	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0053_000000001156	17246	0.5806837080904066	12	9	7	7	6	False	122678	fragment	False	ISR0053_000000001156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7424.0	99.178	84.0	0.002884725991835872	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0043_000000008934	1921	0.5806773973368252	2	2	2	2	2	False	13795	maximal	True	SPA0043_000000008934	1.0		6	4	False	False	0.9958354830741882	0					non-mobilizable	other	1935.0	85.84	100.0	0.02359918301055688	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	False	False
SPA0121_000000005692	2117	0.580676473430406	5	3	1	3	2	False	4135	fragment	False	SPA0121_000000005692	1.0		0	0	False	False	0.9933868646621704	0					non-mobilizable	no_good_hit								True	False
ENG0194_000000021368	1238	0.5806728495857094	2	2	2	1	2	False	127814	fragment	False	ISR0850_000000011581	0.9199406968124537		0	0	False	False	0.9983844757080078	0					non-mobilizable	no_good_hit	800.0	95.125	87.0	0.0002812391602064585	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0184_000000005164	2342	0.5806728412058503	2	2	2	2	2	False	53990	maximal	True	ISR0184_000000005164	0.9903719912472648		1	1	True	True	0.9987190365791321	6					non-mobilizable	no_good_hit	1218.0	96.71600000000001	57.0	0.0004096350747255832	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0049_000000015587	1414	0.5806723596430038	2	2	2	2	1	False	58586	fragment	False	MON0049_000000015587	0.9829077314756529		0	0	False	False	0.9964639544487	0					non-mobilizable	other	1414.0	100.0	100.0	0.0005923780688474956	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
USA0040_01_000000011584	1166	0.5806711768382383	1	1	1	1	1	False	1296	fragment	False	USA0040_01_000000011584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000010257	2333	0.5806710711962658	4	4	3	2	3	False	41734	fragment	False	FIJ0115_000000010257	1.0		0	0	False	False	0.9939991235733032	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	8.76241603057189e-06	NZ_CP047385.1	b-proteobacteria	Pandoraea fibrosis strain 6399 chromosome, complete genome	True	False
USA0010_01_000000009623	2829	0.5806700000990808	4	3	3	2	2	True	106446	fragment	False	USA0010_01_000000009623	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2833.0	96.85799999999999	100.0	0.007365686844406739	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
ISR0143_000000004979	7059	0.5806695636271745	10	5	2	4	4	False	31159	maximal	True	ISR0143_000000004979	1.0		3	2	True	True	1.0	12					non-mobilizable	no_good_hit	1309.0	71.199	18.0	0.19518108804364298	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
USA0135_01_000000007636	1990	0.5806674369076781	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.35718214138636367		0	0	False	False	1.0	0					non-mobilizable	other	1990.0	98.945	100.0	0.00061877453399029	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0125_000000015760	2168	0.5806611207791111	4	3	1	2	2	True	118240	fragment	False	MAD0072_000000001538	0.11851637461955401		0	0	False	False	1.0	0					non-mobilizable	other	2169.0	93.084	100.0	0.0005308101585050621	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
DEN0083_000000013649	2122	0.5806540341396739	3	3	3	3	2	False	69104	maximal	True	DEN0083_000000013649	1.0		9	4	False	False	0.9820923805236816	0					non-mobilizable	no_good_hit	1016.0	99.11399999999999	48.0	0.005330714368244698	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	True	False
ISR0160_000000006768	3966	0.5806430160151651	3	2	1	2	2	False	92779	fragment	False	ISR0160_000000006768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2117.0	98.15799999999999	53.0	0.0068082022010167	NZ_AGDG01000039.1	CFB group bacteria	Bacteroides faecis MAJ27 contig039, whole genome shotgun sequence	True	False
MON0055_000000013728	1733	0.5806403593646341	3	3	3	2	2	False	117343	backbone	False	MON0013_000000032866	0.8208293444778263	PS787	0	0	False	True	0.9884593486785889	0					non-mobilizable	chromosome	1499.0	98.79899999999999	100.0	0.0006495114139273805	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
SPA0010_000000015338	1639	0.5806403010346086	2	2	2	2	2	False	85292	maximal	True	SPA0010_000000015338	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	96.667	88.0	0.020778583186530742	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0007_000000032072	1961	0.5806314158335315	1	1	1	1	1	False	13950	maximal	True	MON0007_000000032072	1.0		1	1	False	False	0.9949005842208862	0					non-mobilizable	other	1923.0	85.23100000000001	98.0	0.049736794336540206	NZ_JAAIPV010000040.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_40_length_38563_cov_89.0609, whole genome shotgun sequence	False	False
AST0110_000000002771	6910	0.5806278202408709	11	11	8	10	8	False	120095	maximal	True	AST0110_000000002771	1.0		46	9	False	False	0.9992763996124268	0					non-mobilizable	other	6785.0	99.941	98.0	0.01659361302442079	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0002_000000000860	25886	0.5806257792708711	22	9	6	7	2	True	95433	fragment	False	ISR0002_000000000860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	94.473	5.0	0.0004100227790432802	CP035434.1	firmicutes	Streptococcus pyogenes strain emm75.1 chromosome, complete genome	True	True
MAD0089_000000016763	1609	0.5806232204535983	2	2	2	2	2	False	17397	maximal	False	MAD0050_000000014952	0.9913366336633663		0	0	False	False	0.9956494569778442	0					non-mobilizable	other	1609.0	86.45100000000001	100.0	0.023802122651982772	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0331_000000009531	2428	0.5806227865309678	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.30741561969470355		0	0	False	False	1.0	0					non-mobilizable	chromosome	2428.0	98.641	100.0	0.000854656519473077	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0180_000000007911	2802	0.5806176538600343	4	4	2	3	2	False	29641	maximal	True	ISR0180_000000007911	1.0		5	4	False	False	0.9789435863494873	0					non-mobilizable	no_good_hit	1692.0	100.0	60.0	0.0003571365966170653	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0388_000000004960	5840	0.5806170287156485	10	7	2	6	3	False	22953	maximal	True	ISR0388_000000004960	1.0		37	6	False	False	1.0	0					non-mobilizable	no_good_hit	1496.0	98.79700000000001	26.0	0.0033861604564408396	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0053_000000016912	1237	0.5806138448426756	2	2	2	2	1	False	46372	fragment	False	FIJ0053_000000016912	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1222.0	100.0	99.0	0.014537791113016145	NZ_CP041250.1	enterobacteria	Raoultella electrica strain DSM 102253 plasmid unnamed3, complete sequence	False	True
AST0005_000000004635	6270	0.5806136306219424	7	2	0	1	1	False	128732	maximal	True	AST0005_000000004635	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.005691056910569106	XM_029186412.1	bees	PREDICTED: Osmia bicornis bicornis G1/S-specific cyclin-D2 (LOC114875760), transcript variant X1, mRNA	True	False
ISR0170_000000004677	8967	0.5806125660880718	8	6	4	4	4	True	121803	fragment	False	ENG0018_000000002372	0.5692576661971449		0	0	False	False	0.999107837677002	0					non-mobilizable	no_good_hit	5748.0	80.532	64.0	0.0020375569178165136	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
MAD0105_000000028255	1378	0.580607807931942	4	2	1	2	1	True	14783	maximal	True	MAD0105_000000028255	1.0		33	5	False	False	0.9992743134498596	0					non-mobilizable	no_good_hit	228.0	75.877	16.0	0.0034692644849536143	NZ_CCAT010000008.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
ENG0037_000000005636	5409	0.580604354653798	4	4	3	4	3	False	99626	maximal	True	ENG0037_000000005636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	99.27	35.0	0.000502311875600391	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0008_000000011077	1216	0.5806030014186155	3	2	1	2	1	False	38398	maximal	True	ISR0008_000000011077	1.0		27	9	False	False	0.9555920958518982	0					non-mobilizable	no_good_hit	310.0	89.03200000000001	25.0	0.0006268396933557021	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0006_000000014981	1498	0.5805938560595412	2	2	2	2	2	False	14036	maximal	True	MON0006_000000014981	1.0		16	7	False	False	0.9966621994972229	0					non-mobilizable	no_good_hit	742.0	83.154	49.0	0.005290095049675283	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	False
CHI0153_000000006533	2393	0.5805934201526092	5	4	2	4	3	True	79271	fragment	False	CHI0153_000000006533	1.0		0	0	False	False	0.9991642236709595	0					non-mobilizable	no_good_hit								True	True
ISR0360_000000021225	1176	0.5805900208055476	2	1	1	1	1	False	23776	fragment	False	ISR0360_000000021225	1.0		0	0	False	False	0.9914966225624084	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	6.13510912606247e-05	NZ_QQBC01000006.1	high GC Gram+	Nocardia pseudobrasiliensis strain DSM 44290 Ga0244499_106, whole genome shotgun sequence	True	False
MAD0043_000000001526	11162	0.5805828577699808	9	4	3	3	2	False	46629	maximal	True	MAD0043_000000001526	1.0		4	2	False	False	0.9987457394599915	0					non-mobilizable	no_good_hit	2243.0	97.949	20.0	0.2026587086272382	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
ENG0188_000000011226	2312	0.5805759504035581	2	2	2	2	1	False	54912	maximal	True	ENG0188_000000011226	1.0		2	1	False	False	0.9987024068832397	0					non-mobilizable	no_good_hit	995.0	77.99	42.0	0.0002641033057516131	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
MON0057_000000011114	2299	0.5805748803559971	3	2	2	2	2	True	11043	fragment	False	MON0057_000000011114	1.0		0	0	False	False	0.9995650053024292	0					non-mobilizable	no_good_hit	340.0	72.941	15.0	5.525962427426245e-05	AP022598.1	high GC Gram+	Mycolicibacterium parafortuitum JCM 6367 DNA, nearly complete genome	True	True
DEN0022_000000014917	2635	0.580574339193272	4	2	2	2	1	False	105355	fragment	False	DEN0022_000000014917	0.988359750946163		0	0	False	False	1.0	0					non-mobilizable	chromosome	2635.0	99.734	100.0	0.00037177078861878535	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0117_000000009145	2485	0.580574339193272	3	2	2	2	1	False	105355	fragment	False	DEN0022_000000014917	0.9652753707449948		0	0	False	False	1.0	0					non-mobilizable	other	2485.0	99.79899999999999	100.0	0.015343562374916611	NZ_CZAI01000010.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0069_000000009628	2464	0.580574339193272	4	2	2	2	1	False	105355	fragment	False	DEN0022_000000014917	0.9608048206861467		0	0	False	False	1.0	0					non-mobilizable	chromosome	2464.0	99.87799999999999	100.0	0.00034789948798178886	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
DEN0070_000000014185	2377	0.580574339193272	4	2	2	2	1	False	105355	fragment	False	DEN0022_000000014917	0.7799571479684618		0	0	False	False	0.9970551133155823	0					non-mobilizable	chromosome	2377.0	100.0	100.0	0.00033561071191422264	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0316_000000011707	1787	0.580574339193272	3	2	2	2	1	False	105354	fragment	False	MON0067_000000009695	0.9558427571351642		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	100.0	100.0	0.008966403598610359	NZ_AGDG01000028.1	CFB group bacteria	Bacteroides faecis MAJ27 contig028, whole genome shotgun sequence	False	False
ISR0394_000000012340	1545	0.580574339193272	2	2	2	2	1	False	105353	fragment	False	ISR0394_000000012340	1.0		0	0	False	False	0.9987055063247681	0					non-mobilizable	other	1545.0	99.935	100.0	0.007751470972146917	NZ_AGDG01000028.1	CFB group bacteria	Bacteroides faecis MAJ27 contig028, whole genome shotgun sequence	False	False
ISR0253_000000009196	1384	0.580574339193272	2	2	2	2	1	False	105352	fragment	False	ISR0253_000000009196	0.986246363428174		0	0	False	False	0.9971098303794861	0					non-mobilizable	other	1384.0	100.0	100.0	0.006943189348755949	NZ_AGDG01000028.1	CFB group bacteria	Bacteroides faecis MAJ27 contig028, whole genome shotgun sequence	False	False
ISR0370_000000019519	1384	0.580574339193272	2	2	2	2	1	False	105352	fragment	False	ISR0253_000000009196	0.986245007781989		0	0	False	False	0.9992774724960327	0					non-mobilizable	chromosome	1384.0	100.0	100.0	0.00019534916438441495	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MON0091_000000009074	1363	0.580574339193272	2	2	2	2	1	False	105352	fragment	False	ISR0253_000000009196	0.9540342537884128		0	0	False	False	0.9992663264274597	0					non-mobilizable	chromosome	1363.0	99.853	100.0	0.0001923829080922438	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
AUS0010_000000018408	1353	0.580574339193272	2	2	2	2	1	False	105352	fragment	False	ISR0253_000000009196	0.9750469414628561		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	100.0	100.0	0.006787557483382533	NZ_AGDG01000028.1	CFB group bacteria	Bacteroides faecis MAJ27 contig028, whole genome shotgun sequence	False	False
AST0140_000000024714	1176	0.580574339193272	2	2	2	2	1	False	105350	fragment	False	AST0140_000000024714	1.0		0	0	False	False	0.9940476417541504	0					non-mobilizable	other	1176.0	99.915	100.0	0.005898949735927867	NZ_AGDG01000028.1	CFB group bacteria	Bacteroides faecis MAJ27 contig028, whole genome shotgun sequence	False	False
FIJ0165_000000004316	4186	0.5805679348867648	3	3	1	3	3	False	48047	maximal	False	FIJ0035_000000002575	0.9509507346585998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	89.492	20.0	0.015469043497477073	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0012_000000012775	1798	0.5805653940525084	5	5	2	3	4	False	128427	maximal	False	DEN0081_000000003447	0.3337457297655136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1798.0	99.444	100.0	0.00039992451063216114	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0021_000000005203	1669	0.580564455673648	2	2	2	2	1	False	89257	fragment	False	CHI0021_000000005203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	7.326043106437639e-05	NZ_KB902691.1	a-proteobacteria	Rhizobium giardinii bv. giardinii H152 A3AYDRAFT_scaffold_3.4, whole genome shotgun sequence	True	False
FIJ0042_000000018042	1348	0.5805624406088339	2	2	2	2	1	False	47278	maximal	True	FIJ0042_000000018042	1.0		142	3	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	87.47	61.0	0.0002672018869803705	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0080_01_000000034571	1208	0.580561629405087	2	2	2	2	2	False	595	fragment	False	USA0080_01_000000034571	1.0		0	0	False	False	0.9925496578216553	0					non-mobilizable	other	1206.0	99.50200000000001	99.0	0.0003420667759766361	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0022_000000011912	1203	0.5805610799232936	3	3	3	2	3	False	66299	fragment	False	ENG0022_000000011912	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	98.836	100.0	0.006815836329201492	NZ_JAAIUD010000005.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_5_length_176354_cov_263.687, whole genome shotgun sequence	False	False
FIJ0096_000000007049	4609	0.5805543783907144	4	4	3	3	4	False	46554	fragment	False	FIJ0051_000000003944	0.8268931333265608		0	0	False	False	0.9997830390930176	0					non-mobilizable	no_good_hit								True	False
SPA0149_000000001064	19944	0.5805453456629942	47	8	3	6	7	False	3327	maximal	True	SPA0149_000000001064	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	73.875	3.0	0.007035857821389426	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
ENG0052_000000024033	1382	0.5805447528649434	2	2	2	2	2	False	63939	fragment	False	ENG0052_000000024033	1.0		0	0	False	False	0.9985527992248535	0					non-mobilizable	other	1372.0	97.88600000000001	99.0	0.032245166752904654	NZ_JAAIPV010000036.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_36_length_42518_cov_80.0128, whole genome shotgun sequence	False	False
MON0093_000000038170	1231	0.5805412694738591	2	2	2	2	2	False	105418	fragment	False	DEN0007_000000015750	0.21412315495191817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	76.21600000000001	15.0	0.0003940822347293134	NZ_KQ040793.1	firmicutes	Paenibacillus wulumuqiensis strain Y24 Scaffold4, whole genome shotgun sequence	True	False
USA0035_01_000000004690	5421	0.58053644006972	5	5	3	4	5	False	112524	maximal	True	USA0035_01_000000004690	0.9952898691473783		1578	15	False	False	1.0	0					non-mobilizable	other	5421.0	99.98200000000001	100.0	0.010748338172068599	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
USA0047_01_000000006219	5421	0.58053644006972	5	5	3	4	5	False	112524	maximal	False	USA0035_01_000000004690	0.9952898691473783		0	0	False	False	0.9987087249755859	0					non-mobilizable	other	5421.0	99.98200000000001	100.0	0.010748338172068599	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
USA0044_01_000000005435	5421	0.58053644006972	5	5	3	4	5	False	112524	maximal	False	USA0035_01_000000004690	0.9952898691473783		0	0	False	False	0.9990776777267456	0					non-mobilizable	other	5421.0	99.98200000000001	100.0	0.010748338172068599	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
USA0036_01_000000007252	5356	0.58053644006972	5	5	3	4	5	False	112524	maximal	False	USA0035_01_000000004690	0.9808067698252552		0	0	False	False	1.0	0					non-mobilizable	other	5356.0	99.944	100.0	0.023181316421722473	NZ_JAAIPW010000004.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_4_length_231005_cov_215.803, whole genome shotgun sequence	False	False
AST0060_000000005198	5272	0.58053644006972	5	5	3	4	5	False	112524	maximal	False	USA0035_01_000000004690	0.982558647024234		0	0	False	False	1.0	0					non-mobilizable	other	5272.0	99.431	100.0	0.010452858026747894	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0790_000000002695	5634	0.5805353201844267	5	3	3	3	2	False	75706	maximal	True	ISR0790_000000002695	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0021_000000027965	1044	0.5805314006830459	2	2	2	2	2	False	13037	maximal	True	MON0021_000000027965	1.0		509	14	False	False	1.0	0					non-mobilizable	other	1044.0	99.904	100.0	0.0004991278422890013	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
USA0069_01_000000021898	2824	0.5805305229418596	5	3	3	3	2	True	41640	fragment	False	USA0069_01_000000021898	1.0		0	0	False	False	0.9950425028800964	0					non-mobilizable	no_good_hit	361.0	78.116	13.0	0.00012478511167221808	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0161_000000016567	1860	0.58052643800335	2	2	2	2	2	False	30393	maximal	True	ISR0161_000000016567	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	62.0	83.87100000000001	7.0	2.040427218630104e-05	CP046267.1	firmicutes	Lactobacillus rhamnosus strain BIO5326 chromosome, complete genome	True	True
SPA0112_000000026582	1250	0.580524744210924	2	2	1	1	2	False	28253	fragment	False	ISR0213_000000020788	0.9701210287443267		0	0	False	False	0.9983999729156494	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0004624000274014831	NC_047916.1	viruses	Faecalibacterium phage FP_oengus, complete genome	True	False
SPA0010_000000004999	4001	0.5805185606706854	2	2	1	2	1	True	118410	fragment	False	ISR0804_000000004052	0.5766819714321662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	70.563	28.0	0.023700257748161188	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ISR0251_000000007281	2114	0.5805165885953419	3	3	3	3	3	False	74950	maximal	False	FIJ0043_000000011855	0.9439680724602768		0	0	False	False	0.9971618056297302	0					non-mobilizable	no_good_hit	580.0	73.10300000000001	26.0	0.004663191497959349	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
MON0052_000000014534	1892	0.5805163242073946	2	2	2	2	2	False	11224	fragment	False	MON0052_000000014534	1.0		0	0	False	False	0.9973573088645935	0					non-mobilizable	chromosome	1920.0	84.323	99.0	0.000675397431160805	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0089_000000027748	1350	0.5805162249675098	1	1	1	1	0	True	5410	maximal	True	SPA0089_000000027748	1.0		1	1	False	False	0.9711111187934875	0					non-mobilizable	no_good_hit	691.0	86.25200000000001	51.0	0.008044020611345567	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
MON0013_000000000804	22758	0.5805146667762595	27	10	6	7	6	False	14338	maximal	True	MON0013_000000000804	0.9637191274562826		5	1	False	False	0.9999121427536011	0					non-mobilizable	no_good_hit	1441.0	72.10300000000001	7.0	0.0023542498526518516	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0116_000000011779	3296	0.5805105881785846	4	4	4	3	2	False	60706	maximal	True	SPA0116_000000011779	1.0		4	3	False	False	0.9936286211013794	0					non-mobilizable	no_good_hit	2310.0	99.307	70.0	0.023117972747023898	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0044_000000019937	2576	0.5805099462064643	3	3	3	3	3	False	92362	maximal	True	MON0044_000000019937	0.995580554439534		98	13	False	False	1.0	0					non-mobilizable	no_good_hit	775.0	79.613	35.0	0.00020269856209725445	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MON0097_000000001268	14755	0.5805071834097225	20	7	0	1	6	False	9245	fragment	False	MON0097_000000001268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0152_000000015286	1619	0.5805043411750358	1	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.5598211787173624		0	0	False	False	0.9938233494758606	0					non-mobilizable	other	1510.0	73.57600000000001	93.0	0.0007112764937401479	CP002033.1	firmicutes	Lactobacillus fermentum CECT 5716, complete genome	False	False
MON0084_000000026409	1382	0.5805043411750358	1	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.3133585247825779		0	0	False	False	1.0	0					non-mobilizable	other	1383.0	97.25200000000001	100.0	0.0006687144231346158	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MAD0026_000000007506	1834	0.5805039430314127	3	2	2	2	2	False	79129	maximal	True	MAD0026_000000007506	1.0		91	10	False	False	0.9994547367095947	0					non-mobilizable	no_good_hit	521.0	72.553	28.0	0.34610123119015046	NZ_GL878522.1	firmicutes	Dialister micraerophilus DSM 19965 SCAFFOLD4, whole genome shotgun sequence	True	False
CHI0101_000000004134	3268	0.5804998285513411	4	3	3	3	3	False	99550	maximal	True	CHI0101_000000004134	1.0		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	74.815	8.0	0.001739678454902939	NZ_JDUU01000011.1	high GC Gram+	Bifidobacterium biavatii DSM 23969 contig11, whole genome shotgun sequence	True	False
ISR0283_000000006622	2036	0.580498930168821	6	5	2	3	4	False	128427	maximal	False	DEN0081_000000003447	0.5599410278775738		0	0	False	False	1.0	0					non-mobilizable	other	2037.0	98.23299999999999	100.0	0.028012052336860063	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0107_000000017368	2243	0.5804937875365912	4	2	1	2	0	False	14689	maximal	True	MAD0107_000000017368	1.0		2	2	False	False	0.9955416917800903	0					non-mobilizable	no_good_hit								True	False
FIJ0129_000000017466	1286	0.5804937815371655	2	1	1	1	1	False	40918	fragment	False	FIJ0129_000000017466	1.0		0	0	False	False	0.9984447956085205	0					non-mobilizable	no_good_hit								True	False
ISR0055_000000008426	1797	0.5804926845879598	2	1	1	1	1	False	35670	maximal	True	ISR0055_000000008426	1.0		127	9	False	False	1.0	0					non-mobilizable	no_good_hit	552.0	98.913	31.0	0.0037630509448678827	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0066_000000010230	3091	0.5804925092401052	5	3	3	3	2	False	46442	fragment	False	FIJ0066_000000010230	1.0		0	0	False	False	0.9880297780036926	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00017048694599091128	NZ_FOSQ01000013.1	a-proteobacteria	Roseomonas stagni DSM 19981, whole genome shotgun sequence	True	False
ISR0109_000000009158	3410	0.5804923480025322	5	5	3	4	1	False	39401	maximal	True	ISR0109_000000009158	1.0		10	2	False	False	0.9950146675109863	0					non-mobilizable	no_good_hit	599.0	87.98	25.0	0.0022205965903816234	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0037_000000002726	4264	0.5804882714177961	5	4	4	4	4	False	88015	maximal	True	CHI0037_000000002726	1.0		1	1	False	False	0.9971857666969299	0					non-mobilizable	no_good_hit	3679.0	98.66799999999999	86.0	0.03649432134064014	NZ_KB291640.1	firmicutes	Clostridium celatum DSM 1785 Scfld67, whole genome shotgun sequence	True	False
SPA0117_000000028756	1295	0.5804818758982658	2	2	1	1	2	False	4284	maximal	True	SPA0117_000000028756	1.0		187	11	False	False	0.9899613857269287	0					non-mobilizable	other	1243.0	99.195	96.0	0.0006204806576895139	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0026_000000014760	1959	0.5804768612520571	2	2	2	2	1	False	74170	maximal	True	DEN0026_000000014760	1.0		2	2	False	False	0.9994895458221436	0					non-mobilizable	no_good_hit	413.0	96.852	21.0	0.006944327394697365	NZ_SPGG01000023.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_23_length_59329_cov_36.7253, whole genome shotgun sequence	True	False
MAD0041_000000028428	1322	0.5804758499547144	1	1	1	1	1	False	18213	maximal	True	MAD0041_000000028428	1.0		6	5	False	False	0.9977307319641113	0					non-mobilizable	chromosome	1322.0	97.73100000000001	100.0	0.000266947962324165	CP045840.1	enterobacteria	Citrobacter sp. S40-1-2 chromosome, complete genome	False	False
MAD0003_000000020416	1298	0.5804758499547144	1	1	1	1	1	False	20074	fragment	False	MAD0003_000000020416	1.0		0	0	False	False	0.9992296099662781	0					non-mobilizable	other	1298.0	100.0	100.0	0.017729236152878778	NZ_NQCD01000031.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_24_length_73156_cov_77.7947_ID_47.ctg_1, whole genome shotgun sequence	False	False
FIJ0092_000000021829	1646	0.580474145242143	2	2	2	2	1	False	43296	maximal	True	FIJ0092_000000021829	1.0		122	9	False	False	1.0	0					non-mobilizable	chromosome	1646.0	99.21	100.0	0.0007500548292359974	CP018189.1	firmicutes	Streptococcus salivarius strain ICDC3 chromosome, complete genome	False	False
MAD0054_000000000331	22255	0.5804716038695213	22	8	7	8	3	True	17195	maximal	True	MAD0054_000000000331	1.0		3	3	False	False	0.9997753500938416	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	0.01150600869342879	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	True	True
ISR0384_000000014251	1382	0.5804707808610575	2	2	1	2	2	False	116526	fragment	False	ENG0045_000000008222	0.6675846466134451		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	98.77	100.0	0.00040032640661393724	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0187_000000010217	2728	0.5804691528216512	5	4	4	4	3	False	114518	fragment	False	ENG0170_000000003849	0.8365958039083782		0	0	False	False	0.9978005886077881	0					non-mobilizable	other	2729.0	98.97399999999999	100.0	0.043154761904761904	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	False	False
USA0037_01_000000001538	21113	0.5804665689915371	15	5	3	4	1	True	1379	fragment	False	USA0037_01_000000001538	1.0		0	0	False	False	0.9994316101074219	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	5.857251084169469e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
USA0019_01_000000011397	2636	0.5804628081218007	3	1	1	1	1	False	33589	fragment	False	ISR0092_000000009260	0.9412083936324168		0	0	False	False	0.9996206164360046	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.00037736561067189944	NZ_MJAT01000003.1	firmicutes	Desulfuribacillus stibiiarsenatis strain MLFW-2 MLFW-2_Contig_11_85X, whole genome shotgun sequence	True	False
ENG0060_000000019948	1569	0.5804624829932198	2	2	2	2	2	False	63315	fragment	False	FIJ0012_000000015715	0.9629277566539924		0	0	False	False	1.0	0					non-mobilizable	other	1569.0	100.0	100.0	0.01365354138729733	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
AST0111_000000013847	1374	0.5804616733996375	4	3	3	2	0	True	106771	fragment	False	AST0111_000000013847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	94.796	83.0	0.0037677225229350297	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
FIJ0095_000000018808	1469	0.5804563030676291	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.3409503428774675		0	0	False	False	1.0	0					non-mobilizable	chromosome	1488.0	96.43799999999999	100.0	0.0005236623760933305	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0399_000000001393	8104	0.5804538812443034	15	12	4	5	9	True	101531	fragment	False	ISR0399_000000001393	1.0		0	0	False	False	0.9997532367706299	0					non-mobilizable	chromosome	7203.0	97.779	98.0	0.0010960132574835133	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
CHI0122_000000006217	2255	0.5804538667221427	2	2	2	2	2	False	102956	fragment	False	CHI0131_000000007154	0.9528133205530303		0	0	False	False	0.9995565414428711	0					non-mobilizable	chromosome	2256.0	98.36	100.0	0.0008843126851223312	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ITA0005_000000002977	5730	0.5804510095848868	7	5	4	3	4	False	74532	maximal	True	ITA0005_000000002977	1.0		93	6	False	False	1.0	0					non-mobilizable	other	3037.0	99.835	100.0	0.021542304089915705	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0003_000000005724	6165	0.5804495510727382	7	2	1	2	1	False	130738	maximal	True	AST0003_000000005724	1.0		1	1	True	True	0.9995133876800537	16					non-mobilizable	no_good_hit								True	True
ISR0011_000000011360	2391	0.5804486649424605	4	3	2	3	2	True	38257	maximal	True	ISR0011_000000011360	1.0		1	1	False	False	0.9958176612854004	0					non-mobilizable	no_good_hit	296.0	77.027	12.0	0.0001800850517729158	NZ_CP009761.1	firmicutes	Parvimonas micra strain KCOM 1535 (=ChDC B708) chromosome, complete genome	True	True
FIJ0158_000000015929	1184	0.580447528434942	2	2	2	2	0	True	39426	fragment	False	FIJ0158_000000015929	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1182.0	93.57	99.0	0.0003497730621432115	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
FIJ0029_000000013271	2498	0.5804473778391753	4	2	2	2	1	True	48876	maximal	True	FIJ0029_000000013271	1.0		7	1	False	False	0.9983987212181091	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0004921432840018279	NZ_AZGD01000087.1	firmicutes	Lactobacillus hayakitensis DSM 18933 = JCM 14209 strain DSM 18933 NODE_310, whole genome shotgun sequence	True	True
ISR0167_000000010228	2927	0.5804456881486656	5	4	4	1	1	False	30187	maximal	True	ISR0167_000000010228	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	1760.0	92.898	60.0	0.0005970266915444778	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0006_000000034496	1176	0.5804406363902395	1	1	1	1	1	False	51648	maximal	True	FIJ0006_000000034496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	73.59100000000001	52.0	0.0007799371432236547	CP053097.1	mycoplasmas	Mycoplasma sp. Mirounga ES2806-NAS chromosome, complete genome	True	False
ISR0025_000000007930	4755	0.5804363929352412	6	2	1	1	1	False	37387	fragment	False	ISR0025_000000007930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	97.62700000000001	7.0	9.43884463404893e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0043_000000013661	2023	0.5804363929352412	3	2	1	1	1	False	56750	fragment	False	FIJ0043_000000013661	1.0		0	0	False	False	0.9985170364379883	0					non-mobilizable	no_good_hit								True	False
ISR0326_000000009635	2010	0.5804363929352412	3	2	1	1	1	False	24825	fragment	False	ISR0326_000000009635	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0038_000000012485	1947	0.5804363929352412	3	2	1	1	1	False	65071	fragment	False	ENG0038_000000012485	1.0		0	0	False	False	0.9953774809837341	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000010801	1775	0.5804363929352412	2	2	1	1	1	False	26570	fragment	False	ISR0266_000000010801	1.0		0	0	False	False	0.9954929351806641	0					non-mobilizable	no_good_hit	42.0	95.238	2.0	6.516591161626878e-06	NZ_CP031418.1	high GC Gram+	Nocardia farcinica strain W6977 chromosome, complete genome	True	False
ENG0042_000000014704	1729	0.5804363929352412	3	2	1	1	1	False	64687	maximal	True	ENG0042_000000014704	1.0		59	8	False	False	0.9953730702400208	0					non-mobilizable	no_good_hit								True	False
ENG0155_000000011870	1726	0.5804363929352412	2	2	1	1	1	False	56749	fragment	False	ENG0155_000000011870	0.9638403990024937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0162_000000014195	1722	0.5804363929352412	2	2	1	1	1	False	56353	maximal	True	ENG0162_000000014195	1.0		16	3	False	False	0.9860627055168152	0					non-mobilizable	no_good_hit								True	False
FIJ0103_000000013865	1604	0.5804363929352412	2	2	1	1	1	False	56749	fragment	False	ENG0155_000000011870	0.9313441483198146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000020492	1519	0.5804363929352412	2	2	1	1	1	False	55971	fragment	False	ENG0168_000000020492	1.0		0	0	False	False	0.9927583932876587	0					non-mobilizable	no_good_hit								True	False
FIJ0159_000000015518	1631	0.5804359818279781	2	1	1	1	1	False	39393	maximal	True	FIJ0159_000000015518	1.0		19	7	False	False	0.9987737536430359	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.0022076679667378026	NZ_FRBI01000053.1	high GC Gram+	Streptomyces paucisporeus strain CGMCC 4.2025, whole genome shotgun sequence	True	False
USA0034_01_000000017876	3065	0.5804346222029549	3	2	2	2	1	True	1474	maximal	True	USA0034_01_000000017876	1.0		37	6	False	False	0.9954323172569275	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00025041503974179425	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ISR0073_000000007130	3650	0.5804344080899588	4	4	4	4	3	True	34806	maximal	True	ISR0073_000000007130	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	287.0	74.21600000000001	8.0	0.024801412180052957	NZ_SRID01000220.1	high GC Gram+	Streptomyces palmae strain JCM 31289 NODE_220_length_11330_cov_41.953, whole genome shotgun sequence	True	True
FIJ0127_000000003913	4706	0.5804337991044488	5	2	1	2	1	True	69373	fragment	False	FIJ0127_000000003913	0.9595588235294117		0	0	False	False	0.9997875094413757	0					non-mobilizable	no_good_hit								True	True
FIJ0101_000000005982	4624	0.5804337991044488	5	2	1	2	1	True	69373	fragment	False	FIJ0127_000000003913	0.9515512112197195		0	0	False	False	0.9997837543487549	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	1.2167269971430922e-06	CP023116.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-04	True	True
SPA0106_000000025204	1523	0.5804293550717489	2	1	1	1	1	False	77053	maximal	True	SPA0106_000000025204	1.0		9	7	False	False	1.0	0					non-mobilizable	other	1523.0	96.323	100.0	0.0005080699954103341	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
SPA0104_000000026729	1411	0.5804293550717489	2	1	1	1	1	False	61312	fragment	False	SPA0104_000000026729	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	95.74799999999999	100.0	0.00042463663451675445	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
SPA0008_000000022954	1330	0.5804293550717489	1	1	1	1	1	False	77052	fragment	False	SPA0008_000000022954	0.9553030303030303		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	95.495	100.0	0.0004446030005859006	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
CHI0187_000000011725	1320	0.5804293550717489	1	1	1	1	1	False	77052	fragment	False	SPA0008_000000022954	0.9477443609022556		0	0	False	False	0.9969696998596191	0					non-mobilizable	chromosome	1301.0	93.774	99.0	0.00036190277342798484	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0116_000000031551	1304	0.5804293550717489	1	1	1	1	1	False	56992	fragment	False	SPA0116_000000031551	0.9847457627118644		0	0	False	False	1.0	0					non-mobilizable	other	1029.0	78.717	90.0	0.003860100147727491	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
ENG0088_000000013135	1303	0.5804293550717489	1	1	1	1	1	False	61311	fragment	False	USA0039_01_000000018770	0.7258928358066289		0	0	False	False	0.9953952431678772	0					non-mobilizable	other	1303.0	99.309	100.0	0.0020244016587032945	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	False	False
AST0084_000000027879	1272	0.5804293550717489	1	1	1	1	1	False	111235	fragment	False	AST0084_000000027879	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	94.225	99.0	0.002234472281184998	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ISR0057_000000018042	1247	0.5804293550717489	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.045716848910991176		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	99.35799999999999	100.0	0.02257164595485671	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ENG0080_000000023089	1240	0.5804293550717489	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.058554053908723445		0	0	False	False	0.999193549156189	0					non-mobilizable	other	1240.0	99.03200000000001	100.0	0.013189269746646796	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
USA0039_01_000000018770	1184	0.5804293550717489	1	1	1	1	1	False	61311	fragment	False	USA0039_01_000000018770	0.9137921716255417		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	93.929	100.0	0.000356273147966894	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
CHI0169_000000013595	1165	0.5804293550717489	1	1	1	1	1	False	78002	fragment	False	MON0052_000000023114	0.3805825242718447		0	0	False	False	0.9879828095436096	0					non-mobilizable	other	1169.0	85.62899999999999	100.0	0.0044625213437446045	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
ISR0268_000000018196	1113	0.5804293550717489	1	1	1	1	1	False	26479	fragment	False	ISR0268_000000018196	1.0		0	0	False	False	0.9991015195846558	0					non-mobilizable	other	1107.0	89.25	99.0	0.001957603595033402	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ISR0311_000000022102	1112	0.5804293550717489	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.01968011657379514		0	0	False	False	0.9991007447242737	0					non-mobilizable	other	1112.0	99.64	100.0	0.020126082388319262	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ISR0128_000000004227	7590	0.5804293482237887	11	11	3	6	11	False	31868	maximal	True	ISR0128_000000004227	0.9919366147805357		8	4	False	False	0.9998682737350464	0					non-mobilizable	no_good_hit	3441.0	90.52600000000001	45.0	0.09629733520336606	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0150_000000003547	4430	0.5804283226626397	4	4	3	4	4	True	117179	fragment	False	ENG0150_000000003547	1.0		0	0	False	True	0.9997742772102356	0					non-mobilizable	no_good_hit	2560.0	98.789	58.0	0.0007261467327371247	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0052_000000000412	40239	0.5804209308512598	50	18	12	17	7	True	76042	maximal	True	ISR0052_000000000412	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.015376458112407211	XM_032237715.1	snakes	PREDICTED: Thamnophis elegans homeobox B5 (HOXB5), mRNA	True	True
MAD0047_000000019155	2315	0.5804206985277873	2	2	2	2	1	False	17660	fragment	False	MAD0047_000000019155	0.9956237408855795		0	0	False	False	0.9987040758132935	0					non-mobilizable	no_good_hit	1150.0	84.609	49.0	0.005750946740794457	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MON0036_000000010151	2191	0.5804206985277873	2	2	2	2	1	False	17660	fragment	False	MAD0047_000000019155	0.9829068859080454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1150.0	84.609	52.0	0.005750946740794457	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
USA0017_01_000000001267	17757	0.5804198468786719	13	10	6	7	10	False	129208	maximal	True	USA0017_01_000000001267	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	5401.0	97.11200000000001	43.0	0.0013237154945814457	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0077_000000017873	2326	0.5804180894632477	3	2	2	2	2	False	10233	maximal	True	MON0077_000000017873	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	88.285	51.0	0.0004008836269500161	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0121_000000010166	2568	0.5804167599607284	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.6054413740952096		0	0	False	False	1.0	0					non-mobilizable	other	2490.0	96.867	97.0	0.0008647165091717621	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0222_000000021151	2409	0.5804167599607284	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.500860764713698		0	0	False	False	1.0	0					non-mobilizable	other	2409.0	93.898	100.0	0.0008365758754863813	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0093_000000007711	2340	0.5804167599607284	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.5012710932781251		0	0	False	False	1.0	0					non-mobilizable	chromosome	2340.0	98.291	100.0	0.0006511466054215819	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0047_000000013244	2310	0.5804167599607284	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.506068328652218		0	0	False	False	1.0	0					non-mobilizable	chromosome	2310.0	98.052	100.0	0.0005138707262379856	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0102_01_000000005984	2305	0.5804167599607284	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.5038491030852725		0	0	False	False	0.9835140705108643	0					non-mobilizable	chromosome	2307.0	98.04899999999999	100.0	0.0005132030726309202	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0102_000000013714	2299	0.5804167599607284	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.5083224342463923		0	0	False	False	1.0	0					non-mobilizable	chromosome	2299.0	98.086	100.0	0.0005114226630120791	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0229_000000007349	2181	0.5804167599607284	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.5351130923618205		0	0	False	False	1.0	0					non-mobilizable	other	2181.0	97.02	100.0	0.002427081779295879	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
FIJ0141_000000013511	2167	0.5804167599607284	3	3	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.5305740559150324		0	0	False	False	1.0	0					non-mobilizable	chromosome	2167.0	97.693	100.0	0.0006029856978807808	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0063_000000022354	1376	0.5804164919298882	2	2	1	2	1	True	63049	fragment	False	ISR0123_000000014229	0.7210157061455876		0	0	False	False	0.9956395626068115	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00021311463362654967	NZ_FNDC01000013.1	firmicutes	Planomicrobium glaciei strain CGMCC 1.6846, whole genome shotgun sequence	True	True
TAN0010_000000002547	4434	0.5804141820719871	3	2	1	1	2	False	2635	maximal	True	TAN0010_000000002547	1.0		9	4	False	False	0.9934596419334412	0					non-mobilizable	no_good_hit	1440.0	70.833	32.0	0.00037260610418014193	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ETH0005_000000015572	3075	0.5804073293427043	5	3	2	3	2	False	115421	fragment	False	MAD0112_000000007920	0.4992564840767627		0	0	False	False	0.9990243911743164	0					non-mobilizable	no_good_hit	997.0	74.32300000000001	34.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CAN0007_000000006800	6324	0.5803992713878539	8	5	4	4	4	False	127788	maximal	True	CAN0007_000000006800	1.0		5	4	False	False	0.9963630437850952	0					non-mobilizable	no_good_hit	3901.0	94.053	61.0	0.0011070436076196003	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0090_000000002591	4680	0.5803970906763779	6	5	5	4	3	False	83830	maximal	True	CHI0090_000000002591	1.0		7	5	False	False	0.9985042810440063	0					non-mobilizable	no_good_hit	211.0	75.829	4.0	8.163469372928373e-05	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
SPA0037_000000012451	1991	0.5803907251355684	3	2	2	2	1	True	7075	maximal	True	SPA0037_000000012451	1.0		138	9	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	73.785	61.0	0.00025770093659244697	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0012_000000009719	4130	0.5803883652054284	6	4	4	3	2	False	14329	maximal	True	MON0012_000000009719	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	90.44	60.0	0.0004398150359973853	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0029_000000017905	1649	0.5803879256351729	2	2	2	2	1	False	131699	fragment	False	AST0140_000000015176	0.2554555367996274		0	0	False	False	1.0	0					non-mobilizable	other	1650.0	98.0	100.0	0.031969755719271034	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
SPA0051_000000019064	1264	0.5803859124899697	2	1	1	1	1	False	21262	maximal	True	SPA0051_000000019064	0.9824775876120619		25	5	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	87.179	6.0	6.238722698498736e-05	NZ_ASXP01000002.1	firmicutes	Sporomusa ovata DSM 2662 SOV_2c, whole genome shotgun sequence	True	False
MAD0016_000000000238	8887	0.5803790040356432	15	6	1	5	3	False	75381	fragment	False	MAD0016_000000000238	1.0		0	0	False	False	0.9990997910499573	0					non-mobilizable	no_good_hit	3848.0	96.7	65.0	0.06611413931255052	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0082_000000002791	8495	0.5803781811571981	10	9	7	7	8	False	98394	fragment	False	FIJ0082_000000002791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.555	17.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0284_000000003959	2713	0.5803653044004863	3	3	3	3	3	False	26090	maximal	True	ISR0284_000000003959	1.0		60	12	False	False	0.9970512390136719	0					non-mobilizable	no_good_hit	930.0	81.075	41.0	0.0002543723722723006	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0135_01_000000008883	1716	0.5803651762173411	2	2	2	2	2	False	35	maximal	True	USA0135_01_000000008883	1.0		2	1	False	False	0.998834490776062	0					non-mobilizable	no_good_hit								True	False
ENG0090_000000004370	4747	0.5803563388564715	3	2	2	2	0	True	61265	maximal	True	ENG0090_000000004370	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	3034.0	99.11	64.0	0.0016798252051319685	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	True
DEN0026_000000011477	2569	0.5803550974527224	3	3	3	3	2	False	74184	fragment	False	DEN0026_000000011477	0.9806782491329227		0	0	False	False	1.0	0					non-mobilizable	other	2569.0	98.32600000000001	100.0	0.00994566290864165	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0032_000000011429	2426	0.5803539851992118	2	2	2	1	1	False	83739	fragment	False	SPA0116_000000015098	0.9483478921382453		0	0	False	False	0.9979389905929565	0					non-mobilizable	other	2371.0	99.62	98.0	0.10847674844379349	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	False	False
USA0120_01_000000011105	1208	0.5803539851992118	2	2	2	1	1	False	83736	fragment	False	USA0120_01_000000011105	1.0		0	0	False	False	0.9809602499008179	0					non-mobilizable	other	1199.0	99.75	99.0	0.054787623581105824	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	False	False
CHI0090_000000012656	1105	0.5803539851992118	2	2	2	1	1	False	83736	fragment	False	USA0120_01_000000011105	0.9573675496688742		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	99.91	100.0	0.05053094104723545	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	False	False
ITA0002_000000009733	1169	0.5803527700451849	2	1	1	1	1	False	20416	maximal	True	ITA0002_000000009733	1.0		99	10	False	False	0.9982891082763672	0					non-mobilizable	other	1169.0	99.65799999999999	100.0	0.0031809231758031967	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	False	False
TAN0019_000000001439	4005	0.5803488089354654	5	4	3	3	2	True	101045	fragment	False	MAD0045_000000008832	0.6306017207510105		0	0	False	False	1.0	0					non-mobilizable	chromosome	4009.0	96.23299999999999	100.0	0.0008133341319140254	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ISR0283_000000009365	1424	0.5803479885489319	2	1	1	1	1	False	26103	fragment	False	ISR0283_000000009365	1.0		0	0	False	False	0.9009831547737122	0					non-mobilizable	chromosome	1323.0	99.84899999999999	93.0	0.0005697674168029669	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0342_000000011865	1158	0.5803479885489319	2	1	1	1	1	False	24326	fragment	False	ISR0342_000000011865	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	99.741	100.0	0.00048057193459901944	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
DEN0087_000000004605	2731	0.5803457474953267	5	3	2	3	2	False	68893	maximal	True	DEN0087_000000004605	1.0		111	10	False	False	1.0	0					non-mobilizable	other	1089.0	95.77600000000001	92.0	0.3709512444595977	NZ_LNAM01000048.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf141, whole genome shotgun sequence	False	False
USA0017_01_000000008854	3100	0.580343277595938	4	4	4	4	3	False	1904	maximal	True	USA0017_01_000000008854	1.0		1	1	False	False	0.9896774291992188	0					non-mobilizable	no_good_hit	265.0	95.84899999999999	9.0	0.00011320167349807322	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
SPA0093_000000001387	21399	0.5803412506687419	31	21	7	13	16	True	116736	fragment	False	CHI0147_000000000676	0.8096971834205309		0	0	False	False	1.0	0					non-mobilizable	other	21399.0	99.995	100.0	0.16275832693141454	KJ816753.1	CFB group bacteria	Bacteroides fragilis strain HMW 615 transposon CTnHyb, complete sequence	False	True
ISR0209_000000004372	6487	0.5803351721879395	8	4	3	4	2	True	91661	fragment	False	CHI0005_000000002299	0.9732108092886047		0	0	False	False	0.9986125826835632	0					non-mobilizable	no_good_hit	1073.0	71.389	16.0	0.00031891900061970044	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	True
FIJ0150_000000019590	1279	0.5803350695274317	2	2	2	2	1	False	39780	fragment	False	FIJ0150_000000019590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	87.92399999999999	78.0	0.0002943898592466996	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0003_000000000446	18019	0.5803307202110111	18	13	5	6	11	False	103792	fragment	False	CHI0003_000000000446	0.9466158519112844		0	0	False	False	0.9993340373039246	0					non-mobilizable	no_good_hit	4471.0	88.884	50.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
USA0057_01_000000003411	8406	0.5803287925541103	12	9	7	8	8	False	111446	fragment	False	ISR0179_000000003041	0.9839670510965722		0	0	False	False	0.999167263507843	0					non-mobilizable	other	8416.0	99.014	100.0	0.011655818836855935	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0048_000000005165	3721	0.5803278677819874	3	3	2	2	3	False	36044	maximal	True	ISR0048_000000005165	0.9971943295924395		12	4	False	False	0.9973125457763672	0					non-mobilizable	no_good_hit	1846.0	84.67	70.0	0.000512077133701007	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0203_000000005063	3386	0.5803278677819874	3	3	2	2	3	False	36044	maximal	False	ISR0048_000000005165	0.9524321418973394		0	0	False	False	0.9982280135154724	0					non-mobilizable	no_good_hit	1527.0	85.72399999999999	67.0	0.0004237688210562563	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0089_000000020502	1410	0.5803260468043031	2	2	2	2	2	False	63837	fragment	False	ENG0053_000000017999	0.9248893582906084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	76.875	11.0	5.08941815956266e-05	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
FIJ0058_000000020131	2002	0.5803233339744147	3	3	3	3	2	False	46012	maximal	True	FIJ0058_000000020131	1.0		3	1	False	False	0.9995005130767822	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	1.1328062212493016e-05	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
AUS0002_000000030132	1248	0.5803225818824184	2	1	1	1	1	False	123003	fragment	False	AST0016_000000018122	0.9641653826682985		0	0	False	False	0.9911859035491943	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	5.0	0.00027028070581875747	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0065_000000013522	1911	0.5803202338972875	2	1	1	1	1	False	10673	maximal	True	MON0065_000000013522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	81.158	64.0	0.0003236267416490374	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0069_000000034376	1519	0.5803202338972875	3	1	1	1	1	False	129967	maximal	True	MON0069_000000034376	1.0		1	1	False	False	0.9894667267799377	0					non-mobilizable	no_good_hit	1348.0	95.846	89.0	0.002429912274213886	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0107_000000031304	1269	0.5803202338972875	1	1	1	1	1	False	14638	maximal	True	MAD0107_000000031304	1.0		2	2	False	False	0.9795114398002625	0					non-mobilizable	other	1266.0	73.934	99.0	0.00034763329653405607	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0147_000000020996	1218	0.5803202338972875	1	1	1	1	1	False	30941	fragment	False	ISR0147_000000020996	0.999113475177305		0	0	False	False	0.9975369572639465	0					non-mobilizable	other	1228.0	81.433	100.0	0.0021581559125662887	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
USA0073_01_000000011707	1195	0.5803202338972875	2	1	1	1	1	False	129966	maximal	True	USA0073_01_000000011707	1.0		15	6	False	False	1.0	0					non-mobilizable	other	1194.0	91.792	99.0	0.0007049964927458638	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0026_000000019490	1193	0.5803202338972875	1	1	1	1	1	False	55138	fragment	False	ISR0026_000000019490	0.9991371872303709		0	0	False	False	0.9924560189247131	0					non-mobilizable	other	1207.0	74.068	100.0	0.002056992354164744	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ENG0152_000000022097	1180	0.5803202338972875	1	1	1	1	1	False	56992	fragment	False	SPA0116_000000031551	0.9386503067484663		0	0	False	False	0.9991525411605835	0					non-mobilizable	no_good_hit	932.0	78.97	85.0	0.00027767019647123944	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0850_000000013696	1160	0.5803202338972875	1	1	1	1	1	False	20566	fragment	False	ISR0850_000000013696	1.0		0	0	False	False	0.9775862097740173	0					non-mobilizable	other	1172.0	82.509	100.0	0.002051667956354136	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ENG0183_000000027193	1159	0.5803202338972875	1	1	1	1	1	False	55138	fragment	False	ISR0026_000000019490	0.9849119865884326		0	0	False	False	0.9991371631622314	0					non-mobilizable	other	1167.0	74.122	99.0	0.0019860003833566424	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ISR0372_000000015575	1138	0.5803202338972875	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.013163736351741598		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.29700000000001	100.0	0.0205970798159487	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
MON0069_000000047547	1131	0.5803202338972875	1	1	1	1	1	False	61311	fragment	False	USA0039_01_000000018770	0.4605152027027027		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	100.0	100.0	0.00034186327586702424	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0286_000000019346	1128	0.5803202338972875	1	1	1	1	1	False	30941	fragment	False	ISR0147_000000020996	0.9622331691297208		0	0	False	False	0.984929084777832	0					non-mobilizable	other	1131.0	88.417	100.0	0.00029895683429382393	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0162_000000021723	1124	0.5803202338972875	1	1	1	1	1	False	61311	fragment	False	USA0039_01_000000018770	0.4717060810810811		0	0	False	False	0.9919928908348083	0					non-mobilizable	other	1124.0	96.26299999999999	100.0	0.00033820350394490444	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
ENG0166_000000027104	1121	0.5803202338972875	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.010578043215114142		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	99.01899999999999	100.0	0.003848598869474082	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0092_000000010017	1111	0.5803202338972875	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.010500651264755674		0	0	False	False	0.9981998205184937	0					non-mobilizable	other	1113.0	98.383	100.0	0.020126082388319262	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ENG0111_000000003295	6855	0.5803118353470875	9	8	5	8	6	False	59767	maximal	True	ENG0111_000000003295	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	79.212	7.0	0.0004900082567470575	NZ_RHHU01000010.1	firmicutes	Brevibacillus nitrificans strain JCM 15774 contig_10, whole genome shotgun sequence	True	False
SPA0010_000000016508	1541	0.5803091473406039	2	2	2	2	2	True	8077	fragment	False	SPA0010_000000016508	1.0		0	0	False	False	0.9980531930923462	0					non-mobilizable	chromosome	1541.0	97.53399999999999	100.0	0.0004464175714594231	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0086_000000014476	1906	0.5803035984603111	2	2	2	2	1	False	33913	fragment	False	ISR0359_000000014169	0.9569318667843465		0	0	False	False	0.9958027005195618	0					non-mobilizable	other	1906.0	99.633	100.0	0.029141362377812792	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	False	False
FIJ0022_000000003716	6074	0.5802880767759275	6	6	6	6	5	False	130063	maximal	False	ISR0014_000000005206	0.9321219722447812		0	0	False	False	1.0	0					non-mobilizable	chromosome	6074.0	97.94200000000001	100.0	0.0020437996497401326	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0033_000000006619	4858	0.5802860244039171	8	8	3	3	3	False	48306	maximal	True	FIJ0033_000000006619	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1670.0	75.749	54.0	0.0002593352415323341	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ISR0320_000000016791	1555	0.5802832431924126	3	2	2	2	2	False	32091	maximal	True	ISR0320_000000016791	1.0		187	12	False	False	1.0	0					non-mobilizable	other	1555.0	99.228	100.0	0.010768409892523785	NZ_JAANXY010000003.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_3, whole genome shotgun sequence	False	False
CHI0144_000000013020	1316	0.5802831475501056	2	2	2	2	1	False	79813	fragment	False	CHI0144_000000013020	1.0		0	0	False	False	0.9946808218955994	0					non-mobilizable	other	1246.0	98.315	95.0	0.0016243593891886814	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0858_000000003777	2488	0.580278824230545	4	4	3	1	3	False	20459	fragment	False	ISR0858_000000003777	1.0		0	0	False	False	0.9931672215461731	0					non-mobilizable	no_good_hit	1160.0	94.31	51.0	0.00032688347210603773	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0044_000000018827	2696	0.5802770948967533	3	3	3	2	2	False	119067	fragment	False	MON0044_000000018827	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2497.0	79.415	92.0	0.0007445729424059431	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0373_000000010667	1559	0.5802724467273027	2	2	2	2	2	False	65841	maximal	True	ISR0373_000000010667	1.0		537	14	False	False	1.0	0					non-mobilizable	other	1559.0	99.359	100.0	0.0007455811872351523	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
ISR0177_000000005660	4360	0.5802724302502958	4	4	4	3	3	False	29777	maximal	True	ISR0177_000000005660	1.0		1	1	False	False	0.9965596199035645	0					non-mobilizable	no_good_hit	1320.0	83.712	42.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0055_000000010603	2977	0.5802720124592445	4	4	4	3	3	False	121029	fragment	False	SPA0055_000000010603	1.0		0	0	False	False	0.998320460319519	0					non-mobilizable	no_good_hit	1391.0	83.321	48.0	0.0053678694670472454	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0112_000000002005	10817	0.5802577067719367	15	14	8	8	14	False	42057	maximal	True	FIJ0112_000000002005	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	7588.0	99.921	71.0	0.07060892872099842	CP050361.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_ARR2, complete sequence	True	True
CHI0077_000000001670	8389	0.5802572825586918	15	8	6	6	6	False	121821	fragment	False	CHI0077_000000001670	0.9658440629470673		0	0	False	False	0.9995231628417969	0					non-mobilizable	no_good_hit	7321.0	96.694	87.0	0.0020568730022139698	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0105_000000005951	3476	0.5802554067829188	3	2	2	2	2	False	60181	maximal	True	ENG0105_000000005951	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	77.601	32.0	0.010178208887886307	NZ_CGIH01000038.1	firmicutes	Syntrophomonas zehnderi OL-4, whole genome shotgun sequence	True	False
SPA0023_000000011806	2274	0.5802381293807556	3	2	0	2	2	True	7626	maximal	True	SPA0023_000000011806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0164_000000016625	1209	0.5802309610362286	2	2	2	1	2	False	78350	maximal	True	CHI0164_000000016625	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	864.0	74.653	69.0	0.008839881584783438	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0079_000000010614	2354	0.5802300189300195	3	3	3	3	2	False	114932	maximal	True	SPA0079_000000010614	0.9174736842105264		21	5	False	False	0.9978759288787842	0					non-mobilizable	other	2353.0	98.045	99.0	0.05624267362024832	NZ_QICA01000024.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_024, whole genome shotgun sequence	False	False
AST0052_000000004548	4367	0.5802289320163351	5	4	4	4	3	False	130682	fragment	False	ISR0168_000000004408	0.18392013974708185		0	0	False	False	0.9958781599998474	0					non-mobilizable	chromosome	3997.0	97.898	92.0	0.0017643521392548924	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0069_000000002250	10143	0.5802242532951212	16	13	7	13	11	True	132198	maximal	False	SPA0132_000000003222	0.988964096527369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8420.0	99.679	83.0	0.01064583196329477	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ISR0089_000000004939	4641	0.5802237687565479	6	6	6	6	5	False	114181	fragment	False	ISR0360_000000004622	0.6486059607196814		0	0	False	False	0.9993535876274109	0					non-mobilizable	no_good_hit	720.0	71.806	15.0	0.0001756323263413513	CP027781.1	firmicutes	Clostridium botulinum strain MAP 5 chromosome, complete genome	True	False
ENG0166_000000001421	15212	0.5802192704489246	15	6	4	5	4	False	64100	maximal	True	ENG0166_000000001421	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	84.536	1.0	0.009204941097915772	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ISR0345_000000002686	3190	0.5802186353179292	5	5	5	4	3	False	24219	maximal	True	ISR0345_000000002686	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1425.0	99.228	48.0	0.0003451851758480914	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
MON0094_000000021560	1742	0.5802164995147889	2	2	2	2	2	False	54033	maximal	False	MON0062_000000020839	0.9439775237883058		0	0	False	False	0.9626865386962891	0					non-mobilizable	other	1691.0	97.221	97.0	0.017332977785071077	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
AST0142_000000002738	1615	0.5802138653931178	3	3	3	2	1	False	105247	maximal	True	AST0142_000000002738	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1001.0	96.90299999999999	99.0	0.016253027126302274	NZ_JVKM01000038.1	high GC Gram+	Xylanimonas cellulosilytica strain 352_XCEL 468_61527_1308576_333_,...,229+, whole genome shotgun sequence	False	False
CAN0011_000000022823	1325	0.5802112182494681	3	3	3	3	2	False	94392	maximal	True	CAN0011_000000022823	1.0		7	4	False	False	0.99622642993927	0					non-mobilizable	other	1325.0	94.943	100.0	0.011200690314448383	NZ_QRUP01000012.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf12, whole genome shotgun sequence	False	False
SPA0029_000000001888	10153	0.5802109030269879	15	12	10	11	12	False	111447	maximal	True	SPA0029_000000001888	1.0		2	1	False	False	0.9998030066490173	0					non-mobilizable	no_good_hit	8102.0	98.963	80.0	0.011213964266569893	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0334_000000004784	3934	0.5802105958486579	4	4	4	3	1	True	91899	fragment	False	ISR0334_000000004784	0.9676134632503474		0	0	False	False	1.0	0					non-mobilizable	chromosome	3185.0	95.353	94.0	0.0008505789510919783	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0097_000000004981	5930	0.5802096302487297	7	6	4	6	3	False	5133	fragment	False	SPA0097_000000004981	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0013633884748227596	NZ_JAAIUL010000034.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_34_length_22004_cov_314.423, whole genome shotgun sequence	True	False
MON0009_000000015998	2279	0.5802071328769752	2	2	2	2	1	False	13814	maximal	True	MON0009_000000015998	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	84.49	71.0	0.0003853078409860227	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0001_000000012643	2704	0.5802066625321824	3	3	3	3	3	False	115314	maximal	False	ISR0223_000000010033	0.981222416002647		0	0	False	False	0.9988905191421509	0					non-mobilizable	other	2704.0	99.223	100.0	0.039030236520634184	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0394_000000015658	1231	0.5802049207658048	2	2	2	2	2	False	124602	maximal	True	ISR0394_000000015658	0.9642076325832784		502	15	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	72.125	41.0	0.00013331885320542436	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0296_000000004887	4865	0.5802020077057018	7	6	2	3	6	False	25700	maximal	True	ISR0296_000000004887	1.0		0	0	False	False	0.9930112957954407	0					non-mobilizable	no_good_hit	1432.0	95.531	74.0	0.0005813660189324347	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	False
FIJ0011_000000002740	13752	0.5801998110067744	17	9	8	8	5	True	121700	maximal	True	FIJ0011_000000002740	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	93.59200000000001	4.0	0.011261175575423246	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0032_000000004481	4203	0.5801965579143883	5	5	5	5	5	False	65635	maximal	True	ENG0032_000000004481	0.9945281609718385		199	13	False	False	0.9992862343788147	0					non-mobilizable	other	4203.0	99.31	100.0	0.039465404374818026	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
USA0133_01_000000004848	5752	0.5801921164186233	8	4	3	4	3	False	132115	fragment	False	ENG0130_000000005013	0.9545940750864791		0	0	False	False	0.9993045926094055	0					non-mobilizable	no_good_hit	87.0	89.655	2.0	0.000881481709254533	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
USA0045_01_000000002511	5595	0.5801921164186233	7	4	3	4	3	False	132115	fragment	False	ENG0130_000000005013	0.9561433981251319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.864942777542923e-06	CP053173.1	moths	Carposina sasakii isolate BJYQ chromosome 26	True	False
ENG0003_000000011767	1921	0.5801907018664539	2	1	1	1	1	False	67858	maximal	True	ENG0003_000000011767	1.0		161	11	False	False	1.0	0					non-mobilizable	other	1922.0	97.711	100.0	0.0030706832910048173	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
FIJ0117_000000013591	1504	0.5801895700940153	2	2	2	2	1	False	41607	fragment	False	FIJ0117_000000013591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	83.56	73.0	0.00023167023522881612	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0150_000000022126	1150	0.5801895700940153	2	2	2	2	1	False	39774	fragment	False	FIJ0150_000000022126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	83.604	64.0	0.00023230063042671767	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0035_000000011004	1481	0.580187455641814	2	2	2	2	1	False	116787	maximal	True	AST0035_000000011004	1.0		1	1	False	False	0.9405806660652161	0					non-mobilizable	other	1453.0	93.806	98.0	0.01153827815832552	NZ_QRUP01000011.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf11, whole genome shotgun sequence	False	False
MAD0108_000000001617	9205	0.5801863955874661	7	7	4	6	7	False	45134	maximal	False	FIJ0068_000000002835	0.9950516351118761		0	0	False	False	1.0	0					non-mobilizable	other	9205.0	99.98899999999999	100.0	0.0018987181177192855	CP012380.1	enterobacteria	Escherichia coli strain WAT, complete genome	False	False
ISR0363_000000002260	7387	0.5801840543442985	8	6	3	6	2	True	35239	maximal	False	MON0050_000000002093	0.741035430729383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	83.117	1.0	2.695766371771683e-05	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	True
ISR0191_000000001165	7292	0.5801840543442985	8	6	3	6	2	True	35239	maximal	False	MON0050_000000002093	0.7347498289075629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	83.117	1.0	2.695766371771683e-05	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	True
ISR0034_000000001710	10758	0.5801806481412549	18	6	4	5	3	True	36854	fragment	False	ISR0034_000000001710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	98.447	8.0	0.998805256869773	GQ875251.1		Uncultured organism clone VC1A081TR genomic sequence	True	True
FIJ0046_000000014188	2183	0.5801794405354709	4	3	3	2	2	False	46977	maximal	True	FIJ0046_000000014188	1.0		136	12	False	False	0.995877206325531	0					non-mobilizable	no_good_hit								True	False
TAN0005_000000016922	1149	0.5801740399513828	2	2	2	2	2	False	2903	fragment	False	TAN0005_000000016922	1.0		0	0	False	False	0.9469103813171387	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	8.0	9.0551549487931e-05	CP050556.1	a-proteobacteria	Rhizobium leguminosarum bv. viciae strain RCAM0626 plasmid p_3, complete sequence	True	False
ISR0185_000000023621	1402	0.5801730899529609	3	2	2	2	1	True	33230	fragment	False	ISR0185_000000023621	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1402.0	98.00299999999999	100.0	0.00039001983505585137	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0185_000000000097	90954	0.5801719570188566	79	11	4	9	5	False	115487	maximal	False	AUS0014_000000000041	0.9243988452012654	PS49	0	0	True	True	1.0	84					non-mobilizable	no_good_hit	246.0	100.0	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
FIJ0031_000000016298	1534	0.5801712109187718	3	3	3	2	2	False	48542	maximal	True	FIJ0031_000000016298	1.0		25	5	False	False	1.0	0					non-mobilizable	chromosome	1534.0	99.413	100.0	0.0003164118034605916	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
MAD0055_000000001424	4823	0.5801691029311166	5	3	2	3	2	False	17116	maximal	True	MAD0055_000000001424	1.0		5	1	False	False	0.9995853304862976	0					non-mobilizable	no_good_hit	79.0	81.013	2.0	0.000884594447468699	NZ_PXYK01000025.1	a-proteobacteria	Mesorhizobium ephedrae strain 6GN-30 ZB100024, whole genome shotgun sequence	True	False
DEN0090_000000020994	1415	0.5801690462301391	2	1	1	1	1	False	68702	maximal	True	DEN0090_000000020994	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1415.0	98.304	100.0	0.005336775440265102	NZ_JABAFG010000001.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_1, whole genome shotgun sequence	False	False
ISR0381_000000002329	6287	0.5801585696517274	6	4	4	3	3	False	23168	maximal	True	ISR0381_000000002329	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3095.0	77.351	49.0	0.0038155617306484097	LR215022.1	mycoplasmas	Mycoplasma californicum strain NCTC10189 genome assembly, chromosome: 1	True	False
CHI0078_000000007073	2221	0.5801566915869271	2	2	2	2	2	False	84486	maximal	True	CHI0078_000000007073	1.0		205	12	False	False	1.0	0					non-mobilizable	chromosome	2171.0	94.749	100.0	0.0004506446218179083	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
FIJ0134_000000009370	1604	0.580155826317195	2	2	2	1	1	False	86865	maximal	True	FIJ0134_000000009370	1.0		6	4	False	False	0.9719451665878296	0					non-mobilizable	no_good_hit	1263.0	100.0	79.0	0.0010833101563331583	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0097_000000005148	4766	0.580153175626172	6	2	2	2	2	False	33308	fragment	False	ISR0097_000000005148	0.9996688741721854		0	0	False	False	0.9995803833007812	0					non-mobilizable	no_good_hit	1653.0	76.95100000000001	34.0	0.0005802049985898543	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
ISR0209_000000006477	4530	0.580153175626172	5	2	2	2	2	False	33308	fragment	False	ISR0097_000000005148	0.974926563155686		0	0	False	False	0.999779224395752	0					non-mobilizable	no_good_hit	1646.0	76.914	36.0	0.0005773344729320195	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
ISR0296_000000006169	3991	0.580153175626172	4	2	2	2	2	False	25695	fragment	False	ISR0296_000000006169	1.0		0	0	False	False	0.9942370057106018	0					non-mobilizable	no_good_hit	1670.0	76.88600000000001	41.0	0.0005848696027838358	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
AST0102_000000020607	1525	0.5801527134613619	3	2	2	2	1	True	108180	fragment	False	AST0102_000000020607	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	82.334	100.0	0.000474113820915637	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0084_000000017864	1103	0.5801522167787498	2	2	2	2	1	False	5554	fragment	False	SPA0084_000000017864	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1103.0	96.102	100.0	0.0005002310504579701	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
DEN0039_000000004748	3481	0.5801489594166684	3	3	3	3	2	False	85994	fragment	False	DEN0039_000000004748	0.9986265299566098		0	0	False	False	0.9956908822059631	0					non-mobilizable	other	3462.0	99.76899999999999	99.0	0.001410137261237197	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
SPA0146_000000006903	3462	0.5801489594166684	3	3	3	3	2	False	85994	fragment	False	DEN0039_000000004748	0.9961964315589924		0	0	False	False	0.993934154510498	0					non-mobilizable	other	3462.0	99.596	100.0	0.001410137261237197	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0131_000000004985	3164	0.5801489594166684	4	3	3	3	2	False	101209	fragment	False	CHI0131_000000004985	1.0		0	0	False	False	0.9996839165687561	0					non-mobilizable	other	3164.0	99.81	100.0	0.0012887212242973863	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0185_000000011676	2785	0.5801489594166684	3	3	3	3	2	False	85993	fragment	False	ISR0185_000000011676	1.0		0	0	False	False	0.9946140050888062	0					non-mobilizable	other	2766.0	99.74700000000001	99.0	0.001126561550800592	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
USA0083_01_000000007027	4431	0.5801448484087297	4	4	4	4	3	False	63267	maximal	True	USA0083_01_000000007027	1.0		10	6	False	False	0.9993229508399963	0					non-mobilizable	no_good_hit	1988.0	99.899	45.0	0.00030571892875595015	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0014_000000013962	2606	0.5801415605943454	3	2	2	2	2	False	92109	fragment	False	ENG0109_000000008787	0.8137360162126537		0	0	False	False	0.9988487958908081	0					non-mobilizable	no_good_hit	1071.0	73.389	41.0	0.001071521519893295	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
DEN0076_000000008035	1144	0.5801406518248122	1	1	1	1	1	False	69943	fragment	False	DEN0076_000000008035	1.0		0	0	False	False	0.998251736164093	0					non-mobilizable	no_good_hit								True	False
CHI0075_000000003897	1776	0.5801394810417532	3	3	3	2	1	False	84668	fragment	False	MON0043_000000014837	0.7692444086573442		0	0	False	False	0.9870495200157166	0					non-mobilizable	chromosome	1777.0	97.13	99.0	0.000496508348421235	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0186_000000002931	6272	0.580138459897116	10	4	4	4	3	False	121346	maximal	True	ENG0186_000000002931	1.0		4	2	False	False	0.9996811151504517	0					non-mobilizable	no_good_hit	2475.0	95.111	75.0	0.0007791684646063041	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0075_000000008012	2868	0.5801372371279867	4	3	3	3	3	False	125904	maximal	True	MON0075_000000008012	1.0		13	1	False	False	1.0	0					non-mobilizable	other	2784.0	91.37899999999999	97.0	0.008053359683794467	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
SPA0051_000000004964	4972	0.5801356539839211	7	3	2	2	3	False	42155	maximal	True	SPA0051_000000004964	1.0		58	8	False	False	1.0	0					non-mobilizable	other	4622.0	99.286	95.0	0.001610114627896621	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
USA0019_01_000000005072	5610	0.5801311471673963	9	6	6	2	0	False	1845	maximal	True	USA0019_01_000000005072	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	2.1451187108694595e-05	NZ_LN879456.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	False
FIJ0057_000000005833	4829	0.580130829392345	5	4	4	4	4	False	85328	maximal	True	FIJ0057_000000005833	1.0		11	1	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	89.791	34.0	0.000515800994145752	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0047_000000005901	6668	0.5801280423927991	6	2	1	1	0	True	130714	fragment	False	SPA0047_000000005901	0.9893812070282659		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	86.95700000000001	16.0	0.011122866211077116	MK231935.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_9_c1 sequence	True	True
FIJ0081_000000029066	1253	0.580126032098217	2	2	2	2	1	False	68544	fragment	False	DEN0092_000000011211	0.4358765632208726		0	0	False	False	0.9984038472175598	0					non-mobilizable	chromosome	1099.0	98.544	100.0	0.00037309920735107376	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0143_000000007375	4461	0.5801213330721018	8	5	4	4	3	True	126301	fragment	False	ISR0143_000000007375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	99.522	5.0	3.799405283474907e-05	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	True
SPA0070_000000007010	3069	0.580120747625111	4	4	4	4	3	False	82396	fragment	False	SPA0070_000000007010	0.9777922926192031		0	0	False	False	0.9977191090583801	0					non-mobilizable	chromosome	3069.0	99.837	100.0	0.0011292838617679992	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
MAD0022_000000009623	1460	0.5801205627176207	2	2	1	2	1	True	19274	maximal	True	MAD0022_000000009623	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1460.0	99.863	100.0	0.00031009294074164283	LS483297.1	enterobacteria	Escherichia coli strain NCTC11023 genome assembly, chromosome: 1	False	True
FIJ0090_000000007674	5000	0.5801179984388336	3	3	3	3	3	False	132032	maximal	True	FIJ0090_000000007674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	80.85	33.0	0.0005237404899531697	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0001_01_000000007803	2088	0.5801150182553987	3	2	2	2	1	False	2279	maximal	True	USA0001_01_000000007803	1.0		3	3	False	False	0.9956896305084229	0					non-mobilizable	no_good_hit	636.0	94.025	50.0	0.00020467213297048885	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0087_000000005459	5061	0.5801131341271741	8	6	2	3	6	False	124503	fragment	False	ISR0029_000000008397	0.9501117493440753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	88.36399999999999	5.0	0.0031162960595406603	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
FIJ0086_000000027744	1225	0.580113085376524	2	2	2	2	2	False	43801	maximal	True	FIJ0086_000000027744	1.0		8	4	False	False	0.9657142758369446	0					non-mobilizable	no_good_hit	590.0	71.186	47.0	0.0011131431922708893	NZ_PTJA01000004.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_104, whole genome shotgun sequence	True	False
MAD0107_000000007799	4902	0.5801090095530391	7	5	4	5	5	False	35977	fragment	False	MAD0107_000000007799	1.0		0	0	False	False	0.9997959733009338	0					non-mobilizable	other	2893.0	98.09899999999999	97.0	0.037233494695643216	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
ISR0005_000000004204	3217	0.5800997496816673	3	3	3	2	3	False	82230	fragment	False	ISR0005_000000004204	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2559.0	99.844	80.0	0.0006200728088619507	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
TAN0019_000000001752	3430	0.5800981653958246	4	3	1	3	2	False	100391	maximal	True	TAN0019_000000001752	1.0		5	1	False	False	0.9947521686553955	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000002508	16765	0.5800899862852567	22	10	4	10	3	False	95786	maximal	True	CAN0006_000000002508	1.0		1	1	False	False	0.998986005783081	0					non-mobilizable	no_good_hit	1533.0	98.695	9.0	0.012536927470764899	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0083_000000004903	2083	0.5800854376263063	3	2	2	2	2	False	16102	fragment	False	MAD0083_000000004903	1.0		0	0	False	False	0.9947191476821899	0					non-mobilizable	no_good_hit	639.0	74.804	31.0	0.00017080765390442088	NZ_LT608328.1	CFB group bacteria	Petrimonas mucosa strain ING2-E5A chromosome I	True	False
ISR0046_000000010243	2960	0.5800837372523728	5	4	3	3	3	False	41054	maximal	True	ISR0046_000000010243	1.0		26	4	False	False	0.9986486434936523	0					non-mobilizable	no_good_hit	2351.0	99.617	79.0	0.0074619519831328135	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ENG0169_000000020165	1207	0.5800794598041545	1	1	1	1	1	False	101921	fragment	False	ENG0169_000000020165	0.9956331877729259		0	0	False	False	0.9304059743881226	0					non-mobilizable	other	1209.0	98.925	100.0	0.000231694056259774	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
ISR0326_000000003801	4384	0.5800783136541771	5	4	4	3	3	False	29981	fragment	False	ISR0326_000000003801	1.0		0	0	False	False	0.9958941340446472	0					non-mobilizable	no_good_hit	1779.0	85.21600000000001	41.0	0.0004941364791035946	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0169_000000013988	1623	0.5800769265118826	3	2	2	1	1	False	123274	fragment	False	FIJ0169_000000013988	0.9855734799898295		0	0	False	False	1.0	0					non-mobilizable	other	1604.0	98.441	99.0	0.006160101144018784	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
FIJ0016_000000001303	12093	0.5800754997324766	16	11	7	9	8	True	50265	maximal	True	FIJ0016_000000001303	1.0		2	1	True	True	0.9999173283576965	4					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007978723404255319	XM_010882437.3	bony fishes	PREDICTED: Esox lucius zinc finger protein 180-like (LOC105017660), mRNA	True	True
MON0011_000000020270	2335	0.5800672704361722	2	2	2	2	1	False	48000	fragment	False	MON0011_000000020270	0.9889526024604048		0	0	False	False	1.0	0					non-mobilizable	other	2334.0	97.515	99.0	0.000701217299985217	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0034_000000013080	2126	0.5800672704361722	2	2	2	2	1	False	48000	fragment	False	MON0011_000000020270	0.962078414915405		0	0	False	False	1.0	0					non-mobilizable	chromosome	2126.0	98.448	100.0	0.0007498534698101935	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0136_000000022854	1837	0.5800648804596132	2	2	2	2	2	False	68168	fragment	False	DEN0096_000000022612	0.9626262626262626		0	0	False	False	0.9967337846755981	0					non-mobilizable	chromosome	1837.0	97.823	100.0	0.0005111180707798309	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0105_000000027114	2005	0.5800646633116848	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.20479183268948722		0	0	False	False	1.0	0					non-mobilizable	other	2007.0	92.775	100.0	0.0006234410086056013	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0074_000000024239	1252	0.5800632806607996	3	3	1	3	1	False	34669	fragment	False	ISR0074_000000024239	1.0		0	0	False	False	0.9888178706169128	0					non-mobilizable	no_good_hit	863.0	84.589	76.0	0.00024076433869082924	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0094_000000003239	1548	0.5800559470917139	3	3	3	2	2	False	83540	fragment	False	CHI0094_000000003239	0.9699494991170597		0	0	False	False	1.0	0					non-mobilizable	other	1546.0	98.25399999999999	99.0	0.00042904510388723196	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0154_000000007596	3796	0.5800554675968893	3	3	3	3	3	False	67240	maximal	True	ENG0154_000000007596	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	74.018	21.0	0.00028052222817449623	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ISR0285_000000016212	1232	0.580045856120137	2	2	2	2	2	False	26055	maximal	True	ISR0285_000000016212	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	82.47399999999999	8.0	0.0009591309264195138	NZ_PDYG01000135.1	firmicutes	Agathobacter ruminis strain JK623 contig000136, whole genome shotgun sequence	True	False
ISR0239_000000007339	2033	0.5800447746470324	3	3	3	2	2	False	117943	maximal	True	ISR0239_000000007339	0.9885489354088387		88	9	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	81.02199999999999	88.0	0.0005037446631794224	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0326_000000010544	1863	0.5800447746470324	3	3	3	2	2	False	117943	maximal	False	ISR0239_000000007339	0.949280113422644		0	0	False	False	1.0	0					non-mobilizable	plasmid	1679.0	83.264	90.0	0.01416711938068722	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
USA0079_01_000000003983	3210	0.5800426216293829	5	3	1	1	3	False	105297	fragment	False	USA0079_01_000000003983	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	77.85	43.0	0.0068721888693705	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	True	False
ENG0155_000000002925	8235	0.580038586902041	7	4	2	4	2	False	56772	maximal	True	ENG0155_000000002925	1.0		1	1	False	False	0.9984213709831238	0					non-mobilizable	no_good_hit	3560.0	98.118	43.0	0.028813847486580793	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0176_000000013568	2489	0.5800375125810829	3	3	2	2	3	False	93133	maximal	True	ISR0176_000000013568	0.8434577813203217		202	13	False	False	0.9943752288818359	0					non-mobilizable	no_good_hit	1998.0	80.781	78.0	0.0006103748796827296	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0106_000000010891	3597	0.5800374099450364	7	3	3	3	3	True	91568	maximal	True	SPA0106_000000010891	1.0		7	4	False	False	0.9961078763008118	0					non-mobilizable	other	3578.0	99.10600000000001	99.0	0.0010209230720051876	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0139_000000020992	1278	0.5800326373730447	3	3	2	3	2	False	51957	fragment	False	FIJ0064_000000020816	0.7998281814904242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	94.667	72.0	0.00042540409329663815	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0202_000000011943	1791	0.5800266062723202	2	2	2	2	2	False	54132	maximal	True	ENG0202_000000011943	1.0		18	7	False	False	0.9994416236877441	0					non-mobilizable	other	1767.0	98.132	100.0	0.005607577532856404	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
CAN0001_000000029477	1480	0.5800248028225389	2	2	2	2	1	False	97181	fragment	False	CAN0014_000000032198	0.9752048845061205		0	0	False	False	0.9932432174682617	0					non-mobilizable	chromosome	1464.0	80.396	98.0	0.0002324929833521948	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0086_01_000000011629	1460	0.5800248028225389	2	2	2	2	1	False	97181	fragment	False	CAN0014_000000032198	0.9740286703641753		0	0	False	False	1.0	0					non-mobilizable	chromosome	1466.0	80.423	99.0	0.0002324929833521948	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
SPA0071_000000015953	1244	0.5800248028225389	2	2	2	2	1	False	5883	fragment	False	SPA0071_000000015953	1.0		0	0	False	False	0.9927652478218079	0					non-mobilizable	chromosome	1237.0	80.194	99.0	0.00019629551612246354	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ENG0130_000000003892	7186	0.5800239778732448	9	5	4	4	4	False	58475	maximal	True	ENG0130_000000003892	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	2889.0	97.785	58.0	0.006541291905151268	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0096_000000000659	17177	0.5800220957337879	26	6	2	6	1	False	15548	maximal	True	MAD0096_000000000659	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.04303510758776897	XM_014371810.2	wasps, ants, and bees	PREDICTED: Trichogramma pretiosum E3 SUMO-protein ligase NSE2-like (LOC106652706), mRNA	True	False
MAD0009_000000000354	16662	0.5800220957337879	23	6	2	6	1	False	19802	maximal	True	MAD0009_000000000354	0.9982598416471468		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.9605413721361136e-07	LR761635.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG2	True	False
MAD0069_000000000246	16642	0.5800220957337879	24	6	2	6	1	False	19802	maximal	False	MAD0009_000000000354	0.9978802905454084		0	0	False	False	0.9993390440940857	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.9605413721361136e-07	LR761635.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG2	True	False
MAD0047_000000005236	6290	0.5800161439701774	6	5	2	3	5	False	17698	fragment	False	MAD0047_000000005236	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6293.0	95.98	100.0	0.05655040714851913	CP057304.1	enterobacteria	Escherichia coli strain RHB30-C09 plasmid pRHB30-C09_3, complete sequence	False	True
FIJ0053_000000011247	1844	0.5800156500754843	6	4	3	3	4	False	46399	fragment	False	FIJ0053_000000011247	0.9675857310394641		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	89.773	5.0	0.00015333522146115838	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0031_000000012381	1182	0.5800084561452119	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.38032096206407473		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	91.97	100.0	0.0004116514438125407	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0023_000000008710	2939	0.5800070904645543	4	2	2	2	1	True	7632	maximal	True	SPA0023_000000008710	1.0		1	1	False	False	0.9993194937705994	0					non-mobilizable	no_good_hit								True	True
FIJ0105_000000001700	14214	0.5800038613485904	14	10	7	6	8	False	55184	maximal	True	FIJ0105_000000001700	1.0		4	3	False	False	0.9969044327735901	0					non-mobilizable	no_good_hit	1472.0	72.89399999999999	10.0	0.0004244071109663184	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0289_000000002812	2924	0.5799986016761532	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.9123563068812179		0	0	False	False	1.0	0					non-mobilizable	other	2924.0	99.042	100.0	0.03634984393070772	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0150_000000011674	1741	0.5799978253556924	2	1	1	1	1	False	127902	fragment	False	SPA0150_000000011674	1.0		0	0	False	False	0.9988512396812439	0					non-mobilizable	no_good_hit	1278.0	88.96700000000001	73.0	0.00028353023180043035	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0084_01_000000020905	1543	0.5799978253556924	1	1	1	1	1	False	127901	fragment	False	USA0084_01_000000020905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	88.641	87.0	0.000298886264762934	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0334_000000014960	1445	0.5799978253556924	1	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.5469573655983673		0	0	False	False	0.9993079304695129	0					non-mobilizable	no_good_hit	1278.0	88.96700000000001	88.0	0.00028353023180043035	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0098_000000018292	1366	0.5799978253556924	1	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.5427518825001506		0	0	False	False	1.0	0					non-mobilizable	chromosome	1278.0	88.96700000000001	93.0	0.00028353023180043035	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
TAN0010_000000005201	2708	0.5799952200481123	2	2	2	2	1	False	2624	maximal	True	TAN0010_000000005201	1.0		7	3	False	False	0.9922451972961426	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	9.328848701339453e-06	NZ_CP011454.1	bacteria	Gemmatimonas phototrophica strain AP64 chromosome, complete genome	True	False
ISR0185_000000029002	1148	0.5799945438366021	2	2	2	2	1	False	29366	maximal	True	ISR0185_000000029002	1.0		436	13	False	False	0.9973867535591125	0					non-mobilizable	other	1159.0	84.98700000000001	100.0	0.00030525688551216756	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0793_000000000377	17284	0.5799927580282183	30	14	4	8	10	True	43461	maximal	True	ISR0793_000000000377	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	82.839	8.0	0.0002910319737703099	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0140_000000006821	4097	0.5799883592263642	5	3	3	2	2	False	47078	maximal	True	ISR0140_000000006821	1.0		1	1	False	False	0.9997559189796448	0					non-mobilizable	no_good_hit	1661.0	95.96600000000001	50.0	0.0005350484106000181	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0222_000000017425	3087	0.5799837035792618	4	4	4	4	4	False	116054	fragment	False	ISR0222_000000017425	1.0		0	0	False	False	0.9915775656700134	0					non-mobilizable	other	3136.0	78.476	100.0	0.0010637666736509933	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
FIJ0142_000000003274	8248	0.5799825289682148	10	6	3	4	4	True	40224	maximal	True	FIJ0142_000000003274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6016.0	99.95	73.0	0.0065997366688610925	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
MAD0101_000000016167	1769	0.5799790887532099	3	2	2	2	2	False	15099	maximal	True	MAD0101_000000016167	1.0		27	6	False	False	0.9960429668426514	0					non-mobilizable	no_good_hit	728.0	75.54899999999999	41.0	0.024465558194774348	NZ_VULP01000035.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq35, whole genome shotgun sequence	True	False
USA0035_01_000000002439	10552	0.579977970281815	13	6	5	5	4	True	72775	fragment	False	USA0035_01_000000002439	0.990967760385924		0	0	False	False	0.9989575147628784	0					non-mobilizable	no_good_hit	341.0	92.962	9.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0117_000000002542	10514	0.579977970281815	13	6	5	5	4	True	72775	fragment	False	USA0035_01_000000002439	0.9885980028813977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	92.941	9.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0054_000000002211	10507	0.579977970281815	13	6	5	5	4	True	72775	fragment	False	USA0035_01_000000002439	0.9897337706960555		0	0	False	False	0.9992386102676392	0					non-mobilizable	no_good_hit	339.0	92.92	9.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0389_000000001488	10503	0.579977970281815	13	6	5	5	4	True	72775	fragment	False	USA0035_01_000000002439	0.9894924682010166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	92.647	9.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0855_000000000742	10433	0.579977970281815	13	6	5	5	4	True	72775	fragment	False	USA0035_01_000000002439	0.9837589238907475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	92.941	9.0	0.0001503875491604403	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0134_000000007278	4522	0.5799733933708865	5	2	1	1	1	True	106670	fragment	False	ISR0029_000000008860	0.2723844072090747		0	0	False	False	0.9962406158447266	0					non-mobilizable	no_good_hit	2694.0	94.098	75.0	0.256278048314714	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
MON0057_000000022344	1202	0.5799633355101951	1	1	1	1	1	False	11032	maximal	True	MON0057_000000022344	1.0		42	9	False	False	0.9767054915428162	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000002549	8480	0.5799605326634945	8	7	7	7	7	False	122927	fragment	False	AST0019_000000002659	0.9741277030657879		0	0	False	False	1.0	0					non-mobilizable	other	8334.0	98.104	98.0	0.13740180269577443	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0049_000000008552	3370	0.5799586495965735	4	3	3	3	2	True	36001	maximal	True	ISR0049_000000008552	1.0		2	2	False	False	0.9916914105415344	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	4.2621204049014384e-05	NZ_CP025543.1	mycoplasmas	Spiroplasma monobiae MQ-1 chromosome, complete genome	True	True
DEN0028_000000006322	4024	0.5799580257590651	4	4	3	3	2	False	124367	maximal	True	DEN0028_000000006322	0.9649501821344321		5	4	False	False	1.0	0					non-mobilizable	other	4025.0	97.59	100.0	0.023177854320504107	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0053_000000003287	3783	0.5799580257590651	4	4	3	3	2	False	124367	maximal	False	DEN0028_000000006322	0.7910484745123801		0	0	False	False	1.0	0					non-mobilizable	other	3785.0	96.803	100.0	0.021789717419102145	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0026_000000008353	3685	0.5799580257590651	4	4	3	3	2	False	124367	maximal	False	DEN0028_000000006322	0.7871310601325181		0	0	False	False	0.9970149397850037	0					non-mobilizable	other	3677.0	97.525	99.0	0.021173407674496297	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0178_000000004341	3659	0.5799580257590651	4	4	3	3	2	False	124367	maximal	False	DEN0028_000000006322	0.7809746412640438		0	0	False	False	1.0	0					non-mobilizable	other	3659.0	97.568	100.0	0.021058209591392398	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0084_000000008910	3648	0.5799580257590651	5	4	3	3	2	False	124367	maximal	False	DEN0028_000000006322	0.31742445636825756		0	0	False	False	0.999725878238678	0					non-mobilizable	other	3494.0	99.027	96.0	0.020119345214095637	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0028_000000003738	3363	0.5799580257590651	4	4	3	3	2	False	124364	maximal	True	CHI0028_000000003738	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2442.0	96.314	72.0	0.014048406234520257	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0016_000000002966	1899	0.5799496217818487	2	2	2	2	2	False	88966	fragment	False	ENG0080_000000012477	0.6851151297053741		0	0	False	False	1.0	0					non-mobilizable	other	1899.0	98.789	100.0	0.0005674223628387979	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0035_000000010141	1880	0.5799489466693593	2	1	1	1	1	False	108132	fragment	False	ISR0035_000000010141	1.0		0	0	False	False	0.9920212626457214	0					non-mobilizable	other	1880.0	100.0	100.0	0.009815957330101398	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
FIJ0074_000000022141	1316	0.5799448693503781	2	1	1	1	1	False	44620	fragment	False	FIJ0074_000000022141	1.0		0	0	False	False	0.9825227856636047	0					non-mobilizable	no_good_hit								True	False
SPA0158_000000003373	4379	0.5799429199589484	5	4	4	4	4	False	60933	maximal	True	SPA0158_000000003373	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	77.85600000000001	13.0	0.00020473252715347108	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
ISR0325_000000013924	1510	0.5799359820141602	2	2	2	2	1	False	24862	maximal	True	ISR0325_000000013924	1.0		3	1	False	False	0.9927152395248413	0					non-mobilizable	no_good_hit	473.0	73.78399999999999	31.0	0.00013233015040342932	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
FIJ0042_000000021766	1123	0.5799345035153389	3	2	2	1	1	False	47266	fragment	False	FIJ0042_000000021766	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1123.0	99.822	100.0	0.00020850891041085734	CP035210.1	enterobacteria	Klebsiella pneumoniae strain TH164 chromosome, complete genome	False	False
ISR0225_000000004478	3442	0.5799327437558905	4	4	4	4	4	False	117909	fragment	False	FIJ0117_000000006003	0.9413111938162038		0	0	False	False	0.9950610399246216	0					non-mobilizable	chromosome	3442.0	97.095	100.0	0.0010842797403906497	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0062_000000021537	1484	0.5799298812294348	2	2	2	2	2	False	6152	maximal	True	SPA0062_000000021537	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	83.529	6.0	4.911697266939965e-05	NZ_FNVZ01000005.1	fusobacteria	Leptotrichia massiliensis strain Marseille-P3007T, whole genome shotgun sequence	True	False
MON0047_000000034074	1174	0.5799298545012195	2	1	1	1	1	False	11439	maximal	True	MON0047_000000034074	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0028_000000014164	2097	0.5799278424838593	3	3	3	3	2	False	74013	fragment	False	DEN0028_000000014164	1.0		0	0	False	False	0.999046266078949	0					non-mobilizable	no_good_hit	958.0	89.875	58.0	0.00026782346920479756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0082_000000016220	1887	0.5799254689580299	3	2	2	2	2	False	44173	fragment	False	FIJ0082_000000016220	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1887.0	97.03200000000001	100.0	0.056790123456790124	NZ_CABIWU010000023.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0105_000000015868	1545	0.5799253571877923	2	2	2	2	1	False	4781	fragment	False	SPA0105_000000015868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1066.0	86.023	68.0	0.00029352794486006744	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0112_000000009345	2971	0.5799190939378102	4	3	3	2	2	False	61664	maximal	True	ENG0112_000000009345	1.0		2	2	False	False	0.9989902377128601	0					non-mobilizable	no_good_hit	524.0	77.863	21.0	0.00015044851921262376	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0032_000000005696	2793	0.5799170218590741	2	2	2	2	2	False	92488	fragment	False	MAD0032_000000005696	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2730.0	97.509	98.0	0.04511700984040354	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0400_000000011686	1619	0.5799099633566033	3	2	2	1	1	True	110169	fragment	False	ENG0134_000000023625	0.9393826464670788		0	0	False	False	0.9993823170661926	0					non-mobilizable	other	1646.0	77.157	100.0	0.00039694302384281544	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0014_000000019110	1270	0.5799099633566033	3	2	2	1	1	True	109122	fragment	False	ISR0253_000000009282	0.7135260684227784		0	0	False	False	0.9968503713607788	0					non-mobilizable	other	1294.0	77.357	99.0	0.00031113075803368304	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0010_000000010655	2189	0.5799081672308255	2	1	1	1	1	False	120708	fragment	False	SPA0010_000000010655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	86.47399999999999	58.0	0.00251504394428271	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0022_000000018434	1394	0.5799081672308255	2	1	1	1	1	False	120706	fragment	False	FIJ0022_000000018434	0.9745043294343916		0	0	False	False	0.9978479146957397	0					non-mobilizable	other	1279.0	86.552	92.0	0.0025130729067088207	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	False	False
SPA0021_000000025212	1259	0.5799081672308255	1	1	1	1	1	False	120706	fragment	False	FIJ0022_000000018434	0.9601721085348411		0	0	False	False	0.9984114170074463	0					non-mobilizable	other	1262.0	86.212	100.0	0.002479565267952703	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	False	False
ENG0071_000000009336	2233	0.5799007970923868	2	2	2	2	2	False	78503	maximal	False	ISR0101_000000010316	0.9799585315808903		0	0	False	False	1.0	0					non-mobilizable	other	2233.0	98.61200000000001	100.0	0.0047091886143972046	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ENG0058_000000023754	1451	0.5798985286829715	2	2	2	2	2	False	63420	fragment	False	ENG0124_000000019034	0.8159189696501025		0	0	False	False	0.9986216425895691	0					non-mobilizable	chromosome	1451.0	100.0	100.0	0.0019927902224091323	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
SPA0020_000000011720	2625	0.5798957219607251	3	3	2	3	1	False	7727	fragment	False	SPA0020_000000011720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000016548	2662	0.579893587057132	4	4	4	4	3	False	68194	maximal	True	DEN0096_000000016548	1.0		3	3	False	False	0.9996243715286255	0					non-mobilizable	no_good_hit	1479.0	77.89	55.0	0.00029723444061960385	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
USA0041_01_000000007492	2662	0.579893587057132	4	4	4	4	3	False	68194	maximal	False	DEN0096_000000016548	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1479.0	77.89	55.0	0.00029723444061960385	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
SPA0115_000000004910	5059	0.5798916930897076	5	4	4	3	3	False	121544	fragment	False	ISR0234_000000001976	0.955525972253311		0	0	False	False	0.9996046423912048	0					non-mobilizable	chromosome	5060.0	99.90100000000001	100.0	0.0010097115127071165	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0177_000000008398	3184	0.5798916930897076	4	4	4	3	3	False	121543	fragment	False	ENG0095_000000007611	0.8627821845746544		0	0	False	False	1.0	0					non-mobilizable	chromosome	3184.0	99.969	100.0	0.0006352859744903641	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0231_000000011254	1681	0.5798911647264363	3	3	3	1	1	False	74515	maximal	True	ISR0231_000000011254	1.0		9	4	False	False	0.9797739386558533	0					non-mobilizable	no_good_hit								True	False
CHI0052_000000007130	2279	0.5798888327446371	3	3	3	2	2	True	86491	maximal	True	CHI0052_000000007130	0.9054448272620608		51	7	False	False	0.997367262840271	0					non-mobilizable	other	2286.0	96.06299999999999	100.0	0.03447649604988346	NZ_PYLQ01000015.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_14, whole genome shotgun sequence	False	True
ISR0266_000000008842	2064	0.5798881402144443	3	3	3	3	1	False	61010	fragment	False	ISR0266_000000008842	0.9698019801980198		0	0	False	False	0.9995155334472656	0					non-mobilizable	other	2064.0	99.12799999999999	100.0	0.0005818469395640689	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0136_000000024699	1708	0.5798840147150156	3	3	3	3	2	False	57604	maximal	True	SPA0136_000000024699	1.0		9	4	False	False	0.9853630065917969	0					non-mobilizable	other	1743.0	79.518	100.0	0.016568910733313492	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	False	False
DEN0028_000000020654	1507	0.5798815484313883	2	2	1	2	1	False	73928	maximal	True	DEN0028_000000020654	1.0		3	3	False	False	0.9880557656288147	0					non-mobilizable	no_good_hit	278.0	88.12899999999999	18.0	0.0017848858188566422	NZ_AAXG02000006.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont34, whole genome shotgun sequence	True	False
SPA0088_000000001302	11863	0.5798814732294976	12	5	4	4	3	False	21050	maximal	True	SPA0088_000000001302	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0087_000000001279	11287	0.5798814732294976	11	5	4	4	3	False	21050	maximal	False	SPA0088_000000001302	0.9757228357076625		0	0	False	False	0.9997342228889465	0					non-mobilizable	no_good_hit								True	False
MON0098_000000010946	2765	0.5798812060676869	3	3	3	3	3	False	114892	maximal	False	AST0061_000000014819	0.9868514570007108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	81.53699999999999	36.0	0.00035342158485145847	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0154_000000003864	6739	0.5798803558146073	5	4	3	4	4	False	127869	fragment	False	ISR0025_000000005110	0.9275303459005456		0	0	False	False	0.9959934949874878	0					non-mobilizable	no_good_hit	935.0	91.87200000000001	18.0	0.032541376535218165	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0094_000000012987	2692	0.5798776284848932	4	3	2	2	3	False	62403	fragment	False	MON0094_000000012987	1.0		0	0	False	False	0.9910846948623657	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.747101674654398e-06	NZ_CP015113.1	enterobacteria	Kosakonia radicincitans strain GXGL-4A chromosome, complete genome	True	False
FIJ0017_000000001135	20042	0.5798774392641898	25	6	0	4	3	False	50182	maximal	True	FIJ0017_000000001135	1.0		1	1	False	False	0.9988025426864624	0					non-mobilizable	no_good_hit	181.0	79.006	1.0	0.001518236085711328	MH552526.1	viruses	Siphoviridae sp. isolate ctfj46, complete genome	True	False
ISR0267_000000015948	1189	0.5798709853601629	1	1	1	1	1	False	26519	maximal	True	ISR0267_000000015948	1.0		1	1	False	False	0.9949537515640259	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000012595	1599	0.5798704448956262	1	1	1	1	1	False	20918	maximal	True	ISR0836_000000012595	1.0		389	11	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	75.081	38.0	0.0002031246216635772	CP017038.2	CFB group bacteria	Tannerella sp. oral taxon BU063, complete genome	True	False
ISR0296_000000006675	3726	0.5798602501699861	4	3	3	3	2	True	25693	maximal	True	ISR0296_000000006675	1.0		30	11	False	False	1.0	0					non-mobilizable	no_good_hit	3029.0	95.345	81.0	0.0006805657746005975	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0090_000000011118	3075	0.5798602365466359	2	2	2	2	2	False	5377	maximal	True	SPA0090_000000011118	1.0		15	2	False	False	1.0	0					non-mobilizable	chromosome	3075.0	96.618	100.0	0.0008743710302730347	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0154_000000022313	1502	0.5798563310714668	1	1	1	1	1	False	83416	fragment	False	MON0011_000000030282	0.9747381271651506		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	98.935	100.0	0.003193895637704566	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0075_000000004869	3381	0.5798560936068606	4	3	1	3	2	False	108965	maximal	True	SPA0075_000000004869	0.9764498558154437		152	12	False	False	0.9976338148117065	0					non-mobilizable	no_good_hit								True	False
ENG0064_000000000836	23924	0.5798558577400917	43	12	5	9	8	False	102990	maximal	True	ENG0064_000000000836	1.0		2	2	False	False	0.9999582171440125	0					non-mobilizable	no_good_hit	44.0	100.0	0.0	1.203486977571201e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0075_000000023898	1171	0.5798519897232461	2	2	2	2	2	False	34609	maximal	True	ISR0075_000000023898	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	4.0	6.43231090966996e-05	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
ENG0151_000000000142	68066	0.579847175928949	86	16	9	10	10	False	88387	maximal	True	ENG0151_000000000142	1.0	PS457	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1827.0	98.084	3.0	0.9994526546250684	GQ874447.1		Uncultured organism clone 1041059766705 genomic sequence	True	True
SPA0090_000000020700	1743	0.5798442473645761	3	3	3	3	2	False	95521	fragment	False	SPA0090_000000020700	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1080.0	100.0	100.0	0.00030762721625594586	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0134_01_000000003107	1341	0.5798421098336071	2	2	2	1	2	False	50	maximal	True	USA0134_01_000000003107	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	76.884	15.0	0.004167557170335541	NZ_FOIN01000020.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	False
SPA0068_000000004808	2334	0.5798405033096097	3	2	2	2	2	False	5986	maximal	True	SPA0068_000000004808	1.0		2	1	False	False	0.999143123626709	0					non-mobilizable	no_good_hit	47.0	93.617	2.0	0.17164179104477612	NZ_AWWH01000202.1	firmicutes	Lactobacillus equi DPC 6820 NODE_99, whole genome shotgun sequence	True	False
ISR0353_000000022950	1610	0.5798402483055922	2	2	2	2	2	False	56121	maximal	True	ISR0353_000000022950	1.0		126	8	False	False	1.0	0					non-mobilizable	other	1610.0	98.012	100.0	0.001371636671722762	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
USA0063_01_000000011553	1781	0.5798385536537057	1	1	1	1	0	False	49755	maximal	True	USA0063_01_000000011553	1.0		2	2	False	False	0.985401451587677	0					non-mobilizable	no_good_hit	261.0	84.67399999999999	14.0	6.195494471852247e-05	NZ_CP009555.1	b-proteobacteria	Burkholderia oklahomensis C6786 chromosome I, complete sequence	True	False
ISR0382_000000001457	7717	0.5798357955418547	8	7	3	5	6	True	26727	fragment	False	ISR0382_000000001457	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7717.0	100.0	100.0	0.002037120689896425	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
MAD0101_000000011843	2389	0.5798348542237319	4	4	4	4	3	False	82400	fragment	False	MAD0003_000000011581	0.985772904396483		0	0	False	False	1.0	0					non-mobilizable	other	2390.0	98.87	100.0	0.0319472141547439	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
USA0004_01_000000010328	2353	0.5798318505239779	4	1	0	1	1	False	64216	fragment	False	USA0004_01_000000010328	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1383.0	99.711	94.0	0.000370088791852905	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0822_000000003582	1968	0.5798318505239779	2	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.2407537232783607		0	0	False	False	0.9994918704032898	0	rep_cluster_663				non-mobilizable	other	2012.0	97.465	100.0	0.053622376876516546	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0155_000000009874	1944	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.21023300569189726		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1944.0	99.486	100.0	0.04445919044459191	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0795_000000005537	1892	0.5798318505239779	2	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.21831789961369608		0	0	False	False	0.9978858232498169	0	rep_cluster_663				non-mobilizable	other	1937.0	97.057	100.0	0.051622536863717566	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0780_000000006285	1884	0.5798318505239779	2	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.17884409529678774		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1907.0	96.329	100.0	0.05213347921225383	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0104_000000018112	1751	0.5798318505239779	2	1	0	1	1	False	118844	maximal	True	ENG0104_000000018112	1.0		39	7	False	False	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	1374.0	100.0	78.0	0.02691259776153047	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	True	True
CHI0120_000000008920	1709	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.11203300813351176		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	1711.0	98.18799999999999	100.0	0.045596352291816654	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0120_000000009033	1691	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.10420815484072926		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1691.0	99.941	100.0	0.022847100175746926	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0043_000000005983	1613	0.5798318505239779	2	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.20202097229125932		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1612.0	99.62799999999999	100.0	0.03157770939098732	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0399_000000010867	1570	0.5798318505239779	3	1	0	1	1	False	64214	fragment	False	ISR0399_000000010867	0.9948119096245542		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	100.0	100.0	0.0003735700901843722	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0033_01_000000006812	1554	0.5798318505239779	3	1	0	1	1	False	64214	fragment	False	ISR0399_000000010867	0.9900092276418759		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	100.0	100.0	0.0003674108700594686	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0243_000000007978	1547	0.5798318505239779	2	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.19346333946437388		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	1547.0	100.0	100.0	0.041223368797162895	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0146_000000005173	1520	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.1688683051665432		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1514.0	97.95200000000001	100.0	0.034391231723222664	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
AST0089_000000015646	1500	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.1748051043954801		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1500.0	99.73299999999999	100.0	0.034299704825755666	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0296_000000017649	1475	0.5798318505239779	2	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.16341956076396538		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1475.0	99.59299999999999	100.0	0.02889233000764451	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
DEN0078_000000023401	1468	0.5798318505239779	1	1	0	1	1	False	69730	fragment	False	DEN0078_000000023401	1.0		0	0	False	False	0.9952316284179688	0					non-mobilizable	no_good_hit								True	False
ENG0048_000000017967	1434	0.5798318505239779	2	1	0	1	1	False	64214	fragment	False	ISR0399_000000010867	0.9537083889920931		0	0	False	False	1.0	0					non-mobilizable	other	1386.0	99.351	100.0	0.00037089216839093585	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0301_000000013811	1430	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.14903748805273567		0	0	False	False	0.9993007183074951	0	rep_cluster_663				non-mobilizable	plasmid	1430.0	99.79	100.0	0.02801027108610855	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0077_000000026164	1396	0.5798318505239779	2	1	0	1	1	False	64214	fragment	False	ISR0399_000000010867	0.7163212225973732		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	99.406	100.0	0.00036044827339653407	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0080_000000008953	1372	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.1328618792142164		0	0	False	False	0.9992711544036865	0	rep_cluster_663				non-mobilizable	plasmid	1372.0	100.0	100.0	0.026873395142795537	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MON0041_000000051974	1338	0.5798318505239779	1	1	0	1	1	False	11771	fragment	False	MON0041_000000051974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	74.589	58.0	0.00041416674727331315	NZ_GL982488.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0297_000000011831	1302	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.11282671235709073		0	0	False	False	0.9930875301361084	0	rep_cluster_663				non-mobilizable	other	1302.0	99.92299999999999	100.0	0.034690558088686235	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0057_000000006914	1301	0.5798318505239779	2	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.034227955418867105		0	0	False	False	0.9846271872520447	0	rep_cluster_663				non-mobilizable	plasmid	1301.0	96.618	100.0	0.03555798687089715	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0152_000000018906	1256	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.1041004071184055		0	0	False	False	0.9904458522796631	0	rep_cluster_663				non-mobilizable	other	1256.0	100.0	100.0	0.03346398954750287	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0203_000000014490	1254	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.09794765584248959		0	0	False	False	0.9848484992980957	0	rep_cluster_663				non-mobilizable	other	1254.0	100.0	100.0	0.033410660480494896	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0035_000000016124	1248	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.09830965588928839		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	1248.0	100.0	100.0	0.033250673279470976	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
FIJ0106_000000022864	1233	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.09766173248652692		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1233.0	100.0	100.0	0.031893137280281654	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0116_000000033532	1230	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.09775465470339013		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	1230.0	100.0	100.0	0.03277071167639922	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0109_000000016479	1223	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.09758474239410272		0	0	False	False	0.9950940012931824	0	rep_cluster_663				non-mobilizable	other	1223.0	100.0	100.0	0.032584059941871316	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0025_000000032557	1221	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.09690644236297513		0	0	False	False	0.9983620047569275	0	rep_cluster_663				non-mobilizable	plasmid	1221.0	99.345	100.0	0.03158248983923995	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0820_000000021833	1213	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.09717002360480495		0	0	False	False	0.9975267648696899	0	rep_cluster_663				non-mobilizable	other	1213.0	100.0	100.0	0.032317414606831456	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0372_000000014860	1193	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.09605025342784954		0	0	False	False	0.9639564156532288	0	rep_cluster_663				non-mobilizable	other	1193.0	100.0	100.0	0.03178412393675173	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0040_000000037330	1169	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.08744072732632142		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	1169.0	99.829	100.0	0.23939331830293092	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	True
DEN0027_000000002481	1154	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.0854602828312138		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	1154.0	99.48	100.0	0.0298480416267571	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MON0089_000000027112	1145	0.5798318505239779	1	1	0	1	1	True	9581	maximal	True	MON0089_000000027112	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1145.0	98.777	100.0	0.000636826377972042	NC_014370.1	CFB group bacteria	Prevotella melaninogenica ATCC 25845 chromosome I, complete sequence	False	True
ENG0127_000000024423	1133	0.5798318505239779	1	1	0	1	1	False	118843	fragment	False	SPA0150_000000004644	0.07762032062365233		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	other	1133.0	100.0	100.0	0.030184251926512546	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0091_000000011198	1122	0.5798318505239779	1	1	0	1	1	False	9476	maximal	True	MON0091_000000011198	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1122.0	99.287	100.0	0.0003432096686541803	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0127_000000003368	5379	0.5798235456662366	7	3	1	1	3	False	48104	fragment	False	FIJ0127_000000003368	0.9910561370123692		0	0	False	False	0.9994422793388367	0					non-mobilizable	no_good_hit	3983.0	88.853	81.0	0.3553299492385787	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MAD0040_000000004554	5255	0.5798235456662366	6	3	1	1	3	False	48104	fragment	False	FIJ0127_000000003368	0.9796430563301729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3983.0	88.87799999999999	83.0	0.3553299492385787	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
CHI0149_000000005886	2352	0.579821952089969	3	2	2	2	1	False	79582	maximal	True	CHI0149_000000005886	1.0		87	9	False	False	0.9948979616165161	0					non-mobilizable	other	2352.0	100.0	100.0	0.017942318993215346	NZ_NFIG01000010.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_10, whole genome shotgun sequence	False	False
ENG0055_000000009513	2024	0.579821952089969	3	2	2	2	1	False	63651	fragment	False	ENG0055_000000009513	0.9952068617558022		0	0	False	False	0.9960474371910095	0					non-mobilizable	other	2024.0	99.852	100.0	0.015439094565408186	NZ_NFIG01000010.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_10, whole genome shotgun sequence	False	False
ENG0140_000000008716	1982	0.579821952089969	3	2	2	2	1	False	63651	fragment	False	ENG0055_000000009513	0.9849308300395256		0	0	False	False	0.9843592047691345	0					non-mobilizable	other	1963.0	99.84700000000001	99.0	0.01497355587609039	NZ_NFIG01000010.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_10, whole genome shotgun sequence	False	False
USA0084_01_000000026051	1210	0.579821952089969	2	2	2	2	1	False	61643	fragment	False	USA0084_01_000000026051	0.9815465729349736		0	0	False	False	0.9884297251701355	0					non-mobilizable	other	1200.0	100.0	99.0	0.009150506368721905	NZ_NFIG01000010.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_10, whole genome shotgun sequence	False	False
ENG0081_000000021594	1138	0.579821952089969	3	2	2	2	1	False	61643	fragment	False	USA0084_01_000000026051	0.952892561983471		0	0	False	False	0.9894551634788513	0					non-mobilizable	other	1138.0	99.473	100.0	0.008677335897612016	NZ_NFIG01000010.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_10, whole genome shotgun sequence	False	False
ISR0381_000000000945	13288	0.5798214664563661	11	7	2	5	6	False	64007	fragment	False	ISR0381_000000000945	0.9789838247426123		0	0	False	False	0.9920228719711304	0					non-mobilizable	no_good_hit								True	False
ISR0153_000000009597	2838	0.5798109827657638	4	2	2	2	1	False	30682	fragment	False	ISR0153_000000009597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0149_000000007596	1684	0.5798097316117261	2	1	1	1	1	False	79577	maximal	True	CHI0149_000000007596	1.0		109	12	False	False	0.9952493906021118	0					non-mobilizable	no_good_hit	379.0	80.211	22.0	0.0005426715400699088	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
CHI0129_000000016206	1591	0.5798085512430102	2	2	2	2	2	False	81200	fragment	False	CHI0129_000000016206	1.0		0	0	False	False	0.9981144070625305	0					non-mobilizable	no_good_hit	1377.0	74.582	85.0	0.0004107565146989539	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
DEN0007_000000011376	2315	0.5798041419492017	2	2	2	2	2	False	83020	maximal	True	DEN0007_000000011376	0.9920401150764503		148	9	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	71.88600000000001	12.0	0.0001667283401593995	LR134385.1	high GC Gram+	Gardnerella vaginalis strain NCTC10287 genome assembly, chromosome: 1	True	False
CHI0162_000000013676	2267	0.5798041419492017	2	2	2	2	2	False	83020	maximal	False	DEN0007_000000011376	0.9856608485549284		0	0	False	False	0.9995588660240173	0					non-mobilizable	no_good_hit	281.0	71.88600000000001	12.0	0.0001667283401593995	LR134385.1	high GC Gram+	Gardnerella vaginalis strain NCTC10287 genome assembly, chromosome: 1	True	False
ISR0329_000000006502	2259	0.5798041419492017	2	2	2	2	2	False	83020	maximal	False	DEN0007_000000011376	0.9853888135822368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	72.242	12.0	0.0008884769651160933	NZ_PKJM01000003.1	high GC Gram+	Gardnerella vaginalis strain UMB0233 .16933_8_5.3, whole genome shotgun sequence	True	False
ENG0037_000000009263	3526	0.5798038370729854	6	4	4	3	4	False	65228	maximal	True	ENG0037_000000009263	1.0		3	2	False	False	0.9920589923858643	0					non-mobilizable	no_good_hit	981.0	86.23899999999999	32.0	0.00043554376255367877	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
USA0072_01_000000003860	5252	0.5798035935730108	6	2	1	2	2	False	729	maximal	True	USA0072_01_000000003860	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1846.0	99.133	35.0	0.014435623545270022	NZ_QSFT01000008.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf8, whole genome shotgun sequence	True	False
DEN0003_000000007963	3485	0.5798023342216603	4	4	4	4	4	False	76683	maximal	True	DEN0003_000000007963	1.0		7	5	False	False	1.0	0					non-mobilizable	other	3503.0	81.90100000000001	99.0	0.0009274805980905875	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0050_000000015000	1814	0.5798009041559806	2	2	2	2	2	False	103643	fragment	False	ENG0050_000000015000	1.0		0	0	False	False	0.9961411356925964	0					non-mobilizable	no_good_hit	1418.0	81.382	82.0	0.13204373423044574	NZ_NFHM01000047.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_47, whole genome shotgun sequence	True	False
MON0008_000000033572	1137	0.5797960381109549	2	2	2	1	1	True	13831	fragment	False	MON0008_000000033572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	741.0	76.653	69.0	0.0002606395655818371	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0129_000000004355	4827	0.5797949451525222	5	5	5	4	4	False	62088	maximal	True	FIJ0129_000000004355	0.9760669832028279		464	15	False	False	1.0	0					non-mobilizable	chromosome	4742.0	92.619	98.0	0.001262828014508384	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0825_000000020566	1175	0.5797910623608779	2	1	1	1	1	False	21112	fragment	False	ISR0825_000000020566	1.0		0	0	False	False	0.9753191471099854	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	5.0	2.611708850428367e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0092_000000018489	1638	0.5797827071510849	4	3	3	3	3	True	100701	fragment	False	ISR0309_000000010652	0.601227596323639		0	0	False	False	0.9987789988517761	0					non-mobilizable	chromosome	1638.0	100.0	100.0	0.0006919221784094075	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0304_000000006209	1602	0.5797827071510849	4	3	3	3	3	True	100701	fragment	False	ISR0309_000000010652	0.6346939732322222		0	0	False	False	0.988139808177948	0					non-mobilizable	chromosome	1602.0	100.0	100.0	0.0006767058079617967	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0095_000000025052	1406	0.5797827071510849	3	3	3	3	3	True	100701	fragment	False	ISR0309_000000010652	0.08883418291051987		0	0	False	False	0.9800853729248047	0					non-mobilizable	chromosome	1406.0	99.71600000000001	100.0	0.0005818595651914629	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
ENG0006_000000016541	1347	0.5797823326757969	4	1	1	1	1	False	67573	fragment	False	ENG0006_000000016541	1.0		0	0	False	False	0.9940608739852905	0					non-mobilizable	no_good_hit								True	False
SPA0138_000000015068	1768	0.5797815771510696	3	3	3	3	2	False	102372	maximal	False	SPA0084_000000010492	0.9939416407419094		0	0	False	False	0.9994344115257263	0					non-mobilizable	virus	1777.0	81.936	99.0	0.1669187145557656	MK233948.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_5_c1 sequence	False	False
ISR0192_000000012187	1445	0.5797756220722343	2	2	2	2	2	False	63420	fragment	False	ENG0124_000000019034	0.8137960939317779		0	0	False	False	0.9986159205436707	0					non-mobilizable	chromosome	1438.0	99.583	99.0	0.001974923827311671	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
DEN0053_000000011452	1177	0.5797746200752094	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.03797945250057088		0	0	False	False	1.0	0					non-mobilizable	other	1009.0	98.21600000000001	100.0	0.00027992068913807757	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0106_000000001595	15497	0.5797733193371979	22	7	2	7	1	False	8675	maximal	True	MON0106_000000001595	1.0		1	1	False	False	0.9990965723991394	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	5.489973953367576e-07	LR812054.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	False
FIJ0011_000000037966	1223	0.5797730401425137	2	1	1	1	1	True	50876	maximal	True	FIJ0011_000000037966	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0828_000000001814	3771	0.5797661455434518	4	4	3	4	4	False	95550	maximal	False	SPA0074_000000006442	0.9176474798612851		0	0	False	False	0.9997348189353943	0					non-mobilizable	other	3771.0	99.84100000000001	100.0	0.009037169855644995	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
FIJ0009_000000022916	1792	0.5797652691796294	2	2	2	2	2	False	51229	maximal	True	FIJ0009_000000022916	1.0		0	0	False	False	0.9815848469734192	0					non-mobilizable	no_good_hit	370.0	73.243	20.0	7.90727157951364e-05	CP043321.1	g-proteobacteria	Aeromonas jandaei strain 3348 chromosome, complete genome	True	False
MAD0096_000000002811	5455	0.5797650116864511	6	6	0	3	4	False	15527	maximal	True	MAD0096_000000002811	1.0		1	1	False	False	1.0	0	ColRNAI_rep_cluster_1857				non-mobilizable	no_good_hit	4191.0	99.141	77.0	0.5867432735426009	CP060059.1	enterobacteria	Escherichia coli strain G8 plasmid pSYM12, complete sequence	True	True
ISR0813_000000023509	1329	0.5797596604287879	1	1	1	1	1	False	67290	fragment	False	ISR0110_000000017490	0.9943946188340806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1329.0	98.87100000000001	100.0	0.0001874428003051027	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0249_000000021460	1100	0.5797564005615153	2	2	2	2	2	True	56561	fragment	False	ISR0193_000000021775	0.9496658312447787		0	0	False	False	0.996363639831543	0					non-mobilizable	other	1092.0	99.81700000000001	99.0	0.008317197005504139	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
MON0101_000000025950	2426	0.5797513920239149	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.651302419550423		0	0	False	False	0.9995877742767334	0					non-mobilizable	other	2428.0	92.133	100.0	0.0007544133961420077	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0160_000000025575	1175	0.5797487859496004	2	2	2	2	1	False	68112	fragment	False	ISR0394_000000016006	0.9464626060635147		0	0	False	False	0.9727659821510315	0					non-mobilizable	chromosome	1178.0	93.803	99.0	0.0003333646218217296	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0061_000000005812	6196	0.5797485354866301	3	3	1	3	2	False	112178	maximal	True	AST0061_000000005812	1.0		33	7	False	False	0.9996772408485413	0					non-mobilizable	no_good_hit	4429.0	74.08	70.0	0.0009902413495037228	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0051_000000010759	3943	0.5797450725693557	7	3	3	3	2	False	113591	fragment	False	ISR0847_000000006191	0.9718091234371533		0	0	False	False	0.9974638819694519	0					non-mobilizable	no_good_hit	2430.0	92.22200000000001	89.0	0.0006798302019814993	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0114_000000008397	3267	0.5797431872915388	4	3	1	2	2	False	32557	maximal	True	ISR0114_000000008397	1.0		4	4	False	False	0.994490385055542	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.0125	MK231489.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_7-CL06_c19 sequence	True	False
ISR0289_000000003085	2750	0.5797400207181931	2	2	2	2	2	False	103865	maximal	False	FIJ0162_000000008023	0.9606987583005154		0	0	False	False	0.996363639831543	0					non-mobilizable	no_good_hit	1200.0	77.917	43.0	0.00949210058745378	NZ_FUWW01000005.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0400_000000003853	4445	0.5797398263070572	6	3	1	2	2	True	38669	fragment	False	ISR0400_000000003853	1.0		0	0	False	False	0.9955005645751953	0					non-mobilizable	no_good_hit	1585.0	72.492	35.0	0.02908361304355979	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	True
ENG0054_000000005357	4583	0.5797380568707541	5	3	3	2	2	True	63800	maximal	True	ENG0054_000000005357	1.0		8	5	False	False	0.9993454217910767	0					non-mobilizable	no_good_hit	481.0	90.021	23.0	0.00016902579390074482	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0112_000000000928	14326	0.5797350357495291	20	19	6	10	14	True	101511	fragment	False	CHI0112_000000000928	1.0		0	0	False	False	0.9983945488929749	0					non-mobilizable	other	14324.0	97.02600000000001	99.0	0.004275697910074019	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0302_000000005680	2522	0.579733773079046	5	5	3	5	1	False	25542	maximal	True	ISR0302_000000005680	1.0		110	8	False	False	0.9944488406181335	0					non-mobilizable	other	2526.0	94.49700000000001	99.0	0.014359056176958273	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	False	False
ENG0049_000000001942	9860	0.579730537103749	9	8	3	3	5	True	64201	fragment	False	ENG0049_000000001942	1.0		0	0	False	False	0.9985800981521606	0					non-mobilizable	no_good_hit	4343.0	79.553	68.0	0.0015422803879992777	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
ENG0143_000000008447	2213	0.5797296176710269	4	3	1	3	1	False	120303	fragment	False	MON0086_000000011703	0.6697705892504725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0075_000000012768	1928	0.5797296176710269	4	3	1	3	1	False	62097	fragment	False	ENG0075_000000012768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000017296	2911	0.5797278443026058	4	4	4	4	3	False	80609	maximal	True	DEN0073_000000017296	1.0		58	8	False	False	0.9934730529785156	0					non-mobilizable	other	2911.0	98.969	100.0	0.006975640392553563	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
FIJ0113_000000017917	1442	0.5797190461585846	4	3	3	3	2	False	41928	maximal	True	FIJ0113_000000017917	1.0		2	1	False	False	0.9653259515762329	0					non-mobilizable	no_good_hit	791.0	98.23	55.0	0.04412421805183199	NZ_CABIWU010000046.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
USA0145_01_000000006182	3947	0.5797062422751001	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.6448197842951664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1970.0	85.33	64.0	0.0006734537553186568	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0048_000000008939	3445	0.5797062422751001	4	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.2643020373995361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1952.0	79.66199999999999	61.0	0.000591282020787878	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MAD0060_000000010129	1670	0.5797058854848705	2	2	2	2	2	False	88966	fragment	False	ENG0080_000000012477	0.27360090446579993		0	0	False	False	0.9826347231864929	0					non-mobilizable	chromosome	1658.0	98.67299999999999	99.0	0.0004800438300888342	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0042_000000001276	15529	0.5797026941135278	24	5	0	5	1	False	18178	maximal	True	MAD0042_000000001276	1.0		1	1	False	False	0.9998711943626404	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0005191722910331529	NC_048777.1	viruses	Microbacterium phage TinyTimothy, complete genome	True	False
SPA0013_000000001360	13768	0.5796987993629803	20	6	2	5	0	False	33151	fragment	False	ISR0101_000000001439	0.45421314919728095		0	0	False	False	0.999055802822113	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00020630214859867355	NZ_CVRL01000002.1	a-proteobacteria	Phaeobacter italicus strain CECT 7321, whole genome shotgun sequence	True	False
FIJ0161_000000005232	3041	0.5796973464139829	3	3	3	3	3	False	109906	maximal	True	FIJ0161_000000005232	1.0		615	14	False	False	1.0	0					non-mobilizable	other	3041.0	96.514	99.0	0.0009457388553697746	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0081_000000020765	1735	0.5796947507594074	2	2	2	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.731714997097289		0	0	False	False	1.0	0					non-mobilizable	chromosome	1735.0	99.712	100.0	0.0007977108367223009	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
SPA0066_000000007680	1734	0.5796947507594074	2	2	2	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.706909521836854		0	0	False	False	1.0	0					non-mobilizable	other	1734.0	99.712	100.0	0.0008293274694984076	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
SPA0034_000000020750	1692	0.5796947507594074	2	2	2	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.7040599310326675		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	99.704	100.0	0.0007675959222544714	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
ISR0172_000000010496	1548	0.5796947507594074	2	2	2	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.37440151322135334		0	0	False	False	0.9922480583190918	0					non-mobilizable	chromosome	1420.0	99.43700000000001	92.0	0.0006527979684595992	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
SPA0136_000000010135	3819	0.5796916240524715	6	3	3	3	3	False	83200	fragment	False	SPA0136_000000010135	1.0		0	0	False	False	0.9963341355323792	0					non-mobilizable	other	3711.0	99.973	97.0	0.02578250959025963	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
SPA0059_000000017893	1316	0.5796878848066558	2	2	2	1	0	True	97018	maximal	True	SPA0059_000000017893	1.0		0	0	False	False	0.9779635071754456	0					non-mobilizable	chromosome	1181.0	95.34299999999999	90.0	0.0004195857498991106	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
FIJ0034_000000011936	2326	0.5796816011082568	4	4	4	3	3	False	48143	maximal	True	FIJ0034_000000011936	0.9962053571428571		45	8	False	False	0.9935511350631714	0					non-mobilizable	other	1881.0	77.565	98.0	0.0005018360548115289	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0006_000000005078	3875	0.5796815864663618	5	4	3	4	3	False	49097	maximal	False	MON0043_000000005705	0.9558017631641649		0	0	False	False	1.0	0					non-mobilizable	other	3365.0	98.068	99.0	0.003053154714387287	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
DEN0011_000000028729	1612	0.5796814425013067	2	2	2	2	1	False	75634	fragment	False	ENG0034_000000008532	0.9710695499707773		0	0	False	False	0.9807692170143127	0					non-mobilizable	no_good_hit	1059.0	70.822	64.0	0.0008608197036880249	CP045542.1	mycoplasmas	Mycoplasma sp. NEAQ87857 chromosome, complete genome	True	False
MON0108_000000013211	1653	0.5796760839102761	4	2	2	2	1	True	113498	fragment	False	ENG0004_000000017281	0.29728184426806853		0	0	False	True	0.9981850981712341	0					non-mobilizable	other	1632.0	83.211	100.0	0.0004898585431841769	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0089_000000005540	1582	0.5796760839102761	3	2	2	2	1	True	113498	fragment	False	ENG0004_000000017281	0.23679947004208335		0	0	False	True	1.0	0					non-mobilizable	other	1582.0	84.956	100.0	0.0004902909329153832	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0062_000000023675	1526	0.5796760839102761	3	2	2	2	1	True	113498	fragment	False	ENG0004_000000017281	0.22988224240531674		0	0	False	True	1.0	0					non-mobilizable	chromosome	1526.0	84.6	100.0	0.0005298138819602556	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0002_000000020868	1355	0.5796760839102761	3	2	2	2	1	True	77309	fragment	False	MON0002_000000020868	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1359.0	84.54700000000001	100.0	0.0004709069437686219	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0233_000000008207	1918	0.5796756051423418	3	3	3	3	2	False	80650	fragment	False	ISR0038_000000015418	0.5658523993275668		0	0	False	False	0.9843587279319763	0					non-mobilizable	chromosome	1949.0	87.943	99.0	0.0005518151589881872	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0092_000000009213	2778	0.5796755201865058	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.5969886182104318		0	0	False	False	1.0	0					non-mobilizable	chromosome	2783.0	93.209	100.0	0.0009353951295500376	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0196_000000001713	9333	0.5796754526343992	11	4	3	4	3	False	28997	maximal	True	ISR0196_000000001713	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.046086608035316e-05	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	True	False
ISR0138_000000007725	3790	0.5796745895543407	5	5	2	3	4	True	105587	maximal	True	ISR0138_000000007725	1.0		24	7	False	False	0.9997361302375793	0					non-mobilizable	no_good_hit	1677.0	95.17	76.0	0.0003199572977088385	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0086_000000007934	1751	0.579672038490249	3	2	2	2	0	True	5511	maximal	True	SPA0086_000000007934	1.0		2	1	False	False	0.9994288682937622	0					non-mobilizable	other	1752.0	95.719	100.0	0.013318188055559791	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
SPA0058_000000025796	1163	0.579672038490249	3	2	2	2	0	True	6286	maximal	True	SPA0058_000000025796	1.0		17	9	False	False	0.9982802867889404	0					non-mobilizable	no_good_hit	368.0	80.707	31.0	0.002074085892227306	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	True
ENG0033_000000014535	1769	0.5796699529598819	4	4	3	1	0	False	65493	fragment	False	ENG0033_000000014535	1.0		0	0	False	False	0.9932165145874023	0					non-mobilizable	other	914.0	98.57799999999999	100.0	0.018997086974615066	NZ_LMUA01000025.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00025, whole genome shotgun sequence	False	False
MAD0103_000000003674	4673	0.5796684446247367	5	4	2	3	0	True	129142	fragment	False	SPA0046_000000004699	0.6174993391488237		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1065.0	73.05199999999999	23.0	0.002210201218224437	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0210_000000004941	3864	0.5796640834199915	5	2	2	1	2	False	28446	fragment	False	ISR0210_000000004941	1.0		0	0	False	False	0.9997411966323853	0					non-mobilizable	no_good_hit	705.0	93.191	37.0	0.04204796937615886	NZ_LBBT01000224.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig237, whole genome shotgun sequence	True	False
AUS0004_000000015288	1303	0.5796614502750143	3	2	2	2	1	False	102322	fragment	False	AUS0004_000000015288	0.9739130434782609		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	99.84700000000001	100.0	0.016191411836394613	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0101_000000044162	1490	0.5796613892438164	3	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.4535979581479494		0	0	False	False	1.0	0					non-mobilizable	chromosome	1490.0	81.87899999999999	99.0	0.0005184460924073499	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ENG0009_000000003909	3105	0.5796610616859796	4	4	4	4	2	False	121386	maximal	True	ENG0009_000000003909	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3092.0	97.089	99.0	0.00096986301197152	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0033_000000010843	1213	0.5796587085783991	2	2	2	2	2	False	117004	fragment	False	AST0033_000000010843	0.9922797456857402		0	0	False	False	0.9752679467201233	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000013337	1959	0.5796537079676903	3	3	2	3	2	True	108181	fragment	False	ISR0296_000000013337	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1848.0	82.738	94.0	0.0005689988047603018	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0080_01_000000034789	1199	0.57964862841952	2	2	2	2	2	False	593	maximal	True	USA0080_01_000000034789	1.0		77	10	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	0.0002392764280814816	NZ_JXMU01000010.1	a-proteobacteria	Ahrensia marina strain LZD062 contig10, whole genome shotgun sequence	True	False
ENG0039_000000011839	2154	0.57964425154847	4	4	3	3	4	False	65173	fragment	False	ENG0039_000000011839	0.9976765799256506		0	0	False	False	0.9976787567138672	0					non-mobilizable	other	1622.0	99.445	100.0	0.0004893316050257767	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
AST0102_000000017379	1806	0.5796425871669856	2	1	1	1	1	False	108229	maximal	True	AST0102_000000017379	1.0		4	3	False	False	0.9977851510047913	0					non-mobilizable	no_good_hit	638.0	89.34200000000001	35.0	0.0011473082452858438	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0025_01_000000006150	2641	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9640363363585022	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2624.0	99.54299999999999	100.0	0.0007603592791805628	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
CHI0135_000000007896	2588	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9306699901822852	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2506.0	96.927	97.0	0.0009899615603819203	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0007_000000010186	2551	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9639870745983615	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2550.0	99.84299999999999	100.0	0.0007389080452273179	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
FIJ0083_000000013885	2547	0.5796365015874226	3	2	2	2	2	False	116537	backbone	True	FIJ0083_000000013885	0.9647786656753586	PS777	451	12	False	True	1.0	0					non-mobilizable	chromosome	2547.0	99.961	100.0	0.0007380384006075917	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
MON0006_000000008284	2546	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.964581084052873	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2546.0	100.0	100.0	0.000737748519067683	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0108_000000008197	2542	0.5796365015874226	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9643549510211972	PS777	0	0	True	True	1.0	1					non-mobilizable	chromosome	2542.0	99.882	100.0	0.0007365889929080481	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
DEN0021_000000013694	2541	0.5796365015874226	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9638288717247611	PS777	0	0	True	True	1.0	190					non-mobilizable	chromosome	2541.0	99.882	100.0	0.0007362991113681394	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0272_000000004215	2541	0.5796365015874226	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9627977525788978	PS777	0	0	True	True	1.0	1					non-mobilizable	chromosome	2541.0	99.646	100.0	0.0007362991113681394	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
MON0093_000000016953	2539	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9637053847071144	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2539.0	100.0	100.0	0.0007357193482883219	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0256_000000007037	2536	0.5796365015874226	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9629960254820846	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2536.0	99.921	100.0	0.0007348497036685958	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0118_000000005419	2532	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9619907033556803	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2532.0	100.0	100.0	0.0007336901775089609	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0212_000000013817	2532	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9617979166048765	PS777	0	0	True	True	1.0	1					non-mobilizable	chromosome	2532.0	99.882	100.0	0.0007336901775089609	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
DEN0043_000000002868	2508	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9303000255145082	PS777	0	0	False	True	0.99920254945755	0					non-mobilizable	chromosome	2487.0	99.719	99.0	0.0007206455082130688	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0171_000000009559	2497	0.5796365015874226	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9422786083394724	PS777	0	0	True	True	1.0	31					non-mobilizable	chromosome	2497.0	99.92	100.0	0.0007235443236121559	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0096_000000009490	2491	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9405909913318709	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2491.0	99.88	100.0	0.0007218050343727036	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0235_000000001765	2467	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8977464552924721	PS777	0	0	False	True	0.9971625208854675	0					non-mobilizable	chromosome	2443.0	99.304	99.0	0.0007078907204570852	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0849_000000011149	2462	0.5796365015874226	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9139294676589831	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2462.0	99.959	100.0	0.0007133984697153508	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0119_000000013258	2460	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9097487259023257	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2459.0	99.18700000000001	100.0	0.0007125288250956247	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0052_000000014355	2449	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8998193266058522	PS777	0	0	True	True	1.0	1					non-mobilizable	chromosome	2449.0	100.0	100.0	0.0007096300096965375	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0035_000000007700	2408	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8427069483169933	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2430.0	77.778	100.0	0.0003339635690449957	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	True
MON0018_000000007442	2379	0.5796365015874226	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8342833815237307	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2379.0	99.32700000000001	100.0	0.0006893383019029274	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0205_000000003818	2370	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8218073843700794	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2370.0	100.0	100.0	0.0006867293680437489	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0792_000000006074	2368	0.5796365015874226	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8099594317246241	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2368.0	99.958	100.0	0.0006861496049639315	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0363_000000007991	2351	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.7932732336937546	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2351.0	100.0	100.0	0.0006812216187854833	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0111_000000009406	2160	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.318700256578774	PS777	0	0	False	True	0.9990741014480591	0					non-mobilizable	chromosome	2160.0	99.074	100.0	0.0006258542446629185	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0841_000000006770	2101	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.2724543408564835	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2101.0	99.81	100.0	0.0006087512338083042	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
MON0049_000000010355	2081	0.5796365015874226	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.2439616971287807	PS777	0	0	False	True	0.9995194673538208	0					non-mobilizable	chromosome	2062.0	99.806	99.0	0.0005974458537518643	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
MON0064_000000019620	1465	0.5796354981736765	3	2	2	2	1	False	10702	fragment	False	MON0064_000000019620	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1481.0	86.023	99.0	0.04353208170002063	NZ_QRYH01000027.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf27, whole genome shotgun sequence	False	False
ENG0179_000000001573	14202	0.5796294071858921	17	9	8	9	6	True	75123	maximal	True	ENG0179_000000001573	1.0		15	5	False	False	0.999788761138916	0					non-mobilizable	no_good_hit	226.0	82.743	2.0	0.001241100368451672	NZ_JMLJ01000011.1	firmicutes	Clostridium hydrogeniformans DSM 21757 BR69DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	True
FIJ0040_000000018429	1343	0.5796259302219849	2	2	2	2	2	False	47460	fragment	False	FIJ0040_000000018429	1.0		0	0	False	False	0.9932985901832581	0					non-mobilizable	other	1210.0	90.413	90.0	0.033145990404386566	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ISR0354_000000005093	3689	0.5796258260752768	4	3	3	3	3	True	103031	fragment	False	ISR0354_000000005093	0.9648154481332488		0	0	False	False	1.0	0					non-mobilizable	other	3444.0	81.475	93.0	0.9985456660849331	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	True
DEN0070_000000008992	3660	0.5796258260752768	3	3	3	3	3	False	103031	fragment	False	ISR0354_000000005093	0.9610602566638808		0	0	False	False	1.0	0					non-mobilizable	other	3444.0	81.446	94.0	0.9985456660849331	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
ENG0103_000000005626	3407	0.5796258260752768	3	3	3	3	3	False	103031	fragment	False	ISR0354_000000005093	0.9414412777453328		0	0	False	False	1.0	0					non-mobilizable	other	3374.0	81.565	99.0	0.9787667248400233	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
AUS0002_000000030017	1253	0.5796253044654253	2	2	2	2	2	False	102705	maximal	True	AUS0002_000000030017	1.0		197	14	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0157_000000003023	3247	0.5796252355526451	3	3	3	3	3	False	85994	fragment	False	DEN0039_000000004748	0.9555458359326549		0	0	False	False	0.9963042736053467	0					non-mobilizable	other	3247.0	99.815	100.0	0.0013225384426396823	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0309_000000011165	1733	0.5796221283994318	2	2	1	2	1	False	62201	maximal	True	ISR0309_000000011165	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0113_000000000803	9907	0.579619846028892	8	5	4	5	1	True	82362	maximal	True	CHI0113_000000000803	1.0		18	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00011484670092217648	NZ_KN360939.1	euryarchaeotes	Methanolacinia paynteri strain DSM 2545 PGA_scaffold_32, whole genome shotgun sequence	True	True
TAN0007_000000030961	1361	0.5796196566403907	2	2	2	2	1	True	14633	fragment	False	TAN0007_000000030961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	74.627	14.0	4.582170656484065e-05	NZ_CP019650.1	g-proteobacteria	Microbulbifer agarilyticus strain GP101, complete genome	True	True
ENG0129_000000013873	1932	0.579618095087166	3	3	3	3	3	False	113614	maximal	True	ENG0129_000000013873	1.0		99	8	False	False	0.9927536249160767	0					non-mobilizable	other	1960.0	77.959	100.0	0.00676916856345137	NZ_FORW01000003.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	False	False
FIJ0154_000000025420	1564	0.5796124030358195	3	2	2	2	1	True	39574	fragment	False	FIJ0154_000000025420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0005_000000031577	1481	0.5796122511284926	1	1	0	1	1	False	52719	maximal	True	ETH0005_000000031577	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	261.0	95.402	23.0	0.02560819462227913	CP042388.1	firmicutes	Leuconostoc lactis strain CBA3625 plasmid unnamed, complete sequence	True	True
ENG0104_000000007256	4096	0.5796108240256213	3	3	3	3	3	False	75325	maximal	True	ENG0104_000000007256	1.0		67	9	False	False	0.998291015625	0					non-mobilizable	no_good_hit	1788.0	80.48100000000001	43.0	0.004814434589860823	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
SPA0150_000000010955	1837	0.5796054157272276	3	3	3	3	3	False	105892	fragment	False	AST0118_000000015540	0.9598078867542973		0	0	False	False	0.9983668923377991	0					non-mobilizable	no_good_hit	463.0	76.458	44.0	0.0019230850332533453	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
SPA0136_000000031402	1359	0.5796045025543143	2	1	1	1	1	False	8432	maximal	False	SPA0001_000000023734	0.9595457771469127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	82.48899999999999	51.0	0.00018143985939199765	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
CHI0170_000000002733	3761	0.5796042975582816	3	2	2	2	2	False	77993	fragment	False	CHI0170_000000002733	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2132.0	90.994	100.0	0.00043946943827871785	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
SPA0093_000000005305	7559	0.5796036756021798	7	4	3	4	4	False	21781	maximal	True	SPA0093_000000005305	1.0		78	8	False	False	1.0	0					non-mobilizable	no_good_hit	6140.0	99.935	81.0	0.2101352508132169	NZ_QRML01000044.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf44, whole genome shotgun sequence	True	False
MAD0066_000000015820	1855	0.5796032136454803	3	3	3	2	3	False	87332	maximal	False	MON0076_000000023489	0.9610450259934796		0	0	False	False	0.9983827471733093	0					non-mobilizable	chromosome	1847.0	100.0	99.0	0.00038758924945840384	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
DEN0076_000000000098	15275	0.5796000620567828	17	10	7	8	7	False	70020	maximal	True	DEN0076_000000000098	1.0		1	1	False	False	0.9998036026954651	0					non-mobilizable	no_good_hit	1055.0	74.692	7.0	0.00034609031851700467	CP040093.1	firmicutes	Caloramator sp. E03 chromosome, complete genome	True	False
ENG0027_000000006667	3184	0.579595316046661	3	3	3	2	2	False	123242	maximal	True	ENG0027_000000006667	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	2060.0	98.204	86.0	0.007950266236964472	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0065_000000001396	14430	0.5795945797781246	14	12	10	10	10	False	50234	maximal	True	ISR0065_000000001396	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	11999.0	98.89200000000001	90.0	0.005000444419035823	CP021390.1	high GC Gram+	Bifidobacterium breve strain DRBB26 chromosome, complete genome	False	False
CAN0021_000000015536	2772	0.5795945407875859	4	4	4	4	2	False	91610	maximal	True	CAN0021_000000015536	1.0		80	9	False	False	1.0	0					non-mobilizable	other	2772.0	99.85600000000001	100.0	0.0008449935428587982	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
AUS0010_000000009518	2491	0.579594115806128	4	4	4	4	3	False	101826	fragment	False	AUS0010_000000009518	1.0		0	0	False	False	0.9883580803871155	0					non-mobilizable	no_good_hit	99.0	79.798	4.0	1.863917173014482e-05	NZ_CP045300.1	enterobacteria	Kosakonia arachidis strain KACC 18508 chromosome, complete genome	True	False
CHI0164_000000003033	7454	0.5795897480276062	7	6	6	5	5	False	87950	fragment	False	FIJ0025_000000002620	0.9552038626609443		0	0	False	False	0.9924872517585754	0					non-mobilizable	chromosome	7384.0	98.023	99.0	0.002926768935100891	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
AUS0016_000000016588	1714	0.579589018804031	2	2	2	2	1	False	100263	maximal	True	AUS0016_000000016588	1.0		3	3	False	False	0.9854142069816589	0					non-mobilizable	no_good_hit	1045.0	71.675	60.0	0.006899838243091772	NZ_SPFR01000010.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_10_length_148989_cov_36.8612, whole genome shotgun sequence	True	False
USA0034_01_000000031700	1645	0.5795871370217378	2	2	1	2	1	True	93393	fragment	False	USA0034_01_000000031700	0.9579627501050634		0	0	False	False	0.9933130741119385	0					non-mobilizable	no_good_hit	1226.0	78.711	76.0	0.0003482041229651465	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
DEN0041_000000020936	1625	0.5795871370217378	2	2	1	2	1	True	93393	fragment	False	USA0034_01_000000031700	0.9565098621993541		0	0	False	False	0.9993846416473389	0					non-mobilizable	no_good_hit	1207.0	77.548	74.0	0.009207075071308949	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	True	True
ISR0032_000000021156	1585	0.5795871370217378	2	2	1	2	1	True	93393	fragment	False	USA0034_01_000000031700	0.7898376050989844		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	76.311	72.0	0.00871001537061536	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	True	True
MON0093_000000041244	1147	0.5795851285037054	2	2	2	2	2	False	9360	fragment	False	MON0093_000000041244	1.0		0	0	False	False	0.9991281628608704	0					non-mobilizable	no_good_hit	96.0	80.208	8.0	1.6467298485376427e-05	NZ_JQMO01000003.1	high GC Gram+	Kitasatospora azatica KCTC 9699 BR98DRAFT_unitig_0_quiver.3_C, whole genome shotgun sequence	True	False
CHI0154_000000006670	4293	0.5795832751620699	6	3	2	3	1	True	79207	maximal	True	CHI0154_000000006670	1.0		20	6	False	False	0.9983694553375244	0					non-mobilizable	other	4293.0	99.93	100.0	0.0047092385341233264	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0181_000000005091	4216	0.5795787119841963	7	2	1	1	1	False	55281	fragment	False	ENG0181_000000005091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0105_000000007465	6735	0.5795621838869802	13	3	2	3	1	False	8759	maximal	True	MON0105_000000007465	1.0		43	10	False	False	0.9902004599571228	0					non-mobilizable	other	4657.0	99.678	99.0	0.0012372064325168461	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
AST0085_000000003907	3598	0.5795616301813071	4	4	2	4	2	False	128202	maximal	True	AST0085_000000003907	1.0		51	4	False	False	1.0	0					non-mobilizable	chromosome	1930.0	97.72	100.0	0.0005484018693449613	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0167_000000005260	3516	0.5795605813311819	5	3	1	1	3	False	78200	maximal	True	CHI0167_000000005260	1.0		539	12	False	False	0.9980090856552124	0					non-mobilizable	other	3516.0	97.554	100.0	0.012604574940742361	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
MON0109_000000027795	1314	0.5795600425456682	4	3	2	1	2	True	8489	fragment	False	MON0109_000000027795	0.9751359751359752		0	0	False	False	1.0	0					non-mobilizable	chromosome	1325.0	89.057	100.0	0.00029109697268050463	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
SPA0093_000000028990	1287	0.5795600425456682	3	3	2	1	2	True	8489	fragment	False	MON0109_000000027795	0.9665144596651446		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	91.95	99.0	0.00031578913817760734	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0054_000000007805	4631	0.5795578014237901	7	4	2	4	1	True	11147	maximal	True	MON0054_000000007805	1.0		1	1	False	False	0.9889872670173645	0					non-mobilizable	no_good_hit	602.0	99.00299999999999	19.0	0.00019371331010277764	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
DEN0063_000000025095	1948	0.5795575808609693	2	2	2	2	1	False	71510	maximal	True	DEN0063_000000025095	0.9938063063063063		231	11	False	False	0.9974332451820374	0					non-mobilizable	no_good_hit	1385.0	76.029	71.0	0.011301238144338333	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0140_000000012252	2481	0.5795548289388877	2	1	1	1	1	False	40396	fragment	False	FIJ0140_000000012252	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	100.0	4.0	1.8192245009797225e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0007_000000009465	1694	0.5795529996302765	2	1	1	1	1	False	38444	fragment	False	ISR0007_000000009465	1.0		0	0	False	False	0.9917355179786682	0					non-mobilizable	chromosome	1694.0	97.816	100.0	0.0005974126703005449	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0060_000000011794	2386	0.5795527382658229	5	4	3	4	3	False	111310	maximal	True	ISR0060_000000011794	1.0		216	7	False	False	0.9979044198989868	0					non-mobilizable	other	1655.0	96.375	100.0	0.007982933704004016	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0159_000000016275	1612	0.5795505277135637	3	1	1	1	1	True	58602	fragment	False	ISR0159_000000016275	1.0		0	0	False	False	0.9993796348571777	0					non-mobilizable	chromosome	1613.0	96.21799999999999	100.0	0.0005519111679961411	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
SPA0127_000000004362	6541	0.5795494588219045	7	3	1	3	0	False	80803	maximal	True	SPA0127_000000004362	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	78.68	3.0	0.002297345701122735	NZ_QVMD01000010.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf10, whole genome shotgun sequence	True	False
MON0061_000000025720	1765	0.5795460284634073	2	2	2	1	1	False	10819	fragment	False	MON0061_000000025720	1.0		0	0	False	False	0.9926345348358154	0					non-mobilizable	no_good_hit	1206.0	70.315	67.0	0.011335376785611011	NZ_FMJR01000073.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
DEN0027_000000001488	1652	0.5795458599000575	2	1	1	1	1	False	74074	fragment	False	DEN0027_000000001488	1.0		0	0	False	False	0.9969733953475952	0					non-mobilizable	no_good_hit								True	False
MON0107_000000027685	2157	0.5795445625826247	2	2	2	2	2	False	70890	fragment	False	USA0121_01_000000019512	0.9476495726495726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	73.97	50.0	0.00048730210795379267	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
FIJ0064_000000019459	1337	0.5795441116330733	2	2	1	2	2	False	45456	fragment	False	FIJ0064_000000019459	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	775.0	97.54799999999999	99.0	0.00021662765596281618	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0010_01_000000014405	1848	0.5795389051293178	3	3	3	3	1	False	2056	maximal	True	USA0010_01_000000014405	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	81.096	28.0	0.00015676286205929397	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
FIJ0146_000000015025	1363	0.5795385157970827	2	2	2	2	1	False	39968	fragment	False	FIJ0146_000000015025	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1363.0	98.899	100.0	0.008975110870954775	CP059310.1	enterobacteria	Klebsiella pneumoniae strain Kp46596 plasmid pKp46596-2, complete sequence	False	True
SPA0008_000000000822	18557	0.5795358112398116	19	5	3	3	1	True	132161	maximal	True	SPA0008_000000000822	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	92.3	5.0	0.0002480045714549095	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
AST0148_000000001572	16636	0.5795358112398116	17	5	3	3	1	True	132160	fragment	False	SPA0132_000000001387	0.5444773311913539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	92.505	7.0	0.00028597781629225046	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
MON0061_000000001621	15771	0.5795358112398116	16	5	3	3	1	True	132160	fragment	False	SPA0132_000000001387	0.577962826692861		0	0	False	False	0.9995561242103577	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
MON0075_000000000562	15398	0.5795358112398116	15	5	3	3	1	True	132160	fragment	False	SPA0132_000000001387	0.43339410549485496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	92.008	3.0	0.00013408483694288666	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
MON0001_000000001399	13950	0.5795358112398116	13	5	3	3	1	True	132160	fragment	False	SPA0132_000000001387	0.1986547897207644		0	0	False	False	0.9997849464416504	0					non-mobilizable	no_good_hit	1626.0	75.215	11.0	0.000568378400487566	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
USA0031_01_000000008777	3387	0.5795341804565064	4	4	4	4	4	False	34569	maximal	True	USA0031_01_000000008777	1.0		43	7	False	False	0.9973427653312683	0					non-mobilizable	no_good_hit	155.0	81.29	12.0	3.3656953372580714e-05	CP045919.1	a-proteobacteria	Devosia sp. D6-9 chromosome, complete genome	True	False
CHI0111_000000016648	1806	0.5795323475444436	3	3	3	3	3	False	87115	fragment	False	MON0051_000000021051	0.9840672770452189		0	0	False	False	0.9994462728500366	0					non-mobilizable	other	1739.0	99.48200000000001	96.0	0.008545494797431923	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
DEN0021_000000031567	1197	0.5795310583130122	2	2	2	2	0	True	74690	maximal	True	DEN0021_000000031567	1.0		3	3	False	False	0.9974937438964844	0					non-mobilizable	no_good_hit	48.0	89.583	4.0	0.00011826755644130407	NZ_BFAZ01000006.1	bacteria	Leptospira ellinghausenii strain E18, whole genome shotgun sequence	True	True
SPA0001_000000001627	17923	0.5795205313235291	22	8	1	7	2	False	106860	maximal	False	SPA0057_000000001179	0.26335225230809045		0	0	False	False	0.9998884201049805	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000001045	17720	0.5795205313235291	22	8	1	7	2	False	106860	maximal	False	SPA0057_000000001179	0.4697299889499552		0	0	False	False	0.9990406036376953	0					non-mobilizable	no_good_hit								True	False
ENG0143_000000006714	2814	0.5795169267925749	3	3	3	3	2	False	123009	fragment	False	ENG0143_000000006714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	83.383	48.0	0.009942115783294571	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
DEN0011_000000019928	2233	0.5795167745560149	3	3	3	3	2	False	75703	fragment	False	DEN0011_000000019928	1.0		0	0	False	False	0.9973130226135254	0					non-mobilizable	no_good_hit								True	False
USA0048_01_000000008384	1902	0.5795160032416816	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.7475823643208326		0	0	False	False	0.9994742274284363	0					non-mobilizable	chromosome	1691.0	99.17200000000001	100.0	0.0005326839422268017	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0096_000000005032	3391	0.5795151464002352	6	5	4	5	3	False	15515	maximal	True	MAD0096_000000005032	1.0		1	1	False	False	0.9973459243774414	0					non-mobilizable	no_good_hit	637.0	96.075	22.0	0.03864616880354864	NZ_QSCB01000042.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf42, whole genome shotgun sequence	True	False
ISR0198_000000029822	1119	0.5795091197087379	2	2	2	2	1	False	28840	fragment	False	ISR0198_000000029822	1.0		0	0	False	False	0.9874888062477112	0					non-mobilizable	no_good_hit	732.0	75.0	65.0	0.0015989407842067758	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0050_000000009545	3300	0.5795034451600636	5	3	2	3	3	False	95359	fragment	False	ENG0038_000000006695	0.9545751732623623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0038_000000006695	3281	0.5795034451600636	4	3	2	3	3	False	95359	fragment	False	ENG0038_000000006695	0.9663447482672674		0	0	False	False	0.9984760880470276	0					non-mobilizable	no_good_hit								True	False
ISR0790_000000004857	3215	0.5795034451600636	3	3	2	3	3	False	95359	fragment	False	ENG0038_000000006695	0.7304594026107747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0178_000000005350	3017	0.5795028982808078	4	4	4	4	4	False	39655	fragment	False	MAD0008_000000003194	0.7046293572755881		0	0	False	False	1.0	0					non-mobilizable	chromosome	3017.0	99.171	100.0	0.0006240819053700634	CP058014.1	enterobacteria	Escherichia coli strain RHB04-C08 chromosome, complete genome	False	False
AST0097_000000000458	33936	0.5794924425970345	25	11	8	10	7	True	128701	maximal	True	AST0097_000000000458	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	93.902	0.0	3.2036310983194386e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ENG0192_000000020698	1118	0.5794817549449649	2	2	2	2	1	False	54613	maximal	True	ENG0192_000000020698	1.0		68	10	False	False	0.9749552607536316	0					non-mobilizable	other	520.0	97.69200000000001	92.0	0.00015626096122470055	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0101_000000009207	3392	0.5794778547851459	3	3	3	3	2	False	131668	fragment	False	DEN0028_000000005326	0.7604244505239238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	83.84299999999999	61.0	0.0003907059954520451	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0136_000000001147	11090	0.5794760260862615	16	5	5	5	3	True	58049	fragment	False	ENG0136_000000001147	1.0		0	0	False	False	0.9975653886795044	0					non-mobilizable	no_good_hit	5189.0	97.43700000000001	82.0	0.4316264305404728	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
ISR0172_000000014316	1156	0.579473196621541	2	2	0	2	0	False	29927	maximal	True	ISR0172_000000014316	1.0		1	1	False	False	0.9826989769935608	0					non-mobilizable	no_good_hit	357.0	96.919	31.0	0.002594827837546284	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	True	False
MAD0105_000000011749	2927	0.5794717524460621	4	4	4	4	3	False	60849	fragment	False	MAD0105_000000011749	0.957172342621259		0	0	False	False	0.9989750385284424	0					non-mobilizable	other	2927.0	98.804	100.0	0.017002057684930072	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
CHI0138_000000000815	15938	0.5794642263974378	14	8	6	6	2	True	80437	maximal	True	CHI0138_000000000815	1.0		1	1	False	False	0.9994980692863464	0					non-mobilizable	no_good_hit	961.0	76.171	7.0	0.00021907046930073827	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ENG0137_000000010513	1489	0.5794628605462894	5	4	2	3	4	False	112307	fragment	False	ENG0137_000000010513	0.9794661190965093		0	0	False	False	1.0	0					non-mobilizable	chromosome	1488.0	98.656	99.0	0.00033093363790207215	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0060_000000020700	1461	0.5794628605462894	4	4	2	3	4	False	112307	fragment	False	ENG0137_000000010513	0.9704499664204165		0	0	False	False	1.0	0					non-mobilizable	chromosome	1461.0	99.863	100.0	0.0003249247554384837	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0820_000000003639	4900	0.5794583449364897	4	3	2	2	2	False	113726	maximal	True	ISR0820_000000003639	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1948.0	94.91799999999999	86.0	0.0008467831901239079	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0832_000000011300	1191	0.5794567838872848	2	2	2	1	1	False	20994	maximal	True	ISR0832_000000011300	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0127_000000007413	2573	0.5794549880054061	2	1	0	1	1	True	44599	maximal	True	FIJ0127_000000007413	1.0		7	2	False	False	1.0	0					non-mobilizable	other	1778.0	98.256	100.0	0.000902775551372458	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	True
FIJ0075_000000007452	2571	0.5794549880054061	2	1	0	1	1	True	44599	maximal	False	FIJ0127_000000007413	0.9996113486202876		0	0	False	False	0.9996110200881958	0					non-mobilizable	other	1776.0	98.255	100.0	0.0009017577660834248	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	True
USA0030_01_000000006504	2599	0.5794512790440909	3	3	3	3	3	False	87584	maximal	True	USA0030_01_000000006504	1.0		16	4	False	False	1.0	0					non-mobilizable	other	2600.0	93.115	100.0	0.09293507422643535	NZ_WNCH01000032.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold32_size27709, whole genome shotgun sequence	False	False
FIJ0148_000000005157	3255	0.5794476688877226	3	3	3	3	3	False	39921	fragment	False	SPA0137_000000010415	0.9626669518447223		0	0	False	False	0.9987711310386658	0					non-mobilizable	other	3255.0	99.324	100.0	0.0014419668179239931	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
MAD0098_000000026434	1704	0.5794472048608242	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.965701590799107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1484.0	82.48	96.0	0.0003907991215155857	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0191_000000000661	11725	0.5794439436881464	11	5	3	5	2	True	130565	fragment	False	ISR0191_000000000661	0.996689935124016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	0.0	9.460196772092859e-05	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
SPA0076_000000000627	11315	0.5794439436881464	11	5	3	5	2	True	130565	fragment	False	ISR0191_000000000661	0.9852134530495377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.201412079905149e-07	LR877239.1	rodents	Acomys russatus genome assembly, chromosome: 28	True	True
DEN0062_000000001170	11037	0.5794439436881464	11	5	3	5	2	True	130565	fragment	False	ISR0191_000000000661	0.9692427829918019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.201412079905149e-07	LR877239.1	rodents	Acomys russatus genome assembly, chromosome: 28	True	True
CHI0144_000000014738	1185	0.5794401445215813	2	2	1	2	0	False	79794	fragment	False	CHI0144_000000014738	1.0		0	0	False	False	0.9654008150100708	0					non-mobilizable	no_good_hit	71.0	100.0	6.0	2.3572261778722465e-05	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
MON0019_000000006598	7915	0.5794374173597073	16	3	3	3	1	False	13234	maximal	True	MON0019_000000006598	1.0		2	1	False	False	0.9998736381530762	0					non-mobilizable	no_good_hit	2365.0	97.928	38.0	0.025018785255426557	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	True	False
ISR0212_000000012317	2813	0.5794365471765106	5	1	1	1	1	False	28363	fragment	False	ISR0212_000000012317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000035935	1695	0.5794361807486719	2	2	2	2	2	False	9553	fragment	False	MON0090_000000035935	1.0		0	0	False	False	0.9994100332260132	0					non-mobilizable	other	1697.0	96.58200000000001	100.0	0.0008206509852650567	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MAD0099_000000017778	1770	0.5794335322322807	1	1	1	1	1	False	15217	maximal	True	MAD0099_000000017778	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	96.296	3.0	0.0014880116794878993	GU942937.1		Uncultured organism clone 20 genomic sequence	True	False
ISR0020_000000004603	4243	0.5794235604784083	3	3	2	3	2	False	114119	maximal	True	ISR0020_000000004603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2431.0	78.281	57.0	0.29335770871419864	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
DEN0073_000000030317	1748	0.5794229220467788	3	3	3	2	2	False	70140	fragment	False	DEN0073_000000030317	0.9773906490567722		0	0	False	False	0.9982837438583374	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000019001	1240	0.5794206508188404	2	2	2	1	1	False	41708	maximal	True	FIJ0115_000000019001	1.0		6	2	False	False	0.9927419424057007	0					non-mobilizable	chromosome	1249.0	89.351	100.0	0.0005385134686901245	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0032_000000004681	7234	0.5794182613739534	8	4	3	4	1	True	48475	maximal	True	FIJ0032_000000004681	0.9954040029651594		1	1	False	False	0.998479425907135	0					non-mobilizable	no_good_hit								True	True
MON0092_000000006699	6745	0.5794182613739534	8	4	3	4	1	True	48475	maximal	False	FIJ0032_000000004681	0.9619159524467791		0	0	False	False	0.9979243874549866	0					non-mobilizable	no_good_hit								True	True
MON0077_000000037865	1208	0.5794182514498185	2	1	1	1	1	True	38994	fragment	False	FIJ0166_000000019578	0.9660421545667448		0	0	False	False	0.9362582564353943	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.384383799214708e-05	NZ_SOAW01000002.1	high GC Gram+	Naumannella halotolerans strain DSM 24323 Ga0181006_12, whole genome shotgun sequence	True	True
DEN0051_000000022711	2032	0.5794162871383627	3	2	1	2	2	False	88687	fragment	False	DEN0051_000000022711	1.0		0	0	False	False	0.9936023354530334	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	5.129693500813327e-05	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	True	False
USA0006_01_000000010564	2295	0.5794159382826569	3	3	2	3	3	True	105340	maximal	True	USA0006_01_000000010564	1.0		4	2	False	False	0.9986928105354309	0					non-mobilizable	no_good_hit	1133.0	99.206	50.0	0.00040087498401989076	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0037_000000029645	1169	0.5794129085522086	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.20937177115325278		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	86.912	100.0	0.00034804946276638507	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0143_000000009944	3177	0.5794114792492144	5	5	3	4	2	False	99995	fragment	False	ISR0143_000000009944	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3177.0	99.402	100.0	0.0004886579354448403	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0282_000000013581	1742	0.5794103327074354	2	2	2	2	1	False	26139	maximal	True	ISR0282_000000013581	1.0		7	2	False	False	0.9994259476661682	0					non-mobilizable	no_good_hit	1020.0	98.92200000000001	59.0	0.01066044545806438	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
SPA0108_000000007281	4100	0.5794084010452771	6	2	2	2	2	False	4693	fragment	False	SPA0108_000000007281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	71.774	18.0	0.0002119034056732716	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0100_000000010734	3464	0.5794083470354146	3	3	3	2	2	False	38866	maximal	True	MAD0100_000000010734	1.0		64	9	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	87.352	53.0	0.00031537001685433177	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0063_000000013245	2191	0.5794083171343454	4	3	2	3	1	False	10747	maximal	True	MON0063_000000013245	1.0		32	9	False	False	0.9680511355400085	0					non-mobilizable	no_good_hit	71.0	83.09899999999999	3.0	3.307640839346939e-05	NC_014225.1	bacteria	Waddlia chondrophila WSU 86-1044, complete sequence	True	False
MAD0014_000000029691	1170	0.5794080985411216	2	2	2	2	2	False	19466	maximal	True	MAD0014_000000029691	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	76.44	16.0	2.9269038801618545e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
AST0002_000000011146	3204	0.5794030845903777	4	4	3	4	4	False	132092	maximal	False	AST0016_000000007742	0.9530420438504105		0	0	False	False	0.999687910079956	0					non-mobilizable	chromosome	2797.0	86.09200000000001	92.0	0.0007401698370876006	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0117_000000014281	1887	0.5794002949714053	3	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.8074814524303445		0	0	False	False	1.0	0					non-mobilizable	other	1794.0	92.64200000000001	95.0	0.0249330655957162	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0005_000000013456	2167	0.5793987559826229	3	3	3	3	2	False	68328	maximal	True	SPA0005_000000013456	1.0		1	1	False	False	0.9981541037559509	0					non-mobilizable	no_good_hit	1871.0	91.288	86.0	0.0008090709602059359	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ISR0208_000000014569	1883	0.5793976841455539	3	2	2	2	2	False	28513	maximal	True	ISR0208_000000014569	1.0		5	3	False	False	0.995220422744751	0					non-mobilizable	no_good_hit	1445.0	99.031	77.0	0.0006054101192372839	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	True	False
AST0002_000000027508	1365	0.5793880001141012	1	1	1	1	1	False	131317	fragment	False	AST0002_000000027508	0.9893146647015476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	100.0	5.0	1.9294796622124273e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0144_000000022677	1400	0.5793871410162407	3	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.6665839575845381		0	0	False	False	0.9971428513526917	0					non-mobilizable	no_good_hit	431.0	91.415	49.0	0.009805714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0020_000000016185	1317	0.5793871410162407	3	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.6117254719180509		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	91.54899999999999	46.0	0.009691428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0261_000000013819	1334	0.5793869115863879	2	2	2	2	2	False	77873	maximal	False	CHI0173_000000013206	0.9736926194021837		0	0	False	False	0.9670165181159973	0					non-mobilizable	other	1334.0	99.475	100.0	0.0036483065343824836	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ETH0003_000000015938	2417	0.579382966277312	3	3	3	3	3	False	53201	maximal	True	ETH0003_000000015938	1.0		51	6	False	False	0.9913115501403809	0					non-mobilizable	no_good_hit	136.0	91.176	7.0	3.719123930996549e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0145_000000012089	1534	0.5793791915512608	3	3	3	2	2	False	83540	fragment	False	CHI0094_000000003239	0.9564806637665043		0	0	False	False	0.9947848916053772	0					non-mobilizable	other	1525.0	97.18	99.0	0.000423213422863522	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0851_000000005230	2471	0.5793788234059835	3	3	3	3	3	False	77615	fragment	False	ISR0851_000000005230	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2471.0	99.191	100.0	0.08853998637846364	LR131275.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 9D11-Mucin	False	False
ISR0146_000000018143	2244	0.5793781784121101	4	3	3	3	1	False	31013	maximal	True	ISR0146_000000018143	1.0		2	2	False	False	0.9968805909156799	0					non-mobilizable	no_good_hit	331.0	94.56200000000001	15.0	0.0006592919204774073	NZ_VJZV01000003.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold3_1, whole genome shotgun sequence	True	False
ISR0812_000000024559	1614	0.5793762887107498	2	2	2	1	1	False	21630	maximal	True	ISR0812_000000024559	1.0		6	4	False	False	0.9696406722068787	0					non-mobilizable	other	1614.0	97.584	100.0	0.004332504257296496	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
DEN0020_000000010339	1140	0.5793754564455516	2	2	2	2	1	True	111684	fragment	False	FIJ0053_000000008919	0.059136946065625445		0	0	False	False	0.9824561476707458	0					non-mobilizable	other	1140.0	97.807	100.0	0.012019712751026266	NZ_QSFS01000014.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf14, whole genome shotgun sequence	False	True
CHI0122_000000011028	1296	0.5793662700557661	3	3	3	2	2	False	81741	fragment	False	ENG0091_000000018825	0.9817212490479816		0	0	False	False	0.9945987462997437	0					non-mobilizable	other	1296.0	100.0	100.0	0.0004646663408620045	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
FIJ0030_000000005202	5291	0.5793634846611303	8	6	5	5	5	False	131646	maximal	True	FIJ0030_000000005202	1.0		0	0	False	False	0.9965980052947998	0					non-mobilizable	no_good_hit	2683.0	93.62700000000001	66.0	0.10741441042764614	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
FIJ0081_000000006411	4890	0.5793629054728001	4	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.9698992938911453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.874	61.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0316_000000010405	1974	0.5793623465895845	4	3	3	3	2	False	59131	maximal	True	ISR0316_000000010405	0.9994535519125682		138	12	False	False	0.9858155846595764	0					non-mobilizable	no_good_hit	327.0	78.28699999999999	16.0	0.0022601234697080673	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0121_000000009147	1830	0.5793623465895845	4	3	3	3	2	False	59131	maximal	False	ISR0316_000000010405	0.9630192502532928		0	0	False	False	0.9950819611549377	0					non-mobilizable	no_good_hit	327.0	78.28699999999999	18.0	0.0022601234697080673	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0197_000000015000	1704	0.5793619166830757	2	1	1	1	1	False	28927	fragment	False	ISR0197_000000015000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0084_000000007478	2389	0.5793542852460469	3	2	2	2	1	False	5565	maximal	True	SPA0084_000000007478	1.0		98	11	False	False	0.9920468926429749	0					non-mobilizable	no_good_hit	563.0	98.046	49.0	0.0011751495597371179	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0105_000000013201	2363	0.5793505152854398	2	2	2	2	1	True	42432	maximal	True	FIJ0105_000000013201	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	88.462	2.0	8.87924405667799e-05	NZ_KI912403.1	bacteria	Brachyspira alvinipulli ATCC 51933 T324DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
MAD0090_000000010597	1290	0.5793488592059945	2	2	1	2	0	False	15773	fragment	False	MAD0090_000000010597	1.0		0	0	False	False	0.9170542359352112	0					non-mobilizable	no_good_hit	644.0	77.64	50.0	0.0008996046807600041	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
FIJ0034_000000003435	8373	0.5793487349579538	4	4	4	4	1	True	55813	fragment	False	FIJ0034_000000003435	1.0		0	0	False	False	0.9998805522918701	0					non-mobilizable	no_good_hit	55.0	87.273	1.0	0.0001767883450646587	NZ_MJBR01000001.1	CFB group bacteria	Salegentibacter salarius strain KCTC 12974 scaffold1, whole genome shotgun sequence	True	True
ISR0073_000000022750	1232	0.579347842291781	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.30354888736088775		0	0	False	False	0.9959415793418884	0					non-mobilizable	other	1232.0	92.12700000000001	100.0	0.00034045909214611413	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0161_000000002549	5957	0.5793464778779729	4	4	4	4	2	True	130997	fragment	False	USA0037_01_000000005669	0.8982874890723493		0	0	False	False	1.0	0					non-mobilizable	other	5685.0	98.399	100.0	0.01188113843136353	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0108_000000003654	7738	0.5793390349057593	10	1	1	1	1	False	4697	maximal	True	SPA0108_000000003654	1.0		5	4	False	False	0.9983199834823608	0					non-mobilizable	other	5402.0	98.01899999999999	99.0	0.012514803390121185	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
DEN0069_000000022979	1163	0.5793388812683395	2	2	2	2	2	False	70672	maximal	True	DEN0069_000000022979	0.9894046045098455		187	12	False	False	0.9931212663650513	0					non-mobilizable	other	1163.0	99.656	100.0	0.024343195018136834	NZ_CYZO01000027.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0233_000000015575	1239	0.5793340240251267	2	2	2	1	1	False	39877	fragment	False	ISR0233_000000015575	0.9995915032679739		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	100.0	100.0	0.0002888277326883003	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0082_01_000000015994	1863	0.5793301784448609	4	2	2	2	2	False	37341	fragment	False	USA0082_01_000000015994	0.9890078917700114		0	0	False	False	0.9898014068603516	0					non-mobilizable	no_good_hit	123.0	76.423	7.0	2.9676508884926025e-05	CP053707.1	high GC Gram+	Arthrobacter sp. NEB 688 chromosome, complete genome	True	False
ENG0110_000000001216	16701	0.5793285985701532	6	5	5	4	3	False	75365	fragment	False	ENG0110_000000001216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	94.21	5.0	0.00032138871012370553	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
SPA0007_000000019132	1364	0.5793194224848988	1	1	1	1	1	False	107636	fragment	False	ISR0392_000000020888	0.4688351498637602		0	0	False	False	0.9934017658233643	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	3.180096185678478e-05	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
ISR0839_000000013335	1560	0.5793145929428963	2	2	2	1	1	False	20834	maximal	True	ISR0839_000000013335	1.0		20	8	False	False	0.9794871807098389	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000021170	1665	0.5793079705678872	2	2	2	1	1	False	25819	fragment	False	ISR0293_000000021170	1.0		0	0	False	False	0.9915915727615356	0					non-mobilizable	no_good_hit	634.0	88.486	38.0	0.00022336811594816588	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0162_000000012699	2418	0.579304301590509	2	2	2	2	2	False	78573	fragment	False	ENG0109_000000010154	0.9866857845145431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1245.0	78.956	52.0	0.00043274667002853934	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0026_000000004156	2545	0.5793040734852113	4	4	4	3	3	False	123000	fragment	False	ISR0157_000000012693	0.3936459695435742		0	0	False	False	0.9992141723632812	0					non-mobilizable	chromosome	2549.0	87.132	100.0	0.0008203001234801482	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0031_000000019070	1713	0.5793023543476171	2	2	2	2	2	False	115279	fragment	False	AST0047_000000012963	0.9769319492502884		0	0	False	False	1.0	0					non-mobilizable	chromosome	1713.0	97.60700000000001	100.0	0.0005762491766065723	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0105_000000009265	2853	0.5793019094731875	3	3	2	3	2	False	4794	fragment	False	SPA0105_000000009265	1.0		0	0	False	False	0.9989484548568726	0					non-mobilizable	no_good_hit	548.0	80.292	19.0	0.006359895248784137	NZ_JAAISM010000011.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_11_length_85536_cov_207.47, whole genome shotgun sequence	True	False
AST0005_000000014845	1874	0.5793015752362092	5	2	1	1	2	True	128413	fragment	False	AST0005_000000014845	0.9534950895436164		0	0	False	False	0.9925293326377869	0					non-mobilizable	no_good_hit	1310.0	93.359	69.0	0.02017223989448367	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
ISR0095_000000020312	1690	0.5792984690399001	2	2	2	2	1	False	72216	fragment	False	ISR0095_000000020312	1.0		0	0	False	False	0.9964497089385986	0					non-mobilizable	chromosome	1693.0	97.637	100.0	0.00048098939889124976	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0107_000000006716	3874	0.5792953636732172	4	3	3	3	2	False	60025	maximal	True	ENG0107_000000006716	1.0		1	1	False	False	0.9945792555809021	0					non-mobilizable	no_good_hit	1360.0	98.015	35.0	0.0015729592088650007	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0186_000000006382	3034	0.5792950312446569	5	5	4	5	4	False	89546	maximal	True	CHI0186_000000006382	1.0		285	12	False	False	0.9976928234100342	0					non-mobilizable	chromosome	3034.0	99.572	100.0	0.0012824860524884797	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0044_000000012554	1310	0.5792904016016074	2	1	1	1	1	False	64498	maximal	True	ENG0044_000000012554	1.0		0	0	False	False	0.9954198598861694	0					non-mobilizable	no_good_hit	340.0	76.471	26.0	0.00010451213302130621	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
FIJ0141_000000012833	2274	0.5792858387157341	4	4	3	3	4	False	86201	maximal	True	FIJ0141_000000012833	1.0	PS436	1	1	False	True	0.9995602369308472	0					non-mobilizable	plasmid	2227.0	98.428	100.0	0.018612973895011455	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ISR0210_000000003657	5122	0.5792854103172459	7	5	4	4	3	False	28448	fragment	False	ISR0210_000000003657	1.0		0	0	False	False	0.9968762397766113	0					non-mobilizable	no_good_hit	133.0	78.947	3.0	0.0008574490889603429	NZ_FQXU01000012.1	firmicutes	Clostridium intestinale DSM 6191, whole genome shotgun sequence	True	False
ENG0198_000000004448	4186	0.5792847628815484	6	4	2	3	2	False	114612	fragment	False	ISR0222_000000013136	0.9584315773300425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000000063	97262	0.5792845672430457	98	13	5	10	4	False	88392	maximal	True	FIJ0002_000000000063	1.0		2	1	True	True	1.0	33					non-mobilizable	no_good_hit	1477.0	77.725	6.0	0.016240294147051307	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	True
FIJ0088_000000019851	1469	0.5792802788837799	2	2	2	2	2	False	43646	maximal	True	FIJ0088_000000019851	1.0		1	1	False	False	0.9952348470687866	0					non-mobilizable	no_good_hit	101.0	81.188	7.0	4.971382238146112e-05	NZ_CP023068.1	a-proteobacteria	Ensifer sojae CCBAU 05684 plasmid pSJ05684b, complete sequence	True	False
CHI0112_000000009520	1910	0.5792747716499038	2	2	2	1	1	False	82423	fragment	False	CHI0112_000000009520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	74.472	29.0	0.0003495966528617607	LM997412.1	firmicutes	Peptoniphilus sp. ING2-D1G genome assembly, chromosome: I	True	False
ISR0331_000000011057	2135	0.5792691833406904	3	3	3	3	3	False	62236	maximal	False	ISR0789_000000006247	0.9381489827004318		0	0	False	False	0.9929742217063904	0					non-mobilizable	other	2135.0	99.95299999999999	100.0	0.07542501678860496	NZ_JAAITI010000042.1	firmicutes	Blautia luti strain MSK.16.34 NODE_42_length_28293_cov_223.702, whole genome shotgun sequence	False	False
ISR0271_000000006802	2430	0.5792674226635393	3	2	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.4213284866710087		0	0	False	False	1.0	0					non-mobilizable	chromosome	2431.0	95.064	100.0	0.0005407994217229558	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0092_000000006279	2369	0.5792674226635393	3	2	2	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.5214030793333196		0	0	False	False	0.9995778799057007	0					non-mobilizable	other	1683.0	98.396	100.0	0.000503339486922899	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0067_000000026071	1201	0.5792670678130961	2	2	2	2	1	False	35042	fragment	False	ISR0067_000000026071	0.9953664700926705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	82.5	30.0	0.00010899432831479766	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
SPA0115_000000013157	2066	0.5792658478445096	3	3	3	3	3	False	4392	fragment	False	SPA0115_000000013157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000007344	2520	0.5792646163265507	4	3	3	3	3	False	96944	maximal	True	CAN0002_000000007344	1.0		6	1	False	False	0.9968253970146179	0					non-mobilizable	other	2555.0	88.023	100.0	0.0007676642587688099	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0050_000000006181	4158	0.5792602985998301	6	3	2	3	2	False	46624	maximal	True	FIJ0050_000000006181	1.0		7	3	False	False	0.9915825128555298	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000014611	2281	0.5792597063301621	5	4	2	3	2	False	61827	fragment	False	ENG0079_000000014611	1.0		0	0	False	False	0.9815870523452759	0					non-mobilizable	no_good_hit	44.0	95.455	2.0	9.149716816264537e-06	NZ_CP028271.1	enterobacteria	Mixta intestinalis strain SRCM103226 chromosome, complete genome	True	False
ISR0204_000000004344	2408	0.5792571974018896	3	2	2	2	2	True	100759	fragment	False	ISR0204_000000004344	1.0		0	0	False	False	0.9688538312911987	0					non-mobilizable	other	1782.0	95.17399999999999	95.0	0.0005394767650901284	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
TAN0004_000000002493	2023	0.5792536951539439	3	3	3	3	3	False	98263	fragment	False	TAN0004_000000002493	0.9926246185147507		0	0	False	False	0.9995056986808777	0					non-mobilizable	other	2023.0	99.95100000000001	100.0	0.00043562076605484424	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0244_000000002891	6458	0.5792501125550076	7	5	5	5	5	False	53736	maximal	True	ISR0244_000000002891	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	70.306	15.0	0.0003216774527154187	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0323_000000009484	2171	0.579249610083583	3	2	2	2	2	False	24982	maximal	True	ISR0323_000000009484	1.0		71	9	False	False	0.9995393753051758	0					non-mobilizable	no_good_hit	128.0	75.781	6.0	0.0007438199955610742	NZ_OBJM01000004.1	firmicutes	Clostridium cadaveris strain LH052 isolate Clostridium cadaveris, whole genome shotgun sequence	True	False
USA0039_01_000000011596	1934	0.5792424197285163	3	3	2	2	2	False	1321	fragment	False	USA0039_01_000000011596	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1934.0	98.294	100.0	0.0011639803189173598	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0202_000000009843	1433	0.5792407374377827	2	2	2	2	2	False	28706	maximal	True	ISR0202_000000009843	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1149.0	99.13	100.0	0.0002027541000746905	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	False	False
SPA0116_000000015098	2633	0.579238344718068	3	3	3	1	1	False	83739	fragment	False	SPA0116_000000015098	0.986603462489695		0	0	False	False	0.9874667525291443	0					non-mobilizable	chromosome	2633.0	99.316	100.0	0.0005992472525583554	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
SPA0120_000000024600	1646	0.579238344718068	3	3	3	1	1	False	83738	fragment	False	SPA0120_000000024600	1.0		0	0	False	False	0.9993924498558044	0					non-mobilizable	chromosome	1646.0	99.87799999999999	100.0	0.00037452953284897216	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
FIJ0014_000000006961	3406	0.5792287006426061	5	5	5	5	4	False	129646	maximal	False	FIJ0018_000000007801	0.6569681636095298	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1743.0	89.09899999999999	51.0	0.00046521898522232965	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0112_000000016076	2158	0.5792263985200661	2	2	2	2	1	False	123227	maximal	True	ISR0112_000000016076	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	97.721	67.0	0.005546364923943792	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
USA0083_01_000000013413	2193	0.5792241585001267	3	3	3	3	3	False	94212	fragment	False	USA0083_01_000000013413	0.9808420056764428		0	0	False	False	0.99589604139328	0					non-mobilizable	no_good_hit	444.0	75.0	20.0	6.758451841125303e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ISR0779_000000019447	1767	0.5792223822721722	3	3	2	2	1	False	129955	fragment	False	ISR0011_000000014131	0.5057405237002909		0	0	False	False	0.9937747716903687	0					non-mobilizable	other	1767.0	99.208	100.0	0.0652286326364778	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
AST0050_000000010025	1368	0.5792215681887147	3	2	2	1	2	False	114689	maximal	True	AST0050_000000010025	1.0		9	4	False	False	0.9766082167625427	0					non-mobilizable	chromosome	1255.0	80.637	91.0	0.00028123113624619104	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0376_000000010663	2267	0.5792192811231691	3	2	1	2	1	False	23336	maximal	True	ISR0376_000000010663	1.0		15	5	False	False	0.9951477646827698	0					non-mobilizable	no_good_hit	249.0	73.494	11.0	0.0002029380459136975	NZ_SMGQ01000011.1	firmicutes	Natranaerovirga hydrolytica strain DSM 24176 Ga0244688_101, whole genome shotgun sequence	True	False
ISR0243_000000002841	3514	0.5792177835005712	5	5	5	4	4	False	107565	maximal	True	ISR0243_000000002841	1.0		316	13	False	False	0.9951621890068054	0					non-mobilizable	no_good_hit	2483.0	87.435	87.0	0.0008283581913719477	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0001_000000021927	1982	0.5792079820929519	2	2	2	2	1	True	76872	fragment	False	USA0056_01_000000008847	0.9137800755023534		0	0	False	False	0.99798184633255	0					non-mobilizable	other	1982.0	98.587	100.0	0.001099139368870505	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
MON0080_000000000062	53064	0.5792066435535678	72	20	9	17	9	True	11601	maximal	True	MON0080_000000000062	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	88.45299999999999	2.0	0.0001952554067421262	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MAD0044_000000005324	4425	0.5792066179990308	9	4	2	3	3	True	110289	fragment	False	MAD0057_000000003372	0.9581432265141704		0	0	False	False	0.9995480179786682	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.6971616740539864e-06	CP052884.1	high GC Gram+	Gordonia ajococcus strain A2 chromosome, complete genome	True	True
MON0038_000000024013	1429	0.5792039107225542	2	1	1	1	1	False	53618	fragment	False	MON0038_000000024013	1.0		0	0	False	False	0.9965010285377502	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	3.0633957065347197e-06	NC_020504.1	high GC Gram+	Streptomyces davaonensis JCM 4913, complete genome	True	False
CHI0063_000000003792	3358	0.579196147533105	3	3	2	3	3	False	85482	maximal	True	CHI0063_000000003792	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1458.0	78.944	87.0	0.0006343642153699391	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0052_000000001352	17046	0.5791953413103959	23	9	5	7	4	True	127554	maximal	True	ISR0052_000000001352	0.9522786114788615	PS1009|PS1010	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	571.0	94.571	7.0	0.005026322054972091	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0148_000000005362	6898	0.5791904560019489	5	4	1	1	4	False	63003	maximal	True	ENG0148_000000005362	1.0		16	4	False	False	0.9998550415039062	0					non-mobilizable	no_good_hit	2547.0	96.977	51.0	0.00039157255847201464	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0031_000000011151	2061	0.5791886162779991	3	3	3	3	2	False	68547	maximal	True	ISR0031_000000011151	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2094.0	77.077	100.0	0.0007067772773677296	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0030_000000017641	1233	0.5791885809613921	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6482986794846871		0	0	False	False	1.0	0					non-mobilizable	chromosome	1233.0	97.08	100.0	0.0003504310700378591	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0233_000000015788	1226	0.5791885809613921	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6283240698002784		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	97.39200000000001	100.0	0.00034872442521624613	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0119_000000024604	1225	0.5791885809613921	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6336348094712643		0	0	False	False	0.9975510239601135	0					non-mobilizable	chromosome	1225.0	96.65299999999999	100.0	0.0003481555436090418	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0094_000000018894	1223	0.5791885809613921	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.612026039080726		0	0	False	False	1.0	0					non-mobilizable	chromosome	1228.0	97.23100000000001	99.0	0.00034900886601984827	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0143_000000026054	1109	0.5791885809613921	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.43226479833065273		0	0	False	False	1.0	0					non-mobilizable	chromosome	1107.0	98.01299999999999	99.0	0.0003145915287839871	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0017_000000029225	1106	0.5791885809613921	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.42586192706959514		0	0	False	False	1.0	0					non-mobilizable	chromosome	1106.0	97.649	99.0	0.00031430708798038497	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0010_000000000626	4457	0.5791884607095558	7	2	1	2	0	False	19746	fragment	False	MAD0010_000000000626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	86.42	2.0	0.007634325473521454	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	False
SPA0028_000000030268	1128	0.5791797354604797	1	1	1	1	1	False	71782	fragment	False	DEN0061_000000035704	0.9525162337662338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.00011960496189727642	NZ_FQWM01000006.1	a-proteobacteria	Cognatishimia maritima strain DSM 28223, whole genome shotgun sequence	True	False
ISR0285_000000006004	2691	0.5791791310455503	3	2	2	2	2	False	61353	fragment	False	ISR0285_000000006004	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2691.0	100.0	100.0	0.009753126257663818	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0145_000000004883	2755	0.5791771253500004	4	3	3	3	3	False	51046	fragment	False	FIJ0145_000000004883	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1843.0	99.946	100.0	0.00035152376583097396	CP056530.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00433 chromosome, complete genome	False	False
CHI0031_000000001813	4821	0.5791742634498237	5	4	3	3	3	True	88492	fragment	False	CHI0031_000000001813	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4835.0	93.175	99.0	0.0008970577807572173	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
MON0098_000000005137	4739	0.5791653737852036	7	4	4	4	4	False	53522	maximal	True	MON0098_000000005137	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	78.118	21.0	0.000177617905236518	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0167_000000021954	1260	0.5791567564761724	1	1	1	1	1	False	30164	fragment	False	ISR0167_000000021954	1.0		0	0	False	False	0.9992063641548157	0					non-mobilizable	no_good_hit	635.0	95.906	50.0	0.0037799294095201756	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	False
MON0098_000000006187	4177	0.5791506454427302	6	6	6	4	6	False	122041	maximal	True	MON0098_000000006187	1.0		1	1	False	False	0.9906631708145142	0					non-mobilizable	no_good_hit	1350.0	79.259	39.0	0.00036332476621313026	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0114_000000024780	1135	0.5791490871772835	2	1	1	1	1	False	32503	maximal	True	ISR0114_000000024780	1.0		31	5	False	False	0.9964757561683655	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000000688	24271	0.5791467371354238	19	14	7	11	9	True	87199	maximal	True	SPA0044_000000000688	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2863.0	84.806	23.0	0.0005540126090216971	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	True
ISR0079_000000007370	3721	0.5791455120353965	7	5	5	4	2	False	102058	maximal	True	ISR0079_000000007370	1.0		2	2	False	False	0.9989250302314758	0					non-mobilizable	no_good_hit	1533.0	94.194	50.0	0.0042731943522428695	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0151_000000010974	1833	0.5791455029020812	2	2	2	2	2	False	53870	fragment	False	ISR0151_000000010974	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1836.0	89.488	100.0	0.0005158922131832296	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MON0096_000000033300	1158	0.5791415012723778	2	2	2	1	1	False	10272	fragment	False	MON0076_000000038202	0.9509493670886076		0	0	False	False	0.9861830472946167	0					non-mobilizable	no_good_hit	171.0	79.532	15.0	0.00027867638788395645	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ENG0120_000000008923	2419	0.5791362464353997	4	2	2	1	2	False	59185	maximal	True	ENG0120_000000008923	1.0		1	1	False	False	0.9966928362846375	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	6.592802166959889e-05	NZ_BAGE01000018.1	high GC Gram+	Nocardia paucivorans NBRC 100373, whole genome shotgun sequence	True	False
ENG0185_000000008580	2469	0.5791361017496743	4	4	4	4	2	False	63083	fragment	False	ENG0185_000000008580	1.0		0	0	False	False	0.9943296909332275	0					non-mobilizable	other	2473.0	98.302	100.0	0.005598271315491725	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
MON0001_000000012215	2805	0.5791329605519205	3	2	2	2	2	False	48260	maximal	True	MON0001_000000012215	1.0		74	9	False	False	0.9843137264251709	0					non-mobilizable	no_good_hit	1060.0	73.679	37.0	0.00995213857023475	NZ_QENY01000010.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_110, whole genome shotgun sequence	True	False
FIJ0104_000000003095	7677	0.5791254106697694	8	6	5	5	5	False	42528	fragment	False	FIJ0104_000000003095	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1919.0	73.215	25.0	0.0006794778443374728	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
FIJ0132_000000007567	3843	0.5791116194266634	8	3	2	3	1	False	122447	maximal	True	FIJ0132_000000007567	1.0	PS871	19	4	False	True	1.0	0					non-mobilizable	no_good_hit	2312.0	99.78399999999999	60.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0087_000000017946	1798	0.5791116194266634	2	2	2	2	1	False	122416	backbone	False	ISR0319_000000007079	0.25347144543560335	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1797.0	99.889	99.0	0.7778258986574275	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
USA0047_01_000000008982	3867	0.5791109675393521	3	3	3	3	2	False	46554	fragment	False	FIJ0051_000000003944	0.27211855477380104		0	0	False	False	0.9997413754463196	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000037947	1165	0.5791098053657104	2	2	2	2	2	False	80557	fragment	False	DEN0064_000000037947	1.0		0	0	False	False	0.9819742441177368	0					non-mobilizable	chromosome	1165.0	99.742	100.0	0.00045647005121170447	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
FIJ0130_000000017759	1164	0.5791084560433387	2	2	2	2	2	False	40859	fragment	False	ISR0134_000000025584	0.9591572890360154		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	98.79700000000001	100.0	0.002558653219986976	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0010_000000016404	1815	0.5791024467700355	3	3	3	2	3	False	126220	fragment	False	AST0010_000000016404	1.0		0	0	False	False	0.9663912057876587	0					non-mobilizable	other	1815.0	99.725	100.0	0.015449474087637865	NZ_FUXC01000009.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	False	False
SPA0062_000000003117	9254	0.5791004399170594	9	7	6	6	4	False	120416	fragment	False	ISR0370_000000002199	0.9547992371360986		0	0	False	False	0.9985951781272888	0					non-mobilizable	other	9257.0	99.633	100.0	0.0039991321455367735	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0856_000000000536	7732	0.5790987485340454	6	5	3	5	4	False	130374	maximal	False	ISR0211_000000002138	0.9804132300137944	PS1101	0	0	False	True	0.9990946650505066	0					non-mobilizable	other	7730.0	99.08200000000001	99.0	0.001496362035168575	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0215_000000007411	3883	0.5790899668424282	6	4	2	2	2	False	88485	backbone	False	ISR0182_000000007885	0.9106324551058511	PS458	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1434.0	87.37799999999999	49.0	0.0004442483833776441	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0019_01_000000007557	3874	0.5790899668424282	6	4	2	2	2	False	88485	backbone	False	ISR0182_000000007885	0.9018995193726207	PS458	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1287.0	87.024	49.0	0.00039820583383990506	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0143_000000004686	3840	0.5790899668424282	6	4	2	2	2	False	88485	backbone	False	ISR0182_000000007885	0.8606935726338037	PS458	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1427.0	88.43700000000001	49.0	0.00044175959691614467	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
DEN0073_000000032994	1609	0.5790877942558408	2	2	1	2	1	False	111194	fragment	False	DEN0073_000000032994	0.9756979469289824		0	0	False	False	0.9950279593467712	0					non-mobilizable	chromosome	1619.0	94.87299999999999	100.0	0.00022724616603254165	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0061_000000010230	1521	0.5790877942558408	3	2	1	2	1	False	111194	fragment	False	DEN0073_000000032994	0.9603605221994984		0	0	False	False	0.9940828680992126	0					non-mobilizable	chromosome	1532.0	95.235	100.0	0.00021510755095254254	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0780_000000001146	9388	0.5790858851197277	23	5	2	4	4	False	22310	maximal	True	ISR0780_000000001146	1.0		1	1	False	False	0.9988282918930054	0					non-mobilizable	no_good_hit	699.0	83.54799999999999	7.0	0.0008170453289694883	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0104_000000005542	1982	0.5790836653193756	2	2	0	1	1	False	40774	fragment	False	MAD0104_000000005542	1.0		0	0	False	False	0.9470232129096985	0					non-mobilizable	no_good_hit	1284.0	89.17399999999999	64.0	0.1930595544779512	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
DEN0010_000000025687	1786	0.5790836653193756	2	2	0	1	1	False	123146	fragment	False	DEN0010_000000025687	1.0		0	0	False	True	0.9938409924507141	0					non-mobilizable	other	1771.0	96.273	99.0	0.5427782888684453	NZ_KI669413.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.7, whole genome shotgun sequence	False	True
SPA0067_000000001486	13512	0.5790783228168945	12	12	5	10	12	True	19668	fragment	False	SPA0067_000000001486	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	13512.0	100.0	100.0	0.10865386935158304	CP054380.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-1, complete sequence	False	True
ENG0198_000000018616	1132	0.579077833548821	2	1	1	1	1	False	54315	maximal	True	ENG0198_000000018616	1.0		799	15	False	False	1.0	0					non-mobilizable	chromosome	1132.0	99.912	100.0	0.00038068797823716895	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0056_000000001476	9361	0.5790767876783294	8	4	3	4	2	True	111593	fragment	False	ISR0221_000000001935	0.9356424012496499		0	0	False	False	1.0	0					non-mobilizable	other	9361.0	99.98899999999999	100.0	0.20264126434293137	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0024_000000016388	1589	0.5790749466322261	2	1	1	1	1	False	66231	maximal	True	ENG0024_000000016388	1.0		4	4	False	False	0.9949653744697571	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	1.7349246683014452e-05	CP003230.1	g-proteobacteria	Cycloclasticus sp. P1 chromosome, complete genome	True	False
ENG0075_000000021483	1140	0.5790729006514592	2	2	1	2	2	False	62061	maximal	True	ENG0075_000000021483	1.0		0	0	False	False	0.9578947424888611	0					non-mobilizable	no_good_hit	702.0	98.86	62.0	0.0020373169030458035	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
FIJ0032_000000033818	1128	0.5790717128176648	1	1	1	1	1	False	48326	fragment	False	FIJ0032_000000033818	1.0		0	0	False	False	0.9680851101875305	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	5.0	9.401747042532018e-06	CP006704.1	b-proteobacteria	Comamonas testosteroni TK102, complete genome	True	False
DEN0067_000000006703	4576	0.5790664810811271	6	5	4	4	4	False	101580	fragment	False	DEN0067_000000006703	0.9973218444340941		0	0	False	False	0.9930070042610168	0					non-mobilizable	other	4544.0	97.535	99.0	0.008968087584439786	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0007_000000004758	5991	0.5790633588746087	8	4	3	3	4	False	76329	fragment	False	DEN0007_000000004758	1.0		0	0	False	False	0.997162401676178	0					non-mobilizable	no_good_hit								True	False
ISR0220_000000001991	5335	0.5790547121524214	5	4	4	4	4	False	110514	maximal	True	ISR0220_000000001991	1.0		9	4	False	False	0.9990627765655518	0					non-mobilizable	no_good_hit	3453.0	85.346	66.0	0.003264604322949657	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
ISR0811_000000002407	5338	0.579047050780604	8	7	3	6	4	True	21695	maximal	True	ISR0811_000000002407	1.0		36	9	False	False	1.0	0					non-mobilizable	other	5333.0	96.512	99.0	0.006445363751903075	NZ_FQXY01000008.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	True
MON0102_000000003752	10155	0.5790429516126679	12	8	5	4	6	False	8981	maximal	True	MON0102_000000003752	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	73.131	12.0	0.00037287407725512556	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0115_000000013454	2020	0.5790385282004028	3	2	2	2	1	False	61010	fragment	False	ISR0266_000000008842	0.9597868217054264		0	0	False	False	0.9925742745399475	0					non-mobilizable	other	2020.0	99.109	100.0	0.0005694372132718638	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0069_000000018931	1348	0.5790373226423516	2	2	2	1	1	False	34936	maximal	True	ISR0069_000000018931	1.0		5	3	False	False	0.9992581605911255	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000023752	1456	0.5790287796207993	2	2	2	2	2	False	15151	fragment	False	MAD0100_000000023752	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	98.82700000000001	93.0	0.0004495573711013239	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0337_000000004020	2428	0.5790277274894413	6	6	3	3	6	False	81339	fragment	False	ISR0337_000000004020	1.0		0	0	False	False	0.9991762638092041	0					non-mobilizable	chromosome	1551.0	96.905	100.0	0.0003606311114385102	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
MAD0041_000000009656	3193	0.5790228290357694	3	3	3	3	2	False	18273	maximal	True	MAD0041_000000009656	1.0		32	7	False	False	0.9993736147880554	0					non-mobilizable	other	3136.0	99.649	98.0	0.0013293468475822213	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0062_000000021151	1799	0.579022439534813	2	2	2	2	1	False	35329	maximal	True	ISR0062_000000021151	1.0		29	6	False	False	0.9955530762672424	0					non-mobilizable	other	1726.0	100.0	96.0	0.07009915474642393	NZ_QIML01000021.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_21, whole genome shotgun sequence	False	False
SPA0114_000000020565	2268	0.5790212854511119	3	1	1	1	1	False	4446	maximal	True	SPA0114_000000020565	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0056_01_000000007666	2587	0.5790195428107551	3	3	3	2	2	False	101207	fragment	False	CHI0112_000000005645	0.7697660372190246		0	0	False	False	1.0	0					non-mobilizable	chromosome	2587.0	99.266	100.0	0.0010934747549407216	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
DEN0022_000000035157	1196	0.5790192303563841	2	2	2	2	1	False	74448	maximal	True	DEN0022_000000035157	1.0		14	6	False	False	0.9941471815109253	0					non-mobilizable	no_good_hit	879.0	93.85700000000001	73.0	0.003894934367250611	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
FIJ0001_000000011458	1765	0.5790158563324833	3	3	1	3	1	True	52568	fragment	False	FIJ0001_000000011458	1.0		0	0	False	False	0.9994333982467651	0					non-mobilizable	other	1766.0	89.12799999999999	100.0	0.05106235164707926	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0214_000000016330	1818	0.5790089417620226	2	2	2	1	1	False	28212	maximal	True	ISR0214_000000016330	1.0		56	11	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	93.06299999999999	75.0	0.0003769356578626857	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0330_000000006638	3837	0.5790077227169238	3	3	3	3	3	False	106758	fragment	False	ISR0330_000000006638	1.0		0	0	False	False	0.9848840236663818	0					non-mobilizable	other	3733.0	93.839	97.0	0.017798943515792386	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0017_000000012811	1527	0.5790061913541296	3	3	2	3	0	False	57536	fragment	False	ISR0813_000000019224	0.6371958026345167		0	0	False	False	0.9967256188392639	0					non-mobilizable	other	1545.0	84.337	100.0	0.030704660923348795	NZ_CYZN01000026.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0325_000000015325	1384	0.5790036796158701	3	3	3	3	2	True	60736	maximal	True	ISR0325_000000015325	1.0		70	5	False	False	0.977601170539856	0					non-mobilizable	no_good_hit	400.0	74.25	28.0	0.004355108877721943	NZ_OAOG01000019.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	True
DEN0035_000000018156	1865	0.5790011204865954	2	2	2	2	1	False	73433	maximal	False	ISR0389_000000011147	0.9681174089068826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	73.208	28.0	0.009325414413615814	NZ_WNAJ01000025.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold25_size56405, whole genome shotgun sequence	True	False
SPA0033_000000004289	6537	0.5789987003067791	11	7	2	2	7	False	92096	fragment	False	SPA0033_000000004289	1.0		0	0	False	False	0.9998469948768616	0					non-mobilizable	chromosome	6589.0	88.75399999999999	100.0	0.0013070964018025116	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0294_000000005589	3412	0.5789981495091794	5	4	3	4	3	False	25776	maximal	True	ISR0294_000000005589	1.0		23	5	False	False	0.9941383600234985	0					non-mobilizable	no_good_hit	2426.0	73.001	70.0	0.0020568793128467105	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MAD0008_000000011018	1355	0.5789958431241811	2	2	2	2	1	False	19814	maximal	True	MAD0008_000000011018	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	72.038	46.0	0.015622637705992037	NZ_LKET01000033.1	firmicutes	Oxobacter pfennigii strain DSM 3222 OXPF_contig000033, whole genome shotgun sequence	True	False
ISR0130_000000014294	2080	0.5789956135506726	3	2	1	2	1	False	82036	maximal	True	ISR0130_000000014294	1.0		2	2	False	False	0.9985576868057251	0					non-mobilizable	no_good_hit								True	False
ENG0177_000000002569	8869	0.5789894918884041	9	8	5	7	4	False	55549	fragment	False	ENG0177_000000002569	1.0		0	0	False	False	0.9995489716529846	0					non-mobilizable	virus	8878.0	96.869	100.0	0.14158755484642999	MK232146.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_2-proph-CL11_c1 sequence	False	False
FIJ0102_000000006537	4719	0.5789871121969711	9	4	2	4	2	False	42644	maximal	True	FIJ0102_000000006537	1.0		5	1	False	False	0.994914174079895	0		MOBQ			mobilizable	no_good_hit	1008.0	84.72200000000001	25.0	0.0002238865095692566	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ENG0168_000000000497	36701	0.5789790591785486	38	14	3	8	9	False	71600	fragment	False	SPA0023_000000000133	0.935456640842632		0	0	False	False	0.9998637437820435	0					non-mobilizable	no_good_hit	46.0	95.652	0.0	1.345311186920227e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0107_000000018426	1777	0.5789775781444312	2	2	1	2	1	False	116571	fragment	False	SPA0107_000000018426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	96.719	88.0	0.2396849854476973	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	False
MAD0072_000000000536	9642	0.5789745241849918	18	6	4	4	4	False	16323	maximal	True	MAD0072_000000000536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	94.805	1.0	2.135842986313181e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0056_000000001798	6050	0.5789717402135837	6	6	5	4	5	False	53510	maximal	True	MON0056_000000001798	1.0		5	1	False	False	1.0	0					non-mobilizable	other	1884.0	97.45200000000001	92.0	0.011478837607671252	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ISR0367_000000004802	1996	0.5789653063068659	3	3	2	3	1	False	65962	fragment	False	ENG0027_000000010889	0.9777750144358744		0	0	False	False	0.9994990229606628	0					non-mobilizable	no_good_hit								True	False
ISR0848_000000006876	2508	0.5789609561326173	5	4	4	4	3	False	112930	fragment	False	FIJ0172_000000008063	0.14369618520841648		0	0	False	False	0.99920254945755	0					non-mobilizable	chromosome	1324.0	98.18700000000001	100.0	0.00038322339575932296	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0106_000000014222	1826	0.578955307760005	2	2	2	1	1	False	35908	fragment	False	ISR0106_000000014222	1.0		0	0	False	False	0.9994523525238037	0					non-mobilizable	no_good_hit	700.0	89.0	38.0	0.00024665768253991777	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0108_000000015871	1784	0.5789543886303283	3	2	2	2	2	False	107176	fragment	False	AST0108_000000015871	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1745.0	99.198	98.0	0.0005925094439686174	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0345_000000008792	1530	0.5789523949790837	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.36642842381113944		0	0	False	False	0.9967319965362549	0					non-mobilizable	other	1551.0	86.46	99.0	0.0004642666709219427	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0259_000000009840	1716	0.5789506102379416	2	2	2	2	2	False	26743	maximal	True	ISR0259_000000009840	1.0		247	12	False	False	0.998251736164093	0					non-mobilizable	chromosome	1716.0	99.359	100.0	0.00024206656816509872	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0157_000000014349	2194	0.5789506000506864	3	2	1	2	1	False	30549	maximal	True	ISR0157_000000014349	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	0.0004099672026237901	NZ_MUHD01000022.1	CFB group bacteria	Flavobacterium plurextorum strain CCUG 60112 WGS0045_contig_22, whole genome shotgun sequence	True	False
MAD0047_000000010683	3695	0.5789498191790987	3	3	2	3	3	False	17686	maximal	True	MAD0047_000000010683	1.0		3	1	False	False	0.9970229864120483	0					non-mobilizable	no_good_hit	678.0	76.40100000000001	18.0	0.00018596234819222605	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0192_000000001393	8892	0.5789489982119269	12	5	3	3	4	False	126190	fragment	False	ENG0192_000000001393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	73.691	18.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0380_000000001480	8181	0.5789489982119269	10	5	3	3	4	False	126176	fragment	False	ISR0282_000000002188	0.9577403428770493		0	0	False	False	0.9992665648460388	0					non-mobilizable	no_good_hit	1604.0	73.566	19.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ENG0138_000000002629	8007	0.5789489982119269	9	5	3	3	4	False	126176	fragment	False	ISR0282_000000002188	0.9479259065469477		0	0	False	False	0.9868865013122559	0					non-mobilizable	no_good_hit	1600.0	74.062	19.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0007_000000002824	7395	0.5789489982119269	10	5	3	3	4	False	126176	fragment	False	ISR0282_000000002188	0.6218524682339822		0	0	False	False	0.9987829327583313	0					non-mobilizable	no_good_hit	603.0	85.24	8.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
ENG0028_000000002452	5830	0.5789489982119269	7	5	3	3	4	False	126175	fragment	False	USA0075_01_000000004220	0.9754885444743935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1499.0	73.115	25.0	0.18383360318844189	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ENG0188_000000004239	6139	0.5789435774059732	7	7	3	5	6	True	123607	fragment	False	ISR0087_000000003064	0.8259075926876991		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6139.0	99.95100000000001	100.0	0.06124261536005109	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0086_000000003915	6039	0.5789435774059732	7	7	3	5	6	True	123607	fragment	False	ISR0087_000000003064	0.8157451664400558		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6048.0	97.619	100.0	0.0015988554777607094	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CAN0021_000000006612	6004	0.5789435774059732	7	7	3	5	6	True	123607	fragment	False	ISR0087_000000003064	0.8103097842958847		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6004.0	99.98299999999999	100.0	0.059895417531534406	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0011_000000009925	4280	0.5789420469376794	2	2	2	2	2	False	51004	maximal	True	FIJ0011_000000009925	1.0		172	11	False	False	0.9997663497924805	0					non-mobilizable	chromosome	3931.0	94.963	98.0	0.0010483553225639943	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0050_000000012698	1080	0.5789402851785148	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.08892713711990821		0	0	False	False	1.0	0					non-mobilizable	other	1081.0	93.98700000000001	100.0	0.003316438655105748	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ENG0002_000000006424	3242	0.5789386764119879	5	4	4	4	3	False	68003	maximal	True	ENG0002_000000006424	1.0		12	5	False	False	0.9987661838531494	0					non-mobilizable	no_good_hit	334.0	74.551	10.0	8.753234993655925e-05	NZ_CP038213.1	high GC Gram+	Ornithinimicrobium flavum strain CPCC 203535 chromosome, complete genome	True	False
ENG0142_000000008174	3678	0.5789372957866509	4	4	3	3	3	False	57699	maximal	True	ENG0142_000000008174	1.0		111	7	False	False	0.9997280836105347	0					non-mobilizable	other	3678.0	99.81	100.0	0.0019993105450717566	CP019935.1	firmicutes	Streptococcus thermophilus strain APC151, complete genome	False	False
SPA0126_000000035454	1287	0.5789342644654552	2	2	2	2	1	True	108670	fragment	False	SPA0093_000000030827	0.9505686502767562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	70.654	55.0	0.00013611200029037227	NZ_CP053989.1	firmicutes	Bacillus circulans strain FDAARGOS_783 chromosome, complete genome	True	True
MON0076_000000042179	1148	0.5789342563441426	2	2	2	2	1	False	10263	maximal	True	MON0076_000000042179	1.0		0	0	False	False	0.9381533265113831	0					non-mobilizable	other	1152.0	90.365	100.0	0.0007735600284605346	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
CHI0070_000000000446	14953	0.578929316559177	24	5	0	3	2	False	88371	maximal	True	CHI0070_000000000446	1.0		14	6	False	False	0.9971911907196045	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000015582	2264	0.5789253248643516	3	3	3	3	2	False	74797	maximal	True	DEN0021_000000015582	1.0		6	4	False	False	0.9964664578437805	0					non-mobilizable	no_good_hit	85.0	80.0	4.0	2.0893572219906378e-05	CP015080.1	d-proteobacteria	Desulfuromonas sp. DDH964, complete genome	True	False
TAN0014_000000000596	6170	0.5789229923949504	8	5	3	3	5	True	132344	maximal	False	FIJ0166_000000004166	0.9980319266455859	PS1158	0	0	True	True	1.0	34		MOBV			mobilizable	no_good_hit	3994.0	83.3	75.0	0.5997574287446937	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CAN0001_000000022797	1960	0.5789187479901148	4	3	3	3	2	False	97325	maximal	True	CAN0001_000000022797	1.0		5	3	False	False	0.9846938848495483	0					non-mobilizable	no_good_hit	244.0	87.295	72.0	6.767127754144097e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0114_000000017840	2196	0.5789170570639453	4	3	3	2	3	False	45791	maximal	True	FIJ0114_000000017840	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	85.507	3.0	2.663682249754224e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
FIJ0108_000000003328	6194	0.578914118042864	5	4	3	4	3	False	42240	maximal	True	FIJ0108_000000003328	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	97.92	27.0	0.00029460452849246655	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0117_01_000000001380	16667	0.578913755877029	15	10	8	9	6	False	122680	maximal	True	USA0117_01_000000001380	1.0		3	2	False	False	0.9999399781227112	0					non-mobilizable	chromosome	16613.0	98.35700000000001	99.0	0.007404690217267615	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0205_000000007038	1145	0.5789124168705508	4	4	2	3	2	False	53981	fragment	False	ENG0205_000000007038	1.0		0	0	False	False	0.9973798990249634	0					non-mobilizable	no_good_hit	816.0	99.02	72.0	0.00021840637843099	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0087_000000033715	1521	0.5789098871575103	2	1	1	1	1	False	110362	fragment	False	MON0087_000000033715	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1521.0	97.041	100.0	0.00033805527637743616	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0151_000000015226	1408	0.5789098871575103	1	1	1	1	1	False	110361	fragment	False	ISR0151_000000015226	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1408.0	99.29	100.0	0.00031290699051130693	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0003_000000021166	1242	0.5789098871575103	1	1	1	1	1	False	110360	fragment	False	ENG0124_000000024808	0.5407857307902161		0	0	False	False	0.9629629850387573	0					non-mobilizable	other	1242.0	97.665	100.0	0.000330273578832258	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MAD0027_000000002799	3844	0.5789090154912495	6	3	3	3	2	True	48585	maximal	True	MAD0027_000000002799	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	80.248	23.0	0.00026363509304009355	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
ISR0126_000000018933	2595	0.5789064710265184	3	3	2	3	2	True	72289	fragment	False	ISR0126_000000018933	1.0		0	0	False	False	0.9992293119430542	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	2.0	6.115346062115963e-05	NZ_VTTI01000001.1	g-proteobacteria	Pseudomonas salina strain XCD-X85 Scaffold1, whole genome shotgun sequence	True	True
FIJ0140_000000007085	3886	0.5789046270104717	7	4	4	4	3	False	53444	maximal	True	FIJ0140_000000007085	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	98.917	21.0	0.0002603458459310924	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
USA0101_01_000000021634	1413	0.5789035060809642	2	2	2	2	2	False	92316	maximal	True	USA0101_01_000000021634	1.0		46	7	False	False	0.9992923140525818	0					non-mobilizable	other	1413.0	98.01799999999999	100.0	0.004859953432621964	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
ISR0843_000000013935	1130	0.5788983230299692	2	2	2	2	1	False	20725	fragment	False	ISR0843_000000013935	1.0		0	0	False	False	0.9876106381416321	0					non-mobilizable	other	1112.0	96.493	98.0	0.007838627287736181	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	False	False
FIJ0009_000000021430	1895	0.5788911690850246	3	3	3	3	3	False	51246	fragment	False	FIJ0009_000000021430	1.0		0	0	False	False	0.9799472093582153	0					non-mobilizable	other	1895.0	96.939	100.0	0.05192597669636737	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ENG0073_000000019350	1207	0.5788906683794818	2	2	1	2	1	False	62200	fragment	False	ENG0073_000000019350	1.0		0	0	False	False	0.9842584729194641	0					non-mobilizable	no_good_hit								True	False
FIJ0004_000000003900	6638	0.5788906179021703	9	8	8	8	7	False	86228	maximal	True	FIJ0004_000000003900	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	3794.0	97.259	57.0	0.10398903358464702	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	True	False
ISR0261_000000012091	1532	0.5788896468736615	2	1	1	1	1	False	26684	maximal	True	ISR0261_000000012091	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0045_01_000000004948	2822	0.5788893969783946	3	3	2	3	1	False	132023	fragment	False	DEN0005_000000011402	0.7683061509285654		0	0	False	False	0.9900779724121094	0					non-mobilizable	no_good_hit	1178.0	79.626	42.0	0.0037824526388642987	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0218_000000002533	5716	0.5788876294465597	7	4	2	2	4	False	118661	fragment	False	ISR0218_000000002533	0.9940214918238596		0	0	False	False	0.9973757863044739	0					non-mobilizable	other	5716.0	99.98299999999999	100.0	0.001106101541825021	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0058_000000017175	1963	0.57888590447638	3	3	3	3	3	False	63446	maximal	True	ENG0058_000000017175	1.0		116	12	False	False	1.0	0					non-mobilizable	chromosome	1963.0	100.0	100.0	0.00040212672156659715	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
ISR0038_000000009178	3274	0.5788852304668392	4	4	4	4	4	False	94377	fragment	False	SPA0107_000000008940	0.7389556539391696		0	0	False	False	0.9740378856658936	0					non-mobilizable	no_good_hit	566.0	99.117	17.0	0.004739416003288232	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0187_000000013335	1147	0.5788763865111309	2	2	2	2	1	True	79236	fragment	False	CHI0187_000000013335	0.9950672288644933		0	0	False	False	0.9869223833084106	0					non-mobilizable	other	1147.0	99.303	100.0	0.03200312770532548	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ISR0320_000000024066	1118	0.5788763865111309	2	2	2	2	1	True	79236	fragment	False	CHI0187_000000013335	0.9887463918984951		0	0	False	False	0.9543828368186951	0					non-mobilizable	other	1118.0	99.28399999999999	100.0	0.031193275433550226	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
CHI0153_000000013030	1118	0.5788763865111309	2	2	2	2	1	True	79236	fragment	False	CHI0187_000000013335	0.9861240129054385		0	0	False	False	0.9973166584968567	0					non-mobilizable	other	1118.0	99.553	100.0	0.031193275433550226	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
TAN0005_000000005745	2691	0.5788747857790807	3	3	3	3	2	False	85069	fragment	False	CHI0069_000000003024	0.4653289074910875		0	0	False	False	1.0	0					non-mobilizable	other	2694.0	85.338	99.0	0.008466627878510408	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ENG0107_000000028060	1100	0.5788737002902294	2	1	1	1	1	False	59959	fragment	False	ENG0107_000000028060	1.0		0	0	False	False	0.9936363697052002	0					non-mobilizable	chromosome	1100.0	96.90899999999999	100.0	0.0003765055081488262	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
SPA0006_000000009903	3225	0.5788683231594215	6	3	2	2	2	True	123330	maximal	True	SPA0006_000000009903	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2461.0	99.634	76.0	0.01416936422177935	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0008_000000025578	1443	0.5788671881852795	2	2	2	2	1	False	13843	maximal	True	MON0008_000000025578	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	78.815	47.0	0.00011833209673348662	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0007_000000005456	2639	0.5788653986336936	4	2	2	1	0	False	51147	maximal	True	ISR0007_000000005456	1.0		12	8	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	95.3	14.0	0.005263085380471474	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0026_000000008262	1677	0.5788572933399251	2	1	1	1	1	False	47086	fragment	False	MAD0026_000000008262	1.0		0	0	False	False	0.999403715133667	0					non-mobilizable	other	1676.0	99.22399999999999	99.0	0.01573168784574493	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
CHI0028_000000002215	4948	0.57885611480468	7	2	0	1	1	False	88724	fragment	False	CHI0028_000000002215	1.0		0	0	False	False	0.995149552822113	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	7.344189677719153e-06	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0842_000000005057	3993	0.57885611480468	5	2	0	1	1	False	28630	fragment	False	ISR0842_000000005057	1.0		0	0	False	False	0.997245192527771	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000019484	2438	0.57885611480468	2	2	0	1	1	False	71540	fragment	False	DEN0063_000000019484	0.9695173581710415		0	0	False	False	0.9971287846565247	0					non-mobilizable	no_good_hit	80.0	91.25	3.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MON0008_000000014417	2362	0.57885611480468	2	2	0	1	1	False	71540	fragment	False	DEN0063_000000019484	0.9548810500410172		0	0	False	False	0.9648602604866028	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.020964360587002098	XM_003667618.1	budding yeasts	Naumovozyma dairenensis CBS 421 hypothetical protein (NDAI0A02650), partial mRNA	True	False
DEN0061_000000018566	2262	0.5788546331067471	4	4	4	3	3	False	71871	fragment	False	DEN0061_000000018566	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2262.0	99.691	100.0	0.0010226531242052944	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
DEN0021_000000000688	26262	0.5788527364803548	34	11	4	7	6	True	107977	backbone	True	DEN0021_000000000688	1.0	PS665	1	1	True	True	1.0	1					non-mobilizable	other	18984.0	98.404	90.0	0.031513410756829896	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0099_000000018190	1728	0.5788504348729872	3	3	3	3	2	False	130857	backbone	False	ENG0116_000000013937	0.7387298319761064	PS1128	0	0	False	True	0.9930555820465088	0					non-mobilizable	other	1710.0	84.50299999999999	98.0	0.020122412326306835	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MON0004_000000034615	1350	0.5788478638031695	3	1	1	1	1	True	14191	fragment	False	MON0004_000000034615	1.0		0	0	False	False	0.9977777600288391	0					non-mobilizable	other	1363.0	86.794	100.0	0.00042309369845489915	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0068_000000027750	1524	0.5788474245319101	2	2	2	2	1	False	13559	fragment	False	MON0068_000000027750	1.0		0	0	False	False	0.9573490619659424	0					non-mobilizable	no_good_hit	102.0	83.333	7.0	4.619048586848275e-05	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
USA0034_01_000000011969	4733	0.5788446825738864	5	5	5	4	4	False	60783	maximal	True	USA0034_01_000000011969	0.9968572910831567		58	9	False	False	0.9997887015342712	0					non-mobilizable	no_good_hit	319.0	73.354	7.0	0.003247821082058872	NZ_SNXO01000004.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_104, whole genome shotgun sequence	True	False
ISR0844_000000002913	4721	0.5788446825738864	5	5	5	4	4	False	60783	maximal	False	USA0034_01_000000011969	0.9957271238934419		0	0	False	False	0.9983054399490356	0					non-mobilizable	no_good_hit	335.0	78.209	7.0	0.002161565674596735	NZ_FQZN01000014.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0082_000000005871	4614	0.5788446825738864	5	5	5	4	4	False	60783	maximal	False	USA0034_01_000000011969	0.9806790574005565		0	0	False	False	0.9980494379997253	0					non-mobilizable	no_good_hit	319.0	73.354	7.0	0.003247821082058872	NZ_SNXO01000004.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_104, whole genome shotgun sequence	True	False
ISR0336_000000001074	8162	0.5788440909346847	10	3	2	2	0	True	31920	fragment	False	ISR0127_000000002220	0.9570832850689215		0	0	False	False	0.9993873834609985	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000019337	1773	0.5788426195703094	3	3	3	3	2	False	29817	fragment	False	ISR0176_000000019337	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	99.944	100.0	0.0046431800018342136	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
FIJ0163_000000007146	3461	0.5788397763782254	4	2	2	2	2	False	39174	maximal	True	FIJ0163_000000007146	1.0		8	2	False	False	0.9991331696510315	0					non-mobilizable	no_good_hit	757.0	81.374	22.0	0.00040431930836228725	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0293_000000029842	1168	0.5788372274590394	2	2	2	2	1	False	25796	maximal	True	ISR0293_000000029842	1.0		13	3	False	False	0.9991438388824463	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	2.8275662357390723e-05	NZ_RKRK01000002.1	firmicutes	Abyssicoccus albus strain DSM 29158 Ga0244709_101, whole genome shotgun sequence	True	False
ISR0780_000000010799	1180	0.5788330561233975	2	2	0	0	2	False	27166	fragment	False	ISR0780_000000010799	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	92.51299999999999	94.0	0.10241742018822661	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0158_000000003409	4779	0.5788314468270981	3	3	3	2	1	False	56583	maximal	True	ENG0158_000000003409	1.0		1	1	False	False	0.9997907280921936	0					non-mobilizable	no_good_hit	2351.0	82.561	49.0	0.0008874407218812377	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	True	False
AST0142_000000003358	1333	0.5788265808925256	2	2	1	1	2	True	105244	maximal	True	AST0142_000000003358	1.0		1	1	False	False	0.9714928865432739	0					non-mobilizable	no_good_hit								True	True
FIJ0035_000000007977	1517	0.5788259107783287	1	1	0	1	0	False	48023	maximal	True	FIJ0035_000000007977	1.0		1	1	False	False	0.9927488565444946	0					non-mobilizable	no_good_hit	410.0	87.31700000000001	27.0	0.0005172422514834356	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
DEN0089_000000003845	4891	0.578824043632791	4	3	3	3	1	True	68859	maximal	True	DEN0089_000000003845	1.0		1	1	False	False	0.9944796562194824	0					non-mobilizable	no_good_hit	2646.0	100.0	54.0	0.6358173076923077	NZ_WNCH01000089.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold89_size4160, whole genome shotgun sequence	True	True
ISR0803_000000009387	1610	0.5788162972376774	2	2	2	2	2	False	21832	fragment	False	ISR0803_000000009387	1.0		0	0	False	False	0.9807453155517578	0					non-mobilizable	other	1593.0	85.93799999999999	99.0	0.017625931181269955	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	False	False
ISR0782_000000005187	2676	0.57881234184412	4	3	3	3	3	False	22267	maximal	True	ISR0782_000000005187	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	2512.0	77.707	93.0	0.0008075802956931116	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
CHI0049_000000014804	1113	0.5788109091613733	1	1	1	1	1	False	86717	fragment	False	CHI0049_000000014804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000011565	2435	0.5788030339364999	4	4	4	4	2	False	122299	fragment	False	SPA0031_000000012922	0.9726897950431501		0	0	False	False	0.992607831954956	0					non-mobilizable	no_good_hit	1881.0	79.957	77.0	0.007226871879877461	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0774_000000004749	4926	0.5788002521790562	6	3	3	3	2	False	60660	maximal	True	ISR0774_000000004749	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1589.0	99.30799999999999	34.0	0.00024477144004371356	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0156_000000000785	19066	0.5787985455427275	22	9	5	6	4	True	86265	fragment	False	ENG0156_000000000785	0.9998677060387695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6305.0	99.01700000000001	80.0	0.05072352898544889	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0183_000000001272	19066	0.5787985455427275	21	9	5	6	4	True	86265	fragment	False	ENG0156_000000000785	0.9998142072157437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6305.0	99.03299999999999	80.0	0.05072352898544889	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0155_000000001155	18692	0.5787985455427275	22	9	5	6	4	True	86265	fragment	False	ENG0156_000000000785	0.9900335399787701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6189.0	99.289	80.0	0.0498055289371331	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ENG0196_000000000228	18692	0.5787985455427275	21	9	5	6	4	True	86265	fragment	False	ENG0156_000000000785	0.9899810905924279		0	0	False	False	0.9999464750289917	0					non-mobilizable	no_good_hit	6189.0	99.273	80.0	0.0498055289371331	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
FIJ0028_000000001600	16358	0.5787985455427275	19	9	5	6	4	True	86264	fragment	False	FIJ0028_000000001600	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6386.0	98.63799999999999	92.0	0.051367739545670504	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
AST0142_000000002744	1612	0.5787955497167498	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.8083962511788849		0	0	False	False	0.9882134199142456	0					non-mobilizable	chromosome	1498.0	80.307	100.0	0.0006341866481198874	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0105_000000008839	3375	0.5787951341233161	4	2	1	1	0	True	42698	fragment	False	FIJ0105_000000008839	1.0		0	0	False	False	0.9970370531082153	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.060523012793201e-05	NZ_VDCS01000002.1	CFB group bacteria	Tamlana fucoidanivorans strain CW2-9 NODE_2, whole genome shotgun sequence	True	True
ENG0027_000000001023	15029	0.578794686869813	7	5	5	5	2	True	130422	maximal	True	ENG0027_000000001023	1.0	PS1102	1	1	False	True	0.998735785484314	0					non-mobilizable	no_good_hit	161.0	95.031	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0094_000000002228	7817	0.5787921556972033	8	6	4	6	5	True	63810	maximal	True	ENG0094_000000002228	1.0	PS285	1	1	False	True	1.0	0	Col156	MOBQ			mobilizable	no_good_hit	4691.0	98.38	68.0	0.8944051938132519	CP053241.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-7, complete sequence	True	True
FIJ0104_000000014394	1850	0.5787829973308505	2	2	2	1	1	False	42494	fragment	False	FIJ0104_000000014394	1.0		0	0	False	False	0.9983783960342407	0					non-mobilizable	other	1140.0	90.0	96.0	0.0559254327563249	NZ_JH379412.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld403, whole genome shotgun sequence	False	False
ENG0027_000000011991	1897	0.5787805100386484	2	2	2	2	2	False	65958	maximal	True	ENG0027_000000011991	1.0		350	12	False	False	1.0	0					non-mobilizable	chromosome	1897.0	99.367	100.0	0.0002922460014627714	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0072_000000001369	15987	0.5787802667500446	18	7	6	7	3	True	44789	fragment	False	FIJ0072_000000001369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.234010459039492e-07	LT594788.1	eudicots	Theobroma cacao genome assembly, chromosome: I	True	True
ISR0023_000000013390	2252	0.5787701266555209	2	2	2	2	2	False	37537	maximal	True	ISR0023_000000013390	1.0		5	4	False	False	0.9857904314994812	0					non-mobilizable	no_good_hit	1236.0	71.845	54.0	0.0004207140496881766	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0057_01_000000008003	3847	0.5787664336606431	4	3	2	2	1	True	85892	fragment	False	ENG0204_000000005764	0.6202844774273345		0	0	False	False	1.0	0					non-mobilizable	other	3548.0	92.277	94.0	0.038300184762525814	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0105_000000013335	2632	0.578762878699016	4	1	1	1	1	False	70546	maximal	True	MAD0105_000000013335	1.0	PS332	2	1	False	True	0.9981002807617188	0					non-mobilizable	no_good_hit	1483.0	80.04	56.0	0.020252328605038318	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0042_000000005381	2200	0.578762878699016	2	1	1	1	1	False	119200	maximal	True	CHI0042_000000005381	1.0	PS816	0	0	False	True	0.9786363840103149	0					non-mobilizable	no_good_hit	1504.0	80.51899999999999	68.0	0.01841333481827969	NZ_NFHM01000013.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_13, whole genome shotgun sequence	True	True
ISR0001_000000013722	1892	0.578762878699016	2	1	1	1	1	False	70564	maximal	True	ISR0001_000000013722	1.0	PS332	0	0	False	True	0.996300220489502	0					non-mobilizable	no_good_hit	1514.0	76.354	79.0	0.00042637676459963535	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0006_000000010247	1881	0.578762878699016	1	1	1	1	1	False	70563	maximal	True	ISR0006_000000010247	1.0	PS332	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1491.0	80.148	82.0	0.19311513887077847	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
SPA0131_000000015243	1770	0.578762878699016	1	1	1	1	1	False	70539	maximal	True	SPA0131_000000015243	1.0	PS332	0	0	True	True	0.9994350075721741	1					non-mobilizable	no_good_hit	1456.0	80.15100000000001	82.0	0.18842091537358197	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
CHI0102_000000005050	1722	0.578762878699016	1	1	1	1	1	False	83286	maximal	True	CHI0102_000000005050	1.0	PS332	1	1	False	True	0.9907084703445435	0					non-mobilizable	no_good_hit	1518.0	76.285	87.0	0.000590496448122336	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0200_000000015124	1648	0.578762878699016	2	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9580895013554798	PS332	0	0	False	True	0.9987863898277283	0					non-mobilizable	other	1488.0	80.175	90.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
MON0106_000000026167	1639	0.578762878699016	1	1	1	1	1	False	70543	maximal	True	MON0106_000000026167	1.0	PS332	1	1	False	True	0.9993898868560791	0					non-mobilizable	no_good_hit	1462.0	79.138	89.0	0.01999091947222872	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0155_000000013585	1619	0.578762878699016	2	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9586131487085131	PS332	0	0	True	True	0.9882643818855286	1					non-mobilizable	other	1489.0	80.322	91.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0362_000000013140	1596	0.578762878699016	2	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9178987479707483	PS332	0	0	False	True	0.9780701994895935	0					non-mobilizable	other	1501.0	79.947	94.0	0.19441908984222192	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0018_000000019316	1552	0.578762878699016	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9565208710128699	PS332	0	0	False	True	1.0	0					non-mobilizable	other	1492.0	80.094	96.0	0.19311513887077847	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
MON0090_000000040658	1515	0.578762878699016	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.8734723587844179	PS332	0	0	False	True	0.9993399381637573	0					non-mobilizable	other	1457.0	80.37100000000001	96.0	0.1885513104707263	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
FIJ0159_000000016938	1504	0.578762878699016	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.8505113597977848	PS332	0	0	False	True	0.9813829660415649	0					non-mobilizable	other	1477.0	81.855	98.0	0.1912896075107576	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
FIJ0151_000000011572	1503	0.578762878699016	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9516207265134805	PS332	0	0	False	True	0.9980040192604065	0					non-mobilizable	chromosome	1505.0	76.279	99.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0075_000000018181	1494	0.578762878699016	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9195656687444841	PS332	0	0	False	True	0.9979919791221619	0					non-mobilizable	other	1489.0	80.12100000000001	99.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
FIJ0123_000000023171	1470	0.578762878699016	1	1	1	1	1	False	128949	maximal	True	FIJ0123_000000023171	1.0	PS1059	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	1309.0	99.542	89.0	0.9153254023792862	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
ENG0193_000000014405	1383	0.578762878699016	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.6056336802003325	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1384.0	99.855	100.0	0.029941545789131847	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MON0071_000000008676	1383	0.578762878699016	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.05577344092642624	PS816	0	0	False	True	0.9696312546730042	0					non-mobilizable	plasmid	1308.0	88.37899999999999	95.0	0.006040647172551595	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
USA0030_01_000000012146	1363	0.578762878699016	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.07085644324788641	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1252.0	82.348	100.0	0.00020467938401345768	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
SPA0043_000000012592	1347	0.578762878699016	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.06581370740226425	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1308.0	88.073	97.0	0.006040647172551595	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0245_000000006201	1334	0.578762878699016	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.27904718921705346	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1311.0	98.398	98.0	0.06519683471855871	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
CHI0080_000000003810	1304	0.578762878699016	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.07815185056458754	PS816	0	0	False	True	0.9930981397628784	0					non-mobilizable	other	1304.0	83.589	100.0	0.9118264520643807	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0192_000000013370	1299	0.578762878699016	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.10995476201955806	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1304.0	81.518	100.0	0.047268217959005036	NZ_NFHM01000033.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_33, whole genome shotgun sequence	False	True
USA0015_01_000000026066	1282	0.578762878699016	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.11000242036442866	PS979	0	0	False	True	0.9984399080276489	0					non-mobilizable	other	1282.0	100.0	100.0	0.02773327560077939	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MON0031_000000025433	1259	0.578762878699016	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1795805546665364	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1259.0	99.921	100.0	0.017308036267077585	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0030_01_000000013303	1244	0.578762878699016	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.17245538298443913	PS1059	0	0	False	True	0.9991961121559143	0					non-mobilizable	other	1244.0	100.0	100.0	0.017101660635912112	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0045_000000006437	3171	0.5787622124202477	6	3	1	2	3	False	87172	maximal	True	CHI0045_000000006437	1.0		1	1	False	False	0.999053955078125	0					non-mobilizable	plasmid	2631.0	93.044	91.0	0.012874484800070573	CP046950.1	enterobacteria	Klebsiella pneumoniae strain BD_DM_914 plasmid punnamed1, complete sequence	False	True
ISR0187_000000012283	2282	0.5787610172367401	3	1	1	1	1	False	29297	maximal	True	ISR0187_000000012283	1.0		9	1	False	False	0.9811568856239319	0					non-mobilizable	no_good_hit	1960.0	98.061	86.0	0.011418146634881592	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
SPA0125_000000016348	2080	0.5787571587296519	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.3489845069778597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	87.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0317_000000006962	2676	0.5787550695586463	4	4	4	4	4	False	90559	maximal	False	MON0017_000000007102	0.9588135483273098		0	0	False	False	1.0	0					non-mobilizable	other	2676.0	99.851	100.0	0.0007544549507192847	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0069_01_000000013762	4471	0.5787506276135389	4	4	3	3	1	True	801	maximal	True	USA0069_01_000000013762	1.0		2	1	False	False	0.9935137629508972	0					non-mobilizable	no_good_hit	893.0	82.419	20.0	0.0003242205501184862	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	True
ISR0003_000000012295	2130	0.5787495405972645	3	3	2	2	3	False	111354	fragment	False	FIJ0170_000000007230	0.9364195437747789		0	0	False	False	0.9934272170066833	0					non-mobilizable	other	2131.0	97.419	100.0	0.015133645005897148	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
MON0083_000000002646	8268	0.5787452861671798	9	7	7	7	6	False	97359	fragment	False	MON0083_000000002646	0.9823731987924961		0	0	False	False	1.0	0					non-mobilizable	other	8270.0	98.694	100.0	0.010758608452409531	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
MON0013_000000046404	1232	0.5787373597700443	3	1	1	1	1	True	13478	fragment	False	MON0013_000000046404	1.0		0	0	False	False	0.9066558480262756	0					non-mobilizable	no_good_hit	766.0	72.585	61.0	0.00022792884025332145	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	True
USA0080_01_000000009118	4751	0.5787363658739139	8	6	4	5	5	False	123739	maximal	True	USA0080_01_000000009118	1.0	PS903	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	3632.0	99.50399999999999	77.0	0.0006749686634969845	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
ENG0116_000000016801	1428	0.578733125909837	2	2	2	2	1	False	59434	maximal	True	ENG0116_000000016801	1.0		1	1	False	False	0.9859943985939026	0					non-mobilizable	no_good_hit	499.0	81.964	35.0	0.008748365204481991	NZ_PTJA01000021.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_121, whole genome shotgun sequence	True	False
ISR0082_000000028203	1212	0.5787243993109935	1	1	1	1	1	False	34134	fragment	False	ISR0082_000000028203	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	79.918	100.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0073_000000001054	6020	0.5787239610354458	7	4	3	3	2	True	101036	maximal	True	MON0073_000000001054	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	4253.0	81.04899999999999	70.0	0.0008539399298128783	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ISR0115_000000006666	4544	0.5787236967139976	4	4	3	3	1	True	32491	maximal	True	ISR0115_000000006666	1.0		18	8	False	False	0.9986795783042908	0					non-mobilizable	other	4544.0	97.711	100.0	0.094270714448756	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	False	True
ISR0844_000000006218	2025	0.5787213978668649	3	1	1	1	1	False	20714	fragment	False	ISR0844_000000006218	1.0		0	0	False	False	0.9975308775901794	0					non-mobilizable	no_good_hit	486.0	86.214	41.0	0.0009374176854305149	NZ_LT635837.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
USA0034_01_000000037224	1387	0.5787213978668649	2	1	1	1	1	False	1457	fragment	False	USA0034_01_000000037224	1.0		0	0	False	False	0.9949531555175781	0					non-mobilizable	chromosome	1247.0	97.434	90.0	0.0001922692028287201	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
DEN0047_000000000419	3921	0.5787208785147689	5	4	4	3	4	False	115998	maximal	True	DEN0047_000000000419	1.0	PS760	55	11	False	True	1.0	0					non-mobilizable	no_good_hit	1051.0	90.676	27.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
USA0069_01_000000026748	2298	0.578720732428142	4	3	1	3	2	False	777	maximal	True	USA0069_01_000000026748	1.0		1	1	False	False	0.9865100383758545	0					non-mobilizable	plasmid	2248.0	99.956	100.0	0.006990091925774992	LT882698.1	enterobacteria	Klebsiella pneumoniae strain Klebsiella pneumoniae KLPN57 genome assembly, plasmid: I	False	True
ISR0285_000000007986	2177	0.5787194963521078	2	2	2	2	1	False	114659	maximal	True	ISR0285_000000007986	1.0		73	6	False	False	1.0	0					non-mobilizable	no_good_hit	1443.0	100.0	66.0	0.03709706464973888	NZ_JAAITI010000033.1	firmicutes	Blautia luti strain MSK.16.34 NODE_33_length_38871_cov_189.027, whole genome shotgun sequence	True	False
ISR0146_000000023256	1788	0.5787193095505216	3	3	3	3	2	False	69752	fragment	False	USA0011_01_000000020403	0.9725486512781936		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	99.54899999999999	100.0	0.0005437777931553688	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0034_000000015404	1397	0.5787189288546971	2	2	2	1	0	True	125708	fragment	False	MON0019_000000032934	0.019905100713769913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	95.057	75.0	0.00032696432137948456	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0082_000000012646	2392	0.5787182411324147	3	3	3	3	3	False	34176	maximal	True	ISR0082_000000012646	1.0		1	1	False	False	0.9908027052879333	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	0.00012258561347813104	NZ_LDZY01000006.1	firmicutes	Desulfosporosinus acididurans strain M1 DEAC_contig000006, whole genome shotgun sequence	True	False
ISR0115_000000015105	2240	0.5787130028883357	4	2	2	2	2	False	32475	maximal	True	ISR0115_000000015105	1.0		347	12	False	False	0.9928571581840515	0					non-mobilizable	no_good_hit	1406.0	78.734	62.0	0.0005517364669327922	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
MON0097_000000009460	3568	0.5787095334206379	4	4	2	3	2	False	69091	maximal	True	MON0097_000000009460	1.0		2	2	False	False	0.9921524524688721	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	0.00027427477664112605	NZ_JNZO01000009.1	high GC Gram+	Streptomyces flavochromogenes strain NRRL B-2684 contig9.1, whole genome shotgun sequence	True	False
AST0084_000000007936	4027	0.5787093530341416	3	3	3	3	3	True	111544	maximal	True	AST0084_000000007936	1.0		31	12	False	False	0.9992550015449524	0					non-mobilizable	chromosome	4027.0	99.727	100.0	0.0011207850506315899	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0234_000000003399	3216	0.5787058722799773	3	2	1	2	2	False	27364	fragment	False	ISR0234_000000003399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	96.721	4.0	3.271668245269127e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0012_000000020537	1476	0.5787047298397258	3	2	2	2	2	False	69451	fragment	False	MAD0012_000000020537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	72.37100000000001	32.0	0.0001669085605742219	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0166_000000012025	2352	0.5787023654919307	3	3	2	3	2	False	56161	maximal	True	ENG0166_000000012025	1.0		2	1	False	False	0.9736394286155701	0					non-mobilizable	no_good_hit	1312.0	99.46600000000001	56.0	0.0018017572286747395	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
MON0110_000000005615	2522	0.5787013330335241	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.3266950202869783		0	0	False	False	0.9992069602012634	0					non-mobilizable	other	2320.0	98.27600000000001	100.0	0.0006979054106336337	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ETH0003_000000003015	8428	0.5787011107831019	10	7	6	6	5	False	53290	maximal	True	ETH0003_000000003015	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	91.391	2.0	0.141643059490085	NZ_LT556058.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
CHI0132_000000022028	1382	0.5787011072303174	2	2	2	2	2	False	90432	fragment	False	CHI0155_000000008635	0.9375453895545237		0	0	False	False	0.986975371837616	0					non-mobilizable	other	1382.0	97.61200000000001	100.0	0.0004797804335742079	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0062_000000006284	2345	0.5786975990967985	4	2	2	2	2	False	131655	fragment	False	CHI0062_000000006284	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1979.0	92.521	97.0	0.0021691783275569164	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ISR0219_000000014660	2268	0.5786975990967985	2	2	2	2	2	False	89024	fragment	False	ISR0219_000000014660	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2297.0	97.60600000000001	100.0	0.011672241822821876	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
CHI0070_000000006469	1843	0.5786975990967985	3	2	2	2	2	False	89022	fragment	False	ISR0216_000000009412	0.8264636336611397		0	0	False	False	0.995116651058197	0					non-mobilizable	other	1843.0	99.729	100.0	0.009364228849145425	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0820_000000013762	1797	0.5786975990967985	2	2	2	2	2	False	89022	fragment	False	ISR0216_000000009412	0.9486998126000042		0	0	False	False	0.997774064540863	0					non-mobilizable	other	1797.0	99.889	100.0	0.009130377314367635	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
AST0150_000000015958	1748	0.5786969713672087	3	2	2	2	1	False	104067	fragment	False	AST0150_000000015958	0.9894387447193724		0	0	False	False	0.9994279146194458	0					non-mobilizable	other	1749.0	98.17	100.0	0.0036443847703078545	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0290_000000013249	1297	0.5786963251308057	2	2	2	2	2	True	112263	fragment	False	CHI0186_000000012181	0.3703577043083728		0	0	False	False	0.99074786901474	0					non-mobilizable	other	1297.0	99.383	100.0	0.02672826266292691	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AUS0024_000000013421	2439	0.5786848295467766	3	2	2	2	1	False	98935	maximal	True	AUS0024_000000013421	1.0		3	3	False	False	0.999180018901825	0					non-mobilizable	no_good_hit	139.0	84.17299999999999	6.0	0.0005593891633661345	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0133_000000012102	1669	0.5786827875806366	3	3	3	3	3	False	73709	fragment	False	SPA0133_000000012102	1.0		0	0	False	False	0.9994008541107178	0					non-mobilizable	no_good_hit	236.0	72.03399999999999	14.0	0.0006170820000904344	NZ_FNWE01000001.1	firmicutes	Alterileibacterium massiliense strain Marseille-P3115T, whole genome shotgun sequence	True	False
ENG0202_000000013291	1600	0.5786821131399813	2	2	2	2	1	False	78094	fragment	False	ENG0202_000000013291	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1604.0	93.454	100.0	0.027835248709077318	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
AST0010_000000010887	2648	0.5786766524447428	3	2	2	2	2	True	126319	fragment	False	AST0010_000000010887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00023418636389330793	NZ_FNBM01000012.1	g-proteobacteria	Pseudomonas seleniipraecipitans strain LMG 25475, whole genome shotgun sequence	True	True
MON0010_000000012969	2002	0.5786764787863258	4	4	3	4	3	False	13742	maximal	True	MON0010_000000012969	1.0		11	6	False	False	1.0	0					non-mobilizable	chromosome	2004.0	97.455	100.0	0.0003892453835984062	CP057916.1	enterobacteria	Escherichia coli strain RHB10-C05 chromosome, complete genome	False	False
ENG0107_000000007585	3494	0.5786744188983289	4	1	1	1	1	True	60024	fragment	False	ENG0107_000000007585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	960.0	93.125	35.0	0.07728922952803549	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0180_000000000398	32935	0.5786679841836212	26	21	15	15	16	False	116757	maximal	True	CHI0180_000000000398	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2879.0	94.26899999999999	26.0	0.046384522370012095	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	False
MAD0057_000000007508	2151	0.5786661852876296	2	2	2	2	1	False	16998	maximal	True	MAD0057_000000007508	1.0		53	11	False	False	0.9986053109169006	0					non-mobilizable	no_good_hit	1751.0	97.71600000000001	81.0	0.025601638504864313	NZ_CYXX01000020.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0183_000000001182	24002	0.5786618665720682	31	20	4	12	15	True	29500	maximal	True	ISR0183_000000001182	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	3770.0	79.84100000000001	48.0	0.0015998821184580992	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0090_000000003258	8435	0.5786613936584019	12	5	2	4	4	False	110879	maximal	True	SPA0090_000000003258	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5480.0	96.971	84.0	0.00920274788168712	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
MON0020_000000005461	3317	0.5786604976847833	2	2	1	2	2	False	13114	fragment	False	MON0020_000000005461	1.0		0	0	False	False	0.9749773740768433	0					non-mobilizable	no_good_hit	1370.0	73.212	41.0	0.0010628071009045267	NZ_KE159493.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.1, whole genome shotgun sequence	True	False
ISR0312_000000011575	1577	0.5786598920388979	2	2	2	2	1	False	25251	maximal	True	ISR0312_000000011575	1.0		44	8	False	False	0.9822447896003723	0					non-mobilizable	no_good_hit	724.0	78.453	45.0	0.000385040506903953	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
SPA0041_000000020235	1663	0.5786590167069159	2	2	2	2	1	False	78357	fragment	False	SPA0041_000000020235	0.989010989010989		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	96.729	99.0	0.006483475104034913	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
AST0113_000000032620	1121	0.5786584539909657	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.01851851851851852	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1120.0	89.911	100.0	0.00037631225434938537	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0095_000000024987	1280	0.5786554446155681	2	2	2	2	2	False	54887	fragment	False	ISR0080_000000025093	0.7107007646539997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	75.61	38.0	0.0001482728037659473	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0193_000000010503	2607	0.5786472310122837	6	6	6	4	3	False	127445	maximal	True	ISR0193_000000010503	1.0	PS1007	0	0	False	True	0.9969313144683838	0					non-mobilizable	no_good_hit	1225.0	99.91799999999999	49.0	0.0005156489340727671	CP015900.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2, complete genome	True	True
MON0085_000000021373	1439	0.5786435134442148	2	2	1	2	1	False	74523	fragment	False	DEN0022_000000029146	0.6373779637377964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000029146	1434	0.5786435134442148	2	2	1	2	1	False	74523	fragment	False	DEN0022_000000029146	0.9357804704088757		0	0	False	False	0.9937238693237305	0					non-mobilizable	no_good_hit								True	False
FIJ0106_000000005858	4174	0.5786394036386565	6	4	3	4	3	False	42361	fragment	False	FIJ0106_000000005858	1.0		0	0	False	False	0.9961667656898499	0					non-mobilizable	no_good_hit	1398.0	75.25	33.0	0.00038561442863490535	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0022_000000013596	2184	0.578638652319316	4	4	4	4	2	False	29740	maximal	True	MON0022_000000013596	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1602.0	94.569	73.0	0.0043817995210400276	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0139_000000015088	1855	0.5786383047473137	2	2	1	1	2	False	123103	fragment	False	AST0052_000000011832	0.8464282568149776		0	0	False	False	1.0	0					non-mobilizable	other	1855.0	95.47200000000001	100.0	0.0006441078376876043	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MAD0093_000000017592	1806	0.5786383047473137	2	2	1	1	2	False	123103	fragment	False	AST0052_000000011832	0.6608754190804934		0	0	False	False	0.9905869364738464	0					non-mobilizable	other	1806.0	96.29	100.0	0.0013525330583807219	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
AST0087_000000020679	1787	0.5786383047473137	2	2	1	1	2	False	123103	fragment	False	AST0052_000000011832	0.6825233762723996		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	94.852	100.0	0.011594221725687859	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
DEN0078_000000025262	1376	0.5786380011194968	3	3	3	1	2	False	69709	maximal	True	DEN0078_000000025262	1.0		212	10	False	False	0.9992732405662537	0					non-mobilizable	no_good_hit	505.0	79.80199999999999	37.0	0.00024720056418737113	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	False
FIJ0120_000000012643	1910	0.5786313461589414	2	2	2	1	0	False	41536	maximal	True	FIJ0120_000000012643	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	95.56700000000001	32.0	0.00017086743890505447	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0112_000000007746	2295	0.5786291414581789	3	2	2	2	1	False	82426	maximal	True	CHI0112_000000007746	1.0		22	1	False	False	0.9882352948188782	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000009829	1939	0.5786267636411797	3	3	3	3	2	False	79662	fragment	False	CHI0147_000000009965	0.9825942121460971		0	0	False	False	0.9865910410881042	0					non-mobilizable	other	1920.0	99.167	99.0	0.007432136729627463	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0099_000000001140	12912	0.5786254975034404	25	11	5	8	5	True	71431	maximal	True	MON0099_000000001140	1.0		2	1	False	False	0.9982961416244507	0					non-mobilizable	chromosome	10721.0	95.64399999999999	99.0	0.0030173073244015324	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0062_000000034124	1134	0.5786237582604206	2	2	2	2	1	False	119632	fragment	False	ENG0065_000000020600	0.8322727322938174		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	98.94200000000001	100.0	0.00364725007645383	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0016_000000030957	1498	0.5786192162265559	2	2	2	1	1	False	92749	fragment	False	CAN0016_000000030957	1.0		0	0	False	False	0.9973297715187073	0					non-mobilizable	other	1224.0	83.742	91.0	0.0030759921335283143	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
SPA0147_000000000563	1530	0.5786134910115999	2	2	1	1	2	False	52161	fragment	False	SPA0147_000000000563	0.9777815920750242		0	0	False	False	0.9921568632125854	0					non-mobilizable	no_good_hit	871.0	87.141	57.0	0.014330423323999341	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0003_000000016079	1461	0.5786134910115999	2	2	1	1	2	False	52161	fragment	False	SPA0147_000000000563	0.9772153715164403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	86.038	54.0	0.01307857025201779	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MON0107_000000051237	1210	0.5786104060908328	1	1	1	1	1	False	55437	fragment	False	SPA0023_000000019727	0.562005474746011		0	0	False	False	0.9884297251701355	0					non-mobilizable	other	1210.0	98.84299999999999	100.0	0.020440597156237847	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
ISR0084_000000003574	5769	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8653436924708451	PS1156	0	0	True	True	1.0	155	rep_cluster_663				non-mobilizable	plasmid	5771.0	99.861	100.0	0.13130048924792354	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0300_000000001005	5667	0.5786081924560048	12	8	0	1	8	False	132315	backbone	True	ISR0300_000000001005	0.932791211661216	PS1156	2	2	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3025.0	99.074	96.0	0.07828315514250951	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0349_000000001595	5554	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.854696787403479	PS1156	0	0	True	True	0.9996399283409119	35	rep_cluster_663				non-mobilizable	plasmid	5054.0	99.96	100.0	0.11477569562748438	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
CAN0016_000000008235	5512	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8578670018060873	PS1156	0	0	True	True	1.0	72	rep_cluster_663				non-mobilizable	plasmid	5514.0	99.87299999999999	100.0	0.12545226988280805	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
USA0053_01_000000004039	5497	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8577413024353201	PS1156	0	0	True	True	1.0	508	rep_cluster_663				non-mobilizable	plasmid	5499.0	99.87299999999999	100.0	0.1251109341221982	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0247_000000002022	5497	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8579751016844029	PS1156	0	0	True	True	1.0	34	rep_cluster_663				non-mobilizable	plasmid	5499.0	99.855	100.0	0.1251109341221982	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
USA0062_01_000000004696	5496	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8578715871949386	PS1156	0	0	True	True	1.0	183	rep_cluster_663				non-mobilizable	plasmid	5499.0	99.87299999999999	100.0	0.1251109341221982	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0835_000000001996	5479	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8546659895540502	PS1156	0	0	True	True	1.0	367	rep_cluster_663				non-mobilizable	plasmid	5501.0	99.546	100.0	0.1251564455569462	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0099_000000003930	5478	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8575160814423771	PS1156	0	0	True	True	1.0	329	rep_cluster_663				non-mobilizable	plasmid	5480.0	99.854	100.0	0.1246785754920924	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
CAN0015_000000007659	5473	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8576291213942541	PS1156	0	0	True	True	1.0	228	rep_cluster_663				non-mobilizable	plasmid	5475.0	99.87200000000001	100.0	0.12456479690522243	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0090_000000004061	5461	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8575389280415667	PS1156	0	0	True	True	1.0	115	rep_cluster_663				non-mobilizable	plasmid	5461.0	99.89	100.0	0.12424621686198657	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
DEN0065_000000005278	5457	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8579703490851175	PS1156	0	0	True	True	1.0	59	rep_cluster_663				non-mobilizable	plasmid	5464.0	99.671	100.0	0.1070623517650979	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0841_000000002177	5451	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8543604192511222	PS1156	0	0	True	True	1.0	203	rep_cluster_663				non-mobilizable	plasmid	5475.0	99.48899999999999	100.0	0.12456479690522243	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0001_000000005465	5446	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8548914657135499	PS1156	0	0	True	True	1.0	123	rep_cluster_663				non-mobilizable	plasmid	5448.0	99.945	100.0	0.1239503925361247	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0803_000000002140	5435	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8542894012198817	PS1156	0	0	True	True	1.0	268	rep_cluster_663				non-mobilizable	plasmid	5459.0	99.48700000000001	100.0	0.1242007054272386	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0034_000000003599	5365	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8490287944133198	PS1156	0	0	True	True	1.0	95	rep_cluster_663				non-mobilizable	plasmid	5367.0	99.851	100.0	0.1221071794288315	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0043_000000004051	5364	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8486513929068802	PS1156	0	0	True	True	1.0	138	rep_cluster_663				non-mobilizable	plasmid	5364.0	99.88799999999999	100.0	0.12203891227670953	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0128_000000006405	5324	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8429960786303716	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4856.0	99.85600000000001	100.0	0.11027825099375355	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0024_000000003801	5298	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8470754483456844	PS1156	0	0	True	True	1.0	5	rep_cluster_663				non-mobilizable	plasmid	5306.0	99.62299999999999	100.0	0.10396534488503832	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AUS0022_000000006748	5285	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8457728424303703	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5286.0	99.962	100.0	0.103573318697689	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0032_000000005837	5285	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8462198786076417	PS1156	0	0	True	True	1.0	6	rep_cluster_663				non-mobilizable	plasmid	5293.0	99.603	100.0	0.10371052786326126	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0151_000000004561	5281	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7911475002163505	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3332.0	98.709	95.0	0.07136731981306008	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
ENG0189_000000002214	5278	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8452143534412705	PS1156	0	0	False	True	0.9996210932731628	0	rep_cluster_663				non-mobilizable	plasmid	5286.0	99.508	100.0	0.103573318697689	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0186_000000004403	5278	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8459809726436491	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5286.0	99.62200000000001	100.0	0.103573318697689	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0146_000000004705	5269	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8455766182532977	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	5270.0	99.905	100.0	0.10324009643844209	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0239_000000002320	5259	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8385141624128956	PS1156	0	0	True	True	1.0	6	rep_cluster_663				non-mobilizable	plasmid	5259.0	99.696	100.0	0.11942200477870064	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0268_000000002979	5245	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8407048944008653	PS1156	0	0	True	True	1.0	5	rep_cluster_663				non-mobilizable	plasmid	5247.0	99.88600000000001	100.0	0.11937649334395267	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0051_000000007862	5242	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8459701111646268	PS1156	0	0	True	True	1.0	10	rep_cluster_663				non-mobilizable	plasmid	5243.0	99.809	100.0	0.1192854704744567	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
FIJ0022_000000004438	5235	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.844281380315707	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	5235.0	99.904	100.0	0.10257365191994826	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0065_000000005477	5225	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8448568955735984	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5233.0	99.618	100.0	0.10253444930121332	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0172_000000003525	5218	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8454095037513838	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5220.0	99.82799999999999	100.0	0.11876208897485493	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ENG0073_000000004996	5203	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8444070966850327	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5210.0	99.635	100.0	0.10208361918576161	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0205_000000003722	5178	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8350545161362988	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5017.0	99.92	100.0	0.11393526405451448	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0154_000000004770	5177	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8351540568015071	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	5015.0	100.0	100.0	0.11388983532084043	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0213_000000004325	5174	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8467473945320665	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5174.0	99.961	100.0	0.13793563181612137	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0352_000000001459	5174	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.846747950685105	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	other	5174.0	100.0	100.0	0.13793563181612137	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0049_000000002846	5166	0.5786081924560048	13	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4318131601381474	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	2962.0	99.932	87.0	0.07892701917179959	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
ISR0139_000000004251	5157	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8420749551296232	PS1156	0	0	False	True	0.9984487295150757	0	rep_cluster_663				non-mobilizable	other	5160.0	99.535	100.0	0.1375089992800576	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0050_01_000000002787	5154	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.845156955879449	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5154.0	100.0	100.0	0.11726021162817157	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ENG0057_000000004139	5152	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8412284422709603	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5158.0	99.69	100.0	0.10106435109865339	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0001_01_000000002944	5141	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8405335289457815	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.961	100.0	0.10073112883940648	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0048_000000004041	5140	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8402595698697691	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5141.0	99.86399999999999	100.0	0.10073112883940648	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0145_000000006341	5137	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8378392766795448	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	5137.0	99.98100000000001	100.0	0.11687336443281375	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0156_000000005144	5135	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8419520468516309	PS1156	0	0	True	True	1.0	3	rep_cluster_663				non-mobilizable	other	5135.0	99.961	100.0	0.1368957150094659	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0203_000000002625	5127	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8336838199391302	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5127.0	99.766	100.0	0.1363624243393862	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0017_000000005977	5115	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8355443917396216	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5115.0	100.0	100.0	0.1363624243393862	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0016_01_000000003718	5114	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8355233061385438	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5115.0	99.98	100.0	0.1363624243393862	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0041_000000006384	5105	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8280608826678413	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5106.0	99.863	100.0	0.10004508301154517	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AST0153_000000005789	5101	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8315734992527404	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5101.0	99.961	100.0	0.13598912087033038	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0082_000000001798	5101	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8317559058631476	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5101.0	99.98	100.0	0.13598912087033038	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0042_000000004661	5083	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8255766999446512	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5083.0	99.961	100.0	0.13550915926725862	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0176_000000001934	5082	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8255328659817407	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5082.0	99.961	100.0	0.13548249473375462	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0086_000000005894	5074	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8178753534237707	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5074.0	100.0	100.0	0.13526917846572276	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0351_000000002294	5059	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8108075923751225	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5059.0	99.98	100.0	0.13486921046316294	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0134_000000005839	5056	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8272436093417821	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5063.0	99.664	100.0	0.09920222670874414	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0031_000000003944	5054	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8063482346407124	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5054.0	99.98	100.0	0.11498463989077255	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
USA0018_01_000000004923	5037	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8215186495767287	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5037.0	99.96	100.0	0.13428259072607523	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0159_000000004338	5035	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8208576047847574	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5035.0	99.96	100.0	0.11455228126066674	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
MON0062_000000008097	5035	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7861923402900705	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5035.0	99.98	100.0	0.11434412265758093	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ENG0157_000000004723	5029	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8058100899661882	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4706.0	99.27799999999999	100.0	0.09157731736479997	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0141_000000007189	5009	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8210063598737951	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5008.0	99.96	100.0	0.09812415469353353	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0018_000000004344	5008	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8211329572666213	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5008.0	99.98	100.0	0.09812415469353353	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0072_01_000000004045	5001	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8209002712013327	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	5001.0	99.98	100.0	0.09798694552796126	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0796_000000004153	5001	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8118260882302407	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	plasmid	5001.0	99.96	100.0	0.11377858686995107	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
CHI0167_000000003429	4998	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8081094512069862	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4856.0	100.0	100.0	0.11027825099375355	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
USA0081_01_000000006250	4996	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8096773962046709	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4996.0	100.0	100.0	0.1331893448524118	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0012_01_000000001420	4993	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7841175640185226	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4993.0	100.0	100.0	0.13310935125189985	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0813_000000005503	4993	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7842050693642716	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4993.0	100.0	100.0	0.13310935125189985	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0155_000000002225	4992	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7838601490184102	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4992.0	99.98	100.0	0.13308268671839585	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0216_000000004002	4992	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7840137165005883	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4993.0	99.98	100.0	0.13310935125189985	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0184_000000001717	4990	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8177100224442522	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4991.0	99.84	100.0	0.13305602218489188	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0027_01_000000005351	4987	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8007972420895509	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4988.0	99.92	100.0	0.13297602858437993	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0193_000000005411	4986	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7837955740552437	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4986.0	99.96	100.0	0.11323111868256672	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
SPA0045_000000005529	4986	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.816298893497285	PS1156	0	0	False	True	0.9997994303703308	0	rep_cluster_663				non-mobilizable	plasmid	4987.0	99.719	100.0	0.09771252719681675	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0339_000000002708	4983	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8145779168523597	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4984.0	99.759	100.0	0.09765372326871435	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0155_000000005085	4982	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7932469846339282	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4823.0	100.0	100.0	0.10952867688813174	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0825_000000004360	4979	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8094556113079965	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	5001.0	99.54	100.0	0.13332266751993174	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0848_000000002944	4979	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8095037143346726	PS1156	0	0	True	True	1.0	1	rep_cluster_663				non-mobilizable	other	5001.0	99.56	100.0	0.13332266751993174	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0266_000000002678	4970	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7755179565125394	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4970.0	99.96	100.0	0.11307315963135738	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
USA0063_01_000000004140	4970	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8139403639746964	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4971.0	99.759	100.0	0.0973989062469373	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0183_000000007066	4968	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.81461399984306	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4970.0	99.71799999999999	100.0	0.13246940244780417	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0019_000000003094	4965	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7807643578389881	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4965.0	99.94	100.0	0.13236274431378822	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0001_000000006718	4964	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8139504420507394	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.98	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0113_000000006777	4964	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8139504420507394	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.98	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0147_000000002684	4964	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8139504420507394	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.98	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0111_000000006606	4964	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8139504420507394	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.98	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0053_000000003953	4964	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8144683247378358	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4966.0	99.71799999999999	100.0	0.13236274431378822	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0006_000000003729	4964	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8144683247378358	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4966.0	99.71799999999999	100.0	0.13236274431378822	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0291_000000002348	4964	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8144683247378358	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4966.0	99.71799999999999	100.0	0.13236274431378822	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0145_000000006623	4963	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8136294230293827	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.758	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0071_000000007263	4963	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8139286663374189	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.96	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0368_000000002357	4963	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8133058762970011	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.71799999999999	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0056_000000002464	4963	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8136294230293827	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.758	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0005_01_000000007331	4963	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8142837532466788	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.839	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0116_000000004402	4963	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8136294230293827	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.758	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0136_000000007508	4957	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8118391933575274	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4958.0	99.79799999999999	100.0	0.09714408922516024	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0018_000000004391	4956	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.809819244481589	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4958.0	99.71799999999999	100.0	0.13214942804575633	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0050_000000004583	4951	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7994556472784677	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4952.0	99.77799999999999	100.0	0.09700688005958798	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0109_000000004806	4951	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7999900000217431	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4951.0	99.98	100.0	0.09700688005958798	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0106_000000004107	4946	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7999108767255806	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4946.0	99.98	100.0	0.09690887351275065	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0042_000000005807	4946	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7999108767255806	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4946.0	99.98	100.0	0.09690887351275065	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0080_000000004778	4946	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.799805005466506	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4946.0	99.96	100.0	0.09690887351275065	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0791_000000003256	4945	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.8081910156610301	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4967.0	99.537	100.0	0.1324160733807962	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0090_000000004184	4944	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7997835219292501	PS1156	0	0	False	True	0.9975728392601013	0	rep_cluster_663				non-mobilizable	plasmid	4944.0	99.98	100.0	0.09686967089401571	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MON0019_000000012191	4942	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7961376615079045	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4942.0	100.0	100.0	0.13174946004319654	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CAN0001_000000009572	4936	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7337991656150805	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4856.0	95.84	100.0	0.12934965202783777	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0080_000000000765	4929	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7901215870429105	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4930.0	99.899	100.0	0.1314294856411487	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0101_01_000000006252	4923	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7879370835575173	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4923.0	100.0	100.0	0.1312428339066208	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0360_000000004898	4922	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7878870431549251	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4922.0	100.0	100.0	0.1312161693731168	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0114_000000005302	4922	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7877885765577556	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4922.0	99.98	100.0	0.1312161693731168	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0137_000000002527	4922	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7872592795296507	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4922.0	100.0	100.0	0.11198088519740584	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ISR0394_000000003525	4922	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7878870431549251	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4922.0	100.0	100.0	0.1312161693731168	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0071_000000002284	4919	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7864126129021914	PS1156	0	0	False	True	0.9997966885566711	0	rep_cluster_663				non-mobilizable	other	4919.0	99.959	100.0	0.13113617577260486	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0258_000000003124	4910	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7807584693725966	PS1156	0	0	False	True	0.9997963309288025	0	rep_cluster_663				non-mobilizable	other	4912.0	99.715	100.0	0.13092285950457297	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0325_000000003507	4908	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7729900006903668	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4910.0	99.715	100.0	0.130869530437565	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0211_000000003884	4907	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7532938273083193	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4907.0	99.98	100.0	0.1114366837024418	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0338_000000004506	4907	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7531912042563095	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4907.0	99.939	100.0	0.1114366837024418	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0256_000000003618	4890	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7670895655874148	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4890.0	100.0	100.0	0.13036290430098926	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0029_000000006361	4889	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7668128011983742	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4889.0	99.959	100.0	0.13033623976748526	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0076_000000002310	4889	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7668128011983742	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4889.0	99.959	100.0	0.13033623976748526	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0208_000000006002	4889	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7668128011983742	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4889.0	99.959	100.0	0.13033623976748526	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0125_000000003270	4887	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7658849884226351	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4887.0	99.98	100.0	0.1302829107004773	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0319_000000002907	4886	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7664026580648825	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4886.0	99.795	100.0	0.13025624616697332	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0162_000000007513	4883	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7665127793373914	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4883.0	99.939	100.0	0.13017625256646134	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0030_000000003753	4861	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7430943935010932	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4861.0	99.93799999999999	100.0	0.11039182282793868	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0806_000000002028	4847	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7621555875307225	PS1156	0	0	False	True	0.9997937083244324	0	rep_cluster_663				non-mobilizable	other	4869.0	99.46600000000001	100.0	0.12980294909740553	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0132_000000005184	4842	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7575166972045771	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4842.0	100.0	100.0	0.1290830066927979	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0068_000000008211	4840	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.24299425129670751	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2700.0	99.852	93.0	0.057861338592805386	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
MON0033_000000014084	4839	0.5786081924560048	13	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4907391512866414	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2961.0	99.39200000000001	94.0	0.07892701917179959	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0145_01_000000005078	4826	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7551629911237456	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4849.0	99.505	100.0	0.12926965842732582	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0092_000000004430	4795	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7279060900398764	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4795.0	99.958	100.0	0.10889267461669506	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ENG0188_000000005560	4794	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7279217983890486	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4794.0	100.0	100.0	0.10886996024985804	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0253_000000002236	4794	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7275808875988617	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4794.0	99.917	100.0	0.10886996024985804	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0078_000000003457	4794	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.72777273087594	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4794.0	99.979	100.0	0.10886996024985804	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
ISR0265_000000003181	4780	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7254770558726048	PS1156	0	0	False	True	0.9997907876968384	0	rep_cluster_663				non-mobilizable	other	4780.0	99.979	100.0	0.9795039967206395	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	True
CHI0159_000000002731	4780	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7259179461965268	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4780.0	100.0	100.0	0.12742980561555076	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0105_000000003131	4774	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7253112690198427	PS1156	0	0	False	True	0.9995810389518738	0	rep_cluster_663				non-mobilizable	other	4774.0	99.958	100.0	0.12726981841452684	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0255_000000005861	4769	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7233521854170246	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4791.0	99.541	100.0	0.10880181714934696	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
DEN0067_000000006398	4765	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.7215236125669647	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4765.0	100.0	100.0	0.10821124361158432	CP021628.1	other sequences	Unidentified plasmid plasmid ES_ALL_000351F, complete sequence	False	True
MON0054_000000007559	4728	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.6962347026241607	PS1156	0	0	False	True	0.999365508556366	0	rep_cluster_663				non-mobilizable	other	4728.0	99.979	100.0	0.12604324987334348	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0129_000000004193	4722	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5445632913671742	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4722.0	99.958	100.0	0.12588326267231956	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0061_000000000805	4714	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5445658352025639	PS1156	0	0	False	True	0.9991514682769775	0	rep_cluster_663				non-mobilizable	other	4714.0	99.958	100.0	0.12566994640428766	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0090_01_000000001860	4694	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5427326070111812	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4694.0	100.0	100.0	0.12513665573420793	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0059_000000003318	4694	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5427212730012678	PS1156	0	0	False	True	0.9997869729995728	0	rep_cluster_663				non-mobilizable	other	4694.0	99.95700000000001	100.0	0.12513665573420793	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0327_000000004941	4694	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5427775618533516	PS1156	0	0	False	True	0.9997869729995728	0	rep_cluster_663				non-mobilizable	other	4694.0	100.0	100.0	0.12513665573420793	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0101_000000005043	4694	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5427326070111812	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4694.0	100.0	100.0	0.12513665573420793	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0060_000000002390	4694	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5426086309927385	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4694.0	99.979	100.0	0.12513665573420793	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0214_000000005555	4675	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.542479385574228	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4675.0	100.0	100.0	0.12463002959763218	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0142_000000005939	4670	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5085378799625283	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4670.0	99.979	100.0	0.0914989121273301	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0231_000000002974	4652	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5005886154934124	PS1156	0	0	False	True	0.9976354241371155	0	rep_cluster_663				non-mobilizable	other	4652.0	99.87100000000001	100.0	0.1240167453270405	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0117_000000008046	4643	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5025633530408937	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4643.0	99.914	100.0	0.12377676452550462	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0049_000000004302	4622	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5044229493362944	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4558.0	100.0	100.0	0.12151027917766578	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0069_000000009335	4621	0.5786081924560048	12	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.522536205428149	PS1156	0	0	False	True	0.9997835755348206	0	rep_cluster_663				non-mobilizable	other	4621.0	99.978	100.0	0.12319014478841693	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0144_000000002879	4595	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5145322745630282	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4595.0	99.978	100.0	0.12249686691731328	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0785_000000006687	4577	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.506499971117747	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4577.0	100.0	100.0	0.12201690531424153	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0021_000000006842	4569	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5159306914723092	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4569.0	99.978	100.0	0.12180358904620964	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0017_01_000000005910	4567	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5063286286588022	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4567.0	99.956	100.0	0.12175025997920166	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0011_000000001240	4555	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.470885650478831	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4555.0	100.0	100.0	0.12143028557715382	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0004_000000005873	4531	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.49594926745266965	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4525.0	98.63	99.0	0.08865672226904757	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0135_000000004441	4525	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.5033357993215304	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4525.0	99.934	100.0	0.08863712095968011	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0146_000000005233	4516	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4900740685486738	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4516.0	99.934	100.0	0.12039036877049836	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0062_000000007134	4516	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4900740685486738	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4516.0	99.934	100.0	0.12039036877049836	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0074_000000005689	4516	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4900740685486738	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4516.0	99.934	100.0	0.12039036877049836	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0145_000000007273	4516	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.49006983025070794	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4516.0	99.978	100.0	0.08848031048474038	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0047_000000003457	4516	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4900740685486738	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4516.0	99.934	100.0	0.12039036877049836	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0058_000000006447	4516	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4900740685486738	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4516.0	99.934	100.0	0.12039036877049836	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0055_01_000000005893	4516	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.49006983025070794	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4516.0	99.978	100.0	0.08848031048474038	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0054_000000006014	4516	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4900740685486738	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4516.0	99.934	100.0	0.12039036877049836	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0259_000000002850	4514	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42675549899143816	PS1156	0	0	False	True	0.9951262474060059	0	rep_cluster_663				non-mobilizable	other	4492.0	99.73299999999999	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0048_000000003739	4513	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4860319680268302	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4510.0	99.956	100.0	0.12023038156947444	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0238_000000002929	4510	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.48586202422556946	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4510.0	99.889	100.0	0.12023038156947444	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0855_000000002598	4510	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4600203047066577	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4510.0	99.823	100.0	0.12023038156947444	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0353_000000007625	4510	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.48804086842044925	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4510.0	100.0	100.0	0.12023038156947444	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0047_000000004605	4505	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.474199276614941	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4505.0	99.911	100.0	0.1200970589019545	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0112_000000007692	4484	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4295463794037741	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4484.0	99.93299999999999	100.0	0.1195371036983708	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0316_000000003805	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42786686680352487	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	100.0	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0385_000000004368	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42776573392310796	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	99.978	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0053_000000007296	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4277628700099519	PS1156	0	0	False	True	0.9979919791221619	0	rep_cluster_663				non-mobilizable	other	4482.0	99.978	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0346_000000004173	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42786686680352487	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	100.0	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0331_000000004665	4482	0.5786081924560048	10	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.37345676568183345	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3674.0	99.70100000000001	100.0	0.09793883156014185	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0040_000000004225	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42786686680352487	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	100.0	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0336_000000002550	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42783332805083707	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	99.955	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0149_000000003402	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42783332805083707	PS1156	0	0	False	True	0.9995537996292114	0	rep_cluster_663				non-mobilizable	other	4482.0	99.955	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0318_000000001004	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42786686680352487	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	100.0	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0093_000000004367	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42786686680352487	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	100.0	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0061_000000008733	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42786686680352487	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	100.0	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0016_000000004340	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42786686680352487	PS1156	0	0	False	True	0.9995537996292114	0	rep_cluster_663				non-mobilizable	other	4482.0	100.0	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0290_000000002103	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42783332805083707	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	99.955	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0004_000000000189	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42759813199279983	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	99.978	100.0	0.9184259069481451	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	True
ISR0142_000000000173	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42783332805083707	PS1156	0	0	False	True	0.9997768998146057	0	rep_cluster_663				non-mobilizable	other	4482.0	99.955	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0093_000000008804	4482	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.42783332805083707	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	99.955	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0120_000000006296	4476	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4272388296975735	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	99.866	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0005_000000003589	4470	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4062153569111311	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4470.0	99.978	100.0	0.08757865025383696	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0080_000000000304	4470	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4061212526712348	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4470.0	99.955	100.0	0.08757865025383696	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0046_000000004961	4470	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4062153569111311	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4470.0	99.978	100.0	0.08757865025383696	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0071_000000002327	4468	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.40255174415386386	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4468.0	100.0	100.0	0.11911047116230701	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0046_000000002646	4466	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.37361946442045546	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4466.0	100.0	100.0	0.11905714209529904	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0092_000000002545	4466	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.3757139531583939	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4466.0	99.978	100.0	0.08750024501636709	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0854_000000001572	4465	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.3753225215617924	PS1156	0	0	False	True	0.9991041421890259	0	rep_cluster_663				non-mobilizable	other	4465.0	99.821	100.0	0.11903047756179505	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
SPA0108_000000006670	4464	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.37394666619477124	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4464.0	100.0	100.0	0.11900381302829106	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0824_000000003643	4462	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.3738330765343144	PS1156	0	0	False	True	0.9991035461425781	0	rep_cluster_663				non-mobilizable	other	4462.0	100.0	100.0	0.11895048396128309	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0062_000000007065	4461	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.37185264590859746	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4461.0	99.955	100.0	0.11892381942777912	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0773_000000002380	4461	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.3718046228271645	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4461.0	99.978	100.0	0.11892381942777912	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0047_000000000353	4458	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.4052074347094096	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4470.0	99.709	100.0	0.08757865025383696	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0028_000000002593	4456	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.3695781058777662	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4456.0	99.978	100.0	0.11879049676025918	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0168_000000004140	4456	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.3696657974019949	PS1156	0	0	False	True	0.9991023540496826	0	rep_cluster_663				non-mobilizable	other	4456.0	100.0	100.0	0.11879049676025918	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0837_000000001987	4456	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.3696370755662316	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4456.0	99.955	100.0	0.11879049676025918	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0257_000000003451	4456	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.3696370755662316	PS1156	0	0	False	True	0.999326765537262	0	rep_cluster_663				non-mobilizable	other	4456.0	99.955	100.0	0.11879049676025918	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0054_000000001418	4448	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.35202286133275	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4448.0	100.0	100.0	0.11857718049222729	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0356_000000003637	4433	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.33957542828383097	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4433.0	100.0	100.0	0.11817721248966749	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0805_000000002778	4417	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.3213257140360315	PS1156	0	0	False	True	0.9997736215591431	0	rep_cluster_663				non-mobilizable	other	4417.0	99.955	100.0	0.11775057995360372	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0111_000000003731	4385	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.3001458037136402	PS1156	0	0	False	True	0.9954389929771423	0	rep_cluster_663				non-mobilizable	other	4385.0	100.0	100.0	0.8985447837671654	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	True
ISR0227_000000006109	4350	0.5786081924560048	11	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.23955070769370593	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4350.0	99.977	100.0	0.11596405620883662	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0821_000000006401	4231	0.5786081924560048	10	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.150476436893648	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	2915.0	95.3	96.0	0.07767378609711223	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0157_000000007115	4064	0.5786081924560048	10	8	0	1	8	False	132315	backbone	False	ISR0300_000000001005	0.09890231402624654	PS1156	0	0	False	True	0.9997539520263672	0	rep_cluster_663				non-mobilizable	other	3255.0	99.846	100.0	0.6669399467103915	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	True
ISR0098_000000009659	1812	0.5786067203394601	2	2	2	2	1	False	33247	fragment	False	ISR0098_000000009659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	81.35600000000001	20.0	0.0013882334434481673	NZ_DS483523.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_3, whole genome shotgun sequence	True	False
USA0073_01_000000011930	1167	0.5786048320195896	1	1	1	1	1	False	700	fragment	False	USA0073_01_000000011930	1.0		0	0	False	False	0.9931448101997375	0					non-mobilizable	no_good_hit	492.0	72.764	41.0	0.0033502594877390297	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ISR0036_000000010069	1389	0.5786021789357624	3	3	3	2	1	False	36744	maximal	True	ISR0036_000000010069	1.0		17	7	False	False	0.9899207949638367	0					non-mobilizable	no_good_hit	566.0	97.70299999999999	41.0	0.0027778878149263193	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
MON0037_000000054250	1398	0.5785987757773909	2	2	2	2	2	True	85853	fragment	False	CHI0141_000000020826	0.38432794252791375		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	99.64200000000001	100.0	0.001906578994057806	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
CHI0046_000000010446	1111	0.5785931067329919	1	1	1	1	1	False	87008	fragment	False	CHI0059_000000016429	0.974370112945265		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	99.82	100.0	0.01517305484170813	NZ_NQCD01000031.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_24_length_73156_cov_77.7947_ID_47.ctg_1, whole genome shotgun sequence	False	False
MAD0002_000000006626	4613	0.5785901531780154	5	4	1	3	2	False	20232	maximal	True	MAD0002_000000006626	1.0		2	2	False	False	0.99024498462677	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.4192318357009477e-07	CP047558.1	eudicots	Solanum pinnatisectum cultivar CGN17745 chromosome 12	True	False
USA0044_01_000000004341	6804	0.5785874695310715	7	6	2	3	6	False	86931	fragment	False	USA0044_01_000000004341	1.0		0	0	False	False	0.9998530149459839	0					non-mobilizable	no_good_hit	4722.0	96.315	89.0	0.0010551725264123083	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0073_000000025420	1110	0.5785741698544872	2	1	1	1	1	False	34751	fragment	False	ISR0073_000000025420	1.0		0	0	False	False	0.9936937093734741	0					non-mobilizable	no_good_hit	49.0	87.755	4.0	0.0003358146303240611	NZ_AUFC01000008.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
CAN0002_000000014458	1353	0.5785740230860337	2	1	1	1	1	False	96877	fragment	False	CAN0002_000000014458	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	100.0	100.0	0.0013010658731961184	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
USA0047_01_000000028163	1289	0.5785723550614843	2	2	2	2	2	False	68544	fragment	False	DEN0092_000000011211	0.3173641772962573		0	0	False	False	0.9984484314918518	0					non-mobilizable	chromosome	1012.0	98.814	100.0	0.0003435367018505789	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0133_000000009223	2698	0.5785560777960161	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.030377372790050587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	88.721	89.0	0.0023523901329257253	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0210_000000008780	2678	0.5785551815858206	4	2	1	2	1	True	53738	fragment	False	ENG0210_000000008780	1.0		0	0	False	False	0.9951456189155579	0					non-mobilizable	no_good_hit								True	True
SPA0092_000000038996	1173	0.5785549026995254	2	2	2	2	2	False	26654	fragment	False	MON0019_000000053777	0.9318151252399085		0	0	False	False	0.9889172911643982	0					non-mobilizable	other	1189.0	74.685	99.0	0.0003336480489723412	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0208_000000010335	2971	0.5785529690429684	2	2	2	2	2	False	129778	maximal	True	ENG0208_000000010335	1.0	PS1061	16	5	False	True	0.9983170628547668	0					non-mobilizable	no_good_hit	2488.0	98.15100000000001	84.0	0.010150667592176718	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
TAN0021_000000006321	2749	0.5785525824082236	3	2	2	2	1	False	2384	maximal	True	TAN0021_000000006321	1.0		1	1	True	True	0.992724597454071	9					non-mobilizable	no_good_hit								True	True
CHI0141_000000005628	4901	0.5785519623416003	6	6	6	5	4	False	132016	maximal	False	USA0003_01_000000007262	0.9628054212773819		0	0	False	False	1.0	0					non-mobilizable	other	4899.0	99.204	99.0	0.0007868829282712352	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
FIJ0091_000000007200	3429	0.5785502239393437	2	2	2	2	2	False	85809	fragment	False	FIJ0046_000000006688	0.3118849177507232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	70.697	39.0	0.0002516856087196222	NZ_CP038662.1	enterobacteria	Serratia nematodiphila strain DH-S01 chromosome, complete genome	True	False
ISR0360_000000014474	1710	0.5785488852382935	2	2	2	2	2	False	23786	maximal	True	ISR0360_000000014474	1.0		7	3	False	False	0.9894737005233765	0					non-mobilizable	no_good_hit	686.0	78.863	40.0	0.007477627954824508	NZ_JAAITU010000010.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_10_length_90403_cov_167.363, whole genome shotgun sequence	True	False
ISR0146_000000006321	5970	0.578544046459296	9	6	3	5	5	False	132422	maximal	True	ISR0146_000000006321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4628.0	99.95700000000001	78.0	0.1398096389182656	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0158_000000014712	1462	0.5785424722581028	3	3	2	3	2	False	36909	fragment	False	SPA0158_000000014712	1.0		0	0	False	False	0.9993159770965576	0					non-mobilizable	chromosome	1462.0	94.87	100.0	0.00043269978305777475	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0096_000000007928	4176	0.5785420377322245	4	3	0	3	1	True	95577	fragment	False	ENG0096_000000007928	1.0		0	0	False	False	0.9899425506591797	0					non-mobilizable	no_good_hit	1966.0	77.721	57.0	0.004039837988277778	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0053_000000017248	2234	0.5785397908630902	2	2	2	2	2	False	106332	fragment	False	ISR0247_000000005745	0.9511709423436533		0	0	False	False	0.9946284890174866	0					non-mobilizable	no_good_hit	853.0	73.154	37.0	0.01750131787032156	NZ_SMCQ01000023.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_123, whole genome shotgun sequence	True	False
ENG0020_000000018288	1113	0.578539518090847	2	2	2	2	2	False	66402	fragment	False	MON0037_000000060701	0.783345518910297		0	0	False	False	0.9991015195846558	0					non-mobilizable	chromosome	1113.0	95.68700000000001	100.0	0.0004821473246243305	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0106_000000015586	1691	0.5785375634865404	3	2	2	2	1	False	99883	fragment	False	ISR0106_000000015586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	80.392	6.0	0.011784511784511785	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
AUS0018_000000018894	1501	0.5785375634865404	2	2	2	2	1	False	99882	fragment	False	AUS0018_000000018894	1.0		0	0	False	False	0.9846768975257874	0					non-mobilizable	no_good_hit	133.0	78.195	9.0	0.015271765271765271	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0281_000000003810	4064	0.5785319719402187	6	4	2	3	4	True	128504	fragment	False	ISR0281_000000003810	0.9430652085887484		0	0	False	False	0.9997539520263672	0					non-mobilizable	chromosome	4066.0	98.992	100.0	0.001844772222378576	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
MAD0095_000000032076	1196	0.5785301749678126	2	2	2	1	1	False	26859	maximal	True	MAD0095_000000032076	0.9658792650918635		141	12	False	False	0.9966555237770081	0					non-mobilizable	chromosome	1215.0	87.07799999999999	100.0	0.0004055959449830138	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0045_000000029931	1423	0.5785291779828929	3	3	3	2	3	False	76706	fragment	False	DEN0045_000000029931	1.0		0	0	False	False	0.9838369488716125	0					non-mobilizable	no_good_hit	44.0	93.182	3.0	0.0011321975415139098	NZ_VCKX01000109.1	high GC Gram+	Nonomuraea zeae strain DSM 100528 NODE_109_length_37096_cov_33.0268, whole genome shotgun sequence	True	False
ISR0219_000000011175	2953	0.5785287055048709	5	1	1	1	1	False	28046	maximal	True	ISR0219_000000011175	1.0		3	1	False	False	0.9993227124214172	0					non-mobilizable	chromosome	1307.0	94.185	95.0	0.0004426252197709586	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
MON0029_000000016766	1818	0.5785278771276532	3	3	3	3	3	False	66512	fragment	False	MON0029_000000016766	1.0		0	0	False	False	0.9884488582611084	0					non-mobilizable	no_good_hit	319.0	73.98100000000001	17.0	0.0013073604392731075	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
FIJ0109_000000016117	1521	0.5785256340520147	2	2	2	2	2	False	122026	maximal	True	FIJ0109_000000016117	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	91.499	88.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0001_000000006114	4040	0.5785186585952434	8	2	1	2	1	False	68080	maximal	True	ENG0001_000000006114	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000017206	1759	0.5785139922511067	2	1	1	1	1	True	33288	maximal	True	ISR0097_000000017206	1.0		1	1	False	False	0.9727117419242859	0					non-mobilizable	no_good_hit	320.0	99.68799999999999	18.0	0.002460652769395051	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0323_000000020361	1120	0.5785139922511067	2	1	1	1	1	True	24962	fragment	False	ISR0323_000000020361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	74.131	87.0	0.20881971465629054	MK232424.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_5-CL23_c8 sequence	True	True
SPA0091_000000002881	5987	0.5785081407982489	11	7	4	7	5	True	112150	backbone	False	ISR0003_000000003180	0.6007253924076236	PS715|PS716	0	0	False	True	0.9998329877853394	0					non-mobilizable	no_good_hit	651.0	78.648	11.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
MON0093_000000025386	1775	0.5785060076164144	3	3	2	1	1	True	9390	fragment	False	MON0093_000000025386	1.0		0	0	False	False	0.983098566532135	0					non-mobilizable	no_good_hit	1093.0	87.008	62.0	0.0005088168492530979	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
CAN0008_000000008629	3331	0.5784969850114675	4	4	4	3	3	True	98796	maximal	True	CAN0008_000000008629	1.0		2	2	False	False	0.9936955571174622	0					non-mobilizable	chromosome	3329.0	99.039	99.0	0.0009264710999756412	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0295_000000003801	7292	0.578491971431649	7	3	2	3	1	False	25739	maximal	True	ISR0295_000000003801	1.0		6	2	False	False	0.9983543753623962	0					non-mobilizable	no_good_hit	991.0	89.20299999999999	15.0	0.0002789368023407	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0162_000000008023	2803	0.5784914839586283	2	2	2	2	2	False	103865	maximal	True	FIJ0162_000000008023	0.9670887217048355		322	12	False	False	0.9971458911895752	0					non-mobilizable	no_good_hit	1427.0	80.028	51.0	0.05225311601150527	NZ_FUWW01000022.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
CHI0063_000000000744	13818	0.5784896370046452	12	11	8	8	8	True	124992	maximal	True	CHI0063_000000000744	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2884.0	97.434	31.0	0.0008968964210628487	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0379_000000011219	2178	0.5784868496499518	2	2	2	2	2	False	23220	maximal	True	ISR0379_000000011219	1.0		22	3	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	99.869	70.0	0.0004819371287957277	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0040_000000013374	2042	0.5784858813280931	2	2	1	1	1	False	96442	fragment	False	MON0040_000000013374	0.9942290880603171		0	0	False	False	0.971106767654419	0					non-mobilizable	plasmid	1245.0	99.598	100.0	0.2253214997283101	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
MON0088_000000003184	7405	0.5784830899951575	7	6	6	5	5	False	81793	fragment	False	MON0088_000000003184	1.0		0	0	False	False	0.9972991347312927	0					non-mobilizable	no_good_hit	112.0	80.357	1.0	0.00038145834994989024	NZ_OEQH01000005.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
AUS0016_000000003842	6063	0.5784795726724296	7	4	4	4	4	False	123061	maximal	True	AUS0016_000000003842	1.0		7	2	False	False	0.9833415746688843	0					non-mobilizable	no_good_hit	1529.0	98.62700000000001	37.0	0.0004092104783608856	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0101_000000005969	4947	0.578479319236083	8	4	3	3	1	False	60517	fragment	False	ENG0101_000000005969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0076_000000003396	5142	0.5784764373028873	7	4	3	4	3	True	47419	fragment	False	FIJ0076_000000003396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	89.583	4.0	0.0077538874219372144	NZ_CABKPS010000012.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
DEN0085_000000021332	1315	0.5784735980003876	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.2715038793652821		0	0	False	False	1.0	0					non-mobilizable	other	1315.0	99.772	100.0	0.013680802107301633	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0004_000000004172	3254	0.5784735613789734	5	5	5	4	3	False	132072	backbone	False	SPA0051_000000006600	0.8785596105965549	PS1137	0	0	False	True	0.9996926784515381	0					non-mobilizable	no_good_hit	86.0	96.512	4.0	2.397333488266886e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
MON0081_000000032070	1673	0.5784732876778423	2	1	1	1	1	False	11176	fragment	False	MON0053_000000024897	0.9452734884804301		0	0	False	False	0.9976090788841248	0					non-mobilizable	other	1620.0	99.321	97.0	0.009783896154125069	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0069_000000003430	2836	0.5784725435739918	3	3	3	3	3	False	85063	maximal	True	CHI0069_000000003430	1.0		619	15	False	False	0.9964739084243774	0					non-mobilizable	no_good_hit	988.0	84.31200000000001	59.0	0.0002761164100015625	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0024_000000007442	2741	0.5784715676878366	3	3	3	3	3	False	85069	fragment	False	CHI0069_000000003024	0.7788525412545643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1809.0	89.38600000000001	66.0	0.00047882895776141726	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0182_000000004221	6705	0.5784674773062308	9	6	2	5	1	False	66217	maximal	True	ISR0182_000000004221	1.0		13	3	False	False	0.9983594417572021	0					non-mobilizable	no_good_hit	693.0	72.583	10.0	0.0028098239149096545	NZ_FMKA01000004.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ENG0127_000000006335	4015	0.5784656717894683	4	4	2	2	3	True	105585	fragment	False	ENG0127_000000006335	1.0		0	0	False	False	0.9925280213356018	0					non-mobilizable	other	4015.0	99.925	100.0	0.0007774265090818872	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0082_01_000000024427	1215	0.5784647708260799	1	1	1	1	1	False	516	fragment	False	USA0082_01_000000024427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0135_000000004478	4494	0.5784640779406778	3	2	2	2	2	False	117571	maximal	True	ENG0135_000000004478	0.976323769535806		309	12	False	False	0.9915443062782288	0					non-mobilizable	chromosome	4494.0	99.844	100.0	0.0008967451722856444	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0090_000000002684	9767	0.5784555990650251	10	8	5	6	1	True	75074	maximal	True	SPA0090_000000002684	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1668.0	99.94	17.0	0.0005337804238030846	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
CHI0182_000000008204	3241	0.5784526136683771	5	3	3	3	3	False	93561	fragment	False	CHI0182_000000008204	1.0		0	0	False	False	0.9987658262252808	0					non-mobilizable	chromosome	3241.0	96.884	100.0	0.000906813443565277	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0097_000000003117	9434	0.5784522430115197	8	5	4	5	4	False	126436	maximal	True	ENG0097_000000003117	1.0		1	1	False	False	0.9988340139389038	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004311308402261042	NZ_MVHH01000024.1	high GC Gram+	Mycolicibacter arupensis strain DSM 44942 Mycobacterium_arupense_DSM44942_contig24, whole genome shotgun sequence	True	False
ISR0127_000000007633	3040	0.5784500001251668	3	2	2	2	2	True	60844	fragment	False	ISR0127_000000007633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	98.119	10.0	4.892733736506902e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
CAN0014_000000018464	2573	0.5784500001251668	2	2	2	2	2	True	93647	fragment	False	ISR0390_000000005204	0.7323180776393067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0116_01_000000006881	3841	0.5784490565662038	5	3	3	2	2	False	79992	maximal	True	USA0116_01_000000006881	0.984926670287887		97	10	False	False	1.0	0					non-mobilizable	chromosome	3861.0	97.229	100.0	0.0017207548651710916	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0106_000000011306	1834	0.5784479626106792	4	4	4	2	2	False	94450	maximal	True	ENG0106_000000011306	1.0		13	8	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	73.668	53.0	0.7159590043923866	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	True	False
CAN0011_000000018361	1643	0.5784479626106792	4	4	4	2	2	False	94449	fragment	False	CAN0011_000000018361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	82.84899999999999	65.0	0.8122137404580153	NZ_QVMD01000023.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf23, whole genome shotgun sequence	True	False
ISR0152_000000005652	4292	0.5784466199537555	6	3	1	3	1	True	96628	maximal	True	ISR0152_000000005652	1.0	PS389	5	3	False	True	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.000453974018717698	NZ_LT985121.1	euryarchaeotes	Methanobrevibacter oralis strain M2 CSUR P5920, whole genome shotgun sequence	True	True
ISR0029_000000014430	3186	0.5784358458473481	6	3	3	2	1	True	109128	maximal	True	ISR0029_000000014430	1.0		1	1	False	False	0.9978029131889343	0					non-mobilizable	no_good_hit	542.0	88.376	34.0	0.00015113557392754616	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0052_000000004838	6003	0.5784339638217025	7	6	4	6	3	False	132130	maximal	True	ISR0052_000000004838	1.0		66	4	False	False	0.9998334050178528	0					non-mobilizable	no_good_hit	2465.0	99.635	63.0	0.0007766468838146978	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0083_000000028210	1286	0.5784330183050083	2	1	1	1	1	False	44047	fragment	False	FIJ0083_000000028210	1.0		0	0	False	False	0.996889591217041	0					non-mobilizable	no_good_hit								True	False
CHI0063_000000005629	2307	0.5784322327628802	3	2	2	2	2	False	118574	maximal	True	CHI0063_000000005629	0.9704954954954955		6	4	False	False	0.9995665550231934	0					non-mobilizable	no_good_hit	1267.0	98.34299999999999	55.0	0.03509355509355509	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	True	False
MON0079_000000006341	3657	0.5784306724709414	6	5	5	3	2	True	13421	maximal	True	MON0079_000000006341	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1962.0	92.406	83.0	0.0006877479588988552	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0037_000000040826	1796	0.5784283247792612	2	2	2	2	2	False	77531	maximal	True	MON0037_000000040826	1.0		971	13	False	False	1.0	0					non-mobilizable	chromosome	1796.0	98.719	100.0	0.000398694857391625	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
USA0020_01_000000008145	4281	0.5784251662376252	5	5	3	4	1	False	109635	maximal	True	USA0020_01_000000008145	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1954.0	96.87799999999999	46.0	0.007157752766161751	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0162_000000010694	2312	0.5784224117670107	4	4	2	3	2	False	77757	fragment	False	SPA0115_000000011273	0.6655150999893212		0	0	False	False	1.0	0					non-mobilizable	other	2314.0	98.185	100.0	0.04497313293357215	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
ISR0197_000000012324	2064	0.5784224117670107	4	4	2	3	2	False	77757	fragment	False	SPA0115_000000011273	0.6718370100010181		0	0	False	False	1.0	0					non-mobilizable	other	2065.0	98.015	100.0	0.04014484853204579	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
ISR0085_000000013259	1879	0.5784224117670107	4	4	2	3	2	False	77758	maximal	True	ISR0085_000000013259	1.0		85	11	False	False	0.9840340614318848	0					non-mobilizable	chromosome	1660.0	98.193	100.0	0.00036898989350479865	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0204_000000006160	1853	0.5784224117670107	4	4	2	3	2	False	77757	fragment	False	SPA0115_000000011273	0.40812670676469975		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	99.838	100.0	0.010371457212138861	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0831_000000009975	1832	0.5784224117670107	4	4	2	3	2	False	77757	fragment	False	SPA0115_000000011273	0.40141026154722725		0	0	False	False	0.998908281326294	0					non-mobilizable	other	1835.0	95.64	100.0	0.010248254156703086	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0081_000000029821	1813	0.5784224117670107	4	4	2	3	2	False	77757	fragment	False	SPA0115_000000011273	0.40596638630144494		0	0	False	False	0.9955874085426331	0					non-mobilizable	other	1814.0	96.69200000000001	100.0	0.000437306174656997	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MAD0012_000000012426	2272	0.5784178235877641	3	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.455354341080012		0	0	False	False	0.9920774698257446	0					non-mobilizable	chromosome	2288.0	91.521	100.0	0.0007368196786937599	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0062_000000017126	2208	0.5784178235877641	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4582353972068914		0	0	False	False	1.0	0					non-mobilizable	chromosome	2221.0	92.301	100.0	0.000715224351277976	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0034_000000012875	2157	0.5784178235877641	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4587093353875342		0	0	False	False	1.0	0					non-mobilizable	chromosome	2170.0	92.304	100.0	0.0006987861169764092	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
TAN0017_000000013721	2596	0.5784155612133154	4	3	3	3	3	False	68613	maximal	True	TAN0017_000000013721	1.0		102	13	False	False	0.9895994067192078	0					non-mobilizable	no_good_hit	636.0	72.956	24.0	0.0007176012872770103	NZ_LR027602.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
ENG0128_000000022019	1352	0.5784128777835129	2	2	2	1	1	False	58586	fragment	False	MON0049_000000015587	0.9664764044793538		0	0	False	False	0.9889053106307983	0					non-mobilizable	chromosome	1352.0	99.63	100.0	0.0005710365687422782	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0301_000000003553	4465	0.5784050741497935	8	7	6	5	6	False	116973	maximal	True	ISR0301_000000003553	1.0		37	4	False	False	1.0	0					non-mobilizable	other	4040.0	99.059	92.0	0.018863959049469435	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0003_000000006349	7295	0.5784039207592702	11	7	5	6	5	False	120929	maximal	True	CAN0003_000000006349	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3240.0	95.95700000000001	46.0	0.0009188963932252042	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0069_000000004643	6226	0.5783999208496877	9	4	1	4	3	True	128583	maximal	True	DEN0069_000000004643	0.9760168530222006		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	89.34899999999999	3.0	0.0003466676308138608	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	True	True
AST0005_000000009541	3018	0.5783979811050658	4	4	3	4	3	False	128517	fragment	False	USA0024_01_000000005864	0.23285449490268767		0	0	False	False	1.0	0					non-mobilizable	other	3018.0	100.0	100.0	0.0009385835942929638	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0090_000000001970	6112	0.5783962777022671	5	5	4	4	5	False	122176	maximal	True	MAD0090_000000001970	1.0		5	1	False	False	1.0	0					non-mobilizable	other	3058.0	97.84200000000001	99.0	0.0009148090437118325	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0022_000000028320	1473	0.5783961851722639	2	2	2	2	1	False	74525	fragment	False	DEN0022_000000028320	1.0		0	0	False	False	0.9993211030960083	0					non-mobilizable	no_good_hit	1287.0	77.078	86.0	0.00037705596389899957	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0044_01_000000006360	4646	0.5783948503924559	4	4	4	4	3	False	125459	fragment	False	USA0044_01_000000006360	0.9738089946536491		0	0	False	False	0.9997847676277161	0					non-mobilizable	chromosome	1485.0	88.552	95.0	0.00041469629997502875	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0163_000000002982	6687	0.578386963601853	4	3	2	2	1	True	106903	fragment	False	ISR0053_000000003103	0.9856735856735857		0	0	False	False	0.9998504519462585	0					non-mobilizable	no_good_hit	3601.0	97.52799999999999	54.0	0.6084235453315291	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0002_000000004154	6552	0.578386963601853	5	3	2	2	1	True	106903	fragment	False	ISR0053_000000003103	0.9924928966651713		0	0	False	False	0.9996947646141052	0					non-mobilizable	no_good_hit	3601.0	97.556	55.0	0.6084235453315291	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
SPA0001_000000004987	6552	0.578386963601853	5	3	2	2	1	True	106903	fragment	False	ISR0053_000000003103	0.9924928966651713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3601.0	97.556	55.0	0.6084235453315291	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0053_000000003103	6552	0.578386963601853	5	3	2	2	1	True	106903	fragment	False	ISR0053_000000003103	0.9924928966651713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3601.0	97.556	55.0	0.6084235453315291	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0029_000000007299	6210	0.578386963601853	4	3	2	2	1	True	106903	fragment	False	ISR0053_000000003103	0.9509753219712843		0	0	False	False	0.9977455735206604	0					non-mobilizable	no_good_hit	3259.0	97.57600000000001	53.0	0.550575101488498	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0004_000000005112	5182	0.5783864299502098	7	4	3	4	1	False	52085	fragment	False	FIJ0004_000000005112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0169_000000006679	4111	0.5783788194680759	4	4	4	3	4	False	61428	fragment	False	ISR0169_000000006679	0.996008241050734		0	0	False	False	0.9973242282867432	0					non-mobilizable	chromosome	2914.0	99.382	100.0	0.0005285075675643313	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
AST0010_000000020678	1457	0.5783782178907437	2	2	2	2	2	False	125991	maximal	True	AST0010_000000020678	1.0		270	12	False	False	0.9931365847587585	0					non-mobilizable	no_good_hit	154.0	75.325	10.0	0.00045650535768445476	NZ_JOEI01000001.1	high GC Gram+	Streptomyces scopuliridis RB72 strain NRRL B-24574 contig1.1, whole genome shotgun sequence	True	False
SPA0128_000000015860	2346	0.5783780341330237	4	4	3	2	2	False	3884	fragment	False	SPA0128_000000015860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1474.0	99.796	63.0	0.004480758291532188	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0079_000000027419	2127	0.5783776106885956	3	3	3	3	1	False	69538	maximal	True	DEN0079_000000027419	1.0		4	3	False	False	0.9938880801200867	0					non-mobilizable	no_good_hit	1066.0	94.37100000000001	52.0	0.0030200257482007452	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
ISR0203_000000006043	2795	0.5783750355399432	3	3	0	2	1	False	113326	maximal	True	ISR0203_000000006043	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	2111.0	78.92	75.0	0.004765562147169493	MN577573.1	firmicutes	Uncultured Firmicutes bacterium isolate LL40 clone UCI_5 genomic sequence	True	False
FIJ0001_000000008778	2248	0.5783696104022634	3	3	3	2	1	True	52596	maximal	True	FIJ0001_000000008778	1.0		11	7	False	False	0.995551586151123	0					non-mobilizable	no_good_hit	809.0	99.876	36.0	0.00015641057854298514	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
ENG0204_000000007799	3127	0.5783686356771011	2	2	1	2	2	True	54049	fragment	False	ENG0204_000000007799	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	3127.0	99.073	100.0	0.041240649612791724	AP018811.1	enterobacteria	Escherichia coli E2865 plasmid pE2865-3 DNA, complete genome	False	True
USA0011_01_000000000311	52176	0.5783684715320786	50	22	11	20	11	True	117559	fragment	False	USA0011_01_000000000311	1.0		0	0	False	True	0.9997508525848389	0					non-mobilizable	no_good_hit	203.0	84.729	1.0	0.00963418705584967	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
ENG0030_000000009462	2100	0.5783578682483376	2	2	2	2	2	False	65740	maximal	True	ENG0030_000000009462	1.0		17	4	False	False	0.9871428608894348	0					non-mobilizable	no_good_hit	989.0	80.384	66.0	0.0001503764891534108	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ENG0074_000000008748	2538	0.5783543800304523	3	3	2	3	1	False	79090	maximal	True	ENG0074_000000008748	1.0		17	5	False	False	0.9739952683448792	0					non-mobilizable	chromosome	2434.0	98.316	96.0	0.0008331768842747456	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
AST0010_000000016224	1834	0.5783543390590731	5	5	2	3	4	False	128427	maximal	False	DEN0081_000000003447	0.3385299424996143		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	98.801	100.0	0.025219102128420677	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0135_01_000000011371	1349	0.5783535786569803	2	2	2	2	2	False	31	maximal	True	USA0135_01_000000011371	1.0		54	11	False	False	1.0	0					non-mobilizable	other	1349.0	93.32799999999999	100.0	0.0006459418987720875	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
ENG0146_000000012713	1794	0.5783529885043956	4	4	2	4	1	True	57417	fragment	False	ENG0146_000000012713	1.0		0	0	False	False	0.9960981011390686	0					non-mobilizable	chromosome	1794.0	97.324	100.0	0.00037996094857579277	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
USA0031_01_000000010557	2764	0.5783528965723909	3	3	3	3	2	False	128230	maximal	True	USA0031_01_000000010557	1.0		0	0	False	False	0.9967438578605652	0					non-mobilizable	no_good_hit	1818.0	95.435	66.0	0.001045923008284796	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0150_000000014591	1637	0.5783473164847521	3	3	3	3	3	False	101783	maximal	False	ISR0193_000000014178	0.47674570587759235		0	0	False	False	0.9963347315788269	0					non-mobilizable	no_good_hit	198.0	74.747	12.0	0.004534098269640048	NZ_VULP01000026.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq26, whole genome shotgun sequence	True	False
ISR0122_000000006746	2561	0.5783455443788964	4	3	3	3	2	False	32155	fragment	False	ISR0122_000000006746	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2561.0	99.766	100.0	0.0006799852364283954	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0163_000000003286	6205	0.5783450539163081	8	4	2	4	2	False	56325	fragment	False	ENG0163_000000003286	1.0		0	0	False	False	0.998388409614563	0					non-mobilizable	no_good_hit								True	False
FIJ0107_000000018978	1337	0.578345012876909	2	2	2	2	2	False	42262	maximal	True	FIJ0107_000000018978	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	72.17	31.0	0.01669281203491412	NZ_SMCZ01000024.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_124, whole genome shotgun sequence	True	False
CHI0143_000000014401	1365	0.5783436511103871	2	1	1	1	1	True	79906	maximal	True	CHI0143_000000014401	1.0		1	1	False	False	0.9626373648643494	0					non-mobilizable	chromosome	1237.0	96.039	91.0	0.00045458460537271155	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	True
ISR0088_000000014065	1740	0.5783384126677884	3	3	3	2	2	False	115981	fragment	False	ISR0088_000000014065	1.0		0	0	False	False	0.9988505840301514	0					non-mobilizable	no_good_hit	1051.0	90.676	60.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0009_000000014523	2469	0.5783356663565052	4	3	3	2	2	False	12627	fragment	False	SPA0009_000000014523	0.9675993928066897		0	0	False	False	0.9951397180557251	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.751312045160491e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	False
SPA0096_000000012777	2968	0.5783356573809212	2	2	2	2	2	False	77797	maximal	True	SPA0096_000000012777	0.9964246893380752		4	3	True	True	1.0	19					non-mobilizable	no_good_hit	983.0	75.07600000000001	37.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
DEN0021_000000012290	2794	0.5783356573809212	2	2	2	2	2	False	77797	maximal	False	SPA0096_000000012777	0.9774258760107817		0	0	True	True	0.9967787861824036	1					non-mobilizable	no_good_hit	983.0	75.07600000000001	39.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
FIJ0153_000000004874	5741	0.5783353108599549	5	3	2	3	3	False	51778	fragment	False	FIJ0153_000000004874	1.0		0	0	False	False	0.9975613951683044	0					non-mobilizable	other	5150.0	98.544	90.0	0.36927940225590916	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0194_000000019623	1390	0.5783331942359673	2	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.4520935140501462		0	0	False	False	0.9985611438751221	0					non-mobilizable	chromosome	1302.0	95.469	94.0	0.00042401227156746576	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
CAN0017_000000002366	16585	0.5783217272964184	15	12	8	12	8	True	105273	maximal	True	CAN0017_000000002366	1.0		33	10	True	True	1.0	68					non-mobilizable	no_good_hit	2665.0	99.55	17.0	0.004065512126336095	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	True
ISR0167_000000013597	2159	0.5783158451295655	3	3	3	3	3	False	131450	maximal	True	ISR0167_000000013597	1.0		4	2	False	False	0.9990736246109009	0					non-mobilizable	no_good_hit	1173.0	79.54	54.0	0.016231593038821955	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0092_000000016513	1148	0.578314663949766	2	2	2	2	1	False	15694	maximal	True	MAD0092_000000016513	1.0		7	5	False	False	0.9599303007125854	0					non-mobilizable	other	1148.0	98.084	100.0	0.006548523014033365	NZ_PPCX01000008.1	firmicutes	Veillonella rogosae JCM 15642 Contig_8_len_175154, whole genome shotgun sequence	False	False
ISR0781_000000020470	1475	0.5783136649306564	2	2	2	2	1	False	22287	fragment	False	ISR0781_000000020470	0.9732142857142858		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	94.04299999999999	100.0	0.0004001895279618381	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0156_000000002829	5522	0.5783128057345066	3	3	3	3	1	False	101880	maximal	True	ENG0156_000000002829	1.0		2	2	False	False	0.9981890916824341	0					non-mobilizable	no_good_hit	3045.0	72.775	54.0	0.0014664332544659224	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0063_000000005462	5021	0.5783128057345066	3	3	3	3	1	False	101882	fragment	False	DEN0045_000000006036	0.9248154981549817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	96.31	45.0	0.023140071831708568	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
AST0101_000000003555	2471	0.5783115290761149	5	4	1	3	3	True	108506	maximal	True	AST0101_000000003555	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2471.0	99.838	100.0	0.018533664488148208	CP056202.1	enterobacteria	Citrobacter sp. RHBSTW-00986 plasmid pRHBSTW-00986_3, complete sequence	False	True
SPA0067_000000006107	3643	0.5783096181450808	7	5	3	3	3	False	6047	maximal	True	SPA0067_000000006107	1.0		1	1	False	False	0.9980785250663757	0					non-mobilizable	no_good_hit	936.0	94.551	28.0	0.0003698018613492191	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0042_000000003848	5877	0.5783074587764295	6	4	3	2	1	True	119499	fragment	False	FIJ0042_000000003848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3979.0	97.814	76.0	0.0008076493202081859	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
TAN0007_000000006990	4704	0.5783038259417229	8	6	3	4	6	False	119854	maximal	True	TAN0007_000000006990	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000039229	1165	0.5783006624206535	2	1	1	1	1	False	5299	maximal	True	SPA0092_000000039229	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0012_000000015318	1518	0.5782996843683078	2	2	2	2	1	False	102774	fragment	False	ENG0012_000000015318	0.9857346429610399		0	0	False	False	0.9861660003662109	0					non-mobilizable	other	1518.0	99.473	100.0	0.046691289627577716	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
SPA0151_000000013897	1400	0.5782945758558449	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.07405483401990978	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1396.0	87.178	99.0	0.01895904131640136	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0070_000000018905	1376	0.5782945758558449	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.07441576809206173	PS1059	0	0	False	True	0.9869186282157898	0					non-mobilizable	other	1389.0	79.77	100.0	0.024458544539364076	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	True
ISR0378_000000001574	9758	0.5782943892704874	9	7	6	7	5	True	132046	fragment	False	ISR0378_000000001574	0.9772079858225342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	11.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
CHI0086_000000000744	5798	0.5782925753719287	7	7	7	7	6	False	102827	maximal	False	CHI0048_000000002579	0.9636319058515854		0	0	False	False	0.9984477162361145	0					non-mobilizable	other	5798.0	99.569	100.0	0.002546059208064468	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0164_000000012896	2084	0.5782923336122077	4	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.4826401358499639		0	0	False	False	0.9971209168434143	0					non-mobilizable	chromosome	2089.0	81.905	100.0	0.0006994426337549399	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0118_000000004532	3208	0.5782866390220299	4	4	3	3	2	False	120378	maximal	True	ISR0118_000000004532	1.0		6	3	False	False	0.9993765354156494	0					non-mobilizable	other	3236.0	97.34200000000001	100.0	0.01848	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0176_000000005454	1397	0.5782863921876065	2	1	1	1	1	False	77707	fragment	False	CHI0176_000000005454	0.989967001060638		0	0	False	False	1.0	0					non-mobilizable	chromosome	1397.0	98.21	100.0	0.00040467462971256795	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0050_000000013630	1768	0.5782809707442415	3	3	3	3	3	False	17523	maximal	True	MAD0050_000000013630	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	75.991	44.0	0.00010882649276227184	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
MAD0096_000000001048	12340	0.5782807182221174	15	11	7	10	7	True	15540	backbone	True	MAD0096_000000001048	0.9833225125791267	PS33	1	1	True	True	0.9982982277870178	1					non-mobilizable	no_good_hit								True	True
MON0006_000000006007	3370	0.5782768221997511	6	2	1	2	2	True	46764	fragment	False	FIJ0051_000000006157	0.9446373010768987		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
MON0021_000000015742	1886	0.5782582722655492	2	2	2	1	1	False	13064	maximal	True	MON0021_000000015742	1.0		59	9	False	False	0.9533404111862183	0					non-mobilizable	no_good_hit	323.0	74.613	17.0	0.0266384778012685	NZ_CBVI010000173.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0184_000000003971	3259	0.5782566509968721	4	4	4	4	4	False	46249	maximal	True	ISR0184_000000003971	1.0		1	1	False	False	0.9996931552886963	0					non-mobilizable	chromosome	2323.0	99.699	100.0	0.0004429211585077868	CP056873.1	enterobacteria	Escherichia coli strain RHBSTW-00081 chromosome, complete genome	False	False
MON0092_000000003670	10637	0.5782540536187889	4	3	3	3	1	False	95355	maximal	True	MON0092_000000003670	1.0		3	1	False	False	0.9991539120674133	0					non-mobilizable	no_good_hit	852.0	91.54899999999999	18.0	0.00029782319925859374	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0013_000000005135	4185	0.5782514054072451	4	4	4	4	4	False	100829	maximal	False	MAD0105_000000007546	0.997148288973384		0	0	False	False	0.9985663294792175	0					non-mobilizable	no_good_hit	968.0	86.98299999999999	43.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0034_000000023271	1498	0.5782503760050905	2	1	1	1	1	False	7145	maximal	True	SPA0034_000000023271	1.0		176	12	False	False	0.9819759726524353	0					non-mobilizable	chromosome	1504.0	93.484	100.0	0.00034083325876894304	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MON0092_000000044315	1259	0.5782480274726064	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.09174280339105889		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	91.125	100.0	0.00040225326290892926	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0119_000000005584	5804	0.5782464559363432	5	3	2	2	1	False	108805	maximal	True	ISR0119_000000005584	1.0		1	1	False	False	0.9972432851791382	0					non-mobilizable	no_good_hit	63.0	95.238	1.0	0.0015177904951480467	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
SPA0008_000000025231	1205	0.5782446415015747	1	1	1	1	1	False	47885	fragment	False	FIJ0036_000000034712	0.9478260869565218		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	83.071	99.0	0.002162928594493281	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0008_000000013164	2548	0.578236099387813	2	1	1	1	1	False	13864	maximal	True	MON0008_000000013164	1.0		110	12	False	False	0.9693877696990967	0					non-mobilizable	no_good_hit	2036.0	99.31200000000001	80.0	0.0372662845422748	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0146_000000009279	2026	0.5782312956628779	2	2	2	2	2	False	85286	maximal	True	FIJ0146_000000009279	1.0		35	4	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	79.665	64.0	0.0017102805699536231	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
SPA0023_000000015231	1821	0.5782282914593044	3	3	2	3	1	False	113756	fragment	False	ISR0059_000000003816	0.41259904431544603		0	0	False	False	0.9950576424598694	0					non-mobilizable	chromosome	1825.0	94.46600000000001	100.0	0.0005088230988894054	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0112_000000016075	1722	0.5782248634418725	3	3	2	3	3	False	111307	fragment	False	ENG0005_000000013743	0.94564305442431		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	97.677	100.0	0.008306305262751458	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0048_000000003364	6086	0.5782195181832098	7	7	4	4	6	False	126790	maximal	True	MAD0048_000000003364	1.0		1	1	False	False	0.9965494871139526	0					non-mobilizable	no_good_hit	2076.0	79.913	53.0	0.0025334442918832673	NZ_DS995474.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld1, whole genome shotgun sequence	True	False
FIJ0011_000000029594	1536	0.5782065936655043	3	2	2	1	1	False	50926	maximal	True	FIJ0011_000000029594	1.0		38	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000006785	4742	0.5782039766690382	10	2	2	2	2	True	70485	fragment	False	SPA0062_000000006785	1.0		0	0	False	False	0.997469425201416	0					non-mobilizable	no_good_hit								True	True
MON0039_000000010308	4274	0.5782039766690382	8	2	2	2	2	True	70484	fragment	False	MON0039_000000010308	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0071_000000010638	3564	0.5782039766690382	6	2	2	2	2	True	70483	fragment	False	DEN0071_000000010638	1.0		0	0	False	False	0.9997194409370422	0					non-mobilizable	no_good_hit								True	True
ENG0074_000000002572	8285	0.5782037392266793	9	8	5	5	7	True	62192	maximal	True	ENG0074_000000002572	1.0		1	1	False	False	1.0	0	rep_cluster_1085	MOBV			mobilizable	no_good_hit	2252.0	81.39399999999999	44.0	0.4546009771986971	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
ISR0259_000000005669	2620	0.5782034768179678	3	3	3	3	2	False	26751	maximal	True	ISR0259_000000005669	1.0		14	5	False	False	0.9996182918548584	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.7490853376862237e-06	LR131978.1	bony fishes	Parambassis ranga genome assembly, chromosome: 6	True	False
DEN0051_000000021550	2127	0.5782000972809007	3	3	3	3	3	False	72540	fragment	False	DEN0051_000000021550	1.0		0	0	False	False	0.9990597367286682	0					non-mobilizable	chromosome	2127.0	99.53	100.0	0.0011769299574366742	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ISR0176_000000009902	3356	0.5781996578956426	4	4	3	4	4	False	98894	maximal	True	ISR0176_000000009902	1.0		26	5	False	False	0.9997020363807678	0					non-mobilizable	no_good_hit	2002.0	76.42399999999999	59.0	0.0031410531164236775	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
DEN0065_000000011701	2876	0.5781993189371936	4	4	4	4	4	False	71122	fragment	False	DEN0065_000000011701	1.0		0	0	False	False	0.996175229549408	0					non-mobilizable	other	2876.0	99.93	100.0	0.060083594566353184	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
ISR0112_000000000578	27629	0.578196188099466	19	4	3	4	2	True	107832	fragment	False	ISR0112_000000000578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	17582.0	94.98899999999999	88.0	0.6247776275528357	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ENG0166_000000000716	25647	0.578196188099466	17	4	3	4	2	True	107831	fragment	False	ENG0166_000000000716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	15082.0	97.447	86.0	0.5360421262363908	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ENG0134_000000020263	1939	0.578195561198859	3	3	3	3	2	False	58188	maximal	True	ENG0134_000000020263	1.0		27	6	False	False	0.9963898658752441	0					non-mobilizable	no_good_hit	565.0	90.619	31.0	0.007180048630825833	NZ_MBEW02000009.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_9_length_78551_cov_233.8, whole genome shotgun sequence	True	False
ETH0001_000000000703	19509	0.5781954497095849	24	12	9	12	4	True	53612	maximal	True	ETH0001_000000000703	1.0		1	1	False	False	0.9998974800109863	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	7.293259971521078e-06	NZ_LS483470.1	enterobacteria	Leminorella richardii strain NCTC12151 chromosome 1	True	True
ENG0006_000000007310	3322	0.5781906773689377	4	4	4	4	3	False	98954	fragment	False	DEN0085_000000009417	0.9813510713747272		0	0	False	False	1.0	0					non-mobilizable	other	2735.0	99.415	100.0	0.0004772140751969992	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0317_000000020037	1177	0.5781829672235338	2	2	1	2	1	False	34080	maximal	False	ISR0083_000000023000	0.9744732576985413		0	0	False	False	0.99745112657547	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000016470	1854	0.5781829608461118	4	4	2	2	3	False	29761	maximal	True	ISR0177_000000016470	1.0		16	4	False	False	1.0	0					non-mobilizable	chromosome	1854.0	99.89200000000001	100.0	0.0003926757600172582	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ENG0208_000000008423	3609	0.5781814550281723	6	4	3	3	3	False	128855	maximal	True	ENG0208_000000008423	1.0	PS1059	9	6	False	True	1.0	0					non-mobilizable	no_good_hit	1913.0	100.0	59.0	0.01821698409824976	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
ENG0191_000000018674	1701	0.5781789412278997	2	2	2	2	2	False	85290	fragment	False	MON0081_000000031907	0.9670816089843511		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	99.118	100.0	0.024547318566436594	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0102_000000019611	1664	0.5781789412278997	2	2	2	2	2	False	85290	fragment	False	MON0081_000000031907	0.9634409478020555		0	0	False	False	0.9987980723381042	0					non-mobilizable	other	1664.0	99.15899999999999	100.0	0.024013053397637683	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0031_01_000000002179	13676	0.578178430866113	12	4	3	3	1	True	28597	maximal	True	USA0031_01_000000002179	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	95.81	3.0	0.00237095477317866	NZ_QRHR01000007.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf7, whole genome shotgun sequence	True	True
ISR0308_000000013062	1419	0.5781764446730514	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.07374425542790239	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1312.0	88.186	92.0	0.006059148389006577	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0161_000000015342	1362	0.5781764446730514	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.06278909088181152	PS816	0	0	False	True	0.9992657899856567	0					non-mobilizable	other	1288.0	82.22	95.0	0.06395262031553277	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
USA0012_01_000000003280	1341	0.5781764446730514	1	1	1	1	1	False	71795	fragment	False	USA0012_01_000000003280	0.9659685863874345		0	0	False	False	0.9985085725784302	0					non-mobilizable	chromosome	1317.0	79.499	98.0	0.00037261745271882743	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0129_000000020962	1295	0.578175470259251	1	1	1	1	1	False	58500	maximal	True	ENG0129_000000020962	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1003.0	97.906	99.0	0.004569062612573586	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0009_000000024638	1692	0.5781732957256279	1	1	1	1	1	False	92732	maximal	True	FIJ0009_000000024638	1.0		28	10	False	False	0.9988179802894592	0					non-mobilizable	no_good_hit								True	False
FIJ0072_000000002619	9248	0.5781722414568906	9	8	6	7	4	True	44788	fragment	False	FIJ0072_000000002619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	5.464182285121031e-05	NZ_QGOK01000003.1	g-proteobacteria	Marinomonas shanghaiensis strain DSL-35 contig3, whole genome shotgun sequence	True	True
ISR0312_000000012723	1458	0.578169057935149	2	2	2	2	1	False	25250	maximal	True	ISR0312_000000012723	1.0		1	1	False	False	0.9794238805770874	0					non-mobilizable	no_good_hit	244.0	73.77	16.0	5.283376224539477e-05	NZ_MCGV01000001.1	firmicutes	Clostridium pasteurianum strain GL11 contig.1, whole genome shotgun sequence	True	False
SPA0090_000000001179	17052	0.5781687215657357	33	10	6	9	6	False	89747	maximal	True	SPA0090_000000001179	1.0		2	2	True	True	1.0	4					non-mobilizable	no_good_hit	278.0	79.49600000000001	2.0	0.008485297293961554	NC_031017.1	viruses	Lactococcus phage 63301, complete genome	True	True
FIJ0141_000000015216	1933	0.5781585700337398	4	3	3	2	1	True	116009	fragment	False	FIJ0141_000000015216	1.0		0	0	False	False	0.9994826912879944	0					non-mobilizable	no_good_hit	120.0	78.333	6.0	0.0002639968231642792	NZ_FNRQ01000005.1	b-proteobacteria	Paraburkholderia sartisoli strain LMG 24000, whole genome shotgun sequence	True	True
MON0082_000000011252	2832	0.5781570315307929	5	3	3	3	3	False	125067	fragment	False	MON0082_000000011252	0.9659949622166246		0	0	False	False	0.9989407062530518	0					non-mobilizable	other	2190.0	98.35600000000001	92.0	0.020729951892117127	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
FIJ0120_000000007217	3158	0.5781544442111487	5	4	4	2	2	False	119689	fragment	False	FIJ0120_000000007217	1.0		0	0	False	False	0.9968334436416626	0					non-mobilizable	no_good_hit	80.0	86.25	3.0	1.746017492827723e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0147_000000008296	2340	0.5781540512460718	4	3	3	3	3	False	107564	fragment	False	TAN0018_000000004011	0.6045523104346634		0	0	False	False	0.9944444298744202	0					non-mobilizable	other	2319.0	88.443	100.0	0.0006933891978814748	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0113_01_000000003071	6098	0.578152286566325	7	7	3	5	6	True	123607	fragment	False	ISR0087_000000003064	0.8082214745677018		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6100.0	97.541	100.0	0.0013860657588937702	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	True
MAD0090_000000004009	3055	0.5781495416358142	3	1	1	1	1	True	15794	maximal	True	MAD0090_000000004009	1.0		14	2	False	False	1.0	0					non-mobilizable	other	3073.0	93.882	100.0	0.001114007238497001	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	True
ISR0029_000000006984	6456	0.5781475674694511	11	10	7	7	8	True	37153	maximal	True	ISR0029_000000006984	1.0		1	1	False	False	0.9993804097175598	0					non-mobilizable	no_good_hit	2106.0	99.85799999999999	34.0	0.013976495584622535	CP041256.1	firmicutes	Enterococcus faecium strain 515 plasmid p26, complete sequence	True	True
ISR0348_000000006688	2278	0.5781459303801577	3	3	2	3	3	False	124227	fragment	False	ISR0348_000000006688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	99.945	80.0	0.0005155677195943373	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0024_000000010966	2181	0.5781446360994303	3	2	1	2	1	False	79310	maximal	True	ISR0024_000000010966	1.0		11	3	False	False	0.9940394163131714	0					non-mobilizable	no_good_hit								True	False
MON0104_000000030628	1494	0.5781406373954292	2	2	1	2	0	True	40736	fragment	False	MON0104_000000030628	1.0		0	0	False	False	0.9959839582443237	0					non-mobilizable	other	1476.0	99.86399999999999	99.0	0.008495858628912415	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AST0061_000000024232	1733	0.5781382507591417	2	2	2	2	2	False	131699	fragment	False	AST0140_000000015176	0.7038110084612886		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	95.788	100.0	0.015774278454266433	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
MON0038_000000023436	1461	0.5781370285528395	3	3	2	3	2	False	11991	maximal	True	MON0038_000000023436	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	99.132	32.0	0.0008488698036711774	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	False
CHI0144_000000014370	1211	0.5781357715408488	2	2	2	2	1	False	79795	fragment	False	CHI0144_000000014370	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1145.0	98.865	95.0	0.0018496642123149122	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0151_000000019870	1123	0.5781295567041507	2	2	2	1	0	False	30746	fragment	False	ISR0151_000000019870	1.0		0	0	False	False	0.9759572744369507	0					non-mobilizable	other	767.0	96.089	100.0	0.0002750419205538181	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0094_000000011849	1519	0.5781277516379824	2	2	2	1	1	False	127820	fragment	False	ISR0094_000000011849	0.9774834437086093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	93.12700000000001	85.0	0.0004167575872926647	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0311_000000014416	1572	0.5781142818288679	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.36409329270794166		0	0	False	False	0.9993638396263123	0					non-mobilizable	other	1566.0	90.35799999999999	100.0	0.00048562445830007176	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0033_000000002326	11037	0.5781040311631701	14	12	7	7	10	True	66664	maximal	True	SPA0033_000000002326	1.0		4	3	False	False	1.0	0					non-mobilizable	other	8165.0	88.21799999999999	91.0	0.002570648506956329	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	False	True
USA0071_01_000000008050	1417	0.5781037718831449	2	1	1	1	1	False	736	fragment	False	USA0071_01_000000008050	1.0		0	0	False	False	0.9978828430175781	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	0.009443339960238568	XM_008621624.1	oomycetes	Saprolegnia diclina VS20 hypothetical protein mRNA	True	False
ISR0356_000000004366	3855	0.5780979696031991	3	2	2	2	1	True	34363	maximal	True	ISR0356_000000004366	1.0		1	1	False	False	0.9979247450828552	0					non-mobilizable	no_good_hit	1703.0	98.59100000000001	44.0	0.0003292752402247744	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
ENG0012_000000003341	7147	0.5780957528465633	7	7	5	6	4	True	67101	maximal	True	ENG0012_000000003341	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2507.0	84.48299999999999	58.0	0.0003652216941391428	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	True
AST0031_000000012525	2221	0.5780927833837584	2	1	1	1	1	False	117459	maximal	True	AST0031_000000012525	1.0		1	1	False	False	0.9950472712516785	0					non-mobilizable	chromosome	2052.0	93.421	91.0	0.0010146994976121069	LR134285.1	firmicutes	Streptococcus australis strain NCTC3168 genome assembly, chromosome: 1	False	False
MON0037_000000063392	1215	0.5780927833837584	1	1	1	1	1	False	12033	fragment	False	MON0037_000000063392	1.0		0	0	False	False	0.990123450756073	0					non-mobilizable	other	1216.0	95.395	100.0	0.0007139683949990481	NZ_SRRP01000001.1	firmicutes	Streptococcus rubneri strain DSM 26920 contig1, whole genome shotgun sequence	False	False
ENG0064_000000003928	5816	0.578088242465713	5	4	3	4	3	False	63008	maximal	True	ENG0064_000000003928	1.0		6	4	False	False	0.9982805848121643	0					non-mobilizable	no_good_hit	135.0	77.03699999999999	2.0	1.814193613789201e-05	NZ_CP031742.1	high GC Gram+	Streptomyces koyangensis strain VK-A60T chromosome, complete genome	True	False
SPA0010_000000024366	1112	0.5780850614224041	2	2	2	2	1	True	79236	fragment	False	CHI0187_000000013335	0.9814821818760303		0	0	False	False	0.9811151027679443	0					non-mobilizable	other	1112.0	98.831	100.0	0.030997793850707923	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
FIJ0090_000000028515	1604	0.5780765136173512	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.12358098538459399		0	0	False	False	1.0	0					non-mobilizable	chromosome	1604.0	96.633	100.0	0.0005395604147782333	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0104_000000016169	1667	0.5780762731218496	2	2	2	2	2	False	42491	maximal	True	FIJ0104_000000016169	0.9540540540540541		112	12	False	False	1.0	0					non-mobilizable	chromosome	1669.0	80.348	99.0	0.0004759920946679371	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	False	False
AUS0024_000000017021	1908	0.5780743473718299	2	2	2	1	1	False	98884	maximal	False	USA0013_01_000000005452	0.9795945168426845		0	0	False	False	0.99947589635849	0					non-mobilizable	chromosome	1907.0	100.0	99.0	0.00037299471310326906	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ENG0134_000000023055	1699	0.5780720687961484	3	3	3	2	1	False	114361	fragment	False	ISR0196_000000008430	0.3743995195664461		0	0	False	False	1.0	0					non-mobilizable	chromosome	1554.0	81.274	91.0	0.0004464175714594231	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0062_000000018882	1707	0.5780704862728862	3	2	2	2	2	False	80218	fragment	False	SPA0062_000000018882	0.9955105448899921		0	0	False	False	0.9912126660346985	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000004862	5023	0.5780666491950252	6	5	4	4	4	False	18409	maximal	True	MAD0040_000000004862	1.0		3	1	False	False	0.9898467063903809	0					non-mobilizable	no_good_hit	4491.0	99.844	89.0	0.0016412714333965473	CP055231.1	firmicutes	Enterococcus hirae strain 13144 chromosome, complete genome	True	False
FIJ0087_000000009263	3368	0.5780655020453028	6	5	5	5	3	False	43745	maximal	True	FIJ0087_000000009263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	77.194	48.0	0.00035114180156090735	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0367_000000000552	18239	0.5780627263840336	22	8	1	8	0	False	23599	maximal	True	ISR0367_000000000552	1.0		1	1	False	False	0.9992324113845825	0					non-mobilizable	virus	5949.0	90.318	93.0	0.31494850833421806	NC_049931.1	viruses	Enterococcus phage vB_EfaP_IME199, complete genome	False	False
CAN0017_000000014216	2530	0.5780620644832928	2	2	2	2	2	False	95279	maximal	True	CAN0017_000000014216	1.0		640	15	False	False	1.0	0					non-mobilizable	chromosome	2547.0	97.291	100.0	0.0007371687559878656	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0004_000000001895	2825	0.5780592852131308	4	4	4	4	2	False	90858	maximal	True	CHI0004_000000001895	1.0		673	14	False	False	0.9939823150634766	0					non-mobilizable	other	1921.0	98.022	99.0	0.0005739994397526302	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0162_000000021198	1534	0.5780564145258102	3	2	2	2	2	False	99124	fragment	False	FIJ0006_000000021361	0.7626366575983695		0	0	False	False	0.9908735156059265	0					non-mobilizable	chromosome	1534.0	95.56700000000001	100.0	0.0005209117348535483	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0003_000000020220	1607	0.5780533336573269	2	1	1	1	1	False	131318	maximal	False	SPA0137_000000022481	0.9732798251806812		0	0	False	False	0.9975109100341797	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	0.00019607753726613193	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0158_000000002526	6119	0.5780532662209038	7	6	3	4	5	False	30514	maximal	True	ISR0158_000000002526	1.0		18	4	False	False	0.9954240918159485	0					non-mobilizable	no_good_hit	3437.0	99.855	56.0	0.000664551381358995	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0157_000000019699	1609	0.5780506592478681	2	2	1	1	2	False	30543	maximal	False	ISR0214_000000018293	0.9888132098835273		0	0	False	False	0.998757004737854	0					non-mobilizable	no_good_hit	198.0	73.737	12.0	0.0019793381335649293	NZ_FQYT01000009.1	firmicutes	Parasporobacterium paucivorans DSM 15970, whole genome shotgun sequence	True	False
ISR0126_000000008537	5669	0.578050038266523	11	8	5	6	4	False	32005	maximal	True	ISR0126_000000008537	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	75.127	7.0	0.017371601208459216	NZ_SMMX01000028.1	firmicutes	Extibacter muris strain DSM 28560 NODE_28_length_22508_cov_61.321523, whole genome shotgun sequence	True	False
ENG0068_000000004251	5323	0.5780491495837309	5	2	1	2	1	True	105265	maximal	True	ENG0068_000000004251	1.0	PS355|PS356|PS632	1	1	True	True	1.0	21					non-mobilizable	no_good_hit	2625.0	87.429	85.0	0.5803771890435564	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	True	True
ISR0157_000000003909	6851	0.578046991194794	6	6	6	6	6	False	109778	maximal	True	ISR0157_000000003909	1.0		32	8	False	False	0.9998540282249451	0					non-mobilizable	no_good_hit	225.0	89.333	3.0	8.666225194387706e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0797_000000009628	1131	0.5780456669712248	2	1	1	1	1	True	66099	fragment	False	ENG0025_000000024478	0.9817866435385949		0	0	False	False	0.9752431511878967	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	0.0003467229581586971	NZ_FQXI01000007.1	firmicutes	Anaerosphaera aminiphila DSM 21120, whole genome shotgun sequence	True	True
ENG0194_000000015251	1753	0.5780426946188635	3	3	2	3	2	False	103887	fragment	False	ENG0194_000000015251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	75.592	24.0	0.00013505137592855878	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0078_000000000507	19210	0.5780421341026436	15	12	9	9	8	False	5679	maximal	True	SPA0078_000000000507	1.0		5	1	False	False	1.0	0					non-mobilizable	chromosome	10086.0	92.544	95.0	0.001819807631168322	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0107_000000011074	2861	0.5780390515289643	3	3	2	2	3	False	55139	fragment	False	SPA0107_000000011074	1.0		0	0	False	False	0.9958056807518005	0					non-mobilizable	no_good_hit	1104.0	73.732	38.0	0.0018741880293338823	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ISR0393_000000007577	2319	0.5780380021326528	4	3	3	3	3	False	79664	fragment	False	MON0105_000000018460	0.6942998455447257		0	0	False	False	1.0	0					non-mobilizable	other	2319.0	99.13799999999999	100.0	0.00897743248529258	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0179_000000006568	2787	0.5780374177178079	2	2	2	2	0	True	120116	maximal	True	CHI0179_000000006568	1.0		8	3	False	False	0.9989235997200012	0					non-mobilizable	no_good_hit	1710.0	85.73100000000001	61.0	0.5352422907488987	KX125107.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CH_5 genomic sequence	True	True
ISR0255_000000017388	1856	0.5780353122276133	3	3	3	3	2	False	122097	fragment	False	DEN0005_000000016454	0.62905382815112		0	0	False	False	1.0	0					non-mobilizable	other	1856.0	94.935	100.0	0.000577087360760175	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0133_000000005985	4104	0.5780327843428114	7	4	4	4	4	False	109350	fragment	False	CAN0002_000000003784	0.9428612957036677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	77.395	35.0	0.0002841075123227439	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0162_000000020024	1615	0.5780284588066869	3	2	1	1	2	False	78550	maximal	True	CHI0162_000000020024	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	77.57	59.0	0.0002879960171150188	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
MAD0087_000000023957	1320	0.5780276424584678	2	1	1	1	1	False	15964	maximal	True	MAD0087_000000023957	1.0		1	1	False	False	0.9984848499298096	0					non-mobilizable	no_good_hit	383.0	74.67399999999999	28.0	0.008388079379873155	NZ_QEKH01000037.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_137, whole genome shotgun sequence	True	False
CHI0010_000000002566	3209	0.5780271467984829	5	4	2	4	3	True	90364	fragment	False	ISR0151_000000005507	0.9746146396020772		0	0	False	False	0.999065101146698	0					non-mobilizable	plasmid	2879.0	94.964	100.0	0.023143264375961283	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
AST0002_000000030651	1226	0.5780267633628187	1	1	1	1	1	False	130961	fragment	False	MON0002_000000022795	0.980095541401274		0	0	False	False	0.945350706577301	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0005454687134730772	NZ_QKWJ01000052.1	b-proteobacteria	Cupriavidus lacunae strain S23 Cupriavidus_S23_52, whole genome shotgun sequence	True	False
CHI0116_000000008300	1968	0.5780262904959259	2	2	1	1	2	False	82169	fragment	False	CHI0116_000000008300	1.0		0	0	False	False	0.9994918704032898	0					non-mobilizable	other	1964.0	98.829	99.0	0.0004004312336362236	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
ISR0814_000000013789	2844	0.5780261643366479	3	3	3	3	1	False	21541	maximal	True	ISR0814_000000013789	1.0		14	5	False	False	0.9862869381904602	0					non-mobilizable	no_good_hit	1293.0	87.85799999999999	50.0	0.011446557609611207	NZ_QEKJ01000007.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_107, whole genome shotgun sequence	True	False
USA0036_01_000000021727	1440	0.5780229299913242	2	2	2	2	2	True	50606	maximal	True	USA0036_01_000000021727	1.0		48	6	False	False	0.9833333492279053	0					non-mobilizable	other	1443.0	97.921	100.0	0.0030724630233892585	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
ISR0140_000000013022	1799	0.5780194508386733	3	3	3	2	2	False	122999	fragment	False	MAD0108_000000009258	0.7110234570861544		0	0	False	False	1.0	0					non-mobilizable	chromosome	1801.0	88.28399999999999	100.0	0.0006041864906593441	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0079_000000010256	2664	0.578013081836417	4	3	3	1	1	False	41739	fragment	False	ISR0079_000000010256	0.996586345381526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	85.60799999999999	15.0	0.00044199608549562566	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
MAD0103_000000022551	1112	0.5780121654046666	3	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.0077451745725612645		0	0	False	False	0.9865108132362366	0					non-mobilizable	other	1112.0	97.75200000000001	100.0	0.002321024931153382	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0085_000000017874	1654	0.5780119932924149	4	4	4	2	2	False	125939	fragment	False	MON0085_000000017874	1.0		0	0	False	False	0.9770253896713257	0					non-mobilizable	other	1654.0	99.214	100.0	0.08476923076923076	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0145_000000006514	4995	0.5780015843081466	7	5	5	3	3	False	31077	fragment	False	ISR0145_000000006514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	93.50200000000001	6.0	0.034137291280148425	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
MAD0061_000000007937	2156	0.5780009133353727	4	4	4	4	3	False	101087	fragment	False	TAN0024_000000004209	0.990858620731514		0	0	False	False	1.0	0					non-mobilizable	chromosome	1935.0	86.04700000000001	97.0	0.0005103062931462904	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0083_01_000000023125	1135	0.5779970053226225	1	1	1	1	1	False	488	maximal	True	USA0083_01_000000023125	1.0		15	6	False	False	0.983259916305542	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	1.2350527738050246e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0047_01_000000027833	1306	0.5779950174912646	2	2	2	2	1	False	83918	fragment	False	CHI0099_000000003479	0.536529507375523		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	97.473	100.0	0.00046049824851873065	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0030_000000013167	2325	0.5779890860188034	2	1	1	1	1	False	66041	maximal	True	SPA0030_000000013167	1.0		1	1	False	False	0.9948387145996094	0					non-mobilizable	no_good_hit	61.0	93.443	3.0	0.003555287737270262	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0032_000000019737	1698	0.5779890860188034	1	1	1	1	1	False	66043	maximal	True	ISR0032_000000019737	1.0		0	0	False	False	0.9982331991195679	0					non-mobilizable	no_good_hit	171.0	86.55	10.0	0.03644597800301919	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	False
ISR0152_000000018744	1266	0.5779890860188034	1	1	1	1	1	False	66037	fragment	False	ENG0026_000000009412	0.9621484112374297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0268_000000017994	1125	0.5779890860188034	1	1	1	1	1	False	64211	fragment	False	ENG0191_000000023766	0.3939446154456437		0	0	False	False	0.988444447517395	0					non-mobilizable	no_good_hit								True	False
ENG0065_000000011854	2338	0.5779838111625722	3	3	2	3	2	False	62859	maximal	True	ENG0065_000000011854	1.0		3	2	False	False	0.9970059990882874	0					non-mobilizable	no_good_hit	907.0	78.39	39.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ENG0154_000000030624	1125	0.5779815853883342	1	1	1	1	1	False	56790	fragment	False	ENG0154_000000030624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0312_000000000077	48884	0.5779792063311138	67	25	17	23	15	False	25274	maximal	True	ISR0312_000000000077	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	76.882	0.0	0.030203545633617858	NZ_FUXF01000033.1	mycoplasmas	Mycoplasmopsis verecunda strain ATCC 27862, whole genome shotgun sequence	True	False
FIJ0061_000000001639	12651	0.5779789156402546	11	11	9	10	11	False	101322	fragment	False	FIJ0093_000000001367	0.9497679659979302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.694	11.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0004_000000001783	12651	0.5779789156402546	11	11	9	10	11	False	101322	fragment	False	FIJ0093_000000001367	0.9497679659979302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.694	11.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0005_000000007931	5643	0.57797875757835	10	5	4	3	1	False	14152	maximal	True	MON0005_000000007931	1.0		12	6	False	False	0.9911394715309143	0					non-mobilizable	no_good_hit	378.0	98.677	7.0	5.811009628241815e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MAD0038_000000007865	1817	0.5779735722617702	2	2	2	2	2	False	18543	maximal	True	MAD0038_000000007865	1.0		8	4	False	False	0.9977985620498657	0					non-mobilizable	no_good_hit	54.0	88.889	3.0	0.00012474286494348913	NZ_FNWW01000002.1	firmicutes	Halobacillus karajensis strain DSM 14948, whole genome shotgun sequence	True	False
DEN0052_000000005503	6058	0.5779706119204725	3	2	2	2	1	False	72352	fragment	False	DEN0052_000000005503	1.0		0	0	False	False	0.999504804611206	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	7.945869493796222e-06	NZ_SZNK01000001.1	firmicutes	Brevibacillus antibioticus strain TGS2-1 TGS2-1_contig1, whole genome shotgun sequence	True	False
FIJ0058_000000011549	3380	0.5779701315176256	2	2	2	2	2	False	46046	maximal	False	FIJ0145_000000003760	0.9968710543492765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1572.0	76.654	48.0	0.00048469116337700944	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0145_000000003760	3367	0.5779701315176256	3	2	2	2	2	False	46046	maximal	True	FIJ0145_000000003760	0.9987403488047195		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1572.0	76.654	48.0	0.00048469116337700944	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0090_000000012293	3355	0.5779701315176256	3	2	2	2	2	False	46046	maximal	False	FIJ0145_000000003760	0.9962138615783611		0	0	False	False	0.9997019171714783	0					non-mobilizable	no_good_hit	1572.0	76.654	48.0	0.00048469116337700944	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0153_000000008063	3346	0.5779701315176256	3	2	2	2	2	False	46046	maximal	False	FIJ0145_000000003760	0.9938414164139259		0	0	False	False	0.9991034269332886	0					non-mobilizable	no_good_hit	1572.0	76.654	48.0	0.00048469116337700944	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0172_000000012498	1315	0.5779691077098482	2	2	2	2	1	False	29930	maximal	True	ISR0172_000000012498	1.0		45	11	False	False	0.9984790682792664	0					non-mobilizable	no_good_hit	620.0	84.03200000000001	86.0	0.002294864034875992	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0026_000000022692	1241	0.5779658958315783	2	2	2	2	1	True	74128	fragment	False	DEN0026_000000022692	0.9953151618398637		0	0	False	False	0.9959709644317627	0					non-mobilizable	no_good_hit	438.0	77.169	35.0	0.0031992955679483416	NZ_SLZZ01000008.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_108, whole genome shotgun sequence	True	True
ENG0170_000000012027	1174	0.5779658958315783	2	2	2	2	1	True	74128	fragment	False	DEN0026_000000022692	0.968573730862208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	77.117	37.0	0.0031992955679483416	NZ_SLZZ01000008.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_108, whole genome shotgun sequence	True	True
ISR0032_000000016946	1967	0.577961608372597	4	3	2	2	3	False	36939	maximal	True	ISR0032_000000016946	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	96.17	61.0	0.38493723849372385	KU546416.1	bacteria	Uncultured bacterium clone CH_03F_000_Contig_1 genomic sequence	True	False
ENG0027_000000001272	12547	0.5779612673548842	14	7	5	5	3	True	66006	maximal	True	ENG0027_000000001272	1.0		2	1	False	False	0.9988842010498047	0					non-mobilizable	no_good_hit	4592.0	76.503	36.0	0.001252666707659355	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	True
DEN0062_000000009510	2081	0.5779608570267266	3	2	2	1	1	False	71716	maximal	True	DEN0062_000000009510	1.0		3	2	False	False	0.9884670972824097	0					non-mobilizable	no_good_hit	890.0	99.32600000000001	43.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
FIJ0138_000000005970	2997	0.5779593343863738	5	5	4	4	4	False	40481	maximal	True	FIJ0138_000000005970	1.0		49	5	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	93.774	26.0	0.022900763358778626	NZ_VZBY01000017.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_34_length_33536_cov_23.8737_ID_67, whole genome shotgun sequence	True	False
MAD0105_000000020541	1813	0.5779565675771294	2	2	2	2	2	False	14812	maximal	True	MAD0105_000000020541	1.0		77	9	False	False	0.9983452558517456	0					non-mobilizable	no_good_hit	1252.0	81.949	71.0	0.0003710453201087444	CP010993.1	firmicutes	Clostridium perfringens strain JP55, complete genome	True	False
ISR0170_000000035699	1320	0.5779565429228147	2	2	1	2	1	False	30036	maximal	True	ISR0170_000000035699	1.0		12	6	False	False	0.9772727489471436	0					non-mobilizable	chromosome	1282.0	100.0	97.0	0.0002600801355421534	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
SPA0074_000000011406	1978	0.5779439490987517	3	3	3	2	2	False	5816	fragment	False	SPA0074_000000011406	1.0		0	0	False	False	0.9949443936347961	0					non-mobilizable	other	1978.0	99.141	100.0	0.0025794044276514242	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0151_000000005507	3188	0.5779396152614135	6	4	2	4	4	True	90364	fragment	False	ISR0151_000000005507	0.9747263053992183		0	0	False	False	0.9996863007545471	0					non-mobilizable	plasmid	2878.0	94.927	99.0	0.023151317007964054	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0001_000000011661	2922	0.5779396152614135	5	4	2	4	4	True	90364	fragment	False	ISR0151_000000005507	0.84112298883276		0	0	False	False	0.9996577501296997	0					non-mobilizable	plasmid	2925.0	95.214	100.0	0.023529790712094246	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
MON0061_000000019112	2344	0.5779383638983062	3	3	3	3	2	False	64843	backbone	False	ISR0057_000000009390	0.9984952708512468	PS289	0	0	True	True	0.9914675951004028	6					non-mobilizable	no_good_hit	1369.0	98.758	79.0	0.00046012419650770113	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
DEN0062_000000002878	5432	0.5779383119457701	6	5	4	3	4	True	76496	fragment	False	DEN0062_000000002878	0.9642524529679072		0	0	False	False	1.0	0					non-mobilizable	chromosome	5381.0	97.863	100.0	0.0014324855170912594	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0126_000000014260	2874	0.5779368642363669	4	3	2	3	3	False	119467	maximal	True	SPA0126_000000014260	0.9907801418439717		24	6	False	False	0.9996520280838013	0					non-mobilizable	no_good_hit	2273.0	98.28399999999999	83.0	0.0006783357962493322	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0159_000000009659	2664	0.5779322175516373	4	3	1	2	3	False	73833	fragment	False	ISR0106_000000009009	0.9438851603281133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	90.361	43.0	0.0003625118943956065	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0090_000000004882	7224	0.5779279240061944	2	1	1	1	0	False	43538	maximal	True	FIJ0090_000000004882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3288.0	82.208	88.0	0.046627774615822425	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0146_000000005493	6851	0.5779279240061944	1	1	1	1	0	False	31039	maximal	True	ISR0146_000000005493	1.0		1	1	False	False	0.9995620846748352	0					non-mobilizable	no_good_hit	3617.0	90.545	87.0	0.051280591918042115	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0785_000000023322	1622	0.5779243461988057	3	2	2	1	2	False	22175	maximal	True	ISR0785_000000023322	1.0		3	2	False	False	0.995067834854126	0					non-mobilizable	no_good_hit	901.0	95.89299999999999	55.0	0.0015208237823682558	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0010_000000008423	2369	0.5779241485154565	3	2	2	2	1	False	38312	maximal	True	ISR0010_000000008423	1.0		34	7	False	False	0.9974672794342041	0					non-mobilizable	no_good_hit	1853.0	94.765	78.0	0.013894307235242926	NZ_JAAIPW010000007.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_7_length_133292_cov_218.029, whole genome shotgun sequence	True	False
USA0026_01_000000014607	2219	0.5779201488483381	9	3	2	2	3	False	1626	fragment	False	USA0026_01_000000014607	1.0		0	0	False	False	0.9990987181663513	0					non-mobilizable	no_good_hit	416.0	93.99	26.0	0.0011330824495381457	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0101_000000013388	3343	0.5779197501092829	3	2	2	2	2	False	92200	maximal	True	SPA0101_000000013388	1.0		53	12	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	77.778	36.0	0.00047540303459011913	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
TAN0010_000000007497	2025	0.5779174502813078	4	4	4	2	2	True	2618	maximal	True	TAN0010_000000007497	1.0		3	1	False	False	0.9945679306983948	0					non-mobilizable	no_good_hit	581.0	93.976	39.0	0.00018012592015101956	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0001_000000018443	1825	0.5779149147506596	2	2	2	2	2	False	58187	fragment	False	ISR0816_000000020975	0.9772349468426466		0	0	False	False	0.976986289024353	0					non-mobilizable	other	1828.0	80.908	98.0	0.03534087794180992	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
CAN0012_000000016139	3139	0.5779124231560866	3	2	2	2	2	False	104746	fragment	False	ISR0360_000000005134	0.17245136742823458		0	0	False	False	0.9993628263473511	0					non-mobilizable	no_good_hit	304.0	89.145	10.0	0.00013387615652264717	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0088_000000007159	3040	0.5779124231560866	3	2	2	2	2	False	104746	fragment	False	ISR0360_000000005134	0.1693099987350075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	86.64	8.0	0.0001084396867833442	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0053_000000009566	2680	0.5779073470036851	3	3	3	3	3	False	115314	maximal	False	ISR0223_000000010033	0.9747909437515755		0	0	False	False	0.999626874923706	0					non-mobilizable	other	2680.0	98.881	100.0	0.03868368614087273	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0082_000000009587	2115	0.5779016241839385	7	6	1	3	5	False	61627	maximal	True	ENG0082_000000009587	1.0		34	7	False	False	1.0	0					non-mobilizable	chromosome	702.0	96.154	99.0	0.00022095351686448993	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0041_000000000212	28651	0.5779003755359147	33	12	7	11	8	False	91393	maximal	True	CHI0041_000000000212	1.0		1	1	False	False	0.999930202960968	0					non-mobilizable	no_good_hit	66.0	93.939	0.0	1.7637124573452926e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MON0099_000000020944	1680	0.5778999840322186	3	2	2	2	1	False	9158	maximal	True	MON0099_000000020944	1.0		0	0	False	False	0.9190475940704346	0					non-mobilizable	no_good_hit	627.0	99.681	37.0	0.00013931705267430878	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0104_000000003568	2920	0.5778997233318253	6	3	2	2	1	True	14892	fragment	False	MAD0104_000000003568	1.0		0	0	False	False	0.9934931397438049	0					non-mobilizable	no_good_hit								True	True
DEN0061_000000001394	15921	0.5778961417251302	23	7	6	7	6	False	71966	fragment	False	DEN0061_000000001394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	97.556	6.0	0.9988888888888889	GQ880122.1		Uncultured organism clone VC1CE55TR genomic sequence	True	False
FIJ0099_000000007977	2814	0.5778957104197769	2	2	2	2	2	False	42799	maximal	True	FIJ0099_000000007977	1.0		160	13	False	False	1.0	0					non-mobilizable	other	2814.0	99.25399999999999	100.0	0.000689685439203113	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0374_000000001451	9729	0.5778936329001341	15	4	4	3	3	True	46426	maximal	True	ISR0374_000000001451	1.0		98	10	False	False	1.0	0					non-mobilizable	chromosome	4552.0	99.09899999999999	99.0	0.0012137447118743445	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0119_000000013086	2473	0.5778907805625831	3	3	2	3	2	False	110916	maximal	True	SPA0119_000000013086	0.9820384294068505		307	13	False	False	0.9915083050727844	0					non-mobilizable	other	2473.0	99.71700000000001	100.0	0.09825119236883943	NZ_JAAIPV010000053.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_53_length_25160_cov_79.8066, whole genome shotgun sequence	False	False
MON0010_000000013858	1885	0.5778891287184967	2	2	2	2	2	False	87326	fragment	False	FIJ0088_000000013927	0.9597097097097097		0	0	False	False	1.0	0					non-mobilizable	chromosome	1885.0	97.931	100.0	0.0003929085430288035	CP061758.1	enterobacteria	Escherichia coli O68:H12 strain 730V1 chromosome, complete genome	False	False
ENG0085_000000012638	1227	0.5778812057185697	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.10875754826414605		0	0	False	False	0.9975550174713135	0					non-mobilizable	chromosome	1243.0	89.70200000000001	100.0	0.0004304737790927077	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
TAN0007_000000013369	2795	0.5778808667187402	3	3	2	3	1	False	10126	maximal	True	TAN0007_000000013369	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	78.468	43.0	0.0025531274242687205	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0023_000000011980	2681	0.5778803983482191	4	3	2	3	3	False	49371	maximal	True	FIJ0023_000000011980	1.0		8	3	False	False	0.9992539882659912	0					non-mobilizable	no_good_hit	466.0	78.32600000000001	17.0	7.642058117347e-05	NZ_CP043998.1	firmicutes	Clostridium diolis strain DSM 15410 chromosome, complete genome	True	False
ENG0176_000000002799	2838	0.5778785897397846	3	3	3	3	3	False	95183	fragment	False	ENG0176_000000002799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	82.906	4.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
ISR0070_000000003381	5668	0.5778785449652046	2	2	1	2	1	False	112506	maximal	False	ISR0073_000000004489	0.9533154089062577		0	0	False	False	1.0	0					non-mobilizable	other	5668.0	96.436	100.0	0.03281412854661262	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
FIJ0005_000000006161	4584	0.5778777151952498	4	3	3	3	3	True	122206	fragment	False	FIJ0005_000000006161	1.0		0	0	False	False	0.9997818470001221	0					non-mobilizable	no_good_hit								True	True
FIJ0034_000000008074	3550	0.5778776647213067	7	3	2	3	2	False	48166	fragment	False	FIJ0034_000000008074	1.0		0	0	False	False	0.9997183084487915	0					non-mobilizable	no_good_hit								True	False
ENG0141_000000015160	1773	0.5778730716652841	5	4	1	3	3	False	91954	fragment	False	ENG0037_000000017625	0.8968919195948981		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	99.098	100.0	0.09187059311489008	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	False	False
FIJ0026_000000015760	2060	0.5778714754601882	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.98031794807001		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	84.014	95.0	0.02271236800192727	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0067_000000006621	4543	0.5778694446918199	4	4	2	3	4	True	129275	fragment	False	FIJ0029_000000007119	0.9363198071514665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3170.0	83.81700000000001	69.0	0.0007885118996230107	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	True
MAD0046_000000005651	4187	0.5778672573314304	5	4	4	4	3	False	23954	maximal	True	MAD0046_000000005651	1.0		199	12	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	96.93	11.0	0.29526281635301754	KU545829.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_22 genomic sequence	True	False
ENG0116_000000011639	2046	0.5778667322237957	3	3	3	3	2	False	59449	fragment	False	ENG0116_000000011639	1.0		0	0	False	False	0.9838709831237793	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.168403501458942e-06	NZ_CP045309.1	high GC Gram+	Micromonospora terminaliae strain DSM 101760 chromosome, complete genome	True	False
AST0035_000000005601	2918	0.5778653591251462	3	3	3	3	3	False	125750	maximal	True	AST0035_000000005601	1.0		2	1	False	False	0.9996572732925415	0					non-mobilizable	no_good_hit	1551.0	78.208	53.0	0.9974009096816114	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	True	False
ENG0073_000000000695	26003	0.5778629736705077	29	27	7	13	25	True	123802	fragment	False	ENG0073_000000000695	0.8051148020514315		0	0	False	False	1.0	0					non-mobilizable	chromosome	17939.0	99.98299999999999	100.0	0.0025337478747126793	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ENG0071_000000000631	25932	0.5778629736705077	29	27	7	13	25	True	123802	fragment	False	ENG0073_000000000695	0.7984681865195963		0	0	False	False	1.0	0					non-mobilizable	chromosome	25955.0	98.95200000000001	100.0	0.007934605617724013	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ENG0070_000000003660	5956	0.577861282427952	9	5	2	4	2	True	74424	fragment	False	ENG0070_000000003660	1.0		0	0	False	False	0.9927803874015808	0					non-mobilizable	no_good_hit								True	True
ISR0040_000000001956	11497	0.5778585099930814	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9780906964883839	PS712	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	472.0	69.703	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ISR0244_000000001343	11441	0.5778585099930814	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9779497485319791	PS712	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	472.0	69.703	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ISR0256_000000001347	11440	0.5778585099930814	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9781119201967459	PS712	0	0	True	True	0.9998251795768738	9					non-mobilizable	no_good_hit	472.0	69.703	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
DEN0018_000000002426	11409	0.5778585099930814	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9766313683990554	PS712	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	472.0	69.703	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ENG0110_000000002162	11401	0.5778585099930814	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9602769709236311	PS712	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	472.0	69.915	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
ENG0037_000000002339	11340	0.5778585099930814	11	8	4	6	6	False	111827	backbone	False	ISR0041_000000000867	0.9717284172764717	PS712	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	472.0	69.703	4.0	0.00046643284968450724	NZ_OLMS01000005.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	True
SPA0136_000000010648	3651	0.5778565399682908	5	4	4	4	4	True	78912	fragment	False	SPA0136_000000010648	0.9941428571428572		0	0	False	False	0.9991782903671265	0					non-mobilizable	chromosome	2830.0	95.54799999999999	93.0	0.001005153638552878	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
CHI0158_000000004403	3500	0.5778565399682908	5	4	4	4	4	True	78912	fragment	False	SPA0136_000000010648	0.9735688852369213		0	0	False	False	0.99314284324646	0					non-mobilizable	chromosome	2675.0	95.215	92.0	0.0009499449872503634	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
MON0031_000000007696	4571	0.5778477345013353	5	5	5	4	4	False	116961	maximal	True	MON0031_000000007696	1.0		25	6	False	False	0.998906135559082	0					non-mobilizable	no_good_hit	1883.0	86.883	56.0	0.0005288235635882837	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0207_000000010481	2726	0.5778472527021246	4	4	2	2	4	False	109505	maximal	True	ISR0207_000000010481	1.0		0	0	False	False	0.995964765548706	0					non-mobilizable	no_good_hit	2012.0	92.346	74.0	0.007255020684604201	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0833_000000004468	1597	0.5778455548169912	2	2	2	1	1	False	37101	fragment	False	USA0009_01_000000013908	0.7743085597379143		0	0	False	False	1.0	0					non-mobilizable	chromosome	1597.0	99.75	100.0	0.00028370872002571155	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0300_000000000798	6430	0.5778407924866356	13	8	3	5	7	False	84677	maximal	True	ISR0300_000000000798	0.9738167372313442		74	10	False	False	1.0	0					non-mobilizable	other	6430.0	99.93799999999999	100.0	0.06593710898237985	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
CHI0141_000000004415	6254	0.5778407924866356	12	8	3	5	7	False	84677	maximal	False	ISR0300_000000000798	0.9669899430796104		0	0	False	False	0.9993603825569153	0					non-mobilizable	other	6254.0	99.92	100.0	0.06413201780476298	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
ISR0075_000000010467	2403	0.5778392763171832	6	1	1	1	1	False	34637	maximal	True	ISR0075_000000010467	1.0		1	1	False	False	0.9995838403701782	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000016907	1138	0.5778387717488771	2	2	2	2	2	False	3678	maximal	True	SPA0133_000000016907	1.0		5	2	False	False	0.9868189692497253	0					non-mobilizable	chromosome	1138.0	99.824	100.0	0.00027464517751329926	CP027177.1	enterobacteria	Morganella morganii strain AR_0057 chromosome, complete genome	False	False
ISR0176_000000012375	2711	0.5778346162294977	3	3	3	3	1	False	29834	maximal	True	ISR0176_000000012375	1.0		1	1	False	False	0.9922537803649902	0					non-mobilizable	no_good_hit	1053.0	97.531	39.0	0.017669090848015587	NZ_VULP01000018.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq18, whole genome shotgun sequence	True	False
MON0025_000000031966	1337	0.5778242814623867	3	3	0	3	1	True	12788	maximal	True	MON0025_000000031966	1.0		2	1	False	False	0.9790576100349426	0					non-mobilizable	no_good_hit								True	True
ISR0098_000000002923	5918	0.5778224432129105	7	7	6	6	4	False	104108	fragment	False	ISR0098_000000002923	0.9659501289767842		0	0	False	False	0.9998310208320618	0					non-mobilizable	other	4791.0	98.706	91.0	0.027842685918227368	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
DEN0083_000000006434	4116	0.5778204158300636	5	5	5	5	4	False	77140	maximal	True	DEN0083_000000006434	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1933.0	96.43	84.0	0.0005365146541813153	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0045_000000020911	1941	0.5778200310316634	2	2	1	1	2	False	124564	maximal	True	DEN0045_000000020911	1.0		7	5	False	False	0.9829984307289124	0					non-mobilizable	no_good_hit								True	False
MON0103_000000010064	4287	0.577818539239786	7	4	4	4	2	False	27486	maximal	True	MON0103_000000010064	1.0		48	9	False	False	0.9981338977813721	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.00018897575142726422	NZ_SELI01000017.1	CFB group bacteria	Apibacter muscae strain CB23 NODE_6_length_201084_cov_185.120374, whole genome shotgun sequence	True	False
ISR0308_000000006436	2555	0.577818184733921	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8601233640215494	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2296.0	74.172	89.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ETH0003_000000014996	2539	0.577818184733921	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.760642746598112	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2188.0	74.26899999999999	85.0	0.2638634978671542	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0087_000000012848	2534	0.577818184733921	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.7902654057097304	PS721	0	0	False	True	0.996448278427124	0					non-mobilizable	no_good_hit	2216.0	74.05199999999999	86.0	0.26691042047531993	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0099_000000002230	2315	0.5778179426457657	4	2	1	2	1	False	4993	maximal	True	SPA0099_000000002230	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	100.0	35.0	0.013022228717099387	CP031004.1	firmicutes	Lactobacillus curvatus strain TMW 1.1928 plasmid p-1.1928_1, complete sequence	True	False
ENG0107_000000014399	2023	0.5778140590651091	2	2	2	2	1	False	60000	maximal	True	ENG0107_000000014399	1.0		5	3	False	False	0.9930796027183533	0					non-mobilizable	no_good_hit	627.0	72.408	30.0	0.000980528812646899	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0156_000000019762	1228	0.5778130755386091	2	2	2	2	1	False	30571	maximal	True	ISR0156_000000019762	1.0		55	9	False	False	0.9780130386352539	0					non-mobilizable	other	711.0	90.71700000000001	98.0	0.00019633326113156828	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0223_000000023617	1356	0.5778126626236203	2	2	2	2	2	False	27785	fragment	False	ISR0223_000000023617	1.0		0	0	False	False	0.9830383658409119	0					non-mobilizable	other	1244.0	74.196	91.0	0.00033176338321861315	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0206_000000009006	2872	0.5778093137206998	3	3	1	3	2	False	100397	fragment	False	FIJ0158_000000005886	0.9630541871921182		0	0	False	False	0.9996517896652222	0					non-mobilizable	no_good_hit	712.0	91.854	25.0	0.08522114347357065	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MON0083_000000019953	1921	0.5778060921579808	3	2	2	2	1	False	9879	fragment	False	MON0083_000000019953	1.0		0	0	False	False	0.9994794130325317	0					non-mobilizable	other	1921.0	100.0	100.0	0.0005528372789694653	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
SPA0158_000000021191	1107	0.5778049619551002	2	2	2	1	1	False	3121	fragment	False	SPA0158_000000021191	1.0		0	0	False	False	0.9936766028404236	0					non-mobilizable	other	1107.0	99.277	100.0	0.0009493985997658265	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
CHI0070_000000002169	4402	0.5778015978826071	5	2	2	2	2	False	125517	fragment	False	USA0125_01_000000004163	0.16027182626439293		0	0	False	False	0.9986369609832764	0					non-mobilizable	no_good_hit	2258.0	82.197	59.0	0.000985522291742656	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0090_000000011408	2333	0.5777932741987503	3	2	2	2	2	False	68757	fragment	False	FIJ0120_000000008830	0.5256628661600042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0104_000000012887	1925	0.5777924369999413	3	2	1	2	1	False	32979	maximal	True	ISR0104_000000012887	1.0		1	1	False	False	0.9984415769577026	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.419245334973934e-07	CP032246.1	eudicots	Gossypioides kirkii chromosome KI_03	True	False
CHI0181_000000017368	1213	0.5777915718528354	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.6079721378099857		0	0	False	False	0.9991756081581116	0					non-mobilizable	no_good_hit	79.0	100.0	7.0	2.6254343326701307e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0092_000000029529	1106	0.5777875063813743	1	1	1	1	1	False	108932	fragment	False	AST0097_000000018444	0.9941494149414941		0	0	False	False	0.9701627492904663	0					non-mobilizable	no_good_hit	87.0	89.655	8.0	0.0002347642121067358	NZ_NQOF01000007.1	firmicutes	Blautia hominis strain KB1 KB1_contig7, whole genome shotgun sequence	True	False
SPA0124_000000002292	11806	0.5777848203736785	13	8	5	8	6	True	117400	fragment	False	ISR0183_000000003038	0.974158971411283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4344.0	98.273	75.0	0.06607936218124277	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0167_000000008898	2223	0.5777802013616654	3	3	2	2	2	False	80470	maximal	True	FIJ0167_000000008898	1.0		39	1	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	86.931	46.0	0.01861809878089205	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
MON0009_000000024597	1572	0.5777770069468491	3	2	2	2	1	False	13797	fragment	False	MON0009_000000024597	1.0		0	0	False	False	0.9987277388572693	0					non-mobilizable	other	1490.0	79.79899999999999	94.0	0.0004488742313562436	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0154_000000003662	7114	0.5777759161920427	7	7	5	5	5	True	132411	maximal	False	SPA0123_000000001863	0.9616363117132957	PS1159|PS463	0	0	True	True	1.0	29		MOBV			mobilizable	other	6833.0	99.59	100.0	0.6706586826347305	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
DEN0035_000000012678	2575	0.5777756455259928	3	2	2	2	2	False	73465	fragment	False	DEN0035_000000012678	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2516.0	99.324	98.0	0.0012559487708787744	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0074_000000010192	2838	0.57777493990662	5	5	5	5	5	False	34724	maximal	True	ISR0074_000000010192	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2838.0	98.978	100.0	0.0010850404777084802	LN999844.1	firmicutes	Enterococcus faecium isolate EFE10021 genome assembly, chromosome: chr	False	False
ISR0221_000000014636	1531	0.5777715521482788	2	1	1	1	1	False	31510	fragment	False	ISR0221_000000014636	1.0		0	0	False	False	0.9954278469085693	0					non-mobilizable	no_good_hit	974.0	74.641	63.0	0.0002557557689426269	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0798_000000002203	6154	0.577768480556979	7	6	5	5	6	False	101581	fragment	False	ISR0798_000000002203	0.9890240814650595		0	0	False	False	0.9972375631332397	0					non-mobilizable	other	6156.0	98.132	100.0	0.012150248532297354	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0150_000000014221	1960	0.5777672594887052	3	3	3	3	2	False	104094	maximal	False	MON0090_000000029619	0.9850595129994022		0	0	False	False	0.9979591965675354	0					non-mobilizable	chromosome	1960.0	99.49	100.0	0.0004359778054136915	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0057_000000010258	1937	0.5777672594887052	3	3	3	3	2	False	104094	maximal	False	MON0090_000000029619	0.9764042375843619		0	0	False	False	0.9989674687385559	0					non-mobilizable	chromosome	1937.0	99.277	100.0	0.0004308591277595236	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0033_000000018475	1980	0.577766624388398	2	1	1	1	1	True	48275	fragment	False	FIJ0033_000000018475	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.1663373958244369e-05	NC_020813.1	proteobacteria	Bdellovibrio exovorus JSS, complete sequence	True	True
USA0024_01_000000013084	1720	0.577766624388398	2	1	1	1	1	True	1672	fragment	False	USA0024_01_000000013084	1.0		0	0	False	False	0.9901162981987	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.1663373958244369e-05	NC_020813.1	proteobacteria	Bdellovibrio exovorus JSS, complete sequence	True	True
ISR0050_000000004231	5272	0.5777630863487488	6	6	6	6	6	False	110437	fragment	False	ISR0050_000000004231	1.0		0	0	False	False	0.9963960647583008	0					non-mobilizable	other	5272.0	99.829	100.0	0.04337272068988217	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0050_000000012991	2637	0.5777591032919371	2	2	1	2	2	False	11337	maximal	True	MON0050_000000012991	1.0		43	4	False	False	0.999620795249939	0					non-mobilizable	no_good_hit	837.0	86.38	32.0	0.00029358968794450873	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0064_000000012492	2142	0.5777489677498587	5	3	2	3	2	False	45491	maximal	True	FIJ0064_000000012492	1.0		13	4	False	False	0.9990662932395935	0					non-mobilizable	no_good_hit	1269.0	84.949	59.0	0.004750302169867429	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
MON0016_000000018381	1914	0.5777435316130677	2	2	2	2	2	False	61885	fragment	False	MON0016_000000018381	0.9666292765002804		0	0	False	False	0.9890282154083252	0					non-mobilizable	no_good_hit	395.0	73.165	20.0	0.0001856665428889714	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
MON0103_000000008638	4803	0.5777428770083549	5	2	2	2	2	False	12673	maximal	True	MON0103_000000008638	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	85.73200000000001	60.0	0.0004976243571167234	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
ENG0195_000000011187	2251	0.5777324908821787	5	4	4	3	1	True	129441	maximal	True	ENG0195_000000011187	1.0		15	6	False	False	0.9982230067253113	0					non-mobilizable	no_good_hit	1053.0	95.821	54.0	0.000327275419687172	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0260_000000012890	1279	0.5777311532552001	2	2	1	2	1	False	26702	maximal	True	ISR0260_000000012890	1.0		560	14	False	False	1.0	0					non-mobilizable	chromosome	1279.0	98.436	100.0	0.0004509706985493776	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0068_000000018893	2243	0.5777290898181161	4	3	2	2	3	True	127833	fragment	False	MON0068_000000018893	0.7062270267936518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	86.01700000000001	48.0	0.0003266727224061659	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0017_000000004816	3990	0.5777288831675794	4	3	3	3	3	False	62396	fragment	False	MON0017_000000004816	1.0		0	0	False	False	0.999498724937439	0					non-mobilizable	no_good_hit	896.0	74.442	22.0	0.00037139581529974704	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0039_000000024142	1987	0.5777227597830293	3	3	3	3	2	False	113779	maximal	True	MON0039_000000024142	0.9886002120890774		7	4	False	False	0.9924509525299072	0					non-mobilizable	no_good_hit								True	False
ISR0795_000000005494	1902	0.5777202222138663	4	4	4	4	4	False	21972	maximal	True	ISR0795_000000005494	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	93.652	79.0	0.0003555329997364873	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0143_000000006724	2832	0.5777180239217872	4	3	2	2	2	False	114107	maximal	True	CHI0143_000000006724	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1380.0	92.82600000000001	88.0	0.00047289949805439063	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ENG0095_000000007739	3510	0.5777163229880914	5	2	2	2	2	False	83585	maximal	True	ENG0095_000000007739	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1875.0	99.307	53.0	0.003904995809374492	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
MON0001_000000011315	3001	0.5777159935095519	5	1	1	1	1	True	98530	fragment	False	MON0001_000000011315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
FIJ0154_000000012416	2903	0.5777159935095519	5	1	1	1	1	True	46765	fragment	False	FIJ0154_000000012416	0.9737387698686939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
TAN0013_000000002936	2894	0.5777159935095519	5	1	1	1	1	True	46765	fragment	False	FIJ0154_000000012416	0.972270065449535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.010120888389091932	XM_032780131.1	turtles	PREDICTED: Chelonoidis abingdonii PNN interacting serine and arginine rich protein (PNISR), mRNA	True	True
BAN0014_000000001130	2529	0.5777159935095519	4	1	1	1	1	True	98526	fragment	False	MON0034_000000008925	0.632899179932465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.010120888389091932	XM_032780131.1	turtles	PREDICTED: Chelonoidis abingdonii PNN interacting serine and arginine rich protein (PNISR), mRNA	True	True
MON0057_000000013889	1881	0.5777159935095519	3	1	1	1	1	True	43094	fragment	False	MON0057_000000013889	1.0		0	0	False	False	0.9984050989151001	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
FIJ0048_000000017612	1876	0.5777159935095519	4	1	1	1	1	True	46762	fragment	False	FIJ0048_000000017612	0.9933139534883721		0	0	False	False	0.9930703639984131	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
FIJ0110_000000009928	1698	0.5777159935095519	3	1	1	1	1	True	43096	fragment	False	FIJ0110_000000009928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
FIJ0077_000000010716	2756	0.5777034632062097	4	4	4	3	3	False	119436	fragment	False	CHI0024_000000003275	0.3796825785174871		0	0	False	False	1.0	0					non-mobilizable	chromosome	2791.0	86.671	100.0	0.0006157991769166332	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0106_000000014582	2685	0.5776987050444403	3	3	3	3	3	False	80608	fragment	False	SPA0047_000000014121	0.9786308354110542		0	0	False	False	0.9959031939506531	0					non-mobilizable	other	2685.0	99.814	100.0	0.006433889626671397	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
MON0088_000000026906	1205	0.5776907102893845	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.12010247212616927		0	0	False	False	0.8863070607185364	0					non-mobilizable	other	1125.0	97.42200000000001	94.0	0.0018644729086939558	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0059_000000003428	3973	0.5776855376137815	3	3	3	3	3	False	127594	maximal	True	AST0059_000000003428	1.0		22	6	False	False	0.9964762330055237	0					non-mobilizable	other	2153.0	88.20299999999999	98.0	0.0012910366289492082	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ENG0178_000000005590	3727	0.5776826681363523	5	5	4	4	3	False	123115	maximal	False	SPA0030_000000006912	0.6217181787969425		0	0	False	False	0.9994633793830872	0					non-mobilizable	other	3733.0	95.5	100.0	0.002792737234673103	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0844_000000004448	2958	0.5776772199242446	4	3	3	2	3	False	20719	maximal	True	ISR0844_000000004448	1.0		2	2	False	False	0.999323844909668	0					non-mobilizable	no_good_hit	924.0	73.593	44.0	0.00022166428943365274	LR607381.1	firmicutes	Clostridium perfringens strain 4928STDY7387880 genome assembly, chromosome: 1	True	False
ENG0061_000000003229	6209	0.5776733187530527	6	6	6	6	5	False	116634	maximal	True	ENG0061_000000003229	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	6209.0	98.148	100.0	0.0012531492796410896	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0172_000000010979	2035	0.5776700768069585	2	2	0	2	0	True	55735	maximal	True	ENG0172_000000010979	1.0		3	1	False	False	0.9931203722953796	0					non-mobilizable	other	2046.0	85.044	100.0	0.004004219118125449	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ISR0080_000000014437	2184	0.5776678080656013	3	3	3	1	2	False	124161	fragment	False	ISR0115_000000014150	0.906498204794099		0	0	False	False	1.0	0					non-mobilizable	chromosome	2109.0	80.56	99.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0058_000000008874	2794	0.5776669069028386	4	3	3	3	2	False	35512	maximal	True	ISR0058_000000008874	1.0		1	1	False	False	0.9964209198951721	0					non-mobilizable	no_good_hit	1561.0	100.0	56.0	0.06501354448843509	NZ_QIML01000029.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_29, whole genome shotgun sequence	True	False
ISR0336_000000013314	1199	0.5776651216152244	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8181004458049626		0	0	False	False	0.999165952205658	0					non-mobilizable	chromosome	1199.0	99.666	100.0	0.00032104397712923443	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0013_000000022527	1261	0.577660858269706	1	1	1	1	1	False	43639	fragment	False	FIJ0088_000000021360	0.9414739884393064		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	85.182	99.0	0.04410630390575696	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0046_000000000725	19471	0.5776603543132411	23	15	7	13	9	True	83939	maximal	True	SPA0046_000000000725	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1923.0	99.428	13.0	0.26776260796879353	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
CHI0155_000000011051	1187	0.5776596043945482	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.02724673695101487	PS730	0	0	False	True	1.0	0					non-mobilizable	other	816.0	91.789	100.0	0.00024538089286730436	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0067_000000007271	1430	0.5776585917686519	2	2	2	2	2	False	16501	fragment	False	MAD0067_000000007271	0.9770575382374362		0	0	False	False	0.9923076629638672	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	0.00016293957476391866	NZ_FTPL01000004.1	firmicutes	Edaphobacillus lindanitolerans strain MNA4, whole genome shotgun sequence	True	False
ISR0338_000000006882	3556	0.5776526904676129	4	4	4	4	4	False	24424	maximal	True	ISR0338_000000006882	1.0		77	11	False	False	0.9983127117156982	0					non-mobilizable	other	3538.0	98.869	99.0	0.054285933543089554	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0007_01_000000001153	15710	0.5776519227600104	22	8	1	8	0	False	2119	maximal	True	USA0007_01_000000001153	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.1496287153050373e-05	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
TAN0021_000000001257	8134	0.5776508917400446	8	4	4	4	1	True	96548	maximal	True	TAN0021_000000001257	1.0		1	1	False	False	0.999508261680603	0					non-mobilizable	no_good_hit	5221.0	96.725	64.0	0.0015256946303162844	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0854_000000007982	1248	0.5776501876259641	2	2	2	2	1	True	20498	fragment	False	MON0047_000000030372	0.9695354150799695		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	99.84	100.0	0.024239007891770012	NZ_LT635844.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	True
ISR0067_000000004534	5611	0.5776478099372271	6	4	3	2	2	True	74338	fragment	False	ISR0067_000000004534	0.9487133666904932		0	0	False	False	0.9955444931983948	0					non-mobilizable	no_good_hit	95.0	87.368	2.0	0.0035621265512486592	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0214_000000023883	1313	0.5776477579601049	2	1	1	1	1	False	28198	maximal	True	ISR0214_000000023883	0.9859098228663447		80	7	False	False	0.9649657011032104	0					non-mobilizable	other	1250.0	97.68	95.0	0.0022073299613673074	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0076_000000004425	5571	0.577634595853928	6	6	6	6	6	False	130059	fragment	False	ISR0076_000000004425	1.0		0	0	False	False	0.9996410012245178	0					non-mobilizable	chromosome	5571.0	98.51	100.0	0.0017953130403868078	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0392_000000023560	1483	0.5776333256317218	2	2	2	2	1	False	22799	fragment	False	ISR0392_000000023560	1.0		0	0	False	False	0.997302770614624	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000006148	4694	0.5776317640105427	4	4	4	4	4	False	75356	maximal	False	MAD0052_000000002818	0.9561245136257066		0	0	False	False	0.9995739459991455	0					non-mobilizable	no_good_hit	1053.0	69.32600000000001	22.0	0.00036829503832216113	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0107_000000000828	16780	0.5776282005520484	18	7	5	7	2	True	32869	maximal	True	ISR0107_000000000828	1.0		1	1	False	False	0.9999403953552246	0					non-mobilizable	no_good_hit	400.0	98.75	2.0	0.0019016752853704454	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	True	True
MON0068_000000015650	2698	0.5776239496849963	3	3	3	3	2	False	10567	maximal	True	MON0068_000000015650	1.0		1	1	False	False	0.9822090268135071	0					non-mobilizable	no_good_hit	249.0	73.092	9.0	5.885148171980566e-05	NZ_LN884299.1	firmicutes	Paenibacillus ihumii strain AT5, whole genome shotgun sequence	True	False
ISR0328_000000016937	1716	0.577621387731919	2	2	2	2	2	False	24742	maximal	True	ISR0328_000000016937	1.0		336	13	False	False	0.999417245388031	0					non-mobilizable	virus	1743.0	97.59	100.0	0.09763479430557112	MK232878.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_2_c1 sequence	False	False
ISR0346_000000023316	1109	0.57762040300636	2	2	2	1	1	False	24180	fragment	False	ISR0346_000000023316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	0.00023165486513825935	NZ_FNBL01000011.1	a-proteobacteria	Celeribacter baekdonensis strain DSM 27375, whole genome shotgun sequence	True	False
ENG0133_000000011916	2060	0.5776167990728743	3	3	3	3	3	False	58258	maximal	True	ENG0133_000000011916	1.0		29	10	False	False	0.9936892986297607	0					non-mobilizable	no_good_hit	75.0	82.667	4.0	0.0018296656474008721	NZ_KB898210.1	firmicutes	Paenibacillus massiliensis 2301065 = DSM 16942 D328DRAFT_scaffold00026.26, whole genome shotgun sequence	True	False
SPA0067_000000010276	2093	0.5776114186540863	3	3	3	3	3	False	6036	maximal	True	SPA0067_000000010276	1.0		1	1	False	False	0.9990444183349609	0					non-mobilizable	other	2094.0	98.949	100.0	0.0004081050083629354	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	False	False
MON0083_000000012233	2850	0.5776068864203515	4	4	4	4	2	False	80881	maximal	True	MON0083_000000012233	0.9992882562277581		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	81.25	6.0	5.334842946641037e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0174_000000009024	2810	0.5776068864203515	4	4	4	4	2	False	80881	maximal	False	MON0083_000000012233	0.9942623462571017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	80.597	5.0	4.451365770764177e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0182_000000009622	2810	0.5776068864203515	4	4	4	4	2	False	80881	maximal	False	MON0083_000000012233	0.9947301825144118		0	0	False	False	0.9996441006660461	0					non-mobilizable	no_good_hit	134.0	80.597	5.0	4.451365770764177e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0053_000000021918	1503	0.5776042317309252	2	2	2	2	2	False	73048	fragment	False	SPA0053_000000021918	1.0		0	0	False	False	0.9993346929550171	0					non-mobilizable	other	1503.0	99.8	100.0	0.0007922108061351505	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MON0041_000000036060	1833	0.5776011775836069	2	2	2	2	2	False	11797	maximal	True	MON0041_000000036060	1.0		14	5	False	False	0.9683578610420227	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0007045974986788797	NZ_JNVB01000051.1	enterobacteria	Erwinia oleae strain DAPP-PG531 contig51, whole genome shotgun sequence	True	False
FIJ0004_000000015518	1691	0.5775980650258972	2	1	1	1	1	False	51994	fragment	False	FIJ0004_000000015518	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1643.0	97.931	97.0	0.0011062215355244745	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
MON0092_000000037190	1505	0.5775980650258972	1	1	1	1	1	False	9435	fragment	False	MON0092_000000037190	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	97.82	94.0	0.0009572422793691368	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0819_000000022118	1217	0.5775941195003483	2	2	2	2	2	False	39883	fragment	False	ISR0083_000000018688	0.5822429972536378		0	0	False	False	0.9975349307060242	0					non-mobilizable	other	1205.0	98.257	99.0	0.03818827708703375	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
ISR0042_000000022292	1459	0.5775938962615764	2	2	2	2	1	False	36344	maximal	True	ISR0042_000000022292	1.0		9	1	False	False	0.9972584247589111	0					non-mobilizable	no_good_hit	969.0	78.122	66.0	0.00028171175323690316	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
DEN0031_000000026728	1293	0.5775900191178407	1	1	1	1	1	False	87015	fragment	False	FIJ0061_000000022609	0.5860870103963723		0	0	False	False	0.996133029460907	0					non-mobilizable	plasmid	1293.0	99.76799999999999	100.0	0.005302253047153938	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
SPA0023_000000025689	1123	0.5775876559798362	2	2	2	2	1	False	7592	fragment	False	SPA0023_000000025689	1.0		0	0	False	False	0.993766725063324	0					non-mobilizable	no_good_hit	572.0	94.755	51.0	0.00016099349483882162	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0058_000000007136	4162	0.5775831723395514	6	2	1	1	1	True	104335	fragment	False	ISR0068_000000004482	0.9770339779679471		0	0	False	False	0.9956751465797424	0					non-mobilizable	no_good_hit	466.0	89.056	16.0	0.00013226497367500363	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0057_000000022497	1221	0.5775768280680995	1	1	1	1	1	False	63500	fragment	False	ENG0057_000000022497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0847_000000000872	17680	0.5775761282616374	26	7	2	7	1	False	59709	maximal	False	SPA0016_000000001487	0.45837514254175193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0164_000000000968	16918	0.5775761282616374	25	7	2	7	1	False	30301	maximal	False	ISR0201_000000001038	0.9225853879212849		0	0	False	False	0.9991133809089661	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	5.348045148760098e-05	NZ_QVHZ01000003.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf3, whole genome shotgun sequence	True	False
MAD0084_000000005981	1166	0.5775723874591608	2	1	1	1	1	True	16082	fragment	False	MAD0084_000000005981	1.0		0	0	False	False	0.9939965605735779	0					non-mobilizable	no_good_hit	75.0	85.333	6.0	1.8903437155778626e-05	NC_020156.1	CFB group bacteria	Nonlabens dokdonensis DSW-6, complete sequence	True	True
SPA0013_000000023135	1226	0.5775706462966973	3	3	3	3	1	False	7966	maximal	True	SPA0013_000000023135	1.0		56	6	False	False	0.9967373609542847	0					non-mobilizable	no_good_hit	1084.0	99.446	88.0	0.004276845796606957	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0083_000000001073	9040	0.5775687977888474	7	5	4	1	2	False	84240	maximal	True	CHI0083_000000001073	1.0		4	1	False	False	0.9985619187355042	0					non-mobilizable	no_good_hit	4396.0	95.473	55.0	0.000978112534350778	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0017_000000010717	2816	0.5775654555617724	5	2	2	2	2	False	75238	maximal	True	DEN0017_000000010717	1.0		2	2	False	False	0.9943181872367859	0					non-mobilizable	no_good_hit	913.0	87.185	46.0	0.007348780054004236	NZ_KB822475.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.13, whole genome shotgun sequence	True	False
MAD0004_000000000509	12140	0.5775559094013114	20	16	9	9	16	True	85443	maximal	True	MAD0004_000000000509	1.0		4	1	True	True	1.0	2					non-mobilizable	no_good_hit	5114.0	99.45200000000001	61.0	0.0229761070060946	MF589339.1	enterobacteria	Escherichia coli strain 2271 plasmid pCTXM-2271, complete sequence	True	True
DEN0094_000000027987	1394	0.5775549710059497	2	2	2	2	2	False	68304	maximal	True	DEN0094_000000027987	1.0		42	10	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	79.23100000000001	9.0	1.6386787117597174e-05	CP058556.1	high GC Gram+	Streptomyces sp. CB04723 chromosome, complete genome	True	False
ISR0771_000000004012	2824	0.5775471711604969	2	2	1	2	2	False	22521	fragment	False	ISR0771_000000004012	1.0		0	0	False	False	0.9964589476585388	0					non-mobilizable	other	2828.0	89.887	100.0	0.001453915215413356	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0184_000000006293	1837	0.577544702682972	3	3	3	3	3	False	109867	maximal	False	ISR0255_000000015196	0.6183448029860826		0	0	False	False	0.9994556307792664	0					non-mobilizable	other	1837.0	98.258	100.0	0.016301597307927938	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	False
MON0045_000000006723	3483	0.5775428042373939	8	5	2	3	4	False	11578	maximal	True	MON0045_000000006723	1.0		17	6	False	False	0.9988515377044678	0					non-mobilizable	no_good_hit	2455.0	97.882	70.0	0.0006426644333161014	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0237_000000003612	2778	0.5775406658415468	3	3	3	3	2	False	43605	maximal	True	ISR0237_000000003612	1.0		0	0	False	False	0.9848812222480774	0					non-mobilizable	no_good_hit	1119.0	74.97800000000001	40.0	0.04002456381172561	NZ_JAAIPV010000050.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_50_length_27683_cov_118.258, whole genome shotgun sequence	True	False
CHI0013_000000001894	4432	0.577537165834366	6	1	1	1	1	False	90000	fragment	False	CHI0013_000000001894	0.967881548974943		0	0	False	False	0.9993231296539307	0					non-mobilizable	no_good_hit	1638.0	93.46799999999999	37.0	0.0004928693516856162	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0026_000000007929	1453	0.577537165834366	3	1	1	1	1	False	88878	fragment	False	CHI0026_000000007929	0.9989331436699858		0	0	False	False	1.0	0					non-mobilizable	other	1451.0	93.59100000000001	99.0	0.00043656723270870095	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0175_000000017753	1406	0.577537165834366	3	1	1	1	1	False	88878	fragment	False	CHI0026_000000007929	0.982794218857536		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	93.59899999999999	100.0	0.00042301859445222404	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0160_000000004772	5303	0.5775363555923001	6	5	5	4	3	False	78754	maximal	True	CHI0160_000000004772	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	76.97	3.0	4.9904706503685445e-05	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
SPA0050_000000004342	5829	0.5775362034199537	8	1	1	1	1	False	83984	maximal	True	SPA0050_000000004342	1.0		3	2	False	False	0.9991422295570374	0					non-mobilizable	no_good_hit	210.0	75.238	4.0	0.007591993897344619	KC246827.1	bacteria	Uncultured bacterium Contig178 genomic sequence	True	False
ENG0069_000000004884	4426	0.5775350240272881	6	3	3	2	1	True	62502	maximal	True	ENG0069_000000004884	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1321.0	78.35	31.0	0.0003447918456990891	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0021_000000011966	1966	0.5775294827658133	3	3	3	3	2	False	37633	fragment	False	ISR0021_000000011966	1.0		0	0	False	False	0.9994913339614868	0					non-mobilizable	chromosome	1966.0	100.0	100.0	0.00041165634802370387	CP039753.1	enterobacteria	Escherichia coli strain NRRL B-1109 chromosome	False	False
SPA0034_000000012818	2821	0.5775283142266779	2	2	2	2	2	False	7160	maximal	True	SPA0034_000000012818	1.0		35	4	False	False	0.9989365339279175	0					non-mobilizable	no_good_hit	661.0	84.266	23.0	0.00018744648957382234	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0135_000000011200	1777	0.5775265109049005	2	1	1	1	1	False	31421	maximal	True	ISR0135_000000011200	1.0		89	11	False	False	0.9932470321655273	0					non-mobilizable	other	1777.0	97.355	100.0	0.006961648217253599	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
MON0007_000000061107	1020	0.5775253657689493	2	2	2	1	1	True	13883	maximal	False	MON0101_000000061773	0.9683604985618408		0	0	False	False	1.0	0					non-mobilizable	chromosome	781.0	96.031	100.0	0.0002514082893180808	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
SPA0144_000000005231	3183	0.5775215647549198	3	3	3	3	2	False	29073	fragment	False	SPA0144_000000005231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	75.143	16.0	0.00018450703673506607	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
FIJ0008_000000011019	2608	0.577514953123874	3	2	2	1	1	False	51431	maximal	True	FIJ0008_000000011019	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	2.0	0.00029636947394418375	NZ_LOQF01000002.1	fusobacteria	Sneathia sanguinegens strain CCUG41628 contig_5, whole genome shotgun sequence	True	False
ENG0189_000000006375	2423	0.5775140239030839	3	2	2	2	2	False	73788	fragment	False	ENG0189_000000006375	1.0		0	0	False	False	0.9995872974395752	0					non-mobilizable	no_good_hit	1319.0	71.797	54.0	0.00033207695003389633	AP019716.1	firmicutes	Clostridium butyricum NBRC 13949 DNA, complete genome	True	False
FIJ0100_000000016378	1124	0.5775135064291385	2	2	2	2	2	False	42715	fragment	False	ISR0330_000000027000	0.9479358508344622		0	0	False	False	0.9982206225395203	0					non-mobilizable	other	1124.0	96.975	100.0	0.0005414554554903293	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
USA0113_01_000000007936	2379	0.5775126129357744	3	3	2	2	3	False	104864	fragment	False	USA0113_01_000000007936	0.9576423394469752		0	0	False	False	1.0	0					non-mobilizable	plasmid	2256.0	84.264	95.0	0.18144413069786205	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0106_000000008898	4298	0.5775125123794815	6	6	5	5	4	False	73995	fragment	False	MON0106_000000008898	0.9727823350080594		0	0	False	False	0.9934853315353394	0					non-mobilizable	no_good_hit	1011.0	80.613	39.0	0.0002813111785400397	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0141_000000016711	1597	0.5775114257005284	2	1	1	1	1	False	57727	maximal	True	ENG0141_000000016711	1.0		0	0	False	False	0.9993738532066345	0					non-mobilizable	no_good_hit								True	False
ENG0138_000000017075	1169	0.5775114257005284	1	1	1	1	1	False	57887	maximal	True	ENG0138_000000017075	1.0		1	1	False	False	0.9777587652206421	0					non-mobilizable	no_good_hit								True	False
CHI0025_000000005175	2066	0.5775039337819068	2	2	2	2	1	False	102956	fragment	False	CHI0131_000000007154	0.35843105278619347		0	0	False	False	1.0	0					non-mobilizable	chromosome	2067.0	97.96799999999999	100.0	0.0008094108124578677	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ENG0002_000000011007	2033	0.5775039337819068	2	2	2	2	1	False	102956	fragment	False	CHI0131_000000007154	0.586237854562652		0	0	False	False	0.9975405931472778	0					non-mobilizable	chromosome	2033.0	98.721	100.0	0.0007968618076135596	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0167_000000013571	1601	0.5775039337819068	2	2	2	2	1	False	89629	fragment	False	CHI0117_000000008671	0.9693634741225461		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	99.06299999999999	100.0	0.000651898184911735	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0792_000000007507	1983	0.5775011425987213	2	2	2	2	1	False	91569	maximal	False	ISR0100_000000006233	0.703416077585725		0	0	False	False	0.9994956851005554	0					non-mobilizable	other	1983.0	98.689	100.0	0.0005359046662911909	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0132_000000003901	8533	0.5774993502830239	14	8	6	7	6	True	80958	fragment	False	CHI0132_000000003901	1.0		0	0	False	False	0.9930856823921204	0					non-mobilizable	no_good_hit	3694.0	93.963	73.0	0.08110840090535522	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
FIJ0145_000000004485	2946	0.5774971624530846	4	4	4	1	2	False	40026	maximal	True	FIJ0145_000000004485	1.0		168	12	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	76.997	49.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
SPA0151_000000003344	5031	0.5774954766292086	5	5	4	5	3	False	91585	fragment	False	SPA0151_000000003344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	96.896	38.0	0.013856377969704308	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0168_000000010552	2428	0.5774938208708725	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.6068686570699913		0	0	False	False	0.9983525276184082	0					non-mobilizable	no_good_hit	162.0	83.95100000000001	7.0	0.0015724530267216858	NZ_WAJS01000004.1	actinobacteria	Adlercreutzia muris strain DSM 29508 DSM29508T_contig_004, whole genome shotgun sequence	True	False
CHI0151_000000008370	2978	0.5774931053354249	4	2	2	2	1	False	79489	fragment	False	CHI0151_000000008370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	91.667	2.0	0.0004630392641599761	NZ_JADU01000011.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
ISR0115_000000017569	1962	0.5774931053354249	2	2	2	2	1	False	63030	maximal	True	ISR0115_000000017569	1.0		0	0	False	False	0.9994903206825256	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	3.0	0.006650732619765146	NZ_AAXG02000048.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont353, whole genome shotgun sequence	True	False
SPA0105_000000020233	1178	0.577483502293137	2	2	2	2	2	False	4769	fragment	False	SPA0105_000000020233	1.0		0	0	False	False	0.9881154298782349	0					non-mobilizable	no_good_hit	635.0	91.969	85.0	0.0020552281692884627	NZ_AUGK01000005.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
FIJ0117_000000014793	1385	0.5774832837020524	2	1	1	1	1	False	41601	fragment	False	FIJ0117_000000014793	1.0		0	0	False	False	0.9906136989593506	0					non-mobilizable	no_good_hit	528.0	76.89399999999999	38.0	0.00027720263246913733	NZ_LR215048.1	mycoplasmas	Acholeplasma axanthum strain NCTC10138 chromosome 1	True	False
SPA0106_000000010837	3617	0.5774816214057635	2	2	2	2	2	False	125508	maximal	False	ENG0039_000000005571	0.8806286715133981		0	0	False	False	0.9977882504463196	0					non-mobilizable	no_good_hit	1242.0	73.833	33.0	0.01212892111694243	NZ_WAJS01000004.1	actinobacteria	Adlercreutzia muris strain DSM 29508 DSM29508T_contig_004, whole genome shotgun sequence	True	False
ISR0086_000000005621	4381	0.5774750748226853	3	3	1	3	2	False	33925	maximal	False	MON0061_000000008930	0.9687089715536105		0	0	False	False	1.0	0					non-mobilizable	other	4388.0	82.61200000000001	99.0	0.0011542627859288713	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
CHI0108_000000002288	3318	0.5774715073431276	4	4	4	3	4	False	109668	fragment	False	CHI0108_000000002288	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3318.0	99.759	100.0	0.000595289478128361	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	False
SPA0079_000000015872	1634	0.5774700120230483	2	2	2	2	2	False	96458	fragment	False	ISR0791_000000009914	0.6984037102073406		0	0	False	False	0.9993879795074463	0					non-mobilizable	chromosome	1634.0	99.939	100.0	0.0006916751202383801	CP060588.1	high GC Gram+	Bifidobacterium longum strain LC67 chromosome, complete genome	False	False
SPA0031_000000029713	1143	0.5774624251716112	3	3	3	3	1	False	7256	maximal	True	SPA0031_000000029713	1.0		24	8	False	False	0.9991251230239868	0					non-mobilizable	no_good_hit	544.0	81.066	53.0	0.007366758353985675	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	True	False
SPA0124_000000005861	4870	0.5774616292183363	6	4	1	4	1	False	31963	maximal	True	SPA0124_000000005861	1.0		2	2	False	False	0.998151957988739	0					non-mobilizable	no_good_hit	2940.0	90.476	60.0	0.0023046616555532683	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
MAD0024_000000001748	5181	0.5774601040877099	3	3	3	3	2	False	19208	maximal	True	MAD0024_000000001748	1.0		22	10	False	False	0.9998070001602173	0					non-mobilizable	no_good_hit	1163.0	75.236	22.0	0.0011281988017613433	NZ_LN876586.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	False
ISR0139_000000020021	1372	0.5774560277100028	2	2	2	1	2	False	31288	fragment	False	ISR0139_000000020021	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	98.105	100.0	0.0006592851732967865	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
ENG0109_000000000193	50594	0.5774558828716243	71	14	5	6	9	False	64887	maximal	True	ENG0109_000000000193	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	90.84	0.0	0.14672686230248308	GQ875642.1		Uncultured organism clone VC1A447TF genomic sequence	True	False
FIJ0072_000000007840	3198	0.5774557549322937	2	2	1	2	2	False	44781	maximal	True	FIJ0072_000000007840	1.0		165	12	False	False	1.0	0					non-mobilizable	chromosome	3017.0	83.792	94.0	0.0008040058377119285	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0015_000000023710	1372	0.5774549383746928	2	2	2	2	2	False	50315	maximal	True	FIJ0015_000000023710	1.0		24	10	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	77.869	44.0	0.00018510349307401838	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0059_000000005159	2426	0.5774537529494134	3	3	3	3	1	False	124759	maximal	True	ENG0059_000000005159	1.0		4	4	False	False	0.998763382434845	0					non-mobilizable	other	1898.0	96.259	99.0	0.016983598338346943	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0326_000000011209	1767	0.5774495581163483	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8128809787909275		0	0	False	False	0.9886813759803772	0					non-mobilizable	chromosome	1724.0	83.93299999999999	97.0	0.0005070376650204725	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MAD0066_000000002117	6717	0.5774489070462705	9	7	2	3	7	False	50290	fragment	False	MAD0066_000000002117	0.9650485436893204		0	0	False	False	0.9938960671424866	0					non-mobilizable	chromosome	6460.0	97.632	96.0	0.001215176887045608	CP044313.1	enterobacteria	Escherichia coli strain RM11911 chromosome, complete genome	False	False
MAD0009_000000001224	6695	0.5774489070462705	9	7	2	3	7	False	50290	fragment	False	MAD0066_000000002117	0.9647908292392438		0	0	False	False	1.0	0					non-mobilizable	chromosome	6516.0	97.49799999999999	98.0	0.0012027269449460427	CP055981.1	enterobacteria	Escherichia coli strain RHB01-C20 chromosome	False	False
MAD0013_000000001877	8705	0.5774478602481288	9	6	4	6	5	False	121002	maximal	True	MAD0013_000000001877	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3533.0	92.697	40.0	0.017451437220828942	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
ISR0010_000000009486	2154	0.5774469565674925	4	4	4	3	2	False	90581	fragment	False	ISR0010_000000009486	1.0		0	0	False	False	0.9958217144012451	0					non-mobilizable	other	2140.0	99.95299999999999	99.0	0.00041427884975738834	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0050_000000012251	2177	0.5774440205458986	3	2	1	2	1	True	58603	fragment	False	ISR0050_000000012251	1.0		0	0	False	False	0.9926504492759705	0					non-mobilizable	chromosome	2162.0	93.571	99.0	0.0007396500383014703	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
SPA0102_000000003866	9295	0.5774381074446054	9	7	2	5	5	True	4922	fragment	False	SPA0102_000000003866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	94.802	14.0	0.0036110206327990744	NZ_KB894644.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
MAD0038_000000000007	109831	0.5774369530562793	155	48	21	39	24	False	18594	maximal	True	MAD0038_000000000007	1.0		1	1	True	True	1.0	131					non-mobilizable	no_good_hit	54.0	92.59299999999999	0.0	0.0005128999167747305	NZ_SGXF01000010.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_110, whole genome shotgun sequence	True	True
ISR0288_000000017891	1671	0.5774362898029289	2	2	2	2	1	False	73892	fragment	False	ISR0288_000000017891	1.0		0	0	False	False	0.9952124357223511	0					non-mobilizable	other	1575.0	100.0	94.0	0.05148501897160801	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
CHI0035_000000006316	1648	0.5774362898029289	2	2	2	2	1	False	103652	fragment	False	ENG0071_000000010644	0.6860102836979973		0	0	False	False	1.0	0					non-mobilizable	other	1589.0	99.874	96.0	0.05194295433730211	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
CHI0022_000000007229	1645	0.5774362898029289	2	2	2	2	1	False	89189	fragment	False	CHI0022_000000007229	1.0		0	0	False	False	0.9993920922279358	0					non-mobilizable	other	1300.0	99.92299999999999	100.0	0.04248986000261677	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0036_000000008093	1636	0.5774362898029289	2	2	2	2	1	False	103652	fragment	False	ENG0071_000000010644	0.7727951146717239		0	0	False	False	0.980440080165863	0					non-mobilizable	other	1636.0	100.0	100.0	0.053480308779275156	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
AST0151_000000009992	1620	0.5774362898029289	2	2	2	2	1	False	103652	fragment	False	ENG0071_000000010644	0.6868511195445159		0	0	False	False	0.9938271641731262	0					non-mobilizable	other	1580.0	99.93700000000001	100.0	0.05164856731649876	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0051_000000015267	1606	0.5774362898029289	2	2	2	2	1	False	103652	fragment	False	ENG0071_000000010644	0.685281232664492		0	0	False	False	0.9981319904327393	0					non-mobilizable	other	1562.0	99.936	100.0	0.05105979327489206	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
MAD0111_000000010801	1587	0.5774362898029289	2	2	2	2	1	False	103652	fragment	False	ENG0071_000000010644	0.683960511198751		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	99.874	100.0	0.051877534999345803	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
CHI0028_000000009132	1571	0.5774362898029289	2	2	2	2	1	False	103652	fragment	False	ENG0071_000000010644	0.6813170224474812		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	100.0	99.0	0.05105979327489206	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
CHI0057_000000013621	1492	0.5774362898029289	2	2	2	2	1	False	103652	fragment	False	ENG0071_000000010644	0.47323190308163526		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	99.93299999999999	100.0	0.04877011644642156	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0297_000000012144	1271	0.5774362898029289	2	2	2	2	1	False	25649	maximal	True	ISR0297_000000012144	1.0		0	0	False	False	0.9826908111572266	0					non-mobilizable	no_good_hit	1036.0	79.82600000000001	81.0	0.00018220641480348016	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ENG0134_000000008680	4273	0.5774302490634154	7	6	4	5	4	False	58214	maximal	True	ENG0134_000000008680	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	85.104	50.0	0.008737489503665206	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0126_000000006758	7131	0.5774258160723977	9	2	2	2	0	True	122712	maximal	True	ISR0126_000000006758	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	77.473	3.0	0.0031844719084085224	NZ_CABDWS010000011.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	True
ISR0038_000000003788	6959	0.5774258160723977	5	2	2	2	0	True	56433	maximal	True	ISR0038_000000003788	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	88.73200000000001	4.0	0.004906720299604688	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ISR0097_000000003802	5937	0.5774258160723977	4	2	2	2	0	True	37438	fragment	False	ISR0097_000000003802	1.0		0	0	False	False	0.9998315572738647	0					non-mobilizable	no_good_hit	284.0	87.676	5.0	0.004906720299604688	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
FIJ0069_000000004220	5719	0.5774258160723977	6	2	2	2	0	True	88535	maximal	True	FIJ0069_000000004220	1.0		11	6	True	True	0.999825119972229	1					non-mobilizable	no_good_hit								True	True
ENG0038_000000003550	5713	0.5774258160723977	5	2	2	2	0	True	65112	maximal	True	ENG0038_000000003550	1.0		1	1	False	False	0.9982495903968811	0					non-mobilizable	no_good_hit	74.0	93.243	1.0	4.6325219771346434e-05	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	True
ENG0145_000000005782	5635	0.5774258160723977	5	2	2	2	0	True	113939	maximal	True	ENG0145_000000005782	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	93.103	2.0	0.0006068697657482705	NZ_VHOA01000009.1	firmicutes	Terrilactibacillus laevilacticus strain SK5-6 sequence09, whole genome shotgun sequence	True	True
USA0071_01_000000002506	5523	0.5774258160723977	5	2	2	2	0	True	55772	maximal	True	USA0071_01_000000002506	1.0		2	2	False	False	0.9994568228721619	0					non-mobilizable	no_good_hit	42.0	95.238	1.0	0.00031082033826349985	NC_048724.1	viruses	Streptomyces phage Karimac, complete genome	True	True
ISR0027_000000004883	5362	0.5774258160723977	5	2	2	2	0	True	107705	maximal	True	ISR0027_000000004883	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0821_000000005068	5232	0.5774258160723977	4	2	2	2	0	True	21251	maximal	True	ISR0821_000000005068	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	1.0	0.00042278456484017864	NZ_FWWT01000014.1	firmicutes	Desulfonispora thiosulfatigenes DSM 11270, whole genome shotgun sequence	True	True
FIJ0009_000000006638	5230	0.5774258160723977	3	2	2	2	0	True	113938	maximal	True	FIJ0009_000000006638	1.0		5	4	False	False	0.9994263648986816	0					non-mobilizable	no_good_hit	342.0	77.778	8.0	0.0005726219347884667	NZ_CDPP01000004.1	firmicutes	Beduini massiliensis strain GM1, whole genome shotgun sequence	True	True
ISR0838_000000003825	5092	0.5774258160723977	4	2	2	2	0	True	94923	fragment	False	ISR0838_000000003825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0087_000000006292	5074	0.5774258160723977	5	2	2	2	0	True	111039	maximal	True	AST0087_000000006292	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0317_000000003129	4977	0.5774258160723977	5	2	2	2	0	True	80859	maximal	True	ISR0317_000000003129	1.0		9	4	False	False	0.9997990727424622	0					non-mobilizable	no_good_hit	78.0	88.462	2.0	0.0005703265119280788	NC_040134.1	eukaryotes	Synura uvella strain FBCC200023 plastid, complete genome	True	True
ENG0065_000000005598	4941	0.5774258160723977	7	2	2	2	0	True	62875	maximal	True	ENG0065_000000005598	1.0		5	4	False	False	0.9975713491439819	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.03479236812570146	KF527463.1	viruses	Tomato mosaic virus strain A356 nonfunctional movement protein gene, partial sequence	True	True
ENG0161_000000004419	4805	0.5774258160723977	4	2	2	2	0	True	56432	fragment	False	ENG0161_000000004419	1.0		0	0	False	False	0.9993756413459778	0					non-mobilizable	no_good_hit	284.0	88.73200000000001	6.0	0.004906720299604688	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ENG0011_000000005308	4694	0.5774258160723977	3	2	2	2	0	True	113936	fragment	False	ENG0011_000000005308	0.9746299645052566		0	0	False	False	0.9995739459991455	0					non-mobilizable	no_good_hit	82.0	98.78	2.0	0.00017254601226993866	NZ_HG529491.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	True
ENG0148_000000008060	4682	0.5774258160723977	3	2	2	2	0	True	80860	maximal	True	ENG0148_000000008060	1.0		7	3	False	False	0.9985049366950989	0					non-mobilizable	no_good_hit	464.0	92.241	10.0	0.5038419319429198	GQ876117.1		Uncultured organism clone VC1A925TF genomic sequence	True	True
CHI0030_000000001238	4654	0.5774258160723977	5	2	2	2	0	True	88534	fragment	False	CHI0030_000000001238	1.0		0	0	False	False	0.9931241869926453	0					non-mobilizable	no_good_hit	88.0	92.045	2.0	0.00019517535496115562	NZ_MZXV01000062.1	a-proteobacteria	Mesorhizobium kowhaii strain Ach-343 NODE_5, whole genome shotgun sequence	True	True
SPA0044_000000005474	4646	0.5774258160723977	3	2	2	2	0	True	113936	fragment	False	ENG0011_000000005308	0.9718734465317057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	91.045	1.0	0.0003171856978085352	NZ_CABMKH010000002.1	high GC Gram+	Varibaculum timonense isolate MGYG-HGUT-02421, whole genome shotgun sequence	True	True
DEN0096_000000009084	4596	0.5774258160723977	3	2	2	2	0	True	103444	maximal	True	DEN0096_000000009084	1.0		12	5	False	False	0.9997824430465698	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	9.239499083937468e-05	LT667503.1	enterobacteria	Buchnera aphidicola (Cinara confinis) strain BCiconfinis genome assembly, chromosome: 1	True	True
AST0055_000000007072	4542	0.5774258160723977	3	2	2	2	0	True	113936	fragment	False	ENG0011_000000005308	0.9615382887053969		0	0	False	False	0.9997798204421997	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	0.0001661554192229039	NZ_HG529491.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	True
USA0047_01_000000007699	4476	0.5774258160723977	3	2	2	2	0	True	113936	fragment	False	ENG0011_000000005308	0.9588019871572281		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	9.239499083937468e-05	LT667503.1	enterobacteria	Buchnera aphidicola (Cinara confinis) strain BCiconfinis genome assembly, chromosome: 1	True	True
ENG0122_000000006234	4326	0.5774258160723977	4	2	2	2	0	True	59088	fragment	False	ENG0122_000000006234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	0.0001945449593401035	NZ_RQUY01000001.1	firmicutes	Veillonella caviae strain DSM 20738 contig_0001, whole genome shotgun sequence	True	True
ISR0251_000000002771	4307	0.5774258160723977	3	2	2	2	0	True	113936	fragment	False	ENG0011_000000005308	0.93935848469813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	9.239499083937468e-05	LT667503.1	enterobacteria	Buchnera aphidicola (Cinara confinis) strain BCiconfinis genome assembly, chromosome: 1	True	True
ISR0249_000000003595	4295	0.5774258160723977	3	2	2	2	0	True	113936	fragment	False	ENG0011_000000005308	0.3188994659856048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	85.366	4.0	3.744956445231861e-05	CP022653.1	firmicutes	Bacillus atrophaeus strain GQJK17, complete genome	True	True
CHI0141_000000006464	4252	0.5774258160723977	4	2	2	2	0	True	80141	fragment	False	CHI0141_000000006464	1.0		0	0	False	False	0.99905925989151	0					non-mobilizable	no_good_hit								True	True
DEN0052_000000008912	4212	0.5774258160723977	5	2	2	2	0	True	72335	maximal	True	DEN0052_000000008912	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0117_000000005171	4193	0.5774258160723977	6	3	2	3	0	True	59391	maximal	True	ENG0117_000000005171	1.0		1	1	False	False	0.9997615218162537	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000005504	4164	0.5774258160723977	3	2	2	2	0	True	43587	maximal	True	FIJ0089_000000005504	1.0		8	3	False	False	0.9872718453407288	0					non-mobilizable	no_good_hit								True	True
ISR0092_000000005472	4109	0.5774258160723977	4	2	2	2	0	True	73784	maximal	True	ISR0092_000000005472	1.0		38	5	False	False	0.9990265369415283	0					non-mobilizable	no_good_hit								True	True
ISR0034_000000004826	4064	0.5774258160723977	4	2	2	2	0	True	122711	fragment	False	ISR0034_000000004826	0.975193218648716		0	0	False	False	0.999015748500824	0					non-mobilizable	no_good_hit								True	True
USA0062_01_000000006075	4011	0.5774258160723977	3	2	2	2	0	True	122711	fragment	False	ISR0034_000000004826	0.968873031496063		0	0	False	False	0.9997506737709045	0					non-mobilizable	no_good_hit								True	True
SPA0112_000000008788	3926	0.5774258160723977	4	2	2	2	0	True	53866	fragment	False	SPA0112_000000008788	1.0		0	0	False	False	0.996943473815918	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.352449504968216e-05	NZ_POYJ01000005.1	CFB group bacteria	Aquimarina sediminis strain w01 contig5, whole genome shotgun sequence	True	True
ISR0371_000000003972	3901	0.5774258160723977	3	2	2	2	0	True	25711	maximal	True	ISR0371_000000003972	1.0		2	2	False	False	0.9920533299446106	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	9.91421592481508e-07	CP045895.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 6	True	True
FIJ0058_000000009970	3898	0.5774258160723977	2	2	2	2	0	True	103442	fragment	False	FIJ0058_000000009970	0.9889787946428571		0	0	False	False	0.9948691725730896	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0008033317125763693	NZ_GG663526.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld22, whole genome shotgun sequence	True	True
MAD0098_000000011288	3810	0.5774258160723977	3	2	2	2	0	True	15339	fragment	False	MAD0098_000000011288	1.0		0	0	False	False	0.9958004951477051	0					non-mobilizable	no_good_hit	45.0	95.556	1.0	0.00021646618945711263	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	True
DEN0070_000000008836	3725	0.5774258160723977	3	2	2	2	0	True	70627	maximal	True	DEN0070_000000008836	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	91.176	2.0	8.368503948809736e-05	NZ_PPDB01000007.1	firmicutes	Veillonella denticariosi JCM 15641 Contig_7_len_800621, whole genome shotgun sequence	True	True
ENG0101_000000008383	3685	0.5774258160723977	3	2	2	2	0	True	60509	maximal	True	ENG0101_000000008383	1.0		3	2	False	False	0.9970149397850037	0					non-mobilizable	no_good_hit								True	True
ISR0046_000000007789	3648	0.5774258160723977	3	2	2	2	0	True	53714	fragment	False	FIJ0011_000000012044	0.9259314311446533		0	0	False	False	0.999725878238678	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	5.851995428031039e-07	CP047560.1	eudicots	Solanum pinnatisectum cultivar CGN17745 chromosome 9	True	True
ISR0249_000000004492	3627	0.5774258160723977	3	2	2	2	0	True	70281	fragment	False	ISR0249_000000004492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000007873	3584	0.5774258160723977	2	2	2	2	0	True	103442	fragment	False	FIJ0058_000000009970	0.9501026167265265		0	0	False	False	0.9997209906578064	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	9.239499083937468e-05	LT667503.1	enterobacteria	Buchnera aphidicola (Cinara confinis) strain BCiconfinis genome assembly, chromosome: 1	True	True
FIJ0011_000000012044	3583	0.5774258160723977	3	2	2	2	0	True	53714	fragment	False	FIJ0011_000000012044	0.9367558276301818		0	0	False	False	0.9963717460632324	0					non-mobilizable	no_good_hit	64.0	95.31200000000001	2.0	6.766372204172596e-05	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	True
FIJ0085_000000008729	3503	0.5774258160723977	2	2	2	2	0	True	43966	fragment	False	FIJ0085_000000008729	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0163_000000006641	3469	0.5774258160723977	3	2	2	2	0	True	56318	fragment	False	ENG0163_000000006641	1.0		0	0	False	False	0.9962525367736816	0					non-mobilizable	no_good_hit								True	True
FIJ0103_000000005808	3453	0.5774258160723977	3	2	2	2	0	True	53714	fragment	False	FIJ0011_000000012044	0.6256395943808727		0	0	False	False	0.9994208216667175	0					non-mobilizable	no_good_hit	94.0	86.17	3.0	2.0091166367819567e-05	NZ_FXAM01000001.1	g-proteobacteria	Methylomagnum ishizawai strain 175, whole genome shotgun sequence	True	True
AUS0002_000000009911	3437	0.5774258160723977	3	2	2	2	0	True	103047	maximal	True	AUS0002_000000009911	1.0		2	2	False	False	0.9997090697288513	0					non-mobilizable	no_good_hit								True	True
SPA0029_000000007873	3252	0.5774258160723977	2	2	2	2	0	True	70280	fragment	False	SPA0029_000000007873	1.0		0	0	False	False	0.9898523688316345	0					non-mobilizable	no_good_hit								True	True
ISR0378_000000007554	3223	0.5774258160723977	2	2	2	2	0	True	25364	fragment	False	ISR0378_000000007554	1.0		0	0	False	False	0.9959664940834045	0					non-mobilizable	no_good_hit								True	True
USA0010_01_000000008470	3216	0.5774258160723977	2	2	2	2	0	True	34060	fragment	False	USA0010_01_000000008470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	88.73200000000001	9.0	0.004906720299604688	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
USA0047_01_000000011316	3133	0.5774258160723977	2	2	2	2	0	True	1174	fragment	False	USA0047_01_000000011316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0070_000000007769	3110	0.5774258160723977	2	2	2	2	0	True	62440	maximal	True	ENG0070_000000007769	1.0		3	2	False	False	0.9742765426635742	0					non-mobilizable	no_good_hit	77.0	100.0	2.0	2.6708885448753204e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
AST0061_000000013315	3109	0.5774258160723977	2	2	2	2	0	True	112106	maximal	True	AST0061_000000013315	1.0		1	1	False	False	0.9893856644630432	0					non-mobilizable	no_good_hit								True	True
ISR0084_000000007640	3102	0.5774258160723977	2	2	2	2	0	True	34059	fragment	False	ISR0084_000000007640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	88.73200000000001	9.0	0.004906720299604688	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
FIJ0129_000000006855	3056	0.5774258160723977	2	2	2	2	0	True	40966	fragment	False	FIJ0129_000000006855	1.0		0	0	False	False	0.9964005351066589	0					non-mobilizable	no_good_hit								True	True
SPA0044_000000008679	3020	0.5774258160723977	2	2	2	2	0	True	6791	maximal	True	SPA0044_000000008679	1.0		8	4	False	False	0.9996688961982727	0					non-mobilizable	no_good_hit								True	True
AST0090_000000009878	2361	0.5774258160723977	2	2	2	2	0	True	109903	maximal	True	AST0090_000000009878	1.0		1	1	False	False	0.9822109341621399	0					non-mobilizable	no_good_hit								True	True
CHI0145_000000014292	1294	0.5774208781240608	4	4	4	2	0	False	79742	maximal	True	CHI0145_000000014292	1.0		98	10	False	False	1.0	0					non-mobilizable	chromosome	785.0	80.0	99.0	0.0002507636526788037	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0089_000000024597	1286	0.5774205323524152	2	2	2	2	1	False	33709	fragment	False	ISR0089_000000024597	1.0		0	0	False	False	0.9976671934127808	0					non-mobilizable	no_good_hit								True	False
ISR0160_000000027314	1106	0.5774188440511271	2	2	2	2	2	False	30412	fragment	False	ISR0160_000000027314	1.0		0	0	False	False	0.9927667379379272	0					non-mobilizable	other	1106.0	100.0	100.0	0.00031165335347469516	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0207_000000002159	9557	0.5774176521223299	9	2	2	2	2	False	28605	fragment	False	ISR0207_000000002159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2801.0	97.001	76.0	0.13340010492678972	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
FIJ0162_000000014842	1531	0.5774168239834049	3	1	1	1	1	False	39217	fragment	False	FIJ0162_000000014842	1.0		0	0	False	False	0.9954278469085693	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.004732843442520862	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0266_000000018220	1186	0.5774168239834049	2	1	1	1	1	False	26557	fragment	False	ISR0266_000000018220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0102_000000030220	1099	0.5774160585874971	2	2	2	1	1	False	42588	fragment	False	FIJ0102_000000030220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000003633	6971	0.5774112032994363	8	6	4	5	3	False	67913	fragment	False	ISR0074_000000003633	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5705.0	98.791	100.0	0.03324609923704166	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
MON0037_000000020030	3246	0.5774078468639313	6	4	4	4	2	False	12124	maximal	True	MON0037_000000020030	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	80.655	74.0	0.00027456751335448433	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0077_000000014552	2763	0.5774070653396091	5	4	2	4	0	False	62886	fragment	False	MON0077_000000014552	1.0		0	0	False	False	0.9956569075584412	0					non-mobilizable	no_good_hit	2084.0	96.689	88.0	0.028309594487867316	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	True	False
FIJ0162_000000017800	1291	0.5774043252764876	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.6004911279400004		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	95.035	99.0	0.067290110234575	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0115_000000011288	2133	0.5774037571743773	2	2	2	2	2	False	41732	maximal	True	FIJ0115_000000011288	1.0		10	1	False	False	1.0	0					non-mobilizable	chromosome	2133.0	97.984	100.0	0.00040440745293900414	CP041353.2	enterobacteria	Klebsiella pneumoniae strain RJY9645 chromosome, complete genome	False	False
FIJ0046_000000023058	1462	0.5774029083819732	1	1	1	1	1	False	46955	fragment	False	FIJ0046_000000023058	1.0		0	0	False	False	0.9863201379776001	0					non-mobilizable	no_good_hit	140.0	89.286	10.0	3.920345351401143e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0180_000000006353	2653	0.5774010826530579	3	2	1	2	1	True	55346	fragment	False	ENG0180_000000006353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0043_01_000000007594	1237	0.5774010826530579	2	2	1	2	1	True	7961	fragment	False	USA0043_01_000000007594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	96.552	16.0	0.0021954135420063038	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0013_000000024092	1176	0.5774010826530579	2	2	1	2	1	True	7960	fragment	False	SPA0013_000000024092	1.0		0	0	False	False	0.9965986609458923	0					non-mobilizable	no_good_hit								True	True
MON0079_000000004862	4695	0.5773996355386121	2	2	2	2	2	False	10115	maximal	True	MON0079_000000004862	1.0		2	1	False	False	0.9997870326042175	0					non-mobilizable	other	4695.0	98.807	100.0	0.005099252927942364	NZ_CABJCG010000001.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
ISR0228_000000022386	1228	0.5773978844969052	2	2	2	2	2	False	29801	fragment	False	ISR0228_000000022386	0.9639746634996041		0	0	False	False	0.9983713626861572	0					non-mobilizable	other	651.0	98.00299999999999	99.0	0.014860539551897577	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0142_000000013444	2061	0.5773956962204723	2	2	2	2	2	False	3434	maximal	True	SPA0142_000000013444	1.0		0	0	False	False	0.9922367930412292	0					non-mobilizable	no_good_hit	1580.0	84.051	77.0	0.00022261047221246418	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
FIJ0011_000000015297	2855	0.5773943298092414	4	3	2	3	3	True	72290	maximal	True	FIJ0011_000000015297	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	3.166267490800862e-05	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	True
ISR0213_000000005083	4517	0.577394227084903	7	3	2	1	1	True	49768	fragment	False	ISR0213_000000005083	1.0		0	0	False	False	0.9995572566986084	0					non-mobilizable	other	4515.0	99.801	99.0	0.01617258406337071	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	True
MON0009_000000036041	1123	0.5773913977779762	1	1	1	1	1	False	13761	maximal	True	MON0009_000000036041	1.0		41	11	False	False	0.9964380860328674	0					non-mobilizable	no_good_hit	1005.0	99.40299999999999	89.0	0.0002714673486157193	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0053_000000005918	3356	0.5773875899780836	3	3	3	3	3	False	105551	maximal	True	FIJ0053_000000005918	1.0		101	10	False	False	0.9994040727615356	0					non-mobilizable	other	2105.0	95.344	97.0	0.0005158543064640418	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0139_000000012507	2207	0.5773822375114213	3	2	2	1	2	False	122140	fragment	False	SPA0071_000000009370	0.613278066010773		0	0	False	False	1.0	0					non-mobilizable	other	2131.0	95.448	97.0	0.03611351415534409	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
SPA0138_000000011955	2192	0.5773822375114213	3	2	2	1	2	False	122140	fragment	False	SPA0071_000000009370	0.6123970724982751		0	0	False	False	1.0	0					non-mobilizable	other	2116.0	95.416	96.0	0.035859074177734804	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ENG0084_000000022009	1353	0.5773789276616091	3	2	2	2	1	False	120636	fragment	False	ENG0084_000000022009	1.0		0	0	False	False	0.9682187438011169	0					non-mobilizable	other	1368.0	82.31	100.0	0.002392429416233024	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
AST0024_000000032206	1139	0.5773789276616091	2	2	2	2	1	False	120635	fragment	False	AST0024_000000032206	1.0		0	0	False	False	0.998244047164917	0					non-mobilizable	other	1141.0	87.905	99.0	0.0003013442446830381	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
FIJ0164_000000006414	3705	0.5773777150949503	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9474751502507933		0	0	False	False	0.9991902709007263	0					non-mobilizable	chromosome	3717.0	83.508	100.0	0.0009867344371919122	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0002_000000009502	2204	0.5773737354663581	4	3	2	2	2	True	98868	fragment	False	SPA0002_000000009502	0.9824000164914588		0	0	False	False	0.9995462894439697	0					non-mobilizable	other	2204.0	100.0	100.0	0.0007072712492792447	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0102_000000008025	2198	0.5773737354663581	4	3	2	2	2	True	98868	fragment	False	SPA0002_000000009502	0.9756569433368267		0	0	False	False	1.0	0					non-mobilizable	other	2050.0	100.0	97.0	0.0006578296821485122	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0375_000000010244	2145	0.5773737354663581	4	3	2	2	2	True	98868	fragment	False	SPA0002_000000009502	0.9790252015730767		0	0	False	False	0.9981352090835571	0					non-mobilizable	other	2093.0	99.85700000000001	100.0	0.0006709926967742267	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0056_000000010949	1984	0.5773737354663581	3	3	2	2	2	True	98868	fragment	False	SPA0002_000000009502	0.6324021061818245		0	0	False	False	0.9989919066429138	0					non-mobilizable	other	1888.0	99.735	95.0	0.0006054986727828667	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0071_000000011440	1951	0.5773737354663581	3	3	2	2	2	True	98868	fragment	False	SPA0002_000000009502	0.7562412983597885		0	0	False	False	1.0	0					non-mobilizable	other	1951.0	99.949	100.0	0.0006257247684272573	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0060_000000014230	1930	0.5773737354663581	4	3	2	2	2	True	98867	fragment	False	ISR0060_000000014230	1.0		0	0	False	False	0.9994818568229675	0					non-mobilizable	other	1930.0	99.53399999999999	100.0	0.0006189827365457938	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0114_000000014933	1873	0.5773737354663581	3	3	2	2	2	True	98868	fragment	False	SPA0002_000000009502	0.5483246268851957		0	0	False	False	0.9994661211967468	0					non-mobilizable	other	1873.0	99.73299999999999	100.0	0.0006006829357246786	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0130_000000019617	1689	0.5773737354663581	3	3	2	2	2	True	98866	fragment	False	SPA0130_000000019617	0.9865110698700204		0	0	False	False	1.0	0					non-mobilizable	other	1689.0	99.941	100.0	0.0005416098944775696	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0051_000000022345	1667	0.5773737354663581	3	3	2	2	2	True	98866	fragment	False	SPA0130_000000019617	0.9799944634513966		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	99.58	100.0	0.0005345468134588936	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0345_000000008377	1583	0.5773737354663581	3	3	2	2	2	True	98866	fragment	False	SPA0130_000000019617	0.38540332906530095		0	0	False	False	0.9892609119415283	0					non-mobilizable	other	1500.0	99.867	95.0	0.0004809316075443979	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
AUS0024_000000020673	1564	0.5773737354663581	3	3	2	2	2	True	98866	fragment	False	SPA0130_000000019617	0.7616135329277858		0	0	False	False	0.9980818629264832	0					non-mobilizable	other	1564.0	99.936	100.0	0.000501478752326001	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0237_000000007609	1562	0.5773737354663581	3	3	2	2	2	True	98866	fragment	False	SPA0130_000000019617	0.94348625328004		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	99.616	100.0	0.0005008366540515759	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
CAN0002_000000005385	3287	0.5773662019213164	3	2	2	2	2	False	102226	fragment	False	FIJ0074_000000009739	0.9487063778580024		0	0	False	False	0.9942196607589722	0					non-mobilizable	other	2092.0	91.73	97.0	0.0005126669937339884	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0103_000000002475	9018	0.5773658902844058	10	5	4	3	4	False	33075	maximal	True	ISR0103_000000002475	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	84.428	16.0	0.0006603177007061568	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	True	False
AST0088_000000003067	4001	0.5773644585944343	10	5	2	4	3	False	110450	fragment	False	AST0088_000000003067	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	93.57600000000001	40.0	0.022362106817431174	NZ_JAAIOD010000018.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_18_length_51471_cov_342.947, whole genome shotgun sequence	True	False
ISR0288_000000008615	3444	0.5773644585944343	7	5	2	4	3	False	102473	fragment	False	ISR0047_000000008342	0.9878577623590633		0	0	False	False	0.9982578158378601	0					non-mobilizable	no_good_hit	705.0	94.184	34.0	0.013677604864875367	NZ_JAAIOD010000018.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_18_length_51471_cov_342.947, whole genome shotgun sequence	True	False
USA0130_01_000000001470	21298	0.5773606921158618	23	11	6	10	4	True	56870	maximal	True	USA0130_01_000000001470	1.0		1	1	False	False	0.9996243715286255	0					non-mobilizable	no_good_hit	174.0	77.586	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
FIJ0090_000000021915	2023	0.5773525478287376	2	1	1	1	1	False	65961	maximal	True	FIJ0090_000000021915	0.9587824210688353		428	15	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	97.04299999999999	49.0	0.00015113557392754616	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0127_000000006522	3899	0.5773517202771954	6	4	4	4	4	False	109350	fragment	False	CAN0002_000000003784	0.8237448660548933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1132.0	74.558	37.0	0.0003049196894933949	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0110_000000014455	1168	0.5773516517678916	2	2	1	2	1	False	124922	fragment	False	ENG0206_000000011673	0.015277849326258619		0	0	False	False	0.9991438388824463	0					non-mobilizable	chromosome	1047.0	82.044	97.0	0.00028606494597063683	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0051_000000006600	3804	0.5773513266696383	4	4	4	3	3	False	132072	backbone	True	SPA0051_000000006600	0.9650390202375136	PS1137	27	3	False	True	1.0	0					non-mobilizable	no_good_hit	598.0	98.829	17.0	0.0015643219306405334	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0122_000000008035	3741	0.5773513266696383	4	4	4	3	3	False	132072	backbone	False	SPA0051_000000006600	0.9650152572317992	PS1137	0	0	False	True	0.9997326731681824	0					non-mobilizable	no_good_hit	530.0	98.679	16.0	0.0013861412082225163	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0049_000000006453	3285	0.5773513266696383	4	4	4	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8916153488283279	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	4.0	0.0002122446840567558	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0149_000000025940	1545	0.5773509242328586	2	1	1	1	1	False	3287	maximal	True	SPA0149_000000025940	1.0		1	1	False	False	0.9928802847862244	0					non-mobilizable	no_good_hit	344.0	86.919	25.0	0.00010269655246769877	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0110_000000004811	6010	0.5773466250073148	3	2	2	2	1	False	59821	maximal	True	ENG0110_000000004811	1.0		147	10	False	False	1.0	0					non-mobilizable	other	6010.0	98.935	100.0	0.04184452971038209	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
ISR0379_000000019427	1297	0.5773424735324888	2	2	2	2	2	False	36597	fragment	False	SPA0027_000000027676	0.9381645797738494		0	0	False	False	0.9984579682350159	0					non-mobilizable	no_good_hit	228.0	75.0	17.0	0.00044311665396799935	NZ_QICS01000003.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_103, whole genome shotgun sequence	True	False
SPA0111_000000029724	1141	0.5773364445915272	2	1	1	1	1	False	4552	fragment	False	SPA0111_000000029724	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1141.0	99.56200000000001	100.0	0.0003187820512282756	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0058_000000017281	1950	0.5773353281275484	3	2	2	2	1	False	63443	fragment	False	ENG0058_000000017281	1.0		0	0	False	False	0.9994871616363525	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.0337025384648534e-05	LL999062.1	nematodes	Strongyloides stercoralis genome assembly S_stercoralis_PV0001 ,scaffold SSTP_contig0000011	True	False
MON0103_000000016899	2898	0.5773330699042549	3	3	3	3	2	False	13804	fragment	False	MON0103_000000016899	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2903.0	75.715	99.0	0.004518072289156626	NZ_QRWX01000002.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf2, whole genome shotgun sequence	False	False
ENG0197_000000005903	1717	0.5773314555543284	2	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.7579253616787973		0	0	False	False	1.0	0					non-mobilizable	chromosome	1717.0	99.41799999999999	100.0	0.0006055287313855493	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0030_000000027503	1386	0.5773304384938276	2	2	2	2	2	False	48672	maximal	False	ISR0073_000000018813	0.9642370572207084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	73.86399999999999	13.0	0.001937574468558957	NZ_JABAFG010000014.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_14, whole genome shotgun sequence	True	False
ISR0331_000000005402	3934	0.5773287673380155	4	2	1	2	2	False	24621	maximal	True	ISR0331_000000005402	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	83.15	27.0	0.00020446162166300254	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	True	False
ENG0102_000000007808	3439	0.5773257093820514	3	3	3	2	1	False	60398	fragment	False	ENG0102_000000007808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3080.0	97.89	89.0	0.0012894057876546522	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
DEN0073_000000008602	5178	0.5773232674417045	8	6	4	5	4	True	121089	maximal	True	DEN0073_000000008602	1.0		1	1	False	False	0.9984549880027771	0		MOBV			mobilizable	no_good_hit	1841.0	99.728	67.0	0.27271379872535945	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ENG0058_000000009105	3441	0.577322509004825	4	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.7844860846189607	PS903	0	0	False	True	0.9994187951087952	0					non-mobilizable	chromosome	3441.0	99.012	100.0	0.0006394635644256753	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
FIJ0047_000000017790	1736	0.5773183896299606	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.22917308919312587		0	0	False	True	0.9988479018211365	0					non-mobilizable	other	1733.0	91.229	100.0	0.0005388222689146216	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0005_000000004641	6264	0.5773171707284154	3	3	2	2	3	False	128730	fragment	False	AST0005_000000004641	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6264.0	99.01	100.0	0.001693426299183516	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0087_000000016855	2193	0.5773151836487447	3	3	2	3	1	False	110915	fragment	False	AST0087_000000016855	0.9902743142144639		0	0	False	False	1.0	0					non-mobilizable	other	2194.0	96.809	100.0	0.08692368839427662	NZ_JAAIPV010000053.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_53_length_25160_cov_79.8066, whole genome shotgun sequence	False	False
ISR0373_000000004618	3244	0.5773137500115368	4	4	4	4	3	False	108273	fragment	False	ISR0373_000000004618	0.9802405756022786		0	0	False	False	0.9972256422042847	0					non-mobilizable	no_good_hit	1618.0	82.756	50.0	0.0005604873172316388	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0173_000000003284	5624	0.5773131606709788	6	4	3	4	2	False	55696	fragment	False	ENG0173_000000003284	1.0		0	0	False	False	0.9959104061126709	0					non-mobilizable	no_good_hit	2166.0	98.8	88.0	0.22132488243712942	NZ_QSOD01000015.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf15, whole genome shotgun sequence	True	False
CHI0045_000000006090	3323	0.5773125892478919	4	3	3	3	3	False	87173	maximal	True	CHI0045_000000006090	1.0		76	9	False	False	0.9990972280502319	0					non-mobilizable	other	1339.0	87.45299999999999	93.0	0.0004106497661474021	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0141_000000018655	1191	0.5773109445005573	2	2	2	1	0	True	3450	maximal	True	SPA0141_000000018655	1.0		0	0	False	False	0.9991603493690491	0					non-mobilizable	no_good_hit	974.0	99.897	82.0	0.0048129955827286176	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
SPA0015_000000012767	1841	0.5773091684264251	2	1	1	1	1	False	66038	maximal	True	SPA0015_000000012767	1.0		25	5	False	False	0.9875068068504333	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000004824	5793	0.5773028680209843	9	6	6	5	5	True	42939	maximal	True	FIJ0097_000000004824	1.0		4	3	False	False	0.9996547698974609	0					non-mobilizable	no_good_hit	1335.0	96.854	23.0	0.017174786280770418	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
MON0013_000000011476	4027	0.5773006636219422	5	3	1	3	0	True	13544	maximal	True	MON0013_000000011476	1.0		93	11	False	False	1.0	0					non-mobilizable	other	1855.0	94.93299999999999	98.0	0.018664086749707744	NZ_CYZO01000010.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0107_000000007644	3475	0.5773006636219422	5	3	1	3	0	True	60023	maximal	True	ENG0107_000000007644	1.0		552	10	False	False	0.9991366863250732	0					non-mobilizable	other	3475.0	99.655	100.0	0.170352571960967	NZ_JAAITI010000050.1	firmicutes	Blautia luti strain MSK.16.34 NODE_50_length_20393_cov_183.383, whole genome shotgun sequence	False	True
ISR0014_000000020533	1727	0.577297885848334	2	1	1	1	1	False	38020	maximal	True	ISR0014_000000020533	1.0		354	11	False	False	0.9797336459159851	0					non-mobilizable	other	1688.0	98.815	98.0	0.01019483187894317	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0022_000000002968	4519	0.5772929709420065	5	4	4	4	3	True	129338	maximal	True	SPA0022_000000002968	1.0		0	0	False	False	0.999778687953949	0		MOBV			mobilizable	no_good_hit	1994.0	99.79899999999999	63.0	0.28630943829909494	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	True	True
FIJ0061_000000010882	2331	0.5772826731966514	2	2	2	2	2	False	45817	maximal	True	FIJ0061_000000010882	1.0		3	2	False	False	0.9987130165100098	0					non-mobilizable	no_good_hit								True	False
ISR0187_000000003135	7923	0.5772815018476262	8	7	6	7	5	False	94640	maximal	True	ISR0187_000000003135	1.0		5	4	False	False	0.9987378716468811	0					non-mobilizable	no_good_hit	3216.0	96.14399999999999	41.0	0.043062394059246105	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0044_000000013354	1843	0.5772804168117637	3	2	2	1	1	False	90713	maximal	True	MAD0044_000000013354	1.0		50	11	False	False	0.9934888482093811	0					non-mobilizable	no_good_hit	656.0	80.64	35.0	0.0001825768182101217	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
USA0022_01_000000003622	2026	0.5772794882739871	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.14285652707621938		0	0	False	False	0.999506413936615	0					non-mobilizable	other	2026.0	97.53200000000001	100.0	0.0006293518764516624	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0287_000000007765	1695	0.5772779980031063	2	2	1	1	2	False	123104	maximal	True	ISR0287_000000007765	1.0		18	5	False	False	0.9604719877243042	0					non-mobilizable	no_good_hit	1504.0	95.545	89.0	0.0004177647719925598	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	True	False
ENG0101_000000025222	1347	0.5772769724318337	2	2	2	2	2	False	107691	maximal	False	ISR0341_000000010433	0.9730629078626599		0	0	False	False	0.9992576241493225	0					non-mobilizable	other	1337.0	82.87200000000001	99.0	0.0003467739510221049	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
DEN0076_000000003313	2103	0.5772766389161925	4	3	2	2	3	False	77016	fragment	False	DEN0076_000000003313	1.0		0	0	False	False	0.9990489482879639	0					non-mobilizable	other	1961.0	92.351	91.0	0.009938690228056084	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
USA0003_01_000000014039	2820	0.5772747543338294	4	3	3	3	2	False	65675	fragment	False	USA0003_01_000000014039	1.0		0	0	False	False	0.9996454119682312	0					non-mobilizable	other	2811.0	90.039	99.0	0.2120387174833636	NZ_WNCH01000057.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold57_size13224, whole genome shotgun sequence	False	False
DEN0011_000000020540	2171	0.5772741992435949	4	3	2	3	2	False	75700	maximal	True	DEN0011_000000020540	1.0		254	11	False	False	0.9972363114356995	0					non-mobilizable	other	1901.0	99.684	100.0	0.0005755226578726805	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0031_000000011203	1901	0.5772741992435949	3	3	2	3	2	False	65691	fragment	False	ENG0031_000000011203	0.9941195253780657		0	0	False	False	1.0	0					non-mobilizable	other	1901.0	100.0	100.0	0.0005755226578726805	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
USA0132_01_000000008416	1896	0.5772741992435949	3	3	2	3	2	False	65691	fragment	False	ENG0031_000000011203	0.9938565059146255		0	0	False	False	1.0	0					non-mobilizable	other	1896.0	100.0	100.0	0.0005740081245624892	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
USA0036_01_000000017881	1832	0.5772741992435949	3	3	2	3	2	False	65691	fragment	False	ENG0031_000000011203	0.9810598348494952		0	0	False	False	0.998908281326294	0					non-mobilizable	other	1832.0	100.0	100.0	0.0005544907542982118	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
SPA0092_000000024696	1819	0.5772741992435949	3	3	2	3	2	False	65691	fragment	False	ENG0031_000000011203	0.9761416088330964		0	0	False	False	1.0	0					non-mobilizable	other	1819.0	100.0	100.0	0.0005506843115855437	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0139_000000023203	1199	0.5772708781349057	2	2	2	2	2	False	31278	maximal	True	ISR0139_000000023203	1.0		247	11	False	False	0.9983319640159607	0					non-mobilizable	no_good_hit	565.0	74.69	47.0	0.004326919342183968	NZ_DS544184.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_17, whole genome shotgun sequence	True	False
ISR0777_000000004345	3861	0.5772698904272826	5	4	4	3	3	False	55900	fragment	False	ISR0777_000000004345	1.0		0	0	False	False	0.9981870055198669	0					non-mobilizable	other	2072.0	99.95200000000001	100.0	0.0006271711371663554	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0130_01_000000021755	1557	0.577262651615184	4	4	4	2	1	False	105476	fragment	False	MON0066_000000019868	0.8655242647983802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	85.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0048_000000003181	8282	0.5772611442154089	11	6	6	5	4	True	92997	maximal	True	FIJ0048_000000003181	1.0		5	4	False	False	0.99903404712677	0					non-mobilizable	no_good_hit								True	True
MAD0027_000000003778	2997	0.5772547893107856	3	2	1	2	2	False	19059	maximal	True	MAD0027_000000003778	1.0		134	8	False	False	0.9996663331985474	0					non-mobilizable	no_good_hit	808.0	82.79700000000001	27.0	0.00021527296318298814	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0123_000000003036	5613	0.5772512669363968	4	3	2	2	1	False	108203	maximal	True	ISR0123_000000003036	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	88.745	4.0	0.14631043256997456	NZ_LDAQ01000136.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_136, whole genome shotgun sequence	True	False
TAN0001_000000012689	1230	0.5772428522382728	2	2	2	2	1	False	47104	maximal	False	FIJ0044_000000017230	0.9598455598455599		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	73.665	91.0	0.0051550218543230724	MN577572.1	bacteria	Uncultured Elusimicrobia bacterium isolate LL30 clone UCI_4 genomic sequence	False	False
TAN0007_000000005050	6062	0.577239994736487	5	2	2	1	1	True	47685	fragment	False	TAN0007_000000005050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.433	8.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0039_000000007602	5534	0.577239994736487	4	2	2	1	1	True	11962	fragment	False	MON0039_000000007602	1.0		0	0	False	False	0.999819278717041	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.5725685817102945e-06	CP036201.1	verrucomicrobia	Verrucomicrobia bacterium S94 chromosome, complete genome	True	True
FIJ0038_000000006396	5071	0.577239994736487	4	2	2	1	1	True	47682	fragment	False	MON0055_000000002395	0.6403219904866447		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.433	10.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MAD0039_000000001627	6416	0.5772348268825986	9	3	2	3	2	False	18513	maximal	True	MAD0039_000000001627	1.0		1	1	False	False	0.9996882677078247	0					non-mobilizable	no_good_hit	182.0	83.516	3.0	0.20717592592592593	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
ENG0174_000000005557	3096	0.5772326807826157	4	3	1	3	0	True	55664	maximal	True	ENG0174_000000005557	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	100.0	5.0	0.0007125467608811828	NZ_QGDL01000011.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_111, whole genome shotgun sequence	True	True
ISR0060_000000007490	3883	0.5772325920814312	4	4	4	3	4	False	61428	fragment	False	ISR0169_000000006679	0.9688640233519825		0	0	False	False	1.0	0					non-mobilizable	chromosome	2927.0	99.556	100.0	0.0005308661663897127	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0198_000000025794	1289	0.5772278539537579	2	2	1	2	1	False	57537	fragment	False	ENG0144_000000012619	0.9493778334912536		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	98.45	100.0	0.00035767643612087685	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0048_000000011103	1801	0.5772276317275045	3	2	2	2	2	True	6628	maximal	True	SPA0048_000000011103	1.0		4	3	False	False	0.9500277638435364	0					non-mobilizable	no_good_hit	929.0	99.785	52.0	0.006366630076838639	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	True	True
MON0097_000000007846	4144	0.5772252235631125	5	5	5	5	4	False	124953	fragment	False	MON0097_000000007846	1.0		0	0	False	False	0.9937258958816528	0					non-mobilizable	other	3337.0	77.734	97.0	0.0007462524115449398	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
MAD0043_000000001643	10566	0.5772235072273199	11	5	2	4	1	True	18080	maximal	True	MAD0043_000000001643	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	96.471	2.0	0.0015186370008267137	NZ_QEKH01000019.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_119, whole genome shotgun sequence	True	True
CHI0064_000000014755	1252	0.5772228166093863	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.027307608625574204		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	98.40299999999999	100.0	0.002613766814361917	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0038_000000021631	1634	0.5772162606009856	2	2	1	2	2	False	47633	maximal	True	FIJ0038_000000021631	1.0		88	8	False	False	0.984088122844696	0					non-mobilizable	no_good_hit	1111.0	70.477	66.0	0.003389819848998934	NZ_ADNC01000027.1	mycoplasmas	Mycoplasma alligatoris A21JP2 gcontig_1119468158942, whole genome shotgun sequence	True	False
FIJ0121_000000010855	2392	0.5772158784734985	3	2	1	2	0	True	41483	maximal	True	FIJ0121_000000010855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	72.176	30.0	0.0002631987295185728	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
CHI0129_000000022810	1178	0.5772130347110864	2	1	1	1	1	False	81152	fragment	False	CHI0129_000000022810	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1178.0	96.774	100.0	0.00016612965057161586	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0234_000000001798	5557	0.5772128136476941	8	2	2	2	1	True	106952	maximal	True	ISR0234_000000001798	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2974.0	94.855	58.0	0.000627259427529677	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ENG0025_000000005211	4189	0.5772128136476941	4	2	2	2	1	True	128433	maximal	False	SPA0072_000000004415	0.9474382355495418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2401.0	89.13	60.0	0.0005024411374050848	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0836_000000004811	4145	0.5772128136476941	6	2	2	2	1	True	69353	fragment	False	ISR0836_000000004811	1.0		0	0	False	False	0.9997587203979492	0					non-mobilizable	no_good_hit	1825.0	92.43799999999999	44.0	0.01624481216935929	NZ_LFQU01000010.1	CFB group bacteria	Prevotella rara strain 109 contig00010, whole genome shotgun sequence	True	True
SPA0150_000000004477	4090	0.5772128136476941	5	2	2	2	1	True	128431	maximal	False	CHI0024_000000002616	0.8224990833694508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2336.0	89.17	59.0	0.0004889244359364318	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
SPA0112_000000009163	3759	0.5772128136476941	3	2	2	2	1	True	116649	maximal	True	SPA0112_000000009163	1.0		2	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2293.0	91.932	61.0	0.020395076681925865	NZ_LFQU01000010.1	CFB group bacteria	Prevotella rara strain 109 contig00010, whole genome shotgun sequence	True	True
ENG0106_000000007243	2912	0.5772128136476941	2	2	2	2	1	True	119772	fragment	False	ENG0106_000000007243	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2671.0	99.88799999999999	100.0	0.000661735457000207	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	True
ISR0309_000000006738	2671	0.5772128136476941	4	2	2	2	1	True	119769	maximal	True	ISR0309_000000006738	1.0		27	7	False	False	0.9947585463523865	0					non-mobilizable	no_good_hit	2241.0	98.929	85.0	0.0005985155208330265	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
AST0012_000000008295	2573	0.5772128136476941	2	2	2	2	1	True	125422	maximal	True	AST0012_000000008295	1.0		155	10	False	False	1.0	0					non-mobilizable	other	2068.0	97.292	100.0	0.000553258642523952	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0087_000000011205	2404	0.5772128136476941	2	2	2	2	1	True	128430	fragment	False	ENG0087_000000011205	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1894.0	95.723	100.0	0.00039979868562750126	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0007_000000010632	2390	0.5772128136476941	2	2	2	2	1	True	119768	fragment	False	CHI0008_000000003975	0.9164135558531195		0	0	False	False	1.0	0					non-mobilizable	other	2392.0	94.98299999999999	100.0	0.0006397555164519464	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0008_000000003975	2345	0.5772128136476941	3	2	2	2	1	True	119768	fragment	False	CHI0008_000000003975	0.9427617504249716		0	0	False	False	1.0	0					non-mobilizable	other	2347.0	98.296	100.0	0.00113069796701278	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
USA0034_01_000000023004	2322	0.5772128136476941	2	2	2	2	1	True	85061	maximal	False	CHI0069_000000003954	0.9434452438049561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1668.0	75.6	70.0	0.025381337615018835	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	True	True
DEN0049_000000001431	2287	0.5772128136476941	2	2	2	2	1	True	119765	maximal	True	DEN0049_000000001431	1.0		12	4	False	False	1.0	0					non-mobilizable	other	2152.0	91.31	94.0	0.0006870763537265469	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0053_000000004889	2285	0.5772128136476941	2	2	2	2	1	True	119768	fragment	False	CHI0008_000000003975	0.638095238095238		0	0	False	False	0.9877461791038513	0					non-mobilizable	other	2285.0	99.431	100.0	0.004857870580199549	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0020_000000013928	2283	0.5772128136476941	2	2	2	2	1	True	129849	maximal	False	MON0095_000000012084	0.7322404467737036		0	0	False	False	0.9824792146682739	0					non-mobilizable	chromosome	2240.0	99.911	98.0	0.00033189871263619486	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
MON0082_000000014655	2278	0.5772128136476941	2	2	2	2	1	True	129849	maximal	False	MON0095_000000012084	0.37590889180902326		0	0	False	False	0.9714661836624146	0					non-mobilizable	other	2180.0	99.954	100.0	0.00042202599982297764	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0282_000000010198	2213	0.5772128136476941	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.9569260578715388		0	0	False	False	0.9981924891471863	0					non-mobilizable	chromosome	2215.0	95.98200000000001	100.0	0.0004219644207532513	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
SPA0140_000000009902	2198	0.5772128136476941	2	2	2	2	1	True	128428	fragment	False	SPA0151_000000008519	0.6363216266173752		0	0	False	False	0.9945405125617981	0					non-mobilizable	other	2213.0	88.116	100.0	0.00046210223145957356	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0151_000000008519	2164	0.5772128136476941	2	2	2	2	1	True	128428	fragment	False	SPA0151_000000008519	0.9385858463891488		0	0	False	False	1.0	0					non-mobilizable	other	2171.0	88.853	100.0	0.000454710285343904	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
AST0005_000000013269	2110	0.5772128136476941	2	2	2	2	1	True	128428	fragment	False	SPA0151_000000008519	0.6320086260012322		0	0	False	False	0.9995260834693909	0					non-mobilizable	other	1812.0	95.14299999999999	100.0	0.0003820580149498942	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
AST0039_000000008107	2074	0.5772128136476941	2	2	2	2	1	True	116648	fragment	False	AST0039_000000008107	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2074.0	92.334	100.0	0.0006255501476666496	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	True
ENG0165_000000009554	2050	0.5772128136476941	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.945958486316776		0	0	False	False	1.0	0					non-mobilizable	other	2050.0	97.463	100.0	0.0005078261990237544	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	True
SPA0124_000000014444	2030	0.5772128136476941	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.8600477639657716		0	0	False	False	1.0	0					non-mobilizable	other	2032.0	96.949	100.0	0.0037867276222296386	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
ISR0043_000000010929	2020	0.5772128136476941	2	2	2	2	1	True	84306	fragment	False	ISR0043_000000010929	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	75.208	64.0	0.020039523250787377	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	True	True
MON0012_000000025989	2018	0.5772128136476941	2	2	2	2	1	True	54762	fragment	False	MON0012_000000025989	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1948.0	99.949	97.0	0.000570158818661383	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0075_000000012350	1997	0.5772128136476941	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.4162742145015138		0	0	False	False	0.9989985227584839	0					non-mobilizable	other	1998.0	96.84700000000001	100.0	0.00042155212705361465	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0093_000000022387	1986	0.5772128136476941	2	2	2	2	1	True	129848	fragment	False	MON0093_000000022387	0.9940843621399177		0	0	False	False	1.0	0					non-mobilizable	chromosome	1986.0	99.79899999999999	100.0	0.00036046013899517377	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	True
SPA0063_000000009243	1947	0.5772128136476941	2	2	2	2	1	True	129844	fragment	False	SPA0063_000000009243	1.0		0	0	False	False	0.9989727735519409	0					non-mobilizable	chromosome	1947.0	100.0	100.0	0.00036542878448358584	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	True
SPA0124_000000015068	1947	0.5772128136476941	2	2	2	2	1	True	119759	fragment	False	ISR0282_000000010198	0.8465823718908987		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	100.0	100.0	0.00048229857652524446	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	True
ENG0166_000000014830	1944	0.5772128136476941	2	2	2	2	1	True	129848	fragment	False	MON0093_000000022387	0.9838872104733132		0	0	False	False	0.9861111044883728	0					non-mobilizable	chromosome	1925.0	99.896	99.0	0.00034955912672717454	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	True
CHI0168_000000008430	1927	0.5772128136476941	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.5205273250317722		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	99.792	100.0	0.06585065645514224	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
USA0036_01_000000017372	1903	0.5772128136476941	2	2	2	2	1	True	122970	fragment	False	USA0036_01_000000017372	0.9262208067940552		0	0	False	False	1.0	0					non-mobilizable	other	1907.0	90.29899999999999	100.0	0.00040212186869242596	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0299_000000006109	1884	0.5772128136476941	2	2	2	2	1	True	122970	fragment	False	USA0036_01_000000017372	0.9211770888071467		0	0	False	False	0.993630588054657	0					non-mobilizable	other	1722.0	92.68299999999999	99.0	0.00036262775658870555	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
AST0003_000000018727	1750	0.5772128136476941	2	2	2	2	1	True	129843	fragment	False	AST0003_000000018727	0.9591012720717131		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	99.771	100.0	0.00033874413661789254	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0040_000000002288	3292	0.577211711355901	6	6	6	5	2	False	120948	fragment	False	DEN0040_000000002288	1.0		0	0	False	False	0.9993924498558044	0					non-mobilizable	other	2188.0	98.766	98.0	0.0007018134139466313	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CAN0010_000000001860	7435	0.5772102698355975	10	7	6	7	3	True	94651	fragment	False	CAN0010_000000001860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	81.111	1.0	0.0003607354026553443	NZ_MDEH01000006.1	g-proteobacteria	Xanthomonas melonis strain CFBP4644 Xm-CFBP4644-G106, whole genome shotgun sequence	True	True
ISR0326_000000002042	7024	0.5772088525067958	4	3	2	3	1	False	94041	maximal	True	ISR0326_000000002042	1.0		0	0	False	False	0.9978644847869873	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.0007256044753411511	LS991402.1	high GC Gram+	Propionibacterium freudenreichii isolate PFRJS_23 genome assembly, complete genome: monopartite	True	False
AST0014_000000000935	19414	0.5772069800373171	18	11	6	10	6	False	124558	maximal	True	AST0014_000000000935	1.0		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	1349.0	80.059	8.0	0.0006180287009202992	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MON0037_000000038760	1876	0.5772065556514934	3	3	3	1	2	False	30386	fragment	False	MON0037_000000038760	0.9958664259319625		0	0	False	False	0.9994669556617737	0					non-mobilizable	other	1803.0	99.667	100.0	0.0007587173417310986	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0161_000000017059	1807	0.5772065556514934	3	3	3	1	2	False	30386	fragment	False	MON0037_000000038760	0.9830965849162537		0	0	False	False	0.9988932013511658	0					non-mobilizable	chromosome	1807.0	99.889	100.0	0.0007814731157670639	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
MAD0027_000000008960	1370	0.5772046720627626	3	1	1	1	1	False	40364	fragment	False	SPA0006_000000019429	0.7545124513865982		0	0	False	False	0.9846715331077576	0					non-mobilizable	no_good_hit	917.0	91.494	67.0	0.00030764704872570503	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0075_000000021159	1307	0.5772041679207749	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.27240173705420945		0	0	False	False	1.0	0					non-mobilizable	chromosome	1266.0	85.70299999999999	97.0	0.00035867985334232165	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0125_000000027646	1145	0.5772024937313419	2	1	1	1	1	False	96391	fragment	False	DEN0061_000000036860	0.9109944120060491		0	0	False	False	0.9991266131401062	0					non-mobilizable	chromosome	1145.0	96.33200000000001	100.0	0.0005051098216485478	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0066_000000017468	1240	0.5771986186511218	1	1	1	1	1	False	62716	maximal	True	ENG0066_000000017468	1.0		38	7	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	81.847	86.0	0.0001395974344842316	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0176_000000001700	4406	0.5771977943627583	9	7	1	4	3	True	108823	fragment	False	ENG0176_000000001700	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4408.0	97.618	100.0	0.0019107020137862096	CP040931.1	high GC Gram+	Bifidobacterium breve strain JR01 chromosome, complete genome	False	True
FIJ0036_000000003897	8315	0.5771888324363493	9	7	5	5	3	False	82188	maximal	True	FIJ0036_000000003897	1.0		2	1	False	False	0.9997594952583313	0					non-mobilizable	no_good_hit	3913.0	93.637	47.0	0.06801467392249248	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
MON0047_000000008553	4259	0.5771836502132518	4	4	4	3	2	False	44971	maximal	True	MON0047_000000008553	1.0		494	15	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	93.27	22.0	0.004717519875656107	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
CHI0151_000000012276	2025	0.5771797049301792	3	2	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.09957153015829136		0	0	False	False	1.0	0		MOBV			mobilizable	other	2025.0	99.16	100.0	0.0006095493250084476	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0366_000000011629	1707	0.5771783939179139	3	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.20384601423442703		0	0	False	False	0.9759812355041504	0					non-mobilizable	chromosome	1575.0	99.111	100.0	0.0005531550749518098	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0083_000000006083	5325	0.5771762426497283	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.7927518807549		0	0	False	False	0.9992488026618958	0					non-mobilizable	chromosome	5324.0	98.479	99.0	0.002307976806632474	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0104_000000002054	4883	0.5771762426497283	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.6498489219697992		0	0	False	False	0.9967233538627625	0					non-mobilizable	chromosome	4883.0	98.23899999999999	100.0	0.0021167655025323574	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0280_000000002094	4138	0.5771727301073579	7	4	3	4	3	False	108628	maximal	True	ISR0280_000000002094	1.0		5	3	False	False	0.9997583627700806	0					non-mobilizable	no_good_hit	1866.0	99.786	45.0	0.01087026211028799	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
ISR0228_000000019212	1420	0.5771685111946543	2	2	2	2	2	False	83328	fragment	False	ISR0228_000000019212	0.9801447602718193		0	0	False	False	0.9964788556098938	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000021691	1371	0.5771685111946543	2	2	2	2	2	False	83328	fragment	False	ISR0228_000000019212	0.9435882421339095		0	0	False	False	0.9970824122428894	0					non-mobilizable	no_good_hit								True	False
USA0017_01_000000003505	7447	0.5771683805436324	15	2	0	2	0	False	132021	maximal	True	USA0017_01_000000003505	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0026_000000005042	6106	0.5771683805436324	12	2	0	2	0	False	132022	maximal	True	AST0026_000000005042	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000005383	5615	0.5771683805436324	8	2	0	2	0	False	132020	fragment	False	ISR0182_000000005383	1.0		0	0	False	False	0.9976847767829895	0					non-mobilizable	no_good_hit								True	False
ISR0254_000000001473	5209	0.5771683805436324	8	2	0	2	0	False	26930	maximal	True	ISR0254_000000001473	0.9727576711250983		2	1	True	True	0.9998080134391785	15					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.01612064482579303	XM_017364360.1	eudicots	PREDICTED: Daucus carota subsp. sativus NASP-related protein sim3 (LOC108196881), mRNA	True	True
ISR0317_000000003051	5084	0.5771683805436324	7	2	0	2	0	False	26930	maximal	False	ISR0254_000000001473	0.9610289882894989		0	0	True	True	0.9998033046722412	6					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.01612064482579303	XM_017364360.1	eudicots	PREDICTED: Daucus carota subsp. sativus NASP-related protein sim3 (LOC108196881), mRNA	True	True
AST0002_000000012011	3001	0.5771683805436324	6	2	0	2	0	False	132018	fragment	False	AST0002_000000012011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0101_01_000000013342	2430	0.5771683805436324	3	2	0	2	0	False	362	fragment	False	USA0101_01_000000013342	1.0		0	0	False	False	0.9975308775901794	0					non-mobilizable	no_good_hit								True	False
ISR0043_000000014357	1543	0.5771624305642161	2	2	2	2	2	False	36302	maximal	True	ISR0043_000000014357	1.0		118	9	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	88.926	19.0	0.000894635511589459	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0033_000000005144	5223	0.5771606229535032	8	5	3	4	2	True	88723	fragment	False	ISR0033_000000005144	1.0		0	0	False	False	0.9973195195198059	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	0.00013541587536454943	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	True
SPA0030_000000000426	31476	0.5771573161905439	39	26	13	18	22	True	90382	maximal	True	SPA0030_000000000426	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1303.0	75.902	6.0	0.038024059075750356	NZ_KB822487.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.24, whole genome shotgun sequence	True	True
ISR0817_000000003275	3551	0.5771569008682219	4	3	1	3	1	False	96087	maximal	True	ISR0817_000000003275	1.0		24	8	False	False	0.9991551637649536	0					non-mobilizable	no_good_hit	431.0	93.735	12.0	0.0001202423526562794	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0069_000000001149	5429	0.5771561463734439	6	6	6	6	5	False	16409	maximal	True	MAD0069_000000001149	1.0		25	9	False	False	1.0	0					non-mobilizable	other	3531.0	78.193	96.0	0.03303155422553885	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
MAD0091_000000001924	6433	0.5771548029110969	6	6	5	5	4	False	130514	maximal	False	CHI0054_000000002143	0.9671330709809065		0	0	False	False	0.9982900619506836	0					non-mobilizable	other	4308.0	82.126	98.0	0.024377142857142858	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0075_000000025353	1113	0.5771510280404124	2	1	1	1	1	False	34604	fragment	False	ISR0075_000000025353	1.0		0	0	False	False	0.9820305705070496	0					non-mobilizable	other	1057.0	78.997	94.0	0.0024357515487069196	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0172_000000025434	1145	0.5771499846670755	1	1	1	1	1	False	38711	maximal	True	FIJ0172_000000025434	1.0		109	12	False	False	0.9790393114089966	0					non-mobilizable	no_good_hit	469.0	74.2	40.0	0.0010864584760294194	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ISR0148_000000008291	3520	0.5771420997997871	4	4	4	4	4	False	30927	maximal	True	ISR0148_000000008291	1.0		179	7	False	False	1.0	0					non-mobilizable	chromosome	3043.0	99.90100000000001	100.0	0.001319446040859453	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
ISR0089_000000002848	7181	0.5771405671754352	11	4	3	4	0	True	33764	maximal	True	ISR0089_000000002848	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	76.684	3.0	0.001052536782501998	NZ_LWDV01000005.1	firmicutes	Orenia metallireducens strain Z6 2524618308, whole genome shotgun sequence	True	True
ISR0269_000000003391	4240	0.5771347692599176	4	2	1	2	1	False	100496	backbone	False	MON0043_000000005196	0.6262535452245689	PS574	0	0	True	True	1.0	172					non-mobilizable	no_good_hit	995.0	76.382	32.0	0.33482913358646876	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
SPA0008_000000006730	4220	0.5771347692599176	4	2	1	2	1	False	100496	backbone	False	MON0043_000000005196	0.6262145809884856	PS574	0	0	True	True	1.0	215					non-mobilizable	no_good_hit	1228.0	75.163	34.0	0.4111149464963756	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
SPA0003_000000004208	4199	0.5771347692599176	5	2	1	2	1	False	100496	backbone	False	MON0043_000000005196	0.6260799455433701	PS574	0	0	True	True	1.0	379					non-mobilizable	no_good_hit	1228.0	75.163	34.0	0.4111149464963756	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0793_000000003294	4184	0.5771347692599176	4	2	1	2	1	False	100496	backbone	False	MON0043_000000005196	0.6262445099287367	PS574	0	0	True	True	1.0	1096					non-mobilizable	no_good_hit	1228.0	75.163	32.0	0.4111149464963756	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
ISR0016_000000004739	4153	0.5771342439790603	4	4	4	4	2	False	37931	maximal	True	ISR0016_000000004739	1.0		8	1	False	False	0.9971105456352234	0					non-mobilizable	no_good_hit	429.0	98.368	10.0	0.0016862540675449404	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0102_01_000000011011	1149	0.5771323492919265	2	2	2	2	1	True	112263	fragment	False	CHI0186_000000012181	0.14906800923852404		0	0	False	False	0.9930374026298523	0					non-mobilizable	other	1149.0	99.913	100.0	0.023675961062530934	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0079_000000015513	1812	0.5771261134214184	3	3	1	2	1	False	34364	maximal	True	ISR0079_000000015513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0089_000000006236	1427	0.5771208974047795	3	3	3	2	2	False	84206	maximal	True	CHI0089_000000006236	0.9738161927574306		177	13	False	False	0.9992992281913757	0					non-mobilizable	no_good_hit								True	False
SPA0084_000000005477	3069	0.5771208662098776	4	3	3	3	2	False	24792	maximal	True	SPA0084_000000005477	1.0		14	5	False	False	0.995112419128418	0					non-mobilizable	chromosome	1584.0	98.54799999999999	96.0	0.000537901680543488	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0826_000000002271	5256	0.5771150527647504	8	5	3	3	3	True	94710	fragment	False	SPA0055_000000005433	0.9843571230759138		0	0	False	False	0.9992389678955078	0					non-mobilizable	no_good_hit	1149.0	80.07	58.0	0.005284936074564968	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	True	True
SPA0114_000000008013	5196	0.5771150527647504	8	5	3	3	3	True	94710	fragment	False	SPA0055_000000005433	0.9790152750597956		0	0	False	False	0.9994226098060608	0					non-mobilizable	no_good_hit	1149.0	80.157	58.0	0.005284936074564968	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	True	True
SPA0128_000000007388	4989	0.5771150527647504	8	5	3	3	3	True	94710	fragment	False	SPA0055_000000005433	0.7272455146389389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	80.157	56.0	0.005284936074564968	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	True	True
CHI0147_000000008443	2301	0.5771088483508596	3	2	2	2	2	False	79669	maximal	False	FIJ0082_000000013276	0.9926998417742281		0	0	True	True	1.0	10					non-mobilizable	other	1868.0	99.786	100.0	0.010628965925790906	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	True
ISR0275_000000006153	2281	0.5771088483508596	2	2	2	2	2	False	79669	maximal	False	FIJ0082_000000013276	0.991251196257786		0	0	True	True	0.999561607837677	4					non-mobilizable	other	1848.0	99.78399999999999	100.0	0.010515043461420157	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	True
USA0080_01_000000019128	2263	0.5771088483508596	2	2	2	2	2	False	79669	maximal	False	FIJ0082_000000013276	0.9884892783667333		0	0	True	True	1.0	12					non-mobilizable	other	1829.0	99.781	100.0	0.010406817120267945	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	True
ENG0067_000000001193	17613	0.5771087836176884	31	9	6	8	5	False	62693	maximal	True	ENG0067_000000001193	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	93.40899999999999	18.0	0.00023725170991341818	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0006_000000018348	1204	0.5771067306803606	2	1	1	1	1	False	67560	fragment	False	ENG0146_000000017262	0.9560311284046692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0052_000000011992	3332	0.5771038313503193	5	4	4	2	2	False	119690	maximal	True	DEN0052_000000011992	1.0		65	10	False	False	1.0	0					non-mobilizable	no_good_hit	398.0	75.87899999999999	12.0	0.00011017555103854438	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0334_000000000311	30150	0.5771010490942814	33	14	7	10	8	False	117045	maximal	True	ISR0334_000000000311	1.0		1	1	False	False	0.9994693398475647	0					non-mobilizable	no_good_hit	973.0	93.834	6.0	0.12321973550356052	MK232839.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_4_c1 sequence	True	False
CHI0059_000000007908	2188	0.5770947758456739	2	2	2	1	1	False	129015	maximal	True	CHI0059_000000007908	1.0	PS1059	13	5	False	True	0.9977148175239563	0					non-mobilizable	no_good_hit	1439.0	90.41	66.0	0.019770785465652217	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0103_000000026622	2017	0.5770947758456739	2	2	2	1	1	False	128870	maximal	True	MON0103_000000026622	1.0	PS1059	0	0	False	True	0.9826474785804749	0					non-mobilizable	no_good_hit	1494.0	82.59700000000001	80.0	0.00042183504489732887	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0133_000000002278	7289	0.5770924060495773	5	3	1	3	1	False	75573	maximal	True	ISR0133_000000002278	1.0		1	1	False	False	0.9982165098190308	0					non-mobilizable	no_good_hit	1106.0	96.926	15.0	0.018743745017217105	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
CAN0006_000000009280	4851	0.5770915244886297	6	6	5	6	6	False	95758	fragment	False	CAN0006_000000009280	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4747.0	98.336	100.0	0.0013599221190483252	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
ISR0283_000000003686	3610	0.5770909219931096	5	5	5	4	4	False	125354	maximal	True	ISR0283_000000003686	1.0		1	1	False	False	0.9966759085655212	0					non-mobilizable	no_good_hit	2964.0	99.15700000000001	82.0	0.011673459071809939	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0037_000000021265	1665	0.5770900440843373	3	3	3	3	1	False	65185	fragment	False	ENG0037_000000021265	1.0		0	0	False	False	0.9777777791023254	0					non-mobilizable	no_good_hit	699.0	75.107	42.0	0.0007238569266536845	NZ_LSRS01000003.1	firmicutes	Sporotomaculum syntrophicum strain FB SPSYN_contig000003, whole genome shotgun sequence	True	False
CHI0172_000000002412	3113	0.5770892902805738	5	2	1	2	2	False	115362	fragment	False	CHI0172_000000002412	0.9649868764726004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	95.04299999999999	55.0	0.0003883942966856719	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0150_000000018242	1528	0.5770892902805738	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6477765449688762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	92.84299999999999	77.0	0.00014329273372544447	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0040_000000013268	1521	0.5770892902805738	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6469021917711621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	92.26299999999999	78.0	0.00014329273372544447	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0039_000000008957	4809	0.5770874894243376	7	7	3	6	4	True	21775	maximal	True	MON0039_000000008957	1.0		4	2	False	False	0.9970887899398804	0					non-mobilizable	no_good_hit	1441.0	87.647	30.0	0.0222946401992887	NZ_CABKPS010000006.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0770_000000005562	1962	0.5770849460826533	3	3	3	2	2	False	22534	maximal	True	ISR0770_000000005562	1.0		12	5	False	False	0.9857288599014282	0					non-mobilizable	no_good_hit	224.0	80.804	11.0	0.0036390703829294515	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
FIJ0065_000000010281	1815	0.57708259551854	4	4	2	3	2	False	45420	maximal	True	FIJ0065_000000010281	1.0		185	9	False	False	0.9911845922470093	0					non-mobilizable	no_good_hit	734.0	94.959	83.0	0.016270449046636035	NZ_VULP01000025.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq25, whole genome shotgun sequence	True	False
ISR0076_000000009465	2660	0.577081151241022	4	4	3	3	2	False	124363	fragment	False	SPA0131_000000008475	0.8157173190023167		0	0	False	False	0.9996240735054016	0					non-mobilizable	other	2587.0	98.145	97.0	0.014889352241178707	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0125_000000023497	1143	0.5770802244844706	2	1	1	1	1	False	58787	fragment	False	ENG0125_000000023497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	98.075	100.0	0.0003206574799188605	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0029_000000022826	1404	0.5770793884304027	3	3	3	2	2	False	64550	fragment	False	MON0029_000000022826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	99.53399999999999	63.0	0.002787637997850653	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
MON0107_000000013240	4133	0.5770700441990596	3	3	3	3	2	False	44829	maximal	True	MON0107_000000013240	1.0		24	6	False	False	0.999032199382782	0					non-mobilizable	no_good_hit	1186.0	76.138	28.0	0.003274628047998126	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MAD0040_000000015396	2109	0.5770695518490413	2	2	2	2	2	False	57924	maximal	True	MAD0040_000000015396	0.9616526472043543		117	10	False	False	0.9995258450508118	0					non-mobilizable	other	1920.0	99.531	91.0	0.013349303287535776	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
FIJ0010_000000012495	1527	0.5770669289453056	4	4	4	4	1	False	51063	maximal	True	FIJ0010_000000012495	1.0		63	9	False	False	0.994106113910675	0					non-mobilizable	chromosome	780.0	99.615	100.0	0.00014644104093826035	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	False	False
ISR0111_000000005566	3111	0.5770645246275471	4	3	2	2	3	False	32689	maximal	True	ISR0111_000000005566	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2131.0	80.10300000000001	68.0	0.07296107587258674	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CAN0012_000000032741	1391	0.577061065599869	3	3	3	2	3	False	94070	fragment	False	MON0046_000000024256	0.9532348804500703		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	100.0	100.0	0.004404867537076943	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0075_000000003192	5397	0.5770562898799226	7	5	5	4	4	False	52538	fragment	False	FIJ0023_000000004898	0.9606014555178052		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	93.042	17.0	0.0002635002666112497	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0030_000000011777	2919	0.5770548416501351	3	3	3	2	3	True	93212	fragment	False	MON0030_000000011777	1.0		0	0	False	False	0.9883521795272827	0					non-mobilizable	no_good_hit	558.0	72.222	19.0	0.00015526478925658992	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0816_000000019510	2006	0.5770543243851134	3	2	2	2	2	False	35708	maximal	False	USA0145_01_000000010618	0.6520973422990713		0	0	False	False	1.0	0					non-mobilizable	other	2006.0	99.751	100.0	0.2196538124452235	NZ_JAAITI010000065.1	firmicutes	Blautia luti strain MSK.16.34 NODE_65_length_9128_cov_262.677, whole genome shotgun sequence	False	False
TAN0026_000000001355	1435	0.5770525099098195	2	2	2	2	1	False	2324	maximal	True	TAN0026_000000001355	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000003789	8146	0.5770514847474686	10	6	3	5	3	True	106278	fragment	False	FIJ0038_000000003789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ISR0082_000000021660	1520	0.5770492758950119	2	2	2	2	1	False	34154	fragment	False	ISR0082_000000021660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	76.613	8.0	5.0111539249863115e-05	CP011095.1	high GC Gram+	Corynebacterium ulcerans strain 131002, complete genome	True	False
SPA0031_000000022447	1481	0.5770486572630665	2	1	1	1	1	False	7272	fragment	False	SPA0031_000000022447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1177.0	91.50399999999999	79.0	0.005823165900808113	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
ITA0002_000000004189	2200	0.5770474704007867	3	3	3	3	1	True	20427	maximal	True	ITA0002_000000004189	1.0		20	5	False	False	0.9854545593261719	0					non-mobilizable	no_good_hit	507.0	99.014	23.0	0.008619514854183701	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
USA0055_01_000000004132	6254	0.5770468771469954	5	5	5	4	4	False	1042	maximal	True	USA0055_01_000000004132	1.0		524	13	False	False	1.0	0					non-mobilizable	chromosome	6255.0	97.186	100.0	0.0013987690921467382	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
MON0087_000000011703	4091	0.5770460336697858	3	3	3	3	1	False	118958	fragment	False	ISR0018_000000004470	0.8483011099616897		0	0	False	False	0.9958445429801941	0					non-mobilizable	no_good_hit								True	False
ISR0390_000000010757	1399	0.5770441977435439	2	2	2	2	1	False	22867	maximal	True	ISR0390_000000010757	1.0		7	3	False	False	0.9899928569793701	0					non-mobilizable	no_good_hit	645.0	95.969	46.0	0.008667593730170517	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
FIJ0020_000000002997	7347	0.577043635774212	7	7	7	2	2	False	49829	maximal	True	FIJ0020_000000002997	1.0		78	7	False	False	1.0	0					non-mobilizable	no_good_hit	3064.0	91.971	43.0	0.00874983884137694	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
AST0097_000000005430	4218	0.577042304265484	6	5	4	4	5	True	125730	maximal	True	AST0097_000000005430	1.0		10	3	False	False	0.9985775351524353	0					non-mobilizable	chromosome	2577.0	96.00299999999999	100.0	0.0008663933297811432	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0133_000000003447	5070	0.5770422358490354	6	2	1	1	2	False	66165	maximal	True	ISR0133_000000003447	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	90.141	3.0	0.00012521778951247347	NZ_FQVT01000002.1	CFB group bacteria	Salegentibacter echinorum strain DSM 24579, whole genome shotgun sequence	True	False
ISR0146_000000015294	2612	0.5770416387606232	2	2	2	1	1	False	108789	fragment	False	ISR0153_000000009106	0.7609113538978558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0077_000000009980	3753	0.5770414163917224	4	4	4	3	4	False	122772	fragment	False	MON0084_000000007784	0.9829108853040418		0	0	False	False	0.9978683590888977	0					non-mobilizable	other	3753.0	99.81299999999999	100.0	0.0016572028253718106	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
CHI0180_000000003798	3759	0.5770365778694495	3	3	2	0	3	False	77490	maximal	True	CHI0180_000000003798	1.0		330	13	False	False	1.0	0					non-mobilizable	no_good_hit	1465.0	77.33800000000001	45.0	0.0022317870237525904	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	True	False
CHI0081_000000006031	1619	0.5770246776957902	3	2	1	2	1	False	84309	fragment	False	CHI0081_000000006031	1.0		0	0	False	False	0.9932056665420532	0					non-mobilizable	no_good_hit	117.0	96.581	7.0	0.00010539217245066784	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	True	False
ISR0126_000000030521	1623	0.5770240615633687	2	2	2	2	2	False	85290	fragment	False	MON0081_000000031907	0.9661052368653382		0	0	False	False	0.9987677335739136	0					non-mobilizable	other	1623.0	99.199	100.0	0.023421029832211858	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0088_000000005605	4255	0.5770210477595669	5	3	3	3	2	True	61324	maximal	True	ENG0088_000000005605	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1785.0	96.415	64.0	0.036398506518678715	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	True	True
SPA0014_000000007460	2945	0.5770192509664565	4	4	4	4	3	False	76522	fragment	False	DEN0063_000000014677	0.9547940797940797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	75.781	57.0	0.00029507183446159487	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MAD0092_000000004004	4351	0.5770181059548468	5	5	4	4	4	False	52598	maximal	True	MAD0092_000000004004	1.0		116	12	False	False	0.9993104934692383	0					non-mobilizable	other	3123.0	95.069	99.0	0.0007283684825952129	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0086_000000005849	4231	0.5770173909118966	5	5	4	4	3	False	102063	maximal	True	ISR0086_000000005849	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1956.0	93.55799999999999	56.0	0.00541122522411956	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
AST0097_000000010028	2218	0.5770142906035548	3	3	3	1	2	False	109001	maximal	True	AST0097_000000010028	0.9910714285714286		30	5	False	False	0.9963931441307068	0					non-mobilizable	other	1135.0	86.96	92.0	0.003950019872121157	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
MAD0043_000000000718	17469	0.5770136204748177	21	8	1	8	1	False	18085	maximal	False	MAD0079_000000000231	0.9555585890542374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	3.2850953067157393e-06	NZ_LT629758.1	high GC Gram+	Actinoplanes derwentensis strain DSM 43941 chromosome I	True	False
MAD0079_000000000231	17402	0.5770136204748177	19	8	1	8	1	False	18085	maximal	True	MAD0079_000000000231	0.9605747262467031		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0092_000000000686	16916	0.5770136204748177	19	8	1	8	1	False	18085	maximal	False	MAD0079_000000000231	0.9397545674941233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	3.2850953067157393e-06	NZ_LT629758.1	high GC Gram+	Actinoplanes derwentensis strain DSM 43941 chromosome I	True	False
CHI0029_000000004077	2913	0.5770128601213254	4	2	2	2	1	False	88611	maximal	True	CHI0029_000000004077	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00026857820256353263	NZ_QJKI01000011.1	b-proteobacteria	Rivicola pingtungensis strain DSM 29661 Ga0244579_111, whole genome shotgun sequence	True	False
USA0044_01_000000016139	1713	0.5769999574364194	1	1	1	1	1	False	62279	fragment	False	USA0044_01_000000016139	1.0		0	0	False	False	0.9935784935951233	0					non-mobilizable	chromosome	1731.0	79.434	99.0	0.000488669300588508	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0071_000000014071	1430	0.5769999574364194	2	1	1	1	1	False	62278	fragment	False	ENG0071_000000014071	1.0		0	0	False	False	0.9993007183074951	0					non-mobilizable	other	1445.0	78.893	100.0	0.0003957212123231751	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0058_000000009722	3169	0.5769828783450239	4	4	4	4	4	False	6310	maximal	True	SPA0058_000000009722	0.999682337992376		93	7	False	False	0.9955822229385376	0					non-mobilizable	other	3169.0	100.0	100.0	0.00270569425654901	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
USA0003_01_000000001343	22427	0.5769771949809711	45	17	11	13	14	False	104366	maximal	True	USA0003_01_000000001343	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1723.0	78.12	32.0	0.001061697895636403	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CAN0011_000000005860	5325	0.5769735974645379	7	7	5	7	6	False	94536	maximal	True	CAN0011_000000005860	1.0		3	3	False	False	1.0	0					non-mobilizable	other	5327.0	97.20299999999999	100.0	0.1292609497912013	LM997258.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.0_1_41188_[organism:Escherichia	False	False
ENG0137_000000007408	2249	0.5769689938389428	3	2	2	2	2	False	75630	fragment	False	ISR0213_000000010997	0.9759184084454555		0	0	False	False	0.9973321557044983	0					non-mobilizable	no_good_hit	330.0	71.515	14.0	7.783610770965434e-05	CP053450.1	bacteria	Planctomycetes bacterium isolate PNC22 chromosome	True	False
SPA0014_000000002891	6381	0.57696159258836	5	3	2	2	2	False	7954	maximal	True	SPA0014_000000002891	1.0		2	1	False	False	0.999686598777771	0					non-mobilizable	no_good_hit								True	False
MAD0052_000000009950	1950	0.5769598877117393	3	2	2	2	2	False	25369	maximal	True	MAD0052_000000009950	1.0		10	5	False	False	0.9994871616363525	0					non-mobilizable	no_good_hit	1057.0	78.71300000000001	54.0	0.03444765532641534	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	False
ISR0073_000000023906	1175	0.5769567046789486	2	1	1	1	1	False	34764	maximal	True	ISR0073_000000023906	1.0		1	1	False	False	0.999148964881897	0					non-mobilizable	no_good_hit	870.0	72.414	72.0	0.010344283964540813	NZ_WNAJ01000016.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold16_size82461, whole genome shotgun sequence	True	False
ENG0128_000000021026	1410	0.5769557685531068	2	1	1	1	1	False	58598	maximal	True	ENG0128_000000021026	1.0		2	2	False	False	0.9971631169319153	0					non-mobilizable	no_good_hit								True	False
ISR0042_000000005460	4519	0.5769539192939501	5	5	5	5	4	False	114184	maximal	True	ISR0042_000000005460	1.0		36	4	False	False	1.0	0					non-mobilizable	chromosome	4519.0	100.0	100.0	0.002323905519198453	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0232_000000012355	2221	0.5769520923781444	3	3	2	3	2	False	30373	fragment	False	ISR0232_000000012355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	77.694	79.0	0.00034998368748428917	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ENG0039_000000008362	2940	0.5769503799409317	4	1	1	1	1	False	64950	fragment	False	ENG0039_000000008362	1.0		0	0	False	False	0.9982993006706238	0					non-mobilizable	no_good_hit								True	False
AST0047_000000008518	2553	0.5769484983772921	4	2	2	1	0	True	118994	maximal	True	AST0047_000000008518	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1903.0	76.984	73.0	0.0004543146529837783	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
AST0029_000000011983	2541	0.5769484983772921	6	2	2	1	0	True	128421	fragment	False	AST0029_000000011983	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2541.0	98.505	100.0	0.000720753148717576	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0058_000000011701	2181	0.5769484983772921	3	2	2	1	0	True	119024	fragment	False	ISR0058_000000011701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	71.54899999999999	32.0	0.00020052822906151075	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ENG0029_000000011623	2100	0.5769484983772921	3	2	2	1	0	True	119023	fragment	False	ENG0029_000000011623	1.0		0	0	False	False	0.9957143068313599	0					non-mobilizable	no_good_hit	1690.0	76.805	79.0	0.00040773085154453495	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0274_000000003470	2049	0.5769484983772921	3	2	2	1	0	True	128418	fragment	False	ISR0274_000000003470	0.9568113032958545		0	0	False	False	1.0	0					non-mobilizable	other	2049.0	97.95	100.0	0.0005810877098955802	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
AST0005_000000014084	1980	0.5769484983772921	3	2	2	1	0	True	128418	fragment	False	ISR0274_000000003470	0.9140213396823231		0	0	False	False	1.0	0					non-mobilizable	other	1980.0	92.87899999999999	100.0	0.057013626804183114	NZ_SLXA01000019.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_119, whole genome shotgun sequence	False	True
ISR0791_000000009415	1944	0.5769484983772921	4	2	2	1	0	True	69482	maximal	True	ISR0791_000000009415	1.0		7	6	False	False	0.9850823283195496	0					non-mobilizable	no_good_hit	1067.0	77.32	54.0	0.0002323434552587514	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MAD0012_000000015526	1873	0.5769484983772921	3	2	2	1	0	True	118991	fragment	False	MAD0012_000000015526	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	76.584	38.0	0.0079872385197588	NZ_FRCP01000025.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	True
MON0037_000000038956	1869	0.5769484983772921	3	2	2	1	0	True	128418	fragment	False	ISR0274_000000003470	0.9296016683905826		0	0	False	False	0.9839486479759216	0					non-mobilizable	other	1869.0	98.876	100.0	0.0005299905981314354	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
CAN0003_000000029010	1697	0.5769484983772921	3	2	2	1	0	True	109125	fragment	False	CAN0003_000000029010	1.0		0	0	False	False	0.9970536231994629	0					non-mobilizable	other	1594.0	77.102	93.0	0.0003846841287272251	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AUS0004_000000015591	1273	0.5769484983772921	2	2	2	1	0	True	102317	fragment	False	AUS0004_000000015591	1.0		0	0	False	False	1.0	0					non-mobilizable	other	947.0	97.78200000000001	100.0	0.0002679759639186261	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ENG0192_000000016637	1375	0.5769455198416952	2	2	2	2	2	False	54633	fragment	False	SPA0101_000000027578	0.9656150989943489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	73.684	15.0	5.189756483967829e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	False
ISR0793_000000007642	2141	0.576945161120136	4	4	2	4	2	False	92878	fragment	False	USA0145_01_000000011319	0.8580817501115374		0	0	False	False	0.9943951368331909	0					non-mobilizable	other	2128.0	98.919	99.0	0.04078071974998562	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0045_000000012409	2125	0.576945161120136	4	4	2	4	2	False	92878	fragment	False	USA0145_01_000000011319	0.853937894927966		0	0	False	False	1.0	0					non-mobilizable	other	2125.0	98.541	100.0	0.040723201104357995	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
USA0064_01_000000003976	2109	0.576945161120136	4	4	2	4	2	False	92878	fragment	False	USA0145_01_000000011319	0.7490681610145303		0	0	False	False	1.0	0					non-mobilizable	other	2109.0	97.771	100.0	0.0006308202368807795	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0100_000000017669	2058	0.576945161120136	4	4	2	4	2	False	92878	fragment	False	USA0145_01_000000011319	0.8456169262104378		0	0	False	False	1.0	0					non-mobilizable	other	2058.0	98.494	100.0	0.03943861801867439	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0377_000000007329	2012	0.576945161120136	4	4	2	4	2	False	92878	fragment	False	USA0145_01_000000011319	0.8311136866804439		0	0	False	False	1.0	0					non-mobilizable	other	2013.0	98.46	100.0	0.000602092180552243	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
BAN0014_000000003153	1358	0.5769369575054505	4	1	1	1	1	True	98400	fragment	False	MON0005_000000039337	0.9629724953050739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0784_000000005852	2087	0.5769339911332617	3	2	1	2	2	True	113499	fragment	False	FIJ0108_000000009955	0.8086836041187759		0	0	False	True	1.0	0					non-mobilizable	other	2032.0	92.274	100.0	0.0006105919640918935	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0145_01_000000013472	1766	0.5769335299254761	2	2	2	2	2	False	70140	fragment	False	DEN0073_000000030317	0.9682097705830389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	3.0	0.0005985714095691616	NZ_BBYR01000069.1	b-proteobacteria	Ideonella sakaiensis strain 201-F6, whole genome shotgun sequence	True	False
USA0121_01_000000011888	3982	0.5769302050459698	2	2	2	1	2	False	196	maximal	True	USA0121_01_000000011888	1.0		287	13	False	False	1.0	0					non-mobilizable	chromosome	3982.0	99.975	100.0	0.0006136241201599646	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0066_000000024239	1379	0.5769270871212151	2	2	2	2	2	False	45302	fragment	False	FIJ0066_000000024239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	85.87200000000001	39.0	0.00018473773515719437	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0136_000000012400	3210	0.5769257658723783	7	7	5	5	5	False	3625	maximal	True	SPA0136_000000012400	1.0		9	5	False	False	0.9925233721733093	0					non-mobilizable	no_good_hit	48.0	93.75	1.0	0.0007189732450169035	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	True	False
ISR0076_000000006063	4088	0.5769242972152255	4	3	3	2	2	True	34590	maximal	True	ISR0076_000000006063	1.0		7	5	False	False	0.9995107650756836	0					non-mobilizable	no_good_hit	275.0	76.36399999999999	7.0	0.0006989053101097831	NZ_SDMR01000002.1	high GC Gram+	Propioniciclava tarda strain DSM 22130 2_382026_44.5731, whole genome shotgun sequence	True	True
SPA0139_000000003824	6014	0.5769239533912061	8	8	7	8	7	False	113229	maximal	True	SPA0139_000000003824	1.0		40	9	False	False	0.9976720809936523	0					non-mobilizable	chromosome	5426.0	99.98200000000001	99.0	0.0010904459049384436	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
CHI0107_000000004929	2778	0.5769239450265221	5	4	3	3	2	True	83023	maximal	True	CHI0107_000000004929	1.0		2	2	False	False	0.997120201587677	0					non-mobilizable	no_good_hit								True	True
SPA0006_000000011604	2763	0.5769208956788647	4	3	3	1	2	False	77785	maximal	True	SPA0006_000000011604	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1620.0	87.531	58.0	0.016756414646040194	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
SPA0043_000000011500	1481	0.57692045684784	3	3	2	2	2	False	6807	fragment	False	SPA0043_000000011500	1.0		0	0	False	False	0.9966238737106323	0					non-mobilizable	other	1473.0	97.488	99.0	0.0004201282532825374	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AST0062_000000010322	1564	0.5769198270810066	4	2	1	1	1	True	111671	maximal	True	AST0062_000000010322	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	79.883	33.0	0.0002266757216782656	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
FIJ0033_000000013910	2544	0.5769179727345544	3	2	2	2	2	True	119763	maximal	True	FIJ0033_000000013910	1.0		1	1	False	False	0.9787735939025879	0					non-mobilizable	no_good_hit	2214.0	83.604	86.0	0.0005320796776591015	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ENG0137_000000007996	2043	0.5769179727345544	3	2	2	2	2	True	119766	fragment	False	CHI0047_000000007426	0.6348733233979136		0	0	False	False	1.0	0					non-mobilizable	other	2043.0	100.0	100.0	0.0005468316302197048	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0201_000000010583	2850	0.5769117163427152	3	3	2	2	2	False	109801	maximal	True	ISR0201_000000010583	1.0		175	12	False	False	0.9964912533760071	0					non-mobilizable	other	2914.0	87.337	100.0	0.0008716290611666822	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0011_000000008396	2188	0.5769083358724204	3	3	3	3	3	False	8044	maximal	True	SPA0011_000000008396	1.0		3	1	False	False	0.998171865940094	0					non-mobilizable	other	2187.0	85.368	99.0	0.019566214769568463	NZ_JAAIPV010000010.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_10_length_111161_cov_93.7847, whole genome shotgun sequence	False	False
ENG0085_000000001509	14962	0.5768994293490639	18	11	9	8	8	True	129391	maximal	True	ENG0085_000000001509	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	99.766	11.0	0.011665457929090437	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MAD0001_000000021114	1219	0.5768982983927485	2	2	2	2	2	False	52294	maximal	False	FIJ0002_000000030575	0.979084451460142		0	0	False	False	0.9975389838218689	0					non-mobilizable	chromosome	693.0	90.476	90.0	0.0001845958990367135	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0162_000000022688	1446	0.5768977745421088	3	2	2	2	2	False	85704	fragment	False	CHI0162_000000022688	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	83.46700000000001	94.0	0.9992679355783309	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	False	False
FIJ0067_000000008633	3443	0.5768947729952199	3	3	3	3	3	False	105116	fragment	False	ISR0227_000000006955	0.7798555005970897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0084_000000018841	1459	0.5768924709832263	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.5906646915355137		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	98.21799999999999	100.0	0.3755795981452859	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
MAD0044_000000004329	5328	0.5768914237987444	4	4	4	4	4	False	17987	maximal	True	MAD0044_000000004329	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2095.0	94.51100000000001	81.0	0.0011492989331471884	CP002276.1	g-proteobacteria	Haemophilus influenzae R2846, complete genome	True	False
MAD0051_000000003835	6339	0.5768894616049038	5	3	2	3	2	False	63065	maximal	True	MAD0051_000000003835	1.0		10	5	False	False	1.0	0					non-mobilizable	virus	4238.0	97.92399999999999	94.0	0.16486433730236189	MK233934.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_3_c1 sequence	False	False
MAD0057_000000003427	4534	0.5768892569265966	3	2	2	2	2	False	48598	maximal	True	MAD0057_000000003427	1.0		1	1	False	False	0.999779462814331	0					non-mobilizable	plasmid	3004.0	100.0	100.0	0.020755434219165775	MN807689.1	enterobacteria	Escherichia coli strain A241 plasmid pA241-TEM, complete sequence	False	True
MAD0092_000000000010	84701	0.5768828562788871	99	23	13	20	11	True	50975	maximal	True	MAD0092_000000000010	1.0		1	1	False	False	0.9994096755981445	0					non-mobilizable	no_good_hit	95.0	90.52600000000001	0.0	0.21363636363636362	MK379290.1	viruses	Porcine rotavirus C isolate PoRVC_VP1_VIRES_HeB02_C3 VP1 gene, partial cds	True	True
CHI0178_000000007122	1437	0.5768817392024709	2	1	1	1	1	True	77618	fragment	False	CHI0178_000000007122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1103.0	85.585	76.0	0.046964637383337615	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
AUS0018_000000007354	3720	0.5768691965306393	3	3	2	3	2	False	122065	maximal	True	AUS0018_000000007354	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	99.195	64.0	0.008303100294470418	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0026_000000037092	1391	0.5768688805665362	2	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.22142845628371424		0	0	False	False	0.9683680534362793	0					non-mobilizable	no_good_hit	1126.0	73.09100000000001	86.0	0.0002990467007659219	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0087_01_000000006200	2448	0.5768673412045534	3	2	2	2	1	True	78006	maximal	True	USA0087_01_000000006200	1.0		7	3	False	False	0.9967319965362549	0					non-mobilizable	no_good_hit	1262.0	91.91799999999999	51.0	0.00033715035379363776	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0847_000000023998	1256	0.5768607637900034	2	2	2	2	1	False	20627	fragment	False	ISR0847_000000023998	1.0		0	0	False	False	0.9896496534347534	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	0.00019024010607327125	NZ_LT707050.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
FIJ0165_000000010587	1499	0.5768598246711688	2	1	1	1	1	False	39052	fragment	False	FIJ0165_000000010587	1.0		0	0	False	False	0.9986657500267029	0					non-mobilizable	no_good_hit	772.0	71.373	51.0	0.007119175753477407	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	True	False
MON0064_000000026385	1132	0.5768491100926976	2	2	2	1	1	False	10689	fragment	False	MON0064_000000026385	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0051_000000016980	1434	0.5768487554016372	3	3	2	2	0	False	85943	maximal	True	SPA0051_000000016980	1.0		0	0	False	False	0.990934431552887	0					non-mobilizable	no_good_hit	1100.0	94.818	77.0	0.00395567907027105	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0037_01_000000011098	3149	0.5768434409061568	3	3	3	3	3	False	93579	fragment	False	USA0037_01_000000011098	1.0		0	0	False	False	0.9996824264526367	0					non-mobilizable	no_good_hit	723.0	74.274	23.0	9.895729459891087e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0086_000000017210	1636	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.898063641865919		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	84.314	99.0	0.03737713995662406	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0208_000000016882	1633	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8976712451303328		0	0	False	False	0.9993876218795776	0					non-mobilizable	chromosome	1668.0	74.221	100.0	0.000518500050274017	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0212_000000021905	1632	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8977812909753404		0	0	False	False	0.9908088445663452	0					non-mobilizable	chromosome	1668.0	74.161	100.0	0.000518500050274017	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0027_01_000000016631	1630	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.896167311334626		0	0	False	False	1.0	0					non-mobilizable	chromosome	1665.0	74.535	100.0	0.0004356064558514574	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
ISR0033_000000019379	1629	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.894513849797133		0	0	False	False	1.0	0					non-mobilizable	chromosome	1666.0	73.83	100.0	0.000518500050274017	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0152_000000014788	1595	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8185491983154454		0	0	False	False	1.0	0					non-mobilizable	chromosome	1628.0	74.14	100.0	0.0004253040593819566	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
ENG0005_000000014963	1590	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8187857170371842		0	0	False	False	0.998113214969635	0					non-mobilizable	chromosome	1625.0	74.031	100.0	0.0005049465535191339	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0126_000000028068	1589	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8179108348008084		0	0	False	False	1.0	0					non-mobilizable	chromosome	1623.0	73.937	100.0	0.0005049465535191339	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0049_000000011814	1589	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8186055394527656		0	0	False	False	1.0	0					non-mobilizable	chromosome	1625.0	74.154	100.0	0.0005049465535191339	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0365_000000010631	1582	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8169413379319653		0	0	False	False	0.999367892742157	0					non-mobilizable	other	1590.0	84.52799999999999	100.0	0.03640810299478566	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ENG0029_000000015627	1581	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8169938474175672		0	0	False	False	0.9993674755096436	0					non-mobilizable	other	1589.0	84.456	100.0	0.03638503068617046	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0188_000000013245	1580	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8136341313272416		0	0	False	False	0.99556964635849	0					non-mobilizable	chromosome	1609.0	73.89699999999999	100.0	0.0004999033919359215	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0117_000000014641	1571	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.4605323048768671		0	0	False	False	0.9885423183441162	0					non-mobilizable	other	1457.0	84.351	92.0	0.033339485948964055	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0279_000000014272	1566	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.8098592315136105		0	0	False	False	0.9987228512763977	0					non-mobilizable	other	1574.0	84.18	100.0	0.03603894605694246	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
SPA0040_000000028071	1520	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.7170888124673003		0	0	False	False	1.0	0					non-mobilizable	chromosome	1542.0	73.8	100.0	0.0004781547576083184	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0091_000000019629	1508	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.7179008185163024		0	0	False	False	0.9993368983268738	0					non-mobilizable	other	1508.0	84.28399999999999	99.0	0.03453924599695445	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0128_000000023524	1497	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.664853378114975		0	0	False	False	0.9959920048713684	0					non-mobilizable	other	1503.0	84.431	100.0	0.03444695676249365	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
AST0003_000000021617	1488	0.5768430141429178	3	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.6417090036433987		0	0	False	False	0.9979838728904724	0					non-mobilizable	other	1493.0	84.39399999999999	100.0	0.03423930598495686	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ENG0048_000000017428	1482	0.5768430141429178	3	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.6148632249174896		0	0	False	False	0.9865047335624695	0					non-mobilizable	other	1489.0	84.352	100.0	0.03410087213326565	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
SPA0157_000000005520	1461	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.486022633121949		0	0	False	False	1.0	0					non-mobilizable	other	1470.0	84.014	100.0	0.2123327515997673	NZ_PDYG01000049.1	firmicutes	Agathobacter ruminis strain JK623 contig000049, whole genome shotgun sequence	False	False
ISR0009_000000023279	1451	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.4582186910622059		0	0	False	False	0.9979324340820312	0					non-mobilizable	other	1456.0	84.20299999999999	99.0	0.033339485948964055	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0334_000000015453	1405	0.5768430141429178	2	2	2	1	1	False	129426	fragment	False	ISR0806_000000006203	0.19796513092795265		0	0	False	False	0.9850533604621887	0					non-mobilizable	other	1410.0	83.68799999999999	100.0	0.03232430436989525	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
SPA0058_000000019100	1615	0.5768343285544434	2	2	2	2	2	False	29800	maximal	True	SPA0058_000000019100	1.0		318	12	False	False	1.0	0					non-mobilizable	other	1615.0	99.071	100.0	0.08986136629363621	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	False	False
FIJ0135_000000006116	4753	0.5768292134043652	6	5	4	3	4	False	70129	maximal	False	ISR0029_000000009249	0.9751753211519173		0	0	False	False	0.9976856708526611	0					non-mobilizable	no_good_hit	1197.0	72.348	25.0	0.0003855212987314765	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
CHI0005_000000016203	1258	0.5768261666569532	2	1	1	1	1	False	90708	maximal	True	CHI0005_000000016203	1.0		38	10	False	False	0.9848966598510742	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000034701	1200	0.5768258486933958	2	1	1	1	1	False	15382	maximal	True	MAD0097_000000034701	1.0		5	3	False	False	0.9725000262260437	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000010221	2850	0.5768236880969351	4	4	2	4	2	False	117059	fragment	False	ISR0148_000000010221	0.9240907158884494		0	0	False	False	0.9873684048652649	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
SPA0030_000000018348	1659	0.5768230455574299	3	2	2	2	2	False	7321	fragment	False	SPA0030_000000018348	1.0		0	0	False	False	0.9801084995269775	0					non-mobilizable	other	1659.0	99.21600000000001	100.0	0.0005632916617545686	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0141_000000010189	2837	0.5768223535884314	3	3	3	3	3	False	78185	fragment	False	FIJ0141_000000010189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	90.01	64.0	0.00019358368021783813	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
FIJ0012_000000001096	16675	0.5768219143649453	16	8	4	6	1	True	79223	fragment	False	FIJ0012_000000001096	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ISR0327_000000025129	1187	0.5768217407088524	2	2	2	2	2	False	87333	fragment	False	ISR0032_000000024858	0.4732620320855615		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	99.15799999999999	100.0	0.005850549537283687	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0070_000000018806	1805	0.5768215028138435	2	2	2	2	2	False	70602	maximal	True	DEN0070_000000018806	1.0		12	5	False	False	0.992243766784668	0					non-mobilizable	no_good_hit	481.0	80.665	26.0	0.00012490425103072302	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MON0086_000000005882	5082	0.5768210523134746	7	6	2	5	1	False	9752	fragment	False	MON0086_000000005882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4258.0	93.14200000000001	84.0	0.017441359531614773	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0024_01_000000000127	69281	0.5768184185003413	76	14	7	12	11	False	88685	maximal	True	USA0024_01_000000000127	1.0		1	1	True	True	1.0	376					non-mobilizable	no_good_hit	504.0	96.429	1.0	0.011122166943062466	MK415400.1	viruses	Phage apr34_1784, complete genome	True	True
ENG0148_000000016700	2227	0.5768107338839974	2	2	2	2	2	False	57302	maximal	True	ENG0148_000000016700	1.0		11	4	False	False	0.9964077472686768	0					non-mobilizable	no_good_hit	897.0	79.59899999999999	40.0	0.0065593058313111255	NZ_JAAITU010000004.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_4_length_135990_cov_185.338, whole genome shotgun sequence	True	False
FIJ0161_000000005469	2918	0.5768006952080159	5	2	2	2	2	False	39289	maximal	True	FIJ0161_000000005469	1.0		6	5	False	False	0.9996572732925415	0					non-mobilizable	no_good_hit	1174.0	87.30799999999999	57.0	0.00031217639643049043	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0001_000000013570	1970	0.5767977751947825	2	2	2	2	2	False	68054	fragment	False	ENG0001_000000013570	1.0		0	0	False	False	0.989847719669342	0					non-mobilizable	no_good_hit	202.0	81.188	10.0	3.852903912273659e-05	CP025429.1	b-proteobacteria	Chromobacterium sp. ATCC 53434 chromosome, complete genome	True	False
ISR0157_000000013795	2269	0.5767970580092321	3	3	3	3	3	False	38362	maximal	True	ISR0157_000000013795	1.0		149	8	False	False	0.9947113394737244	0					non-mobilizable	no_good_hit	422.0	72.512	18.0	0.001092667077181076	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
ISR0130_000000008965	3163	0.5767967583460135	4	4	4	4	2	False	71883	maximal	True	ISR0130_000000008965	0.9817305551119059		49	6	False	False	0.9962061047554016	0					non-mobilizable	no_good_hit	193.0	87.04700000000001	6.0	0.0018704335119337555	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
CHI0098_000000004485	2025	0.5767953923078287	4	3	1	3	2	False	83407	fragment	False	CHI0098_000000004485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000005714	4556	0.5767912699159355	8	5	2	3	2	False	28239	maximal	True	ISR0214_000000005714	1.0		32	5	False	False	1.0	0					non-mobilizable	no_good_hit	2633.0	97.227	65.0	0.0007626783314998326	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0009_000000001383	11130	0.576788680439385	11	10	8	8	9	False	101322	fragment	False	FIJ0093_000000001367	0.16883450559527155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	79.72	14.0	0.008705140787973738	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
AST0104_000000000939	22190	0.5767881495038281	27	8	6	6	3	True	132167	maximal	True	AST0104_000000000939	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	92.169	4.0	0.00026057502491830514	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
ENG0121_000000011534	1428	0.5767852507222763	4	4	0	4	1	True	124259	fragment	False	ENG0121_000000011534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	92.99600000000001	83.0	0.0003556708264994944	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
USA0072_01_000000002723	7351	0.5767841719033976	8	8	5	7	4	False	77978	maximal	True	USA0072_01_000000002723	1.0		70	10	False	False	1.0	0					non-mobilizable	no_good_hit	3095.0	92.98899999999999	65.0	0.0009327426466172765	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
USA0121_01_000000026093	1660	0.5767810808996133	2	2	1	2	1	False	46577	fragment	False	USA0121_01_000000026093	0.9692474839716004		0	0	False	False	0.9951807260513306	0					non-mobilizable	no_good_hit	549.0	90.346	43.0	0.006420997129298728	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
ISR0023_000000019555	1628	0.5767810808996133	2	2	1	2	1	False	46577	fragment	False	USA0121_01_000000026093	0.9461084262655084		0	0	False	False	0.9809582233428955	0					non-mobilizable	no_good_hit	451.0	90.46600000000001	38.0	0.005272716620774503	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
SPA0109_000000020605	1613	0.5767810808996133	2	2	1	2	1	False	46577	fragment	False	USA0121_01_000000026093	0.9570661022468251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	540.0	90.37	44.0	0.006315542796883239	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
ENG0199_000000016725	1531	0.5767810808996133	2	2	1	2	1	False	87211	maximal	True	ENG0199_000000016725	1.0		2	1	False	False	0.9986936450004578	0					non-mobilizable	no_good_hit	558.0	89.60600000000001	38.0	0.00014671639374305264	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0007_000000013053	1418	0.5767764903924252	2	2	2	1	1	False	87625	fragment	False	USA0006_01_000000017105	0.9776204102695809		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	98.51899999999999	100.0	0.011472105054364986	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0085_000000003755	9626	0.5767741453863023	10	6	4	6	3	False	74101	maximal	True	DEN0085_000000003755	1.0	PS351	1	1	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0129_000000019889	1363	0.5767634677265046	1	1	1	1	1	False	58504	fragment	False	ENG0129_000000019889	1.0		0	0	False	False	0.9985326528549194	0					non-mobilizable	other	1365.0	98.60799999999999	100.0	0.00046864190807054313	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
USA0093_01_000000012219	1350	0.5767580569737245	3	3	3	2	2	False	373	fragment	False	USA0093_01_000000012219	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1350.0	98.444	100.0	0.00020793241348801615	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0119_000000005970	5450	0.5767577697695734	8	6	4	5	4	False	131927	maximal	True	ISR0119_000000005970	1.0		2	1	False	False	0.9959632754325867	0					non-mobilizable	no_good_hit	3916.0	99.66799999999999	72.0	0.016575568078377245	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	True	False
ISR0361_000000005758	2253	0.5767529737658051	3	3	3	3	3	False	102050	fragment	False	ISR0361_000000005758	0.9639530839061804		0	0	False	False	0.9977807402610779	0					non-mobilizable	other	2253.0	94.45200000000001	100.0	0.006239644755853328	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
ETH0001_000000012104	2437	0.5767454938218205	4	4	3	4	1	False	124363	fragment	False	SPA0131_000000008475	0.4347373103293813		0	0	False	False	0.9786623120307922	0					non-mobilizable	other	2454.0	96.65899999999999	99.0	0.014123284988537791	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0021_000000006050	2418	0.5767454938218205	4	4	3	4	1	False	124363	fragment	False	SPA0131_000000008475	0.5579022703280255		0	0	False	False	1.0	0					non-mobilizable	other	2421.0	96.572	100.0	0.013933208151416361	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0039_000000005625	4420	0.5767380703896079	5	4	3	3	2	False	7019	maximal	False	SPA0104_000000007502	0.9597863993025284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1797.0	95.65899999999999	46.0	0.000578883702070863	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0140_000000002137	8680	0.5767376645408947	14	4	2	4	2	False	79651	maximal	True	SPA0140_000000002137	1.0		2	1	True	True	1.0	2					non-mobilizable	no_good_hit	102.0	99.02	2.0	0.00021625001070544608	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
SPA0141_000000002332	8645	0.5767376645408947	14	4	2	4	2	False	79651	maximal	False	SPA0140_000000002137	1.0		0	0	False	True	0.9994216561317444	0					non-mobilizable	no_good_hit	74.0	95.946	2.0	0.00015629951268809469	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ENG0082_000000014436	1441	0.5767364625724444	3	3	1	3	1	False	61601	fragment	False	MON0018_000000014858	0.927932622542145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000020470	1215	0.5767361930697051	1	1	1	1	1	False	61146	maximal	True	ENG0091_000000020470	1.0		192	12	False	False	0.980246901512146	0					non-mobilizable	other	1176.0	98.81	99.0	0.0003146558107287723	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0305_000000000633	15848	0.5767301490596368	21	13	9	12	9	True	118533	maximal	True	ISR0305_000000000633	1.0		1	1	False	False	0.9999368786811829	0					non-mobilizable	no_good_hit	3788.0	91.65799999999999	24.0	0.0753532809658012	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	True
MAD0003_000000002762	8545	0.5767293221179848	7	6	4	5	4	False	126265	fragment	False	MAD0003_000000002762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	73.71300000000001	17.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
ENG0010_000000007932	2614	0.5767291868253417	3	3	2	3	2	False	67278	maximal	True	ENG0010_000000007932	1.0		77	9	False	False	1.0	0					non-mobilizable	other	2614.0	99.962	100.0	0.009430829754213737	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0117_000000005752	3653	0.576727752940389	3	3	3	3	1	False	50236	maximal	True	FIJ0117_000000005752	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	78.725	28.0	0.00022166239295691456	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
ENG0179_000000024684	1306	0.5767277188045656	2	2	2	2	1	False	55370	fragment	False	ENG0179_000000024684	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	100.0	100.0	0.0002011503332852936	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0107_000000009086	4247	0.5767261892344769	5	5	5	5	5	False	99128	fragment	False	MAD0107_000000009086	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4244.0	98.586	99.0	0.0014414269923344763	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0085_000000009407	3448	0.5767186467087623	4	4	4	4	3	False	104765	maximal	True	DEN0085_000000009407	1.0		3	3	False	False	0.999709963798523	0					non-mobilizable	no_good_hit	706.0	77.62	22.0	0.010779539038992461	NZ_FQZY01000025.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
DEN0005_000000020790	1794	0.5767175779614534	3	2	2	2	1	True	76479	fragment	False	DEN0005_000000020790	1.0		0	0	False	False	0.9899665713310242	0					non-mobilizable	no_good_hit								True	True
CHI0166_000000001717	4601	0.576715241682709	4	4	4	4	3	False	112850	maximal	True	CHI0166_000000001717	1.0	PS721	0	0	False	True	0.9919582605361938	0					non-mobilizable	no_good_hit	2287.0	74.421	49.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0013_000000049150	1171	0.576714842567195	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.06794077522683845		0	0	False	False	1.0	0					non-mobilizable	chromosome	1171.0	99.402	100.0	0.0003771124339771212	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0054_000000006555	3564	0.5767144398508829	2	2	2	2	2	False	45921	maximal	True	ISR0054_000000006555	1.0		269	12	False	False	0.9988776445388794	0					non-mobilizable	other	3563.0	99.102	99.0	0.0073112708926441885	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
DEN0028_000000023243	1359	0.5767137252074697	2	2	2	2	2	False	73915	fragment	False	DEN0028_000000023243	0.9845832325600145		0	0	False	False	0.9992641806602478	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	8.0	4.928792637479087e-05	CP050959.1	firmicutes	Streptococcus gallolyticus strain FDAARGOS_666 chromosome	True	False
MON0101_000000038955	1672	0.5767117600068002	3	3	3	3	1	False	94928	fragment	False	MON0101_000000038955	1.0		0	0	False	False	0.9940191507339478	0					non-mobilizable	no_good_hit	119.0	74.79	7.0	3.0635145109779865e-05	CP025223.1	firmicutes	Enterococcus sp. CR-Ec1 chromosome, complete genome	True	False
CAN0008_000000019470	1471	0.5767117600068002	3	3	3	3	1	False	94927	fragment	False	CAN0008_000000019470	1.0		0	0	False	False	0.9938817024230957	0					non-mobilizable	no_good_hit	95.0	80.0	6.0	0.000185732512880146	NZ_JNIX01000007.1	a-proteobacteria	Brevundimonas bacteroides DSM 4726 Q333DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0201_000000003363	2363	0.5767110650426743	4	4	3	3	2	False	54163	maximal	True	ENG0201_000000003363	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1900.0	95.105	80.0	0.0056259333260102184	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
ISR0783_000000005787	2417	0.5767084214321597	2	1	1	1	1	False	112350	maximal	True	ISR0783_000000005787	1.0		7	2	False	False	0.9987587928771973	0					non-mobilizable	no_good_hit	1248.0	89.34299999999999	52.0	0.0004001468062720117	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
DEN0052_000000004096	7595	0.5767027502319059	5	4	3	2	1	True	72362	fragment	False	DEN0052_000000004096	0.9603738809899948		0	0	False	False	0.9998683333396912	0					non-mobilizable	no_good_hit								True	True
ISR0123_000000006858	2999	0.5767023786884565	4	3	3	3	2	True	55303	maximal	True	ISR0123_000000006858	1.0		10	3	False	False	0.9993330836296082	0					non-mobilizable	no_good_hit	1260.0	69.683	41.0	0.0015191609102141377	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
CHI0141_000000015631	1773	0.5766951578540566	4	2	2	2	1	False	80096	maximal	True	CHI0141_000000015631	1.0		20	7	False	False	0.965595006942749	0					non-mobilizable	no_good_hit	1172.0	99.40299999999999	66.0	0.00032880740710347655	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0363_000000011846	1576	0.5766921915206278	3	2	2	2	2	False	93797	maximal	True	ISR0363_000000011846	1.0	PS496	0	0	False	True	0.9987309575080872	0					non-mobilizable	no_good_hit	1312.0	80.564	83.0	0.00045191872821323065	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
AST0087_000000025326	1448	0.576689848668444	2	2	2	2	1	False	110662	maximal	True	AST0087_000000025326	1.0		23	9	False	False	0.9979282021522522	0					non-mobilizable	no_good_hit	392.0	73.72399999999999	27.0	0.00013742641586883994	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
MON0057_000000010607	2394	0.576689267561484	2	2	2	2	2	False	14391	maximal	True	MON0057_000000010607	1.0		50	7	False	False	0.9924812316894531	0					non-mobilizable	no_good_hit	1366.0	83.309	57.0	0.00043803059638881003	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0045_000000009146	2415	0.5766755557084873	3	3	3	2	2	False	11572	maximal	True	MON0045_000000009146	1.0		4	4	False	False	0.9983437061309814	0					non-mobilizable	other	2408.0	96.63600000000001	99.0	0.017865625556677155	NZ_QRUP01000010.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf10, whole genome shotgun sequence	False	False
MON0059_000000010078	3671	0.5766745589178229	5	3	2	2	3	True	10953	maximal	True	MON0059_000000010078	1.0		48	6	False	False	0.9997276067733765	0					non-mobilizable	no_good_hit	576.0	83.681	16.0	0.003600331758319091	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
FIJ0167_000000004347	4185	0.5766654966804688	3	3	3	2	3	False	62087	fragment	False	MON0013_000000008650	0.7130522364778894		0	0	False	False	1.0	0					non-mobilizable	other	4188.0	96.29899999999999	100.0	0.013238842841200653	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
SPA0116_000000008514	4415	0.5766604709724634	5	5	5	5	4	False	127071	maximal	True	SPA0116_000000008514	1.0		6	4	False	False	1.0	0					non-mobilizable	other	2538.0	98.73899999999999	93.0	0.0007578586352983945	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0116_000000018472	1463	0.5766601684255064	3	3	3	3	3	False	107689	maximal	True	AST0116_000000018472	1.0		174	10	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	74.855	47.0	0.00015215295294641586	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0103_000000033365	1669	0.5766590547380613	2	2	2	2	2	False	8880	maximal	True	MON0103_000000033365	1.0		47	6	False	False	0.9964050054550171	0					non-mobilizable	no_good_hit	428.0	78.03699999999999	25.0	0.002302758422175998	NZ_QEKH01000005.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_105, whole genome shotgun sequence	True	False
ENG0102_000000011870	2364	0.5766576152084711	3	3	3	2	3	False	60377	fragment	False	ENG0102_000000011870	0.9945528824330458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0053_000000035515	1167	0.5766535186979774	2	1	1	1	1	False	11160	maximal	True	MON0053_000000035515	1.0		1	1	False	False	0.9871465563774109	0					non-mobilizable	no_good_hit	59.0	91.525	5.0	2.1864020868830955e-05	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	False
SPA0092_000000038066	1200	0.5766532600483876	3	3	3	1	1	False	16543	fragment	False	SPA0092_000000038066	0.9848357203032856		0	0	False	False	0.9916666746139526	0					non-mobilizable	no_good_hit	144.0	79.167	12.0	0.0016067528881948923	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
MAD0035_000000010216	2191	0.5766516890036357	3	3	3	2	1	True	109126	fragment	False	MAD0062_000000006174	0.9502037120869171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	77.141	70.0	0.00037536736843937643	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0024_000000004543	7477	0.5766506022077398	6	6	5	6	4	False	127648	maximal	True	MON0024_000000004543	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	2997.0	86.42	74.0	0.0012920854562774324	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
MAD0012_000000005778	4605	0.5766392393027802	3	3	3	3	2	True	19693	maximal	True	MAD0012_000000005778	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	79.452	6.0	0.005532021895974777	NZ_NOJY02000022.1	firmicutes	Romboutsia weinsteinii strain CCRI-19649 CCRI-19649_NODE_22_length_51699_cov_271.895, whole genome shotgun sequence	True	True
ENG0117_000000013670	1681	0.5766391441803392	1	1	1	1	1	False	59362	maximal	True	ENG0117_000000013670	1.0		22	4	False	False	0.9845330119132996	0					non-mobilizable	chromosome	1681.0	100.0	100.0	0.0003467526613266757	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
ISR0193_000000017432	1525	0.5766391441803392	1	1	1	1	1	False	29085	fragment	False	ISR0193_000000017432	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1525.0	99.279	100.0	0.00031404109899548063	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
ENG0046_000000004663	4032	0.576637756887661	5	4	4	3	3	False	112831	maximal	True	ENG0046_000000004663	1.0	PS721	0	0	False	True	0.9982638955116272	0					non-mobilizable	no_good_hit	2287.0	74.377	56.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0011_01_000000027972	1294	0.5766297065545363	2	2	2	2	2	False	1993	maximal	True	USA0011_01_000000027972	1.0		11	5	False	False	0.9992272257804871	0					non-mobilizable	no_good_hit	529.0	70.699	41.0	0.0016875191214595108	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	False
FIJ0013_000000002085	10421	0.5766277734735208	10	9	9	9	9	False	50669	maximal	True	FIJ0013_000000002085	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2055.0	75.085	21.0	0.00042873287470883653	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0041_000000003831	3303	0.5766275983861285	5	4	4	4	3	False	51223	maximal	True	ISR0041_000000003831	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	82.601	17.0	0.00015172077809096288	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AUS0002_000000007147	4520	0.5766265341241227	6	4	2	4	4	False	103103	fragment	False	SPA0098_000000007690	0.9696695849008586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	90.351	3.0	3.3110689973677e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
SPA0098_000000007690	4474	0.5766265341241227	6	4	2	4	4	False	103103	fragment	False	SPA0098_000000007690	0.9814896755162241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	90.351	3.0	3.3110689973677e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
USA0117_01_000000005575	4462	0.5766265341241227	7	4	2	4	4	False	112122	fragment	False	USA0117_01_000000005575	0.9960629921259843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	90.351	3.0	3.3110689973677e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
DEN0046_000000004989	4450	0.5766265341241227	6	4	2	4	4	False	103103	fragment	False	SPA0098_000000007690	0.9779316549371458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	90.351	3.0	3.3110689973677e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
SPA0010_000000004360	4445	0.5766265341241227	7	4	2	4	4	False	112122	fragment	False	USA0117_01_000000005575	0.994060959211116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	90.351	3.0	3.3110689973677e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
ISR0161_000000007472	3926	0.5766265341241227	5	4	2	4	4	False	112121	fragment	False	ISR0161_000000007472	0.9516877093532594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	97.333	4.0	3.0324997920278858e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
AST0061_000000010354	3881	0.5766265341241227	6	4	2	4	4	False	112121	fragment	False	ISR0161_000000007472	0.9466377992868059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	85.90299999999999	6.0	0.0012238744527334124	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
FIJ0128_000000008119	3141	0.5766265341241227	6	4	2	4	4	False	41030	fragment	False	FIJ0128_000000008119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	90.351	4.0	3.3110689973677e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
ISR0192_000000003394	5828	0.5766253543496089	6	6	6	6	5	False	130063	maximal	False	ISR0014_000000005206	0.7529005972919183		0	0	False	False	1.0	0					non-mobilizable	chromosome	5860.0	89.249	99.0	0.0019532558246775343	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0058_000000002248	5896	0.5766225778096101	14	2	2	2	2	False	16968	maximal	True	MAD0058_000000002248	1.0		1	1	False	False	0.997286319732666	0					non-mobilizable	no_good_hit								True	False
CHI0047_000000012681	1224	0.5766215823682411	2	2	2	1	1	False	97154	fragment	False	CHI0169_000000010891	0.47244973938942664		0	0	False	False	0.976307213306427	0					non-mobilizable	other	1226.0	97.064	100.0	0.0004982946750919074	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0166_000000018495	1184	0.5766213937723388	2	2	2	1	1	False	110330	fragment	False	ISR0279_000000015900	0.25770230154978857		0	0	False	False	0.9535472989082336	0					non-mobilizable	other	1165.0	96.738	98.0	0.009864009100015279	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0169_000000009362	2421	0.5766209561881981	4	4	3	4	2	False	124363	fragment	False	SPA0131_000000008475	0.4344435812639701		0	0	False	False	1.0	0					non-mobilizable	other	2425.0	96.08200000000001	100.0	0.013938968055571556	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0153_000000014366	2253	0.5766157249547756	3	3	3	3	3	False	110342	fragment	False	AST0153_000000014366	0.9933759707629055		0	0	False	False	1.0	0					non-mobilizable	other	2249.0	98.711	99.0	0.01907437904280063	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0133_000000011254	2189	0.5766157249547756	3	3	3	3	3	False	110342	fragment	False	AST0153_000000014366	0.9793608521970706		0	0	False	False	1.0	0					non-mobilizable	other	2162.0	98.705	99.0	0.018344340503556815	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0100_000000010203	1806	0.5766131926141091	2	2	1	2	1	False	42733	fragment	False	FIJ0100_000000010203	1.0		0	0	False	False	0.9994462728500366	0					non-mobilizable	no_good_hit	105.0	81.905	6.0	1.8737712384763068e-05	CP041253.1	CFB group bacteria	Echinicola sp. LN3S3 chromosome, complete genome	True	False
ENG0068_000000007946	2951	0.5766120012358728	3	3	3	3	3	False	62617	maximal	True	ENG0068_000000007946	1.0		117	11	False	False	0.9983056783676147	0					non-mobilizable	other	2951.0	99.932	100.0	0.0007899869290637262	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0125_01_000000012073	1979	0.5766047736319672	3	3	2	3	2	True	56811	maximal	True	USA0125_01_000000012073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	3.0	1.461366253793229e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0011_000000030282	1544	0.5765997822261848	1	1	1	1	1	False	83416	fragment	False	MON0011_000000030282	0.9850817431481026		0	0	False	False	0.9961140155792236	0					non-mobilizable	other	1544.0	99.417	100.0	0.0016929997805573843	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
MON0052_000000022933	1296	0.5765989382745959	2	2	1	2	1	False	11205	maximal	True	MON0052_000000022933	1.0		16	4	False	False	0.9868826866149902	0					non-mobilizable	other	1296.0	99.61399999999999	100.0	0.0009695189239612671	LM996841.1	enterobacteria	Escherichia coli genome assembly FHI71, scaffold scaffold-27_contig-0.0_1_1335714_[organism:Escherichia	False	False
ISR0134_000000001808	15139	0.5765986166006298	15	5	4	4	3	False	31508	fragment	False	ISR0134_000000001808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0384_000000008358	2077	0.5765979118187455	4	3	2	1	1	True	128447	fragment	False	SPA0128_000000012956	0.3081144746617177		0	0	False	False	0.9995185136795044	0					non-mobilizable	other	2078.0	92.156	99.0	0.0005084989693946876	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0099_000000010737	1981	0.5765979118187455	3	3	2	1	1	True	108764	fragment	False	AST0099_000000010737	1.0		0	0	False	False	0.9989904165267944	0					non-mobilizable	other	1979.0	91.258	99.0	0.0004839811791635069	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0153_000000008150	3598	0.5765974878740496	5	5	5	5	2	False	61758	fragment	False	ENG0153_000000008150	1.0		0	0	False	False	0.9994441270828247	0					non-mobilizable	no_good_hit	1794.0	97.101	77.0	0.023071377072819033	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MAD0042_000000007177	3030	0.5765916006385915	7	2	1	2	2	False	18145	maximal	True	MAD0042_000000007177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0084_000000001334	2925	0.5765906598353412	5	2	2	2	1	False	85094	maximal	True	CHI0084_000000001334	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2025.0	98.568	69.0	0.00641399416909621	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0024_000000005607	1656	0.5765856101981265	2	1	1	1	1	False	74322	maximal	True	DEN0024_000000005607	1.0		23	9	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	70.92399999999999	21.0	0.001672071807215633	AP012987.1	red algae	Porphyridium purpureum chloroplast DNA, complete sequence	True	False
ISR0266_000000002979	4573	0.5765799736944397	8	5	4	5	3	True	36812	fragment	False	ISR0853_000000002826	0.6275103694087844		0	0	False	False	0.9986879229545593	0					non-mobilizable	no_good_hit	962.0	77.027	21.0	0.10314589499068288	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
FIJ0070_000000002316	7891	0.5765747590505269	8	8	8	7	5	False	71506	maximal	True	FIJ0070_000000002316	1.0		3	2	False	False	0.9994931221008301	0					non-mobilizable	no_good_hit	2371.0	89.49799999999999	33.0	0.20013545546901457	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
CHI0151_000000005968	4121	0.5765731224283035	4	2	2	2	1	False	79517	maximal	True	CHI0151_000000005968	1.0		18	6	False	False	0.9997573494911194	0					non-mobilizable	chromosome	4076.0	99.975	99.0	0.0008273431321891297	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
USA0125_01_000000014758	1594	0.5765712769905932	2	2	2	2	1	False	143	fragment	False	USA0125_01_000000014758	1.0		0	0	False	False	0.9893350005149841	0					non-mobilizable	no_good_hit	580.0	77.241	36.0	0.00023977246766529944	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0103_000000008935	2403	0.5765710650433569	4	4	3	4	1	False	14925	maximal	True	MAD0103_000000008935	1.0		3	3	False	False	0.9995838403701782	0					non-mobilizable	no_good_hit								True	False
SPA0144_000000013255	1412	0.5765677634230806	4	3	1	1	3	True	25484	fragment	False	SPA0144_000000013255	0.996669442131557		0	0	False	False	0.9943342804908752	0					non-mobilizable	other	1419.0	96.335	100.0	0.000589940322525867	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0331_000000006504	3365	0.5765659307010139	4	4	4	2	2	False	127145	maximal	True	ISR0331_000000006504	1.0		13	7	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	82.725	50.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
FIJ0129_000000019515	1164	0.576563415609939	2	2	2	2	1	True	40907	maximal	True	FIJ0129_000000019515	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	79.529	95.0	0.003401823377330249	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0047_01_000000019502	1857	0.5765630507319276	2	2	2	2	2	False	1165	fragment	False	USA0047_01_000000019502	1.0		0	0	False	False	0.9994614720344543	0					non-mobilizable	no_good_hit	75.0	85.333	4.0	3.539150274259906e-05	NZ_LR027603.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
SPA0105_000000020313	1174	0.5765618122954136	2	2	2	2	1	False	4768	maximal	True	SPA0105_000000020313	1.0		30	8	False	False	0.9940374493598938	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000017887	1586	0.5765603004901968	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.4239963843796489		0	0	False	False	0.9905422329902649	0					non-mobilizable	chromosome	1507.0	98.47399999999999	100.0	0.00047468758401986	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0092_000000010568	1262	0.5765603004901968	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.08554376965712081		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	98.97	100.0	0.0003974641722769213	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0047_000000036396	1315	0.5765580485462884	2	2	2	2	2	False	17611	fragment	False	MAD0047_000000036396	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1315.0	99.92399999999999	100.0	0.028897539090849113	NZ_NQCD01000071.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_32_length_45471_cov_30.0522_ID_63.ctg_1, whole genome shotgun sequence	False	False
USA0063_01_000000004169	4940	0.5765548897618598	3	3	2	3	1	False	106562	fragment	False	USA0135_01_000000002682	0.9618876489502554		0	0	False	False	1.0	0					non-mobilizable	other	4941.0	99.615	100.0	0.0014877447776845511	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0148_000000006275	1877	0.5765534491454826	2	2	2	2	1	False	102956	fragment	False	CHI0131_000000007154	0.23930152484013772		0	0	False	False	0.9957378506660461	0					non-mobilizable	chromosome	1877.0	98.56200000000001	100.0	0.0007356854089975581	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0117_000000008671	1681	0.5765534491454826	2	2	2	2	1	False	89629	fragment	False	CHI0117_000000008671	0.9928169893816365		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	99.041	100.0	0.000679196421404914	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
FIJ0114_000000030067	1359	0.5765455565412549	2	2	2	2	1	False	41813	maximal	True	FIJ0114_000000030067	1.0		6	4	False	False	0.9506990313529968	0					non-mobilizable	no_good_hit								True	False
ISR0215_000000014733	1984	0.5765429118633756	2	2	1	2	2	False	75635	maximal	True	ISR0215_000000014733	1.0		174	10	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	70.63600000000001	48.0	0.0008058205745075703	CP045542.1	mycoplasmas	Mycoplasma sp. NEAQ87857 chromosome, complete genome	True	False
ISR0098_000000009348	1873	0.5765427758231609	2	2	2	2	1	True	110724	fragment	False	SPA0065_000000010969	0.9769475357710652		0	0	False	False	0.9967966079711914	0					non-mobilizable	other	1876.0	96.535	100.0	0.002393032593564123	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
USA0019_01_000000008412	3495	0.5765344827259474	7	4	3	1	1	False	24279	fragment	False	USA0019_01_000000008412	1.0		0	0	False	False	0.9928469061851501	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.379097835176375e-07	HG975450.1	eudicots	Solanum pennellii chromosome ch11, complete genome	True	False
CHI0152_000000002521	3215	0.5765344827259474	5	4	3	1	1	False	79390	maximal	True	CHI0152_000000002521	1.0		2	2	False	False	0.994401216506958	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	2.0713988156201884e-05	NZ_CP039701.1	g-proteobacteria	Vibrio cyclitrophicus strain ECSMB14105 chromosome 2, complete sequence	True	False
ISR0344_000000010367	3117	0.5765344827259474	6	4	3	1	1	False	24278	fragment	False	ISR0344_000000010367	1.0		0	0	False	False	0.9865254759788513	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	4.379097835176375e-07	HG975450.1	eudicots	Solanum pennellii chromosome ch11, complete genome	True	False
ENG0103_000000004727	4094	0.5765330822459643	5	3	1	2	2	True	60320	fragment	False	ENG0103_000000004727	0.9740876346306914		0	0	False	False	0.9995114803314209	0					non-mobilizable	no_good_hit	1553.0	83.45100000000001	71.0	0.002016726815805182	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0215_000000007443	3867	0.5765330822459643	5	3	1	2	2	True	60320	fragment	False	ENG0103_000000004727	0.9525906986678848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	84.221	58.0	0.002051993411677423	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0170_000000011821	3850	0.5765330822459643	5	3	1	2	2	True	60320	fragment	False	ENG0103_000000004727	0.9524334757624747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	83.387	78.0	0.002016726815805182	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
CHI0178_000000002347	5305	0.5765312072045538	7	5	1	1	5	False	82170	maximal	True	CHI0178_000000002347	1.0		10	6	False	False	0.9998114705085754	0					non-mobilizable	no_good_hit	4235.0	99.45700000000001	80.0	0.0007942844536358493	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0041_000000029563	2157	0.5765221519679251	3	2	2	2	2	False	52832	fragment	False	MON0092_000000023666	0.65003885003885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000020712	2155	0.5765165722893701	2	2	2	2	2	False	114522	fragment	False	DEN0011_000000020712	1.0		0	0	False	False	0.998607873916626	0					non-mobilizable	no_good_hit	328.0	72.561	15.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
MAD0001_000000004393	5668	0.5765124630503535	5	5	5	5	5	False	20302	maximal	True	MAD0001_000000004393	1.0		299	13	False	False	1.0	0					non-mobilizable	other	3184.0	99.655	100.0	0.0006888219327135884	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
MON0036_000000017289	1403	0.5765111352176773	2	2	1	2	1	False	12169	maximal	True	MON0036_000000017289	1.0		0	0	False	False	0.978617250919342	0					non-mobilizable	chromosome	1124.0	97.954	100.0	0.00017513572238022246	CP050211.1	enterobacteria	Escherichia coli strain RM-065-CS chromosome	False	False
ENG0027_000000011088	2036	0.5764997105333636	2	1	1	1	1	False	65961	maximal	False	FIJ0090_000000021915	0.9550122134628399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	97.54299999999999	47.0	0.00014777700561804515	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0206_000000006773	3786	0.5764987993520206	5	3	2	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.09732184762429733		0	0	False	False	0.999207615852356	0					non-mobilizable	no_good_hit	344.0	84.302	9.0	0.05184960582171013	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
ISR0247_000000005083	2594	0.5764987993520206	5	3	2	1	2	False	126125	fragment	False	SPA0027_000000014469	0.6190858032195768		0	0	False	False	0.9992290139198303	0					non-mobilizable	no_good_hit	411.0	85.15799999999999	16.0	0.06200727713765919	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
CHI0037_000000012217	1237	0.5764962384485801	4	3	2	2	3	False	87914	fragment	False	CHI0053_000000008729	0.931699755925762		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	97.17299999999999	100.0	0.21633438265127666	NZ_CYZN01000053.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0099_000000000835	11498	0.576491303297885	11	10	5	6	10	True	123725	fragment	False	ISR0210_000000001324	0.9660506413252734		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	11424.0	100.0	99.0	0.26137793744136556	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0035_01_000000017445	1476	0.5764889803983981	4	3	2	3	1	False	1407	fragment	False	USA0035_01_000000017445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	96.223	50.0	0.00014748028239563283	CP012321.1	firmicutes	Clostridioides difficile strain DSM 28666 chromosome, complete genome	True	False
AST0047_000000011522	1925	0.5764865392347073	4	4	4	4	3	False	115307	maximal	True	AST0047_000000011522	1.0		9	4	False	False	0.9927272796630859	0					non-mobilizable	no_good_hit	504.0	76.389	26.0	0.008426151773073839	NZ_CYZK01000019.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0011_01_000000006101	6188	0.5764857659041429	9	6	4	6	4	True	57893	maximal	True	USA0011_01_000000006101	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	96.04899999999999	21.0	0.00034204977979488847	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
ISR0323_000000007182	2747	0.5764853684391374	4	4	3	4	3	False	51062	maximal	True	ISR0323_000000007182	1.0		308	13	False	False	0.996359646320343	0					non-mobilizable	chromosome	2745.0	95.118	99.0	0.0009324082194638857	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0026_000000015021	1920	0.5764808989256995	3	2	2	2	2	False	108264	fragment	False	ISR0819_000000009159	0.03158574380165289		0	0	False	False	0.9973958134651184	0					non-mobilizable	no_good_hit	1291.0	80.79	67.0	0.011468629136226902	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0028_000000004596	4969	0.5764756621590805	6	2	0	2	0	True	14281	maximal	True	MON0028_000000004596	1.0		1	1	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
ENG0062_000000004299	5444	0.5764737541298564	6	4	2	4	3	True	78591	maximal	False	ENG0191_000000004175	0.9578590958071227		0	0	False	False	0.9977957606315613	0					non-mobilizable	no_good_hit	3456.0	76.30199999999999	62.0	0.08384508716323297	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ENG0145_000000014212	2172	0.5764720216036517	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.8289037478949721		0	0	False	False	1.0	0					non-mobilizable	chromosome	2121.0	99.387	98.0	0.0006682189097756329	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0025_000000021617	1819	0.5764720216036517	2	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.59122921251357		0	0	False	False	1.0	0					non-mobilizable	other	1819.0	96.09700000000001	99.0	0.0029043546127420564	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0371_000000003266	4510	0.5764715838166726	7	5	3	4	3	True	71445	fragment	False	ISR0371_000000003266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0198_000000012709	1584	0.5764680870715586	2	2	2	2	2	False	54337	maximal	True	ENG0198_000000012709	1.0		726	14	False	False	0.9665403962135315	0					non-mobilizable	other	1570.0	99.745	99.0	0.17868124359412368	NZ_JAAIQH010000042.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_42_length_8781_cov_320.127, whole genome shotgun sequence	False	False
MON0108_000000008067	2665	0.5764669047984593	5	2	1	2	2	False	99868	fragment	False	MON0014_000000006075	0.9703426791277258		0	0	False	False	1.0	0					non-mobilizable	plasmid	2246.0	99.911	100.0	0.42688724092032704	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CHI0161_000000005908	1786	0.5764669047984593	4	2	1	2	2	False	99866	fragment	False	ISR0104_000000013679	0.9704497758007878		0	0	False	False	1.0	0					non-mobilizable	plasmid	1791.0	85.148	100.0	0.343768115942029	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
MON0025_000000008431	3851	0.576461857986797	5	3	2	3	3	True	18027	fragment	False	MON0025_000000008431	1.0		0	0	False	False	0.9942871928215027	0					non-mobilizable	no_good_hit	648.0	72.222	16.0	0.0028974158183241974	NZ_ATUF01000004.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
ISR0202_000000009920	1424	0.5764604822936541	2	2	2	2	1	False	116575	fragment	False	AST0039_000000010742	0.9662027833001988		0	0	False	False	0.9683988690376282	0					non-mobilizable	other	1424.0	99.228	100.0	0.00022861053632706568	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0160_000000000025	142418	0.5764595144064901	177	55	23	40	27	True	99774	maximal	True	ENG0160_000000000025	0.9681981961278829		1	1	True	True	0.9999789595603943	25					non-mobilizable	no_good_hit	1714.0	85.939	2.0	0.029351582784531528	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
CHI0069_000000003566	2749	0.5764497270220588	4	4	4	4	4	False	87235	fragment	False	ISR0787_000000004009	0.6894314675976785		0	0	False	False	0.9996362328529358	0					non-mobilizable	other	2749.0	97.963	100.0	0.012026258205689278	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0824_000000015331	1532	0.5764345673068907	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6569062251897252		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	96.809	98.0	0.0006998200462738153	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0169_000000011076	2139	0.5764345422329695	3	3	3	3	1	False	55908	fragment	False	ENG0169_000000011076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	91.992	54.0	0.00027288204469869717	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0124_000000019034	1631	0.5764329817750966	3	2	2	2	2	False	63420	fragment	False	ENG0124_000000019034	0.9916309008727818		0	0	False	False	1.0	0					non-mobilizable	chromosome	1631.0	100.0	100.0	0.0022401710776047486	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
USA0130_01_000000008776	4465	0.5764315819145034	3	3	3	3	3	False	122	maximal	True	USA0130_01_000000008776	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2223.0	79.082	61.0	0.0006654859364980416	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
MON0106_000000000864	22054	0.5764303178790351	14	8	5	8	2	True	9471	maximal	True	MON0106_000000000864	1.0		6	4	False	False	0.9994105100631714	0					non-mobilizable	no_good_hit	63.0	87.302	0.0	0.09448818897637795	EU064495.1	bacteria	Uncultured bacterium clone HA0AAA14ZG09FM1 genomic sequence	True	True
AST0003_000000006287	5600	0.5764287468222294	10	6	6	4	0	True	130696	fragment	False	ENG0211_000000005379	0.9400422587630678		0	0	False	False	1.0	0					non-mobilizable	other	5049.0	98.515	100.0	0.0015238408033128445	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0032_000000012583	2614	0.5764252762322527	4	3	1	3	2	False	36953	maximal	False	ISR0224_000000010160	0.9370242214532871		0	0	False	False	0.9889059066772461	0					non-mobilizable	other	2622.0	96.03399999999999	99.0	0.007638156915072221	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
FIJ0048_000000030988	1126	0.5764223860669633	2	1	1	1	1	False	46695	fragment	False	FIJ0048_000000030988	1.0		0	0	False	False	0.9911190271377563	0					non-mobilizable	other	1107.0	97.561	98.0	0.015670309263624026	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0286_000000011799	1654	0.5764209936606381	2	2	2	2	1	False	26027	maximal	True	ISR0286_000000011799	1.0		58	5	False	False	0.9987908005714417	0					non-mobilizable	no_good_hit	929.0	84.499	56.0	0.001213197490189495	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ISR0380_000000009925	1258	0.5764193947243197	2	2	2	2	2	False	23179	maximal	False	SPA0089_000000029639	0.9900793650793651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	71.59100000000001	27.0	0.00014161113005681786	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
MAD0003_000000002660	8757	0.5764184921339732	10	7	4	4	6	False	125579	fragment	False	ENG0057_000000002278	0.8126563661595859		0	0	False	False	0.9950896501541138	0					non-mobilizable	no_good_hit								True	False
ISR0852_000000002272	3734	0.5764178079138137	6	3	2	3	2	False	35863	fragment	False	ISR0852_000000002272	0.9994402462916316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	98.936	7.0	3.621792655663002e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0051_000000011352	3573	0.5764178079138137	6	3	2	3	2	False	35863	fragment	False	ISR0852_000000002272	0.977905731119443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	2.0	1.568797888281835e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0084_000000004803	4559	0.5764139355818693	5	2	1	2	0	True	55773	maximal	True	ISR0084_000000004803	1.0		2	1	False	False	0.9995613098144531	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.006405856783344772	XM_026114477.1	birds	PREDICTED: Dromaius novaehollandiae estrogen receptor 2 (ESR2), transcript variant X2, mRNA	True	True
CHI0005_000000006748	2627	0.5764114539531782	4	2	2	1	1	False	102575	maximal	True	CHI0005_000000006748	1.0		30	8	False	False	0.9992386698722839	0					non-mobilizable	no_good_hit	723.0	98.617	68.0	0.00017701844546912462	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0028_000000027063	1108	0.5764114539531782	2	2	2	1	1	False	102571	fragment	False	ISR0213_000000022995	0.9477402525024002		0	0	False	False	0.9900721907615662	0					non-mobilizable	chromosome	1107.0	88.166	100.0	0.00024614162980476917	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0102_000000003882	7547	0.5764088733407567	10	4	3	4	4	False	42647	maximal	True	FIJ0102_000000003882	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	93.132	11.0	0.6095305832147937	NZ_CABIWU010000138.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0010_000000012509	1719	0.5763937829539955	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.7750137764523753		0	0	False	False	1.0	0					non-mobilizable	chromosome	1719.0	98.604	100.0	0.0005415094749974233	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0117_000000032863	1124	0.5763881322272468	2	2	2	2	2	False	54114	fragment	False	ENG0202_000000016730	0.6987924865831843		0	0	False	False	0.9848754405975342	0					non-mobilizable	other	1124.0	98.84299999999999	100.0	0.00030073061740290325	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0174_000000007182	2508	0.5763864121089879	3	3	3	2	2	False	55659	fragment	False	ENG0174_000000007182	0.9929431299294313		0	0	False	False	0.9996013045310974	0					non-mobilizable	other	2512.0	98.32799999999999	100.0	0.017904126291471475	NZ_JAAITI010000008.1	firmicutes	Blautia luti strain MSK.16.34 NODE_8_length_140247_cov_225.262, whole genome shotgun sequence	False	False
MAD0047_000000005989	5692	0.5763828090125647	7	7	7	6	5	False	47210	maximal	True	MAD0047_000000005989	1.0		5	1	False	False	0.9980674386024475	0					non-mobilizable	no_good_hit	977.0	75.02600000000001	17.0	0.01099165321334112	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	True	False
SPA0107_000000009008	3454	0.5763800741596422	4	1	1	1	1	False	66761	fragment	False	SPA0107_000000009008	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1764.0	96.20200000000001	51.0	0.06103009940771016	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
MAD0024_000000004385	2788	0.5763786414836255	4	4	3	3	3	True	110725	fragment	False	MON0074_000000005859	0.9473153045677442		0	0	False	False	0.9949784874916077	0					non-mobilizable	other	2788.0	96.80799999999999	100.0	0.0010600686553255423	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	False	True
ENG0131_000000008849	3053	0.5763768775189954	4	4	4	4	3	False	58373	maximal	True	ENG0131_000000008849	1.0		129	11	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	76.744	6.0	0.0009144629535549079	NZ_QLMJ01000026.1	high GC Gram+	Actinoplanes lutulentus strain CGMCC 4.7090 Ga0171608_126, whole genome shotgun sequence	True	False
CAN0014_000000023266	2076	0.5763733545705169	2	2	2	2	1	False	126900	fragment	False	CAN0014_000000023266	1.0		0	0	False	True	0.976396918296814	0					non-mobilizable	no_good_hit	1428.0	99.93	69.0	0.030894132929205457	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0813_000000004955	5468	0.5763732512396041	7	5	2	5	2	False	21595	fragment	False	ISR0813_000000004955	1.0		0	0	False	False	0.9996342062950134	0					non-mobilizable	no_good_hit								True	False
MAD0093_000000006183	4509	0.5763732512396041	7	5	2	5	2	False	15688	fragment	False	MAD0093_000000006183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000016197	1971	0.5763724897307368	2	2	2	2	2	False	32702	maximal	True	ISR0183_000000016197	1.0		19	6	False	False	0.9822425246238708	0					non-mobilizable	other	1976.0	98.634	100.0	0.005202077670312072	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
FIJ0114_000000026376	1533	0.576370461664849	4	3	2	3	3	False	41840	fragment	False	FIJ0114_000000026376	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1457.0	96.568	100.0	0.004293935369632581	CP007734.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae KPNIH27 plasmid pKPN-262, complete sequence	False	True
USA0047_01_000000030101	1204	0.5763668209974635	1	1	1	1	1	False	1141	maximal	True	USA0047_01_000000030101	1.0		0	0	False	False	0.9551495313644409	0					non-mobilizable	no_good_hit	119.0	80.672	10.0	0.00018984855038250355	NZ_VYKK01000004.1	firmicutes	Paenibacillus spiritus strain MER_111 ME-111_1_(paired)_trimmed_(paired)_contig_4, whole genome shotgun sequence	True	False
FIJ0108_000000010698	2129	0.5763566071401715	5	4	4	3	1	False	42224	fragment	False	FIJ0108_000000010698	1.0		0	0	False	False	0.9859088659286499	0					non-mobilizable	no_good_hit	264.0	98.86399999999999	12.0	0.0006412710333241491	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0774_000000004868	4817	0.5763523737765602	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.7444469217693469	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4839.0	99.525	100.0	0.10371736054538438	NZ_ABJL02000003.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont561, whole genome shotgun sequence	False	True
CAN0021_000000008858	4635	0.5763523737765602	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.544926308244558	PS1156	0	0	False	True	0.9997842311859131	0	rep_cluster_663				non-mobilizable	plasmid	4635.0	99.978	100.0	0.09083246760883627	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0047_01_000000007648	4505	0.5763523737765602	10	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2523747811402258	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4505.0	100.0	100.0	0.1200970589019545	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0295_000000007016	4481	0.5763523737765602	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.4277374632663383	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4482.0	99.93299999999999	100.0	0.11948377463136282	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0104_000000009666	4309	0.5763523737765602	11	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.2681980028974402	PS1156	0	0	False	True	0.9879322052001953	0	rep_cluster_663				non-mobilizable	other	4309.0	99.977	100.0	0.11487081033517318	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0024_01_000000000172	61100	0.5763516647594608	70	5	2	4	3	False	1682	fragment	False	USA0024_01_000000000172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	93.333	0.0	0.0005509937018358804	NZ_VLPL01000011.1	CFB group bacteria	Fluviicola chungangensis strain MAH-3 contig11, whole genome shotgun sequence	True	False
ISR0773_000000002490	4309	0.5763509452866777	5	5	3	5	3	False	50309	maximal	True	ISR0773_000000002490	1.0		5	4	False	False	0.9993037581443787	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000019169	1883	0.5763497905463489	1	1	1	1	1	False	15162	maximal	True	MAD0100_000000019169	1.0		4	4	False	False	0.9845990538597107	0					non-mobilizable	other	1881.0	92.61	99.0	0.0068126855903904516	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0021_000000014241	1665	0.5763487242450093	2	1	1	1	1	False	37625	fragment	False	ISR0021_000000014241	1.0		0	0	False	False	0.9933934211730957	0					non-mobilizable	other	1650.0	99.939	99.0	0.0003068979834997202	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ENG0168_000000003428	8006	0.5763433268020103	6	6	5	6	6	False	104500	fragment	False	ENG0168_000000003428	0.9925675344645878		0	0	False	False	0.9998750686645508	0					non-mobilizable	other	7948.0	99.01899999999999	99.0	0.05619257131943609	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0176_000000002349	3748	0.5763432807391723	3	3	1	2	3	False	123388	fragment	False	MON0035_000000006708	0.962437791865811		0	0	False	False	0.9997332096099854	0					non-mobilizable	other	3707.0	94.76700000000001	99.0	0.004347386512991608	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0178_000000005865	1746	0.5763390142284832	2	2	2	1	1	False	77630	maximal	True	CHI0178_000000005865	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0161_000000001015	10677	0.5763287302509424	3	3	3	3	2	False	78641	maximal	True	CHI0161_000000001015	1.0		55	10	False	False	1.0	0					non-mobilizable	other	10673.0	98.492	99.0	0.0753495269029798	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
CHI0139_000000000690	11737	0.5763255729789759	11	9	8	9	6	False	116131	maximal	True	CHI0139_000000000690	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	4842.0	95.064	42.0	0.001517533979053765	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
MON0025_000000006540	4567	0.5763231371378823	4	4	4	4	2	False	77056	maximal	True	MON0025_000000006540	1.0		9	3	False	False	1.0	0					non-mobilizable	other	4567.0	99.56200000000001	100.0	0.0014407994259521867	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0046_000000023964	1512	0.5763226965531288	2	1	1	1	1	False	36157	maximal	True	ISR0046_000000023964	1.0		10	3	False	False	0.9980158805847168	0					non-mobilizable	no_good_hit								True	False
ENG0083_000000014191	1583	0.5763146819087772	2	2	2	2	1	False	100116	fragment	False	CHI0154_000000019224	0.9743660646948165		0	0	False	False	0.998736560344696	0					non-mobilizable	other	1583.0	99.81	100.0	0.05815535051281109	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
CHI0144_000000009042	1777	0.5763131878640914	2	2	2	1	1	False	81916	fragment	False	CHI0144_000000009042	0.9786144578313253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000008955	3722	0.5763130777090402	3	3	3	3	3	False	132026	fragment	False	ISR0017_000000008955	0.9914239566963506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	79.881	31.0	0.003766357095720195	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0060_000000036669	1177	0.5763058539274944	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.21441879887520038		0	0	False	False	0.9991503953933716	0					non-mobilizable	no_good_hit	442.0	73.756	37.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
CHI0160_000000013920	2234	0.5762945513938593	2	2	1	2	0	False	78718	maximal	True	CHI0160_000000013920	1.0		1	1	False	False	0.9995523691177368	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.3606859558074714e-05	CP060115.1	fusobacteria	Fusobacterium hwasookii strain KCOM 1253 chromosome, complete genome	True	False
SPA0027_000000025656	1466	0.5762878130951898	2	2	2	1	1	False	7470	maximal	True	SPA0027_000000025656	1.0		866	14	False	False	1.0	0					non-mobilizable	other	1466.0	98.84	100.0	0.0004410834454608599	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0031_000000002561	3559	0.5762869359733154	6	3	1	1	2	False	88485	backbone	False	ISR0182_000000007885	0.828062282356224	PS458	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1181.0	87.46799999999999	45.0	0.00036460721660966307	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0023_000000009364	3344	0.5762869359733154	5	3	1	1	2	False	88485	backbone	False	ISR0182_000000007885	0.5353281521475605	PS458	0	0	False	True	0.9997009634971619	0					non-mobilizable	no_good_hit	1086.0	86.464	41.0	0.0003359861723024199	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0119_000000010687	1246	0.5762857749715704	2	2	2	2	1	False	81910	fragment	False	CHI0119_000000010687	1.0		0	0	False	False	0.9847512245178223	0					non-mobilizable	chromosome	1247.0	93.986	100.0	0.00042304964767949624	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0093_000000013940	2316	0.5762846670232411	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.3023996772443381		0	0	False	False	1.0	0					non-mobilizable	chromosome	2317.0	98.48899999999999	100.0	0.0008154877029324034	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0170_000000013994	3273	0.5762833405452552	3	3	3	3	3	False	71404	maximal	True	ISR0170_000000013994	1.0		8	4	False	False	0.9938893914222717	0					non-mobilizable	no_good_hit	1726.0	72.711	52.0	0.003907961174002259	NZ_OAOF01000003.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
ISR0287_000000012522	1170	0.5762830986676987	2	2	2	2	2	False	25986	fragment	False	ISR0287_000000012522	1.0		0	0	False	False	0.9974358677864075	0					non-mobilizable	other	665.0	96.69200000000001	98.0	0.0030134151433187503	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0102_000000025477	1284	0.5762809604722202	2	2	0	1	1	True	42604	fragment	False	FIJ0102_000000025477	1.0		0	0	False	False	0.9813084006309509	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.0611841439437337e-06	LR584048.1	bony fishes	Echeneis naucrates genome assembly, chromosome: 7	True	True
MAD0098_000000000693	29008	0.5762760929096401	43	15	3	10	10	True	88268	maximal	True	MAD0098_000000000693	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	84.78299999999999	0.0	0.002333146000442787	NZ_PDYG01000056.1	firmicutes	Agathobacter ruminis strain JK623 contig000056, whole genome shotgun sequence	True	True
ISR0244_000000006113	3571	0.5762685668783154	2	2	2	2	2	False	27202	fragment	False	ISR0244_000000006113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	87.5	1.0	0.00010809791371026539	NZ_QKZU01000002.1	CFB group bacteria	Algoriphagus ratkowskyi strain DSM 22686 LV84DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ISR0820_000000003825	4729	0.5762681465182011	4	2	2	2	2	False	122434	maximal	True	ISR0820_000000003825	1.0	PS871	1	1	False	True	0.9951363801956177	0					non-mobilizable	no_good_hit	2310.0	99.87	49.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0167_000000008858	2232	0.5762681465182011	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.600193108624637	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2219.0	95.764	99.0	0.9553919445647466	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0035_000000008917	2121	0.5762680895860579	6	4	1	3	3	False	36799	fragment	False	ISR0035_000000008917	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	95.536	72.0	0.02372284605787144	CP038381.1	enterobacteria	Escherichia coli O157:H7 strain E32511 plasmid pE32511-2	True	False
MON0004_000000019946	2112	0.5762677114021636	4	2	1	1	2	True	123562	maximal	True	MON0004_000000019946	1.0	PS902	16	6	False	True	0.9995265007019043	0	rep_cluster_1702				non-mobilizable	other	1525.0	97.508	97.0	0.0004584920819265389	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ENG0196_000000006941	1665	0.5762668839132883	3	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.8048174602506609		0	0	False	False	0.9975975751876831	0					non-mobilizable	other	1665.0	96.036	100.0	0.0944274202701169	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ISR0310_000000015239	1209	0.5762668000085622	2	1	1	1	1	False	25315	maximal	True	ISR0310_000000015239	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	299.0	90.301	25.0	0.0035912700803817834	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
ISR0347_000000002902	5808	0.5762639071154064	8	6	1	2	5	True	51887	maximal	True	ISR0347_000000002902	1.0		3	2	False	False	1.0	0	rep_cluster_2401			MOBP	mobilizable	no_good_hit	4329.0	99.76899999999999	75.0	0.7686023796838928	CP059951.1	enterobacteria	Escherichia coli strain 268.2 plasmid p4, complete sequence	True	True
CHI0129_000000015037	1690	0.5762620177294603	3	1	1	1	1	False	81215	maximal	True	CHI0129_000000015037	1.0		1	1	False	False	0.9810650944709778	0					non-mobilizable	no_good_hit	160.0	94.375	15.0	0.002699589043451347	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0004_000000016563	1608	0.5762598485125531	2	2	2	2	2	False	78022	fragment	False	ENG0004_000000016563	0.9888721380733505		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	86.95100000000001	99.0	0.0004927797193768825	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0044_000000007492	3197	0.5762585863933061	3	1	1	1	1	True	17975	maximal	True	MAD0044_000000007492	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	6.31403140721429e-05	NZ_CABFWF010000014.1	a-proteobacteria	Rhizobium endolithicum strain JC140, whole genome shotgun sequence	True	True
MON0018_000000005259	3009	0.5762585863933061	3	1	1	1	1	True	13276	fragment	False	MON0018_000000005259	1.0		0	0	False	False	0.9993353486061096	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.2656174314639397e-05	NZ_LT630287.1	firmicutes	Lactobacillus acidipiscis strain ACA-DC 1533 chromosome I	True	True
ISR0013_000000003883	5791	0.5762549840378153	9	4	3	2	3	True	38125	fragment	False	ISR0013_000000003883	1.0		0	0	False	False	0.9986185431480408	0					non-mobilizable	no_good_hit	91.0	97.802	2.0	0.0011848965190373374	NZ_LNAM01000013.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf11, whole genome shotgun sequence	True	True
SPA0127_000000005765	5039	0.5762549840378153	8	4	3	2	3	True	3925	fragment	False	SPA0127_000000005765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0390_000000014863	1099	0.5762509472960838	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.032168587086074195		0	0	False	False	0.9818016290664673	0					non-mobilizable	other	1090.0	92.11	100.0	0.0005399029464905564	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	True
ISR0112_000000019294	1860	0.5762483783616736	3	3	3	3	3	False	32639	fragment	False	ISR0112_000000019294	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	88.62100000000001	100.0	0.0005240288966117499	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0055_000000003959	4115	0.5762472561708419	5	3	2	2	2	True	13365	maximal	True	MON0055_000000003959	1.0		7	1	False	False	0.9934386610984802	0					non-mobilizable	no_good_hit	2916.0	77.229	70.0	0.001148402239464228	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
MON0042_000000014232	1856	0.5762469222710008	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.32539475828548464		0	0	False	False	1.0	0					non-mobilizable	chromosome	1864.0	86.91	100.0	0.0006220259803556925	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0045_000000007305	3078	0.5762419029900131	7	1	1	1	1	False	47060	maximal	True	FIJ0045_000000007305	1.0		0	0	False	False	0.9970760345458984	0					non-mobilizable	no_good_hit								True	False
FIJ0150_000000018538	1343	0.5762419029900131	2	1	1	1	1	False	39782	fragment	False	FIJ0150_000000018538	1.0		0	0	False	False	0.9918093681335449	0					non-mobilizable	no_good_hit								True	False
SPA0097_000000018028	1826	0.5762327143307192	2	2	2	2	1	False	102219	maximal	True	SPA0097_000000018028	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1193.0	99.07799999999999	70.0	0.00029200688165336206	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0055_000000004831	2903	0.5762305686417891	4	3	2	2	2	True	129346	fragment	False	FIJ0055_000000004831	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2903.0	99.86200000000001	100.0	0.39972451790633606	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ENG0208_000000002882	8861	0.5762289498556311	13	9	6	7	8	True	87498	fragment	False	DEN0007_000000002995	0.968295852986665		0	0	False	False	0.9994357228279114	0					non-mobilizable	other	8087.0	99.79	100.0	0.17682180036742193	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0005_000000012648	2702	0.5762277098290527	4	3	3	3	3	False	76521	fragment	False	DEN0005_000000012648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	75.214	30.0	0.00031487270756362293	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MON0001_000000023041	1510	0.5762264592811793	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.08719221714496553		0	0	False	False	1.0	0		MOBV			mobilizable	other	1512.0	93.98100000000001	100.0	0.03338341213379877	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0060_000000004487	3472	0.57622332956957	3	3	1	3	1	False	16867	maximal	True	MAD0060_000000004487	1.0		7	3	True	True	1.0	16					non-mobilizable	no_good_hit	801.0	87.266	23.0	0.003916070154724128	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	True
ISR0776_000000000513	33992	0.5762230675135361	43	15	6	15	4	True	118920	maximal	True	ISR0776_000000000513	1.0		1	1	False	False	0.999970555305481	0					non-mobilizable	other	10019.0	98.223	92.0	0.0026827420526645456	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0213_000000020762	1324	0.5762208958985701	2	1	1	1	1	False	70047	fragment	False	ISR0213_000000020762	1.0		0	0	False	False	0.9947130084037781	0					non-mobilizable	no_good_hit	175.0	97.714	13.0	0.0006203674152911603	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
ISR0284_000000013346	1148	0.5762208958985701	1	1	1	1	1	False	26078	maximal	True	ISR0284_000000013346	1.0		31	6	False	False	0.9642857313156128	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	4.0	0.00016853912438545974	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
DEN0073_000000047350	1148	0.5762208958985701	1	1	1	1	1	False	70046	fragment	False	DEN0073_000000047350	1.0		0	0	False	False	0.9991289377212524	0					non-mobilizable	no_good_hit	195.0	98.97399999999999	17.0	0.0006920861916253985	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
CHI0151_000000011851	2098	0.5762164722820674	3	3	3	3	3	False	79469	maximal	True	CHI0151_000000011851	1.0		30	9	False	False	0.9980934262275696	0					non-mobilizable	chromosome	2098.0	100.0	100.0	0.0003989598505983827	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
MON0027_000000014175	2806	0.5762147092188854	4	3	3	3	3	False	113588	fragment	False	DEN0061_000000010968	0.4455063998975351		0	0	False	False	0.9910905361175537	0					non-mobilizable	chromosome	2810.0	96.15700000000001	100.0	0.0007859049844232401	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0400_000000017383	1105	0.5762143111019541	2	2	2	2	1	False	22543	fragment	False	ISR0779_000000029968	0.9332482993197279		0	0	False	False	0.9710407257080078	0					non-mobilizable	other	1104.0	94.29299999999999	99.0	0.0006364479045443651	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
FIJ0017_000000001602	15263	0.5762142387120747	18	10	7	8	5	False	53276	fragment	False	FIJ0017_000000001602	1.0		0	0	False	False	0.9961344599723816	0					non-mobilizable	no_good_hit	1113.0	96.676	7.0	0.04961627699446725	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0131_000000011358	2339	0.5762106518639044	5	5	1	5	5	True	58365	fragment	False	ENG0131_000000011358	1.0		0	0	False	False	0.9952971339225769	0			MPF_F		non-mobilizable	plasmid	2339.0	100.0	100.0	0.02333705980994969	CP024277.1	enterobacteria	Escherichia coli O6:H16 strain M9682-C1 plasmid unnamed2, complete sequence	False	True
FIJ0026_000000010278	3072	0.5762092409878926	3	2	1	2	0	True	50564	maximal	True	FIJ0026_000000010278	0.9998222538215429		10	4	False	False	0.9996744990348816	0					non-mobilizable	no_good_hit	63.0	100.0	2.0	1.9852661233228103e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0323_000000006971	2813	0.5762092409878926	3	2	1	2	0	True	50564	maximal	False	FIJ0026_000000010278	0.9576822916666666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	2.0	1.953245701978894e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ENG0002_000000012841	1786	0.5762092409878926	2	2	1	2	0	True	81095	fragment	False	USA0037_01_000000016542	0.5649160123539712		0	0	False	False	0.9882419109344482	0					non-mobilizable	no_good_hit								True	True
MAD0033_000000006063	3127	0.5762092332974652	4	2	2	1	1	False	18894	maximal	True	MAD0033_000000006063	1.0		17	10	False	False	0.9980812072753906	0					non-mobilizable	no_good_hit	239.0	77.406	8.0	0.0013360663693823833	NZ_LT707049.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0247_000000000184	36684	0.5762089182083007	48	15	8	13	7	False	27109	maximal	True	ISR0247_000000000184	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3134.0	94.544	31.0	0.05375105318362364	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0046_000000020669	1708	0.5762085116831258	2	1	1	1	1	False	83623	fragment	False	ISR0046_000000020669	1.0		0	0	False	False	0.9941452145576477	0					non-mobilizable	other	1728.0	90.97200000000001	99.0	0.022950466811956845	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0016_000000004900	3585	0.5762048016107585	4	4	4	3	3	False	115988	backbone	False	ENG0038_000000005492	0.8814383559320771	PS760	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1054.0	90.98700000000001	29.0	0.00023824327149415863	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ENG0141_000000007629	3585	0.5762048016107585	5	4	4	3	3	False	115988	backbone	False	ENG0038_000000005492	0.9312257419239952	PS760	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1054.0	90.98700000000001	29.0	0.00023824327149415863	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0086_000000006264	3971	0.5761977329512389	5	2	2	2	2	False	57651	maximal	True	ISR0086_000000006264	1.0		1	1	False	False	0.9992445111274719	0					non-mobilizable	no_good_hit	491.0	85.947	12.0	0.0017475861918936656	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0089_000000004428	4962	0.5761976735902723	12	7	0	1	7	False	132315	backbone	False	ISR0300_000000001005	0.8134432126631057	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4964.0	99.738	100.0	0.09726169708136503	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AST0055_000000009059	3683	0.5761889930923401	5	3	2	2	3	False	113889	maximal	True	AST0055_000000009059	1.0		265	11	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	77.895	3.0	0.0017810788790571651	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0816_000000027696	1343	0.576180840117164	1	1	1	1	1	False	21401	fragment	False	ISR0816_000000027696	1.0		0	0	False	False	0.9992554187774658	0					non-mobilizable	other	829.0	85.042	98.0	0.000197053026442023	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
MAD0051_000000020501	1398	0.5761808232958916	3	2	2	2	2	False	17322	maximal	True	MAD0051_000000020501	1.0		18	5	False	False	0.9842632412910461	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	4.0	0.0003492739682103431	NZ_FUWW01000002.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
CAN0012_000000011991	4413	0.5761770172420831	5	5	4	5	4	False	94288	maximal	True	CAN0012_000000011991	1.0		1	1	False	False	0.9929752945899963	0					non-mobilizable	no_good_hit	541.0	75.046	12.0	0.0024133847947719034	NZ_AAXG02000047.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont352, whole genome shotgun sequence	True	False
ISR0051_000000017069	2268	0.5761706181881824	3	3	3	3	3	False	109839	fragment	False	ISR0051_000000017069	0.959699300499454		0	0	False	False	1.0	0					non-mobilizable	other	2268.0	98.413	100.0	0.1571468182448357	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
MAD0101_000000012845	2205	0.5761681892147283	4	2	1	2	2	False	15104	maximal	True	MAD0101_000000012845	1.0		1	1	False	False	0.999546468257904	0					non-mobilizable	no_good_hit	191.0	88.48200000000001	9.0	0.0014584308818901264	NZ_AGRW01000041.1	spirochetes	Treponema saccharophilum DSM 2985 Tsacc_Contig227, whole genome shotgun sequence	True	False
ISR0149_000000015419	1206	0.5761663514622075	2	1	1	1	1	False	30846	maximal	True	ISR0149_000000015419	1.0		227	7	False	False	1.0	0					non-mobilizable	other	682.0	97.507	100.0	0.002340085562599866	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0052_000000019137	1689	0.576165367098504	2	1	1	1	1	False	63962	maximal	True	ENG0052_000000019137	1.0		93	11	False	False	0.9940793514251709	0					non-mobilizable	no_good_hit								True	False
SPA0022_000000003227	4203	0.5761639913749175	2	2	2	2	2	False	77995	maximal	True	SPA0022_000000003227	1.0		154	8	False	False	1.0	0					non-mobilizable	other	3762.0	100.0	90.0	0.0007284257849170348	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0239_000000006487	2260	0.5761599423147584	2	2	2	2	2	False	115312	fragment	False	ISR0008_000000005511	0.9675831186697823		0	0	False	False	0.9849557280540466	0					non-mobilizable	other	2215.0	97.24600000000001	98.0	0.03196927253299448	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0041_000000007305	4827	0.576158057102661	4	4	4	3	4	False	62088	maximal	False	FIJ0129_000000004355	0.974887165033628		0	0	False	False	1.0	0					non-mobilizable	chromosome	4767.0	92.637	98.0	0.0012694969414967045	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0020_000000003003	6776	0.5761572215154785	6	5	5	5	4	False	99289	maximal	False	SPA0037_000000003119	0.939787995409651		0	0	False	False	0.9997048377990723	0					non-mobilizable	no_good_hit	3836.0	73.87899999999999	56.0	0.0014606055805848944	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
FIJ0165_000000002782	6522	0.5761523382490027	6	4	4	3	2	True	120700	maximal	True	FIJ0165_000000002782	1.0		36	5	False	False	1.0	0					non-mobilizable	no_good_hit	1972.0	91.734	30.0	0.004292752656821663	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0838_000000005792	3688	0.5761431074939907	6	3	2	2	2	False	20889	maximal	True	ISR0838_000000005792	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	45.0	100.0	1.0	2.4312804117262865e-05	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	True
ENG0141_000000012956	2091	0.5761416886284477	2	2	1	2	2	True	119981	maximal	False	ISR0101_000000009643	0.4627338704810188	PS730	0	0	False	True	0.9990435242652893	0					non-mobilizable	chromosome	2066.0	85.334	100.0	0.0006920375625602294	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0344_000000010324	3128	0.5761414008216623	3	2	2	2	2	True	24280	maximal	True	ISR0344_000000010324	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0078_000000006600	4146	0.5761384651291448	4	4	2	2	3	False	69838	maximal	True	DEN0078_000000006600	1.0		18	5	False	False	0.9983116388320923	0					non-mobilizable	no_good_hit	1211.0	98.348	29.0	0.0046862352490095	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0017_000000003528	5333	0.5761380510544257	5	5	3	4	5	False	112524	maximal	False	USA0035_01_000000004690	0.9797225878899829		0	0	False	False	0.9979373812675476	0					non-mobilizable	other	5333.0	99.662	100.0	0.0017810842968625257	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
CHI0094_000000003180	1566	0.5761362303891814	3	2	2	1	1	False	89517	maximal	True	CHI0094_000000003180	1.0		9	4	False	False	1.0	0					non-mobilizable	other	1412.0	98.37100000000001	100.0	0.000391555725877668	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0006_000000010592	2170	0.5761353154343004	2	2	2	1	2	False	67609	fragment	False	ENG0006_000000010592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	88.219	50.0	0.004188915485177683	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0040_000000022287	1126	0.5761329892190553	2	2	2	1	1	False	47436	fragment	False	FIJ0040_000000022287	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1126.0	99.734	100.0	0.0002166451241174359	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
MON0102_000000010163	4438	0.5761325651398176	8	3	3	2	2	False	121495	backbone	False	ISR0040_000000004257	0.07766598703091898	PS851	0	0	False	True	0.999774694442749	0					non-mobilizable	no_good_hit	195.0	87.69200000000001	4.0	0.0006342439419895644	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
SPA0142_000000006691	4313	0.5761325651398176	7	3	3	2	2	False	121495	backbone	False	ISR0040_000000004257	0.059530703465859786	PS851	0	0	False	True	0.9969858527183533	0					non-mobilizable	no_good_hit	302.0	81.788	7.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
USA0061_01_000000002665	4288	0.5761325651398176	7	3	3	2	2	False	121495	backbone	False	ISR0040_000000004257	0.05922516406442141	PS851	0	0	False	True	0.9993003606796265	0					non-mobilizable	no_good_hit	302.0	82.119	7.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ENG0141_000000020222	1303	0.5761314615530425	2	2	2	2	2	False	57717	fragment	False	ENG0141_000000020222	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	98.15799999999999	100.0	0.007785079196139749	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
ISR0199_000000020007	1529	0.5761290524716475	3	2	2	1	1	False	28803	maximal	True	ISR0199_000000020007	1.0		217	9	False	False	1.0	0					non-mobilizable	other	1459.0	98.62899999999999	100.0	0.01763851923542221	NZ_JAAIUL010000015.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_15_length_82660_cov_261.661, whole genome shotgun sequence	False	False
ETH0002_000000009399	2941	0.576128516884401	4	3	1	3	1	False	53354	fragment	False	ETH0002_000000009399	1.0		0	0	False	False	0.9959197640419006	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000024099	1416	0.5761261061706979	2	2	2	1	2	False	70566	maximal	True	DEN0070_000000024099	1.0		16	5	False	False	1.0	0					non-mobilizable	other	1416.0	99.929	100.0	0.006166356533069539	NZ_QVHZ01000009.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf9, whole genome shotgun sequence	False	False
DEN0010_000000041505	1146	0.5761235118790261	1	1	1	1	1	False	75820	maximal	True	DEN0010_000000041505	1.0		23	7	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit								True	False
FIJ0122_000000004494	3821	0.5761234257168026	4	4	4	4	4	False	42012	maximal	True	FIJ0122_000000004494	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	3821.0	99.32	100.0	0.0007552299675251114	CP043562.1	enterobacteria	Klebsiella pneumoniae strain P094-1 chromosome, complete genome	False	False
ISR0324_000000020635	1493	0.5761232443043621	2	2	2	2	1	False	24910	maximal	True	ISR0324_000000020635	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	74.699	22.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
SPA0065_000000007171	3054	0.5761231917918643	4	4	4	4	2	False	29730	maximal	True	SPA0065_000000007171	1.0		488	13	False	False	1.0	0					non-mobilizable	other	3040.0	96.118	99.0	0.013046451907070378	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0032_000000015031	2211	0.5761209404236269	3	3	3	3	3	False	108151	maximal	True	ISR0032_000000015031	1.0		19	3	False	False	0.9981908798217773	0					non-mobilizable	other	2211.0	99.45700000000001	100.0	0.007704804869715584	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
DEN0070_000000022522	1511	0.5761108281522691	3	2	2	2	1	False	70574	maximal	True	DEN0070_000000022522	1.0		9	5	False	False	0.9933818578720093	0					non-mobilizable	other	1511.0	99.603	100.0	0.0006619833899161079	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0065_000000003063	4762	0.5760986074550073	5	5	5	5	5	False	129730	maximal	True	FIJ0065_000000003063	1.0	PS1061	0	0	False	True	0.9997900128364563	0					non-mobilizable	no_good_hit	1554.0	97.426	70.0	0.007220435653176385	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0023_000000010521	1254	0.5760927911993449	3	2	2	2	2	True	89603	fragment	False	CHI0017_000000010058	0.9857142857142858		0	0	False	False	1.0	0					non-mobilizable	plasmid	1254.0	99.76100000000001	100.0	0.014476177272517213	AP018575.2	enterobacteria	Escherichia coli MH13-051M plasmid pMH13-051M_4 DNA, complete genome	False	True
ISR0189_000000003490	3488	0.5760893138323251	7	7	4	3	1	False	111692	fragment	False	ISR0189_000000003490	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3208.0	93.82799999999999	92.0	0.0007460994257974025	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0011_000000009299	4307	0.5760875150457122	6	2	1	2	2	False	75772	maximal	True	DEN0011_000000009299	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0319_000000004402	3705	0.5760875150457122	7	2	1	2	2	False	25105	maximal	True	ISR0319_000000004402	1.0		1	1	False	False	0.9916329383850098	0					non-mobilizable	no_good_hit	491.0	73.931	13.0	9.171481535576768e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ISR0042_000000008746	3138	0.5760875150457122	6	2	1	2	2	False	36374	maximal	True	ISR0042_000000008746	1.0		1	1	False	False	0.9980879426002502	0					non-mobilizable	no_good_hit	491.0	73.931	15.0	9.171481535576768e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
SPA0120_000000006761	6267	0.5760823540589741	6	5	4	5	5	False	76312	maximal	False	SPA0034_000000005497	0.9708928838871178		0	0	False	False	1.0	0					non-mobilizable	other	6267.0	99.713	100.0	0.0019107649005966185	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
AST0149_000000002572	10197	0.5760687449264319	14	11	4	6	10	False	104565	maximal	True	AST0149_000000002572	1.0		65	6	False	False	0.9987251162528992	0					non-mobilizable	other	10197.0	99.735	100.0	0.004656401214148728	CP002220.1	high GC Gram+	Bifidobacterium bifidum S17, complete genome	False	False
MAD0040_000000015430	2104	0.5760685283885587	3	3	3	3	3	False	18366	maximal	True	MAD0040_000000015430	1.0		213	10	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	83.395	26.0	0.011014563700893404	NZ_JH379456.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1145, whole genome shotgun sequence	True	False
SPA0126_000000023361	1871	0.5760621814158806	1	1	1	1	1	False	3966	maximal	True	SPA0126_000000023361	1.0		358	13	False	False	0.9973276257514954	0					non-mobilizable	other	1871.0	98.71700000000001	100.0	0.02559750321679853	NZ_JAAIUL010000021.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_21_length_73054_cov_201.472, whole genome shotgun sequence	False	False
ISR0198_000000007475	4557	0.5760548367901513	10	4	1	4	3	False	28895	maximal	True	ISR0198_000000007475	1.0		5	5	False	False	0.9896861910820007	0					non-mobilizable	no_good_hit	191.0	75.393	4.0	4.97672516048608e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
USA0058_01_000000000898	21206	0.5760547867222042	22	19	7	7	16	True	106556	maximal	True	USA0058_01_000000000898	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	16409.0	97.044	88.0	0.0033888940886918338	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
TAN0011_000000003548	1481	0.5760523637740044	2	1	1	1	1	False	88303	fragment	False	TAN0011_000000003548	0.9570062342145226		0	0	False	False	0.998649537563324	0					non-mobilizable	chromosome	1386.0	97.33	98.0	0.000369191798073427	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0349_000000004425	2303	0.5760455580338104	2	2	2	2	2	False	24124	backbone	True	ISR0349_000000004425	1.0	PS57	37	5	True	True	0.9952236413955688	4					non-mobilizable	no_good_hit	1145.0	72.664	49.0	0.00046507351723132584	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	True	True
ISR0805_000000009953	1210	0.5760432649393755	2	2	2	2	2	False	21785	maximal	True	ISR0805_000000009953	1.0		57	10	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	82.609	6.0	1.4468408336781993e-05	CP046509.1	enterobacteria	Erwinia sp. J780 chromosome, complete genome	True	False
ISR0074_000000004080	6279	0.5760431630764103	6	5	5	3	3	False	34745	maximal	True	ISR0074_000000004080	1.0		1	1	False	False	0.9995222091674805	0					non-mobilizable	no_good_hit	1426.0	84.78299999999999	23.0	0.004311599476058798	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
AST0055_000000003276	8388	0.5760382725885327	14	8	5	6	6	False	121821	fragment	False	CHI0077_000000001670	0.9657289307426391		0	0	False	False	1.0	0					non-mobilizable	other	7676.0	97.40799999999999	91.0	0.002156639352232546	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0354_000000010429	1841	0.5760353620593833	2	2	2	2	2	False	86433	maximal	True	ISR0354_000000010429	0.9902333152468801		163	12	False	False	0.9820749759674072	0					non-mobilizable	no_good_hit	397.0	76.071	21.0	0.0012351912006121975	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
CHI0154_000000016759	1946	0.5760338720762349	2	2	2	2	0	False	79162	maximal	True	CHI0154_000000016759	1.0		2	2	False	False	0.9984583854675293	0					non-mobilizable	no_good_hit								True	False
USA0108_01_000000007173	1423	0.5760210437384427	2	1	1	1	1	True	61725	fragment	False	FIJ0153_000000014895	0.2697336695321129		0	0	False	False	0.9985945224761963	0					non-mobilizable	no_good_hit	48.0	100.0	3.0	1.664410269340536e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0080_000000019984	1411	0.5760210437384427	2	1	1	1	1	True	61725	fragment	False	FIJ0153_000000014895	0.2695609471172564		0	0	False	False	0.9971651434898376	0					non-mobilizable	no_good_hit	62.0	98.387	4.0	1.8066178484958424e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
USA0083_01_000000021644	1230	0.576018113783234	2	2	2	1	1	False	491	maximal	True	USA0083_01_000000021644	1.0		4	3	False	False	0.9804878234863281	0					non-mobilizable	no_good_hit	607.0	87.315	49.0	0.00016373020508817502	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0263_000000002918	3895	0.5760138211112998	4	2	1	2	0	True	128080	fragment	False	ISR0263_000000002918	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3191.0	98.088	96.0	0.48226197695573075	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
USA0121_01_000000012961	3651	0.5760138211112998	3	2	1	2	0	True	128079	fragment	False	USA0121_01_000000012961	1.0		0	0	False	False	0.9989044070243835	0					non-mobilizable	chromosome	3284.0	98.691	100.0	0.49772589448150395	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0004_000000004551	3715	0.5760119817412871	5	3	3	3	2	True	38580	maximal	True	ISR0004_000000004551	1.0		5	4	False	False	0.9897711873054504	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	8.554832196966457e-06	NZ_CP038436.1	high GC Gram+	Nocardioides seonyuensis strain MMS17-SY207-3 chromosome, complete genome	True	True
MON0069_000000013831	3345	0.5760090343803425	7	3	1	3	1	False	33572	fragment	False	MON0069_000000013831	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0022_000000004899	2769	0.5760040709787527	3	3	3	2	3	False	35303	fragment	False	SPA0022_000000004899	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2770.0	98.881	100.0	0.0023760717216562456	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MON0027_000000037942	1099	0.5760027486335614	2	2	2	2	1	False	37397	fragment	False	ISR0024_000000025257	0.722601598934044		0	0	False	False	0.9990900754928589	0					non-mobilizable	other	1099.0	99.818	100.0	0.004823956347149121	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
ENG0041_000000017732	1355	0.57600253638843	3	3	3	2	2	False	64733	fragment	False	ISR0238_000000011089	0.9837677821916522		0	0	False	False	0.9948339462280273	0					non-mobilizable	chromosome	1355.0	100.0	100.0	0.000557045306625877	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
ISR0288_000000021797	1350	0.57600253638843	3	3	3	2	2	False	64733	fragment	False	ISR0238_000000011089	0.9814707552506496		0	0	False	False	0.9962962865829468	0					non-mobilizable	other	1350.0	99.852	100.0	0.0005571417184332135	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
MAD0095_000000030249	1258	0.5760024080760808	2	2	2	2	2	False	32240	fragment	False	MAD0095_000000030249	0.9637262984336357		0	0	False	False	0.9960254430770874	0					non-mobilizable	chromosome	1257.0	83.53200000000001	99.0	0.0003503806229728328	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0011_000000012329	2469	0.5760013746861716	4	3	3	3	3	False	94487	maximal	True	CAN0011_000000012329	1.0		1	1	False	False	0.99351966381073	0					non-mobilizable	no_good_hit	91.0	79.12100000000001	4.0	0.0010235296823607886	NZ_JABBJJ010000010.1	d-proteobacteria	Pyxidicoccus fallax strain DSM 14698 NODE_10_length_86954_cov_29.7998, whole genome shotgun sequence	True	False
ISR0222_000000011590	5121	0.5760002884803319	8	3	2	2	3	False	69119	fragment	False	ISR0222_000000011590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	74.138	9.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	False
FIJ0161_000000003400	4605	0.5760002884803319	8	3	2	2	3	False	69118	fragment	False	FIJ0161_000000003400	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	74.138	10.0	0.17504798464491364	LN852955.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0283	True	False
ENG0070_000000017926	1442	0.5759955361554314	3	2	1	2	1	False	62334	fragment	False	ENG0070_000000017926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	77.4	69.0	0.0023114869626497535	NZ_CABJAT010000006.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
MON0021_000000005050	4656	0.5759953912809809	4	3	3	3	3	False	38302	maximal	False	MON0047_000000006928	0.9467326732673267		0	0	False	False	0.9997852444648743	0					non-mobilizable	other	4548.0	99.274	98.0	0.04839825825889768	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0222_000000033854	1330	0.575994341365126	2	2	1	2	1	False	27851	maximal	True	ISR0222_000000033854	1.0		5	3	False	False	0.9759398698806763	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	0.00016869557288104684	NZ_CABIXZ010000004.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
SPA0062_000000011601	2841	0.5759942108509545	5	4	3	4	3	True	124674	fragment	False	SPA0062_000000011601	0.9881516587677726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2012.0	86.33200000000001	78.0	0.0006225077136825391	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
TAN0021_000000000528	14271	0.5759915725595288	15	7	4	6	4	False	101286	fragment	False	TAN0021_000000000528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	97.08	2.0	0.11554800339847068	KU543853.1	bacteria	Uncultured bacterium clone PI_060401_Contig_14 genomic sequence	True	False
MON0025_000000022195	1820	0.5759893332494528	2	2	2	2	2	False	39686	maximal	True	MON0025_000000022195	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	74.721	29.0	0.0001816440154294596	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0065_000000027957	1226	0.5759879265597466	2	2	2	2	2	False	71045	fragment	False	DEN0065_000000027957	0.9909041461877643		0	0	False	False	0.9959216713905334	0					non-mobilizable	no_good_hit	345.0	70.435	28.0	0.004415068707873975	NZ_BBPQ01000039.1	high GC Gram+	Streptacidiphilus anmyonensis strain NBRC 103185, whole genome shotgun sequence	True	False
ENG0073_000000019568	1193	0.5759879265597466	2	2	2	2	2	False	71045	fragment	False	DEN0065_000000027957	0.982913377629109		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	70.796	28.0	3.10274142997735e-05	NZ_CP016279.1	high GC Gram+	Streptomyces griseochromogenes strain ATCC 14511 chromosome, complete genome	True	False
MON0107_000000010480	5007	0.575986814566212	6	6	3	4	4	True	65319	fragment	False	MON0107_000000010480	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5020.0	96.79299999999999	100.0	0.001134879629453656	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
SPA0033_000000012463	2471	0.5759827374566157	3	2	2	2	2	True	106734	fragment	False	SPA0033_000000012463	0.9916564916564916		0	0	False	False	1.0	0					non-mobilizable	other	2471.0	99.838	100.0	0.0010566749988556252	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
CHI0155_000000008561	1494	0.5759826154857102	3	3	3	2	1	False	79034	fragment	False	CHI0155_000000008561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	96.555	100.0	0.00029769477173895116	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0100_000000007734	4913	0.5759791904412832	6	4	3	3	3	False	13107	fragment	False	MON0100_000000007734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1415.0	72.933	28.0	0.0014542520453351348	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0132_000000015963	2572	0.5759790699685526	3	3	3	3	3	False	26195	maximal	True	SPA0132_000000015963	1.0		180	12	False	False	1.0	0					non-mobilizable	chromosome	1320.0	87.197	94.0	0.0004587072820129581	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0135_000000015904	1420	0.5759773887690335	3	2	2	2	2	False	58073	maximal	True	ENG0135_000000015904	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0036_000000007187	3226	0.5759758323724314	2	2	2	2	2	False	128556	fragment	False	ISR0263_000000003210	0.8662671066416424		0	0	False	False	0.9996899962425232	0					non-mobilizable	no_good_hit	88.0	97.727	3.0	3.032487350693568e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0062_000000002188	9039	0.5759751241570098	7	6	6	6	4	False	63228	maximal	True	ENG0062_000000002188	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	98.113	6.0	0.00011148026444957577	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
MON0004_000000044435	1071	0.5759744601957755	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.011037553430892858		0	0	False	False	0.9953314661979675	0					non-mobilizable	other	1068.0	92.603	99.0	0.002231111352739332	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0085_000000010264	3105	0.5759741454485986	3	3	3	3	3	False	68991	maximal	True	DEN0085_000000010264	1.0		8	4	False	False	0.9990338087081909	0					non-mobilizable	chromosome	3105.0	99.775	100.0	0.00047243787685444043	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
DEN0045_000000011145	3281	0.5759691531202323	4	4	4	4	4	False	120269	maximal	True	DEN0045_000000011145	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2733.0	98.28	83.0	0.0005765717970222284	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0123_000000002490	12639	0.5759691094641132	16	6	1	6	3	False	41388	maximal	True	FIJ0123_000000002490	1.0		1	1	False	False	0.9998417496681213	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	9.076079165833581e-06	CP013655.1	firmicutes	Enterococcus rotai strain LMG 26678 genome	True	False
SPA0024_000000012286	1155	0.5759682748955646	2	2	2	2	1	False	41701	fragment	False	SPA0024_000000012286	0.9170963627245206		0	0	False	False	0.9982684254646301	0					non-mobilizable	chromosome	1155.0	100.0	100.0	0.00022419033098574584	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
SPA0087_000000004335	3548	0.5759682255400291	4	4	4	4	3	False	90199	fragment	False	ISR0178_000000004137	0.9603778535817371		0	0	False	False	1.0	0					non-mobilizable	other	3548.0	99.915	100.0	0.0007543426808449914	CP010226.1	enterobacteria	Escherichia coli strain S1, complete genome	False	False
DEN0083_000000004077	6188	0.5759672496950519	9	5	4	5	5	False	69145	maximal	True	DEN0083_000000004077	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2606.0	85.34200000000001	42.0	0.011426173755576167	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	True	False
CHI0010_000000004432	1715	0.5759620011768738	2	2	2	1	1	False	90302	fragment	False	CHI0010_000000004432	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1578.0	91.825	91.0	0.01171994024837058	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
CHI0060_000000014296	1135	0.5759592997589248	2	2	2	2	1	False	85685	fragment	False	CHI0060_000000014296	1.0		0	0	False	False	0.983259916305542	0					non-mobilizable	plasmid	1127.0	97.427	99.0	0.0016888142304346521	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	False	True
MON0037_000000032076	2209	0.5759564152254039	2	1	1	0	1	False	12105	maximal	True	MON0037_000000032076	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	83.412	9.0	5.463423698009387e-05	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
ISR0326_000000005993	2991	0.575954102547396	3	3	3	3	2	False	112782	fragment	False	ISR0326_000000005993	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2641.0	73.836	87.0	0.3157830591102986	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0126_000000012817	2823	0.5759537916133054	4	4	4	4	1	False	52417	fragment	False	FIJ0054_000000008836	0.9988712914463674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	81.395	35.0	0.016328685331488697	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
FIJ0054_000000008836	2823	0.5759537916133054	4	4	4	4	1	False	52417	fragment	False	FIJ0054_000000008836	0.9988712914463674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	81.395	35.0	0.016328685331488697	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
FIJ0006_000000012432	2822	0.5759537916133054	4	4	4	4	1	False	52417	fragment	False	FIJ0054_000000008836	0.9987700819934044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	81.395	35.0	0.016328685331488697	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
FIJ0053_000000007153	2822	0.5759537916133054	4	4	4	4	1	False	52417	fragment	False	FIJ0054_000000008836	0.9987700819934044		0	0	False	False	0.9996456503868103	0					non-mobilizable	no_good_hit	903.0	81.395	35.0	0.016328685331488697	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
MON0103_000000024452	2162	0.5759534347052931	3	3	1	2	2	False	8899	fragment	False	MON0103_000000024452	1.0		0	0	False	False	0.9925994277000427	0					non-mobilizable	chromosome	1962.0	75.178	90.0	0.0010112683431225025	CP003368.1	CFB group bacteria	Prevotella dentalis DSM 3688 chromosome 1, complete sequence	False	False
DEN0062_000000003136	5060	0.5759501050626273	8	4	3	4	3	True	71742	maximal	True	DEN0062_000000003136	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2910182838765746e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0063_000000009333	2160	0.5759455896869804	2	1	1	1	1	False	85643	maximal	True	ISR0063_000000009333	1.0		146	8	False	False	1.0	0					non-mobilizable	other	2160.0	99.213	100.0	0.0503968253968254	NZ_QRML01000035.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf35, whole genome shotgun sequence	False	False
SPA0078_000000001420	5490	0.5759437008816722	8	8	3	6	8	False	17554	fragment	False	SPA0068_000000002448	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5439.0	100.0	100.0	0.4080744409425184	MH847532.1	enterobacteria	Escherichia coli strain 10-188 plasmid p10-188 clone c2 genomic sequence	False	True
SPA0068_000000002448	5490	0.5759437008816722	8	8	3	6	8	False	17554	fragment	False	SPA0068_000000002448	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5439.0	100.0	100.0	0.4080744409425184	MH847532.1	enterobacteria	Escherichia coli strain 10-188 plasmid p10-188 clone c2 genomic sequence	False	True
AUS0018_000000004108	6327	0.5759354634097208	10	7	4	7	7	False	113901	maximal	True	AUS0018_000000004108	0.9493237867939539		39	11	False	False	0.9924134612083435	0					non-mobilizable	no_good_hit	711.0	83.404	22.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0048_000000029693	1172	0.5759291582723888	2	1	1	1	1	False	46698	maximal	True	FIJ0048_000000029693	1.0		12	6	False	False	0.9991467595100403	0					non-mobilizable	no_good_hit								True	False
ISR0279_000000006459	3095	0.5759278253972719	5	4	3	4	2	True	108183	fragment	False	ISR0279_000000006459	0.9632049518569463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1588.0	79.66	80.0	0.000471793692175541	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0852_000000007851	1546	0.5759241534136273	2	2	1	1	2	True	83862	fragment	False	ISR0852_000000007851	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	99.274	96.0	0.0002663082835046325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0029_000000007898	3051	0.5759179407095476	5	1	1	1	1	False	65818	fragment	False	ENG0029_000000007898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000010893	2885	0.5759179407095476	5	1	1	1	1	False	6859	maximal	True	SPA0042_000000010893	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000032921	1196	0.5759113260463214	2	1	1	1	1	True	62064	fragment	False	SPA0120_000000032921	0.9698878333059111		0	0	False	False	0.9715719223022461	0					non-mobilizable	plasmid	1196.0	100.0	100.0	0.1145074741280184	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
FIJ0016_000000003780	4585	0.5759109132230407	9	2	1	2	1	False	50249	maximal	True	FIJ0016_000000003780	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000019499	1145	0.5759093915738315	1	1	1	1	1	False	47081	fragment	False	FIJ0044_000000019499	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	79.74	99.0	0.013759645595829973	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	False	False
DEN0065_000000006044	4936	0.575907115256972	6	5	4	4	2	False	71147	maximal	True	DEN0065_000000006044	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	93.846	3.0	4.348693166742146e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MON0106_000000005098	6863	0.5759051213570889	4	4	4	4	4	False	40486	fragment	False	MON0106_000000005098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2336.0	74.058	34.0	0.0008070619157078896	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0011_000000004468	9051	0.5759050665568729	16	4	4	4	4	False	54823	maximal	True	FIJ0011_000000004468	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	83.00299999999999	7.0	0.003040252320260593	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0334_000000000023	102964	0.5758998890506613	106	32	22	29	19	True	73651	fragment	False	ISR0334_000000000023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2126.0	95.955	2.0	0.000823469860731581	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	True	True
ISR0056_000000017502	1289	0.5758998808093	3	3	3	2	2	False	35624	maximal	True	ISR0056_000000017502	1.0		378	13	False	False	1.0	0					non-mobilizable	chromosome	1289.0	100.0	100.0	0.0002749613335624678	CP055158.1	enterobacteria	Escherichia coli strain SCU-321 chromosome, complete genome	False	False
MAD0054_000000003130	4061	0.5758964843382567	5	4	4	2	2	False	17178	fragment	False	MAD0054_000000003130	1.0		0	0	False	False	0.9997537732124329	0					non-mobilizable	no_good_hit	1110.0	83.243	27.0	0.13366577475066893	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
SPA0138_000000006400	3784	0.5758964652997434	5	3	2	2	1	False	3537	fragment	False	SPA0138_000000006400	1.0		0	0	False	False	0.9986786246299744	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.136139016640546e-05	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ISR0223_000000009421	2980	0.5758948033037457	5	2	2	1	1	False	28422	fragment	False	ISR0223_000000009421	1.0		0	0	False	False	0.9996644258499146	0					non-mobilizable	other	2757.0	98.223	92.0	0.016299171138338845	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	False	False
CHI0087_000000009059	1275	0.5758898100565446	2	1	1	1	1	False	83977	fragment	False	CHI0087_000000009059	1.0		0	0	False	False	0.9905882477760315	0					non-mobilizable	no_good_hit	468.0	74.145	36.0	0.005048890456715135	NZ_JGZP01000007.1	high GC Gram+	Bifidobacterium stellenboschense strain DSM 23968 Contig07, whole genome shotgun sequence	True	False
SPA0137_000000027876	1327	0.5758751898283662	2	2	2	2	2	False	3551	maximal	True	SPA0137_000000027876	1.0		48	6	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	73.308	20.0	0.008355743373031119	GU942938.1		Uncultured organism clone 21 genomic sequence	True	False
DEN0082_000000017614	2295	0.5758751289487483	3	3	3	3	3	False	69272	maximal	True	DEN0082_000000017614	1.0		19	6	False	False	0.999128520488739	0					non-mobilizable	no_good_hit	405.0	76.543	17.0	0.002377098625702528	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0198_000000015352	2161	0.5758700759759118	3	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.3442430330792398		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2165.0	94.45700000000001	100.0	0.0007622039975482438	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0147_000000006704	2155	0.5758700759759118	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.21679057526778792		0	0	False	False	0.998607873916626	0		MOBV			mobilizable	other	2160.0	92.87	100.0	0.0006487002203894249	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0143_000000014734	2018	0.5758700759759118	4	3	2	2	2	True	124256	fragment	False	ISR0143_000000014734	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2030.0	87.635	100.0	0.23176064441887226	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
ENG0077_000000010057	2011	0.5758700759759118	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05920151443479994		0	0	False	False	1.0	0		MOBV			mobilizable	other	2013.0	93.691	100.0	0.005150423647340828	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
MAD0045_000000028319	1495	0.5758691994503251	2	1	1	1	1	True	54399	fragment	False	MAD0045_000000028319	1.0		0	0	False	False	0.9973244071006775	0					non-mobilizable	no_good_hit	45.0	100.0	3.0	0.000697151186741452	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
MAD0002_000000018467	2133	0.5758665201118088	3	3	3	2	1	False	20191	backbone	True	MAD0002_000000018467	1.0	PS47	4	1	True	True	0.9873417615890503	1					non-mobilizable	no_good_hit	678.0	71.829	31.0	9.456828027441175e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
SPA0114_000000019890	2341	0.5758646353612653	3	3	3	2	2	False	59674	fragment	False	ISR0286_000000007308	0.9612631578947368		0	0	False	False	0.9991456866264343	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000033090	1379	0.5758606139484763	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.46885964924582046		0	0	False	False	1.0	0					non-mobilizable	chromosome	1379.0	99.927	100.0	0.0005824488465779863	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0813_000000005741	4822	0.5758550105891382	9	2	2	2	2	False	88177	maximal	True	ISR0813_000000005741	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	85.836	56.0	0.005609292875756371	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	True	False
AST0060_000000005439	5038	0.5758514988708621	2	2	1	2	1	False	112506	maximal	False	ISR0073_000000004489	0.7122044538064167		0	0	False	False	0.9964271783828735	0					non-mobilizable	other	5038.0	97.12200000000001	100.0	0.029166184134337	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
FIJ0081_000000012621	2738	0.5758514944526167	4	4	4	4	2	True	44270	maximal	True	FIJ0081_000000012621	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	97.368	4.0	0.0006508691695370189	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0071_000000006206	1939	0.5758501033899286	3	3	3	3	3	False	94407	fragment	False	MON0071_000000006206	1.0		0	0	False	False	0.9886539578437805	0					non-mobilizable	chromosome	1939.0	99.33	100.0	0.0004862758795119777	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0138_000000020428	1333	0.5758498708591284	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.733779637948503		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	93.363	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0810_000000006274	2420	0.5758491070428896	4	3	3	3	2	False	61253	fragment	False	ENG0090_000000008653	0.946180986318233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	77.462	25.0	0.00017828844299377615	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0096_000000008670	1122	0.5758394054285678	2	2	2	2	2	False	83434	fragment	False	CHI0096_000000008670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	76.303	53.0	0.00016792625613971465	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
DEN0084_000000000189	5428	0.5758366746305962	7	6	3	6	6	False	125960	maximal	True	DEN0084_000000000189	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3216.0	98.632	59.0	0.008799178925761205	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0126_000000020240	1898	0.5758361180542803	3	3	3	1	1	False	41139	maximal	True	FIJ0126_000000020240	1.0		2	1	False	False	0.9905163049697876	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	0.0034251788704521237	NZ_RAWE01000254.1	d-proteobacteria	Corallococcus carmarthensis strain CA043D NODE_254_13138_cov_27.1311_ID_11087, whole genome shotgun sequence	True	False
SPA0042_000000002385	10348	0.5758266893386701	7	5	3	4	3	True	6876	fragment	False	SPA0042_000000002385	1.0		0	0	False	False	0.9980672597885132	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	0.0	1.7455154798131136e-05	NZ_CP018180.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 chromosome, complete genome	True	True
MAD0033_000000013798	1499	0.5758261210598148	3	2	2	2	2	False	18864	maximal	True	MAD0033_000000013798	1.0		0	0	False	False	0.9839892983436584	0					non-mobilizable	no_good_hit	82.0	81.707	5.0	3.419423006561873e-05	NZ_CP013438.1	b-proteobacteria	Burkholderia latens strain AU17928 isolate AU17928 chromosome 2, complete sequence	True	False
ISR0131_000000024894	1453	0.5758246211056395	3	3	3	3	1	False	31645	maximal	True	ISR0131_000000024894	1.0		1	1	False	False	0.9993117451667786	0					non-mobilizable	no_good_hit	140.0	78.571	9.0	0.000684200583102288	NZ_CCMH01000037.1	CFB group bacteria	Weeksella massiliensis, whole genome shotgun sequence	True	False
USA0035_01_000000015432	1652	0.5758232518216584	2	2	2	2	2	False	83918	fragment	False	CHI0099_000000003479	0.9630660309486605		0	0	False	False	0.9981840252876282	0					non-mobilizable	chromosome	1652.0	98.305	100.0	0.0005825920370148845	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0360_000000001943	11256	0.5758178201611356	17	7	5	6	2	True	37922	fragment	False	ISR0360_000000001943	1.0		0	0	False	False	0.9999111294746399	0					non-mobilizable	no_good_hit	2998.0	86.258	60.0	0.07922315672176382	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
ISR0055_000000007074	2051	0.5758176996874516	3	3	3	3	2	False	44874	fragment	False	FIJ0071_000000017080	0.9701242829827916		0	0	False	False	1.0	0					non-mobilizable	other	2053.0	87.141	100.0	0.022736342674707342	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	False	False
MAD0040_000000009751	3055	0.575814673743663	4	4	4	4	4	False	130070	fragment	False	MAD0040_000000009751	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	98.43799999999999	98.0	0.0036132712441739137	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0050_01_000000002579	5584	0.5758146599049521	5	5	4	5	3	False	103039	maximal	True	USA0050_01_000000002579	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	97.354	80.0	0.00044693098661552117	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
SPA0089_000000029639	1260	0.5758139545520049	2	2	2	2	2	False	23179	maximal	True	SPA0089_000000029639	0.9908585055643879		97	9	False	False	0.9833333492279053	0					non-mobilizable	no_good_hit	355.0	71.268	28.0	0.00014284971136926817	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
DEN0064_000000002302	11274	0.5758117494360699	2	2	1	2	1	False	122586	maximal	True	DEN0064_000000002302	0.999806426635695		12	4	False	False	0.9990243315696716	0					non-mobilizable	no_good_hit								True	False
ISR0829_000000001090	10332	0.5758117494360699	2	2	1	2	1	False	122586	maximal	False	DEN0064_000000002302	0.9580450594287742		0	0	False	False	0.9987417459487915	0					non-mobilizable	no_good_hit								True	False
CHI0155_000000000062	51408	0.5758074901249189	92	13	10	11	8	True	84288	fragment	False	CHI0155_000000000062	1.0		0	0	False	True	0.9999416470527649	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.133113951142345e-05	NZ_QJGZ01000038.1	CFB group bacteria	Flavobacterium sharifuzzamanii strain A7.6 contig10, whole genome shotgun sequence	True	True
ISR0194_000000009155	2651	0.5758035688141272	3	3	3	2	2	False	114873	maximal	True	ISR0194_000000009155	1.0		1	1	False	False	0.9962278604507446	0					non-mobilizable	no_good_hit								True	False
AST0040_000000005527	3480	0.575800274236547	5	2	2	2	1	True	116334	fragment	False	AST0040_000000005527	1.0		0	0	False	False	0.9951149225234985	0					non-mobilizable	no_good_hit	96.0	78.125	3.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0296_000000015682	1667	0.575800274236547	3	2	2	2	1	True	99822	fragment	False	ISR0296_000000015682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	79.817	6.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
MON0097_000000029700	1256	0.5757986159283391	2	1	1	1	1	False	9219	fragment	False	MON0097_000000029700	1.0		0	0	False	False	0.9992038011550903	0					non-mobilizable	no_good_hit	135.0	82.963	11.0	4.724759821770777e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0283_000000006432	2098	0.5757928097148561	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.4305526710963176		0	0	False	False	0.9980934262275696	0					non-mobilizable	no_good_hit	463.0	76.02600000000001	22.0	0.020163439332030558	NZ_PPEL01000052.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_052, whole genome shotgun sequence	True	False
DEN0079_000000004804	7214	0.5757923426165616	9	6	2	6	2	False	69640	maximal	True	DEN0079_000000004804	1.0		1	1	False	False	0.9998613595962524	0					non-mobilizable	no_good_hit								True	False
ISR0292_000000010443	1869	0.5757916344551663	3	2	1	2	2	False	25873	maximal	True	ISR0292_000000010443	1.0		9	5	False	False	0.9903692007064819	0					non-mobilizable	no_good_hit	404.0	74.01	22.0	0.0330003275466754	NZ_BAKJ01000071.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
CHI0145_000000005143	3564	0.5757882687911573	4	4	3	3	2	False	79771	maximal	True	CHI0145_000000005143	1.0		1	1	False	False	0.9957912564277649	0					non-mobilizable	no_good_hit	1224.0	75.899	34.0	0.0003263556671107303	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0140_000000009762	2231	0.5757873454102145	4	2	1	1	2	True	60563	fragment	False	SPA0140_000000009762	0.9947652511208505		0	0	False	False	0.9995517730712891	0					non-mobilizable	plasmid	2232.0	96.729	100.0	0.21703834115805948	AY112722.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid pNAC3, complete sequence	False	True
SPA0141_000000010870	2125	0.5757873454102145	3	2	1	1	2	True	60563	fragment	False	SPA0140_000000009762	0.9725025541584671		0	0	False	False	1.0	0					non-mobilizable	plasmid	2126.0	96.613	100.0	0.20667057902973396	AY112722.1	high GC Gram+	Bifidobacterium longum strain RW041 plasmid pNAC3, complete sequence	False	True
SPA0155_000000009395	2036	0.5757873454102145	3	2	1	1	2	True	60563	fragment	False	SPA0140_000000009762	0.9503705316488558		0	0	False	False	0.9980353713035583	0					non-mobilizable	other	2038.0	97.988	100.0	0.0008507383897690008	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
SPA0143_000000016362	1286	0.5757873454102145	3	2	1	1	2	True	25484	fragment	False	SPA0144_000000013255	0.9669243996386392		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	97.98100000000001	100.0	0.000537529135378935	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
ISR0304_000000008795	1201	0.5757873454102145	2	2	1	1	2	True	25484	fragment	False	SPA0144_000000013255	0.6384136858475894		0	0	False	False	0.9991673827171326	0					non-mobilizable	plasmid	1201.0	97.25200000000001	100.0	0.10480233483682674	LN854284.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1784	False	True
CAN0001_000000031446	1382	0.5757834951614036	2	2	2	2	2	False	97164	fragment	False	CAN0001_000000031446	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	98.26299999999999	100.0	0.0004157926540487697	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0039_000000014084	1842	0.5757830305346567	3	1	1	1	1	False	64935	fragment	False	ENG0039_000000014084	1.0		0	0	False	False	0.9923995733261108	0					non-mobilizable	no_good_hit	450.0	74.889	24.0	0.015307542443640411	NZ_KB291706.1	firmicutes	Clostridium celatum DSM 1785 Scfld351, whole genome shotgun sequence	True	False
SPA0036_000000002796	6996	0.5757803184964434	10	5	3	5	4	False	131797	fragment	False	SPA0035_000000002039	0.9997855917667238		0	0	False	False	1.0	0					non-mobilizable	other	4894.0	98.815	99.0	0.1059266961268521	NZ_JAAITI010000026.1	firmicutes	Blautia luti strain MSK.16.34 NODE_26_length_46164_cov_121.032, whole genome shotgun sequence	False	False
USA0023_01_000000004928	6520	0.5757797277938639	7	6	6	6	6	False	1720	maximal	True	USA0023_01_000000004928	1.0		27	8	False	False	0.9989264011383057	0					non-mobilizable	no_good_hit	317.0	73.186	5.0	0.003036662379234645	NZ_QXIR01000018.1	firmicutes	Bacillus salacetis strain SKP7-4, whole genome shotgun sequence	True	False
ETH0003_000000015127	2522	0.5757755173719006	2	2	2	2	1	False	66585	fragment	False	ISR0365_000000006009	0.96104897801774		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	76.887	8.0	6.671989216518298e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0074_000000008323	3412	0.5757653358284291	4	4	4	3	3	False	36104	fragment	False	ISR0047_000000008401	0.9972303206997084		0	0	False	False	0.9929659962654114	0					non-mobilizable	no_good_hit	1514.0	73.844	43.0	0.007328474092853747	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
CHI0126_000000002761	5237	0.5757637474257236	5	3	2	2	3	False	118661	fragment	False	ISR0218_000000002533	0.9599317815119223		0	0	False	False	1.0	0					non-mobilizable	other	5237.0	99.98100000000001	100.0	0.0010133779439016426	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0134_000000010550	2701	0.5757589586306778	4	3	3	3	2	False	125906	maximal	True	SPA0134_000000010550	1.0		59	7	False	False	0.997778594493866	0					non-mobilizable	other	2701.0	99.556	100.0	0.007847012322715648	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
ISR0140_000000011925	1998	0.5757581979966363	3	2	2	2	2	False	31242	maximal	True	ISR0140_000000011925	1.0		148	11	False	False	0.9979979991912842	0					non-mobilizable	other	2004.0	85.729	100.0	0.004260767537661759	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
USA0021_01_000000004509	4085	0.5757567723291523	4	4	4	4	4	False	94213	maximal	True	USA0021_01_000000004509	1.0		65	10	False	False	0.9997552037239075	0					non-mobilizable	no_good_hit	459.0	74.72800000000001	11.0	6.992038886325488e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
AST0010_000000016840	1770	0.5757543650005913	4	1	1	1	1	False	126216	maximal	True	AST0010_000000016840	1.0		44	6	False	False	1.0	0					non-mobilizable	no_good_hit	985.0	97.056	56.0	0.01841937778443338	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
ISR0008_000000002249	4880	0.5757540926831739	5	4	4	4	4	False	121407	maximal	True	ISR0008_000000002249	1.0		4	2	False	False	0.9997950792312622	0					non-mobilizable	chromosome	2817.0	99.397	98.0	0.000887596438645369	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0021_000000004410	5098	0.5757483998428011	13	3	1	2	2	False	62724	maximal	True	MON0021_000000004410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	93.836	38.0	0.0006992894915094109	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	True	False
FIJ0036_000000021562	1913	0.5757446148667221	4	4	3	3	2	False	47941	maximal	True	FIJ0036_000000021562	1.0		1	1	False	False	0.9749085307121277	0					non-mobilizable	no_good_hit	668.0	97.904	35.0	0.08792512523068811	MK233374.1	viruses	Uncultured human fecal virus clone EubacteriumR.sp_S02.L08_1_c1 sequence	True	False
ENG0058_000000009329	3371	0.5757441122377864	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.8451308612307455		0	0	False	False	1.0	0					non-mobilizable	other	3272.0	97.83	100.0	0.0008019769184619206	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0110_000000005458	3190	0.5757441122377864	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.7054110860772838		0	0	False	False	1.0	0					non-mobilizable	other	3135.0	95.24700000000001	99.0	0.0007681423679428912	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0227_000000013740	1919	0.5757419009862162	4	3	3	2	2	False	37849	fragment	False	ISR0069_000000011813	0.9588453905164801		0	0	False	False	1.0	0					non-mobilizable	other	1919.0	99.11399999999999	100.0	0.048771804912780346	NZ_JAAITU010000038.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_38_length_39326_cov_192.594, whole genome shotgun sequence	False	False
MAD0033_000000003356	5136	0.5757373309491607	5	5	5	5	5	False	62849	maximal	True	MAD0033_000000003356	1.0		348	14	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	77.94800000000001	38.0	0.0003306768756877808	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0034_000000015371	2358	0.5757373130901098	3	3	2	3	1	True	7153	maximal	True	SPA0034_000000015371	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	100.0	35.0	0.00972866273969169	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MON0096_000000021327	1749	0.5757363259426893	2	2	2	2	1	False	56813	fragment	False	MON0096_000000021327	0.9945586457073761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	87.5	46.0	0.00022342706923806336	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0009_000000012684	2570	0.5757297262120118	3	3	2	2	3	False	74363	maximal	True	ISR0009_000000012684	0.978372591006424		12	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000004772	8815	0.5757271313253849	10	6	4	5	2	True	30071	maximal	True	ISR0170_000000004772	1.0		11	5	False	False	0.9984117746353149	0					non-mobilizable	no_good_hit	3797.0	75.112	42.0	0.03738560006380476	NZ_FMKA01000013.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
ISR0029_000000022534	1941	0.5757237332505538	2	2	1	1	2	False	37112	maximal	True	ISR0029_000000022534	1.0		3	3	False	False	0.9804224371910095	0	rep_cluster_185				non-mobilizable	plasmid	1921.0	100.0	99.0	0.02752411944321	CP038176.1	firmicutes	Enterococcus faecium strain HN11 plasmid pHN11, complete sequence	False	True
DEN0046_000000002933	6603	0.5757221476465304	6	5	4	3	2	False	132280	fragment	False	ENG0085_000000002909	0.23432404387785355		0	0	False	False	0.9996970891952515	0					non-mobilizable	other	6611.0	96.4	99.0	0.0015414255491693052	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0072_000000007516	2790	0.5757210734206037	4	4	4	3	2	False	100841	maximal	True	SPA0072_000000007516	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	72.619	15.0	7.914626551754368e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ENG0046_000000015116	1254	0.5757207802493834	2	2	2	2	2	False	64401	fragment	False	ENG0046_000000015116	1.0		0	0	False	False	0.9513556361198425	0					non-mobilizable	other	1261.0	76.368	99.0	0.009907032407884413	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
ISR0033_000000027794	1139	0.5757152065652338	2	2	2	2	1	False	84249	maximal	False	ISR0825_000000020360	0.9639900002120317		0	0	False	False	0.9490781426429749	0					non-mobilizable	other	1139.0	99.21	100.0	0.004046711424670005	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0123_000000001538	9715	0.5757142769308419	9	4	4	2	3	True	32129	maximal	True	ISR0123_000000001538	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.5204200936892223e-07	CP047557.1	eudicots	Solanum pinnatisectum cultivar CGN17745 chromosome 10	True	True
ISR0166_000000004767	3674	0.5757127844156746	4	3	2	3	2	False	119130	maximal	True	ISR0166_000000004767	1.0	PS816	0	0	False	True	0.9847577810287476	0					non-mobilizable	no_good_hit	1495.0	80.334	42.0	0.026213179256318456	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	True	True
MON0039_000000004350	8651	0.5757069172741996	12	9	7	8	7	False	12127	maximal	True	MON0039_000000004350	1.0		4	2	False	False	0.9983816742897034	0					non-mobilizable	no_good_hit	3625.0	98.09700000000001	63.0	0.0010828260264500137	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0251_000000012704	1374	0.5757062413448673	1	1	1	1	1	False	26983	maximal	True	ISR0251_000000012704	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	92.126	46.0	0.0032599082700890563	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	False
MAD0026_000000004993	2590	0.5757061662160705	3	2	2	2	2	False	117264	fragment	False	MAD0026_000000004993	1.0		0	0	False	False	0.9976834058761597	0					non-mobilizable	no_good_hit	2026.0	83.021	78.0	0.009008807518373225	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0071_000000006069	5807	0.5757056768473242	9	4	3	3	1	True	108901	fragment	False	SPA0128_000000004938	0.31406156097655563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4662.0	99.87100000000001	80.0	0.0018434721665761607	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
DEN0073_000000007576	5704	0.5757056768473242	9	4	3	3	1	True	108901	fragment	False	SPA0128_000000004938	0.25291355371566154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4283.0	99.93	82.0	0.001693573871975782	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
USA0034_01_000000011980	4732	0.5757056768473242	8	4	3	3	1	True	108884	fragment	False	ISR0344_000000005423	0.48057029845364796		0	0	False	False	1.0	0					non-mobilizable	other	4732.0	99.89399999999999	100.0	0.001278924859514295	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0338_000000004874	4629	0.5757056768473242	8	4	3	3	1	True	108882	fragment	False	ISR0338_000000004874	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4160.0	99.85600000000001	90.0	0.0011245345646342397	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0036_000000006505	3597	0.5757056768473242	4	4	3	3	1	True	60711	fragment	False	SPA0036_000000006505	1.0		0	0	False	False	0.9988879561424255	0					non-mobilizable	other	3077.0	99.805	100.0	0.0012165887973371102	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0252_000000000762	8977	0.575705386182337	6	4	4	2	3	False	26966	maximal	True	ISR0252_000000000762	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3124.0	96.287	66.0	0.001006600112231239	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0005_000000041257	1326	0.5757041935997267	2	2	2	2	1	False	14102	maximal	True	MON0005_000000041257	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	73.387	28.0	0.0014390417952933477	NZ_AXAC01000003.1	firmicutes	Acetobacterium dehalogenans DSM 11527 A3KSDRAFT_scaffold_1.2_C, whole genome shotgun sequence	True	False
FIJ0128_000000011759	2193	0.575702410022451	2	1	1	1	1	False	41022	maximal	True	FIJ0128_000000011759	1.0		31	8	False	False	0.9995440244674683	0					non-mobilizable	no_good_hit								True	False
FIJ0118_000000009253	1151	0.5757022215329056	2	2	2	2	2	False	41581	maximal	True	FIJ0118_000000009253	1.0		1268	15	False	False	0.9791485667228699	0					non-mobilizable	other	1151.0	97.39399999999999	100.0	0.00608587970068056	NZ_FOJY01000006.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	False	False
ISR0779_000000027880	1258	0.5757007928067085	1	1	1	1	1	False	77742	fragment	False	ENG0153_000000021845	0.9380557301032693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	71.982	34.0	0.023127634280773805	NZ_WEHX01000044.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_44_length_18506_cov_249.268974, whole genome shotgun sequence	True	False
ISR0016_000000019189	1181	0.5756968157441016	3	3	1	3	2	False	37886	fragment	False	ISR0079_000000022945	0.9629044988161011		0	0	False	False	1.0	0					non-mobilizable	chromosome	1181.0	99.57700000000001	100.0	0.0003719331667619089	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0065_000000012220	2768	0.5756860754801569	3	3	3	3	2	False	91310	fragment	False	DEN0065_000000012220	0.9432357775738394		0	0	False	False	0.9953034520149231	0					non-mobilizable	chromosome	2769.0	97.36399999999999	100.0	0.0008023921024673267	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0815_000000009380	3271	0.5756818297322411	3	3	3	3	2	False	109835	maximal	True	ISR0815_000000009380	1.0		34	9	False	False	0.999694287776947	0					non-mobilizable	other	1667.0	89.20200000000001	95.0	0.11472341605434631	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
FIJ0059_000000003674	5154	0.5756784921415513	4	3	3	3	3	False	45929	maximal	True	FIJ0059_000000003674	1.0		1	1	False	False	0.9998059868812561	0					non-mobilizable	no_good_hit	159.0	78.616	3.0	4.633899910694777e-05	LT841305.1	proteobacteria	Acidithiobacillus ferrivorans isolate PRJEB5721 genome assembly, chromosome: AFERRI	True	False
SPA0087_000000003996	3872	0.5756768036200736	4	3	3	3	1	False	60823	maximal	True	SPA0087_000000003996	1.0		72	9	False	False	0.9992251992225647	0					non-mobilizable	other	3875.0	96.206	100.0	0.07165421637492102	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	False	False
ISR0054_000000020881	1265	0.5756767639033511	2	1	1	1	1	False	45670	fragment	False	FIJ0062_000000024049	0.45844222205786944		0	0	False	False	0.9984189867973328	0					non-mobilizable	no_good_hit	76.0	94.73700000000001	13.0	6.456594895157813e-05	NZ_RJVI01000001.1	g-proteobacteria	Inmirania thermothiophila strain DSM 100275 Ga0244718_11, whole genome shotgun sequence	True	False
SPA0126_000000018770	2267	0.5756749991138314	3	3	3	3	2	False	3977	fragment	False	SPA0126_000000018770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	74.925	44.0	0.0002674473198455559	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0128_000000004537	5518	0.5756744013187903	3	2	1	2	2	False	112506	maximal	False	ISR0073_000000004489	0.9517141517825127		0	0	False	False	1.0	0					non-mobilizable	other	5518.0	97.155	100.0	0.031945570353213666	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
ENG0082_000000014727	1416	0.5756725237205574	3	2	2	2	2	False	61597	maximal	True	ENG0082_000000014727	1.0		7	4	False	False	1.0	0					non-mobilizable	other	1416.0	99.57600000000001	100.0	0.0007189525867547985	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	False
MAD0065_000000003136	3850	0.5756712549201515	5	1	0	1	1	False	80472	maximal	True	MAD0065_000000003136	1.0		2	1	False	False	0.9992207884788513	0					non-mobilizable	no_good_hit	1104.0	87.228	29.0	0.019925601266988325	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0003_000000010488	2306	0.5756712549201515	4	1	0	1	1	False	80483	maximal	True	FIJ0003_000000010488	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1097.0	98.45	53.0	0.000292365759167974	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0050_000000013101	1939	0.5756712549201515	3	1	0	1	1	False	80479	maximal	True	FIJ0050_000000013101	1.0		147	12	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	87.04700000000001	57.0	0.019925601266988325	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0053_000000013432	1551	0.5756712549201515	2	1	0	1	1	False	46386	fragment	False	FIJ0053_000000013432	1.0		0	0	False	False	0.9987105131149292	0					non-mobilizable	no_good_hit	913.0	89.266	58.0	0.016684468343707414	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0163_000000017424	1418	0.5756712549201515	3	1	0	1	1	False	80476	maximal	True	FIJ0163_000000017424	1.0		96	7	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	87.228	78.0	0.019925601266988325	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0062_000000021002	1406	0.5756712549201515	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.8259790549080693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	87.04700000000001	78.0	0.019925601266988325	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
MON0005_000000041059	1332	0.5756712549201515	3	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.8056723806398051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	86.929	84.0	0.02014658760266657	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
MON0008_000000028196	1326	0.5756712549201515	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.3070045306227331		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	87.55799999999999	81.0	0.0193915509557659	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0151_000000013086	1308	0.5756712549201515	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.7566843496930937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	86.98	84.0	0.01994401679496151	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0092_000000029033	1291	0.5756712549201515	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.8571437028313168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	87.189	84.0	0.019575706235497772	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0022_000000020556	1289	0.5756712549201515	1	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.7202471046538393		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	86.086	86.0	0.020109756546720193	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0157_000000014931	1287	0.5756712549201515	1	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.7508965870390965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	86.98	86.0	0.01994401679496151	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0095_000000021912	1276	0.5756712549201515	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.7973289620250877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	86.98	86.0	0.01994401679496151	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
CHI0137_000000013719	1275	0.5756712549201515	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.7633772569663885		0	0	False	False	0.9945098161697388	0					non-mobilizable	no_good_hit	1115.0	86.816	87.0	0.020128172074693383	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
SPA0113_000000023140	1259	0.5756712549201515	1	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.6260407580969728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	86.715	88.0	0.020109756546720193	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
CHI0162_000000027015	1234	0.5756712549201515	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.09077641564506714		0	0	False	False	0.9983792304992676	0					non-mobilizable	no_good_hit	931.0	89.90299999999999	75.0	0.017108025487090714	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
TAN0025_000000002355	1228	0.5756712549201515	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.7266114759753264		0	0	False	False	0.9910423159599304	0					non-mobilizable	other	1104.0	87.228	90.0	0.019925601266988325	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	False	False
MAD0053_000000009137	1193	0.5756712549201515	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.715221282156476		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	87.035	92.0	0.019907185739015138	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	False	False
FIJ0033_000000034121	1162	0.5756712549201515	1	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.6208793310656565		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	87.13799999999999	95.0	0.019925601266988325	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	False	False
ISR0162_000000033560	1161	0.5756712549201515	1	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.6208085095075996		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	86.95700000000001	95.0	0.019925601266988325	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	False	False
FIJ0136_000000024887	1142	0.5756712549201515	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.4048523501388696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	89.65899999999999	82.0	0.017218518654929838	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
MON0096_000000035273	1096	0.5756712549201515	1	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.3147588159256662		0	0	False	False	1.0	0					non-mobilizable	other	1072.0	87.12700000000001	98.0	0.01933630437184634	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	False	False
MON0106_000000041901	1004	0.5756712549201515	1	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.09115397984011124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	89.855	89.0	0.01646348200802917	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0192_000000005642	3491	0.5756669184960136	2	2	2	2	1	False	29135	maximal	True	ISR0192_000000005642	1.0		793	14	False	False	1.0	0					non-mobilizable	other	3491.0	98.281	100.0	0.009551830311323983	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0103_000000018748	1596	0.5756637158753606	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.18988101225255896		0	0	False	False	0.9924812316894531	0					non-mobilizable	chromosome	1596.0	96.366	100.0	0.0005368676616165203	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0168_000000008343	3520	0.5756583780288407	4	4	4	3	3	False	55996	maximal	True	ENG0168_000000008343	1.0		1	1	False	False	0.9988636374473572	0					non-mobilizable	no_good_hit	472.0	77.96600000000001	13.0	0.00020429421172245448	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0001_000000004865	5170	0.5756557269109852	5	4	4	4	3	False	20301	maximal	True	MAD0001_000000004865	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	96.48200000000001	4.0	0.011429231124451628	NZ_WEHX01000047.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_47_length_17324_cov_116.114311, whole genome shotgun sequence	True	False
AST0116_000000019326	1400	0.5756554988307712	2	2	2	2	2	False	106174	maximal	True	AST0116_000000019326	0.9949820788530466		204	12	False	False	0.9850000143051147	0					non-mobilizable	other	1403.0	90.09299999999999	100.0	0.00719349294494392	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
FIJ0098_000000005596	4013	0.5756532903752986	4	4	4	4	1	False	42976	maximal	True	FIJ0098_000000005596	1.0		27	5	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	79.032	6.0	0.0008970846609690004	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0108_000000005091	4233	0.5756507009342778	4	3	2	2	3	True	109529	maximal	True	ISR0108_000000005091	0.9551845776920694		833	14	False	False	0.9997637867927551	0					non-mobilizable	other	4242.0	94.531	100.0	0.02463409246794313	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	True
FIJ0071_000000023351	1564	0.5756480449257855	2	1	1	1	1	False	44854	maximal	True	FIJ0071_000000023351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	74.59	31.0	0.003593739247455709	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
ISR0806_000000011506	1172	0.5756464106556385	2	2	2	1	1	False	21771	fragment	False	ISR0806_000000011506	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1072.0	76.586	90.0	0.022089864158829676	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
SPA0028_000000021225	1536	0.5756435910204091	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.15078088201280404		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	84.471	97.0	0.003586164813451629	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ENG0075_000000005357	4463	0.5756435691455041	6	4	3	3	3	True	118266	fragment	False	ENG0075_000000005357	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4056.0	89.398	90.0	0.001148003083338311	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0048_000000010632	1797	0.5756336218652932	2	2	2	2	2	False	41053	fragment	False	USA0031_01_000000015401	0.987276488032972		0	0	False	False	0.997774064540863	0					non-mobilizable	other	1797.0	99.666	100.0	0.0057028364943432054	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
MON0048_000000004454	7094	0.5756282030916232	11	9	4	7	8	True	129258	maximal	True	MON0048_000000004454	1.0		31	9	False	False	1.0	0					non-mobilizable	no_good_hit	3069.0	95.21	52.0	0.0008570763043988288	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0194_000000006703	4060	0.5756195472278531	7	5	5	4	3	False	54546	maximal	True	ENG0194_000000006703	1.0		1	1	False	False	0.9972906112670898	0					non-mobilizable	no_good_hit	1359.0	72.259	33.0	0.00030913381676370675	NC_018017.1	firmicutes	Desulfitobacterium dehalogenans ATCC 51507, complete sequence	True	False
USA0087_01_000000001068	9282	0.575616352686177	10	9	6	6	8	True	100756	maximal	True	USA0087_01_000000001068	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3769.0	94.455	62.0	0.010090620036055148	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	True
USA0119_01_000000014189	1737	0.5756151426543084	2	2	2	2	2	False	104392	fragment	False	ISR0145_000000016568	0.9946199458278121		0	0	False	False	0.9942429661750793	0					non-mobilizable	no_good_hit	96.0	92.708	6.0	0.0010533084974277097	NZ_FNBY01000020.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0282_000000006621	3188	0.5756128887233354	4	3	2	3	2	False	26145	maximal	True	ISR0282_000000006621	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000016697	1961	0.5756112497671964	2	2	1	1	0	True	41341	maximal	True	FIJ0123_000000016697	1.0		29	9	False	False	0.9928607940673828	0					non-mobilizable	no_good_hit	1239.0	93.462	63.0	0.030581418383518227	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
CAN0014_000000032198	1535	0.5756089603131013	2	2	2	2	2	False	97181	fragment	False	CAN0014_000000032198	0.9921171171171171		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	80.366	96.0	0.0002342470456408602	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
FIJ0114_000000021513	1847	0.575604179867248	2	1	1	1	1	False	41857	fragment	False	FIJ0114_000000021513	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1665.0	99.88	90.0	0.0006019800948625123	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	False	False
ISR0079_000000010598	2585	0.5755991612788638	5	5	5	4	3	False	61050	fragment	False	SPA0068_000000004361	0.9751500212918813		0	0	False	False	1.0	0					non-mobilizable	chromosome	2585.0	99.92299999999999	100.0	0.0013260196983715718	CP047191.1	firmicutes	Streptococcus thermophilus strain EU01 chromosome, complete genome	False	False
MON0015_000000010944	3374	0.575598037752593	4	4	4	4	3	False	13429	fragment	False	MON0015_000000010944	1.0		0	0	False	False	0.9985180497169495	0					non-mobilizable	no_good_hit	1088.0	86.397	34.0	0.007053780202650039	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
AST0024_000000008982	3612	0.575594899459967	4	3	1	3	2	False	121640	fragment	False	AST0024_000000008982	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3476.0	99.223	96.0	0.0015335309727321233	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
AUS0002_000000012399	2834	0.5755877500669583	4	3	2	2	2	False	119202	maximal	True	AUS0002_000000012399	1.0	PS816	1	1	False	True	0.9915314316749573	0					non-mobilizable	no_good_hit	1488.0	87.29799999999999	52.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0175_000000005559	4360	0.5755862957686927	5	3	2	3	3	False	29865	maximal	True	ISR0175_000000005559	1.0		45	6	False	False	1.0	0					non-mobilizable	no_good_hit	1903.0	89.75299999999999	53.0	0.0005381620004152836	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0024_01_000000009711	2422	0.5755836406165928	3	3	3	2	3	False	123211	maximal	True	USA0024_01_000000009711	1.0		8	2	False	False	0.9950454235076904	0					non-mobilizable	no_good_hit	999.0	98.29799999999999	89.0	0.0038704222948734357	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0106_000000004646	4705	0.5755830293058419	1	1	1	1	1	False	100940	fragment	False	USA0027_01_000000005251	0.5467983287503793		0	0	False	False	1.0	0					non-mobilizable	other	4706.0	96.366	100.0	0.015142686989972476	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0001_000000008446	4567	0.5755830293058419	1	1	1	1	1	False	76953	fragment	False	DEN0001_000000008446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	77.143	2.0	3.2485959974173665e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
ISR0287_000000002244	4396	0.5755830293058419	1	1	1	1	1	False	100940	fragment	False	USA0027_01_000000005251	0.4095556340431053		0	0	False	False	1.0	0					non-mobilizable	other	4390.0	97.47200000000001	99.0	0.014125448663265141	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0159_000000013139	1886	0.5755810560676543	4	3	2	3	2	False	39397	maximal	True	FIJ0159_000000013139	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	666.0	83.48299999999999	35.0	0.00021988805455633485	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
SPA0030_000000019894	1528	0.5755810477733915	2	1	1	1	1	False	7311	fragment	False	SPA0030_000000019894	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1528.0	99.149	100.0	0.01615002804559261	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	False	False
DEN0023_000000001956	2849	0.5755802530381394	3	3	1	2	1	False	74390	maximal	True	DEN0023_000000001956	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.370807903596177e-05	LT717347.1	viruses	Mimivirus U306 genome assembly, complete genome: monopartite	True	False
FIJ0159_000000019784	1308	0.5755747279053232	2	2	2	1	1	False	47437	maximal	True	FIJ0159_000000019784	1.0		59	9	False	False	1.0	0					non-mobilizable	chromosome	1308.0	99.92399999999999	100.0	0.00025169349086354555	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
FIJ0004_000000009525	2784	0.5755704358413037	4	2	2	2	2	False	52059	maximal	True	FIJ0004_000000009525	1.0		2	1	False	False	0.9996408224105835	0					non-mobilizable	no_good_hit	745.0	96.779	35.0	0.00023922491128742872	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ENG0100_000000011017	2713	0.5755693587931153	7	2	1	2	0	True	60588	fragment	False	ENG0100_000000011017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	78.462	7.0	0.0006951761293896571	NZ_KE384518.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
AST0048_000000012841	1260	0.5755686029015659	3	3	3	1	1	True	114867	maximal	True	AST0048_000000012841	1.0		2	1	False	False	0.9928571581840515	0					non-mobilizable	no_good_hit	401.0	82.045	32.0	0.013033986118804783	KF176932.1	bacteria	Uncultured bacterium EB5 genomic sequence	True	True
ISR0211_000000007513	2911	0.5755643355675331	3	3	3	3	3	False	107371	fragment	False	ISR0211_000000007513	1.0		0	0	False	False	0.9982823729515076	0					non-mobilizable	no_good_hit	809.0	78.492	28.0	0.00027506494971125055	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ENG0165_000000002453	6940	0.5755629732724351	17	14	2	2	14	False	87168	maximal	True	ENG0165_000000002453	1.0		12	6	False	False	1.0	0					non-mobilizable	chromosome	6940.0	99.986	100.0	0.0010716112437176618	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ISR0197_000000016885	1514	0.5755583598118093	3	3	3	3	3	False	81617	fragment	False	ISR0197_000000016885	0.9755271904188872		0	0	False	False	0.998678982257843	0					non-mobilizable	chromosome	1542.0	87.484	100.0	0.0005370715204946421	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0050_000000009718	2680	0.5755553131335635	3	3	3	2	2	True	67888	fragment	False	SPA0050_000000009718	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1651.0	88.855	99.0	0.00043856577634929954	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ENG0053_000000016561	1513	0.5755524449006837	2	2	2	2	2	False	126840	fragment	False	ENG0053_000000016561	0.990301948500476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1316.0	99.24	87.0	0.006881178015813627	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0112_000000026958	1424	0.5755480299285282	2	2	2	2	2	False	32609	maximal	True	ISR0112_000000026958	1.0		12	5	False	False	0.9866573214530945	0					non-mobilizable	no_good_hit	156.0	74.359	11.0	2.2591732466326058e-05	CP034779.1	a-proteobacteria	Mesorhizobium sp. M7A.F.Ce.TU.012.03.2.1 chromosome	True	False
ISR0131_000000020670	1683	0.5755477685058576	3	2	2	2	1	False	31651	maximal	True	ISR0131_000000020670	1.0		1	1	False	False	0.9958407878875732	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000025257	1102	0.57554434939344	2	2	2	2	1	False	37397	fragment	False	ISR0024_000000025257	0.9376592422241159		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	81.425	100.0	0.0003335002349041164	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0016_000000012947	1738	0.5755424207821003	2	1	1	1	1	False	66787	fragment	False	ENG0016_000000012947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0145_000000002733	6051	0.575537952541201	6	6	4	6	6	False	81894	maximal	True	CHI0145_000000002733	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	81.467	64.0	0.0004593809317271324	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0074_000000005712	3795	0.5755365215754473	5	4	3	4	3	False	124365	maximal	True	ENG0074_000000005712	1.0		6	2	False	False	1.0	0					non-mobilizable	other	3802.0	95.686	100.0	0.021858836268964486	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0098_000000013738	3175	0.5755350980123803	4	3	3	2	3	True	75965	maximal	True	MAD0098_000000013738	1.0		2	1	False	False	0.9996850490570068	0					non-mobilizable	no_good_hit	425.0	92.941	13.0	0.0001427159175707866	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0210_000000004714	4364	0.5755326848109388	4	2	1	2	2	False	53750	fragment	False	ENG0210_000000004714	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	96.429	2.0	9.256667309800581e-05	NZ_FNFO01000003.1	CFB group bacteria	Catalinimonas alkaloidigena strain DSM 25186, whole genome shotgun sequence	True	False
CHI0064_000000004238	4127	0.575532433038189	5	5	4	4	4	False	114856	maximal	True	CHI0064_000000004238	1.0		15	6	False	False	1.0	0					non-mobilizable	other	4050.0	99.383	100.0	0.004422197508799605	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
FIJ0014_000000012158	2013	0.5755321842321459	1	1	1	1	1	False	50492	maximal	True	FIJ0014_000000012158	1.0		109	13	False	False	0.999006450176239	0					non-mobilizable	other	2013.0	98.609	100.0	0.0066624502054697	NZ_LT629842.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ISR0029_000000013240	3484	0.5755301053220396	4	4	4	4	3	False	116549	maximal	True	ISR0029_000000013240	1.0	PS777	55	7	False	True	1.0	0					non-mobilizable	chromosome	2104.0	97.243	99.0	0.0006096208784280304	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
MAD0097_000000013192	3042	0.5755280236137199	4	4	4	4	4	False	131651	maximal	True	MAD0097_000000013192	0.9833864050848738		111	13	False	False	0.9993425607681274	0					non-mobilizable	no_good_hit	503.0	87.07799999999999	17.0	0.0015460060479756596	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	True	False
ISR0306_000000002404	3705	0.5755272941052134	4	4	4	4	4	False	124468	maximal	True	ISR0306_000000002404	0.9820693056580153		49	10	False	False	0.9962213039398193	0					non-mobilizable	other	3703.0	99.001	99.0	0.008137969269760811	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0122_000000004461	3675	0.5755260118030504	4	4	4	4	3	True	101779	fragment	False	ENG0118_000000003587	0.9848284960422163		0	0	False	False	0.9991836547851562	0					non-mobilizable	chromosome	1529.0	92.413	100.0	0.00034789126212354376	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0792_000000011786	1335	0.5755253402620021	2	1	1	1	1	False	22033	fragment	False	ISR0792_000000011786	1.0		0	0	False	False	0.9985018968582153	0					non-mobilizable	chromosome	1335.0	96.854	100.0	0.0004532917510075887	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0090_000000017022	3350	0.5755217790930444	2	2	2	2	2	False	11416	maximal	False	MON0048_000000011220	0.9928981346690446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	77.101	45.0	0.0005307198205150734	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0322_000000001343	6253	0.5755216139315611	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9400362142817089	PS1142	0	0	True	True	0.9908843636512756	3					non-mobilizable	no_good_hit	2345.0	83.838	64.0	0.35233474833232264	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CAN0001_000000007607	6144	0.5755216139315611	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9500810419872355	PS1142	0	0	True	True	0.9998372197151184	288					non-mobilizable	no_good_hit	4079.0	84.48100000000001	68.0	0.6138568829593694	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0062_01_000000004226	6143	0.5755216139315611	6	4	3	3	3	True	132342	backbone	False	USA0065_01_000000001890	0.9955497718745631	PS1158	0	0	True	True	1.0	96					non-mobilizable	no_good_hit	3424.0	82.447	73.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0120_000000004169	6126	0.5755216139315611	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9513832469048403	PS1142	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	4149.0	84.695	68.0	0.6244693753790176	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0087_000000004480	6124	0.5755216139315611	6	4	3	3	3	True	132342	backbone	False	USA0065_01_000000001890	0.996117130713717	PS1158	0	0	True	True	0.9998366832733154	72					non-mobilizable	no_good_hit	3425.0	82.45299999999999	73.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0065_01_000000001890	6123	0.5755216139315611	6	4	3	3	3	True	132342	backbone	True	USA0065_01_000000001890	0.9966053950966071	PS1158	49	5	True	True	1.0	50					non-mobilizable	no_good_hit	3424.0	82.535	73.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0205_000000002054	6123	0.5755216139315611	6	4	3	3	3	True	132342	backbone	False	USA0065_01_000000001890	0.9960434124227989	PS1158	0	0	True	True	1.0	152					non-mobilizable	no_good_hit	3424.0	82.447	73.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0369_000000001456	6123	0.5755216139315611	6	4	3	3	3	True	132342	backbone	False	USA0065_01_000000001890	0.9964705901705795	PS1158	0	0	True	True	0.9993467330932617	11					non-mobilizable	no_good_hit	3424.0	82.506	73.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0032_000000003895	6123	0.5755216139315611	6	4	3	3	3	True	132342	backbone	False	USA0065_01_000000001890	0.9964646574683487	PS1158	0	0	True	True	1.0	513					non-mobilizable	no_good_hit	3424.0	82.477	73.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0062_000000005132	6123	0.5755216139315611	6	4	3	3	3	True	132342	backbone	False	USA0065_01_000000001890	0.996394842101537	PS1158	0	0	True	True	1.0	234					non-mobilizable	no_good_hit	3424.0	82.506	73.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0080_000000003767	6122	0.5755216139315611	6	4	3	3	3	True	132342	backbone	False	USA0065_01_000000001890	0.9965080120665233	PS1158	0	0	True	True	1.0	261					non-mobilizable	no_good_hit	3424.0	82.535	73.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0118_000000002315	6119	0.5755216139315611	6	4	3	3	3	True	132342	backbone	False	USA0065_01_000000001890	0.9953763650316733	PS1158	0	0	True	True	1.0	130					non-mobilizable	no_good_hit	3423.0	82.384	73.0	0.5151607034566403	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0090_000000003431	6015	0.5755216139315611	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9472997741075625	PS1142	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	2375.0	83.874	68.0	0.35688295936931475	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0044_01_000000004898	5989	0.5755216139315611	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9444768475687756	PS1142	0	0	True	True	0.9993321299552917	14					non-mobilizable	no_good_hit	2344.0	83.831	68.0	0.35218314129775624	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0125_01_000000004316	5989	0.5755216139315611	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9421845726544493	PS1142	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	2286.0	83.64	68.0	0.3436931473620376	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0038_000000003388	5958	0.5755216139315611	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.942201382775434	PS1142	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	2318.0	83.779	67.0	0.3485445724681625	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0252_000000001296	5816	0.5755216139315611	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9193764364444683	PS1142	0	0	True	True	0.999828040599823	1					non-mobilizable	no_good_hit	2343.0	83.824	67.0	0.35203153426318984	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0038_000000006213	4778	0.5755203591075754	5	5	3	3	5	False	116150	fragment	False	SPA0038_000000006213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	98.50399999999999	74.0	0.006833676183911512	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0015_000000010600	1650	0.5755198880491541	2	1	1	1	1	False	66855	fragment	False	ENG0015_000000010600	1.0		0	0	False	False	1.0	0					non-mobilizable	other	966.0	99.275	100.0	0.0003137415549876779	HE970764.1	firmicutes	Lactobacillus paracasei strain W56 genome assembly, CHRI	False	False
ENG0135_000000000306	33452	0.5755173308713768	45	37	17	26	32	False	97437	maximal	True	ENG0135_000000000306	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	9273.0	95.589	58.0	0.002589684716162334	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0104_000000009554	3698	0.5755070870541993	2	1	1	1	1	False	4842	maximal	True	SPA0104_000000009554	1.0		2	1	False	False	0.9991887211799622	0					non-mobilizable	no_good_hit	439.0	78.815	12.0	0.0069322429160144396	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
FIJ0021_000000022249	2179	0.5755059801785222	2	2	2	2	2	False	94780	maximal	True	FIJ0021_000000022249	1.0		377	14	False	False	0.9986231923103333	0					non-mobilizable	chromosome	1394.0	84.505	95.0	0.00044770014597796695	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0244_000000001889	8773	0.575500571583647	9	5	4	4	4	False	100638	fragment	False	ISR0244_000000001889	1.0		0	0	False	False	0.9998860359191895	0					non-mobilizable	no_good_hit	1210.0	92.975	13.0	0.0175955227379278	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0280_000000004447	2589	0.5754967024155394	4	4	4	4	2	False	26199	maximal	True	ISR0280_000000004447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	99.28299999999999	49.0	0.0004369365382779404	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ISR0359_000000011582	2267	0.5754920759544572	3	3	3	3	2	False	29961	maximal	True	ISR0359_000000011582	1.0		22	8	False	False	0.9982355833053589	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000012320	2271	0.5754880448081477	4	3	3	2	2	False	74580	maximal	True	ISR0060_000000012320	0.9901269393511989		64	11	False	False	0.9916336536407471	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	0.0002339728591483388	NZ_QSCB01000008.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf8, whole genome shotgun sequence	True	False
ISR0154_000000011525	1848	0.5754880448081477	4	3	3	2	2	False	70831	fragment	False	ISR0154_000000011525	1.0		0	0	False	False	0.9962121248245239	0					non-mobilizable	no_good_hit								True	False
ISR0395_000000029851	1288	0.5754872189136664	2	2	2	1	1	False	126057	fragment	False	SPA0047_000000021631	0.2852362378302117		0	0	False	False	0.97826087474823	0					non-mobilizable	other	1288.0	99.92200000000001	100.0	0.002915042479892549	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0052_000000005089	3160	0.5754839685667719	2	2	2	2	2	False	33256	maximal	True	MAD0052_000000005089	1.0		14	2	False	False	0.9996835589408875	0					non-mobilizable	no_good_hit	1029.0	94.655	72.0	0.00031980906030267377	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0097_000000006223	4978	0.5754819659539201	6	5	5	5	5	False	9282	maximal	True	MON0097_000000006223	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	89.13	2.0	3.458717678477605e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0025_000000000191	53949	0.5754818746009907	61	11	7	8	7	False	88385	fragment	False	ENG0025_000000000191	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1827.0	98.35799999999999	3.0	0.9994526546250684	GQ874447.1		Uncultured organism clone 1041059766705 genomic sequence	True	True
MAD0041_000000001038	15176	0.5754802548745338	11	10	8	7	6	True	19578	maximal	True	MAD0041_000000001038	1.0		6	1	False	False	0.9999340772628784	0					non-mobilizable	no_good_hit	2093.0	86.431	22.0	0.006715060599719938	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0066_000000004317	2905	0.5754790529196026	3	3	3	3	3	False	85208	maximal	True	CHI0066_000000004317	1.0		10	5	False	False	0.9996557831764221	0					non-mobilizable	no_good_hit	984.0	86.179	43.0	0.00021720997349860283	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0051_000000026388	1142	0.5754785318126814	1	1	1	1	1	False	64015	maximal	True	ENG0051_000000026388	1.0		1	1	False	False	0.9658493995666504	0					non-mobilizable	no_good_hit	50.0	88.0	4.0	3.133904044974721e-05	CP029984.1	high GC Gram+	Gardnerella vaginalis strain UGent 06.41 chromosome	True	False
MON0019_000000008210	6744	0.5754762673217473	8	8	6	7	6	False	94819	maximal	False	MON0007_000000005488	0.47898610537900677		0	0	False	False	0.9985172152519226	0					non-mobilizable	no_good_hit	3550.0	92.76100000000001	77.0	0.001260538173932897	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MAD0063_000000007467	1767	0.5754754329489523	2	2	2	1	1	False	16710	maximal	True	MAD0063_000000007467	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	91.429	4.0	0.0007547500027346015	NZ_QIBZ01000009.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_009, whole genome shotgun sequence	True	False
ENG0138_000000012553	1567	0.5754751931061087	2	2	2	2	2	False	57913	maximal	True	ENG0138_000000012553	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0041_000000033199	1965	0.5754747645765642	3	2	1	2	1	False	11803	fragment	False	MON0041_000000033199	1.0		0	0	False	False	0.9994910955429077	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000021703	1326	0.5754740453325932	1	1	1	1	1	False	85949	maximal	True	DEN0017_000000021703	1.0		3	1	False	False	0.9826545715332031	0					non-mobilizable	no_good_hit	1146.0	98.34200000000001	86.0	0.0003179654653403758	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0052_000000019704	1191	0.575472057257515	2	2	2	2	1	False	17246	maximal	True	MAD0052_000000019704	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000015684	2815	0.5754696916935403	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.8941114757321562		0	0	False	False	0.9975132942199707	0					non-mobilizable	other	2689.0	99.182	100.0	0.03342743088804049	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0051_000000019288	1494	0.5754669998813234	3	1	1	1	1	True	31942	fragment	False	MAD0051_000000019288	1.0		0	0	False	False	0.993306577205658	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ISR0088_000000021167	1193	0.5754661318087436	2	2	2	1	1	False	33771	maximal	True	ISR0088_000000021167	1.0		15	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0140_000000009542	1842	0.5754641540806308	3	2	2	2	2	True	57794	maximal	True	ENG0140_000000009542	1.0		9	5	False	False	0.9885993599891663	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	0.00017166164742936683	NZ_JHYG01000006.1	a-proteobacteria	Acidocella facilis ATCC 35904 T331DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	True
ISR0089_000000006926	3569	0.5754610326890324	3	3	3	3	3	False	62044	maximal	True	ISR0089_000000006926	1.0		92	13	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	73.58	11.0	0.0016251487667747362	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ENG0129_000000012062	2220	0.5754604566866371	3	3	3	3	3	False	122068	maximal	True	ENG0129_000000012062	1.0		4	3	False	False	0.9878378510475159	0					non-mobilizable	no_good_hit	1338.0	99.77600000000001	60.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0183_000000010053	3364	0.5754589735703916	4	4	4	3	3	False	93802	maximal	True	ISR0183_000000010053	1.0	PS496	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1311.0	80.625	39.0	0.0004512245366184331	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	True
CHI0107_000000008222	1769	0.5754493864203929	2	2	2	2	1	False	92342	fragment	False	SPA0062_000000017615	0.8076664779432444		0	0	False	False	0.9700395464897156	0					non-mobilizable	no_good_hit	877.0	79.133	80.0	0.00021804630510624803	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0055_000000017025	1826	0.5754490637196321	2	2	2	2	1	False	6395	maximal	True	SPA0055_000000017025	1.0		3	2	False	False	0.9978094100952148	0					non-mobilizable	no_good_hit	1047.0	86.15100000000001	59.0	0.000292216880292586	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0083_01_000000001724	14799	0.5754445570426195	20	6	1	6	1	False	506	maximal	True	USA0083_01_000000001724	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0020_000000016844	2176	0.5754418961117014	3	3	2	3	1	False	91876	fragment	False	CAN0020_000000016844	1.0		0	0	False	False	0.9967830777168274	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	2.0	2.4174111989082425e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
MON0030_000000009605	3517	0.5754356150341727	4	4	4	4	4	False	81280	maximal	False	MON0028_000000006482	0.6983605072598259		0	0	False	False	0.9968723058700562	0					non-mobilizable	no_good_hit	946.0	74.63	39.0	0.0003602982399741579	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ENG0171_000000019145	1270	0.5754337611956734	3	3	3	2	2	True	55756	maximal	True	ENG0171_000000019145	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0047_000000005931	4932	0.575431631424174	7	6	5	4	2	True	93414	fragment	False	FIJ0047_000000005931	1.0		0	0	False	False	0.9955393075942993	0					non-mobilizable	no_good_hit	2696.0	80.267	54.0	0.004394769503836418	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MON0076_000000041515	1166	0.5754229621884975	1	1	1	1	1	False	10265	maximal	True	MON0076_000000041515	1.0		171	13	False	False	0.9905660152435303	0					non-mobilizable	other	1166.0	97.77	100.0	0.00025098822574376537	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0057_000000003350	7408	0.5754203510204753	6	6	6	5	5	False	46174	maximal	True	FIJ0057_000000003350	1.0		4	1	False	False	0.9886609315872192	0					non-mobilizable	no_good_hit	3017.0	89.52600000000001	68.0	0.25491026075177786	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
ENG0122_000000011910	2375	0.5754185450808043	3	2	1	2	1	False	59074	maximal	True	ENG0122_000000011910	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	95.73299999999999	30.0	0.002087279192918712	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	True	False
DEN0040_000000004936	1676	0.5754183700981633	4	4	3	3	3	False	73191	maximal	True	DEN0040_000000004936	1.0		12	4	False	False	1.0	0					non-mobilizable	other	1686.0	82.8	100.0	0.011110079329282853	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	False	False
ISR0153_000000021849	1340	0.5754156463425	2	2	2	2	2	False	30659	fragment	False	ISR0153_000000021849	1.0		0	0	False	False	0.9970149397850037	0					non-mobilizable	no_good_hit	418.0	77.512	31.0	0.00014945889413352283	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
FIJ0160_000000010205	1812	0.5754156319157081	3	2	0	2	0	True	39334	fragment	False	FIJ0160_000000010205	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1825.0	94.575	100.0	0.0004253093349683129	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
SPA0108_000000014958	1914	0.5754133475035391	3	3	3	3	1	True	4682	maximal	True	SPA0108_000000014958	1.0		10	4	False	False	0.9994775056838989	0					non-mobilizable	other	1914.0	99.68700000000001	100.0	0.0005376141622127783	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0130_000000003659	6184	0.5754085991945005	5	5	2	5	3	False	45925	maximal	True	FIJ0130_000000003659	1.0		22	4	False	False	1.0	0					non-mobilizable	no_good_hit	4123.0	82.78	89.0	0.02045672213575961	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	True	False
CHI0076_000000001421	4847	0.5754052626659599	10	2	1	1	2	False	84622	fragment	False	CHI0076_000000001421	1.0		0	0	False	False	0.9966989755630493	0					non-mobilizable	no_good_hit								True	False
ISR0365_000000008488	1923	0.5754017042648695	2	2	1	2	1	False	23653	fragment	False	ISR0365_000000008488	1.0		0	0	False	False	0.9739989638328552	0					non-mobilizable	no_good_hit	209.0	99.522	11.0	0.0017346198430502624	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
ISR0180_000000007263	3007	0.5754015346924036	2	2	2	2	2	False	76011	maximal	False	ISR0006_000000005607	0.7029639587524869		0	0	False	False	1.0	0					non-mobilizable	other	3001.0	98.6	99.0	0.013567723290806058	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
AST0050_000000009369	1454	0.5753986631190592	2	2	2	2	2	False	114719	fragment	False	AST0050_000000009369	1.0		0	0	False	False	0.9903714060783386	0					non-mobilizable	other	1435.0	94.007	99.0	0.00036530958838039613	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
ENG0013_000000001199	14669	0.5753985154639399	20	9	4	6	7	False	67022	maximal	True	ENG0013_000000001199	1.0		1	1	False	False	0.999931812286377	0					non-mobilizable	no_good_hit	3294.0	78.689	45.0	0.0007086282213431644	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0224_000000019740	1574	0.5753956202019416	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.06174747349065718		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	98.602	100.0	0.003289164159193036	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0095_000000002578	7898	0.5753897339005221	8	4	2	2	3	False	112086	maximal	True	ISR0095_000000002578	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	82.70700000000001	3.0	0.287596048298573	GQ878135.1		Uncultured organism clone VC1BV59TR genomic sequence	True	False
ISR0019_000000009222	1895	0.5753808126829189	3	3	3	3	3	False	37734	maximal	True	ISR0019_000000009222	1.0		29	6	False	False	0.9984169006347656	0					non-mobilizable	other	1482.0	85.29	100.0	0.001935869724886156	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
ISR0021_000000004848	4524	0.5753787617850848	7	6	6	6	6	False	120053	fragment	False	ISR0021_000000004848	1.0		0	0	False	False	0.9993368983268738	0					non-mobilizable	no_good_hit	1795.0	98.60700000000001	69.0	0.0022687838610300328	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
CHI0154_000000011838	2639	0.5753781516183208	3	3	3	2	2	False	79186	maximal	True	CHI0154_000000011838	1.0		62	9	False	False	1.0	0					non-mobilizable	no_good_hit	1369.0	92.038	55.0	0.003089446730826291	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0058_000000012591	3125	0.5753707620548774	7	6	3	2	5	False	125000	fragment	False	FIJ0058_000000012591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	90.064	60.0	0.30127893799579086	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0095_000000021855	1447	0.575370496780902	2	2	2	2	2	False	41094	maximal	True	MON0095_000000021855	1.0		2	2	False	False	0.9799585342407227	0					non-mobilizable	no_good_hit	44.0	93.182	3.0	0.00024479946843544	LN594450.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001670	True	False
MON0060_000000009087	3895	0.5753693877649362	4	4	4	4	3	False	89440	fragment	False	MON0003_000000002990	0.9573060650934355		0	0	False	False	0.9930680394172668	0					non-mobilizable	no_good_hit	790.0	97.848	20.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
MON0039_000000012453	3628	0.5753669427533343	7	4	2	3	2	False	11953	maximal	True	MON0039_000000012453	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	80.704	62.0	0.0002628435821756524	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0244_000000013863	1830	0.5753632652430775	2	2	2	2	2	False	27184	fragment	False	ISR0244_000000013863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	72.09100000000001	55.0	0.0003206964355733084	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
ISR0351_000000006080	2279	0.5753631508971356	4	3	2	2	0	False	24075	maximal	True	ISR0351_000000006080	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	983.0	90.539	43.0	0.0023222868226267274	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
FIJ0144_000000007248	4368	0.5753560314697799	7	5	5	3	3	False	86836	fragment	False	CHI0049_000000002684	0.4104512059349993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	90.78200000000001	28.0	0.00030205862125060035	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0172_000000014670	1884	0.5753548934714459	3	3	3	3	1	False	38733	maximal	True	FIJ0172_000000014670	1.0		7	1	False	False	0.9989384412765503	0					non-mobilizable	no_good_hit	480.0	86.875	25.0	0.0001297007007093923	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MON0069_000000002698	11374	0.5753489086026059	12	10	9	10	9	False	125093	fragment	False	ENG0157_000000001732	0.9578574406002501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.51799999999999	6.0	0.000253768836409649	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0039_000000011572	2198	0.5753488777271099	2	2	2	2	2	False	64940	fragment	False	ENG0039_000000011572	1.0		0	0	False	False	0.9818016290664673	0					non-mobilizable	other	2178.0	88.2	99.0	0.0013060906941188585	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
CHI0061_000000003632	1997	0.575348773237306	3	3	2	3	1	False	121132	maximal	True	CHI0061_000000003632	1.0		5	1	False	False	0.9954932332038879	0					non-mobilizable	no_good_hit	1656.0	99.155	83.0	0.0005216520262635247	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0087_000000010550	2670	0.5753430032003466	5	3	3	3	3	False	15996	maximal	True	MAD0087_000000010550	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	83.009	36.0	0.00036895105693066955	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
USA0125_01_000000014858	1583	0.5753420025723933	2	2	2	2	1	False	121153	fragment	False	ENG0127_000000016823	0.6557343359951454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	70.766	35.0	0.02781002372179882	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
CHI0109_000000014080	1407	0.5753320182235432	2	2	2	2	1	False	82739	maximal	True	CHI0109_000000014080	1.0		6	3	False	False	0.98365318775177	0					non-mobilizable	no_good_hit	501.0	71.85600000000001	35.0	0.00012160823954665625	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0343_000000006880	2481	0.5753288582548142	6	2	1	2	1	True	50196	fragment	False	ISR0343_000000006880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000006728	4406	0.5753246529648579	6	5	4	5	5	False	46805	maximal	True	FIJ0048_000000006728	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4296.0	99.90700000000001	98.0	0.0008358130417581536	CP025840.1	enterobacteria	Escherichia coli strain 214-4 chromosome, complete genome	False	False
ISR0022_000000001388	17526	0.5753229272145234	22	8	7	7	7	False	66051	maximal	True	ISR0022_000000001388	1.0		7	3	True	True	0.99994295835495	18					non-mobilizable	no_good_hit	7112.0	98.69200000000001	73.0	0.428080747213016	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	True
ISR0247_000000010720	1339	0.5753184290284561	3	3	3	3	3	False	27096	maximal	True	ISR0247_000000010720	1.0		116	8	False	False	0.9656460285186768	0					non-mobilizable	other	1312.0	88.796	97.0	0.009435056088582278	NZ_PYLP01000005.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_4, whole genome shotgun sequence	False	False
FIJ0057_000000015351	2148	0.5753158648372009	2	2	2	2	1	False	46134	maximal	True	FIJ0057_000000015351	1.0		60	6	False	False	0.9990689158439636	0					non-mobilizable	no_good_hit	1262.0	74.01	58.0	0.0027172906411454894	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0011_000000003972	10027	0.5753155569924653	8	3	3	3	1	True	51024	maximal	True	FIJ0011_000000003972	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.322852702077174e-06	CP047027.1	CFB group bacteria	Cellulophaga sp. L1A9 chromosome, complete genome	True	True
FIJ0126_000000001393	20004	0.5753131075250673	20	11	6	6	10	False	125584	maximal	True	FIJ0126_000000001393	0.9918534635429843		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	89.96	1.0	0.00010784630060884936	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0186_000000015182	2010	0.5753119662552821	4	4	3	2	3	False	29331	fragment	False	ISR0186_000000015182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	95.95299999999999	47.0	0.0011849779697799	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
CAN0007_000000017270	2369	0.5753112536576341	3	2	2	2	2	False	95338	maximal	True	CAN0007_000000017270	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1667.0	73.005	69.0	0.0005885256415518376	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
ISR0289_000000002451	3179	0.5753101332838364	4	4	4	4	2	False	73171	maximal	True	ISR0289_000000002451	1.0		26	7	False	False	0.9886757135391235	0					non-mobilizable	no_good_hit	887.0	76.09899999999999	28.0	0.0002355465012274827	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0019_000000020438	1421	0.5753096781558046	2	2	2	2	2	False	45154	maximal	False	SPA0010_000000016865	0.952860572284981		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	99.93	100.0	0.030502867699181577	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0146_000000000771	17915	0.5753079432887734	18	6	3	6	2	True	49839	maximal	True	FIJ0146_000000000771	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	96.429	0.0	1.5856792978035458e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
MON0064_000000003140	6600	0.575302816591724	8	4	4	4	1	True	96534	maximal	True	MON0064_000000003140	1.0		1	1	False	False	0.9912121295928955	0					non-mobilizable	no_good_hit	4972.0	98.089	75.0	0.0014539489135355762	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0398_000000007342	3141	0.5752978265376721	4	4	4	4	3	False	22623	maximal	True	ISR0398_000000007342	1.0		101	9	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	87.34899999999999	26.0	0.00038522705543818413	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0026_000000016391	2520	0.5752961330461958	3	2	2	2	2	False	65886	fragment	False	ISR0112_000000012854	0.9749928105118164		0	0	False	False	0.9884920716285706	0					non-mobilizable	no_good_hit	881.0	74.234	35.0	0.002667253279071686	NZ_FRDE01000001.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
AUS0002_000000001861	12474	0.5752957692351834	7	5	4	4	3	False	103156	maximal	True	AUS0002_000000001861	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	98.837	1.0	0.002486179765421627	KF176929.1	bacteria	Uncultured bacterium EB2 genomic sequence	True	False
AST0108_000000003068	6545	0.5752940962702741	3	2	2	2	1	False	128410	fragment	False	ISR0064_000000002339	0.9668219418323021		0	0	False	False	0.9986249208450317	0					non-mobilizable	no_good_hit	708.0	99.294	11.0	0.998587570621469	EU060790.1	bacteria	Uncultured bacterium clone LM0ABA36ZB05RM1 genomic sequence	True	False
CHI0111_000000005302	5811	0.5752940962702741	2	2	2	2	1	False	128410	fragment	False	ISR0064_000000002339	0.5701612300791524		0	0	False	False	0.9979349374771118	0					non-mobilizable	no_good_hit	708.0	99.15299999999999	12.0	0.998587570621469	EU060790.1	bacteria	Uncultured bacterium clone LM0ABA36ZB05RM1 genomic sequence	True	False
MON0069_000000008915	4788	0.5752940962702741	3	2	2	2	1	False	128409	fragment	False	ENG0016_000000004451	0.9815877595150958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	99.25399999999999	6.0	0.3771186440677966	EU060790.1	bacteria	Uncultured bacterium clone LM0ABA36ZB05RM1 genomic sequence	True	False
CHI0174_000000005232	2909	0.5752940962702741	3	2	2	2	1	False	128406	fragment	False	ISR0150_000000006789	0.7290045304046929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0020_000000020132	1796	0.5752940170403438	2	2	2	2	2	False	91850	maximal	True	CAN0020_000000020132	1.0		7	4	False	False	0.99387526512146	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	6.318038505375929e-06	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	False
USA0065_01_000000005805	1972	0.5752928492709262	5	5	2	3	4	False	128427	maximal	False	DEN0081_000000003447	0.34818281831929765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1972.0	99.13799999999999	100.0	0.000438648419841953	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0003_000000008277	3344	0.5752898041693743	5	3	2	2	2	True	126304	fragment	False	MON0106_000000011913	0.6429070580013976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	93.506	2.0	2.288214461093881e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0067_000000012943	1626	0.57528792928352	2	2	2	2	1	False	6030	maximal	True	SPA0067_000000012943	1.0		2	1	False	False	0.990774929523468	0					non-mobilizable	other	1632.0	93.995	100.0	0.0011487492418255003	NZ_FOZH01000001.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
AUS0016_000000002644	7874	0.5752840240258791	6	5	5	5	3	False	100659	maximal	True	AUS0016_000000002644	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	77.18	7.0	0.0002915359404194617	NZ_CP012074.1	CFB group bacteria	Prevotella fusca JCM 17724 strain W1435 chromosome 1, complete sequence	True	False
MON0093_000000000484	29239	0.5752837385927018	20	11	8	8	10	False	58483	maximal	True	MON0093_000000000484	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8351.0	86.205	69.0	0.0033941152584291627	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
USA0119_01_000000020915	1173	0.5752816428015294	2	2	2	1	1	False	219	fragment	False	USA0119_01_000000020915	1.0		0	0	False	False	0.9957374334335327	0					non-mobilizable	no_good_hit	920.0	74.565	76.0	0.009458776444861625	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0021_000000004795	6009	0.5752804631310195	9	7	5	2	3	True	7693	fragment	False	SPA0021_000000004795	1.0		0	0	False	False	0.9968380928039551	0					non-mobilizable	plasmid	3571.0	99.244	99.0	0.11494252873563218	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0087_01_000000002350	5349	0.5752802010893426	5	3	3	3	3	False	111914	maximal	True	USA0087_01_000000002350	1.0	PS714	11	6	False	True	0.9998130202293396	0					non-mobilizable	no_good_hit	1159.0	95.08200000000001	22.0	0.00026199972306765025	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ENG0090_000000004417	4705	0.5752802010893426	6	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.6870950720112604	PS714	0	0	False	True	0.9982996582984924	0					non-mobilizable	no_good_hit	199.0	93.97	4.0	0.07197382769901854	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	True
USA0069_01_000000013080	4698	0.5752802010893426	6	3	3	3	3	False	111915	maximal	True	USA0069_01_000000013080	1.0	PS714	5	2	False	True	0.9963814616203308	0					non-mobilizable	no_good_hit								True	True
FIJ0126_000000007641	4516	0.5752802010893426	6	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.6886875185451169	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0032_000000007878	4348	0.5752802010893426	6	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.7081221016820053	PS714	0	0	False	True	0.9995400309562683	0					non-mobilizable	no_good_hit								True	True
ISR0785_000000007203	4327	0.5752802010893426	6	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.6210103250347175	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0030_000000007247	4176	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.6399193799200916	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0144_000000003301	4124	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.6553701580472375	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0066_000000004424	4017	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5881499129293574	PS714	0	0	False	True	0.997261643409729	0					non-mobilizable	no_good_hit								True	True
ISR0850_000000003604	3981	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.6057684794402766	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0152_000000005592	3980	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.6269538881600923	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000014228	3948	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.6273041243146499	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0020_000000007149	3941	0.5752802010893426	5	3	3	3	3	False	111917	maximal	True	AUS0020_000000007149	1.0	PS714	2	1	False	True	0.9992387890815735	0					non-mobilizable	no_good_hit	463.0	90.49700000000001	12.0	0.001714947512212505	NZ_DS544188.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_21, whole genome shotgun sequence	True	True
FIJ0004_000000006854	3888	0.5752802010893426	6	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5821662447253932	PS714	0	0	False	True	0.9938271641731262	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000006136	3850	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5609590687022992	PS714	0	0	False	True	0.9971428513526917	0					non-mobilizable	no_good_hit								True	True
USA0133_01_000000006758	3807	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.6409594350650739	PS714	0	0	False	True	0.9997373223304749	0					non-mobilizable	no_good_hit								True	True
MON0027_000000010026	3797	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5440369372402257	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0061_000000010346	3772	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5796963001442547	PS714	0	0	False	True	0.9994697570800781	0					non-mobilizable	no_good_hit								True	True
USA0058_01_000000005533	3703	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5612227442588041	PS714	0	0	False	True	0.9972994923591614	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.0170527401661475e-05	CP022861.1	ascomycetes	Parastagonospora nodorum isolate Sn79-1087 chromosome 11, complete sequence	True	True
MON0041_000000014567	3688	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.521072082230794	PS714	0	0	False	True	0.9959327578544617	0					non-mobilizable	no_good_hit								True	True
MON0090_000000015245	3688	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5229010963639872	PS714	0	0	False	True	0.9994577169418335	0					non-mobilizable	no_good_hit								True	True
FIJ0087_000000008440	3648	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5391837794131739	PS714	0	0	False	True	0.9991776347160339	0					non-mobilizable	no_good_hit								True	True
CHI0132_000000008822	3625	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.4787778707723938	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0146_000000010745	3613	0.5752802010893426	5	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5190560811484514	PS714	0	0	False	True	0.999169647693634	0					non-mobilizable	no_good_hit								True	True
ENG0152_000000006258	3576	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.47901712008859215	PS714	0	0	True	True	0.998881459236145	1					non-mobilizable	no_good_hit								True	True
ISR0131_000000007992	3489	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.4396003958463653	PS714	0	0	False	True	0.9997133612632751	0					non-mobilizable	no_good_hit								True	True
MON0036_000000005508	3479	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.4392210453975376	PS714	0	0	False	True	0.9997125864028931	0					non-mobilizable	no_good_hit								True	True
SPA0023_000000007095	3479	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.4393358958930364	PS714	0	0	False	True	0.9997125864028931	0					non-mobilizable	no_good_hit								True	True
MON0050_000000008837	3479	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.43945074638853515	PS714	0	0	False	True	0.9994251132011414	0					non-mobilizable	no_good_hit								True	True
CHI0111_000000008799	3479	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.43900849958659816	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0062_000000011497	3472	0.5752802010893426	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.4381963475231683	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0070_000000008485	2436	0.5752783064270075	4	1	0	1	1	True	34911	fragment	False	ISR0070_000000008485	1.0		0	0	False	False	0.9930213689804077	0					non-mobilizable	no_good_hit	590.0	97.458	24.0	0.08929654335961189	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0047_000000028572	1105	0.5752783064270075	2	1	0	1	1	True	46829	fragment	False	FIJ0047_000000028572	1.0		0	0	False	False	0.9891402721405029	0					non-mobilizable	no_good_hit	75.0	89.333	7.0	2.1451233953245006e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0026_000000000175	36652	0.5752780085937433	33	10	3	10	5	False	7548	fragment	False	SPA0026_000000000175	0.999945432718542		0	0	False	False	0.9999454617500305	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.0005396278308701934	NC_021799.1	viruses	Cellulophaga phage phi19:1, complete genome	True	False
SPA0028_000000000171	36652	0.5752780085937433	33	10	3	10	5	False	7548	fragment	False	SPA0026_000000000175	0.999945432718542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	0.0005396278308701934	NC_021799.1	viruses	Cellulophaga phage phi19:1, complete genome	True	False
MON0050_000000027531	1451	0.5752704462054411	2	2	1	2	1	True	11317	maximal	True	MON0050_000000027531	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	4.0	5.293701751048871e-05	AP017459.1	bacteria	Candidatus Endomicrobium trichonymphae DNA, complete genome, strain: Rs-D17	True	True
ISR0194_000000003312	6242	0.5752703751947384	9	8	7	6	6	True	129451	fragment	False	ISR0357_000000002775	0.32430226031940407		0	0	False	False	0.9966356754302979	0					non-mobilizable	other	6221.0	99.791	99.0	0.0019916702075915937	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
AST0046_000000011496	1437	0.5752700064435443	2	2	2	2	2	False	117974	fragment	False	ISR0155_000000012819	0.42116882105755427		0	0	False	False	0.9979122877120972	0					non-mobilizable	chromosome	1437.0	100.0	100.0	0.0003996433266800326	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
AUS0014_000000008445	3712	0.5752667347500388	4	4	3	3	4	False	125705	maximal	True	AUS0014_000000008445	1.0		677	14	False	False	0.9997305870056152	0					non-mobilizable	no_good_hit	2390.0	85.397	64.0	0.000761960507625568	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0153_000000005435	5100	0.5752619230131888	7	7	6	6	5	False	104686	maximal	True	FIJ0153_000000005435	1.0		10	5	False	False	0.9941176176071167	0					non-mobilizable	no_good_hit	1110.0	78.19800000000001	22.0	0.009604500095783772	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
ISR0051_000000029824	1211	0.5752605215162554	2	1	1	1	1	False	35820	fragment	False	ISR0051_000000029824	1.0		0	0	False	False	0.98100745677948	0					non-mobilizable	other	1139.0	99.824	94.0	0.004210822331419099	NZ_PYLP01000002.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_1, whole genome shotgun sequence	False	False
FIJ0158_000000002773	6250	0.5752586384786821	13	8	0	1	8	False	132323	maximal	True	FIJ0158_000000002773	1.0	PS1156	1	1	False	True	1.0	0	rep_cluster_663				non-mobilizable	no_good_hit	3146.0	98.729	69.0	0.08385995787003707	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	True	True
CHI0049_000000001386	9767	0.5752559857399966	8	6	5	6	4	False	130488	fragment	False	CHI0076_000000000512	0.8987775196150285		0	0	False	False	0.9993857145309448	0					non-mobilizable	other	8824.0	99.96600000000001	100.0	0.014078686180771415	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0808_000000001777	6878	0.5752558188947434	12	5	3	5	3	False	50722	maximal	True	ISR0808_000000001777	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	88.506	1.0	0.0003264798177858523	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	True	False
ISR0241_000000013364	1234	0.5752551450827887	2	2	2	1	1	False	27244	maximal	True	ISR0241_000000013364	1.0		3	1	False	False	0.9781199097633362	0					non-mobilizable	chromosome	1222.0	82.897	99.0	0.0003848562683188905	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0057_000000006831	4310	0.5752515462829009	5	4	1	3	4	False	65213	fragment	False	SPA0057_000000006831	1.0		0	0	False	False	0.9974477887153625	0					non-mobilizable	no_good_hit	815.0	89.448	48.0	0.01622993743878795	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0197_000000007884	3135	0.5752435407121215	3	3	2	3	2	False	91877	fragment	False	ISR0197_000000007884	1.0		0	0	False	False	0.9996809959411621	0					non-mobilizable	no_good_hit								True	False
USA0041_01_000000009135	2019	0.5752403793039577	3	3	3	3	1	False	91006	fragment	False	USA0041_01_000000009135	0.981913770366131		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	90.20299999999999	94.0	0.00048555217621591826	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0188_000000012002	2157	0.5752337514770886	4	2	2	2	2	False	54908	maximal	False	SPA0114_000000021848	0.9239881123969661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	3.0	8.905887825571826e-06	CP021121.1	high GC Gram+	Streptomyces sp. SCSIO 3032 strain SCSIO 03032 chromosome, complete genome	True	False
ISR0260_000000008824	1691	0.5752334766665183	1	1	1	1	1	True	116469	maximal	True	ISR0260_000000008824	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	90.426	72.0	0.0010455402301218595	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
FIJ0023_000000028124	1243	0.5752302377492852	2	1	1	1	1	False	49296	fragment	False	FIJ0023_000000028124	1.0		0	0	False	False	0.9879324436187744	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000032918	1156	0.5752302377492852	1	1	1	1	1	False	48329	fragment	False	FIJ0032_000000032918	0.9693599199359405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0048_01_000000009966	1598	0.5752302291686193	3	2	2	1	1	False	13294	fragment	False	USA0048_01_000000009966	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1598.0	99.81200000000001	100.0	0.00030681211264250335	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
MON0017_000000014614	1350	0.5752302291686193	3	2	2	1	1	False	13293	fragment	False	MON0017_000000014614	1.0		0	0	False	False	0.9444444179534912	0					non-mobilizable	other	1350.0	100.0	100.0	0.00025106451166835814	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ISR0275_000000007277	1929	0.575227843460333	3	2	1	2	2	False	41505	fragment	False	ISR0275_000000007277	0.9909914592726173		0	0	False	False	0.9616381525993347	0					non-mobilizable	chromosome	1887.0	99.152	98.0	0.0006078923508383338	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0010_000000003175	5748	0.5752244456536388	5	5	2	5	5	False	88522	maximal	True	ENG0010_000000003175	1.0		1	1	False	False	0.9998260140419006	0					non-mobilizable	no_good_hit	3026.0	97.819	80.0	0.027501750111370724	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	True	False
FIJ0074_000000013111	2425	0.5752168269312135	4	4	4	3	1	False	120974	fragment	False	FIJ0153_000000010210	0.9302655112377334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1176.0	92.09200000000001	91.0	0.00037035717876715503	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0047_000000000811	2542	0.5752158507123589	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.957596119533925	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2542.0	98.93799999999999	100.0	0.0007365889929080481	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
SPA0129_000000012781	2043	0.5752149507917598	3	2	1	2	2	False	114819	fragment	False	USA0023_01_000000011363	0.10444378793438207		0	0	False	False	1.0	0					non-mobilizable	plasmid	901.0	98.89	98.0	0.1087219135056777	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
MON0031_000000018979	1692	0.5752137125203832	3	2	2	2	1	False	12448	fragment	False	MON0031_000000018979	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	99.586	100.0	0.0004622694120348602	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
USA0072_01_000000012336	1436	0.5752110840199234	1	1	1	1	1	False	69075	fragment	False	USA0072_01_000000012336	0.9723636363636363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	82.963	9.0	4.724759821770777e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MAD0102_000000016390	1345	0.5752088634556927	2	2	2	2	2	False	14974	maximal	True	MAD0102_000000016390	1.0		19	4	False	False	1.0	0					non-mobilizable	plasmid	1345.0	100.0	100.0	0.014455032373249585	CP030285.1	enterobacteria	Escherichia coli strain E308 plasmid pLKSZ04, complete sequence	False	True
SPA0075_000000002222	6140	0.5752025326580313	6	6	5	4	6	False	93796	maximal	True	SPA0075_000000002222	1.0	PS496	3	3	False	True	0.9998371601104736	0					non-mobilizable	no_good_hit	4778.0	91.50299999999999	78.0	0.0019266283761378846	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	True
CAN0006_000000008859	5092	0.5751991791921551	8	5	3	3	4	True	128120	maximal	True	CAN0006_000000008859	1.0		1	1	True	True	0.9992144703865051	3					non-mobilizable	chromosome	2910.0	91.34	91.0	0.44057004244996967	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0043_000000013133	2091	0.5751985294209225	3	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.4886838061055811		0	0	False	False	1.0	0					non-mobilizable	other	2089.0	97.89399999999999	99.0	0.012026679876046862	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0004_000000012866	2047	0.5751985294209225	3	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.3749886980628726		0	0	False	False	1.0	0					non-mobilizable	other	1931.0	97.721	98.0	0.011116615019526075	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0018_000000017056	2019	0.5751985294209225	3	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.3642759093138016		0	0	False	False	1.0	0					non-mobilizable	other	2019.0	97.62299999999999	100.0	0.011623486585183222	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0031_000000011742	1972	0.5751985294209225	2	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.44798599513573456		0	0	False	False	0.9888437986373901	0					non-mobilizable	other	1763.0	98.015	99.0	0.010148951121453339	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0101_000000014406	1937	0.5751985294209225	3	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.431825238685279		0	0	False	False	0.9994837641716003	0					non-mobilizable	other	1937.0	97.83200000000001	100.0	0.011151174444457243	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0126_000000009491	1934	0.5751985294209225	4	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.35013944002190805		0	0	False	False	0.9968976378440857	0					non-mobilizable	other	1860.0	97.84899999999999	99.0	0.01070766182450724	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0007_000000013566	1909	0.5751985294209225	2	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.3205874220473749		0	0	False	False	1.0	0					non-mobilizable	other	1709.0	97.835	90.0	0.009837916297072816	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0147_000000010264	1863	0.5751985294209225	4	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.3472246364748368		0	0	False	False	0.9994632601737976	0					non-mobilizable	other	1863.0	97.79899999999999	100.0	0.010724941536972826	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0362_000000011382	1856	0.5751985294209225	2	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.3198302941467248		0	0	False	False	1.0	0					non-mobilizable	other	1709.0	98.479	92.0	0.009837916297072816	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0346_000000013040	1810	0.5751985294209225	2	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.39079904028083773		0	0	False	False	1.0	0					non-mobilizable	other	1810.0	98.398	100.0	0.010419666616747498	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0081_000000014777	1747	0.5751985294209225	2	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.2931892995534147		0	0	False	False	0.998282790184021	0					non-mobilizable	other	1747.0	97.539	100.0	0.01005679265497022	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0014_000000009867	1679	0.5751985294209225	2	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.24312144613726971		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	98.33200000000001	100.0	0.009665119172416971	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0052_000000013439	1571	0.5751985294209225	3	2	2	2	2	False	124353	fragment	False	FIJ0039_000000009941	0.21554416532728093		0	0	False	False	0.9872692823410034	0					non-mobilizable	other	1572.0	92.494	100.0	0.009043049523655927	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0021_000000029001	1510	0.5751951953432705	2	1	1	1	1	True	91473	maximal	True	CAN0021_000000029001	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1049.0	91.325	99.0	0.002785485677495564	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	True
DEN0061_000000034292	1281	0.5751951953432705	1	1	1	1	1	True	71792	maximal	True	DEN0061_000000034292	1.0		9	6	False	False	1.0	0					non-mobilizable	other	1329.0	91.49700000000001	100.0	0.0034585782051043293	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	True
ISR0356_000000002909	5332	0.5751940381410564	6	6	3	3	5	True	132343	maximal	True	ISR0356_000000002909	1.0	PS1158	1	1	True	True	0.9973743557929993	1					non-mobilizable	no_good_hit	1574.0	84.37100000000001	78.0	0.23681018799272285	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0011_000000019382	1475	0.5751929217591584	2	1	1	1	1	False	67142	maximal	True	ENG0011_000000019382	1.0		1	1	False	False	0.9979661107063293	0					non-mobilizable	no_good_hit	358.0	99.721	24.0	7.11659210524742e-05	CP026238.1	enterobacteria	Citrobacter freundii complex sp. CFNIH9 chromosome, complete genome	True	False
ISR0280_000000003244	3150	0.5751927567772479	8	3	0	1	3	False	104996	maximal	True	ISR0280_000000003244	1.0		4	2	True	True	1.0	2					non-mobilizable	no_good_hit	68.0	92.647	2.0	0.024301777294160318	HG796792.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00035	True	True
MAD0002_000000013099	2760	0.5751922898848376	4	3	2	3	3	False	20212	maximal	True	MAD0002_000000013099	1.0		6	2	False	False	0.9985507130622864	0					non-mobilizable	no_good_hit	94.0	88.29799999999999	3.0	2.5665570286151367e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0110_000000008908	1726	0.5751903135354112	3	3	3	3	2	False	8470	maximal	True	MON0110_000000008908	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1296.0	95.756	75.0	0.0035443037974683543	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0239_000000000755	14443	0.5751889137586851	22	5	3	3	4	False	57242	maximal	True	ISR0239_000000000755	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2306.0	90.98	53.0	0.0006172907937148279	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0119_000000002110	4539	0.5751885035511795	4	4	4	3	0	False	81958	maximal	True	CHI0119_000000002110	1.0		0	0	False	False	0.9997797012329102	0					non-mobilizable	no_good_hit	2878.0	83.98200000000001	76.0	0.01607799873436861	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0100_000000001760	15014	0.5751858720347494	29	14	9	10	12	True	128417	maximal	True	SPA0100_000000001760	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	6171.0	95.706	83.0	0.002140425236242357	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0066_000000009172	2690	0.5751830975833516	3	3	2	3	3	False	48507	fragment	False	MAD0066_000000009172	1.0		0	0	False	False	0.9985129833221436	0					non-mobilizable	no_good_hit	484.0	75.82600000000001	18.0	0.00014573398954450474	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0018_000000010413	2598	0.5751813234318945	2	2	2	2	2	False	50007	maximal	True	FIJ0018_000000010413	0.9616427741185587		59	8	False	False	1.0	0					non-mobilizable	no_good_hit	2212.0	73.96	84.0	0.05154272714346651	NZ_BAKG01000022.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
ISR0045_000000006673	3721	0.5751791591145162	4	4	4	4	2	True	128159	fragment	False	MAD0102_000000004786	0.865468561985435		0	0	False	False	1.0	0					non-mobilizable	other	3723.0	97.20700000000001	100.0	0.005387377028050566	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ENG0184_000000011303	1978	0.5751686324082691	2	2	2	2	2	False	99213	maximal	False	ISR0175_000000010382	0.9826633128253545		0	0	False	False	0.9994944334030151	0					non-mobilizable	other	1978.0	97.927	100.0	0.010547963739683398	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
SPA0077_000000016171	1764	0.5751680539331688	3	2	2	2	2	False	5691	maximal	True	SPA0077_000000016171	1.0		7	5	False	False	0.9994331002235413	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.6946638737769155e-06	LR131931.1	bony fishes	Cottoperca gobio genome assembly, chromosome: 23	True	False
SPA0104_000000032392	1179	0.5751678543862305	2	2	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0038224764963699018		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	88.523	100.0	0.0004946355102186247	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ISR0172_000000008066	1979	0.5751625020048415	3	2	2	1	1	False	122478	fragment	False	ISR0062_000000015284	0.4713114754098361		0	0	False	False	0.9974734783172607	0					non-mobilizable	other	1980.0	97.77799999999999	100.0	0.024598012759130986	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0010_000000024131	1890	0.5751624260863571	3	3	3	3	3	False	93790	fragment	False	ISR0159_000000012952	0.9567809239940388		0	0	False	False	0.9994708895683289	0					non-mobilizable	no_good_hit	1176.0	79.507	62.0	0.0003240748454604529	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0071_000000009845	2372	0.5751617361246895	4	3	2	3	2	False	5903	fragment	False	SPA0071_000000009845	1.0		0	0	False	False	0.9991568326950073	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.0755749368183753e-05	NZ_KV917371.1	firmicutes	Metabacillus halosaccharovorans strain DSM 25387 Scaffold1, whole genome shotgun sequence	True	False
MAD0085_000000005184	2160	0.57515972809918	1	1	1	1	1	False	16070	maximal	False	USA0009_01_000000011396	0.985307621671258		0	0	False	False	0.9981481432914734	0					non-mobilizable	other	2199.0	75.443	100.0	0.0013030193834660917	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
SPA0008_000000010356	2899	0.5751592958429058	6	2	1	2	1	True	8174	maximal	True	SPA0008_000000010356	1.0		1	1	False	False	0.9996550679206848	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	1.2951284085734775e-05	CP013425.1	b-proteobacteria	Burkholderia sp. MSMB0852 chromosome 2, complete sequence	True	True
FIJ0011_000000012198	3539	0.5751564347449881	5	5	5	5	4	False	50994	maximal	True	FIJ0011_000000012198	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	82.098	20.0	0.00021566954337123604	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ISR0161_000000019795	1567	0.5751525396119184	2	2	2	2	2	False	83420	maximal	True	ISR0161_000000019795	1.0		406	13	False	False	0.9942565560340881	0					non-mobilizable	other	1504.0	99.13600000000001	99.0	0.000515422730656816	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
USA0011_01_000000017124	2144	0.5751498222009632	2	2	2	1	2	False	74454	maximal	True	USA0011_01_000000017124	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1496.0	98.061	70.0	0.1782178217821782	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
DEN0081_000000000482	7876	0.5751494394154676	13	8	2	4	8	False	117756	maximal	True	DEN0081_000000000482	1.0	PS794	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1598.0	97.24700000000001	43.0	0.00038712129622851257	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
FIJ0085_000000015455	2010	0.5751481029991408	3	1	1	1	1	False	43941	fragment	False	FIJ0085_000000015455	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1942.0	97.322	97.0	0.0008661787327015272	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0067_000000008240	2176	0.5751394129108643	2	2	2	2	2	False	10600	maximal	True	MON0067_000000008240	1.0		9	2	False	False	1.0	0					non-mobilizable	chromosome	2107.0	100.0	97.0	0.0003279562114610574	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
FIJ0046_000000000903	22920	0.5751366574296237	36	7	6	6	4	True	49826	fragment	False	FIJ0046_000000000903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0023_000000001170	18684	0.5751366574296237	27	7	6	6	4	True	49424	fragment	False	FIJ0075_000000000702	0.9658686766813525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0106_000000031669	1386	0.5751363843257671	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.30338568524796483	PS730	0	0	False	True	0.9942280054092407	0					non-mobilizable	other	1381.0	92.035	100.0	0.0004151904923484818	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0072_000000008338	3006	0.575135908288725	3	3	3	3	2	True	44779	fragment	False	FIJ0072_000000008338	1.0		0	0	False	False	0.9993346929550171	0					non-mobilizable	no_good_hit	281.0	86.477	9.0	0.00011228445175887037	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
SPA0146_000000010563	2208	0.5751347352929951	2	2	2	2	1	False	87679	fragment	False	SPA0146_000000010563	0.9642094879383015		0	0	False	False	0.9995471239089966	0					non-mobilizable	other	2013.0	99.404	91.0	0.000819354531160937	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0187_000000011752	2387	0.5751345446428051	2	1	1	1	1	True	79913	fragment	False	ISR0187_000000011752	1.0		0	0	False	False	0.9995810389518738	0					non-mobilizable	plasmid	2387.0	94.889	99.0	0.017206148869650606	CP054154.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B501, complete sequence	False	True
ISR0293_000000028206	1237	0.5751338750895355	1	1	1	1	1	False	69066	fragment	False	ISR0293_000000028206	0.9821428571428572		0	0	False	False	0.983023464679718	0					non-mobilizable	other	1114.0	87.792	90.0	0.009946640882395072	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0120_000000006816	3322	0.5751331072260815	2	2	2	2	2	False	76011	maximal	False	ISR0006_000000005607	0.9814467096843734		0	0	False	False	0.9996989965438843	0					non-mobilizable	other	3259.0	98.15899999999999	98.0	0.014730024919385111	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
ISR0187_000000021481	1338	0.5751279623641526	2	2	2	2	2	False	58138	maximal	False	ISR0297_000000010585	0.7312558974405391		0	0	False	False	0.9992526173591614	0					non-mobilizable	other	1338.0	100.0	100.0	0.0003119246192279947	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0134_000000030827	1231	0.5751279623641526	2	2	2	2	2	False	58138	maximal	False	ISR0297_000000010585	0.4792600896860987		0	0	False	False	0.9813160300254822	0					non-mobilizable	other	1231.0	99.838	100.0	0.005203415879521235	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	False	False
CHI0141_000000015298	1811	0.575125833368196	2	2	2	2	2	False	80099	maximal	True	CHI0141_000000015298	1.0		21	7	False	False	0.9994478225708008	0					non-mobilizable	no_good_hit	1271.0	74.902	70.0	0.016294804255758702	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	False
ISR0393_000000007835	2251	0.5751256347956679	3	2	2	2	2	False	22779	maximal	False	SPA0001_000000014851	1.0		0	0	True	True	0.999555766582489	4					non-mobilizable	no_good_hit	1018.0	80.059	45.0	0.00030344241216089565	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MAD0099_000000024203	1292	0.5751199903323859	2	1	1	1	1	False	18008	fragment	False	MAD0043_000000020297	0.9675716440422323		0	0	False	False	0.99071204662323	0					non-mobilizable	plasmid	1162.0	84.94	90.0	0.010552621738218367	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	False	True
MAD0088_000000021744	1230	0.5751191937541781	2	2	2	2	1	True	15874	maximal	True	MAD0088_000000021744	1.0		4	4	False	False	0.9943089485168457	0					non-mobilizable	no_good_hit								True	True
ISR0375_000000014207	1620	0.5751152555844314	2	2	2	1	1	True	23373	maximal	True	ISR0375_000000014207	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1220.0	89.344	75.0	0.31525687597301505	AY026767.1	firmicutes	Lactococcus lactis subsp. cremoris strain P8-2-47 plasmid pBM02, complete sequence	True	True
ISR0186_000000009474	2903	0.5751117415895545	3	2	2	2	2	False	29342	maximal	True	ISR0186_000000009474	1.0		1	1	False	False	0.9962108135223389	0					non-mobilizable	no_good_hit	640.0	71.562	22.0	0.03405320132731328	NZ_FMKA01000046.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ENG0117_000000007239	3079	0.5751033370263909	3	3	3	3	3	False	73700	fragment	False	ENG0117_000000007239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0052_000000011828	1346	0.5751003696614149	2	2	0	1	2	True	86466	maximal	False	MAD0099_000000021992	0.9692737430167597		0	0	False	False	0.9947994351387024	0					non-mobilizable	chromosome	1346.0	99.18299999999999	100.0	0.0006988781057857235	NZ_CP012805.1	firmicutes	Streptococcus anginosus strain J4211 chromosome, complete genome	False	True
DEN0028_000000009930	2823	0.5750997487466042	4	2	2	2	1	False	74036	maximal	True	DEN0028_000000009930	1.0		10	5	False	False	0.994686484336853	0					non-mobilizable	no_good_hit	306.0	92.81	16.0	9.830708748976236e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0068_000000004085	6992	0.5750989907740435	8	3	1	2	2	False	45133	fragment	False	FIJ0068_000000004085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	83.36	18.0	0.0047249655511244345	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
ISR0110_000000017490	1338	0.5750982114675005	1	1	1	1	1	False	67290	fragment	False	ISR0110_000000017490	0.9977426636568849		0	0	False	False	0.9992526173591614	0					non-mobilizable	chromosome	1338.0	98.43	100.0	0.00018871312048789328	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0009_000000012193	1118	0.5750982114675005	1	1	1	1	1	False	67289	fragment	False	ENG0009_000000012193	1.0		0	0	False	False	0.9991055727005005	0					non-mobilizable	chromosome	1118.0	98.301	100.0	0.0001576608493530118	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
TAN0017_000000018067	2035	0.5750933695239273	2	2	2	2	2	False	2466	maximal	True	TAN0017_000000018067	1.0		2	2	False	False	0.9995086193084717	0					non-mobilizable	no_good_hit	590.0	73.729	29.0	0.0080464537536292	NZ_CABJAT010000015.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ISR0348_000000003798	3401	0.5750928042802635	5	3	0	1	2	False	24144	maximal	True	ISR0348_000000003798	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	94.086	22.0	0.0002524280486632355	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
USA0055_01_000000004143	6244	0.5750842753449276	10	6	5	5	3	False	49488	maximal	True	USA0055_01_000000004143	1.0		1	1	False	False	0.9991992115974426	0					non-mobilizable	no_good_hit	2415.0	80.745	40.0	0.0007526918662944393	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0099_000000021992	1432	0.5750824645411342	2	2	0	1	1	True	86466	maximal	True	MAD0099_000000021992	0.9992570579494799		1	1	False	False	0.9706704020500183	0					non-mobilizable	chromosome	1432.0	99.09200000000001	100.0	0.0007435647355980448	NZ_CP012805.1	firmicutes	Streptococcus anginosus strain J4211 chromosome, complete genome	False	True
ISR0003_000000015786	1640	0.5750809010364247	2	1	1	1	1	False	38594	maximal	True	ISR0003_000000015786	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	99.469	59.0	0.00032245325178239034	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ISR0352_000000003697	2368	0.5750758031869893	5	4	4	3	2	False	24059	maximal	True	ISR0352_000000003697	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	83.493	67.0	0.00039701184970574414	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ITA0008_000000000193	4447	0.5750728207350383	6	3	3	1	1	False	20335	fragment	False	ITA0008_000000000193	1.0		0	0	False	False	0.9914548993110657	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000004123	5890	0.5750685140486924	7	6	6	4	2	False	47253	fragment	False	FIJ0043_000000004123	1.0		0	0	False	False	0.9994906783103943	0					non-mobilizable	no_good_hit	663.0	90.95	19.0	0.00019576629473045114	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0803_000000004476	3043	0.5750657438558534	5	3	3	3	3	False	54209	fragment	False	ISR0803_000000004476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	868.0	91.475	30.0	0.00021256924130433664	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0069_000000006427	6201	0.5750600901940462	4	3	2	2	3	False	103506	fragment	False	MON0033_000000008819	0.5446927026725694		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	6201.0	99.984	100.0	0.05615942028985507	CP051734.1	enterobacteria	Escherichia coli strain SCU-109 plasmid pSCU-109-1, complete sequence	False	True
SPA0104_000000029323	1294	0.5750594813457619	2	1	1	1	1	False	4812	fragment	False	SPA0104_000000029323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0120_000000016803	1491	0.5750583699890723	3	2	1	2	1	False	110469	fragment	False	DEN0007_000000017140	0.9439835899808238		0	0	False	False	1.0	0					non-mobilizable	chromosome	1491.0	94.76899999999999	100.0	0.00039849114690414987	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0098_000000035180	1302	0.5750583699890723	3	2	1	2	1	False	110469	fragment	False	DEN0007_000000017140	0.804173016890665		0	0	False	False	1.0	0					non-mobilizable	chromosome	1302.0	99.77	100.0	0.00034864625563032884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0050_000000023596	1212	0.5750583699890723	3	2	1	2	1	False	110469	fragment	False	DEN0007_000000017140	0.3333837980292979		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	94.719	100.0	0.07106748177756878	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
AST0087_000000032599	1112	0.5750583699890723	3	2	1	2	1	False	110469	fragment	False	DEN0007_000000017140	0.14194479332433008		0	0	False	False	1.0	0					non-mobilizable	chromosome	1112.0	99.55	100.0	0.00029772943121083423	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0395_000000001950	16395	0.575056281522138	16	6	4	4	1	True	132160	fragment	False	SPA0132_000000001387	0.6602736267448743		0	0	False	False	0.9986581206321716	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
AUS0024_000000025226	1271	0.5750529196710352	3	2	2	2	2	False	98804	fragment	False	ISR0097_000000022103	0.9529557758200657		0	0	False	False	0.9992132186889648	0					non-mobilizable	chromosome	1271.0	98.662	100.0	0.000566742395945873	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0289_000000009434	1271	0.5750529196710352	3	2	2	2	2	False	98804	fragment	False	ISR0097_000000022103	0.9577320095315422		0	0	False	False	0.974822998046875	0					non-mobilizable	chromosome	1271.0	99.37100000000001	100.0	0.000566742395945873	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0199_000000012935	1963	0.5750523011306182	3	2	2	1	2	False	73099	maximal	True	ENG0199_000000012935	0.9818689067486481		813	14	False	False	0.998471736907959	0					non-mobilizable	other	1963.0	98.523	100.0	0.1013848697809012	NZ_WNAF01000017.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold17_size19438, whole genome shotgun sequence	False	False
ISR0196_000000010098	1995	0.5750518439444117	2	2	2	2	2	False	28983	maximal	True	ISR0196_000000010098	1.0		10	3	False	False	0.9874686598777771	0					non-mobilizable	no_good_hit	1397.0	76.87899999999999	85.0	0.018398022579998664	NZ_GL882692.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld374, whole genome shotgun sequence	True	False
CHI0064_000000001887	8258	0.5750421250736291	9	6	2	4	4	False	90007	fragment	False	CHI0064_000000001887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2238.0	78.82	27.0	0.0023944699661957182	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
CHI0015_000000001074	6821	0.5750421250736291	7	6	2	4	4	False	89890	fragment	False	CHI0015_000000001074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2236.0	78.801	32.0	0.0023923030250498395	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
FIJ0099_000000012514	1771	0.575034139139002	3	3	3	3	3	False	45745	fragment	False	FIJ0099_000000012514	1.0		0	0	False	False	0.9966120719909668	0					non-mobilizable	other	1771.0	99.492	100.0	0.009262117937635072	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0058_000000039766	1342	0.5750316822480905	3	2	2	1	1	False	80563	fragment	False	MON0058_000000039766	0.9659008547297203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	73.684	18.0	0.007444168734491315	NZ_LATD01000363.1	high GC Gram+	Streptomyces odonnellii strain NRRL B-24891 B24891_contig_363, whole genome shotgun sequence	True	False
ISR0179_000000007617	3222	0.5750277672007601	6	2	0	2	0	True	78388	maximal	True	ISR0179_000000007617	1.0		31	6	False	False	0.997827410697937	0					non-mobilizable	no_good_hit	50.0	90.0	2.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
ENG0080_000000007963	3130	0.5750277672007601	4	2	0	2	0	True	95575	fragment	False	DEN0079_000000016373	0.947177546515295		0	0	False	False	0.9907348155975342	0					non-mobilizable	no_good_hit	1866.0	78.457	69.0	0.003826554616225846	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0153_000000010339	3023	0.5750277672007601	6	2	0	2	0	True	103445	maximal	True	AST0153_000000010339	1.0		1	1	False	False	0.9996691942214966	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.005455962587685113	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
ISR0050_000000013019	2070	0.5750277672007601	3	2	0	2	0	True	35912	fragment	False	ISR0050_000000013019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1615.0	80.0	77.0	0.003343530508931764	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0808_000000008461	1912	0.5750277672007601	2	2	0	2	0	True	95568	fragment	False	ISR0246_000000011195	0.45922590068159685		0	0	False	False	0.9963389039039612	0					non-mobilizable	other	1852.0	77.862	96.0	0.003801462454807972	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0085_000000014923	1709	0.5750277672007601	3	2	0	2	0	True	47705	fragment	False	ISR0085_000000014923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	3.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
ISR0357_000000017218	1527	0.5750277672007601	2	2	0	2	0	True	23879	fragment	False	ISR0357_000000017218	1.0		0	0	False	False	0.9895219206809998	0					non-mobilizable	no_good_hit								True	True
CAN0006_000000030745	1461	0.5750277672007601	2	2	0	2	0	True	95565	fragment	False	CAN0006_000000030745	0.9766499824413493		0	0	False	False	1.0	0					non-mobilizable	other	1477.0	77.319	99.0	0.003017332410499397	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0007_000000046608	1399	0.5750277672007601	2	2	0	2	0	True	18455	fragment	False	MON0007_000000046608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	80.42	80.0	0.0015766241424231082	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0039_000000015469	1381	0.5750277672007601	2	2	0	2	0	True	95565	fragment	False	CAN0006_000000030745	0.924772327848588		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	75.072	99.0	0.002818686132607891	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0378_000000024027	1349	0.5750277672007601	2	2	0	2	0	True	23258	fragment	False	ISR0378_000000024027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.005845674201091193	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
ISR0026_000000017209	1343	0.5750277672007601	2	2	0	2	0	True	37279	fragment	False	ISR0026_000000017209	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0065_000000026809	1283	0.5750277672007601	2	2	0	2	0	True	95565	fragment	False	CAN0006_000000030745	0.7103388650442984		0	0	False	False	0.9992205500602722	0					non-mobilizable	other	1260.0	76.27	96.0	0.0025698555318806366	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0154_000000027693	1235	0.5750277672007601	2	2	0	2	0	True	114329	fragment	False	ENG0154_000000027693	0.9648972602739726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0082_000000028539	1199	0.5750277672007601	2	2	0	2	0	True	34133	fragment	False	ISR0082_000000028539	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	76.257	99.0	0.002477850940015097	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0156_000000018225	1183	0.5750277672007601	2	2	0	2	0	True	24493	fragment	False	SPA0156_000000018225	1.0		0	0	False	False	0.9983093738555908	0					non-mobilizable	no_good_hit	595.0	78.15100000000001	50.0	0.0012316069229273351	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0173_000000014318	1174	0.5750277672007601	2	2	0	2	0	True	55674	fragment	False	ENG0173_000000014318	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	74.005	99.0	0.0024088474961159426	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0077_000000032060	1169	0.5750277672007601	2	2	0	2	0	True	95565	fragment	False	CAN0006_000000030745	0.4766173031956352		0	0	False	False	0.9991445541381836	0					non-mobilizable	other	1175.0	76.426	99.0	0.0023963014154070052	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0795_000000011652	1151	0.5750277672007601	2	2	0	2	0	True	72846	fragment	False	DEN0045_000000029944	0.47027653518479046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000024896	1750	0.5750196985571646	3	3	3	3	1	False	115178	maximal	True	DEN0001_000000024896	1.0	PS748	1	1	False	True	1.0	0					non-mobilizable	other	1494.0	95.382	99.0	0.0005893099180859214	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
MON0074_000000007480	2543	0.5750117285303512	3	3	3	2	2	False	66203	maximal	True	MON0074_000000007480	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	1404.0	82.40700000000001	55.0	0.0004209110285012165	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0121_01_000000002547	14698	0.5750091129997067	18	5	3	5	2	True	20368	maximal	True	USA0121_01_000000002547	1.0		3	3	False	False	1.0	0					non-mobilizable	other	14098.0	96.56	96.0	0.0038790480394787163	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
SPA0032_000000007840	3353	0.5750090631252437	4	3	2	3	3	True	114356	maximal	False	USA0082_01_000000008824	0.9915219507633192		0	0	False	False	0.9967193603515625	0					non-mobilizable	no_good_hit	1160.0	79.05199999999999	34.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
SPA0157_000000006365	1312	0.5750076551708568	2	2	1	2	2	False	3154	maximal	True	SPA0157_000000006365	1.0		134	12	False	False	0.9954268336296082	0					non-mobilizable	other	1313.0	98.324	100.0	0.0003216734078330907	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0043_000000001021	6197	0.575000457706344	3	3	2	2	3	False	103506	fragment	False	MON0033_000000008819	0.6506281550062412		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	6197.0	99.95200000000001	100.0	0.06548782936805725	AP023236.1	enterobacteria	Escherichia coli YJ6 plasmid pYJ6-NDM5 DNA, complete genome	False	True
FIJ0171_000000001931	10432	0.5749976462516478	6	3	3	2	1	False	43761	fragment	False	FIJ0171_000000001931	1.0		0	0	False	False	0.9980828166007996	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000012756	2531	0.5749957283741308	3	3	2	2	2	False	74467	maximal	True	FIJ0123_000000012756	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	2318.0	75.194	90.0	0.000676741276034918	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0149_000000003881	3926	0.5749953950730116	5	4	3	3	3	True	118265	fragment	False	ISR0149_000000003881	1.0		0	0	False	False	0.9997453093528748	0					non-mobilizable	chromosome	3715.0	87.86	94.0	0.001050724328506373	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
AST0002_000000008813	3957	0.5749944523589207	6	4	4	4	3	False	132129	fragment	False	AST0002_000000008813	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3957.0	99.899	100.0	0.0012700703868128425	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
USA0026_01_000000022777	1423	0.5749940383422538	2	2	2	1	1	False	32700	fragment	False	ISR0110_000000016138	0.9291721802685013		0	0	False	False	0.9929726123809814	0					non-mobilizable	other	1419.0	98.52	99.0	0.003734960069115199	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
MAD0046_000000006924	3498	0.5749915678483905	4	4	4	3	4	False	17761	maximal	True	MAD0046_000000006924	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	96.279	82.0	0.00153833030863671	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
USA0019_01_000000015621	1932	0.5749902684612342	3	3	0	2	1	False	1831	maximal	True	USA0019_01_000000015621	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	4.0	0.009861680327868853	NZ_WNAJ01000049.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold49_size7808, whole genome shotgun sequence	True	False
CHI0157_000000005825	1849	0.5749902684612342	3	3	0	2	1	False	78939	maximal	True	CHI0157_000000005825	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0021_000000023069	1888	0.5749897361717691	2	2	2	2	2	False	91547	fragment	False	CAN0021_000000023069	1.0		0	0	False	False	0.9947034120559692	0					non-mobilizable	no_good_hit								True	False
MAD0006_000000005246	1783	0.5749891450176224	4	4	4	3	2	True	19891	maximal	True	MAD0006_000000005246	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1716.0	79.021	96.0	0.003829122341911789	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	False	True
ISR0018_000000004470	4856	0.5749871538703663	5	5	4	4	4	False	118958	fragment	False	ISR0018_000000004470	0.9672021479769916		0	0	False	False	0.9967051148414612	0					non-mobilizable	no_good_hit	644.0	78.26100000000001	13.0	0.0001895467906618589	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0101_000000008583	6166	0.5749836604001082	5	4	2	2	4	False	103506	fragment	False	MON0033_000000008819	0.5435758986737494		0	0	False	False	0.9995134472846985	0		MOBF			mobilizable	plasmid	6166.0	100.0	100.0	0.04622166907834067	LR130565.1	enterobacteria	Escherichia coli strain MS14387 genome assembly, plasmid: 2	False	True
FIJ0011_000000034144	1348	0.5749831384142479	2	1	1	1	1	False	50887	fragment	False	FIJ0011_000000034144	0.9767237550633873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0052_000000007677	2368	0.5749795120349128	2	2	2	2	1	False	17281	maximal	True	MAD0052_000000007677	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	85.84100000000001	5.0	0.005743589743589744	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0038_000000020069	1694	0.5749783479990707	3	2	2	2	2	False	36625	maximal	True	ISR0038_000000020069	1.0		2	1	False	False	0.9988193511962891	0					non-mobilizable	no_good_hit	1194.0	99.83200000000001	70.0	0.00034012907228298737	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
SPA0019_000000020465	1419	0.5749743885759567	3	2	2	1	1	False	7747	maximal	True	SPA0019_000000020465	1.0		4	3	False	False	0.9908386468887329	0					non-mobilizable	no_good_hit	815.0	80.736	57.0	0.002269430602097826	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MAD0041_000000034692	1111	0.5749743324054698	1	1	1	1	1	False	47262	fragment	False	FIJ0057_000000031736	0.9733572700170122		0	0	False	False	0.9828982949256897	0					non-mobilizable	no_good_hit	112.0	97.321	10.0	0.0008844790016644287	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0098_000000022589	1986	0.5749734186577209	2	2	2	2	2	False	15315	maximal	True	MAD0098_000000022589	1.0		23	7	False	False	0.9994964599609375	0					non-mobilizable	other	1986.0	99.95	100.0	0.0007570467320943192	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
ENG0116_000000013303	1800	0.5749721906302728	3	3	2	3	1	False	59444	maximal	True	ENG0116_000000013303	1.0		27	9	False	False	0.9750000238418579	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000012203	3214	0.5749714009394922	6	1	1	1	1	False	115158	maximal	True	FIJ0058_000000012203	1.0	PS748	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1407.0	98.152	44.0	0.0003999237698646346	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0128_000000012684	2779	0.5749714009394922	2	1	1	1	1	False	31853	maximal	True	ISR0128_000000012684	1.0		8	1	False	False	0.999640166759491	0					non-mobilizable	no_good_hit	1418.0	87.37700000000001	51.0	0.002421034080973752	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	True	False
USA0090_01_000000003922	2197	0.5749714009394922	2	1	1	1	1	False	22578	maximal	True	USA0090_01_000000003922	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	87.079	68.0	0.0025322476606651255	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	True	False
ISR0395_000000021774	1774	0.5749714009394922	2	1	1	1	1	False	119191	fragment	False	ISR0395_000000021774	0.9507856334729881		0	0	False	True	0.985343873500824	0					non-mobilizable	no_good_hit	1425.0	87.29799999999999	80.0	0.006572557145632325	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
USA0120_01_000000007582	1727	0.5749714009394922	2	1	1	1	1	False	115140	fragment	False	USA0120_01_000000007582	1.0		0	0	False	True	0.9988419413566589	0					non-mobilizable	no_good_hit	1498.0	96.12799999999999	87.0	0.000590496448122336	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
SPA0074_000000012750	1724	0.5749714009394922	2	1	1	1	1	False	5814	maximal	True	SPA0074_000000012750	1.0		2	1	False	False	0.9982598423957825	0					non-mobilizable	other	1488.0	88.306	90.0	0.018388585712341143	NZ_NFHM01000013.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_13, whole genome shotgun sequence	False	False
ISR0009_000000019781	1693	0.5749714009394922	2	1	1	1	1	False	119191	fragment	False	ISR0395_000000021774	0.7206445712445069		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	85.436	88.0	0.3225526372910788	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
SPA0140_000000012946	1675	0.5749714009394922	1	1	1	1	1	False	117303	maximal	True	SPA0140_000000012946	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1487.0	81.439	90.0	0.00024223673893259372	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
DEN0041_000000021949	1552	0.5749714009394922	2	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7693941605686894	PS748	0	0	False	True	0.9896907210350037	0					non-mobilizable	chromosome	1438.0	94.78399999999999	93.0	0.0004087414347763015	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0013_000000017099	1546	0.5749714009394922	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8290454407129582	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1495.0	94.381	100.0	0.0005897054280980595	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
AST0093_000000011156	1539	0.5749714009394922	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8284181540191699	PS748	0	0	False	True	0.9935022592544556	0					non-mobilizable	other	1482.0	96.221	96.0	0.000584563797940263	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0042_000000022485	1505	0.5749714009394922	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1056611058383606	PS1059	0	0	False	True	0.9986711144447327	0					non-mobilizable	other	1495.0	87.559	99.0	0.020321120482093474	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0152_000000016771	1492	0.5749714009394922	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.14991791604585925	PS816	0	0	False	True	0.9993297457695007	0					non-mobilizable	plasmid	1438.0	87.552	96.0	0.006632686099111017	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0031_000000017424	1484	0.5749714009394922	1	1	1	1	1	False	117302	fragment	False	ENG0022_000000009961	0.9822083507315174		0	0	False	False	0.9986522793769836	0					non-mobilizable	other	1428.0	79.972	100.0	0.019564409834486745	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0022_000000009961	1481	0.5749714009394922	1	1	1	1	1	False	117302	fragment	False	ENG0022_000000009961	0.9878402490414183		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	90.06	100.0	0.003170754652435687	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ENG0062_000000016513	1477	0.5749714009394922	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8308127491623635	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	96.141	99.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0126_000000033568	1475	0.5749714009394922	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8199053287595931	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	96.209	100.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0108_000000015384	1472	0.5749714009394922	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.8297264905679442	PS421	0	0	False	True	0.9884510636329651	0					non-mobilizable	no_good_hit	1285.0	78.521	87.0	0.00164867446055734	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
ENG0100_000000021304	1471	0.5749714009394922	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7433685756192662	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1411.0	97.661	96.0	0.9992912827781715	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
ETH0004_000000019647	1453	0.5749714009394922	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8040368187879322	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1455.0	96.70100000000001	100.0	0.0005738850276125315	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0126_000000031425	1436	0.5749714009394922	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.08607244267619013	PS1059	0	0	False	True	0.9972144961357117	0					non-mobilizable	other	1436.0	87.117	100.0	0.019509376332842616	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0008_000000018382	1422	0.5749714009394922	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7674840783688694	PS748	0	0	False	True	0.9992967844009399	0					non-mobilizable	other	1424.0	96.27799999999999	100.0	0.0005616242172362473	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0141_000000015839	1420	0.5749714009394922	1	1	1	1	1	False	117302	fragment	False	ENG0022_000000009961	0.971457050477161		0	0	False	False	0.9950703978538513	0					non-mobilizable	other	1428.0	81.232	100.0	0.026161346702235307	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	False	False
SPA0136_000000030696	1390	0.5749714009394922	1	1	1	1	1	False	117302	fragment	False	ENG0022_000000009961	0.9518078096443567		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	80.043	100.0	0.01916541694756683	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CAN0008_000000022839	1224	0.5749714009394922	1	1	1	1	1	False	94884	maximal	False	DEN0082_000000031193	0.6454643048845947		0	0	False	False	0.9983659982681274	0					non-mobilizable	no_good_hit	889.0	71.541	71.0	0.1950123567737587	LN853916.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1354	True	False
ISR0315_000000001594	5103	0.5749688456962736	4	4	4	3	4	False	106756	maximal	True	ISR0315_000000001594	1.0		5	2	False	False	1.0	0					non-mobilizable	other	5107.0	95.45700000000001	100.0	0.024355444424826903	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0107_000000013470	4071	0.574968803910568	8	7	3	3	7	False	132210	maximal	True	MON0107_000000013470	1.0	PS1143|PS778	16	6	False	True	0.9953328371047974	0					non-mobilizable	no_good_hit	2740.0	99.56200000000001	67.0	0.634383688600556	AP022663.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p3-F9-2 DNA, nearly complete genome	True	True
USA0004_01_000000007003	3715	0.5749683436899244	2	2	2	2	2	False	2210	maximal	True	USA0004_01_000000007003	1.0		107	10	False	False	0.9962314963340759	0					non-mobilizable	no_good_hit	3080.0	99.64299999999999	83.0	0.000468546085821695	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
SPA0043_000000008972	1914	0.5749587074188408	2	2	2	2	2	False	109979	maximal	False	ISR0340_000000011667	0.9765066394279878		0	0	False	False	0.9900731444358826	0					non-mobilizable	no_good_hit	560.0	72.5	29.0	0.0024570240946878963	NZ_QSBM01000011.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf11, whole genome shotgun sequence	True	False
ENG0185_000000013121	1481	0.5749447973059854	3	2	2	1	1	False	55046	fragment	False	ENG0185_000000013121	1.0		0	0	False	False	0.9952734708786011	0					non-mobilizable	other	1481.0	99.932	100.0	0.0026698367972060517	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0125_000000020944	1277	0.5749418048776593	3	1	1	1	1	False	58803	maximal	True	ENG0125_000000020944	1.0		2	2	False	False	0.9780735969543457	0					non-mobilizable	no_good_hit								True	False
AST0039_000000004229	4149	0.574937235064053	4	4	4	4	3	False	116719	maximal	False	DEN0041_000000007296	0.9552000157013927		0	0	False	False	0.9992769360542297	0					non-mobilizable	other	4136.0	99.105	99.0	0.0035486562490342917	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
FIJ0117_000000001695	12184	0.5749330712950812	12	6	3	6	5	True	98545	maximal	True	FIJ0117_000000001695	1.0		3	1	False	False	0.9996716976165771	0					non-mobilizable	no_good_hit	750.0	81.067	6.0	0.022565248912518123	NZ_JXQL01000079.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig79, whole genome shotgun sequence	True	True
FIJ0121_000000001907	11833	0.5749330712950812	12	6	3	6	5	True	98545	maximal	False	FIJ0117_000000001695	0.9855958634274458		0	0	False	False	0.9989013671875	0					non-mobilizable	no_good_hit	750.0	81.067	6.0	0.022565248912518123	NZ_JXQL01000079.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig79, whole genome shotgun sequence	True	True
ISR0779_000000029968	1176	0.5749325369559308	2	2	2	2	2	False	22543	fragment	False	ISR0779_000000029968	0.9615384615384616		0	0	False	False	0.9889456033706665	0					non-mobilizable	other	1176.0	93.11200000000001	100.0	0.0006786082466784292	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
CAN0008_000000007808	3658	0.5749271337077797	3	3	3	3	3	False	115999	fragment	False	CAN0008_000000007808	0.9972595231570294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	99.335	29.0	0.00023801701957441108	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CAN0007_000000011582	3649	0.5749271337077797	3	3	3	3	3	False	115999	fragment	False	CAN0008_000000007808	0.9960360852925096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	99.335	29.0	0.00023801701957441108	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0087_000000007549	1457	0.5749259997463312	1	1	1	1	1	False	83983	fragment	False	CHI0087_000000007549	1.0		0	0	False	False	0.9814687967300415	0					non-mobilizable	no_good_hit	301.0	72.757	21.0	0.010824948236405245	KC246827.1	bacteria	Uncultured bacterium Contig178 genomic sequence	True	False
ISR0776_000000004629	5642	0.5749248696050565	6	5	3	5	2	True	81382	fragment	False	ISR0776_000000004629	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5585.0	100.0	99.0	0.055724093884719786	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0047_01_000000021600	1681	0.5749212089510772	4	3	3	3	2	False	1163	maximal	True	USA0047_01_000000021600	1.0		1	1	False	False	0.9869125485420227	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00019662246302405348	NZ_MCIB01000034.1	firmicutes	Thermohalobacter berrensis strain CTT3 contig_4, whole genome shotgun sequence	True	False
ENG0192_000000004133	4222	0.5749208796235945	3	3	2	3	2	False	65233	maximal	True	ENG0192_000000004133	1.0		274	11	False	False	0.9992894530296326	0					non-mobilizable	chromosome	4182.0	99.546	99.0	0.0005899931515627478	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0088_000000004056	1316	0.5749173848374962	4	2	1	2	1	False	99859	fragment	False	ISR0259_000000011342	0.45126370475743194		0	0	False	False	0.9931610822677612	0					non-mobilizable	plasmid	1319.0	92.494	100.0	0.2541062801932367	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
CHI0164_000000007749	3028	0.5749169665601309	2	2	2	2	2	False	78410	maximal	True	CHI0164_000000007749	1.0		17	7	False	False	0.9990092515945435	0					non-mobilizable	other	3049.0	76.55	99.0	0.12106002810680586	NZ_FQZN01000052.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
USA0087_01_000000009547	1648	0.5749165957087018	2	2	2	2	2	False	89659	fragment	False	USA0087_01_000000009547	1.0		0	0	False	False	0.9896844625473022	0					non-mobilizable	other	1006.0	99.006	100.0	0.00023446839366053455	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0053_000000011046	1874	0.5749161990721764	2	2	2	2	2	False	46400	fragment	False	FIJ0053_000000011046	0.9928407789232532		0	0	False	False	1.0	0					non-mobilizable	other	1877.0	98.455	100.0	0.028777530504182334	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0169_000000006614	3413	0.5749158203468239	3	3	3	2	2	True	79360	fragment	False	ENG0169_000000006614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	87.34200000000001	83.0	0.0007936796667287851	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
SPA0069_000000010396	2255	0.5749156335516789	3	3	3	3	3	False	5951	fragment	False	SPA0069_000000010396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1394.0	96.7	79.0	0.059047942011784156	NZ_JAAIOD010000029.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_29_length_23591_cov_281.03, whole genome shotgun sequence	True	False
ENG0145_000000005940	5485	0.5749114252012977	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.869358474085871		0	0	False	False	1.0	0					non-mobilizable	chromosome	5422.0	96.09	99.0	0.002348733864649279	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0048_000000003306	6165	0.5749110085761676	9	9	2	9	9	True	19246	fragment	False	MAD0048_000000003306	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6165.0	97.51799999999999	100.0	0.051519364781559905	MG904998.1	enterobacteria	Escherichia coli strain 15OD0495 plasmid p15ODTXV, complete sequence	False	True
SPA0143_000000002563	6294	0.5749027216769219	11	8	5	5	4	True	114428	maximal	True	SPA0143_000000002563	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4490.0	96.59200000000001	77.0	0.06965629606641321	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
CHI0162_000000026820	1242	0.5749021073442896	2	1	1	1	1	False	78514	fragment	False	CHI0162_000000026820	1.0		0	0	False	False	0.999194860458374	0					non-mobilizable	no_good_hit	715.0	99.58	58.0	0.0002830438872629061	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
MON0090_000000056524	1106	0.5749001260617091	3	3	2	3	2	False	51957	fragment	False	FIJ0064_000000020816	0.30656443368307773		0	0	False	False	0.9602169990539551	0					non-mobilizable	no_good_hit	428.0	86.449	39.0	0.000172444012235044	CP024597.1	CFB group bacteria	Porphyromonas gingivalis strain KCOM 2796 chromosome, complete genome	True	False
USA0134_01_000000000938	5125	0.5748977321755576	7	5	2	4	1	False	81041	fragment	False	USA0134_01_000000000938	1.0		0	0	False	False	0.9988292455673218	0					non-mobilizable	other	4882.0	92.319	95.0	0.0012743297198517314	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
DEN0093_000000020809	1527	0.57489281792671	2	2	2	2	2	False	68449	maximal	True	DEN0093_000000020809	1.0		84	12	False	False	0.990176796913147	0					non-mobilizable	other	812.0	90.764	98.0	0.011734575761083459	NZ_CABMGA010000014.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0278_000000005285	2097	0.5748902581509239	2	2	2	2	2	False	62163	fragment	False	USA0063_01_000000009473	0.956450861667443		0	0	False	False	1.0	0					non-mobilizable	other	2098.0	96.663	100.0	0.008124784276312472	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0059_000000004902	3862	0.5748890744494682	6	5	3	5	3	False	16911	maximal	True	MAD0059_000000004902	1.0		1	1	False	False	0.9971517324447632	0					non-mobilizable	no_good_hit	189.0	93.65100000000001	5.0	5.8486481845236056e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0829_000000003874	3628	0.5748843457508368	10	1	1	1	1	False	89748	maximal	True	ISR0829_000000003874	1.0		2	1	False	False	0.997519314289093	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.0022714928135752e-06	LR597568.1	bony fishes	Myripristis murdjan genome assembly, chromosome: 19	True	False
ISR0049_000000016160	1836	0.5748843457508368	3	1	1	1	1	False	35982	fragment	False	ISR0049_000000016160	1.0		0	0	False	False	0.9994553327560425	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0003526876102148782	NZ_ARZA01000066.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_39, whole genome shotgun sequence	True	False
FIJ0133_000000022789	1677	0.5748843457508368	2	1	1	1	1	False	40674	fragment	False	FIJ0133_000000022789	1.0		0	0	False	False	0.9946332573890686	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0038330494037478705	XM_015433352.1	primates	PREDICTED: Macaca fascicularis ST6 beta-galactosamide alpha-2,6-sialyltranferase 2 (ST6GAL2), transcript variant X4, mRNA	True	False
MAD0106_000000008212	2516	0.574881614969304	3	2	1	2	2	True	37294	fragment	False	MAD0106_000000008212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	88.97200000000001	44.0	0.0013947059721435189	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0136_000000004119	2023	0.5748798850276762	3	3	2	2	2	False	53834	maximal	True	ISR0136_000000004119	1.0		25	9	False	False	1.0	0					non-mobilizable	other	2023.0	96.935	100.0	0.14036792780284624	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0142_000000017080	2059	0.5748794515764405	3	3	3	3	2	True	40191	maximal	True	FIJ0142_000000017080	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1028.0	99.611	50.0	0.00043282120384314794	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	True
ISR0029_000000030772	1363	0.5748794515764405	3	3	3	3	2	True	100701	fragment	False	ISR0309_000000010652	0.10645141998218731		0	0	False	False	0.9985326528549194	0					non-mobilizable	other	1363.0	99.34	100.0	0.0005732825095799632	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	True
ENG0166_000000022197	1351	0.5748794515764405	4	3	3	3	2	True	100701	fragment	False	ISR0309_000000010652	0.42906434811354216		0	0	False	False	0.9940784573554993	0					non-mobilizable	chromosome	1351.0	99.926	100.0	0.0005706138917854002	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
AUS0014_000000021654	1255	0.5748794515764405	4	3	3	3	2	True	100701	fragment	False	ISR0309_000000010652	0.12621462292922292		0	0	False	False	0.9992032051086426	0					non-mobilizable	chromosome	1255.0	99.84100000000001	100.0	0.0005524423418617263	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	True
USA0060_01_000000009316	1216	0.5748794515764405	4	3	3	3	2	True	100701	fragment	False	ISR0309_000000010652	0.09067024866455173		0	0	False	False	1.0	0					non-mobilizable	chromosome	1216.0	99.836	100.0	0.0005135525026068601	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ENG0178_000000019999	1160	0.5748794515764405	3	3	3	3	2	True	100701	fragment	False	ISR0309_000000010652	0.07165432139182985		0	0	False	False	1.0	0					non-mobilizable	chromosome	1160.0	99.655	100.0	0.0004799823744177263	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
ENG0167_000000006926	3567	0.5748729770123115	8	2	1	2	1	False	56081	maximal	True	ENG0167_000000006926	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	1.0	1.1343652921848318e-05	NZ_CTDZ01000009.1	firmicutes	Numidum massiliense strain mt3, whole genome shotgun sequence	True	False
MON0105_000000023928	2278	0.5748729770123115	7	2	1	2	1	False	8739	fragment	False	MON0105_000000023928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0001_000000000032	88232	0.5748714144937108	102	32	13	27	15	True	89714	maximal	True	MAD0001_000000000032	1.0		1	1	True	True	1.0	49					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	0.00026581252242793157	LT799019.1	eudicots	Quercus robur BAC genome sequence, isolate 200B16	True	True
ISR0246_000000013398	1693	0.5748675747588874	2	2	2	1	1	False	50917	maximal	True	ISR0246_000000013398	1.0		400	11	False	False	1.0	0					non-mobilizable	other	1412.0	85.198	100.0	0.00037445199469539645	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MAD0041_000000024487	1498	0.5748577705251637	2	1	1	1	1	False	18228	maximal	True	MAD0041_000000024487	1.0		14	7	False	False	0.9913217425346375	0					non-mobilizable	no_good_hit	95.0	80.0	6.0	9.516674428493328e-05	NZ_PQDH01000002.1	firmicutes	Vallitalea okinawensis strain S15 Contig2, whole genome shotgun sequence	True	False
ISR0399_000000005567	2719	0.5748534304684031	2	2	2	1	1	False	22589	maximal	True	ISR0399_000000005567	1.0		3	2	False	False	0.9981610774993896	0					non-mobilizable	no_good_hit	2415.0	97.184	89.0	0.010515631874474546	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0156_000000001175	6999	0.5748507590373909	11	9	8	7	8	False	50755	maximal	True	FIJ0156_000000001175	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	5015.0	97.787	74.0	0.024804222925160272	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
SPA0135_000000004593	5341	0.5748463493870072	8	7	4	6	4	True	128684	backbone	False	ISR0180_000000003621	0.9632982194118085	PS1045|PS658	0	0	False	True	1.0	0					non-mobilizable	plasmid	3805.0	99.685	99.0	0.6890056149248325	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
AST0048_000000003337	5094	0.5748463493870072	7	7	4	6	4	True	128684	backbone	False	ISR0180_000000003621	0.9038152407814248	PS1045|PS658	0	0	False	True	1.0	0					non-mobilizable	plasmid	3568.0	99.69200000000001	100.0	0.6460786089476545	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0229_000000003061	4937	0.5748444627362987	9	4	2	4	3	True	90368	fragment	False	ISR0229_000000003061	0.9980487804878049		0	0	False	False	1.0	0					non-mobilizable	plasmid	3088.0	97.215	99.0	0.024786001304526385	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
CHI0055_000000002965	4920	0.5748444627362987	9	4	2	4	3	True	90368	fragment	False	ISR0229_000000003061	0.9935803865577417		0	0	False	False	1.0	0					non-mobilizable	plasmid	3088.0	97.215	99.0	0.024786001304526385	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
DEN0046_000000004369	4915	0.5748444627362987	9	4	2	4	3	True	90368	fragment	False	ISR0229_000000003061	0.9971575509962107		0	0	False	False	1.0	0					non-mobilizable	plasmid	3088.0	97.215	99.0	0.024786001304526385	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0786_000000003731	4915	0.5748444627362987	9	4	2	4	3	True	90368	fragment	False	ISR0229_000000003061	0.9971575509962107		0	0	False	False	1.0	0					non-mobilizable	plasmid	3088.0	97.215	99.0	0.024786001304526385	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0794_000000003855	4879	0.5748444627362987	9	4	2	4	3	True	90368	fragment	False	ISR0229_000000003061	0.9927693687503709		0	0	False	False	1.0	0					non-mobilizable	plasmid	3088.0	97.215	99.0	0.024786001304526385	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
SPA0138_000000012860	2049	0.5748409616580744	3	2	2	1	1	True	81457	fragment	False	ISR0852_000000005018	0.9617909048288795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0348_000000008064	2005	0.5748409616580744	2	2	2	1	1	True	81453	fragment	False	ISR0348_000000008064	1.0		0	0	False	False	0.9880298972129822	0					non-mobilizable	no_good_hit								True	True
MON0090_000000033290	1816	0.5748409616580744	2	2	2	1	1	True	24480	maximal	True	MON0090_000000033290	0.9665071770334928		5	5	False	False	0.9977973699569702	0					non-mobilizable	no_good_hit	1040.0	76.635	57.0	0.0004309197495802934	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0804_000000011726	1672	0.5748409616580744	2	2	2	1	1	True	24480	maximal	False	MON0090_000000033290	0.9295154185022027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	75.723	62.0	0.0004309197495802934	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0052_000000004241	5060	0.5748409514034919	5	5	5	4	4	True	118267	fragment	False	MON0052_000000004241	1.0		0	0	False	False	0.9996047616004944	0					non-mobilizable	other	5065.0	96.9	100.0	0.02118695530176439	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AUS0002_000000023394	1597	0.5748362843207845	1	1	1	1	1	False	102851	fragment	False	AUS0002_000000023394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	77.255	79.0	0.0004073779439905882	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0056_000000000811	10884	0.5748295219602712	12	6	3	5	4	False	17082	maximal	True	MAD0056_000000000811	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	72.611	6.0	0.00015270517779787096	NZ_MCGV01000001.1	firmicutes	Clostridium pasteurianum strain GL11 contig.1, whole genome shotgun sequence	True	False
FIJ0064_000000004123	6384	0.5748283721628862	7	7	4	5	6	False	52262	maximal	True	FIJ0064_000000004123	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	77.65899999999999	28.0	0.0005397527932207049	NZ_GL982488.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0066_000000021888	1520	0.5748212898442149	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.32786989019103274		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	85.897	100.0	0.00042030886680092866	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0095_000000021300	1312	0.5748212898442149	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.29191048474803793		0	0	False	False	1.0	0					non-mobilizable	chromosome	1313.0	93.145	100.0	0.0004626154818452535	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0124_000000007837	3708	0.5748211345939328	4	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.8971461998079339		0	0	False	False	1.0	0					non-mobilizable	chromosome	3371.0	98.131	91.0	0.0006155767214091556	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
CHI0165_000000008879	1846	0.5748138425280551	2	2	2	2	2	False	82275	fragment	False	CHI0165_000000008879	1.0		0	0	False	False	0.9864572286605835	0					non-mobilizable	no_good_hit	38.0	100.0	2.0	1.1361253152363923e-05	NC_008261.1	firmicutes	Clostridium perfringens ATCC 13124, complete sequence	True	False
SPA0077_000000003189	8205	0.5748136372138308	8	7	5	4	6	False	110918	maximal	True	SPA0077_000000003189	1.0		11	7	False	False	0.9989030957221985	0					non-mobilizable	no_good_hit	3180.0	99.025	65.0	0.0006709775088423515	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0023_000000021891	1474	0.5748091464298992	3	3	3	2	1	False	68044	fragment	False	ENG0001_000000016928	0.10885951289723875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	87.991	77.0	0.008397794012319153	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0174_000000013441	1815	0.5748086085816042	2	2	2	1	1	False	73403	maximal	True	ISR0174_000000013441	1.0		37	5	False	False	0.9950413107872009	0					non-mobilizable	no_good_hit	496.0	100.0	27.0	0.00015891932292021158	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0123_000000018642	1253	0.57480613082885	2	2	2	2	2	False	83328	fragment	False	ISR0228_000000019212	0.6496514435986773		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0021_01_000000005434	3385	0.5747983857247995	4	4	4	4	2	True	78634	fragment	False	USA0021_01_000000005434	0.9667682926829269		0	0	False	False	0.9997045993804932	0					non-mobilizable	chromosome	3386.0	97.31200000000001	100.0	0.00151012304557546	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0134_000000004761	6756	0.5747955116461974	10	6	3	5	4	True	31501	fragment	False	ISR0134_000000004761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	0.0024041425225003084	MF043389.1	salamanders	Salamandra infraimmaculata mitochondrion, partial genome	True	True
ISR0109_000000007141	4177	0.5747885275148263	5	2	2	2	2	False	65724	maximal	True	ISR0109_000000007141	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	73.297	26.0	0.001348106067731357	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ENG0037_000000025712	1397	0.5747878814416351	2	2	2	2	1	True	65152	fragment	False	ENG0037_000000025712	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1380.0	100.0	99.0	0.012713661423856324	CP058198.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00002 plasmid pRHBSTW-00002_3, complete sequence	False	True
ENG0054_000000007487	3399	0.5747814911606857	5	3	3	3	1	False	63789	maximal	True	ENG0054_000000007487	1.0		6	3	False	False	0.999117374420166	0					non-mobilizable	no_good_hit	51.0	98.039	2.0	1.6987082682586508e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
CHI0046_000000009972	1162	0.574781204901311	1	1	1	1	1	False	87015	fragment	False	FIJ0061_000000022609	0.3483026963290121		0	0	False	False	1.0	0					non-mobilizable	plasmid	1163.0	89.682	100.0	0.004752328969507941	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MAD0043_000000001459	11395	0.5747780477614927	11	11	11	9	10	False	49841	maximal	False	FIJ0031_000000001602	0.9850344636258722		0	0	False	False	1.0	0					non-mobilizable	chromosome	11395.0	100.0	100.0	0.002367038951439554	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	False	False
ENG0017_000000001228	16092	0.5747777076178475	10	8	5	7	4	False	121831	maximal	True	ENG0017_000000001228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2722.0	79.941	17.0	0.0008617437989858407	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
SPA0129_000000010511	2585	0.5747743612136529	4	3	3	3	2	False	117481	fragment	False	AST0031_000000010392	0.9544958136148526		0	0	False	False	1.0	0					non-mobilizable	other	1913.0	99.111	100.0	0.02377724994714785	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0359_000000017186	1603	0.5747720373615541	2	2	2	2	2	False	23815	maximal	True	ISR0359_000000017186	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	99.79299999999999	60.0	0.0025233534660080966	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
ISR0812_000000011688	3372	0.574770302200186	5	3	3	3	2	False	120366	maximal	True	ISR0812_000000011688	1.0	PS691	9	3	False	True	0.9967378377914429	0					non-mobilizable	no_good_hit	773.0	98.965	23.0	0.005940929309097625	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0047_000000003387	4583	0.57477026900439	4	4	4	4	3	False	116710	maximal	True	ENG0047_000000003387	1.0	PS782	0	0	False	True	0.9912720918655396	0					non-mobilizable	no_good_hit	3533.0	99.604	77.0	0.0004985300984018243	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
DEN0077_000000008067	1660	0.5747696319306654	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.5594736246427707	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1430.0	81.538	99.0	0.0006559048993324551	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
ETH0001_000000020299	1657	0.5747696319306654	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.5786230649624444	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1429.0	81.456	100.0	0.0006554429944737703	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
ISR0354_000000012814	1463	0.5747696319306654	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.3636172265920492	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1341.0	85.53299999999999	91.0	0.015750543529634183	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0362_000000015246	1364	0.5747696319306654	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.19555515545417457	PS1128	0	0	False	True	0.9992668628692627	0					non-mobilizable	other	1236.0	83.495	90.0	0.00039500022355468676	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
MON0032_000000026542	1211	0.5747696319306654	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.18939585499903497	PS1128	0	0	False	True	0.9917423725128174	0					non-mobilizable	other	1227.0	85.33	100.0	0.014391719444181869	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MON0015_000000031814	1211	0.5747696319306654	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.18955057799687997	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1227.0	85.575	100.0	0.014391719444181869	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
FIJ0115_000000013144	1809	0.5747686218786806	2	2	2	2	2	False	41729	maximal	True	FIJ0115_000000013144	1.0		71	9	False	False	1.0	0					non-mobilizable	other	1809.0	99.72399999999999	100.0	0.000343023884555767	FO203501.1	enterobacteria	Klebsiella pneumoniae subsp. rhinoscleromatis strain SB3432, complete genome	False	False
FIJ0086_000000021177	1555	0.5747624326499432	3	1	1	1	1	False	43825	fragment	False	FIJ0086_000000021177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	90.11200000000001	34.0	0.0001794046793991256	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0078_01_000000006399	2508	0.5747614031943767	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.7921931167833154		0	0	False	False	1.0	0					non-mobilizable	other	2147.0	99.115	100.0	0.0107047368211022	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0394_000000011180	1702	0.5747614031943767	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.42026628234232394		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	97.07799999999999	100.0	0.00851490482461391	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0107_000000014331	3867	0.5747593353156969	3	3	3	3	3	False	131916	fragment	False	MON0107_000000014331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
ENG0089_000000014885	1380	0.5747584377101047	2	2	2	2	2	False	61282	maximal	True	ENG0089_000000014885	1.0		26	5	False	False	0.9847826361656189	0					non-mobilizable	chromosome	1382.0	98.698	100.0	0.00038433665330440465	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
CHI0045_000000003548	5169	0.5747583868213112	7	4	2	3	3	True	95389	fragment	False	CHI0045_000000003548	0.9420022945449827		0	0	False	False	0.998839259147644	0					non-mobilizable	virus	5169.0	100.0	100.0	0.05378459104769636	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
ISR0080_000000005972	4800	0.5747583868213112	6	4	2	3	3	True	95389	fragment	False	CHI0045_000000003548	0.6262978009930998		0	0	False	False	0.9902083277702332	0					non-mobilizable	virus	4660.0	97.48899999999999	97.0	0.04848730837678354	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
ISR0173_000000002510	3323	0.5747560024480545	3	3	3	2	3	False	124210	fragment	False	ISR0173_000000002510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2067.0	80.648	62.0	0.014531830953935232	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0062_01_000000007134	3238	0.5747560024480545	3	3	3	2	3	False	124169	fragment	False	USA0062_01_000000007134	1.0		0	0	False	False	0.9978381991386414	0					non-mobilizable	no_good_hit	2069.0	80.52199999999999	63.0	0.014460874748105468	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0176_000000006849	4651	0.5747559320283493	4	4	4	4	3	False	117166	maximal	True	ISR0176_000000006849	1.0		8	5	False	False	0.9873145818710327	0					non-mobilizable	no_good_hit	2877.0	85.29700000000001	61.0	0.004334104519067007	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0100_000000001929	14182	0.5747543458456145	12	10	8	8	7	True	105464	maximal	False	CHI0045_000000000764	0.9771105426147839	PS636	0	0	False	True	0.9998589754104614	0					non-mobilizable	other	14182.0	99.993	100.0	0.02544151734135157	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0104_000000028653	1322	0.5747522001667781	2	2	2	2	2	False	4813	maximal	True	SPA0104_000000028653	1.0		45	8	False	False	0.9954614043235779	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	1.3475413695200442e-05	CP044523.1	euryarchaeotes	Halorussus sp. ZS-3 chromosome, complete genome	True	False
AUS0010_000000006594	3480	0.5747347811931806	3	3	2	2	1	False	101576	maximal	True	AUS0010_000000006594	1.0		18	6	False	False	0.9997126460075378	0					non-mobilizable	other	3480.0	99.397	100.0	0.06617842876165113	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
AST0116_000000000758	18514	0.574731271504103	18	10	8	10	5	True	107522	maximal	True	AST0116_000000000758	1.0		41	7	False	False	1.0	0					non-mobilizable	no_good_hit	5530.0	97.794	61.0	0.047803236605207015	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0178_000000008336	2024	0.574728626288789	2	1	1	1	1	False	82497	maximal	True	ISR0178_000000008336	1.0		355	11	False	False	0.9906126260757446	0					non-mobilizable	no_good_hit	1500.0	98.2	74.0	0.039474377205456365	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	True	False
ISR0165_000000017862	1357	0.574728626288789	2	1	1	1	1	False	82496	fragment	False	ISR0165_000000017862	1.0		0	0	False	False	0.9653647541999817	0					non-mobilizable	other	1357.0	99.55799999999999	100.0	0.0357086427555696	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	False	False
CHI0106_000000003004	5856	0.5747253997333254	6	4	1	1	3	False	83170	maximal	True	CHI0106_000000003004	1.0		69	11	False	False	0.9998292326927185	0					non-mobilizable	no_good_hit	353.0	90.368	6.0	0.027103911497431844	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
ISR0090_000000019427	1576	0.5747205798711386	2	1	1	1	1	False	124758	fragment	False	ENG0090_000000013236	0.6697263578426905		0	0	False	False	0.9917512536048889	0					non-mobilizable	other	1595.0	96.803	99.0	0.014270878097693741	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0023_000000005804	4102	0.574717308921535	6	4	3	4	2	True	7638	maximal	True	SPA0023_000000005804	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0003_000000034784	1408	0.5747137962239485	2	2	2	2	1	False	96456	fragment	False	CAN0003_000000034784	0.9713656387665198		0	0	False	False	0.9978693127632141	0					non-mobilizable	chromosome	1286.0	100.0	100.0	0.0005431398895883253	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0125_000000011760	1628	0.5747090237783572	2	2	2	2	1	False	41191	maximal	True	FIJ0125_000000011760	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	99.31700000000001	36.0	0.002654891353676911	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0095_000000011092	2487	0.5747071961571353	2	2	1	2	2	False	123236	fragment	False	ENG0095_000000011092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1410.0	96.87899999999999	57.0	0.005400508960545962	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
ISR0118_000000010744	1543	0.5747035659307063	2	2	2	2	2	False	85290	fragment	False	MON0081_000000031907	0.7871687296795409		0	0	False	False	0.9980557560920715	0					non-mobilizable	other	1538.0	98.505	99.0	0.022193663903890028	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0064_000000016824	2364	0.574700470733406	4	3	3	3	2	False	129054	maximal	True	DEN0064_000000016824	1.0		8	6	False	False	0.9923858046531677	0					non-mobilizable	no_good_hit	691.0	84.66	33.0	0.0019078752852050409	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
SPA0137_000000007971	4574	0.5746936463978056	7	6	3	5	6	True	124308	maximal	True	SPA0137_000000007971	1.0		573	13	False	False	1.0	0		MOBV			mobilizable	other	4574.0	100.0	100.0	0.009068662446654926	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0079_000000019526	1702	0.5746902457082705	4	4	4	3	4	False	125783	fragment	False	ENG0079_000000019526	0.9694407479601654		0	0	False	False	0.999412477016449	0					non-mobilizable	no_good_hit	1182.0	73.266	68.0	0.0004050287702880375	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0129_000000001310	15831	0.5746886539541773	19	17	7	8	13	False	76997	maximal	False	USA0035_01_000000001603	0.9951552426471868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	89.47399999999999	4.0	0.7268232385661311	GQ879520.1		Uncultured organism clone VC1C890TF genomic sequence	True	False
FIJ0107_000000017921	1419	0.5746817783953297	3	1	1	1	1	True	42265	fragment	False	FIJ0107_000000017921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0081_000000000186	16104	0.5746813381947719	15	7	4	4	6	True	16146	fragment	False	MAD0081_000000000186	1.0		0	0	False	False	0.994845986366272	0			MPF_T		non-mobilizable	no_good_hit	3104.0	78.318	46.0	0.04472513735864415	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	True
SPA0139_000000017798	1584	0.5746805233793083	3	3	1	3	0	False	3508	maximal	True	SPA0139_000000017798	1.0		16	3	False	False	0.995580792427063	0					non-mobilizable	no_good_hit								True	False
ENG0019_000000000010	141356	0.5746787351503878	177	36	19	28	21	False	70008	maximal	True	ENG0019_000000000010	1.0	PS2	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2622.0	97.14	2.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	True
FIJ0156_000000002479	2985	0.5746755815170741	3	3	2	2	1	False	39508	maximal	True	FIJ0156_000000002479	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1230.0	98.211	41.0	0.002040460556353403	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0111_000000008982	1897	0.5746740121521513	3	3	2	3	3	False	85581	fragment	False	CHI0062_000000007225	0.9719085877470356		0	0	False	False	1.0	0					non-mobilizable	other	1897.0	99.789	100.0	0.006988805378726165	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
CHI0151_000000013245	1871	0.5746740121521513	3	3	2	3	3	False	85581	fragment	False	CHI0062_000000007225	0.9653432969057373		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	99.89299999999999	100.0	0.0004513038336691967	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0149_000000005886	2693	0.5746714247988762	5	5	3	3	5	False	128207	maximal	True	ISR0149_000000005886	0.9992438563327033		12	3	False	False	0.9992573261260986	0					non-mobilizable	no_good_hit	1337.0	88.10799999999999	50.0	0.02150204081632653	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0077_000000022232	1609	0.5746646145496968	3	2	2	2	2	False	106742	fragment	False	ISR0077_000000022232	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	97.542	100.0	0.011393786481642788	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0062_000000000432	34480	0.5746612852673371	43	7	4	7	1	True	49825	fragment	False	FIJ0062_000000000432	0.9644199224575007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	1.3713160451519522e-05	NZ_SMFX01000001.1	g-proteobacteria	Thiogranum longum strain DSM 19610 Ga0244536_11, whole genome shotgun sequence	True	True
AST0092_000000008678	1630	0.5746608858030784	3	3	3	3	2	False	109647	fragment	False	AST0092_000000008678	0.9945407835581246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1081.0	98.89	66.0	0.044437129690585914	NZ_CYYA01000033.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0062_000000011634	2493	0.5746545873640294	6	1	1	1	1	True	98405	fragment	False	FIJ0062_000000011634	0.9745875006625435		0	0	False	False	0.9923786520957947	0					non-mobilizable	no_good_hit								True	True
CHI0051_000000009251	1973	0.5746489957980196	3	2	2	2	1	True	86644	maximal	True	CHI0051_000000009251	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1615.0	99.071	82.0	0.0005179548037901198	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
DEN0073_000000047732	1139	0.5746471230069606	2	2	2	2	2	False	70038	maximal	True	DEN0073_000000047732	1.0		283	12	False	False	0.9973661303520203	0					non-mobilizable	other	1139.0	99.73700000000001	100.0	0.0014391728170859406	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0022_000000008138	3085	0.5746459156441908	5	4	4	3	2	False	37594	maximal	True	ISR0022_000000008138	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1500.0	99.8	49.0	0.00027530288827441106	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0308_000000008094	2088	0.5746393120330666	3	3	3	3	2	False	50694	maximal	True	ISR0308_000000008094	1.0		41	8	False	False	0.9918582439422607	0					non-mobilizable	no_good_hit	166.0	74.096	7.0	0.0010841828302460565	NZ_MWPH01000005.1	euryarchaeotes	Natronolimnobius baerhuensis strain CGMCC 1.3597 ZB100004, whole genome shotgun sequence	True	False
ISR0023_000000019401	1638	0.5746388905945684	3	2	2	2	2	False	73542	maximal	True	ISR0023_000000019401	1.0		51	5	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	74.16	23.0	0.00015558206829304006	CP054675.1	bacteria	Ignavibacteria bacterium isolate Ch128a chromosome, complete genome	True	False
FIJ0107_000000001538	15166	0.5746355788853145	31	8	5	4	1	False	42310	maximal	True	FIJ0107_000000001538	1.0		3	1	False	False	0.9998021721839905	0					non-mobilizable	no_good_hit	1777.0	89.195	26.0	0.007769389397223774	LR756490.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
CAN0012_000000028994	1594	0.5746339449405837	1	1	1	1	1	False	129010	maximal	True	CAN0012_000000028994	1.0	PS1059	4	3	False	True	1.0	0					non-mobilizable	other	1299.0	79.985	96.0	0.00021173163843058801	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ENG0066_000000015021	1415	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.40056048472726474	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1353.0	99.039	96.0	0.01860132355571454	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0011_000000032630	1406	0.5746339449405837	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.15205275609147317	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1347.0	85.375	96.0	0.25397426192278577	KX125463.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time2_PI_2 genomic sequence	False	True
SPA0042_000000024273	1401	0.5746339449405837	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.13720448050812767	PS816	0	0	False	True	0.997144877910614	0					non-mobilizable	plasmid	1344.0	99.405	96.0	0.006211783424760178	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0192_000000012554	1395	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.2531066690104301	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1342.0	79.881	96.0	0.00021878389284771838	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0232_000000021389	1379	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.044908494508010925	PS1059	0	0	False	True	0.9666424989700317	0					non-mobilizable	other	1344.0	87.12799999999999	97.0	0.018243605795027724	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0034_01_000000037989	1359	0.5746339449405837	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.07503745191475877	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1293.0	99.227	95.0	0.005975892914959159	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0312_000000013899	1355	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.2302110305922723	PS1059	0	0	False	True	0.9933579564094543	0					non-mobilizable	other	1356.0	89.23299999999999	100.0	0.018628840306536606	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0141_000000022849	1353	0.5746339449405837	1	1	1	1	1	False	86468	fragment	False	FIJ0006_000000026333	0.7102511661909072		0	0	False	False	0.9992609024047852	0					non-mobilizable	other	1358.0	81.738	100.0	0.17577259095058026	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	False
ENG0009_000000009774	1349	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.4348386154334535	PS1059	0	0	False	True	0.9925870895385742	0					non-mobilizable	other	1350.0	98.741	100.0	0.018546290054070415	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0103_000000022463	1347	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.31750797713230094	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1347.0	98.29299999999999	100.0	0.018518773303248352	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ITA0008_000000001637	1344	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.24402704062387934	PS1059	0	0	False	True	0.9992559552192688	0					non-mobilizable	other	1314.0	82.49600000000001	99.0	0.00037158955166258646	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
AST0092_000000010117	1337	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.26269787450147675	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1337.0	99.177	100.0	0.018381189549138036	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0139_000000020944	1319	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.2549717978778936	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1320.0	90.07600000000001	100.0	0.01813353879173947	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0001_000000018282	1316	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.23458068851452085	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1317.0	89.825	100.0	0.018092263665506376	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0784_000000009238	1316	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.24490295383051694	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1319.0	81.425	100.0	0.0022448033316166517	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	False	True
ISR0185_000000025248	1316	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.25273856587663146	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1317.0	89.977	100.0	0.018092263665506376	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0111_000000013462	1312	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.04040122734841814	PS1059	0	0	False	True	0.9946646094322205	0					non-mobilizable	other	1317.0	87.775	100.0	0.018106022040917408	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0131_000000029080	1277	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.26616110138257004	PS1059	0	0	False	True	0.9992169141769409	0					non-mobilizable	other	1277.0	90.525	100.0	0.8929321203638908	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0104_000000024877	1273	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.03107867629290027	PS1059	0	0	False	True	0.9960722923278809	0					non-mobilizable	other	1273.0	88.845	100.0	0.01748689514742099	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0033_000000025512	1252	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1942800390599773	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1252.0	90.575	100.0	0.8754373687893632	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
AST0087_000000029337	1243	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.031066696061339553	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1243.0	88.17399999999999	100.0	0.01708790226050108	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0112_000000015222	1240	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.12447128229103614	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1240.0	90.0	100.0	0.8670398880335899	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0098_000000031395	1238	0.5746339449405837	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.04868760597506148	PS816	0	0	False	True	0.9991922378540039	0					non-mobilizable	plasmid	1238.0	98.62700000000001	100.0	0.005721501188703158	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0337_000000009456	1172	0.5746339449405837	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.021771363692777403	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1176.0	80.27199999999999	100.0	0.000192050928429294	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ENG0069_000000015641	1151	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.01332766619242203	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1151.0	88.35799999999999	100.0	0.8047585724282715	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
USA0047_01_000000031416	1151	0.5746339449405837	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.013323882025710557	PS1059	0	0	False	True	0.9860990643501282	0					non-mobilizable	other	1151.0	88.271	100.0	0.8047585724282715	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
CAN0003_000000012044	4070	0.5746272607941154	6	2	0	1	2	False	96758	maximal	True	CAN0003_000000012044	1.0		2	1	True	True	0.9997543096542358	10					non-mobilizable	no_good_hit								True	True
FIJ0123_000000013377	2413	0.5746248942859976	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8638217653815006	PS871	0	0	True	True	1.0	10					non-mobilizable	other	2164.0	92.14399999999999	99.0	0.931572109138155	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0089_000000011274	2172	0.5746248942859976	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.5071995936912889	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2166.0	92.059	99.0	0.9324382849718493	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0044_000000010119	2168	0.5746248942859976	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.5076649239803858	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2166.0	92.059	99.0	0.9324382849718493	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MAD0050_000000015601	1553	0.5746223096870715	3	1	1	1	1	False	69067	maximal	True	MAD0050_000000015601	1.0		24	6	False	False	1.0	0					non-mobilizable	other	1365.0	86.227	95.0	0.012149047414410544	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0083_000000026683	1176	0.5746223096870715	1	1	1	1	1	False	69066	fragment	False	ISR0293_000000028206	0.9583670169765561		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	87.792	94.0	0.009946640882395072	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0172_000000006174	3306	0.5746216473534059	6	2	2	2	0	True	108642	fragment	False	CAN0007_000000010816	0.39556503051502884		0	0	False	False	1.0	0					non-mobilizable	other	3306.0	100.0	100.0	0.000997681033072296	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0002_000000006527	3177	0.5746216473534059	6	2	2	2	0	True	108642	fragment	False	CAN0007_000000010816	0.39039900091197544		0	0	False	False	0.9933899641036987	0					non-mobilizable	other	3159.0	100.0	99.0	0.0009533061126905632	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MON0069_000000015518	3038	0.5746216473534059	6	2	2	2	0	True	108642	fragment	False	CAN0007_000000010816	0.3214105927555783		0	0	False	False	0.9996708631515503	0					non-mobilizable	other	3038.0	100.0	100.0	0.00091677981768247	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
DEN0054_000000001980	3123	0.5746211110380219	3	2	2	2	2	False	77862	maximal	True	DEN0054_000000001980	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	88.273	65.0	0.0002161726698047861	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MAD0040_000000010648	2848	0.5746173128995506	3	3	2	3	0	True	18385	maximal	True	MAD0040_000000010648	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1790.0	84.749	63.0	0.011964323090738452	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0046_000000004787	4862	0.5746171384114782	6	4	4	4	4	False	17771	maximal	True	MAD0046_000000004787	1.0		4	2	False	False	0.9997943043708801	0					non-mobilizable	no_good_hit	843.0	71.293	17.0	0.0023089098885325067	NZ_FNIN01000002.1	d-proteobacteria	Desulfonauticus submarinus strain DSM 15269, whole genome shotgun sequence	True	False
USA0034_01_000000015994	3465	0.5746153325132418	4	4	4	4	4	False	63708	maximal	True	USA0034_01_000000015994	1.0		684	14	False	False	1.0	0					non-mobilizable	other	3472.0	83.324	100.0	0.0010426429840484355	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0165_000000005302	3063	0.5746140449544221	3	2	2	2	1	False	130947	maximal	True	CHI0165_000000005302	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0004_000000009158	2875	0.5746075059225895	4	4	2	4	1	False	109829	fragment	False	ENG0004_000000009158	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2880.0	87.77799999999999	99.0	0.056448128216207726	NZ_JAAIPV010000031.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_31_length_50914_cov_74.5275, whole genome shotgun sequence	False	False
ENG0109_000000004065	5752	0.5746070222553226	3	3	2	3	1	False	59899	maximal	True	ENG0109_000000004065	1.0		23	6	False	False	0.9991307258605957	0					non-mobilizable	no_good_hit	3465.0	74.69	59.0	0.7331472735079433	NZ_GG663512.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld8, whole genome shotgun sequence	True	False
SPA0113_000000021900	1338	0.5746042680024476	2	2	2	2	2	False	4483	maximal	True	SPA0113_000000021900	1.0		215	13	False	False	1.0	0					non-mobilizable	other	1338.0	100.0	100.0	0.012027599607776109	NZ_JAAIPV010000010.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_10_length_111161_cov_93.7847, whole genome shotgun sequence	False	False
ENG0202_000000017746	1179	0.5745999501460243	2	1	1	1	1	False	54106	maximal	True	ENG0202_000000017746	1.0		6	4	False	False	0.9974554777145386	0					non-mobilizable	no_good_hit	508.0	78.543	43.0	0.0006792693960946037	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0038_000000019068	1841	0.5745985947659202	4	2	2	2	2	False	88881	fragment	False	FIJ0038_000000019068	1.0		0	0	False	False	0.995111346244812	0					non-mobilizable	other	1591.0	95.286	94.0	0.0004787185517288514	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0100_000000013869	2110	0.5745976081027626	4	3	3	3	2	False	100840	fragment	False	DEN0003_000000011846	0.9796572587157718		0	0	False	False	0.9957345724105835	0					non-mobilizable	no_good_hit	444.0	72.973	21.0	8.369054870515384e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
CHI0023_000000006811	1995	0.5745972687695086	3	2	1	2	2	True	89129	fragment	False	CHI0023_000000006811	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1994.0	100.0	99.0	0.012446603881991456	CP054450.1	enterobacteria	Escherichia coli strain SCU-488 plasmid pSCU-488-1, complete sequence	False	True
ISR0054_000000014703	1741	0.5745943884947752	3	2	2	1	1	False	115792	fragment	False	ISR0054_000000014703	0.7339092200899441		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	99.022	99.0	0.021613420715555942	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0140_000000017401	1695	0.5745943884947752	3	2	2	1	1	False	115792	fragment	False	ISR0054_000000014703	0.5235683401868672		0	0	False	False	0.9994100332260132	0					non-mobilizable	other	1599.0	99.5	94.0	0.019872408690137167	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0011_000000029788	1570	0.5745943884947752	3	2	2	1	1	False	115792	fragment	False	ISR0054_000000014703	0.5638439142349646		0	0	False	False	0.9866241812705994	0					non-mobilizable	other	1511.0	99.404	96.0	0.01877805827415965	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0230_000000023085	1510	0.5745943884947752	2	2	2	1	1	False	115792	fragment	False	ISR0054_000000014703	0.4520012769770932		0	0	False	False	0.9993377327919006	0					non-mobilizable	other	1504.0	99.46799999999999	99.0	0.018691007672888713	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0307_000000007680	1478	0.5745943884947752	2	2	2	1	1	False	115792	fragment	False	ISR0054_000000014703	0.40569962384315006		0	0	False	False	0.9959404468536377	0					non-mobilizable	other	1478.0	99.323	100.0	0.018367676868168082	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0084_01_000000026348	1195	0.574594182129775	2	1	1	1	1	False	458	fragment	False	USA0084_01_000000026348	1.0		0	0	False	False	1.0	0					non-mobilizable	other	611.0	99.345	98.0	0.008739505429955012	NZ_RCXZ01000034.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0034, whole genome shotgun sequence	False	False
ENG0053_000000009441	2719	0.5745936114713907	3	3	3	3	2	False	117289	fragment	False	ENG0053_000000009441	1.0		0	0	False	False	0.9977933168411255	0					non-mobilizable	other	2719.0	98.713	100.0	0.01043253969777109	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
SPA0061_000000006772	2521	0.5745880498229865	3	3	3	3	0	False	6199	maximal	True	SPA0061_000000006772	1.0		3	1	False	False	0.9873065948486328	0					non-mobilizable	no_good_hit	1653.0	81.851	65.0	0.000461115440767918	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0365_000000015686	1114	0.5745854800874898	2	1	1	1	1	False	23640	maximal	True	ISR0365_000000015686	1.0		15	5	False	False	0.9820466637611389	0					non-mobilizable	virus	1114.0	88.061	99.0	0.019444541852228495	MK233918.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_1_c1 sequence	False	False
MAD0011_000000002537	4982	0.5745782793829267	6	4	4	4	3	False	86836	fragment	False	CHI0049_000000002684	0.901308249042323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	94.09	37.0	0.00026287806999587485	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0088_000000007655	1503	0.5745766540760113	4	4	3	2	3	False	110386	maximal	True	AST0088_000000007655	1.0		2	1	False	False	0.9973386526107788	0					non-mobilizable	chromosome	1503.0	100.0	100.0	0.0007192215551945082	CP023477.1	firmicutes	Streptococcus mutans strain LAR01 chromosome, complete genome	False	False
MAD0107_000000007370	5181	0.5745749991870303	6	6	6	6	5	False	130049	fragment	False	ENG0005_000000004373	0.6855009309801412		0	0	False	False	1.0	0					non-mobilizable	chromosome	5196.0	91.87799999999999	100.0	0.0018065956251315822	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0127_000000006555	2907	0.5745710658304937	3	3	3	3	3	False	60849	fragment	False	MAD0105_000000011749	0.9542193372053296		0	0	False	False	0.9938080310821533	0					non-mobilizable	other	2907.0	98.14200000000001	100.0	0.0168916169683442	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
FIJ0041_000000009955	3598	0.5745705584122206	4	4	4	4	3	False	99231	fragment	False	CHI0111_000000008113	0.7752516049765826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1776.0	75.788	49.0	0.0004365944429054909	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CHI0159_000000003878	3566	0.5745705584122206	4	4	4	4	3	False	99231	fragment	False	CHI0111_000000008113	0.7350109542541996		0	0	False	False	0.9997195601463318	0					non-mobilizable	no_good_hit	1775.0	75.38	49.0	0.00043584169386599864	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CHI0160_000000013167	2348	0.5745691749046626	5	3	2	3	1	True	78721	fragment	False	CHI0160_000000013167	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0126_000000007198	2634	0.5745679138401324	3	1	1	1	1	False	122312	fragment	False	AUS0018_000000010571	0.9971537001897532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0005703721186374007	NZ_LMTZ01000163.1	cyanobacteria	Mastigocoleus testarum BC008 Contig-90, whole genome shotgun sequence	True	False
CHI0060_000000003036	3921	0.5745659913054534	4	4	4	4	3	False	85773	maximal	True	CHI0060_000000003036	1.0		23	8	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.5186171571763486e-05	NZ_MBTF01000035.1	CFB group bacteria	Mucilaginibacter pedocola strain TBZ30 scaffold5, whole genome shotgun sequence	True	False
SPA0134_000000012385	2236	0.5745641946577996	5	4	3	3	3	True	3667	fragment	False	SPA0134_000000012385	1.0		0	0	False	False	0.998658299446106	0					non-mobilizable	no_good_hit	1698.0	96.40799999999999	78.0	0.0007642982583823826	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
ISR0384_000000002256	5532	0.5745607602714167	8	7	6	5	5	True	129450	fragment	False	ISR0384_000000002256	0.992817679558011		0	0	False	False	0.9989153742790222	0					non-mobilizable	other	5518.0	99.329	100.0	0.001766566645543862	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0140_000000003324	9720	0.574558138091384	12	10	5	7	10	False	110101	maximal	True	ISR0140_000000003324	1.0		2	1	False	False	0.9992798566818237	0					non-mobilizable	other	7700.0	74.97399999999999	95.0	0.004697095786670249	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
ISR0318_000000000663	7229	0.5745536206038361	8	8	4	7	8	True	125608	maximal	True	ISR0318_000000000663	1.0	PS931	4	2	False	True	0.9998616576194763	0					non-mobilizable	plasmid	7236.0	97.181	100.0	0.04181801355759665	CP046718.1	enterobacteria	Escherichia coli strain T16R plasmid pT16R-2, complete sequence	False	True
ENG0015_000000008895	1988	0.5745522561512961	2	2	2	1	1	False	66860	maximal	True	ENG0015_000000008895	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	87.14299999999999	32.0	0.00021626981671047076	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
CHI0017_000000001521	6691	0.574551561548856	8	3	3	2	1	False	89646	maximal	True	CHI0017_000000001521	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	85.992	4.0	0.04791785510553337	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	False
FIJ0025_000000004511	4556	0.5745485658340047	4	4	3	3	4	False	49187	fragment	False	FIJ0025_000000004511	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4556.0	99.978	100.0	0.032974033401139434	CP055131.1	enterobacteria	Salmonella enterica strain FDAARGOS_711 plasmid unnamed	False	True
USA0022_01_000000005928	1226	0.5745450461654874	2	2	2	2	2	False	24071	fragment	False	ISR0376_000000019917	0.9765274346470748		0	0	False	False	0.9959216713905334	0					non-mobilizable	chromosome	1222.0	96.56299999999999	99.0	0.0003473022211982353	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0097_000000014088	2240	0.5745435759554701	4	3	3	3	2	False	42915	maximal	True	FIJ0097_000000014088	0.9743941472336535		244	12	False	False	0.9995535612106323	0					non-mobilizable	chromosome	2244.0	86.676	99.0	0.0005935345019605311	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0029_000000024974	1170	0.5745393918247004	1	1	1	1	1	False	117697	maximal	True	AST0029_000000024974	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	70.96	34.0	0.0089860268431697	NZ_SUMN01000019.1	firmicutes	Lactobacillus amylovorus strain S60 NODE_19_length_43512_cov_45.979832, whole genome shotgun sequence	True	False
ENG0065_000000010141	2769	0.5745383001967863	4	4	3	4	3	False	91546	maximal	True	ENG0065_000000010141	1.0		6	4	False	False	0.9974719882011414	0					non-mobilizable	other	2762.0	99.891	99.0	0.20233035321705994	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
MON0037_000000058962	1299	0.5745379419771517	2	2	2	2	1	False	12045	maximal	True	MON0037_000000058962	1.0		2	1	False	False	0.9445727467536926	0					non-mobilizable	no_good_hit	1058.0	71.078	80.0	0.00035403446780873915	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0258_000000019411	1463	0.5745373394154395	2	1	1	1	1	False	34752	fragment	False	ISR0258_000000019411	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	3.0	0.0003358146303240611	NZ_AUFC01000008.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
MON0035_000000009214	2954	0.5745301625909903	4	3	1	3	2	False	90249	maximal	True	MON0035_000000009214	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	91.935	4.0	0.014742898238043868	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
ETH0003_000000004396	6453	0.5745284654551233	11	6	6	5	3	False	53260	maximal	True	ETH0003_000000004396	1.0		1	1	False	False	0.9992251396179199	0					non-mobilizable	no_good_hit	215.0	95.814	6.0	5.708601502002412e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0785_000000017216	2116	0.5745273488041234	3	3	3	3	3	False	22189	fragment	False	ISR0785_000000017216	1.0		0	0	False	False	0.9995273947715759	0					non-mobilizable	other	2116.0	98.06200000000001	100.0	0.012147283660611212	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	False	False
CHI0120_000000004017	3315	0.5745255405514657	3	2	1	2	1	True	85147	fragment	False	CHI0120_000000004017	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3315.0	99.21600000000001	100.0	0.05329430873389833	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0030_000000010881	2828	0.5745255405514657	3	2	1	2	1	True	85143	fragment	False	SPA0030_000000010881	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1759.0	99.147	100.0	0.02827139250277407	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ENG0070_000000011355	2198	0.5745255405514657	2	2	1	2	1	True	85144	fragment	False	ENG0070_000000011355	1.0		0	0	False	False	0.9968152642250061	0					non-mobilizable	other	2199.0	97.31700000000001	100.0	0.035218628885708314	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0049_000000010028	1877	0.5745255405514657	2	2	1	2	1	True	85142	fragment	False	SPA0049_000000010028	0.9737168000543912		0	0	False	False	0.9952051043510437	0					non-mobilizable	plasmid	1878.0	98.40299999999999	100.0	0.030229746070133012	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ISR0278_000000006482	1771	0.5745255405514657	2	2	1	2	1	True	69387	fragment	False	ISR0278_000000006482	1.0		0	0	False	False	0.9937888383865356	0					non-mobilizable	plasmid	1771.0	97.29	100.0	0.028278919790407094	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
SPA0023_000000015737	1767	0.5745255405514657	2	2	1	2	1	True	85142	fragment	False	SPA0049_000000010028	0.9681391364077738		0	0	False	False	0.9971703290939331	0					non-mobilizable	other	1766.0	99.54700000000001	99.0	0.028383963462682727	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ENG0058_000000019264	1767	0.5745255405514657	2	2	1	2	1	True	85142	fragment	False	SPA0049_000000010028	0.6662142231497182		0	0	False	False	0.9966044425964355	0					non-mobilizable	other	1767.0	98.698	100.0	0.02827139250277407	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0057_000000018723	1738	0.5745255405514657	2	2	1	2	1	True	85142	fragment	False	SPA0049_000000010028	0.8198419828193471		0	0	False	False	0.9930955171585083	0					non-mobilizable	other	1738.0	99.425	100.0	0.0279336796230481	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
CHI0068_000000008804	1737	0.5745255405514657	2	2	1	2	1	True	85142	fragment	False	SPA0049_000000010028	0.941894315344648		0	0	False	False	1.0	0					non-mobilizable	plasmid	1739.0	97.93	100.0	0.02800483675937122	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
SPA0008_000000017547	1737	0.5745255405514657	2	2	1	2	1	True	85142	fragment	False	SPA0049_000000010028	0.9586672172787826		0	0	False	False	0.9821531176567078	0					non-mobilizable	other	1737.0	99.539	100.0	0.02791759805734686	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
SPA0016_000000019721	1715	0.5745255405514657	2	2	1	2	1	True	85142	fragment	False	SPA0049_000000010028	0.8212241678672253		0	0	False	False	0.9982507228851318	0					non-mobilizable	other	1715.0	99.417	100.0	0.027563803611919655	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
FIJ0110_000000010706	1574	0.5745255405514657	2	2	1	2	1	True	69385	fragment	False	FIJ0110_000000010706	1.0		0	0	False	False	0.9891995191574097	0					non-mobilizable	other	1561.0	97.117	99.0	0.025055079362526735	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0090_000000005886	4092	0.5745157261495936	6	6	6	4	4	False	90630	fragment	False	ISR0090_000000005886	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3685.0	99.756	90.0	0.007680728543371931	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ENG0095_000000006256	4332	0.574515505721243	4	4	4	4	4	False	75356	maximal	False	MAD0052_000000002818	0.6795764824946515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	69.347	24.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0208_000000006882	4331	0.574515505721243	4	4	4	4	4	False	75356	maximal	False	MAD0052_000000002818	0.6797261549322416		0	0	False	False	0.9965366125106812	0					non-mobilizable	no_good_hit	1054.0	69.355	24.0	0.00036829503832216113	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0371_000000005584	3031	0.5745155000086498	5	2	1	1	2	False	23492	fragment	False	ISR0371_000000005584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1730.0	98.49700000000001	64.0	0.0006119363713660524	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0184_000000002226	3975	0.5745147163138284	2	2	2	1	1	False	118049	fragment	False	MON0078_000000010427	0.7873392162350675		0	0	False	False	0.9773585200309753	0					non-mobilizable	other	3900.0	91.12799999999999	99.0	0.006625460503569062	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	False	False
SPA0051_000000014318	1724	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.0655512203561319		0	0	False	False	1.0	0		MOBV			mobilizable	other	1725.0	98.26100000000001	100.0	0.00047847554304058295	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0037_000000042772	1723	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.0480845685623325		0	0	False	False	0.9959373474121094	0		MOBV			mobilizable	other	1722.0	96.458	100.0	0.0005182976226974003	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
SPA0104_000000022505	1669	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.04449102375477164		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1670.0	94.97	100.0	0.0003963984101261127	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
AST0084_000000021133	1667	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.051357885088148675		0	0	False	False	1.0	0		MOBV			mobilizable	other	1668.0	96.94200000000001	100.0	0.2614974101396955	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
ISR0319_000000012149	1661	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.05166191284432605		0	0	False	False	0.9963877201080322	0		MOBV			mobilizable	other	1662.0	97.292	100.0	0.2605556427562392	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
ENG0084_000000017688	1653	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.04825878041589535		0	0	False	False	1.0	0		MOBV			mobilizable	other	1653.0	99.94	100.0	0.003276061745434931	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0104_000000019284	1645	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.04823391105424621		0	0	False	False	0.9890577793121338	0		MOBV			mobilizable	other	1645.0	99.574	100.0	0.0032601970396458997	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
AST0016_000000014899	1639	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.03195377365919872		0	0	False	False	1.0	0		MOBV			mobilizable	other	1643.0	94.64399999999999	100.0	0.0004961555508158582	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0127_000000016048	1637	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.02974595419388869		0	0	False	False	1.0	0		MOBV			mobilizable	other	1644.0	93.24799999999999	100.0	0.060989215321680924	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
DEN0071_000000026214	1631	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.04808072598213344		0	0	False	False	1.0	0		MOBV			mobilizable	other	1630.0	99.387	100.0	0.0004905908351970163	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0127_000000016199	1624	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.04655092734946562		0	0	False	False	1.0	0		MOBV			mobilizable	other	1624.0	100.0	100.0	0.003218552186949693	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0058_000000021101	1622	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.04652557931966566		0	0	False	False	1.0	0		MOBV			mobilizable	other	1622.0	100.0	100.0	0.003214586010502435	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0317_000000013506	1598	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.046046744317551874		0	0	False	False	1.0	0		MOBV			mobilizable	other	1598.0	100.0	100.0	0.003166991893135342	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0175_000000015766	1595	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.046113183587181986		0	0	False	False	1.0	0		MOBV			mobilizable	other	1595.0	100.0	100.0	0.003161042628464455	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0103_000000010949	1594	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.046179663473352395		0	0	False	False	1.0	0		MOBV			mobilizable	other	1594.0	100.0	100.0	0.003159059540240826	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0133_000000015324	1594	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.046179663473352395		0	0	False	False	1.0	0		MOBV			mobilizable	other	1594.0	100.0	100.0	0.003159059540240826	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
SPA0104_000000023598	1594	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.046179663473352395		0	0	False	False	1.0	0		MOBV			mobilizable	other	1594.0	100.0	100.0	0.003159059540240826	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
AST0084_000000022162	1594	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.046179663473352395		0	0	False	False	1.0	0		MOBV			mobilizable	other	1594.0	100.0	100.0	0.003159059540240826	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
DEN0064_000000026615	1588	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.04609854512213075		0	0	False	False	1.0	0		MOBV			mobilizable	other	1588.0	100.0	100.0	0.003147161010899053	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
AST0016_000000015334	1583	0.5745137215585302	4	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.045859564472842965		0	0	False	False	1.0	0		MOBV			mobilizable	other	1583.0	100.0	100.0	0.0031372455697809085	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0208_000000017548	1575	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.045826762183425504		0	0	False	False	0.9974603056907654	0		MOBV			mobilizable	other	1575.0	100.0	100.0	0.003121380863991877	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0035_000000014239	1565	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.04712513602655273		0	0	False	False	0.9980830550193787	0		MOBV			mobilizable	other	1565.0	96.613	100.0	0.004835906918067863	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ISR0078_000000014051	1454	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.020734918764991325		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1454.0	94.773	100.0	0.0005123704650185416	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0119_01_000000017075	1444	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.02876882395952464		0	0	False	False	1.0	0		MOBV			mobilizable	other	1444.0	97.23	100.0	0.00033665461895736456	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
USA0079_01_000000009307	1422	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.027134067092692584		0	0	False	False	1.0	0		MOBV			mobilizable	other	1411.0	95.60600000000001	100.0	0.00042463663451675445	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
USA0079_01_000000009370	1412	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.0207603720186588		0	0	False	False	1.0	0		MOBV			mobilizable	other	1412.0	99.929	100.0	0.003617345826977555	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
SPA0102_000000022515	1410	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.0324720695371566		0	0	False	False	1.0	0		MOBV			mobilizable	other	1410.0	96.596	100.0	0.22115837388165124	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
USA0061_01_000000007752	1398	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.029705522378618156		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1401.0	93.36200000000001	100.0	0.0003326702914015787	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
ISR0080_000000023966	1386	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.00954802024598312		0	0	False	False	1.0	0		MOBV			mobilizable	other	1386.0	95.382	100.0	0.0035506902695704562	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
DEN0064_000000031080	1386	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.020542897967851165		0	0	False	False	1.0	0		MOBV			mobilizable	other	1386.0	98.70100000000001	100.0	0.030599619990278822	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0179_000000023503	1378	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.02671681135048905		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1377.0	99.855	100.0	0.00029159300905760784	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
SPA0136_000000031580	1351	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.02994730403264226		0	0	False	False	1.0	0		MOBV			mobilizable	other	1351.0	97.18700000000001	100.0	0.00037489378009563956	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0005_000000021103	1350	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.028275010052940006		0	0	False	False	1.0	0		MOBV			mobilizable	other	1350.0	95.704	100.0	0.0004059646690273653	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
FIJ0002_000000028651	1340	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.027598799190451603		0	0	False	False	1.0	0		MOBV			mobilizable	other	1340.0	92.985	100.0	0.2101710877413279	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
AST0113_000000027889	1332	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.024270282881459847		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1333.0	97.749	100.0	0.00034312516128300454	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
MON0031_000000024039	1331	0.5745137215585302	3	2	2	1	1	True	12428	fragment	False	MON0031_000000024039	1.0		0	0	False	False	0.976709246635437	0		MOBV			mobilizable	other	1332.0	90.015	100.0	0.0027928767899464894	NZ_QVHZ01000006.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf6, whole genome shotgun sequence	False	True
USA0063_01_000000015906	1325	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.026201012461597017		0	0	False	False	1.0	0		MOBV			mobilizable	other	1328.0	96.611	100.0	0.00039964029361966893	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0124_000000023609	1314	0.5745137215585302	2	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.011348557254525984		0	0	False	False	0.9977169036865234	0		MOBV			mobilizable	other	1315.0	95.133	100.0	0.00039722697452513527	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
DEN0070_000000026273	1304	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.021792223957617436		0	0	False	False	1.0	0		MOBV			mobilizable	other	1304.0	99.92299999999999	100.0	0.0005461949744193797	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
FIJ0030_000000029624	1296	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.011286405104610656		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1294.0	95.67200000000001	100.0	0.0001967983810479354	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0003_000000019672	1293	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.018631632629025553		0	0	False	False	0.996133029460907	0		MOBV			mobilizable	other	1293.0	92.575	100.0	0.0025621499849285295	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0060_000000025011	1272	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.012007336385630778		0	0	False	False	0.9889937043190002	0		MOBV			mobilizable	other	1272.0	99.686	100.0	0.002520505132232323	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0212_000000028752	1260	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.011956599221360819		0	0	False	False	0.9984126687049866	0		MOBV			mobilizable	other	1260.0	100.0	100.0	0.002496708073548776	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
MON0095_000000026407	1219	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.007638783994165533		0	0	False	False	0.9926168918609619	0		MOBV			mobilizable	other	1219.0	96.637	100.0	0.006017959926419685	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ITA0003_000000005822	1213	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.005845372355744621		0	0	False	False	0.9901071786880493	0		MOBV			mobilizable	chromosome	1213.0	92.49799999999999	100.0	0.00038774893852519386	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0066_000000026562	1213	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.011738093841251603		0	0	False	False	0.9925803542137146	0		MOBV			mobilizable	other	1213.0	100.0	100.0	0.002403502927038218	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
DEN0073_000000045012	1202	0.5745137215585302	3	2	2	1	1	True	124250	fragment	False	ISR0071_000000003227	0.011648966188645648		0	0	False	False	1.0	0		MOBV			mobilizable	other	1202.0	100.0	100.0	0.0023816889565783004	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
AST0012_000000019639	1229	0.5745120578668059	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17726036226091077		0	0	False	False	0.9926769733428955	0					non-mobilizable	chromosome	1243.0	94.851	100.0	0.0003999970346714593	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0362_000000018625	1103	0.5745120578668059	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.15508121226180732		0	0	False	False	1.0	0					non-mobilizable	chromosome	1103.0	99.00299999999999	100.0	0.0003841150644211853	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0107_000000030241	1072	0.5745120578668059	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.12946710083324442		0	0	False	False	0.9990671873092651	0					non-mobilizable	chromosome	1072.0	98.694	100.0	0.00037330964972331166	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0093_000000018879	1688	0.5745096837770852	3	3	3	2	1	False	46511	fragment	False	MAD0093_000000018879	1.0		0	0	False	False	0.9994075894355774	0					non-mobilizable	no_good_hit	620.0	70.484	36.0	0.00014975860046646848	NC_015578.1	spirochetes	Treponema primitia ZAS-2, complete sequence	True	False
ISR0154_000000003961	6466	0.5745088713714546	3	3	2	2	1	False	100943	maximal	True	ISR0154_000000003961	1.0		430	13	False	False	1.0	0					non-mobilizable	other	6467.0	97.758	100.0	0.020814756393954515	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0103_000000001989	8362	0.5745052752480826	8	5	4	5	4	True	44197	maximal	True	FIJ0103_000000001989	1.0		3	2	False	False	0.9961731433868408	0					non-mobilizable	no_good_hit	915.0	71.038	11.0	0.0007508587214999782	NZ_LT635493.1	firmicutes	Urinicoccus massiliensis strain FC2, whole genome shotgun sequence	True	True
ISR0216_000000002976	6949	0.5745045565599481	7	7	6	6	6	False	93257	maximal	True	ISR0216_000000002976	1.0		34	8	False	False	0.9991365671157837	0					non-mobilizable	other	5629.0	99.50299999999999	92.0	0.0014954892186866	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0201_000000002521	3423	0.5745036476800773	6	5	2	3	5	True	82417	fragment	False	ENG0201_000000002521	0.9708694353152076		0	0	False	False	1.0	0					non-mobilizable	plasmid	3424.0	99.94200000000001	100.0	0.015629637408849945	MH909349.1	enterobacteria	Klebsiella pneumoniae strain A1705 plasmid pA1705-NDM, complete sequence	False	True
AST0108_000000008852	2965	0.5745020490211498	4	4	4	4	4	False	107267	maximal	True	AST0108_000000008852	1.0		41	10	False	False	0.9908937811851501	0					non-mobilizable	no_good_hit	179.0	78.212	6.0	7.32970547421331e-05	NZ_KI629782.1	firmicutes	Brevibacillus panacihumi W25 Scaffold1, whole genome shotgun sequence	True	False
ISR0085_000000000536	23982	0.5745019267152424	22	12	11	12	8	False	34014	maximal	True	ISR0085_000000000536	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2309.0	88.39299999999999	14.0	0.0009413043273362235	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
AUS0014_000000019319	1427	0.5744928732787485	2	2	2	1	1	False	128992	maximal	True	AUS0014_000000019319	1.0	PS1059	10	6	False	True	1.0	0					non-mobilizable	no_good_hit	1265.0	89.64399999999999	89.0	0.01737682814413274	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0028_000000001552	11683	0.5744872549343716	19	14	3	8	13	False	84093	maximal	True	SPA0028_000000001552	1.0	PS412	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	3117.0	98.685	51.0	0.000940627564010068	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ETH0003_000000016914	2305	0.5744859031195466	3	3	3	3	3	False	77525	fragment	False	ETH0003_000000016914	0.977014010507881		0	0	False	False	1.0	0					non-mobilizable	other	2308.0	97.53	100.0	0.02184741846282056	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
MON0101_000000060642	1108	0.5744819545417299	2	2	2	2	2	False	8992	fragment	False	MON0101_000000060642	1.0		0	0	False	False	0.9909747242927551	0					non-mobilizable	no_good_hit	863.0	73.812	80.0	0.0015507439922353337	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0133_000000010932	1948	0.5744813638412126	2	1	1	1	1	False	31533	maximal	True	ISR0133_000000010932	1.0		1	1	False	False	0.994353175163269	0					non-mobilizable	no_good_hit	68.0	86.765	3.0	1.997754762185186e-05	CP015207.1	firmicutes	Sporosarcina ureae strain P8, complete genome	True	False
FIJ0149_000000003652	5756	0.5744797940950216	5	4	3	4	1	True	40596	maximal	True	FIJ0149_000000003652	1.0		2	1	False	False	0.9920083284378052	0					non-mobilizable	no_good_hit	76.0	98.684	1.0	2.2581063760794878e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0041_000000014066	2424	0.5744737692082869	2	2	2	2	2	False	73122	maximal	False	ISR0023_000000010880	0.927506522549385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1539.0	99.805	99.0	0.0004847739071862846	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0224_000000014836	2050	0.5744705471827086	3	3	2	3	1	False	69178	fragment	False	ISR0224_000000014836	1.0		0	0	False	False	0.997560977935791	0					non-mobilizable	other	2050.0	99.463	100.0	0.0024076386096827515	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0073_000000000193	18832	0.5744691558436347	32	6	3	6	2	False	18149	maximal	True	MAD0073_000000000193	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	74.051	3.0	0.00015606996752138812	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0134_000000029554	1099	0.5744610180200543	2	1	1	1	1	False	31445	maximal	True	ISR0134_000000029554	1.0		1	1	False	False	0.9808917045593262	0					non-mobilizable	no_good_hit								True	False
ENG0010_000000010538	2019	0.5744602709839957	4	2	2	2	2	False	101487	fragment	False	ENG0010_000000010538	1.0		0	0	False	False	0.9881129264831543	0					non-mobilizable	other	2000.0	99.95	99.0	0.03031038195023578	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0054_000000000756	19378	0.5744584943991656	15	7	5	6	3	True	101264	fragment	False	SPA0054_000000000756	0.9999741615420392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	100.0	1.0	2.247767143786771e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0055_000000001134	19351	0.5744584943991656	15	7	5	6	3	True	101264	fragment	False	SPA0054_000000000756	0.9992775312209723		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	0.0	1.6246237771924186e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
SPA0069_000000014036	1598	0.5744567880921227	1	1	1	0	1	False	5944	fragment	False	SPA0069_000000014036	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1598.0	99.93700000000001	100.0	0.00029722018171561744	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ISR0001_000000011907	2261	0.5744563494753697	4	4	3	4	3	False	129956	fragment	False	ISR0001_000000011907	0.7392266710845133		0	0	False	False	0.9969040155410767	0					non-mobilizable	other	1905.0	92.336	99.0	0.0703257738051267	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
AUS0024_000000001504	16365	0.5744560941017697	21	10	1	10	3	False	99008	fragment	False	AUS0024_000000001504	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0221_000000019693	1127	0.5744521755634395	2	2	2	2	1	False	27923	maximal	True	ISR0221_000000019693	1.0		63	9	False	False	0.9760425686836243	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	4.0	0.0001785281628176845	NZ_CABMGA010000004.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0138_000000018413	1583	0.5744509028370118	3	1	1	1	1	True	31345	maximal	True	ISR0138_000000018413	1.0		18	5	False	False	0.9968414306640625	0					non-mobilizable	no_good_hit	168.0	79.762	10.0	6.743750790933735e-05	NZ_MSCM01000001.1	CFB group bacteria	Polaribacter glomeratus strain ATCC 43844 scaffold00001, whole genome shotgun sequence	True	True
MAD0012_000000006420	4179	0.5744441521805286	8	1	1	1	1	False	19688	fragment	False	MAD0012_000000006420	1.0		0	0	False	False	0.9997606873512268	0					non-mobilizable	no_good_hit								True	False
MON0033_000000040985	1459	0.5744441521805286	3	1	1	1	1	False	12286	maximal	True	MON0033_000000040985	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0005_000000004799	4803	0.5744436533232997	5	4	4	3	4	False	62088	maximal	False	FIJ0129_000000004355	0.9542158690698157		0	0	False	False	1.0	0					non-mobilizable	other	4837.0	93.694	100.0	0.015251375866772221	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0108_000000002018	10598	0.5744431215274503	16	5	1	5	4	False	32820	maximal	True	ISR0108_000000002018	1.0		1	1	False	False	0.9994338750839233	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	1.3398572628902201e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0029_000000020062	1235	0.5744430223898653	1	1	1	1	1	False	87015	fragment	False	FIJ0061_000000022609	0.4586035803514542		0	0	False	False	1.0	0					non-mobilizable	plasmid	1254.0	90.03200000000001	100.0	0.0051380966060655805	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MON0086_000000018357	1678	0.5744394349081229	2	2	1	2	0	False	85944	fragment	False	MON0086_000000018357	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1678.0	99.523	100.0	0.006052622081062547	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
USA0080_01_000000032595	1286	0.5744394349081229	2	2	1	2	0	False	85942	fragment	False	USA0080_01_000000032595	0.9826875515251443		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	96.351	100.0	0.00462698956942289	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0100_000000022924	1213	0.5744394349081229	2	2	1	2	0	False	85942	fragment	False	USA0080_01_000000032595	0.9552877138413686		0	0	False	False	0.978565514087677	0					non-mobilizable	other	1203.0	98.67	99.0	0.004327426282166961	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0381_000000017595	1114	0.5744393833032307	2	1	1	1	1	False	23123	maximal	True	ISR0381_000000017595	1.0		0	0	False	False	0.9829443693161011	0					non-mobilizable	no_good_hit	563.0	99.11200000000001	51.0	0.0003127972478294821	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
ISR0383_000000005482	2485	0.5744387535378763	3	2	1	2	0	False	30792	maximal	True	ISR0383_000000005482	1.0		0	0	False	False	0.9939637780189514	0					non-mobilizable	no_good_hit	1600.0	95.0	64.0	0.0221244448134158	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	False
CHI0093_000000004502	1472	0.5744345322349027	1	1	1	1	1	False	83590	maximal	True	CHI0093_000000004502	1.0		35	9	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	72.388	45.0	0.02822424268539665	NZ_JRGL01000113.1	g-proteobacteria	Aeromonas aquatica strain AE235 contig113, whole genome shotgun sequence	True	False
CAN0008_000000006525	4331	0.5744344305740513	5	5	5	5	3	False	96625	maximal	True	CAN0008_000000006525	1.0		37	9	False	False	0.9986146092414856	0					non-mobilizable	no_good_hit	619.0	74.637	14.0	0.005914009717947229	NZ_FOZC01000012.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
SPA0130_000000009857	3326	0.5744228806158735	3	2	2	2	2	False	29402	fragment	False	ISR0185_000000008670	0.9517459444597196		0	0	False	False	0.9987973570823669	0					non-mobilizable	no_good_hit	539.0	73.655	16.0	0.0007312915818991588	NZ_FOOS01000002.1	a-proteobacteria	Jannaschia rubra strain DSM 16279, whole genome shotgun sequence	True	False
ISR0119_000000011105	2838	0.574422769033125	3	3	3	3	3	False	32350	maximal	True	ISR0119_000000011105	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2839.0	99.04899999999999	100.0	0.11823296520108356	NZ_QIML01000029.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_29, whole genome shotgun sequence	False	False
MON0107_000000023548	2504	0.5744199013453009	4	3	3	3	3	False	115293	maximal	True	MON0107_000000023548	1.0		21	8	False	False	0.9824281334877014	0					non-mobilizable	no_good_hit	224.0	74.554	9.0	9.503801737676846e-05	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ISR0024_000000004845	4271	0.5744155490855454	5	5	5	5	4	False	104222	fragment	False	CHI0054_000000003369	0.853841447119979		0	0	False	False	1.0	0					non-mobilizable	other	4271.0	100.0	100.0	0.006813554345675388	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0033_000000006212	4204	0.5744155490855454	5	5	5	5	4	False	104222	fragment	False	CHI0054_000000003369	0.8495531198051635		0	0	False	False	1.0	0					non-mobilizable	other	4204.0	100.0	100.0	0.006706643773975095	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0183_000000006853	4020	0.5744155490855454	5	5	5	5	4	False	104222	fragment	False	CHI0054_000000003369	0.8262842419123608		0	0	False	False	0.9955223798751831	0					non-mobilizable	other	4020.0	100.0	100.0	0.006413038621842947	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MAD0095_000000002325	8294	0.5743935795434125	15	3	2	3	2	False	15604	maximal	True	MAD0095_000000002325	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	96.512	2.0	2.3509978166507182e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0781_000000007424	3507	0.5743912518855968	6	5	5	4	3	False	77634	maximal	True	ISR0781_000000007424	1.0		13	5	False	False	0.9997148513793945	0					non-mobilizable	no_good_hit	1839.0	77.76	71.0	0.0664635031200116	NZ_JAAISM010000062.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_62_length_27564_cov_182.882, whole genome shotgun sequence	True	False
SPA0048_000000013166	1536	0.5743910523632297	2	1	1	1	1	False	56458	fragment	False	SPA0048_000000013166	0.9875252865812543		0	0	False	False	0.9915364384651184	0					non-mobilizable	no_good_hit								True	False
ENG0160_000000013576	1483	0.5743910523632297	2	1	1	1	1	False	56458	fragment	False	SPA0048_000000013166	0.970703125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0777_000000000425	28312	0.5743872710745741	36	14	7	11	8	True	103574	maximal	True	ISR0777_000000000425	1.0		50	8	False	False	1.0	0					non-mobilizable	other	15696.0	99.96799999999999	100.0	0.004202998254798368	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0069_000000011440	2150	0.5743871879550552	3	3	3	3	3	False	55464	maximal	True	ISR0069_000000011440	0.9827560254876867		190	13	False	False	0.9958139657974243	0					non-mobilizable	no_good_hit	204.0	76.471	9.0	0.0006601134610859846	NZ_VSLA01000025.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_25, whole genome shotgun sequence	True	False
MON0109_000000014275	2479	0.5743861632725085	3	3	3	2	3	False	8502	fragment	False	MON0109_000000014275	1.0		0	0	False	False	0.996369481086731	0					non-mobilizable	no_good_hit	1221.0	98.36200000000001	53.0	0.0005020142343068044	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
AST0012_000000009173	2369	0.5743842193294588	3	3	3	3	2	False	125280	maximal	True	AST0012_000000009173	1.0		17	4	False	False	0.9995778799057007	0					non-mobilizable	other	2369.0	100.0	100.0	0.01697418032199332	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	False	False
ISR0112_000000002160	10322	0.5743841167015528	8	6	5	6	3	True	131956	maximal	True	ISR0112_000000002160	1.0	PS1136	2	2	False	True	0.9985467791557312	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0032334286780251213	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
DEN0082_000000031193	1372	0.5743835702001254	1	1	1	1	1	False	94884	maximal	True	DEN0082_000000031193	0.9913564459600265		8	6	False	False	0.9905247688293457	0					non-mobilizable	no_good_hit	306.0	74.183	22.0	0.00010968924081058141	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
ISR0295_000000028056	1269	0.5743835702001254	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.17126119182673763	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1269.0	97.794	100.0	0.8986534372785259	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
ISR0143_000000020790	1402	0.5743824898064944	2	2	2	2	1	False	31120	fragment	False	ISR0143_000000020790	1.0		0	0	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit								True	False
ISR0197_000000014901	1716	0.5743780187255886	2	2	2	2	2	False	28931	maximal	True	ISR0197_000000014901	1.0		22	5	False	False	0.9813519716262817	0					non-mobilizable	no_good_hit	544.0	92.096	32.0	0.08464536243180047	KU546039.1	bacteria	Uncultured bacterium clone TE_03C_000_Contig_22 genomic sequence	True	False
CHI0007_000000006400	1184	0.5743768884893049	1	1	1	1	1	False	90544	maximal	True	CHI0007_000000006400	1.0		29	7	False	False	0.9991554021835327	0					non-mobilizable	no_good_hit	73.0	93.15100000000001	11.0	0.0004676539360872954	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
USA0080_01_000000026311	1607	0.5743766948022974	2	2	2	2	1	False	105694	fragment	False	USA0080_01_000000026311	0.9781886179527602		0	0	False	False	0.9968886375427246	0					non-mobilizable	chromosome	1191.0	99.412	99.0	0.00040436070742056265	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0047_000000020265	1927	0.5743725864143262	3	2	2	2	2	False	73756	maximal	False	ISR0183_000000016053	0.9635805886522527		0	0	False	False	0.9989621043205261	0					non-mobilizable	other	1927.0	98.339	100.0	0.00582117565986925	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0150_000000020880	1210	0.5743698786402617	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.1431484040893128		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	97.521	100.0	0.04238833181403829	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0106_000000007879	3159	0.574368266797932	3	3	3	3	3	False	118704	maximal	False	ISR0213_000000006798	0.6229586935638809		0	0	False	False	0.9990503191947937	0					non-mobilizable	other	3158.0	95.44	99.0	0.018350596961136494	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0212_000000002839	9664	0.5743655207213189	8	6	5	6	6	False	28374	maximal	True	ISR0212_000000002839	1.0		1	1	False	False	0.9994826316833496	0					non-mobilizable	no_good_hit	1331.0	92.337	14.0	0.0002972915598053758	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
FIJ0054_000000006641	3723	0.5743653370365313	6	5	5	5	5	False	69726	fragment	False	FIJ0054_000000006641	0.9855248917748918		0	0	False	False	0.9981197714805603	0					non-mobilizable	no_good_hit	291.0	79.725	8.0	6.507883382357876e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0101_000000017260	2530	0.5743642994905234	2	2	2	1	2	False	4947	maximal	True	SPA0101_000000017260	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2024.0	96.789	80.0	0.0032411924640272497	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0042_000000026860	1241	0.5743632838955112	3	1	1	1	1	False	36332	maximal	True	ISR0042_000000026860	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000006813	3277	0.5743580666905924	5	5	5	5	4	False	125953	fragment	False	ISR0200_000000006813	1.0		0	0	False	False	0.9993897080421448	0					non-mobilizable	other	3278.0	96.675	100.0	0.008930550803968526	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0097_000000023540	1394	0.5743565376757716	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.8569263045335761		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	89.82799999999999	100.0	0.0004333599426085842	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0007_000000000539	25650	0.5743515306487487	31	22	11	16	16	True	38460	maximal	True	ISR0007_000000000539	1.0		1	1	False	False	0.9999220371246338	0					non-mobilizable	no_good_hit	1637.0	78.436	13.0	0.04810903511147215	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
DEN0011_000000003954	8273	0.5743511691420351	10	6	1	6	4	False	75793	maximal	True	DEN0011_000000003954	1.0		1	1	False	False	0.999758243560791	0					non-mobilizable	no_good_hit								True	False
FIJ0104_000000011138	2328	0.5743497451699474	4	3	1	3	2	False	108963	fragment	False	FIJ0104_000000011138	1.0		0	0	False	False	0.994415819644928	0					non-mobilizable	no_good_hit	232.0	75.0	10.0	6.367648289427084e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0128_000000016985	2089	0.5743486577153686	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.27190047863550243		0	0	False	False	0.9952130317687988	0					non-mobilizable	chromosome	2089.0	98.085	100.0	0.000736797197629969	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0068_000000013475	2353	0.5743470265763894	2	1	1	1	1	False	45081	maximal	True	FIJ0068_000000013475	1.0		336	14	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	79.21300000000001	7.0	0.0012488382899628252	NZ_GL882630.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld45, whole genome shotgun sequence	True	False
USA0009_01_000000011396	2178	0.5743470265763894	2	1	1	1	1	False	16070	maximal	True	USA0009_01_000000011396	0.9893518518518518		127	12	False	False	1.0	0					non-mobilizable	other	2208.0	75.27199999999999	99.0	0.0013084335914306322	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
DEN0064_000000033905	1287	0.5743390834955149	2	2	2	2	1	True	71195	maximal	True	DEN0064_000000033905	1.0		24	4	False	False	1.0	0					non-mobilizable	other	1297.0	87.818	100.0	0.00034179389801556313	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	True
SPA0062_000000021140	1515	0.5743390479415781	2	2	2	2	2	False	14177	fragment	False	MON0023_000000014088	0.9252481389578164		0	0	False	False	0.9993399381637573	0					non-mobilizable	other	1521.0	93.36	100.0	0.15453710319485556	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	False
MAD0038_000000001006	8923	0.5743361676272845	17	3	2	3	1	False	18570	maximal	True	MAD0038_000000001006	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	1.8820042751212902e-05	NZ_CP016604.1	g-proteobacteria	Otariodibacter oris strain Baika1, complete genome	True	False
MAD0040_000000003648	6125	0.5743361676272845	10	3	2	3	1	False	18415	fragment	False	MAD0040_000000003648	1.0		0	0	False	False	0.9962449073791504	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.0909432897582996e-05	CP047870.1	budding yeasts	Candida tropicalis strain MYA-3404 chromosome 2	True	False
ISR0057_000000006474	3191	0.5743326231052497	3	3	3	3	3	False	93825	fragment	False	ISR0057_000000006474	0.7165645334159069		0	0	False	False	0.999686598777771	0					non-mobilizable	other	3140.0	92.29299999999999	98.0	0.09714568757352486	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	False	False
MAD0047_000000013170	3145	0.5743326231052497	4	3	3	3	3	False	93825	fragment	False	ISR0057_000000006474	0.7046975848622188		0	0	False	False	1.0	0					non-mobilizable	other	3144.0	92.303	99.0	0.0973004767506656	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	False	False
CHI0132_000000008456	3795	0.5743299776789784	5	3	2	2	2	True	93215	maximal	True	CHI0132_000000008456	1.0		2	2	False	False	0.999736487865448	0					non-mobilizable	no_good_hit								True	True
FIJ0018_000000018225	1484	0.5743279175696847	1	1	1	1	1	False	49954	maximal	True	FIJ0018_000000018225	1.0		60	9	False	False	0.9986522793769836	0					non-mobilizable	no_good_hit	1330.0	78.49600000000001	89.0	0.0003526660049266047	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0084_000000012354	2753	0.5743218179561088	5	3	3	2	3	False	111516	maximal	True	AST0084_000000012354	1.0		463	14	True	True	0.9989103078842163	2					non-mobilizable	other	2216.0	97.65299999999999	100.0	0.05330189825729772	GU942950.1		Uncultured organism clone 7 genomic sequence	False	True
ISR0262_000000011501	1479	0.5743192379967026	3	1	1	1	1	False	26661	maximal	True	ISR0262_000000011501	1.0		9	4	False	False	0.9702501893043518	0					non-mobilizable	no_good_hit	668.0	97.455	87.0	0.030204229497803742	NZ_CYZK01000035.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0104_000000009828	3328	0.5743188428523412	3	3	3	3	2	False	109525	maximal	True	AST0104_000000009828	1.0		26	5	False	False	0.9981971383094788	0					non-mobilizable	other	3366.0	79.471	99.0	0.02790025720680095	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	False	False
ISR0255_000000009144	3223	0.5743178541117337	5	4	2	1	3	True	33750	maximal	True	ISR0255_000000009144	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	91.07799999999999	16.0	7.326327760221321e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0089_000000009895	2701	0.5743178541117337	4	4	2	1	3	True	33749	fragment	False	ISR0089_000000009895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	73.63	10.0	0.002786882028536102	NZ_ADFP01000135.1	bacteria	Pyramidobacter piscolens W5455 contig00010, whole genome shotgun sequence	True	True
SPA0109_000000017943	1818	0.5743176408914075	2	2	2	1	1	False	128914	fragment	False	SPA0109_000000017943	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1367.0	99.70700000000001	75.0	0.9559132260321903	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
DEN0085_000000019678	1434	0.5743138847840652	2	1	1	1	1	False	68952	fragment	False	DEN0085_000000019678	1.0		0	0	False	False	0.9958158731460571	0					non-mobilizable	chromosome	1369.0	83.419	95.0	0.0003808606612043083	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0109_000000008360	2209	0.5743104219748767	2	2	2	2	2	False	82802	backbone	False	ENG0129_000000011867	0.9946862215444737	PS409	0	0	True	True	0.9995473027229309	5					non-mobilizable	chromosome	2193.0	99.863	100.0	0.0007374777721641354	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0108_000000013330	1356	0.5743068551631982	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.22881865360594736		0	0	False	False	1.0	0					non-mobilizable	chromosome	1357.0	98.305	100.0	0.00036338533638334043	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0064_000000026837	1115	0.5743068551631982	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.06211103844731337		0	0	False	False	0.9964125752449036	0					non-mobilizable	other	1115.0	99.193	100.0	0.7215025906735751	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
FIJ0021_000000024903	1934	0.5743067709088502	2	2	2	1	1	False	49625	fragment	False	FIJ0021_000000024903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	766.0	81.20100000000001	39.0	0.00020353565168354393	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0795_000000010148	1267	0.5743027032363764	2	2	1	2	1	True	63821	fragment	False	ISR0795_000000010148	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	100.0	100.0	0.002510589691114178	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
USA0047_01_000000028667	1265	0.5743027032363764	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05971422002598948		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	92.33200000000001	100.0	0.00026743486731882347	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ISR0008_000000010801	1242	0.5743027032363764	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.02592365730483419		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	99.275	100.0	0.000330273578832258	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0087_000000048016	1003	0.5743027032363764	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.005478033883313747		0	0	False	False	1.0	0					non-mobilizable	chromosome	1003.0	95.015	100.0	0.0003229629562778423	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0037_000000016177	1477	0.5742994578291266	3	3	3	3	2	False	76249	fragment	False	DEN0007_000000017257	0.5235144263737641		0	0	False	False	1.0	0					non-mobilizable	chromosome	1480.0	95.473	100.0	0.00041955018531318356	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0111_000000003125	6267	0.5742901286526431	6	3	0	3	1	False	106857	fragment	False	AST0111_000000003125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000001200	24378	0.574289232210295	33	5	2	5	2	False	9999	maximal	True	USA0130_01_000000001200	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.090021513050914e-05	NZ_CACVQR010000002.1	bacteria	Fibrobacter succinogenes isolate RUG10152, whole genome shotgun sequence	True	False
ISR0014_000000015213	2384	0.5742858859199671	3	3	3	2	2	False	124202	maximal	True	ISR0014_000000015213	1.0		25	4	False	False	0.9991610646247864	0					non-mobilizable	chromosome	2112.0	80.492	91.0	0.0005587451521823487	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0094_000000033157	1195	0.5742823186719263	2	1	1	1	1	False	68267	fragment	False	DEN0094_000000033157	1.0		0	0	False	False	0.991631805896759	0					non-mobilizable	plasmid	1160.0	84.48299999999999	96.0	0.0018460487854690271	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
FIJ0146_000000007072	2546	0.5742815652248779	3	2	2	2	2	False	39979	fragment	False	FIJ0146_000000007072	1.0		0	0	False	False	0.9996072053909302	0					non-mobilizable	other	2546.0	98.115	100.0	0.032723002877456484	NZ_CYYU01000010.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0031_000000003061	7639	0.5742785978560574	6	4	2	4	2	False	7298	fragment	False	SPA0031_000000003061	1.0		0	0	False	False	0.9981672763824463	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.852816890749249e-05	NZ_QOVI01000003.1	CFB group bacteria	Leeuwenhoekiella aestuarii strain R-50232 Contig003, whole genome shotgun sequence	True	False
MAD0054_000000008410	1955	0.5742779004995061	3	3	2	2	3	False	124354	maximal	True	MAD0054_000000008410	1.0		1	1	False	False	0.9994884729385376	0					non-mobilizable	no_good_hit	1339.0	97.087	68.0	0.0077067517596507195	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0016_000000016197	1378	0.5742778379926343	3	1	1	1	1	False	58137	maximal	True	ISR0016_000000016197	1.0		420	11	False	False	0.9985486268997192	0					non-mobilizable	other	1392.0	98.27600000000001	100.0	0.008226458420875082	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
CHI0048_000000003360	4933	0.5742712573836657	4	3	2	3	2	True	86938	fragment	False	CHI0048_000000003360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0135_000000012465	1557	0.5742690304846673	3	2	2	2	2	False	117888	maximal	True	CHI0135_000000012465	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	99.726	70.0	0.06749830173531773	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	True	False
FIJ0109_000000015397	1599	0.5742652470860651	2	2	2	2	2	False	42144	fragment	False	FIJ0109_000000015397	1.0		0	0	False	False	0.9993746280670166	0					non-mobilizable	no_good_hit	915.0	86.23	57.0	0.00020341179895258502	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0039_000000020098	1843	0.5742588761673397	3	1	0	1	1	True	36541	maximal	True	ISR0039_000000020098	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.862002359540405e-06	CP019101.1	monocots	Spirodela polyrhiza strain 9509 chromosome 9 sequence	True	True
ISR0103_000000016031	1839	0.5742588761673397	2	1	0	1	1	True	92713	fragment	False	ISR0103_000000016031	1.0		0	0	False	False	0.9978249073028564	0					non-mobilizable	no_good_hit								True	True
ISR0125_000000008715	1729	0.5742588761673397	2	1	0	1	1	True	32042	fragment	False	ISR0125_000000008715	1.0		0	0	False	False	0.996529757976532	0					non-mobilizable	no_good_hit								True	True
MAD0024_000000008794	1694	0.5742588761673397	3	1	0	1	1	True	40241	fragment	False	MAD0024_000000008794	1.0		0	0	False	False	0.9693034291267395	0					non-mobilizable	no_good_hit								True	True
CAN0017_000000022553	1523	0.5742588761673397	4	1	0	1	1	True	92373	maximal	True	CAN0017_000000022553	1.0		0	0	False	False	0.9908075928688049	0					non-mobilizable	no_good_hit	70.0	84.286	5.0	0.00034424645991327043	NZ_PUBZ01000114.1	GNS bacteria	Herpetosiphon llansteffanensis strain CA052B NODE_4_length_194657_cov_30_2121_ID_4148, whole genome shotgun sequence	True	True
CAN0016_000000033444	1369	0.5742588761673397	1	1	0	1	1	True	92709	fragment	False	ISR0189_000000013093	0.9098729459502685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0027_000000009109	1324	0.5742588761673397	2	1	0	1	1	True	2294	fragment	False	TAN0027_000000009109	1.0		0	0	False	False	0.9780966639518738	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000013093	1291	0.5742588761673397	1	1	0	1	1	True	92709	fragment	False	ISR0189_000000013093	0.9236654648409732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000031292	1278	0.5742588761673397	1	1	0	1	1	True	95164	fragment	False	ISR0027_000000018334	0.7760197958221549		0	0	False	False	0.9992175102233887	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.4037200687401719e-06	CP050231.1	eudicots	Morus alba cultivar Heyebai chromosome 8	True	True
ENG0132_000000016383	1186	0.5742588761673397	2	1	0	1	1	True	58283	fragment	False	ENG0132_000000016383	1.0		0	0	False	False	0.9957841634750366	0					non-mobilizable	no_good_hit								True	True
ISR0089_000000027007	1185	0.5742588761673397	2	1	0	1	1	True	95164	fragment	False	ISR0027_000000018334	0.5835466336970021		0	0	False	False	0.99831223487854	0					non-mobilizable	no_good_hit	31.0	96.774	3.0	1.435366865417132e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	True
FIJ0030_000000032845	1183	0.5742588761673397	2	1	0	1	1	True	48640	fragment	False	FIJ0030_000000032845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0038_000000013205	1147	0.5742588761673397	1	1	0	1	1	True	18525	maximal	True	MAD0038_000000013205	1.0		0	0	False	False	0.9738448262214661	0					non-mobilizable	no_good_hit	283.0	95.76	24.0	0.02592729285846097	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
DEN0070_000000030565	1124	0.5742588761673397	2	1	0	1	1	True	95164	fragment	False	ISR0027_000000018334	0.38953586497890297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	1.4037200687401719e-06	CP050231.1	eudicots	Morus alba cultivar Heyebai chromosome 8	True	True
DEN0052_000000043586	1100	0.5742588761673397	1	1	0	1	1	True	92709	fragment	False	ISR0189_000000013093	0.26606068050608034		0	0	False	False	0.996363639831543	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000013154	3148	0.574255448078613	3	2	2	2	2	False	76939	maximal	True	DEN0001_000000013154	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	73.408	20.0	0.02784924396298804	NZ_QICA01000027.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_027, whole genome shotgun sequence	True	False
DEN0007_000000019489	1306	0.5742538146217719	3	1	1	1	1	False	76240	maximal	True	DEN0007_000000019489	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0052_000000012426	1275	0.5742411505479658	1	1	1	1	1	False	86461	fragment	False	CHI0052_000000012426	0.9873617693522907		0	0	False	False	0.9992156624794006	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000016530	1369	0.5742397930591383	3	2	2	2	1	False	60131	maximal	True	ENG0105_000000016530	1.0		0	0	False	False	0.9269539713859558	0					non-mobilizable	no_good_hit	1108.0	80.054	81.0	0.9919137466307277	NZ_LGTE01000061.1	firmicutes	Thermincola ferriacetica strain Z-0001 Tfer_ctg61, whole genome shotgun sequence	True	False
CHI0162_000000003550	7197	0.5742377498496796	9	4	0	4	0	True	78594	fragment	False	CHI0162_000000003550	1.0		0	0	False	False	0.9998610615730286	0					non-mobilizable	no_good_hit								True	True
ENG0078_000000022440	1144	0.5742343140588981	2	2	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.030309352822590296		0	0	False	False	0.9991258978843689	0					non-mobilizable	other	1149.0	90.51299999999999	100.0	0.03838410951550127	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
FIJ0011_000000041178	1135	0.5742343140588981	2	2	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.005820650920540072		0	0	False	False	0.9982379078865051	0					non-mobilizable	other	1135.0	91.189	100.0	0.018587977561655658	NZ_SMMX01000018.1	firmicutes	Extibacter muris strain DSM 28560 NODE_18_length_60254_cov_97.191262, whole genome shotgun sequence	False	True
MON0037_000000032836	2166	0.5742339117557635	1	1	1	1	0	False	12103	maximal	True	MON0037_000000032836	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	943.0	75.61	43.0	0.018664941052759298	NZ_AWEY01000006.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00017, whole genome shotgun sequence	True	False
ISR0388_000000013284	2589	0.5742329846044347	5	3	3	2	2	False	22945	maximal	True	ISR0388_000000013284	1.0		7	3	False	False	0.9988412261009216	0					non-mobilizable	no_good_hit	483.0	72.464	18.0	0.001842134859784451	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0074_000000009099	1512	0.574232252804436	2	2	2	2	2	False	84722	fragment	False	CHI0074_000000009099	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	100.0	100.0	0.0269019174960386	NZ_PKIB01000011.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.11, whole genome shotgun sequence	False	False
ISR0828_000000000424	14675	0.5742284459883802	14	10	5	10	5	True	21082	fragment	False	ISR0828_000000000424	0.9682126464341988		0	0	False	False	1.0	0					non-mobilizable	other	9515.0	91.161	99.0	0.22477357107385249	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
DEN0003_000000002082	11453	0.5742216951229427	16	6	4	4	3	False	126514	fragment	False	DEN0003_000000002082	1.0		0	0	False	False	0.9993014931678772	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	9.78348948413743e-07	CP020629.1	bony fishes	Oryzias latipes strain HSOK chromosome 9	True	False
CHI0131_000000012778	1416	0.5742177690308142	2	2	2	2	1	False	92021	fragment	False	CHI0131_000000012778	0.9985422740524781		0	0	False	False	0.9774011373519897	0					non-mobilizable	other	1416.0	99.788	100.0	0.0019101358693818045	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
AST0002_000000020558	1811	0.5742173775084247	2	2	2	1	1	False	131690	maximal	True	AST0002_000000020558	1.0		33	7	False	False	0.9994478225708008	0					non-mobilizable	no_good_hit	1391.0	94.105	77.0	0.07256674154955331	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0032_000000011200	1526	0.5742173775084247	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.9702265463174318		0	0	False	False	0.9836173057556152	0					non-mobilizable	other	1526.0	94.758	100.0	0.07967190846873204	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0104_000000017713	1394	0.5742173775084247	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.9269864526398736		0	0	False	False	0.9978479146957397	0					non-mobilizable	other	1394.0	100.0	100.0	0.07277571704717622	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0049_000000012818	1290	0.5742173775084247	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.589199136296918		0	0	False	False	0.9984496235847473	0					non-mobilizable	other	1290.0	94.884	100.0	0.06734235410898072	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0130_000000001259	17488	0.5742156266786572	16	9	6	7	8	False	117467	maximal	True	ENG0130_000000001259	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	276.0	98.913	2.0	0.006188314474783747	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
MON0018_000000011349	1747	0.5742123658965255	5	4	1	3	3	False	86318	fragment	False	FIJ0152_000000013377	0.9488188976377953		0	0	False	False	0.9891242384910583	0					non-mobilizable	other	1747.0	97.367	100.0	0.0005987545493857622	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0185_000000022649	1462	0.5742103167815511	3	2	2	1	1	False	35906	fragment	False	USA0035_01_000000015644	0.7154351979239341		0	0	False	False	0.9993159770965576	0					non-mobilizable	no_good_hit	283.0	84.45200000000001	26.0	9.950996634657627e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CAN0011_000000007435	4171	0.5742069907712297	5	5	5	5	4	False	94520	maximal	True	CAN0011_000000007435	1.0		10	3	False	False	0.999520480632782	0					non-mobilizable	no_good_hit	1908.0	72.589	45.0	0.0016206731974302716	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
CHI0136_000000012378	1112	0.5742044427213213	2	1	1	1	1	False	80555	maximal	True	CHI0136_000000012378	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	858.0	99.301	100.0	0.00016100409375479038	CP056776.1	enterobacteria	Enterobacter cloacae strain DSM 30054 chromosome, complete genome	False	False
ISR0296_000000013791	1902	0.5741918472509352	3	1	1	1	1	False	25677	fragment	False	ISR0296_000000013791	1.0		0	0	False	False	0.9947423934936523	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000022372	1625	0.5741918472509352	2	1	1	1	1	False	44858	fragment	False	FIJ0071_000000022372	1.0		0	0	False	False	0.9944615364074707	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000021444	1470	0.5741918472509352	2	1	1	1	1	False	15206	fragment	False	MAD0099_000000021444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000038038	1264	0.5741880567107496	2	1	1	1	1	False	17605	maximal	True	MAD0047_000000038038	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0050_000000006829	3392	0.5741809735476157	4	3	3	3	2	False	44246	maximal	True	MAD0050_000000006829	1.0		3	2	False	False	0.9961674809455872	0					non-mobilizable	no_good_hit	951.0	78.444	28.0	0.000768812359450222	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
USA0023_01_000000019820	1537	0.574176557861336	3	2	2	2	2	False	1697	fragment	False	USA0023_01_000000019820	1.0		0	0	False	False	0.9882888793945312	0					non-mobilizable	no_good_hit	460.0	90.0	87.0	0.00012746388523251747	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0132_000000015928	1934	0.5741721196672773	3	3	3	3	3	False	80904	maximal	True	CHI0132_000000015928	1.0		44	11	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	78.571	4.0	0.0003910132897408477	NZ_JWJH01000009.1	a-proteobacteria	Rhizobium nepotum 39/7 contig_9, whole genome shotgun sequence	True	False
ENG0085_000000005494	3606	0.5741665184688429	7	3	3	2	3	False	122624	fragment	False	ENG0085_000000005494	0.9615705931495405		0	0	False	False	0.9961175918579102	0					non-mobilizable	chromosome	2600.0	98.30799999999999	100.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0055_000000001930	7092	0.5741624437955534	8	5	4	5	3	False	121824	fragment	False	CHI0054_000000001402	0.2132136059166267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5534.0	97.434	78.0	0.0015543878364866056	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0044_000000013670	3457	0.5741582534815508	3	2	2	2	2	False	12047	maximal	True	MON0044_000000013670	1.0		9	1	False	False	0.9982643723487854	0					non-mobilizable	no_good_hit	1361.0	97.061	65.0	0.0006465004237005723	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
FIJ0108_000000009726	2326	0.5741581116268929	4	4	4	3	3	False	42227	maximal	True	FIJ0108_000000009726	1.0		18	6	False	False	0.9995700716972351	0					non-mobilizable	no_good_hit	1306.0	79.096	56.0	0.002812741262502277	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
AST0113_000000000581	33735	0.5741579200498018	41	13	9	12	7	False	106713	maximal	True	AST0113_000000000581	1.0		1	1	False	False	0.999703586101532	0					non-mobilizable	no_good_hit	3249.0	92.49	10.0	0.13436178153769596	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0385_000000021734	1119	0.5741560564496254	2	1	1	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.9678172642474675		0	0	False	False	1.0	0					non-mobilizable	chromosome	1127.0	76.486	100.0	0.00029183224500890835	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0036_000000023310	1354	0.5741525169952678	2	2	2	2	2	False	18706	maximal	True	MAD0036_000000023310	1.0		10	6	False	False	0.9977843165397644	0					non-mobilizable	chromosome	1355.0	84.649	100.0	0.0004688679141716744	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0112_000000022898	1623	0.5741466089174717	2	2	2	2	2	False	32622	fragment	False	ISR0112_000000022898	1.0		0	0	False	False	0.9735058546066284	0					non-mobilizable	other	1623.0	92.421	100.0	0.002827241922663952	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
AST0113_000000015574	2436	0.5741450309186144	5	3	2	2	3	True	131064	fragment	False	USA0072_01_000000007207	0.3342465191366791		0	0	False	False	1.0	0					non-mobilizable	other	2436.0	100.0	100.0	0.0007286751787498567	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
SPA0058_000000007118	4170	0.5741426220505489	6	5	2	2	4	True	6315	fragment	False	SPA0058_000000007118	1.0		0	0	False	False	0.9995203614234924	0					non-mobilizable	no_good_hit								True	True
AST0084_000000007732	4108	0.5741426220505489	6	5	2	2	4	True	116363	fragment	False	ISR0819_000000004621	0.23435988984763778		0	0	False	False	0.9995131492614746	0					non-mobilizable	plasmid	4108.0	99.976	100.0	0.13236005027554867	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
SPA0141_000000014809	1527	0.5741425316555706	3	3	2	2	2	False	3458	fragment	False	SPA0141_000000014809	1.0		0	0	False	False	0.9875572919845581	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	3.0	8.658930153100709e-05	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0386_000000016338	1881	0.5741410068001224	5	2	2	2	2	True	22997	fragment	False	ISR0386_000000016338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	6.805477301359196e-05	NZ_VMDU01000001.1	a-proteobacteria	Rhodobacter flagellatus strain SYSU G03088 contig001, whole genome shotgun sequence	True	True
FIJ0011_000000020865	2124	0.5741404805865022	3	2	1	1	1	False	50965	maximal	True	FIJ0011_000000020865	1.0		1	1	False	False	0.9952918887138367	0					non-mobilizable	no_good_hit	433.0	92.61	20.0	0.0010360432739926757	NZ_FNWH01000005.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	True	False
MAD0062_000000005157	2621	0.5741398293591242	8	1	1	1	1	False	16771	maximal	True	MAD0062_000000005157	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0803_000000004141	3232	0.5741229664935029	3	3	3	3	2	False	21840	maximal	True	ISR0803_000000004141	1.0		17	4	False	False	0.9944307208061218	0					non-mobilizable	no_good_hit	1425.0	78.456	44.0	0.027136046938027136	NZ_JAEB01000026.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ISR0838_000000006334	3444	0.5741173194785841	3	3	3	2	3	False	59676	maximal	True	ISR0838_000000006334	1.0		192	15	False	False	0.9997096657752991	0					non-mobilizable	no_good_hit	71.0	95.775	2.0	2.890023062384038e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ISR0338_000000026192	1132	0.5741161879472302	1	1	1	1	1	False	58896	fragment	False	ISR0169_000000028275	0.9557291666666667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0111_000000016389	1272	0.5741151002790282	2	1	1	1	1	False	42074	maximal	True	FIJ0111_000000016389	1.0		10	5	False	False	0.9709119200706482	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.960602987093053e-06	NZ_CP038033.1	g-proteobacteria	Nitrosococcus wardiae strain D1FHS chromosome, complete genome	True	False
ISR0078_000000009432	2051	0.5741108868548408	3	3	2	3	2	True	113503	fragment	False	ISR0078_000000009432	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	2046.0	87.87899999999999	99.0	0.0007107174377085271	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MAD0097_000000020074	2043	0.5741089420258779	4	3	3	3	3	False	15418	maximal	True	MAD0097_000000020074	1.0		55	11	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	77.16199999999999	36.0	0.004324752850136369	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ISR0238_000000011440	1325	0.5741088076450334	1	1	1	1	1	False	27285	maximal	True	ISR0238_000000011440	1.0		272	11	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	83.954	85.0	0.0011425047502264078	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
SPA0023_000000020559	1384	0.5741040253179609	1	1	1	1	1	False	7605	maximal	True	SPA0023_000000020559	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1306.0	72.665	93.0	0.0003560803080902672	NZ_JAGE01000001.1	firmicutes	Ruminiclostridium josui JCM 17888 K412DRAFT_scf7180000000006_quiver.1_C, whole genome shotgun sequence	False	False
ENG0096_000000006843	4767	0.5741009970222659	6	4	4	4	2	False	62381	backbone	False	ISR0027_000000005803	0.9965145131708046	PS277	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	11.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ENG0170_000000000998	10232	0.5741005497296594	9	8	6	6	4	False	99673	fragment	False	ENG0170_000000000998	0.966529730115663		0	0	False	False	0.9999022483825684	0					non-mobilizable	no_good_hit	1334.0	73.46300000000001	16.0	0.004281187899117984	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0398_000000007190	3204	0.5740947523778549	4	4	4	4	4	False	122042	maximal	True	ISR0398_000000007190	1.0		14	6	False	False	0.9953183531761169	0					non-mobilizable	no_good_hit	1388.0	95.821	45.0	0.02091182834748135	NZ_CABMGA010000015.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0134_000000007394	3973	0.5740926268904651	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.3331847503815691		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	98.75299999999999	99.0	0.033143140659885884	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0080_000000000674	3191	0.5740920672146133	3	3	3	2	1	True	69392	fragment	False	DEN0080_000000000674	1.0		0	0	False	False	1.0	0					non-mobilizable	other	972.0	88.066	95.0	0.00031525687259982267	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
SPA0041_000000017775	1898	0.5740910841641685	2	2	2	1	1	False	6908	fragment	False	SPA0041_000000017775	1.0		0	0	False	False	0.9899894595146179	0					non-mobilizable	no_good_hit	990.0	97.17200000000001	52.0	0.027468407165671435	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	True	False
MON0107_000000027694	2156	0.5740880488698805	4	1	1	1	1	False	74024	fragment	False	ENG0200_000000009151	0.9298114264560743		0	0	False	False	0.997217059135437	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	1.4196090950546013e-05	NZ_WTYS01000001.1	a-proteobacteria	Altererythrobacter gangjinensis strain JCM 17802 NODE_1_length_2888119, whole genome shotgun sequence	True	False
ISR0052_000000032731	1155	0.5740836859409906	2	1	1	1	1	False	35761	maximal	True	ISR0052_000000032731	1.0		445	13	False	False	1.0	0					non-mobilizable	other	1155.0	96.36399999999999	100.0	0.016713253291236404	NZ_QRYH01000009.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf9, whole genome shotgun sequence	False	False
FIJ0045_000000015201	1554	0.5740798141590481	2	2	2	2	1	False	47047	maximal	True	FIJ0045_000000015201	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	76.119	17.0	7.930140549023082e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0384_000000004423	3366	0.5740783557431883	4	4	4	4	3	False	29584	fragment	False	ISR0384_000000004423	1.0		0	0	False	False	0.9985145330429077	0					non-mobilizable	other	2947.0	92.43299999999999	100.0	0.0014137843978793234	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
FIJ0085_000000007823	3885	0.5740764567939942	4	4	4	4	4	False	119436	fragment	False	CHI0024_000000003275	0.813408367160522		0	0	False	False	1.0	0					non-mobilizable	chromosome	3845.0	88.036	98.0	0.0008503681441989359	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0395_000000029080	1323	0.5740756487477229	2	2	2	2	2	False	85846	maximal	True	ISR0395_000000029080	1.0		52	9	False	False	1.0	0					non-mobilizable	chromosome	1323.0	88.738	100.0	0.0004392797276731919	CP058562.1	verrucomicrobia	Akkermansia muciniphila strain AK32 chromosome, complete genome	False	False
ENG0036_000000001766	11383	0.574074443730476	15	12	10	7	8	False	101829	maximal	True	ENG0036_000000001766	1.0		6	2	False	False	0.9999121427536011	0					non-mobilizable	no_good_hit	967.0	93.795	8.0	0.0031647643135147884	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
USA0053_01_000000003190	6851	0.5740741803418586	8	8	8	8	7	False	98056	fragment	False	USA0053_01_000000003190	1.0		0	0	False	False	0.9972266554832458	0					non-mobilizable	chromosome	6832.0	99.985	99.0	0.001264686638755064	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
ISR0058_000000004006	5525	0.5740691916612739	6	5	4	3	2	True	53133	fragment	False	ISR0058_000000004006	1.0		0	0	False	False	0.9994570016860962	0					non-mobilizable	no_good_hit	4167.0	93.569	79.0	0.14155126543420424	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0091_000000000237	43216	0.5740649108087711	59	23	16	18	15	True	108107	maximal	True	FIJ0091_000000000237	1.0		1	1	False	False	0.9996297955513	0					non-mobilizable	no_good_hit	290.0	96.20700000000001	1.0	0.15210526315789474	NZ_JAAIQH010000048.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_53_length_1900_cov_777.415, whole genome shotgun sequence	True	True
MAD0053_000000001946	6921	0.5740643137943893	7	3	1	3	1	False	17233	maximal	True	MAD0053_000000001946	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	86.84200000000001	1.0	1.9711393238565928e-05	NZ_CP035485.1	high GC Gram+	Salicibibacter halophilus strain NKC3-5 chromosome, complete genome	True	False
MON0039_000000014566	3150	0.574063789230541	3	2	2	2	1	False	11949	maximal	True	MON0039_000000014566	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	99.295	27.0	0.0002962774997804061	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CAN0009_000000006643	3416	0.5740611314053391	4	4	4	4	4	False	94806	maximal	True	CAN0009_000000006643	1.0		18	7	False	False	0.9997072815895081	0					non-mobilizable	no_good_hit	1616.0	99.443	87.0	0.00042377384383868253	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
SPA0104_000000004810	6651	0.574056653272057	8	5	3	5	4	False	103104	fragment	False	SPA0104_000000004810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	81.764	7.0	0.00019629289194342668	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0396_000000003386	5992	0.574056653272057	7	5	3	5	4	False	112123	fragment	False	ISR0396_000000003386	1.0		0	0	False	False	0.9998331069946289	0					non-mobilizable	no_good_hit	499.0	81.764	9.0	0.00019629289194342668	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
SPA0007_000000011003	2312	0.5740557140928834	3	3	3	3	3	False	73251	fragment	False	ENG0211_000000010939	0.9609684170285563		0	0	False	False	1.0	0					non-mobilizable	other	2317.0	98.446	100.0	0.000815549960280284	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0813_000000012374	2463	0.5740542289619489	3	3	1	2	3	False	61796	fragment	False	ISR0813_000000012374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	75.203	20.0	0.0034002658644091514	NZ_SLXJ01000005.1	g-proteobacteria	Nicoletella semolina strain DSM 16380 Ga0310495_105, whole genome shotgun sequence	True	False
USA0066_01_000000001519	11419	0.5740540954304975	10	8	4	4	6	True	68748	fragment	False	ENG0044_000000001659	0.9376570487826013		0	0	False	False	1.0	0					non-mobilizable	other	11425.0	98.46	100.0	0.005696232253603733	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0055_000000003404	3500	0.5740540570666974	4	4	4	3	4	False	83556	fragment	False	ISR0055_000000003404	0.9886989278470009		0	0	False	False	1.0	0					non-mobilizable	chromosome	3422.0	99.416	100.0	0.00135575643478871	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0040_000000011492	2691	0.5740518372136948	7	1	1	1	1	True	18377	fragment	False	MAD0040_000000011492	1.0		0	0	False	False	0.9955406785011292	0					non-mobilizable	no_good_hit								True	True
FIJ0053_000000008580	2379	0.5740518372136948	4	1	1	1	1	True	46414	maximal	True	FIJ0053_000000008580	1.0		2	2	False	False	0.9920134544372559	0					non-mobilizable	no_good_hit								True	True
MAD0059_000000011372	1704	0.5740518372136948	2	1	1	1	1	True	20084	fragment	False	MAD0059_000000011372	0.9488235294117646		0	0	False	False	0.9982394576072693	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	9.286774034386172e-07	CP032600.1	bony fishes	Lateolabrax maculatus linkage group 3 sequence	True	True
MAD0003_000000018706	1438	0.5740518372136948	2	1	1	1	1	True	20083	fragment	False	MAD0003_000000018706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0178_000000007207	2311	0.5740508398637303	3	2	1	2	1	False	105017	fragment	False	ISR0088_000000007877	0.1374678919349615		0	0	False	False	0.98918217420578	0					non-mobilizable	no_good_hit								True	False
FIJ0076_000000004822	3441	0.5740472055391224	4	3	3	3	3	False	99604	fragment	False	FIJ0076_000000004822	1.0		0	0	False	False	0.9982563257217407	0					non-mobilizable	no_good_hit	180.0	75.0	5.0	4.961054337679845e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	False
SPA0014_000000014697	1622	0.5740410061661433	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9770583703948358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	84.875	58.0	0.003891471724104002	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0096_000000023907	1560	0.5740410061661433	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9439296352822288		0	0	False	False	0.9993589520454407	0					non-mobilizable	no_good_hit	725.0	84.27600000000001	56.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0110_000000010810	1559	0.5740410061661433	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9439336868533498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	84.414	56.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0035_000000007787	1557	0.5740410061661433	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9434045732378082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	84.32700000000001	56.0	0.0035028165203060046	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0053_000000013384	1556	0.5740410061661433	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9431690224295817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	84.32700000000001	56.0	0.0035028165203060046	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0030_000000008819	3511	0.5740396314764078	4	4	4	3	2	False	85686	maximal	True	FIJ0030_000000008819	1.0		22	6	False	False	0.998006284236908	0					non-mobilizable	no_good_hit	1142.0	92.73200000000001	33.0	0.03511849799938443	GU942946.1		Uncultured organism clone 3 genomic sequence	True	False
FIJ0121_000000003850	6612	0.5740381689093236	6	5	5	5	5	False	66711	maximal	True	FIJ0121_000000003850	1.0		6	3	False	False	0.9972776770591736	0					non-mobilizable	no_good_hit	1892.0	75.846	32.0	0.0005251570535474048	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0029_000000003542	6345	0.574034634080175	7	5	5	4	3	False	7401	maximal	True	SPA0029_000000003542	1.0		1	1	False	False	0.9995272159576416	0					non-mobilizable	no_good_hit	115.0	79.13	2.0	2.2395382349624423e-05	NZ_CP030032.1	d-proteobacteria	Bradymonas sediminis strain FA350 chromosome, complete genome	True	False
MAD0003_000000013926	1986	0.5740294268468289	4	3	3	2	0	False	20098	maximal	True	MAD0003_000000013926	1.0		0	0	False	False	0.9924471378326416	0					non-mobilizable	no_good_hit	1288.0	98.602	66.0	0.0039058341115596265	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0311_000000011154	1937	0.5740268521678014	3	2	2	2	2	False	25296	maximal	True	ISR0311_000000011154	1.0		0	0	False	False	0.990707278251648	0					non-mobilizable	no_good_hit	965.0	95.751	50.0	0.00014689369166351327	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0154_000000005363	4513	0.5740257221757918	5	4	3	4	3	False	102886	maximal	True	ISR0154_000000005363	1.0		25	7	False	False	1.0	0					non-mobilizable	other	4513.0	99.26899999999999	100.0	0.0034932144773301066	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
SPA0099_000000002298	2202	0.5740164329691698	3	3	3	3	3	False	4992	maximal	True	SPA0099_000000002298	1.0		4	1	False	False	0.9922797679901123	0					non-mobilizable	chromosome	2202.0	99.818	100.0	0.0005505092898755314	CP049942.1	enterobacteria	Proteus mirabilis strain XH1569 chromosome, complete genome	False	False
CHI0179_000000016255	1373	0.5740158128545244	3	3	3	2	2	False	77522	fragment	False	CHI0179_000000016255	1.0		0	0	False	False	0.9694100618362427	0					non-mobilizable	other	1365.0	99.194	99.0	0.00043643834291757914	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ENG0106_000000005575	3737	0.5740061451724029	5	4	1	1	4	False	109466	fragment	False	ENG0106_000000005575	1.0		0	0	False	False	0.993042528629303	0		MOBQ			mobilizable	plasmid	3739.0	97.085	100.0	0.1144266413406452	CP011537.1	firmicutes	Lactobacillus fermentum 3872 plasmid pLF3872, complete sequence	False	True
CHI0040_000000002691	6388	0.5740052406851318	11	6	0	1	6	False	132322	maximal	True	CHI0040_000000002691	1.0	PS1156	1	1	False	True	0.9985911250114441	0	rep_cluster_663				non-mobilizable	no_good_hit	3335.0	93.493	79.0	0.04499121265377856	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	True	True
CHI0134_000000002932	4415	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.03272230775294372	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4434.0	99.54899999999999	100.0	0.10087609511889863	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
SPA0012_000000005852	4242	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.02608712174014719	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	4274.0	98.62	100.0	0.08330556481172942	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CHI0123_000000003307	4109	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.032567617357657286	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4109.0	99.976	100.0	0.10953790363437592	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
CHI0172_000000001827	4098	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.032539810465276986	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4099.0	99.976	100.0	0.10927125829933605	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0396_000000005355	4087	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.03248449406199865	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4087.0	100.0	100.0	0.10895128389728821	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0818_000000004100	4083	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.03244095843807696	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4083.0	99.976	100.0	0.10884462576327227	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0006_01_000000006019	4046	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.030452894952753714	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	4047.0	99.975	100.0	0.10788470255712876	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0151_000000004174	3945	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.026303539516403924	PS1156	0	0	False	True	0.9992395639419556	0	rep_cluster_663				non-mobilizable	other	3946.0	99.975	100.0	0.10519158467322615	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0131_000000006866	3897	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.014155610497020368	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	other	3897.0	99.949	100.0	0.10388502253153081	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0055_000000000044	3581	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.010046850315400587	PS1156	0	0	False	True	0.9986037611961365	0	rep_cluster_663				non-mobilizable	plasmid	3581.0	100.0	100.0	0.07017268753552737	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0112_000000008715	3479	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.006192587001602371	PS1156	0	0	False	True	0.9991376996040344	0	rep_cluster_663				non-mobilizable	other	3479.0	100.0	100.0	0.712850994056159	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	False	True
SPA0013_000000007759	3459	0.5740052406851318	9	6	0	1	6	False	132315	backbone	False	ISR0300_000000001005	0.006188355332668736	PS1156	0	0	False	True	1.0	0	rep_cluster_663				non-mobilizable	plasmid	3469.0	99.712	100.0	0.06797734088637121	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0225_000000005395	3026	0.5740052406851318	7	6	0	1	6	False	118849	fragment	False	ISR0225_000000005395	1.0		0	0	False	False	1.0	0	rep_cluster_663				non-mobilizable	plasmid	2926.0	99.795	97.0	0.05733382989983731	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0195_000000003859	5550	0.5740034753683513	8	4	1	4	3	True	128681	fragment	False	AST0088_000000002178	0.9688062600673764		0	0	False	False	0.999279260635376	0					non-mobilizable	no_good_hit	145.0	85.51700000000001	3.0	3.751766009857497e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0188_000000012436	1693	0.5740015851227905	2	2	2	2	2	False	102776	fragment	False	ENG0053_000000015063	0.9369424556935356		0	0	False	False	0.9805079698562622	0					non-mobilizable	other	1693.0	98.58200000000001	100.0	0.0520775623268698	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
ISR0782_000000005386	2567	0.5740004596552445	4	3	2	3	3	True	124307	fragment	False	ENG0176_000000002846	0.9814963607248673		0	0	False	False	1.0	0		MOBV			mobilizable	other	2567.0	100.0	100.0	0.005088604381831739	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0107_000000027226	1149	0.5739996356126148	2	2	2	2	1	True	32827	fragment	False	ISR0210_000000015734	0.9670329670329672		0	0	False	False	0.997389018535614	0					non-mobilizable	other	1153.0	81.266	100.0	0.00035651866060979	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0815_000000016578	1878	0.5739980210184296	3	3	2	3	3	False	39925	maximal	True	ISR0815_000000016578	1.0		152	9	False	False	0.996272623538971	0					non-mobilizable	chromosome	1856.0	99.89200000000001	99.0	0.000735359118869315	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
DEN0021_000000023800	1544	0.5739971413664146	2	2	1	2	2	False	74734	maximal	True	DEN0021_000000023800	0.9963406520292748		395	12	False	False	0.9766839146614075	0					non-mobilizable	other	1544.0	99.48200000000001	100.0	0.0004951699270434665	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
SPA0132_000000010148	3865	0.5739830927630502	4	4	4	4	3	False	131662	fragment	False	SPA0132_000000010148	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2533.0	99.48700000000001	100.0	0.012872001870812277	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
SPA0057_000000009042	3376	0.5739809032807671	3	2	2	2	1	False	6345	maximal	True	SPA0057_000000009042	1.0		78	6	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	83.209	8.0	0.0015083945435466946	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	False
ISR0334_000000007404	2727	0.5739798038178031	4	3	3	3	3	False	88198	maximal	False	SPA0023_000000006932	0.3685123415610407		0	0	False	False	1.0	0					non-mobilizable	chromosome	2066.0	94.046	99.0	0.0005986053799114992	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0111_000000003588	4526	0.5739766537471105	7	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8925327549332805		0	0	False	False	1.0	0					non-mobilizable	other	4200.0	98.619	99.0	0.001256553213786714	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0227_000000006102	4356	0.5739766537471105	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8827673542259042		0	0	False	False	1.0	0					non-mobilizable	other	4200.0	98.619	99.0	0.001256553213786714	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0126_000000004808	4220	0.5739766537471105	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8698949895246868		0	0	False	False	0.9938388466835022	0					non-mobilizable	other	4192.0	98.402	99.0	0.37693414897445127	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0166_000000004068	4170	0.5739766537471105	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.789564149007158		0	0	False	False	1.0	0					non-mobilizable	other	4053.0	99.235	97.0	0.36451961137099675	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0196_000000002477	3853	0.5739764025927719	4	4	3	2	3	False	58824	maximal	True	ENG0196_000000002477	0.961472602739726		130	10	False	False	1.0	0					non-mobilizable	no_good_hit	1228.0	81.515	32.0	0.00039355066827868803	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0125_000000004462	4480	0.5739692136565613	3	3	3	3	3	False	101227	maximal	True	FIJ0125_000000004462	1.0		53	6	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	81.601	46.0	0.0003456984394797265	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0076_000000024186	1109	0.5739668303222687	2	1	1	1	1	False	34543	fragment	False	ISR0076_000000024186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	593.0	78.24600000000001	53.0	0.0004656827625734346	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0327_000000026192	1139	0.5739620370485399	2	2	2	1	1	False	24757	fragment	False	ISR0327_000000026192	1.0		0	0	False	False	0.998244047164917	0					non-mobilizable	chromosome	1139.0	100.0	100.0	0.00021438258474941067	CP052503.1	enterobacteria	Klebsiella pneumoniae strain B17KP0020 chromosome, complete genome	False	False
AST0012_000000002020	7789	0.5739572413583791	9	8	8	8	8	False	125645	maximal	True	AST0012_000000002020	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	7789.0	100.0	100.0	0.0015981760928206227	CP022664.1	enterobacteria	Escherichia coli strain FORC 064 chromosome, complete genome	False	False
ISR0083_000000014542	1836	0.5739556885380173	2	2	2	2	2	False	129426	fragment	False	ISR0806_000000006203	0.9847842278894391		0	0	False	False	1.0	0					non-mobilizable	other	1839.0	84.12200000000001	99.0	0.042176180148585665	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
DEN0021_000000020663	1757	0.5739556885380173	2	2	2	2	2	False	129426	fragment	False	ISR0806_000000006203	0.8790344090581138		0	0	False	False	1.0	0					non-mobilizable	other	1761.0	84.895	100.0	0.09947792532062195	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
CAN0014_000000006821	6362	0.5739469077551944	9	2	2	2	1	True	130521	fragment	False	CAN0014_000000006821	0.9471873701603316		0	0	False	False	1.0	0					non-mobilizable	chromosome	6362.0	98.978	100.0	0.0012695740131112806	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0218_000000002256	6298	0.5739469077551944	9	2	2	2	1	True	130521	fragment	False	CAN0014_000000006821	0.9397275725169877		0	0	False	False	1.0	0					non-mobilizable	chromosome	4964.0	99.295	100.0	0.0009889544466226059	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0051_000000005370	4988	0.5739469077551944	7	2	2	2	1	True	130516	fragment	False	ENG0051_000000005370	0.8277556310177676		0	0	False	False	0.9973937273025513	0					non-mobilizable	chromosome	4988.0	99.27799999999999	100.0	0.0009937445387959544	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0070_000000004919	4632	0.5739469077551944	7	2	2	2	1	True	130516	fragment	False	ENG0051_000000005370	0.8141380602140791		0	0	False	False	1.0	0					non-mobilizable	chromosome	4632.0	99.15799999999999	100.0	0.0009226915048912829	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0088_000000009534	2897	0.5739453964159774	4	4	1	3	2	False	43676	maximal	True	FIJ0088_000000009534	1.0		3	3	False	False	0.9958577752113342	0					non-mobilizable	no_good_hit	1383.0	93.637	48.0	0.00021301897364005805	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0145_000000011363	2692	0.5739401133893132	4	4	4	4	3	False	104594	fragment	False	ISR0145_000000011363	0.9970446555624394		0	0	False	False	0.998142659664154	0					non-mobilizable	no_good_hit	1298.0	99.538	48.0	0.0016402523231638533	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
AST0002_000000027726	1354	0.5739376379630831	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9108429049938953		0	0	False	False	0.9992614388465881	0					non-mobilizable	other	1348.0	98.961	99.0	0.0003823767197016837	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
USA0069_01_000000012395	4972	0.5739326580033117	8	7	5	5	4	False	10877	maximal	True	USA0069_01_000000012395	0.9750000000000001		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	1533.0	82.779	31.0	0.02484684011245267	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
SPA0020_000000009510	3104	0.5739315843303174	3	3	3	3	3	False	55660	fragment	False	SPA0020_000000009510	1.0		0	0	False	False	0.9971005320549011	0					non-mobilizable	other	3105.0	98.35700000000001	100.0	0.02213238072828652	NZ_JAAITI010000008.1	firmicutes	Blautia luti strain MSK.16.34 NODE_8_length_140247_cov_225.262, whole genome shotgun sequence	False	False
MAD0001_000000021943	1172	0.5739266685044594	2	2	2	2	2	False	20257	fragment	False	MAD0001_000000021943	1.0		0	0	False	False	0.9965870380401611	0					non-mobilizable	chromosome	1172.0	99.23200000000001	100.0	0.00024761189848123615	CP019245.1	enterobacteria	Escherichia coli strain Combat13F7 chromosome, complete genome	False	False
SPA0030_000000017682	1716	0.5739257861441284	3	3	3	3	2	False	7323	fragment	False	SPA0030_000000017682	1.0		0	0	False	False	0.997086226940155	0					non-mobilizable	other	1716.0	98.77600000000001	100.0	0.027337212082569538	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0158_000000015327	1265	0.5739234799534575	2	2	2	2	2	False	30496	fragment	False	ISR0158_000000015327	1.0		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1262.0	81.616	99.0	0.030649199134725226	GU942950.1		Uncultured organism clone 7 genomic sequence	False	False
ISR0146_000000029784	1434	0.5739167795108433	2	2	1	2	2	False	72437	maximal	True	ISR0146_000000029784	0.9876183539694101		177	10	False	False	0.9993026256561279	0					non-mobilizable	other	1434.0	99.721	100.0	0.0004315664506927048	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0105_000000009215	3258	0.5739069269689487	4	1	1	1	1	False	42437	maximal	True	FIJ0105_000000009215	1.0		123	13	False	False	1.0	0					non-mobilizable	other	2955.0	96.007	100.0	0.02772533881829196	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
ENG0079_000000011020	2989	0.5739053753151254	2	2	2	2	1	False	61841	maximal	True	ENG0079_000000011020	1.0		3	3	False	False	0.9859485030174255	0					non-mobilizable	no_good_hit	1799.0	96.49799999999999	60.0	0.0008824119784236039	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0161_000000013840	1516	0.57390517801477	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.1470028750360498		0	0	False	False	0.9986807107925415	0					non-mobilizable	chromosome	1532.0	90.47	100.0	0.0005312081290180457	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0107_000000011385	1330	0.57390517801477	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.13242254189259572		0	0	False	False	1.0	0					non-mobilizable	chromosome	1333.0	90.24799999999999	100.0	0.0004459872424087081	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0010_01_000000007695	3542	0.5739050320741438	1	1	1	1	1	False	2067	maximal	True	USA0010_01_000000007695	1.0		8	5	False	False	0.9991530179977417	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	4.265557372058768e-06	NZ_CP022685.1	high GC Gram+	Streptomyces formicae strain KY5 chromosome, complete genome	True	False
FIJ0103_000000006222	3252	0.5739025322048854	5	4	4	4	3	False	102733	maximal	False	ISR0368_000000003463	0.9286232946343821		0	0	False	False	1.0	0					non-mobilizable	other	3173.0	96.47	99.0	0.0007777043061330517	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0232_000000015492	1823	0.573900719625816	4	1	1	1	1	False	83989	fragment	False	ISR0232_000000015492	1.0		0	0	False	False	0.9961601495742798	0					non-mobilizable	other	1834.0	98.146	100.0	0.014244859261101354	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	False
ISR0348_000000012058	1499	0.5739004308254898	2	2	1	2	1	False	30224	maximal	True	ISR0348_000000012058	1.0		1	1	False	False	0.9786524176597595	0					non-mobilizable	no_good_hit	135.0	78.51899999999999	9.0	0.00021469094917432103	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
CHI0141_000000004841	5679	0.5739003027957953	9	4	2	3	3	True	80150	fragment	False	CHI0141_000000004841	1.0		0	0	False	False	0.9977108836174011	0					non-mobilizable	plasmid	5653.0	98.63799999999999	100.0	0.45599031867688583	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CAN0016_000000000389	39003	0.5738954083180124	48	33	8	11	28	False	102750	maximal	False	CAN0010_000000000378	0.9497643421852828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	13179.0	97.25299999999999	88.0	0.0029261315048898424	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0126_000000011878	4081	0.5738931288402206	6	3	3	2	2	False	117957	maximal	True	ISR0126_000000011878	1.0		1	1	False	False	0.9990198612213135	0					non-mobilizable	no_good_hit	2977.0	95.432	73.0	0.00083906672089341	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0051_000000008403	3241	0.5738890354975275	3	1	1	1	1	False	64080	maximal	True	ENG0051_000000008403	1.0		1	1	False	False	0.9975316524505615	0					non-mobilizable	no_good_hit	581.0	84.509	18.0	0.009938614440222157	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0162_000000009765	2305	0.5738890354975275	2	1	1	1	1	False	39235	fragment	False	FIJ0162_000000009765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.5334459904987685e-06	CP050235.1	eudicots	Morus alba cultivar Heyebai chromosome 12	True	False
FIJ0102_000000014755	2144	0.5738890354975275	3	1	1	1	1	False	42627	maximal	True	FIJ0102_000000014755	1.0		1	1	False	False	0.9995335936546326	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.5334459904987685e-06	CP050235.1	eudicots	Morus alba cultivar Heyebai chromosome 12	True	False
ISR0330_000000020398	1550	0.5738890354975275	1	1	1	1	1	False	24654	fragment	False	ISR0330_000000020398	1.0		0	0	False	False	0.9754838943481445	0					non-mobilizable	no_good_hit								True	False
FIJ0106_000000014689	1814	0.5738839926679975	2	2	1	2	1	False	42343	maximal	True	FIJ0106_000000014689	1.0		7	2	False	False	0.9988974928855896	0					non-mobilizable	no_good_hit	914.0	78.22800000000001	50.0	0.035283591379444486	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	False
ENG0066_000000006798	2801	0.5738822721288089	2	2	2	1	1	False	128406	fragment	False	ISR0150_000000006789	0.7359400552134233		0	0	False	False	0.9975008964538574	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000013353	2492	0.5738816077015653	4	3	2	3	1	True	24267	fragment	False	ISR0344_000000013353	1.0		0	0	False	False	0.9979935884475708	0					non-mobilizable	no_good_hit	1398.0	81.402	56.0	0.00047707258392039195	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
ISR0095_000000007925	3563	0.5738808618435545	3	2	2	2	2	True	41802	maximal	True	ISR0095_000000007925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	91.119	40.0	0.013084717531115533	NZ_JWHR01000038.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig038, whole genome shotgun sequence	True	True
FIJ0122_000000006376	2593	0.5738731115633984	3	3	3	3	3	False	115882	maximal	True	FIJ0122_000000006376	0.9720612745065016		1735	16	False	False	1.0	0					non-mobilizable	other	2593.0	99.19	100.0	0.020296300936511417	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	False	False
MAD0070_000000006540	2802	0.5738689539183538	3	3	3	3	3	False	79640	maximal	True	MAD0070_000000006540	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1592.0	73.932	63.0	0.0004445809760301735	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0017_000000012759	2235	0.5738674683144965	5	3	2	2	0	False	91250	fragment	False	FIJ0017_000000012759	0.9554997717937015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	731.0	93.29700000000001	33.0	0.8449074074074074	GQ877120.1		Uncultured organism clone VC1AJ46TF genomic sequence	True	False
CHI0057_000000016675	1229	0.5738613761412501	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.0467453859843727	PS730	0	0	False	True	0.9991863369941711	0					non-mobilizable	other	1231.0	84.15899999999999	100.0	0.00038202872184015896	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0045_000000006296	3935	0.5738600963140944	7	6	5	5	5	False	36261	maximal	True	ISR0045_000000006296	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2795.0	99.32	78.0	0.01884781435509984	NZ_JAAWUO010000008.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_8_length_148240_cov_165.037, whole genome shotgun sequence	True	False
USA0121_01_000000022092	2027	0.5738591626219839	3	3	3	2	1	False	72075	maximal	True	USA0121_01_000000022092	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	0.000113687019634945	NZ_QOKZ01000005.1	a-proteobacteria	Paracoccus alkanivorans strain 4-2 Scaffold5, whole genome shotgun sequence	True	False
AST0150_000000007738	3500	0.5738586158144383	7	7	5	7	7	False	104199	maximal	True	AST0150_000000007738	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3502.0	99.315	100.0	0.0007004958894637095	CP059481.1	enterobacteria	Enterobacter kobei strain IB2020 chromosome, complete genome	False	False
DEN0021_000000015362	2292	0.5738531456908602	3	2	2	2	2	False	118649	fragment	False	ISR0108_000000009071	0.9460580325772944		0	0	False	False	0.9917103052139282	0					non-mobilizable	other	2293.0	96.773	100.0	0.0004419373153634097	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
DEN0067_000000020757	1616	0.5738531456908602	3	2	2	2	2	False	118606	fragment	False	CHI0059_000000010352	0.7453050559521959		0	0	False	False	1.0	0					non-mobilizable	other	1476.0	93.089	99.0	0.0003531132700110705	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
CAN0006_000000029360	1535	0.5738531456908602	3	2	2	2	2	False	118604	fragment	False	CAN0006_000000029360	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	93.524	97.0	0.000277541651099737	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0272_000000008752	1165	0.5738529585014225	1	1	1	1	1	False	77190	fragment	False	ISR0272_000000008752	0.967560553633218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	78.075	16.0	7.940701417179128e-05	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
CHI0185_000000016564	1156	0.5738529585014225	1	1	1	1	1	False	77190	fragment	False	ISR0272_000000008752	0.965236051502146		0	0	False	False	0.9896193742752075	0					non-mobilizable	no_good_hit	160.0	75.625	14.0	3.5438332673849285e-05	NZ_LT800497.1	firmicutes	Oceanobacillus timonensis strain Marseille-P3532, whole genome shotgun sequence	True	False
ISR0081_000000009467	2495	0.5738512083475013	2	2	1	2	2	False	34245	maximal	True	ISR0081_000000009467	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	90.932	49.0	9.709044931547555e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0121_000000002918	8440	0.5738505602877648	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.5642339637827878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	89.905	12.0	0.0002771606056346031	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0117_000000002540	8423	0.5738505602877648	9	4	3	4	1	False	101324	fragment	False	FIJ0035_000000001207	0.5641293029012454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1037.0	89.77799999999999	12.0	0.00027369276360067636	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0125_000000005206	6925	0.5738500793467214	10	4	1	4	3	False	43397	fragment	False	FIJ0091_000000003550	0.9614905667835222		0	0	False	False	0.9997112154960632	0					non-mobilizable	chromosome	7010.0	94.094	100.0	0.0027715247352731757	CP029796.1	high GC Gram+	Bifidobacterium longum subsp. longum strain YS108R chromosome, complete genome	False	False
ISR0842_000000002718	6883	0.5738500793467214	10	4	1	4	3	False	43397	fragment	False	FIJ0091_000000003550	0.9510213282214158		0	0	False	False	1.0	0					non-mobilizable	chromosome	6918.0	96.141	100.0	0.0028296585073654223	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
ISR0813_000000009773	3034	0.5738446457417246	6	3	2	2	3	False	29805	maximal	True	ISR0813_000000009773	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.507	23.0	0.0003369885486656364	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
FIJ0132_000000017074	1919	0.5738429964046995	2	1	1	1	1	False	40779	fragment	False	FIJ0132_000000017074	1.0		0	0	False	False	0.998436689376831	0					non-mobilizable	other	1784.0	94.05799999999999	92.0	0.009118525168590935	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	False	False
ENG0142_000000008072	3716	0.5738428982944309	5	5	3	4	3	True	62245	fragment	False	ENG0073_000000006830	0.9675582627118644		0	0	False	False	1.0	0					non-mobilizable	chromosome	3721.0	96.53299999999999	100.0	0.0008407521337818551	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0165_000000011674	1702	0.5738428068582191	2	1	1	1	1	False	56217	fragment	False	ENG0165_000000011674	1.0		0	0	False	False	0.9964747428894043	0					non-mobilizable	no_good_hit	620.0	90.0	36.0	0.00014441386634415015	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MON0104_000000038695	1194	0.5738425000633595	1	1	1	1	1	False	8775	maximal	True	MON0104_000000038695	1.0		43	9	False	False	0.9983249306678772	0					non-mobilizable	no_good_hit	49.0	91.837	4.0	0.00031511156918996634	NZ_JDUU01000011.1	high GC Gram+	Bifidobacterium biavatii DSM 23969 contig11, whole genome shotgun sequence	True	False
SPA0120_000000002003	18871	0.5738388146132901	20	12	7	11	9	False	103461	fragment	False	SPA0120_000000002003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2883.0	89.976	47.0	0.0012336409645983205	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
USA0059_01_000000012838	2030	0.5738361126823679	2	2	2	2	2	False	920	maximal	True	USA0059_01_000000012838	1.0		162	11	False	False	1.0	0					non-mobilizable	other	1951.0	98.104	96.0	0.003865038947852712	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0771_000000003698	3026	0.5738319736705588	5	5	2	2	2	True	96845	maximal	True	ISR0771_000000003698	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1406.0	95.09200000000001	46.0	0.0003908549953022236	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0035_000000013251	1682	0.5738280281456617	2	1	1	1	1	False	80573	fragment	False	USA0036_01_000000018643	0.9316773984989997		0	0	False	False	0.9976218938827515	0					non-mobilizable	no_good_hit	85.0	83.529	5.0	1.2556933057917935e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
ISR0812_000000006807	5570	0.5738211645258476	8	5	2	5	3	False	100900	maximal	True	ISR0812_000000006807	0.9907410910897745		61	7	False	False	1.0	0					non-mobilizable	no_good_hit	2220.0	84.505	73.0	0.0005792434932131618	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ISR0197_000000004021	5550	0.5738211645258476	8	5	2	5	3	False	100900	maximal	False	ISR0812_000000006807	0.9901331515890573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2220.0	84.505	73.0	0.0005792434932131618	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
FIJ0062_000000021727	1360	0.5738185375792083	2	1	1	1	1	False	45691	fragment	False	FIJ0062_000000021727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	100.0	6.0	1.7412094440798577e-05	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	True	False
ISR0194_000000023771	1183	0.5738161110123771	2	2	2	1	1	False	119647	fragment	False	ISR0194_000000023771	0.9820971867007673		0	0	False	False	0.9721048474311829	0					non-mobilizable	other	1164.0	97.337	100.0	0.00022513057282857885	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0025_000000015879	2477	0.5738156468048282	5	3	1	2	2	True	37362	maximal	True	ISR0025_000000015879	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0034_000000001468	16068	0.5738126004331918	18	12	7	8	11	False	125581	fragment	False	ISR0004_000000001014	0.8221497272590903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	88.156	9.0	0.0018405495053134837	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0035_000000005483	4502	0.5738098530648719	6	3	3	2	3	False	12211	fragment	False	MON0035_000000005483	1.0		0	0	False	False	0.9851177334785461	0					non-mobilizable	no_good_hit	659.0	93.323	15.0	0.00019671439133189095	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0057_000000008809	2812	0.5738098530648719	4	3	3	2	3	False	11046	fragment	False	MON0057_000000008809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	91.68	22.0	0.0001865498179196048	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
DEN0061_000000029087	1498	0.5738095310207321	2	2	2	2	2	True	113512	fragment	False	DEN0061_000000029087	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1498.0	93.59100000000001	100.0	0.0004507180326654658	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0018_000000023430	1174	0.5738081113533763	2	2	0	2	1	False	49919	fragment	False	FIJ0018_000000023430	1.0		0	0	False	False	0.9880749583244324	0		MOBP			mobilizable	plasmid	1174.0	99.83	100.0	0.2894866732477789	CP041088.1	enterobacteria	Klebsiella pneumoniae strain Kp202 plasmid pKp202_6, complete sequence	False	True
USA0130_01_000000015547	2333	0.5738074123590378	5	3	3	3	3	False	99119	fragment	False	USA0130_01_000000015547	1.0		0	0	False	False	0.9871410131454468	0					non-mobilizable	no_good_hit	44.0	97.727	2.0	0.0003994065959146411	NZ_AWQP01000042.1	g-proteobacteria	Pseudomonas syringae pv. coryli str. NCPPB 4273 contig42, whole genome shotgun sequence	True	False
CHI0154_000000023665	1422	0.5738005737516957	2	2	2	2	1	False	83004	fragment	False	CHI0107_000000010546	0.9936708860759493		0	0	False	False	0.99507737159729	0					non-mobilizable	chromosome	1429.0	82.155	100.0	0.00045994824212423246	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0086_000000021655	1525	0.5737976536299672	2	1	1	1	1	False	43824	maximal	True	FIJ0086_000000021655	1.0		28	6	False	False	0.9914754033088684	0					non-mobilizable	no_good_hit	169.0	73.964	11.0	0.0014293015479768887	NZ_SLUM01000010.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_110, whole genome shotgun sequence	True	False
ENG0003_000000015209	1440	0.5737976536299672	1	1	1	1	1	False	67848	maximal	True	ENG0003_000000015209	1.0		15	4	False	False	0.9902777671813965	0					non-mobilizable	other	1438.0	98.47	99.0	0.0008299234472143853	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
DEN0094_000000025153	1539	0.5737969019196902	2	2	1	2	1	False	68330	maximal	True	DEN0094_000000025153	1.0		4	2	False	False	0.9824561476707458	0					non-mobilizable	no_good_hit	994.0	98.29	65.0	0.00034472758503861366	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0154_000000000584	29676	0.5737963059435979	32	20	15	20	8	True	79234	maximal	True	CHI0154_000000000584	0.992852703542573		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.155775308390254e-05	NZ_KB823014.1	a-proteobacteria	Robiginitomaculum antarcticum DSM 21748 H142DRAFT_scaffold00004.4, whole genome shotgun sequence	True	True
ISR0127_000000022307	1168	0.5737916886382477	1	1	1	1	1	False	58389	fragment	False	ISR0127_000000022307	0.9729657744999995		0	0	False	False	0.9974315166473389	0					non-mobilizable	no_good_hit	97.0	82.47399999999999	8.0	0.0003644203031976923	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0043_000000019330	1499	0.5737890096556505	3	1	1	1	1	False	33332	fragment	False	MON0043_000000019330	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	85.93799999999999	13.0	3.0506995477967652e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0079_000000021832	2550	0.5737871002564233	5	1	1	1	1	False	69581	maximal	True	DEN0079_000000021832	1.0		25	9	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	82.874	27.0	0.0008400866693519877	NZ_FUHT01000002.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ISR0396_000000006364	3494	0.5737863232704776	6	3	2	2	2	False	22686	fragment	False	ISR0396_000000006364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0105_000000003152	13950	0.5737856893595393	14	12	9	12	7	True	124952	maximal	True	MON0105_000000003152	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3951.0	78.689	32.0	0.00940974778195343	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ISR0015_000000011029	2286	0.5737850987939784	2	1	1	1	1	False	72047	fragment	False	ISR0015_000000011029	1.0		0	0	False	False	0.9925634264945984	0					non-mobilizable	chromosome	2286.0	99.475	100.0	0.000456056692337569	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0010_000000009503	2149	0.5737850987939784	2	1	1	1	1	False	72046	fragment	False	ISR0010_000000009503	1.0		0	0	False	False	0.9976733326911926	0					non-mobilizable	other	2061.0	99.95100000000001	96.0	0.00039876954430513535	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
DEN0035_000000024699	1424	0.5737809624245589	2	2	2	2	2	False	92359	fragment	False	ETH0004_000000018317	0.9453226006055551		0	0	False	False	0.9978932738304138	0					non-mobilizable	no_good_hit	719.0	78.303	50.0	0.00016031615161418182	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0206_000000018791	1359	0.5737779431256	3	3	2	2	1	False	53938	maximal	True	ENG0206_000000018791	1.0		15	5	False	False	0.9874907732009888	0					non-mobilizable	no_good_hit	958.0	88.309	70.0	0.007729937335759046	NZ_FNVS01000012.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	False
SPA0006_000000013830	2318	0.5737767634368213	2	2	2	2	1	False	125501	maximal	True	SPA0006_000000013830	1.0		2	1	False	False	0.9995685815811157	0					non-mobilizable	no_good_hit	439.0	82.005	19.0	0.00012164051954763149	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0122_000000002423	6179	0.5737762257965107	6	6	5	6	4	False	32170	maximal	True	ISR0122_000000002423	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	75.145	11.0	0.00018931179708907246	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0048_000000009414	3945	0.5737732075113329	3	2	2	2	2	False	88578	fragment	False	ETH0001_000000004280	0.526073375684826		0	0	False	False	0.9959442615509033	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	2.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
FIJ0158_000000007987	2284	0.5737710183652315	2	2	2	2	2	False	39434	maximal	True	FIJ0158_000000007987	1.0		92	9	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	97.664	78.0	0.00032269925093926917	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
ISR0339_000000006098	2383	0.5737699628659986	2	2	2	2	2	False	99884	fragment	False	ISR0339_000000006098	1.0		0	0	False	False	0.9962232708930969	0					non-mobilizable	no_good_hit	984.0	75.508	41.0	0.0010929683834258511	NZ_QGDL01000001.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_101, whole genome shotgun sequence	True	False
CHI0011_000000004612	1459	0.5737684806731989	2	2	2	2	1	False	90133	fragment	False	ISR0015_000000015519	0.3822073578595318		0	0	False	False	1.0	0					non-mobilizable	chromosome	1459.0	100.0	100.0	0.0003175901831959505	CP053730.1	enterobacteria	Escherichia coli strain CP61_Sichuan chromosome, complete genome	False	False
USA0047_01_000000012017	2958	0.5737637811341356	5	3	2	1	2	False	1173	maximal	True	USA0047_01_000000012017	1.0		2	2	False	False	0.9851250648498535	0					non-mobilizable	no_good_hit	405.0	93.82700000000001	25.0	0.00013021660113398032	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0120_000000010994	2166	0.5737614443420735	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.2822079081914782		0	0	False	False	1.0	0					non-mobilizable	chromosome	2166.0	95.337	100.0	0.0006978191620174935	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0031_000000006949	3978	0.5737577921003193	5	5	4	5	4	False	91998	maximal	True	SPA0031_000000006949	1.0		604	14	False	False	1.0	0					non-mobilizable	other	3978.0	98.34100000000001	100.0	0.015398736652943614	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0031_000000014202	2325	0.5737561890737493	5	2	1	2	1	False	99862	fragment	False	MON0031_000000014202	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2325.0	99.699	100.0	0.4419091081954744	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0053_000000036781	1130	0.5737561890737493	4	2	1	2	1	False	81783	fragment	False	CHI0121_000000006751	0.946049002791511		0	0	False	False	1.0	0					non-mobilizable	plasmid	1130.0	99.912	100.0	0.21467959688153643	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0080_000000016378	2967	0.5737547799071632	3	3	0	3	1	True	68615	maximal	True	MON0080_000000016378	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	1972.0	98.529	66.0	0.01587160986922631	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0062_000000026301	1471	0.5737546473265479	2	2	2	2	2	False	35316	maximal	True	ISR0062_000000026301	1.0		9	6	False	False	0.9680489301681519	0					non-mobilizable	no_good_hit	124.0	84.677	8.0	0.0020752225290273894	NZ_QICS01000019.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_119, whole genome shotgun sequence	True	False
ENG0039_000000019870	1325	0.5737486074324907	2	1	1	1	1	False	124598	fragment	False	ENG0039_000000019870	1.0		0	0	False	False	0.994717001914978	0					non-mobilizable	chromosome	1325.0	95.698	100.0	0.000574067498023933	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0005_000000024424	2204	0.5737479637727256	3	3	3	3	2	False	109242	fragment	False	AST0094_000000010077	0.988487543840619		0	0	False	False	0.9990925788879395	0					non-mobilizable	no_good_hit	450.0	72.667	20.0	0.0006561709079709142	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
MON0023_000000018435	1264	0.5737459568748459	2	1	1	1	1	False	44039	fragment	False	MON0023_000000018435	0.9753776959451373		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	90.295	40.0	0.0005885225579444285	NZ_FOGP01000002.1	actinobacteria	Olsenella umbonata strain KHGC19, whole genome shotgun sequence	True	False
CAN0007_000000027128	1481	0.573744107221708	2	2	2	2	1	True	95205	maximal	True	CAN0007_000000027128	1.0		1	1	False	False	0.998649537563324	0					non-mobilizable	chromosome	1489.0	80.658	100.0	0.0005233095038722433	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0068_000000011710	2703	0.573742581822532	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8972080009053541	PS721	0	0	False	True	0.9992600679397583	0					non-mobilizable	no_good_hit	2300.0	74.217	84.0	0.276782449725777	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0104_000000003652	6957	0.573740862985732	3	3	2	3	2	False	60263	maximal	True	ENG0104_000000003652	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	3351.0	93.226	56.0	0.0013014882590136514	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0145_000000004668	6923	0.5737346524513338	6	3	3	3	1	True	57526	maximal	True	ENG0145_000000004668	1.0		1	1	False	False	0.9998555779457092	0					non-mobilizable	no_good_hit	70.0	91.429	1.0	0.008070258723000238	NZ_FOQE01000054.1	firmicutes	Pisciglobus halotolerans strain DSM 27630, whole genome shotgun sequence	True	True
ISR0091_000000013372	2290	0.5737342159369179	3	3	2	2	3	False	33626	maximal	True	ISR0091_000000013372	1.0		98	10	False	False	0.9969432353973389	0					non-mobilizable	other	2290.0	99.956	100.0	0.04259476357952325	NZ_PYLP01000017.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_16, whole genome shotgun sequence	False	False
USA0116_01_000000003890	6983	0.5737287129153651	9	7	2	4	4	False	117743	maximal	True	USA0116_01_000000003890	1.0	PS794	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3016.0	83.786	44.0	0.0012777639516360134	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0393_000000008324	2123	0.57372730946083	2	2	2	2	2	False	22776	maximal	True	ISR0393_000000008324	1.0		15	5	False	False	0.9495996236801147	0					non-mobilizable	no_good_hit	1018.0	79.077	48.0	0.0002698591694233214	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0174_000000015406	1341	0.5737271074482538	2	2	2	1	1	False	55636	maximal	True	ENG0174_000000015406	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	85.075	5.0	0.0002418507629635788	NZ_ARYL01000002.1	a-proteobacteria	Hyphomonas oceanitis SCH89 contig2, whole genome shotgun sequence	True	False
ISR0012_000000016910	1344	0.5737269845390798	2	2	2	2	2	False	57714	fragment	False	ISR0012_000000016910	1.0		0	0	False	False	0.9970238208770752	0					non-mobilizable	other	1351.0	84.678	100.0	0.01897975022930925	NZ_NFLJ01000010.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_10, whole genome shotgun sequence	False	False
TAN0002_000000023606	1725	0.573724930597247	2	2	2	2	2	False	3028	fragment	False	TAN0002_000000023606	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	94.667	100.0	0.0005534887125544338	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0140_000000006596	4129	0.573720101573773	4	4	3	4	4	False	41373	maximal	False	FIJ0123_000000007694	0.9816263632053106		0	0	False	False	0.998546838760376	0					non-mobilizable	no_good_hit	707.0	92.786	17.0	0.04804825625736671	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0011_000000005582	7388	0.5737186224125043	9	7	6	7	5	False	51021	maximal	True	FIJ0011_000000005582	1.0		12	4	False	False	0.9993232488632202	0					non-mobilizable	no_good_hit	119.0	78.15100000000001	2.0	6.581313834489034e-05	NZ_JAATJA010000001.1	d-proteobacteria	Desulfobaculum xiamenense strain DSM 24233 Ga0373198_01, whole genome shotgun sequence	True	False
ISR0097_000000009335	2985	0.5737177259110989	3	2	2	1	2	True	85390	maximal	True	ISR0097_000000009335	1.0		23	6	False	False	0.9825795888900757	0					non-mobilizable	no_good_hit	1956.0	72.23899999999999	64.0	0.0004894315850789257	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0115_000000011485	2855	0.5737177259110989	2	2	2	1	2	True	120776	fragment	False	ISR0115_000000011485	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2858.0	95.626	100.0	0.0010605906491319638	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
SPA0038_000000010593	2669	0.5737177259110989	2	2	2	1	2	True	110087	fragment	False	SPA0038_000000010593	0.9828727131179447		0	0	False	False	0.9985013008117676	0					non-mobilizable	other	2677.0	81.95700000000001	99.0	0.004247700624868357	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
SPA0016_000000012385	2665	0.5737177259110989	2	2	2	1	2	True	120774	fragment	False	SPA0016_000000012385	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2666.0	96.999	100.0	0.00425248766539225	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0113_000000010693	2634	0.5737177259110989	2	2	2	1	2	True	91080	fragment	False	ENG0113_000000010693	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2640.0	92.5	100.0	0.0008557436552116836	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
MON0034_000000010345	2569	0.5737177259110989	2	2	2	1	2	True	110087	fragment	False	SPA0038_000000010593	0.97926814037717		0	0	False	False	0.9875437617301941	0					non-mobilizable	other	2582.0	86.48299999999999	99.0	0.000956647568362993	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
MON0101_000000024346	2569	0.5737177259110989	2	2	2	1	2	True	110087	fragment	False	SPA0038_000000010593	0.97926814037717		0	0	False	False	0.9817049503326416	0					non-mobilizable	other	2582.0	86.48299999999999	99.0	0.000956647568362993	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
CHI0120_000000005392	2567	0.5737177259110989	2	2	2	1	2	True	110085	fragment	False	CHI0120_000000005392	1.0		0	0	False	False	0.9988313317298889	0					non-mobilizable	other	2577.0	86.38	100.0	0.0008342931875914895	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
CHI0040_000000006582	2514	0.5737177259110989	2	2	2	1	2	True	102797	fragment	False	CHI0040_000000006582	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2514.0	99.96	100.0	0.0008064562713287305	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0779_000000013939	2423	0.5737177259110989	2	2	2	1	2	True	93470	fragment	False	ISR0779_000000013939	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2426.0	92.251	100.0	0.0008987364233631378	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
AUS0006_000000010542	2333	0.5737177259110989	2	2	2	1	2	True	120773	fragment	False	ISR0824_000000008340	0.6331228070175439		0	0	False	False	1.0	0					non-mobilizable	other	2333.0	99.95700000000001	100.0	0.0037211261672400477	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
FIJ0036_000000038934	1144	0.5737176437624648	2	2	2	1	1	False	47867	maximal	False	ISR0813_000000024972	0.9160031847133758		0	0	False	False	0.9877622127532959	0					non-mobilizable	other	1144.0	98.95100000000001	100.0	0.017809563876034218	NZ_JAAITI010000021.1	firmicutes	Blautia luti strain MSK.16.34 NODE_21_length_64179_cov_211.525, whole genome shotgun sequence	False	False
ISR0359_000000010401	2486	0.5737164384292575	2	2	2	1	1	False	128890	maximal	True	ISR0359_000000010401	1.0	PS1059	8	3	False	True	0.9995977282524109	0					non-mobilizable	no_good_hit	1492.0	90.48299999999999	60.0	0.020499979362436884	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0023_000000016981	1836	0.5737164384292575	2	2	2	1	1	False	128853	maximal	True	ISR0023_000000016981	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1363.0	79.89699999999999	100.0	0.005287873561416162	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
USA0023_01_000000025498	1185	0.573716392479923	2	2	2	1	1	False	1688	fragment	False	USA0023_01_000000025498	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	98.73200000000001	99.0	0.015217839118343804	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
AUS0022_000000017097	2010	0.5737163597887018	3	3	3	3	2	True	116017	fragment	False	SPA0133_000000009567	0.9585102117324821		0	0	False	False	0.993034839630127	0					non-mobilizable	chromosome	1994.0	99.649	99.0	0.0009046828344489424	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ENG0029_000000007980	3021	0.5737149656641529	3	3	3	3	1	True	65817	maximal	True	ENG0029_000000007980	1.0		20	6	False	False	0.9996689558029175	0					non-mobilizable	other	2590.0	98.803	100.0	0.0012470857979615037	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
USA0030_01_000000001769	9178	0.573713105988223	10	7	3	7	4	True	1561	fragment	False	USA0030_01_000000001769	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7337.0	93.56700000000001	99.0	0.17338662000141888	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
USA0005_01_000000000532	29501	0.5737112650737085	22	10	7	10	4	True	104239	fragment	False	USA0116_01_000000000628	0.9664360187728981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
SPA0098_000000012700	2801	0.5737079365287878	3	3	3	3	2	False	71525	fragment	False	SPA0098_000000012700	1.0		0	0	False	False	0.9960728287696838	0					non-mobilizable	no_good_hit	975.0	73.538	34.0	0.0007395653524086985	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0342_000000002805	6419	0.5737072686296508	8	3	2	3	2	False	117688	fragment	False	ISR0342_000000002805	0.9652218848490902		0	0	False	False	0.9998441934585571	0					non-mobilizable	no_good_hit	692.0	93.208	11.0	0.0021307784608914013	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0110_000000006406	3647	0.5737067842917885	4	4	2	4	3	False	85574	maximal	True	ISR0110_000000006406	1.0		106	7	False	False	0.9961612224578857	0					non-mobilizable	no_good_hit	498.0	84.337	14.0	8.962927477554047e-05	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
CHI0036_000000006428	1597	0.5736989986013857	2	2	2	1	1	False	88058	fragment	False	CHI0036_000000006428	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	94.36200000000001	100.0	0.0004822193210005169	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0070_000000011636	1738	0.5736931927130589	4	4	3	4	2	True	16357	fragment	False	MAD0070_000000011636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	92.133	43.0	0.00023301263245788196	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0049_000000010564	1750	0.5736919924153231	3	3	3	2	2	False	36412	maximal	True	SPA0049_000000010564	1.0		310	13	False	False	1.0	0					non-mobilizable	other	1750.0	98.971	100.0	0.02381600806122171	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	False	False
SPA0007_000000011814	2167	0.5736907659014576	3	2	2	2	2	False	111748	fragment	False	SPA0007_000000011814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	72.289	15.0	0.007548309178743961	NZ_ATMR01000203.1	CFB group bacteria	Winogradskyella psychrotolerans RS-3 Winogradskyella_psychrotolerans_contig_29, whole genome shotgun sequence	True	False
ISR0838_000000016483	1494	0.5736905114223946	3	3	3	2	2	False	20869	maximal	True	ISR0838_000000016483	1.0		142	12	False	False	0.9906291961669922	0					non-mobilizable	other	1494.0	99.73200000000001	100.0	0.005795379999146026	NZ_ABJL02000001.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont552, whole genome shotgun sequence	False	False
FIJ0062_000000018065	1626	0.5736903182215235	3	3	3	2	2	False	45708	maximal	True	FIJ0062_000000018065	1.0		21	9	False	False	0.9963099360466003	0					non-mobilizable	other	1548.0	98.579	95.0	0.004163269040833408	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
ENG0053_000000014173	1773	0.5736840176568752	2	2	2	2	1	False	63859	fragment	False	ENG0053_000000014173	1.0		0	0	False	False	0.9949238300323486	0					non-mobilizable	other	1773.0	98.25200000000001	100.0	0.018644584968592504	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
ISR0397_000000011365	1605	0.5736840176568752	2	2	2	2	1	False	56743	fragment	False	ISR0397_000000011365	0.9969845349722147		0	0	False	False	0.9850467443466187	0					non-mobilizable	other	1602.0	98.50200000000001	99.0	0.016845361475573698	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
ENG0160_000000012848	1573	0.5736840176568752	2	2	2	2	1	False	56743	fragment	False	ISR0397_000000011365	0.9858220269051411		0	0	False	False	0.9739351272583008	0					non-mobilizable	other	1573.0	98.665	100.0	0.01654023000599741	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
ENG0155_000000013731	1461	0.5736840176568752	2	2	2	2	1	False	56743	fragment	False	ISR0397_000000011365	0.9408626491039405		0	0	False	False	0.9815195202827454	0					non-mobilizable	other	1453.0	98.83	99.0	0.015277617028440358	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
SPA0158_000000001784	6989	0.5736829361552803	11	2	0	2	0	False	3177	maximal	True	SPA0158_000000001784	1.0		2	1	False	False	0.9931320548057556	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.9519797241164093e-05	NZ_CP005933.1	mycoplasmas	Mycoplasma bovis CQ-W70 chromosome, complete genome	True	False
USA0084_01_000000004103	7474	0.57368216595061	5	4	4	1	1	False	71018	maximal	True	USA0084_01_000000004103	0.9983043662568885		7	4	False	False	0.9994648098945618	0					non-mobilizable	no_good_hit	674.0	74.332	9.0	0.012083545964861121	NZ_FQZY01000029.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
AST0040_000000013791	1466	0.5736764947355697	3	2	2	1	1	True	116008	fragment	False	AST0040_000000013791	0.9848589125946318		0	0	False	False	0.9972714781761169	0					non-mobilizable	no_good_hit	114.0	78.07	8.0	4.042641201877229e-05	CP014470.1	g-proteobacteria	Thiomicrospira sp. S5 chromosome, complete genome	True	True
DEN0078_000000023695	1453	0.5736764947355697	3	2	2	1	1	True	116008	fragment	False	AST0040_000000013791	0.9805593451568895		0	0	False	False	0.9986235499382019	0					non-mobilizable	no_good_hit	111.0	77.477	8.0	3.9343561696840894e-05	CP014470.1	g-proteobacteria	Thiomicrospira sp. S5 chromosome, complete genome	True	True
ENG0122_000000008755	3145	0.5736736041874567	2	2	2	1	1	False	59082	maximal	True	ENG0122_000000008755	1.0		17	4	False	False	0.9891892075538635	0					non-mobilizable	other	3155.0	90.96700000000001	100.0	0.23253927280772918	NZ_FQZY01000087.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
USA0121_01_000000029490	1432	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.019893388480045047		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	90.39	100.0	0.16455696202531644	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
SPA0109_000000026802	1279	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.036642550398099286		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	88.594	100.0	0.0002974599024051558	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
SPA0150_000000016644	1271	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.036487468815302		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	90.11	100.0	0.04267883505569722	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
SPA0151_000000015595	1263	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03839165818780196		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	89.889	100.0	0.042410414709434976	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
SPA0093_000000030212	1233	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03476724704792717		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	89.725	100.0	0.04140383841095155	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
SPA0135_000000016178	1207	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03633272532508997		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	90.074	100.0	0.04053147228559925	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
TAN0008_000000019220	1192	0.5736664386748586	3	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.018021275589835933		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	92.211	100.0	0.044291558200074375	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
SPA0106_000000032085	1175	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03388522152079084		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	87.755	100.0	0.00027366311021274334	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
SPA0021_000000027903	1124	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.01688415451420227		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	90.49700000000001	100.0	0.037746611193128436	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
ISR0268_000000018039	1122	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.056233888183701196		0	0	False	False	0.9991087317466736	0					non-mobilizable	other	1122.0	97.415	100.0	0.6405714285714286	LK932341.1	firmicutes	Peptoclostridium difficile genome assembly 7032994, scaffold BN1097_Contig_134	False	True
SPA0151_000000017748	1121	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.06529851548221072		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	95.986	100.0	0.00028821482367723445	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
ISR0104_000000022098	1115	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.00951354324387248		0	0	False	False	1.0	0					non-mobilizable	chromosome	1119.0	88.11399999999999	100.0	0.00039274678206999787	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0055_000000017430	1113	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.011342320584085895		0	0	False	False	0.9919137358665466	0					non-mobilizable	other	1114.0	91.29299999999999	100.0	0.00033458957514050655	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0121_000000014811	1112	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.009660880349233352		0	0	False	False	0.9991007447242737	0					non-mobilizable	other	1113.0	91.375	100.0	0.0003342884144068067	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
SPA0053_000000029740	1100	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.0551335532994309		0	0	False	False	1.0	0					non-mobilizable	other	1099.0	95.541	100.0	0.0003306744856024088	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
MON0090_000000057099	1074	0.5736664386748586	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.0464626569738317		0	0	False	False	1.0	0					non-mobilizable	other	1075.0	92.837	100.0	0.00032314546725991316	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
FIJ0151_000000006873	2580	0.5736635209335625	3	1	1	1	1	False	76646	fragment	False	DEN0054_000000002289	0.9835102350265352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.303219956792415e-07	CP050586.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 06a	True	False
SPA0013_000000001116	15598	0.5736589913631384	22	5	0	5	0	False	7988	maximal	True	SPA0013_000000001116	1.0		1	1	False	False	0.9999358654022217	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.389919685760496e-07	CP039345.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu06	True	False
AST0019_000000020441	1481	0.5736582543066626	2	2	2	2	0	False	122101	maximal	True	AST0019_000000020441	1.0		22	6	False	False	0.9824442863464355	0					non-mobilizable	no_good_hit	1342.0	72.727	88.0	0.0002483741658941793	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	True	False
USA0017_01_000000017624	1549	0.5736541680283996	3	3	1	3	0	True	1882	maximal	True	USA0017_01_000000017624	1.0		1	1	False	False	0.997417688369751	0					non-mobilizable	no_good_hit								True	True
ISR0258_000000002440	5709	0.5736534688393334	4	4	1	4	3	False	82641	maximal	True	ISR0258_000000002440	1.0		603	15	False	False	0.9991241693496704	0					non-mobilizable	other	5713.0	98.285	100.0	0.028492757093259907	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0087_000000015715	2053	0.5736521594569611	5	3	1	3	3	False	80578	fragment	False	FIJ0087_000000015715	1.0		0	0	False	False	0.9897710680961609	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	0.007437854766099041	MK232780.1	viruses	Uncultured human fecal virus clone B.wexlerae_S04.r1.P04_4-CL18_c2 sequence	True	False
MAD0094_000000009663	1642	0.5736521594569611	4	3	1	3	3	False	80576	fragment	False	MAD0094_000000009663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0099_000000004123	4512	0.5736486171739691	6	4	3	2	2	False	60664	maximal	True	ENG0099_000000004123	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	85.331	12.0	0.00018889635943036197	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MAD0105_000000024826	1541	0.5736479737309658	3	2	2	1	2	False	14797	maximal	True	MAD0105_000000024826	1.0		18	3	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	83.759	86.0	0.0003707157936634915	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
AST0102_000000000954	19809	0.5736478961412813	21	6	2	6	0	True	108412	fragment	False	ISR0315_000000000348	0.6335011781414416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	0.0	2.1322894227509813e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0208_000000011052	2459	0.5736402143239683	4	4	4	2	2	False	28522	maximal	True	ISR0208_000000011052	1.0		1	1	False	False	0.9987800121307373	0					non-mobilizable	no_good_hit	1826.0	99.069	74.0	0.0149978090301031	NZ_JAAIOD010000009.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_9_length_120951_cov_287.588, whole genome shotgun sequence	True	False
CHI0172_000000005609	1438	0.5736346656545153	3	3	3	2	2	False	91012	fragment	False	ISR0276_000000005364	0.22012566553651633		0	0	False	False	0.9937413334846497	0					non-mobilizable	other	1438.0	100.0	100.0	0.013777036355269213	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
ENG0055_000000005506	3515	0.573626461108207	4	3	3	3	2	True	63664	fragment	False	ENG0055_000000005506	1.0		0	0	False	False	0.9903271794319153	0					non-mobilizable	no_good_hit								True	True
FIJ0114_000000023996	1669	0.5736257821490793	3	1	1	1	1	False	41851	fragment	False	FIJ0114_000000023996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	100.0	5.0	0.00016914604797752713	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ENG0160_000000011144	1832	0.5736243299522295	2	2	2	2	1	False	56463	maximal	True	ENG0160_000000011144	1.0		32	9	False	False	0.9819868803024292	0					non-mobilizable	other	1809.0	99.779	99.0	0.0005160270937057253	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0324_000000006630	4802	0.5736211644026034	5	2	2	1	1	False	72243	fragment	False	ISR0324_000000006630	1.0		0	0	False	False	0.9985422492027283	0					non-mobilizable	no_good_hit	651.0	91.705	22.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
SPA0093_000000024128	1559	0.573618552337211	2	2	2	2	2	False	55325	maximal	False	ENG0180_000000011296	0.9701965757767914		0	0	False	False	0.9916613101959229	0					non-mobilizable	other	1482.0	98.583	99.0	0.09596941420425091	NZ_QRST01000035.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf35, whole genome shotgun sequence	False	False
MAD0028_000000003223	3708	0.5736178536218965	5	2	1	2	1	False	53884	fragment	False	MAD0028_000000003223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0023_000000002329	5018	0.5736163814669234	7	7	6	6	7	False	113227	fragment	False	FIJ0028_000000005720	0.31425930854492046		0	0	False	False	1.0	0					non-mobilizable	chromosome	5018.0	99.98	100.0	0.000974664549874772	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
CHI0162_000000006406	4355	0.5736157081774762	7	2	1	2	1	False	78584	maximal	True	CHI0162_000000006406	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	71.946	17.0	0.0002119034056732716	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0179_000000019774	1166	0.5736155698450646	2	2	2	2	2	False	77500	fragment	False	CHI0179_000000019774	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	100.0	100.0	0.011032614871775447	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0212_000000019473	1830	0.5736149063098424	4	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.6182970123631378		0	0	False	False	1.0	0					non-mobilizable	other	1828.0	95.514	99.0	0.002147829951118353	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
AST0062_000000009602	1695	0.5736149063098424	4	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.5135108021469966		0	0	False	False	0.9982300996780396	0					non-mobilizable	other	1695.0	97.876	100.0	0.00199147451406376	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0355_000000012753	1628	0.5736124074916314	2	2	2	2	1	False	29253	fragment	False	ISR0355_000000012753	0.9911229197313235		0	0	False	False	0.9950860142707825	0					non-mobilizable	no_good_hit	912.0	93.969	61.0	0.0035986995698151667	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0188_000000013257	1579	0.5736124074916314	2	2	2	2	1	False	29253	fragment	False	ISR0355_000000012753	0.9789891494076656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	94.295	61.0	0.003527594638688193	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0136_000000003918	8698	0.5735972053396242	10	8	4	3	7	True	89473	maximal	True	SPA0136_000000003918	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2019.0	94.304	66.0	0.04608	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0085_000000014603	2127	0.5735962292434941	3	3	3	3	3	False	43954	maximal	True	FIJ0085_000000014603	1.0		32	7	False	False	0.9995298385620117	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	3.0	0.00022698807096619905	NZ_FONY01000002.1	CFB group bacteria	Thermoflexibacter ruber strain GEY, DSM 9560, whole genome shotgun sequence	True	False
FIJ0153_000000005038	5530	0.5735913995568762	4	3	3	3	3	False	44391	maximal	True	FIJ0153_000000005038	1.0		2	1	False	False	0.9998191595077515	0					non-mobilizable	no_good_hit	689.0	71.263	12.0	0.00015594246922443075	CP049055.1	bacteria	Candidatus Kuenenia stuttgartiensis strain CSTR1 chromosome, complete genome	True	False
CHI0108_000000000624	10419	0.5735898996601838	10	10	3	4	9	True	82957	fragment	False	CHI0108_000000000624	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10419.0	99.89399999999999	100.0	0.04187181228823948	CP029631.1	enterobacteria	Escherichia coli strain ST410 plasmid p2189-NDM, complete sequence	False	True
ENG0176_000000006365	1455	0.5735846406551834	4	1	1	1	1	False	55567	fragment	False	ENG0176_000000006365	1.0		0	0	False	False	0.9958763122558594	0					non-mobilizable	other	1455.0	94.43299999999999	100.0	0.009968441273326016	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	False	False
ISR0282_000000003629	5293	0.5735809575213081	4	2	0	2	0	True	33834	maximal	True	ISR0282_000000003629	1.0		7	3	False	False	0.9996221661567688	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	6.219188211507299e-06	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	True
MAD0042_000000004293	4898	0.5735808332246659	5	4	2	4	3	True	82488	maximal	True	MAD0042_000000004293	1.0		1	1	False	False	0.9993875026702881	0					non-mobilizable	no_good_hit	1597.0	84.53399999999999	32.0	0.03919869255150555	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
SPA0109_000000002830	7960	0.5735792314227964	9	6	3	3	5	True	101240	fragment	False	SPA0109_000000002830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5962.0	96.461	76.0	0.06582496793879626	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
ISR0247_000000000786	11926	0.5735778483023253	13	5	2	4	2	True	27108	maximal	True	ISR0247_000000000786	1.0		1	1	False	False	0.999916136264801	0					non-mobilizable	no_good_hit	5572.0	92.821	80.0	0.10980531813865148	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
MON0103_000000005879	6374	0.5735772912635297	6	3	2	3	1	False	8926	fragment	False	MON0103_000000005879	1.0		0	0	False	False	0.9990586638450623	0					non-mobilizable	no_good_hit								True	False
ISR0258_000000011516	2148	0.5735763941926736	3	2	2	2	2	False	62480	fragment	False	ISR0258_000000011516	1.0		0	0	False	False	0.975325882434845	0					non-mobilizable	no_good_hit	118.0	77.119	5.0	0.002474200642869227	NZ_CACWHD010000010.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
AST0085_000000004595	2833	0.5735762367804179	3	2	2	2	2	True	121888	maximal	True	AST0085_000000004595	1.0		22	5	False	False	1.0	0					non-mobilizable	other	2760.0	99.63799999999999	97.0	0.05521202297332453	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
ISR0073_000000004489	5640	0.573576054784739	3	3	1	2	3	False	112506	maximal	True	ISR0073_000000004489	0.9535451094143239		248	12	False	False	1.0	0					non-mobilizable	chromosome	5640.0	98.06700000000001	100.0	0.0015768526200668827	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ETH0005_000000012304	3922	0.5735751149710053	6	4	2	1	4	True	74254	maximal	True	ETH0005_000000012304	1.0		19	6	False	False	0.9974502921104431	0					non-mobilizable	other	2912.0	94.43700000000001	90.0	0.04800898104734861	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
ENG0021_000000003156	5836	0.5735610705222751	9	5	2	3	5	False	80047	fragment	False	ENG0021_000000003156	1.0		0	0	False	False	0.9998286366462708	0					non-mobilizable	no_good_hit	2971.0	92.359	72.0	0.00047569627411415423	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
CHI0134_000000004626	3019	0.5735601503846873	5	3	3	3	3	False	80746	maximal	True	CHI0134_000000004626	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0068_000000021719	1332	0.5735589839329667	3	1	1	1	1	False	16429	maximal	True	MAD0068_000000021719	1.0		9	5	False	False	0.9924924969673157	0					non-mobilizable	no_good_hit	97.0	82.47399999999999	7.0	0.0013429202920851636	NZ_SMAB01000010.1	firmicutes	Tepidibacillus fermentans strain DSM 23802 Ga0244687_110, whole genome shotgun sequence	True	False
USA0057_01_000000002270	12007	0.5735535050269961	18	8	5	6	5	True	105193	maximal	False	USA0047_01_000000002319	0.9708699765824035	PS445	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	3178.0	91.85	70.0	0.25544794188861986	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MON0044_000000027591	1968	0.5735523146060486	2	2	2	2	2	False	14283	fragment	False	MON0073_000000002398	0.9645999972151588		0	0	False	False	0.9878048896789551	0					non-mobilizable	other	1966.0	95.88	99.0	0.02977968491759033	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0132_000000003033	10774	0.5735521956995191	13	13	7	10	10	False	119731	maximal	True	CHI0132_000000003033	1.0		22	7	False	False	0.9995359182357788	0					non-mobilizable	chromosome	7143.0	98.47399999999999	95.0	0.0012342369482597018	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0123_000000009448	2288	0.5735518625328995	2	2	2	2	2	True	32116	fragment	False	ISR0123_000000009448	1.0		0	0	False	False	0.9995629191398621	0					non-mobilizable	no_good_hit								True	True
ISR0183_000000007266	4807	0.5735508822098586	6	6	6	6	5	False	130072	fragment	False	ISR0183_000000007266	0.9501393952391164		0	0	False	False	0.9995839595794678	0					non-mobilizable	other	3373.0	94.515	99.0	0.007044624318068238	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0110_000000009719	1998	0.5735503445785053	5	4	1	2	4	False	72040	fragment	False	SPA0110_000000009719	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1998.0	99.65	100.0	0.13670591456736034	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
FIJ0165_000000002453	7340	0.5735489647049297	7	7	5	5	6	True	132411	maximal	False	SPA0123_000000001863	0.9966343334405037	PS1159|PS463	0	0	True	True	1.0	98		MOBV			mobilizable	other	6136.0	99.919	100.0	0.6022381466575046	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0063_000000014245	1928	0.5735384276913237	3	2	2	2	2	False	45591	fragment	False	FIJ0063_000000014245	1.0		0	0	False	False	0.9699169993400574	0					non-mobilizable	other	1928.0	99.37799999999999	100.0	0.025074494801629127	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0008_000000000441	19620	0.5735354562282743	11	10	9	9	10	False	129027	maximal	True	ISR0008_000000000441	1.0	PS1059|PS816	19	6	False	True	0.999949038028717	0					non-mobilizable	no_good_hit	10720.0	91.27799999999999	65.0	0.41003526525605644	NZ_JAAIUD010000021.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_21_length_26088_cov_308.86, whole genome shotgun sequence	True	True
FIJ0166_000000010405	2299	0.5735339800208663	4	3	2	2	1	False	39015	maximal	True	FIJ0166_000000010405	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	97.458	10.0	6.5259287646278e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
TAN0012_000000006188	1549	0.5735316196842092	2	2	2	2	2	False	2590	maximal	True	TAN0012_000000006188	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000004329	4798	0.5735290251582205	5	5	5	5	4	False	88290	maximal	True	ISR0378_000000004329	0.9966740576496674		91	6	False	False	1.0	0					non-mobilizable	other	4798.0	99.458	100.0	0.0015400727112085959	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0289_000000001514	4510	0.5735290251582205	5	5	5	5	4	False	88290	maximal	False	ISR0378_000000004329	0.9668611921634014		0	0	False	False	0.9991130828857422	0					non-mobilizable	other	4510.0	99.734	100.0	0.0014476105596913818	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0036_000000032633	1336	0.5735286328154224	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.8050854486137226		0	0	False	False	0.9977545142173767	0					non-mobilizable	other	1336.0	96.10799999999999	100.0	0.007730167921250724	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
SPA0096_000000024427	1694	0.5735178190555442	3	1	1	1	1	True	103191	fragment	False	MAD0026_000000007810	0.9507640067911715		0	0	False	False	0.9958677887916565	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
MON0085_000000018022	1643	0.5735178190555442	3	1	1	1	1	True	80232	fragment	False	MON0085_000000018022	1.0		0	0	False	False	0.9866098761558533	0					non-mobilizable	other	1453.0	97.454	100.0	0.39977912755383765	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ENG0159_000000015984	1444	0.5735178190555442	1	1	1	1	1	True	56511	maximal	True	ENG0159_000000015984	1.0		1	1	False	False	0.9806094169616699	0					non-mobilizable	no_good_hit	67.0	89.552	5.0	0.0016997463455453571	KX982172.1	firmicutes	Staphylococcus sciuri strain wo19-3 genomic sequence	True	True
USA0035_01_000000018974	1368	0.5735178190555442	2	1	1	1	1	True	1405	fragment	False	USA0035_01_000000018974	1.0		0	0	False	False	0.9795321822166443	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000036421	1364	0.5735178190555442	2	1	1	1	1	True	31941	fragment	False	ISR0126_000000036421	1.0		0	0	False	False	0.9992668628692627	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
USA0006_01_000000017963	1310	0.5735178190555442	1	1	1	1	1	True	42756	fragment	False	USA0006_01_000000017963	0.9670498084291188		0	0	False	False	0.9839694499969482	0					non-mobilizable	no_good_hit	572.0	80.42	43.0	0.11570584640456305	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
MON0033_000000052805	1112	0.5735178190555442	1	1	1	1	1	True	55936	fragment	False	MON0033_000000052805	0.9148113852025034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	78.571	15.0	0.0005070899837360163	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	True	True
ISR0215_000000007172	4002	0.5735170004601782	6	6	6	6	1	False	28178	maximal	True	ISR0215_000000007172	1.0		502	12	False	False	0.9985007643699646	0					non-mobilizable	no_good_hit	1447.0	99.447	57.0	0.006468091197402028	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0064_000000015686	1305	0.5735146992182489	2	2	2	1	1	False	6099	maximal	True	SPA0064_000000015686	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	99.47	87.0	0.00018941976809464965	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0332_000000004440	2983	0.573511584767785	2	2	2	2	2	True	35497	fragment	False	ISR0332_000000004440	1.0		0	0	False	False	0.9943010210990906	0					non-mobilizable	no_good_hit	579.0	74.266	19.0	0.00012989963781989482	NZ_UGYG01000001.1	fusobacteria	Sebaldella termitidis strain NCTC11300, whole genome shotgun sequence	True	True
ISR0221_000000008552	2694	0.5735088152544903	3	2	2	2	1	False	27960	maximal	True	ISR0221_000000008552	1.0		1	1	False	False	0.9981440305709839	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.001976047904191617	NZ_CABLCC010000061.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	False
ENG0052_000000021222	1539	0.5735058505864965	3	2	2	2	1	False	115792	fragment	False	ISR0054_000000014703	0.36878724880991787		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	96.735	99.0	0.0003173607172593549	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CHI0179_000000006383	2844	0.5735050696536421	3	3	3	3	2	False	111718	fragment	False	CHI0179_000000006383	1.0		0	0	False	False	0.9954289793968201	0					non-mobilizable	chromosome	2213.0	94.126	98.0	0.0006397685585785369	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0083_000000028537	1109	0.5735006230707667	2	2	2	2	2	False	69054	maximal	True	DEN0083_000000028537	0.963931469792606		818	15	False	False	1.0	0					non-mobilizable	other	1109.0	98.91799999999999	100.0	0.0003145311101926248	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0174_000000010882	1792	0.5734983539838949	2	1	1	1	1	False	55648	maximal	True	ENG0174_000000010882	1.0		7	3	False	False	0.9955357313156128	0					non-mobilizable	no_good_hit	875.0	99.086	49.0	0.15178881556095866	NZ_JAAIOD010000034.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_34_length_5758_cov_233.055, whole genome shotgun sequence	True	False
MON0026_000000017562	2406	0.5734914325458879	3	3	3	2	2	False	85616	fragment	False	MON0026_000000017562	0.9592500132382507		0	0	False	False	0.9883624315261841	0					non-mobilizable	chromosome	2415.0	97.681	100.0	0.000675631991594623	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0041_000000014639	2312	0.5734912890150011	3	3	3	3	3	False	18261	maximal	True	MAD0041_000000014639	1.0		2	1	False	False	0.999567449092865	0					non-mobilizable	no_good_hit	418.0	78.469	18.0	0.0017268465675765604	NZ_NFJN01000004.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_4, whole genome shotgun sequence	True	False
ENG0063_000000016233	1934	0.5734840267824214	3	2	2	1	2	False	107842	fragment	False	ENG0063_000000016233	0.9476567408937718		0	0	False	False	0.998965859413147	0					non-mobilizable	no_good_hit	119.0	76.471	6.0	0.0036445458578944034	NZ_MCGG01000026.1	a-proteobacteria	Magnetovibrio blakemorei strain MV-1 Q32, whole genome shotgun sequence	True	False
MON0047_000000006755	5161	0.5734814780160153	5	4	4	4	2	True	11482	maximal	True	MON0047_000000006755	1.0		1	1	False	False	0.9955434799194336	0					non-mobilizable	no_good_hit								True	True
FIJ0018_000000023497	1171	0.5734803682068382	2	1	1	1	1	False	49916	fragment	False	FIJ0018_000000023497	1.0		0	0	False	False	0.9641332030296326	0					non-mobilizable	other	1138.0	81.459	97.0	0.01606390577396831	NZ_CABIWU010000003.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0092_000000001565	18190	0.5734686442371523	23	8	1	8	2	False	11053	maximal	True	MON0092_000000001565	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	100.0	0.0	1.6664014649701073e-06	LN590690.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG31, chromosome: 31	True	False
ENG0022_000000004928	3931	0.5734635279934369	8	7	1	3	4	False	108821	fragment	False	ENG0022_000000004928	1.0		0	0	False	False	0.990078866481781	0					non-mobilizable	chromosome	3758.0	97.259	95.0	0.0015829252035083879	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0038_000000013687	1992	0.5734632798678451	3	3	3	3	3	False	113809	fragment	False	ISR0098_000000007100	0.4616851079554		0	0	False	False	0.9879518151283264	0					non-mobilizable	other	2006.0	96.411	100.0	0.007748600947051227	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0073_000000005950	1947	0.5734593856233849	3	3	1	2	3	True	82405	fragment	False	SPA0073_000000005950	0.9653569026293728		0	0	False	False	0.9979455471038818	0					non-mobilizable	plasmid	1937.0	99.897	99.0	0.007623638003205393	CP029058.1	enterobacteria	Escherichia coli strain FORC_081 plasmid pFORC_081_1, complete sequence	False	True
ISR0246_000000005907	3272	0.5734588837001079	2	1	1	1	1	False	58390	fragment	False	ISR0246_000000005907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0056_000000017964	1988	0.5734557844598185	3	2	2	2	2	True	127809	maximal	False	SPA0034_000000013725	0.31923199490121096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	74.43	20.0	0.00325307419671531	NZ_AUDP01000010.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	True
CHI0067_000000009360	1276	0.5734514690016447	3	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.056135958876677154	PS730	0	0	False	True	0.9796238541603088	0					non-mobilizable	other	1237.0	83.994	100.0	0.0003838953116862835	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0081_000000002369	8772	0.573446422310505	13	3	3	2	2	False	34261	maximal	True	ISR0081_000000002369	1.0		1	1	False	False	0.9997720122337341	0					non-mobilizable	no_good_hit	579.0	72.884	6.0	0.00016896832427084935	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	True	False
ISR0250_000000005352	2234	0.5734348811117917	2	2	2	2	1	False	81934	maximal	False	ENG0051_000000011729	0.9634607307853843		0	0	False	False	0.9982094764709473	0					non-mobilizable	other	2234.0	99.68700000000001	100.0	0.0009807400744536756	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0119_000000005692	2015	0.5734348811117917	2	2	2	2	1	False	81933	fragment	False	CHI0119_000000005692	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2015.0	99.603	100.0	0.000884554639475908	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0052_000000020089	1813	0.5734348811117917	2	2	2	2	1	False	35789	fragment	False	ISR0052_000000020089	1.0		0	0	False	False	0.9829012751579285	0					non-mobilizable	other	1813.0	99.50399999999999	100.0	0.0007958356537886521	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0137_000000002361	5174	0.5734306088065062	6	6	4	6	5	False	83352	maximal	True	CHI0137_000000002361	1.0		3	1	False	False	0.9980672597885132	0					non-mobilizable	no_good_hit	1102.0	76.497	46.0	0.000507417719511797	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
AST0010_000000026931	1130	0.5734279613903308	2	1	1	1	1	False	125663	maximal	True	AST0010_000000026931	1.0		864	14	False	False	1.0	0					non-mobilizable	other	1130.0	99.823	100.0	0.005746512136898308	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0174_000000004275	6504	0.5734266549558243	8	6	6	6	5	True	108076	maximal	True	ISR0174_000000004275	1.0		1	1	False	False	0.999231219291687	0					non-mobilizable	no_good_hit	2373.0	99.74700000000001	62.0	0.2933828076685219	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
USA0015_01_000000014322	2345	0.5734261230600273	5	3	2	2	2	True	89001	maximal	True	USA0015_01_000000014322	1.0		1	1	False	False	0.9982942342758179	0					non-mobilizable	no_good_hit	1640.0	95.061	69.0	0.0002982898474958905	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	True
ISR0074_000000001470	13823	0.573426091108749	17	14	6	10	9	False	34750	maximal	True	ISR0074_000000001470	1.0		2	1	False	False	0.9995659589767456	0		MOBT			mobilizable	no_good_hit	1575.0	81.905	31.0	0.05453151677758807	HQ724512.1	firmicutes	Enterococcus hirae ATCC 9790 plasmid pTG9790, complete sequence	True	True
AST0010_000000024935	1218	0.5734239015333358	2	2	2	1	1	False	125733	fragment	False	AST0010_000000024935	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	99.34299999999999	100.0	0.008140032640393825	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0020_01_000000006906	4987	0.5734215182494009	8	6	2	4	4	False	85747	maximal	True	USA0020_01_000000006906	1.0		12	3	False	False	0.9955885410308838	0					non-mobilizable	no_good_hit	1591.0	99.309	37.0	0.00022428208560603023	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0243_000000008539	1464	0.5734194329009138	2	2	2	2	2	False	27223	maximal	True	ISR0243_000000008539	1.0		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	98.553	75.0	0.0004036740549369337	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	True	False
ENG0170_000000004883	2474	0.5734178566828522	3	2	2	2	1	False	117273	fragment	False	ENG0088_000000007974	0.9264481707317074		0	0	False	False	1.0	0					non-mobilizable	other	2478.0	91.68700000000001	100.0	0.008966349901562313	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0089_000000007923	2989	0.573405790626678	4	2	2	2	1	True	43582	maximal	True	FIJ0089_000000007923	1.0		1	1	False	False	0.9996654391288757	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	2.0	1.0284831049611086e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
SPA0009_000000018116	2011	0.5734053413466021	4	3	2	3	3	True	8129	fragment	False	SPA0009_000000018116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0157_000000016316	1526	0.5734007801546417	3	1	1	1	1	False	107102	maximal	True	ENG0157_000000016316	1.0		2	2	False	False	0.9855832457542419	0					non-mobilizable	no_good_hit	509.0	98.821	33.0	0.003429952669353913	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0080_000000019086	2638	0.5733977093313016	3	3	1	2	3	True	61749	fragment	False	ENG0080_000000008912	0.9472663139329807		0	0	False	False	0.9984837174415588	0					non-mobilizable	other	2638.0	99.92399999999999	100.0	0.0415014164305949	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	False	True
MAD0038_000000006081	2275	0.5733957796100657	3	3	3	3	3	False	18556	maximal	True	MAD0038_000000006081	1.0		213	11	False	False	0.9872527718544006	0					non-mobilizable	chromosome	2275.0	90.725	100.0	0.0009859739354278125	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
USA0047_01_000000029151	1244	0.5733952010757862	2	2	2	1	1	False	1144	maximal	True	USA0047_01_000000029151	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	96.429	15.0	4.480224642976055e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0020_000000007472	2900	0.5733904041073937	3	3	2	2	2	True	106893	maximal	True	ISR0020_000000007472	1.0		4	3	False	False	0.9955172538757324	0					non-mobilizable	no_good_hit	1840.0	98.098	63.0	0.33291070458250316	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	True	True
TAN0002_000000002615	8820	0.5733901926975227	10	9	7	9	5	False	57943	maximal	True	TAN0002_000000002615	1.0		1	1	False	False	0.9996598362922668	0					non-mobilizable	no_good_hit	1560.0	99.48700000000001	18.0	0.0003634843356448884	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MON0008_000000005759	4857	0.5733892342854767	6	6	5	5	6	False	21226	maximal	True	MON0008_000000005759	1.0		36	2	False	False	1.0	0					non-mobilizable	other	4857.0	99.094	100.0	0.002401118906573477	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
FIJ0008_000000017559	1635	0.5733800218298767	3	3	3	2	2	False	51409	fragment	False	FIJ0008_000000017559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1141.0	93.602	85.0	0.017909322273541334	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
SPA0158_000000004716	3443	0.5733784710370675	5	3	3	3	2	False	119335	maximal	True	SPA0158_000000004716	1.0		33	4	False	False	0.9991286396980286	0					non-mobilizable	chromosome	3219.0	99.068	93.0	0.0010139906758246278	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0122_000000012462	2279	0.5733780912340168	4	4	2	4	1	True	59070	fragment	False	ENG0122_000000012462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	91.244	55.0	0.0004084614996558183	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	True	True
AUS0014_000000009031	3431	0.5733762925291279	3	2	2	2	2	False	100901	maximal	True	AUS0014_000000009031	1.0	PS11|PS300	4	2	False	True	0.9950451850891113	0					non-mobilizable	no_good_hit	1526.0	99.148	88.0	0.06047987309141384	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	True	True
FIJ0130_000000015474	1331	0.5733744810955211	2	2	1	2	1	False	40867	fragment	False	FIJ0130_000000015474	1.0		0	0	False	False	0.96543949842453	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	9.316760287848664e-06	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0092_000000016098	2693	0.5733707147579661	4	4	3	2	3	False	113035	maximal	True	SPA0092_000000016098	1.0		31	7	False	False	0.9977719783782959	0					non-mobilizable	no_good_hit	1298.0	99.76899999999999	55.0	0.0005371329936322615	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	True	False
ISR0174_000000003669	7607	0.5733696554019602	11	7	5	5	5	False	29908	maximal	True	ISR0174_000000003669	1.0		1	1	False	False	0.9982910752296448	0					non-mobilizable	no_good_hit	52.0	88.462	1.0	1.0592679087932945e-05	NZ_LR215729.1	g-proteobacteria	Pseudomonas marincola strain YSy11 chromosome PMYSY11	True	False
CHI0080_000000004378	1183	0.5733693101797214	2	2	1	2	1	False	84323	fragment	False	CHI0080_000000004378	1.0		0	0	False	False	0.9788672924041748	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	4.2061578150412205e-05	CP039647.1	a-proteobacteria	Azospirillum sp. TSA2s chromosome 2, complete sequence	True	False
DEN0083_000000018453	1629	0.5733682675852306	2	1	1	1	1	False	69085	maximal	True	DEN0083_000000018453	1.0		30	8	False	False	0.9981583952903748	0					non-mobilizable	no_good_hit	927.0	82.416	62.0	0.00025659396504323776	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0045_000000018593	1276	0.5733677768378644	2	1	1	1	1	False	47021	fragment	False	FIJ0045_000000018593	1.0		0	0	False	False	0.9858934283256531	0					non-mobilizable	other	1261.0	96.431	99.0	0.00034990086142259693	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0104_000000031591	1130	0.5733649620168499	2	2	1	2	1	False	107607	maximal	True	AST0104_000000031591	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	99.62799999999999	48.0	0.00844599918061202	CP016714.1	firmicutes	Lactococcus lactis subsp. lactis strain UC77 plasmid pUC77B, complete sequence	True	False
MON0081_000000023704	2339	0.5733646799681046	3	3	3	3	3	False	125951	fragment	False	ISR0333_000000007883	0.4117514953672002		0	0	False	False	0.9961522221565247	0					non-mobilizable	other	2340.0	97.009	100.0	0.006401642148477591	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0080_000000005276	1443	0.5733627897503576	3	3	3	1	1	False	78137	fragment	False	CHI0167_000000014569	0.5967075926299109		0	0	False	False	0.9937629699707031	0					non-mobilizable	other	1443.0	99.584	100.0	0.0028596132184728635	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MON0049_000000008288	2556	0.5733499792971449	3	3	3	3	3	False	119338	fragment	False	MON0049_000000008288	0.9670890016097721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1920.0	99.74	82.0	0.0005619593081721592	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0033_000000023803	1589	0.5733482496151376	2	2	2	2	1	False	48262	fragment	False	FIJ0033_000000023803	0.988395225464191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0006151883159789469	NZ_MYFJ01000091.1	enterobacteria	Photorhabdus luminescens strain HIM3 NODE_27_length_43889_cov_23.9343_ID_53, whole genome shotgun sequence	True	False
ISR0255_000000018809	1729	0.5733463043873872	1	1	1	1	1	False	26887	maximal	True	ISR0255_000000018809	1.0		1	1	False	False	0.9670329689979553	0					non-mobilizable	no_good_hit	801.0	83.77	46.0	0.004911385540683774	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	True	False
AST0031_000000016982	1538	0.5733463043873872	1	1	1	1	1	False	117307	maximal	True	AST0031_000000016982	1.0		29	5	False	False	0.9863458871841431	0					non-mobilizable	no_good_hit	801.0	83.645	52.0	0.004911385540683774	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	True	False
SPA0103_000000016530	1130	0.5733408334899075	2	2	2	2	2	False	4858	maximal	True	SPA0103_000000016530	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	91.089	9.0	2.2625191974753905e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0035_000000005832	3894	0.5733342080758758	5	3	2	2	2	True	18783	fragment	False	MAD0035_000000005832	1.0		0	0	False	False	0.9997432231903076	0					non-mobilizable	no_good_hit	599.0	95.82600000000001	15.0	0.9787234042553191	EU060166.1	bacteria	Uncultured bacterium clone LM0ABA2ZB07RM1 genomic sequence	True	True
ISR0070_000000007514	2717	0.5733340435375694	4	2	2	2	2	False	34912	maximal	True	ISR0070_000000007514	1.0		83	6	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	76.582	6.0	0.00022816818231979934	NZ_DS560015.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_0, whole genome shotgun sequence	True	False
FIJ0087_000000019311	1670	0.5733339479741548	2	2	2	2	2	False	43725	fragment	False	FIJ0087_000000019311	0.9933454325468845		0	0	False	False	0.9922155737876892	0					non-mobilizable	no_good_hit	109.0	97.24799999999999	11.0	2.84764487792519e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0104_000000027086	1394	0.5733330009921205	3	2	2	1	1	False	4815	maximal	True	SPA0104_000000027086	1.0		1	1	False	False	0.9971305727958679	0					non-mobilizable	no_good_hit	1015.0	95.961	73.0	0.1037310373103731	NZ_JNJN01000067.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00065.65_C, whole genome shotgun sequence	True	False
ISR0324_000000015083	2037	0.5733310115177155	2	2	2	2	2	False	73411	maximal	True	ISR0324_000000015083	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	94.346	14.0	0.0004522629240970836	NZ_JH590862.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.2, whole genome shotgun sequence	True	False
MON0061_000000034235	1355	0.5733310075796845	2	2	2	2	2	False	10804	maximal	True	MON0061_000000034235	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	77.903	65.0	0.00028364012128193733	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0005_000000011402	2944	0.5733251516009105	3	3	3	3	2	False	132023	fragment	False	DEN0005_000000011402	0.8183799939416988		0	0	False	False	0.9989809989929199	0					non-mobilizable	no_good_hit	1163.0	78.50399999999999	39.0	0.0004866710401388333	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
TAN0021_000000013580	1572	0.5733231418074022	3	2	2	2	1	False	2373	backbone	True	TAN0021_000000013580	1.0	PS7	4	3	True	True	0.9974554777145386	8					non-mobilizable	other	1361.0	89.566	100.0	0.00042122710860877457	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0066_000000028853	1273	0.5733206673106802	2	2	2	2	2	False	130802	fragment	False	ENG0117_000000018731	0.9561720633733881		0	0	False	False	1.0	0					non-mobilizable	chromosome	1273.0	99.60700000000001	100.0	0.00019606377313325168	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0263_000000001112	7504	0.5733202507718016	8	6	2	3	3	True	68215	maximal	True	ISR0263_000000001112	1.0		402	12	False	False	1.0	0					non-mobilizable	other	2848.0	98.139	99.0	0.0006866093084432431	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
MAD0089_000000019433	1428	0.5733167744583355	3	2	1	1	2	False	15816	maximal	True	MAD0089_000000019433	1.0		1	1	False	False	0.9894958138465881	0					non-mobilizable	other	898.0	99.443	99.0	0.041319268506149524	NZ_JYDC01000007.1	firmicutes	Lactobacillus collinoides strain 237 contig7, whole genome shotgun sequence	False	False
MON0078_000000004672	7286	0.5733166809455886	7	6	1	4	4	True	10179	fragment	False	MON0078_000000004672	1.0		0	0	False	False	0.9946472644805908	0					non-mobilizable	no_good_hit	5745.0	77.929	78.0	0.0020270479649200667	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
MAD0015_000000003604	4482	0.5733077057431917	5	5	1	3	5	False	19442	fragment	False	MAD0015_000000003604	1.0		0	0	False	False	0.9986613392829895	0					non-mobilizable	plasmid	2429.0	97.118	96.0	0.02394530170882829	CP040455.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed2, complete sequence	False	True
FIJ0002_000000002950	11008	0.5733056913501199	11	4	2	4	1	False	52464	maximal	True	FIJ0002_000000002950	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000024031	1166	0.5733055139983528	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.3634089443851276		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	96.398	100.0	0.0003482861183915699	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0090_000000003790	3218	0.5733054475717249	3	2	2	2	2	False	15795	maximal	True	MAD0090_000000003790	1.0		5	4	False	False	0.9962709546089172	0					non-mobilizable	chromosome	3219.0	94.37700000000001	100.0	0.0015947404329219128	LR134285.1	firmicutes	Streptococcus australis strain NCTC3168 genome assembly, chromosome: 1	False	False
MON0037_000000047084	1582	0.5733047780841284	2	2	1	2	2	False	44983	fragment	False	MON0102_000000026512	0.7191774891774891		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	98.23	100.0	0.10975355779243318	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0015_000000013233	2815	0.5733021858885572	3	3	2	2	3	False	68170	maximal	False	ISR0092_000000008769	0.9864724245577523		0	0	False	False	0.9992895126342773	0					non-mobilizable	chromosome	2809.0	99.573	99.0	0.0007817099906044472	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0017_000000003397	9499	0.5732990467792237	19	2	2	2	2	True	102170	fragment	False	ISR0017_000000003397	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	94.444	1.0	0.0016953449313939855	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0835_000000005195	2596	0.5732965973034969	7	5	2	3	4	False	81338	maximal	True	ISR0835_000000005195	1.0		69	8	False	False	1.0	0					non-mobilizable	no_good_hit	1539.0	97.01100000000001	76.0	0.00041215829451148793	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0054_000000013706	2175	0.5732943810324922	3	3	3	2	1	False	6437	maximal	True	SPA0054_000000013706	1.0		100	9	False	False	0.9931034445762634	0					non-mobilizable	no_good_hit	1122.0	95.98899999999999	52.0	0.00017232269763797894	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ISR0343_000000013928	1369	0.5732942322877305	2	2	2	2	1	False	24305	maximal	True	ISR0343_000000013928	0.9889152810768013		122	11	False	False	0.9525200724601746	0					non-mobilizable	no_good_hit	545.0	74.862	40.0	0.004394784639335755	NZ_FQXK01000015.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ENG0188_000000021270	1180	0.5732939645838403	1	1	1	1	1	False	54875	fragment	False	ENG0188_000000021270	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	97.712	100.0	0.004744786182020649	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
ISR0009_000000003903	7160	0.5732913379352167	9	3	2	3	2	False	117689	fragment	False	ISR0009_000000003903	1.0		0	0	False	False	0.999580979347229	0					non-mobilizable	no_good_hit	934.0	93.36200000000001	21.0	0.00288227217061072	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0047_000000014153	1608	0.5732899717189184	2	2	2	2	1	False	115236	fragment	False	AST0047_000000014153	0.9675281643472499		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	94.963	99.0	0.00839346732879472	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0102_000000021943	2055	0.5732887952366336	3	2	0	2	1	True	95264	fragment	False	ISR0361_000000007076	0.7840339860642548		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	75.044	27.0	0.0001986670604720654	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0361_000000007076	1921	0.5732887952366336	3	2	0	2	1	True	95264	fragment	False	ISR0361_000000007076	0.9279474069447257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0791_000000014433	1271	0.5732820167078839	1	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.7979372847546186		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	97.71799999999999	100.0	0.008568129798051409	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0236_000000007472	1511	0.5732755157757691	2	2	2	2	1	False	106327	fragment	False	ISR0236_000000007472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	260.0	82.69200000000001	17.0	0.009455481972038264	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0317_000000002519	5953	0.5732741974694527	4	4	3	4	2	True	25181	maximal	True	ISR0317_000000002519	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	88.816	7.0	8.850596401126238e-05	NZ_CP009761.1	firmicutes	Parvimonas micra strain KCOM 1535 (=ChDC B708) chromosome, complete genome	True	True
AST0150_000000011897	2345	0.5732671123600577	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2941429916397064		0	0	False	False	0.9995735883712769	0					non-mobilizable	chromosome	2345.0	98.337	100.0	0.0008253681251228437	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0330_000000012495	2327	0.5732671123600577	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.29362314123474903		0	0	False	False	1.0	0					non-mobilizable	chromosome	2327.0	99.098	100.0	0.0008207807862487107	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0137_000000015771	2322	0.5732671123600577	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2960736076854607		0	0	False	False	1.0	0					non-mobilizable	chromosome	2322.0	98.234	100.0	0.000819016425143275	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0287_000000007445	1748	0.5732669634867044	2	1	1	1	1	False	54126	fragment	False	ISR0287_000000007445	0.9801920768307323		0	0	False	False	0.9965674877166748	0					non-mobilizable	no_good_hit	65.0	84.615	4.0	1.1820125758750495e-05	CP003687.1	firmicutes	Bacillus thuringiensis MC28, complete genome	True	False
MAD0006_000000000290	14767	0.5732668648866887	15	14	7	9	12	False	98215	fragment	False	MAD0006_000000000290	1.0		0	0	False	False	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	14767.0	99.993	100.0	0.13512944643233005	CP042951.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_2, complete sequence	False	True
USA0145_01_000000005318	4590	0.5732655317059128	6	3	3	3	2	False	19	maximal	True	USA0145_01_000000005318	1.0		1	1	False	False	0.9973856210708618	0					non-mobilizable	no_good_hit	614.0	73.453	13.0	9.830898743375983e-05	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	False
ISR0776_000000019329	1217	0.5732635517261331	2	1	1	1	1	False	22404	fragment	False	ISR0776_000000019329	1.0		0	0	False	False	0.9958915114402771	0					non-mobilizable	no_good_hit	878.0	82.346	71.0	0.00036007788413372764	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0085_000000008726	2802	0.5732633896068646	5	3	3	3	1	True	9793	maximal	True	MON0085_000000008726	1.0		2	2	False	False	0.9832262396812439	0					non-mobilizable	no_good_hit	2246.0	88.29	80.0	0.010991239655522084	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
ISR0837_000000001411	5840	0.5732633104990551	7	7	7	7	4	False	120094	maximal	False	ISR0079_000000004336	0.9442327675187491		0	0	False	False	0.998630166053772	0					non-mobilizable	other	5846.0	98.03299999999999	100.0	0.0012344550013168225	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CAN0018_000000016497	2092	0.5732624081345661	3	2	2	2	1	True	102794	fragment	False	CAN0018_000000016497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2092.0	99.904	100.0	0.007470712022094157	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
CAN0003_000000026771	1847	0.5732624081345661	2	2	2	2	1	True	102792	fragment	False	USA0040_01_000000008444	0.9266365688487584		0	0	False	False	0.9994586110115051	0					non-mobilizable	other	1847.0	94.20700000000001	100.0	0.006595377519266291	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0040_01_000000008444	1772	0.5732624081345661	2	2	2	2	1	True	102792	fragment	False	USA0040_01_000000008444	0.9305571681326521		0	0	False	False	1.0	0					non-mobilizable	other	1772.0	99.831	100.0	0.006327417977584291	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
USA0040_01_000000008442	1772	0.5732624081345661	2	2	2	2	1	True	102792	fragment	False	USA0040_01_000000008444	0.9294743310996255		0	0	False	False	1.0	0					non-mobilizable	other	1772.0	93.56700000000001	100.0	0.006327417977584291	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0232_000000009550	2744	0.5732576933868881	6	5	3	4	3	False	113683	fragment	False	ISR0232_000000009550	1.0		0	0	False	False	0.9887025952339172	0					non-mobilizable	other	2506.0	96.68799999999999	91.0	0.0007789901624493143	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0075_01_000000002328	10194	0.5732573543340096	11	2	2	2	1	False	1344	maximal	True	USA0075_01_000000002328	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	94.545	1.0	0.0001726133014531483	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0371_000000011379	1729	0.5732545360911386	3	3	3	3	2	False	75913	fragment	False	ISR0371_000000011379	0.9750771381156081		0	0	False	False	0.9913244843482971	0					non-mobilizable	no_good_hit	463.0	94.16799999999999	36.0	0.00020254061333857074	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0033_000000032090	1922	0.5732544030382974	2	2	2	2	2	False	33498	fragment	False	MON0033_000000032090	0.9724540901502504		0	0	False	False	0.9942768216133118	0					non-mobilizable	no_good_hit	126.0	80.15899999999999	7.0	0.0003211493550036354	NZ_QGDL01000003.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_103, whole genome shotgun sequence	True	False
CHI0063_000000005585	2325	0.5732529910297953	3	3	2	3	2	False	85463	maximal	True	CHI0063_000000005585	1.0		233	10	False	False	0.9926881790161133	0					non-mobilizable	other	2325.0	99.26899999999999	100.0	0.0027321055316907785	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CAN0015_000000007693	5445	0.5732487396253171	5	5	5	5	4	True	93334	maximal	True	CAN0015_000000007693	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	5460.0	95.055	100.0	0.0024347610332918763	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
TAN0010_000000002195	4952	0.573236858864834	8	7	2	4	5	False	124426	maximal	False	ISR0355_000000003047	0.9625902658217373		0	0	False	False	1.0	0					non-mobilizable	other	4191.0	98.115	90.0	0.044524988839522966	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0129_000000016096	1381	0.5732310937634278	3	3	1	3	2	False	40930	maximal	True	FIJ0129_000000016096	1.0		14	3	False	False	0.9746560454368591	0					non-mobilizable	chromosome	1339.0	87.304	97.0	0.00027248234477691145	CP019889.1	enterobacteria	Enterobacter hormaechei strain FRM chromosome, complete genome	False	False
ISR0009_000000021351	1575	0.5732301403241761	2	2	2	2	2	False	38353	fragment	False	ISR0009_000000021351	1.0		0	0	False	False	0.9688888788223267	0					non-mobilizable	other	1577.0	91.883	99.0	0.00046862641885925076	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0007_000000000878	15687	0.5732217146637651	16	6	4	6	4	False	38459	fragment	False	ISR0007_000000000878	1.0		0	0	False	False	0.9999362826347351	0					non-mobilizable	no_good_hit	1764.0	90.986	11.0	0.0007340431998787559	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MON0073_000000002147	2404	0.5732211200688707	3	2	1	2	2	False	130349	backbone	False	ISR0335_000000002496	0.02240728554706998	PS1101	0	0	False	True	1.0	0					non-mobilizable	other	2357.0	99.491	98.0	0.0004434723413550669	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0329_000000009244	1739	0.5732196543708781	2	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.7189788816981381		0	0	False	False	1.0	0					non-mobilizable	chromosome	1739.0	99.31	100.0	0.000792728427113684	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
USA0061_01_000000007526	1438	0.5732186146670921	2	2	2	2	2	False	888	maximal	True	USA0061_01_000000007526	1.0		20	5	False	False	0.9993045926094055	0					non-mobilizable	chromosome	1449.0	96.756	100.0	0.0004722844378689926	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MAD0002_000000016016	2376	0.573214605295817	4	4	2	3	3	False	65057	fragment	False	MAD0002_000000016016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	98.051	79.0	0.07858007260992336	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MAD0105_000000006306	4856	0.5732112319169104	10	4	1	2	2	False	125122	maximal	False	MAD0092_000000003572	0.9682146017165497		0	0	True	True	0.999794065952301	47	rep_cluster_233				non-mobilizable	no_good_hit	1608.0	96.704	78.0	0.36564277588168376	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
MAD0092_000000003572	4806	0.5732112319169104	9	4	1	2	2	False	125122	maximal	True	MAD0092_000000003572	0.9887502340495851		14	1	True	True	1.0	55	rep_cluster_233				non-mobilizable	no_good_hit	1618.0	87.145	77.0	0.36564277588168376	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
MAD0047_000000007618	4806	0.5732112319169104	9	4	1	2	2	False	125122	maximal	False	MAD0092_000000003572	0.9883360242110875		0	0	True	True	1.0	6	rep_cluster_233				non-mobilizable	no_good_hit	1497.0	87.241	78.0	0.33833902161547214	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
MAD0054_000000002559	4719	0.5732112319169104	9	4	1	2	2	False	125122	maximal	False	MAD0092_000000003572	0.984777788404253		0	0	True	True	0.9991523623466492	10	rep_cluster_233				non-mobilizable	no_good_hit	1503.0	87.15899999999999	78.0	0.3397042093287827	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
ISR0351_000000002652	4493	0.5732112319169104	8	4	1	2	2	False	125165	backbone	False	ENG0054_000000005619	0.9634270866481403	PS922|PS923	0	0	True	True	0.9995548725128174	25	rep_cluster_233				non-mobilizable	other	2474.0	98.585	99.0	0.5626848691695108	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
CHI0154_000000003434	7493	0.5732105931414311	8	5	3	3	1	True	79218	fragment	False	CHI0154_000000003434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0033_000000002341	10639	0.5732072919933577	11	3	1	1	3	False	78230	maximal	True	ENG0033_000000002341	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0090_000000047498	1308	0.5732060235720983	2	2	2	1	1	False	9525	maximal	True	MON0090_000000047498	1.0		14	5	False	False	0.997706413269043	0					non-mobilizable	no_good_hit	847.0	81.818	65.0	0.0011330106132487066	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
SPA0129_000000013762	1875	0.5732021439323959	2	2	2	2	1	False	3837	fragment	False	SPA0129_000000013762	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	73.298	10.0	0.00031781371947989695	NZ_QLIS02000002.1	g-proteobacteria	Pseudofrancisella aestuarii strain SYSU WZ-2 WZ.2_ctg02, whole genome shotgun sequence	True	False
FIJ0122_000000011924	1340	0.5732011730251132	2	2	2	1	1	False	41413	maximal	True	FIJ0122_000000011924	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	96.429	13.0	4.4444550898458575e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0853_000000012981	1400	0.5731989964695573	2	2	2	1	1	False	20516	maximal	True	ISR0853_000000012981	1.0		296	14	False	False	0.9957143068313599	0					non-mobilizable	other	1382.0	98.98700000000001	99.0	0.00044220201875948403	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0054_000000015227	1948	0.5731972469091513	3	3	3	3	3	False	121031	fragment	False	DEN0096_000000023538	0.7349543873399506		0	0	False	False	0.9953798651695251	0					non-mobilizable	no_good_hit	993.0	77.039	51.0	0.02078718691429545	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
CHI0185_000000014987	1297	0.5731924418238187	2	2	2	2	2	False	77210	maximal	True	CHI0185_000000014987	1.0		77	10	False	False	0.9653045535087585	0					non-mobilizable	no_good_hit	441.0	76.87100000000001	34.0	0.00012405243244961825	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0064_000000002565	6170	0.5731921291494416	7	5	3	3	4	True	132344	maximal	False	FIJ0166_000000004166	0.9980480730403954	PS1158	0	0	True	True	1.0	144					non-mobilizable	no_good_hit	4561.0	83.819	75.0	0.685415403274712	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MAD0068_000000003739	6157	0.5731921291494416	7	5	3	3	4	True	132344	maximal	False	FIJ0166_000000004166	0.9925095386976486	PS1158	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	4622.0	83.946	74.0	0.6939053972104305	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0107_000000007962	6156	0.5731921291494416	7	5	3	3	4	True	132344	maximal	False	FIJ0166_000000004166	0.9970443858144474	PS1158	0	0	True	True	0.9933398365974426	10					non-mobilizable	no_good_hit	2945.0	83.565	75.0	0.4419345057610673	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0166_000000004166	6151	0.5731921291494416	8	5	3	3	4	True	132344	maximal	True	FIJ0166_000000004166	0.9982330987415358	PS1158	16	5	True	True	1.0	6					non-mobilizable	no_good_hit	4620.0	83.939	74.0	0.6939053972104305	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0050_000000004151	6150	0.5731921291494416	7	5	3	3	4	True	132344	maximal	False	FIJ0166_000000004166	0.9981065405604325	PS1158	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2931.0	83.589	75.0	0.43981200727713765	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0143_000000005658	6150	0.5731921291494416	8	5	3	3	4	True	132344	maximal	False	FIJ0166_000000004166	0.9980372066428925	PS1158	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	4620.0	83.961	74.0	0.6939053972104305	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0062_000000004497	6150	0.5731921291494416	8	5	3	3	4	True	132344	maximal	False	FIJ0166_000000004166	0.998216594297635	PS1158	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	4620.0	83.939	74.0	0.6939053972104305	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0097_000000004517	6139	0.5731921291494416	7	5	3	3	4	True	132344	maximal	False	FIJ0166_000000004166	0.9978720521745664	PS1158	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2931.0	83.589	75.0	0.43981200727713765	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0089_000000021699	1350	0.5731914445216412	3	2	2	2	2	False	9590	fragment	False	MON0089_000000021699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	74.257	29.0	0.0007608980553088777	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	True	False
ENG0131_000000004343	6510	0.5731900323525845	7	7	7	6	6	False	115289	maximal	True	ENG0131_000000004343	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	72.306	11.0	0.021171384578941136	NZ_SLUM01000034.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_134, whole genome shotgun sequence	True	False
USA0042_01_000000006071	4142	0.5731890013777632	5	4	3	3	2	False	1273	fragment	False	USA0042_01_000000006071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3369.0	97.507	88.0	0.0006268768615060009	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	False
ISR0143_000000022260	1306	0.5731854617179177	1	1	1	1	1	False	31112	maximal	True	ISR0143_000000022260	1.0		212	12	False	False	0.9915773272514343	0					non-mobilizable	other	1306.0	100.0	100.0	0.021543541064795706	NZ_CYZO01000018.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0030_000000012274	2503	0.5731777119907162	3	3	3	3	3	False	9053	maximal	True	SPA0030_000000012274	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	80.51899999999999	3.0	2.4173873972892386e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0858_000000003956	2401	0.5731726364889446	4	3	3	3	1	True	20458	maximal	True	ISR0858_000000003956	1.0		1	1	False	False	0.9933360815048218	0					non-mobilizable	no_good_hit	1017.0	78.171	42.0	0.02694255846535187	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0037_000000009239	1459	0.5731713682717221	3	3	3	2	0	True	33872	maximal	True	MAD0037_000000009239	1.0		0	0	False	False	0.9342014789581299	0					non-mobilizable	no_good_hit	1296.0	99.92299999999999	89.0	0.00024386271000204318	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	True
FIJ0109_000000012544	2032	0.573171081751852	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.41416749323146157		0	0	False	False	1.0	0					non-mobilizable	other	2032.0	97.98200000000001	100.0	0.0006318406629131619	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0068_000000015998	1597	0.5731710243028343	3	3	2	2	2	False	120653	fragment	False	ENG0068_000000015998	0.9700488339266204		0	0	False	False	1.0	0					non-mobilizable	other	1597.0	98.81	100.0	0.05894954568959149	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ISR0223_000000014706	2041	0.573165750038411	3	3	3	3	2	False	27805	maximal	True	ISR0223_000000014706	1.0		5	3	False	False	0.979421854019165	0					non-mobilizable	no_good_hit	547.0	95.43	27.0	0.00017743282748669336	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0105_000000030358	1294	0.5731655831610827	2	2	2	2	2	True	14780	maximal	True	MAD0105_000000030358	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	79.798	46.0	0.012167959082659626	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0002_000000035220	1290	0.5731651520304353	2	1	1	1	1	False	20129	fragment	False	MAD0002_000000035220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	75.05199999999999	36.0	0.0012635167701897181	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
MON0096_000000033283	1159	0.5731633671287266	1	1	1	1	1	False	9251	fragment	False	MON0096_000000033283	1.0		0	0	False	False	0.9810181260108948	0					non-mobilizable	no_good_hit	55.0	87.273	5.0	0.0017029753871859136	NZ_ACJM01000026.1	firmicutes	Dethiobacter alkaliphilus AHT 1 ctg5, whole genome shotgun sequence	True	False
ISR0058_000000015607	1686	0.5731605433530375	2	2	2	1	1	False	67841	fragment	False	ISR0058_000000015607	1.0		0	0	False	False	0.990510106086731	0					non-mobilizable	other	1668.0	100.0	99.0	0.00905078101670621	NZ_NQCD01000075.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_5_length_184183_cov_78.9263_ID_9.ctg_1, whole genome shotgun sequence	False	False
AST0040_000000007169	2735	0.5731595153471153	2	2	2	2	2	False	116265	fragment	False	SPA0136_000000014386	0.9533616123707889		0	0	False	False	0.9996343851089478	0					non-mobilizable	no_good_hit	51.0	98.039	2.0	0.0006765899864682003	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	False
MON0098_000000011869	2596	0.5731547759024388	5	4	3	3	2	False	36632	maximal	True	MON0098_000000011869	1.0		4	2	False	False	0.9865177273750305	0					non-mobilizable	no_good_hit	2244.0	96.836	86.0	0.0847502455981259	NZ_WEHX01000026.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_26_length_26466_cov_164.433421, whole genome shotgun sequence	True	False
ENG0206_000000012309	2075	0.5731511655533755	4	3	2	3	2	False	53953	maximal	True	ENG0206_000000012309	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	2.0	5.666439607207229e-05	NZ_PNXQ01000012.1	firmicutes	Paenibacillus terrae strain PIC167 Contig_012, whole genome shotgun sequence	True	False
CHI0050_000000000323	15505	0.5731463821825158	11	10	9	8	7	False	100738	maximal	True	CHI0050_000000000323	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	4444.0	86.206	29.0	0.00796381746550029	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
AST0007_000000014683	1212	0.5731417362150177	2	2	2	2	1	False	126596	maximal	True	AST0007_000000014683	1.0		56	6	False	False	1.0	0					non-mobilizable	other	1145.0	91.441	92.0	0.0030106201403375687	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
MON0070_000000002036	8749	0.5731380583906999	11	3	2	3	2	False	92392	fragment	False	CHI0142_000000001620	0.9609383465164156		0	0	False	False	0.9921134114265442	0					non-mobilizable	no_good_hit	884.0	87.67	10.0	0.0002384802803576339	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0061_000000014819	2814	0.5731361201407232	3	3	3	3	3	False	114892	maximal	True	AST0061_000000014819	0.9954792043399638		173	12	False	False	0.9982231855392456	0					non-mobilizable	no_good_hit	1062.0	82.39200000000001	38.0	0.00037466937552389085	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0322_000000005910	1917	0.5731306022474077	3	2	2	2	1	True	25012	maximal	True	ISR0322_000000005910	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	72.79	30.0	0.0002833498000423784	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
DEN0078_000000006467	4203	0.5731259872682137	5	3	3	2	2	False	126287	maximal	True	DEN0078_000000006467	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	76.025	15.0	0.00020497322475363604	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
DEN0071_000000025897	1649	0.573125369779395	2	2	2	2	2	False	70422	maximal	True	DEN0071_000000025897	1.0		195	13	False	False	0.988477885723114	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	6.21274803579066e-06	NZ_VFPG01000001.1	high GC Gram+	Nocardia bhagyanarayanae strain DSM 103495 Ga0310455_11, whole genome shotgun sequence	True	False
DEN0033_000000019147	1099	0.5731235237760927	1	1	1	1	1	False	73574	maximal	False	DEN0079_000000056649	0.9584078711985689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	89.61	7.0	0.0004892623228870391	NZ_JNIW01000002.1	bacteria	Deinococcus frigens DSM 12807 Q322DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0770_000000004594	2278	0.5731191269685899	5	3	3	3	2	False	22537	maximal	True	ISR0770_000000004594	1.0		2	1	False	False	0.994293212890625	0					non-mobilizable	no_good_hit	76.0	81.579	3.0	2.3654209518895456e-05	NZ_CP053836.1	e-proteobacteria	Halarcobacter ebronensis strain LMG 27922 chromosome, complete genome	True	False
ISR0207_000000019199	1569	0.5731154130638993	1	1	1	1	1	False	28564	maximal	True	ISR0207_000000019199	1.0		288	12	False	False	0.973868727684021	0					non-mobilizable	no_good_hit	1382.0	98.625	88.0	0.000413265060309467	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0853_000000016374	1109	0.5731141443968562	2	1	1	1	1	True	20512	maximal	True	ISR0853_000000016374	1.0		2	1	False	False	0.9981966018676758	0					non-mobilizable	no_good_hit								True	True
SPA0019_000000014666	1986	0.5731126164164024	3	3	3	3	3	False	23997	fragment	False	ISR0354_000000009149	0.9669810059242088		0	0	False	False	0.9934541583061218	0					non-mobilizable	other	1957.0	99.08	98.0	0.05487445644550428	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
DEN0041_000000018433	1855	0.5731106304074582	2	2	2	2	2	False	73108	maximal	True	DEN0041_000000018433	1.0		56	9	False	False	0.9714285731315613	0					non-mobilizable	chromosome	1850.0	99.946	99.0	0.0003503181093053129	CP052265.1	enterobacteria	Klebsiella pneumoniae strain E16KP0287 chromosome, complete genome	False	False
FIJ0129_000000010235	2074	0.5731078948277948	1	1	1	1	1	False	40948	maximal	True	FIJ0129_000000010235	1.0		382	12	False	False	0.9975891709327698	0					non-mobilizable	other	2037.0	100.0	98.0	0.00039412368553653186	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0091_000000003480	8887	0.5731054934815437	7	4	3	4	3	False	63347	fragment	False	ISR0091_000000003480	1.0		0	0	False	False	0.9972994327545166	0					non-mobilizable	no_good_hit	346.0	78.035	4.0	0.004437157616686836	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0187_000000014205	1991	0.5731033587701945	3	2	1	2	0	False	29295	maximal	True	ISR0187_000000014205	1.0		1	1	False	False	0.9954796433448792	0					non-mobilizable	no_good_hit	1724.0	97.39	87.0	0.024848843417653935	JN564797.1	firmicutes	Streptococcus salivarius strain 5M6c salivaricin D gene locus, complete sequence	True	False
ISR0286_000000015006	1380	0.5731031068229773	2	1	1	1	1	False	26016	fragment	False	ISR0286_000000015006	1.0		0	0	False	False	0.97826087474823	0					non-mobilizable	no_good_hit	79.0	82.27799999999999	6.0	1.0290932580142616e-05	NC_013729.1	high GC Gram+	Kribbella flavida DSM 17836, complete sequence	True	False
ISR0811_000000014690	1120	0.573095671937191	2	2	2	2	2	False	21668	maximal	True	ISR0811_000000014690	1.0		141	10	False	False	0.9741071462631226	0					non-mobilizable	other	1105.0	100.0	99.0	0.004046164390088363	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0058_01_000000008598	2234	0.5730953560026856	2	2	2	1	2	False	943	fragment	False	USA0058_01_000000008598	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2234.0	98.25399999999999	100.0	0.0003734849137696626	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0143_000000007743	2487	0.5730949090153236	2	2	1	1	1	True	79939	maximal	True	CHI0143_000000007743	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	95.385	23.0	0.0001394102430385237	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
MON0059_000000002681	9333	0.5730899771290576	10	5	5	4	4	False	40611	maximal	True	MON0059_000000002681	1.0		2	1	False	False	0.9974284768104553	0					non-mobilizable	no_good_hit	1501.0	99.93299999999999	16.0	0.0034523869803582195	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	True	False
AST0014_000000003587	5237	0.5730898088300435	7	6	5	6	5	True	130227	maximal	True	AST0014_000000003587	1.0		33	4	False	False	1.0	0					non-mobilizable	no_good_hit	2992.0	97.46	57.0	0.00955766243231321	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
CAN0021_000000022749	1914	0.5730881336965923	2	2	2	2	1	False	91549	maximal	True	CAN0021_000000022749	1.0		32	10	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	73.042	51.0	0.0002911676060895111	NZ_CP048649.1	firmicutes	Aminipila butyrica strain DSM 103574 chromosome, complete genome	True	False
MON0107_000000014596	3805	0.5730845275892578	3	3	1	2	2	False	109809	fragment	False	MON0107_000000014596	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2097.0	93.944	92.0	0.0007264027171086662	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0036_000000036995	1197	0.5730834441106777	2	2	2	1	1	False	47878	maximal	True	FIJ0036_000000036995	1.0		10	1	False	False	0.9841269850730896	0					non-mobilizable	no_good_hit	880.0	97.61399999999999	74.0	0.00031017468233560477	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0051_000000007211	4434	0.5730761871775021	6	5	2	3	4	False	73885	maximal	True	MON0051_000000007211	1.0		2	2	False	False	0.9997744560241699	0					non-mobilizable	no_good_hit	1686.0	82.8	37.0	0.006000991658402847	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
FIJ0020_000000011733	1863	0.5730730132323988	3	3	3	3	2	False	49783	fragment	False	FIJ0020_000000011733	0.9526372443487621		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	95.867	100.0	0.0005792650489139869	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0011_000000000365	30146	0.5730678915450707	31	23	9	15	19	True	123870	maximal	True	ENG0011_000000000365	0.9773106904231625		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	11239.0	99.12799999999999	79.0	0.003604824232326156	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
USA0133_01_000000010363	2183	0.5730611875420052	3	3	2	2	3	False	122220	fragment	False	MON0006_000000008527	0.9214350334377038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	89.103	74.0	0.05026220250100847	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
DEN0079_000000005914	6307	0.5730561079627875	7	2	1	0	1	False	74614	maximal	True	DEN0079_000000005914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	93.902	11.0	0.01477519941986947	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0103_000000003835	6291	0.5730561079627875	10	2	1	0	1	False	76799	maximal	True	ISR0103_000000003835	1.0		3	1	True	True	1.0	105					non-mobilizable	no_good_hit	148.0	97.29700000000001	12.0	0.0222761024397636	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
TAN0026_000000001880	1201	0.573049763528506	2	2	0	1	2	False	2321	fragment	False	TAN0026_000000001880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	90.756	59.0	0.013130271444882324	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
AST0055_000000009894	3401	0.5730450648501579	3	3	3	2	2	False	128556	fragment	False	ISR0263_000000003210	0.8757216792666735		0	0	False	False	0.996765673160553	0					non-mobilizable	no_good_hit	143.0	100.0	6.0	4.576920138867625e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0018_000000020895	1436	0.5730443212100967	2	1	1	1	1	False	39422	fragment	False	SPA0018_000000020895	1.0		0	0	False	False	0.9895543456077576	0					non-mobilizable	other	1436.0	99.58200000000001	100.0	0.0005211388063197614	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0034_000000014349	1176	0.5730403054581279	3	2	2	2	1	False	88142	fragment	False	DEN0021_000000030340	0.9648883721349449		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	99.575	100.0	0.0003770736644692632	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
FIJ0086_000000023964	1393	0.5730387092210213	2	2	2	2	2	False	125737	fragment	False	FIJ0086_000000023964	0.8856128804582285		0	0	False	False	0.9928212761878967	0					non-mobilizable	other	1306.0	80.092	93.0	0.8440545808966862	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	False	False
USA0027_01_000000005946	4494	0.5730336505565327	4	4	4	4	3	False	1593	maximal	True	USA0027_01_000000005946	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	2596.0	79.969	58.0	0.0006498733374282881	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0051_000000022881	1626	0.573032376736241	2	2	2	2	2	False	35839	fragment	False	ISR0051_000000022881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	77.941	8.0	0.0008821734631609668	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	False
MON0087_000000022752	2220	0.5730299702213051	3	3	3	3	3	False	9694	fragment	False	MON0087_000000022752	1.0		0	0	False	False	0.9995495676994324	0					non-mobilizable	no_good_hit	96.0	95.833	4.0	2.9554339230305456e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0778_000000001733	6814	0.5730297704339392	11	6	5	5	3	True	105166	fragment	False	ISR0778_000000001733	1.0		0	0	False	False	0.9982389211654663	0					non-mobilizable	no_good_hit	2184.0	94.689	65.0	0.1745058491327148	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0148_000000006346	5356	0.5730297704339392	9	6	5	5	3	True	105163	fragment	False	AST0148_000000006346	1.0		0	0	False	False	0.99738609790802	0					non-mobilizable	no_good_hit	1356.0	98.156	83.0	0.168638684767717	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0024_000000004333	4689	0.5730297704339392	8	6	5	5	3	True	100039	fragment	False	ISR0024_000000004333	0.999463058419244		0	0	False	False	0.9974408149719238	0					non-mobilizable	no_good_hit	1309.0	98.396	69.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0023_000000005870	4656	0.5730297704339392	8	6	5	5	3	True	100039	fragment	False	ISR0024_000000004333	0.9960545958626572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	98.396	68.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0077_000000006279	4527	0.5730297704339392	9	6	5	5	3	True	91912	fragment	False	ISR0077_000000006279	1.0		0	0	False	False	0.9995582103729248	0					non-mobilizable	no_good_hit	1307.0	98.24	70.0	0.16253580769709802	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0007_000000017174	3338	0.5730268899812466	5	5	2	2	3	True	124594	fragment	False	FIJ0078_000000007511	0.662981567373266		0	0	False	False	1.0	0					non-mobilizable	other	3143.0	94.146	93.0	0.16373230238754505	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0208_000000017082	1614	0.5730244112987044	2	2	1	2	1	False	122421	maximal	True	ISR0208_000000017082	1.0	PS871	2	2	False	True	0.9993804097175598	0					non-mobilizable	no_good_hit	1239.0	99.596	77.0	0.5348635773061932	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0137_000000008346	1380	0.5730244112987044	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.05764116847205855	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1322.0	99.773	96.0	0.5721091381550455	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MAD0034_000000012929	1232	0.5730244112987044	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.021732485799457687	PS871	0	0	False	True	0.9870129823684692	0					non-mobilizable	other	1213.0	99.505	98.0	0.5249025552187094	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0015_000000027668	1209	0.5730244112987044	2	2	1	2	1	False	55830	fragment	False	MON0076_000000039602	0.9447174447174447		0	0	False	False	0.9892473220825195	0					non-mobilizable	other	1165.0	99.82799999999999	96.0	0.5041143352100477	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	False
MAD0059_000000008070	2390	0.5730203046680125	2	2	2	2	1	False	16900	maximal	True	MAD0059_000000008070	1.0		1	1	False	False	0.9790794849395752	0					non-mobilizable	no_good_hit	970.0	79.691	41.0	0.00032548653842205336	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0074_000000009925	2331	0.5730152826316849	5	3	2	2	2	True	10079	maximal	True	SPA0074_000000009925	1.0		28	7	False	False	1.0	0					non-mobilizable	other	2319.0	100.0	99.0	0.0049618761799975165	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	False	True
DEN0071_000000012046	3203	0.5730141208357862	4	3	2	2	3	False	104066	maximal	True	DEN0071_000000012046	1.0		12	7	False	False	0.9959412813186646	0					non-mobilizable	no_good_hit	2068.0	99.71	65.0	0.148502047560888	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0341_000000012610	1134	0.5730019536257496	2	2	2	2	2	False	24340	fragment	False	ISR0341_000000012610	1.0		0	0	False	False	0.9753086566925049	0					non-mobilizable	other	650.0	85.385	92.0	0.003201523313403974	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0135_000000013873	1376	0.5730012400824968	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.03066848400704167		0	0	False	False	0.9985465407371521	0					non-mobilizable	chromosome	1376.0	98.837	100.0	0.0004851993039948311	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AUS0004_000000008703	2408	0.5729974311671202	3	3	3	3	2	False	102461	fragment	False	AUS0004_000000008703	1.0		0	0	False	False	0.9995847344398499	0					non-mobilizable	other	2409.0	99.00399999999999	100.0	0.02371923050403365	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
MON0082_000000004128	5791	0.5729953799315337	10	6	4	3	3	False	88489	maximal	True	MON0082_000000004128	1.0	PS458	14	6	False	True	1.0	0					non-mobilizable	no_good_hit	1809.0	90.87899999999999	50.0	0.0005612213470681162	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0173_000000000637	10054	0.5729906576375186	14	13	9	11	11	False	29923	maximal	True	ISR0173_000000000637	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1864.0	82.51100000000001	31.0	0.0008568335128603551	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0086_000000026239	1107	0.5729875309145125	3	2	2	2	0	True	33871	fragment	False	ISR0086_000000026239	1.0		0	0	False	False	0.9747064113616943	0					non-mobilizable	no_good_hit	972.0	100.0	88.0	0.00018284995475828874	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	True
SPA0096_000000003552	8739	0.5729841274674765	10	10	10	10	9	False	121660	fragment	False	SPA0096_000000003552	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8730.0	98.499	99.0	0.1443148929132556	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0069_000000006185	1468	0.5729822482708332	2	2	2	2	2	False	44967	fragment	False	MAD0069_000000006185	0.9653577444284265		0	0	False	False	0.9986376166343689	0					non-mobilizable	other	1468.0	98.161	100.0	0.0006261607128756484	CP022606.1	firmicutes	Weissella cibaria strain CMS1, complete genome	False	False
ISR0260_000000001562	6256	0.5729789654485893	7	3	2	3	2	False	117688	fragment	False	ISR0342_000000002805	0.7398716376989013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	92.79799999999999	12.0	0.0022266480287979813	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0003_000000006501	3834	0.572968532620042	2	2	2	2	1	False	79281	fragment	False	ISR0173_000000002094	0.9620558880299853		0	0	False	False	0.9997391700744629	0					non-mobilizable	no_good_hit	2788.0	96.80799999999999	74.0	0.01552756924381184	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
ISR0207_000000011306	2553	0.5729555968288729	3	2	2	2	2	False	28582	maximal	True	ISR0207_000000011306	1.0		48	4	False	False	0.9996082782745361	0					non-mobilizable	no_good_hit	206.0	75.243	8.0	0.0003113434854826514	NZ_PNGX01000002.1	firmicutes	Peptoniphilus lacrimalis strain UMB0663 .21837_8_42.2, whole genome shotgun sequence	True	False
ENG0095_000000020732	1350	0.5729508558814875	2	2	2	2	1	False	60915	maximal	True	ENG0095_000000020732	1.0		7	6	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	89.205	13.0	0.07078559738134206	NZ_MCIB01000035.1	firmicutes	Thermohalobacter berrensis strain CTT3 contig_40, whole genome shotgun sequence	True	False
AST0090_000000013360	1702	0.5729495601134798	2	2	2	1	0	True	109883	maximal	True	AST0090_000000013360	1.0		10	4	False	False	0.9888366460800171	0					non-mobilizable	no_good_hit	603.0	100.0	35.0	0.00943100639177842	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
USA0073_01_000000009091	1663	0.5729488013127237	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.8491806258064285		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	83.473	100.0	0.01976793647792797	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
AST0046_000000013707	1165	0.5729487011921616	2	2	2	2	1	False	115502	maximal	False	ISR0296_000000021455	0.9653589315525877		0	0	False	False	0.9939914345741272	0					non-mobilizable	other	1080.0	84.259	92.0	0.01918574877459946	NZ_JAAIQH010000019.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_19_length_54676_cov_322.576, whole genome shotgun sequence	False	False
ISR0322_000000009560	1338	0.5729475470459597	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.97957681636225		0	0	False	False	1.0	0					non-mobilizable	chromosome	1327.0	88.92200000000001	100.0	0.0003540059213586967	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0096_000000034082	1337	0.5729475470459597	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.9799808514038226		0	0	False	False	1.0	0					non-mobilizable	chromosome	1329.0	89.014	99.0	0.00035454188793153347	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0246_000000018038	1315	0.5729475470459597	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.9740108471305114		0	0	False	False	1.0	0					non-mobilizable	chromosome	1307.0	88.75299999999999	99.0	0.00034864625563032884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0208_000000021957	1269	0.5729475470459597	2	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.8011503718106415		0	0	False	False	0.9992119669914246	0					non-mobilizable	chromosome	1274.0	88.619	100.0	0.0003398028071785219	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0286_000000006503	2579	0.5729463948487914	2	2	2	2	2	False	125838	fragment	False	ISR0286_000000006503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1257.0	99.523	49.0	0.07798336023842047	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0135_000000004838	3868	0.5729456021354408	4	3	3	3	2	False	31437	maximal	True	ISR0135_000000004838	1.0		108	7	False	False	0.9984487891197205	0					non-mobilizable	no_good_hit	2598.0	99.962	67.0	0.0011235896721471768	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	True	False
MON0105_000000013020	4060	0.572941350406866	8	7	6	7	6	False	8753	maximal	True	MON0105_000000013020	1.0		108	11	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	77.432	13.0	0.0002235837939451755	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0179_000000012131	2764	0.5729392285471671	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2927195007042032		0	0	False	False	1.0	0					non-mobilizable	other	2765.0	98.3	100.0	0.24847067290392227	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0141_000000009631	2829	0.5729387171055436	3	3	1	2	2	False	120175	backbone	False	ISR0138_000000008922	0.46594309480026624	PS832|PS837|PS840	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	2631.0	100.0	93.0	0.513671875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0070_000000010571	1996	0.5729376508585323	3	2	0	1	2	False	5949	fragment	False	SPA0070_000000010571	1.0		0	0	False	False	0.9899799823760986	0					non-mobilizable	chromosome	1178.0	96.689	94.0	0.0004328676080310192	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
SPA0069_000000011613	1986	0.5729376508585323	3	2	0	1	2	False	5949	fragment	False	SPA0070_000000010571	0.9974949899799599		0	0	False	False	0.9899294972419739	0					non-mobilizable	chromosome	1168.0	96.661	94.0	0.00042918676102395275	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ISR0813_000000003239	8158	0.5729365658246844	16	7	6	6	3	False	101592	maximal	True	ISR0813_000000003239	1.0		6	3	False	False	0.9980387091636658	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	1.0	0.0007710471784492314	NZ_QLMI01000009.1	CFB group bacteria	Flavobacterium aquaticum strain CGMCC 1.12398 Ga0171599_109, whole genome shotgun sequence	True	False
MAD0035_000000015419	1443	0.5729309646270762	2	2	2	2	1	False	38935	maximal	True	MAD0035_000000015419	1.0		101	11	False	False	0.9535689353942871	0					non-mobilizable	no_good_hit	1114.0	98.384	77.0	0.0002594316952741437	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0005_000000015123	2232	0.5729302439915708	3	3	3	3	3	False	79664	fragment	False	MON0105_000000018460	0.6028239652323623		0	0	False	False	0.9982078671455383	0					non-mobilizable	other	2232.0	99.32799999999999	100.0	0.008640488297967104	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0077_000000019407	1803	0.5729272330088073	3	1	1	1	1	False	34505	maximal	True	ISR0077_000000019407	1.0		74	11	False	False	0.9922351837158203	0					non-mobilizable	no_good_hit	223.0	72.646	12.0	6.053840300803661e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0805_000000010092	1198	0.5729268499767715	2	1	1	1	1	False	82673	fragment	False	ISR0805_000000010092	0.9739858906525574		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	99.274	92.0	0.11534834992142483	NZ_KE159502.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.18, whole genome shotgun sequence	False	False
ISR0786_000000005208	3356	0.5729257472885201	2	2	2	2	2	False	62870	maximal	False	ENG0065_000000008337	0.993770394541679		0	0	False	False	0.99582839012146	0					non-mobilizable	chromosome	3356.0	98.98700000000001	100.0	0.0004735471348069424	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
TAN0021_000000017685	1289	0.5729243609846381	2	1	1	1	1	False	67705	fragment	False	TAN0021_000000017685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	84.354	11.0	0.0002312732065238053	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	False
MON0078_000000040626	1176	0.5729243609846381	2	1	1	1	1	False	67704	fragment	False	MON0078_000000040626	0.9946140035906643		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	84.354	13.0	0.0002312732065238053	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	False
ENG0032_000000006058	3293	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9922065605401105		0	0	False	False	0.9832978844642639	0					non-mobilizable	chromosome	3245.0	79.507	100.0	0.0005831328024477857	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ENG0067_000000008762	3275	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9901223295504693		0	0	False	False	1.0	0					non-mobilizable	other	3205.0	79.22	99.0	0.0008459390812449018	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
USA0022_01_000000002392	3235	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9885534674007683		0	0	False	False	1.0	0					non-mobilizable	other	3201.0	79.194	100.0	0.0008448780099608067	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0152_000000007484	3194	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9896142282611289		0	0	False	False	1.0	0					non-mobilizable	chromosome	3215.0	80.187	100.0	0.0008923101100609014	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0011_01_000000011729	3193	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9906125543703675		0	0	False	False	1.0	0					non-mobilizable	chromosome	3214.0	80.212	100.0	0.0008920304766826309	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0222_000000016943	3192	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9909379587173075		0	0	False	False	0.9996867179870605	0					non-mobilizable	chromosome	3213.0	80.205	100.0	0.0008917508433043606	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0060_000000008903	3191	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9905222911037127		0	0	False	False	0.999686598777771	0					non-mobilizable	chromosome	3212.0	80.168	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0125_01_000000007691	3191	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9899260529469572		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.23	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0100_000000004862	3191	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9882364075737748		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.075	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0005_000000009233	3191	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9908239252441317		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.199	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0048_000000005029	3191	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.990149523494424		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.168	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0026_01_000000010469	3191	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9908239252441317		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.199	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AUS0014_000000009617	3191	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9905222911037127		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.168	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0115_000000008099	3182	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9881341000132776		0	0	False	False	0.9971715807914734	0					non-mobilizable	chromosome	3203.0	80.237	100.0	0.0008889545095216564	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0050_000000008198	3173	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9866666435173981		0	0	False	False	1.0	0					non-mobilizable	chromosome	3187.0	79.197	100.0	0.0005724811506383679	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0128_000000011612	3171	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9866135438557261		0	0	False	False	1.0	0					non-mobilizable	chromosome	3185.0	79.215	100.0	0.0005721200776956758	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0059_000000008251	3165	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9790666620641627		0	0	False	False	0.9996840357780457	0					non-mobilizable	chromosome	3176.0	80.321	99.0	0.0008816840416866255	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0138_000000006292	3161	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9838934326939792		0	0	False	False	0.9984182119369507	0					non-mobilizable	chromosome	3175.0	79.181	100.0	0.0005703147129822152	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0049_000000006675	3158	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9830636422350045		0	0	False	False	1.0	0					non-mobilizable	chromosome	3171.0	79.186	99.0	0.0005695925670968309	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
AST0062_000000005499	3119	0.5729231552777516	4	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9726228008436208		0	0	False	False	0.9993587732315063	0					non-mobilizable	chromosome	3099.0	80.348	99.0	0.000861270805072885	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0030_01_000000005484	3093	0.5729231552777516	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9647331815296941		0	0	False	False	1.0	0					non-mobilizable	chromosome	3105.0	79.35600000000001	100.0	0.0005580382329306828	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0006_000000015097	1243	0.5729228348976684	3	3	3	1	2	False	38472	maximal	True	ISR0006_000000015097	1.0		54	7	False	False	0.9983909726142883	0					non-mobilizable	other	1245.0	88.353	100.0	0.0003308058489028982	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0075_000000006266	3719	0.5729175670155864	3	2	2	2	2	False	116454	maximal	True	ISR0075_000000006266	1.0		173	7	False	False	1.0	0					non-mobilizable	no_good_hit	2620.0	91.756	82.0	0.002914724815686519	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
SPA0060_000000003125	5418	0.5729171773791477	4	2	1	2	1	True	6252	fragment	False	SPA0060_000000003125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0123_000000006090	5390	0.5729167602292858	4	4	3	4	4	False	79944	fragment	False	FIJ0123_000000006090	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	5375.0	99.98100000000001	99.0	0.06434155861259773	LT985309.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pI	False	True
USA0058_01_000000012489	1438	0.5729143300351707	2	2	2	1	1	False	940	fragment	False	USA0058_01_000000012489	1.0		0	0	False	False	0.9993045926094055	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0005454687134730772	NZ_QKWJ01000052.1	b-proteobacteria	Cupriavidus lacunae strain S23 Cupriavidus_S23_52, whole genome shotgun sequence	True	False
ISR0246_000000007422	2735	0.5729132647792043	4	4	4	4	3	False	99498	maximal	True	ISR0246_000000007422	0.9998168498168498		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	92.117	47.0	0.00025939251004829814	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0133_01_000000008732	2730	0.5729132647792043	4	4	4	4	3	False	99498	maximal	False	ISR0246_000000007422	0.9989031078610604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	92.117	47.0	0.00025939251004829814	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0063_000000005013	5459	0.5729115330213639	8	3	2	1	3	False	11667	maximal	True	MON0063_000000005013	1.0		1	1	False	False	0.9930390119552612	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00022504239638003232	NC_014214.1	bacteria	Meiothermus silvanus DSM 9946 plasmid pMESIL02, complete sequence	True	False
SPA0157_000000000388	9756	0.5729107155858636	13	12	5	7	10	True	101530	fragment	False	SPA0157_000000000388	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9758.0	99.29299999999999	100.0	0.0029163356952015143	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ENG0027_000000007690	2833	0.5729085118185899	2	2	2	2	2	False	65990	backbone	False	ISR0365_000000004927	0.9319345214610733	PS11|PS300	0	0	False	True	1.0	0					non-mobilizable	other	1311.0	99.46600000000001	99.0	0.05191354352567916	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	False	True
ISR0332_000000003231	3898	0.5729052994444572	6	5	1	3	4	False	124369	fragment	False	ENG0025_000000004712	0.5726118222821324		0	0	False	False	0.9997434616088867	0					non-mobilizable	other	3898.0	99.23	100.0	0.3504857862540482	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0028_000000012031	2121	0.5729009119747339	2	2	2	2	1	False	44970	fragment	False	MON0028_000000012031	0.941047326254437		0	0	False	False	0.9886845946311951	0					non-mobilizable	no_good_hit	911.0	93.414	43.0	0.004518887459839008	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
MAD0014_000000005668	4909	0.5728999116827567	4	3	3	2	2	False	19524	maximal	True	MAD0014_000000005668	1.0		1	1	False	False	0.9873701333999634	0					non-mobilizable	no_good_hit	395.0	71.646	8.0	0.00019574368474369684	NZ_JH660660.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_3, whole genome shotgun sequence	True	False
ENG0007_000000016163	1550	0.5728995357538663	2	2	2	2	2	False	115508	fragment	False	MON0088_000000019692	0.9185452315127474		0	0	False	False	0.996129035949707	0					non-mobilizable	other	1550.0	99.935	100.0	0.0006694753802481856	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
MON0041_000000022110	2719	0.5728876772644123	3	3	3	2	2	False	19011	fragment	False	MON0041_000000022110	1.0		0	0	False	False	0.995586633682251	0					non-mobilizable	no_good_hit	2112.0	80.35	77.0	0.006587627849896194	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0111_000000011028	1825	0.5728867275951799	1	1	1	1	1	False	79631	maximal	True	ENG0111_000000011028	1.0		36	8	False	False	0.9747945070266724	0					non-mobilizable	other	1741.0	99.368	96.0	0.0004593818040979497	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
CHI0147_000000012834	1464	0.5728867275951799	1	1	1	1	1	False	79630	fragment	False	ENG0168_000000020262	0.961864406779661		0	0	False	False	0.9863387942314148	0					non-mobilizable	other	1444.0	99.584	99.0	0.00038070606983289855	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
ENG0082_000000004673	4009	0.5728863306385102	6	6	4	3	2	True	131283	maximal	True	ENG0082_000000004673	1.0	PS1133	754	14	False	True	0.999251663684845	0					non-mobilizable	chromosome	2823.0	93.12799999999999	95.0	0.0009954525356868499	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0232_000000010670	2502	0.5728854475543383	3	3	2	3	1	False	27457	maximal	True	ISR0232_000000010670	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0022_000000012956	1131	0.5728810934818515	2	1	1	1	1	True	19259	fragment	False	MAD0022_000000012956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0069_000000001692	15258	0.5728778188601098	16	5	0	5	1	False	13244	maximal	True	MON0069_000000001692	0.9949873832094387		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	1.4595909952358038e-05	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	False
MAD0040_000000018533	1789	0.5728766084492632	4	1	0	1	1	True	18358	fragment	False	MAD0040_000000018533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0108_000000018359	1308	0.5728766084492632	2	1	0	1	1	True	42202	maximal	True	FIJ0108_000000018359	1.0		3	3	False	False	0.9992354512214661	0					non-mobilizable	no_good_hit								True	True
ISR0825_000000018597	1296	0.5728766084492632	2	1	0	1	1	True	21118	maximal	True	ISR0825_000000018597	1.0		2	2	False	False	0.9992284178733826	0					non-mobilizable	no_good_hit								True	True
CAN0018_000000018440	1864	0.5728724295093301	2	2	2	1	0	True	105828	fragment	False	CAN0018_000000018440	0.9633262636974195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	74.78399999999999	37.0	0.0002217550039113328	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
AST0100_000000005254	2865	0.5728701876390186	4	3	3	1	2	True	108648	maximal	True	AST0100_000000005254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	98.27	40.0	0.0003092999671418996	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MAD0040_000000020496	1638	0.5728673225942441	2	1	1	1	1	False	18348	maximal	True	MAD0040_000000020496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	83.395	16.0	9.096925626991495e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0342_000000010638	1342	0.5728600018592368	2	1	1	1	1	False	106745	fragment	False	ISR0342_000000010638	0.970561712814336		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	99.851	100.0	0.006399030363184341	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0005_000000037597	1451	0.5728592051195865	2	2	2	2	1	False	85290	fragment	False	MON0081_000000031907	0.6998241126036335		0	0	False	False	0.9538249373435974	0					non-mobilizable	other	1449.0	99.103	99.0	0.020908539578941288	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0012_000000019968	1143	0.5728591668492183	2	2	2	1	1	False	67026	fragment	False	ENG0012_000000019968	1.0		0	0	False	False	0.9991251230239868	0					non-mobilizable	other	1145.0	87.42399999999999	100.0	0.02089470313786479	NZ_SMCQ01000020.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_120, whole genome shotgun sequence	False	False
SPA0090_000000007817	4180	0.5728567593479431	8	4	4	4	3	True	91905	fragment	False	SPA0090_000000007817	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2224.0	98.11200000000001	100.0	0.27687134138747044	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0356_000000005146	3406	0.5728567593479431	7	4	4	4	3	True	83629	fragment	False	ISR0356_000000005146	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2206.0	98.867	99.0	0.2746294681778553	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
FIJ0044_000000009797	2240	0.5728489974460257	3	3	3	3	2	False	47128	maximal	True	FIJ0044_000000009797	1.0		6	4	False	False	0.9941964149475098	0					non-mobilizable	no_good_hit	1019.0	72.031	45.0	0.007501377264940495	NZ_JHYB01000005.1	mycoplasmas	Acholeplasma modicum ATCC 29102 T352DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
FIJ0091_000000009948	2337	0.5728489512763744	2	2	2	2	2	False	43381	maximal	True	FIJ0091_000000009948	1.0		3	1	False	False	0.9961488842964172	0					non-mobilizable	other	1011.0	96.934	90.0	0.0002790875918489761	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ITA0006_000000009503	2632	0.572846663057716	5	4	4	3	2	True	131284	maximal	True	ITA0006_000000009503	1.0	PS1133	161	10	False	True	1.0	0					non-mobilizable	no_good_hit	1706.0	92.321	78.0	0.0006016471369535906	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0070_000000011233	2222	0.5728430451892271	3	2	2	2	1	False	62415	maximal	True	ENG0070_000000011233	1.0		9	6	False	False	0.9923492074012756	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.3398572628902201e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0098_000000012300	1418	0.5728395045946638	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.9137742840046642		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	89.147	100.0	0.0004408263019930824	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0152_000000006592	3438	0.5728350953584559	4	4	4	3	3	False	47411	maximal	False	FIJ0041_000000010506	0.9896551699230173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0349_000000002372	3968	0.5728328702586613	4	3	3	2	3	False	87947	fragment	False	ISR0349_000000002372	0.9921553497942387		0	0	False	False	0.9997479915618896	0					non-mobilizable	chromosome	3906.0	98.285	98.0	0.0015480201397221967	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CAN0011_000000017987	1678	0.5728315825759714	2	2	2	2	2	False	94453	maximal	True	CAN0011_000000017987	1.0		4	3	False	False	0.9916567206382751	0					non-mobilizable	no_good_hit	1068.0	74.064	62.0	0.021543434674086502	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
MAD0059_000000001740	9447	0.5728303191366791	12	4	1	4	2	False	16921	fragment	False	MAD0059_000000001740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	0.0	0.00026166983648826317	CU927904.4	even-toed ungulates	Pig DNA sequence from clone CH242-309G6 on chromosome 2, complete sequence	True	False
ISR0167_000000013753	2131	0.5728256958435664	4	3	2	2	2	False	30179	maximal	True	ISR0167_000000013753	1.0		206	12	False	False	1.0	0					non-mobilizable	chromosome	1125.0	92.978	93.0	0.000391086299710136	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0033_000000001305	18580	0.5728242934453694	31	8	2	8	1	False	48322	maximal	True	FIJ0033_000000001305	0.9932049830124575		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0010919238079831763	NZ_WKKH01000054.1	CFB group bacteria	Pedobacter petrophilus strain LMG 29686 Contig054, whole genome shotgun sequence	True	False
FIJ0097_000000001173	18543	0.5728242934453694	32	8	2	8	1	False	48322	maximal	False	FIJ0033_000000001305	0.9931916038751345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0010919238079831763	NZ_WKKH01000054.1	CFB group bacteria	Pedobacter petrophilus strain LMG 29686 Contig054, whole genome shotgun sequence	True	False
AST0025_000000019549	1904	0.5728223782064646	3	3	2	2	2	False	120289	maximal	True	AST0025_000000019549	1.0		44	11	False	False	0.9989495873451233	0					non-mobilizable	no_good_hit	615.0	73.984	32.0	0.0002184438063237496	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
ENG0099_000000013611	1196	0.572819596933776	2	1	1	1	1	False	60625	maximal	True	ENG0099_000000013611	1.0		38	6	False	False	0.9991638660430908	0					non-mobilizable	no_good_hit	787.0	90.089	82.0	0.0004066541488217051	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
MON0044_000000015180	3184	0.5728180787274716	5	5	4	5	3	False	88596	maximal	True	MON0044_000000015180	1.0		1	1	False	False	0.9996859431266785	0					non-mobilizable	no_good_hit	2131.0	99.296	77.0	0.017228270540466214	LM995853.1	enterobacteria	Escherichia coli genome assembly FHI29, scaffold scaffold-13_contig-10.1_2966_126599_[organism:Escherichia	True	False
MON0076_000000015202	3067	0.5728178719973405	4	4	4	4	4	False	77719	fragment	False	CHI0176_000000002695	0.9603609410248147		0	0	False	False	0.9993479251861572	0					non-mobilizable	chromosome	3067.0	99.57600000000001	100.0	0.0005885347442810778	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
ENG0075_000000012672	1946	0.5728167302152333	4	4	4	3	3	False	62098	maximal	True	ENG0075_000000012672	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	76.62	52.0	0.4114888628370457	NZ_NJCX01000093.1	enterobacteria	Xenorhabdus kozodoii strain DSM 17907 Xkoz_93, whole genome shotgun sequence	True	False
ENG0010_000000003861	4887	0.5728156842213269	8	4	3	3	4	False	120195	fragment	False	ENG0010_000000003861	1.0		0	0	False	False	0.9948843717575073	0					non-mobilizable	no_good_hit	191.0	93.194	4.0	0.0006275369833966926	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
CHI0095_000000003370	2420	0.5728155425764893	3	3	3	3	3	False	83504	fragment	False	MON0045_000000008625	0.949633346198379		0	0	False	False	0.9789256453514099	0					non-mobilizable	other	2385.0	97.694	98.0	0.0005845041191113478	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0042_000000020264	1243	0.5728125812384894	2	2	2	2	2	False	68612	fragment	False	MAD0042_000000020264	1.0		0	0	False	False	0.936444103717804	0					non-mobilizable	no_good_hit	309.0	78.317	25.0	0.0007466802012620359	NZ_JAAVNF010000025.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_6_length_409704_cov_32.581100, whole genome shotgun sequence	True	False
MAD0054_000000004580	3090	0.5728122347067588	4	2	2	2	1	True	119041	fragment	False	AUS0022_000000010720	0.8145580052603714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2043.0	75.967	65.0	0.0004837360012611951	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MAD0005_000000019509	1584	0.5728002362362583	2	1	1	1	1	False	124597	maximal	True	MAD0005_000000019509	1.0		24	5	False	False	1.0	0					non-mobilizable	other	1586.0	95.08200000000001	100.0	0.02998373122469827	NZ_SPFY01000015.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_15_length_52862_cov_15.1313, whole genome shotgun sequence	False	False
ISR0039_000000012656	2773	0.5727985471370041	4	2	1	1	2	False	36551	maximal	True	ISR0039_000000012656	1.0		3	1	False	False	1.0	0					non-mobilizable	other	1720.0	84.244	90.0	0.0004070511422123541	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
FIJ0099_000000005659	4015	0.5727982491987094	4	2	2	2	1	False	42809	maximal	True	FIJ0099_000000005659	1.0		1	1	False	False	0.9863013625144958	0					non-mobilizable	no_good_hit	1140.0	74.123	28.0	0.03251773563051976	NZ_LKKW01000014.1	fusobacteria	Streptobacillus ratti strain OGS16 OGS16_S19CLC_contig_51, whole genome shotgun sequence	True	False
ISR0824_000000011238	1987	0.5727975986011054	3	2	1	2	1	False	21160	maximal	True	ISR0824_000000011238	1.0		1	1	False	False	0.9874182343482971	0					non-mobilizable	no_good_hit	66.0	81.818	3.0	3.115372301368655e-05	CP002952.1	euryarchaeotes	Thermococcus sp. AM4, complete genome	True	False
ISR0037_000000014398	1634	0.5727946194360171	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9510546880163611		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	82.126	96.0	0.00038946533611792155	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0117_000000007685	2678	0.5727930269510232	3	3	2	3	3	False	41622	maximal	True	FIJ0117_000000007685	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	85.743	37.0	0.00046171281462930057	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0056_000000004072	4728	0.5727868712870537	6	2	1	2	2	False	72646	fragment	False	ISR0056_000000004072	1.0		0	0	False	False	0.9923858046531677	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0043141922047009815	XM_034225480.1	bony fishes	PREDICTED: Gymnodraco acuticeps interferon-induced very large GTPase 1 (si:dkey-202l22.6), transcript variant X2, mRNA	True	False
ENG0109_000000018607	1313	0.5727850113425774	2	2	2	2	2	False	59852	maximal	False	ISR0073_000000019794	0.5799365607210004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	75.0	24.0	0.0021137612677112737	NZ_QSBM01000019.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf19, whole genome shotgun sequence	True	False
ENG0182_000000015064	1897	0.5727845754081238	3	3	3	3	3	False	55235	maximal	False	ISR0008_000000005956	0.9580673594594602		0	0	False	False	0.9952556490898132	0					non-mobilizable	no_good_hit	230.0	77.391	12.0	0.0003522026692598757	NZ_QNRH01000003.1	a-proteobacteria	Pseudochrobactrum asaccharolyticum strain DSM 25619 Ga0244562_103, whole genome shotgun sequence	True	False
USA0034_01_000000030861	1691	0.5727780328331408	3	3	3	1	0	False	75817	fragment	False	USA0034_01_000000030861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	95.383	49.0	0.00027926763930172216	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
FIJ0136_000000018615	1492	0.5727780328331408	3	3	3	1	0	False	75819	maximal	True	FIJ0136_000000018615	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	419.0	95.704	35.0	0.0001420120112264232	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MON0093_000000001447	16887	0.5727691186975551	20	5	1	5	2	False	10575	maximal	False	MON0068_000000001382	0.9634275618374558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0101_000000039869	1636	0.572767572806956	3	3	3	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.6633582031107723		0	0	False	False	1.0	0					non-mobilizable	other	1537.0	94.275	94.0	0.3956723338485317	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
ISR0820_000000007925	2772	0.5727674374259041	4	3	3	2	2	False	69790	maximal	True	ISR0820_000000007925	1.0		2	2	False	False	0.9956709742546082	0					non-mobilizable	no_good_hit	946.0	75.899	34.0	0.0002665759433192187	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0848_000000013770	1317	0.5727654375976079	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.1424839786132259		0	0	False	False	0.9946848750114441	0					non-mobilizable	other	1258.0	95.469	96.0	0.0003487900650371284	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0094_000000016137	1258	0.5727654375976079	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.1315157513060268		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	95.538	99.0	0.00034795696774802696	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0130_000000023185	1227	0.5727632579526384	4	4	2	3	4	False	58401	fragment	False	ENG0130_000000023185	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	99.104	100.0	0.0006234169861297348	LS483348.1	firmicutes	Streptococcus lutetiensis strain NCTC8738 genome assembly, chromosome: 1	False	False
MON0006_000000004144	4581	0.5727479574022833	5	4	3	4	4	False	126992	maximal	True	MON0006_000000004144	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	4583.0	95.76700000000001	100.0	0.0020230884639804597	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0063_000000010295	2559	0.5727435006420575	4	4	4	3	4	False	45611	fragment	False	FIJ0063_000000010295	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2559.0	96.796	100.0	0.0004916275331406543	CP021165.1	enterobacteria	Klebsiella pneumoniae strain 203 chromosome, complete genome	False	False
FIJ0016_000000004886	3600	0.5727433710538361	6	6	5	5	3	False	50240	maximal	True	FIJ0016_000000004886	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2352.0	88.818	65.0	0.033541118609173054	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	False
DEN0062_000000013456	1569	0.5727423759117227	2	2	2	2	2	False	71697	maximal	True	DEN0062_000000013456	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	71.212	88.0	0.003486397397919466	NZ_QGDL01000003.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_103, whole genome shotgun sequence	True	False
ENG0188_000000005674	4702	0.5727422921823299	6	3	3	2	2	False	54928	maximal	True	ENG0188_000000005674	1.0		1	1	False	False	0.9953211545944214	0					non-mobilizable	no_good_hit	63.0	95.238	1.0	0.0005832632142583952	NZ_JAAWUO010000017.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_17_length_104584_cov_146.344, whole genome shotgun sequence	True	False
FIJ0018_000000001482	15285	0.5727402989483953	23	6	5	5	6	False	50065	fragment	False	FIJ0018_000000001482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	0.0	1.2414394808357832e-05	CP025501.1	firmicutes	Clostridium perfringens strain EHE-NE18 chromosome, complete genome	True	False
DEN0035_000000031805	1139	0.5727383950786441	1	1	1	1	1	False	73375	fragment	False	DEN0035_000000031805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0107_000000011271	2361	0.5727339211208037	2	2	2	2	1	False	119159	maximal	True	FIJ0107_000000011271	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1372.0	80.685	81.0	0.00038720255803496406	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0101_000000009833	2827	0.5727337299035931	1	1	1	1	1	False	42702	maximal	True	FIJ0101_000000009833	1.0		85	11	False	False	0.9996462464332581	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.274376124311087e-06	NZ_CP042652.1	e-proteobacteria	Pseudoarcobacter acticola strain KCTC 52212 chromosome, complete genome	True	False
MON0025_000000014804	2544	0.5727286568919226	3	3	3	3	3	False	81204	fragment	False	MON0025_000000014804	0.9430734541916894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	75.083	58.0	0.0004519236486888268	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0080_000000020191	2517	0.5727286568919226	3	3	3	3	3	False	81204	fragment	False	MON0025_000000014804	0.9399887361081378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	80.991	55.0	0.00020581016640702708	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0057_000000018611	1208	0.5727270697737856	2	2	2	2	1	False	35554	maximal	True	ISR0057_000000018611	1.0		6	5	False	False	0.9867549538612366	0					non-mobilizable	no_good_hit	180.0	73.889	15.0	0.0001651650801380969	CP013429.1	b-proteobacteria	Burkholderia sp. MSMB0856 chromosome 3, complete sequence	True	False
ENG0049_000000003271	6047	0.5727256097457234	8	6	2	4	5	False	124422	maximal	True	ENG0049_000000003271	1.0		6	3	False	False	0.9998346567153931	0					non-mobilizable	no_good_hit	4253.0	99.741	70.0	0.04519461746136349	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
FIJ0148_000000003801	4398	0.5727236526532842	6	6	4	4	2	False	130509	fragment	False	ISR0203_000000002513	0.1796156778640725		0	0	False	False	1.0	0					non-mobilizable	other	2264.0	84.85	98.0	0.01276	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0017_000000014699	2295	0.5727215294836536	4	3	3	2	1	True	37863	maximal	True	ISR0017_000000014699	1.0		7	4	False	False	0.999128520488739	0					non-mobilizable	other	2301.0	81.704	99.0	0.010618217244884098	NZ_FQZN01000008.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
ENG0136_000000000782	15974	0.5727213857734753	21	11	7	11	4	False	58050	maximal	True	ENG0136_000000000782	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	84.641	3.0	0.005725699067909454	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
DEN0035_000000014215	2313	0.5727207921464755	4	3	3	3	2	False	73454	maximal	True	DEN0035_000000014215	1.0		1	1	False	False	0.9891915321350098	0					non-mobilizable	other	2256.0	75.133	95.0	0.008253171512264667	NZ_OUNG01000005.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	False	False
SPA0031_000000005145	5047	0.5727151210114396	4	4	4	4	2	False	7293	maximal	True	SPA0031_000000005145	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	71.689	13.0	0.33109504132231404	NZ_LEKM01000046.1	g-proteobacteria	Ursidibacter arcticus strain Bamse1 contig_136_1, whole genome shotgun sequence	True	False
FIJ0146_000000018576	1144	0.5727085272190113	1	1	1	1	1	False	39954	maximal	True	FIJ0146_000000018576	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	100.0	42.0	0.012599038836212495	GU942954.1		Uncultured organism clone 26 genomic sequence	True	False
FIJ0138_000000014786	1283	0.5727078771834199	2	2	2	1	2	False	102573	fragment	False	FIJ0138_000000014786	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	86.92200000000001	98.0	0.00029209395906765103	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0138_000000005278	4431	0.5727065090886706	5	4	4	3	2	False	28766	maximal	True	SPA0138_000000005278	1.0		10	3	False	False	0.9911983609199524	0					non-mobilizable	chromosome	4077.0	100.0	92.0	0.0017815806589225895	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0054_000000014650	1745	0.5727051237193843	2	2	2	2	2	False	126816	maximal	True	ISR0054_000000014650	1.0		1	1	False	False	0.9765043258666992	0					non-mobilizable	chromosome	1476.0	78.997	94.0	0.0006000284982649828	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0012_000000013547	1691	0.5727051237193843	2	2	2	2	2	False	126835	fragment	False	ISR0012_000000013547	1.0		0	0	False	False	0.9816676378250122	0					non-mobilizable	chromosome	1483.0	80.917	99.0	0.0006281835290707472	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0297_000000010513	1447	0.5727051237193843	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6747951302276155		0	0	False	False	0.9979267716407776	0					non-mobilizable	other	1447.0	96.89	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0395_000000026726	1447	0.5727051237193843	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6752176618225328		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	96.821	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0033_000000034325	1155	0.5726999294163441	1	1	1	1	1	False	48215	fragment	False	FIJ0033_000000034325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0003_000000014991	2248	0.5726952720949953	3	2	1	2	2	False	130145	fragment	False	ISR0103_000000011779	0.9598078938335806		0	0	False	False	1.0	0					non-mobilizable	plasmid	1712.0	85.689	100.0	0.3273429951690821	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	False	True
MAD0059_000000007823	2460	0.5726922075800109	6	5	4	2	4	False	87800	maximal	False	CHI0039_000000005268	0.9381048387096774		0	0	False	False	1.0	0					non-mobilizable	chromosome	2462.0	99.838	100.0	0.0005200984995971931	CP049936.1	enterobacteria	Escherichia coli strain JL05 chromosome, complete genome	False	False
SPA0146_000000010509	2220	0.5726854388070423	4	2	2	2	1	True	127809	maximal	False	SPA0034_000000013725	0.8028850781903181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	73.973	16.0	0.0030034777110338287	NZ_AUDP01000010.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	True
USA0119_01_000000005575	3986	0.5726829062540082	7	5	5	5	3	False	129568	maximal	True	USA0119_01_000000005575	1.0	PS1061	13	4	False	True	0.9962368011474609	0					non-mobilizable	no_good_hit	1761.0	87.734	57.0	0.0071740639418561925	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0088_000000003900	6496	0.5726786809496338	5	5	5	4	5	False	78426	maximal	True	MON0088_000000003900	1.0		1	1	False	False	0.9972290396690369	0					non-mobilizable	no_good_hit	2176.0	71.278	33.0	0.0007551465531265008	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0150_000000006439	2569	0.5726759637768094	5	1	1	1	1	False	57172	maximal	True	ENG0150_000000006439	1.0		5	3	False	False	0.9735305309295654	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.002677702044790652	NZ_RWJX01000086.1	high GC Gram+	Cellulomonas endophytica strain SYSUP0004 SYSUP0004_Contig86, whole genome shotgun sequence	True	False
AST0150_000000004162	5924	0.5726741181694519	7	2	1	2	0	True	104250	maximal	True	AST0150_000000004162	0.9996558843771508		3	3	True	True	1.0	42					non-mobilizable	no_good_hit	426.0	83.803	7.0	0.03959914380229616	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ENG0046_000000003221	5805	0.5726741181694519	7	2	1	2	0	True	104250	maximal	False	AST0150_000000004162	0.983714803663565		0	0	True	True	0.9981051087379456	10					non-mobilizable	no_good_hit	485.0	82.47399999999999	8.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ISR0210_000000004164	4544	0.5726741181694519	6	2	1	2	0	True	28447	fragment	False	ISR0210_000000004164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	82.47399999999999	11.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
CHI0116_000000011817	1328	0.5726737668702969	3	2	2	1	1	False	82148	maximal	True	CHI0116_000000011817	1.0		5	4	False	False	0.9879518151283264	0					non-mobilizable	no_good_hit	516.0	86.434	70.0	0.00015643510916151697	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0105_000000000920	11387	0.5726639424402902	13	9	7	5	8	True	87272	maximal	False	MON0047_000000002451	0.94905337753283		0	0	False	False	0.9999122023582458	0					non-mobilizable	chromosome	11314.0	98.1	99.0	0.0030164890553571622	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0001_000000007030	4585	0.5726612280849757	7	6	4	4	5	False	97702	fragment	False	MON0001_000000007030	1.0		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	4585.0	99.82600000000001	100.0	0.03297367285282693	AP022223.1	enterobacteria	Escherichia coli plasmid pWP8-S17-ESBL-12_1 DNA, complete genome, strain: WP8-S17-ESBL-12	False	True
CHI0150_000000001984	4568	0.5726609143809525	5	3	2	1	3	True	79559	maximal	True	CHI0150_000000001984	1.0		20	9	False	False	0.9975919723510742	0					non-mobilizable	no_good_hit	2913.0	79.643	63.0	0.01030393757614517	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
ISR0316_000000005629	3272	0.5726577860228688	4	2	2	2	2	False	109260	fragment	False	ISR0316_000000005629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	73.666	44.0	0.0002005442235997508	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ENG0032_000000002749	6308	0.572651393773535	8	6	4	6	3	True	95424	maximal	False	CHI0055_000000002002	0.9408973088688991	PS172	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	171.0	97.07600000000001	3.0	0.007125193847185548	NZ_CABKPS010000012.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ETH0002_000000011546	2312	0.5726508560361689	3	2	2	2	2	False	53346	maximal	True	ETH0002_000000011546	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	611.0	71.195	26.0	0.013599727551367919	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
FIJ0171_000000009885	2080	0.5726505758572888	4	4	2	3	3	False	89248	maximal	True	FIJ0171_000000009885	1.0		300	13	False	False	0.9990384578704834	0					non-mobilizable	other	2080.0	99.80799999999999	100.0	0.008488832632395573	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0013_000000032311	1710	0.5726497662346084	2	2	2	2	2	True	13516	maximal	True	MON0013_000000032311	1.0		2	2	False	False	0.9754385948181152	0					non-mobilizable	no_good_hit	846.0	85.697	89.0	0.01434314527119106	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
ISR0157_000000016081	1959	0.5726474164038229	3	3	2	2	3	False	30546	maximal	True	ISR0157_000000016081	1.0		9	4	False	False	0.9882593154907227	0					non-mobilizable	other	1959.0	99.949	100.0	0.05707622795510858	KY686303.1	bacteria	Uncultured bacterium clone fosmid PCA-3D/47 genomic sequence	False	False
DEN0065_000000026423	1303	0.5726444616937076	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.15277702207785238	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1305.0	92.95	100.0	0.0004050499966090284	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0090_000000037991	1609	0.5726385304045029	1	1	1	1	1	False	102043	fragment	False	USA0032_01_000000013529	0.9524523916872172		0	0	False	False	0.999378502368927	0					non-mobilizable	other	1535.0	97.199	95.0	0.06848825788016787	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0141_000000012729	2667	0.5726375868173307	4	4	4	4	2	False	70407	maximal	True	ISR0141_000000012729	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	91.745	45.0	0.00026782346920479756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0091_01_000000006484	1631	0.5726371504069051	2	2	2	2	2	False	381	maximal	True	USA0091_01_000000006484	1.0		1	1	False	False	0.9791538715362549	0					non-mobilizable	no_good_hit	957.0	98.64200000000001	59.0	0.016761931479468386	MK233918.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_1_c1 sequence	True	False
ISR0357_000000007147	3319	0.5726357922656883	2	2	2	2	2	False	23886	maximal	True	ISR0357_000000007147	1.0		12	4	False	False	0.9996986985206604	0					non-mobilizable	other	3064.0	89.556	92.0	0.05615626089989536	NZ_QREV01000032.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold32, whole genome shotgun sequence	False	False
MON0047_000000006835	5112	0.5726355195173208	3	3	3	3	3	False	108738	maximal	True	MON0047_000000006835	1.0		1	1	False	False	0.998630702495575	0					non-mobilizable	no_good_hit	3760.0	86.835	73.0	0.10281868828948094	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0381_000000003360	4508	0.5726345771580277	5	4	3	4	3	False	23167	maximal	True	ISR0381_000000003360	1.0		82	8	False	False	1.0	0					non-mobilizable	no_good_hit	1905.0	72.861	41.0	0.0006224160707695764	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
FIJ0057_000000006502	4435	0.5726273957697112	7	4	2	2	3	True	97242	maximal	True	FIJ0057_000000006502	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2707.0	80.126	60.0	0.04394769860661692	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
ENG0034_000000003174	4605	0.5726230929728906	8	4	3	4	2	True	65470	fragment	False	ENG0034_000000003174	1.0		0	0	False	False	0.9989142417907715	0					non-mobilizable	no_good_hit	777.0	88.546	17.0	0.9974259974259975	EU059067.1	bacteria	Uncultured bacterium clone LM0ABA40ZD08FM1 genomic sequence	True	True
DEN0093_000000006473	4852	0.5726200634375926	9	5	4	5	5	False	83182	maximal	True	DEN0093_000000006473	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1938.0	98.60700000000001	40.0	0.043053055055455536	LR596903.1	viruses	Roseburia phage Shimadzu genome assembly, chromosome: 1	True	False
USA0066_01_000000003688	5361	0.5726193778933848	6	6	4	5	4	True	78407	maximal	True	USA0066_01_000000003688	0.9941561014263074		6	2	False	False	1.0	0					non-mobilizable	chromosome	5361.0	100.0	100.0	0.0007945409110004485	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
CHI0166_000000001563	5048	0.5726193778933848	6	6	4	5	4	True	78407	maximal	False	USA0066_01_000000003688	0.9653049804141018		0	0	False	False	1.0	0					non-mobilizable	chromosome	5004.0	100.0	99.0	0.0007416209286819485	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
MON0070_000000021194	1618	0.5726187545637424	2	2	2	2	1	False	10444	maximal	True	MON0070_000000021194	0.990578734858681		86	9	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	72.1	19.0	6.203277205309926e-05	CP000251.1	d-proteobacteria	Anaeromyxobacter dehalogenans 2CP-C, complete genome	True	False
ISR0324_000000021851	1410	0.5726169687821271	2	2	2	2	2	False	24906	maximal	True	ISR0324_000000021851	1.0		34	9	False	False	1.0	0					non-mobilizable	other	1410.0	99.929	100.0	0.00425858593185658	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0113_01_000000011635	1561	0.5726167577526884	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7578403177711671		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	99.744	100.0	0.011019984317714625	NZ_RCXZ01000014.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0014, whole genome shotgun sequence	False	True
USA0010_01_000000017463	1515	0.5726167577526884	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7306072061013035		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	99.34	100.0	0.01069503606219227	NZ_RCXZ01000014.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0014, whole genome shotgun sequence	False	True
MON0009_000000009898	3362	0.5726118782620765	4	4	4	4	4	False	67077	fragment	False	SPA0100_000000008907	0.948900871308169		0	0	False	False	1.0	0					non-mobilizable	chromosome	3356.0	96.21600000000001	99.0	0.0013816716620995313	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ETH0003_000000033148	1277	0.5726108466308433	3	2	2	2	2	False	65156	fragment	False	MON0004_000000031736	0.47728911319394374		0	0	False	False	1.0	0					non-mobilizable	chromosome	1278.0	98.74799999999999	100.0	0.00045061782632829046	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0166_000000016635	1757	0.5726061520567448	3	3	3	3	2	False	94929	fragment	False	ENG0166_000000016635	1.0		0	0	False	False	0.9994308352470398	0					non-mobilizable	no_good_hit	95.0	78.947	5.0	0.000185732512880146	NZ_JNIX01000007.1	a-proteobacteria	Brevundimonas bacteroides DSM 4726 Q333DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0058_000000019923	2419	0.5726056545407991	3	2	2	2	2	True	72210	maximal	True	MON0058_000000019923	1.0		45	10	False	False	0.9867714047431946	0					non-mobilizable	no_good_hit	455.0	84.176	19.0	0.005315859575682618	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0040_000000001500	13994	0.5726043892374598	17	8	0	7	2	False	74067	fragment	False	ENG0040_000000001500	0.9200684595108272		0	0	False	False	0.9998570680618286	0					non-mobilizable	no_good_hit	158.0	100.0	1.0	0.0007744825272795438	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0040_000000008846	3113	0.5725983829419731	3	3	3	3	2	False	36498	maximal	True	ISR0040_000000008846	1.0		62	9	False	False	0.9858657121658325	0					non-mobilizable	no_good_hit								True	False
ISR0148_000000004914	5983	0.5725976041656999	13	9	3	5	8	False	84677	maximal	False	ISR0300_000000000798	0.6316490779234624		0	0	False	False	1.0	0					non-mobilizable	other	5984.0	98.396	100.0	0.06132181903960945	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
ENG0099_000000004526	4096	0.5725955730643381	5	5	3	2	3	False	132358	backbone	False	ISR0371_000000002559	0.025107009475397818	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	other	4044.0	99.777	99.0	0.03438539194924264	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
FIJ0105_000000023454	1428	0.5725940789672516	2	2	2	2	2	False	42413	maximal	True	FIJ0105_000000023454	1.0		121	9	False	False	0.994397759437561	0					non-mobilizable	other	1409.0	97.8	99.0	0.002539952844909541	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0075_000000009913	1998	0.5725864060306187	2	1	1	0	1	False	35021	fragment	False	SPA0075_000000009913	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1998.0	99.249	100.0	0.00036676442153702393	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0068_000000011980	1727	0.5725864060306187	1	1	1	0	1	False	35020	fragment	False	ISR0853_000000009844	0.9717764250138351		0	0	False	False	1.0	0					non-mobilizable	chromosome	1725.0	99.94200000000001	99.0	0.00031662587017016987	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0803_000000009406	1606	0.5725850233039033	2	2	2	2	1	False	21831	maximal	True	ISR0803_000000009406	1.0		18	7	False	False	0.9943960309028625	0					non-mobilizable	other	1606.0	99.751	100.0	0.0006347935694818146	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0282_000000016797	1466	0.5725727748099866	3	1	1	1	1	False	35957	maximal	True	ISR0282_000000016797	1.0		153	7	False	False	1.0	0					non-mobilizable	other	1467.0	97.41	100.0	0.00041587371519151195	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
BAN0019_000000000713	4053	0.5725710788934828	4	4	4	3	4	False	97832	fragment	False	BAN0019_000000000713	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4053.0	99.161	100.0	0.0008488324155105899	CP034843.1	enterobacteria	Escherichia coli strain L103-2 chromosome, complete genome	False	False
FIJ0090_000000008160	4758	0.5725654216140678	5	5	5	5	5	False	130049	fragment	False	ENG0005_000000004373	0.544080897438096		0	0	False	False	1.0	0					non-mobilizable	chromosome	3047.0	92.714	98.0	0.000979847691701238	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0034_000000001231	20068	0.5725646388504909	37	3	1	1	3	False	48185	maximal	True	FIJ0034_000000001231	1.0		1	1	False	False	0.9999501705169678	0					non-mobilizable	no_good_hit	1300.0	88.0	6.0	0.0015200569933202135	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0055_000000004023	3545	0.5725608951918231	4	4	4	4	4	False	85375	fragment	False	FIJ0055_000000004023	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3528.0	99.603	99.0	0.0006938493510826568	CP052386.1	enterobacteria	Klebsiella pneumoniae strain C17KP0055 chromosome, complete genome	False	False
SPA0156_000000009228	2000	0.5725585816759909	2	2	2	2	1	False	29071	maximal	True	SPA0156_000000009228	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	75.194	26.0	0.00018201369840080842	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
TAN0021_000000011002	1841	0.5725545972850881	2	2	2	1	1	False	2377	fragment	False	TAN0021_000000011002	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	0.0002642275280109289	NZ_SLVM01000005.1	a-proteobacteria	Rhodovulum steppense strain DSM 21153 Ga0310553_105, whole genome shotgun sequence	True	False
USA0042_01_000000015243	1094	0.5725509881678925	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.21440677678586476		0	0	False	False	1.0	0					non-mobilizable	other	1094.0	96.069	100.0	0.0017480504359730547	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0395_000000032281	1189	0.5725454763890282	1	1	1	1	1	False	22703	maximal	True	ISR0395_000000032281	1.0		115	12	False	False	0.9949537515640259	0					non-mobilizable	no_good_hit	726.0	81.956	71.0	0.0001989951723379358	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0030_000000006032	3311	0.5725444454547844	5	5	4	5	3	False	37059	maximal	True	ISR0030_000000006032	1.0		5	1	False	False	0.9996979832649231	0					non-mobilizable	no_good_hit	824.0	97.816	35.0	0.00029709861363606826	CP025833.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-18 chromosome, complete genome	True	False
FIJ0168_000000017535	1346	0.5725424650011316	2	2	2	2	1	False	66506	maximal	True	FIJ0168_000000017535	0.9880710260011525		778	14	False	False	0.9962853193283081	0					non-mobilizable	chromosome	1346.0	98.73700000000001	100.0	0.00047461313736221663	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0066_000000002846	5896	0.572535585531847	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8841519887342332		0	0	False	False	0.9993215799331665	0		MOBP	MPF_T		conjugative	plasmid	5896.0	99.98299999999999	100.0	0.1612417943107221	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
DEN0040_000000001049	5877	0.572535585531847	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8820239205076164		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5877.0	99.96600000000001	100.0	0.16072210065645515	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
FIJ0096_000000007631	4304	0.5725351745342188	5	5	5	3	3	False	49662	maximal	True	FIJ0096_000000007631	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	91.82	17.0	0.0001445294278796674	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0092_000000018957	2325	0.5725317440242688	2	2	2	2	2	False	24014	fragment	False	SPA0092_000000018957	1.0		0	0	False	False	0.9974193572998047	0					non-mobilizable	no_good_hit	916.0	92.249	50.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0141_000000010569	2187	0.5725236783364429	3	3	3	3	3	False	3463	fragment	False	SPA0141_000000010569	1.0		0	0	False	False	0.9945130348205566	0					non-mobilizable	other	2187.0	100.0	100.0	0.08976306820514926	NZ_JAAIPW010000026.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_26_length_24353_cov_249.415, whole genome shotgun sequence	False	False
SPA0028_000000008981	3140	0.5725224505776932	4	3	3	2	2	False	115821	fragment	False	SPA0028_000000008981	0.9615259740259741		0	0	False	False	0.9980891942977905	0					non-mobilizable	no_good_hit	666.0	73.273	21.0	0.00011602521804555164	NZ_CP041217.1	firmicutes	Saccharibacillus brassicae strain ATSA2 chromosome, complete genome	True	False
ENG0187_000000009068	3080	0.5725224505776932	4	3	3	2	2	False	115821	fragment	False	SPA0028_000000008981	0.9527070063694267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1984.0	72.077	63.0	0.0070376829670668346	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
FIJ0096_000000013473	2628	0.5725224505776932	3	3	3	2	2	False	46917	fragment	False	FIJ0096_000000013473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	79.301	28.0	0.0026577133512931425	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0341_000000004296	3085	0.5725188069138013	2	2	2	1	1	True	24358	maximal	True	ISR0341_000000004296	1.0		165	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0085_000000007940	2889	0.5725186894271906	6	2	2	2	1	False	33998	maximal	True	ISR0085_000000007940	1.0		64	13	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	98.507	4.0	1.3542442322019991e-05	NC_018515.1	firmicutes	Desulfosporosinus meridiei DSM 13257, complete sequence	True	False
ISR0129_000000008774	1265	0.5725122801569207	2	2	2	2	1	False	31802	maximal	True	ISR0129_000000008774	1.0		108	9	False	False	1.0	0					non-mobilizable	other	1239.0	91.68700000000001	97.0	0.0179119233509254	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0247_000000009635	1478	0.5725061030755716	2	2	2	2	1	False	27097	maximal	True	ISR0247_000000009635	1.0		188	10	False	False	0.989851176738739	0					non-mobilizable	other	1476.0	99.86399999999999	99.0	0.0006126565285510403	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0816_000000028869	1282	0.5725057663473705	2	2	2	1	2	False	38004	fragment	False	ISR0816_000000028869	0.992684326773498		0	0	False	False	0.9812792539596558	0					non-mobilizable	chromosome	1264.0	98.57600000000001	99.0	0.0005201345183999131	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0014_000000027261	1261	0.5725057663473705	2	2	2	1	2	False	38004	fragment	False	ISR0816_000000028869	0.9838919899506978		0	0	False	False	0.9928628206253052	0					non-mobilizable	chromosome	1242.0	98.792	98.0	0.0005110743763533587	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0110_000000012866	1312	0.5725049116189803	2	1	1	1	1	False	42101	maximal	True	FIJ0110_000000012866	1.0		6	2	False	False	0.9954268336296082	0					non-mobilizable	other	1208.0	99.586	92.0	0.010370306727382077	NZ_JHWQ01000005.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00005.5_C, whole genome shotgun sequence	False	False
ISR0092_000000013756	2047	0.5725028103649217	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.24229393040645766		0	0	False	False	1.0	0					non-mobilizable	chromosome	2047.0	98.73	100.0	0.000720212203238873	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0812_000000003641	9689	0.5724983489733185	13	9	5	5	6	False	21665	fragment	False	ISR0812_000000003641	1.0		0	0	False	False	0.9926720857620239	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	1.0249388111529742e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
CHI0110_000000001648	4024	0.5724969246836132	5	5	3	3	4	False	82710	maximal	True	CHI0110_000000001648	1.0		116	9	False	False	0.999502956867218	0					non-mobilizable	chromosome	4024.0	99.925	100.0	0.0010371093342160234	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
ISR0804_000000011541	1694	0.572494639289584	4	4	3	3	1	False	21816	maximal	True	ISR0804_000000011541	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0025_000000021594	1742	0.572494237656899	3	2	1	2	1	True	120180	maximal	True	AST0025_000000021594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0089_000000009404	2039	0.5724832908596923	4	4	3	4	3	True	68841	fragment	False	DEN0089_000000009404	0.9523336643495531		0	0	False	False	0.9931339025497437	0					non-mobilizable	plasmid	1313.0	95.506	100.0	0.10415490116982655	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ENG0142_000000008146	3686	0.5724727721396207	8	3	2	2	3	False	57700	fragment	False	ENG0142_000000008146	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3151.0	98.572	100.0	0.5137869146679719	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
MON0101_000000031018	2066	0.5724711423657057	4	4	3	4	4	False	9044	fragment	False	MON0101_000000031018	1.0		0	0	False	False	0.9937076568603516	0					non-mobilizable	chromosome	2066.0	99.95200000000001	100.0	0.0003959534895582367	CP041522.1	enterobacteria	Escherichia coli strain 69 chromosome	False	False
ISR0385_000000014374	1617	0.5724709053069609	3	3	3	3	2	False	81752	fragment	False	CHI0122_000000009177	0.8686691835166626		0	0	False	False	1.0	0					non-mobilizable	other	1612.0	99.069	99.0	0.006577926585276224	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0355_000000013577	1547	0.5724709053069609	3	3	3	3	2	False	81752	fragment	False	CHI0122_000000009177	0.9669568410926264		0	0	False	False	0.9993535876274109	0					non-mobilizable	other	1547.0	99.22399999999999	100.0	0.006312522967620759	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0793_000000014742	1159	0.5724699661314887	2	2	1	2	1	True	22006	maximal	True	ISR0793_000000014742	1.0		15	6	False	False	0.9698015451431274	0					non-mobilizable	other	1161.0	84.324	99.0	0.019720232002729442	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
ISR0244_000000020319	1322	0.5724677357247687	2	2	2	2	2	False	27175	fragment	False	ISR0244_000000020319	1.0		0	0	False	False	0.9947050213813782	0					non-mobilizable	chromosome	1304.0	91.564	99.0	0.0003491822222031656	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0106_000000011183	1853	0.5724650286385979	3	3	3	3	2	False	76256	fragment	False	ENG0106_000000011183	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	99.62200000000001	100.0	0.031408995319177804	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0126_000000005602	8607	0.5724635761634815	13	11	3	8	5	False	32011	fragment	False	ISR0126_000000005602	1.0		0	0	False	False	0.9959335327148438	0					non-mobilizable	other	8417.0	99.34700000000001	98.0	0.003717222542198603	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
ISR0143_000000021349	1364	0.5724625384893438	2	1	1	1	1	False	31114	fragment	False	ISR0143_000000021349	1.0		0	0	False	False	0.990469217300415	0					non-mobilizable	no_good_hit								True	False
SPA0128_000000012956	2858	0.5724607604799345	5	3	2	2	2	True	128447	fragment	False	SPA0128_000000012956	0.9639610193621293		0	0	False	False	1.0	0					non-mobilizable	other	2859.0	92.025	99.0	0.0007002280890025206	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0189_000000005560	2689	0.5724607604799345	3	3	2	2	2	True	128447	fragment	False	SPA0128_000000012956	0.9192401939849977		0	0	False	False	0.9996281266212463	0					non-mobilizable	other	2689.0	98.36399999999999	100.0	0.0006590382014141371	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0128_000000005386	4552	0.5724589883653822	6	5	5	4	3	False	58662	maximal	True	ENG0128_000000005386	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	1.0	7.100628251238751e-05	CP013128.1	mycoplasmas	Mycoplasma sp. (ex Biomphalaria glabrata), complete genome	True	False
ENG0181_000000002980	7658	0.5724572563353608	8	6	5	6	3	True	132046	fragment	False	ISR0378_000000001574	0.44590004199464744		0	0	False	False	0.9997388124465942	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	14.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0131_000000005972	3871	0.5724545397683088	3	3	3	2	2	False	107872	fragment	False	ISR0087_000000006137	0.6367940771349861		0	0	False	False	1.0	0					non-mobilizable	other	3791.0	99.68299999999999	98.0	0.007438344173558748	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0086_000000011009	2813	0.5724526464306056	3	2	2	2	0	True	124717	fragment	False	MON0086_000000011009	1.0		0	0	False	False	0.9953786134719849	0					non-mobilizable	no_good_hit	863.0	81.46	59.0	0.0017899075144750406	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0046_000000012050	2512	0.5724526464306056	4	2	2	2	0	True	69780	fragment	False	SPA0046_000000012050	0.9791666666666667		0	0	False	False	0.9836783409118652	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00012082248315639199	NZ_SPHG01000004.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_4_length_314511_cov_62.3502, whole genome shotgun sequence	True	True
MON0105_000000026458	2054	0.5724526464306056	2	2	2	2	0	True	95568	fragment	False	ISR0246_000000011195	0.9062454560604105		0	0	False	False	1.0	0					non-mobilizable	other	1948.0	79.517	94.0	0.004002199746150967	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0102_000000023430	1923	0.5724526464306056	2	2	2	2	0	True	9981	fragment	False	MON0081_000000026628	0.9073443579766537		0	0	False	False	0.9958398342132568	0					non-mobilizable	other	1916.0	90.449	99.0	0.004002199746150967	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0089_000000018100	1511	0.5724526464306056	2	2	2	2	0	True	15821	maximal	True	MAD0089_000000018100	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0168_000000022358	1396	0.5724526464306056	2	2	2	2	0	True	55965	fragment	False	ENG0168_000000022358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	86.20700000000001	6.0	2.4260123321342174e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ENG0137_000000012633	1200	0.5724489872812175	3	3	3	1	2	False	57958	fragment	False	ENG0137_000000012633	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	79.331	42.0	0.0002486749214290453	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	False
DEN0073_000000046984	1156	0.5724485055391219	2	2	2	2	2	False	70049	maximal	True	DEN0073_000000046984	1.0		150	13	False	False	1.0	0					non-mobilizable	no_good_hit	562.0	73.132	48.0	0.007847326069928079	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AUS0022_000000002262	13939	0.5724419049615155	14	9	5	6	5	True	99424	maximal	True	AUS0022_000000002262	0.9857280248435245		1	1	False	False	0.9982064962387085	0					non-mobilizable	no_good_hit	1373.0	72.032	10.0	0.009202138949559407	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0137_000000014617	2510	0.5724393096170868	4	4	2	4	2	False	3571	maximal	True	SPA0137_000000014617	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	81.818	38.0	0.0026566721868735294	NZ_DS995479.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld6, whole genome shotgun sequence	True	False
ISR0037_000000018287	1326	0.5724345150184242	2	2	2	2	1	False	90575	fragment	False	SPA0127_000000020692	0.9513229255424809		0	0	False	False	0.9947209358215332	0					non-mobilizable	other	1315.0	99.772	99.0	0.0002544938796546088	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
TAN0003_000000004882	1883	0.5724297931081291	3	3	3	3	2	False	2979	fragment	False	TAN0003_000000004882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	71.825	26.0	0.00018321429369400234	NZ_RYYU01000001.1	CFB group bacteria	Prevotella koreensis strain KCOM 3155 KCOM3155_1, whole genome shotgun sequence	True	False
MON0095_000000028644	1132	0.5724273173492144	2	1	1	1	1	True	9289	fragment	False	MON0095_000000028644	1.0		0	0	False	False	1.0	0					non-mobilizable	other	813.0	96.679	95.0	0.00015726714633146298	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0352_000000005723	1691	0.5724270033164639	3	2	1	2	0	True	24056	fragment	False	ISR0352_000000005723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	94.785	19.0	0.005154802690013957	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0043_000000026105	1174	0.5724221910561412	3	2	0	1	2	False	49726	fragment	False	FIJ0043_000000026105	0.9757970462536211		0	0	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	1175.0	99.574	100.0	0.2877821393523062	CP057169.1	enterobacteria	Escherichia coli strain RHB34-C15 plasmid pRHB34-C15_3, complete sequence	False	True
ENG0105_000000006054	3425	0.5724220332981614	5	2	2	2	2	False	60180	maximal	True	ENG0105_000000006054	1.0		1	1	False	False	0.9979562163352966	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0004268707214115192	NZ_FQYT01000018.1	firmicutes	Parasporobacterium paucivorans DSM 15970, whole genome shotgun sequence	True	False
ISR0122_000000008050	2191	0.5724218203099226	1	1	1	1	0	True	32150	maximal	True	ISR0122_000000008050	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	99.227	53.0	0.17237290647695272	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ISR0067_000000000949	19332	0.5724147706511946	14	10	8	6	5	False	99655	maximal	True	ISR0067_000000000949	1.0		1	1	False	False	0.9996896386146545	0					non-mobilizable	no_good_hit	2154.0	79.387	19.0	0.0008916014663008599	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0084_01_000000008581	3743	0.572410510863313	4	4	3	2	3	False	115825	fragment	False	USA0084_01_000000008581	1.0		0	0	False	False	0.98637455701828	0					non-mobilizable	no_good_hit	1708.0	73.009	45.0	0.006069593656295663	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MON0093_000000031626	1458	0.5724075794788069	3	2	2	2	1	True	21868	maximal	True	MON0093_000000031626	0.9899497487437185		167	13	False	False	0.9993141293525696	0					non-mobilizable	other	1441.0	92.366	99.0	0.17893416927899686	NZ_SRYX01000107.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_107_length_7975_cov_312.391, whole genome shotgun sequence	False	True
AST0046_000000004521	4326	0.5724047563767036	5	5	5	5	4	False	115720	maximal	True	AST0046_000000004521	1.0		25	5	False	False	0.9979195594787598	0					non-mobilizable	no_good_hit	1846.0	90.087	43.0	0.9994547437295529	NZ_LNAM01000075.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf166, whole genome shotgun sequence	True	False
FIJ0125_000000009628	2016	0.5724043241265415	4	3	3	3	3	False	41197	maximal	True	FIJ0125_000000009628	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.003366316433744772	NZ_QJUA01000080.1	high GC Gram+	Mycobacterium kyogaense strain NCTC 11659 NODE_80_length_9803_cov_30.8296, whole genome shotgun sequence	True	False
ENG0101_000000021366	1581	0.5724005766779765	2	2	2	2	2	False	60454	fragment	False	ENG0101_000000021366	0.9735624586913417		0	0	False	False	0.9765970706939697	0					non-mobilizable	chromosome	1543.0	95.334	98.0	0.0005190281719201719	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0199_000000022461	1150	0.5724004907047542	3	2	1	2	1	False	54226	maximal	True	ENG0199_000000022461	1.0		9	5	False	False	0.9313043355941772	0					non-mobilizable	no_good_hit	255.0	74.51	22.0	0.0021411992428719477	NZ_SMAP01000009.1	g-proteobacteria	Thermomonas haemolytica strain DSM 13605 Ga0244667_109, whole genome shotgun sequence	True	False
ISR0294_000000003939	4790	0.5723968273066777	4	4	2	4	3	False	93107	maximal	True	ISR0294_000000003939	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1880.0	92.66	54.0	0.003386118537600889	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CHI0101_000000004774	2794	0.5723945656089068	5	5	2	1	4	True	83316	fragment	False	CHI0101_000000004774	1.0		0	0	False	False	0.9921259880065918	0					non-mobilizable	other	2338.0	94.226	99.0	0.3902602854743913	NZ_LT635831.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
MAD0039_000000004605	2934	0.5723893921696622	4	4	4	4	2	False	18490	maximal	True	MAD0039_000000004605	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	92.29700000000001	59.0	0.028389699038163203	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0065_000000013819	1984	0.5723885103542451	3	3	2	2	1	True	62845	maximal	True	ENG0065_000000013819	0.9994957135653051		23	7	False	False	0.9909273982048035	0					non-mobilizable	no_good_hit								True	True
ISR0185_000000016520	1983	0.5723885103542451	3	3	2	2	1	True	62845	maximal	False	ENG0065_000000013819	0.9992439516129032		0	0	False	False	0.9994956851005554	0					non-mobilizable	no_good_hit								True	True
USA0145_01_000000003515	6888	0.5723848076768183	10	8	2	7	6	False	132521	backbone	False	USA0060_01_000000001071	0.0291468483377565	PS1166	0	0	False	True	0.9997096657752991	0					non-mobilizable	chromosome	6813.0	100.0	100.0	0.001284642152103743	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ENG0107_000000003871	6258	0.5723848076768183	9	8	2	7	6	False	132521	backbone	False	USA0060_01_000000001071	0.024620781465357226	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6260.0	99.185	100.0	0.1711433260393873	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
DEN0055_000000000008	6190	0.5723848076768183	9	8	2	7	6	False	132521	backbone	False	USA0060_01_000000001071	0.02131319093938419	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6190.0	99.984	100.0	0.1213125036752455	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
MON0006_000000009822	2189	0.5723801347436213	4	4	3	4	2	False	120890	fragment	False	MON0006_000000009822	1.0		0	0	False	False	0.9986295104026794	0					non-mobilizable	no_good_hit	1877.0	92.70100000000001	86.0	0.0005319777080333743	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0017_000000008075	2414	0.572375846050181	4	4	4	4	2	False	120838	fragment	False	USA0052_01_000000006844	0.5443057235052128		0	0	False	False	1.0	0					non-mobilizable	other	2414.0	95.402	100.0	0.02537852084889679	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
MON0019_000000043843	1531	0.572374192172926	2	2	2	2	2	False	13161	maximal	True	MON0019_000000043843	1.0		45	12	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	90.439	25.0	0.0033461921893285945	NZ_NEWD01000028.1	high GC Gram+	Bifidobacterium vansinderenii strain Tam10B Contig_28, whole genome shotgun sequence	True	False
TAN0018_000000007628	1416	0.5723603938064495	1	1	1	1	1	False	2419	fragment	False	TAN0018_000000007628	1.0		0	0	False	False	0.9929378628730774	0					non-mobilizable	no_good_hit								True	False
CHI0010_000000005241	1459	0.5723580655546074	2	2	1	1	2	False	90268	maximal	True	CHI0010_000000005241	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	80.979	61.0	0.5185614849187935	GQ874811.1		Uncultured organism clone 1041059767296 genomic sequence	True	False
USA0083_01_000000009743	3127	0.572357589538222	3	2	2	2	1	True	81473	maximal	True	USA0083_01_000000009743	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	77.5	5.0	5.0179181493917865e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	True
AST0061_000000034268	1228	0.5723547315611518	2	2	2	2	1	False	111829	maximal	True	AST0061_000000034268	1.0		1	1	False	False	0.9698697328567505	0					non-mobilizable	chromosome	1195.0	100.0	97.0	0.00038795191605682294	CP038153.1	firmicutes	Lactobacillus paracasei strain TCS chromosome, complete genome	False	False
FIJ0151_000000008519	2069	0.5723540834873404	2	2	2	1	0	True	39754	fragment	False	FIJ0151_000000008519	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2070.0	96.087	99.0	0.0013947424478977072	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
ENG0002_000000003746	5075	0.5723518247040597	8	8	5	6	5	False	94727	maximal	True	ENG0002_000000003746	1.0		6	3	False	False	0.9998029470443726	0					non-mobilizable	no_good_hit	2218.0	94.635	44.0	0.0009757803372756036	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
FIJ0165_000000004204	4302	0.5723499811607811	5	5	5	4	4	False	67493	maximal	True	FIJ0165_000000004204	1.0		50	8	False	False	0.9979079365730286	0					non-mobilizable	chromosome	4302.0	99.954	100.0	0.0008221463007526241	CP057099.1	enterobacteria	Klebsiella pneumoniae strain RHB38-C06 chromosome, complete genome	False	False
ISR0197_000000002299	8563	0.5723491951794379	15	3	2	3	1	False	29540	fragment	False	ISR0197_000000002299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0250_000000003574	3052	0.5723425169574756	4	2	1	2	1	False	27030	maximal	True	ISR0250_000000003574	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	73.517	53.0	0.019370044996785945	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0107_000000020725	1415	0.5723425018375802	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.8856075004018139		0	0	False	False	0.988692581653595	0					non-mobilizable	no_good_hit	729.0	86.28299999999999	51.0	0.00021001766925514892	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0143_000000024504	1182	0.5723418693833361	3	2	2	1	1	False	31105	maximal	True	ISR0143_000000024504	1.0		1	1	False	False	0.9720812439918518	0					non-mobilizable	plasmid	1136.0	99.912	96.0	0.016995597616124104	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
SPA0119_000000011651	2800	0.5723393235379229	5	3	2	3	2	False	24746	fragment	False	SPA0119_000000011651	1.0		0	0	False	False	0.9942857027053833	0					non-mobilizable	no_good_hit	2173.0	77.358	75.0	0.0003928438145556806	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
MON0023_000000009881	2143	0.572338642731656	1	1	1	1	1	False	12982	maximal	True	MON0023_000000009881	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	86.869	5.0	0.0046959960454770145	NZ_VZBY01000076.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_41_length_20230_cov_26.5615_ID_81, whole genome shotgun sequence	True	False
ISR0309_000000016813	1246	0.5723385806313326	2	2	2	2	1	False	93367	fragment	False	ISR0309_000000016813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	77.798	45.0	0.00020430130589249316	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
CAN0017_000000011338	3222	0.5723384866048652	2	2	2	2	2	False	97394	fragment	False	CAN0016_000000014950	0.9981757738959296		0	0	False	False	0.9987585544586182	0					non-mobilizable	other	3222.0	99.969	100.0	0.00097543130507621	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
CAN0016_000000014950	3222	0.5723384866048652	2	2	2	2	2	False	97394	fragment	False	CAN0016_000000014950	0.9981757738959296		0	0	False	False	0.9996896386146545	0					non-mobilizable	other	3222.0	99.969	100.0	0.00097543130507621	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0210_000000001281	12804	0.572333351356468	9	9	7	7	8	False	128731	maximal	True	ISR0210_000000001281	1.0		27	9	False	False	1.0	0					non-mobilizable	no_good_hit	7985.0	98.259	62.0	0.0025162224324239988	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0081_000000010507	3222	0.5723329014614202	2	2	1	2	2	False	44274	fragment	False	FIJ0135_000000008644	0.9571803230159355		0	0	False	False	0.9993792772293091	0					non-mobilizable	chromosome	3233.0	82.895	99.0	0.0008584242819366244	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0003_000000004119	5371	0.5723312544535876	6	5	1	5	2	False	67931	maximal	True	ENG0003_000000004119	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	100.0	28.0	0.0003084320047162354	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	True	False
DEN0070_000000004425	7042	0.5723296768702909	7	6	4	4	4	False	132280	fragment	False	ENG0085_000000002909	0.23352591036414566		0	0	False	False	0.9987219572067261	0					non-mobilizable	other	7053.0	94.98100000000001	100.0	0.3121318155645126	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
AUS0010_000000001582	11449	0.5723275045800453	11	9	6	8	5	False	101620	maximal	True	AUS0010_000000001582	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2387.0	95.601	23.0	0.0005781366884815294	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
ISR0305_000000003191	4568	0.5723272238665393	11	6	2	4	4	True	91459	maximal	True	ISR0305_000000003191	1.0		1	1	False	False	0.996497392654419	0					non-mobilizable	chromosome	1619.0	97.344	97.0	0.0004420399995626073	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
AST0151_000000007266	2192	0.5723221621266953	3	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.6922018364301441		0	0	False	False	1.0	0					non-mobilizable	other	2043.0	81.98700000000001	93.0	0.04153197757682393	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	False	False
DEN0083_000000012157	2349	0.5723210934482463	4	4	4	4	3	True	116024	fragment	False	DEN0083_000000012157	0.9866281561190618		0	0	False	False	1.0	0					non-mobilizable	other	2349.0	97.616	100.0	0.0010657119436897416	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
FIJ0067_000000027522	1215	0.5723168213315022	2	2	0	1	2	False	45157	fragment	False	FIJ0067_000000027522	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	plasmid	1221.0	94.595	100.0	0.01829222467721814	JQ837276.1	enterobacteria	Enterobacter cloacae strain 1623 plasmid pNE1280, complete sequence	False	True
FIJ0063_000000026645	1119	0.5723168213315022	3	2	0	1	2	False	49726	fragment	False	FIJ0043_000000026105	0.9647179801823227		0	0	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	1119.0	99.64299999999999	100.0	0.29228758169934643	CP048356.1	enterobacteria	Raoultella ornithinolytica strain 23 plasmid p23_G, complete sequence	False	True
FIJ0112_000000025409	1118	0.5723168213315022	3	2	0	1	2	False	49726	fragment	False	FIJ0043_000000026105	0.9644947662534538		0	0	False	False	1.0	0				MOB_unknown	mobilizable	plasmid	1118.0	99.73200000000001	100.0	0.2920261437908497	CP048356.1	enterobacteria	Raoultella ornithinolytica strain 23 plasmid p23_G, complete sequence	False	True
ISR0020_000000020900	1290	0.5723163102252333	3	2	2	1	1	True	85854	maximal	False	SPA0066_000000008587	0.3848137535816619		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	100.0	100.0	0.001759184197094139	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ENG0051_000000011729	2381	0.5723144017248111	3	3	3	2	1	False	81934	maximal	True	ENG0051_000000011729	0.9939570277529095		96	10	False	False	0.998740017414093	0					non-mobilizable	other	2381.0	99.706	100.0	0.001045302900671629	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0099_000000003133	6844	0.572312602817557	12	9	8	8	6	False	37851	maximal	True	ISR0099_000000003133	1.0		42	7	False	False	0.9970777034759521	0					non-mobilizable	other	6847.0	95.765	100.0	0.038980279089909343	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	False	False
FIJ0021_000000040795	1168	0.572308994592119	2	2	2	2	2	False	62901	maximal	True	FIJ0021_000000040795	0.9843614248479583		34	11	False	False	0.9957191944122314	0					non-mobilizable	no_good_hit	357.0	79.832	30.0	6.269834976177277e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
AST0046_000000001804	10827	0.5723082709367732	13	1	0	1	0	True	115737	maximal	True	AST0046_000000001804	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2219.0	97.431	20.0	0.015738086453041183	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0386_000000003779	9043	0.5723082709367732	9	1	0	1	0	True	77169	fragment	False	ISR0386_000000003779	0.9387622252336867		0	0	False	False	0.998451828956604	0					non-mobilizable	no_good_hit								True	True
DEN0073_000000004269	8678	0.5723082709367732	9	1	0	1	0	True	77169	fragment	False	ISR0386_000000003779	0.9209095459136334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000003074	8592	0.5723082709367732	8	1	0	1	0	True	77169	fragment	False	ISR0386_000000003779	0.9263555510675037		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0053_000000001662	8140	0.5723082709367732	10	1	0	1	0	True	77169	fragment	False	ISR0386_000000003779	0.3768663248718269		0	0	False	False	0.9985257983207703	0					non-mobilizable	no_good_hit								True	True
FIJ0077_000000003624	7997	0.5723082709367732	10	1	0	1	0	True	77169	fragment	False	ISR0386_000000003779	0.7276470089445397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0017_000000003624	7420	0.5723082709367732	6	1	0	1	0	True	109394	fragment	False	FIJ0017_000000003624	0.9587501713032753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0111_000000004168	7383	0.5723082709367732	8	1	0	1	0	True	82662	maximal	True	CHI0111_000000004168	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	1.0	0.00043075473973798624	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
SPA0075_000000001747	7297	0.5723082709367732	8	1	0	1	0	True	109394	fragment	False	FIJ0017_000000003624	0.9414420485175202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0031_01_000000004336	7020	0.5723082709367732	7	1	0	1	0	True	130715	maximal	True	USA0031_01_000000004336	1.0		58	7	False	False	0.9997150897979736	0					non-mobilizable	no_good_hit	1028.0	84.14399999999999	21.0	0.02631578947368421	NZ_JAAIPV010000041.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_41_length_38532_cov_74.6779, whole genome shotgun sequence	True	True
ISR0347_000000002453	6545	0.5723082709367732	6	1	0	1	0	True	130714	fragment	False	SPA0047_000000005901	0.9803539292141572		0	0	False	False	0.9949579834938049	0					non-mobilizable	no_good_hit	968.0	99.69	15.0	0.15111736208782622	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	True	True
ISR0204_000000001407	6512	0.5723082709367732	8	1	0	1	0	True	28676	maximal	True	ISR0204_000000001407	1.0		1	1	True	True	1.0	164					non-mobilizable	no_good_hit	331.0	90.93700000000001	5.0	0.04678362573099415	AM263037.1	bacteria	Uncultured bacterium plasmid pTRACA 10 ORF2, PAP, MobB and Rep genes	True	True
AST0057_000000001078	6459	0.5723082709367732	6	1	0	1	0	True	113285	maximal	True	AST0057_000000001078	1.0		1	1	False	False	0.9984517693519592	0					non-mobilizable	no_good_hit								True	True
ENG0025_000000003046	6421	0.5723082709367732	5	1	0	1	0	True	130344	maximal	False	DEN0051_000000005381	0.926793214627716		0	0	False	False	0.9976639151573181	0					non-mobilizable	no_good_hit	3223.0	92.522	52.0	0.23947642421538004	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ENG0120_000000003236	6261	0.5723082709367732	8	1	0	1	0	True	111131	fragment	False	ENG0120_000000003236	1.0		0	0	False	False	0.9990416765213013	0					non-mobilizable	no_good_hit	183.0	92.896	3.0	0.0045036078626524015	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	True
CHI0186_000000003170	6018	0.5723082709367732	7	1	0	1	0	True	77168	fragment	False	CHI0186_000000003170	1.0		0	0	False	False	0.9998338222503662	0					non-mobilizable	no_good_hit								True	True
ENG0007_000000004281	6002	0.5723082709367732	6	1	0	1	0	True	68128	fragment	False	ENG0007_000000004281	1.0		0	0	False	False	0.9998334050178528	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0005534584054721426	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0028_000000002745	5845	0.5723082709367732	5	1	0	1	0	True	69374	fragment	False	ISR0028_000000002745	0.9769780116519451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0014_000000006210	5682	0.5723082709367732	7	1	0	1	0	True	80284	maximal	True	ISR0014_000000006210	0.9667211801840274	PS149	2	2	True	True	1.0	82					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0062_01_000000004544	5673	0.5723082709367732	7	1	0	1	0	True	80284	maximal	False	ISR0014_000000006210	0.9597958166182134	PS149	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0334_000000002978	5673	0.5723082709367732	7	1	0	1	0	True	80284	maximal	False	ISR0014_000000006210	0.959793458400868	PS149	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0003_000000006217	5672	0.5723082709367732	5	1	0	1	0	True	130713	fragment	False	AST0003_000000006217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	99.639	15.0	0.01014849364035893	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0094_000000003469	5661	0.5723082709367732	7	1	0	1	0	True	109393	fragment	False	AST0094_000000003469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0038_000000003588	5653	0.5723082709367732	6	1	0	1	0	True	78748	fragment	False	ENG0038_000000003588	1.0		0	0	False	False	0.998231053352356	0					non-mobilizable	no_good_hit								True	True
ISR0285_000000002076	5577	0.5723082709367732	7	1	0	1	0	True	80284	maximal	False	ISR0014_000000006210	0.9473981429624386	PS149	0	0	True	True	1.0	114					non-mobilizable	no_good_hit								True	True
ENG0100_000000005182	5552	0.5723082709367732	6	1	0	1	0	True	78748	fragment	False	ENG0038_000000003588	0.991066690252963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0174_000000004974	5492	0.5723082709367732	3	1	0	1	0	True	58517	maximal	True	ISR0174_000000004974	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	83.037	9.0	0.052900478978179885	BK010450.1	firmicutes	TPA_exp: Paeniclostridium sordellii strain R28058 plasmid pCSTC1, complete sequence	True	True
ISR0783_000000002630	5423	0.5723082709367732	5	1	0	1	0	True	22255	maximal	True	ISR0783_000000002630	1.0		20	5	False	False	0.9988936185836792	0					non-mobilizable	no_good_hit								True	True
ISR0171_000000004239	5409	0.5723082709367732	7	1	0	1	0	True	39714	maximal	True	ISR0171_000000004239	1.0		2	1	True	True	1.0	6					non-mobilizable	no_good_hit	1184.0	95.60799999999999	22.0	0.21065763678488683	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0092_000000003836	5360	0.5723082709367732	3	1	0	1	0	True	110308	maximal	True	ISR0092_000000003836	0.9979506140514918		24	5	True	True	1.0	2					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
ISR0060_000000005560	5359	0.5723082709367732	3	1	0	1	0	True	110308	maximal	False	ISR0092_000000003836	0.9979319467505328		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
ENG0060_000000004549	5359	0.5723082709367732	3	1	0	1	0	True	110308	maximal	False	ISR0092_000000003836	0.9979319467505328		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
ENG0168_000000005349	5351	0.5723082709367732	3	1	0	1	0	True	110308	maximal	False	ISR0092_000000003836	0.9974840450332622		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
ISR0206_000000004717	5351	0.5723082709367732	6	1	0	1	0	True	123161	maximal	False	ISR0095_000000003724	0.8331489774819341	PS879	0	0	True	True	1.0	82					non-mobilizable	no_good_hit	1140.0	85.52600000000001	32.0	0.2784313725490196	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	True
ENG0154_000000005039	5321	0.5723082709367732	4	1	0	1	0	True	69374	fragment	False	ISR0028_000000002745	0.9384944396920445		0	0	False	False	0.9986844658851624	0					non-mobilizable	no_good_hit								True	True
ISR0364_000000002690	5317	0.5723082709367732	3	1	0	1	0	True	110308	maximal	False	ISR0092_000000003836	0.9783655810308209		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
FIJ0094_000000003341	5297	0.5723082709367732	5	1	0	1	0	True	43392	backbone	False	FIJ0091_000000004863	0.9999056069473287	PS149	0	0	True	True	0.9992448687553406	7					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
FIJ0091_000000004863	5297	0.5723082709367732	6	1	0	1	0	True	43392	backbone	True	FIJ0091_000000004863	0.9999056069473287	PS149	4	3	True	True	1.0	13					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0034873583260680036	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
AST0150_000000004789	5293	0.5723082709367732	3	1	0	1	0	True	110308	maximal	False	ISR0092_000000003836	0.9958634367436325		0	0	True	True	0.999811053276062	1					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
ENG0063_000000005644	5275	0.5723082709367732	3	1	0	1	0	True	110308	maximal	False	ISR0092_000000003836	0.9895671626493112		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
AST0089_000000003439	5269	0.5723082709367732	3	1	0	1	0	True	110308	maximal	False	ISR0092_000000003836	0.9883647567027012		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
ISR0156_000000005012	5260	0.5723082709367732	6	1	0	1	0	True	68123	fragment	False	ISR0156_000000005012	1.0		0	0	False	False	0.9990494251251221	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.0002153738781474575	NZ_SMMX01000001.1	firmicutes	Extibacter muris strain DSM 28560 NODE_1_length_366804_cov_89.152802, whole genome shotgun sequence	True	True
ISR0829_000000002524	5252	0.5723082709367732	3	1	0	1	0	True	110308	maximal	False	ISR0092_000000003836	0.9865647683997981		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
SPA0120_000000008128	5252	0.5723082709367732	3	1	0	1	0	True	110308	maximal	False	ISR0092_000000003836	0.9865647683997981		0	0	False	True	0.9961919188499451	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
MON0068_000000007650	5154	0.5723082709367732	5	1	0	1	0	True	115607	fragment	False	MON0068_000000007650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3068.0	92.04700000000001	59.0	0.2278000892458724	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
FIJ0021_000000009690	5137	0.5723082709367732	6	1	0	1	0	True	49686	maximal	True	FIJ0021_000000009690	1.0		3	1	False	False	0.9998053312301636	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001608818709965738	NZ_FQYT01000003.1	firmicutes	Parasporobacterium paucivorans DSM 15970, whole genome shotgun sequence	True	True
ISR0102_000000003908	5064	0.5723082709367732	5	1	0	1	0	True	106815	fragment	False	ISR0102_000000003908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	80.205	6.0	0.008292111057101193	MK231935.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_9_c1 sequence	True	True
ISR0366_000000002838	4933	0.5723082709367732	5	1	0	1	0	True	58532	maximal	False	FIJ0099_000000004818	0.9852371985704309		0	0	True	True	0.9997972846031189	10					non-mobilizable	no_good_hit	804.0	81.095	16.0	0.11570752556861548	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
ENG0120_000000004255	4932	0.5723082709367732	4	1	0	1	0	True	106814	fragment	False	ENG0120_000000004255	0.9993860008186656		0	0	False	False	0.9997972249984741	0					non-mobilizable	no_good_hit	611.0	99.67299999999999	12.0	0.09532739490545397	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	True	True
FIJ0041_000000007169	4913	0.5723082709367732	5	1	0	1	0	True	83577	maximal	True	FIJ0041_000000007169	1.0		8	1	False	False	0.9985752105712891	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.687042834480316e-06	CP047591.1	firmicutes	Aminipila sp. CBA3637 chromosome, complete genome	True	True
CHI0111_000000006285	4890	0.5723082709367732	5	1	0	1	0	True	89137	fragment	False	CHI0111_000000006285	1.0		0	0	False	False	0.997341513633728	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000012596	4886	0.5723082709367732	4	1	0	1	0	True	106814	fragment	False	ENG0120_000000004255	0.994728304947283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	100.0	12.0	0.09360837630879824	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	True	True
ENG0179_000000006725	4826	0.5723082709367732	7	1	0	1	0	True	92717	maximal	True	ENG0179_000000006725	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.828095498936656e-07	AP019866.1	liverworts	Marchantia polymorpha subsp. ruderalis Tak-1 DNA, chromosome: 1	True	True
ISR0108_000000004509	4755	0.5723082709367732	4	1	0	1	0	True	68127	fragment	False	ISR0108_000000004509	1.0		0	0	False	False	0.9997897148132324	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000006999	4595	0.5723082709367732	5	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.8018349461381823	PS355|PS356|PS632	0	0	True	True	0.9980413317680359	22					non-mobilizable	plasmid	1429.0	92.23200000000001	95.0	0.3192635832959138	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
ETH0002_000000006208	4577	0.5723082709367732	4	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.6837827029681579	PS355|PS356|PS632	0	0	True	True	1.0	148					non-mobilizable	plasmid	1913.0	92.211	99.0	0.4259092950157162	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
MON0024_000000009177	4575	0.5723082709367732	4	1	0	1	0	True	105264	backbone	True	MON0024_000000009177	0.8207053942058081	PS355|PS356|PS632	4	2	True	True	0.9995628595352173	47					non-mobilizable	plasmid	2827.0	91.12100000000001	98.0	0.6270767849124382	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
ISR0345_000000001513	4563	0.5723082709367732	4	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.8055625209695618	PS355|PS356|PS632	0	0	True	True	0.9973701238632202	54					non-mobilizable	plasmid	2851.0	93.476	96.0	0.6349348899865289	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
ISR0370_000000005589	4557	0.5723082709367732	3	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.29506517112305736	PS355|PS356|PS632	0	0	True	True	1.0	116					non-mobilizable	no_good_hit	1533.0	90.802	84.0	0.3414907947911989	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	True	True
ETH0001_000000005226	4553	0.5723082709367732	4	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.81970892387106	PS355|PS356|PS632	0	0	True	True	1.0	149					non-mobilizable	no_good_hit	2090.0	89.76100000000001	81.0	0.4833801498127341	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	True	True
ETH0005_000000010679	4533	0.5723082709367732	4	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.5257348399848188	PS355|PS356|PS632	0	0	True	True	1.0	14					non-mobilizable	plasmid	1317.0	94.305	99.0	0.29411764705882354	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
ISR0174_000000005927	4533	0.5723082709367732	3	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.750902632405532	PS355|PS356|PS632	0	0	True	True	1.0	193					non-mobilizable	plasmid	1562.0	92.25399999999999	99.0	0.348450830713965	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
AST0142_000000001172	4516	0.5723082709367732	4	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.6618499827408532	PS355|PS356|PS632	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1996.0	90.631	85.0	0.44454422990570275	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	True	True
ISR0066_000000007100	4500	0.5723082709367732	3	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.6666885555616494	PS355|PS356|PS632	0	0	True	True	1.0	70					non-mobilizable	plasmid	1561.0	91.544	99.0	0.3480017961383027	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
ISR0336_000000002539	4493	0.5723082709367732	3	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.7429364063600455	PS355|PS356|PS632	0	0	True	True	1.0	9					non-mobilizable	plasmid	2009.0	90.84100000000001	95.0	0.44791198922317016	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
ENG0122_000000005989	4488	0.5723082709367732	4	1	0	1	0	True	105264	backbone	False	MON0024_000000009177	0.3690753923983558	PS355|PS356|PS632	0	0	True	True	1.0	58					non-mobilizable	plasmid	3140.0	91.975	99.0	0.7009429726088909	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
AST0085_000000003334	4478	0.5723082709367732	4	1	0	1	0	True	111130	fragment	False	AST0085_000000003334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.06812227074235808	NZ_CYZN01000061.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0834_000000003748	4470	0.5723082709367732	3	1	0	1	0	True	63175	maximal	True	ISR0834_000000003748	1.0		1	1	False	False	0.9923937320709229	0					non-mobilizable	no_good_hit	80.0	92.5	2.0	3.683565461742106e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
ISR0244_000000004691	4422	0.5723082709367732	4	1	0	1	0	True	68120	fragment	False	ISR0244_000000004691	1.0		0	0	False	False	0.9760289192199707	0					non-mobilizable	no_good_hit								True	True
MON0108_000000004548	4416	0.5723082709367732	4	1	0	1	0	True	75120	backbone	True	MON0108_000000004548	0.9054234621910896	PS355|PS356	1	1	True	True	1.0	123					non-mobilizable	plasmid	3248.0	92.85700000000001	99.0	0.7567883895131086	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
AST0084_000000007087	4415	0.5723082709367732	9	1	0	1	0	True	120509	backbone	False	SPA0039_000000005658	0.985162786565131	PS844	0	0	True	True	1.0	94					non-mobilizable	no_good_hit	587.0	99.83	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
MAD0032_000000003426	4412	0.5723082709367732	4	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.7845751530458159	PS355|PS356	0	0	True	True	1.0	114					non-mobilizable	plasmid	2961.0	92.536	90.0	0.6905430711610487	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MON0021_000000005474	4401	0.5723082709367732	4	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.8885440171926493	PS355|PS356	0	0	True	True	1.0	60					non-mobilizable	plasmid	3949.0	92.50399999999999	94.0	0.9176029962546817	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
ISR0388_000000007080	4398	0.5723082709367732	4	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.9031396310892609	PS355|PS356	0	0	True	True	0.9990904927253723	56					non-mobilizable	plasmid	3249.0	93.198	99.0	0.7567883895131086	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MAD0042_000000004776	4396	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.7480141297665177	PS355|PS356	0	0	True	True	0.9981801509857178	24					non-mobilizable	plasmid	2417.0	94.208	91.0	0.5636704119850188	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MON0043_000000005361	4396	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.8672364382878528	PS355|PS356	0	0	True	True	1.0	239					non-mobilizable	plasmid	3430.0	91.05	100.0	0.7956460674157303	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MAD0013_000000004841	4396	0.5723082709367732	4	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.7937475867406519	PS355|PS356	0	0	True	True	1.0	38					non-mobilizable	plasmid	2619.0	93.43299999999999	92.0	0.6100187265917603	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MON0056_000000003176	4396	0.5723082709367732	4	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.8597064728025752	PS355|PS356	0	0	True	True	0.9997725486755371	21					non-mobilizable	plasmid	2655.0	94.802	100.0	0.6191479400749064	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
AST0025_000000007418	4395	0.5723082709367732	9	1	0	1	0	True	120509	backbone	False	SPA0039_000000005658	0.9846815994886714	PS844	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	587.0	99.65899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
SPA0075_000000003455	4395	0.5723082709367732	9	1	0	1	0	True	120509	backbone	False	SPA0039_000000005658	0.9845684479173088	PS844	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	587.0	99.65899999999999	15.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
MON0002_000000004522	4394	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.8669244847942859	PS355|PS356	0	0	True	True	1.0	17					non-mobilizable	plasmid	3532.0	91.13799999999999	99.0	0.8192883895131086	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MON0058_000000009438	4394	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.8603673616442414	PS355|PS356	0	0	True	True	0.9995448589324951	13					non-mobilizable	plasmid	4222.0	93.131	100.0	0.9815074906367042	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MAD0094_000000002989	4389	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.7949194686916531	PS355|PS356	0	0	True	True	1.0	19					non-mobilizable	plasmid	1741.0	92.53299999999999	92.0	0.40519662921348315	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MON0051_000000007333	4376	0.5723082709367732	4	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.8657253609663262	PS355|PS356	0	0	True	True	1.0	41					non-mobilizable	plasmid	2909.0	93.022	99.0	0.6779026217228464	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
ENG0088_000000005482	4375	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.843920946737677	PS355|PS356	0	0	True	True	1.0	46					non-mobilizable	plasmid	2585.0	93.501	91.0	0.602996254681648	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
ISR0159_000000005644	4373	0.5723082709367732	4	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.7778775229457056	PS355|PS356	0	0	True	True	1.0	39					non-mobilizable	plasmid	3886.0	93.48899999999999	91.0	0.9033239700374532	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MON0109_000000007514	4372	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.865071320537688	PS355|PS356	0	0	True	True	1.0	24					non-mobilizable	plasmid	3531.0	90.96600000000001	99.0	0.8192883895131086	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MON0080_000000009772	4361	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.8887316036734156	PS355|PS356	0	0	True	True	0.9997707009315491	5					non-mobilizable	plasmid	2456.0	91.816	94.0	0.5695224719101124	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MON0047_000000008372	4335	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.8661794712652963	PS355|PS356	0	0	True	True	1.0	6					non-mobilizable	plasmid	3772.0	90.90700000000001	99.0	0.8747659176029963	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MON0084_000000006171	4318	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.8814222676133658	PS355|PS356	0	0	True	True	0.9997684359550476	4					non-mobilizable	plasmid	2258.0	90.523	96.0	0.522003745318352	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
ITA0006_000000006032	4316	0.5723082709367732	4	1	0	1	0	True	106813	fragment	False	ITA0006_000000006032	1.0		0	0	False	False	0.9997683167457581	0					non-mobilizable	no_good_hit	199.0	100.0	5.0	0.030942334739803096	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	True	True
ENG0127_000000006019	4224	0.5723082709367732	6	1	0	1	0	True	58743	maximal	True	ENG0127_000000006019	1.0		1	1	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
MON0054_000000008923	4215	0.5723082709367732	3	1	0	1	0	True	75120	backbone	False	MON0108_000000004548	0.6751418719402636	PS355|PS356	0	0	True	True	1.0	3					non-mobilizable	plasmid	2344.0	91.596	100.0	0.5433052434456929	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
ISR0082_000000006634	4164	0.5723082709367732	4	1	0	1	0	True	58520	fragment	False	ISR0082_000000006634	0.996219758064516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	81.095	19.0	0.11570752556861548	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
SPA0050_000000006261	4150	0.5723082709367732	2	1	0	1	0	True	69372	fragment	False	SPA0050_000000006261	0.9846887550200804		0	0	False	False	0.9840964078903198	0					non-mobilizable	no_good_hit								True	True
CHI0111_000000007578	4060	0.5723082709367732	5	1	0	1	0	True	82636	maximal	True	CHI0111_000000007578	1.0		4	3	False	False	0.9990147948265076	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.1008123995508685e-05	NZ_CP032363.1	e-proteobacteria	Arcobacter peruensis strain PSE-93 chromosome	True	True
ETH0003_000000008309	4035	0.5723082709367732	3	1	0	1	0	True	53236	maximal	True	ETH0003_000000008309	1.0		61	6	False	False	1.0	0					non-mobilizable	no_good_hit	2005.0	89.12700000000001	62.0	0.016078567004753592	NZ_JH379446.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld985, whole genome shotgun sequence	True	True
ENG0130_000000007479	4005	0.5723082709367732	5	1	0	1	0	True	68126	fragment	False	ENG0130_000000007479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0323_000000004461	3984	0.5723082709367732	3	1	0	1	0	True	69372	fragment	False	SPA0050_000000006261	0.9713253012048193		0	0	False	False	0.9997490048408508	0					non-mobilizable	no_good_hit								True	True
ISR0103_000000006607	3969	0.5723082709367732	5	1	0	1	0	True	89136	fragment	False	ISR0103_000000006607	1.0		0	0	False	False	0.9994961023330688	0					non-mobilizable	no_good_hit								True	True
ETH0001_000000006297	3968	0.5723082709367732	4	1	0	1	0	True	58520	fragment	False	ISR0082_000000006634	0.980528006800666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	81.095	20.0	0.11570752556861548	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
DEN0045_000000008972	3918	0.5723082709367732	4	1	0	1	0	True	75639	maximal	True	DEN0045_000000008972	1.0		7	3	False	False	0.9946401119232178	0					non-mobilizable	no_good_hit								True	True
AST0153_000000007775	3915	0.5723082709367732	4	1	0	1	0	True	103498	maximal	True	AST0153_000000007775	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.894700489651334e-05	NZ_MBDL01000008.1	g-proteobacteria	Acinetobacter celticus strain ANC 4603 Contig2, whole genome shotgun sequence	True	True
ISR0400_000000004507	3879	0.5723082709367732	6	1	0	1	0	True	22562	maximal	True	ISR0400_000000004507	1.0		1	1	True	True	1.0	262					non-mobilizable	no_good_hit								True	True
MAD0101_000000006935	3865	0.5723082709367732	2	1	0	1	0	True	15119	maximal	True	MAD0101_000000006935	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
ISR0072_000000006894	3862	0.5723082709367732	6	1	0	1	0	True	34863	maximal	True	ISR0072_000000006894	1.0		1	1	True	True	1.0	76					non-mobilizable	no_good_hit								True	True
MAD0021_000000003656	3853	0.5723082709367732	4	1	0	1	0	True	39713	fragment	False	MAD0021_000000003656	1.0		0	0	False	False	0.9992213845252991	0					non-mobilizable	no_good_hit								True	True
ISR0069_000000006295	3845	0.5723082709367732	4	1	0	1	0	True	99988	maximal	True	ISR0069_000000006295	1.0	PS111	1	1	True	True	1.0	35					non-mobilizable	no_good_hit	487.0	83.573	13.0	0.04495037945125511	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ISR0102_000000004998	3837	0.5723082709367732	4	1	0	1	0	True	68122	fragment	False	ISR0102_000000004998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	83.929	5.0	0.0219035458206463	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
SPA0128_000000009631	3817	0.5723082709367732	6	1	0	1	0	True	65715	maximal	False	ENG0110_000000007921	0.8520087855653151		0	0	True	True	1.0	25					non-mobilizable	no_good_hit								True	True
ISR0161_000000007786	3789	0.5723082709367732	8	1	0	1	0	True	120509	backbone	False	SPA0039_000000005658	0.06489428730602992	PS844	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	587.0	99.65899999999999	17.0	0.9213836477987422	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
CAN0005_000000004797	3765	0.5723082709367732	7	1	0	1	0	True	95952	fragment	False	CAN0005_000000004797	1.0		0	0	False	False	0.9941567182540894	0					non-mobilizable	no_good_hit								True	True
USA0080_01_000000011690	3736	0.5723082709367732	3	1	0	1	0	True	94854	fragment	False	USA0080_01_000000011690	1.0		0	0	False	False	0.9884903430938721	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.834323265467193e-06	NZ_MTFE01000010.1	CFB group bacteria	Cnuella takakiae strain RG1-1 Scaffold1, whole genome shotgun sequence	True	True
ISR0338_000000006487	3714	0.5723082709367732	6	1	0	1	0	True	37749	maximal	False	ISR0107_000000006032	0.9959609415082503		0	0	True	True	1.0	110					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0004580477351175383	NZ_QAAE01000018.1	b-proteobacteria	Nitrosomonas aestuarii strain Nm36 Ga0181080_118, whole genome shotgun sequence	True	True
ISR0107_000000006032	3713	0.5723082709367732	6	1	0	1	0	True	37749	maximal	True	ISR0107_000000006032	0.9963227798866906		5	1	True	True	0.9991919994354248	6					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0004580477351175383	NZ_QAAE01000018.1	b-proteobacteria	Nitrosomonas aestuarii strain Nm36 Ga0181080_118, whole genome shotgun sequence	True	True
ISR0139_000000006326	3711	0.5723082709367732	4	1	0	1	0	True	58520	fragment	False	ISR0082_000000006634	0.6449092741935484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	81.095	21.0	0.11570752556861548	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
CHI0032_000000001514	3696	0.5723082709367732	2	1	0	1	0	True	88465	maximal	True	CHI0032_000000001514	1.0		1	1	False	False	0.9975649118423462	0					non-mobilizable	no_good_hit								True	True
ISR0109_000000008363	3662	0.5723082709367732	3	1	0	1	0	True	32759	maximal	True	ISR0109_000000008363	1.0		1	1	True	True	1.0	871					non-mobilizable	no_good_hit	580.0	81.55199999999999	16.0	0.0987844547166581	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
ISR0071_000000002136	3658	0.5723082709367732	3	1	0	1	0	True	92714	fragment	False	ISR0071_000000002136	1.0		0	0	False	False	0.9997266530990601	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.828095498936656e-07	AP019866.1	liverworts	Marchantia polymorpha subsp. ruderalis Tak-1 DNA, chromosome: 1	True	True
ISR0050_000000006651	3637	0.5723082709367732	4	1	0	1	0	True	35930	maximal	True	ISR0050_000000006651	1.0		1	1	True	True	1.0	64					non-mobilizable	no_good_hit								True	True
CHI0160_000000007885	3595	0.5723082709367732	4	1	0	1	0	True	78747	fragment	False	CHI0160_000000007885	1.0		0	0	False	False	0.9997218251228333	0					non-mobilizable	no_good_hit	112.0	98.214	3.0	2.241372382213357e-05	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	True
FIJ0030_000000008647	3573	0.5723082709367732	7	1	0	1	0	True	48765	maximal	True	FIJ0030_000000008647	1.0		1	1	False	False	0.9963616132736206	0					non-mobilizable	no_good_hit	82.0	87.805	2.0	0.00039967411187800717	NZ_LOQF01000001.1	fusobacteria	Sneathia sanguinegens strain CCUG41628 contig_6, whole genome shotgun sequence	True	True
ISR0396_000000006229	3567	0.5723082709367732	6	1	0	1	0	True	85532	maximal	True	ISR0396_000000006229	1.0		5	3	False	False	0.9921502470970154	0					non-mobilizable	no_good_hit								True	True
ENG0199_000000006915	3521	0.5723082709367732	5	1	0	1	0	True	54295	maximal	True	ENG0199_000000006915	1.0		2	1	False	False	0.998863935470581	0					non-mobilizable	no_good_hit								True	True
ITA0006_000000007373	3509	0.5723082709367732	3	1	0	1	0	True	20359	maximal	True	ITA0006_000000007373	1.0		13	7	False	False	0.9974351525306702	0					non-mobilizable	other	3494.0	99.485	99.0	0.000916558536550166	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ENG0021_000000005415	3506	0.5723082709367732	2	1	0	1	0	True	75119	backbone	True	ENG0021_000000005415	0.951334589277541	PS355	1	1	True	True	1.0	113					non-mobilizable	plasmid	2438.0	89.58200000000001	99.0	0.5634363295880149	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
SPA0137_000000010427	3505	0.5723082709367732	6	1	0	1	0	True	3578	maximal	True	SPA0137_000000010427	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	123.0	87.805	3.0	0.0681044267877412	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
ISR0282_000000005887	3502	0.5723082709367732	5	1	0	1	0	True	58354	maximal	True	ISR0282_000000005887	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	87.77799999999999	3.0	0.00022212803766474495	NZ_LT962470.1	firmicutes	Ezakiella peruensis strain M6.X2 isolate M6.X2, whole genome shotgun sequence	True	True
TAN0005_000000004026	3480	0.5723082709367732	3	1	0	1	0	True	2940	backbone	True	TAN0005_000000004026	1.0	PS9	2	1	True	True	0.9997126460075378	14					non-mobilizable	no_good_hit								True	True
ISR0275_000000003952	3467	0.5723082709367732	5	1	0	1	0	True	37749	maximal	False	ISR0107_000000006032	0.9674006633927287		0	0	True	True	0.9994231462478638	12					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0004580477351175383	NZ_QAAE01000018.1	b-proteobacteria	Nitrosomonas aestuarii strain Nm36 Ga0181080_118, whole genome shotgun sequence	True	True
FIJ0041_000000010372	3466	0.5723082709367732	3	1	0	1	0	True	49506	maximal	True	FIJ0041_000000010372	1.0		4	1	False	False	0.9968262910842896	0					non-mobilizable	no_good_hit	221.0	91.855	10.0	0.44693877551020406	EU065060.1	bacteria	Uncultured bacterium clone HA0AAA21ZH04FM1 genomic sequence	True	True
SPA0049_000000006175	3460	0.5723082709367732	2	1	0	1	0	True	69371	fragment	False	SPA0049_000000006175	0.9791910902696366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000010115	3441	0.5723082709367732	3	1	0	1	0	True	82089	maximal	True	SPA0098_000000010115	1.0		47	9	False	False	0.9997093677520752	0					non-mobilizable	no_good_hit	2491.0	92.292	79.0	0.18488769894392384	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
MON0012_000000012800	3417	0.5723082709367732	1	1	0	1	0	True	75119	backbone	False	ENG0021_000000005415	0.94877599362682	PS355	0	0	False	True	1.0	0					non-mobilizable	plasmid	2393.0	89.678	100.0	0.5536048689138576	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
MON0102_000000013340	3413	0.5723082709367732	2	1	0	1	0	True	75119	backbone	False	ENG0021_000000005415	0.9361579127170986	PS355	0	0	False	True	1.0	0					non-mobilizable	plasmid	2372.0	91.73700000000001	100.0	0.5498595505617978	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
DEN0081_000000001967	3412	0.5723082709367732	2	1	0	1	0	True	69371	fragment	False	SPA0049_000000006175	0.9790462427745664		0	0	False	False	0.9997069239616394	0					non-mobilizable	no_good_hit								True	True
DEN0028_000000007834	3408	0.5723082709367732	5	1	0	1	0	True	74039	maximal	True	DEN0028_000000007834	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
SPA0120_000000012337	3408	0.5723082709367732	5	1	0	1	0	True	35704	maximal	True	SPA0120_000000012337	1.0		2	1	False	False	0.9973591566085815	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000014351	3404	0.5723082709367732	4	1	0	1	0	True	31998	maximal	True	ISR0126_000000014351	1.0		1	1	False	False	0.999412477016449	0					non-mobilizable	no_good_hit								True	True
ISR0201_000000008757	3399	0.5723082709367732	4	1	0	1	0	True	47117	maximal	True	ISR0201_000000008757	1.0		2	1	False	False	0.9994115829467773	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000012751	3396	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8369289542097249	PS315|PS84	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1512.0	96.561	61.0	0.5428365730741541	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0205_000000005484	3366	0.5723082709367732	4	1	0	1	0	True	68121	fragment	False	ISR0205_000000005484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0819_000000007419	3356	0.5723082709367732	7	1	0	1	0	True	21324	maximal	True	ISR0819_000000007419	1.0		2	1	False	False	0.9946364760398865	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.7706953943379776e-07	LR812524.1	bony fishes	Danio kyathit genome assembly, chromosome: 6	True	True
CHI0013_000000002512	3352	0.5723082709367732	3	1	0	1	0	True	89995	maximal	True	CHI0013_000000002512	0.956661316211878		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	96.471	3.0	0.00026302446444416276	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0837_000000003010	3351	0.5723082709367732	5	1	0	1	0	True	89134	fragment	False	ISR0837_000000003010	1.0		0	0	False	False	0.9922411441802979	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000012527	3350	0.5723082709367732	5	1	0	1	0	True	95391	maximal	True	CAN0007_000000012527	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	1.2407018616899097e-05	CP020553.1	firmicutes	Staphylococcus aureus strain SA112 chromosome	True	True
AST0019_000000008270	3327	0.5723082709367732	7	1	0	1	0	True	122768	fragment	False	AST0019_000000008270	1.0		0	0	False	True	0.9948902726173401	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
ISR0131_000000008594	3305	0.5723082709367732	4	1	0	1	0	True	31692	maximal	True	ISR0131_000000008594	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0095_000000008236	3301	0.5723082709367732	5	1	0	1	0	True	83579	maximal	True	ENG0095_000000008236	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0019_000000004988	3299	0.5723082709367732	4	1	0	1	0	True	37749	maximal	False	ISR0107_000000006032	0.4828713537261644		0	0	False	True	0.9993937611579895	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0004580477351175383	NZ_QAAE01000018.1	b-proteobacteria	Nitrosomonas aestuarii strain Nm36 Ga0181080_118, whole genome shotgun sequence	True	True
ISR0305_000000004934	3291	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8319266505645714	PS315|PS84	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1585.0	92.934	53.0	0.5673146148308136	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
CHI0160_000000008869	3275	0.5723082709367732	5	1	0	1	0	True	78742	maximal	True	CHI0160_000000008869	1.0		3	3	False	False	0.9984732866287231	0					non-mobilizable	no_good_hit								True	True
ENG0035_000000006768	3265	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.837935608799301	PS315|PS84	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	1529.0	96.926	52.0	0.5493160547156227	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0216_000000005840	3256	0.5723082709367732	3	1	0	1	0	True	92804	backbone	False	ISR0087_000000009861	0.7252470463448658	PS491	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	446.0	93.274	50.0	0.10919822921790458	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0839_000000005421	3240	0.5723082709367732	3	1	0	1	0	True	92805	backbone	False	ISR0820_000000006683	0.6544056525353283	PS491|PS492	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1336.0	91.09299999999999	48.0	0.47804175665946724	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0198_000000010272	3233	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8260593727511045	PS315|PS84	0	0	True	True	1.0	167					non-mobilizable	no_good_hit	1546.0	93.53200000000001	56.0	0.5557955363570914	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0210_000000005951	3223	0.5723082709367732	2	1	0	1	0	True	58522	fragment	False	ISR0210_000000005951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0128_000000008182	3204	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8511737596121508	PS315|PS84	0	0	True	True	0.999687910079956	9					non-mobilizable	no_good_hit	1614.0	93.185	56.0	0.578113750899928	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0161_000000004966	3198	0.5723082709367732	3	1	0	1	0	True	67535	backbone	True	FIJ0161_000000004966	0.9225447875687637	PS315|PS84	1	1	True	True	1.0	9					non-mobilizable	no_good_hit	1532.0	94.77799999999999	53.0	0.550755939524838	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0379_000000007166	3188	0.5723082709367732	4	1	0	1	0	True	58423	fragment	False	ISR0379_000000007166	1.0		0	0	False	False	0.998745322227478	0					non-mobilizable	no_good_hit	464.0	91.37899999999999	36.0	0.04674900479738695	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
ISR0083_000000007645	3185	0.5723082709367732	2	1	0	1	0	True	110500	backbone	False	SPA0115_000000008368	0.7316247057962237	PS700	0	0	True	True	1.0	67					non-mobilizable	no_good_hit	497.0	92.757	29.0	0.1785457163426926	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
TAN0002_000000011028	3181	0.5723082709367732	3	1	0	1	0	True	3059	fragment	False	TAN0002_000000011028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000019512	3172	0.5723082709367732	2	1	0	1	0	True	97376	backbone	True	USA0069_01_000000019512	0.6956513065546553	PS531|PS532	2	1	True	True	1.0	37					non-mobilizable	no_good_hit	1463.0	97.266	51.0	0.5262778977681786	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
CHI0016_000000001466	3171	0.5723082709367732	4	1	0	1	0	True	89707	maximal	True	CHI0016_000000001466	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	89.375	5.0	0.054994778976679426	CP021592.1	other sequences	Unidentified plasmid plasmid FAKO27_6405, complete sequence	True	True
AST0046_000000005965	3169	0.5723082709367732	4	1	0	1	0	True	115714	maximal	True	AST0046_000000005965	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.847506789587452e-05	AP012210.1	firmicutes	Candidatus Arthromitus sp. SFB-rat-Yit DNA, complete genome	True	True
ISR0146_000000012440	3157	0.5723082709367732	2	1	0	1	0	True	97378	maximal	True	ISR0146_000000012440	1.0	PS531|PS532	1	1	True	True	1.0	191					non-mobilizable	no_good_hit	1735.0	97.00299999999999	55.0	0.6238300935925126	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0152_000000007581	3153	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8038846773891907	PS315|PS84	0	0	True	True	1.0	118					non-mobilizable	no_good_hit	1317.0	94.07700000000001	47.0	0.47372210223182143	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0070_000000006168	3151	0.5723082709367732	2	1	0	1	0	True	89135	fragment	False	FIJ0070_000000006168	0.976533690915186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0820_000000006683	3149	0.5723082709367732	3	1	0	1	0	True	92805	backbone	True	ISR0820_000000006683	0.9435374766973045	PS491|PS492	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1500.0	91.2	53.0	0.537077033837293	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0033_000000009497	3147	0.5723082709367732	3	1	0	1	0	True	106812	fragment	False	ISR0033_000000009497	1.0		0	0	False	False	0.9885605573654175	0					non-mobilizable	no_good_hit	490.0	96.531	16.0	0.07641819034224097	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	True	True
ISR0192_000000006202	3145	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7605520530761457	PS315|PS84	0	0	True	True	1.0	36					non-mobilizable	no_good_hit	1262.0	92.868	53.0	0.4499640028797696	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0125_000000011302	3143	0.5723082709367732	3	1	0	1	0	True	110500	backbone	False	SPA0115_000000008368	0.9271290733426227	PS700	0	0	True	True	1.0	122					non-mobilizable	no_good_hit	420.0	91.667	27.0	0.1486681065514759	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0284_000000003198	3143	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7625000887739969	PS315|PS84	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	1184.0	91.47	55.0	0.4164866810655148	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0114_000000005334	3142	0.5723082709367732	2	1	0	1	0	True	110500	backbone	False	SPA0115_000000008368	0.9267819790557882	PS700	0	0	True	True	0.9993634819984436	10					non-mobilizable	no_good_hit	446.0	90.807	26.0	0.160187185025198	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0039_000000010963	3135	0.5723082709367732	3	1	0	1	0	True	36557	fragment	False	ISR0039_000000010963	1.0		0	0	False	False	0.9964912533760071	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.365737748134775e-07	CP011909.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 24 sequence	True	True
ISR0226_000000002139	3133	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7548678119157143	PS315|PS84	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1198.0	92.988	53.0	0.43052555795536357	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0112_000000010965	3131	0.5723082709367732	2	1	0	1	0	True	110496	backbone	True	SPA0112_000000010965	1.0	PS699	1	1	True	True	1.0	58					non-mobilizable	no_good_hit	618.0	92.88	31.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0059_000000005121	3130	0.5723082709367732	2	1	0	1	0	True	35455	maximal	True	ISR0059_000000005121	1.0		1	1	True	True	1.0	67					non-mobilizable	no_good_hit	1324.0	97.961	53.0	0.495873968492123	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0063_000000010153	3129	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8446354858818644	PS315|PS84	0	0	True	True	0.9961649179458618	11					non-mobilizable	no_good_hit	1702.0	93.302	54.0	0.6097912167026638	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
USA0034_01_000000017567	3128	0.5723082709367732	2	1	0	1	0	True	97376	backbone	False	USA0069_01_000000019512	0.4842534886871698	PS531|PS532	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1463.0	97.266	52.0	0.5262778977681786	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0393_000000005503	3127	0.5723082709367732	3	1	0	1	0	True	97376	backbone	False	USA0069_01_000000019512	0.4746357570292338	PS531|PS532	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1154.0	90.641	50.0	0.41252699784017277	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0157_000000005827	3127	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.6290423824360764	PS315|PS84	0	0	False	True	0.9948832988739014	0					non-mobilizable	no_good_hit	1347.0	91.01700000000001	46.0	0.4841612670986321	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0060_000000008986	3127	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8473248066896998	PS315|PS84	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	1744.0	95.986	56.0	0.6259899208063355	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0062_000000008014	3127	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8002198448763214	PS315|PS84	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	1428.0	94.818	46.0	0.5050395968322534	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0830_000000008341	3126	0.5723082709367732	2	1	0	1	0	True	110500	backbone	False	SPA0115_000000008368	0.9217604761178941	PS700	0	0	True	True	1.0	57					non-mobilizable	no_good_hit	446.0	89.686	28.0	0.160187185025198	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
DEN0062_000000005731	3125	0.5723082709367732	4	1	0	1	0	True	75215	fragment	False	DEN0062_000000005731	1.0		0	0	False	False	0.9987199902534485	0					non-mobilizable	no_good_hit	66.0	96.97	2.0	0.10220125786163523	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	True
ENG0211_000000008601	3123	0.5723082709367732	3	1	0	1	0	True	110500	backbone	False	SPA0115_000000008368	0.816085043049165	PS700	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	524.0	96.374	34.0	0.187544996400288	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0190_000000009767	3120	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.6349779777693544	PS315|PS84	0	0	True	True	1.0	105					non-mobilizable	no_good_hit	1229.0	91.538	45.0	0.44132469402447805	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0100_000000009828	3119	0.5723082709367732	2	1	0	1	0	True	92804	backbone	False	ISR0087_000000009861	0.5025945497116523	PS491	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1114.0	95.512	53.0	0.27299557304476146	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0095_000000009384	3116	0.5723082709367732	2	1	0	1	0	True	110498	maximal	True	ISR0095_000000009384	1.0		0	0	True	True	0.9958279728889465	12					non-mobilizable	no_good_hit	447.0	92.17	27.0	0.160187185025198	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0052_000000007813	3116	0.5723082709367732	5	1	0	1	0	True	11231	maximal	True	MON0052_000000007813	1.0		1	1	False	False	0.9897304177284241	0					non-mobilizable	no_good_hit	536.0	93.47	17.0	0.00014810175035668302	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MAD0088_000000007159	3115	0.5723082709367732	3	1	0	1	0	True	110500	backbone	False	SPA0115_000000008368	0.6407835108474781	PS700	0	0	True	True	1.0	119					non-mobilizable	no_good_hit	446.0	90.135	22.0	0.160187185025198	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0098_000000013998	3115	0.5723082709367732	3	1	0	1	0	True	110500	backbone	False	SPA0115_000000008368	0.7267880972445497	PS700	0	0	True	True	1.0	99					non-mobilizable	no_good_hit	446.0	90.135	22.0	0.160187185025198	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0107_000000012479	3115	0.5723082709367732	2	1	0	1	0	True	89995	maximal	False	CHI0013_000000002512	0.924373508353222		0	0	False	False	0.9993579387664795	0					non-mobilizable	no_good_hit								True	True
ISR0197_000000007950	3114	0.5723082709367732	3	1	0	1	0	True	97376	backbone	False	USA0069_01_000000019512	0.6884951260696648	PS531|PS532	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1497.0	93.988	52.0	0.537077033837293	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0168_000000006435	3112	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7329501307986445	PS315|PS84	0	0	True	True	1.0	28					non-mobilizable	no_good_hit	1349.0	89.844	49.0	0.4841612670986321	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0103_000000015448	3109	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8804955941679643	PS315|PS84	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1747.0	93.76100000000001	56.0	0.6259899208063355	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0021_000000006108	3104	0.5723082709367732	3	1	0	1	0	True	82091	fragment	False	ENG0021_000000006108	1.0		0	0	False	False	0.9971005320549011	0					non-mobilizable	other	2886.0	92.37700000000001	97.0	0.21426446526848134	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0048_000000006188	3104	0.5723082709367732	3	1	0	1	0	True	110500	backbone	False	SPA0115_000000008368	0.5400017283870161	PS700	0	0	True	True	0.999677836894989	35					non-mobilizable	no_good_hit	372.0	90.59100000000001	17.0	0.13354931605471562	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0097_000000008904	3101	0.5723082709367732	2	1	0	1	0	True	92805	backbone	False	ISR0820_000000006683	0.6219964009738541	PS491|PS492	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1595.0	93.605	57.0	0.5694744420446364	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0114_000000014630	3101	0.5723082709367732	2	1	0	1	0	True	110500	backbone	False	SPA0115_000000008368	0.9294823343226787	PS700	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	446.0	89.91	18.0	0.160187185025198	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0095_000000008813	3091	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.6315181485303679	PS315|PS84	0	0	True	True	0.9996764659881592	14					non-mobilizable	no_good_hit	1503.0	93.34700000000001	49.0	0.531317494600432	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0030_000000010364	3090	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7704656242708808	PS315|PS84	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1161.0	97.588	57.0	0.4175665946724262	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0087_000000009861	3087	0.5723082709367732	3	1	0	1	0	True	92804	backbone	True	ISR0087_000000009861	0.7330924146652156	PS491	1	1	True	True	1.0	50					non-mobilizable	no_good_hit	1188.0	99.663	57.0	0.29193310378750614	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
FIJ0014_000000007739	3086	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7613574653608012	PS315|PS84	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1441.0	94.865	54.0	0.5176385889128869	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0246_000000006392	3085	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7772404944949706	PS315|PS84	0	0	True	True	1.0	113					non-mobilizable	no_good_hit	1739.0	91.834	56.0	0.6209503239740821	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0185_000000007115	3084	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7333750290105178	PS315|PS84	0	0	True	True	0.9996757507324219	50					non-mobilizable	no_good_hit	1466.0	91.337	47.0	0.5183585313174947	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0115_000000008368	3081	0.5723082709367732	3	1	0	1	0	True	110500	backbone	True	SPA0115_000000008368	0.9305209576596205	PS700	2	1	True	True	1.0	113					non-mobilizable	no_good_hit	446.0	89.91	18.0	0.160187185025198	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0778_000000004126	3080	0.5723082709367732	2	1	0	1	0	True	97379	backbone	True	ISR0778_000000004126	1.0	PS531|PS533	1	1	True	True	0.9990260004997253	23					non-mobilizable	no_good_hit	1311.0	98.398	61.0	0.32120019675356615	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0007_000000008526	3077	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8021533585730147	PS315|PS84	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1394.0	91.39200000000001	51.0	0.49892008639308855	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0115_000000005909	3074	0.5723082709367732	5	1	0	1	0	True	59544	fragment	False	ENG0115_000000005909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	2.0	1.4437574127919662e-06	CP020679.1	bony fishes	Oryzias latipes strain Hd-rR chromosome 15 sequence	True	True
ISR0218_000000005294	3072	0.5723082709367732	3	1	0	1	0	True	123459	maximal	True	ISR0218_000000005294	1.0	PS901	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	280.0	85.714	14.0	0.06787998032464339	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0068_000000006570	3070	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.6568315689770596	PS315|PS84	0	0	True	True	0.9996742606163025	13					non-mobilizable	no_good_hit	1445.0	92.595	53.0	0.5176385889128869	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0027_000000012785	3070	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8798152910235038	PS315|PS84	0	0	True	True	0.999348521232605	6					non-mobilizable	no_good_hit	1747.0	93.76100000000001	57.0	0.6259899208063355	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0223_000000009117	3069	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.8047691475400153	PS315|PS84	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	795.0	94.84299999999999	57.0	0.2840172786177106	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0392_000000010324	3068	0.5723082709367732	3	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.7052090004837093	PS901	0	0	True	True	1.0	96					non-mobilizable	no_good_hit	941.0	85.12200000000001	46.0	0.31174899866488653	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0130_000000006892	3066	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7662066762453418	PS315|PS84	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1441.0	94.656	53.0	0.5176385889128869	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0347_000000006962	3063	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7275530198372471	PS315|PS84	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	1301.0	90.469	48.0	0.4654427645788337	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0101_000000014495	3062	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7756380886272011	PS315|PS84	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1749.0	88.165	56.0	0.6259899208063355	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0058_000000010504	3049	0.5723082709367732	4	1	0	1	0	True	63467	maximal	True	ENG0058_000000010504	1.0		1	1	False	False	0.9858970046043396	0					non-mobilizable	no_good_hit	797.0	96.236	41.0	0.5264604810996564	XM_014673689.1	eukaryotes	Blastocystis sp. ST4 histone acetyltransferase mRNA	True	True
ISR0299_000000003155	3043	0.5723082709367732	5	1	0	1	0	True	25617	backbone	True	ISR0299_000000003155	1.0	PS67	2	1	True	True	0.9996713995933533	12					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2677322298347676e-07	LR597460.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 3	True	True
ENG0040_000000007316	3042	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.6628825867370193	PS901	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1271.0	86.23100000000001	53.0	0.4172229639519359	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0815_000000010209	3030	0.5723082709367732	2	1	0	1	0	True	92804	backbone	False	ISR0087_000000009861	0.49937082628363016	PS491	0	0	True	True	0.9920791983604431	1					non-mobilizable	no_good_hit	1609.0	85.581	53.0	0.5701943844492441	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0069_000000008040	3029	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.6518887101174136	PS901	0	0	True	True	0.9993396997451782	6					non-mobilizable	no_good_hit	1088.0	85.846	45.0	0.3604806408544726	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0032_000000011521	3026	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.6746636099630411	PS901	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1088.0	85.846	43.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0249_000000005716	3025	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.6907961592557874	PS315|PS84	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1666.0	92.85700000000001	55.0	0.5979121670266379	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MON0033_000000021479	3024	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7550259741899664	PS315|PS84	0	0	True	True	1.0	297					non-mobilizable	no_good_hit	1347.0	93.39299999999999	50.0	0.4841612670986321	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0113_000000010736	3021	0.5723082709367732	3	1	0	1	0	True	4504	maximal	True	SPA0113_000000010736	1.0		1	1	False	False	0.9950347542762756	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	5.199824415231374e-05	NZ_FQXY01000008.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	True
ENG0021_000000006270	3017	0.5723082709367732	3	1	0	1	0	True	91291	maximal	True	ENG0021_000000006270	1.0		1	1	True	True	1.0	109					non-mobilizable	no_good_hit	1004.0	90.837	49.0	0.24520413182488932	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0113_000000005094	3015	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7718918542705523	PS315|PS84	0	0	True	True	0.995356559753418	24					non-mobilizable	no_good_hit	1319.0	93.25200000000001	50.0	0.47372210223182143	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0035_000000004024	3007	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.2991725555610388	PS315|PS84	0	0	True	True	0.9983372092247009	2					non-mobilizable	no_good_hit	1228.0	86.075	52.0	0.43628509719222464	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0043_000000011285	3000	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7243829258436616	PS315|PS84	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1314.0	92.694	50.0	0.4708423326133909	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0036_000000009143	2998	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.29388372590299194	PS901	0	0	True	True	0.9996664524078369	34					non-mobilizable	no_good_hit	1082.0	86.876	35.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CHI0060_000000004234	2998	0.5723082709367732	3	1	0	1	0	True	115606	fragment	False	ISR0068_000000006464	0.9650529015710163		0	0	False	False	0.9916611313819885	0					non-mobilizable	other	2998.0	92.695	99.0	0.22274282314442956	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0825_000000007694	2995	0.5723082709367732	2	1	0	1	0	True	65373	maximal	True	ISR0825_000000007694	1.0	PS293	1	1	True	True	1.0	11					non-mobilizable	no_good_hit	194.0	98.969	12.0	0.06911447084233262	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0087_000000010612	2988	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.7086033134642541	PS901	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1213.0	86.48	40.0	0.40186915887850466	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0047_000000007170	2986	0.5723082709367732	2	1	0	1	0	True	115432	backbone	True	AST0047_000000007170	1.0	PS751	2	2	True	True	1.0	13					non-mobilizable	no_good_hit	708.0	73.58800000000001	29.0	0.22963951935914553	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0002_000000007598	2985	0.5723082709367732	3	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.6688625811414363	PS901	0	0	True	True	1.0	389					non-mobilizable	no_good_hit	1213.0	86.727	46.0	0.40186915887850466	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0099_000000010649	2984	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7098256584390052	PS315|PS84	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1347.0	93.39299999999999	49.0	0.4841612670986321	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0197_000000008355	2983	0.5723082709367732	2	1	0	1	0	True	89135	fragment	False	FIJ0070_000000006168	0.951126626467788		0	0	False	False	0.9943010210990906	0					non-mobilizable	no_good_hit								True	True
SPA0018_000000009766	2982	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.7491947904600831	PS315|PS84	0	0	True	True	1.0	100					non-mobilizable	no_good_hit	1347.0	90.72	51.0	0.4841612670986321	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0028_000000009605	2982	0.5723082709367732	2	1	0	1	0	True	123458	backbone	True	SPA0028_000000009605	0.7137539902223115	PS901	3	1	True	True	1.0	172					non-mobilizable	no_good_hit	1112.0	86.241	45.0	0.3681575433911882	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0034_000000006778	2972	0.5723082709367732	3	1	0	1	0	True	65439	maximal	True	ISR0034_000000006778	1.0		1	1	True	True	0.9966352581977844	12					non-mobilizable	no_good_hit	1347.0	91.38799999999999	51.0	0.4841612670986321	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0199_000000008290	2970	0.5723082709367732	5	1	0	1	0	True	59464	fragment	False	ENG0199_000000008290	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0108_000000007215	2969	0.5723082709367732	4	1	0	1	0	True	8536	fragment	False	MON0108_000000007215	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1630.0	91.04299999999999	98.0	0.36259541984732824	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
MAD0031_000000004516	2966	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.13124497163972654	PS901	0	0	True	True	0.9996628165245056	26					non-mobilizable	no_good_hit	1089.0	78.329	35.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CHI0111_000000010284	2965	0.5723082709367732	5	1	0	1	0	True	82606	maximal	True	CHI0111_000000010284	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0149_000000012964	2964	0.5723082709367732	3	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.6684479803495478	PS901	0	0	True	True	1.0	133					non-mobilizable	no_good_hit	785.0	88.40799999999999	39.0	0.26101468624833113	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0325_000000006470	2963	0.5723082709367732	2	1	0	1	0	True	65372	backbone	True	ISR0325_000000006470	0.9365485919797409	PS293	1	1	True	True	1.0	247					non-mobilizable	no_good_hit	178.0	97.75299999999999	14.0	0.06442166910688141	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
MON0013_000000016963	2957	0.5723082709367732	3	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.6299903522693473	PS901	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	970.0	85.361	45.0	0.32076101468624835	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
AST0016_000000008936	2954	0.5723082709367732	3	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.6725126508789263	PS901	0	0	True	True	1.0	341					non-mobilizable	no_good_hit	785.0	87.389	39.0	0.26101468624833113	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0042_000000010627	2946	0.5723082709367732	3	1	0	1	0	True	94853	fragment	False	SPA0042_000000010627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.834323265467193e-06	NZ_MTFE01000010.1	CFB group bacteria	Cnuella takakiae strain RG1-1 Scaffold1, whole genome shotgun sequence	True	True
ISR0211_000000007436	2941	0.5723082709367732	3	1	0	1	0	True	65372	backbone	False	ISR0325_000000006470	0.6197569589060113	PS293	0	0	True	True	1.0	464					non-mobilizable	no_good_hit	323.0	99.69	13.0	0.11786237188872621	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
SPA0054_000000009960	2936	0.5723082709367732	2	1	0	1	0	True	97375	backbone	True	SPA0054_000000009960	0.9415315626077958	PS531	2	1	True	True	0.9952316284179688	31					non-mobilizable	no_good_hit	1041.0	85.11	54.0	0.25307427447122477	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0229_000000005405	2929	0.5723082709367732	2	1	0	1	0	True	52918	maximal	False	ISR0039_000000011890	0.9978608062358649		0	0	True	True	0.9996585845947266	42					non-mobilizable	no_good_hit	298.0	83.89299999999999	10.0	0.054953413196425174	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
MAD0095_000000010972	2928	0.5723082709367732	2	1	0	1	0	True	52918	maximal	False	ISR0039_000000011890	0.9978649793836493		0	0	True	True	0.998633861541748	18					non-mobilizable	no_good_hit	298.0	83.89299999999999	10.0	0.054953413196425174	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
CHI0055_000000005363	2926	0.5723082709367732	6	1	0	1	0	True	86248	maximal	True	CHI0055_000000005363	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	2.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
ISR0804_000000006186	2926	0.5723082709367732	5	1	0	1	0	True	42211	maximal	True	ISR0804_000000006186	1.0		5	1	False	False	0.9962406158447266	0					non-mobilizable	no_good_hit								True	True
ISR0039_000000011890	2925	0.5723082709367732	2	1	0	1	0	True	52918	maximal	True	ISR0039_000000011890	0.9980587302527943		7	4	True	True	0.9986324906349182	14					non-mobilizable	no_good_hit	298.0	83.89299999999999	10.0	0.054953413196425174	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
AST0099_000000007251	2923	0.5723082709367732	4	1	0	1	0	True	108865	maximal	False	ENG0191_000000009874	0.9869762151112706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	4.1752893687664195e-07	LR812512.1	bony fishes	Danio aesculapii genome assembly, chromosome: 7	True	True
MON0024_000000016222	2922	0.5723082709367732	3	1	0	1	0	True	14279	fragment	False	MON0024_000000016222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0297_000000004560	2919	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.04557755549465607	PS315|PS84	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1060.0	90.943	48.0	0.380849532037437	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0144_000000010810	2915	0.5723082709367732	3	1	0	1	0	True	40104	fragment	False	FIJ0144_000000010810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	93.443	2.0	1.398698557615424e-05	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
ISR0225_000000005692	2906	0.5723082709367732	2	1	0	1	0	True	106355	backbone	True	ISR0225_000000005692	0.93934542867307	PS650	1	1	True	True	1.0	142					non-mobilizable	no_good_hit	1083.0	90.12	48.0	0.3604806408544726	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0045_000000007803	2906	0.5723082709367732	2	1	0	1	0	True	47058	maximal	True	FIJ0045_000000007803	1.0		0	0	True	True	1.0	2					non-mobilizable	no_good_hit	676.0	99.852	54.0	0.22658610271903323	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
DEN0083_000000009557	2901	0.5723082709367732	4	1	0	1	0	True	69127	maximal	True	DEN0083_000000009557	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0020_000000007480	2899	0.5723082709367732	2	1	0	1	0	True	97375	backbone	False	SPA0054_000000009960	0.9266579538293586	PS531	0	0	True	True	1.0	155					non-mobilizable	no_good_hit	1043.0	84.851	55.0	0.25307427447122477	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0814_000000013492	2898	0.5723082709367732	2	1	0	1	0	True	106353	backbone	False	ISR0290_000000004210	0.9505551700208188	PS649	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1082.0	91.867	43.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0167_000000008557	2897	0.5723082709367732	2	1	0	1	0	True	106357	maximal	True	ENG0167_000000008557	1.0		1	1	True	True	0.9982740879058838	28					non-mobilizable	no_good_hit	1116.0	85.75299999999999	47.0	0.3681575433911882	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0103_000000016931	2893	0.5723082709367732	4	1	0	1	0	True	58351	fragment	False	MON0103_000000016931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0279_000000007016	2888	0.5723082709367732	1	1	0	1	0	True	52918	maximal	False	ISR0039_000000011890	0.9972357876321839		0	0	True	True	0.9972299337387085	24					non-mobilizable	no_good_hit	298.0	83.89299999999999	10.0	0.054953413196425174	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0016_000000007887	2884	0.5723082709367732	4	1	0	1	0	True	66803	fragment	False	ENG0016_000000007887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0079_000000009503	2872	0.5723082709367732	3	1	0	1	0	True	58519	fragment	False	ISR0079_000000009503	1.0		0	0	False	False	0.9944289922714233	0					non-mobilizable	no_good_hit	804.0	81.095	27.0	0.11570752556861548	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
ISR0037_000000007544	2870	0.5723082709367732	2	1	0	1	0	True	92804	backbone	False	ISR0087_000000009861	0.1705970597059706	PS491	0	0	True	True	0.9996515512466431	10					non-mobilizable	no_good_hit	1174.0	87.819	41.0	0.4164866810655148	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0290_000000004210	2864	0.5723082709367732	3	1	0	1	0	True	106353	backbone	True	ISR0290_000000004210	0.9518092661481231	PS649	1	1	True	True	1.0	14					non-mobilizable	no_good_hit	1083.0	86.611	44.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0781_000000009569	2864	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.6695296720388474	PS901	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	1088.0	85.75399999999999	44.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0046_000000010712	2863	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.12992564694240194	PS901	0	0	True	True	1.0	53					non-mobilizable	no_good_hit	752.0	75.798	31.0	0.24899866488651534	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0014_000000005640	2863	0.5723082709367732	4	1	0	1	0	True	13454	fragment	False	MON0014_000000005640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0206_000000008928	2862	0.5723082709367732	3	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.3895565637855436	PS315|PS84	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	702.0	91.738	54.0	0.2523398128149748	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
FIJ0058_000000013827	2858	0.5723082709367732	3	1	0	1	0	True	46037	maximal	True	FIJ0058_000000013827	1.0		1	1	False	False	0.9996501207351685	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.0002173497816622648	NZ_JH815595.1	firmicutes	Staphylococcus massiliensis CCUG 55927 scaffold00003, whole genome shotgun sequence	True	True
TAN0007_000000013006	2852	0.5723082709367732	3	1	0	1	0	True	2838	maximal	True	TAN0007_000000013006	1.0		0	0	False	False	0.9954417943954468	0					non-mobilizable	no_good_hit	905.0	88.177	37.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ENG0042_000000009306	2849	0.5723082709367732	2	1	0	1	0	True	92804	backbone	False	ISR0087_000000009861	0.5735483748251838	PS491	0	0	True	True	0.9996489882469177	2					non-mobilizable	no_good_hit	1080.0	86.01899999999999	54.0	0.26291195277914414	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0151_000000008232	2848	0.5723082709367732	2	1	0	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.5623846877127314	PS315|PS84	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1347.0	95.991	47.0	0.4841612670986321	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0112_000000009844	2825	0.5723082709367732	5	1	0	1	0	True	14461	maximal	True	MAD0112_000000009844	1.0		2	1	False	False	0.9886725544929504	0					non-mobilizable	no_good_hit	153.0	88.889	5.0	0.056843679880329095	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
FIJ0090_000000015064	2823	0.5723082709367732	2	1	0	1	0	True	43503	fragment	False	FIJ0090_000000015064	1.0		0	0	False	False	0.9996457695960999	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	6.869216853782627e-07	LR031569.1	eudicots	Brassica rapa genome, scaffold: A06	True	True
SPA0105_000000009376	2816	0.5723082709367732	2	1	0	1	0	True	130203	fragment	False	SPA0105_000000009376	0.9829394154856494		0	0	False	False	0.9996448755264282	0					non-mobilizable	chromosome	2809.0	98.469	100.0	0.0006353153906510897	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
SPA0002_000000007952	2816	0.5723082709367732	3	1	0	1	0	True	106810	fragment	False	SPA0002_000000007952	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	97.992	11.0	8.744331610441437e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ENG0128_000000009535	2814	0.5723082709367732	2	1	0	1	0	True	58643	maximal	True	ENG0128_000000009535	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	89.30799999999999	11.0	0.007824881141045958	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
MAD0103_000000007317	2811	0.5723082709367732	5	1	0	1	0	True	63735	fragment	False	MAD0103_000000007317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0856_000000001821	2811	0.5723082709367732	2	1	0	1	0	True	106355	backbone	False	ISR0225_000000005692	0.9246386785960083	PS650	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1042.0	85.029	45.0	0.34479305740987987	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0206_000000009257	2804	0.5723082709367732	2	1	0	1	0	True	28637	maximal	True	ISR0206_000000009257	1.0		1	1	False	False	0.9989300966262817	0					non-mobilizable	no_good_hit	110.0	97.273	4.0	0.024472384373596768	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	True	True
AST0153_000000011308	2795	0.5723082709367732	3	1	0	1	0	True	103433	backbone	True	AST0153_000000011308	1.0	PS609	1	1	True	True	1.0	40					non-mobilizable	no_good_hit	1567.0	92.087	55.0	0.5746436609152288	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0029_000000008666	2788	0.5723082709367732	4	1	0	1	0	True	95190	fragment	False	ENG0029_000000008666	1.0		0	0	False	False	0.998206615447998	0					non-mobilizable	no_good_hit								True	True
MAD0005_000000009967	2778	0.5723082709367732	5	1	0	1	0	True	63735	fragment	False	MAD0103_000000007317	0.9945229861395424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0061_000000015899	2776	0.5723082709367732	3	1	0	1	0	True	70778	backbone	False	FIJ0056_000000008038	0.7116215257821561	PS333	0	0	True	True	1.0	18					non-mobilizable	chromosome	2130.0	90.751	91.0	0.7928197456993269	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
ISR0814_000000014148	2775	0.5723082709367732	4	1	0	1	0	True	42539	fragment	False	ISR0814_000000014148	1.0		0	0	False	False	0.999639630317688	0					non-mobilizable	no_good_hit	52.0	88.462	2.0	0.007823501799405413	NZ_JACBYF010000034.1	firmicutes	Gemella palaticanis strain CIP 106318 NODE_34_length_6391_cov_898.326628, whole genome shotgun sequence	True	True
ISR0263_000000004658	2775	0.5723082709367732	2	1	0	1	0	True	92804	backbone	False	ISR0087_000000009861	0.16924692469246924	PS491	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1543.0	84.57600000000001	55.0	0.5439164866810655	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0286_000000005878	2774	0.5723082709367732	3	1	0	1	0	True	68967	fragment	False	ISR0286_000000005878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	97.279	34.0	0.029907114422782485	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
MAD0086_000000002871	2771	0.5723082709367732	4	1	0	1	0	True	63735	fragment	False	MAD0103_000000007317	0.9928569214996418		0	0	False	False	0.9989173412322998	0					non-mobilizable	no_good_hit								True	True
AST0005_000000010334	2770	0.5723082709367732	3	1	0	1	0	True	128500	fragment	False	AST0005_000000010334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1561.0	98.07799999999999	58.0	0.5847711927981996	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ISR0361_000000004469	2765	0.5723082709367732	4	1	0	1	0	True	68966	fragment	False	ISR0361_000000004469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	77.74	31.0	0.004988076998398747	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0025_000000008803	2763	0.5723082709367732	4	1	0	1	0	True	76146	maximal	True	ENG0025_000000008803	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	2.5585900283666836e-05	NZ_LANQ01000001.1	a-proteobacteria	Rickettsia felis str. Pedreira rfPED.contig.0_1, whole genome shotgun sequence	True	True
ISR0037_000000007894	2756	0.5723082709367732	2	1	0	1	0	True	70778	backbone	False	FIJ0056_000000008038	0.5449870023839856	PS333	0	0	True	True	1.0	87					non-mobilizable	chromosome	1848.0	86.742	99.0	0.6824981301421092	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
FIJ0034_000000010189	2750	0.5723082709367732	3	1	0	1	0	True	48155	maximal	True	FIJ0034_000000010189	1.0		1	1	False	False	0.9770908951759338	0					non-mobilizable	no_good_hit								True	True
ISR0348_000000005160	2744	0.5723082709367732	3	1	0	1	0	True	65372	backbone	False	ISR0325_000000006470	0.619546400055026	PS293	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	230.0	88.26100000000001	17.0	0.056074766355140186	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0004_000000009607	2742	0.5723082709367732	7	1	0	1	0	True	67802	maximal	True	ENG0004_000000009607	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1963.0	95.874	72.0	0.011300931952492311	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0019_01_000000010944	2739	0.5723082709367732	3	1	0	1	0	True	74796	fragment	False	DEN0083_000000009464	0.9427762181046853		0	0	False	False	0.9996349215507507	0					non-mobilizable	no_good_hit								True	True
ISR0049_000000010747	2733	0.5723082709367732	4	1	0	1	0	True	35992	fragment	False	ISR0049_000000010747	1.0		0	0	False	False	0.9849981665611267	0					non-mobilizable	no_good_hit								True	True
ISR0292_000000006729	2731	0.5723082709367732	3	1	0	1	0	True	25884	maximal	True	ISR0292_000000006729	1.0		1	1	True	True	0.9842548370361328	5					non-mobilizable	no_good_hit	45.0	91.111	2.0	0.01282798833819242	NZ_PVTO01000056.1	firmicutes	Alkalibacterium olivapovliticus strain DSM 13175 Ga0180996_156, whole genome shotgun sequence	True	True
ISR0288_000000011025	2731	0.5723082709367732	2	1	0	1	0	True	25977	maximal	True	ISR0288_000000011025	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	45.0	91.111	2.0	0.01282798833819242	NZ_PVTO01000056.1	firmicutes	Alkalibacterium olivapovliticus strain DSM 13175 Ga0180996_156, whole genome shotgun sequence	True	True
ENG0009_000000004441	2729	0.5723082709367732	4	1	0	1	0	True	67330	maximal	True	ENG0009_000000004441	1.0		1	1	False	False	0.9996335506439209	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.64951134286819e-07	CP032553.1	eudicots	Gossypium raimondii isolate D5-4 chromosome D5_01	True	True
MAD0095_000000011972	2727	0.5723082709367732	2	1	0	1	0	True	15591	maximal	True	MAD0095_000000011972	1.0		2	1	False	False	0.9985331892967224	0					non-mobilizable	no_good_hit	126.0	96.03200000000001	5.0	0.004005896679912832	NZ_CYYA01000030.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0339_000000005268	2725	0.5723082709367732	2	1	0	1	0	True	130203	fragment	False	SPA0105_000000009376	0.9720920940499806		0	0	False	False	1.0	0					non-mobilizable	chromosome	2703.0	98.48299999999999	99.0	0.0006113326871578505	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0232_000000009630	2725	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.6076517499507506	PS901	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1088.0	85.294	46.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0186_000000010276	2724	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.25996273183485	PS901	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1212.0	86.221	51.0	0.40186915887850466	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
USA0130_01_000000013668	2724	0.5723082709367732	3	1	0	1	0	True	64850	fragment	False	USA0130_01_000000013668	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	3.0	0.00043075473973798624	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
ISR0330_000000010383	2720	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.3949281804503785	PS901	0	0	True	True	0.9944853186607361	2					non-mobilizable	no_good_hit	1088.0	85.93799999999999	40.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
FIJ0081_000000012725	2718	0.5723082709367732	2	1	0	1	0	True	81585	maximal	True	FIJ0081_000000012725	1.0		0	0	False	False	0.9963208436965942	0					non-mobilizable	no_good_hit	903.0	88.15100000000001	58.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
AST0059_000000005309	2712	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.1733013455065904	PS901	0	0	True	True	1.0	202					non-mobilizable	no_good_hit	749.0	87.316	34.0	0.24899866488651534	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0180_000000008255	2700	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.08798629476240374	PS901	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	802.0	75.686	29.0	0.26401869158878505	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0046_000000011739	2697	0.5723082709367732	2	1	0	1	0	True	11531	maximal	True	MON0046_000000011739	1.0		1	1	True	True	0.9996291995048523	9					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	2.310155733373376e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
USA0027_01_000000010131	2693	0.5723082709367732	3	1	0	1	0	True	83572	fragment	False	USA0027_01_000000010131	1.0		0	0	False	False	0.9985146522521973	0					non-mobilizable	no_good_hit								True	True
ISR0041_000000004963	2689	0.5723082709367732	2	1	0	1	0	True	36422	maximal	True	ISR0041_000000004963	1.0		1	1	False	False	0.9996281266212463	0					non-mobilizable	no_good_hit	384.0	98.43799999999999	20.0	0.0941957697983276	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0207_000000010653	2687	0.5723082709367732	2	1	0	1	0	True	28583	backbone	True	ISR0207_000000010653	1.0	PS84	1	1	True	True	1.0	4					non-mobilizable	no_good_hit	1117.0	90.689	49.0	0.39992800575953924	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0294_000000007107	2687	0.5723082709367732	3	1	0	1	0	True	101996	fragment	False	ISR0294_000000007107	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2687.0	99.814	100.0	0.014715953605846934	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
CAN0007_000000015408	2667	0.5723082709367732	3	1	0	1	0	True	128107	maximal	True	CAN0007_000000015408	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1496.0	91.979	56.0	0.226349302607641	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0159_000000009661	2663	0.5723082709367732	2	1	0	1	0	True	40147	maximal	True	ISR0159_000000009661	1.0		2	1	False	False	0.9962448477745056	0					non-mobilizable	no_good_hit	1618.0	96.539	61.0	0.046778208765124764	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	True	True
ENG0031_000000007819	2658	0.5723082709367732	2	1	0	1	0	True	130203	fragment	False	SPA0105_000000009376	0.9492806939810953		0	0	False	False	0.9988713264465332	0					non-mobilizable	chromosome	2589.0	98.416	98.0	0.0005855399683066311	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0853_000000006480	2654	0.5723082709367732	3	1	0	1	0	True	42697	fragment	False	ISR0853_000000006480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.060523012793201e-05	NZ_VDCS01000002.1	CFB group bacteria	Tamlana fucoidanivorans strain CW2-9 NODE_2, whole genome shotgun sequence	True	True
CHI0154_000000011780	2650	0.5723082709367732	4	1	0	1	0	True	83580	maximal	True	CHI0154_000000011780	1.0		0	0	False	False	0.999245285987854	0					non-mobilizable	no_good_hit								True	True
ISR0319_000000006900	2647	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.2612500506366746	PS901	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1063.0	85.98299999999999	40.0	0.35180240320427236	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
SPA0044_000000009987	2645	0.5723082709367732	4	1	0	1	0	True	6790	fragment	False	SPA0044_000000009987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0026_000000011462	2642	0.5723082709367732	2	1	0	1	0	True	123458	backbone	False	SPA0028_000000009605	0.43566124162286685	PS901	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1115.0	86.27799999999999	42.0	0.3691588785046729	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0090_000000010364	2619	0.5723082709367732	5	1	0	1	0	True	96627	fragment	False	ISR0090_000000010364	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.004293893129770993	XM_011200289.3	flies	PREDICTED: Bactrocera dorsalis neurexin-1 (LOC105222809), transcript variant X6, mRNA	True	True
CAN0001_000000017515	2618	0.5723082709367732	2	1	0	1	0	True	97374	fragment	False	CAN0001_000000017515	1.0		0	0	False	False	0.9931245446205139	0					non-mobilizable	no_good_hit	1401.0	96.21700000000001	53.0	0.5025197984161267	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0048_000000010452	2609	0.5723082709367732	2	1	0	1	0	True	75214	fragment	False	ENG0048_000000010452	0.9774088103294517		0	0	False	False	0.9934840798377991	0					non-mobilizable	no_good_hit								True	True
FIJ0036_000000015114	2608	0.5723082709367732	2	1	0	1	0	True	47959	fragment	False	FIJ0036_000000015114	1.0		0	0	False	False	0.9915643930435181	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000012800	2602	0.5723082709367732	3	1	0	1	0	True	82088	fragment	False	FIJ0029_000000012800	1.0		0	0	False	False	0.9957724809646606	0					non-mobilizable	other	2525.0	91.802	97.0	0.18741633199464525	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
DEN0092_000000005609	2595	0.5723082709367732	4	1	0	1	0	True	68570	maximal	True	DEN0092_000000005609	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	83.057	21.0	0.00021357540655462924	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
DEN0096_000000017063	2589	0.5723082709367732	3	1	0	1	0	True	75214	fragment	False	ENG0048_000000010452	0.9694955469901326		0	0	False	False	0.9945924878120422	0					non-mobilizable	no_good_hit								True	True
ENG0034_000000005551	2583	0.5723082709367732	4	1	0	1	0	True	108865	maximal	False	ENG0191_000000009874	0.47665609584214236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	4.1752893687664195e-07	LR812512.1	bony fishes	Danio aesculapii genome assembly, chromosome: 7	True	True
SPA0098_000000013887	2583	0.5723082709367732	2	1	0	1	0	True	5069	fragment	False	SPA0098_000000013887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	75.868	25.0	0.1985981308411215	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0071_000000003009	2578	0.5723082709367732	2	1	0	1	0	True	60715	fragment	False	ISR0071_000000003009	1.0		0	0	False	False	0.9996120929718018	0					non-mobilizable	no_good_hit								True	True
MAD0068_000000010699	2552	0.5723082709367732	3	1	0	1	0	True	16463	maximal	True	MAD0068_000000010699	1.0		1	1	True	True	1.0	8					non-mobilizable	plasmid	2574.0	92.89	100.0	0.9570093457943926	CP041107.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KPCTRSRTH07 plasmid unnamed8, complete sequence	False	True
ISR0046_000000012535	2547	0.5723082709367732	3	1	0	1	0	True	51161	fragment	False	ISR0046_000000012535	1.0		0	0	False	False	0.9996073842048645	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.010432766615146832	XM_014422133.2	bugs	PREDICTED: Halyomorpha halys protein KRI1 homolog (LOC106681686), mRNA	True	True
SPA0031_000000012096	2542	0.5723082709367732	2	1	0	1	0	True	51160	maximal	True	SPA0031_000000012096	1.0		2	2	False	False	0.9921321868896484	0					non-mobilizable	no_good_hit								True	True
AST0026_000000011501	2540	0.5723082709367732	4	1	0	1	0	True	119389	maximal	True	AST0026_000000011501	1.0	PS389	1	1	False	True	0.9940944910049438	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
ISR0041_000000005324	2535	0.5723082709367732	2	1	0	1	0	True	65440	maximal	True	ISR0041_000000005324	1.0		1	1	False	False	0.9940828680992126	0					non-mobilizable	no_good_hit	1011.0	83.581	57.0	0.24495818986719134	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0324_000000012179	2533	0.5723082709367732	4	1	0	1	0	True	99982	fragment	False	ISR0324_000000012179	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0006_000000003433	2532	0.5723082709367732	4	1	0	1	0	True	90728	maximal	True	MAD0006_000000003433	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	98.522	8.0	0.0007900508619808658	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MAD0004_000000003924	2528	0.5723082709367732	2	1	0	1	0	True	121930	fragment	False	MAD0004_000000003924	0.991991341991342		0	0	False	False	1.0	0					non-mobilizable	other	2529.0	96.916	100.0	0.07314884501823656	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
AST0019_000000011319	2526	0.5723082709367732	4	1	0	1	0	True	122519	fragment	False	AST0019_000000011319	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	212.0	79.717	12.0	0.06440464970153943	JN689218.1	firmicutes	Clostridium perfringens plasmid pJIR3843, complete sequence	True	True
ISR0325_000000007754	2526	0.5723082709367732	5	1	0	1	0	True	63924	fragment	False	ISR0325_000000007754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	7.717382482935871e-06	CP046057.1	firmicutes	Bacillus sp. N3536 chromosome, complete genome	True	True
ISR0347_000000008823	2522	0.5723082709367732	4	1	0	1	0	True	24174	maximal	True	ISR0347_000000008823	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	95.134	16.0	0.00010883688844939179	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0210_000000009449	2516	0.5723082709367732	2	1	0	1	0	True	53732	fragment	False	ENG0210_000000009449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.006405856783344772	XM_026114477.1	birds	PREDICTED: Dromaius novaehollandiae estrogen receptor 2 (ESR2), transcript variant X2, mRNA	True	True
MON0077_000000016248	2515	0.5723082709367732	4	1	0	1	0	True	60864	fragment	False	MON0077_000000016248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	78.425	34.0	0.004988076998398747	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0072_000000011231	2511	0.5723082709367732	2	1	0	1	0	True	65368	maximal	True	ISR0072_000000011231	1.0		1	1	False	False	0.9996017813682556	0					non-mobilizable	no_good_hit	1213.0	77.57600000000001	54.0	0.40186915887850466	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0087_000000005044	2504	0.5723082709367732	2	1	0	1	0	True	89133	fragment	False	DEN0087_000000005044	1.0		0	0	False	False	0.9988019466400146	0					non-mobilizable	no_good_hit								True	True
ISR0296_000000010395	2503	0.5723082709367732	3	1	0	1	0	True	66795	maximal	True	ISR0296_000000010395	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0051_000000011560	2502	0.5723082709367732	4	1	0	1	0	True	17338	maximal	True	MAD0051_000000011560	1.0		1	1	False	False	0.9996002912521362	0		MOBV			mobilizable	plasmid	1722.0	98.54799999999999	90.0	0.6758349705304518	DQ659147.1	enterobacteria	Pantoea agglomerans plasmid pEA1, complete sequence	False	True
MAD0079_000000002038	2491	0.5723082709367732	2	1	0	1	0	True	40146	maximal	True	MAD0079_000000002038	1.0		7	1	False	False	0.9991971254348755	0					non-mobilizable	no_good_hit	1692.0	95.449	68.0	0.04892028020610201	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	True	True
SPA0083_000000006621	2477	0.5723082709367732	3	1	0	1	0	True	5581	fragment	False	SPA0083_000000006621	1.0		0	0	False	False	0.9995962977409363	0					non-mobilizable	no_good_hit	562.0	97.15299999999999	23.0	0.009452434001755453	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0018_000000008492	2477	0.5723082709367732	3	1	0	1	0	True	66621	maximal	True	ENG0018_000000008492	1.0		1	1	False	False	0.9899071455001831	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.005427408412483039	XM_035140812.1	lizards	PREDICTED: Zootoca vivipara hydroxysteroid 17-beta dehydrogenase 10 (HSD17B10), mRNA	True	True
ENG0023_000000006982	2469	0.5723082709367732	2	1	0	1	0	True	130200	fragment	False	CAN0011_000000010807	0.5519858571815272		0	0	False	False	1.0	0					non-mobilizable	chromosome	2469.0	98.42	100.0	0.0005583897379369264	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0254_000000004453	2467	0.5723082709367732	5	1	0	1	0	True	36702	fragment	False	ISR0254_000000004453	1.0		0	0	False	False	0.9991893172264099	0					non-mobilizable	no_good_hit								True	True
ISR0385_000000008858	2465	0.5723082709367732	3	1	0	1	0	True	106811	fragment	False	ISR0385_000000008858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	97.962	34.0	0.1301765900922019	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	True	True
CHI0043_000000003581	2456	0.5723082709367732	3	1	0	1	0	True	101997	fragment	False	CHI0043_000000003581	1.0		0	0	False	False	0.9995928406715393	0					non-mobilizable	other	2456.0	99.67399999999999	100.0	0.0015742578384253575	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ENG0202_000000008973	2454	0.5723082709367732	2	1	0	1	0	True	75214	fragment	False	ENG0048_000000010452	0.9415022712823756		0	0	False	False	0.9987775087356567	0					non-mobilizable	no_good_hit								True	True
SPA0071_000000009560	2453	0.5723082709367732	2	1	0	1	0	True	107214	fragment	False	SPA0071_000000009560	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2453.0	98.206	100.0	0.004834241889534024	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ISR0259_000000006167	2450	0.5723082709367732	2	1	0	1	0	True	26750	maximal	True	ISR0259_000000006167	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2452.0	89.76299999999999	100.0	0.004822412586378558	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
MON0011_000000019331	2447	0.5723082709367732	3	1	0	1	0	True	59463	fragment	False	ISR0834_000000007020	0.966167458296248		0	0	False	False	0.9914180636405945	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	0.019957537154989383	XM_013494305.1	apicomplexans	Eimeria mitis hypothetical protein, conserved partial mRNA	True	True
ISR0021_000000009455	2441	0.5723082709367732	4	1	0	1	0	True	37635	fragment	False	ISR0021_000000009455	1.0		0	0	False	False	0.9803359508514404	0					non-mobilizable	no_good_hit								True	True
DEN0008_000000003232	2438	0.5723082709367732	3	1	0	1	0	True	76145	fragment	False	DEN0008_000000003232	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	2.5585900283666836e-05	NZ_LANQ01000001.1	a-proteobacteria	Rickettsia felis str. Pedreira rfPED.contig.0_1, whole genome shotgun sequence	True	True
SPA0033_000000012651	2438	0.5723082709367732	2	1	0	1	0	True	68118	fragment	False	SPA0033_000000012651	1.0		0	0	False	False	0.9942575693130493	0					non-mobilizable	no_good_hit								True	True
FIJ0120_000000009576	2437	0.5723082709367732	2	1	0	1	0	True	41543	fragment	False	FIJ0120_000000009576	1.0		0	0	False	False	0.9946655631065369	0					non-mobilizable	no_good_hit	1116.0	86.91799999999999	47.0	0.37082777036048065	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0010_000000018490	2428	0.5723082709367732	1	1	0	1	0	True	75992	maximal	True	DEN0010_000000018490	1.0		1	1	True	True	0.999588131904602	1					non-mobilizable	no_good_hit	829.0	86.24799999999999	59.0	0.2031480570585342	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0120_000000013506	2428	0.5723082709367732	2	1	0	1	0	True	58516	fragment	False	ISR0120_000000013506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	87.527	18.0	0.06899709967943825	NZ_CCAT010000026.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
SPA0028_000000012455	2424	0.5723082709367732	3	1	0	1	0	True	89132	fragment	False	SPA0028_000000012455	0.9796437659033079		0	0	False	False	0.9987623691558838	0					non-mobilizable	no_good_hit								True	True
DEN0064_000000016313	2424	0.5723082709367732	2	1	0	1	0	True	71288	maximal	True	DEN0064_000000016313	1.0		1	1	False	False	0.9826732873916626	0					non-mobilizable	no_good_hit	632.0	94.62	26.0	0.15518937530742744	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
FIJ0138_000000007471	2422	0.5723082709367732	1	1	0	1	0	True	40480	maximal	True	FIJ0138_000000007471	1.0		2	1	False	False	0.9921552538871765	0					non-mobilizable	no_good_hit								True	True
AST0108_000000011334	2419	0.5723082709367732	3	1	0	1	0	True	107213	fragment	False	AST0108_000000011334	1.0		0	0	False	False	0.9904919266700745	0					non-mobilizable	other	2420.0	97.81	100.0	0.004769180722178958	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ISR0262_000000006676	2413	0.5723082709367732	1	1	0	1	0	True	58515	maximal	True	ISR0262_000000006676	1.0		2	1	False	False	0.9962701797485352	0					non-mobilizable	no_good_hit	370.0	88.37799999999999	15.0	0.039063331559340074	BK010450.1	firmicutes	TPA_exp: Paeniclostridium sordellii strain R28058 plasmid pCSTC1, complete sequence	True	True
ISR0834_000000007020	2413	0.5723082709367732	4	1	0	1	0	True	59463	fragment	False	ISR0834_000000007020	0.9861579475317361		0	0	False	False	0.988396167755127	0					non-mobilizable	no_good_hit								True	True
AST0061_000000017468	2408	0.5723082709367732	3	1	0	1	0	True	112046	maximal	True	AST0061_000000017468	1.0		1	1	False	False	0.9958471655845642	0					non-mobilizable	no_good_hit								True	True
AST0016_000000010754	2408	0.5723082709367732	1	1	0	1	0	True	123425	fragment	False	AST0016_000000010754	1.0		0	0	False	False	0.9833887219429016	0					non-mobilizable	no_good_hit	260.0	99.615	11.0	8.311666306173546e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
SPA0155_000000007877	2401	0.5723082709367732	3	1	0	1	0	True	58422	fragment	False	SPA0155_000000007877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	76.691	34.0	0.004711601598949394	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0069_000000003407	2400	0.5723082709367732	4	1	0	1	0	True	16401	maximal	True	MAD0069_000000003407	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0324_000000012857	2400	0.5723082709367732	3	1	0	1	0	True	58421	fragment	False	ISR0324_000000012857	0.9783010156971376		0	0	False	False	0.9933333396911621	0					non-mobilizable	no_good_hit	819.0	78.14399999999999	34.0	0.004665522365707835	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0024_000000014247	2398	0.5723082709367732	3	1	0	1	0	True	121488	maximal	False	ISR0785_000000014847	0.9934365666433588		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.855857680083471e-07	LR812039.1	bony fishes	Danio rerio genome assembly, chromosome: 2	True	True
USA0034_01_000000022468	2386	0.5723082709367732	1	1	0	1	0	True	1467	fragment	False	USA0034_01_000000022468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	93.478	6.0	0.030758868432869332	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	True	True
ENG0168_000000012742	2366	0.5723082709367732	3	1	0	1	0	True	55987	fragment	False	ENG0168_000000012742	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
ISR0229_000000006778	2363	0.5723082709367732	2	1	0	1	0	True	27576	maximal	True	ISR0229_000000006778	1.0		1	1	False	False	0.9978840351104736	0					non-mobilizable	no_good_hit	66.0	98.485	3.0	0.04380053908355795	NZ_JAAIQH010000051.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_57_length_1484_cov_1293.39, whole genome shotgun sequence	True	True
CHI0023_000000005717	2358	0.5723082709367732	2	1	0	1	0	True	89132	fragment	False	SPA0028_000000012455	0.9665841584158417		0	0	False	False	0.9978795647621155	0					non-mobilizable	no_good_hit								True	True
ENG0064_000000009472	2354	0.5723082709367732	3	1	0	1	0	True	94852	fragment	False	ENG0064_000000009472	1.0		0	0	False	False	0.9949023127555847	0					non-mobilizable	no_good_hit								True	True
FIJ0081_000000014941	2354	0.5723082709367732	2	1	0	1	0	True	51162	fragment	False	FIJ0081_000000014941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0098_000000007457	2352	0.5723082709367732	4	1	0	1	0	True	59988	fragment	False	ISR0098_000000007457	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	91.844	83.0	0.0002625669716881874	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0116_000000017216	2337	0.5723082709367732	3	1	0	1	0	True	90727	fragment	False	SPA0116_000000017216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	92.68299999999999	7.0	0.0008191983917577585	NZ_SLUM01000002.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_102, whole genome shotgun sequence	True	True
ENG0199_000000010789	2334	0.5723082709367732	4	1	0	1	0	True	54279	fragment	False	ENG0199_000000010789	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0030_000000014798	2326	0.5723082709367732	2	1	0	1	0	True	48741	fragment	False	FIJ0030_000000014798	1.0		0	0	False	False	0.9969905614852905	0					non-mobilizable	no_good_hit								True	True
ENG0016_000000009775	2321	0.5723082709367732	3	1	0	1	0	True	66795	maximal	False	ISR0296_000000010395	0.9636436276468239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0156_000000007591	2316	0.5723082709367732	3	1	0	1	0	True	82688	maximal	True	SPA0156_000000007591	1.0		7	3	True	True	1.0	13					non-mobilizable	no_good_hit								True	True
MON0061_000000019395	2310	0.5723082709367732	3	1	0	1	0	True	60863	fragment	False	MON0061_000000019395	0.9624940277114191		0	0	False	False	0.9939393997192383	0					non-mobilizable	no_good_hit	860.0	78.721	37.0	0.004901678436070824	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0034_000000006235	2310	0.5723082709367732	1	1	0	1	0	True	121930	fragment	False	MAD0004_000000003924	0.9497626582278481		0	0	False	False	1.0	0					non-mobilizable	other	2311.0	97.101	100.0	0.0668673652521276	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
FIJ0045_000000010007	2310	0.5723082709367732	3	1	0	1	0	True	56393	maximal	True	FIJ0045_000000010007	1.0		2	2	False	False	0.9995670914649963	0					non-mobilizable	no_good_hit								True	True
ISR0079_000000011908	2308	0.5723082709367732	2	1	0	1	0	True	34379	maximal	True	ISR0079_000000011908	1.0		10	4	False	False	0.987434983253479	0					non-mobilizable	no_good_hit	1354.0	94.682	59.0	0.00023616336640144107	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
DEN0052_000000018765	2301	0.5723082709367732	3	1	0	1	0	True	126066	fragment	False	DEN0052_000000018765	1.0		0	0	False	False	0.9934810996055603	0					non-mobilizable	no_good_hit								True	True
ISR0152_000000010269	2297	0.5723082709367732	5	1	0	1	0	True	78386	fragment	False	ISR0152_000000010269	0.9967243799719232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	2.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
DEN0018_000000016648	2296	0.5723082709367732	1	1	0	1	0	True	75118	fragment	False	DEN0018_000000016648	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1135.0	92.15899999999999	99.0	0.2640449438202247	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
SPA0158_000000008030	2296	0.5723082709367732	2	1	0	1	0	True	82688	maximal	False	SPA0156_000000007591	1.0		0	0	True	True	1.0	17					non-mobilizable	no_good_hit								True	True
ENG0108_000000008863	2292	0.5723082709367732	2	1	0	1	0	True	130199	fragment	False	ENG0108_000000008863	0.9644880330537328		0	0	False	False	0.9838569164276123	0					non-mobilizable	chromosome	2292.0	98.735	100.0	0.000518343148141612	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
CHI0127_000000008268	2290	0.5723082709367732	3	1	0	1	0	True	95137	fragment	False	CHI0127_000000008268	0.9973871733966746		0	0	False	False	0.9965065717697144	0					non-mobilizable	chromosome	2290.0	100.0	100.0	0.0004452218591679039	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
ISR0785_000000015659	2290	0.5723082709367732	3	1	0	1	0	True	59210	fragment	False	ISR0785_000000015659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000012153	2283	0.5723082709367732	3	1	0	1	0	True	68124	fragment	False	FIJ0088_000000012153	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0102_000000013833	2280	0.5723082709367732	4	1	0	1	0	True	48835	fragment	False	FIJ0102_000000013833	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2280.0	99.649	100.0	0.0006323208424279787	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0134_000000017241	2279	0.5723082709367732	4	1	0	1	0	True	58196	fragment	False	ENG0134_000000017241	1.0		0	0	False	False	0.9991224408149719	0					non-mobilizable	no_good_hit								True	True
CHI0035_000000004713	2271	0.5723082709367732	4	1	0	1	0	True	88108	maximal	True	CHI0035_000000004713	1.0		1	1	False	False	0.9969176650047302	0					non-mobilizable	no_good_hit								True	True
AST0003_000000014846	2271	0.5723082709367732	2	1	0	1	0	True	130199	fragment	False	ENG0108_000000008863	0.9336939393553771		0	0	False	False	0.9995596408843994	0					non-mobilizable	chromosome	2231.0	98.476	100.0	0.0005045417810370121	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
AUS0024_000000014406	2264	0.5723082709367732	3	1	0	1	0	True	98905	maximal	True	AUS0024_000000014406	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.917015249507658e-07	LS423640.1	birds	Anas platyrhynchos genome assembly, chromosome: Z	True	True
ISR0281_000000007614	2262	0.5723082709367732	3	1	0	1	0	True	26176	fragment	False	ISR0281_000000007614	1.0		0	0	False	False	0.9916003346443176	0					non-mobilizable	no_good_hit	114.0	98.24600000000001	5.0	0.0009281847826979786	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	True	True
ENG0199_000000011160	2258	0.5723082709367732	3	1	0	1	0	True	54278	maximal	True	ENG0199_000000011160	1.0		9	4	False	False	0.9973427653312683	0					non-mobilizable	no_good_hit								True	True
ISR0394_000000008421	2257	0.5723082709367732	3	1	0	1	0	True	30090	fragment	False	ISR0394_000000008421	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2257.0	99.38	100.0	0.05264263213160658	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0845_000000004538	2254	0.5723082709367732	3	1	0	1	0	True	20694	maximal	True	ISR0845_000000004538	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0009_000000017437	2253	0.5723082709367732	2	1	0	1	0	True	128110	fragment	False	FIJ0009_000000017437	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2254.0	93.345	99.0	0.34126743480897515	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0152_000000010484	2252	0.5723082709367732	5	1	0	1	0	True	30719	maximal	True	ISR0152_000000010484	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	99.75200000000001	18.0	0.004881543636385714	NZ_BBAB01000016.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
ENG0023_000000007663	2251	0.5723082709367732	3	1	0	1	0	True	129060	fragment	False	ENG0023_000000007663	1.0		0	0	False	False	0.9982230067253113	0					non-mobilizable	other	2251.0	95.602	99.0	0.0005968139277132381	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
AUS0018_000000012469	2250	0.5723082709367732	3	1	0	1	0	True	99981	fragment	False	AUS0018_000000012469	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0011_000000019774	2246	0.5723082709367732	3	1	0	1	0	True	75708	maximal	True	DEN0011_000000019774	1.0		1	1	False	False	0.9893143177032471	0					non-mobilizable	no_good_hit	297.0	94.27600000000001	13.0	0.0725925925925926	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0122_000000012684	2243	0.5723082709367732	2	1	0	1	0	True	59068	fragment	False	ENG0122_000000012684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0101_000000012437	2243	0.5723082709367732	2	1	0	1	0	True	42696	fragment	False	FIJ0101_000000012437	1.0		0	0	False	False	0.9585376977920532	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.060523012793201e-05	NZ_VDCS01000002.1	CFB group bacteria	Tamlana fucoidanivorans strain CW2-9 NODE_2, whole genome shotgun sequence	True	True
MON0007_000000027537	2240	0.5723082709367732	2	1	0	1	0	True	13969	fragment	False	MON0007_000000027537	1.0		0	0	False	False	0.9897321462631226	0					non-mobilizable	plasmid	1433.0	93.999	98.0	0.33403558052434457	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	False	True
FIJ0052_000000013008	2239	0.5723082709367732	2	1	0	1	0	True	46469	fragment	False	FIJ0052_000000013008	1.0		0	0	False	False	0.9888343214988708	0					non-mobilizable	no_good_hit	50.0	98.0	2.0	0.008622206581031145	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	True	True
ENG0128_000000012432	2237	0.5723082709367732	5	1	0	1	0	True	58634	maximal	True	ENG0128_000000012432	1.0		1	1	False	False	0.9995529651641846	0					non-mobilizable	no_good_hit	1208.0	100.0	54.0	0.00036084235613615865	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
FIJ0119_000000007712	2233	0.5723082709367732	2	1	0	1	0	True	65445	fragment	False	FIJ0119_000000007712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1750.0	91.65700000000001	78.0	0.6259899208063355	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0126_000000022084	2227	0.5723082709367732	3	1	0	1	0	True	49585	maximal	True	ISR0126_000000022084	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	74.455	43.0	0.00033275470020369466	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	True
ENG0116_000000010751	2223	0.5723082709367732	4	1	0	1	0	True	59463	fragment	False	ISR0834_000000007020	0.7824028451543874		0	0	False	False	0.9932523369789124	0					non-mobilizable	no_good_hit								True	True
ISR0336_000000006271	2223	0.5723082709367732	2	1	0	1	0	True	121931	fragment	False	ISR0336_000000006271	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2224.0	95.54899999999999	100.0	0.06432003705204654	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
SPA0125_000000015420	2220	0.5723082709367732	3	1	0	1	0	True	65369	maximal	True	SPA0125_000000015420	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	86.56700000000001	24.0	0.08033240997229917	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
ENG0146_000000010517	2215	0.5723082709367732	2	1	0	1	0	True	57427	fragment	False	ENG0146_000000010517	1.0		0	0	False	False	0.996839702129364	0					non-mobilizable	no_good_hit								True	True
FIJ0147_000000009199	2214	0.5723082709367732	3	1	0	1	0	True	39945	fragment	False	FIJ0147_000000009199	1.0		0	0	False	False	0.9995483160018921	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000010538	2213	0.5723082709367732	3	1	0	1	0	True	101992	fragment	False	ENG0146_000000010538	0.984965395801309		0	0	False	False	0.9995481371879578	0					non-mobilizable	other	2213.0	100.0	100.0	0.0014184351684712385	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ENG0189_000000007227	2210	0.5723082709367732	5	1	0	1	0	True	54848	maximal	True	ENG0189_000000007227	1.0		1	1	False	False	0.9995474815368652	0					non-mobilizable	no_good_hit								True	True
USA0036_01_000000015400	2210	0.5723082709367732	5	1	0	1	0	True	55521	fragment	False	USA0036_01_000000015400	1.0		0	0	False	False	0.9936651587486267	0					non-mobilizable	no_good_hit								True	True
FIJ0129_000000009610	2199	0.5723082709367732	2	1	0	1	0	True	47116	fragment	False	FIJ0129_000000009610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000020335	2197	0.5723082709367732	3	1	0	1	0	True	35271	maximal	True	MAD0098_000000020335	1.0	PS111	0	0	False	True	0.9845243692398071	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	0.007333469138317376	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
FIJ0008_000000013006	2197	0.5723082709367732	2	1	0	1	0	True	65960	fragment	False	FIJ0008_000000013006	0.9455875628715135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0129_000000005065	2197	0.5723082709367732	2	1	0	1	0	True	130200	fragment	False	CAN0011_000000010807	0.27625641342646967		0	0	False	False	1.0	0					non-mobilizable	chromosome	2197.0	97.861	100.0	0.0004968492157655958	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0058_000000011633	2194	0.5723082709367732	1	1	0	1	0	True	58521	fragment	False	ISR0058_000000011633	1.0		0	0	False	False	0.9981768727302551	0					non-mobilizable	no_good_hit								True	True
FIJ0160_000000008240	2191	0.5723082709367732	3	1	0	1	0	True	39339	fragment	False	FIJ0160_000000008240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0836_000000009145	2190	0.5723082709367732	3	1	0	1	0	True	20929	maximal	True	ISR0836_000000009145	1.0		7	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0210_000000011205	2188	0.5723082709367732	4	1	0	1	0	True	96626	fragment	False	ENG0210_000000011205	0.9481636448163644		0	0	False	True	0.9949725866317749	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
SPA0040_000000018988	2187	0.5723082709367732	2	1	0	1	0	True	65960	fragment	False	FIJ0008_000000013006	0.9437869822485208		0	0	False	False	0.999542772769928	0					non-mobilizable	no_good_hit								True	True
TAN0002_000000017725	2185	0.5723082709367732	2	1	0	1	0	True	33945	fragment	False	TAN0002_000000017725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.060523012793201e-05	NZ_VDCS01000002.1	CFB group bacteria	Tamlana fucoidanivorans strain CW2-9 NODE_2, whole genome shotgun sequence	True	True
CHI0144_000000007055	2184	0.5723082709367732	3	1	0	1	0	True	79864	fragment	False	CHI0144_000000007055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	377.0	77.454	17.0	8.617680097351986e-05	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	True	True
ISR0252_000000004787	2183	0.5723082709367732	2	1	0	1	0	True	115601	fragment	False	ISR0252_000000004787	1.0		0	0	False	False	0.9876316785812378	0					non-mobilizable	other	2170.0	92.258	99.0	0.16116317120333185	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
FIJ0068_000000014651	2177	0.5723082709367732	2	1	0	1	0	True	128092	fragment	False	FIJ0068_000000014651	1.0		0	0	False	False	0.9967845678329468	0					non-mobilizable	no_good_hit	1691.0	93.37700000000001	78.0	0.25606428138265613	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0056_000000008973	2174	0.5723082709367732	3	1	0	1	0	True	86136	fragment	False	CHI0056_000000008973	1.0		0	0	False	False	0.9981600642204285	0					non-mobilizable	no_good_hit								True	True
MAD0051_000000013379	2173	0.5723082709367732	2	1	0	1	0	True	17334	fragment	False	MAD0051_000000013379	1.0		0	0	False	False	0.996778666973114	0					non-mobilizable	no_good_hit								True	True
ENG0063_000000014584	2168	0.5723082709367732	3	1	0	1	0	True	63085	fragment	False	ENG0063_000000014584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0044_000000007620	2168	0.5723082709367732	2	1	0	1	0	True	130199	fragment	False	ENG0108_000000008863	0.933019424193037		0	0	False	False	0.9986162185668945	0					non-mobilizable	chromosome	2109.0	98.76700000000001	97.0	0.0004769390468278123	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0296_000000012087	2167	0.5723082709367732	3	1	0	1	0	True	25678	maximal	True	ISR0296_000000012087	1.0		3	2	False	False	0.9990770816802979	0					non-mobilizable	no_good_hit								True	True
ISR0177_000000013723	2166	0.5723082709367732	3	1	0	1	0	True	58421	fragment	False	ISR0324_000000012857	0.9312499999999999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	98.211	28.0	0.10786556396269575	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	True	True
ETH0003_000000018214	2166	0.5723082709367732	2	1	0	1	0	True	53176	fragment	False	ETH0003_000000018214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0127_000000011883	2166	0.5723082709367732	3	1	0	1	0	True	58723	maximal	True	ENG0127_000000011883	1.0		2	1	False	False	0.9912280440330505	0					non-mobilizable	no_good_hit								True	True
CHI0129_000000011210	2163	0.5723082709367732	4	1	0	1	0	True	81252	fragment	False	CHI0129_000000011210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0811_000000006870	2162	0.5723082709367732	2	1	0	1	0	True	21685	fragment	False	ISR0811_000000006870	1.0		0	0	False	False	0.999537467956543	0					non-mobilizable	no_good_hit	1208.0	86.34100000000001	63.0	0.4015353805073431	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0031_000000015937	2160	0.5723082709367732	2	1	0	1	0	True	73783	fragment	False	DEN0031_000000015937	1.0		0	0	False	False	0.9981481432914734	0					non-mobilizable	no_good_hit								True	True
MAD0068_000000012897	2159	0.5723082709367732	2	1	0	1	0	True	16457	fragment	False	MAD0068_000000012897	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1636.0	98.53299999999999	100.0	0.6420432220039293	DQ659147.1	enterobacteria	Pantoea agglomerans plasmid pEA1, complete sequence	False	True
ISR0271_000000007889	2157	0.5723082709367732	3	1	0	1	0	True	130611	fragment	False	SPA0048_000000004397	0.05747955747955748		0	0	False	False	0.999536395072937	0					non-mobilizable	other	2157.0	99.72200000000001	100.0	0.351214739931518	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0005_000000006764	2156	0.5723082709367732	2	1	0	1	0	True	121181	maximal	True	ISR0005_000000006764	1.0		24	10	False	False	0.9981446862220764	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	4.0	2.548062402387976e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
USA0020_01_000000016151	2156	0.5723082709367732	3	1	0	1	0	True	82087	fragment	False	DEN0065_000000016143	0.9143244623538818		0	0	False	False	1.0	0					non-mobilizable	other	2150.0	92.605	99.0	0.1591551390748178	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
CHI0056_000000009048	2155	0.5723082709367732	1	1	0	1	0	True	86132	maximal	True	CHI0056_000000009048	1.0		1	1	False	False	0.9990718960762024	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	8.022235497536372e-06	NZ_CP040908.1	CFB group bacteria	Empedobacter falsenii strain 1681-1 chromosome, complete genome	True	True
FIJ0055_000000006429	2153	0.5723082709367732	2	1	0	1	0	True	46262	maximal	True	FIJ0055_000000006429	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	8.084951773262672e-06	CP013457.1	b-proteobacteria	Burkholderia sp. MSMB617WGS chromosome 1, complete sequence	True	True
CAN0003_000000023070	2151	0.5723082709367732	4	1	0	1	0	True	96626	fragment	False	ENG0210_000000011205	0.9405850091407678		0	0	False	True	0.9893072843551636	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
MON0076_000000022164	2150	0.5723082709367732	2	1	0	1	0	True	10289	fragment	False	MON0076_000000022164	1.0		0	0	False	False	0.9641860723495483	0					non-mobilizable	no_good_hit	798.0	77.694	36.0	0.2636849132176235	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0770_000000004962	2149	0.5723082709367732	3	1	0	1	0	True	22536	fragment	False	SPA0006_000000013630	0.91553480475382		0	0	False	False	0.9995346665382385	0					non-mobilizable	no_good_hit								True	True
ISR0346_000000010588	2145	0.5723082709367732	3	1	0	1	0	True	101992	fragment	False	ENG0146_000000010538	0.9650213245650564		0	0	False	False	0.9990676045417786	0					non-mobilizable	other	2146.0	99.814	100.0	0.021238218883482155	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
DEN0065_000000016143	2144	0.5723082709367732	3	1	0	1	0	True	82087	fragment	False	DEN0065_000000016143	0.9252668727220621		0	0	False	False	1.0	0					non-mobilizable	other	2144.0	92.631	100.0	0.15937825375576378	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
AST0047_000000010308	2142	0.5723082709367732	2	1	0	1	0	True	128109	fragment	False	AST0047_000000010308	0.9681753889674682		0	0	False	False	1.0	0					non-mobilizable	chromosome	2147.0	92.874	99.0	0.3241358399029715	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0254_000000005395	2141	0.5723082709367732	2	1	0	1	0	True	101994	fragment	False	ISR0254_000000005395	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2143.0	98.88	100.0	0.021218397867258654	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ISR0363_000000008820	2138	0.5723082709367732	2	1	0	1	0	True	23706	fragment	False	ISR0363_000000008820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0098_000000011886	2138	0.5723082709367732	2	1	0	1	0	True	60714	fragment	False	ENG0098_000000011886	1.0		0	0	False	False	0.977549135684967	0					non-mobilizable	no_good_hit								True	True
ISR0201_000000014186	2137	0.5723082709367732	5	1	0	1	0	True	78386	fragment	False	ISR0152_000000010269	0.9621245102307358		0	0	False	False	0.9897052049636841	0					non-mobilizable	no_good_hit	50.0	90.0	2.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
FIJ0096_000000016914	2137	0.5723082709367732	3	1	0	1	0	True	49518	fragment	False	FIJ0096_000000016914	0.9923780487804879		0	0	False	False	0.9953205585479736	0					non-mobilizable	no_good_hit	468.0	78.846	21.0	0.1643243243243243	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ENG0162_000000011578	2132	0.5723082709367732	3	1	0	1	0	True	126065	fragment	False	ENG0162_000000011578	0.9731781376518218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0038_000000005636	2120	0.5723082709367732	2	1	0	1	0	True	101995	fragment	False	CHI0038_000000005636	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2113.0	97.965	99.0	0.000410794480804986	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
FIJ0016_000000008524	2119	0.5723082709367732	2	1	0	1	0	True	50226	fragment	False	MON0008_000000015865	0.9648275862068966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	96.947	21.0	4.587338874132949e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0019_000000031671	2116	0.5723082709367732	1	1	0	1	0	True	125813	maximal	True	MON0019_000000031671	1.0		26	4	False	False	0.9995273947715759	0					non-mobilizable	other	2050.0	96.87799999999999	97.0	0.0011663494515082242	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
CHI0117_000000006917	2112	0.5723082709367732	3	1	0	1	0	True	82087	fragment	False	DEN0065_000000016143	0.906489815226933		0	0	False	False	1.0	0					non-mobilizable	other	2112.0	92.28200000000001	100.0	0.15684962070504238	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
SPA0014_000000011056	2111	0.5723082709367732	2	1	0	1	0	True	7943	fragment	False	SPA0014_000000011056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0053_000000015859	2105	0.5723082709367732	3	1	0	1	0	True	95137	fragment	False	CHI0127_000000008268	0.9572052401746725		0	0	False	False	0.9957244396209717	0					non-mobilizable	other	2105.0	99.572	100.0	0.0013491806484916301	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ENG0100_000000014452	2103	0.5723082709367732	3	1	0	1	0	True	60575	fragment	False	ENG0100_000000014452	1.0		0	0	False	False	0.995720386505127	0					non-mobilizable	no_good_hit								True	True
CAN0002_000000008926	2103	0.5723082709367732	2	1	0	1	0	True	96936	fragment	False	CAN0002_000000008926	1.0		0	0	False	False	0.996195912361145	0					non-mobilizable	other	2088.0	98.755	99.0	0.0041198324430389245	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
AST0111_000000009346	2101	0.5723082709367732	3	1	0	1	0	True	106809	fragment	False	AST0111_000000009346	1.0		0	0	False	False	0.9995240569114685	0					non-mobilizable	no_good_hit	444.0	97.74799999999999	21.0	0.061078174548462705	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	True	True
ISR0037_000000010719	2101	0.5723082709367732	4	1	0	1	0	True	36701	fragment	False	ISR0037_000000010719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0306_000000004650	2097	0.5723082709367732	4	1	0	1	0	True	59463	fragment	False	ISR0834_000000007020	0.5880936917035811		0	0	False	False	0.9995231032371521	0					non-mobilizable	no_good_hit								True	True
ISR0066_000000015415	2092	0.5723082709367732	3	1	0	1	0	True	35138	maximal	True	ISR0066_000000015415	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000011119	2089	0.5723082709367732	2	1	0	1	0	True	130199	fragment	False	ENG0108_000000008863	0.6989234977428308		0	0	False	False	1.0	0					non-mobilizable	chromosome	2090.0	98.27799999999999	100.0	0.00047241400843286155	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0191_000000014973	2082	0.5723082709367732	4	1	0	1	0	True	59463	fragment	False	ISR0834_000000007020	0.5853169845489701		0	0	False	False	0.9995197057723999	0					non-mobilizable	no_good_hit								True	True
ISR0317_000000009662	2076	0.5723082709367732	2	1	0	1	0	True	25168	maximal	True	ISR0317_000000009662	1.0		2	2	False	False	0.9990366101264954	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.00018220467658669907	MN832865.1	monocots	Canna indica chloroplast, complete genome	True	True
FIJ0037_000000014770	2076	0.5723082709367732	1	1	0	1	0	True	47791	maximal	True	FIJ0037_000000014770	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0056_000000010334	2073	0.5723082709367732	4	1	0	1	0	True	48834	fragment	False	FIJ0056_000000010334	1.0		0	0	False	False	0.9913169145584106	0					non-mobilizable	other	2056.0	99.56200000000001	99.0	0.0005701162448417393	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0288_000000014540	2073	0.5723082709367732	3	1	0	1	0	True	82087	fragment	False	DEN0065_000000016143	0.6700616514744233		0	0	False	False	0.9971056580543518	0					non-mobilizable	other	2073.0	91.944	100.0	0.15402350141305965	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0323_000000010018	2073	0.5723082709367732	2	1	0	1	0	True	75213	fragment	False	ISR0323_000000010018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0166_000000011546	2073	0.5723082709367732	4	1	0	1	0	True	66292	fragment	False	FIJ0166_000000011546	1.0		0	0	False	False	0.9802219271659851	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	4.697492413003533e-05	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
ISR0282_000000011085	2071	0.5723082709367732	2	1	0	1	0	True	129067	maximal	True	ISR0282_000000011085	1.0		0	0	False	False	0.9874456524848938	0					non-mobilizable	chromosome	2087.0	75.707	100.0	0.00041798566046681525	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
CAN0008_000000014025	2070	0.5723082709367732	3	1	0	1	0	True	95001	fragment	False	CAN0008_000000014025	1.0		0	0	False	False	0.9946860074996948	0					non-mobilizable	no_good_hit	892.0	77.578	51.0	0.12939084037349932	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	True
ISR0812_000000019158	2070	0.5723082709367732	4	1	0	1	0	True	21651	maximal	True	ISR0812_000000019158	1.0		1	1	False	False	0.9869565367698669	0					non-mobilizable	no_good_hit								True	True
DEN0052_000000021386	2064	0.5723082709367732	2	1	0	1	0	True	72287	maximal	True	DEN0052_000000021386	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0825_000000011464	2061	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.5680189146592275		0	0	False	False	1.0	0					non-mobilizable	other	2053.0	91.671	99.0	0.06333220056226636	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
CHI0164_000000010718	2060	0.5723082709367732	2	1	0	1	0	True	78396	maximal	True	CHI0164_000000010718	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.017799281944839e-07	LR812525.1	bony fishes	Danio kyathit genome assembly, chromosome: 7	True	True
CHI0122_000000006853	2058	0.5723082709367732	3	1	0	1	0	True	81756	fragment	False	CHI0122_000000006853	0.9691025012260912		0	0	False	False	0.999514102935791	0					non-mobilizable	no_good_hit	355.0	92.39399999999999	25.0	0.00012456389404376391	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0169_000000011093	2056	0.5723082709367732	2	1	0	1	0	True	121929	fragment	False	FIJ0169_000000011093	0.9461346658953625		0	0	False	False	1.0	0					non-mobilizable	other	2057.0	94.361	100.0	0.05948590285416546	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
FIJ0058_000000019530	2055	0.5723082709367732	3	1	0	1	0	True	46016	maximal	True	FIJ0058_000000019530	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0030_000000002898	2055	0.5723082709367732	3	1	0	1	0	True	88527	maximal	True	CHI0030_000000002898	1.0		9	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0082_000000015185	2048	0.5723082709367732	4	1	0	1	0	True	49584	fragment	False	ISR0082_000000015185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	76.637	55.0	0.05866987095763022	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0011_000000013466	2044	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.35815274679598985	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1815.0	91.90100000000001	100.0	0.0006099085911279842	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0119_000000015645	2043	0.5723082709367732	1	1	0	1	0	True	65446	maximal	True	ENG0119_000000015645	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	95.434	77.0	0.558675305975522	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0128_000000017408	2042	0.5723082709367732	1	1	0	1	0	True	31839	fragment	False	ISR0128_000000017408	1.0		0	0	False	False	0.9862879514694214	0					non-mobilizable	no_good_hit								True	True
ISR0218_000000008329	2040	0.5723082709367732	2	1	0	1	0	True	34761	fragment	False	ISR0218_000000008329	1.0		0	0	False	False	0.9818627238273621	0					non-mobilizable	no_good_hit	1335.0	87.191	89.0	0.47768178545716344	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0264_000000005204	2039	0.5723082709367732	2	1	0	1	0	True	81756	fragment	False	CHI0122_000000006853	0.9645286686103012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	94.49	24.0	0.00010899126775210327	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0800_000000005662	2038	0.5723082709367732	3	1	0	1	0	True	83574	maximal	True	ISR0800_000000005662	1.0		1	1	False	False	0.9862610697746277	0					non-mobilizable	no_good_hit								True	True
ENG0047_000000009409	2032	0.5723082709367732	1	1	0	1	0	True	103199	fragment	False	ENG0047_000000009409	1.0		0	0	False	False	0.9995078444480896	0					non-mobilizable	no_good_hit								True	True
DEN0071_000000020451	2031	0.5723082709367732	2	1	0	1	0	True	70450	maximal	True	DEN0071_000000020451	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	90.359	44.0	0.007169270854405541	NZ_LNAM01000112.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf2, whole genome shotgun sequence	True	True
ENG0112_000000013708	2029	0.5723082709367732	3	1	0	1	0	True	59678	fragment	False	ENG0112_000000013708	1.0		0	0	False	False	0.9970428943634033	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.005455962587685113	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
FIJ0119_000000008532	2029	0.5723082709367732	2	1	0	1	0	True	41574	maximal	True	FIJ0119_000000008532	1.0		5	1	False	False	0.9960571527481079	0					non-mobilizable	no_good_hit	512.0	83.20299999999999	25.0	0.00020131459617834496	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
FIJ0152_000000012426	2025	0.5723082709367732	4	1	0	1	0	True	39712	fragment	False	FIJ0152_000000012426	1.0		0	0	False	False	0.9629629850387573	0					non-mobilizable	no_good_hit								True	True
ENG0038_000000011888	2025	0.5723082709367732	5	1	0	1	0	True	65076	maximal	True	ENG0038_000000011888	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0039_000000011506	2021	0.5723082709367732	2	1	0	1	0	True	47566	fragment	False	FIJ0039_000000011506	1.0		0	0	False	False	0.9925779104232788	0					non-mobilizable	no_good_hit								True	True
FIJ0042_000000011971	2020	0.5723082709367732	2	1	0	1	0	True	47299	maximal	True	FIJ0042_000000011971	1.0		1	1	False	False	0.9975247383117676	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.425416158305101e-06	NZ_CP045743.1	firmicutes	Listeria innocua strain CFSAN044836 chromosome, complete genome	True	True
FIJ0101_000000013787	2020	0.5723082709367732	3	1	0	1	0	True	83569	fragment	False	FIJ0101_000000013787	1.0		0	0	False	False	0.9900990128517151	0					non-mobilizable	no_good_hit								True	True
ISR0087_000000017307	2017	0.5723082709367732	3	1	0	1	0	True	82087	fragment	False	DEN0065_000000016143	0.5590526327383488		0	0	False	False	1.0	0					non-mobilizable	other	2015.0	93.251	99.0	0.14963557935445485	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
SPA0101_000000020993	2017	0.5723082709367732	2	1	0	1	0	True	4939	fragment	False	SPA0101_000000020993	1.0		0	0	False	False	0.991075873374939	0					non-mobilizable	no_good_hit	358.0	93.575	18.0	0.13030746705710103	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
CHI0140_000000014581	2016	0.5723082709367732	3	1	0	1	0	True	80253	fragment	False	CHI0140_000000014581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.19540649604311e-05	CP034867.1	enterobacteria	Buchnera aphidicola (Macrosiphum gaurae) strain Mga chromosome, complete genome	True	True
SPA0057_000000015978	2012	0.5723082709367732	3	1	0	1	0	True	125812	fragment	False	SPA0057_000000015978	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	96.59899999999999	94.0	0.0005250830675766852	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0005_000000007319	2012	0.5723082709367732	3	1	0	1	0	True	38522	maximal	True	ISR0005_000000007319	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0090_000000029862	2008	0.5723082709367732	2	1	0	1	0	True	9561	fragment	False	MON0090_000000029862	1.0		0	0	False	False	0.995517909526825	0					non-mobilizable	no_good_hit								True	True
ISR0327_000000014000	2007	0.5723082709367732	4	1	0	1	0	True	79381	backbone	True	ISR0327_000000014000	0.979386385426654	PS389	3	3	True	True	0.9995017647743225	6					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
ISR0381_000000008424	2004	0.5723082709367732	2	1	0	1	0	True	121929	fragment	False	FIJ0169_000000011093	0.9429792884871945		0	0	False	False	1.0	0					non-mobilizable	other	2008.0	93.376	100.0	0.05798066346320847	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0079_000000013865	2004	0.5723082709367732	3	1	0	1	0	True	34370	maximal	True	ISR0079_000000013865	1.0		0	0	False	False	0.9880239367485046	0					non-mobilizable	no_good_hit								True	True
ISR0343_000000008919	2004	0.5723082709367732	3	1	0	1	0	True	24309	maximal	True	ISR0343_000000008919	1.0		5	2	False	False	0.9975050091743469	0					non-mobilizable	no_good_hit	1306.0	86.677	65.0	0.025477707006369428	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
FIJ0135_000000014251	2004	0.5723082709367732	2	1	0	1	0	True	40600	fragment	False	FIJ0135_000000014251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	97.163	28.0	0.05716035521077881	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
CAN0011_000000015098	2003	0.5723082709367732	2	1	0	1	0	True	94469	maximal	True	CAN0011_000000015098	1.0		7	4	False	False	0.997004508972168	0					non-mobilizable	other	1923.0	76.703	95.0	0.0008322894944423265	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
DEN0090_000000013830	1992	0.5723082709367732	2	1	0	1	0	True	121929	fragment	False	FIJ0169_000000011093	0.9301795357925252		0	0	False	False	0.9989959597587585	0					non-mobilizable	other	1990.0	93.51799999999999	99.0	0.057459619058646445	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
MAD0100_000000018249	1988	0.5723082709367732	1	1	0	1	0	True	23726	maximal	True	MAD0100_000000018249	1.0		10	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0087_000000014950	1984	0.5723082709367732	3	1	0	1	0	True	15984	maximal	True	MAD0087_000000014950	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0104_000000012530	1983	0.5723082709367732	2	1	0	1	0	True	68117	fragment	False	ISR0104_000000012530	1.0		0	0	False	False	0.998487114906311	0					non-mobilizable	no_good_hit								True	True
FIJ0169_000000011520	1982	0.5723082709367732	3	1	0	1	0	True	131294	maximal	True	FIJ0169_000000011520	1.0	PS1133	10	3	False	True	1.0	0					non-mobilizable	chromosome	1784.0	90.24700000000001	96.0	0.0005727596539977303	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0044_000000027360	1982	0.5723082709367732	2	1	0	1	0	True	34831	fragment	False	MON0024_000000025486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	78.449	44.0	0.004988076998398747	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0024_000000025486	1982	0.5723082709367732	2	1	0	1	0	True	34831	fragment	False	MON0024_000000025486	1.0		0	0	False	False	0.99798184633255	0					non-mobilizable	no_good_hit	877.0	78.449	44.0	0.004988076998398747	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0371_000000009637	1977	0.5723082709367732	3	1	0	1	0	True	23487	maximal	True	ISR0371_000000009637	1.0		1	1	False	False	0.9974709153175354	0					non-mobilizable	no_good_hit								True	True
ISR0222_000000024682	1976	0.5723082709367732	2	1	0	1	0	True	126065	fragment	False	ENG0162_000000011578	0.9437148217636022		0	0	False	False	0.9974696636199951	0					non-mobilizable	no_good_hit	88.0	82.955	4.0	0.0013262175635945289	NZ_LKET01000045.1	firmicutes	Oxobacter pfennigii strain DSM 3222 OXPF_contig000045, whole genome shotgun sequence	True	True
USA0027_01_000000013817	1975	0.5723082709367732	4	1	0	1	0	True	1582	fragment	False	USA0027_01_000000013817	1.0		0	0	False	False	0.9939240217208862	0					non-mobilizable	no_good_hit								True	True
ISR0349_000000005293	1975	0.5723082709367732	2	1	0	1	0	True	71772	fragment	False	ISR0349_000000005293	0.9772353263850795		0	0	False	False	1.0	0					non-mobilizable	other	1975.0	99.39200000000001	100.0	0.003891840738148517	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
MON0061_000000022869	1969	0.5723082709367732	3	1	0	1	0	True	12495	maximal	True	MON0061_000000022869	1.0		1	1	False	False	0.9979684948921204	0					non-mobilizable	no_good_hit	108.0	95.37	5.0	0.00370614111045686	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
FIJ0145_000000007568	1968	0.5723082709367732	3	1	0	1	0	True	49518	fragment	False	FIJ0096_000000016914	0.9485259709873655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	3.0	0.008005082592121982	NZ_MJII01000002.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_3, whole genome shotgun sequence	True	True
ENG0043_000000017487	1968	0.5723082709367732	3	1	0	1	0	True	64598	maximal	True	ENG0043_000000017487	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0138_000000009974	1965	0.5723082709367732	2	1	0	1	0	True	69878	maximal	True	ENG0138_000000009974	1.0		2	1	False	False	0.985241711139679	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	0.012762762762762763	XM_014240508.2	flies	PREDICTED: Bactrocera oleae GTP-binding protein Rit2 (LOC106621578), mRNA	True	True
ISR0330_000000015412	1960	0.5723082709367732	4	1	0	1	0	True	24659	maximal	True	ISR0330_000000015412	1.0		2	1	False	False	0.9974489808082581	0					non-mobilizable	no_good_hit								True	True
ISR0228_000000013686	1960	0.5723082709367732	2	1	0	1	0	True	75638	fragment	False	ISR0228_000000013686	1.0		0	0	False	False	0.9979591965675354	0					non-mobilizable	no_good_hit								True	True
SPA0007_000000013160	1958	0.5723082709367732	4	1	0	1	0	True	8203	maximal	True	SPA0007_000000013160	1.0		0	0	False	False	0.9989785552024841	0					non-mobilizable	no_good_hit	750.0	99.2	38.0	0.11704953899046726	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	True	True
AUS0008_000000012603	1958	0.5723082709367732	3	1	0	1	0	True	101793	fragment	False	AUS0008_000000012603	1.0		0	0	False	False	0.9994892477989197	0					non-mobilizable	no_good_hit								True	True
ISR0020_000000012334	1949	0.5723082709367732	1	1	0	1	0	True	103198	fragment	False	ISR0020_000000012334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0063_000000006537	1948	0.5723082709367732	4	1	0	1	0	True	79381	backbone	False	ISR0327_000000014000	0.9761719373901933	PS389	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
DEN0073_000000026993	1948	0.5723082709367732	3	1	0	1	0	True	79381	backbone	False	ISR0327_000000014000	0.9783976953505433	PS389	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
CHI0152_000000005465	1948	0.5723082709367732	4	1	0	1	0	True	79381	backbone	False	ISR0327_000000014000	0.9577342383101382	PS389	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
ISR0130_000000015399	1945	0.5723082709367732	1	1	0	1	0	True	31768	maximal	True	ISR0130_000000015399	1.0		2	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1098.0	81.876	56.0	0.3924324324324324	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
DEN0096_000000023010	1945	0.5723082709367732	3	1	0	1	0	True	68165	maximal	True	DEN0096_000000023010	1.0		1	1	False	False	0.9938303232192993	0					non-mobilizable	no_good_hit								True	True
AST0104_000000017654	1945	0.5723082709367732	2	1	0	1	0	True	107852	fragment	False	AST0104_000000017654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0150_000000010264	1944	0.5723082709367732	3	1	0	1	0	True	48833	fragment	False	SPA0150_000000010264	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1920.0	100.0	99.0	0.0005329045659285425	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0029_000000015485	1943	0.5723082709367732	3	1	0	1	0	True	12557	maximal	True	MON0029_000000015485	1.0		2	1	False	False	0.9953680038452148	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	5.0	4.3298531930925405e-05	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	True
FIJ0057_000000017347	1942	0.5723082709367732	1	1	0	1	0	True	46133	fragment	False	FIJ0057_000000017347	1.0		0	0	False	False	0.9943357110023499	0					non-mobilizable	no_good_hit	221.0	85.068	11.0	6.553587849947377e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0208_000000014144	1942	0.5723082709367732	2	1	0	1	0	True	121929	fragment	False	FIJ0169_000000011093	0.9303117880826305		0	0	False	False	0.9958805441856384	0					non-mobilizable	other	1942.0	94.07799999999999	99.0	0.05609911422451225	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0327_000000014547	1941	0.5723082709367732	3	1	0	1	0	True	73226	fragment	False	ISR0327_000000014547	0.9695628112894301		0	0	False	False	0.9984543919563293	0					non-mobilizable	other	1880.0	99.04299999999999	97.0	0.0037006003371351398	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ISR0811_000000007702	1938	0.5723082709367732	2	1	0	1	0	True	101992	fragment	False	ENG0146_000000010538	0.6243978243978244		0	0	False	False	0.9943240284919739	0					non-mobilizable	other	1938.0	99.742	100.0	0.010612361181878449	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
MON0062_000000019256	1937	0.5723082709367732	3	1	0	1	0	True	111770	maximal	True	MON0062_000000019256	1.0		18	7	False	False	0.9943211078643799	0					non-mobilizable	no_good_hit								True	True
ENG0130_000000015280	1935	0.5723082709367732	3	1	0	1	0	True	58444	maximal	True	ENG0130_000000015280	1.0		1	1	False	False	0.9979327917098999	0					non-mobilizable	no_good_hit	65.0	100.0	3.0	0.02207657813038979	NZ_CYXX01000062.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0098_000000023240	1932	0.5723082709367732	1	1	0	1	0	True	15312	maximal	True	MAD0098_000000023240	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0112_000000018413	1932	0.5723082709367732	3	1	0	1	0	True	74168	maximal	True	ISR0112_000000018413	0.9720334553058024		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	94.80799999999999	23.0	0.0001330777357636178	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0105_000000003636	1932	0.5723082709367732	4	1	0	1	0	True	83191	maximal	True	CHI0105_000000003636	1.0		18	3	False	False	0.9824016690254211	0					non-mobilizable	no_good_hit	995.0	90.65299999999999	87.0	0.0314519194222729	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
SPA0010_000000012538	1931	0.5723082709367732	4	1	0	1	0	True	8081	maximal	True	SPA0010_000000012538	1.0		2	2	False	False	0.9953392148017883	0					non-mobilizable	no_good_hit								True	True
FIJ0015_000000015917	1930	0.5723082709367732	3	1	0	1	0	True	58344	fragment	False	FIJ0015_000000015917	1.0		0	0	False	False	0.9974093437194824	0					non-mobilizable	no_good_hit								True	True
MAD0099_000000016301	1929	0.5723082709367732	2	1	0	1	0	True	15222	fragment	False	MAD0099_000000016301	1.0		0	0	False	False	0.9958527684211731	0					non-mobilizable	no_good_hit								True	True
ENG0064_000000011546	1922	0.5723082709367732	3	1	0	1	0	True	75188	maximal	True	ENG0064_000000011546	1.0		0	0	False	False	0.9136316180229187	0					non-mobilizable	no_good_hit	425.0	82.118	28.0	0.0001646190234364687	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
MON0080_000000028165	1919	0.5723082709367732	2	1	0	1	0	True	90614	fragment	False	ENG0094_000000007983	0.6390542328042328		0	0	False	False	1.0	0					non-mobilizable	other	1919.0	97.03	100.0	0.10996445361770439	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
ENG0061_000000011103	1919	0.5723082709367732	2	1	0	1	0	True	106397	fragment	False	ENG0061_000000011103	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1918.0	98.697	99.0	0.00043372493015603235	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
AUS0016_000000014805	1918	0.5723082709367732	1	1	0	1	0	True	100309	fragment	False	AUS0016_000000014805	0.9490185152952931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0218_000000008933	1917	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.4486250664140967		0	0	False	False	1.0	0					non-mobilizable	other	1923.0	96.412	100.0	0.0006009911334987628	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0058_000000013549	1916	0.5723082709367732	3	1	0	1	0	True	35494	fragment	False	ISR0058_000000013549	1.0		0	0	False	False	0.9994781017303467	0					non-mobilizable	no_good_hit								True	True
DEN0026_000000015074	1913	0.5723082709367732	3	1	0	1	0	True	74168	maximal	False	ISR0112_000000018413	0.9676501035196687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	93.65100000000001	25.0	0.00011350748050426226	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0131_000000013777	1912	0.5723082709367732	3	1	0	1	0	True	82087	fragment	False	DEN0065_000000016143	0.4510265043273257		0	0	False	False	0.9968619346618652	0					non-mobilizable	other	1912.0	92.36399999999999	100.0	0.1419753086419753	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0168_000000013162	1912	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.43983494372985926		0	0	False	False	1.0	0					non-mobilizable	other	1912.0	97.176	100.0	0.0010871880385396485	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
ISR0030_000000011231	1912	0.5723082709367732	2	1	0	1	0	True	65959	fragment	False	ISR0030_000000011231	0.9857272619649882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0792_000000007787	1911	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.4453748054023781		0	0	False	False	1.0	0					non-mobilizable	other	1933.0	98.86200000000001	100.0	0.0008350073819493187	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
USA0082_01_000000015583	1910	0.5723082709367732	2	1	0	1	0	True	532	fragment	False	USA0082_01_000000015583	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0123_000000017197	1910	0.5723082709367732	2	1	0	1	0	True	41327	fragment	False	FIJ0123_000000017197	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0007_000000009230	1908	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.6427036280534668		0	0	False	False	0.99947589635849	0					non-mobilizable	chromosome	1897.0	93.042	99.0	0.2865372953305033	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0255_000000016816	1907	0.5723082709367732	1	1	0	1	0	True	26891	fragment	False	ISR0255_000000016816	1.0		0	0	False	False	0.9926586151123047	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	6.869216853782627e-07	LR031569.1	eudicots	Brassica rapa genome, scaffold: A06	True	True
SPA0137_000000019254	1907	0.5723082709367732	1	1	0	1	0	True	3561	maximal	True	SPA0137_000000019254	1.0		3	2	False	False	0.987939178943634	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	6.491075852548721e-05	NZ_WMCD01000004.1	CFB group bacteria	Cyclobacterium jeungdonense strain KCTC 23150 NODE_4_length_462173_cov_169.151913, whole genome shotgun sequence	True	True
SPA0109_000000016948	1907	0.5723082709367732	3	1	0	1	0	True	4657	maximal	True	SPA0109_000000016948	1.0		4	3	False	False	0.998951256275177	0					non-mobilizable	no_good_hit	498.0	93.17299999999999	33.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0027_000000011934	1906	0.5723082709367732	2	1	0	1	0	True	65959	fragment	False	ISR0030_000000011231	0.9856092186300691		0	0	False	False	0.9973766803741455	0					non-mobilizable	no_good_hit								True	True
ISR0134_000000016809	1906	0.5723082709367732	2	1	0	1	0	True	106401	fragment	False	ISR0134_000000016809	0.9969135802469136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1906.0	98.583	100.0	0.0004310099071190619	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0124_000000016331	1905	0.5723082709367732	3	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.7515411903707901		0	0	False	False	0.9989501237869263	0					non-mobilizable	other	1909.0	94.5	100.0	0.012942700737354072	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
USA0005_01_000000017062	1900	0.5723082709367732	1	1	0	1	0	True	49933	maximal	True	USA0005_01_000000017062	1.0		15	7	False	False	0.9973683953285217	0					non-mobilizable	no_good_hit								True	True
ISR0042_000000016360	1898	0.5723082709367732	5	1	0	1	0	True	95264	fragment	False	ISR0361_000000007076	0.7446545930916068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0085_000000015121	1890	0.5723082709367732	4	1	0	1	0	True	9785	fragment	False	MON0085_000000015121	1.0		0	0	False	False	0.9989417791366577	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	4.5772805155848774e-05	NZ_WRXL01000002.1	euryarchaeotes	Halomicroarcula salina strain YGHS18 scaffold2, whole genome shotgun sequence	True	True
ISR0126_000000026096	1889	0.5723082709367732	3	1	0	1	0	True	83331	fragment	False	ISR0332_000000007120	0.6331235483575958		0	0	False	False	0.9978824853897095	0					non-mobilizable	other	1889.0	99.947	100.0	0.0279956701611827	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0122_000000015242	1889	0.5723082709367732	2	1	0	1	0	True	73227	maximal	True	ENG0122_000000015242	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	1441.0	99.23700000000001	76.0	0.002835089656260166	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
FIJ0011_000000023638	1887	0.5723082709367732	3	1	0	1	0	True	50953	fragment	False	FIJ0011_000000023638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00016130890655605484	NZ_ADNC01000007.1	mycoplasmas	Mycoplasma alligatoris A21JP2 gcontig_1119468158656, whole genome shotgun sequence	True	True
ENG0189_000000008940	1886	0.5723082709367732	3	1	0	1	0	True	54841	fragment	False	ENG0189_000000008940	0.9984008528784648		0	0	False	False	1.0	0					non-mobilizable	plasmid	1886.0	99.84100000000001	100.0	0.3193291546671184	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ENG0092_000000012030	1881	0.5723082709367732	2	1	0	1	0	True	61101	maximal	True	ENG0092_000000012030	1.0		1	1	False	False	0.9968101978302002	0					non-mobilizable	no_good_hit	841.0	84.542	45.0	0.0002625415337883426	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ENG0122_000000015337	1878	0.5723082709367732	3	1	0	1	0	True	59063	maximal	True	ENG0122_000000015337	1.0		1	1	False	False	0.9717785120010376	0					non-mobilizable	no_good_hit	375.0	87.73299999999999	20.0	9.1451357562304e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
CHI0182_000000014937	1877	0.5723082709367732	2	1	0	1	0	True	77343	fragment	False	CHI0182_000000014937	1.0		0	0	False	False	0.9413958191871643	0					non-mobilizable	no_good_hit	106.0	98.113	6.0	2.9230608623029544e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0040_000000012470	1876	0.5723082709367732	3	1	0	1	0	True	66446	maximal	True	ENG0040_000000012470	1.0		0	0	False	False	0.996268630027771	0					non-mobilizable	no_good_hit								True	True
ENG0199_000000013535	1876	0.5723082709367732	3	1	0	1	0	True	54841	fragment	False	ENG0189_000000008940	0.9957582184517497		0	0	False	False	0.998400866985321	0					non-mobilizable	plasmid	1876.0	99.62700000000001	100.0	0.3176351007962053	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
DEN0092_000000008367	1874	0.5723082709367732	2	1	0	1	0	True	109174	fragment	False	DEN0092_000000008367	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1874.0	100.0	100.0	0.027773246934266523	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
MON0105_000000029066	1873	0.5723082709367732	3	1	0	1	0	True	8730	maximal	True	MON0105_000000029066	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	92.5	10.0	0.00014916749432597064	NZ_DF977001.1	firmicutes	Tepidanaerobacter syntrophicus strain JL, whole genome shotgun sequence	True	True
ISR0183_000000016959	1872	0.5723082709367732	2	1	0	1	0	True	65959	fragment	False	ISR0030_000000011231	0.9670058356314831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0126_000000023349	1872	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.4369121462175304		0	0	False	False	1.0	0					non-mobilizable	other	1872.0	97.009	100.0	0.0005865623275796902	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0374_000000008554	1868	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.42432071316941106		0	0	False	False	1.0	0					non-mobilizable	other	1868.0	99.89299999999999	100.0	0.0010632687626786399	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
USA0061_01_000000005796	1868	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.4237742977729726		0	0	False	False	0.9994646906852722	0					non-mobilizable	other	1890.0	98.78299999999999	100.0	0.0008164228491212541	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ISR0797_000000006075	1866	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.4231477081545227		0	0	False	False	0.9989281892776489	0					non-mobilizable	other	1888.0	98.78200000000001	100.0	0.0008155584522455302	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ISR0203_000000009278	1865	0.5723082709367732	2	1	0	1	0	True	65438	fragment	False	ISR0203_000000009278	1.0		0	0	False	False	0.9898123145103455	0					non-mobilizable	no_good_hit	1346.0	97.54799999999999	72.0	0.4841612670986321	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
CAN0014_000000026256	1860	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.38499717597665717		0	0	False	False	0.998924732208252	0					non-mobilizable	other	1860.0	97.581	100.0	0.0010581432035655666	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
ENG0204_000000014225	1860	0.5723082709367732	3	1	0	1	0	True	54037	maximal	True	ENG0204_000000014225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	98.882	34.0	0.004424340242383056	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	True
USA0055_01_000000014432	1859	0.5723082709367732	2	1	0	1	0	True	48402	maximal	True	USA0055_01_000000014432	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000021791	1858	0.5723082709367732	4	1	0	1	0	True	95264	fragment	False	ISR0361_000000007076	0.6156496128099519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	87.671	4.0	0.0006425223072885559	NZ_JNYX01000030.1	high GC Gram+	Actinospica acidiphila strain NRRL B-24431 contig30.1, whole genome shotgun sequence	True	True
FIJ0119_000000009346	1855	0.5723082709367732	2	1	0	1	0	True	73866	maximal	True	FIJ0119_000000009346	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	75.40100000000001	20.0	0.027145619515097426	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ENG0119_000000017085	1854	0.5723082709367732	1	1	0	1	0	True	59262	maximal	True	ENG0119_000000017085	1.0		1	1	False	False	0.9994606375694275	0					non-mobilizable	no_good_hit	109.0	88.991	6.0	3.627758113294547e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	True
ISR0012_000000012401	1853	0.5723082709367732	3	1	0	1	0	True	38164	fragment	False	ISR0012_000000012401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0798_000000006650	1853	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.3687413273558546		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	86.807	100.0	0.04649510333961506	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ENG0150_000000009221	1852	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.406822364383871		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	98.921	100.0	0.0010530176444524934	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
ENG0025_000000014205	1851	0.5723082709367732	2	1	0	1	0	True	66149	fragment	False	ENG0025_000000014205	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0021_000000023528	1850	0.5723082709367732	4	1	0	1	0	True	91541	maximal	True	CAN0021_000000023528	1.0		2	1	False	False	0.999459445476532	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	0.02028639618138425	XR_001585297.1	spiders	PREDICTED: Parasteatoda tepidariorum uncharacterized LOC107453246 (LOC107453246), transcript variant X11, misc_RNA	True	True
ENG0149_000000010822	1850	0.5723082709367732	2	1	0	1	0	True	65959	fragment	False	ISR0030_000000011231	0.9439307159537087		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000008613	1848	0.5723082709367732	1	1	0	1	0	True	75212	fragment	False	SPA0076_000000008613	0.9988485895221646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0052_000000019752	1842	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.3850251233411677		0	0	False	False	1.0	0					non-mobilizable	other	1842.0	96.906	100.0	0.001047322578771301	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
FIJ0147_000000011379	1841	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.7732762577197115		0	0	False	False	0.9896795153617859	0					non-mobilizable	chromosome	1839.0	93.74700000000001	99.0	0.27850212249848394	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
DEN0026_000000015669	1840	0.5723082709367732	3	1	0	1	0	True	82087	fragment	False	DEN0065_000000016143	0.35316982349618103		0	0	False	False	0.998369574546814	0					non-mobilizable	other	1840.0	92.554	100.0	0.1366949278595865	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
SPA0128_000000020194	1838	0.5723082709367732	2	1	0	1	0	True	66291	fragment	False	SPA0128_000000020194	0.9874489200233508		0	0	False	False	0.9989118576049805	0					non-mobilizable	no_good_hit								True	True
MON0008_000000019369	1835	0.5723082709367732	2	1	0	1	0	True	13860	maximal	True	MON0008_000000019369	1.0		1	1	False	False	0.9787465929985046	0					non-mobilizable	no_good_hit	725.0	81.517	39.0	0.00025096447040222634	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0117_000000020595	1833	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.38459337985967135		0	0	False	False	1.0	0					non-mobilizable	other	1833.0	99.836	100.0	0.0010433360327944663	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
TAN0027_000000005793	1833	0.5723082709367732	4	1	0	1	0	True	2304	maximal	True	TAN0027_000000005793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0013601476731759448	NZ_BBVC01000042.1	a-proteobacteria	Caedimonas varicaedens, whole genome shotgun sequence	True	True
ENG0036_000000013367	1833	0.5723082709367732	3	1	0	1	0	True	65302	maximal	True	ENG0036_000000013367	1.0		1	1	False	False	0.9929078221321106	0					non-mobilizable	no_good_hit								True	True
ENG0002_000000012447	1832	0.5723082709367732	1	1	0	1	0	True	91282	fragment	False	ENG0002_000000012447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	85.448	85.0	0.27299557304476146	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0129_000000014618	1831	0.5723082709367732	3	1	0	1	0	True	58527	fragment	False	ENG0129_000000014618	1.0		0	0	False	False	0.9945384860038757	0					non-mobilizable	no_good_hit	375.0	76.267	20.0	0.027145619515097426	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
AST0047_000000012239	1830	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.3853600673080781		0	0	False	False	0.9896174669265747	0					non-mobilizable	other	1818.0	96.865	100.0	0.0005696241641094745	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0121_000000006420	1829	0.5723082709367732	2	1	0	1	0	True	4131	maximal	True	SPA0121_000000006420	1.0		1	1	False	False	0.9743028879165649	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0012667088902963432	NZ_JAAIUD010000019.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_19_length_29999_cov_295.331, whole genome shotgun sequence	True	True
ENG0040_000000012839	1828	0.5723082709367732	2	1	0	1	0	True	64849	fragment	False	ENG0040_000000012839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0092_000000010060	1826	0.5723082709367732	2	1	0	1	0	True	15707	fragment	False	MAD0092_000000010060	1.0		0	0	False	False	0.9956188201904297	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.817722138431575e-07	CP032250.1	eudicots	Gossypioides kirkii chromosome KI_08	True	True
ITA0003_000000003308	1823	0.5723082709367732	2	1	0	1	0	True	71772	fragment	False	ISR0349_000000005293	0.939746835443038		0	0	False	False	0.9994514584541321	0					non-mobilizable	other	1823.0	96.325	100.0	0.00042872600966860824	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
FIJ0101_000000015279	1823	0.5723082709367732	2	1	0	1	0	True	101075	fragment	False	MAD0099_000000012922	0.14371213773383737		0	0	False	False	1.0	0					non-mobilizable	other	1823.0	96.654	100.0	0.0023798421362675143	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ENG0166_000000015933	1822	0.5723082709367732	3	1	0	1	0	True	82087	fragment	False	DEN0065_000000016143	0.24470108695652174		0	0	False	False	0.9983534812927246	0					non-mobilizable	other	1821.0	92.751	99.0	0.13520749665327977	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
MON0012_000000029553	1820	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.08017685787222391		0	0	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit	1561.0	95.58	87.0	0.0004890110527790037	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
USA0048_01_000000008760	1817	0.5723082709367732	2	1	0	1	0	True	1120	maximal	True	USA0048_01_000000008760	1.0		1	1	False	False	0.9994496703147888	0					non-mobilizable	no_good_hit	195.0	100.0	11.0	0.0033636174491989738	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ISR0361_000000007618	1815	0.5723082709367732	2	1	0	1	0	True	70314	fragment	False	ISR0361_000000007618	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1084.0	87.63799999999999	92.0	0.3604806408544726	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0849_000000015085	1814	0.5723082709367732	4	1	0	1	0	True	20589	fragment	False	ISR0849_000000015085	1.0		0	0	False	False	0.9878721237182617	0					non-mobilizable	no_good_hit	120.0	87.5	7.0	0.0008850676444556834	NZ_FOJY01000009.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	True
MON0008_000000019694	1809	0.5723082709367732	1	1	0	1	0	True	14278	fragment	False	MON0008_000000019694	1.0		0	0	False	False	0.9635157585144043	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000027348	1807	0.5723082709367732	3	1	0	1	0	True	73226	fragment	False	ISR0327_000000014547	0.9371458011334364		0	0	False	False	0.9994465708732605	0					non-mobilizable	other	1808.0	95.022	100.0	0.00042566199750495134	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
FIJ0057_000000018830	1807	0.5723082709367732	2	1	0	1	0	True	46128	maximal	True	FIJ0057_000000018830	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0249_000000011091	1807	0.5723082709367732	2	1	0	1	0	True	115071	fragment	False	ISR0249_000000011091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	86.389	73.0	0.42089452603471295	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0174_000000010802	1803	0.5723082709367732	2	1	0	1	0	True	55651	maximal	True	ENG0174_000000010802	1.0		1	1	False	False	0.9961175918579102	0					non-mobilizable	no_good_hit	602.0	98.837	33.0	0.0035029638221357007	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	True
CAN0018_000000019003	1802	0.5723082709367732	1	1	0	1	0	True	100309	fragment	False	AUS0016_000000014805	0.6341675356273896		0	0	False	False	0.9483906626701355	0					non-mobilizable	no_good_hit								True	True
SPA0157_000000004138	1802	0.5723082709367732	2	1	0	1	0	True	3158	fragment	False	SPA0157_000000004138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0146_000000023081	1801	0.5723082709367732	2	1	0	1	0	True	31002	fragment	False	ISR0146_000000023081	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	98.727	100.0	0.23892049212858843	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0087_000000019927	1801	0.5723082709367732	2	1	0	1	0	True	33833	fragment	False	ISR0087_000000019927	1.0		0	0	False	False	0.9950027465820312	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000013684	1801	0.5723082709367732	2	1	0	1	0	True	121929	fragment	False	FIJ0169_000000011093	0.46485386711663773		0	0	False	False	0.9911160469055176	0					non-mobilizable	other	1784.0	93.946	99.0	0.05158339605164129	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
AUS0012_000000009506	1798	0.5723082709367732	1	1	0	1	0	True	101122	fragment	False	AUS0012_000000009506	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1727.0	99.884	96.0	0.0005864929252167153	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ISR0071_000000004325	1797	0.5723082709367732	4	1	0	1	0	True	34881	maximal	True	ISR0071_000000004325	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1800.0	90.944	100.0	0.025491116516593408	NZ_CYYV01000019.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0207_000000010278	1795	0.5723082709367732	3	1	0	1	0	True	53891	fragment	False	ENG0207_000000010278	1.0		0	0	False	False	0.9721448421478271	0					non-mobilizable	no_good_hit	727.0	92.435	40.0	0.01775455625990491	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ISR0316_000000011662	1794	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.3768134773929171		0	0	False	False	1.0	0					non-mobilizable	chromosome	1794.0	97.213	100.0	0.0008913525366469816	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	True
TAN0017_000000020841	1794	0.5723082709367732	3	1	0	1	0	True	2458	maximal	True	TAN0017_000000020841	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0053_000000018499	1794	0.5723082709367732	2	1	0	1	0	True	83331	fragment	False	ISR0332_000000007120	0.46767761903367305		0	0	False	False	0.9810479283332825	0					non-mobilizable	other	1794.0	100.0	100.0	0.026586989724046918	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0008_000000014130	1792	0.5723082709367732	2	1	0	1	0	True	67418	fragment	False	ENG0008_000000014130	1.0		0	0	False	False	0.9709821343421936	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	2.0505514904271623e-05	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	True
ISR0028_000000010761	1790	0.5723082709367732	2	1	0	1	0	True	65959	fragment	False	ISR0030_000000011231	0.944410925936384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0148_000000020526	1790	0.5723082709367732	4	1	0	1	0	True	78385	fragment	False	ENG0148_000000020526	0.9795357077658368		0	0	False	False	0.9910614490509033	0					non-mobilizable	no_good_hit	50.0	90.0	3.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
ISR0092_000000016484	1789	0.5723082709367732	3	1	0	1	0	True	33574	maximal	True	ISR0092_000000016484	1.0		1	1	False	False	0.989938497543335	0					non-mobilizable	no_good_hit	1142.0	91.85600000000001	64.0	0.1938618925831202	NZ_FNWC01000002.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0013_000000005028	1788	0.5723082709367732	4	1	0	1	0	True	89979	maximal	True	CHI0013_000000005028	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	100.0	14.0	0.0003659597444281129	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	True
ENG0064_000000012466	1787	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.36793341686457287		0	0	False	False	0.9988808035850525	0					non-mobilizable	other	1809.0	98.618	100.0	0.0007814147756544349	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
CHI0040_000000008469	1784	0.5723082709367732	2	1	0	1	0	True	101993	fragment	False	CHI0040_000000008469	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1784.0	99.72	100.0	0.0003468023481417093	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
ISR0787_000000008142	1783	0.5723082709367732	3	1	0	1	0	True	22131	maximal	True	ISR0787_000000008142	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0106_000000011601	1782	0.5723082709367732	2	1	0	1	0	True	106401	fragment	False	ISR0134_000000016809	0.964585519412382		0	0	False	False	1.0	0					non-mobilizable	chromosome	1779.0	99.213	100.0	0.00040227591331112443	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0387_000000013621	1781	0.5723082709367732	2	1	0	1	0	True	91283	fragment	False	ISR0387_000000013621	1.0		0	0	False	False	0.9932622313499451	0					non-mobilizable	plasmid	1203.0	85.12100000000001	99.0	0.29168716182980814	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
USA0102_01_000000007430	1781	0.5723082709367732	2	1	0	1	0	True	334	maximal	True	USA0102_01_000000007430	1.0		9	5	False	False	0.9994385242462158	0					non-mobilizable	no_good_hit	818.0	98.411	46.0	0.00027466082249472134	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0042_000000018757	1779	0.5723082709367732	2	1	0	1	0	True	126064	fragment	False	SPA0042_000000018757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0078_000000004232	1779	0.5723082709367732	1	1	0	1	0	True	5662	maximal	True	SPA0078_000000004232	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	96.512	8.0	1.5345600064415413e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	True
ISR0267_000000009879	1776	0.5723082709367732	2	1	0	1	0	True	26532	fragment	False	ISR0267_000000009879	1.0		0	0	False	False	0.9847972989082336	0					non-mobilizable	no_good_hit								True	True
USA0010_01_000000014957	1776	0.5723082709367732	2	1	0	1	0	True	4564	maximal	True	USA0010_01_000000014957	1.0		8	6	False	False	0.9893018007278442	0					non-mobilizable	no_good_hit	1273.0	71.79899999999999	70.0	0.011574739614731823	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
MAD0034_000000008851	1775	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.11085193534397977	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1777.0	93.07799999999999	100.0	0.0006256424479875168	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0036_000000007288	1774	0.5723082709367732	3	1	0	1	0	True	36752	fragment	False	ISR0036_000000007288	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	94.887	45.0	0.14885496183206107	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	True	True
ISR0136_000000004846	1770	0.5723082709367732	2	1	0	1	0	True	31395	maximal	True	ISR0136_000000004846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0054_000000014434	1767	0.5723082709367732	3	1	0	1	0	True	35703	fragment	False	ISR0054_000000014434	0.9945558739255014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0789_000000007884	1766	0.5723082709367732	3	1	0	1	0	True	22098	fragment	False	ISR0789_000000007884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	90.34700000000001	23.0	0.0015182952686738959	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
MON0003_000000008705	1761	0.5723082709367732	2	1	0	1	0	True	14278	fragment	False	MON0008_000000019694	0.9867330016583749		0	0	False	False	0.9613855481147766	0					non-mobilizable	no_good_hit								True	True
ISR0109_000000018380	1760	0.5723082709367732	2	1	0	1	0	True	32747	fragment	False	ISR0109_000000018380	1.0		0	0	False	False	0.9971590638160706	0					non-mobilizable	no_good_hit	917.0	97.601	58.0	0.002412710453673852	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	True
SPA0007_000000014661	1760	0.5723082709367732	3	1	0	1	0	True	70775	fragment	False	SPA0007_000000014661	0.9988137603795967		0	0	False	False	0.9784091114997864	0					non-mobilizable	other	1132.0	91.431	100.0	0.18541632451962556	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	True
ISR0279_000000012527	1758	0.5723082709367732	1	1	0	1	0	True	26235	fragment	False	ISR0279_000000012527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	84.219	46.0	0.22138228941684665	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0137_000000020995	1756	0.5723082709367732	2	1	0	1	0	True	3559	maximal	True	SPA0137_000000020995	1.0		2	2	False	False	0.9988610744476318	0					non-mobilizable	chromosome	1206.0	95.68799999999999	98.0	0.0005807290486935284	CP020438.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 chromosome, complete genome	False	True
ENG0185_000000011435	1754	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.327132838618538		0	0	False	False	1.0	0					non-mobilizable	chromosome	1754.0	97.206	100.0	0.0008714451656442573	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	True
CHI0063_000000007685	1753	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.07776365876738656	PS1133	0	0	False	True	0.9954363703727722	0					non-mobilizable	chromosome	1750.0	93.257	100.0	0.0005873567833986382	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0189_000000008919	1749	0.5723082709367732	2	1	0	1	0	True	29222	fragment	False	ISR0189_000000008919	1.0		0	0	False	False	0.9982847571372986	0					non-mobilizable	no_good_hit	51.0	86.275	3.0	2.0885866793948265e-06	CP050228.1	eudicots	Morus alba cultivar Heyebai chromosome 5	True	True
FIJ0033_000000021375	1746	0.5723082709367732	2	1	0	1	0	True	48270	maximal	True	FIJ0033_000000021375	1.0		4	1	False	False	0.9982817769050598	0					non-mobilizable	no_good_hit								True	True
ISR0391_000000008571	1745	0.5723082709367732	3	1	0	1	0	True	35703	fragment	False	ISR0054_000000014434	0.9883984153933221		0	0	False	False	0.9948424100875854	0					non-mobilizable	no_good_hit								True	True
MON0057_000000015080	1744	0.5723082709367732	1	1	0	1	0	True	11040	maximal	True	MON0057_000000015080	1.0		1	1	False	False	0.9873853325843811	0					non-mobilizable	no_good_hit	904.0	97.898	52.0	0.3250539956803456	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0155_000000011569	1742	0.5723082709367732	2	1	0	1	0	True	101990	maximal	True	ISR0155_000000011569	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1479.0	99.527	99.0	0.0009477609308320481	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
MAD0010_000000002413	1741	0.5723082709367732	1	1	0	1	0	True	19741	maximal	True	MAD0010_000000002413	1.0		2	1	False	False	0.9908098578453064	0					non-mobilizable	no_good_hit	212.0	76.887	12.0	0.0640904806786051	JN689218.1	firmicutes	Clostridium perfringens plasmid pJIR3843, complete sequence	True	True
FIJ0082_000000017831	1737	0.5723082709367732	2	1	0	1	0	True	121929	fragment	False	FIJ0169_000000011093	0.314454932444938		0	0	False	False	0.9930915236473083	0					non-mobilizable	other	1721.0	92.214	99.0	0.04978868754703873	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0800_000000006867	1736	0.5723082709367732	1	1	0	1	0	True	56500	maximal	True	ISR0800_000000006867	1.0		11	5	False	False	0.9982718825340271	0					non-mobilizable	no_good_hit								True	True
ISR0085_000000014657	1735	0.5723082709367732	1	1	0	1	0	True	58514	fragment	False	ISR0085_000000014657	1.0		0	0	False	False	0.9919308423995972	0					non-mobilizable	no_good_hit								True	True
ISR0009_000000019257	1735	0.5723082709367732	3	1	0	1	0	True	83566	fragment	False	ISR0009_000000019257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0099_000000018135	1732	0.5723082709367732	3	1	0	1	0	True	51159	fragment	False	MAD0099_000000018135	1.0		0	0	False	False	0.9936489462852478	0					non-mobilizable	no_good_hit								True	True
ENG0143_000000010676	1729	0.5723082709367732	1	1	0	1	0	True	57606	maximal	True	ENG0143_000000010676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0016_000000027262	1728	0.5723082709367732	1	1	0	1	0	True	92803	fragment	False	CAN0016_000000027262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	97.045	88.0	0.2661091982292179	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
FIJ0067_000000018248	1728	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.6018305997315194		0	0	False	False	0.9994212985038757	0					non-mobilizable	chromosome	1729.0	93.175	100.0	0.2612189205579139	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0014_000000003929	1726	0.5723082709367732	3	1	0	1	0	True	110551	maximal	True	CHI0014_000000003929	1.0		72	10	False	False	0.9994206428527832	0					non-mobilizable	other	1296.0	97.454	90.0	0.03161560913394324	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
ISR0287_000000007597	1723	0.5723082709367732	1	1	0	1	0	True	65435	fragment	False	ISR0287_000000007597	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1346.0	97.54799999999999	92.0	0.4841612670986321	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
DEN0017_000000016893	1723	0.5723082709367732	1	1	0	1	0	True	75212	fragment	False	SPA0076_000000008613	0.9683441558441558		0	0	False	False	0.9982588291168213	0					non-mobilizable	no_good_hit								True	True
ETH0004_000000016448	1720	0.5723082709367732	2	1	0	1	0	True	52866	fragment	False	ETH0004_000000016448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000009137	1718	0.5723082709367732	1	1	0	1	0	True	40145	fragment	False	ISR0189_000000009137	0.9216670818813075		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	93.089	100.0	0.04970184681294506	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
MON0043_000000016628	1718	0.5723082709367732	1	1	0	1	0	True	106352	fragment	False	MON0043_000000016628	1.0		0	0	False	False	0.9994179010391235	0					non-mobilizable	no_good_hit	1088.0	85.57	71.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0087_000000021142	1717	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.28466713876296385		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	98.735	100.0	0.0007511608850040972	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
AUS0018_000000016401	1717	0.5723082709367732	2	1	0	1	0	True	112563	fragment	False	AUS0018_000000016401	0.9534883720930232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	78.378	28.0	0.12237394957983193	HG796335.1	bacteria	Uncultured bacterium plasmid pRGI00505	True	True
USA0026_01_000000018820	1715	0.5723082709367732	1	1	0	1	0	True	78529	fragment	False	USA0026_01_000000018820	1.0		0	0	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit	94.0	97.87200000000001	5.0	0.0007316382402920259	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	True
USA0011_01_000000021096	1714	0.5723082709367732	2	1	0	1	0	True	2010	maximal	True	USA0011_01_000000021096	1.0		2	2	False	False	0.9994165897369385	0					non-mobilizable	no_good_hit								True	True
ISR0230_000000019949	1713	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.11546617106597865	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1714.0	94.34100000000001	100.0	0.0005518089632212235	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
SPA0016_000000019754	1713	0.5723082709367732	2	1	0	1	0	True	66291	fragment	False	SPA0128_000000020194	0.9570184983677912		0	0	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit								True	True
FIJ0103_000000012891	1712	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.026340341552817004		0	0	False	False	1.0	0					non-mobilizable	other	1687.0	94.309	98.0	0.0009567710344403402	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
ISR0282_000000013879	1712	0.5723082709367732	2	1	0	1	0	True	26138	fragment	False	ISR0282_000000013879	1.0		0	0	False	False	0.9953271150588989	0					non-mobilizable	no_good_hit								True	True
AST0024_000000020593	1711	0.5723082709367732	2	1	0	1	0	True	121179	fragment	False	AST0024_000000020593	0.9851807943094251		0	0	False	False	0.9994155168533325	0					non-mobilizable	no_good_hit	103.0	89.32	6.0	3.3974165365173015e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0138_000000015628	1710	0.5723082709367732	2	1	0	1	0	True	17210	fragment	False	SPA0138_000000015628	1.0		0	0	False	False	0.9830409288406372	0					non-mobilizable	no_good_hit	266.0	80.827	42.0	7.321571493196924e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0151_000000011966	1710	0.5723082709367732	2	1	0	1	0	True	30764	maximal	True	ISR0151_000000011966	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0147_000000008710	1708	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.23341325227592785		0	0	False	False	1.0	0					non-mobilizable	other	1708.0	96.956	100.0	0.8895257946847316	KX128148.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_TE_17 genomic sequence	False	True
AST0061_000000024633	1706	0.5723082709367732	2	1	0	1	0	True	111940	maximal	True	AST0061_000000024633	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.1508538845644963e-06	CP050228.1	eudicots	Morus alba cultivar Heyebai chromosome 5	True	True
ISR0330_000000018200	1705	0.5723082709367732	1	1	0	1	0	True	24655	maximal	True	ISR0330_000000018200	1.0		1	1	False	False	0.9835777282714844	0					non-mobilizable	no_good_hit	1197.0	94.319	82.0	0.0006132374167117451	LR134275.1	firmicutes	Streptococcus vestibularis strain NCTC12167 genome assembly, chromosome: 1	True	True
MON0087_000000030007	1704	0.5723082709367732	1	1	0	1	0	True	9689	maximal	True	MON0087_000000030007	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0177_000000015709	1703	0.5723082709367732	4	1	0	1	0	True	55520	fragment	False	ENG0177_000000015709	0.9935225169648365		0	0	False	False	0.9958896040916443	0					non-mobilizable	no_good_hit								True	True
ENG0069_000000010988	1703	0.5723082709367732	4	1	0	1	0	True	115500	fragment	False	ENG0069_000000010988	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	99.00200000000001	100.0	0.009803356872141648	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0039_000000021849	1703	0.5723082709367732	2	1	0	1	0	True	53706	fragment	False	ISR0039_000000021849	0.9823491655969191		0	0	False	False	0.990604817867279	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0005537974683544304	MK250091.1	viruses	Mimiviridae sp. ChoanoV1 genomic sequence	True	True
SPA0109_000000019362	1703	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03680721998448457	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1686.0	90.62899999999999	100.0	0.0005945896925318476	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0148_000000011237	1699	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.07573137909312146	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1699.0	91.87799999999999	100.0	0.0005988241591848934	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0288_000000017624	1697	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08031290061100321	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1699.0	93.93799999999999	100.0	0.0005466518701070064	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ENG0172_000000013553	1695	0.5723082709367732	3	1	0	1	0	True	55726	fragment	False	ENG0172_000000013553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.553271545707085e-05	CP007563.1	g-proteobacteria	Candidatus Portiera aleyrodidarum MED (Bemisia tabaci) strain BT-Q, complete genome	True	True
ISR0387_000000014259	1693	0.5723082709367732	2	1	0	1	0	True	106365	fragment	False	ISR0387_000000014259	0.9478695989162184		0	0	False	False	0.9976373314857483	0					non-mobilizable	other	1609.0	93.47399999999999	98.0	0.5357142857142857	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0017_000000019645	1692	0.5723082709367732	3	1	0	1	0	True	37845	fragment	False	ISR0017_000000019645	1.0		0	0	False	False	0.9692671298980713	0					non-mobilizable	no_good_hit								True	True
FIJ0144_000000018655	1689	0.5723082709367732	3	1	0	1	0	True	40067	maximal	True	FIJ0144_000000018655	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	5.474350630515579e-07	LR761640.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG7	True	True
ISR0140_000000013783	1689	0.5723082709367732	3	1	0	1	0	True	31234	maximal	True	ISR0140_000000013783	1.0		1	1	False	False	0.9739490747451782	0					non-mobilizable	no_good_hit	270.0	100.0	16.0	6.595285572187607e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0099_000000009734	1689	0.5723082709367732	3	1	0	1	0	True	60652	fragment	False	ENG0099_000000009734	1.0		0	0	False	False	0.9698046445846558	0					non-mobilizable	no_good_hit	445.0	93.258	26.0	0.010920166402535658	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
DEN0011_000000027255	1688	0.5723082709367732	2	1	0	1	0	True	75637	fragment	False	DEN0011_000000027255	1.0		0	0	False	False	0.9970378875732422	0					non-mobilizable	no_good_hit								True	True
USA0047_01_000000021518	1687	0.5723082709367732	2	1	0	1	0	True	121179	fragment	False	AST0024_000000020593	0.9774985388661601		0	0	False	False	0.9970361590385437	0					non-mobilizable	no_good_hit	82.0	91.463	5.0	2.6839590638486682e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
DEN0068_000000001342	1686	0.5723082709367732	2	1	0	1	0	True	70775	fragment	False	SPA0007_000000014661	0.9778409090909091		0	0	False	False	1.0	0					non-mobilizable	other	1686.0	99.881	100.0	0.2745801402250122	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
USA0023_01_000000018171	1684	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.07804522370216503	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1687.0	95.436	100.0	0.0005424617319517051	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
USA0004_01_000000013540	1683	0.5723082709367732	3	1	0	1	0	True	25510	maximal	False	ISR0303_000000007577	0.6431095406360424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0171_000000012408	1682	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.018627877543120404	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1687.0	89.33	100.0	0.0005644683815240781	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0011_01_000000021479	1681	0.5723082709367732	5	1	0	1	0	True	2008	fragment	False	USA0011_01_000000021479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0100_000000010976	1681	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.7355548007107384		0	0	False	False	0.99821537733078	0					non-mobilizable	chromosome	1681.0	94.40799999999999	100.0	0.2545482110369921	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0310_000000010319	1679	0.5723082709367732	1	1	0	1	0	True	26400	fragment	False	ISR0310_000000010319	1.0		0	0	False	False	0.9940440654754639	0					non-mobilizable	no_good_hit	876.0	77.51100000000001	52.0	0.004993836902553942	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0044_000000033039	1677	0.5723082709367732	2	1	0	1	0	True	11612	maximal	True	MON0044_000000033039	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0142_000000020443	1673	0.5723082709367732	3	1	0	1	0	True	57679	fragment	False	ENG0142_000000020443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	73.936	33.0	0.028578838174273858	NC_015168.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170 plasmid pBACSA02, complete sequence	True	True
ISR0357_000000015551	1673	0.5723082709367732	3	1	0	1	0	True	58420	fragment	False	ISR0357_000000015551	1.0		0	0	False	False	0.9874476790428162	0					non-mobilizable	no_good_hit	876.0	77.51100000000001	52.0	0.004993836902553942	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CAN0018_000000020412	1671	0.5723082709367732	1	1	0	1	0	True	92803	fragment	False	CAN0016_000000027262	0.9835069444444444		0	0	False	False	1.0	0					non-mobilizable	plasmid	1083.0	97.045	90.0	0.2661091982292179	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
SPA0070_000000012344	1670	0.5723082709367732	1	1	0	1	0	True	115068	fragment	False	SPA0070_000000012344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	84.76700000000001	84.0	0.4172229639519359	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MAD0026_000000008309	1669	0.5723082709367732	2	1	0	1	0	True	19087	fragment	False	MAD0026_000000008309	1.0		0	0	False	False	0.9904134273529053	0					non-mobilizable	no_good_hit	322.0	94.72	19.0	0.004231032846522908	NZ_KB291705.1	firmicutes	Clostridium celatum DSM 1785 Scfld324, whole genome shotgun sequence	True	True
TAN0007_000000024585	1665	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.1606468235447988		0	0	False	False	0.9993994235992432	0					non-mobilizable	other	1687.0	98.34	100.0	0.000728686566235275	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ENG0141_000000016079	1665	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.07119332304702386	PS1133	0	0	False	True	0.9957957863807678	0					non-mobilizable	chromosome	1664.0	93.99	100.0	0.0005857678870046689	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0114_000000016839	1663	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.31823232964834175	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1664.0	93.26899999999999	100.0	0.0005360153655589339	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
CHI0034_000000010025	1663	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.0915387682231362	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1663.0	92.18299999999999	100.0	0.0005356930472392952	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
USA0022_01_000000004335	1662	0.5723082709367732	2	1	0	1	0	True	84966	fragment	False	USA0022_01_000000004335	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1640.0	99.87799999999999	99.0	0.017093392364881797	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	True
SPA0114_000000028302	1662	0.5723082709367732	2	1	0	1	0	True	88436	fragment	False	SPA0114_000000028302	1.0		0	0	False	False	0.9903730154037476	0					non-mobilizable	chromosome	1663.0	95.67	100.0	0.0005644059958197937	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ISR0218_000000010514	1661	0.5723082709367732	1	1	0	1	0	True	28065	fragment	False	ISR0218_000000010514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	86.833	36.0	0.21310295176385888	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0205_000000004965	1661	0.5723082709367732	4	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.0575990727952032	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1665.0	93.814	100.0	0.0005587462810554381	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0085_000000017801	1660	0.5723082709367732	1	1	0	1	0	True	120681	fragment	False	MON0006_000000009634	0.3916509558123761		0	0	False	False	1.0	0					non-mobilizable	other	1584.0	95.01299999999999	95.0	0.003449455561293753	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
DEN0062_000000012560	1659	0.5723082709367732	1	1	0	1	0	True	71701	maximal	True	DEN0062_000000012560	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	99.338	9.0	0.0015621420091229093	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	True	True
ENG0055_000000011619	1656	0.5723082709367732	3	1	0	1	0	True	63639	maximal	True	ENG0055_000000011619	1.0		0	0	False	False	0.9541062712669373	0					non-mobilizable	no_good_hit	50.0	90.0	3.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
ISR0841_000000008929	1656	0.5723082709367732	2	1	0	1	0	True	30089	fragment	False	ISR0169_000000017488	0.9363938053097345		0	0	False	False	0.9981883764266968	0					non-mobilizable	chromosome	1656.0	96.43700000000001	100.0	0.0002550986985342229	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
SPA0001_000000020261	1655	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.10832395377784226		0	0	False	False	1.0	0					non-mobilizable	other	1477.0	86.324	100.0	0.0454447156229726	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
FIJ0041_000000022705	1653	0.5723082709367732	1	1	0	1	0	True	47364	fragment	False	FIJ0041_000000022705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0212_000000021628	1652	0.5723082709367732	2	1	0	1	0	True	28392	maximal	True	ISR0212_000000021628	1.0		106	9	False	False	0.9969733953475952	0					non-mobilizable	no_good_hit	522.0	84.291	39.0	0.00017368257893048556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0131_000000015926	1650	0.5723082709367732	2	1	0	1	0	True	58350	fragment	False	ENG0131_000000015926	1.0		0	0	False	False	0.9927272796630859	0					non-mobilizable	no_good_hit								True	True
ISR0126_000000029992	1649	0.5723082709367732	3	1	0	1	0	True	59212	fragment	False	ISR0126_000000029992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0084_000000016262	1648	0.5723082709367732	3	1	0	1	0	True	66345	maximal	True	ISR0084_000000016262	1.0		44	6	False	False	0.9902912378311157	0					non-mobilizable	other	1637.0	93.40299999999999	99.0	0.0014374687889039718	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0175_000000012596	1648	0.5723082709367732	2	1	0	1	0	True	73225	fragment	False	ISR0175_000000012596	1.0		0	0	False	False	0.9987863898277283	0					non-mobilizable	other	1648.0	96.29899999999999	100.0	0.00038747969208091914	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
AST0010_000000018176	1647	0.5723082709367732	3	1	0	1	0	True	126063	fragment	False	AST0010_000000018176	0.9889336016096579		0	0	False	False	0.9975713491439819	0					non-mobilizable	no_good_hit								True	True
CHI0132_000000018578	1646	0.5723082709367732	2	1	0	1	0	True	80887	maximal	True	CHI0132_000000018578	1.0		2	1	False	False	0.9890643954277039	0					non-mobilizable	no_good_hit								True	True
CAN0022_000000019645	1645	0.5723082709367732	2	1	0	1	0	True	91280	fragment	False	CAN0022_000000019645	0.8180499711201401		0	0	False	False	1.0	0					non-mobilizable	plasmid	1098.0	99.545	99.0	0.26979832759468764	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0231_000000011585	1643	0.5723082709367732	1	1	0	1	0	True	29790	fragment	False	ISR0231_000000011585	1.0		0	0	False	False	0.9872184991836548	0					non-mobilizable	no_good_hit	876.0	77.626	53.0	0.004988076998398747	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0033_000000015588	1642	0.5723082709367732	2	1	0	1	0	True	65488	maximal	True	ENG0033_000000015588	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	81.752	17.0	0.000694503610644236	NZ_JH126468.1	actinobacteria	Collinsella tanakaei YIT 12063 supercont1.2, whole genome shotgun sequence	True	True
DEN0010_000000028211	1637	0.5723082709367732	2	1	0	1	0	True	75916	maximal	True	DEN0010_000000028211	1.0		2	2	False	False	0.9853390455245972	0					non-mobilizable	no_good_hit								True	True
ENG0019_000000011134	1637	0.5723082709367732	3	1	0	1	0	True	66523	maximal	True	ENG0019_000000011134	1.0		4	1	False	False	0.9651802182197571	0					non-mobilizable	no_good_hit	1376.0	87.71799999999999	84.0	0.0024596516659610044	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	True
FIJ0032_000000022388	1637	0.5723082709367732	1	1	0	1	0	True	48401	fragment	False	FIJ0032_000000022388	1.0		0	0	False	False	0.978619396686554	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000010052	1635	0.5723082709367732	2	1	0	1	0	True	5737	fragment	False	SPA0076_000000010052	1.0		0	0	False	False	0.9993883967399597	0					non-mobilizable	no_good_hit	99.0	98.99	6.0	0.0002581284109825737	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	True
DEN0085_000000017533	1634	0.5723082709367732	2	1	0	1	0	True	68964	fragment	False	DEN0085_000000017533	1.0		0	0	False	False	0.9981639981269836	0					non-mobilizable	no_good_hit	827.0	77.63	50.0	0.004711601598949394	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0131_000000016086	1633	0.5723082709367732	2	1	0	1	0	True	83571	fragment	False	ENG0131_000000016086	1.0		0	0	False	False	0.959583580493927	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	1.3359373279303696e-05	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	True
SPA0056_000000021901	1632	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.1021412329639741		0	0	False	False	1.0	0					non-mobilizable	other	1654.0	98.67	100.0	0.0007144240177858301	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
MON0087_000000031342	1632	0.5723082709367732	2	1	0	1	0	True	73865	fragment	False	MON0087_000000031342	1.0		0	0	False	False	0.999387264251709	0					non-mobilizable	no_good_hit								True	True
FIJ0119_000000010700	1630	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.4133108501367554		0	0	False	False	1.0	0					non-mobilizable	chromosome	1596.0	93.10799999999999	98.0	0.2416616130988478	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0178_000000006274	1630	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.07688552717760246	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1632.0	93.444	100.0	0.0005479752684085863	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0209_000000017478	1629	0.5723082709367732	4	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.07748654493370906	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1632.0	95.28200000000001	100.0	0.000524734224371584	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0098_000000014519	1627	0.5723082709367732	3	1	0	1	0	True	42855	maximal	True	FIJ0098_000000014519	1.0		9	3	False	False	0.9975414872169495	0					non-mobilizable	no_good_hit								True	True
ISR0033_000000019414	1626	0.5723082709367732	1	1	0	1	0	True	91284	fragment	False	ISR0033_000000019414	1.0		0	0	False	False	0.9993849992752075	0					non-mobilizable	no_good_hit	1414.0	94.837	87.0	0.5068394528437725	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
SPA0030_000000018721	1626	0.5723082709367732	3	1	0	1	0	True	78385	fragment	False	ENG0148_000000020526	0.6324006488240065		0	0	False	False	0.9932349324226379	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	3.0	0.0003284117188248334	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MAD0099_000000019394	1625	0.5723082709367732	1	1	0	1	0	True	40145	fragment	False	ISR0189_000000009137	0.9074265982279671		0	0	False	False	1.0	0					non-mobilizable	other	1627.0	93.055	99.0	0.04695189023331211	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0077_000000021967	1625	0.5723082709367732	3	1	0	1	0	True	34486	maximal	True	ISR0077_000000021967	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	98.116	51.0	0.09110798562275356	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	True	True
FIJ0057_000000021315	1623	0.5723082709367732	3	1	0	1	0	True	46120	maximal	True	FIJ0057_000000021315	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	87.62200000000001	57.0	0.008698800461141229	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
USA0101_01_000000019201	1622	0.5723082709367732	3	1	0	1	0	True	1441	fragment	False	USA0101_01_000000019201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0059_000000010704	1621	0.5723082709367732	4	1	0	1	0	True	55520	fragment	False	ENG0177_000000015709	0.9697592483852026		0	0	False	False	0.9938309788703918	0					non-mobilizable	no_good_hit								True	True
ISR0213_000000016673	1620	0.5723082709367732	3	1	0	1	0	True	28260	maximal	True	ISR0213_000000016673	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.64627761256805e-07	LS423618.1	birds	Anas platyrhynchos genome assembly, chromosome: 8	True	True
FIJ0142_000000022219	1620	0.5723082709367732	4	1	0	1	0	True	40178	maximal	True	FIJ0142_000000022219	1.0		0	0	False	False	0.9932098984718323	0					non-mobilizable	no_good_hit								True	True
SPA0124_000000018136	1619	0.5723082709367732	1	1	0	1	0	True	4047	fragment	False	SPA0124_000000018136	1.0		0	0	False	False	0.9993823170661926	0					non-mobilizable	no_good_hit								True	True
USA0010_01_000000016354	1619	0.5723082709367732	2	1	0	1	0	True	2052	fragment	False	USA0010_01_000000016354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	93.443	4.0	1.398698557615424e-05	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	True
ISR0805_000000007235	1618	0.5723082709367732	2	1	0	1	0	True	21789	fragment	False	ISR0805_000000007235	1.0		0	0	False	False	0.9981458783149719	0					non-mobilizable	other	1618.0	97.404	100.0	0.00038111597451024714	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
ENG0138_000000012167	1617	0.5723082709367732	2	1	0	1	0	True	106396	fragment	False	ENG0138_000000012167	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1617.0	98.516	100.0	0.00036562310231202314	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0219_000000020454	1615	0.5723082709367732	2	1	0	1	0	True	124582	fragment	False	ISR0372_000000009317	0.34867049848282183		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	85.41799999999999	100.0	0.0005722600888607441	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0044_000000034512	1615	0.5723082709367732	1	1	0	1	0	True	11610	fragment	False	MON0044_000000034512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	99.24799999999999	8.0	0.044310171198388724	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0063_000000019236	1614	0.5723082709367732	2	1	0	1	0	True	106400	fragment	False	ENG0063_000000019236	0.9962756052141527		0	0	False	False	1.0	0					non-mobilizable	chromosome	1614.0	98.637	100.0	0.0003649443465527805	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
SPA0096_000000025863	1614	0.5723082709367732	3	1	0	1	0	True	58284	fragment	False	SPA0096_000000025863	1.0		0	0	False	False	0.9931846261024475	0					non-mobilizable	no_good_hit								True	True
ISR0210_000000011840	1612	0.5723082709367732	1	1	0	1	0	True	35270	backbone	True	ISR0210_000000011840	0.9568253968253968	PS111	1	1	True	True	0.985111653804779	11					non-mobilizable	no_good_hit								True	True
ISR0231_000000011862	1612	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.07292740507846668		0	0	False	False	0.998138964176178	0					non-mobilizable	other	1537.0	99.805	95.0	0.0008741925820630489	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
AST0006_000000007894	1612	0.5723082709367732	2	1	0	1	0	True	127485	fragment	False	AST0006_000000007894	1.0		0	0	False	False	0.9993796348571777	0					non-mobilizable	no_good_hit								True	True
AST0059_000000009438	1611	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.058819487360521235	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1611.0	94.289	100.0	0.0005670656592870499	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0267_000000011049	1611	0.5723082709367732	2	1	0	1	0	True	106400	fragment	False	ENG0063_000000019236	0.9953531598513011		0	0	False	False	1.0	0					non-mobilizable	chromosome	1611.0	99.193	100.0	0.0003642655907935379	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
FIJ0106_000000016911	1611	0.5723082709367732	2	1	0	1	0	True	42340	maximal	True	FIJ0106_000000016911	1.0		2	2	False	False	0.994413435459137	0					non-mobilizable	no_good_hit	412.0	91.505	26.0	0.00011464968509087106	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
USA0062_01_000000012074	1610	0.5723082709367732	1	1	0	1	0	True	34760	fragment	False	USA0062_01_000000012074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1445.0	88.235	89.0	0.5151187904967602	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
USA0119_01_000000015294	1609	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.081852959672431	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1610.0	92.98100000000001	100.0	0.0005670656592870499	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0029_000000016683	1608	0.5723082709367732	2	1	0	1	0	True	40145	fragment	False	ISR0189_000000009137	0.5519057222172472		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	95.09	100.0	0.046517686562843746	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0287_000000008314	1608	0.5723082709367732	1	1	0	1	0	True	115069	fragment	False	ISR0287_000000008314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	87.889	83.0	0.4062082777036048	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ETH0003_000000026024	1607	0.5723082709367732	1	1	0	1	0	True	106365	fragment	False	ISR0387_000000014259	0.7397243567414142		0	0	False	False	0.9987554550170898	0					non-mobilizable	other	1526.0	97.117	100.0	0.5090120160213618	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0089_000000014478	1606	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.11938272331594682		0	0	False	False	0.9906600117683411	0					non-mobilizable	other	1628.0	98.649	100.0	0.000703186858401419	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ISR0285_000000011769	1606	0.5723082709367732	2	1	0	1	0	True	26062	maximal	True	ISR0285_000000011769	1.0		0	0	False	False	0.9676214456558228	0					non-mobilizable	no_good_hit	1027.0	100.0	64.0	0.000295422420949308	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
USA0037_01_000000021066	1605	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.25000697260485066	PS1133	0	0	False	True	0.9993769526481628	0					non-mobilizable	chromosome	1605.0	98.193	100.0	0.0005660070426237885	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0019_000000018701	1605	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.08246828037166691		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	97.321	100.0	0.0009134885352632772	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
SPA0014_000000014886	1603	0.5723082709367732	1	1	0	1	0	True	35782	maximal	True	SPA0014_000000014886	1.0		3	3	False	False	0.981908917427063	0					non-mobilizable	no_good_hit								True	True
MAD0078_000000006054	1601	0.5723082709367732	2	1	0	1	0	True	16197	fragment	False	MAD0078_000000006054	1.0		0	0	False	False	0.9881324172019958	0					non-mobilizable	no_good_hit								True	True
ISR0146_000000026385	1599	0.5723082709367732	2	1	0	1	0	True	101991	fragment	False	ISR0146_000000026385	0.8345010785323728		0	0	False	False	1.0	0					non-mobilizable	other	1600.0	99.93799999999999	100.0	0.01584690247068967	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ISR0171_000000018335	1599	0.5723082709367732	2	1	0	1	0	True	29972	fragment	False	ISR0171_000000018335	1.0		0	0	False	False	0.9856160283088684	0					non-mobilizable	no_good_hit								True	True
CAN0020_000000022354	1598	0.5723082709367732	2	1	0	1	0	True	118252	fragment	False	CAN0020_000000022354	0.9532915360501567		0	0	False	False	1.0	0					non-mobilizable	chromosome	1521.0	100.0	95.0	0.0005341777089750641	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
FIJ0040_000000015337	1596	0.5723082709367732	2	1	0	1	0	True	106365	fragment	False	ISR0387_000000014259	0.5643215848579111		0	0	False	False	0.9987468719482422	0					non-mobilizable	other	1464.0	97.883	92.0	0.4883177570093458	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0050_000000017753	1596	0.5723082709367732	1	1	0	1	0	True	106364	fragment	False	ISR0050_000000017753	1.0		0	0	False	False	0.9874686598777771	0					non-mobilizable	no_good_hit	1282.0	85.959	87.0	0.4248998664886515	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0049_000000013734	1595	0.5723082709367732	4	1	0	1	0	True	11355	fragment	False	MON0049_000000013734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	87.368	6.0	0.0002988595646188428	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	True
FIJ0171_000000013101	1595	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.05251348728746251	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1595.0	94.10700000000001	100.0	0.0005556074525293733	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0180_000000011171	1594	0.5723082709367732	2	1	0	1	0	True	72407	fragment	False	ENG0180_000000011171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	86.986	46.0	0.00021196125145032019	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0097_000000019129	1594	0.5723082709367732	2	1	0	1	0	True	33282	maximal	True	ISR0097_000000019129	1.0		1	1	False	False	0.9899623394012451	0					non-mobilizable	no_good_hit								True	True
FIJ0036_000000026647	1594	0.5723082709367732	2	1	0	1	0	True	47924	fragment	False	FIJ0036_000000026647	1.0		0	0	False	False	0.9924717545509338	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.064326887060154e-06	LN590686.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG35, chromosome: 35	True	True
AST0005_000000017251	1594	0.5723082709367732	2	1	0	1	0	True	128045	maximal	True	AST0005_000000017251	1.0		1	1	False	False	0.9937264919281006	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.739698533111626e-07	CP023757.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 1	True	True
SPA0156_000000012429	1592	0.5723082709367732	1	1	0	1	0	True	3173	fragment	False	SPA0156_000000012429	1.0		0	0	False	False	0.998115599155426	0					non-mobilizable	no_good_hit								True	True
SPA0130_000000020965	1591	0.5723082709367732	2	1	0	1	0	True	3796	fragment	False	SPA0130_000000020965	1.0		0	0	False	False	0.9886863827705383	0					non-mobilizable	plasmid	703.0	99.431	90.0	0.23564954682779457	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	False	True
ISR0143_000000018400	1588	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.08130864491222851		0	0	False	False	0.9792191386222839	0					non-mobilizable	other	1587.0	96.40799999999999	100.0	0.0004971664648202186	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0141_000000019747	1588	0.5723082709367732	3	1	0	1	0	True	31202	maximal	True	ISR0141_000000019747	1.0		2	2	False	False	0.997481107711792	0					non-mobilizable	no_good_hit	329.0	94.833	55.0	0.00012972728398133034	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
SPA0011_000000010886	1588	0.5723082709367732	2	1	0	1	0	True	62060	fragment	False	SPA0011_000000010886	1.0		0	0	False	False	0.98740553855896	0					non-mobilizable	no_good_hit	108.0	89.815	7.0	0.001736364669035912	NZ_SMCQ01000018.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_118, whole genome shotgun sequence	True	True
ISR0052_000000023285	1587	0.5723082709367732	1	1	0	1	0	True	35782	maximal	False	SPA0014_000000014886	0.9950093574547723		0	0	False	False	0.9993698596954346	0					non-mobilizable	no_good_hit								True	True
ENG0040_000000015064	1587	0.5723082709367732	1	1	0	1	0	True	80399	maximal	True	ENG0040_000000015064	1.0		3	2	False	False	0.9892879724502563	0					non-mobilizable	no_good_hit	353.0	93.484	27.0	9.74723828248663e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
AST0104_000000021901	1585	0.5723082709367732	2	1	0	1	0	True	107777	maximal	True	AST0104_000000021901	1.0		1	1	False	False	0.9955835938453674	0					non-mobilizable	no_good_hit								True	True
ISR0109_000000020412	1584	0.5723082709367732	3	1	0	1	0	True	110550	fragment	False	ISR0109_000000020412	0.9492107069320521		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	96.639	96.0	0.029138358146721936	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
CHI0131_000000011282	1584	0.5723082709367732	3	1	0	1	0	True	96399	maximal	True	CHI0131_000000011282	1.0		1	1	False	False	0.9987373948097229	0					non-mobilizable	other	1585.0	97.539	100.0	0.0004998305498704038	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ISR0082_000000020650	1583	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.22450417750263335	PS1133	0	0	False	True	0.9993683099746704	0					non-mobilizable	chromosome	1586.0	91.803	100.0	0.0005102298999878486	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
SPA0135_000000013176	1583	0.5723082709367732	1	1	0	1	0	True	31059	fragment	False	SPA0135_000000013176	0.9971246006389776		0	0	False	False	0.998736560344696	0					non-mobilizable	no_good_hit								True	True
SPA0155_000000012336	1581	0.5723082709367732	2	1	0	1	0	True	94699	fragment	False	SPA0155_000000012336	1.0		0	0	False	False	0.9981024861335754	0					non-mobilizable	other	1276.0	96.16	99.0	0.0003996151900195322	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0037_000000020522	1581	0.5723082709367732	2	1	0	1	0	True	69875	fragment	False	FIJ0037_000000020522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	2.3920844884241312e-05	NZ_CP035946.1	e-proteobacteria	Campylobacter canadensis strain LMG 24001 chromosome, complete genome	True	True
ISR0348_000000011260	1578	0.5723082709367732	2	1	0	1	0	True	101989	fragment	False	ISR0348_000000011260	0.9478631764272146		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	99.93700000000001	100.0	0.00030673432586622297	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
AST0060_000000019029	1578	0.5723082709367732	1	1	0	1	0	True	112334	fragment	False	AST0060_000000019029	1.0		0	0	False	False	0.9873257279396057	0					non-mobilizable	no_good_hit								True	True
FIJ0086_000000020848	1576	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.48598250408211613		0	0	False	False	1.0	0					non-mobilizable	chromosome	1577.0	93.215	100.0	0.23878107944208612	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0016_000000021575	1575	0.5723082709367732	1	1	0	1	0	True	35270	backbone	False	ISR0210_000000011840	0.9460297766749379	PS111	0	0	False	True	0.9961904883384705	0					non-mobilizable	no_good_hit	44.0	95.455	3.0	0.013050075872534143	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
FIJ0066_000000021036	1574	0.5723082709367732	2	1	0	1	0	True	45309	maximal	True	FIJ0066_000000021036	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.007957559681697613	LN109549.1	flatworms	Spirometra erinaceieuropaei genome assembly S_erinaceieuropaei ,scaffold SPER_scaffold0103087	True	True
ISR0818_000000011789	1574	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.23898431457254993	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1180.0	92.79700000000001	99.0	0.0003800132988538683	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0062_000000018680	1573	0.5723082709367732	3	1	0	1	0	True	45706	fragment	False	FIJ0062_000000018680	1.0		0	0	False	False	0.9968213438987732	0					non-mobilizable	no_good_hit								True	True
FIJ0167_000000013165	1573	0.5723082709367732	3	1	0	1	0	True	38965	maximal	True	FIJ0167_000000013165	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	96.0	59.0	0.0026508077217684673	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
ENG0160_000000012856	1572	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.08205076432436409		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	97.265	100.0	0.0008946948185153419	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
MON0025_000000026483	1572	0.5723082709367732	1	1	0	1	0	True	12802	fragment	False	MON0025_000000026483	1.0		0	0	False	False	0.9643765687942505	0					non-mobilizable	no_good_hit	1189.0	93.35600000000001	76.0	0.4272858171346292	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
DEN0089_000000012214	1570	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.08189372537254248		0	0	False	False	0.9980891942977905	0					non-mobilizable	other	1570.0	98.089	100.0	0.0008935558053791034	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
FIJ0018_000000017188	1570	0.5723082709367732	2	1	0	1	0	True	80398	maximal	True	FIJ0018_000000017188	1.0		1	1	False	False	0.9980891942977905	0					non-mobilizable	no_good_hit								True	True
FIJ0150_000000015642	1569	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.2524126734599788		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	93.20200000000001	100.0	0.010636349452919908	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
SPA0128_000000023838	1568	0.5723082709367732	4	1	0	1	0	True	3869	fragment	False	SPA0128_000000023838	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	3.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
MON0015_000000024233	1567	0.5723082709367732	3	1	0	1	0	True	58493	fragment	False	MON0015_000000024233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	90.756	76.0	0.08827904209430314	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ENG0129_000000017213	1566	0.5723082709367732	1	1	0	1	0	True	58513	fragment	False	ENG0129_000000017213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0340_000000014043	1566	0.5723082709367732	1	1	0	1	0	True	40145	fragment	False	ISR0189_000000009137	0.5689543389346079		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	95.399	99.0	0.04524402246280322	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0145_000000018037	1565	0.5723082709367732	1	1	0	1	0	True	31059	fragment	False	SPA0135_000000013176	0.9914718888186986		0	0	False	False	0.9974440932273865	0					non-mobilizable	no_good_hit								True	True
ENG0191_000000020456	1565	0.5723082709367732	2	1	0	1	0	True	54690	maximal	True	ENG0191_000000020456	1.0		1	1	False	False	0.9993610382080078	0					non-mobilizable	no_good_hit								True	True
USA0017_01_000000017448	1565	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.06586438187252662		0	0	False	False	0.9993610382080078	0					non-mobilizable	other	1492.0	99.866	95.0	0.000849134293065802	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
ISR0157_000000020305	1563	0.5723082709367732	1	1	0	1	0	True	30542	fragment	False	ISR0157_000000020305	1.0		0	0	False	False	0.9916826486587524	0					non-mobilizable	no_good_hit								True	True
ISR0260_000000009830	1563	0.5723082709367732	1	1	0	1	0	True	65371	fragment	False	ISR0260_000000009830	1.0		0	0	False	False	0.9961612224578857	0					non-mobilizable	no_good_hit	1218.0	75.78	83.0	0.4032042723631509	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0083_000000017567	1561	0.5723082709367732	2	1	0	1	0	True	34096	maximal	True	ISR0083_000000017567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0023_000000020550	1561	0.5723082709367732	2	1	0	1	0	True	40145	fragment	False	ISR0189_000000009137	0.568587562628942		0	0	False	False	0.9980781674385071	0					non-mobilizable	other	1565.0	95.08	99.0	0.04524402246280322	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
MON0039_000000031316	1561	0.5723082709367732	4	1	0	1	0	True	11919	fragment	False	MON0039_000000031316	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1405.0	92.02799999999999	90.0	0.00039001983505585137	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MON0011_000000029995	1559	0.5723082709367732	1	1	0	1	0	True	13662	fragment	False	MON0011_000000029995	1.0		0	0	False	False	0.9730596542358398	0					non-mobilizable	no_good_hit								True	True
SPA0054_000000018914	1558	0.5723082709367732	2	1	0	1	0	True	11173	fragment	False	SPA0054_000000018914	0.9968242766407904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0210_000000016829	1558	0.5723082709367732	1	1	0	1	0	True	53706	fragment	False	ISR0039_000000021849	0.9412800939518498		0	0	False	False	0.9788190126419067	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0005537974683544304	MK250091.1	viruses	Mimiviridae sp. ChoanoV1 genomic sequence	True	True
ISR0399_000000010964	1557	0.5723082709367732	3	1	0	1	0	True	25626	fragment	False	ISR0399_000000010964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0077_000000018248	1555	0.5723082709367732	2	1	0	1	0	True	72693	fragment	False	SPA0077_000000018248	1.0		0	0	False	False	0.9787781238555908	0					non-mobilizable	no_good_hit								True	True
ENG0039_000000016813	1555	0.5723082709367732	1	1	0	1	0	True	64924	fragment	False	ENG0039_000000016813	1.0		0	0	False	False	0.9954984188079834	0					non-mobilizable	no_good_hit								True	True
MON0109_000000023188	1553	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.055821266976617726		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	98.197	100.0	0.0015778001886853834	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0088_000000009775	1549	0.5723082709367732	2	1	0	1	0	True	110549	maximal	True	SPA0088_000000009775	1.0		50	9	False	False	1.0	0					non-mobilizable	other	1548.0	99.48299999999999	99.0	0.03794363640823134	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
CHI0011_000000004240	1549	0.5723082709367732	2	1	0	1	0	True	101991	fragment	False	ISR0146_000000026385	0.6970967469643441		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	99.806	100.0	0.0009926481197077204	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0835_000000009641	1547	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.03976509447702261		0	0	False	False	1.0	0					non-mobilizable	other	1547.0	99.354	100.0	0.0064030350220337295	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
USA0049_01_000000002333	1547	0.5723082709367732	2	1	0	1	0	True	1108	maximal	True	USA0049_01_000000002333	1.0		8	5	False	False	0.9993535876274109	0					non-mobilizable	other	1566.0	84.738	100.0	0.0027040824326984895	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
ISR0849_000000017597	1547	0.5723082709367732	1	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.5290442324941027		0	0	False	False	1.0	0					non-mobilizable	other	1548.0	94.63799999999999	100.0	0.0004344754285316023	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0039_000000009558	1546	0.5723082709367732	2	1	0	1	0	True	18467	maximal	True	MAD0039_000000009558	1.0		1	1	False	False	0.9631306529045105	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.010432766615146832	XM_014422133.2	bugs	PREDICTED: Halyomorpha halys protein KRI1 homolog (LOC106681686), mRNA	True	True
DEN0033_000000014282	1546	0.5723082709367732	2	1	0	1	0	True	73596	fragment	False	DEN0033_000000014282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0077_000000023292	1546	0.5723082709367732	2	1	0	1	0	True	34479	maximal	True	ISR0077_000000023292	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0795_000000007500	1546	0.5723082709367732	2	1	0	1	0	True	79030	fragment	False	ISR0795_000000007500	0.921001300390117		0	0	False	False	0.9935317039489746	0					non-mobilizable	other	1546.0	93.984	100.0	0.11490406068719322	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
AST0104_000000022543	1542	0.5723082709367732	3	1	0	1	0	True	107749	maximal	True	AST0104_000000022543	1.0		2	2	False	False	0.9948119521141052	0					non-mobilizable	no_good_hit								True	True
FIJ0157_000000012253	1541	0.5723082709367732	3	1	0	1	0	True	83565	fragment	False	FIJ0157_000000012253	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0075_000000017512	1541	0.5723082709367732	2	1	0	1	0	True	34626	maximal	True	ISR0075_000000017512	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	85.26299999999999	6.0	0.004585365853658536	NZ_FQXK01000051.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
DEN0083_000000019677	1541	0.5723082709367732	2	1	0	1	0	True	69080	fragment	False	DEN0083_000000019677	1.0		0	0	False	False	0.9980531930923462	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000021705	1541	0.5723082709367732	2	1	0	1	0	True	1946	fragment	False	USA0015_01_000000021705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	8.364053805958134e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0153_000000012220	1540	0.5723082709367732	2	1	0	1	0	True	62059	maximal	True	SPA0153_000000012220	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0018_000000014007	1539	0.5723082709367732	3	1	0	1	0	True	66604	maximal	True	ENG0018_000000014007	1.0		0	0	False	False	0.969460666179657	0					non-mobilizable	no_good_hit								True	True
ISR0209_000000018435	1539	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.04272059460971765	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1539.0	93.04700000000001	100.0	0.0004957255756041131	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0311_000000014793	1538	0.5723082709367732	2	1	0	1	0	True	95136	fragment	False	ISR0311_000000014793	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	100.0	100.0	0.008420856549585532	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
SPA0126_000000029068	1538	0.5723082709367732	1	1	0	1	0	True	3954	fragment	False	SPA0126_000000029068	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1073.0	87.41799999999999	100.0	0.24000898069151325	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
FIJ0114_000000026278	1538	0.5723082709367732	2	1	0	1	0	True	41842	maximal	True	FIJ0114_000000026278	1.0		3	1	False	False	0.9863458871841431	0					non-mobilizable	no_good_hit								True	True
MON0009_000000025206	1538	0.5723082709367732	2	1	0	1	0	True	79030	fragment	False	ISR0795_000000007500	0.9188227684346701		0	0	False	False	0.9967490434646606	0					non-mobilizable	other	1538.0	93.17299999999999	100.0	0.11430908820467053	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
CAN0003_000000031909	1538	0.5723082709367732	3	1	0	1	0	True	96488	maximal	True	CAN0003_000000031909	1.0		0	0	False	False	0.9902470707893372	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.0097475179475978e-05	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ISR0842_000000015079	1537	0.5723082709367732	1	1	0	1	0	True	20741	fragment	False	ISR0842_000000015079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	82.69200000000001	24.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0852_000000007915	1535	0.5723082709367732	2	1	0	1	0	True	36521	maximal	True	ISR0852_000000007915	1.0		1	1	False	False	0.9928338527679443	0					non-mobilizable	no_good_hit								True	True
SPA0089_000000024644	1534	0.5723082709367732	3	1	0	1	0	True	118244	fragment	False	SPA0089_000000024644	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1051.0	99.715	100.0	0.0002794417870861168	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0021_000000031208	1534	0.5723082709367732	2	1	0	1	0	True	49583	fragment	False	FIJ0021_000000031208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	74.896	62.0	0.049945143931873985	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0124_000000009536	1533	0.5723082709367732	1	1	0	1	0	True	81672	maximal	True	CHI0124_000000009536	1.0		6	3	False	False	0.9941291809082031	0					non-mobilizable	other	1541.0	79.36399999999999	100.0	0.0006724196390454891	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
SPA0106_000000025063	1533	0.5723082709367732	2	1	0	1	0	True	4740	fragment	False	SPA0106_000000025063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0169_000000015710	1533	0.5723082709367732	2	1	0	1	0	True	83330	fragment	False	SPA0057_000000021737	0.9436923700589003		0	0	False	False	1.0	0					non-mobilizable	other	1533.0	99.28200000000001	100.0	0.02271682557570545	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
SPA0031_000000021650	1532	0.5723082709367732	2	1	0	1	0	True	7273	maximal	True	SPA0031_000000021650	1.0		0	0	False	False	0.982375979423523	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00011182532056591895	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
FIJ0018_000000017633	1531	0.5723082709367732	2	1	0	1	0	True	49959	fragment	False	FIJ0018_000000017633	1.0		0	0	False	False	0.9810581207275391	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.6850340302466465e-07	LR584426.1	bony fishes	Salmo trutta genome assembly, chromosome: 17	True	True
ENG0016_000000014606	1531	0.5723082709367732	2	1	0	1	0	True	73864	fragment	False	ENG0016_000000014606	0.9736842105263158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	76.867	49.0	0.0001923153604924967	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0130_000000018992	1531	0.5723082709367732	2	1	0	1	0	True	58419	fragment	False	ENG0130_000000018992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	79.291	46.0	0.004026173004481205	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0018_000000026156	1530	0.5723082709367732	2	1	0	1	0	True	75036	maximal	True	DEN0018_000000026156	1.0		1	1	False	False	0.9954248070716858	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	3.0	0.017628205128205128	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	True	True
DEN0061_000000028456	1529	0.5723082709367732	3	1	0	1	0	True	71832	maximal	True	DEN0061_000000028456	1.0		1	1	False	False	0.9941138029098511	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.809869318389602e-07	CP034516.1	other sequences	Eukaryotic synthetic construct chromosome 13	True	True
ISR0058_000000017357	1528	0.5723082709367732	1	1	0	1	0	True	91280	fragment	False	CAN0022_000000019645	0.5823901222461495		0	0	False	False	1.0	0					non-mobilizable	plasmid	1082.0	88.725	100.0	0.2634038366945401	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
DEN0023_000000005031	1528	0.5723082709367732	3	1	0	1	0	True	74365	maximal	True	DEN0023_000000005031	1.0		1	1	False	False	0.9986910820007324	0					non-mobilizable	no_good_hit								True	True
MON0092_000000036648	1527	0.5723082709367732	2	1	0	1	0	True	9438	fragment	False	MON0092_000000036648	1.0		0	0	False	False	0.9764243364334106	0					non-mobilizable	no_good_hit	115.0	80.87	7.0	0.017659009220190654	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	True	True
SPA0125_000000021468	1526	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.0734364973160379		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	97.24799999999999	100.0	0.0008684975163818564	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
DEN0064_000000027896	1524	0.5723082709367732	2	1	0	1	0	True	71226	fragment	False	DEN0064_000000027896	1.0		0	0	False	False	0.98884516954422	0					non-mobilizable	no_good_hit								True	True
FIJ0122_000000010554	1523	0.5723082709367732	2	1	0	1	0	True	41421	fragment	False	FIJ0122_000000010554	1.0		0	0	False	False	0.9862114191055298	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	8.084951773262672e-06	CP013457.1	b-proteobacteria	Burkholderia sp. MSMB617WGS chromosome 1, complete sequence	True	True
ISR0037_000000015669	1522	0.5723082709367732	2	1	0	1	0	True	121925	fragment	False	ISR0037_000000015669	1.0		0	0	False	False	0.9986859560012817	0					non-mobilizable	other	1522.0	94.415	100.0	0.044028252185491806	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
AST0006_000000008305	1521	0.5723082709367732	2	1	0	1	0	True	127484	maximal	True	AST0006_000000008305	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	92.06299999999999	4.0	0.005214027415692541	AB736082.1	firmicutes	Clostridium perfringens plasmid pCP8533S12 DNA, complete sequence	True	True
ISR0378_000000020744	1519	0.5723082709367732	1	1	0	1	0	True	106360	fragment	False	ISR0378_000000020744	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	90.435	95.0	0.4172229639519359	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0035_000000022992	1517	0.5723082709367732	1	1	0	1	0	True	92718	fragment	False	DEN0035_000000022992	0.9795370038972401		0	0	False	False	0.9644034504890442	0					non-mobilizable	no_good_hit								True	True
MON0044_000000037029	1517	0.5723082709367732	1	1	0	1	0	True	11603	fragment	False	MON0044_000000037029	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1562.0	85.915	100.0	0.3464301751234845	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	False	True
MAD0053_000000007329	1516	0.5723082709367732	2	1	0	1	0	True	17209	fragment	False	MAD0053_000000007329	0.9532803180914513		0	0	False	False	0.9993403553962708	0					non-mobilizable	no_good_hit	807.0	76.58	52.0	0.00026776154407344823	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0117_000000018054	1516	0.5723082709367732	3	1	0	1	0	True	32407	maximal	True	ISR0117_000000018054	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0065_000000022675	1516	0.5723082709367732	2	1	0	1	0	True	35180	maximal	True	ISR0065_000000022675	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	89.98	34.0	0.0001351965979426165	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
USA0017_01_000000017993	1516	0.5723082709367732	1	1	0	1	0	True	65433	fragment	False	USA0017_01_000000017993	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1414.0	94.625	93.0	0.5082793376529877	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
USA0083_01_000000018261	1514	0.5723082709367732	3	1	0	1	0	True	36525	maximal	True	USA0083_01_000000018261	1.0		32	9	False	False	0.997357964515686	0					non-mobilizable	chromosome	1515.0	99.604	100.0	0.00042119915092041617	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0111_000000022603	1514	0.5723082709367732	1	1	0	1	0	True	4563	fragment	False	SPA0111_000000022603	1.0		0	0	False	False	0.998678982257843	0					non-mobilizable	no_good_hit	1243.0	71.36	80.0	0.011296500681685386	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ENG0034_000000009705	1514	0.5723082709367732	1	1	0	1	0	True	65453	fragment	False	ENG0034_000000009705	0.9358799454297407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	81.329	31.0	0.10506881503860356	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
FIJ0044_000000014666	1514	0.5723082709367732	3	1	0	1	0	True	47115	fragment	False	FIJ0044_000000014666	1.0		0	0	False	False	0.998678982257843	0					non-mobilizable	no_good_hit								True	True
SPA0057_000000021737	1512	0.5723082709367732	2	1	0	1	0	True	83330	fragment	False	SPA0057_000000021737	0.9483844430842656		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	98.94200000000001	100.0	0.0033402747381498722	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
CHI0186_000000012895	1511	0.5723082709367732	1	1	0	1	0	True	77131	fragment	False	ISR0128_000000021787	0.6369982547993019		0	0	False	False	0.982792854309082	0					non-mobilizable	no_good_hit	1244.0	74.598	81.0	0.0035171972585369493	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
MAD0022_000000009199	1511	0.5723082709367732	2	1	0	1	0	True	19275	maximal	True	MAD0022_000000009199	1.0		1	1	False	False	0.9900727868080139	0					non-mobilizable	no_good_hit								True	True
SPA0040_000000028253	1511	0.5723082709367732	4	1	0	1	0	True	6947	fragment	False	SPA0040_000000028253	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	93.215	78.0	0.0004655152842866641	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MAD0098_000000030059	1510	0.5723082709367732	2	1	0	1	0	True	15288	fragment	False	MAD0098_000000030059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000039988	1510	0.5723082709367732	2	1	0	1	0	True	761	fragment	False	USA0069_01_000000039988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	95.238	5.0	0.0021800225881858535	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	True
ISR0193_000000017606	1510	0.5723082709367732	2	1	0	1	0	True	129059	fragment	False	ISR0193_000000017606	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	94.897	99.0	0.00039964743868241764	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0168_000000020609	1510	0.5723082709367732	1	1	0	1	0	True	55970	maximal	True	ENG0168_000000020609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0139_000000018675	1509	0.5723082709367732	2	1	0	1	0	True	17209	fragment	False	MAD0053_000000007329	0.9261213720316622		0	0	False	False	0.9986746311187744	0					non-mobilizable	no_good_hit	478.0	74.268	30.0	0.00012944983818770226	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
CHI0090_000000008877	1508	0.5723082709367732	3	1	0	1	0	True	83789	fragment	False	CHI0090_000000008877	1.0		0	0	False	False	0.9927055835723877	0					non-mobilizable	no_good_hit								True	True
FIJ0108_000000015570	1508	0.5723082709367732	2	1	0	1	0	True	42210	fragment	False	FIJ0108_000000015570	1.0		0	0	False	False	0.9986737370491028	0					non-mobilizable	no_good_hit								True	True
ISR0281_000000012053	1506	0.5723082709367732	3	1	0	1	0	True	73863	fragment	False	ISR0281_000000012053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0014_000000016731	1505	0.5723082709367732	2	1	0	1	0	True	121926	fragment	False	FIJ0014_000000016731	1.0		0	0	False	False	0.9787375330924988	0					non-mobilizable	other	1486.0	95.289	99.0	0.04298616337636774	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0084_000000018186	1503	0.5723082709367732	1	1	0	1	0	True	34037	fragment	False	ISR0084_000000018186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0013_000000007720	1503	0.5723082709367732	2	1	0	1	0	True	2564	maximal	True	TAN0013_000000007720	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	92.661	15.0	5.775130266446413e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
TAN0017_000000025181	1501	0.5723082709367732	4	1	0	1	0	True	2451	maximal	True	TAN0017_000000025181	1.0		1	1	False	False	0.990006685256958	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	5.671464028739398e-05	NZ_SAXT01000001.1	bacteria	Brachyspira aalborgi strain W1 W1_contig1, whole genome shotgun sequence	True	True
SPA0053_000000021951	1501	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.011343043645143424	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1504.0	89.694	100.0	0.0005293083316307249	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0138_000000009455	1500	0.5723082709367732	2	1	0	1	0	True	80419	maximal	True	CHI0138_000000009455	1.0		0	0	False	False	0.9940000176429749	0					non-mobilizable	no_good_hit	363.0	76.309	24.0	0.00012263757643135074	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0083_000000007158	1500	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03370842990256871	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1504.0	92.686	100.0	0.0005289554594096377	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0383_000000010030	1496	0.5723082709367732	3	1	0	1	0	True	29743	fragment	False	ISR0383_000000010030	1.0		0	0	False	False	1.0	0					non-mobilizable	other	657.0	94.67299999999999	95.0	0.00019756144130708578	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
CAN0014_000000033177	1492	0.5723082709367732	2	1	0	1	0	True	93494	fragment	False	CAN0014_000000033177	1.0		0	0	False	False	0.9691689014434814	0					non-mobilizable	no_good_hit	376.0	78.457	25.0	0.00037818406584469243	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
AST0118_000000020875	1492	0.5723082709367732	2	1	0	1	0	True	105785	maximal	True	AST0118_000000020875	1.0		2	2	False	False	0.9879356622695923	0					non-mobilizable	no_good_hit	741.0	77.193	49.0	0.00020413236613740456	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
USA0069_01_000000040413	1491	0.5723082709367732	2	1	0	1	0	True	126063	fragment	False	AST0010_000000018176	0.9411050394656952		0	0	False	False	0.9932931065559387	0					non-mobilizable	no_good_hit	92.0	82.609	6.0	0.0013901316630448677	NZ_LKET01000045.1	firmicutes	Oxobacter pfennigii strain DSM 3222 OXPF_contig000045, whole genome shotgun sequence	True	True
FIJ0124_000000019241	1491	0.5723082709367732	2	1	0	1	0	True	41227	fragment	False	FIJ0124_000000019241	1.0		0	0	False	False	0.9973172545433044	0					non-mobilizable	other	1409.0	90.277	94.0	0.000328022449240509	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
FIJ0123_000000022824	1488	0.5723082709367732	2	1	0	1	0	True	41308	maximal	True	FIJ0123_000000022824	1.0		11	5	False	False	0.9952957034111023	0					non-mobilizable	no_good_hit								True	True
CHI0005_000000013249	1487	0.5723082709367732	3	1	0	1	0	True	90726	fragment	False	CHI0005_000000013249	1.0		0	0	False	False	0.9993274807929993	0					non-mobilizable	no_good_hit								True	True
CHI0164_000000014011	1487	0.5723082709367732	1	1	0	1	0	True	129058	fragment	False	ISR0004_000000013232	0.6350257991691283		0	0	False	False	0.9838601350784302	0					non-mobilizable	other	1487.0	90.182	100.0	0.000394067255030602	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0004_000000013232	1486	0.5723082709367732	1	1	0	1	0	True	129058	fragment	False	ISR0004_000000013232	0.8518034252462628		0	0	False	False	0.9986541271209717	0					non-mobilizable	other	1486.0	90.579	100.0	0.00039380153199956316	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CHI0065_000000009061	1486	0.5723082709367732	3	1	0	1	0	True	85255	maximal	True	CHI0065_000000009061	1.0		3	1	False	False	0.9878869652748108	0					non-mobilizable	no_good_hit	1205.0	99.25299999999999	81.0	0.0002672032943967269	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
MAD0035_000000014956	1485	0.5723082709367732	1	1	0	1	0	True	131260	fragment	False	MAD0102_000000012965	0.9321140731556107		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1187.0	88.206	80.0	0.00036771819968653733	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0115_000000024122	1485	0.5723082709367732	2	1	0	1	0	True	32454	fragment	False	ISR0115_000000024122	1.0		0	0	False	False	0.996632993221283	0					non-mobilizable	no_good_hit								True	True
FIJ0164_000000015172	1484	0.5723082709367732	2	1	0	1	0	True	39094	fragment	False	FIJ0164_000000015172	1.0		0	0	False	False	0.9979784488677979	0					non-mobilizable	no_good_hit	761.0	81.34	72.0	0.27644411102775696	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
USA0075_01_000000016663	1483	0.5723082709367732	2	1	0	1	0	True	668	maximal	True	USA0075_01_000000016663	1.0		2	2	False	False	0.999325692653656	0					non-mobilizable	other	1497.0	76.75399999999999	100.0	0.015433963050134345	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ISR0174_000000016527	1482	0.5723082709367732	2	1	0	1	0	True	29891	maximal	True	ISR0174_000000016527	1.0		0	0	False	False	0.9939271211624146	0					non-mobilizable	no_good_hit	268.0	91.41799999999999	23.0	0.0003968472197656669	NZ_CABJAT010000003.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	True
SPA0138_000000018243	1482	0.5723082709367732	1	1	0	1	0	True	79023	fragment	False	SPA0138_000000018243	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1482.0	96.086	100.0	0.00022827865409618376	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ISR0330_000000021491	1482	0.5723082709367732	4	1	0	1	0	True	24650	maximal	True	ISR0330_000000021491	1.0		1	1	False	False	0.9878542423248291	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00026132464085054294	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0072_000000013702	1481	0.5723082709367732	3	1	0	1	0	True	5865	fragment	False	SPA0072_000000013702	1.0		0	0	False	False	0.9966238737106323	0					non-mobilizable	other	1481.0	99.527	100.0	0.00852465814968839	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0171_000000020071	1480	0.5723082709367732	1	1	0	1	0	True	110495	fragment	False	ISR0171_000000020071	1.0		0	0	False	False	0.9878378510475159	0					non-mobilizable	no_good_hit	186.0	92.473	30.0	0.045499262174126906	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0070_000000017430	1479	0.5723082709367732	2	1	0	1	0	True	131238	fragment	False	SPA0046_000000017752	0.2529058410187564		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	94.929	100.0	0.0004636038075736802	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0199_000000020680	1478	0.5723082709367732	3	1	0	1	0	True	28802	maximal	True	ISR0199_000000020680	1.0		4	2	False	False	0.9986467957496643	0					non-mobilizable	no_good_hit								True	True
MON0090_000000041751	1477	0.5723082709367732	1	1	0	1	0	True	78528	fragment	False	ISR0180_000000015318	0.5609756986044102		0	0	False	False	0.9905213117599487	0					non-mobilizable	no_good_hit	75.0	96.0	5.0	0.00021229412490353527	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
FIJ0052_000000020909	1477	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.22002747379539123		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	92.079	100.0	0.22377198302001214	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0839_000000014278	1475	0.5723082709367732	3	1	0	1	0	True	20832	fragment	False	ISR0839_000000014278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	93.79299999999999	54.0	0.1296795447738844	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
FIJ0129_000000014917	1474	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.04646484557400736		0	0	False	False	0.9952509999275208	0					non-mobilizable	other	1468.0	96.79799999999999	100.0	0.0004601534409408585	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
USA0075_01_000000016799	1472	0.5723082709367732	1	1	0	1	0	True	101989	fragment	False	ISR0348_000000011260	0.8437944929113812		0	0	False	False	1.0	0					non-mobilizable	chromosome	1472.0	99.796	100.0	0.00028611679984097275	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
ENG0082_000000014125	1472	0.5723082709367732	2	1	0	1	0	True	106395	fragment	False	ENG0082_000000014125	0.9924240598777523		0	0	False	False	1.0	0					non-mobilizable	chromosome	1472.0	99.04899999999999	100.0	0.00033281657394862994	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0171_000000020224	1470	0.5723082709367732	2	1	0	1	0	True	29967	fragment	False	ISR0171_000000020224	1.0		0	0	False	False	0.9993197321891785	0					non-mobilizable	no_good_hit								True	True
AST0102_000000021350	1470	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.08146638814981602		0	0	False	False	1.0	0					non-mobilizable	chromosome	1472.0	98.302	100.0	0.0007291074629747783	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	True
FIJ0015_000000021837	1470	0.5723082709367732	2	1	0	1	0	True	131238	fragment	False	SPA0046_000000017752	0.21254938339970156		0	0	False	False	1.0	0					non-mobilizable	chromosome	1470.0	92.585	100.0	0.0004105017993009725	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0058_000000018131	1470	0.5723082709367732	1	1	0	1	0	True	106362	fragment	False	ISR0058_000000018131	0.9509189771030484		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	85.48899999999999	94.0	0.4602803738317757	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CHI0147_000000012800	1469	0.5723082709367732	2	1	0	1	0	True	95135	fragment	False	CHI0147_000000012800	0.9818577648766328		0	0	False	False	0.9945541024208069	0					non-mobilizable	chromosome	1469.0	99.387	100.0	0.00028553328495346564	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
ENG0168_000000021181	1469	0.5723082709367732	2	1	0	1	0	True	55968	fragment	False	ENG0168_000000021181	1.0		0	0	False	False	0.9979577660560608	0					non-mobilizable	no_good_hit								True	True
CHI0093_000000004522	1468	0.5723082709367732	2	1	0	1	0	True	83589	maximal	True	CHI0093_000000004522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	96.23	76.0	0.0003748368297897276	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	True
ENG0054_000000018891	1467	0.5723082709367732	1	1	0	1	0	True	63734	fragment	False	ENG0054_000000018891	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0237_000000008249	1467	0.5723082709367732	1	1	0	1	0	True	27306	fragment	False	ISR0237_000000008249	1.0		0	0	False	False	0.987730085849762	0					non-mobilizable	no_good_hit								True	True
MON0050_000000027169	1467	0.5723082709367732	2	1	0	1	0	True	23177	fragment	False	MON0050_000000027169	1.0		0	0	False	False	1.0	0					non-mobilizable	other	657.0	94.67299999999999	100.0	0.00019756144130708578	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
SPA0114_000000032073	1466	0.5723082709367732	1	1	0	1	0	True	65453	fragment	False	ENG0034_000000009705	0.9147952443857332		0	0	False	False	0.9993178844451904	0					non-mobilizable	no_good_hit	193.0	88.083	13.0	0.06377979187646861	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
TAN0005_000000012632	1466	0.5723082709367732	1	1	0	1	0	True	40143	fragment	False	TAN0005_000000012632	1.0		0	0	False	False	0.9993178844451904	0					non-mobilizable	other	1468.0	95.845	100.0	0.04243617206044115	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ENG0180_000000012194	1465	0.5723082709367732	2	1	0	1	0	True	55323	fragment	False	ENG0180_000000012194	0.9856933235509905		0	0	False	False	0.9986348152160645	0					non-mobilizable	other	1465.0	100.0	100.0	0.000389018517440864	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0140_000000012434	1465	0.5723082709367732	2	1	0	1	0	True	57779	maximal	True	ENG0140_000000012434	1.0		1	1	False	False	0.9986348152160645	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	9.58523749744909e-05	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	True	True
CHI0046_000000007883	1464	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.029637620810062822	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1465.0	94.198	100.0	0.0005162520594505003	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0095_000000018895	1464	0.5723082709367732	1	1	0	1	0	True	43101	fragment	False	FIJ0095_000000018895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0033_000000021641	1464	0.5723082709367732	2	1	0	1	0	True	36861	fragment	False	ISR0033_000000021641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0156_000000005731	1463	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.07015633043612973	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1178.0	93.973	100.0	0.0003958347147718043	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0042_000000016804	1462	0.5723082709367732	1	1	0	1	0	True	18107	fragment	False	MAD0042_000000016804	0.9930939226519337		0	0	False	False	0.9890561103820801	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00651863923405989	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0151_000000016361	1461	0.5723082709367732	2	1	0	1	0	True	106399	fragment	False	ENG0151_000000016361	1.0		0	0	False	False	0.9596167206764221	0					non-mobilizable	chromosome	1423.0	99.086	97.0	0.0003217302298810005	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MON0037_000000051616	1460	0.5723082709367732	1	1	0	1	0	True	12067	fragment	False	MON0037_000000051616	1.0		0	0	False	False	0.9965753555297852	0					non-mobilizable	no_good_hit								True	True
CAN0007_000000027556	1459	0.5723082709367732	2	1	0	1	0	True	106365	fragment	False	ISR0387_000000014259	0.3870879120879121		0	0	False	False	1.0	0					non-mobilizable	other	1463.0	93.02799999999999	100.0	0.4869826435246996	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0081_000000024936	1457	0.5723082709367732	2	1	0	1	0	True	44233	fragment	False	FIJ0081_000000024936	1.0		0	0	False	False	0.9972546100616455	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00016130890655605484	NZ_ADNC01000007.1	mycoplasmas	Mycoplasma alligatoris A21JP2 gcontig_1119468158656, whole genome shotgun sequence	True	True
CAN0005_000000011603	1457	0.5723082709367732	3	1	0	1	0	True	110550	fragment	False	ISR0109_000000020412	0.9362373737373737		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	99.789	98.0	0.034877731721076256	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
ENG0090_000000016999	1456	0.5723082709367732	1	1	0	1	0	True	106365	fragment	False	ISR0387_000000014259	0.5564605331455553		0	0	False	False	0.9993131756782532	0					non-mobilizable	other	1463.0	92.00299999999999	100.0	0.48598130841121495	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0311_000000015874	1454	0.5723082709367732	1	1	0	1	0	True	25290	fragment	False	ISR0311_000000015874	1.0		0	0	False	False	0.9993122220039368	0					non-mobilizable	no_good_hit								True	True
ENG0058_000000023723	1453	0.5723082709367732	2	1	0	1	0	True	95164	fragment	False	ISR0027_000000018334	0.9795932531145002		0	0	False	False	0.9993117451667786	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.4037200687401719e-06	CP050231.1	eudicots	Morus alba cultivar Heyebai chromosome 8	True	True
ENG0038_000000018110	1452	0.5723082709367732	3	1	0	1	0	True	65040	fragment	False	ENG0038_000000018110	1.0		0	0	False	False	0.994490385055542	0					non-mobilizable	no_good_hit								True	True
CHI0162_000000022612	1450	0.5723082709367732	1	1	0	1	0	True	78532	maximal	True	CHI0162_000000022612	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0009_000000025725	1449	0.5723082709367732	3	1	0	1	0	True	8114	fragment	False	SPA0009_000000025725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0093_000000017748	1449	0.5723082709367732	3	1	0	1	0	True	33505	maximal	True	ISR0093_000000017748	1.0		19	5	False	False	0.9958592057228088	0					non-mobilizable	no_good_hit	76.0	85.52600000000001	5.0	2.0350528353984146e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MAD0103_000000016855	1448	0.5723082709367732	1	1	0	1	0	True	18107	fragment	False	MAD0042_000000016804	0.9883720930232558		0	0	False	False	0.9993094205856323	0					non-mobilizable	no_good_hit								True	True
ISR0028_000000013439	1447	0.5723082709367732	3	1	0	1	0	True	37183	fragment	False	ISR0028_000000013439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0101_000000019348	1447	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.20295023162938905		0	0	False	False	1.0	0					non-mobilizable	chromosome	1448.0	93.025	100.0	0.21922377198302	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0043_000000015337	1446	0.5723082709367732	1	1	0	1	0	True	101989	fragment	False	ISR0348_000000011260	0.8381990163268423		0	0	False	False	0.9972337484359741	0					non-mobilizable	other	1444.0	99.792	100.0	0.0009253173363942121	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0284_000000009873	1445	0.5723082709367732	3	1	0	1	0	True	73862	fragment	False	ISR0284_000000009873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0375_000000016193	1445	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.16567751774533832	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1447.0	93.988	100.0	0.0004860419456891883	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0111_01_000000017518	1445	0.5723082709367732	2	1	0	1	0	True	295	maximal	True	USA0111_01_000000017518	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0078_01_000000011967	1443	0.5723082709367732	3	1	0	1	0	True	118245	maximal	True	USA0078_01_000000011967	1.0		98	11	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	92.944	80.0	0.0009845933037354456	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
AUS0006_000000018249	1443	0.5723082709367732	3	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.04833154745842305		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	95.01700000000001	100.0	0.001465971567064641	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0108_000000019855	1443	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.19468276684860705		0	0	False	False	1.0	0					non-mobilizable	chromosome	1444.0	92.244	100.0	0.21801091570648878	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0071_000000005578	1443	0.5723082709367732	2	1	0	1	0	True	34874	maximal	True	ISR0071_000000005578	1.0		1	1	False	False	0.9376299381256104	0					non-mobilizable	no_good_hit	115.0	100.0	8.0	4.0063328173129804e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
USA0069_01_000000041763	1442	0.5723082709367732	1	1	0	1	0	True	759	fragment	False	USA0069_01_000000041763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0046_000000025389	1442	0.5723082709367732	2	1	0	1	0	True	101991	fragment	False	ISR0146_000000026385	0.6801576815331523		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	99.65299999999999	100.0	0.0003493512031766958	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	True
DEN0081_000000006543	1441	0.5723082709367732	1	1	0	1	0	True	101989	fragment	False	ISR0348_000000011260	0.837520217623669		0	0	False	False	1.0	0					non-mobilizable	chromosome	1441.0	99.792	100.0	0.0002800871460033996	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
MAD0048_000000016589	1441	0.5723082709367732	1	1	0	1	0	True	17531	fragment	False	MAD0048_000000016589	1.0		0	0	False	False	0.9611380696296692	0					non-mobilizable	no_good_hit	89.0	100.0	6.0	0.0010639584088985613	NZ_NQCD01000026.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_23_length_82710_cov_86.9136_ID_45.ctg_1, whole genome shotgun sequence	True	True
CHI0078_000000010605	1441	0.5723082709367732	2	1	0	1	0	True	131238	fragment	False	SPA0046_000000017752	0.24912414712847802		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	90.493	100.0	0.0004516843592057507	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0023_000000019655	1441	0.5723082709367732	1	1	0	1	0	True	73224	fragment	False	SPA0023_000000019655	1.0		0	0	False	False	0.990978479385376	0					non-mobilizable	other	1441.0	97.294	100.0	0.0003393982704358416	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
CHI0019_000000005919	1441	0.5723082709367732	3	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.05525988338180336		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	97.641	99.0	0.19853853577829864	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MAD0047_000000032839	1440	0.5723082709367732	1	1	0	1	0	True	17627	maximal	True	MAD0047_000000032839	1.0		2	2	False	False	0.9784722328186035	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0035087719298245615	XM_028531556.2	bats	PREDICTED: Phyllostomus discolor polycystin family receptor for egg jelly (PKDREJ), mRNA	True	True
MON0051_000000025204	1440	0.5723082709367732	2	1	0	1	0	True	11256	fragment	False	MON0051_000000025204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.695346694894918e-07	LR812520.1	bony fishes	Danio kyathit genome assembly, chromosome: 2	True	True
SPA0076_000000011868	1440	0.5723082709367732	2	1	0	1	0	True	129257	fragment	False	SPA0076_000000011868	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	80.86399999999999	100.0	0.004702127867857481	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0310_000000012396	1440	0.5723082709367732	1	1	0	1	0	True	91280	fragment	False	CAN0022_000000019645	0.5597054595341144		0	0	False	False	0.9736111164093018	0					non-mobilizable	plasmid	1094.0	86.10600000000001	99.0	0.26660108214461387	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
CHI0155_000000008963	1439	0.5723082709367732	3	1	0	1	0	True	79029	fragment	False	CHI0155_000000008963	1.0		0	0	False	False	0.9979152083396912	0					non-mobilizable	other	1436.0	93.802	99.0	0.10672318905250631	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0367_000000006792	1439	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.06935316968574363		0	0	False	False	0.9986101388931274	0					non-mobilizable	chromosome	1446.0	89.419	100.0	0.21785930867192238	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
CHI0048_000000013612	1439	0.5723082709367732	2	1	0	1	0	True	101991	fragment	False	ISR0146_000000026385	0.41596706693125235		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	100.0	100.0	0.007878459153093036	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ISR0063_000000013793	1438	0.5723082709367732	2	1	0	1	0	True	35269	fragment	False	ISR0063_000000013793	1.0		0	0	False	False	0.9944367408752441	0					non-mobilizable	no_good_hit								True	True
SPA0010_000000017937	1438	0.5723082709367732	1	1	0	1	0	True	115599	fragment	False	SPA0010_000000017937	1.0		0	0	False	False	0.9930459260940552	0					non-mobilizable	other	1421.0	92.47	99.0	0.10545887252714561	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
AUS0002_000000026094	1437	0.5723082709367732	1	1	0	1	0	True	102784	fragment	False	AUS0002_000000026094	1.0		0	0	False	False	0.9986082315444946	0					non-mobilizable	no_good_hit								True	True
SPA0106_000000026551	1437	0.5723082709367732	1	1	0	1	0	True	101989	fragment	False	ISR0348_000000011260	0.6626721062401526		0	0	False	False	0.9916492700576782	0					non-mobilizable	other	1437.0	99.791	100.0	0.0009208286175066449	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
USA0017_01_000000018942	1437	0.5723082709367732	1	1	0	1	0	True	97171	fragment	False	CAN0001_000000029516	0.63055743624464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	83.242	29.0	0.1321376281112738	NZ_WAJR01000049.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_049, whole genome shotgun sequence	True	True
ISR0157_000000022137	1436	0.5723082709367732	2	1	0	1	0	True	30536	maximal	True	ISR0157_000000022137	1.0		5	3	False	False	0.9923398494720459	0					non-mobilizable	no_good_hit								True	True
ISR0086_000000019898	1435	0.5723082709367732	1	1	0	1	0	True	33888	maximal	True	ISR0086_000000019898	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0075_000000015464	1435	0.5723082709367732	2	1	0	1	0	True	5769	maximal	True	SPA0075_000000015464	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	95.495	69.0	0.3463278802645319	NZ_QIBX01000035.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_035, whole genome shotgun sequence	True	True
USA0069_01_000000041995	1434	0.5723082709367732	1	1	0	1	0	True	758	fragment	False	USA0069_01_000000041995	1.0		0	0	False	False	0.9902371168136597	0					non-mobilizable	no_good_hit								True	True
CHI0183_000000005384	1434	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.4459481605167354		0	0	False	False	0.9762901067733765	0					non-mobilizable	chromosome	1466.0	86.90299999999999	100.0	0.0005109831505590416	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
SPA0051_000000016975	1434	0.5723082709367732	2	1	0	1	0	True	21399	fragment	False	SPA0051_000000016975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0135_000000019881	1433	0.5723082709367732	1	1	0	1	0	True	91280	fragment	False	CAN0022_000000019645	0.5684437158005627		0	0	False	False	0.997906506061554	0					non-mobilizable	plasmid	1003.0	95.51299999999999	99.0	0.24643384161337925	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0096_000000022667	1429	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.03783289696008535		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	93.846	100.0	0.0014517388334038192	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CHI0182_000000020191	1429	0.5723082709367732	2	1	0	1	0	True	77332	maximal	True	CHI0182_000000020191	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0097_000000022991	1428	0.5723082709367732	2	1	0	1	0	True	57268	fragment	False	ISR0378_000000021081	0.6549622043404048		0	0	False	False	0.9831932783126831	0					non-mobilizable	no_good_hit	48.0	100.0	3.0	0.00048208589334618895	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	True	True
ISR0315_000000006796	1427	0.5723082709367732	1	1	0	1	0	True	91281	fragment	False	ISR0315_000000006796	1.0		0	0	False	False	0.9978976845741272	0					non-mobilizable	plasmid	1004.0	88.546	93.0	0.24495818986719134	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
MAD0096_000000013653	1425	0.5723082709367732	2	1	0	1	0	True	15473	fragment	False	MAD0096_000000013653	1.0		0	0	False	False	0.9943859577178955	0					non-mobilizable	no_good_hit								True	True
SPA0056_000000025176	1425	0.5723082709367732	1	1	0	1	0	True	106358	fragment	False	SPA0056_000000025176	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	90.78	91.0	0.37550066755674233	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0080_000000019758	1424	0.5723082709367732	2	1	0	1	0	True	109606	fragment	False	ENG0080_000000019758	0.978051133622769		0	0	False	False	1.0	0					non-mobilizable	chromosome	1424.0	99.86	100.0	0.0005000887367575765	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
SPA0019_000000020413	1424	0.5723082709367732	2	1	0	1	0	True	7748	fragment	False	SPA0019_000000020413	1.0		0	0	False	False	0.9985954761505127	0					non-mobilizable	no_good_hit								True	True
DEN0061_000000030790	1424	0.5723082709367732	1	1	0	1	0	True	78528	fragment	False	ISR0180_000000015318	0.7130247538964198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0105_000000038367	1423	0.5723082709367732	2	1	0	1	0	True	8700	maximal	True	MON0105_000000038367	1.0		0	0	False	False	0.9606465101242065	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.707837968469535e-07	LR722984.1	bony fishes	Thalassophryne amazonica genome assembly, chromosome: 19	True	True
ISR0790_000000012073	1423	0.5723082709367732	2	1	0	1	0	True	22070	maximal	True	ISR0790_000000012073	1.0		2	1	False	False	0.9943780899047852	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.5783693616908156e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	True
ISR0043_000000015584	1423	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.3703496210288056		0	0	False	False	0.9992972612380981	0					non-mobilizable	chromosome	1451.0	88.491	100.0	0.0005067659581197648	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
DEN0010_000000032865	1421	0.5723082709367732	1	1	0	1	0	True	103197	fragment	False	DEN0010_000000032865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0162_000000023093	1421	0.5723082709367732	2	1	0	1	0	True	78528	fragment	False	ISR0180_000000015318	0.3791066282420749		0	0	False	False	0.9971850514411926	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000025639	1420	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.0736150999631966		0	0	False	False	0.9964788556098938	0					non-mobilizable	other	1442.0	98.12799999999999	100.0	0.0006223657505212314	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ENG0071_000000014149	1420	0.5723082709367732	2	1	0	1	0	True	73864	fragment	False	ENG0016_000000014606	0.9580029767798582		0	0	False	False	0.9992957711219788	0					non-mobilizable	no_good_hit	549.0	76.867	53.0	0.0001923153604924967	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0109_000000017259	1420	0.5723082709367732	2	1	0	1	0	True	73864	fragment	False	ENG0016_000000014606	0.9580029767798582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	76.867	53.0	0.0001923153604924967	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0064_000000015649	1418	0.5723082709367732	2	1	0	1	0	True	101991	fragment	False	ISR0146_000000026385	0.5486955222586192		0	0	False	False	0.9753173589706421	0					non-mobilizable	other	1418.0	99.929	100.0	0.00034353272373447466	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	True
MAD0042_000000017379	1418	0.5723082709367732	1	1	0	1	0	True	18105	fragment	False	MAD0042_000000017379	1.0		0	0	False	False	0.9964739084243774	0					non-mobilizable	no_good_hit	110.0	95.455	8.0	0.000945310738383085	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0775_000000013875	1418	0.5723082709367732	1	1	0	1	0	True	22442	fragment	False	ISR0775_000000013875	1.0		0	0	False	False	0.9964739084243774	0					non-mobilizable	no_good_hit								True	True
ISR0225_000000015489	1417	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.2108258002210236		0	0	False	False	0.9992942810058594	0					non-mobilizable	other	1420.0	93.09899999999999	100.0	0.0003985033361305382	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0053_000000028723	1417	0.5723082709367732	2	1	0	1	0	True	11173	fragment	False	SPA0054_000000018914	0.9518613607188704		0	0	False	False	0.9858856797218323	0					non-mobilizable	no_good_hit								True	True
USA0108_01_000000007220	1415	0.5723082709367732	1	1	0	1	0	True	109163	fragment	False	ISR0316_000000014957	0.5842505449826731		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	98.023	100.0	0.01384892438389414	NZ_PUEC01000007.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq7, whole genome shotgun sequence	False	True
FIJ0156_000000005996	1413	0.5723082709367732	2	1	0	1	0	True	39489	fragment	False	FIJ0156_000000005996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0145_000000024639	1411	0.5723082709367732	2	1	0	1	0	True	131238	fragment	False	SPA0046_000000017752	0.1785575330763114		0	0	False	False	0.997873842716217	0					non-mobilizable	other	1410.0	92.695	99.0	0.00044196059869507136	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
AST0111_000000013501	1410	0.5723082709367732	2	1	0	1	0	True	106783	maximal	True	AST0111_000000013501	1.0		2	2	False	False	0.9907801151275635	0					non-mobilizable	other	1309.0	96.18	92.0	0.0003704540602900499	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MON0026_000000036504	1409	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.16803695654430875		0	0	False	False	1.0	0					non-mobilizable	chromosome	1410.0	95.816	100.0	0.21346270466949666	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0130_000000014646	1409	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.3698755084137995		0	0	False	False	0.990773618221283	0					non-mobilizable	other	1412.0	85.411	99.0	0.0004936316231700811	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0023_000000020162	1409	0.5723082709367732	3	1	0	1	0	True	7606	fragment	False	SPA0023_000000020162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
ISR0359_000000019824	1406	0.5723082709367732	1	1	0	1	0	True	91280	fragment	False	CAN0022_000000019645	0.4586943688099469		0	0	False	False	1.0	0					non-mobilizable	plasmid	1043.0	88.399	99.0	0.25405804230201673	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
CAN0007_000000028575	1405	0.5723082709367732	2	1	0	1	0	True	95186	fragment	False	CAN0007_000000028575	0.9861111111111112		0	0	False	False	0.990747332572937	0					non-mobilizable	no_good_hit								True	True
ENG0167_000000018047	1403	0.5723082709367732	1	1	0	1	0	True	65441	fragment	False	ENG0167_000000018047	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1407.0	92.182	99.0	0.503959683225342	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0027_000000018334	1402	0.5723082709367732	1	1	0	1	0	True	95164	fragment	False	ISR0027_000000018334	0.9836192311723095		0	0	False	False	0.9985734820365906	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.4037200687401719e-06	CP050231.1	eudicots	Morus alba cultivar Heyebai chromosome 8	True	True
ISR0805_000000008439	1402	0.5723082709367732	3	1	0	1	0	True	28390	fragment	False	ISR0805_000000008439	1.0		0	0	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit								True	True
ISR0319_000000014695	1402	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.07401879387843671		0	0	False	False	0.9992867112159729	0					non-mobilizable	other	1424.0	98.385	100.0	0.0006150183770775779	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ISR0058_000000019131	1400	0.5723082709367732	2	1	0	1	0	True	35477	maximal	True	ISR0058_000000019131	1.0		2	1	False	False	0.9992856979370117	0					non-mobilizable	no_good_hit	271.0	79.336	19.0	0.0011800142843834426	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	True
CHI0032_000000005386	1399	0.5723082709367732	1	1	0	1	0	True	88435	fragment	False	CHI0032_000000005386	0.9784580498866213		0	0	False	False	0.9964260458946228	0					non-mobilizable	chromosome	1400.0	95.14299999999999	100.0	0.0004750388814907114	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ISR0296_000000018540	1398	0.5723082709367732	2	1	0	1	0	True	25668	maximal	True	ISR0296_000000018540	1.0		2	2	False	False	0.9992846846580505	0					non-mobilizable	no_good_hit								True	True
CAN0020_000000025290	1398	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.013548997979364133		0	0	False	False	0.9992846846580505	0					non-mobilizable	other	1334.0	96.32700000000001	100.0	0.00041812170195921225	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0793_000000012102	1397	0.5723082709367732	1	1	0	1	0	True	92718	fragment	False	DEN0035_000000022992	0.9566387489405782		0	0	False	False	0.9906943440437317	0					non-mobilizable	no_good_hit								True	True
SPA0057_000000023640	1396	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.033906729139000294		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	94.198	100.0	0.005777641562572479	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MAD0112_000000020855	1396	0.5723082709367732	2	1	0	1	0	True	14435	fragment	False	MAD0112_000000020855	1.0		0	0	False	False	0.9985673427581787	0					non-mobilizable	no_good_hit								True	True
MAD0037_000000009711	1396	0.5723082709367732	1	1	0	1	0	True	18610	fragment	False	MAD0037_000000009711	1.0		0	0	False	False	0.9770773649215698	0					non-mobilizable	no_good_hit								True	True
SPA0113_000000021135	1394	0.5723082709367732	3	1	0	1	0	True	4485	fragment	False	USA0010_01_000000017668	0.9649298597194389		0	0	False	False	1.0	0					non-mobilizable	other	556.0	85.432	99.0	0.0001665418857360037	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
CAN0014_000000035666	1393	0.5723082709367732	2	1	0	1	0	True	93471	fragment	False	CAN0014_000000035666	1.0		0	0	False	False	0.9992821216583252	0					non-mobilizable	no_good_hit								True	True
ISR0372_000000012676	1392	0.5723082709367732	1	1	0	1	0	True	94698	fragment	False	ENG0016_000000016794	0.9474452715448788		0	0	False	False	0.9798850417137146	0					non-mobilizable	other	1393.0	97.631	100.0	0.00043662821389889235	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
CAN0018_000000024416	1392	0.5723082709367732	1	1	0	1	0	True	92066	maximal	True	CAN0018_000000024416	1.0		2	2	False	False	0.9992815852165222	0					non-mobilizable	no_good_hit								True	True
FIJ0023_000000024811	1391	0.5723082709367732	2	1	0	1	0	True	49319	fragment	False	FIJ0023_000000024811	1.0		0	0	False	False	0.9899352788925171	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	0.004388531304856641	XM_026303289.2	bony fishes	PREDICTED: Mastacembelus armatus ecotropic viral integration site 5 like (evi5l), transcript variant X2, mRNA	True	True
FIJ0123_000000024682	1390	0.5723082709367732	2	1	0	1	0	True	41302	fragment	False	FIJ0123_000000024682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0281_000000013179	1390	0.5723082709367732	1	1	0	1	0	True	34759	fragment	False	ISR0281_000000013179	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1287.0	86.63600000000001	92.0	0.4582433405327574	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
DEN0071_000000031451	1390	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.21747327712992226	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1401.0	93.647	100.0	0.0004872893466976561	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0018_000000015178	1389	0.5723082709367732	3	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.03783720107236627		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	97.105	97.0	0.18557838135943747	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0118_000000012069	1388	0.5723082709367732	2	1	0	1	0	True	35877	maximal	True	ISR0118_000000012069	1.0		0	0	False	False	0.9704610705375671	0					non-mobilizable	no_good_hit	76.0	93.421	5.0	2.7992322538131974e-05	NZ_FORW01000001.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	True
MON0059_000000028132	1388	0.5723082709367732	1	1	0	1	0	True	78528	fragment	False	ISR0180_000000015318	0.5486822857775423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0015_000000027562	1387	0.5723082709367732	1	1	0	1	0	True	65366	fragment	False	SPA0014_000000019054	0.5618262662453767		0	0	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit	1089.0	76.492	75.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0154_000000024207	1387	0.5723082709367732	1	1	0	1	0	True	91280	fragment	False	CAN0022_000000019645	0.3517176357108079		0	0	False	False	1.0	0					non-mobilizable	plasmid	1004.0	99.402	100.0	0.24667978357107723	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
SPA0128_000000027089	1386	0.5723082709367732	1	1	0	1	0	True	101989	fragment	False	ISR0348_000000011260	0.8158376823063813		0	0	False	False	1.0	0					non-mobilizable	other	1386.0	99.928	100.0	0.000888125094182941	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0185_000000023945	1384	0.5723082709367732	2	1	0	1	0	True	64383	fragment	False	ENG0182_000000018926	0.9457751164337991		0	0	False	False	0.9797688126564026	0					non-mobilizable	chromosome	1384.0	96.243	100.0	0.00046994189778372955	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ISR0050_000000020876	1384	0.5723082709367732	2	1	0	1	0	True	66343	fragment	False	ISR0378_000000022495	0.975182742008555		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	93.521	100.0	0.0012194307096084459	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0003_000000018515	1383	0.5723082709367732	1	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.9346424004569098		0	0	False	False	0.9992769360542297	0					non-mobilizable	other	1366.0	97.95	99.0	0.003910228273561062	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
USA0080_01_000000030464	1382	0.5723082709367732	2	1	0	1	0	True	109606	fragment	False	ENG0080_000000019758	0.9684679832192393		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	99.928	100.0	0.0004853285632201076	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
DEN0039_000000015454	1382	0.5723082709367732	1	1	0	1	0	True	73223	fragment	False	DEN0039_000000015454	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	96.961	100.0	0.0003254923690777064	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
ISR0814_000000030370	1382	0.5723082709367732	2	1	0	1	0	True	21511	fragment	False	ISR0814_000000030370	1.0		0	0	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit								True	True
ISR0787_000000010897	1380	0.5723082709367732	2	1	0	1	0	True	22129	maximal	True	ISR0787_000000010897	1.0		0	0	False	False	0.9840579628944397	0					non-mobilizable	no_good_hit								True	True
FIJ0110_000000012193	1380	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.19384713525184627	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1381.0	93.845	100.0	0.0004869636651002669	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0198_000000014820	1380	0.5723082709367732	2	1	0	1	0	True	54325	fragment	False	ENG0198_000000014820	1.0		0	0	False	False	0.9268115758895874	0					non-mobilizable	no_good_hit	126.0	98.413	9.0	5.5781731884436316e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
FIJ0013_000000021707	1379	0.5723082709367732	1	1	0	1	0	True	81532	fragment	False	FIJ0013_000000021707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	88.15100000000001	88.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
SPA0137_000000026813	1379	0.5723082709367732	2	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.8068607246911136		0	0	False	False	0.9934735298156738	0					non-mobilizable	other	1380.0	96.304	100.0	0.003956129705972637	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
CHI0133_000000014625	1379	0.5723082709367732	2	1	0	1	0	True	101991	fragment	False	ISR0146_000000026385	0.4098340092360443		0	0	False	False	1.0	0					non-mobilizable	chromosome	1379.0	99.927	100.0	0.00026802783832825317	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
ENG0062_000000017494	1379	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.15484764688712582		0	0	False	False	0.9963741898536682	0					non-mobilizable	chromosome	1380.0	92.029	100.0	0.20830806549423894	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
FIJ0166_000000018010	1379	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.05859765827176933	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1373.0	90.823	100.0	0.0004614705730885576	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0153_000000013707	1378	0.5723082709367732	2	1	0	1	0	True	3218	fragment	False	SPA0153_000000013707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0120_000000015137	1378	0.5723082709367732	2	1	0	1	0	True	59160	maximal	True	ENG0120_000000015137	1.0		2	2	False	False	0.9992743134498596	0					non-mobilizable	no_good_hit								True	True
SPA0014_000000017495	1378	0.5723082709367732	2	1	0	1	0	True	95135	fragment	False	CHI0147_000000012800	0.9523485364193329		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	98.913	100.0	0.013646769669880975	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ENG0157_000000017949	1376	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.060068560187441576		0	0	False	False	0.9832848906517029	0					non-mobilizable	other	1388.0	95.821	100.0	0.2686190845616757	KX128695.1	bacteria	Uncultured bacterium clone Control_TwinB_Time2_TE_13 genomic sequence	False	True
ISR0352_000000007507	1375	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.19912698807728413	PS1133	0	0	False	True	0.9898181557655334	0					non-mobilizable	chromosome	1381.0	93.917	100.0	0.00048484643177374397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
TAN0002_000000030655	1374	0.5723082709367732	3	1	0	1	0	True	3019	fragment	False	TAN0002_000000030655	1.0		0	0	False	False	0.9963610172271729	0					non-mobilizable	no_good_hit								True	True
MON0104_000000033401	1374	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.19651871119342024	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1375.0	92.655	100.0	0.0004618071672337717	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0068_000000030768	1373	0.5723082709367732	1	1	0	1	0	True	10539	fragment	False	MON0068_000000030768	1.0		0	0	False	False	0.975236713886261	0					non-mobilizable	other	1329.0	99.699	97.0	0.22642796248934358	NZ_FNWC01000002.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0034_01_000000037615	1373	0.5723082709367732	1	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.9285087508299029		0	0	False	False	0.9978150129318237	0					non-mobilizable	other	1318.0	96.206	96.0	0.0037753928158520598	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
FIJ0033_000000028243	1373	0.5723082709367732	2	1	0	1	0	True	48241	maximal	True	FIJ0033_000000028243	1.0		2	1	False	False	0.9992716908454895	0					non-mobilizable	no_good_hit								True	True
MON0084_000000026662	1372	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.19975283119271023		0	0	False	False	0.987609326839447	0					non-mobilizable	other	1376.0	93.53200000000001	100.0	0.0003855758654239058	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0160_000000023521	1372	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.16729394945189854		0	0	False	False	1.0	0					non-mobilizable	chromosome	1373.0	91.988	100.0	0.20724681625227412	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ENG0094_000000012879	1371	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.0661542970132496		0	0	False	False	0.9883297085762024	0					non-mobilizable	other	1374.0	96.507	99.0	0.0006131210597889465	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	False	True
MON0105_000000039897	1370	0.5723082709367732	2	1	0	1	0	True	8696	fragment	False	MON0105_000000039897	1.0		0	0	False	False	0.9467153549194336	0					non-mobilizable	no_good_hit								True	True
USA0003_01_000000027419	1368	0.5723082709367732	2	1	0	1	0	True	95186	fragment	False	CAN0007_000000028575	0.9733096085409253		0	0	False	False	0.9934210777282715	0					non-mobilizable	no_good_hit								True	True
ENG0035_000000016440	1367	0.5723082709367732	1	1	0	1	0	True	65366	fragment	False	SPA0014_000000019054	0.8452123217259053		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	75.875	57.0	0.26401869158878505	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0134_000000023430	1367	0.5723082709367732	1	1	0	1	0	True	106362	fragment	False	ISR0058_000000018131	0.9245512281938008		0	0	False	False	0.994147777557373	0					non-mobilizable	other	1274.0	86.34200000000001	92.0	0.42089452603471295	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CHI0002_000000006635	1367	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.04087060683438604	PS1133	0	0	False	True	0.9956108331680298	0					non-mobilizable	chromosome	1368.0	94.51799999999999	100.0	0.0004594510082172729	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0083_000000029637	1367	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.19937154296525936	PS1133	0	0	False	True	0.9992684721946716	0					non-mobilizable	chromosome	1367.0	96.781	100.0	0.00048202345400504676	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0177_000000023293	1365	0.5723082709367732	2	1	0	1	0	True	29742	fragment	False	ISR0177_000000023293	1.0		0	0	False	False	1.0	0					non-mobilizable	other	657.0	94.67299999999999	100.0	0.00019756144130708578	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
CHI0020_000000007920	1365	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.02735091778941068		0	0	False	False	0.9992673993110657	0					non-mobilizable	chromosome	1366.0	99.78	100.0	0.00034158005172497925	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ISR0354_000000013637	1365	0.5723082709367732	3	1	0	1	0	True	115498	fragment	False	ISR0354_000000013637	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	99.78	100.0	0.007856509267685786	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
AUS0006_000000019344	1364	0.5723082709367732	1	1	0	1	0	True	101989	fragment	False	ISR0348_000000011260	0.678535536364209		0	0	False	False	0.9882698059082031	0					non-mobilizable	chromosome	1364.0	99.853	100.0	0.00026511026389071775	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
MON0008_000000027280	1364	0.5723082709367732	1	1	0	1	0	True	91280	fragment	False	CAN0022_000000019645	0.22899305555555555		0	0	False	False	0.9890029430389404	0					non-mobilizable	plasmid	1122.0	85.027	99.0	0.27299557304476146	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
SPA0098_000000028290	1364	0.5723082709367732	2	1	0	1	0	True	5044	fragment	False	SPA0098_000000028290	1.0		0	0	False	False	0.9985337257385254	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	4.1752893687664195e-07	LR812512.1	bony fishes	Danio aesculapii genome assembly, chromosome: 7	True	True
ENG0103_000000012616	1364	0.5723082709367732	2	1	0	1	0	True	60286	fragment	False	ENG0103_000000012616	1.0		0	0	False	False	0.9985337257385254	0					non-mobilizable	no_good_hit								True	True
MON0052_000000021510	1364	0.5723082709367732	1	1	0	1	0	True	106351	fragment	False	MON0052_000000021510	0.9729214340198322		0	0	False	False	0.9076246619224548	0					non-mobilizable	no_good_hit	1088.0	85.846	79.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
CHI0107_000000011076	1364	0.5723082709367732	3	1	0	1	0	True	82999	fragment	False	CHI0107_000000011076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	100.0	6.0	1.594577667459473e-05	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	True
ENG0183_000000022559	1363	0.5723082709367732	2	1	0	1	0	True	55323	fragment	False	ENG0180_000000012194	0.951877133105802		0	0	False	False	0.9992663264274597	0					non-mobilizable	other	1363.0	100.0	100.0	0.00036191476827490216	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0006_000000023124	1363	0.5723082709367732	1	1	0	1	0	True	91280	fragment	False	CAN0022_000000019645	0.2338680605623648		0	0	False	False	0.9977989792823792	0					non-mobilizable	plasmid	1074.0	96.834	99.0	0.2636497786522381	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ENG0045_000000009669	1362	0.5723082709367732	1	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.7931087688683496		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	96.258	100.0	0.014211427616740456	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	True
USA0080_01_000000030857	1362	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.363560545186716		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	86.073	100.0	0.011016233611062434	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0024_000000019629	1362	0.5723082709367732	1	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.3579738244140037		0	0	False	False	0.9985315799713135	0					non-mobilizable	other	1390.0	87.986	100.0	0.07214879055430751	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0394_000000014107	1362	0.5723082709367732	1	1	0	1	0	True	110494	fragment	False	ISR0394_000000014107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	90.476	11.0	0.15934065934065933	NZ_QIBZ01000037.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_037, whole genome shotgun sequence	True	True
ISR0232_000000021708	1361	0.5723082709367732	1	1	0	1	0	True	29789	fragment	False	ISR0232_000000021708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	77.74	64.0	0.004988076998398747	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CAN0009_000000020986	1360	0.5723082709367732	1	1	0	1	0	True	94698	fragment	False	ENG0016_000000016794	0.9392483449906688		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	98.23899999999999	100.0	0.00044922473251159204	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	True
ISR0390_000000011171	1360	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.19474098415941327		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	93.243	98.0	0.009028686939946682	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0105_000000024905	1358	0.5723082709367732	2	1	0	1	0	True	57128	fragment	False	FIJ0105_000000024905	0.9608556406687507		0	0	False	False	1.0	0					non-mobilizable	other	1358.0	95.434	100.0	0.005620257778072297	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0378_000000023845	1358	0.5723082709367732	2	1	0	1	0	True	69874	fragment	False	ISR0378_000000023845	1.0		0	0	False	False	0.9941089749336243	0					non-mobilizable	no_good_hit								True	True
FIJ0132_000000025783	1357	0.5723082709367732	2	1	0	1	0	True	40753	fragment	False	FIJ0132_000000025783	0.9744816586921851		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	95.947	100.0	0.030994285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0067_000000013520	1356	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.23093152060746247	PS1133	0	0	False	True	0.9896755218505859	0					non-mobilizable	chromosome	1367.0	93.56299999999999	100.0	0.0004806119651206982	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ITA0001_000000002613	1356	0.5723082709367732	1	1	0	1	0	True	20448	maximal	True	ITA0001_000000002613	1.0		129	13	False	False	0.998525083065033	0					non-mobilizable	chromosome	853.0	93.904	100.0	0.00028677821172242964	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0105_000000024978	1355	0.5723082709367732	2	1	0	1	0	True	57128	fragment	False	FIJ0105_000000024905	0.9436043330469204		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	93.368	100.0	0.0056119744209933405	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0075_000000016645	1355	0.5723082709367732	1	1	0	1	0	True	5766	fragment	False	SPA0075_000000016645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0399_000000012921	1353	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.03711954093521447		0	0	False	False	0.9955654144287109	0					non-mobilizable	other	1354.0	92.39299999999999	100.0	0.18654349924169308	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0065_000000025621	1352	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.361304630293718		0	0	False	False	0.99334317445755	0					non-mobilizable	other	1380.0	86.95700000000001	100.0	0.07162635181025025	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0011_01_000000026738	1351	0.5723082709367732	2	1	0	1	0	True	1995	fragment	False	USA0011_01_000000026738	1.0		0	0	False	False	0.9940784573554993	0					non-mobilizable	no_good_hit								True	True
AST0089_000000017634	1351	0.5723082709367732	1	1	0	1	0	True	115064	fragment	False	AST0089_000000017634	0.9190512048192772		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	87.84299999999999	99.0	0.4172229639519359	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CAN0002_000000014495	1350	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.04567403592134234		0	0	False	False	0.9985185265541077	0					non-mobilizable	other	1351.0	97.26100000000001	100.0	0.7024491922876498	KX128148.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_TE_17 genomic sequence	False	True
MON0080_000000042639	1349	0.5723082709367732	3	1	0	1	0	True	10027	fragment	False	MON0080_000000042639	1.0		0	0	False	False	0.9911045432090759	0					non-mobilizable	no_good_hit								True	True
FIJ0142_000000027155	1349	0.5723082709367732	2	1	0	1	0	True	73864	fragment	False	ENG0016_000000014606	0.6845070422535211		0	0	False	False	0.9985173940658569	0					non-mobilizable	no_good_hit	374.0	75.668	27.0	0.027145619515097426	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ENG0162_000000018112	1349	0.5723082709367732	3	1	0	1	0	True	56333	maximal	True	ENG0162_000000018112	1.0		3	1	False	False	0.9903632402420044	0					non-mobilizable	no_good_hit								True	True
SPA0041_000000025026	1348	0.5723082709367732	2	1	0	1	0	True	6897	fragment	False	SPA0041_000000025026	1.0		0	0	False	False	0.9955489635467529	0					non-mobilizable	no_good_hit	71.0	87.324	5.0	3.2051803368405344e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
ISR0389_000000016515	1348	0.5723082709367732	3	1	0	1	0	True	22898	fragment	False	ISR0389_000000016515	1.0		0	0	False	False	0.9992581605911255	0					non-mobilizable	no_good_hit								True	True
ISR0115_000000026974	1347	0.5723082709367732	1	1	0	1	0	True	65366	fragment	False	SPA0014_000000019054	0.747701135609766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	75.84100000000001	58.0	0.2643524699599466	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0085_000000020871	1347	0.5723082709367732	1	1	0	1	0	True	68945	fragment	False	DEN0085_000000020871	1.0		0	0	False	False	0.9962880611419678	0					non-mobilizable	plasmid	1259.0	92.375	93.0	0.4506839452843773	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
CHI0135_000000014166	1347	0.5723082709367732	2	1	0	1	0	True	106395	fragment	False	ENG0082_000000014125	0.9537780979100866		0	0	False	False	1.0	0					non-mobilizable	chromosome	1350.0	98.741	100.0	0.0003052138397394302	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0161_000000015510	1347	0.5723082709367732	1	1	0	1	0	True	56392	fragment	False	ENG0161_000000015510	1.0		0	0	False	False	0.9784706830978394	0					non-mobilizable	no_good_hit								True	True
ENG0200_000000015601	1346	0.5723082709367732	2	1	0	1	0	True	66515	fragment	False	ENG0019_000000012393	0.9699510831586303		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	100.0	100.0	0.0057855185674281755	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0048_000000019055	1346	0.5723082709367732	2	1	0	1	0	True	64213	maximal	True	ENG0048_000000019055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	98.537	15.0	0.02003732442785581	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
CHI0110_000000007621	1345	0.5723082709367732	1	1	0	1	0	True	82687	fragment	False	CHI0110_000000007621	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0086_01_000000012608	1345	0.5723082709367732	1	1	0	1	0	True	434	fragment	False	USA0086_01_000000012608	1.0		0	0	False	False	0.9970260262489319	0					non-mobilizable	no_good_hit	625.0	79.36	46.0	0.0002452162075256854	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MON0080_000000042832	1344	0.5723082709367732	2	1	0	1	0	True	10026	maximal	True	MON0080_000000042832	1.0		2	2	False	False	0.972470223903656	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00011095182063178303	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	True
ISR0109_000000023807	1344	0.5723082709367732	1	1	0	1	0	True	32739	fragment	False	ISR0109_000000023807	1.0		0	0	False	False	0.9888392686843872	0					non-mobilizable	no_good_hit	322.0	83.54	24.0	0.0022135903165998124	NZ_CYYA01000008.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ENG0183_000000022935	1344	0.5723082709367732	1	1	0	1	0	True	92718	fragment	False	DEN0035_000000022992	0.6404199475065617		0	0	False	False	0.9828869104385376	0					non-mobilizable	no_good_hit								True	True
FIJ0097_000000023561	1342	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.19644916018095326	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1352.0	94.23100000000001	100.0	0.00047673037068873955	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0256_000000013356	1340	0.5723082709367732	2	1	0	1	0	True	65366	fragment	False	SPA0014_000000019054	0.7516519127564009		0	0	False	False	0.9985074400901794	0					non-mobilizable	no_good_hit	1090.0	73.85300000000001	78.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0012_000000042631	1340	0.5723082709367732	1	1	0	1	0	True	13580	maximal	True	MON0012_000000042631	1.0		2	2	False	False	0.9738805890083313	0					non-mobilizable	no_good_hit								True	True
ETH0001_000000026921	1340	0.5723082709367732	1	1	0	1	0	True	53448	maximal	True	ETH0001_000000026921	1.0		1	1	False	False	0.9805970191955566	0					non-mobilizable	no_good_hit								True	True
ENG0066_000000016001	1339	0.5723082709367732	2	1	0	1	0	True	62717	fragment	False	ENG0066_000000016001	1.0		0	0	False	False	0.9813293218612671	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00935946183094472	XM_009976379.2	birds	PREDICTED: Tyto alba alba zinc finger protein 750 (ZNF750), mRNA	True	True
ISR0039_000000027982	1339	0.5723082709367732	2	1	0	1	0	True	36526	fragment	False	ISR0039_000000027982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
MON0081_000000038986	1339	0.5723082709367732	1	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.08468505809026951		0	0	False	False	0.9880507588386536	0					non-mobilizable	chromosome	1339.0	99.77600000000001	100.0	0.0005721885570841476	NZ_CP007519.1	high GC Gram+	Trueperella pyogenes strain TP6375 chromosome, complete genome	False	True
ENG0016_000000016794	1338	0.5723082709367732	1	1	0	1	0	True	94698	fragment	False	ENG0016_000000016794	0.9524514921454287		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	86.289	100.0	0.041304952269146405	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
FIJ0167_000000015826	1338	0.5723082709367732	2	1	0	1	0	True	38953	fragment	False	FIJ0167_000000015826	1.0		0	0	False	False	0.9925261735916138	0					non-mobilizable	no_good_hit								True	True
MON0068_000000031624	1337	0.5723082709367732	2	1	0	1	0	True	10538	fragment	False	MON0068_000000031624	1.0		0	0	False	False	0.9192221164703369	0					non-mobilizable	no_good_hit	74.0	100.0	6.0	0.001587508698677801	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	True	True
ISR0087_000000028725	1337	0.5723082709367732	1	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.8045845839997925		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	96.178	96.0	0.003674983432451739	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
ISR0254_000000009985	1337	0.5723082709367732	2	1	0	1	0	True	26918	fragment	False	ISR0254_000000009985	1.0		0	0	False	False	0.9917726516723633	0					non-mobilizable	no_good_hit	417.0	82.734	30.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
TAN0010_000000012448	1336	0.5723082709367732	2	1	0	1	0	True	39379	maximal	False	FIJ0159_000000019024	0.9432153392330385		0	0	False	False	0.9715569019317627	0					non-mobilizable	no_good_hit	809.0	78.245	59.0	0.007345507832425965	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
DEN0067_000000024983	1335	0.5723082709367732	1	1	0	1	0	True	70801	fragment	False	DEN0067_000000024983	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0187_000000022885	1334	0.5723082709367732	2	1	0	1	0	True	131238	fragment	False	SPA0046_000000017752	0.1729898984651865		0	0	False	False	0.9887556433677673	0					non-mobilizable	chromosome	1334.0	92.429	100.0	0.00037247165985619576	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
SPA0102_000000023594	1333	0.5723082709367732	2	1	0	1	0	True	4893	fragment	False	SPA0102_000000023594	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1333.0	99.925	100.0	0.00028098112195002584	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	True
FIJ0066_000000025159	1333	0.5723082709367732	2	1	0	1	0	True	45298	fragment	False	FIJ0066_000000025159	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	89.28	100.0	0.0004178080322653194	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
DEN0017_000000021589	1332	0.5723082709367732	2	1	0	1	0	True	75187	fragment	False	DEN0017_000000021589	1.0		0	0	False	False	0.9632132053375244	0					non-mobilizable	no_good_hit								True	True
USA0037_01_000000025317	1330	0.5723082709367732	2	1	0	1	0	True	49517	fragment	False	USA0037_01_000000025317	0.9633140972794724		0	0	False	False	0.9774436354637146	0					non-mobilizable	no_good_hit	296.0	80.405	21.0	0.10522522522522522	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
ISR0087_000000028902	1330	0.5723082709367732	1	1	0	1	0	True	33822	fragment	False	ISR0087_000000028902	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	94.51100000000001	100.0	0.00045159275643859477	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ISR0342_000000010708	1330	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.3585289934782596		0	0	False	False	0.9977443814277649	0					non-mobilizable	other	1361.0	85.89299999999999	100.0	0.010761338834812255	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0835_000000011521	1329	0.5723082709367732	2	1	0	1	0	True	20944	maximal	True	ISR0835_000000011521	1.0		1	1	False	False	0.9969902038574219	0					non-mobilizable	no_good_hit								True	True
TAN0007_000000031781	1329	0.5723082709367732	1	1	0	1	0	True	40144	fragment	False	TAN0007_000000031781	0.9674079754601227		0	0	False	False	0.9992475509643555	0					non-mobilizable	other	1327.0	95.931	99.0	0.038383604469403115	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0278_000000009176	1328	0.5723082709367732	1	1	0	1	0	True	26264	maximal	True	ISR0278_000000009176	1.0		2	2	False	False	0.9969879388809204	0					non-mobilizable	no_good_hit	1174.0	93.35600000000001	88.0	0.08708909712925778	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
CAN0008_000000021284	1328	0.5723082709367732	3	1	0	1	0	True	94912	fragment	False	CAN0008_000000021284	1.0		0	0	False	False	0.9864457845687866	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	7.467915966030939e-07	LR736848.1	bivalves	Pecten maximus genome assembly, chromosome: 11	True	True
AST0047_000000017547	1328	0.5723082709367732	1	1	0	1	0	True	115064	fragment	False	AST0089_000000017634	0.9159881569207994		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	87.58200000000001	97.0	0.4035380507343124	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0111_000000014300	1325	0.5723082709367732	2	1	0	1	0	True	125809	fragment	False	ISR0825_000000011464	0.052703825137348545		0	0	False	False	0.994717001914978	0					non-mobilizable	other	1325.0	97.509	100.0	0.0005933863658381684	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	False	True
ISR0025_000000029963	1324	0.5723082709367732	3	1	0	1	0	True	37335	fragment	False	ISR0025_000000029963	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0011_01_000000027322	1324	0.5723082709367732	2	1	0	1	0	True	1994	maximal	True	USA0011_01_000000027322	1.0		1	1	False	False	0.9901812672615051	0					non-mobilizable	no_good_hit								True	True
ISR0046_000000028169	1324	0.5723082709367732	2	1	0	1	0	True	36144	fragment	False	ISR0046_000000028169	1.0		0	0	False	False	0.9682779312133789	0					non-mobilizable	no_good_hit								True	True
ISR0383_000000011544	1324	0.5723082709367732	1	1	0	1	0	True	34763	fragment	False	ISR0383_000000011544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	97.208	89.0	0.29045745204131823	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0103_000000022894	1324	0.5723082709367732	1	1	0	1	0	True	106359	fragment	False	ISR0103_000000022894	0.9784090909090909		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	93.48700000000001	96.0	0.4035380507343124	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CAN0003_000000036947	1324	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.16898811062915092		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	91.088	99.0	0.00037124323485785685	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0154_000000030585	1323	0.5723082709367732	2	1	0	1	0	True	39559	fragment	False	FIJ0154_000000030585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	98.788	25.0	9.158924035215924e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0035_000000015136	1323	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.14154946010044187		0	0	False	False	0.9811035394668579	0					non-mobilizable	chromosome	1324.0	91.84299999999999	100.0	0.19981807155852033	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0302_000000012641	1322	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.01562194969821962		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	97.35600000000001	100.0	0.0013439767071147402	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0140_000000016261	1321	0.5723082709367732	2	1	0	1	0	True	70662	maximal	True	SPA0140_000000016261	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0269_000000014740	1321	0.5723082709367732	2	1	0	1	0	True	26452	fragment	False	ISR0269_000000014740	1.0		0	0	False	False	0.9924299716949463	0					non-mobilizable	no_good_hit								True	True
ISR0778_000000010711	1320	0.5723082709367732	1	1	0	1	0	True	106359	fragment	False	ISR0103_000000022894	0.976963746223565		0	0	False	False	0.9984848499298096	0					non-mobilizable	other	1227.0	95.436	97.0	0.4082109479305741	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0092_000000024040	1320	0.5723082709367732	2	1	0	1	0	True	57127	fragment	False	ISR0092_000000024040	0.9468451433251756		0	0	False	False	0.9969696998596191	0					non-mobilizable	other	1320.0	95.90899999999999	100.0	0.005462873993572115	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0001_000000016060	1320	0.5723082709367732	1	1	0	1	0	True	52524	fragment	False	FIJ0001_000000016060	1.0		0	0	False	False	0.9666666388511658	0					non-mobilizable	no_good_hit								True	True
ISR0841_000000011581	1319	0.5723082709367732	3	1	0	1	0	True	55758	fragment	False	ISR0841_000000011581	0.9397683397683398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	90.766	34.0	0.0001002296004481598	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CHI0017_000000009646	1318	0.5723082709367732	1	1	0	1	0	True	101991	fragment	False	ISR0146_000000026385	0.2756397340318356		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	99.92399999999999	100.0	0.0003192890593918865	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	True
ISR0107_000000022756	1318	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.14124633764378616		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	91.88799999999999	100.0	0.19906003638568828	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
SPA0129_000000018438	1317	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.17567950902737506		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	95.751	100.0	0.0003701191069703236	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0019_000000050816	1316	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.3675593582668751		0	0	False	False	0.9924012422561646	0					non-mobilizable	chromosome	1344.0	86.012	100.0	0.0004691626588695464	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0394_000000014609	1316	0.5723082709367732	1	1	0	1	0	True	57885	fragment	False	ISR0394_000000014609	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1318.0	93.24700000000001	100.0	0.47336213102951763	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0092_000000042412	1315	0.5723082709367732	1	1	0	1	0	True	61416	fragment	False	MON0092_000000042412	1.0		0	0	False	False	0.9969581961631775	0					non-mobilizable	no_good_hit	796.0	74.874	60.0	0.004328065110120885	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
ENG0135_000000017207	1315	0.5723082709367732	1	1	0	1	0	True	58064	fragment	False	ENG0135_000000017207	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1313.0	98.324	99.0	0.00029684251870877126	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
CHI0122_000000010851	1315	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.16871687766335675	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1313.0	93.831	100.0	0.00046296835406634066	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0196_000000016808	1315	0.5723082709367732	1	1	0	1	0	True	28963	fragment	False	ISR0196_000000016808	1.0		0	0	False	False	0.9863117933273315	0					non-mobilizable	no_good_hit	752.0	76.197	56.0	0.24899866488651534	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0030_000000014657	1314	0.5723082709367732	1	1	0	1	0	True	65727	fragment	False	ENG0030_000000014657	0.9907192575406032		0	0	False	False	0.9992389678955078	0					non-mobilizable	chromosome	1314.0	99.01100000000001	100.0	0.0002970687706285188	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0080_000000021666	1314	0.5723082709367732	1	1	0	1	0	True	107692	fragment	False	ENG0080_000000021666	0.9555327047540798		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	99.141	100.0	0.0005532140004633167	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ISR0039_000000028498	1314	0.5723082709367732	3	1	0	1	0	True	36524	fragment	False	ISR0039_000000028498	1.0		0	0	False	False	0.9939117431640625	0					non-mobilizable	chromosome	1314.0	100.0	100.0	0.0003655218011622647	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0233_000000014355	1313	0.5723082709367732	3	1	0	1	0	True	27376	fragment	False	ISR0233_000000014355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0080_01_000000031982	1311	0.5723082709367732	1	1	0	1	0	True	596	fragment	False	USA0080_01_000000031982	1.0		0	0	False	False	0.9893211126327515	0					non-mobilizable	no_good_hit	892.0	89.35	68.0	0.00020787197885725005	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ISR0844_000000009733	1311	0.5723082709367732	1	1	0	1	0	True	20703	fragment	False	ISR0844_000000009733	1.0		0	0	False	False	0.9977116584777832	0					non-mobilizable	no_good_hit	74.0	100.0	6.0	0.000406284610718122	NZ_AGDG01000029.1	CFB group bacteria	Bacteroides faecis MAJ27 contig029, whole genome shotgun sequence	True	True
ENG0170_000000010510	1311	0.5723082709367732	1	1	0	1	0	True	106351	fragment	False	MON0052_000000021510	0.9622434017595307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	87.833	60.0	0.2623497997329773	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0038_000000020708	1311	0.5723082709367732	3	1	0	1	0	True	65025	fragment	False	ENG0038_000000020708	1.0		0	0	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	0.010362694300518135	NZ_CP035290.1	firmicutes	Staphylococcus epidermidis strain ATCC 14990 plasmid unnamed2, complete sequence	True	True
FIJ0141_000000022932	1310	0.5723082709367732	2	1	0	1	0	True	40239	fragment	False	FIJ0141_000000022932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0006329113924050633	MK250091.1	viruses	Mimiviridae sp. ChoanoV1 genomic sequence	True	True
FIJ0093_000000014498	1310	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.12877938159923155		0	0	False	False	0.9801526665687561	0					non-mobilizable	chromosome	1311.0	91.762	100.0	0.19784718010915706	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0202_000000010729	1309	0.5723082709367732	2	1	0	1	0	True	57591	maximal	False	ENG0143_000000014009	0.9753914988814318		0	0	False	False	0.9915966391563416	0					non-mobilizable	other	1312.0	92.53	100.0	0.0011517334027303994	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0816_000000028311	1309	0.5723082709367732	2	1	0	1	0	True	21398	fragment	False	ISR0816_000000028311	1.0		0	0	False	False	0.9885408878326416	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0001557479178962555	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	True	True
CHI0092_000000008245	1308	0.5723082709367732	2	1	0	1	0	True	83625	maximal	True	CHI0092_000000008245	1.0		0	0	False	False	0.9931192398071289	0					non-mobilizable	no_good_hit	904.0	99.115	69.0	0.002590562091728275	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
SPA0126_000000034844	1308	0.5723082709367732	1	1	0	1	0	True	106349	fragment	False	ENG0119_000000023482	0.2780764959488364		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	89.25299999999999	100.0	0.4362483311081442	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MON0032_000000024146	1307	0.5723082709367732	1	1	0	1	0	True	12374	maximal	True	MON0032_000000024146	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	84.949	83.0	0.24765917602996254	LN852744.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0053	True	True
ISR0133_000000017610	1307	0.5723082709367732	2	1	0	1	0	True	31521	fragment	False	ISR0133_000000017610	0.986		0	0	False	False	0.9992349147796631	0					non-mobilizable	other	1310.0	93.51100000000001	100.0	0.0011499750311231775	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ENG0052_000000025692	1306	0.5723082709367732	3	1	0	1	0	True	63928	fragment	False	ENG0052_000000025692	1.0		0	0	False	False	0.9785605072975159	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
FIJ0022_000000019646	1306	0.5723082709367732	2	1	0	1	0	True	118240	fragment	False	MAD0072_000000001538	0.0866151887093381		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	94.257	100.0	0.002274692175756139	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
CHI0182_000000022224	1306	0.5723082709367732	1	1	0	1	0	True	77324	maximal	True	CHI0182_000000022224	1.0		2	2	False	False	0.990045964717865	0					non-mobilizable	no_good_hit								True	True
CAN0016_000000034850	1305	0.5723082709367732	2	1	0	1	0	True	92671	maximal	True	CAN0016_000000034850	1.0		1	1	False	False	0.9938697218894958	0					non-mobilizable	other	1298.0	83.359	99.0	0.008757351494719134	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0131_000000014258	1305	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.025532514529097872		0	0	False	False	0.9793103337287903	0					non-mobilizable	plasmid	1305.0	98.62100000000001	100.0	0.2037818409126426	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0019_000000013979	1304	0.5723082709367732	2	1	0	1	0	True	37722	fragment	False	ISR0019_000000013979	1.0		0	0	False	False	0.9961656332015991	0					non-mobilizable	no_good_hit								True	True
MAD0106_000000017339	1304	0.5723082709367732	1	1	0	1	0	True	40144	fragment	False	TAN0007_000000031781	0.9586155003762227		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	96.626	100.0	0.0377178255080183	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0074_000000023251	1303	0.5723082709367732	1	1	0	1	0	True	34670	fragment	False	ISR0074_000000023251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	90.681	25.0	0.04197605697833005	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MON0093_000000035897	1301	0.5723082709367732	3	1	0	1	0	True	96053	fragment	False	MON0093_000000035897	0.9988076311605724		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	99.693	100.0	0.031885408746412894	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
ISR0211_000000017685	1300	0.5723082709367732	2	1	0	1	0	True	28389	fragment	False	ISR0211_000000017685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0197_000000007967	1300	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.15583183294834704		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	94.163	100.0	0.0003656225954201906	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0126_000000031552	1299	0.5723082709367732	2	1	0	1	0	True	41099	fragment	False	FIJ0126_000000031552	1.0		0	0	False	False	0.9915319681167603	0					non-mobilizable	no_good_hit	1045.0	86.794	85.0	0.34746328437917223	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0097_000000024144	1299	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.1707375703888643		0	0	False	False	0.9915319681167603	0					non-mobilizable	other	1301.0	94.54299999999999	100.0	0.00036534156344830726	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0129_000000020901	1298	0.5723082709367732	2	1	0	1	0	True	58501	fragment	False	ENG0129_000000020901	0.921254809544538		0	0	False	False	0.9984591603279114	0					non-mobilizable	no_good_hit								True	True
FIJ0061_000000022091	1298	0.5723082709367732	2	1	0	1	0	True	45776	fragment	False	FIJ0061_000000022091	1.0		0	0	False	False	0.9930662512779236	0					non-mobilizable	no_good_hit								True	True
CHI0003_000000010174	1298	0.5723082709367732	2	1	0	1	0	True	90919	maximal	True	CHI0003_000000010174	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0280_000000011676	1297	0.5723082709367732	2	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.7306627445124724		0	0	False	False	0.9961449503898621	0					non-mobilizable	other	1274.0	96.78200000000001	98.0	0.003649163876720228	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
ITA0014_000000000417	1296	0.5723082709367732	2	1	0	1	0	True	131259	maximal	True	ITA0014_000000000417	1.0	PS1133	154	12	False	True	0.9760802388191223	0					non-mobilizable	no_good_hit	1092.0	95.604	85.0	0.0003846307209849934	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0119_000000023482	1295	0.5723082709367732	1	1	0	1	0	True	106349	fragment	False	ENG0119_000000023482	0.8153013256375374		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	95.598	100.0	0.4319092122830441	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0852_000000009911	1295	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.33679357014158845		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	87.37700000000001	100.0	0.000461782572100812	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
AST0113_000000028648	1294	0.5723082709367732	2	1	0	1	0	True	106395	fragment	False	ENG0082_000000014125	0.6382083642662707		0	0	False	False	1.0	0					non-mobilizable	chromosome	1294.0	98.84100000000001	100.0	0.000292543732233568	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MON0101_000000051486	1293	0.5723082709367732	2	1	0	1	0	True	9006	fragment	False	MON0101_000000051486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	97.009	18.0	8.221922751330593e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0152_000000021677	1293	0.5723082709367732	1	1	0	1	0	True	39684	fragment	False	FIJ0152_000000021677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0015_000000029723	1292	0.5723082709367732	1	1	0	1	0	True	13394	fragment	False	MON0015_000000029723	1.0		0	0	False	False	0.9961300492286682	0					non-mobilizable	no_good_hit	818.0	82.51799999999999	81.0	0.19724545007378258	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
FIJ0058_000000033104	1292	0.5723082709367732	2	1	0	1	0	True	49505	fragment	False	FIJ0058_000000033104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00016130890655605484	NZ_ADNC01000007.1	mycoplasmas	Mycoplasma alligatoris A21JP2 gcontig_1119468158656, whole genome shotgun sequence	True	True
ENG0131_000000020362	1291	0.5723082709367732	2	1	0	1	0	True	58343	fragment	False	ENG0131_000000020362	1.0		0	0	False	False	0.9767621755599976	0					non-mobilizable	no_good_hit								True	True
ISR0348_000000014674	1291	0.5723082709367732	1	1	0	1	0	True	24130	fragment	False	ISR0348_000000014674	1.0		0	0	False	False	0.9953524470329285	0					non-mobilizable	no_good_hit	453.0	98.675	35.0	0.18108974358974358	HG796402.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00945	True	True
ISR0211_000000017812	1290	0.5723082709367732	2	1	0	1	0	True	28388	maximal	True	ISR0211_000000017812	1.0		0	0	False	False	0.9697674512863159	0					non-mobilizable	no_good_hit								True	True
ENG0042_000000019261	1290	0.5723082709367732	1	1	0	1	0	True	64669	fragment	False	ENG0042_000000019261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	84.571	22.0	0.061555075593952485	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0112_000000030466	1289	0.5723082709367732	1	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.17075276690717578		0	0	False	False	0.9728471636772156	0					non-mobilizable	other	1289.0	94.337	99.0	0.0003619691797857075	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0279_000000017757	1288	0.5723082709367732	1	1	0	1	0	True	55503	fragment	False	ISR0279_000000017757	0.9996108949416342		0	0	False	False	0.9984471797943115	0					non-mobilizable	no_good_hit								True	True
MAD0033_000000016389	1288	0.5723082709367732	1	1	0	1	0	True	18850	maximal	True	MAD0033_000000016389	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0061_000000036264	1288	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.16668030710329168		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	94.186	100.0	0.0003622502117575908	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
AST0153_000000027007	1288	0.5723082709367732	2	1	0	1	0	True	103214	fragment	False	AST0153_000000027007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.014859658778205834	XM_015177193.2	flies	PREDICTED: Drosophila willistoni probable isocitrate dehydrogenase [NAD] subunit alpha, mitochondrial (LOC6648969), mRNA	True	True
ISR0284_000000011507	1288	0.5723082709367732	1	1	0	1	0	True	26081	maximal	True	ISR0284_000000011507	1.0		1	1	False	False	0.9992235898971558	0					non-mobilizable	no_good_hit								True	True
FIJ0157_000000014925	1287	0.5723082709367732	1	1	0	1	0	True	39448	fragment	False	FIJ0157_000000014925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0012_000000013419	1287	0.5723082709367732	3	1	0	1	0	True	101062	maximal	True	AUS0012_000000013419	1.0		0	0	False	False	0.998445987701416	0					non-mobilizable	no_good_hit								True	True
ISR0162_000000030520	1286	0.5723082709367732	1	1	0	1	0	True	34762	fragment	False	ISR0162_000000030520	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1202.0	98.91799999999999	93.0	0.2951303492375799	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
FIJ0106_000000021797	1286	0.5723082709367732	2	1	0	1	0	True	109607	fragment	False	ENG0059_000000008026	0.5672634316366695		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	93.235	100.0	0.0003565656397354083	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0179_000000017591	1285	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.05500594021648434	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1285.0	92.529	100.0	0.0004321868824549292	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0177_000000020353	1285	0.5723082709367732	1	1	0	1	0	True	55503	fragment	False	ISR0279_000000017757	0.9984472049689441		0	0	False	False	0.9945525527000427	0					non-mobilizable	no_good_hit								True	True
USA0003_01_000000029094	1284	0.5723082709367732	2	1	0	1	0	True	2220	fragment	False	USA0003_01_000000029094	1.0		0	0	False	False	0.9890965819358826	0					non-mobilizable	no_good_hit								True	True
AST0087_000000028522	1284	0.5723082709367732	2	1	0	1	0	True	110548	fragment	False	AST0087_000000028522	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	99.68799999999999	100.0	0.0314684457089598	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
MAD0063_000000011445	1283	0.5723082709367732	2	1	0	1	0	True	16705	maximal	True	MAD0063_000000011445	1.0		1	1	False	False	0.9836320877075195	0					non-mobilizable	no_good_hit	747.0	92.369	58.0	0.002427746796451052	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
FIJ0126_000000031979	1283	0.5723082709367732	1	1	0	1	0	True	41097	fragment	False	FIJ0126_000000031979	1.0		0	0	False	False	0.9953234791755676	0					non-mobilizable	no_good_hit								True	True
SPA0040_000000033779	1283	0.5723082709367732	2	1	0	1	0	True	27708	fragment	False	SPA0040_000000033779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0077_000000011029	1282	0.5723082709367732	1	1	0	1	0	True	69873	fragment	False	DEN0077_000000011029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0050_000000032014	1281	0.5723082709367732	2	1	0	1	0	True	11302	fragment	False	MON0050_000000032014	1.0		0	0	False	False	0.9898516535758972	0					non-mobilizable	chromosome	457.0	98.46799999999999	100.0	0.1705310396409873	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
CAN0003_000000038130	1281	0.5723082709367732	2	1	0	1	0	True	96398	fragment	False	CAN0003_000000038130	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	100.0	98.0	0.0003944369869558111	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
USA0010_01_000000020460	1278	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.12566838342177789		0	0	False	False	0.9953051805496216	0					non-mobilizable	other	1282.0	89.93799999999999	100.0	0.00035943989203875767	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0081_000000040705	1278	0.5723082709367732	1	1	0	1	0	True	9947	maximal	True	MON0081_000000040705	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	82.77	49.0	0.0002368339723968064	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ENG0122_000000023417	1277	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.3464934957243709		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	88.046	100.0	0.0677080612298208	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0104_000000027642	1277	0.5723082709367732	1	1	0	1	0	True	107692	fragment	False	ENG0080_000000021666	0.9455125110237069		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	99.756	96.0	0.0006987845590823199	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
SPA0143_000000016472	1277	0.5723082709367732	3	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.020435335788922624		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	95.23100000000001	100.0	0.17606507652006068	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MON0105_000000042929	1276	0.5723082709367732	2	1	0	1	0	True	14533	maximal	True	MON0105_000000042929	1.0		1	1	False	False	0.9561128616333008	0					non-mobilizable	no_good_hit	453.0	98.01299999999999	36.0	0.00012583081045342242	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
CHI0028_000000011640	1276	0.5723082709367732	2	1	0	1	0	True	88644	fragment	False	CHI0028_000000011640	0.987590072057646		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	100.0	95.0	0.21755452270289596	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
FIJ0021_000000037353	1275	0.5723082709367732	2	1	0	1	0	True	57128	fragment	False	FIJ0105_000000024905	0.935776687621371		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	96.706	100.0	0.0052764984592955835	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
DEN0085_000000022006	1274	0.5723082709367732	1	1	0	1	0	True	68938	fragment	False	DEN0085_000000022006	1.0		0	0	False	False	0.9827315807342529	0					non-mobilizable	no_good_hit	546.0	84.066	43.0	0.00021476193659104384	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
SPA0014_000000019054	1274	0.5723082709367732	1	1	0	1	0	True	65366	fragment	False	SPA0014_000000019054	0.9173472695950808		0	0	False	False	0.9960753321647644	0					non-mobilizable	no_good_hit	1090.0	74.862	82.0	0.3598130841121495	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0105_000000017867	1273	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06086595845650238	PS1133	0	0	False	True	0.9890023469924927	0					non-mobilizable	chromosome	1276.0	93.96600000000001	100.0	0.0004103112208998934	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ENG0179_000000025301	1271	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.3105475464413974		0	0	False	False	1.0	0					non-mobilizable	chromosome	1299.0	85.45	100.0	0.0004533481872222583	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ENG0148_000000028431	1271	0.5723082709367732	2	1	0	1	0	True	57256	fragment	False	ENG0148_000000028431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0058_000000042251	1271	0.5723082709367732	2	1	0	1	0	True	121924	fragment	False	FIJ0036_000000034608	0.6893810608715971		0	0	False	False	0.9913454055786133	0					non-mobilizable	other	1198.0	94.574	94.0	0.03464945290337521	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0263_000000012875	1270	0.5723082709367732	2	1	0	1	0	True	26641	fragment	False	ISR0263_000000012875	1.0		0	0	False	False	0.9968503713607788	0					non-mobilizable	no_good_hit	573.0	81.85	45.0	0.003271625560150679	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0205_000000006328	1269	0.5723082709367732	1	1	0	1	0	True	106349	fragment	False	ENG0119_000000023482	0.7295051634200538		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	93.065	99.0	0.42289719626168226	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0032_000000023547	1269	0.5723082709367732	1	1	0	1	0	True	7229	fragment	False	SPA0032_000000023547	1.0		0	0	False	False	0.996847927570343	0					non-mobilizable	no_good_hit								True	True
MON0063_000000023611	1268	0.5723082709367732	2	1	0	1	0	True	10728	maximal	True	MON0063_000000023611	1.0		0	0	False	False	0.9187697172164917	0					non-mobilizable	no_good_hit	1071.0	94.491	84.0	0.03097319516007642	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	True	True
FIJ0036_000000034608	1268	0.5723082709367732	2	1	0	1	0	True	121924	fragment	False	FIJ0036_000000034608	0.9178850819334701		0	0	False	False	0.9960567951202393	0					non-mobilizable	other	1268.0	95.426	100.0	0.03667573669889423	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
FIJ0135_000000022397	1268	0.5723082709367732	2	1	0	1	0	True	131208	fragment	False	FIJ0135_000000022397	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1271.0	89.693	100.0	0.00035457512364688905	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
FIJ0133_000000030879	1268	0.5723082709367732	2	1	0	1	0	True	40658	fragment	False	FIJ0133_000000030879	0.9774375503626108		0	0	False	False	0.9976340532302856	0					non-mobilizable	no_good_hit	588.0	98.639	46.0	0.07794449608285753	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0289_000000009458	1268	0.5723082709367732	1	1	0	1	0	True	106349	fragment	False	ENG0119_000000023482	0.6620001826676074		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	92.846	100.0	0.4232309746328438	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0795_000000010139	1267	0.5723082709367732	2	1	0	1	0	True	21963	maximal	True	ISR0795_000000010139	1.0		7	4	False	False	0.9992107152938843	0					non-mobilizable	no_good_hit	767.0	98.566	61.0	0.10561147111540052	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	True	True
ENG0109_000000019248	1267	0.5723082709367732	3	1	0	1	0	True	59850	fragment	False	ENG0109_000000019248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	93.939	73.0	0.0003646602311914225	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MON0108_000000017250	1265	0.5723082709367732	1	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.15085510561232676		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	94.164	100.0	0.00035550544443239127	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
USA0060_01_000000008975	1265	0.5723082709367732	3	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.020541821163359876	PS1133	0	0	False	True	0.999209463596344	0					non-mobilizable	other	1265.0	93.59700000000001	100.0	0.00039322826091690627	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0040_000000019514	1264	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.013883816587990573		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	95.96799999999999	100.0	0.1742727147387288	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0062_000000018939	1264	0.5723082709367732	1	1	0	1	0	True	63174	fragment	False	ENG0062_000000018939	0.9605587510271159		0	0	False	False	0.9818037748336792	0					non-mobilizable	no_good_hit	712.0	76.685	55.0	0.01735835974643423	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ISR0123_000000018497	1262	0.5723082709367732	1	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.7888222138206716		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	100.0	100.0	0.013167237490602288	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	True
ISR0096_000000019209	1262	0.5723082709367732	1	1	0	1	0	True	65366	fragment	False	SPA0014_000000019054	0.7342371291693082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	76.10300000000001	83.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0322_000000010300	1261	0.5723082709367732	3	1	0	1	0	True	25007	maximal	True	ISR0322_000000010300	1.0		0	0	False	False	0.9714512228965759	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.0770910879228316e-07	HG975450.1	eudicots	Solanum pennellii chromosome ch11, complete genome	True	True
ISR0356_000000017187	1261	0.5723082709367732	1	1	0	1	0	True	23898	fragment	False	ISR0356_000000017187	1.0		0	0	False	False	0.975416362285614	0					non-mobilizable	other	1261.0	93.814	100.0	0.09370816599732262	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ENG0166_000000023904	1260	0.5723082709367732	3	1	0	1	0	True	56109	maximal	True	ENG0166_000000023904	1.0		1	1	False	False	0.9698412418365479	0					non-mobilizable	no_good_hit								True	True
ISR0086_000000022961	1260	0.5723082709367732	2	1	0	1	0	True	33884	maximal	True	ISR0086_000000022961	1.0		26	8	False	False	1.0	0					non-mobilizable	other	1146.0	87.696	100.0	0.000401604584850516	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
CAN0004_000000023055	1258	0.5723082709367732	3	1	0	1	0	True	96053	fragment	False	MON0093_000000035897	0.9823212913143735		0	0	False	False	0.9992051124572754	0					non-mobilizable	other	1258.0	99.682	100.0	0.03083073753403154	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
ISR0372_000000014046	1258	0.5723082709367732	1	1	0	1	0	True	56881	fragment	False	ISR0025_000000028549	0.9449244060475162		0	0	False	False	0.9976152777671814	0					non-mobilizable	no_good_hit	451.0	99.113	36.0	0.5776636713735558	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
FIJ0140_000000028223	1257	0.5723082709367732	2	1	0	1	0	True	58501	fragment	False	ENG0129_000000020901	0.6240369799691834		0	0	False	False	0.9737470149993896	0					non-mobilizable	no_good_hit								True	True
ISR0237_000000010003	1257	0.5723082709367732	2	1	0	1	0	True	27304	maximal	False	MON0041_000000050502	0.9209183673469388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	74.84	49.0	0.004185349242634939	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
CAN0022_000000026512	1257	0.5723082709367732	1	1	0	1	0	True	91216	maximal	True	CAN0022_000000026512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0084_000000022552	1256	0.5723082709367732	1	1	0	1	0	True	34023	fragment	False	ISR0084_000000022552	1.0		0	0	False	False	0.9992038011550903	0					non-mobilizable	no_good_hit								True	True
ISR0148_000000023265	1256	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.21423361039784475		0	0	False	False	1.0	0					non-mobilizable	chromosome	1256.0	91.72	100.0	0.0003506602563511032	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
SPA0096_000000034353	1256	0.5723082709367732	1	1	0	1	0	True	58057	fragment	False	SPA0096_000000034353	1.0		0	0	False	False	0.9928343892097473	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	5.0	0.016791604197901048	NZ_JAAIUL010000049.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_50_length_3335_cov_335.009, whole genome shotgun sequence	True	True
ENG0190_000000023705	1255	0.5723082709367732	3	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.008605718978622796		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	95.258	100.0	0.0003775207676447731	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0791_000000014588	1255	0.5723082709367732	1	1	0	1	0	True	22041	fragment	False	ISR0791_000000014588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0112_000000031524	1255	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.309399168737534		0	0	False	False	1.0	0					non-mobilizable	chromosome	1283.0	85.26899999999999	100.0	0.00044772526396988924	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0045_000000021025	1255	0.5723082709367732	1	1	0	1	0	True	106362	fragment	False	ISR0058_000000018131	0.6098512557912704		0	0	False	False	0.9992032051086426	0					non-mobilizable	other	1268.0	86.751	99.0	0.4192256341789052	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
CHI0125_000000012354	1255	0.5723082709367732	1	1	0	1	0	True	81523	fragment	False	FIJ0051_000000016771	0.7755791028444171		0	0	False	False	0.9657370448112488	0					non-mobilizable	plasmid	726.0	92.7	96.0	0.18492975734355044	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	False	True
ISR0328_000000023323	1255	0.5723082709367732	1	1	0	1	0	True	24730	fragment	False	ISR0328_000000023323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0165_000000012809	1254	0.5723082709367732	2	1	0	1	0	True	40753	fragment	False	FIJ0132_000000025783	0.950004446591345		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	95.61399999999999	100.0	0.02864	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0165_000000012812	1254	0.5723082709367732	2	1	0	1	0	True	40753	fragment	False	FIJ0132_000000025783	0.9529521252943663		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	95.694	100.0	0.02864	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0018_000000021838	1254	0.5723082709367732	1	1	0	1	0	True	49932	fragment	False	FIJ0018_000000021838	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0167_000000017048	1254	0.5723082709367732	1	1	0	1	0	True	38945	fragment	False	FIJ0167_000000017048	1.0		0	0	False	False	0.9968101978302002	0					non-mobilizable	chromosome	934.0	97.109	100.0	0.3489154824233358	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
ISR0324_000000024572	1254	0.5723082709367732	1	1	0	1	0	True	106350	fragment	False	ISR0324_000000024572	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1088.0	85.75399999999999	91.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ISR0788_000000005850	1254	0.5723082709367732	3	1	0	1	0	True	22112	fragment	False	ISR0788_000000005850	1.0		0	0	False	False	0.9936203956604004	0					non-mobilizable	no_good_hit								True	True
ISR0077_000000029633	1254	0.5723082709367732	2	1	0	1	0	True	34453	fragment	False	ISR0077_000000029633	1.0		0	0	False	False	0.9880383014678955	0					non-mobilizable	no_good_hit								True	True
MON0065_000000021227	1253	0.5723082709367732	2	1	0	1	0	True	10660	maximal	True	MON0065_000000021227	1.0		6	3	False	False	0.9193934798240662	0					non-mobilizable	no_good_hit	464.0	81.681	37.0	0.0001762665958494264	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ISR0360_000000019984	1250	0.5723082709367732	1	1	0	1	0	True	31521	fragment	False	ISR0133_000000017610	0.964804896710023		0	0	False	False	0.9896000027656555	0					non-mobilizable	other	1252.0	93.131	99.0	0.0010989822545137398	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
MON0030_000000029150	1250	0.5723082709367732	3	1	0	1	0	True	12494	fragment	False	MON0030_000000029150	1.0		0	0	False	False	0.9815999865531921	0					non-mobilizable	no_good_hit	108.0	95.37	9.0	0.00370614111045686	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
ISR0169_000000026033	1250	0.5723082709367732	1	1	0	1	0	True	94698	fragment	False	ENG0016_000000016794	0.7675765186345305		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	99.44	100.0	0.0005393836504517338	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
SPA0101_000000031560	1249	0.5723082709367732	2	1	0	1	0	True	88644	fragment	False	CHI0028_000000011640	0.9772727272727273		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	100.0	99.0	0.22148730782981765	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	False	True
USA0020_01_000000027607	1248	0.5723082709367732	2	1	0	1	0	True	46707	fragment	False	TAN0009_000000031360	0.7011424758361305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	87.245	77.0	0.000271529614504631	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0036_000000035270	1247	0.5723082709367732	1	1	0	1	0	True	47883	fragment	False	FIJ0036_000000035270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0137_000000029650	1246	0.5723082709367732	3	1	0	1	0	True	3548	fragment	False	SPA0137_000000029650	1.0		0	0	False	False	0.98796147108078	0					non-mobilizable	no_good_hit								True	True
MAD0061_000000015099	1246	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.08136841211650968		0	0	False	False	0.9991974234580994	0					non-mobilizable	plasmid	1247.0	95.99	100.0	0.1945616502578528	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0015_000000026656	1246	0.5723082709367732	1	1	0	1	0	True	50297	maximal	True	FIJ0015_000000026656	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0034_000000023626	1246	0.5723082709367732	1	1	0	1	0	True	35097	fragment	False	MON0034_000000023626	0.9628647214854111		0	0	False	False	0.9991974234580994	0					non-mobilizable	other	1247.0	93.745	100.0	0.41555407209612816	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
AST0055_000000029534	1245	0.5723082709367732	1	1	0	1	0	True	113377	fragment	False	AST0055_000000029534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	88.235	5.0	0.02061211742660837	CP019568.1	firmicutes	Clostridium perfringens strain CP15 plasmid pCP15_1, complete sequence	True	True
ISR0136_000000007743	1245	0.5723082709367732	1	1	0	1	0	True	70313	fragment	False	ISR0136_000000007743	0.9720279720279721		0	0	False	False	0.9991967678070068	0					non-mobilizable	no_good_hit	1043.0	87.344	88.0	0.3467957276368491	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0273_000000011320	1245	0.5723082709367732	2	1	0	1	0	True	26372	maximal	True	ISR0273_000000011320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	100.0	19.0	5.118677654167894e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
DEN0013_000000003848	1242	0.5723082709367732	2	1	0	1	0	True	75425	fragment	False	DEN0013_000000003848	1.0		0	0	False	False	0.9967793822288513	0					non-mobilizable	other	1238.0	84.976	99.0	0.0003870684022638169	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0322_000000010503	1242	0.5723082709367732	2	1	0	1	0	True	48646	fragment	False	ISR0322_000000010503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	91.425	58.0	0.004147130991740297	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0097_000000025242	1242	0.5723082709367732	2	1	0	1	0	True	60738	fragment	False	ENG0097_000000025242	1.0		0	0	False	False	0.999194860458374	0					non-mobilizable	no_good_hit	738.0	92.005	87.0	0.004999355578317584	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
CHI0131_000000014793	1241	0.5723082709367732	1	1	0	1	0	True	109163	fragment	False	ISR0316_000000014957	0.6590971247975294		0	0	False	False	0.9991942048072815	0					non-mobilizable	other	1241.0	100.0	100.0	0.01838698675840389	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0253_000000010263	1241	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.027052952154952382		0	0	False	False	0.9685737490653992	0					non-mobilizable	other	1241.0	98.63	100.0	0.005135681388953315	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MAD0080_000000006461	1240	0.5723082709367732	2	1	0	1	0	True	80643	fragment	False	ENG0037_000000027665	0.46046025104602506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.714	77.0	0.00025177242062016125	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ITA0002_000000008997	1239	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.04111698809841445	PS1133	0	0	False	True	0.9612590670585632	0					non-mobilizable	chromosome	1239.0	99.919	100.0	0.0004368558097058916	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ETH0004_000000023420	1238	0.5723082709367732	2	1	0	1	0	True	52850	maximal	True	ETH0004_000000023420	1.0		1	1	False	False	0.987075924873352	0					non-mobilizable	no_good_hit								True	True
AUS0004_000000015972	1238	0.5723082709367732	2	1	0	1	0	True	102316	maximal	True	AUS0004_000000015972	1.0		0	0	False	False	0.9943457245826721	0					non-mobilizable	no_good_hit	661.0	91.98200000000001	53.0	0.0005170362664009718	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	True
SPA0038_000000020578	1238	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.004874913787698288	PS1133	0	0	False	True	0.9983844757080078	0					non-mobilizable	chromosome	1239.0	86.037	100.0	0.000435444320821543	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0109_000000019706	1238	0.5723082709367732	1	1	0	1	0	True	59839	fragment	False	ENG0109_000000019706	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	81.327	98.0	0.005032139425466353	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0133_000000015731	1237	0.5723082709367732	1	1	0	1	0	True	118240	fragment	False	MAD0072_000000001538	0.04211226900414759		0	0	False	False	0.9991915822029114	0					non-mobilizable	other	1237.0	96.12	100.0	0.0004358062044558716	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0185_000000026923	1236	0.5723082709367732	1	1	0	1	0	True	29372	fragment	False	ISR0185_000000026923	1.0		0	0	False	False	0.9595469236373901	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.740042137808086e-05	LN835296.1	apicomplexans	Plasmodium relictum strain SGS1 genome assembly, chromosome: 1	True	True
MAD0012_000000025075	1236	0.5723082709367732	1	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.46925831780557486		0	0	False	False	0.9635922312736511	0					non-mobilizable	other	1218.0	97.37299999999999	99.0	0.012697351933840114	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	True
MON0104_000000037344	1234	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.015103101788701131		0	0	False	False	0.9821717739105225	0					non-mobilizable	plasmid	1158.0	98.446	94.0	0.18065322706672918	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0855_000000015295	1234	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.08728608483000294		0	0	False	False	0.9983792304992676	0					non-mobilizable	chromosome	1235.0	91.49799999999999	100.0	0.18632504548211037	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
MON0089_000000024502	1234	0.5723082709367732	2	1	0	1	0	True	9585	maximal	True	MON0089_000000024502	1.0		2	2	False	False	0.9700161814689636	0					non-mobilizable	no_good_hit								True	True
ISR0042_000000027015	1234	0.5723082709367732	2	1	0	1	0	True	36329	fragment	False	ISR0042_000000027015	1.0		0	0	False	False	0.9943273663520813	0					non-mobilizable	chromosome	1235.0	96.113	100.0	0.00019020652204908221	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ENG0190_000000024148	1233	0.5723082709367732	1	1	0	1	0	True	54771	maximal	True	ENG0190_000000024148	1.0		1	1	False	False	0.9878345727920532	0					non-mobilizable	no_good_hit								True	True
DEN0096_000000037034	1233	0.5723082709367732	1	1	0	1	0	True	71771	fragment	False	DEN0096_000000037034	0.9652173913043478		0	0	False	False	0.9918897151947021	0					non-mobilizable	other	1233.0	100.0	100.0	0.0024289502479224786	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
MON0023_000000018954	1233	0.5723082709367732	2	1	0	1	0	True	51206	fragment	False	MON0023_000000018954	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	95.698	99.0	0.013609428205014814	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0189_000000015066	1233	0.5723082709367732	2	1	0	1	0	True	54832	fragment	False	ENG0189_000000015066	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	94.09899999999999	100.0	0.030581418383518227	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
ENG0084_000000024301	1233	0.5723082709367732	3	1	0	1	0	True	61497	fragment	False	ENG0084_000000024301	1.0		0	0	False	False	0.9991889595985413	0					non-mobilizable	plasmid	1233.0	99.27	100.0	0.29312395907684985	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
CAN0017_000000027271	1233	0.5723082709367732	2	1	0	1	0	True	92358	fragment	False	CAN0017_000000027271	1.0		0	0	False	False	0.9432278871536255	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	5.932749356746286e-07	CP039355.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu09	True	True
ENG0194_000000021477	1232	0.5723082709367732	1	1	0	1	0	True	54501	maximal	True	ENG0194_000000021477	1.0		12	4	False	False	0.9935064911842346	0					non-mobilizable	no_good_hit								True	True
CHI0054_000000014174	1232	0.5723082709367732	1	1	0	1	0	True	109163	fragment	False	ISR0316_000000014957	0.6586297158886517		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	100.0	100.0	0.018253532822254184	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
AST0019_000000025049	1231	0.5723082709367732	2	1	0	1	0	True	121924	fragment	False	FIJ0036_000000034608	0.6938925562435903		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	93.333	99.0	0.03557575406704105	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
MON0109_000000029879	1231	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.02222542630234095		0	0	False	False	0.9991876482963562	0					non-mobilizable	other	1233.0	95.86399999999999	100.0	0.1695849993106301	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MON0048_000000033488	1231	0.5723082709367732	2	1	0	1	0	True	65432	maximal	True	MON0048_000000033488	1.0		0	0	False	False	0.9991876482963562	0					non-mobilizable	no_good_hit	1029.0	97.376	83.0	0.3700503959683225	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ISR0120_000000029820	1230	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.3010998435972201		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	85.805	100.0	0.009964792659030443	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0197_000000020606	1230	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.18827329616452923		0	0	False	False	0.997560977935791	0					non-mobilizable	other	1231.0	92.12	100.0	0.0003855000537943525	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
USA0130_01_000000026664	1230	0.5723082709367732	1	1	0	1	0	True	103	maximal	True	USA0130_01_000000026664	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	1.4034735502544281e-06	LT972197.1	bony fishes	Larimichthys crocea genome assembly, chromosome: VIII	True	True
MON0025_000000035096	1229	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03877092769737567	PS1133	0	0	False	True	0.9991863369941711	0					non-mobilizable	chromosome	1230.0	93.74	100.0	0.0004133376103229385	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0065_000000009148	1229	0.5723082709367732	1	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.20034358406451427		0	0	False	False	0.9837266206741333	0					non-mobilizable	other	1229.0	98.535	100.0	0.012822654748976694	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	True
ISR0176_000000027745	1228	0.5723082709367732	1	1	0	1	0	True	129058	fragment	False	ISR0004_000000013232	0.515701138412049		0	0	False	False	0.9910423159599304	0					non-mobilizable	other	1207.0	91.54899999999999	98.0	0.0003196648063397264	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0014_000000019824	1227	0.5723082709367732	1	1	0	1	0	True	106349	fragment	False	ENG0119_000000023482	0.550103979761484		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	89.887	100.0	0.4095460614152203	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MAD0062_000000012217	1226	0.5723082709367732	1	1	0	1	0	True	16749	fragment	False	MAD0062_000000012217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0146_000000018751	1223	0.5723082709367732	1	1	0	1	0	True	109163	fragment	False	ISR0316_000000014957	0.650329334567212		0	0	False	False	0.9975470304489136	0					non-mobilizable	other	1223.0	98.855	100.0	0.01812007888610448	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
MON0059_000000031808	1223	0.5723082709367732	1	1	0	1	0	True	10920	fragment	False	MON0059_000000031808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	94.814	79.0	0.15100836202656173	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
USA0081_01_000000024832	1223	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.2918762917136787		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	84.97200000000001	100.0	0.0648868920119116	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0149_000000022475	1221	0.5723082709367732	2	1	0	1	0	True	39837	maximal	True	FIJ0149_000000022475	1.0		9	2	False	False	0.9828009605407715	0					non-mobilizable	no_good_hit								True	True
SPA0103_000000015061	1221	0.5723082709367732	2	1	0	1	0	True	4865	fragment	False	SPA0103_000000015061	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	94.32700000000001	100.0	0.0012534971859852306	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CHI0137_000000014477	1221	0.5723082709367732	5	1	0	1	0	True	80457	maximal	True	CHI0137_000000014477	1.0		0	0	False	False	0.9721539616584778	0					non-mobilizable	no_good_hit	687.0	86.463	56.0	0.0003235840834421788	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	True	True
ENG0106_000000017174	1219	0.5723082709367732	2	1	0	1	0	True	60048	maximal	True	ENG0106_000000017174	1.0		0	0	False	False	0.890073835849762	0					non-mobilizable	no_good_hit	811.0	79.531	66.0	0.007447528774542992	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
MON0002_000000023641	1219	0.5723082709367732	2	1	0	1	0	True	14301	fragment	False	MON0002_000000023641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	85.26299999999999	7.0	0.004585365853658536	NZ_FQXK01000051.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
ENG0020_000000016613	1218	0.5723082709367732	2	1	0	1	0	True	66440	fragment	False	ENG0020_000000016613	1.0		0	0	False	False	0.9917898178100586	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.1919448367929533e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ENG0036_000000021132	1218	0.5723082709367732	2	1	0	1	0	True	65271	maximal	True	ENG0036_000000021132	1.0		1	1	False	False	0.9737274050712585	0					non-mobilizable	no_good_hit								True	True
FIJ0009_000000036554	1218	0.5723082709367732	1	1	0	1	0	True	51157	fragment	False	FIJ0009_000000036554	1.0		0	0	False	False	0.9745484590530396	0					non-mobilizable	no_good_hit								True	True
MAD0049_000000015564	1218	0.5723082709367732	1	1	0	1	0	True	17440	fragment	False	MAD0049_000000015564	1.0		0	0	False	False	0.9909688234329224	0					non-mobilizable	no_good_hit	884.0	85.068	72.0	0.3242333582647719	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ENG0135_000000018595	1217	0.5723082709367732	1	1	0	1	0	True	58056	fragment	False	ENG0135_000000018595	1.0		0	0	False	False	0.9983566403388977	0					non-mobilizable	no_good_hit								True	True
CHI0118_000000009014	1217	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.015348411474958712		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	93.103	100.0	0.020525285260954696	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0182_000000033088	1217	0.5723082709367732	1	1	0	1	0	True	63174	fragment	False	ENG0062_000000018939	0.9450158227848102		0	0	False	False	0.991783082485199	0					non-mobilizable	no_good_hit	84.0	90.476	7.0	0.00033547596169775687	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
MON0098_000000029601	1217	0.5723082709367732	1	1	0	1	0	True	9182	fragment	False	MON0098_000000029601	1.0		0	0	False	False	0.9375513792037964	0					non-mobilizable	no_good_hit	164.0	95.73200000000001	13.0	4.348140396385015e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0781_000000025577	1216	0.5723082709367732	2	1	0	1	0	True	22276	maximal	True	ISR0781_000000025577	1.0		27	8	False	False	0.9991776347160339	0					non-mobilizable	no_good_hit	421.0	78.622	72.0	0.00011553050074816438	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
CHI0120_000000013787	1216	0.5723082709367732	1	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.46837861237038975		0	0	False	False	0.9967105388641357	0					non-mobilizable	other	1217.0	97.86399999999999	100.0	0.012686910032578732	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	True
FIJ0082_000000026326	1216	0.5723082709367732	3	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.008722372977365004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	95.977	100.0	0.0003035432987123808	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ENG0038_000000022752	1216	0.5723082709367732	1	1	0	1	0	True	65014	fragment	False	ENG0038_000000022752	1.0		0	0	False	False	0.9967105388641357	0					non-mobilizable	other	1189.0	90.833	98.0	0.012875117859349092	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	False	True
MON0080_000000048115	1215	0.5723082709367732	2	1	0	1	0	True	121924	fragment	False	FIJ0036_000000034608	0.6973687750975714		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	94.959	99.0	0.0349968158397499	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
USA0003_01_000000030578	1215	0.5723082709367732	1	1	0	1	0	True	29839	fragment	False	USA0003_01_000000030578	1.0		0	0	False	False	0.9991769790649414	0					non-mobilizable	other	1215.0	95.226	100.0	0.0010612203509544865	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
CHI0136_000000011321	1215	0.5723082709367732	1	1	0	1	0	True	80561	maximal	True	CHI0136_000000011321	1.0		3	2	False	False	0.960493803024292	0					non-mobilizable	no_good_hit	533.0	91.745	48.0	0.0002104113264575236	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
TAN0009_000000036008	1215	0.5723082709367732	2	1	0	1	0	True	2655	fragment	False	TAN0009_000000036008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	81.154	63.0	0.007122916685988815	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ISR0218_000000014646	1214	0.5723082709367732	1	1	0	1	0	True	28061	fragment	False	ISR0218_000000014646	1.0		0	0	False	False	0.9835255146026611	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
FIJ0059_000000014783	1214	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.025587393913657504		0	0	False	False	0.9917627573013306	0					non-mobilizable	other	1215.0	98.93	100.0	0.0012331647093269137	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CAN0014_000000041134	1213	0.5723082709367732	2	1	0	1	0	True	93412	fragment	False	CAN0014_000000041134	1.0		0	0	False	False	0.963726282119751	0					non-mobilizable	no_good_hit								True	True
FIJ0021_000000039260	1213	0.5723082709367732	2	1	0	1	0	True	49517	fragment	False	USA0037_01_000000025317	0.924436090225564		0	0	False	False	0.9901071786880493	0					non-mobilizable	no_good_hit								True	True
ISR0372_000000014616	1212	0.5723082709367732	3	1	0	1	0	True	47704	fragment	False	ISR0372_000000014616	1.0		0	0	False	False	0.9826732873916626	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
MON0010_000000022911	1212	0.5723082709367732	1	1	0	1	0	True	94698	fragment	False	ENG0016_000000016794	0.7643120297339177		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	96.45200000000001	100.0	0.0006896724539924119	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
MON0083_000000033923	1212	0.5723082709367732	1	1	0	1	0	True	94698	fragment	False	ENG0016_000000016794	0.7648068181185321		0	0	False	False	0.9966996908187866	0					non-mobilizable	other	1212.0	96.535	100.0	0.0006896724539924119	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
ISR0298_000000012410	1212	0.5723082709367732	3	1	0	1	0	True	25625	fragment	False	ISR0298_000000012410	1.0		0	0	False	False	0.9966996908187866	0					non-mobilizable	no_good_hit								True	True
MON0001_000000028837	1212	0.5723082709367732	1	1	0	1	0	True	94698	fragment	False	ENG0016_000000016794	0.7643120297339175		0	0	False	False	0.9966996908187866	0					non-mobilizable	other	1212.0	96.45200000000001	100.0	0.0006896724539924119	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
MON0069_000000044117	1211	0.5723082709367732	1	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.28937024182220883		0	0	False	False	0.9983484745025635	0					non-mobilizable	other	1239.0	84.74600000000001	100.0	0.0642599655190429	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0368_000000010984	1211	0.5723082709367732	2	1	0	1	0	True	58492	fragment	False	ISR0368_000000010984	0.961864406779661		0	0	False	False	0.9900908470153809	0					non-mobilizable	no_good_hit	1082.0	91.31200000000001	89.0	0.08032128514056225	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
FIJ0015_000000027600	1211	0.5723082709367732	2	1	0	1	0	True	50276	maximal	True	FIJ0015_000000027600	1.0		1	1	False	False	0.9785301685333252	0					non-mobilizable	no_good_hit								True	True
DEN0096_000000037749	1210	0.5723082709367732	1	1	0	1	0	True	68116	fragment	False	DEN0096_000000037749	1.0		0	0	False	False	0.9785124063491821	0					non-mobilizable	no_good_hit								True	True
ISR0219_000000026891	1210	0.5723082709367732	1	1	0	1	0	True	107692	fragment	False	ENG0080_000000021666	0.9377142640015571		0	0	False	False	0.9950413107872009	0					non-mobilizable	other	1158.0	100.0	99.0	0.0005000535926062949	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ISR0084_000000023665	1209	0.5723082709367732	3	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.020370203263789213		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	94.55	100.0	0.0012290982139952504	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0096_000000035807	1209	0.5723082709367732	1	1	0	1	0	True	5155	fragment	False	SPA0096_000000035807	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	885.0	96.271	99.0	0.0002975492243692815	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0149_000000021901	1209	0.5723082709367732	2	1	0	1	0	True	104320	fragment	False	AST0149_000000021901	1.0		0	0	False	False	0.9867659211158752	0					non-mobilizable	chromosome	1190.0	99.07600000000001	98.0	0.00026901353257982396	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
AUS0018_000000023638	1209	0.5723082709367732	1	1	0	1	0	True	99816	maximal	True	AUS0018_000000023638	1.0		1	1	False	False	0.96277916431427	0					non-mobilizable	no_good_hit	102.0	100.0	8.0	0.0006971286581998895	NZ_SPFU01000015.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_15_length_144880_cov_27.5479, whole genome shotgun sequence	True	True
MON0090_000000051717	1208	0.5723082709367732	1	1	0	1	0	True	56880	fragment	False	MON0037_000000058628	0.9402298850574713		0	0	False	False	0.9884105920791626	0					non-mobilizable	no_good_hit	541.0	92.791	45.0	0.693196405648267	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
CHI0093_000000006021	1208	0.5723082709367732	3	1	0	1	0	True	83564	fragment	False	CHI0093_000000006021	0.9798387096774194		0	0	False	False	0.9991722106933594	0					non-mobilizable	no_good_hit								True	True
ISR0027_000000021115	1207	0.5723082709367732	1	1	0	1	0	True	94698	fragment	False	ENG0016_000000016794	0.662237895067284		0	0	False	False	0.9975144863128662	0					non-mobilizable	other	1209.0	91.729	100.0	0.0011153400445025306	NZ_QETB01000001.1	high GC Gram+	Ancrocorticia populi strain sk1b4 Scaffold1_1, whole genome shotgun sequence	False	True
MON0063_000000024813	1207	0.5723082709367732	3	1	0	1	0	True	10726	maximal	True	MON0063_000000024813	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ISR0047_000000024822	1207	0.5723082709367732	1	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.2903888940694363		0	0	False	False	0.9991714954376221	0					non-mobilizable	other	1227.0	84.84100000000001	100.0	0.0004284017301083204	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0018_000000018434	1207	0.5723082709367732	2	1	0	1	0	True	66581	fragment	False	ENG0018_000000018434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.738363078263511e-05	MG592671.1	viruses	Vibrio phage 2.275.O._10N.286.54.E11, partial genome	True	True
SPA0112_000000027575	1207	0.5723082709367732	1	1	0	1	0	True	4513	fragment	False	SPA0112_000000027575	1.0		0	0	False	False	0.9991714954376221	0					non-mobilizable	no_good_hit								True	True
DEN0051_000000040682	1207	0.5723082709367732	1	1	0	1	0	True	109163	fragment	False	ISR0316_000000014957	0.6048838366632715		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	100.0	100.0	0.01788282744406056	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
DEN0051_000000040686	1207	0.5723082709367732	3	1	0	1	0	True	72405	fragment	False	DEN0051_000000040686	1.0		0	0	False	False	0.9991714954376221	0					non-mobilizable	no_good_hit	764.0	87.435	63.0	0.00022212582486260635	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MON0001_000000028961	1207	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.0188028654401138		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	95.77799999999999	99.0	0.16613814973114574	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
CHI0040_000000011259	1206	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.010457513961767525		0	0	False	False	0.9991708397865295	0					non-mobilizable	chromosome	1207.0	97.34899999999999	100.0	0.0003015413643432967	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ENG0025_000000023325	1206	0.5723082709367732	3	1	0	1	0	True	66103	maximal	True	ENG0025_000000023325	1.0		1	1	False	False	0.9660032987594604	0					non-mobilizable	no_good_hit	341.0	100.0	28.0	5.8764957626144596e-05	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	True
SPA0035_000000017390	1205	0.5723082709367732	2	1	0	1	0	True	95134	fragment	False	SPA0035_000000017390	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	100.0	100.0	0.00023418397485284242	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
MON0070_000000029137	1205	0.5723082709367732	1	1	0	1	0	True	10433	maximal	True	MON0070_000000029137	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	90.336	20.0	0.00046569662910309187	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	True
ENG0129_000000022541	1204	0.5723082709367732	2	1	0	1	0	True	58494	fragment	False	ENG0129_000000022541	1.0		0	0	False	False	0.9941860437393188	0					non-mobilizable	other	1203.0	93.59899999999999	99.0	0.08939461549903317	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
USA0080_01_000000034674	1204	0.5723082709367732	1	1	0	1	0	True	594	maximal	True	USA0080_01_000000034674	1.0		1	1	False	False	0.9667773842811584	0					non-mobilizable	no_good_hit	63.0	98.413	5.0	0.006913470115967886	NZ_JAAITU010000072.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_72_length_8968_cov_113.507, whole genome shotgun sequence	True	True
FIJ0058_000000036014	1204	0.5723082709367732	2	1	0	1	0	True	45947	maximal	True	FIJ0058_000000036014	1.0		2	2	False	False	0.9800664186477661	0					non-mobilizable	no_good_hit	572.0	75.874	47.0	0.0004841417814357379	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
MAD0001_000000021360	1204	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06669871985418328	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1205.0	90.539	100.0	0.00040492275669258554	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0060_000000035753	1204	0.5723082709367732	2	1	0	1	0	True	10862	fragment	False	MON0060_000000035753	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1209.0	87.758	100.0	0.00040391297425694316	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0165_000000020804	1203	0.5723082709367732	2	1	0	1	0	True	35941	fragment	False	ISR0165_000000020804	0.9995579133510168		0	0	False	False	0.9983375072479248	0					non-mobilizable	other	1231.0	84.647	100.0	0.06389425839820281	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0081_01_000000025249	1202	0.5723082709367732	1	1	0	1	0	True	73038	fragment	False	DEN0041_000000029405	0.9520166973448282		0	0	False	False	0.9966722130775452	0					non-mobilizable	no_good_hit	97.0	92.78399999999999	8.0	2.7422663803283522e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
ISR0208_000000023227	1202	0.5723082709367732	3	1	0	1	0	True	28495	fragment	False	ISR0208_000000023227	1.0		0	0	False	False	0.9783693552017212	0					non-mobilizable	no_good_hit								True	True
MAD0070_000000018402	1201	0.5723082709367732	2	1	0	1	0	True	16342	fragment	False	MAD0070_000000018402	1.0		0	0	False	False	0.9950041770935059	0					non-mobilizable	no_good_hit								True	True
ISR0293_000000029036	1201	0.5723082709367732	1	1	0	1	0	True	34758	fragment	False	ISR0293_000000029036	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1210.0	97.76899999999999	100.0	0.2966060009837678	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0039_000000031231	1201	0.5723082709367732	1	1	0	1	0	True	36520	fragment	False	ISR0039_000000031231	0.9317781690140845		0	0	False	False	0.9908409714698792	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	2.5585900283666836e-05	NZ_LANQ01000001.1	a-proteobacteria	Rickettsia felis str. Pedreira rfPED.contig.0_1, whole genome shotgun sequence	True	True
ISR0174_000000020607	1200	0.5723082709367732	2	1	0	1	0	True	29883	maximal	True	ISR0174_000000020607	1.0		11	6	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit	594.0	92.929	50.0	0.025400496873126018	NZ_LNAM01000170.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf45, whole genome shotgun sequence	True	True
ENG0187_000000025575	1200	0.5723082709367732	1	1	0	1	0	True	54947	fragment	False	ENG0187_000000025575	1.0		0	0	False	False	0.987500011920929	0					non-mobilizable	no_good_hit								True	True
MAD0025_000000011499	1200	0.5723082709367732	1	1	0	1	0	True	19118	fragment	False	MAD0025_000000011499	1.0		0	0	False	False	0.9908333420753479	0					non-mobilizable	no_good_hit	926.0	95.68	77.0	0.009658758666778048	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	True
ISR0050_000000024473	1200	0.5723082709367732	1	1	0	1	0	True	35891	fragment	False	ISR0050_000000024473	1.0		0	0	False	False	0.98416668176651	0					non-mobilizable	no_good_hit								True	True
ISR0212_000000030270	1200	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.13901415808000475		0	0	False	False	1.0	0					non-mobilizable	chromosome	1187.0	89.806	99.0	0.000331085919872174	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
USA0133_01_000000017019	1199	0.5723082709367732	1	1	0	1	0	True	54	fragment	False	USA0133_01_000000017019	1.0		0	0	False	False	0.9916597008705139	0					non-mobilizable	no_good_hit	596.0	75.503	49.0	0.001879025618674028	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
SPA0017_000000010934	1199	0.5723082709367732	1	1	0	1	0	True	70312	fragment	False	SPA0017_000000010934	1.0		0	0	False	False	0.9949958324432373	0					non-mobilizable	other	879.0	85.552	90.0	0.29138851802403204	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
USA0116_01_000000020310	1199	0.5723082709367732	2	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.09714160098763444		0	0	False	False	1.0	0					non-mobilizable	chromosome	1197.0	90.14200000000001	99.0	0.00033360262027660775	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0819_000000022493	1198	0.5723082709367732	2	1	0	1	0	True	21305	fragment	False	ISR0819_000000022493	1.0		0	0	False	False	0.9933221936225891	0					non-mobilizable	no_good_hit	560.0	94.464	47.0	0.7175866495507061	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
FIJ0030_000000032371	1198	0.5723082709367732	1	1	0	1	0	True	48645	fragment	False	FIJ0030_000000032371	1.0		0	0	False	False	0.9482470750808716	0					non-mobilizable	no_good_hit	695.0	92.95	58.0	0.003985853675394842	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0023_000000028014	1198	0.5723082709367732	2	1	0	1	0	True	57128	fragment	False	FIJ0105_000000024905	0.4768627450980392		0	0	False	False	0.994991660118103	0					non-mobilizable	other	1198.0	95.993	100.0	0.004957589211755741	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MAD0070_000000018474	1198	0.5723082709367732	1	1	0	1	0	True	16341	fragment	False	MAD0070_000000018474	0.9411016949152542		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	91.867	99.0	0.08954335861966384	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
USA0045_01_000000012027	1197	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.016119196884124238	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1198.0	95.91	100.0	0.0004220351764202313	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0158_000000016176	1197	0.5723082709367732	1	1	0	1	0	True	65431	fragment	False	ISR0158_000000016176	0.9140510690911225		0	0	False	False	1.0	0					non-mobilizable	plasmid	1198.0	94.992	100.0	0.4294456443484521	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0258_000000024930	1197	0.5723082709367732	1	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.1342320470227447		0	0	False	False	0.9456976056098938	0					non-mobilizable	other	1120.0	98.304	94.0	0.0032073625897588165	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
FIJ0169_000000019056	1197	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.06612287078629772		0	0	False	False	0.9966583251953125	0					non-mobilizable	chromosome	1188.0	92.17200000000001	99.0	0.179805942995755	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0296_000000021487	1196	0.5723082709367732	2	1	0	1	0	True	25667	fragment	False	ISR0296_000000021487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0341_000000011818	1195	0.5723082709367732	1	1	0	1	0	True	29788	fragment	False	ISR0341_000000011818	0.9933333333333334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	77.87899999999999	73.0	0.004988076998398747	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0159_000000022264	1194	0.5723082709367732	1	1	0	1	0	True	30458	fragment	False	ISR0159_000000022264	1.0		0	0	False	False	0.9865996837615967	0					non-mobilizable	other	1202.0	95.258	100.0	0.0010489822249961974	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0159_000000019318	1194	0.5723082709367732	1	1	0	1	0	True	56499	fragment	False	ENG0159_000000019318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0044_000000013721	1194	0.5723082709367732	2	1	0	1	0	True	87219	maximal	True	CHI0044_000000013721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0344_000000029750	1193	0.5723082709367732	1	1	0	1	0	True	107692	fragment	False	ENG0080_000000021666	0.48202479338842974		0	0	False	False	0.9857501983642578	0					non-mobilizable	other	1215.0	97.531	100.0	0.000524688903564427	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ENG0025_000000023623	1193	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.10410658532222156		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	92.38	98.0	0.00032740224724406	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0117_000000023203	1192	0.5723082709367732	2	1	0	1	0	True	57127	fragment	False	ISR0092_000000024040	0.9057434666690393		0	0	False	False	0.9689597487449646	0					non-mobilizable	other	1192.0	95.63799999999999	100.0	0.004932739140518869	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0017_000000025342	1192	0.5723082709367732	1	1	0	1	0	True	50081	maximal	True	FIJ0017_000000025342	1.0		1	1	False	False	0.9941275119781494	0					non-mobilizable	no_good_hit								True	True
CAN0006_000000037440	1191	0.5723082709367732	1	1	0	1	0	True	95487	maximal	True	CAN0006_000000037440	1.0		0	0	False	False	0.9882451891899109	0					non-mobilizable	no_good_hit	967.0	92.554	81.0	0.3220961281708945	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0369_000000014620	1191	0.5723082709367732	2	1	0	1	0	True	23529	fragment	False	ISR0369_000000014620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	75.044	47.0	0.0001986670604720654	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0328_000000024548	1190	0.5723082709367732	1	1	0	1	0	True	63410	fragment	False	ENG0058_000000027247	0.9501537343181479		0	0	False	False	0.9983193278312683	0					non-mobilizable	other	1190.0	100.0	100.0	0.00026531632779888085	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ISR0046_000000032061	1190	0.5723082709367732	1	1	0	1	0	True	36136	fragment	False	ISR0046_000000032061	1.0		0	0	False	False	0.9983193278312683	0					non-mobilizable	no_good_hit								True	True
ISR0397_000000015032	1190	0.5723082709367732	2	1	0	1	0	True	22632	fragment	False	ISR0397_000000015032	1.0		0	0	False	False	0.9899159669876099	0					non-mobilizable	no_good_hit	468.0	86.325	39.0	0.5982028241335045	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
SPA0052_000000022513	1189	0.5723082709367732	1	1	0	1	0	True	11031	fragment	False	SPA0052_000000022513	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	100.0	100.0	0.230411171450737	KX128695.1	bacteria	Uncultured bacterium clone Control_TwinB_Time2_TE_13 genomic sequence	False	True
FIJ0047_000000026447	1189	0.5723082709367732	1	1	0	1	0	True	46834	fragment	False	FIJ0047_000000026447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0028_000000026992	1189	0.5723082709367732	3	1	0	1	0	True	73861	fragment	False	DEN0028_000000026992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0003_000000020232	1189	0.5723082709367732	1	1	0	1	0	True	76612	fragment	False	DEN0003_000000020232	1.0		0	0	False	False	0.9915895462036133	0					non-mobilizable	no_good_hit								True	True
ISR0039_000000031514	1189	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.1131606572574996		0	0	False	False	0.9924306273460388	0					non-mobilizable	other	1188.0	94.781	99.0	0.0003324608227379596	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0159_000000019404	1188	0.5723082709367732	1	1	0	1	0	True	56498	fragment	False	SPA0015_000000021608	0.6343262411347518		0	0	False	False	0.9991582632064819	0					non-mobilizable	other	1123.0	98.575	100.0	0.0007194775131214872	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
SPA0001_000000028096	1187	0.5723082709367732	1	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.1166941165025293		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	95.57799999999999	99.0	0.0003302125669628931	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0246_000000020252	1187	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.013583964365780502		0	0	False	False	0.9823083281517029	0					non-mobilizable	other	1188.0	95.455	100.0	0.001206732489671102	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0091_000000010564	1186	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.038958387626603135	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1187.0	93.682	100.0	0.0003816248904520611	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ENG0116_000000020210	1186	0.5723082709367732	2	1	0	1	0	True	79022	fragment	False	ISR0068_000000016913	0.9106621508157481		0	0	False	False	0.994940996170044	0					non-mobilizable	other	1186.0	98.904	100.0	0.0003038116439594169	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
ENG0012_000000019265	1186	0.5723082709367732	2	1	0	1	0	True	67030	fragment	False	ENG0012_000000019265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000029328	1185	0.5723082709367732	2	1	0	1	0	True	46707	fragment	False	TAN0009_000000031360	0.48497596153846156		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	86.883	75.0	0.00024538748217106573	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0159_000000019484	1184	0.5723082709367732	1	1	0	1	0	True	56496	fragment	False	ENG0159_000000019484	1.0		0	0	False	False	0.9991554021835327	0					non-mobilizable	chromosome	1196.0	75.502	99.0	0.00030187795932561855	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
CAN0021_000000036835	1184	0.5723082709367732	2	1	0	1	0	True	91394	fragment	False	CAN0021_000000036835	0.9988675826481432		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	100.0	100.0	0.00041574488797204004	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
DEN0046_000000020066	1184	0.5723082709367732	2	1	0	1	0	True	72692	fragment	False	DEN0046_000000020066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0145_000000029241	1183	0.5723082709367732	1	1	0	1	0	True	3349	maximal	True	SPA0145_000000029241	1.0		1	1	False	False	0.9830938577651978	0					non-mobilizable	no_good_hit								True	True
ISR0325_000000018239	1183	0.5723082709367732	1	1	0	1	0	True	24844	fragment	False	ISR0325_000000018239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000053361	1183	0.5723082709367732	2	1	0	1	0	True	91394	fragment	False	CAN0021_000000036835	0.9985867650596333		0	0	False	False	0.9991546869277954	0					non-mobilizable	chromosome	1183.0	100.0	100.0	0.0004153934552687669	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0130_000000027497	1182	0.5723082709367732	1	1	0	1	0	True	31711	maximal	True	ISR0130_000000027497	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0189_000000015872	1182	0.5723082709367732	2	1	0	1	0	True	54829	maximal	True	ENG0189_000000015872	1.0		1	1	False	False	0.9686971306800842	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.844935735459308e-06	LR594571.1	birds	Streptopelia turtur genome assembly, chromosome: 21	True	True
ENG0051_000000025420	1181	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.054033935572790896	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1193.0	93.21	100.0	0.0004199179430937084	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0129_000000023017	1180	0.5723082709367732	2	1	0	1	0	True	58492	fragment	False	ISR0368_000000010984	0.9500412881915772		0	0	False	False	0.9779661297798157	0					non-mobilizable	other	1078.0	91.929	91.0	0.08009817045961624	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
DEN0059_000000001107	1180	0.5723082709367732	3	1	0	1	0	True	71970	fragment	False	DEN0059_000000001107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0127_000000024792	1180	0.5723082709367732	2	1	0	1	0	True	16341	fragment	False	MAD0070_000000018474	0.9307178631051753		0	0	False	False	0.9991525411605835	0					non-mobilizable	other	1180.0	93.39	100.0	0.08768406961178045	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0015_000000023084	1179	0.5723082709367732	1	1	0	1	0	True	57127	fragment	False	ISR0092_000000024040	0.6938902121368564		0	0	False	False	0.9864291548728943	0					non-mobilizable	other	1162.0	95.525	99.0	0.004804347105795036	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0023_000000024345	1179	0.5723082709367732	1	1	0	1	0	True	7594	maximal	True	SPA0023_000000024345	1.0		1	1	False	False	0.97879558801651	0					non-mobilizable	no_good_hit								True	True
USA0037_01_000000028578	1178	0.5723082709367732	1	1	0	1	0	True	1353	maximal	True	USA0037_01_000000028578	1.0		2	1	False	False	0.9915110468864441	0					non-mobilizable	no_good_hit								True	True
SPA0098_000000033097	1177	0.5723082709367732	1	1	0	1	0	True	65431	fragment	False	ISR0158_000000016176	0.4630325814536341		0	0	False	False	1.0	0					non-mobilizable	plasmid	1110.0	94.054	94.0	0.3988480921526278	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
SPA0003_000000015389	1176	0.5723082709367732	2	1	0	1	0	True	15735	fragment	False	MAD0091_000000013480	0.9483030781373323		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	88.462	99.0	0.01292398178039181	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0093_000000022536	1176	0.5723082709367732	1	1	0	1	0	True	65431	fragment	False	ISR0158_000000016176	0.47117794486215536		0	0	False	False	1.0	0					non-mobilizable	plasmid	1180.0	91.78	100.0	0.421886249100072	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0085_000000023622	1175	0.5723082709367732	1	1	0	1	0	True	33944	fragment	False	ISR0085_000000023622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.060523012793201e-05	NZ_VDCS01000002.1	CFB group bacteria	Tamlana fucoidanivorans strain CW2-9 NODE_2, whole genome shotgun sequence	True	True
SPA0016_000000029079	1175	0.5723082709367732	2	1	0	1	0	True	7853	fragment	False	SPA0016_000000029079	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1179.0	94.741	99.0	0.4379207180254301	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	False	True
USA0026_01_000000027810	1175	0.5723082709367732	1	1	0	1	0	True	1607	fragment	False	USA0026_01_000000027810	1.0		0	0	False	False	0.9965957403182983	0					non-mobilizable	no_good_hit								True	True
SPA0083_000000015798	1175	0.5723082709367732	2	1	0	1	0	True	5572	fragment	False	SPA0083_000000015798	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	693.0	95.094	100.0	0.00024418757699230776	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0015_000000021608	1175	0.5723082709367732	1	1	0	1	0	True	56498	fragment	False	SPA0015_000000021608	0.952156908857647		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	100.0	100.0	0.0007528222820005579	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0123_000000020021	1174	0.5723082709367732	1	1	0	1	0	True	32098	maximal	True	ISR0123_000000020021	1.0		361	13	False	False	0.9889267683029175	0					non-mobilizable	other	1175.0	99.574	100.0	0.012748813621901028	NZ_CYZK01000014.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0029_000000024879	1174	0.5723082709367732	1	1	0	1	0	True	117700	maximal	True	AST0029_000000024879	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	100.0	87.0	0.0004561405397259389	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	True
CHI0094_000000004564	1174	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.047629482325859264	PS1133	0	0	False	True	0.9812606573104858	0					non-mobilizable	chromosome	1175.0	94.63799999999999	100.0	0.00037840170725567546	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
USA0009_01_000000022212	1174	0.5723082709367732	1	1	0	1	0	True	56498	fragment	False	SPA0015_000000021608	0.6541843971631206		0	0	False	False	0.9991481900215149	0					non-mobilizable	chromosome	1174.0	100.0	100.0	0.00022815432101526921	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
DEN0018_000000035072	1173	0.5723082709367732	1	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.01525916848409089		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	95.90799999999999	100.0	0.0011914831321773642	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MAD0036_000000026898	1173	0.5723082709367732	1	1	0	1	0	True	18695	maximal	True	MAD0036_000000026898	1.0		1	1	False	False	0.9982949495315552	0					non-mobilizable	other	1161.0	90.353	99.0	0.029297072824875925	NZ_FUXC01000015.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	False	True
DEN0078_000000030525	1173	0.5723082709367732	2	1	0	1	0	True	69661	fragment	False	DEN0078_000000030525	1.0		0	0	False	False	0.9411764740943909	0					non-mobilizable	no_good_hit								True	True
ISR0824_000000020643	1173	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.24532363647386587		0	0	False	False	1.0	0					non-mobilizable	chromosome	1201.0	85.012	100.0	0.0004189077823014976	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0787_000000013075	1172	0.5723082709367732	2	1	0	1	0	True	22120	maximal	True	ISR0787_000000013075	1.0		1	1	False	False	0.9931740760803223	0					non-mobilizable	no_good_hit	987.0	98.176	84.0	0.3698424606151538	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
USA0003_01_000000031595	1172	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03679427070634914	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1174.0	93.35600000000001	100.0	0.0003774347522967598	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0325_000000018416	1172	0.5723082709367732	2	1	0	1	0	True	24843	fragment	False	ISR0325_000000018416	1.0		0	0	False	False	0.9812286496162415	0					non-mobilizable	no_good_hit								True	True
ISR0117_000000023641	1172	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03183349915055635	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1172.0	94.96600000000001	100.0	0.00041321337089305255	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0084_000000032205	1171	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.039220748831585404	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1171.0	96.243	100.0	0.0003938151499005196	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0018_000000035171	1171	0.5723082709367732	1	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.015313586799354476		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	94.889	100.0	0.0011914831321773642	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0230_000000030691	1171	0.5723082709367732	1	1	0	1	0	True	27510	fragment	False	ISR0230_000000030691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	0.0013255324984002195	AM468836.2	eudicots	Vitis vinifera contig VV78X143877.5, whole genome shotgun sequence	True	True
MON0008_000000032441	1171	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.1677835721011951		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	94.876	100.0	0.00036699354185467243	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0092_000000027603	1171	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.02288722419069482	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1170.0	94.103	100.0	0.00041250762645087826	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CAN0022_000000028622	1171	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.1412561495396705		0	0	False	False	0.9854825139045715	0					non-mobilizable	other	1168.0	89.64	99.0	0.0003660525327729938	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0344_000000030366	1170	0.5723082709367732	3	1	0	1	0	True	24223	maximal	True	ISR0344_000000030366	1.0		2	2	False	False	0.9965811967849731	0					non-mobilizable	no_good_hit								True	True
MON0057_000000022940	1170	0.5723082709367732	1	1	0	1	0	True	11030	fragment	False	MON0057_000000022940	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1060.0	96.226	91.0	0.0006031074556382859	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
CHI0010_000000006581	1170	0.5723082709367732	1	1	0	1	0	True	90226	fragment	False	CHI0010_000000006581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1041.0	93.46799999999999	89.0	0.00035305107143694507	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ENG0150_000000015553	1170	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.007244144830071176	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	971.0	92.07	99.0	0.0003258231325672675	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0284_000000013009	1169	0.5723082709367732	1	1	0	1	0	True	26079	fragment	False	ISR0284_000000013009	1.0		0	0	False	False	0.9982891082763672	0					non-mobilizable	other	1169.0	99.65799999999999	100.0	0.01112836685499776	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	False	True
ISR0089_000000027419	1169	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.23203035081900839		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	91.788	100.0	0.00036636620246688665	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
DEN0065_000000029240	1169	0.5723082709367732	2	1	0	1	0	True	71033	fragment	False	DEN0065_000000029240	1.0		0	0	False	False	0.9991445541381836	0					non-mobilizable	no_good_hit								True	True
AST0153_000000030229	1167	0.5723082709367732	2	1	0	1	0	True	103196	fragment	False	AST0153_000000030229	1.0		0	0	False	False	0.9922879338264465	0					non-mobilizable	no_good_hit								True	True
SPA0128_000000032445	1165	0.5723082709367732	2	1	0	1	0	True	3856	fragment	False	SPA0128_000000032445	1.0		0	0	False	False	0.980257511138916	0					non-mobilizable	other	1163.0	93.723	99.0	0.08641975308641975	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
SPA0057_000000028479	1164	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.029822887103884373	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1177.0	91.164	100.0	0.00039482493233616194	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0077_000000032238	1164	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.006839979919566282		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	98.28200000000001	100.0	0.004816772141413472	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0188_000000017622	1163	0.5723082709367732	1	1	0	1	0	True	29243	fragment	False	ISR0188_000000017622	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1172.0	88.823	99.0	0.4168466522678186	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
USA0034_01_000000044116	1163	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.08782711264657765		0	0	False	False	0.9939810633659363	0					non-mobilizable	other	1158.0	90.67399999999999	99.0	0.0003243108955533435	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0132_000000026197	1163	0.5723082709367732	1	1	0	1	0	True	80826	fragment	False	CHI0132_000000026197	1.0		0	0	False	False	0.9922614097595215	0					non-mobilizable	no_good_hit								True	True
ISR0265_000000015387	1162	0.5723082709367732	1	1	0	1	0	True	115598	fragment	False	AST0046_000000011019	0.5040445891701975		0	0	False	False	0.9991394281387329	0					non-mobilizable	other	1162.0	91.13600000000001	100.0	0.08634538152610442	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0836_000000017597	1161	0.5723082709367732	2	1	0	1	0	True	91394	fragment	False	CAN0021_000000036835	0.9867625444548521		0	0	False	False	1.0	0					non-mobilizable	chromosome	1161.0	99.914	100.0	0.00040766193579675944	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
DEN0001_000000038340	1161	0.5723082709367732	1	1	0	1	0	True	76709	maximal	True	DEN0001_000000038340	1.0		15	9	False	False	1.0	0					non-mobilizable	chromosome	757.0	81.506	95.0	0.0001696889398106543	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0312_000000016742	1161	0.5723082709367732	2	1	0	1	0	True	25237	maximal	True	ISR0312_000000016742	1.0		6	4	False	False	0.9474591016769409	0					non-mobilizable	no_good_hit								True	True
MON0017_000000017068	1159	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06285231502603843	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1159.0	93.443	100.0	0.0003732446141414584	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ENG0112_000000023801	1159	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.09045316781050149		0	0	False	False	0.9939603209495544	0					non-mobilizable	other	1148.0	95.73200000000001	99.0	0.0003217816078063937	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0012_000000019696	1159	0.5723082709367732	2	1	0	1	0	True	67028	fragment	False	ENG0012_000000019696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000018956	1158	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03444450697997878	PS1133	0	0	False	True	0.9991364479064941	0					non-mobilizable	chromosome	1159.0	92.839	100.0	0.0004079202875767453	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0212_000000031396	1158	0.5723082709367732	1	1	0	1	0	True	115598	fragment	False	AST0046_000000011019	0.46193320349537714		0	0	False	False	0.9948186278343201	0					non-mobilizable	other	1156.0	91.26299999999999	99.0	0.0858991521642124	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
MON0105_000000047446	1157	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.2297261876631512		0	0	False	False	0.997407078742981	0					non-mobilizable	chromosome	1185.0	84.895	100.0	0.0004132848590491285	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
DEN0041_000000029405	1157	0.5723082709367732	1	1	0	1	0	True	73038	fragment	False	DEN0041_000000029405	0.9631042354223475		0	0	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit	95.0	90.52600000000001	8.0	2.616835438633121e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
SPA0044_000000024727	1157	0.5723082709367732	1	1	0	1	0	True	6776	fragment	False	SPA0044_000000024727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	74.45	68.0	0.00022215262553502453	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
SPA0090_000000031976	1157	0.5723082709367732	1	1	0	1	0	True	94698	fragment	False	ENG0016_000000016794	0.6411598623596403		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	98.012	100.0	0.0004996213941684329	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
AST0113_000000031694	1156	0.5723082709367732	1	1	0	1	0	True	106349	fragment	False	ENG0119_000000023482	0.3626151778678374		0	0	False	False	0.9991349577903748	0					non-mobilizable	other	1158.0	91.19200000000001	100.0	0.3855140186915888	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0052_000000029450	1155	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12215967186790655	PS1133	0	0	False	True	0.9991341829299927	0					non-mobilizable	other	1155.0	93.766	100.0	0.000358696348763602	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0113_000000031741	1155	0.5723082709367732	1	1	0	1	0	True	106349	fragment	False	ENG0119_000000023482	0.4672531820123913		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	94.39200000000001	100.0	0.3855140186915888	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
ENG0071_000000017204	1155	0.5723082709367732	2	1	0	1	0	True	64800	fragment	False	MON0037_000000057413	0.9055969094062536		0	0	False	False	0.9956709742546082	0					non-mobilizable	other	1155.0	92.46799999999999	100.0	0.009192142868522088	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ENG0199_000000022368	1155	0.5723082709367732	2	1	0	1	0	True	54228	maximal	True	ENG0199_000000022368	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0072_000000025746	1154	0.5723082709367732	1	1	0	1	0	True	34815	fragment	False	ISR0072_000000025746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	81.34899999999999	82.0	0.008727427866556607	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ISR0073_000000024354	1154	0.5723082709367732	1	1	0	1	0	True	34757	fragment	False	ISR0073_000000024354	0.9565987599645704		0	0	False	False	0.998266875743866	0					non-mobilizable	plasmid	1150.0	97.82600000000001	99.0	0.28135759960649287	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
FIJ0086_000000029676	1154	0.5723082709367732	2	1	0	1	0	True	43789	maximal	True	FIJ0086_000000029676	1.0		1	1	False	False	0.9991334676742554	0					non-mobilizable	no_good_hit								True	True
MAD0001_000000022265	1154	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.004823254105851105	PS1133	0	0	False	True	0.9913344979286194	0					non-mobilizable	chromosome	1150.0	89.478	100.0	0.0003867466728510231	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0078_000000031153	1153	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.07209264793219544		0	0	False	False	1.0	0					non-mobilizable	chromosome	1153.0	93.148	100.0	0.0003218580183892502	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
CHI0042_000000010022	1153	0.5723082709367732	1	1	0	1	0	True	87459	fragment	False	CHI0042_000000010022	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1153.0	99.566	100.0	0.4189090909090909	CP040633.1	CFB group bacteria	Bacteroides sp. PHL 2737 plasmid unnamed3, complete sequence	False	True
ISR0246_000000020921	1153	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.009874648217838664	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1155.0	88.831	100.0	0.00037034374926471134	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
CAN0003_000000042408	1153	0.5723082709367732	2	1	0	1	0	True	96342	fragment	False	CAN0003_000000042408	1.0		0	0	False	False	0.9895923733711243	0					non-mobilizable	no_good_hit								True	True
ISR0375_000000021164	1153	0.5723082709367732	2	1	0	1	0	True	23359	fragment	False	ISR0375_000000021164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0105_000000030239	1152	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.033776726349109706	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1153.0	94.102	100.0	0.00040615592647130956	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
TAN0002_000000037074	1152	0.5723082709367732	1	1	0	1	0	True	3005	maximal	True	TAN0002_000000037074	1.0		0	0	False	False	0.9348958134651184	0					non-mobilizable	no_good_hit								True	True
AST0094_000000020156	1152	0.5723082709367732	2	1	0	1	0	True	109056	fragment	False	AST0094_000000020156	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	81.818	40.0	0.5853658536585366	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
ISR0376_000000021627	1152	0.5723082709367732	1	1	0	1	0	True	69413	fragment	False	DEN0079_000000054037	0.9683760683760684		0	0	False	False	0.9965277910232544	0					non-mobilizable	no_good_hit								True	True
CHI0140_000000026070	1151	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.0443479823332036	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1151.0	93.223	100.0	0.0003706660675843499	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0051_000000019128	1151	0.5723082709367732	1	1	0	1	0	True	46508	maximal	True	FIJ0051_000000019128	1.0		2	2	False	False	1.0	0					non-mobilizable	other	900.0	97.556	100.0	0.003481756602363257	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0061_000000038326	1151	0.5723082709367732	1	1	0	1	0	True	71773	maximal	True	DEN0061_000000038326	1.0		2	2	False	False	0.9730669260025024	0					non-mobilizable	no_good_hit								True	True
ENG0012_000000019822	1151	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.08975428929633421		0	0	False	False	0.9991312026977539	0					non-mobilizable	other	1149.0	99.73899999999999	99.0	0.0003226247037220436	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0040_000000021692	1150	0.5723082709367732	2	1	0	1	0	True	64800	fragment	False	MON0037_000000057413	0.9037102853438221		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	92.435	100.0	0.009152315559732997	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
DEN0061_000000038365	1150	0.5723082709367732	2	1	0	1	0	True	71771	fragment	False	DEN0096_000000037034	0.9326845093268451		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	95.478	100.0	0.00027010445688852394	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
SPA0027_000000032731	1149	0.5723082709367732	1	1	0	1	0	True	31082	fragment	False	SPA0027_000000032731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0211_000000020473	1149	0.5723082709367732	1	1	0	1	0	True	73038	fragment	False	DEN0041_000000029405	0.960801430056791		0	0	False	False	0.9686684012413025	0					non-mobilizable	no_good_hit	95.0	90.52600000000001	8.0	2.616835438633121e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MAD0016_000000006003	1148	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.006955889920348519	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1150.0	86.95700000000001	100.0	0.0004043915653658738	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0110_000000020428	1147	0.5723082709367732	1	1	0	1	0	True	32695	fragment	False	ISR0110_000000020428	1.0		0	0	False	False	0.990409791469574	0					non-mobilizable	chromosome	1147.0	99.12799999999999	100.0	0.0002592847000306798	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
DEN0063_000000044911	1147	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.23067743716959155		0	0	False	False	0.9991281628608704	0					non-mobilizable	chromosome	1175.0	84.766	100.0	0.00040977053201639784	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ENG0174_000000018496	1147	0.5723082709367732	1	1	0	1	0	True	56987	fragment	False	ENG0174_000000018496	0.9753737906772207		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	99.042	100.0	0.016993134536395855	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0789_000000012432	1147	0.5723082709367732	2	1	0	1	0	True	22089	fragment	False	ISR0789_000000012432	1.0		0	0	False	False	0.9991281628608704	0					non-mobilizable	no_good_hit								True	True
USA0093_01_000000013997	1147	0.5723082709367732	2	1	0	1	0	True	372	maximal	True	USA0093_01_000000013997	1.0		0	0	False	False	0.9485614895820618	0					non-mobilizable	no_good_hit	871.0	96.67	76.0	0.03840035351303579	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	True
FIJ0054_000000022186	1147	0.5723082709367732	2	1	0	1	0	True	46291	fragment	False	FIJ0054_000000022186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0170_000000041240	1147	0.5723082709367732	2	1	0	1	0	True	30027	fragment	False	ISR0170_000000041240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0032_000000033206	1147	0.5723082709367732	1	1	0	1	0	True	55084	fragment	False	MON0109_000000029015	0.6959535743529938		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	94.943	100.0	0.0047463636062423376	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MON0084_000000033028	1146	0.5723082709367732	1	1	0	1	0	True	9805	fragment	False	MON0084_000000033028	1.0		0	0	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit								True	True
MAD0054_000000017201	1145	0.5723082709367732	1	1	0	1	0	True	17124	maximal	True	MAD0054_000000017201	1.0		1	1	False	False	0.9956331849098206	0					non-mobilizable	no_good_hit								True	True
FIJ0166_000000022326	1145	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12529728185509217	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1145.0	94.148	100.0	0.0003850637021249525	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0137_000000032267	1144	0.5723082709367732	1	1	0	1	0	True	65431	fragment	False	ISR0158_000000016176	0.4634502923976608		0	0	False	False	1.0	0					non-mobilizable	plasmid	1099.0	89.809	95.0	0.3927285817134629	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ENG0150_000000015965	1144	0.5723082709367732	1	1	0	1	0	True	57127	fragment	False	ISR0092_000000024040	0.6827649412822834		0	0	False	False	0.9877622127532959	0					non-mobilizable	other	1076.0	96.375	94.0	0.004452304429939366	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0310_000000016262	1144	0.5723082709367732	1	1	0	1	0	True	70313	fragment	False	ISR0136_000000007743	0.9345381526104417		0	0	False	False	1.0	0					non-mobilizable	other	1046.0	86.329	91.0	0.3467957276368491	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0035_000000031704	1143	0.5723082709367732	2	1	0	1	0	True	73376	maximal	True	DEN0035_000000031704	1.0		73	8	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	98.90299999999999	88.0	0.01079787921893185	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	True
ISR0778_000000012650	1143	0.5723082709367732	1	1	0	1	0	True	22362	fragment	False	ISR0778_000000012650	0.9959053685168335		0	0	False	False	0.9921259880065918	0					non-mobilizable	chromosome	1143.0	100.0	100.0	0.0003185328966104139	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
SPA0112_000000029217	1143	0.5723082709367732	1	1	0	1	0	True	65366	fragment	False	SPA0014_000000019054	0.37527563655692514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	76.508	68.0	0.26335113484646194	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0024_000000024230	1142	0.5723082709367732	1	1	0	1	0	True	109605	fragment	False	ISR0024_000000024230	0.9631255487269534		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	94.221	100.0	0.05961026069693329	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
TAN0001_000000013911	1142	0.5723082709367732	3	1	0	1	0	True	3086	fragment	False	TAN0001_000000013911	1.0		0	0	False	False	0.9693520069122314	0					non-mobilizable	other	1142.0	96.235	100.0	0.15717634082448642	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
DEN0045_000000038582	1142	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.08848998874847405		0	0	False	False	0.985989511013031	0					non-mobilizable	other	1142.0	97.461	100.0	0.0003206574799188605	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
USA0015_01_000000029259	1142	0.5723082709367732	1	1	0	1	0	True	1930	fragment	False	USA0015_01_000000029259	1.0		0	0	False	False	0.9921190738677979	0					non-mobilizable	no_good_hit								True	True
ISR0836_000000017925	1141	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.21616729678322158		0	0	False	False	1.0	0					non-mobilizable	chromosome	1169.0	84.68799999999999	100.0	0.00040766193579675944	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
FIJ0161_000000016107	1141	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.10572120954006542	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1142.0	92.90700000000001	100.0	0.0004019214598182637	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0785_000000034241	1141	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.21616729678322158		0	0	False	False	1.0	0					non-mobilizable	chromosome	1169.0	84.68799999999999	100.0	0.00040766193579675944	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
CHI0003_000000011796	1141	0.5723082709367732	2	1	0	1	0	True	90900	fragment	False	CHI0003_000000011796	1.0		0	0	False	False	0.9851008057594299	0					non-mobilizable	no_good_hit								True	True
MON0084_000000033235	1140	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.07090821708107621		0	0	False	False	0.980701744556427	0					non-mobilizable	other	1167.0	83.805	100.0	0.00040418371961914744	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	True
FIJ0036_000000039105	1140	0.5723082709367732	1	1	0	1	0	True	47866	fragment	False	FIJ0036_000000039105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	5.751508950117887e-07	LR812076.1	bony fishes	Danio rerio genome assembly, chromosome: 14	True	True
FIJ0021_000000041772	1140	0.5723082709367732	1	1	0	1	0	True	49504	fragment	False	FIJ0021_000000041772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.00016130890655605484	NZ_ADNC01000007.1	mycoplasmas	Mycoplasma alligatoris A21JP2 gcontig_1119468158656, whole genome shotgun sequence	True	True
AST0092_000000011397	1139	0.5723082709367732	1	1	0	1	0	True	109605	fragment	False	ISR0024_000000024230	0.9619089316987741		0	0	False	False	0.9789288640022278	0					non-mobilizable	other	1139.0	100.0	100.0	0.05945352907371611	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0030_000000026524	1139	0.5723082709367732	1	1	0	1	0	True	32729	fragment	False	SPA0030_000000026524	0.9991071428571429		0	0	False	False	0.9648814797401428	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00021006115113510822	NZ_JWID01000005.1	firmicutes	Defluviitalea phaphyphila strain Alg1 scaffold5, whole genome shotgun sequence	True	True
ISR0219_000000028331	1139	0.5723082709367732	1	1	0	1	0	True	64800	fragment	False	MON0037_000000057413	0.6621030012242387		0	0	False	False	0.992098331451416	0					non-mobilizable	other	1140.0	88.333	100.0	0.0002787672749285245	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0064_000000026244	1138	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.029803960400102178	PS1133	0	0	False	True	0.9982425570487976	0					non-mobilizable	chromosome	1139.0	91.30799999999999	100.0	0.00038304413725366777	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0142_000000030427	1138	0.5723082709367732	3	1	0	1	0	True	57643	fragment	False	ENG0142_000000030427	1.0		0	0	False	False	0.985061526298523	0					non-mobilizable	no_good_hit								True	True
ENG0125_000000023609	1138	0.5723082709367732	1	1	0	1	0	True	58786	maximal	True	ENG0125_000000023609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	76.987	52.0	0.00018631979817237217	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
CHI0163_000000009904	1138	0.5723082709367732	2	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.21335617733597484		0	0	False	False	0.9982425570487976	0					non-mobilizable	chromosome	1166.0	86.792	100.0	0.0004066076376869402	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
USA0017_01_000000023679	1138	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.009287554345173909	PS1133	0	0	False	True	1.0	0					non-mobilizable	other	1134.0	94.09200000000001	100.0	0.0003521632843021661	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0090_000000028004	1137	0.5723082709367732	2	1	0	1	0	True	33642	fragment	False	ISR0090_000000028004	1.0		0	0	False	False	0.9639402031898499	0					non-mobilizable	no_good_hit	431.0	81.206	38.0	0.1329594193335533	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
ENG0152_000000023078	1137	0.5723082709367732	2	1	0	1	0	True	56987	fragment	False	ENG0174_000000018496	0.9712292938099389		0	0	False	False	0.9797713160514832	0					non-mobilizable	other	1137.0	99.912	100.0	0.016844852385118403	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0119_000000026182	1137	0.5723082709367732	2	1	0	1	0	True	59209	fragment	False	ENG0119_000000026182	1.0		0	0	False	False	0.9964819550514221	0					non-mobilizable	no_good_hit								True	True
ISR0249_000000020564	1137	0.5723082709367732	2	1	0	1	0	True	27034	fragment	False	ISR0249_000000020564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	537.0	95.531	47.0	0.6854942233632862	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
ISR0366_000000018781	1137	0.5723082709367732	2	1	0	1	0	True	23601	fragment	False	ISR0366_000000018781	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1137.0	94.723	100.0	0.000175100979779382	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ISR0206_000000022865	1137	0.5723082709367732	1	1	0	1	0	True	28610	fragment	False	ISR0206_000000022865	1.0		0	0	False	False	0.9991204738616943	0					non-mobilizable	chromosome	1063.0	99.906	93.0	0.00036086644645431725	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
DEN0090_000000027267	1137	0.5723082709367732	1	1	0	1	0	True	68614	fragment	False	TAN0005_000000015302	0.9271726724228996		0	0	False	False	0.9982410073280334	0					non-mobilizable	no_good_hit	928.0	76.509	80.0	0.00025502564098262053	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
SPA0047_000000034107	1136	0.5723082709367732	1	1	0	1	0	True	68614	fragment	False	TAN0005_000000015302	0.9261020453138267		0	0	False	False	0.9973591566085815	0					non-mobilizable	no_good_hit	928.0	76.40100000000001	80.0	0.00025502564098262053	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
AST0012_000000021447	1136	0.5723082709367732	1	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.21273689736654935		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	86.512	100.0	0.06034167493861345	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0258_000000026567	1136	0.5723082709367732	1	1	0	1	0	True	36520	fragment	False	ISR0039_000000031231	0.9084096586178185		0	0	False	False	0.9911971688270569	0					non-mobilizable	no_good_hit								True	True
ISR0167_000000024104	1136	0.5723082709367732	1	1	0	1	0	True	30153	maximal	True	ISR0167_000000024104	1.0		5	3	False	False	0.9929577708244324	0					non-mobilizable	no_good_hit								True	True
ENG0103_000000014858	1136	0.5723082709367732	2	1	0	1	0	True	60274	maximal	True	ENG0103_000000014858	1.0		1	1	False	False	0.9973591566085815	0					non-mobilizable	no_good_hit								True	True
CAN0012_000000038892	1136	0.5723082709367732	1	1	0	1	0	True	93943	fragment	False	CAN0012_000000038892	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1137.0	99.736	100.0	0.3712790317304547	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
ISR0040_000000022747	1135	0.5723082709367732	1	1	0	1	0	True	36450	maximal	True	ISR0040_000000022747	1.0		0	0	False	False	0.9709250926971436	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.68689467305886e-07	CP045891.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 2	True	True
USA0034_01_000000045151	1135	0.5723082709367732	2	1	0	1	0	True	1440	fragment	False	USA0034_01_000000045151	1.0		0	0	False	False	0.9920704960823059	0					non-mobilizable	no_good_hit								True	True
MON0008_000000033618	1135	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08021151468349261	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1138.0	94.11200000000001	100.0	0.0003816977606728113	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0086_000000026654	1135	0.5723082709367732	1	1	0	1	0	True	118240	fragment	False	MAD0072_000000001538	0.109835483884206		0	0	False	False	0.9991189241409302	0					non-mobilizable	other	1135.0	99.471	100.0	0.0003017971300530061	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0293_000000030706	1135	0.5723082709367732	1	1	0	1	0	True	25795	fragment	False	ISR0293_000000030706	1.0		0	0	False	False	0.9991189241409302	0					non-mobilizable	other	1135.0	100.0	100.0	0.011238516198725509	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ISR0243_000000011804	1135	0.5723082709367732	1	1	0	1	0	True	65366	fragment	False	SPA0014_000000019054	0.45329573017928226		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	77.597	68.0	0.26401869158878505	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0100_000000028251	1134	0.5723082709367732	2	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.0714447712274849		0	0	False	False	0.9973545074462891	0					non-mobilizable	other	1134.0	92.59299999999999	100.0	0.0003553877631806358	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0134_000000021891	1134	0.5723082709367732	1	1	0	1	0	True	3656	fragment	False	SPA0134_000000021891	1.0		0	0	False	False	0.9876543283462524	0					non-mobilizable	no_good_hit	782.0	76.726	68.0	0.007095092792684171	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ISR0150_000000021863	1134	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.11495934536885558		0	0	False	False	0.9523809552192688	0					non-mobilizable	other	1134.0	89.947	100.0	0.0003553877631806358	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0043_000000027247	1133	0.5723082709367732	3	1	0	1	0	True	47154	maximal	True	FIJ0043_000000027247	1.0		4	3	False	False	0.9876434206962585	0					non-mobilizable	no_good_hit	469.0	77.825	41.0	0.0001297498875174736	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
AST0046_000000014033	1133	0.5723082709367732	3	1	0	1	0	True	115497	fragment	False	AST0046_000000014033	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	99.559	100.0	0.006520211503680579	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0109_000000027830	1133	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.0889227008502935		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	93.48	100.0	0.0003186902561156773	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0017_000000017431	1133	0.5723082709367732	1	1	0	1	0	True	94698	fragment	False	ENG0016_000000016794	0.2762179950289975		0	0	False	False	0.9761694669723511	0					non-mobilizable	other	1133.0	96.117	100.0	0.0004892486316597457	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ISR0119_000000027696	1132	0.5723082709367732	2	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.04789235532269588		0	0	False	False	0.9929328560829163	0					non-mobilizable	chromosome	1133.0	91.792	100.0	0.00031598571744557145	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0119_000000027716	1132	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.08887053599540454		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	94.35600000000001	100.0	0.00031840922414379393	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0075_000000021622	1132	0.5723082709367732	2	1	0	1	0	True	62058	fragment	False	ENG0075_000000021622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0050_01_000000009824	1132	0.5723082709367732	1	1	0	1	0	True	1102	fragment	False	USA0050_01_000000009824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0224_000000027859	1132	0.5723082709367732	2	1	0	1	0	True	27707	fragment	False	ISR0224_000000027859	1.0		0	0	False	False	0.9708480834960938	0					non-mobilizable	no_good_hit								True	True
AST0087_000000032065	1132	0.5723082709367732	1	1	0	1	0	True	110492	fragment	False	AST0087_000000032065	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	87.179	10.0	0.040676745860331175	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0153_000000026161	1132	0.5723082709367732	1	1	0	1	0	True	56879	fragment	False	ENG0153_000000026161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	88.05	56.0	0.8125802310654685	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
SPA0014_000000021581	1132	0.5723082709367732	1	1	0	1	0	True	7926	fragment	False	SPA0014_000000021581	1.0		0	0	False	False	0.981448769569397	0					non-mobilizable	no_good_hit	102.0	82.353	9.0	0.07228017883755589	LN853003.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0335	True	True
ISR0036_000000013219	1131	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.017954010664792554	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1129.0	92.73700000000001	100.0	0.00039768699316521794	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0049_000000025887	1131	0.5723082709367732	2	1	0	1	0	True	35941	fragment	False	ISR0165_000000020804	0.9696591853699086		0	0	False	False	0.9787798523902893	0					non-mobilizable	other	1143.0	84.95200000000001	99.0	0.05929679745049893	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0175_000000010289	1131	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.015750611680432583	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1134.0	91.182	100.0	0.0003994513542706537	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0066_000000028472	1131	0.5723082709367732	1	1	0	1	0	True	35097	fragment	False	MON0034_000000023626	0.9201444622792937		0	0	False	False	0.9796640276908875	0					non-mobilizable	other	1131.0	92.30799999999999	100.0	0.3771695594125501	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0103_000000020480	1131	0.5723082709367732	1	1	0	1	0	True	42538	fragment	False	FIJ0103_000000020480	1.0		0	0	False	False	0.9893898963928223	0					non-mobilizable	no_good_hit	52.0	88.462	5.0	0.007823501799405413	NZ_JACBYF010000034.1	firmicutes	Gemella palaticanis strain CIP 106318 NODE_34_length_6391_cov_898.326628, whole genome shotgun sequence	True	True
AST0148_000000029724	1131	0.5723082709367732	2	1	0	1	0	True	104586	maximal	True	AST0148_000000029724	1.0		1	1	False	False	0.9991158246994019	0					non-mobilizable	no_good_hit								True	True
CHI0082_000000008373	1130	0.5723082709367732	2	1	0	1	0	True	84243	fragment	False	CHI0082_000000008373	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	99.823	100.0	0.058983334204064576	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0030_000000032466	1130	0.5723082709367732	2	1	0	1	0	True	12486	maximal	True	MON0030_000000032466	1.0		4	2	False	False	0.9876106381416321	0					non-mobilizable	no_good_hit	512.0	75.195	45.0	0.0034391767682591797	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ENG0022_000000012603	1129	0.5723082709367732	2	1	0	1	0	True	66290	fragment	False	ENG0022_000000012603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0078_000000042445	1129	0.5723082709367732	1	1	0	1	0	True	10121	fragment	False	MON0078_000000042445	1.0		0	0	False	False	0.9920283555984497	0					non-mobilizable	no_good_hit	919.0	85.963	79.0	0.3060747663551402	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ISR0219_000000028587	1129	0.5723082709367732	1	1	0	1	0	True	34757	fragment	False	ISR0073_000000024354	0.9471403812824957		0	0	False	False	1.0	0					non-mobilizable	plasmid	1112.0	99.46	98.0	0.2732415150024594	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	False	True
ISR0065_000000031121	1129	0.5723082709367732	1	1	0	1	0	True	58487	fragment	False	ISR0065_000000031121	0.9790614498592243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0258_000000026802	1128	0.5723082709367732	1	1	0	1	0	True	26759	fragment	False	ISR0258_000000026802	1.0		0	0	False	False	0.991134762763977	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00020601900796426113	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	True
ISR0346_000000022853	1128	0.5723082709367732	2	1	0	1	0	True	64800	fragment	False	MON0037_000000057413	0.8914046687764057		0	0	False	False	0.9991135001182556	0					non-mobilizable	other	1128.0	92.465	100.0	0.008977075401061	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
DEN0001_000000039516	1128	0.5723082709367732	2	1	0	1	0	True	76702	fragment	False	DEN0001_000000039516	1.0		0	0	False	False	0.9858155846595764	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000016348	1128	0.5723082709367732	1	1	0	1	0	True	5715	fragment	False	SPA0076_000000016348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0128_000000033540	1127	0.5723082709367732	2	1	0	1	0	True	3854	maximal	True	SPA0128_000000033540	1.0		1	1	False	False	0.9982253909111023	0					non-mobilizable	no_good_hit								True	True
FIJ0165_000000014398	1126	0.5723082709367732	2	1	0	1	0	True	39042	fragment	False	FIJ0165_000000014398	1.0		0	0	False	False	0.9955595135688782	0					non-mobilizable	no_good_hit	691.0	75.253	60.0	0.10075839653304441	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
MON0101_000000059670	1126	0.5723082709367732	3	1	0	1	0	True	8994	fragment	False	MON0101_000000059670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0061_000000037244	1126	0.5723082709367732	1	1	0	1	0	True	111769	fragment	False	AST0061_000000037244	1.0		0	0	False	False	0.9991118907928467	0					non-mobilizable	no_good_hit								True	True
USA0081_01_000000026837	1126	0.5723082709367732	2	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.08126634755025808		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	94.227	100.0	0.00031616096836872744	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0049_000000019854	1126	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.025008947337321077	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1125.0	93.51100000000001	100.0	0.0003783318192206701	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0169_000000021677	1126	0.5723082709367732	1	1	0	1	0	True	115598	fragment	False	AST0046_000000011019	0.4479320737844857		0	0	False	False	0.9982237815856934	0					non-mobilizable	other	1126.0	92.096	100.0	0.08366800535475234	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
SPA0057_000000029529	1125	0.5723082709367732	1	1	0	1	0	True	6322	fragment	False	SPA0057_000000029529	1.0		0	0	False	False	0.9902222156524658	0					non-mobilizable	other	1083.0	96.95299999999999	96.0	0.00418662835056138	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0025_000000025158	1125	0.5723082709367732	1	1	0	1	0	True	66098	fragment	False	ENG0025_000000025158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	80.265	60.0	0.001407252052852456	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0176_000000030163	1125	0.5723082709367732	1	1	0	1	0	True	29788	fragment	False	ISR0341_000000011818	0.9644351464435146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	77.998	71.0	0.004602163420000692	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0090_000000028385	1124	0.5723082709367732	3	1	0	1	0	True	33641	fragment	False	ISR0090_000000028385	1.0		0	0	False	False	0.959964394569397	0					non-mobilizable	no_good_hit								True	True
ISR0144_000000007846	1124	0.5723082709367732	1	1	0	1	0	True	31082	fragment	False	SPA0027_000000032731	0.9927473165071077		0	0	False	False	0.995551586151123	0					non-mobilizable	no_good_hit								True	True
ISR0177_000000028708	1124	0.5723082709367732	1	1	0	1	0	True	31082	fragment	False	SPA0027_000000032731	0.9927473165071077		0	0	False	False	0.9991103410720825	0					non-mobilizable	no_good_hit								True	True
ENG0070_000000023648	1124	0.5723082709367732	2	1	0	1	0	True	62308	fragment	False	ENG0070_000000023648	1.0		0	0	False	False	0.9884341359138489	0					non-mobilizable	no_good_hit	55.0	92.727	5.0	2.3229292400690392e-05	CP026082.1	firmicutes	Streptococcus agalactiae strain YZ1605 chromosome, complete genome	True	True
AST0153_000000031561	1124	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.11607925729810253		0	0	False	False	1.0	0					non-mobilizable	chromosome	1124.0	91.815	100.0	0.00031374865041940814	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ENG0091_000000022281	1123	0.5723082709367732	2	1	0	1	0	True	64800	fragment	False	MON0037_000000057413	0.88746611160982		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	87.811	100.0	0.0002748444284915356	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0810_000000016934	1123	0.5723082709367732	1	1	0	1	0	True	21697	fragment	False	ISR0810_000000016934	1.0		0	0	False	False	0.9991095066070557	0					non-mobilizable	no_good_hit								True	True
ENG0034_000000013621	1123	0.5723082709367732	1	1	0	1	0	True	65430	fragment	False	ENG0034_000000013621	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1128.0	93.52799999999999	100.0	0.4038876889848812	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0230_000000032156	1123	0.5723082709367732	1	1	0	1	0	True	124578	fragment	False	SPA0018_000000015131	0.18476784408816965		0	0	False	False	0.9955476522445679	0					non-mobilizable	other	1151.0	86.36	100.0	0.05966250457133901	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0009_01_000000023288	1123	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.015923973350007347	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1123.0	93.678	100.0	0.0003959226320597822	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0233_000000017822	1123	0.5723082709367732	1	1	0	1	0	True	58487	fragment	False	ISR0065_000000031121	0.9777328404703847		0	0	False	False	0.9821905493736267	0					non-mobilizable	no_good_hit								True	True
CHI0062_000000012112	1122	0.5723082709367732	2	1	0	1	0	True	85531	fragment	False	CHI0062_000000012112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	100.0	11.0	0.00014812620352540364	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
SPA0119_000000028301	1122	0.5723082709367732	2	1	0	1	0	True	4195	fragment	False	SPA0119_000000028301	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	99.822	100.0	0.0002536284020369913	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0780_000000011444	1121	0.5723082709367732	2	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.07179481849528527		0	0	False	False	0.9991079568862915	0					non-mobilizable	other	1123.0	89.84899999999999	100.0	0.0003513100571600283	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0111_000000030236	1121	0.5723082709367732	2	1	0	1	0	True	4550	maximal	True	SPA0111_000000030236	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0142_000000032856	1121	0.5723082709367732	1	1	0	1	0	True	40142	fragment	False	FIJ0142_000000032856	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	92.507	100.0	0.03242054072830429	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ENG0038_000000025195	1121	0.5723082709367732	1	1	0	1	0	True	64997	fragment	False	ENG0038_000000025195	1.0		0	0	False	False	0.9964317679405212	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	5.0	0.00011929107021131561	NZ_HG529491.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	True	True
ENG0198_000000018832	1121	0.5723082709367732	1	1	0	1	0	True	54314	fragment	False	ENG0198_000000018832	1.0		0	0	False	False	0.9955397248268127	0					non-mobilizable	other	1137.0	76.253	99.0	0.02775851822503962	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
ISR0109_000000028114	1120	0.5723082709367732	1	1	0	1	0	True	32729	fragment	False	SPA0030_000000026524	0.9907813871817384		0	0	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit								True	True
SPA0111_000000030244	1120	0.5723082709367732	1	1	0	1	0	True	106349	fragment	False	ENG0119_000000023482	0.18416955017301037		0	0	False	False	1.0	0					non-mobilizable	other	1085.0	85.43799999999999	96.0	0.3591455273698264	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
DEN0028_000000028878	1120	0.5723082709367732	1	1	0	1	0	True	106349	fragment	False	ENG0119_000000023482	0.28843719405027307		0	0	False	False	0.9910714030265808	0					non-mobilizable	other	1122.0	93.67200000000001	99.0	0.37316421895861146	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
MAD0101_000000025985	1120	0.5723082709367732	1	1	0	1	0	True	15059	fragment	False	MAD0101_000000025985	1.0		0	0	False	False	0.9794642925262451	0					non-mobilizable	no_good_hit								True	True
ISR0400_000000017133	1120	0.5723082709367732	2	1	0	1	0	True	22544	fragment	False	ISR0400_000000017133	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	94.331	57.0	0.00021340068806575166	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0025_000000025275	1120	0.5723082709367732	1	1	0	1	0	True	66097	fragment	False	ENG0025_000000025275	1.0		0	0	False	False	0.9901785850524902	0					non-mobilizable	no_good_hit								True	True
MAD0093_000000029081	1118	0.5723082709367732	1	1	0	1	0	True	84964	fragment	False	ISR0003_000000018515	0.19914622721853176		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	97.585	100.0	0.011653161807701946	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	True
ENG0138_000000017928	1118	0.5723082709367732	1	1	0	1	0	True	57884	fragment	False	ENG0138_000000017928	1.0		0	0	False	False	0.9991055727005005	0					non-mobilizable	plasmid	1045.0	99.04299999999999	93.0	0.3758099352051836	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
DEN0065_000000030374	1118	0.5723082709367732	1	1	0	1	0	True	71029	maximal	True	DEN0065_000000030374	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0358_000000017301	1117	0.5723082709367732	1	1	0	1	0	True	23830	fragment	False	ISR0358_000000017301	1.0		0	0	False	False	0.9991047382354736	0					non-mobilizable	no_good_hit								True	True
FIJ0037_000000031466	1117	0.5723082709367732	2	1	0	1	0	True	47703	fragment	False	FIJ0037_000000031466	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
SPA0142_000000023465	1117	0.5723082709367732	1	1	0	1	0	True	58487	fragment	False	ISR0065_000000031121	0.9757982441664577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0024_000000024895	1116	0.5723082709367732	2	1	0	1	0	True	37401	fragment	False	ISR0024_000000024895	1.0		0	0	False	False	0.9991039633750916	0					non-mobilizable	no_good_hit								True	True
FIJ0141_000000027107	1116	0.5723082709367732	1	1	0	1	0	True	40230	fragment	False	FIJ0141_000000027107	1.0		0	0	False	False	0.9973118305206299	0					non-mobilizable	no_good_hit	412.0	84.223	37.0	0.0001096051641451226	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0199_000000023159	1116	0.5723082709367732	2	1	0	1	0	True	83564	fragment	False	CHI0093_000000006021	0.9437086092715232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000016554	1116	0.5723082709367732	1	1	0	1	0	True	5713	fragment	False	SPA0076_000000016554	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1118.0	89.803	100.0	0.20148174918684497	HG796774.1	bacteria	Uncultured bacterium plasmid pRGF00007	False	True
FIJ0062_000000026778	1115	0.5723082709367732	1	1	0	1	0	True	45663	fragment	False	FIJ0062_000000026778	1.0		0	0	False	False	0.9982062578201294	0					non-mobilizable	no_good_hit								True	True
MON0013_000000051880	1114	0.5723082709367732	1	1	0	1	0	True	65366	fragment	False	SPA0014_000000019054	0.3608076051283369		0	0	False	False	1.0	0					non-mobilizable	other	1089.0	76.95100000000001	94.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0008_000000027176	1114	0.5723082709367732	1	1	0	1	0	True	8153	fragment	False	SPA0008_000000027176	1.0		0	0	False	False	0.9991023540496826	0					non-mobilizable	no_good_hit	267.0	95.131	24.0	0.0006721398050794565	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	True
FIJ0011_000000042013	1114	0.5723082709367732	2	1	0	1	0	True	50850	fragment	False	FIJ0011_000000042013	1.0		0	0	False	False	0.9982046484947205	0					non-mobilizable	no_good_hit								True	True
TAN0002_000000038455	1113	0.5723082709367732	1	1	0	1	0	True	3000	maximal	True	TAN0002_000000038455	1.0		3	3	False	False	0.9901167750358582	0					non-mobilizable	no_good_hit	894.0	80.872	80.0	0.0036902355786753256	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
SPA0047_000000034766	1113	0.5723082709367732	2	1	0	1	0	True	64800	fragment	False	MON0037_000000057413	0.8826051131553534		0	0	False	False	0.9991015195846558	0					non-mobilizable	other	1113.0	92.273	100.0	0.008857593474693727	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0362_000000018458	1113	0.5723082709367732	1	1	0	1	0	True	23725	fragment	False	ISR0362_000000018458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0319_000000018919	1113	0.5723082709367732	1	1	0	1	0	True	128053	fragment	False	FIJ0147_000000011379	0.012954990215264188		0	0	False	False	0.9991015195846558	0					non-mobilizable	chromosome	1113.0	92.54299999999999	100.0	0.16858702243784113	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
ISR0177_000000029024	1112	0.5723082709367732	1	1	0	1	0	True	29726	fragment	False	ISR0177_000000029024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	78.63	32.0	0.11950318898959382	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
SPA0107_000000029841	1112	0.5723082709367732	2	1	0	1	0	True	64800	fragment	False	MON0037_000000057413	0.8829662145275583		0	0	False	False	0.9964028596878052	0					non-mobilizable	other	1112.0	92.446	100.0	0.00884962801293591	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
FIJ0058_000000039540	1112	0.5723082709367732	1	1	0	1	0	True	45933	fragment	False	FIJ0058_000000039540	1.0		0	0	False	False	0.9775179624557495	0					non-mobilizable	no_good_hit								True	True
ENG0210_000000024744	1112	0.5723082709367732	1	1	0	1	0	True	53684	fragment	False	ENG0210_000000024744	1.0		0	0	False	False	0.9694244861602783	0					non-mobilizable	no_good_hit								True	True
ISR0779_000000031795	1112	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.11929214681017657		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	94.78399999999999	100.0	0.0003484870299149924	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0025_000000035863	1111	0.5723082709367732	2	1	0	1	0	True	37321	fragment	False	ISR0025_000000035863	1.0		0	0	False	False	0.9981998205184937	0					non-mobilizable	other	1112.0	99.281	100.0	0.02722523362193716	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
CHI0183_000000007600	1111	0.5723082709367732	1	1	0	1	0	True	77261	fragment	False	MAD0050_000000020469	0.9360169491525423		0	0	False	False	1.0	0					non-mobilizable	other	1093.0	91.30799999999999	98.0	0.002368640679170126	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
SPA0117_000000033213	1111	0.5723082709367732	1	1	0	1	0	True	65366	fragment	False	SPA0014_000000019054	0.36295206842174965		0	0	False	False	0.9936993718147278	0					non-mobilizable	no_good_hit	225.0	85.77799999999999	20.0	0.05484505656665027	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
CHI0077_000000012643	1110	0.5723082709367732	2	1	0	1	0	True	84522	fragment	False	CHI0077_000000012643	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1108.0	89.26	99.0	0.0003092745163670814	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0295_000000031964	1109	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.011768021846440104	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1111.0	88.479	100.0	0.00035616174320061446	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
SPA0120_000000035250	1108	0.5723082709367732	1	1	0	1	0	True	131217	fragment	False	MON0058_000000020907	0.08756824970861697		0	0	False	False	0.9963898658752441	0					non-mobilizable	other	1108.0	99.819	100.0	0.0003111023928748278	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0030_000000033118	1108	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.011906820265339235		0	0	False	False	0.9963898658752441	0					non-mobilizable	other	1109.0	97.475	100.0	0.15276437336274645	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0039_000000023798	1108	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.02892457555683161	PS1133	0	0	False	True	0.9891696572303772	0					non-mobilizable	chromosome	1120.0	92.85700000000001	100.0	0.00036035188135591584	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0007_000000016120	1107	0.5723082709367732	1	1	0	1	0	True	38420	fragment	False	ISR0007_000000016120	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	99.91	100.0	0.010970932479708234	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ISR0807_000000013838	1107	0.5723082709367732	1	1	0	1	0	True	21752	fragment	False	ISR0807_000000013838	1.0		0	0	False	False	0.9990966320037842	0					non-mobilizable	no_good_hit								True	True
ENG0036_000000023506	1107	0.5723082709367732	1	1	0	1	0	True	65252	fragment	False	ENG0036_000000023506	0.9968354430379747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	94.118	38.0	0.00014407473945068786	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ENG0179_000000028605	1106	0.5723082709367732	1	1	0	1	0	True	65252	fragment	False	ENG0036_000000023506	0.996386630532972		0	0	False	False	0.9990958571434021	0					non-mobilizable	no_good_hit	431.0	94.2	39.0	0.00014611353293348062	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0279_000000021026	1106	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.05612108678694153	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1107.0	93.315	100.0	0.0003902766765223878	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CAN0008_000000024944	1106	0.5723082709367732	2	1	0	1	0	True	94851	fragment	False	CAN0008_000000024944	1.0		0	0	False	False	0.9891501069068909	0					non-mobilizable	no_good_hit								True	True
FIJ0045_000000021481	1106	0.5723082709367732	1	1	0	1	0	True	47009	fragment	False	FIJ0045_000000021481	1.0		0	0	False	False	0.9864376187324524	0					non-mobilizable	no_good_hit								True	True
ISR0389_000000019968	1106	0.5723082709367732	1	1	0	1	0	True	22892	fragment	False	ISR0389_000000019968	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	92.055	82.0	0.00014396564441830563	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MAD0110_000000022705	1105	0.5723082709367732	2	1	0	1	0	True	14532	fragment	False	MAD0110_000000022705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	89.80799999999999	46.0	0.00014392594912482167	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0347_000000020296	1105	0.5723082709367732	1	1	0	1	0	True	24157	fragment	False	ISR0347_000000020296	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	87.20700000000001	100.0	0.004623522169034965	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0024_000000048087	1105	0.5723082709367732	1	1	0	1	0	True	131206	fragment	False	AST0002_000000027892	0.07058965114853238		0	0	False	False	1.0	0					non-mobilizable	chromosome	1105.0	91.67399999999999	100.0	0.0003084356162322702	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ITA0014_000000000645	1105	0.5723082709367732	1	1	0	1	0	True	20312	fragment	False	ITA0014_000000000645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0129_000000024715	1104	0.5723082709367732	1	1	0	1	0	True	58487	fragment	False	ISR0065_000000031121	0.9666745600253834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0034_000000030895	1104	0.5723082709367732	2	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.03261791286675109		0	0	False	False	0.9990941882133484	0					non-mobilizable	plasmid	1100.0	97.90899999999999	99.0	0.17158931082981715	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0098_000000015818	1104	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08836698918709142	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1104.0	93.20700000000001	100.0	0.0003892180598591264	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0160_000000029329	1104	0.5723082709367732	1	1	0	1	0	True	78642	fragment	False	CHI0160_000000029329	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	99.54700000000001	100.0	0.04865223155103844	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
DEN0071_000000040706	1104	0.5723082709367732	1	1	0	1	0	True	70311	fragment	False	DEN0071_000000040706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	89.245	80.0	0.2596795727636849	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
ENG0148_000000032406	1103	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.09632113738816606	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1104.0	93.569	99.0	0.0003888651876380392	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0034_01_000000046442	1102	0.5723082709367732	1	1	0	1	0	True	1437	fragment	False	USA0034_01_000000046442	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	80.888	99.0	0.010746373832873335	NZ_PUEC01000007.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq7, whole genome shotgun sequence	False	True
ENG0108_000000015222	1102	0.5723082709367732	1	1	0	1	0	True	59904	fragment	False	ENG0108_000000015222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	7.514185111671923e-06	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
ISR0076_000000024347	1102	0.5723082709367732	2	1	0	1	0	True	64800	fragment	False	MON0037_000000057413	0.8769916023017762		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	92.287	100.0	0.00876997339535773	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
CAN0007_000000036040	1102	0.5723082709367732	2	1	0	1	0	True	95133	fragment	False	CAN0007_000000036040	1.0		0	0	False	False	0.9655172228813171	0					non-mobilizable	other	1102.0	99.728	100.0	0.00026692274441189595	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	True
ISR0271_000000018297	1102	0.5723082709367732	1	1	0	1	0	True	26399	fragment	False	ISR0271_000000018297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	78.14399999999999	74.0	0.004665522365707835	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0056_000000032317	1101	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.01117270104613273	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	987.0	94.529	99.0	0.0003308720447454793	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0148_000000019855	1101	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.02276507335770048	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1099.0	96.087	100.0	0.0003874536987536906	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0016_000000031042	1101	0.5723082709367732	1	1	0	1	0	True	106349	fragment	False	ENG0119_000000023482	0.28560876623376624		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	1097.0	93.52799999999999	99.0	0.36481975967957275	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
SPA0126_000000041885	1101	0.5723082709367732	2	1	0	1	0	True	3931	fragment	False	SPA0126_000000041885	1.0		0	0	False	False	0.9990917444229126	0					non-mobilizable	chromosome	1101.0	100.0	100.0	0.00023204146707584718	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	True
DEN0069_000000024145	1101	0.5723082709367732	2	1	0	1	0	True	70661	fragment	False	DEN0069_000000024145	1.0		0	0	False	False	0.9573115110397339	0					non-mobilizable	no_good_hit								True	True
CHI0138_000000012931	1099	0.5723082709367732	1	1	0	1	0	True	80397	fragment	False	CHI0138_000000012931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0016_000000031107	1099	0.5723082709367732	1	1	0	1	0	True	22362	fragment	False	ISR0778_000000012650	0.9768153980752405		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	100.0	100.0	0.0003062601755501177	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
MAD0111_000000015800	1099	0.5723082709367732	2	1	0	1	0	True	14485	fragment	False	MAD0111_000000015800	1.0		0	0	False	False	0.993630588054657	0					non-mobilizable	no_good_hit	734.0	88.42	67.0	0.00022772396122719573	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0042_000000022277	1099	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.020233090398066932	PS1133	0	0	False	True	0.9990900754928589	0					non-mobilizable	chromosome	1108.0	94.495	99.0	0.00037227312460681597	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0004_01_000000019636	1099	0.5723082709367732	2	1	0	1	0	True	2196	fragment	False	USA0004_01_000000019636	1.0		0	0	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000030427	1099	0.5723082709367732	2	1	0	1	0	True	1926	fragment	False	USA0015_01_000000030427	1.0		0	0	False	False	0.9972702264785767	0					non-mobilizable	no_good_hit								True	True
MON0043_000000027319	1088	0.5723082709367732	1	1	0	1	0	True	11652	fragment	False	MON0043_000000027319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0078_000000043699	1086	0.5723082709367732	1	1	0	1	0	True	118240	fragment	False	MAD0072_000000001538	0.09428187456529406		0	0	False	False	1.0	0					non-mobilizable	other	1086.0	95.396	100.0	0.00038256450795681285	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0083_000000038050	1068	0.5723082709367732	1	1	0	1	0	True	9835	fragment	False	MON0083_000000038050	1.0		0	0	False	False	0.9990636706352234	0					non-mobilizable	no_good_hit	99.0	94.949	9.0	0.00019256653861646837	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	True
MON0005_000000050148	1064	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.011329922698016547	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1064.0	91.353	100.0	0.00037052115560773136	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0060_000000039763	1056	0.5723082709367732	2	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.00907092953014434	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1056.0	94.792	100.0	0.0003551068232008959	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0090_000000057281	1051	0.5723082709367732	1	1	0	1	0	True	118240	fragment	False	MAD0072_000000001538	0.013224827406122793		0	0	False	False	1.0	0					non-mobilizable	other	1051.0	99.524	100.0	0.001830212095435974	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0068_000000029314	1049	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06262386734512593	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1049.0	94.471	100.0	0.0003524140700391829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0012_000000054053	1036	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.015961351997903984	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1036.0	94.208	100.0	0.00036522274882520015	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
DEN0045_000000040356	1028	0.5723082709367732	1	1	0	1	0	True	72788	maximal	True	DEN0045_000000040356	1.0		2	2	False	False	0.9970816969871521	0					non-mobilizable	other	1033.0	87.415	100.0	0.0002725222761677939	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0117_000000018870	1027	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.04031145542065115	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1027.0	94.54700000000001	100.0	0.0003450089988444723	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0059_000000035548	1026	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.018322673956674165	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1027.0	93.476	100.0	0.00035727580855872496	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0087_000000047843	1024	0.5723082709367732	2	1	0	1	0	True	9658	fragment	False	MON0087_000000047843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	89.359	67.0	0.00024065885478143624	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0021_000000022054	1018	0.5723082709367732	1	1	0	1	0	True	118240	fragment	False	MAD0072_000000001538	0.019080633150207204		0	0	False	False	0.9990176558494568	0					non-mobilizable	other	1018.0	97.348	100.0	0.00024934592665110767	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0060_000000039956	1017	0.5723082709367732	2	1	0	1	0	True	10853	fragment	False	MON0060_000000039956	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1017.0	94.887	100.0	0.00035781243218237	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0044_000000053645	1012	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.020098641616858298	PS1133	0	0	False	True	0.9990118741989136	0					non-mobilizable	chromosome	1014.0	92.70200000000001	100.0	0.00035675381551910853	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0048_000000038271	1010	0.5723082709367732	1	1	0	1	0	True	118240	fragment	False	MAD0072_000000001538	0.010026090200133588		0	0	False	False	1.0	0					non-mobilizable	other	1010.0	99.01	100.0	0.004225664736011123	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0817_000000012413	1004	0.5723082709367732	1	1	0	1	0	True	129218	fragment	False	CHI0059_000000009798	0.008323105854635601		0	0	False	False	1.0	0					non-mobilizable	other	1005.0	98.01	100.0	0.13842547911209155	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MON0022_000000029534	1004	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.007159331248411387	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1004.0	93.227	100.0	0.00033760392764976165	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0015_000000035667	1002	0.5723082709367732	1	1	0	1	0	True	131257	backbone	False	ISR0175_000000008482	0.009464803849480268	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1002.0	93.51299999999999	100.0	0.00033693073935933346	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0015_000000018452	1441	0.5723073234384815	3	3	2	3	1	False	81418	fragment	False	ISR0015_000000018452	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1439.0	98.819	99.0	0.0006417130435985553	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0193_000000010400	2629	0.5723007053353759	2	2	2	2	2	False	29097	maximal	True	ISR0193_000000010400	1.0		25	4	False	False	0.9992392659187317	0					non-mobilizable	chromosome	2645.0	84.764	100.0	0.0005215719293122234	CP040827.1	enterobacteria	Enterobacter cloacae strain NH77 chromosome, complete genome	False	False
FIJ0028_000000016095	1881	0.5722975003254077	3	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8611036572143993		0	0	False	False	1.0	0					non-mobilizable	chromosome	1739.0	83.84100000000001	92.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0228_000000017828	1525	0.5722967569517251	2	2	2	2	1	False	27598	fragment	False	ISR0228_000000017828	1.0		0	0	False	False	0.9993442893028259	0					non-mobilizable	no_good_hit	1218.0	79.967	80.0	0.0003767400506094727	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0155_000000012995	1558	0.5722966930512615	3	2	1	1	0	True	56748	maximal	True	ENG0155_000000012995	1.0		7	3	False	False	0.9897304177284241	0					non-mobilizable	no_good_hit	360.0	91.389	23.0	8.099818726961899e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0812_000000005149	7112	0.5722946657969672	6	5	5	3	2	False	99651	fragment	False	ISR0812_000000005149	1.0		0	0	False	False	0.9995781779289246	0					non-mobilizable	no_good_hit	1224.0	72.712	24.0	0.00047023015628740465	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
DEN0045_000000008837	3969	0.5722903804393344	5	3	2	3	3	True	72965	fragment	False	DEN0071_000000007924	0.3255150161330355		0	0	False	False	0.9947090148925781	0					non-mobilizable	chromosome	3954.0	96.459	99.0	0.0008936950830027793	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0039_000000024294	1536	0.5722849588053783	2	2	2	2	2	True	36532	fragment	False	ISR0039_000000024294	1.0		0	0	False	False	0.9993489384651184	0					non-mobilizable	chromosome	852.0	96.479	99.0	0.00023635034972335317	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0777_000000013646	1276	0.5722820955885548	2	2	1	2	2	False	22385	fragment	False	ISR0777_000000013646	1.0		0	0	False	False	0.9882445335388184	0					non-mobilizable	other	1276.0	99.13799999999999	100.0	0.0032146639100398364	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0776_000000005531	4675	0.572280745788184	4	2	2	2	2	True	75320	maximal	True	ISR0776_000000005531	1.0		9	5	False	False	0.9989304542541504	0					non-mobilizable	no_good_hit	2348.0	93.228	50.0	0.0007935740451583192	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	True	True
MON0089_000000016420	1669	0.5722796278619653	2	2	1	2	0	False	72256	maximal	False	MAD0065_000000005903	0.12477419354838709		0	0	False	False	0.9436788558959961	0					non-mobilizable	chromosome	1556.0	95.18	93.0	0.0004142737445144741	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0121_01_000000028391	1499	0.5722796278619653	2	2	1	2	0	False	53013	fragment	False	USA0121_01_000000028391	0.9715273668593222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	92.53399999999999	29.0	0.0051672622883590135	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
MON0049_000000014842	1479	0.5722796278619653	2	2	1	2	0	False	52133	fragment	False	MON0049_000000014842	0.9309446138587804		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	96.484	100.0	0.017317944812232703	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
FIJ0077_000000020542	1457	0.5722796278619653	2	2	1	2	0	False	52133	fragment	False	MON0049_000000014842	0.7881506109662779		0	0	False	False	0.9986273050308228	0					non-mobilizable	chromosome	1459.0	93.694	100.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0050_000000016743	1452	0.5722796278619653	2	2	1	2	0	False	47750	fragment	False	FIJ0078_000000015074	0.6818741640434389		0	0	False	False	0.9951790571212769	0					non-mobilizable	other	1468.0	82.15299999999999	100.0	0.016860976038432247	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
FIJ0068_000000023287	1384	0.5722796278619653	2	2	1	2	0	False	51385	fragment	False	FIJ0068_000000023287	1.0		0	0	False	False	0.9978323578834534	0					non-mobilizable	no_good_hit	1044.0	80.843	75.0	0.0002715587069644138	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0093_000000023393	1383	0.5722796278619653	2	2	1	2	0	False	52133	fragment	False	MON0049_000000014842	0.9228209207730459		0	0	False	False	0.9992769360542297	0					non-mobilizable	chromosome	1383.0	95.806	100.0	0.0003686582839143614	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0153_000000018683	1366	0.5722796278619653	2	2	1	2	0	False	51384	fragment	False	FIJ0153_000000018683	0.9884658957228449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	78.19800000000001	65.0	0.00023287893043215447	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0135_000000020848	1364	0.5722796278619653	2	2	1	2	0	False	87209	fragment	False	FIJ0135_000000020848	0.995805066084745		0	0	False	False	0.9992668628692627	0					non-mobilizable	no_good_hit	382.0	89.791	30.0	0.00010110093314293992	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0017_000000021811	1362	0.5722796278619653	2	2	1	2	0	False	50100	fragment	False	FIJ0017_000000021811	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1399.0	74.839	100.0	0.00036358989940323775	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0047_000000035017	1361	0.5722796278619653	2	2	1	2	0	False	47750	fragment	False	FIJ0078_000000015074	0.6674649633130152		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	79.405	100.0	0.01579471556623118	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
FIJ0070_000000014523	1353	0.5722796278619653	2	2	1	2	0	False	53013	fragment	False	USA0121_01_000000028391	0.9444840699906294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	305.0	91.803	22.0	0.003562013006034331	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
FIJ0050_000000019209	1340	0.5722796278619653	2	2	1	2	0	False	46576	fragment	False	FIJ0050_000000019209	0.964138804072323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	93.214	33.0	0.003269084304880192	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
FIJ0077_000000022449	1337	0.5722796278619653	2	2	1	2	0	False	46576	fragment	False	FIJ0050_000000019209	0.9446113535713998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	93.929	33.0	0.003269084304880192	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
MAD0110_000000019785	1331	0.5722796278619653	2	2	1	2	0	False	35470	maximal	True	MAD0110_000000019785	0.997802490329871		131	7	False	False	0.9894815683364868	0					non-mobilizable	no_good_hit	265.0	89.057	20.0	7.042386899666528e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0154_000000030609	1322	0.5722796278619653	2	2	1	2	0	False	39558	maximal	True	FIJ0154_000000030609	1.0		64	7	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	75.095	39.0	0.017589134125636674	NZ_JHXG01000017.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00015.15_C, whole genome shotgun sequence	True	False
FIJ0068_000000024498	1315	0.5722796278619653	2	2	1	2	0	False	46578	fragment	False	FIJ0068_000000024498	1.0		0	0	False	False	0.9992395639419556	0					non-mobilizable	no_good_hit	689.0	85.34100000000001	52.0	0.00017952751452558988	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0002_000000022272	1282	0.5722796278619653	2	2	1	2	0	False	52133	fragment	False	MON0049_000000014842	0.4831262140157311		0	0	False	False	1.0	0					non-mobilizable	chromosome	1282.0	97.348	100.0	0.00034171581888154626	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0080_000000045371	1279	0.5722796278619653	2	2	1	2	0	False	52133	fragment	False	MON0049_000000014842	0.6323225447750082		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	95.77799999999999	100.0	0.00034091554764294777	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0103_000000017971	1275	0.5722796278619653	2	2	1	2	0	False	47750	fragment	False	FIJ0078_000000015074	0.39830939031512463		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	77.717	99.0	0.014740172242076278	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
MAD0089_000000022499	1272	0.5722796278619653	2	2	1	2	0	False	87209	fragment	False	FIJ0135_000000020848	0.9737083661159192		0	0	False	False	0.9355345964431763	0					non-mobilizable	no_good_hit	290.0	89.655	25.0	7.629252474638738e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ETH0003_000000033289	1271	0.5722796278619653	2	2	1	2	0	False	53013	fragment	False	USA0121_01_000000028391	0.7610954743517232		0	0	False	False	0.9811172485351562	0					non-mobilizable	no_good_hit	195.0	89.23100000000001	15.0	0.0022731267209561193	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
ISR0147_000000020078	1271	0.5722796278619653	2	2	1	2	0	False	87209	fragment	False	FIJ0135_000000020848	0.9722260646636789		0	0	False	False	0.9378442168235779	0					non-mobilizable	no_good_hit	289.0	88.927	25.0	7.602576766685455e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0077_000000023800	1266	0.5722796278619653	2	2	1	2	0	False	51384	fragment	False	FIJ0153_000000018683	0.9641620508209272		0	0	False	False	0.9944707751274109	0					non-mobilizable	no_good_hit	837.0	77.061	65.0	0.00021633999150111945	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0165_000000012799	1255	0.5722796278619653	2	2	1	2	0	False	51384	fragment	False	FIJ0153_000000018683	0.9497218873049356		0	0	False	False	0.997609555721283	0					non-mobilizable	no_good_hit	915.0	76.94	72.0	0.0002318119021140232	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0038_000000028339	1238	0.5722796278619653	2	2	1	2	0	False	46576	fragment	False	FIJ0050_000000019209	0.6318407960199005		0	0	False	False	0.9959612488746643	0					non-mobilizable	no_good_hit	208.0	92.788	30.0	0.0024254496455562717	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
MAD0064_000000019140	1227	0.5722796278619653	2	2	1	2	0	False	47750	fragment	False	FIJ0078_000000015074	0.2720922109675166		0	0	False	False	0.9983699917793274	0					non-mobilizable	other	1228.0	80.863	99.0	0.014142597691721834	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
MAD0077_000000010514	1227	0.5722796278619653	2	2	1	2	0	False	47750	fragment	False	FIJ0078_000000015074	0.3948933314156959		0	0	False	False	0.9975550174713135	0					non-mobilizable	other	1220.0	81.557	99.0	0.01404886050735251	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
FIJ0099_000000018044	1224	0.5722796278619653	2	2	1	2	0	False	53013	fragment	False	USA0121_01_000000028391	0.5647900103750169		0	0	False	False	0.9983659982681274	0					non-mobilizable	no_good_hit	167.0	88.62299999999999	13.0	0.0019450465756634834	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
MAD0091_000000014143	1216	0.5722796278619653	2	2	1	2	0	False	35470	maximal	False	MAD0110_000000019785	0.9679958093467863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	87.26100000000001	13.0	0.0018278750952018278	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
ISR0058_000000022442	1211	0.5722796278619653	2	2	1	2	0	False	35470	maximal	False	MAD0110_000000019785	0.96538205840484		0	0	False	False	0.9958711862564087	0					non-mobilizable	no_good_hit								True	False
MON0021_000000025721	1183	0.5722796278619653	2	2	1	2	0	False	52133	fragment	False	MON0049_000000014842	0.466553595685657		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	95.182	100.0	0.0003153068680077968	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0014_000000029849	1164	0.5722796278619653	2	2	1	2	0	False	19465	fragment	False	MAD0014_000000029849	1.0		0	0	False	False	0.9965635538101196	0					non-mobilizable	no_good_hit	408.0	78.431	34.0	0.00010456877517686662	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0008_000000024931	1162	0.5722796278619653	2	2	1	2	0	False	51384	fragment	False	FIJ0153_000000018683	0.7609005274676791		0	0	False	False	0.9965576529502869	0					non-mobilizable	no_good_hit	825.0	76.727	70.0	0.00021313890654672558	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0167_000000018771	1153	0.5722796278619653	2	2	1	2	0	False	38938	fragment	False	FIJ0167_000000018771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	90.12899999999999	20.0	0.002718378346710411	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
FIJ0097_000000027286	1151	0.5722796278619653	2	2	1	2	0	False	51384	fragment	False	FIJ0153_000000018683	0.5630274770110607		0	0	False	False	0.9982624053955078	0					non-mobilizable	no_good_hit	222.0	90.541	64.0	5.788628625862259e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0023_000000013138	1143	0.5722796278619653	2	2	1	2	0	False	19216	maximal	True	MAD0023_000000013138	1.0		21	2	False	False	0.993000864982605	0					non-mobilizable	no_good_hit	336.0	90.179	29.0	0.003866658855234636	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
FIJ0077_000000026515	1141	0.5722796278619653	2	2	1	2	0	False	44477	fragment	False	FIJ0077_000000026515	1.0		0	0	False	False	0.9938650131225586	0					non-mobilizable	no_good_hit								True	False
TAN0016_000000010457	1137	0.5722796278619653	2	2	1	2	0	False	2511	fragment	False	TAN0016_000000010457	1.0		0	0	False	False	0.9991204738616943	0					non-mobilizable	chromosome	1098.0	75.956	94.0	0.0002843630467819893	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0044_000000014895	1108	0.5722796278619653	2	2	1	2	0	False	87208	fragment	False	CHI0044_000000014895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	88.235	35.0	9.416524907508651e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0003_000000015466	1677	0.5722793191155878	2	2	2	2	2	False	38595	maximal	True	ISR0003_000000015466	1.0		7	3	False	False	0.9976148009300232	0					non-mobilizable	no_good_hit	721.0	75.312	42.0	0.00029013646658861397	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0162_000000002670	11004	0.5722782196143077	15	10	6	9	9	False	103335	maximal	True	ISR0162_000000002670	1.0	PS557	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	734.0	83.10600000000001	8.0	0.00020329346600259332	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
DEN0071_000000007591	4779	0.5722781924418789	7	5	4	4	5	False	113596	fragment	False	ISR0120_000000005488	0.541334196492214		0	0	False	False	0.9983260035514832	0					non-mobilizable	other	3313.0	93.39	94.0	0.0008117840345543928	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0072_000000003999	6161	0.5722774016964608	7	5	2	1	4	True	34866	fragment	False	ISR0072_000000003999	0.964706048853961		0	0	False	False	0.9975653290748596	0			MPF_T		non-mobilizable	plasmid	5811.0	99.98299999999999	94.0	0.18706333107955825	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0802_000000001935	5879	0.5722774016964608	7	5	2	1	4	True	34866	fragment	False	ISR0072_000000003999	0.649933414394071		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	5783.0	99.98299999999999	98.0	0.1861618210502592	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0773_000000001628	5757	0.5722774016964608	7	5	2	1	4	True	34866	fragment	False	ISR0072_000000003999	0.9485086524206533		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	5757.0	99.792	100.0	0.18532470459448147	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0011_000000007617	3411	0.5722736812453288	2	2	2	2	1	False	122772	fragment	False	MON0084_000000007784	0.9753386711248259		0	0	False	False	0.9994136691093445	0					non-mobilizable	other	3412.0	99.941	100.0	0.0015110961429381736	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
CHI0098_000000001091	7504	0.5722731590330551	15	2	2	1	1	True	83413	maximal	True	CHI0098_000000001091	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2121.0	92.50399999999999	65.0	0.03753588771133874	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0182_000000000171	50793	0.5722727941174435	44	16	10	13	10	True	60574	maximal	True	ENG0182_000000000171	1.0		1	1	False	False	0.9999803304672241	0					non-mobilizable	no_good_hit	1080.0	80.926	5.0	0.24374146563495677	MK233981.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_3-CL41_c8 sequence	True	True
USA0072_01_000000001049	17269	0.5722642070071193	19	10	5	9	5	True	70213	fragment	False	USA0072_01_000000001049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4785.0	90.47	58.0	0.0012795110329038928	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CHI0023_000000007121	1911	0.5722641718248199	3	3	2	3	2	False	93966	fragment	False	CHI0023_000000007121	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1911.0	100.0	100.0	0.0003536160854958531	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
ISR0029_000000022415	1953	0.5722638699571603	4	3	3	3	2	False	37113	maximal	True	ISR0029_000000022415	1.0		6	3	False	False	0.9897593259811401	0					non-mobilizable	no_good_hit								True	False
SPA0150_000000006271	3034	0.5722593259895391	2	2	2	2	2	False	96922	maximal	True	SPA0150_000000006271	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	98.339	38.0	0.004755584587412471	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	True	False
ISR0050_000000012862	2092	0.5722581792406335	4	2	2	2	1	True	127809	maximal	False	SPA0034_000000013725	0.48381988628467504		0	0	False	False	0.9995219707489014	0					non-mobilizable	no_good_hit	330.0	73.939	16.0	0.0027122818110721	NZ_AUDP01000010.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	True
AUS0008_000000017498	1421	0.5722581792406335	2	2	2	2	1	True	101760	fragment	False	AUS0008_000000017498	1.0		0	0	False	False	0.999296247959137	0					non-mobilizable	no_good_hit	354.0	74.294	25.0	0.0029119589996172853	NZ_AUDP01000010.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	True
ISR0056_000000017672	1276	0.5722581792406335	2	2	2	2	1	True	39776	fragment	False	ISR0056_000000017672	0.9904166666666667		0	0	False	False	0.9992163181304932	0					non-mobilizable	no_good_hit	257.0	73.152	20.0	4.2985626228068265e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	True
FIJ0150_000000021068	1200	0.5722581792406335	2	2	2	2	1	True	39776	fragment	False	ISR0056_000000017672	0.9612068965517242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	76.471	13.0	2.589495555907727e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	True
MON0104_000000034226	1343	0.5722576225416516	3	2	1	1	2	False	8784	fragment	False	MON0104_000000034226	1.0		0	0	False	False	0.9560685157775879	0					non-mobilizable	other	1275.0	96.54899999999999	95.0	0.04062888669196671	LT622833.1	firmicutes	Streptococcus salivarius integrative and conjugative element ICE_Ssa L60_rpsI, strain L60	False	False
FIJ0150_000000000359	30362	0.5722573043584362	61	9	6	8	5	False	39834	maximal	True	FIJ0150_000000000359	1.0		1	1	False	False	0.9971345663070679	0					non-mobilizable	no_good_hit	7157.0	89.786	63.0	0.002207864689657661	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0010_000000000248	26272	0.5722485434636205	29	9	8	7	4	False	50619	maximal	True	ISR0010_000000000248	1.0		1	1	False	False	0.9999619126319885	0					non-mobilizable	no_good_hit	160.0	85.0	1.0	4.2991343057668694e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0052_000000036601	1288	0.5722431645278817	1	1	1	1	1	False	72205	maximal	True	DEN0052_000000036601	1.0		7	3	False	False	0.9712733030319214	0					non-mobilizable	no_good_hit	1028.0	73.93	79.0	0.0026103019574695487	NZ_QGDL01000003.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_103, whole genome shotgun sequence	True	False
DEN0021_000000028937	1296	0.5722428146668431	3	3	3	2	1	False	130043	fragment	False	DEN0021_000000028937	0.9902496099843994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	91.845	86.0	0.00032885247987419455	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0119_000000023676	1282	0.5722428146668431	3	3	3	2	1	False	130043	fragment	False	DEN0021_000000028937	0.9849537037037037		0	0	False	False	0.9992199540138245	0					non-mobilizable	no_good_hit	986.0	92.191	86.0	0.0003308720447454793	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0130_000000008137	3699	0.5722418794702018	5	5	4	3	4	False	107672	maximal	True	ENG0130_000000008137	1.0		15	6	False	False	0.9881048798561096	0					non-mobilizable	other	3700.0	98.514	100.0	0.034906764306205644	NZ_WAJR01000007.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_007, whole genome shotgun sequence	False	False
SPA0053_000000020395	1619	0.5722402819509688	2	2	2	2	2	False	68113	maximal	True	SPA0053_000000020395	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	77.55199999999999	88.0	0.01196074769528531	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0821_000000009430	3045	0.5722401308097058	5	4	2	4	3	True	21245	maximal	True	ISR0821_000000009430	1.0		2	2	False	False	0.9996715784072876	0					non-mobilizable	no_good_hit	86.0	100.0	3.0	2.4260123321342174e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MAD0047_000000000792	20655	0.5722398849818495	32	9	2	9	2	False	19847	maximal	False	MAD0016_000000000063	0.9579127007018555		0	0	False	False	0.9995158314704895	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000026707	1221	0.5722378910079853	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.5043949269229163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	89.552	77.0	0.017218518654929838	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0117_000000017383	1186	0.5722378910079853	2	1	0	1	1	False	80465	fragment	False	MAD0045_000000030855	0.5009692398544916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	89.65899999999999	79.0	0.017218518654929838	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0296_000000005124	4679	0.5722372747449743	5	4	1	4	1	True	65406	fragment	False	ISR0296_000000005124	1.0		0	0	False	False	0.9997862577438354	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	2.122536627993359e-05	LR698974.1	euryarchaeotes	Candidatus Methanomassiliicoccus intestinalis isolate MGYG-HGUT-02160 genome assembly, chromosome: 1	True	True
FIJ0169_000000002095	9598	0.5722356502247866	22	6	3	6	3	True	105170	fragment	False	FIJ0169_000000002095	0.9739526211888572		0	0	False	False	0.9998958110809326	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.0003597553663508814	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	True
ISR0284_000000011457	1292	0.5722314209930051	2	1	1	1	1	False	36288	fragment	False	ISR0284_000000011457	0.96875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0055_01_000000000769	22111	0.5722254120313789	29	9	5	5	7	False	24496	maximal	True	USA0055_01_000000000769	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5212.0	92.49799999999999	46.0	0.09217382057916564	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
AST0148_000000008157	4244	0.5722239467734864	3	3	3	2	2	False	105139	maximal	True	AST0148_000000008157	1.0		534	12	False	False	1.0	0					non-mobilizable	chromosome	4244.0	99.647	100.0	0.0006540083250034488	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0061_000000012818	2029	0.5722229067233421	3	3	3	2	3	False	45813	maximal	False	FIJ0114_000000019176	0.961444607125427		0	0	False	False	1.0	0					non-mobilizable	chromosome	1896.0	99.947	93.0	0.0003544943049881932	CP052217.1	enterobacteria	Klebsiella pneumoniae strain E17KP0053 chromosome, complete genome	False	False
SPA0129_000000019371	1239	0.5722173106852027	2	2	2	2	2	False	26696	fragment	False	SPA0129_000000019371	0.9947368421052631		0	0	False	False	0.9967715740203857	0					non-mobilizable	no_good_hit	138.0	78.26100000000001	21.0	0.001163422011944466	NZ_AUEF01000008.1	firmicutes	Jeotgalicoccus psychrophilus DSM 19085 H625DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
ENG0019_000000002059	10274	0.5722172685345059	12	7	6	7	5	False	116128	fragment	False	ENG0019_000000002059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2704.0	96.598	32.0	0.0013265626127246949	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0052_000000027953	1149	0.5722163382646792	1	1	1	1	1	False	46433	fragment	False	FIJ0132_000000028986	0.9544455658175851		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000001815	9861	0.5722156745566571	18	5	4	5	4	True	88427	maximal	True	ENG0116_000000001815	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	0.0	9.283951090677494e-07	LR736844.1	bivalves	Pecten maximus genome assembly, chromosome: 7	True	True
ENG0125_000000008625	2972	0.5722147186592885	2	1	1	1	1	False	60479	fragment	False	ENG0125_000000008625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	85.434	12.0	0.006052581804425951	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0183_000000010842	2586	0.5722147186592885	2	1	1	1	1	False	60478	fragment	False	ENG0183_000000010842	1.0		0	0	False	False	0.9914926290512085	0					non-mobilizable	no_good_hit	405.0	84.198	19.0	0.006877933868665853	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
FIJ0052_000000020195	1526	0.5722126174121526	2	2	2	2	1	False	46453	maximal	True	FIJ0052_000000020195	1.0		21	4	False	False	0.9836173057556152	0					non-mobilizable	no_good_hit								True	False
SPA0098_000000002264	14357	0.5722105484513302	21	8	5	7	5	True	82076	maximal	True	SPA0098_000000002264	1.0		1	1	False	False	0.997353196144104	0					non-mobilizable	no_good_hit	958.0	71.294	7.0	0.07077848815344115	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
FIJ0156_000000005444	1519	0.572206373181294	2	2	2	2	2	True	74697	fragment	False	MON0068_000000027554	0.9807692307692308		0	0	False	False	0.9993416666984558	0					non-mobilizable	other	1509.0	93.90299999999999	99.0	0.10448589059141648	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
FIJ0131_000000014014	1325	0.5722059421755665	2	2	2	2	2	False	40813	maximal	True	FIJ0131_000000014014	1.0		1	1	False	False	0.998490571975708	0					non-mobilizable	chromosome	1325.0	99.925	100.0	0.0003915947904879141	CP023515.1	firmicutes	Enterococcus sp. FDAARGOS_375 chromosome, complete genome	False	False
ISR0825_000000012123	1958	0.5722052839260379	3	3	3	3	2	False	21130	fragment	False	SPA0143_000000009525	0.9482313392437016		0	0	False	False	0.9882532954216003	0					non-mobilizable	no_good_hit	821.0	92.69200000000001	42.0	0.0002786351093150096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0330_000000005048	4721	0.5722048950272489	6	6	6	6	6	False	125929	maximal	True	ISR0330_000000005048	1.0		0	0	False	False	0.9991527199745178	0					non-mobilizable	no_good_hit	4183.0	99.976	89.0	0.024375032785643094	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
ENG0099_000000007074	2435	0.5722016076373779	3	3	2	3	2	False	84003	fragment	False	ISR0065_000000013606	0.46552795031055905		0	0	False	False	0.996303915977478	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	4.0	0.00031797778477534713	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
DEN0070_000000010255	3251	0.5722004983408633	5	3	1	2	3	True	70623	maximal	True	DEN0070_000000010255	1.0		1	1	False	False	0.9932328462600708	0					non-mobilizable	no_good_hit	2143.0	95.38	66.0	0.007759217696817633	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	True
ISR0073_000000005719	4507	0.5721984397795509	4	3	3	3	1	False	117967	maximal	True	ISR0073_000000005719	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	80.952	2.0	2.7411908637971456e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0052_000000009824	3364	0.5721984397795509	3	3	3	3	1	False	117966	fragment	False	ISR0052_000000009824	1.0		0	0	False	False	0.9961355328559875	0					non-mobilizable	no_good_hit	65.0	100.0	2.0	0.07814407814407814	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
FIJ0037_000000011464	2586	0.5721936942954838	2	2	2	2	1	False	47805	fragment	False	FIJ0037_000000011464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0074_000000014502	1478	0.5721936942954838	2	2	2	2	1	False	10365	fragment	False	MON0074_000000014502	1.0		0	0	False	False	0.9594045877456665	0					non-mobilizable	no_good_hit								True	False
ISR0851_000000001368	9818	0.5721918868252153	13	7	3	4	4	True	94524	maximal	True	ISR0851_000000001368	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	7278.0	95.988	89.0	0.0011215094444320278	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
DEN0011_000000006471	5755	0.5721916645423275	8	2	2	2	2	False	75781	maximal	False	ISR0112_000000004431	0.9792894426671157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	92.97200000000001	24.0	0.00023068458282952478	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0113_000000007675	4377	0.5721886847621229	6	6	4	6	3	True	75341	maximal	False	ISR0062_000000006684	0.9473403118991668		0	0	False	False	0.9988576769828796	0					non-mobilizable	no_good_hit	2069.0	78.105	75.0	0.011819636832590647	NZ_AAXG02000011.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont151, whole genome shotgun sequence	True	True
FIJ0032_000000009284	3719	0.5721885123429871	3	2	2	2	2	False	85809	fragment	False	FIJ0046_000000006688	0.8939808123678701		0	0	False	False	0.9994622468948364	0					non-mobilizable	no_good_hit	1352.0	70.78399999999999	36.0	0.0002516856087196222	NZ_CP038662.1	enterobacteria	Serratia nematodiphila strain DH-S01 chromosome, complete genome	True	False
FIJ0107_000000007533	3657	0.5721885123429871	2	2	2	2	2	False	85809	fragment	False	FIJ0046_000000006688	0.8037457771175247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	70.998	26.0	0.029478883366157116	NZ_CAAHGR010000035.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	True	False
DEN0057_000000004058	1806	0.5721882023907979	2	2	2	1	1	False	72011	fragment	False	DEN0057_000000004058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	100.0	5.0	3.376962035533877e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
SPA0113_000000002966	10696	0.5721867206108269	8	7	6	5	6	False	130247	maximal	True	SPA0113_000000002966	1.0		55	9	False	False	1.0	0					non-mobilizable	chromosome	8492.0	97.46799999999999	100.0	0.0015396207409374921	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0119_000000025524	1173	0.5721825113549347	2	2	2	2	1	False	68112	fragment	False	ISR0394_000000016006	0.9477856947617657		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	94.89399999999999	99.0	0.00033279574021452524	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0120_01_000000006427	2014	0.5721818112740781	2	2	1	2	1	True	100747	fragment	False	USA0120_01_000000006427	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1990.0	96.33200000000001	99.0	0.0005285231087362558	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0032_000000029996	1133	0.5721812460728214	2	2	2	2	1	False	36908	fragment	False	ISR0032_000000029996	0.9822727272727273		0	0	False	False	0.998234748840332	0					non-mobilizable	other	1133.0	96.47	100.0	0.00034082352236293066	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0016_01_000000010373	1367	0.5721736812916016	2	2	2	2	2	True	1920	maximal	True	USA0016_01_000000010373	1.0		49	9	False	False	0.9817118048667908	0					non-mobilizable	other	1367.0	99.12200000000001	100.0	0.0011573897556602798	NZ_JH370372.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.2, whole genome shotgun sequence	False	True
CAN0006_000000001924	20558	0.5721726535218099	27	12	8	12	7	False	95787	maximal	True	CAN0006_000000001924	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5514.0	97.189	50.0	0.22824914987144398	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
CAN0011_000000004144	7658	0.5721678476220775	9	9	6	7	8	False	106604	maximal	True	CAN0011_000000004144	1.0		5	3	False	False	0.9994776844978333	0					non-mobilizable	other	7662.0	99.06	99.0	0.002185408991429612	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0257_000000005746	2855	0.5721642921668073	4	4	3	3	3	False	26818	maximal	True	ISR0257_000000005746	1.0		336	10	False	False	1.0	0					non-mobilizable	chromosome	607.0	97.85799999999999	93.0	0.00017237112698290796	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0219_000000004932	6191	0.5721618677379571	6	6	6	4	6	False	35428	maximal	False	ISR0060_000000004840	0.9505869289340101		0	0	True	True	0.9998384714126587	2					non-mobilizable	chromosome	2872.0	96.971	94.0	0.0012658116228930695	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	True
AST0019_000000016637	1785	0.572158004183455	3	3	3	3	2	False	122257	maximal	True	AST0019_000000016637	1.0		446	14	False	False	1.0	0					non-mobilizable	no_good_hit	1439.0	98.88799999999999	81.0	0.011127102774811583	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0247_000000011201	1283	0.5721507996346279	2	2	2	2	1	False	27093	fragment	False	ISR0247_000000011201	1.0		0	0	False	False	0.9992205500602722	0					non-mobilizable	no_good_hit	527.0	98.861	41.0	0.3051044083526682	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
MON0001_000000003712	7554	0.5721470844982645	7	7	7	7	7	False	114948	fragment	False	ISR0243_000000000897	0.9005929243664058		0	0	False	False	0.9997352361679077	0					non-mobilizable	no_good_hit	677.0	76.071	9.0	0.018890167569539956	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
MAD0078_000000007027	1448	0.5721418969244889	2	2	2	2	2	False	16195	maximal	True	MAD0078_000000007027	1.0		10	5	False	False	0.9772099256515503	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.021377672209026127	XM_027348026.1	mites & ticks	PREDICTED: Dermatophagoides pteronyssinus sorbitol dehydrogenase-like (LOC113797583), mRNA	True	False
ENG0068_000000022994	1166	0.5721359361605673	2	2	2	2	1	False	93122	fragment	False	SPA0041_000000025579	0.3581911509543088		0	0	False	False	0.9965694546699524	0					non-mobilizable	other	1166.0	99.571	100.0	0.02109017179891019	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
AST0010_000000009169	3084	0.5721347517652394	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.3277502179180292		0	0	False	False	1.0	0					non-mobilizable	other	3084.0	98.152	100.0	0.0009588049842926465	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0063_000000017072	1832	0.5721314451090462	3	2	1	2	2	False	63080	fragment	False	ENG0063_000000017072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0211_000000007347	3777	0.5721304979947067	6	1	1	1	1	False	53667	maximal	True	ENG0211_000000007347	1.0		5	3	False	False	0.9976171851158142	0					non-mobilizable	no_good_hit	99.0	100.0	3.0	3.146281544682977e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0090_000000010011	2692	0.5721301680673538	3	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.05061284947561864		0	0	False	False	1.0	0					non-mobilizable	chromosome	2695.0	93.915	100.0	0.0011506724483452326	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
ISR0787_000000005419	2581	0.5721301680673538	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.08708530647597844		0	0	False	False	1.0	0					non-mobilizable	other	2581.0	100.0	100.0	0.011985561579306789	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0392_000000013977	2358	0.5721301680673538	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.06347174364071052		0	0	False	False	1.0	0					non-mobilizable	other	2223.0	97.931	100.0	0.0019073812736705843	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MON0009_000000016658	2205	0.5721301680673538	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.06151269182758546		0	0	False	False	1.0	0					non-mobilizable	other	2205.0	100.0	100.0	0.01023882857395045	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CAN0014_000000022853	2112	0.5721301680673538	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.05088409136135542		0	0	False	False	0.9995265007019043	0					non-mobilizable	other	2112.0	100.0	100.0	0.009806790889114974	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0092_000000013424	2086	0.5721301680673538	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.052008690947367854		0	0	False	False	1.0	0					non-mobilizable	other	2089.0	97.22399999999999	100.0	0.0030195379310444703	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0378_000000014156	2034	0.5721301680673538	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.012509625667756366		0	0	False	False	1.0	0					non-mobilizable	other	2036.0	95.678	100.0	0.0003190966569646648	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
SPA0042_000000008628	3532	0.5721290754252076	6	4	1	2	2	True	104331	maximal	True	SPA0042_000000008628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	89.87200000000001	20.0	0.007979087712889823	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	True
FIJ0154_000000031496	1288	0.5721290423374603	2	2	2	2	1	False	39550	fragment	False	FIJ0154_000000031496	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	89.738	99.0	0.005792844613062457	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	False	False
ENG0001_000000005634	4352	0.5721287253375439	4	2	2	2	2	False	68083	fragment	False	ENG0001_000000005634	1.0		0	0	False	False	0.9967830777168274	0					non-mobilizable	no_good_hit	130.0	82.30799999999999	3.0	0.00028844875414926773	NZ_OUNG01000003.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	False
FIJ0090_000000016411	2613	0.572124774779236	4	2	2	2	2	False	78571	maximal	False	ENG0179_000000011698	0.8151850780870717		0	0	False	False	0.9961729645729065	0					non-mobilizable	no_good_hit	84.0	83.333	3.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
ISR0041_000000011603	1331	0.5721230575929986	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.6785515677468209		0	0	False	False	0.9932381510734558	0					non-mobilizable	other	1343.0	83.47	100.0	0.015833254560922584	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
FIJ0063_000000014686	1881	0.5721202512166873	3	3	3	3	3	False	53027	maximal	True	FIJ0063_000000014686	1.0		23	3	False	False	1.0	0					non-mobilizable	no_good_hit	1417.0	96.40100000000001	75.0	0.02471186974238794	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0053_000000013795	2701	0.5721199074612631	5	3	2	1	3	False	88530	fragment	False	MON0053_000000013795	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1774.0	94.363	77.0	0.3702465524446302	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	True	True
ENG0040_000000015208	1573	0.5721107010490197	2	2	2	2	1	True	64839	maximal	True	ENG0040_000000015208	1.0		2	2	False	False	0.9631277918815613	0					non-mobilizable	no_good_hit								True	True
MON0050_000000021397	1786	0.5721103412495121	2	1	1	1	1	False	11331	maximal	True	MON0050_000000021397	1.0		25	4	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	98.99700000000001	45.0	0.02043746954893966	NZ_CYXX01000034.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0088_000000000264	29549	0.5721021946803421	33	14	9	12	8	False	114550	maximal	True	AST0088_000000000264	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	83.60700000000001	1.0	0.2148962148962149	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
ISR0146_000000008704	4398	0.5721005683310703	2	2	2	2	2	True	111233	maximal	True	ISR0146_000000008704	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	97.351	41.0	0.0035485451160967964	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ISR0020_000000004503	4329	0.5720981965888428	4	4	4	4	4	False	37701	maximal	True	ISR0020_000000004503	1.0		238	7	False	False	1.0	0					non-mobilizable	other	2246.0	99.73299999999999	99.0	0.0007207553130421717	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0025_000000004587	2386	0.572098191309845	4	3	3	3	3	False	88969	maximal	False	CHI0113_000000003253	0.9686202329899845		0	0	False	False	0.9970661997795105	0					non-mobilizable	chromosome	2386.0	99.749	100.0	0.0009352930173023325	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
AST0087_000000025907	1415	0.5720963867983115	3	2	2	2	2	False	110657	fragment	False	AST0087_000000025907	0.9755145493257629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	88.898	87.0	0.0022080271890406807	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0114_000000019955	1977	0.5720934800385856	4	1	1	1	1	False	43830	fragment	False	FIJ0114_000000019955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	5.8223724318200185e-06	LN899820.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : II	True	False
FIJ0086_000000016187	1976	0.5720934800385856	4	1	1	1	1	False	43830	fragment	False	FIJ0114_000000019955	0.9997470915528579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	5.8223724318200185e-06	LN899820.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : II	True	False
MON0032_000000019956	1519	0.5720934161805277	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2501933352778707		0	0	False	False	1.0	0					non-mobilizable	chromosome	1519.0	98.09100000000001	100.0	0.0004892792092113418	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0169_000000015111	1506	0.5720934161805277	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.27229868587558814		0	0	False	False	0.9980079531669617	0					non-mobilizable	other	1506.0	97.211	100.0	0.00046820295306957587	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0023_000000010232	2084	0.5720893574880153	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3672791162873399		0	0	False	False	0.9971209168434143	0					non-mobilizable	other	2085.0	93.62100000000001	100.0	0.000648017774912908	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0009_000000025897	1623	0.5720888275416536	2	1	1	1	1	False	51213	maximal	True	FIJ0009_000000025897	1.0		1	1	False	False	0.9833641648292542	0					non-mobilizable	no_good_hit	195.0	78.462	12.0	9.930439132515072e-05	NZ_LR215048.1	mycoplasmas	Acholeplasma axanthum strain NCTC10138 chromosome 1	True	False
ETH0004_000000019386	1471	0.5720887646139561	2	2	2	2	1	True	52857	fragment	False	ETH0004_000000019386	0.96090973702914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010503302705183963	NZ_WURB01000008.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold8, whole genome shotgun sequence	True	True
FIJ0047_000000024276	1289	0.5720885324533542	2	1	1	1	1	False	46846	fragment	False	FIJ0047_000000024276	1.0		0	0	False	False	0.9945694208145142	0					non-mobilizable	other	1290.0	98.682	100.0	0.0010584739089055512	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
SPA0034_000000028478	1206	0.5720881750736815	3	3	3	2	0	True	7136	fragment	False	SPA0034_000000028478	1.0		0	0	False	False	0.9394693374633789	0					non-mobilizable	chromosome	1139.0	100.0	94.0	0.00035869486760597654	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
DEN0017_000000002498	10944	0.5720877307720035	9	8	7	7	6	True	100773	maximal	True	DEN0017_000000002498	1.0		1	1	False	False	0.9999086260795593	0					non-mobilizable	no_good_hit	5881.0	97.007	68.0	0.0017807882661228886	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
USA0040_01_000000007434	2092	0.5720877221152804	3	3	3	2	1	False	94612	fragment	False	SPA0066_000000006227	0.9550386122290969		0	0	False	False	1.0	0					non-mobilizable	other	2035.0	99.902	97.0	0.015545823492995207	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0117_000000017898	1528	0.572085504662155	2	2	1	1	2	False	123274	fragment	False	FIJ0169_000000013988	0.9728636634603813		0	0	False	False	0.9954188466072083	0					non-mobilizable	other	1520.0	99.34200000000001	99.0	0.00045456164128173813	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0016_000000015829	1524	0.572085504662155	2	2	1	1	2	False	123274	fragment	False	FIJ0169_000000013988	0.9730483536721071		0	0	False	False	0.9973753094673157	0					non-mobilizable	other	1524.0	99.081	100.0	0.0004557586436287605	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0120_000000007744	2961	0.5720828525676841	3	2	2	2	2	False	50471	fragment	False	FIJ0120_000000007744	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	92.005	51.0	0.001217759809055262	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0044_000000004565	5545	0.5720816481486362	6	6	4	3	4	True	88493	fragment	False	SPA0044_000000004565	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5557.0	95.213	99.0	0.0010319886710163423	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ISR0831_000000003030	5193	0.5720735469197277	5	5	4	4	4	False	116884	fragment	False	ISR0831_000000003030	1.0		0	0	False	False	0.9998074173927307	0					non-mobilizable	chromosome	4473.0	93.696	99.0	0.0009775087659651925	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0142_000000003663	6591	0.5720733733925045	8	7	7	7	6	False	110587	fragment	False	ENG0142_000000003663	0.9451717233944248		0	0	False	False	0.9998483061790466	0					non-mobilizable	no_good_hit	239.0	74.059	4.0	7.686417804108687e-05	NZ_LR134442.1	high GC Gram+	Propionibacterium australiense strain NCTC13651 chromosome 1	True	False
AST0047_000000008446	2575	0.5720732318903992	4	1	1	1	1	False	115389	maximal	True	AST0047_000000008446	1.0		74	8	False	False	0.9992232918739319	0					non-mobilizable	no_good_hit	1593.0	99.81200000000001	62.0	0.04433058587658721	JQ680361.1	viruses	Unidentified phage clone 2019_scaffold132 genomic sequence	True	False
SPA0050_000000008509	3055	0.5720726725695512	4	3	3	3	3	False	76309	fragment	False	SPA0050_000000008509	1.0		0	0	False	False	0.9996726512908936	0					non-mobilizable	other	3055.0	100.0	100.0	0.000871651960275047	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0001_000000015974	2171	0.5720707327065526	2	2	2	2	2	False	14392	fragment	False	MON0001_000000015974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	77.811	47.0	0.007563923374167557	NZ_WUJG01000010.1	spirochetes	Sphaerochaeta halotolerans strain 585 NODE_10_length_133793, whole genome shotgun sequence	True	False
ISR0084_000000012912	1995	0.5720683123889974	2	1	0	1	0	True	41508	fragment	False	ISR0084_000000012912	1.0		0	0	False	False	0.9679198265075684	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	3.0	0.004325259515570935	NZ_LTBA01000048.1	firmicutes	Clostridium tepidiprofundi DSM 19306 CLTE_contig000048, whole genome shotgun sequence	True	True
FIJ0108_000000015832	1485	0.5720683123889974	2	1	0	1	0	True	47178	fragment	False	FIJ0108_000000015832	1.0		0	0	False	False	0.9993265867233276	0					non-mobilizable	no_good_hit								True	True
FIJ0043_000000022679	1317	0.5720683123889974	2	1	0	1	0	True	47177	fragment	False	FIJ0043_000000022679	1.0		0	0	False	False	0.9992406964302063	0					non-mobilizable	no_good_hit								True	True
FIJ0120_000000022452	1155	0.5720683123889974	1	1	0	1	0	True	41507	fragment	False	FIJ0120_000000022452	1.0		0	0	False	False	0.9852814078330994	0					non-mobilizable	no_good_hit								True	True
ISR0045_000000003261	7257	0.5720669784804705	8	6	4	5	5	False	36264	maximal	True	ISR0045_000000003261	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0001_000000021824	1178	0.5720667197642824	2	1	1	1	1	False	20260	maximal	True	MAD0001_000000021824	1.0		1	1	False	False	0.9558573961257935	0					non-mobilizable	no_good_hit	955.0	90.15700000000001	81.0	0.08654896250455042	NZ_FNBY01000042.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ENG0043_000000024243	1430	0.5720626561861467	2	2	1	2	1	False	64570	maximal	True	ENG0043_000000024243	0.9861630516080777		5	4	False	False	0.9811188578605652	0					non-mobilizable	no_good_hit								True	False
ENG0203_000000001886	6590	0.5720597801084356	11	4	3	3	1	True	108900	maximal	True	ENG0203_000000001886	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	3569.0	99.552	61.0	0.0014111797233091058	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
MON0103_000000028879	1883	0.5720594921954755	3	3	3	1	1	False	93034	fragment	False	MON0103_000000028879	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	98.426	96.0	0.13834629243315	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0044_01_000000009819	2975	0.5720533376170405	4	4	3	4	3	False	83348	maximal	True	USA0044_01_000000009819	1.0		2	2	False	False	0.9979832172393799	0					non-mobilizable	no_good_hit	409.0	81.17399999999999	14.0	0.00014915148350210644	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
FIJ0012_000000005421	4230	0.5720488469038431	6	3	1	2	2	True	50830	fragment	False	FIJ0012_000000005421	1.0		0	0	False	False	0.9995272159576416	0					non-mobilizable	no_good_hit								True	True
FIJ0147_000000002841	6074	0.5720472169836818	6	3	2	3	1	True	98499	maximal	True	FIJ0147_000000002841	1.0		4	3	False	False	0.9993414282798767	0					non-mobilizable	no_good_hit	1441.0	97.50200000000001	30.0	0.020103869994974034	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
FIJ0049_000000001886	7968	0.5720454859341805	17	2	1	2	1	False	46687	maximal	True	FIJ0049_000000001886	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0041_000000017183	1963	0.5720414129287685	2	2	2	2	2	False	6909	maximal	True	SPA0041_000000017183	1.0		14	6	False	False	0.9908303618431091	0					non-mobilizable	no_good_hit	96.0	82.292	5.0	0.0001430586860211879	NZ_SNXP01000005.1	proteobacteria	Bacteriovorax stolpii strain DSM 12778 Ga0215688_102, whole genome shotgun sequence	True	False
ENG0125_000000011603	2250	0.5720301158856825	3	3	3	2	1	False	121143	maximal	True	ENG0125_000000011603	0.9972238300334455		97	6	False	False	0.9995555281639099	0					non-mobilizable	chromosome	1688.0	98.993	99.0	0.0005317383494299494	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0089_000000032934	1127	0.5720275771866535	2	2	2	2	2	False	58753	fragment	False	ENG0126_000000015726	0.9516872876505087		0	0	False	False	0.9982253909111023	0					non-mobilizable	other	1120.0	98.571	99.0	0.010018263859045981	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0055_000000004501	3422	0.5720272367499751	3	2	2	2	1	False	86249	fragment	False	CHI0055_000000004501	0.9779465584520539		0	0	False	False	0.9973699450492859	0					non-mobilizable	chromosome	3407.0	96.654	99.0	0.0009532736385133745	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0043_000000008073	3220	0.5720272367499751	2	2	2	2	1	False	86249	fragment	False	CHI0055_000000004501	0.9506136762127411		0	0	False	False	0.9990683197975159	0					non-mobilizable	chromosome	2527.0	95.964	100.0	0.0007019407766857144	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0055_000000000146	72468	0.5720240343781233	61	7	2	7	1	True	63692	fragment	False	ENG0055_000000000146	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	0.0	0.002161646219926448	MN694504.1	viruses	Marine virus AFVG_250M556, complete genome	True	True
CHI0010_000000001816	4703	0.5720237481868773	5	5	5	5	4	False	90396	maximal	True	CHI0010_000000001816	1.0		100	10	False	False	1.0	0					non-mobilizable	chromosome	4704.0	98.831	100.0	0.0010513696998384245	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
MAD0062_000000003000	4352	0.5720230167044594	4	4	2	4	0	True	54742	fragment	False	MAD0062_000000003000	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4328.0	89.90299999999999	99.0	0.009043633177692231	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0056_000000007075	2937	0.572018466650823	3	2	1	2	1	False	57224	fragment	False	ISR0056_000000007075	0.9865331491712708		0	0	False	False	1.0	0					non-mobilizable	other	2937.0	99.21700000000001	100.0	0.004874525788001295	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0003_000000012051	2180	0.5720171852776572	3	2	2	2	2	False	76664	fragment	False	DEN0003_000000012051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	89.014	37.0	0.00962894226250015	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
ISR0101_000000000960	18409	0.5720167081394162	23	8	6	8	4	True	103571	fragment	False	ISR0101_000000000960	0.9781138993926893		0	0	False	False	0.9999457001686096	0					non-mobilizable	other	14374.0	97.523	94.0	0.0038452279031952695	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0111_01_000000007088	3427	0.5720155249820622	3	3	3	3	2	False	307	maximal	True	USA0111_01_000000007088	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0041_000000051262	1353	0.5720143023043667	2	2	2	2	2	False	15276	maximal	True	MON0041_000000051262	0.9988584474885844		28	9	False	False	0.9992609024047852	0					non-mobilizable	no_good_hit	261.0	73.946	19.0	6.429237133046228e-05	NZ_CP017940.1	a-proteobacteria	Phyllobacterium zundukense strain Tri-48 chromosome, complete genome	True	False
ISR0115_000000009840	3255	0.5720119439218432	4	4	3	4	1	False	130056	maximal	True	ISR0115_000000009840	1.0		683	15	False	False	0.9993855357170105	0					non-mobilizable	chromosome	1612.0	96.21600000000001	100.0	0.0005422531679399463	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0087_000000010175	3103	0.5720106634033483	3	3	3	2	1	False	68989	fragment	False	SPA0132_000000011622	0.5531682550174494		0	0	False	False	0.9996777176856995	0					non-mobilizable	chromosome	2708.0	83.715	100.0	0.000721411007038313	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0224_000000013710	2205	0.5720085542051422	3	2	2	2	1	False	27745	maximal	True	ISR0224_000000013710	1.0		1	1	False	False	0.9764172434806824	0					non-mobilizable	no_good_hit	59.0	93.22	3.0	1.9870172404578635e-05	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ISR0821_000000019360	1637	0.5720035080841388	2	2	2	1	1	False	67847	fragment	False	ISR0821_000000019360	0.9819846556411781		0	0	False	False	0.999389111995697	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000044390	1099	0.5720014844767628	2	2	2	2	2	False	17587	fragment	False	MAD0047_000000044390	1.0		0	0	False	False	0.9945405125617981	0					non-mobilizable	other	1117.0	75.73899999999999	99.0	0.00537679124448989	NZ_PTJA01000011.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_111, whole genome shotgun sequence	False	False
ENG0036_000000013050	1875	0.5720005264790292	2	2	2	2	2	False	65303	fragment	False	ENG0036_000000013050	1.0		0	0	False	False	0.9887999892234802	0					non-mobilizable	no_good_hit	782.0	75.703	41.0	0.003675360707662672	NZ_SLUK01000004.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_104, whole genome shotgun sequence	True	False
ISR0211_000000001170	12260	0.5719986142213597	21	10	5	7	8	True	35517	maximal	True	ISR0211_000000001170	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1783.0	86.876	26.0	0.0004931531858475054	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
MAD0045_000000016485	2398	0.5719972036036542	2	2	2	2	2	False	17866	maximal	True	MAD0045_000000016485	1.0		22	5	False	False	0.996246874332428	0					non-mobilizable	no_good_hit	1810.0	79.116	75.0	0.0609181771980349	FJ625862.1	firmicutes	Clostridium sp. enrichment culture clone 7-25 genomic sequence	True	False
MON0061_000000024931	1816	0.5719887731404992	3	3	3	2	2	False	48126	fragment	False	MON0061_000000024931	0.9457494407158837		0	0	False	False	1.0	0					non-mobilizable	other	1816.0	96.2	100.0	0.0733748382923674	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CAN0007_000000002031	18727	0.5719886569153688	19	15	13	13	12	True	116479	maximal	True	CAN0007_000000002031	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	99.925	15.0	0.00040103969239171705	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CAN0008_000000001226	18602	0.5719886569153688	19	15	13	13	12	True	116479	maximal	False	CAN0007_000000002031	0.996662572755914		0	0	False	False	0.9998924732208252	0					non-mobilizable	no_good_hit	1333.0	99.925	15.0	0.00040103969239171705	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CHI0083_000000006181	1712	0.5719867021534106	3	2	2	1	1	False	84208	fragment	False	CHI0083_000000006181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1712.0	98.65700000000001	100.0	0.00047514315388417724	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0197_000000003647	2756	0.5719838814744355	6	4	3	4	3	True	54380	maximal	True	ENG0197_000000003647	1.0		22	5	False	False	0.9825834631919861	0					non-mobilizable	no_good_hit	1745.0	97.88	63.0	0.0004670295607753012	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CHI0079_000000000979	7229	0.5719838146603333	9	8	3	5	6	True	108502	fragment	False	ISR0169_000000002899	0.9330545327726966		0	0	False	False	1.0	0					non-mobilizable	other	7229.0	99.959	100.0	0.051037988984606694	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	True
ISR0171_000000003047	7187	0.5719838146603333	9	8	3	5	6	True	53848	fragment	False	ISR0135_000000002339	0.31095344457583324		0	0	False	False	1.0	0					non-mobilizable	other	7232.0	90.265	100.0	0.02059826779469437	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
ENG0095_000000006204	4363	0.5719829952976611	5	4	3	3	2	False	99624	fragment	False	ENG0095_000000006204	1.0		0	0	False	False	0.9979372024536133	0					non-mobilizable	no_good_hit	135.0	77.03699999999999	3.0	0.00497863644807728	NZ_JAAWUO010000025.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_25_length_26915_cov_147.311, whole genome shotgun sequence	True	False
CHI0117_000000009966	1459	0.5719733215224462	3	2	2	2	1	False	82057	maximal	True	CHI0117_000000009966	1.0		9	4	False	False	0.9931460022926331	0					non-mobilizable	no_good_hit	1272.0	77.90899999999999	87.0	0.0003707910050533939	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0331_000000016233	1524	0.5719723122976197	2	1	0	1	0	True	24606	fragment	False	ISR0331_000000016233	1.0		0	0	False	False	0.9993438124656677	0					non-mobilizable	no_good_hit								True	True
SPA0066_000000006832	2015	0.5719703812777991	2	2	2	2	2	False	6074	maximal	True	SPA0066_000000006832	1.0		37	5	False	False	0.9940446615219116	0					non-mobilizable	no_good_hit	1404.0	73.932	69.0	0.00030827442615953977	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
FIJ0101_000000004962	5522	0.571969430004593	4	4	3	4	2	False	42709	maximal	True	FIJ0101_000000004962	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	5.798585791195079e-07	CP032248.1	eudicots	Gossypioides kirkii chromosome KI_06	True	False
SPA0090_000000031581	1171	0.5719679082836202	1	1	1	1	1	False	76179	fragment	False	SPA0120_000000031435	0.9640323123957261		0	0	False	False	0.9897523522377014	0					non-mobilizable	other	1171.0	99.915	100.0	0.014412416851441241	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
MON0075_000000018959	1390	0.5719676902798687	2	1	1	1	1	True	10337	fragment	False	MON0075_000000018959	1.0		0	0	False	False	0.9755395650863647	0					non-mobilizable	no_good_hit								True	True
MAD0047_000000003997	7659	0.5719661890438771	7	3	2	3	1	True	17702	fragment	False	MAD0047_000000003997	1.0		0	0	False	False	0.999216616153717	0					non-mobilizable	no_good_hit								True	True
ISR0018_000000006095	3564	0.5719656725414339	5	4	2	3	4	False	72706	fragment	False	ISR0018_000000006095	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	1680.0	90.714	47.0	0.00037321836634954605	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0066_000000006924	4614	0.5719614999752062	8	6	6	5	5	True	93668	maximal	True	ISR0066_000000006924	1.0		10	5	False	False	0.9913307428359985	0					non-mobilizable	no_good_hit	1074.0	97.3	23.0	0.0014862381000530502	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	True
ISR0139_000000009090	2749	0.5719515928449331	5	3	2	3	1	False	31312	maximal	True	ISR0139_000000009090	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	91.209	7.0	0.01821475294354433	MK232092.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.I13_8-proph_c1 sequence	True	False
DEN0033_000000005530	4947	0.571948097099952	7	3	3	3	2	False	89096	maximal	True	DEN0033_000000005530	1.0		1	1	False	False	0.9969678521156311	0					non-mobilizable	no_good_hit	1928.0	94.554	47.0	0.015301486728794616	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0114_000000011789	2365	0.5719421533335441	3	3	3	3	3	False	101415	fragment	False	ISR0223_000000011880	0.9781810766721044		0	0	False	False	0.9995771646499634	0					non-mobilizable	other	2360.0	89.492	99.0	0.037044019228956546	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MAD0066_000000013903	2028	0.5719417107303241	3	3	3	3	2	False	23787	fragment	False	MAD0066_000000013903	0.9407756813417191		0	0	False	False	0.9768244624137878	0					non-mobilizable	other	2018.0	93.06200000000001	99.0	0.003627730945392818	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0021_000000033223	1441	0.5719371670989024	2	2	1	2	1	False	74710	maximal	True	FIJ0021_000000033223	0.995293265749457		27	5	False	False	0.9993060231208801	0					non-mobilizable	no_good_hit	151.0	82.119	10.0	0.00015034589646515607	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
CHI0034_000000007190	2252	0.5719359495308829	4	2	2	1	2	False	89015	maximal	True	CHI0034_000000007190	1.0		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	335.0	71.642	14.0	8.617145033465906e-05	AP023174.1	b-proteobacteria	Paraburkholderia sp. PGU16 DNA, chromosome 1, complete genome	True	False
USA0108_01_000000004291	2632	0.5719326431362813	4	4	4	4	3	False	78800	fragment	False	USA0108_01_000000004291	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2626.0	90.023	99.0	0.043805006763640006	NZ_WNCH01000012.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold12_size59879, whole genome shotgun sequence	False	False
MAD0089_000000014079	1852	0.5719294486257752	2	2	2	2	2	True	15833	fragment	False	MAD0089_000000014079	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	1852.0	99.352	100.0	0.030197236406349415	MK092064.1	enterobacteria	Escherichia coli strain 39R861 plasmid 39R861-3, complete sequence	False	True
ISR0107_000000022501	1329	0.5719280914184179	3	1	1	1	1	True	103190	fragment	False	ISR0107_000000022501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ISR0825_000000002042	9490	0.5719224344095156	14	8	6	8	7	False	115028	maximal	True	ISR0825_000000002042	1.0		19	5	False	False	0.9996838569641113	0					non-mobilizable	no_good_hit	818.0	83.007	27.0	0.00022904105708490032	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0072_000000013768	1826	0.5719150945736636	4	3	2	3	2	False	44763	maximal	True	FIJ0072_000000013768	1.0		64	8	False	False	1.0	0					non-mobilizable	no_good_hit	351.0	87.179	19.0	9.969280903485363e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
CHI0133_000000001970	8296	0.5719114203096141	15	6	4	5	6	False	85018	maximal	True	CHI0133_000000001970	0.9740621517890307		1	1	False	False	0.9989151358604431	0					non-mobilizable	no_good_hit	313.0	81.15	4.0	8.612708050728851e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0081_01_000000002932	10185	0.5719094032154107	10	5	2	1	5	True	132596	backbone	False	ISR0120_000000000296	0.01229136831184183	PS1169|PS902	0	0	False	True	0.9999018311500549	0		MOBB	MPF_T		conjugative	plasmid	10185.0	99.921	100.0	0.3278276827972568	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CHI0151_000000004337	5529	0.5719077297453371	4	4	2	3	4	False	79529	fragment	False	CHI0151_000000004337	1.0		0	0	False	False	0.9992765188217163	0					non-mobilizable	plasmid	5470.0	99.927	100.0	0.022334208624132705	CP055452.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00574 plasmid pRHBSTW-00574_2, complete sequence	False	True
ENG0009_000000006191	1992	0.5719026878868921	4	3	1	3	0	True	67319	fragment	False	ENG0009_000000006191	0.9767975522692504		0	0	False	False	0.9974899888038635	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.002186234817813765	NZ_FQZY01000095.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0820_000000012407	1961	0.5719026878868921	4	3	1	3	0	True	67319	fragment	False	ENG0009_000000006191	0.9693775100401606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	427.0	73.30199999999999	21.0	0.0001708854612534633	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ISR0158_000000008162	2314	0.5719008858736265	3	3	3	3	2	False	30503	maximal	True	ISR0158_000000008162	1.0		4	2	False	False	0.9995678663253784	0					non-mobilizable	no_good_hit	1457.0	99.863	82.0	0.0007471689941288733	CP047191.1	firmicutes	Streptococcus thermophilus strain EU01 chromosome, complete genome	True	False
MAD0105_000000018713	1963	0.5719007803657838	2	2	2	2	1	True	14818	maximal	True	MAD0105_000000018713	1.0		1	1	False	False	0.9806419014930725	0					non-mobilizable	plasmid	1964.0	95.316	100.0	0.011739294326007742	CP042572.1	enterobacteria	Enterobacter hormaechei strain E5 plasmid pE5_001, complete sequence	False	True
MAD0089_000000015274	1735	0.5719007803657838	2	2	2	2	1	True	15828	fragment	False	MAD0089_000000015274	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1748.0	96.339	100.0	0.020190161800260367	CP010124.1	enterobacteria	Escherichia coli strain C5 plasmid B, complete genome	False	True
FIJ0131_000000011505	1617	0.5719007803657838	2	2	2	2	1	True	40818	maximal	True	FIJ0131_000000011505	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0190_000000008633	2663	0.5718991608176159	4	3	3	2	3	False	125534	fragment	False	FIJ0068_000000010349	0.5467312731989822		0	0	False	False	0.994742751121521	0					non-mobilizable	other	2644.0	99.281	99.0	0.032855384079688604	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0006_000000004735	6396	0.5718947158024241	6	5	5	5	3	False	130746	fragment	False	ISR0130_000000004031	0.918961319025123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1693.0	90.195	61.0	0.0004807049580876476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0107_000000005512	3995	0.5718911800646053	4	3	2	3	2	False	69002	fragment	False	ISR0107_000000005512	0.9708344232278315		0	0	False	False	0.9967459440231323	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	8.323127352171616e-06	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
MAD0023_000000002805	3078	0.571889940440255	9	5	4	4	0	True	19238	fragment	False	MAD0023_000000002805	1.0		0	0	False	False	0.9944769144058228	0					non-mobilizable	no_good_hit	290.0	95.51700000000001	21.0	8.34858834937103e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0350_000000003635	4434	0.5718880924825099	4	4	2	3	3	False	24104	fragment	False	ISR0350_000000003635	1.0		0	0	False	False	0.9997744560241699	0					non-mobilizable	chromosome	4434.0	99.571	100.0	0.0009249888888657044	LT903847.1	enterobacteria	Escherichia coli O127:H6 isolate EPEC1 genome assembly, chromosome: 1	False	False
MAD0102_000000003699	4329	0.5718880924825099	4	4	2	3	3	False	15028	maximal	True	MAD0102_000000003699	1.0		1	1	False	False	0.9884499907493591	0					non-mobilizable	chromosome	3157.0	83.18	99.0	0.0006059474738708075	CP043747.1	enterobacteria	Escherichia coli strain CVM N16EC0140 chromosome, complete genome	False	False
MAD0056_000000007507	1833	0.5718817575921494	2	2	2	2	1	False	17051	maximal	True	MAD0056_000000007507	1.0		30	9	False	False	0.9994544386863708	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.940075118782106e-06	NZ_CP022579.1	b-proteobacteria	Oryzomicrobium terrae strain TPP412 chromosome, complete genome	True	False
ISR0114_000000009625	2878	0.5718815713562561	3	3	3	3	3	False	32555	maximal	True	ISR0114_000000009625	1.0		52	5	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	75.244	18.0	0.0013614905760587948	NZ_JACAXA010000005.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-05_370917bp, whole genome shotgun sequence	True	False
ENG0033_000000006062	4316	0.5718810549500885	4	2	1	2	0	True	65527	maximal	True	ENG0033_000000006062	1.0		9	4	False	False	0.9986098408699036	0					non-mobilizable	no_good_hit								True	True
ISR0131_000000004151	5683	0.5718803097333189	7	7	7	7	4	False	120094	maximal	False	ISR0079_000000004336	0.939797575438071		0	0	False	False	1.0	0					non-mobilizable	other	5689.0	98.506	100.0	0.001201296843026533	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0073_000000002534	5679	0.5718803097333189	7	7	7	7	4	False	120094	maximal	False	ISR0079_000000004336	0.9239501729523187		0	0	False	False	1.0	0					non-mobilizable	other	5679.0	98.169	100.0	0.01388589934251722	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0022_000000002426	5371	0.5718803097333189	7	7	7	7	4	False	120094	maximal	False	ISR0079_000000004336	0.7960754265981173		0	0	False	False	0.9998137950897217	0					non-mobilizable	other	5377.0	98.32600000000001	100.0	0.0011354029233668498	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0127_000000003530	6030	0.5718796798712751	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.973347234441227		0	0	False	False	1.0	0					non-mobilizable	chromosome	6030.0	98.823	100.0	0.0013391260697571627	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0847_000000003772	5923	0.5718796798712751	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.9610857728796564		0	0	False	False	0.9996623396873474	0					non-mobilizable	other	5923.0	97.383	100.0	0.014482721509079524	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0030_000000003751	5845	0.5718796798712751	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.8823119650249469		0	0	False	False	1.0	0					non-mobilizable	other	5845.0	100.0	100.0	0.014294380087664371	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0166_000000004391	5810	0.5718796798712751	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.8583889684856921		0	0	False	False	0.996213436126709	0					non-mobilizable	other	5810.0	98.96700000000001	100.0	0.001226851856740705	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0351_000000001949	5715	0.5718796798712751	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.8417801337290166		0	0	False	False	0.9982502460479736	0					non-mobilizable	chromosome	5720.0	98.49700000000001	99.0	0.0012702706904861856	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0299_000000005371	2084	0.5718793526618142	4	4	3	4	3	False	81754	fragment	False	ISR0299_000000005371	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2083.0	99.23200000000001	99.0	0.008501082030133519	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0097_000000007387	4059	0.5718764376839033	3	3	2	3	1	True	52143	fragment	False	FIJ0097_000000007387	1.0		0	0	False	False	0.9995072484016418	0					non-mobilizable	other	2255.0	92.816	97.0	0.00151675713280321	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
MAD0110_000000005588	4969	0.5718759803207432	5	3	2	2	1	False	100167	fragment	False	MAD0055_000000001267	0.9677822103297502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1503.0	89.088	61.0	0.013026208523407282	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MAD0015_000000014333	1468	0.5718732428916922	2	2	2	2	1	True	19417	maximal	True	MAD0015_000000014333	1.0		4	2	False	False	0.9993187785148621	0					non-mobilizable	chromosome	890.0	97.079	97.0	0.00029889560095013794	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0085_000000008558	3904	0.5718691444489593	5	4	3	4	3	False	85589	fragment	False	DEN0085_000000008558	0.9820913877172784		0	0	False	False	0.9992315769195557	0					non-mobilizable	no_good_hit	121.0	97.521	33.0	3.249079427495543e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0007_000000007205	3857	0.5718691444489593	4	4	3	4	3	False	85589	fragment	False	DEN0085_000000008558	0.973110624947767		0	0	False	False	0.9992222189903259	0					non-mobilizable	no_good_hit	1181.0	70.872	31.0	0.00031768776624400866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0003_000000004804	3727	0.5718691444489593	5	4	3	4	3	False	85589	fragment	False	DEN0085_000000008558	0.9497307739033848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	71.809	27.0	0.00024270901022488073	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0082_000000015184	2001	0.5718686408442033	3	3	3	3	3	False	44175	maximal	True	FIJ0082_000000015184	1.0		13	5	False	False	0.9995002746582031	0					non-mobilizable	no_good_hit	1577.0	99.11200000000001	79.0	0.0007172256816949689	CP018189.1	firmicutes	Streptococcus salivarius strain ICDC3 chromosome, complete genome	True	False
SPA0114_000000029786	1581	0.5718625577960342	3	3	2	3	2	False	4426	maximal	True	SPA0114_000000029786	1.0		23	8	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	90.946	37.0	0.00022156679117464487	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
MON0101_000000012895	4443	0.57186149289571	5	5	2	5	4	True	82237	fragment	False	MON0077_000000006170	0.3764453041048786		0	0	False	False	0.998649537563324	0			MPF_F		non-mobilizable	plasmid	4236.0	100.0	95.0	0.032669402616637866	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
SPA0026_000000004167	5856	0.5718528099308847	8	6	5	5	6	True	126139	fragment	False	SPA0026_000000004167	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	79.786	11.0	0.07102926668858928	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ENG0011_000000016762	1687	0.5718509050538174	2	1	1	1	1	False	67156	maximal	True	ENG0011_000000016762	1.0		1	1	False	False	0.9988144636154175	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.985694367955951e-06	CP023515.1	firmicutes	Enterococcus sp. FDAARGOS_375 chromosome, complete genome	True	False
CHI0165_000000011182	1494	0.5718501010209699	2	2	2	1	2	False	129426	fragment	False	ISR0806_000000006203	0.5546034042337812		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	84.54	96.0	0.03292418439389045	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
CHI0099_000000003874	1414	0.5718462586056866	2	1	1	1	1	False	83353	fragment	False	CHI0099_000000003874	1.0		0	0	False	False	0.9879773855209351	0					non-mobilizable	other	976.0	97.74600000000001	100.0	0.0002914840904993825	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0103_000000013194	1296	0.5718461590246977	2	2	0	1	1	True	84244	fragment	False	ENG0103_000000013194	0.9612341772151899		0	0	False	False	0.9961419701576233	0					non-mobilizable	other	1296.0	99.537	100.0	0.06765581735541508	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0134_000000025181	1278	0.5718461590246977	2	2	0	1	1	True	31452	fragment	False	ISR0134_000000025181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	85.148	100.0	0.06666318374170628	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0027_000000032847	1264	0.5718461590246977	2	2	0	1	1	True	84244	fragment	False	ENG0103_000000013194	0.9498456790123457		0	0	False	False	0.9905063509941101	0					non-mobilizable	other	1264.0	95.965	100.0	0.06598401337443185	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0129_000000006730	3967	0.5718410371128001	3	3	3	3	2	False	115708	fragment	False	ENG0129_000000006730	1.0		0	0	False	False	0.9954625368118286	0					non-mobilizable	no_good_hit	1520.0	71.316	37.0	0.00039467825737972493	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
DEN0073_000000015072	3289	0.5718360520879403	4	4	3	4	4	True	92255	maximal	True	DEN0073_000000015072	1.0		30	7	False	False	0.9996959567070007	0					non-mobilizable	chromosome	1999.0	99.35	100.0	0.0002820110805795144	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0132_000000013047	2155	0.5718324970864885	2	2	1	2	2	True	120003	fragment	False	CHI0015_000000003571	0.3672885032537961		0	0	False	True	0.9990718960762024	0					non-mobilizable	other	1647.0	88.646	100.0	0.0004943747559363359	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0131_000000015327	2123	0.5718323276498591	4	4	4	3	3	False	50882	maximal	True	ISR0131_000000015327	1.0		10	3	False	False	0.9967027902603149	0					non-mobilizable	no_good_hit	1086.0	70.258	50.0	0.02623213436459663	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0031_000000004238	5183	0.5718256692562139	5	3	3	3	2	True	48623	maximal	True	FIJ0031_000000004238	1.0		3	1	False	False	0.9986494183540344	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	9.644731493086416e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	True
AUS0022_000000013946	2503	0.5718240431154495	4	3	2	3	1	False	99293	fragment	False	AUS0022_000000013946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	3.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MAD0002_000000029784	1474	0.5718219470260821	2	2	2	2	2	False	20142	maximal	True	MAD0002_000000029784	1.0		18	3	False	False	1.0	0					non-mobilizable	other	1500.0	77.0	100.0	0.005663803983131714	NZ_CABJCG010000008.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
AST0100_000000004732	3304	0.5718207394479339	4	4	3	3	4	False	108650	maximal	True	AST0100_000000004732	1.0		17	7	False	False	0.9996973276138306	0					non-mobilizable	other	1485.0	99.32700000000001	99.0	0.06674762740071065	NZ_NFHM01000036.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_36, whole genome shotgun sequence	False	False
ENG0065_000000008337	3371	0.5718148414748928	2	2	2	2	2	False	62870	maximal	True	ENG0065_000000008337	0.9959773539928487		274	11	False	False	1.0	0					non-mobilizable	chromosome	3371.0	98.665	100.0	0.0004756643351115934	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0007_000000016756	1549	0.5718112029992334	1	1	1	1	1	False	8198	maximal	True	SPA0007_000000016756	1.0		8	4	False	False	0.9928986430168152	0					non-mobilizable	no_good_hit	1129.0	96.191	73.0	0.2635024549918167	NZ_QRYH01000053.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf53, whole genome shotgun sequence	True	False
ENG0194_000000021308	1242	0.5718101920734576	2	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.11342841133984377		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	89.719	100.0	0.0004163669576298656	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0161_000000025433	1221	0.5718101920734576	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.08884911435834664		0	0	False	False	0.9983620047569275	0					non-mobilizable	chromosome	1225.0	89.306	100.0	0.00040929848058036906	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0013_000000024780	1110	0.5718101920734576	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.0740741600610436		0	0	False	False	0.9720720648765564	0					non-mobilizable	chromosome	1107.0	90.696	99.0	0.0003830693791278427	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0072_01_000000003035	6631	0.5718098243180655	12	3	2	3	1	True	730	fragment	False	USA0072_01_000000003035	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6648.0	94.75	100.0	0.0017757299412276505	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0169_000000007473	3776	0.5718083131501935	4	3	3	3	2	False	131349	fragment	False	ISR0343_000000003925	0.9719906201146431		0	0	False	False	1.0	0					non-mobilizable	other	3737.0	96.789	100.0	0.058080217157298636	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ENG0141_000000008356	3267	0.5718083131501935	3	3	3	3	2	False	131348	fragment	False	ENG0141_000000008356	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3268.0	98.37799999999999	100.0	0.05096644358122338	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
AST0087_000000011298	3159	0.5718083131501935	4	3	3	3	2	False	131347	fragment	False	AST0087_000000011298	1.0		0	0	False	False	0.9949350953102112	0					non-mobilizable	other	2875.0	96.59100000000001	91.0	0.04483549398605326	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ISR0224_000000020586	1514	0.5718069670867366	3	2	1	2	2	False	69478	fragment	False	ISR0224_000000020586	0.9414953975594708		0	0	False	False	0.9788639545440674	0					non-mobilizable	chromosome	1514.0	94.12200000000001	99.0	0.0005270253878446753	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0075_000000019452	1200	0.5718068698657667	2	2	2	1	1	False	89658	fragment	False	SPA0115_000000024347	0.9211750143311177		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	97.667	100.0	0.004394339767858648	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0193_000000001497	14638	0.5718036557676881	24	10	2	10	1	False	29111	maximal	True	ISR0193_000000001497	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.2083840369783418e-05	NC_013939.1	bacteria	Deferribacter desulfuricans SSM1, complete genome	True	False
SPA0093_000000007033	5755	0.5718036060081234	6	5	4	4	4	True	110080	fragment	False	SPA0093_000000007033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5081.0	86.853	88.0	0.0009414320562640596	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
FIJ0082_000000007287	3822	0.5718024137616237	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9672343020794499		0	0	False	False	1.0	0					non-mobilizable	chromosome	3835.0	83.39	100.0	0.0010179450154972525	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0006_000000003631	2433	0.5718012555847893	4	4	3	1	4	False	31093	maximal	True	MAD0006_000000003631	1.0		83	11	False	False	1.0	0					non-mobilizable	chromosome	2433.0	100.0	100.0	0.0004633058702682602	CP035751.1	enterobacteria	Escherichia coli E110019 chromosome, complete genome	False	False
ISR0388_000000001232	15390	0.5717984211493149	7	5	5	5	2	True	130449	maximal	True	ISR0388_000000001232	1.0	PS1102	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	110.0	99.09100000000001	1.0	0.0011846538419736986	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0074_000000019146	1228	0.5717941086394523	2	2	2	1	1	False	62140	maximal	True	ENG0074_000000019146	1.0		687	12	False	False	1.0	0					non-mobilizable	chromosome	1228.0	99.023	100.0	0.0005320096828363791	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0124_000000018773	1525	0.5717914297927625	3	3	2	2	2	False	41230	maximal	True	FIJ0124_000000018773	1.0		26	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0345_000000007788	1664	0.5717887020196145	3	3	3	3	3	False	98805	fragment	False	ISR0345_000000007788	1.0		0	0	False	False	0.9915865659713745	0					non-mobilizable	chromosome	1664.0	98.678	100.0	0.0007421201609905408	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MAD0061_000000012543	1457	0.5717860464275144	2	2	2	2	2	False	16814	maximal	True	MAD0061_000000012543	1.0		13	1	False	False	0.9910775423049927	0					non-mobilizable	no_good_hit	102.0	99.02	7.0	0.0001523318844208221	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0057_000000018096	1242	0.5717856530872153	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.5188727513038742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	91.236	43.0	0.010125714285714287	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
AUS0014_000000003890	8303	0.5717841931782899	12	5	2	3	3	False	100957	fragment	False	AUS0014_000000003890	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	83.23100000000001	14.0	0.0002005033650611114	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
SPA0014_000000003462	5532	0.5717819434278852	4	4	4	4	3	False	128570	maximal	True	SPA0014_000000003462	1.0		760	13	False	False	1.0	0					non-mobilizable	other	3999.0	99.8	100.0	0.0007743276490556515	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0193_000000003271	6021	0.5717784856529589	6	4	3	4	1	False	54607	maximal	True	ENG0193_000000003271	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	2459.0	90.809	67.0	0.033984353326305276	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ENG0021_000000007570	2468	0.5717781259676921	2	2	2	2	1	False	71533	maximal	True	ENG0021_000000007570	1.0		425	12	False	False	1.0	0					non-mobilizable	other	2468.0	100.0	100.0	0.0010404422913010674	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
SPA0035_000000008956	2162	0.5717781259676921	2	2	2	2	1	False	71532	fragment	False	SPA0035_000000008956	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2162.0	99.63	100.0	0.0009109669028010967	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ENG0149_000000010151	2022	0.5717781259676921	2	2	2	2	1	False	71531	fragment	False	ENG0047_000000008782	0.6498825914221403		0	0	False	False	1.0	0					non-mobilizable	other	2022.0	100.0	100.0	0.0008523444956301002	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0140_000000012031	1974	0.5717781259676921	2	2	2	2	1	False	71531	fragment	False	ENG0047_000000008782	0.6466657809025603		0	0	False	False	1.0	0					non-mobilizable	other	1974.0	99.899	100.0	0.0008321007866789647	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ENG0098_000000013880	1814	0.5717781259676921	2	2	2	2	1	False	71531	fragment	False	ENG0047_000000008782	0.31965552178318135		0	0	False	False	1.0	0					non-mobilizable	other	1814.0	100.0	100.0	0.0007646217568418464	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ISR0066_000000017403	1853	0.5717781111923862	3	3	3	3	3	False	94762	fragment	False	FIJ0028_000000015259	0.8696722617188537		0	0	False	False	0.9924446940422058	0					non-mobilizable	no_good_hit	204.0	82.353	11.0	6.113607082387933e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0162_000000006261	3647	0.5717773978162075	4	4	3	3	4	False	65162	maximal	True	FIJ0162_000000006261	0.991812378573411		486	13	False	False	1.0	0					non-mobilizable	chromosome	3448.0	98.811	98.0	0.0012163505460874057	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0003_000000013936	1844	0.5717770460934755	3	2	2	2	2	False	127893	fragment	False	DEN0003_000000013936	1.0		0	0	False	False	0.9983730912208557	0					non-mobilizable	other	1840.0	96.79299999999999	99.0	0.035653354013183404	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
CAN0009_000000012765	2057	0.5717760403964373	2	1	1	1	1	False	94791	fragment	False	CAN0009_000000012765	1.0		0	0	False	False	0.9931939840316772	0					non-mobilizable	other	2057.0	99.514	100.0	0.0006206451449309049	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
DEN0045_000000013562	2785	0.5717734125945574	4	4	4	4	3	False	72938	maximal	True	DEN0045_000000013562	1.0		8	4	False	False	0.9802513718605042	0					non-mobilizable	no_good_hit	2316.0	77.72	83.0	0.008232157653925137	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	True	False
MAD0100_000000017469	2081	0.5717693879036616	3	3	2	2	2	False	15165	maximal	True	MAD0100_000000017469	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	96.146	34.0	0.00013114824376989434	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0046_000000013044	2468	0.5717669360417035	3	3	3	2	2	False	96923	maximal	True	MON0046_000000013044	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	95.89399999999999	14.0	0.0012653093123043888	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	False
MAD0033_000000003507	4961	0.5717652845148543	4	2	2	2	1	True	18897	maximal	True	MAD0033_000000003507	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	741.0	82.59100000000001	22.0	0.00020489264710999756	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MON0028_000000011793	2161	0.5717652845148543	3	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3844264598759133		0	0	False	False	1.0	0					non-mobilizable	other	2027.0	100.0	94.0	0.0029340929728038836	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0002_000000011843	2161	0.5717652845148543	2	2	2	2	1	True	117250	maximal	True	MON0002_000000011843	1.0		11	3	False	False	0.9736233353614807	0					non-mobilizable	chromosome	2191.0	85.212	100.0	0.00033058475145871283	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
SPA0107_000000015575	2089	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.36401380079178985		0	0	False	False	1.0	0					non-mobilizable	other	2093.0	98.71	100.0	0.10661633423455594	MK211804.1	firmicutes	Streptococcus suis ILCSsuYS525 integron, complete sequence	False	True
ISR0127_000000012199	2046	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3428015659686751		0	0	False	False	1.0	0					non-mobilizable	other	2047.0	98.779	100.0	0.0009855301439278626	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
FIJ0004_000000012883	2045	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3408712510221975		0	0	False	False	1.0	0					non-mobilizable	other	2045.0	99.36399999999999	100.0	0.0029601609261654185	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0829_000000007611	1984	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3260815415267603		0	0	False	False	1.0	0					non-mobilizable	other	1984.0	99.59700000000001	100.0	0.03645488638870505	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
USA0020_01_000000017675	1972	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3339386526013918		0	0	False	False	1.0	0					non-mobilizable	other	1972.0	100.0	100.0	0.009156411578609953	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0132_000000014426	1966	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3251841890640322		0	0	False	False	1.0	0					non-mobilizable	other	1966.0	99.949	100.0	0.00912853817958831	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
AST0092_000000007518	1957	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3447732072771364		0	0	False	False	1.0	0					non-mobilizable	other	1960.0	95.15299999999999	100.0	0.03866988256692104	MK211820.1	firmicutes	Streptococcus suis ICE element ICESsuYS172, complete sequence	False	True
AST0053_000000004438	1956	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.30962956655619306		0	0	False	False	1.0	0					non-mobilizable	other	1956.0	100.0	100.0	0.006553255677532892	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
SPA0091_000000005456	1956	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3278653767611258		0	0	False	False	1.0	0					non-mobilizable	other	1960.0	97.398	100.0	0.03597691006691669	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
MON0045_000000010926	1946	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.3068629070759378		0	0	False	False	1.0	0					non-mobilizable	other	1946.0	100.0	100.0	0.009035626849516164	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0071_000000004035	1904	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.32374052426405114		0	0	False	False	1.0	0					non-mobilizable	other	1904.0	99.10700000000001	100.0	0.0027559619581667277	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ENG0173_000000009342	1881	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.28193039060985714		0	0	False	False	0.9989367127418518	0					non-mobilizable	other	1884.0	98.83200000000001	100.0	0.008738310593285298	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0099_000000018536	1866	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.30994010402610284		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	96.546	100.0	0.08544610518798143	MK211804.1	firmicutes	Streptococcus suis ILCSsuYS525 integron, complete sequence	False	True
ISR0083_000000014334	1861	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.26755820951989817		0	0	False	False	1.0	0					non-mobilizable	other	1861.0	100.0	100.0	0.006234811028241013	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ENG0188_000000013915	1841	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.29701228305868105		0	0	False	False	1.0	0					non-mobilizable	chromosome	1841.0	100.0	100.0	0.0007894247967767442	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
ISR0819_000000014486	1827	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.26872342878419503		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	99.125	100.0	0.03358702845797485	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
ISR0017_000000018375	1819	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.21231888889343933		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	94.566	100.0	0.035941639318334585	MK211820.1	firmicutes	Streptococcus suis ICE element ICESsuYS172, complete sequence	False	True
AST0149_000000014778	1814	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.16376199837292246		0	0	False	False	0.9994487166404724	0					non-mobilizable	other	1814.0	100.0	100.0	0.008422412071040003	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0046_000000010414	1809	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.29845934224671		0	0	False	False	0.993919312953949	0					non-mobilizable	other	1790.0	97.765	99.0	0.0033637556736348492	NZ_FOWI01000002.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	False	True
ENG0142_000000018927	1798	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2030188959118327		0	0	False	False	0.9988876581192017	0					non-mobilizable	other	1633.0	92.897	100.0	0.09094472755782046	MK211798.1	firmicutes	Streptococcus suis ILCSsuYS249 integron, complete sequence	False	True
CAN0010_000000007329	1787	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.30586307831086434		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	96.648	100.0	0.10005038911595096	MK211803.1	firmicutes	Streptococcus suis ILCSsuYS501 integron, complete sequence	False	True
ISR0835_000000008316	1758	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.157922240117006		0	0	False	False	0.9994311928749084	0					non-mobilizable	other	1759.0	99.65899999999999	100.0	0.008166905913341602	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0178_000000005826	1756	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.26629182255668704		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	99.772	100.0	0.002541625452749662	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
USA0024_01_000000012863	1751	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2682494243197777		0	0	False	False	0.9965733885765076	0					non-mobilizable	other	1755.0	98.177	100.0	0.008129741381312745	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0105_000000031113	1750	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.26377896923094496		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	100.0	100.0	0.002532936134962484	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0105_000000031104	1750	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2639555333153366		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	99.943	100.0	0.008125095814809137	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0137_000000014266	1744	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.26402645765043514		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	100.0	100.0	0.0025242468171753057	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0302_000000009018	1743	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.22368589502384714		0	0	False	False	0.998852550983429	0					non-mobilizable	other	1746.0	98.625	100.0	0.008097222415787492	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0194_000000015074	1733	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2637367465290077		0	0	False	False	0.9849970936775208	0					non-mobilizable	other	1733.0	99.94200000000001	100.0	0.008046121184247813	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
AST0005_000000015894	1733	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2635046077262901		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	100.0	100.0	0.008046121184247813	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0054_000000014874	1724	0.5717652845148543	2	2	2	2	1	True	109154	maximal	True	ISR0054_000000014874	1.0		127	10	False	False	0.9994199275970459	0					non-mobilizable	other	1724.0	96.984	100.0	0.0005517118597556778	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
CHI0107_000000008489	1721	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.13025865693969385		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	100.0	100.0	0.005765524176652979	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
MAD0009_000000006180	1700	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.27055992226016257		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	98.59	100.0	0.0024605251534026646	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
DEN0039_000000012693	1634	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.25337194289828774		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	95.77799999999999	100.0	0.029083020810353702	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
ISR0270_000000005078	1618	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2510362578193687		0	0	False	False	0.97836834192276	0					non-mobilizable	chromosome	1618.0	99.258	100.0	0.0007796573557802648	CP030017.1	firmicutes	Streptococcus suis strain ISU1606 chromosome, complete genome	False	True
ISR0343_000000011518	1617	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.26460971263257393		0	0	False	False	1.0	0					non-mobilizable	chromosome	1619.0	97.09700000000001	100.0	0.0006722093432939007	CP025043.1	firmicutes	Streptococcus suis strain AH681 chromosome, complete genome	False	True
AST0110_000000011091	1607	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.08075783821168252		0	0	False	False	1.0	0					non-mobilizable	other	1607.0	100.0	100.0	0.0053833905975027236	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
MAD0047_000000029093	1602	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2508367723437989		0	0	False	False	0.9993757605552673	0					non-mobilizable	other	1602.0	98.939	100.0	0.08192610787022822	MK211806.1	firmicutes	Streptococcus suis ILCSsuYS543 integron, complete sequence	False	True
USA0017_01_000000017042	1602	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1525668564147207		0	0	False	False	1.0	0					non-mobilizable	other	1602.0	99.93799999999999	100.0	0.002318599629545418	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0043_000000017962	1600	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.15138600131547786		0	0	False	False	0.9981250166893005	0					non-mobilizable	other	1601.0	99.93799999999999	100.0	0.0013734518622290437	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MON0048_000000025475	1597	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.15254317671847722		0	0	False	False	0.9918597340583801	0					non-mobilizable	other	1597.0	100.0	100.0	0.0023113585313894363	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0099_000000022191	1597	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.15254317671847722		0	0	False	False	0.9987476468086243	0					non-mobilizable	other	1597.0	100.0	100.0	0.0023113585313894363	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ENG0188_000000015930	1594	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.23739441195525157		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	99.93700000000001	100.0	0.0074003874402464006	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
FIJ0101_000000017567	1591	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.23926520145812863		0	0	False	False	0.9736015200614929	0					non-mobilizable	other	1567.0	99.809	100.0	0.007274957144649004	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0154_000000020865	1583	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.22586558648671493		0	0	False	False	1.0	0					non-mobilizable	other	1583.0	100.0	100.0	0.00734928620870672	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0011_000000004137	1581	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.22294961926274826		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	99.93700000000001	100.0	0.007339995075699506	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
FIJ0140_000000021378	1571	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.07212693226429574		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	100.0	100.0	0.007293539410663434	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0137_000000010612	1569	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.11992053310909095		0	0	False	False	1.0	0					non-mobilizable	other	1569.0	99.49	100.0	0.0072842482776562184	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0142_000000001986	1562	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.24111499178805587		0	0	False	False	0.9788732528686523	0					non-mobilizable	other	1562.0	99.936	100.0	0.005650944659839196	NZ_WLZR01000002.1	firmicutes	Streptococcus halichoeri strain S212 NODE_2_length_276237_cov_80.074836, whole genome shotgun sequence	False	True
SPA0142_000000017311	1560	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.22021017950132224		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	99.936	100.0	0.0072424381791237535	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0046_000000022133	1543	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.15216530682526058		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	100.0	100.0	0.007163463548562429	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0117_01_000000013445	1541	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.09887520240400785		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	94.948	100.0	0.0008272614635378732	CP000261.1	firmicutes	Streptococcus pyogenes MGAS2096, complete genome	False	True
MAD0056_000000009120	1538	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2501618142946356		0	0	False	False	0.981794536113739	0					non-mobilizable	other	1538.0	100.0	100.0	0.0022259135731488495	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MAD0045_000000027488	1536	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.21997750405902372		0	0	False	False	0.9993489384651184	0					non-mobilizable	other	1536.0	99.023	100.0	0.0022230171338864565	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
USA0083_01_000000018092	1532	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.09288550370830846		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	94.416	100.0	0.00024022411718420956	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
MON0046_000000022350	1530	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.17894480653628714		0	0	False	False	1.0	0					non-mobilizable	other	1530.0	99.869	100.0	0.0022143278160992783	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0816_000000024817	1522	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.0691078083889436		0	0	False	False	0.9986859560012817	0					non-mobilizable	other	1245.0	97.51	100.0	0.004166596832313752	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ENG0200_000000013795	1511	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.17545112458869938		0	0	False	False	0.9814692139625549	0					non-mobilizable	other	1513.0	92.994	100.0	0.0008111355090829438	CP000261.1	firmicutes	Streptococcus pyogenes MGAS2096, complete genome	False	True
MON0032_000000020096	1510	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.08270896745101645		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	100.0	100.0	0.007010159853943389	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0206_000000016948	1507	0.5717652845148543	2	2	2	2	1	True	128160	maximal	True	ENG0206_000000016948	1.0		281	10	False	False	0.9867286086082458	0					non-mobilizable	no_good_hit	1319.0	99.545	88.0	0.0047712652541115055	NZ_WLZR01000002.1	firmicutes	Streptococcus halichoeri strain S212 NODE_2_length_276237_cov_80.074836, whole genome shotgun sequence	True	True
SPA0121_000000007777	1498	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2209829721222004		0	0	False	False	0.998664915561676	0					non-mobilizable	other	1498.0	100.0	100.0	0.006954413055900102	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0029_000000028602	1482	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.12678636551137262		0	0	False	False	1.0	0					non-mobilizable	chromosome	1482.0	99.79799999999999	100.0	0.0006354011543621512	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
MON0022_000000021285	1475	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.21580325638360084		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	100.0	100.0	0.00022434711033616147	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
SPA0006_000000021563	1465	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.06561137500339614		0	0	False	False	0.9993174076080322	0					non-mobilizable	other	1465.0	100.0	100.0	0.006801109361281061	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0005_000000021329	1464	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.14153843861749377		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	99.454	100.0	0.0021187453204403166	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CHI0157_000000007751	1464	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.13948386560964052		0	0	False	False	0.9965847134590149	0					non-mobilizable	other	1464.0	100.0	100.0	0.0021187453204403166	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0838_000000016837	1464	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.12072457761199408		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	96.726	100.0	0.006796463794777454	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0026_000000015616	1464	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.14184051546463877		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	98.77	100.0	0.07486439463719169	MK211806.1	firmicutes	Streptococcus suis ILCSsuYS543 integron, complete sequence	False	True
AST0031_000000017651	1460	0.5717652845148543	2	2	2	2	1	True	117249	fragment	False	AST0031_000000017651	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1470.0	85.51	100.0	0.004887287354395374	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
MON0011_000000032169	1451	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.21358788245673682		0	0	False	False	1.0	0					non-mobilizable	other	1451.0	100.0	100.0	0.0020999184652347636	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
TAN0023_000000001337	1449	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.19667431789442377		0	0	False	False	0.9924085736274719	0					non-mobilizable	other	1438.0	100.0	99.0	0.006675679065683665	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0016_01_000000009946	1447	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.21530977076382382		0	0	False	False	0.9917069673538208	0					non-mobilizable	other	1428.0	100.0	99.0	0.00022375967051035709	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
MON0068_000000029217	1445	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2096641624720416		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	100.0	100.0	0.0020912291474475854	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
AST0062_000000011020	1445	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.21528825891497488		0	0	False	False	1.0	0					non-mobilizable	chromosome	1445.0	99.792	100.0	0.0006195268513834884	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
MON0007_000000045003	1444	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.2130901972454205		0	0	False	False	0.9854570627212524	0					non-mobilizable	chromosome	1444.0	100.0	100.0	0.00021962881968458684	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
FIJ0094_000000014154	1441	0.5717652845148543	3	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.11012292968480825		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	100.0	100.0	0.0020854362689228	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0004_000000032138	1437	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.21316911578727935		0	0	False	False	1.0	0					non-mobilizable	other	1437.0	100.0	100.0	0.002079643390398014	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0022_000000021963	1431	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.20924539580258414		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	100.0	100.0	0.002070954072610836	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0098_000000024631	1431	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.20924539580258414		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	100.0	100.0	0.002070954072610836	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0029_000000022342	1431	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.20924539580258414		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	100.0	100.0	0.002070954072610836	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0038_000000023977	1431	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.20924539580258414		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	100.0	100.0	0.002070954072610836	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0309_000000014386	1417	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.20701166503920568		0	0	False	False	1.0	0					non-mobilizable	chromosome	1419.0	93.939	100.0	0.000589015117638715	CP025043.1	firmicutes	Streptococcus suis strain AH681 chromosome, complete genome	False	True
USA0003_01_000000026756	1405	0.5717652845148543	2	2	2	2	1	True	75305	maximal	True	USA0003_01_000000026756	1.0		33	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0094_000000016320	1405	0.5717652845148543	2	2	2	2	1	True	109153	fragment	False	AST0094_000000016320	1.0		0	0	False	False	0.9964413046836853	0					non-mobilizable	other	1406.0	95.875	100.0	0.00044988691988202394	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
DEN0013_000000003182	1404	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.18648189369905097		0	0	False	False	0.995726466178894	0					non-mobilizable	other	1405.0	98.79	100.0	0.018257768986518142	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
MAD0060_000000012149	1404	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.19630905819031136		0	0	False	False	1.0	0					non-mobilizable	other	1404.0	99.573	100.0	0.025792337671887638	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
ISR0054_000000018674	1400	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.10367543536092472		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	99.429	100.0	0.006499147538546588	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0198_000000023695	1400	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1886213709206088		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	100.0	100.0	0.00263046069726951	NZ_FOWI01000002.1	firmicutes	Eubacterium callanderi strain NLAE-zl-G225, whole genome shotgun sequence	False	True
SPA0040_000000030810	1397	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1902075712789122		0	0	False	False	0.9992842078208923	0					non-mobilizable	other	1397.0	99.928	100.0	0.006485210839035766	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ITA0003_000000004803	1397	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1693583945660362		0	0	False	False	0.982104480266571	0					non-mobilizable	other	1397.0	100.0	100.0	0.006485210839035766	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0049_000000021180	1391	0.5717652845148543	2	2	2	2	1	True	35959	fragment	False	ISR0049_000000021180	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	98.20299999999999	100.0	0.00044508385668043653	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
DEN0029_000000009731	1390	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.17368386546782957		0	0	False	False	0.9755395650863647	0					non-mobilizable	other	1390.0	99.712	100.0	0.006452691873510516	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0103_000000041624	1389	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.195144868226679		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	100.0	100.0	0.0020101288481005875	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CAN0003_000000035271	1388	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.13338257801763004		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	99.63	100.0	0.0019565447217463213	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CHI0007_000000005614	1387	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.18118549683236462		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	98.991	100.0	0.006438755173999693	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
DEN0052_000000033816	1384	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.19564611282529393		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	100.0	100.0	0.0020028877499446056	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CHI0158_000000014453	1376	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.12298410779406883		0	0	False	False	0.9970930218696594	0					non-mobilizable	other	1376.0	99.709	100.0	0.0019913019928950344	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MAD0063_000000010472	1373	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.11867623278493881		0	0	False	False	0.9745084047317505	0					non-mobilizable	other	1349.0	99.259	100.0	0.006262223646862616	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0046_01_000000008388	1369	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.10612075783378788		0	0	False	False	0.9956172108650208	0					non-mobilizable	other	1356.0	99.779	100.0	0.06912207315206856	MK211804.1	firmicutes	Streptococcus suis ILCSsuYS525 integron, complete sequence	False	True
ISR0258_000000021242	1362	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.17344862001475736		0	0	False	False	0.9992657899856567	0					non-mobilizable	other	1363.0	96.405	100.0	0.006322616011409511	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0019_01_000000022454	1357	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.17968202216325896		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	98.6	100.0	0.0045453783625240924	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
AST0062_000000011611	1357	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.17978678046189273		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	100.0	100.0	0.0045453783625240924	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
MON0031_000000023903	1339	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1810648958555347		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	100.0	100.0	0.001937717866540768	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
AST0053_000000006039	1334	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1733723426178851		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	100.0	100.0	0.006192540149308507	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
DEN0052_000000035223	1334	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1602082957115207		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	100.0	100.0	0.004468281236906059	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ENG0171_000000018193	1333	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1723430386279858		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	100.0	100.0	0.004464929187966145	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
USA0064_01_000000006207	1330	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.09119098277038253		0	0	False	False	1.0	0					non-mobilizable	chromosome	1331.0	96.01799999999999	100.0	0.0006089383350278833	CP031379.1	firmicutes	Streptococcus suis strain ISU2660 chromosome, complete genome	False	True
ENG0088_000000012932	1330	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.17212412951885955		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	100.0	100.0	0.0044548730411464	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
DEN0026_000000021377	1323	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1697640447884715		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	100.0	100.0	0.004431408698566999	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
SPA0093_000000028305	1318	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1748029004980097		0	0	False	False	0.999241292476654	0					non-mobilizable	other	1319.0	96.74	100.0	0.017138618499817813	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
ISR0167_000000021129	1314	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.16721057747606652		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	100.0	100.0	0.0044012402581077685	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ITA0001_000000002759	1307	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.05826824294549403		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	98.852	100.0	0.018653678602545243	MK211824.1	firmicutes	Streptococcus suis ICE element ICESsuYS388, complete sequence	False	True
ISR0076_000000020506	1295	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.06671834507127733		0	0	False	False	0.9938223958015442	0					non-mobilizable	other	1297.0	98.072	100.0	0.0018754444223993234	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0047_000000030895	1292	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.11660523197644224		0	0	False	False	0.9930340647697449	0					non-mobilizable	other	1292.0	100.0	100.0	0.0018696515438745378	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0060_000000033031	1292	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.11660523197644224		0	0	False	False	0.9984520077705383	0					non-mobilizable	other	1292.0	100.0	100.0	0.0018696515438745378	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0804_000000015728	1291	0.5717652845148543	3	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.06389235228774505		0	0	False	False	0.9914794564247131	0					non-mobilizable	other	1293.0	98.29899999999999	100.0	0.005992780789653394	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0054_000000039497	1286	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.11270889229432826		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	100.0	100.0	0.0018609622260873594	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0068_000000032914	1286	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.10049063622358022		0	0	False	False	1.0	0					non-mobilizable	chromosome	1288.0	94.177	100.0	0.0005345228998345682	CP025043.1	firmicutes	Streptococcus suis strain AH681 chromosome, complete genome	False	True
TAN0022_000000005015	1272	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.05241148566597334		0	0	False	False	0.9992138147354126	0					non-mobilizable	other	1272.0	99.84299999999999	100.0	0.005904515026084856	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0136_000000009117	1264	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.10892977058699524		0	0	False	False	0.9928797483444214	0					non-mobilizable	other	1266.0	89.889	100.0	0.00040345730893334535	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
FIJ0092_000000030032	1255	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.07647028917423788		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	90.801	100.0	0.0018160674175202714	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
USA0089_01_000000005838	1249	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.0681912299883755		0	0	False	False	1.0	0					non-mobilizable	chromosome	1244.0	99.759	99.0	0.00034634953717893705	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	False	True
USA0120_01_000000010745	1248	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.03763230793013074		0	0	False	False	0.9431089758872986	0					non-mobilizable	other	1168.0	92.46600000000001	94.0	0.0001826769559527442	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
CAN0022_000000026792	1244	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.09172361257077233		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	99.92	100.0	0.005774439163983852	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
SPA0124_000000024029	1231	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.09608373641465194		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	96.75299999999999	100.0	0.0006611641326521013	CP000261.1	firmicutes	Streptococcus pyogenes MGAS2096, complete genome	False	True
ISR0316_000000018158	1230	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.08701446717890503		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	99.919	100.0	0.00570940123293335	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
FIJ0063_000000024167	1220	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.07189699215507166		0	0	False	False	0.9967213273048401	0					non-mobilizable	other	1220.0	99.262	100.0	0.005662945567897277	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0822_000000007669	1218	0.5717652845148543	2	2	2	2	1	True	21181	fragment	False	ISR0822_000000007669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0031_000000012093	1213	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.07870511315657797		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	100.0	100.0	0.005630426602372026	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0040_000000011225	1211	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.08009406739955026		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	100.0	100.0	0.0017523457537476303	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CHI0124_000000012090	1198	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.05487246176605507		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	99.917	100.0	0.0017335188985420772	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
DEN0008_000000007929	1194	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.05381171721256325		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	100.0	100.0	0.005542160838803488	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0013_01_000000008100	1191	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.10152379895655296		0	0	False	False	0.997481107711792	0					non-mobilizable	other	1191.0	99.916	100.0	0.0001865970623036615	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
AUS0010_000000021098	1190	0.5717652845148543	2	2	2	2	1	True	101402	maximal	True	AUS0010_000000021098	1.0		6	3	False	False	0.9873949289321899	0					non-mobilizable	other	1180.0	82.288	100.0	0.00037559954236413815	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0114_000000023669	1189	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.07060517011899822		0	0	False	False	0.9974768757820129	0					non-mobilizable	other	1192.0	95.805	100.0	0.01547290614751965	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
SPA0041_000000028449	1186	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.05150561079037438		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	98.823	100.0	0.005509641873278237	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0038_000000029793	1184	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.0673374478701052		0	0	False	False	0.9957770109176636	0					non-mobilizable	chromosome	1184.0	99.662	100.0	0.0001800560593810577	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0317_000000020187	1169	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.04684703736837049		0	0	False	False	0.9982891082763672	0					non-mobilizable	other	1173.0	92.583	100.0	0.0006272996282967498	CP000261.1	firmicutes	Streptococcus pyogenes MGAS2096, complete genome	False	True
USA0135_01_000000013104	1168	0.5717652845148543	2	2	2	2	1	True	25	fragment	False	USA0135_01_000000013104	1.0		0	0	False	False	0.9957191944122314	0					non-mobilizable	other	1168.0	94.521	100.0	0.0003736783170835032	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
MON0087_000000044660	1161	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.04673213831010251		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	100.0	100.0	0.001679934772187811	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0309_000000018369	1157	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.04499574316249785		0	0	False	False	0.9965428113937378	0					non-mobilizable	other	1157.0	100.0	100.0	0.0038749685745411884	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ISR0002_000000017671	1152	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.041114147366383774		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	100.0	100.0	0.0038582083298416155	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ISR0002_000000017683	1151	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.051727324533528886		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	94.464	100.0	0.0004938195332011046	LT906454.1	firmicutes	Streptococcus acidominimus strain NCTC11291 genome assembly, chromosome: 1	False	True
SPA0024_000000012365	1145	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.04496282962158155		0	0	False	False	0.9991266131401062	0					non-mobilizable	other	1145.0	100.0	100.0	0.005314528080126731	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0075_01_000000021601	1139	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.03445247453746472		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	92.476	100.0	0.00017844324109375358	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
MAD0055_000000008948	1134	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.05215209423072972		0	0	False	False	0.9788359999656677	0					non-mobilizable	other	1135.0	98.32600000000001	100.0	0.05797768907993041	MK211806.1	firmicutes	Streptococcus suis ILCSsuYS543 integron, complete sequence	False	True
ISR0001_000000020625	1133	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.056181817164129004		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	98.764	100.0	0.0037945193999832398	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
CHI0107_000000013824	1128	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.05381895405185647		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	96.45700000000001	100.0	0.005235553449565407	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
USA0075_01_000000021978	1117	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.028956175514472254		0	0	False	False	0.9973142147064209	0					non-mobilizable	chromosome	1119.0	93.208	100.0	0.0004642237791559363	CP025043.1	firmicutes	Streptococcus suis strain AH681 chromosome, complete genome	False	True
ISR0183_000000027222	1115	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.03484380384927613		0	0	False	False	0.9892376661300659	0					non-mobilizable	other	1115.0	100.0	100.0	0.0037341825190647785	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
MAD0052_000000021499	1114	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.028580320254441093		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	98.833	100.0	0.014220734418521452	MK211812.1	firmicutes	Streptococcus suis ICE element ICESsuYS31, complete sequence	False	True
FIJ0006_000000036803	1108	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.03687246545561644		0	0	False	False	0.9819494485855103	0					non-mobilizable	other	1108.0	99.819	100.0	0.014144072777451257	MK211812.1	firmicutes	Streptococcus suis ICE element ICESsuYS31, complete sequence	False	True
ISR0134_000000029322	1107	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.03255966167996332		0	0	False	False	0.9864498376846313	0					non-mobilizable	other	1110.0	97.928	100.0	0.0016031791317344024	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CHI0018_000000016094	1106	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.025540647735783233		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	99.63799999999999	100.0	0.0016002826924720096	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
AST0116_000000024236	1106	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.03286196481938025		0	0	False	False	0.9954792261123657	0					non-mobilizable	other	1106.0	99.91	100.0	0.0037040140786055477	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
SPA0060_000000012379	1104	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.034318006150042775		0	0	False	False	0.9764492511749268	0					non-mobilizable	other	1104.0	100.0	100.0	0.0015973862532096168	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
DEN0072_000000015179	1102	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.034675281061892174		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	99.90899999999999	100.0	0.0036906058828458897	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
DEN0001_000000040617	1079	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.022586463633051976		0	0	False	False	1.0	0					non-mobilizable	other	1079.0	99.62899999999999	100.0	0.00500792069088865	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
TAN0026_000000002185	1061	0.5717652845148543	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.01626345131934814		0	0	False	False	0.9877474308013916	0					non-mobilizable	other	1062.0	97.928	100.0	0.004924300493823719	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
SPA0114_000000028411	1657	0.5717627441775412	2	1	1	1	1	False	4428	maximal	True	SPA0114_000000028411	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	74.214	10.0	1.5967126838584145e-05	CP053452.2	bacteria	Frigoriglobus tundricola strain PL17 chromosome, complete genome	True	False
ENG0009_000000007356	1714	0.5717612449606062	3	2	2	2	2	False	67312	fragment	False	ENG0009_000000007356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	84.48299999999999	3.0	0.00017881661717278157	NZ_QRAN01000003.1	g-proteobacteria	Halioglobus sediminis strain U0301 U0301_scaffold3, whole genome shotgun sequence	True	False
ISR0327_000000004438	5067	0.5717525014491365	6	5	3	4	5	False	122189	maximal	True	ISR0327_000000004438	1.0		1	1	False	False	0.9960529208183289	0					non-mobilizable	no_good_hit	4488.0	97.839	89.0	0.07780784844384303	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	True	False
DEN0011_000000009283	4314	0.5717519939890697	5	3	3	3	3	False	75773	maximal	True	DEN0011_000000009283	1.0		26	7	False	False	0.999536395072937	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.338227357240908e-07	CP047566.1	eudicots	Solanum pinnatisectum cultivar CGN17745 chromosome 3	True	False
SPA0125_000000003114	10655	0.5717517448327117	16	9	3	6	5	True	115476	maximal	True	SPA0125_000000003114	1.0		45	8	False	False	0.9998123049736023	0					non-mobilizable	no_good_hit	836.0	74.52199999999999	9.0	0.0026071339517648655	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	True
MON0039_000000040951	1218	0.5717475104932443	2	2	2	2	2	False	11897	fragment	False	MON0039_000000040951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	75.094	86.0	0.0003686491681667017	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0080_000000049846	1178	0.5717426310582443	2	2	1	2	1	False	10009	fragment	False	MON0080_000000049846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000004212	12873	0.5717405058920209	13	8	4	7	3	True	123968	fragment	False	SPA0097_000000001211	0.7934716388123464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	2.489444754242014e-05	NZ_FOCW01000001.1	b-proteobacteria	Brachymonas denitrificans DSM 15123, whole genome shotgun sequence	True	True
MAD0002_000000026165	1629	0.5717354552265763	2	2	2	2	1	False	20163	maximal	True	MAD0002_000000026165	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1477.0	76.71	90.0	0.02644992172425092	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	False	False
ISR0016_000000013934	1585	0.5717354552265763	2	2	2	2	1	False	37896	fragment	False	ISR0016_000000013934	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	86.76899999999999	72.0	0.004100384361655481	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
FIJ0065_000000002928	4945	0.5717251608664706	8	6	5	2	3	True	123361	fragment	False	FIJ0065_000000002928	1.0		0	0	False	False	0.995753288269043	0					non-mobilizable	no_good_hit	1669.0	87.59700000000001	34.0	0.014635354911780842	NZ_NFLJ01000002.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_2, whole genome shotgun sequence	True	True
AST0148_000000012654	2752	0.5717251608664706	6	6	5	2	3	True	123360	fragment	False	AST0148_000000012654	1.0		0	0	False	False	0.995276153087616	0					non-mobilizable	no_good_hit	1282.0	87.91	46.0	0.011228697329534394	NZ_NFLJ01000002.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_2, whole genome shotgun sequence	True	True
CHI0159_000000004334	3231	0.5717219037162147	2	2	2	2	2	False	78818	maximal	True	CHI0159_000000004334	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	1.5727639228926275e-05	NZ_FSRC01000001.1	CFB group bacteria	Algoriphagus halophilus strain DSM 15292, whole genome shotgun sequence	True	False
DEN0071_000000008686	4262	0.5717199786974141	9	6	5	6	5	False	70495	maximal	True	DEN0071_000000008686	1.0		114	13	False	False	0.9995307326316833	0					non-mobilizable	other	4263.0	97.654	100.0	0.0780319821222501	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0073_000000003241	4198	0.571719305297624	4	4	4	3	3	False	68955	maximal	True	SPA0073_000000003241	1.0		14	2	False	False	1.0	0					non-mobilizable	chromosome	1677.0	99.344	97.0	0.0003025791259760027	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
MON0005_000000003197	10379	0.5717178956351525	11	9	4	9	4	True	14158	maximal	True	MON0005_000000003197	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	76.833	3.0	6.662030262618419e-05	CP001715.1	b-proteobacteria	Candidatus Accumulibacter phosphatis clade IIA str. UW-1 chromosome, complete genome	True	True
ISR0814_000000008938	4304	0.5717136542458416	7	6	6	5	6	True	93222	maximal	True	ISR0814_000000008938	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1881.0	75.332	50.0	0.0006597439003790252	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MAD0075_000000000320	5349	0.5717103049818851	9	9	2	8	8	True	19244	fragment	False	MAD0075_000000000320	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	other	5349.0	96.897	100.0	0.08098612877824217	LM995587.1	enterobacteria	Escherichia coli genome assembly FHI15, scaffold scaffold-25_contig-16.0_1_66036_[organism:Escherichia	False	True
FIJ0023_000000025735	1347	0.5717093708320733	2	1	1	1	1	True	49310	fragment	False	FIJ0023_000000025735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0074_000000001851	8811	0.5717057278234082	8	4	3	4	4	True	117403	fragment	False	CHI0074_000000001851	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4802.0	98.542	99.0	0.07304789726736048	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
FIJ0090_000000014870	2855	0.5716960716419518	5	5	5	2	2	False	43508	maximal	True	FIJ0090_000000014870	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	621.0	95.652	25.0	0.00021575973219302514	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0024_000000006120	2189	0.5716898112299367	3	1	1	1	0	True	19198	maximal	True	MAD0024_000000006120	1.0		1	1	False	False	0.9986295104026794	0					non-mobilizable	no_good_hit	663.0	97.436	30.0	0.000241161802447683	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	True
FIJ0072_000000014139	1785	0.5716860740899279	3	3	2	3	1	True	44760	fragment	False	FIJ0072_000000014139	1.0		0	0	False	False	0.9871148467063904	0					non-mobilizable	no_good_hit	82.0	85.366	4.0	3.7843305126145985e-05	NZ_CP021886.1	e-proteobacteria	Helicobacter apodemus strain SCJK1 chromosome, complete genome	True	True
SPA0139_000000003405	6561	0.5716849074166112	9	8	7	7	7	False	30353	fragment	False	SPA0139_000000003405	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6561.0	100.0	100.0	0.0012826488889445052	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
ISR0344_000000023636	1476	0.5716847775357345	2	2	2	2	2	False	24599	maximal	True	ISR0344_000000023636	1.0		28	7	False	False	1.0	0					non-mobilizable	other	1466.0	93.99700000000001	99.0	0.0005313073683942932	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
USA0057_01_000000012485	2549	0.5716832625362477	2	2	2	2	2	False	976	fragment	False	USA0057_01_000000012485	1.0		0	0	False	False	0.9988230466842651	0					non-mobilizable	no_good_hit	260.0	78.846	13.0	8.824346859366314e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0058_000000019260	1599	0.5716814476122656	2	2	2	2	2	False	34074	fragment	False	SPA0058_000000019260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	95.32700000000001	80.0	0.005770184375422621	NZ_SMMX01000006.1	firmicutes	Extibacter muris strain DSM 28560 NODE_6_length_221830_cov_109.999026, whole genome shotgun sequence	True	False
MON0065_000000020806	1275	0.5716797593644383	2	1	1	1	1	True	10661	fragment	False	MON0065_000000020806	1.0		0	0	False	False	0.9513725638389587	0					non-mobilizable	chromosome	1275.0	99.84299999999999	100.0	0.00028498829736045805	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ENG0160_000000011646	1748	0.5716777882660299	2	2	2	1	1	False	56462	fragment	False	ENG0160_000000011646	1.0		0	0	False	False	0.9982837438583374	0					non-mobilizable	chromosome	1748.0	100.0	100.0	0.00034187920450756085	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ENG0013_000000017301	1582	0.5716765004797713	2	2	2	2	2	False	105408	maximal	False	ENG0092_000000013706	0.9588059701492537		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	99.368	100.0	0.0032713954643270983	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0146_000000026088	1617	0.5716742427382476	1	1	1	0	1	False	30991	maximal	True	ISR0146_000000026088	1.0		50	10	False	False	0.9938157200813293	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	4.2537383270330745e-05	NZ_PYAW01000003.1	CFB group bacteria	Chitinophaga niastensis strain DSM 24859 Ga0180968_103, whole genome shotgun sequence	True	False
DEN0029_000000000891	10203	0.5716700168251561	11	11	10	11	9	False	95744	maximal	True	DEN0029_000000000891	1.0		32	10	False	False	1.0	0					non-mobilizable	chromosome	9865.0	99.777	97.0	0.0027460068900720326	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0007_000000005878	4024	0.5716697250684051	5	2	2	2	2	False	8213	maximal	True	SPA0007_000000005878	1.0		7	4	False	False	0.9997515082359314	0					non-mobilizable	no_good_hit	1661.0	99.51799999999999	44.0	0.00040699531783759956	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0050_000000010025	3181	0.5716662959130652	4	4	4	4	4	False	46939	fragment	False	MON0040_000000008266	0.9611770574690687		0	0	False	False	0.99151211977005	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	1.7987251380521544e-05	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
DEN0022_000000020513	1985	0.5716627683648474	3	2	2	1	1	False	74571	maximal	True	DEN0022_000000020513	1.0		41	10	False	False	1.0	0					non-mobilizable	other	1854.0	97.896	93.0	0.0005579028153167054	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0001_000000021368	1204	0.5716619070193213	2	2	2	2	1	False	119056	fragment	False	AST0026_000000019813	0.9396580218662599		0	0	False	False	0.9559800624847412	0					non-mobilizable	no_good_hit								True	False
AST0104_000000008697	3722	0.5716564322988649	5	5	5	5	4	True	111728	fragment	False	AST0104_000000008697	0.9928275862068965		0	0	False	False	0.9991939663887024	0					non-mobilizable	no_good_hit	979.0	84.37200000000001	59.0	0.009254015032974629	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
CHI0062_000000009659	1435	0.5716551304696147	2	1	1	1	1	False	85560	fragment	False	CHI0062_000000009659	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	100.0	100.0	0.007091006191031904	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	False
FIJ0085_000000028079	1113	0.5716551304696147	1	1	1	1	1	False	43874	fragment	False	FIJ0085_000000028079	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	86.009	100.0	0.023044244119780333	NZ_VZBY01000057.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_26_length_48255_cov_33.2553_ID_51, whole genome shotgun sequence	False	False
ENG0107_000000021825	1396	0.5716544231500207	3	3	2	2	1	False	114328	fragment	False	ENG0186_000000009862	0.9507275132275133		0	0	False	False	0.9641833901405334	0					non-mobilizable	other	1396.0	98.926	100.0	0.0016399686818883974	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0064_000000019929	1198	0.5716542451350388	3	2	1	2	1	True	35220	fragment	False	ISR0064_000000019929	1.0		0	0	False	False	1.0	0					non-mobilizable	other	931.0	94.415	100.0	0.00029793359933324515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0083_000000006692	3313	0.5716499360063143	3	3	3	2	3	False	70893	maximal	True	ENG0083_000000006692	1.0		230	13	False	False	0.9948686957359314	0					non-mobilizable	no_good_hit	1271.0	73.721	38.0	0.004554008143552779	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0845_000000007527	1393	0.5716497404569031	3	3	2	3	1	False	20683	maximal	True	ISR0845_000000007527	1.0		8	4	False	False	0.9992821216583252	0					non-mobilizable	no_good_hit	899.0	71.301	63.0	0.00026781930879382865	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0204_000000008499	1464	0.5716490450967499	2	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.16955439415855958		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	93.588	100.0	0.000455136824146704	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0072_000000006118	2972	0.5716477811895222	4	4	3	2	3	True	70290	maximal	True	DEN0072_000000006118	1.0		21	7	False	False	0.993943452835083	0					non-mobilizable	other	2972.0	99.697	100.0	0.0007843812298706945	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
ISR0779_000000022145	1561	0.5716456573003418	3	3	3	2	2	False	107862	fragment	False	ENG0050_000000012509	0.5458984882116262		0	0	False	False	0.9948750734329224	0					non-mobilizable	other	1561.0	98.334	100.0	0.014300643528958804	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0194_000000002613	9274	0.5716380591489649	7	7	5	6	4	True	64658	maximal	True	ENG0194_000000002613	1.0		1	1	False	False	0.998059093952179	0					non-mobilizable	no_good_hit	672.0	71.726	7.0	0.0016651884644637664	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	True
SPA0109_000000013825	2276	0.5716379007939156	3	2	2	2	2	False	78571	maximal	False	ENG0179_000000011698	0.5451303701241015		0	0	False	False	0.9995606541633606	0					non-mobilizable	no_good_hit	57.0	87.719	2.0	8.648656808560723e-06	NC_013739.1	actinobacteria	Conexibacter woesei DSM 14684, complete sequence	True	False
MON0080_000000034241	1624	0.5716379007939156	3	2	2	2	2	False	75195	fragment	False	MON0013_000000033523	0.740071981276888		0	0	False	False	0.9575123190879822	0					non-mobilizable	no_good_hit	87.0	85.057	5.0	2.42518380150448e-05	CP003774.1	b-proteobacteria	Burkholderia cepacia GG4 chromosome 1, complete sequence	True	False
ETH0002_000000003227	8637	0.5716369175156631	10	8	5	6	5	False	53389	maximal	True	ETH0002_000000003227	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	90.45700000000001	7.0	0.0001164176402354296	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0074_000000007028	3122	0.5716341353153839	3	3	2	2	2	False	76681	maximal	False	ENG0041_000000007667	0.9756174624199915		0	0	False	True	1.0	0					non-mobilizable	other	2750.0	99.818	100.0	0.06681574022312423	GU942950.1		Uncultured organism clone 7 genomic sequence	False	True
ENG0200_000000009646	2105	0.5716338625369564	3	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.9020438272358453		0	0	False	False	1.0	0					non-mobilizable	chromosome	2105.0	96.81700000000001	100.0	0.0007424431531673634	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0214_000000003336	7440	0.5716318039382667	7	7	5	6	7	False	98393	fragment	False	ISR0214_000000003336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	79.65	19.0	0.008705140787973738	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0052_000000016519	1700	0.5716285105107851	3	2	2	2	2	False	11220	maximal	True	MON0052_000000016519	1.0		1	1	False	False	0.9988235235214233	0					non-mobilizable	no_good_hit	478.0	77.615	30.0	0.0028021558714108556	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	False
ISR0129_000000003439	3346	0.5716256001251067	4	2	1	2	1	False	31810	fragment	False	ISR0129_000000003439	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1063.0	97.93	78.0	0.023745048452431573	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
USA0027_01_000000022805	1188	0.5716240917237151	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.1383540342527124		0	0	False	False	1.0	0					non-mobilizable	chromosome	1192.0	92.11399999999999	100.0	0.0004199179430937084	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0074_000000007792	3096	0.571622061110984	4	2	2	2	1	False	94207	fragment	False	SPA0074_000000007792	1.0		0	0	False	False	0.9993540048599243	0					non-mobilizable	other	3096.0	99.48299999999999	100.0	0.004038066112079493	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
CHI0185_000000001667	10200	0.5716195386121546	11	9	7	7	8	False	77237	maximal	True	CHI0185_000000001667	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	5949.0	82.585	72.0	0.03089786292831633	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	False
SPA0010_000000007047	3033	0.5716164689700627	3	3	3	3	3	False	88008	maximal	False	CHI0037_000000003363	0.4772452373752646		0	0	False	False	0.9996702671051025	0					non-mobilizable	other	3033.0	99.07700000000001	100.0	0.02334804136730812	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	False
FIJ0091_000000005456	4715	0.5716136524601882	5	5	5	5	4	False	117036	maximal	True	FIJ0091_000000005456	1.0		356	13	False	False	0.9955461025238037	0					non-mobilizable	other	4696.0	98.999	99.0	0.03985501095057809	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
TAN0024_000000001132	5518	0.5716123314079745	7	2	1	1	1	False	2606	maximal	True	TAN0024_000000001132	1.0		1	1	False	False	0.9990938901901245	0					non-mobilizable	no_good_hit	792.0	88.76299999999999	14.0	0.014529851570844536	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
AST0093_000000007568	2394	0.5716097204575906	3	3	2	3	2	False	110916	maximal	False	SPA0119_000000013086	0.9656287909421755		0	0	False	False	0.9995822906494141	0					non-mobilizable	other	2395.0	97.07700000000001	100.0	0.09491255961844197	NZ_JAAIPV010000053.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_53_length_25160_cov_79.8066, whole genome shotgun sequence	False	False
USA0089_01_000000003844	2012	0.5716093960173421	3	2	2	2	2	True	94432	fragment	False	USA0089_01_000000003844	1.0		0	0	False	False	0.9920477271080017	0					non-mobilizable	no_good_hit	225.0	77.333	11.0	6.403671748950453e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	True
SPA0054_000000018350	1608	0.5716092996945848	3	3	3	3	2	False	6424	maximal	True	SPA0054_000000018350	1.0		6	2	False	False	0.9944030046463013	0					non-mobilizable	no_good_hit	640.0	80.312	39.0	0.00022345593190508046	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0026_000000008044	3546	0.5716081175683324	4	4	4	4	2	False	99231	fragment	False	CHI0111_000000008113	0.7384360391273904		0	0	False	False	0.9974619150161743	0					non-mobilizable	no_good_hit	1747.0	75.329	49.0	0.00042956878520356343	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CAN0001_000000039090	1101	0.5716060409386535	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.0437723534814231		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	97.18700000000001	100.0	0.00035455015160242167	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0078_000000003882	6306	0.5716038583896554	6	3	3	3	2	False	82546	maximal	True	DEN0078_000000003882	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000027172	1216	0.5716037030204381	2	1	1	1	1	False	29307	maximal	True	ISR0186_000000027172	1.0		1	1	False	False	0.9728618264198303	0					non-mobilizable	no_good_hit	188.0	100.0	15.0	7.929437336455355e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ENG0152_000000010459	2278	0.5716033192245968	5	4	4	3	2	False	57047	maximal	True	ENG0152_000000010459	1.0		60	8	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	95.522	83.0	0.0005012977950391503	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0308_000000004764	3272	0.5716023592538041	5	2	2	2	2	True	120867	fragment	False	SPA0113_000000009623	0.9778833750948369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2465.0	98.945	75.0	0.06686393745249213	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
SPA0126_000000036720	1244	0.5715972623471582	2	2	2	2	1	False	104598	fragment	False	SPA0126_000000036720	0.9341328929333784		0	0	False	False	0.9991961121559143	0					non-mobilizable	no_good_hit	328.0	73.476	26.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
MAD0090_000000007384	1759	0.5715959362365031	3	2	2	2	2	False	106193	fragment	False	MON0068_000000022048	0.7123083377427486		0	0	False	False	0.998294472694397	0					non-mobilizable	other	1759.0	99.147	100.0	0.014465802119676125	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0856_000000004057	1576	0.5715929559649503	2	2	2	1	1	False	96062	fragment	False	ITA0002_000000005866	0.9571596244131455		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	99.04799999999999	100.0	0.00047085891542207945	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0081_000000012868	2039	0.5715926116599266	3	3	3	3	2	False	122052	maximal	True	ENG0081_000000012868	1.0		4	2	False	False	0.995586097240448	0					non-mobilizable	no_good_hit	1341.0	93.363	65.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ETH0003_000000031492	1347	0.571590793410402	2	2	2	1	1	True	53040	maximal	True	ETH0003_000000031492	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0016_000000003027	5638	0.5715868718922519	8	2	2	2	1	False	52403	maximal	True	FIJ0016_000000003027	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.9666180755952404e-05	NZ_VOHL01000001.1	firmicutes	Streptococcus pharyngis strain CCUG 66496 Scaffold1, whole genome shotgun sequence	True	False
ISR0260_000000007664	1869	0.5715866056356308	3	3	3	2	2	False	110604	maximal	False	FIJ0051_000000010587	0.6211665263953958		0	0	False	False	0.9887640476226807	0					non-mobilizable	chromosome	1869.0	95.613	100.0	0.0006511133759879984	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0108_000000019311	1252	0.5715805463314795	2	2	2	2	2	False	42199	maximal	True	FIJ0108_000000019311	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1003.0	97.60700000000001	80.0	0.00021267613436292353	NZ_CP027986.1	enterobacteria	Enterobacter sichuanensis strain SGAir0282 chromosome, complete genome	True	False
CHI0130_000000004982	3250	0.5715777519276454	5	5	2	5	3	True	124276	fragment	False	CHI0130_000000004982	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2195.0	88.74700000000001	86.0	0.0007039432100906263	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0105_000000010581	2081	0.5715746079487718	3	3	3	3	2	False	60161	maximal	True	ENG0105_000000010581	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	3.0	8.005156424897141e-05	NZ_QMHO01000001.1	CFB group bacteria	Pedobacter nanyangensis strain Q-4 contig001, whole genome shotgun sequence	True	False
FIJ0046_000000027986	1242	0.5715729500584161	2	2	2	2	2	False	46935	maximal	True	FIJ0046_000000027986	1.0		4	3	False	False	0.9871175289154053	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000005810	5462	0.5715718405524578	8	5	2	5	4	False	100900	maximal	False	ISR0812_000000006807	0.9814129716256623		0	0	False	False	0.9994507431983948	0					non-mobilizable	no_good_hit	2150.0	84.09299999999999	72.0	0.0005607626160368075	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ENG0080_000000004285	5442	0.5715718405524578	8	5	2	5	4	False	100900	maximal	False	ISR0812_000000006807	0.9789226079505132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2150.0	84.14	72.0	0.0005607626160368075	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
CHI0131_000000005003	3155	0.5715694640325535	5	4	2	2	1	False	81039	fragment	False	CHI0131_000000005003	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3155.0	96.26	100.0	0.014013435470174768	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0109_000000015752	1561	0.57156864979564	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.8509122526572296		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	96.47399999999999	90.0	0.0247293586806345	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0164_000000015213	1481	0.57156864979564	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.8476867444111627		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	96.542	95.0	0.02471186974238794	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0154_000000015664	2064	0.5715669930237515	2	2	2	2	2	False	79166	fragment	False	ISR0115_000000015749	0.9495684678900614		0	0	False	False	0.9975775480270386	0					non-mobilizable	no_good_hit								True	False
ISR0213_000000011829	2187	0.5715658829376312	3	3	3	3	2	False	28280	maximal	True	ISR0213_000000011829	1.0		1	1	False	False	0.9967992901802063	0					non-mobilizable	no_good_hit	232.0	84.48299999999999	23.0	8.109662380651333e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MAD0013_000000014374	1714	0.5715652840950961	2	2	2	2	1	False	19561	fragment	False	MAD0013_000000014374	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1714.0	98.425	100.0	0.013506694210966206	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	False	False
MAD0009_000000006162	1705	0.5715615198104498	3	3	2	3	2	False	19764	fragment	False	MAD0009_000000006162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0071_000000001876	5798	0.5715567869627186	3	3	2	2	3	False	90477	maximal	True	CHI0071_000000001876	1.0		13	4	False	False	1.0	0				MOBP	mobilizable	plasmid	5452.0	98.64299999999999	100.0	0.7955341506129597	KC020049.1	enterobacteria	Shigella flexneri strain HN006 plasmid pSFyv, complete sequence	False	True
SPA0034_000000018465	1925	0.5715539303587049	2	2	2	2	2	False	28909	fragment	False	SPA0034_000000018465	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1943.0	84.045	100.0	0.0006435680056493962	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0156_000000009738	1490	0.5715534484161069	2	1	1	1	1	False	78998	maximal	True	CHI0156_000000009738	1.0		3	2	False	False	0.9993288516998291	0					non-mobilizable	other	1356.0	93.584	99.0	0.0004635470690141192	CP015403.2	b-proteobacteria	Burkholderiales bacterium YL45, complete genome	False	False
MON0064_000000009348	2760	0.5715533737306271	5	5	2	3	4	False	101749	fragment	False	MON0075_000000006432	0.805413656731922		0	0	False	False	1.0	0					non-mobilizable	plasmid	1330.0	90.52600000000001	92.0	0.19608714984437528	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
CHI0044_000000004459	3088	0.5715524416510684	5	4	3	4	2	False	87265	maximal	True	CHI0044_000000004459	1.0		284	12	False	False	0.9977331757545471	0					non-mobilizable	other	3089.0	98.28399999999999	100.0	0.0007568641844365481	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0112_000000005758	2923	0.5715486238427884	3	2	2	2	1	True	82438	maximal	True	CHI0112_000000005758	1.0		6	4	False	False	0.9989736676216125	0					non-mobilizable	other	2923.0	99.96600000000001	100.0	0.0011743919848751817	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	False	True
ENG0197_000000004946	2028	0.5715443722128464	3	3	3	3	3	False	88526	maximal	True	ENG0197_000000004946	0.9819710809570944		1152	15	False	False	0.9980276226997375	0					non-mobilizable	chromosome	2025.0	98.22200000000001	99.0	0.0006812665499133775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0174_000000001086	13506	0.5715409490017352	14	11	7	11	7	True	69338	maximal	True	ENG0174_000000001086	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2521.0	77.112	25.0	0.0008456169759391563	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
USA0031_01_000000015134	1837	0.5715384888309096	3	3	3	2	1	True	103376	fragment	False	CHI0131_000000008661	0.960863020572002		0	0	False	False	1.0	0					non-mobilizable	other	1837.0	99.728	100.0	0.002478451912498228	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
FIJ0072_000000005489	4588	0.5715379520809688	6	6	4	6	5	True	47398	maximal	True	FIJ0072_000000005489	1.0		22	5	False	False	0.999346137046814	0					non-mobilizable	no_good_hit	256.0	72.656	6.0	7.135592618017907e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
SPA0111_000000012104	2850	0.5715346341910604	3	3	2	3	2	False	113077	fragment	False	ISR0319_000000005898	0.5345601758585828		0	0	False	False	0.9989473819732666	0					non-mobilizable	other	1629.0	95.948	96.0	0.010872904561544113	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0298_000000005378	2699	0.5715335882402494	3	3	2	2	2	False	25642	maximal	True	ISR0298_000000005378	1.0		17	5	False	False	0.9977769255638123	0		MOBT			mobilizable	other	2710.0	85.12899999999999	100.0	0.09160979253675597	DQ321786.1	firmicutes	Enterococcus faecium strain D344R transposon Tn5386, complete sequence	False	True
MAD0037_000000008932	1506	0.5715324105512111	2	2	2	1	1	False	18617	maximal	True	MAD0037_000000008932	1.0		19	5	False	False	0.996679961681366	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.010823347506764593	XM_031970244.1	bees	PREDICTED: Nomia melanderi tubulin gamma-2 chain (LOC116424168), transcript variant X6, mRNA	True	False
CAN0008_000000019418	1475	0.5715315995528525	2	2	2	2	0	True	94931	maximal	True	CAN0008_000000019418	1.0		2	1	False	False	0.9911864399909973	0					non-mobilizable	no_good_hit	593.0	86.84700000000001	62.0	0.00016452656853533772	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0022_000000001829	12914	0.5715292380754112	21	7	6	6	4	False	66335	maximal	True	ENG0022_000000001829	1.0		2	1	False	False	0.9999225735664368	0					non-mobilizable	no_good_hit	45.0	95.556	0.0	7.285467809822797e-06	CP035727.1	firmicutes	Bacillus thuringiensis serovar andalousiensis strain B23193 chromosome	True	False
MON0042_000000014195	1861	0.5715270765295147	3	3	1	2	1	False	101167	fragment	False	MON0042_000000014195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	98.148	12.0	2.854300751001206e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0106_000000007277	2900	0.5715263742567607	3	3	3	3	2	False	78024	maximal	True	ENG0106_000000007277	1.0		133	13	False	False	0.9865517020225525	0					non-mobilizable	chromosome	2622.0	82.38	90.0	0.0008727886185402113	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0003_000000007110	3251	0.5715247275170853	4	3	3	3	3	False	67900	maximal	True	ENG0003_000000007110	1.0		11	4	False	False	0.9858505129814148	0					non-mobilizable	no_good_hit	1607.0	76.291	49.0	0.00033160563658449124	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	False
MON0069_000000006938	5835	0.5715226567623343	3	3	2	2	2	False	103549	fragment	False	MON0069_000000006938	0.9992477876106195		0	0	False	False	0.9988003373146057	0					non-mobilizable	no_good_hit	633.0	86.88799999999999	11.0	0.00037347676732220114	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AST0153_000000005122	5650	0.5715226567623343	3	3	2	2	2	False	103549	fragment	False	MON0069_000000006938	0.9827557404881154		0	0	False	False	0.9992920160293579	0					non-mobilizable	no_good_hit	633.0	86.88799999999999	11.0	0.00037347676732220114	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
USA0113_01_000000005065	3745	0.5715166333169408	5	3	1	2	2	False	282	maximal	True	USA0113_01_000000005065	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	85.336	24.0	0.00019777706455517772	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
MON0078_000000038192	1247	0.5715156307542255	2	2	2	2	1	False	51948	fragment	False	MON0078_000000038192	1.0		0	0	False	False	0.9943865537643433	0					non-mobilizable	other	1247.0	98.557	100.0	0.005527435332111915	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	False	False
FIJ0004_000000023328	1119	0.5715156307542255	2	2	2	2	1	False	51947	fragment	False	FIJ0004_000000023328	1.0		0	0	False	False	0.9946380853652954	0					non-mobilizable	other	1119.0	99.196	100.0	0.004959608909551462	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	False	False
MAD0088_000000013672	1844	0.5715131062278396	3	2	2	2	2	False	52178	maximal	True	MAD0088_000000013672	1.0		32	5	False	False	0.9924077987670898	0					non-mobilizable	other	1652.0	97.337	100.0	0.0007964572651805916	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
SPA0111_000000012037	2867	0.571512035634813	4	3	3	2	2	False	4578	maximal	True	SPA0111_000000012037	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	82.34100000000001	34.0	0.0002610784696490291	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0069_000000011256	2005	0.571511959905233	1	1	1	1	1	True	50105	fragment	False	FIJ0069_000000011256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0017_000000021130	1402	0.571511959905233	1	1	1	1	1	True	50104	fragment	False	FIJ0017_000000021130	1.0		0	0	False	False	0.992154061794281	0					non-mobilizable	no_good_hit								True	True
AST0007_000000014121	1263	0.571511959905233	1	1	1	1	1	True	126653	fragment	False	AST0007_000000014121	1.0		0	0	False	False	0.9841647148132324	0					non-mobilizable	no_good_hit								True	True
ENG0112_000000024905	1107	0.571511959905233	1	1	1	1	1	True	59637	fragment	False	ENG0112_000000024905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0111_000000011691	1727	0.5715111229954073	2	1	1	1	1	False	59739	maximal	True	ENG0111_000000011691	1.0		31	6	False	False	0.9669947624206543	0					non-mobilizable	no_good_hit	512.0	98.43799999999999	32.0	0.00011561473099099246	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0198_000000006485	2917	0.5715103604895309	6	2	2	1	2	False	122703	fragment	False	AST0019_000000009491	0.9721823231755176		0	0	False	False	0.9952005743980408	0					non-mobilizable	other	2917.0	98.18299999999999	100.0	0.019681716596784755	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0065_000000010204	2753	0.5715103604895309	4	2	2	1	2	False	122703	fragment	False	AST0019_000000009491	0.9366678906022052		0	0	False	False	0.9891027808189392	0					non-mobilizable	other	2734.0	97.476	99.0	0.018378604657443606	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0012_000000004793	5037	0.5715082721284795	4	4	4	4	4	False	67096	maximal	True	ENG0012_000000004793	1.0		1	1	False	False	0.9976176023483276	0					non-mobilizable	chromosome	4805.0	83.14299999999999	95.0	0.0012400313693295782	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	False	False
DEN0018_000000031433	1294	0.5715080075210146	2	2	2	1	1	False	74965	fragment	False	DEN0018_000000031433	0.9852459016393442		0	0	False	False	0.9992272257804871	0					non-mobilizable	no_good_hit	110.0	80.90899999999999	8.0	0.00033256770239231177	NZ_QERF01000005.1	CFB group bacteria	Winogradskyella tangerina strain M1309 contig5, whole genome shotgun sequence	True	False
ISR0388_000000003864	7016	0.5714999513291552	6	6	6	6	6	False	128757	fragment	False	SPA0089_000000004103	0.7102602282502636		0	0	False	False	0.9992873668670654	0					non-mobilizable	chromosome	6401.0	97.11	93.0	0.0018184300574285983	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
TAN0012_000000002845	2704	0.5714980031063972	2	1	1	1	1	False	107817	maximal	True	TAN0012_000000002845	1.0	PS663	6	1	False	True	1.0	0					non-mobilizable	no_good_hit	1818.0	83.773	67.0	0.05487989350759363	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
ENG0004_000000011503	2286	0.5714980031063972	1	1	1	1	1	False	107824	maximal	True	ENG0004_000000011503	1.0	PS663	33	10	False	True	0.9973753094673157	0					non-mobilizable	no_good_hit	1809.0	83.803	79.0	0.05457735826223755	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
ETH0005_000000022218	2122	0.5714980031063972	1	1	1	1	1	False	107814	backbone	True	ETH0005_000000022218	0.9467771792289335	PS663	62	9	False	True	1.0	0					non-mobilizable	no_good_hit	1807.0	83.785	87.0	0.05448659768863073	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
DEN0070_000000016108	2103	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.9447688906321378	PS663	0	0	False	True	0.991916298866272	0					non-mobilizable	no_good_hit	1805.0	83.601	88.0	0.05448659768863073	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
ISR0163_000000002146	2070	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.9211478798145657	PS663	0	0	False	True	0.9995169043540955	0					non-mobilizable	no_good_hit	1815.0	84.022	89.0	0.0547588794094512	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
MAD0092_000000009269	1987	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.9046829306978265	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1803.0	83.694	94.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0001_000000010164	1957	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.9025248171341493	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1804.0	83.426	95.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0124_000000014389	1947	0.5714980031063972	2	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8948996317145345	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1807.0	84.007	93.0	0.05457735826223755	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
DEN0085_000000015097	1936	0.5714980031063972	2	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.9111606414788502	PS663	0	0	False	True	0.9979338645935059	0					non-mobilizable	other	1805.0	83.435	93.0	0.05448659768863073	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0096_000000018915	1933	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8926113022072784	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1784.0	83.016	95.0	0.05379076662431173	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ISR0830_000000015111	1924	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.9448310856954065	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1806.0	83.77600000000001	96.0	0.05448659768863073	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0079_000000014856	1881	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.9008140577221829	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1804.0	83.70299999999999	99.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ENG0028_000000009417	1876	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.9013300860964828	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1805.0	83.65700000000001	98.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
MAD0064_000000011381	1876	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.90128707095262	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1804.0	83.814	99.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
DEN0007_000000013856	1863	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.896390758484947	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1804.0	83.925	99.0	0.054426090639559506	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0014_000000013242	1862	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.920754029046002	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1804.0	84.09100000000001	99.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
MAD0100_000000019386	1860	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.9203953917858722	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1803.0	83.86	99.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
MAD0107_000000021246	1860	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.9203953917858722	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1803.0	83.86	99.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ISR0361_000000007396	1859	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8977940442624099	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1805.0	84.1	97.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
SPA0114_000000025251	1857	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8966801228680547	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1806.0	83.721	99.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
DEN0086_000000001564	1857	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8993618038681066	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1805.0	83.712	99.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0152_000000013828	1857	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8993162921606367	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1804.0	83.869	99.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0041_000000020067	1856	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8932302596757794	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1802.0	83.962	97.0	0.054426090639559506	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
MAD0033_000000010923	1855	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8949308239673027	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1803.0	83.916	97.0	0.054426090639559506	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ENG0041_000000013351	1848	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8976511559830644	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1805.0	83.87799999999999	97.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ISR0206_000000014117	1842	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8898749821004932	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1775.0	83.43700000000001	99.0	0.05360924547709808	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0100_000000010016	1841	0.5714980031063972	2	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.7357052564432192	PS663	0	0	False	True	0.9913090467453003	0					non-mobilizable	other	1737.0	83.708	94.0	0.05242935802020936	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ENG0174_000000010595	1831	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8871509382683467	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1776.0	83.671	99.0	0.05360924547709808	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0039_000000012797	1797	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8815880622084303	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1801.0	83.62	100.0	0.0543958371150239	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0095_000000015202	1796	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.8820786964030328	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1801.0	83.73100000000001	99.0	0.05433533006595268	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
DEN0021_000000020264	1788	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.859557093196051	PS663	0	0	True	True	1.0	1					non-mobilizable	other	1794.0	83.72399999999999	100.0	0.054123555394203424	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
AST0104_000000019922	1731	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.7345945453563558	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1734.0	83.96799999999999	100.0	0.05236885097113814	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
FIJ0058_000000024026	1711	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.7050644818107491	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1717.0	83.40100000000001	100.0	0.05176378048042597	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
MAD0036_000000018230	1685	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.6321408027801824	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1690.0	83.491	100.0	0.05097718884250015	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ISR0134_000000018999	1684	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.6344069464935044	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1688.0	83.531	100.0	0.05094693531796454	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
ISR0027_000000015563	1655	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.32514483639524583	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1659.0	83.42399999999999	100.0	0.0500695831064319	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
DEN0094_000000023199	1653	0.5714980031063972	1	1	1	1	1	False	107814	backbone	False	ETH0005_000000022218	0.32539791388096606	PS663	0	0	False	True	1.0	0					non-mobilizable	other	1656.0	83.152	100.0	0.050009076057360685	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	True
USA0087_01_000000003293	4173	0.5714938395166232	5	4	4	4	4	False	427	maximal	True	USA0087_01_000000003293	1.0		23	9	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	72.89699999999999	10.0	0.0002032914028832858	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
ISR0025_000000013144	2974	0.5714789697390755	4	4	4	2	1	False	37370	maximal	True	ISR0025_000000013144	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	94.792	63.0	0.00023479151848465778	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0115_000000009643	2490	0.5714763753269112	3	3	3	1	1	False	41739	fragment	False	ISR0079_000000010256	0.9641516516516516		0	0	False	False	0.9979919791221619	0					non-mobilizable	no_good_hit	403.0	86.104	16.0	0.00044199608549562566	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0379_000000010403	2337	0.5714763753269112	4	3	3	1	1	False	28465	fragment	False	ISR0379_000000010403	1.0		0	0	False	False	0.988018810749054	0					non-mobilizable	no_good_hit	184.0	95.109	11.0	6.275606101809535e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
MON0041_000000024734	2489	0.5714728226844961	3	3	3	3	3	False	92362	maximal	False	MON0044_000000019937	0.9788431677018634		0	0	False	False	0.9995982050895691	0					non-mobilizable	no_good_hit	763.0	72.73899999999999	38.0	0.002343511081781455	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0031_000000015105	2112	0.5714694357118336	2	2	2	2	1	False	109644	fragment	False	ISR0167_000000012672	0.9219592682907548		0	0	False	False	1.0	0					non-mobilizable	other	2112.0	99.574	100.0	0.00861949287493365	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0234_000000008618	1591	0.571469252893433	2	2	1	1	2	False	58699	fragment	False	ISR0234_000000008618	0.9594680177327422		0	0	False	False	1.0	0					non-mobilizable	chromosome	1591.0	98.429	100.0	0.0003531614614221079	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0153_000000011353	2456	0.5714678142311682	3	3	2	2	1	False	80500	maximal	True	ISR0153_000000011353	1.0		71	9	False	False	0.9938924908638	0					non-mobilizable	no_good_hit	1527.0	86.837	62.0	0.0004371028901439807	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
AST0150_000000012717	2197	0.5714627403050444	3	3	2	3	2	False	104123	maximal	True	AST0150_000000012717	1.0		3	3	False	False	0.9995448589324951	0					non-mobilizable	chromosome	2197.0	99.363	100.0	0.00044616018816744985	CP050073.1	enterobacteria	Enterobacter kobei strain 070 chromosome, complete genome	False	False
FIJ0125_000000015941	1167	0.5714569804970948	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.1292403037626304		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	96.65799999999999	100.0	0.04088072365191782	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0126_000000040874	1128	0.5714545990169614	2	2	2	2	1	False	3934	fragment	False	SPA0126_000000040874	1.0		0	0	False	False	0.991134762763977	0					non-mobilizable	other	1140.0	79.561	99.0	0.0003236585864282591	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AUS0016_000000004021	5859	0.5714473970133506	9	3	3	3	1	False	100630	maximal	True	AUS0016_000000004021	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	627.0	73.365	10.0	0.00011103690236873201	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	False
ENG0038_000000002429	8177	0.5714435839609798	7	7	7	4	2	False	99667	maximal	True	ENG0038_000000002429	1.0		0	0	False	False	0.996208906173706	0					non-mobilizable	no_good_hit	1332.0	76.877	16.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
CHI0125_000000003704	4269	0.5714414162706689	4	4	3	4	4	True	122084	fragment	False	CHI0125_000000003704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2436.0	84.072	57.0	0.0008585381139050357	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
USA0083_01_000000023297	1124	0.5714385285924347	2	2	2	2	2	False	487	maximal	True	USA0083_01_000000023297	1.0		36	9	False	False	0.982206404209137	0					non-mobilizable	other	1134.0	78.395	99.0	0.00031213378431666584	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0099_000000002854	1648	0.5714336846118766	4	3	1	1	3	False	4982	maximal	True	SPA0099_000000002854	1.0		1	1	False	False	0.9993932247161865	0					non-mobilizable	plasmid	1649.0	99.939	100.0	0.034339056509418237	CP035013.1	firmicutes	Lactiplantibacillus plantarum strain 12_3 plasmid pldA, complete sequence	False	True
ENG0151_000000006640	3553	0.5714312275878306	4	4	4	3	3	False	118983	fragment	False	ENG0151_000000006640	1.0		0	0	False	False	0.9935265779495239	0					non-mobilizable	other	3534.0	99.83	99.0	0.0014373450978924364	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	False
ISR0095_000000003018	7092	0.5714261161825984	12	6	2	4	2	False	66222	fragment	False	ISR0095_000000003018	1.0		0	0	False	False	0.9998589754104614	0					non-mobilizable	no_good_hit	666.0	71.922	9.0	0.002696760955591382	NZ_FMKA01000004.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
FIJ0099_000000007504	3015	0.5714217792807823	3	2	2	2	2	True	92256	maximal	True	FIJ0099_000000007504	1.0		19	5	False	False	0.999668300151825	0					non-mobilizable	chromosome	2142.0	98.833	95.0	0.0003019127634432339	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0145_000000013165	2260	0.5714217792807823	2	2	2	2	2	True	92254	fragment	False	ISR0095_000000012341	0.47071389860971347		0	0	False	False	1.0	0					non-mobilizable	chromosome	2205.0	95.102	100.0	0.00031009927128788445	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
ISR0132_000000012603	2224	0.5714217792807823	3	2	2	2	2	True	92254	fragment	False	ISR0095_000000012341	0.4718626255534822		0	0	False	False	1.0	0					non-mobilizable	chromosome	2224.0	99.775	100.0	0.00031376908514927954	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
MON0056_000000010608	1838	0.5714147645129619	2	2	2	2	2	False	13677	fragment	False	MON0011_000000022972	0.657880580957504		0	0	False	False	0.9695320725440979	0					non-mobilizable	chromosome	1840.0	94.837	100.0	0.0007414453424081725	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MAD0107_000000007978	4803	0.5714114998040779	6	5	4	5	3	False	14705	maximal	True	MAD0107_000000007978	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	92.116	42.0	0.0002692286290642141	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0005_000000013577	2056	0.5714047941817907	6	5	2	3	5	False	128427	maximal	False	DEN0081_000000003447	0.6161319852307814		0	0	False	False	1.0	0					non-mobilizable	chromosome	2056.0	98.63799999999999	100.0	0.0004573427208397836	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0321_000000005686	1953	0.5714013578158906	4	3	1	2	1	True	25029	maximal	True	ISR0321_000000005686	1.0		1	1	False	False	0.9728622436523438	0					non-mobilizable	no_good_hit	809.0	89.617	41.0	0.07268960547649073	NZ_CABMGA010000032.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0207_000000017977	1671	0.5714012086621891	2	2	2	2	1	False	28567	maximal	True	ISR0207_000000017977	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	91.708	60.0	0.09543806069860661	NZ_CABIWU010000073.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0125_000000004001	3925	0.5714008343490735	4	4	4	4	3	False	120983	fragment	False	CHI0125_000000004001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2316.0	95.20700000000001	62.0	0.0006707858833487695	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0025_000000017031	2281	0.5714008326612415	3	3	3	3	3	False	107564	fragment	False	TAN0018_000000004011	0.6238859180035651		0	0	False	False	1.0	0					non-mobilizable	chromosome	2296.0	88.98100000000001	100.0	0.0007358527237348441	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0123_000000004842	1802	0.5713956535402656	3	3	2	2	2	False	4088	maximal	True	SPA0123_000000004842	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	96.99	71.0	0.0009933886922942723	NZ_QJKD01000001.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_101, whole genome shotgun sequence	True	False
DEN0052_000000037178	1271	0.5713871197323749	2	1	1	1	1	False	72203	fragment	False	DEN0052_000000037178	1.0		0	0	False	False	0.9779701232910156	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000007249	4511	0.5713859296341619	9	6	4	6	4	True	28506	fragment	False	SPA0130_000000007249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	78.648	14.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0246_000000008220	2530	0.5713656776200755	5	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.7432151896016552		0	0	False	False	0.9996047616004944	0					non-mobilizable	virus	2530.0	99.52600000000001	100.0	0.18953758525069325	MK232331.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_1-CL12_c1 sequence	False	False
DEN0028_000000003635	6285	0.5713632844734198	9	6	4	6	5	False	113901	maximal	False	AUS0018_000000004108	0.9462620515252094		0	0	False	False	0.995863139629364	0					non-mobilizable	no_good_hit	711.0	83.12200000000001	13.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0003_000000015567	1399	0.5713606388178213	3	2	2	1	2	False	67846	fragment	False	ENG0003_000000015567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000012139	3257	0.5713594361374502	5	1	1	1	1	True	130314	backbone	False	ISR0009_000000009815	0.8859125811117333	PS1094	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	944.0	99.89399999999999	82.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0394_000000005717	3232	0.5713594361374502	5	1	1	1	1	True	130314	backbone	False	ISR0009_000000009815	0.888392251911097	PS1094	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	944.0	99.57600000000001	82.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0255_000000009184	3212	0.5713594361374502	5	1	1	1	1	True	130314	backbone	False	ISR0009_000000009815	0.7625204780881581	PS1094	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	944.0	99.89399999999999	82.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0157_000000005771	3161	0.5713594361374502	5	1	1	1	1	True	130308	backbone	False	FIJ0133_000000011734	0.9646316313293862	PS1093|PS387	0	0	True	True	0.9996836185455322	4					non-mobilizable	no_good_hit	1156.0	97.23200000000001	65.0	0.37619518628420706	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ENG0062_000000011757	2127	0.5713594361374502	4	1	1	1	1	True	63202	fragment	False	ENG0062_000000011757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	96.698	53.0	0.3425651170458292	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ENG0064_000000015726	1411	0.5713594361374502	2	1	1	1	1	True	62930	maximal	True	ENG0064_000000015726	1.0		1	1	False	False	0.9985825419425964	0					non-mobilizable	no_good_hit								True	True
CHI0179_000000016671	1344	0.5713594361374502	1	1	1	1	1	True	77514	fragment	False	CHI0179_000000016671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1187.0	94.44	88.0	0.43169398907103823	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	True	True
ISR0042_000000025830	1286	0.5713594361374502	2	1	1	1	1	True	36334	fragment	False	ISR0042_000000025830	1.0		0	0	False	False	0.9945567846298218	0					non-mobilizable	no_good_hit	826.0	98.789	64.0	0.20320987654320988	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0076_000000009953	1282	0.5713594361374502	2	1	1	1	1	True	62035	fragment	False	ENG0076_000000009953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	86.50200000000001	53.0	0.0014323442142703303	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0104_000000039530	1169	0.5713594361374502	1	1	1	1	1	True	8771	fragment	False	MON0104_000000039530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	85.714	6.0	0.02276176024279211	HG796352.1	bacteria	Uncultured bacterium plasmid pRGI00634	True	True
ISR0149_000000016896	1121	0.5713594361374502	3	1	1	1	1	True	30837	fragment	False	ISR0149_000000016896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	84.417	72.0	0.0016958119091580117	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0041_000000030440	1109	0.5713594361374502	1	1	1	1	1	True	6885	fragment	False	SPA0041_000000030440	1.0		0	0	False	False	0.9981966018676758	0					non-mobilizable	no_good_hit	773.0	99.353	70.0	0.19012345679012346	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0099_000000006346	3588	0.5713571014860666	3	2	2	2	2	False	90476	fragment	False	FIJ0062_000000006899	0.5941400978205531		0	0	False	False	1.0	0					non-mobilizable	plasmid	3465.0	99.365	100.0	0.5056934306569343	CP001385.1	enterobacteria	Shigella flexneri 2002017 plasmid pSFxv_2, complete sequence	False	True
CHI0018_000000005074	3313	0.5713571014860666	4	2	2	2	2	False	90476	fragment	False	FIJ0062_000000006899	0.564064300574399		0	0	False	False	1.0	0					non-mobilizable	plasmid	3313.0	99.819	100.0	0.4829197080291971	CP001385.1	enterobacteria	Shigella flexneri 2002017 plasmid pSFxv_2, complete sequence	False	True
MON0004_000000014642	2707	0.5713547102508022	4	2	2	2	1	False	14242	fragment	False	MON0004_000000014642	1.0		0	0	False	False	0.9383081197738647	0					non-mobilizable	no_good_hit	1852.0	96.274	68.0	0.03280402651260057	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0152_000000006506	3483	0.5713539577268184	4	4	4	4	2	False	94559	maximal	True	FIJ0152_000000006506	1.0		138	12	False	False	0.9977031350135803	0					non-mobilizable	chromosome	2135.0	100.0	99.0	0.00044805821145408117	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
MAD0045_000000013966	2755	0.5713529259298695	3	2	2	2	2	False	17876	maximal	True	MAD0045_000000013966	1.0		18	7	False	False	0.9981850981712341	0					non-mobilizable	no_good_hit	1546.0	70.505	55.0	0.003907745351684235	NZ_QGDL01000003.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_103, whole genome shotgun sequence	True	False
FIJ0158_000000011172	1653	0.5713515983473972	3	3	3	3	1	False	107367	fragment	False	FIJ0158_000000011172	1.0		0	0	False	False	0.9842710494995117	0					non-mobilizable	no_good_hit								True	False
MON0108_000000018704	1154	0.5713500836833288	2	2	1	1	2	False	8521	fragment	False	MON0108_000000018704	1.0		0	0	False	False	0.9974003434181213	0					non-mobilizable	plasmid	1154.0	100.0	100.0	0.01149837945649464	CP057591.1	enterobacteria	Escherichia coli strain RHB22-C02 plasmid pRHB22-C02_3, complete sequence	False	True
ISR0141_000000010466	3338	0.5713500657472934	5	3	1	1	3	False	31213	maximal	True	ISR0141_000000010466	1.0		5	1	False	False	0.9949071407318115	0					non-mobilizable	no_good_hit	1143.0	99.3	36.0	0.00048424692183058905	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0808_000000009493	1729	0.5713496066101018	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.2087149785288194		0	0	False	False	1.0	0					non-mobilizable	chromosome	1729.0	99.42200000000001	100.0	0.000544661450986931	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0021_000000018774	1280	0.5713443892042825	3	3	3	2	3	False	87109	fragment	False	FIJ0123_000000020607	0.31712458314451925		0	0	False	False	0.9820312261581421	0					non-mobilizable	other	1264.0	100.0	99.0	0.0002721013983814383	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MAD0045_000000015622	2507	0.5713441614701837	2	2	2	2	1	False	17869	maximal	True	MAD0045_000000015622	1.0		27	8	False	False	0.9980055689811707	0					non-mobilizable	no_good_hit	1399.0	75.983	55.0	0.0027668110800573385	NZ_CABJAT010000004.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
MON0100_000000031742	1455	0.5713436573706131	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6516540727379709		0	0	False	False	0.9903780221939087	0					non-mobilizable	other	1436.0	97.42299999999999	99.0	0.0006831576642196769	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0059_000000005134	3124	0.571341807420662	4	4	2	3	3	True	58264	fragment	False	ISR0059_000000005134	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3127.0	96.834	100.0	0.000706810997291312	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0198_000000009248	3621	0.5713405611745703	4	4	4	3	2	False	28893	maximal	True	ISR0198_000000009248	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1659.0	85.594	45.0	0.023008701472556896	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0111_000000008113	3778	0.5713355697715599	4	4	4	4	3	False	99231	fragment	False	CHI0111_000000008113	0.9004441361042569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1731.0	75.274	45.0	0.0004255541236596049	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
SPA0031_000000001110	16546	0.5713299724726859	14	5	4	4	1	True	38456	fragment	False	SPA0031_000000001110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	78.161	1.0	0.009052887924188681	NZ_LWAG01000056.1	firmicutes	Bacillus endophyticus strain 3617_2C plasmid pBEH1 3617_2C_contig_58, whole genome shotgun sequence	True	True
SPA0033_000000005796	5029	0.5713252748842909	6	6	3	5	3	False	90987	fragment	False	CHI0162_000000005150	0.9639588100686498		0	0	False	False	1.0	0					non-mobilizable	other	4353.0	99.632	100.0	0.03955706272217323	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
SPA0130_000000002696	11708	0.5713232445454367	10	10	9	9	6	False	121557	maximal	True	SPA0130_000000002696	1.0		26	8	False	False	0.9995729327201843	0					non-mobilizable	chromosome	11336.0	99.427	99.0	0.002261721854516119	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0107_000000005458	4644	0.5713227048757642	4	3	2	3	3	False	96778	fragment	False	CAN0003_000000009789	0.9416900820179309		0	0	False	False	0.9972006678581238	0					non-mobilizable	other	4625.0	96.086	99.0	0.008396159265553958	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0096_000000014238	1371	0.5713178708263035	3	3	2	2	2	False	15471	maximal	True	MAD0096_000000014238	1.0		333	13	False	False	0.9992706179618835	0		MOBQ			mobilizable	chromosome	1245.0	94.699	100.0	0.00034519956850053937	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0355_000000003946	4400	0.5713152256260371	7	6	5	6	2	False	97062	maximal	True	ISR0355_000000003946	1.0		0	0	False	False	0.9990909099578857	0					non-mobilizable	no_good_hit	2199.0	99.818	50.0	0.0006928043224937929	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0029_000000002477	1504	0.5713070001549546	2	2	1	2	1	False	18995	fragment	False	MAD0029_000000002477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0203_000000007708	2210	0.5713065095536577	2	2	2	1	2	False	28691	fragment	False	ISR0203_000000007708	1.0		0	0	False	False	0.992760181427002	0					non-mobilizable	no_good_hit	764.0	85.602	42.0	0.000220142488020893	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CHI0152_000000002573	3166	0.5713043230715498	3	3	3	3	2	False	88061	fragment	False	ENG0154_000000008139	0.757252210782579		0	0	False	False	0.9965255856513977	0					non-mobilizable	other	3101.0	94.969	97.0	0.0009267699287672674	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0084_000000013169	2447	0.5713029890268337	4	3	1	3	1	False	120303	fragment	False	MON0086_000000011703	0.9202999017284127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0135_000000011835	2432	0.5713029890268337	4	3	1	3	1	False	120303	fragment	False	MON0086_000000011703	0.7820641101067558		0	0	False	False	0.9987664222717285	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000028180	2080	0.5713029890268337	3	3	1	3	1	False	69532	maximal	True	DEN0079_000000028180	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	97.5	6.0	0.0014467557414319235	NZ_QRML01000017.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf17, whole genome shotgun sequence	True	False
MON0092_000000027622	2007	0.5713029890268337	4	3	1	3	1	False	74572	fragment	False	MON0092_000000027622	0.9469788777357016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000020404	1981	0.5713029890268337	4	3	1	3	1	False	74572	fragment	False	MON0092_000000027622	0.925467517083273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	3.0	1.510020242660253e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0161_000000011564	1851	0.5713029890268337	3	3	1	3	1	False	61602	fragment	False	ENG0161_000000011564	0.9475123506068672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0130_000000016766	1749	0.5713029890268337	3	3	1	3	1	False	61602	fragment	False	ENG0161_000000011564	0.9272611004813679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	0.0003136397083954916	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	False
ENG0153_000000021041	1416	0.5713029890268337	3	3	1	3	1	False	61601	fragment	False	MON0018_000000014858	0.915618388817792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0018_000000014858	1410	0.5713029890268337	3	3	1	3	1	False	61601	fragment	False	MON0018_000000014858	0.9285834476270642		0	0	False	False	0.9971631169319153	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000023516	1226	0.5713015042009439	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.16217041391843923		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	96.819	100.0	0.04294930229296683	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0103_000000009966	1778	0.5713009957282921	4	3	3	3	1	False	60297	fragment	False	ENG0103_000000009966	1.0		0	0	False	False	0.9831271171569824	0					non-mobilizable	no_good_hit	1012.0	99.209	70.0	0.001278562142419935	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
DEN0094_000000023165	1655	0.5712980876324893	3	3	2	3	2	False	71048	fragment	False	ISR0133_000000012496	0.9751501081524577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	70.501	20.0	3.10274142997735e-05	NZ_CP016279.1	high GC Gram+	Streptomyces griseochromogenes strain ATCC 14511 chromosome, complete genome	True	False
FIJ0015_000000018440	1689	0.5712947161101517	2	2	2	2	2	False	50337	maximal	True	FIJ0015_000000018440	1.0		193	11	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	75.486	53.0	0.00025545806244193174	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0010_000000012707	2040	0.5712946200468596	3	2	2	2	2	False	13743	fragment	False	MON0010_000000012707	1.0		0	0	False	False	0.949999988079071	0					non-mobilizable	no_good_hit	1792.0	81.641	87.0	0.01253023569781178	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0139_000000011446	1812	0.5712930980417932	3	3	3	3	3	False	57858	maximal	True	ENG0139_000000011446	1.0		56	9	False	False	0.9961368441581726	0					non-mobilizable	no_good_hit	67.0	82.09	4.0	1.0557602196371076e-05	NC_021505.1	g-proteobacteria	Pseudomonas putida NBRC 14164, complete genome	True	False
MON0059_000000006589	5159	0.5712927267374301	9	6	6	6	4	False	74817	maximal	True	MON0059_000000006589	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	278.0	77.33800000000001	5.0	6.340766794523256e-05	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
SPA0032_000000013012	2167	0.5712896318619036	3	3	3	2	2	False	61645	maximal	True	SPA0032_000000013012	1.0		2	2	False	False	0.9963082671165466	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000030115	1383	0.5712865926877149	2	2	2	1	1	False	15394	maximal	True	MAD0097_000000030115	1.0		7	4	False	False	0.9985538721084595	0					non-mobilizable	no_good_hit	1093.0	88.74700000000001	79.0	0.00024169060575766665	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0017_000000016689	2007	0.5712847141533586	2	2	2	2	1	False	37856	maximal	True	ISR0017_000000016689	1.0		240	13	False	False	0.9980069994926453	0					non-mobilizable	other	2007.0	100.0	100.0	0.0004321737174609385	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MON0101_000000045263	1456	0.5712841049580393	2	2	2	2	2	False	9022	maximal	True	MON0101_000000045263	1.0		76	7	False	False	1.0	0					non-mobilizable	no_good_hit	1241.0	99.355	85.0	0.0030234831989427564	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0047_000000007629	4684	0.5712811609435513	8	4	0	4	2	False	11481	maximal	True	MON0047_000000007629	1.0		1	1	False	False	0.9940221905708313	0					non-mobilizable	plasmid	3462.0	94.31	95.0	0.19117078291618322	CP019991.1	firmicutes	Enterococcus faecium isolate 2014-VREF-63 plasmid p63-3 sequence	False	True
ISR0194_000000014239	1817	0.5712790876065942	2	2	2	2	2	False	29040	maximal	False	ISR0247_000000007527	0.9801845819761129		0	0	False	False	0.9955971240997314	0					non-mobilizable	no_good_hit	727.0	96.699	71.0	0.0002336807817379597	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0064_000000018130	1300	0.5712697694420448	3	3	3	3	1	False	101087	fragment	False	TAN0024_000000004209	0.23387457651104213		0	0	False	False	0.9992307424545288	0					non-mobilizable	chromosome	1142.0	79.77199999999999	96.0	0.00030063522863349153	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0092_000000018431	1641	0.5712687547628258	2	1	1	1	1	False	35070	maximal	True	ISR0092_000000018431	1.0		78	10	False	False	0.9963436722755432	0					non-mobilizable	no_good_hit	1272.0	70.44	76.0	0.00024727805753270036	CP041387.1	a-proteobacteria	Rhodopseudomonas palustris strain GJ-22 chromosome, complete genome	True	False
ISR0067_000000019275	1582	0.5712687547628258	2	1	1	1	1	False	35069	fragment	False	ISR0067_000000019275	1.0		0	0	False	False	0.992414653301239	0					non-mobilizable	no_good_hit	1182.0	69.628	74.0	0.00023476573430458733	CP032419.1	g-proteobacteria	Pseudomonas sp. K2W31S-8 chromosome, complete genome	True	False
ISR0194_000000018295	1474	0.5712687547628258	1	1	1	1	1	False	29026	fragment	False	ISR0194_000000018295	1.0		0	0	False	False	0.9654002785682678	0					non-mobilizable	no_good_hit	1182.0	69.712	79.0	0.00023476573430458733	CP032419.1	g-proteobacteria	Pseudomonas sp. K2W31S-8 chromosome, complete genome	True	False
ISR0030_000000008051	2588	0.5712683617584267	6	3	2	3	1	False	37052	maximal	True	ISR0030_000000008051	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	96.58200000000001	31.0	0.015915921973655014	NC_047910.1	viruses	Faecalibacterium phage FP_Epona, complete genome	True	False
CHI0149_000000004660	3157	0.5712670283022979	3	2	1	2	2	True	106440	fragment	False	CHI0149_000000004660	0.9588504245591117		0	0	False	False	1.0	0					non-mobilizable	other	3162.0	97.185	100.0	0.0005284343000379007	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
USA0055_01_000000007298	3727	0.5712660378013129	7	3	3	3	2	False	1039	maximal	True	USA0055_01_000000007298	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	76.87100000000001	12.0	0.00014281528683051653	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0161_000000009714	1185	0.5712634321079351	1	1	1	1	1	False	78608	fragment	False	CHI0161_000000009714	1.0		0	0	False	False	0.9780590534210205	0					non-mobilizable	no_good_hit	719.0	86.37	61.0	0.0027465782851531333	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0130_000000024675	1148	0.5712634321079351	1	1	1	1	1	False	58389	fragment	False	ISR0127_000000022307	0.9650573042364913		0	0	False	False	0.9886759519577026	0					non-mobilizable	no_good_hit								True	False
CAN0017_000000003031	13078	0.571260183049639	9	7	6	6	6	False	92574	maximal	True	CAN0017_000000003031	1.0		3	3	False	False	0.9957180023193359	0					non-mobilizable	no_good_hit	1856.0	88.30799999999999	17.0	0.1445529090199141	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0780_000000005334	2194	0.5712598282885503	3	3	3	2	1	False	83998	maximal	True	ISR0780_000000005334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.00024010258928815038	NZ_QIBZ01000004.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_004, whole genome shotgun sequence	True	False
CHI0026_000000004132	2555	0.5712560300352006	3	3	2	2	2	False	88900	maximal	True	CHI0026_000000004132	1.0		28	9	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	77.37100000000001	36.0	0.0003843904770088804	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0029_000000004839	7235	0.5712540749380268	10	5	3	4	4	False	125578	fragment	False	FIJ0029_000000004839	0.979671805145392		0	0	False	False	0.9990324974060059	0					non-mobilizable	no_good_hit								True	False
ENG0025_000000002751	6931	0.5712540749380268	9	5	3	4	4	False	125578	fragment	False	FIJ0029_000000004839	0.9680323449894139		0	0	False	False	0.9979801177978516	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.4100998021042444e-05	NZ_CZBZ01000003.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
MON0026_000000019915	2204	0.5712465326250171	3	3	3	3	1	False	12755	fragment	False	MON0026_000000019915	1.0		0	0	False	False	0.9990925788879395	0					non-mobilizable	chromosome	1906.0	95.383	100.0	0.0007676662059862635	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
DEN0045_000000032410	1328	0.571244561029822	3	3	3	3	3	False	91950	fragment	False	ISR0033_000000021856	0.9488933166413313		0	0	False	False	0.9984939694404602	0					non-mobilizable	no_good_hit	649.0	76.425	48.0	0.0001829498711644745	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0149_000000006492	2480	0.5712382089917879	3	3	2	3	2	False	30870	maximal	True	ISR0149_000000006492	1.0		0	0	False	False	0.9975806474685669	0					non-mobilizable	no_good_hit	1604.0	78.99	65.0	0.0005537798777098388	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
FIJ0058_000000033981	1264	0.5712315532763192	2	2	2	2	1	False	45958	maximal	True	FIJ0058_000000033981	1.0		26	5	False	False	1.0	0					non-mobilizable	chromosome	1271.0	84.89399999999999	99.0	0.00042276224638893386	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0043_000000001863	12482	0.5712306683557592	21	9	7	8	7	False	47257	maximal	True	FIJ0043_000000001863	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1434.0	72.455	16.0	0.04054556372058445	NZ_QOHO01000087.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_87, whole genome shotgun sequence	True	False
ISR0013_000000015947	1645	0.5712197198756592	2	2	2	2	2	False	60433	fragment	False	SPA0158_000000011948	0.4839108910891089		0	0	False	False	1.0	0					non-mobilizable	other	1650.0	82.061	100.0	0.0009500515453498008	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0239_000000007975	1892	0.571219441129641	2	2	2	2	2	False	45754	maximal	True	ISR0239_000000007975	1.0		53	11	False	False	0.9820296168327332	0					non-mobilizable	chromosome	1899.0	92.101	100.0	0.0006672813700758004	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0114_000000008647	4244	0.5712192725514537	7	3	2	2	3	False	41889	maximal	True	FIJ0114_000000008647	1.0		1	1	False	False	0.9997643828392029	0					non-mobilizable	no_good_hit	1361.0	96.988	36.0	0.012057499533859555	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	False
ISR0853_000000006139	2776	0.5712136097927359	4	4	4	4	2	False	104119	fragment	False	CHI0141_000000009837	0.9212268523634183		0	0	False	False	0.9985590577125549	0					non-mobilizable	no_good_hit	969.0	86.99700000000001	38.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0081_000000003860	1963	0.5712132396987708	3	3	3	3	3	False	16139	maximal	True	MAD0081_000000003860	1.0		1	1	False	False	0.9877738356590271	0					non-mobilizable	other	1965.0	82.34100000000001	100.0	0.016761979885624136	NZ_FONL01000007.1	firmicutes	Succiniclasticum ruminis DSM 9236, whole genome shotgun sequence	False	False
SPA0128_000000005642	6447	0.5712112006939314	9	3	1	2	2	False	3895	maximal	True	SPA0128_000000005642	1.0		1	1	True	True	1.0	340					non-mobilizable	no_good_hit	2608.0	97.354	72.0	0.2357576306493977	NZ_LT635807.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0104_000000000955	18150	0.5712068759824361	48	6	3	5	4	False	60270	maximal	True	ENG0104_000000000955	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	91.34200000000001	1.0	6.164796362986454e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0085_000000012984	1188	0.5712008744422361	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.23516617472826676		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	92.881	100.0	0.6702247191011236	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
MAD0037_000000002243	5779	0.5711995794357451	6	6	6	6	6	False	18672	fragment	False	MAD0037_000000002243	1.0		0	0	False	False	0.997750461101532	0					non-mobilizable	plasmid	4140.0	98.09200000000001	100.0	0.020113237282694346	CP008791.1	enterobacteria	Klebsiella oxytoca KONIH1 plasmid pKPC-727, complete sequence	False	True
ENG0209_000000002362	8467	0.5711970383608567	20	4	4	3	3	False	53802	maximal	True	ENG0209_000000002362	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	99.038	1.0	2.0909319933504303e-05	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
MAD0026_000000000967	9502	0.5711963822750529	13	2	1	2	1	False	19108	maximal	True	MAD0026_000000000967	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	96.175	53.0	0.0041535409220330765	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ISR0049_000000015087	1970	0.5711929421310992	4	2	2	2	2	False	35988	maximal	True	ISR0049_000000015087	1.0		87	11	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	75.514	76.0	0.00873215292988638	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	True	False
MON0038_000000027394	1276	0.5711916386170762	3	3	2	2	2	False	11985	maximal	True	MON0038_000000027394	1.0		574	12	False	False	0.9741379022598267	0					non-mobilizable	plasmid	1276.0	100.0	100.0	0.0020343234239178997	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
ISR0338_000000011489	2345	0.5711915867322667	4	3	3	3	3	False	106743	maximal	True	ISR0338_000000011489	0.9861012255957844		24	7	False	False	1.0	0					non-mobilizable	other	2344.0	99.23200000000001	99.0	0.02345838464542096	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0342_000000007283	2233	0.5711915867322667	3	3	3	3	3	False	106743	maximal	False	ISR0338_000000011489	0.9722388194821656		0	0	False	False	0.9995521903038025	0					non-mobilizable	other	2233.0	99.68700000000001	100.0	0.022347039918301146	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0303_000000009487	1482	0.5711906026911546	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.055991433716563746		0	0	False	False	1.0	0					non-mobilizable	chromosome	1482.0	98.583	100.0	0.000522603759430069	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0079_000000025649	1143	0.5711901152957022	2	2	1	2	1	False	34334	fragment	False	ISR0079_000000025649	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	99.738	100.0	0.048408291297528716	NZ_JAAIOD010000029.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_29_length_23591_cov_281.03, whole genome shotgun sequence	False	False
SPA0009_000000008390	4105	0.5711898294497151	6	3	2	3	2	False	8144	maximal	True	SPA0009_000000008390	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	77.756	26.0	0.00031941745476181805	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0030_000000003775	4842	0.5711888078149239	5	5	3	4	5	False	102057	maximal	True	ISR0030_000000003775	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	94.508	30.0	0.00411141545378981	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MAD0075_000000000199	6986	0.5711886808812858	5	5	1	4	5	True	16275	fragment	False	MAD0075_000000000199	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6989.0	96.537	100.0	0.07291557912760227	CP057958.1	enterobacteria	Escherichia coli strain RHB08-C21 plasmid pRHB08-C21_2, complete sequence	False	True
USA0125_01_000000016977	1369	0.5711875736038119	6	5	3	2	3	True	135	maximal	True	USA0125_01_000000016977	1.0		0	0	False	False	0.9883126616477966	0					non-mobilizable	no_good_hit	802.0	100.0	59.0	0.010153892959460488	CP054355.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-2, complete sequence	True	True
FIJ0005_000000001505	15379	0.5711871666267235	29	6	2	5	4	False	51935	maximal	True	FIJ0005_000000001505	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.00015269779321942475	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
ENG0026_000000001377	10382	0.5711855984926558	11	6	4	6	0	False	66092	fragment	False	ENG0026_000000001377	1.0		0	0	False	False	0.9997110366821289	0					non-mobilizable	virus	9400.0	97.574	91.0	0.2673343386348764	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
MAD0055_000000007942	1250	0.5711850349251731	3	2	1	1	2	False	17091	maximal	True	MAD0055_000000007942	1.0		11	2	False	False	1.0	0					non-mobilizable	other	1250.0	99.6	100.0	0.010731162471002663	NZ_JHWQ01000005.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00005.5_C, whole genome shotgun sequence	False	False
USA0090_01_000000007608	1190	0.571179936130513	2	2	2	2	2	False	393	maximal	True	USA0090_01_000000007608	1.0		343	12	False	False	1.0	0					non-mobilizable	other	1190.0	99.74799999999999	100.0	0.00019101751770406262	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0355_000000011928	1723	0.57117615052769	3	2	1	1	2	False	75297	fragment	False	ISR0355_000000011928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	4.928083281943636e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
USA0018_01_000000014575	1517	0.5711724712037137	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.6882171608213908		0	0	False	False	1.0	0					non-mobilizable	other	1517.0	99.473	100.0	0.0013773666675449348	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	True
ENG0209_000000012017	1511	0.5711724712037137	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.6879772070878989		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	99.801	100.0	0.001371915348280245	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	True
CHI0122_000000009468	1511	0.5711724712037137	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.6884911358464765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1511.0	99.669	100.0	0.0002879196906178985	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
USA0038_01_000000009498	1511	0.5711724712037137	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.6875899874430471		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	99.603	100.0	0.001371915348280245	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	True
USA0106_01_000000005775	1511	0.5711724712037137	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.6878957723571574		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	99.471	100.0	0.001371915348280245	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	True
USA0009_01_000000016808	1511	0.5711724712037137	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.6879056530826764		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	99.206	100.0	0.001371915348280245	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	True
USA0010_01_000000017502	1511	0.5711724712037137	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.6878957723571574		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	99.471	100.0	0.001371915348280245	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	True
CHI0068_000000010707	1486	0.5711724712037137	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.6775992238406758		0	0	False	False	1.0	0					non-mobilizable	other	1486.0	99.19200000000001	100.0	0.0013492015180107046	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	True
MON0106_000000026707	1609	0.5711718573447012	2	2	2	2	2	False	8644	maximal	True	MON0106_000000026707	1.0		43	7	False	False	0.9850838780403137	0					non-mobilizable	no_good_hit	625.0	85.28	39.0	0.00021991463345967505	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0204_000000001690	5431	0.5711712121155036	6	5	3	4	3	False	109898	fragment	False	ISR0204_000000001690	1.0		0	0	False	False	0.991346001625061	0					non-mobilizable	no_good_hit	1708.0	81.265	31.0	0.0008313714635425945	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0187_000000005408	3143	0.571164067327886	3	3	3	2	3	False	77095	maximal	True	CHI0187_000000005408	1.0		3	2	False	False	0.9936366677284241	0					non-mobilizable	no_good_hit	2588.0	99.111	82.0	0.999613601236476	NZ_JAAIUL010000051.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_53_length_2588_cov_832.761, whole genome shotgun sequence	True	False
MON0045_000000008625	2591	0.5711627976806699	3	3	3	3	3	False	83504	fragment	False	MON0045_000000008625	0.9776859504132231		0	0	False	False	1.0	0					non-mobilizable	other	2478.0	100.0	96.0	0.0006073056640263459	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0155_000000012379	1780	0.5711446155799588	3	3	3	3	2	False	39531	maximal	True	FIJ0155_000000012379	1.0		15	3	False	False	0.9747191071510315	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	4.0	1.0981647718305857e-05	NZ_CP017704.1	firmicutes	Bacillus simplex NBRC 15720 = DSM 1321, complete genome	True	False
ENG0115_000000003569	4644	0.5711387511803446	4	3	1	2	3	True	129264	maximal	True	ENG0115_000000003569	1.0		31	6	False	False	1.0	0					non-mobilizable	no_good_hit	2382.0	89.25299999999999	75.0	0.0007601648027045729	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
SPA0098_000000008238	4166	0.5711387511803446	5	3	1	2	3	True	129273	maximal	True	SPA0098_000000008238	1.0		1	1	False	False	0.9959193468093872	0					non-mobilizable	no_good_hit	2363.0	82.988	65.0	0.0007499182678745197	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0146_000000011182	3480	0.5711387511803446	3	3	1	2	3	True	129272	fragment	False	ISR0146_000000011182	1.0		0	0	False	False	0.9997126460075378	0					non-mobilizable	no_good_hit	2383.0	85.564	78.0	0.000760485006918012	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0358_000000005404	3390	0.5711387511803446	3	3	1	2	3	True	129283	fragment	False	ISR0358_000000005404	1.0		0	0	False	False	0.9908554553985596	0					non-mobilizable	no_good_hit	2745.0	79.59899999999999	80.0	0.0012567684198748618	CP022537.1	firmicutes	Streptococcus agalactiae strain 874391 chromosome, complete genome	True	True
ENG0130_000000009816	3067	0.5711387511803446	3	3	1	2	3	True	129268	fragment	False	ENG0130_000000009816	1.0		0	0	False	False	0.9996739625930786	0					non-mobilizable	chromosome	2775.0	83.53200000000001	90.0	0.000690667357334024	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ISR0187_000000025044	1152	0.5711380251482676	2	2	2	2	1	True	29279	maximal	True	ISR0187_000000025044	1.0		6	2	False	False	0.9861111044883728	0					non-mobilizable	other	1152.0	99.82600000000001	100.0	0.0005779333885324158	NC_021181.2	firmicutes	Lactobacillus acidophilus La-14, complete sequence	False	True
SPA0149_000000016678	2349	0.5711358951359664	3	3	3	2	3	False	3308	maximal	True	SPA0149_000000016678	1.0		0	0	False	False	0.994465708732605	0					non-mobilizable	no_good_hit	50.0	88.0	2.0	3.133904044974721e-05	CP029984.1	high GC Gram+	Gardnerella vaginalis strain UGent 06.41 chromosome	True	False
SPA0151_000000012756	1509	0.5711346314939163	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.4592886476805211		0	0	False	False	0.9993373155593872	0					non-mobilizable	no_good_hit	281.0	99.288	19.0	7.775574698279932e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0208_000000014379	1912	0.5711312231181273	2	2	2	2	2	False	110221	fragment	False	ISR0375_000000009302	0.3870287037091266		0	0	False	False	0.999476969242096	0					non-mobilizable	no_good_hit	1145.0	94.76	85.0	0.005488988230296125	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0853_000000012502	1451	0.5711304145576177	1	1	1	1	1	False	101425	fragment	False	ISR0169_000000018502	0.7769027394389095		0	0	False	False	1.0	0					non-mobilizable	other	1451.0	98.208	100.0	0.00035550795835212007	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0073_000000037708	1421	0.5711304145576177	1	1	1	1	1	False	101425	fragment	False	ISR0169_000000018502	0.7697622121977034		0	0	False	False	0.9985925555229187	0					non-mobilizable	other	1421.0	98.522	100.0	0.00034815262128276586	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0132_000000021789	1397	0.5711304145576177	1	1	1	1	1	False	101425	fragment	False	ISR0169_000000018502	0.573584186401574		0	0	False	False	0.9992842078208923	0					non-mobilizable	other	1397.0	99.928	100.0	0.00034226835162728253	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0040_000000014653	1806	0.571130093157037	2	1	1	1	1	False	63192	maximal	False	ENG0132_000000010162	0.9687168610816543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	71.72800000000001	54.0	0.0002142839650288569	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0014_000000028632	1191	0.5711295895192824	3	2	2	2	1	False	38000	maximal	True	ISR0014_000000028632	1.0		10	2	False	False	0.9731318354606628	0					non-mobilizable	no_good_hit	391.0	95.396	32.0	0.00013762016622398846	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CAN0003_000000015873	3136	0.5711284512838345	4	4	4	4	3	False	96697	maximal	True	CAN0003_000000015873	1.0		109	13	False	False	0.9996811151504517	0					non-mobilizable	no_good_hit	418.0	73.684	13.0	0.0003175097324477135	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
AUS0022_000000010916	3240	0.5711277043341579	5	5	2	2	4	True	124594	fragment	False	FIJ0078_000000007511	0.5316128188846461		0	0	False	False	1.0	0					non-mobilizable	other	3276.0	86.38600000000001	99.0	0.17015829893944934	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0045_000000003925	5452	0.5711276348638867	8	3	3	3	2	False	62374	maximal	True	FIJ0045_000000003925	1.0		45	5	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	91.919	2.0	2.4505023782504523e-05	NZ_CP033052.1	firmicutes	Bacillus vallismortis strain Bac111 chromosome, complete genome	True	False
ISR0027_000000005803	4498	0.5711276348638867	6	3	3	3	2	False	62381	backbone	True	ISR0027_000000005803	0.9982871039011227	PS277	29	5	True	True	0.9995553493499756	10					non-mobilizable	no_good_hit	527.0	77.23	11.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ISR0379_000000004566	4497	0.5711276348638867	6	3	3	3	2	False	62381	backbone	False	ISR0027_000000005803	0.9982839087990891	PS277	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	527.0	77.23	11.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ISR0126_000000010847	4481	0.5711276348638867	5	3	3	3	2	False	62381	backbone	False	ISR0027_000000005803	0.984369533275095	PS277	0	0	True	True	0.9997768402099609	7					non-mobilizable	no_good_hit	527.0	77.23	11.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ISR0114_000000010118	2743	0.5711276348638867	5	3	3	3	2	False	62378	maximal	True	ISR0114_000000010118	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	19.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0380_000000005048	2212	0.5711276348638867	4	3	3	3	2	False	62372	fragment	False	ISR0380_000000005048	1.0		0	0	False	False	0.978300154209137	0					non-mobilizable	no_good_hit	527.0	77.23	23.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0166_000000013902	2062	0.5711276348638867	3	3	3	3	2	False	62377	fragment	False	ENG0166_000000013902	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	25.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0194_000000013503	2001	0.5711276348638867	4	3	3	3	2	False	62375	fragment	False	ENG0194_000000013503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	26.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0070_000000013734	1843	0.5711276348638867	3	3	3	3	2	False	62371	fragment	False	ENG0070_000000013734	0.9971564627409668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	28.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
SPA0039_000000016052	1712	0.5711276348638867	3	3	3	3	2	False	62371	fragment	False	ENG0070_000000013734	0.9862660046186347		0	0	False	False	0.9988317489624023	0					non-mobilizable	no_good_hit	527.0	77.23	30.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0249_000000012005	1707	0.5711276348638867	3	3	3	3	2	False	62371	fragment	False	ENG0070_000000013734	0.986394308278187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	30.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
SPA0149_000000023377	1706	0.5711276348638867	3	3	3	3	2	False	62371	fragment	False	ENG0070_000000013734	0.9860011053949471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	30.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0054_000000014833	1698	0.5711276348638867	3	3	3	3	2	False	62371	fragment	False	ENG0070_000000013734	0.9851840761260275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	30.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0147_000000014642	1696	0.5711276348638867	3	3	3	3	2	False	62371	fragment	False	ENG0070_000000013734	0.9850158109400945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	30.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0244_000000015220	1695	0.5711276348638867	3	3	3	3	2	False	62371	fragment	False	ENG0070_000000013734	0.984847446541198		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	30.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
FIJ0006_000000005606	5754	0.5711266629503838	6	6	6	5	4	True	68394	maximal	True	FIJ0006_000000005606	1.0		74	9	False	False	0.994612455368042	0					non-mobilizable	no_good_hit	1121.0	77.163	19.0	0.008328277948787082	NZ_CACZYW010000005.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	True
ENG0002_000000015154	1552	0.5711225546812149	1	1	1	1	1	False	67974	maximal	True	ENG0002_000000015154	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	81.553	6.0	0.0003134940758840072	NZ_FOZC01000002.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ENG0014_000000016868	1387	0.5711212576495761	3	3	1	3	1	False	113626	fragment	False	ISR0331_000000014703	0.430749347806628		0	0	False	False	1.0	0					non-mobilizable	chromosome	1393.0	94.68799999999999	100.0	0.0004851979761109709	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0032_000000022668	1374	0.5711212576495761	3	3	1	3	1	False	113626	fragment	False	ISR0331_000000014703	0.3108138138238012		0	0	False	False	0.9992722272872925	0					non-mobilizable	other	1279.0	96.01299999999999	93.0	0.0003972725389168428	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0080_01_000000017288	2516	0.5711212033420042	3	3	3	3	1	False	612	maximal	True	USA0080_01_000000017288	1.0		1	1	False	False	0.9956279993057251	0					non-mobilizable	no_good_hit	1478.0	86.604	59.0	0.0007710221139596821	NZ_KB903359.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_0.1, whole genome shotgun sequence	True	False
ISR0307_000000003562	2560	0.571120330620611	3	3	3	3	3	False	58201	maximal	False	ENG0134_000000014275	0.9572209975661258		0	0	False	False	0.9996093511581421	0					non-mobilizable	other	2524.0	80.824	98.0	0.02721443321378111	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0005_01_000000011517	3000	0.5711169902462597	4	2	1	2	1	True	121612	maximal	True	USA0005_01_000000011517	0.9837110481586402		1	1	True	True	0.9926666617393494	3					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.000389077170385084	NZ_CYXX01000014.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0024_000000011883	2824	0.5711169902462597	3	2	1	2	1	True	121612	maximal	False	USA0005_01_000000011517	0.9457945106536656		0	0	True	True	1.0	29					non-mobilizable	no_good_hit	53.0	92.45299999999999	2.0	0.020850040096230954	LN853896.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1330	True	True
ISR0278_000000005843	1932	0.5711159793381022	2	1	1	1	1	False	85032	fragment	False	ISR0278_000000005843	0.9518465394148237		0	0	False	False	1.0	0					non-mobilizable	chromosome	1932.0	100.0	100.0	0.0005903642526037478	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	False
DEN0085_000000015950	1812	0.5711159793381022	2	1	1	1	1	False	85032	fragment	False	ISR0278_000000005843	0.5570372391024565		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	97.022	100.0	0.004001255642654711	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
DEN0025_000000001827	1413	0.5711159793381022	2	1	1	1	1	False	85029	fragment	False	DEN0025_000000001827	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	100.0	100.0	0.003121421528965996	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0069_000000009133	1169	0.5711159793381022	2	1	1	1	1	False	85028	fragment	False	CHI0069_000000009133	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	99.40100000000001	100.0	0.0025820257406744215	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
MAD0096_000000008467	2165	0.5711155077498804	2	1	1	1	1	False	15494	fragment	False	MAD0096_000000008467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	95.455	2.0	0.00017642400843552932	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0036_000000009454	2323	0.5711129017884836	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.0603482630767318		0	0	False	False	1.0	0					non-mobilizable	other	2323.0	100.0	100.0	0.01078700542137611	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0067_000000012809	2283	0.5711129017884836	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.053245220829140655		0	0	False	False	1.0	0					non-mobilizable	other	2284.0	97.855	100.0	0.0033019407591277665	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ENG0175_000000014454	1752	0.5711119909182926	3	2	2	1	1	False	55603	maximal	True	ENG0175_000000014454	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	79.1	18.0	5.0349816419977164e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
CAN0017_000000029369	1134	0.5711097500026697	2	2	1	2	1	False	92315	fragment	False	CAN0017_000000029369	1.0		0	0	False	False	0.9911816716194153	0					non-mobilizable	other	1147.0	97.21	100.0	0.00394720526845129	NZ_JAATLI010000010.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_10, whole genome shotgun sequence	False	False
CHI0047_000000006487	2387	0.5711087006542167	3	2	2	2	2	False	86995	maximal	True	CHI0047_000000006487	1.0		72	10	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit	764.0	77.749	32.0	0.0002533558834496351	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ISR0052_000000030153	1248	0.5711060061976064	2	2	2	2	2	False	35771	maximal	True	ISR0052_000000030153	1.0		124	9	False	False	0.9991987347602844	0					non-mobilizable	other	1248.0	99.038	100.0	0.0028244428690178775	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0040_000000019667	1699	0.5711055181212109	3	2	2	2	1	False	18352	fragment	False	MAD0040_000000019667	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1725.0	86.435	99.0	0.016750303838162072	CP043218.1	enterobacteria	Escherichia coli O80:H26 strain EC-107 plasmid pET6.1-IncY, complete sequence	False	True
ISR0780_000000002233	4932	0.571101707751949	7	3	2	1	2	False	22309	maximal	True	ISR0780_000000002233	1.0		42	6	False	False	1.0	0					non-mobilizable	no_good_hit	1485.0	99.461	65.0	0.0004230943363520145	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
SPA0019_000000009895	2893	0.5711009103389278	4	2	0	1	1	True	7764	fragment	False	SPA0019_000000009895	1.0		0	0	False	False	0.9989629983901978	0					non-mobilizable	no_good_hit	417.0	96.163	14.0	0.005919180421172453	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0105_000000048196	1139	0.5711006132353386	2	2	2	1	1	False	8685	maximal	True	MON0105_000000048196	1.0		3	3	False	False	0.9885864853858948	0					non-mobilizable	other	1136.0	77.729	98.0	0.03172851037332654	FJ625861.1	firmicutes	Clostridium sp. enrichment culture clone 7-14 genomic sequence	False	False
USA0086_01_000000014667	1160	0.5710936315464245	1	1	1	1	1	False	431	fragment	False	USA0086_01_000000014667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	89.524	9.0	3.669871099306359e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0058_000000024408	1122	0.5710909345387298	2	2	2	2	2	False	62823	fragment	False	ENG0101_000000027325	0.8423468367741271		0	0	False	False	0.9991087317466736	0					non-mobilizable	chromosome	1122.0	99.198	100.0	0.0004667398905638601	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
CHI0143_000000011230	1724	0.5710906327893945	2	2	2	2	1	False	79919	maximal	True	CHI0143_000000011230	1.0		2	1	False	False	0.9994199275970459	0					non-mobilizable	no_good_hit	543.0	92.265	31.0	0.00018243402670605266	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0107_000000046576	1324	0.5710902131124832	3	3	2	2	2	False	8563	maximal	True	MON0107_000000046576	1.0		1	1	False	False	0.9509063363075256	0					non-mobilizable	no_good_hit	71.0	100.0	7.0	4.17664661458627e-06	LN590681.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG47, chromosome: 47	True	False
ISR0049_000000015868	1871	0.5710870004003261	2	2	2	2	2	False	35984	maximal	True	ISR0049_000000015868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	95.72399999999999	16.0	0.07432098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
CHI0154_000000009015	3311	0.5710799556374708	4	4	1	2	2	False	79195	fragment	False	ENG0093_000000003727	0.9632640770852152		0	0	False	False	0.9972817897796631	0					non-mobilizable	no_good_hit	2360.0	74.831	70.0	0.000717319180054247	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MON0106_000000014431	2811	0.5710799556374708	4	4	1	2	2	False	56751	fragment	False	MON0106_000000014431	1.0		0	0	False	False	0.9989327788352966	0					non-mobilizable	no_good_hit	2199.0	74.17	77.0	0.0006676991762459118	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
SPA0020_000000013179	2381	0.5710709403769625	3	3	3	3	2	False	7724	fragment	False	SPA0020_000000013179	1.0		0	0	False	False	0.9995800256729126	0					non-mobilizable	other	2381.0	99.79	100.0	0.07376845762501551	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
ISR0170_000000006975	6287	0.571069771359577	9	4	2	3	3	True	41337	fragment	False	ISR0170_000000006975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	71.619	7.0	0.00016971576613701364	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	True	True
MON0098_000000012425	2508	0.5710691925602863	4	3	3	3	2	False	101089	fragment	False	MON0098_000000012425	1.0		0	0	False	False	0.9804624915122986	0					non-mobilizable	other	1375.0	79.127	97.0	0.0067006125009224414	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
CHI0110_000000005381	1766	0.5710677405495187	3	3	3	3	3	False	82697	fragment	False	MON0090_000000031486	0.9254949542868779		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	81.959	97.0	0.015844732585871324	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
CHI0141_000000020263	1365	0.5710664196968527	3	3	3	3	2	False	83137	fragment	False	CHI0176_000000005629	0.9880387796353516		0	0	False	False	1.0	0					non-mobilizable	chromosome	1365.0	99.927	100.0	0.00046348571842155247	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0176_000000005629	1364	0.5710664196968527	3	3	3	3	2	False	83137	fragment	False	CHI0176_000000005629	0.9881468028838284		0	0	False	False	1.0	0					non-mobilizable	chromosome	1364.0	100.0	100.0	0.0004631459195077537	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0210_000000009575	2003	0.5710618790712466	3	2	2	2	2	False	28439	maximal	True	ISR0210_000000009575	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	734.0	86.512	37.0	0.00020807879401732305	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0228_000000004157	5420	0.5710584960640671	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.7857894060369336		0	0	False	False	1.0	0					non-mobilizable	chromosome	5229.0	96.94	99.0	0.002150960086779688	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0387_000000004158	5412	0.5710584960640671	5	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.837604409716665		0	0	False	False	1.0	0					non-mobilizable	chromosome	5415.0	96.565	99.0	0.0023469995217549468	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0096_000000004703	5396	0.5710584960640671	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8533721271315851		0	0	False	False	1.0	0					non-mobilizable	other	5281.0	99.12899999999999	99.0	0.03757696551233228	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ISR0009_000000005556	5336	0.5710584960640671	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8206055254924381		0	0	False	False	0.9986881613731384	0					non-mobilizable	chromosome	5336.0	97.339	100.0	0.0021962607970124593	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0082_000000002973	5267	0.5710584960640671	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.7795255323736254		0	0	False	False	0.9950636029243469	0					non-mobilizable	chromosome	5270.0	96.338	100.0	0.0022832624203882415	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0779_000000006313	5077	0.5710584960640671	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.7771447172533414		0	0	False	False	0.9911364912986755	0					non-mobilizable	chromosome	5076.0	98.385	99.0	0.002239879480090107	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MAD0043_000000001864	9697	0.5710575523674509	12	6	3	5	6	False	18078	maximal	True	MAD0043_000000001864	1.0		2	1	False	False	0.998968780040741	0					non-mobilizable	no_good_hit	563.0	79.218	14.0	0.007718247623477427	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	False
MON0064_000000024753	1198	0.5710566827297029	2	2	2	1	1	False	10693	fragment	False	MON0064_000000024753	1.0		0	0	False	False	0.9908180236816406	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000011775	2708	0.5710510878509026	2	2	2	2	2	False	107241	fragment	False	ISR0230_000000011775	0.983152903004399		0	0	False	False	0.9940915703773499	0					non-mobilizable	other	2032.0	96.949	98.0	0.003924463260570062	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
ISR0319_000000010563	1869	0.5710474268718513	3	2	2	2	1	False	117263	fragment	False	MAD0026_000000006911	0.46990925144289847		0	0	False	False	1.0	0					non-mobilizable	other	1802.0	98.779	96.0	0.0069128050020918815	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0363_000000009155	2055	0.571045532122867	3	3	1	2	2	True	30541	fragment	False	ISR0363_000000009155	1.0		0	0	False	False	0.9951338171958923	0					non-mobilizable	plasmid	2042.0	99.65700000000001	99.0	0.0271742024817596	CP051521.1	firmicutes	Lactococcus lactis subsp. cremoris strain F plasmid pScrF75, complete sequence	False	True
ISR0157_000000020912	1519	0.571045532122867	3	3	1	2	2	True	30540	fragment	False	ISR0157_000000020912	1.0		0	0	False	False	0.996708333492279	0					non-mobilizable	plasmid	1519.0	99.73700000000001	100.0	0.020210896309314587	CP051521.1	firmicutes	Lactococcus lactis subsp. cremoris strain F plasmid pScrF75, complete sequence	False	True
ISR0072_000000026785	1111	0.5710453749759746	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.4491452979079467		0	0	False	False	1.0	0					non-mobilizable	chromosome	1090.0	97.064	100.0	0.0003097560351227504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0019_000000037206	1807	0.5710452146141851	2	2	2	2	2	False	13178	maximal	True	MON0019_000000037206	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	73.89699999999999	30.0	0.00198596972956305	NZ_SPFR01000002.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_2_length_272411_cov_57.815, whole genome shotgun sequence	True	False
ISR0162_000000015578	2542	0.5710408342035949	4	4	4	4	4	False	30352	fragment	False	ISR0162_000000015578	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2542.0	99.961	100.0	0.0005233521974922346	CP030029.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain FORC098 chromosome, complete genome	False	False
FIJ0127_000000009463	2024	0.5710369702103831	3	1	1	1	1	False	41055	maximal	True	FIJ0127_000000009463	1.0		43	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0019_000000004496	3604	0.5710329596975945	4	4	4	3	3	False	115988	backbone	False	ENG0038_000000005492	0.8763779921277476	PS760	0	0	False	True	0.9988901019096375	0					non-mobilizable	no_good_hit	1074.0	90.41	30.0	0.0002427683098891094	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0207_000000027511	1113	0.5710326464328396	2	1	1	1	1	False	28537	maximal	True	ISR0207_000000027511	1.0		78	10	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	74.84	42.0	0.0056414567874157745	NZ_KB446650.1	firmicutes	Eggerthia catenaformis OT 569 = DSM 20559 strain OT 569 acdBZ-supercont1.5, whole genome shotgun sequence	True	False
ISR0797_000000002795	4137	0.5710322022962355	7	3	2	2	1	True	101239	fragment	False	SPA0003_000000003521	0.5999408462286363		0	0	False	False	0.9968576431274414	0					non-mobilizable	other	4062.0	97.464	98.0	0.044819351700349355	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
FIJ0007_000000005894	2875	0.5710316256023643	3	3	3	2	2	True	89283	fragment	False	FIJ0007_000000005894	1.0		0	0	False	False	0.9975652098655701	0					non-mobilizable	plasmid	2875.0	98.852	100.0	0.0363659369859547	MG836696.1	enterobacteria	Escherichia coli strain 2248 plasmid pCTXM-2248, complete sequence	False	True
ISR0041_000000004118	3128	0.57102578785683	2	1	1	1	1	True	72559	fragment	False	ISR0041_000000004118	1.0		0	0	False	False	0.997762143611908	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000015111	2887	0.57102578785683	2	1	1	1	1	True	56368	maximal	True	FIJ0011_000000015111	1.0		9	3	False	False	0.9954970479011536	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.006461339651087659	XM_013059210.1	carnivores	PREDICTED: Mustela putorius furo GIPC PDZ domain containing family, member 2 (GIPC2), transcript variant X5, mRNA	True	True
ISR0392_000000012211	2658	0.57102578785683	2	1	1	1	1	True	22824	maximal	True	ISR0392_000000012211	1.0		3	2	False	False	0.9977426528930664	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.000126230159657776	LN596088.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002235	True	True
ISR0185_000000012820	2543	0.57102578785683	2	1	1	1	1	True	29822	maximal	True	ISR0185_000000012820	1.0		34	6	False	False	0.9921352863311768	0					non-mobilizable	no_good_hit	46.0	95.652	2.0	3.54525640664091e-05	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	True
ENG0162_000000009926	2487	0.57102578785683	3	1	1	1	1	True	56367	fragment	False	ENG0162_000000009926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.006461339651087659	XM_013059210.1	carnivores	PREDICTED: Mustela putorius furo GIPC PDZ domain containing family, member 2 (GIPC2), transcript variant X5, mRNA	True	True
AST0002_000000015645	2350	0.57102578785683	3	1	1	1	1	True	131901	maximal	True	AST0002_000000015645	1.0		1	1	False	False	0.9982978701591492	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	8.395547840979929e-07	AP015044.1	eudicots	Vigna angularis var. angularis DNA, chromosome 11, almost complete sequence, cultivar: Shumari	True	True
DEN0051_000000019515	2330	0.57102578785683	2	1	1	1	1	True	72558	fragment	False	DEN0051_000000019515	1.0		0	0	False	False	0.975965678691864	0					non-mobilizable	no_good_hit								True	True
DEN0089_000000008971	2143	0.57102578785683	2	1	1	1	1	True	68843	maximal	True	DEN0089_000000008971	1.0		191	11	False	False	0.9939337372779846	0					non-mobilizable	no_good_hit								True	True
ENG0040_000000011527	2012	0.57102578785683	2	1	1	1	1	True	64852	maximal	True	ENG0040_000000011527	0.9731801461478112		24	6	False	False	0.9985089302062988	0					non-mobilizable	no_good_hit								True	True
ISR0819_000000013161	2002	0.57102578785683	1	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.4862849574364972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ENG0097_000000016028	1961	0.57102578785683	2	1	1	1	1	True	64852	maximal	False	ENG0040_000000011527	0.9659258117431012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.95118019991557e-07	LR584428.1	bony fishes	Salmo trutta genome assembly, chromosome: 13	True	True
ISR0176_000000017459	1959	0.57102578785683	2	1	1	1	1	True	29821	fragment	False	ISR0176_000000017459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001017984390906006	LN483581.1	flies	Culicoides sonorensis genome assembly, scaffold: scaffold231	True	True
ENG0160_000000010552	1951	0.57102578785683	2	1	1	1	1	True	56467	maximal	True	ENG0160_000000010552	1.0		1	1	False	False	0.9820604920387268	0					non-mobilizable	no_good_hit								True	True
ENG0113_000000014491	1931	0.57102578785683	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.6273521505038724		0	0	False	False	0.9953392148017883	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ISR0225_000000010107	1927	0.57102578785683	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.6268832583781019		0	0	False	False	0.9699013829231262	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
AST0019_000000015364	1914	0.57102578785683	2	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.5859468316218729		0	0	False	False	0.9994775056838989	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ENG0190_000000016011	1883	0.57102578785683	2	1	1	1	1	True	64852	maximal	False	ENG0040_000000011527	0.9516164951477605		0	0	False	False	0.9867233037948608	0					non-mobilizable	no_good_hit								True	True
ENG0143_000000010021	1843	0.57102578785683	1	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.49132144103994474		0	0	False	False	0.9989148378372192	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
ENG0138_000000010958	1792	0.57102578785683	1	1	1	1	1	True	122270	fragment	False	ISR0228_000000011673	0.3601596600176378		0	0	False	False	0.9988839030265808	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
MAD0014_000000025467	1349	0.5710257064152492	2	1	1	1	1	False	19485	maximal	True	MAD0014_000000025467	1.0		5	3	False	False	0.9696071147918701	0					non-mobilizable	other	1353.0	80.044	99.0	0.007005427769912706	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ENG0127_000000012048	2138	0.5710236166778317	3	2	1	2	1	True	58721	maximal	True	ENG0127_000000012048	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	77.96600000000001	27.0	0.0028426927963692635	NZ_LN879452.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	True
MAD0034_000000003720	4047	0.5710209963195747	5	2	1	2	1	False	18824	maximal	True	MAD0034_000000003720	1.0		1	1	False	False	0.9943167567253113	0					non-mobilizable	no_good_hit								True	False
MON0035_000000007525	3514	0.5710177740084612	7	5	4	5	3	False	13747	maximal	True	MON0035_000000007525	1.0		4	2	False	False	0.9769493341445923	0					non-mobilizable	no_good_hit	421.0	100.0	12.0	0.0001487345347070266	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0075_000000002038	3206	0.5710147162407967	3	3	3	3	2	False	103655	fragment	False	CHI0075_000000002038	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2161.0	100.0	100.0	0.07065288499280387	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0848_000000001222	9496	0.5710137237064141	8	6	2	5	3	False	101893	fragment	False	ISR0848_000000001222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	77.008	13.0	0.0003976936330914404	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0326_000000009739	1991	0.5710101209343046	2	2	1	2	2	False	87139	maximal	True	ISR0326_000000009739	0.9760556127703399		8	4	False	False	0.9989954829216003	0					non-mobilizable	no_good_hit	855.0	83.39200000000001	43.0	0.00025824251754401085	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
FIJ0008_000000018761	1527	0.5710098648341385	2	2	2	2	2	False	74155	maximal	True	FIJ0008_000000018761	1.0		192	12	False	False	0.9993451237678528	0					non-mobilizable	other	1527.0	98.559	100.0	0.006769555631462907	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	False	False
USA0017_01_000000005455	4908	0.5710062014340984	4	4	4	4	4	True	115991	maximal	True	USA0017_01_000000005455	1.0	PS760	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1074.0	90.037	22.0	0.0002427683098891094	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0349_000000000218	22836	0.5710057596388685	21	12	9	9	7	False	108247	maximal	True	ISR0349_000000000218	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3193.0	90.98	31.0	0.0010007523766686955	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CAN0001_000000025503	1729	0.5710053745232571	1	1	1	0	1	False	97243	maximal	False	ENG0054_000000015455	0.9914236706689536		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	98.381	100.0	0.020069453316453933	NZ_CBVI010000104.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ISR0330_000000001761	10401	0.5710048260849852	13	8	7	5	6	True	87272	maximal	False	MON0047_000000002451	0.6403830663205943		0	0	False	False	0.9981732368469238	0					non-mobilizable	chromosome	8939.0	98.411	94.0	0.002384008019784839	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0140_000000009401	3130	0.5710035244645236	4	4	4	4	3	False	108273	fragment	False	ISR0373_000000004618	0.9679560792663134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1646.0	82.98899999999999	52.0	0.0005698984848717223	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AUS0018_000000022633	1264	0.5710020475978016	2	2	2	1	1	False	105745	fragment	False	AST0118_000000022786	0.9480994152046783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000003563	6165	0.5709968014174203	4	4	2	4	3	False	96595	maximal	True	ENG0091_000000003563	1.0		202	12	False	False	1.0	0					non-mobilizable	other	6167.0	99.87	100.0	0.0016512065778328596	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0057_01_000000009392	3335	0.5709946940175231	4	4	4	4	3	False	985	maximal	True	USA0057_01_000000009392	1.0		3	3	False	False	0.9991004467010498	0					non-mobilizable	other	3335.0	99.61	100.0	0.011801268618678145	NZ_DS544183.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_16, whole genome shotgun sequence	False	False
CAN0012_000000023157	2061	0.5709936222658495	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.7985138930495065		0	0	False	False	1.0	0					non-mobilizable	other	1930.0	98.912	100.0	0.0004729481735594756	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0078_000000001583	4238	0.5709916040137295	3	3	3	3	2	False	96060	maximal	True	MAD0078_000000001583	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1458.0	98.285	34.0	0.0004904176695769718	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0100_000000014508	2541	0.5709912747527871	3	3	3	3	3	False	125065	fragment	False	MAD0100_000000014508	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2541.0	98.229	100.0	0.024053941437175652	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
MON0026_000000020295	2175	0.5709891018659209	3	3	3	2	1	False	12750	fragment	False	MON0026_000000020295	0.9710763394973921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	73.98	35.0	0.0006667404606822026	NZ_SDPT01000002.1	a-proteobacteria	Sphingomonas desiccabilis strain CP1D NODE_2_length_1156372_cov_67.323254, whole genome shotgun sequence	True	False
CHI0109_000000010173	1857	0.5709859113728697	1	1	1	1	1	False	82777	maximal	True	CHI0109_000000010173	1.0		9	3	False	False	1.0	0					non-mobilizable	other	1072.0	93.28399999999999	100.0	0.000363863311061003	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0338_000000003984	5349	0.5709833832370813	4	4	3	3	4	True	107450	fragment	False	ISR0338_000000003984	0.9731171762774471		0	0	False	False	0.9990652203559875	0					non-mobilizable	other	5348.0	96.036	99.0	0.13132207223820413	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
MON0041_000000023953	2555	0.5709780337251843	3	2	1	2	0	False	11816	maximal	True	MON0041_000000023953	1.0		0	0	False	False	0.9980430603027344	0					non-mobilizable	no_good_hit	1866.0	99.946	73.0	0.006940593727787309	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	False
MAD0003_000000016462	1655	0.5709778826165336	3	3	3	3	3	False	100191	maximal	False	MAD0110_000000015382	0.9452287437536405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	715.0	83.916	58.0	0.003473298403561853	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
SPA0150_000000004708	3930	0.5709744156267975	5	2	1	1	2	False	3269	maximal	True	SPA0150_000000004708	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2948.0	99.05	86.0	0.0005538225715181537	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0036_000000017711	1419	0.5709743546704197	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.6598200769768833		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	98.735	99.0	0.0020985696852975602	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0115_000000023507	1234	0.5709733533571969	2	2	2	1	1	False	4375	maximal	True	SPA0115_000000023507	1.0		29	7	False	False	0.9489465355873108	0					non-mobilizable	no_good_hit	815.0	94.969	66.0	0.00023596357348569508	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0812_000000028516	1383	0.5709733287079302	2	2	2	1	1	False	35109	maximal	True	ISR0812_000000028516	1.0		142	7	False	False	0.9667389988899231	0					non-mobilizable	other	1383.0	99.928	100.0	0.01886843973567801	NZ_CYZO01000014.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
TAN0019_000000005258	1476	0.5709666506661307	2	2	2	1	1	False	2525	maximal	True	TAN0019_000000005258	1.0		3	1	False	False	0.9979674816131592	0					non-mobilizable	no_good_hit	98.0	98.98	7.0	0.020412457912457913	NZ_JXQL01000082.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig82, whole genome shotgun sequence	True	False
TAN0015_000000004108	1471	0.5709666506661307	2	2	2	1	1	False	2525	maximal	False	TAN0019_000000005258	0.9983062330623307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	98.98	7.0	0.020412457912457913	NZ_JXQL01000082.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig82, whole genome shotgun sequence	True	False
ENG0037_000000014046	2460	0.5709587517866999	3	3	3	3	3	False	94777	fragment	False	DEN0010_000000016710	0.9182865411306783		0	0	False	False	0.9943089485168457	0					non-mobilizable	no_good_hit	220.0	82.273	9.0	6.107842812667323e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0104_000000023882	1459	0.57095872196572	4	2	2	2	1	False	107717	maximal	True	AST0104_000000023882	1.0		1	1	False	False	0.989033579826355	0					non-mobilizable	no_good_hit	260.0	80.385	18.0	8.731360498849465e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
USA0059_01_000000010991	2403	0.5709571505982693	4	1	0	1	1	False	923	maximal	True	USA0059_01_000000010991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	2.0	0.00020659449632261795	NZ_CBYM010000002.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0135_000000004165	4771	0.5709563833152246	5	5	5	5	5	False	83526	fragment	False	ENG0135_000000004165	1.0		0	0	False	False	0.9966464042663574	0					non-mobilizable	chromosome	4770.0	99.62299999999999	99.0	0.0013276264049831227	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0036_01_000000021123	1492	0.5709524214529039	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5896736474855857	PS1059	0	0	False	True	0.9865951538085938	0					non-mobilizable	other	1410.0	90.63799999999999	95.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0146_000000015126	1480	0.5709524214529039	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5832035045061451	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1424.0	81.742	96.0	0.1849002477506846	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0092_000000033295	1370	0.5709524214529039	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5279672263024265	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1368.0	90.57	99.0	0.9566130160951715	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0790_000000009338	1783	0.5709521635160579	4	3	2	2	2	True	61313	fragment	False	ISR0790_000000009338	1.0		0	0	False	False	0.9977566003799438	0					non-mobilizable	other	1786.0	94.177	100.0	0.0005369695881867895	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0019_000000012259	1450	0.5709506919840738	3	1	1	1	1	False	66516	fragment	False	ISR0137_000000013507	0.38963804528785595		0	0	False	False	0.9972413778305054	0					non-mobilizable	other	1465.0	93.038	100.0	0.0004538924309159543	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0001_000000012528	3792	0.5709505210350343	6	5	4	4	3	False	97411	fragment	False	CAN0001_000000012528	1.0		0	0	False	False	0.9949894547462463	0					non-mobilizable	no_good_hit								True	False
DEN0033_000000011237	2086	0.5709488560090901	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.6952279010543568		0	0	False	False	1.0	0					non-mobilizable	chromosome	1321.0	99.243	99.0	0.0003820638695996881	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0013_000000013167	1949	0.5709488560090901	2	2	2	2	2	False	111716	fragment	False	CHI0186_000000008050	0.5603567839127648		0	0	False	False	1.0	0					non-mobilizable	chromosome	1190.0	99.244	99.0	0.00034408938787164626	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0376_000000014565	1701	0.5709432705447658	3	3	1	3	1	False	62337	fragment	False	ISR0376_000000014565	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1653.0	76.346	96.0	0.0005469654859729439	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
BAN0020_000000000336	6171	0.5709431336782075	4	4	4	4	3	False	97743	maximal	True	BAN0020_000000000336	1.0		1	1	False	False	0.9998379349708557	0					non-mobilizable	plasmid	6037.0	99.685	99.0	0.0219845881988596	CP024238.1	enterobacteria	Escherichia coli O15:H11 strain 90-9272 plasmid unnamed	False	True
ISR0146_000000006063	6227	0.5709424460442535	4	4	3	4	2	True	129415	fragment	False	ISR0146_000000006063	1.0		0	0	False	False	0.9996787905693054	0					non-mobilizable	no_good_hit	1214.0	81.631	19.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0094_000000000418	36885	0.5709329998933242	27	17	9	13	4	True	121487	maximal	True	ISR0094_000000000418	1.0		39	8	False	False	0.9998102188110352	0					non-mobilizable	no_good_hit	185.0	97.838	1.0	2.831015746909654e-05	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
ENG0051_000000005068	5294	0.5709313805468224	6	2	2	2	2	False	64089	fragment	False	ENG0051_000000005068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2259.0	95.219	75.0	0.10645299756760623	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ISR0264_000000002572	3651	0.5709269031060389	3	2	1	1	1	True	131273	maximal	False	ISR0145_000000008518	0.9652622538884824	PS1133	0	0	False	True	0.9978088140487671	0					non-mobilizable	no_good_hit	1211.0	89.51299999999999	40.0	0.00038807125684483244	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0163_000000006896	3587	0.5709269031060389	3	2	1	1	1	True	131273	maximal	False	ISR0145_000000008518	0.9432638417840229	PS1133	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1156.0	91.869	39.0	0.0004065087986923967	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
USA0023_01_000000005449	5907	0.5709252444802208	10	10	6	9	8	True	126944	maximal	True	USA0023_01_000000005449	1.0	PS981	38	8	False	True	1.0	0					non-mobilizable	other	2402.0	99.958	100.0	0.0029606374557014157	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
ENG0029_000000010249	2370	0.5709240640959178	5	3	1	2	3	False	65809	maximal	True	ENG0029_000000010249	1.0		0	0	False	False	0.999578058719635	0					non-mobilizable	no_good_hit	1757.0	79.169	73.0	0.00032978483338104046	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	True	False
ENG0205_000000004113	2133	0.5709240640959178	4	3	1	2	3	False	53996	maximal	True	ENG0205_000000004113	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	83.04	82.0	0.0003320566003159271	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	True	False
ISR0804_000000003799	4675	0.5709210930456766	4	2	1	2	2	False	57227	fragment	False	ISR0804_000000003799	1.0		0	0	False	False	0.9989304542541504	0					non-mobilizable	other	4668.0	98.522	99.0	0.007745116757842657	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0102_000000012893	3530	0.5709210930456766	3	2	1	2	2	False	57225	fragment	False	MON0088_000000008204	0.9785125433705467		0	0	False	False	1.0	0					non-mobilizable	other	3373.0	98.696	99.0	0.00559673924773582	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0008_000000009209	3422	0.5709210930456766	3	2	1	2	2	False	57225	fragment	False	MON0088_000000008204	0.9705079546633397		0	0	False	False	0.9991233348846436	0					non-mobilizable	other	3373.0	98.51799999999999	100.0	0.00559673924773582	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0068_000000012180	3402	0.5709210930456766	3	2	1	2	2	False	57225	fragment	False	MON0088_000000008204	0.9697719091663005		0	0	False	False	1.0	0					non-mobilizable	other	3373.0	98.93299999999999	99.0	0.00559673924773582	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0149_000000007764	2896	0.5709210930456766	3	2	1	2	2	False	57224	fragment	False	ISR0056_000000007075	0.9817841334695268		0	0	False	False	0.9996547102928162	0					non-mobilizable	other	1659.0	99.397	99.0	0.002752712451126072	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0812_000000009770	4003	0.5709207831922043	7	4	3	1	2	False	126143	fragment	False	FIJ0129_000000003927	0.1339734544448082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	85.584	11.0	0.06594906003638569	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
FIJ0058_000000036975	1176	0.5709070851427149	2	2	2	1	1	False	45946	fragment	False	FIJ0058_000000036975	1.0		0	0	False	False	0.9659863710403442	0					non-mobilizable	no_good_hit	867.0	81.661	73.0	0.0004113228027078751	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
CHI0161_000000007044	1549	0.5709047484557017	2	2	2	2	1	False	78631	maximal	True	CHI0161_000000007044	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	98.446	84.0	0.00034361546840812774	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0169_000000017722	1285	0.5709041775526147	2	2	2	2	2	False	38848	fragment	False	FIJ0169_000000017722	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1285.0	96.42	100.0	0.0005988275292767898	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0065_000000011913	1602	0.5709031592816591	3	2	2	2	2	False	45412	maximal	True	FIJ0065_000000011913	1.0		147	12	False	False	1.0	0					non-mobilizable	other	582.0	97.93799999999999	98.0	0.004515146334260713	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	False
ISR0172_000000008722	1837	0.5708963631737117	2	2	1	2	1	False	127496	maximal	True	ISR0172_000000008722	0.9910828784470235		7	5	False	False	0.9994556307792664	0					non-mobilizable	no_good_hit								True	False
AST0006_000000007271	1766	0.5708963631737117	2	2	1	2	1	False	127496	maximal	False	ISR0172_000000008722	0.9742156758112516		0	0	False	False	0.9994337558746338	0					non-mobilizable	no_good_hit								True	False
ISR0366_000000011586	1713	0.5708951947960688	2	2	2	2	1	False	119648	fragment	False	ISR0366_000000011586	0.9659086254020826		0	0	False	False	0.9988324642181396	0					non-mobilizable	chromosome	1713.0	99.416	100.0	0.0003144219778023961	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0214_000000018293	1650	0.5708921534873106	2	2	1	1	2	False	30543	maximal	True	ISR0214_000000018293	0.9977183157021364		169	9	False	False	0.9915151596069336	0					non-mobilizable	no_good_hit	209.0	82.29700000000001	13.0	0.0007379782977061771	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0068_000000026524	1100	0.5708906078035237	2	2	2	1	1	False	16411	maximal	True	MAD0068_000000026524	1.0		37	8	False	False	0.996363639831543	0					non-mobilizable	no_good_hit	544.0	76.28699999999999	49.0	0.00015282422015371546	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
FIJ0154_000000001414	16918	0.5708850501310748	27	10	4	8	8	False	53162	maximal	True	FIJ0154_000000001414	1.0		5	1	False	False	0.9979903101921082	0					non-mobilizable	no_good_hit	4373.0	93.711	56.0	0.17095321980818165	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
SPA0111_000000027283	1247	0.5708837743947149	2	2	2	2	2	False	4557	fragment	False	SPA0111_000000027283	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	99.92	100.0	0.0002631532817178376	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0069_000000007905	3075	0.5708795368806244	3	2	1	2	1	False	34964	maximal	True	ISR0069_000000007905	1.0		0	0	False	False	0.9856910705566406	0					non-mobilizable	no_good_hit	1626.0	96.31	53.0	0.0005901397632540851	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
FIJ0029_000000009669	3564	0.5708752760061298	6	6	3	5	4	True	48888	maximal	True	FIJ0029_000000009669	1.0		23	3	False	False	0.9997194409370422	0					non-mobilizable	other	2113.0	89.541	94.0	0.013508542071395839	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	True
ENG0005_000000002808	8308	0.5708748043962261	7	3	2	3	0	True	79293	fragment	False	ISR0043_000000002370	0.9558554651406551		0	0	False	False	0.9980741739273071	0					non-mobilizable	no_good_hit	81.0	87.654	1.0	0.0030258924467596138	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0130_000000016972	1788	0.5708644446069068	2	2	1	2	2	False	31759	fragment	False	ISR0130_000000016972	1.0		0	0	False	False	1.0	0					non-mobilizable	other	953.0	96.22200000000001	92.0	0.004727451496446962	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	False	False
MON0043_000000019011	1523	0.5708596939901064	2	2	2	2	1	False	11674	maximal	True	MON0043_000000019011	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	562.0	72.42	36.0	0.00016649771012959422	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0027_000000027110	1389	0.57085797047368	2	2	2	2	2	False	7467	maximal	True	SPA0027_000000027110	1.0		67	9	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	99.791	69.0	0.00021788739388235037	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
CHI0014_000000002878	2334	0.5708551027505635	3	2	0	1	2	False	89907	maximal	True	CHI0014_000000002878	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	88.95	39.0	0.016684468343707414	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0130_000000018806	1638	0.5708551027505635	2	2	0	1	2	False	31747	fragment	False	ISR0130_000000018806	1.0		0	0	False	False	0.9993894696235657	0					non-mobilizable	no_good_hit	786.0	91.094	48.0	0.014456189458951788	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0223_000000013688	2170	0.5708518889698803	3	3	3	3	3	False	35694	fragment	False	ISR0223_000000013688	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2170.0	99.40100000000001	100.0	0.0007370238440295801	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0064_000000021162	1218	0.5708501957179932	2	2	1	2	1	False	124922	fragment	False	ENG0206_000000011673	0.08198659342392493		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	82.196	98.0	0.0004164566971796745	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0164_000000003184	7503	0.5708475208400561	10	6	1	5	4	False	39115	maximal	True	FIJ0164_000000003184	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	82.809	37.0	0.00032959721666191627	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
ISR0098_000000007100	2477	0.5708437136885973	4	3	3	3	3	False	113809	fragment	False	ISR0098_000000007100	0.9457623706203369		0	0	False	False	1.0	0					non-mobilizable	other	2493.0	95.62799999999999	100.0	0.009633395772009633	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0020_01_000000021650	1601	0.5708398129306224	2	1	1	1	1	True	1777	fragment	False	USA0020_01_000000021650	1.0		0	0	False	False	0.9793878793716431	0					non-mobilizable	no_good_hit	435.0	75.402	27.0	0.04691439219554971	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
ENG0026_000000005018	2185	0.5708352232374968	3	3	3	2	3	False	97768	fragment	False	ENG0026_000000005018	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2185.0	100.0	100.0	0.0004188150755017727	CP031215.1	enterobacteria	Escherichia coli strain Es_ST80_L1_NDM_10_2017 chromosome, complete genome	False	False
ISR0241_000000007851	1917	0.5708292461613181	3	3	2	3	2	False	122102	fragment	False	ISR0028_000000007710	0.4139489636504728		0	0	False	False	1.0	0					non-mobilizable	other	1916.0	96.60799999999999	99.0	0.04355281207133059	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0327_000000006390	3817	0.570829070737602	3	2	1	2	0	True	49937	maximal	True	ISR0327_000000006390	0.9597152761465055		1	1	True	True	1.0	27					non-mobilizable	no_good_hit	718.0	81.89399999999999	19.0	0.2255089058524173	HG796356.1	bacteria	Uncultured bacterium plasmid pRGI00686	True	True
MAD0050_000000006180	3699	0.570829070737602	2	2	1	2	0	True	118323	maximal	False	CHI0157_000000002617	0.9978430301767783		0	0	True	True	0.9997296333312988	65					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
CHI0157_000000002617	3680	0.570829070737602	3	2	1	2	0	True	118323	maximal	True	CHI0157_000000002617	0.9991435211776203		15	5	True	True	1.0	43					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
SPA0127_000000008003	3674	0.570829070737602	3	2	1	2	0	True	118323	maximal	False	CHI0157_000000002617	0.9989196106538337		0	0	True	True	1.0	61					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
CHI0185_000000005581	3669	0.570829070737602	3	2	1	2	0	True	118323	maximal	False	CHI0157_000000002617	0.9981069508580299		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
SPA0026_000000007749	3660	0.570829070737602	3	2	1	2	0	True	118323	maximal	False	CHI0157_000000002617	0.998756134550368		0	0	True	True	0.9991803169250488	13					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
ISR0050_000000006645	3640	0.570829070737602	3	2	1	2	0	True	118323	maximal	False	CHI0157_000000002617	0.9976544550462144		0	0	True	True	1.0	66					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
SPA0028_000000008203	3377	0.570829070737602	2	2	1	2	0	True	118323	maximal	False	CHI0157_000000002617	0.9413299351647252		0	0	False	True	0.997334897518158	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
CHI0130_000000005723	2822	0.570829070737602	2	2	1	2	0	True	108050	fragment	False	CHI0130_000000005723	1.0		0	0	False	False	0.994684636592865	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.035600265044275e-05	NZ_JABGBK010000006.1	firmicutes	Bacillus paranthracis strain MHSD3 contig_6, whole genome shotgun sequence	True	True
ISR0186_000000016621	1862	0.5708284221391506	2	2	2	2	2	False	29328	fragment	False	ISR0186_000000016621	1.0		0	0	False	False	0.9914070963859558	0					non-mobilizable	other	1862.0	99.141	100.0	0.001120624611228767	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
SPA0052_000000015742	1735	0.5708233963380118	2	1	1	0	1	False	6524	maximal	True	SPA0052_000000015742	1.0		337	11	False	False	0.9976945519447327	0					non-mobilizable	other	1735.0	99.82700000000001	100.0	0.029315795702378737	NZ_NFIG01000029.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_29, whole genome shotgun sequence	False	False
MON0075_000000009589	2460	0.5708189999193805	4	4	3	4	3	False	120891	fragment	False	MON0075_000000009589	1.0		0	0	False	False	0.9963414669036865	0					non-mobilizable	no_good_hit	1938.0	92.57	79.0	0.0005492939514645567	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0139_000000008646	2993	0.5708185351310722	5	3	1	1	3	True	74248	fragment	False	FIJ0092_000000009268	0.7209717686960051		0	0	False	False	1.0	0					non-mobilizable	other	2993.0	94.454	100.0	0.04936274186092584	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
ENG0133_000000007055	3504	0.5708182274183	6	3	2	2	3	False	58273	maximal	True	ENG0133_000000007055	0.997317436661699		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	96.85	38.0	0.00022002008879071566	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0011_000000026368	1776	0.570815756278213	3	3	3	2	2	False	13667	fragment	False	MON0011_000000026368	1.0		0	0	False	False	0.982545018196106	0					non-mobilizable	no_good_hit	215.0	76.744	12.0	9.337911394180859e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0355_000000007493	2546	0.5708118186032309	5	3	1	3	2	False	23960	maximal	True	ISR0355_000000007493	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	2538.0	99.961	99.0	0.0004837432152964295	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
CHI0116_000000008127	2015	0.5708103236955844	3	3	2	2	2	False	82171	maximal	True	CHI0116_000000008127	1.0		17	6	False	False	0.9900744557380676	0					non-mobilizable	other	1980.0	78.384	98.0	0.0005964660302532693	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0174_000000005787	2991	0.5708073270745654	5	4	3	3	0	True	55662	maximal	True	ENG0174_000000005787	1.0		4	3	False	False	0.9993313550949097	0					non-mobilizable	no_good_hit	835.0	94.132	28.0	0.0039749302957367205	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	True	True
ISR0811_000000003925	3544	0.5708072774987507	4	4	4	4	3	False	102432	backbone	False	USA0018_01_000000006382	0.9721913155971671	PS597	0	0	False	True	0.9997178316116333	0					non-mobilizable	chromosome	1334.0	98.95100000000001	100.0	0.00024294465717059096	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
CHI0093_000000003274	1816	0.5707975000970936	3	2	2	1	0	False	83592	maximal	True	CHI0093_000000003274	1.0		1	1	False	False	0.9983479976654053	0					non-mobilizable	no_good_hit	536.0	97.76100000000001	30.0	0.002102871697312255	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0141_000000018108	1229	0.5707964043093618	2	2	2	2	2	False	68414	maximal	True	SPA0141_000000018108	0.9991659716430359		33	7	False	False	0.9837266206741333	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.608811567612977e-06	NC_012912.1	enterobacteria	Dickeya chrysanthemi Ech1591, complete sequence	True	False
FIJ0139_000000009419	2743	0.5707961277594233	3	3	1	2	2	False	100337	maximal	True	FIJ0139_000000009419	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	83.611	15.0	8.93636216434957e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0145_000000021256	1640	0.5707895849850646	3	3	3	2	2	False	65385	maximal	False	ISR0046_000000015234	0.4227408458987406		0	0	False	False	1.0	0					non-mobilizable	other	1640.0	96.95100000000001	100.0	0.07186705253003596	NZ_SPFY01000030.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_30_length_22806_cov_22.6189, whole genome shotgun sequence	False	False
ISR0244_000000003193	5988	0.5707886387842329	6	6	6	6	5	False	122927	fragment	False	AST0019_000000002659	0.14154012901908292		0	0	False	False	0.9998329877853394	0					non-mobilizable	other	5921.0	99.088	99.0	0.0978913420987348	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0058_000000003729	6902	0.5707880792124622	7	6	4	5	6	False	59975	fragment	False	SPA0058_000000003729	1.0		0	0	False	False	0.999855101108551	0					non-mobilizable	no_good_hit	497.0	74.84899999999999	7.0	0.00015761365830325834	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0050_000000010897	2413	0.570786037165309	3	3	3	3	3	False	64145	maximal	False	SPA0035_000000007792	0.9767914860587398		0	0	False	False	0.9987567067146301	0					non-mobilizable	other	2413.0	98.55	100.0	0.030295418006430867	NZ_JDUU01000025.1	high GC Gram+	Bifidobacterium biavatii DSM 23969 contig25, whole genome shotgun sequence	False	False
FIJ0052_000000012687	2292	0.5707859216478531	2	2	2	2	1	False	46473	maximal	True	FIJ0052_000000012687	1.0		3	1	False	False	0.9921466112136841	0					non-mobilizable	no_good_hit								True	False
ENG0056_000000001521	9081	0.5707843059300559	12	6	4	4	3	True	63609	maximal	True	ENG0056_000000001521	1.0		38	7	False	False	1.0	0					non-mobilizable	no_good_hit	4391.0	93.669	48.0	0.014315222037675759	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
FIJ0005_000000008177	3676	0.5707833465459202	5	5	4	4	5	False	101828	maximal	True	FIJ0005_000000008177	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	80.76899999999999	3.0	0.01573960880195599	NZ_ASSC01000495.1	firmicutes	Paenibacillus forsythiae T98 S9_contig01039, whole genome shotgun sequence	True	False
MON0086_000000013301	2325	0.5707831063353532	3	2	2	2	2	False	115696	maximal	True	MON0086_000000013301	1.0		103	10	False	False	0.9982795715332031	0					non-mobilizable	other	2166.0	81.117	94.0	0.00448104182654207	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0046_000000008392	2116	0.5707831063353532	4	2	2	2	2	False	115695	fragment	False	AST0046_000000008392	1.0		0	0	False	False	0.9995273947715759	0					non-mobilizable	other	1882.0	81.615	93.0	0.003880920965964574	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0040_000000020439	1641	0.5707831063353532	3	2	2	2	2	False	18350	fragment	False	MAD0040_000000020439	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	81.777	95.0	0.0006417686153768767	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
SPA0109_000000009042	3231	0.5707806523999825	4	3	3	3	3	False	72233	fragment	False	ETH0003_000000010538	0.8676724060226186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	75.153	45.0	0.00040351096484421206	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0006_000000005193	8506	0.5707804269202902	8	8	5	6	8	True	130579	maximal	True	CAN0006_000000005193	1.0		237	11	False	False	1.0	0					non-mobilizable	no_good_hit	4280.0	98.52799999999999	52.0	0.0007158460847251865	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	True
ISR0336_000000000798	9850	0.5707777436437802	9	4	3	4	3	True	51770	fragment	False	ISR0336_000000000798	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1196.0	96.23700000000001	12.0	0.10945228063747939	NZ_CABMGA010000033.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0171_000000016006	1797	0.5707757816517566	3	2	2	2	1	False	87124	fragment	False	CHI0062_000000006256	0.45397979142163003		0	0	False	False	0.9638286232948303	0					non-mobilizable	other	1766.0	97.28200000000001	98.0	0.004450103373506127	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
CHI0078_000000005807	2786	0.5707750964403026	4	4	2	3	2	False	84488	maximal	True	CHI0078_000000005807	0.9750791139240507		79	11	False	False	0.9971284866333008	0					non-mobilizable	no_good_hit	527.0	74.00399999999999	18.0	9.790908855400849e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
ITA0001_000000001782	1727	0.5707725747955428	2	2	2	2	2	True	77969	fragment	False	ITA0001_000000001782	1.0		0	0	False	False	0.9959467053413391	0					non-mobilizable	other	1727.0	97.915	100.0	0.0030957697723012906	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0035_000000014117	1460	0.5707685739488406	2	2	2	2	1	False	24728	maximal	True	SPA0035_000000014117	1.0		2	1	False	False	0.9917808175086975	0					non-mobilizable	no_good_hit	1188.0	99.916	81.0	0.0039788820916785385	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
ENG0106_000000010281	2026	0.5707645846082263	3	2	2	2	2	False	78571	maximal	False	ENG0179_000000011698	0.2051955253170748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	84.524	4.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
SPA0114_000000014738	3080	0.5707575196722028	6	5	4	4	4	False	94064	fragment	False	SPA0114_000000014738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0022_000000004384	3089	0.5707568712970158	4	4	4	3	3	False	93296	maximal	True	SPA0022_000000004384	0.9828481211494766		219	13	False	False	0.9990288019180298	0					non-mobilizable	no_good_hit	431.0	75.17399999999999	14.0	0.0007717231867241719	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0195_000000012561	1622	0.5707564533779157	2	2	2	2	2	False	78937	fragment	False	ISR0195_000000012561	0.9866100587851078		0	0	False	False	0.9987669587135315	0					non-mobilizable	chromosome	1473.0	96.741	100.0	0.0005127343555023263	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0060_000000011720	2404	0.5707509314004875	3	3	3	3	3	False	102286	maximal	True	ISR0060_000000011720	1.0		0	0	False	False	0.9850249290466309	0					non-mobilizable	no_good_hit	892.0	98.094	55.0	0.0002474298948631221	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ETH0001_000000002251	8554	0.5707495210610386	9	5	3	5	2	False	53603	maximal	True	ETH0001_000000002251	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	4712.0	97.22	57.0	0.006150755554162307	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0056_000000005230	3828	0.5707492880212697	6	3	1	3	1	False	35652	fragment	False	ISR0056_000000005230	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3847.0	89.914	100.0	0.0021251201160868323	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
MON0015_000000016464	2292	0.5707485040086765	5	4	4	2	1	True	13419	fragment	False	MON0015_000000016464	1.0		0	0	False	False	0.9995636940002441	0					non-mobilizable	no_good_hit	1090.0	82.569	73.0	0.00038216061543738333	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0059_000000017102	2292	0.5707485040086765	5	4	4	2	1	True	13419	fragment	False	MON0015_000000016464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	82.569	73.0	0.00038216061543738333	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0033_000000034368	1154	0.570741943172804	2	2	2	2	2	False	48212	fragment	False	FIJ0033_000000034368	1.0		0	0	False	False	0.9514731168746948	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	6.0	1.2583379636238088e-05	NZ_LN554852.1	g-proteobacteria	Moritella viscosa genome assembly MVIS1, chromosome : 1	True	False
ISR0280_000000002889	3402	0.5707392145395618	3	3	2	2	2	False	107230	fragment	False	SPA0001_000000010041	0.9736088982426181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	80.755	54.0	0.0049087283325663445	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
CHI0054_000000002143	6861	0.5707359566645762	7	7	5	6	5	False	130514	maximal	True	CHI0054_000000002143	0.9982123426084253		11	4	False	False	1.0	0					non-mobilizable	other	4346.0	82.029	97.0	0.024594285714285714	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0169_000000016943	1863	0.5707260104881254	1	1	1	1	1	False	30091	maximal	True	ISR0169_000000016943	1.0		1268	13	False	False	0.9989264607429504	0					non-mobilizable	chromosome	1863.0	99.302	100.0	0.0003716313177822991	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0046_000000007478	3182	0.5707252727463056	3	2	2	2	2	False	72737	maximal	True	DEN0046_000000007478	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1241.0	78.646	41.0	0.00032731093658677383	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0034_000000011989	1410	0.570718950104482	2	2	2	2	2	False	88200	maximal	True	CHI0034_000000011989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1245.0	77.028	87.0	0.0035022187351646072	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	False
FIJ0111_000000001798	13386	0.5707170955799713	19	8	6	7	7	True	126196	maximal	True	FIJ0111_000000001798	1.0	PS947	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1599.0	74.046	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0838_000000015514	1575	0.5707127681211456	2	2	2	2	2	False	119648	fragment	False	ISR0366_000000011586	0.950386047753607		0	0	False	False	1.0	0					non-mobilizable	chromosome	921.0	98.48	100.0	0.000168965081529325	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
FIJ0137_000000007013	1613	0.5707114844568513	1	1	1	1	1	False	79311	fragment	False	FIJ0137_000000007013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0152_000000010884	1200	0.5707114844568513	1	1	1	1	1	False	79307	fragment	False	FIJ0104_000000022783	0.9750321931151018		0	0	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit								True	False
SPA0033_000000018283	1715	0.5707079052893056	2	2	1	2	2	False	7198	maximal	True	SPA0033_000000018283	1.0		1	1	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit	668.0	98.204	62.0	0.05702543025944002	CP016689.1	firmicutes	Lactococcus lactis subsp. cremoris strain 158 plasmid p158E, complete sequence	True	False
SPA0040_000000022369	1884	0.5707063269262264	2	2	2	2	2	False	6953	fragment	False	SPA0040_000000022369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	81.928	4.0	3.2280782974327723e-05	CP013015.1	d-proteobacteria	Candidatus Desulfofervidus auxilii strain HS1 genome	True	False
ISR0192_000000012856	1357	0.5707036145527401	2	1	1	1	1	False	56719	fragment	False	ISR0192_000000012856	1.0		0	0	False	False	0.9373618364334106	0					non-mobilizable	no_good_hit	1125.0	81.867	82.0	0.00543996246279271	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0004_000000005729	4645	0.5707023492917099	4	1	1	1	1	False	88446	maximal	True	ENG0004_000000005729	1.0		7	6	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.00013213748905736418	NC_042182.1	green algae	Chlorococcum tatrense culture UTEX:2227 chloroplast, complete genome	True	False
CHI0032_000000004312	1642	0.5707023492917099	2	1	1	1	1	False	88445	fragment	False	CHI0032_000000004312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0108_000000003183	7925	0.5707021404971947	6	6	3	5	3	False	59953	maximal	True	ENG0108_000000003183	1.0		267	12	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	0.00016057550260132315	NZ_DS544177.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_10, whole genome shotgun sequence	True	False
AST0113_000000025859	1444	0.5707008747050092	2	2	2	2	2	False	106475	fragment	False	AST0113_000000025859	0.9705882352941176		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	98.26899999999999	100.0	0.03299039780521262	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0052_000000017853	2405	0.5706971291949839	2	2	2	2	2	False	115335	fragment	False	DEN0052_000000017853	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	98.90299999999999	100.0	0.018131396664718392	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0050_000000004659	4885	0.5706955663636006	7	7	3	6	6	False	72221	maximal	True	ENG0050_000000004659	1.0		4	2	False	False	0.994472861289978	0					non-mobilizable	no_good_hit	255.0	86.275	5.0	0.3047158403869408	GQ879457.1		Uncultured organism clone VC1C825TR genomic sequence	True	False
ISR0058_000000005658	4139	0.5706953184260446	5	4	1	4	2	False	100396	maximal	True	ISR0058_000000005658	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	95.21	21.0	0.008374881233409409	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	False
SPA0132_000000008272	4657	0.570684664771008	5	4	3	4	2	False	3747	fragment	False	SPA0132_000000008272	1.0		0	0	False	False	0.9978526830673218	0					non-mobilizable	no_good_hit	1058.0	71.645	22.0	0.004863409147129795	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0034_000000000086	23128	0.5706796726963811	28	26	12	13	22	True	112519	maximal	True	MON0034_000000000086	1.0		18	8	False	False	1.0	0					non-mobilizable	other	8703.0	99.96600000000001	98.0	0.1056016698218533	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CAN0018_000000012972	2672	0.5706619853597762	4	3	3	3	3	False	92260	maximal	True	CAN0018_000000012972	0.9931930693069306		43	7	False	False	0.9981287717819214	0					non-mobilizable	no_good_hit	1547.0	70.58800000000001	57.0	0.003907745351684235	NZ_QGDL01000003.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_103, whole genome shotgun sequence	True	False
CHI0114_000000002448	2872	0.5706584294447976	5	1	1	1	1	False	82307	maximal	False	ISR0069_000000008285	0.9785714285714285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	85.102	17.0	0.0007289198188199298	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
DEN0018_000000027614	1455	0.5706576437508061	2	1	1	1	1	False	75013	fragment	False	DEN0018_000000027614	1.0		0	0	False	False	0.9951890110969543	0					non-mobilizable	other	752.0	99.867	100.0	0.0008240070221637042	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
DEN0062_000000010681	1898	0.5706561089635694	3	3	3	3	1	False	71714	maximal	True	DEN0062_000000010681	1.0		22	6	False	False	0.9726027250289917	0					non-mobilizable	no_good_hit	778.0	95.116	41.0	0.0028477080897632776	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0144_000000003798	1874	0.5706560587932855	3	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.49945662115026096		0	0	False	False	0.9989327788352966	0					non-mobilizable	other	1885.0	97.56	100.0	0.004745096061721547	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
DEN0004_000000002043	1155	0.5706548558213902	2	2	2	1	1	False	76585	maximal	False	MON0011_000000037767	0.9417946645109134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	93.99700000000001	63.0	0.002679117906842929	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0064_000000005241	3392	0.5706545303667856	5	4	2	1	3	True	110212	fragment	False	CHI0064_000000005241	0.9750376996291082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	89.73	72.0	0.0004248176619173109	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0161_000000009238	3219	0.5706545303667856	4	4	2	1	3	True	110212	fragment	False	CHI0064_000000005241	0.9693728640511254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	89.67299999999999	70.0	0.00042509103235612516	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0783_000000006038	2296	0.5706535287495452	2	2	2	2	2	False	85883	maximal	True	ISR0783_000000006038	1.0		41	9	False	False	0.9908536672592163	0					non-mobilizable	no_good_hit	629.0	91.09700000000001	27.0	0.11212446351931331	NZ_RKRD01000008.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_18, whole genome shotgun sequence	True	False
SPA0090_000000022082	1641	0.5706535287495452	2	2	2	2	2	False	69734	fragment	False	MON0033_000000036299	0.7100417449666565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000022144	2790	0.5706522181762331	5	4	2	4	1	False	784	maximal	True	USA0069_01_000000022144	1.0		16	5	False	False	0.9953405261039734	0					non-mobilizable	no_good_hit	1549.0	89.025	55.0	0.00043045650500104815	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0159_000000010281	2348	0.5706474676013837	2	2	2	2	2	False	65127	fragment	False	FIJ0159_000000010281	1.0		0	0	False	False	0.9787052869796753	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	4.0	2.8716055641813745e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0146_000000025512	1649	0.5706433584264251	2	2	1	2	1	False	30994	maximal	True	ISR0146_000000025512	1.0		58	9	False	False	0.9878714084625244	0					non-mobilizable	no_good_hit	927.0	77.562	56.0	0.00031997969976283857	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0077_000000019027	1109	0.5706424304775065	2	2	2	2	2	False	61960	maximal	True	ENG0077_000000019027	1.0		20	7	False	False	0.9990983009338379	0					non-mobilizable	other	1105.0	81.719	99.0	0.00029274853885212233	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
SPA0034_000000017078	2102	0.5706383612830518	3	3	3	3	3	False	80903	maximal	False	ISR0031_000000010743	0.9878032239753112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	70.556	50.0	0.00033811191730085484	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0018_01_000000013706	1624	0.5706367652450475	2	2	2	2	1	True	36395	fragment	False	USA0018_01_000000013706	1.0		0	0	False	False	0.9975369572639465	0					non-mobilizable	chromosome	1625.0	96.92299999999999	100.0	0.0007247162606425966	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0157_000000028406	1116	0.5706339732095775	2	2	2	2	2	False	33547	maximal	False	ISR0307_000000011135	0.9837727411409609		0	0	False	False	0.9865591526031494	0					non-mobilizable	other	1116.0	100.0	100.0	0.01603347617267263	NZ_JAAIPV010000019.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_19_length_69542_cov_109.211, whole genome shotgun sequence	False	False
ISR0126_000000045116	1109	0.5706339732095775	2	2	2	2	2	False	33547	maximal	False	ISR0307_000000011135	0.9901344834416548		0	0	False	False	0.9990983009338379	0					non-mobilizable	other	1106.0	98.101	99.0	0.015817779183802595	NZ_JAAIPV010000019.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_19_length_69542_cov_109.211, whole genome shotgun sequence	False	False
ISR0092_000000029520	1106	0.5706339732095775	2	2	2	2	2	False	33547	maximal	False	ISR0307_000000011135	0.9890097811509075		0	0	False	False	0.9972875118255615	0					non-mobilizable	other	1106.0	98.101	100.0	0.015817779183802595	NZ_JAAIPV010000019.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_19_length_69542_cov_109.211, whole genome shotgun sequence	False	False
DEN0024_000000003797	2153	0.5706337790281566	4	3	3	3	3	False	74343	maximal	True	DEN0024_000000003797	1.0		213	13	False	False	0.9944263696670532	0					non-mobilizable	no_good_hit	475.0	72.842	22.0	0.00016418655138383023	CP032416.1	firmicutes	Clostridium sp. JN500901 chromosome, complete genome	True	False
ISR0236_000000009974	1161	0.5706283011714945	2	1	1	1	1	False	27320	fragment	False	ISR0236_000000009974	1.0		0	0	False	False	0.9991386532783508	0					non-mobilizable	no_good_hit	502.0	71.91199999999999	43.0	0.0019235766114801844	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0143_000000001135	11968	0.5706275797532879	17	15	7	8	10	True	101534	fragment	False	SPA0143_000000001135	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8967.0	99.007	99.0	0.002679261968262016	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0039_000000007354	3492	0.5706266308336879	4	4	3	2	2	True	112057	fragment	False	SPA0039_000000007354	1.0		0	0	False	False	0.999713659286499	0					non-mobilizable	other	3436.0	88.97	98.0	0.012258255833479222	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
MAD0087_000000017983	1698	0.5706237760551672	2	1	1	1	1	False	15980	maximal	True	MAD0087_000000017983	1.0		3	1	False	False	0.9805653691291809	0					non-mobilizable	no_good_hit								True	False
MAD0106_000000007701	2664	0.5706235742590078	4	3	3	3	2	False	102466	backbone	True	MAD0106_000000007701	0.9664935868362016	PS598	965	15	False	True	1.0	0					non-mobilizable	other	2560.0	99.648	100.0	0.0007650336282953024	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0047_000000008956	4100	0.5706208977119145	5	4	4	3	3	True	11477	maximal	True	MON0047_000000008956	1.0		1	1	False	False	0.9992682933807373	0					non-mobilizable	no_good_hit	770.0	77.273	19.0	0.00026525550274457535	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0024_000000026229	1933	0.5706208314225905	2	2	2	2	1	False	12925	maximal	True	MON0024_000000026229	1.0		1	1	False	False	0.9498189091682434	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000015587	2490	0.5706178481978336	4	2	2	2	2	False	51270	maximal	True	FIJ0009_000000015587	1.0		2	1	False	False	0.9815260767936707	0					non-mobilizable	no_good_hit	1281.0	83.294	51.0	0.010499637943519189	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0036_000000009165	1493	0.5706137927676731	2	2	2	2	2	False	99472	fragment	False	ISR0036_000000009165	1.0		0	0	False	False	0.997990608215332	0					non-mobilizable	other	1500.0	83.93299999999999	100.0	0.0006241629446741799	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0138_000000025865	1114	0.5706095375517578	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.05914241977504511		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	85.318	100.0	0.01552041499330656	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0130_000000022090	1427	0.5706079172763792	2	2	1	2	1	True	31725	maximal	True	ISR0130_000000022090	1.0		0	0	False	False	0.9425367712974548	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0006226343989120284	NZ_JAAIOD010000016.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_16_length_61031_cov_283.861, whole genome shotgun sequence	True	True
MON0008_000000031256	1209	0.5706018399407782	2	2	2	1	1	False	30788	fragment	False	MON0008_000000031256	0.9961432506887052		0	0	False	False	0.9925558567047119	0					non-mobilizable	other	1166.0	96.484	99.0	0.017613146307140587	NZ_CABMGA010000015.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0150_000000021968	1129	0.5706018399407782	2	2	2	1	1	False	30788	fragment	False	MON0008_000000031256	0.9548027078818868		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	96.54899999999999	100.0	0.01706840982341459	NZ_CABMGA010000015.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0037_000000022797	1563	0.5705983658335697	2	2	2	2	1	True	65170	maximal	True	ENG0037_000000022797	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	74.962	41.0	7.495717896561886e-05	CP060293.1	firmicutes	Paenibacillus sp. PAMC21692 chromosome, complete genome	True	True
FIJ0139_000000021595	1243	0.570597571308046	1	1	1	1	1	False	40421	fragment	False	FIJ0139_000000021595	1.0		0	0	False	False	0.9871279001235962	0					non-mobilizable	no_good_hit								True	False
AST0060_000000000675	29753	0.5705960111627223	30	20	16	17	11	True	112551	maximal	True	AST0060_000000000675	1.0		2	2	False	False	0.9999663829803467	0					non-mobilizable	no_good_hit	2885.0	71.3	9.0	0.016289159958744116	NZ_FODF01000004.1	firmicutes	Peptostreptococcus russellii strain Calf135, whole genome shotgun sequence	True	True
MAD0009_000000009762	1149	0.5705912657069443	2	1	1	1	1	False	19756	maximal	True	MAD0009_000000009762	1.0		187	12	False	False	0.9773716330528259	0					non-mobilizable	no_good_hit	436.0	72.706	38.0	0.00011975317478198656	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	True	False
ISR0155_000000005954	4092	0.5705865497144966	7	3	3	2	2	False	119935	fragment	False	ISR0155_000000005954	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1522.0	95.40100000000001	75.0	0.0003378355866811485	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0040_000000008188	1878	0.5705865497144966	3	3	3	2	2	False	119941	fragment	False	CHI0040_000000008188	1.0		0	0	False	False	0.9984025359153748	0					non-mobilizable	other	1826.0	98.02799999999999	100.0	0.004293502311523723	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0781_000000020392	1479	0.5705865497144966	3	3	3	2	2	False	119932	fragment	False	ISR0781_000000020392	0.9425020231542937		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	99.79700000000001	100.0	0.00031215132454170464	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0080_000000017725	2790	0.5705842579052787	2	2	2	2	1	False	26377	maximal	True	MON0080_000000017725	1.0		1	1	False	False	0.9086021780967712	0					non-mobilizable	no_good_hit	1384.0	99.133	50.0	0.0022961407237076944	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0002_000000020127	1848	0.5705838145354751	3	3	3	3	3	False	131709	maximal	True	AST0002_000000020127	1.0		42	10	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.03683640303358613	XM_017285116.2	flies	PREDICTED: Drosophila miranda cyclopentanol dehydrogenase-like (LOC108154744), mRNA	True	False
SPA0034_000000007758	4557	0.570581779134436	6	2	2	2	2	True	116650	maximal	True	SPA0034_000000007758	1.0		34	6	False	False	0.9993416666984558	0					non-mobilizable	no_good_hit	2226.0	92.00399999999999	51.0	0.01980727097842931	NZ_LFQU01000010.1	CFB group bacteria	Prevotella rara strain 109 contig00010, whole genome shotgun sequence	True	True
MON0041_000000025752	2411	0.570581779134436	2	2	2	2	2	True	54763	maximal	True	MON0041_000000025752	1.0		582	13	False	False	0.9908751845359802	0					non-mobilizable	other	2411.0	100.0	100.0	0.03720743531155438	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	False	True
MON0030_000000021242	1686	0.5705815518048557	3	2	2	2	1	False	108220	fragment	False	AST0102_000000018637	0.9840142095914742		0	0	False	False	0.9988137483596802	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	8.683753486658597e-06	CP043505.1	high GC Gram+	Agromyces sp. KACC 19306 chromosome	True	False
USA0069_01_000000019149	3232	0.5705784484224173	6	5	5	5	4	True	80921	fragment	False	USA0069_01_000000019149	1.0		0	0	False	False	0.9984529614448547	0					non-mobilizable	no_good_hit	134.0	78.358	4.0	2.5514079257720856e-05	NC_014963.1	bacteria	Terriglobus saanensis SP1PR4, complete sequence	True	True
ISR0319_000000003631	4204	0.5705776422124837	6	5	2	3	5	True	74258	fragment	False	ISR0319_000000003631	0.9758838383838384		0	0	False	False	0.9971455931663513	0					non-mobilizable	other	4204.0	96.81299999999999	100.0	0.09606857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0056_000000018754	1208	0.5705756347915409	2	2	2	2	2	False	35611	fragment	False	ISR0056_000000018754	1.0		0	0	False	False	0.9693708419799805	0					non-mobilizable	chromosome	1192.0	97.064	99.0	0.0006545952199709252	LR822029.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1035 genome assembly, chromosome: STHERMO	False	False
CAN0010_000000007482	1752	0.5705731961993401	3	3	3	3	3	False	94590	fragment	False	CAN0010_000000007482	1.0		0	0	False	False	0.9982876777648926	0					non-mobilizable	other	1752.0	97.20299999999999	100.0	0.0051537435320518675	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ISR0228_000000006465	3811	0.5705654405187258	3	3	3	3	2	False	102175	maximal	False	AUS0006_000000005310	0.9624908065702378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	77.464	34.0	0.004775396680987905	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0159_000000002768	7164	0.570564733643219	8	4	4	3	1	False	49366	maximal	True	FIJ0159_000000002768	0.9987700766893358		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	93.993	4.0	7.522549642825609e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0127_000000004424	4218	0.5705567711589251	5	1	1	1	1	True	41061	maximal	True	FIJ0127_000000004424	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0120_000000007014	6068	0.5705542853339411	9	7	1	4	5	True	125618	fragment	False	ISR0056_000000002323	0.17432304077526328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3017.0	93.50299999999999	49.0	0.0006216512978919349	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
SPA0131_000000004000	5306	0.5705542853339411	8	7	1	4	5	True	125618	fragment	False	ISR0056_000000002323	0.14096801365235767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2174.0	93.28399999999999	55.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MON0013_000000008479	5044	0.5705542853339411	7	7	1	4	5	True	125618	fragment	False	ISR0056_000000002323	0.10573693964389035		0	0	False	False	0.9994052052497864	0					non-mobilizable	no_good_hit	2175.0	93.195	58.0	0.2616539532631069	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
MON0099_000000017197	1986	0.5705445767568933	2	2	2	1	2	False	9162	maximal	True	MON0099_000000017197	1.0		377	12	False	False	0.9994964599609375	0					non-mobilizable	other	1986.0	99.345	100.0	0.0006370138076353084	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
SPA0110_000000007416	2715	0.5705445476687482	3	2	2	2	2	False	4622	maximal	True	SPA0110_000000007416	1.0		1	1	False	False	0.9948434829711914	0					non-mobilizable	no_good_hit	2236.0	94.678	82.0	0.004358048501871927	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	True	False
AUS0006_000000002653	6721	0.5705414082828429	9	4	3	4	2	False	116318	maximal	True	AUS0006_000000002653	1.0		1	1	False	False	0.999107301235199	0					non-mobilizable	no_good_hit	574.0	83.449	13.0	0.006130342501912365	NZ_GL882637.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld57, whole genome shotgun sequence	True	False
FIJ0089_000000020671	1220	0.5705407401667837	2	2	1	2	1	False	43555	fragment	False	FIJ0089_000000020671	1.0		0	0	False	False	0.9991803169250488	0					non-mobilizable	other	647.0	95.51799999999999	100.0	0.06415094339622641	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0021_000000001155	7359	0.5705398420482501	9	3	1	3	1	False	89318	fragment	False	CHI0021_000000001155	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	1.0	6.242916690677885e-05	NZ_QICS01000001.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_101, whole genome shotgun sequence	True	False
MON0032_000000013218	2107	0.5705394800821894	2	1	0	1	1	False	80468	fragment	False	MON0032_000000013218	1.0		0	0	False	False	0.9952539205551147	0					non-mobilizable	no_good_hit	1057.0	86.85	50.0	0.019060071452248535	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
MON0015_000000018795	2010	0.5705394800821894	2	1	0	1	1	False	80468	fragment	False	MON0032_000000013218	0.9769814902705268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	86.85	52.0	0.019060071452248535	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0036_000000021241	1938	0.5705394800821894	2	1	0	1	1	False	80471	maximal	True	FIJ0036_000000021241	1.0		35	4	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	86.27799999999999	55.0	0.019188980148060846	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0063_000000017137	1647	0.5705394800821894	1	1	0	1	1	False	45577	maximal	True	FIJ0063_000000017137	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	927.0	88.67299999999999	56.0	0.016997532319251593	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0080_000000023306	1423	0.5705394800821894	1	1	0	1	1	False	80466	fragment	False	ISR0080_000000023306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	89.444	62.0	0.016187249088431364	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
MAD0111_000000012218	1407	0.5705394800821894	3	1	0	1	1	False	14497	maximal	True	MAD0111_000000012218	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	85.73200000000001	58.0	0.013539779278537308	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0793_000000013494	1260	0.5705394800821894	1	1	0	1	1	False	22010	fragment	False	ISR0793_000000013494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	85.56700000000001	62.0	0.012765606984022402	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
TAN0010_000000013585	1242	0.5705394800821894	2	1	0	1	1	False	2605	fragment	False	TAN0010_000000013585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	86.556	63.0	0.01281502223686378	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
CHI0187_000000012858	1195	0.5705394800821894	1	1	0	1	1	False	77049	maximal	True	CHI0187_000000012858	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	89.49799999999999	73.0	0.016058340392619056	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ISR0787_000000009364	1570	0.5705355472847167	3	2	2	2	2	False	76264	fragment	False	ISR0787_000000009364	0.9442316265845679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	84.167	30.0	0.00014573398954450474	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0091_000000011755	1911	0.5705348456948842	3	2	2	2	1	True	87100	maximal	True	FIJ0091_000000011755	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1614.0	90.64399999999999	100.0	0.0005002460787613808	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0086_000000026311	1282	0.5705327769176171	2	2	2	2	2	False	43805	fragment	False	FIJ0086_000000026311	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	366.0	74.59	28.0	0.0001107509975367236	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0087_000000007497	3610	0.5705299631665544	4	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.8201772760741672	PS958	0	0	True	True	1.0	14					non-mobilizable	other	3254.0	99.508	100.0	0.0027923993173944246	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
CHI0026_000000005479	1995	0.5705284485720095	3	3	3	3	2	False	88898	maximal	True	CHI0026_000000005479	1.0		125	8	False	False	0.9984962344169617	0					non-mobilizable	no_good_hit	477.0	76.73	24.0	0.000914175924634717	NZ_LT635837.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
MAD0046_000000006455	3727	0.5705252386731086	6	5	5	5	5	False	17762	maximal	True	MAD0046_000000006455	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1432.0	99.721	93.0	0.00027294372381070635	CP022151.1	enterobacteria	Citrobacter freundii strain 705SK3, complete genome	False	False
ISR0052_000000022344	1646	0.5705167537108272	3	1	1	1	1	False	124758	fragment	False	ENG0090_000000013236	0.6842378914413979		0	0	False	False	0.9799513816833496	0					non-mobilizable	other	1609.0	98.943	99.0	0.014396218306832832	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0012_000000031329	1465	0.5705167537108272	2	1	1	1	1	False	124758	fragment	False	ENG0090_000000013236	0.3953769682583726		0	0	False	False	1.0	0					non-mobilizable	other	1465.0	98.56700000000001	100.0	0.01310700472711646	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0102_000000030754	1439	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8814613628727673		0	0	False	False	0.9742876887321472	0					non-mobilizable	no_good_hit	1126.0	98.49	85.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0147_000000015403	1411	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.9175454458331905		0	0	False	False	0.9992913007736206	0					non-mobilizable	no_good_hit	1222.0	99.264	87.0	0.010931456811345079	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0386_000000020930	1384	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8830974551510383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	98.579	89.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0394_000000013886	1382	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.9142143418589092		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	99.09100000000001	95.0	0.010824022346368716	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0011_01_000000026226	1378	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.887326696283132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	99.344	89.0	0.010913551067182352	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0148_000000026479	1367	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8602464755385387		0	0	False	False	0.9956108331680298	0					non-mobilizable	other	1125.0	98.756	90.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0012_000000017546	1364	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8581040661225595		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	98.757	90.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0145_000000020292	1363	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.7190250534543932		0	0	False	False	0.9955979585647583	0					non-mobilizable	other	1284.0	98.83200000000001	94.0	0.011486534880389629	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0067_000000019310	1359	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8587878214403111		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	98.66799999999999	90.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0067_000000024354	1349	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8842596755581693		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	98.45	94.0	0.010367425870219167	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0116_000000030636	1345	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8557312229534583		0	0	False	False	0.994795560836792	0					non-mobilizable	other	1126.0	98.757	91.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0187_000000021389	1343	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8588362854342012		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	99.041	95.0	0.010259991405242802	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0053_000000013220	1338	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8834523929185548		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	98.88	87.0	0.010385331614381894	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0213_000000020646	1333	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8560269997813119		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	98.757	92.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0127_000000022048	1330	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8168627614508379		0	0	False	False	0.9909774661064148	0					non-mobilizable	other	1224.0	99.02	100.0	0.010949362555507807	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0025_000000029928	1325	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8556905087960678		0	0	False	False	0.999245285987854	0					non-mobilizable	other	1147.0	98.51799999999999	94.0	0.010259991405242802	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0273_000000010553	1317	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8369701000826729		0	0	False	False	0.9954441785812378	0					non-mobilizable	other	1210.0	98.43	99.0	0.010824022346368716	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0212_000000027410	1316	0.5705167537108272	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.24298989350672562		0	0	False	False	0.9977203607559204	0					non-mobilizable	other	1316.0	98.78399999999999	100.0	0.011773026786993268	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0208_000000023119	1300	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.8475203431305541		0	0	False	False	0.9976922869682312	0					non-mobilizable	no_good_hit	1161.0	99.311	89.0	0.010385331614381894	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0188_000000019478	1291	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.31229769103763444		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	99.148	100.0	0.011549204984959175	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0170_000000038768	1219	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.1700031867332774		0	0	False	False	0.9991796612739563	0					non-mobilizable	other	1178.0	98.896	97.0	0.010528577567683713	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0013_000000022399	1215	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.16989988139729775		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	98.96700000000001	96.0	0.010385331614381894	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0075_000000023222	1202	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.24166225629790963		0	0	False	False	0.9883527159690857	0					non-mobilizable	other	1202.0	98.835	100.0	0.010752399369717806	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0133_000000017435	1192	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.26396496764162414		0	0	False	False	0.9672818779945374	0					non-mobilizable	other	1162.0	98.62299999999999	97.0	0.01037637874230053	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0087_000000033471	1170	0.5705167537108272	1	1	1	1	1	False	33807	maximal	True	ISR0087_000000033471	1.0		1	1	False	False	0.9931623935699463	0					non-mobilizable	no_good_hit	930.0	98.925	79.0	0.008308265291505515	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0093_000000040828	1159	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.09626714767831386		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	98.447	100.0	0.010367425870219167	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0036_000000022725	1142	0.5705167537108272	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.12060232360016183		0	0	False	False	0.9728546142578125	0					non-mobilizable	other	1123.0	98.75299999999999	98.0	0.010045122475290073	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0067_000000013216	2099	0.5705155382054761	3	3	3	3	2	False	128157	fragment	False	ENG0067_000000013216	0.9520712909441233		0	0	False	False	0.9990471601486206	0					non-mobilizable	chromosome	1396.0	83.095	97.0	0.00046449992039548465	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0120_000000006435	4398	0.5705155231018547	3	3	1	2	2	False	109816	maximal	False	MON0020_000000003565	0.9394344244043642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1959.0	94.844	81.0	0.0006800440024371439	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0026_000000007543	1825	0.5705124666101622	2	2	2	2	2	False	33395	maximal	True	MAD0026_000000007543	0.959902794653706		97	11	False	False	0.9906849265098572	0					non-mobilizable	other	1846.0	79.632	100.0	0.0020046275762468564	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
DEN0022_000000012584	3061	0.5705121528003548	4	4	4	3	3	False	81206	fragment	False	FIJ0005_000000008187	0.585564418619303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	73.693	40.0	0.00037050420590885595	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0104_000000010511	2450	0.5705118451824842	3	3	3	2	2	False	63041	maximal	False	ISR0211_000000008133	0.9440559440559441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	81.715	46.0	0.0003168246175803827	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0068_000000009646	2799	0.5705107125541016	6	6	0	3	6	False	16468	fragment	False	MAD0068_000000009646	1.0		0	0	False	False	0.9932118654251099	0					non-mobilizable	plasmid	2774.0	97.54899999999999	99.0	0.03586997296493202	CP056819.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_4, complete sequence	False	True
TAN0002_000000001343	13427	0.5705099169437767	19	9	6	7	8	True	126184	maximal	True	TAN0002_000000001343	1.0	PS941|PS942	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1611.0	73.495	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0031_000000017153	1885	0.570505824989609	3	2	2	2	2	False	84095	fragment	False	MON0031_000000017153	1.0		0	0	False	False	0.9925729632377625	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	0.00013326852824508867	NZ_BAUV01000002.1	firmicutes	Bacillus akibai JCM 9157, whole genome shotgun sequence	True	False
SPA0134_000000016282	1620	0.570505824989609	3	2	2	2	2	False	3663	fragment	False	SPA0134_000000016282	1.0		0	0	False	False	0.9975308775901794	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	0.00013326852824508867	NZ_BAUV01000002.1	firmicutes	Bacillus akibai JCM 9157, whole genome shotgun sequence	True	False
ISR0802_000000007216	2242	0.5705008737262519	3	3	3	3	3	False	71099	fragment	False	DEN0065_000000015174	0.9742404227212682		0	0	False	False	0.989295244216919	0					non-mobilizable	other	1578.0	85.171	95.0	0.00422516638274625	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
ISR0325_000000011240	1828	0.5704932904302548	4	2	1	2	1	True	24866	maximal	True	ISR0325_000000011240	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	78.96	23.0	0.00011317536166909055	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0244_000000010314	2342	0.5704907069393671	4	2	1	2	2	False	57659	maximal	True	ISR0244_000000010314	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	8.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0113_000000017401	1736	0.5704870716783567	3	3	3	3	3	False	104382	fragment	False	SPA0113_000000017401	0.9494144520439866		0	0	False	False	0.9976958632469177	0					non-mobilizable	other	1736.0	98.848	100.0	0.011924655979864248	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0039_000000015065	1726	0.5704870716783567	3	3	3	3	3	False	104382	fragment	False	SPA0113_000000017401	0.9477095844125334		0	0	False	False	0.9942062497138977	0					non-mobilizable	other	1726.0	99.24700000000001	100.0	0.011862763301768067	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0076_000000003503	1813	0.5704863623766631	2	2	2	2	2	False	16248	maximal	True	MAD0076_000000003503	1.0		10	1	False	False	0.9939327239990234	0					non-mobilizable	no_good_hit	366.0	77.04899999999999	20.0	0.6422182468694096	JQ768784.1	bacteria	Uncultured bacterium clone HS4-CD28-26602D1 hypothetical protein gene, complete cds	True	False
ISR0180_000000017397	1403	0.5704855747861091	2	2	2	2	2	False	29620	fragment	False	ISR0180_000000017397	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	816.0	91.29899999999999	100.0	0.0003490384932857257	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
AST0024_000000019112	1831	0.5704839250108741	2	2	2	2	2	False	121195	maximal	True	AST0024_000000019112	1.0		3	2	False	False	0.9994538426399231	0					non-mobilizable	no_good_hit	1242.0	70.45100000000001	67.0	0.1384808108415898	NZ_JAAIQH010000042.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_42_length_8781_cov_320.127, whole genome shotgun sequence	True	False
FIJ0117_000000018184	1138	0.5704792445636677	2	2	2	2	2	False	41592	maximal	True	FIJ0117_000000018184	1.0		32	10	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit	326.0	73.926	28.0	3.321547795023081e-05	NZ_CP022744.1	high GC Gram+	Streptomyces lincolnensis strain LC-G chromosome, complete genome	True	False
ENG0157_000000016912	1469	0.5704789107288079	4	4	3	4	2	False	93926	fragment	False	ENG0157_000000016912	1.0		0	0	False	False	0.9891082644462585	0					non-mobilizable	other	1445.0	99.723	98.0	0.00045565360733135294	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0301_000000009758	1904	0.5704707120469612	3	2	1	1	2	False	39424	fragment	False	ISR0301_000000009758	1.0		0	0	False	False	0.9994747638702393	0					non-mobilizable	other	1904.0	99.73700000000001	100.0	0.0006910990581369379	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0161_000000008065	1380	0.5704705974496099	3	1	1	1	1	False	78629	fragment	False	CHI0161_000000008065	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1380.0	99.78299999999999	100.0	0.0005943337880266955	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
AST0061_000000011798	3457	0.5704701874908912	3	3	3	3	3	False	131915	fragment	False	AST0061_000000011798	1.0		0	0	False	False	0.999710738658905	0					non-mobilizable	no_good_hit	714.0	72.26899999999999	20.0	0.0014553453622367153	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0390_000000012252	1270	0.5704674267575038	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.57799256307562		0	0	False	False	0.9929133653640747	0					non-mobilizable	other	1197.0	99.499	94.0	0.004883426564860561	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0051_01_000000006899	3054	0.5704630597163981	2	2	2	2	1	False	128556	fragment	False	ISR0263_000000003210	0.6541964913580024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	96.522	7.0	3.973604114701917e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0055_000000011586	2720	0.5704630597163981	2	2	2	2	1	False	111302	fragment	False	ENG0013_000000009730	0.9746617629513086		0	0	False	False	0.9952206015586853	0					non-mobilizable	no_good_hit	81.0	95.06200000000001	3.0	2.7884941155802925e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0261_000000004409	3877	0.5704617499666922	4	4	4	4	3	True	65330	maximal	True	ISR0261_000000004409	0.976030164287638		48	6	False	False	0.9989683032035828	0					non-mobilizable	no_good_hit	74.0	85.135	2.0	0.00014661961449083827	NZ_AUDH01000001.1	a-proteobacteria	Rubritepida flocculans DSM 14296 H596DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
MON0063_000000025649	1168	0.5704594382232321	2	1	1	1	1	False	10724	fragment	False	MON0063_000000025649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0105_000000006851	2592	0.570459292834434	2	2	2	2	1	False	126977	fragment	False	ISR0219_000000008631	0.05725130088766453		0	0	False	False	0.9961419701576233	0					non-mobilizable	other	2556.0	96.635	99.0	0.03648310834940362	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0116_000000013135	1823	0.5704590781598591	2	2	2	2	1	False	94779	fragment	False	CAN0009_000000014341	0.9774398133684764		0	0	False	False	0.9989029169082642	0					non-mobilizable	chromosome	1221.0	85.749	96.0	0.00039226139500013376	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0850_000000008454	1788	0.5704590781598591	2	2	2	2	1	False	94779	fragment	False	CAN0009_000000014341	0.9663428120225473		0	0	False	False	0.9994407296180725	0					non-mobilizable	chromosome	1218.0	86.20700000000001	96.0	0.0003912944400412181	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0107_000000011199	3467	0.5704511265628345	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.9253035897170889		0	0	False	False	1.0	0					non-mobilizable	chromosome	3468.0	98.70200000000001	100.0	0.0005342429541508257	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0071_000000001968	3191	0.5704511265628345	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.7972479148693263		0	0	False	False	1.0	0					non-mobilizable	chromosome	3191.0	97.9	100.0	0.0005826972526098535	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0112_000000003359	7370	0.5704508870453663	11	3	1	3	1	False	49344	maximal	True	ISR0112_000000003359	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	93.098	17.0	0.00033104553570023333	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0208_000000002093	11407	0.5704496787262413	10	8	7	7	4	False	63570	maximal	True	ENG0208_000000002093	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1847.0	98.971	35.0	0.02375373364919147	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0139_000000015614	1721	0.570447839769293	2	2	2	2	1	True	31300	fragment	False	ISR0139_000000015614	1.0		0	0	False	False	0.9959325790405273	0					non-mobilizable	chromosome	1721.0	98.78	100.0	0.0005421398701953248	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
FIJ0068_000000018621	1720	0.5704448230392728	2	1	1	1	1	False	45057	fragment	False	FIJ0068_000000018621	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1641.0	99.634	100.0	0.010265655124064198	CP032239.1	enterobacteria	Escherichia coli strain ECCWS199 plasmid pTB222, complete sequence	False	True
SPA0126_000000013684	2970	0.5704423123463643	4	4	2	4	3	False	3984	fragment	False	SPA0126_000000013684	1.0		0	0	False	False	0.9996632933616638	0					non-mobilizable	no_good_hit	1382.0	86.397	46.0	0.00047839077265147305	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0141_000000021271	1301	0.5704409644476329	4	2	2	1	2	False	80060	maximal	True	CHI0141_000000021271	1.0		98	9	False	False	1.0	0					non-mobilizable	chromosome	1302.0	99.462	100.0	0.0003264421667931285	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0021_000000010130	1517	0.5704377302987524	3	2	2	2	1	False	19322	maximal	True	MAD0021_000000010130	1.0		1	1	False	False	0.9703361988067627	0					non-mobilizable	no_good_hit	315.0	99.365	21.0	0.0001519365621304409	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
ENG0121_000000000931	18599	0.5704338383201023	17	7	6	4	2	True	132160	fragment	False	SPA0132_000000001387	0.7516556881398598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1171.0	81.98100000000001	6.0	0.00032880740710347655	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0034_000000012255	1229	0.570431780627199	2	2	2	2	2	False	65447	maximal	True	ENG0034_000000012255	1.0		23	10	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0004374638386746257	NZ_WRPK01000017.1	a-proteobacteria	Sphingomonas formosensis strain CC-Nfb-2 NODE_18_length_70863_cov_36.884524_cov_36.884524, whole genome shotgun sequence	True	False
ENG0067_000000011080	2555	0.5704256293653596	4	4	4	4	4	False	128223	maximal	False	ISR0141_000000012056	0.9453262786596119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	99.83	69.0	0.041653861610836625	NZ_CYZN01000030.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0045_000000018935	2132	0.5704248852645171	4	2	2	1	1	False	17856	maximal	True	MAD0045_000000018935	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0062_000000004602	2907	0.5704222919459261	3	3	3	3	3	False	104117	maximal	True	MAD0062_000000004602	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	86.584	55.0	0.00021520701267740668	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0020_000000006026	1707	0.5704199493465718	3	3	3	3	3	False	89360	fragment	False	CHI0020_000000006026	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	78.667	13.0	0.00026248394091944033	NZ_AUHO01000007.1	a-proteobacteria	Kaistia adipata DSM 17808 G539DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0017_000000025283	1296	0.5704157319267678	2	1	1	1	1	False	37835	fragment	False	ISR0017_000000025283	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	98.302	100.0	0.03140688283656295	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	False	False
MON0096_000000022826	1641	0.5704106912311443	2	2	2	2	2	False	34783	fragment	False	MON0096_000000022826	0.9951203643461288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	78.884	54.0	0.014359646040315624	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
ENG0156_000000011086	1540	0.5704096093044341	2	2	1	2	2	False	56678	maximal	True	ENG0156_000000011086	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	1540.0	100.0	100.0	0.015598552648916008	CP056762.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00186 plasmid pRHBSTW-00186_3, complete sequence	False	True
SPA0126_000000026286	1685	0.5704043723310647	2	2	2	2	2	False	3958	maximal	True	SPA0126_000000026286	1.0		104	11	False	False	0.9905044436454773	0					non-mobilizable	other	1644.0	98.78299999999999	98.0	0.0005581955369497926	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
CHI0033_000000000002	89303	0.5704035143410993	87	12	5	9	4	False	88391	fragment	False	CHI0146_000000000011	0.47337832090210274		0	0	False	False	0.9999775886535645	0					non-mobilizable	no_good_hit	1477.0	77.99600000000001	6.0	0.016240294147051307	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	False
ENG0019_000000014965	1157	0.570402873490299	2	2	2	2	1	False	66506	maximal	False	FIJ0168_000000017535	0.6317708333333334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1157.0	98.79	100.0	0.0004079202875767453	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0037_000000012178	1880	0.5704023045814319	3	3	3	2	2	False	36696	maximal	True	ISR0037_000000012178	1.0		38	10	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	96.37799999999999	34.0	0.9491017964071856	EU062595.1	bacteria	Uncultured bacterium clone LM0ACA15ZG09FM1 genomic sequence	True	False
ISR0223_000000025571	1263	0.5703950487983671	1	1	1	1	1	False	117885	fragment	False	ISR0122_000000008533	0.18921158662678703		0	0	False	False	0.9857482314109802	0					non-mobilizable	other	1152.0	99.479	100.0	0.0003695275569316435	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0224_000000004256	5900	0.5703937359178529	13	4	2	2	3	False	27764	maximal	True	ISR0224_000000004256	1.0		10	4	False	False	0.9996610283851624	0					non-mobilizable	no_good_hit	2370.0	87.595	58.0	0.0007554309839665069	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0131_000000012984	2405	0.5703891370087237	3	3	3	3	3	False	76258	fragment	False	ISR0131_000000012984	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2408.0	96.844	100.0	0.0006835112510559865	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CAN0007_000000013657	3043	0.5703841970044489	5	5	2	2	4	True	124594	fragment	False	FIJ0078_000000007511	0.40108644989083203		0	0	False	False	1.0	0					non-mobilizable	chromosome	3072.0	92.18799999999999	100.0	0.0010764383701254087	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
FIJ0030_000000009970	3186	0.5703798642947613	6	5	5	4	4	False	70432	fragment	False	FIJ0030_000000009970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	97.18799999999999	50.0	0.6916089965397924	KU547548.1	bacteria	Uncultured bacterium clone CH_08G_000_Contig_3 genomic sequence	True	False
ISR0140_000000013363	1749	0.5703749041856472	3	3	2	1	2	False	91500	fragment	False	ISR0140_000000013363	0.9959349593495934		0	0	False	False	1.0	0					non-mobilizable	chromosome	1751.0	99.2	100.0	0.0004890787785949598	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0013_000000026543	2029	0.5703723339238501	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3743418825679768		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	98.324	100.0	0.0006309073679900997	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0035_000000021544	1357	0.5703711087658361	2	2	2	2	1	False	12197	maximal	True	MON0035_000000021544	1.0		142	12	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	74.059	35.0	7.139878749939676e-05	NC_015703.1	CFB group bacteria	Runella slithyformis DSM 19594, complete sequence	True	False
CHI0146_000000000540	10786	0.570369427300777	14	7	6	6	5	True	79720	maximal	True	CHI0146_000000000540	1.0		2	1	False	False	0.9998145699501038	0					non-mobilizable	no_good_hit	2227.0	94.163	29.0	0.005071500402481934	CP029094.1	g-proteobacteria	Pseudomonas aeruginosa strain AR441 plasmid unnamed3, complete sequence	True	True
CHI0179_000000009713	2066	0.570369393778639	3	1	1	1	1	False	77562	maximal	True	CHI0179_000000009713	1.0		16	7	False	False	0.9927396178245544	0					non-mobilizable	other	2066.0	99.95200000000001	100.0	0.000802500225399579	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ENG0179_000000011424	2928	0.5703688429556415	4	4	3	3	4	False	57209	maximal	True	ENG0179_000000011424	1.0		4	3	False	False	0.9965847134590149	0					non-mobilizable	no_good_hit	592.0	78.041	20.0	0.0033219562504629655	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
ENG0050_000000019704	1428	0.5703680049698173	3	3	3	3	1	False	64121	fragment	False	ISR0014_000000023922	0.9600954979536154		0	0	False	False	0.9992997050285339	0					non-mobilizable	other	1427.0	97.68700000000001	99.0	0.0006621311149619344	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
CHI0141_000000005164	5317	0.5703679394240957	7	4	2	3	4	True	80148	maximal	True	CHI0141_000000005164	0.9979248806806391		103	9	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	80.0	22.0	0.0002251910270651644	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ENG0177_000000021031	1238	0.5703677666620318	1	1	1	1	1	False	59241	fragment	False	ENG0177_000000021031	0.9829683698296837		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	96.281	99.0	0.0006513850503175173	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0119_000000024459	1233	0.5703677666620318	1	1	1	1	1	False	59241	fragment	False	ENG0177_000000021031	0.9814216478190629		0	0	False	False	0.9813463091850281	0					non-mobilizable	other	1235.0	95.87	100.0	0.0006503301757421043	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
SPA0029_000000010113	2570	0.5703664591667318	4	3	3	3	2	False	118593	maximal	True	SPA0029_000000010113	1.0		5	2	False	False	1.0	0					non-mobilizable	other	2572.0	96.19	100.0	0.0004977543917141131	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0045_000000011933	2143	0.5703657044483447	2	2	2	2	1	False	36247	maximal	True	ISR0045_000000011933	1.0		12	5	False	False	0.9818012118339539	0					non-mobilizable	no_good_hit	189.0	73.016	9.0	0.004861551469034031	NZ_AZQP01000028.1	firmicutes	Fervidicella metallireducens AeB contig00028, whole genome shotgun sequence	True	False
CHI0028_000000000376	13477	0.5703607660028741	17	5	4	4	2	False	88741	maximal	True	CHI0028_000000000376	1.0		2	1	False	False	0.9985901713371277	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.6531900575645334e-07	LR594555.1	birds	Streptopelia turtur genome assembly, chromosome: Z	True	False
SPA0141_000000007281	3204	0.5703591789306228	4	3	3	3	3	False	3489	fragment	False	SPA0141_000000007281	1.0		0	0	False	False	0.9934456944465637	0					non-mobilizable	other	3204.0	100.0	100.0	0.006812125285256417	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	False	False
ISR0315_000000002105	4096	0.5703578594735567	5	4	3	4	2	True	122732	maximal	True	ISR0315_000000002105	1.0		1	1	False	False	0.988525390625	0					non-mobilizable	no_good_hit	2423.0	99.21600000000001	62.0	0.04435328803999487	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
USA0024_01_000000002748	8546	0.5703573164790396	9	9	7	8	6	False	130513	maximal	True	USA0024_01_000000002748	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	4335.0	97.416	75.0	0.024725714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0036_000000016896	2373	0.5703562080377714	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4152098308983175		0	0	False	False	1.0	0					non-mobilizable	chromosome	2184.0	90.064	97.0	0.0007667913364223768	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0048_000000009539	2097	0.5703509513069189	3	3	2	2	2	True	86491	maximal	False	CHI0052_000000007130	0.6135175923751836		0	0	False	False	0.9790176153182983	0					non-mobilizable	other	2072.0	94.691	99.0	0.0313133759118564	NZ_PYLQ01000015.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_14, whole genome shotgun sequence	False	True
SPA0120_000000031435	1259	0.5703505775269591	2	2	2	1	1	False	76179	fragment	False	SPA0120_000000031435	0.9736075820235932		0	0	False	False	0.9992057085037231	0					non-mobilizable	other	1259.0	98.65	100.0	0.015496427691549642	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	False	False
ENG0104_000000019750	1608	0.5703478354843147	2	1	1	1	1	False	60232	fragment	False	ENG0104_000000019750	1.0		0	0	False	False	0.996268630027771	0					non-mobilizable	no_good_hit								True	False
MON0029_000000007278	3425	0.5703451414404193	3	3	3	3	3	False	12563	maximal	True	MON0029_000000007278	1.0		17	3	False	False	0.9856934547424316	0					non-mobilizable	other	3461.0	80.613	100.0	0.0012528027773679483	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
CHI0137_000000007791	2026	0.5703420810669598	2	2	2	2	2	True	125175	fragment	False	ISR0383_000000006890	0.9666385678907563		0	0	False	False	1.0	0					non-mobilizable	chromosome	2027.0	96.84299999999999	100.0	0.0009036640565278683	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0383_000000010438	1450	0.5703400096894372	2	2	2	2	2	False	23103	maximal	True	ISR0383_000000010438	1.0		13	4	False	False	0.9958620667457581	0					non-mobilizable	other	1442.0	100.0	99.0	0.0005170534341174892	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ENG0100_000000012780	2360	0.570338817322511	3	2	2	2	2	False	71454	maximal	True	ENG0100_000000012780	1.0		50	6	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	76.378	21.0	0.0001656949417493161	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0114_000000037988	1101	0.5703361149144204	2	2	2	2	2	False	41763	fragment	False	FIJ0114_000000037988	0.9963636363636363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	75.52	39.0	0.001007829695797065	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0039_000000015249	2358	0.5703353979361494	4	2	2	2	1	True	36547	maximal	True	ISR0039_000000015249	1.0		2	2	False	False	0.9932146072387695	0					non-mobilizable	other	2358.0	91.137	99.0	0.062481759571250434	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	False	True
SPA0019_000000000762	19882	0.5703327298272691	18	14	10	10	10	True	120827	maximal	True	SPA0019_000000000762	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	6378.0	99.984	32.0	0.0012008590746587099	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	True
MAD0021_000000014079	1127	0.5703324650896966	3	1	1	1	1	False	95987	fragment	False	ISR0316_000000017359	0.8060912266742288		0	0	False	False	0.9982253909111023	0					non-mobilizable	no_good_hit	307.0	84.365	39.0	8.162766633704383e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0026_000000008042	4022	0.5703309932553834	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.14367256524904423		0	0	False	False	0.9960218667984009	0					non-mobilizable	chromosome	4037.0	89.993	100.0	0.0017263255208456165	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0125_000000017003	1982	0.5703298837045323	3	3	3	3	2	False	26461	fragment	False	SPA0125_000000017003	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1982.0	95.711	99.0	0.0008580661469708184	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0066_000000020446	1556	0.5703248123406381	2	2	2	2	1	False	16562	maximal	True	MAD0066_000000020446	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	75.732	45.0	0.01224482625346966	NZ_CYYA01000022.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0131_000000026965	1360	0.5703214606446235	2	2	2	2	1	False	31640	maximal	True	ISR0131_000000026965	1.0		0	0	False	False	0.9911764860153198	0					non-mobilizable	no_good_hit	173.0	89.01700000000001	13.0	0.001050843729762094	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
FIJ0091_000000005316	4831	0.5703175735504005	5	4	4	4	4	False	65747	fragment	False	FIJ0091_000000005316	0.9812205217019438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	6.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
FIJ0094_000000003746	4831	0.5703175735504005	5	4	4	4	4	False	65747	fragment	False	FIJ0091_000000005316	0.9812205217019438		0	0	False	False	0.9997929930686951	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	6.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
FIJ0032_000000007447	4610	0.5703175735504005	4	4	4	4	4	False	65747	fragment	False	FIJ0091_000000005316	0.9496605778146451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	6.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
ENG0116_000000018638	1286	0.5703173180949335	2	2	1	2	1	False	59501	fragment	False	ENG0115_000000016737	0.9398494099142767		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	99.22200000000001	100.0	0.03955063096337334	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
MAD0087_000000009305	2983	0.5703137378579318	3	3	3	3	2	False	16000	maximal	True	MAD0087_000000009305	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	92.34200000000001	81.0	0.00045829406841554416	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
USA0005_01_000000002917	11274	0.5703130136630906	21	15	10	11	4	True	2193	maximal	True	USA0005_01_000000002917	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1555.0	69.711	14.0	0.001860954543018741	NZ_FNZR01000002.1	CFB group bacteria	Parapedobacter koreensis strain Jip14, whole genome shotgun sequence	True	True
DEN0001_000000018595	2307	0.5703098875326232	1	1	1	1	1	False	76908	maximal	True	DEN0001_000000018595	1.0		206	8	False	False	0.9930645823478699	0					non-mobilizable	other	2307.0	99.046	100.0	0.00042920963261070016	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
ISR0790_000000009390	1774	0.5703081720012522	3	3	3	2	3	False	119939	fragment	False	ISR0790_000000009390	1.0		0	0	False	False	0.9994363188743591	0					non-mobilizable	other	1633.0	98.53	99.0	0.0038415546997843833	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0159_000000016670	1577	0.5703081720012522	3	3	3	2	3	False	119934	fragment	False	ISR0159_000000016670	1.0		0	0	False	False	0.987317681312561	0					non-mobilizable	chromosome	1577.0	99.81	100.0	0.00035005186364857994	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AST0025_000000027727	1388	0.5703081720012522	3	3	3	2	3	False	119932	fragment	False	ISR0781_000000020392	0.6303808879873788		0	0	False	False	0.9877521395683289	0					non-mobilizable	other	1388.0	97.98299999999999	100.0	0.0032648507160544975	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0043_000000005705	4197	0.5703043024139771	5	3	3	3	3	False	49097	maximal	True	MON0043_000000005705	0.9936774193548388		60	6	False	False	0.9930903315544128	0					non-mobilizable	other	3463.0	98.036	97.0	0.003142258097951895	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0011_000000016287	2891	0.5703043024139771	3	3	3	3	3	False	49096	fragment	False	MON0011_000000016287	1.0		0	0	False	False	0.9996541142463684	0					non-mobilizable	other	2754.0	97.85799999999999	98.0	0.0024976223944079444	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
USA0086_01_000000014838	1147	0.5703022473666711	2	2	1	2	1	False	430	fragment	False	USA0086_01_000000014838	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0026_000000010549	2127	0.5702898105754698	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3725126795739688		0	0	False	False	0.9995298385620117	0					non-mobilizable	chromosome	2132.0	91.839	100.0	0.0007142527761443612	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0097_000000016925	2117	0.5702898105754698	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.35444888771502653		0	0	False	False	1.0	0					non-mobilizable	chromosome	2123.0	91.757	100.0	0.00071088683469222	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0027_000000015427	1486	0.5702889024450182	2	2	2	2	2	False	86638	fragment	False	CHI0134_000000008218	0.41557791185315535		0	0	False	False	0.9993270635604858	0					non-mobilizable	other	1486.0	99.596	100.0	0.0027403731705471705	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0798_000000010338	1183	0.5702883183454832	2	2	0	1	1	True	21909	maximal	True	ISR0798_000000010338	1.0		247	12	False	False	0.9983093738555908	0					non-mobilizable	no_good_hit	569.0	92.26700000000001	80.0	0.005411740045923569	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
MON0039_000000017398	2698	0.5702878230472599	4	4	4	3	2	False	11942	maximal	True	MON0039_000000017398	1.0		107	12	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	88.525	2.0	0.013895543842836608	NZ_MDEQ01000426.1	b-proteobacteria	Burkholderia catarinensis strain 89 NODE_484_length_4174_cov_26.289_ID_967, whole genome shotgun sequence	True	False
ISR0169_000000027143	1199	0.5702860953598226	2	2	2	2	1	True	53805	maximal	False	TAN0016_000000009205	0.9226177134895179		0	0	False	False	0.999165952205658	0					non-mobilizable	chromosome	1209.0	80.976	100.0	0.0003211755237575189	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ENG0117_000000005732	3825	0.5702857132266637	7	2	1	2	0	True	59382	maximal	True	ENG0117_000000005732	0.9756380510440835		1	1	True	True	0.9997385740280151	18					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.4597940599872166e-07	LR877202.1	rodents	Onychomys torridus genome assembly, chromosome: 15	True	True
MAD0093_000000004694	5685	0.5702844160175424	7	4	3	4	2	True	120255	maximal	True	MAD0093_000000004694	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.0003272912125791244	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
ISR0123_000000011680	1899	0.5702814307172074	3	3	3	3	2	False	32111	maximal	True	ISR0123_000000011680	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	82.292	5.0	0.005249636993186642	NZ_JAAXPW010000044.1	firmicutes	Ureibacillus thermosphaericus strain DSM 10633 DSM10633_44, whole genome shotgun sequence	True	False
MAD0060_000000011685	1459	0.5702782630352369	2	2	2	2	2	False	16855	maximal	True	MAD0060_000000011685	1.0		15	4	False	False	0.9664153456687927	0					non-mobilizable	no_good_hit	182.0	76.923	12.0	0.003850704528342476	NZ_MIJF01000008.1	firmicutes	Vulcanibacillus modesticaldus strain BR DSM-14931_Contig_15_85X, whole genome shotgun sequence	True	False
ENG0029_000000007517	3214	0.5702758909138766	6	2	1	2	2	False	65820	fragment	False	ENG0029_000000007517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000003147	9074	0.5702753337167825	15	10	2	7	7	True	93169	fragment	False	CHI0090_000000001168	0.9622753205927618		0	0	False	False	0.9985673427581787	0					non-mobilizable	other	8024.0	97.807	98.0	0.031113507474844645	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
ISR0384_000000004505	3316	0.5702661341213369	4	4	4	4	4	False	67077	fragment	False	SPA0100_000000008907	0.9491688877075074		0	0	False	False	0.9963811635971069	0					non-mobilizable	chromosome	3316.0	95.416	100.0	0.0014627874467846493	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CHI0169_000000010774	1440	0.5702606545582921	2	2	2	2	2	False	78022	fragment	False	ENG0004_000000016563	0.8332092007487157		0	0	False	False	1.0	0					non-mobilizable	chromosome	1445.0	86.64399999999999	100.0	0.0004846955691083318	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0007_000000014372	1240	0.5702601772552737	2	2	2	2	2	False	126616	fragment	False	AST0007_000000014372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	79.441	89.0	0.0028021963857595834	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ISR0182_000000011603	3124	0.5702597027579164	4	4	3	4	4	False	106840	maximal	False	AST0111_000000006308	0.9915333960489181		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2035.0	97.985	83.0	0.0006074827404048669	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
CAN0017_000000006262	5951	0.5702595437348182	7	4	0	4	0	False	92562	fragment	False	CAN0017_000000006262	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	3.955764960825245e-07	LR812523.1	bony fishes	Danio kyathit genome assembly, chromosome: 5	True	False
CHI0140_000000026221	1145	0.5702533441314547	2	1	1	1	1	False	80171	maximal	True	CHI0140_000000026221	1.0		0	0	False	False	0.9414846897125244	0					non-mobilizable	no_good_hit	199.0	87.94	17.0	6.726884742304257e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0258_000000019855	1437	0.5702517441778515	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.6948104682771761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	98.148	83.0	0.004553335788375376	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0168_000000002975	9061	0.5702506761550237	17	3	3	2	2	False	56011	maximal	True	ENG0168_000000002975	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2161.0	96.48299999999999	52.0	0.000899338236947313	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ENG0191_000000010684	2804	0.5702505341820227	3	3	3	3	3	False	107548	maximal	True	ENG0191_000000010684	1.0		39	10	False	False	0.9932239651679993	0					non-mobilizable	no_good_hit	121.0	76.033	4.0	0.0004051541143919745	NZ_AYTB01000002.1	firmicutes	Kurthia huakuii LAM0618 Scaffold1_2, whole genome shotgun sequence	True	False
ISR0134_000000003083	9898	0.570244853024554	12	3	3	2	2	False	31503	maximal	True	ISR0134_000000003083	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	77.5	2.0	0.11538461538461539	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
ISR0127_000000006231	3621	0.5702418133956929	5	3	3	3	1	False	119074	fragment	False	ISR0127_000000006231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	87.887	10.0	0.00012339086461442796	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0117_01_000000002051	12150	0.5702409020917756	14	5	3	4	3	True	130548	fragment	False	USA0117_01_000000002051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7516.0	99.70700000000001	63.0	0.0014547345269189768	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
AST0110_000000007057	2608	0.5702391654089315	3	3	3	2	1	True	107009	fragment	False	AST0110_000000007057	1.0		0	0	False	False	0.9996165633201599	0					non-mobilizable	other	2552.0	100.0	98.0	0.0004268638060154163	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
ENG0071_000000004512	4574	0.5702313533825163	6	3	2	2	2	False	62303	maximal	True	ENG0071_000000004512	1.0		33	6	False	False	0.9997813701629639	0					non-mobilizable	other	2450.0	92.204	96.0	0.0006544840863158464	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0110_000000003418	8010	0.5702312641976147	12	4	4	3	2	False	59825	maximal	True	ENG0110_000000003418	1.0		5	3	False	False	0.9988763928413391	0					non-mobilizable	no_good_hit								True	False
ITA0003_000000003208	1866	0.5702299434621865	3	3	3	3	2	False	131699	fragment	False	AST0140_000000015176	0.7109247810953331		0	0	False	False	1.0	0					non-mobilizable	other	1867.0	94.965	100.0	0.01698558274665525	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
DEN0021_000000024056	1531	0.5702277975360909	3	3	1	2	3	False	111752	fragment	False	DEN0021_000000024056	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	99.54299999999999	100.0	0.001313363343256523	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
AST0106_000000007917	2546	0.5702266934161323	4	3	3	3	3	False	107436	maximal	True	AST0106_000000007917	0.9901793339026472		105	11	False	False	0.9689709544181824	0					non-mobilizable	no_good_hit	1288.0	70.419	50.0	0.002263949446279456	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0013_000000015303	1847	0.5702258696612014	2	2	2	2	1	False	7977	maximal	True	SPA0013_000000015303	1.0		78	11	False	False	0.9962100982666016	0					non-mobilizable	other	1662.0	99.759	90.0	0.08637096354843742	NZ_CYZO01000041.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0173_000000003565	4694	0.5702177971459526	7	6	3	3	4	True	116363	fragment	False	ISR0819_000000004621	0.48176613136934465		0	0	False	False	0.9889219999313354	0					non-mobilizable	plasmid	4694.0	99.936	100.0	0.14205714977600195	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AUS0018_000000012414	2258	0.5702176019639902	4	2	2	2	1	True	99991	maximal	True	AUS0018_000000012414	1.0		2	1	False	False	0.9765279293060303	0					non-mobilizable	no_good_hit	1448.0	99.79299999999999	64.0	0.23111324069637437	MK233194.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_5_c1 sequence	True	True
ENG0193_000000007462	2766	0.5702164717135589	3	3	3	3	3	False	54599	maximal	True	ENG0193_000000007462	1.0		42	9	False	False	0.9844540953636169	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	1.5857570187768048e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	False
ISR0127_000000013559	1853	0.5702020138402122	2	1	1	0	1	False	33029	fragment	False	ISR0127_000000013559	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1853.0	100.0	100.0	0.00037396591458190427	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
MAD0053_000000005297	2180	0.570195666946945	4	2	2	2	2	True	87098	fragment	False	MAD0053_000000005297	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2187.0	88.66	100.0	0.0007632626142115052	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0158_000000002983	5340	0.5701925769638994	7	7	3	6	4	False	126995	maximal	True	ENG0158_000000002983	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2911.0	95.53399999999999	55.0	0.0012808772662608716	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
MON0108_000000003070	5991	0.5701815746718832	7	7	5	7	7	False	10156	maximal	True	MON0108_000000003070	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	5991.0	98.848	100.0	0.04197470305875758	CP042247.1	enterobacteria	Escherichia coli strain BCE049 plasmid pBCE049-1, complete sequence	False	True
MAD0064_000000016647	1377	0.5701805539459571	2	2	2	2	1	False	16664	maximal	True	MAD0064_000000016647	1.0		4	2	False	False	0.9985475540161133	0					non-mobilizable	no_good_hit								True	False
MON0061_000000018169	2459	0.5701771097800762	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.10805736514963485		0	0	False	False	1.0	0					non-mobilizable	other	2459.0	100.0	100.0	0.0035597238534807235	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ENG0144_000000007370	2436	0.5701771097800762	3	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.03324675609638612		0	0	False	False	0.9868637323379517	0					non-mobilizable	other	2440.0	97.869	100.0	0.03167456144916975	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
MON0061_000000019201	2334	0.5701771097800762	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.08817727375289776		0	0	False	False	1.0	0					non-mobilizable	other	2334.0	99.229	100.0	0.01083810665291579	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0088_000000013697	2303	0.5701771097800762	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.08798287150386022		0	0	False	False	1.0	0					non-mobilizable	other	2303.0	99.21799999999999	100.0	0.010694094091303964	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0113_000000011890	2366	0.570175985840909	2	1	1	1	1	False	59613	fragment	False	ENG0113_000000011890	1.0		0	0	False	False	0.9995773434638977	0					non-mobilizable	no_good_hit	966.0	98.03299999999999	41.0	0.00658876010892322	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0069_000000002039	11354	0.570172241745898	15	8	4	6	7	True	81654	maximal	True	FIJ0069_000000002039	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	0.0	0.000313231912636772	NZ_SPHG01000008.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_8_length_140471_cov_59.6228, whole genome shotgun sequence	True	True
FIJ0012_000000004113	5403	0.5701708748476854	14	3	2	0	2	False	50837	maximal	True	FIJ0012_000000004113	1.0		3	1	False	False	0.9977790117263794	0					non-mobilizable	no_good_hit	352.0	84.65899999999999	6.0	0.0012479067082157445	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
MON0004_000000009826	3654	0.5701678652543076	4	4	4	4	3	False	61890	maximal	True	MON0004_000000009826	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	76.494	7.0	8.53384147961046e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0059_000000014997	2594	0.5701666595514406	3	3	3	3	3	False	68973	maximal	True	MON0059_000000014997	1.0		4	2	False	False	0.99074786901474	0					non-mobilizable	plasmid	2571.0	100.0	99.0	0.018801117825215444	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
ISR0220_000000003078	3249	0.5701563395189879	4	4	3	2	3	False	97767	maximal	True	ISR0220_000000003078	1.0		3	3	False	False	1.0	0					non-mobilizable	other	3220.0	97.36	99.0	0.0006653980740861115	AP022351.1	enterobacteria	Escherichia coli E138 DNA, complete genome	False	False
SPA0095_000000007153	2836	0.5701545297924118	3	3	3	3	3	False	5216	maximal	True	SPA0095_000000007153	1.0		245	11	False	False	1.0	0					non-mobilizable	chromosome	2830.0	99.18700000000001	99.0	0.00039930397745718035	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0039_000000005785	4244	0.5701486292396275	4	2	1	1	1	True	47584	maximal	True	FIJ0039_000000005785	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	91.975	58.0	0.0005932676806628686	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
CHI0028_000000008542	1663	0.5701484570112406	3	2	2	2	2	False	88683	maximal	True	CHI0028_000000008542	1.0		2	2	False	False	0.9993986487388611	0					non-mobilizable	no_good_hit	376.0	99.734	23.0	7.33856334804438e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
ENG0013_000000009730	2742	0.570145756804339	2	2	2	2	2	False	111302	fragment	False	ENG0013_000000009730	0.9779425174879135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	95.91799999999999	3.0	3.381049115141105e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0132_000000013799	2242	0.570143793750729	3	3	3	2	2	False	109773	fragment	False	CHI0132_000000013799	1.0		0	0	False	False	0.9906333684921265	0					non-mobilizable	no_good_hit	34.0	94.118	2.0	8.948109101853885e-05	NZ_QGMX01000001.1	bacteria	Thermus caldifontis strain YIM 73026 contig001, whole genome shotgun sequence	True	False
MON0076_000000019285	2454	0.5701414484257752	4	3	2	2	3	False	113334	maximal	True	MON0076_000000019285	1.0		1	1	False	False	0.993072509765625	0					non-mobilizable	no_good_hit	1466.0	91.405	59.0	0.23360854783875667	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0039_000000008144	1540	0.5701403552255574	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.40557852006733436		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	89.792	99.0	0.0004934693473666432	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0192_000000003485	5686	0.5701360963019985	6	5	2	3	4	False	113637	fragment	False	ISR0192_000000003485	0.9885068039720486		0	0	False	False	0.9985930323600769	0					non-mobilizable	other	5668.0	99.065	99.0	0.0017626830113569548	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0101_000000011538	4879	0.5701339232513647	3	2	2	1	1	False	9072	maximal	True	MON0101_000000011538	0.999783033195921		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	97.95299999999999	11.0	0.0001099105469967507	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0105_000000010777	2411	0.570132690915081	3	3	3	3	2	False	4791	maximal	True	SPA0105_000000010777	1.0		30	8	False	False	0.9958523511886597	0					non-mobilizable	other	2411.0	98.67299999999999	100.0	0.00786080918367014	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0029_000000029623	1424	0.5701260161124374	3	2	2	2	1	True	37092	maximal	True	ISR0029_000000029623	1.0		1	1	False	False	0.988061785697937	0					non-mobilizable	no_good_hit	105.0	78.095	7.0	2.922732507586458e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0119_000000027042	1159	0.5701238022083216	3	2	2	2	2	False	72382	fragment	False	ISR0119_000000027042	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	99.569	100.0	0.03208911796491812	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0039_01_000000015849	1407	0.5701190034476569	2	2	2	2	1	False	38422	fragment	False	USA0039_01_000000015849	1.0		0	0	False	False	0.9985785484313965	0					non-mobilizable	other	1279.0	97.34200000000001	91.0	0.021136194492681715	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0089_000000011374	1829	0.5701157384680713	3	2	0	2	0	False	61291	fragment	False	ENG0089_000000011374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	96.226	6.0	0.004352692451187664	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
AUS0016_000000001093	13756	0.5701129951414073	24	7	3	5	4	True	100667	fragment	False	ISR0022_000000001841	0.9528698011889386		0	0	False	False	1.0	0					non-mobilizable	chromosome	12678.0	97.713	99.0	0.0033776781410446047	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ENG0134_000000015526	2523	0.5701125308240514	3	3	1	3	2	True	77459	fragment	False	ENG0134_000000015526	1.0		0	0	False	False	0.9996036291122437	0					non-mobilizable	chromosome	2523.0	98.652	100.0	0.00038385577494423287	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
CHI0140_000000020461	1448	0.570111748520963	2	2	2	1	1	False	80215	maximal	True	CHI0140_000000020461	1.0		72	10	False	False	0.9917126893997192	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	7.831002225903057e-05	NZ_QRCT01000049.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.49, whole genome shotgun sequence	True	False
CHI0162_000000002338	10060	0.5701100274894673	9	7	5	5	6	True	125726	maximal	True	CHI0162_000000002338	1.0		10	3	False	False	0.9992047548294067	0					non-mobilizable	no_good_hit	2590.0	95.05799999999999	28.0	0.0008041891253719958	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0171_000000010407	2305	0.5701087347458647	2	2	2	2	2	False	102956	fragment	False	CHI0131_000000007154	0.8430773572083204		0	0	False	False	0.9852494597434998	0					non-mobilizable	other	2248.0	99.155	100.0	0.0009155095134354179	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0024_000000023795	1161	0.5701080716544404	2	2	2	2	1	False	37410	fragment	False	ISR0024_000000023795	1.0		0	0	False	False	0.9638242721557617	0					non-mobilizable	no_good_hit	554.0	74.368	83.0	0.004761862925119266	NZ_FNBY01000013.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0097_000000006173	4151	0.5701067766842673	3	3	3	2	2	False	33307	maximal	True	ISR0097_000000006173	1.0		34	7	False	False	0.9997590780258179	0					non-mobilizable	no_good_hit	2622.0	87.45200000000001	63.0	0.012056095487971619	NZ_BAKJ01000001.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
FIJ0102_000000009644	3259	0.5701041150739233	5	3	3	2	3	True	93219	fragment	False	FIJ0102_000000009644	1.0		0	0	False	False	0.9984657764434814	0					non-mobilizable	no_good_hit	1876.0	76.333	57.0	0.0006576191213117819	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0316_000000007406	2616	0.5701037306035689	4	3	3	3	2	False	25215	maximal	True	ISR0316_000000007406	1.0		6	2	False	False	0.9957951307296753	0					non-mobilizable	other	2600.0	96.385	99.0	0.003253011292739665	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
FIJ0120_000000000929	21699	0.5701033547137342	20	9	7	7	6	True	51352	maximal	True	FIJ0120_000000000929	0.9999846354766843		15	2	False	False	1.0	0					non-mobilizable	no_good_hit	1031.0	85.45100000000001	5.0	0.008924080273359582	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0043_000000012874	1985	0.5700990027029759	3	3	3	3	2	False	92343	maximal	True	MAD0043_000000012874	1.0		1	1	False	False	0.9984886646270752	0					non-mobilizable	no_good_hit	900.0	80.667	45.0	0.000372234180571304	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0158_000000005956	2995	0.5700957746481361	2	2	1	1	2	False	56580	fragment	False	ENG0158_000000005956	1.0		0	0	False	False	0.985308825969696	0					non-mobilizable	other	2986.0	99.93299999999999	99.0	0.0349773262558442	NZ_CZAI01000013.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0800_000000010947	1217	0.5700948033346479	1	1	1	1	1	False	21876	maximal	True	ISR0800_000000010947	1.0		0	0	False	False	0.9967132210731506	0					non-mobilizable	no_good_hit	512.0	85.54700000000001	42.0	0.00014261302291791278	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0100_000000005259	2860	0.5700825872047172	7	5	5	5	4	False	108646	maximal	True	AST0100_000000005259	1.0		30	6	False	False	0.9951049089431763	0					non-mobilizable	no_good_hit	1441.0	98.404	50.0	0.0004810130134062335	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0786_000000004724	3781	0.5700782727795594	4	4	3	4	4	False	95550	maximal	False	SPA0074_000000006442	0.9184280836319267		0	0	False	False	1.0	0					non-mobilizable	other	3781.0	100.0	100.0	0.00906114112847164	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
FIJ0097_000000002204	11445	0.5700758254905185	17	8	2	5	4	False	107966	fragment	False	FIJ0097_000000002204	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11431.0	98.355	99.0	0.018961838904891958	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0831_000000016153	1179	0.5700750644904474	2	2	2	2	2	False	22402	maximal	False	ISR0776_000000019680	0.9803511705685619		0	0	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit	110.0	79.09100000000001	9.0	2.3902148624453686e-05	NZ_AP019007.1	enterobacteria	Enterobacter oligotrophica strain CCA6	True	False
SPA0136_000000007282	5083	0.5700691303764897	3	3	3	3	3	False	3637	maximal	True	SPA0136_000000007282	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	70.433	37.0	0.0028547675954929412	NZ_OLMH01000001.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
USA0145_01_000000015525	1522	0.5700680352728091	3	2	2	1	0	True	10	fragment	False	USA0145_01_000000015525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0011_000000001234	4573	0.5700654105736428	8	8	7	6	6	False	98141	fragment	False	CHI0011_000000001234	0.9918868799258229		0	0	False	False	0.9997813105583191	0					non-mobilizable	other	4574.0	99.934	100.0	0.0009279472216574318	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
SPA0047_000000025386	1529	0.5700615850328359	2	2	2	2	1	True	61604	fragment	False	ENG0082_000000013861	0.9289331644471831		0	0	False	False	0.9967299103736877	0					non-mobilizable	no_good_hit	84.0	85.714	5.0	0.0005227863869006512	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	True
FIJ0017_000000004838	5704	0.5700575165159002	9	9	2	3	7	False	50166	fragment	False	FIJ0021_000000008671	0.9766830294530154		0	0	False	False	1.0	0					non-mobilizable	plasmid	5625.0	99.98200000000001	100.0	0.10529962546816479	CP013713.1	enterobacteria	Klebsiella pneumoniae strain J1 plasmid 2, complete sequence	False	True
USA0016_01_000000001201	17186	0.5700529100436932	21	20	8	9	18	True	123792	fragment	False	CHI0111_000000001519	0.8063545245499871		0	0	False	False	1.0	0					non-mobilizable	other	17111.0	99.988	99.0	0.03782402433470835	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
CHI0045_000000013201	1600	0.5700508608698008	2	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.31309555764324465		0	0	False	False	1.0	0					non-mobilizable	other	1611.0	97.145	100.0	0.004056779789218899	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0062_000000034382	1126	0.5700495977676976	1	1	1	1	1	False	35290	fragment	False	ISR0062_000000034382	1.0		0	0	False	False	0.9920070767402649	0					non-mobilizable	no_good_hit								True	False
ENG0156_000000009346	1779	0.5700460574375564	2	2	2	1	2	False	77191	fragment	False	ENG0156_000000009346	0.9880660954712362		0	0	False	False	0.982574462890625	0					non-mobilizable	no_good_hit	244.0	75.41	13.0	0.00013135258093907077	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
ISR0281_000000009509	1857	0.5700399244727228	3	2	2	2	2	False	37972	maximal	True	ISR0281_000000009509	0.9898183819482664		401	12	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	80.0	7.0	3.2070039036230225e-05	CP021921.1	firmicutes	Bacillus subtilis subsp. subtilis strain SRCM101392, complete genome	True	False
ISR0112_000000027035	1421	0.5700317434606961	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.12620933696841702	PS816	0	0	False	True	0.999296247959137	0					non-mobilizable	plasmid	1340.0	99.25399999999999	94.0	0.0061932822083051965	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0183_000000022063	1400	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10433937101780653	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1400.0	99.929	100.0	0.06962623799333101	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
ENG0012_000000016780	1375	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.08132144112907772	PS1059	0	0	False	True	0.9898181557655334	0					non-mobilizable	other	1275.0	81.569	93.0	0.0027196223316912974	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
USA0046_01_000000008607	1337	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1561929125024141	PS1059	0	0	False	True	0.9768137335777283	0					non-mobilizable	chromosome	1287.0	82.051	96.0	0.00020126398186704367	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	True
AST0029_000000022029	1332	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.08348093251075074	PS1059	0	0	False	True	1.0	0					non-mobilizable	chromosome	1268.0	81.309	95.0	0.00019827413381741596	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	True
ISR0224_000000023593	1328	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.13140320914363976	PS1059	0	0	False	True	0.9984939694404602	0					non-mobilizable	other	1272.0	83.805	100.0	0.00035966689225095267	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0336_000000012153	1295	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.07916253571263299	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1221.0	92.465	94.0	0.853743876836949	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0038_000000027801	1280	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.19813890268023618	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1278.0	100.0	99.0	0.893631910426872	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0268_000000015882	1277	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.19141604491377148	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1277.0	99.60799999999999	100.0	0.8929321203638908	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0279_000000017930	1277	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1871504799226886	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1277.0	99.53	100.0	0.06350470313044344	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
ISR0069_000000020177	1271	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.17867848692383825	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1274.0	83.67299999999999	100.0	0.000360234637937221	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
CHI0067_000000009485	1262	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.01569540800902348	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1266.0	82.78	100.0	0.0003576797823490137	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0137_000000018888	1255	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.09482925500848842	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1255.0	99.20299999999999	100.0	0.8775367389783065	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0097_000000024979	1250	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.0905661985715328	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1250.0	99.68	100.0	0.874037788663401	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0197_000000020790	1218	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.07383350475438406	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1129.0	77.679	100.0	0.004374549217598545	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
SPA0026_000000029744	1177	0.5700317434606961	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.05020717570135846	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1177.0	99.83	100.0	0.8229531140657803	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
CAN0014_000000006530	6626	0.5700305637778795	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5612272412663227	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	2.0	2.6254343326701307e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0187_000000004834	5437	0.5700305637778795	4	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.26794803098633646	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	2.0	0.0008803390935767852	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0096_000000012885	2742	0.5700268224762253	4	4	2	4	2	False	64340	fragment	False	FIJ0011_000000014971	0.47926402682114394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0338_000000016198	1753	0.5700252644758412	4	4	4	3	1	False	24416	fragment	False	ISR0338_000000016198	1.0		0	0	False	False	0.998288631439209	0					non-mobilizable	no_good_hit	836.0	80.383	48.0	0.007589925104224632	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
ISR0217_000000005244	5142	0.5700246547226201	5	3	3	3	3	False	124538	fragment	False	AST0014_000000003654	0.9985693207223788		0	0	False	False	1.0	0					non-mobilizable	other	3131.0	94.634	97.0	0.0010026364555147894	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0014_000000003654	5142	0.5700246547226201	5	3	3	3	3	False	124538	fragment	False	AST0014_000000003654	0.9986343613727854		0	0	False	False	1.0	0					non-mobilizable	other	3131.0	94.602	97.0	0.0010026364555147894	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0086_000000004684	5125	0.5700246547226201	5	3	3	3	3	False	124538	fragment	False	AST0014_000000003654	0.9956566835213275		0	0	False	False	0.999219536781311	0					non-mobilizable	other	3131.0	94.666	97.0	0.0010026364555147894	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0144_000000009287	1916	0.5700245643959354	4	2	2	2	2	False	16446	fragment	False	TAN0005_000000008975	0.978951015097879		0	0	False	False	1.0	0					non-mobilizable	other	1917.0	98.64399999999999	100.0	0.006396709500582581	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
MAD0068_000000016466	1725	0.5700245643959354	2	2	2	2	2	False	16446	fragment	False	TAN0005_000000008975	0.6294363256784968		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	98.667	100.0	0.005755703120565955	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
USA0073_01_000000010734	1325	0.5700204782075728	2	2	2	2	2	False	702	maximal	True	USA0073_01_000000010734	1.0		21	9	False	False	0.997735857963562	0					non-mobilizable	chromosome	1327.0	91.56	100.0	0.0006393732014605953	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
MON0071_000000003384	3451	0.570019902461969	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.9791934998897084		0	0	False	False	1.0	0					non-mobilizable	chromosome	3451.0	99.94200000000001	100.0	0.0013980641067099784	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
USA0044_01_000000011610	2490	0.5700197991528513	3	3	2	2	2	False	105355	fragment	False	DEN0022_000000014917	0.9642530093889478		0	0	False	False	0.9967871308326721	0					non-mobilizable	other	2490.0	99.51799999999999	100.0	0.012485691909151154	NZ_AGDG01000028.1	CFB group bacteria	Bacteroides faecis MAJ27 contig028, whole genome shotgun sequence	False	False
SPA0083_000000007703	2185	0.5700176746032455	4	4	3	4	4	False	125018	maximal	True	SPA0083_000000007703	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1693.0	98.11	77.0	0.053646296531571595	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0059_000000031531	1235	0.5700175165088007	2	1	1	1	1	False	10921	maximal	True	MON0059_000000031531	1.0		12	6	False	False	0.9991902709007263	0					non-mobilizable	no_good_hit								True	False
ENG0039_000000000018	143275	0.5700172853163425	182	54	23	39	28	True	99788	maximal	True	ENG0039_000000000018	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1505.0	82.791	1.0	0.02575786233815362	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
FIJ0167_000000011550	1766	0.5700162458328265	3	3	3	2	2	False	86190	maximal	True	FIJ0167_000000011550	1.0		489	14	False	False	1.0	0					non-mobilizable	chromosome	1361.0	92.579	100.0	0.000471604067297517	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0084_000000002637	5407	0.570014159487406	7	6	4	5	4	False	48921	maximal	True	FIJ0084_000000002637	1.0		13	4	False	False	0.999815046787262	0					non-mobilizable	no_good_hit	1868.0	93.30799999999999	38.0	0.00045676643200689634	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0373_000000008496	1907	0.5700124512405143	3	3	2	2	3	False	23437	maximal	True	ISR0373_000000008496	1.0		0	0	False	False	0.9947561621665955	0					non-mobilizable	no_good_hit	1190.0	95.37799999999999	75.0	0.00033820011548296627	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0158_000000000980	10590	0.5700092368797182	12	8	3	6	5	True	101275	maximal	True	SPA0158_000000000980	1.0		392	10	False	False	1.0	0					non-mobilizable	no_good_hit	7802.0	100.0	74.0	0.07784807600191601	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
ISR0806_000000006450	1845	0.5700058008622217	1	1	1	1	1	False	21777	maximal	True	ISR0806_000000006450	1.0		1014	13	False	False	0.9994580149650574	0					non-mobilizable	other	1845.0	99.404	100.0	0.0033074156779395016	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0129_000000008026	3311	0.5700022111725284	6	2	1	2	0	True	131694	maximal	True	ENG0129_000000008026	1.0		2	1	False	False	0.99758380651474	0					non-mobilizable	no_good_hit	80.0	91.25	4.0	0.01323379708177808	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	True
ISR0106_000000018107	1481	0.5700001673144347	2	2	2	2	1	False	32885	maximal	True	ISR0106_000000018107	1.0		115	11	False	False	0.9993247985839844	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	9.623715331540895e-06	CP040911.1	g-proteobacteria	Acinetobacter pittii strain AB17H194 chromosome, complete genome	True	False
ISR0051_000000013553	2934	0.569998309588415	3	3	3	3	2	False	104571	maximal	True	ISR0051_000000013553	1.0		34	7	False	False	1.0	0					non-mobilizable	chromosome	2934.0	99.96600000000001	100.0	0.0006677781883562525	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0836_000000000698	17491	0.5699971478341609	14	9	7	8	5	True	120450	fragment	False	ISR0836_000000000698	1.0		0	0	False	False	0.9998856782913208	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	2.3673578182430347e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ISR0206_000000016805	1552	0.5699950182081864	2	1	1	1	1	True	42404	fragment	False	ISR0206_000000016805	0.9696767263273504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	81.457	10.0	0.0004028987220052538	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0321_000000007828	1492	0.5699950182081864	2	1	1	1	1	True	42404	fragment	False	ISR0206_000000016805	0.9653050778799868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	81.457	10.0	0.0004028987220052538	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0105_000000025123	1350	0.5699950182081864	2	1	1	1	1	True	42402	fragment	False	FIJ0105_000000025123	0.9785544082605242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	81.457	11.0	0.0004028987220052538	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
FIJ0088_000000018148	1584	0.5699857627439496	3	2	2	2	1	False	43653	maximal	True	FIJ0088_000000018148	1.0		10	6	False	False	0.995580792427063	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000006996	4845	0.5699810587378377	5	5	5	5	4	False	110345	maximal	True	SPA0009_000000006996	1.0		53	7	False	False	1.0	0					non-mobilizable	other	4845.0	97.523	100.0	0.041119845163919116	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0137_000000007149	2177	0.5699739718751892	2	1	1	0	1	False	80520	maximal	True	CHI0137_000000007149	1.0		90	10	False	False	0.9875975847244263	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000004412	7912	0.5699691549809515	8	4	3	4	2	False	19927	maximal	True	MAD0097_000000004412	0.9880165824588677		12	1	False	False	0.9975985884666443	0					non-mobilizable	no_good_hit	1101.0	89.555	14.0	0.000292365759167974	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0030_000000001062	7719	0.5699691549809515	8	4	3	4	2	False	19927	maximal	False	MAD0097_000000004412	0.9800935288169869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	89.464	14.0	0.000292365759167974	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0219_000000023161	1417	0.5699653492227631	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.894518574717372		0	0	False	False	0.9936485290527344	0					non-mobilizable	no_good_hit	731.0	85.63600000000001	51.0	0.00021059623032747713	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MON0108_000000012429	1750	0.5699651214819115	2	2	2	1	1	False	106529	maximal	False	ENG0151_000000013736	0.970078385157944		0	0	False	False	0.9497143030166626	0					non-mobilizable	chromosome	1651.0	99.818	94.0	0.000375667920486811	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0083_000000009586	2634	0.5699641400925167	3	2	2	2	2	False	126962	maximal	True	ISR0083_000000009586	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	95.338	57.0	0.015613170487822299	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
MAD0001_000000006066	4206	0.5699622562488265	8	8	6	8	6	False	97794	fragment	False	MAD0001_000000006066	1.0		0	0	False	False	0.9793152809143066	0					non-mobilizable	chromosome	4128.0	99.855	98.0	0.000883875998643881	CP046009.1	enterobacteria	Escherichia coli strain 1919D62 chromosome, complete genome	False	False
ISR0307_000000004856	2061	0.5699599407235065	2	1	1	1	1	False	25435	maximal	True	ISR0307_000000004856	1.0		493	11	False	False	0.9733139276504517	0					non-mobilizable	chromosome	1409.0	100.0	100.0	0.0002502893971154147	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0073_000000012542	1964	0.5699599407235065	2	1	1	1	1	False	62232	maximal	True	ENG0073_000000012542	1.0		157	11	False	False	0.996435821056366	0					non-mobilizable	other	1964.0	100.0	100.0	0.05115309446254072	NZ_NFIG01000036.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_36, whole genome shotgun sequence	False	False
ISR0121_000000012502	2011	0.569958913199703	2	2	2	2	1	False	32208	maximal	True	ISR0121_000000012502	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	99.279	69.0	0.0007422338561458677	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
AST0101_000000005759	1287	0.5699528185393631	3	3	3	2	2	False	108448	fragment	False	AST0101_000000005759	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	92.802	100.0	0.006727592523969332	NZ_NQCD01000001.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_4_length_191599_cov_71.773_ID_7.ctg_1, whole genome shotgun sequence	False	False
DEN0028_000000021459	1457	0.5699504572400289	2	2	2	2	0	True	73924	maximal	True	DEN0028_000000021459	1.0		1	1	False	False	0.9773507118225098	0					non-mobilizable	no_good_hit	83.0	84.337	6.0	4.173179746579796e-05	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
FIJ0053_000000015523	1343	0.5699463230604425	3	2	2	2	1	False	46379	fragment	False	FIJ0053_000000015523	1.0		0	0	False	False	0.9977661967277527	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000013914	1925	0.5699421356241507	2	2	2	2	1	False	58529	maximal	True	ENG0129_000000013914	1.0		65	8	False	False	0.9916883111000061	0					non-mobilizable	no_good_hit	1688.0	97.749	88.0	0.00896339195579406	NZ_CABIXZ010000005.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
MON0021_000000019990	1510	0.5699393250234682	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.30166939577041746		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	98.477	100.0	0.2069391113549095	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ENG0097_000000002310	12040	0.5699268456807809	17	11	7	8	7	True	60798	fragment	False	ENG0097_000000002310	1.0		0	0	False	False	0.999335527420044	0					non-mobilizable	no_good_hit	751.0	83.22200000000001	6.0	0.9893758300132802	GQ882359.1		Uncultured organism clone VC1D105TF genomic sequence	True	True
MAD0045_000000004319	6919	0.5699268272823032	12	5	5	5	3	False	17907	maximal	True	MAD0045_000000004319	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	320.0	87.18799999999999	5.0	8.426831984027587e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
CAN0020_000000005494	6394	0.5699255472982729	8	6	6	5	4	False	91937	fragment	False	CAN0020_000000005494	1.0		0	0	False	False	0.9906162023544312	0					non-mobilizable	no_good_hit	2567.0	90.884	72.0	0.0008062292013376779	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
CHI0186_000000011467	1684	0.5699231270802141	3	1	1	1	1	False	78236	maximal	True	CHI0186_000000011467	0.9948107448107448		265	11	False	False	1.0	0					non-mobilizable	other	1684.0	100.0	100.0	0.004544202698980997	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
SPA0092_000000026668	1690	0.5699184002302704	3	3	3	3	3	False	5309	maximal	True	SPA0092_000000026668	1.0		38	7	False	False	0.9970414042472839	0					non-mobilizable	no_good_hit	270.0	73.704	16.0	0.0006058181402526147	NZ_CABIYM010000004.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	True	False
MAD0062_000000001839	6661	0.5699144092966111	5	5	5	5	2	False	112052	maximal	True	MAD0062_000000001839	1.0		22	2	False	False	0.998348593711853	0					non-mobilizable	no_good_hit	3661.0	92.516	55.0	0.08869109693691946	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	True	False
ISR0387_000000010688	2274	0.5699125218327509	3	3	3	3	3	False	95292	fragment	False	ISR0384_000000006469	0.8336525629203274		0	0	False	False	0.9890061616897583	0					non-mobilizable	chromosome	2274.0	99.12	100.0	0.0006589007402125122	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0129_000000014121	1897	0.5699102466879228	3	2	2	2	1	False	58528	fragment	False	ENG0129_000000014121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	92.133	61.0	0.00019219525691726214	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0046_000000019560	1788	0.5699096596564062	3	2	2	1	2	False	36164	fragment	False	ISR0046_000000019560	1.0		0	0	False	False	0.9821029305458069	0					non-mobilizable	no_good_hit								True	False
SPA0032_000000002311	9427	0.5699093522785419	15	11	7	8	8	True	125397	fragment	False	SPA0032_000000002311	0.9314575196640241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7218.0	92.075	76.0	0.0020552605651409997	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MON0101_000000016790	3564	0.5699050321499181	7	1	1	1	1	False	9068	maximal	True	MON0101_000000016790	1.0		1	1	False	False	0.9666105508804321	0					non-mobilizable	no_good_hit	693.0	94.37200000000001	27.0	0.003033887200953256	LR756490.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0096_000000017689	1361	0.5699037051967049	2	1	1	1	1	False	33334	maximal	True	ISR0096_000000017689	1.0		5	4	False	False	0.9948567152023315	0					non-mobilizable	plasmid	1371.0	81.109	99.0	0.006660534121709701	CP002411.1	firmicutes	Clostridium botulinum BKT015925 plasmid p1BKT015925, complete sequence	False	True
MAD0049_000000012893	1461	0.5699025301671784	3	3	3	2	1	True	17452	maximal	True	MAD0049_000000012893	1.0		119	13	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	88.15100000000001	38.0	0.00014797107963798183	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
USA0121_01_000000011263	4203	0.569902514265452	3	3	3	3	3	False	46554	fragment	False	FIJ0051_000000003944	0.41179430553073143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0133_000000005648	4322	0.5699019711671561	7	3	3	2	1	True	115596	fragment	False	ENG0133_000000005648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2552.0	85.18799999999999	68.0	0.38447543966040026	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0275_000000003431	3972	0.5699010317476756	3	3	3	3	3	False	65992	maximal	True	ISR0275_000000003431	1.0	PS11|PS300	1	1	False	True	0.9974823594093323	0					non-mobilizable	no_good_hit	1523.0	99.475	76.0	0.060360896291889746	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	True	True
USA0007_01_000000001826	10722	0.5698996109306802	14	9	3	3	9	False	103046	maximal	True	USA0007_01_000000001826	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	4763.0	88.579	72.0	0.000945843617062468	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0155_000000003360	4905	0.5698950309988894	5	5	2	4	3	True	130836	maximal	True	SPA0155_000000003360	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	2448.0	98.28399999999999	50.0	0.000661093294188679	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0153_000000003244	4903	0.5698950309988894	5	5	2	4	3	True	130836	maximal	False	SPA0155_000000003360	0.9997961264016311		0	0	False	False	0.9975525140762329	0					non-mobilizable	no_good_hit	2448.0	98.28399999999999	50.0	0.000661093294188679	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0339_000000005027	2850	0.5698930672927967	6	3	2	2	3	False	94421	fragment	False	ISR0339_000000005027	1.0		0	0	False	False	0.9996491074562073	0					non-mobilizable	chromosome	2851.0	97.334	100.0	0.0005490495507101895	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0153_000000010589	2608	0.5698930672927967	5	3	2	2	3	False	94421	fragment	False	ISR0339_000000005027	0.9605804363137477		0	0	False	False	0.9938650131225586	0					non-mobilizable	chromosome	2609.0	97.624	100.0	0.000502412137136351	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
USA0026_01_000000012863	2549	0.5698930672927967	6	3	2	2	3	False	94421	fragment	False	ISR0339_000000005027	0.6482617586912065		0	0	False	False	0.9862691164016724	0					non-mobilizable	chromosome	2550.0	97.294	100.0	0.0004910418586204152	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ENG0071_000000010056	2055	0.5698930672927967	5	3	2	2	3	False	94418	fragment	False	ENG0071_000000010056	1.0		0	0	False	False	0.961557149887085	0					non-mobilizable	chromosome	1971.0	97.21	96.0	0.00037965167248124723	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0141_000000018061	1759	0.5698930672927967	5	3	2	2	3	False	94416	fragment	False	SPA0153_000000009868	0.9665714727614714		0	0	False	False	0.9891983866691589	0					non-mobilizable	chromosome	1759.0	96.87299999999999	100.0	0.0003387957564578846	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
SPA0010_000000009450	2411	0.5698833919766765	4	4	4	3	3	False	79664	fragment	False	MON0105_000000018460	0.7784951383959146		0	0	False	False	0.9995852112770081	0					non-mobilizable	other	2411.0	99.212	100.0	0.009333741281085038	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0027_01_000000008881	3071	0.5698827718858573	4	4	4	4	3	False	63088	maximal	True	USA0027_01_000000008881	1.0		40	5	False	False	0.9993487596511841	0					non-mobilizable	no_good_hit	1020.0	75.196	33.0	0.00036829997322448266	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
ISR0804_000000009515	2006	0.569881934276143	2	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.666935562553906		0	0	False	False	1.0	0					non-mobilizable	other	2016.0	97.619	99.0	0.005072865715294236	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
MAD0080_000000000554	7150	0.5698806332036727	9	9	7	8	8	False	16165	maximal	True	MAD0080_000000000554	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2461.0	97.96799999999999	74.0	0.0007131085881754421	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0319_000000009461	2057	0.5698798743532437	3	3	2	2	3	False	84006	maximal	False	CHI0087_000000004634	0.9760985031385804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	76.984	24.0	0.0008225989762839679	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0241_000000012577	1299	0.5698794684893315	2	2	2	1	1	False	27247	fragment	False	ISR0241_000000012577	1.0		0	0	False	False	0.9976905584335327	0					non-mobilizable	other	1297.0	99.69200000000001	99.0	0.0005383070244082361	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MON0096_000000016849	2154	0.5698764323904085	3	2	2	2	2	False	58161	fragment	False	MON0096_000000016849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	86.0	7.0	4.0826473227480916e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0064_000000007836	4472	0.5698731494027922	5	4	4	4	4	False	71334	maximal	True	DEN0064_000000007836	1.0		5	3	False	False	0.9997763633728027	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	6.9769039434176665e-06	LR743507.1	b-proteobacteria	Variovorax paradoxus isolate vvax genome assembly, chromosome: 1	True	False
MON0037_000000024769	2734	0.5698728222344243	2	2	2	2	2	False	12119	maximal	True	MON0037_000000024769	1.0		2	2	False	False	0.9996342062950134	0					non-mobilizable	no_good_hit	1288.0	89.13	50.0	0.0008669109656821902	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
SPA0082_000000008948	1893	0.5698718931035008	3	3	3	3	2	False	124633	maximal	True	SPA0082_000000008948	1.0		125	8	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	99.61200000000001	14.0	0.0019240703446107314	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0077_000000028347	1302	0.5698693439920439	3	2	2	1	1	False	77965	maximal	True	ISR0077_000000028347	1.0		17	4	False	False	0.9992319345474243	0					non-mobilizable	chromosome	1170.0	100.0	100.0	0.00027415591521288594	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	False	False
ISR0261_000000015676	1171	0.5698693439920439	2	2	2	1	1	False	77961	fragment	False	ISR0261_000000015676	0.9905417024935511		0	0	False	False	1.0	0					non-mobilizable	chromosome	1171.0	100.0	100.0	0.00032965258843494193	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CHI0170_000000008855	1163	0.5698693439920439	2	2	2	1	1	False	77961	fragment	False	ISR0261_000000015676	0.9766331570457599		0	0	False	False	0.9862424731254578	0					non-mobilizable	chromosome	1137.0	99.56	98.0	0.00026641669776034083	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	False	False
MON0086_000000026562	1140	0.5698693439920439	2	2	2	1	1	False	77961	fragment	False	ISR0261_000000015676	0.9731188835767602		0	0	False	False	0.9903509020805359	0					non-mobilizable	chromosome	1140.0	100.0	100.0	0.00032091820361316144	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0054_000000004923	2930	0.5698671854184666	4	3	3	3	2	False	17166	maximal	True	MAD0054_000000004923	1.0		247	13	False	False	0.9914675951004028	0					non-mobilizable	chromosome	2930.0	98.94200000000001	100.0	0.0008153947872081289	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0001_000000013176	2594	0.5698669078373294	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.7930550335135084	PS721	0	0	False	True	1.0	0					non-mobilizable	other	2558.0	73.847	97.0	0.30591102985984153	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
SPA0120_000000006963	6108	0.5698648847367509	10	4	3	3	4	False	4189	maximal	True	SPA0120_000000006963	1.0		13	3	False	False	0.9968893527984619	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	1.0	5.542174585767877e-05	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	True	False
MON0080_000000005124	6819	0.5698636091696931	8	3	3	3	3	False	10069	fragment	False	MON0080_000000005124	1.0		0	0	False	False	0.9876814484596252	0					non-mobilizable	no_good_hit	82.0	87.805	1.0	0.0028492109877264757	NZ_RXYB01000028.1	firmicutes	Acetobacterium tundrae strain DSM 917 NODE_28_length_27376_cov_26.7822, whole genome shotgun sequence	True	False
MON0005_000000002275	12587	0.5698596698558235	16	10	10	10	7	True	100634	maximal	True	MON0005_000000002275	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2792.0	81.948	31.0	0.000928081545334424	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	True
MON0030_000000032658	1123	0.5698568512257548	2	2	2	2	2	False	12485	maximal	True	MON0030_000000032658	1.0		24	5	False	False	0.9884238839149475	0					non-mobilizable	no_good_hit	438.0	75.342	39.0	0.00018982702505541371	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AUS0014_000000008945	3476	0.5698534097545378	5	5	5	3	4	False	100902	maximal	True	AUS0014_000000008945	1.0		54	9	False	False	1.0	0					non-mobilizable	other	2926.0	99.24799999999999	100.0	0.07397010848949245	NZ_CABJDZ010000011.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0160_000000006180	2823	0.5698533048475415	4	2	1	1	2	False	39345	fragment	False	FIJ0160_000000006180	1.0		0	0	False	False	0.9936237931251526	0					non-mobilizable	no_good_hit	244.0	76.639	10.0	0.0012505031530927143	NC_014390.1	firmicutes	Butyrivibrio proteoclasticus B316 plasmid pCY186, complete sequence	True	False
ENG0089_000000006703	3247	0.5698500573704742	3	3	3	3	2	False	118812	maximal	True	ENG0089_000000006703	1.0		8	4	False	False	1.0	0					non-mobilizable	other	3183.0	100.0	98.0	0.0008760386095709008	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ENG0032_000000011250	2006	0.5698483606017607	2	2	2	2	1	False	65607	maximal	True	ENG0032_000000011250	1.0		97	10	False	False	1.0	0					non-mobilizable	other	2006.0	99.95	100.0	0.0005773118460071759	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
AST0058_000000012158	1106	0.5698472165001461	2	1	1	1	1	False	112921	maximal	True	AST0058_000000012158	1.0		49	9	False	False	0.9918625950813293	0					non-mobilizable	other	1114.0	86.625	99.0	0.01312742225163059	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
ISR0016_000000012852	1705	0.5698464980433275	4	3	2	2	2	False	97638	fragment	False	FIJ0014_000000014242	0.906992478285853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	96.257	58.0	0.012777142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
MON0004_000000018963	2204	0.569845327555694	3	3	3	2	2	False	14235	maximal	True	MON0004_000000018963	1.0		2	2	False	False	0.9795825481414795	0					non-mobilizable	no_good_hit	76.0	92.105	3.0	0.00022459497028669243	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0375_000000007981	2655	0.5698449726283733	2	2	2	2	2	False	102225	fragment	False	ISR0375_000000007981	0.9011758020335691		0	0	False	False	1.0	0					non-mobilizable	other	1462.0	95.759	96.0	0.00035820491527755	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0321_000000008568	1380	0.5698430633438522	2	2	2	2	1	False	25025	fragment	False	ISR0321_000000008568	1.0		0	0	False	False	0.9855072498321533	0					non-mobilizable	no_good_hit	349.0	79.37	25.0	0.004653066794023333	NZ_FUWW01000011.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0030_000000002777	8575	0.5698367595701825	21	9	4	6	7	True	48782	maximal	True	FIJ0030_000000002777	1.0		2	2	False	False	0.9982507228851318	0					non-mobilizable	no_good_hit	4366.0	94.38799999999999	78.0	0.02010940252935696	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	True
SPA0049_000000007580	2707	0.5698365671766082	4	2	2	1	1	False	31250	fragment	False	ISR0140_000000009019	0.9553445850914206		0	0	False	False	0.9966753125190735	0					non-mobilizable	no_good_hit	226.0	94.69	14.0	7.252162191867715e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0050_000000020529	1253	0.5698365671766082	2	2	2	1	1	False	6574	fragment	False	SPA0050_000000020529	1.0		0	0	False	False	0.9984038472175598	0					non-mobilizable	no_good_hit	116.0	94.82799999999999	21.0	3.7066606758434986e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0101_000000006143	3902	0.5698285737722956	6	4	3	4	2	True	116834	fragment	False	ISR0101_000000006143	0.9968742765981476		0	0	False	False	0.9966683983802795	0					non-mobilizable	other	3902.0	99.87200000000001	100.0	0.0012514495368545146	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0092_000000010425	3877	0.5698285737722956	6	4	3	4	2	True	116834	fragment	False	ISR0101_000000006143	0.9948830966021543		0	0	False	False	0.9992262125015259	0					non-mobilizable	other	3877.0	99.742	100.0	0.001243423308424201	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0018_000000007425	3823	0.5698285737722956	7	4	3	4	2	True	116834	fragment	False	ISR0101_000000006143	0.9911531152608094		0	0	False	False	0.9979074001312256	0					non-mobilizable	other	3823.0	99.948	100.0	0.0012264077041519359	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0785_000000031853	1220	0.5698268919660406	2	2	2	2	2	False	22156	fragment	False	ISR0785_000000031853	0.9742322403099981		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	98.60700000000001	100.0	0.0003533655971487252	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0005_000000029479	1841	0.5698227545060613	1	1	1	1	1	False	14120	maximal	True	MON0005_000000029479	1.0		42	10	False	False	0.9359043836593628	0					non-mobilizable	other	1762.0	99.149	96.0	0.004344522349249268	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
MON0085_000000020721	1475	0.5698188389067915	3	2	2	1	1	False	73869	maximal	True	MON0085_000000020721	1.0		0	0	False	False	0.8894914984703064	0					non-mobilizable	no_good_hit	134.0	86.56700000000001	9.0	0.3687150837988827	KU546074.1	bacteria	Uncultured bacterium clone AX_03D_000_Contig_10 genomic sequence	True	False
CHI0074_000000002020	8136	0.569818327472116	5	4	4	4	4	False	111736	fragment	False	CHI0074_000000002020	1.0		0	0	False	False	0.9998770952224731	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
CHI0168_000000003654	5075	0.5698166058321246	7	7	3	5	7	True	123556	backbone	False	ISR0826_000000002301	0.4854296196756864	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5082.0	99.25200000000001	100.0	0.0013493415516152372	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0126_000000008508	5686	0.5698145329477735	8	5	3	5	3	True	47418	backbone	False	ISR0323_000000002769	0.948287789692148	PS172	0	0	False	True	0.9996482729911804	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	0.0010411846367422489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0053_000000022293	1122	0.5698051856308803	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.1909197059880029		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	98.307	100.0	0.00031130068702756443	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0044_000000026065	2063	0.5698034439922854	3	2	2	2	2	True	67766	fragment	False	MON0044_000000026065	1.0		0	0	False	False	0.9936984777450562	0					non-mobilizable	no_good_hit								True	True
ISR0296_000000013809	1899	0.5698014930899276	2	2	2	2	2	False	25676	fragment	False	ISR0296_000000013809	1.0		0	0	False	False	0.9852554202079773	0					non-mobilizable	no_good_hit	1110.0	98.649	58.0	0.03074151074151074	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	True	False
ISR0070_000000005984	3361	0.5697913299362263	4	2	2	2	2	False	87128	maximal	True	ISR0070_000000005984	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	2376.0	97.811	70.0	0.005988099440270284	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
ISR0796_000000009772	2341	0.5697913299362263	3	2	2	2	2	False	87125	fragment	False	ISR0796_000000009772	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2341.0	98.249	100.0	0.005899853764308406	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0064_000000010915	1968	0.5697913299362263	3	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.580811591518582		0	0	False	False	1.0	0					non-mobilizable	other	2004.0	96.557	100.0	0.005050173970046896	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
DEN0051_000000027919	1696	0.5697889558964004	3	3	3	3	3	False	72510	fragment	False	DEN0051_000000027919	0.9684305472038485		0	0	False	False	0.9994103908538818	0					non-mobilizable	other	1696.0	98.821	100.0	0.021611478465112716	NZ_QRHR01000010.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf10, whole genome shotgun sequence	False	False
ENG0019_000000011147	1634	0.5697807206722513	2	2	2	1	2	False	77191	fragment	False	ENG0156_000000009346	0.9465992130410342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	77.315	13.0	9.18546001770991e-05	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
TAN0009_000000011341	3158	0.5697801213283629	3	2	2	2	2	False	2708	maximal	True	TAN0009_000000011341	1.0		1	1	False	False	0.9996833205223083	0					non-mobilizable	no_good_hit	689.0	74.311	21.0	0.00016022991659802555	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
SPA0054_000000002986	7836	0.5697781756338891	8	8	8	7	6	True	100758	maximal	True	SPA0054_000000002986	1.0		3	2	False	False	0.9996171593666077	0					non-mobilizable	no_good_hit	4119.0	94.975	72.0	0.01103083974209586	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	True
DEN0022_000000027537	1511	0.5697565135601321	3	3	2	3	2	False	74533	maximal	True	DEN0022_000000027537	1.0		4	4	False	False	0.9708802103996277	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	5.0	0.01967892283790782	NZ_PVXO01000024.1	firmicutes	Clostridium liquoris strain DSM 100320 CLLI_contig000024, whole genome shotgun sequence	True	False
MON0007_000000007262	6386	0.5697552218654599	7	6	6	5	5	False	107848	maximal	True	MON0007_000000007262	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	79.262	19.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
AUS0006_000000000410	21545	0.5697452930463888	19	12	9	11	11	True	125891	backbone	False	ISR0223_000000000613	0.969147990927757	PS938	0	0	False	True	0.99995356798172	0					non-mobilizable	no_good_hit	2251.0	78.365	10.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0131_000000000683	20493	0.5697452930463888	19	12	9	11	11	True	125891	backbone	False	ISR0223_000000000613	0.7843466639315794	PS938	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2251.0	78.454	11.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0094_000000005354	4024	0.5697443528440022	5	4	2	3	3	False	53790	fragment	False	ISR0094_000000005354	1.0		0	0	False	False	0.9997515082359314	0					non-mobilizable	no_good_hit	3268.0	85.985	85.0	0.0006215647296059921	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
AST0028_000000006877	2486	0.5697424756303239	3	3	3	3	2	False	118811	fragment	False	AST0028_000000006877	1.0		0	0	False	False	0.9943684339523315	0					non-mobilizable	other	2466.0	99.10799999999999	100.0	0.000678640846194931	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
MAD0049_000000003043	5025	0.5697394508805741	6	5	3	4	5	False	122188	fragment	False	MAD0111_000000003353	0.9007900860127065		0	0	False	False	0.9992039799690247	0					non-mobilizable	other	4856.0	97.179	99.0	0.001452562348111624	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0111_000000003353	5036	0.5697335182381511	7	6	3	5	4	False	122188	fragment	False	MAD0111_000000003353	0.9039068424354745		0	0	False	False	0.9994043111801147	0					non-mobilizable	other	4897.0	97.08	99.0	0.001464831622168603	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0196_000000001395	5977	0.5697323702418128	13	2	1	2	1	False	54427	maximal	True	ENG0196_000000001395	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	83.12799999999999	4.0	0.000708604226824213	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
MAD0083_000000008680	1202	0.5697319694049511	2	2	2	2	1	False	16090	maximal	True	MAD0083_000000008680	1.0		71	9	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	9.36780382342655e-06	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0049_000000003826	5079	0.5697259364474251	4	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.9667197254656269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	88.824	64.0	0.013260368064107679	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ENG0143_000000009711	1901	0.5697250899949695	3	3	2	2	1	True	71623	maximal	True	ENG0143_000000009711	1.0		244	13	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	99.111	57.0	0.01623732104860867	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	True	True
ISR0311_000000001856	7689	0.5697224172497507	9	5	3	4	2	True	51636	maximal	True	ISR0311_000000001856	1.0		1	1	False	False	0.9993497133255005	0					non-mobilizable	no_good_hit	80.0	92.5	1.0	5.018565475229197e-05	NC_022538.1	mycoplasmas	Acholeplasma palmae J233, complete genome	True	True
ENG0004_000000023867	1151	0.5697223777360544	1	1	1	1	1	False	67719	maximal	False	ISR0067_000000026870	0.9773310521813516		0	0	False	False	0.9956559538841248	0					non-mobilizable	no_good_hit	86.0	77.907	7.0	4.3218507690352105e-05	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
ENG0142_000000017618	1922	0.5697168794050679	3	3	3	3	1	False	103388	fragment	False	ENG0142_000000017618	0.9697203207775418		0	0	False	False	0.9817898273468018	0					non-mobilizable	chromosome	1922.0	100.0	100.0	0.0003878987699307981	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
MON0065_000000017809	1472	0.5697127683972403	1	1	1	1	1	False	10667	maximal	True	MON0065_000000017809	1.0		60	6	False	False	0.9979619383811951	0					non-mobilizable	chromosome	966.0	92.029	98.0	0.0003853296804878234	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0070_000000000990	12505	0.5697116005172004	10	8	4	5	7	True	119320	maximal	True	MON0070_000000000990	0.9892646936914531		231	12	False	False	1.0	0					non-mobilizable	other	12148.0	99.87700000000001	100.0	0.0023526157961678337	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0047_000000025189	1542	0.5697113571791378	2	2	2	2	1	True	6657	maximal	True	SPA0047_000000025189	1.0		0	0	False	False	0.9993515014648438	0					non-mobilizable	no_good_hit	1228.0	77.60600000000001	77.0	0.011585696999723696	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
CHI0159_000000005226	2735	0.5697072288442271	5	4	2	3	2	False	108499	fragment	False	ISR0384_000000005302	0.957600456559447		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	98.39200000000001	100.0	0.01930518288377348	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
MON0007_000000022323	2694	0.5697072288442271	5	4	2	3	2	False	53845	fragment	False	MON0007_000000022323	0.9540783294816153		0	0	False	False	0.9899777173995972	0					non-mobilizable	chromosome	2635.0	98.596	98.0	0.0008950303389460185	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0208_000000011533	2677	0.5697072288442271	5	4	2	3	2	False	53845	fragment	False	MON0007_000000022323	0.9510237457366343		0	0	False	False	0.9981322288513184	0					non-mobilizable	other	2678.0	96.079	100.0	0.0008000117191552283	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0803_000000007272	2015	0.5697072288442271	4	4	2	3	2	False	21835	fragment	False	ISR0803_000000007272	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2015.0	98.065	100.0	0.0004453835683538831	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
ENG0171_000000006602	3595	0.569706887251786	4	3	3	3	3	False	101967	maximal	True	ENG0171_000000006602	1.0		0	0	False	False	0.9844228029251099	0					non-mobilizable	no_good_hit	753.0	77.822	21.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
ISR0784_000000005088	2426	0.569706274969418	3	2	2	2	2	False	43672	maximal	False	USA0047_01_000000014370	0.9786637921503593		0	0	True	True	0.9958779811859131	6					non-mobilizable	chromosome	1874.0	98.506	100.0	0.00035713482154127414	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
SPA0127_000000006470	4514	0.5697034199328592	5	5	5	4	3	False	113446	maximal	False	SPA0008_000000005677	0.9760042927709701		0	0	False	False	0.9997784495353699	0					non-mobilizable	no_good_hit	1513.0	74.488	33.0	0.005391568558489636	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ENG0204_000000025247	1111	0.5697027855192284	2	2	2	2	1	False	54001	fragment	False	ENG0204_000000025247	1.0		0	0	False	False	0.9909991025924683	0					non-mobilizable	other	1109.0	99.098	99.0	0.007837533864795467	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0288_000000023697	1233	0.5697005591067645	2	2	2	2	2	False	38067	fragment	False	ISR0288_000000023697	0.9731848184818481		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	72.119	84.0	0.0003764662440676817	CP002410.1	firmicutes	Clostridium botulinum BKT015925, complete genome	True	False
MON0107_000000046668	1322	0.5696968592984905	2	2	2	2	1	False	39451	fragment	False	SPA0008_000000022160	0.9468513404548341		0	0	False	False	0.9863842725753784	0					non-mobilizable	other	1322.0	98.56299999999999	100.0	0.005205193372342731	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0375_000000009895	2208	0.5696938154050979	4	4	2	2	3	False	111970	fragment	False	CHI0027_000000007196	0.9314192612925756		0	0	False	False	0.9981883764266968	0					non-mobilizable	other	2208.0	99.411	100.0	0.007397972010391352	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
USA0121_01_000000026350	1643	0.5696931681806157	2	2	1	2	0	False	171	maximal	True	USA0121_01_000000026350	1.0		1	1	False	False	0.994522213935852	0					non-mobilizable	no_good_hit	393.0	82.18799999999999	24.0	0.0003499044250828674	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
DEN0026_000000004014	7037	0.5696929582386356	5	4	4	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5631760248801833	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	56.0	98.214	1.0	0.0005977611129225084	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0074_000000013758	1665	0.5696926925285752	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.20625106601439624		0	0	False	False	1.0	0					non-mobilizable	chromosome	1590.0	96.541	95.0	0.00044658064330716494	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0779_000000020698	1663	0.5696926925285752	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.17410260947008058		0	0	False	False	1.0	0					non-mobilizable	chromosome	1664.0	95.493	100.0	0.00046799397383798165	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ENG0083_000000015413	1469	0.5696926925285752	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.05224269451826131		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	92.852	100.0	0.025148613228718756	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	True
ENG0102_000000020687	1398	0.5696926925285752	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.043790624630463126		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	92.48899999999999	100.0	0.02393229746629435	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	True
ISR0141_000000023781	1294	0.5696926925285752	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.04709871151868548		0	0	False	False	1.0	0					non-mobilizable	chromosome	1295.0	97.22	100.0	0.00036459012772206397	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
MAD0108_000000013161	1370	0.569690903009759	2	1	1	1	1	False	108130	maximal	True	MAD0108_000000013161	1.0		0	0	False	False	0.9956204295158386	0					non-mobilizable	no_good_hit	1144.0	99.476	84.0	0.005971069307241032	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	False
FIJ0159_000000017805	1441	0.5696818449009925	2	2	2	2	1	False	47741	fragment	False	FIJ0159_000000017805	0.9591065110953458		0	0	False	False	1.0	0					non-mobilizable	other	903.0	83.27799999999999	91.0	0.002861421363371899	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
AST0025_000000023105	1636	0.5696799583476618	4	2	1	2	1	False	120101	maximal	True	AST0025_000000023105	1.0		0	0	False	False	0.9902200698852539	0					non-mobilizable	no_good_hit	1064.0	85.338	65.0	0.0006328607531885173	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ISR0809_000000005390	1204	0.5696799583476618	2	2	1	2	1	False	21730	maximal	True	ISR0809_000000005390	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	75.34100000000001	78.0	0.0005564602630222229	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ISR0248_000000000195	27835	0.5696780555710379	40	16	8	14	8	True	33172	maximal	True	ISR0248_000000000195	1.0		5	1	False	False	0.9997125864028931	0					non-mobilizable	no_good_hit	67.0	94.03	0.0	0.01406050276949297	LN853913.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1351	True	True
FIJ0066_000000002833	9775	0.5696771041896215	14	12	9	10	12	False	67187	maximal	True	FIJ0066_000000002833	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	5321.0	97.369	96.0	0.0010278951830550965	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
SPA0095_000000016916	1105	0.5696742365138258	2	2	2	2	1	False	5183	maximal	True	SPA0095_000000016916	1.0		132	8	False	False	0.9954751133918762	0					non-mobilizable	other	1105.0	95.74700000000001	100.0	0.003895306578975224	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	False
ISR0065_000000003596	7406	0.5696739523773634	6	5	5	3	3	True	69106	maximal	True	ISR0065_000000003596	1.0		1	1	False	False	0.9998649954795837	0					non-mobilizable	no_good_hit	759.0	99.209	10.0	0.0006329108639400288	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
MON0028_000000015461	1681	0.5696705627727621	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.19765126883058487		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	99.346	100.0	0.000522334058607188	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0016_000000003875	2058	0.5696690999135221	4	4	3	3	3	False	75346	fragment	False	ISR0217_000000011561	0.6287289234760052		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	3.0	3.387669885371289e-05	NZ_FQLR01000004.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	False
FIJ0120_000000000082	88119	0.5696690990529821	89	30	21	28	13	True	130569	maximal	True	FIJ0120_000000000082	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	92.119	2.0	0.006626993525975051	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	True	True
CHI0137_000000011999	1422	0.5696671870959891	2	1	1	1	1	False	80488	maximal	True	CHI0137_000000011999	1.0		10	3	False	False	0.997187077999115	0					non-mobilizable	chromosome	1422.0	100.0	100.0	0.0002582085234615424	LR130539.1	enterobacteria	Klebsiella variicola strain AJ055 genome assembly, chromosome: 1	False	False
FIJ0129_000000000627	24039	0.5696624409606833	21	12	8	10	3	True	97623	fragment	False	FIJ0129_000000000627	0.9375203132873003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.506	5.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0015_000000021037	1516	0.5696566495077645	2	1	1	1	1	False	50323	maximal	True	FIJ0015_000000021037	1.0		10	3	False	False	0.9795514345169067	0					non-mobilizable	no_good_hit	643.0	96.734	89.0	0.0010243416769845424	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
ISR0370_000000015772	1703	0.5696556582763465	3	1	1	1	1	False	23513	fragment	False	ISR0370_000000015772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000012705	1508	0.5696551033039795	2	2	2	2	1	False	873	fragment	False	USA0062_01_000000012705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	85.333	5.0	3.539150274259906e-05	NZ_LR027603.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
FIJ0034_000000013002	2136	0.5696537604221031	2	2	2	2	2	False	48131	maximal	True	FIJ0034_000000013002	1.0		8	8	False	False	0.9995318055152893	0					non-mobilizable	no_good_hit	687.0	77.293	32.0	0.00045339550306779737	NZ_GG665866.1	firmicutes	Shuttleworthia satelles DSM 14600 Scfld0, whole genome shotgun sequence	True	False
MAD0102_000000013043	1606	0.5696512749384235	3	3	3	2	2	False	14984	maximal	True	MAD0102_000000013043	1.0		188	12	False	False	1.0	0					non-mobilizable	other	1606.0	99.875	100.0	0.0020297648255034576	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ENG0174_000000010867	1794	0.5696483763277049	2	1	1	1	1	False	55649	fragment	False	ENG0174_000000010867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.685499681307437e-06	CP024780.1	enterobacteria	Pectobacterium brasiliense strain BZA12 chromosome, complete genome	True	False
AST0102_000000023963	1313	0.5696424428280881	2	2	2	2	2	False	108126	fragment	False	AST0102_000000023963	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	85.315	100.0	0.0020551187650735365	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
SPA0010_000000018129	1427	0.5696420086418744	2	2	2	2	2	False	62147	maximal	True	SPA0010_000000018129	0.9781319495922907		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	80.45100000000001	9.0	0.00033478406427854036	NZ_KI535306.1	CFB group bacteria	Porphyromonas uenonis DSM 23387 = JCM 13868 strain DSM 23387 L215DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
DEN0031_000000019756	1754	0.5696352823098733	2	2	1	1	2	False	73748	maximal	True	DEN0031_000000019756	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	82.353	5.0	0.0012068271938394345	NZ_QEKJ01000014.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_114, whole genome shotgun sequence	True	False
AST0048_000000007273	2160	0.5696349440217104	2	2	2	2	1	False	114928	maximal	True	AST0048_000000007273	1.0		62	7	False	False	0.9967592358589172	0					non-mobilizable	other	2153.0	98.00299999999999	99.0	0.000739580883536125	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
SPA0088_000000005412	3023	0.5696319054786934	4	4	4	4	4	False	111463	maximal	True	SPA0088_000000005412	0.9817475927854269		114	12	False	False	1.0	0					non-mobilizable	other	3023.0	99.96700000000001	100.0	0.0006510613031739562	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0001_000000011165	2447	0.5696315018833852	2	2	2	2	1	True	38698	fragment	False	ISR0001_000000011165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1274.0	81.005	51.0	0.0004884952945894774	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
AST0031_000000005012	5726	0.5696313976560785	9	3	2	2	2	False	117596	fragment	False	AST0031_000000005012	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5664.0	98.21700000000001	99.0	0.03261833723086848	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0152_000000005915	1845	0.569628940742956	4	3	2	3	1	True	79380	maximal	True	CHI0152_000000005915	1.0		6	3	False	False	0.9962059855461121	0					non-mobilizable	no_good_hit	195.0	75.385	10.0	0.0011674103049935823	NZ_PGVE01000040.1	firmicutes	Neobacillus cucumis strain V32-6 contig_24, whole genome shotgun sequence	True	True
ISR0395_000000008478	4532	0.5696234885930191	6	4	4	4	2	False	101397	maximal	True	ISR0395_000000008478	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	3451.0	98.78299999999999	76.0	0.011792460894093512	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
SPA0084_000000010492	1763	0.5696209093513729	3	3	2	3	2	False	102372	maximal	True	SPA0084_000000010492	0.9947145306008988		190	12	False	False	0.9892229437828064	0					non-mobilizable	virus	1775.0	81.915	100.0	0.1667296786389414	MK233948.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_5_c1 sequence	False	False
ISR0322_000000003554	2811	0.5696193849276189	4	2	1	1	1	True	121928	fragment	False	ISR0322_000000003554	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2810.0	95.87200000000001	99.0	0.08128292711167719	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
SPA0126_000000038533	1191	0.5696182870058173	2	1	1	1	1	True	36394	fragment	False	SPA0126_000000038533	0.9982078853046594		0	0	False	False	0.9991603493690491	0					non-mobilizable	chromosome	1191.0	97.73299999999999	100.0	0.0005305958336847583	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0142_000000021051	1625	0.5696171893541901	3	2	2	2	1	False	57673	fragment	False	ENG0142_000000021051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0038_01_000000000545	28290	0.5696165139388738	29	6	3	6	3	False	1351	maximal	True	USA0038_01_000000000545	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	0.0	0.022847100175746926	NZ_ATDK01000510.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig510, whole genome shotgun sequence	True	False
FIJ0051_000000009828	2247	0.5696156818413741	3	2	2	2	1	False	46536	maximal	True	FIJ0051_000000009828	1.0		29	5	False	False	0.9959946870803833	0					non-mobilizable	no_good_hit								True	False
ISR0391_000000007009	2069	0.5696147728317925	4	3	3	3	3	False	36793	fragment	False	ISR0391_000000007009	0.9944561774023231		0	0	False	False	1.0	0					non-mobilizable	other	2069.0	99.323	100.0	0.0010016278874902585	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
MON0068_000000026402	1602	0.569613614920934	3	3	1	2	2	True	10549	fragment	False	MON0068_000000026402	1.0		0	0	False	False	0.9731585383415222	0					non-mobilizable	other	820.0	92.805	100.0	0.00028453307392996107	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0105_000000015023	1644	0.5696091022282954	3	3	3	3	2	False	4784	maximal	True	SPA0105_000000015023	1.0		45	6	False	False	0.9963503479957581	0					non-mobilizable	other	1654.0	96.131	100.0	0.0005662899652180371	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
CHI0050_000000005957	1587	0.5696090634733144	4	4	4	3	3	False	86685	fragment	False	CHI0050_000000005957	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	99.874	100.0	0.10100624124315374	NZ_CDHL01000046.1	enterobacteria	Citrobacter pasteurii strain CIP 55.13, whole genome shotgun sequence	False	False
ENG0126_000000011486	1581	0.5696068194717565	3	3	3	2	2	False	98470	maximal	False	BAN0014_000000002396	0.9569326777595073		0	0	False	False	0.9677419066429138	0					non-mobilizable	other	1582.0	99.93700000000001	100.0	0.001794148420672766	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	False	False
CHI0181_000000011049	1858	0.5695982102068148	4	4	4	2	2	False	85640	fragment	False	CHI0181_000000011049	1.0		0	0	False	False	0.9784714579582214	0					non-mobilizable	no_good_hit	631.0	75.436	35.0	0.0007620466254158579	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0016_000000013974	1580	0.5695982102068148	4	4	4	2	2	False	60907	fragment	False	ISR0016_000000013974	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	75.062	75.0	0.004756755867830434	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ISR0029_000000022201	1974	0.569597890279794	3	3	3	3	3	False	68476	maximal	False	DEN0093_000000016133	0.9769654481722584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	3.0	1.1489618385091581e-05	CP046509.1	enterobacteria	Erwinia sp. J780 chromosome, complete genome	True	False
MON0095_000000006414	4502	0.5695964445791525	3	3	3	2	1	False	99661	fragment	False	SPA0029_000000005121	0.9714073129251701		0	0	False	False	0.9997778534889221	0					non-mobilizable	no_good_hit	1212.0	71.617	35.0	0.009601056760609893	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	True	False
FIJ0040_000000003553	6715	0.5695942307829679	11	8	1	5	6	False	47527	maximal	True	FIJ0040_000000003553	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3062.0	85.46700000000001	79.0	0.0006210255886936345	CP056711.1	enterobacteria	Enterobacter asburiae strain RHBSTW-00542 chromosome, complete genome	True	False
ISR0128_000000018708	1901	0.5695935120655599	2	2	2	2	2	False	113048	fragment	False	ISR0128_000000018708	0.9723746278221423		0	0	False	False	1.0	0					non-mobilizable	other	1901.0	100.0	100.0	0.0008116227799447157	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
MON0106_000000005254	6715	0.5695887665544608	9	5	3	4	1	True	8672	maximal	True	MON0106_000000005254	1.0		1	1	False	False	0.9997021555900574	0					non-mobilizable	no_good_hit	1017.0	91.052	15.0	0.014328400682982356	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
TAN0016_000000003691	2860	0.5695849463026261	4	4	1	1	4	True	74256	fragment	False	TAN0016_000000003691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2426.0	94.10600000000001	88.0	0.04000198111338572	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
ISR0388_000000008177	3916	0.5695810969455026	5	3	1	2	2	False	22949	maximal	True	ISR0388_000000008177	1.0		4	3	False	False	0.9994892477989197	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000003653	6425	0.5695803058037763	8	5	1	5	3	False	3705	maximal	True	SPA0133_000000003653	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0074_000000015048	1417	0.5695794212045663	2	1	1	1	1	False	5811	maximal	True	SPA0074_000000015048	1.0		118	10	False	False	1.0	0					non-mobilizable	other	1417.0	98.8	100.0	0.0004455560204652842	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
USA0036_01_000000007889	4887	0.5695763134025268	5	5	5	3	3	True	63547	fragment	False	USA0036_01_000000007889	1.0		0	0	False	False	0.9967260360717773	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.025541497012703e-06	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
SPA0076_000000001821	5810	0.5695739409542875	4	3	2	2	2	False	67400	maximal	True	SPA0076_000000001821	1.0		420	13	False	False	0.9998278617858887	0					non-mobilizable	other	5813.0	98.675	100.0	0.020262590906238453	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
DEN0005_000000033563	1179	0.5695712610262309	2	2	1	2	1	False	76424	maximal	True	DEN0005_000000033563	1.0		103	13	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	74.359	13.0	2.2591732466326058e-05	CP034779.1	a-proteobacteria	Mesorhizobium sp. M7A.F.Ce.TU.012.03.2.1 chromosome	True	False
ISR0853_000000009771	1822	0.5695607767889862	3	3	3	3	3	False	120864	fragment	False	ISR0853_000000009771	1.0		0	0	False	False	0.9989023208618164	0					non-mobilizable	other	1823.0	93.14299999999999	100.0	0.0005166485745041309	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0097_000000017353	1898	0.5695605531032519	3	3	3	3	3	False	114894	fragment	False	ISR0216_000000008235	0.6500386078164014		0	0	False	False	1.0	0					non-mobilizable	chromosome	1835.0	96.839	97.0	0.0007552863869718452	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0101_000000008738	3172	0.5695530426033528	5	4	3	4	4	False	48508	maximal	True	MAD0101_000000008738	1.0		6	3	False	False	0.9990542531013489	0					non-mobilizable	no_good_hit	126.0	75.39699999999999	4.0	3.716414427730057e-05	CP059256.1	b-proteobacteria	Burkholderiaceae bacterium isolate SSC6 chromosome, complete genome	True	False
FIJ0032_000000002900	11476	0.569551089017525	13	10	8	9	4	True	79267	maximal	True	FIJ0032_000000002900	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	80.082	15.0	0.0002714768848392806	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
SPA0069_000000005675	4277	0.5695503277652472	4	4	4	4	3	False	5963	maximal	True	SPA0069_000000005675	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1958.0	75.741	45.0	0.0010223316222453037	NZ_JH932292.1	firmicutes	Facklamia hominis CCUG 36813 supercont1.1, whole genome shotgun sequence	True	False
ISR0271_000000007392	2264	0.5695454818542063	5	3	3	3	3	False	26415	maximal	True	ISR0271_000000007392	1.0		0	0	False	False	0.9867491126060486	0					non-mobilizable	no_good_hit	656.0	76.372	29.0	0.0004621595312036016	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
MON0022_000000025123	1265	0.5695428766598497	3	3	3	2	2	False	95987	fragment	False	ISR0316_000000017359	0.988997953968673		0	0	False	False	0.9936758875846863	0					non-mobilizable	no_good_hit	255.0	95.294	46.0	6.775629820133704e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0198_000000019267	1720	0.5695404621821453	2	2	2	2	1	False	29070	fragment	False	ISR0198_000000019267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	75.42699999999999	27.0	0.0001649165212516131	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
ISR0378_000000003199	5908	0.56954004288924	7	2	0	1	2	False	23286	maximal	True	ISR0378_000000003199	1.0		2	1	False	False	0.997968852519989	0					non-mobilizable	no_good_hit								True	False
AST0140_000000008682	3240	0.569536725049121	4	4	4	3	2	False	105612	maximal	True	AST0140_000000008682	1.0		1	1	False	False	0.9861111044883728	0					non-mobilizable	no_good_hit	361.0	81.717	11.0	0.0002665864679520738	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0040_000000011966	3273	0.5695364126798328	3	2	2	2	2	False	92196	maximal	True	SPA0040_000000011966	1.0		42	10	False	False	0.9996944665908813	0					non-mobilizable	no_good_hit	464.0	75.431	14.0	0.0006758012967121825	NZ_FMKA01000001.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0076_000000013703	1879	0.5695362267294756	1	1	1	1	1	False	102889	fragment	False	ISR0076_000000013703	0.9975594496286615		0	0	False	False	0.9829696416854858	0					non-mobilizable	other	1881.0	89.155	100.0	0.003942741075850029	NZ_JH976468.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.4, whole genome shotgun sequence	False	False
DEN0017_000000001202	19241	0.5695281394003592	21	7	1	2	6	False	75265	fragment	False	DEN0017_000000001202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	84.48299999999999	3.0	8.109662380651333e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0182_000000019030	2059	0.5695275301261833	2	2	2	1	1	False	41858	maximal	False	ISR0062_000000017436	0.9520804114071997		0	0	False	False	0.9980573058128357	0					non-mobilizable	chromosome	1990.0	99.899	97.0	0.0007195543321403468	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	False	False
USA0026_01_000000013155	2485	0.5695267248698893	4	2	1	2	2	False	1629	maximal	True	USA0026_01_000000013155	1.0		18	5	False	False	0.9923540949821472	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000002920	7254	0.5695227763999572	12	7	6	7	5	True	36820	fragment	False	ISR0087_000000002920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	83.523	2.0	0.013876563130294473	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0371_000000004220	3718	0.5695222585749818	5	4	3	3	4	False	70250	maximal	True	ISR0371_000000004220	1.0		7	3	False	False	0.9991931319236755	0					non-mobilizable	no_good_hit	341.0	73.9	9.0	0.0009401638571293854	NZ_PXZT01000001.1	firmicutes	Trichococcus alkaliphilus strain B5 NODE_1_length_349939_cov_814.52, whole genome shotgun sequence	True	False
MON0009_000000035273	1142	0.5695159706051544	1	1	1	1	1	False	13766	maximal	True	MON0009_000000035273	0.9920283436669619		36	7	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	83.60700000000001	11.0	0.0006284409829461528	NZ_LR027598.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
SPA0145_000000031192	1106	0.5695134678318267	2	2	2	2	2	False	3343	maximal	True	SPA0145_000000031192	1.0		30	7	False	False	0.9710668921470642	0					non-mobilizable	no_good_hit	478.0	87.65700000000001	43.0	0.5069222577209798	GQ882753.1		Uncultured organism clone VC1D502TR genomic sequence	True	False
AST0007_000000012400	1448	0.5695100403412661	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6749374474717952		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	97.03	100.0	0.0006888704809239529	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MAD0091_000000005379	2703	0.5695097009034179	4	2	1	2	1	True	15755	maximal	True	MAD0091_000000005379	1.0		3	2	False	False	0.9944506287574768	0					non-mobilizable	no_good_hit								True	True
FIJ0124_000000008923	2987	0.5694971513739935	3	2	2	2	1	False	41255	maximal	True	FIJ0124_000000008923	1.0		10	7	False	False	0.999330461025238	0					non-mobilizable	no_good_hit	562.0	74.199	19.0	0.0010422792177440026	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0159_000000002109	8985	0.5694897223456798	13	8	1	7	3	True	107765	maximal	True	FIJ0159_000000002109	1.0		3	1	False	False	0.9998887181282043	0					non-mobilizable	no_good_hit	45.0	100.0	1.0	0.00025477707006369424	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	True
MON0058_000000042635	1261	0.5694875172780205	2	1	1	1	1	False	10976	maximal	True	MON0058_000000042635	1.0		24	8	False	False	0.9738302826881409	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000005597	5219	0.5694871285641906	5	2	2	1	0	False	71151	fragment	False	DEN0065_000000005597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.399523217383899e-06	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	False
ENG0145_000000009111	3560	0.5694871285641906	2	2	2	1	0	False	57512	fragment	False	ENG0145_000000009111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.399523217383899e-06	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	False
MON0062_000000013775	2841	0.5694871285641906	2	2	2	1	0	False	10776	fragment	False	MON0062_000000013775	1.0		0	0	False	False	0.9992960095405579	0					non-mobilizable	no_good_hit	105.0	76.19	4.0	3.2485959974173665e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
ENG0070_000000008929	2734	0.5694871285641906	2	2	2	1	0	False	62432	fragment	False	ENG0070_000000008929	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2737.0	97.771	100.0	0.0008259168854722548	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
DEN0082_000000017946	2255	0.5694871285641906	2	2	2	1	0	False	69260	fragment	False	DEN0082_000000017946	1.0		0	0	False	False	0.9973392486572266	0					non-mobilizable	chromosome	2268.0	79.85	100.0	0.0005301163693587567	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	False	False
ISR0033_000000014684	2120	0.5694871285641906	3	2	2	1	0	False	36886	fragment	False	ISR0033_000000014684	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1621.0	95.435	100.0	0.00045312684109018007	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0018_000000020566	1900	0.5694871285641906	2	2	2	1	0	False	75092	fragment	False	DEN0018_000000020566	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1900.0	99.789	100.0	0.01132552838542599	NZ_JAAITI010000004.1	firmicutes	Blautia luti strain MSK.16.34 NODE_4_length_167586_cov_139.322, whole genome shotgun sequence	False	False
ISR0341_000000007053	1897	0.5694871285641906	2	2	2	1	0	False	33020	maximal	True	ISR0341_000000007053	1.0		27	6	False	False	0.9978914260864258	0					non-mobilizable	other	1904.0	87.553	100.0	0.020018784098943657	NZ_QSFS01000014.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf14, whole genome shotgun sequence	False	False
USA0001_01_000000008712	1893	0.5694871285641906	2	2	2	1	0	False	2275	maximal	True	USA0001_01_000000008712	1.0		10	5	False	False	0.9994717240333557	0					non-mobilizable	no_good_hit	1343.0	72.301	70.0	0.0002407752411792881	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ENG0052_000000016817	1887	0.5694871285641906	2	2	2	1	0	False	110707	fragment	False	ENG0052_000000016817	1.0		0	0	False	False	0.99735027551651	0					non-mobilizable	no_good_hit	44.0	95.455	2.0	1.8312709531467197e-05	NZ_CP049740.1	firmicutes	Jeotgalibaca arthritidis strain CECT 9157 chromosome, complete genome	True	False
ENG0060_000000016297	1877	0.5694871285641906	2	2	2	1	0	False	63330	fragment	False	ENG0060_000000016297	1.0		0	0	False	False	0.9994672536849976	0					non-mobilizable	no_good_hit	773.0	77.102	41.0	0.0001940538456354858	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
FIJ0142_000000019179	1853	0.5694871285641906	2	2	2	1	0	False	40185	maximal	True	FIJ0142_000000019179	1.0		6	4	False	False	0.9881273508071899	0					non-mobilizable	no_good_hit	181.0	75.691	10.0	6.846069586835855e-05	CP041369.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 chromosome, complete genome	True	False
ENG0188_000000014704	1734	0.5694871285641906	2	2	2	1	0	False	54900	maximal	True	ENG0188_000000014704	1.0		618	13	False	False	1.0	0					non-mobilizable	other	1735.0	99.94200000000001	100.0	0.0028643118961447418	NZ_SPFU01000002.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_2_length_605381_cov_32.3905, whole genome shotgun sequence	False	False
ISR0019_000000011182	1599	0.5694871285641906	2	2	2	1	0	False	37731	fragment	False	ISR0019_000000011182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0387_000000015497	1551	0.5694871285641906	2	2	2	1	0	False	22967	fragment	False	ISR0387_000000015497	1.0		0	0	False	False	0.9729207158088684	0					non-mobilizable	other	1462.0	86.115	100.0	0.01536497082132945	NZ_QSFS01000014.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf14, whole genome shotgun sequence	False	False
AST0087_000000024251	1516	0.5694871285641906	2	2	2	1	0	False	110706	fragment	False	AST0087_000000024251	1.0		0	0	False	False	0.9518469572067261	0					non-mobilizable	no_good_hit	84.0	96.429	6.0	0.0009474453221314095	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
ENG0078_000000017201	1506	0.5694871285641906	2	2	2	1	0	False	66838	fragment	False	ENG0078_000000017201	1.0		0	0	False	False	0.9960159659385681	0					non-mobilizable	no_good_hit	847.0	93.152	56.0	0.7395104895104895	KU545047.1	bacteria	Uncultured bacterium clone TE_01B_000_Contig_13 genomic sequence	True	False
ISR0104_000000017347	1424	0.5694871285641906	2	2	2	1	0	False	32965	maximal	True	ISR0104_000000017347	1.0		15	5	False	False	0.9971910119056702	0					non-mobilizable	no_good_hit	187.0	75.936	13.0	0.0014193150262264732	NZ_OAOI01000163.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
ISR0785_000000027245	1415	0.5694871285641906	2	2	2	1	0	False	87630	fragment	False	ENG0048_000000016651	0.7226943221733447		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	97.95100000000001	100.0	0.00042684447224333635	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
DEN0073_000000038718	1386	0.5694871285641906	2	2	2	1	0	False	70098	fragment	False	DEN0073_000000038718	1.0		0	0	False	False	0.9877344965934753	0					non-mobilizable	chromosome	1396.0	93.48100000000001	100.0	0.00030896075021267426	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CAN0022_000000023961	1376	0.5694871285641906	2	2	2	1	0	False	91241	fragment	False	CAN0022_000000023961	1.0		0	0	False	False	0.9978197813034058	0					non-mobilizable	other	1376.0	93.96799999999999	100.0	0.0002663082835046325	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0083_01_000000020790	1293	0.5694871285641906	2	2	2	1	0	False	87630	fragment	False	ENG0048_000000016651	0.40303176525999923		0	0	False	False	0.9992266297340393	0					non-mobilizable	other	1293.0	96.59700000000001	100.0	0.00034331415610218326	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0103_000000024599	1239	0.5694871285641906	2	2	2	1	0	False	33019	fragment	False	ISR0103_000000024599	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	91.13600000000001	100.0	0.018557349549171733	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
USA0001_01_000000013951	1230	0.5694871285641906	4	2	2	1	0	False	2265	maximal	True	USA0001_01_000000013951	1.0		1	1	False	False	0.9967479705810547	0					non-mobilizable	no_good_hit	909.0	80.08800000000001	78.0	0.00039877427527397025	NZ_SJSA01000001.1	CFB group bacteria	Duncaniella freteri strain TLL-A3 contig1, whole genome shotgun sequence	True	False
MAD0012_000000026390	1179	0.5694871285641906	2	2	2	1	0	False	19632	maximal	True	MAD0012_000000026390	1.0		5	2	False	False	0.9932146072387695	0					non-mobilizable	no_good_hit	567.0	77.601	63.0	0.007996585088218554	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0070_000000030356	1157	0.5694871285641906	2	2	2	1	0	False	10430	maximal	True	MON0070_000000030356	1.0		6	2	False	False	0.9697493314743042	0					non-mobilizable	no_good_hit	984.0	73.577	85.0	0.0002219936526595248	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0171_000000024988	1218	0.5694837650590339	2	1	1	1	1	False	29958	fragment	False	ISR0250_000000010504	0.9671171566797678		0	0	False	False	0.9991790056228638	0					non-mobilizable	other	1218.0	99.589	100.0	0.0003638319365515369	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0003_000000008889	2740	0.569482531095488	3	3	3	2	1	False	72521	fragment	False	FIJ0003_000000008889	0.9463364291253898		0	0	False	False	0.9967153072357178	0					non-mobilizable	other	2730.0	97.949	99.0	0.0012381866194146572	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
SPA0036_000000012182	2043	0.5694772448953012	3	3	3	3	2	False	7098	maximal	True	SPA0036_000000012182	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	75.127	24.0	0.00016703024606492522	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0353_000000029412	1232	0.5694761183451615	2	2	2	2	2	False	24007	maximal	True	ISR0353_000000029412	1.0		141	9	False	False	0.9983766078948975	0					non-mobilizable	other	1232.0	99.26899999999999	100.0	0.005121718833862425	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	False	False
DEN0038_000000000507	5303	0.5694736979475227	6	6	6	6	5	False	73364	maximal	True	DEN0038_000000000507	1.0		74	10	False	False	1.0	0					non-mobilizable	no_good_hit	1999.0	92.446	85.0	0.0006477391207128316	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
FIJ0135_000000010124	2844	0.5694721849469452	4	2	2	2	0	True	131285	fragment	False	FIJ0135_000000010124	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1322.0	94.024	53.0	0.0004443042716826375	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0828_000000000896	7419	0.569471258897239	6	5	5	5	4	False	91618	maximal	True	ISR0828_000000000896	1.0		87	9	False	False	1.0	0					non-mobilizable	other	5102.0	85.633	97.0	0.15789800223352773	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
SPA0054_000000018814	1567	0.5694693626336744	1	1	1	1	1	False	9155	fragment	False	SPA0054_000000018814	0.9740218088518281		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	98.915	100.0	0.003091354866218953	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0392_000000003008	8464	0.5694656115917214	10	9	6	8	6	False	22840	maximal	True	ISR0392_000000003008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	73.01100000000001	12.0	0.00016319948224652808	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ISR0073_000000003647	6774	0.5694638139535991	9	5	3	5	3	False	89705	fragment	False	ISR0073_000000003647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	81.90100000000001	42.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ENG0152_000000003504	6388	0.569462293918918	6	2	2	2	0	True	57063	maximal	True	ENG0152_000000003504	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2526.0	85.55	39.0	0.33271596772059797	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
CHI0045_000000011209	1874	0.5694610119449292	3	3	3	3	3	False	87138	maximal	True	CHI0045_000000011209	1.0		1	1	False	False	0.9914621114730835	0					non-mobilizable	no_good_hit	1348.0	99.184	72.0	0.0004954420071511496	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
FIJ0065_000000006396	2700	0.5694592471620071	6	3	2	3	1	True	45434	maximal	True	FIJ0065_000000006396	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.004178919671877418	XM_036381369.1	birds	PREDICTED: Molothrus ater solute carrier family 16 member 10 (SLC16A10), mRNA	True	True
SPA0034_000000014657	2479	0.5694523944552836	4	3	3	2	1	True	7154	maximal	True	SPA0034_000000014657	1.0		12	6	False	False	0.9987898468971252	0					non-mobilizable	no_good_hit	404.0	73.02	16.0	0.0014078146059883282	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	True
ISR0320_000000014368	1773	0.569451622357151	3	3	3	3	2	False	25057	fragment	False	ISR0320_000000014368	1.0		0	0	False	False	0.9966158866882324	0					non-mobilizable	other	1773.0	98.02600000000001	100.0	0.0020831716876747244	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0040_000000006126	4065	0.5694449108436801	5	4	1	2	4	True	74239	fragment	False	FIJ0040_000000006126	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4014.0	94.84299999999999	98.0	0.09163428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0037_000000028724	1201	0.5694421968179917	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.05920703345070281	PS816	0	0	False	True	0.9950041770935059	0					non-mobilizable	other	1201.0	87.594	100.0	0.15647411657321686	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
CAN0021_000000038885	1121	0.5694316499809535	2	2	2	2	1	False	91365	fragment	False	CAN0021_000000038885	1.0		0	0	False	False	0.9830508232116699	0					non-mobilizable	chromosome	1120.0	100.0	99.0	0.00031290975028459687	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0107_000000043122	1424	0.5694311094438386	2	2	2	2	2	False	8569	maximal	True	MON0107_000000043122	1.0		17	6	False	False	0.9985954761505127	0					non-mobilizable	no_good_hit	243.0	92.59299999999999	17.0	0.13693181818181818	KX127582.1	bacteria	Uncultured bacterium clone Control_Mom_TE_11 genomic sequence	True	False
MON0102_000000012344	3686	0.5694308969034114	4	3	3	2	3	True	93220	fragment	False	MON0102_000000012344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0175_000000010382	2064	0.5694273307367789	2	2	2	2	2	False	99213	maximal	True	ISR0175_000000010382	0.9959646702555488		246	12	False	False	0.9864341020584106	0					non-mobilizable	other	2064.0	98.40100000000001	100.0	0.011013394669192262	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
AUS0022_000000017288	1987	0.5694273307367789	2	2	2	2	2	False	99213	maximal	False	ISR0175_000000010382	0.9856266149870802		0	0	False	False	1.0	0					non-mobilizable	other	1987.0	97.93700000000001	100.0	0.010596671627655256	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
ISR0392_000000009923	3176	0.5694220635435268	4	3	0	2	1	True	55760	maximal	True	ISR0392_000000009923	1.0		18	4	False	False	0.997481107711792	0					non-mobilizable	no_good_hit	379.0	91.029	12.0	8.552322566456977e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MAD0100_000000013706	2697	0.5694197719458582	3	3	3	3	3	False	40181	maximal	True	MAD0100_000000013706	1.0		75	8	False	False	1.0	0					non-mobilizable	other	2590.0	87.72200000000001	96.0	0.3067938021454112	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ENG0017_000000013607	1508	0.5694154122684771	2	2	2	2	2	False	66684	fragment	False	ENG0189_000000011346	0.9768658011188734		0	0	False	False	0.9787798523902893	0					non-mobilizable	virus	1498.0	82.977	99.0	0.14083175803402648	MK233948.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_5_c1 sequence	False	False
ISR0068_000000003986	4796	0.5694131302396307	5	4	2	3	2	True	35593	maximal	True	ISR0068_000000003986	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2874.0	99.2	91.0	0.0012996624406149714	FR873482.1	firmicutes	Streptococcus salivarius JIM8777 complete genome	False	True
MON0093_000000012463	3322	0.5694118381030353	2	2	2	2	2	False	11416	maximal	False	MON0048_000000011220	0.988187457772864		0	0	False	False	0.9969897866249084	0					non-mobilizable	no_good_hit	1511.0	77.101	45.0	0.0005307198205150734	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0145_000000011126	2875	0.5694096732063557	4	3	3	3	3	False	57675	fragment	False	ENG0145_000000011126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0039_01_000000002682	8763	0.5694067311436273	8	6	6	5	5	False	1335	maximal	True	USA0039_01_000000002682	1.0		70	11	True	True	1.0	3					non-mobilizable	chromosome	5326.0	99.756	100.0	0.001482409437310784	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
AUS0018_000000011568	2421	0.5693975684682967	4	3	3	2	1	True	127809	maximal	False	SPA0034_000000013725	0.9802640069278897		0	0	False	False	0.9991738796234131	0					non-mobilizable	no_good_hit	365.0	74.247	15.0	0.0030034777110338287	NZ_AUDP01000010.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	True
MAD0070_000000005984	3035	0.5693854158030793	7	5	4	4	5	False	16377	maximal	True	MAD0070_000000005984	1.0		427	13	False	False	0.9970346093177795	0					non-mobilizable	no_good_hit	1753.0	99.43	58.0	0.03619311256636437	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	True	False
ISR0133_000000006446	3021	0.5693806460945096	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.40009793686531514		0	0	False	False	1.0	0					non-mobilizable	other	3021.0	99.76799999999999	100.0	0.03209965774537106	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0341_000000004412	3009	0.5693806460945096	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.39420520931718633		0	0	False	False	1.0	0					non-mobilizable	other	3009.0	99.46799999999999	100.0	0.0314687143649241	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0085_000000007591	3006	0.5693806460945096	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.38196995803596795		0	0	False	False	1.0	0					non-mobilizable	other	3006.0	99.76700000000001	100.0	0.031940222359218555	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
SPA0047_000000013281	2971	0.5693806460945096	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.3736788074220076		0	0	False	False	1.0	0					non-mobilizable	other	2971.0	99.024	100.0	0.26718243972652034	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0145_000000010377	3272	0.5693742254317766	4	2	2	2	1	False	20950	maximal	True	SPA0145_000000010377	0.9878966306836768		64	9	False	False	1.0	0					non-mobilizable	other	3269.0	98.868	99.0	0.05211539381568246	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0772_000000002319	2131	0.5693741514115792	2	2	2	2	2	False	69909	fragment	False	DEN0077_000000005028	0.9471440750213129		0	0	False	False	1.0	0					non-mobilizable	chromosome	2131.0	98.311	100.0	0.0003786338180794271	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
FIJ0085_000000012881	2400	0.5693719495095461	4	4	4	4	4	False	111462	fragment	False	FIJ0140_000000012715	0.9685940099833611		0	0	False	False	1.0	0					non-mobilizable	chromosome	2400.0	99.833	100.0	0.0004891933937072886	LT883142.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, chromosome: IV	False	False
ISR0849_000000001655	11795	0.5693640268053314	19	13	3	6	11	True	129078	maximal	True	ISR0849_000000001655	1.0		64	9	False	False	1.0	0					non-mobilizable	other	11795.0	99.949	100.0	0.003133937428072097	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
DEN0096_000000019760	2255	0.5693631904758387	3	3	3	3	3	False	110255	fragment	False	ISR0398_000000009851	0.8848201149607505		0	0	False	False	0.9995565414428711	0					non-mobilizable	other	2255.0	98.492	99.0	0.21363550161198558	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0056_000000010873	3126	0.5693627560794158	3	3	3	3	2	False	39286	maximal	True	SPA0056_000000010873	1.0		14	4	False	False	0.9990403056144714	0					non-mobilizable	no_good_hit	258.0	73.256	8.0	5.471321521114924e-05	NZ_CP034998.1	a-proteobacteria	Rhizobium acidisoli strain FH23 chromosome, complete genome	True	False
FIJ0022_000000005120	4632	0.5693602787599975	8	2	0	1	1	True	119831	maximal	True	FIJ0022_000000005120	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	89.804	32.0	0.9918973666441594	FJ363770.1	bacteria	Uncultured bacterium clone TS14_a03b08 16S ribosomal RNA gene, partial sequence	True	True
MON0025_000000013036	2800	0.5693563727597138	2	2	1	1	2	False	17668	fragment	False	MON0025_000000013036	0.9738908519827247		0	0	False	False	1.0	0		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	2827.0	95.189	100.0	0.4233073696824446	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
MAD0047_000000017113	2547	0.5693563727597138	2	2	1	1	2	False	17668	fragment	False	MON0025_000000013036	0.92625		0	0	False	False	0.9980369210243225	0		MOBQ		MOBQ,MOBQ	mobilizable	plasmid	2547.0	99.804	100.0	0.3813660874775315	CP057426.1	enterobacteria	Escherichia coli strain RHB27-C09 plasmid pRHB27-C09_4, complete sequence	False	True
FIJ0012_000000006906	3379	0.5693525030470237	4	4	3	4	3	False	50828	fragment	False	MON0038_000000007820	0.9579399141630901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	84.286	25.0	0.04828183655789778	NZ_JH379368.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld80, whole genome shotgun sequence	True	False
ISR0357_000000020700	1284	0.5693450853276347	2	2	2	2	1	True	23874	maximal	True	ISR0357_000000020700	1.0		0	0	False	False	0.9937694668769836	0					non-mobilizable	no_good_hit	409.0	75.795	31.0	0.007370692808544883	NZ_JAAIQH010000019.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_19_length_54676_cov_322.576, whole genome shotgun sequence	True	True
ISR0087_000000011991	2671	0.5693428780643762	4	4	3	3	3	False	114558	maximal	False	ISR0223_000000009541	0.9450661241098677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1583.0	72.205	58.0	0.0004436932538186575	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0017_000000011805	2853	0.5693402037260187	4	3	3	3	2	False	76269	maximal	True	ISR0017_000000011805	1.0		3	3	False	False	0.9919382929801941	0					non-mobilizable	no_good_hit	863.0	76.593	30.0	0.0005233724690034507	NZ_GL872283.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD2, whole genome shotgun sequence	True	False
ENG0054_000000015455	1749	0.5693386249707831	1	1	1	0	1	False	97243	maximal	True	ENG0054_000000015455	0.9971081550028918		219	12	False	False	0.9788450598716736	0					non-mobilizable	other	1749.0	98.056	100.0	0.02030173865576474	NZ_CBVI010000104.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ISR0014_000000023362	1506	0.5693367470394103	3	3	3	3	2	False	45749	maximal	False	ISR0091_000000018978	0.9730941704035874		0	0	False	False	1.0	0					non-mobilizable	other	1506.0	87.31700000000001	99.0	0.05406184675268507	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
FIJ0100_000000014699	1247	0.5693358792986767	3	2	1	1	0	True	42718	fragment	False	FIJ0100_000000014699	1.0		0	0	False	False	0.9863672852516174	0					non-mobilizable	no_good_hit	861.0	91.87	69.0	0.00023885583046246998	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0100_000000013791	2192	0.5693307540435957	2	2	2	2	2	False	95976	fragment	False	ENG0100_000000013791	0.9638019617001401		0	0	False	False	0.9949817657470703	0					non-mobilizable	no_good_hit	198.0	76.263	9.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0181_000000008457	2249	0.5693277886101715	3	3	3	3	3	False	110255	fragment	False	ISR0398_000000009851	0.8774496680469707		0	0	False	False	0.9995553493499756	0					non-mobilizable	other	2198.0	98.544	98.0	0.20823060876161578	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0168_000000011337	2241	0.5693277886101715	3	3	3	3	3	False	110255	fragment	False	ISR0398_000000009851	0.9470556095852086		0	0	False	False	0.9955376982688904	0					non-mobilizable	other	2222.0	98.2	99.0	0.21060117580125165	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0072_000000013355	2154	0.5693266385242857	3	3	3	2	0	False	34849	maximal	True	ISR0072_000000013355	1.0		7	3	False	False	0.9995357394218445	0					non-mobilizable	other	1378.0	81.858	100.0	0.007565787631533262	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0109_000000020410	1164	0.5693262220870432	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.07452145214521452		0	0	False	False	0.9974226951599121	0					non-mobilizable	other	1165.0	90.215	100.0	0.0018600024309576055	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0037_000000032496	1107	0.5693262220870432	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.20946586992840982		0	0	False	False	1.0	0					non-mobilizable	chromosome	1107.0	99.91	100.0	0.00034860854443955185	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0062_000000009324	1497	0.5693258423619241	1	1	1	1	1	False	85565	maximal	True	CHI0062_000000009324	1.0		11	4	False	False	0.9993320107460022	0					non-mobilizable	no_good_hit								True	False
MON0101_000000004024	10827	0.5693255971336787	13	10	4	9	2	True	90495	fragment	False	CHI0009_000000000665	0.4719066841907623		0	0	False	False	1.0	0					non-mobilizable	other	9914.0	98.88	94.0	0.1594004792306579	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0323_000000001628	8585	0.5693235593070595	10	6	4	5	4	False	81653	fragment	False	ISR0323_000000001628	1.0		0	0	False	False	0.9955736994743347	0					non-mobilizable	no_good_hit	163.0	93.865	2.0	0.0006969764291283874	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0026_000000009832	3004	0.5693233764138114	5	5	4	4	3	True	107685	fragment	False	MAD0002_000000012469	0.9346808866936731		0	0	False	False	0.9910119771957397	0					non-mobilizable	no_good_hit								True	True
ISR0182_000000020471	1929	0.5693207085873637	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.2702869805421982		0	0	False	False	1.0	0					non-mobilizable	chromosome	1936.0	95.145	100.0	0.0005429406306958403	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0025_000000024386	1615	0.5693207085873637	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.07224007612225472		0	0	False	False	1.0	0					non-mobilizable	chromosome	1540.0	95.455	95.0	0.00043249292585268025	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
USA0019_01_000000025305	1206	0.5693191736873476	1	1	1	1	1	False	1820	maximal	True	USA0019_01_000000025305	1.0		12	3	False	False	0.9734659790992737	0					non-mobilizable	other	1158.0	72.366	94.0	0.1359234907352062	NZ_LZYT01000061.1	firmicutes	Clostridium felsineum DSM 794 CLFE_contig000061, whole genome shotgun sequence	False	False
DEN0093_000000024824	1255	0.5693163137423736	2	2	2	1	2	False	68415	fragment	False	USA0024_01_000000016221	0.9720754716981133		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	99.602	100.0	0.0050971051369389725	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ENG0005_000000004754	5027	0.569315499171957	6	6	2	6	6	True	125599	backbone	False	MAD0046_000000003898	0.6520942132615539	PS931	0	0	False	True	1.0	0					non-mobilizable	plasmid	5027.0	99.682	100.0	0.08055983070411697	CP010241.1	enterobacteria	Escherichia coli strain C7 plasmid A, complete sequence	False	True
USA0042_01_000000006653	3683	0.5693115604553769	4	4	4	4	3	False	99231	fragment	False	CHI0111_000000008113	0.7058195770880104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	75.693	50.0	0.00046268974294122136	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0023_000000008809	1962	0.5693072040579329	3	3	2	1	2	False	97225	fragment	False	CHI0186_000000009729	0.90567831129974		0	0	False	False	0.9943934679031372	0					non-mobilizable	other	1962.0	99.898	100.0	0.0007989827128824452	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0356_000000010481	1892	0.5693072040579329	3	3	2	1	2	False	97225	fragment	False	CHI0186_000000009729	0.9029454634634146		0	0	False	False	0.9994714856147766	0					non-mobilizable	other	1884.0	99.89399999999999	99.0	0.0007672026763679982	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0835_000000002316	4880	0.569305859290347	7	5	3	3	2	False	88487	fragment	False	ISR0835_000000002316	0.9663745892661555		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2106.0	90.171	60.0	0.0006536175444512817	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0119_000000007506	4331	0.5693034228690282	7	4	2	4	2	False	113337	maximal	False	MON0011_000000009794	0.7922051379044709		0	0	False	False	0.9995381832122803	0					non-mobilizable	no_good_hit	1245.0	89.79899999999999	29.0	0.19815444390480816	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
FIJ0063_000000005887	4216	0.5693034228690282	6	4	2	4	2	False	113337	maximal	False	MON0011_000000009794	0.7641389692981336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	91.03399999999999	26.0	0.17597539258539743	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CHI0037_000000003363	3629	0.5693030043919802	5	4	4	4	4	False	88008	maximal	True	CHI0037_000000003363	0.9903883161772036		717	13	False	False	0.9991733431816101	0					non-mobilizable	other	3629.0	99.228	100.0	0.027937564010749955	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	False	False
FIJ0016_000000001946	8649	0.5693004015885451	11	5	2	5	2	True	59755	maximal	True	FIJ0016_000000001946	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	87.729	17.0	0.057417946519061354	NZ_CABJDZ010000015.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0014_000000013187	2766	0.5692997445379985	4	4	4	4	1	False	38040	maximal	True	ISR0014_000000013187	1.0		5	3	False	False	0.9949385523796082	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	3.777719013259794e-05	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
DEN0066_000000003688	7291	0.5692961026034941	11	6	4	3	4	False	71019	fragment	False	DEN0066_000000003688	1.0		0	0	False	False	0.9998628497123718	0					non-mobilizable	no_good_hit	688.0	73.11	9.0	0.009531004823618294	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
ISR0388_000000011883	2864	0.5692949917645427	5	4	4	3	2	False	93258	fragment	False	ISR0835_000000003721	0.47276312973832235		0	0	False	False	0.9996508359909058	0					non-mobilizable	other	2864.0	99.686	100.0	0.005283291843283871	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
FIJ0086_000000024312	1375	0.5692915546640921	4	2	2	2	1	False	43811	maximal	True	FIJ0086_000000024312	1.0		2	1	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit	51.0	86.275	4.0	8.779259736330737e-06	NZ_CP020953.1	firmicutes	Clostridium drakei strain SL1 chromosome, complete genome	True	False
FIJ0023_000000028795	1215	0.5692914295033008	3	3	3	2	1	False	49289	fragment	False	FIJ0138_000000014415	0.969176164614922		0	0	False	False	0.998353898525238	0					non-mobilizable	no_good_hit	445.0	78.202	35.0	0.0001366701470734913	NZ_LR134384.1	CFB group bacteria	Prevotella oris strain NCTC13071 chromosome 1	True	False
ENG0078_000000012442	2093	0.5692904124000375	2	1	1	1	1	False	61919	maximal	True	ENG0078_000000012442	1.0		1026	13	False	False	1.0	0					non-mobilizable	other	2093.0	99.809	100.0	0.0004049640226632734	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0131_000000013567	1943	0.5692904124000375	1	1	1	1	1	False	58363	maximal	True	ENG0131_000000013567	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000014035	2821	0.5692870155887313	4	3	3	3	2	False	67310	maximal	True	ISR0812_000000014035	1.0		78	10	False	False	0.9868840575218201	0					non-mobilizable	no_good_hit	252.0	71.825	9.0	0.0023711013621833333	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	False
FIJ0045_000000008279	2760	0.5692833513286575	3	2	1	2	0	True	47057	maximal	True	FIJ0045_000000008279	1.0		1	1	False	False	0.9949275255203247	0					non-mobilizable	no_good_hit	83.0	80.723	3.0	0.021141649048625793	NZ_HE611077.1	firmicutes	Kurthia senegalensis strain JC8E, whole genome shotgun sequence	True	True
CHI0029_000000004841	2446	0.569280167781226	3	3	3	3	3	False	88602	maximal	True	CHI0029_000000004841	1.0		23	5	False	False	0.9991823434829712	0					non-mobilizable	no_good_hit	1059.0	72.14399999999999	43.0	0.0002228240927102637	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
ISR0776_000000003310	8049	0.5692782199136741	10	7	4	6	3	False	122858	fragment	False	ISR0076_000000002357	0.867472454845448		0	0	False	False	0.9970182776451111	0					non-mobilizable	no_good_hit	1941.0	93.663	24.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0097_000000002342	10046	0.5692780829457309	13	12	6	8	11	False	5140	fragment	False	SPA0097_000000002342	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10046.0	99.87100000000001	100.0	0.041209366063405965	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0083_000000005237	2975	0.5692766919175307	3	3	3	2	2	False	110234	fragment	False	SPA0083_000000005237	1.0		0	0	False	False	0.9993277192115784	0					non-mobilizable	other	2477.0	92.249	91.0	0.011890394029216673	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ENG0017_000000005092	4355	0.5692740523015386	6	3	1	3	0	False	66721	maximal	True	ENG0017_000000005092	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	95.279	5.0	0.00038352025103143705	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0061_01_000000001389	9180	0.569269611653766	19	10	7	7	5	False	55929	maximal	True	USA0061_01_000000001389	1.0		96	9	False	False	0.9993463754653931	0					non-mobilizable	no_good_hit								True	False
CHI0046_000000005208	2211	0.5692693586917209	2	2	1	1	2	False	87054	fragment	False	CHI0046_000000005208	1.0		0	0	False	False	1.0	0				MOBQ,MOBQ	mobilizable	plasmid	2211.0	99.955	100.0	0.5402102175507211	DQ995352.1	enterobacteria	Escherichia coli plasmid pMG828-2, complete sequence	False	True
SPA0012_000000013570	1778	0.5692654536055587	2	2	2	2	2	False	97182	fragment	False	SPA0012_000000013570	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	79.664	90.0	0.0002550971102145707	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	False	False
ISR0257_000000006453	2568	0.5692639653972866	2	2	2	2	2	True	42408	maximal	True	ISR0257_000000006453	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	2.0	2.0339823566559004e-05	CP040753.1	a-proteobacteria	Sulfitobacter sp. BSw21498 chromosome, complete genome	True	True
SPA0103_000000015868	1169	0.5692632530439719	2	1	1	1	1	False	28860	fragment	False	ISR0198_000000024248	0.6396323330629899		0	0	False	False	0.9897348284721375	0					non-mobilizable	other	1145.0	100.0	98.0	0.00996151233869142	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
FIJ0146_000000006220	2843	0.5692621594716419	4	3	2	3	3	False	88599	maximal	True	FIJ0146_000000006220	1.0		13	4	False	False	1.0	0					non-mobilizable	plasmid	2769.0	99.74700000000001	100.0	0.011211924821775762	CP056192.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00995 plasmid pRHBSTW-00995_2, complete sequence	False	True
FIJ0031_000000009182	2608	0.5692621594716419	4	3	2	3	3	False	88598	fragment	False	FIJ0031_000000009182	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2529.0	99.684	100.0	0.009992802967391906	CP056386.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00610 plasmid pRHBSTW-00610_2, complete sequence	False	True
ISR0838_000000016297	1509	0.5692603082939849	1	1	1	1	1	False	20872	maximal	True	ISR0838_000000016297	1.0		134	11	False	False	0.9946984648704529	0					non-mobilizable	other	1509.0	97.28299999999999	100.0	0.0012944783801508736	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
FIJ0154_000000012816	2828	0.5692530322372327	4	2	1	2	0	True	47808	maximal	False	FIJ0037_000000010283	0.9985088323009865		0	0	True	True	1.0	35					non-mobilizable	no_good_hit	997.0	86.359	45.0	0.3660879202068711	LN852772.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0081	True	True
FIJ0037_000000010283	2828	0.5692530322372327	4	2	1	2	0	True	47808	maximal	True	FIJ0037_000000010283	0.9985088323009865		3	1	True	True	0.9996463656425476	4					non-mobilizable	no_good_hit	926.0	87.257	42.0	0.3398596231991134	LN852772.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0081	True	True
CHI0048_000000008522	2219	0.5692513745246511	2	2	2	1	1	False	86918	fragment	False	CHI0048_000000008522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	1.2273137684039016e-05	CP031750.1	a-proteobacteria	Rhodobacter sphaeroides strain EBL0706 chromosome 1, complete sequence	True	False
DEN0003_000000013908	1846	0.5692490009819492	2	2	2	2	1	False	76658	maximal	True	DEN0003_000000013908	1.0		94	8	False	False	1.0	0					non-mobilizable	chromosome	1843.0	93.706	99.0	0.00027984938350961256	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0099_000000015459	1224	0.5692473530936657	1	1	1	1	1	True	33194	fragment	False	ISR0099_000000015459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	4.0	0.0003946185048547253	NZ_SEON01000010.1	a-proteobacteria	Sphingobium fuliginis strain DSM 18781 NODE_10_length_108966_cov_86.685499, whole genome shotgun sequence	True	True
ISR0201_000000002653	8928	0.5692446093431296	13	7	4	6	4	True	120391	maximal	True	ISR0201_000000002653	1.0		2	1	False	False	0.9976478219032288	0					non-mobilizable	no_good_hit	1101.0	78.928	12.0	0.004131275156582536	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0010_000000017059	1750	0.5692438138447801	2	2	2	2	2	False	126083	maximal	False	SPA0016_000000018865	0.978735310576385		0	0	False	False	0.9971428513526917	0					non-mobilizable	no_good_hit	1207.0	82.76700000000001	69.0	0.00033500078716795984	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0213_000000014288	1847	0.569243629394223	3	3	3	3	3	False	86881	fragment	False	ISR0213_000000014288	0.795995454877699		0	0	False	False	1.0	0					non-mobilizable	other	1847.0	99.404	100.0	0.00045259840766759566	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0010_01_000000009112	2984	0.5692383635206693	4	4	2	4	1	True	2066	fragment	False	USA0010_01_000000009112	1.0		0	0	False	False	0.9996649026870728	0					non-mobilizable	other	2984.0	99.43	100.0	0.01738659081768851	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
AST0140_000000014070	2049	0.5692366988729807	3	2	1	2	2	False	105552	maximal	True	AST0140_000000014070	1.0		146	11	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	93.98	62.0	0.019429736473738666	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
MAD0068_000000017092	1666	0.56923655091048	2	2	2	2	1	False	16445	maximal	True	MAD0068_000000017092	1.0		5	3	False	False	0.994597852230072	0					non-mobilizable	chromosome	1662.0	98.014	99.0	0.0007073874689292838	CP025500.1	firmicutes	Lactococcus lactis subsp. lactis strain G50 chromosome, complete genome	False	False
ENG0130_000000003030	8826	0.5692354169855594	13	8	4	5	3	True	115475	fragment	False	ENG0130_000000003030	0.9625933265703077		0	0	False	False	0.999886691570282	0					non-mobilizable	no_good_hit	331.0	83.988	4.0	0.0069332882387756825	NZ_GG704772.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld3, whole genome shotgun sequence	True	True
TAN0027_000000009402	1293	0.5692162627295422	1	1	1	1	1	False	88300	maximal	True	TAN0027_000000009402	1.0		7	3	False	False	0.9907192587852478	0					non-mobilizable	no_good_hit	1077.0	97.95700000000001	83.0	0.0034209882077646256	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
CHI0033_000000006392	1178	0.5692162627295422	1	1	1	1	1	False	88299	fragment	False	CHI0033_000000006392	0.6973430138024364		0	0	False	False	1.0	0					non-mobilizable	chromosome	1171.0	98.12100000000001	99.0	0.0003121057830534029	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0301_000000000345	30615	0.5692091229638091	44	38	13	19	30	True	116927	maximal	True	ISR0301_000000000345	0.974009299743216		5	3	False	False	1.0	0					non-mobilizable	chromosome	23547.0	97.571	97.0	0.003580117184075434	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
FIJ0034_000000017964	1538	0.5691965655856596	2	1	1	1	1	False	48113	maximal	True	FIJ0034_000000017964	1.0		6	3	False	False	0.9967490434646606	0					non-mobilizable	no_good_hit								True	False
ISR0196_000000002476	6669	0.5691963652599912	12	4	3	4	1	False	68504	maximal	True	ISR0196_000000002476	1.0		31	6	False	False	0.999700129032135	0					non-mobilizable	no_good_hit	278.0	78.058	4.0	0.00012143668808394827	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0078_000000022648	1508	0.5691962857766951	2	2	2	2	2	False	69734	fragment	False	MON0033_000000036299	0.6897833250762181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	4.0	3.475344602138206e-05	NZ_FXLN01000004.1	firmicutes	Clostridium merdae strain Marseille-P2953, whole genome shotgun sequence	True	False
ISR0171_000000013641	2066	0.5691959929732474	4	3	3	2	2	False	29989	maximal	True	ISR0171_000000013641	1.0		6	1	False	False	0.9888674020767212	0					non-mobilizable	no_good_hit	1085.0	97.88	53.0	0.004448409549691037	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
MON0040_000000023553	1192	0.5691926841824215	1	1	1	1	1	False	11847	fragment	False	MON0040_000000023553	0.9907325684024713		0	0	False	False	0.9974831938743591	0					non-mobilizable	other	1194.0	85.26	100.0	0.005997703649987914	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
MON0100_000000040402	1133	0.5691926841824215	1	1	1	1	1	False	11847	fragment	False	MON0040_000000023553	0.9664429530201342		0	0	False	False	0.999117374420166	0					non-mobilizable	other	1117.0	85.04899999999999	98.0	0.0056099427926839095	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
USA0069_01_000000005823	10067	0.5691916776379348	12	9	4	5	7	False	76550	maximal	True	USA0069_01_000000005823	0.9922268907563025		21	6	False	False	0.9999006390571594	0					non-mobilizable	no_good_hit	1598.0	78.285	22.0	0.006701030927835051	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
SPA0137_000000003652	9520	0.5691916776379348	12	9	4	5	7	False	76550	maximal	False	USA0069_01_000000005823	0.9654812754544552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	78.285	24.0	0.006701030927835051	NZ_SMMX01000005.1	firmicutes	Extibacter muris strain DSM 28560 NODE_5_length_236680_cov_114.731806, whole genome shotgun sequence	True	False
FIJ0024_000000013730	1536	0.5691880220537162	2	2	2	2	1	False	109186	maximal	False	USA0011_01_000000022785	0.9682258113694077		0	0	False	False	0.9856770634651184	0					non-mobilizable	no_good_hit	176.0	75.0	11.0	4.244062205395534e-05	AP012052.1	high GC Gram+	Microbacterium testaceum StLB037 DNA, complete genome	True	False
ISR0305_000000011312	1632	0.5691784322502915	3	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.8178226153146613		0	0	False	False	1.0	0					non-mobilizable	other	1635.0	98.654	100.0	0.017659901000799776	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0072_000000018541	1586	0.5691784322502915	2	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.7329926476424737		0	0	False	False	0.9974779486656189	0					non-mobilizable	other	1079.0	98.795	100.0	0.011650779240429718	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0262_000000010628	1583	0.5691784322502915	3	1	1	1	1	False	129106	fragment	False	ISR0017_000000019074	0.7968943173761994		0	0	False	False	1.0	0					non-mobilizable	other	1586.0	98.865	100.0	0.017130320126234787	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0030_000000021201	1432	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.9772741825232879		0	0	False	False	0.9965083599090576	0					non-mobilizable	other	1433.0	98.95299999999999	100.0	0.015476730864837992	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0141_000000021696	1428	0.5691784322502915	3	1	1	1	1	False	121941	fragment	False	SPA0071_000000014538	0.9818084636849012		0	0	False	False	0.9985994100570679	0					non-mobilizable	other	1428.0	99.09	100.0	0.015422692000086462	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0071_000000014538	1415	0.5691784322502915	2	1	1	1	1	False	121941	fragment	False	SPA0071_000000014538	0.9828580886100772		0	0	False	False	1.0	0					non-mobilizable	other	888.0	99.43700000000001	100.0	0.009586494606921297	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0152_000000019696	1397	0.5691784322502915	2	1	1	1	1	False	121941	fragment	False	SPA0071_000000014538	0.9782868472714357		0	0	False	False	1.0	0					non-mobilizable	other	852.0	99.413	100.0	0.009197414780710287	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0160_000000022170	1348	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.837280393516527		0	0	False	False	0.9814540147781372	0					non-mobilizable	other	1350.0	98.51899999999999	99.0	0.014579685709962605	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0176_000000025768	1326	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.800896494158219		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	98.516	100.0	0.013823141603441195	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0019_000000023843	1289	0.5691784322502915	2	1	1	1	1	False	121941	fragment	False	SPA0071_000000014538	0.5318431306560588		0	0	False	False	0.9976726174354553	0					non-mobilizable	other	885.0	100.0	100.0	0.00955407128807038	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0003_000000025052	1261	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.7519051982890197		0	0	False	False	1.0	0					non-mobilizable	other	1054.0	98.48200000000001	100.0	0.01138058491667207	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0153_000000027807	1256	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.7578316688163149		0	0	False	False	0.9792993664741516	0					non-mobilizable	other	1112.0	99.101	100.0	0.01200743574778981	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0111_000000015282	1233	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.7511083402765817		0	0	False	False	0.9967558979988098	0					non-mobilizable	other	1093.0	99.085	100.0	0.011802088061733999	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0147_000000020798	1230	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.7200890917601855		0	0	False	False	0.9910569190979004	0					non-mobilizable	other	1085.0	98.525	100.0	0.011715625878131552	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0058_000000011833	1139	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.4789287675238581		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	98.51100000000001	100.0	0.012331668936298987	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0223_000000028617	1138	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.4781235220337941		0	0	False	False	0.997363805770874	0					non-mobilizable	other	1142.0	98.949	100.0	0.012331668936298987	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0092_000000041364	1105	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.3754390300402152		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	98.463	99.0	0.011942589110087975	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0164_000000025989	1104	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.34160489066379884		0	0	False	False	0.9981883764266968	0					non-mobilizable	other	1083.0	99.169	100.0	0.01169401033223094	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0119_000000028892	1101	0.5691784322502915	1	1	1	1	1	False	129105	fragment	False	SPA0030_000000021201	0.4053438857683682		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	98.551	100.0	0.011920973564187363	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0044_000000014463	1138	0.569177638960825	1	1	1	1	1	False	87214	fragment	False	CHI0044_000000014463	1.0		0	0	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit	550.0	94.90899999999999	51.0	0.00021529386436015956	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
MAD0003_000000010077	2810	0.5691771108505057	2	1	1	1	1	False	20104	maximal	True	MAD0003_000000010077	1.0		1	1	False	False	0.9989323616027832	0					non-mobilizable	no_good_hit	141.0	80.851	5.0	6.191219347383568e-05	CP003723.1	fusobacteria	Fusobacterium nucleatum subsp. animalis 4_8, complete genome	True	False
SPA0087_000000010111	1417	0.5691764719111934	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.12517676056958668	PS816	0	0	False	True	0.9992942810058594	0					non-mobilizable	other	1419.0	85.06	100.0	0.3069242457130454	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
CHI0186_000000016257	1211	0.5691662109322343	1	1	1	1	1	False	77118	fragment	False	CHI0186_000000016257	1.0		0	0	False	False	0.9991742372512817	0					non-mobilizable	no_good_hit								True	False
SPA0058_000000006390	4564	0.5691659110343936	5	4	2	4	3	False	76956	fragment	False	DEN0001_000000007849	0.9513010867036616		0	0	False	False	0.9997808933258057	0					non-mobilizable	no_good_hit	122.0	84.426	3.0	5.216955192054095e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0032_000000017390	1918	0.5691633003413114	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.15623769833813198		0	0	False	False	1.0	0					non-mobilizable	chromosome	1918.0	98.905	100.0	0.0006746916867186306	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0095_000000011616	2651	0.5691625627294226	5	5	4	4	3	False	33417	maximal	True	ISR0095_000000011616	1.0		1	1	False	False	0.99358731508255	0					non-mobilizable	no_good_hit	670.0	85.821	25.0	0.00567456738867809	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
ENG0020_000000012637	1578	0.569161264202212	3	2	2	2	2	False	115792	fragment	False	ISR0054_000000014703	0.2500304475696013		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	96.336	100.0	0.000295881550844083	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CHI0133_000000000695	19489	0.5691564266657818	28	11	7	9	7	True	80823	maximal	True	CHI0133_000000000695	1.0		1	1	False	False	0.9990764260292053	0					non-mobilizable	no_good_hit	923.0	80.498	5.0	0.0014871753378105025	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
ISR0065_000000017557	1915	0.5691557819787292	2	2	2	2	1	False	35188	maximal	True	ISR0065_000000017557	1.0		4	2	False	False	0.9953002333641052	0					non-mobilizable	other	1929.0	78.072	99.0	0.013293820564726506	NZ_QRML01000005.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf5, whole genome shotgun sequence	False	False
ISR0029_000000010814	4259	0.5691537248076826	5	4	3	4	4	True	127722	fragment	False	SPA0051_000000006089	0.6623267031865577		0	0	False	True	1.0	0					non-mobilizable	other	4261.0	92.279	100.0	0.022281411400254317	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0051_000000006089	4116	0.5691537248076826	5	4	3	4	4	True	127722	fragment	False	SPA0051_000000006089	0.9038477651155942		0	0	False	True	1.0	0					non-mobilizable	chromosome	4117.0	95.434	100.0	0.0018544147012048964	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
FIJ0108_000000014571	1600	0.5691533799784029	3	2	0	2	1	True	42212	maximal	True	FIJ0108_000000014571	1.0		1	1	False	False	0.9975000023841858	0					non-mobilizable	no_good_hit	700.0	98.0	44.0	0.0008450264932125877	NZ_SAXT01000005.1	bacteria	Brachyspira aalborgi strain W1 W1_contig5, whole genome shotgun sequence	True	True
ISR0387_000000005163	4485	0.5691517617629012	2	2	2	2	2	False	128409	fragment	False	ENG0016_000000004451	0.801445453423816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0110_000000005428	4266	0.5691517617629012	2	2	2	2	2	False	128409	fragment	False	ENG0016_000000004451	0.4778631171464906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000007094	3588	0.5691510904903104	4	3	3	3	3	False	47238	maximal	True	FIJ0043_000000007094	1.0		28	9	False	False	0.9988851547241211	0					non-mobilizable	no_good_hit	1632.0	73.039	45.0	0.0015395480360967154	NZ_JABXYR010000001.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig1, whole genome shotgun sequence	True	False
ISR0353_000000025943	1414	0.5691459467715645	2	1	1	1	1	False	24011	maximal	True	ISR0353_000000025943	1.0		48	7	False	False	0.99858558177948	0					non-mobilizable	no_good_hit	999.0	84.585	76.0	0.0003514607322028013	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0122_000000003783	4198	0.5691454113790867	6	5	4	5	4	False	101447	maximal	True	ISR0122_000000003783	1.0		79	10	False	False	0.9971414804458618	0					non-mobilizable	other	1981.0	81.47399999999999	93.0	0.0009501339022549748	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
CHI0179_000000016868	1331	0.5691436001602478	2	2	2	2	1	False	77511	fragment	False	CHI0179_000000016868	1.0		0	0	False	False	0.9969947338104248	0					non-mobilizable	other	1331.0	98.197	100.0	0.001839047351314822	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
SPA0133_000000012997	1536	0.5691422137639696	2	1	1	1	1	False	3687	maximal	True	SPA0133_000000012997	1.0		2	1	False	False	0.9993489384651184	0					non-mobilizable	other	1536.0	99.28399999999999	100.0	0.0010851262068936264	NZ_FOZH01000001.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
FIJ0072_000000004973	5068	0.569142202778915	7	6	3	3	6	True	89474	fragment	False	FIJ0072_000000004973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2675.0	94.09299999999999	53.0	0.04409628211054613	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
MON0041_000000010656	4576	0.5691262776418528	7	7	7	6	5	False	49237	fragment	False	MON0041_000000010656	0.9678974600188147		0	0	False	False	0.9995629191398621	0					non-mobilizable	no_good_hit	3715.0	88.102	87.0	0.0014730375039581146	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0282_000000007337	2912	0.5691262116396221	3	3	3	3	3	False	128007	fragment	False	ISR0282_000000007337	1.0		0	0	False	False	0.9962225556373596	0					non-mobilizable	other	2912.0	98.352	100.0	0.0008263538463634753	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0298_000000009190	1610	0.5691242165959857	2	2	2	2	1	False	78356	fragment	False	ISR0298_000000009190	0.9716088328075709		0	0	False	False	0.9975154995918274	0					non-mobilizable	other	1610.0	97.64	100.0	0.007767618348765581	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0335_000000012039	1585	0.5691242165959857	2	2	2	2	1	False	78356	fragment	False	ISR0298_000000009190	0.9630434782608696		0	0	False	False	0.9886435270309448	0					non-mobilizable	other	1587.0	93.762	100.0	0.007627617769452839	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
MAD0013_000000016089	1547	0.5691110115932109	2	2	2	2	2	False	19559	maximal	True	MAD0013_000000016089	1.0		78	9	False	False	0.994182288646698	0					non-mobilizable	no_good_hit	78.0	88.462	5.0	0.0006380120886501007	NZ_FOAA01000013.1	g-proteobacteria	Ectothiorhodospira marina strain DSM 241, whole genome shotgun sequence	True	False
AST0055_000000026408	1383	0.5691110115932109	3	2	2	2	2	False	113440	maximal	True	AST0055_000000026408	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1388.0	89.84100000000001	100.0	0.010259836674090571	NZ_SMUS01000009.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00009, whole genome shotgun sequence	False	False
ENG0208_000000024175	1234	0.5691110115932109	2	2	2	2	2	False	53807	maximal	True	ENG0208_000000024175	1.0		73	8	False	False	1.0	0					non-mobilizable	other	1234.0	99.43299999999999	100.0	0.0007424664941671519	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
FIJ0039_000000007563	3238	0.5691100986758556	4	4	4	2	2	False	47577	maximal	True	FIJ0039_000000007563	1.0		18	6	False	False	0.9941321611404419	0					non-mobilizable	no_good_hit	2563.0	92.626	79.0	0.07931397436691226	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ISR0066_000000006622	4839	0.5691079795860181	6	1	0	1	1	True	100313	maximal	True	ISR0066_000000006622	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0800_000000002505	4280	0.5691079795860181	4	1	0	1	1	True	100311	fragment	False	ISR0800_000000002505	1.0		0	0	False	False	0.9997663497924805	0					non-mobilizable	no_good_hit								True	True
USA0036_01_000000012899	2746	0.5691079795860181	4	1	0	1	1	True	69977	fragment	False	USA0036_01_000000012899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0033_000000015524	2314	0.5691079795860181	4	1	0	1	1	True	48284	maximal	True	FIJ0033_000000015524	1.0		1	1	False	False	0.9969749450683594	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.1508538845644963e-06	CP050228.1	eudicots	Morus alba cultivar Heyebai chromosome 5	True	True
ISR0198_000000014683	2263	0.5691079795860181	3	1	0	1	1	True	92722	fragment	False	ISR0198_000000014683	0.9990610328638498		0	0	False	False	0.9991162419319153	0					non-mobilizable	no_good_hit								True	True
ISR0039_000000017094	2130	0.5691079795860181	2	1	0	1	1	True	92722	fragment	False	ISR0198_000000014683	0.9697304463102077		0	0	False	False	0.997183084487915	0					non-mobilizable	no_good_hit								True	True
ISR0324_000000015126	2030	0.5691079795860181	3	1	0	1	1	True	24928	maximal	True	ISR0324_000000015126	1.0		1	1	False	False	0.998522162437439	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	6.869500106477252e-05	LR217717.1	enterobacteria	Buchnera aphidicola (Cinara laricifoliae) strain BuCilaricifoliae genome assembly, chromosome: 1	True	True
MAD0076_000000003236	1965	0.5691079795860181	2	1	0	1	1	True	65026	maximal	True	MAD0076_000000003236	1.0		4	3	False	False	0.9974554777145386	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0002173497816622648	NZ_JH815595.1	firmicutes	Staphylococcus massiliensis CCUG 55927 scaffold00003, whole genome shotgun sequence	True	True
USA0036_01_000000016944	1964	0.5691079795860181	2	1	0	1	1	True	29223	fragment	False	USA0036_01_000000016944	1.0		0	0	False	False	0.9974541664123535	0					non-mobilizable	no_good_hit								True	True
ENG0134_000000022164	1771	0.5691079795860181	2	1	0	1	1	True	58186	maximal	True	ENG0134_000000022164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.00018220467658669907	MN832865.1	monocots	Canna indica chloroplast, complete genome	True	True
ISR0126_000000028346	1742	0.5691079795860181	1	1	0	1	1	True	31965	maximal	True	ISR0126_000000028346	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0267_000000012277	1478	0.5691079795860181	2	1	0	1	1	True	48642	fragment	False	ISR0267_000000012277	1.0		0	0	False	False	0.9783491492271423	0					non-mobilizable	no_good_hit	51.0	86.275	3.0	2.0885866793948265e-06	CP050228.1	eudicots	Morus alba cultivar Heyebai chromosome 5	True	True
CAN0022_000000028323	1183	0.5691069774506129	2	2	2	2	2	False	91176	fragment	False	CAN0022_000000028323	1.0		0	0	False	False	0.9991546869277954	0					non-mobilizable	other	1181.0	78.66199999999999	99.0	0.00031746824232215264	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
USA0010_01_000000014159	1883	0.5691065243599598	2	1	1	1	1	False	2058	fragment	False	USA0010_01_000000014159	1.0		0	0	False	False	0.9994689226150513	0					non-mobilizable	no_good_hit	1372.0	90.015	73.0	0.0031680993026473444	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0062_000000005362	3305	0.5691050179831905	3	3	3	3	2	False	89739	maximal	True	DEN0062_000000005362	1.0		2	2	False	False	0.9993948340415955	0					non-mobilizable	no_good_hit	2176.0	98.208	66.0	0.09927880226401314	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0039_000000004713	6113	0.5690994205714387	7	7	7	7	6	False	120094	maximal	False	ISR0079_000000004336	0.9761899064550255		0	0	False	False	1.0	0					non-mobilizable	other	6113.0	98.36399999999999	100.0	0.014932784126487164	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0846_000000001209	7982	0.5690983084983395	14	5	3	5	0	True	20676	maximal	True	ISR0846_000000001209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.006723107569721116	XR_004602464.1	bivalves	PREDICTED: Crassostrea gigas nucleolysin TIAR (LOC105320706), transcript variant X16, misc_RNA	True	True
ENG0104_000000013873	2281	0.5690975819780502	3	3	2	3	3	False	60244	fragment	False	ENG0104_000000013873	1.0		0	0	False	False	0.999123215675354	0					non-mobilizable	no_good_hit	643.0	72.006	28.0	0.00016462431251822488	NZ_KZ614145.1	firmicutes	Rummeliibacillus pycnus strain DSM 15030 Scaffold1, whole genome shotgun sequence	True	False
MAD0061_000000001025	12680	0.5690971978533281	22	4	3	3	4	False	16842	maximal	True	MAD0061_000000001025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	74.779	2.0	0.0002334652749719895	LN999832.1	enterobacteria	Enterobacteriaceae bacterium symbiont of Ferrisia virgata isolate GEFVIR genome assembly, chromosome: I	True	False
ISR0221_000000019689	1128	0.5690927696697076	1	1	1	1	1	False	27924	maximal	True	ISR0221_000000019689	1.0		0	0	False	False	0.9973404407501221	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	0.000287065180682202	NZ_VULP01000007.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq7, whole genome shotgun sequence	True	False
CHI0146_000000001170	5261	0.5690883977552075	6	5	5	5	4	False	79716	maximal	True	CHI0146_000000001170	1.0		22	6	False	False	1.0	0					non-mobilizable	other	2085.0	99.904	100.0	0.0008656109867799106	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ENG0032_000000008549	2494	0.5690871101231734	3	3	2	3	2	False	113764	maximal	False	ISR0821_000000011029	0.7512156608598582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1549.0	95.029	75.0	0.00043297543123317395	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0118_000000009756	1147	0.5690835121276713	2	2	2	1	1	False	81961	fragment	False	CHI0118_000000009756	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	99.65100000000001	100.0	0.00022123722963111685	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
FIJ0082_000000009666	3012	0.5690816190925453	3	3	2	3	2	False	44193	maximal	True	FIJ0082_000000009666	1.0		57	8	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	79.507	25.0	0.008210834427393841	NZ_QSFS01000015.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf15, whole genome shotgun sequence	True	False
ISR0232_000000009204	2831	0.5690802259214659	3	3	3	3	2	False	87696	maximal	False	ISR0254_000000003232	0.9532746238030096		0	0	False	False	0.9985870718955994	0					non-mobilizable	chromosome	2845.0	96.38	100.0	0.003877007736149077	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
AST0113_000000007343	4780	0.5690738694068008	5	3	2	2	2	False	106664	fragment	False	AST0113_000000007343	1.0		0	0	False	False	0.9937238693237305	0					non-mobilizable	no_good_hit	2626.0	99.92399999999999	55.0	0.012141423298581882	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
MAD0086_000000000300	14544	0.569071763062654	17	10	5	10	4	False	16051	maximal	True	MAD0086_000000000300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	79.641	1.0	0.003735793856194441	NZ_QJSH01000022.1	firmicutes	Paraliobacillus quinghaiensis strain YIM-C158 Scaffold21_1, whole genome shotgun sequence	True	False
SPA0017_000000001996	5599	0.5690695316946588	8	8	5	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9979711707596932	PS1045|PS658	0	0	True	True	1.0	61					non-mobilizable	plasmid	4434.0	99.774	100.0	0.802934251041478	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
USA0022_01_000000003415	2154	0.5690686040075931	2	2	2	2	1	False	1728	maximal	True	USA0022_01_000000003415	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	91.00200000000001	26.0	0.0037885877667985465	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
CHI0062_000000003294	4814	0.5690668414729407	4	4	4	3	3	False	85603	maximal	True	CHI0062_000000003294	1.0		22	6	False	False	0.9985458850860596	0					non-mobilizable	no_good_hit	2571.0	97.044	53.0	0.000724558791924427	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0024_000000017454	1500	0.5690659812192692	2	2	2	1	1	False	37429	maximal	True	ISR0024_000000017454	1.0		20	3	False	False	0.9986666440963745	0					non-mobilizable	no_good_hit	593.0	95.95299999999999	77.0	0.00028371863766966015	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	True	False
ENG0027_000000006237	3377	0.5690653783540418	7	4	3	2	2	False	65996	maximal	True	ENG0027_000000006237	1.0		51	9	False	False	0.9961504340171814	0					non-mobilizable	no_good_hit	880.0	87.045	26.0	0.0002615882863455997	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0001_000000010736	2447	0.5690620258611185	4	2	2	2	1	False	68065	maximal	True	ENG0001_000000010736	1.0		1	1	False	False	0.9950960278511047	0					non-mobilizable	no_good_hit	335.0	98.507	16.0	0.005743074780335987	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
SPA0086_000000008785	1579	0.5690607965554813	2	2	2	2	2	False	5538	maximal	False	SPA0085_000000008420	0.9821195698574133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	86.154	4.0	0.0001483235957347696	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0107_000000020932	1573	0.5690607965554813	2	2	2	2	2	False	5538	maximal	False	SPA0085_000000008420	0.9850673390152306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	86.154	4.0	0.0001483235957347696	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0117_000000017445	2169	0.5690586777732701	5	3	3	3	2	False	11914	fragment	False	SPA0117_000000017445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.12272013449496e-05	NZ_ATZZ01000018.1	b-proteobacteria	Chitinimonas koreensis DSM 17726 F559DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
ISR0095_000000016615	1989	0.5690586490990732	2	2	2	2	2	False	125912	fragment	False	ISR0144_000000003196	0.9509446922273008		0	0	False	False	0.9889391660690308	0					non-mobilizable	chromosome	1926.0	99.948	100.0	0.0006067553779802327	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0145_000000018070	1921	0.5690586490990732	2	2	2	2	2	False	125912	fragment	False	ISR0144_000000003196	0.9410614862873188		0	0	False	False	0.9979177713394165	0					non-mobilizable	other	1921.0	100.0	100.0	0.01119083284276297	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
AUS0020_000000021805	1162	0.5690526219326159	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.07361973977005591		0	0	False	False	0.9982788562774658	0					non-mobilizable	other	1160.0	98.96600000000001	99.0	0.7506476683937824	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
MON0082_000000003129	6939	0.5690513519997933	7	4	3	4	3	True	112598	maximal	True	MON0082_000000003129	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3913.0	87.98899999999999	56.0	0.03617106129603695	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ISR0028_000000006194	2974	0.5690483043935709	3	3	3	3	3	False	37200	maximal	True	ISR0028_000000006194	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	88.671	22.0	0.0053135048231511255	NZ_JAAIPW010000008.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_8_length_124400_cov_363.472, whole genome shotgun sequence	True	False
MON0080_000000018216	2732	0.5690471746268735	4	4	4	3	2	False	10054	maximal	True	MON0080_000000018216	1.0		31	8	False	False	1.0	0					non-mobilizable	no_good_hit	1434.0	99.09299999999999	69.0	0.00047867475570217543	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MAD0061_000000005249	3107	0.5690460373115331	4	4	1	4	0	True	19075	fragment	False	MAD0061_000000005249	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3110.0	89.132	100.0	0.006494687780326491	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0028_000000008118	3055	0.5690460373115331	4	4	1	4	0	True	19072	maximal	True	MON0028_000000008118	1.0		1	1	False	False	0.9751227498054504	0					non-mobilizable	no_good_hit	1331.0	98.12200000000001	44.0	0.0027810478904810795	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0268_000000011147	1792	0.5690357273681786	3	3	3	3	2	False	87234	fragment	False	ENG0071_000000009668	0.4187407781690783		0	0	False	False	0.9994419813156128	0					non-mobilizable	other	1792.0	99.49799999999999	100.0	0.007838074398249453	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0053_000000002159	6145	0.5690339764172421	7	4	1	2	4	False	90407	maximal	True	MAD0053_000000002159	1.0		1	1	False	False	0.9996745586395264	0	IncFIB				non-mobilizable	no_good_hit	1633.0	99.51	60.0	0.007605342380211198	AP022208.1	enterobacteria	Escherichia coli plasmid pWP7-S18-ESBL-09_1 DNA, complete genome, strain: WP7-S18-ESBL-09	True	True
ENG0182_000000001687	12827	0.5690332595211409	24	15	6	5	14	False	55254	fragment	False	ENG0182_000000001687	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3844.0	98.101	87.0	0.020673351355426552	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0014_000000023922	1466	0.5690242209273196	3	3	3	3	2	False	64121	fragment	False	ISR0014_000000023922	0.9723389355742297		0	0	False	False	0.9993178844451904	0					non-mobilizable	other	1466.0	91.814	100.0	0.0006746149974511986	CP003122.1	firmicutes	Streptococcus parasanguinis FW213, complete genome	False	False
ISR0173_000000005898	1644	0.5690236717476492	5	2	2	2	1	False	29919	maximal	True	ISR0173_000000005898	1.0		50	8	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	72.347	18.0	0.010301541820166462	NZ_FQVH01000032.1	firmicutes	Caldanaerobius fijiensis DSM 17918, whole genome shotgun sequence	True	False
FIJ0022_000000003930	5780	0.5690172098868559	5	3	1	2	1	False	84311	maximal	True	FIJ0022_000000003930	1.0		12	7	False	False	0.9996539950370789	0					non-mobilizable	no_good_hit	102.0	96.07799999999999	2.0	3.255415028349508e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0182_000000022124	1311	0.5690141062041505	3	2	2	2	2	False	77325	maximal	True	CHI0182_000000022124	1.0		22	8	False	False	0.9923722147941589	0					non-mobilizable	no_good_hit								True	False
ENG0124_000000004340	6744	0.5690121947907129	6	4	3	1	4	False	126716	maximal	True	ENG0124_000000004340	1.0	PS832|PS833|PS837|PS974|PS975|PS976	3	3	False	True	0.9946619272232056	0	rep_cluster_475				non-mobilizable	no_good_hit	1845.0	98.15700000000001	62.0	0.2827120724037429	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CHI0110_000000002521	3047	0.5690109598147767	4	3	2	3	1	False	111698	fragment	False	MAD0111_000000004845	0.4739440899422668		0	0	False	False	1.0	0					non-mobilizable	other	3059.0	93.36399999999999	100.0	0.0007106375393930232	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0121_01_000000005856	7738	0.5690100266223446	6	5	2	5	2	False	29978	fragment	False	USA0121_01_000000005856	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3791.0	95.331	49.0	0.11997972887368555	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MON0058_000000030385	1700	0.5690068685732447	3	3	3	3	3	False	54970	fragment	False	ENG0187_000000017110	0.9612535612535613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	80.22	5.0	0.08452041785375118	NZ_QXMN01000255.1	b-proteobacteria	Acidovorax cavernicola strain 1011MAR4D40.2 NODE_1465_length_1053_cov_2.21706, whole genome shotgun sequence	True	False
FIJ0095_000000004650	5571	0.569005285134436	7	7	5	6	4	False	130509	fragment	False	ISR0203_000000002513	0.5891154251722808		0	0	False	False	0.9994614720344543	0					non-mobilizable	other	3522.0	97.104	100.0	0.020045714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0040_000000006146	2744	0.5690027110304451	5	2	2	1	2	False	113730	fragment	False	CHI0040_000000006146	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2747.0	97.634	100.0	0.0012047335531690246	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0832_000000005808	2330	0.5690027110304451	5	2	2	1	2	False	113729	fragment	False	ENG0047_000000007351	0.9435600017206416		0	0	False	False	1.0	0					non-mobilizable	other	2330.0	99.399	100.0	0.0010229035528000942	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0151_000000015730	1574	0.5690020767067852	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.31944315639693766		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	88.45200000000001	100.0	0.0004884243430692585	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0088_000000016601	1707	0.5689997938799696	3	2	2	2	1	False	112741	maximal	True	FIJ0088_000000016601	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1355.0	73.727	78.0	0.16258379037172455	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0136_000000003873	6558	0.5689986626658585	10	6	4	6	3	True	95424	maximal	False	CHI0055_000000002002	0.9609450945457807	PS172	0	0	False	True	0.9996950030326843	0					non-mobilizable	no_good_hit	188.0	95.213	3.0	0.007837713231904103	NZ_CABKPS010000012.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MON0032_000000015993	1816	0.5689972782577619	3	2	2	2	2	False	117012	fragment	False	MON0032_000000015993	0.9585553582001184		0	0	False	False	0.990638792514801	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
SPA0115_000000011876	2261	0.5689963361823012	2	1	1	1	1	False	4396	maximal	True	SPA0115_000000011876	1.0		20	5	False	False	1.0	0					non-mobilizable	other	1403.0	85.103	99.0	0.0003749090510810904	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0097_000000000213	49050	0.5689949120889132	51	22	14	20	13	True	98441	fragment	False	FIJ0097_000000000213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	78.49	2.0	0.00025082563437983364	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
ENG0032_000000008644	2472	0.5689943991993969	5	5	5	5	3	True	100709	maximal	True	ENG0032_000000008644	1.0		122	10	False	False	1.0	0					non-mobilizable	chromosome	1410.0	100.0	100.0	0.0005955518322412066	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
AST0061_000000020519	2048	0.5689901780909786	4	3	3	3	2	False	112002	maximal	True	AST0061_000000020519	1.0		10	6	False	False	0.998046875	0					non-mobilizable	no_good_hit	1012.0	99.209	61.0	0.001278562142419935	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0811_000000009268	1655	0.5689823875163357	2	2	2	2	1	True	21680	maximal	True	ISR0811_000000009268	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	96.096	68.0	0.0013237309934095596	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ENG0178_000000002937	6207	0.5689817743389017	8	6	4	5	5	False	128370	maximal	True	ENG0178_000000002937	1.0		0	0	False	False	0.9966167211532593	0					non-mobilizable	other	3145.0	98.633	100.0	0.001095128819623259	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0133_000000009334	2229	0.5689755641568869	3	2	2	2	2	False	114852	fragment	False	ISR0133_000000009334	1.0		0	0	False	False	0.9798115491867065	0					non-mobilizable	other	2183.0	100.0	98.0	0.0023837042895752812	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
CHI0178_000000003670	2998	0.5689747448317534	5	5	5	5	5	True	112275	maximal	True	CHI0178_000000003670	1.0		477	12	False	False	0.9799866676330566	0					non-mobilizable	other	2998.0	99.166	100.0	0.0007347981732284854	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
FIJ0066_000000008209	3770	0.5689747352038634	4	3	3	3	2	True	45368	maximal	True	FIJ0066_000000008209	1.0		10	1	False	False	0.9997347593307495	0					non-mobilizable	no_good_hit								True	True
SPA0040_000000003836	8101	0.5689731137668852	12	7	3	6	4	True	121809	fragment	False	SPA0040_000000003836	1.0		0	0	False	False	0.9998765587806702	0					non-mobilizable	no_good_hit	620.0	74.839	7.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0815_000000006145	4778	0.5689723124620798	10	8	4	8	5	False	21473	maximal	True	ISR0815_000000006145	1.0		42	4	False	False	0.9964420199394226	0					non-mobilizable	no_good_hit	3495.0	99.084	73.0	0.0013850915155414483	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ENG0137_000000007874	2085	0.5689671660662525	3	3	3	3	3	False	93150	maximal	True	ENG0137_000000007874	0.9875187219171243		130	13	False	False	0.9995203614234924	0					non-mobilizable	no_good_hit	635.0	75.748	29.0	0.3344280240831965	KU546959.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_4 genomic sequence	True	False
DEN0073_000000026176	2003	0.5689671660662525	3	3	3	3	3	False	93150	maximal	False	ENG0137_000000007874	0.9683453237410071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	75.433	31.0	0.3344280240831965	KU546959.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_4 genomic sequence	True	False
ENG0161_000000004134	5084	0.5689659026743347	6	4	2	4	2	True	122485	fragment	False	ENG0161_000000004134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	76.867	15.0	0.0001923153604924967	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0092_000000011322	4452	0.5689659026743347	5	4	2	4	2	True	122483	fragment	False	ISR0254_000000001745	0.9372866894197953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	75.749	7.0	0.02417075710248401	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
SPA0093_000000022612	1667	0.5689600218335228	2	1	1	1	1	False	5269	maximal	True	SPA0093_000000022612	1.0		60	8	False	False	0.9946010708808899	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0010131345659803886	NZ_HG529265.1	firmicutes	[Clostridium] dakarense strain 1, whole genome shotgun sequence	True	False
ISR0198_000000029110	1145	0.5689555999891429	2	2	2	1	1	True	72801	fragment	False	DEN0045_000000035409	0.9475049308681356		0	0	False	False	0.9982532858848572	0					non-mobilizable	no_good_hit	800.0	86.125	82.0	0.0002559207457930207	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0119_000000027857	1127	0.5689555999891429	2	2	2	1	1	True	72801	fragment	False	DEN0045_000000035409	0.7168530139236575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	86.57600000000001	82.0	0.0002597885656286835	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0317_000000009786	2055	0.5689552241713663	3	3	3	3	1	False	25166	maximal	True	ISR0317_000000009786	1.0		3	2	False	False	0.9951338171958923	0					non-mobilizable	no_good_hit	639.0	91.236	67.0	0.004494334457504904	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	True	False
ISR0139_000000014215	1865	0.5689519734238794	2	2	2	1	1	False	81024	maximal	False	CHI0131_000000008913	0.6354434722937039		0	0	False	False	0.994101881980896	0					non-mobilizable	other	1866.0	93.087	100.0	0.0004991646222965375	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0835_000000007899	1836	0.5689415042748552	3	3	2	2	2	True	83863	fragment	False	ISR0847_000000015079	0.9569466455361859		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	95.99799999999999	97.0	0.0003364199915982158	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0092_000000006937	6551	0.5689399682732224	7	6	6	6	6	False	44727	maximal	True	MON0092_000000006937	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	75.719	5.0	8.086098692138748e-05	CP036524.1	firmicutes	[Clostridium] hylemonae DSM 15053 chromosome, complete genome	True	False
ISR0048_000000001848	8987	0.5689375974455241	9	8	3	4	7	False	86932	fragment	False	ISR0048_000000001848	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5482.0	95.932	91.0	0.001220707330216656	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
AST0026_000000011148	2629	0.5689359165695138	3	3	3	2	2	False	124216	fragment	False	AST0026_000000011148	1.0		0	0	False	False	0.9988588690757751	0					non-mobilizable	no_good_hit	2104.0	80.98899999999999	79.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0065_000000001325	17320	0.5689349438271353	15	8	7	8	5	False	62882	maximal	True	ENG0065_000000001325	1.0		4	3	False	False	0.9999422430992126	0					non-mobilizable	no_good_hit	191.0	79.058	1.0	4.3849577486242196e-05	AP012224.1	b-proteobacteria	Pseudogulbenkiania sp. NH8B DNA, complete genome	True	False
ISR0019_000000004197	3815	0.5689337468034343	5	4	4	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.7617417905181059	PS317|PS959	0	0	False	True	0.9963302612304688	0					non-mobilizable	no_good_hit	319.0	99.68700000000001	8.0	8.892341428999268e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0092_000000006426	3625	0.5689337468034343	4	4	4	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.8766562415091695	PS317|PS959	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	109.0	94.495	3.0	0.0006700832640500328	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	True
DEN0071_000000010566	3586	0.5689337468034343	4	4	4	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.818778176471987	PS317|PS959	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	89.0	100.0	4.0	0.0005731592145113492	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	True
ENG0091_000000006927	3357	0.5689331025153338	5	5	4	5	4	False	112931	maximal	True	ENG0091_000000006927	1.0		8	6	False	False	1.0	0					non-mobilizable	other	1474.0	98.03299999999999	96.0	0.000440365195185221	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0057_000000004309	4957	0.5689326144713109	6	5	5	5	4	True	67245	maximal	True	ENG0057_000000004309	1.0		0	0	False	False	0.9953600764274597	0					non-mobilizable	no_good_hit	1969.0	74.81	57.0	0.0006831037464707199	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	True
ENG0170_000000003786	3106	0.5689308221209574	4	3	2	3	2	True	55866	fragment	False	ENG0170_000000003786	1.0		0	0	False	False	0.9993560910224915	0					non-mobilizable	no_good_hit	2023.0	97.92399999999999	88.0	0.00031487533692984714	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
CHI0106_000000010891	1839	0.5689252386186406	3	3	3	2	3	False	100788	fragment	False	ISR0175_000000010194	0.28474270910955296		0	0	False	False	0.9956498146057129	0					non-mobilizable	other	1840.0	97.28299999999999	100.0	0.0005106886382191712	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0831_000000010229	1792	0.5689250156962619	2	2	0	1	1	True	125810	maximal	True	ISR0831_000000010229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1368.0	99.781	76.0	0.0005303527972033402	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
SPA0128_000000022111	1685	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.2319454901968759		0	0	False	False	0.9964391589164734	0					non-mobilizable	chromosome	1685.0	100.0	100.0	0.0004697105060349711	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ENG0105_000000013646	1635	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.22453483700045662		0	0	False	False	0.9920489192008972	0					non-mobilizable	other	1635.0	99.87799999999999	100.0	0.0006344044440924289	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ENG0060_000000019499	1602	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.2228764213261967		0	0	False	False	0.9987515807151794	0					non-mobilizable	other	1596.0	99.624	99.0	0.049275541413080416	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
AST0104_000000021967	1580	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.21468251069189667		0	0	False	False	1.0	0					non-mobilizable	chromosome	1580.0	100.0	100.0	0.0004404233307774462	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ENG0193_000000012765	1566	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.21552565950984126		0	0	False	False	0.9961685538291931	0					non-mobilizable	chromosome	1566.0	100.0	100.0	0.0004365183740764429	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
SPA0040_000000027458	1551	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.20769587921227795		0	0	False	False	0.9993552565574646	0					non-mobilizable	other	1551.0	99.936	100.0	0.0006017912413361474	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
SPA0010_000000016714	1524	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.20550137371177227		0	0	False	False	1.0	0					non-mobilizable	chromosome	1524.0	98.885	100.0	0.0004248035039734329	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ISR0134_000000020984	1522	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.19952639445588258		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	99.60600000000001	100.0	0.04698940344156446	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
SPA0104_000000024899	1511	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.19171014911525905		0	0	False	False	1.0	0					non-mobilizable	chromosome	1511.0	99.934	100.0	0.0004211774727510727	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ISR0820_000000017092	1499	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.15780955645007105		0	0	False	False	0.9993329048156738	0					non-mobilizable	other	1499.0	99.666	100.0	0.0005812138634065888	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
DEN0031_000000023132	1497	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.199005171927359		0	0	False	False	0.9993320107460022	0					non-mobilizable	other	1497.0	99.93299999999999	100.0	0.046217059532268526	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
SPA0112_000000022375	1485	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.10950018156608189		0	0	False	False	1.0	0					non-mobilizable	chromosome	1485.0	99.93299999999999	100.0	0.0004139254103063522	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ENG0168_000000021111	1474	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.1426630529354066		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	99.932	100.0	0.00041085723004127817	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ISR0245_000000005369	1460	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.12237061887664925		0	0	False	False	0.999315083026886	0					non-mobilizable	chromosome	1462.0	92.476	100.0	0.00040695227334027487	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
USA0042_01_000000012748	1415	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.1277907630377082		0	0	False	False	1.0	0					non-mobilizable	chromosome	1388.0	98.415	98.0	0.0003832436076556118	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
AST0090_000000015986	1414	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.14277169316957597		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	99.646	100.0	0.0005486006606503072	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ISR0366_000000014599	1412	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.10893009213663994		0	0	False	False	1.0	0					non-mobilizable	other	1412.0	99.71700000000001	100.0	0.043591090240662364	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ENG0039_000000018805	1397	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.092634651728067		0	0	False	False	1.0	0					non-mobilizable	other	1397.0	96.564	100.0	0.043127683895084805	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ISR0326_000000014942	1384	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.10259551703666636		0	0	False	False	1.0	0					non-mobilizable	chromosome	1384.0	99.928	100.0	0.0003857539369633997	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
CHI0125_000000011338	1361	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.1011983838873774		0	0	False	False	0.972079336643219	0					non-mobilizable	chromosome	1361.0	99.706	100.0	0.00037933865095460853	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ISR0093_000000019133	1358	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.09488937558855547		0	0	False	False	1.0	0					non-mobilizable	chromosome	1358.0	99.926	100.0	0.0003785018745186792	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ENG0064_000000016610	1339	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.10161748658959498		0	0	False	False	0.9955190420150757	0					non-mobilizable	other	1333.0	99.85	99.0	0.0005171522151353214	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
AST0010_000000023058	1314	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.0475683613917885		0	0	False	False	1.0	0					non-mobilizable	chromosome	1248.0	99.439	95.0	0.00034782007186793883	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ISR0082_000000025989	1301	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.08158639985053588		0	0	False	False	1.0	0					non-mobilizable	chromosome	1301.0	99.462	100.0	0.0003626031222360228	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
SPA0051_000000019019	1268	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.060824400440790315		0	0	False	False	0.9936908483505249	0					non-mobilizable	chromosome	1268.0	99.921	100.0	0.0003533985814408007	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ISR0794_000000017179	1233	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.04770095178261725		0	0	False	False	0.9991889595985413	0					non-mobilizable	chromosome	1233.0	99.919	100.0	0.0003436361896882924	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ISR0101_000000019441	1212	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.04700161468808325		0	0	False	False	0.9966996908187866	0					non-mobilizable	other	1212.0	99.257	100.0	0.0004701736730697255	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ISR0786_000000012198	1177	0.5689250156962619	2	2	0	1	1	True	125809	fragment	False	ISR0825_000000011464	0.033745897061321466		0	0	False	False	0.9991503953933716	0					non-mobilizable	other	1177.0	99.745	100.0	0.0004565848385879415	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
SPA0098_000000004344	7891	0.5689228816052857	10	4	3	4	2	True	116542	maximal	True	SPA0098_000000004344	1.0	PS777	8	3	False	True	1.0	0					non-mobilizable	no_good_hit	2252.0	97.869	29.0	0.009233799811220092	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	True
FIJ0159_000000015087	1671	0.5689201387938454	3	3	3	3	0	True	50942	fragment	False	FIJ0159_000000015087	0.9452095808383234		0	0	False	False	0.9988031387329102	0					non-mobilizable	no_good_hit								True	True
ENG0012_000000019950	1144	0.5689159893306301	2	1	1	1	1	False	67027	maximal	True	ENG0012_000000019950	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0105_000000007272	3736	0.5689105755156376	2	2	2	2	1	False	69261	fragment	False	SPA0105_000000007272	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2486.0	99.55799999999999	100.0	0.0005528171866501326	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0002_000000034470	1140	0.5689076362635754	3	3	3	3	1	False	52250	maximal	True	FIJ0002_000000034470	1.0		26	7	False	False	0.9543859362602234	0					non-mobilizable	no_good_hit	89.0	78.652	8.0	0.00029702034589369373	NZ_LN876584.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	False
ENG0077_000000017898	1170	0.5689072439695303	2	2	2	2	2	False	61965	fragment	False	ENG0077_000000017898	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	98.205	100.0	0.000560167714884696	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
CHI0005_000000011937	1622	0.5689020388235181	2	2	1	2	1	False	127496	maximal	False	ISR0172_000000008722	0.6285390713476784		0	0	False	False	0.9987669587135315	0					non-mobilizable	no_good_hit	589.0	71.817	36.0	0.0013631745778499382	NZ_RJVG01000003.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_103, whole genome shotgun sequence	True	False
ISR0032_000000004481	6668	0.5688983934024631	7	4	3	3	2	False	36975	maximal	True	ISR0032_000000004481	1.0		19	6	False	False	0.9986502528190613	0					non-mobilizable	no_good_hit	449.0	90.42299999999999	7.0	0.0006893338354406949	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
AST0094_000000002234	8089	0.5688976315295663	11	1	1	1	1	False	109412	maximal	True	AST0094_000000002234	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	99.336	11.0	0.9988925802879292	GQ881558.1		Uncultured organism clone VC1CS65TR genomic sequence	True	False
ISR0179_000000006444	3883	0.5688976315295663	4	1	1	1	1	False	66057	fragment	False	ISR0179_000000006444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	99.11399999999999	23.0	0.9988925802879292	GQ881558.1		Uncultured organism clone VC1CS65TR genomic sequence	True	False
ENG0206_000000008907	2867	0.5688976315295663	4	1	1	1	1	False	66050	fragment	False	ENG0206_000000008907	1.0		0	0	False	False	0.9888384938240051	0					non-mobilizable	no_good_hit	1339.0	97.90899999999999	47.0	0.08062669478758662	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0064_000000009889	2128	0.5688976315295663	3	1	1	1	1	False	66048	fragment	False	ISR0064_000000009889	0.9911212582445459		0	0	False	False	0.9995300769805908	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	7.684187963326201e-05	NZ_SIJC01000003.1	firmicutes	Chengkuizengella sediminis strain J15A17 contig3, whole genome shotgun sequence	True	False
ENG0041_000000012471	1991	0.5688976315295663	2	1	1	1	1	False	66058	maximal	True	ENG0041_000000012471	1.0		5	2	False	False	0.9934706091880798	0					non-mobilizable	no_good_hit	363.0	97.796	29.0	0.021813799337149744	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
SPA0111_000000017432	1971	0.5688976315295663	2	1	1	1	1	False	66048	fragment	False	ISR0064_000000009889	0.9548872180451127		0	0	False	False	0.9913749098777771	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	7.481972490607091e-05	NZ_SIJC01000003.1	firmicutes	Chengkuizengella sediminis strain J15A17 contig3, whole genome shotgun sequence	True	False
SPA0001_000000017966	1874	0.5688976315295663	1	1	1	1	1	False	66045	maximal	True	SPA0001_000000017966	1.0		0	0	False	False	0.9925293326377869	0					non-mobilizable	no_good_hit	68.0	95.588	6.0	0.014448997196463231	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	False
ISR0103_000000016489	1794	0.5688976315295663	2	1	1	1	1	False	66047	fragment	False	ISR0103_000000016489	1.0		0	0	False	False	0.9938684701919556	0					non-mobilizable	no_good_hit	104.0	94.23100000000001	6.0	0.04288093255620316	NZ_VULP01000059.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq59, whole genome shotgun sequence	True	False
ENG0042_000000014418	1765	0.5688976315295663	3	1	1	1	1	False	66056	fragment	False	ENG0042_000000014418	1.0		0	0	False	False	0.9983002543449402	0					non-mobilizable	no_good_hit	180.0	74.444	10.0	4.9677747548474124e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0122_000000019771	1490	0.5688976315295663	1	1	1	1	1	False	66044	fragment	False	ENG0122_000000019771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	7.481972490607091e-05	NZ_SIJC01000003.1	firmicutes	Chengkuizengella sediminis strain J15A17 contig3, whole genome shotgun sequence	True	False
ENG0191_000000023766	1368	0.5688976315295663	1	1	1	1	1	False	64211	fragment	False	ENG0191_000000023766	0.9331347243028016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0113_000000012735	1301	0.5688976315295663	1	1	1	1	1	False	64211	fragment	False	ENG0191_000000023766	0.8148451758976496		0	0	False	False	0.9984627366065979	0					non-mobilizable	no_good_hit								True	False
ISR0290_000000014016	1241	0.5688976315295663	1	1	1	1	1	False	64211	fragment	False	ENG0191_000000023766	0.9218024061936931		0	0	False	False	0.9758259654045105	0					non-mobilizable	no_good_hit								True	False
ISR0112_000000006846	4210	0.5688964255420493	5	4	3	2	2	False	52576	maximal	True	ISR0112_000000006846	0.9957389822254687		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1794.0	89.01899999999999	55.0	0.02946796244440784	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0152_000000013485	1807	0.568895810856585	3	1	1	1	1	True	57030	fragment	False	SPA0075_000000009822	0.3877572559366754		0	0	False	False	1.0	0					non-mobilizable	other	1651.0	98.789	91.0	0.03587590288051518	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	False	True
ISR0097_000000003547	6218	0.5688913111413813	6	5	4	4	4	False	33317	maximal	True	ISR0097_000000003547	0.9800553565613807		16	4	False	False	0.9982309341430664	0					non-mobilizable	no_good_hit								True	False
ISR0316_000000002565	6142	0.5688913111413813	5	5	4	4	4	False	33317	maximal	False	ISR0097_000000003547	0.9741878417497587		0	0	False	False	0.9998371601104736	0					non-mobilizable	no_good_hit	96.0	91.667	3.0	5.094167017896077e-05	NZ_LT635480.1	firmicutes	Ndongobacter massiliensis strain Marseille-P3170T chromosome contig00001	True	False
FIJ0154_000000008708	3936	0.56888756166582	2	2	2	2	2	False	39614	maximal	True	FIJ0154_000000008708	1.0		50	7	False	False	0.9944105744361877	0					non-mobilizable	no_good_hit	109.0	77.064	3.0	0.0007256357711559781	NZ_VJZV01000018.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold18_1, whole genome shotgun sequence	True	False
ISR0196_000000004450	3962	0.5688865704140318	3	3	3	3	3	False	131668	fragment	False	DEN0028_000000005326	0.6321440538906474		0	0	False	False	0.9969712495803833	0					non-mobilizable	no_good_hit	1675.0	85.31299999999999	66.0	0.0005730354599963329	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0189_000000014608	1183	0.568883296622292	2	2	2	2	1	False	29211	maximal	True	ISR0189_000000014608	1.0		6	4	False	False	0.9822485446929932	0					non-mobilizable	other	1099.0	93.631	93.0	0.0002875491229751749	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
ISR0257_000000013985	1285	0.5688832199854962	2	2	1	2	1	False	26805	fragment	False	ISR0257_000000013985	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	98.745	99.0	0.0005764867611670554	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
FIJ0018_000000015717	1712	0.5688818997955789	3	3	3	3	3	False	87115	fragment	False	MON0051_000000021051	0.9812581937235032		0	0	False	False	1.0	0					non-mobilizable	chromosome	1712.0	99.241	100.0	0.0004558878489215945	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0115_000000017852	1215	0.5688774938818101	2	2	2	2	1	True	59496	maximal	True	ENG0115_000000017852	1.0		40	7	False	False	1.0	0					non-mobilizable	other	1215.0	100.0	100.0	0.0006322593950933755	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	True
MAD0034_000000014234	1124	0.5688768511001544	2	1	1	1	1	False	18798	maximal	True	MAD0034_000000014234	1.0		4	2	False	False	0.9982206225395203	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000010236	2765	0.5688748056787449	4	4	4	3	3	False	33301	maximal	True	ISR0097_000000010236	1.0		1	1	False	False	0.9942134022712708	0					non-mobilizable	no_good_hit	85.0	84.706	3.0	0.0005429277045413916	NZ_QRWX01000004.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf4, whole genome shotgun sequence	True	False
SPA0067_000000000116	61219	0.5688734869932239	50	23	16	23	13	True	6063	maximal	True	SPA0067_000000000116	1.0		1	1	False	False	0.9998039603233337	0					non-mobilizable	no_good_hit	1730.0	71.792	3.0	0.02291473243719641	NZ_FQVI01000022.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	True
CHI0043_000000003181	2683	0.568873370899629	4	4	4	4	3	False	87406	fragment	False	CHI0043_000000003181	1.0		0	0	False	False	0.991427481174469	0					non-mobilizable	no_good_hit	225.0	91.556	8.0	0.0015189041995648544	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0024_000000027904	1822	0.5688628045639844	2	1	1	1	1	False	12917	maximal	True	MON0024_000000027904	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	85.26899999999999	80.0	0.00643078720489888	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MON0004_000000025485	1735	0.5688625239390933	3	3	2	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.029928891454987016		0	0	False	False	1.0	0					non-mobilizable	chromosome	1754.0	89.624	100.0	0.0006092859642542939	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0086_000000000250	16092	0.5688621806239335	24	7	3	7	2	False	16053	maximal	True	MAD0086_000000000250	1.0		1	1	True	True	1.0	910					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.00019897782250041216	NZ_BJVX01000004.1	firmicutes	Marinilactibacillus psychrotolerans strain NBRC 100002 sequence04, whole genome shotgun sequence	True	True
MON0077_000000037959	1206	0.5688604687799036	2	2	2	2	2	False	10193	maximal	True	MON0077_000000037959	1.0		3	2	False	False	0.9237147569656372	0					non-mobilizable	no_good_hit	466.0	75.751	39.0	0.0012996123521865628	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MAD0026_000000006318	2121	0.5688587549633398	3	2	2	2	2	False	19093	maximal	True	MAD0026_000000006318	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	98.73200000000001	22.0	0.008770951796930167	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	True	False
MON0018_000000010704	1832	0.5688580446653934	3	2	2	2	2	False	13273	fragment	False	MON0018_000000010704	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0819_000000016471	1611	0.5688563461332137	3	3	2	2	2	False	21312	maximal	True	ISR0819_000000016471	1.0		51	8	False	False	0.9764121770858765	0					non-mobilizable	no_good_hit	1362.0	96.99	85.0	0.0006073514967577426	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CAN0007_000000021388	1893	0.5688560772744631	2	2	2	2	2	False	95268	fragment	False	ISR0795_000000005355	0.547235756537453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1893.0	97.57	100.0	0.0006368361227451138	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0154_000000008689	2552	0.5688508922811463	2	2	2	2	1	True	38699	maximal	True	ISR0154_000000008689	1.0		19	5	False	False	0.9917711615562439	0					non-mobilizable	no_good_hit	1556.0	83.48299999999999	60.0	0.0005980861244019139	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
FIJ0005_000000019655	1790	0.5688508922811463	2	2	2	2	1	True	51892	fragment	False	FIJ0005_000000019655	1.0		0	0	False	False	0.9988827109336853	0					non-mobilizable	no_good_hit	834.0	78.777	46.0	0.00027634379322079197	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0081_000000019309	1244	0.5688508542007847	2	2	2	2	2	False	34216	fragment	False	ISR0081_000000019309	1.0		0	0	False	False	0.9983922839164734	0					non-mobilizable	other	1244.0	100.0	100.0	0.008301609563881653	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0092_000000001137	13423	0.5688397839416177	23	7	1	3	6	False	33603	maximal	True	ISR0092_000000001137	1.0		1	1	False	False	0.9998509883880615	0					non-mobilizable	no_good_hit	442.0	99.774	3.0	0.004017344726437954	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	True	False
SPA0092_000000027390	1647	0.5688390215744473	4	4	2	4	1	False	5307	maximal	True	SPA0092_000000027390	1.0		155	12	False	False	0.9854280352592468	0					non-mobilizable	no_good_hit	138.0	94.20299999999999	8.0	0.0003080386769738824	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ETH0005_000000040183	1116	0.5688371023713695	2	2	2	1	2	False	52674	maximal	True	ETH0005_000000040183	1.0		1	1	False	False	0.9982078671455383	0					non-mobilizable	no_good_hit	621.0	85.346	56.0	0.006550218340611353	AP012293.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC2 DNA, complete genome	True	False
CHI0002_000000005893	1541	0.5688237548972689	2	2	2	1	1	False	91021	fragment	False	CHI0002_000000005893	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000002672	7095	0.5688208941958882	10	6	2	6	4	False	38475	maximal	True	ISR0024_000000002672	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1832.0	99.29	26.0	0.005187380302120281	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0011_000000025986	1803	0.568817839822477	5	1	1	1	1	True	98402	fragment	False	MON0011_000000025986	1.0		0	0	False	False	0.999445378780365	0					non-mobilizable	no_good_hit								True	True
SPA0097_000000003400	7838	0.5688172097598946	6	4	3	4	2	False	5138	maximal	True	SPA0097_000000003400	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2838.0	95.807	38.0	0.0012152250522264063	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
SPA0110_000000009957	1938	0.568813291722781	3	2	2	2	2	False	64428	fragment	False	SPA0110_000000009957	0.9619124797406807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	74.68	36.0	0.002246065345958698	NZ_LS999945.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
ISR0009_000000026277	1294	0.5688128798023465	3	3	3	2	3	False	87109	fragment	False	FIJ0123_000000020607	0.3185761989954985		0	0	False	False	0.9443585872650146	0					non-mobilizable	chromosome	1294.0	100.0	100.0	0.0002511941923436476	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
USA0069_01_000000047321	1270	0.5688128798023465	3	3	3	2	3	False	87109	fragment	False	FIJ0123_000000020607	0.31883730751412426		0	0	False	False	0.9968503713607788	0					non-mobilizable	other	1270.0	98.976	100.0	0.00662320784555243	NZ_NQCD01000001.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_4_length_191599_cov_71.773_ID_7.ctg_1, whole genome shotgun sequence	False	False
MAD0102_000000005885	2952	0.5688128751280164	5	4	1	3	4	True	121882	maximal	True	MAD0102_000000005885	1.0		1	1	False	False	0.9966124892234802	0					non-mobilizable	no_good_hit	1517.0	92.815	52.0	0.004499588107764094	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0076_000000003289	7330	0.5688096820056867	6	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.7163170885073898		0	0	False	False	1.0	0					non-mobilizable	other	7175.0	99.066	98.0	0.11861407425783511	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0074_000000000120	26661	0.5688050880181221	30	28	7	14	26	True	123802	fragment	False	ENG0073_000000000695	0.8030876437583035		0	0	False	False	1.0	0					non-mobilizable	other	26661.0	99.98899999999999	100.0	0.017095606506077405	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
MAD0030_000000006359	1825	0.5688029960364857	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.5279494013312549		0	0	False	False	0.9989041090011597	0					non-mobilizable	chromosome	1836.0	93.573	100.0	0.00048656491306786913	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0168_000000003460	7032	0.568801977768806	9	4	3	2	2	False	30143	maximal	True	ISR0168_000000003460	1.0		2	1	False	False	0.9995733499526978	0					non-mobilizable	no_good_hit	434.0	84.33200000000001	6.0	0.008518758976175019	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0032_000000010977	1553	0.5687882668530565	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9107694602956571		0	0	False	False	0.9980682730674744	0					non-mobilizable	chromosome	1553.0	98.197	100.0	0.0004137402303554085	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0317_000000012940	1652	0.5687865587435667	4	3	2	2	2	True	25158	maximal	True	ISR0317_000000012940	1.0		516	13	False	False	0.9957627058029175	0					non-mobilizable	other	1672.0	92.70299999999999	100.0	0.009695532382380637	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	True
ENG0066_000000002601	6328	0.5687851637398487	9	8	1	6	7	True	62810	fragment	False	ENG0066_000000002601	1.0		0	0	False	False	0.9995259046554565	0			MPF_F		non-mobilizable	plasmid	6329.0	95.529	100.0	0.05400421721203015	CP040454.1	enterobacteria	Escherichia coli strain UPEC132 plasmid unnamed1, complete sequence	False	True
SPA0086_000000000689	18779	0.5687832772870252	18	14	10	10	8	False	119569	fragment	False	SPA0086_000000000689	1.0		0	0	False	False	0.9999467730522156	0					non-mobilizable	no_good_hit	4179.0	99.73700000000001	30.0	0.014967346251535962	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0037_000000008188	2998	0.5687825752803948	5	3	3	3	3	False	96879	maximal	True	SPA0037_000000008188	1.0		13	7	False	False	1.0	0					non-mobilizable	other	2998.0	100.0	100.0	0.002884093507373348	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
MON0026_000000040229	1308	0.5687822570163635	2	1	1	1	1	False	12704	maximal	True	MON0026_000000040229	1.0		74	12	False	False	0.9984709620475769	0					non-mobilizable	no_good_hit	50.0	88.0	4.0	6.851299677275237e-05	NZ_FNIX01000003.1	high GC Gram+	Lentzea jiangxiensis strain CGMCC 4.6609, whole genome shotgun sequence	True	False
AUS0022_000000010756	3287	0.5687810999397046	4	3	2	3	2	False	99350	fragment	False	AUS0022_000000010756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0002_000000000571	27767	0.5687805628653461	55	43	14	24	32	False	91000	fragment	False	USA0069_01_000000001480	0.4745047236322617		0	0	False	False	0.9996758699417114	0	rep_cluster_1817				non-mobilizable	other	11080.0	97.852	91.0	0.003309764477865296	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0095_000000000099	64317	0.5687701427060534	91	16	7	13	6	True	115267	backbone	False	ISR0052_000000000170	0.7370650924956226	PS749	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	46.0	89.13	0.0	0.000369000595432779	NZ_SPHG01000009.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_9_length_119241_cov_57.388, whole genome shotgun sequence	True	True
SPA0023_000000006845	3597	0.5687670177420799	3	3	2	3	1	False	69572	maximal	True	SPA0023_000000006845	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	552.0	91.486	15.0	0.006852125900041038	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0063_000000014403	2025	0.568765732150324	4	3	3	3	3	False	57044	maximal	False	ENG0152_000000011041	0.9545244690674053		0	0	False	False	0.9688888788223267	0					non-mobilizable	no_good_hit	356.0	73.596	17.0	0.00010790237469915156	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CAN0008_000000017863	1612	0.5687610864706598	2	1	1	1	1	False	94959	maximal	True	CAN0008_000000017863	1.0		2	1	False	False	0.9993796348571777	0					non-mobilizable	no_good_hit	809.0	76.391	57.0	0.00011328274030101286	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
SPA0097_000000024303	1349	0.5687610864706598	2	1	1	1	1	False	5109	fragment	False	SPA0097_000000024303	1.0		0	0	False	False	0.9970348477363586	0					non-mobilizable	no_good_hit	809.0	76.143	68.0	0.00011328274030101286	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
SPA0120_000000007688	5568	0.5687609908985021	5	4	3	4	3	False	4188	maximal	True	SPA0120_000000007688	1.0		19	6	False	False	0.9987428188323975	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.004363001745200698	XM_009034367.1	pelagophytes	Aureococcus anophagefferens hypothetical protein partial mRNA	True	False
ENG0208_000000008685	3510	0.5687604535299772	4	3	2	3	2	True	74469	maximal	True	ENG0208_000000008685	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1455.0	92.509	41.0	0.17308839317666708	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	True
SPA0086_000000008034	1731	0.568749112173987	2	2	2	2	2	True	5509	fragment	False	SPA0086_000000008034	1.0		0	0	False	False	0.9994223117828369	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	5.0	1.5677880614589424e-05	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	True
ISR0263_000000001210	7079	0.5687468635280903	8	3	2	2	2	True	94525	fragment	False	ENG0072_000000001558	0.3818889061770655		0	0	False	False	0.9994349479675293	0					non-mobilizable	chromosome	7013.0	97.09100000000001	99.0	0.0010795838577242884	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
MON0021_000000002888	6704	0.5687468635280903	8	3	2	2	2	True	113134	fragment	False	ISR0042_000000002093	0.07521833636506006		0	0	False	False	0.9816527366638184	0					non-mobilizable	other	6685.0	94.884	99.0	0.15254857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0029_000000002712	6392	0.5687468635280903	8	3	2	2	2	True	113134	fragment	False	ISR0042_000000002093	0.026197812796286007		0	0	False	False	0.9993742108345032	0					non-mobilizable	other	6131.0	95.205	96.0	0.13995428571428573	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0091_000000002240	5703	0.5687468635280903	7	3	2	2	2	True	113130	fragment	False	FIJ0102_000000004803	0.7076474511518644		0	0	False	False	0.9989479184150696	0					non-mobilizable	other	5706.0	95.005	100.0	0.13017142857142858	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0129_000000019991	1191	0.5687449540713863	2	2	2	2	2	False	3827	maximal	True	SPA0129_000000019991	1.0		152	10	False	False	0.98740553855896	0					non-mobilizable	other	1172.0	99.147	98.0	0.016071257016592785	NZ_CZBD01000021.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MAD0102_000000010257	1925	0.5687419272535423	2	2	2	2	2	False	14992	maximal	True	MAD0102_000000010257	1.0		1	1	False	False	0.9994805455207825	0					non-mobilizable	no_good_hit	1072.0	78.545	55.0	0.004481714772372737	NZ_MBEW02000001.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_1_length_237186_cov_235.805, whole genome shotgun sequence	True	False
SPA0003_000000011277	1606	0.568738931230799	2	2	2	2	2	False	8378	maximal	True	SPA0003_000000011277	1.0		516	12	False	False	1.0	0					non-mobilizable	other	1606.0	99.93799999999999	100.0	0.09911690236521954	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	False	False
FIJ0015_000000003753	7591	0.5687330128886129	6	5	3	4	2	False	50398	maximal	True	FIJ0015_000000003753	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	5.609217065482e-05	NZ_JAAZQD010000003.1	g-proteobacteria	Oleiagrimonas citrea strain MEBiC09124 NODE_3_length_623973_cov_18.242732_cov_18.242732, whole genome shotgun sequence	True	False
ISR0177_000000011929	2436	0.5687293665954558	3	3	2	2	3	False	104351	fragment	False	ISR0177_000000011929	1.0		0	0	False	False	0.9991790056228638	0					non-mobilizable	chromosome	2417.0	99.545	99.0	0.0006725823850784702	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0070_000000004449	5484	0.5687292557509429	7	5	5	5	5	False	95395	fragment	False	MON0070_000000004449	0.9842835266990728		0	0	False	False	0.9896061420440674	0					non-mobilizable	no_good_hit	2504.0	92.61200000000001	56.0	0.0012264446796888687	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0038_000000015161	2112	0.5687277780627011	2	2	2	2	1	False	12004	maximal	True	MON0038_000000015161	1.0		1	1	False	False	0.9720643758773804	0					non-mobilizable	other	2067.0	83.79299999999999	97.0	0.017154169427830858	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0059_000000029134	1339	0.5687164072863866	2	2	2	2	2	False	54633	fragment	False	SPA0101_000000027578	0.9457406259043367		0	0	False	False	0.9962658882141113	0					non-mobilizable	no_good_hit	81.0	82.71600000000001	6.0	0.001086926985679737	NZ_SNVV01000025.1	b-proteobacteria	Azoarcus indigens strain DSM 12121 Ga0215687_125, whole genome shotgun sequence	True	False
ITA0002_000000002725	3020	0.5687162207640198	3	3	3	3	2	False	56074	maximal	True	ITA0002_000000002725	0.9964163822525598		19	6	False	False	0.9993377327919006	0					non-mobilizable	chromosome	3018.0	99.90100000000001	99.0	0.0006826020418783254	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0167_000000008457	2930	0.5687162207640198	4	3	3	3	2	False	56074	maximal	False	ITA0002_000000002725	0.9816225165562914		0	0	False	False	1.0	0					non-mobilizable	other	2930.0	99.932	100.0	0.040660454652761385	NZ_LMUA01000019.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00019, whole genome shotgun sequence	False	False
CHI0047_000000005242	2926	0.5687131638397459	5	3	3	2	2	False	104127	maximal	True	CHI0047_000000005242	0.9931463774833288		83	9	False	False	1.0	0					non-mobilizable	other	2943.0	99.015	100.0	0.0006861408415478927	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
AST0150_000000012439	2243	0.5687131638397459	3	3	3	2	2	False	104124	fragment	False	AST0150_000000012439	1.0		0	0	False	False	0.9959875345230103	0					non-mobilizable	other	2256.0	99.335	100.0	0.009716016562469032	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	False	False
MON0053_000000034192	1210	0.5687101523795941	2	2	2	2	1	True	11162	fragment	False	MON0053_000000034192	1.0		0	0	False	False	0.9735537171363831	0					non-mobilizable	chromosome	1195.0	96.736	99.0	0.0005328271029601357	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0021_000000012153	1482	0.5687075917371793	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.27131651697187303		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	98.853	100.0	0.005684544257689104	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0158_000000014708	1315	0.5687075917371793	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.22256265732810787		0	0	False	False	0.9992395639419556	0					non-mobilizable	chromosome	1317.0	87.927	100.0	0.00041353924982341053	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0030_000000015503	1965	0.5687074064365638	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8851245465243665		0	0	False	False	0.996437668800354	0					non-mobilizable	other	1924.0	94.595	100.0	0.0004707415724386694	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0101_000000003828	10342	0.5687059443258461	10	7	6	7	4	True	106821	fragment	False	SPA0133_000000002014	0.7373880014564423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9199.0	100.0	89.0	0.09487658204998607	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0201_000000001028	10320	0.5687059443258461	10	7	6	7	4	True	106821	fragment	False	SPA0133_000000002014	0.7357553297160205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9157.0	99.945	89.0	0.09444335564793134	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MON0092_000000042097	1325	0.5687057111861127	3	3	3	2	1	False	9426	fragment	False	MON0092_000000042097	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1325.0	99.62299999999999	100.0	0.0002693751209288803	CP057479.1	enterobacteria	Escherichia coli strain RHB25-C12 chromosome, complete genome	False	False
ISR0013_000000022456	1212	0.5687054138700715	2	2	2	2	2	False	38067	fragment	False	ISR0288_000000023697	0.9647201946472019		0	0	False	False	0.9991748929023743	0					non-mobilizable	no_good_hit	533.0	76.36	44.0	0.00014927427774759561	CP010994.1	firmicutes	Clostridium perfringens strain JP838, complete genome	True	False
FIJ0033_000000028554	1360	0.5686994330429511	2	2	2	1	2	False	48239	fragment	False	FIJ0033_000000028554	1.0		0	0	False	False	0.9992647171020508	0					non-mobilizable	other	1342.0	99.851	99.0	0.0002613705954376895	CP010151.1	enterobacteria	Escherichia coli strain D8, complete genome	False	False
ENG0129_000000016478	1633	0.5686988726266007	2	2	2	2	1	False	104600	fragment	False	ITA0006_000000014426	0.9708396718719999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	73.476	20.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
ITA0006_000000014426	1618	0.5686988726266007	2	2	2	2	1	False	104600	fragment	False	ITA0006_000000014426	0.9709139830949196		0	0	False	False	0.999381959438324	0					non-mobilizable	no_good_hit	328.0	73.476	20.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
MON0100_000000018537	2371	0.5686973251463407	2	2	1	2	0	True	9120	maximal	True	MON0100_000000018537	1.0		2	1	False	False	0.996204137802124	0					non-mobilizable	no_good_hit	1156.0	81.574	48.0	0.004240625189313624	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ISR0233_000000010995	1579	0.5686969135022536	2	1	1	1	1	False	27384	maximal	True	ISR0233_000000010995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	82.031	8.0	5.858038959187919e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
ISR0842_000000008444	2560	0.568692401862037	4	4	4	4	3	False	20749	maximal	True	ISR0842_000000008444	1.0		8	7	False	False	0.98828125	0					non-mobilizable	no_good_hit	290.0	74.483	11.0	0.0001245121635277223	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
AST0092_000000004659	3593	0.5686908279905148	3	2	2	2	1	True	109708	maximal	True	AST0092_000000004659	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0244_000000023173	1179	0.5686880234879146	1	1	1	1	1	False	27169	fragment	False	ISR0244_000000023173	1.0		0	0	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit	73.0	95.89	6.0	8.016049913270793e-05	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ENG0106_000000017292	1211	0.5686856005734089	3	2	1	1	2	False	60045	maximal	True	ENG0106_000000017292	1.0		5	2	False	False	1.0	0					non-mobilizable	plasmid	1118.0	99.911	100.0	0.016711089814620706	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
ENG0058_000000007623	3998	0.5686816909162191	3	3	3	2	1	False	105031	maximal	True	ENG0058_000000007623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	88.235	3.0	2.5551934694416927e-05	CP006903.1	firmicutes	Clostridium botulinum 202F, complete genome	True	False
ISR0026_000000003214	6847	0.5686736038586746	7	5	2	4	5	False	65214	maximal	True	ISR0026_000000003214	0.9992492492492493		12	4	False	False	0.9986855387687683	0					non-mobilizable	no_good_hit	1014.0	89.84200000000001	41.0	0.02022745897543523	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
SPA0102_000000005585	6660	0.5686736038586746	7	5	2	4	5	False	65214	maximal	False	ISR0026_000000003214	0.9856141375785015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	89.641	39.0	0.018868301652975157	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ENG0062_000000005862	4198	0.5686648153065629	5	2	1	1	1	False	70950	fragment	False	ENG0062_000000005862	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3857.0	99.97399999999999	92.0	0.23174469619568483	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
ISR0139_000000006076	3837	0.5686648153065629	5	2	1	1	1	False	127044	maximal	True	ISR0139_000000006076	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	79.95	61.0	0.11410293134727394	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	False
CHI0181_000000005731	3519	0.5686648153065629	4	2	1	1	1	False	77443	fragment	False	CHI0181_000000005731	1.0		0	0	False	False	0.9980108141899109	0					non-mobilizable	no_good_hit	2403.0	91.802	68.0	0.14357834004447384	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	False
SPA0009_000000010665	3312	0.5686648153065629	5	2	1	1	1	False	127043	maximal	True	SPA0009_000000010665	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2342.0	86.038	70.0	0.4073093220338983	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0206_000000010768	2416	0.5686648153065629	3	2	1	1	1	False	70948	fragment	False	ISR0206_000000010768	0.9998960931005819		0	0	False	False	0.9995861053466797	0					non-mobilizable	other	2416.0	100.0	100.0	0.1451409339503576	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
USA0026_01_000000013512	2406	0.5686648153065629	3	2	1	1	1	False	70948	fragment	False	ISR0206_000000010768	0.9986480279849043		0	0	False	False	1.0	0					non-mobilizable	other	2406.0	99.958	100.0	0.14453993629424844	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
ENG0084_000000011880	2352	0.5686648153065629	3	2	1	1	1	False	70948	fragment	False	ISR0206_000000010768	0.9876626039757119		0	0	False	False	0.9914966225624084	0					non-mobilizable	other	2352.0	100.0	100.0	0.1412945489512591	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
ISR0213_000000011031	2327	0.5686648153065629	3	2	1	1	1	False	70948	fragment	False	ISR0206_000000010768	0.9798206980352875		0	0	False	False	0.987967312335968	0					non-mobilizable	other	2327.0	100.0	100.0	0.13979205481098625	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
SPA0130_000000014391	2273	0.5686648153065629	3	2	1	1	1	False	127039	maximal	True	SPA0130_000000014391	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1902.0	98.58	86.0	0.3186850050318685	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	True	False
ENG0187_000000012949	2255	0.5686648153065629	3	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.398128712200047		0	0	False	False	0.9977827072143555	0					non-mobilizable	other	2255.0	99.956	100.0	0.3675199739116256	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
USA0075_01_000000011233	2212	0.5686648153065629	2	2	1	1	1	False	677	maximal	True	USA0075_01_000000011233	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	775.0	99.226	35.0	0.11390728476821192	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
SPA0044_000000012300	2186	0.5686648153065629	3	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.39846559531545284		0	0	False	False	1.0	0					non-mobilizable	plasmid	2026.0	87.85799999999999	100.0	0.3356256289835626	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
CHI0078_000000007626	2046	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6071452992505765		0	0	False	False	1.0	0					non-mobilizable	plasmid	1984.0	99.95	100.0	0.3326065078832606	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0206_000000012477	2044	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6071130542619118		0	0	False	False	1.0	0					non-mobilizable	plasmid	1984.0	100.0	100.0	0.3326065078832606	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
AST0150_000000013666	2042	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6068342958079413		0	0	False	False	1.0	0					non-mobilizable	plasmid	1984.0	99.899	100.0	0.3326065078832606	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
CHI0078_000000007639	2042	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.3890367379792756		0	0	False	False	1.0	0					non-mobilizable	plasmid	2042.0	99.755	100.0	0.3457563950533627	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
SPA0037_000000012159	2040	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.37434226893219125		0	0	False	False	1.0	0					non-mobilizable	other	2040.0	99.95100000000001	100.0	0.33246372085439424	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0138_000000012945	2037	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.9266880484795675		0	0	False	False	1.0	0					non-mobilizable	other	2051.0	94.198	100.0	0.358933615819209	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ENG0146_000000011394	2027	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6063339396800022		0	0	False	False	1.0	0					non-mobilizable	plasmid	1984.0	99.899	100.0	0.3326065078832606	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
SPA0039_000000013362	2026	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.37358886304849614		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	100.0	100.0	0.3301809880971792	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0041_000000012326	2022	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.3809327087221281		0	0	False	False	1.0	0					non-mobilizable	plasmid	2032.0	95.571	100.0	0.017480467065661705	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
USA0035_01_000000012523	2019	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.3730208144705824		0	0	False	False	1.0	0					non-mobilizable	other	2019.0	100.0	100.0	0.3562853107344633	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
SPA0039_000000013430	2018	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6060667046381459		0	0	False	False	1.0	0					non-mobilizable	plasmid	1984.0	100.0	100.0	0.3326065078832606	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0007_000000012648	2017	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6060097444794967		0	0	False	False	1.0	0					non-mobilizable	plasmid	1984.0	99.95	100.0	0.3326065078832606	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
USA0019_01_000000014973	2016	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6057262827459615		0	0	False	False	1.0	0					non-mobilizable	plasmid	1984.0	99.899	100.0	0.3326065078832606	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0134_000000019517	2015	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6058319289219443		0	0	False	False	0.9990074634552002	0					non-mobilizable	plasmid	1984.0	100.0	100.0	0.3326065078832606	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0142_000000016704	2014	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6057311197206385		0	0	False	False	1.0	0					non-mobilizable	plasmid	1984.0	100.0	100.0	0.3326065078832606	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
MON0108_000000010792	2014	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.3809473475455994		0	0	False	False	0.9975174069404602	0					non-mobilizable	plasmid	2024.0	95.455	100.0	0.017376981320823055	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
USA0006_01_000000012065	2000	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.3708627832553404		0	0	False	False	1.0	0					non-mobilizable	other	2000.0	100.0	100.0	0.3259416272623512	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0130_000000016472	1994	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.3708692167691828		0	0	False	False	1.0	0					non-mobilizable	other	1994.0	100.0	100.0	0.32496331322354477	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0131_000000013288	1987	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.3700158969154895		0	0	False	False	1.0	0					non-mobilizable	other	1987.0	100.0	100.0	0.3238219468449372	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
USA0084_01_000000016368	1983	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.36802577732463004		0	0	False	False	1.0	0					non-mobilizable	other	1983.0	99.09200000000001	100.0	0.3231697374857329	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0014_000000012046	1982	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.5995300236283488		0	0	False	False	1.0	0					non-mobilizable	other	2007.0	87.79299999999999	100.0	0.3508121468926554	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
USA0006_01_000000012173	1982	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6015025401117259		0	0	False	False	1.0	0					non-mobilizable	plasmid	1982.0	99.899	100.0	0.3322710499832271	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0131_000000013324	1981	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6012124346739838		0	0	False	False	1.0	0					non-mobilizable	plasmid	1981.0	99.84899999999999	100.0	0.33210332103321033	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0070_000000012682	1978	0.5686648153065629	2	2	1	1	1	False	72824	fragment	False	USA0108_01_000000004981	0.9506880733944953		0	0	False	False	1.0	0					non-mobilizable	plasmid	1485.0	87.205	96.0	0.14095438865465695	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
USA0057_01_000000016377	1953	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.5970371011239867		0	0	False	False	1.0	0					non-mobilizable	plasmid	1953.0	99.949	100.0	0.32740691043274067	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0117_000000011758	1953	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.5967618055372275		0	0	False	False	0.9851510524749756	0					non-mobilizable	plasmid	1953.0	99.898	100.0	0.32740691043274067	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
ENG0107_000000014967	1953	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.597027072433198		0	0	False	False	1.0	0					non-mobilizable	plasmid	1953.0	100.0	100.0	0.32740691043274067	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
SPA0029_000000013591	1953	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.597027072433198		0	0	False	False	0.998975932598114	0					non-mobilizable	plasmid	1953.0	100.0	100.0	0.32740691043274067	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
USA0037_01_000000017398	1953	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.5970371011239867		0	0	False	False	0.9948796629905701	0					non-mobilizable	plasmid	1953.0	99.949	100.0	0.32740691043274067	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
AUS0024_000000016668	1953	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.5954765790005557		0	0	False	False	1.0	0					non-mobilizable	plasmid	1953.0	99.693	100.0	0.32740691043274067	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
AST0016_000000012967	1945	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.6004650399713484		0	0	False	False	1.0	0					non-mobilizable	plasmid	1946.0	97.12200000000001	100.0	0.3260650788326065	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
SPA0040_000000021629	1944	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.5728638151889317		0	0	False	False	1.0	0					non-mobilizable	plasmid	1945.0	95.527	100.0	0.3258973498825897	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
AST0029_000000015310	1943	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.5936527264517436		0	0	False	False	0.9891919493675232	0					non-mobilizable	plasmid	1943.0	99.949	100.0	0.32572962093257296	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
AST0007_000000009398	1938	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.5931417319428468		0	0	False	False	1.0	0					non-mobilizable	plasmid	1938.0	100.0	100.0	0.3248909761824891	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	False	True
AST0084_000000018389	1908	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.3379882977449007		0	0	False	False	1.0	0					non-mobilizable	other	1908.0	100.0	100.0	0.3109408120006522	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0067_000000009500	1894	0.5686648153065629	2	2	1	1	1	False	70947	fragment	False	ISR0156_000000013415	0.803664422300335		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	99.891	97.0	0.10992247130236192	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
USA0121_01_000000023398	1891	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.5276747905616832		0	0	False	False	1.0	0					non-mobilizable	other	1907.0	89.775	100.0	0.3081689222240339	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0808_000000008663	1873	0.5686648153065629	2	2	1	1	1	False	84384	fragment	False	DEN0077_000000005815	0.7287939466032249		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	99.359	100.0	0.000529996979696699	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ENG0100_000000016926	1813	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.14831100769770766		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	99.06200000000001	100.0	0.29545083971955	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0092_000000012597	1804	0.5686648153065629	2	2	1	1	1	False	70947	fragment	False	ISR0156_000000013415	0.9581240342559195		0	0	False	False	0.987250566482544	0					non-mobilizable	other	1804.0	100.0	100.0	0.10835987739647815	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
ENG0134_000000022160	1771	0.5686648153065629	2	2	1	1	1	False	127037	fragment	False	SPA0138_000000012945	0.06495467007596388		0	0	False	False	0.9943534731864929	0					non-mobilizable	plasmid	1771.0	98.758	100.0	0.29984753515161783	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ISR0052_000000012673	2720	0.5686624059512408	3	3	3	2	3	False	60378	maximal	True	ISR0052_000000012673	1.0		4	2	False	False	0.9963235259056091	0					non-mobilizable	no_good_hit	164.0	84.756	6.0	0.0023260128144755054	NZ_JAAITU010000017.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_17_length_70077_cov_165.133, whole genome shotgun sequence	True	False
AST0111_000000004821	4191	0.5686567785503303	4	4	4	4	4	False	107395	maximal	True	AST0111_000000004821	1.0		39	6	False	False	1.0	0					non-mobilizable	other	2342.0	97.78	99.0	0.0007506128828029387	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0028_000000016101	1211	0.5686555134773355	2	2	2	1	2	False	115136	backbone	False	SPA0021_000000021098	0.09193978316726464	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1211.0	99.75200000000001	100.0	0.0003441733723586116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0091_000000003744	5887	0.5686546217914406	6	6	3	4	6	False	61200	maximal	True	ENG0091_000000003744	1.0		128	10	False	False	0.9993205070495605	0					non-mobilizable	no_good_hit	526.0	78.137	9.0	0.00015630242079020962	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
SPA0092_000000017895	2447	0.5686529411814351	7	5	4	4	4	True	71106	fragment	False	ENG0172_000000007952	0.9519302152932443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	94.52600000000001	85.0	0.08237192416296894	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0075_000000019464	1359	0.5686482200780121	2	2	2	2	1	False	23810	fragment	False	MON0075_000000019464	0.9881043745203377		0	0	False	False	1.0	0					non-mobilizable	chromosome	1359.0	98.16	100.0	0.0005592578590554884	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0156_000000001049	9338	0.5686466377798677	18	14	4	5	11	True	101535	fragment	False	ISR0104_000000002453	0.9532476527651036		0	0	False	False	1.0	0					non-mobilizable	other	8881.0	99.009	100.0	0.002653850534731301	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
TAN0006_000000012996	1182	0.5686426852913244	2	2	2	2	1	False	2859	fragment	False	TAN0006_000000012996	1.0		0	0	False	False	0.9915397763252258	0					non-mobilizable	no_good_hit	44.0	95.455	4.0	0.0006556477189558429	NZ_FQXC01000009.1	a-proteobacteria	Marivita hallyeonensis strain DSM 29431, whole genome shotgun sequence	True	False
MON0037_000000028073	2469	0.568638604867695	5	4	3	2	0	False	95903	fragment	False	SPA0077_000000010578	0.6102488217979146		0	0	False	False	0.9995949864387512	0					non-mobilizable	other	2473.0	94.015	99.0	0.006241298190023525	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
ISR0218_000000012346	1443	0.5686375342482313	1	1	1	1	1	False	66040	fragment	False	ISR0218_000000012346	1.0		0	0	False	False	0.9972280263900757	0					non-mobilizable	no_good_hit	182.0	74.176	12.0	4.996162039160826e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0324_000000008283	3815	0.5686325175925038	4	3	3	3	3	False	24946	fragment	False	ISR0324_000000008283	1.0		0	0	False	False	0.9923984408378601	0					non-mobilizable	other	3815.0	100.0	100.0	0.0010069437935802184	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
MAD0001_000000006625	3840	0.5686313772557776	4	4	2	4	0	False	111698	fragment	False	MAD0111_000000004845	0.483726549175668		0	0	False	False	0.9997395873069763	0					non-mobilizable	other	3854.0	89.102	99.0	0.00089144649967851	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MAD0111_000000004845	3518	0.5686313772557776	4	4	2	4	0	False	111698	fragment	False	MAD0111_000000004845	0.9256412385253834		0	0	False	False	0.9997157454490662	0					non-mobilizable	other	3521.0	92.50200000000001	99.0	0.0008151567835322465	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0397_000000001590	14070	0.5686251340407305	15	12	11	11	12	False	95770	fragment	False	ISR0397_000000001590	1.0		0	0	False	False	0.9996446371078491	0					non-mobilizable	chromosome	13991.0	99.521	99.0	0.003510068771152248	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0073_000000004274	6073	0.5686250113479216	7	3	3	3	3	True	62250	fragment	False	ENG0073_000000004274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	89.726	5.0	0.00011858956927041652	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
ISR0317_000000006150	2938	0.568623465351902	4	3	2	3	1	True	25173	maximal	True	ISR0317_000000006150	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	99.04799999999999	43.0	0.016443290224072454	NZ_QRHR01000011.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf11, whole genome shotgun sequence	True	True
DEN0045_000000037374	1174	0.5686202034294205	2	2	2	2	2	False	72799	maximal	True	DEN0045_000000037374	1.0		0	0	False	False	0.9838160276412964	0					non-mobilizable	no_good_hit	683.0	98.682	58.0	9.612089383115581e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MAD0050_000000004459	4864	0.5686158137394683	4	4	3	4	4	True	17421	maximal	True	MAD0050_000000004459	1.0		12	5	False	False	0.9997944235801697	0					non-mobilizable	no_good_hit	1007.0	87.686	71.0	0.0002680908649304871	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0050_000000001478	14803	0.5686129377929312	24	11	6	9	7	False	89750	maximal	True	FIJ0050_000000001478	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	404.0	75.248	3.0	0.002294260344196265	NZ_JXJT01000002.1	firmicutes	Lactococcus chungangensis CAU 28 = DSM 22330 Scaffold2, whole genome shotgun sequence	True	False
SPA0027_000000002057	12420	0.5686063883689337	14	9	4	6	7	False	90844	maximal	True	SPA0027_000000002057	1.0		3	1	False	False	0.9998389482498169	0					non-mobilizable	no_good_hit	417.0	96.64299999999999	8.0	0.00014135634814029752	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0050_000000001189	15967	0.5686061993736994	30	5	2	5	3	True	74827	maximal	True	ENG0050_000000001189	1.0		1	1	False	False	0.9999373555183411	0					non-mobilizable	no_good_hit	49.0	89.796	0.0	0.010577346848832084	LN853914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1352	True	True
FIJ0013_000000002175	10086	0.5686061993736994	20	5	2	5	3	True	74826	maximal	True	FIJ0013_000000002175	1.0		1	1	False	False	0.9995042681694031	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0004355899951855843	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0011_000000005634	7323	0.5686061993736994	14	5	2	5	3	True	51018	fragment	False	FIJ0011_000000005634	1.0		0	0	False	False	0.9991806745529175	0					non-mobilizable	no_good_hit								True	True
FIJ0058_000000014533	2727	0.5685958400867385	4	2	2	2	2	False	46032	maximal	True	FIJ0058_000000014533	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.00013280627470587316	NZ_SCWC02000003.1	firmicutes	Macrococcus equipercicus strain ATCC 51831 NODE_3_length_256012_cov_25.8176, whole genome shotgun sequence	True	False
ISR0317_000000020402	1159	0.5685948597225021	2	2	2	2	2	False	99469	fragment	False	MAD0065_000000009318	0.9507133085792457		0	0	False	False	0.9896462559700012	0					non-mobilizable	chromosome	1159.0	96.29	100.0	0.0003732446141414584	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0031_000000014832	1668	0.5685946220677597	3	3	2	2	3	False	48558	fragment	False	FIJ0031_000000014832	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1668.0	99.76	100.0	0.00034358970236722384	CP038471.1	enterobacteria	Enterobacter roggenkampii strain BP10374 chromosome, complete genome	False	False
ISR0398_000000017155	1329	0.5685906991521275	2	2	2	2	1	False	22602	maximal	True	ISR0398_000000017155	1.0		103	10	False	False	0.9857035279273987	0					non-mobilizable	no_good_hit	96.0	81.25	7.0	3.948189775767757e-05	NZ_CP018180.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 chromosome, complete genome	True	False
SPA0054_000000003236	7363	0.5685895247333106	9	8	3	5	7	True	123492	maximal	True	SPA0054_000000003236	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	4147.0	98.14299999999999	57.0	0.0007998131259700848	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	True
SPA0098_000000008006	4294	0.5685865246301565	2	2	2	1	0	False	69268	fragment	False	SPA0098_000000008006	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4295.0	99.115	100.0	0.00191487529212893	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
DEN0029_000000010686	1276	0.5685851239456732	3	2	1	1	2	False	73832	fragment	False	DEN0029_000000010686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	90.105	82.0	0.00035308725832961115	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0359_000000015895	1720	0.5685818372900594	3	3	3	3	2	False	114894	fragment	False	ISR0216_000000008235	0.39979744319826427		0	0	False	False	0.9994186162948608	0					non-mobilizable	chromosome	1722.0	95.238	100.0	0.000758989321165956	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0084_000000004946	2721	0.5685801690309824	3	3	3	1	1	True	47663	maximal	True	FIJ0084_000000004946	1.0		53	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0201_000000003878	1992	0.568577594344849	5	4	1	1	4	False	54157	fragment	False	ENG0201_000000003878	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1992.0	99.096	100.0	0.019268736450913596	CP053081.1	enterobacteria	Escherichia coli strain HB37 plasmid pHB37-1, complete sequence	False	True
DEN0061_000000009911	3895	0.5685769801917406	5	4	4	4	4	False	85111	fragment	False	DEN0061_000000009911	0.9905308082155242		0	0	False	False	0.9976893663406372	0					non-mobilizable	chromosome	3895.0	99.949	100.0	0.00108403799979121	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0120_000000014164	1727	0.5685745851570437	3	2	2	2	2	False	126817	maximal	True	FIJ0120_000000014164	1.0		1	1	False	False	0.9994209408760071	0					non-mobilizable	chromosome	1467.0	82.14	96.0	0.0006213228215860155	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ENG0191_000000022721	1428	0.5685740742024948	3	2	2	2	1	False	54680	fragment	False	ENG0191_000000022721	1.0		0	0	False	False	0.9733893275260925	0					non-mobilizable	no_good_hit	1199.0	98.415	84.0	0.0002794956573187268	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0006_000000017802	1247	0.5685739690160493	1	1	1	1	1	False	67567	fragment	False	ENG0006_000000017802	1.0		0	0	False	False	0.9975942373275757	0					non-mobilizable	other	1247.0	96.632	100.0	0.0028876750044612956	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0194_000000018755	1444	0.5685735351536517	2	2	1	1	0	True	29025	maximal	True	ISR0194_000000018755	1.0		38	9	False	False	0.990304708480835	0					non-mobilizable	no_good_hit								True	True
ISR0296_000000021816	1177	0.5685703017464301	1	1	1	1	1	False	25666	maximal	True	ISR0296_000000021816	1.0		2	2	False	False	0.9966015219688416	0					non-mobilizable	no_good_hit	86.0	94.186	7.0	2.3384486898423633e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0113_000000001835	15919	0.5685692391531888	12	8	3	8	4	False	94348	maximal	True	SPA0113_000000001835	0.9432647215459551		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	1.0	0.0005327950736947802	NZ_JAAMOW010000010.1	g-proteobacteria	Solimonas terrae strain KIS83-12 NODE_10_length_195197_cov_62.553231, whole genome shotgun sequence	True	False
ISR0115_000000001503	15522	0.5685692391531888	12	8	3	8	4	False	94348	maximal	False	SPA0113_000000001835	0.9310003073719789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	1.0	0.0005327950736947802	NZ_JAAMOW010000010.1	g-proteobacteria	Solimonas terrae strain KIS83-12 NODE_10_length_195197_cov_62.553231, whole genome shotgun sequence	True	False
ISR0066_000000002134	13831	0.5685692391531888	12	8	3	8	4	False	94348	maximal	False	SPA0113_000000001835	0.7360422920254678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	1.0	0.0005327950736947802	NZ_JAAMOW010000010.1	g-proteobacteria	Solimonas terrae strain KIS83-12 NODE_10_length_195197_cov_62.553231, whole genome shotgun sequence	True	False
ISR0796_000000000805	13805	0.5685692391531888	12	8	3	8	4	False	94348	maximal	False	SPA0113_000000001835	0.6968515116363225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	1.0	0.0005327950736947802	NZ_JAAMOW010000010.1	g-proteobacteria	Solimonas terrae strain KIS83-12 NODE_10_length_195197_cov_62.553231, whole genome shotgun sequence	True	False
SPA0053_000000001864	13724	0.5685692391531888	12	8	3	8	4	False	94348	maximal	False	SPA0113_000000001835	0.6959827689792593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
CAN0021_000000032830	1331	0.5685689070935863	2	2	2	1	1	False	91428	fragment	False	CAN0021_000000032830	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	94.963	100.0	0.00036475045147669853	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0037_000000027097	2539	0.5685685832109755	4	4	4	4	2	True	12116	fragment	False	MON0037_000000027097	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1404.0	94.729	55.0	0.00042223040046836854	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0107_000000051167	1212	0.5685684451588292	1	1	1	1	1	True	8552	maximal	True	MON0107_000000051167	1.0		2	1	False	False	0.9694719314575195	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000014442	2718	0.5685619892210968	3	1	1	1	1	False	37364	maximal	True	ISR0025_000000014442	1.0		117	11	False	False	0.9977924823760986	0					non-mobilizable	no_good_hit	112.0	83.929	4.0	2.842907100455019e-05	NZ_QPER01000002.1	b-proteobacteria	Paraburkholderia agricolaris strain BaQS159, whole genome shotgun sequence	True	False
MAD0088_000000001079	11768	0.568558138859593	14	8	5	6	4	False	15931	maximal	True	MAD0088_000000001079	1.0		2	1	False	False	0.9951563477516174	0					non-mobilizable	no_good_hit	2881.0	89.62200000000001	62.0	0.2557333333333333	MK231616.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.H08_1-CL12_c14 sequence	True	False
ISR0091_000000018098	1643	0.5685527213659182	3	2	2	2	1	False	102775	maximal	True	ISR0091_000000018098	1.0		3	1	False	False	0.986001193523407	0					non-mobilizable	no_good_hit	1373.0	99.56299999999999	84.0	0.042228377962449985	GU942946.1		Uncultured organism clone 3 genomic sequence	True	False
ISR0057_000000002726	6426	0.5685525310379975	13	6	3	5	1	True	93510	maximal	True	ISR0057_000000002726	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	85.915	33.0	0.022560521745294722	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CHI0053_000000006131	1843	0.5685510972664805	2	2	2	2	2	False	86433	maximal	False	ISR0354_000000010429	0.9898664775694086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	398.0	75.87899999999999	21.0	0.0012351912006121975	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ISR0049_000000018804	1569	0.5685504666308417	3	2	1	2	1	True	35968	maximal	True	ISR0049_000000018804	1.0		6	3	False	False	0.9923518300056458	0					non-mobilizable	no_good_hit								True	True
ISR0132_000000014610	1941	0.5685495734665613	1	1	1	1	1	False	75033	fragment	False	ISR0132_000000014610	0.9827741006312435		0	0	False	False	1.0	0					non-mobilizable	other	1945.0	99.64	100.0	0.00793760973418807	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0070_000000017952	1883	0.5685495734665613	4	1	1	1	1	False	75026	fragment	False	MON0070_000000017952	1.0		0	0	False	False	0.9591078162193298	0					non-mobilizable	no_good_hit	1373.0	74.071	72.0	0.007328648450867923	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
SPA0143_000000011110	1813	0.5685495734665613	2	1	1	1	1	False	75033	fragment	False	ISR0132_000000014610	0.9625539118274821		0	0	False	False	1.0	0					non-mobilizable	other	1819.0	99.12	100.0	0.007423135029194398	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0388_000000024163	1460	0.5685495734665613	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.871037557684658		0	0	False	False	0.9979451894760132	0					non-mobilizable	other	1350.0	100.0	92.0	0.005508145849495733	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0096_000000029406	1442	0.5685495734665613	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.847625718691991		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	100.0	91.0	0.005381568739536973	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0081_000000018496	1365	0.5685495734665613	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8344038314376978		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	99.927	100.0	0.005569392838185456	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0198_000000015322	1339	0.5685495734665613	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8801105280216777		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	99.477	100.0	0.00546323139112327	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0182_000000023105	1222	0.5685495734665613	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.6959149715914272		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	100.0	100.0	0.004985504879343432	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0016_000000018865	1787	0.5685420057733812	2	2	2	2	2	False	126083	maximal	True	SPA0016_000000018865	0.988		216	14	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	83.292	67.0	0.00033332298689833735	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0158_000000001589	7600	0.5685379018842266	8	7	4	7	5	False	90989	maximal	True	SPA0158_000000001589	0.9996708794102159		5	2	False	False	1.0	0					non-mobilizable	other	4270.0	99.57799999999999	96.0	0.03880246924804306	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
SPA0156_000000001470	7596	0.5685379018842266	8	7	4	7	5	False	90989	maximal	False	SPA0158_000000001589	0.9994078947368421		0	0	False	False	1.0	0					non-mobilizable	other	4275.0	99.579	96.0	0.03884792668624367	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
ENG0156_000000000942	16412	0.5685374103155993	24	7	1	7	2	False	56710	maximal	True	ENG0156_000000000942	1.0		1	1	False	False	0.997989296913147	0					non-mobilizable	no_good_hit								True	False
AST0046_000000001076	16238	0.5685374103155993	24	7	1	7	2	False	115746	maximal	True	AST0046_000000001076	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0150_000000015057	1205	0.5685349241595175	2	2	2	2	1	False	57130	maximal	True	ENG0150_000000015057	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.0972964043830185e-05	NZ_QBDX01000001.1	a-proteobacteria	Hyphobacterium indicum strain 2ED5 Contig_1_length_871728, whole genome shotgun sequence	True	False
SPA0035_000000004454	3835	0.5685285171568957	6	4	3	4	1	True	7125	fragment	False	SPA0035_000000004454	1.0		0	0	False	False	0.9903520345687866	0					non-mobilizable	no_good_hit	65.0	98.462	2.0	0.001506520408643661	NZ_WAJR01000019.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_019, whole genome shotgun sequence	True	True
ISR0171_000000016193	1780	0.5685277617023535	3	3	2	3	1	True	29979	fragment	False	ISR0171_000000016193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	97.09700000000001	52.0	0.0002506476416003703	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0032_000000005670	6023	0.5685253789071968	6	5	2	3	5	True	95412	fragment	False	FIJ0032_000000005670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	0.00018898802941779623	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	True
ENG0107_000000014600	1999	0.5685246287333512	3	3	3	3	2	False	59999	maximal	True	ENG0107_000000014600	1.0		615	11	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	97.402	81.0	0.00044827870647700155	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0034_000000001534	8198	0.5685212665141849	8	7	7	6	5	False	93636	maximal	True	MAD0034_000000001534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1502.0	77.031	18.0	0.07950872656755009	NZ_ADFP01000010.1	bacteria	Pyramidobacter piscolens W5455 contig00045, whole genome shotgun sequence	True	False
SPA0144_000000011529	1599	0.568512103873271	3	1	1	1	1	False	3378	maximal	True	SPA0144_000000011529	1.0		2	1	False	False	0.998123824596405	0					non-mobilizable	no_good_hit	718.0	79.387	45.0	0.013684656247594119	KC595276.1	bacteria	Uncultured bacterium BAC10G6 genomic sequence	True	False
CAN0007_000000011152	3798	0.568511407842068	5	4	3	4	3	False	112857	maximal	True	CAN0007_000000011152	1.0	PS721|PS722	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.366	59.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
DEN0070_000000012925	2599	0.5685089662799314	3	3	3	1	3	False	70617	maximal	True	DEN0070_000000012925	1.0		3	3	False	False	0.9915351867675781	0					non-mobilizable	other	1924.0	98.545	100.0	0.0008430424230521029	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0397_000000005733	3505	0.5685058001507293	4	2	2	1	1	False	22649	maximal	True	ISR0397_000000005733	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	96.12	33.0	0.004264255598839353	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
SPA0006_000000010611	3021	0.5685035974086863	3	2	2	2	0	True	8257	maximal	True	SPA0006_000000010611	1.0		3	2	False	False	0.9996689558029175	0					non-mobilizable	no_good_hit	1612.0	98.387	53.0	0.010065981854989877	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CAN0012_000000029530	1564	0.568500314766826	2	1	1	1	1	False	94164	maximal	True	CAN0012_000000029530	1.0		2	2	False	False	0.9987212419509888	0					non-mobilizable	chromosome	1565.0	99.105	100.0	0.0004632049696799177	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
BAN0041_000000001446	2871	0.5684993947439301	3	3	1	3	1	True	97578	fragment	False	BAN0041_000000001446	0.9580026432080793		0	0	False	False	0.9975618124008179	0					non-mobilizable	no_good_hit	89.0	93.258	6.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
MAD0060_000000006158	2659	0.5684993947439301	3	3	1	3	1	True	97578	fragment	False	BAN0041_000000001446	0.9410871235149133		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	93.258	3.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0113_000000010666	2367	0.5684993947439301	3	3	1	3	1	True	48342	fragment	False	FIJ0113_000000010666	1.0		0	0	False	False	0.9945077896118164	0					non-mobilizable	no_good_hit	89.0	92.135	4.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ISR0082_000000020490	1593	0.568499363118797	3	3	3	3	2	False	34156	maximal	True	ISR0082_000000020490	1.0		220	11	False	False	0.9987444877624512	0					non-mobilizable	other	814.0	99.87700000000001	100.0	0.00022929789717187978	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0066_000000011354	2943	0.5684954513853836	4	3	2	3	2	False	70984	maximal	True	DEN0066_000000011354	1.0		2	1	False	False	0.9911654591560364	0					non-mobilizable	no_good_hit								True	False
SPA0001_000000023734	1409	0.5684916406603219	2	1	1	1	1	False	8432	maximal	True	SPA0001_000000023734	0.9764532744665195		26	6	False	False	0.9985805749893188	0					non-mobilizable	no_good_hit	623.0	87.319	44.0	0.0005933820672282741	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
ISR0791_000000002768	5614	0.5684883135382989	6	4	3	4	2	False	113799	maximal	False	ISR0182_000000005068	0.9726915855948115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	408.0	75.98	7.0	0.00012858833875642982	CP025249.1	high GC Gram+	Actinomyces sp. 432 chromosome, complete genome	True	False
FIJ0160_000000011373	1654	0.5684875283838129	3	3	2	2	2	False	39875	maximal	True	FIJ0160_000000011373	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	97.40299999999999	79.0	0.000233574473381528	CP017289.1	enterobacteria	Klebsiella variicola strain GJ3, complete genome	True	False
ISR0082_000000016424	1920	0.5684864054132288	3	3	3	3	2	False	34168	maximal	True	ISR0082_000000016424	1.0		0	0	False	False	0.9854166507720947	0					non-mobilizable	no_good_hit	952.0	73.214	48.0	0.0024026191642391274	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ISR0295_000000009822	3413	0.5684852914104284	4	3	2	3	3	True	127126	maximal	True	ISR0295_000000009822	1.0		181	10	False	False	1.0	0					non-mobilizable	other	2647.0	98.3	99.0	0.0007966599294808433	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0168_000000015344	1501	0.5684836832510713	2	2	2	2	1	True	105411	maximal	True	FIJ0168_000000015344	1.0		2	2	False	False	0.9986675381660461	0					non-mobilizable	chromosome	1510.0	81.854	99.0	0.0005293083316307249	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0098_000000014420	2244	0.5684809177534867	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.3082705685393901		0	0	False	False	0.9995543956756592	0					non-mobilizable	chromosome	2244.0	98.84100000000001	100.0	0.0007897280307930415	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0195_000000014309	1816	0.5684769177719609	2	2	2	2	2	False	73713	fragment	False	ENG0195_000000014309	1.0		0	0	False	False	0.9988986849784851	0					non-mobilizable	no_good_hit	166.0	74.699	9.0	2.345789817232376e-05	NZ_CP030862.1	high GC Gram+	Streptomyces globosus strain LZH-48 chromosome, complete genome	True	False
ISR0290_000000004621	2698	0.5684707747821732	5	5	5	5	3	False	112930	fragment	False	FIJ0172_000000008063	0.29436236443238406		0	0	False	False	0.9948109984397888	0					non-mobilizable	other	1317.0	98.557	100.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0838_000000006723	3271	0.5684673979547705	4	3	3	3	3	False	75303	maximal	True	ISR0838_000000006723	1.0		157	12	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	4.928083281943636e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0202_000000008686	2555	0.5684653766398041	3	3	3	3	2	False	54135	maximal	True	ENG0202_000000008686	1.0		133	10	False	False	0.9992172122001648	0					non-mobilizable	other	2555.0	98.08200000000001	100.0	0.007582392461546226	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	False	False
AST0048_000000006366	2482	0.5684599120567747	4	2	2	2	2	False	114933	maximal	True	AST0048_000000006366	0.9539826661163846		294	14	False	False	0.9991942048072815	0					non-mobilizable	chromosome	2482.0	98.26799999999999	100.0	0.0005613310128936444	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0824_000000003615	4477	0.5684585301997733	8	1	1	1	1	True	46278	fragment	False	FIJ0055_000000003194	0.978834219858156		0	0	False	False	0.9991065263748169	0					non-mobilizable	chromosome	4404.0	98.501	99.0	0.0011737311499444212	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ENG0057_000000005786	3801	0.5684583410644616	6	3	0	3	0	True	63571	maximal	True	ENG0057_000000005786	1.0		11	5	False	False	0.9997369050979614	0					non-mobilizable	no_good_hit	2141.0	98.505	86.0	0.5930297920179877	XM_014672215.1	eukaryotes	Blastocystis sp. ST4 splicing factor 3B subunit 3-like protein mRNA	True	True
DEN0051_000000012784	3374	0.5684554604334372	2	2	2	2	2	False	72592	maximal	False	ENG0131_000000007593	0.9496110158844188		0	0	False	False	0.9804386496543884	0					non-mobilizable	other	3273.0	99.969	97.0	0.06291823705868779	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
MAD0047_000000030950	1518	0.5684551532866262	2	2	2	2	1	False	104600	fragment	False	ITA0006_000000014426	0.9369835527253091		0	0	False	False	0.9993412494659424	0					non-mobilizable	no_good_hit	328.0	72.561	21.0	4.431382916620992e-05	CP009283.1	firmicutes	Paenibacillus sp. FSL R7-0273, complete genome	True	False
USA0063_01_000000013912	1494	0.5684551532866262	3	2	2	2	1	False	48254	maximal	False	FIJ0033_000000026929	0.9447165850244927		0	0	False	False	0.9966532588005066	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000016173	1477	0.5684551532866262	3	2	2	2	1	False	104600	fragment	False	ITA0006_000000014426	0.5724328159110768		0	0	False	False	0.9905213117599487	0					non-mobilizable	no_good_hit	328.0	73.171	22.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
USA0069_01_000000041745	1443	0.5684551532866262	2	2	2	2	1	False	104600	fragment	False	ITA0006_000000014426	0.5683613385035187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	73.476	22.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
FIJ0033_000000026929	1429	0.5684551532866262	3	2	2	2	1	False	48254	maximal	True	FIJ0033_000000026929	0.9534805890227578		5	3	False	False	0.9895031452178955	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.20752450093782e-06	NZ_JACBZT010000001.1	high GC Gram+	Geodermatophilus daqingensis strain DSM 104001 Ga0374049_01, whole genome shotgun sequence	True	False
FIJ0094_000000008628	2324	0.5684547309221532	4	2	2	2	2	False	115189	maximal	True	FIJ0094_000000008628	1.0	PS748	2	1	False	True	0.9987091422080994	0					non-mobilizable	no_good_hit	1494.0	89.625	64.0	0.00042438567897442025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0054_000000008236	3119	0.5684512854867128	4	4	4	4	3	False	77635	fragment	False	ENG0054_000000008236	1.0		0	0	False	False	0.998076319694519	0					non-mobilizable	no_good_hit	1839.0	77.76	59.0	0.0664635031200116	NZ_JAAISM010000062.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_62_length_27564_cov_182.882, whole genome shotgun sequence	True	False
ISR0362_000000017064	1208	0.5684512233706949	2	2	2	2	1	False	23730	fragment	False	ISR0362_000000017064	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	98.92399999999999	100.0	0.006877532065709776	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	False	False
ISR0361_000000004645	2683	0.5684503988401479	6	2	1	2	1	True	29660	fragment	False	ISR0361_000000004645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	972.0	74.28	36.0	0.0002704841751261062	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
AST0019_000000020231	1496	0.5684470480685383	2	2	2	2	2	False	122109	fragment	False	SPA0090_000000024197	0.9628520244798268		0	0	False	False	0.9986631274223328	0					non-mobilizable	other	1496.0	99.866	100.0	0.0005271998073164049	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	False	False
CHI0047_000000003520	4365	0.5684437817354239	5	3	2	2	3	False	93909	fragment	False	ISR0197_000000004474	0.6771563982859201		0	0	False	False	0.9974799752235413	0					non-mobilizable	other	4380.0	85.73100000000001	99.0	0.0008321224041948276	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
CAN0017_000000027421	1225	0.5684425194832257	2	1	1	1	1	False	92357	maximal	True	CAN0017_000000027421	1.0		5	4	False	False	0.9812244772911072	0					non-mobilizable	no_good_hit	282.0	75.532	23.0	4.0123183989802894e-05	NZ_LGTC01000001.1	firmicutes	Pseudobacteroides cellulosolvens ATCC 35603 = DSM 2933 ctg1, whole genome shotgun sequence	True	False
ENG0005_000000001700	13424	0.5684398619701642	14	4	0	2	4	False	80426	maximal	True	ENG0005_000000001700	1.0		16	7	False	False	0.9994040727615356	0					non-mobilizable	no_good_hit	285.0	79.298	2.0	9.30535369119538e-05	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
MON0050_000000010489	3077	0.5684391597458975	3	3	3	3	2	False	48370	maximal	True	MON0050_000000010489	1.0		61	7	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	92.626	57.0	0.0006862305368302384	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
FIJ0029_000000006334	5569	0.5684390763939975	7	5	3	4	5	False	48896	fragment	False	FIJ0029_000000006334	1.0		0	0	False	False	0.9973065257072449	0					non-mobilizable	other	5570.0	97.86399999999999	100.0	0.0015642239555025217	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0371_000000001776	6951	0.5684387315814609	9	4	4	3	3	True	87268	fragment	False	ISR0371_000000001776	1.0		0	0	False	False	0.997698187828064	0					non-mobilizable	chromosome	6323.0	99.035	91.0	0.0016861714997269742	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0165_000000003576	5118	0.5684387315814609	6	4	4	3	3	True	76496	fragment	False	DEN0062_000000002878	0.9556028927812619		0	0	False	False	1.0	0					non-mobilizable	chromosome	5037.0	99.265	100.0	0.0013433886525272966	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0075_000000002906	4971	0.5684387315814609	5	4	4	3	3	True	76496	fragment	False	DEN0062_000000002878	0.733569518525111		0	0	False	False	1.0	0					non-mobilizable	chromosome	4880.0	99.734	100.0	0.0013012410339611105	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0076_000000002446	4775	0.5684387315814609	5	4	4	3	3	True	76496	fragment	False	DEN0062_000000002878	0.7156917802032563		0	0	False	False	0.9972774982452393	0					non-mobilizable	chromosome	4665.0	99.743	99.0	0.0012441550189410864	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0128_000000006453	5692	0.5684325900687464	10	6	5	4	2	True	3893	maximal	True	SPA0128_000000006453	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	72.21600000000001	16.0	0.00032138871012370553	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
ISR0183_000000010150	3326	0.5684305255112563	5	5	5	5	5	False	55340	fragment	False	ISR0183_000000010150	1.0		0	0	False	False	0.9801563620567322	0					non-mobilizable	other	3316.0	99.27600000000001	99.0	0.0016394869568055772	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
AST0118_000000019969	1559	0.5684302468224647	2	1	1	1	1	False	105819	fragment	False	AST0118_000000019969	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	863.0	94.67	98.0	0.00022994460255729341	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0006_000000004669	3104	0.5684242106360342	2	2	2	2	2	False	127589	maximal	True	AST0006_000000004669	1.0		207	10	False	False	0.9948453903198242	0					non-mobilizable	other	1520.0	99.605	100.0	0.0006441077708061863	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
AST0012_000000010429	2127	0.568416374986531	4	4	4	3	2	False	125217	maximal	True	AST0012_000000010429	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	76.471	8.0	0.0003919300192423473	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
CHI0164_000000010685	2070	0.5684139744537355	2	1	1	1	1	True	78397	maximal	True	CHI0164_000000010685	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0089_000000022043	1727	0.5684132454176789	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.8982544281551017		0	0	False	False	1.0	0					non-mobilizable	other	1727.0	96.352	100.0	0.09794574963114289	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
MON0004_000000043477	1116	0.5684073391362281	2	1	1	1	1	False	14166	fragment	False	MON0084_000000031665	0.9289689048131823		0	0	False	False	0.9991039633750916	0					non-mobilizable	other	1116.0	94.53399999999999	100.0	0.03853464662173838	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
MAD0096_000000000933	13481	0.5683983392040358	22	6	5	5	4	False	15543	maximal	True	MAD0096_000000000933	1.0		1	1	False	False	0.9994807243347168	0					non-mobilizable	no_good_hit	50.0	94.0	0.0	2.9186106698449743e-05	NZ_CP028106.1	fusobacteria	Fusobacterium gonidiaformans ATCC 25563 chromosome, complete genome	True	False
USA0047_01_000000007696	4477	0.5683938857884657	4	3	2	2	2	True	119773	maximal	True	USA0047_01_000000007696	1.0		317	10	False	False	1.0	0					non-mobilizable	other	4003.0	99.301	99.0	0.0009432443599196097	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
CAN0013_000000002424	11766	0.5683916739781505	21	8	6	7	6	True	94543	maximal	False	ISR0294_000000001314	0.7786979023459496		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2215.0	81.4	46.0	0.2377403326852452	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
SPA0062_000000018288	1766	0.5683874808809007	4	2	1	1	2	False	75022	maximal	True	SPA0062_000000018288	1.0		0	0	False	False	0.9994337558746338	0					non-mobilizable	chromosome	1318.0	87.178	90.0	0.00035239802164018636	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0010_000000039784	1192	0.5683863817175521	2	2	1	2	1	False	75830	fragment	False	DEN0010_000000039784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	0.035650623885918005	XM_018720132.1	beetles	PREDICTED: Anoplophora glabripennis retinol dehydrogenase 13-like (LOC108914338), mRNA	True	False
ENG0001_000000023671	1175	0.568383778572324	1	1	1	1	1	False	68031	fragment	False	ENG0001_000000023671	1.0		0	0	False	False	0.9770212769508362	0					non-mobilizable	no_good_hit	49.0	91.837	4.0	0.0003776197369249166	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
ISR0239_000000009836	1566	0.5683826660471905	3	3	3	2	2	False	47283	fragment	False	FIJ0165_000000009746	0.7761505889263681		0	0	False	False	0.9974457025527954	0					non-mobilizable	chromosome	1575.0	98.03200000000001	100.0	0.000555420875991174	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0082_000000013878	2385	0.5683819729108144	3	3	2	3	2	False	20256	maximal	True	MON0082_000000013878	0.9997739602169982		17	5	False	False	0.9283018708229065	0					non-mobilizable	other	2385.0	100.0	100.0	0.09755299124314593	NZ_WEHX01000031.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_31_length_24438_cov_145.566146, whole genome shotgun sequence	False	False
ENG0115_000000013287	1577	0.5683811324233476	2	2	1	2	1	True	59527	fragment	False	ENG0115_000000013287	1.0		0	0	False	False	0.9993658661842346	0					non-mobilizable	no_good_hit								True	True
ISR0080_000000013464	2328	0.5683780794515303	4	4	2	2	2	True	123556	backbone	False	ISR0826_000000002301	0.08894840358473446	PS902	0	0	False	True	0.9901202917098999	0	rep_cluster_1702				non-mobilizable	other	2294.0	98.561	98.0	0.001912092187892699	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	True
ENG0125_000000005939	4138	0.5683746980806131	5	5	5	4	4	False	94750	fragment	False	ENG0125_000000005939	1.0		0	0	False	False	0.9995166659355164	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
CHI0131_000000008913	1943	0.5683722231229216	2	2	2	1	2	False	81024	maximal	True	CHI0131_000000008913	0.9473506456524095		231	10	False	False	0.9933093190193176	0					non-mobilizable	other	1943.0	100.0	100.0	0.000586231941369561	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0087_000000029192	1319	0.5683714380847824	2	2	2	1	1	False	33820	maximal	True	ISR0087_000000029192	1.0		32	6	False	False	1.0	0					non-mobilizable	chromosome	1319.0	100.0	100.0	0.0002513100345923114	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
DEN0063_000000038809	1312	0.5683714380847824	2	2	2	1	1	False	71407	fragment	False	DEN0063_000000038809	1.0		0	0	False	False	0.9390243887901306	0					non-mobilizable	other	1241.0	98.791	95.0	0.004948203482896774	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ENG0062_000000018436	1303	0.5683714380847824	2	2	2	1	1	False	63182	fragment	False	ENG0062_000000018436	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	99.462	99.0	0.004548508089346695	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
TAN0007_000000022590	1794	0.5683713854665775	3	3	3	3	2	False	90433	fragment	False	TAN0007_000000022590	0.9870967741935484		0	0	False	False	0.9966555237770081	0					non-mobilizable	other	1794.0	99.443	100.0	0.038742437337942956	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0093_000000005033	6119	0.5683710607005186	11	5	4	4	4	False	68515	maximal	True	DEN0093_000000005033	1.0		1	1	False	False	0.9998365640640259	0					non-mobilizable	no_good_hit	634.0	80.757	10.0	0.0001778932382021373	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0279_000000013608	1634	0.5683667647377351	3	2	2	2	2	False	26231	maximal	True	ISR0279_000000013608	1.0		1	1	False	False	0.9993879795074463	0					non-mobilizable	no_good_hit	252.0	100.0	15.0	0.00010643255462301037	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
FIJ0091_000000009511	2465	0.5683651605587454	2	2	1	1	0	False	43382	fragment	False	FIJ0091_000000009511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	96.667	17.0	0.003702486970264679	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	False
USA0019_01_000000012809	2348	0.5683651605587454	2	2	1	1	0	False	80257	maximal	True	USA0019_01_000000012809	0.9995635093845483		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	373.0	91.689	16.0	0.003267422554094489	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	False
CHI0140_000000012766	2291	0.5683651605587454	2	2	1	1	0	False	80257	maximal	False	USA0019_01_000000012809	0.9874361158432708		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	373.0	91.689	16.0	0.003267422554094489	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	False
DEN0026_000000005301	5424	0.5683624660710752	5	5	5	5	5	False	74221	maximal	False	SPA0088_000000002900	0.9729943701618577		0	0	False	False	1.0	0					non-mobilizable	other	5424.0	99.98200000000001	100.0	0.0009862549917451385	NC_002695.2	enterobacteria	Escherichia coli O157:H7 str. Sakai DNA, complete genome	False	False
CHI0092_000000008776	1243	0.5683603644199826	3	3	3	0	0	False	83624	fragment	False	CHI0092_000000008776	1.0		0	0	False	False	0.9991955161094666	0					non-mobilizable	chromosome	1243.0	99.759	100.0	0.0004050948009898403	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
FIJ0047_000000009105	3332	0.5683602530544465	3	2	2	2	2	False	128556	fragment	False	ISR0263_000000003210	0.8767217927608779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	96.689	8.0	5.2284264667130486e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0056_000000016494	1302	0.5683497858867481	3	2	2	2	2	False	46189	fragment	False	SPA0012_000000015675	0.5536602429828237		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	93.47200000000001	100.0	0.020438621296383574	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
SPA0007_000000009861	2555	0.5683489966184384	6	3	2	3	1	True	76317	fragment	False	DEN0007_000000009731	0.6396103896103896		0	0	False	False	0.9992172122001648	0					non-mobilizable	other	2555.0	97.965	100.0	0.0006839412260436463	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0026_000000027891	1168	0.5683419905983239	2	2	2	2	1	True	49025	fragment	False	FIJ0026_000000027891	1.0		0	0	False	False	0.9905821681022644	0					non-mobilizable	no_good_hit	143.0	76.22399999999999	12.0	0.00039204127593696434	NZ_LDPV02000050.1	firmicutes	Ornithinibacillus contaminans strain DSM 22953 contig_50, whole genome shotgun sequence	True	True
ENG0020_000000004007	5057	0.5683414538231851	8	8	7	8	6	False	66499	maximal	True	ENG0020_000000004007	1.0		50	10	False	False	0.9988135099411011	0					non-mobilizable	chromosome	3869.0	85.21600000000001	99.0	0.0014103295443115853	CP025835.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-20 chromosome, complete genome	False	False
AST0061_000000007921	4866	0.5683396389569357	6	5	3	5	4	True	112159	fragment	False	AST0061_000000007921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	98.876	2.0	0.0003413525318272446	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0152_000000014447	1633	0.5683381890185109	2	2	2	2	1	True	77188	fragment	False	ISR0152_000000014447	1.0		0	0	False	False	0.9963257908821106	0					non-mobilizable	no_good_hit								True	True
ISR0065_000000005845	4946	0.5683364453867594	3	3	3	3	1	True	80430	maximal	True	ISR0065_000000005845	1.0		1	1	False	False	0.9961585402488708	0					non-mobilizable	no_good_hit	200.0	95.0	4.0	0.006977070331673795	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0084_000000007761	3065	0.5683335059409326	4	3	2	1	2	True	74466	maximal	True	ISR0084_000000007761	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	99.32700000000001	51.0	0.0004123831581052035	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
DEN0003_000000021327	1116	0.5683316972076891	2	1	1	1	1	False	76602	maximal	True	DEN0003_000000021327	1.0		14	4	False	False	0.9964157938957214	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	4.0	0.0004865785418863028	NZ_LUUB01000061.1	a-proteobacteria	Bradyrhizobium centrolobii strain BR 10245 contig33, whole genome shotgun sequence	True	False
CHI0143_000000017613	1131	0.5683302212384157	2	2	2	1	1	False	79890	maximal	True	CHI0143_000000017613	1.0		30	11	False	False	1.0	0					non-mobilizable	chromosome	1134.0	96.03200000000001	100.0	0.0005278404384476553	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	False	False
USA0125_01_000000017967	1286	0.5683268949393676	2	2	2	2	1	False	75181	fragment	False	DEN0017_000000022080	0.8099485007722524		0	0	False	False	0.9813374876976013	0					non-mobilizable	chromosome	1295.0	89.035	100.0	0.0003596085244557565	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0052_000000014272	1918	0.5683192464059428	3	3	3	1	1	True	11225	maximal	True	MON0052_000000014272	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	10.0	0.0009206805520325433	NZ_KB894129.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00015.15, whole genome shotgun sequence	True	True
ISR0114_000000012014	2318	0.56831476853738	4	3	2	2	1	False	123047	fragment	False	ISR0114_000000012014	1.0		0	0	False	False	0.9840379357337952	0					non-mobilizable	chromosome	1560.0	98.333	98.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0013_000000013242	1939	0.56831476853738	4	3	2	2	1	False	123021	fragment	False	ITA0008_000000000750	0.8928715112280018		0	0	False	False	1.0	0					non-mobilizable	chromosome	1561.0	95.964	98.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0848_000000006548	2612	0.5683125335144049	4	3	2	3	2	False	104734	maximal	True	ISR0848_000000006548	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	93.29299999999999	13.0	0.0008296558709605176	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0026_01_000000026148	1248	0.5683093087597813	2	1	1	1	1	False	1610	maximal	True	USA0026_01_000000026148	1.0		9	5	False	False	1.0	0					non-mobilizable	other	1248.0	97.917	100.0	0.009178701291053894	NZ_JAAITU010000005.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_5_length_135858_cov_152.94, whole genome shotgun sequence	False	False
ISR0086_000000007127	3546	0.5683059794228329	4	1	0	0	1	False	115443	backbone	False	AST0047_000000005592	0.9589913913883753	PS752	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1534.0	86.31	47.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
USA0054_01_000000002614	3529	0.5683059794228329	3	1	0	0	1	False	115443	backbone	False	AST0047_000000005592	0.951023162470917	PS752	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1535.0	86.25399999999999	43.0	0.00043941713443329365	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
AST0111_000000006199	3248	0.5683059794228329	3	1	0	0	1	False	115443	backbone	False	AST0047_000000005592	0.2541725930169472	PS752	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1532.0	86.42299999999999	47.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0046_000000009181	3217	0.5683059794228329	4	1	0	0	1	False	113876	fragment	False	MAD0098_000000012518	0.9510944583514243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	86.81700000000001	39.0	0.00033180477498024214	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0203_000000006033	2799	0.5683059794228329	5	1	0	0	1	False	131160	fragment	False	ISR0203_000000006033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	82.932	54.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0044_000000012385	1983	0.5683059794228329	4	1	0	0	1	False	131155	fragment	False	MAD0044_000000012385	1.0		0	0	False	False	0.9964699745178223	0					non-mobilizable	no_good_hit	1322.0	83.056	66.0	0.0003804039050558138	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0079_000000015780	1782	0.5683059794228329	1	1	0	0	1	False	81370	fragment	False	CHI0127_000000009956	0.9744981009224092		0	0	False	False	0.9983165264129639	0					non-mobilizable	no_good_hit	1534.0	86.31	85.0	0.00043912785389712953	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0012_000000017145	1325	0.5683059794228329	1	1	0	0	1	False	38152	fragment	False	ISR0012_000000017145	1.0		0	0	False	False	0.9788679480552673	0					non-mobilizable	no_good_hit	1148.0	83.36200000000001	86.0	0.00033035837229942154	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0175_000000012938	1976	0.5683057028171231	3	3	3	3	3	False	71521	fragment	False	DEN0063_000000024215	0.9878411910669975		0	0	False	False	0.9812753200531006	0					non-mobilizable	other	1972.0	77.586	99.0	0.007651294969938547	NZ_MCGI01000008.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000008, whole genome shotgun sequence	False	False
ISR0027_000000000719	27733	0.5683033383427774	46	5	3	3	3	False	37267	fragment	False	ISR0027_000000000719	1.0		0	0	False	False	0.9992788434028625	0					non-mobilizable	no_good_hit	273.0	92.30799999999999	1.0	0.0013245551010034361	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0136_000000008521	1342	0.568294683753248	2	2	2	1	1	False	58019	fragment	False	ENG0136_000000008521	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	99.62799999999999	100.0	0.00040510981736248755	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
FIJ0082_000000016019	1909	0.5682936777449674	3	3	3	3	3	False	44174	maximal	True	FIJ0082_000000016019	0.9841141626278944		36	5	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	79.0	10.0	3.217646769059706e-05	NZ_JABTBL010000001.1	firmicutes	Clostridium beijerinckii strain DJ054 Ga0423202_01, whole genome shotgun sequence	True	False
ISR0816_000000021726	1773	0.568293107632937	3	3	3	3	1	False	28970	fragment	False	ISR0816_000000021726	1.0		0	0	False	False	0.96390300989151	0					non-mobilizable	no_good_hit	173.0	99.42200000000001	10.0	0.0012748484264516224	NZ_QICA01000008.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_008, whole genome shotgun sequence	True	False
CHI0088_000000004942	1144	0.5682919395828044	2	1	1	1	1	True	93423	fragment	False	CAN0014_000000040701	0.9555464926590538		0	0	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit	43.0	90.698	4.0	0.0007207330885128874	NZ_AEWH01000018.1	firmicutes	Ornithinibacillus scapharcae TW25 contig00064, whole genome shotgun sequence	True	True
AST0002_000000007373	4588	0.5682918347004081	7	3	1	3	2	False	132311	maximal	True	AST0002_000000007373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0337_000000004534	2189	0.5682837408744427	3	1	1	1	1	False	34753	fragment	False	ISR0337_000000004534	1.0		0	0	False	False	0.9958885312080383	0					non-mobilizable	no_good_hit	49.0	87.755	2.0	0.0003358146303240611	NZ_AUFC01000008.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0259_000000010184	1674	0.5682784864422354	1	1	1	0	1	False	26742	maximal	True	ISR0259_000000010184	1.0		89	9	False	False	0.9647550582885742	0					non-mobilizable	other	1638.0	99.573	98.0	0.0005512541790252668	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
DEN0071_000000026720	1605	0.5682767409632302	2	2	2	2	2	True	70419	maximal	True	DEN0071_000000026720	1.0		2	2	False	False	0.9975078105926514	0					non-mobilizable	no_good_hit	805.0	86.83200000000001	50.0	0.001721435728783947	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
MAD0053_000000002315	5682	0.5682741480857676	5	3	2	3	1	False	17232	maximal	True	MAD0053_000000002315	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	79.221	3.0	0.012051988972036234	NZ_LNAM01000203.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf75, whole genome shotgun sequence	True	False
FIJ0109_000000017540	1379	0.5682724364795452	3	3	2	1	2	False	103630	maximal	False	FIJ0160_000000013121	0.9615248806362654		0	0	False	False	0.989847719669342	0					non-mobilizable	chromosome	1246.0	96.95	99.0	0.00040096398963037505	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0096_000000031347	1362	0.5682724364795452	3	3	2	1	2	False	103630	maximal	False	FIJ0160_000000013121	0.9630299125988742		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	97.833	99.0	0.00040128630795001357	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0127_000000016277	1196	0.5682701313717767	2	1	1	1	1	False	41037	fragment	False	FIJ0127_000000016277	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	96.462	100.0	0.0002766960347078547	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
AUS0014_000000000285	45023	0.5682664874762595	32	18	10	18	5	False	100998	maximal	True	AUS0014_000000000285	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	1.2838369211088795e-05	NZ_VOQQ01000001.1	a-proteobacteria	Sphingosinicella ginsenosidimutans strain BS-11 0BS11, whole genome shotgun sequence	True	False
MAD0105_000000026831	1439	0.5682637277641213	2	2	2	2	2	False	14790	backbone	True	MAD0105_000000026831	1.0	PS29	5	3	True	True	1.0	1					non-mobilizable	other	1439.0	99.09700000000001	100.0	0.00030969273656390094	AP019630.1	enterobacteria	Enterobacter asburiae 17Nkhm-UP2 DNA, complete genome	False	True
DEN0071_000000012540	3099	0.5682611062680121	3	2	2	2	2	False	70476	maximal	True	DEN0071_000000012540	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	71.71300000000001	36.0	0.0003726485841334221	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0371_000000017749	1221	0.568258026157261	2	1	1	1	1	False	23466	maximal	True	ISR0371_000000017749	1.0		1	1	False	False	0.9885339736938477	0					non-mobilizable	no_good_hit								True	False
USA0006_01_000000020976	1116	0.5682568563576018	2	2	2	2	2	False	13711	fragment	False	MON0010_000000025028	0.9812332439678284		0	0	False	False	0.9829748868942261	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	4.0	1.3157464036799823e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
SPA0018_000000018590	1607	0.5682545940056286	2	2	1	2	2	False	30543	maximal	False	ISR0214_000000018293	0.985776220878769		0	0	False	False	0.9956440329551697	0					non-mobilizable	no_good_hit	209.0	77.99	13.0	0.00043830391351943075	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ISR0244_000000006178	3541	0.568250254934381	4	4	3	4	2	False	124367	maximal	False	DEN0028_000000006322	0.6125518286023311		0	0	False	False	0.9994351863861084	0					non-mobilizable	other	3542.0	98.137	100.0	0.02039582061354499	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0131_000000004990	3162	0.568250254934381	4	4	3	4	2	False	124366	fragment	False	SPA0119_000000009495	0.4164190831868799		0	0	False	False	0.9984187483787537	0					non-mobilizable	other	3164.0	97.977	100.0	0.018218576842881334	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0116_000000012499	3124	0.568250254934381	4	4	3	4	2	False	124366	fragment	False	SPA0119_000000009495	0.35558809932475993		0	0	False	False	1.0	0					non-mobilizable	other	3127.0	98.369	100.0	0.01799970048498393	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0155_000000007642	2966	0.568250254934381	4	4	3	4	2	False	124366	fragment	False	SPA0119_000000009495	0.4105027858617851		0	0	False	False	1.0	0					non-mobilizable	other	2965.0	98.82	99.0	0.017072355915997556	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0013_000000008714	2829	0.568250254934381	4	4	3	4	2	False	124366	fragment	False	SPA0119_000000009495	0.17484213963977577		0	0	False	False	1.0	0					non-mobilizable	other	2829.0	98.23299999999999	100.0	0.01628324904673586	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0084_000000000010	98131	0.5682424022098225	92	14	5	11	6	True	127415	maximal	False	SPA0046_000000000019	0.8918692909086218		0	0	True	True	1.0	118					non-mobilizable	virus	34826.0	94.98899999999999	98.0	0.35161313152759666	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
SPA0083_000000000009	98131	0.5682424022098225	93	14	5	11	6	True	127415	maximal	False	SPA0046_000000000019	0.8908043293610339		0	0	True	True	1.0	174					non-mobilizable	virus	44274.0	94.34200000000001	98.0	0.44639914262893426	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	True
ISR0119_000000013135	2388	0.5682391039631706	2	1	1	1	1	False	32346	fragment	False	ISR0119_000000013135	1.0		0	0	False	False	0.9945561289787292	0					non-mobilizable	chromosome	2388.0	100.0	100.0	0.0004383909234896726	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
MON0033_000000012490	5510	0.5682375049994667	9	5	4	4	5	True	25157	maximal	True	MON0033_000000012490	1.0		5	4	False	False	0.9960072636604309	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001788302618451518	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
ENG0022_000000004217	4827	0.5682374406524078	6	4	4	3	2	False	66325	fragment	False	ENG0022_000000004217	1.0		0	0	False	False	0.9908846020698547	0					non-mobilizable	no_good_hit	100.0	99.0	2.0	2.7255758123041852e-05	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
ISR0189_000000002797	4056	0.5682347358195767	7	3	2	3	1	True	93426	maximal	True	ISR0189_000000002797	1.0		11	5	False	False	0.9992603659629822	0					non-mobilizable	no_good_hit	2053.0	98.88	51.0	0.004391373979770989	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
CHI0116_000000006717	2506	0.5682339124640887	3	3	3	2	2	False	82179	fragment	False	CHI0116_000000006717	1.0		0	0	False	False	0.9892258644104004	0					non-mobilizable	other	1323.0	97.052	98.0	0.00039802888389027773	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0010_000000006794	2736	0.5682313471662466	3	3	3	3	2	False	51095	maximal	True	FIJ0010_000000006794	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	77.582	31.0	0.0001575812331256763	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
ENG0020_000000014683	1370	0.5682312963274492	3	3	3	3	2	False	83137	fragment	False	CHI0176_000000005629	0.9804388383394643		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	98.979	100.0	0.028299938029332783	NZ_CYXX01000028.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0031_000000018481	1370	0.5682312716807448	2	1	1	1	1	False	48530	maximal	True	FIJ0031_000000018481	1.0		39	4	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	80.85300000000001	66.0	0.006609599375841841	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
FIJ0170_000000013332	1214	0.5682312716807448	1	1	1	1	1	False	38825	fragment	False	FIJ0170_000000013332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	81.072	75.0	0.006609599375841841	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
MON0048_000000004126	7510	0.5682311097199212	16	7	5	7	4	False	11421	maximal	True	MON0048_000000004126	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	96.26100000000001	11.0	0.998792270531401	GQ882843.1		Uncultured organism clone VC1D585TF genomic sequence	True	False
ISR0077_000000011286	2817	0.5682310602448912	3	3	3	3	2	False	109507	fragment	False	ISR0077_000000011286	1.0		0	0	False	False	0.9936102032661438	0					non-mobilizable	other	2661.0	95.941	95.0	0.0007499423229766646	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0171_000000012300	1946	0.5682286896654304	3	3	3	3	3	False	114894	fragment	False	ISR0216_000000008235	0.7381652925757202		0	0	False	False	1.0	0					non-mobilizable	other	1946.0	95.324	100.0	0.048604343154159485	NZ_SPFY01000020.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_20_length_40017_cov_22.6775, whole genome shotgun sequence	False	False
ISR0177_000000017516	1759	0.5682263627147423	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.3551183552806954		0	0	False	False	1.0	0					non-mobilizable	chromosome	1759.0	96.70299999999999	100.0	0.0005541173789554541	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0065_000000005235	5503	0.5682254855717753	5	3	2	3	1	False	74439	maximal	True	DEN0065_000000005235	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	1.0	0.0018409546664913377	NZ_JNJN01000033.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00032.32_C, whole genome shotgun sequence	True	False
ISR0127_000000013487	1861	0.5682252373364332	3	2	2	2	1	True	118993	fragment	False	AST0055_000000015802	0.6975007907510464		0	0	False	False	0.9930145144462585	0					non-mobilizable	other	1880.0	78.51100000000001	99.0	0.0004545598308860901	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0135_000000015368	1467	0.5682226418188726	3	2	2	2	1	True	58076	maximal	True	ENG0135_000000015368	1.0		3	3	False	False	0.9645535349845886	0					non-mobilizable	no_good_hit	883.0	99.20700000000001	60.0	0.0002639390175184286	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
FIJ0056_000000019035	1139	0.5682194913661377	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.04397593140568089		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	97.015	100.0	0.039899025313792864	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
DEN0016_000000003655	2146	0.5682159501209736	3	2	2	2	2	False	107369	fragment	False	DEN0016_000000003655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	78.245	37.0	0.00027506494971125055	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
MAD0088_000000024434	1109	0.5682117988064165	2	2	2	2	1	True	15858	fragment	False	MAD0088_000000024434	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1109.0	99.459	100.0	0.0053400421227149395	CP039830.1	enterobacteria	Klebsiella pneumoniae strain C2315 plasmid pC2315-3, complete sequence	False	True
MON0009_000000024396	1583	0.5682101636520009	3	2	2	1	1	False	120639	fragment	False	MON0009_000000024396	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1586.0	92.37100000000001	100.0	0.0006515065780749505	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0130_01_000000004118	9444	0.5682098023166471	11	7	6	4	6	False	126	maximal	True	USA0130_01_000000004118	1.0		31	7	False	False	1.0	0					non-mobilizable	no_good_hit	3438.0	93.805	78.0	0.0010339116393942615	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0132_000000007351	3940	0.5682045069344998	4	3	3	3	2	False	127939	fragment	False	FIJ0132_000000007351	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3890.0	98.586	99.0	0.024842180591407467	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
CHI0021_000000008226	1131	0.5682019391361022	2	1	1	1	1	False	89219	maximal	True	CHI0021_000000008226	1.0		553	13	False	False	1.0	0					non-mobilizable	other	1135.0	97.79700000000001	100.0	0.0035069706453568204	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0341_000000007932	1704	0.5681966965224773	3	3	3	3	3	False	68806	maximal	False	ISR0812_000000022727	0.9839080459770115		0	0	False	False	0.9882628917694092	0					non-mobilizable	no_good_hit	52.0	96.154	3.0	0.0005301730859192266	NZ_JAAITI010000015.1	firmicutes	Blautia luti strain MSK.16.34 NODE_15_length_96195_cov_253.786, whole genome shotgun sequence	True	False
DEN0038_000000001622	2281	0.5681963484276418	4	3	3	1	1	False	73358	maximal	True	DEN0038_000000001622	1.0		36	8	False	False	1.0	0					non-mobilizable	no_good_hit	562.0	95.552	25.0	0.009159931422973304	NZ_CABKPS010000094.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0098_000000016374	2701	0.5681838138960401	4	3	3	3	3	False	41605	maximal	True	MAD0098_000000016374	1.0		1	1	False	False	0.9996297955513	0					non-mobilizable	no_good_hit	1312.0	84.223	48.0	0.9715994020926756	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0156_000000004639	3341	0.5681824230997538	5	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.8568746720668061		0	0	False	False	1.0	0					non-mobilizable	chromosome	3341.0	97.516	100.0	0.000934241751426202	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0207_000000010898	1707	0.5681823738399497	3	2	1	2	1	True	99858	maximal	True	ENG0207_000000010898	1.0		184	10	False	False	1.0	0					non-mobilizable	other	1707.0	99.883	100.0	0.0021611377769670346	NZ_CZBZ01000001.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
MAD0041_000000008958	3384	0.5681769562464831	5	3	1	3	1	False	89700	fragment	False	MAD0041_000000008958	0.9574310293681401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	759.0	84.71700000000001	22.0	0.003427736059783349	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0163_000000007498	3291	0.5681769562464831	5	3	1	3	1	False	89706	fragment	False	FIJ0163_000000007498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	83.855	19.0	0.002742188847826679	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
CHI0016_000000001478	3139	0.5681769562464831	6	3	1	3	1	False	89698	fragment	False	MON0012_000000012933	0.9067435099800996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	83.28	20.0	0.0028284497552914256	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0082_000000009958	2932	0.5681769562464831	5	3	1	3	1	False	89698	fragment	False	MON0012_000000012933	0.471884004233285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	84.34700000000001	22.0	0.002973731283653104	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0066_000000014210	2270	0.5681769562464831	4	3	1	3	1	False	45332	fragment	False	FIJ0066_000000014210	1.0		0	0	False	False	0.9973568320274353	0					non-mobilizable	no_good_hit	659.0	82.54899999999999	29.0	0.002973731283653104	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
DEN0011_000000040644	1174	0.5681757602784211	1	1	1	1	1	False	75530	fragment	False	DEN0011_000000040644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0107_000000006406	7251	0.5681751322039362	5	5	3	3	2	False	80326	maximal	True	MON0107_000000006406	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6061.0	98.086	84.0	0.001741149492671019	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
DEN0094_000000015076	2393	0.5681747408467842	4	2	2	2	1	False	76406	fragment	False	DEN0094_000000015076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	88.63600000000001	12.0	4.837657444078218e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0125_000000021232	1260	0.5681734895241547	1	1	1	1	1	False	58800	fragment	False	ENG0125_000000021232	1.0		0	0	False	False	0.9753968119621277	0					non-mobilizable	other	1102.0	94.465	96.0	0.0003285771442576356	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0344_000000006211	4776	0.5681724418793261	6	6	6	6	5	False	121658	fragment	False	ISR0344_000000006211	0.9670600858369098		0	0	False	False	1.0	0					non-mobilizable	other	4776.0	99.05799999999999	100.0	0.0789547672207062	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0159_000000018612	1242	0.5681721091561323	2	2	2	1	1	False	56501	fragment	False	ENG0159_000000018612	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	98.39	100.0	0.025395461149651095	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	False	False
AST0048_000000013509	1205	0.5681696013625779	3	2	2	1	2	False	114857	maximal	True	AST0048_000000013509	1.0		14	4	False	False	0.9842323660850525	0					non-mobilizable	other	1080.0	100.0	90.0	0.8236641221374046	NZ_QVMD01000023.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf23, whole genome shotgun sequence	False	False
USA0057_01_000000014542	2202	0.5681695096420685	3	3	2	3	2	True	69672	maximal	True	USA0057_01_000000014542	1.0		3	2	False	False	0.9995458722114563	0					non-mobilizable	no_good_hit	317.0	73.186	14.0	0.0004645368356595367	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
USA0036_01_000000005170	7595	0.5681691591058836	10	4	3	3	3	True	31123	maximal	True	USA0036_01_000000005170	1.0		2	2	False	False	0.9944700598716736	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	6.695577828366588e-05	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
ISR0183_000000012896	2542	0.5681665553163775	3	3	3	3	3	False	56759	fragment	False	ISR0203_000000006282	0.9694576624879444		0	0	False	False	0.9862313270568848	0					non-mobilizable	other	2542.0	99.331	100.0	0.02087183657376605	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
USA0021_01_000000003689	5015	0.5681664941677478	5	5	5	5	5	False	132016	maximal	False	USA0003_01_000000007262	0.9205558433062927		0	0	False	False	1.0	0					non-mobilizable	other	5015.0	100.0	100.0	0.04807102316306182	NZ_AGDG01000005.1	CFB group bacteria	Bacteroides faecis MAJ27 contig005, whole genome shotgun sequence	False	False
AUS0020_000000011676	2363	0.5681569792171771	3	3	3	3	2	False	128244	maximal	True	AUS0020_000000011676	1.0		12	4	False	False	0.9978840351104736	0					non-mobilizable	chromosome	1810.0	88.564	100.0	0.0005131312096982937	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0340_000000004980	5047	0.5681555253224031	9	4	1	2	4	False	24377	maximal	True	ISR0340_000000004980	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1645.0	86.991	51.0	0.015371605750258387	NZ_KB894130.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
SPA0005_000000016184	1785	0.5681529766689248	2	2	2	2	2	False	95499	fragment	False	SPA0005_000000016184	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	82.57	99.0	0.0005321570816372528	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
SPA0092_000000006196	5995	0.5681471973440598	8	6	4	3	4	False	73271	fragment	False	SPA0092_000000006196	1.0		0	0	False	False	0.999165952205658	0					non-mobilizable	other	5731.0	82.39399999999999	98.0	0.0010854019258016879	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
MAD0009_000000004613	2171	0.5681455049186525	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.8747945702476572		0	0	False	False	0.9884845614433289	0					non-mobilizable	chromosome	2141.0	96.824	99.0	0.0005986648011685579	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0057_000000012978	1563	0.5681404369558256	2	2	1	2	2	False	85964	fragment	False	CHI0057_000000012978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	98.95299999999999	61.0	0.01031061539459179	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0012_000000003569	1768	0.5681352733379966	2	2	2	2	2	False	75443	maximal	True	DEN0012_000000003569	1.0		2	1	False	False	0.9983031749725342	0					non-mobilizable	chromosome	1768.0	99.887	100.0	0.0002900962899688906	CP056567.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00373 chromosome, complete genome	False	False
AST0014_000000014996	1101	0.5681352581634904	3	1	1	1	1	False	123977	fragment	False	AST0014_000000014996	1.0		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	964.0	79.564	93.0	0.010847857661583152	NZ_QEKJ01000009.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_109, whole genome shotgun sequence	False	False
SPA0117_000000029782	1249	0.5681305294596019	2	2	2	2	2	False	4280	maximal	True	SPA0117_000000029782	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	401.0	72.569	32.0	0.002582533745324443	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	False
CHI0126_000000010995	1403	0.5681296828865402	2	2	2	2	2	False	122057	fragment	False	CHI0126_000000010995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	94.302	88.0	0.9282511210762332	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0034_000000012485	1354	0.5681296828865402	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.6280924541650693		0	0	False	False	1.0	0					non-mobilizable	other	1338.0	91.555	98.0	0.9940209267563528	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0018_01_000000009739	2434	0.56812764457928	3	1	1	1	1	False	1862	maximal	True	USA0018_01_000000009739	1.0		4	2	False	False	0.9971240758895874	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.219472276581447e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0798_000000005671	2209	0.5681244681700096	2	2	2	2	1	True	21914	maximal	True	ISR0798_000000005671	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	93.13	6.0	3.915117836011977e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0101_000000061673	1052	0.5681232875486463	2	1	1	1	1	False	8989	fragment	False	MON0101_000000061673	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1052.0	94.772	100.0	0.0003164359735012722	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0047_000000005106	6492	0.5681211097598166	9	8	2	7	8	False	15815	maximal	True	MON0047_000000005106	1.0		3	1	False	False	1.0	0	IncFIA,IncFIC				non-mobilizable	plasmid	6492.0	99.969	100.0	0.0469379343259406	CP024248.1	enterobacteria	Escherichia coli O27:H7 strain B4103-1 plasmid unnamed3, complete sequence	False	True
FIJ0148_000000009865	1879	0.5681198303035101	3	3	2	3	3	False	43727	maximal	True	FIJ0148_000000009865	1.0		61	9	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	97.059	21.0	8.995364193819758e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0017_000000005964	3267	0.5681189658817012	3	3	3	3	3	False	116785	fragment	False	MON0017_000000005964	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3262.0	99.90799999999999	99.0	0.029893845223035037	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
MAD0030_000000009441	1297	0.5681172989721741	2	2	2	2	2	True	18966	fragment	False	MAD0030_000000009441	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1297.0	100.0	100.0	0.009567329342024642	CP054228.1	enterobacteria	Escherichia coli strain EcPF15 plasmid p1, complete sequence	False	True
CHI0109_000000009768	1924	0.5681166160727132	3	3	3	2	3	False	119940	maximal	True	CHI0109_000000009768	1.0		47	8	False	False	0.997401237487793	0					non-mobilizable	no_good_hit	1694.0	98.99600000000001	88.0	0.003985142222264069	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0124_000000007402	3914	0.5681130609835288	6	5	5	5	3	False	4069	maximal	True	SPA0124_000000007402	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	81.575	62.0	0.00029777350875115837	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0071_000000014886	1366	0.5681102942383851	3	2	2	2	2	False	5884	fragment	False	SPA0071_000000014886	1.0		0	0	False	False	0.9985358715057373	0					non-mobilizable	no_good_hit	978.0	74.949	70.0	0.0016171596188386554	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
MAD0098_000000000625	30419	0.5681089702560976	29	16	8	14	8	True	53394	fragment	False	MAD0098_000000000625	1.0		0	0	False	False	0.999967098236084	0					non-mobilizable	no_good_hit	871.0	78.99	3.0	0.0002496724130723401	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
SPA0064_000000001056	15792	0.5681040965791143	13	9	4	9	3	True	110465	fragment	False	SPA0064_000000001056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	95.652	0.0	8.093728978787236e-05	NZ_OBEI01000001.1	aquificales	Persephonella hydrogeniphila strain DSM 15103, whole genome shotgun sequence	True	True
AST0110_000000003149	6063	0.5681007817983464	8	5	5	3	3	True	107054	maximal	True	AST0110_000000003149	1.0		0	0	False	False	0.9934026002883911	0					non-mobilizable	no_good_hit	3308.0	98.912	61.0	0.0009183509116861333	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0392_000000014893	2232	0.5680996871841493	2	2	2	2	2	False	102842	fragment	False	ISR0392_000000014893	1.0		0	0	False	False	0.9879032373428345	0					non-mobilizable	no_good_hit	310.0	73.226	14.0	0.00014808485846935787	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
CAN0007_000000006456	6677	0.5680939480163356	12	4	2	1	2	False	95425	maximal	True	CAN0007_000000006456	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	74.729	9.0	0.8674033149171271	KU547325.1	bacteria	Uncultured bacterium clone TE_08A_000_Contig_4 genomic sequence	True	False
ISR0268_000000015991	1268	0.5680933307918278	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.19524204543946166		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	96.56	99.0	0.043790758011359655	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0004_000000003698	3803	0.568090688397725	6	3	3	2	1	False	65496	maximal	False	SPA0024_000000004171	0.97345933114042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1281.0	99.06299999999999	52.0	0.004566454588947681	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	True	False
ISR0217_000000006106	4340	0.5680896492109662	4	4	3	4	2	False	126982	maximal	True	ISR0217_000000006106	1.0		1	1	False	False	0.9995391964912415	0					non-mobilizable	no_good_hit	1777.0	97.355	76.0	0.025183915434611813	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
SPA0061_000000007823	2103	0.5680792028471817	3	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.15947249885223466		0	0	False	False	1.0	0					non-mobilizable	other	2103.0	100.0	100.0	0.003044157664774809	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0092_000000027165	2040	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.10571020878706554		0	0	False	False	1.0	0					non-mobilizable	other	2040.0	99.363	100.0	0.0029529198280094367	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
TAN0009_000000019736	2033	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.12359360734907056		0	0	False	False	1.0	0					non-mobilizable	other	2033.0	100.0	100.0	0.0029427822905910618	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0185_000000016294	2009	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.15728132960246802		0	0	False	False	0.9995022416114807	0					non-mobilizable	other	2009.0	100.0	100.0	0.009328297539243424	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0040_000000007965	1946	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.0912102869906778		0	0	False	False	0.9994861483573914	0					non-mobilizable	other	1950.0	97.333	100.0	0.09932153241850737	MK211804.1	firmicutes	Streptococcus suis ILCSsuYS525 integron, complete sequence	False	True
FIJ0017_000000014971	1929	0.5680792028471817	3	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.1666823196450668		0	0	False	False	0.9963711500167847	0					non-mobilizable	other	1930.0	99.896	100.0	0.02464671760406818	MK211812.1	firmicutes	Streptococcus suis ICE element ICESsuYS31, complete sequence	False	True
CHI0182_000000014612	1917	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.15708782025668555		0	0	False	False	1.0	0					non-mobilizable	other	1917.0	97.96600000000001	100.0	0.002771892374109888	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
AST0028_000000009037	1821	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.11989315838088628		0	0	False	False	0.993959367275238	0					non-mobilizable	other	1821.0	100.0	100.0	0.0026357597287774274	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CAN0003_000000027383	1803	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.11858791035907777		0	0	False	False	0.9966722130775452	0					non-mobilizable	chromosome	1804.0	98.337	100.0	0.0008693396490240059	CP030017.1	firmicutes	Streptococcus suis strain ISU1606 chromosome, complete genome	False	True
SPA0094_000000007025	1791	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.08188680208132698		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	94.71	100.0	0.023319972932174277	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
ISR0026_000000012637	1786	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.06499318398130485		0	0	False	False	0.9988802075386047	0					non-mobilizable	other	1788.0	98.098	100.0	0.008301627341946213	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0038_000000008067	1780	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.07903028252292933		0	0	False	False	1.0	0					non-mobilizable	other	1784.0	97.085	100.0	0.0008578832777788481	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
AUS0022_000000019350	1767	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.131572755793527		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	98.306	100.0	0.09019027699841861	MK211804.1	firmicutes	Streptococcus suis ILCSsuYS525 integron, complete sequence	False	True
CHI0080_000000002508	1759	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.06120030521813203		0	0	False	False	0.998294472694397	0					non-mobilizable	other	1759.0	99.829	100.0	0.008166905913341602	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0014_000000019367	1728	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.10519736410132897		0	0	False	False	1.0	0					non-mobilizable	other	1728.0	100.0	100.0	0.008022893351729777	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
DEN0001_000000025582	1708	0.5680792028471817	3	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.12452893688828313		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	95.03200000000001	100.0	0.03374718279229766	MK211820.1	firmicutes	Streptococcus suis ICE element ICESsuYS172, complete sequence	False	True
ISR0779_000000020695	1664	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.060167839642975396		0	0	False	False	1.0	0					non-mobilizable	chromosome	1664.0	99.279	100.0	0.0008013546847908474	CP030017.1	firmicutes	Streptococcus suis strain ISU1606 chromosome, complete genome	False	True
SPA0113_000000018124	1653	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.06692283906456148		0	0	False	False	1.0	0					non-mobilizable	other	1657.0	97.405	100.0	0.08437484058562465	MK211804.1	firmicutes	Streptococcus suis ILCSsuYS525 integron, complete sequence	False	True
MON0094_000000023121	1636	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.05637561746521304		0	0	False	False	0.9957212805747986	0					non-mobilizable	other	1636.0	99.756	100.0	0.007595501233397907	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0791_000000011287	1634	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.05745155263250309		0	0	False	False	1.0	0					non-mobilizable	other	1638.0	98.352	100.0	0.08340560118349233	MK211804.1	firmicutes	Streptococcus suis ILCSsuYS525 integron, complete sequence	False	True
ISR0133_000000013582	1629	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.045165423726121014		0	0	False	False	0.9987722635269165	0					non-mobilizable	other	1629.0	99.939	100.0	0.002357701559587721	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MAD0031_000000008959	1615	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.05718943238312196		0	0	False	False	0.9987615942955017	0					non-mobilizable	other	1619.0	97.15899999999999	100.0	0.09212176490708016	MK211789.1	firmicutes	Streptococcus suis ILCSsuYS106 integron, complete sequence	False	True
MAD0077_000000007576	1613	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.05788865116905267		0	0	False	False	0.9925604462623596	0					non-mobilizable	other	1618.0	96.354	100.0	0.0007779233540779561	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ENG0014_000000014972	1568	0.5680792028471817	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.03927675745054401		0	0	False	False	0.9993622303009033	0					non-mobilizable	other	1575.0	93.333	100.0	0.001346841232398356	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0390_000000005611	2333	0.5680775094794029	3	2	2	1	1	True	22876	maximal	True	ISR0390_000000005611	1.0		4	2	False	False	0.997856855392456	0					non-mobilizable	no_good_hit	330.0	96.36399999999999	25.0	0.000523337845597838	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
AUS0016_000000014094	2008	0.5680745007094459	3	2	2	2	2	False	131653	fragment	False	AUS0016_000000014094	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	93.084	99.0	0.0017900666137741724	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ISR0779_000000009189	3583	0.5680718587213851	3	3	2	3	3	False	28755	fragment	False	ISR0779_000000009189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	89.16	63.0	0.0005744773924699541	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0148_000000011402	2552	0.5680718395851471	3	2	2	2	2	False	107775	maximal	True	ISR0148_000000011402	1.0		45	7	False	False	0.9992163181304932	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.634587596188383e-05	NZ_JH376798.1	firmicutes	Selenomonas infelix ATCC 43532 supercont1.2, whole genome shotgun sequence	True	False
ENG0121_000000006583	2659	0.5680692459325468	4	2	1	2	1	False	59140	maximal	True	ENG0121_000000006583	1.0		7	5	False	False	0.9872132539749146	0					non-mobilizable	no_good_hit	1492.0	97.52	56.0	0.0003094746849084223	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
ENG0053_000000017320	1443	0.5680677807210424	2	2	2	2	2	False	63841	maximal	False	ISR0309_000000013038	0.9646596858638743		0	0	False	False	0.9993069767951965	0					non-mobilizable	other	652.0	94.632	98.0	0.015737562249190155	NZ_VULP01000028.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq28, whole genome shotgun sequence	False	False
MON0043_000000009272	2855	0.5680644595075778	3	3	3	3	3	False	51194	fragment	False	MON0043_000000009272	1.0		0	0	False	False	0.9985989332199097	0					non-mobilizable	other	2855.0	97.96799999999999	100.0	0.07824537354352296	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
ISR0288_000000007799	3760	0.5680643798428531	7	6	3	3	5	True	121146	fragment	False	ISR0288_000000007799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3108.0	91.76299999999999	82.0	0.04409314249092074	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	True
USA0038_01_000000006733	2534	0.568055401618342	3	2	2	2	2	False	92616	fragment	False	USA0054_01_000000003567	0.9861239696894748		0	0	False	False	0.9996053576469421	0					non-mobilizable	chromosome	1683.0	96.97	100.0	0.0003124820499417326	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0054_01_000000003567	2534	0.568055401618342	3	2	2	2	2	False	92616	fragment	False	USA0054_01_000000003567	0.989190605335742		0	0	False	False	1.0	0					non-mobilizable	chromosome	1721.0	97.501	100.0	0.00031973178221283765	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
USA0079_01_000000005182	2453	0.568055401618342	3	2	2	2	2	False	92616	fragment	False	USA0054_01_000000003567	0.9805894736389247		0	0	False	False	1.0	0					non-mobilizable	chromosome	1655.0	97.402	99.0	0.00030746300452327526	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0144_000000009691	3250	0.5680553169904348	3	3	3	3	3	True	67889	maximal	True	FIJ0144_000000009691	1.0		98	12	False	False	1.0	0					non-mobilizable	other	3257.0	98.68	100.0	0.0008803761823633287	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
FIJ0062_000000001467	15567	0.5680519193889761	12	7	3	6	3	False	45739	maximal	True	FIJ0062_000000001467	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	0.0446927374301676	KU547939.1	bacteria	Uncultured bacterium clone TE_11F_Contig_15 genomic sequence	True	False
MON0061_000000015861	2782	0.5680513161391709	3	2	1	2	0	True	93495	maximal	True	MON0061_000000015861	1.0		12	7	False	False	0.9856218695640564	0					non-mobilizable	no_good_hit								True	True
MON0041_000000024135	2538	0.5680513161391709	4	2	1	2	0	True	11815	maximal	True	MON0041_000000024135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	99.18	48.0	0.0008975299152095611	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	True
ENG0117_000000018196	1273	0.5680513161391709	2	2	1	2	0	True	59339	maximal	True	ENG0117_000000018196	1.0		9	5	False	False	1.0	0					non-mobilizable	other	1002.0	80.938	92.0	0.0002980700416424924	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0087_000000012265	2351	0.5680472170088794	3	2	2	2	0	True	15991	maximal	True	MAD0087_000000012265	1.0		8	4	False	False	0.9995746612548828	0					non-mobilizable	other	2352.0	97.406	100.0	0.02547929468630447	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	False	True
DEN0021_000000013308	2606	0.5680453028230165	6	4	4	3	1	False	74809	fragment	False	DEN0021_000000013308	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	74.286	8.0	0.0013212990859418883	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	False
ISR0104_000000019273	1280	0.5680435569585466	2	2	2	2	2	False	66506	maximal	False	FIJ0168_000000017535	0.9737996809052122		0	0	False	False	0.99609375	0					non-mobilizable	chromosome	1280.0	99.06200000000001	100.0	0.00045132357077046475	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0086_000000001656	4045	0.5680416923726945	8	4	3	4	2	False	16036	maximal	True	MAD0086_000000001656	1.0		5	1	False	False	0.9997527599334717	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.00011830535571542765	NZ_RCSU01000009.1	CFB group bacteria	Pseudoflavitalea rhizosphaerae strain KACC 18655 Scaffold9, whole genome shotgun sequence	True	False
SPA0113_000000017383	1738	0.5680410833189022	2	1	1	1	0	False	4487	maximal	True	SPA0113_000000017383	1.0		2	2	False	False	0.9948216080665588	0					non-mobilizable	no_good_hit	1285.0	94.63	85.0	0.00030842598006286087	CP003939.1	firmicutes	Clostridioides difficile BJ08, complete genome	True	False
CAN0014_000000027180	1800	0.5680409125195021	3	3	3	3	2	False	93592	fragment	False	ENG0015_000000009459	0.9529851040259942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1102.0	90.56299999999999	69.0	0.0003314900160084688	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0057_000000002897	2189	0.5680405717241264	3	3	3	2	2	False	88966	fragment	False	ENG0080_000000012477	0.9379679161199583		0	0	False	False	0.9981727004051208	0					non-mobilizable	other	2189.0	98.949	100.0	0.0006541201948847682	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CAN0011_000000008276	3739	0.5680401611534235	6	4	4	3	2	False	94508	maximal	True	CAN0011_000000008276	1.0		21	7	False	False	1.0	0					non-mobilizable	chromosome	3724.0	99.73100000000001	99.0	0.000934161558009852	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0201_000000006907	4235	0.5680383526826072	6	4	3	4	3	False	89484	maximal	True	ISR0201_000000006907	1.0		18	5	False	False	0.9995277523994446	0					non-mobilizable	chromosome	2869.0	98.501	98.0	0.0009745432847749359	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CAN0012_000000014982	3402	0.5680363173570705	4	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7780475826632294		0	0	False	False	0.9997060298919678	0					non-mobilizable	chromosome	3188.0	88.11200000000001	97.0	0.0007034843506445528	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0298_000000009257	1600	0.5680362024601724	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.6910328282046223		0	0	False	False	0.9993749856948853	0					non-mobilizable	other	1600.0	96.875	100.0	0.4116434827408552	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
FIJ0114_000000028400	1434	0.5680362024601724	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.5531271611894776		0	0	False	False	0.9986053109169006	0					non-mobilizable	other	1434.0	96.932	100.0	0.36913961875322	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
ENG0159_000000016159	1429	0.5680362024601724	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.552296774622282		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	96.851	100.0	0.3678516228748068	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
AST0040_000000009443	2107	0.5680361594220998	3	2	2	2	2	False	116146	fragment	False	AST0040_000000009443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.594484418532082e-06	NZ_CP026095.1	firmicutes	Peribacillus asahii strain OM18 chromosome, complete genome	True	False
FIJ0091_000000006172	4106	0.5680352444541927	5	4	4	3	4	False	49808	maximal	True	FIJ0091_000000006172	0.9931489141675285		228	10	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	86.775	46.0	0.00027929466227086567	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0057_000000000028	76033	0.5680279663645881	119	41	18	35	26	False	65973	maximal	True	MAD0057_000000000028	1.0		1	1	True	True	1.0	260					non-mobilizable	no_good_hit	1681.0	87.15100000000001	3.0	0.0004679030890629134	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
CHI0140_000000024288	1231	0.568023879828316	2	1	1	1	1	False	80197	fragment	False	CHI0140_000000024288	1.0		0	0	False	False	0.9935012459754944	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000005041	6278	0.568021845054632	4	4	4	4	4	False	115997	maximal	True	DEN0064_000000005041	1.0	PS760	44	9	False	True	1.0	0					non-mobilizable	no_good_hit	2769.0	96.93	45.0	0.016027793862188767	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	True
ISR0292_000000001566	8476	0.5680165808023444	7	6	6	6	5	False	98165	maximal	True	ISR0292_000000001566	1.0		6	2	False	False	1.0	0					non-mobilizable	chromosome	4322.0	99.745	95.0	0.0008538297256837356	CP057826.1	enterobacteria	Escherichia coli strain RHB14-C07 chromosome, complete genome	False	False
USA0020_01_000000008042	4336	0.5680108802022665	5	5	4	5	3	False	1801	maximal	True	USA0020_01_000000008042	1.0		1	1	False	False	0.9882380366325378	0					non-mobilizable	no_good_hit	767.0	87.744	31.0	0.01761162459189773	NZ_JHZE01000011.1	mycoplasmas	Mycoplasma gallinarum DSM 19816 Q346DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0817_000000003494	3340	0.5680081928005919	4	2	1	2	1	False	21378	maximal	True	ISR0817_000000003494	1.0		2	1	False	False	0.96856290102005	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000012926	3246	0.5680030360076892	2	2	2	2	1	False	5326	maximal	True	SPA0092_000000012926	1.0		198	13	False	False	1.0	0					non-mobilizable	other	1429.0	94.962	100.0	0.000840246574390674	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	False
ISR0317_000000013409	1608	0.5680018615899722	3	1	1	1	1	False	107674	maximal	True	ISR0317_000000013409	1.0		53	8	False	False	0.9912935495376587	0					non-mobilizable	no_good_hit	963.0	86.708	60.0	0.016247654149830083	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
FIJ0106_000000022644	1245	0.5680018615899722	2	1	1	1	1	False	107673	fragment	False	MAD0111_000000012828	0.9385730611278337		0	0	False	False	0.9799196720123291	0					non-mobilizable	no_good_hit	963.0	86.501	77.0	0.016247654149830083	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
SPA0137_000000032023	1153	0.5680018615899722	2	1	1	1	1	False	107673	fragment	False	MAD0111_000000012828	0.8046349649464722		0	0	False	False	0.9895923733711243	0					non-mobilizable	no_good_hit	889.0	86.389	77.0	0.015013441087460057	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
ISR0153_000000026312	1128	0.5680018615899722	2	1	1	1	1	False	107673	fragment	False	MAD0111_000000012828	0.7970220226698147		0	0	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit	873.0	86.25399999999999	77.0	0.01474292863543375	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
USA0037_01_000000025925	1296	0.5680016535788802	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.1320450933468398		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	95.87	95.0	0.00034240298582068415	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0070_000000005667	4658	0.5679999684123477	6	4	4	4	3	False	104984	maximal	True	MON0070_000000005667	1.0		57	9	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	75.786	27.0	0.000351219523107644	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0269_000000011450	1668	0.5679966160636173	3	2	2	2	1	False	26465	maximal	True	ISR0269_000000011450	1.0		4	4	False	False	0.9976019263267517	0					non-mobilizable	no_good_hit	709.0	98.307	43.0	0.00021157016483620071	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0392_000000019896	1726	0.5679905390960086	1	1	1	1	1	False	29378	fragment	False	ISR0392_000000019896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	588.0	75.34	33.0	0.00010096148696780347	NZ_CP020953.1	firmicutes	Clostridium drakei strain SL1 chromosome, complete genome	True	False
CHI0130_000000009962	1649	0.5679869328683448	3	1	1	1	1	False	81092	fragment	False	CHI0130_000000009962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	82.677	8.0	4.4266230567567445e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0111_000000004580	4736	0.5679856863879218	7	7	5	6	6	False	120952	maximal	True	ENG0111_000000004580	0.986533550034827		129	6	False	False	1.0	0					non-mobilizable	other	4738.0	99.68299999999999	100.0	0.0013348916941137848	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0814_000000034489	1230	0.5679847540249273	2	2	2	1	1	False	21494	fragment	False	ISR0814_000000034489	1.0		0	0	False	False	0.9666666388511658	0					non-mobilizable	other	1005.0	92.338	97.0	0.0002785321936562418	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0346_000000010772	2113	0.5679839819265972	3	2	2	1	1	False	24192	maximal	True	ISR0346_000000010772	1.0		2	2	False	False	0.9782299995422363	0					non-mobilizable	no_good_hit	1424.0	75.702	67.0	0.0027240176559557984	NZ_PTJA01000004.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_104, whole genome shotgun sequence	True	False
MON0033_000000029239	2136	0.5679808944043254	3	3	2	3	2	False	119361	fragment	False	MON0033_000000029239	1.0		0	0	False	False	0.9995318055152893	0					non-mobilizable	other	2136.0	99.15700000000001	100.0	0.014280172298472322	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0076_000000000647	25572	0.5679807060020633	31	27	8	13	26	True	123802	fragment	False	ENG0073_000000000695	0.3906545626635758		0	0	False	False	0.9999608993530273	0					non-mobilizable	other	25572.0	99.99600000000001	100.0	0.01639729009628302	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CHI0127_000000001373	14778	0.5679765307477948	13	11	8	11	9	False	113945	fragment	False	CHI0127_000000001373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	77.5	1.0	0.0003668022651814725	NZ_QXDJ01000005.1	firmicutes	Clostridium chromiireducens strain C1 Scaffold5, whole genome shotgun sequence	True	False
ISR0152_000000007766	3069	0.5679690333916882	4	2	2	2	2	False	30728	maximal	True	ISR0152_000000007766	1.0		38	4	False	False	0.9990224838256836	0					non-mobilizable	no_good_hit	219.0	75.342	7.0	0.0011117405091771533	NZ_PDVP01000009.1	a-proteobacteria	Zhengella mangrovi strain X9-2-2 Scaffold9_1, whole genome shotgun sequence	True	False
ENG0063_000000003708	7506	0.5679679606448772	9	8	3	4	8	True	114030	fragment	False	ENG0063_000000003708	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4146.0	99.78299999999999	93.0	0.0021320470068786164	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
MON0037_000000008531	6016	0.5679679025044668	9	8	5	6	6	False	13705	maximal	False	MON0011_000000007118	0.9781244840680205		0	0	False	False	0.9916888475418091	0					non-mobilizable	no_good_hit	425.0	82.588	7.0	0.001338286677419253	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
FIJ0032_000000011895	2938	0.5679669743576798	5	4	2	3	3	True	48451	fragment	False	FIJ0032_000000011895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	93.78299999999999	69.0	0.00044188855932425334	AP012054.1	firmicutes	Streptococcus pasteurianus ATCC 43144 DNA, complete genome	True	True
MON0090_000000042779	1445	0.5679654428881095	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.23988059198866027		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	94.53299999999999	100.0	0.0006864901406305045	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0141_000000000315	42504	0.5679654388475974	44	15	9	14	8	True	114619	fragment	False	ENG0141_000000000315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	646.0	83.59100000000001	2.0	0.0333281661757867	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	True
CHI0165_000000005949	2718	0.5679642440415914	2	2	2	2	1	False	82056	maximal	True	CHI0165_000000005949	1.0		93	11	False	False	0.9937453866004944	0					non-mobilizable	no_good_hit	701.0	73.752	25.0	0.00021403563568894897	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0119_000000002137	7514	0.5679615575487392	4	4	3	4	4	False	130374	maximal	False	ISR0211_000000002138	0.9635539490665547	PS1101	0	0	False	True	1.0	0					non-mobilizable	chromosome	7518.0	99.28200000000001	99.0	0.0015002967861275738	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0064_000000004221	4139	0.5679580584875387	8	4	1	3	2	False	85357	maximal	True	CHI0064_000000004221	1.0		0	0	False	False	0.9997584223747253	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.924447542938105e-07	LR812497.1	bony fishes	Danio aesculapii genome assembly, chromosome: 14	True	False
CAN0013_000000014677	1551	0.5679575054752273	3	3	2	1	2	False	93839	maximal	True	CAN0013_000000014677	1.0		26	8	False	False	0.9929078221321106	0					non-mobilizable	other	1551.0	99.678	100.0	0.0005244825049555138	CP003351.1	firmicutes	Enterococcus faecium Aus0004, complete genome	False	False
MAD0082_000000002027	4010	0.5679563044996111	5	4	4	4	4	False	101095	maximal	True	MAD0082_000000002027	0.9891934633632051		303	13	False	False	1.0	0					non-mobilizable	chromosome	2142.0	77.965	95.0	0.0005655250086095847	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0334_000000012551	1693	0.5679497572696244	4	4	3	4	2	True	121108	fragment	False	ENG0167_000000014839	0.9618734605252647		0	0	False	False	0.9982280135154724	0					non-mobilizable	no_good_hit	246.0	93.49600000000001	15.0	0.004282093856506161	NZ_JAEB01000025.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00018.18_C, whole genome shotgun sequence	True	True
ENG0057_000000005156	4226	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.5376211651173892	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	3958.0	95.225	100.0	0.0007618086605677007	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ENG0107_000000006072	4226	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.5376211651173892	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	3958.0	95.225	100.0	0.0007618086605677007	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ISR0002_000000004915	4226	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.5376211651173892	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	3958.0	95.225	100.0	0.0007618086605677007	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
CAN0016_000000011243	4213	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.520045188133845	PS499	0	0	False	True	0.9995253086090088	0					non-mobilizable	chromosome	3958.0	95.225	100.0	0.0007618086605677007	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ISR0099_000000005155	4201	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.502490820600173	PS499	0	0	False	True	0.9997619390487671	0					non-mobilizable	chromosome	3958.0	95.225	100.0	0.0007618086605677007	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
CHI0120_000000003088	4120	0.5679494189290626	7	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.4925530549486259	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	3873.0	95.352	100.0	0.0007454277508413524	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ENG0006_000000006111	4118	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.49902649313085884	PS499	0	0	False	True	0.9997571706771851	0					non-mobilizable	chromosome	3958.0	95.225	100.0	0.0007618086605677007	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
DEN0061_000000009247	4116	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.4997193218715878	PS499	0	0	False	True	0.999514102935791	0					non-mobilizable	chromosome	3970.0	95.23899999999999	100.0	0.000764121259587891	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
SPA0134_000000007173	4102	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.49901741780564957	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	3970.0	95.23899999999999	100.0	0.000764121259587891	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
CHI0003_000000002463	4098	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.49879011764606607	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	3970.0	95.23899999999999	100.0	0.000764121259587891	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ENG0007_000000006376	4096	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.4985812779545503	PS499	0	0	False	True	0.9921875	0					non-mobilizable	chromosome	3958.0	95.225	100.0	0.0007618086605677007	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ISR0801_000000001581	4086	0.5679494189290626	8	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.49802774554347184	PS499	0	0	False	True	0.9995105266571045	0					non-mobilizable	chromosome	3958.0	95.225	100.0	0.0007618086605677007	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ISR0139_000000005743	4020	0.5679494189290626	7	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.4587507465768433	PS499	0	0	False	True	0.9997512698173523	0					non-mobilizable	other	3951.0	94.052	100.0	0.0007640501899865871	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0811_000000003384	4020	0.5679494189290626	7	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.4587507465768433	PS499	0	0	False	True	1.0	0					non-mobilizable	other	3951.0	94.052	100.0	0.0007640501899865871	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0074_000000006887	4020	0.5679494189290626	7	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.4587507465768433	PS499	0	0	False	True	1.0	0					non-mobilizable	other	3951.0	94.052	100.0	0.0007640501899865871	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ENG0029_000000017426	1421	0.5679429347383553	2	2	2	1	1	False	65778	maximal	True	ENG0029_000000017426	1.0		57	10	False	False	0.9929627180099487	0					non-mobilizable	no_good_hit	125.0	77.6	8.0	5.916471356820896e-05	CP026103.1	b-proteobacteria	Paraburkholderia caribensis strain DSM 13236 chromosome 3, complete sequence	True	False
ENG0106_000000005163	4011	0.5679380011712448	3	3	2	3	2	False	60097	maximal	True	ENG0106_000000005163	1.0		35	8	False	False	0.9950137138366699	0					non-mobilizable	no_good_hit	3056.0	99.836	76.0	0.0006683727126283938	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
CHI0151_000000008901	2804	0.5679341776934129	3	3	3	3	3	False	105550	fragment	False	CHI0151_000000008901	1.0		0	0	False	False	0.9996433854103088	0					non-mobilizable	other	1849.0	94.59200000000001	96.0	0.0004528435855699075	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0065_000000004302	2996	0.5679330973792158	3	2	2	2	2	False	85264	maximal	True	CHI0065_000000004302	1.0		3	2	False	False	0.9963284134864807	0					non-mobilizable	no_good_hit	316.0	89.557	11.0	0.0008450332765492501	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
SPA0134_000000001657	16802	0.5679279045839442	22	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.8082110819038494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.0020578360229611178	NC_049971.1	viruses	Bacillus phage vB_Bpu_PumA1, complete genome	True	False
ISR0056_000000006991	2966	0.5679276462714814	4	4	4	4	4	False	110710	maximal	True	ISR0056_000000006991	1.0		141	11	False	False	1.0	0					non-mobilizable	no_good_hit	666.0	77.628	24.0	0.00017310561956884393	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
AST0035_000000003673	4401	0.5679245544686007	3	3	1	3	1	False	116902	maximal	True	AST0035_000000003673	1.0		61	9	False	False	0.9990910887718201	0					non-mobilizable	other	4402.0	98.682	100.0	0.03674819014537287	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MAD0042_000000000030	102395	0.5679226599185019	109	27	14	22	10	True	49413	maximal	True	MAD0042_000000000030	1.0		3	1	True	True	1.0	15					non-mobilizable	no_good_hit	627.0	87.241	1.0	0.00018214626872489997	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0114_000000013152	2127	0.5679208117653509	2	2	2	2	2	False	117653	maximal	True	ISR0114_000000013152	1.0		86	10	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	74.593	14.0	0.0009861222136314197	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
ENG0054_000000013544	1975	0.5679152182037933	3	2	2	2	2	False	63758	maximal	True	ENG0054_000000013544	0.9944599001746898		214	11	False	False	0.9837974905967712	0					non-mobilizable	other	1975.0	98.785	100.0	0.002838176493169829	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
CHI0075_000000005407	1346	0.5679129181847533	2	2	2	2	2	False	84633	maximal	True	CHI0075_000000005407	1.0		79	7	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	88.095	81.0	0.0068816743094671905	NZ_WNCH01000001.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold1_size158588, whole genome shotgun sequence	True	False
MON0063_000000019290	1538	0.5679073507339765	3	2	1	2	2	False	51178	fragment	False	MON0063_000000019290	0.9634688691232529		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	85.661	87.0	0.00030159380902346954	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0008_000000001259	16652	0.5679051906708771	15	4	1	4	1	True	51482	maximal	True	FIJ0008_000000001259	1.0		1	1	False	False	0.999819815158844	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.96224832660081e-06	NZ_LN875035.1	firmicutes	Niameybacter massiliensis strain Mt14, whole genome shotgun sequence	True	True
FIJ0020_000000001866	10799	0.5679051906708771	10	4	1	4	1	True	49835	fragment	False	FIJ0020_000000001866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0822_000000004465	1705	0.5679017622364082	3	3	3	3	2	False	33162	fragment	False	ISR0822_000000004465	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1705.0	98.59200000000001	100.0	0.006245166776005952	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0794_000000005594	3461	0.5679001274790071	6	4	3	4	2	False	63978	fragment	False	ISR0794_000000005594	1.0		0	0	False	False	0.9973995685577393	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	9.890766969034407e-06	NZ_CP039700.1	g-proteobacteria	Vibrio cyclitrophicus strain ECSMB14105 chromosome 1, complete sequence	True	False
USA0032_01_000000002583	9963	0.567899398703082	15	4	2	4	2	True	111113	maximal	True	USA0032_01_000000002583	1.0		33	6	False	False	0.9997992515563965	0					non-mobilizable	no_good_hit	3760.0	98.51100000000001	38.0	0.25967385295743506	NZ_QRHR01000017.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf17, whole genome shotgun sequence	True	True
ENG0063_000000019671	1576	0.5678953455526695	2	2	1	1	1	True	63073	fragment	False	ENG0063_000000019671	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1579.0	93.667	100.0	0.0004390159028430247	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MAD0008_000000005438	2285	0.5678935806101401	3	3	3	3	3	False	19833	maximal	True	MAD0008_000000005438	1.0		2	2	False	False	0.9929978251457214	0					non-mobilizable	no_good_hit	86.0	77.907	4.0	1.8145658832580895e-05	NC_015276.1	g-proteobacteria	Marinomonas mediterranea MMB-1, complete sequence	True	False
ISR0143_000000014333	2081	0.5678924230486619	4	3	3	3	3	False	31146	maximal	True	ISR0143_000000014333	1.0		27	5	False	False	0.992311418056488	0					non-mobilizable	other	1370.0	97.37200000000001	98.0	0.0004703610640062385	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
ISR0039_000000025852	1448	0.5678917367546756	3	3	2	2	1	False	115792	fragment	False	ISR0054_000000014703	0.34567460700217495		0	0	False	False	0.9792817831039429	0					non-mobilizable	other	1342.0	99.18	93.0	0.016676408043475557	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0105_000000001879	4047	0.5678901207160635	3	3	3	3	2	True	83209	fragment	False	CHI0105_000000001879	0.9990512333965844		0	0	False	False	0.9995058178901672	0					non-mobilizable	no_good_hit	2446.0	80.376	60.0	0.003988695421514722	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MAD0086_000000003928	2221	0.5678888021687452	6	4	2	3	1	False	16030	maximal	True	MAD0086_000000003928	1.0		1	1	False	False	0.9995497465133667	0					non-mobilizable	no_good_hit								True	False
MON0109_000000031504	1168	0.5678875160864824	3	3	3	1	1	False	27115	maximal	False	ISR0246_000000019854	0.9797353184449958		0	0	False	False	0.9854452013969421	0					non-mobilizable	other	1164.0	99.055	99.0	0.005839672616806005	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	False	False
ISR0157_000000005839	4831	0.5678835551363088	7	4	3	4	3	True	30558	fragment	False	ISR0157_000000005839	1.0		0	0	False	False	0.999172031879425	0					non-mobilizable	no_good_hit	472.0	97.669	10.0	0.00195965034179464	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	True	True
ISR0183_000000009530	3564	0.5678829091822969	4	2	2	2	2	False	118321	maximal	True	ISR0183_000000009530	1.0		12	5	False	False	0.9994388222694397	0					non-mobilizable	no_good_hit	1114.0	75.673	31.0	0.00026584862627555985	CP012323.1	firmicutes	Clostridioides difficile strain DSM 28669 chromosome, complete genome	True	False
MON0048_000000033881	1218	0.5678826245361916	1	1	1	1	1	False	48505	fragment	False	FIJ0031_000000021278	0.9448132780082987		0	0	False	False	0.958949089050293	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	7.0	0.0003287743293003682	NZ_NFIG01000005.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_5, whole genome shotgun sequence	True	False
ISR0124_000000008253	1771	0.567881568969829	3	3	3	3	2	False	32081	maximal	True	ISR0124_000000008253	1.0		72	7	False	False	0.9881423115730286	0					non-mobilizable	other	1806.0	71.982	100.0	0.009262117937635072	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0113_000000008588	2940	0.5678784651305718	4	4	4	3	1	False	84326	maximal	True	FIJ0113_000000008588	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0005971575301564553	NZ_FOCW01000011.1	b-proteobacteria	Brachymonas denitrificans DSM 15123, whole genome shotgun sequence	True	False
MON0001_000000016341	2121	0.5678752492723151	3	3	3	3	3	True	14389	fragment	False	MON0001_000000016341	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2121.0	99.95299999999999	100.0	0.0009623319663982729	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
MON0029_000000012799	2259	0.5678723650456525	2	2	2	2	2	False	114482	maximal	True	MON0029_000000012799	1.0		147	11	False	False	0.973882257938385	0					non-mobilizable	no_good_hit	308.0	73.70100000000001	17.0	4.1316542035272015e-05	CP015878.1	g-proteobacteria	Pseudomonas citronellolis strain SJTE-3, complete genome	True	False
MON0075_000000012348	1997	0.5678722301125431	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.24870178741264304	PS777	0	0	False	True	1.0	0					non-mobilizable	other	1929.0	97.615	100.0	0.0004653014926813964	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
ISR0027_000000005148	5084	0.5678694105754893	5	2	2	2	2	False	71516	fragment	False	ENG0066_000000003358	0.9671826018808777		0	0	False	False	0.9980330467224121	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.1642941436900182e-05	CP019388.1	CFB group bacteria	Winogradskyella sp. J14-2, complete genome	True	False
ENG0011_000000005122	4851	0.5678694105754893	5	2	2	2	2	False	71514	fragment	False	ENG0011_000000005122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	1.0	3.100750798211931e-05	LR594036.1	firmicutes	Streptococcus porcinus strain NCTC10710 genome assembly, chromosome: 1	True	False
ENG0014_000000004553	5735	0.5678651050900465	6	6	6	6	5	False	122927	fragment	False	AST0019_000000002659	0.07177936119151884		0	0	False	False	1.0	0					non-mobilizable	other	5735.0	99.05799999999999	100.0	0.09481518233688911	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0057_000000016735	1340	0.5678649957050829	2	2	1	2	1	False	35565	maximal	True	ISR0057_000000016735	1.0		6	4	False	False	0.9597014784812927	0					non-mobilizable	chromosome	1281.0	96.87700000000001	96.0	0.0006718089730357203	NZ_CP034543.1	firmicutes	Streptococcus periodonticum strain KCOM 2412 chromosome, complete genome	False	False
ISR0126_000000010899	4459	0.5678630341585811	4	4	4	3	3	False	53639	maximal	False	ISR0396_000000004595	0.9498978326130132		0	0	False	False	0.9991029500961304	0					non-mobilizable	no_good_hit	1163.0	85.727	26.0	0.02878787878787879	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0047_000000006074	2914	0.5678628817140903	3	3	3	3	3	False	112830	maximal	True	ENG0047_000000006074	1.0	PS721	0	0	False	True	0.9996568560600281	0					non-mobilizable	no_good_hit	2265.0	74.128	77.0	0.2726386349786715	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
DEN0033_000000006447	4162	0.5678625956640435	6	4	2	3	3	False	124369	fragment	False	ENG0025_000000004712	0.8251610787621102		0	0	False	False	1.0	0					non-mobilizable	other	4111.0	98.711	99.0	0.3695573947463116	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0086_000000009084	3386	0.5678618948598764	5	3	3	3	3	False	101861	maximal	True	FIJ0086_000000009084	1.0		1	1	False	False	0.9997046589851379	0					non-mobilizable	other	3125.0	95.32799999999999	92.0	0.010402999375686494	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
ENG0161_000000008310	2608	0.5678598502136752	4	3	3	3	2	True	56413	maximal	True	ENG0161_000000008310	1.0		104	11	False	False	0.9934815764427185	0					non-mobilizable	no_good_hit	1476.0	82.11399999999999	84.0	0.0005176635483348489	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CHI0181_000000004022	4838	0.5678587368444759	5	5	5	4	5	False	125462	maximal	True	CHI0181_000000004022	1.0		98	9	False	False	1.0	0					non-mobilizable	chromosome	2864.0	88.26799999999999	96.0	0.0007958365945576074	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0179_000000021887	1492	0.5678565039899411	2	2	2	2	2	False	55375	maximal	True	ENG0179_000000021887	1.0		39	8	False	False	1.0	0					non-mobilizable	other	1396.0	98.639	94.0	0.0007352475790628494	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0282_000000002835	6502	0.5678504115630764	12	7	3	6	5	False	126008	maximal	True	ISR0282_000000002835	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	6506.0	97.86399999999999	100.0	0.0023014898596689665	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0394_000000015650	1232	0.5678500585538974	2	2	2	2	2	False	22748	fragment	False	ISR0394_000000015650	1.0		0	0	False	False	0.9983766078948975	0					non-mobilizable	chromosome	1232.0	98.945	100.0	0.0005741971385298407	CP054153.1	firmicutes	Streptococcus salivarius strain DB-B5 chromosome, complete genome	False	False
CHI0162_000000022209	1472	0.5678490012277713	2	2	2	2	2	False	78533	maximal	True	CHI0162_000000022209	1.0		63	11	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	88.25200000000001	47.0	0.0016774939066429729	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
CAN0005_000000015374	1109	0.5678485530483002	1	1	1	1	1	False	95790	fragment	False	CHI0010_000000005292	0.2316518652663503		0	0	False	False	1.0	0					non-mobilizable	chromosome	1096.0	99.544	99.0	0.00038639508209042917	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0051_000000013009	1437	0.5678475334054718	4	4	4	3	2	False	86574	maximal	True	CHI0051_000000013009	1.0		19	4	False	False	0.9777314066886902	0					non-mobilizable	no_good_hit	1051.0	99.429	73.0	0.0051796602142899426	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0071_000000000640	9704	0.5678411935357449	20	6	3	3	4	True	98409	fragment	False	MAD0071_000000000640	1.0		0	0	False	False	0.9997938871383667	0					non-mobilizable	no_good_hit								True	True
FIJ0114_000000022214	1792	0.5678379669147159	3	3	2	2	3	False	41853	maximal	True	FIJ0114_000000022214	1.0		191	12	False	False	0.9988839030265808	0					non-mobilizable	plasmid	1245.0	97.34899999999999	96.0	0.001984861442630484	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
SPA0014_000000009840	2334	0.5678375321208801	4	3	3	2	2	False	104363	fragment	False	SPA0014_000000009840	1.0		0	0	False	False	0.9768637418746948	0					non-mobilizable	other	2216.0	74.91	93.0	0.006541264604018248	NZ_FRFD01000007.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	False	False
ISR0259_000000002041	6058	0.567837519002275	5	5	5	4	4	False	124218	maximal	True	ISR0259_000000002041	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	2110.0	80.569	54.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0056_000000011970	1770	0.5678286137268036	2	2	1	2	1	False	48911	maximal	True	FIJ0056_000000011970	1.0		45	2	False	False	0.994915246963501	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	3.0	7.036567932508203e-05	NZ_SNXY01000007.1	a-proteobacteria	Oharaeibacter diazotrophicus strain DSM 102969 Ga0244730_102, whole genome shotgun sequence	True	False
FIJ0074_000000002204	12456	0.5678283447830749	8	5	3	5	3	False	87893	maximal	True	FIJ0074_000000002204	1.0		5	2	False	False	0.9996788501739502	0					non-mobilizable	no_good_hit	1377.0	87.436	46.0	0.011023824648017561	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0008_000000026212	1157	0.5678263489311435	1	1	1	1	1	False	8156	fragment	False	SPA0008_000000026212	1.0		0	0	False	False	0.9878997206687927	0					non-mobilizable	chromosome	1158.0	95.682	100.0	0.0004020361026335276	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	False	False
ENG0003_000000004602	4877	0.5678202549169032	3	3	3	3	3	False	67925	maximal	True	ENG0003_000000004602	1.0		112	8	False	False	0.999384880065918	0					non-mobilizable	other	4877.0	98.708	100.0	0.023539407749273444	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
CAN0012_000000017174	2920	0.5678180750113679	3	3	3	3	2	False	94240	maximal	True	CAN0012_000000017174	1.0		117	11	False	False	0.9996575117111206	0					non-mobilizable	other	2921.0	99.14399999999999	100.0	0.0009163560080957402	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CAN0006_000000012906	3498	0.5678143508508344	6	4	4	4	2	True	95728	maximal	True	CAN0006_000000012906	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	2.0	7.754020321071827e-06	LN899819.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : I	True	True
ISR0053_000000007103	2551	0.5678112325590648	4	2	1	2	2	False	83133	fragment	False	ISR0053_000000007103	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2551.0	98.785	100.0	0.0004681434704546189	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0201_000000015397	1958	0.5678112325590648	3	2	1	2	2	False	83132	fragment	False	ISR0201_000000015397	1.0		0	0	False	False	0.9928498268127441	0					non-mobilizable	chromosome	1958.0	100.0	100.0	0.0003690611702388469	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
ISR0090_000000005527	4295	0.5678108511292185	3	3	2	2	2	False	129808	maximal	True	ISR0090_000000005527	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000023958	1892	0.5678093337526405	4	3	2	2	3	False	95626	maximal	True	CAN0006_000000023958	1.0		8	4	False	False	0.9984143972396851	0					non-mobilizable	no_good_hit	1389.0	81.71300000000001	72.0	0.0003947264770990144	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0096_000000014841	2951	0.5678059206795655	3	3	3	3	2	False	68201	maximal	True	DEN0096_000000014841	1.0		219	13	False	False	0.9976279139518738	0					non-mobilizable	other	2951.0	99.01700000000001	100.0	0.009644977187617537	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	False
ISR0253_000000002895	3854	0.5678022179872856	6	4	2	4	2	False	26942	maximal	True	ISR0253_000000002895	1.0		26	6	False	False	0.9997405409812927	0					non-mobilizable	no_good_hit	1658.0	79.312	82.0	0.00030127432629932564	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	False
CHI0185_000000009670	2121	0.5678012247823738	2	2	2	2	2	False	77222	maximal	True	CHI0185_000000009670	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	817.0	70.624	38.0	0.001148336265912507	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	True	False
SPA0101_000000028320	1422	0.5678004624515943	2	2	2	1	1	False	81912	fragment	False	SPA0101_000000028320	0.9757643549589858		0	0	False	False	0.9929676651954651	0					non-mobilizable	no_good_hit								True	False
ISR0265_000000013228	1329	0.5678001837477386	3	3	3	2	2	True	100701	fragment	False	ISR0309_000000010652	0.03620601733809281		0	0	False	False	1.0	0					non-mobilizable	chromosome	1329.0	98.044	100.0	0.0005499711762094396	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
ENG0095_000000015074	1841	0.5678001688461478	4	3	3	3	1	False	60955	maximal	True	ENG0095_000000015074	1.0		1	1	False	False	0.9945681691169739	0					non-mobilizable	no_good_hit	826.0	79.056	76.0	0.00022762156991211962	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0224_000000026018	1209	0.5677994889629936	2	2	2	2	2	False	31405	fragment	False	ISR0135_000000017096	0.9630225080385852		0	0	False	False	0.9909015893936157	0					non-mobilizable	no_good_hit	46.0	93.478	4.0	9.389673365273872e-06	NZ_CP035129.1	enterobacteria	Kosakonia cowanii strain FBS 223 chromosome, complete genome	True	False
DEN0010_000000002246	14233	0.5677914782745042	20	8	4	6	6	False	76058	fragment	False	DEN0010_000000002246	1.0		0	0	False	False	0.9999297261238098	0					non-mobilizable	no_good_hit	62.0	98.387	0.0	0.005673890800855734	NZ_CYXV01000028.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0098_000000000868	18904	0.5677901832294902	19	9	5	8	2	True	50068	fragment	False	FIJ0020_000000000728	0.9707789269646784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	93.137	1.0	0.007467652495378928	NZ_GL831020.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld224, whole genome shotgun sequence	True	True
FIJ0018_000000001143	18472	0.5677901832294902	18	9	5	8	2	True	50068	fragment	False	FIJ0020_000000000728	0.808073685721574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	92.15700000000001	1.0	0.007467652495378928	NZ_GL831020.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld224, whole genome shotgun sequence	True	True
FIJ0049_000000001801	8275	0.5677891470382245	13	6	3	4	2	True	113134	fragment	False	ISR0042_000000002093	0.8676812092287504		0	0	False	False	1.0	0					non-mobilizable	other	8278.0	95.228	99.0	0.18898285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0103_000000025311	1208	0.5677874974450883	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.24246183306536814		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	92.975	100.0	0.016803324408746094	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0330_000000026324	1232	0.5677867838188184	2	2	2	1	1	False	24638	fragment	False	ISR0330_000000026324	1.0		0	0	False	False	0.9926947951316833	0					non-mobilizable	no_good_hit	1018.0	72.102	81.0	0.002402076633993259	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0023_01_000000005596	5755	0.5677832404759255	7	5	2	3	5	False	102111	fragment	False	USA0023_01_000000005596	0.9821970907126477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3354.0	99.165	59.0	0.0016745983611716993	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0069_000000003936	5635	0.5677832404759255	7	5	2	3	5	False	102111	fragment	False	USA0023_01_000000005596	0.9752283747458937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3353.0	99.135	60.0	0.0016740987793217078	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0152_000000001193	5030	0.5677823897455191	7	5	5	4	4	False	86836	fragment	False	CHI0049_000000002684	0.9075538529624347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	94.78399999999999	38.0	0.00027998847691868326	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0067_000000016850	1218	0.5677812646372085	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.10265230004144218		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	99.91799999999999	100.0	0.0003907167999876717	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0110_000000001302	14540	0.5677801845116482	17	12	7	12	7	True	108681	maximal	True	ISR0110_000000001302	1.0		1	1	False	False	0.9996561408042908	0					non-mobilizable	no_good_hit	4284.0	96.965	39.0	0.012645632931200435	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
ENG0201_000000003112	2594	0.5677769977577646	3	3	3	2	3	False	54165	maximal	True	ENG0201_000000003112	1.0		1	1	False	False	0.9845798015594482	0					non-mobilizable	other	2594.0	98.728	100.0	0.04442122214037312	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	False
ISR0004_000000001932	8091	0.5677769797171475	12	9	7	8	7	False	38582	maximal	True	ISR0004_000000001932	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	99.855	48.0	0.010473792699530695	KJ816753.1	CFB group bacteria	Bacteroides fragilis strain HMW 615 transposon CTnHyb, complete sequence	True	False
USA0017_01_000000013349	2063	0.5677741886569984	2	2	2	1	1	False	1891	maximal	True	USA0017_01_000000013349	1.0		1	1	False	False	0.9917595982551575	0					non-mobilizable	no_good_hit								True	False
FIJ0159_000000020306	1277	0.5677736281666254	2	2	2	2	2	False	41041	fragment	False	SPA0138_000000018849	0.7060083777628445		0	0	False	False	0.990602970123291	0					non-mobilizable	chromosome	1277.0	98.434	100.0	0.0004447648114350567	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0021_000000024469	1507	0.5677716005241555	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.2232900760521684		0	0	False	False	0.9960185885429382	0					non-mobilizable	chromosome	1518.0	92.292	99.0	0.0004886345725720647	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0045_000000010942	2336	0.5677711569438416	2	2	2	2	2	False	75121	maximal	False	DEN0018_000000015805	0.9781886165351059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1281.0	75.176	54.0	0.00912759967827186	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0042_000000006686	3230	0.5677691433657642	6	2	2	2	2	False	18147	fragment	False	MAD0042_000000006686	1.0		0	0	False	False	0.9996904134750366	0					non-mobilizable	no_good_hit	632.0	74.051	19.0	0.00015606996752138812	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
USA0050_01_000000003076	4610	0.5677579052577397	5	4	4	4	3	False	101210	fragment	False	USA0050_01_000000003076	1.0		0	0	False	False	0.9976139068603516	0					non-mobilizable	chromosome	4610.0	99.32799999999999	100.0	0.0019488883006658104	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0081_000000007920	3321	0.567757734227106	5	4	3	4	2	False	61673	maximal	True	ENG0081_000000007920	1.0		152	10	False	False	0.9951821565628052	0					non-mobilizable	no_good_hit	1019.0	72.42399999999999	30.0	0.0002235693288711508	NZ_JABSWD010000001.1	firmicutes	Clostridium tetanomorphum strain DJ062 Ga0423206_01, whole genome shotgun sequence	True	False
TAN0005_000000002887	4414	0.5677565532398754	3	3	1	2	3	False	2946	maximal	True	TAN0005_000000002887	1.0		54	7	False	False	0.9975079298019409	0					non-mobilizable	no_good_hit	675.0	72.444	15.0	0.002532246880662598	NZ_OEPV01000005.1	CFB group bacteria	Dysgonomonas massiliensis strain Marseille-P4356, whole genome shotgun sequence	True	False
ISR0254_000000002761	3471	0.5677563679349281	4	2	1	2	1	False	63980	maximal	True	ISR0254_000000002761	1.0		27	5	False	False	0.9997118711471558	0					non-mobilizable	no_good_hit								True	False
ENG0109_000000008508	2906	0.5677563679349281	4	2	1	2	1	False	63981	fragment	False	ENG0109_000000008508	1.0		0	0	False	False	0.9924294352531433	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	9.591046757851546e-06	NZ_CP039700.1	g-proteobacteria	Vibrio cyclitrophicus strain ECSMB14105 chromosome 1, complete sequence	True	False
ISR0045_000000008689	2884	0.5677563679349281	5	2	1	2	1	False	63977	fragment	False	ISR0045_000000008689	1.0		0	0	False	False	0.994452178478241	0					non-mobilizable	no_good_hit	41.0	97.561	1.0	2.3925391060516884e-05	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0375_000000009741	2235	0.5677563679349281	4	2	1	2	1	False	36358	fragment	False	ISR0375_000000009741	0.9784798534798534		0	0	False	False	0.9834451675415039	0					non-mobilizable	no_good_hit	40.0	100.0	2.0	0.0003782808589885352	NZ_VWXL01000108.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_108, whole genome shotgun sequence	True	False
ENG0052_000000014836	2105	0.5677563679349281	3	2	1	2	1	False	63975	fragment	False	ENG0052_000000014836	1.0		0	0	False	False	0.9904988408088684	0					non-mobilizable	no_good_hit								True	False
ISR0773_000000007785	1958	0.5677563679349281	4	2	1	2	1	False	36357	fragment	False	ISR0773_000000007785	0.9773104593248478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	6.763588895539751e-06	NZ_CP021850.1	firmicutes	Pseudoclostridium thermosuccinogenes strain DSM 5807 chromosome, complete genome	True	False
ENG0184_000000010073	2225	0.5677542937142647	2	2	2	2	2	False	55110	maximal	True	ENG0184_000000010073	1.0		1	1	False	False	0.9986516833305359	0					non-mobilizable	no_good_hit	1016.0	83.76	51.0	0.0003044757024775468	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0059_000000001218	12163	0.5677501394274588	22	4	3	3	2	True	100667	fragment	False	ISR0022_000000001841	0.7096704390150175		0	0	False	False	1.0	0					non-mobilizable	chromosome	12153.0	98.552	99.0	0.0032405650021647336	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0060_000000000868	11811	0.5677501394274588	22	4	3	3	2	True	100667	fragment	False	ISR0022_000000001841	0.6853501119781478		0	0	False	False	1.0	0					non-mobilizable	chromosome	11799.0	98.619	99.0	0.0031461329960101145	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0081_000000001739	11078	0.5677501394274588	20	4	3	3	2	True	100667	fragment	False	ISR0022_000000001841	0.13010973153649666		0	0	False	False	1.0	0					non-mobilizable	chromosome	9975.0	98.81700000000001	98.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0115_000000003144	7741	0.5677475596114978	9	8	3	4	7	False	41760	maximal	True	FIJ0115_000000003144	1.0		0	0	False	False	0.9989665150642395	0					non-mobilizable	plasmid	7742.0	99.17299999999999	100.0	0.02685429981056269	CP028791.1	enterobacteria	Klebsiella pneumoniae strain WCHKP020030 plasmid pOXA1_020030, complete sequence	False	True
CHI0037_000000002418	4660	0.5677423558757622	6	6	6	6	5	False	121658	fragment	False	ISR0344_000000006211	0.9619974874371859		0	0	False	False	1.0	0					non-mobilizable	other	3220.0	98.975	100.0	0.05322087157859919	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0241_000000010661	1493	0.5677417135059031	2	2	2	2	2	False	99160	fragment	False	SPA0051_000000013719	0.11871125807051867		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	99.79899999999999	99.0	0.08514772272701297	NZ_QRST01000033.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf33, whole genome shotgun sequence	False	False
ISR0391_000000002334	4817	0.5677416629647235	4	4	4	3	4	False	124211	maximal	True	ISR0391_000000002334	1.0		34	4	False	False	1.0	0					non-mobilizable	no_good_hit	2048.0	80.762	42.0	0.014397014162858683	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0053_000000007242	4504	0.5677404465772297	3	2	2	2	1	True	6490	maximal	True	SPA0053_000000007242	1.0		1	1	False	False	0.999333918094635	0					non-mobilizable	no_good_hit	60.0	96.667	1.0	0.0005036837207714045	NZ_QPJT01000016.1	firmicutes	Anaerobacterium chartisolvens strain DSM 27016 Ga0244570_116, whole genome shotgun sequence	True	True
ISR0162_000000015576	2542	0.5677386346340778	4	2	1	2	1	False	82054	fragment	False	SPA0111_000000013480	0.9508664169371256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000014037	2441	0.567737886468734	4	3	1	1	3	False	64614	fragment	False	ENG0043_000000014037	1.0		0	0	False	False	0.9950839877128601	0					non-mobilizable	no_good_hit	1255.0	89.88	54.0	0.02740748874492149	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
AST0028_000000006788	2519	0.5677355973252766	4	4	3	2	4	False	118813	maximal	True	AST0028_000000006788	1.0		263	10	False	False	1.0	0					non-mobilizable	other	2519.0	98.25299999999999	100.0	0.036358910676639614	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0046_000000003623	6778	0.5677301024233621	7	7	7	7	6	False	121674	maximal	True	FIJ0046_000000003623	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	83.564	46.0	0.0003995960975484262	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0050_000000023343	1116	0.5677252020561376	2	2	2	2	2	False	46564	maximal	False	MAD0012_000000027221	0.979947689625109		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	98.118	100.0	0.0003931423284533146	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0213_000000022556	1211	0.5677250221797474	2	2	2	2	1	False	87320	fragment	False	SPA0032_000000022606	0.7996198212079066		0	0	False	False	1.0	0					non-mobilizable	chromosome	1211.0	99.917	100.0	0.00026528292753084297	CP047571.1	enterobacteria	Escherichia coli strain 2EC1 chromosome, complete genome	False	False
FIJ0036_000000025562	1654	0.5677220201691504	3	2	2	2	2	False	47928	maximal	True	FIJ0036_000000025562	1.0		7	5	False	False	0.9993954300880432	0					non-mobilizable	no_good_hit	563.0	75.133	33.0	0.0010126776992988168	NZ_PHNE01000001.1	mycoplasmas	Entomoplasma lucivorax strain PIPN-2 entomo04.02.1, whole genome shotgun sequence	True	False
CHI0025_000000006474	1594	0.5677134854485248	3	2	2	2	2	False	88953	maximal	True	CHI0025_000000006474	1.0		7	4	False	False	1.0	0					non-mobilizable	chromosome	1594.0	95.859	100.0	0.0005738142463804107	NZ_CP021255.1	d-proteobacteria	Desulfobulbus oralis strain HOT041/ORNL chromosome, complete genome	False	False
AST0102_000000022512	1398	0.5677114238864966	2	2	2	2	1	False	108171	fragment	False	AST0102_000000022512	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	87.2	93.0	0.003915156501669955	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0194_000000006418	3586	0.5677055940350798	5	3	2	2	3	False	83199	fragment	False	ISR0194_000000006418	1.0		0	0	False	False	0.9941439032554626	0					non-mobilizable	other	2924.0	97.845	99.0	0.020299382887641073	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
ISR0085_000000003625	5634	0.5677029314901644	6	5	3	5	3	False	104444	maximal	True	ISR0085_000000003625	1.0		0	0	False	False	0.998757541179657	0					non-mobilizable	no_good_hit	409.0	99.26700000000001	7.0	0.001204627185601162	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
FIJ0005_000000001860	12873	0.5677015324562771	13	7	5	5	3	True	51933	fragment	False	FIJ0005_000000001860	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0015_000000004130	4068	0.5676992035402367	3	3	3	3	3	False	45095	maximal	True	MAD0015_000000004130	1.0		45	8	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	87.647	17.0	0.018874218207088254	NZ_JH379397.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld288, whole genome shotgun sequence	True	False
ISR0189_000000007553	1986	0.5676944543345511	3	2	1	2	1	False	29229	maximal	True	ISR0189_000000007553	1.0		3	2	False	False	0.9984894394874573	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000007164	4551	0.5676788794599512	7	5	3	2	0	True	6491	maximal	True	SPA0053_000000007164	1.0		1	1	False	False	0.9997802972793579	0					non-mobilizable	no_good_hit	2061.0	86.17200000000001	55.0	0.05078744057052298	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ISR0830_000000009222	2881	0.5676776806661649	4	4	4	4	4	False	21045	fragment	False	ISR0830_000000009222	1.0		0	0	False	False	0.9996529221534729	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	1.012673215806115e-05	NZ_KZ614145.1	firmicutes	Rummeliibacillus pycnus strain DSM 15030 Scaffold1, whole genome shotgun sequence	True	False
USA0011_01_000000021754	1660	0.5676775494029082	2	2	2	2	2	False	2007	maximal	True	USA0011_01_000000021754	1.0		223	12	False	False	1.0	0					non-mobilizable	chromosome	1660.0	98.916	100.0	0.0004618436162438668	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0171_000000004691	4392	0.5676749545409288	6	5	4	4	4	False	104775	maximal	True	FIJ0171_000000004691	1.0		0	0	False	False	0.999772310256958	0					non-mobilizable	no_good_hit	2214.0	98.509	71.0	0.010231172699604999	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ISR0011_000000016065	1750	0.5676743590323311	2	1	1	1	1	False	38247	maximal	True	ISR0011_000000016065	1.0		3	2	False	False	0.9988571405410767	0					non-mobilizable	no_good_hit	103.0	77.67	6.0	8.902166965482737e-05	NC_021280.1	mycoplasmas	Spiroplasma chrysopicola DF-1, complete sequence	True	False
ISR0065_000000009154	3398	0.5676738428782455	3	3	3	1	2	False	124475	fragment	False	ISR0065_000000009154	1.0		0	0	False	False	0.998822808265686	0					non-mobilizable	no_good_hit	2877.0	94.96	85.0	0.03916228655464474	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	True	False
ISR0353_000000009696	3669	0.5676723120442364	7	3	2	3	1	True	124511	maximal	False	ENG0053_000000006728	0.211906306697708		0	0	True	True	0.992095947265625	1					non-mobilizable	no_good_hit	1889.0	92.43	88.0	0.4972302822474281	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
CHI0034_000000003297	4310	0.5676720907571826	5	3	2	3	2	False	88292	maximal	True	CHI0034_000000003297	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	81.21	43.0	0.015745959527366564	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	False
DEN0031_000000018114	1910	0.5676709180760754	2	2	2	2	2	False	120112	fragment	False	DEN0031_000000018114	0.9886222031209945		0	0	False	False	0.9895287752151489	0					non-mobilizable	no_good_hit	499.0	79.359	26.0	0.0008629556053369402	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
ISR0280_000000009716	1493	0.567665416806031	3	3	3	2	2	False	129040	fragment	False	ISR0045_000000017451	0.9749163879598663		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	85.854	66.0	0.001972028986315737	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
USA0024_01_000000010397	2248	0.5676644574937625	3	3	1	1	3	False	33666	fragment	False	ISR0382_000000005070	0.6358200842505776		0	0	False	False	0.9862099885940552	0					non-mobilizable	other	2248.0	99.555	100.0	0.023177612509928103	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0033_000000012058	2541	0.5676636510894755	6	5	3	4	5	False	7202	maximal	True	SPA0033_000000012058	1.0		54	6	False	False	1.0	0					non-mobilizable	chromosome	1497.0	98.196	98.0	0.0006868406203786898	NZ_LS483462.1	firmicutes	Streptococcus pasteurianus strain NCTC13784 chromosome 1	False	False
ISR0232_000000006508	3730	0.5676630506098502	6	5	4	5	2	True	42379	maximal	True	ISR0232_000000006508	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	3197.0	97.02799999999999	86.0	0.0010858143250709296	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0294_000000002994	6296	0.5676607308003634	9	6	4	4	6	False	105629	fragment	False	ISR0294_000000002994	0.9483626401630989		0	0	False	False	1.0	0					non-mobilizable	chromosome	6296.0	98.491	100.0	0.0013982084274541946	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0109_000000010471	3266	0.567658840705653	2	2	2	2	2	False	110165	maximal	True	MON0109_000000010471	1.0		4	3	False	False	0.9975505471229553	0					non-mobilizable	no_good_hit	1896.0	73.734	57.0	0.009745793727975238	NZ_FOZC01000004.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ISR0264_000000009169	1279	0.567658692750117	1	1	1	1	1	False	26615	maximal	True	ISR0264_000000009169	1.0		2	1	False	False	0.9835809469223022	0					non-mobilizable	no_good_hit	106.0	90.566	16.0	0.00015778084991284485	NZ_JH414505.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.2, whole genome shotgun sequence	True	False
DEN0031_000000021459	1617	0.5676554515287832	3	3	3	2	1	False	73727	maximal	True	DEN0031_000000021459	1.0		52	8	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	95.697	69.0	0.28841372451516656	KU545922.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_4 genomic sequence	True	False
ISR0811_000000008868	1717	0.5676482759757315	3	3	3	3	3	False	41981	maximal	True	ISR0811_000000008868	1.0		57	9	False	False	1.0	0					non-mobilizable	chromosome	1717.0	97.61200000000001	100.0	0.00033513275849434527	CP054063.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP chromosome, complete genome	False	False
MON0105_000000040636	1345	0.5676462065703239	2	1	1	1	1	False	8694	maximal	True	MON0105_000000040636	1.0		140	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0002_000000002557	3661	0.5676453501002064	3	3	3	3	3	False	123736	backbone	False	AUS0022_000000009613	0.9752387031679294	PS903	0	0	False	True	0.9997268319129944	0					non-mobilizable	chromosome	3660.0	99.399	100.0	0.0006801735994864959	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
MAD0095_000000006866	4136	0.5676439386969092	5	3	2	2	1	True	52052	fragment	False	MAD0095_000000006866	0.9591683366733467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	76.85300000000001	16.0	0.004875148632580262	NZ_BAJR01000005.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	True	True
MAD0032_000000003843	3992	0.5676439386969092	5	3	2	2	1	True	52052	fragment	False	MAD0095_000000006866	0.9395551257253385		0	0	False	False	0.9937374591827393	0					non-mobilizable	no_good_hit	661.0	76.85300000000001	16.0	0.004875148632580262	NZ_BAJR01000005.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	True	True
TAN0002_000000012994	2804	0.5676439386969092	3	3	2	2	1	True	18941	fragment	False	TAN0002_000000012994	1.0		0	0	False	False	0.9985734820365906	0					non-mobilizable	no_good_hit	639.0	76.839	23.0	0.004711652794292509	NZ_BAJR01000005.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	True	True
ENG0037_000000009057	3586	0.5676432850921668	3	3	2	3	2	True	65229	maximal	True	ENG0037_000000009057	1.0		43	8	False	False	1.0	0					non-mobilizable	no_good_hit	2574.0	79.759	71.0	0.014592675741742119	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	True
USA0116_01_000000002450	11016	0.5676411808774283	11	3	3	1	1	True	112177	fragment	False	ISR0023_000000001614	0.5419732571463248		0	0	False	False	0.996368944644928	0					non-mobilizable	no_good_hit	290.0	78.62100000000001	3.0	8.703608112365086e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
USA0037_01_000000003325	10932	0.5676411808774283	11	3	3	1	1	True	112177	fragment	False	ISR0023_000000001614	0.5444497090240772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
USA0133_01_000000002620	10924	0.5676411808774283	11	3	3	1	1	True	112177	fragment	False	ISR0023_000000001614	0.544329323833793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
USA0006_01_000000002015	10921	0.5676411808774283	11	3	3	1	1	True	112177	fragment	False	ISR0023_000000001614	0.5431414512190934		0	0	False	False	0.9996337294578552	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
USA0145_01_000000002090	10918	0.5676411808774283	11	3	3	1	1	True	112177	fragment	False	ISR0023_000000001614	0.5440687105383218		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
MON0077_000000002461	10770	0.5676411808774283	11	3	3	1	1	True	112177	fragment	False	ISR0023_000000001614	0.49692897730815566		0	0	False	False	0.9977715611457825	0					non-mobilizable	no_good_hit	485.0	74.227	4.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0111_000000002707	10566	0.5676411808774283	12	3	3	1	1	True	112177	fragment	False	ISR0023_000000001614	0.36990004726337583		0	0	False	False	0.9990535974502563	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
AST0150_000000001976	10538	0.5676411808774283	10	3	3	1	1	True	112177	fragment	False	ISR0023_000000001614	0.3721851606440877		0	0	False	False	0.9999051094055176	0					non-mobilizable	no_good_hit	485.0	74.227	5.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
FIJ0037_000000002428	8914	0.5676411808774283	9	3	3	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.9695720950507595		0	0	False	False	0.9998878240585327	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
FIJ0090_000000003853	8765	0.5676411808774283	9	3	3	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.8742484505364007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
ISR0060_000000003594	8718	0.5676411808774283	9	3	3	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.9678800800394792		0	0	False	False	0.9987382292747498	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
USA0050_01_000000001654	8718	0.5676411808774283	9	3	3	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.9715864349336468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.433	6.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MAD0003_000000003034	7920	0.5676411808774283	8	3	3	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.6118692054613797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.227	6.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
DEN0011_000000004399	7667	0.5676411808774283	8	3	3	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.44058384468797684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	75.05199999999999	6.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
CHI0140_000000003970	7599	0.5676411808774283	8	3	3	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.4332262263218967		0	0	False	False	0.998815655708313	0					non-mobilizable	no_good_hit								True	True
FIJ0159_000000002865	6982	0.5676411808774283	8	3	3	1	1	True	112170	fragment	False	USA0050_01_000000001654	0.25751427722849873		0	0	False	False	0.9997135400772095	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
USA0011_01_000000010389	3643	0.5676403424926761	5	2	1	1	0	True	83573	fragment	False	USA0011_01_000000010389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.202421336683822e-06	NZ_JQLH01000001.1	CFB group bacteria	Maribacter forsetii DSM 18668 P177DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
SPA0157_000000002931	2369	0.5676403424926761	4	2	1	1	0	True	69876	fragment	False	SPA0157_000000002931	1.0		0	0	False	False	0.9924018383026123	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.202421336683822e-06	NZ_JQLH01000001.1	CFB group bacteria	Maribacter forsetii DSM 18668 P177DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
DEN0076_000000003626	1981	0.5676403424926761	2	2	1	1	0	True	70006	fragment	False	DEN0076_000000003626	1.0		0	0	False	False	0.9984856247901917	0					non-mobilizable	no_good_hit								True	True
ISR0171_000000019629	1509	0.5676403424926761	2	2	1	1	0	True	29971	fragment	False	ISR0171_000000019629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0098_000000003042	5719	0.5676321972591682	10	4	1	4	1	True	107877	maximal	True	ISR0098_000000003042	1.0		6	3	False	False	0.9947543144226074	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	8.807611214066294e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
DEN0073_000000008769	5098	0.5676241905630509	5	5	4	4	2	False	70225	maximal	True	DEN0073_000000008769	1.0		15	4	False	False	0.9982346296310425	0					non-mobilizable	no_good_hit	527.0	77.04	10.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MAD0100_000000025919	1287	0.5676240739011718	2	2	2	2	2	False	15145	maximal	True	MAD0100_000000025919	1.0		5	1	False	False	1.0	0					non-mobilizable	other	1287.0	99.845	100.0	0.002143308328069506	NZ_JAAXMT010000005.1	firmicutes	Streptococcus alactolyticus strain FGM Scaffold1_5, whole genome shotgun sequence	False	False
ISR0038_000000030670	1178	0.5676225856517277	2	2	2	2	1	False	36590	fragment	False	ISR0072_000000023334	0.9314960629921261		0	0	False	False	1.0	0					non-mobilizable	chromosome	1178.0	96.095	100.0	0.0003958347147718043	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0358_000000001527	8510	0.5676199593174888	7	7	7	7	6	False	113605	maximal	True	ISR0358_000000001527	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3419.0	90.816	58.0	0.0008309079109347138	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0186_000000019224	1646	0.5676196282669933	3	3	3	2	2	False	119637	fragment	False	FIJ0111_000000011673	0.952755905511811		0	0	False	False	1.0	0					non-mobilizable	other	1646.0	98.72399999999999	100.0	0.005295433694410018	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0087_01_000000005669	2661	0.5676179623573319	3	3	3	3	2	False	113540	fragment	False	USA0087_01_000000005669	0.9839699198266162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	74.046	10.0	0.0004369441434002512	NZ_JH590863.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.3, whole genome shotgun sequence	True	False
SPA0117_000000014397	2634	0.5676179623573319	3	3	3	3	2	False	113540	fragment	False	USA0087_01_000000005669	0.9770949135243835		0	0	False	False	0.9992406964302063	0					non-mobilizable	no_good_hit	921.0	74.593	34.0	0.00032367467791005316	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0115_000000016381	1313	0.5676112262282791	1	1	1	1	1	False	59504	fragment	False	ENG0115_000000016381	1.0		0	0	False	False	0.9900990128517151	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000001408	17279	0.5676090462377128	16	11	6	10	7	False	76693	maximal	True	USA0057_01_000000001408	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	902.0	98.67	5.0	0.006745476188693654	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0062_01_000000001366	17277	0.5676090462377128	16	11	6	10	7	False	76693	maximal	False	USA0057_01_000000001408	0.999942126280456		0	0	False	False	0.9999421238899231	0					non-mobilizable	no_good_hit	900.0	98.667	5.0	0.006730502878618862	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0246_000000004581	3954	0.5676073273654456	7	1	1	1	1	False	27138	maximal	True	ISR0246_000000004581	1.0		1	1	False	False	0.987101674079895	0					non-mobilizable	no_good_hit								True	False
ISR0092_000000009097	2808	0.5676064380357299	4	4	4	4	3	False	87339	maximal	False	SPA0066_000000004828	0.7591556981093271		0	0	False	False	1.0	0					non-mobilizable	other	2808.0	99.964	100.0	0.02340902836270234	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0194_000000024597	1149	0.5676056106724786	2	2	1	2	1	False	29016	fragment	False	ISR0194_000000024597	0.9762331838565023		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	99.913	100.0	0.01427629860843396	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0036_000000003401	6579	0.5676032582663659	8	2	2	2	2	False	18746	maximal	True	MAD0036_000000003401	1.0		2	1	False	False	0.99589604139328	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.2957584965314165e-05	NC_014378.1	firmicutes	Acetohalobium arabaticum DSM 5501, complete sequence	True	False
SPA0136_000000001404	18874	0.5676017679700412	16	7	4	5	1	True	79224	fragment	False	MON0092_000000001413	0.912960877582517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	84.32700000000001	4.0	0.00020178095581221893	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0102_000000006213	6813	0.5676014263391002	13	6	4	5	3	True	110681	maximal	True	MON0102_000000006213	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3617.0	98.286	77.0	0.0009683365205065878	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ISR0824_000000006290	3073	0.5675990745739254	2	1	1	0	1	False	21166	maximal	True	ISR0824_000000006290	1.0		486	12	False	False	1.0	0					non-mobilizable	no_good_hit	2420.0	99.545	79.0	0.00034168447479819217	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
CHI0179_000000002782	5369	0.5675971687922414	5	4	4	3	2	True	100331	maximal	True	CHI0179_000000002782	1.0		90	12	False	False	0.9996274709701538	0					non-mobilizable	other	5369.0	99.944	100.0	0.0010309040679021121	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
ISR0064_000000008350	2440	0.5675865012806233	2	2	1	2	1	False	49109	fragment	False	ISR0064_000000008350	0.9926054806437581		0	0	False	False	0.9922131299972534	0					non-mobilizable	no_good_hit	871.0	72.445	35.0	0.0005267672857823294	NZ_UGTE01000001.1	CFB group bacteria	Porphyromonas endodontalis strain NCTC13058, whole genome shotgun sequence	True	False
FIJ0026_000000014097	2299	0.5675865012806233	2	2	1	2	1	False	49109	fragment	False	ISR0064_000000008350	0.9641393442622951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	72.90100000000001	40.0	0.02585942081599598	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
MON0065_000000005904	4504	0.5675842856542129	7	1	1	1	1	False	10682	fragment	False	MON0065_000000005904	1.0		0	0	False	False	0.9984458088874817	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000025932	1809	0.5675831306510563	3	3	2	3	3	False	94188	maximal	True	CAN0012_000000025932	1.0		3	1	False	False	0.9955776929855347	0					non-mobilizable	no_good_hit	999.0	83.78399999999999	67.0	0.0004883203106404259	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0144_000000012260	1398	0.5675794503005758	3	2	2	2	2	False	57551	maximal	True	ENG0144_000000012260	1.0		5	4	False	False	0.9871244430541992	0					non-mobilizable	no_good_hit	349.0	90.258	25.0	5.533269219699013e-05	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ENG0107_000000009846	2783	0.5675787423581358	2	2	2	2	2	False	68667	fragment	False	ENG0107_000000009846	0.9617569102612646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	3.0	0.0015323206144416488	NZ_QIML01000014.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_14, whole genome shotgun sequence	True	False
DEN0065_000000022024	1576	0.5675785560129349	2	2	2	2	2	False	71065	fragment	False	DEN0065_000000022024	1.0		0	0	False	False	0.9942893385887146	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000006946	3686	0.5675765121461209	5	4	3	4	2	True	38750	maximal	True	FIJ0172_000000006946	1.0		1	1	False	False	0.9986435174942017	0					non-mobilizable	no_good_hit	96.0	87.5	3.0	1.975049921985528e-05	NZ_AP014633.1	g-proteobacteria	Thioploca ingrica DNA, complete genome	True	True
FIJ0016_000000002821	6029	0.5675733495321504	6	3	3	3	3	False	84123	maximal	True	FIJ0016_000000002821	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3863.0	98.57600000000001	64.0	0.0010442299804321793	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0814_000000006294	6072	0.567572205508212	10	7	3	6	3	False	100013	fragment	False	ISR0814_000000006294	1.0		0	0	False	False	0.9973649382591248	0					non-mobilizable	no_good_hit								True	False
CHI0089_000000005824	1514	0.5675715914985677	2	2	2	2	1	True	83869	fragment	False	CHI0089_000000005824	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1514.0	99.406	100.0	0.015242796695547048	CP060051.1	enterobacteria	Klebsiella pneumoniae strain NICU_2_P7 plasmid unnamed2, complete sequence	False	True
ENG0078_000000017447	1485	0.5675679109448162	3	2	2	2	1	True	61904	fragment	False	ENG0078_000000017447	1.0		0	0	False	False	0.9912458062171936	0					non-mobilizable	other	1485.0	97.845	100.0	0.0005155642023346303	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0098_000000015267	1146	0.5675679109448162	2	2	2	2	1	True	33229	fragment	False	ISR0098_000000015267	1.0		0	0	False	False	0.9991273880004883	0					non-mobilizable	chromosome	1146.0	97.295	100.0	0.0003187528273654174	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MON0107_000000047174	1308	0.5675662809164639	2	2	2	2	2	False	8562	maximal	True	MON0107_000000047174	1.0		96	11	False	False	1.0	0					non-mobilizable	other	1236.0	72.654	93.0	0.013198425835589708	NZ_SLXA01000011.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_111, whole genome shotgun sequence	False	False
MAD0070_000000015256	1393	0.5675657101584743	2	2	1	1	2	False	16352	maximal	True	MAD0070_000000015256	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	1319.0	93.935	100.0	0.00509171263888245	CP032307.1	firmicutes	Enterococcus faecium strain HY07 plasmid unnamed2, complete sequence	False	True
ISR0353_000000030126	1199	0.5675636838337546	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.011260508744127441		0	0	False	False	0.9899916648864746	0					non-mobilizable	other	1064.0	88.91	95.0	0.00044475277656098373	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0090_000000043564	1101	0.5675621704093545	2	2	2	2	1	False	43405	maximal	True	FIJ0090_000000043564	1.0		267	12	False	False	0.9909173250198364	0					non-mobilizable	no_good_hit	312.0	73.39699999999999	28.0	6.130589187811505e-05	CP039865.1	a-proteobacteria	Phreatobacter sp. NMCR1094 chromosome	True	False
ENG0089_000000003575	6117	0.5675592228174591	6	5	4	4	5	False	61304	maximal	True	ENG0089_000000003575	1.0		3	1	False	False	0.9988556504249573	0					non-mobilizable	no_good_hit	1692.0	82.21	49.0	0.000507020151642381	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0063_000000009927	3194	0.5675591233842371	5	3	2	3	2	False	63102	fragment	False	ENG0063_000000009927	1.0		0	0	False	False	0.9996868968009949	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000006148	3261	0.5675548788004479	5	3	1	1	3	False	88485	backbone	False	ISR0182_000000007885	0.4439652889328411	PS458	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	993.0	87.815	39.0	0.0003067429313798019	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0056_000000005620	2378	0.567550375651526	2	2	2	2	0	True	17062	fragment	False	MAD0056_000000005620	1.0		0	0	False	False	0.9848612546920776	0					non-mobilizable	plasmid	1812.0	98.234	98.0	0.01676463781532053	CP060734.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 plasmid pEr982-1, complete sequence	False	True
ISR0266_000000018617	1166	0.5675433204309126	2	2	2	1	1	False	26554	maximal	True	ISR0266_000000018617	1.0		798	14	False	False	0.9974271059036255	0					non-mobilizable	chromosome	1184.0	81.334	100.0	0.00039650790306223257	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0396_000000006546	3410	0.5675412977613981	5	4	4	4	2	False	107336	maximal	True	ISR0396_000000006546	1.0		11	4	False	False	0.9994134902954102	0					non-mobilizable	no_good_hit	1004.0	94.821	84.0	0.0024130589070262597	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	True	False
MON0005_000000013160	3827	0.5675410589555802	4	4	3	4	2	False	14146	fragment	False	MON0005_000000013160	1.0		0	0	False	False	0.9997386932373047	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000018290	1366	0.5675398847927263	2	2	2	2	1	False	79796	fragment	False	ISR0360_000000018290	1.0		0	0	False	False	0.9992679357528687	0					non-mobilizable	plasmid	1366.0	97.73100000000001	100.0	0.0022072983251072093	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0092_000000003781	5422	0.5675368293015671	5	4	4	4	2	False	99563	maximal	True	ISR0092_000000003781	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	88.779	29.0	0.0003936387495087062	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
DEN0021_000000017002	2093	0.5675358635842094	2	2	2	1	1	False	74783	fragment	False	DEN0021_000000017002	1.0		0	0	False	False	0.988055408000946	0					non-mobilizable	no_good_hit	1052.0	98.574	50.0	0.0127420998980632	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0798_000000004723	2691	0.5675342282945882	5	3	3	2	2	False	81937	maximal	True	ISR0798_000000004723	1.0		2	2	False	False	0.9788182973861694	0					non-mobilizable	no_good_hit	1371.0	77.316	50.0	0.014648003382810552	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0183_000000012198	2713	0.5675278633062751	3	3	3	2	3	False	110006	fragment	False	ISR0183_000000012198	1.0		0	0	False	False	0.998894214630127	0					non-mobilizable	no_good_hit	1287.0	71.717	47.0	0.0049233277932829505	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
AST0084_000000001233	16376	0.5675269579761564	7	5	4	5	2	True	130430	maximal	True	AST0084_000000001233	1.0	PS1102	1	1	False	True	0.9999389052391052	0					non-mobilizable	no_good_hit	102.0	99.02	1.0	0.0010977067710031519	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0020_000000018226	2001	0.5675234238040984	3	3	3	3	3	False	125703	fragment	False	CAN0020_000000018226	1.0		0	0	False	False	0.9685157537460327	0					non-mobilizable	chromosome	1932.0	98.654	97.0	0.0006499632944084644	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0113_000000012915	2445	0.5675229721810469	2	2	2	2	2	False	106754	fragment	False	ENG0134_000000013540	0.3058004343937652		0	0	False	False	0.9926380515098572	0					non-mobilizable	other	2445.0	98.978	100.0	0.011662364062358337	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0165_000000006166	2758	0.5675226932562338	6	4	3	3	2	False	39061	maximal	True	FIJ0165_000000006166	1.0		23	5	False	False	0.9949238300323486	0					non-mobilizable	no_good_hit	667.0	96.25200000000001	27.0	0.00023214213512205936	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0099_000000021493	1642	0.5675216761111098	2	2	2	2	2	False	57834	maximal	True	MON0099_000000021493	1.0		23	7	False	False	0.9987819790840149	0					non-mobilizable	no_good_hit	1425.0	88.421	87.0	0.0004214454423622269	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0327_000000024768	1201	0.5675214579482889	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.04002345682866305		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	94.509	100.0	0.0004011274355120793	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	True
ENG0169_000000012228	1946	0.567521115829434	3	3	3	3	3	False	55904	maximal	True	ENG0169_000000012228	1.0		17	5	False	False	0.9958890080451965	0					non-mobilizable	no_good_hit	626.0	77.157	32.0	0.0005182067201114438	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0104_000000006920	3656	0.5675207522667945	5	3	3	1	2	True	120782	fragment	False	ISR0294_000000004770	0.2880989638819108		0	0	False	False	0.9994529485702515	0					non-mobilizable	other	3661.0	94.67399999999999	100.0	0.005835402398626438	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ENG0211_000000007792	3519	0.5675207522667945	4	3	3	1	2	True	110094	fragment	False	ENG0211_000000007792	1.0		0	0	False	False	0.9991474747657776	0					non-mobilizable	other	3561.0	81.747	100.0	0.00564392077767069	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
DEN0062_000000005933	3040	0.5675207522667945	3	3	3	1	2	True	110093	fragment	False	DEN0062_000000005933	1.0		0	0	False	False	0.99210524559021	0					non-mobilizable	other	3057.0	87.079	100.0	0.0011329795803817829	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0069_01_000000039740	1519	0.5675196748253991	2	2	2	2	1	False	122416	backbone	False	ISR0319_000000007079	0.1372125962810471	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1520.0	91.25	100.0	0.6574274577739281	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0097_000000027169	1156	0.5675194775120961	2	2	2	2	2	False	42889	maximal	True	FIJ0097_000000027169	1.0		48	8	False	False	0.9982699155807495	0					non-mobilizable	no_good_hit	179.0	75.419	15.0	6.910679080235733e-05	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
USA0036_01_000000023571	1297	0.5675190357467534	2	2	2	2	2	False	1381	maximal	True	USA0036_01_000000023571	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0025_000000015770	1694	0.5675171806214748	2	2	2	2	2	False	103927	maximal	True	ENG0025_000000015770	0.9890776699029127		2	2	False	False	0.9858323335647583	0					non-mobilizable	chromosome	1695.0	99.056	100.0	0.00034711286721170626	CP017181.1	enterobacteria	Enterobacter kobei strain DSM 13645 chromosome, complete genome	False	False
ISR0237_000000004802	2224	0.5675171485665764	4	3	3	2	2	False	27314	maximal	True	ISR0237_000000004802	1.0		8	3	False	False	0.9959532618522644	0					non-mobilizable	no_good_hit	1456.0	83.791	65.0	0.000404987361987332	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0222_000000020308	2557	0.5675169733662205	4	4	4	4	2	False	99849	fragment	False	ISR0222_000000020308	1.0		0	0	False	False	0.9894407391548157	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0626068374275854e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0154_000000000979	5379	0.5675169530940068	6	5	2	3	5	True	105592	fragment	False	SPA0154_000000000979	0.9762004659911534		0	0	False	False	0.9998140931129456	0					non-mobilizable	no_good_hit	2261.0	94.693	77.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0090_000000013758	2541	0.5675111624298835	2	2	2	2	2	True	105831	fragment	False	SPA0090_000000013758	0.9360654081692595		0	0	False	False	0.9862259030342102	0					non-mobilizable	no_good_hit								True	True
ETH0005_000000034334	1352	0.5675105754625913	2	2	2	2	2	False	52701	maximal	True	ETH0005_000000034334	1.0		2	2	False	False	0.9778106212615967	0					non-mobilizable	no_good_hit	298.0	78.523	22.0	0.00027570476442298193	NZ_FRBL01000001.1	CFB group bacteria	Chitinophaga jiangningensis strain DSM 27406, whole genome shotgun sequence	True	False
ENG0191_000000026686	1223	0.5675094969925031	2	2	2	2	1	False	110481	fragment	False	ENG0191_000000026686	1.0		0	0	False	False	0.9991823434829712	0					non-mobilizable	no_good_hit	260.0	76.154	21.0	7.967210224879213e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
AST0113_000000033061	1106	0.5674989379087729	2	2	2	2	1	True	106318	fragment	False	ENG0089_000000015145	0.46494001943253194		0	0	False	False	0.9918625950813293	0					non-mobilizable	other	1106.0	99.367	100.0	0.0005828182029156733	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	True
FIJ0160_000000014637	1343	0.5674978135202662	3	2	1	2	2	False	39314	maximal	True	FIJ0160_000000014637	1.0		22	2	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	93.956	27.0	0.0005791838453978019	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
MAD0022_000000012111	1196	0.5674974639153209	2	1	1	1	1	False	19264	fragment	False	MAD0043_000000021812	0.9456930791416168		0	0	False	False	0.9698996543884277	0					non-mobilizable	chromosome	1198.0	92.905	100.0	0.00031877471004172346	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0288_000000014717	2051	0.5674973547435013	1	1	1	1	1	False	25974	fragment	False	ISR0288_000000014717	1.0		0	0	False	False	0.9848853945732117	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.00010578465769847846	NZ_RQHF01000025.1	bacteria	Leptospira vanthielii strain 201601955 contig_0007, whole genome shotgun sequence	True	False
ENG0170_000000001600	6732	0.5674955028153846	6	6	5	5	3	False	55869	maximal	True	ENG0170_000000001600	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	70.79	9.0	0.01233619328125667	NZ_CADDWK010000020.1	firmicutes	Salirhabdus euzebyi strain Q1438, whole genome shotgun sequence	True	False
ISR0132_000000016837	1698	0.5674925200504233	3	3	3	1	1	True	85697	maximal	True	ISR0132_000000016837	1.0		2	2	False	False	0.9882214665412903	0					non-mobilizable	no_good_hit	764.0	92.67	79.0	0.0023061043761579635	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
SPA0149_000000007603	4675	0.5674912079951128	4	4	3	3	3	True	109762	maximal	True	SPA0149_000000007603	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2493.0	99.84	53.0	0.0008824915725950246	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0255_000000003903	6795	0.567491188267672	15	7	3	6	4	False	44978	maximal	True	ISR0255_000000003903	1.0		2	1	False	False	0.9963208436965942	0					non-mobilizable	no_good_hit	490.0	72.449	7.0	0.00014275018777371747	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
FIJ0060_000000000972	13264	0.5674898353455796	15	4	3	4	3	True	122317	fragment	False	CHI0109_000000000699	0.2843659843521901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.714	6.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0772_000000000250	13646	0.5674873731623888	9	3	1	3	1	False	75373	maximal	True	ISR0772_000000000250	1.0		1	1	False	False	0.9972885847091675	0					non-mobilizable	no_good_hit	800.0	71.875	11.0	0.0001929364248204828	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	False
ENG0109_000000002643	8251	0.5674796708504652	7	7	3	4	5	True	90437	maximal	True	ENG0109_000000002643	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	5476.0	97.82700000000001	88.0	0.001860399053048387	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0820_000000001233	11894	0.5674786195232576	7	5	5	3	2	False	49340	fragment	False	ISR0820_000000001233	1.0		0	0	False	False	0.9999158978462219	0					non-mobilizable	no_good_hit	786.0	74.809	7.0	0.00028208013849295493	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	True	False
ISR0019_000000003903	4085	0.5674766033493677	8	6	2	3	6	True	131067	fragment	False	ISR0019_000000003903	0.9549504950495049		0	0	False	False	0.9977968335151672	0					non-mobilizable	other	4102.0	94.881	100.0	0.0012221393963098212	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
DEN0062_000000006596	2807	0.567474774070778	3	2	2	1	2	False	71721	maximal	True	DEN0062_000000006596	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	78.539	8.0	4.964907756151314e-05	NZ_QMDO01000001.1	firmicutes	Vallitalea guaymasensis strain L81 L81_Ga0082380_11, whole genome shotgun sequence	True	False
DEN0067_000000003918	6958	0.5674731018817774	7	5	3	5	3	False	84619	fragment	False	DEN0067_000000003918	0.958621581741501		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1154.0	83.969	29.0	0.00030570361314461516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0027_000000003086	3562	0.5674722477047471	5	5	5	5	5	False	108443	fragment	False	MAD0017_000000000614	0.9254641909814323		0	0	False	False	1.0	0					non-mobilizable	chromosome	3562.0	100.0	100.0	0.0007132326181846077	CP053731.1	enterobacteria	Escherichia coli strain CP55_Sichuan chromosome, complete genome	False	False
ISR0073_000000010155	2610	0.5674712817416838	3	2	2	1	0	True	120703	fragment	False	ISR0073_000000010155	0.9397711909263183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	93.07799999999999	68.0	0.003859119266614805	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0036_000000015143	2602	0.5674712817416838	3	2	2	1	0	True	120685	maximal	True	FIJ0036_000000015143	1.0		29	3	False	False	1.0	0					non-mobilizable	no_good_hit	1281.0	91.725	63.0	0.0027870206335405623	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
CHI0082_000000003726	2413	0.5674712817416838	3	2	2	1	0	True	120703	fragment	False	ISR0073_000000010155	0.9301029223950117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1792.0	91.12700000000001	74.0	0.0038918052005499954	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0264_000000002055	4383	0.5674711668369992	4	4	4	4	4	False	38477	fragment	False	ISR0264_000000002055	1.0		0	0	False	False	0.9945243000984192	0					non-mobilizable	no_good_hit	55.0	87.273	1.0	8.459489385220709e-06	LN908213.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, chromosome: I	True	False
MON0050_000000005878	4528	0.5674705314090689	5	5	5	4	4	False	14254	maximal	True	MON0050_000000005878	1.0		17	2	False	False	1.0	0					non-mobilizable	no_good_hit	1204.0	75.0	26.0	0.021036720903352006	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
ENG0176_000000002501	3147	0.5674614732881925	4	4	4	4	4	False	95161	maximal	True	ENG0176_000000002501	1.0		77	8	False	False	0.9993644952774048	0					non-mobilizable	other	3182.0	78.661	99.0	0.0007363007466593503	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0096_000000021019	1757	0.5674614092215252	3	2	2	2	2	False	76266	fragment	False	ISR0113_000000007951	0.7094377926258292		0	0	False	False	0.9937393069267273	0					non-mobilizable	no_good_hit	586.0	84.3	33.0	0.00017818735696407931	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0055_000000015207	1600	0.5674614092215252	3	2	2	2	2	False	35044	fragment	False	MON0055_000000015207	1.0		0	0	False	False	0.9212499856948853	0					non-mobilizable	no_good_hit	575.0	84.696	36.0	0.0001748195546846895	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0041_000000014375	1116	0.5674501774849156	1	1	1	1	1	True	36394	fragment	False	SPA0126_000000038533	0.9672544080604534		0	0	False	False	0.9919354915618896	0					non-mobilizable	chromosome	1117.0	98.12	100.0	0.0004975730484091719	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0052_000000017321	1838	0.5674484423727771	2	2	2	2	2	False	63967	maximal	False	ISR0284_000000006661	0.9821052631578947		0	0	False	False	0.9934711456298828	0					non-mobilizable	chromosome	1838.0	99.67399999999999	100.0	0.0003890356743807408	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ENG0073_000000019094	1225	0.5674479620848633	2	2	2	2	2	False	64665	fragment	False	ENG0042_000000019905	0.9603731845940388		0	0	False	False	0.9983673691749573	0					non-mobilizable	other	1245.0	75.181	100.0	0.0003673186371755967	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0158_000000008830	2144	0.5674452134888859	3	3	3	2	3	False	128169	fragment	False	SPA0158_000000008830	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2143.0	96.734	99.0	0.0083963122079714	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ISR0169_000000010888	2742	0.5674451168744623	2	2	2	2	2	False	30101	maximal	True	ISR0169_000000010888	1.0		86	11	False	False	0.996353030204773	0					non-mobilizable	no_good_hit	386.0	75.648	14.0	0.0007506165076682747	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
AST0016_000000017371	1361	0.5674425702006665	1	1	1	1	1	False	123101	fragment	False	AST0099_000000014303	0.9315861130020422		0	0	False	False	0.996326208114624	0					non-mobilizable	other	1361.0	96.76700000000001	100.0	0.0010190830799987711	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0077_000000027634	1331	0.5674425702006665	2	1	1	1	1	False	110360	fragment	False	ENG0124_000000024808	0.7572579890715008		0	0	False	False	0.960931658744812	0					non-mobilizable	chromosome	1277.0	97.65100000000001	96.0	0.00028397533420514056	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0124_000000024808	1247	0.5674425702006665	1	1	1	1	1	False	110360	fragment	False	ENG0124_000000024808	0.9123055835863972		0	0	False	False	0.9807537794113159	0					non-mobilizable	other	1247.0	95.509	100.0	0.0009336599394694624	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
AST0088_000000009184	1239	0.5674425702006665	1	1	1	1	1	False	110360	fragment	False	ENG0124_000000024808	0.8996129613469751		0	0	False	False	0.9854721426963806	0					non-mobilizable	other	1239.0	95.319	100.0	0.0009276653331165284	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
MAD0036_000000021803	1440	0.5674423947312676	3	3	3	1	2	False	18716	maximal	True	MAD0036_000000021803	1.0		244	13	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	83.236	36.0	0.0001428926562961832	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0011_000000010900	1292	0.5674421110235321	2	2	2	2	1	False	19710	maximal	True	MAD0011_000000010900	1.0		33	3	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	80.942	35.0	0.025451333296527354	NZ_CABKPS010000045.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0032_000000006827	4615	0.5674411317710752	7	5	4	5	1	False	36970	maximal	True	ISR0032_000000006827	1.0		1	1	False	False	0.9950162768363953	0					non-mobilizable	no_good_hit	1069.0	97.47399999999999	23.0	0.0012070909788101077	NZ_KB903360.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_1.2, whole genome shotgun sequence	True	False
CHI0063_000000010387	1347	0.5674366982520889	3	2	2	2	1	False	85402	maximal	True	CHI0063_000000010387	1.0		18	4	False	False	0.994803249835968	0					non-mobilizable	no_good_hit	530.0	93.01899999999999	67.0	0.00015046918510554176	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AUS0018_000000007699	3560	0.5674342612800825	4	3	1	3	1	False	107270	maximal	True	AUS0018_000000007699	1.0		4	3	False	False	0.9910112619400024	0					non-mobilizable	no_good_hit	1880.0	81.96799999999999	64.0	0.09284488848521547	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
SPA0102_000000011252	3235	0.5674342612800825	4	3	1	3	1	False	107733	fragment	False	SPA0102_000000011252	1.0		0	0	False	False	0.9981452822685242	0					non-mobilizable	no_good_hit	2409.0	81.818	74.0	0.11948733474619033	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
AST0108_000000008098	3189	0.5674342612800825	5	3	1	3	1	False	107269	fragment	False	CHI0109_000000005598	0.951789261539724		0	0	False	False	0.9996864199638367	0					non-mobilizable	no_good_hit	1880.0	81.915	58.0	0.09284488848521547	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0301_000000004516	3615	0.5674333405448871	6	5	1	1	4	False	99953	maximal	True	ISR0301_000000004516	1.0		6	2	False	False	0.9997233748435974	0					non-mobilizable	no_good_hit	1250.0	95.28	54.0	0.11505812880605278	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0089_000000018245	1116	0.5674332050691142	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.6158957674057771		0	0	False	False	0.9928315281867981	0					non-mobilizable	other	1116.0	99.821	100.0	0.00029858827996815415	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0053_000000017022	1949	0.567432684293119	3	3	3	1	2	False	67830	maximal	True	SPA0053_000000017022	1.0		4	3	False	False	0.9989738464355469	0					non-mobilizable	no_good_hit	473.0	99.57700000000001	24.0	0.016716840800425004	NZ_JAAIOD010000026.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_26_length_28235_cov_302.35, whole genome shotgun sequence	True	False
ISR0250_000000004911	2387	0.5674257612923318	4	3	2	2	2	False	123051	maximal	True	ISR0250_000000004911	1.0		102	6	False	False	1.0	0					non-mobilizable	chromosome	1560.0	98.462	98.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ITA0008_000000000750	2072	0.5674257612923318	4	3	2	2	2	False	123021	fragment	False	ITA0008_000000000750	0.9285400164356508		0	0	False	False	0.9951737523078918	0					non-mobilizable	chromosome	1560.0	98.59	98.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0046_000000004296	4966	0.5674252543049706	8	2	1	2	2	False	72759	maximal	True	DEN0046_000000004296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	71.248	13.0	0.00016373676690732998	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
MON0105_000000016009	3345	0.5674248047640887	9	4	3	3	2	False	8748	maximal	True	MON0105_000000016009	1.0		1	1	False	False	0.9862481355667114	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000013358	1700	0.567423941770004	2	2	2	1	1	False	93846	maximal	True	CAN0013_000000013358	1.0		2	2	False	False	0.9976470470428467	0					non-mobilizable	no_good_hit	1300.0	78.23100000000001	76.0	0.006744402302813738	NZ_FOJY01000005.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
MON0033_000000033957	1803	0.5674229766371603	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.8478046122340199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1582.0	83.755	87.0	0.000439024403884555	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0057_000000009045	2586	0.567420209741354	4	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.18942641915233693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	80.085	51.0	0.00035708676964549	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0388_000000006896	4509	0.5674195088895715	5	4	4	2	3	False	55903	maximal	True	ISR0388_000000006896	1.0		3	2	False	False	0.993346631526947	0					non-mobilizable	no_good_hit	2055.0	97.859	85.0	0.0006211144385940102	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
SPA0066_000000009576	1345	0.567417346289723	1	1	1	1	1	False	6068	fragment	False	SPA0066_000000009576	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	81.579	26.0	4.81461375169965e-05	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
ENG0042_000000003276	8172	0.5674161769913278	8	7	6	4	5	False	118043	fragment	False	ISR0152_000000002890	0.9484629294755877		0	0	False	False	0.9995105266571045	0					non-mobilizable	no_good_hit	6337.0	99.65299999999999	80.0	0.0013091106539416815	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
AST0040_000000009329	2132	0.5674158105308028	4	4	3	4	3	False	129956	fragment	False	ISR0001_000000011907	0.4823463840131657		0	0	False	False	0.9976547956466675	0					non-mobilizable	other	2132.0	99.25	100.0	0.07871020166949841	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
USA0102_01_000000000573	21393	0.5674142561440325	23	15	11	14	13	False	344	maximal	True	USA0102_01_000000000573	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	79.515	9.0	0.00030680021659687133	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0312_000000016993	1147	0.5674098606520981	2	2	2	1	1	False	25234	maximal	True	ISR0312_000000016993	1.0		44	7	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	5.0	6.2697928755483e-05	NZ_HE978580.1	firmicutes	Peptoniphilus obesi ph1, whole genome shotgun sequence	True	False
CHI0043_000000007485	1337	0.5674039938098147	3	2	2	2	2	False	87333	fragment	False	ISR0032_000000024858	0.9627475871425244		0	0	False	False	0.9835452437400818	0					non-mobilizable	other	1337.0	99.25200000000001	100.0	0.0065905009964679654	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0046_000000003565	6367	0.5674009081475069	10	3	1	2	2	False	17774	maximal	True	MAD0046_000000003565	1.0		1	1	False	False	0.9981153011322021	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.1498678077898007e-05	NZ_CP049740.1	firmicutes	Jeotgalibaca arthritidis strain CECT 9157 chromosome, complete genome	True	False
MON0081_000000010983	5065	0.5674006949398379	5	4	3	4	3	False	9994	fragment	False	MON0081_000000010983	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	96.75299999999999	3.0	0.0001313363343256523	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0291_000000009665	1537	0.5673974746540821	2	2	2	2	1	False	55199	fragment	False	ISR0291_000000009665	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1505.0	87.90700000000001	97.0	0.00047311159602510613	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0035_01_000000015821	1616	0.5673963396026801	2	2	2	2	2	False	1414	fragment	False	USA0035_01_000000015821	1.0		0	0	False	False	0.9981435537338257	0					non-mobilizable	other	1616.0	95.29700000000001	100.0	0.008451028513717877	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0132_000000006083	3129	0.5673895361981062	3	3	3	3	3	False	121406	fragment	False	ISR0196_000000005183	0.6735171545985404		0	0	False	False	0.9984020590782166	0					non-mobilizable	chromosome	3087.0	97.279	100.0	0.0009717541975652246	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0149_000000021384	1277	0.5673894869017319	2	2	2	2	1	False	39839	fragment	False	FIJ0149_000000021384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	85.0	61.0	0.00032081139337571834	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
CHI0076_000000005582	1568	0.5673832174843111	2	2	1	2	1	False	84582	maximal	True	CHI0076_000000005582	1.0		2	1	False	False	0.9993622303009033	0					non-mobilizable	no_good_hit	379.0	76.253	24.0	0.00021426694427038062	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
DEN0029_000000009912	1366	0.5673815115224605	2	2	2	2	1	False	73835	fragment	False	DEN0029_000000009912	1.0		0	0	False	False	0.9970717430114746	0					non-mobilizable	no_good_hit	158.0	76.582	11.0	6.64717112062414e-05	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
MAD0062_000000009483	1513	0.5673805042129003	2	2	2	1	1	False	16760	maximal	True	MAD0062_000000009483	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	86.441	4.0	2.0196866296745115e-05	CP060621.1	firmicutes	Staphylococcus aureus strain R34 chromosome	True	False
MAD0005_000000016916	1795	0.5673797137434059	2	2	2	2	1	False	47744	fragment	False	FIJ0160_000000010230	0.9793912672599988		0	0	False	False	1.0	0					non-mobilizable	other	755.0	90.066	92.0	0.002397235231091569	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
FIJ0109_000000005141	5412	0.5673797079396632	3	3	3	3	2	False	42166	fragment	False	FIJ0109_000000005141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	76.65	4.0	6.756660768159566e-05	CP016201.1	firmicutes	Selenomonas sp. oral taxon 126 strain W7667 genome	True	False
DEN0064_000000005547	5828	0.5673792155879518	11	10	6	8	8	True	71348	maximal	True	DEN0064_000000005547	1.0		1	1	False	False	0.9970830678939819	0					non-mobilizable	plasmid	2266.0	95.234	90.0	0.016817709107116326	CP056987.1	enterobacteria	Escherichia coli strain RHB41-C11 plasmid pRHB41-C11_3, complete sequence	False	True
ISR0063_000000008997	2241	0.5673763362859869	4	3	3	3	3	False	118654	fragment	False	ISR0063_000000008997	1.0		0	0	False	False	0.9991075396537781	0					non-mobilizable	other	2132.0	93.24600000000001	99.0	0.000412342062240991	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0081_01_000000026053	1165	0.5673756957863175	2	2	2	1	1	False	548	maximal	True	USA0081_01_000000026053	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	8.396597351307842e-05	NZ_REGE01000001.1	high GC Gram+	Corynebacterium macginleyi strain CCUG 32361 CCUG32361_1, whole genome shotgun sequence	True	False
ISR0179_000000014543	1580	0.5673746250587172	3	3	3	2	2	False	105821	fragment	False	ISR0179_000000014543	0.9961977186311788		0	0	False	False	0.9791139364242554	0					non-mobilizable	other	1575.0	99.111	99.0	0.021573760605271455	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
AST0118_000000019727	1578	0.5673746250587172	3	3	3	2	2	False	105821	fragment	False	ISR0179_000000014543	0.9955696202531645		0	0	False	False	0.9961977005004883	0					non-mobilizable	other	1578.0	99.176	100.0	0.02161487958990666	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
TAN0004_000000003969	1509	0.5673716347573625	3	3	2	2	2	False	2956	fragment	False	TAN0004_000000003969	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	99.801	100.0	0.000294346306236882	CP026932.2	enterobacteria	Escherichia coli strain CFS3273 chromosome, complete genome	False	False
FIJ0160_000000012655	1516	0.5673694517762213	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.8432761116970937		0	0	False	False	0.9960421919822693	0					non-mobilizable	other	1409.0	95.387	93.0	0.024589447174662025	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AST0053_000000003777	2475	0.5673684474098178	3	3	3	3	3	False	114111	maximal	True	AST0053_000000003777	1.0		4	2	False	False	0.9995959401130676	0					non-mobilizable	other	2475.0	100.0	100.0	0.00041830060055048627	CP004887.1	enterobacteria	Klebsiella michiganensis HKOPL1, complete genome	False	False
ENG0145_000000015965	1897	0.5673676773362005	3	1	1	1	1	False	57486	maximal	True	ENG0145_000000015965	1.0		1	1	False	False	0.9978914260864258	0					non-mobilizable	no_good_hit	933.0	74.384	49.0	0.10771800071573423	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
DEN0003_000000011846	2228	0.567366966177634	4	3	3	3	3	False	100840	fragment	False	DEN0003_000000011846	0.993839391596382		0	0	False	False	0.9847396612167358	0					non-mobilizable	no_good_hit	566.0	77.385	25.0	0.002919921926101904	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0072_000000020316	1294	0.5673666793239363	2	2	2	2	1	False	44730	fragment	False	FIJ0072_000000020316	1.0		0	0	False	False	0.9992272257804871	0					non-mobilizable	chromosome	1295.0	95.05799999999999	100.0	0.0004352162297618563	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0062_000000012182	3252	0.5673663018334878	4	3	3	3	3	False	122023	maximal	True	MON0062_000000012182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	99.02799999999999	41.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0084_000000013593	1912	0.5673659007022315	1	1	1	1	1	False	34045	maximal	True	ISR0084_000000013593	1.0		256	13	False	False	0.9790794849395752	0					non-mobilizable	chromosome	1912.0	100.0	100.0	0.00037397318821634165	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
SPA0063_000000009181	1961	0.5673631626657398	2	1	1	1	1	False	6126	maximal	True	SPA0063_000000009181	1.0		44	8	False	False	0.9984701871871948	0					non-mobilizable	no_good_hit	1292.0	98.22	66.0	0.00019137170076522	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
DEN0045_000000032893	1312	0.5673631199820578	1	1	1	1	1	False	75630	fragment	False	ISR0213_000000010997	0.14088894909793714		0	0	False	False	0.9984756112098694	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	4.8704562270337264e-05	NZ_LQCG01000001.1	high GC Gram+	Streptomyces canus strain C-509 Contig_5, whole genome shotgun sequence	True	False
ISR0225_000000008345	2220	0.5673602269983025	3	3	3	3	3	False	27687	fragment	False	ISR0225_000000008345	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2220.0	99.279	100.0	0.007625036510145525	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0214_000000023047	1353	0.5673599411030883	2	2	2	2	1	False	44230	maximal	False	FIJ0081_000000026667	0.9640234948604993		0	0	False	False	0.9992609024047852	0					non-mobilizable	other	1276.0	99.45100000000001	94.0	0.008004926108374385	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0137_000000013507	1856	0.5673596236160576	3	1	1	1	1	False	66516	fragment	False	ISR0137_000000013507	0.9594646859754904		0	0	False	False	1.0	0					non-mobilizable	other	1856.0	98.70700000000001	100.0	0.000577087360760175	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0181_000000011388	1676	0.5673596236160576	3	1	1	1	1	False	66516	fragment	False	ISR0137_000000013507	0.6755777062568548		0	0	False	False	0.9994033575057983	0					non-mobilizable	other	1607.0	98.507	96.0	0.0004996238821460059	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0051_000000001763	11678	0.5673565682370466	7	3	1	3	1	False	100339	maximal	True	SPA0051_000000001763	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	2.0807052203560193e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0049_000000001772	11677	0.5673565682370466	7	3	1	3	1	False	100339	maximal	False	SPA0051_000000001763	0.9999714562995946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	2.0807052203560193e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0050_000000002014	11677	0.5673565682370466	7	3	1	3	1	False	100339	maximal	False	SPA0051_000000001763	0.9999714562995946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	2.0807052203560193e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0072_000000005101	4951	0.5673565682370466	6	3	1	3	1	False	101182	maximal	True	FIJ0072_000000005101	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	99.242	8.0	3.494517741879981e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0054_000000012493	3327	0.5673565682370466	4	3	1	3	1	False	101174	fragment	False	MON0054_000000012493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	99.029	6.0	5.4685201304228714e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0060_000000004086	3258	0.5673565682370466	3	3	1	3	1	False	100332	fragment	False	FIJ0060_000000004086	0.9455809690786631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000011526	3024	0.5673565682370466	4	3	1	3	1	False	100332	fragment	False	FIJ0060_000000004086	0.8678240929427362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	92.462	7.0	5.255114466796613e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0133_000000013503	2784	0.5673565682370466	3	3	1	3	1	False	100332	fragment	False	FIJ0060_000000004086	0.8338966782183537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0126_000000005953	2526	0.5673536039634647	3	3	3	3	3	False	93571	fragment	False	ISR0078_000000006158	0.7578280321130024		0	0	False	False	0.9992082118988037	0					non-mobilizable	chromosome	2526.0	99.881	100.0	0.0007066987484575075	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0103_000000007970	2641	0.5673530002792004	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.25869574536273415		0	0	False	False	0.9935630559921265	0					non-mobilizable	no_good_hit	64.0	90.625	2.0	2.1205431148489517e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0073_000000019842	1176	0.5673530002792004	2	2	1	2	1	True	64900	fragment	False	ENG0073_000000019842	0.994396551724138		0	0	False	False	0.9872449040412903	0					non-mobilizable	no_good_hit								True	True
ENG0039_000000022709	1160	0.5673530002792004	2	2	1	2	1	True	64900	fragment	False	ENG0073_000000019842	0.9876700680272108		0	0	False	False	0.9836207032203674	0					non-mobilizable	no_good_hit								True	True
ISR0091_000000014271	2129	0.5673521576656231	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.37085224618345963		0	0	False	False	0.9995303153991699	0					non-mobilizable	chromosome	2135.0	91.85	100.0	0.0007149259644347895	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0177_000000000760	20566	0.5673511130829336	22	13	7	10	9	True	122906	fragment	False	ENG0177_000000000760	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	19626.0	98.54799999999999	99.0	0.006184492089013062	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ENG0183_000000001767	14875	0.5673511130829336	18	13	7	10	9	True	122905	fragment	False	ENG0183_000000001767	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14876.0	99.15299999999999	100.0	0.08669981173755166	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
FIJ0102_000000027300	1205	0.5673505834880508	2	2	2	2	2	False	42600	maximal	True	FIJ0102_000000027300	1.0		3	2	False	False	0.9908713698387146	0					non-mobilizable	no_good_hit	383.0	73.62899999999999	31.0	0.0005271692729075105	NZ_FNIT01000002.1	a-proteobacteria	Aureimonas jatrophae strain L7-484,KACC 16230,DSM 25025, whole genome shotgun sequence	True	False
MON0027_000000008853	4211	0.5673435110368485	3	3	3	3	3	False	12674	maximal	True	MON0027_000000008853	1.0		41	8	False	False	1.0	0					non-mobilizable	no_good_hit	1132.0	93.905	27.0	0.00035122998937910376	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0050_000000004825	5377	0.5673374571977554	6	5	5	5	5	False	46630	maximal	True	FIJ0050_000000004825	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	2160.0	79.954	56.0	0.001148695253559081	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
AST0104_000000004093	7274	0.5673350406757475	3	3	2	3	0	False	108033	maximal	False	CHI0182_000000003182	0.7481349361336396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	78.241	3.0	6.743898418696973e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ENG0208_000000005591	5205	0.5673350406757475	3	3	2	3	0	False	100450	fragment	False	ENG0208_000000005591	0.978120295231151		0	0	False	False	0.9990394115447998	0					non-mobilizable	no_good_hit								True	False
ISR0115_000000006079	4902	0.5673350406757475	3	3	2	3	0	False	100450	fragment	False	ENG0208_000000005591	0.9655882532938737		0	0	False	False	0.9967360496520996	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	4.717250843387272e-05	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0098_000000004848	7057	0.5673343733065789	15	8	3	8	5	False	5091	maximal	True	SPA0098_000000004848	1.0		1	1	False	False	0.9981578588485718	0					non-mobilizable	no_good_hit	211.0	86.256	3.0	0.2524154589371981	GQ882843.1		Uncultured organism clone VC1D585TF genomic sequence	True	False
ISR0162_000000020801	1903	0.5673326485638797	5	4	1	4	1	False	30340	maximal	True	ISR0162_000000020801	1.0		55	9	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	99.56700000000001	73.0	0.0022166495006941023	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
SPA0062_000000007754	4181	0.5673300444538827	4	3	2	3	2	False	6176	maximal	True	SPA0062_000000007754	1.0		1	1	False	False	0.9956948161125183	0					non-mobilizable	no_good_hit	683.0	96.193	21.0	0.0002198210939935014	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0091_000000001572	11991	0.5673241740581998	16	5	4	5	3	False	62686	fragment	False	SPA0091_000000001572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	98.2	7.0	0.9988751406074241	GQ882589.1		Uncultured organism clone VC1D347TR genomic sequence	True	False
ISR0324_000000021100	1460	0.5673236325527975	3	3	2	3	2	False	71046	fragment	False	ISR0324_000000021100	1.0		0	0	False	False	0.9883561730384827	0					non-mobilizable	no_good_hit	241.0	72.199	16.0	0.0011146165907845768	NZ_LAVA02000058.1	high GC Gram+	Streptomyces mangrovisoli strain MUSC 149, whole genome shotgun sequence	True	False
MAD0052_000000013170	1594	0.5673229707696347	2	2	2	2	2	False	17267	fragment	False	MAD0052_000000013170	1.0		0	0	False	False	0.9880803227424622	0					non-mobilizable	no_good_hit								True	False
AUS0014_000000014756	1952	0.5673204094594767	3	3	3	3	2	False	100840	fragment	False	DEN0003_000000011846	0.7848353375232134		0	0	False	False	0.9994876980781555	0					non-mobilizable	no_good_hit	444.0	72.748	23.0	8.369054870515384e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0079_000000007349	3731	0.5673202213917695	3	3	3	3	3	False	103701	fragment	False	ISR0079_000000007349	0.9907403998467039		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	82.78399999999999	46.0	0.0002662365921716202	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0025_000000005664	3689	0.5673202213917695	4	3	3	3	3	False	103701	fragment	False	ISR0079_000000007349	0.9847614703133684		0	0	False	False	0.9929520487785339	0					non-mobilizable	no_good_hit	941.0	82.78399999999999	43.0	0.0002662365921716202	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0038_000000008069	3646	0.5673202213917695	3	3	3	3	3	False	103701	fragment	False	ISR0079_000000007349	0.9871038745910993		0	0	False	False	0.9912232756614685	0					non-mobilizable	no_good_hit	941.0	82.78399999999999	48.0	0.0002662365921716202	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0112_000000007772	3536	0.5673202213917695	3	3	3	3	3	False	103701	fragment	False	ISR0079_000000007349	0.9741813062515043		0	0	False	False	0.9997171759605408	0					non-mobilizable	no_good_hit	941.0	82.78399999999999	45.0	0.0002662365921716202	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0042_000000003173	8453	0.567318840828655	7	6	5	4	4	False	99676	fragment	False	ENG0042_000000003173	0.9763385741019629		0	0	False	False	0.9995267987251282	0					non-mobilizable	no_good_hit	1942.0	71.885	27.0	0.013349303287535776	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	False
CHI0061_000000005302	1508	0.5673138943502939	2	2	1	2	1	False	85650	fragment	False	CHI0061_000000005302	0.9946159368269921		0	0	False	False	0.9940318465232849	0					non-mobilizable	other	1509.0	97.21700000000001	100.0	0.00036972827668620487	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0274_000000000652	5813	0.5673071818073859	12	2	1	1	2	False	26361	maximal	True	ISR0274_000000000652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	83.52799999999999	12.0	0.0008052892810706468	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0031_000000023221	1110	0.5673026356450367	3	3	3	2	1	False	48498	fragment	False	FIJ0031_000000023221	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1110.0	99.55	100.0	0.00022954446290735346	CP056474.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00473 chromosome, complete genome	False	False
MON0052_000000011862	2223	0.56729469799963	2	2	2	2	2	False	11226	fragment	False	MON0052_000000011862	1.0		0	0	False	False	0.9928025007247925	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	6.8224536044728e-06	CP024478.1	g-proteobacteria	Pseudomonas sp. HLS-6 chromosome, complete genome	True	False
MON0031_000000005615	6310	0.5672935451599649	12	4	3	3	3	True	12475	maximal	True	MON0031_000000005615	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3162.0	92.916	65.0	0.0008246741240881838	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
ENG0154_000000022404	1485	0.5672929670062105	2	2	2	2	1	False	93124	fragment	False	ENG0154_000000022404	1.0		0	0	False	False	0.9885522127151489	0					non-mobilizable	other	1489.0	96.23899999999999	100.0	0.00039433297806164085	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
SPA0041_000000025579	1318	0.5672929670062105	2	2	2	2	1	False	93122	fragment	False	SPA0041_000000025579	0.9812801104530736		0	0	False	False	0.999241292476654	0					non-mobilizable	other	1318.0	99.92399999999999	100.0	0.02384185086623581	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
SPA0134_000000019475	1298	0.5672929670062105	2	2	2	2	1	False	93122	fragment	False	SPA0041_000000025579	0.9688485656292165		0	0	False	False	0.9992296099662781	0					non-mobilizable	other	1298.0	99.92299999999999	100.0	0.02347978783106139	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
USA0026_01_000000006957	4906	0.567285008052164	7	3	2	3	2	True	111114	maximal	True	USA0026_01_000000006957	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3858.0	98.03	81.0	0.2663764510779436	NZ_QRHR01000017.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf17, whole genome shotgun sequence	True	True
FIJ0088_000000025779	1183	0.5672848001996288	1	1	1	1	1	False	43608	maximal	True	FIJ0088_000000025779	1.0		0	0	False	False	0.9408283829689026	0					non-mobilizable	other	1183.0	87.236	100.0	0.0012969058591178408	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
CHI0044_000000009386	1681	0.5672829756513721	3	2	2	2	2	False	87249	fragment	False	CHI0044_000000009386	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	90.59	69.0	0.0291039569420911	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0061_000000017980	2483	0.5672828554642325	3	3	3	3	2	False	10832	maximal	True	MON0061_000000017980	1.0		29	4	False	False	0.9838904738426208	0					non-mobilizable	other	2278.0	99.166	100.0	0.0010840069696363792	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0356_000000004063	4084	0.5672777395341819	6	4	4	3	3	False	116971	maximal	True	ISR0356_000000004063	1.0		44	5	False	False	1.0	0					non-mobilizable	no_good_hit	3000.0	99.867	73.0	0.04182005800981704	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0087_000000016491	2235	0.5672770240354302	3	2	2	1	1	False	110917	fragment	False	AST0087_000000016491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1988.0	98.944	89.0	0.0005721289965168372	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
USA0059_01_000000002854	8514	0.5672748731164972	13	7	5	6	3	True	48859	maximal	True	USA0059_01_000000002854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1994.0	97.141	23.0	0.00048026450748754086	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
MON0033_000000020009	3284	0.5672733989687418	3	3	3	3	2	False	121216	maximal	True	MON0033_000000020009	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1691.0	83.915	51.0	0.0004987449929290162	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0037_000000017531	2001	0.5672723215543096	3	2	2	2	1	True	65197	fragment	False	ENG0037_000000017531	1.0		0	0	False	False	0.9985007643699646	0					non-mobilizable	no_good_hit	89.0	94.382	4.0	2.6201173210233996e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0227_000000020925	1255	0.5672706547690679	2	1	1	1	1	False	27626	maximal	True	ISR0227_000000020925	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0023_000000008437	2417	0.5672692094390103	2	2	2	2	2	False	14050	fragment	False	MON0023_000000008437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1204.0	86.37899999999999	50.0	0.055749290928534895	NZ_JNJN01000051.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00049.49_C, whole genome shotgun sequence	True	False
ISR0836_000000006832	2927	0.5672666032295441	5	3	3	2	3	False	119945	maximal	False	ISR0189_000000004041	0.9437571363633845		0	0	False	False	1.0	0					non-mobilizable	other	2927.0	97.95	100.0	0.006882785503780353	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0302_000000006578	2250	0.5672666032295441	4	3	3	2	3	False	119942	fragment	False	ENG0014_000000009831	0.272960388690195		0	0	False	False	0.9906666874885559	0					non-mobilizable	other	2107.0	97.72200000000001	94.0	0.004954946472454734	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0079_000000027563	2117	0.5672666032295441	4	3	3	2	3	False	119942	fragment	False	ENG0014_000000009831	0.4003146355582869		0	0	False	False	0.9981105327606201	0					non-mobilizable	other	1982.0	97.124	99.0	0.004663063639873078	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0155_000000005995	2068	0.5672666032295441	4	3	3	2	3	False	119942	fragment	False	ENG0014_000000009831	0.26496630104400687		0	0	False	False	0.9980657696723938	0					non-mobilizable	chromosome	1970.0	100.0	95.0	0.0004373427154340443	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0063_000000005754	2264	0.5672617482017966	3	2	2	2	1	True	85459	maximal	True	CHI0063_000000005754	1.0		0	0	False	False	0.9973497986793518	0					non-mobilizable	no_good_hit	1284.0	98.44200000000001	56.0	0.00023695321383725507	CP010133.1	enterobacteria	Escherichia coli strain C11, complete genome	True	True
ISR0231_000000003887	3846	0.5672590331020079	3	2	2	2	2	False	27492	maximal	True	ISR0231_000000003887	1.0		481	13	False	False	0.9997400045394897	0					non-mobilizable	other	3846.0	99.14200000000001	100.0	0.0031573562294351003	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
MON0076_000000008546	5026	0.5672565914655082	6	5	4	5	5	False	10309	maximal	True	MON0076_000000008546	1.0		44	4	False	False	1.0	0					non-mobilizable	no_good_hit	1985.0	72.89699999999999	39.0	0.0006512011932030043	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
AST0110_000000012891	1381	0.5672564315279315	2	2	2	2	2	False	106975	maximal	True	AST0110_000000012891	1.0		16	6	False	False	1.0	0					non-mobilizable	other	1268.0	72.71300000000001	90.0	0.0013128760026737969	NZ_GG668534.1	firmicutes	Oribacterium sinus F0268 SCAFFOLD2, whole genome shotgun sequence	False	False
ISR0234_000000007645	1732	0.5672550282335793	3	3	3	3	3	False	86592	fragment	False	ISR0329_000000008212	0.9115333910222522		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	98.26799999999999	100.0	0.02413821954484605	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0082_000000004958	7043	0.5672533127873498	8	5	2	2	5	False	95073	maximal	False	USA0010_01_000000003862	0.9801324641215791		0	0	False	False	0.9995740652084351	0					non-mobilizable	no_good_hit	665.0	72.632	9.0	0.00012771561417951395	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	False
ISR0392_000000017694	1919	0.5672523406411103	3	2	2	2	2	False	22811	maximal	True	ISR0392_000000017694	1.0		8	5	False	False	0.9942678213119507	0					non-mobilizable	no_good_hit								True	False
MAD0030_000000008976	1359	0.5672518350180811	2	1	1	1	1	False	18970	fragment	False	MAD0030_000000008976	0.9979951884522855		0	0	False	False	0.9904341697692871	0					non-mobilizable	other	1359.0	99.338	100.0	0.00046869720469401284	CP000312.1	firmicutes	Clostridium perfringens SM101, complete genome	False	False
ISR0152_000000003921	6464	0.5672488418912278	6	6	6	3	2	True	118378	maximal	True	ISR0152_000000003921	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	4301.0	93.42	67.0	0.0018016469685759736	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0131_000000025911	1116	0.5672478393034754	1	1	1	1	1	False	3752	maximal	True	SPA0131_000000025911	1.0		1	1	False	False	0.9964157938957214	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000026630	1665	0.5672476956708026	3	3	3	1	1	False	95582	fragment	False	SPA0126_000000026630	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1665.0	94.715	100.0	0.006636179348433335	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
CAN0006_000000029714	1516	0.5672476956708026	3	3	3	1	1	False	95581	fragment	False	CAN0006_000000029714	1.0		0	0	False	False	0.9993403553962708	0					non-mobilizable	chromosome	1516.0	98.219	100.0	0.00022457639555329843	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
MON0019_000000049659	1348	0.5672476956708026	3	3	3	1	1	False	91184	fragment	False	MON0019_000000049659	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	99.036	100.0	0.00471295415103846	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
DEN0080_000000003014	1290	0.5672476956708026	3	3	3	1	1	False	69390	fragment	False	DEN0080_000000003014	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1290.0	98.915	100.0	0.0002457804511301134	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
MAD0103_000000020189	1227	0.5672436340996386	1	1	1	1	1	False	53620	fragment	False	ENG0211_000000018212	0.8794158797524314		0	0	False	False	0.9959250092506409	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	4.0	9.353014233668873e-06	CP033464.1	firmicutes	Brevibacillus laterosporus strain 1821L chromosome, complete genome	True	False
MON0084_000000007784	3664	0.5672416374801176	4	4	4	3	3	False	122772	fragment	False	MON0084_000000007784	0.9845322920917107		0	0	False	False	0.9997270703315735	0					non-mobilizable	chromosome	3664.0	99.809	100.0	0.001585014409221902	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
FIJ0079_000000008071	3562	0.5672416374801176	4	4	4	3	3	False	122772	fragment	False	MON0084_000000007784	0.9804075531080768		0	0	False	False	0.9969118237495422	0					non-mobilizable	other	3564.0	99.29899999999999	100.0	0.0014997104123593312	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
ENG0207_000000000025	104792	0.5672371554404502	83	11	4	11	3	True	63693	maximal	True	ENG0207_000000000025	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	0.0	0.002161646219926448	MN694504.1	viruses	Marine virus AFVG_250M556, complete genome	True	True
SPA0031_000000000326	36841	0.5672311014303041	38	31	6	20	23	True	115134	maximal	True	SPA0031_000000000326	1.0		172	10	False	False	0.9999457001686096	0					non-mobilizable	chromosome	36788.0	99.831	100.0	0.006669754616821128	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0334_000000006170	3199	0.5672310713119347	3	3	3	3	1	False	102337	maximal	True	ISR0334_000000006170	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0017_000000006226	2005	0.5672288762641378	4	4	4	2	2	False	89634	maximal	True	CHI0017_000000006226	1.0		759	15	False	False	0.9915211796760559	0					non-mobilizable	no_good_hit	1211.0	100.0	87.0	0.01960276058711078	NZ_JAAIPV010000023.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_23_length_61726_cov_95.4803, whole genome shotgun sequence	True	False
ISR0131_000000018348	1841	0.5672269934503646	4	2	0	2	0	False	31657	maximal	True	ISR0131_000000018348	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0040_000000007622	3492	0.5672253384457315	5	5	4	4	5	True	92853	fragment	False	MON0040_000000007622	1.0		0	0	False	False	0.9979954361915588	0					non-mobilizable	chromosome	3491.0	96.133	99.0	0.0012409480073416821	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ENG0080_000000006743	3643	0.567223939113499	5	3	2	3	1	False	61761	maximal	True	ENG0080_000000006743	1.0		1	1	False	False	0.9997255206108093	0					non-mobilizable	no_good_hit	519.0	71.484	14.0	0.017760807118335317	HM197723.1	firmicutes	Lactococcus lactis subsp. lactis strain IL594 plasmid pIL7, complete sequence	True	False
FIJ0048_000000024799	1380	0.5672205330509796	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.04680006296021956		0	0	False	False	0.9942029118537903	0					non-mobilizable	chromosome	1381.0	98.624	100.0	0.0004851993039948311	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0351_000000011075	1372	0.5672205330509796	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.04661613196570555		0	0	False	False	0.9868804812431335	0					non-mobilizable	chromosome	1372.0	98.178	100.0	0.00048202345400504676	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0023_000000014242	1238	0.5672204710312266	2	2	1	1	2	False	66254	maximal	True	ENG0023_000000014242	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1238.0	100.0	100.0	0.01852295528735288	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
ENG0055_000000006912	2800	0.5672189075621631	4	4	4	3	2	False	121163	fragment	False	USA0036_01_000000012706	0.9509714109159246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	82.648	45.0	0.009612867918243034	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
CAN0007_000000014912	2766	0.5672189075621631	4	4	4	3	2	False	121163	fragment	False	USA0036_01_000000012706	0.9456719287074866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	82.537	46.0	0.009597005099896099	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
FIJ0108_000000017616	1357	0.567218495297819	2	2	0	1	1	True	42203	maximal	True	FIJ0108_000000017616	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.03483870967741935	NM_001377678.1	nematodes	Caenorhabditis elegans Uncharacterized protein (Y105E8A.28), mRNA	True	True
MON0005_000000017207	3036	0.5672059950959331	2	2	2	2	2	False	14142	fragment	False	MON0005_000000017207	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2009.0	86.162	66.0	0.0678688635517813	NZ_JH379361.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld66, whole genome shotgun sequence	True	False
ISR0307_000000000646	8287	0.5672051469115214	5	1	1	1	1	False	61867	fragment	False	SPA0124_000000003227	0.9667734375214015		0	0	False	False	0.9956558346748352	0					non-mobilizable	other	8243.0	100.0	99.0	0.002162689796234317	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
CHI0166_000000001086	7482	0.5672051469115214	4	1	1	1	1	False	78229	fragment	False	CHI0166_000000001086	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	98.361	1.0	8.894114675378156e-06	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
ENG0117_000000002979	6841	0.5672051469115214	3	1	1	1	1	False	59402	fragment	False	ENG0117_000000002979	1.0		0	0	False	False	0.9997076392173767	0					non-mobilizable	other	6841.0	100.0	100.0	0.0017948068680226554	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
SPA0054_000000003782	6554	0.5672051469115214	2	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.9650453544566115		0	0	False	False	0.999542236328125	0					non-mobilizable	chromosome	6486.0	98.736	99.0	0.0011876984839216578	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
DEN0017_000000004681	6403	0.5672051469115214	2	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.9543871826742852		0	0	False	False	0.9998438358306885	0					non-mobilizable	chromosome	6405.0	96.98700000000001	100.0	0.0011726805539784694	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
SPA0079_000000003442	6207	0.5672051469115214	3	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.9576080664259712		0	0	False	False	1.0	0					non-mobilizable	chromosome	6087.0	98.587	98.0	0.001114623434563949	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
CAN0012_000000009191	5912	0.5672051469115214	3	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.8127073124012186		0	0	False	False	1.0	0					non-mobilizable	chromosome	5914.0	98.461	100.0	0.0010829392652935638	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
CHI0081_000000001784	5859	0.5672051469115214	2	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.8605496112408948		0	0	False	False	1.0	0					non-mobilizable	other	5860.0	98.70299999999999	99.0	0.0028281932923829483	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
USA0017_01_000000004640	5694	0.5672051469115214	1	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.801970227173325		0	0	False	False	1.0	0					non-mobilizable	chromosome	5623.0	98.897	99.0	0.0010296439285439568	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
SPA0002_000000004656	5690	0.5672051469115214	1	1	1	1	1	False	8419	maximal	True	SPA0002_000000004656	1.0		1	1	True	True	1.0	3					non-mobilizable	other	3102.0	83.81700000000001	91.0	0.03210722542750619	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
MON0010_000000003478	5688	0.5672051469115214	1	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.7191773084920368		0	0	False	False	0.9949015378952026	0					non-mobilizable	other	5697.0	93.54	100.0	0.012525477608442871	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0258_000000002548	5564	0.5672051469115214	2	1	1	1	1	False	26797	fragment	False	ISR0258_000000002548	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5564.0	100.0	100.0	0.0014597237729254433	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
USA0040_01_000000003405	5548	0.5672051469115214	1	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.7130707101486056		0	0	False	False	1.0	0					non-mobilizable	other	5557.0	93.82799999999999	99.0	0.012220409498671406	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0094_000000002710	5528	0.5672051469115214	1	1	1	1	1	False	5243	fragment	False	SPA0094_000000002710	1.0		0	0	False	False	0.9933068156242371	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000004623	5494	0.5672051469115214	2	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.7378228797879794		0	0	False	False	1.0	0					non-mobilizable	other	5494.0	99.964	100.0	0.012143037151990237	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
USA0036_01_000000007106	5470	0.5672051469115214	1	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.6891008555424845		0	0	False	False	1.0	0					non-mobilizable	other	5479.0	93.429	100.0	0.012045769059019626	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
AST0148_000000006195	5466	0.5672051469115214	1	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.6858759476564779		0	0	False	False	0.9992681741714478	0					non-mobilizable	other	5475.0	93.333	100.0	0.012036926505113206	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CAN0018_000000006205	5460	0.5672051469115214	2	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.6571669811308468		0	0	False	False	1.0	0					non-mobilizable	other	5460.0	99.432	100.0	0.0010336776146169404	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
MON0007_000000009227	5377	0.5672051469115214	1	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.23777333121398642		0	0	False	False	0.991631031036377	0					non-mobilizable	other	5127.0	95.163	95.0	0.011274256230684546	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0116_000000003983	5375	0.5672051469115214	2	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.5833403467866985		0	0	False	False	1.0	0					non-mobilizable	other	5375.0	99.49799999999999	100.0	0.001018139289337639	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
USA0049_01_000000000674	5368	0.5672051469115214	1	1	1	1	1	False	1110	maximal	True	USA0049_01_000000000674	1.0		14	5	False	False	1.0	0					non-mobilizable	other	5026.0	97.473	99.0	0.001184122854631714	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	False
MON0040_000000004822	5233	0.5672051469115214	1	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.5541118946797478		0	0	False	False	1.0	0					non-mobilizable	other	5242.0	93.361	100.0	0.01151963710158768	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0046_000000002290	5186	0.5672051469115214	1	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.4387222517544865		0	0	False	False	1.0	0					non-mobilizable	other	5109.0	99.374	99.0	0.0009677344780657589	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
MON0041_000000008950	5119	0.5672051469115214	1	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.11678864372144421		0	0	False	False	0.9994139671325684	0					non-mobilizable	other	5096.0	93.897	99.0	0.011203515799433192	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0044_000000003465	5103	0.5672051469115214	2	1	1	1	1	False	64534	fragment	False	ENG0044_000000003465	1.0		0	0	False	False	0.9998040199279785	0					non-mobilizable	other	5161.0	77.795	100.0	0.009137130514033111	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
USA0066_01_000000004012	4931	0.5672051469115214	1	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.3608706078762542		0	0	False	False	1.0	0					non-mobilizable	other	4931.0	99.757	100.0	0.000934004942703373	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
USA0071_01_000000002796	4927	0.5672051469115214	1	1	1	1	1	False	94305	fragment	False	SPA0054_000000003782	0.35074199414365587		0	0	False	False	1.0	0					non-mobilizable	other	4928.0	98.62	100.0	0.0023787142969564335	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
SPA0046_000000005717	4587	0.5672051469115214	1	1	1	1	1	False	6736	fragment	False	SPA0046_000000005717	1.0		0	0	False	False	0.9978199005126953	0					non-mobilizable	other	4587.0	99.65100000000001	100.0	0.0029407521169118895	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
MON0015_000000007848	4548	0.5672051469115214	1	1	1	1	1	False	13434	fragment	False	MON0015_000000007848	1.0		0	0	False	False	0.9967018365859985	0					non-mobilizable	other	4554.0	79.051	99.0	0.0011857795667535643	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
CHI0117_000000010600	1367	0.5672050433977978	2	2	2	2	2	False	82044	fragment	False	MON0052_000000019897	0.9672684436785752		0	0	False	False	0.9948793053627014	0					non-mobilizable	other	1364.0	81.598	99.0	0.0005688308367514184	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0032_000000021044	1594	0.5672031510391432	2	2	2	2	2	False	36931	maximal	True	ISR0032_000000021044	1.0		258	11	False	False	0.9855709075927734	0					non-mobilizable	no_good_hit	1095.0	88.037	69.0	0.0032974572403516884	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0187_000000017942	1686	0.5672007954857156	3	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.5837974335571229		0	0	False	False	1.0	0					non-mobilizable	chromosome	1686.0	99.288	100.0	0.0005311079542320478	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0270_000000004978	1644	0.5672007954857156	3	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.6665340359694184		0	0	False	False	1.0	0					non-mobilizable	chromosome	1642.0	98.965	100.0	0.000517239259878214	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0128_000000018350	1591	0.5672007954857156	3	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.5873644043151689		0	0	False	False	1.0	0					non-mobilizable	chromosome	1591.0	99.309	100.0	0.0005011641823317247	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0034_000000010985	1531	0.5672007954857156	3	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.3290910169315902		0	0	False	False	0.9967341423034668	0					non-mobilizable	chromosome	1462.0	99.45299999999999	100.0	0.0004605036920670753	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0142_000000022707	1514	0.5672007954857156	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.439274105437406		0	0	False	False	1.0	0					non-mobilizable	chromosome	1514.0	98.943	100.0	0.00047689396721251536	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0159_000000010432	1510	0.5672007954857156	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.4509905270230156		0	0	False	False	0.9993377327919006	0					non-mobilizable	chromosome	1506.0	99.07	99.0	0.0004743723864209092	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0118_000000009592	1507	0.5672007954857156	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.45216182192109694		0	0	False	False	1.0	0					non-mobilizable	chromosome	1505.0	99.402	100.0	0.00047405718882195845	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0031_000000022158	1500	0.5672007954857156	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.4263924879158804		0	0	False	False	0.9986666440963745	0					non-mobilizable	chromosome	1494.0	99.06299999999999	100.0	0.00047059001523349996	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0158_000000014718	1461	0.5672007954857156	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.3401312700961661		0	0	False	False	1.0	0					non-mobilizable	chromosome	1461.0	99.45200000000001	100.0	0.00046018849446812453	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0153_000000020014	1452	0.5672007954857156	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.35093799477962917		0	0	False	False	0.9986225962638855	0					non-mobilizable	chromosome	1452.0	99.51799999999999	100.0	0.0004573517160775676	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0016_000000019598	1450	0.5672007954857156	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.33915607989455		0	0	False	False	0.9882758855819702	0					non-mobilizable	chromosome	1450.0	99.37899999999999	100.0	0.0004567213208796661	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0082_000000014838	1408	0.5672007954857156	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.2525819887104652		0	0	False	False	1.0	0					non-mobilizable	chromosome	1408.0	99.361	100.0	0.0004434830217237337	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0370_000000019457	1389	0.5672007954857156	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.2504799939326377		0	0	False	False	1.0	0					non-mobilizable	chromosome	1389.0	99.64	100.0	0.0004374942673436691	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0071_000000014834	1375	0.5672007954857156	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.23639900607028697		0	0	False	False	1.0	0					non-mobilizable	chromosome	1375.0	99.855	100.0	0.0004330815009583583	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0127_000000011859	2479	0.5671975879045221	3	3	3	3	3	False	53502	fragment	False	SPA0127_000000011859	1.0		0	0	False	False	0.9975796937942505	0					non-mobilizable	no_good_hit	427.0	81.96700000000001	17.0	0.0011361743960548157	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0094_000000007058	2172	0.5671956735050617	3	3	3	3	3	False	62158	maximal	True	MAD0094_000000007058	1.0		4	4	False	False	0.9940147399902344	0					non-mobilizable	chromosome	2172.0	99.954	100.0	0.0004132501198729908	CP047669.1	enterobacteria	Klebsiella aerogenes strain HNHF1 chromosome, complete genome	False	False
SPA0023_000000005026	4610	0.5671922013818573	5	5	5	5	5	False	37511	maximal	True	SPA0023_000000005026	1.0		1	1	False	False	0.9997830986976624	0					non-mobilizable	no_good_hit	970.0	91.34	44.0	0.000270914820895514	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0027_000000024726	1521	0.5671920387351052	4	4	3	3	2	False	7475	maximal	True	SPA0027_000000024726	1.0		24	6	False	False	1.0	0					non-mobilizable	chromosome	1521.0	98.15899999999999	100.0	0.0003684560865794234	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
MAD0033_000000005889	3215	0.5671897068428816	4	4	3	4	4	False	18896	maximal	True	MAD0033_000000005889	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	79.641	36.0	0.32503496503496504	NZ_FMKA01000078.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
FIJ0088_000000006444	4292	0.5671895861635818	5	4	4	4	4	False	125537	fragment	False	SPA0138_000000005370	0.9540620880828357		0	0	False	False	0.999301016330719	0					non-mobilizable	other	2621.0	98.97	100.0	0.03258179647569423	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0148_000000008798	2059	0.5671872087485709	4	4	4	4	3	False	39913	fragment	False	FIJ0148_000000008798	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2047.0	98.583	99.0	0.0004018427416123675	CP052181.1	enterobacteria	Klebsiella pneumoniae strain F16KP0037 chromosome, complete genome	False	False
ISR0139_000000014161	1873	0.5671869523791272	3	3	2	2	1	False	31303	maximal	True	ISR0139_000000014161	1.0		0	0	False	False	0.9754404425621033	0					non-mobilizable	no_good_hit	151.0	98.675	8.0	0.00255885363357216	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	True	False
FIJ0161_000000002145	6933	0.567184114543227	7	6	5	5	3	True	101052	maximal	True	FIJ0161_000000002145	1.0		3	3	False	False	0.9997115135192871	0					non-mobilizable	no_good_hit	4559.0	98.245	66.0	0.0009252031051253653	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
USA0111_01_000000021522	1166	0.5671821445642331	2	2	2	2	2	False	289	fragment	False	USA0111_01_000000021522	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.65700000000001	100.0	0.0015726560338019803	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
AST0024_000000018880	1852	0.5671799958788447	2	2	1	2	0	True	121196	fragment	False	AST0024_000000018880	1.0		0	0	False	False	0.9983801245689392	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.00016501123140962175	NZ_QXQA01000014.1	firmicutes	Paenibacillus nanensis strain DSM 22867 NODE_14_length_187866_cov_27.4281, whole genome shotgun sequence	True	True
FIJ0001_000000000050	90685	0.5671762569429301	95	13	4	10	5	False	52670	maximal	True	FIJ0001_000000000050	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	78.24	5.0	0.01636248514268576	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	False
FIJ0107_000000005784	4809	0.5671703109881902	5	4	4	4	4	False	65747	fragment	False	FIJ0091_000000005316	0.978515885603302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	6.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
ISR0203_000000008067	2121	0.5671691215600826	3	2	1	1	2	False	123107	fragment	False	ISR0203_000000008067	1.0		0	0	False	False	0.9995285272598267	0					non-mobilizable	other	2119.0	96.791	99.0	0.0007351306281267371	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0052_000000011832	1968	0.5671691215600826	3	2	1	1	2	False	123103	fragment	False	AST0052_000000011832	0.9315129917646549		0	0	False	False	1.0	0					non-mobilizable	other	1967.0	96.238	99.0	0.0006826709282934963	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0063_000000009636	1869	0.5671691215600826	2	2	1	1	2	False	123103	fragment	False	AST0052_000000011832	0.6925853148278098		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	96.79	100.0	0.0013997405834100768	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0074_000000017542	1707	0.5671691215600826	3	2	1	1	2	False	123103	fragment	False	AST0052_000000011832	0.6807640876621975		0	0	False	False	0.9941417574882507	0					non-mobilizable	other	1707.0	95.78200000000001	100.0	0.0005923429683157309	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ENG0047_000000013035	1571	0.5671691215600826	3	2	1	1	2	False	123103	fragment	False	AST0052_000000011832	0.4319480088697745		0	0	False	False	0.9809038639068604	0					non-mobilizable	other	1571.0	97.581	100.0	0.00603328683475327	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
CHI0086_000000004196	1531	0.5671691215600826	3	2	1	1	2	False	123103	fragment	False	AST0052_000000011832	0.35134721774965527		0	0	False	False	0.9993468523025513	0					non-mobilizable	other	1533.0	96.086	100.0	0.001147967116586851	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0248_000000002921	1486	0.5671691215600826	2	2	1	1	2	False	123103	fragment	False	AST0052_000000011832	0.3441163495198572		0	0	False	False	1.0	0					non-mobilizable	chromosome	1486.0	96.366	100.0	0.00033026598429500677	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0104_000000007719	1475	0.5671691215600826	2	2	1	1	2	False	123103	fragment	False	AST0052_000000011832	0.34370983033841646		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	81.242	100.0	0.00401304238776022	NZ_SMMX01000001.1	firmicutes	Extibacter muris strain DSM 28560 NODE_1_length_366804_cov_89.152802, whole genome shotgun sequence	False	False
MON0040_000000018089	1537	0.5671683359597768	3	3	3	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.3662608362090003		0	0	False	False	0.9908913373947144	0					non-mobilizable	chromosome	1537.0	98.439	100.0	0.0005166720129036732	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0156_000000006305	2667	0.5671667528146871	3	3	3	3	3	False	3183	maximal	True	SPA0156_000000006305	1.0		2	1	False	False	0.999625027179718	0					non-mobilizable	no_good_hit	679.0	94.845	56.0	0.0005908682102445044	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
FIJ0022_000000017332	1483	0.5671561276348366	2	2	2	2	2	False	49462	maximal	True	FIJ0022_000000017332	1.0		633	14	False	False	1.0	0					non-mobilizable	other	1483.0	97.91	100.0	0.004056106739651044	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0010_000000002847	2846	0.5671494133686946	4	3	2	3	2	False	118627	fragment	False	CHI0010_000000002847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1550.0	90.96799999999999	87.0	0.0002844125737125823	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
ISR0092_000000009175	2788	0.5671494133686946	4	3	2	3	2	False	118626	fragment	False	ISR0092_000000009175	1.0		0	0	False	False	0.9949784874916077	0					non-mobilizable	no_good_hit	1957.0	90.291	86.0	0.0004313456340136689	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0121_000000008008	1453	0.567149037408645	2	2	1	2	1	False	4128	maximal	True	SPA0121_000000008008	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	0.0007008936393902226	NZ_MIEH01000037.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_37, whole genome shotgun sequence	True	False
CAN0010_000000005672	2301	0.5671487309101337	4	4	4	4	2	False	124002	maximal	True	CAN0010_000000005672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	96.59100000000001	53.0	0.0003418475876279499	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0041_000000010215	3062	0.5671456702415935	3	3	3	3	3	False	18271	maximal	True	MAD0041_000000010215	1.0		3	2	False	False	0.9951012134552002	0					non-mobilizable	no_good_hit	739.0	78.078	24.0	0.0021892719609448437	NZ_PPTS01000004.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_4, whole genome shotgun sequence	True	False
ENG0075_000000009943	2486	0.5671396337262261	2	2	2	2	1	False	62106	maximal	True	ENG0075_000000009943	1.0		30	7	False	False	0.9621882438659668	0					non-mobilizable	chromosome	2270.0	100.0	91.0	0.0004606140478555462	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
CHI0133_000000009538	1986	0.5671374411219664	2	2	2	1	2	False	80795	maximal	True	CHI0133_000000009538	1.0		556	13	False	False	0.9949647784233093	0					non-mobilizable	chromosome	1986.0	100.0	100.0	0.00038845461988981585	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
CHI0070_000000002194	4354	0.5671359002607068	5	4	4	4	4	False	85017	maximal	True	CHI0070_000000002194	1.0	PS289	19	4	False	True	0.9940285086631775	0					non-mobilizable	no_good_hit	2490.0	98.916	77.0	0.000837782827437943	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0105_000000006812	3090	0.5671337506075503	3	2	2	2	2	False	60175	maximal	True	ENG0105_000000006812	1.0		1	1	False	False	0.999352753162384	0					non-mobilizable	no_good_hit	65.0	86.154	2.0	0.0013630942238882263	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ISR0265_000000001774	8457	0.5671266787525335	10	7	4	6	4	False	122858	fragment	False	ISR0076_000000002357	0.9097411379067472		0	0	False	False	0.9990540146827698	0					non-mobilizable	no_good_hit	1941.0	93.663	23.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0192_000000010657	1687	0.5671264489426472	2	2	2	2	2	False	129497	fragment	False	ISR0192_000000010657	1.0		0	0	False	False	0.9804386496543884	0					non-mobilizable	other	1685.0	81.78	99.0	0.020067654600392445	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	False	False
ISR0182_000000032645	1234	0.5671237905745173	2	1	1	1	1	False	110330	fragment	False	ISR0279_000000015900	0.3358075076891035		0	0	False	False	0.9789302945137024	0					non-mobilizable	other	1224.0	99.51	99.0	0.010381827133664963	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0098_000000024364	1445	0.5671216827774319	2	2	2	2	2	False	13654	fragment	False	MON0011_000000031706	0.714428592995169		0	0	False	False	0.979238748550415	0					non-mobilizable	no_good_hit	597.0	75.042	41.0	0.0002096448679679994	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0107_000000026710	1489	0.5671214317274829	3	2	2	2	2	True	69870	maximal	True	MAD0107_000000026710	1.0		35	9	False	False	1.0	0					non-mobilizable	other	1489.0	99.463	100.0	0.004866641592124413	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ISR0834_000000013020	1382	0.5671181698174079	1	1	1	1	1	False	20969	maximal	True	ISR0834_000000013020	1.0		113	11	False	False	0.9898697733879089	0					non-mobilizable	no_good_hit	64.0	93.75	5.0	0.004059278350515464	NZ_LNAM01000192.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf65, whole genome shotgun sequence	True	False
DEN0051_000000040128	1222	0.5671118288327974	3	3	3	1	2	False	72412	maximal	True	DEN0051_000000040128	1.0		62	8	False	False	1.0	0					non-mobilizable	other	1222.0	99.509	100.0	0.0003484895361806917	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0001_000000006575	1411	0.5671106782009051	3	3	3	3	1	False	91069	fragment	False	CHI0001_000000006575	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	89.89399999999999	40.0	0.00015617496607161498	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0208_000000002770	8108	0.5671105508984943	9	3	3	3	2	True	43690	fragment	False	FIJ0088_000000003587	0.6484212280263267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0088_000000003587	8002	0.5671105508984943	9	3	3	3	2	True	43690	fragment	False	FIJ0088_000000003587	0.9601362153357401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0102_000000003728	7829	0.5671105508984943	8	3	3	3	2	False	43690	fragment	False	FIJ0088_000000003587	0.6419645088727818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0152_000000000544	8783	0.5671098779218964	14	13	11	11	10	True	123587	fragment	False	CHI0152_000000000544	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	8783.0	99.98899999999999	100.0	0.08933966774840028	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
DEN0078_000000011098	2706	0.5671095168375938	4	2	1	2	2	False	69799	fragment	False	DEN0078_000000011098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	1.5413860358311314e-05	NZ_UGQR01000001.1	b-proteobacteria	Neisseria dentiae strain NCTC13012, whole genome shotgun sequence	True	False
ISR0036_000000001289	6149	0.5671087615525439	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.9708039395443462		0	0	False	False	0.9975605607032776	0					non-mobilizable	chromosome	6155.0	98.505	100.0	0.001366890335592234	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0051_000000003944	5082	0.5671087487565986	5	4	3	3	4	False	46554	fragment	False	FIJ0051_000000003944	0.9877244338250947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000005160	4907	0.5671087487565986	4	4	3	3	4	False	46554	fragment	False	FIJ0051_000000003944	0.9833760219646345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000008140	4852	0.5671087487565986	4	4	3	3	4	False	46554	fragment	False	FIJ0051_000000003944	0.9805536501953341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000005289	4813	0.5671087487565986	4	4	3	3	4	False	46554	fragment	False	FIJ0051_000000003944	0.9766828829704016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0079_000000004336	6537	0.567108129984366	7	7	7	7	6	False	120094	maximal	True	ISR0079_000000004336	0.9834253491984081		18	6	False	False	1.0	0					non-mobilizable	other	6537.0	98.302	100.0	0.01598456089542893	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0187_000000006997	3908	0.5670991767194833	5	5	4	5	3	False	104102	fragment	False	SPA0130_000000008486	0.8309005771647623		0	0	False	False	0.9892528057098389	0					non-mobilizable	other	3908.0	99.693	100.0	0.022710098931631385	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
SPA0130_000000008486	3850	0.5670991767194833	5	5	4	5	3	False	104102	fragment	False	SPA0130_000000008486	0.9523660391728057		0	0	False	False	1.0	0					non-mobilizable	other	3850.0	99.68799999999999	100.0	0.022372964112579777	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0138_000000007955	3687	0.5670991767194833	5	5	4	5	3	False	104102	fragment	False	SPA0130_000000008486	0.688058929306954		0	0	False	False	0.9994575381278992	0					non-mobilizable	other	3687.0	99.675	100.0	0.02142549901765889	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ENG0055_000000010853	1774	0.5670978678319775	2	2	2	2	2	False	63640	fragment	False	ENG0055_000000010853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1218.0	98.76799999999999	69.0	0.006003472838848438	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0043_000000005422	5777	0.5670970832136802	6	5	3	3	5	False	111025	maximal	True	ENG0043_000000005422	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	5144.0	95.54799999999999	89.0	0.000980504533569931	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
MON0031_000000027462	1163	0.5670902170693051	2	2	2	2	1	False	12419	maximal	True	MON0031_000000027462	1.0		13	5	False	False	0.9862424731254578	0					non-mobilizable	other	1163.0	98.882	100.0	0.001988755487476146	NZ_QSGP01000004.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf4, whole genome shotgun sequence	False	False
MAD0089_000000014839	1777	0.5670901803912556	4	3	2	2	2	False	21189	fragment	False	MAD0089_000000014839	1.0		0	0	False	False	0.9870568513870239	0					non-mobilizable	other	1777.0	99.212	100.0	0.016146482048857654	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
ENG0167_000000004772	5125	0.5670896842731863	5	3	2	3	3	False	56091	maximal	True	ENG0167_000000004772	1.0		1	1	False	False	0.9988292455673218	0					non-mobilizable	no_good_hit	680.0	72.35300000000001	13.0	0.00016673486498738332	CP030040.1	firmicutes	Acetobacterium sp. KB-1 chromosome	True	False
MAD0052_000000002937	4918	0.5670896842731863	5	3	2	3	3	False	17298	maximal	True	MAD0052_000000002937	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	97.931	4.0	4.264802789891825e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0111_000000006503	4712	0.5670896842731863	5	3	2	3	3	False	82639	maximal	True	CHI0111_000000006503	1.0		2	1	False	False	0.9993633031845093	0					non-mobilizable	no_good_hit	107.0	96.262	2.0	3.1393687203370376e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0141_000000020826	1329	0.5670863539022409	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.8742359092669911		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	99.925	100.0	0.0003556280141683486	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0072_000000012785	1299	0.5670863539022409	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.8248332540020032		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	99.76899999999999	100.0	0.00034759424878803955	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0036_000000020617	1246	0.5670863539022409	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.8268436570022135		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	99.92	100.0	0.00033340126328282684	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0149_000000032913	1232	0.5670863539022409	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.7084671702360288		0	0	False	False	0.9935064911842346	0					non-mobilizable	other	1232.0	99.838	100.0	0.0003296521727720159	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0083_01_000000021701	1226	0.5670863539022409	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.7802272776685566		0	0	False	False	0.9836868047714233	0					non-mobilizable	other	1214.0	85.585	99.0	0.018411386593204775	NZ_FNRI01000013.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	True
ISR0317_000000019211	1219	0.5670863539022409	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.7454871404978057		0	0	False	False	0.9991796612739563	0					non-mobilizable	other	1219.0	99.67200000000001	100.0	0.00032617087444054865	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0010_000000018031	1218	0.5670863539022409	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.7845222728752106		0	0	False	False	0.9901477694511414	0					non-mobilizable	other	1218.0	99.589	100.0	0.000325903082261205	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0132_01_000000012887	1215	0.5670863539022409	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.7835992157284917		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	99.588	100.0	0.0003250997057231741	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0071_01_000000009259	1177	0.5670863539022409	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.599408984915668		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	100.0	98.0	0.0003092999671418996	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0058_000000019350	1141	0.5670863539022409	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.5546347811837598		0	0	False	False	0.9921121597290039	0					non-mobilizable	other	1141.0	99.912	100.0	0.0003052830844517451	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0035_000000002947	8844	0.5670856439168455	17	4	3	4	3	False	125954	maximal	True	DEN0035_000000002947	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2106.0	97.816	24.0	0.00572836127266507	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0062_000000005108	6152	0.5670843096877403	7	7	7	6	3	False	70411	maximal	True	SPA0062_000000005108	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	89.898	28.0	0.0002731630766705805	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0091_000000001052	19185	0.5670835811022221	24	5	4	4	3	True	107065	fragment	False	FIJ0091_000000001052	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	19236.0	95.63799999999999	100.0	0.006583193671144536	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
AST0085_000000007373	1386	0.567083112859224	2	2	2	2	2	False	111100	maximal	True	AST0085_000000007373	1.0		369	14	False	False	0.9862914681434631	0					non-mobilizable	other	1386.0	97.186	100.0	0.005762453765149844	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	False	False
MAD0014_000000016977	1934	0.5670779233768894	3	3	3	3	3	False	20081	fragment	False	MAD0014_000000016977	1.0		0	0	False	False	0.9912099242210388	0					non-mobilizable	no_good_hit	436.0	88.76100000000001	22.0	0.0001300669272621785	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0069_000000017634	1246	0.5670762041003055	3	2	2	2	1	True	119977	fragment	False	MON0046_000000025313	0.36399416909620996		0	0	False	True	1.0	0					non-mobilizable	other	1249.0	90.87299999999999	100.0	0.00037574890097962676	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0075_01_000000013607	1815	0.5670753939066667	2	2	2	2	2	False	95612	maximal	True	USA0075_01_000000013607	0.9853195164075992		8	3	False	False	0.9994490146636963	0					non-mobilizable	no_good_hit	296.0	74.324	16.0	0.00012500765243762783	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	False
FIJ0124_000000008503	3121	0.5670725792987689	4	3	1	3	2	False	108965	maximal	False	SPA0075_000000004869	0.9401064773735581		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	7.888689538782507e-06	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0082_000000005528	4862	0.5670713842013119	5	2	1	2	0	True	34193	maximal	True	ISR0082_000000005528	1.0		2	2	False	False	0.9993829727172852	0					non-mobilizable	no_good_hit								True	True
ENG0004_000000005516	4795	0.5670648534344579	12	8	3	6	3	False	110195	fragment	False	ENG0004_000000005516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2515.0	96.103	60.0	0.0006797499147608748	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CAN0013_000000011380	1976	0.5670644138356165	4	3	3	2	2	False	93880	fragment	False	CAN0013_000000011380	1.0		0	0	False	False	0.9979757070541382	0					non-mobilizable	other	1976.0	100.0	100.0	0.03946290486942274	NZ_VJZV01000035.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold35_1, whole genome shotgun sequence	False	False
DEN0070_000000022336	1525	0.5670632308935151	2	2	2	2	2	False	70577	maximal	True	DEN0070_000000022336	1.0		29	8	False	False	0.998032808303833	0					non-mobilizable	chromosome	1525.0	99.803	100.0	0.00023732443792338624	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
SPA0047_000000030165	1282	0.567061198948036	2	2	2	2	2	False	11506	maximal	False	MON0046_000000024980	0.9426820475847152		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	92.175	100.0	0.00038448024563380077	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0098_000000025180	1785	0.567055431881049	2	2	1	2	2	True	68707	fragment	False	MAD0098_000000025180	0.9799418604651162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.043	31.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
MAD0099_000000018276	1720	0.567055431881049	2	2	1	2	2	True	68707	fragment	False	MAD0098_000000025180	0.9624649859943977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	75.0	33.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
DEN0065_000000018491	1883	0.5670553023420541	3	3	3	3	3	False	71084	maximal	True	DEN0065_000000018491	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	187.0	72.727	10.0	6.487729904521067e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0196_000000007165	2655	0.5670490904655854	4	3	3	3	3	False	28989	maximal	True	ISR0196_000000007165	1.0		4	2	False	False	0.9996233582496643	0					non-mobilizable	other	2654.0	99.586	99.0	0.0008805946220994398	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
ISR0218_000000004652	3451	0.5670363704248731	4	1	1	1	1	False	56798	maximal	True	ISR0218_000000004652	1.0		4	2	False	False	0.9852216839790344	0					non-mobilizable	no_good_hit	2215.0	98.82600000000001	64.0	0.0007780720050465736	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ISR0041_000000002075	5566	0.5670361684232136	4	4	3	4	4	False	39265	maximal	True	ISR0041_000000002075	1.0		15	6	False	False	0.9885016083717346	0					non-mobilizable	no_good_hit	762.0	82.28299999999999	14.0	0.003327954820492134	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ENG0033_000000006495	4028	0.5670358094895352	3	2	2	1	1	False	77064	maximal	True	ENG0033_000000006495	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	77.866	32.0	0.015003379683275395	AP023050.1	CFB group bacteria	Alistipes indistinctus 2BBH45 plasmid p2BBH45 DNA, complete sequence	True	False
MON0018_000000010455	1864	0.5670343992727773	1	1	1	1	1	False	49622	maximal	True	MON0018_000000010455	0.9860215053763441		352	15	False	False	0.9994634985923767	0					non-mobilizable	no_good_hit	555.0	73.514	29.0	0.00013482550135135302	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
FIJ0021_000000025870	1860	0.5670343992727773	1	1	1	1	1	False	49622	maximal	False	MON0018_000000010455	0.9849785407725322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	74.122	29.0	0.00013135572741951673	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
ISR0393_000000010952	1632	0.5670327444328072	3	3	3	2	2	False	128156	fragment	False	MON0075_000000014372	0.9624266631313666		0	0	False	False	0.9908088445663452	0					non-mobilizable	chromosome	1003.0	83.051	96.0	0.0003342379861976205	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0818_000000009407	1912	0.5670318143635085	3	3	3	3	3	False	109867	maximal	False	ISR0255_000000015196	0.9062809807802044		0	0	False	False	1.0	0					non-mobilizable	other	1912.0	97.542	100.0	0.04687155085722695	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
FIJ0046_000000027848	1248	0.5670307250672629	2	1	1	1	1	False	55940	fragment	False	MON0060_000000033134	0.9781166227978665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	77.982	26.0	0.0022601234697080673	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0050_000000035937	1161	0.5670307250672629	2	1	1	1	1	False	55940	fragment	False	MON0060_000000033134	0.7258333333333333		0	0	False	False	0.9991386532783508	0					non-mobilizable	no_good_hit	327.0	78.593	28.0	0.0022601234697080673	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0168_000000028300	1125	0.5670307250672629	2	1	1	1	1	False	55940	fragment	False	MON0060_000000033134	0.7117744981117073		0	0	False	False	0.9973333477973938	0					non-mobilizable	no_good_hit	327.0	78.593	29.0	0.0022601234697080673	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0153_000000005993	4735	0.5670305647071202	4	4	4	4	3	False	121157	maximal	True	ENG0153_000000005993	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	73.21300000000001	37.0	0.01558970725009965	NZ_AUDP01000013.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0081_000000023770	1525	0.5670302541975084	2	2	2	2	1	False	46649	maximal	True	FIJ0081_000000023770	1.0		835	16	False	False	1.0	0					non-mobilizable	chromosome	1525.0	99.08200000000001	100.0	0.0004265381753066303	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0139_000000002661	7869	0.5670259369945561	19	5	4	4	3	False	3539	maximal	True	SPA0139_000000002661	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0109_000000012753	2442	0.5670257621483356	4	3	1	2	2	False	4662	maximal	True	SPA0109_000000012753	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	95.889	48.0	0.00289075954868097	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0099_000000004941	4631	0.5670220132287637	6	6	6	5	5	False	89309	maximal	True	FIJ0099_000000004941	1.0		166	12	False	False	0.9974087476730347	0					non-mobilizable	chromosome	4631.0	99.78399999999999	100.0	0.0009939453059591207	LR881940.1	enterobacteria	Escherichia coli isolate 2015-01-2097 genome assembly, chromosome: 1	False	False
ISR0828_000000003629	1973	0.5670162403986572	4	3	2	3	3	True	58083	fragment	False	ISR0828_000000003629	0.9616368286445012		0	0	False	False	1.0	0					non-mobilizable	chromosome	1973.0	99.544	100.0	0.00037188994773173535	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ENG0087_000000008033	3408	0.5670113025934168	3	2	1	2	0	True	61392	fragment	False	ENG0087_000000008033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000008083	2969	0.5670113025934168	3	2	1	2	0	True	57433	fragment	False	ENG0146_000000008083	1.0		0	0	False	False	0.989558756351471	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	2.0	7.307747923122491e-05	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	True	True
ISR0776_000000015009	1589	0.5670030701227725	2	1	1	1	1	False	22414	maximal	True	ISR0776_000000015009	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	84.348	7.0	0.0004503924848796809	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
USA0093_01_000000002205	8794	0.5669945102763417	12	8	4	7	4	False	25225	backbone	True	USA0093_01_000000002205	0.9982134624250807	PS64	33	8	True	True	1.0	1					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.692800767284548e-07	LR881466.1	eudicots	Arabidopsis thaliana genome assembly, chromosome: 1	True	True
ISR0316_000000001700	8676	0.5669945102763417	12	8	4	7	4	False	25225	backbone	False	USA0093_01_000000002205	0.9910734591767114	PS64	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.692800767284548e-07	LR881466.1	eudicots	Arabidopsis thaliana genome assembly, chromosome: 1	True	True
ISR0131_000000024684	1463	0.5669896988400779	3	3	3	2	1	False	31647	fragment	False	ISR0131_000000024684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	839.0	97.259	57.0	0.00023836139341860868	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ETH0001_000000008665	3135	0.5669894745741823	3	3	2	3	2	False	69711	maximal	True	ETH0001_000000008665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	77.382	38.0	0.0003332289383025368	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0220_000000001684	6460	0.5669874180544069	8	6	3	5	6	False	28008	fragment	False	ISR0220_000000001684	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6460.0	100.0	100.0	0.0012926979079668738	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
SPA0120_000000010938	3859	0.56698738595945	4	4	4	4	3	False	109625	maximal	True	SPA0120_000000010938	1.0		106	12	False	False	0.9997408390045166	0					non-mobilizable	other	3862.0	93.37100000000001	100.0	0.023068230060450962	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
MON0037_000000027141	2536	0.5669825079022645	2	1	1	1	1	False	12115	maximal	True	MON0037_000000027141	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0148_000000003309	10574	0.5669820163601681	10	10	10	10	10	False	125060	maximal	True	ENG0148_000000003309	1.0		375	12	False	False	1.0	0					non-mobilizable	other	10584.0	99.15	100.0	0.00223490210845759	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0165_000000002766	6128	0.5669812914193595	4	4	4	4	2	True	107787	maximal	True	ISR0165_000000002766	1.0		2	2	False	False	0.997389018535614	0					non-mobilizable	other	6118.0	98.415	99.0	0.09702131709173963	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
USA0009_01_000000013242	1887	0.5669799728177219	3	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.18255755096741286		0	0	False	False	0.998940110206604	0					non-mobilizable	no_good_hit	367.0	74.932	19.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0093_000000029715	1539	0.566977814240808	1	1	0	1	1	False	9385	fragment	False	MON0093_000000029715	1.0		0	0	False	False	0.9915529489517212	0	rep_cluster_2371				non-mobilizable	plasmid	1421.0	97.255	92.0	0.01742533318566102	CP024918.1	enterobacteria	Klebsiella pneumoniae strain NH54 plasmid pKPNH54.2, complete sequence	False	True
DEN0061_000000031252	1404	0.5669732624369606	4	3	3	2	1	False	91045	fragment	False	DEN0061_000000031252	0.962693320402848		0	0	False	False	1.0	0					non-mobilizable	other	1404.0	97.65	100.0	0.015248342571459624	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0088_000000003644	6802	0.5669704570264887	7	7	7	7	6	False	27454	maximal	True	MON0088_000000003644	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4595.0	95.539	68.0	0.10309139483196013	NZ_CABKPS010000041.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0198_000000004070	4548	0.5669689843692379	5	4	4	3	2	True	115092	maximal	True	ENG0198_000000004070	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1704.0	86.444	81.0	0.000511235283544396	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0160_000000008195	3345	0.5669664260663353	3	3	3	2	1	False	30437	maximal	True	ISR0160_000000008195	1.0		25	7	False	False	0.9922271966934204	0					non-mobilizable	no_good_hit	2867.0	99.965	86.0	0.018293811636294004	NZ_AGDG01000007.1	CFB group bacteria	Bacteroides faecis MAJ27 contig007, whole genome shotgun sequence	True	False
ENG0126_000000005202	3859	0.5669650461322691	4	4	2	3	1	False	111699	fragment	False	CHI0048_000000003768	0.6304506699147381		0	0	False	False	0.999481737613678	0					non-mobilizable	other	3864.0	93.14200000000001	100.0	0.0009000786693953655	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0832_000000003637	3634	0.5669650461322691	4	4	2	3	1	False	111697	fragment	False	ISR0832_000000003637	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3635.0	99.697	100.0	0.0008475857454415145	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0073_000000043895	1231	0.5669592343298026	2	2	2	2	1	False	70064	maximal	True	DEN0073_000000043895	1.0		0	0	False	False	0.96913081407547	0					non-mobilizable	no_good_hit	760.0	71.842	61.0	0.009541886168784217	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	False
ENG0146_000000000200	49592	0.5669583926110756	58	10	6	8	8	False	88382	fragment	False	ENG0146_000000000200	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1828.0	96.991	4.0	0.9994526546250684	GQ874447.1		Uncultured organism clone 1041059766705 genomic sequence	True	True
ISR0827_000000002084	4776	0.5669567006407485	5	5	3	4	3	False	21094	maximal	True	ISR0827_000000002084	1.0		200	10	False	False	1.0	0					non-mobilizable	other	4726.0	99.958	99.0	0.0008793771813439526	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
DEN0061_000000032819	1339	0.5669556788675235	2	2	2	2	1	True	71798	maximal	True	DEN0061_000000032819	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0143_000000016102	1233	0.5669553422524051	2	2	1	1	1	False	79902	maximal	False	ISR0106_000000022117	0.9758454106280193		0	0	False	False	0.9845904111862183	0					non-mobilizable	other	1233.0	100.0	100.0	0.0005720515663626249	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
FIJ0143_000000000679	5881	0.5669544570667922	5	4	2	3	3	False	40137	maximal	True	FIJ0143_000000000679	1.0		2	1	False	False	0.9982995986938477	0					non-mobilizable	no_good_hit	173.0	82.65899999999999	3.0	0.0009034044081908666	NZ_QCZI01000006.1	CFB group bacteria	Flavobacterium psychrotolerans strain RB1R5 NODE_6_length_189284_cov_325.518231, whole genome shotgun sequence	True	False
ISR0320_000000014241	1786	0.5669527337122653	2	2	2	2	2	False	103652	fragment	False	ENG0071_000000010644	0.8823800632028407		0	0	False	False	0.9955207109451294	0					non-mobilizable	other	1786.0	99.77600000000001	100.0	0.058386759125997646	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0388_000000013730	2511	0.5669413359441745	4	3	2	1	2	False	51644	fragment	False	ISR0388_000000013730	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2511.0	99.92	100.0	0.07415285532807468	MK411243.1	bacteria	Uncultured bacterium clone BVR_10H18, partial sequence	False	False
SPA0028_000000015200	2046	0.5669413000321283	4	3	1	3	1	True	39091	fragment	False	SPA0028_000000015200	1.0		0	0	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00011182532056591895	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
DEN0023_000000003668	1872	0.5669413000321283	3	3	1	3	1	True	74374	fragment	False	DEN0023_000000003668	1.0		0	0	False	False	0.99732905626297	0					non-mobilizable	other	1879.0	80.309	99.0	0.04585974643423138	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
TAN0014_000000002353	2168	0.5669397746387448	3	2	2	2	1	False	2546	maximal	True	TAN0014_000000002353	1.0		16	4	False	False	0.9986162185668945	0					non-mobilizable	no_good_hit								True	False
AST0012_000000003424	5191	0.5669378122234646	7	4	1	2	4	False	125588	fragment	False	ENG0135_000000003386	0.9649252557188024		0	0	False	False	1.0	0					non-mobilizable	other	5191.0	99.711	100.0	0.002217011698901618	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
ENG0176_000000001704	4397	0.5669378122234646	6	4	1	2	4	False	125588	fragment	False	ENG0135_000000003386	0.5356721019421548		0	0	False	False	0.9993177056312561	0					non-mobilizable	other	4342.0	99.447	100.0	0.0018539172973474033	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
ISR0128_000000008429	4094	0.5669378122234646	6	4	1	2	4	False	125588	fragment	False	ENG0135_000000003386	0.2705740927255596		0	0	False	False	0.9931607246398926	0					non-mobilizable	other	4116.0	98.76100000000001	100.0	0.001796829458396739	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	False
SPA0074_000000006627	3770	0.5669370317813275	3	2	2	2	1	False	92861	maximal	True	SPA0074_000000006627	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2819.0	98.439	75.0	0.019762734932405414	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	True	False
USA0003_01_000000029038	1287	0.5669341761066262	1	1	1	1	1	False	2221	fragment	False	USA0003_01_000000029038	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	99.92200000000001	100.0	0.0002490708746086963	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0125_01_000000006395	3934	0.5669334600984848	4	1	1	1	1	False	3803	maximal	True	USA0125_01_000000006395	1.0		235	11	False	False	1.0	0					non-mobilizable	chromosome	3965.0	99.016	100.0	0.0017689502815192444	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0016_000000002933	5602	0.5669288957593935	7	5	1	4	3	False	21943	fragment	False	MON0097_000000005277	0.9290089509358733		0	0	False	False	0.9994644522666931	0					non-mobilizable	no_good_hit	1023.0	82.796	37.0	0.017541122839859254	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
ISR0069_000000004505	5319	0.566924385030848	8	3	1	2	2	True	34978	fragment	False	ISR0069_000000004505	1.0		0	0	False	False	0.9998120069503784	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.6158429847771405e-07	CP050567.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 08a	True	True
MAD0095_000000011836	2754	0.5669158347708017	4	4	4	4	3	False	43927	maximal	True	MAD0095_000000011836	1.0		1	1	False	False	0.9985475540161133	0					non-mobilizable	no_good_hit	967.0	86.867	59.0	0.0002145393590703413	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0032_000000003032	10973	0.5669129305121854	17	5	4	4	4	True	50390	maximal	True	FIJ0032_000000003032	1.0		11	1	False	False	0.9998177289962769	0					non-mobilizable	no_good_hit	158.0	86.07600000000001	1.0	6.154197996828404e-05	NZ_FXBJ01000002.1	firmicutes	Carnobacterium iners strain LMG26642, whole genome shotgun sequence	True	True
ISR0842_000000003018	6247	0.5669109352174899	4	4	4	3	3	False	110454	fragment	False	ISR0174_000000004231	0.9892804171629644		0	0	False	False	1.0	0					non-mobilizable	other	3344.0	96.98	97.0	0.001161409116175653	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0140_000000004294	6233	0.5669109352174899	4	4	4	3	3	False	110454	fragment	False	ISR0174_000000004231	0.9879139703819981		0	0	False	False	0.9995186924934387	0					non-mobilizable	other	3330.0	96.99700000000001	97.0	0.0011565453029460811	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0095_000000009971	2973	0.5669096770164199	3	2	2	2	2	False	33422	maximal	True	ISR0095_000000009971	1.0		5	3	False	False	0.9963000416755676	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0076077768385460695	XM_637968.1	cellular slime molds	Dictyostelium discoideum AX4 myosin IC (myoC) mRNA, complete cds	True	False
FIJ0114_000000014601	2645	0.5669096770164199	3	2	2	2	2	False	41879	maximal	True	FIJ0114_000000014601	1.0		4	3	False	False	0.9792060256004333	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0076077768385460695	XM_637968.1	cellular slime molds	Dictyostelium discoideum AX4 myosin IC (myoC) mRNA, complete cds	True	False
ENG0099_000000002615	7344	0.5669079812900517	10	7	6	6	5	False	123745	maximal	True	ENG0099_000000002615	1.0	PS903	10	4	False	True	1.0	0					non-mobilizable	no_good_hit	3596.0	100.0	79.0	0.0006682766029390415	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
AST0102_000000004200	6461	0.5669071291563701	4	4	3	3	3	True	119774	fragment	False	AST0102_000000004200	1.0		0	0	False	False	0.9933446645736694	0					non-mobilizable	chromosome	6407.0	99.86	99.0	0.001432994531311691	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ISR0060_000000009377	3042	0.5669058136298216	5	3	2	1	2	True	115702	fragment	False	ISR0060_000000009377	1.0		0	0	False	False	0.9947403073310852	0					non-mobilizable	chromosome	1684.0	90.14299999999999	99.0	0.0004592623372079037	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
MON0037_000000037365	1937	0.5669038250081239	2	2	2	2	1	False	12093	maximal	True	MON0037_000000037365	1.0		2	1	False	False	0.9994837641716003	0					non-mobilizable	no_good_hit	428.0	74.29899999999999	22.0	0.00257445292875264	NZ_JANC01000003.1	actinobacteria	Olsenella uli MSTE5 ctgN11L160034C32.5732, whole genome shotgun sequence	True	False
MON0066_000000015277	2174	0.5669016646649985	3	3	3	3	3	False	94930	maximal	True	MON0066_000000015277	1.0		2	2	False	False	0.9742410182952881	0					non-mobilizable	no_good_hit	95.0	80.0	4.0	0.000185732512880146	NZ_JNIX01000007.1	a-proteobacteria	Brevundimonas bacteroides DSM 4726 Q333DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0156_000000004457	3521	0.5668997618014479	7	6	1	2	6	False	56697	fragment	False	ENG0156_000000004457	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3521.0	98.523	100.0	0.17950418281983269	LM996055.1	enterobacteria	Escherichia coli genome assembly FHI43, scaffold scaffold-4_contig-13.0_1_19604_[organism:Escherichia	False	False
ISR0182_000000026870	1492	0.5668938711014981	3	3	3	2	2	False	29527	fragment	False	ISR0182_000000026870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	82.057	30.0	0.00013672796134995673	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0089_000000008786	2495	0.5668902762614844	3	2	2	2	1	False	110263	fragment	False	AST0089_000000008786	1.0		0	0	False	False	0.991983950138092	0					non-mobilizable	other	2501.0	94.08200000000001	100.0	0.001477360630230226	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0014_000000019140	1329	0.5668895953273295	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.21945915985118328		0	0	False	False	1.0	0					non-mobilizable	chromosome	1256.0	77.389	99.0	0.000352137714859472	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0209_000000022175	1253	0.5668895953273295	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.20733270244589308		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	96.80799999999999	100.0	0.04389593997615875	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
DEN0072_000000004408	4324	0.5668874801555828	4	4	4	4	3	False	97186	maximal	True	DEN0072_000000004408	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	98.853	37.0	0.0003556338263452648	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0114_000000010250	2709	0.5668796142630884	4	3	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.031045245749854646		0	0	False	False	1.0	0					non-mobilizable	other	2710.0	99.00399999999999	100.0	0.15170521364170914	MK211798.1	firmicutes	Streptococcus suis ILCSsuYS249 integron, complete sequence	False	True
USA0020_01_000000013092	2666	0.5668796142630884	4	3	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.024760695306553986		0	0	False	False	1.0	0					non-mobilizable	other	2667.0	99.288	100.0	0.14924119392955143	MK211798.1	firmicutes	Streptococcus suis ILCSsuYS249 integron, complete sequence	False	True
ISR0837_000000006904	1866	0.5668781639673852	3	3	3	2	2	False	20907	maximal	True	ISR0837_000000006904	1.0		4	2	False	False	0.9480171203613281	0					non-mobilizable	no_good_hit	1505.0	99.26899999999999	81.0	0.025541743088105428	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0170_000000006986	2291	0.566876610677812	3	3	3	3	3	False	55014	maximal	True	FIJ0170_000000006986	1.0		9	3	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	893.0	86.00200000000001	59.0	0.0003673475775239291	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
DEN0028_000000009019	3055	0.5668718617696431	3	3	3	3	3	False	102975	maximal	True	DEN0028_000000009019	1.0		94	11	False	False	1.0	0					non-mobilizable	other	3055.0	99.738	100.0	0.0370356895987194	NZ_WNAJ01000016.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold16_size82461, whole genome shotgun sequence	False	False
ENG0070_000000005739	4076	0.5668718555561443	2	2	2	2	2	False	62446	maximal	False	USA0019_01_000000006815	0.964448093868697		0	0	False	False	0.9845436811447144	0					non-mobilizable	other	4015.0	99.95	99.0	0.0007558802455198465	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0132_000000006830	3827	0.5668708707851792	4	4	4	3	4	False	31605	maximal	True	ISR0132_000000006830	1.0		2	2	False	False	0.996864378452301	0					non-mobilizable	no_good_hit	836.0	72.967	21.0	0.004318612900114663	NZ_CACWHY010000003.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
USA0005_01_000000014244	2344	0.5668661984692416	3	3	2	1	2	False	105820	maximal	True	USA0005_01_000000014244	1.0		488	15	False	False	1.0	0					non-mobilizable	other	2368.0	89.90700000000001	100.0	0.03765656952965235	NZ_VZBY01000075.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_19_length_62592_cov_28.0659_ID_37, whole genome shotgun sequence	False	False
ISR0152_000000002445	10421	0.5668642600864905	10	6	2	4	1	True	31364	maximal	True	ISR0152_000000002445	0.9971590909090909		68	9	False	False	1.0	0					non-mobilizable	no_good_hit	2656.0	89.60799999999999	60.0	0.010872642380329133	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0361_000000004419	2789	0.5668593997235294	4	4	3	4	2	False	23763	maximal	True	ISR0361_000000004419	1.0		7	3	False	False	0.999641478061676	0					non-mobilizable	no_good_hit	132.0	80.303	5.0	4.004002761209966e-05	LT670850.1	CFB group bacteria	Polaribacter sp. KT 15 genome assembly, chromosome: I	True	False
ENG0127_000000009672	2641	0.5668554010793937	4	3	1	3	3	True	58733	maximal	True	ENG0127_000000009672	1.0		2	2	False	False	0.9996213316917419	0					non-mobilizable	no_good_hit	609.0	72.414	23.0	0.00018004634838607116	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0246_000000016437	1422	0.5668522792771911	2	2	1	2	2	True	76578	fragment	False	ISR0246_000000016437	1.0		0	0	False	False	0.9901546835899353	0					non-mobilizable	chromosome	1423.0	99.227	100.0	0.00043444205227857367	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
FIJ0070_000000012390	1579	0.5668490726781718	2	2	2	1	1	False	44930	maximal	True	FIJ0070_000000012390	1.0		7	3	False	False	1.0	0					non-mobilizable	other	1443.0	96.119	100.0	0.0009725140026504716	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
ISR0134_000000015586	2064	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9858694764136903		0	0	False	False	0.9907945990562439	0					non-mobilizable	other	2068.0	98.839	100.0	0.01579885140973778	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
DEN0078_000000015902	2024	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9853070397439688		0	0	False	False	0.9955533742904663	0					non-mobilizable	other	2004.0	99.85	99.0	0.015317085853680919	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0152_000000012123	1987	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9844102990003696		0	0	False	False	1.0	0					non-mobilizable	other	2000.0	85.5	100.0	0.01722303613785405	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
USA0084_01_000000017227	1884	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9597696366655494		0	0	False	False	0.9909766316413879	0					non-mobilizable	other	1895.0	84.96	100.0	0.01630738105204409	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
SPA0047_000000020801	1874	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9597196923119031		0	0	False	False	1.0	0					non-mobilizable	other	1885.0	84.98700000000001	100.0	0.016220175805776477	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
USA0027_01_000000014529	1873	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9595977991297745		0	0	False	False	1.0	0					non-mobilizable	other	1884.0	84.979	100.0	0.016211455281149714	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ENG0160_000000011034	1851	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9308732518700533		0	0	False	False	1.0	0					non-mobilizable	other	1851.0	99.838	100.0	0.014147083788971393	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
DEN0064_000000022441	1845	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9400424189933531		0	0	False	False	1.0	0					non-mobilizable	other	1856.0	85.18299999999999	100.0	0.015976001116227153	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0165_000000012401	1815	0.5668451029476831	2	2	2	2	1	True	109742	fragment	False	MON0021_000000015082	0.9402160565918485		0	0	False	False	1.0	0					non-mobilizable	other	1815.0	99.559	100.0	0.015775429049811638	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
DEN0010_000000025438	1802	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9142524123299705		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	84.721	100.0	0.015592298032649644	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
DEN0001_000000024550	1772	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8784326255031096		0	0	False	False	0.9960496425628662	0					non-mobilizable	other	1772.0	99.944	100.0	0.013542965075820722	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
AST0113_000000021473	1754	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8153267471694565		0	0	False	False	1.0	0					non-mobilizable	other	1761.0	95.23	99.0	0.013451200208000367	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0177_000000017591	1754	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8505187689561851		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	99.88600000000001	99.0	0.013390023629453464	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
CHI0060_000000008321	1716	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8343099159710909		0	0	False	False	0.997086226940155	0					non-mobilizable	other	1724.0	98.318	100.0	0.013175905604539302	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
USA0017_01_000000015974	1714	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8310918968854973		0	0	False	False	0.9982497096061707	0					non-mobilizable	other	1714.0	100.0	100.0	0.013099434881355673	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0063_000000011899	1680	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.5187991560964966		0	0	False	False	0.9976190328598022	0					non-mobilizable	other	1680.0	97.20200000000001	100.0	0.012839434422531333	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
USA0083_01_000000016775	1676	0.5668451029476831	2	2	2	2	1	True	109742	fragment	False	MON0021_000000015082	0.7042247744195862		0	0	False	False	1.0	0					non-mobilizable	other	1677.0	94.991	100.0	0.014606878749825589	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
SPA0106_000000023019	1669	0.5668451029476831	2	2	2	2	1	True	109741	fragment	False	ISR0134_000000015586	0.5529683623613362		0	0	False	False	0.9976033568382263	0					non-mobilizable	other	1669.0	99.76	100.0	0.012755316627029343	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
USA0019_01_000000019972	1524	0.5668451029476831	2	2	2	2	1	True	61552	fragment	False	USA0019_01_000000019972	1.0		0	0	False	False	0.9993438124656677	0					non-mobilizable	other	1524.0	99.934	100.0	0.013281359006557834	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ENG0168_000000017704	1742	0.5668434246788489	3	3	2	2	2	False	63515	maximal	True	ENG0168_000000017704	1.0		112	13	False	False	0.9994259476661682	0					non-mobilizable	no_good_hit	80.0	82.5	5.0	0.00034130724997083765	NZ_NFJN01000005.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_5, whole genome shotgun sequence	True	False
ENG0075_000000008881	2761	0.5668409256539878	5	5	4	4	5	False	85352	maximal	True	ENG0075_000000008881	1.0		75	11	False	False	1.0	0					non-mobilizable	other	2761.0	99.74600000000001	100.0	0.0012236677478171124	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	False	False
MON0109_000000004932	6129	0.566840768224055	7	4	3	4	3	True	97842	fragment	False	MON0109_000000004932	1.0		0	0	False	False	0.9934736490249634	0					non-mobilizable	no_good_hit								True	True
SPA0005_000000014254	2037	0.5668386504860171	3	3	3	3	3	False	8310	maximal	True	SPA0005_000000014254	1.0		11	3	False	False	0.9774177670478821	0					non-mobilizable	no_good_hit	769.0	99.87	38.0	0.00021638734010088497	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MON0099_000000019937	1752	0.5668362336796633	3	3	3	1	1	False	30386	fragment	False	MON0037_000000038760	0.9618359109661591		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	99.429	100.0	0.0007215171105284091	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
ENG0157_000000011995	2098	0.5668308468212734	4	3	1	3	1	False	56633	fragment	False	ENG0157_000000011995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.14971209213051823	EU061759.1	bacteria	Uncultured bacterium clone HA0AAA2ZF09RM1 genomic sequence	True	False
DEN0061_000000035460	1241	0.5668302116351747	2	2	2	2	2	False	71786	fragment	False	MON0013_000000043762	0.977782165369668		0	0	False	False	0.996776819229126	0					non-mobilizable	no_good_hit	303.0	74.587	24.0	7.60000337777928e-05	CP044359.1	firmicutes	Bacillus amyloliquefaciens strain V417 chromosome, complete genome	True	False
MAD0063_000000000022	73185	0.5668265916870109	80	21	8	16	10	True	17356	maximal	True	MAD0063_000000000022	1.0		3	1	False	False	0.9999043345451355	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00024559520452622867	LN595389.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000006009	True	True
ENG0042_000000000667	27237	0.5668243494123261	24	8	4	8	3	True	64720	maximal	True	ENG0042_000000000667	0.9882897103630557		5	3	False	False	0.9999632835388184	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	4.960368474689009e-07	LR877235.1	rodents	Acomys russatus genome assembly, chromosome: 24	True	True
FIJ0096_000000023792	1567	0.5668241911254018	2	2	1	2	1	False	42986	maximal	True	FIJ0096_000000023792	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.960602987093053e-06	NZ_CP038033.1	g-proteobacteria	Nitrosococcus wardiae strain D1FHS chromosome, complete genome	True	False
MON0059_000000018828	2081	0.5668233461077595	2	2	2	2	2	False	94082	fragment	False	MON0059_000000018828	1.0		0	0	False	False	0.9774147272109985	0					non-mobilizable	other	1157.0	84.961	94.0	0.00031907626172584435	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0095_000000001061	7031	0.5668195260657067	7	7	6	6	7	False	116557	maximal	True	CHI0095_000000001061	1.0	PS777	95	13	False	True	1.0	0					non-mobilizable	no_good_hit	4492.0	99.978	64.0	0.17903129360175404	NZ_CYXX01000040.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0085_000000014203	2190	0.5668173330183262	3	3	2	3	2	False	119161	maximal	True	FIJ0085_000000014203	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1495.0	87.425	68.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0085_000000005826	3743	0.5668170599465228	6	2	1	2	1	True	76703	maximal	True	ISR0085_000000005826	1.0		1	1	False	False	0.9946566820144653	0					non-mobilizable	no_good_hit								True	True
ISR0066_000000016622	1939	0.5668170394938618	3	2	2	2	1	False	51561	maximal	True	ISR0066_000000016622	1.0		167	12	False	False	0.9984527826309204	0					non-mobilizable	no_good_hit	500.0	72.6	25.0	0.0008112996754801298	NZ_PNHP01000001.1	firmicutes	Anaerococcus hydrogenalis strain UMB0204 ERR1203615.17957_1_27.1, whole genome shotgun sequence	True	False
SPA0105_000000017380	1393	0.5668167118117559	1	1	1	1	1	False	4776	fragment	False	SPA0105_000000017380	1.0		0	0	False	False	0.9605168700218201	0					non-mobilizable	no_good_hit	737.0	83.311	57.0	0.00012265431979980405	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
SPA0093_000000019986	1906	0.5668153036416173	3	3	3	3	3	False	91305	fragment	False	ENG0135_000000008766	0.13994072827589255		0	0	False	False	0.9926548004150391	0					non-mobilizable	no_good_hit	391.0	75.192	20.0	0.00013740237968172934	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0095_000000014419	1329	0.5668112881014388	2	2	2	2	2	False	5536	maximal	False	SPA0085_000000009468	0.9673295454545454		0	0	False	False	0.9909706711769104	0					non-mobilizable	other	1331.0	86.101	100.0	0.0007669717034799609	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MAD0038_000000003913	3225	0.5668063442863741	6	2	2	2	2	False	18563	maximal	True	MAD0038_000000003913	1.0		2	1	False	False	0.9987596869468689	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	2.7635331079902377e-05	NZ_SMTL01000002.1	a-proteobacteria	Rhizobium deserti strain SPY-1 ZB100001, whole genome shotgun sequence	True	False
TAN0027_000000006331	1732	0.5668029820887418	2	1	1	1	1	False	2302	maximal	True	TAN0027_000000006331	1.0		1	1	False	False	0.9867205619812012	0					non-mobilizable	no_good_hit	617.0	94.48899999999999	50.0	0.0002254879746457807	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
ENG0103_000000006057	3139	0.5668029489982597	4	3	3	2	2	False	115760	fragment	False	ENG0103_000000006057	1.0		0	0	False	False	0.9996814131736755	0					non-mobilizable	no_good_hit	978.0	80.061	50.0	0.010174556244147263	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
MAD0047_000000029460	1586	0.5668019077455145	2	2	2	2	1	True	113482	fragment	False	MAD0047_000000029460	1.0		0	0	False	True	0.998108446598053	0					non-mobilizable	other	1588.0	88.602	100.0	0.00049309081768457	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0031_000000014123	1746	0.5667971107500729	2	2	1	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.060767858052481895	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	1746.0	99.656	100.0	0.0005058432871407099	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0033_000000004494	5796	0.5667957648273586	7	7	7	5	4	False	94401	maximal	True	ENG0033_000000004494	1.0		2	2	False	False	0.998964786529541	0					non-mobilizable	no_good_hit	1240.0	71.613	21.0	0.003483773774402109	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0098_000000018537	1985	0.5667940381329891	4	3	3	3	2	True	5061	maximal	True	SPA0098_000000018537	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	973.0	72.148	48.0	0.0002522766314967506	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	True
CHI0018_000000001777	7444	0.5667933572892062	13	7	3	5	6	False	89595	maximal	True	CHI0018_000000001777	0.9905385735080059		2	1	True	True	0.9997313022613525	43					non-mobilizable	no_good_hit	655.0	98.321	10.0	0.0002296146558949689	CP031839.1	firmicutes	Staphylococcus aureus strain NX-T55 chromosome, complete genome	True	True
CHI0116_000000002655	7283	0.5667933572892062	12	7	3	5	6	False	89595	maximal	False	CHI0018_000000001777	0.990509689408017		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	655.0	98.321	10.0	0.0002296146558949689	CP031839.1	firmicutes	Staphylococcus aureus strain NX-T55 chromosome, complete genome	True	True
ENG0079_000000018919	1761	0.5667932907901108	3	2	2	2	2	False	61813	fragment	False	ENG0079_000000018919	1.0		0	0	False	False	0.995457112789154	0					non-mobilizable	no_good_hit	345.0	90.145	26.0	0.00010360004119908615	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0076_000000024200	1108	0.5667895501290006	2	2	2	2	1	False	34542	fragment	False	ISR0076_000000024200	1.0		0	0	False	False	0.9891696572303772	0					non-mobilizable	other	1108.0	100.0	100.0	0.000258265185852947	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0100_000000036660	1254	0.5667893093548284	2	2	2	1	1	True	9094	maximal	False	USA0130_01_000000024855	0.9636976047904191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	79.043	61.0	0.0002712634609180533	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0064_000000014064	1608	0.5667889613510857	2	2	1	2	0	True	35230	maximal	True	ISR0064_000000014064	1.0		2	1	False	False	0.9987562298774719	0					non-mobilizable	no_good_hit								True	True
CAN0017_000000017303	2039	0.5667877600242218	2	2	2	2	2	False	92481	fragment	False	CAN0017_000000017303	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	96.49600000000001	99.0	0.0006165921846483183	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
FIJ0164_000000013782	1635	0.5667868021556479	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.2966889861518272		0	0	False	False	1.0	0					non-mobilizable	chromosome	1635.0	94.679	100.0	0.000547302080118158	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0143_000000006257	2991	0.5667835808712478	4	2	2	2	1	False	32479	maximal	True	SPA0143_000000006257	1.0		33	6	False	False	0.9996656775474548	0					non-mobilizable	no_good_hit	57.0	94.73700000000001	2.0	1.2133950142465576e-05	NC_011146.1	d-proteobacteria	Geobacter bemidjiensis Bem, complete sequence	True	False
MON0041_000000062367	1138	0.5667814557365811	2	2	2	2	2	False	11744	maximal	True	MON0041_000000062367	0.9526173285198556		330	12	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	71.635	54.0	0.00017283466270823767	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0329_000000011505	1476	0.5667811813628616	2	2	2	2	1	False	24694	maximal	True	ISR0329_000000011505	1.0		216	13	False	False	0.9952574372291565	0					non-mobilizable	other	1457.0	98.21600000000001	99.0	0.0004658971305539821	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0078_000000001400	5570	0.5667799275458374	5	4	4	2	2	False	6002	maximal	True	SPA0078_000000001400	0.9986510791366907		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	84.251	27.0	0.00019450967040999734	NZ_LT575483.1	firmicutes	Massilibacillus massiliensis strain Marseille-P2411, whole genome shotgun sequence	True	False
SPA0068_000000002426	5560	0.5667799275458374	5	4	4	2	2	False	6002	maximal	False	SPA0078_000000001400	0.9977558348294435		0	0	False	False	0.9998201727867126	0					non-mobilizable	no_good_hit	781.0	84.251	27.0	0.00019450967040999734	NZ_LT575483.1	firmicutes	Massilibacillus massiliensis strain Marseille-P2411, whole genome shotgun sequence	True	False
USA0007_01_000000013229	1207	0.5667772154165742	2	1	1	1	1	False	85611	fragment	False	ENG0098_000000015056	0.5766845368279754		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	98.92299999999999	100.0	0.005747920787360293	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	False	False
MAD0058_000000008345	1843	0.5667762551067504	2	2	2	2	2	False	86433	maximal	False	ISR0354_000000010429	0.9902285996045345		0	0	False	False	0.9972870349884033	0					non-mobilizable	no_good_hit	397.0	75.819	21.0	0.0012351912006121975	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
SPA0090_000000006884	4680	0.566770260477299	8	7	5	5	4	False	10877	maximal	False	USA0069_01_000000012395	0.9471037811745777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	83.29899999999999	31.0	0.0237743146399727	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
DEN0073_000000001986	14552	0.5667701033112389	15	14	7	10	8	True	76560	fragment	False	ENG0132_000000001219	0.8871038875012982		0	0	False	False	1.0	0					non-mobilizable	other	13974.0	98.28299999999999	99.0	0.004746530643168322	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0045_000000006239	3965	0.5667673316145031	4	3	3	2	2	False	115707	fragment	False	ISR0045_000000006239	1.0		0	0	False	False	0.9982345700263977	0					non-mobilizable	no_good_hit	1523.0	71.241	38.0	0.00039547666248568525	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0260_000000000754	11150	0.5667603039225704	24	4	3	2	3	False	26728	fragment	False	ISR0260_000000000754	1.0		0	0	False	False	0.999910295009613	0					non-mobilizable	no_good_hit	2124.0	90.866	58.0	0.0008772711413185131	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0100_000000007761	1854	0.5667586313120577	2	2	2	2	2	False	33170	maximal	True	ISR0100_000000007761	1.0		6	1	False	False	0.9848974943161011	0					non-mobilizable	no_good_hit	122.0	77.869	7.0	4.091963764620535e-05	NZ_CP027286.1	firmicutes	Clostridium chauvoei strain SBP 07/09 chromosome, complete genome	True	False
MON0045_000000004249	5855	0.5667571715431485	3	3	2	3	3	False	103506	fragment	False	MON0033_000000008819	0.11753844160331721		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	5795.0	97.619	99.0	0.08687632159085797	FN649417.1	enterobacteria	Escherichia coli ETEC H10407 p666 plasmid	False	True
AST0089_000000001929	8353	0.5667551655350086	9	6	6	6	5	False	132489	maximal	True	AST0089_000000001929	1.0		158	12	False	False	0.9996408224105835	0					non-mobilizable	other	8353.0	99.569	100.0	0.10128424346054499	NZ_WNAJ01000016.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold16_size82461, whole genome shotgun sequence	False	False
SPA0016_000000026437	1290	0.5667519939855693	2	1	1	1	1	False	7857	fragment	False	SPA0016_000000026437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	75.214	63.0	0.0003231691673615795	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
ISR0016_000000007558	2750	0.5667512488473919	4	3	3	2	1	False	102911	fragment	False	ISR0016_000000007558	1.0		0	0	False	False	0.9996363520622253	0					non-mobilizable	no_good_hit	713.0	75.456	26.0	0.0027010896180215474	NZ_QJKD01000010.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_110, whole genome shotgun sequence	True	False
FIJ0163_000000017529	1410	0.5667470355657508	1	1	1	1	1	False	39144	maximal	True	FIJ0163_000000017529	1.0		8	4	False	False	0.99858158826828	0					non-mobilizable	chromosome	1410.0	99.787	100.0	0.0002841176041203304	CP027111.1	enterobacteria	Enterobacter hormaechei strain BW chromosome, complete genome	False	False
MON0084_000000033731	1125	0.5667419827784297	2	1	1	1	1	False	9802	maximal	True	MON0084_000000033731	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0106_000000017246	1214	0.5667410454068056	1	1	1	1	1	False	60047	maximal	True	ENG0106_000000017246	1.0		2	2	False	False	0.9942339658737183	0					non-mobilizable	other	1165.0	96.137	94.0	0.0034337779824856656	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	False	False
MAD0078_000000000654	8863	0.5667405025057454	12	5	2	3	3	False	16213	maximal	True	MAD0078_000000000654	1.0		1	1	False	False	0.9995486736297607	0					non-mobilizable	no_good_hit	55.0	100.0	1.0	1.399478564653318e-05	CP003220.1	d-proteobacteria	Desulfovibrio desulfuricans ND132 chromosome, complete genome	True	False
MAD0002_000000018188	2157	0.5667393493783267	7	5	2	3	3	False	84672	fragment	False	CHI0133_000000007847	0.8010547848600742		0	0	False	False	0.9856281876564026	0					non-mobilizable	chromosome	2154.0	97.4	99.0	0.0007315870614087995	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0156_000000003642	3982	0.5667389789647089	3	3	2	2	2	False	90155	fragment	False	SPA0156_000000003642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	89.773	33.0	0.1027723545490043	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0067_000000003928	6316	0.5667334820516219	8	3	3	3	2	False	62635	fragment	False	ISR0067_000000003928	1.0		0	0	False	False	0.9996833205223083	0					non-mobilizable	no_good_hit	1899.0	88.09899999999999	33.0	0.0004210668748558981	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0289_000000001080	5714	0.56673300101035	9	5	3	4	2	True	100603	fragment	False	ISR0289_000000001080	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5714.0	99.93	100.0	0.05701141625419128	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0001_000000020991	2158	0.5667318312164111	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2556239789169311		0	0	False	False	1.0	0					non-mobilizable	chromosome	2158.0	99.259	100.0	0.0007260335712268554	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0146_000000010455	3704	0.566729233325365	3	3	3	2	1	False	31031	fragment	False	ISR0146_000000010455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	70.806	17.0	0.007301185846197896	NZ_VIGD01000014.1	firmicutes	Ureibacillus terrenus strain ATCC BAA-384 NODE_14_length_83822_cov_462.198303, whole genome shotgun sequence	True	False
AST0061_000000017128	2454	0.5667276017820924	3	2	2	2	2	False	112049	maximal	True	AST0061_000000017128	1.0		24	3	False	False	0.9979625344276428	0					non-mobilizable	no_good_hit	2203.0	77.031	88.0	0.022393679020495733	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0820_000000000918	15164	0.5667243942732534	16	8	5	5	4	True	21296	fragment	False	ISR0820_000000000918	1.0		0	0	False	False	0.9982194900512695	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	0.0	0.00034990943520500574	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0327_000000013293	2099	0.5667211306501246	3	3	2	3	2	False	99567	fragment	False	ISR0327_000000013293	1.0		0	0	False	False	0.9957122206687927	0					non-mobilizable	plasmid	2099.0	99.428	100.0	0.008605901424057127	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0303_000000009349	1499	0.566715592022003	2	2	2	2	1	False	25507	maximal	True	ISR0303_000000009349	1.0		0	0	False	False	0.9993329048156738	0					non-mobilizable	no_good_hit	95.0	84.211	6.0	2.037389566441333e-05	CP003259.1	firmicutes	Clostridium sp. BNL1100, complete genome	True	False
CAN0017_000000002948	13411	0.5667116271545247	19	11	8	8	8	True	102880	fragment	False	CAN0017_000000002948	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	73.505	11.0	0.008145712117379206	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
SPA0018_000000015499	1921	0.5667066767984941	2	2	2	2	2	False	16698	maximal	True	SPA0018_000000015499	1.0		120	9	False	False	0.9973971843719482	0					non-mobilizable	other	1222.0	79.542	93.0	0.009437426270107265	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0064_000000004217	5420	0.5667029161939385	6	2	2	2	0	False	63004	fragment	False	ISR0269_000000002176	0.9401813742588071		0	0	False	False	0.9972324967384338	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.00023327659037891685	AC122456.4	rodents	Mus musculus BAC clone RP24-265M23 from chromosome 16, complete sequence	True	False
ENG0039_000000004377	5063	0.5667029161939385	6	2	2	2	0	False	64970	fragment	False	ENG0039_000000004377	1.0		0	0	False	False	0.9976298809051514	0					non-mobilizable	no_good_hit	112.0	100.0	2.0	0.001943923924274531	NZ_CBYM010000022.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0005_000000005945	4713	0.5667029161939385	7	2	2	2	0	False	51919	fragment	False	FIJ0005_000000005945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.5606269428586198e-05	NZ_VYYV01000001.1	firmicutes	Lactobacillus crispatus strain NCK971 1, whole genome shotgun sequence	True	False
ISR0776_000000014397	1665	0.5667016424074072	2	2	2	2	2	False	22416	maximal	True	ISR0776_000000014397	1.0		7	3	False	False	0.9807807803153992	0					non-mobilizable	no_good_hit	746.0	78.418	45.0	0.0002060897997852975	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0003_01_000000017596	2211	0.5667008737199827	3	3	3	3	3	False	54893	fragment	False	USA0003_01_000000017596	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2236.0	76.744	99.0	0.0007534156615123251	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0030_000000012738	1693	0.5666964406218339	2	2	2	1	1	False	37037	fragment	False	ISR0030_000000012738	1.0		0	0	False	False	0.9964559674263	0					non-mobilizable	other	1693.0	100.0	100.0	0.010096308760875014	NZ_JAAITI010000004.1	firmicutes	Blautia luti strain MSK.16.34 NODE_4_length_167586_cov_139.322, whole genome shotgun sequence	False	False
ISR0367_000000002759	3558	0.5666939876024654	5	5	5	3	3	False	23593	fragment	False	ISR0367_000000002759	1.0		0	0	False	False	0.9983136653900146	0					non-mobilizable	no_good_hit	408.0	76.225	11.0	0.005403068943159715	NZ_FOGW01000015.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
ISR0082_000000015080	2058	0.566692854998236	2	2	2	2	1	False	34171	fragment	False	ISR0082_000000015080	1.0		0	0	False	False	0.9961127042770386	0					non-mobilizable	no_good_hit								True	False
AST0062_000000006655	2562	0.5666924250148954	3	2	2	0	0	False	111715	maximal	True	AST0062_000000006655	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	97.175	13.0	9.795785697151041e-05	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
SPA0055_000000016516	1890	0.5666924250148954	3	2	2	0	0	False	88098	fragment	False	SPA0055_000000016516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1433.0	99.37200000000001	76.0	0.0015345739949719126	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
CHI0035_000000005894	1772	0.5666924250148954	3	2	2	0	0	False	88097	fragment	False	CHI0035_000000005894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	99.50399999999999	68.0	0.0012956005306711189	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0141_000000018335	1447	0.5666924250148954	3	2	2	0	0	False	60803	fragment	False	ENG0141_000000018335	1.0		0	0	False	False	0.9944713115692139	0					non-mobilizable	no_good_hit	870.0	98.506	60.0	0.0009312463698537654	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
CAN0001_000000030450	1430	0.5666924250148954	3	2	2	0	0	False	97169	fragment	False	CAN0001_000000030450	1.0		0	0	False	False	0.9993007183074951	0					non-mobilizable	no_good_hit	742.0	80.458	51.0	0.00013083309394669405	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
SPA0079_000000023007	1163	0.5666924250148954	3	2	2	0	0	False	60802	fragment	False	SPA0079_000000023007	1.0		0	0	False	False	0.9828031063079834	0					non-mobilizable	no_good_hit	710.0	98.31	61.0	0.0007597855882926579	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0096_000000028837	1109	0.5666924250148954	3	2	2	0	0	False	60801	fragment	False	ENG0096_000000028837	1.0		0	0	False	False	0.9792606234550476	0					non-mobilizable	no_good_hit	788.0	98.35	71.0	0.0008433727193036978	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
AST0113_000000029032	1276	0.5666886701241896	2	1	1	1	1	False	106388	fragment	False	AST0113_000000029032	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	87.666	100.0	0.00040515412778567637	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0113_000000029146	1270	0.5666886701241896	2	1	1	1	1	False	106386	maximal	True	AST0113_000000029146	1.0		167	12	False	False	0.9913386106491089	0					non-mobilizable	chromosome	1277.0	87.314	100.0	0.00040515412778567637	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0033_000000000347	32385	0.5666869663294084	33	9	6	9	4	True	117108	maximal	True	AST0033_000000000347	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	87.302	0.0	2.1006211062277317e-05	NZ_CP017713.1	firmicutes	Lactobacillus coryniformis subsp. coryniformis KCTC 3167 = DSM 20001 chromosome, complete genome	True	True
ISR0362_000000004170	5627	0.5666849335583625	5	5	4	5	4	True	130095	fragment	False	ISR0362_000000004170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2781.0	95.829	72.0	0.0009357317236952517	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0030_000000009084	3688	0.5666787411866236	6	6	3	3	5	False	111972	maximal	True	MON0030_000000009084	1.0		479	12	False	False	1.0	0					non-mobilizable	other	3580.0	99.302	97.0	0.0008347541418083509	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0016_000000006676	3063	0.5666746818627043	4	3	2	3	2	True	58084	fragment	False	ISR0016_000000006676	0.9840866366029513		0	0	False	False	1.0	0					non-mobilizable	chromosome	3063.0	94.744	100.0	0.0005598757541015432	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
ISR0339_000000002218	5898	0.5666725791478917	7	5	1	4	4	False	128563	maximal	True	ISR0339_000000002218	1.0		5	2	False	False	0.9986436367034912	0					non-mobilizable	no_good_hit	1627.0	92.31700000000001	30.0	0.0005698886370557471	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0113_000000010430	3122	0.5666714565815588	4	2	2	2	2	False	106791	maximal	True	SPA0113_000000010430	1.0		95	5	False	False	0.9894298315048218	0					non-mobilizable	chromosome	2569.0	87.34899999999999	95.0	0.0008078514461108241	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0045_000000010599	1983	0.5666692283724328	3	3	3	3	3	False	87140	fragment	False	CHI0045_000000010599	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1983.0	99.95	100.0	0.00037416134622572764	CP056301.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00843 chromosome, complete genome	False	False
ETH0005_000000020401	2328	0.566666356686902	2	2	2	2	2	False	52754	maximal	True	ETH0005_000000020401	0.968075737560546		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	1.4732437881727989e-05	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
CHI0142_000000001215	11636	0.5666648884732839	12	7	3	5	5	True	80012	fragment	False	CHI0142_000000001215	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7754.0	98.775	94.0	0.001376413921778875	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0088_000000006104	3717	0.5666600537790527	5	5	4	5	4	False	104102	fragment	False	SPA0130_000000008486	0.6833283227967663		0	0	False	False	1.0	0					non-mobilizable	other	3717.0	97.902	100.0	0.021594066427184692	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0808_000000006823	2320	0.5666566183286987	4	3	3	3	2	False	50449	maximal	True	ISR0808_000000006823	1.0		85	9	False	False	0.9974138140678406	0					non-mobilizable	no_good_hit	1319.0	93.70700000000001	76.0	0.04077146925886942	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ISR0029_000000022720	1923	0.5666539204618602	2	2	2	2	2	False	103653	fragment	False	ISR0029_000000022720	1.0		0	0	False	False	0.9906396269798279	0					non-mobilizable	other	1923.0	99.792	100.0	0.0628679837760042	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
MON0103_000000036110	1564	0.5666538496997862	1	1	1	1	1	False	8872	maximal	True	MON0103_000000036110	1.0		0	0	False	False	0.9641943573951721	0					non-mobilizable	no_good_hit	1292.0	77.709	81.0	0.0007094918292401254	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	False
ISR0783_000000005049	2792	0.5666531047338459	3	2	2	2	1	False	22250	maximal	True	ISR0783_000000005049	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1893.0	99.84200000000001	74.0	0.0004964582740203018	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
CHI0005_000000018152	1138	0.5666468986630204	2	2	2	1	1	False	104572	fragment	False	USA0021_01_000000014963	0.9801184433164128		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	99.912	100.0	0.0002588693488445479	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
FIJ0154_000000021134	1842	0.5666461045943816	3	2	2	2	2	False	39589	maximal	True	FIJ0154_000000021134	1.0		4	3	False	False	0.9983713626861572	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	9.544654884802524e-05	NZ_PYAL01000007.1	b-proteobacteria	Achromobacter aloeverae strain AVA-1 Scaffold7_1, whole genome shotgun sequence	True	False
ISR0779_000000002867	10024	0.5666394862136971	12	10	4	6	6	True	96266	maximal	True	ISR0779_000000002867	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	5682.0	95.336	75.0	0.0016545440808612298	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
TAN0004_000000002769	1895	0.5666367317310929	2	2	2	2	1	True	20776	fragment	False	TAN0004_000000002769	1.0		0	0	False	False	0.9994723200798035	0					non-mobilizable	no_good_hit								True	True
MAD0042_000000013282	1789	0.5666364031310065	3	2	2	2	1	False	18116	maximal	True	MAD0042_000000013282	1.0		26	10	False	False	0.9972051382064819	0					non-mobilizable	no_good_hit	552.0	71.73899999999999	31.0	0.0056915315014802155	NZ_FNZU01000011.1	firmicutes	Alkalibacterium pelagium strain DSM 19183, whole genome shotgun sequence	True	False
SPA0098_000000007452	4602	0.5666287099894779	3	3	3	3	2	False	5085	fragment	False	SPA0098_000000007452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3305.0	74.735	84.0	0.0013640202968232245	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0001_000000004579	6507	0.5666224807735541	6	5	2	5	2	True	14412	fragment	False	MON0001_000000004579	1.0		0	0	False	False	0.992315948009491	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	0.00045766144737867105	LN592962.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002513	True	True
MON0107_000000040435	1509	0.5666182920551115	2	1	1	1	1	False	8573	fragment	False	MON0107_000000040435	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	98.551	100.0	0.021669880722805512	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0099_000000010014	2035	0.5666127008974419	4	3	2	3	1	False	86331	maximal	True	ISR0099_000000010014	1.0		39	8	False	False	0.9911547899246216	0					non-mobilizable	no_good_hit	284.0	95.775	29.0	0.0018767449417413276	NZ_WNAJ01000008.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold8_size150793, whole genome shotgun sequence	True	False
ISR0197_000000005204	4495	0.5666122750023747	7	3	2	1	3	False	126713	maximal	True	ISR0197_000000005204	1.0	PS832|PS833|PS837|PS974|PS975|PS976	4	2	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	3643.0	95.334	81.0	0.5556066881423531	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0022_000000003762	6997	0.5666122144346916	11	5	3	4	4	False	108290	maximal	True	ISR0022_000000003762	1.0		1	1	False	False	0.9925682544708252	0					non-mobilizable	no_good_hit	594.0	89.226	8.0	0.00017131999008605133	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0279_000000017799	1286	0.5666061822471907	2	2	2	1	1	False	78792	maximal	False	ISR0232_000000021161	0.7440433907346237		0	0	False	False	0.9953343868255615	0					non-mobilizable	other	1279.0	93.432	99.0	0.00740011580775912	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
CHI0082_000000001212	7764	0.5666048138730561	14	5	5	5	3	False	84283	maximal	True	CHI0082_000000001212	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	88.525	1.0	1.4308018164877842e-05	CP030082.1	proteobacteria	Bdellovibrio sp. ZAP7 chromosome, complete genome	True	False
ISR0231_000000003247	4354	0.5666014336994011	7	6	3	2	4	True	27493	maximal	True	ISR0231_000000003247	1.0		19	4	False	False	0.9836931824684143	0					non-mobilizable	no_good_hit	1189.0	90.412	27.0	0.00980327162437642	NZ_MBEW02000006.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_6_length_120674_cov_255.573, whole genome shotgun sequence	True	True
TAN0001_000000007818	1764	0.5665970171256703	3	2	2	2	2	True	3103	maximal	True	TAN0001_000000007818	1.0		1	1	False	False	0.9750567078590393	0					non-mobilizable	no_good_hit	412.0	75.72800000000001	23.0	0.003300760397395252	NZ_CADDWK010000011.1	firmicutes	Salirhabdus euzebyi strain Q1438, whole genome shotgun sequence	True	True
BAN0013_000000000036	4503	0.5665956995696061	5	5	5	4	5	True	98718	fragment	False	BAN0013_000000000036	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	4503.0	98.756	100.0	0.12479551944991266	CP056820.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_5, complete sequence	False	True
ISR0196_000000005362	3391	0.5665929129129175	6	4	4	3	2	False	117022	maximal	True	ISR0196_000000005362	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	97.925	16.0	0.00016457100476664828	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0043_000000010540	3196	0.5665922206404916	3	3	3	3	2	False	86566	maximal	True	ENG0043_000000010540	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1926.0	99.273	60.0	0.0005358944914222083	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AST0007_000000007491	2503	0.5665857063027788	5	3	3	3	1	False	127110	maximal	True	AST0007_000000007491	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1248.0	90.625	50.0	0.42345721104670986	NZ_LNAM01000048.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf141, whole genome shotgun sequence	True	False
FIJ0114_000000006421	5585	0.5665817192958118	7	6	4	5	4	False	41893	maximal	True	FIJ0114_000000006421	1.0		4	3	False	False	0.9994628429412842	0					non-mobilizable	no_good_hit	1895.0	80.686	34.0	0.0006656975032465094	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0170_000000002719	6012	0.5665815504611894	4	2	2	2	1	False	38833	maximal	True	FIJ0170_000000002719	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	82.609	2.0	0.001214129287748641	MK893987.1	viruses	Staphylococcus phage PMBT8, complete genome	True	False
MON0073_000000002104	2470	0.5665811768113337	3	2	2	1	1	False	84955	maximal	True	MON0073_000000002104	1.0		74	7	False	False	0.9914979934692383	0					non-mobilizable	no_good_hit	1419.0	96.617	75.0	0.0005521798243545984	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
USA0059_01_000000003652	6881	0.5665810473889498	6	4	4	3	4	True	935	maximal	True	USA0059_01_000000003652	1.0		5	4	False	False	0.9975294470787048	0					non-mobilizable	no_good_hit	712.0	72.753	10.0	0.00027164535474784784	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
CHI0141_000000021710	1275	0.5665806207188052	3	2	2	2	1	False	80055	maximal	True	CHI0141_000000021710	1.0		8	5	False	False	0.998431384563446	0					non-mobilizable	no_good_hit								True	False
MAD0032_000000008845	1880	0.5665791969658823	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.05389178240740741		0	0	False	False	0.9994680881500244	0					non-mobilizable	plasmid	1516.0	97.889	99.0	0.18301522106789078	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0045_000000019534	1267	0.566579160551575	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.17580386689110283		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	99.84200000000001	100.0	0.004863144884869747	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
CHI0051_000000001671	8949	0.5665767460414295	9	7	0	6	1	False	86672	maximal	True	CHI0051_000000001671	1.0		2	1	False	False	0.9959772229194641	0					non-mobilizable	no_good_hit								True	False
SPA0063_000000009304	1933	0.5665751125921039	3	3	3	2	2	False	102973	fragment	False	FIJ0042_000000010318	0.3083743842364532		0	0	False	False	0.9953440427780151	0					non-mobilizable	other	1933.0	100.0	100.0	0.023429257467166297	NZ_WNAJ01000016.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold16_size82461, whole genome shotgun sequence	False	False
MON0007_000000031434	1996	0.5665649732097248	3	3	3	3	3	False	52856	fragment	False	MON0007_000000031434	0.996172772006561		0	0	False	False	0.9994990229606628	0					non-mobilizable	other	1996.0	99.04799999999999	100.0	0.026673983163135566	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
SPA0096_000000035226	1229	0.5665609713960635	2	2	2	1	1	False	61715	fragment	False	SPA0096_000000035226	0.9171632923180911		0	0	False	False	0.9991863369941711	0					non-mobilizable	other	1190.0	96.303	97.0	0.07307928703134603	NZ_CYZO01000045.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
BAN0021_000000000445	3075	0.5665582729026577	3	3	3	3	3	False	97666	maximal	True	BAN0021_000000000445	1.0		5	1	False	False	1.0	0					non-mobilizable	chromosome	3075.0	100.0	100.0	0.001046656572366564	NZ_AP014524.1	g-proteobacteria	Vibrio cholerae MS6 chromosome 1	False	False
CAN0006_000000005615	7911	0.5665580908411024	15	6	3	6	3	False	95766	maximal	True	CAN0006_000000005615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.0028382885120272474	LC056163.1	enterobacteria	Escherichia coli plasmid pV044-c DNA, contig: V044-c_scaffold_1, strain: V044	True	False
ISR0842_000000020910	1131	0.5665554721383652	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.03221434575771127		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	97.171	100.0	0.039618540074328586	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0030_000000011581	1856	0.5665553222484094	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.14706917796162647		0	0	False	False	0.975215494632721	0					non-mobilizable	other	1863.0	89.962	100.0	0.051375841715853354	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0079_000000004353	6966	0.5665532627031425	9	7	5	7	5	True	121760	fragment	False	ENG0079_000000004353	1.0		0	0	False	False	0.9982773661613464	0					non-mobilizable	no_good_hit	132.0	75.0	2.0	0.0017002058843063027	NZ_ATUD01000017.1	actinobacteria	Patulibacter americanus DSM 16676 F593DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	True
USA0057_01_000000002836	9887	0.5665518734851651	7	7	4	7	1	True	129158	fragment	False	SPA0093_000000004000	0.8645997421259881		0	0	False	False	0.9988874197006226	0					non-mobilizable	no_good_hit	870.0	89.31	16.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0212_000000026919	1339	0.5665473932923584	2	2	2	2	1	False	28323	maximal	True	ISR0212_000000026919	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	452.0	75.0	34.0	0.0008081668142893995	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0027_000000016413	2455	0.5665470154673276	3	3	1	2	1	True	131241	maximal	True	MON0027_000000016413	1.0		23	8	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	89.44200000000001	55.0	0.00042063105951035533	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ISR0830_000000014821	1956	0.5665470154673276	3	3	1	2	1	True	131243	fragment	False	ISR0830_000000014821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1268.0	90.221	65.0	0.00035373622351207777	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
SPA0005_000000015739	1834	0.56654628843098	4	4	4	3	2	False	8305	maximal	True	SPA0005_000000015739	1.0		1	1	False	False	0.9978189468383789	0					non-mobilizable	no_good_hit	183.0	74.317	10.0	6.253474152306837e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0172_000000001580	10334	0.5665451954597072	16	5	4	4	3	False	45184	maximal	True	ISR0172_000000001580	1.0		1	1	False	False	0.9998064637184143	0					non-mobilizable	no_good_hit	335.0	79.104	5.0	0.000151572388640932	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MAD0102_000000001274	10562	0.5665443151710433	10	10	7	6	10	False	16306	maximal	True	MAD0102_000000001274	1.0		8	1	False	False	1.0	0					non-mobilizable	chromosome	7250.0	96.20700000000001	97.0	0.0014305846643771784	CP057020.1	enterobacteria	Escherichia coli strain RHB40-C09 chromosome, complete genome	False	False
USA0052_01_000000005322	3110	0.5665353320378337	5	4	3	2	2	False	1084	maximal	True	USA0052_01_000000005322	1.0		36	8	False	False	0.9980707168579102	0					non-mobilizable	no_good_hit	1060.0	98.01899999999999	52.0	0.00031659656598856004	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
DEN0010_000000005389	7189	0.5665343500984211	8	5	2	4	5	False	96114	backbone	False	ENG0142_000000003285	0.9928238475066533	PS513	0	0	True	True	1.0	9					non-mobilizable	other	4127.0	99.78200000000001	100.0	0.2595318988297471	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	True
ISR0120_000000007558	3866	0.5665225929824362	4	4	4	4	4	False	117910	maximal	True	ISR0120_000000007558	1.0		66	5	False	False	0.9971546530723572	0					non-mobilizable	chromosome	3866.0	96.611	100.0	0.0012182387199447268	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0083_01_000000003493	8485	0.5665206497529498	9	9	3	3	6	True	91933	fragment	False	USA0083_01_000000003493	0.9893103031767121		0	0	False	False	0.9982321858406067	0					non-mobilizable	other	8105.0	99.93799999999999	96.0	0.5547645125958379	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ENG0168_000000010892	2742	0.5665204792103534	3	3	3	2	2	False	59298	fragment	False	ISR0330_000000009313	0.9762773660346014		0	0	False	False	0.9806710481643677	0					non-mobilizable	chromosome	2742.0	99.344	100.0	0.0009782588135194583	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	False	False
DEN0035_000000029079	1234	0.5665196561728163	2	2	2	2	2	False	73384	maximal	True	DEN0035_000000029079	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	8.756995938299237e-06	NZ_CP012836.1	CFB group bacteria	Algoriphagus sanaruensis strain M8-2 isolate Brackish lake chromosome, complete genome	True	False
DEN0064_000000020238	2016	0.5665138868262561	3	2	2	2	1	False	71268	maximal	True	DEN0064_000000020238	1.0		1	1	False	False	0.9920634627342224	0					non-mobilizable	no_good_hit	1729.0	85.07799999999999	85.0	0.00230360925632083	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ISR0847_000000012112	2279	0.5665133137192587	2	1	1	1	1	False	56720	fragment	False	ISR0847_000000012112	1.0		0	0	False	False	0.9982448220252991	0					non-mobilizable	no_good_hit	1231.0	82.941	54.0	0.005958054125915825	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
SPA0131_000000017315	1587	0.5665120470067521	2	2	1	2	1	False	66427	maximal	True	SPA0131_000000017315	1.0		20	5	False	False	0.99369877576828	0					non-mobilizable	no_good_hit								True	False
USA0063_01_000000003038	6937	0.5665100411198686	7	6	6	6	6	False	117088	maximal	True	USA0063_01_000000003038	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2920.0	78.562	53.0	0.0005250000586743532	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0135_000000010043	1947	0.5665098073861413	3	2	2	2	2	False	62604	fragment	False	ENG0068_000000012385	0.9647279558297508		0	0	False	False	1.0	0					non-mobilizable	chromosome	1947.0	99.281	100.0	0.000440286235828711	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0787_000000011953	1268	0.5665094282609778	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.6637202127397626		0	0	False	False	0.9952681660652161	0					non-mobilizable	other	1268.0	98.896	100.0	0.00037877983862842835	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0269_000000015831	1235	0.5665094282609778	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.554431187579198		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	98.866	100.0	0.00036891422325768	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0091_000000003356	6451	0.5665049330417172	6	4	2	4	3	False	65131	maximal	True	ENG0091_000000003356	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000021766	2168	0.5664939486563609	2	2	2	2	2	False	52747	maximal	True	ETH0005_000000021766	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	72.35	10.0	0.00014127991568736026	NZ_FWDP01000004.1	firmicutes	Marinilactibacillus piezotolerans strain Marseille-P2378, whole genome shotgun sequence	True	False
ENG0073_000000008666	2948	0.5664878172446093	5	3	2	2	1	False	62239	maximal	True	ENG0073_000000008666	1.0		13	6	False	False	0.998643159866333	0					non-mobilizable	no_good_hit	2390.0	87.197	81.0	0.0005964281556243401	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0067_000000005607	5033	0.5664859266019724	5	5	4	4	4	False	109861	fragment	False	ENG0067_000000005607	1.0		0	0	False	True	0.9952314496040344	0					non-mobilizable	no_good_hit	1463.0	84.34700000000001	29.0	0.002049803466645643	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ISR0048_000000003063	5921	0.5664855702393425	10	8	4	5	7	True	130637	backbone	False	AST0039_000000003129	0.1933231840346391	PS1110	0	0	True	True	1.0	65		MOBV			mobilizable	other	3134.0	100.0	100.0	0.464010663507109	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
SPA0105_000000004738	5902	0.5664855702393425	9	8	4	5	7	True	130637	backbone	False	AST0039_000000003129	0.1703606771256138	PS1110	0	0	True	True	1.0	541		MOBV			mobilizable	other	3134.0	100.0	100.0	0.464010663507109	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0849_000000004105	5880	0.5664855702393425	9	8	4	5	7	True	130637	backbone	False	AST0039_000000003129	0.19326671751691227	PS1110	0	0	True	True	1.0	189		MOBV			mobilizable	other	3134.0	100.0	100.0	0.464010663507109	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ENG0185_000000015613	1212	0.5664837784470486	2	2	2	2	1	False	55034	maximal	True	ENG0185_000000015613	1.0		5	1	False	False	0.9694719314575195	0					non-mobilizable	no_good_hit	474.0	79.958	39.0	0.008175859424029007	NZ_WHZW01000021.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence21, whole genome shotgun sequence	True	False
MON0094_000000024521	1554	0.5664729701121175	2	2	2	2	2	False	46700	fragment	False	MON0094_000000024521	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0044_000000000702	24503	0.5664705540873928	26	20	10	11	15	True	94997	maximal	True	ENG0044_000000000702	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	5572.0	93.073	57.0	0.0016487609118977632	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ENG0206_000000005865	4217	0.5664651076846894	4	3	3	1	1	False	53974	maximal	True	ENG0206_000000005865	1.0		7	4	False	False	1.0	0					non-mobilizable	chromosome	4096.0	89.28200000000001	98.0	0.0011350318823996235	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0077_000000001883	10928	0.5664623594307012	21	8	4	6	7	True	110291	fragment	False	ENG0077_000000001883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.6971616740539864e-06	CP052884.1	high GC Gram+	Gordonia ajococcus strain A2 chromosome, complete genome	True	True
ISR0278_000000002123	4466	0.5664574222305508	3	3	3	1	1	False	26284	maximal	True	ISR0278_000000002123	1.0		5	3	False	False	0.9961934685707092	0					non-mobilizable	no_good_hit	2960.0	87.939	66.0	0.0006220820785515212	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
SPA0078_000000005855	1291	0.5664571667060949	3	1	1	1	1	False	5660	maximal	True	SPA0078_000000005855	1.0		3	2	False	False	0.9922540783882141	0					non-mobilizable	no_good_hit	431.0	99.072	63.0	0.00024834174133763794	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0042_000000002719	9359	0.5664568815440578	11	5	0	4	3	False	6875	fragment	False	SPA0042_000000002719	1.0		0	0	False	False	0.9991452097892761	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.09812955291292e-05	NZ_DF977001.1	firmicutes	Tepidanaerobacter syntrophicus strain JL, whole genome shotgun sequence	True	False
MON0104_000000006564	5809	0.566451837431831	9	8	1	3	8	True	82481	maximal	True	MON0104_000000006564	1.0		2	2	False	False	0.999483585357666	0					non-mobilizable	no_good_hit	2615.0	92.65799999999999	84.0	0.001180797784986224	CP010412.1	high GC Gram+	Bifidobacterium bifidum strain BF3, complete genome	True	True
ISR0047_000000008755	3288	0.5664498905895821	6	6	6	3	0	True	36103	maximal	True	ISR0047_000000008755	1.0		74	10	False	False	0.9799270033836365	0					non-mobilizable	other	3149.0	98.984	96.0	0.0007342010297011962	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ENG0146_000000011763	1957	0.5664490134537428	2	2	2	2	1	True	57421	maximal	True	ENG0146_000000011763	1.0		0	0	False	False	0.9575881361961365	0					non-mobilizable	no_good_hit	898.0	100.0	46.0	0.0001962456049845071	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	True
FIJ0018_000000025129	1101	0.5664475508027959	3	1	1	1	1	False	49887	maximal	True	FIJ0018_000000025129	1.0		30	10	False	False	0.9981834888458252	0					non-mobilizable	no_good_hit								True	False
DEN0084_000000005470	1126	0.5664447588885768	2	1	1	1	1	False	69017	fragment	False	FIJ0040_000000020662	0.6361039702942016		0	0	False	False	1.0	0					non-mobilizable	chromosome	1126.0	99.822	100.0	0.00021510343511581742	CP031562.1	enterobacteria	Klebsiella pneumoniae strain 2-1 chromosome, complete genome	False	False
MON0025_000000037837	1149	0.5664394191316844	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.3274994586026263		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	98.869	100.0	0.0003327840078152063	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0116_000000011672	1480	0.5664386490163811	4	3	2	2	2	False	41664	fragment	False	FIJ0116_000000011672	1.0		0	0	False	False	0.9689189195632935	0					non-mobilizable	other	1421.0	96.833	96.0	0.001291089843487179	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0039_000000004451	6397	0.5664374509511401	8	5	2	3	4	True	118476	fragment	False	ENG0031_000000002375	0.42690040842663185		0	0	False	False	0.9995310306549072	0					non-mobilizable	virus	6397.0	99.67200000000001	100.0	0.06656467576259015	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
ENG0158_000000002600	5922	0.5664374509511401	7	5	2	3	4	True	118476	fragment	False	ENG0031_000000002375	0.3134836807073991		0	0	False	False	0.999493420124054	0					non-mobilizable	virus	5922.0	97.146	100.0	0.06162123908541218	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
SPA0116_000000007224	5139	0.5664374509511401	8	5	2	3	4	True	95389	fragment	False	CHI0045_000000003548	0.6385416666666667		0	0	False	False	1.0	0					non-mobilizable	virus	5139.0	97.334	100.0	0.053472373994400905	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
AST0087_000000001298	13915	0.5664368295917164	17	9	5	9	6	False	113870	maximal	True	AST0087_000000001298	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	74.436	3.0	0.09645042839657282	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
SPA0056_000000010132	3327	0.5664350235969507	2	2	2	2	2	False	32712	maximal	True	SPA0056_000000010132	1.0		79	10	False	False	0.9996994137763977	0					non-mobilizable	other	3327.0	92.215	99.0	0.0006434514394515874	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0069_01_000000017880	3448	0.5664289569225847	6	3	3	3	2	False	794	maximal	True	USA0069_01_000000017880	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2448.0	100.0	71.0	0.06088579248569296	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
BAN0019_000000001757	2019	0.5664270212871415	2	2	1	1	2	False	97783	fragment	False	BAN0019_000000001757	1.0		0	0	False	False	0.9866270422935486	0					non-mobilizable	chromosome	2019.0	98.91	100.0	0.0003990845972330662	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
SPA0156_000000013044	1536	0.5664244777798181	3	2	2	2	1	False	11119	maximal	True	SPA0156_000000013044	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1536.0	99.023	100.0	0.0013176553803259888	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
USA0045_01_000000008756	1640	0.5664116908929567	2	2	1	2	0	True	1206	fragment	False	USA0045_01_000000008756	1.0		0	0	False	False	0.9859756231307983	0					non-mobilizable	no_good_hit	104.0	100.0	6.0	0.003117056046483477	NZ_QVMD01000014.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf14, whole genome shotgun sequence	True	True
ISR0839_000000019457	1130	0.5664003808426651	2	2	2	2	2	False	20808	maximal	True	ISR0839_000000019457	1.0		121	13	False	False	1.0	0					non-mobilizable	chromosome	1142.0	74.781	99.0	0.00031738388433692353	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0272_000000004737	2262	0.5663981360144185	2	2	2	2	2	False	86104	fragment	False	ISR0272_000000004737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	748.0	87.96799999999999	51.0	0.000224907395057517	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0031_000000018720	1359	0.5663853147419826	3	3	3	3	3	False	117205	fragment	False	AST0031_000000018720	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1360.0	99.853	100.0	0.0006154765867543461	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	False	False
DEN0067_000000001488	13619	0.5663838172746756	17	11	6	7	10	True	89482	maximal	True	DEN0067_000000001488	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	94.15299999999999	63.0	0.04605714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ENG0134_000000011024	3468	0.5663829318451068	3	3	3	2	1	False	124470	fragment	False	ENG0134_000000011024	0.667106392477827		0	0	False	False	1.0	0					non-mobilizable	chromosome	3382.0	91.189	97.0	0.0009376065699272715	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0088_000000005029	3263	0.5663829318451068	3	3	3	2	1	False	124476	fragment	False	SPA0088_000000005029	0.9627112757332368		0	0	False	False	1.0	0					non-mobilizable	other	3263.0	95.92399999999999	100.0	0.0011712620689902802	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
FIJ0090_000000012859	3233	0.5663829318451068	3	3	3	2	1	False	124476	fragment	False	SPA0088_000000005029	0.9500216472328026		0	0	False	False	0.9972162246704102	0					non-mobilizable	chromosome	3236.0	91.84200000000001	100.0	0.0008995441326315478	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	False	False
ISR0006_000000006098	3187	0.5663829318451068	3	3	3	2	1	False	124471	maximal	True	ISR0006_000000006098	1.0		12	3	False	False	0.9996862411499023	0					non-mobilizable	chromosome	3175.0	92.598	99.0	0.0008810940599227477	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0130_000000009465	3185	0.5663829318451068	3	3	3	2	1	False	124472	maximal	True	ENG0130_000000009465	1.0		7	3	False	False	0.9984301328659058	0					non-mobilizable	other	2481.0	95.728	100.0	0.0008901160849254765	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
AST0002_000000011428	3136	0.5663829318451068	3	3	3	2	1	False	132087	maximal	True	AST0002_000000011428	1.0		6	5	False	False	1.0	0					non-mobilizable	chromosome	2864.0	94.37799999999999	100.0	0.0007942373943000314	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0148_000000012539	3003	0.5663829318451068	3	3	3	2	1	False	124476	fragment	False	SPA0088_000000005029	0.9226920626518647		0	0	False	False	0.9946720004081726	0					non-mobilizable	other	3003.0	96.037	100.0	0.0010779058035281486	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
FIJ0010_000000006783	2741	0.5663829318451068	3	3	3	2	1	False	124470	fragment	False	ENG0134_000000011024	0.37916316735193006		0	0	False	False	1.0	0					non-mobilizable	other	2630.0	96.616	100.0	0.0009428982811675278	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ENG0194_000000021336	1241	0.566374684440236	2	2	2	2	1	True	54502	maximal	True	ENG0194_000000021336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	0.0009394712119178633	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
DEN0022_000000022608	1812	0.5663733699975815	2	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.8822788106988262		0	0	False	False	0.9994481205940247	0					non-mobilizable	chromosome	1813.0	99.835	100.0	0.0008229600401124894	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
ISR0816_000000004331	9936	0.5663715718898787	12	9	3	3	9	False	94116	maximal	True	ISR0816_000000004331	0.9897629310344828		9	4	False	False	1.0	0					non-mobilizable	other	9845.0	99.99	99.0	0.059408211175551145	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
ISR0084_000000000628	23306	0.5663700189076255	25	12	5	11	6	True	35926	maximal	True	ISR0084_000000000628	1.0		6	1	False	False	0.9993563890457153	0					non-mobilizable	no_good_hit	545.0	95.596	2.0	0.00019117939058054925	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
SPA0151_000000013788	1409	0.5663671997048602	3	2	2	2	2	False	110657	fragment	False	AST0087_000000025907	0.9734982332155477		0	0	False	False	0.990773618221283	0					non-mobilizable	other	1226.0	89.152	93.0	0.0022080271890406807	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0101_000000015363	2879	0.5663671961760071	4	3	3	2	2	False	34465	maximal	True	SPA0101_000000015363	1.0		2	2	False	False	0.9996526837348938	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000005044	4746	0.5663655096515665	5	4	3	4	2	False	25699	maximal	True	ISR0296_000000005044	1.0		5	2	False	False	0.9943109750747681	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.0432888333242056e-05	NZ_AVFL01000002.1	a-proteobacteria	Skermanella stibiiresistens SB22 contig3, whole genome shotgun sequence	True	False
DEN0005_000000002827	8757	0.5663609644688168	11	8	2	7	8	False	83086	maximal	True	DEN0005_000000002827	1.0	PS412	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4275.0	99.439	73.0	0.0008677459010984883	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0094_000000009736	2077	0.5663559732240493	3	2	1	1	2	False	91259	fragment	False	FIJ0094_000000009736	0.9583982140998021		0	0	False	False	1.0	0					non-mobilizable	other	2078.0	99.086	100.0	0.0006209358522740692	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0055_01_000000014298	1879	0.5663559732240493	2	2	1	1	2	False	91259	fragment	False	FIJ0094_000000009736	0.3913236929922136		0	0	False	False	0.9638105630874634	0					non-mobilizable	other	1862.0	98.98	99.0	0.0005563609153018983	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0794_000000006027	3218	0.5663558471490157	4	4	3	3	4	False	47617	maximal	True	ISR0794_000000006027	1.0		2	2	False	False	0.9689248204231262	0					non-mobilizable	no_good_hit	1640.0	78.171	51.0	0.00045452624455247215	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0131_000000026257	1102	0.5663541766225504	2	1	1	1	1	False	3751	maximal	True	SPA0131_000000026257	1.0		9	5	False	False	0.9945553541183472	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	8.0	0.03857008466603951	NZ_JABMCR010000465.1	firmicutes	Bacillus haikouensis strain CrR16 scf_15990_465, whole genome shotgun sequence	True	False
CHI0154_000000013718	2319	0.5663518005573048	3	3	3	2	2	False	79172	fragment	False	CHI0154_000000013718	1.0		0	0	False	False	0.9987063407897949	0					non-mobilizable	no_good_hit	1803.0	93.844	78.0	0.0006414889096505079	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0070_000000006562	3088	0.5663515958726395	6	5	3	2	3	False	62360	fragment	False	ISR0070_000000006562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	83.988	33.0	0.00034063327495668873	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0319_000000007276	2545	0.5663421191481514	3	3	3	3	3	False	99108	maximal	True	ISR0319_000000007276	1.0		0	0	False	False	0.9834970235824585	0					non-mobilizable	other	2574.0	82.36200000000001	100.0	0.025226307857487612	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
ISR0153_000000005694	4544	0.5663407371146901	5	4	3	4	3	True	109763	maximal	True	ISR0153_000000005694	1.0		33	10	False	False	0.9986795783042908	0					non-mobilizable	no_good_hit	2544.0	99.921	56.0	0.0009005521946665921	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0133_000000017614	2154	0.5663404158100477	2	1	1	1	1	False	40685	fragment	False	FIJ0133_000000017614	0.9840478564307078		0	0	False	False	1.0	0					non-mobilizable	other	2152.0	97.584	99.0	0.010582244852778392	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ISR0023_000000015331	2006	0.5663404158100477	2	1	1	1	1	False	40685	fragment	False	FIJ0133_000000017614	0.9507892293407614		0	0	False	False	1.0	0					non-mobilizable	chromosome	2006.0	97.258	100.0	0.00053484794446331	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0098_000000020727	2159	0.5663382537445903	3	3	2	3	0	True	27664	fragment	False	MAD0098_000000020727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	84.512	38.0	0.0017062669764154592	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0001_000000008600	3865	0.5663349582154087	5	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8132493419643186		0	0	False	False	1.0	0					non-mobilizable	other	3865.0	100.0	100.0	0.01795046896993854	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0008_000000007985	3823	0.5663349582154087	5	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8110991945572735		0	0	False	False	1.0	0					non-mobilizable	other	3823.0	100.0	100.0	0.017755355176787033	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0083_000000006171	3809	0.5663349582154087	5	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8009045820753476		0	0	False	False	1.0	0					non-mobilizable	other	3809.0	99.73700000000001	100.0	0.017690317245736532	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0116_000000004833	3711	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7817338310429738		0	0	False	False	1.0	0					non-mobilizable	other	3712.0	99.62299999999999	100.0	0.005371446612107406	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0097_000000007446	3583	0.5663349582154087	5	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.48580640900351485		0	0	False	False	1.0	0					non-mobilizable	other	3583.0	100.0	100.0	0.016640419215921284	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
SPA0004_000000003888	3575	0.5663349582154087	5	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.47461179162583195		0	0	False	False	1.0	0					non-mobilizable	other	3576.0	99.273	100.0	0.2002016016128129	MK211798.1	firmicutes	Streptococcus suis ILCSsuYS249 integron, complete sequence	False	True
MAD0102_000000004786	3488	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8683320947664694		0	0	False	False	1.0	0					non-mobilizable	other	3493.0	96.479	100.0	0.005045597195088218	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CAN0007_000000012053	3486	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8245648424939602		0	0	False	False	1.0	0					non-mobilizable	other	3498.0	94.68299999999999	100.0	0.04536463484462027	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
ISR0133_000000005446	3485	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8314696162040696		0	0	False	False	1.0	0					non-mobilizable	other	3485.0	99.943	100.0	0.051046123190529216	FR691055.1	firmicutes	Streptococcus pyogenes ICESp2905 DNA containing erm(TR)-carrying element and tet(O) fragment, strain iB21	False	True
MAD0015_000000005368	3332	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.8014473421805488		0	0	False	False	1.0	0					non-mobilizable	other	3332.0	98.8	100.0	0.004824019591515171	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CHI0164_000000007172	3286	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7678864211915181		0	0	False	False	1.0	0					non-mobilizable	other	3286.0	99.787	100.0	0.004755953268848941	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0097_000000010395	3286	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7674833509801017		0	0	False	False	1.0	0					non-mobilizable	other	3286.0	99.939	100.0	0.04813045771552482	FR691055.1	firmicutes	Streptococcus pyogenes ICESp2905 DNA containing erm(TR)-carrying element and tet(O) fragment, strain iB21	False	True
MON0101_000000018427	3285	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7658074203581445		0	0	False	False	1.0	0					non-mobilizable	other	3285.0	100.0	100.0	0.004755953268848941	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0082_000000009292	3271	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.7590577142785713		0	0	False	False	1.0	0					non-mobilizable	other	3271.0	100.0	100.0	0.004735678194012191	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0013_000000015735	3142	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.6520591985693258		0	0	False	False	1.0	0					non-mobilizable	other	3142.0	100.0	100.0	0.004548857861587857	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0064_000000007997	3129	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.6208615754556837		0	0	False	False	0.9996803998947144	0					non-mobilizable	other	3129.0	97.443	100.0	0.004525686347488715	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0096_000000010919	3128	0.5663349582154087	4	4	4	3	2	True	128159	fragment	False	MAD0102_000000004786	0.6208059102371554		0	0	False	False	1.0	0					non-mobilizable	other	3128.0	97.57	100.0	0.004525686347488715	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
FIJ0159_000000003872	5419	0.5663335614122582	9	6	5	5	6	False	106528	maximal	False	FIJ0041_000000006407	0.9476372924648786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4062.0	91.531	82.0	0.10116615169939201	NZ_CABIWU010000019.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0102_000000000903	20628	0.5663279280448437	29	21	6	12	16	True	116736	fragment	False	CHI0147_000000000676	0.9523621566453605		0	0	False	False	1.0	0					non-mobilizable	other	20554.0	98.37	99.0	0.004926565384927026	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
ISR0151_000000017952	1225	0.5663264868646151	2	2	2	2	2	False	30751	fragment	False	ISR0151_000000017952	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	99.51	100.0	0.011495872192950325	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
ISR0182_000000011952	3046	0.5663260828714218	3	2	1	2	1	False	57965	fragment	False	ISR0182_000000011952	1.0		0	0	False	False	0.9954038262367249	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000005141	6431	0.5663240605891051	4	4	4	4	4	False	61430	maximal	True	ISR0128_000000005141	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	3344.0	98.02600000000001	100.0	0.0006065227594807963	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0129_000000009566	2861	0.5663186591995072	4	3	2	2	3	False	3843	maximal	True	SPA0129_000000009566	1.0		1	1	False	False	0.9930094480514526	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	1.4285803883090557e-05	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
CHI0160_000000004817	5271	0.5663124350838902	6	4	3	3	4	False	78753	maximal	True	CHI0160_000000004817	1.0		1	1	False	False	0.9962056279182434	0					non-mobilizable	no_good_hit	758.0	74.80199999999999	14.0	0.00030435496508066627	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ISR0104_000000016941	1460	0.5663118994145783	2	2	2	2	2	False	32967	fragment	False	MON0047_000000025057	0.9262295081967213		0	0	False	False	0.982876718044281	0					non-mobilizable	chromosome	1440.0	94.514	99.0	0.0004886308380426631	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0154_000000005984	3944	0.5663098434873685	6	5	4	4	2	True	127722	fragment	False	SPA0051_000000006089	0.5153520255035289		0	0	False	True	0.9959431886672974	0					non-mobilizable	other	3945.0	99.569	100.0	0.008525945333644626	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	True
ENG0054_000000007737	3302	0.5663094663621236	4	4	4	4	3	False	94742	maximal	True	ENG0054_000000007737	1.0		232	12	False	False	0.9981828927993774	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.168403501458942e-06	NZ_CP045309.1	high GC Gram+	Micromonospora terminaliae strain DSM 101760 chromosome, complete genome	True	False
ISR0345_000000007449	1713	0.5663081075145528	2	2	2	2	2	False	24210	maximal	True	ISR0345_000000007449	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	70.251	41.0	0.015082108902333621	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0330_000000028812	1136	0.5663010762495456	2	2	2	2	1	False	24630	maximal	True	ISR0330_000000028812	1.0		4	2	False	False	0.9885563254356384	0					non-mobilizable	no_good_hit	89.0	80.899	8.0	0.00041667061241110236	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
ENG0191_000000022921	1416	0.5662960890535723	2	2	2	2	2	False	54679	fragment	False	ENG0191_000000022921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0156_000000001127	13672	0.5662947757905961	11	11	5	5	9	True	120737	maximal	True	ENG0156_000000001127	1.0		69	10	False	False	0.9999268651008606	0					non-mobilizable	chromosome	13593.0	99.978	99.0	0.003018975209842321	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ISR0051_000000012531	3217	0.5662940814233147	4	2	1	2	0	True	55627	fragment	False	ISR0051_000000012531	1.0		0	0	False	False	0.9993783235549927	0					non-mobilizable	no_good_hit	682.0	86.65700000000001	21.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0050_000000012127	2196	0.5662940814233147	3	2	1	2	0	True	65795	fragment	False	ISR0050_000000012127	1.0		0	0	False	False	0.999544620513916	0					non-mobilizable	no_good_hit	493.0	95.132	22.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
MAD0103_000000010484	2127	0.5662937521961925	3	3	3	3	3	False	119239	fragment	False	MAD0103_000000010484	1.0		0	0	False	False	0.9985895752906799	0					non-mobilizable	chromosome	2131.0	93.243	100.0	0.000911616507033726	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
USA0113_01_000000001766	10080	0.5662931004350528	14	5	1	5	1	False	286	fragment	False	USA0113_01_000000001766	1.0		0	0	False	False	0.9999008178710938	0					non-mobilizable	no_good_hit	54.0	88.889	1.0	2.952384845635694e-05	LT635619.1	apicomplexans	Plasmodium vivax genome assembly, chromosome: 8	True	False
ENG0125_000000008245	3100	0.566292880997423	4	4	3	4	3	False	65854	fragment	False	ENG0125_000000008245	1.0		0	0	False	False	0.9990322589874268	0					non-mobilizable	no_good_hit								True	False
DEN0007_000000020958	1210	0.5662924156087062	2	1	1	1	1	False	76202	fragment	False	DEN0007_000000020958	1.0		0	0	False	False	1.0	0					non-mobilizable	other	702.0	88.462	93.0	0.00021745771707351065	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0125_000000013597	1150	0.5662896395981922	1	1	1	1	1	False	81501	fragment	False	CHI0125_000000013597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000026518	1986	0.5662878745419565	3	3	3	3	3	False	102763	maximal	False	SPA0015_000000010638	0.7089326436628559		0	0	False	False	1.0	0					non-mobilizable	other	1986.0	97.029	100.0	0.011691187730437138	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
DEN0067_000000016491	2039	0.5662853828205648	3	2	2	2	1	False	83118	fragment	False	DEN0067_000000016491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	96.46799999999999	49.0	0.0031475634997090887	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0074_000000011479	2805	0.5662801010447032	3	2	2	2	1	True	84909	maximal	True	FIJ0074_000000011479	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2101.0	97.477	75.0	0.08091238344763813	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	True	True
ENG0062_000000008768	2865	0.5662778314528365	4	4	4	3	3	False	63211	maximal	True	ENG0062_000000008768	1.0		30	5	False	False	0.9993019104003906	0					non-mobilizable	no_good_hit	1067.0	87.91	67.0	0.002254160875902512	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
AST0003_000000009864	3555	0.5662741376845368	9	4	2	4	2	False	130347	maximal	True	AST0003_000000009864	1.0		2	1	False	False	0.9932489395141602	0					non-mobilizable	no_good_hit	1412.0	93.059	39.0	0.006637189044150298	NZ_QRUP01000004.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf4, whole genome shotgun sequence	True	False
MAD0044_000000019064	1305	0.5662695067265473	2	2	2	2	1	False	19223	fragment	False	MAD0023_000000009759	0.9402135231316726		0	0	False	False	0.9984674453735352	0					non-mobilizable	no_good_hit	955.0	97.801	73.0	0.0002579480583460122	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0045_000000017451	1495	0.5662657793475934	3	3	3	2	1	False	129040	fragment	False	ISR0045_000000017451	0.9755525787006027		0	0	False	False	0.9986622333526611	0					non-mobilizable	no_good_hit	725.0	85.655	66.0	0.002008289773900043	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0228_000000021641	1271	0.5662657793475934	3	3	3	2	1	False	129035	fragment	False	DEN0078_000000026948	0.7140341339317232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	82.48	60.0	0.0013974349676721131	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MON0095_000000015440	2005	0.5662624427154896	3	2	2	2	1	False	9317	maximal	True	MON0095_000000015440	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	95.146	57.0	0.0023548265768343936	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
MON0099_000000016864	2024	0.5662621019448277	1	1	1	1	0	False	9163	maximal	True	MON0099_000000016864	1.0		1	1	False	False	0.8685770630836487	0					non-mobilizable	no_good_hit	499.0	82.565	25.0	0.00721129381660633	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0095_000000033041	1107	0.5662603414179848	2	2	1	2	0	True	33369	maximal	True	ISR0095_000000033041	1.0		55	11	False	False	0.9900632500648499	0					non-mobilizable	no_good_hit								True	True
ISR0370_000000015722	1708	0.5662602906052979	2	2	2	1	1	False	49441	maximal	True	ISR0370_000000015722	1.0		95	11	False	False	0.9994145035743713	0					non-mobilizable	other	1722.0	79.268	100.0	0.0013753983377581894	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ISR0317_000000002598	5809	0.5662595966470061	4	4	4	2	2	False	110454	fragment	False	ISR0174_000000004231	0.8181999211925824		0	0	False	False	1.0	0					non-mobilizable	other	2907.0	97.48899999999999	97.0	0.0010095886603668704	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0088_000000002217	5494	0.5662595966470061	4	4	4	2	2	False	110454	fragment	False	ISR0174_000000004231	0.6559170888464146		0	0	False	False	1.0	0					non-mobilizable	other	2744.0	98.943	97.0	0.0009529599777654252	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0216_000000003769	5332	0.5662595966470061	4	4	4	2	2	False	110454	fragment	False	ISR0174_000000004231	0.6490812143751569		0	0	False	False	1.0	0					non-mobilizable	other	2744.0	98.98	97.0	0.0009529599777654252	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0092_000000007176	5281	0.5662595966470061	4	4	4	2	2	False	110454	fragment	False	ISR0174_000000004231	0.5712878066467121		0	0	False	False	1.0	0					non-mobilizable	other	2744.0	98.98	97.0	0.0009529599777654252	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0111_000000003024	5252	0.5662595966470061	4	4	4	2	2	False	110454	fragment	False	ISR0174_000000004231	0.5694125916809623		0	0	False	False	0.9998096227645874	0					non-mobilizable	other	2744.0	98.98	97.0	0.0009529599777654252	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0219_000000005883	5252	0.5662595966470061	4	4	4	2	2	False	110454	fragment	False	ISR0174_000000004231	0.5696971319289997		0	0	False	False	0.9998096227645874	0					non-mobilizable	other	2744.0	98.98	97.0	0.0009529599777654252	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
DEN0010_000000007888	5247	0.5662595966470061	4	4	4	2	2	False	110454	fragment	False	ISR0174_000000004231	0.5691934086097662		0	0	False	False	0.9994282722473145	0					non-mobilizable	other	2744.0	99.052	97.0	0.0009529599777654252	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MAD0046_000000007369	3326	0.5662587142179016	3	2	2	2	1	False	107820	maximal	True	MAD0046_000000007369	1.0	PS663	3	2	False	True	0.997895359992981	0					non-mobilizable	no_good_hit	1805.0	83.76700000000001	56.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
DEN0046_000000007800	3079	0.5662528236000486	3	3	2	2	2	False	76681	maximal	False	ENG0041_000000007667	0.9679882754603528		0	0	False	True	1.0	0					non-mobilizable	other	3079.0	97.791	100.0	0.03276559506067703	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
ENG0016_000000005154	4381	0.566249953248761	6	4	4	4	4	True	76463	fragment	False	ENG0016_000000005154	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4381.0	100.0	100.0	0.001488068442994578	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CAN0006_000000012159	3713	0.5662498970720303	5	4	2	2	3	True	95734	maximal	True	CAN0006_000000012159	1.0		10	4	False	False	0.9919202923774719	0					non-mobilizable	chromosome	3633.0	99.97200000000001	100.0	0.0007661587349267972	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	True
ISR0198_000000009022	3698	0.5662493962711305	4	3	3	3	3	False	101862	maximal	True	ISR0198_000000009022	0.9847467114469634		517	14	False	False	0.9972958564758301	0					non-mobilizable	other	3698.0	99.027	100.0	0.012342711390215972	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
ENG0029_000000007876	3057	0.5662493962711305	4	3	3	3	3	False	101860	fragment	False	ISR0058_000000007927	0.9920454545454545		0	0	False	False	0.9977101683616638	0					non-mobilizable	other	3057.0	98.69200000000001	100.0	0.010202684881931299	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
FIJ0086_000000008101	3769	0.5662491667526389	2	2	2	1	0	False	43856	maximal	True	FIJ0086_000000008101	1.0		2	1	False	False	0.9997346997261047	0					non-mobilizable	no_good_hit	221.0	74.661	6.0	5.6272652043315215e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MAD0056_000000012342	1166	0.5662480026812268	1	1	1	1	0	True	17030	maximal	True	MAD0056_000000012342	1.0		1	1	False	False	0.9571183323860168	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000014170	2372	0.5662442787191291	3	3	3	3	3	False	1952	fragment	False	USA0015_01_000000014170	1.0		0	0	False	False	0.9978920817375183	0					non-mobilizable	no_good_hit								True	False
ENG0165_000000011065	1790	0.5662441530905009	3	2	2	2	2	False	127740	fragment	False	ISR0150_000000012413	0.2848812854483502		0	0	False	False	0.9994413256645203	0					non-mobilizable	other	1790.0	100.0	100.0	0.05671622864026884	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0065_000000024457	1412	0.5662441530905009	2	2	2	2	2	False	67139	fragment	False	ISR0234_000000009029	0.9579294164412205		0	0	False	False	0.9978753328323364	0					non-mobilizable	other	1412.0	99.646	100.0	0.04473258726183305	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0077_000000002069	9899	0.5662419264020883	11	4	3	4	1	False	62025	maximal	True	ENG0077_000000002069	1.0		7	3	False	False	0.9972724318504333	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.776372270493333e-06	NZ_CP013661.2	firmicutes	Planococcus kocurii strain ATCC 43650 chromosome, complete genome	True	False
MON0094_000000006952	4361	0.5662379762139067	5	4	4	3	3	False	126392	fragment	False	MON0094_000000006952	0.9944457575041361		0	0	False	True	1.0	0					non-mobilizable	other	3501.0	99.572	96.0	0.001053782975503761	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0055_000000005898	2709	0.5662334674519233	3	2	2	2	1	False	86237	maximal	True	CHI0055_000000005898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1423.0	99.719	53.0	0.0008403227264749526	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0021_000000026987	1783	0.5662296350131982	2	1	1	1	1	False	49611	fragment	False	FIJ0021_000000026987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	78.26100000000001	9.0	0.0019845699684949516	NZ_FQZL01000017.1	firmicutes	Dethiosulfatibacter aminovorans DSM 17477, whole genome shotgun sequence	True	False
ISR0385_000000015764	1493	0.5662296350131982	2	1	1	1	1	False	23028	fragment	False	ISR0385_000000015764	1.0		0	0	False	False	0.9993302226066589	0					non-mobilizable	no_good_hit	161.0	78.26100000000001	11.0	0.0019845699684949516	NZ_FQZL01000017.1	firmicutes	Dethiosulfatibacter aminovorans DSM 17477, whole genome shotgun sequence	True	False
ENG0148_000000008012	4711	0.5662286864439942	5	4	2	3	1	True	71178	maximal	True	ENG0148_000000008012	1.0		17	6	False	False	0.9993631839752197	0					non-mobilizable	no_good_hit								True	True
MON0013_000000052994	1052	0.5662278905335003	2	2	1	2	1	False	13459	fragment	False	MON0013_000000052994	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0323_000000011174	1891	0.5662264701054088	3	2	2	1	1	False	122138	fragment	False	ISR0323_000000011174	1.0		0	0	False	False	0.9925965070724487	0					non-mobilizable	other	1710.0	95.61399999999999	90.0	0.02898919478228419	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
FIJ0063_000000016005	1748	0.5662264701054088	3	2	2	1	1	False	122137	fragment	False	MON0061_000000025255	0.9284122562674095		0	0	False	False	0.9954233169555664	0					non-mobilizable	other	1647.0	96.053	94.0	0.027903584211151255	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
AST0019_000000019239	1566	0.5662264701054088	3	2	2	1	1	False	122136	fragment	False	AST0019_000000019239	0.8434925398262124		0	0	False	False	1.0	0					non-mobilizable	other	1566.0	94.7	99.0	0.026309093684799757	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
FIJ0006_000000024791	1564	0.5662264701054088	3	2	2	1	1	False	122136	fragment	False	AST0019_000000019239	0.6270365204653848		0	0	False	False	0.9667519330978394	0					non-mobilizable	other	1564.0	96.419	100.0	0.026512645666887182	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ISR0348_000000005369	2663	0.5662216008717402	3	3	3	2	2	False	106236	fragment	False	ISR0814_000000011953	0.5414369222125122		0	0	False	False	0.9958693385124207	0					non-mobilizable	other	2663.0	98.986	100.0	0.010211440495918492	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0291_000000001760	6159	0.5662167016708869	6	5	5	4	4	False	104104	fragment	False	ISR0291_000000001760	1.0		0	0	False	False	0.9987010955810547	0					non-mobilizable	other	6152.0	98.228	99.0	0.035747916158058106	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0796_000000002619	6934	0.566215992672668	4	3	2	3	3	False	117175	fragment	False	ISR0796_000000002619	0.997308423052565		0	0	False	False	1.0	0					non-mobilizable	other	5925.0	98.92	100.0	0.009032945298717471	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ENG0164_000000004507	3991	0.5662157760199327	5	4	4	3	2	False	111392	maximal	True	ENG0164_000000004507	0.9899669399385177	PS708	76	9	False	True	1.0	0					non-mobilizable	no_good_hit	1296.0	97.685	59.0	0.00019196464174357853	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
CHI0166_000000001935	3986	0.5662157760199327	5	4	4	3	2	False	111392	maximal	False	ENG0164_000000004507	0.9885437382143349	PS708	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1296.0	97.917	59.0	0.00019196464174357853	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
ISR0329_000000012642	1372	0.5662152163036709	2	2	2	2	1	True	24691	fragment	False	ISR0329_000000012642	1.0		0	0	False	False	0.9868804812431335	0					non-mobilizable	no_good_hit	620.0	72.903	45.0	0.00015983714982803726	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	True
FIJ0150_000000000599	23394	0.5662131030420618	18	8	5	8	4	True	77171	maximal	True	FIJ0150_000000000599	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	79.47	1.0	0.008928571428571428	NZ_FMXR01000027.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	True
SPA0098_000000033246	1173	0.566208865324495	2	1	1	1	1	False	5033	maximal	True	SPA0098_000000033246	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	98.462	6.0	0.00010615605603712808	NZ_UGTL01000002.1	CFB group bacteria	Prevotella disiens strain NCTC11157, whole genome shotgun sequence	True	False
DEN0023_000000004311	1687	0.5662083770519236	4	2	2	1	1	False	74368	fragment	False	DEN0023_000000004311	1.0		0	0	False	False	0.9881446361541748	0					non-mobilizable	no_good_hit	140.0	100.0	8.0	0.017312243118694733	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MAD0022_000000006236	2051	0.5662053429969455	4	1	1	1	1	False	19287	maximal	True	MAD0022_000000006236	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	74.94	42.0	0.0002446338266979616	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0184_000000003793	6246	0.566203321352493	6	6	5	5	6	False	95029	fragment	False	ENG0184_000000003793	0.9805228088159919		0	0	False	False	0.9979186654090881	0					non-mobilizable	other	6227.0	99.51799999999999	99.0	0.012320856800218475	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
MON0108_000000011460	1897	0.5662020193705803	2	2	2	1	1	True	8533	fragment	False	MON0108_000000011460	1.0		0	0	False	False	0.9704797267913818	0					non-mobilizable	plasmid	1840.0	99.946	97.0	0.01790408318242888	CP042248.1	enterobacteria	Escherichia coli strain BCE049 plasmid pBCE049-2, complete sequence	False	True
AUS0002_000000004388	6630	0.5661984888100244	6	5	5	5	5	False	120466	fragment	False	AUS0002_000000004388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4910.0	77.597	73.0	0.0017439668513445097	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ENG0099_000000002592	7398	0.5661983566710572	11	11	2	10	10	True	61688	fragment	False	ENG0099_000000002592	0.9700055035773252		0	0	False	False	0.9975669384002686	0			MPF_F	MOBF	mobilizable	plasmid	7379.0	99.70200000000001	99.0	0.0921550744012294	CP041430.1	enterobacteria	Escherichia coli strain STEC367 plasmid pSTEC367, complete sequence	False	True
ISR0358_000000008565	2262	0.5661976758545172	4	1	1	1	1	False	23859	maximal	True	ISR0358_000000008565	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	95.588	3.0	0.0008231160470773237	NZ_JAAITU010000015.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_15_length_81398_cov_163.319, whole genome shotgun sequence	True	False
SPA0119_000000007533	4550	0.566194061697537	7	6	3	4	4	False	132107	fragment	False	SPA0119_000000007533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2061.0	75.303	77.0	0.0006417423114637682	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0258_000000021665	1342	0.5661938240269222	3	1	1	1	1	False	26771	maximal	True	ISR0258_000000021665	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	89.335	59.0	0.002418331868138554	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0005_000000021806	1436	0.5661931548147501	3	2	1	2	2	False	19926	fragment	False	MAD0005_000000021806	1.0		0	0	False	False	0.9735376238822937	0					non-mobilizable	no_good_hit								True	False
USA0061_01_000000004666	2357	0.5661892225445835	3	3	3	3	3	False	13658	maximal	False	SPA0047_000000016641	0.9959762812367641		0	0	False	False	0.9855749011039734	0					non-mobilizable	chromosome	2357.0	100.0	100.0	0.000658816239205103	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0083_000000010246	3385	0.5661886605504377	4	4	3	2	4	False	44123	fragment	False	FIJ0083_000000010246	1.0		0	0	False	False	0.9991137385368347	0					non-mobilizable	no_good_hit	246.0	98.374	7.0	7.896798831144846e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0096_000000039132	1114	0.5661882117408119	2	2	1	2	0	True	5145	maximal	True	SPA0096_000000039132	1.0		0	0	False	False	0.9694793820381165	0					non-mobilizable	no_good_hit	542.0	100.0	49.0	0.0013214492463342606	NZ_NFIG01000001.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_1, whole genome shotgun sequence	True	True
AST0106_000000006817	2955	0.5661877654969237	3	2	2	2	2	False	107441	maximal	True	AST0106_000000006817	1.0		9	7	False	False	1.0	0					non-mobilizable	chromosome	2151.0	99.024	100.0	0.000692984387222915	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0195_000000007853	2869	0.5661858923920352	6	3	2	3	2	False	117947	fragment	False	ISR0195_000000007853	1.0		0	0	False	False	0.9881491661071777	0					non-mobilizable	other	2740.0	98.431	96.0	0.0007725054616897647	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0065_01_000000007199	1608	0.5661808341140885	2	2	2	2	2	False	842	maximal	True	USA0065_01_000000007199	1.0		438	12	False	False	0.9968905448913574	0					non-mobilizable	other	1608.0	99.565	100.0	0.0007017022939595528	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	False
ISR0029_000000026382	1627	0.566178504002935	3	3	3	2	2	False	37102	maximal	True	ISR0029_000000026382	1.0		2	2	False	False	0.9963122606277466	0					non-mobilizable	no_good_hit	601.0	77.37100000000001	40.0	0.00013514628905523675	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0010_000000000861	3548	0.5661782955872412	3	3	2	2	2	False	48085	maximal	True	MAD0010_000000000861	1.0		1	1	False	False	0.9997181296348572	0					non-mobilizable	no_good_hit	1716.0	76.34	52.0	0.14911167512690354	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MAD0066_000000002277	6443	0.5661672679596967	13	5	4	5	2	True	16606	maximal	True	MAD0066_000000002277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	78.12	11.0	0.008181048045504053	NZ_CYXX01000015.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ENG0002_000000003791	5016	0.5661660147090775	8	2	2	2	2	False	117083	fragment	False	ENG0002_000000003791	1.0		0	0	False	False	0.995414674282074	0					non-mobilizable	other	4997.0	99.96	99.0	0.011313626407974578	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0133_000000003334	7023	0.566165043552235	4	3	3	3	2	False	95354	fragment	False	ENG0133_000000003334	1.0		0	0	False	False	0.9962978959083557	0					non-mobilizable	no_good_hit	834.0	92.686	27.0	0.00029428190081318834	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0026_000000009360	3629	0.5661642428940776	4	4	4	4	4	False	20871	maximal	True	MON0026_000000009360	1.0		347	14	False	False	1.0	0					non-mobilizable	chromosome	3416.0	75.41	92.0	0.0009409663178799539	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0250_000000002380	4095	0.5661638112413198	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.7532419462634371		0	0	False	False	1.0	0					non-mobilizable	other	4015.0	99.07799999999999	100.0	0.0012011918552369302	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0062_000000002340	10661	0.5661586285551534	10	7	6	7	5	True	106821	fragment	False	SPA0133_000000002014	0.9652904151323614		0	0	False	False	0.9999061822891235	0					non-mobilizable	no_good_hit	9531.0	99.83200000000001	89.0	0.09830113360908538	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0109_000000010154	2441	0.5661582249819884	2	2	2	2	2	False	78573	fragment	False	ENG0109_000000010154	0.9913151364764268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	80.63	52.0	0.04004703937958872	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	True	False
ISR0336_000000000248	19819	0.5661572826754498	25	10	7	8	5	False	53593	maximal	True	ISR0336_000000000248	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2305.0	97.91799999999999	12.0	0.01122180404890168	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
MON0081_000000006449	8238	0.5661545983592927	9	6	5	5	4	True	84839	maximal	True	MON0081_000000006449	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4483.0	99.465	54.0	0.06877446090092855	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
CHI0180_000000002686	5790	0.5661542386036392	5	5	0	2	5	False	77493	fragment	False	CHI0180_000000002686	1.0		0	0	False	False	1.0	0	rep_cluster_2358	MOBP			mobilizable	plasmid	5822.0	97.956	100.0	0.8308550185873605	CP018987.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_4, complete sequence	False	True
ISR0303_000000007985	1693	0.5661516001800608	1	1	1	1	1	False	53636	fragment	False	ISR0303_000000007985	0.9724526066350712		0	0	False	False	0.9982280135154724	0					non-mobilizable	no_good_hit	48.0	89.583	3.0	1.30960806495656e-05	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
ENG0211_000000014456	1688	0.5661516001800608	1	1	1	1	1	False	53636	fragment	False	ISR0303_000000007985	0.9710572947430597		0	0	False	False	0.9881516695022583	0					non-mobilizable	no_good_hit	48.0	89.583	3.0	1.30960806495656e-05	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
CAN0022_000000019124	1681	0.5661516001800608	1	1	1	1	1	False	91293	maximal	True	CAN0022_000000019124	1.0		293	12	False	False	0.9934563040733337	0					non-mobilizable	chromosome	1681.0	99.881	100.0	0.0007103780310519769	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0073_000000003331	5677	0.5661441938214052	4	3	2	3	2	False	44709	maximal	True	FIJ0073_000000003331	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0062_000000000766	12453	0.566144038173271	16	4	0	4	1	False	16787	maximal	True	MAD0062_000000000766	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.957041556728233e-05	NZ_QHLX01000003.1	bacteria	Marinitoga lauensis strain LG1 unitig_36_quiver, whole genome shotgun sequence	True	False
CHI0131_000000016627	1111	0.566142077570567	2	2	2	2	2	False	80968	fragment	False	CHI0131_000000016627	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	100.0	100.0	0.010345406080489124	NZ_CYZO01000008.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0121_01_000000014124	3335	0.5661323198460789	2	2	2	2	2	False	188	maximal	True	USA0121_01_000000014124	1.0		16	6	False	False	0.9988005757331848	0					non-mobilizable	no_good_hit	436.0	80.275	13.0	0.0001143880737679484	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	False
SPA0050_000000006445	4031	0.5661308910831404	5	3	2	2	2	True	131300	maximal	False	FIJ0018_000000006407	0.9369092627599245	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	4034.0	93.133	100.0	0.0013561378110676866	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0107_000000045603	1351	0.5661291397195597	2	2	2	1	2	False	8564	maximal	True	MON0107_000000045603	1.0		6	3	False	False	0.9903774857521057	0					non-mobilizable	no_good_hit	559.0	80.322	41.0	0.00017282572910656997	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
DEN0079_000000008228	5097	0.5661246235747419	7	4	4	4	2	False	69634	maximal	True	DEN0079_000000008228	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	82.524	2.0	0.00018212407157295693	NZ_KN050766.1	b-proteobacteria	Xenophilus azovorans DSM 13620 Q392DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0066_000000019634	1118	0.5661202489577211	2	2	2	2	2	False	62697	fragment	False	ENG0066_000000019634	1.0		0	0	False	False	0.9463327527046204	0					non-mobilizable	no_good_hit	93.0	83.87100000000001	8.0	0.00020933688515916506	NZ_FNAV01000003.1	a-proteobacteria	Salipiger thiooxidans strain DSM 10146, whole genome shotgun sequence	True	False
FIJ0160_000000018029	1132	0.5661196568751558	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.1928032985580362		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	95.671	100.0	0.004341134068498566	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0388_000000021158	1663	0.5661174960618878	3	2	0	1	1	True	22932	maximal	True	ISR0388_000000021158	1.0		2	2	False	False	0.996993362903595	0					non-mobilizable	no_good_hit								True	True
USA0108_01_000000005766	1825	0.5661172249908385	3	3	2	3	3	False	316	fragment	False	USA0108_01_000000005766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000029793	1252	0.5661152602898355	1	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.6197090587645397		0	0	False	False	1.0	0					non-mobilizable	other	1075.0	99.07	94.0	0.009615384615384616	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0087_000000008028	3803	0.5661148482925937	5	5	4	5	5	False	127054	fragment	False	ENG0049_000000005054	0.8370230684633154		0	0	False	False	1.0	0					non-mobilizable	other	3187.0	98.494	99.0	0.000951882404256445	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0023_000000004898	5956	0.5661131971381856	7	5	5	4	5	False	52538	fragment	False	FIJ0023_000000004898	0.9877014860612594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1400.0	92.0	25.0	0.0004352265324547088	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0385_000000005587	3646	0.5661123143480722	4	2	1	1	2	False	120158	fragment	False	ISR0385_000000005587	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	2052.0	100.0	69.0	0.3146188065654241	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0016_000000007998	4038	0.5661098287170805	6	5	1	3	4	False	113630	maximal	True	SPA0016_000000007998	1.0		7	4	False	False	0.9995046854019165	0					non-mobilizable	no_good_hit	1369.0	90.50399999999999	34.0	0.00046012419650770113	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0326_000000006085	2953	0.5661063036536499	4	2	1	1	0	True	34025	fragment	False	ISR0326_000000006085	1.0		0	0	False	False	0.9993227124214172	0					non-mobilizable	no_good_hit	206.0	98.544	7.0	5.8193932842498264e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
USA0019_01_000000007769	3765	0.566095678035349	1	1	1	1	1	False	55117	maximal	True	USA0019_01_000000007769	1.0		54	7	False	False	0.9992032051086426	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	5.028344899923366e-06	NZ_AP018180.1	cyanobacteria	Nostoc carneum NIES-2107 DNA, nearly complete genome	True	False
ENG0183_000000005314	5255	0.5660952326608523	6	4	3	4	1	True	88014	fragment	False	ENG0183_000000005314	1.0		0	0	False	False	0.9998096823692322	0					non-mobilizable	no_good_hit	926.0	92.333	18.0	0.037783788214080814	NZ_CYZK01000033.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0059_000000011948	1491	0.5660915352793747	2	2	2	2	2	False	87331	fragment	False	FIJ0059_000000011948	0.9942567567567567		0	0	False	False	1.0	0					non-mobilizable	chromosome	1491.0	99.329	100.0	0.00028388365799906986	CP047609.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 chromosome, complete genome	False	False
CAN0014_000000004938	8505	0.5660912757322818	6	4	3	3	4	False	93750	fragment	False	ISR0002_000000002126	0.24213004717789025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2687.0	89.431	32.0	0.0013398785216773561	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0034_000000013814	2629	0.5660905653469152	6	3	2	3	2	False	7159	maximal	True	SPA0034_000000013814	1.0		1	1	False	False	0.9996196031570435	0					non-mobilizable	no_good_hit	1978.0	86.65299999999999	75.0	0.0006172149971884532	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
CHI0130_000000007480	2170	0.5660893891647629	4	4	4	4	3	False	81099	maximal	True	CHI0130_000000007480	1.0		15	5	False	False	0.9921659231185913	0					non-mobilizable	no_good_hit	960.0	98.646	44.0	0.00020980996118187548	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0204_000000000672	13153	0.5660893672301577	14	7	6	5	6	True	85087	maximal	True	ISR0204_000000000672	1.0	PS425|PS426	25	6	False	True	0.9993917942047119	0					non-mobilizable	no_good_hit	4295.0	98.836	88.0	0.0019162140536941564	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MON0078_000000042726	1122	0.5660877301068017	1	1	1	1	1	False	10119	maximal	True	MON0078_000000042726	1.0		6	3	False	False	0.9946523904800415	0					non-mobilizable	no_good_hit	530.0	96.792	56.0	0.000177721708673055	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0082_000000004956	1588	0.5660850825138549	4	3	2	2	3	False	16125	fragment	False	MAD0082_000000004956	1.0		0	0	False	False	0.9760705232620239	0					non-mobilizable	plasmid	1589.0	99.62200000000001	100.0	0.009193231649741928	CP051739.1	enterobacteria	Escherichia coli strain SCU-105 plasmid pSCU-105-1, complete sequence	False	True
ETH0003_000000001115	17485	0.5660834118479832	13	12	12	10	7	True	72097	maximal	True	ETH0003_000000001115	0.9935851102276834		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	95.176	67.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ETH0005_000000001135	28232	0.5660811000595004	20	11	8	11	5	False	52825	maximal	True	ETH0005_000000001135	1.0		1	1	False	False	0.9996812343597412	0					non-mobilizable	no_good_hit	749.0	81.308	3.0	0.00020776760005491998	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0392_000000019486	1760	0.5660784928251147	3	3	3	3	3	False	125701	fragment	False	ENG0180_000000008844	0.28307058590936923		0	0	False	False	0.9886363744735718	0					non-mobilizable	chromosome	1773.0	90.355	100.0	0.0005944252604481347	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0047_000000007488	3995	0.5660779258010886	5	4	3	4	3	False	46901	maximal	True	FIJ0047_000000007488	1.0		204	11	False	False	1.0	0					non-mobilizable	no_good_hit	2072.0	99.035	55.0	0.008309782259618472	NZ_DS544177.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_10, whole genome shotgun sequence	True	False
DEN0027_000000000286	4512	0.5660761497443509	3	3	3	3	3	False	74080	maximal	True	DEN0027_000000000286	1.0		235	12	False	False	0.9995567202568054	0					non-mobilizable	no_good_hit	2605.0	99.693	87.0	0.000519325826460549	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0045_000000007238	3773	0.5660715691646112	4	3	1	2	1	False	6764	fragment	False	SPA0045_000000007238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	87.811	22.0	0.016025256763777324	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
DEN0022_000000023448	1751	0.5660711693982027	2	2	2	2	2	False	74554	fragment	False	DEN0022_000000023448	1.0		0	0	False	False	0.9840091466903687	0					non-mobilizable	other	1751.0	99.315	100.0	0.2250386001029336	NZ_QRUU01000090.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf90, whole genome shotgun sequence	False	False
ENG0102_000000006972	3792	0.566070063541991	3	3	3	2	2	False	117968	maximal	True	ENG0102_000000006972	1.0		2	1	False	False	0.9854958057403564	0					non-mobilizable	no_good_hit	105.0	80.952	3.0	2.7411908637971456e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0128_000000023332	1509	0.5660673867300636	2	2	2	2	1	False	31829	maximal	True	ISR0128_000000023332	1.0		249	12	False	False	1.0	0					non-mobilizable	other	867.0	99.654	100.0	0.00027791131355777186	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
MON0007_000000044456	1460	0.5660654531470573	2	2	2	2	1	False	13925	fragment	False	MON0007_000000044456	1.0		0	0	False	False	0.9910959005355835	0					non-mobilizable	no_good_hit	473.0	73.57300000000001	32.0	0.008240698530700986	MK233918.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_1_c1 sequence	True	False
ISR0332_000000007042	2005	0.5660640169489032	3	3	3	2	3	False	108771	fragment	False	ISR0332_000000007042	1.0		0	0	False	False	0.9995012283325195	0					non-mobilizable	other	2007.0	89.935	100.0	0.03149841329688629	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MAD0102_000000019362	1181	0.5660603531218026	2	1	0	1	1	False	14958	maximal	True	MAD0102_000000019362	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1099.0	99.818	100.0	0.00022796896881413574	CP025842.1	enterobacteria	Escherichia coli strain 720632 chromosome, complete genome	False	False
ENG0210_000000005429	3869	0.5660596922233435	6	2	2	2	1	True	65201	fragment	False	ENG0210_000000005429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	96.552	2.0	2.5598847389309077e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0024_000000001383	12775	0.5660587468570769	13	9	5	6	5	True	99424	maximal	False	AUS0022_000000002262	0.9462300021522347		0	0	False	False	0.9981995820999146	0					non-mobilizable	no_good_hit	1014.0	73.57	8.0	0.006778361279809384	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0129_000000017978	1254	0.5660586848896864	2	2	2	2	2	False	40914	maximal	True	FIJ0129_000000017978	1.0		42	9	False	False	0.9952152967453003	0					non-mobilizable	no_good_hit	98.0	82.65299999999999	8.0	1.8380242111370625e-05	CP053418.1	b-proteobacteria	Ramlibacter sp. H242 chromosome, complete genome	True	False
ISR0140_000000003450	9292	0.5660570701408952	21	6	1	5	3	True	54866	maximal	False	SPA0025_000000001918	0.9611774308744006		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	97.213	10.0	0.0003381046889781866	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ISR0325_000000014765	1431	0.5660526643349117	2	2	2	2	2	False	69450	fragment	False	ISR0325_000000014765	0.9829737665147483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	74.04	45.0	0.0002805757414213967	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0209_000000019734	1426	0.5660526643349117	2	2	2	2	2	False	69450	fragment	False	ISR0325_000000014765	0.9807639415786422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	74.654	45.0	0.0002805757414213967	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0089_000000010893	2070	0.5660519577211539	3	3	3	3	3	False	110215	fragment	False	AST0089_000000010893	1.0		0	0	False	False	0.9990338087081909	0					non-mobilizable	chromosome	1569.0	81.581	92.0	0.0005015273053576073	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0050_000000020761	1239	0.5660500593373765	3	3	3	3	2	False	93973	fragment	False	SPA0050_000000020761	0.9698897804584024		0	0	False	False	0.9983857870101929	0					non-mobilizable	other	1239.0	98.14399999999999	100.0	0.0025114159882665345	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0064_000000016778	1210	0.5660500593373765	3	3	3	3	2	False	93973	fragment	False	SPA0050_000000020761	0.9580462666090795		0	0	False	False	0.9727272987365723	0					non-mobilizable	other	1210.0	97.851	100.0	0.0024525863730325043	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0107_000000020861	2795	0.5660497895381099	3	3	3	3	2	False	8603	maximal	True	MON0107_000000020861	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	71.375	46.0	0.03098699311400153	NZ_AAXG02000055.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont43.1, whole genome shotgun sequence	True	False
ISR0033_000000021751	1457	0.5660494607133834	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.9342451329931273		0	0	False	False	0.9986273050308228	0					non-mobilizable	other	1457.0	99.314	100.0	0.0135009829012277	NZ_DS483460.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_0, whole genome shotgun sequence	False	False
AST0006_000000004758	3021	0.5660345251169181	3	3	3	3	2	False	127570	maximal	True	AST0006_000000004758	1.0		190	9	False	False	1.0	0					non-mobilizable	other	3025.0	96.86	100.0	0.011719855886881285	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0131_000000005981	3866	0.5660342765222138	3	3	3	3	3	False	53985	maximal	True	SPA0131_000000005981	1.0		21	8	False	False	1.0	0					non-mobilizable	chromosome	2149.0	99.95299999999999	100.0	0.0007230042239199282	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0108_000000001228	5652	0.5660337779330246	3	2	1	2	2	False	103506	fragment	False	MON0033_000000008819	0.4673521192515496		0	0	False	False	0.9985845685005188	0		MOBF			mobilizable	plasmid	5633.0	100.0	99.0	0.059526703518543965	AP023236.1	enterobacteria	Escherichia coli YJ6 plasmid pYJ6-NDM5 DNA, complete genome	False	True
USA0061_01_000000008373	1301	0.5660337061957089	2	2	2	1	1	False	887	maximal	True	USA0061_01_000000008373	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1197.0	86.71700000000001	95.0	0.01459228518613733	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0066_000000014276	2296	0.5660309794875352	4	2	2	1	1	False	100405	fragment	False	MON0066_000000014276	0.9861775933781158		0	0	False	False	1.0	0					non-mobilizable	other	2296.0	98.824	100.0	0.007971434823534315	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
CHI0129_000000010759	2233	0.5660285929779547	3	1	1	1	1	False	127978	fragment	False	CHI0129_000000010759	1.0		0	0	False	False	0.9950739145278931	0					non-mobilizable	no_good_hit	1308.0	91.82	59.0	0.0004069201002454444	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0007_000000012432	2052	0.5660257653873861	3	3	3	3	3	False	86324	maximal	True	ENG0007_000000012432	1.0		19	5	False	False	1.0	0					non-mobilizable	other	1997.0	85.62799999999999	97.0	0.03172073005499323	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0007_01_000000007981	2131	0.5660254014238629	3	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.7253192001968078		0	0	False	False	1.0	0					non-mobilizable	other	2138.0	97.802	99.0	0.005388028843729515	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0783_000000006544	2109	0.5660254014238629	2	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.6229979831088175		0	0	False	False	0.9805595278739929	0					non-mobilizable	other	2102.0	97.431	99.0	0.005297261862740155	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0065_000000010418	3033	0.566023532718377	5	5	3	5	4	False	126963	maximal	True	ISR0065_000000010418	1.0		2	1	False	False	0.9960435032844543	0					non-mobilizable	no_good_hit	1577.0	99.556	52.0	0.012194933221907548	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0086_000000013582	2280	0.5660177516401343	2	2	2	2	2	False	87353	fragment	False	MON0086_000000013582	0.9685285062732994		0	0	False	False	0.9942982196807861	0					non-mobilizable	chromosome	2209.0	98.37	97.0	0.00044048889277418585	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0050_000000000119	64585	0.5660170494847685	73	28	21	25	16	True	117634	fragment	False	ENG0175_000000000109	0.9540788791194488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10181.0	99.725	16.0	0.9999017778214321	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
SPA0150_000000004829	3842	0.5660120316792505	3	2	1	2	0	True	100322	fragment	False	SPA0150_000000004829	0.9625583288341218		0	0	False	False	1.0	0					non-mobilizable	other	3842.0	97.137	100.0	0.0042143954355935926	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CHI0050_000000002640	3573	0.5660120316792505	3	2	1	2	0	True	100322	fragment	False	SPA0150_000000004829	0.9063498859141704		0	0	False	False	1.0	0					non-mobilizable	other	3574.0	97.818	100.0	0.010623715892163188	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
ISR0335_000000005975	2899	0.5660120316792505	3	2	1	2	0	True	115122	fragment	False	ISR0335_000000005975	0.9659606656580938		0	0	False	False	1.0	0					non-mobilizable	other	2899.0	95.34299999999999	100.0	0.0051973821125375855	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0146_000000015089	2644	0.5660120316792505	3	2	1	2	0	True	115122	fragment	False	ISR0335_000000005975	0.925146602276647		0	0	False	False	0.9863842725753784	0					non-mobilizable	other	2644.0	95.65100000000001	100.0	0.000693519671371912	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0330_000000010807	2636	0.5660120316792505	3	2	1	2	0	True	54368	fragment	False	ISR0330_000000010807	1.0		0	0	False	False	0.9738239645957947	0					non-mobilizable	other	2562.0	99.454	97.0	0.0006720029808488335	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
AST0087_000000014337	2550	0.5660120316792505	2	2	1	2	0	True	110930	maximal	True	AST0087_000000014337	1.0		28	8	False	False	0.9945098161697388	0					non-mobilizable	other	1490.0	93.89299999999999	95.0	0.0003125737214626	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0130_000000006420	2519	0.5660120316792505	2	2	1	2	0	True	81107	fragment	False	CHI0130_000000006420	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2440.0	96.926	97.0	0.0072519571959098845	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
USA0026_01_000000015554	2079	0.5660120316792505	2	2	1	2	0	True	115120	fragment	False	USA0026_01_000000015554	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2079.0	99.615	100.0	0.000545264425694602	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0062_000000019423	1943	0.5660120316792505	3	2	1	2	0	True	54365	fragment	False	ISR0062_000000019423	1.0		0	0	False	False	0.9963973164558411	0					non-mobilizable	other	1943.0	100.0	100.0	0.0005095782072660815	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
CHI0040_000000010321	1365	0.5660104824194011	4	3	3	2	1	True	87668	fragment	False	CHI0040_000000010321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	90.78200000000001	26.0	0.001765919242583881	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
SPA0149_000000015514	2509	0.5660097818484393	3	2	2	2	2	False	3311	maximal	True	SPA0149_000000015514	1.0		12	8	False	False	0.9904344081878662	0					non-mobilizable	no_good_hit	1370.0	81.971	55.0	0.000670888306176344	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0064_000000006613	4083	0.5660064129528839	6	6	6	6	5	False	89310	maximal	True	FIJ0064_000000006613	1.0		115	10	False	False	1.0	0					non-mobilizable	other	4083.0	99.976	100.0	0.0008794282725202148	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ENG0123_000000008164	1384	0.5660003755587879	3	2	2	2	2	False	58962	maximal	True	ENG0123_000000008164	1.0		17	7	False	False	0.9956647157669067	0					non-mobilizable	no_good_hit	1135.0	99.824	82.0	0.00031710425095865313	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0110_000000006150	1588	0.5659994656876524	1	1	1	0	1	False	82696	maximal	True	CHI0110_000000006150	1.0		71	8	False	False	1.0	0					non-mobilizable	chromosome	1588.0	100.0	100.0	0.0003221659294608867	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
USA0064_01_000000004736	1746	0.5659958798495471	2	2	2	1	1	False	120370	fragment	False	ISR0011_000000010546	0.03721718088324259		0	0	False	False	1.0	0					non-mobilizable	other	1660.0	84.639	100.0	0.009377142857142856	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0048_000000013441	1979	0.565991383239549	2	2	2	1	1	False	64228	maximal	True	ENG0048_000000013441	1.0		382	12	False	False	0.9994946718215942	0					non-mobilizable	chromosome	1979.0	100.0	100.0	0.0002791881468399797	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0017_000000008436	3936	0.565989878106225	4	4	3	3	3	True	66997	maximal	True	ISR0017_000000008436	1.0		36	7	False	False	1.0	0		MOBV			mobilizable	no_good_hit	3057.0	97.939	78.0	0.0005680815851409487	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
ISR0832_000000008905	1505	0.5659860482153657	3	3	2	2	1	False	21002	maximal	True	ISR0832_000000008905	1.0		45	8	False	False	0.9820597767829895	0					non-mobilizable	no_good_hit	1237.0	87.712	82.0	0.0003686234024060507	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0048_000000013158	2442	0.5659849396772926	4	3	1	3	1	False	46773	maximal	True	FIJ0048_000000013158	1.0		13	4	False	False	0.9995905160903931	0					non-mobilizable	chromosome	1650.0	98.727	100.0	0.0008830762112442539	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
ISR0141_000000025422	1202	0.5659831039703563	2	2	2	1	1	False	31189	fragment	False	ISR0141_000000025422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0108_000000008252	2065	0.5659797844577443	3	2	2	2	2	False	44794	maximal	True	MAD0108_000000008252	1.0		438	14	False	False	1.0	0					non-mobilizable	no_good_hit	1704.0	96.244	83.0	0.0004542873064443976	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0002_000000007593	2986	0.5659785758951202	3	2	2	1	1	False	8413	maximal	True	SPA0002_000000007593	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0045_000000008837	2516	0.5659774907778665	4	3	2	3	3	True	12429	maximal	True	MON0045_000000008837	1.0		8	4	False	False	1.0	0		MOBV			mobilizable	other	2494.0	90.176	98.0	0.005247479328271905	NZ_QVHZ01000006.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf6, whole genome shotgun sequence	False	True
DEN0018_000000015805	2407	0.565969805016032	2	2	2	2	2	False	75121	maximal	True	DEN0018_000000015805	0.992722602739726		125	10	False	False	1.0	0					non-mobilizable	no_good_hit	1258.0	75.596	52.0	0.008962426749396759	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0089_000000003598	6221	0.5659670028244991	8	7	5	6	4	False	46727	maximal	True	FIJ0089_000000003598	1.0		7	2	False	False	0.9988747835159302	0					non-mobilizable	no_good_hit	1365.0	76.264	26.0	0.0016287855253716542	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0047_000000024820	1563	0.5659617470121064	2	1	1	1	1	False	6658	fragment	False	SPA0047_000000024820	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1586.0	79.82300000000001	100.0	0.00044221149408430176	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0047_01_000000025204	1441	0.5659617470121064	1	1	1	1	1	False	27864	fragment	False	ISR0222_000000029532	0.9521546261089988		0	0	False	False	1.0	0					non-mobilizable	chromosome	1441.0	99.02799999999999	100.0	0.0004030281971401231	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0107_000000029567	1343	0.5659617470121064	1	1	1	1	1	False	14651	maximal	True	MAD0107_000000029567	1.0		54	11	False	False	0.9754281640052795	0					non-mobilizable	no_good_hit	1125.0	69.51100000000001	82.0	0.014431528954894912	NZ_FQVI01000021.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
USA0010_01_000000005927	4562	0.5659531111144525	5	4	3	2	3	True	84258	fragment	False	USA0010_01_000000005927	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4205.0	99.738	99.0	0.0009571563258948809	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
FIJ0082_000000020815	1512	0.5659471476357191	2	2	1	2	1	False	130880	maximal	True	FIJ0082_000000020815	1.0	PS1128	19	8	False	True	0.9953703880310059	0					non-mobilizable	no_good_hit	1176.0	84.609	81.0	0.00033241509931007543	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
USA0036_01_000000025247	1188	0.5659449707328482	2	2	2	2	1	True	12420	fragment	False	USA0036_01_000000025247	0.9866723989681857		0	0	False	False	0.9957912564277649	0					non-mobilizable	other	1188.0	96.88600000000001	100.0	0.01081066312079345	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	True
MON0031_000000027439	1163	0.5659449707328482	2	2	2	2	1	True	12420	fragment	False	USA0036_01_000000025247	0.9764309764309764		0	0	False	False	0.9742046594619751	0					non-mobilizable	other	1144.0	96.241	98.0	0.010409930873687374	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	True
MON0093_000000021292	2076	0.5659434547389668	2	2	1	2	2	False	9393	fragment	False	MON0093_000000021292	1.0		0	0	False	False	0.9956647157669067	0					non-mobilizable	other	2076.0	99.181	100.0	0.0005556687721380447	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0012_000000006837	3623	0.5659425116707039	5	4	3	4	2	False	31991	maximal	True	SPA0012_000000006837	1.0		3	3	False	False	0.9953077435493469	0					non-mobilizable	no_good_hit	368.0	98.641	10.0	0.0024710975847882736	NZ_JAAIPW010000006.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_6_length_148517_cov_271.659, whole genome shotgun sequence	True	False
CHI0080_000000001036	3711	0.5659420021808979	5	5	2	2	4	True	105588	fragment	False	CHI0080_000000001036	1.0		0	0	False	False	0.9854486584663391	0					non-mobilizable	other	1984.0	98.69	99.0	0.00038406496450159	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0012_000000018005	1326	0.5659381570865877	1	1	1	1	1	False	33715	fragment	False	ISR0089_000000022539	0.9571325648414986		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	81.381	97.0	0.6374937841869717	NZ_NFHM01000072.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_72, whole genome shotgun sequence	False	False
ENG0048_000000012802	2092	0.5659380459228687	2	2	1	2	2	True	113500	fragment	False	ENG0048_000000012802	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1604.0	90.898	84.0	0.0004817293602302907	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0028_000000005732	2872	0.5659372275427691	3	3	3	3	2	False	65900	maximal	True	ENG0028_000000005732	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	0.0014045982109854365	NZ_FRAD01000030.1	firmicutes	Hathewaya proteolytica DSM 3090, whole genome shotgun sequence	True	False
ENG0057_000000009491	2488	0.5659353349468154	4	4	4	4	3	False	68834	maximal	True	ENG0057_000000009491	1.0		107	12	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	99.219	5.0	3.433899728505613e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0086_000000015074	2050	0.5659258061215808	2	2	2	2	1	False	62777	fragment	False	MON0075_000000008857	0.27266588316613366		0	0	False	False	0.9956097602844238	0					non-mobilizable	no_good_hit	47.0	100.0	2.0	0.00037042107212742487	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
MAD0052_000000011498	1754	0.5659258061215808	2	2	2	2	1	False	17272	fragment	False	MAD0052_000000011498	1.0		0	0	False	False	0.9920182228088379	0					non-mobilizable	no_good_hit								True	False
MON0085_000000023712	1321	0.5659258061215808	2	2	2	2	1	False	9771	fragment	False	MON0085_000000023712	1.0		0	0	False	False	0.9969719648361206	0					non-mobilizable	no_good_hit								True	False
AST0033_000000003677	3491	0.5659257311498755	3	3	3	3	3	False	117084	maximal	True	AST0033_000000003677	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	3492.0	93.242	100.0	0.0005490305181658447	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	False
MON0035_000000024544	1197	0.5659224142736079	2	2	1	2	1	False	12189	maximal	True	MON0035_000000024544	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	384.0	79.688	32.0	0.00010788619547608637	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0026_000000022121	1274	0.5659204967669983	2	2	2	1	1	False	74135	maximal	True	DEN0026_000000022121	0.9934356416936815		42	8	False	False	0.9733123779296875	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	2.881300419082206e-05	NZ_SKCI01000001.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig1, whole genome shotgun sequence	True	False
MAD0089_000000022389	1276	0.5659203034578952	1	1	1	1	1	True	15812	maximal	True	MAD0089_000000022389	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1276.0	96.238	100.0	0.018853416534815978	CP035564.1	firmicutes	Lactobacillus paracasei strain SRCM103299 plasmid unnamed1	False	True
AST0016_000000010825	2392	0.5659196939946421	4	2	2	2	2	True	123424	maximal	True	AST0016_000000010825	1.0		6	2	False	False	0.9995819330215454	0					non-mobilizable	no_good_hit	1592.0	93.34200000000001	66.0	0.0005169688080264871	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
MON0012_000000047912	1214	0.5659195039813623	3	2	2	2	1	True	69865	fragment	False	MON0012_000000047912	0.9955876100985547		0	0	False	False	0.9991762638092041	0					non-mobilizable	other	1214.0	99.75299999999999	100.0	0.003967228663472388	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
FIJ0097_000000026776	1173	0.5659195039813623	2	2	2	2	1	True	69865	fragment	False	MON0012_000000047912	0.9776709376964401		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	100.0	100.0	0.0038331343722915407	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
DEN0077_000000012494	1151	0.5659195039813623	2	2	2	2	1	True	69865	fragment	False	MON0012_000000047912	0.9606821657888074		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	99.652	100.0	0.0037611813379993786	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ENG0176_000000003025	2654	0.5659184404939013	3	3	3	2	1	False	115788	maximal	True	ENG0176_000000003025	1.0		9	3	False	False	0.9879427552223206	0					non-mobilizable	no_good_hit	991.0	97.57799999999999	37.0	0.012299006379565493	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0001_000000002420	12940	0.565917279324115	5	2	2	2	1	False	8457	maximal	True	SPA0001_000000002420	1.0		190	12	False	False	0.9989953637123108	0					non-mobilizable	other	10692.0	98.971	99.0	0.06028813559322034	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0027_000000005641	2085	0.5659079134031884	2	2	2	2	0	True	19052	maximal	True	MAD0027_000000005641	1.0		0	0	False	False	0.9961630702018738	0					non-mobilizable	no_good_hit	74.0	89.189	4.0	0.0015881994604473066	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
FIJ0112_000000012239	2220	0.5659075421651222	1	1	1	1	1	False	42021	fragment	False	FIJ0112_000000012239	1.0		0	0	False	False	0.9981982111930847	0					non-mobilizable	chromosome	2077.0	97.73700000000001	97.0	0.0003803313022737986	CP060807.1	enterobacteria	Klebsiella variicola strain KP2757 chromosome, complete genome	False	False
AST0149_000000003058	8677	0.5659065010033406	13	7	4	7	3	True	123862	fragment	False	AST0149_000000003058	0.9497648361847946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	98.693	4.0	0.00010596164535853252	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0040_000000034881	1245	0.5659024179935807	1	1	1	1	1	False	8843	maximal	True	SPA0040_000000034881	0.985797827903091		35	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0012_000000009579	2285	0.565892990913315	3	2	1	2	2	False	125273	maximal	True	AST0012_000000009579	1.0		53	7	False	False	0.9995623826980591	0					non-mobilizable	other	2285.0	99.912	100.0	0.011501893481588914	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
ENG0079_000000018423	1810	0.5658886105079358	3	2	1	2	2	False	61815	fragment	False	ENG0079_000000018423	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1810.0	99.89	100.0	0.4941272876263316	AF538869.1	high GC Gram+	Bifidobacterium longum DJO10A plasmid pDOJH10S, complete sequence	False	True
ENG0112_000000014419	1925	0.5658884266803886	3	3	3	2	2	False	128009	fragment	False	ENG0112_000000014419	0.9945247285190916		0	0	False	False	1.0	0					non-mobilizable	other	1924.0	97.921	99.0	0.0005458874773469471	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0058_000000019122	2507	0.5658861812889132	4	4	4	4	3	False	112379	maximal	True	MON0058_000000019122	0.9928260869565217		4	2	False	False	0.9996011257171631	0					non-mobilizable	no_good_hit	1343.0	82.353	64.0	0.015833254560922584	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
AST0047_000000004549	4544	0.5658840380244888	6	5	5	5	5	False	115456	maximal	True	AST0047_000000004549	1.0		6	4	False	False	1.0	0					non-mobilizable	other	2646.0	97.846	100.0	0.0009602027901808006	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0104_000000009821	2600	0.5658840216801184	3	3	3	3	3	False	42513	fragment	False	FIJ0104_000000009821	1.0		0	0	False	False	0.998846173286438	0					non-mobilizable	plasmid	2600.0	99.538	100.0	0.09508652544543227	CP052184.1	enterobacteria	Klebsiella pneumoniae strain F16KP0037 plasmid unnamed	False	True
AST0033_000000008586	1532	0.5658835605717512	4	3	3	2	2	False	117050	maximal	True	AST0033_000000008586	1.0		226	11	False	False	0.9902088642120361	0					non-mobilizable	no_good_hit	498.0	78.916	32.0	0.0035216267643634093	NZ_QGDS01000011.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_111, whole genome shotgun sequence	True	False
ENG0025_000000015348	1734	0.56588293303612	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.2657573468584579		0	0	False	False	0.9919261932373047	0					non-mobilizable	no_good_hit	1100.0	85.63600000000001	75.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0842_000000006557	3190	0.5658808053952488	6	6	3	3	5	False	22878	maximal	True	ISR0842_000000006557	1.0		94	9	False	False	1.0	0					non-mobilizable	no_good_hit	2144.0	99.81299999999999	67.0	0.002401669401185257	NZ_UYXJ01000002.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
AUS0014_000000009110	3395	0.5658697490383224	4	3	2	3	3	False	100899	fragment	False	AUS0014_000000009110	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	88.52799999999999	97.0	0.002138241993213406	NZ_LT635837.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ISR0017_000000019546	1699	0.5658689975078605	2	2	2	2	1	False	37846	fragment	False	ISR0017_000000019546	1.0		0	0	False	False	0.9929370284080505	0					non-mobilizable	no_good_hit	270.0	78.51899999999999	16.0	0.00011496478447128301	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	False
FIJ0066_000000027977	1205	0.5658674655615662	1	1	1	1	1	False	45282	fragment	False	FIJ0066_000000027977	1.0		0	0	False	False	0.9759336113929749	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000019192	1879	0.5658672632791079	2	2	2	2	2	False	74768	fragment	False	DEN0021_000000019192	1.0		0	0	False	False	0.9978712201118469	0					non-mobilizable	no_good_hit	81.0	86.42	4.0	2.365087667432288e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
MON0101_000000047011	1407	0.5658668211304114	3	2	2	1	1	True	52857	fragment	False	ETH0004_000000019386	0.9408565601631543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010503302705183963	NZ_WURB01000008.1	a-proteobacteria	Microvirga makkahensis strain KCTC 23863 Scaffold8, whole genome shotgun sequence	True	True
CHI0028_000000007375	1897	0.5658657169117767	3	2	2	1	1	True	118201	fragment	False	FIJ0037_000000012391	0.3826510251979491		0	0	False	False	0.9831312894821167	0					non-mobilizable	other	1056.0	96.307	98.0	0.021757960732552383	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0026_000000026470	1795	0.565861795888708	2	1	1	1	1	False	12739	fragment	False	MON0026_000000026470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	3.0	1.7140754543633123e-05	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	False
ISR0839_000000017040	1270	0.5658613634126051	4	1	1	1	1	True	69868	maximal	True	ISR0839_000000017040	1.0		1	1	False	False	0.9921259880065918	0					non-mobilizable	no_good_hit	1062.0	99.24700000000001	84.0	0.0034700986083629048	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
SPA0044_000000026135	1100	0.5658613634126051	3	1	1	1	1	True	69865	fragment	False	MON0012_000000047912	0.6997272514048238		0	0	False	False	0.971818208694458	0					non-mobilizable	other	1100.0	99.182	100.0	0.0035943811221402755	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
MON0059_000000000239	27513	0.5658610891462357	25	14	3	13	6	True	14264	maximal	True	MON0059_000000000239	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	98.96799999999999	9.0	0.001770101247842194	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MON0015_000000000401	27453	0.5658610891462357	24	14	3	13	6	True	14264	maximal	False	MON0059_000000000239	0.9989096063678988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	98.96799999999999	9.0	0.001770101247842194	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
DEN0012_000000004163	1515	0.5658578519476875	1	1	1	1	1	False	75436	fragment	False	DEN0012_000000004163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0080_000000020090	2528	0.5658572289698667	4	4	2	3	2	False	84488	maximal	False	CHI0078_000000005807	0.9310839913854989		0	0	False	False	0.9948576092720032	0					non-mobilizable	no_good_hit	609.0	78.161	24.0	0.0002639165567745013	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0261_000000004597	3732	0.5658568647498611	4	1	1	1	1	True	66382	fragment	False	ISR0177_000000005981	0.6505993369038511		0	0	False	False	0.9962486624717712	0					non-mobilizable	no_good_hit	1530.0	95.556	70.0	0.14513510932875012	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ENG0021_000000006459	2923	0.5658568647498611	3	1	1	1	1	True	66381	fragment	False	ENG0021_000000006459	0.9998232591021563		0	0	False	False	0.9962367415428162	0					non-mobilizable	no_good_hit	1072.0	91.698	61.0	0.10214641625143733	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
ENG0160_000000007564	2829	0.5658568647498611	3	1	1	1	1	True	66381	fragment	False	ENG0021_000000006459	0.9837495723571672		0	0	False	False	0.9971721172332764	0					non-mobilizable	no_good_hit	1072.0	91.698	60.0	0.10214641625143733	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
SPA0104_000000015011	2463	0.5658568647498611	3	1	1	1	1	True	29916	fragment	False	SPA0104_000000015011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	91.698	54.0	0.10214641625143733	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
SPA0065_000000008877	2408	0.5658568647498611	3	1	1	1	1	True	29916	fragment	False	SPA0104_000000015011	0.988834754364596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	91.698	53.0	0.10214641625143733	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
ISR0173_000000007773	1245	0.5658568647498611	2	1	1	1	1	True	29915	fragment	False	ISR0173_000000007773	1.0		0	0	False	False	0.9871485829353333	0					non-mobilizable	no_good_hit	1072.0	91.604	86.0	0.10214641625143733	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
ISR0799_000000006838	2273	0.5658489677650084	3	3	3	2	2	False	97345	fragment	False	SPA0132_000000015268	0.7870678418024688		0	0	False	False	1.0	0					non-mobilizable	chromosome	2273.0	98.76799999999999	100.0	0.0005046432958182573	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0144_000000011480	1463	0.5658478324300636	3	2	1	1	2	False	79827	fragment	False	CHI0144_000000011480	0.9916782246879334		0	0	False	False	0.9166097044944763	0					non-mobilizable	no_good_hit	90.0	100.0	6.0	0.0014499364634583429	NZ_CYZO01000017.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0059_000000016556	1442	0.5658478324300636	3	2	1	1	2	False	79827	fragment	False	CHI0144_000000011480	0.9846206425153794		0	0	False	False	0.9951456189155579	0					non-mobilizable	no_good_hit	90.0	100.0	6.0	0.0014499364634583429	NZ_CYZO01000017.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0044_000000002483	8693	0.5658472938579537	9	8	6	7	8	True	98226	fragment	False	MAD0044_000000002483	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8693.0	99.758	100.0	0.21988919527435555	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
ISR0378_000000010376	2558	0.5658404260386393	4	3	3	3	2	False	121951	fragment	False	ISR0378_000000010376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	5.730782039381967e-07	CP032583.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_13	True	False
ISR0829_000000010115	1514	0.5658370528865442	3	2	2	2	2	False	21059	maximal	True	ISR0829_000000010115	1.0		222	11	False	False	0.963672399520874	0					non-mobilizable	no_good_hit	337.0	74.777	22.0	8.385355470671776e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0090_000000014331	2028	0.5658353552778874	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.22756930484959081		0	0	False	False	1.0	0					non-mobilizable	chromosome	2028.0	99.507	100.0	0.0007152719921436529	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0362_000000015721	1321	0.56583188080528	2	2	2	1	1	False	42381	maximal	True	ISR0362_000000015721	1.0		59	10	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	83.05799999999999	18.0	7.137621335860624e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0791_000000013890	1325	0.5658237979154679	3	2	0	2	2	False	22042	fragment	False	ISR0791_000000013890	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1325.0	99.925	100.0	0.0006403404831572075	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
FIJ0030_000000011511	2843	0.5658210960252371	7	6	2	3	5	False	48756	maximal	True	FIJ0030_000000011511	1.0		80	12	False	False	1.0	0					non-mobilizable	chromosome	2843.0	99.33200000000001	100.0	0.0005291458446597604	CP041023.1	enterobacteria	Klebsiella pneumoniae strain KP1692 chromosome, complete genome	False	False
ISR0221_000000014002	1601	0.5658202100219308	4	3	3	3	2	False	108569	fragment	False	ISR0221_000000014002	0.953627760252366		0	0	False	False	0.9950031042098999	0					non-mobilizable	other	1601.0	95.69	100.0	0.003245771874980982	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0186_000000002712	7044	0.5658200966518978	9	6	2	6	5	True	130345	maximal	True	CHI0186_000000002712	1.0		38	9	False	False	0.99971604347229	0					non-mobilizable	no_good_hit	3785.0	92.206	54.0	0.2811988695522832	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
MON0087_000000020903	2408	0.5658186984211939	4	3	2	3	1	True	9696	fragment	False	MON0087_000000020903	1.0		0	0	False	False	0.9958471655845642	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.508596470825861e-05	NZ_PDCG01000001.1	high GC Gram+	Bifidobacterium aemilianum strain XV10 ctg_1, whole genome shotgun sequence	True	True
MON0002_000000008441	2801	0.5658173265428954	3	3	3	3	3	False	122100	maximal	True	MON0002_000000008441	1.0		399	14	False	False	0.9939307570457458	0					non-mobilizable	other	2801.0	97.787	100.0	0.0008710752615247924	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0070_000000006546	3098	0.5658153642981049	4	3	3	3	3	False	58178	maximal	True	ISR0070_000000006546	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	81.176	5.0	0.0009305089211141443	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	False
ENG0131_000000023801	1109	0.5658121784626331	2	2	2	2	2	False	58334	maximal	True	ENG0131_000000023801	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	79.518	22.0	6.851017767625222e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0041_000000028756	1308	0.5658098385257525	2	1	1	1	1	False	18212	maximal	True	MAD0041_000000028756	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	87.69200000000001	10.0	0.0010874736627472304	NZ_PPTT01000011.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_11, whole genome shotgun sequence	True	False
ENG0202_000000016730	1257	0.5657959457159455	2	2	2	2	2	False	54114	fragment	False	ENG0202_000000016730	0.976413938209436		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	100.0	100.0	0.0017141468980219072	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0012_000000000283	41523	0.5657937621505976	29	5	2	5	2	False	38207	maximal	True	ISR0012_000000000283	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2622.0	97.292	6.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	False
MAD0108_000000010178	1713	0.5657934966234882	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9690264315806568		0	0	False	False	1.0	0					non-mobilizable	chromosome	1499.0	82.522	97.0	0.00039506723478811086	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0372_000000010274	1703	0.5657934966234882	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.967852618194643		0	0	False	False	0.9970639944076538	0					non-mobilizable	chromosome	1490.0	82.55	97.0	0.0003923996639927826	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0061_000000015176	1766	0.5657857025824761	3	3	2	3	2	False	45802	maximal	True	FIJ0061_000000015176	1.0		32	6	False	False	0.9988675117492676	0					non-mobilizable	no_good_hit	49.0	87.755	3.0	2.1406429153415863e-05	NC_014253.1	euryarchaeotes	Methanohalobium evestigatum Z-7303, complete genome	True	False
ISR0816_000000005831	7410	0.56578319079526	9	4	2	2	4	False	103241	maximal	True	ISR0816_000000005831	1.0		1	1	False	False	0.9998650550842285	0					non-mobilizable	other	2940.0	91.76899999999999	95.0	0.006347643543056411	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0071_000000014338	1445	0.5657820676832901	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.5485692091455993		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	96.055	100.0	0.371973209685729	KX127943.1	bacteria	Uncultured bacterium clone Control_TwinA_Time1_TR-SX_3 genomic sequence	False	False
FIJ0151_000000006866	2584	0.5657809258429879	4	4	4	4	4	False	71631	maximal	True	FIJ0151_000000006866	1.0		8	1	False	False	0.9996129870414734	0					non-mobilizable	no_good_hit	1500.0	96.2	58.0	0.034742502201826356	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0341_000000009155	1501	0.565780346344695	4	3	2	1	2	True	131617	fragment	False	ENG0006_000000010997	0.3099821409638486		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	98.601	100.0	0.03460846292280006	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0197_000000014952	1709	0.5657797785801498	4	3	3	1	1	False	37848	fragment	False	ISR0849_000000015482	0.9468905104611842		0	0	False	False	0.99941486120224	0					non-mobilizable	other	1711.0	94.79799999999999	100.0	0.043406397802980216	NZ_JAAITU010000038.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_38_length_39326_cov_192.594, whole genome shotgun sequence	False	False
ISR0206_000000012988	2005	0.5657793137146205	4	2	1	2	1	True	88404	fragment	False	ISR0206_000000012988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0068_000000006867	2115	0.5657759092826279	2	1	1	1	1	False	85153	fragment	False	CHI0068_000000006867	0.9905397249293864		0	0	False	False	1.0	0					non-mobilizable	other	2115.0	99.764	100.0	0.0003980893968682002	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0847_000000003381	6429	0.5657739311311101	9	6	2	2	6	False	113746	fragment	False	CHI0039_000000001923	0.9211314797047896		0	0	False	False	0.9996889233589172	0					non-mobilizable	other	6263.0	94.811	98.0	0.0027472141360088405	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0174_000000003396	4645	0.5657734011188403	7	5	5	4	3	False	86836	fragment	False	CHI0049_000000002684	0.8127288160024175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	91.75399999999999	32.0	0.0003034701101349489	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0181_000000004198	4645	0.5657734011188403	7	5	5	4	3	False	86836	fragment	False	CHI0049_000000002684	0.8127288160024175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	91.75399999999999	32.0	0.0003034701101349489	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0164_000000009426	2738	0.5657709825079499	4	4	3	4	2	False	124361	maximal	True	ISR0164_000000009426	1.0		41	9	False	False	1.0	0					non-mobilizable	no_good_hit	2088.0	98.27600000000001	76.0	0.012020919971891668	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0141_000000012827	2275	0.5657648159778819	4	4	1	1	4	False	40279	fragment	False	FIJ0141_000000012827	1.0		0	0	False	False	0.9995604157447815	0					non-mobilizable	plasmid	2275.0	99.165	100.0	0.04062600493086076	CP055726.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_3, complete sequence	False	True
SPA0146_000000004856	4825	0.5657612589056739	7	5	4	5	3	True	91420	fragment	False	SPA0146_000000004856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2173.0	94.24799999999999	71.0	0.16336968785257616	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
ISR0306_000000000266	15785	0.5657600473525639	12	7	6	6	6	False	25461	maximal	True	ISR0306_000000000266	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4920.0	100.0	31.0	0.9692610837438423	NZ_QRML01000066.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf66, whole genome shotgun sequence	True	False
ENG0005_000000013743	1731	0.5657577048968764	3	3	2	3	3	False	111307	fragment	False	ENG0005_000000013743	0.9557681442538808		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	97.978	100.0	0.008349743233329472	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0052_000000002848	10075	0.5657568114273251	9	3	3	3	2	False	72364	maximal	True	DEN0052_000000002848	1.0		2	2	False	False	0.9987096786499023	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	2.020392980866157e-05	MF782455.1	viruses	Bodo saltans virus strain NG1, complete genome	True	False
ETH0005_000000023946	1959	0.5657560750497452	4	2	1	2	2	False	114819	fragment	False	USA0023_01_000000011363	0.07643617923803608		0	0	False	False	1.0	0					non-mobilizable	plasmid	778.0	97.815	98.0	0.09386325199323509	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0238_000000008372	1751	0.5657560750497452	3	2	1	2	2	False	114813	fragment	False	ISR0238_000000008372	1.0		0	0	False	False	0.9862935543060303	0					non-mobilizable	plasmid	854.0	99.18	98.0	0.10304421357815897	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
USA0082_01_000000024146	1230	0.5657560750497452	2	2	1	2	2	False	5758	fragment	False	USA0082_01_000000024146	1.0		0	0	False	False	0.9593495726585388	0					non-mobilizable	plasmid	793.0	98.865	99.0	0.09567528388499638	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0179_000000001437	16663	0.5657512355933692	16	8	5	8	5	True	89261	fragment	False	ISR0179_000000001437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2938.0	74.268	35.0	0.0008772875581771453	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
DEN0067_000000003036	8389	0.5657482379689974	7	4	4	4	4	True	70863	maximal	True	DEN0067_000000003036	1.0		16	3	False	False	0.9986887574195862	0					non-mobilizable	no_good_hit	148.0	81.757	2.0	0.00154141768196119	NZ_PVBM01000024.1	a-proteobacteria	Neorhizobium huautlense strain DSM 21817 NODE_24_length_94718_cov_43.482, whole genome shotgun sequence	True	True
MAD0104_000000002767	3694	0.5657473283272444	5	5	3	3	3	False	14893	maximal	True	MAD0104_000000002767	1.0		8	1	False	False	1.0	0					non-mobilizable	other	1590.0	94.025	91.0	0.0023280849699540266	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ENG0018_000000001336	15871	0.5657449600552417	17	8	3	8	2	True	105209	fragment	False	MON0061_000000001550	0.9686089156324095		0	0	False	False	1.0	0					non-mobilizable	other	10774.0	99.58200000000001	95.0	0.2828250991516298	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0369_000000000513	14385	0.5657449600552417	16	8	3	8	2	True	105209	fragment	False	MON0061_000000001550	0.6319282548883708		0	0	False	False	0.9999305009841919	0					non-mobilizable	other	14385.0	100.0	100.0	0.3778005410658472	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
SPA0098_000000003260	10473	0.56574448704114	28	2	2	2	1	False	5093	maximal	True	SPA0098_000000003260	1.0		2	2	False	False	0.9989497065544128	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.4030551525947752e-06	CP032372.1	nematodes	Trichinella spiralis isolate Shisler1 chromosome 1	True	False
ISR0328_000000002538	8852	0.56573755538956	11	6	2	2	6	False	86936	maximal	True	ISR0328_000000002538	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6537.0	89.689	90.0	0.001455140403712543	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
FIJ0020_000000019249	1099	0.5657370887694169	2	2	2	2	1	False	49713	maximal	False	MON0094_000000035535	0.9423791821561338		0	0	False	False	1.0	0					non-mobilizable	other	1053.0	94.777	96.0	0.013893908364454081	NZ_VZBY01000034.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_15_length_74709_cov_26.0462_ID_29, whole genome shotgun sequence	False	False
MAD0055_000000001267	5306	0.5657333993484085	4	3	2	3	1	False	100167	fragment	False	MAD0055_000000001267	0.9765681796475569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1506.0	88.712	64.0	0.013052226250151771	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0176_000000007304	4388	0.5657310508503764	4	4	3	3	3	False	46231	maximal	True	ISR0176_000000007304	1.0		73	6	False	False	1.0	0					non-mobilizable	other	4388.0	99.544	100.0	0.003988740241815673	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0037_000000072726	1013	0.5657290637643516	1	1	1	1	1	False	12016	maximal	True	MON0037_000000072726	1.0		8	1	False	False	1.0	0					non-mobilizable	chromosome	1027.0	72.249	100.0	0.0002562204346430282	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	False	False
ISR0317_000000002830	5410	0.5657288433395563	13	7	3	4	4	True	91461	fragment	False	ISR0317_000000002830	0.9813026505033902		0	0	False	False	0.9983364343643188	0					non-mobilizable	no_good_hit	3880.0	96.057	86.0	0.001056850116455807	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0112_000000021782	1690	0.565727087924635	3	2	2	2	1	False	32625	maximal	True	ISR0112_000000021782	1.0		17	8	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	87.398	14.0	0.0007276961141027507	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0254_000000010324	1303	0.5657269310843025	2	1	1	1	1	False	75630	fragment	False	ISR0213_000000010997	0.104500192378467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0824_000000010301	2128	0.5657240824725968	2	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.6027847243702418		0	0	False	False	1.0	0					non-mobilizable	other	2128.0	99.154	100.0	0.0072724164458500724	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
AUS0012_000000008422	2014	0.5657240824725968	2	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.11751837451237751		0	0	False	False	0.9960278272628784	0					non-mobilizable	other	2014.0	98.709	100.0	0.006848448585349175	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ENG0102_000000014033	2022	0.5657210562993639	4	3	2	3	2	False	66425	fragment	False	ENG0102_000000014033	1.0		0	0	False	False	0.9975271821022034	0					non-mobilizable	no_good_hit	164.0	92.073	8.0	0.0018622612192669774	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	True	False
ENG0025_000000015291	1739	0.5657204135127003	2	2	2	1	1	False	66146	maximal	True	ENG0025_000000015291	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	91.413	21.0	5.66497525192617e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
CHI0034_000000001667	7132	0.5657162907139296	7	5	3	5	1	True	130564	fragment	False	CHI0034_000000001667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.201412079905149e-07	LR877239.1	rodents	Acomys russatus genome assembly, chromosome: 28	True	True
FIJ0123_000000010172	3164	0.5657143209915613	2	2	2	2	1	False	41362	maximal	True	FIJ0123_000000010172	1.0		6	3	False	False	0.999367892742157	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.7566080678987477e-07	HG975443.1	eudicots	Solanum pennellii chromosome ch04, complete genome	True	False
ENG0188_000000017934	1402	0.5657129445370475	1	1	1	1	1	False	54894	maximal	True	ENG0188_000000017934	1.0		1	1	False	False	0.9978601932525635	0					non-mobilizable	no_good_hit								True	False
FIJ0148_000000014292	1419	0.5657124650568318	3	2	2	1	1	False	39889	maximal	True	FIJ0148_000000014292	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	95.882	28.0	5.425730418892072e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0078_000000001419	16009	0.5657119448139919	22	8	0	8	3	False	61959	maximal	True	ENG0078_000000001419	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0033_000000012099	2534	0.5657117578377973	5	3	1	1	3	False	7201	maximal	True	SPA0033_000000012099	1.0		1	1	False	False	0.9968429207801819	0					non-mobilizable	no_good_hit	83.0	84.337	3.0	6.781057242169135e-05	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0781_000000009162	2965	0.5657114126115121	5	4	3	4	2	False	22297	maximal	True	ISR0781_000000009162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0165_000000014794	1357	0.5657080902587805	2	1	1	1	1	False	56206	fragment	False	ENG0165_000000014794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000008109	4574	0.5657000428263095	4	4	2	4	1	True	15175	maximal	True	MAD0100_000000008109	1.0		1	1	False	False	0.9930039644241333	0					non-mobilizable	no_good_hit	191.0	78.01	4.0	0.001911257305529569	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	True
FIJ0006_000000006869	4781	0.5656962454064011	11	7	3	7	7	False	80584	maximal	True	FIJ0006_000000006869	0.987766554433221		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	83.945	14.0	0.0033186234838420703	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0016_000000012284	2686	0.5656920808929055	4	3	2	3	3	False	107430	maximal	False	DEN0001_000000015403	0.9753018660812294		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	1.3548638256476926e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0037_000000069114	1128	0.5656886152919975	2	1	1	1	1	False	12022	maximal	True	MON0037_000000069114	1.0		47	7	False	False	0.945035457611084	0					non-mobilizable	no_good_hit	781.0	96.287	69.0	0.03503570947311683	NZ_FMXA01000023.1	firmicutes	Allisonella histaminiformans strain DSM 15230, whole genome shotgun sequence	True	False
MAD0026_000000011108	1296	0.5656863831678711	2	2	2	2	2	False	19077	maximal	True	MAD0026_000000011108	1.0		46	8	False	False	0.9830247163772583	0					non-mobilizable	no_good_hit	431.0	75.17399999999999	33.0	0.00011866941360236958	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
TAN0014_000000003043	1819	0.5656860460120234	3	3	2	3	1	False	2545	maximal	True	TAN0014_000000003043	1.0		3	2	False	False	0.9994502663612366	0					non-mobilizable	no_good_hit								True	False
CHI0133_000000005658	3180	0.5656848581043079	5	4	2	3	3	True	131072	fragment	False	ENG0067_000000008989	0.9090933488098683		0	0	False	False	1.0	0					non-mobilizable	chromosome	3201.0	93.939	100.0	0.0010334436364768	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
CHI0143_000000000731	22768	0.5656800804083258	11	4	1	4	0	True	90895	fragment	False	CHI0143_000000000731	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	9240.0	98.506	95.0	0.0783902621214179	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
SPA0021_000000014694	2250	0.5656796302328232	3	3	3	3	3	False	22503	maximal	True	SPA0021_000000014694	0.9727488151658767		24	9	False	False	0.9995555281639099	0					non-mobilizable	no_good_hit	202.0	73.267	9.0	8.145569096938822e-05	CP031733.1	firmicutes	Streptococcus sp. Z15 chromosome, complete genome	True	False
ENG0007_000000003754	6808	0.5656722467516232	9	6	3	5	4	True	67548	fragment	False	ENG0007_000000003754	1.0		0	0	False	False	0.9973560571670532	0					non-mobilizable	other	6808.0	98.605	100.0	0.005348732318224036	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
SPA0062_000000020439	1574	0.5656713208938573	3	3	3	2	1	False	6156	maximal	True	SPA0062_000000020439	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	604.0	97.682	38.0	0.00016023098771642143	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0212_000000014617	2406	0.5656703671789569	3	2	1	2	1	False	125839	maximal	True	ISR0212_000000014617	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	95.645	51.0	0.0004037901478465558	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0784_000000009831	1238	0.5656679779068771	2	2	2	2	1	False	22226	fragment	False	ISR0784_000000009831	1.0		0	0	False	False	0.993537962436676	0					non-mobilizable	other	1238.0	100.0	100.0	0.00023880493285662437	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
AUS0006_000000005310	4079	0.5656648547571036	3	3	3	3	2	False	102175	maximal	True	AUS0006_000000005310	0.9950144319076357		118	11	False	False	0.9987742304801941	0					non-mobilizable	no_good_hit								True	False
ENG0143_000000010730	1721	0.5656640740297217	3	2	1	2	1	True	57605	maximal	True	ENG0143_000000010730	1.0		1	1	False	False	0.9994189143180847	0					non-mobilizable	no_good_hit	393.0	99.74600000000001	23.0	0.0010728703386931235	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
AST0108_000000009579	2778	0.5656610836368885	4	4	4	3	2	False	121163	fragment	False	USA0036_01_000000012706	0.9451562737989259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	82.648	46.0	0.009612867918243034	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0308_000000001099	10196	0.5656562636876061	11	5	2	5	3	False	101325	fragment	False	ISR0308_000000001099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	84.95	27.0	0.007109714794199635	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0112_000000002675	8578	0.5656562636876061	11	5	2	5	3	False	96286	fragment	False	FIJ0112_000000002675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	84.82600000000001	35.0	0.007109714794199635	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0144_000000003899	7748	0.5656562636876061	9	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.7445373248788355		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	84.88799999999999	36.0	0.007109714794199635	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0045_000000002777	7398	0.5656562636876061	9	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.7416305168112994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1437.0	83.925	35.0	0.006333366627016916	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0051_000000003159	7344	0.5656562636876061	8	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.8569040296142025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	82.645	26.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0089_000000002262	7318	0.5656562636876061	8	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.8685007664992108		0	0	False	False	0.9989067912101746	0					non-mobilizable	no_good_hit	1208.0	82.86399999999999	26.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0003_000000001252	7245	0.5656562636876061	8	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.798571650592451		0	0	False	False	0.9997239708900452	0					non-mobilizable	no_good_hit	1244.0	81.029	27.0	0.0055797186986407095	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0014_000000003134	7066	0.5656562636876061	8	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.7222632297681033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	82.134	31.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0021_000000001793	7057	0.5656562636876061	8	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.8541278603107063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	82.397	27.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0001_000000003438	7013	0.5656562636876061	8	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.7047575347299401		0	0	False	False	0.9990018606185913	0					non-mobilizable	no_good_hit	1210.0	82.81	30.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0101_000000003842	6997	0.5656562636876061	8	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.7135597683651678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	82.713	31.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0087_000000003618	6850	0.5656562636876061	7	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.7024299209393682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	82.29899999999999	28.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0110_000000004151	6632	0.5656562636876061	7	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.5884324057719152		0	0	False	False	0.9996984601020813	0					non-mobilizable	no_good_hit	1210.0	82.397	29.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0043_000000003093	6560	0.5656562636876061	7	5	2	5	3	False	96272	fragment	False	MAD0089_000000002262	0.6728655985458075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	82.645	29.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0069_000000021158	1215	0.5656546705408978	3	3	3	2	3	False	38133	maximal	True	ISR0069_000000021158	0.9952563715453615		191	12	False	False	0.988477349281311	0					non-mobilizable	other	1188.0	97.475	98.0	0.0020690111974119058	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ISR0338_000000024973	1183	0.5656546705408978	3	3	3	2	3	False	38133	maximal	False	ISR0069_000000021158	0.9826360977192076		0	0	False	False	0.980557918548584	0					non-mobilizable	other	1182.0	97.208	99.0	0.002058552842580843	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
MON0089_000000004470	4566	0.5656537671915342	4	4	4	4	4	False	9615	maximal	True	MON0089_000000004470	1.0		1	1	False	False	0.9945247769355774	0					non-mobilizable	no_good_hit	3585.0	94.00299999999999	78.0	0.17324976922703203	NZ_JRAT01000008.1	CFB group bacteria	Porphyromonas gulae strain COT-052 OH3856 contig_8, whole genome shotgun sequence	True	False
CHI0127_000000011584	1538	0.5656532684522347	2	2	2	2	1	False	81361	maximal	True	CHI0127_000000011584	1.0		93	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0350_000000009304	2030	0.5656525817436913	4	3	3	2	1	False	116800	fragment	False	ISR0159_000000013040	0.8619540724885444		0	0	False	False	0.9945812821388245	0					non-mobilizable	no_good_hit	1496.0	99.198	74.0	0.005671493442691361	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0269_000000009101	2025	0.5656525817436913	3	3	3	2	1	False	116800	fragment	False	ISR0159_000000013040	0.8612816257325664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1500.0	99.0	74.0	0.005686668007086521	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0068_000000016370	1951	0.5656525817436913	3	3	3	2	1	False	116800	fragment	False	ISR0159_000000013040	0.8520467607569496		0	0	False	False	0.9928241968154907	0					non-mobilizable	no_good_hit	1502.0	99.001	77.0	0.005694255289284102	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0112_000000013698	2031	0.5656517147719112	2	2	2	2	2	True	113050	fragment	False	ENG0112_000000013698	0.9653328631548062		0	0	False	False	0.9906449913978577	0					non-mobilizable	other	2031.0	98.375	100.0	0.007872702663920917	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ISR0203_000000009525	1820	0.5656517147719112	2	2	2	2	2	True	113050	fragment	False	ENG0112_000000013698	0.8589395848296647		0	0	False	False	0.9884615540504456	0					non-mobilizable	other	1820.0	99.176	100.0	0.0070544069683114025	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
MON0012_000000053917	1061	0.565645360787936	1	1	1	1	1	False	13556	fragment	False	MON0012_000000053917	1.0		0	0	False	False	0.9990574717521667	0					non-mobilizable	no_good_hit								True	False
USA0032_01_000000002719	9552	0.5656441860163192	12	12	7	7	8	False	127566	maximal	True	USA0032_01_000000002719	1.0		25	8	False	False	0.9998953342437744	0					non-mobilizable	chromosome	3208.0	97.101	94.0	0.0008591544162573669	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0776_000000009677	2558	0.5656412991933938	2	1	1	1	1	False	22428	maximal	True	ISR0776_000000009677	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0124_000000021629	1340	0.5656397284256852	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9101746730865283		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	83.235	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
DEN0070_000000012665	2656	0.5656380324300033	3	3	3	3	2	False	70618	maximal	True	DEN0070_000000012665	1.0		3	3	False	False	0.9954819083213806	0					non-mobilizable	no_good_hit	826.0	74.57600000000001	31.0	0.00024505148958894657	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
FIJ0019_000000002457	2921	0.5656339331409366	3	3	3	2	2	False	49880	maximal	True	FIJ0019_000000002457	1.0		7	1	False	False	0.9948647618293762	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000007984	3708	0.5656328145530058	5	3	2	3	2	True	18283	maximal	True	MAD0041_000000007984	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.6273546845311773e-06	NC_015957.1	high GC Gram+	Streptomyces violaceusniger Tu 4113, complete sequence	True	True
ISR0851_000000001466	9191	0.5656326617495336	11	10	4	4	10	True	100024	maximal	False	ISR0014_000000003405	0.9643219177818905		0	0	False	False	0.99967360496521	0					non-mobilizable	chromosome	5570.0	97.074	97.0	0.0008577790074579761	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ISR0179_000000012873	1807	0.5656318565098366	4	4	3	3	2	True	131617	fragment	False	ENG0006_000000010997	0.7224470372671161		0	0	False	False	0.9994465708732605	0					non-mobilizable	other	1807.0	98.45	100.0	0.04166858935905127	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
USA0135_01_000000012092	1267	0.5656297888268785	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.15483482844567972	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1267.0	98.421	100.0	0.8972360028348689	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
ISR0183_000000024490	1251	0.5656297888268785	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.14523802619551843	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1251.0	98.561	100.0	0.8858965272856131	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
ISR0185_000000026661	1248	0.5656297888268785	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.13581921216861348	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1248.0	98.31700000000001	100.0	0.00035469768209189144	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0035_000000003942	3076	0.5656247790517085	4	2	2	2	1	False	125515	fragment	False	ENG0145_000000010338	0.9471245289333613		0	0	False	False	0.999674916267395	0					non-mobilizable	no_good_hit	2378.0	82.675	77.0	0.0010385686428551388	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0162_000000025423	1556	0.5656215207864387	1	1	1	1	1	False	30330	maximal	True	ISR0162_000000025423	1.0		210	12	False	False	0.9832904934883118	0					non-mobilizable	other	1556.0	100.0	100.0	0.004074573872941423	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
FIJ0009_000000041091	1104	0.5656201739026839	2	2	2	1	1	False	51113	fragment	False	FIJ0009_000000041091	1.0		0	0	False	False	0.9963768124580383	0					non-mobilizable	no_good_hit	784.0	93.11200000000001	71.0	0.002489436586133552	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MAD0077_000000007727	1584	0.5656198666344178	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.14906777986378517		0	0	False	False	1.0	0					non-mobilizable	chromosome	1584.0	98.485	100.0	0.0005324919377287367	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0071_000000031082	1404	0.5656182163358523	2	2	2	2	2	False	78935	fragment	False	USA0037_01_000000020782	0.2704622963243653		0	0	False	False	0.9992877244949341	0					non-mobilizable	chromosome	1403.0	98.50299999999999	99.0	0.0004719049915901953	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0182_000000013728	2029	0.5656171817095799	2	2	2	2	2	False	89018	fragment	False	CHI0182_000000013728	1.0		0	0	False	False	0.9995071291923523	0					non-mobilizable	no_good_hit	615.0	78.53699999999999	30.0	0.001339827868419663	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0001_000000009729	3460	0.5656054850540232	3	3	3	3	3	False	119366	maximal	False	MON0090_000000015507	0.9656026417171162		0	0	False	False	1.0	0					non-mobilizable	chromosome	3460.0	99.913	100.0	0.0015709816659763248	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
ENG0093_000000004569	2692	0.5656047730783647	4	3	3	3	3	False	61064	maximal	True	ENG0093_000000004569	1.0		11	5	False	False	0.9840267300605774	0					non-mobilizable	no_good_hit	68.0	85.294	3.0	6.833164713945367e-05	NZ_SEON01000001.1	a-proteobacteria	Sphingobium fuliginis strain DSM 18781 NODE_1_length_980512_cov_87.671079, whole genome shotgun sequence	True	False
ISR0096_000000018970	1277	0.5656028392315571	2	1	1	1	1	False	33331	fragment	False	ISR0096_000000018970	1.0		0	0	False	False	0.9843382835388184	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	9.51594354358624e-06	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0368_000000006258	2043	0.565599950772794	4	4	4	3	1	False	23570	maximal	True	ISR0368_000000006258	1.0		166	12	False	False	0.9951052665710449	0					non-mobilizable	no_good_hit	420.0	87.381	24.0	0.0006906685040219819	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
TAN0008_000000002649	4912	0.5655992331789992	6	5	3	4	4	True	80278	fragment	False	DEN0073_000000007026	0.24281805745554036		0	0	False	False	0.9957247376441956	0					non-mobilizable	chromosome	4916.0	96.684	100.0	0.0011115756817196593	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0073_000000006830	3776	0.5655992331789992	5	5	3	4	4	True	62245	fragment	False	ENG0073_000000006830	0.9751076426264801		0	0	False	False	1.0	0					non-mobilizable	chromosome	3782.0	96.64200000000001	100.0	0.0008547797528062025	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0109_000000000506	27645	0.5655981217947569	20	5	4	4	1	True	32766	maximal	True	ISR0109_000000000506	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	95.14200000000001	3.0	0.002153172866520788	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0073_000000008646	3053	0.5655954629240005	8	5	3	3	3	False	34805	maximal	True	ISR0073_000000008646	1.0		14	3	False	False	0.9941041469573975	0					non-mobilizable	no_good_hit	456.0	87.5	15.0	0.00012302554145433495	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0048_000000023242	1740	0.5655863144113691	3	3	3	3	2	False	64931	fragment	False	FIJ0038_000000019851	0.9352932159593571		0	0	False	False	0.9609195590019226	0					non-mobilizable	no_good_hit	705.0	76.454	42.0	0.00020925119085003253	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0134_000000009806	3845	0.5655862579000436	5	2	2	2	1	False	58212	maximal	True	ENG0134_000000009806	1.0		120	12	False	False	0.9906371831893921	0					non-mobilizable	no_good_hit	295.0	89.831	10.0	0.001206247871628968	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0087_000000022834	1114	0.5655855620373776	2	1	1	1	1	True	61330	fragment	False	ENG0087_000000022834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0084_000000012180	2093	0.5655812842400832	2	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.2254695179963705		0	0	False	False	0.9856665134429932	0					non-mobilizable	other	2099.0	94.426	100.0	0.007152748098128045	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
CHI0167_000000012780	1688	0.5655775071522311	3	2	2	1	1	True	79418	maximal	True	CHI0167_000000012780	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	100.0	20.0	0.0007930886426971577	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0093_000000027157	1376	0.5655775071522311	2	2	2	1	1	True	79414	fragment	False	SPA0093_000000027157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0338_000000022018	1332	0.5655760447899891	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.216706374456449		0	0	False	False	0.9909909963607788	0					non-mobilizable	chromosome	1254.0	77.592	99.0	0.00035128439244866557	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0140_000000016982	1349	0.5655695684205202	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.3138308860550628		0	0	False	False	1.0	0					non-mobilizable	chromosome	1134.0	95.944	95.0	0.00039980422649174086	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0026_000000025499	1344	0.5655695684205202	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.3990867092769253		0	0	False	False	1.0	0					non-mobilizable	chromosome	1327.0	98.191	99.0	0.00046755569294047364	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0169_000000012180	1288	0.5655695684205202	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.42066287658470314		0	0	False	False	0.9937888383865356	0					non-mobilizable	chromosome	1254.0	98.166	97.0	0.0004417960208011117	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0083_000000019344	1199	0.5655695684205202	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.057441008591209826		0	0	False	False	1.0	0					non-mobilizable	chromosome	1019.0	96.46700000000001	95.0	0.0003592239210667186	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0005_000000018771	1105	0.5655695684205202	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.19464145461973845		0	0	False	False	0.962895929813385	0					non-mobilizable	chromosome	1106.0	97.46799999999999	100.0	0.0003895709320802135	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0055_000000004626	3745	0.5655672489571526	3	2	2	2	2	False	15413	maximal	True	MON0055_000000004626	1.0		61	7	False	False	0.9943925142288208	0					non-mobilizable	no_good_hit	1829.0	73.209	47.0	0.002515769338039954	NZ_LT635836.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
FIJ0078_000000010242	2437	0.5655647323751555	4	3	2	3	2	False	88963	maximal	True	FIJ0078_000000010242	1.0		1	1	False	False	0.9975379705429077	0					non-mobilizable	no_good_hit	350.0	95.429	14.0	0.0033796870158041524	NZ_GL833115.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD7, whole genome shotgun sequence	True	False
ISR0814_000000025769	1603	0.5655609029461289	2	2	2	1	1	False	34072	maximal	True	ISR0814_000000025769	0.9902488231338265		53	12	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	1.3102804247999963e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0021_000000009940	5011	0.5655598631838253	7	7	6	7	5	False	75932	fragment	False	MAD0095_000000004785	0.9525870178739417		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	993.0	80.866	26.0	0.00027655741110944263	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0846_000000009597	1163	0.5655592639656478	1	1	1	1	1	False	20655	fragment	False	ISR0846_000000009597	1.0		0	0	False	False	0.9957007765769958	0					non-mobilizable	other	598.0	99.666	100.0	0.0006550362080315998	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
AST0047_000000018373	1275	0.5655535415239717	2	2	2	2	2	False	115062	maximal	True	AST0047_000000018373	1.0		2	2	False	False	0.9827451109886169	0					non-mobilizable	no_good_hit	776.0	93.557	61.0	0.0001338521217036962	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	True	False
CHI0018_000000006029	2835	0.5655496792796404	5	3	1	2	2	True	89573	maximal	True	CHI0018_000000006029	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1928.0	98.65100000000001	91.0	0.04358052332813171	CP044413.1	firmicutes	Lactobacillus sp. JM1 plasmid unnamed1, complete sequence	False	True
ENG0090_000000022282	1149	0.5655492495182758	2	2	2	2	1	False	61205	maximal	True	ENG0090_000000022282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	96.507	60.0	0.00021897938369752753	CP029612.1	firmicutes	Enterococcus faecalis strain H25 chromosome, complete genome	True	False
DEN0006_000000001762	3115	0.5655464318403645	4	2	2	2	2	False	76371	maximal	True	DEN0006_000000001762	1.0		25	9	False	False	1.0	0					non-mobilizable	no_good_hit	2716.0	98.34299999999999	87.0	0.001431992236123125	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
CHI0022_000000002063	5664	0.5655421048452076	8	5	3	2	4	False	105267	maximal	True	CHI0022_000000002063	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2764.0	97.79299999999999	86.0	0.0005191733524908363	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
CHI0073_000000004511	1845	0.565537441915635	3	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.4545645602799603		0	0	False	False	1.0	0					non-mobilizable	other	1845.0	97.88600000000001	100.0	0.004649286470677223	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
FIJ0104_000000020191	1369	0.5655362457836385	2	1	1	1	1	True	42466	maximal	True	FIJ0104_000000020191	1.0		0	0	False	False	0.9992695450782776	0					non-mobilizable	no_good_hit								True	True
FIJ0079_000000004201	7003	0.5655344295811401	10	7	7	6	5	False	116361	maximal	False	FIJ0052_000000003133	0.2513553369760953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1817.0	98.844	86.0	0.023380368730044288	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MAD0043_000000000735	17260	0.5655343478227203	30	10	3	9	7	False	18084	maximal	True	MAD0043_000000000735	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.2805608124609543e-05	NZ_UZAC03000001.1	firmicutes	Pasteuria penetrans isolate RES148, whole genome shotgun sequence	True	False
MON0103_000000047268	1249	0.5655299826073951	2	2	1	1	2	False	64022	fragment	False	MON0029_000000024636	0.8261147599940792		0	0	False	False	0.9879903793334961	0					non-mobilizable	chromosome	1250.0	94.4	100.0	0.000513957148822717	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0027_000000033266	1249	0.5655299826073951	2	2	1	1	2	False	64022	fragment	False	MON0029_000000024636	0.8261147599940792		0	0	False	False	1.0	0					non-mobilizable	chromosome	1250.0	94.4	100.0	0.000513957148822717	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0131_000000013274	2364	0.5655263405386177	3	2	2	2	2	False	31679	maximal	True	ISR0131_000000013274	1.0		25	8	False	False	0.999576985836029	0					non-mobilizable	no_good_hit	314.0	75.47800000000001	13.0	0.0008865527112783805	NZ_AAWL01000001.1	firmicutes	Thermosinus carboxydivorans Nor1 ctg55, whole genome shotgun sequence	True	False
FIJ0065_000000014908	1320	0.5655252293165471	2	2	2	2	2	False	45396	maximal	True	FIJ0065_000000014908	1.0		3	1	False	False	0.9992424249649048	0					non-mobilizable	other	1304.0	95.015	99.0	0.004917834793964235	NZ_JABAFG010000001.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_1, whole genome shotgun sequence	False	False
FIJ0086_000000004806	6182	0.5655248011068397	5	4	1	4	1	True	103080	fragment	False	FIJ0086_000000004806	0.960360625464363		0	0	False	False	0.9996764659881592	0					non-mobilizable	other	6188.0	97.915	100.0	0.023980015360863933	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
USA0072_01_000000003333	6036	0.5655248011068397	4	4	1	4	1	True	103080	fragment	False	FIJ0086_000000004806	0.9496858111085977		0	0	False	False	0.999502956867218	0					non-mobilizable	other	5623.0	97.546	95.0	0.02180777197650874	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
MON0069_000000007340	5585	0.5655248011068397	4	4	1	4	1	True	103080	fragment	False	FIJ0086_000000004806	0.6266580394694273		0	0	False	False	1.0	0					non-mobilizable	other	5569.0	97.72	99.0	0.0215983056501602	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
SPA0103_000000002651	5825	0.5655241528088096	7	3	1	3	0	True	92499	maximal	True	SPA0103_000000002651	1.0		1	1	False	False	1.0	0					non-mobilizable	other	5654.0	98.09	97.0	0.09799975712575681	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	False	True
ENG0144_000000001089	19465	0.5655226647535784	16	4	4	3	0	False	57581	fragment	False	ENG0144_000000001089	1.0		0	0	False	False	0.9999486207962036	0					non-mobilizable	plasmid	19476.0	95.8	100.0	0.07990725161078507	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
USA0121_01_000000004945	8990	0.5655226062827196	11	6	3	5	0	False	203	maximal	True	USA0121_01_000000004945	1.0		1	1	False	False	0.9974415898323059	0					non-mobilizable	no_good_hit	424.0	100.0	5.0	0.003920078586918244	NZ_WNCH01000006.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold6_size107933, whole genome shotgun sequence	True	False
ISR0129_000000002270	5304	0.5655139764763929	6	2	1	1	2	False	126495	maximal	False	ISR0111_000000002356	0.47325924639694394	PS879|PS961	0	0	False	True	0.9998114705085754	0					non-mobilizable	no_good_hit	1239.0	99.839	25.0	0.02330528416257224	CP049777.1	firmicutes	Enterococcus faecalis strain ES-1 plasmid unnamed2, complete sequence	True	True
ISR0355_000000005820	3160	0.5655139764763929	4	2	1	1	2	False	99532	fragment	False	ISR0355_000000005820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	99.839	42.0	0.020869154782374163	AP018546.1	firmicutes	Enterococcus faecalis plasmid pKUB3007-3 KUB3007 DNA, complete genome	True	False
DEN0021_000000012171	2817	0.5655131530774923	4	2	1	2	0	True	119008	fragment	False	DEN0021_000000012171	1.0		0	0	False	False	0.9960951209068298	0					non-mobilizable	no_good_hit	1339.0	89.993	47.0	0.016040202942913268	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
DEN0045_000000029878	1425	0.5655129762777981	3	2	2	2	2	False	72857	maximal	True	DEN0045_000000029878	1.0		133	11	False	False	0.9922807216644287	0					non-mobilizable	chromosome	1304.0	81.288	91.0	0.000408811285839149	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0117_000000006895	3214	0.565510990009069	4	1	1	1	1	False	59379	maximal	True	ENG0117_000000006895	1.0		3	3	False	False	0.9978220462799072	0					non-mobilizable	no_good_hit	2825.0	99.71700000000001	88.0	0.026523156105303692	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	True	False
ISR0195_000000007875	2860	0.5655105844368916	5	2	2	2	2	True	32518	maximal	True	ISR0195_000000007875	1.0		1	1	False	False	0.9996503591537476	0					non-mobilizable	no_good_hit	491.0	71.487	17.0	0.00012169442805124314	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ENG0087_000000009356	2914	0.5655094210416026	4	4	3	2	3	False	117256	maximal	True	ENG0087_000000009356	1.0		7	6	False	False	1.0	0					non-mobilizable	no_good_hit	1157.0	76.318	73.0	0.0004812216658737128	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0148_000000008857	3297	0.5655079685586729	4	2	2	2	1	False	117016	maximal	True	ISR0148_000000008857	1.0		37	7	False	False	0.9993934035301208	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
CHI0011_000000001878	3133	0.5655050058678027	3	3	3	3	2	False	90208	maximal	True	CHI0011_000000001878	1.0		90	9	False	False	0.9993616342544556	0					non-mobilizable	other	2900.0	84.82799999999999	92.0	0.02247681396617567	NZ_WNCH01000008.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold8_size127380, whole genome shotgun sequence	False	False
SPA0077_000000002790	9131	0.5655042909249257	14	13	6	8	11	False	132521	backbone	False	USA0060_01_000000001071	0.08174978752583438	PS1166	0	0	False	True	1.0	0					non-mobilizable	chromosome	7841.0	99.45200000000001	96.0	0.0014779419474511206	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
MON0053_000000034974	1184	0.5655032502811573	1	1	1	1	1	False	42947	fragment	False	USA0037_01_000000028011	0.9583333333333333		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	100.0	93.0	0.028601117028185477	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
MAD0061_000000002022	7413	0.5655005521705214	11	3	2	3	0	False	16839	fragment	False	MAD0061_000000002022	1.0		0	0	False	False	0.9967624545097351	0					non-mobilizable	no_good_hit	81.0	86.42	1.0	0.007634325473521454	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	False
DEN0022_000000033854	1241	0.5654763439547861	2	2	2	2	2	False	74450	maximal	False	ISR0312_000000014179	0.9601881016320727		0	0	False	False	0.998388409614563	0					non-mobilizable	no_good_hit	1024.0	71.387	81.0	0.016003825615685023	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0236_000000007488	1508	0.565474886279688	2	2	2	2	1	False	27327	fragment	False	ISR0236_000000007488	1.0		0	0	False	False	0.9986737370491028	0					non-mobilizable	other	1443.0	94.04	96.0	0.0006895908156648617	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
ISR0262_000000015150	1146	0.565474886279688	2	2	2	2	1	False	119628	maximal	True	ISR0262_000000015150	0.9753223301334232		394	12	False	False	0.9991273880004883	0					non-mobilizable	chromosome	1146.0	99.738	100.0	0.00048396511562539494	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
AUS0024_000000028111	1137	0.565474886279688	2	2	2	2	1	False	119628	maximal	False	ISR0262_000000015150	0.9642775364202345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1137.0	99.648	100.0	0.0004603480652818943	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
ENG0105_000000020513	1122	0.565474886279688	2	2	2	2	1	False	60111	maximal	True	ENG0105_000000020513	1.0		149	12	False	False	0.9946523904800415	0					non-mobilizable	other	1122.0	99.911	100.0	0.0005144812000950941	AP018132.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: TMC 3115	False	False
MON0053_000000025092	1599	0.5654738317359761	1	1	1	1	1	False	53068	fragment	False	MON0053_000000025092	0.9601931230960336		0	0	False	False	1.0	0					non-mobilizable	other	1599.0	99.25	100.0	0.0004320765170198401	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0053_000000001868	4251	0.5654730989828499	8	8	5	7	5	False	104899	maximal	True	DEN0053_000000001868	1.0		0	0	False	False	0.9967066645622253	0					non-mobilizable	no_good_hit	2580.0	95.969	63.0	0.20798709156918113	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
FIJ0132_000000016635	1962	0.565471616715182	3	3	2	3	1	False	40780	maximal	True	FIJ0132_000000016635	1.0		56	10	False	False	0.9989806413650513	0					non-mobilizable	no_good_hit	123.0	77.236	6.0	0.00033888526353230473	NZ_AUJC01000004.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
SPA0074_000000013323	1633	0.5654702643684464	2	2	2	2	1	False	5813	fragment	False	SPA0074_000000013323	1.0		0	0	False	False	0.9663196802139282	0					non-mobilizable	other	1589.0	95.97200000000001	97.0	0.025324126493055002	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
AST0153_000000013889	2316	0.5654662875445421	3	2	2	2	2	False	103411	maximal	True	AST0153_000000013889	1.0		2	1	False	False	0.9853194952011108	0					non-mobilizable	no_good_hit	447.0	86.13	19.0	0.0021496256434253625	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
AST0031_000000007603	3829	0.5654623581394778	6	5	4	5	3	False	122479	maximal	False	ISR0139_000000005968	0.9427777676216941		0	0	False	False	1.0	0					non-mobilizable	other	3829.0	98.72	100.0	0.047604243095021946	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0066_000000012585	2574	0.5654552795396017	3	3	2	3	1	False	72280	fragment	False	ISR0066_000000012585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0099_000000002008	2810	0.5654429059666978	3	3	3	3	2	False	5001	maximal	True	SPA0099_000000002008	1.0		4	1	False	False	0.9967971444129944	0					non-mobilizable	other	2810.0	99.573	100.0	0.0006423886888364326	CP021694.1	enterobacteria	Proteus mirabilis strain AR_0155, complete genome	False	False
MON0032_000000010556	2501	0.5654339919167423	3	3	2	3	2	False	113383	maximal	True	MON0032_000000010556	1.0		9	7	False	False	0.9992003440856934	0					non-mobilizable	no_good_hit	1505.0	96.213	65.0	0.0004206606807650035	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0106_000000006895	2924	0.5654224404458367	4	4	4	3	3	False	107438	maximal	True	AST0106_000000006895	1.0		162	10	False	False	0.99863201379776	0					non-mobilizable	other	2925.0	97.949	99.0	0.014428390967945681	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
ISR0212_000000022382	1600	0.5654202608828984	2	2	2	2	1	False	28330	maximal	True	ISR0212_000000022382	1.0		8	4	False	False	0.971875011920929	0					non-mobilizable	no_good_hit	526.0	71.293	32.0	0.004037027108006245	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
ENG0052_000000013920	2223	0.5654193497792839	4	3	2	3	1	False	63985	maximal	True	ENG0052_000000013920	1.0		6	3	False	False	0.9995501637458801	0					non-mobilizable	no_good_hit	461.0	91.757	21.0	0.0008406439442501053	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0143_000000018194	1609	0.5654176966265022	3	2	2	2	2	False	93194	fragment	False	SPA0113_000000016247	0.7193308411771715		0	0	False	False	0.9962709546089172	0					non-mobilizable	other	1609.0	99.50299999999999	100.0	0.0005074037400199554	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
AST0026_000000017222	1545	0.5654138045870551	2	2	2	2	2	False	119234	fragment	False	ISR0373_000000010725	0.9944169107312243		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	99.935	100.0	0.000654708622860271	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ENG0118_000000010738	1360	0.5654104207697417	2	2	2	1	1	False	59291	maximal	True	ENG0118_000000010738	1.0		0	0	False	False	0.9566176533699036	0					non-mobilizable	no_good_hit	1167.0	86.889	85.0	0.001284794666654791	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
MON0074_000000008391	2318	0.5654086894896639	5	5	5	5	4	False	10378	fragment	False	MON0074_000000008391	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2318.0	99.741	100.0	0.0010559069670702983	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ISR0146_000000013256	2966	0.5654086843621443	4	4	4	4	4	False	82041	fragment	False	ISR0146_000000013256	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2967.0	99.09	100.0	0.08320942628699678	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
ISR0036_000000006883	1841	0.5654074358578309	6	3	2	2	2	False	36755	maximal	True	ISR0036_000000006883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0304_000000009719	1108	0.5654047621003598	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.09042921006243583		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	94.675	100.0	0.06281920326864147	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
CHI0108_000000003080	2533	0.5654016236981527	4	4	4	3	4	False	82922	fragment	False	CHI0108_000000003080	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2533.0	99.84200000000001	100.0	0.0005243033877826129	CP041628.1	enterobacteria	Escherichia coli strain PE15 chromosome, complete genome	False	False
ISR0348_000000001876	5776	0.5653991241991719	5	4	2	3	1	True	97580	fragment	False	FIJ0053_000000002732	0.6030798823219946		0	0	False	False	0.9987881183624268	0					non-mobilizable	no_good_hit	229.0	89.956	6.0	0.0021602774251009075	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
DEN0035_000000032592	1114	0.5653986515059342	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.08872834377849502		0	0	False	False	0.9982046484947205	0					non-mobilizable	no_good_hit	829.0	77.684	73.0	0.006020770923651031	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0155_000000004873	5270	0.5653976527446074	6	5	5	5	4	True	32076	maximal	True	ISR0155_000000004873	1.0		1008	14	False	False	1.0	0					non-mobilizable	other	4044.0	93.175	90.0	0.0034619571002310833	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
AST0104_000000020295	1703	0.5653954437733864	3	3	3	3	3	False	107791	fragment	False	AST0104_000000020295	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	98.708	100.0	0.016795189525962935	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ISR0282_000000007420	2884	0.565393421458084	4	2	2	2	1	False	105790	maximal	True	ISR0282_000000007420	1.0		25	8	False	False	1.0	0					non-mobilizable	chromosome	2884.0	99.029	100.0	0.000979300469568119	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0255_000000012877	2412	0.565393421458084	2	2	2	2	1	False	96313	fragment	False	ISR0255_000000012877	1.0		0	0	False	False	0.9991708397865295	0					non-mobilizable	chromosome	2412.0	99.62700000000001	100.0	0.0008192551811688879	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0019_000000008217	2109	0.565393421458084	2	2	2	2	1	False	96311	fragment	False	ISR0019_000000008217	1.0		0	0	False	False	0.9895685315132141	0					non-mobilizable	chromosome	2092.0	98.47	99.0	0.0007105195287532744	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0011_000000012131	3555	0.5653903968995424	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.9046516036755182		0	0	False	False	0.996343195438385	0					non-mobilizable	no_good_hit	1688.0	99.46700000000001	47.0	0.10468148516080963	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
FIJ0045_000000006369	3487	0.5653903968995424	3	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8690804529871793		0	0	False	False	0.9945511817932129	0					non-mobilizable	no_good_hit	1694.0	99.292	49.0	0.010958549222797927	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
FIJ0147_000000005609	3375	0.5653903968995424	2	2	2	2	2	False	101221	fragment	False	ISR0256_000000004788	0.8719204239073111		0	0	False	False	0.9914073944091797	0					non-mobilizable	no_good_hit	1690.0	99.46700000000001	50.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
AST0010_000000015803	1880	0.5653888121022784	3	2	1	1	1	False	126252	maximal	True	AST0010_000000015803	1.0		1	1	False	False	0.9845744967460632	0					non-mobilizable	no_good_hit								True	False
SPA0081_000000007485	1696	0.5653886521018929	2	1	1	1	1	False	5610	fragment	False	SPA0081_000000007485	1.0		0	0	False	False	0.9958726167678833	0					non-mobilizable	other	1696.0	99.941	100.0	0.002136986508617918	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
AST0029_000000001586	15985	0.5653849681494494	18	9	4	7	7	False	118488	maximal	True	AST0029_000000001586	1.0		22	7	False	False	0.9997497797012329	0					non-mobilizable	chromosome	6813.0	96.742	92.0	0.0020646002471213397	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
ENG0150_000000009479	1802	0.5653810349916636	2	2	1	2	1	False	57153	maximal	True	ENG0150_000000009479	1.0		4	2	False	False	0.9833518266677856	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000009122	3087	0.5653805987821401	7	2	2	2	1	True	70745	fragment	False	SPA0040_000000011578	0.9284229284229284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	88.13600000000001	4.0	4.125349993635678e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ENG0120_000000010373	2069	0.5653805987821401	5	2	2	2	1	True	59184	fragment	False	ENG0120_000000010373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0124_000000027041	1142	0.5653797977077213	2	2	2	1	2	False	86944	fragment	False	ISR0338_000000024916	0.9630511723403504		0	0	False	False	0.9912434220314026	0					non-mobilizable	other	1142.0	98.42399999999999	100.0	0.00950705106287163	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ENG0020_000000006619	3015	0.5653776296146489	5	2	0	1	1	True	66496	maximal	True	ENG0020_000000006619	1.0		1	1	True	True	1.0	1149					non-mobilizable	no_good_hit	589.0	73.854	19.0	0.11706026058631921	LN853322.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0704	True	True
ISR0222_000000013046	4428	0.5653745668304585	4	1	1	1	1	False	27902	maximal	True	ISR0222_000000013046	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.665389133749364e-05	CP053952.1	firmicutes	Bacillus cereus strain FDAARGOS_798 plasmid unnamed1, complete sequence	True	False
USA0038_01_000000006409	2714	0.5653742616567565	4	3	3	2	2	False	122203	fragment	False	USA0038_01_000000006409	0.969603693728357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	74.74	25.0	0.013043734875759902	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0019_000000017495	1707	0.5653742616567565	4	3	3	2	2	False	122199	fragment	False	AST0019_000000017495	0.9855295566502462		0	0	False	False	0.994727611541748	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	0.00048394902403613486	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
ISR0231_000000006390	2652	0.5653705658524938	1	1	1	1	1	False	104546	maximal	False	AST0149_000000009348	0.9516626671237574		0	0	False	False	1.0	0					non-mobilizable	other	2652.0	99.321	100.0	0.018188429661342556	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0026_000000010403	1222	0.565370490801996	2	2	2	2	2	False	66036	fragment	False	ENG0026_000000010403	1.0		0	0	False	False	0.9836333990097046	0					non-mobilizable	other	1213.0	97.279	99.0	0.00504266712156073	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	False	False
SPA0057_000000019539	1674	0.5653704017247058	2	2	2	2	1	False	6332	fragment	False	SPA0057_000000019539	1.0		0	0	False	False	0.9737156629562378	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	3.0	9.736569195306521e-05	NZ_FPBF01000004.1	CFB group bacteria	Algoriphagus locisalis strain DSM 23445, whole genome shotgun sequence	True	False
DEN0035_000000010239	3089	0.5653686337488024	2	2	2	2	2	False	73472	maximal	True	DEN0035_000000010239	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	74.87899999999999	40.0	0.00041016353273318066	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ISR0084_000000012182	2093	0.5653550876309142	3	3	2	2	1	True	131280	fragment	False	ISR0084_000000012182	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	2103.0	93.62799999999999	100.0	0.0007417374087251891	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0124_000000020536	1509	0.5653543534963709	2	1	1	1	1	False	58916	fragment	False	ENG0124_000000020536	1.0		0	0	False	False	0.970841646194458	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000002837	8789	0.5653521125972495	9	4	2	4	3	True	75785	maximal	True	DEN0065_000000002837	0.9976148057361132		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	75.72	20.0	0.0024909221922375913	NZ_FXLP01000004.1	firmicutes	Peptoniphilus vaginalis strain KhD- 2, whole genome shotgun sequence	True	True
SPA0044_000000002751	8598	0.5653521125972495	8	4	2	4	3	True	75785	maximal	False	DEN0065_000000002837	0.9813331380540149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	75.72	20.0	0.0024909221922375913	NZ_FXLP01000004.1	firmicutes	Peptoniphilus vaginalis strain KhD- 2, whole genome shotgun sequence	True	True
USA0027_01_000000003035	8544	0.5653521125972495	9	4	2	4	3	True	75785	maximal	False	DEN0065_000000002837	0.9856485300695741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	75.72	21.0	0.0024909221922375913	NZ_FXLP01000004.1	firmicutes	Peptoniphilus vaginalis strain KhD- 2, whole genome shotgun sequence	True	True
SPA0009_000000003695	8524	0.5653521125972495	9	4	2	4	3	True	75785	maximal	False	DEN0065_000000002837	0.9843750342653909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1771.0	75.72	21.0	0.0024909221922375913	NZ_FXLP01000004.1	firmicutes	Peptoniphilus vaginalis strain KhD- 2, whole genome shotgun sequence	True	True
ISR0147_000000008606	2812	0.5653408000634201	4	3	3	3	3	False	63422	fragment	False	ISR0147_000000008606	1.0		0	0	False	False	0.9886202216148376	0					non-mobilizable	chromosome	2812.0	99.538	100.0	0.003863264355304876	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ENG0174_000000001897	7886	0.5653376760378847	10	6	4	3	4	False	126176	fragment	False	ISR0282_000000002188	0.9430711860778599		0	0	False	False	0.9987319111824036	0					non-mobilizable	no_good_hit	598.0	85.786	8.0	0.09020618556701031	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
DEN0008_000000001181	5345	0.5653373233524536	5	3	3	3	1	False	76169	maximal	True	DEN0008_000000001181	1.0		1	1	False	False	0.999251663684845	0					non-mobilizable	no_good_hit	1031.0	90.59200000000001	22.0	0.00031459596889138095	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
CHI0140_000000012301	2378	0.5653361311299387	3	2	2	2	0	True	129315	fragment	False	SPA0095_000000008348	0.6014007808680515		0	0	False	False	0.9907485246658325	0		MOBV			mobilizable	other	2085.0	99.95200000000001	100.0	0.32255068874787185	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
ISR0389_000000009366	2315	0.565335659397835	4	3	3	3	2	False	121992	maximal	True	ISR0389_000000009366	1.0		1	1	False	False	0.9995680451393127	0					non-mobilizable	no_good_hit	1283.0	91.58200000000001	55.0	0.9559043348281017	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0070_000000006804	3511	0.5653339259903164	5	1	1	1	1	False	62443	maximal	True	ENG0070_000000006804	1.0		272	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0074_000000012904	1701	0.5653265374259244	3	3	3	3	1	True	110592	maximal	True	SPA0074_000000012904	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1696.0	92.15799999999999	99.0	0.0020567860375301796	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
CHI0181_000000005434	3693	0.5653218689857221	4	4	3	4	3	False	77446	maximal	True	CHI0181_000000005434	1.0		2	1	False	False	0.9989168643951416	0					non-mobilizable	other	1960.0	99.898	94.0	0.03309792525511928	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	False	False
CHI0020_000000002003	4291	0.5653179909742959	3	3	3	1	2	False	89397	fragment	False	CHI0020_000000002003	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4241.0	99.387	100.0	0.0011310500172191694	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0109_000000017472	1401	0.5653172608967605	3	2	2	1	1	False	59857	maximal	True	ENG0109_000000017472	1.0		81	13	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	8.642186756084492e-06	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0031_000000020428	1200	0.5653151310659122	2	2	2	1	2	False	127813	fragment	False	ENG0034_000000009950	0.3176608466446867		0	0	False	False	1.0	0					non-mobilizable	chromosome	1200.0	97.917	100.0	0.00042309379308349274	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0005_000000005405	5512	0.565309782013375	7	7	7	7	7	False	113197	fragment	False	SPA0005_000000005405	0.9967177242888402		0	0	False	False	0.9998185634613037	0					non-mobilizable	chromosome	5512.0	100.0	100.0	0.0011570987831881169	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
MON0014_000000010241	1620	0.5653016280837184	2	1	1	1	1	False	49460	fragment	False	MON0014_000000010241	0.9600125944584383		0	0	False	False	0.9759259223937988	0					non-mobilizable	other	1619.0	83.87899999999999	99.0	0.014678748241655859	NZ_JAAIOD010000012.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_12_length_109478_cov_283.605, whole genome shotgun sequence	False	False
CAN0017_000000003934	9902	0.5652973135633445	5	4	2	4	2	False	92571	maximal	True	CAN0017_000000003934	1.0		3	1	False	False	0.9936376214027405	0					non-mobilizable	no_good_hit	1075.0	73.953	11.0	0.013803147272235182	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	True	False
ISR0317_000000011364	1832	0.5652964982009123	3	2	2	2	1	False	25159	fragment	False	ISR0317_000000011364	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000011867	2687	0.5652929891130007	3	2	2	2	1	False	63097	maximal	True	ENG0063_000000011867	1.0		27	6	False	False	0.9970226883888245	0					non-mobilizable	no_good_hit	224.0	95.089	8.0	0.00206824273564519	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	False
ISR0213_000000014651	1808	0.5652929891130007	2	2	2	2	1	False	28266	fragment	False	ISR0213_000000014651	1.0		0	0	False	False	0.9834070801734924	0					non-mobilizable	no_good_hit	94.0	100.0	5.0	0.000862540692443958	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	False
MON0103_000000032004	1728	0.5652929891130007	2	2	2	2	1	False	11858	fragment	False	MON0103_000000032004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	5.287943195739093e-05	NZ_OBEG01000005.1	high GC Gram+	Nocardia amikacinitolerans strain DSM 45537, whole genome shotgun sequence	True	False
ETH0003_000000017378	2252	0.5652868866086647	3	2	2	2	1	False	53182	fragment	False	ETH0003_000000017378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0146_000000007747	3063	0.5652835343038896	4	4	3	2	3	False	94789	maximal	True	SPA0146_000000007747	1.0		193	10	False	False	0.9980411529541016	0					non-mobilizable	chromosome	3010.0	98.97	98.0	0.0012144922109593637	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
MON0079_000000004686	4874	0.5652820885031146	12	5	1	4	2	True	10116	maximal	True	MON0079_000000004686	1.0		1	1	False	False	0.9995896816253662	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.0653598252809887e-05	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	True
ISR0075_000000009735	2560	0.5652771131045969	3	3	3	3	2	False	117892	fragment	False	ENG0045_000000004568	0.9356417693981145		0	0	False	False	0.989453136920929	0					non-mobilizable	chromosome	2560.0	92.852	100.0	0.0008062754581160702	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0019_000000007700	3636	0.5652767218730808	6	6	6	4	3	False	99543	maximal	True	SPA0019_000000007700	1.0		1	1	False	False	0.9988998770713806	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000003368	9992	0.5652757277689314	24	4	3	4	2	False	53020	maximal	True	MAD0107_000000003368	1.0		1	1	False	False	0.9990992546081543	0					non-mobilizable	no_good_hit	1148.0	71.777	11.0	0.002815258953774699	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0089_000000016085	1839	0.5652713633776244	3	2	2	2	2	False	33733	maximal	True	ISR0089_000000016085	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	99.275	8.0	0.0004355719186466113	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
CHI0156_000000003513	3620	0.5652698080541692	5	3	2	3	3	False	118640	fragment	False	ENG0009_000000003397	0.8119455201429521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	89.516	81.0	0.0004463658579501787	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ISR0397_000000007181	2713	0.5652698080541692	3	3	2	3	3	False	118619	fragment	False	ISR0397_000000007181	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2707.0	92.98100000000001	99.0	0.0005999302561642223	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0024_000000007615	1670	0.5652662381449026	2	2	2	2	2	False	89017	fragment	False	CHI0024_000000007615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	79.771	16.0	0.0008194552057725358	NZ_SLZZ01000002.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_102, whole genome shotgun sequence	True	False
CAN0009_000000013833	1924	0.5652652975470216	4	4	2	3	0	False	94785	maximal	True	CAN0009_000000013833	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	97.368	49.0	0.003054934088750825	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0148_000000015253	1346	0.5652616097004064	2	2	2	2	2	False	39883	fragment	False	ISR0083_000000018688	0.9313806622284124		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	99.85	99.0	0.0423115960416138	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
USA0023_01_000000027023	1116	0.5652590359412207	2	1	1	1	1	False	1684	maximal	True	USA0023_01_000000027023	1.0		5	4	False	False	0.9928315281867981	0					non-mobilizable	no_good_hit	111.0	80.18	10.0	0.0008828462964597864	NZ_FNBY01000012.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
SPA0046_000000014974	2096	0.5652560994898861	3	2	2	2	0	True	33984	maximal	True	SPA0046_000000014974	0.9827456992236809		47	8	False	False	0.9952290058135986	0					non-mobilizable	no_good_hit	40.0	100.0	2.0	1.167077288346793e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
MON0063_000000014067	2070	0.5652560994898861	3	2	2	2	0	True	33984	maximal	False	SPA0046_000000014974	0.9614359363930542		0	0	False	False	0.9613526463508606	0					non-mobilizable	no_good_hit								True	True
ISR0085_000000012741	1941	0.5652560994898861	3	2	2	2	0	True	33984	maximal	False	SPA0046_000000014974	0.9473971495464394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0333_000000012249	1882	0.5652560994898861	3	2	2	2	0	True	33984	maximal	False	SPA0046_000000014974	0.47642967542503867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0028_000000012968	2267	0.5652555363324514	3	2	2	2	0	True	74023	maximal	True	DEN0028_000000012968	1.0		1	1	False	False	0.9986766576766968	0					non-mobilizable	no_good_hit	717.0	92.74799999999999	32.0	0.006525315298848474	NZ_SLUM01000012.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_112, whole genome shotgun sequence	True	True
FIJ0076_000000009740	1444	0.5652553441668227	2	2	2	2	2	False	44536	maximal	True	FIJ0076_000000009740	1.0		5	1	False	False	0.9584487676620483	0					non-mobilizable	no_good_hit	96.0	85.417	7.0	0.0017261959416031585	NZ_BAEW01000010.1	firmicutes	Peptoniphilus rhinitidis 1-13 strain 42017, whole genome shotgun sequence	True	False
FIJ0102_000000025699	1274	0.5652549730136182	3	1	1	1	1	False	42603	maximal	True	FIJ0102_000000025699	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	78.14	17.0	0.00017205135773798943	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
MAD0036_000000022677	1390	0.5652522320301088	2	2	2	2	1	False	18710	maximal	True	MAD0036_000000022677	1.0		5	4	False	False	0.9985611438751221	0					non-mobilizable	no_good_hit								True	False
MAD0101_000000017381	1651	0.5652499907385693	2	2	2	2	1	True	54332	fragment	False	MAD0101_000000017381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	82.946	8.0	0.06307222787385554	XM_027980834.1	aphids	PREDICTED: Aphis gossypii ATP-binding cassette sub-family B member 10, mitochondrial-like (LOC114119321), mRNA	True	True
FIJ0077_000000014007	2116	0.5652485985514974	3	3	3	3	2	False	44511	maximal	True	FIJ0077_000000014007	1.0		6	3	False	False	0.9995273947715759	0					non-mobilizable	no_good_hit	571.0	72.68	27.0	0.00017237024393604238	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0062_000000012023	2943	0.5652455985066004	3	3	3	3	2	False	79937	maximal	True	ISR0062_000000012023	0.9940015306410857		130	11	False	False	0.9966021180152893	0					non-mobilizable	other	2943.0	99.354	100.0	0.002525434611673654	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0336_000000009912	1535	0.5652447600585101	2	2	2	2	2	False	24462	fragment	False	ISR0336_000000009912	1.0		0	0	False	False	0.999348521232605	0					non-mobilizable	other	1000.0	99.9	96.0	0.0011744291850942718	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0075_000000010004	1987	0.5652431542614151	3	2	2	2	1	True	118993	fragment	False	AST0055_000000015802	0.725393428455729		0	0	False	False	1.0	0					non-mobilizable	other	2006.0	77.418	99.0	0.0004803035106288298	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
CAN0010_000000009567	1380	0.5652431542614151	2	2	2	2	1	True	94575	fragment	False	CAN0010_000000009567	1.0		0	0	False	False	0.9702898263931274	0					non-mobilizable	other	787.0	95.553	100.0	0.00022284018186029822	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MAD0040_000000019876	1683	0.5652365380543352	2	1	1	1	1	True	38995	fragment	False	MON0040_000000016070	0.9678447276940904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.384383799214708e-05	NZ_SOAW01000002.1	high GC Gram+	Naumannella halotolerans strain DSM 24323 Ga0181006_12, whole genome shotgun sequence	True	True
ISR0060_000000024469	1111	0.5652363290603688	3	3	3	2	1	False	35385	maximal	True	ISR0060_000000024469	1.0		24	5	False	False	0.9963996410369873	0					non-mobilizable	no_good_hit	531.0	99.435	89.0	0.00017082870940843953	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0034_01_000000003417	15204	0.5652348172919414	17	8	5	8	6	True	119230	maximal	True	USA0034_01_000000003417	0.9999012573234152		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	0.0009656628264726358	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	True
USA0069_01_000000003580	15191	0.5652348172919414	17	8	5	8	6	True	119230	maximal	False	USA0034_01_000000003417	0.9994738226782426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	0.0	0.0009656628264726358	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	True
CHI0131_000000015010	1223	0.5652344130638549	3	3	2	2	3	False	80979	maximal	True	CHI0131_000000015010	1.0		0	0	False	False	0.9991823434829712	0					non-mobilizable	other	1202.0	90.266	97.0	0.00033695733428809263	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
DEN0028_000000002474	8450	0.5652324026085472	12	9	8	8	7	False	116351	fragment	False	DEN0028_000000002474	1.0		0	0	False	False	0.9938461780548096	0					non-mobilizable	no_good_hit								True	False
ISR0263_000000013977	1182	0.5652323485762318	1	1	1	1	1	False	92341	fragment	False	ENG0151_000000020200	0.8222403157918684		0	0	False	False	0.9949238300323486	0					non-mobilizable	no_good_hit	903.0	80.399	75.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0325_000000018250	1182	0.5652323485762318	2	1	1	1	1	False	92341	fragment	False	ENG0151_000000020200	0.9654236767887295		0	0	False	False	0.9864636063575745	0					non-mobilizable	no_good_hit	905.0	80.331	75.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0021_000000027999	1120	0.5652323485762318	1	1	1	1	1	False	92341	fragment	False	ENG0151_000000020200	0.9353169543104138		0	0	False	False	0.9928571581840515	0					non-mobilizable	no_good_hit	902.0	80.59899999999999	80.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0151_000000019944	1120	0.5652323485762318	1	1	1	1	1	False	92341	fragment	False	ENG0151_000000020200	0.8207694493796277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	81.195	80.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0092_000000000729	20921	0.5652267473558983	37	13	5	13	5	False	43353	maximal	True	FIJ0092_000000000729	1.0		5	1	False	False	0.9999521970748901	0					non-mobilizable	no_good_hit	1116.0	70.609	5.0	0.00031524603119909326	CP011832.1	firmicutes	Geobacillus sp. 12AMOR1, complete genome	True	False
SPA0027_000000023491	1597	0.5652251556762681	2	2	2	1	1	False	7478	maximal	True	SPA0027_000000023491	1.0		2	1	False	False	0.9931120872497559	0					non-mobilizable	no_good_hit	1011.0	71.81	62.0	0.00010010047420958251	LT629775.1	high GC Gram+	Streptomyces sp. TLI_053 genome assembly, chromosome: I	True	False
TAN0010_000000012603	1322	0.5652194626813574	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8125079485697059		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	92.44	92.0	0.0003253317097119287	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AUS0022_000000029648	1148	0.5652169396956696	2	2	2	2	2	False	99060	fragment	False	CHI0129_000000018995	0.37816733067729086		0	0	False	False	0.9991289377212524	0					non-mobilizable	chromosome	1148.0	99.39	100.0	0.0003897493541272146	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0145_000000017895	1657	0.5652142325733526	2	2	2	2	1	False	57480	maximal	True	ENG0145_000000017895	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	75.94	8.0	0.0004086383674278072	NZ_VULR01000001.1	firmicutes	Anaerosalibacter bizertensis strain Med78-601-WT-4W-RMD-3 seq1, whole genome shotgun sequence	True	False
DEN0046_000000005238	4287	0.5652114252931162	7	6	3	3	6	False	72754	fragment	False	ISR0119_000000007403	0.9707829262725405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	93.459	65.0	0.00042312741132648777	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0033_000000009905	3416	0.5652094907322457	2	2	2	2	2	False	48293	fragment	False	FIJ0033_000000009905	1.0		0	0	False	False	0.9994145035743713	0					non-mobilizable	no_good_hit	768.0	98.177	22.0	0.00020711552693191334	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0050_000000002802	7372	0.5652076850117785	11	9	6	7	6	True	95452	maximal	True	ISR0050_000000002802	1.0		58	10	False	False	0.9978296160697937	0					non-mobilizable	no_good_hit	2513.0	96.339	34.0	0.0009750474893595853	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
AST0150_000000006164	4265	0.565202518524847	6	6	3	4	5	False	110220	maximal	True	AST0150_000000006164	0.9843054869006427		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	1311.0	86.117	85.0	0.0004222369987265203	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0101_000000028868	2205	0.5652018426139787	3	3	3	3	2	False	79901	maximal	True	MON0101_000000028868	1.0		540	13	False	False	0.9882085919380188	0					non-mobilizable	chromosome	2201.0	99.86399999999999	99.0	0.00044139967838014343	CP023644.1	enterobacteria	Escherichia coli M12 chromosome	False	False
ENG0050_000000017639	1575	0.5652007342091258	3	3	3	3	2	False	64131	maximal	True	ENG0050_000000017639	1.0		6	6	False	False	0.9980952143669128	0					non-mobilizable	no_good_hit	569.0	97.891	36.0	0.00015210595786718526	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MON0030_000000025179	1432	0.5651979235577355	2	2	2	2	1	False	12502	maximal	True	MON0030_000000025179	1.0		24	6	False	False	1.0	0					non-mobilizable	other	1375.0	99.273	96.0	0.0029797274438536072	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0343_000000010299	1774	0.5651941246509249	2	2	2	2	1	False	117262	fragment	False	MON0037_000000031911	0.2507988740315286		0	0	False	False	1.0	0					non-mobilizable	other	1405.0	99.21700000000001	92.0	0.00628022132859782	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0093_000000015652	1624	0.5651941246509249	2	2	2	2	1	False	117262	fragment	False	MON0037_000000031911	0.2310639310251831		0	0	False	False	0.9993842244148254	0					non-mobilizable	other	1397.0	98.99799999999999	100.0	0.006244436591682732	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0217_000000014168	1624	0.5651941246509249	2	2	2	2	1	False	117262	fragment	False	MON0037_000000031911	0.23112264051866532		0	0	False	False	0.9993842244148254	0					non-mobilizable	other	1397.0	99.141	100.0	0.006244436591682732	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0058_000000008317	3717	0.5651921863775783	4	4	4	4	4	False	83610	maximal	True	ENG0058_000000008317	1.0		414	13	False	False	0.997309684753418	0					non-mobilizable	chromosome	3712.0	99.973	99.0	0.0007882954168406751	CP049343.1	enterobacteria	Escherichia coli strain UMB200201_11 chromosome, complete genome	False	False
ISR0150_000000008105	2822	0.5651880782658467	3	3	3	3	3	False	33716	maximal	True	ISR0150_000000008105	1.0		15	7	False	False	0.9989369511604309	0					non-mobilizable	no_good_hit	1274.0	80.455	86.0	0.00019960897940267698	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
ISR0160_000000008800	3146	0.565187437828991	6	3	1	1	1	True	114577	fragment	False	ISR0160_000000008800	1.0		0	0	False	False	0.9987285733222961	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.202421336683822e-06	NZ_JQLH01000001.1	CFB group bacteria	Maribacter forsetii DSM 18668 P177DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
AST0052_000000008135	2684	0.565187437828991	4	3	1	1	1	True	114575	fragment	False	AST0052_000000008135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.202421336683822e-06	NZ_JQLH01000001.1	CFB group bacteria	Maribacter forsetii DSM 18668 P177DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
ISR0230_000000004601	5769	0.5651853837118505	4	3	3	1	2	False	33314	fragment	False	ISR0230_000000004601	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5769.0	99.87899999999999	100.0	0.14631795236041703	NZ_WNAJ01000030.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold30_size39421, whole genome shotgun sequence	False	False
ISR0814_000000005278	7254	0.5651853023481871	12	4	1	4	2	False	21558	fragment	False	ISR0814_000000005278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.1178717510454895e-06	CP020684.1	bony fishes	Oryzias latipes strain Hd-rR chromosome 20 sequence	True	False
USA0083_01_000000009530	3201	0.5651848226410187	4	3	2	3	2	False	96496	maximal	True	USA0083_01_000000009530	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	93.913	17.0	0.001027160021976447	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
ENG0193_000000011108	1807	0.5651841428278269	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.9094349473915748		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	99.66799999999999	100.0	0.0007601675567558103	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	True
ISR0185_000000018224	1802	0.5651841428278269	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.9060456976653637		0	0	False	False	0.9772474765777588	0					non-mobilizable	other	1802.0	99.11200000000001	100.0	0.0007704743615137576	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
ISR0021_000000013396	1763	0.5651841428278269	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.9068732713889277		0	0	False	False	0.9920589923858643	0					non-mobilizable	chromosome	1763.0	100.0	100.0	0.0007447567980191668	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
SPA0055_000000017817	1746	0.5651841428278269	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.9059036479778905		0	0	False	False	1.0	0					non-mobilizable	chromosome	1746.0	99.885	100.0	0.0007375712897522395	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ENG0185_000000011491	1742	0.5651841428278269	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.8992422422496995		0	0	False	False	0.9954075813293457	0					non-mobilizable	other	1742.0	99.943	100.0	0.0007437027683598684	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	True
ENG0087_000000015154	1734	0.5651841428278269	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.9046393691780945		0	0	False	False	0.9579008221626282	0					non-mobilizable	chromosome	1734.0	100.0	100.0	0.0007324991662697026	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0374_000000009286	1731	0.5651841428278269	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.9045657537365667		0	0	False	False	0.9988446235656738	0					non-mobilizable	chromosome	1731.0	100.0	100.0	0.0007312311353990683	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0134_000000018512	1731	0.5651841428278269	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.8988417566569978		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	99.94200000000001	100.0	0.0007038231019965794	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
MON0012_000000040001	1413	0.5651827621325763	2	2	2	1	1	False	13584	fragment	False	MON0069_000000030730	0.7583682592338942		0	0	False	False	0.8591648936271667	0					non-mobilizable	no_good_hit								True	False
CHI0049_000000014907	1105	0.5651795896686913	2	2	2	2	2	False	86716	maximal	True	CHI0049_000000014907	1.0		49	9	False	False	0.9692307710647583	0					non-mobilizable	chromosome	1133.0	79.612	99.0	0.0003140202526359745	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CAN0006_000000016003	2815	0.5651792854378906	3	3	2	2	2	False	119218	maximal	True	CAN0006_000000016003	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	87.634	53.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0381_000000009247	1855	0.5651788479118375	5	4	1	2	4	False	23154	fragment	False	ISR0381_000000009247	1.0		0	0	False	False	0.9946091771125793	0					non-mobilizable	other	1855.0	99.946	100.0	0.12691675794085433	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	False
ISR0180_000000003918	5228	0.5651711888774726	7	2	1	2	0	True	120519	backbone	True	ISR0180_000000003918	0.9919992440083566	PS490|PS845	15	5	True	True	1.0	91					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0024_000000003867	5211	0.5651711888774726	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9918128765327096	PS490|PS845	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
AST0113_000000006670	5188	0.5651711888774726	7	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.991773631177385	PS490|PS845	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0177_000000004528	5188	0.5651711888774726	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9916442326019038	PS490|PS845	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0047_000000005237	5188	0.5651711888774726	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9917879801065442	PS490|PS845	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
AST0025_000000006138	5183	0.5651711888774726	7	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9717919293902739	PS490|PS845	0	0	True	True	0.9953694939613342	3					non-mobilizable	no_good_hit	186.0	98.925	4.0	6.501505010551766e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
ISR0062_000000005884	5168	0.5651711888774726	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9917790692251867	PS490|PS845	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0006_000000004987	5168	0.5651711888774726	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9919273096536155	PS490|PS845	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0025_000000003946	5168	0.5651711888774726	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9918452903474126	PS490|PS845	0	0	True	True	0.9998065233230591	33					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0166_000000004978	5168	0.5651711888774726	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9918416309977346	PS490|PS845	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0183_000000005478	5075	0.5651711888774726	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.977852023122806	PS490|PS845	0	0	True	True	0.9982265830039978	11					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0163_000000004314	4944	0.5651711888774726	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9574056512164042	PS490|PS845	0	0	False	True	0.9987863898277283	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0027_000000005696	4588	0.5651711888774726	6	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.9827869490997194	PS490	0	0	True	True	1.0	73					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
DEN0079_000000009683	4562	0.5651711888774726	5	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.9827344713500821	PS490	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0136_000000008326	4548	0.5651711888774726	6	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.9827477823328916	PS490	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
DEN0077_000000001798	4548	0.5651711888774726	5	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.9827257443138756	PS490	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0070_000000005038	4548	0.5651711888774726	6	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.9828420646741497	PS490	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0126_000000008179	4528	0.5651711888774726	5	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.98290440211142	PS490	0	0	True	True	0.9991165995597839	13					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
DEN0064_000000007713	4528	0.5651711888774726	5	2	1	2	0	True	92527	backbone	True	DEN0064_000000007713	0.98290440211142	PS490	12	5	True	True	0.9995583295822144	27					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0082_000000004064	4528	0.5651711888774726	6	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.981934014294159	PS490	0	0	True	True	0.9993374347686768	3					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0077_000000006704	4269	0.5651711888774726	5	2	1	2	0	True	27608	fragment	False	SPA0077_000000006704	1.0		0	0	False	False	0.9981260299682617	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
DEN0062_000000004221	4010	0.5651711888774726	5	2	1	2	0	True	92526	fragment	False	DEN0062_000000004221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0047_000000004159	3914	0.5651711888774726	5	2	1	2	0	True	65583	fragment	False	ENG0047_000000004159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0187_000000012315	2363	0.5651711888774726	3	2	1	2	0	True	65582	fragment	False	ENG0187_000000012315	1.0		0	0	False	False	0.991113007068634	0					non-mobilizable	no_good_hit	96.0	84.375	4.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0052_000000010780	2647	0.5651711016275608	4	3	3	3	2	False	76267	maximal	True	FIJ0052_000000010780	1.0		46	10	False	False	0.9992444515228271	0					non-mobilizable	no_good_hit	559.0	84.258	21.0	0.00016992093318739522	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
USA0034_01_000000017795	3080	0.5651709928137751	4	2	2	2	2	False	121348	maximal	True	USA0034_01_000000017795	1.0		1	1	False	False	0.9883117079734802	0					non-mobilizable	no_good_hit	1833.0	99.12700000000001	60.0	0.000577442001277811	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0039_000000026887	1795	0.5651678141433609	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.05779971265441331		0	0	False	False	0.9994428753852844	0					non-mobilizable	no_good_hit	1029.0	79.009	57.0	0.0002308371178829379	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0021_000000004988	4402	0.5651598617802611	5	5	5	3	3	True	118240	fragment	False	MAD0072_000000001538	0.7448175699282553		0	0	False	False	1.0	0					non-mobilizable	other	4407.0	94.645	100.0	0.018431269081451887	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0106_000000027936	1361	0.5651560437620559	3	3	2	2	2	False	4733	maximal	True	SPA0106_000000027936	1.0		159	13	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	82.54	9.0	1.9694353093281753e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
FIJ0108_000000009955	2273	0.5651546181788579	2	2	1	2	2	True	113499	fragment	False	FIJ0108_000000009955	0.9603753840568587		0	0	False	True	0.9995600581169128	0					non-mobilizable	other	2053.0	90.794	100.0	0.0006151081768440525	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0006_000000010946	3161	0.5651526066012674	3	3	2	2	3	False	73884	fragment	False	FIJ0006_000000010946	1.0		0	0	False	False	0.9952546954154968	0					non-mobilizable	no_good_hit	1216.0	80.757	38.0	0.004305693285889285	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0262_000000004359	3560	0.5651514522353082	6	5	3	3	4	False	26666	maximal	True	ISR0262_000000004359	1.0		3	2	False	False	0.9912921190261841	0					non-mobilizable	no_good_hit	1895.0	98.259	53.0	0.395358561572235	NZ_WNAJ01000054.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold54_size4783, whole genome shotgun sequence	True	False
CAN0003_000000036285	1347	0.5651513387044409	2	2	2	1	1	False	96445	maximal	True	CAN0003_000000036285	1.0		57	10	False	False	1.0	0					non-mobilizable	no_good_hit	1032.0	76.938	76.0	0.00028451125726415425	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0071_000000014153	1420	0.5651482295156236	1	1	1	1	0	True	62277	maximal	True	ENG0071_000000014153	1.0		0	0	False	False	0.9957746267318726	0					non-mobilizable	no_good_hit	811.0	99.75299999999999	57.0	0.12280169799878714	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0007_000000006981	6575	0.5651480508140337	6	3	2	2	1	True	38740	maximal	True	MON0007_000000006981	1.0		8	5	False	False	0.9998478889465332	0					non-mobilizable	no_good_hit								True	True
ENG0198_000000002901	6343	0.5651480508140337	7	3	2	2	1	True	54355	maximal	True	ENG0198_000000002901	1.0		15	7	False	False	0.9998423457145691	0					non-mobilizable	no_good_hit								True	True
MON0092_000000010782	4639	0.5651480508140337	5	3	2	2	1	True	38739	fragment	False	MON0092_000000010782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	98.936	2.0	3.333722267597886e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	True
ISR0051_000000011552	3510	0.5651480508140337	4	3	2	2	1	True	35861	fragment	False	ISR0051_000000011552	1.0		0	0	False	False	0.9951567053794861	0					non-mobilizable	no_good_hit								True	True
AST0084_000000032160	1102	0.5651458418648211	1	1	1	1	1	False	111158	maximal	True	AST0084_000000032160	1.0		266	14	False	False	1.0	0					non-mobilizable	other	1100.0	85.818	99.0	0.00034127484353310613	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0014_000000014506	3199	0.5651379277657126	4	4	2	1	3	False	93701	fragment	False	ISR0812_000000011116	0.9422479525557752		0	0	False	False	1.0	0					non-mobilizable	chromosome	3198.0	99.875	99.0	0.0011565687279299591	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	False	False
FIJ0152_000000024828	1161	0.5651376412642152	1	1	1	1	1	False	39678	maximal	True	FIJ0152_000000024828	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0020_000000001651	12331	0.5651336849810827	14	10	7	8	7	True	122672	fragment	False	ENG0020_000000001651	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	8425.0	99.988	97.0	0.0037592424751559323	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0148_000000003261	10694	0.5651243287828737	14	11	1	5	7	False	57331	maximal	True	ENG0148_000000003261	1.0		1	1	False	False	0.9999064803123474	0					non-mobilizable	virus	5351.0	93.721	92.0	0.16701690556095725	NC_049409.1	viruses	Lactococcus phage 63302, complete genome	False	False
MON0072_000000010384	2079	0.5651229397049927	2	2	2	2	2	True	10402	fragment	False	MON0072_000000010384	1.0		0	0	False	False	0.9932659864425659	0					non-mobilizable	other	2082.0	90.682	99.0	0.0011552916583272177	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
SPA0066_000000000926	17523	0.5651186692304395	7	6	2	4	5	False	77942	maximal	True	SPA0066_000000000926	1.0		10	5	False	False	1.0	0					non-mobilizable	chromosome	17531.0	99.652	99.0	0.0026681172620033316	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
SPA0079_000000009164	2687	0.5651179030030946	5	5	5	4	4	False	124635	fragment	False	SPA0096_000000012444	0.3808566108007449		0	0	False	False	0.9955340623855591	0					non-mobilizable	no_good_hit								True	False
ISR0377_000000010052	1564	0.5651167563736516	3	2	2	2	1	False	23309	maximal	True	ISR0377_000000010052	1.0		0	0	True	True	0.9725064039230347	4					non-mobilizable	no_good_hit								True	True
MON0046_000000002759	8707	0.5651084745061918	7	2	1	2	0	False	48898	maximal	True	MON0046_000000002759	1.0		3	2	False	False	0.9994257688522339	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000004752	7348	0.5651084745061918	5	2	1	2	0	False	48897	fragment	False	FIJ0029_000000004752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0159_000000004940	4417	0.5651084745061918	4	2	1	2	0	False	39413	fragment	False	FIJ0159_000000004940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000029919	1828	0.565106051951334	3	3	3	3	3	False	8886	fragment	False	MON0103_000000029919	1.0		0	0	False	False	0.9907002449035645	0					non-mobilizable	no_good_hit	1275.0	74.98	69.0	0.09470460826051236	NZ_QEKH01000060.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_160, whole genome shotgun sequence	True	False
ISR0199_000000012119	2474	0.5650997429095475	5	3	2	3	1	False	28814	maximal	True	ISR0199_000000012119	1.0		1	1	False	False	0.9866612553596497	0					non-mobilizable	no_good_hit	381.0	100.0	15.0	0.0067369914014715005	NZ_WNAJ01000025.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold25_size56405, whole genome shotgun sequence	True	False
ISR0346_000000018576	1345	0.5650953925698634	1	1	1	1	1	False	106740	maximal	True	ISR0346_000000018576	1.0		1	1	False	False	0.9977695345878601	0					non-mobilizable	no_good_hit	1067.0	99.43799999999999	79.0	0.010672914226213718	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0125_000000021369	1252	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.9880490005007044		0	0	False	False	0.9992012977600098	0					non-mobilizable	other	1252.0	99.76	100.0	0.012525155438080077	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0006_000000025142	1250	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.9884459787048213		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	100.0	100.0	0.012505131208762602	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0153_000000028067	1246	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.9823835947953644		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	99.35799999999999	100.0	0.012465082750127655	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0119_01_000000019825	1242	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.9857895406842311		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	99.59700000000001	100.0	0.012425034291492706	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0048_000000020482	1241	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.9720122799429853		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	99.334	97.0	0.012014537590484486	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0023_000000023127	1239	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.9855072561043541		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	99.596	100.0	0.012394997947516495	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0132_000000034108	1215	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.9727848742326161		0	0	False	False	0.9975308775901794	0					non-mobilizable	other	1215.0	100.0	100.0	0.012154707195706806	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0113_000000030632	1204	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.8579652733496916		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	100.0	94.0	0.011293665335055417	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0094_000000014417	1198	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.9079904904349044		0	0	False	False	0.9908180236816406	0					non-mobilizable	other	1198.0	98.915	100.0	0.011984501246508275	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0102_000000025834	1195	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.9677553295563669		0	0	False	False	0.9991631507873535	0					non-mobilizable	other	1195.0	99.414	100.0	0.011954464902532064	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0161_000000025990	1195	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.9076344811429463		0	0	False	False	0.9991631507873535	0					non-mobilizable	other	1195.0	98.912	100.0	0.011954464902532064	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0141_000000025584	1194	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.967291184432472		0	0	False	False	0.9941373467445374	0					non-mobilizable	other	1194.0	99.414	100.0	0.011944452787873327	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0010_000000022766	1175	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.943924634903902		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	99.83	100.0	0.011754222609357323	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0035_01_000000022396	1174	0.5650953925698634	2	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.8991113012857945		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	99.319	100.0	0.011744210494698586	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0152_000000024595	1170	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.8909359113209409		0	0	False	False	0.9991452693939209	0					non-mobilizable	other	1170.0	98.889	100.0	0.011704162036063637	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0111_000000016043	1168	0.5650953925698634	1	1	1	1	1	False	106739	fragment	False	SPA0006_000000025142	0.8936953995599374		0	0	False	False	0.9965753555297852	0					non-mobilizable	other	1168.0	99.572	100.0	0.011684137806746164	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0051_000000023055	2009	0.5650936189477105	2	2	2	2	2	True	109741	fragment	False	ISR0134_000000015586	0.9663447633478206		0	0	False	False	1.0	0					non-mobilizable	other	2009.0	100.0	100.0	0.015355321215272734	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0814_000000020243	2001	0.5650936189477105	2	2	2	2	2	True	109741	fragment	False	ISR0134_000000015586	0.964200573585364		0	0	False	False	0.998000979423523	0					non-mobilizable	other	2001.0	99.5	100.0	0.01529414463672583	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
MON0021_000000015082	1954	0.5650936189477105	2	2	2	2	2	True	109742	fragment	False	MON0021_000000015082	0.9749229455105602		0	0	False	False	1.0	0					non-mobilizable	other	1955.0	94.936	100.0	0.01698758197293149	NZ_CYYU01000007.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
DEN0073_000000028117	1876	0.5650936189477105	2	2	2	2	2	True	109741	fragment	False	ISR0134_000000015586	0.917295014236318		0	0	False	False	1.0	0					non-mobilizable	other	1876.0	99.947	100.0	0.014338260596930465	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0114_000000025092	1869	0.5650936189477105	2	2	2	2	2	True	109741	fragment	False	ISR0134_000000015586	0.9171704353393041		0	0	False	False	0.9973247647285461	0					non-mobilizable	other	1869.0	100.0	100.0	0.014284731090701925	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0138_000000010740	1829	0.5650936189477105	2	2	2	2	2	True	109741	fragment	False	ISR0134_000000015586	0.8756233066248306		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	100.0	100.0	0.013978848197967408	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
USA0020_01_000000019150	1812	0.5650936189477105	2	2	2	2	2	True	109741	fragment	False	ISR0134_000000015586	0.7317230762146928		0	0	False	False	0.996688723564148	0					non-mobilizable	other	1812.0	99.779	100.0	0.013848847968555239	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0344_000000019382	1768	0.5650936189477105	2	2	2	2	2	True	109741	fragment	False	ISR0134_000000015586	0.6882269641234985		0	0	False	False	0.9988687634468079	0					non-mobilizable	other	1768.0	100.0	100.0	0.01351237678654727	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0096_000000023473	1755	0.5650936189477105	2	2	2	2	2	True	109741	fragment	False	ISR0134_000000015586	0.5908066988791112		0	0	False	False	1.0	0					non-mobilizable	other	1755.0	100.0	100.0	0.013412964846408552	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0123_000000006940	1588	0.5650936189477105	2	2	2	2	2	True	109741	fragment	False	ISR0134_000000015586	0.10083226870470731		0	0	False	False	0.999370276927948	0					non-mobilizable	other	1536.0	99.67399999999999	100.0	0.0004381092858618851	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0011_000000014264	3053	0.5650866510535684	5	2	2	2	2	False	50987	fragment	False	FIJ0011_000000014264	1.0		0	0	False	False	0.9947592616081238	0					non-mobilizable	chromosome	2116.0	99.575	100.0	0.0005958429105545088	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ENG0092_000000009839	2253	0.5650820358336226	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.6006472224100089		0	0	False	False	1.0	0					non-mobilizable	other	2245.0	97.95100000000001	99.0	0.0006981046024505836	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0030_000000009984	3079	0.5650778802908809	3	3	3	3	2	False	112758	maximal	True	SPA0030_000000009984	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.366	73.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0194_000000002588	7823	0.5650742180711216	5	5	5	3	2	False	99662	fragment	False	ISR0194_000000002588	0.9849205271022958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1436.0	72.911	22.0	0.009832663663015396	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	False
MON0041_000000063551	1117	0.5650688267537638	2	2	2	2	1	False	11737	fragment	False	MON0041_000000063551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	79.487	20.0	0.00028341578726259227	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
SPA0092_000000036325	1259	0.5650602057800541	4	2	2	2	1	False	5301	maximal	True	SPA0092_000000036325	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0117_000000010562	3571	0.5650598599059203	4	4	4	4	4	False	4315	maximal	True	SPA0117_000000010562	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2525.0	77.22800000000001	70.0	0.003081479800832086	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
AST0148_000000007454	4604	0.5650577466359193	6	4	3	3	4	False	105142	maximal	True	AST0148_000000007454	1.0		30	9	False	False	1.0	0					non-mobilizable	other	2586.0	99.884	95.0	0.0010223933813772528	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ENG0012_000000001334	16897	0.5650548095870235	16	13	5	7	12	True	105602	fragment	False	CHI0094_000000000381	0.6631419613773416		0	0	False	False	1.0	0					non-mobilizable	other	10602.0	97.331	91.0	0.002051639016119689	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0075_000000015309	1605	0.5650511631828314	3	2	1	2	2	False	78967	maximal	True	ENG0075_000000015309	0.9777851458885942		308	12	False	False	0.9993769526481628	0					non-mobilizable	chromosome	1605.0	99.439	100.0	0.00024663686099435735	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0020_000000012011	2573	0.5650500671394815	3	3	3	3	2	False	109774	fragment	False	SPA0020_000000012011	1.0		0	0	False	False	0.9972794651985168	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	8.948109101853885e-05	NZ_QGMX01000001.1	bacteria	Thermus caldifontis strain YIM 73026 contig001, whole genome shotgun sequence	True	False
ENG0128_000000009664	2786	0.5650476355338917	4	3	1	3	1	True	58642	maximal	True	ENG0128_000000009664	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	72.229	27.0	0.005087539598016538	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ENG0166_000000010191	2723	0.5650411350054989	4	3	3	3	3	False	69549	maximal	False	SPA0130_000000010988	0.9373104145601618		0	0	False	False	0.9856775403022766	0					non-mobilizable	no_good_hit	296.0	74.66199999999999	11.0	0.0012537721247546498	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
MAD0063_000000000569	13886	0.5650367153033046	12	11	7	8	10	False	93529	maximal	True	MAD0063_000000000569	1.0		1	1	False	False	0.9999279975891113	0					non-mobilizable	no_good_hit	2744.0	96.02799999999999	20.0	0.047180845574323164	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0141_000000012806	2649	0.5650357644114847	5	3	2	3	3	False	60422	maximal	True	ISR0141_000000012806	1.0		2	2	False	False	0.9981124997138977	0					non-mobilizable	no_good_hit	763.0	81.389	75.0	0.00035397982454913045	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0031_000000016320	1995	0.5650317706071344	3	3	3	3	3	False	12458	fragment	False	MON0031_000000016320	1.0		0	0	False	False	0.9969924688339233	0					non-mobilizable	other	1949.0	98.76899999999999	98.0	0.001027447836452246	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
SPA0042_000000028263	1213	0.5650304442222382	2	2	2	2	2	False	6826	maximal	True	SPA0042_000000028263	1.0		11	4	False	False	0.9975267648696899	0					non-mobilizable	other	1213.0	100.0	100.0	0.0006919526252237285	NZ_CP011403.1	firmicutes	Lactobacillus salivarius str. Ren, complete genome	False	False
MAD0098_000000010064	4213	0.565030056656126	4	4	2	4	2	False	15343	maximal	True	MAD0098_000000010064	1.0		3	1	False	False	0.9997626543045044	0					non-mobilizable	no_good_hit	809.0	81.335	19.0	0.0002736896249626943	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ISR0050_000000022537	1295	0.5650199543079449	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.483742900422466		0	0	False	False	0.9992278218269348	0					non-mobilizable	chromosome	1296.0	93.441	100.0	0.00034650238933898173	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0025_000000007915	3017	0.5650192329956818	4	4	3	3	3	True	106892	fragment	False	ENG0025_000000007915	1.0		0	0	False	False	0.9953595995903015	0					non-mobilizable	no_good_hit	1167.0	95.544	73.0	0.23531786074672048	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	True	True
MON0075_000000015361	1659	0.565018652599646	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.04046985035203483		0	0	False	False	0.9993972182273865	0					non-mobilizable	chromosome	1674.0	90.92	100.0	0.0005810524613340434	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0282_000000016419	1494	0.5650157311323046	3	2	2	2	1	False	102767	maximal	True	ISR0282_000000016419	0.9805860805860807		222	11	False	False	1.0	0					non-mobilizable	other	1494.0	95.78299999999999	100.0	0.0007458757020373947	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0157_000000006134	2980	0.5650117890685554	4	3	3	3	3	False	47655	maximal	True	FIJ0157_000000006134	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	76.0	25.0	0.0002490796674584483	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0181_000000006967	2981	0.5650079770955271	2	2	2	2	1	False	73419	maximal	True	ENG0181_000000006967	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	78.403	48.0	0.03331376202996962	NZ_CYXX01000033.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0044_000000004223	5925	0.565007732247498	9	6	5	5	3	True	105164	fragment	False	FIJ0056_000000003934	0.9759153783563872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1931.0	97.618	75.0	0.23988043342882054	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0005_000000007666	3850	0.5650053915612461	7	5	2	3	3	True	91457	fragment	False	SPA0005_000000007666	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3848.0	96.206	99.0	0.0010489223737301942	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
MON0047_000000017984	2191	0.5650007904935562	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4516317408119162		0	0	False	False	1.0	0					non-mobilizable	chromosome	2191.0	98.676	100.0	0.0007058771200084576	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0091_000000003550	7228	0.5649991350081854	10	4	1	4	3	False	43397	fragment	False	FIJ0091_000000003550	0.9677742689829626		0	0	False	False	0.9987548589706421	0					non-mobilizable	chromosome	7247.0	97.185	100.0	0.002979410716827623	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
FIJ0026_000000015691	2070	0.5649980646787638	2	2	2	2	1	False	49105	fragment	False	FIJ0026_000000015691	1.0		0	0	False	False	0.9966183304786682	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	4.1988293209925576e-05	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	True	False
MAD0029_000000000421	10305	0.5649965362791871	14	5	2	5	1	False	19003	fragment	False	MAD0029_000000000421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	1.0	0.0003500589714728866	NC_007581.1	viruses	Clostridium phage c-st, complete genome	True	False
MON0107_000000017323	3284	0.5649963612633484	4	3	3	3	3	False	93580	fragment	False	MON0107_000000017323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	72.16199999999999	19.0	0.0002034917361550854	NZ_JOMG01000002.1	d-proteobacteria	Pelobacter seleniigenes DSM 18267 N909DRAFT_scf7180000000030_quiver.2_C, whole genome shotgun sequence	True	False
MON0016_000000009647	2972	0.5649963612633484	3	3	3	3	3	False	93578	fragment	False	MON0016_000000009647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	71.186	21.0	0.00016794613008672802	NZ_LN907827.1	enterobacteria	Erwinia gerundensis isolate E_g_EM595 chromosome 1	True	False
ISR0143_000000020100	1451	0.5649945010103283	2	1	1	1	1	False	31127	fragment	False	ISR0143_000000020100	1.0		0	0	False	False	0.98483806848526	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000022892	1805	0.5649870095651424	2	2	2	1	2	False	86754	fragment	False	TAN0009_000000022892	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	93.62899999999999	100.0	0.09424794942792958	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0171_000000016972	1248	0.5649848846869081	2	2	2	2	2	False	38779	fragment	False	FIJ0171_000000016972	1.0		0	0	False	False	0.9967948794364929	0					non-mobilizable	no_good_hit	1107.0	79.675	88.0	0.0004507769961122533	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
FIJ0005_000000014622	2298	0.5649833107460542	3	3	3	2	2	False	131668	fragment	False	DEN0028_000000005326	0.19145517143253543		0	0	False	False	0.9986945390701294	0					non-mobilizable	no_good_hit	936.0	84.72200000000001	41.0	0.0003190765629525035	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0134_000000014486	1202	0.5649830850159395	2	2	2	2	1	True	80713	fragment	False	CHI0134_000000014486	1.0		0	0	False	False	0.9966722130775452	0					non-mobilizable	no_good_hit	109.0	79.817	9.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0204_000000007891	1546	0.5649818621693925	3	3	3	3	2	False	91806	fragment	False	ISR0090_000000017639	0.6793124466800041		0	0	False	False	0.9165588617324829	0					non-mobilizable	other	1411.0	99.929	91.0	0.00039739328058447553	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0326_000000004670	3662	0.5649739270660927	5	5	4	5	3	False	69732	maximal	True	ISR0326_000000004670	1.0		23	5	False	False	0.9997269511222839	0					non-mobilizable	no_good_hit	589.0	70.628	16.0	0.0001465925214014954	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
AST0048_000000007355	2137	0.5649709033975269	3	3	3	3	3	False	114926	maximal	True	AST0048_000000007355	1.0		212	11	False	False	0.9897052049636841	0					non-mobilizable	other	2134.0	99.95299999999999	99.0	0.008709321791678576	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0107_000000006740	5624	0.5649694279996846	8	3	3	3	3	True	14712	fragment	False	MAD0107_000000006740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	88.571	3.0	0.00414272030651341	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	True
MAD0100_000000027020	1197	0.5649525081764954	1	1	1	1	1	False	15142	maximal	True	MAD0100_000000027020	1.0		14	4	False	False	0.9983291625976562	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	7.762442354162468e-06	CP047045.1	a-proteobacteria	Terricaulis silvestris strain 0127_4 chromosome, complete genome	True	False
MON0012_000000000030	49111	0.5649515283469989	70	20	9	18	11	False	13617	maximal	True	MON0012_000000000030	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	100.0	0.0	8.965408465669957e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0012_000000017639	1420	0.5649508760858938	3	1	1	1	1	False	50717	fragment	False	FIJ0012_000000017639	1.0		0	0	False	False	0.9992957711219788	0					non-mobilizable	no_good_hit								True	False
SPA0027_000000011982	3062	0.5649494121270745	3	3	1	2	3	True	106440	fragment	False	CHI0149_000000004660	0.9448843839087742		0	0	False	False	1.0	0					non-mobilizable	other	2994.0	97.428	98.0	0.0008006986162374717	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0089_000000024081	1573	0.564947122846188	3	3	3	2	2	False	5414	maximal	True	SPA0089_000000024081	1.0		50	8	False	False	0.994914174079895	0					non-mobilizable	no_good_hit								True	False
CHI0126_000000002391	5962	0.5649400002163169	4	3	3	3	1	False	113406	fragment	False	MON0105_000000007865	0.510011164481225		0	0	False	False	0.9993290901184082	0					non-mobilizable	chromosome	5967.0	99.83200000000001	99.0	0.0016697682112069268	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0096_000000003866	4222	0.5649357853272505	7	5	1	2	4	False	15519	fragment	False	MAD0096_000000003866	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4222.0	99.976	100.0	0.000813780086583425	CP053234.1	enterobacteria	Escherichia coli strain SCU-106 chromosome, complete genome	False	False
ENG0119_000000013750	2367	0.5649346956266968	4	3	3	2	1	True	127809	maximal	False	SPA0034_000000013725	0.8234356283722888		0	0	False	False	0.9818335175514221	0					non-mobilizable	no_good_hit	257.0	73.152	11.0	4.2985626228068265e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	True
ISR0180_000000003914	5235	0.5649294632205955	8	4	3	4	4	False	29649	maximal	True	ISR0180_000000003914	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000011477	2089	0.5649283584698809	3	3	3	3	1	False	41827	fragment	False	ISR0820_000000011477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	72.919	76.0	0.0005349908651826589	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
SPA0076_000000007501	2058	0.5649283584698809	3	3	3	3	1	False	41826	maximal	True	SPA0076_000000007501	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	73.33800000000001	75.0	0.0005249977069270789	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	True	False
TAN0009_000000024092	1733	0.5649268860881709	4	4	4	3	2	False	2678	fragment	False	TAN0009_000000024092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	86.323	29.0	0.0001340174951557946	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0286_000000005968	2746	0.5649266083932468	4	2	2	2	2	True	59922	fragment	False	ISR0286_000000005968	1.0		0	0	False	False	0.9959941506385803	0					non-mobilizable	no_good_hit	506.0	72.332	18.0	0.00014963718252153406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
USA0121_01_000000034960	1172	0.5649250371429472	3	2	1	2	0	False	163	maximal	True	USA0121_01_000000034960	1.0		1	1	False	False	0.9539248943328857	0					non-mobilizable	no_good_hit	653.0	98.009	56.0	0.00017352004302871252	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0284_000000003598	2891	0.5649229958054914	3	3	2	3	2	False	100838	maximal	True	ISR0284_000000003598	0.9884588068181819		626	10	False	False	1.0	0					non-mobilizable	other	2891.0	99.031	100.0	0.0009278320065442656	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0776_000000011715	2083	0.5649226203827475	2	2	2	2	1	False	111301	fragment	False	ISR0183_000000015089	0.9733949373800257		0	0	False	False	0.9990398287773132	0					non-mobilizable	no_good_hit	99.0	94.949	10.0	3.415905291585859e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0110_000000011462	1418	0.5649171736684158	3	2	1	2	1	False	8467	maximal	True	MON0110_000000011462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	96.45200000000001	66.0	0.0010148768492279725	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0218_000000007494	2261	0.5649128716431977	3	2	2	2	1	False	117280	fragment	False	ISR0327_000000011842	0.9467108596692188		0	0	False	False	0.9995577335357666	0					non-mobilizable	other	2264.0	95.76	100.0	0.008682268136997132	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0168_000000013063	2309	0.5649127723916944	4	4	4	4	4	True	55986	maximal	True	ENG0168_000000013063	1.0		14	6	False	False	0.999566912651062	0					non-mobilizable	other	2304.0	89.844	99.0	0.020702329687753374	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	False	True
ISR0040_000000006286	4355	0.5649053529958409	6	4	3	4	1	False	126983	maximal	True	ISR0040_000000006286	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	95.723	69.0	0.025183915434611813	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0266_000000019465	1122	0.5649050904683546	2	2	1	2	2	False	35466	fragment	False	ISR0843_000000013449	0.9729962202763123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	88.74600000000001	28.0	0.0013335750168315293	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
FIJ0003_000000008919	2732	0.5649020225234695	4	3	3	3	3	True	52201	maximal	True	FIJ0003_000000008919	1.0		16	2	False	False	1.0	0					non-mobilizable	other	2721.0	99.155	99.0	0.03193762769180189	NZ_JHWQ01000007.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00007.7_C, whole genome shotgun sequence	False	True
FIJ0024_000000000089	72064	0.5649012136607989	93	25	12	21	13	True	49269	maximal	True	FIJ0024_000000000089	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	85.79899999999999	1.0	4.454843228198144e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0017_000000005634	3930	0.5648938836358701	4	4	3	3	2	True	131266	fragment	False	ENG0017_000000005634	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	901.0	92.45299999999999	84.0	0.0003137055880027829	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0069_000000022588	2212	0.5648932177880821	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.43725510287059527		0	0	False	False	1.0	0					non-mobilizable	chromosome	2212.0	99.86399999999999	100.0	0.0007126458047208674	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0010_000000003564	5202	0.5648921702897676	5	5	5	5	5	False	99195	maximal	True	SPA0010_000000003564	1.0		9	4	False	False	1.0	0					non-mobilizable	other	2869.0	99.23299999999999	99.0	0.0012950589564051118	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
CHI0175_000000009499	1222	0.5648897665163278	1	1	1	1	1	False	77742	fragment	False	ENG0153_000000021845	0.9340072223595567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000000789	19230	0.564884855653686	24	10	3	10	4	True	108400	backbone	False	ISR0280_000000000088	0.03598452499432176	PS672	0	0	False	True	1.0	0					non-mobilizable	other	19152.0	99.995	99.0	0.19111248602905956	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0043_01_000000000958	18052	0.564884855653686	22	10	3	10	4	True	108400	backbone	False	ISR0280_000000000088	0.034662027573114665	PS672	0	0	False	True	1.0	0					non-mobilizable	other	18052.0	99.85	100.0	0.1801353185374421	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0185_000000019752	1670	0.5648848184583521	2	2	2	2	1	False	108051	fragment	False	AST0118_000000020065	0.8194846741630787		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	97.891	98.0	0.00041368508809776217	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0066_000000026209	1381	0.5648736835744069	2	2	2	2	1	False	10628	maximal	True	MON0066_000000026209	1.0		168	11	False	False	1.0	0					non-mobilizable	other	1381.0	99.78299999999999	100.0	0.0005903690277007137	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	False
ISR0370_000000012917	2060	0.564870281762516	2	2	2	2	2	False	23516	maximal	True	ISR0370_000000012917	1.0		22	9	False	False	0.9995145797729492	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	3.0	0.00023797786805827058	NZ_NAQA01000001.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_1, whole genome shotgun sequence	True	False
ENG0210_000000016017	1623	0.5648632450321517	2	1	1	1	1	False	53710	maximal	True	ENG0210_000000016017	1.0		2	2	False	False	0.996303141117096	0					non-mobilizable	no_good_hit								True	False
FIJ0110_000000010476	1606	0.5648583849918594	2	2	2	1	1	False	42109	fragment	False	FIJ0110_000000010476	1.0		0	0	False	False	0.9987546801567078	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	7.0	3.7620518830234914e-05	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ENG0209_000000002270	8899	0.564855468428203	9	7	3	5	5	False	92877	maximal	True	ENG0209_000000002270	0.9968539325842697		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1856.0	72.52199999999999	21.0	0.0004060112729661906	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
TAN0004_000000000874	3881	0.5648547738641205	6	5	5	5	5	False	98053	fragment	False	TAN0004_000000000874	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3881.0	99.948	100.0	0.0008077473799214819	CP026929.2	enterobacteria	Escherichia coli strain CFS3246 chromosome, complete genome	False	False
MON0058_000000046779	1161	0.5648542027340617	2	2	2	2	1	False	10970	fragment	False	MON0058_000000046779	1.0		0	0	False	False	0.9569336771965027	0					non-mobilizable	no_good_hit	392.0	77.551	33.0	9.660279340150229e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0093_000000007083	1693	0.564853865786019	4	3	2	3	2	False	61047	fragment	False	ENG0093_000000007083	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1693.0	99.291	100.0	0.0009091944708939552	CP030927.1	firmicutes	Streptococcus thermophilus strain CS9 chromosome, complete genome	False	False
ISR0222_000000016192	3374	0.5648479758065782	3	2	1	2	1	False	119323	maximal	True	ISR0222_000000016192	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0175_000000013289	1921	0.5648473288824692	2	2	2	1	1	False	79644	maximal	False	ISR0818_000000008484	0.9483901515151516		0	0	False	False	1.0	0					non-mobilizable	other	1922.0	99.06299999999999	100.0	0.04641441963854257	NZ_SPFU01000036.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_36_length_41388_cov_34.0421, whole genome shotgun sequence	False	False
ENG0127_000000013210	1962	0.5648430330791102	2	2	2	2	1	False	58714	maximal	True	ENG0127_000000013210	1.0		24	8	False	False	0.9989806413650513	0					non-mobilizable	no_good_hit	533.0	82.36399999999999	27.0	0.0005504265805999649	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0011_01_000000025233	1432	0.5648403330977214	3	2	2	2	2	False	2001	maximal	True	USA0011_01_000000025233	1.0		1	1	False	False	0.9972066879272461	0					non-mobilizable	no_good_hit	105.0	82.85700000000001	7.0	2.7393305708238116e-05	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
ISR0207_000000015416	1931	0.5648383973055157	3	2	1	2	1	False	28574	maximal	True	ISR0207_000000015416	1.0		119	11	False	False	0.9741066694259644	0					non-mobilizable	no_good_hit	43.0	93.023	2.0	8.18755585082741e-06	CP049313.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg strain CVM N16S321 chromosome, complete genome	True	False
DEN0065_000000027230	1263	0.5648376027216904	2	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.6347974903598157		0	0	False	False	0.9794141054153442	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	0.0008661395322846526	FP312980.1	bacteria	uncultured bacterial clone mtbn96 complete sequence	True	False
ISR0023_000000004549	5872	0.56483569132373	7	5	1	4	3	False	37556	maximal	True	ISR0023_000000004549	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	82.721	37.0	0.013831834017991785	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
CAN0020_000000005998	5925	0.5648337975901427	6	6	5	6	5	False	96647	maximal	True	CAN0020_000000005998	1.0		73	11	False	False	1.0	0					non-mobilizable	other	5925.0	99.494	100.0	0.007727775632260691	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
SPA0072_000000012064	1702	0.5648327106477644	3	2	2	2	1	False	5870	maximal	True	SPA0072_000000012064	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1234.0	88.412	100.0	0.0004939520018520186	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	False	False
MON0059_000000017689	2214	0.5648308659154879	4	4	1	4	1	True	124255	fragment	False	MON0059_000000017689	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2214.0	97.787	100.0	0.022261117984931245	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	False	True
FIJ0145_000000012463	1339	0.564829873494487	3	2	2	2	1	True	40015	fragment	False	FIJ0145_000000012463	1.0		0	0	False	False	0.9820761680603027	0					non-mobilizable	no_good_hit	74.0	90.541	6.0	2.769823493946418e-05	NZ_OCNH01000001.1	CFB group bacteria	Spirosoma fluviale strain DSM 29961, whole genome shotgun sequence	True	True
SPA0026_000000030225	1161	0.564828320992911	2	2	2	2	2	False	87552	fragment	False	ISR0080_000000023208	0.3268086986284984		0	0	False	False	0.9991386532783508	0					non-mobilizable	other	1160.0	98.53399999999999	99.0	0.00034895270531681686	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0071_000000007239	2887	0.5648237640970141	4	4	4	4	3	False	126830	maximal	True	ENG0071_000000007239	1.0		1	1	False	False	0.9854520559310913	0					non-mobilizable	no_good_hit	1467.0	82.209	71.0	0.0006208940273682198	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ISR0853_000000001074	10338	0.5648236266951712	14	11	5	7	10	True	71749	fragment	False	ISR0853_000000001074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	81.389	7.0	0.00031389411071518756	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
FIJ0087_000000010488	3020	0.5648230587200206	5	3	3	2	2	False	121232	maximal	True	FIJ0087_000000010488	1.0		0	0	False	False	0.9980132579803467	0					non-mobilizable	no_good_hit	1735.0	83.458	57.0	0.0005111840010662007	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
TAN0019_000000002185	2887	0.5648154026194502	6	2	1	2	1	False	2886	fragment	False	TAN0019_000000002185	1.0		0	0	False	False	0.9847592711448669	0					non-mobilizable	no_good_hit	656.0	84.604	51.0	0.07912539260690989	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
TAN0006_000000005403	2285	0.5648154026194502	4	2	1	2	1	False	2885	fragment	False	TAN0006_000000005403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	85.061	62.0	0.07912539260690989	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
TAN0027_000000004856	2065	0.5648154026194502	3	2	1	2	1	False	2305	fragment	False	TAN0027_000000004856	1.0		0	0	False	False	0.9985471963882446	0					non-mobilizable	no_good_hit	1068.0	80.993	83.0	0.12732544092776032	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ENG0014_000000009703	2512	0.5648112219152702	3	3	3	3	2	False	128198	maximal	True	ENG0014_000000009703	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1747.0	95.07700000000001	70.0	0.0004949269982677555	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0356_000000010125	1947	0.5648104195342165	3	2	2	2	2	False	87124	fragment	False	CHI0062_000000006256	0.5517348246355405		0	0	False	False	1.0	0					non-mobilizable	other	1958.0	97.6	100.0	0.004934193938782714	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
FIJ0011_000000011397	3776	0.5648088548777921	9	2	1	2	0	False	50998	maximal	True	FIJ0011_000000011397	1.0		1	1	False	False	0.9997351765632629	0					non-mobilizable	no_good_hit								True	False
AST0053_000000006768	1180	0.5648085742949401	1	1	1	1	1	False	114017	maximal	True	AST0053_000000006768	1.0		45	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000001462	18629	0.5648078371544533	17	4	3	2	1	False	3998	maximal	True	SPA0126_000000001462	1.0		6	2	False	False	0.9990337491035461	0					non-mobilizable	no_good_hit	16589.0	96.184	89.0	0.06807157220831453	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0020_000000017711	1469	0.5648029781235013	4	2	2	2	2	False	68044	fragment	False	ENG0001_000000016928	0.7386962668461134		0	0	False	False	0.9931926727294922	0					non-mobilizable	other	837.0	98.088	100.0	0.0074846010600200545	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0026_01_000000003850	8877	0.5647991758082985	9	4	2	4	0	True	79293	fragment	False	ISR0043_000000002370	0.9736933929255134		0	0	False	False	0.9998873472213745	0					non-mobilizable	no_good_hit	515.0	90.291	7.0	0.00011439131801053468	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0090_000000002180	8771	0.5647991758082985	8	4	2	4	0	True	79293	fragment	False	ISR0043_000000002370	0.9869634863255052		0	0	False	False	0.9995439648628235	0					non-mobilizable	no_good_hit	344.0	88.37200000000001	4.0	0.0006801992607047102	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
ISR0043_000000002370	8760	0.5647991758082985	8	4	2	4	0	True	79293	fragment	False	ISR0043_000000002370	0.9873435354930954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	87.662	4.0	0.0006088080846540701	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
ISR0217_000000003204	8596	0.5647991758082985	8	4	2	4	0	True	79293	fragment	False	ISR0043_000000002370	0.9788653812136809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	86.139	1.0	0.0037919411674582505	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
SPA0092_000000004037	8594	0.5647991758082985	8	4	2	4	0	True	79293	fragment	False	ISR0043_000000002370	0.9791539049438338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	86.139	1.0	0.0037919411674582505	NZ_CACWHD010000028.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
MON0087_000000010709	4432	0.5647983506976009	4	3	3	3	1	False	107240	maximal	True	MON0087_000000010709	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	98.765	2.0	0.055710306406685235	NZ_JAANXY010000059.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_59, whole genome shotgun sequence	True	False
CHI0139_000000001572	6029	0.5647979969041588	7	4	4	3	3	True	124828	maximal	True	CHI0139_000000001572	1.0		1	1	False	False	0.9993365406990051	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	1.0	0.0007831221513931743	NZ_FOXB01000009.1	e-proteobacteria	Hydrogenimonas thermophila strain EP1-55-1, whole genome shotgun sequence	True	True
FIJ0113_000000017380	1484	0.5647967286901053	4	1	1	1	1	False	41929	fragment	False	FIJ0113_000000017380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	84.979	47.0	0.00023460611921424118	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0071_000000003932	8349	0.5647952940502721	11	11	7	11	6	False	78276	maximal	True	DEN0071_000000003932	1.0		1	1	False	False	0.9985626935958862	0					non-mobilizable	no_good_hit	1691.0	74.63	23.0	0.0004925168170709224	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0371_000000011640	1700	0.5647952114177162	2	1	1	1	1	False	23484	maximal	True	ISR0371_000000011640	1.0		0	0	False	False	0.9464705586433411	0					non-mobilizable	no_good_hit	1245.0	96.38600000000001	73.0	0.0003363599419103136	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0106_000000007243	2791	0.5647926803271253	4	4	4	4	3	False	17042	maximal	True	MAD0106_000000007243	1.0		18	2	False	False	1.0	0					non-mobilizable	chromosome	2791.0	99.463	100.0	0.0007863773512048626	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
CHI0027_000000001873	7456	0.5647874296355448	11	5	1	3	4	False	88848	maximal	True	CHI0027_000000001873	1.0		8	5	False	False	0.9997317790985107	0					non-mobilizable	no_good_hit	75.0	89.333	1.0	0.00022284323881567852	LR745207.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0115_000000003871	7178	0.5647847353266582	10	2	2	2	2	False	32498	maximal	True	ISR0115_000000003871	1.0		49	8	False	False	0.9998607039451599	0					non-mobilizable	no_good_hit	3476.0	97.87100000000001	85.0	0.001549393384822103	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0087_000000036459	1411	0.5647842903450644	3	1	1	1	1	True	9681	fragment	False	MON0087_000000036459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0075868820362212435	KC247077.1	bacteria	Uncultured bacterium Contig1773 genomic sequence	True	True
ENG0080_000000009911	2598	0.5647802187394274	4	4	1	2	3	False	61923	maximal	False	FIJ0032_000000013478	0.9812116564417177		0	0	False	False	0.9992302060127258	0					non-mobilizable	no_good_hit	199.0	85.427	16.0	9.004303230018141e-05	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
AST0150_000000017274	1612	0.5647774212303578	2	2	2	1	1	False	103906	maximal	True	AST0150_000000017274	1.0		540	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0142_000000006316	2889	0.5647764399005147	3	3	2	3	3	False	79999	maximal	True	CHI0142_000000006316	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	92.34299999999999	37.0	0.0002817062113641059	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0097_000000015447	2305	0.5647719838344722	3	3	3	2	2	True	45416	maximal	True	MON0097_000000015447	1.0		5	3	False	False	0.9913232326507568	0					non-mobilizable	chromosome	2305.0	99.82600000000001	100.0	0.0008005973902053998	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	False	True
SPA0012_000000009512	2576	0.5647611060647526	4	4	3	3	3	False	125780	maximal	True	SPA0012_000000009512	1.0		4	3	False	False	0.9934006333351135	0					non-mobilizable	no_good_hit	791.0	77.75	30.0	0.007686629595000246	NZ_JNKW01000010.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0001_000000001102	15127	0.5647593533791404	18	12	6	7	10	False	125581	fragment	False	ISR0004_000000001014	0.7606571286642712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
ISR0802_000000015110	1218	0.5647568511402611	2	2	2	1	1	False	85039	fragment	False	CHI0069_000000007864	0.939590986875157		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	99.75399999999999	100.0	0.00024289759062355424	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0037_000000016706	2092	0.5647543475442309	2	2	2	2	2	False	65205	maximal	True	ENG0037_000000016706	1.0		0	0	False	False	0.9995219707489014	0					non-mobilizable	no_good_hit	725.0	95.31	35.0	0.0041257142857142855	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0198_000000004185	4431	0.5647507347584971	6	3	2	3	1	True	54354	fragment	False	ENG0198_000000004185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	85.921	6.0	0.0005473323497215744	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
CHI0155_000000009762	1327	0.5647495444706869	3	3	2	2	3	True	79025	fragment	False	CHI0155_000000009762	1.0		0	0	False	False	0.9811605215072632	0					non-mobilizable	other	825.0	91.87899999999999	99.0	0.03314961580238967	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
FIJ0126_000000010482	3380	0.5647494553026111	3	3	3	2	2	False	47411	maximal	False	FIJ0041_000000010506	0.9853578581212986		0	0	False	False	0.9979289770126343	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000017844	1902	0.5647483536286989	2	2	2	2	2	False	70608	maximal	True	DEN0070_000000017844	1.0		62	8	False	False	0.9989484548568726	0					non-mobilizable	other	1902.0	99.264	100.0	0.006282366082493647	NZ_WBKJ01000005.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000005, whole genome shotgun sequence	False	False
ISR0009_000000015860	2089	0.5647465276441737	5	2	2	2	2	False	38369	maximal	True	ISR0009_000000015860	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	87.228	24.0	0.08365892898184325	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	True	False
ISR0397_000000006904	2840	0.5647433937800408	4	4	4	4	2	False	22647	maximal	True	ISR0397_000000006904	1.0		2	1	False	False	0.9989436864852905	0					non-mobilizable	no_good_hit	479.0	72.65100000000001	20.0	0.0002085586656125562	AP018044.1	firmicutes	Streptococcus pneumoniae DNA, nearly complete genome, strain: KK1157	True	False
FIJ0087_000000019426	1661	0.5647398303611069	2	2	2	2	2	False	88959	fragment	False	CHI0165_000000009271	0.6106263331394222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	3.0	0.000431649898728293	NZ_LNAM01000153.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf3, whole genome shotgun sequence	True	False
SPA0020_000000003699	6694	0.5647382142397884	8	7	6	7	4	False	69793	maximal	True	SPA0020_000000003699	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	85.455	1.0	0.0001512361329810421	NZ_KK366005.1	firmicutes	Clostridium hydrogeniformans DSM 21757 BR69DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
CHI0162_000000017620	1811	0.5647374778306704	5	3	2	3	2	False	114863	fragment	False	CHI0162_000000017620	1.0		0	0	False	False	0.98619544506073	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000009449	1812	0.564737107035038	2	2	2	2	2	False	25326	fragment	False	ISR0310_000000009449	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	99.117	100.0	0.00035128760193353664	AP023148.1	enterobacteria	Klebsiella pneumoniae SMKP03 DNA, complete genome	False	False
SPA0020_000000007968	3596	0.5647298387136497	4	4	4	3	3	False	47940	maximal	True	SPA0020_000000007968	1.0		58	13	False	False	1.0	0					non-mobilizable	other	3596.0	97.99799999999999	100.0	0.14533473479948253	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0147_000000008513	2367	0.5647284334133537	4	3	3	2	2	False	91055	fragment	False	SPA0154_000000002982	0.7087909109986872		0	0	False	False	0.9923954606056213	0					non-mobilizable	other	2196.0	97.99600000000001	100.0	0.023856102597543744	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0113_000000007579	4430	0.5647182332361809	5	5	4	5	2	False	91537	fragment	False	SPA0113_000000007579	1.0		0	0	False	False	0.9979683756828308	0					non-mobilizable	chromosome	4427.0	99.616	99.0	0.0012376573322248666	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0011_000000016572	2844	0.5647134453665154	3	3	3	3	3	False	130874	maximal	True	MON0011_000000016572	1.0	PS1128	2	1	False	True	0.9982419013977051	0					non-mobilizable	no_good_hit	1384.0	100.0	49.0	0.00044382372592424767	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
AST0055_000000001514	14952	0.5647114198700036	15	9	5	8	6	True	114010	maximal	True	AST0055_000000001514	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	80.48100000000001	16.0	0.007807064046916935	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
ISR0329_000000008549	1847	0.5647058347554991	2	2	2	2	1	False	24703	maximal	True	ISR0329_000000008549	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	94.913	50.0	0.004543301959391464	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0133_000000012594	1732	0.5647040524457997	4	2	1	2	2	False	31530	maximal	True	ISR0133_000000012594	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	92.30799999999999	11.0	0.1061269146608315	MK233313.1	viruses	Uncultured human fecal virus clone E.hallii_S01.N20_3-CL24_c18 sequence	True	False
FIJ0042_000000010318	2344	0.5647031518042909	3	3	3	2	2	False	102973	fragment	False	FIJ0042_000000010318	0.9688317485715882		0	0	False	False	1.0	0					non-mobilizable	other	2344.0	99.744	100.0	0.00056545715630317	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
SPA0107_000000008012	3842	0.5646966810605352	3	3	1	3	0	True	85344	fragment	False	SPA0107_000000008012	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3845.0	90.09100000000001	100.0	0.00802112759991385	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0007_000000020241	2914	0.5646966810605352	4	3	1	3	0	True	26621	fragment	False	MON0007_000000020241	1.0		0	0	False	False	0.9955387711524963	0					non-mobilizable	no_good_hit								True	True
MAD0051_000000009977	2873	0.5646966810605352	4	3	1	3	0	True	17343	fragment	False	MAD0051_000000009977	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	79.257	47.0	0.0028019580249959747	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0274_000000004110	1802	0.5646896080011655	3	1	1	1	1	True	26353	fragment	False	ISR0274_000000004110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0046_000000016977	1566	0.5646891699381992	3	2	1	1	2	False	36777	fragment	False	MAD0046_000000016977	1.0		0	0	False	False	0.984674334526062	0					non-mobilizable	plasmid	1566.0	99.617	100.0	0.01567869200637166	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
USA0026_01_000000025271	1288	0.5646864908763618	1	1	1	1	1	False	1612	maximal	True	USA0026_01_000000025271	1.0		58	8	False	False	1.0	0					non-mobilizable	no_good_hit	1124.0	75.089	87.0	0.0019244988356263777	NZ_KB822499.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.4, whole genome shotgun sequence	True	False
ISR0073_000000020302	1371	0.5646838637541416	2	2	1	2	2	False	34776	fragment	False	ISR0073_000000020302	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	80.938	48.0	0.00017952462884960786	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0094_000000005907	2864	0.5646813806993538	2	2	2	2	2	False	105784	maximal	True	ENG0094_000000005907	0.9770659590598939		73	12	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	93.443	2.0	1.6498369317954616e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0006_000000027686	1128	0.5646773815852266	2	2	2	2	1	True	8225	fragment	False	SPA0006_000000027686	1.0		0	0	False	False	1.0	0					non-mobilizable	other	764.0	89.13600000000001	95.0	0.0002568883895899778	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	True
ISR0150_000000017967	1353	0.5646769641215933	2	2	2	1	1	False	30805	maximal	True	ISR0150_000000017967	1.0		12	4	False	False	0.9874353408813477	0					non-mobilizable	no_good_hit	972.0	93.51899999999999	71.0	0.0037266404219895126	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ISR0394_000000006957	2696	0.564675020899791	3	3	3	3	1	False	106754	fragment	False	ENG0134_000000013540	0.32611152976639035		0	0	False	False	0.9996290802955627	0					non-mobilizable	other	2696.0	99.926	100.0	0.012860094577764205	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0042_000000011782	1979	0.5646716149737168	5	3	0	3	0	False	18122	maximal	True	MAD0042_000000011782	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000012067	2385	0.5646707242570146	4	2	2	2	1	False	15992	maximal	True	MAD0087_000000012067	1.0		1	1	False	False	0.9937106966972351	0					non-mobilizable	no_good_hit	120.0	80.833	5.0	0.0010249608103219583	NZ_FZOJ01000014.1	firmicutes	Anaerovirgula multivorans strain SCA, whole genome shotgun sequence	True	False
CHI0056_000000014145	1463	0.5646670762962456	3	3	3	1	1	False	90565	fragment	False	CHI0056_000000014145	1.0		0	0	False	False	0.9630895256996155	0					non-mobilizable	other	1463.0	98.154	100.0	0.005845661735305878	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ENG0087_000000018813	1383	0.5646651117245769	2	2	2	2	1	False	75806	maximal	True	ENG0087_000000018813	1.0		52	9	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	754.0	85.146	76.0	0.00022611171845809272	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0120_000000033334	1179	0.5646650480065789	2	2	1	1	2	False	4152	fragment	False	SPA0120_000000033334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	77.615	40.0	0.045915901401643304	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	False
TAN0025_000000000430	5236	0.5646605684847429	5	5	3	3	4	True	101081	fragment	False	TAN0025_000000000430	1.0		0	0	False	False	0.9998090267181396	0					non-mobilizable	no_good_hit	3005.0	96.273	64.0	0.03321098483173396	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
ISR0215_000000012258	2367	0.5646569048385371	3	3	3	3	3	False	64467	fragment	False	ISR0215_000000012258	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	96.76	99.0	0.0035654020759246226	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
CHI0014_000000001433	4184	0.5646563402608549	11	8	4	7	3	False	110199	fragment	False	CHI0014_000000001433	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4147.0	96.118	99.0	0.0009166409587025052	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
ISR0066_000000008919	3613	0.5646556098726518	4	3	2	3	2	False	38674	maximal	True	ISR0066_000000008919	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	84.071	3.0	0.0003836954533881743	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
MON0068_000000006941	5571	0.5646546919045833	6	6	4	4	6	False	50223	maximal	False	MON0035_000000004198	0.9629551135120028		0	0	False	False	1.0	0					non-mobilizable	chromosome	2559.0	90.23100000000001	91.0	0.0010290680459647704	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0320_000000009812	2431	0.5646535103932969	3	2	2	2	2	False	61357	maximal	True	ISR0320_000000009812	1.0		214	10	False	False	0.9958864450454712	0					non-mobilizable	no_good_hit	877.0	74.8	36.0	0.00022940840044593586	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0019_000000009299	3062	0.564651151625239	5	3	3	3	2	False	7766	maximal	True	SPA0019_000000009299	1.0		5	1	False	False	0.9908556342124939	0					non-mobilizable	no_good_hit	1835.0	76.567	59.0	0.0005072549481825369	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0090_000000011312	3027	0.5646433991260179	4	4	4	3	2	False	103392	fragment	False	SPA0007_000000006992	0.6387365427584806		0	0	False	False	0.9986785650253296	0					non-mobilizable	other	3027.0	99.405	100.0	0.0005841743951690747	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
MAD0041_000000026016	1424	0.5646425352628246	2	2	2	2	2	False	18225	maximal	True	MAD0041_000000026016	1.0		25	6	False	False	0.9915730357170105	0					non-mobilizable	no_good_hit	52.0	86.538	4.0	0.0014431647754605394	NZ_QJUG01000079.1	high GC Gram+	Allorhizocola rhizosphaerae strain CPCC 204380 contig79, whole genome shotgun sequence	True	False
ISR0075_000000001063	16396	0.564641332336502	14	5	4	4	2	False	34650	fragment	False	ISR0075_000000001063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000027670	1953	0.5646404552264711	3	3	3	2	2	False	8892	maximal	True	MON0103_000000027670	1.0		20	4	False	False	0.9928315281867981	0					non-mobilizable	no_good_hit	810.0	75.062	41.0	0.00017904527131174723	NZ_LS483476.1	firmicutes	Bacillus lentus strain NCTC4824 chromosome 1	True	False
ISR0238_000000004196	3250	0.5646374692963592	3	3	2	3	2	False	112859	fragment	False	AUS0006_000000006348	0.965063594290628		0	0	False	True	0.9981538653373718	0					non-mobilizable	no_good_hit	2296.0	74.434	70.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0259_000000004408	3188	0.5646272102190925	3	2	2	2	2	False	125800	maximal	True	ISR0259_000000004408	1.0		2	1	False	False	0.9959222078323364	0					non-mobilizable	no_good_hit	1946.0	93.73100000000001	61.0	0.0005212274920837738	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0052_000000018309	1478	0.5646267504542034	2	2	2	2	1	False	6516	maximal	True	SPA0052_000000018309	1.0		8	3	False	False	1.0	0					non-mobilizable	chromosome	1480.0	99.865	100.0	0.0004116103622282509	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
SPA0126_000000007740	4750	0.5646257897589899	7	3	2	2	3	True	75048	maximal	True	SPA0126_000000007740	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	338.0	74.26	7.0	0.0004106173564133992	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
ISR0296_000000022237	1154	0.5646253207441035	2	2	2	1	1	False	25661	maximal	True	ISR0296_000000022237	1.0		61	12	False	False	0.9644713997840881	0					non-mobilizable	no_good_hit	227.0	77.093	20.0	5.124674719208641e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0111_000000004888	6317	0.5646252445538024	9	4	3	4	2	False	82648	maximal	True	CHI0111_000000004888	0.9845281072717895		3	3	False	False	0.9987335801124573	0					non-mobilizable	no_good_hit	1124.0	77.847	18.0	0.0003103876879363865	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0047_000000007213	2969	0.5646231556553409	4	2	1	2	1	False	115419	fragment	False	AST0047_000000007213	0.952750092284976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	82.36	28.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0054_000000041215	1239	0.5646202965780438	2	2	2	1	1	False	11110	fragment	False	MON0054_000000041215	0.9995682210708117		0	0	False	False	0.9983857870101929	0					non-mobilizable	other	1183.0	99.74600000000001	95.0	0.012563508428817415	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AST0116_000000015738	1716	0.5646186464872598	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.5035234912428197		0	0	False	False	1.0	0					non-mobilizable	chromosome	1716.0	99.476	100.0	0.0006798603174452157	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0281_000000004575	3494	0.5646178028769038	4	4	4	4	4	False	65745	maximal	True	ISR0281_000000004575	1.0		1	1	False	False	0.9808242917060852	0					non-mobilizable	no_good_hit	334.0	98.204	10.0	0.00043495468242430417	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0169_000000003712	5738	0.5646177175348085	7	5	5	4	4	False	38878	maximal	True	FIJ0169_000000003712	1.0		1	1	False	False	0.9984315037727356	0					non-mobilizable	no_good_hit	1756.0	84.852	30.0	0.00024151115954559364	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
AST0029_000000018264	1616	0.5646155748414342	2	2	2	2	1	False	118092	maximal	True	AST0029_000000018264	1.0		5	3	False	False	0.9944307208061218	0					non-mobilizable	no_good_hit	132.0	77.273	8.0	0.000481806170883098	NZ_FQXL01000008.1	firmicutes	Clostridium magnum DSM 2767, whole genome shotgun sequence	True	False
MAD0112_000000006808	3967	0.5646134352342209	7	4	2	3	3	False	19197	maximal	True	MAD0112_000000006808	1.0		3	1	False	False	0.9987396001815796	0					non-mobilizable	no_good_hit	224.0	96.429	6.0	0.27939317319848295	GQ876934.1		Uncultured organism clone VC1AH19TR genomic sequence	True	False
ISR0018_000000006860	3164	0.5646134268332885	5	5	2	3	4	True	131072	fragment	False	ENG0067_000000008989	0.5679690234074253		0	0	False	False	1.0	0					non-mobilizable	chromosome	3163.0	99.874	99.0	0.0010250153006711549	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ISR0375_000000006472	3145	0.5646134268332885	5	5	2	3	4	True	131072	fragment	False	ENG0067_000000008989	0.7286302017868864		0	0	False	False	1.0	0					non-mobilizable	other	3146.0	98.029	100.0	0.009018208520256548	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	False	True
CHI0092_000000003280	2937	0.5646134268332885	5	5	2	3	4	True	131064	fragment	False	USA0072_01_000000007207	0.2731808347654907		0	0	False	False	0.9972761273384094	0					non-mobilizable	chromosome	2940.0	97.68700000000001	100.0	0.000951753612514393	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ENG0154_000000010656	2846	0.5646134268332885	5	5	2	3	4	True	131064	fragment	False	USA0072_01_000000007207	0.2701574671280082		0	0	False	False	1.0	0					non-mobilizable	chromosome	2846.0	98.524	100.0	0.000920633603385857	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
USA0038_01_000000004533	4298	0.564609983586987	6	5	4	3	3	True	83234	maximal	True	USA0038_01_000000004533	1.0		208	14	False	False	1.0	0					non-mobilizable	chromosome	2238.0	90.84	100.0	0.0005959353156763266	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0818_000000008484	2112	0.564604273114965	2	2	2	1	1	False	79644	maximal	True	ISR0818_000000008484	0.9927121290994274		806	13	False	False	0.9900568127632141	0					non-mobilizable	other	2112.0	99.337	100.0	0.014183491786206202	NZ_VJZV01000018.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold18_1, whole genome shotgun sequence	False	False
FIJ0122_000000008437	1914	0.564604273114965	2	2	2	1	1	False	41427	maximal	True	FIJ0122_000000008437	0.9805850927710053		778	16	False	False	1.0	0					non-mobilizable	chromosome	1914.0	97.75299999999999	100.0	0.0005103062931462904	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0034_000000010218	2598	0.5646038135341517	3	2	2	2	1	False	12247	maximal	True	MON0034_000000010218	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	1.7706492227026977e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0023_000000005288	3251	0.5646017151114477	3	3	3	3	3	False	112837	maximal	True	ENG0023_000000005288	1.0	PS721	2	1	True	True	1.0	1					non-mobilizable	no_good_hit	2640.0	73.788	80.0	0.31566118220597195	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CAN0015_000000003822	10719	0.5645982634848106	8	7	6	4	4	False	119753	maximal	False	ENG0088_000000002418	0.7479606750679568		0	0	False	False	1.0	0					non-mobilizable	chromosome	6943.0	99.79799999999999	99.0	0.0011069727643559235	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ENG0058_000000023132	1489	0.5645978955264609	2	2	2	2	1	False	63431	maximal	True	ENG0058_000000023132	1.0		500	13	False	False	1.0	0					non-mobilizable	other	1490.0	98.054	100.0	0.0002874539571734145	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ENG0014_000000013570	1742	0.5645939251868698	3	2	1	2	1	False	66911	fragment	False	ENG0014_000000013570	1.0		0	0	False	False	0.9925373196601868	0					non-mobilizable	other	1742.0	98.39299999999999	100.0	0.0005914902190076622	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
CHI0107_000000003158	4025	0.5645929985264491	5	3	3	3	3	False	101850	maximal	True	CHI0107_000000003158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	90.291	3.0	0.0009272751357795734	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0793_000000007249	2238	0.5645928972969976	2	2	2	2	2	False	56921	maximal	True	ISR0793_000000007249	1.0		19	6	False	False	0.9946380853652954	0					non-mobilizable	no_good_hit	43.0	93.023	2.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
DEN0059_000000000490	1712	0.5645924617739633	2	2	1	2	0	False	71974	maximal	True	DEN0059_000000000490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000022292	1435	0.5645910743092771	1	1	1	1	1	False	23263	fragment	False	ISR0378_000000022292	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	99.081	98.0	0.004727909531596141	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0106_000000006961	3020	0.5645899917876743	4	2	2	2	2	False	60093	fragment	False	ENG0106_000000006961	1.0		0	0	False	False	0.9990066289901733	0					non-mobilizable	no_good_hit	753.0	78.22	25.0	0.0015578050213597024	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0139_000000010618	2570	0.5645896576236064	3	3	3	3	2	False	75299	maximal	True	SPA0139_000000010618	1.0		31	8	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	4.928083281943636e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
SPA0100_000000018672	1514	0.5645868233702317	3	3	2	3	2	False	4960	maximal	True	SPA0100_000000018672	1.0		10	7	False	False	0.9993395209312439	0					non-mobilizable	no_good_hit	457.0	79.431	30.0	0.0016821576177974504	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0128_000000012166	2894	0.5645836524471206	3	3	3	3	2	True	31857	maximal	True	ISR0128_000000012166	1.0		25	6	False	False	0.9979267716407776	0					non-mobilizable	no_good_hit	1180.0	83.22	41.0	0.007997612248081997	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
SPA0015_000000003456	4861	0.5645787936378117	5	3	2	3	2	False	77658	fragment	False	SPA0015_000000003456	1.0		0	0	False	False	0.99033123254776	0					non-mobilizable	no_good_hit	181.0	99.448	4.0	0.000690480574479838	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0038_000000005492	3901	0.5645781914006239	6	5	4	4	4	False	115988	backbone	True	ENG0038_000000005492	0.9372475834793	PS760	7	4	False	True	1.0	0					non-mobilizable	no_good_hit	1054.0	90.228	38.0	0.00023824327149415863	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0056_000000001292	7257	0.5645780992013947	9	8	2	8	6	False	11078	maximal	True	MON0056_000000001292	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2560.0	98.594	74.0	0.013775054120130534	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
CHI0107_000000002227	5357	0.5645748231746537	8	5	5	4	5	False	122629	fragment	False	CHI0107_000000002227	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2791.0	98.137	100.0	0.0008794013010726489	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0038_000000012466	2467	0.5645729347875703	4	3	2	3	3	False	101202	fragment	False	ISR0159_000000009035	0.6349712728080096		0	0	False	False	0.9902715682983398	0					non-mobilizable	chromosome	2461.0	98.65899999999999	99.0	0.0008359053279450287	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0010_000000005081	5133	0.5645722393615319	9	7	3	6	3	False	126478	maximal	True	AST0010_000000005081	1.0		1	1	False	False	0.9992207288742065	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	2.087011456000722e-05	NZ_SGXE01000001.1	CFB group bacteria	Aquimarina brevivitae strain DSM 17196 Ga0310459_101, whole genome shotgun sequence	True	False
CHI0043_000000004429	2068	0.5645716729600531	2	2	2	2	2	False	87391	fragment	False	CHI0043_000000004429	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2068.0	99.03299999999999	100.0	0.05511559075273978	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	False
ISR0185_000000025170	1320	0.5645710877182916	1	1	1	1	1	False	29376	fragment	False	ISR0185_000000025170	1.0		0	0	False	False	0.9977272748947144	0					non-mobilizable	no_good_hit	1185.0	74.17699999999999	88.0	0.005706218302203289	CP002411.1	firmicutes	Clostridium botulinum BKT015925 plasmid p1BKT015925, complete sequence	True	False
DEN0011_000000023020	1964	0.5645692861318409	3	3	1	2	2	False	75669	maximal	True	DEN0011_000000023020	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	92.0	10.0	0.0965082444228904	KU544213.1	bacteria	Uncultured bacterium clone CX_IN_B_Contig_24 genomic sequence	True	False
MON0102_000000019322	2353	0.5645649419293545	2	2	2	2	2	False	8952	maximal	True	MON0102_000000019322	1.0		7	3	False	False	0.9919251799583435	0					non-mobilizable	no_good_hit	690.0	76.377	29.0	0.0015618413141581607	NZ_CABJAT010000005.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
AST0003_000000007644	4618	0.5645633784606104	6	5	2	3	4	True	130578	fragment	False	ENG0151_000000004792	0.7424584819218427		0	0	False	False	1.0	0					non-mobilizable	other	4636.0	97.60600000000001	100.0	0.0012401455825403784	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0033_000000038519	1562	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.05799956327631198		0	0	False	False	0.9993597865104675	0					non-mobilizable	other	1562.0	93.214	100.0	0.012434085803954055	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
FIJ0149_000000017189	1538	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.12130172279110428		0	0	False	False	0.99934983253479	0					non-mobilizable	other	1538.0	95.059	100.0	0.0003765932579509355	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0389_000000015145	1471	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17939092165337436		0	0	False	False	0.9993202090263367	0					non-mobilizable	other	1471.0	99.66	100.0	0.0005183132043285851	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0069_000000035583	1470	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.048015130412002775		0	0	False	False	0.9693877696990967	0					non-mobilizable	other	1470.0	93.333	100.0	0.01170126332223479	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0216_000000011803	1467	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.04750971959658232		0	0	False	False	0.9993183612823486	0					non-mobilizable	other	1467.0	93.04700000000001	100.0	0.011677366936961336	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
SPA0074_000000014680	1458	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.03970328547728404		0	0	False	False	0.9931412935256958	0					non-mobilizable	other	1458.0	100.0	100.0	0.011605677781140973	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0010_000000015184	1449	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.13050701864852754		0	0	False	False	0.9951691031455994	0					non-mobilizable	other	1449.0	98.137	100.0	0.04061711079943899	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0029_000000009344	1445	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.07281296152205834		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	94.88600000000001	100.0	0.012829960844202544	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	True
ISR0197_000000017911	1424	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.04088380065877613		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	93.18799999999999	100.0	0.011334852081375158	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0056_000000015719	1422	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.04093232538774644		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	93.038	100.0	0.011318921157859521	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
AST0110_000000012656	1406	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.12628308909981067		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	99.71600000000001	100.0	0.0004953945932528314	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0098_000000013111	1336	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.08686785266766049		0	0	False	False	0.9797903895378113	0					non-mobilizable	other	1336.0	97.006	100.0	0.00037072829365013244	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
AST0088_000000008597	1327	0.5645632022798595	2	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.026722084853179083		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	92.69	100.0	0.0105622022908668	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
SPA0132_000000031405	1319	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.016496552183480742		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	93.70700000000001	100.0	0.01049051313504644	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
MAD0037_000000010546	1294	0.5645632022798595	2	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.051336247432745445		0	0	False	False	0.9992272257804871	0					non-mobilizable	other	1304.0	98.006	100.0	0.0011185048603027776	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0843_000000012378	1291	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.03571114736689381		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	99.535	100.0	0.0003582318343136111	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0040_000000021663	1287	0.5645632022798595	3	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.035454373692934756		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	98.834	100.0	0.00045343590528337455	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0122_000000018196	1283	0.5645632022798595	2	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.010341594661038813		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	87.355	100.0	0.001099619897197128	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
FIJ0132_000000030274	1178	0.5645632022798595	2	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.08293979296823094		0	0	False	False	0.9957554936408997	0					non-mobilizable	other	1178.0	98.04799999999999	100.0	0.00028857439102099677	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0780_000000010999	1160	0.5645632022798595	2	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.016498546812407734		0	0	False	False	0.9974138140678406	0					non-mobilizable	other	1160.0	99.82799999999999	100.0	0.0020184624823951025	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
USA0089_01_000000006274	1146	0.5645632022798595	2	2	0	1	1	True	400	maximal	True	USA0089_01_000000006274	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1152.0	87.32600000000001	100.0	0.0003171323680512744	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0829_000000013807	1139	0.5645632022798595	2	2	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.01603383212798747		0	0	False	False	0.9973661303520203	0					non-mobilizable	other	1141.0	95.355	100.0	0.03192145862552594	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0211_000000011156	2019	0.5645622903819313	5	4	2	3	2	False	73981	fragment	False	ISR0214_000000013546	0.9523921200750469		0	0	False	False	0.9945517778396606	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000027771	1251	0.5645621669397503	2	2	1	2	1	False	64554	fragment	False	USA0005_01_000000023001	0.9617977528089887		0	0	False	False	1.0	0					non-mobilizable	chromosome	632.0	97.785	94.0	0.0001766047169412623	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0024_000000003733	7697	0.5645609863520801	11	4	2	3	1	True	121819	fragment	False	AST0024_000000003733	1.0		0	0	False	False	0.9989606142044067	0					non-mobilizable	no_good_hit	134.0	94.77600000000001	2.0	0.000494959230989658	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	True
SPA0116_000000027620	1489	0.5645590521438484	2	2	2	2	2	False	33614	fragment	False	SPA0116_000000027620	0.9955722070844686		0	0	False	False	1.0	0					non-mobilizable	chromosome	1481.0	99.932	99.0	0.0006052157328283326	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
ISR0091_000000020113	1468	0.5645590521438484	2	2	2	2	2	False	33614	fragment	False	SPA0116_000000027620	0.9885829415715246		0	0	False	False	1.0	0					non-mobilizable	chromosome	1468.0	99.046	100.0	0.0005998996486886243	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
MON0003_000000004157	3219	0.5645552351432442	4	3	1	3	2	False	77520	maximal	True	MON0003_000000004157	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	94.355	6.0	0.014742898238043868	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MAD0087_000000004893	5288	0.5645489259773965	9	5	3	4	4	True	64346	fragment	False	MAD0087_000000004893	1.0		0	0	False	False	0.9996218085289001	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.0024754087681584263	NZ_JPXF01000100.1	high GC Gram+	Cryobacterium roopkundense strain RuG17 contig00100, whole genome shotgun sequence	True	True
ISR0097_000000007729	3483	0.5645470324443278	4	1	1	1	1	False	80666	fragment	False	ISR0097_000000007729	1.0		0	0	False	False	0.9982773661613464	0					non-mobilizable	no_good_hit	1405.0	99.00399999999999	63.0	0.006699655950716491	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0081_000000023856	2322	0.5645470324443278	4	1	1	1	1	False	75025	fragment	False	MON0081_000000023856	1.0		0	0	False	False	0.9900947213172913	0					non-mobilizable	no_good_hit	1318.0	98.786	57.0	0.005377485606957658	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0046_000000010464	1800	0.5645470324443278	2	1	1	1	1	False	75033	fragment	False	ISR0132_000000014610	0.9683431840508459		0	0	False	False	0.996666669845581	0					non-mobilizable	other	1804.0	99.667	100.0	0.007361888040504676	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0051_000000026844	1753	0.5645470324443278	3	1	1	1	1	False	80665	fragment	False	DEN0051_000000026844	0.9953569628776135		0	0	False	False	0.9994295239448547	0					non-mobilizable	no_good_hit	1338.0	98.35600000000001	76.0	0.005459148258543955	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0119_000000018347	1729	0.5645470324443278	3	1	1	1	1	False	80665	fragment	False	DEN0051_000000026844	0.992240859154258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1314.0	98.706	76.0	0.0053611530766403985	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0135_000000011708	1663	0.5645470324443278	2	1	1	1	1	False	80665	fragment	False	DEN0051_000000026844	0.9728727326948714		0	0	False	False	0.9729404449462891	0					non-mobilizable	no_good_hit	1249.0	98.479	75.0	0.0050957494589849335	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0223_000000022855	1395	0.5645470324443278	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.9494240948545659		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	98.925	100.0	0.005691886815564901	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0207_000000021946	1383	0.5645470324443278	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8810330799233946		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	86.346	99.0	0.006100264640401768	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0346_000000018411	1355	0.5645470324443278	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.879796335930521		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	86.441	99.0	0.006039588710543143	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0304_000000007874	1318	0.5645470324443278	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8794724460916384		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	98.634	100.0	0.005377485606957658	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0162_000000030013	1310	0.5645470324443278	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8772935213668315		0	0	False	False	0.994656503200531	0					non-mobilizable	other	1309.0	98.625	99.0	0.005340737413743824	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0083_000000014036	1307	0.5645470324443278	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8505439357239222		0	0	False	False	0.9984697699546814	0					non-mobilizable	other	1306.0	98.851	99.0	0.00532848801600588	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0033_000000024589	1298	0.5645470324443278	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8742565658092104		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	98.76799999999999	100.0	0.0052999060879506754	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0209_000000021503	1296	0.5645470324443278	3	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8261425590451206		0	0	False	False	0.9822530746459961	0					non-mobilizable	other	1294.0	98.37700000000001	99.0	0.005279490425054102	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0026_000000009677	1292	0.5645470324443278	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8531138628917663		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	98.994	100.0	0.005271324159895472	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0057_000000017494	1284	0.5645470324443278	3	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7805873998409443		0	0	False	False	0.9992212057113647	0					non-mobilizable	chromosome	1284.0	87.305	100.0	0.000343286589901961	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0820_000000020494	1283	0.5645470324443278	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8272625879095541		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	98.75299999999999	100.0	0.005234575966681638	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0022_000000020709	1280	0.5645470324443278	3	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7767287201022618		0	0	False	False	1.0	0					non-mobilizable	chromosome	1280.0	86.79700000000001	100.0	0.0003422146567562874	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0027_000000029664	1269	0.5645470324443278	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7788410468525928		0	0	False	False	0.9921197891235352	0					non-mobilizable	other	1269.0	98.897	100.0	0.00517741211057123	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0848_000000014387	1269	0.5645470324443278	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7770673794976942		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	98.50399999999999	100.0	0.00517741211057123	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0141_000000020809	1265	0.5645470324443278	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7621076236266996		0	0	False	False	0.9889327883720398	0					non-mobilizable	other	1265.0	98.735	100.0	0.005161079580253971	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0302_000000013470	1257	0.5645470324443278	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7535107023440172		0	0	False	False	0.9984089136123657	0					non-mobilizable	other	1257.0	98.727	100.0	0.005128414519619452	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0041_000000027195	1242	0.5645470324443278	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7092864522554801		0	0	False	False	0.9871175289154053	0					non-mobilizable	other	1242.0	98.631	100.0	0.005067167530929729	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0825_000000019656	1226	0.5645470324443278	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7030527657595388		0	0	False	False	0.9983686804771423	0					non-mobilizable	other	1226.0	98.53200000000001	100.0	0.005001837409660692	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0180_000000015238	1191	0.5645470324443278	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.5811030122346748		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	98.741	100.0	0.004858927769384672	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0145_000000024383	1106	0.5645465531107894	2	2	2	1	0	True	31043	maximal	True	ISR0145_000000024383	1.0		2	2	False	False	1.0	0					non-mobilizable	other	844.0	94.194	100.0	0.006222274710106952	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	True
MAD0097_000000011757	3379	0.5645460351995645	4	3	3	2	2	False	15432	maximal	True	MAD0097_000000011757	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	97.321	54.0	0.00023388494394429703	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0041_000000018680	1830	0.5645443899980522	2	2	2	2	2	False	73107	fragment	False	DEN0041_000000018680	1.0		0	0	False	False	0.9994535446166992	0					non-mobilizable	chromosome	1831.0	96.395	100.0	0.00036382349249467345	CP025003.1	enterobacteria	Dickeya fangzhongdai strain DSM 101947 chromosome, complete genome	False	False
ENG0094_000000003305	5098	0.5645438793134803	3	3	3	3	3	False	61038	maximal	True	ENG0094_000000003305	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	1.0	0.0005284440768311736	NZ_ML014764.1	g-proteobacteria	Parashewanella curva strain C51 Scaffold12, whole genome shotgun sequence	True	False
CHI0031_000000003717	2560	0.5645418976258754	3	1	1	1	1	False	88479	maximal	True	CHI0031_000000003717	1.0		83	11	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	88.82	19.0	0.0001543904751068727	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0037_000000000895	9602	0.5645391425432011	12	8	2	5	6	False	102420	maximal	True	CHI0037_000000000895	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1674.0	95.699	27.0	0.1535338623362244	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
CHI0006_000000009802	1558	0.5645383539931229	2	2	2	2	1	False	102220	fragment	False	ISR0855_000000007730	0.16874185985933837		0	0	False	False	1.0	0					non-mobilizable	other	1558.0	98.139	100.0	0.00038174199389948344	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0093_000000009859	1954	0.564536653274708	2	2	2	2	2	False	43244	maximal	True	FIJ0093_000000009859	1.0		30	7	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	77.64699999999999	9.0	0.00033500330680683493	NZ_QSGP01000006.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf6, whole genome shotgun sequence	True	False
FIJ0023_000000014173	2294	0.5645364470869332	3	3	3	3	3	False	93155	fragment	False	FIJ0023_000000014173	0.9591257804698531		0	0	False	False	0.9995640516281128	0					non-mobilizable	no_good_hit	713.0	71.669	30.0	0.011541673626190078	NZ_QPJU01000011.1	b-proteobacteria	Extensimonas vulgaris strain DSM 100911 Ga0244581_111, whole genome shotgun sequence	True	False
MON0080_000000016177	2996	0.5645338934296998	5	4	3	3	4	False	62404	maximal	True	MON0080_000000016177	1.0		37	7	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	75.0	6.0	0.00210438243981593	NZ_JQKD01000030.1	b-proteobacteria	Xenophilus azovorans DSM 13620 Q392DRAFT_scaffold00026.26_C, whole genome shotgun sequence	True	False
ENG0181_000000004735	4595	0.5645317481707678	3	2	2	2	2	False	55286	maximal	True	ENG0181_000000004735	1.0		6	4	False	False	0.9971708655357361	0					non-mobilizable	no_good_hit	3418.0	80.193	74.0	0.002910613896625904	NZ_OLMS01000003.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	False
ISR0307_000000008394	1381	0.5645298084408883	2	2	2	2	2	False	83034	fragment	False	ISR0307_000000008394	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	94.791	99.0	0.0033289957733249843	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0082_000000008146	2071	0.5645283739820779	2	2	2	2	2	False	5601	maximal	True	SPA0082_000000008146	1.0		90	11	False	False	0.9995171427726746	0					non-mobilizable	chromosome	2071.0	99.421	100.0	0.0005762605699968682	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0021_000000016061	2046	0.5645266447483837	3	3	3	3	2	False	95503	fragment	False	DEN0071_000000019508	0.9709768758848514		0	0	False	False	0.9936461448669434	0					non-mobilizable	other	2047.0	80.41	99.0	0.0020366763791114582	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	False
ENG0146_000000018107	1219	0.5645254721912872	2	2	2	2	1	False	57394	maximal	True	ENG0146_000000018107	1.0		110	8	False	False	0.9926168918609619	0					non-mobilizable	other	1219.0	99.508	100.0	0.005872596478370716	NZ_CZBD01000007.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MAD0002_000000020508	1962	0.5645234813513349	3	3	3	3	2	False	20177	maximal	True	MAD0002_000000020508	1.0		2	2	False	False	0.9964321851730347	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000004502	5214	0.5645233945527116	5	4	3	4	2	True	116300	maximal	True	ISR0177_000000004502	1.0		31	7	False	False	0.9996164441108704	0					non-mobilizable	no_good_hit	1338.0	93.72200000000001	29.0	0.005513811334449567	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
ENG0183_000000001010	22390	0.5645220048146299	23	16	7	12	12	False	92150	maximal	True	ENG0183_000000001010	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	77.941	6.0	0.0003026714337183284	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0099_000000005446	4936	0.5645215475789325	7	5	5	5	4	False	95395	fragment	False	MON0070_000000004449	0.9509199617838321		0	0	False	False	0.9997974038124084	0					non-mobilizable	no_good_hit	2201.0	91.822	56.0	0.0010782308768613224	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0351_000000013884	1122	0.5645189826867257	2	2	1	2	1	False	24069	maximal	True	ISR0351_000000013884	1.0		31	5	False	False	0.9946523904800415	0					non-mobilizable	no_good_hit	485.0	87.21600000000001	63.0	0.00012880935709493383	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0032_000000006848	2986	0.5645177824088399	6	5	4	5	3	False	124359	maximal	True	ENG0032_000000006848	1.0		0	0	False	False	0.993302047252655	0					non-mobilizable	no_good_hit	1826.0	97.48100000000001	61.0	0.01050606517907542	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0046_000000010908	1530	0.5645168785528264	3	2	2	2	1	True	115611	maximal	True	AST0046_000000010908	1.0		1	1	False	False	0.9947712421417236	0					non-mobilizable	no_good_hit	1147.0	88.056	75.0	0.0003274655669377804	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0198_000000027790	1199	0.5645105274809024	2	1	1	1	1	False	28848	maximal	True	ISR0198_000000027790	1.0		0	0	False	False	0.9758131504058838	0					non-mobilizable	no_good_hit	963.0	95.846	80.0	0.0002728018022519065	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0141_000000027632	1100	0.5645105274809024	1	1	1	1	1	False	31182	fragment	False	ISR0141_000000027632	1.0		0	0	False	False	0.9872727394104004	0					non-mobilizable	other	1100.0	99.0	100.0	0.0003119762546044175	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0141_000000001550	17124	0.5645104589399528	12	6	4	6	4	True	80163	maximal	False	USA0046_01_000000000541	0.9792851807159685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	88.818	15.0	0.02182398556633069	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	True	True
FIJ0078_000000007511	3377	0.564509881605236	5	5	2	2	4	True	124594	fragment	False	FIJ0078_000000007511	0.6662287232540206		0	0	False	False	1.0	0					non-mobilizable	other	3406.0	93.18799999999999	100.0	0.17747244135625098	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0126_000000004320	7647	0.564509412754937	10	6	4	5	4	False	121824	fragment	False	CHI0054_000000001402	0.32125492740695627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5995.0	96.881	78.0	0.0016839435755248132	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0074_000000005865	5355	0.5645042520548353	8	3	0	2	1	False	116321	fragment	False	ISR0222_000000011179	0.9398974522789653		0	0	False	False	0.9998132586479187	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
USA0031_01_000000018287	1475	0.5645020951608994	3	3	3	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.6111957168523579		0	0	False	False	0.9877966046333313	0					non-mobilizable	other	1475.0	97.35600000000001	100.0	0.03400858289880485	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0073_000000017879	1538	0.5644988906990691	2	2	2	2	1	False	34784	maximal	True	ISR0073_000000017879	1.0		98	7	False	False	0.9577373266220093	0					non-mobilizable	no_good_hit	914.0	99.015	59.0	0.0004390425698176266	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	True	False
ISR0134_000000022317	1435	0.5644966980649466	2	2	2	2	1	False	31457	maximal	True	ISR0134_000000022317	1.0		1	1	False	False	0.997909426689148	0					non-mobilizable	no_good_hit	778.0	96.787	59.0	0.021067187245810963	NZ_JRNT01000022.1	firmicutes	Veillonella montpellierensis DNF00314 contig22, whole genome shotgun sequence	True	False
CHI0133_000000012390	1585	0.5644917105450935	3	2	2	2	2	False	80790	fragment	False	CHI0133_000000012390	1.0		0	0	False	False	0.9911671876907349	0					non-mobilizable	other	1566.0	98.148	99.0	0.00043459908581457477	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0002_000000003753	6922	0.5644910773078148	9	6	6	5	5	False	73260	maximal	True	MAD0002_000000003753	1.0		5	3	False	False	0.9917653799057007	0					non-mobilizable	no_good_hit	951.0	94.742	46.0	0.00032144977245365737	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0332_000000006746	2083	0.5644772163618478	6	5	2	3	3	False	24570	maximal	True	ISR0332_000000006746	1.0		7	2	False	False	0.9759961366653442	0					non-mobilizable	no_good_hit	770.0	94.416	71.0	0.0002043917071258454	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0159_000000006336	3538	0.5644769106063211	4	3	2	2	2	False	56549	maximal	True	ENG0159_000000006336	1.0		4	2	False	False	0.9974561929702759	0					non-mobilizable	other	1737.0	94.185	98.0	0.0004611381328297412	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0017_000000007413	2630	0.5644726387361902	4	4	3	2	4	False	129484	fragment	False	MON0017_000000007413	0.9796447711763666		0	0	False	False	0.9779467582702637	0					non-mobilizable	other	2650.0	98.0	100.0	0.0007919398520337069	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0029_000000003336	3728	0.5644669999286938	4	4	4	4	4	False	92165	maximal	True	DEN0029_000000003336	1.0		5	3	False	False	0.9997317790985107	0					non-mobilizable	no_good_hit	2770.0	78.664	74.0	0.0003882945358729951	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
SPA0030_000000009627	3190	0.5644642867547871	4	4	4	3	4	False	83556	fragment	False	ISR0055_000000003404	0.9399536366270645		0	0	False	False	1.0	0					non-mobilizable	chromosome	3191.0	99.436	100.0	0.0012641834124389464	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ENG0110_000000010823	2828	0.5644637388403227	3	3	3	3	3	False	59811	maximal	True	ENG0110_000000010823	1.0		12	4	False	False	0.987270176410675	0					non-mobilizable	no_good_hit	596.0	99.664	74.0	0.00018018678252727257	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ENG0151_000000010487	2232	0.5644623195281031	4	3	2	2	2	False	57105	maximal	True	ENG0151_000000010487	1.0		11	5	False	False	0.9887992739677429	0					non-mobilizable	no_good_hit	1629.0	98.895	73.0	0.00031417619922681294	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0132_000000001714	12879	0.5644570563942585	15	7	1	7	4	False	31618	maximal	True	ISR0132_000000001714	1.0		1	1	False	False	0.9982917904853821	0					non-mobilizable	no_good_hit	275.0	100.0	2.0	0.005636700267434684	NZ_JAAIPV010000034.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_34_length_48610_cov_92.315, whole genome shotgun sequence	True	False
USA0101_01_000000012205	2664	0.5644565213797996	4	3	3	3	2	False	363	fragment	False	USA0101_01_000000012205	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	98.17399999999999	8.0	0.007166573523126993	NZ_JNJN01000033.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00032.32_C, whole genome shotgun sequence	True	False
FIJ0074_000000017924	1685	0.5644526568687984	2	2	2	2	2	False	44630	fragment	False	FIJ0074_000000017924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8694404591104736e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
FIJ0068_000000005098	5768	0.5644476669614426	7	6	3	4	6	False	45124	maximal	True	FIJ0068_000000005098	1.0		2	2	True	True	1.0	5					non-mobilizable	chromosome	4659.0	99.27	100.0	0.0009154711059373203	LR134208.1	enterobacteria	Escherichia coli strain NCTC10430 genome assembly, chromosome: 1	False	True
AST0110_000000005616	3327	0.5644476616886183	5	3	3	1	2	False	107044	maximal	True	AST0110_000000005616	1.0		0	0	False	False	0.9912834167480469	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	1.0	1.5616006043031175e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
DEN0071_000000001525	16530	0.5644444280439666	27	6	3	1	4	False	70521	fragment	False	DEN0071_000000001525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	92.0	5.0	8.207683824532883e-05	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
DEN0064_000000011526	3255	0.5644444103248684	3	3	3	3	3	False	86643	maximal	True	DEN0064_000000011526	1.0		2	2	False	False	0.9920122623443604	0					non-mobilizable	no_good_hit	1173.0	72.72	36.0	0.0006115585628267785	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
ENG0043_000000008904	3752	0.5644420803496004	5	5	5	5	4	False	64624	fragment	False	ENG0043_000000008904	1.0		0	0	False	False	0.9954690933227539	0					non-mobilizable	no_good_hit	176.0	73.86399999999999	5.0	0.00026929731971782594	NZ_SMDD01000003.1	firmicutes	Laceyella sacchari strain DSM 43356 Ga0244645_103, whole genome shotgun sequence	True	False
ISR0775_000000007471	2585	0.5644408080415718	3	3	3	2	2	False	22450	maximal	True	ISR0775_000000007471	1.0		60	8	False	False	0.9941973090171814	0					non-mobilizable	no_good_hit								True	False
ISR0285_000000003046	4289	0.5644383256123265	7	6	6	5	2	False	26071	maximal	True	ISR0285_000000003046	1.0		55	5	False	False	0.9997668266296387	0					non-mobilizable	no_good_hit	989.0	75.126	36.0	0.019968083800482834	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
FIJ0064_000000014328	1845	0.5644373041070517	3	3	3	2	2	False	106469	fragment	False	FIJ0064_000000014328	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	82.3	97.0	0.0009611938880805482	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
USA0106_01_000000002922	3734	0.5644371426531962	7	6	6	5	1	False	111392	maximal	False	ENG0164_000000004507	0.9685926638995624	PS708	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1296.0	97.685	62.0	0.00019196464174357853	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
ISR0307_000000011135	1112	0.5644308950665471	2	2	2	2	2	False	33547	maximal	True	ISR0307_000000011135	0.9908071193635755		53	8	False	False	1.0	0					non-mobilizable	other	1112.0	98.11200000000001	100.0	0.015904057979350607	NZ_JAAIPV010000019.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_19_length_69542_cov_109.211, whole genome shotgun sequence	False	False
SPA0132_000000024154	1716	0.5644260285862452	3	2	2	2	2	False	87329	maximal	True	SPA0132_000000024154	1.0		46	10	False	False	1.0	0					non-mobilizable	chromosome	1716.0	99.709	100.0	0.00036680561077839574	CP053245.1	enterobacteria	Escherichia coli strain SCU-485 chromosome, complete genome	False	False
CAN0001_000000015515	2992	0.5644226579283772	4	4	4	4	2	False	97389	maximal	True	CAN0001_000000015515	1.0		1	1	False	False	0.9839572310447693	0					non-mobilizable	no_good_hit	111.0	100.0	4.0	0.0011413037839408183	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
CHI0102_000000000884	8168	0.5644214608423054	11	10	3	7	9	False	113668	maximal	True	CHI0102_000000000884	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6451.0	97.69	99.0	0.0021710322366310696	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0812_000000021044	1881	0.5644197814478324	2	2	2	2	2	False	79798	fragment	False	ISR0812_000000021044	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1881.0	98.086	100.0	0.0030406990856865442	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MON0013_000000015857	3122	0.5644194949363079	4	4	2	3	3	False	81929	maximal	True	MON0013_000000015857	0.9759056164838817		181	13	False	False	0.9990390539169312	0					non-mobilizable	no_good_hit	527.0	74.00399999999999	16.0	9.790908855400849e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
CHI0179_000000005940	3009	0.5644194949363079	4	4	2	3	3	False	81929	maximal	False	MON0013_000000015857	0.9594811018577836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	74.383	17.0	9.790908855400849e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
ISR0208_000000010306	2631	0.5644194949363079	4	4	2	3	3	False	81928	fragment	False	ISR0208_000000010306	0.9940215225189318		0	0	False	False	0.9992398619651794	0					non-mobilizable	no_good_hit	616.0	77.76	23.0	0.0002669853539462978	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0004_000000016117	2509	0.5644194949363079	4	4	2	3	3	False	81928	fragment	False	ISR0208_000000010306	0.9711136450019004		0	0	False	False	0.9992028474807739	0					non-mobilizable	no_good_hit	527.0	74.194	21.0	9.790908855400849e-05	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
USA0053_01_000000006844	3054	0.5644128394687474	4	4	3	2	4	False	12153	maximal	True	USA0053_01_000000006844	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	plasmid	3054.0	99.935	100.0	0.02184771718906541	CP029742.1	enterobacteria	Escherichia coli strain AR_0085 plasmid unnamed1, complete sequence	False	True
ENG0154_000000004523	5810	0.564412705685821	6	5	4	5	4	True	120764	fragment	False	ENG0154_000000004523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4729.0	89.512	89.0	0.0008787071446466243	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
ISR0210_000000005957	3218	0.5644094203951892	6	3	1	2	2	False	131161	fragment	False	ISR0210_000000005957	1.0		0	0	False	False	0.9956494569778442	0					non-mobilizable	no_good_hit	1535.0	82.932	70.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0048_000000017423	1182	0.5644052998614985	2	2	2	2	1	False	6620	maximal	True	SPA0048_000000017423	1.0		47	7	False	False	0.9568527936935425	0					non-mobilizable	other	1182.0	99.57700000000001	100.0	0.0012977708231229576	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
MAD0105_000000010600	3186	0.5644040181182663	4	3	3	2	2	False	14843	maximal	True	MAD0105_000000010600	1.0		18	3	False	False	0.9990583658218384	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000005966	5349	0.5644025781215728	10	5	2	3	5	True	70647	maximal	True	DEN0070_000000005966	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	86.38799999999999	46.0	0.00020256749516134323	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
CHI0129_000000021542	1238	0.5644024585993411	2	2	2	1	2	False	81159	fragment	False	CHI0129_000000021542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	74.327	45.0	0.00016563960075435287	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CAN0016_000000031799	1451	0.564400903474505	2	2	2	2	1	False	92733	fragment	False	CAN0016_000000031799	1.0		0	0	False	False	0.9993107914924622	0					non-mobilizable	no_good_hit								True	False
ISR0338_000000018015	1600	0.5643978406919105	2	2	2	2	2	False	70919	fragment	False	ISR0167_000000017863	0.9700875874917173		0	0	False	False	0.9981250166893005	0					non-mobilizable	chromosome	1600.0	97.68799999999999	100.0	0.0003558593725658462	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0077_000000010551	1331	0.5643937842281106	2	2	2	2	2	False	91177	fragment	False	DEN0077_000000010551	1.0		0	0	False	False	0.996243417263031	0					non-mobilizable	other	1338.0	80.643	100.0	0.992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
DEN0001_000000013832	3005	0.5643899043788522	3	3	3	3	3	False	119442	fragment	False	DEN0001_000000013832	0.9973315543695798		0	0	False	False	1.0	0					non-mobilizable	chromosome	2050.0	84.39	97.0	0.0005687441277795177	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0063_000000001489	6506	0.5643884013831072	20	1	1	1	1	False	16732	maximal	True	MAD0063_000000001489	1.0		1	1	False	False	0.9987703561782837	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000004167	4600	0.5643859823396544	6	6	6	6	5	False	100350	fragment	False	ISR0034_000000004164	0.9626579874769595		0	0	False	False	0.9930434823036194	0					non-mobilizable	chromosome	4599.0	97.67299999999999	99.0	0.0015600168132502547	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0109_000000004992	2814	0.5643786480366951	4	4	2	3	3	True	121617	fragment	False	ISR0051_000000013108	0.9327063283756196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	96.0	64.0	0.14908456843940715	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0050_000000006351	3765	0.5643777051681246	5	2	2	2	2	True	106431	maximal	True	ENG0050_000000006351	1.0		1	1	False	False	0.9997344017028809	0					non-mobilizable	no_good_hit	1634.0	94.37	47.0	0.00024147521343651692	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
CHI0119_000000000977	8343	0.5643744852096956	12	7	4	5	5	True	124302	maximal	True	CHI0119_000000000977	1.0		2	1	False	False	0.9947261214256287	0		MOBV			mobilizable	no_good_hit	3472.0	89.34299999999999	63.0	0.0014512102850651515	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ETH0002_000000013895	1866	0.5643739188445547	3	2	1	1	0	False	53337	maximal	True	ETH0002_000000013895	1.0		41	10	False	False	0.9978563785552979	0					non-mobilizable	no_good_hit	1519.0	99.21	81.0	0.0013575575776232987	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
MAD0059_000000004768	3967	0.5643732953462286	3	3	3	3	3	False	16912	maximal	True	MAD0059_000000004768	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	76.65100000000001	26.0	0.0007184038069832749	NZ_CP016205.1	CFB group bacteria	Prevotella scopos JCM 17725 strain W2052 chromosome 2	True	False
MON0108_000000008386	2575	0.5643716078545082	6	4	2	1	3	True	111687	maximal	True	MON0108_000000008386	1.0		99	9	False	False	0.9891262054443359	0					non-mobilizable	chromosome	1814.0	96.527	97.0	0.0005154067361271109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
SPA0121_000000003028	4515	0.5643699916133144	5	2	1	2	0	True	4139	fragment	False	SPA0121_000000003028	1.0		0	0	False	False	0.9977851510047913	0					non-mobilizable	no_good_hit	52.0	100.0	1.0	1.5261779924534987e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0032_000000009196	3503	0.5643696835856363	5	3	3	3	3	False	36962	maximal	True	ISR0032_000000009196	1.0		2	2	False	False	0.984584629535675	0					non-mobilizable	no_good_hit	791.0	95.954	23.0	0.005049406102805652	NZ_QSFS01000007.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf7, whole genome shotgun sequence	True	False
ISR0129_000000007966	1393	0.5643659852387805	2	2	2	2	1	False	89729	fragment	False	ISR0129_000000007966	0.6709839219142292		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	97.2	100.0	0.06353843344896841	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CHI0107_000000011254	1345	0.5643659852387805	2	2	2	2	1	False	89729	fragment	False	ISR0129_000000007966	0.5649459296525868		0	0	False	False	0.9687732458114624	0					non-mobilizable	other	1330.0	97.14299999999999	99.0	0.06066277159028665	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0278_000000009044	1343	0.5643659852387805	2	2	2	2	1	False	89729	fragment	False	ISR0129_000000007966	0.5649546189166298		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	99.181	100.0	0.06125616213255432	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
CAN0016_000000013860	3461	0.5643632384890024	2	2	1	2	2	False	92984	maximal	True	CAN0016_000000013860	1.0		713	13	False	False	1.0	0					non-mobilizable	other	3461.0	100.0	100.0	0.0006697779724736739	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0021_000000008485	1103	0.5643626750752615	2	2	1	2	0	False	89215	fragment	False	CHI0021_000000008485	1.0		0	0	False	False	0.9927470684051514	0					non-mobilizable	plasmid	1063.0	99.71799999999999	100.0	0.15503649635036496	CP001385.1	enterobacteria	Shigella flexneri 2002017 plasmid pSFxv_2, complete sequence	False	True
CAN0023_000000002607	3327	0.5643595626916513	3	2	2	2	2	False	91107	maximal	True	CAN0023_000000002607	1.0		2	1	False	False	0.9981966018676758	0					non-mobilizable	no_good_hit	1594.0	97.365	48.0	0.0004761076835281405	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0399_000000002842	4630	0.5643584877832852	9	3	3	3	2	True	68919	fragment	False	ISR0399_000000002842	1.0		0	0	False	False	0.9984881281852722	0					non-mobilizable	no_good_hit	152.0	98.684	3.0	5.1918509257998544e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	True
ISR0810_000000002832	4420	0.5643584877832852	9	3	3	3	2	True	21725	maximal	True	ISR0810_000000002832	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0781_000000002620	8517	0.5643544721015943	15	4	2	4	3	True	93425	fragment	False	ISR0781_000000002620	1.0		0	0	False	False	0.999765157699585	0					non-mobilizable	no_good_hit	749.0	85.848	9.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0037_000000003101	11089	0.564354307058989	12	11	9	11	9	False	12146	fragment	False	MON0037_000000003101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	98.387	1.0	2.126226763129973e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AUS0024_000000025077	1278	0.5643527177351225	2	2	2	2	1	True	106318	fragment	False	ENG0089_000000015145	0.6581209216321582		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	97.41799999999999	100.0	0.0006735374164011899	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	True
SPA0129_000000013937	1846	0.5643484000185499	2	2	2	2	2	False	8443	fragment	False	SPA0001_000000016688	0.953287197231834		0	0	False	False	1.0	0					non-mobilizable	other	1846.0	99.133	100.0	0.00050794821956578	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
MAD0043_000000015345	1704	0.5643482318801187	2	1	0	1	1	False	18025	fragment	False	MON0081_000000029175	0.935449166218397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000002644	7465	0.564348096397535	7	4	2	4	1	True	31779	fragment	False	MAD0043_000000002644	1.0		0	0	False	False	0.9966510534286499	0					non-mobilizable	no_good_hit	871.0	79.679	12.0	0.04504832172919048	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	True	True
MON0080_000000048345	1210	0.564346898208135	1	1	1	1	1	False	10012	maximal	True	MON0080_000000048345	1.0		14	5	False	False	0.9636363387107849	0					non-mobilizable	no_good_hit								True	False
USA0025_01_000000004529	3768	0.5643464567531467	5	5	4	4	4	False	1658	maximal	True	USA0025_01_000000004529	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	921.0	97.177	55.0	0.0011524739313908065	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
MON0045_000000012978	1584	0.5643457825520037	2	2	2	1	1	False	11565	fragment	False	MON0045_000000012978	1.0		0	0	False	False	1.0	0					non-mobilizable	other	901.0	98.22399999999999	100.0	0.00012456162956506263	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
SPA0126_000000002874	10920	0.5643433188803649	9	9	9	9	9	False	125058	fragment	False	SPA0126_000000002874	0.9879553937334694		0	0	False	False	1.0	0					non-mobilizable	other	10921.0	99.31299999999999	100.0	0.03947473082123927	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0857_000000000274	4566	0.5643352165483583	6	5	2	4	4	False	84024	fragment	False	ISR0822_000000000946	0.5488649288263653		0	0	False	False	1.0	0					non-mobilizable	plasmid	4566.0	99.978	100.0	0.10445507173420589	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0153_000000003922	4207	0.5643352165483583	6	5	2	4	4	False	84024	fragment	False	ISR0822_000000000946	0.4108111753409715		0	0	False	False	1.0	0					non-mobilizable	plasmid	4207.0	99.667	100.0	0.09624053268654326	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
USA0017_01_000000010681	2583	0.5643342285534402	3	3	3	3	2	False	1902	maximal	True	USA0017_01_000000010681	1.0		4	3	False	False	0.9972899556159973	0					non-mobilizable	no_good_hit	50.0	92.0	2.0	0.00029050120350498595	NZ_AUID01000003.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
DEN0090_000000016858	1693	0.5643340844326693	2	2	2	2	2	False	68733	maximal	True	DEN0090_000000016858	1.0		18	7	False	False	0.983461320400238	0					non-mobilizable	no_good_hit	849.0	75.265	50.0	0.00034366827929537393	NZ_KE148312.1	firmicutes	Oribacterium parvum ACB1 acqcx-supercont2.1, whole genome shotgun sequence	True	False
ISR0128_000000006868	4994	0.5643267571890604	4	3	1	3	0	True	31866	fragment	False	ISR0128_000000006868	1.0		0	0	False	False	0.9989988207817078	0					non-mobilizable	no_good_hit	915.0	96.721	39.0	0.014481731470038343	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0365_000000006142	2545	0.5643267571890604	3	3	1	3	0	False	23657	fragment	False	ISR0365_000000006142	1.0		0	0	False	False	0.9960707426071167	0					non-mobilizable	no_good_hit	851.0	88.132	33.0	0.013372627309313306	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	False
ISR0321_000000001365	6326	0.5643260558148806	15	2	2	2	1	False	110393	fragment	False	ISR0321_000000001365	1.0		0	0	False	False	0.9993677139282227	0					non-mobilizable	no_good_hit	760.0	89.73700000000001	19.0	0.00020093195166668397	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
AST0088_000000006877	1679	0.5643260558148806	2	2	2	2	1	False	110392	fragment	False	AST0088_000000006877	1.0		0	0	False	False	0.9994044303894043	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.0355850422195417e-05	NZ_UFXU01000002.1	firmicutes	Enterococcus malodoratus strain NCTC12365, whole genome shotgun sequence	True	False
FIJ0066_000000006986	4376	0.5643225724807001	4	3	1	3	1	True	97580	fragment	False	FIJ0053_000000002732	0.14633323596684594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	93.571	8.0	0.0026434973754524264	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
MON0054_000000009017	4183	0.5643225724807001	4	3	1	3	1	True	97580	fragment	False	FIJ0053_000000002732	0.14361515371261274		0	0	False	False	0.9995218515396118	0					non-mobilizable	no_good_hit	389.0	86.118	11.0	0.0035436129692444714	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0160_000000006458	2710	0.5643225724807001	3	3	1	3	1	True	97578	fragment	False	BAN0041_000000001446	0.6468597216998871		0	0	False	False	0.9996309876441956	0					non-mobilizable	no_good_hit	89.0	93.258	3.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0066_000000009197	3408	0.5643221154823027	4	3	3	2	2	False	45361	maximal	True	FIJ0066_000000009197	1.0		53	5	False	False	1.0	0					non-mobilizable	no_good_hit	371.0	76.819	11.0	0.006560804599772895	NZ_AUDP01000029.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00028.28_C, whole genome shotgun sequence	True	False
ISR0327_000000001528	10601	0.5643154316883272	9	9	9	9	9	False	125058	fragment	False	SPA0126_000000002874	0.9759719917104025		0	0	False	False	0.9989623427391052	0					non-mobilizable	other	10602.0	99.302	100.0	0.038321365815562836	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0167_000000009700	2555	0.5643115838145457	4	4	4	3	3	False	56069	maximal	True	ENG0167_000000009700	1.0		0	0	False	False	0.9890410900115967	0					non-mobilizable	no_good_hit	800.0	77.875	31.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0069_000000042949	1241	0.5643113449552102	3	3	3	2	3	False	10468	maximal	True	MON0069_000000042949	1.0		17	6	False	False	0.9943593740463257	0					non-mobilizable	no_good_hit	941.0	74.601	75.0	0.0003317738049500364	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ENG0185_000000004188	5701	0.564306227323527	7	6	4	6	4	False	109012	maximal	True	ENG0185_000000004188	1.0		21	5	False	False	0.9938607215881348	0					non-mobilizable	no_good_hit	1346.0	73.105	23.0	0.0005791258662776016	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0003_000000014977	1836	0.5643015740194933	3	2	2	2	2	False	20096	fragment	False	MAD0003_000000014977	1.0		0	0	False	False	0.992919385433197	0					non-mobilizable	no_good_hit	1313.0	85.37700000000001	71.0	0.00045522166436848276	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0025_000000010045	3408	0.5642985936851421	5	1	1	1	1	False	65609	fragment	False	MON0025_000000010045	1.0		0	0	False	False	0.9674295783042908	0					non-mobilizable	other	3303.0	93.58200000000001	97.0	0.019153284332508912	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	False	False
CHI0173_000000006892	2435	0.5642949411426659	3	2	2	2	1	False	77900	maximal	True	CHI0173_000000006892	1.0		3	1	False	False	0.9983572959899902	0					non-mobilizable	no_good_hit								True	False
ISR0257_000000003592	4305	0.5642927017687822	5	4	3	2	2	True	117926	fragment	False	ISR0257_000000003592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3041.0	81.947	70.0	0.0010802195160373662	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
CHI0164_000000010282	2170	0.5642915902604387	4	4	4	4	4	False	78401	maximal	True	CHI0164_000000010282	1.0		0	0	False	False	0.940092146396637	0					non-mobilizable	no_good_hit	1245.0	96.948	57.0	0.02931050745142426	NZ_JAAIPV010000037.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_37_length_42408_cov_112.355, whole genome shotgun sequence	True	False
CAN0010_000000007027	1867	0.5642887338538161	2	2	2	2	1	True	94592	fragment	False	CAN0010_000000007027	1.0		0	0	False	False	0.9989287853240967	0					non-mobilizable	other	1867.0	100.0	100.0	0.0403983546222126	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0189_000000005442	2546	0.5642875825473277	3	2	1	2	1	False	29233	maximal	True	ISR0189_000000005442	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	97.853	13.0	0.00018000105231384428	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	False
CHI0062_000000008781	1601	0.5642840019734525	3	3	1	3	1	False	85567	maximal	True	CHI0062_000000008781	1.0		3	2	False	False	0.9925046563148499	0					non-mobilizable	no_good_hit	882.0	95.351	55.0	0.00031994654241652244	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MAD0060_000000011425	1489	0.5642804655332694	2	2	2	2	1	False	16856	maximal	True	MAD0060_000000011425	1.0		50	10	False	False	0.9993284344673157	0					non-mobilizable	no_good_hit	624.0	99.199	42.0	0.0022340398828115194	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
USA0093_01_000000005985	3180	0.5642801326102324	4	3	2	3	3	False	73057	maximal	True	USA0093_01_000000005985	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1487.0	98.79	47.0	0.0007832443722441401	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0091_000000006058	5184	0.5642729083876962	1	1	1	1	1	False	33637	fragment	False	ISR0091_000000006058	1.0		0	0	False	False	0.9998071193695068	0					non-mobilizable	other	5184.0	97.29899999999999	100.0	0.00609315962596958	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0341_000000002639	5099	0.5642729083876962	1	1	1	1	1	False	55220	maximal	True	ISR0341_000000002639	1.0		357	10	False	False	1.0	0					non-mobilizable	chromosome	5102.0	95.041	100.0	0.0014500792167638033	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0028_000000010222	1131	0.5642718721871908	2	2	1	1	2	False	34926	fragment	False	ISR0069_000000022041	0.9499143835616439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000010843	2014	0.5642659447281219	3	2	2	1	1	False	122140	fragment	False	SPA0071_000000009370	0.15772316950852558		0	0	False	False	1.0	0					non-mobilizable	other	1948.0	96.20100000000001	97.0	0.03300934642851085	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
SPA0027_000000003172	9181	0.5642648187960998	10	7	3	7	7	False	7494	maximal	True	SPA0027_000000003172	1.0		4	2	False	False	0.9988018870353699	0					non-mobilizable	no_good_hit	2323.0	88.678	31.0	0.014865402636747583	NZ_FOAT01000009.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
SPA0079_000000003141	6731	0.5642604467720631	8	7	2	4	5	True	105591	fragment	False	SPA0079_000000003141	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3126.0	98.56	99.0	0.0006052460988741648	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0145_000000011880	2667	0.5642586853786101	4	4	4	4	3	False	57502	maximal	True	ENG0145_000000011880	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	99.53399999999999	56.0	0.01100634699343288	NZ_MIEH01000017.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_17, whole genome shotgun sequence	True	False
ISR0145_000000020705	1332	0.5642583878983198	3	1	1	1	1	False	64117	maximal	True	ISR0145_000000020705	0.993480032599837		59	9	False	False	0.9804804921150208	0					non-mobilizable	other	1332.0	80.405	99.0	0.0013439767071147402	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0393_000000002776	5808	0.5642535833095682	8	7	6	4	4	False	103737	maximal	True	ISR0393_000000002776	1.0		0	0	False	False	0.9984503984451294	0					non-mobilizable	no_good_hit	2011.0	90.303	35.0	0.00040017228364850146	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0013_000000017391	1523	0.5642523865376456	5	4	4	3	4	False	38088	fragment	False	ISR0013_000000017391	1.0		0	0	False	False	0.9724228382110596	0					non-mobilizable	no_good_hit	668.0	77.24600000000001	44.0	0.007426267769997878	NZ_QRYH01000008.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf8, whole genome shotgun sequence	True	False
FIJ0004_000000013198	1993	0.5642507949586559	2	1	1	1	1	False	52031	maximal	True	FIJ0004_000000013198	1.0		18	1	False	False	0.9769192337989807	0					non-mobilizable	chromosome	817.0	95.34899999999999	97.0	0.0003258331805990299	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0050_000000037713	1115	0.5642507949586559	1	1	1	1	1	False	11287	fragment	False	MON0050_000000037713	1.0		0	0	False	False	0.9865471124649048	0					non-mobilizable	chromosome	968.0	85.537	92.0	0.0003888755767581492	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0210_000000005757	3722	0.5642505010376805	4	4	4	3	2	True	118240	fragment	False	MAD0072_000000001538	0.6649645227426134		0	0	False	False	1.0	0					non-mobilizable	other	3724.0	96.48200000000001	100.0	0.0009902884664261338	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
CAN0020_000000011505	3224	0.5642505010376805	4	4	4	3	2	True	118240	fragment	False	MAD0072_000000001538	0.6541227971965258		0	0	False	False	1.0	0					non-mobilizable	other	3226.0	96.435	100.0	0.0008577532188367184	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0120_000000017746	1927	0.5642483579102325	4	2	2	2	2	False	50103	maximal	True	ISR0120_000000017746	1.0		0	0	False	False	0.9828749299049377	0					non-mobilizable	no_good_hit	171.0	97.07600000000001	9.0	4.5965586917004266e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0340_000000010477	2222	0.5642481246068857	3	3	3	3	2	False	101988	maximal	True	ISR0340_000000010477	1.0		171	12	False	False	1.0	0					non-mobilizable	no_good_hit	305.0	71.803	13.0	0.00433267952808923	NZ_SLXK01000024.1	firmicutes	Scopulibacillus darangshiensis strain DSM 19377 Ga0310489_124, whole genome shotgun sequence	True	False
FIJ0079_000000015057	1857	0.5642453327516544	3	3	3	2	3	False	44382	fragment	False	FIJ0079_000000015057	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1857.0	99.19200000000001	100.0	0.0003998576368930717	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ENG0161_000000007840	2766	0.5642440083118528	3	2	2	2	1	False	128976	fragment	False	ENG0161_000000007840	1.0		0	0	False	True	0.9996384382247925	0					non-mobilizable	no_good_hit	1486.0	99.32700000000001	54.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0032_000000005609	5472	0.5642414403573137	4	4	3	3	3	False	100110	maximal	False	MON0053_000000005271	0.9493517718236819		0	0	False	False	1.0	0					non-mobilizable	other	5399.0	97.24	99.0	0.0015389913932804407	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0296_000000006880	3635	0.5642409834959051	5	3	3	2	3	False	122146	maximal	True	ISR0296_000000006880	1.0		23	5	False	False	0.9994497895240784	0					non-mobilizable	no_good_hit	2348.0	94.84700000000001	64.0	0.039556935185656374	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
MON0041_000000019237	3024	0.5642408460433767	3	3	3	3	3	False	123083	fragment	False	MON0041_000000019237	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3046.0	88.01700000000001	99.0	0.001301819245227842	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0081_000000024631	2244	0.56423924294436	2	2	1	2	2	True	69259	fragment	False	MON0081_000000024631	0.9698795180722892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	80.392	7.0	3.996936032983137e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
MON0065_000000012601	2046	0.56423924294436	2	2	1	2	2	True	67024	fragment	False	MON0065_000000012601	1.0		0	0	False	False	0.9995112419128418	0					non-mobilizable	no_good_hit	156.0	80.128	8.0	4.0758968813866674e-05	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	True
ISR0386_000000018597	1595	0.5642366829809446	2	1	1	1	1	False	125500	fragment	False	CHI0133_000000005744	0.16059226319543343		0	0	False	False	0.995611310005188	0					non-mobilizable	no_good_hit	49.0	100.0	3.0	1.6156518970277728e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0107_000000011353	4695	0.5642365616404966	7	6	4	5	3	True	128505	maximal	True	MON0107_000000011353	0.7735075133793623		157	8	False	False	1.0	0					non-mobilizable	other	4696.0	99.70200000000001	100.0	0.002246793115577048	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
ISR0182_000000036119	1111	0.5642341614288433	2	1	1	1	1	False	29504	fragment	False	ISR0182_000000036119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	88.37700000000001	45.0	0.0008983640033841985	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0383_000000013064	1191	0.5642263581850665	2	1	1	1	1	False	23097	maximal	True	ISR0383_000000013064	1.0		9	3	False	False	1.0	0					non-mobilizable	chromosome	1191.0	99.16	100.0	0.0002521770935890649	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0290_000000004278	2834	0.5642249901427281	5	5	3	4	4	False	113681	fragment	False	ISR0290_000000004278	0.9691443181082158		0	0	False	False	0.9992942810058594	0					non-mobilizable	chromosome	1837.0	91.78	99.0	0.0006173136623226948	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0395_000000033081	1156	0.5642239957618874	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5571543939540168		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	95.329	100.0	0.6492411467116358	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
MAD0098_000000020283	2202	0.564223614245505	3	3	1	3	3	False	15318	maximal	True	MAD0098_000000020283	1.0		2	2	False	False	0.980018138885498	0					non-mobilizable	plasmid	2200.0	100.0	99.0	0.016062936909692547	CP052526.1	enterobacteria	Klebsiella pneumoniae strain B16KP0177 plasmid pB16KP0177-2, complete sequence	False	True
FIJ0008_000000016855	1699	0.5642130905622804	2	2	2	2	1	False	51413	fragment	False	FIJ0098_000000013410	0.9489216799091942		0	0	False	False	1.0	0					non-mobilizable	other	1698.0	95.524	99.0	0.026659754296666352	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
SPA0139_000000019782	1429	0.5642092443210419	3	3	3	3	2	False	73686	fragment	False	SPA0139_000000019782	1.0		0	0	False	False	0.9993001818656921	0					non-mobilizable	chromosome	1466.0	77.763	100.0	0.0005137819539028903	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0103_000000007379	2806	0.5642079490765035	4	3	3	3	1	False	42584	maximal	True	FIJ0103_000000007379	1.0		0	0	False	False	0.9982181191444397	0					non-mobilizable	no_good_hit	384.0	83.594	14.0	0.0034220260538589376	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0105_000000003558	4327	0.5642073377318333	5	3	3	2	2	False	124164	maximal	True	ISR0105_000000003558	1.0		1	1	False	False	0.9997689127922058	0					non-mobilizable	no_good_hit	2069.0	99.178	48.0	0.07882244851083378	MK232440.1	viruses	Uncultured human fecal virus clone B.wexlerae_S02.L11_2_c1 sequence	True	False
SPA0027_000000004806	6704	0.5642068317391365	3	3	1	2	2	False	7493	maximal	True	SPA0027_000000004806	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5199.0	75.03399999999999	82.0	0.0010750001636788068	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
SPA0042_000000009590	3223	0.5642055500928781	5	4	3	3	4	False	6861	maximal	True	SPA0042_000000009590	1.0		4	3	False	False	0.9947254061698914	0					non-mobilizable	no_good_hit	304.0	94.40799999999999	9.0	0.07432098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
SPA0006_000000015651	2039	0.5642046149810711	4	4	1	3	2	True	8244	maximal	True	SPA0006_000000015651	1.0		0	0	False	False	0.9936243295669556	0					non-mobilizable	no_good_hit	1074.0	90.41	53.0	0.0026471734700422855	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	True
SPA0092_000000002942	11183	0.5642013260727642	9	9	8	9	1	False	5334	maximal	True	SPA0092_000000002942	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	85.34700000000001	4.0	0.00014065558927001985	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0173_000000007145	2346	0.5641906925906209	4	4	4	3	2	False	77899	maximal	True	CHI0173_000000007145	1.0		261	11	False	False	0.990622341632843	0					non-mobilizable	other	2327.0	81.22	99.0	0.0004874460467132979	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0043_000000011941	2302	0.5641828142181158	4	3	2	3	3	False	12995	fragment	False	MON0043_000000011941	1.0		0	0	False	False	0.9965247511863708	0					non-mobilizable	no_good_hit	1258.0	77.822	53.0	0.00038109542691709664	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0278_000000009915	1244	0.5641821161775207	2	1	1	1	1	False	26258	fragment	False	ISR0278_000000009915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	87.84299999999999	41.0	0.00017098982576877261	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0189_000000006102	2334	0.5641787259267257	3	3	1	2	1	False	80499	maximal	True	ISR0189_000000006102	1.0		0	0	False	False	0.992716372013092	0					non-mobilizable	no_good_hit	1527.0	86.837	65.0	0.0004371028901439807	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0113_000000005172	4790	0.5641706550295436	5	4	4	3	3	False	41962	maximal	True	FIJ0113_000000005172	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	94.5	67.0	0.001636669183370272	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0137_000000007603	1499	0.5641699261176293	3	2	1	2	2	False	41603	fragment	False	MAD0109_000000009435	0.9952583949401677		0	0	False	False	1.0	0					non-mobilizable	other	1499.0	99.8	100.0	0.00838154493470452	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	False	False
FIJ0147_000000014453	1496	0.5641699261176293	3	2	1	2	2	False	41603	fragment	False	MAD0109_000000009435	0.9951125654261169		0	0	False	False	1.0	0					non-mobilizable	other	1496.0	99.866	100.0	0.06690534795256209	NZ_WNAJ01000040.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold40_size22345, whole genome shotgun sequence	False	False
FIJ0117_000000014738	1389	0.5641699261176293	3	2	1	2	2	False	41603	fragment	False	MAD0109_000000009435	0.9524213151950025		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	99.78399999999999	100.0	0.005116277355312193	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
MON0086_000000026169	1159	0.5641699261176293	2	2	1	2	2	False	9722	fragment	False	MON0086_000000026169	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	100.0	100.0	0.05182367420004475	NZ_WNAJ01000040.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold40_size22345, whole genome shotgun sequence	False	False
AUS0002_000000019025	1928	0.5641686997400306	3	3	2	3	3	False	102920	maximal	True	AUS0002_000000019025	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	82.051	8.0	6.137456411946074e-05	NZ_CP046246.1	firmicutes	Tetragenococcus halophilus strain YJ1 chromosome, complete genome	True	False
ISR0255_000000012774	2430	0.5641659283565602	3	3	3	2	2	False	124696	maximal	True	ISR0255_000000012774	1.0		5	3	False	False	0.9954732656478882	0					non-mobilizable	other	2430.0	99.63	100.0	0.009370708146227797	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0119_000000007060	4589	0.5641651982373552	7	6	4	3	4	True	124580	maximal	False	ISR0353_000000006868	0.965258025193011		0	0	False	False	0.9993462562561035	0					non-mobilizable	other	4607.0	86.67200000000001	100.0	0.0016152331898158154	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0057_000000006862	3284	0.5641621717629496	3	3	2	3	2	False	91878	fragment	False	ENG0057_000000006862	1.0		0	0	False	False	0.9975639581680298	0					non-mobilizable	no_good_hit								True	False
FIJ0101_000000003187	8264	0.5641545378194275	11	9	4	6	9	False	97872	maximal	True	FIJ0101_000000003187	1.0		115	10	False	False	1.0	0					non-mobilizable	chromosome	8264.0	99.988	100.0	0.0017349133089245889	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
SPA0118_000000009998	2858	0.5641467987273333	3	3	3	3	3	False	4259	maximal	True	SPA0118_000000009998	1.0		4	2	False	False	1.0	0					non-mobilizable	other	2858.0	99.93	100.0	0.37701240432831884	NZ_ADFP01000025.1	bacteria	Pyramidobacter piscolens W5455 contig00066, whole genome shotgun sequence	False	False
ENG0027_000000011145	2027	0.564141536760677	3	3	3	3	3	False	87335	fragment	False	MON0054_000000022302	0.9793643257937743		0	0	False	False	1.0	0					non-mobilizable	other	2027.0	98.569	100.0	0.009994277708715641	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0085_000000015824	1632	0.5641380152484677	4	3	3	2	1	False	45790	fragment	False	ISR0085_000000015824	1.0		0	0	False	False	0.9950980544090271	0					non-mobilizable	no_good_hit	653.0	73.813	39.0	0.0023627765019849536	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
ISR0327_000000017652	1633	0.5641377917822139	2	2	2	2	1	False	24781	maximal	True	ISR0327_000000017652	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	80.0	7.0	0.00018373336862674878	NZ_UICR01000003.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
ISR0002_000000014590	1406	0.5641369503700909	2	1	1	1	1	False	53068	fragment	False	MON0053_000000025092	0.3788684389911384		0	0	False	False	0.9992887377738953	0					non-mobilizable	other	1406.0	98.506	100.0	0.00042003604836064864	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0101_000000007881	3513	0.5641333116383462	8	5	4	5	3	True	69555	fragment	False	FIJ0101_000000007881	0.9990642545227698		0	0	False	False	0.9925988912582397	0					non-mobilizable	no_good_hit	201.0	85.572	11.0	0.0214949233095701	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0086_000000028982	1178	0.5641324793567849	2	1	1	1	1	False	75812	fragment	False	FIJ0086_000000028982	0.9868189806678382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0100_000000006562	2097	0.5641286337828658	3	3	3	2	2	False	33173	maximal	True	ISR0100_000000006562	1.0		1	1	False	False	0.9971387982368469	0					non-mobilizable	no_good_hit	680.0	71.91199999999999	32.0	9.456828027441175e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
CHI0074_000000007983	1739	0.5641190316506292	3	3	3	3	2	False	84737	maximal	True	CHI0074_000000007983	1.0		151	11	False	False	0.999424934387207	0					non-mobilizable	other	1739.0	96.262	100.0	0.0010037626661507319	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
FIJ0090_000000023568	1899	0.5641189950348753	4	2	2	1	1	False	43471	maximal	True	FIJ0090_000000023568	1.0		78	9	False	False	0.9736703634262085	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	5.323363560611568e-06	CP031963.1	CFB group bacteria	Aquimarina sp. BL5 chromosome, complete genome	True	False
FIJ0142_000000005809	5170	0.5641185663768508	7	5	5	5	5	False	112011	maximal	True	FIJ0142_000000005809	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	2834.0	97.036	55.0	0.04803826777263243	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
USA0041_01_000000007910	2467	0.5641185187849188	3	3	3	3	3	False	87765	maximal	True	USA0041_01_000000007910	1.0		8	5	False	False	0.9878394603729248	0					non-mobilizable	no_good_hit	1299.0	93.68700000000001	53.0	0.0003908029434868233	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0001_000000005030	3879	0.5641178975421693	4	2	2	2	2	False	52646	maximal	True	FIJ0001_000000005030	1.0		0	0	False	False	0.998968780040741	0					non-mobilizable	no_good_hit	68.0	86.765	2.0	0.01109271523178808	NZ_FUWW01000029.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
DEN0079_000000014911	3394	0.564117544390813	4	4	3	4	2	False	76527	maximal	True	DEN0079_000000014911	0.9811690336999618		186	10	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	80.581	16.0	0.00016404005488216254	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ISR0806_000000012033	1131	0.5641140278009499	2	2	2	1	1	False	27588	maximal	False	SPA0014_000000018712	0.6420470262793914		0	0	False	False	0.9973474740982056	0					non-mobilizable	no_good_hit	225.0	81.333	20.0	0.0017272237028237373	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
ISR0201_000000018118	1652	0.5641117957655625	2	2	2	2	2	False	89022	fragment	False	ISR0216_000000009412	0.271483607201824		0	0	False	False	1.0	0					non-mobilizable	other	1652.0	99.213	100.0	0.008393236606915905	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0845_000000003188	3187	0.5641115439125027	2	2	2	2	2	False	97394	fragment	False	CAN0016_000000014950	0.9961926600717057		0	0	False	False	0.9990586638450623	0					non-mobilizable	other	3187.0	100.0	100.0	0.0009648320825746057	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0014_000000007790	3180	0.5641115439125027	2	2	2	2	2	False	97394	fragment	False	CAN0016_000000014950	0.9915301380658912		0	0	False	False	0.9968553185462952	0					non-mobilizable	other	3180.0	99.62299999999999	100.0	0.0009629402786196059	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0097_000000009888	3180	0.5641115439125027	2	2	2	2	2	False	97394	fragment	False	CAN0016_000000014950	0.9952878018379051		0	0	False	False	0.9993710517883301	0					non-mobilizable	other	3180.0	99.969	100.0	0.0009627122380742848	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
SPA0032_000000008337	3180	0.5641115439125027	2	2	2	2	2	False	97394	fragment	False	CAN0016_000000014950	0.9955385050498593		0	0	False	False	0.9987421631813049	0					non-mobilizable	other	3180.0	100.0	100.0	0.0009627122380742848	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0004_01_000000008020	3180	0.5641115439125027	2	2	2	2	2	False	97394	fragment	False	CAN0016_000000014950	0.9955385050498593		0	0	False	False	0.9990565776824951	0					non-mobilizable	other	3180.0	100.0	100.0	0.0009627122380742848	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0148_000000009192	3180	0.5641115439125027	2	2	2	2	2	False	97394	fragment	False	CAN0016_000000014950	0.9955385050498593		0	0	False	False	0.9977987408638	0					non-mobilizable	other	3180.0	100.0	100.0	0.0009627122380742848	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
AUS0016_000000000219	31819	0.5641091405026452	36	12	5	9	7	False	100686	maximal	True	AUS0016_000000000219	1.0		1	1	False	False	0.9991828799247742	0					non-mobilizable	no_good_hit	16410.0	97.69	89.0	0.005571682789558795	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0011_000000010587	2549	0.5641036010912556	2	2	2	2	2	False	128989	maximal	True	ENG0011_000000010587	1.0	PS1059	1	1	False	True	0.9980384707450867	0					non-mobilizable	no_good_hit	1400.0	99.85700000000001	55.0	0.9790062981105668	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
ISR0094_000000003914	5752	0.5641035485823526	5	4	4	4	2	False	33473	maximal	True	ISR0094_000000003914	1.0		3	3	False	False	0.9906119704246521	0					non-mobilizable	no_good_hit	524.0	73.092	9.0	0.004284654435117495	NZ_RBIE01000003.1	bacteria	Thermovibrio guaymasensis strain DSM 15521 Ga0215661_13, whole genome shotgun sequence	True	False
FIJ0125_000000002355	8021	0.5641033424965899	14	4	4	4	4	False	43781	maximal	True	FIJ0125_000000002355	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	71.854	11.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
SPA0122_000000004077	7902	0.5640939815362049	6	6	5	5	6	False	99338	maximal	True	SPA0122_000000004077	0.9983282887663596		12	3	False	False	1.0	0					non-mobilizable	other	7902.0	99.405	100.0	0.0017988346847929825	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
ISR0262_000000003631	4203	0.5640938055207936	6	2	2	2	2	False	26669	maximal	True	ISR0262_000000003631	1.0		33	7	False	False	0.9990482926368713	0					non-mobilizable	no_good_hit	43.0	90.698	1.0	0.0007221830562099146	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
AST0053_000000005810	1401	0.5640937769972446	2	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.8039923862611837		0	0	False	False	1.0	0					non-mobilizable	virus	1401.0	97.074	100.0	0.5167958656330749	MK233615.1	viruses	Uncultured human fecal virus clone RuminococcusA.sp_S01.I14_2_c1 sequence	False	False
ENG0040_000000015225	1571	0.5640897776886394	3	2	1	2	1	False	95800	maximal	False	ISR0077_000000021356	0.9671884406983744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	97.48200000000001	35.0	0.9982014388489209	KU547875.1	bacteria	Uncultured bacterium clone PE_11F_a_Contig_15 genomic sequence	True	False
CHI0074_000000000193	34415	0.5640839710311226	57	16	11	15	13	False	84765	maximal	True	CHI0074_000000000193	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6628.0	95.806	19.0	0.33222758343385606	MK231432.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_4-CL05_c2 sequence	True	False
ISR0350_000000004347	3810	0.5640825932289161	4	4	2	4	3	False	72404	maximal	True	ISR0350_000000004347	1.0		272	10	False	False	0.9895012974739075	0					non-mobilizable	other	3792.0	99.65700000000001	99.0	0.023096658602134154	NZ_SPHG01000007.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_7_length_164093_cov_57.8536, whole genome shotgun sequence	False	False
MAD0033_000000005073	3671	0.5640820848278364	4	3	2	3	2	False	112349	maximal	True	MAD0033_000000005073	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1297.0	80.725	36.0	0.0005949334579860579	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MON0033_000000006761	9766	0.564077690748974	13	5	3	5	3	True	58007	fragment	False	ENG0137_000000001347	0.4932778167954249		0	0	False	False	0.9998975992202759	0					non-mobilizable	other	9768.0	97.359	100.0	0.0026149906312906055	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0316_000000003381	4892	0.5640724646278068	5	5	2	4	3	True	25223	maximal	True	ISR0316_000000003381	1.0		0	0	False	False	0.977718710899353	0					non-mobilizable	chromosome	2343.0	94.324	98.0	0.00036091014217728425	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	True
MON0107_000000041048	1489	0.5640716370098929	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.5426003327882308		0	0	False	False	0.9946272373199463	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000010497	3025	0.564065389112176	2	2	1	2	2	False	45358	maximal	True	FIJ0066_000000010497	1.0		42	8	False	False	0.998677670955658	0					non-mobilizable	other	3025.0	99.24	100.0	0.0008338243724327294	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
FIJ0167_000000019202	1130	0.5640644965717254	2	2	2	2	1	False	38936	fragment	False	FIJ0167_000000019202	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	98.319	100.0	0.0030899760520013684	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0073_000000021221	2440	0.5640623002215561	3	3	3	3	3	False	97345	fragment	False	SPA0132_000000015268	0.9730214304432792		0	0	False	False	0.9983606338500977	0					non-mobilizable	other	2440.0	99.262	100.0	0.0066701489639254055	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0026_000000003217	3712	0.5640610480615745	4	2	2	2	1	True	124459	fragment	False	MAD0026_000000003217	0.9685305454874812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	87.37200000000001	18.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0154_000000006334	5158	0.5640601815666475	6	6	5	5	4	True	69190	maximal	True	FIJ0154_000000006334	1.0		4	3	False	False	0.9986428618431091	0					non-mobilizable	no_good_hit	54.0	94.444	1.0	1.811783704475516e-05	NZ_VISF01000001.1	bacteria	Seleniivibrio woodruffii strain S4 Ga0008828_unitig_0_quiver.1, whole genome shotgun sequence	True	True
SPA0058_000000001566	12807	0.5640590386631159	11	4	4	4	2	True	111596	fragment	False	SPA0058_000000001566	0.9976573112594522		0	0	False	False	1.0	0					non-mobilizable	other	9733.0	97.62700000000001	93.0	0.21058670707945443	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0047_000000008208	3507	0.5640590198955333	3	3	3	2	2	False	117897	fragment	False	ISR0047_000000008208	1.0		0	0	False	False	0.9997148513793945	0					non-mobilizable	chromosome	3440.0	92.994	100.0	0.0010827037523958958	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0140_000000031925	1139	0.5640572477388545	2	2	1	2	1	False	40317	fragment	False	ISR0787_000000013131	0.9618621178552983		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	97.62899999999999	100.0	0.002847969007690517	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
FIJ0091_000000007599	3235	0.5640566511521895	4	3	3	3	3	False	86494	maximal	True	FIJ0091_000000007599	1.0		11	6	False	False	0.9959814548492432	0					non-mobilizable	chromosome	3235.0	98.26899999999999	100.0	0.0014421038127458968	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
MAD0050_000000005432	4137	0.5640552427095173	10	1	1	1	1	False	53021	maximal	True	MAD0050_000000005432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	71.766	27.0	0.002815258953774699	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0126_000000012934	3780	0.5640551229245808	6	3	2	3	1	False	94784	maximal	True	ISR0126_000000012934	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000008868	3111	0.5640509796135227	4	3	2	3	0	True	122405	fragment	False	AUS0018_000000008868	1.0		0	0	False	False	0.9974284768104553	0					non-mobilizable	no_good_hit	634.0	75.55199999999999	24.0	0.000221250882621643	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0027_000000013934	2849	0.5640509796135227	3	3	2	3	0	True	122399	fragment	False	MON0027_000000013934	1.0		0	0	False	False	0.9708669781684875	0					non-mobilizable	no_good_hit	746.0	78.15	26.0	0.00023021274768869512	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0035_01_000000009771	2580	0.5640509796135227	3	3	2	3	0	True	122398	fragment	False	ISR0209_000000010453	0.9302944306491664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	78.933	14.0	0.00037818406584469243	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0281_000000007517	2289	0.5640509796135227	3	3	2	3	0	True	122396	fragment	False	AST0094_000000009235	0.33363944503348253		0	0	False	False	0.9995631575584412	0					non-mobilizable	no_good_hit	609.0	79.146	26.0	0.00407003167841323	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
FIJ0116_000000005023	3854	0.5640499117003579	4	2	1	2	1	False	50488	maximal	True	FIJ0116_000000005023	1.0	PS197	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1025.0	95.31700000000001	38.0	0.04427229843770286	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	True
DEN0064_000000013669	2819	0.5640497616613175	4	4	4	4	1	True	71301	maximal	True	DEN0064_000000013669	1.0		0	0	False	False	0.9932600259780884	0					non-mobilizable	no_good_hit	84.0	90.476	3.0	0.0005599028602266595	NZ_JAAWUO010000008.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_8_length_148240_cov_165.037, whole genome shotgun sequence	True	True
CHI0035_000000005632	1859	0.5640463340463052	2	2	2	2	2	False	88102	fragment	False	CHI0035_000000005632	1.0		0	0	False	False	0.9908552765846252	0					non-mobilizable	chromosome	1835.0	76.73	99.0	0.0005843631135047186	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0008_000000026946	1379	0.5640449777313004	4	4	4	4	3	False	28017	fragment	False	MON0008_000000026946	1.0		0	0	False	False	0.9949238300323486	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	3.406934874677663e-05	NZ_FRCX01000001.1	b-proteobacteria	Duganella sacchari strain Sac-22, whole genome shotgun sequence	True	False
ISR0822_000000001376	3975	0.5640430361731918	7	4	2	3	4	False	91992	fragment	False	ISR0822_000000001376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	98.346	23.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MON0022_000000023810	1329	0.5640379837814469	2	2	2	1	2	False	13002	maximal	True	MON0022_000000023810	1.0		100	12	False	False	0.9721595048904419	0					non-mobilizable	no_good_hit	299.0	79.59899999999999	22.0	0.0017087537178515193	NZ_FQXV01000010.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0823_000000000866	5480	0.5640360025942243	5	4	2	2	3	False	92871	fragment	False	ISR0823_000000000866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	71.512	36.0	0.0003234373377249596	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
SPA0030_000000010910	2819	0.5640359891298142	4	4	4	4	4	False	97773	fragment	False	ISR0098_000000005877	0.964908867523635		0	0	False	False	0.9989358186721802	0					non-mobilizable	other	2800.0	99.75	99.0	0.019443170924853082	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
ENG0113_000000004015	6652	0.5640336043297408	12	7	4	6	1	False	59626	maximal	True	ENG0113_000000004015	1.0		68	10	False	False	0.9971437454223633	0					non-mobilizable	virus	6643.0	95.439	99.0	0.2549245478631494	MK232093.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.I13_9-proph_c1 sequence	False	False
SPA0114_000000020151	2313	0.5640268067895401	2	2	2	2	2	False	95977	maximal	True	SPA0114_000000020151	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	8.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
MON0069_000000023406	2141	0.5640268067895401	2	2	2	2	2	False	95976	fragment	False	ENG0100_000000013791	0.9527828467153285		0	0	False	False	0.99953293800354	0					non-mobilizable	no_good_hit	198.0	76.263	9.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
SPA0067_000000013064	1609	0.5640267942779448	3	3	3	3	1	True	6029	maximal	True	SPA0067_000000013064	1.0		1	1	False	False	0.9832193851470947	0					non-mobilizable	no_good_hit	754.0	98.40799999999999	47.0	0.01927556636375272	NZ_ADFP01000049.1	bacteria	Pyramidobacter piscolens W5455 contig00070, whole genome shotgun sequence	True	True
FIJ0109_000000010392	2528	0.5640215060564124	4	3	2	2	2	True	69670	maximal	False	ISR0213_000000009697	0.7277903815973047		0	0	False	False	0.9996044039726257	0					non-mobilizable	no_good_hit	309.0	77.346	12.0	0.01070004895447234	NZ_FOOX01000028.1	firmicutes	Desulfotomaculum arcticum DSM 17038, whole genome shotgun sequence	True	True
ISR0037_000000003874	5053	0.5640165603283218	5	4	3	4	3	False	48679	maximal	True	ISR0037_000000003874	1.0		2	1	False	False	0.9996042251586914	0					non-mobilizable	no_good_hit	196.0	86.735	4.0	0.0006597598061955569	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0046_000000020325	1732	0.5640164669332064	3	3	3	3	2	False	114894	fragment	False	ISR0216_000000008235	0.4038336481119215		0	0	False	False	0.9976905584335327	0					non-mobilizable	other	1734.0	95.329	100.0	0.04325661593822625	NZ_SPFY01000020.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_20_length_40017_cov_22.6775, whole genome shotgun sequence	False	False
CHI0094_000000002620	1818	0.5640107944477967	2	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.8400723816601542		0	0	False	False	1.0	0					non-mobilizable	chromosome	1818.0	99.12	100.0	0.0006115915618540548	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0249_000000007609	2422	0.5640042673535813	4	2	1	2	1	False	46416	maximal	False	FIJ0053_000000007415	0.7332220187869445		0	0	False	False	0.9962840676307678	0					non-mobilizable	chromosome	2422.0	97.81200000000001	100.0	0.0008226531703068758	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0158_000000004502	3804	0.5640031051860793	2	2	2	2	2	False	59385	fragment	False	MON0101_000000014091	0.9335926466784061		0	0	False	False	1.0	0					non-mobilizable	plasmid	3727.0	100.0	100.0	0.044597117824484125	CP045943.1	enterobacteria	Shigella flexneri 2a strain AUSMDU00010535 plasmid pAUSMDU00010535_02, complete sequence	False	True
AUS0014_000000021844	1243	0.5639920496682436	2	2	2	1	1	False	100700	maximal	True	AUS0014_000000021844	1.0		121	7	False	False	0.991150438785553	0					non-mobilizable	chromosome	1243.0	99.92	100.0	0.0006681406645901586	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
CHI0155_000000011177	1177	0.5639901108290394	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.06492857027481909		0	0	False	False	0.9507221579551697	0					non-mobilizable	chromosome	1188.0	91.835	100.0	0.0003968444972074467	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0389_000000013640	1625	0.5639824314548152	2	2	2	2	2	True	72222	maximal	True	ISR0389_000000013640	0.9906698421951218		15	4	False	False	0.998769223690033	0					non-mobilizable	other	1622.0	87.238	99.0	0.0034471536359977047	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
ENG0021_000000002513	7179	0.5639801147771273	5	4	2	4	1	True	118415	fragment	False	ENG0021_000000002513	1.0		0	0	False	False	0.9990249276161194	0					non-mobilizable	no_good_hit	1391.0	79.295	19.0	0.0028897805899585354	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0065_000000010168	2070	0.5639769276059341	3	2	2	2	2	False	74956	fragment	False	ISR0169_000000014559	0.9589779653070792		0	0	False	False	1.0	0					non-mobilizable	other	2024.0	95.85	98.0	0.05723991507430998	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	False	False
ISR0105_000000015936	1270	0.5639626003691861	2	1	1	1	1	False	114679	fragment	False	AST0104_000000025200	0.9532177693843503		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	87.84299999999999	100.0	0.0004003009506674782	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0075_000000022156	1254	0.5639626003691861	2	1	1	1	1	False	114679	fragment	False	AST0104_000000025200	0.9478885492013345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1259.0	87.37100000000001	100.0	0.00039525778908426585	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0050_000000011133	1240	0.5639626003691861	2	1	1	1	1	False	114679	fragment	False	AST0104_000000025200	0.5999020042511015		0	0	False	False	0.9975806474685669	0					non-mobilizable	chromosome	1245.0	87.791	100.0	0.0003908450226989551	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0365_000000014667	1183	0.5639626003691861	2	1	1	1	1	False	114679	fragment	False	AST0104_000000025200	0.5856786447944924		0	0	False	False	0.9974640607833862	0					non-mobilizable	chromosome	1188.0	87.12100000000001	100.0	0.0003728787595587612	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0111_000000010484	1706	0.5639578785964411	3	2	2	2	2	False	129923	maximal	True	ISR0111_000000010484	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	97.86	88.0	0.020833333333333332	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0189_000000008814	1766	0.5639567171032798	3	2	2	2	2	True	114430	fragment	False	ISR0189_000000008814	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1766.0	94.45100000000001	100.0	0.0006131878821567537	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0389_000000001875	8722	0.563953651054321	10	9	4	6	7	False	61192	maximal	True	ISR0389_000000001875	1.0		8	2	False	False	0.9986241459846497	0					non-mobilizable	no_good_hit	2250.0	83.956	26.0	0.0005955262581984336	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0340_000000004184	6004	0.5639488471099107	6	4	2	4	2	True	67215	fragment	False	ISR0340_000000004184	1.0		0	0	False	False	0.9940040111541748	0					non-mobilizable	no_good_hit	457.0	99.781	8.0	0.00240228849588292	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
USA0027_01_000000018335	1477	0.5639434939523974	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.01340974065560206		0	0	False	False	1.0	0					non-mobilizable	other	1477.0	91.67200000000001	100.0	0.02426394928137551	NZ_SMMX01000018.1	firmicutes	Extibacter muris strain DSM 28560 NODE_18_length_60254_cov_97.191262, whole genome shotgun sequence	False	True
ENG0075_000000016823	1460	0.5639434939523974	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.018692325172044714		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	91.71799999999999	100.0	0.024015003153317623	NZ_SMMX01000018.1	firmicutes	Extibacter muris strain DSM 28560 NODE_18_length_60254_cov_97.191262, whole genome shotgun sequence	False	True
ISR0783_000000009647	1447	0.5639434939523974	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.12365827692565867		0	0	False	False	0.9972356557846069	0					non-mobilizable	chromosome	1310.0	92.595	100.0	0.00031055568303821427	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
CHI0154_000000024567	1374	0.5639434939523974	2	2	1	2	2	True	79126	fragment	False	CHI0154_000000024567	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	100.0	100.0	0.0005755377589238744	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
MON0083_000000032021	1275	0.5639434939523974	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.13728643008932226		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	93.814	100.0	0.003942315422337932	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
USA0082_01_000000025241	1174	0.5639434939523974	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.10447741449125095		0	0	False	False	1.0	0					non-mobilizable	chromosome	1176.0	92.68700000000001	100.0	0.0002483626501566253	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ISR0135_000000019234	1125	0.5639434939523974	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05093069956544503		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	91.947	100.0	0.003484697632137137	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ISR0119_000000013294	2359	0.5639431870777527	5	5	4	3	3	False	102918	fragment	False	ISR0119_000000013294	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2359.0	97.669	100.0	0.007904131400318445	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
CHI0049_000000012856	1286	0.5639404797093428	2	2	2	2	2	True	86752	maximal	False	ISR0176_000000023916	0.9385500415018205		0	0	False	False	0.9953343868255615	0					non-mobilizable	no_good_hit								True	True
ENG0174_000000013855	1464	0.5639396216500727	2	1	1	1	1	False	55640	maximal	True	ENG0174_000000013855	1.0		299	11	False	False	0.9849726557731628	0					non-mobilizable	no_good_hit	360.0	75.278	24.0	9.879761906087159e-05	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	False
ENG0057_000000010305	2315	0.5639291428359259	3	3	3	3	2	False	94741	fragment	False	ENG0057_000000010305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0045_000000014448	1404	0.5639289490618712	2	2	2	2	2	False	11559	maximal	True	MON0045_000000014448	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	72.848	21.0	0.009624390401446888	LT674547.1	bacteria	Uncultured bacterium DNA fragment from Bos taurus rumen, clone 13M17 Rumen-Carbamate active on Tween 20 and impranil substrates	True	False
ENG0152_000000015738	1578	0.5639253590059095	2	2	2	1	1	False	63189	maximal	True	ENG0152_000000015738	1.0		9	4	False	False	0.999366283416748	0					non-mobilizable	no_good_hit	65.0	84.615	4.0	7.559724567531934e-06	NZ_CP017157.1	high GC Gram+	Streptomyces lydicus strain 103 chromosome, complete genome	True	False
ENG0062_000000017766	1356	0.5639253590059095	2	2	2	1	1	False	63187	fragment	False	ENG0062_000000017766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	84.615	5.0	7.559724567531934e-06	NZ_CP017157.1	high GC Gram+	Streptomyces lydicus strain 103 chromosome, complete genome	True	False
ISR0310_000000007748	2159	0.5639238118306346	4	3	3	3	3	False	25329	maximal	True	ISR0310_000000007748	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	1367.0	99.34200000000001	67.0	0.0033307081046417782	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0057_000000003422	7289	0.5639238009965847	12	4	2	4	3	False	46172	fragment	False	FIJ0057_000000003422	1.0		0	0	False	False	0.9997256398200989	0					non-mobilizable	no_good_hit								True	False
USA0053_01_000000011919	1592	0.5639224526224016	5	4	2	3	3	True	68875	maximal	True	USA0053_01_000000011919	0.9859016393442622		452	13	False	False	1.0	0					non-mobilizable	no_good_hit	1119.0	72.833	69.0	0.008469721134044563	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	True	True
ENG0130_000000015701	1877	0.5639207231096859	2	1	1	1	1	False	58443	maximal	True	ENG0130_000000015701	1.0		191	10	False	False	0.9968034029006958	0					non-mobilizable	other	1877.0	98.508	100.0	0.004813366585588637	NZ_CABMOJ010000045.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
FIJ0080_000000017285	1393	0.5639163745023612	2	2	2	2	2	False	44306	maximal	True	FIJ0080_000000017285	1.0		414	12	False	False	0.9856424927711487	0					non-mobilizable	chromosome	1373.0	97.59700000000001	98.0	0.0006394022917745163	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
USA0125_01_000000019222	1200	0.5639155772708733	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.23302767414169223		0	0	False	False	0.9983333349227905	0					non-mobilizable	other	1200.0	99.25	100.0	0.014910524417693657	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0154_000000021284	1568	0.5639151559689582	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.9061125899140283		0	0	False	False	0.9936224222183228	0					non-mobilizable	chromosome	1385.0	93.574	95.0	0.00037062088511663705	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0037_000000028469	1209	0.5639118351986986	4	3	1	3	2	True	47722	maximal	True	FIJ0037_000000028469	1.0		1	1	False	False	0.9445822834968567	0					non-mobilizable	no_good_hit	863.0	99.537	71.0	0.0009596993090610311	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
ISR0033_000000022450	1412	0.5639117412854113	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9659559584813985		0	0	False	False	0.9964589476585388	0					non-mobilizable	chromosome	1287.0	79.643	100.0	0.00036294646539635405	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AUS0020_000000006647	4217	0.5639105638912917	4	2	2	2	1	False	99698	maximal	True	AUS0020_000000006647	1.0		2	1	False	False	0.9992886185646057	0					non-mobilizable	no_good_hit	1411.0	94.04700000000001	33.0	0.03118687709484806	NZ_VULP01000025.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq25, whole genome shotgun sequence	True	False
ENG0040_000000003430	6385	0.5639095390329829	8	7	6	6	7	False	64875	maximal	True	ENG0040_000000003430	1.0	PS196	35	11	False	True	0.9992169141769409	0					non-mobilizable	no_good_hit	1358.0	80.118	21.0	0.012351873306634798	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	True
ISR0205_000000012723	1274	0.5639089712705048	2	2	2	2	1	False	28650	fragment	False	ISR0205_000000012723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0097_000000009598	2331	0.5639069218301428	2	2	2	2	2	False	110258	maximal	False	AST0089_000000009421	0.9650617809970174		0	0	False	False	1.0	0					non-mobilizable	other	2331.0	99.65700000000001	100.0	0.03049059764188597	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
ENG0074_000000011932	1899	0.5639047562669338	4	2	1	1	2	False	62168	maximal	True	ENG0074_000000011932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0108_000000011511	1538	0.5639007592772071	3	3	3	3	1	False	121854	fragment	False	FIJ0048_000000015861	0.3722500194348211		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	96.03399999999999	100.0	0.00047566931245407413	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0007_000000006490	1427	0.5639002295702737	2	2	1	2	2	False	45289	fragment	False	MAD0007_000000006490	1.0		0	0	False	False	0.9950945973396301	0					non-mobilizable	no_good_hit	1265.0	97.945	88.0	0.0008514063372135352	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0257_000000006469	2563	0.5638983916924828	6	4	3	3	3	True	116832	fragment	False	ISR0298_000000005545	0.9419907511444429		0	0	False	False	0.9988294839859009	0					non-mobilizable	other	2563.0	99.92200000000001	100.0	0.0008225278895385497	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
CHI0051_000000011595	1600	0.5638966722803421	2	2	2	2	1	False	95529	maximal	True	CHI0051_000000011595	1.0		1	1	False	False	0.9993749856948853	0					non-mobilizable	no_good_hit	363.0	85.95	28.0	0.00011571227675024488	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AUS0018_000000015408	1824	0.5638920675515666	3	3	2	3	1	False	110166	fragment	False	AUS0018_000000015408	1.0		0	0	False	False	0.9873903393745422	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	1.670489098836321e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
USA0081_01_000000026294	1153	0.5638800916003266	2	1	1	1	1	False	546	maximal	True	USA0081_01_000000026294	1.0		3	2	False	False	0.9965307712554932	0					non-mobilizable	no_good_hit	933.0	80.493	81.0	0.0002425829607641624	CP036524.1	firmicutes	[Clostridium] hylemonae DSM 15053 chromosome, complete genome	True	False
FIJ0087_000000022340	1446	0.5638757929833269	2	2	2	2	2	False	101409	fragment	False	FIJ0087_000000022340	0.9698242933537051		0	0	False	False	0.9937759041786194	0					non-mobilizable	other	1447.0	87.353	100.0	0.022700851478304584	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0776_000000016142	1472	0.5638713663992581	2	1	1	1	1	False	76639	fragment	False	ISR0776_000000016142	0.9967523984565446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	82.796	6.0	0.00017414422624817874	CP021372.1	a-proteobacteria	Rhizobium sp. ACO-34A plasmid pRACO34Ad, complete sequence	True	False
ENG0092_000000007727	2784	0.5638702584291165	3	2	2	1	0	True	96831	fragment	False	ENG0092_000000007727	1.0		0	0	False	False	0.9953304529190063	0					non-mobilizable	no_good_hit	2203.0	94.462	79.0	0.0006121724605908759	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0121_000000010556	1570	0.5638702584291165	2	2	2	1	0	True	59129	maximal	True	ENG0121_000000010556	1.0		28	8	False	False	0.9987261295318604	0					non-mobilizable	chromosome	840.0	87.381	94.0	0.00023300970873786408	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
USA0026_01_000000028989	1131	0.5638702584291165	2	2	2	1	0	True	1604	fragment	False	USA0026_01_000000028989	1.0		0	0	False	False	0.9955791234970093	0					non-mobilizable	chromosome	1131.0	97.436	100.0	0.00031429863938476526	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
CHI0147_000000009965	1924	0.5638654600405415	3	3	3	3	2	False	79662	fragment	False	CHI0147_000000009965	0.9838208640579916		0	0	False	False	1.0	0					non-mobilizable	other	1924.0	99.324	100.0	0.007447628416401049	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0063_000000021878	1329	0.5638620926334815	2	2	2	2	2	False	45550	fragment	False	FIJ0063_000000021878	0.9888803680981595		0	0	False	False	0.9984951019287109	0					non-mobilizable	chromosome	1329.0	100.0	100.0	0.0002812421244792891	CP057276.1	enterobacteria	Escherichia coli strain RHB31-C01 chromosome, complete genome	False	False
MON0076_000000037038	1304	0.5638620926334815	2	2	2	2	2	False	45550	fragment	False	FIJ0063_000000021878	0.9796839729119639		0	0	False	False	0.9930981397628784	0					non-mobilizable	chromosome	1304.0	99.31	100.0	0.0002507629699111379	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
CHI0114_000000000753	7961	0.563859140611759	9	8	5	6	7	True	123613	fragment	False	CHI0114_000000000753	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	5994.0	95.12799999999999	75.0	0.001134137716234184	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	True
AST0153_000000031039	1140	0.5638576570603855	2	2	2	1	1	False	103188	maximal	True	AST0153_000000031039	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0089_000000004408	4484	0.5638568219564091	7	5	5	3	3	False	86836	fragment	False	CHI0049_000000002684	0.41254655413724434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	94.432	30.0	0.000279055181995621	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0068_000000006086	3296	0.5638540434426904	4	4	4	4	3	False	131826	maximal	True	ISR0068_000000006086	1.0		79	8	False	False	0.999089777469635	0					non-mobilizable	no_good_hit	1560.0	90.51299999999999	65.0	0.00041430216080283504	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0002_000000021724	1137	0.5638512125351915	1	1	1	1	1	False	67944	fragment	False	ENG0002_000000021724	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0100_000000029366	1564	0.5638512073268585	4	3	3	3	3	False	9106	fragment	False	MON0100_000000029366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000021328	1530	0.5638494562115728	3	2	1	2	1	True	54331	fragment	False	ENG0198_000000013175	0.9351368970013038		0	0	False	False	0.9960784316062927	0					non-mobilizable	no_good_hit	129.0	82.946	8.0	0.06307222787385554	XM_027980834.1	aphids	PREDICTED: Aphis gossypii ATP-binding cassette sub-family B member 10, mitochondrial-like (LOC114119321), mRNA	True	True
CAN0021_000000019304	2246	0.5638491192468176	2	2	2	2	2	False	91572	maximal	True	CAN0021_000000019304	1.0		14	6	False	False	0.9951024055480957	0					non-mobilizable	other	1618.0	99.073	100.0	0.00050771928960952	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
USA0132_01_000000006245	2672	0.5638490842673509	3	2	2	2	2	False	96217	fragment	False	USA0132_01_000000006245	1.0		0	0	False	False	1.0	0				MOBQ	mobilizable	no_good_hit	1701.0	89.771	64.0	0.13229207340882468	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	True
CAN0004_000000011503	2386	0.5638490842673509	3	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.9777853194026426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.87700000000001	75.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
CHI0111_000000012715	2382	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.9121203752729956		0	0	False	False	1.0	0				MOBQ	mobilizable	no_good_hit	1701.0	89.771	71.0	0.13229207340882468	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	True
CHI0187_000000007009	2373	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.9100377371526367		0	0	False	False	1.0	0				MOBQ	mobilizable	no_good_hit	1701.0	89.83	72.0	0.13229207340882468	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	True
DEN0070_000000014368	2346	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.9723103177764116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.932	76.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0033_000000013405	2312	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.835726221820882		0	0	False	False	0.999567449092865	0					non-mobilizable	no_good_hit	1796.0	89.031	77.0	0.1396329558766107	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
CAN0005_000000007456	2309	0.5638490842673509	3	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.9700292893564885		0	0	False	False	0.999566912651062	0					non-mobilizable	no_good_hit	1798.0	88.87700000000001	77.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
CHI0116_000000007262	2302	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.9063971121727087		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1701.0	89.65299999999999	74.0	0.13229207340882468	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
USA0133_01_000000010127	2250	0.5638490842673509	3	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.8874054222672441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.932	80.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ENG0109_000000011140	2226	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.8823994365746142		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.87700000000001	80.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0141_000000010513	2201	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.839517783607115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.932	81.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0140_000000009925	2192	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.8378082970197993		0	0	False	False	0.9990875720977783	0					non-mobilizable	no_good_hit	1798.0	88.932	82.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0098_000000016613	2190	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.8375494432621098		0	0	False	False	0.9990867376327515	0					non-mobilizable	no_good_hit	1798.0	88.932	82.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0047_000000017902	2189	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.8369524332589161		0	0	False	False	0.9995431900024414	0					non-mobilizable	no_good_hit	1798.0	88.87700000000001	82.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0048_000000009168	2187	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.6243249078583951		0	0	False	False	1.0	0				MOBQ	mobilizable	no_good_hit	1701.0	89.771	78.0	0.13229207340882468	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	True
USA0043_01_000000004800	2112	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.3144714243822362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.87700000000001	85.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
DEN0041_000000016564	2066	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.3130924822913132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	88.988	87.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0006_000000016818	1895	0.5638490842673509	2	2	2	2	2	False	96215	fragment	False	USA0064_01_000000003448	0.08150623885918003		0	0	False	False	0.9926121234893799	0					non-mobilizable	other	1701.0	89.771	90.0	0.13229207340882468	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	False	False
MON0078_000000041095	1163	0.5638476765357091	2	2	2	2	2	False	10127	fragment	False	MON0104_000000039497	0.9927350427350428		0	0	False	False	0.9974204897880554	0					non-mobilizable	other	1095.0	77.169	93.0	0.0004485254202829902	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0370_000000011983	2214	0.563846793905219	3	3	3	3	3	False	55392	maximal	True	ISR0370_000000011983	0.987732848705134		854	15	False	False	1.0	0					non-mobilizable	other	2214.0	98.148	100.0	0.0505944215820759	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0150_000000000252	31158	0.5638442314171201	33	28	5	16	23	True	115131	fragment	False	ENG0091_000000000469	0.944068308994873		0	0	False	False	1.0	0					non-mobilizable	other	23873.0	99.853	94.0	0.010481577195180012	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
MON0089_000000011651	2175	0.5638411066564565	2	2	2	2	1	False	9610	maximal	True	MON0089_000000011651	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	91.96700000000001	39.0	0.005198204256711318	AC278693.1	primates	Homo sapiens chromosome 1 clone VMRC59-075G08, complete sequence	True	False
AST0007_000000015548	1143	0.5638407700122346	2	1	1	1	1	False	126591	maximal	True	AST0007_000000015548	1.0		59	9	False	False	0.9991251230239868	0					non-mobilizable	other	1143.0	99.38799999999999	100.0	0.0115561312258404	NZ_QIML01000009.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_9, whole genome shotgun sequence	False	False
ISR0093_000000016857	1520	0.5638397151625167	3	3	3	2	2	False	36223	maximal	True	ISR0093_000000016857	1.0		17	7	False	False	0.9657894968986511	0					non-mobilizable	no_good_hit	480.0	74.792	31.0	0.8688524590163934	KU546816.1	bacteria	Uncultured bacterium clone TE_05A_000_Contig_12 genomic sequence	True	False
ISR0082_000000015698	1990	0.5638383339137091	3	2	2	2	1	False	34170	maximal	True	ISR0082_000000015698	1.0		15	6	False	False	0.9904522895812988	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	2.1500472727499046e-05	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	True	False
USA0047_01_000000002931	10021	0.5638364393802701	19	7	3	7	3	False	1184	maximal	True	USA0047_01_000000002931	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.009663445518160613	CR933408.1	ciliates	Paramecium tetraurelia, Small GTPase arf, putative, complete gene	True	False
ENG0153_000000014694	2044	0.5638358089809118	4	3	3	3	2	True	56940	maximal	True	ENG0153_000000014694	1.0		1	1	False	False	0.959393322467804	0					non-mobilizable	chromosome	1413.0	89.52600000000001	95.0	0.00041347797644112597	CP023415.1	d-proteobacteria	Desulfovibrio sp. G11 chromosome, complete genome	False	True
ISR0058_000000015877	1661	0.5638352844529828	3	1	1	1	1	False	35489	fragment	False	ISR0058_000000015877	1.0		0	0	False	False	0.9987959265708923	0					non-mobilizable	no_good_hit								True	False
ENG0028_000000006700	2511	0.5638336210065501	3	3	3	3	3	False	65897	maximal	True	ENG0028_000000006700	1.0		21	5	False	False	0.997212290763855	0					non-mobilizable	no_good_hit	875.0	75.086	35.0	0.0031999882028084688	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
SPA0083_000000006020	2674	0.5638319086911838	4	2	2	2	2	True	118203	fragment	False	SPA0083_000000006020	0.9730784237222005		0	0	False	False	1.0	0					non-mobilizable	other	2674.0	97.382	100.0	0.055003299785513944	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0037_000000028290	2454	0.5638317104468741	8	6	2	3	4	False	84672	fragment	False	CHI0133_000000007847	0.9534233191918243		0	0	False	False	1.0	0					non-mobilizable	chromosome	2366.0	95.689	96.0	0.0008032846322203447	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0133_000000007847	2357	0.5638317104468741	7	6	2	3	4	False	84672	fragment	False	CHI0133_000000007847	0.9652185320540411		0	0	False	False	0.9949088096618652	0					non-mobilizable	chromosome	2357.0	95.715	100.0	0.0008005662409099543	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0051_000000017130	2257	0.5638232429399237	3	3	3	3	3	False	35847	maximal	True	ISR0051_000000017130	1.0		110	9	False	False	1.0	0					non-mobilizable	other	2272.0	96.611	100.0	0.02248237065208779	NZ_GL882581.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld1, whole genome shotgun sequence	False	False
MAD0042_000000020374	1238	0.5638162173027597	2	2	2	2	2	False	18096	maximal	True	MAD0042_000000020374	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	74.805	31.0	0.00010263759869824438	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0057_000000021758	1595	0.5638112908362262	2	2	2	2	1	False	46116	maximal	True	FIJ0057_000000021758	1.0		11	4	False	False	0.9937304258346558	0					non-mobilizable	no_good_hit	801.0	82.272	50.0	0.011914158488093287	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0338_000000007367	3365	0.5638091329109679	5	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.3589572695615827		0	0	False	False	1.0	0					non-mobilizable	chromosome	3365.0	99.881	100.0	0.000901495775511473	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0051_000000031596	1177	0.5638007610318954	2	2	2	2	1	False	12222	fragment	False	MON0051_000000031596	0.9708347752237637		0	0	False	False	0.9728122353553772	0					non-mobilizable	chromosome	1178.0	89.98299999999999	100.0	0.00039482493233616194	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0054_000000009563	2700	0.5637933055502112	4	4	4	4	3	False	63775	fragment	False	ENG0054_000000009563	1.0		0	0	False	False	0.9992592334747314	0					non-mobilizable	other	2701.0	94.113	100.0	0.19508492952656306	NZ_CABMGA010000029.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0153_000000014756	1937	0.5637923599060033	3	3	3	2	1	False	30675	maximal	True	ISR0153_000000014756	1.0		39	7	False	False	0.9659267067909241	0					non-mobilizable	no_good_hit	511.0	80.822	26.0	0.00013559954292770667	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0082_000000008971	4223	0.5637910335710413	4	4	3	3	2	False	69316	fragment	False	DEN0082_000000008971	1.0		0	0	False	False	0.9995263814926147	0					non-mobilizable	other	3807.0	96.296	90.0	0.006270805143488042	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0037_000000034059	2096	0.5637868388287367	3	3	3	3	2	False	12100	maximal	True	MON0037_000000034059	1.0		60	7	False	False	1.0	0					non-mobilizable	other	1364.0	98.387	100.0	0.0006595208095025191	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0015_000000024045	1136	0.563785269167158	1	1	1	1	1	False	37938	maximal	True	ISR0015_000000024045	1.0		73	8	False	False	0.9947183132171631	0					non-mobilizable	no_good_hit	136.0	95.588	12.0	0.0010388930786634448	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0207_000000013397	2189	0.563782170877088	2	2	2	2	0	False	70148	fragment	False	ISR0207_000000013397	0.9906870497276401		0	0	False	False	1.0	0					non-mobilizable	other	2189.0	100.0	100.0	0.004836876986811331	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
MAD0087_000000004521	5659	0.5637781025776927	6	5	4	4	3	False	95621	maximal	True	MAD0087_000000004521	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	80.825	50.0	0.000516761964177418	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0824_000000001783	6890	0.5637744305706076	9	4	2	1	3	True	113134	fragment	False	ISR0042_000000002093	0.11254828203986426		0	0	False	False	0.9968069791793823	0					non-mobilizable	other	6884.0	95.51100000000001	99.0	0.1571657142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0057_000000019255	1697	0.5637699974502881	3	2	2	2	2	False	6333	fragment	False	SPA0057_000000019255	1.0		0	0	False	False	0.9994107484817505	0					non-mobilizable	no_good_hit	247.0	89.47399999999999	23.0	9.422297325998359e-05	CP021558.1	high GC Gram+	Bifidobacterium breve strain 215W447a chromosome, complete genome	True	False
CHI0161_000000004281	2370	0.5637671105069336	3	3	3	3	2	True	78633	fragment	False	CHI0161_000000004281	1.0		0	0	False	False	0.9856539964675903	0					non-mobilizable	chromosome	2370.0	96.835	100.0	0.001057175382673837	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0316_000000002524	6218	0.5637656184286811	7	3	3	2	1	False	31518	maximal	True	ISR0316_000000002524	1.0		1	1	False	False	0.999678373336792	0					non-mobilizable	no_good_hit	155.0	91.613	2.0	8.71334947377593e-05	NZ_LR698975.1	euryarchaeotes	Methanosphaera stadtmanae isolate MGYG-HGUT-02164 chromosome 1	True	False
CHI0128_000000002451	3619	0.5637593330462808	6	3	2	2	1	False	81342	fragment	False	CHI0128_000000002451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	6.59810502423704e-05	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0133_000000011072	3367	0.5637589421271532	4	3	3	3	3	False	40715	maximal	True	FIJ0133_000000011072	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0016_000000014450	1549	0.5637580328636648	1	1	1	1	1	False	66739	fragment	False	ENG0016_000000014450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	77.86	61.0	0.03645063409320781	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	False
ENG0100_000000008373	3517	0.5637517158549923	4	3	3	3	2	False	60597	maximal	True	ENG0100_000000008373	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	75.622	11.0	0.0001430148166925464	NZ_CP009228.1	spirochetes	Treponema putidum strain OMZ 758 (ATCC 700334) chromosome, complete genome	True	False
ENG0098_000000008101	3150	0.5637505792068331	4	3	3	3	3	False	111912	fragment	False	ENG0181_000000006503	0.9583721652687169		0	0	False	False	0.9907936453819275	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2693398964886718e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
TAN0021_000000010520	1904	0.5637454806550323	2	1	1	0	1	False	2378	fragment	False	TAN0021_000000010520	1.0		0	0	False	False	0.9963235259056091	0					non-mobilizable	no_good_hit	1440.0	70.833	74.0	0.00037260610418014193	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
MAD0044_000000007170	3328	0.5637444499520019	4	3	2	3	1	True	18327	maximal	True	MAD0044_000000007170	1.0		2	1	False	False	0.999098539352417	0					non-mobilizable	no_good_hit	509.0	98.428	15.0	0.005289077222609764	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0163_000000003638	6793	0.56374409027485	7	7	6	5	6	False	51299	maximal	True	FIJ0163_000000003638	1.0		7	3	False	False	0.9997055530548096	0					non-mobilizable	no_good_hit	874.0	78.604	16.0	0.00046215571273728993	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
CHI0081_000000007942	1191	0.5637421871651735	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.37988098975313056		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	99.412	100.0	0.3895253682487725	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	False	False
ISR0107_000000004864	4393	0.563740849295962	8	7	6	7	4	False	127066	maximal	True	ISR0107_000000004864	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2495.0	94.469	85.0	0.0007408180269307383	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0023_000000001362	16699	0.5637337300242529	16	4	3	4	3	True	62424	fragment	False	FIJ0013_000000000996	0.9519880385424743		0	0	False	False	0.9989819526672363	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	1.0	2.8413193348772282e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	True
ISR0156_000000003013	8694	0.5637336592115885	8	7	7	7	6	False	57738	maximal	True	ISR0156_000000003013	1.0	PS251	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	3367.0	82.18	56.0	0.0008931491785342932	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
SPA0078_000000004019	1873	0.5637336375690316	2	2	2	2	2	False	80110	maximal	False	CHI0141_000000011647	0.2746817538896747		0	0	False	False	0.9994661211967468	0					non-mobilizable	other	1873.0	99.51899999999999	100.0	0.021823777658607102	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0194_000000002408	8371	0.5637312986532819	13	9	7	8	8	False	111446	fragment	False	ISR0179_000000003041	0.9837406922288886		0	0	False	False	1.0	0					non-mobilizable	other	8380.0	98.962	100.0	0.011605954371243716	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0021_000000003128	8276	0.5637312986532819	13	9	7	8	8	False	111446	fragment	False	ISR0179_000000003041	0.9778662027460641		0	0	False	False	0.9996374845504761	0					non-mobilizable	other	8285.0	98.97399999999999	100.0	0.011474367586989253	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
USA0081_01_000000004794	6418	0.5637307937827872	6	4	4	4	3	False	113463	maximal	True	USA0081_01_000000004794	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	73.623	5.0	7.05076634966643e-05	CP030158.1	CFB group bacteria	Rhodothermaceae bacterium strain MEBiC09517 chromosome, complete genome	True	False
USA0057_01_000000017792	1796	0.5637302861712227	4	3	1	1	2	True	118240	fragment	False	MAD0072_000000001538	0.3288511126788911		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	92.50399999999999	100.0	0.0004993029752681185	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0835_000000008275	1768	0.5637302861712227	4	3	1	1	2	True	118240	fragment	False	MAD0072_000000001538	0.3093976670979359		0	0	False	False	0.997171938419342	0					non-mobilizable	other	1764.0	98.12899999999999	99.0	0.0006216232511777522	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
CHI0135_000000011861	1642	0.5637302861712227	3	3	1	1	2	True	118240	fragment	False	MAD0072_000000001538	0.0365030525761142		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	89.32700000000001	100.0	0.00045598191623484456	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0199_000000015649	1631	0.5637302861712227	3	3	1	1	2	True	118240	fragment	False	MAD0072_000000001538	0.03352136314711899		0	0	False	False	1.0	0					non-mobilizable	other	1638.0	89.194	100.0	0.00045292722617480604	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0183_000000019601	1593	0.5637302861712227	3	3	1	1	2	True	118240	fragment	False	MAD0072_000000001538	0.03315308852496214		0	0	False	False	0.9993722438812256	0					non-mobilizable	other	1600.0	89.06200000000001	100.0	0.044684431977559606	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
USA0121_01_000000019512	2340	0.563730147384046	3	3	3	3	3	False	70890	fragment	False	USA0121_01_000000019512	0.985628187297172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	74.292	50.0	0.0003109255679837764	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ETH0004_000000017784	1595	0.5637298162858143	3	3	3	3	2	False	107557	fragment	False	MAD0016_000000002666	0.16513540062091162		0	0	False	False	0.9993730187416077	0					non-mobilizable	chromosome	1588.0	96.285	99.0	0.0005338383143095932	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0170_000000002199	7469	0.5637288654906171	9	3	0	2	1	False	38835	maximal	True	FIJ0170_000000002199	1.0		1	1	False	False	0.9966528415679932	0					non-mobilizable	no_good_hit	409.0	73.105	5.0	0.0017392989084248117	LR756505.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0038_000000005038	4206	0.5637240942074265	7	5	5	5	4	False	65106	maximal	True	ENG0038_000000005038	1.0		202	11	False	False	0.999762237071991	0					non-mobilizable	no_good_hit	191.0	82.199	13.0	6.27132249648806e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0101_000000009557	2908	0.5637236558314861	5	2	2	2	1	False	43256	maximal	False	FIJ0138_000000005535	0.6341816677012208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	93.271	18.0	0.00011470554419911388	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0130_000000009980	2869	0.5637236558314861	6	2	2	2	1	False	89698	fragment	False	MON0012_000000012933	0.46619801309830283		0	0	False	False	0.9975601434707642	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	2.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0024_000000016644	2864	0.5637236558314861	6	2	2	2	1	False	89698	fragment	False	MON0012_000000012933	0.3257813407691414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	2.0	0.0002497026268716347	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0146_000000014264	2782	0.5637236558314861	5	2	2	2	1	False	89698	fragment	False	MON0012_000000012933	0.3141768985902683		0	0	False	False	0.9996405243873596	0					non-mobilizable	no_good_hit	418.0	81.34	15.0	0.0018841198209405164	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0002_000000014228	2492	0.5637236558314861	4	2	2	2	1	False	52407	fragment	False	FIJ0002_000000014228	1.0		0	0	False	False	0.9987961649894714	0					non-mobilizable	no_good_hit	271.0	77.122	12.0	0.0012167328000290563	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0125_000000006074	2458	0.5637236558314861	5	2	2	2	1	False	78562	fragment	False	ISR0125_000000006074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	100.0	3.0	0.038381742738589214	NZ_VZBY01000063.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_67_length_1928_cov_60.7112_ID_133, whole genome shotgun sequence	True	False
FIJ0116_000000007705	2341	0.5637236558314861	4	2	2	2	1	False	42503	fragment	False	FIJ0116_000000007705	0.9690576652601969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	92.90799999999999	16.0	0.0011794702790834822	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0082_000000012918	2317	0.5637236558314861	5	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9552282937036195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	98.611	3.0	1.8939752646830432e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0153_000000011477	2301	0.5637236558314861	4	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9887243145317783		0	0	False	False	0.9995654225349426	0					non-mobilizable	no_good_hit	130.0	90.0	10.0	3.414490618020134e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0076_000000006679	2287	0.5637236558314861	5	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9785634710108778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	97.802	7.0	2.400813715795407e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0063_000000011773	2276	0.5637236558314861	5	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9764976507667434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	97.802	8.0	2.400813715795407e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0160_000000007939	2259	0.5637236558314861	4	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9866231368323968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	98.02	8.0	2.66757079532823e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0032_000000015760	2254	0.5637236558314861	4	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9852059811807439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	97.802	8.0	2.400813715795407e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0068_000000014108	2252	0.5637236558314861	4	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9870616063713347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	97.802	8.0	2.400813715795407e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0040_000000010906	2251	0.5637236558314861	4	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9863615521355564		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	8.0	2.3741380078421246e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0023_000000014450	2251	0.5637236558314861	4	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9868777802526626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	97.802	8.0	2.400813715795407e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0165_000000007323	2250	0.5637236558314861	3	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9865845296654454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	97.802	8.0	2.400813715795407e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0059_000000008040	2245	0.5637236558314861	3	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9728088288407933		0	0	False	False	0.9995545744895935	0					non-mobilizable	no_good_hit	91.0	97.802	7.0	2.400813715795407e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0104_000000011611	2239	0.5637236558314861	4	2	2	2	1	False	42503	fragment	False	FIJ0116_000000007705	0.9545339574430246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	92.90799999999999	17.0	0.0011794702790834822	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0077_000000013268	2231	0.5637236558314861	3	2	2	2	1	False	49364	fragment	False	FIJ0153_000000011477	0.9793140422647605		0	0	False	False	0.9959659576416016	0					non-mobilizable	no_good_hit	91.0	97.802	6.0	2.400813715795407e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0080_000000023936	2196	0.5637236558314861	4	2	2	2	1	False	49772	fragment	False	FIJ0079_000000012806	0.9498632634457611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	79.39399999999999	15.0	0.0014845956179459008	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0076_000000022338	2133	0.5637236558314861	4	2	2	2	1	False	42503	fragment	False	FIJ0116_000000007705	0.6227482507071609		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	94.444	11.0	0.001075399372105528	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MAD0094_000000007615	2039	0.5637236558314861	3	2	2	2	1	False	26343	maximal	True	MAD0094_000000007615	1.0		4	2	False	False	0.9975478053092957	0					non-mobilizable	no_good_hit	42.0	95.238	5.0	1.8248012746904513e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	False
MON0055_000000012284	1887	0.5637236558314861	5	2	2	2	1	False	49771	fragment	False	MON0055_000000012284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	96.154	4.0	0.0005136860644309092	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	True	False
FIJ0087_000000021218	1521	0.5637236558314861	2	2	2	2	1	False	43720	fragment	False	FIJ0087_000000021218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	98.611	5.0	1.8939752646830432e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0089_000000018344	1368	0.5637236558314861	3	2	2	2	1	False	43563	fragment	False	FIJ0089_000000018344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	7.0	2.0807052203560193e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0084_000000023609	1211	0.5637227790877619	2	2	2	2	1	False	34018	maximal	True	ISR0084_000000023609	1.0		133	12	False	False	0.9991742372512817	0					non-mobilizable	no_good_hit	452.0	73.009	37.0	0.00011724837689252011	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
TAN0002_000000010848	3227	0.5637213434445728	3	1	0	1	1	True	70973	maximal	True	TAN0002_000000010848	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.02320185614849188	XM_003292670.1	cellular slime molds	Dictyostelium purpureum hypothetical protein, mRNA	True	True
ISR0093_000000011595	2137	0.5637213434445728	2	1	0	1	1	True	33521	maximal	True	ISR0093_000000011595	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000027542	1547	0.5637213434445728	2	1	0	1	1	True	2673	fragment	False	TAN0009_000000027542	1.0		0	0	False	False	0.9935358762741089	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	3.0	0.00021792229254251756	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	True
MAD0001_000000014121	1835	0.5637210958657726	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.10436807291729523		0	0	False	False	1.0	0					non-mobilizable	other	973.0	92.189	99.0	0.00030238755507217794	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0031_000000003376	7655	0.5637173037710012	7	6	5	5	6	True	130126	maximal	True	DEN0031_000000003376	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	4272.0	93.89	94.0	0.001427159175707866	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CAN0017_000000003782	10318	0.5637171592490322	15	3	2	3	2	True	92573	maximal	True	CAN0017_000000003782	1.0		1	1	False	False	0.9971894025802612	0					non-mobilizable	no_good_hit	55.0	100.0	1.0	0.04732690622261174	NZ_CYGY02000107.1	b-proteobacteria	Paraburkholderia piptadeniae strain STM7183, whole genome shotgun sequence	True	True
SPA0066_000000002076	8212	0.5637122645200894	7	6	4	3	5	False	6080	maximal	True	SPA0066_000000002076	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3299.0	75.296	73.0	0.0013909604258709226	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
ETH0005_000000011818	4077	0.5637074847288707	4	4	4	4	4	False	52786	maximal	True	ETH0005_000000011818	1.0		69	9	False	False	0.9992641806602478	0					non-mobilizable	no_good_hit	141.0	78.014	3.0	0.00027267879649678443	NZ_LOAS01000002.1	a-proteobacteria	Pseudoruegeria sabulilitoris strain GJMS-35 contig2, whole genome shotgun sequence	True	False
CHI0063_000000007530	1786	0.5637067817009588	4	4	3	2	3	False	85433	fragment	False	CHI0063_000000007530	1.0		0	0	False	False	0.99944007396698	0					non-mobilizable	plasmid	1786.0	99.83200000000001	100.0	0.013058363936968704	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
ISR0396_000000008175	2772	0.5637061264886877	3	3	3	3	3	False	119483	fragment	False	ISR0231_000000004927	0.31678641410842584		0	0	False	False	1.0	0					non-mobilizable	other	2772.0	99.351	100.0	0.007877149444108058	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
USA0062_01_000000008656	2522	0.5637045483187835	5	5	4	4	5	False	75347	maximal	True	USA0062_01_000000008656	1.0		33	7	False	False	0.9928628206253052	0					non-mobilizable	no_good_hit	260.0	73.846	10.0	0.0011731526365432354	NZ_VZDO01000009.1	a-proteobacteria	Aureimonas leprariae strain YIM 132180 Scaffold8_1, whole genome shotgun sequence	True	False
MON0091_000000011010	1141	0.5637035943599124	3	3	2	1	2	False	9479	maximal	True	MON0091_000000011010	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1141.0	99.825	100.0	0.00023230569309931864	AP022261.1	enterobacteria	Escherichia coli DNA, complete genome, strain: WP8-S18-ESBL-07	False	False
CHI0136_000000003970	3712	0.5637017177931926	3	2	1	2	1	False	80630	maximal	True	CHI0136_000000003970	1.0		8	4	False	False	0.9946120977401733	0					non-mobilizable	no_good_hit								True	False
AST0016_000000013658	1826	0.5637013213291138	3	2	1	1	0	True	123350	fragment	False	AST0016_000000013658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	77.74	48.0	0.004993836902553942	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0029_000000001812	1991	0.5636965151378394	3	3	1	2	3	False	18996	maximal	True	MAD0029_000000001812	0.9954728370221329		3	1	False	False	1.0	0					non-mobilizable	chromosome	1957.0	97.19	98.0	0.00039443541104996766	CP057402.1	enterobacteria	Escherichia coli strain RHB27-C21 chromosome, complete genome	False	False
MAD0043_000000012856	1988	0.5636965151378394	3	3	1	2	3	False	18996	maximal	False	MAD0029_000000001812	0.9947262682069311		0	0	False	False	1.0	0					non-mobilizable	chromosome	1885.0	98.14299999999999	97.0	0.00038049990497600566	CP057402.1	enterobacteria	Escherichia coli strain RHB27-C21 chromosome, complete genome	False	False
MAD0098_000000026316	1711	0.5636943117232553	3	2	2	2	1	True	15299	fragment	False	MAD0098_000000026316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0005_000000003370	7690	0.5636846561519037	10	5	2	4	4	True	76559	maximal	True	DEN0005_000000003370	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4918.0	100.0	64.0	0.027511386144153622	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	True	True
ISR0208_000000014836	1850	0.5636829802384945	3	3	3	3	2	False	28512	maximal	True	ISR0208_000000014836	0.9915844457341846		150	9	False	False	1.0	0					non-mobilizable	other	1850.0	99.243	100.0	0.0008454960075577923	CP002220.1	high GC Gram+	Bifidobacterium bifidum S17, complete genome	False	False
CHI0182_000000010696	2545	0.5636807223599286	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.7223404493002561		0	0	False	False	0.9996070861816406	0					non-mobilizable	no_good_hit	190.0	81.053	7.0	8.783352873111102e-05	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ISR0047_000000014216	2098	0.5636800912084019	2	2	1	1	2	False	127037	fragment	False	SPA0138_000000012945	0.4433479408079408		0	0	False	False	1.0	0					non-mobilizable	plasmid	2110.0	94.55	100.0	0.3543960697950195	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
MAD0012_000000016192	1808	0.5636752340890955	2	2	2	2	1	False	19659	maximal	True	MAD0012_000000016192	1.0		0	0	False	False	0.9983407258987427	0					non-mobilizable	no_good_hit								True	False
CHI0137_000000001971	5889	0.5636695060189181	9	7	3	4	6	True	80548	fragment	False	CHI0137_000000001971	0.9947592822881506		0	0	False	False	1.0	0					non-mobilizable	other	5889.0	99.98299999999999	100.0	0.032258948187351734	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ISR0821_000000004642	5629	0.5636695060189181	8	7	3	4	6	True	80548	fragment	False	CHI0137_000000001971	0.9729156053659365		0	0	False	False	0.9959140419960022	0					non-mobilizable	other	5597.0	99.535	99.0	0.030659149805777903	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
TAN0021_000000003155	4476	0.5636675999747284	3	2	0	2	1	False	101168	maximal	True	TAN0021_000000003155	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000009904	3115	0.5636675999747284	3	2	0	2	1	False	101180	maximal	True	FIJ0085_000000009904	1.0		64	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0055_01_000000009453	2899	0.5636675999747284	2	2	0	2	1	False	100333	maximal	True	USA0055_01_000000009453	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	96.471	3.0	0.0008130001665181064	NZ_VZBY01000077.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_10_length_102098_cov_23.497_ID_19, whole genome shotgun sequence	True	False
FIJ0027_000000006079	2860	0.5636675999747284	2	2	0	2	1	False	101181	fragment	False	FIJ0027_000000006079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0064_000000007437	2689	0.5636675999747284	3	2	0	2	1	False	101171	fragment	False	ISR0064_000000007437	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	100.0	8.0	3.974680485039063e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0071_000000013415	2659	0.5636675999747284	3	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.8070578601188592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000012713	2625	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.856168836042499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0040_000000009425	2612	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.8321167885254369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0045_000000008888	2574	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.796718799401776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0082_000000011547	2569	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.8544990028354116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0134_000000006097	2564	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7963478012115224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000017328	2522	0.5636675999747284	2	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.676934816750872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0138_000000007227	2496	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.8050713256131674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000014371	2468	0.5636675999747284	2	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.6764792512591143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0069_000000009456	2444	0.5636675999747284	2	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.6554179785106785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	93.939	4.0	2.6142193794216654e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0016_000000004525	2440	0.5636675999747284	3	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.5918863413165505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	96.06299999999999	5.0	3.3611392021135694e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0155_000000009258	2430	0.5636675999747284	3	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.7025191727924415		0	0	False	False	1.0	0					non-mobilizable	chromosome	2063.0	94.81299999999999	97.0	0.0005484525555194841	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0097_000000014636	2417	0.5636675999747284	2	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.6413012358651148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	99.281	6.0	3.6812476975529575e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0092_000000013916	2397	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7920077938544657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0081_000000009904	2387	0.5636675999747284	2	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.6190297502659967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	98.319	5.0	3.1477335384873116e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0191_000000004234	2358	0.5636675999747284	2	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.6182666529488529		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	98.765	3.0	2.134056636262584e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AUS0012_000000007158	2347	0.5636675999747284	3	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.6564921876745445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	96.06299999999999	5.0	3.3611392021135694e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0060_000000007051	2340	0.5636675999747284	3	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7007364397729862		0	0	False	False	0.9965811967849731	0					non-mobilizable	no_good_hit	84.0	98.81	8.0	1.5767743793540583e-05	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
MAD0011_000000005937	2322	0.5636675999747284	3	2	0	2	1	False	101170	fragment	False	MAD0011_000000005937	1.0		0	0	False	False	0.9879414439201355	0					non-mobilizable	no_good_hit	49.0	100.0	2.0	1.2804339817575503e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0074_000000008399	2317	0.5636675999747284	2	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.6197529710083258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0136769022247274e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0144_000000013658	2304	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7185900858712327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0090_000000019047	2291	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7783265583578097		0	0	False	False	0.9991270303726196	0					non-mobilizable	no_good_hit								True	False
FIJ0073_000000008106	2275	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7541464412789984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0035_000000008251	2272	0.5636675999747284	2	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.6521229057177119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0082_000000003584	2268	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.5554673156925364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	87.611	7.0	2.9876792907676176e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0112_000000012514	2267	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.5544468512048077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	87.611	7.0	2.9876792907676176e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0788_000000003218	2267	0.5636675999747284	2	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.5922153470785028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0165_000000007310	2255	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7295182141719674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0081_000000015794	2242	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7197756637311219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0031_000000010974	2207	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7227669178684786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0003_000000012697	2199	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.40176551735235805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	91.406	8.0	3.387814910066852e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0061_000000007758	2199	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.4129039931248538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	87.611	7.0	2.9876792907676176e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0030_000000005120	2192	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.3947838874872911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0158_000000008332	2184	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.3688854113831117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	95.495	5.0	2.9343278748610528e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0084_000000003207	2181	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.41240403146462257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	93.902	6.0	2.160732344215866e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0015_000000009068	2181	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7523514266278312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000013909	2180	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.4197809046073665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000013409	2178	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7526644988693948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000012546	2169	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.7065170421534388		0	0	False	False	0.9995389580726624	0					non-mobilizable	no_good_hit								True	False
MAD0091_000000007024	2169	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.31566294544381274		0	0	False	False	0.9990779161453247	0					non-mobilizable	no_good_hit								True	False
MAD0094_000000007189	2138	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.729289201743852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0005_000000013781	2136	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.6961766906963597		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0092_000000009032	2034	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.37946980770430616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0080_000000003340	1998	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.36738138304966966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000015718	1997	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.358225603299009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0072_000000002988	1985	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.31521927076157746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0095_000000018083	1961	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.16808534920318663		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	96.06299999999999	6.0	3.3611392021135694e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0025_000000020496	1947	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.25294755348283804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000018932	1858	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.2410770387248049		0	0	False	False	0.9854682683944702	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	3.0	0.00022842727818966416	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
MON0084_000000018552	1855	0.5636675999747284	2	2	0	2	1	False	9823	maximal	True	MON0084_000000018552	1.0		6	2	False	False	0.9994609355926514	0					non-mobilizable	no_good_hit	413.0	93.947	22.0	0.00010963715968799026	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0003_000000008136	1853	0.5636675999747284	2	2	0	2	1	False	98416	fragment	False	MON0003_000000008136	0.9471877703053747		0	0	False	False	0.9843497276306152	0					non-mobilizable	no_good_hit								True	False
MON0082_000000020489	1709	0.5636675999747284	2	2	0	2	1	False	98416	fragment	False	MON0003_000000008136	0.4759848893685915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0161_000000010909	1584	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.031057364163134003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0107_000000016784	1523	0.5636675999747284	2	2	0	2	1	False	101166	fragment	False	FIJ0029_000000012713	0.052082324794535124		0	0	False	False	0.992777407169342	0					non-mobilizable	no_good_hit								True	False
ISR0787_000000011632	1301	0.5636675999747284	2	2	0	2	1	False	22126	fragment	False	ISR0787_000000011632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0005_000000014277	2340	0.5636664969954861	2	2	2	2	2	False	63042	fragment	False	USA0125_01_000000009938	0.9775442933662959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	79.35300000000001	51.0	0.0323485768244975	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	True	False
SPA0040_000000028372	1505	0.5636639722886994	3	1	1	1	1	False	6946	maximal	True	SPA0040_000000028372	1.0		2	2	False	False	0.9980066418647766	0					non-mobilizable	no_good_hit								True	False
ISR0232_000000008811	2939	0.5636590908051053	4	3	2	1	3	False	86758	fragment	False	ISR0232_000000008811	0.9835897435897436		0	0	False	False	1.0	0					non-mobilizable	other	2939.0	99.932	100.0	0.15349250300402278	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0143_000000006019	3145	0.563651985091209	3	2	1	2	1	False	66913	maximal	True	ENG0143_000000006019	1.0		52	9	False	False	1.0	0					non-mobilizable	other	3145.0	97.806	100.0	0.001107850400000282	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
USA0069_01_000000001480	28554	0.5636515090155026	59	40	12	21	32	False	91000	fragment	False	USA0069_01_000000001480	0.9267310285107124		0	0	False	False	1.0	0	rep_cluster_1817				non-mobilizable	no_good_hit	11082.0	97.6	87.0	0.0033094655198237584	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
SPA0045_000000015786	1613	0.5636460080176491	2	1	1	1	1	True	6751	fragment	False	SPA0045_000000015786	1.0		0	0	False	False	0.9950402975082397	0					non-mobilizable	no_good_hit								True	True
FIJ0104_000000005651	4338	0.5636429306743175	5	5	4	4	5	False	110630	fragment	False	FIJ0104_000000005651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2303.0	92.792	80.0	0.09248903729331778	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
SPA0093_000000013840	2849	0.5636422934586724	6	6	5	2	3	False	5283	maximal	True	SPA0093_000000013840	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	2288.0	78.497	82.0	0.0005293155694058885	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	True	False
ISR0137_000000011142	2316	0.5636405539485937	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.20594142536478233		0	0	False	False	0.9991364479064941	0					non-mobilizable	other	2316.0	98.575	100.0	0.004838605126746781	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0149_000000004274	3516	0.5636400932571176	2	2	1	2	2	False	79591	maximal	True	CHI0149_000000004274	1.0		511	12	False	False	0.996302604675293	0					non-mobilizable	other	3516.0	99.68700000000001	100.0	0.013383287453215606	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
ISR0084_000000003629	5684	0.5636369478320605	5	5	5	4	4	False	34065	maximal	True	ISR0084_000000003629	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	75.887	2.0	0.001496116697102374	NZ_SMMX01000013.1	firmicutes	Extibacter muris strain DSM 28560 NODE_13_length_90902_cov_80.512751, whole genome shotgun sequence	True	False
TAN0007_000000035952	1184	0.5636345406978293	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.14390421539754805		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	98.226	100.0	0.0414767547857794	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0816_000000017199	2326	0.5636339193288049	2	2	2	2	2	False	59801	maximal	True	ISR0816_000000017199	1.0		63	7	False	False	0.9991401433944702	0					non-mobilizable	other	2328.0	98.79700000000001	100.0	0.03036788599318778	NZ_QRHR01000011.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf11, whole genome shotgun sequence	False	False
AST0048_000000009376	1677	0.5636317107941573	2	2	1	2	1	False	114893	maximal	True	AST0048_000000009376	1.0		2	2	False	False	0.9982110857963562	0					non-mobilizable	no_good_hit	1087.0	100.0	65.0	0.000296880296552252	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
MON0031_000000026144	1224	0.5636299247644053	2	2	2	2	2	False	12423	maximal	True	MON0031_000000026144	1.0		8	5	False	False	1.0	0					non-mobilizable	other	1224.0	97.38600000000001	100.0	0.0035822032160745146	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	False	False
ISR0060_000000017096	1599	0.5636276727479951	2	2	2	2	1	False	35403	fragment	False	ISR0060_000000017096	1.0		0	0	False	False	0.9643527269363403	0					non-mobilizable	no_good_hit	899.0	92.102	56.0	0.014594126395267124	NZ_QIML01000011.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_11, whole genome shotgun sequence	True	False
SPA0023_000000005632	4212	0.5636258769005126	3	3	1	3	2	True	7640	maximal	True	SPA0023_000000005632	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	78.986	3.0	5.802922437708851e-05	CP040243.1	g-proteobacteria	Glaesserella parasuis strain HPS-1 chromosome, complete genome	True	True
CHI0003_000000008972	1438	0.5636214091497355	2	2	2	2	2	False	90934	maximal	False	ISR0800_000000008417	0.9752403981585822		0	0	False	False	0.9965229630470276	0					non-mobilizable	other	1438.0	99.791	100.0	0.000585486057323852	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
SPA0008_000000004160	6288	0.5636202005968427	4	3	3	3	3	False	96250	fragment	False	ISR0096_000000003803	0.9538413905038133		0	0	False	False	0.9968193173408508	0					non-mobilizable	no_good_hit	2250.0	79.422	87.0	0.00361679747552391	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
USA0069_01_000000009818	6234	0.5636202005968427	4	3	3	3	3	False	96250	fragment	False	ISR0096_000000003803	0.9500842907992669		0	0	False	False	0.9996792078018188	0					non-mobilizable	no_good_hit	2316.0	79.102	87.0	0.0037203657253823126	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
CHI0176_000000002796	2961	0.5636191158594964	4	4	4	4	4	False	98061	maximal	True	CHI0176_000000002796	1.0		28	7	False	False	0.9996622800827026	0					non-mobilizable	no_good_hit	1974.0	99.949	67.0	0.00048233747635067326	CP054563.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student chromosome, complete genome	True	False
FIJ0066_000000030142	1122	0.5636189798636478	2	1	1	1	1	False	45255	fragment	False	FIJ0066_000000030142	1.0		0	0	False	False	0.968805730342865	0					non-mobilizable	no_good_hit								True	False
DEN0089_000000011014	1747	0.5636173521348437	2	2	2	1	0	True	79417	maximal	True	DEN0089_000000011014	1.0		36	8	False	False	0.9994276165962219	0					non-mobilizable	no_good_hit								True	True
CHI0113_000000007189	1165	0.5636173169759703	2	1	1	1	1	True	82322	fragment	False	CHI0113_000000007189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	78.906	11.0	0.0002697137181534457	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	True
ISR0147_000000008510	2844	0.5636167044795574	4	2	2	2	1	True	74911	fragment	False	ISR0147_000000008510	1.0		0	0	False	False	0.9848804473876953	0					non-mobilizable	other	2752.0	99.964	97.0	0.033384301732925586	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0110_000000009379	2491	0.5636167044795574	4	2	2	2	1	True	74910	fragment	False	ISR0110_000000009379	0.9972712911101537		0	0	False	False	1.0	0					non-mobilizable	other	2491.0	100.0	100.0	0.03021697975826416	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0167_000000012689	2321	0.5636167044795574	4	2	2	2	1	True	74910	fragment	False	ISR0110_000000009379	0.972693983891809		0	0	False	False	0.9978457689285278	0					non-mobilizable	other	2302.0	100.0	99.0	0.027923401776612785	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0187_000000012126	2316	0.5636167044795574	4	2	2	2	1	True	74910	fragment	False	ISR0110_000000009379	0.973853654284247		0	0	False	False	0.988773763179779	0					non-mobilizable	other	2316.0	100.0	100.0	0.028093296441920296	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CAN0003_000000007148	6557	0.5636164452092659	6	6	3	3	5	True	96790	fragment	False	MON0093_000000005567	0.7138261301480533		0	0	False	False	1.0	0					non-mobilizable	other	6558.0	99.25299999999999	100.0	0.0015819768073270504	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
ENG0190_000000010468	2910	0.5636162698653959	4	3	2	3	1	True	54814	fragment	False	ENG0190_000000010468	1.0		0	0	False	False	0.9986254572868347	0					non-mobilizable	no_good_hit								True	True
MON0080_000000027731	1944	0.5636107491656815	3	3	3	3	2	False	122997	fragment	False	ISR0189_000000008092	0.7089496203345115		0	0	False	False	0.9984567761421204	0					non-mobilizable	chromosome	1951.0	86.82700000000001	100.0	0.0006265868133773706	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0108_000000003059	6555	0.5636083292542821	7	4	4	4	4	False	107315	maximal	True	AST0108_000000003059	1.0		1	1	False	False	0.9995423555374146	0					non-mobilizable	no_good_hit	1020.0	88.039	15.0	0.02545408994112489	NZ_AAXG02000036.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont321, whole genome shotgun sequence	True	False
ENG0080_000000005225	4570	0.5636081061787889	6	3	2	2	1	True	61773	maximal	True	ENG0080_000000005225	1.0		18	8	False	False	0.9997811913490295	0					non-mobilizable	no_good_hit	2655.0	74.539	73.0	0.01831305219890814	NZ_SPFU01000016.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_16_length_141593_cov_22.9012, whole genome shotgun sequence	True	True
FIJ0102_000000010197	3087	0.5636081061787889	3	3	2	2	1	True	42639	fragment	False	FIJ0102_000000010197	1.0		0	0	False	False	0.9964366555213928	0					non-mobilizable	no_good_hit	2393.0	75.26100000000001	77.0	0.016610990656317756	NZ_SPFU01000016.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_16_length_141593_cov_22.9012, whole genome shotgun sequence	True	True
MAD0004_000000007761	1424	0.5636057992567904	2	2	2	2	1	False	24229	maximal	False	MAD0099_000000021997	0.9825418994413407		0	0	False	False	0.9992977380752563	0					non-mobilizable	chromosome	592.0	93.75	100.0	0.0002609439725474578	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0070_000000000544	27474	0.5636020185115422	60	37	12	21	29	False	86016	fragment	False	ISR0070_000000000544	1.0		0	0	False	False	0.9996724128723145	0	rep_cluster_1817				non-mobilizable	no_good_hit	7255.0	98.787	89.0	0.002167146843107717	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
AUS0008_000000004032	4927	0.5636012949432465	7	6	5	4	4	False	101888	maximal	False	CHI0132_000000006107	0.9537208349077346		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	96.154	60.0	0.00026947327797869806	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
MON0008_000000019243	1845	0.5635984789746117	4	3	3	3	3	False	13861	maximal	True	MON0008_000000019243	1.0		62	12	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	85.0	4.0	0.0003276268206098006	NZ_FNEJ01000009.1	a-proteobacteria	Salipiger marinus strain DSM 26424, whole genome shotgun sequence	True	False
FIJ0072_000000003438	7231	0.5635903465268548	9	5	4	5	2	False	52088	fragment	False	FIJ0072_000000003438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	1.2284756666995029e-06	LR131960.1	bony fishes	Parambassis ranga genome assembly, chromosome: 1	True	False
ENG0012_000000003837	6249	0.5635863459390562	7	3	1	2	2	True	106443	maximal	True	ENG0012_000000003837	1.0		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	2011.0	96.022	35.0	0.0004052643577569557	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	True
FIJ0043_000000017730	1620	0.5635834325474841	2	2	2	2	1	False	47201	maximal	True	FIJ0043_000000017730	1.0		77	11	False	False	0.9987654089927673	0					non-mobilizable	no_good_hit	107.0	81.308	7.0	3.718363367675665e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0012_000000010474	2291	0.5635810435029522	2	2	2	2	1	False	50801	maximal	True	FIJ0012_000000010474	1.0		69	12	False	False	1.0	0					non-mobilizable	other	2291.0	90.79	99.0	0.038603065289312	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0050_000000003605	3713	0.5635801431195107	6	5	1	3	5	True	114777	maximal	True	AST0050_000000003605	1.0		1	1	False	False	0.997037410736084	0					non-mobilizable	no_good_hit	2662.0	81.33	79.0	0.001387606018892506	CP040231.1	firmicutes	Streptococcus sp. 1643 chromosome, complete genome	True	True
ENG0105_000000012417	1791	0.5635789063143029	3	3	3	3	2	False	60152	maximal	True	ENG0105_000000012417	1.0		1	1	False	False	0.9854829907417297	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	1.551495989178724e-05	NZ_CP045927.1	firmicutes	Staphylococcus agnetis strain 1379 chromosome, complete genome	True	False
ENG0170_000000003924	3019	0.5635777937070627	3	2	2	2	1	False	116453	fragment	False	ENG0170_000000003924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1935.0	92.3	78.0	0.0021520867336600616	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
AUS0014_000000015687	1810	0.5635746079996422	2	2	2	2	2	False	100837	fragment	False	ENG0142_000000018909	0.8909598588736268		0	0	False	False	0.9983425140380859	0					non-mobilizable	other	1657.0	90.82700000000001	97.0	0.0005268416341657924	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ITA0006_000000008392	3024	0.5635713614899283	3	3	3	2	2	False	58198	maximal	True	ITA0006_000000008392	1.0		86	10	False	False	1.0	0					non-mobilizable	other	2227.0	98.698	99.0	0.03405179666824739	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	False	False
ISR0089_000000007598	3316	0.5635710298596113	6	4	3	3	3	False	89483	fragment	False	CHI0019_000000002420	0.9136123491641773		0	0	False	False	0.9996984601020813	0					non-mobilizable	chromosome	1993.0	97.89299999999999	98.0	0.000676879436287194	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0021_000000004004	3543	0.5635705871687042	3	3	3	3	3	False	50473	maximal	True	MAD0021_000000004004	0.984156976744186		50	2	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	79.172	72.0	0.00957391530267602	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
MAD0050_000000005527	4070	0.5635690295469659	5	4	2	3	4	False	77092	fragment	False	MON0001_000000007620	0.9305846727230376		0	0	False	False	1.0	0					non-mobilizable	plasmid	4070.0	99.435	100.0	0.0484834038495918	CP010831.1	enterobacteria	Shigella sonnei strain FORC_011 plasmid pFORC11.2, complete sequence	False	True
SPA0041_000000009345	3665	0.563567096400209	3	2	2	2	2	False	6922	maximal	True	SPA0041_000000009345	1.0		6	4	False	False	0.9980900287628174	0					non-mobilizable	no_good_hit	237.0	73.418	6.0	0.0022785361890986905	NZ_AUHM01000033.1	a-proteobacteria	Inquilinus limosus DSM 16000 G537DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	False
ISR0031_000000012174	1905	0.5635658160037326	3	3	3	3	3	False	37007	fragment	False	ISR0031_000000012174	1.0		0	0	False	False	0.995275616645813	0					non-mobilizable	chromosome	1905.0	99.475	100.0	0.0007547836993677498	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0093_000000028819	1296	0.5635623601949998	2	1	1	1	1	False	74998	fragment	False	DEN0018_000000029624	0.9747252747252747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0023_000000015892	1452	0.563562157763244	2	1	1	1	1	False	12974	fragment	False	MON0023_000000015892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0043_000000005075	3453	0.5635601880780022	3	3	3	3	3	False	6815	maximal	True	SPA0043_000000005075	1.0		5	2	False	False	0.9994208216667175	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000013412	1874	0.5635596666737711	3	3	3	3	2	False	15893	maximal	True	MAD0088_000000013412	1.0		5	1	False	False	0.9994663596153259	0					non-mobilizable	no_good_hit	66.0	98.485	7.0	2.6768601501183173e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
DEN0029_000000011907	1152	0.563556860965903	2	2	2	2	2	False	73828	maximal	True	DEN0029_000000011907	1.0		13	5	False	False	0.9522569179534912	0					non-mobilizable	no_good_hit	86.0	80.233	7.0	0.0003135189365437672	NZ_QUNI01000007.1	CFB group bacteria	Flavobacterium aquicola strain DSM 100880 Ga0196849_107, whole genome shotgun sequence	True	False
MON0031_000000012173	2757	0.563551091700357	3	3	3	3	3	False	12465	maximal	True	MON0031_000000012173	1.0		7	4	False	False	0.9989118576049805	0					non-mobilizable	other	2691.0	97.62200000000001	98.0	0.0058139283568412	NZ_QSGP01000006.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf6, whole genome shotgun sequence	False	False
DEN0022_000000025385	1629	0.5635505623491701	2	2	2	2	1	True	74544	maximal	True	DEN0022_000000025385	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1501.0	86.27600000000001	92.0	0.0006275164057604077	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
USA0061_01_000000002715	4191	0.5635489797573323	6	6	6	6	4	False	121655	fragment	False	AST0040_000000003137	0.369369950188527		0	0	False	False	0.9961823225021362	0					non-mobilizable	other	2571.0	99.339	97.0	0.04250392789216902	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0106_000000010590	2337	0.5635472846305798	3	2	2	2	2	False	82276	maximal	True	ISR0106_000000010590	1.0		23	4	False	False	0.9970046877861023	0					non-mobilizable	no_good_hit	115.0	93.913	5.0	0.000748013090229079	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
FIJ0083_000000029380	1237	0.5635449778626894	2	2	2	2	1	False	44041	maximal	True	FIJ0083_000000029380	1.0		55	10	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	98.446	47.0	0.5683382497541789	NZ_CABMGA010000071.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0371_000000016437	1298	0.5635442284611321	2	1	1	1	1	True	23472	maximal	True	ISR0371_000000016437	1.0		11	4	False	False	0.9753466844558716	0					non-mobilizable	no_good_hit								True	True
ISR0266_000000019458	1123	0.5635379343032839	1	1	1	1	1	False	26550	fragment	False	ISR0266_000000019458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	1.4724592600432076e-05	NZ_CP012028.1	b-proteobacteria	Neisseria gonorrhoeae strain 35/02 chromosome, complete genome	True	False
MON0100_000000007181	5221	0.5635339515131128	6	4	4	4	3	False	13996	maximal	False	MON0043_000000003378	0.7259743726641752		0	0	False	False	0.9998084902763367	0					non-mobilizable	chromosome	2995.0	86.711	93.0	0.0012925190420010155	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0007_000000009596	5221	0.5635339515131128	6	4	4	4	3	False	13996	maximal	False	MON0043_000000003378	0.7259743726641752		0	0	False	False	0.9998084902763367	0					non-mobilizable	chromosome	2995.0	86.711	93.0	0.0012925190420010155	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0090_000000012663	1867	0.5635323805897435	3	2	2	2	1	False	71453	fragment	False	ISR0004_000000009680	0.9488126441707901		0	0	False	False	0.9967862963676453	0					non-mobilizable	no_good_hit								True	False
ENG0104_000000010187	3036	0.5635307357136908	4	2	2	2	2	False	60252	fragment	False	ENG0104_000000010187	1.0		0	0	False	False	0.9996706247329712	0					non-mobilizable	no_good_hit	57.0	85.965	2.0	0.0004320087636063474	NZ_WEHZ01000013.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00013, whole genome shotgun sequence	True	False
ENG0196_000000001172	6737	0.5635299156258705	11	4	2	4	4	True	54428	fragment	False	ENG0196_000000001172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	96.323	18.0	0.00027818310592291084	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0149_000000011885	2086	0.5635289216370504	2	2	2	2	2	False	127489	fragment	False	FIJ0149_000000011885	0.9457245263696876		0	0	False	False	1.0	0					non-mobilizable	chromosome	1954.0	92.52799999999999	93.0	0.0008459257467104935	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0810_000000006468	2366	0.5635265697023659	4	3	3	2	2	False	21716	maximal	True	ISR0810_000000006468	1.0		8	3	False	False	0.9936602115631104	0					non-mobilizable	no_good_hit								True	False
MAD0070_000000011490	1756	0.5635230375162775	3	2	2	2	1	False	16358	fragment	False	MAD0070_000000011490	1.0		0	0	False	False	0.9920273423194885	0					non-mobilizable	no_good_hit	609.0	94.581	61.0	0.00020464924029018453	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0399_000000003518	3923	0.5635158344739283	5	4	4	4	3	False	131188	fragment	False	ISR0399_000000003518	1.0		0	0	False	False	0.9905684590339661	0					non-mobilizable	other	3909.0	98.619	99.0	0.0011019272869010263	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0093_000000000961	13730	0.5635155777021648	21	12	11	8	8	True	130706	maximal	True	ENG0093_000000000961	1.0		12	7	False	False	0.999344527721405	0					non-mobilizable	other	6622.0	98.294	97.0	0.0017727842272548704	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0096_000000006834	4746	0.5635154784079169	7	2	0	2	0	True	43035	maximal	True	FIJ0096_000000006834	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.006240762029889966	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ISR0003_000000005340	4632	0.5635139046753169	4	3	1	2	2	False	38616	fragment	False	ISR0003_000000005340	1.0		0	0	False	False	0.9993523359298706	0					non-mobilizable	no_good_hit	1333.0	73.818	43.0	0.0021716211616845007	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0106_000000010911	1901	0.5635121572409341	4	4	3	1	3	False	60069	maximal	True	ENG0106_000000010911	1.0		1	1	False	False	0.9700157642364502	0					non-mobilizable	plasmid	1682.0	100.0	100.0	0.009190161442871748	CP000603.1	enterobacteria	Yersinia pestis biovar Orientalis str. IP275 plasmid pIP1202, complete sequence	False	True
ISR0249_000000002587	5529	0.5635086211083301	6	5	3	5	2	False	27073	fragment	False	ISR0249_000000002587	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.4709102973526884e-05	CP026512.1	g-proteobacteria	Candidatus Pseudomonas adelgestsugas isolate HWA_ENA chromosome, complete genome	True	False
SPA0009_000000021705	1699	0.5635079610362349	2	2	1	2	2	False	109615	fragment	False	ISR0339_000000004178	0.15382827344896838		0	0	False	False	1.0	0					non-mobilizable	other	1699.0	99.529	100.0	0.00837625051796602	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0060_000000020261	1346	0.5635038514453146	3	3	3	2	1	False	35397	fragment	False	ISR0060_000000020261	1.0		0	0	False	False	0.9977712035179138	0					non-mobilizable	other	1350.0	92.59299999999999	100.0	0.00033049981231631577	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0061_000000003331	6003	0.5635037666624895	8	3	1	3	1	True	66804	maximal	True	ENG0061_000000003331	1.0		4	3	False	False	0.9971680641174316	0					non-mobilizable	no_good_hit	42.0	100.0	1.0	0.0004875844353534393	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0385_000000004217	4623	0.5635018593446908	7	6	4	3	4	True	116363	fragment	False	ISR0819_000000004621	0.48178205195662255		0	0	False	False	0.9965390563011169	0					non-mobilizable	plasmid	4623.0	99.935	100.0	0.13990797917423417	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0043_01_000000002790	4518	0.5635018593446908	7	6	4	3	4	True	116363	fragment	False	ISR0819_000000004621	0.31696059222577283		0	0	False	False	0.9973439574241638	0					non-mobilizable	plasmid	4451.0	99.93299999999999	99.0	0.13470153771643056	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
SPA0006_000000007580	4171	0.5635005797029832	5	5	5	5	5	False	49596	maximal	True	SPA0006_000000007580	1.0		80	7	False	False	0.99688321352005	0					non-mobilizable	other	4145.0	99.131	99.0	0.007940127149333405	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0070_000000014520	1749	0.5634947093023835	3	1	1	1	1	False	62368	maximal	True	ENG0070_000000014520	1.0		24	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0033_000000006062	4459	0.5634944130889691	4	3	2	3	2	False	73639	maximal	True	DEN0033_000000006062	1.0		1	1	False	False	0.9950661659240723	0					non-mobilizable	no_good_hit	79.0	82.27799999999999	2.0	0.0007571380182908606	NZ_FQZB01000017.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	False
ENG0169_000000015454	1560	0.5634937637030718	3	2	2	1	1	False	127822	maximal	True	ENG0169_000000015454	1.0		404	14	False	False	0.9891025424003601	0					non-mobilizable	chromosome	1126.0	97.069	100.0	0.00039698124872304365	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0108_000000019079	1129	0.5634937637030718	2	2	2	1	1	False	127813	fragment	False	ENG0034_000000009950	0.08079710144927536		0	0	False	False	0.996457040309906	0					non-mobilizable	chromosome	1129.0	94.42	100.0	0.0003980398653863051	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0133_000000019968	1171	0.5634929304875619	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.025246343590231972		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	88.40899999999999	100.0	0.0003534605267136335	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MAD0106_000000003906	4377	0.5634917407364957	6	4	4	2	2	False	93828	maximal	False	ISR0797_000000002527	0.9587075575027382		0	0	False	False	0.996116042137146	0					non-mobilizable	no_good_hit	2793.0	93.555	64.0	0.0864033186799579	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ENG0087_000000014877	1770	0.5634915564706454	2	2	2	2	2	False	61379	maximal	True	ENG0087_000000014877	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0007149477028995101	KX889125.1	diatoms	Didymosphenia geminata mitochondrion, complete genome	True	False
ISR0200_000000021283	1193	0.5634907960481581	2	2	2	1	1	False	83611	fragment	False	CHI0111_000000022430	0.7382823863846653		0	0	False	False	0.9505448341369629	0					non-mobilizable	chromosome	1198.0	82.554	100.0	0.00042168230419914417	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0087_000000011225	2807	0.5634892958682957	4	4	4	4	4	False	86502	maximal	False	MON0056_000000005869	0.899151809471249		0	0	False	False	0.999287486076355	0					non-mobilizable	other	2808.0	92.84200000000001	99.0	0.0012041048478834378	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
DEN0090_000000009928	2609	0.5634847421915453	4	3	2	2	2	False	68762	fragment	False	DEN0090_000000009928	1.0		0	0	False	False	0.9835186004638672	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.0001575845441079139	NZ_NSEB01000015.1	firmicutes	Bacillus onubensis strain 0911MAR22V3 22V3_trimmed_contig_15, whole genome shotgun sequence	True	False
FIJ0092_000000021291	1680	0.5634819715483969	3	3	3	3	2	False	125745	fragment	False	FIJ0092_000000021291	1.0		0	0	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit	1377.0	76.398	81.0	0.0005611996706307157	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	True	False
CHI0174_000000001978	8061	0.563481144991964	11	5	4	4	3	True	124666	maximal	True	CHI0174_000000001978	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2642.0	96.139	60.0	0.0008212995322948042	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0060_000000004206	3179	0.5634796364547342	4	3	3	2	2	False	61663	maximal	True	FIJ0060_000000004206	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit	1581.0	81.78399999999999	59.0	0.00041912315721760583	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
CHI0134_000000014919	1173	0.5634761485139984	2	2	2	2	2	False	80709	maximal	False	ENG0080_000000024279	0.9729095667939074		0	0	False	False	0.9982949495315552	0					non-mobilizable	other	1173.0	97.52799999999999	100.0	0.004202720293186358	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ENG0144_000000002365	8926	0.5634730817397429	5	3	2	2	1	False	57580	fragment	False	ENG0144_000000002365	0.9839035400332621		0	0	False	False	0.9998879432678223	0					non-mobilizable	other	8926.0	99.98899999999999	100.0	0.01601195559350982	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0223_000000023192	1378	0.5634703649620216	2	1	1	1	1	True	42404	fragment	False	ISR0206_000000016805	0.7967910371887946		0	0	False	False	0.992017388343811	0					non-mobilizable	no_good_hit	151.0	81.457	11.0	0.0004028987220052538	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
USA0019_01_000000022343	1364	0.5634703649620216	2	1	1	1	1	True	42404	fragment	False	ISR0206_000000016805	0.7911934958837853		0	0	False	False	0.9956011772155762	0					non-mobilizable	no_good_hit	151.0	81.457	11.0	0.0004028987220052538	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
DEN0079_000000026526	2187	0.5634641335223485	3	3	3	3	3	False	69552	maximal	True	DEN0079_000000026526	1.0		406	14	False	False	1.0	0					non-mobilizable	other	2228.0	78.007	100.0	0.0006646665433906486	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0821_000000025063	1314	0.5634631328552069	1	1	1	1	1	False	21215	maximal	True	ISR0821_000000025063	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	6.206573381868737e-06	NZ_KI421517.1	CFB group bacteria	Adhaeribacter aquaticus DSM 16391 AdhaqDRAFT_Scaffold1.4, whole genome shotgun sequence	True	False
CAN0022_000000009974	3006	0.5634623988541828	3	3	3	3	1	True	91320	fragment	False	CAN0022_000000009974	1.0		0	0	False	False	0.9996673464775085	0					non-mobilizable	chromosome	3005.0	98.96799999999999	99.0	0.000668543811874798	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
AST0014_000000007255	2344	0.5634579533351884	3	3	2	3	2	False	124353	fragment	False	FIJ0039_000000009941	0.580436883835534		0	0	False	False	0.9991467595100403	0					non-mobilizable	other	2345.0	97.78299999999999	100.0	0.013501215339776745	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0010_000000005605	2322	0.5634579533351884	3	3	2	3	2	False	124353	fragment	False	FIJ0039_000000009941	0.5805360272319269		0	0	False	False	0.9987080097198486	0					non-mobilizable	other	2322.0	98.794	100.0	0.013368737544207265	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ITA0005_000000007845	2316	0.5634579533351884	3	3	2	3	2	False	124353	fragment	False	FIJ0039_000000009941	0.5348696863702063		0	0	False	False	1.0	0					non-mobilizable	other	2317.0	98.18700000000001	100.0	0.013334178119276095	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0003_000000013468	2061	0.5634579533351884	3	3	2	3	2	False	124353	fragment	False	FIJ0039_000000009941	0.3625916271273159		0	0	False	False	0.9854439496994019	0					non-mobilizable	other	2061.0	97.76799999999999	100.0	0.011865402559701407	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0819_000000009098	2791	0.5634574120089151	4	3	3	3	3	False	106585	fragment	False	ENG0107_000000009843	0.98860891035613		0	0	False	False	0.9910426139831543	0					non-mobilizable	other	2791.0	100.0	100.0	0.0008449094508421687	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0045_01_000000005091	2737	0.5634574120089151	4	3	3	3	3	False	106585	fragment	False	ENG0107_000000009843	0.9852617336107468		0	0	False	False	0.9970771074295044	0					non-mobilizable	other	2737.0	99.306	100.0	0.0008287526273366598	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MON0103_000000012880	3565	0.5634559220434784	5	5	4	4	5	False	74092	fragment	False	MON0103_000000012880	1.0		0	0	False	False	0.999719500541687	0					non-mobilizable	chromosome	3565.0	99.77600000000001	100.0	0.0007224384852954173	CP048290.1	enterobacteria	Escherichia coli strain CVM N18EC0432 chromosome, complete genome	False	False
ISR0770_000000004588	2280	0.5634548225929614	4	3	3	3	1	False	22538	maximal	True	ISR0770_000000004588	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1974.0	99.949	87.0	0.0993054157439098	NZ_WEHX01000041.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_41_length_19868_cov_190.945015, whole genome shotgun sequence	True	False
CHI0004_000000000450	9517	0.5634529294202237	18	14	4	7	12	True	90876	fragment	False	CHI0004_000000000450	0.9950067616768958		0	0	False	False	1.0	0					non-mobilizable	other	9517.0	100.0	100.0	0.14409448818897638	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
SPA0077_000000002657	9516	0.5634529294202237	18	14	4	7	12	True	90876	fragment	False	CHI0004_000000000450	0.9949804928947166		0	0	False	False	1.0	0					non-mobilizable	other	9516.0	100.0	100.0	0.1440793458509994	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
SPA0073_000000001627	9516	0.5634529294202237	18	14	4	7	12	True	90876	fragment	False	CHI0004_000000000450	0.9949804928947166		0	0	False	False	1.0	0					non-mobilizable	other	9516.0	100.0	100.0	0.1440793458509994	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
USA0015_01_000000015818	2132	0.5634511577576005	3	3	3	3	3	False	75809	maximal	True	USA0015_01_000000015818	1.0		49	6	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	84.81	4.0	4.983678453066208e-05	CP037746.1	e-proteobacteria	Campylobacter volucris strain 2014D-0083 chromosome, complete genome	True	False
FIJ0023_000000028109	1244	0.5634496511806514	3	3	2	3	2	False	49298	maximal	True	FIJ0023_000000028109	1.0		1	1	False	False	0.9991961121559143	0					non-mobilizable	no_good_hit	739.0	97.564	60.0	0.0004974963395594529	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0280_000000003459	3025	0.5634481423334534	4	2	2	2	1	False	116304	fragment	False	SPA0112_000000010497	0.74490967349397		0	0	False	False	0.9973554015159607	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0392_000000014501	2280	0.5634465489738582	4	2	2	2	1	False	68823	maximal	True	ISR0392_000000014501	1.0		4	2	False	False	0.9942982196807861	0					non-mobilizable	no_good_hit								True	False
ISR0321_000000008759	1356	0.5634456415503135	2	2	1	2	1	False	120652	fragment	False	ENG0029_000000015479	0.6241139964152846		0	0	False	False	1.0	0					non-mobilizable	chromosome	878.0	93.28	99.0	0.00023502134218893037	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0074_000000007842	1769	0.5634415704846181	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.6850282995706519		0	0	False	False	0.9762578010559082	0					non-mobilizable	other	1768.0	100.0	100.0	0.000534272669549179	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0095_000000019437	1750	0.5634415704846181	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.6703196759117356		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	99.315	100.0	0.0004657363118101946	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0096_000000019510	1668	0.5634415704846181	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.4834246518022673		0	0	False	False	0.9946042895317078	0					non-mobilizable	other	1669.0	97.54299999999999	100.0	0.00044391323891394553	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0818_000000013632	1387	0.5634415704846181	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.28184476021658683		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	99.279	100.0	0.0003233564115557223	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0030_000000005018	1332	0.5634415704846181	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.2767166687162648		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	99.925	100.0	0.00040084493655446823	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
USA0043_01_000000007186	1307	0.5634415704846181	2	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.27420778713398		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	98.852	100.0	0.0013277107257880867	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0204_000000012010	1147	0.5634415704846181	2	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.06706523950108814		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	99.564	100.0	0.00030499075047684743	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
USA0034_01_000000016540	3348	0.5634413964913321	5	4	3	4	2	False	58640	maximal	True	USA0034_01_000000016540	1.0		13	5	False	False	0.9967144727706909	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	2.0	0.0004936723739372331	NZ_PVXQ01000007.1	firmicutes	Clostridium vincentii strain DSM 10228 CLVI_contig000007, whole genome shotgun sequence	True	False
ENG0136_000000005875	1941	0.5634407010650814	4	3	1	1	3	False	58031	fragment	False	ENG0136_000000005875	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1941.0	100.0	100.0	0.022494840101110827	MF156268.1	enterobacteria	Escherichia coli strain 3-S1R plasmid pCERC10, complete sequence	False	True
USA0135_01_000000003066	4691	0.5634334931473615	5	4	3	3	4	True	80773	maximal	True	USA0135_01_000000003066	1.0		10	5	False	False	0.9991472959518433	0					non-mobilizable	other	2904.0	98.588	99.0	0.0008061604767538086	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0076_000000013207	1327	0.5634326786057912	3	3	2	3	2	True	5725	fragment	False	SPA0076_000000013207	1.0		0	0	False	False	0.9359457492828369	0					non-mobilizable	no_good_hit	1022.0	82.387	77.0	0.034974626251542996	CP047417.1	firmicutes	Lactobacillus reuteri strain 1B plasmid unnamed, complete sequence	True	True
DEN0051_000000014091	3101	0.5634306250206744	4	4	3	4	3	False	107812	fragment	False	DEN0051_000000014091	1.0		0	0	False	False	0.9993550181388855	0					non-mobilizable	no_good_hit	455.0	71.429	14.0	0.00011754147412785936	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0095_000000007340	3776	0.5634186214706574	5	4	4	4	4	False	33423	maximal	True	ISR0095_000000007340	1.0		18	4	False	False	0.9997351765632629	0					non-mobilizable	other	3573.0	82.73200000000001	94.0	0.0015095613325016612	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0182_000000023576	1687	0.5634171133369532	2	2	2	2	2	False	29532	fragment	False	ISR0182_000000023576	1.0		0	0	False	False	0.9970361590385437	0					non-mobilizable	no_good_hit	623.0	82.18299999999999	37.0	0.0016572567431816106	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0114_000000021643	1836	0.5634154848512246	3	2	2	2	2	False	41856	maximal	True	FIJ0114_000000021643	1.0		13	1	False	False	0.9934640526771545	0					non-mobilizable	chromosome	1836.0	98.094	100.0	0.00035579970977601873	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
MON0090_000000049948	1248	0.5634131677833812	2	2	2	1	2	False	83611	fragment	False	CHI0111_000000022430	0.9406319495337568		0	0	False	False	1.0	0					non-mobilizable	chromosome	1248.0	95.913	100.0	0.0004197328990820068	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0119_01_000000004680	4598	0.5634124560732313	8	6	2	2	6	False	81818	maximal	True	USA0119_01_000000004680	1.0		14	4	False	False	0.9997825026512146	0					non-mobilizable	no_good_hit	3695.0	90.555	80.0	0.000592170370275168	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
AST0116_000000006008	4360	0.5634119109363521	6	6	6	6	5	False	121655	fragment	False	AST0040_000000003137	0.4637895604218182		0	0	False	False	1.0	0					non-mobilizable	other	4360.0	99.61	100.0	0.07207475398991152	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0062_000000005468	5780	0.5634098351638959	11	3	3	2	2	False	100799	fragment	False	SPA0062_000000005468	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1218.0	96.634	43.0	0.0002698686639168938	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
CHI0052_000000006303	2582	0.5634094354028412	2	2	2	2	1	False	86499	maximal	True	CHI0052_000000006303	1.0		2	1	False	False	1.0	0					non-mobilizable	other	2591.0	89.116	100.0	0.009824235903324045	NZ_PPDD01000012.1	firmicutes	Veillonella infantium strain T11011-4 Contig_12_len_263081, whole genome shotgun sequence	False	False
ISR0341_000000010668	1306	0.5634068254049722	3	3	3	1	1	False	24344	fragment	False	ISR0341_000000010668	1.0		0	0	False	False	0.990045964717865	0					non-mobilizable	other	1306.0	99.77	100.0	0.000538969564533242	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
ISR0778_000000004135	3074	0.5634052853650554	4	3	1	2	2	False	22376	maximal	True	ISR0778_000000004135	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	0.0006513018636114689	NC_019750.1	cyanobacteria	Stanieria cyanosphaera PCC 7437 plasmid pSTA7437.03, complete sequence	True	False
MAD0035_000000006333	3592	0.5634037490156479	5	3	2	3	3	False	98864	maximal	True	MAD0035_000000006333	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	3592.0	95.65700000000001	100.0	0.0006208238485245364	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ENG0092_000000005140	3925	0.5634034329580362	4	3	3	3	3	False	95792	maximal	True	ENG0092_000000005140	1.0		1128	15	False	False	1.0	0					non-mobilizable	other	3813.0	98.899	97.0	0.0011859067489044673	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0061_000000036055	1164	0.563402970934977	1	1	1	1	1	False	111781	fragment	False	AST0061_000000036055	0.9778837814397224		0	0	False	False	0.9922680258750916	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.7722310056478204e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CAN0014_000000043306	1153	0.563402970934977	1	1	1	1	1	False	111781	fragment	False	AST0061_000000036055	0.9733676975945017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0049_000000015135	1963	0.5634006917705195	2	2	2	2	2	False	36730	fragment	False	ISR0346_000000011556	0.9909328258712211		0	0	False	False	0.9994905591011047	0					non-mobilizable	no_good_hit	1497.0	99.46600000000001	89.0	0.0006213790960761737	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0123_000000008098	1394	0.5633988892795564	3	2	2	2	2	False	58963	fragment	False	ISR0809_000000004337	0.9621621621621621		0	0	False	False	0.9964131712913513	0					non-mobilizable	no_good_hit	496.0	99.395	74.0	0.0010890226516711548	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0081_000000000857	6277	0.5633948725057252	7	5	4	4	5	True	130120	fragment	False	MAD0081_000000000857	0.9544914246901002		0	0	False	False	1.0	0					non-mobilizable	other	6281.0	93.47200000000001	100.0	0.001949030897661723	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0129_000000011168	2385	0.5633939877999089	2	1	1	1	1	False	58543	maximal	True	ENG0129_000000011168	1.0		41	5	False	False	0.999161422252655	0					non-mobilizable	other	2384.0	98.7	99.0	0.0006764689851886506	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0003_000000019774	1346	0.5633891275681753	2	2	1	2	1	False	20080	fragment	False	MAD0003_000000019774	1.0		0	0	False	False	0.9955423474311829	0					non-mobilizable	no_good_hit	64.0	92.18799999999999	5.0	8.195033471508536e-06	NZ_CP041695.1	high GC Gram+	Nocardia otitidiscaviarum strain NEB252 chromosome, complete genome	True	False
MAD0017_000000001110	2703	0.5633880734350354	4	1	1	1	1	False	19382	fragment	False	MAD0017_000000001110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	0.0003931712364200724	NZ_GL891993.1	CFB group bacteria	Dysgonomonas gadei ATCC BAA-286 supercont1.15, whole genome shotgun sequence	True	False
CHI0047_000000002399	6205	0.5633831638955752	13	3	2	3	3	False	87003	maximal	True	CHI0047_000000002399	1.0		1	1	False	False	0.9956486821174622	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	8.72913356447267e-06	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
ISR0229_000000012334	1319	0.5633799394721424	2	2	2	2	2	False	27561	maximal	True	ISR0229_000000012334	1.0		30	7	False	False	0.9969673752784729	0					non-mobilizable	no_good_hit	1063.0	99.71799999999999	81.0	0.0011590789419062206	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0847_000000007791	3296	0.5633777679681589	3	2	1	2	2	False	131929	fragment	False	ISR0847_000000007791	0.9721414140688891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2672.0	81.362	80.0	0.1325562619840549	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
USA0001_01_000000004929	3176	0.5633777679681589	3	2	1	2	2	False	131929	fragment	False	ISR0847_000000007791	0.9630480698733449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2672.0	81.362	84.0	0.1325562619840549	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0005_000000008101	2957	0.5633777679681589	2	2	1	2	2	False	131929	fragment	False	ISR0847_000000007791	0.7041320965079108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2638.0	81.274	89.0	0.13099202744979313	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
AST0002_000000013776	2652	0.5633777679681589	2	2	1	2	2	False	131928	fragment	False	AST0002_000000013776	0.9898056237736883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2211.0	81.366	83.0	0.11015238671914421	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
USA0053_01_000000007810	2633	0.5633777679681589	2	2	1	2	2	False	131928	fragment	False	AST0002_000000013776	0.9897189652466655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2138.0	81.572	81.0	0.10646886668685034	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
SPA0094_000000005123	2616	0.5633777679681589	2	2	1	2	2	False	131928	fragment	False	AST0002_000000013776	0.987182680187565		0	0	False	False	0.9980886578559875	0					non-mobilizable	no_good_hit	2118.0	81.539	81.0	0.10545968311635887	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
USA0044_01_000000011172	2589	0.5633777679681589	2	2	1	2	2	False	131928	fragment	False	AST0002_000000013776	0.9854084227161057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2138.0	81.47800000000001	82.0	0.10646886668685034	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
USA0018_01_000000009548	2485	0.5633777679681589	2	2	1	2	2	False	131928	fragment	False	AST0002_000000013776	0.9665002201877904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2138.0	81.47800000000001	86.0	0.10646886668685034	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0183_000000011358	2482	0.5633777679681589	2	2	1	2	2	False	131928	fragment	False	AST0002_000000013776	0.9659359806189537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2138.0	81.431	86.0	0.10646886668685034	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
USA0084_01_000000013397	2452	0.5633777679681589	2	2	1	2	2	False	131928	fragment	False	AST0002_000000013776	0.9577776725781786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2118.0	81.492	86.0	0.10545968311635887	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
SPA0059_000000010865	2362	0.5633777679681589	2	2	1	2	2	False	107732	fragment	False	SPA0059_000000010865	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2319.0	81.932	98.0	0.11545060046422444	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
SPA0053_000000015116	2209	0.5633777679681589	2	2	1	2	2	False	107731	fragment	False	SPA0053_000000015116	0.9265470004723665		0	0	False	False	0.987324595451355	0					non-mobilizable	other	2090.0	79.952	94.0	0.10399636693914623	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ENG0070_000000011812	2117	0.5633777679681589	2	2	1	2	2	False	107731	fragment	False	SPA0053_000000015116	0.9087822544137618		0	0	False	False	0.999527633190155	0					non-mobilizable	other	2057.0	81.867	97.0	0.10243213240488445	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ISR0173_000000004667	2005	0.5633752746677554	2	1	1	0	1	False	29920	maximal	True	ISR0173_000000004667	1.0		638	11	False	False	1.0	0					non-mobilizable	chromosome	2005.0	99.85	100.0	0.00036805002541822533	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0103_000000003580	6654	0.5633751108592207	7	2	2	2	1	True	33072	maximal	True	ISR0103_000000003580	1.0		47	6	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	93.00399999999999	19.0	0.00031362762811209144	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0102_000000008943	1927	0.5633746453878627	2	2	2	2	1	True	33096	maximal	True	ISR0102_000000008943	1.0		8	5	False	False	1.0	0					non-mobilizable	other	1927.0	98.806	100.0	0.01317229304590469	NZ_SMBP01000005.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_105, whole genome shotgun sequence	False	True
ENG0175_000000002627	9032	0.5633713748151776	6	4	4	4	3	False	81710	maximal	True	ENG0175_000000002627	1.0		1	1	False	False	0.9997785687446594	0					non-mobilizable	no_good_hit	1031.0	96.508	12.0	0.000287997232539713	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0041_000000045403	1504	0.5633688675628182	2	2	2	2	1	False	53031	fragment	False	MAD0002_000000026286	0.9767336358938271		0	0	False	False	0.9740691781044006	0					non-mobilizable	other	1051.0	78.497	93.0	0.013865653064229023	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0083_000000024356	1485	0.5633680421240147	2	2	2	2	1	True	44060	maximal	True	FIJ0083_000000024356	1.0		37	4	False	False	0.9946128129959106	0					non-mobilizable	no_good_hit	143.0	75.524	9.0	2.7189752519666426e-05	CP045835.1	firmicutes	Lysinibacillus pakistanensis strain LZH-9 chromosome, complete genome	True	True
SPA0006_000000010961	2922	0.5633634892303777	4	3	3	2	3	False	8256	maximal	True	SPA0006_000000010961	1.0		8	3	False	False	0.9883641600608826	0					non-mobilizable	chromosome	2883.0	96.566	99.0	0.0009877321744673631	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
MON0086_000000011703	2643	0.5633578702177604	4	4	1	3	2	False	120303	fragment	False	MON0086_000000011703	0.9300073317641862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	76.322	31.0	0.00022985863693828295	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0135_000000009111	2415	0.5633578702177604	4	4	1	3	2	False	120303	fragment	False	MON0086_000000011703	0.9036363818203639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0334_000000007525	2686	0.5633558225441303	4	3	2	3	2	False	24512	maximal	True	ISR0334_000000007525	1.0		1	1	False	False	0.9955323934555054	0					non-mobilizable	no_good_hit	1011.0	77.05199999999999	37.0	0.005709434241790551	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
CHI0112_000000002967	5189	0.5633536784770191	6	3	2	3	3	False	115365	maximal	True	CHI0112_000000002967	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1902.0	87.59200000000001	52.0	0.0004192864652370571	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0339_000000005496	2626	0.5633519161472829	3	2	1	2	0	True	124711	fragment	False	ISR0339_000000005496	0.9432305891533359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	79.48100000000001	68.0	0.003305892266804952	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0018_000000011519	2563	0.5633519161472829	3	2	1	2	0	True	124711	fragment	False	ISR0339_000000005496	0.9325971058644327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	79.805	59.0	0.003146975244491748	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0046_000000012300	2469	0.5633519161472829	3	2	1	2	0	True	114332	fragment	False	SPA0046_000000012300	1.0		0	0	False	False	0.9931146502494812	0					non-mobilizable	no_good_hit	163.0	93.865	7.0	0.0003387441791413044	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0078_000000013188	2352	0.5633519161472829	4	2	1	2	0	True	69780	fragment	False	SPA0046_000000012050	0.9480493630573248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0391_000000006596	2176	0.5633519161472829	3	2	1	2	0	True	95567	fragment	False	ISR0391_000000006596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1545.0	77.79899999999999	70.0	0.003159521325200685	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0111_000000014586	2071	0.5633519161472829	3	2	1	2	0	True	91067	fragment	False	CHI0111_000000014586	1.0		0	0	False	False	0.9961371421813965	0					non-mobilizable	no_good_hit	1509.0	77.601	72.0	0.0030863358543985514	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0098_000000018712	1969	0.5633519161472829	3	2	1	2	0	True	124709	maximal	True	SPA0098_000000018712	1.0		0	0	False	False	0.9994921088218689	0					non-mobilizable	no_good_hit	1287.0	80.88600000000001	64.0	0.002634676948876812	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0045_000000020659	1961	0.5633519161472829	2	2	1	2	0	True	72906	fragment	False	DEN0045_000000020659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0101_000000033425	1928	0.5633519161472829	3	2	1	2	0	True	114331	fragment	False	MON0101_000000033425	1.0		0	0	False	False	0.9994813203811646	0					non-mobilizable	no_good_hit	163.0	92.63799999999999	8.0	0.0003387441791413044	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CAN0019_000000003312	1916	0.5633519161472829	3	2	1	2	0	True	91977	fragment	False	CAN0019_000000003312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	81.46	56.0	0.0017899075144750406	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0095_000000018112	1853	0.5633519161472829	3	2	1	2	0	True	91059	fragment	False	ISR0095_000000018112	0.9909831297265852		0	0	False	False	0.9973016977310181	0					non-mobilizable	no_good_hit	1438.0	76.565	76.0	0.0029378738993427944	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0815_000000017005	1831	0.5633519161472829	3	2	1	2	0	True	124707	maximal	True	ISR0815_000000017005	1.0		0	0	False	False	0.9716002345085144	0					non-mobilizable	no_good_hit	864.0	87.73100000000001	47.0	0.0017982715682809988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0106_000000014277	1820	0.5633519161472829	2	2	1	2	0	True	124715	fragment	False	ISR0106_000000014277	1.0		0	0	False	False	0.9884615540504456	0					non-mobilizable	no_good_hit	750.0	86.26700000000001	85.0	0.001559896034811192	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0092_000000030812	1806	0.5633519161472829	3	2	1	2	0	True	124710	fragment	False	MON0092_000000030812	1.0		0	0	False	False	0.9994462728500366	0					non-mobilizable	no_good_hit	861.0	85.134	69.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0065_000000014453	1784	0.5633519161472829	3	2	1	2	0	True	65279	fragment	False	MON0065_000000014453	1.0		0	0	False	False	0.9865471124649048	0					non-mobilizable	no_good_hit	868.0	76.152	47.0	0.0017982715682809988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0093_000000018380	1732	0.5633519161472829	3	2	1	2	0	True	15667	fragment	False	MAD0093_000000018380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1540.0	78.442	88.0	0.003159521325200685	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0005_000000020602	1719	0.5633519161472829	3	2	1	2	0	True	91059	fragment	False	ISR0095_000000018112	0.955477603885591		0	0	False	False	0.9994182586669922	0					non-mobilizable	no_good_hit	1462.0	76.607	84.0	0.0029880582221785434	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0004_000000026568	1676	0.5633519161472829	3	2	1	2	0	True	43225	fragment	False	MON0004_000000026568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	88.889	10.0	0.0003512902598502416	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0088_000000017093	1665	0.5633519161472829	2	2	1	2	0	True	114330	fragment	False	FIJ0088_000000017093	0.9687886279357232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	92.30799999999999	10.0	0.0003512902598502416	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0162_000000023962	1652	0.5633519161472829	2	2	1	2	0	True	72847	fragment	False	ISR0162_000000023962	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1673.0	78.063	99.0	0.0034229890200883663	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0090_000000037006	1650	0.5633519161472829	2	2	1	2	0	True	9551	fragment	False	MON0090_000000037006	1.0		0	0	False	False	0.9915151596069336	0					non-mobilizable	no_good_hit	801.0	89.63799999999999	48.0	0.0016707197477401371	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0233_000000010434	1640	0.5633519161472829	3	2	1	2	0	True	72851	maximal	True	ISR0233_000000010434	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1629.0	81.829	98.0	0.003347712535834743	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0011_01_000000022333	1618	0.5633519161472829	2	2	1	2	0	True	114330	fragment	False	FIJ0088_000000017093	0.9555555555555555		0	0	False	False	0.999381959438324	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00827966881324747	XM_030181190.1	moths	PREDICTED: Manduca sexta segmentation protein cap'n'collar-like (LOC115452605), mRNA	True	True
ISR0394_000000011810	1613	0.5633519161472829	2	2	1	2	0	True	124714	fragment	False	ISR0394_000000011810	0.9640013773454473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	86.544	47.0	0.0015766241424231082	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0188_000000015736	1613	0.5633519161472829	2	2	1	2	0	True	124714	fragment	False	ISR0394_000000011810	0.9487729509495081		0	0	False	False	0.9962802529335022	0					non-mobilizable	no_good_hit	763.0	83.87899999999999	83.0	0.0015849881962290663	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0093_000000023877	1576	0.5633519161472829	2	2	1	2	0	True	124714	fragment	False	ISR0394_000000011810	0.9487497416821657		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	78.706	99.0	0.0032724360515811197	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0312_000000011801	1548	0.5633519161472829	2	2	1	2	0	True	124708	fragment	False	ISR0312_000000011801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	80.251	86.0	0.0027664107963206526	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0082_000000022970	1543	0.5633519161472829	2	2	1	2	0	True	9911	fragment	False	MON0082_000000022970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	90.772	85.0	0.0027538647156117157	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0140_000000019731	1499	0.5633519161472829	2	2	1	2	0	True	80238	fragment	False	CHI0140_000000019731	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	77.60300000000001	96.0	0.0029817851818240747	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0045_000000029944	1422	0.5633519161472829	2	2	1	2	0	True	72846	fragment	False	DEN0045_000000029944	0.980667005660658		0	0	False	False	0.9957805871963501	0					non-mobilizable	no_good_hit	834.0	80.695	58.0	0.0017271771109303546	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0055_000000025929	1407	0.5633519161472829	2	2	1	2	0	True	124698	fragment	False	AST0055_000000025929	0.824349774684006		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	78.541	99.0	0.0029190547782793888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0234_000000010193	1403	0.5633519161472829	2	2	1	2	0	True	124698	fragment	False	AST0055_000000025929	0.3487425666067294		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	76.475	100.0	0.0029106907244734305	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0083_000000013020	1390	0.5633519161472829	2	2	1	2	0	True	124698	fragment	False	AST0055_000000025929	0.7009609567951616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	86.667	81.0	0.001559896034811192	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0094_000000028281	1381	0.5633519161472829	2	2	1	2	0	True	68303	fragment	False	DEN0094_000000028281	1.0		0	0	False	False	0.9971035718917847	0					non-mobilizable	no_good_hit								True	True
AST0012_000000017650	1356	0.5633519161472829	2	2	1	2	0	True	124698	fragment	False	AST0055_000000025929	0.44139655087609103		0	0	False	False	0.9970501661300659	0					non-mobilizable	no_good_hit	616.0	83.766	45.0	0.0012797002323115944	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0103_000000043461	1340	0.5633519161472829	2	2	1	2	0	True	8850	fragment	False	MON0103_000000043461	1.0		0	0	False	False	0.9791044592857361	0					non-mobilizable	other	1349.0	78.206	99.0	0.002764319782869163	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0389_000000016611	1339	0.5633519161472829	2	2	1	2	0	True	72846	fragment	False	DEN0045_000000029944	0.9270317512295079		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	75.991	100.0	0.002774774850126611	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0039_000000011387	1321	0.5633519161472829	2	2	1	2	0	True	18454	fragment	False	MAD0039_000000011387	1.0		0	0	False	False	0.9856169819831848	0					non-mobilizable	no_good_hit								True	True
ISR0373_000000012757	1318	0.5633519161472829	2	2	1	2	0	True	72846	fragment	False	DEN0045_000000029944	0.9555312097865968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0791_000000014123	1302	0.5633519161472829	2	2	1	2	0	True	124698	fragment	False	AST0055_000000025929	0.679931268220401		0	0	False	False	0.9992319345474243	0					non-mobilizable	other	1294.0	80.139	98.0	0.00264513201613426	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0379_000000019437	1297	0.5633519161472829	2	2	1	2	0	True	72846	fragment	False	DEN0045_000000029944	0.9082297877730924		0	0	False	False	0.9976869821548462	0					non-mobilizable	other	1307.0	75.976	99.0	0.002670224177552134	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0134_000000024797	1295	0.5633519161472829	2	2	1	2	0	True	43224	fragment	False	ISR0134_000000024797	1.0		0	0	False	False	0.9884169697761536	0					non-mobilizable	no_good_hit								True	True
AST0104_000000027373	1289	0.5633519161472829	2	2	1	2	0	True	107696	fragment	False	AST0104_000000027373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	78.654	78.0	0.00125460807089372	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0093_000000024823	1255	0.5633519161472829	2	2	1	2	0	True	124698	fragment	False	AST0055_000000025929	0.3328198945268564		0	0	False	False	0.9936255216598511	0					non-mobilizable	other	1273.0	77.69	99.0	0.00259912972020149	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0244_000000021650	1251	0.5633519161472829	2	2	1	2	0	True	72846	fragment	False	DEN0045_000000029944	0.8285644905784666		0	0	False	False	0.9880095720291138	0					non-mobilizable	no_good_hit	803.0	80.324	64.0	0.0016623556939341791	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0139_000000022888	1237	0.5633519161472829	2	2	1	2	0	True	72846	fragment	False	DEN0045_000000029944	0.8266837284187264		0	0	False	False	0.9959579706192017	0					non-mobilizable	no_good_hit	790.0	80.0	63.0	0.001635172519064815	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0116_000000021933	1228	0.5633519161472829	2	2	1	2	0	True	124698	fragment	False	AST0055_000000025929	0.35169926858582545		0	0	False	False	0.9991856813430786	0					non-mobilizable	other	1203.0	79.884	96.0	0.002459031818951691	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0225_000000018891	1212	0.5633519161472829	2	2	1	2	0	True	27663	fragment	False	ISR0225_000000018891	1.0		0	0	False	False	0.9991748929023743	0					non-mobilizable	no_good_hit	557.0	82.765	46.0	0.0011584214521252016	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0083_000000015446	1198	0.5633519161472829	2	2	1	2	0	True	72846	fragment	False	DEN0045_000000029944	0.5937362944767128		0	0	False	False	0.9991652965545654	0					non-mobilizable	no_good_hit	790.0	80.0	65.0	0.001635172519064815	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0786_000000012064	1195	0.5633519161472829	2	2	1	2	0	True	124698	fragment	False	AST0055_000000025929	0.3429175297837954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	783.0	84.163	65.0	0.0016288994787103466	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0393_000000015525	1177	0.5633519161472829	2	2	1	2	0	True	22767	fragment	False	ISR0393_000000015525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0093_000000016193	1173	0.5633519161472829	2	2	1	2	0	True	43222	fragment	False	FIJ0093_000000016193	0.9987998799879988		0	0	False	False	0.9889172911643982	0					non-mobilizable	no_good_hit								True	True
AST0052_000000021942	1168	0.5633519161472829	2	2	1	2	0	True	114329	fragment	False	ENG0154_000000027693	0.9396761133603239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0241_000000014438	1154	0.5633519161472829	2	2	1	2	0	True	43222	fragment	False	FIJ0093_000000016193	0.9934006188342619		0	0	False	False	0.9679375886917114	0					non-mobilizable	no_good_hit								True	True
ISR0334_000000019296	1133	0.5633519161472829	2	2	1	2	0	True	24492	fragment	False	ISR0334_000000019296	1.0		0	0	False	False	0.9814651608467102	0					non-mobilizable	no_good_hit								True	True
MAD0051_000000009385	3024	0.5633489947814175	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.75350809238169	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	2.0	0.0001781807224180172	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
ISR0330_000000013441	2193	0.5633460373590385	3	3	3	3	3	False	101420	maximal	True	ISR0330_000000013441	0.9908382959230417		774	14	False	False	0.9895120859146118	0					non-mobilizable	other	2175.0	99.678	99.0	0.011357046958829399	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ISR0775_000000001579	9550	0.5633459779145047	15	10	8	10	8	False	101203	maximal	True	ISR0775_000000001579	1.0		60	12	False	False	1.0	0					non-mobilizable	chromosome	9550.0	99.654	100.0	0.003244739827864666	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0294_000000004770	3987	0.5633417331072981	3	3	3	2	2	True	120782	fragment	False	ISR0294_000000004770	0.9437463880583754		0	0	False	False	0.9984951019287109	0					non-mobilizable	other	3967.0	95.21	99.0	0.006322084851888966	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0815_000000007719	3927	0.5633417331072981	3	3	3	2	2	True	120782	fragment	False	ISR0294_000000004770	0.8753137043530964		0	0	False	False	1.0	0					non-mobilizable	other	3933.0	95.449	100.0	0.006267831725951504	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0376_000000005630	3781	0.5633417331072981	4	3	3	2	2	True	120782	fragment	False	ISR0294_000000004770	0.807606362217371		0	0	False	False	0.9997355341911316	0					non-mobilizable	other	3744.0	95.11200000000001	99.0	0.001387268902977301	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0016_01_000000004987	3584	0.5633417331072981	3	3	3	2	2	True	110092	fragment	False	USA0016_01_000000004987	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3589.0	91.53	100.0	0.0013297289832659065	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
USA0048_01_000000004369	3517	0.5633417331072981	3	3	3	2	2	True	120782	fragment	False	ISR0294_000000004770	0.6647547610461053		0	0	False	False	0.9997156858444214	0					non-mobilizable	other	3508.0	96.351	100.0	0.0013018870866313608	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
CAN0003_000000014227	3476	0.5633417331072981	4	3	3	2	2	True	120782	fragment	False	ISR0294_000000004770	0.14400173907642622		0	0	False	False	0.997123122215271	0					non-mobilizable	other	3480.0	91.868	100.0	0.0055417972464942905	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
ISR0075_000000016065	1660	0.5633383185697682	2	2	2	2	2	False	34632	maximal	True	ISR0075_000000016065	1.0		679	14	False	False	0.9897590279579163	0					non-mobilizable	other	1660.0	99.88	100.0	0.020233187794228846	NZ_CYYV01000014.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0107_000000002404	7469	0.5633366255566989	7	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.999608987465329	PS717	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	410.0	90.0	9.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
ISR0120_000000003164	7469	0.5633366255566989	7	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.999608987465329	PS717	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	410.0	90.0	8.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
AUS0020_000000003397	7449	0.5633366255566989	8	2	0	2	1	False	112193	backbone	True	AUS0020_000000003397	0.9996869840042203	PS717	40	8	True	True	1.0	23					non-mobilizable	no_good_hit	410.0	90.0	8.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
ISR0109_000000003406	7449	0.5633366255566989	7	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.9996869840042203	PS717	0	0	True	True	0.9995972514152527	10					non-mobilizable	no_good_hit	410.0	90.0	8.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
ENG0039_000000002685	7448	0.5633366255566989	8	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.9995523366977394	PS717	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	410.0	90.0	8.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
AST0094_000000002473	7429	0.5633366255566989	8	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.999686740513224	PS717	0	0	True	True	0.9991923570632935	30					non-mobilizable	no_good_hit	318.0	90.25200000000001	9.0	0.0001335707358814672	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
FIJ0008_000000003600	7429	0.5633366255566989	8	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.9995746866187836	PS717	0	0	True	True	0.9998654127120972	2					non-mobilizable	no_good_hit	410.0	90.0	8.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
AST0061_000000004583	7429	0.5633366255566989	7	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.9995746866187836	PS717	0	0	True	True	0.9997307658195496	11					non-mobilizable	no_good_hit	410.0	90.0	8.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
ISR0346_000000002130	7429	0.5633366255566989	8	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.999686740513224	PS717	0	0	True	True	0.9998654127120972	2					non-mobilizable	no_good_hit	410.0	90.0	8.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
AUS0018_000000003487	7429	0.5633366255566989	7	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.9995746866187836	PS717	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	374.0	91.711	8.0	0.0001581647126469437	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
ETH0001_000000002748	7327	0.5633366255566989	7	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.9918804212942781	PS717	0	0	True	True	0.9964514970779419	1					non-mobilizable	no_good_hit	410.0	90.0	8.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
ISR0013_000000004135	5477	0.5633366255566989	4	2	0	2	1	False	61129	fragment	False	ISR0013_000000004135	0.9857445578886534		0	0	False	False	0.9981741905212402	0					non-mobilizable	no_good_hit	410.0	90.0	11.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ENG0092_000000003632	5191	0.5633366255566989	5	2	0	2	1	False	61129	fragment	False	ISR0013_000000004135	0.9603797699470513		0	0	False	False	0.9951839447021484	0					non-mobilizable	no_good_hit	410.0	90.0	11.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0069_000000023211	1115	0.5633351201649952	2	2	2	2	0	False	34921	maximal	True	ISR0069_000000023211	1.0		7	6	False	False	1.0	0					non-mobilizable	chromosome	962.0	93.867	100.0	0.00021387170546327593	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0196_000000001744	9185	0.5633316939540427	11	8	6	8	4	True	28996	fragment	False	ISR0196_000000001744	1.0		0	0	False	False	0.9990201592445374	0					non-mobilizable	no_good_hit	5386.0	98.756	88.0	0.07443997066677736	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
DEN0010_000000004192	8886	0.5633294130732025	18	7	2	6	5	False	76050	maximal	True	DEN0010_000000004192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	76.169	25.0	0.03160679808356971	JQ680373.1	viruses	Unidentified phage clone 2209_scaffold64 genomic sequence	True	False
ISR0042_000000005141	4725	0.5633271776322276	3	2	2	2	2	False	36383	maximal	True	ISR0042_000000005141	1.0		0	0	False	False	0.9961904883384705	0					non-mobilizable	no_good_hit	1388.0	96.83	29.0	0.0008874838486275742	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0015_000000022094	1229	0.5633270953794788	2	2	2	1	1	False	37953	fragment	False	ISR0015_000000022094	1.0		0	0	False	False	0.9877949357032776	0					non-mobilizable	other	1229.0	98.779	100.0	0.0014436426819777433	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0069_000000001800	12396	0.5633264014699335	22	17	7	10	11	False	105138	maximal	True	ENG0069_000000001800	1.0		34	7	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	77.419	18.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0034_01_000000019106	2845	0.5633250458811764	4	4	4	4	3	False	70319	fragment	False	DEN0083_000000009575	0.9856469741625867		0	0	False	False	0.9996485114097595	0					non-mobilizable	no_good_hit	1248.0	73.077	43.0	0.00041064485716122556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0164_000000003038	5742	0.5633242799993744	8	5	3	3	5	False	111916	maximal	True	ENG0164_000000003038	1.0	PS714	28	10	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0107_000000001854	6261	0.5633239127806565	6	4	3	3	4	False	83026	maximal	True	CHI0107_000000001854	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	76.547	24.0	0.00044716616132302615	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0121_000000005971	4359	0.5633236118174293	6	6	6	6	5	False	80531	maximal	True	FIJ0121_000000005971	1.0		34	5	False	False	1.0	0					non-mobilizable	chromosome	4368.0	87.866	100.0	0.002024540735662418	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0019_000000012363	2356	0.5633175319003859	3	3	2	2	2	False	7761	maximal	True	SPA0019_000000012363	1.0		226	12	False	False	1.0	0					non-mobilizable	no_good_hit	1390.0	99.137	60.0	0.0003091236200712698	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0087_01_000000009918	1589	0.5633079815003559	3	2	1	2	1	False	419	maximal	True	USA0087_01_000000009918	1.0		7	4	False	False	0.9981120228767395	0					non-mobilizable	no_good_hit	627.0	77.352	39.0	0.003372672093454074	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0315_000000000348	20654	0.5633055621392657	25	9	5	8	2	True	108412	fragment	False	ISR0315_000000000348	0.9482108303846216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	79.22800000000001	4.0	0.007185001513924009	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MON0035_000000019859	1465	0.5633007855391985	2	2	2	2	1	False	124909	fragment	False	AST0012_000000014506	0.7043649210781241		0	0	False	False	0.9952218532562256	0					non-mobilizable	no_good_hit	178.0	78.652	12.0	0.0003680183674621579	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0107_000000008940	3480	0.5632981344330237	5	4	4	4	4	False	94377	fragment	False	SPA0107_000000008940	0.9790301915687303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1266.0	75.434	36.0	0.03960741964172278	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0092_000000022971	1578	0.5632975930343669	3	1	1	1	1	False	43292	maximal	True	FIJ0092_000000022971	1.0		1	1	False	False	0.9942965507507324	0					non-mobilizable	no_good_hit								True	False
FIJ0162_000000009636	2341	0.563297310458977	5	4	4	4	3	False	39236	fragment	False	FIJ0162_000000009636	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2341.0	98.334	100.0	0.004483566006139037	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
CHI0117_000000001572	9827	0.5632971043797276	7	7	6	5	6	False	82120	maximal	True	CHI0117_000000001572	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	9475.0	98.28	100.0	0.0013380640883684475	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
TAN0017_000000000019	97173	0.5632922549309262	94	12	5	9	4	False	2508	maximal	True	TAN0017_000000000019	1.0		2	1	True	True	0.9999382495880127	96					non-mobilizable	no_good_hit	1469.0	78.557	6.0	0.01616253624073848	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	True
ISR0092_000000001603	10458	0.563290268477719	14	6	4	5	3	True	70800	maximal	True	ISR0092_000000001603	1.0		1	1	False	False	0.9969401359558105	0					non-mobilizable	no_good_hit	997.0	99.699	10.0	0.00027727320179559453	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0230_000000004547	5819	0.5632897093513337	5	3	0	2	2	False	27554	maximal	True	ISR0230_000000004547	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0193_000000014821	1340	0.5632894039600148	2	2	2	2	1	False	54573	maximal	True	ENG0193_000000014821	1.0		1	1	False	False	0.9738805890083313	0					non-mobilizable	no_good_hit	175.0	81.714	13.0	4.776424457514815e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0153_000000013209	2149	0.5632879850955531	4	3	3	3	3	False	50115	fragment	False	ISR0153_000000013209	0.9970544918998527		0	0	False	False	1.0	0					non-mobilizable	other	2149.0	100.0	100.0	0.0005215102334243872	AP023205.1	enterobacteria	Escherichia coli TUM18781 DNA, complete genome	False	False
DEN0031_000000023902	1447	0.5632835280648859	2	1	1	1	1	False	73716	maximal	True	DEN0031_000000023902	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0043_000000012549	1761	0.5632826622473323	3	3	3	3	2	False	76607	fragment	False	ISR0043_000000012549	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1761.0	99.71600000000001	100.0	0.02765990884802766	NZ_JAAIUL010000023.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_23_length_63630_cov_356.789, whole genome shotgun sequence	False	False
ISR0377_000000000862	10383	0.5632790088295611	21	4	2	4	1	False	79486	maximal	True	ISR0377_000000000862	1.0		9	5	False	False	0.9983627200126648	0					non-mobilizable	no_good_hit	1133.0	99.117	11.0	0.00027754138541696545	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0015_000000007441	3889	0.5632785297232465	3	3	3	3	1	True	50374	maximal	True	FIJ0015_000000007441	1.0		6	3	False	False	0.999742865562439	0					non-mobilizable	no_good_hit	2914.0	98.97	75.0	0.0007806353133367779	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
DEN0082_000000017680	2287	0.5632784115460938	3	3	1	3	0	True	69271	maximal	True	DEN0082_000000017680	1.0		1	1	False	False	0.990817666053772	0					non-mobilizable	no_good_hit	895.0	89.385	39.0	0.0002672684891348184	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
USA0022_01_000000003646	2011	0.5632780330936297	3	2	2	1	1	False	1727	maximal	True	USA0022_01_000000003646	1.0		5	3	False	False	0.9850820302963257	0					non-mobilizable	no_good_hit	155.0	88.387	16.0	6.721782372256672e-05	CP024705.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 2653 chromosome, complete genome	True	False
MAD0091_000000009127	1748	0.5632765692024959	3	2	1	2	1	False	15745	fragment	False	MAD0091_000000009127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	91.32700000000001	55.0	0.00018961149785529834	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
AST0002_000000010064	3515	0.5632721717316342	5	3	3	3	3	False	132114	fragment	False	AST0002_000000010064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000024278	1404	0.5632641463130824	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.11206978759683182		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	78.141	99.0	0.03258038547142113	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0083_000000009575	2897	0.5632622924988133	4	4	4	4	4	False	70319	fragment	False	DEN0083_000000009575	0.9906917462277743		0	0	False	False	0.9861925840377808	0					non-mobilizable	no_good_hit	1247.0	72.815	42.0	0.00041064485716122556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0077_000000012388	1651	0.5632602172165799	1	1	1	1	1	False	62009	fragment	False	ENG0077_000000012388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000020329	1458	0.5632540299162314	2	2	2	2	1	False	105694	fragment	False	USA0080_01_000000026311	0.6200248756218906		0	0	False	False	0.9890260696411133	0					non-mobilizable	chromosome	1075.0	99.44200000000001	100.0	0.00036494403341990277	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0104_000000016745	2212	0.5632500064834356	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.16810344578729983		0	0	False	False	0.9891501069068909	0					non-mobilizable	other	2212.0	97.42299999999999	100.0	0.0006878383582968985	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0137_000000006472	2358	0.56324607538749	3	3	2	2	2	False	80521	maximal	True	CHI0137_000000006472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	100.0	79.0	0.006698752578332187	CP030345.1	enterobacteria	Enterobacter hormaechei strain AR_038 plasmid unnamed1	True	False
SPA0017_000000011852	1110	0.5632429367027124	1	1	1	1	1	False	7815	maximal	True	SPA0017_000000011852	1.0		3	1	False	False	0.9882882833480835	0					non-mobilizable	no_good_hit	614.0	99.023	88.0	0.00019685678893767777	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
MAD0047_000000009128	4213	0.5632370435905759	6	3	0	3	1	True	74792	maximal	True	MAD0047_000000009128	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	96.552	2.0	1.932544041661581e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	True
ISR0071_000000004006	1921	0.5632362386386918	3	2	2	2	1	False	120656	fragment	False	ISR0071_000000004006	0.9657980456026058		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	92.258	99.0	0.04576346310113023	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
MAD0057_000000010068	1575	0.5632346811661572	3	3	3	2	2	False	16985	maximal	True	MAD0057_000000010068	1.0		61	8	False	False	0.9866666793823242	0					non-mobilizable	no_good_hit	909.0	84.818	58.0	0.0011607230742287518	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ISR0180_000000009924	2289	0.5632339446871621	3	1	1	1	1	False	29639	maximal	True	ISR0180_000000009924	1.0		37	9	False	False	0.9925732016563416	0					non-mobilizable	no_good_hit	1016.0	96.161	44.0	0.0003250072766407504	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0191_000000021846	1481	0.5632335733771154	2	2	2	2	2	False	58393	fragment	False	ENG0191_000000021846	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1481.0	97.704	100.0	0.012563453931172646	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0136_000000006244	5832	0.5632309896066333	5	4	3	4	4	False	89463	fragment	False	CHI0148_000000001882	0.9836667163136313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3616.0	99.97200000000001	62.0	0.1838478360372273	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
MON0088_000000000280	28332	0.563229698239662	33	7	6	6	6	False	9657	maximal	True	MON0088_000000000280	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	0.0	4.102121047731946e-05	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
TAN0009_000000020192	1996	0.5632283312676453	4	3	3	2	1	False	2690	maximal	True	TAN0009_000000020192	1.0		5	2	False	False	0.9914829730987549	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
FIJ0149_000000020727	1315	0.5632279983055366	3	2	2	1	1	False	84292	fragment	False	FIJ0149_000000020727	1.0		0	0	False	False	0.980988621711731	0					non-mobilizable	chromosome	1315.0	98.251	100.0	0.00036776322989036234	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0108_000000014659	1962	0.5632251389358149	4	4	2	4	4	False	113677	fragment	False	SPA0108_000000014659	0.9546419098143236		0	0	False	False	1.0	0					non-mobilizable	other	1962.0	93.17	100.0	0.0006088193881442923	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0141_000000008267	3345	0.5632233556749594	4	4	4	4	4	False	96706	maximal	True	CHI0141_000000008267	0.9972842486421243		8	3	False	False	1.0	0					non-mobilizable	other	3345.0	99.522	100.0	0.0010551978275041857	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CHI0130_000000012338	1366	0.5632218603893008	3	3	3	2	1	False	81085	fragment	False	CHI0130_000000012338	1.0		0	0	False	False	0.9897511005401611	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.008976063829787235	XM_022790892.1	mites & ticks	PREDICTED: Varroa destructor zinc finger protein OZF-like (LOC111244148), mRNA	True	False
USA0044_01_000000015986	1732	0.5632191604808484	3	3	3	3	2	False	78323	maximal	False	ENG0039_000000011778	0.569453837683642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	79.439	6.0	2.7491972214434272e-05	NC_015577.1	spirochetes	Treponema azotonutricium ZAS-9, complete sequence	True	False
SPA0035_000000016345	1279	0.5632187589461254	2	2	2	1	1	False	15461	fragment	False	SPA0035_000000016345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0790_000000006201	2582	0.5632181394644095	5	2	1	2	2	False	22077	fragment	False	ISR0790_000000006201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000010678	2586	0.5632167426441296	4	3	2	3	2	False	50644	maximal	True	FIJ0013_000000010678	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	82.927	5.0	0.00014703365624495326	NZ_AUQY01000002.1	firmicutes	Peptoniphilus mikwangii strain ChDC B134 contig_1, whole genome shotgun sequence	True	False
USA0005_01_000000002335	13087	0.5632164203301482	20	6	2	6	2	False	80368	fragment	False	USA0005_01_000000002335	1.0		0	0	False	False	0.9983189702033997	0					non-mobilizable	no_good_hit								True	False
SPA0137_000000013097	2793	0.5632120085832761	5	5	4	3	4	False	85351	fragment	False	SPA0137_000000013097	0.9879676677991741		0	0	False	False	1.0	0					non-mobilizable	other	2794.0	99.678	100.0	0.0012696649184718745	CP015283.1	firmicutes	Streptococcus salivarius strain ATCC 25975, complete genome	False	False
SPA0001_000000024502	1365	0.5632099024617963	1	1	0	1	1	False	8431	fragment	False	SPA0001_000000024502	1.0		0	0	False	False	1.0	0	IncFIA,IncFII				non-mobilizable	plasmid	1365.0	97.58200000000001	100.0	0.009521216817093515	CP051224.1	enterobacteria	Escherichia coli strain SCZE5 plasmid pSCZE2	False	True
ENG0041_000000017319	1387	0.5632098765917258	2	1	1	1	1	True	64746	maximal	True	ENG0041_000000017319	1.0		4	3	False	False	0.9927902221679688	0					non-mobilizable	other	870.0	94.598	100.0	0.0003642697104915126	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ISR0301_000000016887	1202	0.5632069035019142	1	1	1	1	1	True	119644	fragment	False	ISR0301_000000016887	0.9809871700511241		0	0	False	False	0.9808652400970459	0					non-mobilizable	other	1202.0	94.84200000000001	100.0	0.00023185507223994007	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
ENG0198_000000018549	1135	0.5632038220119115	2	1	1	1	1	False	54316	maximal	True	ENG0198_000000018549	1.0		340	15	False	False	0.9779735803604126	0					non-mobilizable	other	1134.0	98.236	99.0	0.016356995394632364	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0281_000000011358	1588	0.5632036877615194	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.18177144126125744		0	0	False	False	0.999370276927948	0					non-mobilizable	other	1598.0	80.726	100.0	0.003791987912130487	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ENG0075_000000012633	1953	0.5632031905479948	1	1	0	1	0	False	62099	maximal	True	ENG0075_000000012633	1.0		3	2	False	False	0.9754224419593811	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	9.16649910700557e-05	NZ_AULQ01000005.1	CFB group bacteria	Mesoflavibacter zeaxanthinifaciens DSM 18436 H574DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
AST0092_000000008077	1793	0.5632031905479948	1	1	0	1	0	False	109654	maximal	True	AST0092_000000008077	1.0		2	2	False	False	0.9994422793388367	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000022716	1683	0.5632031905479948	1	1	0	1	0	False	51697	maximal	True	FIJ0006_000000022716	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1678.0	80.98899999999999	98.0	0.028762518626329833	CP054155.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B502, complete sequence	False	True
ISR0776_000000015673	1519	0.5632031905479948	1	1	0	1	0	False	55500	fragment	False	ISR0776_000000015673	0.9494268374915711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	9.16649910700557e-05	NZ_AULQ01000005.1	CFB group bacteria	Mesoflavibacter zeaxanthinifaciens DSM 18436 H574DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
MON0037_000000050728	1483	0.5632031905479948	1	1	0	1	0	False	55500	fragment	False	ISR0776_000000015673	0.9387755102040816		0	0	False	False	0.9568442106246948	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	0.00010053579665748046	NZ_AULQ01000005.1	CFB group bacteria	Mesoflavibacter zeaxanthinifaciens DSM 18436 H574DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0323_000000016456	1351	0.5632031905479948	1	1	0	1	0	False	24968	fragment	False	ISR0323_000000016456	1.0		0	0	False	False	0.9918578863143921	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	9.16649910700557e-05	NZ_AULQ01000005.1	CFB group bacteria	Mesoflavibacter zeaxanthinifaciens DSM 18436 H574DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
DEN0035_000000000979	19333	0.5632027624027613	19	10	7	9	7	True	73525	maximal	True	DEN0035_000000000979	1.0		4	3	False	False	0.999948263168335	0					non-mobilizable	no_good_hit	5952.0	97.833	68.0	0.0016960836974111416	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
ENG0097_000000002354	11839	0.5631986838867956	17	4	0	4	0	False	60797	maximal	True	ENG0097_000000002354	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0024_000000005706	1637	0.563198020216499	2	2	2	2	2	True	74321	maximal	True	DEN0024_000000005706	1.0		30	7	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	72.31	74.0	0.00018388342673385523	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MAD0062_000000011973	1245	0.5631967419991346	2	2	0	1	2	False	16750	fragment	False	MAD0062_000000011973	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	1245.0	99.759	100.0	0.016912054597115162	CP042952.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_1, complete sequence	False	True
CHI0052_000000003575	4315	0.5631909045465221	8	5	1	3	3	True	86519	maximal	True	CHI0052_000000003575	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4319.0	90.762	99.0	0.0024839949523097226	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
FIJ0012_000000017933	1401	0.5631901178897326	2	1	0	1	1	False	50715	maximal	True	FIJ0012_000000017933	1.0		0	0	False	False	0.9800142645835876	0					non-mobilizable	no_good_hit	1100.0	98.727	78.0	0.000182638385137656	LR607327.1	enterobacteria	Klebsiella michiganensis strain 4928STDY7071292 genome assembly, chromosome: 1	True	False
CHI0137_000000016300	1109	0.5631901178897326	2	1	0	1	1	False	80442	fragment	False	CHI0137_000000016300	1.0		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	1076.0	98.792	97.0	0.009550476632097092	CP023840.1	enterobacteria	Klebsiella pneumoniae strain 4/1-2 plasmid p4_1_2.1, complete sequence	False	True
ENG0046_000000008032	2347	0.5631890372471512	3	3	3	2	2	False	64438	fragment	False	ENG0046_000000008032	0.9642886940473462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	74.732	27.0	0.002470386055361198	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0058_000000006960	4303	0.5631884978490355	3	3	3	2	1	False	99660	fragment	False	ENG0058_000000006960	1.0		0	0	False	False	0.9962816834449768	0					non-mobilizable	no_good_hit	1270.0	73.70100000000001	29.0	0.00041817535152134265	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
MON0061_000000016232	2727	0.563186080202652	4	3	0	3	0	True	10836	maximal	True	MON0061_000000016232	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0022_000000000679	31008	0.5631800227053572	26	23	23	21	21	False	116500	maximal	True	ENG0022_000000000679	1.0		25	8	False	False	1.0	0					non-mobilizable	no_good_hit	2992.0	74.432	13.0	0.004283332583653398	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
MON0034_000000003995	4831	0.5631758440894392	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.7853333266089594		0	0	False	False	0.9997929930686951	0					non-mobilizable	other	4831.0	99.73100000000001	100.0	0.08877490991984704	MK359991.1	firmicutes	Streptococcus suis strain SC216 ICESsuSC216 sequence	False	True
MON0035_000000020395	1429	0.5631733977379786	3	2	2	2	1	False	12199	fragment	False	MON0035_000000020395	1.0		0	0	False	False	0.9629111289978027	0					non-mobilizable	no_good_hit	615.0	76.748	43.0	0.00021566507532518858	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0791_000000006201	2862	0.5631724916028192	4	2	2	2	1	True	74761	fragment	False	ENG0029_000000007976	0.8044861681572044		0	0	False	False	0.99790358543396	0					non-mobilizable	no_good_hit								True	True
ISR0796_000000008007	2848	0.5631724916028192	4	2	2	2	1	True	74761	fragment	False	ENG0029_000000007976	0.802659947410988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0001_01_000000005714	2778	0.5631724916028192	4	2	2	2	1	True	74761	fragment	False	ENG0029_000000007976	0.7854119884164786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0074_000000015285	1943	0.5631721537123698	3	3	2	3	3	False	34715	maximal	True	ISR0074_000000015285	0.9841703056768558		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	80.0	4.0	1.605728931288731e-05	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	False
ISR0021_000000012496	1887	0.5631687941704212	2	2	2	2	2	False	115980	fragment	False	ISR0021_000000012496	0.9515415189407113		0	0	False	False	0.9798622131347656	0					non-mobilizable	no_good_hit	1093.0	90.027	58.0	0.00024706709636431265	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0029_000000001392	7750	0.5631671805872193	13	12	5	5	11	False	88629	fragment	False	CHI0029_000000001392	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7750.0	100.0	100.0	0.16386821180849265	LR130559.1	enterobacteria	Escherichia coli strain MS14385 genome assembly, plasmid: 5	False	True
DEN0011_000000012348	3380	0.5631654045822669	6	3	1	3	2	False	75753	maximal	True	DEN0011_000000012348	1.0		2	2	False	False	0.994674563407898	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0017897388307039639	XM_004988496.1	choanoflagellates	Salpingoeca rosetta dynein heavy chain 10 (PTSG_10214), mRNA	True	False
FIJ0172_000000012059	2249	0.5631653729636655	4	4	3	4	1	False	38737	maximal	True	FIJ0172_000000012059	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	98.943	21.0	0.00014893940627451425	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MON0005_000000023020	2330	0.5631651926396382	4	3	3	3	3	False	33203	maximal	True	MON0005_000000023020	1.0		14	6	False	False	0.9811158776283264	0					non-mobilizable	chromosome	1398.0	99.07	100.0	0.0005917147231922946	CP060588.1	high GC Gram+	Bifidobacterium longum strain LC67 chromosome, complete genome	False	False
FIJ0101_000000006973	3984	0.5631562562891996	5	3	3	3	3	False	71695	maximal	True	FIJ0101_000000006973	0.9817032065886222		48	6	False	False	0.9997490048408508	0					non-mobilizable	other	2136.0	99.29799999999999	100.0	0.002600940236850024	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0039_000000025332	1901	0.5631525589438069	4	3	3	2	2	False	91051	fragment	False	MON0039_000000025332	1.0		0	0	False	False	0.9715939164161682	0					non-mobilizable	other	1891.0	97.40899999999999	99.0	0.020541245516791654	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0010_000000032167	1447	0.5631489280415112	4	1	1	1	1	False	75884	maximal	True	DEN0010_000000032167	1.0		10	3	False	False	0.9792674779891968	0					non-mobilizable	no_good_hit								True	False
ENG0160_000000003769	5815	0.5631460910152779	5	4	4	3	3	False	112807	maximal	True	ENG0160_000000003769	1.0	PS721	2	2	False	True	0.9883061051368713	0					non-mobilizable	no_good_hit	2638.0	73.806	45.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0052_000000009999	2259	0.5631428400365999	3	2	2	2	2	False	114567	maximal	True	AST0052_000000009999	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	2259.0	99.734	100.0	0.0010742773843201176	CP050919.1	firmicutes	Limosilactobacillus fermentum strain HFD1 chromosome, complete genome	False	False
ENG0177_000000000610	23219	0.5631414182398691	23	17	11	13	12	False	128532	maximal	True	ENG0177_000000000610	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	6347.0	94.47	43.0	0.002124245650446307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0085_000000022175	1394	0.5631397573106812	2	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.43472761911928526		0	0	False	False	0.9856528043746948	0					non-mobilizable	other	1381.0	97.61	99.0	0.0006677466743312372	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
AST0016_000000002462	9437	0.5631396810466457	18	5	3	5	3	True	123945	fragment	False	AST0016_000000002462	1.0		0	0	False	False	0.9981985688209534	0					non-mobilizable	no_good_hit	88.0	92.045	1.0	0.0013626136831764743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0146_000000018622	2193	0.5631392414026904	2	2	2	1	1	False	31010	fragment	False	ISR0146_000000018622	1.0		0	0	False	False	0.9968080520629883	0					non-mobilizable	chromosome	2121.0	99.67	97.0	0.00043802313547291105	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
MON0047_000000002451	11173	0.5631353843966693	13	8	7	5	7	True	87272	maximal	True	MON0047_000000002451	0.9664139502678631		75	10	False	False	1.0	0					non-mobilizable	chromosome	8976.0	98.56299999999999	94.0	0.0023938780317275536	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0120_000000017102	1987	0.5631349620685819	3	2	2	2	1	True	32268	maximal	True	ISR0120_000000017102	1.0		4	3	False	False	0.9582284688949585	0					non-mobilizable	no_good_hit	97.0	100.0	5.0	0.0005374267336210806	NZ_GL882592.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld12, whole genome shotgun sequence	True	True
USA0116_01_000000017144	1430	0.5631347146828504	2	2	1	2	1	True	256	maximal	True	USA0116_01_000000017144	1.0		114	9	False	False	0.9986013770103455	0					non-mobilizable	no_good_hit	776.0	81.70100000000001	80.0	0.001231762888834995	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
MON0056_000000003477	4154	0.5631326510844649	4	2	2	2	2	False	15412	maximal	True	MON0056_000000003477	1.0		54	7	False	False	0.9987963438034058	0					non-mobilizable	no_good_hit	1663.0	74.023	40.0	0.11917399840034902	NZ_JH379383.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld151, whole genome shotgun sequence	True	False
USA0119_01_000000016729	1473	0.5631286131362043	5	2	2	1	2	True	37771	fragment	False	USA0119_01_000000016729	0.9575908766928012		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	93.696	100.0	0.0004689066900930682	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0136_000000013890	2895	0.5631270424274926	6	4	3	4	0	False	72704	maximal	True	SPA0136_000000013890	1.0		28	9	False	False	0.9934369325637817	0					non-mobilizable	no_good_hit	617.0	78.444	21.0	0.03181651951308709	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0033_000000016710	1881	0.5631245222918956	2	2	2	2	1	False	90567	maximal	True	ISR0033_000000016710	1.0		64	8	False	False	0.9994683861732483	0					non-mobilizable	other	1884.0	92.197	100.0	0.007516993202718912	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0068_000000014038	2261	0.5631224222547885	5	4	3	4	3	False	78036	maximal	True	FIJ0068_000000014038	0.9774600490740213		388	13	False	False	0.9995577335357666	0					non-mobilizable	chromosome	2263.0	96.995	100.0	0.0007610393623291238	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0050_000000014592	1879	0.5631200888111828	2	2	2	2	1	True	74423	maximal	True	ISR0050_000000014592	1.0		0	0	False	False	0.9978712201118469	0					non-mobilizable	no_good_hit								True	True
ISR0315_000000007937	1230	0.5631141878695071	2	1	1	1	1	False	25228	maximal	True	ISR0315_000000007937	1.0		155	13	False	False	1.0	0					non-mobilizable	other	1229.0	98.94200000000001	99.0	0.0441583659966198	NZ_JAANXY010000031.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_31, whole genome shotgun sequence	False	False
MAD0014_000000013471	2369	0.5631107401480823	4	3	3	2	2	False	19510	maximal	True	MAD0014_000000013471	1.0		1	1	False	False	0.998733639717102	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000005354	4998	0.5631088662026246	11	5	3	4	4	True	101743	backbone	True	AUS0018_000000005354	1.0	PS589	8	5	True	True	1.0	54					non-mobilizable	no_good_hit	1111.0	82.538	49.0	0.11914020306761719	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CAN0013_000000015557	1476	0.5631085853757846	1	1	1	1	1	False	93836	maximal	False	SPA0142_000000017288	0.9631646380525305		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	100.0	100.0	0.0002623462362030336	CP050498.1	enterobacteria	Escherichia coli strain RM13322 chromosome, complete genome	False	False
ISR0817_000000007945	1587	0.5631084276464645	2	2	1	2	1	False	78512	maximal	True	ISR0817_000000007945	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	83.103	73.0	0.01929445157802257	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
ISR0040_000000004257	6264	0.5631071438935334	8	4	3	2	3	False	121495	backbone	True	ISR0040_000000004257	0.9829966969700048	PS851	30	6	False	True	1.0	0					non-mobilizable	no_good_hit	273.0	100.0	7.0	6.56441939882468e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
ISR0025_000000006417	5716	0.5631071438935334	8	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.9044524053872545	PS851	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	302.0	81.788	5.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ENG0128_000000004310	5580	0.5631071438935334	8	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.9173015577447156	PS851	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	103.0	100.0	2.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
ENG0134_000000006299	5569	0.5631071438935334	8	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.43971129499815637	PS851	0	0	False	True	0.9992817640304565	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	6.766543670638486e-05	NZ_OUNG01000002.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	True
ENG0129_000000004856	5357	0.5631071438935334	10	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.8968788544938016	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	302.0	81.788	6.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
SPA0027_000000006422	5259	0.5631071438935334	10	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.8902271876385006	PS851	0	0	False	True	0.9990492463111877	0					non-mobilizable	no_good_hit	302.0	81.788	6.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ISR0003_000000004661	5216	0.5631071438935334	9	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.8443500356507946	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	302.0	81.788	6.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
SPA0055_000000006255	4961	0.5631071438935334	7	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.4527129391220769	PS851	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	103.0	99.029	2.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
FIJ0099_000000011019	2011	0.5631042832267928	3	3	3	3	1	False	45308	maximal	True	FIJ0099_000000011019	1.0		1	1	False	False	0.9955245852470398	0					non-mobilizable	no_good_hit	889.0	78.628	44.0	0.00030747732745571024	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
FIJ0149_000000002809	7184	0.563104261881754	9	5	4	5	2	True	39862	maximal	True	FIJ0149_000000002809	1.0		1	1	False	False	0.9997215867042542	0					non-mobilizable	no_good_hit	409.0	99.51100000000001	6.0	9.518716876964985e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
CAN0011_000000006887	4538	0.5631030596863282	5	5	5	5	5	False	94529	fragment	False	SPA0106_000000007972	0.9322903739308254		0	0	False	False	1.0	0					non-mobilizable	other	4540.0	99.119	100.0	0.001384130527259504	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0376_000000007768	2935	0.5631016293859384	5	2	2	2	1	False	23345	maximal	True	ISR0376_000000007768	1.0		0	0	False	False	0.9996592998504639	0					non-mobilizable	no_good_hit	849.0	99.411	41.0	0.2091358024691358	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
FIJ0129_000000007482	2801	0.5631001775431369	4	3	3	3	2	False	122446	maximal	True	FIJ0129_000000007482	1.0	PS871	0	0	False	True	0.9967868328094482	0					non-mobilizable	no_good_hit	2312.0	97.491	83.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0014_000000003537	9413	0.5630997320285435	7	5	5	5	4	False	121366	maximal	True	ISR0014_000000003537	1.0		14	1	False	False	0.9998937845230103	0					non-mobilizable	no_good_hit	5275.0	99.03299999999999	78.0	0.0016623521368663622	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0033_000000013544	1523	0.5630983181211874	2	2	2	2	2	True	18866	maximal	True	MAD0033_000000013544	1.0		249	12	False	False	0.9894944429397583	0					non-mobilizable	chromosome	1523.0	82.994	99.0	0.00040413697549222685	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0385_000000008969	2438	0.5630978983061371	3	3	3	3	3	False	23043	maximal	True	ISR0385_000000008969	1.0		12	5	False	False	0.9897456765174866	0					non-mobilizable	no_good_hit	263.0	72.624	11.0	0.0007598090464396467	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
ISR0311_000000021996	1116	0.5630947429932883	1	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.13745698671967277		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	99.821	100.0	0.013865917202442391	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0355_000000019947	1104	0.5630879884384816	1	1	1	1	1	False	23930	fragment	False	ISR0355_000000019947	1.0		0	0	False	False	0.991847813129425	0					non-mobilizable	other	1089.0	98.806	99.0	0.011447690996517292	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
ISR0075_000000000533	27710	0.563080771969158	33	13	6	7	10	False	87936	maximal	True	ISR0075_000000000533	1.0		1	1	False	False	0.9993143081665039	0					non-mobilizable	no_good_hit	2991.0	82.113	46.0	0.052475809024208696	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
USA0027_01_000000024380	1113	0.5630800210660322	1	1	1	1	1	False	1565	maximal	True	USA0027_01_000000024380	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000031122	1306	0.5630793090225831	2	2	2	2	1	False	74972	fragment	False	DEN0018_000000031122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	72.955	45.0	0.0010398772627040693	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
FIJ0015_000000002937	9716	0.5630785777742087	8	6	4	6	3	False	50401	maximal	True	FIJ0015_000000002937	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	83.333	1.0	1.888818889583716e-05	NZ_CP029463.1	CFB group bacteria	Flavobacterium sediminis strain MEBiC07310 chromosome, complete genome	True	False
MON0039_000000008410	5086	0.5630755099023169	9	4	4	2	2	True	11961	maximal	True	MON0039_000000008410	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2759.0	73.541	53.0	0.0009602743478166403	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
CHI0011_000000004717	1429	0.5630728735221672	3	2	2	2	0	True	90130	fragment	False	CHI0011_000000004717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0046_000000010892	1534	0.5630718556555525	3	2	2	2	1	False	115612	maximal	False	ISR0322_000000007386	0.9317454522353641		0	0	False	False	0.9980443120002747	0					non-mobilizable	other	1534.0	99.478	100.0	0.019886621609350473	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ISR0080_000000023723	1399	0.5630695760907504	1	1	1	1	1	False	34286	maximal	True	ISR0080_000000023723	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	81.063	76.0	0.0003629453063015051	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0098_000000003584	2477	0.5630663591841296	3	2	2	2	2	False	86302	maximal	True	CHI0098_000000003584	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	2126.0	96.331	100.0	0.0005947464714741401	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0094_000000001594	10354	0.5630653536740671	7	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8715774112420046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	85.79700000000001	20.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0093_000000004000	9742	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.904739980430383		0	0	False	False	0.995688796043396	0					non-mobilizable	no_good_hit	752.0	88.29799999999999	17.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0033_000000002801	9739	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8857622364036091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	87.766	19.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0005_000000002850	9670	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8256627262303367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	87.766	19.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0167_000000003015	9640	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8872039280201112		0	0	False	False	0.9996888041496277	0					non-mobilizable	no_good_hit	752.0	88.697	22.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0084_000000001234	9621	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8631004652822911		0	0	False	False	0.9998960494995117	0					non-mobilizable	no_good_hit	869.0	85.846	17.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0046_000000002077	9576	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8833725697658916		0	0	False	False	0.9998955726623535	0					non-mobilizable	no_good_hit	880.0	85.455	22.0	0.001833818796956321	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0097_000000001927	9562	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8839055825524187		0	0	False	False	0.9998953938484192	0					non-mobilizable	no_good_hit	752.0	88.697	22.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0386_000000003556	9560	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8107749184522756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	88.697	22.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0094_000000002460	9552	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8568261569978783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	88.964	21.0	0.0015515319810052337	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0198_000000003719	9551	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8256903536047615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	87.766	20.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0118_000000002595	9542	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8824401575425845		0	0	False	False	0.9996855854988098	0					non-mobilizable	no_good_hit	752.0	88.697	22.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0026_000000003057	9528	0.5630653536740671	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8624290941375701		0	0	False	False	0.9997900724411011	0					non-mobilizable	no_good_hit	866.0	85.79700000000001	17.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0051_000000009292	4424	0.5630652144898736	4	4	4	4	4	False	125358	fragment	False	SPA0101_000000009642	0.7961386574716366		0	0	False	False	1.0	0					non-mobilizable	other	4424.0	99.29899999999999	100.0	0.01743910529807601	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0097_000000000788	26842	0.5630589240821811	50	17	10	13	13	False	15934	maximal	True	MAD0097_000000000788	1.0		1	1	False	False	0.9995529651641846	0					non-mobilizable	no_good_hit	80.0	88.75	0.0	0.0005402706824507772	NZ_FWWT01000023.1	firmicutes	Desulfonispora thiosulfatigenes DSM 11270, whole genome shotgun sequence	True	False
ISR0145_000000012858	2320	0.5630576861291419	3	3	3	3	1	False	124975	maximal	True	ISR0145_000000012858	1.0		37	11	False	False	0.987500011920929	0					non-mobilizable	no_good_hit	1488.0	84.54299999999999	64.0	0.0035692146759133702	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0794_000000009960	2017	0.5630560219415535	2	2	2	2	2	False	21991	maximal	True	ISR0794_000000009960	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	73.154	29.0	0.4224137931034483	NZ_FQZY01000153.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
SPA0126_000000037067	1233	0.5630508422638508	2	2	2	1	1	False	28860	fragment	False	ISR0198_000000024248	0.9525085387098587		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	99.51299999999999	100.0	0.010727782518590759	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
MON0080_000000037838	1494	0.5630490064387629	2	2	2	2	2	False	10033	maximal	True	MON0080_000000037838	1.0		19	5	False	False	0.9993306398391724	0					non-mobilizable	no_good_hit	745.0	78.523	50.0	0.005842913392052373	NZ_LS999952.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
ENG0208_000000012008	2579	0.5630471148574737	4	3	3	2	1	False	119263	fragment	False	ISR0293_000000011332	0.42122747447006786		0	0	False	False	1.0	0					non-mobilizable	other	2579.0	99.41799999999999	100.0	0.008445923809773421	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ENG0158_000000013679	1389	0.5630445940742976	3	3	3	3	2	False	56566	maximal	True	ENG0158_000000013679	1.0		201	12	False	False	1.0	0					non-mobilizable	other	1389.0	99.13600000000001	100.0	0.0007320829553366105	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
TAN0010_000000002426	4586	0.5630436217936615	6	5	5	4	2	True	120689	fragment	False	TAN0010_000000002426	1.0		0	0	False	False	0.9997819662094116	0					non-mobilizable	no_good_hit	2034.0	94.444	44.0	0.004427854517087116	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
MAD0091_000000010159	1599	0.5630433926387556	3	3	3	2	2	False	131320	fragment	False	MAD0091_000000010159	0.9910714285714286		0	0	False	False	0.998123824596405	0					non-mobilizable	other	1603.0	87.648	100.0	0.00042608219154749807	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0293_000000017412	2040	0.5630401925573848	3	3	3	3	3	False	25826	fragment	False	ISR0293_000000017412	1.0		0	0	False	False	0.9931372404098511	0					non-mobilizable	no_good_hit	936.0	71.47399999999999	58.0	0.0003129547996086876	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
USA0026_01_000000003137	10631	0.5630388761497341	9	7	3	7	5	False	77726	maximal	True	USA0026_01_000000003137	1.0		1	1	False	False	0.9979305863380432	0					non-mobilizable	no_good_hit	3566.0	99.916	61.0	0.2561247216035635	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0116_000000008759	1843	0.5630387858635444	2	2	2	1	2	False	82167	maximal	True	CHI0116_000000008759	1.0		203	8	False	False	1.0	0					non-mobilizable	chromosome	1843.0	96.365	100.0	0.0003458991886016265	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ENG0207_000000016695	1185	0.563036517360292	2	2	2	2	2	False	53871	maximal	True	ENG0207_000000016695	1.0		33	7	False	False	0.99915611743927	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.004941434846266472	XM_027041093.1	carnivores	PREDICTED: Acinonyx jubatus dedicator of cytokinesis 8 (DOCK8), transcript variant X6, mRNA	True	False
FIJ0039_000000005837	4206	0.5630287708637095	7	2	1	2	1	False	114840	maximal	True	FIJ0039_000000005837	1.0		1	1	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit	1541.0	96.236	66.0	0.18398163807683016	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0060_000000007469	3896	0.5630287708637095	6	2	1	2	1	False	114830	maximal	True	ISR0060_000000007469	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	97.23899999999999	66.0	0.16175404687122494	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0045_000000006429	3860	0.5630287708637095	4	2	1	2	1	False	114825	fragment	False	ISR0812_000000010270	0.9574540034525305		0	0	False	False	1.0	0					non-mobilizable	plasmid	3154.0	98.32	98.0	0.38064749939598935	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ENG0077_000000006584	3090	0.5630287708637095	5	2	1	2	1	False	114844	maximal	True	ENG0077_000000006584	1.0		1	1	False	False	0.9996763467788696	0					non-mobilizable	no_good_hit	1378.0	95.21	80.0	0.16634452766368688	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0086_000000008597	3016	0.5630287708637095	4	2	1	2	1	False	114833	fragment	False	ISR0086_000000008597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	98.662	84.0	0.1714182169606185	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0377_000000004753	2854	0.5630287708637095	4	2	1	2	1	False	114824	fragment	False	ISR0816_000000013746	0.95690868041233		0	0	False	False	0.9996496438980103	0					non-mobilizable	plasmid	2168.0	98.708	98.0	0.2617782072964484	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ENG0013_000000009582	2777	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.8520072258882492		0	0	False	False	1.0	0					non-mobilizable	plasmid	1424.0	96.13799999999999	96.0	0.1719014254650882	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0060_000000005633	2775	0.5630287708637095	4	2	1	2	1	False	114824	fragment	False	ISR0816_000000013746	0.9378675423744708		0	0	False	False	1.0	0					non-mobilizable	plasmid	2080.0	98.365	98.0	0.2507852138197632	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
USA0023_01_000000011363	2772	0.5630287708637095	4	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.9082193909849828		0	0	False	False	0.9848484992980957	0					non-mobilizable	plasmid	1657.0	98.069	99.0	0.19992751872432954	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0298_000000005428	2673	0.5630287708637095	4	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.8805696505877183		0	0	False	False	0.995136559009552	0					non-mobilizable	plasmid	1517.0	96.309	98.0	0.18301522106789078	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0258_000000008531	2627	0.5630287708637095	4	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7956507852738042		0	0	False	False	0.9881994724273682	0					non-mobilizable	plasmid	1360.0	98.897	94.0	0.16417008939357333	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
MAD0026_000000005116	2542	0.5630287708637095	4	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.771831616521623		0	0	False	False	0.9634146094322205	0					non-mobilizable	plasmid	1403.0	99.715	96.0	0.16924377869050494	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
FIJ0170_000000006498	2462	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7828164682654639		0	0	False	False	1.0	0					non-mobilizable	plasmid	1410.0	97.021	98.0	0.16996859144720947	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0028_000000007631	2462	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7897731893537622		0	0	False	False	1.0	0					non-mobilizable	plasmid	1421.0	98.522	99.0	0.17153901908673594	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0178_000000006761	2438	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7921629023129891		0	0	False	False	1.0	0					non-mobilizable	plasmid	1406.0	99.00399999999999	99.0	0.16972698719497464	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0831_000000007328	2418	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7456270242241575		0	0	False	False	0.9995864629745483	0					non-mobilizable	plasmid	1398.0	99.785	99.0	0.16876057018603527	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0813_000000012950	2361	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7274181386809622		0	0	False	False	1.0	0					non-mobilizable	plasmid	1369.0	96.859	99.0	0.1652573085286301	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
USA0035_01_000000010771	2339	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.20973506687995272		0	0	False	False	1.0	0					non-mobilizable	plasmid	1060.0	98.585	99.0	0.12792945155834742	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0266_000000007634	2290	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.627855783741023		0	0	False	False	0.9847161769866943	0					non-mobilizable	plasmid	1279.0	96.56	99.0	0.15438511717806233	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
FIJ0117_000000008904	2278	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.2883129742202051		0	0	False	False	1.0	0					non-mobilizable	plasmid	1408.0	100.0	99.0	0.16996859144720947	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0031_000000013898	2265	0.5630287708637095	4	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.2089003823689097		0	0	False	False	1.0	0					non-mobilizable	plasmid	1421.0	96.48100000000001	99.0	0.17153901908673594	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
CHI0052_000000007213	2248	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.2853141545765188		0	0	False	False	1.0	0					non-mobilizable	plasmid	1377.0	100.0	99.0	0.16622372553756945	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0399_000000007166	2200	0.5630287708637095	4	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.2132485817721141		0	0	False	False	1.0	0					non-mobilizable	plasmid	1514.0	97.75399999999999	98.0	0.18277361681565596	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0304_000000004357	2170	0.5630287708637095	4	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.15719266264117399		0	0	False	False	1.0	0					non-mobilizable	plasmid	994.0	97.988	96.0	0.11995651123459773	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0025_000000010214	2092	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.18576524781419396		0	0	False	False	0.9995219707489014	0					non-mobilizable	plasmid	1406.0	98.791	98.0	0.16972698719497464	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ENG0036_000000011759	2063	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.15253097670671953		0	0	False	False	0.9970915913581848	0					non-mobilizable	plasmid	1066.0	99.34299999999999	99.0	0.12865426431505195	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
DEN0063_000000024247	2012	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.18150092961069952		0	0	False	False	1.0	0					non-mobilizable	plasmid	1417.0	99.435	99.0	0.17105581058226624	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0084_000000012952	1988	0.5630287708637095	4	2	1	2	1	False	114815	fragment	False	ISR0084_000000012952	1.0		0	0	False	False	0.9994969964027405	0					non-mobilizable	plasmid	1617.0	100.0	99.0	0.19521623580575018	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0224_000000015955	1920	0.5630287708637095	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.07886933716847849		0	0	False	False	1.0	0					non-mobilizable	plasmid	1503.0	95.80799999999999	99.0	0.1813239913022469	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
FIJ0075_000000010932	1797	0.5630287708637095	3	2	1	2	1	False	44589	fragment	False	FIJ0075_000000010932	1.0		0	0	False	False	0.999443531036377	0					non-mobilizable	plasmid	1219.0	96.965	99.0	0.14713698961101715	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0107_000000016000	1733	0.5630287708637095	4	2	1	2	1	False	114812	fragment	False	ISR0107_000000016000	1.0		0	0	False	False	0.9994229674339294	0					non-mobilizable	no_good_hit	1109.0	88.458	78.0	0.1327615366030442	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
DEN0017_000000019116	1513	0.5630287708637095	3	2	1	2	1	False	114810	fragment	False	ENG0075_000000014574	0.6987349406198965		0	0	False	False	1.0	0					non-mobilizable	plasmid	985.0	88.52799999999999	99.0	0.11802367721671901	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0128_000000025338	1477	0.5630287708637095	3	2	1	2	1	False	114810	fragment	False	ENG0075_000000014574	0.6974739509870062		0	0	False	False	1.0	0					non-mobilizable	plasmid	1005.0	88.955	99.0	0.1204397197390674	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0198_000000023710	1399	0.5630287708637095	3	2	1	2	1	False	114810	fragment	False	ENG0075_000000014574	0.5000252557972571		0	0	False	False	0.9835596680641174	0					non-mobilizable	plasmid	1098.0	90.164	99.0	0.13131191108963516	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0016_000000016997	1316	0.5630287708637095	3	2	1	2	1	False	114810	fragment	False	ENG0075_000000014574	0.4386919070566237		0	0	False	False	1.0	0					non-mobilizable	plasmid	1005.0	89.154	99.0	0.1204397197390674	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
FIJ0008_000000024385	1185	0.5630287708637095	3	2	1	2	1	False	114810	fragment	False	ENG0075_000000014574	0.19003821588255082		0	0	False	False	0.9924050569534302	0					non-mobilizable	plasmid	818.0	89.976	99.0	0.09821212853346219	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
AST0048_000000013817	1181	0.5630287708637095	3	2	1	2	1	False	114810	fragment	False	ENG0075_000000014574	0.13040787623066102		0	0	False	False	0.9983065128326416	0					non-mobilizable	plasmid	784.0	92.09200000000001	99.0	0.09410485624546992	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ENG0003_000000010569	2159	0.5630264148255205	3	3	3	3	3	False	67882	maximal	False	ISR0113_000000006691	0.9530777062939073		0	0	False	False	0.9981473088264465	0					non-mobilizable	other	2159.0	98.935	100.0	0.03439866103451024	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0362_000000010234	2089	0.5630240747700123	5	3	1	1	3	True	128414	fragment	False	ISR0362_000000010234	0.9835359675785208		0	0	False	False	0.9947343468666077	0					non-mobilizable	no_good_hit	819.0	92.43	72.0	0.00028383824346859366	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AUS0024_000000016496	1974	0.5630240747700123	5	3	1	1	3	True	128414	fragment	False	ISR0362_000000010234	0.9569171852561034		0	0	False	False	0.9984802603721619	0					non-mobilizable	no_good_hit	819.0	92.43	68.0	0.00028383824346859366	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ITA0006_000000001536	14588	0.5630238219703019	21	13	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.9913590355430397	PS946|PS948	0	0	True	True	0.9991773962974548	16					non-mobilizable	no_good_hit	603.0	85.075	4.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0774_000000013387	1855	0.5630185108890116	2	2	2	2	1	False	26863	maximal	True	ISR0774_000000013387	1.0		26	7	False	False	0.9994609355926514	0					non-mobilizable	no_good_hit	800.0	78.0	43.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0266_000000015824	1329	0.5630152861646164	2	2	1	2	1	False	51870	fragment	False	FIJ0005_000000026667	0.4802983932670237		0	0	False	False	0.9879608750343323	0					non-mobilizable	chromosome	1210.0	84.545	91.0	0.0003568810667930312	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
FIJ0025_000000006944	3060	0.5630149311967081	4	3	2	0	1	False	88100	maximal	False	ISR0196_000000006028	0.972824615743092		0	0	False	False	0.9928104281425476	0					non-mobilizable	no_good_hit	2489.0	99.759	81.0	0.0026662151532752224	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0196_000000006028	3055	0.5630149311967081	3	3	2	0	1	False	88100	maximal	True	ISR0196_000000006028	0.9734438849907509		117	9	False	False	0.9970539808273315	0					non-mobilizable	no_good_hit	2312.0	78.071	86.0	0.0003659611774988252	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
USA0101_01_000000011142	2921	0.5630149311967081	3	3	2	0	1	False	88100	maximal	False	ISR0196_000000006028	0.934232094780242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2411.0	99.62700000000001	83.0	0.0025826280222641827	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0159_000000007810	2891	0.5630149311967081	3	3	2	0	1	False	88100	maximal	False	ISR0196_000000006028	0.9547088433317537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2266.0	78.111	89.0	0.0003586260079280426	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0122_000000006188	2744	0.5630149311967081	3	3	2	0	1	False	88100	maximal	False	ISR0196_000000006028	0.38270494638533376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2106.0	80.342	88.0	0.0003342285960947876	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
MON0028_000000018446	1418	0.5630122455773122	1	1	0	1	1	False	12584	maximal	True	MON0028_000000018446	1.0		5	4	False	False	1.0	0	IncFIA				non-mobilizable	plasmid	1418.0	100.0	100.0	0.008290961856894605	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
ISR0026_000000008889	2529	0.5630110731515623	3	2	2	1	1	False	119140	fragment	False	ISR0821_000000009934	0.48078379401741766		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1432.0	86.243	57.0	0.30996309963099633	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
ISR0387_000000004427	5127	0.5630082558294145	3	3	3	3	3	False	106207	maximal	True	ISR0387_000000004427	0.994289253198055		50	6	False	False	1.0	0					non-mobilizable	no_good_hit	2174.0	78.105	44.0	0.0005777719655180545	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0341_000000002626	5125	0.5630082558294145	3	3	3	3	3	False	106207	maximal	False	ISR0387_000000004427	0.9941924021357711		0	0	False	False	0.9994146227836609	0					non-mobilizable	no_good_hit	2174.0	78.105	44.0	0.0005777719655180545	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0170_000000008776	5106	0.5630082558294145	3	3	3	3	3	False	106207	maximal	False	ISR0387_000000004427	0.9906928023949891		0	0	False	False	0.999412477016449	0					non-mobilizable	no_good_hit	2174.0	77.967	44.0	0.0005777719655180545	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
USA0119_01_000000013186	1864	0.5630073580394894	3	1	1	1	1	False	33228	maximal	True	USA0119_01_000000013186	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000023050	1524	0.5630073580394894	3	1	1	1	1	False	33227	fragment	False	ISR0293_000000023050	1.0		0	0	False	False	0.9776902794837952	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000011598	2312	0.5630020254015404	3	3	3	2	2	False	127054	fragment	False	ENG0049_000000005054	0.28061798130364735		0	0	False	False	0.9982699155807495	0					non-mobilizable	chromosome	2206.0	98.867	100.0	0.0006391887954987195	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0114_000000003105	6494	0.5629971905746877	6	2	2	2	1	True	117057	fragment	False	ENG0114_000000003105	0.9956182441188304		0	0	False	False	0.9993840456008911	0					non-mobilizable	other	6495.0	99.523	100.0	0.0017990466798705773	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
AST0050_000000002213	6110	0.5629971905746877	6	2	2	2	1	True	117057	fragment	False	ENG0114_000000003105	0.9777954085171651		0	0	False	False	1.0	0					non-mobilizable	other	6110.0	99.96700000000001	100.0	0.0016931714939653916	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
SPA0104_000000005803	5715	0.5629971905746877	6	2	2	2	1	True	117057	fragment	False	ENG0114_000000003105	0.6440807419530824		0	0	False	False	0.9984251856803894	0					non-mobilizable	other	5696.0	99.965	99.0	0.0015784271825393526	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
ENG0124_000000012335	2530	0.5629962449659871	4	2	1	2	1	False	58939	maximal	True	ENG0124_000000012335	1.0		6	2	False	False	0.9845849871635437	0					non-mobilizable	no_good_hit	688.0	85.90100000000001	27.0	0.12794172581247665	MK232116.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K17_7_c1 sequence	True	False
MON0103_000000052905	1136	0.5629952840528031	2	2	2	1	1	False	8837	fragment	False	MON0103_000000052905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	7.967515301897691e-05	NZ_VMTV02000577.1	b-proteobacteria	Vogesella mureinivorans strain 389 NODE_1_length_351427_cov_380.003529, whole genome shotgun sequence	True	False
ISR0224_000000013713	2205	0.5629939776258609	3	2	2	1	2	False	27744	fragment	False	ISR0224_000000013713	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2205.0	96.236	100.0	0.011611061063434113	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
FIJ0086_000000015764	2023	0.5629919282941901	3	3	2	2	1	False	43836	maximal	True	FIJ0086_000000015764	1.0		3	1	False	False	0.9990113973617554	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	4.352363230825792e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
SPA0003_000000005499	3267	0.5629888731610978	2	2	1	2	2	False	8387	maximal	True	SPA0003_000000005499	1.0		0	0	False	False	0.9895929098129272	0	rep_cluster_2371				non-mobilizable	no_good_hit	2261.0	100.0	69.0	0.0004587870199001915	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	True
ISR0086_000000001813	12496	0.5629853389972305	7	4	4	4	1	True	130432	fragment	False	ISR0086_000000001813	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	1.0	0.0008803390935767852	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0002_000000028508	1526	0.562984608009225	2	1	1	1	1	False	41647	fragment	False	MAD0002_000000028508	1.0		0	0	False	False	0.963302731513977	0					non-mobilizable	no_good_hit								True	False
ENG0146_000000012419	1841	0.562983943913266	2	2	2	1	1	False	57420	maximal	True	ENG0146_000000012419	1.0		13	5	False	False	0.9994568228721619	0					non-mobilizable	no_good_hit	467.0	75.161	25.0	0.00015449671265328077	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0053_000000013518	1856	0.5629837618148904	2	2	2	2	0	True	63863	fragment	False	ENG0053_000000013518	1.0		0	0	False	False	0.9838362336158752	0					non-mobilizable	other	1342.0	97.46600000000001	100.0	0.000382324464318094	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
USA0056_01_000000013620	1246	0.5629797922834991	3	3	3	1	1	False	1007	maximal	True	USA0056_01_000000013620	1.0		13	6	False	False	0.9911717772483826	0					non-mobilizable	no_good_hit								True	False
ISR0307_000000004749	2092	0.5629797836956139	2	1	1	1	1	False	85153	fragment	False	CHI0068_000000006867	0.9859247196490286		0	0	False	False	0.9980879426002502	0					non-mobilizable	other	2092.0	99.95200000000001	100.0	0.00039375824448978553	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0268_000000009922	1999	0.5629797836956139	2	1	1	1	1	False	85153	fragment	False	CHI0068_000000006867	0.9497794894279984		0	0	False	False	0.9994997382164001	0					non-mobilizable	other	2000.0	98.4	100.0	0.00038716382452782573	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0391_000000005112	2663	0.5629772991838088	5	5	5	4	3	False	105482	maximal	True	ISR0391_000000005112	0.9988416988416988		114	10	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	64.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0206_000000012762	1998	0.5629695004020314	4	4	2	4	2	False	53949	fragment	False	ENG0206_000000012762	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1988.0	79.32600000000001	97.0	0.015340801812574738	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	False	False
AUS0014_000000005391	6043	0.5629689761890704	6	3	1	2	2	False	100953	maximal	True	AUS0014_000000005391	1.0		14	4	False	False	0.9995035529136658	0					non-mobilizable	no_good_hit	1156.0	75.692	19.0	0.00025736751355317735	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0079_000000003984	5515	0.5629689761890704	6	3	1	2	2	False	59696	maximal	True	SPA0079_000000003984	1.0		41	5	False	False	0.9989120364189148	0					non-mobilizable	no_good_hit	116.0	97.414	3.0	0.001231289749245166	NZ_JAAIQH010000012.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_12_length_93398_cov_330.367, whole genome shotgun sequence	True	False
ENG0128_000000006671	3818	0.5629689761890704	4	3	1	2	2	False	59695	fragment	False	ENG0128_000000006671	1.0		0	0	False	False	0.9882137179374695	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0011757789535567313	MK231452.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_2-CL09_c2 sequence	True	False
ENG0112_000000009206	3016	0.5629689761890704	3	3	1	2	2	False	59694	fragment	False	ENG0112_000000009206	1.0		0	0	False	False	0.9973474740982056	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	9.274822566660544e-06	NZ_CP017834.1	proteobacteria	Silvanigrella aquatica strain MWH-Nonnen-W8red chromosome	True	False
MON0092_000000035679	1568	0.5629680111023486	2	2	2	2	1	False	84954	maximal	True	MON0092_000000035679	1.0		3	2	False	False	0.9610969424247742	0					non-mobilizable	no_good_hit	1398.0	96.352	89.0	0.0005578295996284863	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ENG0007_000000013063	1942	0.5629585450844304	2	2	2	2	0	True	67523	fragment	False	ENG0007_000000013063	1.0		0	0	False	False	0.996395468711853	0					non-mobilizable	no_good_hit								True	True
MON0076_000000034401	1402	0.5629565275573836	1	1	1	1	1	False	40342	fragment	False	MON0069_000000038688	0.9630902223542077		0	0	False	False	0.9971469044685364	0					non-mobilizable	chromosome	1303.0	99.77	100.0	0.0002529426437984758	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
MON0069_000000038688	1364	0.5629565275573836	1	1	1	1	1	False	40342	fragment	False	MON0069_000000038688	0.9634240115085743		0	0	False	False	0.990469217300415	0					non-mobilizable	other	1364.0	99.633	100.0	0.00028324096657694254	AP022351.1	enterobacteria	Escherichia coli E138 DNA, complete genome	False	False
FIJ0140_000000028018	1264	0.5629565275573836	1	1	1	1	1	False	40342	fragment	False	MON0069_000000038688	0.6358748778103617		0	0	False	False	1.0	0					non-mobilizable	chromosome	1264.0	99.604	100.0	0.00019714475701089213	CP050211.1	enterobacteria	Escherichia coli strain RM-065-CS chromosome	False	False
SPA0031_000000011801	2595	0.5629523068775476	2	2	0	2	0	True	7285	maximal	True	SPA0031_000000011801	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0019_000000002086	2943	0.5629522314453551	3	3	3	3	3	False	121622	fragment	False	ISR0811_000000004422	0.9287908468359964		0	0	False	False	1.0	0					non-mobilizable	other	2943.0	98.709	100.0	0.0006213458706371414	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
AST0019_000000000783	21496	0.5629488510058078	35	23	10	20	17	True	122956	maximal	True	AST0019_000000000783	1.0		1	1	False	False	0.9979531168937683	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	0.0005567480055967826	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	True	True
MON0033_000000020147	3253	0.5629488165192522	3	3	1	3	2	False	95814	fragment	False	CAN0014_000000012172	0.699830493515499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	74.545	28.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CAN0007_000000013384	3111	0.5629488165192522	3	3	1	3	2	False	95814	fragment	False	CAN0014_000000012172	0.6864604325501501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	74.734	29.0	0.0001951535659796739	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0009_000000013060	2876	0.5629475551978497	4	4	4	2	2	False	71259	maximal	True	FIJ0009_000000013060	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.751312045160491e-06	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	False
MAD0003_000000005877	4624	0.5629469774360341	8	8	6	7	8	False	44077	maximal	True	MAD0003_000000005877	1.0		1	1	False	False	0.9997837543487549	0		MOBP			mobilizable	plasmid	3084.0	97.244	98.0	0.021081143935922076	AP014804.1	enterobacteria	Escherichia coli O119:H6 plasmid pEC404/03-1 DNA, complete sequence, strain: EC404/03	False	True
AST0084_000000005369	5476	0.5629462366116778	6	3	3	3	2	True	111557	fragment	False	AST0084_000000005369	1.0		0	0	False	False	0.9970781803131104	0					non-mobilizable	no_good_hit								True	True
FIJ0102_000000008062	3869	0.5629452417056746	5	5	4	4	4	False	104687	maximal	True	FIJ0102_000000008062	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	74.763	21.0	0.004680797948392075	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0126_000000020469	2409	0.5629435987780818	5	5	5	5	4	False	86225	fragment	False	ISR0126_000000020469	1.0		0	0	False	False	0.9983395338058472	0					non-mobilizable	other	2409.0	97.8	100.0	0.0660178204249486	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
MAD0056_000000001330	7367	0.5629404614206763	11	4	3	3	4	False	17078	maximal	True	MAD0056_000000001330	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	86.20700000000001	6.0	0.14501510574018128	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	False
CAN0005_000000004796	3766	0.5629401611143158	2	1	1	1	1	False	95955	maximal	True	CAN0005_000000004796	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	96.825	2.0	0.037371910789632305	NZ_JNWQ01000184.1	high GC Gram+	Streptomyces novaecaesareae strain NRRL B-1267 contig184.1, whole genome shotgun sequence	True	False
SPA0096_000000030403	1400	0.5629401611143158	1	1	1	1	1	False	63022	fragment	False	SPA0096_000000030403	0.9564421669106882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	96.0	4.0	0.00509196716200769	NZ_AAXG02000048.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont353, whole genome shotgun sequence	True	False
AST0052_000000010245	2219	0.5629366010459931	2	2	2	2	2	False	114564	maximal	True	AST0052_000000010245	1.0		12	2	False	False	0.9950428009033203	0					non-mobilizable	no_good_hit								True	False
SPA0155_000000011445	1694	0.5629300638957659	2	2	2	2	2	False	23837	fragment	False	SPA0155_000000011445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000014174	2353	0.5629276862007636	3	2	1	2	1	False	55394	maximal	True	ENG0179_000000014174	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	90.476	10.0	5.578414808252847e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
SPA0042_000000004266	6454	0.5629272340533223	5	4	3	3	4	True	6872	maximal	True	SPA0042_000000004266	1.0		1	1	False	False	0.998605489730835	0					non-mobilizable	no_good_hit	1853.0	93.2	39.0	0.0005582569781365	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
SPA0050_000000017410	1481	0.5629221079608845	2	2	2	1	1	False	71055	maximal	True	SPA0050_000000017410	0.9995002495942339		112	8	False	False	1.0	0					non-mobilizable	other	1455.0	98.419	98.0	0.0037306156798752013	NZ_CABMOJ010000045.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
SPA0007_000000019539	1335	0.5629221079608845	2	2	2	1	1	False	71055	maximal	False	SPA0050_000000017410	0.9669142471303175		0	0	False	False	0.9985018968582153	0					non-mobilizable	other	1332.0	99.55	99.0	0.0034150271457454562	NZ_CABMOJ010000045.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
DEN0065_000000025874	1333	0.5629221079608845	2	2	2	1	1	False	71055	maximal	False	SPA0050_000000017410	0.965964725052496		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	99.54899999999999	99.0	0.0034098956248652976	NZ_CABMOJ010000045.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0221_000000017895	1246	0.5629221079608845	2	2	2	1	1	False	27927	maximal	True	ISR0221_000000017895	1.0		100	8	False	False	1.0	0					non-mobilizable	other	894.0	97.09200000000001	99.0	0.0022835267916705153	NZ_CABMOJ010000045.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0238_000000013466	1150	0.5629216331972091	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.018820069251124723		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	90.27799999999999	100.0	0.03861897731848074	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
MON0039_000000025427	1895	0.5629207404076363	3	1	0	1	1	False	11927	maximal	True	MON0039_000000025427	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1901.0	79.85300000000001	99.0	0.0008043696095470116	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
SPA0005_000000017232	1673	0.5629207404076363	3	2	0	1	1	False	8301	maximal	True	SPA0005_000000017232	1.0		1	1	False	False	0.9970113635063171	0					non-mobilizable	no_good_hit								True	False
ISR0131_000000020156	1713	0.5629192597560122	3	3	3	3	1	True	103371	fragment	False	AST0153_000000017642	0.638493195273107		0	0	False	False	1.0	0					non-mobilizable	other	1597.0	99.68700000000001	93.0	0.002154471270341597	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
SPA0093_000000033356	1112	0.5629185700411233	3	1	1	1	1	False	5251	fragment	False	SPA0093_000000033356	1.0		0	0	False	False	0.9991007447242737	0					non-mobilizable	no_good_hit								True	False
DEN0071_000000013868	2845	0.5629177302176475	4	3	3	2	2	False	106794	maximal	True	DEN0071_000000013868	1.0		1	1	False	False	0.9905096888542175	0					non-mobilizable	no_good_hit	2177.0	97.795	81.0	0.000617707306659884	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0132_000000003002	8263	0.5629083973939664	7	3	2	1	2	False	40800	maximal	True	FIJ0132_000000003002	1.0		26	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0099_000000015538	2167	0.5629056271519782	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4126433633311888		0	0	False	False	1.0	0					non-mobilizable	other	2167.0	98.569	100.0	0.0006738389344509644	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0004_000000021057	1292	0.5629053944999576	3	2	2	2	2	False	67742	maximal	True	ENG0004_000000021057	1.0		123	11	False	False	0.9969040155410767	0					non-mobilizable	other	1296.0	95.139	100.0	0.007627248418597529	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
AST0148_000000014408	2407	0.5629035214583055	4	3	1	1	3	True	108704	fragment	False	AST0148_000000014408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	72.807	33.0	0.000325704907999891	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0098_000000000280	49126	0.5628968897042296	59	7	2	6	2	False	5098	fragment	False	SPA0098_000000000280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	93.333	0.0	0.0005509937018358804	NZ_VLPL01000011.1	CFB group bacteria	Fluviicola chungangensis strain MAH-3 contig11, whole genome shotgun sequence	True	False
ENG0081_000000001754	12099	0.5628944494897319	11	5	3	3	3	True	61689	fragment	False	ENG0081_000000001754	1.0		0	0	False	False	0.9999173283576965	0					non-mobilizable	no_good_hit								True	True
FIJ0063_000000021942	1325	0.5628926412768376	2	1	0	1	0	False	45548	fragment	False	FIJ0063_000000021942	1.0		0	0	False	False	0.99622642993927	0					non-mobilizable	plasmid	1314.0	96.804	99.0	0.010330301956615882	CP016763.1	enterobacteria	Citrobacter freundii strain B38 plasmid pOZ172, complete sequence	False	True
MAD0075_000000003363	1264	0.5628926412768376	1	1	0	1	0	False	82891	fragment	False	MAD0075_000000003363	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1265.0	94.625	100.0	0.013490563014708239	CP032835.1	enterobacteria	Klebsiella pneumoniae strain INF237 plasmid pINF237_02, complete sequence	False	True
SPA0123_000000006650	1206	0.5628926412768376	1	1	0	1	0	False	4081	fragment	False	SPA0123_000000006650	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1206.0	100.0	100.0	0.019519227654129005	MN232197.1	enterobacteria	Escherichia coli plasmid pHLJ109-16, complete sequence	False	True
ISR0128_000000030365	1148	0.5628926412768376	1	1	0	1	0	False	31818	maximal	True	ISR0128_000000030365	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1148.0	99.913	100.0	0.025214332820400087	MK036884.1	enterobacteria	Leclercia adecarboxylata strain 16005813 plasmid p16005813B, complete sequence	False	True
ISR0163_000000002732	1626	0.5628891600785203	2	2	2	2	1	False	81609	fragment	False	ISR0329_000000009253	0.9419377473406495		0	0	False	False	0.9969249963760376	0					non-mobilizable	other	1627.0	97.91	100.0	0.025528639205705847	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
FIJ0166_000000001495	16988	0.56288790967004	40	5	3	4	5	False	39041	maximal	True	FIJ0166_000000001495	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2597.0	94.802	27.0	0.3298575788402848	MK232839.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_4_c1 sequence	True	False
DEN0073_000000001527	17055	0.5628816459654279	33	4	1	2	3	False	70241	maximal	True	DEN0073_000000001527	1.0		1	1	False	False	0.9995895624160767	0					non-mobilizable	no_good_hit								True	False
TAN0003_000000005788	1668	0.5628752804487326	5	4	3	3	4	False	46399	fragment	False	FIJ0053_000000011247	0.935788406588456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	5.0	0.003836378458734954	NZ_QRST01000031.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf31, whole genome shotgun sequence	True	False
SPA0058_000000015911	1950	0.5628710794259756	2	2	2	2	2	True	113050	fragment	False	ENG0112_000000013698	0.9433414848262976		0	0	False	False	0.9994871616363525	0					non-mobilizable	other	1890.0	99.15299999999999	100.0	0.007325879473963848	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
MON0031_000000011598	2904	0.5628699629146594	3	2	2	2	2	False	12468	maximal	True	MON0031_000000011598	1.0		2	1	False	False	0.9965564608573914	0					non-mobilizable	other	2904.0	98.45	100.0	0.004852024128081403	NZ_CABJCG010000002.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	False
MON0107_000000001136	22366	0.5628655824560148	20	11	10	10	6	True	8765	fragment	False	MON0107_000000001136	1.0		0	0	False	False	0.9999552965164185	0					non-mobilizable	no_good_hit	82.0	80.488	0.0	0.02611218568665377	XM_017226182.1	flies	PREDICTED: Drosophila eugracilis probable conjugal transfer protein TrbE part 2 (LOC108114968), mRNA	True	True
FIJ0033_000000021818	1716	0.5628652945140548	3	2	2	1	1	False	60211	fragment	False	FIJ0033_000000021818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0192_000000000754	12778	0.5628638064459636	17	14	10	9	9	True	91121	fragment	False	ENG0192_000000000754	1.0		0	0	False	False	0.9981217980384827	0					non-mobilizable	other	10447.0	99.76100000000001	99.0	0.0019670964236921567	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0017_000000025039	1309	0.5628635018944914	1	1	1	1	1	False	67645	fragment	False	ISR0049_000000020001	0.5767222431275665		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	99.84700000000001	100.0	0.012837499631952418	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
AUS0022_000000017972	1905	0.5628633792796292	4	4	2	2	3	True	99204	fragment	False	ENG0175_000000012909	0.9629470255694411		0	0	False	False	0.9937008023262024	0					non-mobilizable	other	1906.0	98.68799999999999	100.0	0.006050135135564314	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	True
ENG0024_000000014430	1838	0.5628633792796292	4	4	2	2	3	True	99204	fragment	False	ENG0175_000000012909	0.9465110421803336		0	0	False	False	1.0	0					non-mobilizable	other	1838.0	99.29299999999999	100.0	0.009096220884170496	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0195_000000017076	1115	0.5628520424919794	2	2	2	1	1	False	75801	fragment	False	ISR0207_000000027634	0.9565314214951729		0	0	False	False	0.9856502413749695	0					non-mobilizable	other	1115.0	97.758	100.0	0.058199676087978686	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0202_000000003115	3938	0.5628392216300256	4	2	2	2	1	False	106503	fragment	False	ISR0202_000000003115	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1786.0	100.0	99.0	0.0004038596767493572	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0032_000000022663	1138	0.5628322568362253	2	2	2	1	1	False	65551	fragment	False	ENG0032_000000022663	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	97.012	100.0	0.2871212121212121	NZ_VULP01000053.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq53, whole genome shotgun sequence	False	False
ENG0154_000000028958	1185	0.5628322331488881	2	2	2	2	0	True	56801	maximal	True	ENG0154_000000028958	1.0		5	3	False	False	0.9932489395141602	0					non-mobilizable	no_good_hit	153.0	98.039	13.0	5.119065420308949e-05	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	True
CHI0008_000000002446	3503	0.5628287419053362	5	3	3	2	2	False	101579	fragment	False	ISR0796_000000005599	0.7098435535011609		0	0	False	False	1.0	0					non-mobilizable	other	3502.0	99.686	99.0	0.006911132430799843	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0169_000000008767	2654	0.5628260375121223	3	3	3	2	1	False	106754	fragment	False	ENG0134_000000013540	0.47618383365798306		0	0	False	False	1.0	0					non-mobilizable	other	2654.0	99.62299999999999	100.0	0.012659677519409438	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0006_000000000643	9826	0.5628201588746479	13	11	6	8	9	True	124312	maximal	True	CHI0006_000000000643	1.0		10	5	False	False	1.0	0		MOBV			mobilizable	other	5955.0	99.681	91.0	0.05900716529736479	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
CHI0081_000000008271	1135	0.5628190998223244	2	2	2	1	1	False	84291	fragment	False	CHI0081_000000008271	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	98.32600000000001	100.0	0.000317384705247847	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0110_000000001333	7949	0.5628141597221652	10	6	3	3	3	True	113134	fragment	False	ISR0042_000000002093	0.6764500332953893		0	0	False	False	1.0	0					non-mobilizable	other	7950.0	95.698	99.0	0.18153142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0056_000000001236	7411	0.5628141597221652	10	6	3	3	3	True	113134	fragment	False	ISR0042_000000002093	0.4039993350345943		0	0	False	False	1.0	0					non-mobilizable	other	7414.0	95.67	100.0	0.16928	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ENG0187_000000003059	7375	0.5628141597221652	10	6	3	3	3	True	94523	fragment	False	ENG0187_000000003059	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7375.0	97.01700000000001	100.0	0.0011364608485153025	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
MON0046_000000003619	7147	0.5628141597221652	10	6	3	3	3	True	113134	fragment	False	ISR0042_000000002093	0.34053153123906416		0	0	False	False	1.0	0					non-mobilizable	other	7150.0	95.72	100.0	0.1632457142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0042_000000002898	7141	0.5628141597221652	10	6	3	3	3	True	113134	fragment	False	ISR0042_000000002093	0.3369003132822552		0	0	False	False	1.0	0					non-mobilizable	other	7147.0	95.075	100.0	0.16308571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ENG0202_000000018267	1142	0.5628080223786718	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.23634785502435404		0	0	False	False	0.9991243481636047	0					non-mobilizable	chromosome	1145.0	95.28399999999999	100.0	0.0003677652027076028	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0096_000000011906	1607	0.5628069863144339	4	3	3	2	0	False	15481	maximal	True	MAD0096_000000011906	1.0		1	1	False	False	0.9738643169403076	0					non-mobilizable	no_good_hit	235.0	87.66	14.0	0.0017723483234954056	NZ_PNHV01000005.1	high GC Gram+	Actinomyces graevenitzii strain UMB0286 ERR1203671.17957_1_83.5, whole genome shotgun sequence	True	False
ISR0152_000000021479	1106	0.5628022698829588	2	2	2	2	1	False	37397	fragment	False	ISR0024_000000025257	0.711852798039465		0	0	False	False	0.9638336300849915	0					non-mobilizable	other	1074.0	81.09899999999999	100.0	0.0003598462855491673	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0393_000000005874	2946	0.5628010322427159	4	4	3	3	2	False	113394	maximal	True	ISR0393_000000005874	1.0		30	7	False	False	0.9993211030960083	0					non-mobilizable	no_good_hit	1685.0	93.531	74.0	0.0004699196826376852	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0223_000000001676	11809	0.5627938611713291	16	6	4	5	5	False	116861	fragment	False	ISR0223_000000001676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	1.0	0.006895784673562452	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MON0011_000000042140	1110	0.5627927765862631	2	2	2	2	1	True	13621	fragment	False	MON0011_000000042140	1.0		0	0	False	False	0.9846847057342529	0					non-mobilizable	no_good_hit	746.0	73.324	66.0	0.004951290011776041	NZ_AAXG02000004.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont29, whole genome shotgun sequence	True	True
ISR0347_000000015594	1456	0.5627921309175491	3	2	2	2	2	False	24164	maximal	True	ISR0347_000000015594	1.0		10	4	False	False	0.9519230723381042	0					non-mobilizable	chromosome	1308.0	99.84700000000001	90.0	0.0005712772132511837	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
SPA0090_000000005759	5402	0.5627869283701245	7	3	2	3	2	False	5382	maximal	True	SPA0090_000000005759	1.0		1	1	False	False	0.9975934624671936	0					non-mobilizable	no_good_hit	44.0	100.0	1.0	0.0003080494025274379	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0046_000000013462	1191	0.5627860545403474	1	1	1	1	1	False	115505	maximal	True	AST0046_000000013462	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000005386	6333	0.5627831615288004	7	4	2	3	3	True	129276	maximal	True	FIJ0036_000000005386	1.0		5	1	False	False	0.9971577525138855	0					non-mobilizable	no_good_hit	3084.0	95.363	49.0	0.0011973381086954494	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
FIJ0029_000000007119	4978	0.5627831615288004	5	4	2	3	3	True	129275	fragment	False	FIJ0029_000000007119	0.977988113581334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3164.0	95.101	64.0	0.0012284277058053604	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
ISR0282_000000012957	1813	0.5627816871026184	2	2	2	2	2	False	131711	fragment	False	ISR0072_000000012984	0.1370616541491177		0	0	False	False	0.9895201325416565	0					non-mobilizable	other	1758.0	91.411	99.0	0.0004946968162847197	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0130_000000024951	1285	0.5627795451916414	2	2	1	1	2	False	31719	maximal	True	ISR0130_000000024951	1.0		5	1	False	False	0.9859921932220459	0					non-mobilizable	no_good_hit	462.0	84.848	36.0	0.00010128385020162784	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
AST0046_000000006851	2702	0.5627771288228951	3	2	2	2	2	True	115705	maximal	True	AST0046_000000006851	1.0		23	7	False	False	0.9981495141983032	0					non-mobilizable	no_good_hit	868.0	79.14699999999999	32.0	0.0002874514000128579	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0103_000000005007	3104	0.562771229856001	4	4	3	2	3	False	87126	maximal	True	SPA0103_000000005007	1.0		136	8	False	False	0.998711347579956	0					non-mobilizable	other	3115.0	97.81700000000001	100.0	0.007851343855579647	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
MON0044_000000017472	2863	0.5627705972327602	4	4	4	4	4	False	38315	maximal	False	MAD0094_000000004984	0.9557705597788528		0	0	False	False	0.9825357794761658	0					non-mobilizable	other	2865.0	98.569	100.0	0.0034890364582381584	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0060_000000007446	1997	0.5627675097266229	4	3	1	3	2	True	6232	maximal	True	SPA0060_000000007446	1.0		2	1	False	False	0.9974962472915649	0					non-mobilizable	no_good_hit								True	True
ENG0128_000000007981	3272	0.5627666184711145	3	3	3	2	2	False	124366	fragment	False	SPA0119_000000009495	0.7088750427453754		0	0	False	False	1.0	0					non-mobilizable	other	3206.0	96.881	98.0	0.018460492817399518	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0017_000000011325	3226	0.5627666184711145	3	3	3	2	2	False	124366	fragment	False	SPA0119_000000009495	0.6488389186886491		0	0	False	False	1.0	0					non-mobilizable	other	3151.0	97.525	98.0	0.0181436980888638	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0155_000000003687	3206	0.5627666184711145	3	3	3	2	2	False	124366	fragment	False	SPA0119_000000009495	0.7100835168385652		0	0	False	False	0.9912663698196411	0					non-mobilizable	other	3206.0	97.505	100.0	0.018460492817399518	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0092_000000016697	3206	0.5627666184711145	3	3	3	2	2	False	124366	fragment	False	SPA0119_000000009495	0.6507933260148876		0	0	False	False	0.9912663698196411	0					non-mobilizable	other	3190.0	98.307	99.0	0.0183683343509164	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0168_000000008199	3162	0.5627666184711145	4	3	3	2	2	False	124366	fragment	False	SPA0119_000000009495	0.6489168289961804		0	0	False	False	1.0	0					non-mobilizable	other	3160.0	97.975	99.0	0.018195537226260557	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0036_01_000000011771	3070	0.5627666184711145	3	3	3	2	2	False	124366	fragment	False	SPA0119_000000009495	0.5851602918922245		0	0	False	False	0.999348521232605	0					non-mobilizable	other	3070.0	99.28299999999999	100.0	0.01767714585229302	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0068_000000004424	2988	0.5627666184711145	4	3	3	2	2	False	124366	fragment	False	SPA0119_000000009495	0.5210403065857837		0	0	False	False	1.0	0					non-mobilizable	other	2987.0	98.929	99.0	0.017199073807411844	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0028_000000010572	2894	0.5627666184711145	3	3	3	2	2	False	124366	fragment	False	SPA0119_000000009495	0.29551408276018415		0	0	False	False	0.9996544718742371	0					non-mobilizable	other	2894.0	98.34100000000001	100.0	0.016663402720978722	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0030_000000004219	4422	0.5627649854289578	5	3	2	2	2	False	125209	maximal	True	ISR0030_000000004219	0.9942952222486332		363	10	False	False	0.9997738599777222	0					non-mobilizable	other	4422.0	99.54799999999999	100.0	0.07474597190051904	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
SPA0107_000000013554	2381	0.5627639940151704	4	3	2	3	2	False	121523	maximal	False	MON0092_000000020516	0.7431407254790046		0	0	False	False	0.9995800256729126	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000024486	1110	0.5627638596454254	2	1	1	1	1	False	17719	fragment	False	MAD0046_000000024486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	96.76700000000001	84.0	0.0046033062365612755	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
MON0054_000000045452	1136	0.5627623748090177	2	2	2	2	2	False	11102	maximal	True	MON0054_000000045452	1.0		96	11	False	False	0.9507042169570923	0					non-mobilizable	no_good_hit	328.0	77.439	29.0	0.00011473806963113481	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0833_000000001858	4291	0.5627609908156744	5	5	5	5	4	False	96098	maximal	True	ISR0833_000000001858	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2402.0	95.837	56.0	0.0004846210556136989	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
ISR0299_000000011979	1143	0.5627566429907924	2	2	2	1	1	False	25604	fragment	False	ISR0299_000000011979	1.0		0	0	False	False	0.9965004324913025	0					non-mobilizable	chromosome	1144.0	94.84299999999999	100.0	0.0004951548963318214	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0005_000000008351	3611	0.5627492760486451	4	4	3	3	4	False	51911	fragment	False	FIJ0005_000000008351	0.997887323943662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1502.0	96.072	49.0	0.0005052278119663931	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0124_000000016670	1868	0.562747018083133	4	3	3	3	3	False	58929	fragment	False	ENG0124_000000016670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	73.128	12.0	6.266987861610162e-05	NZ_CP022579.1	b-proteobacteria	Oryzomicrobium terrae strain TPP412 chromosome, complete genome	True	False
CAN0001_000000013216	3560	0.5627410215161199	4	4	4	3	4	False	127061	fragment	False	CAN0001_000000013216	0.9974478968135974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2242.0	98.573	85.0	0.0006693670550031973	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0066_000000019952	1618	0.5627398562426219	1	1	1	1	1	False	131303	fragment	False	ISR0066_000000019952	1.0		0	0	False	False	0.993819534778595	0					non-mobilizable	no_good_hit	1185.0	98.565	77.0	0.00033610544627081924	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0143_000000019637	1486	0.5627398562426219	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9722651919828444		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	97.273	95.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0102_000000023820	1366	0.5627398562426219	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9261606451254758		0	0	False	False	0.9970717430114746	0					non-mobilizable	other	1311.0	97.941	99.0	0.0003718734245057206	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0057_000000001492	14967	0.5627380814997003	19	7	2	7	0	False	6352	maximal	True	SPA0057_000000001492	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.5474997304771303e-05	NZ_CM020866.1	mycoplasmas	Spiroplasma poulsonii strain MSRO_BK chromosome, whole genome shotgun sequence	True	False
ISR0005_000000000667	14862	0.5627380814997003	20	7	2	7	0	False	38535	maximal	True	ISR0005_000000000667	1.0		1	1	False	False	0.9969721436500549	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	1.0	0.0005354348005162141	NZ_VZBY01000014.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_7_length_145674_cov_20.4108_ID_13, whole genome shotgun sequence	True	False
MAD0098_000000002376	13575	0.5627380814997003	16	7	2	7	0	False	33602	maximal	False	ISR0791_000000000720	0.46237968682660535		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	1.8241933644966366e-05	NZ_JH556653.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_3, whole genome shotgun sequence	True	False
FIJ0169_000000014528	1562	0.5627380660949819	2	2	2	2	1	False	38859	maximal	True	FIJ0169_000000014528	1.0		5	1	False	False	0.9993597865104675	0					non-mobilizable	no_good_hit	727.0	78.817	46.0	0.000244274248975594	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
CHI0005_000000008379	2200	0.5627358715868074	3	3	3	3	2	False	90776	fragment	False	CHI0005_000000008379	1.0		0	0	False	False	0.996363639831543	0					non-mobilizable	other	2200.0	99.455	100.0	0.2620977353992849	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ENG0128_000000005491	4482	0.5627356057620533	10	3	1	3	1	False	63934	fragment	False	ISR0009_000000006702	0.9711155378486056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0028_000000002208	8123	0.5627349778799289	7	7	7	7	7	False	122927	fragment	False	AST0019_000000002659	0.9381196508657015		0	0	False	False	1.0	0					non-mobilizable	other	7952.0	98.868	98.0	0.1314479450922021	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0108_000000007507	2964	0.5627343421871248	6	5	3	3	4	True	126586	maximal	True	FIJ0108_000000007507	1.0		3	2	False	False	0.970310389995575	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000003034	3824	0.5627303779316452	4	3	2	3	2	True	111708	fragment	False	ISR0189_000000003034	0.9624522119060622		0	0	False	False	0.9997385144233704	0					non-mobilizable	other	3824.0	99.006	100.0	0.15379973448123266	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ENG0062_000000004339	5404	0.5627297008963545	8	3	2	3	3	False	63227	maximal	True	ENG0062_000000004339	1.0		6	3	True	True	1.0	53					non-mobilizable	no_good_hit	990.0	72.525	18.0	0.0045506947393968815	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0032_000000015978	1798	0.5627262443078553	4	3	2	2	1	False	7239	maximal	True	SPA0032_000000015978	1.0		46	7	False	False	1.0	0					non-mobilizable	other	1798.0	98.554	100.0	0.0007910098131200628	AP018131.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: JCM 7004	False	False
SPA0118_000000015823	1651	0.5627254335165551	2	2	2	2	2	False	4247	maximal	True	SPA0118_000000015823	1.0		9	2	False	False	0.9915202856063843	0					non-mobilizable	no_good_hit	1060.0	77.642	64.0	0.00019938042485639592	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0055_000000004710	2758	0.562725305609349	4	4	4	3	3	True	50603	maximal	True	ISR0055_000000004710	1.0		82	8	False	False	0.9931109547615051	0					non-mobilizable	other	2743.0	92.417	99.0	0.1889343409831519	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
ISR0081_000000013024	1820	0.5627249948664702	3	3	3	3	2	True	34232	maximal	True	ISR0081_000000013024	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	78.704	6.0	0.0001376984611547445	NZ_QGNZ01000003.1	CFB group bacteria	Pedobacter yonginense strain KCTC22721 contig_3, whole genome shotgun sequence	True	True
MON0039_000000031635	1547	0.56272254000981	3	2	1	2	1	True	105777	maximal	True	MON0039_000000031635	1.0		6	2	False	False	0.9844861030578613	0					non-mobilizable	no_good_hit	145.0	79.31	9.0	2.660040499581648e-05	CP013653.1	firmicutes	Paenibacillus sp. 32O-W, complete genome	True	True
FIJ0095_000000015041	1814	0.5627165016087171	2	1	1	1	1	False	68111	maximal	True	FIJ0095_000000015041	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	74.128	67.0	0.003896585453173847	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0111_000000022086	1361	0.5627137020872579	2	2	2	1	1	False	106062	fragment	False	CHI0111_000000022086	0.9676908623444748		0	0	False	False	1.0	0					non-mobilizable	chromosome	1236.0	99.757	100.0	0.00027485073490858043	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0159_000000017754	1300	0.5627137020872579	2	2	2	1	1	False	106062	fragment	False	CHI0111_000000022086	0.9628606254499319		0	0	False	False	0.9976922869682312	0					non-mobilizable	other	1256.0	99.602	97.0	0.00030745308949900593	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0015_01_000000025760	1298	0.5627137020872579	2	2	2	1	1	False	106062	fragment	False	CHI0111_000000022086	0.9615242516047875		0	0	False	False	0.9845916628837585	0					non-mobilizable	other	1241.0	99.919	96.0	0.017714032656676332	NZ_WNAJ01000022.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold22_size70001, whole genome shotgun sequence	False	False
ISR0779_000000027941	1256	0.5627137020872579	2	2	2	1	1	False	106062	fragment	False	CHI0111_000000022086	0.796946388064169		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	99.833	100.0	0.0002939683048718565	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0078_000000012174	1245	0.5627137020872579	3	2	2	1	1	False	84423	fragment	False	CHI0078_000000012174	1.0		0	0	False	False	0.9783132672309875	0					non-mobilizable	chromosome	1068.0	98.876	100.0	0.00023746213291291927	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0116_000000022141	1215	0.5627137020872579	2	2	2	1	1	False	106062	fragment	False	CHI0111_000000022086	0.7922398743390189		0	0	False	False	0.980246901512146	0					non-mobilizable	other	1201.0	99.833	99.0	0.01714261224839645	NZ_WNAJ01000022.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold22_size70001, whole genome shotgun sequence	False	False
MON0068_000000036509	1157	0.5627137020872579	2	2	2	1	1	False	83322	fragment	False	MON0068_000000036509	0.9556380692850933		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	99.914	100.0	0.016514049799288583	NZ_WNAJ01000022.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold22_size70001, whole genome shotgun sequence	False	False
ISR0822_000000008486	1141	0.5627137020872579	2	2	2	1	1	False	83322	fragment	False	MON0068_000000036509	0.9401677485309884		0	0	False	False	0.9631901979446411	0					non-mobilizable	chromosome	1067.0	98.78200000000001	96.0	0.00023723958171056414	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0063_000000026858	1129	0.5627137020872579	2	2	2	1	1	False	83322	fragment	False	MON0068_000000036509	0.9431665248341743		0	0	False	False	1.0	0					non-mobilizable	chromosome	1061.0	99.62299999999999	100.0	0.0002359042744964334	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0334_000000019490	1122	0.5627137020872579	2	2	2	1	1	False	83322	fragment	False	MON0068_000000036509	0.9439337166067556		0	0	False	False	0.9420677423477173	0					non-mobilizable	chromosome	1085.0	89.954	97.0	0.00027419637422766756	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	False	False
CHI0100_000000002672	1111	0.5627137020872579	2	2	2	1	1	False	83322	fragment	False	MON0068_000000036509	0.9475337621496607		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	99.82	100.0	0.015856916329766716	NZ_WNAJ01000022.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold22_size70001, whole genome shotgun sequence	False	False
MAD0015_000000018903	1142	0.5627136774252742	1	1	1	1	1	False	88299	fragment	False	CHI0033_000000006392	0.23502495840266224		0	0	False	False	0.9982486963272095	0					non-mobilizable	chromosome	1152.0	96.962	100.0	0.00030677064146274646	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0102_000000004323	6319	0.5627132808988341	8	4	4	4	4	True	108370	fragment	False	AST0102_000000004323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	1.0	0.00048348445142032317	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	True
MON0077_000000002516	10618	0.5627111931046147	11	11	11	10	10	False	18131	maximal	True	MON0077_000000002516	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10618.0	100.0	100.0	0.1112403344439555	LT985227.1	enterobacteria	Escherichia coli strain 518 genome assembly, plasmid: RCS28_pI	False	True
CHI0056_000000002499	6204	0.5627077676454588	7	3	1	2	2	True	86169	maximal	True	CHI0056_000000002499	1.0		1	1	False	False	0.9987105131149292	0					non-mobilizable	no_good_hit	573.0	82.54799999999999	11.0	0.00015773308673653575	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
AUS0002_000000004646	6343	0.562705918072775	8	6	4	6	4	True	103136	fragment	False	AUS0002_000000004646	1.0		0	0	False	False	0.9990540742874146	0					non-mobilizable	other	6344.0	98.566	99.0	0.036970548292523706	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
DEN0079_000000053919	1172	0.5627038091852608	2	2	2	2	1	False	69414	fragment	False	DEN0079_000000053919	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000005306	3336	0.5627028338149243	2	2	2	2	1	False	71730	maximal	True	DEN0062_000000005306	1.0		51	9	False	False	1.0	0					non-mobilizable	other	1868.0	92.505	98.0	0.0004577471436161436	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0120_000000017246	2406	0.5627017498710236	3	2	2	2	1	True	4179	maximal	True	SPA0120_000000017246	1.0		11	4	False	False	0.9925187230110168	0					non-mobilizable	other	2355.0	98.76899999999999	100.0	0.0007536004912169047	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	False	True
TAN0009_000000009958	3470	0.5627014086128995	5	4	2	4	1	False	2713	maximal	True	TAN0009_000000009958	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	96.954	27.0	0.054755872869645325	NZ_CYZN01000044.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0043_000000001779	9981	0.5627012348632314	10	6	5	5	6	False	85070	maximal	True	MAD0043_000000001779	1.0		76	4	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	89.319	27.0	0.0057292014408846246	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
CHI0154_000000004915	5552	0.5626967090654643	5	5	4	5	4	False	113469	maximal	True	CHI0154_000000004915	1.0		2	2	False	False	0.9998198747634888	0					non-mobilizable	no_good_hit	1426.0	73.001	25.0	0.00036552986190261136	NZ_CP019646.1	bacteria	Limihaloglobus sulfuriphilus strain SM-Chi-D1 chromosome, complete genome	True	False
AST0084_000000003705	7137	0.5626951400379041	6	6	6	6	5	False	111600	fragment	False	AST0084_000000003705	1.0		0	0	False	True	0.9997197985649109	0					non-mobilizable	no_good_hit	2804.0	81.812	51.0	0.0007340004274128668	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
AST0100_000000009243	1426	0.5626946525890121	2	1	1	1	1	False	108584	maximal	True	AST0100_000000009243	1.0		2	2	False	False	0.9992987513542175	0					non-mobilizable	no_good_hit	89.0	83.146	6.0	6.798123092911589e-05	NZ_RBLG01000001.1	CFB group bacteria	Gillisia mitskevichiae strain DSM 19839 Ga0131140_101, whole genome shotgun sequence	True	False
ISR0131_000000022072	1598	0.5626945890139122	3	2	2	2	2	False	37943	maximal	True	ISR0131_000000022072	1.0		8	4	False	False	0.987484335899353	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.00040479486041106264	NZ_BAJV01000016.1	a-proteobacteria	Asaia prunellae JCM 25354, whole genome shotgun sequence	True	False
ISR0779_000000016531	2059	0.5626910569606803	3	3	3	3	2	False	69360	maximal	True	ISR0779_000000016531	1.0		47	9	False	False	0.991257905960083	0					non-mobilizable	chromosome	1998.0	100.0	97.0	0.0008728696211649684	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
FIJ0026_000000016183	2004	0.5626866454128445	3	2	2	2	2	False	124937	fragment	False	ISR0383_000000007037	0.946484100682597		0	0	False	False	1.0	0					non-mobilizable	other	2008.0	80.926	99.0	0.004772674441129751	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
MON0011_000000028277	1658	0.5626843168464887	2	2	1	2	1	False	123305	fragment	False	ISR0842_000000012327	0.9437220182481001		0	0	False	False	0.9752714037895203	0					non-mobilizable	no_good_hit								True	False
AST0094_000000019478	1188	0.5626823143824485	2	1	1	1	0	True	109058	maximal	True	AST0094_000000019478	1.0		4	4	False	False	0.9924242496490479	0					non-mobilizable	no_good_hit	185.0	97.838	16.0	6.515989139545928e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
SPA0037_000000019252	1284	0.5626783094142414	3	1	1	1	1	False	27769	fragment	False	SPA0037_000000019252	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0150_000000020325	1239	0.5626783094142414	2	1	1	1	1	False	39778	maximal	False	MON0080_000000046786	0.9413654618473896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0132_000000035971	1152	0.5626783094142414	2	1	1	1	1	False	3711	maximal	True	SPA0132_000000035971	1.0		77	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0052_000000027260	1123	0.5626783094142414	2	1	1	1	1	False	11195	fragment	False	MON0052_000000027260	1.0		0	0	False	False	0.9857524633407593	0					non-mobilizable	no_good_hit								True	False
USA0035_01_000000014386	1765	0.5626757782761153	3	3	3	3	3	False	66673	fragment	False	USA0035_01_000000014386	1.0		0	0	False	False	0.998866856098175	0					non-mobilizable	other	1765.0	99.83	100.0	0.02228426331813186	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
FIJ0070_000000004673	4138	0.5626733777639852	6	6	6	5	5	False	106612	maximal	False	ISR0144_000000001389	0.9745078887384061		0	0	False	False	0.997825026512146	0					non-mobilizable	other	4140.0	97.029	100.0	0.016221591579079767	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0154_000000015984	2342	0.562670127263334	3	1	1	1	1	False	39603	fragment	False	FIJ0154_000000015984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000022782	1152	0.5626656368483809	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.025046317522115915		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	95.387	99.0	0.0003187985626294772	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0053_000000013735	2446	0.5626652086547624	3	3	3	3	1	False	6479	maximal	True	SPA0053_000000013735	1.0		2	2	False	False	0.9995911717414856	0					non-mobilizable	no_good_hit	1335.0	88.015	55.0	0.004045762747955065	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0115_000000000786	22399	0.5626642418304536	27	14	6	13	6	False	50677	maximal	True	FIJ0115_000000000786	0.9999517094113478		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	76.765	4.0	0.00029005557602753156	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
FIJ0070_000000000636	20744	0.5626642418304536	25	14	6	13	6	False	50677	maximal	False	FIJ0115_000000000786	0.9753399318378797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	0.0	2.1183378275324107e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0154_000000001057	20690	0.5626642418304536	24	14	6	13	6	False	50677	maximal	False	FIJ0115_000000000786	0.973653764069649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	96.154	0.0	2.1183378275324107e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
TAN0013_000000002270	3517	0.5626631871295174	3	2	2	2	2	False	107816	maximal	True	TAN0013_000000002270	1.0	PS663	6	3	False	True	0.9997156858444214	0					non-mobilizable	no_good_hit	1817.0	83.875	52.0	0.05487989350759363	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
ENG0006_000000017704	1254	0.5626578835750662	2	1	1	1	1	False	67572	maximal	True	ENG0006_000000017704	1.0		1	1	False	False	0.9776714444160461	0					non-mobilizable	no_good_hit	160.0	99.375	13.0	0.0005049719089526121	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
SPA0125_000000014019	2468	0.5626575461867026	4	3	3	3	2	False	95327	fragment	False	SPA0125_000000014019	0.9919594961411798		0	0	False	False	0.9991896152496338	0					non-mobilizable	other	2467.0	99.635	99.0	0.0007426677372004257	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0103_000000041428	1394	0.5626563315489128	5	2	0	2	0	True	8853	maximal	True	MON0103_000000041428	1.0		1	1	False	False	0.8694404363632202	0					non-mobilizable	no_good_hit	433.0	88.684	31.0	0.00012026307547760726	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MAD0041_000000016985	2032	0.5626562012139225	3	3	2	2	3	False	67146	maximal	True	MAD0041_000000016985	1.0		9	6	False	False	0.9911417365074158	0					non-mobilizable	chromosome	2032.0	99.705	100.0	0.0004048683071640759	CP026238.1	enterobacteria	Citrobacter freundii complex sp. CFNIH9 chromosome, complete genome	False	False
ISR0232_000000018359	1578	0.5626558728689688	2	2	1	1	2	False	56985	maximal	True	ISR0232_000000018359	1.0		48	6	False	False	0.9987325668334961	0					non-mobilizable	other	1578.0	96.38799999999999	100.0	0.00075075932855361	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0004_000000004062	6815	0.5626546290921766	9	7	4	6	4	False	14258	maximal	True	MON0004_000000004062	1.0		23	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0040_000000001221	11490	0.5626488747704703	11	9	5	8	9	True	123541	fragment	False	CHI0040_000000001221	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7487.0	99.98700000000001	96.0	0.057621404435139356	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0049_000000006068	2854	0.5626452792801132	2	2	2	1	2	False	47405	fragment	False	FIJ0041_000000011770	0.9679373012943002		0	0	False	False	1.0	0					non-mobilizable	other	2623.0	79.07	92.0	0.008259969668933548	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
FIJ0110_000000003388	5013	0.5626415953183534	3	3	3	3	2	True	42125	maximal	True	FIJ0110_000000003388	1.0		1	1	False	False	0.9978057146072388	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	7.480166558375367e-06	CP008739.2	g-proteobacteria	Pseudomonas aeruginosa VRFPA04, complete genome	True	True
ISR0779_000000004101	7446	0.5626339151278207	7	7	6	7	6	False	104499	fragment	False	DEN0045_000000004185	0.6885496825984095		0	0	False	False	0.999865710735321	0					non-mobilizable	other	7446.0	99.98700000000001	100.0	0.0526628516456699	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CHI0122_000000008252	1726	0.5626334753212281	2	2	2	2	2	False	100837	fragment	False	ENG0142_000000018909	0.9430711189441869		0	0	False	False	0.9907299876213074	0					non-mobilizable	other	1726.0	98.725	100.0	0.10481224936201239	NZ_JAAIQH010000034.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_34_length_16458_cov_228.383, whole genome shotgun sequence	False	False
ISR0793_000000003276	4206	0.5626298740925222	5	4	3	3	2	True	64001	fragment	False	ENG0124_000000007183	0.4723850844277674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	98.32799999999999	25.0	0.0002176597163547826	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ENG0066_000000010644	1890	0.5626256036879592	4	4	4	3	2	False	63936	maximal	True	ENG0066_000000010644	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	85.959	48.0	0.0034760306676489047	NZ_QIBZ01000004.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_004, whole genome shotgun sequence	True	False
ISR0056_000000017651	1277	0.5626224972452415	3	2	2	2	1	True	35622	fragment	False	ISR0056_000000017651	1.0		0	0	False	False	0.9851213693618774	0					non-mobilizable	other	744.0	96.23700000000001	100.0	0.001945504914821972	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
ISR0311_000000000688	16460	0.5626223980644599	13	4	3	3	1	False	58240	maximal	True	ISR0311_000000000688	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	93.617	0.0	2.5531640918561834e-05	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
SPA0072_000000005177	3896	0.5626221077812598	5	5	4	5	5	False	107407	maximal	True	SPA0072_000000005177	1.0		4	1	False	False	0.9897330403327942	0					non-mobilizable	no_good_hit	240.0	74.167	6.0	0.002030883134243946	NZ_LNAM01000164.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf4, whole genome shotgun sequence	True	False
FIJ0060_000000012368	1195	0.5626138283702147	2	2	2	1	1	False	45849	fragment	False	FIJ0090_000000036399	0.9559505409582689		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0065_000000001865	11791	0.5626134580470705	17	7	3	6	3	False	124413	maximal	True	ISR0065_000000001865	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2993.0	99.566	65.0	0.02116604371956054	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
FIJ0150_000000011401	2097	0.5626118903290722	3	3	3	2	3	False	39809	maximal	True	FIJ0150_000000011401	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	78.632	6.0	0.003910367574552008	NZ_ADNC01000006.1	mycoplasmas	Mycoplasma alligatoris A21JP2 gcontig_1119468159016, whole genome shotgun sequence	True	False
CHI0047_000000002157	6843	0.5626101477433905	6	5	4	3	3	False	87004	maximal	True	CHI0047_000000002157	1.0		6	3	False	False	0.9975157380104065	0					non-mobilizable	no_good_hit	1888.0	99.84100000000001	28.0	0.0005470064658077477	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0305_000000007258	2400	0.5626075055352329	1	1	1	1	1	False	59593	maximal	True	ISR0305_000000007258	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	79.221	6.0	0.017797017797017797	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0065_000000029697	1179	0.5626075055352329	1	1	1	1	1	False	35156	fragment	False	ISR0065_000000029697	1.0		0	0	False	False	0.9940627813339233	0					non-mobilizable	no_good_hit	191.0	89.529	16.0	0.0006275369833966926	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
ETH0004_000000013289	2112	0.5626062954648268	2	2	0	1	1	False	52901	maximal	True	ETH0004_000000013289	1.0		1	1	False	False	0.998106062412262	0					non-mobilizable	no_good_hit	62.0	93.54799999999999	3.0	0.0009669800104624066	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
ENG0130_000000008300	3627	0.5626001749442957	6	3	2	3	1	False	58460	fragment	False	ENG0130_000000008300	1.0		0	0	False	False	0.9875930547714233	0					non-mobilizable	no_good_hit	77.0	83.117	2.0	0.00012116726649921568	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ENG0076_000000011469	1126	0.5625988856739867	2	1	1	1	1	False	62027	fragment	False	ENG0076_000000011469	1.0		0	0	False	False	0.9955595135688782	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	4.0	1.9632450326125203e-05	CP040781.1	firmicutes	Staphylococcus sp. 17KM0847 chromosome, complete genome	True	False
MAD0042_000000003473	6004	0.562598884447567	5	4	0	4	1	False	18159	fragment	False	MAD0042_000000003473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000006144	4901	0.5625968898925334	6	5	3	4	5	True	80277	fragment	False	CHI0140_000000006144	1.0		0	0	False	False	0.9997959733009338	0					non-mobilizable	chromosome	4870.0	97.146	99.0	0.0011011680934112727	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MAD0050_000000020485	1179	0.5625949962272758	2	1	1	1	1	True	17375	fragment	False	MAD0050_000000020485	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	98.529	6.0	0.005720628415300547	NZ_PPEL01000093.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_093, whole genome shotgun sequence	True	True
USA0023_01_000000009567	3334	0.562590712185009	5	5	5	4	3	False	1713	maximal	True	USA0023_01_000000009567	1.0		10	5	False	False	0.9826034903526306	0					non-mobilizable	no_good_hit	2524.0	75.238	74.0	0.0025390092901205496	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	True	False
FIJ0163_000000006090	4018	0.5625873618285805	6	4	4	4	4	False	39179	maximal	True	FIJ0163_000000006090	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1896.0	78.586	47.0	0.0009992845422569906	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0850_000000001260	10299	0.5625858012577127	15	10	9	6	3	True	130708	maximal	True	ISR0850_000000001260	1.0		11	4	False	False	1.0	0					non-mobilizable	other	9458.0	96.96600000000001	99.0	0.0028535790637314417	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0016_000000008428	2485	0.562577969888606	3	1	1	1	1	True	81757	fragment	False	ISR0016_000000008428	0.9849917763157894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	94.675	37.0	0.00023861240199625562	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0066_000000016232	1825	0.562577969888606	2	1	1	1	1	True	92710	maximal	True	MAD0066_000000016232	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000022351	1761	0.562577969888606	1	1	1	1	1	True	37346	fragment	False	ISR0025_000000022351	1.0		0	0	False	False	0.9892106652259827	0					non-mobilizable	no_good_hit								True	True
FIJ0033_000000022591	1663	0.562577969888606	1	1	1	1	1	True	92711	fragment	False	FIJ0033_000000022591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0107_000000017859	1590	0.562577969888606	2	1	1	1	1	True	37346	fragment	False	ISR0025_000000022351	0.9514480408858603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0052_000000015676	1560	0.562577969888606	2	1	1	1	1	True	114474	maximal	True	AST0052_000000015676	1.0		1	1	False	False	0.9891025424003601	0					non-mobilizable	no_good_hit	227.0	98.238	15.0	6.415526254831516e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0098_000000016706	1430	0.562577969888606	2	1	1	1	1	True	42849	maximal	True	FIJ0098_000000016706	1.0		3	1	False	False	0.985314667224884	0					non-mobilizable	no_good_hit	632.0	74.367	47.0	0.00016552712031885192	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
AST0116_000000018981	1425	0.562577969888606	3	1	1	1	1	True	106177	fragment	False	AST0116_000000018981	1.0		0	0	False	False	0.9985964894294739	0					non-mobilizable	no_good_hit	448.0	71.205	31.0	0.00013895567439454692	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ISR0115_000000026102	1385	0.562577969888606	2	1	1	1	1	True	32449	maximal	True	ISR0115_000000026102	1.0		0	0	False	False	0.9761732816696167	0					non-mobilizable	no_good_hit								True	True
USA0001_01_000000012618	1352	0.562577969888606	2	1	1	1	1	True	21031	fragment	False	USA0001_01_000000012618	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0070_000000025482	1343	0.562577969888606	1	1	1	1	1	True	92709	fragment	False	ISR0189_000000013093	0.8041077381923004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0773_000000013312	1327	0.562577969888606	2	1	1	1	1	True	22494	fragment	False	ISR0773_000000013312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0018_000000017143	1286	0.562577969888606	2	1	1	1	1	True	66591	maximal	True	ENG0018_000000017143	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0066_000000029011	1267	0.562577969888606	2	1	1	1	1	True	39073	fragment	False	MON0066_000000029011	0.9341978632062021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000033247	1252	0.562577969888606	2	1	1	1	1	True	15387	fragment	False	MAD0097_000000033247	1.0		0	0	False	False	0.9880191683769226	0					non-mobilizable	no_good_hit								True	True
FIJ0021_000000038761	1229	0.562577969888606	1	1	1	1	1	True	92709	fragment	False	ISR0189_000000013093	0.6317424512370993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0830_000000025082	1228	0.562577969888606	2	1	1	1	1	True	21030	fragment	False	ISR0830_000000025082	1.0		0	0	False	False	0.9975569844245911	0					non-mobilizable	no_good_hit								True	True
SPA0114_000000038596	1218	0.562577969888606	4	1	1	1	1	True	33565	fragment	False	ISR0092_000000023871	0.9716365461847389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	83.905	55.0	0.00020172416959643425	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0131_000000024140	1187	0.562577969888606	1	1	1	1	1	True	3756	fragment	False	SPA0131_000000024140	1.0		0	0	False	False	0.9831507802009583	0					non-mobilizable	no_good_hit	724.0	96.823	61.0	0.00025752164446269694	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
DEN0010_000000040100	1182	0.562577969888606	1	1	1	1	1	True	128159	fragment	False	MAD0102_000000004786	0.014279055657345677		0	0	False	False	0.9940778613090515	0					non-mobilizable	other	1182.0	100.0	100.0	0.0054864140407602	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0825_000000020578	1175	0.562577969888606	2	1	1	1	1	True	39073	fragment	False	MON0066_000000029011	0.6093202982480005		0	0	False	False	0.999148964881897	0					non-mobilizable	no_good_hit								True	True
SPA0060_000000011786	1170	0.562577969888606	1	1	1	1	1	True	128159	fragment	False	MAD0102_000000004786	0.012104722327544771		0	0	False	False	0.9991452693939209	0					non-mobilizable	other	1174.0	95.82600000000001	100.0	0.06552052416419331	MK211798.1	firmicutes	Streptococcus suis ILCSsuYS249 integron, complete sequence	False	True
ENG0153_000000025420	1163	0.562577969888606	2	1	1	1	1	True	92709	fragment	False	ISR0189_000000013093	0.3914276203861232		0	0	False	False	0.9957007765769958	0					non-mobilizable	no_good_hit								True	True
CHI0051_000000016377	1161	0.562577969888606	1	1	1	1	1	True	86542	fragment	False	CHI0051_000000016377	1.0		0	0	False	False	0.9801895022392273	0					non-mobilizable	chromosome	1161.0	100.0	100.0	0.0004131744226510767	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
DEN0010_000000040990	1159	0.562577969888606	2	1	1	1	1	True	75823	maximal	True	DEN0010_000000040990	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	1.2453983372922415e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0062_000000030437	1150	0.562577969888606	1	1	1	1	1	True	39073	fragment	False	MON0066_000000029011	0.48255977496483826		0	0	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit								True	True
MAD0042_000000022413	1138	0.562577969888606	2	1	1	1	1	True	18088	fragment	False	MAD0042_000000022413	1.0		0	0	False	False	0.9771528840065002	0					non-mobilizable	no_good_hit								True	True
USA0055_01_000000023001	1137	0.562577969888606	2	1	1	1	1	True	1020	maximal	True	USA0055_01_000000023001	1.0		1	1	False	False	0.9868074059486389	0					non-mobilizable	no_good_hit								True	True
ISR0845_000000009653	1112	0.562577969888606	3	1	1	1	1	True	33565	fragment	False	ISR0092_000000023871	0.6376573617952929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	86.37200000000001	51.0	0.00016980959948117747	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
AST0111_000000016926	1009	0.562577969888606	2	1	1	1	1	True	106715	fragment	False	AST0111_000000016926	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1009.0	97.82	100.0	0.005898289613041774	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	True
ENG0210_000000009972	2411	0.5625758656621218	4	4	4	2	2	False	53728	maximal	True	ENG0210_000000009972	1.0		16	2	False	False	1.0	0					non-mobilizable	chromosome	1218.0	98.851	97.0	0.000501190585029845	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0178_000000003860	5018	0.5625701893492521	7	5	3	4	5	True	97239	maximal	True	ENG0178_000000003860	1.0		165	11	False	False	0.9984057545661926	0					non-mobilizable	no_good_hit	1275.0	80.314	39.0	0.029028571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
SPA0111_000000017666	1943	0.5625677862394682	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.3195159689060522		0	0	False	False	0.9943386316299438	0					non-mobilizable	no_good_hit	800.0	77.75	41.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0043_01_000000007986	1178	0.562553247229004	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.02590382609406834		0	0	False	False	0.9991511106491089	0					non-mobilizable	other	1179.0	91.68799999999999	100.0	0.0003541650228309952	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0169_000000006595	4157	0.5625514078021324	5	5	3	5	5	False	88035	fragment	False	ISR0169_000000006595	1.0		0	0	False	False	0.9973538517951965	0					non-mobilizable	other	3061.0	99.96700000000001	99.0	0.07429348353889483	LM997258.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.0_1_41188_[organism:Escherichia	False	False
ISR0175_000000011163	1895	0.5625508814969584	3	2	2	1	1	False	127767	fragment	False	ISR0175_000000011163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	98.45100000000001	89.0	0.03206991509217471	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0029_000000012194	2000	0.5625504850488029	3	3	3	2	2	False	65801	maximal	True	ENG0029_000000012194	1.0		8	5	False	False	0.9804999828338623	0					non-mobilizable	no_good_hit	1289.0	90.225	81.0	0.00796655919622104	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0003_000000010806	4504	0.5625465467294631	5	4	4	3	2	False	96777	maximal	True	CAN0003_000000010806	1.0		1	1	False	False	0.9975576996803284	0					non-mobilizable	no_good_hit	931.0	99.03299999999999	21.0	0.004604416278839489	NZ_CABMOJ010000025.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ENG0089_000000010230	2054	0.5625356958812359	4	4	4	2	3	False	101772	fragment	False	FIJ0075_000000008051	0.5561667016012742		0	0	False	False	0.9961051344871521	0					non-mobilizable	other	2043.0	100.0	99.0	0.0006104723208202452	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0057_000000000240	28209	0.5625336134704197	48	18	9	11	12	False	86022	maximal	True	CHI0057_000000000240	1.0		2	1	False	False	0.999822735786438	0					non-mobilizable	no_good_hit	1305.0	79.387	5.0	0.001508300945421372	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0135_000000001851	12348	0.5625305821315151	16	6	5	6	5	True	70487	fragment	False	SPA0135_000000001851	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0052_01_000000004002	4195	0.5625264420040753	3	3	2	3	3	False	90447	fragment	False	USA0052_01_000000004002	1.0		0	0	False	False	0.9990465044975281	0					non-mobilizable	no_good_hit	1433.0	98.255	53.0	0.0086360371995341	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
DEN0085_000000005654	6308	0.5625253498379887	5	4	3	4	3	True	100155	fragment	False	DEN0085_000000005654	0.9874018523793715		0	0	False	False	1.0	0					non-mobilizable	other	6289.0	98.36200000000001	99.0	0.8621777290181021	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0812_000000015709	2530	0.5625233929355573	3	3	2	3	2	True	124656	fragment	False	ISR0812_000000015709	0.7294492053326104		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	87.88600000000001	99.0	0.00047269693472597277	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0041_000000007434	1918	0.5625219868413063	3	2	2	2	2	False	118655	fragment	False	ISR0041_000000007434	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1918.0	99.948	100.0	0.00037128216689336763	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0005_000000020709	1799	0.5625219868413063	2	2	2	2	2	False	118653	fragment	False	DEN0005_000000020709	0.9451806014055301		0	0	False	False	0.9916620254516602	0					non-mobilizable	other	1785.0	99.77600000000001	99.0	0.0003455228929252832	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0104_000000021657	1734	0.5625219868413063	3	2	2	2	2	False	118606	fragment	False	CHI0059_000000010352	0.6130217633617407		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	92.65	97.0	0.00029962102878666654	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0076_000000020141	2359	0.5625148984548172	2	2	2	2	2	False	14393	fragment	False	MON0076_000000020141	1.0		0	0	False	False	0.9673590660095215	0					non-mobilizable	no_good_hit	1038.0	77.649	44.0	0.007750779188746795	NZ_WUJG01000010.1	spirochetes	Sphaerochaeta halotolerans strain 585 NODE_10_length_133793, whole genome shotgun sequence	True	False
MON0026_000000040369	1304	0.5625143218156357	2	2	2	2	2	False	12703	maximal	True	MON0026_000000040369	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	71.479	22.0	0.0011409638505296752	NZ_FOPG01000004.1	a-proteobacteria	Sulfitobacter dubius strain DSM 16472, whole genome shotgun sequence	True	False
MAD0056_000000000445	16549	0.5625131213032004	12	11	9	10	10	False	44082	maximal	True	MAD0056_000000000445	1.0		5	1	False	False	1.0	0		MOBF			mobilizable	no_good_hit	13595.0	97.68299999999999	89.0	0.18173672314873016	CP057969.1	enterobacteria	Escherichia coli strain RHB07-C17 plasmid pRHB07-C17_3, complete sequence	True	True
USA0027_01_000000019445	1394	0.5625101240176036	2	2	2	2	2	False	69450	fragment	False	ISR0325_000000014765	0.973806989684947		0	0	False	False	0.9949784874916077	0					non-mobilizable	no_good_hit	560.0	75.357	40.0	0.0005610222713733341	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
FIJ0015_000000006399	4503	0.5625040230586945	6	2	2	2	2	False	50383	maximal	True	FIJ0015_000000006399	1.0		11	4	False	False	0.9997779130935669	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	4.736395280604538e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
MON0032_000000001754	8876	0.5625023712220553	15	5	2	5	2	True	74831	fragment	False	MON0032_000000001754	1.0		0	0	False	False	0.992676854133606	0					non-mobilizable	no_good_hit								True	True
ISR0236_000000002939	3275	0.5624996809959099	4	4	4	4	3	False	125802	maximal	True	ISR0236_000000002939	1.0		23	4	False	False	0.9841221570968628	0					non-mobilizable	chromosome	2047.0	98.82799999999999	100.0	0.0005482938040120314	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0026_000000028884	1680	0.5624995403773577	2	2	2	2	2	False	31892	fragment	False	MON0026_000000028884	1.0		0	0	False	False	0.999404788017273	0					non-mobilizable	other	1693.0	79.09	100.0	0.017785512659974106	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AUS0008_000000015994	1554	0.562492880038533	3	3	3	3	3	False	101783	maximal	False	ISR0193_000000014178	0.31724699653838323		0	0	False	False	0.9826254844665527	0					non-mobilizable	no_good_hit	390.0	75.89699999999999	25.0	0.0011693698192958202	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
USA0044_01_000000008820	3330	0.5624852952099163	2	2	2	2	2	False	129465	maximal	True	USA0044_01_000000008820	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	94.184	75.0	0.00035185327405586986	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0067_000000002440	8940	0.5624839393442592	9	6	2	3	5	False	84732	maximal	True	SPA0067_000000002440	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7676.0	100.0	86.0	0.03382055496556252	NZ_QVHZ01000010.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf10, whole genome shotgun sequence	True	False
MON0087_000000008200	5559	0.5624839148285374	8	5	4	5	4	False	127599	maximal	False	ISR0009_000000005218	0.96		0	0	False	False	0.9978413581848145	0					non-mobilizable	chromosome	4191.0	81.842	99.0	0.0018345553399910105	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0183_000000007025	3918	0.5624822807700118	3	3	2	2	2	False	55174	maximal	True	ENG0183_000000007025	1.0		4	3	False	False	0.9954057931900024	0					non-mobilizable	no_good_hit	1519.0	94.931	56.0	0.0005277225113735703	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0075_000000005771	3988	0.5624677438275382	5	2	2	2	2	False	105965	maximal	False	AST0118_000000007228	0.9810561614736075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0118_000000007228	3965	0.5624677438275382	5	2	2	2	2	False	105965	maximal	True	AST0118_000000007228	0.9830671709876234		96	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0087_000000006996	3953	0.5624677438275382	5	2	2	2	2	False	105965	maximal	False	AST0118_000000007228	0.9814905835623726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0057_000000005711	3573	0.5624677438275382	4	2	2	2	2	False	69585	fragment	False	ISR0057_000000005711	0.9818687061650034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0255_000000008357	3476	0.5624677438275382	4	2	2	2	2	False	69585	fragment	False	ISR0057_000000005711	0.9741108574419026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	3.636857831399099e-05	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
ISR0238_000000004013	3392	0.5624677438275382	4	2	2	2	2	False	69585	fragment	False	ISR0057_000000005711	0.9633158255300173		0	0	False	False	0.9985259175300598	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000004291	7134	0.5624615521577003	7	5	4	5	5	False	123743	maximal	True	ENG0119_000000004291	1.0	PS903	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3616.0	99.39200000000001	51.0	0.000671994414360121	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
ENG0134_000000023625	1658	0.5624588171897453	3	2	2	2	1	True	110169	fragment	False	ENG0134_000000023625	0.9441013601369025		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	78.043	99.0	0.00040356282720523427	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0092_000000008351	1712	0.5624574545203239	3	2	2	2	1	False	109649	fragment	False	AST0092_000000008351	0.9843102427471877		0	0	False	False	0.9953271150588989	0					non-mobilizable	no_good_hit								True	False
ENG0006_000000006776	3631	0.5624518488409139	4	3	2	3	1	True	67615	maximal	True	ENG0006_000000006776	1.0		32	6	False	False	1.0	0					non-mobilizable	other	3631.0	98.01700000000001	100.0	0.0009304071358048303	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
ISR0284_000000006661	1900	0.5624517298112384	2	2	2	2	2	False	63967	maximal	True	ISR0284_000000006661	0.9983677910772579		426	14	False	False	0.99210524559021	0					non-mobilizable	chromosome	1900.0	100.0	100.0	0.0004021658931132426	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ISR0090_000000018891	1612	0.5624494013262117	2	1	1	1	1	False	33662	fragment	False	MAD0003_000000016282	0.9477299880525687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	3.196418699705069e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MAD0096_000000014150	1378	0.5624487622809304	2	2	2	1	2	False	44472	maximal	True	MAD0096_000000014150	1.0		15	10	False	False	1.0	0					non-mobilizable	chromosome	1249.0	99.76	91.0	0.0002403316576876089	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
ISR0180_000000002480	8184	0.5624476445510369	12	3	2	3	2	False	53627	maximal	True	ISR0180_000000002480	1.0		1	1	False	False	0.9992668628692627	0					non-mobilizable	no_good_hit	175.0	87.429	2.0	0.20023148148148148	GQ882938.1		Uncultured organism clone VC1D674TF genomic sequence	True	False
FIJ0121_000000019931	1290	0.5624475498013782	2	1	1	1	1	False	44967	fragment	False	MAD0069_000000006185	0.47833558710840657		0	0	False	False	1.0	0					non-mobilizable	chromosome	1264.0	98.101	98.0	0.0005540258554172367	CP049097.1	firmicutes	Weissella confusa strain N17 chromosome, complete genome	False	False
CHI0135_000000014332	1327	0.5624446706248389	3	1	1	1	1	False	80654	fragment	False	CHI0135_000000014332	0.9904246461282264		0	0	False	False	0.9939713478088379	0					non-mobilizable	other	1328.0	97.741	100.0	0.0038785601324070338	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ISR0029_000000031890	1307	0.5624446706248389	3	1	1	1	1	False	37088	fragment	False	ISR0029_000000031890	1.0		0	0	False	False	0.9839326739311218	0					non-mobilizable	other	1298.0	98.074	99.0	0.0037902102432861447	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
SPA0045_000000020437	1201	0.5624446706248389	2	1	1	1	1	False	80654	fragment	False	CHI0135_000000014332	0.9438583270535041		0	0	False	False	0.9958367943763733	0					non-mobilizable	other	1202.0	98.17	100.0	0.0035074905980992995	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
SPA0096_000000015253	2563	0.5624353305473092	4	4	4	2	2	False	34910	maximal	True	SPA0096_000000015253	1.0		28	4	False	False	0.9996098279953003	0					non-mobilizable	no_good_hit	908.0	85.352	41.0	0.02828068423024098	HE717014.1	bacteria	Uncultured bacterium fructooligosaccharide and inulin degrading DNA fragment, clone MetaPbio 13	True	False
SPA0122_000000013312	1944	0.562434947032567	2	2	2	2	2	False	115882	maximal	False	FIJ0122_000000006376	0.44472615536708454		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	99.486	100.0	0.030149740088447514	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	False
ISR0817_000000009597	1359	0.5624343300395442	2	2	2	2	1	False	21369	maximal	True	ISR0817_000000009597	1.0		50	6	False	False	0.9985283017158508	0					non-mobilizable	other	1362.0	90.969	99.0	0.044315552803936266	KF176932.1	bacteria	Uncultured bacterium EB5 genomic sequence	False	False
ISR0222_000000031153	1477	0.5624316808722326	2	2	1	2	1	False	27856	maximal	True	ISR0222_000000031153	1.0		118	13	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	5.178957648457287e-05	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
CHI0138_000000007469	1944	0.5624253737383182	2	2	2	2	1	False	80423	maximal	True	CHI0138_000000007469	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	80.233	4.0	1.7429461942257218e-05	NZ_KE161030.1	enterobacteria	Cedecea davisae DSM 4568 Scaffold0, whole genome shotgun sequence	True	False
FIJ0063_000000015201	1825	0.5624202390134253	4	2	2	2	2	False	45586	fragment	False	FIJ0063_000000015201	1.0		0	0	False	False	0.9978082180023193	0					non-mobilizable	chromosome	1825.0	98.685	100.0	0.00034138738034596915	CP052320.1	enterobacteria	Klebsiella pneumoniae strain E16KP0035 chromosome, complete genome	False	False
ENG0077_000000002427	8448	0.5624184383784946	5	5	2	5	1	True	129153	fragment	False	SPA0106_000000004315	0.7794083834461739		0	0	False	False	0.9998816251754761	0					non-mobilizable	no_good_hit	866.0	85.566	10.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0039_000000010793	2463	0.5624089706730457	4	2	1	2	2	False	31936	maximal	True	SPA0039_000000010793	1.0		526	14	False	False	0.9959399104118347	0					non-mobilizable	no_good_hit	575.0	83.478	23.0	0.00017221824628232895	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0038_000000011031	2708	0.5624073691658653	3	3	3	3	3	False	102731	fragment	False	MON0038_000000011031	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2702.0	97.15	99.0	0.0006622255141441906	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0034_01_000000011778	4824	0.5624060406483069	4	3	3	2	1	False	1478	maximal	True	USA0034_01_000000011778	0.9960051824659901		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	73.975	13.0	0.0001214596382546761	CP045915.1	firmicutes	Gracilibacillus sp. SCU50 chromosome, complete genome	True	False
USA0072_01_000000004361	4631	0.5624060406483069	4	3	3	2	1	False	1478	maximal	False	USA0034_01_000000011778	0.9761608623548922		0	0	False	False	0.996976912021637	0					non-mobilizable	no_good_hit	634.0	73.975	13.0	0.0001214596382546761	CP045915.1	firmicutes	Gracilibacillus sp. SCU50 chromosome, complete genome	True	False
ISR0188_000000014827	1396	0.5624045405524157	2	2	2	2	2	False	70884	fragment	False	ENG0013_000000018701	0.9562803016300041		0	0	False	False	1.0	0					non-mobilizable	chromosome	1396.0	97.35	100.0	0.00046416332625027053	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0119_000000009905	1758	0.5624021436463463	4	2	1	2	2	False	121063	fragment	False	FIJ0119_000000009905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000019648	1704	0.5624005089802485	4	4	4	3	1	True	6845	fragment	False	SPA0042_000000019648	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1706.0	99.47200000000001	100.0	0.0005380120502077263	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
SPA0048_000000011245	1781	0.5623953982689173	2	2	2	2	2	False	6627	maximal	True	SPA0048_000000011245	1.0		6	3	False	False	1.0	0					non-mobilizable	other	1756.0	73.57600000000001	98.0	0.022544158661295322	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	False	False
ENG0206_000000013103	1943	0.5623935820011589	2	2	2	2	2	False	53948	maximal	True	ENG0206_000000013103	1.0		146	9	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	78.947	10.0	0.004046578703803354	NZ_CACZYW010000016.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ENG0071_000000006424	3246	0.5623855908065797	4	3	3	2	2	True	128159	fragment	False	MAD0102_000000004786	0.33728388444507035		0	0	False	False	1.0	0					non-mobilizable	other	3246.0	100.0	100.0	0.015074863304205632	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0100_000000014653	2906	0.5623855908065797	3	3	3	2	2	True	128159	fragment	False	MAD0102_000000004786	0.33925543928833474		0	0	False	False	1.0	0					non-mobilizable	other	2906.0	99.931	100.0	0.013495370692979155	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0075_000000025192	1093	0.562385213196822	2	1	1	1	1	False	10325	fragment	False	MON0075_000000025192	1.0		0	0	False	False	0.9954254627227783	0					non-mobilizable	no_good_hit	892.0	77.13	81.0	0.0002002251228788155	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0774_000000011089	2239	0.5623833509347883	3	3	3	2	3	False	29879	maximal	True	ISR0774_000000011089	1.0		44	11	False	False	0.999106764793396	0					non-mobilizable	chromosome	2239.0	98.43700000000001	100.0	0.0006230295437937154	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0005_000000019527	1583	0.562376502849256	4	2	2	2	2	False	19936	fragment	False	MAD0005_000000019527	1.0		0	0	False	False	0.9930511713027954	0					non-mobilizable	no_good_hit	403.0	75.186	25.0	0.00705348598163967	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0160_000000004552	3748	0.5623757272726558	6	4	3	1	2	False	129394	maximal	True	FIJ0160_000000004552	1.0		44	7	False	False	0.9997332096099854	0					non-mobilizable	no_good_hit	2124.0	78.672	60.0	0.0005880518027101714	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0136_000000008240	1189	0.5623749232348323	1	1	1	1	1	False	73328	fragment	False	ETH0002_000000019035	0.9558357007418579		0	0	False	False	0.9865432977676392	0					non-mobilizable	other	1189.0	97.477	100.0	0.06223153483499214	NZ_CYYU01000028.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0057_000000001694	9254	0.5623736448930243	7	4	4	3	3	False	35605	maximal	True	ISR0057_000000001694	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	248.0	83.87100000000001	4.0	6.37549420083447e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0081_000000007987	4083	0.5623735900584833	2	2	2	2	2	False	62446	maximal	False	USA0019_01_000000006815	0.9635343347045631		0	0	False	False	1.0	0					non-mobilizable	chromosome	4024.0	98.559	99.0	0.0007295327597583852	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0125_000000008987	4020	0.5623735900584833	2	2	2	2	2	False	62446	maximal	False	USA0019_01_000000006815	0.9605689126529929		0	0	False	False	0.9990049600601196	0					non-mobilizable	chromosome	4004.0	98.65100000000001	99.0	0.0007257227155019996	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0369_000000005474	2358	0.5623713476034793	3	3	3	2	2	False	23548	maximal	True	ISR0369_000000005474	1.0		1	1	False	False	0.9843087196350098	0					non-mobilizable	chromosome	1790.0	83.073	96.0	0.0007314005579400202	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0059_000000011111	1575	0.5623707621215548	3	1	1	1	1	False	35444	maximal	True	ISR0059_000000011111	1.0		213	12	False	False	0.9828571677207947	0					non-mobilizable	no_good_hit	1230.0	99.919	78.0	0.00041761286505871556	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0172_000000008504	2549	0.5623705958043388	3	2	1	2	1	False	55742	maximal	True	ENG0172_000000008504	1.0		3	2	False	False	0.9901922345161438	0					non-mobilizable	no_good_hit								True	False
MON0005_000000029805	1822	0.5623651691797373	1	1	1	0	1	False	14118	fragment	False	MON0005_000000029805	1.0		0	0	False	False	0.9901207685470581	0					non-mobilizable	other	1826.0	77.766	99.0	0.002611007351365962	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
DEN0059_000000000447	1773	0.5623651691797373	1	1	1	0	1	False	71975	fragment	False	DEN0059_000000000447	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	98.816	100.0	0.0003431987479056064	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
BAN0018_000000000561	3957	0.5623595607786648	7	5	1	1	5	False	98174	backbone	True	BAN0018_000000000561	0.9669022751258429	PS396|PS544	1	1	False	True	1.0	0					non-mobilizable	plasmid	3970.0	98.741	100.0	0.042416012659581295	CP056600.1	enterobacteria	Escherichia coli strain RHBSTW-00322 plasmid pRHBSTW-00322_3, complete sequence	False	True
ENG0198_000000001273	15088	0.5623583389389784	51	4	2	4	3	False	54360	maximal	True	ENG0198_000000001273	1.0		1	1	False	False	0.9998674392700195	0					non-mobilizable	no_good_hit	826.0	95.036	5.0	0.00402742953220233	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
DEN0078_000000016490	1967	0.5623565509087632	3	2	2	2	1	False	69765	maximal	True	DEN0078_000000016490	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0022_000000003866	3515	0.5623535269312457	3	3	3	2	1	False	113527	maximal	True	SPA0022_000000003866	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	376.0	77.926	11.0	0.00013173630216908072	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0228_000000005539	4329	0.5623492275880612	7	6	4	5	4	True	128505	maximal	False	MON0107_000000011353	0.5801182345763648		0	0	False	False	0.9944559931755066	0					non-mobilizable	other	4330.0	99.469	100.0	0.002071643748100754	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
ISR0228_000000016377	1654	0.562348612909413	5	1	1	1	1	True	56781	fragment	False	ISR0228_000000016377	0.9769279393173198		0	0	False	False	1.0	0					non-mobilizable	other	1654.0	99.57700000000001	100.0	0.0003201509764604782	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0130_000000007665	3921	0.562345615925298	5	5	4	4	3	False	93259	maximal	True	ENG0130_000000007665	0.9963749352667012		27	9	False	False	0.9997449517250061	0					non-mobilizable	other	3921.0	99.337	100.0	0.007233847022589164	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
USA0116_01_000000006856	3862	0.562345615925298	5	5	4	4	3	False	93259	maximal	False	ENG0130_000000007665	0.9889058913542463		0	0	False	False	0.9992231726646423	0					non-mobilizable	other	3862.0	99.76700000000001	100.0	0.007124970243422643	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
USA0071_01_000000001414	10035	0.5623435489337902	11	5	3	5	2	False	75270	fragment	False	USA0071_01_000000001414	1.0		0	0	False	False	0.9997010231018066	0					non-mobilizable	no_good_hit	40.0	100.0	0.0	0.022847100175746926	NZ_ATDK01000510.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig510, whole genome shotgun sequence	True	False
SPA0112_000000017992	1853	0.5623388879143545	2	2	2	2	1	False	4529	maximal	True	SPA0112_000000017992	1.0		2	2	False	False	0.9994603395462036	0					non-mobilizable	no_good_hit	1469.0	80.123	78.0	0.00045813036052015806	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
CAN0008_000000008674	3315	0.5623349180054014	5	3	2	3	2	False	114865	fragment	False	CAN0008_000000008674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.906863893223195e-06	NZ_CP051121.1	g-proteobacteria	Vibrio navarrensis strain 0053-83 chromosome 1	True	False
ISR0029_000000032448	1282	0.5623349180054014	3	3	2	3	2	False	114862	fragment	False	ISR0029_000000032448	0.9938928329361982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0138_000000023010	1261	0.5623349180054014	4	3	2	3	2	False	114862	fragment	False	ISR0029_000000032448	0.9914432432660297		0	0	False	False	0.9492466449737549	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000031669	1247	0.5623349180054014	3	3	2	3	2	False	114862	fragment	False	ISR0029_000000032448	0.9876122993080255		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000029166	1231	0.5623349180054014	3	3	2	3	2	False	114862	fragment	False	ISR0029_000000032448	0.9791731945011679		0	0	False	False	0.9983752965927124	0					non-mobilizable	no_good_hit								True	False
AST0048_000000013197	1230	0.5623349180054014	3	3	2	3	2	False	114862	fragment	False	ISR0029_000000032448	0.9784746782684552		0	0	False	False	0.9894309043884277	0					non-mobilizable	no_good_hit								True	False
FIJ0130_000000016905	1220	0.5623323675548045	4	3	3	2	2	False	40865	fragment	False	FIJ0130_000000016905	1.0		0	0	False	False	0.9959016442298889	0					non-mobilizable	no_good_hit	150.0	95.333	17.0	0.012020976200080677	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CHI0056_000000008932	2181	0.5623306001097566	2	2	2	2	1	False	86138	maximal	True	CHI0056_000000008932	1.0		27	9	False	False	0.9967904686927795	0					non-mobilizable	other	2182.0	95.234	100.0	0.0010011393066295528	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
ISR0068_000000004762	4154	0.5623302354834682	3	3	3	3	0	True	43239	fragment	False	ISR0068_000000004762	1.0		0	0	False	False	0.9990370869636536	0					non-mobilizable	no_good_hit	1946.0	74.82	46.0	0.0039812896116360715	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0092_000000008449	2161	0.5623287680953282	3	3	2	2	3	False	15712	maximal	True	MAD0092_000000008449	1.0		1	1	False	False	0.9976862668991089	0					non-mobilizable	no_good_hit	1073.0	73.15899999999999	49.0	0.0002957624921359761	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	True	False
CHI0154_000000012382	2538	0.5623265804920815	3	3	2	3	2	False	114468	fragment	False	CHI0154_000000012382	1.0		0	0	False	False	0.9988179802894592	0					non-mobilizable	no_good_hit	46.0	89.13	2.0	6.283615472655052e-06	NZ_JACCCC010000001.1	high GC Gram+	Spinactinospora alkalitolerans strain CXB654 Ga0415162_01, whole genome shotgun sequence	True	False
SPA0109_000000005488	4764	0.56232540139072	5	2	2	2	2	False	88578	fragment	False	ETH0001_000000004280	0.8548480123182333		0	0	False	False	0.9964315891265869	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	2.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
FIJ0068_000000016661	1916	0.56232540139072	3	2	2	2	2	False	88576	fragment	False	FIJ0068_000000016661	1.0		0	0	False	False	0.9953027367591858	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	4.0	0.0006465551227666251	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
ISR0785_000000006552	4652	0.562323579063745	5	3	1	3	1	True	60472	fragment	False	ISR0785_000000006552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	86.275	1.0	2.0885866793948265e-06	CP050228.1	eudicots	Morus alba cultivar Heyebai chromosome 5	True	True
ISR0009_000000008031	3876	0.5623200389432537	6	3	2	3	2	False	38382	maximal	True	ISR0009_000000008031	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000010390	3224	0.5623181428817147	4	4	4	4	4	False	94238	maximal	True	ISR0017_000000010390	1.0		101	12	False	False	0.9897642731666565	0					non-mobilizable	chromosome	3180.0	100.0	99.0	0.0006439586991345552	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
MON0057_000000016920	1563	0.5623171846598538	2	2	2	2	2	False	13495	fragment	False	MON0057_000000016920	0.9926475420147162		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	74.17699999999999	75.0	0.0004072493212216205	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0040_000000018603	1494	0.5623171846598538	2	2	2	2	2	False	13495	fragment	False	MON0057_000000016920	0.9731416101125339		0	0	False	False	0.9993306398391724	0					non-mobilizable	no_good_hit	1185.0	73.92399999999999	78.0	0.0004072493212216205	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0040_000000015972	1735	0.562314514003773	2	2	2	1	2	False	35787	fragment	False	MON0032_000000016265	0.9439799744155088		0	0	False	False	0.9677233695983887	0					non-mobilizable	other	1735.0	97.925	100.0	0.004371942917654178	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0774_000000014069	1762	0.5623073267678091	2	1	1	1	1	False	62565	fragment	False	ISR0774_000000014069	0.9668232530827952		0	0	False	False	0.9869466423988342	0					non-mobilizable	other	1755.0	95.84	99.0	0.0006366246184519454	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0364_000000005762	2762	0.562306063087218	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9526691979514933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	73.559	18.0	0.00023151772518798284	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ISR0186_000000004553	5142	0.5623043641758367	4	3	3	3	2	False	91885	fragment	False	ISR0186_000000004553	1.0		0	0	False	False	0.9966939091682434	0					non-mobilizable	other	5123.0	98.926	99.0	0.022105408531427485	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
SPA0007_000000022601	1161	0.5623007330334281	2	1	1	1	1	False	8189	fragment	False	SPA0007_000000022601	1.0		0	0	False	False	0.9991386532783508	0					non-mobilizable	no_good_hit								True	False
MAD0039_000000007585	1896	0.5622995452168741	3	3	3	3	2	False	18479	maximal	True	MAD0039_000000007585	1.0		38	8	False	False	0.9873417615890503	0					non-mobilizable	other	1750.0	73.314	91.0	0.0016513587873216164	NZ_JABXYR010000001.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig1, whole genome shotgun sequence	False	False
CAN0016_000000003731	10165	0.5622980708608725	10	9	7	8	7	False	112167	maximal	True	CAN0016_000000003731	1.0		13	7	False	False	0.9998032450675964	0					non-mobilizable	no_good_hit	122.0	77.869	1.0	0.004922269166085565	NZ_BBCG01000054.1	firmicutes	Cellulosilyticum ruminicola JCM 14822, whole genome shotgun sequence	True	False
FIJ0023_000000029086	1203	0.56229735116461	2	2	2	2	1	False	49288	maximal	True	FIJ0023_000000029086	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000024246	1205	0.5622955071042969	2	1	1	1	1	False	3902	maximal	True	SPA0127_000000024246	1.0		7	3	False	False	0.9975103735923767	0					non-mobilizable	other	1093.0	95.97399999999999	91.0	0.007620749094512642	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
MON0104_000000021808	2086	0.5622943943429519	2	2	2	2	1	False	8807	fragment	False	MON0104_000000021808	1.0		0	0	False	False	0.9985618591308594	0					non-mobilizable	other	1992.0	98.896	95.0	0.0005651908306800685	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0186_000000002372	8088	0.5622907103716304	7	6	4	5	1	True	55030	maximal	True	ENG0186_000000002372	1.0		3	2	False	False	0.9991345405578613	0					non-mobilizable	no_good_hit	104.0	95.19200000000001	1.0	3.1732027384117435e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0105_000000009597	3460	0.5622901509031002	3	2	2	2	2	False	40919	maximal	True	MAD0105_000000009597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	2.0	0.7887323943661971	LK005399.1	firmicutes	TPA: Clostridium phytofermentans ISDg tRNA-Gly-CCC-1-1 gene	True	False
FIJ0106_000000001728	13160	0.5622880767288606	26	7	3	6	2	False	42370	fragment	False	FIJ0106_000000001728	1.0		0	0	False	False	0.9981762766838074	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0009091126581975645	NZ_WKRD01000014.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold14_size41799, whole genome shotgun sequence	True	False
FIJ0048_000000005906	4929	0.5622840905950635	7	5	3	4	2	False	46807	fragment	False	FIJ0048_000000005906	1.0		0	0	False	False	0.9997971057891846	0					non-mobilizable	other	4448.0	95.391	94.0	0.0016245383627889202	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	False	False
USA0026_01_000000000077	76279	0.5622827863625836	91	26	13	23	13	False	120566	maximal	True	USA0026_01_000000000077	1.0		1	1	False	False	0.9998819828033447	0					non-mobilizable	no_good_hit	1309.0	75.859	2.0	0.00934726821785443	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	False
SPA0113_000000000333	46785	0.5622806929130146	42	10	4	4	8	False	77384	fragment	False	SPA0113_000000000333	0.9787106513341917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	90.22200000000001	5.0	0.0001607033930118058	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
SPA0068_000000003496	3586	0.5622758555424738	4	4	4	4	4	False	5992	maximal	True	SPA0068_000000003496	1.0		6	3	False	False	0.99665367603302	0					non-mobilizable	other	3569.0	99.74799999999999	99.0	0.12944420258307937	NZ_JAAISM010000062.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_62_length_27564_cov_182.882, whole genome shotgun sequence	False	False
MON0094_000000015699	2303	0.5622744318122672	2	2	2	2	2	False	9341	maximal	True	MON0094_000000015699	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0089_000000021064	1381	0.5622690592303436	2	2	2	1	2	False	9591	maximal	True	MON0089_000000021064	1.0		551	13	False	False	1.0	0					non-mobilizable	other	1326.0	97.587	96.0	0.0004425987796967079	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
SPA0106_000000016516	2369	0.5622689379841435	2	2	2	2	2	False	28767	maximal	True	SPA0106_000000016516	1.0		36	9	False	False	0.990713357925415	0					non-mobilizable	chromosome	2311.0	100.0	100.0	0.0010096789308418012	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
SPA0139_000000005115	4809	0.5622688640416454	7	4	3	4	2	False	63982	fragment	False	SPA0139_000000005115	1.0		0	0	False	False	0.9977126121520996	0					non-mobilizable	no_good_hit	47.0	95.745	1.0	2.7514199719594417e-05	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0779_000000008879	3693	0.5622659586012665	4	4	4	3	3	False	22350	maximal	True	ISR0779_000000008879	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	99.697	86.0	0.0002487438342079913	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	False
ISR0266_000000005179	3029	0.5622648669045425	3	3	3	3	3	False	128217	fragment	False	SPA0096_000000013995	0.9761047649351742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1745.0	85.559	58.0	0.0010026075882840452	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0018_000000006552	3315	0.562262704514381	6	2	2	2	1	False	37799	maximal	True	ISR0018_000000006552	1.0		45	10	False	False	0.9969834089279175	0					non-mobilizable	no_good_hit	963.0	74.766	29.0	0.0003325279232829499	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ETH0002_000000006993	4037	0.5622595243508203	6	6	4	4	3	True	53371	maximal	True	ETH0002_000000006993	1.0		5	3	False	False	0.9967797994613647	0					non-mobilizable	no_good_hit	1520.0	95.52600000000001	38.0	0.00036188646243058456	CP046327.1	firmicutes	Clostridioides difficile strain FDAARGOS_723 chromosome, complete genome	True	True
MON0101_000000012116	4674	0.5622594053878269	5	4	3	4	3	True	14098	maximal	True	MON0101_000000012116	1.0		2	1	False	False	0.9950791597366333	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	0.009365488176071178	NZ_BAGJ01000075.1	high GC Gram+	Nocardia testacea NBRC 100365, whole genome shotgun sequence	True	True
ISR0378_000000013644	2092	0.5622592061438952	4	4	3	2	4	False	108711	fragment	False	ENG0003_000000010410	0.7039610290864853		0	0	False	False	1.0	0					non-mobilizable	other	2093.0	99.044	100.0	0.0007174080855183359	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
MON0028_000000009985	2529	0.5622574457656523	3	3	3	3	3	False	34511	fragment	False	MON0028_000000009985	1.0		0	0	False	False	0.9992091655731201	0					non-mobilizable	other	2529.0	99.17	100.0	0.01706874084276908	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0092_000000007313	2027	0.562256702121389	3	2	2	2	1	True	109663	fragment	False	AST0092_000000007313	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	85.081	94.0	0.017185737561097883	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0137_000000020280	1154	0.5622524714804844	1	1	1	1	1	False	31365	fragment	False	ISR0137_000000020280	1.0		0	0	False	False	0.9636048674583435	0					non-mobilizable	other	1154.0	99.65299999999999	100.0	0.0005468928611745912	CP015282.1	firmicutes	Streptococcus salivarius strain ATCC 27945, complete genome	False	False
SPA0120_000000009725	4344	0.5622514705255119	5	5	4	4	3	False	130509	fragment	False	ISR0203_000000002513	0.25993547732355565		0	0	False	False	0.9956261515617371	0					non-mobilizable	other	2517.0	97.02	100.0	0.014302857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0132_000000002905	7942	0.5622492899137379	22	10	3	4	8	False	31616	maximal	True	ISR0132_000000002905	1.0		1	1	False	False	0.9991186261177063	0					non-mobilizable	no_good_hit	1797.0	96.939	79.0	0.0296253411628484	CP001105.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
ISR0083_000000000840	21201	0.5622484061010613	21	11	7	8	6	True	34130	maximal	True	ISR0083_000000000840	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1825.0	75.507	9.0	0.0005898191156169365	CP045918.1	firmicutes	Enterococcus faecalis strain BFFF11 chromosome, complete genome	True	True
ISR0816_000000021661	1780	0.5622396346317073	2	2	0	2	1	True	21411	maximal	True	ISR0816_000000021661	1.0		1	1	False	False	0.9893258213996887	0					non-mobilizable	other	1781.0	98.87700000000001	100.0	0.0384665282823041	NZ_QENY01000024.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_124, whole genome shotgun sequence	False	True
ISR0837_000000010513	1349	0.5622375908830932	2	2	2	2	1	False	20896	maximal	True	ISR0837_000000010513	1.0		92	9	False	False	0.9762787222862244	0					non-mobilizable	no_good_hit	462.0	100.0	34.0	0.00012249831730890595	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
USA0026_01_000000026466	1233	0.5622373018280727	2	2	2	2	1	False	1609	fragment	False	USA0026_01_000000026466	1.0		0	0	False	False	0.9991889595985413	0					non-mobilizable	other	1234.0	98.62200000000001	100.0	0.00032991996495135956	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CHI0094_000000004433	1200	0.5622358675548849	1	1	1	1	1	False	83524	fragment	False	ISR0385_000000018505	0.9573702216272498		0	0	False	False	1.0	0					non-mobilizable	chromosome	1200.0	100.0	100.0	0.0003337857118001183	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0255_000000031462	1103	0.5622344123712117	2	2	2	2	1	False	26857	fragment	False	ISR0255_000000031462	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1103.0	99.637	100.0	0.00037445840300626897	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0101_000000002149	9543	0.5622336671943762	12	6	2	5	5	False	15134	maximal	True	MAD0101_000000002149	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1353.0	91.87	37.0	0.006569011275825158	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0014_000000010245	3006	0.5622294496474267	3	2	2	2	1	False	19514	maximal	True	MAD0014_000000010245	1.0		5	1	False	False	0.9856953024864197	0					non-mobilizable	no_good_hit	892.0	74.55199999999999	29.0	0.026158378716186054	CP042837.1	firmicutes	Enterococcus sp. DA9 plasmid unnamed2	True	False
FIJ0072_000000016600	1546	0.5622251275343656	2	2	1	2	2	False	44740	maximal	True	FIJ0072_000000016600	1.0		0	0	False	False	0.9877102375030518	0					non-mobilizable	no_good_hit	1095.0	98.63	71.0	0.0038140527273614706	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
ISR0225_000000015913	1388	0.5622225107935016	2	1	1	1	1	False	27669	fragment	False	ISR0225_000000015913	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	99.568	100.0	0.0003752954978870701	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0080_000000049218	1191	0.5622225107935016	1	1	1	1	1	False	18703	fragment	False	MAD0036_000000025512	0.5737167123070207		0	0	False	False	0.982367753982544	0					non-mobilizable	chromosome	1191.0	99.244	100.0	0.0003449590324913724	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0074_000000020200	1110	0.5622225107935016	1	1	1	1	1	False	18703	fragment	False	MAD0036_000000025512	0.5596718413061248		0	0	False	False	0.9864864945411682	0					non-mobilizable	chromosome	1110.0	99.459	100.0	0.0003214786277587664	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
TAN0004_000000003091	1770	0.5622131997393516	3	3	2	2	2	False	87324	fragment	False	TAN0004_000000003091	1.0		0	0	False	False	0.9706214666366577	0					non-mobilizable	other	1713.0	99.883	97.0	0.0003688341995479196	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0052_000000004426	6446	0.56221299578752	9	5	3	3	4	True	107502	fragment	False	ISR0052_000000004426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	87.225	15.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AUS0016_000000014769	1923	0.5622068898665236	3	3	3	2	2	False	100315	fragment	False	AUS0016_000000014769	1.0		0	0	False	False	0.9979199171066284	0					non-mobilizable	no_good_hit	1178.0	99.915	61.0	0.00023491410366797315	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ENG0029_000000004667	5134	0.5622045098132824	5	4	4	3	3	False	65827	maximal	True	ENG0029_000000004667	1.0		1	1	False	False	0.999805212020874	0					non-mobilizable	no_good_hit	1776.0	94.82	69.0	0.0006263481924296911	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0388_000000015588	2227	0.5622029833915514	3	3	2	3	1	False	100715	fragment	False	ISR0388_000000015588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	79.551	20.0	8.304513908177686e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MAD0047_000000002204	11389	0.5622016965614915	17	4	0	4	0	False	17713	maximal	True	MAD0047_000000002204	1.0		1	1	False	False	0.9959610104560852	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.929861626178945e-07	CP032557.1	eudicots	Gossypium raimondii isolate D5-4 chromosome D5_05	True	False
ETH0005_000000008206	5951	0.5622015018031058	8	4	3	3	2	True	52797	fragment	False	ETH0005_000000008206	1.0		0	0	False	False	0.9989917874336243	0					non-mobilizable	no_good_hit								True	True
ISR0192_000000003915	5071	0.5622000663736885	3	2	1	2	2	False	89580	fragment	False	CHI0062_000000002940	0.9614673812603955		0	0	False	False	1.0	0					non-mobilizable	other	5071.0	98.10700000000001	100.0	0.019303916753286805	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
ENG0191_000000021871	1480	0.5621989489117782	2	2	2	2	2	False	54684	maximal	True	ENG0191_000000021871	1.0		38	7	False	False	0.9804053902626038	0					non-mobilizable	chromosome	1449.0	98.896	98.0	0.0003375525852378557	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
ISR0252_000000002209	3839	0.5621984460027575	3	3	2	3	2	False	122436	maximal	True	ISR0252_000000002209	1.0	PS871	1	1	False	True	0.9994790554046631	0					non-mobilizable	no_good_hit	2323.0	92.553	60.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ENG0109_000000010429	2379	0.5621979669014151	2	2	2	2	2	False	59885	maximal	True	ENG0109_000000010429	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	80.35	50.0	0.00033192482000698526	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0118_000000003691	7573	0.5621966032144033	8	4	3	3	2	True	118427	maximal	True	SPA0118_000000003691	0.989326169038629		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	83.824	2.0	3.512982466225468e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
SPA0031_000000003331	7177	0.5621966032144033	8	4	3	3	2	True	118425	fragment	False	SPA0031_000000003331	0.9780775716694772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0091_000000002991	7116	0.5621966032144033	7	4	3	3	2	True	118425	fragment	False	SPA0031_000000003331	0.9740142120663229		0	0	False	False	0.9995784163475037	0					non-mobilizable	no_good_hit								True	True
MON0037_000000050964	1477	0.5621941644979401	4	3	1	1	2	True	12069	fragment	False	MON0037_000000050964	1.0		0	0	False	False	0.9993229508399963	0					non-mobilizable	other	930.0	90.538	93.0	0.0002794030289335686	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0371_000000019697	1125	0.5621922912282554	1	1	1	1	1	False	124862	maximal	True	ISR0371_000000019697	1.0	PS916	0	0	False	True	0.9902222156524658	0					non-mobilizable	chromosome	809.0	99.62899999999999	100.0	0.0003172507763209053	CP047616.1	firmicutes	Lactococcus raffinolactis strain Lr_19_5 chromosome, complete genome	False	True
ISR0024_000000013798	1814	0.5621915038581753	3	2	2	2	2	False	37441	maximal	True	ISR0024_000000013798	1.0		1	1	False	False	0.9851157665252686	0					non-mobilizable	no_good_hit	364.0	73.90100000000001	20.0	0.0001575730580000898	NZ_SJSA01000001.1	CFB group bacteria	Duncaniella freteri strain TLL-A3 contig1, whole genome shotgun sequence	True	False
CHI0184_000000000414	15014	0.5621910497442992	14	13	12	12	10	False	131567	maximal	True	CHI0184_000000000414	1.0		34	5	False	False	0.9993339776992798	0					non-mobilizable	no_good_hit	5644.0	81.892	52.0	0.03226938723840103	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
TAN0007_000000010860	3310	0.562190493307655	6	5	3	4	1	False	2843	maximal	True	TAN0007_000000010860	1.0		29	9	False	False	0.9996978640556335	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.013276434329065908	XM_027443456.1	birds	PREDICTED: Anas platyrhynchos transcription factor 7 like 1 (TCF7L1), transcript variant X3, mRNA	True	False
MAD0011_000000001927	6273	0.5621894878330715	3	3	3	3	2	False	108740	maximal	True	MAD0011_000000001927	1.0		1	1	False	False	0.9958552718162537	0					non-mobilizable	no_good_hit	3463.0	98.065	55.0	0.09548237630316068	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0108_000000002940	5440	0.5621769129807599	5	5	5	5	5	False	127575	fragment	False	MAD0108_000000002940	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3570.0	90.16799999999999	100.0	0.0014660957129878783	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0111_01_000000006373	3775	0.5621765601265273	4	4	4	2	4	False	100571	fragment	False	USA0111_01_000000006373	1.0		0	0	False	False	0.9994701743125916	0					non-mobilizable	no_good_hit	156.0	86.538	4.0	7.606999813996585e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0104_000000009134	1259	0.5621735025961148	3	3	3	2	1	False	14874	fragment	False	MAD0104_000000009134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	79.283	20.0	0.008528057308545113	NZ_FQZP01000037.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
ISR0253_000000001007	9785	0.5621710321611516	20	14	4	9	10	True	107927	fragment	False	ISR0253_000000001007	0.9692021451288331		0	0	False	False	1.0	0					non-mobilizable	other	9785.0	99.72399999999999	100.0	0.04837609035346243	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0111_000000003014	9708	0.5621710321611516	19	14	4	9	10	True	107927	fragment	False	ISR0253_000000001007	0.9584794110867616		0	0	False	False	1.0	0					non-mobilizable	other	9708.0	99.90700000000001	100.0	0.14698667474258026	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
ENG0099_000000001949	9613	0.5621710321611516	19	14	4	9	10	True	107927	fragment	False	ISR0253_000000001007	0.9691286818499961		0	0	False	False	0.9998959898948669	0					non-mobilizable	other	9613.0	99.99	100.0	0.09014517762688974	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	False	True
ISR0302_000000009449	1680	0.5621687924328053	2	2	2	1	1	False	128895	maximal	True	ISR0302_000000009449	1.0	PS1059	1	1	False	True	0.9821428656578064	0					non-mobilizable	other	1499.0	82.655	97.0	0.0004232544091129996	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0095_000000011360	2698	0.5621608395069835	3	2	2	2	2	False	33418	fragment	False	ISR0095_000000011360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2101.0	98.525	78.0	0.0005961329705816895	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0032_000000016211	2051	0.5621594326889799	2	2	2	2	2	False	51942	maximal	True	ISR0032_000000016211	1.0		66	9	False	False	0.9995124340057373	0					non-mobilizable	no_good_hit	1274.0	83.75200000000001	62.0	0.23097974822112752	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	True	False
FIJ0016_000000010800	1734	0.5621594326889799	2	2	2	2	2	False	51946	maximal	True	FIJ0016_000000010800	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	1287.0	83.294	75.0	0.0005285765845528448	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	True	False
ISR0041_000000011400	1351	0.5621594326889799	2	2	2	2	2	False	51941	fragment	False	ISR0041_000000011400	0.9793388429752066		0	0	False	False	0.9992598295211792	0					non-mobilizable	other	1285.0	83.81299999999999	95.0	0.23298668126254332	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	False	False
ISR0304_000000007796	1331	0.5621594326889799	2	2	2	2	2	False	51941	fragment	False	ISR0041_000000011400	0.9718726868985936		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	83.104	98.0	0.007159786143416193	NZ_KE136491.1	firmicutes	Enterococcus columbae DSM 7374 = ATCC 51263 acyDG-supercont2.1, whole genome shotgun sequence	False	False
ISR0375_000000020102	1205	0.5621576451838065	2	2	2	1	1	False	23360	maximal	True	ISR0375_000000020102	1.0		18	6	False	False	0.9941908717155457	0					non-mobilizable	no_good_hit								True	False
ISR0213_000000004944	4628	0.5621562464580364	7	3	0	2	2	False	114836	fragment	False	ISR0018_000000004313	0.9574907503182093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1276.0	97.649	62.0	0.15402271079971008	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0148_000000008900	3280	0.5621562464580364	7	3	0	2	2	False	114811	fragment	False	ISR0148_000000008900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	88.919	42.0	0.1327615366030442	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0047_000000009363	3094	0.5621510518087839	5	2	1	1	0	True	55857	maximal	True	ISR0047_000000009363	1.0		1	1	False	False	0.9974143505096436	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.061634674373784e-07	LR877220.1	rodents	Acomys russatus genome assembly, chromosome: 9	True	True
ENG0134_000000011577	3328	0.56214250458646	4	4	3	3	2	False	112859	fragment	False	AUS0006_000000006348	0.8650048662077016		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2644.0	73.828	78.0	0.31566118220597195	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0052_000000008105	2274	0.5621372155388126	3	2	2	2	1	False	17280	maximal	True	MAD0052_000000008105	1.0		1	1	False	False	0.9995602369308472	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000014654	3287	0.5621355242045393	6	6	4	4	4	False	92973	fragment	False	CAN0016_000000014654	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3255.0	95.57600000000001	99.0	0.01006321206348421	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0005_000000019067	1614	0.5621298821019768	2	2	2	2	2	False	94553	maximal	True	MAD0005_000000019067	1.0		126	12	False	False	1.0	0					non-mobilizable	chromosome	1614.0	99.50399999999999	100.0	0.0003188551104982205	CP035360.1	enterobacteria	Escherichia coli strain BR10-DEC chromosome	False	False
AST0061_000000014170	2935	0.5621283878577726	4	4	3	4	3	False	112102	maximal	True	AST0061_000000014170	1.0		3	2	False	False	1.0	0					non-mobilizable	other	2935.0	99.353	100.0	0.0011189799052719056	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
CHI0057_000000015128	1355	0.5621260954324678	2	2	2	2	2	False	85961	fragment	False	CHI0057_000000015128	1.0		0	0	False	False	0.9918819069862366	0					non-mobilizable	chromosome	1355.0	99.926	100.0	0.00038149538866744565	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
USA0009_01_000000023156	1129	0.562125042582235	2	2	2	2	2	False	2077	maximal	True	USA0009_01_000000023156	1.0		4	4	False	False	0.989371120929718	0					non-mobilizable	no_good_hit	583.0	93.48200000000001	52.0	0.029598738747902153	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
AST0151_000000004692	3481	0.5621221006475612	3	3	3	3	3	False	103701	fragment	False	ISR0079_000000007349	0.9585017535281498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	82.678	49.0	0.0002662365921716202	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0206_000000007434	3399	0.5621221006475612	3	3	3	3	3	False	103701	fragment	False	ISR0079_000000007349	0.9492192280433119		0	0	False	False	0.9994115829467773	0					non-mobilizable	no_good_hit	941.0	82.678	47.0	0.0002662365921716202	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0815_000000023236	1325	0.5621178606286219	2	2	2	2	1	False	21451	fragment	False	ISR0815_000000023236	1.0		0	0	False	False	0.9818868041038513	0					non-mobilizable	no_good_hit								True	False
ISR0819_000000001803	10946	0.5621163369960525	8	7	7	6	5	False	111966	maximal	True	ISR0819_000000001803	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	845.0	72.071	8.0	0.0002854895563259242	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0208_000000017776	1723	0.5621151442562615	3	3	2	2	1	False	53827	backbone	True	ENG0208_000000017776	1.0	PS232	41	7	True	True	1.0	1					non-mobilizable	no_good_hit	1373.0	77.058	79.0	0.8361963190184049	NZ_QEKJ01000051.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_151, whole genome shotgun sequence	True	True
FIJ0162_000000004806	4853	0.5621142067208561	10	2	1	2	1	False	39253	maximal	True	FIJ0162_000000004806	1.0		5	1	False	False	0.9997939467430115	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000030708	1104	0.562113838036091	2	1	1	1	1	False	4549	fragment	False	SPA0111_000000030708	1.0		0	0	False	False	0.9900362491607666	0					non-mobilizable	other	1111.0	85.329	100.0	0.00030997826498729456	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0029_000000000029	36006	0.5621126045005913	76	22	8	18	10	True	53045	maximal	True	MON0029_000000000029	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3190.0	93.91799999999999	53.0	0.056463332506291423	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0201_000000003234	2486	0.5621059907487682	3	2	1	2	2	False	54164	maximal	True	ENG0201_000000003234	1.0		3	3	False	False	0.9995977282524109	0					non-mobilizable	other	2487.0	99.27600000000001	100.0	0.0425710516848543	NZ_DS483462.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_2, whole genome shotgun sequence	False	False
AUS0012_000000009891	1729	0.5621053365762437	3	3	2	2	2	True	101099	fragment	False	AUS0012_000000009891	0.958185053380783		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	91.917	99.0	0.00042366741519480244	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MON0034_000000004247	4658	0.562105170380807	6	4	2	3	2	True	122484	fragment	False	ENG0117_000000004346	0.4623966042664345		0	0	False	False	0.9927007555961609	0					non-mobilizable	no_good_hit	413.0	79.903	9.0	0.0001275503061518446	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0039_000000008431	3073	0.5621015265926674	5	3	2	3	1	True	24231	fragment	False	SPA0039_000000008431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0333_000000021683	1124	0.5620995663210253	2	2	1	2	0	False	24523	fragment	False	ISR0333_000000021683	1.0		0	0	False	False	0.9768683314323425	0					non-mobilizable	other	1108.0	99.91	99.0	0.00037962272976519975	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
FIJ0136_000000025585	1114	0.5620995663210253	3	2	1	2	0	False	40503	maximal	True	FIJ0136_000000025585	1.0		1	1	False	False	0.9928186535835266	0					non-mobilizable	other	1101.0	82.743	98.0	0.00336012754510606	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
USA0069_01_000000028740	2132	0.5620946537381627	4	2	2	2	1	False	119225	fragment	False	ISR0145_000000013902	0.9572777781504985		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1483.0	99.39299999999999	70.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
CHI0133_000000009591	1975	0.5620946537381627	3	2	2	2	1	False	119225	fragment	False	ISR0145_000000013902	0.6295996893139099		0	0	False	True	0.9969620108604431	0					non-mobilizable	no_good_hit	1498.0	86.71600000000001	76.0	0.3242891252441936	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
ISR0069_000000012767	1939	0.5620946537381627	3	2	2	2	1	False	119225	fragment	False	ISR0145_000000013902	0.9224841730014411		0	0	False	True	0.9994842410087585	0					non-mobilizable	no_good_hit	1432.0	98.95299999999999	74.0	0.00661881018676978	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
CHI0181_000000011355	1814	0.5620946537381627	3	2	2	2	1	False	119225	fragment	False	ISR0145_000000013902	0.608818988958285		0	0	False	True	0.9933847784996033	0					non-mobilizable	no_good_hit	1434.0	81.032	79.0	0.03078588439056073	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0064_000000015120	1745	0.5620946537381627	3	2	2	2	1	False	119208	fragment	False	FIJ0064_000000015120	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1502.0	77.763	94.0	0.0004226790341528073	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
DEN0065_000000022026	1575	0.5620946537381627	2	2	2	2	1	False	119091	backbone	False	ISR0851_000000006747	0.22252372562413095	PS816	0	0	False	True	0.9936507940292358	0					non-mobilizable	plasmid	1429.0	99.3	91.0	0.006604934274428544	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0087_000000023902	1554	0.5620946537381627	2	2	2	2	1	False	119091	backbone	False	ISR0851_000000006747	0.22343353131107263	PS816	0	0	False	True	0.9967824816703796	0					non-mobilizable	plasmid	1441.0	99.445	93.0	0.00666043792379349	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0108_000000003136	2487	0.5620939168410235	3	3	3	3	3	False	82918	fragment	False	CHI0108_000000003136	1.0		0	0	False	False	0.9995979070663452	0					non-mobilizable	no_good_hit	865.0	89.01700000000001	70.0	0.005884043295611599	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0127_000000014556	1182	0.5620937463027477	2	2	2	1	1	False	117262	fragment	False	MON0037_000000031911	0.03647736625514403		0	0	False	False	0.9949238300323486	0					non-mobilizable	other	1183.0	87.06700000000001	100.0	0.005827609347860413	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
MON0068_000000024445	1731	0.5620906420567344	2	2	2	2	2	False	10555	fragment	False	MON0068_000000024445	1.0		0	0	False	False	0.9976891875267029	0					non-mobilizable	no_good_hit								True	False
MON0060_000000000106	47375	0.5620875235686438	50	37	15	18	33	True	129872	maximal	True	MON0060_000000000106	1.0		2	1	False	False	1.0	0					non-mobilizable	other	13203.0	98.402	99.0	0.0036338257723841356	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	True
MON0079_000000008992	2572	0.5620867407190228	3	3	3	3	3	False	10104	maximal	True	MON0079_000000008992	1.0		1	1	False	False	0.9996111989021301	0					non-mobilizable	no_good_hit	392.0	76.02	15.0	0.00020529971098481102	CP046161.1	firmicutes	Ruminococcaceae bacterium LAM 19011 chromosome, complete genome	True	False
ISR0059_000000009897	1730	0.5620863960842588	3	1	1	1	1	True	36604	fragment	False	ISR0059_000000009897	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	79.054	8.0	4.622988755719321e-05	NZ_CP014170.1	firmicutes	Clostridium tyrobutyricum strain KCTC 5387 chromosome, complete genome	True	True
ISR0325_000000015400	1377	0.5620863960842588	2	1	1	1	1	True	24859	fragment	False	ISR0325_000000015400	1.0		0	0	False	False	0.9651415944099426	0					non-mobilizable	no_good_hit	148.0	77.027	11.0	0.0017599608897580054	NZ_FQZB01000020.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	True
ISR0038_000000026190	1349	0.5620863960842588	1	1	1	1	1	True	36603	fragment	False	ISR0038_000000026190	1.0		0	0	False	False	0.9992586970329285	0					non-mobilizable	no_good_hit	148.0	79.054	11.0	4.622988755719321e-05	NZ_CP014170.1	firmicutes	Clostridium tyrobutyricum strain KCTC 5387 chromosome, complete genome	True	True
DEN0001_000000032250	1372	0.5620852878039498	1	1	1	1	1	False	76751	maximal	True	DEN0001_000000032250	1.0		357	13	False	False	0.9985422492027283	0					non-mobilizable	chromosome	1371.0	99.635	99.0	0.0004559191112971764	CP058562.1	verrucomicrobia	Akkermansia muciniphila strain AK32 chromosome, complete genome	False	False
MON0041_000000037171	1786	0.5620815843774137	1	1	1	1	1	False	11796	fragment	False	MON0041_000000037171	1.0		0	0	False	False	0.9910414218902588	0					non-mobilizable	no_good_hit								True	False
ISR0778_000000003360	3707	0.5620776212264725	5	3	3	3	2	False	82677	fragment	False	ISR0778_000000003360	0.9992993273542601		0	0	False	False	0.9908281564712524	0					non-mobilizable	no_good_hit	57.0	100.0	2.0	0.0003298269586420553	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	True	False
USA0089_01_000000000919	10885	0.5620744640177214	10	8	8	7	4	False	412	maximal	True	USA0089_01_000000000919	1.0		2	2	False	False	0.997611403465271	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0002084864977560269	NZ_RCXZ01000005.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0005, whole genome shotgun sequence	True	False
ENG0138_000000010502	1867	0.5620706872627823	2	2	2	2	2	False	57922	fragment	False	ENG0138_000000010502	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	73.065	17.0	0.00014086069963833674	NZ_UGSI01000002.1	firmicutes	Paenibacillus macerans strain NCTC6355, whole genome shotgun sequence	True	False
DEN0094_000000013226	2669	0.5620705796892914	3	3	3	3	1	False	118573	maximal	True	DEN0094_000000013226	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	98.579	82.0	0.03509355509355509	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	True	False
SPA0035_000000009699	2020	0.5620705796892914	3	3	3	3	1	False	118570	fragment	False	SPA0035_000000009699	1.0		0	0	False	False	0.9955445528030396	0					non-mobilizable	no_good_hit	1267.0	98.421	79.0	0.03509355509355509	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	True	False
ISR0027_000000002478	10044	0.5620640824050486	9	7	7	7	4	False	103904	maximal	True	ISR0027_000000002478	1.0		2	1	False	False	0.9969135522842407	0					non-mobilizable	no_good_hit	2100.0	73.143	21.0	0.0007253570995556134	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
FIJ0115_000000007340	3292	0.5620620364224739	5	3	2	2	2	False	89421	maximal	True	FIJ0115_000000007340	1.0		64	9	False	False	0.9972661137580872	0					non-mobilizable	no_good_hit	38.0	100.0	1.0	4.736395280604538e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ENG0211_000000010257	2524	0.5620599312265021	4	4	3	4	3	False	53660	maximal	True	ENG0211_000000010257	0.9987113402061856		215	11	False	False	0.9980190396308899	0					non-mobilizable	no_good_hit	598.0	99.833	24.0	0.6677852348993288	GQ877450.1		Uncultured organism clone VC1AM61TF genomic sequence	True	False
MON0044_000000012338	3737	0.5620596391371695	6	6	2	4	2	True	100374	maximal	True	MON0044_000000012338	1.0		1	1	False	False	0.9986620545387268	0					non-mobilizable	no_good_hit	717.0	79.916	35.0	0.00018993104062736997	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0057_01_000000006805	4460	0.5620588304425602	5	3	2	3	2	False	102376	maximal	True	USA0057_01_000000006805	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	96.875	4.0	0.0013922667512600896	NZ_MIEH01000015.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_15, whole genome shotgun sequence	True	False
ENG0005_000000006187	3897	0.5620588304425602	5	3	2	3	2	False	102377	maximal	True	ENG0005_000000006187	0.9998700623700624		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	132.0	91.667	5.0	0.0012016728800408759	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0084_000000006973	3789	0.5620588304425602	5	3	2	3	2	False	102377	maximal	False	ENG0005_000000006187	0.9935848088273032		0	0	False	True	0.9992082118988037	0					non-mobilizable	no_good_hit	61.0	96.721	2.0	0.000313441958385356	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	True
ISR0193_000000008096	3351	0.5620588304425602	4	3	2	3	2	False	102375	fragment	False	ISR0193_000000008096	0.9869165013023925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	90.90899999999999	4.0	0.0010975909770452093	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
DEN0045_000000011835	3124	0.5620588304425602	4	3	2	3	2	False	102375	fragment	False	ISR0193_000000008096	0.9665518283760056		0	0	False	False	0.9993597865104675	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	False
USA0093_01_000000006492	2910	0.5620588304425602	4	3	2	3	2	False	102375	fragment	False	ISR0193_000000008096	0.7796014246561259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	False
SPA0096_000000013555	2825	0.5620588304425602	3	3	2	3	2	False	102375	fragment	False	ISR0193_000000008096	0.6397273808702054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	91.45299999999999	4.0	0.0010597430123195125	NZ_FQZY01000011.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0044_01_000000010525	2769	0.5620588304425602	3	3	2	3	2	False	102375	fragment	False	ISR0193_000000008096	0.6372452287579027		0	0	False	False	0.9985554218292236	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	False
ISR0113_000000005457	2835	0.5620550472198501	5	4	3	3	0	True	32592	fragment	False	ISR0113_000000005457	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0139_000000009827	2564	0.5620540963972049	2	2	2	2	2	False	71455	fragment	False	ISR0139_000000009827	0.9750166250668014		0	0	False	False	0.9988299608230591	0					non-mobilizable	no_good_hit	1014.0	78.107	39.0	0.00033039967468339725	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ETH0003_000000006667	4768	0.5620502551910663	4	4	4	4	4	False	65747	fragment	False	FIJ0091_000000005316	0.9350410586250049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	6.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
ISR0222_000000019610	2665	0.5620492935926914	3	3	3	3	2	False	126808	maximal	True	ISR0222_000000019610	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1464.0	82.65	60.0	0.0006213228215860155	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
CHI0106_000000005887	3250	0.5620470534813939	4	4	3	4	1	False	83162	maximal	True	CHI0106_000000005887	1.0		462	13	False	False	1.0	0					non-mobilizable	other	3264.0	97.794	100.0	0.008854892185374358	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0100_000000003356	9845	0.5620379090022068	15	7	5	7	6	False	15183	maximal	True	MAD0100_000000003356	1.0		1	1	False	False	0.9933976531028748	0					non-mobilizable	no_good_hit	951.0	72.555	10.0	0.00014801120593155697	CP059052.1	g-proteobacteria	Pseudomonas putida strain BS3701 chromosome, complete genome	True	False
ISR0011_000000023709	1235	0.5620365143251721	2	2	2	2	1	False	44150	fragment	False	ISR0011_000000023709	0.9881266490765171		0	0	False	False	0.9417003989219666	0					non-mobilizable	no_good_hit	245.0	80.816	20.0	0.00867356196697514	NZ_PPEL01000035.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_035, whole genome shotgun sequence	True	False
ISR0120_000000006598	4321	0.5620327010206929	4	4	3	1	2	False	34836	maximal	True	ISR0120_000000006598	1.0		84	6	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	99.649	26.0	0.005497316498706514	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0026_000000006254	4321	0.5620321008576524	2	2	2	1	1	False	7534	maximal	True	SPA0026_000000006254	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4343.0	93.0	100.0	0.000844815412626869	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0024_000000004102	4946	0.5620311027619174	6	2	2	2	0	True	37474	maximal	True	ISR0024_000000004102	1.0		128	9	False	False	1.0	0					non-mobilizable	other	4946.0	100.0	100.0	0.0015869185283408566	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0378_000000014432	2003	0.5620309068698647	3	3	3	3	2	False	77629	maximal	True	ISR0378_000000014432	1.0		1173	15	False	False	1.0	0					non-mobilizable	chromosome	2004.0	90.12	100.0	0.0006738614787186669	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0796_000000006511	3449	0.5620308257535246	5	4	3	3	3	False	125171	maximal	True	ISR0796_000000006511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	97.867	24.0	0.00021184348811480853	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0082_000000013276	2260	0.562030212595626	3	2	2	2	2	False	79669	maximal	True	FIJ0082_000000013276	0.9940278980324669		103	8	True	True	0.9964601993560791	1					non-mobilizable	other	1511.0	100.0	99.0	0.00860114605999157	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	True
ISR0169_000000004316	5766	0.5620241728170821	8	2	0	0	2	False	66876	maximal	True	ISR0169_000000004316	1.0	PS308	1	1	True	True	1.0	28					non-mobilizable	no_good_hit	216.0	94.90700000000001	5.0	0.026293261587379234	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ENG0015_000000004282	4641	0.5620241728170821	6	2	0	0	2	False	66875	backbone	True	ENG0015_000000004282	1.0	PS308	1	1	True	True	1.0	15					non-mobilizable	no_good_hit	227.0	81.498	5.0	0.038481272447408926	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	True
FIJ0083_000000007294	4583	0.5620241728170821	5	2	0	0	2	False	111898	fragment	False	FIJ0083_000000007294	1.0		0	0	False	False	0.9951996803283691	0					non-mobilizable	no_good_hit	67.0	88.06	1.0	0.0004299394176275161	NZ_FNBY01000010.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MAD0105_000000007088	4427	0.5620241728170821	6	2	0	0	2	False	122838	maximal	False	SPA0106_000000008886	0.9531039136302294	PS875	0	0	True	True	0.9997740983963013	21					non-mobilizable	no_good_hit	321.0	87.227	7.0	0.08779679734953065	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
SPA0106_000000008886	4367	0.5620241728170821	6	2	0	0	2	False	122838	maximal	True	SPA0106_000000008886	0.953728362183755	PS875	1	1	True	True	1.0	75					non-mobilizable	no_good_hit	341.0	86.51	8.0	0.09331860850358918	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
FIJ0063_000000005973	4163	0.5620241728170821	6	2	0	0	2	False	52841	maximal	True	FIJ0063_000000005973	0.9629954149361228		3	1	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
FIJ0161_000000003848	4098	0.5620241728170821	5	2	0	0	2	False	52841	maximal	False	FIJ0063_000000005973	0.4830148619957537		0	0	True	True	1.0	21					non-mobilizable	no_good_hit	75.0	86.667	2.0	0.027673896783844427	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
FIJ0013_000000006562	3959	0.5620241728170821	5	2	0	0	2	False	52841	maximal	False	FIJ0063_000000005973	0.7263507390912193		0	0	False	True	0.9949482083320618	0					non-mobilizable	no_good_hit	75.0	86.667	2.0	0.027673896783844427	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
AST0019_000000007096	3775	0.5620241728170821	4	2	0	0	2	False	122837	backbone	True	AST0019_000000007096	0.9592782852824444	PS875	1	1	True	True	1.0	578					non-mobilizable	no_good_hit								True	True
FIJ0001_000000005167	3768	0.5620241728170821	5	2	0	0	2	False	52841	maximal	False	FIJ0063_000000005973	0.7013740685450629		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	75.0	86.667	2.0	0.027673896783844427	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
ISR0214_000000007298	3669	0.5620241728170821	4	2	0	0	2	False	110284	backbone	True	ISR0214_000000007298	0.8613488573028005	PS696	7	2	True	True	1.0	39					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.811058028060793e-06	CP060719.1	g-proteobacteria	Thermomonas carbonis strain KCTC 42013 chromosome, complete genome	True	True
ENG0046_000000005152	3656	0.5620241728170821	4	2	0	0	2	False	122837	backbone	False	AST0019_000000007096	0.9450288770437374	PS875	0	0	True	True	1.0	22					non-mobilizable	no_good_hit								True	True
ISR0258_000000005094	3651	0.5620241728170821	4	2	0	0	2	False	110284	backbone	False	ISR0214_000000007298	0.8277596700374589	PS696	0	0	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
FIJ0046_000000009118	3137	0.5620241728170821	3	2	0	0	2	False	111895	fragment	False	FIJ0046_000000009118	1.0		0	0	False	False	0.9856550693511963	0					non-mobilizable	no_good_hit	50.0	88.0	2.0	0.008380365999657944	LN853900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1337	True	False
ISR0856_000000001700	2966	0.5620241728170821	4	2	0	0	2	False	20477	maximal	True	ISR0856_000000001700	1.0		1	1	False	False	0.9969655871391296	0					non-mobilizable	no_good_hit								True	False
FIJ0168_000000008863	2366	0.5620241728170821	2	2	0	0	2	False	52839	fragment	False	FIJ0168_000000008863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0120_000000014556	1685	0.5620226090119242	2	2	2	1	1	False	41634	maximal	True	FIJ0120_000000014556	1.0		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	87.719	3.0	4.213066826763206e-05	CP019865.1	GNS bacteria	Dehalococcoides mccartyi strain KBTCE2, complete genome	True	False
SPA0119_000000026363	1201	0.5620142329362231	1	1	1	1	1	True	65839	fragment	False	SPA0119_000000026363	0.9974093264248705		0	0	False	False	1.0	0					non-mobilizable	plasmid	1181.0	97.79799999999999	98.0	0.41229909154437455	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	False	True
ENG0028_000000016205	1158	0.5620142329362231	1	1	1	1	1	True	65839	fragment	False	SPA0119_000000026363	0.9771024146544547		0	0	False	False	1.0	0					non-mobilizable	plasmid	1147.0	97.47200000000001	99.0	0.3997204751921733	LN854164.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1659	False	True
ISR0373_000000001778	6809	0.5620141632297694	10	8	3	4	5	True	38641	fragment	False	ISR0373_000000001778	1.0		0	0	False	False	0.9961815476417542	0					non-mobilizable	no_good_hit	5150.0	98.175	89.0	0.0199730021179373	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
MAD0054_000000016849	1164	0.5620114993762272	2	1	1	1	1	False	17126	fragment	False	MAD0054_000000016849	1.0		0	0	False	False	0.9845361113548279	0					non-mobilizable	no_good_hit								True	False
FIJ0159_000000011822	2074	0.5620089462421719	4	3	3	3	2	False	123000	fragment	False	ISR0157_000000012693	0.2918583893935782		0	0	False	False	1.0	0					non-mobilizable	chromosome	2074.0	100.0	100.0	0.0006977596630288694	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0019_000000019001	1582	0.5620081185967498	3	3	2	2	0	False	122153	fragment	False	AST0019_000000019001	1.0		0	0	False	False	0.9778761267662048	0					non-mobilizable	other	1563.0	98.72	99.0	0.01019575057314357	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ENG0063_000000012902	2463	0.5620011214911226	2	2	2	2	2	False	71526	fragment	False	ENG0063_000000012902	1.0		0	0	False	False	0.9833536148071289	0					non-mobilizable	no_good_hit	1248.0	73.718	50.0	0.0009463338854905022	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0036_000000003105	3143	0.5620003019754459	4	3	3	2	3	False	110009	maximal	True	ISR0036_000000003105	1.0		43	7	False	False	0.9952275156974792	0					non-mobilizable	no_good_hit	1287.0	71.717	40.0	0.0049233277932829505	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
FIJ0123_000000023511	1451	0.5619936930815155	3	2	2	2	2	False	41304	fragment	False	FIJ0123_000000023511	1.0		0	0	False	False	0.9979324340820312	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.0006200085620229993	NZ_QEKH01000029.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_129, whole genome shotgun sequence	True	False
USA0047_01_000000003188	9388	0.5619929247676968	12	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7743245264034208		0	0	False	False	0.9996804594993591	0					non-mobilizable	no_good_hit	630.0	71.587	7.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ENG0167_000000002547	9309	0.5619929247676968	11	8	6	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7751652803092419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	78.729	13.0	0.00032908843907535984	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
AST0116_000000003963	6195	0.5619926138914733	8	6	6	5	4	False	128696	maximal	True	AST0116_000000003963	0.9704584040747029		3	2	False	False	0.9940274357795715	0					non-mobilizable	other	5467.0	96.836	92.0	0.0019908598948286823	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
ISR0162_000000019578	2024	0.5619907229641177	3	3	3	3	2	False	90136	fragment	False	ISR0162_000000019578	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2024.0	100.0	100.0	0.00042174459247547606	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
SPA0057_000000020908	1571	0.5619892866896384	3	3	3	3	2	False	104583	fragment	False	SPA0057_000000020908	1.0		0	0	False	False	0.9898154139518738	0					non-mobilizable	no_good_hit	455.0	75.824	28.0	0.0020665047355438813	NZ_QGDS01000007.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_107, whole genome shotgun sequence	True	False
SPA0056_000000025382	1413	0.5619892866896384	3	3	3	3	2	False	104582	fragment	False	SPA0056_000000025382	0.9981245311327832		0	0	False	False	0.9985845685005188	0					non-mobilizable	no_good_hit	455.0	75.824	31.0	0.0020665047355438813	NZ_QGDS01000007.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_107, whole genome shotgun sequence	True	False
ISR0149_000000012045	1474	0.5619888773507381	2	1	1	1	1	False	52549	maximal	True	ISR0149_000000012045	1.0		87	9	False	False	0.9545454382896423	0					non-mobilizable	no_good_hit	1144.0	71.59100000000001	76.0	0.06294296321295983	NZ_NSKI01000031.1	bacteria	Inordinaticella fortuita strain 4B NODE_32_length_17778_cov_269.202, whole genome shotgun sequence	True	False
ISR0138_000000003371	8284	0.5619877881594325	14	8	6	5	1	True	31363	maximal	True	ISR0138_000000003371	0.9986666666666667		6	2	False	False	0.9985514283180237	0					non-mobilizable	no_good_hit	609.0	98.522	8.0	0.020441784621591633	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0202_000000010930	1965	0.5619838328782517	2	1	1	1	1	False	111973	fragment	False	ENG0200_000000009689	0.9617936134666102		0	0	False	False	0.9994910955429077	0					non-mobilizable	no_good_hit	151.0	96.689	8.0	0.0013945964038007401	NZ_CYYA01000012.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0089_000000017303	1603	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.24202522507928145		0	0	False	False	1.0	0		MOBV			mobilizable	other	1603.0	95.571	100.0	0.005652428568404265	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	True
SPA0107_000000020578	1598	0.561981676084239	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.1045859673314982		0	0	False	False	1.0	0					non-mobilizable	other	1603.0	90.64299999999999	100.0	0.0006702730346098143	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ISR0141_000000022790	1356	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05493195655504263		0	0	False	False	1.0	0					non-mobilizable	chromosome	1359.0	90.876	100.0	0.000477788987352001	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0016_000000017190	1309	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.007669823322151972		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	87.881	100.0	0.15051783659378595	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
AST0019_000000023961	1283	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05105006673279613		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	90.506	100.0	0.043047913031807813	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
ISR0032_000000026329	1283	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04919591449844957		0	0	False	False	0.9992205500602722	0					non-mobilizable	chromosome	1286.0	90.435	100.0	0.00045202931521263904	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0080_01_000000032900	1272	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.044173630838637956		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	90.50200000000001	100.0	0.04271238759898	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
ISR0126_000000039325	1267	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04407624820210652		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	90.465	100.0	0.0425446248825661	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
CHI0101_000000008995	1225	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.11532067220262265		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	96.49	100.0	0.0002835494741709363	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	False	True
USA0037_01_000000027891	1204	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03572933272716887		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	93.189	100.0	0.00035628873307221287	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
FIJ0046_000000029135	1201	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.13757012327896723		0	0	False	False	1.0	0					non-mobilizable	chromosome	1203.0	94.514	100.0	0.00025429622882930917	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ISR0073_000000023757	1183	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05996706575352259		0	0	False	False	1.0	0					non-mobilizable	chromosome	1187.0	91.66	100.0	0.00041744783754609833	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0070_000000030083	1167	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.058569257353977125		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	90.58200000000001	100.0	0.0029866817068950045	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0821_000000028850	1162	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05583823021604263		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	90.73	100.0	0.0002710967894861106	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0143_000000026095	1107	0.561981676084239	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.016091557472256133		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	89.72	100.0	0.037176217957321164	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
MON0064_000000007979	3136	0.5619760943950003	4	4	2	1	3	True	74257	fragment	False	MON0064_000000007979	1.0		0	0	False	False	0.9996811151504517	0					non-mobilizable	no_good_hit	1914.0	98.43299999999999	88.0	0.043725714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0052_000000004992	3209	0.5619742411278521	2	2	2	2	2	False	17291	maximal	True	MAD0052_000000004992	1.0		149	11	False	False	1.0	0					non-mobilizable	other	3209.0	96.853	100.0	0.053095001655081096	NZ_JH379476.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1494, whole genome shotgun sequence	False	False
MON0082_000000032116	1146	0.5619730041457465	2	2	1	2	2	False	9900	fragment	False	MON0082_000000032116	1.0		0	0	False	False	0.9938917756080627	0					non-mobilizable	plasmid	1146.0	100.0	100.0	0.035913681701273445	CP033879.1	enterobacteria	Escherichia coli strain 50579417 plasmid p50579417_5, complete sequence	False	True
CAN0007_000000016999	2411	0.5619688015219667	3	3	2	3	2	False	104737	maximal	True	CAN0007_000000016999	1.0		7	4	False	False	0.9995852112770081	0					non-mobilizable	no_good_hit	293.0	79.863	12.0	0.0008630907516279015	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
DEN0065_000000007045	4390	0.561967887030259	6	2	1	2	1	False	90000	fragment	False	CHI0013_000000001894	0.9668321299638989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1816.0	92.51100000000001	41.0	0.000546461743011236	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0021_000000020146	1609	0.561967887030259	3	2	1	2	1	False	88879	fragment	False	SPA0021_000000020146	1.0		0	0	False	False	0.9925419688224792	0					non-mobilizable	other	1609.0	91.734	100.0	0.00048413800703144217	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0296_000000005720	4252	0.5619672327761	7	4	2	4	2	True	71427	fragment	False	ISR0296_000000005720	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4252.0	97.883	100.0	0.001197737737980289	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
DEN0051_000000012248	3505	0.5619670214748459	4	3	2	2	3	False	72594	maximal	True	DEN0051_000000012248	1.0		9	4	False	False	1.0	0					non-mobilizable	other	2860.0	96.64299999999999	98.0	0.0009540091432556965	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0265_000000003128	4864	0.5619642766037999	3	3	3	3	2	False	122010	maximal	True	ISR0265_000000003128	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1263.0	94.37799999999999	27.0	0.9431988041853513	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0063_000000000614	29349	0.5619634367222298	33	27	9	17	23	True	105446	maximal	True	DEN0063_000000000614	1.0	PS636	264	10	False	True	1.0	0					non-mobilizable	other	29350.0	99.90799999999999	100.0	0.009883175870624651	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
ENG0210_000000022189	1223	0.5619567067615221	1	1	1	1	1	True	53693	maximal	True	ENG0210_000000022189	1.0		0	0	False	False	0.992641031742096	0					non-mobilizable	chromosome	864.0	96.412	93.0	0.00029048074731978496	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0113_000000004695	5868	0.5619493781579733	7	6	2	2	6	False	86934	fragment	False	ENG0113_000000004695	0.9608806404657932		0	0	False	False	1.0	0					non-mobilizable	other	5868.0	98.73899999999999	100.0	0.041826477507663794	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
FIJ0126_000000029664	1370	0.5619364279061628	2	2	2	2	1	False	41109	maximal	True	FIJ0126_000000029664	1.0		4	3	False	False	0.9985401630401611	0					non-mobilizable	no_good_hit	739.0	76.99600000000001	64.0	0.00022188298242166836	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
FIJ0053_000000007415	2736	0.5619353955850211	4	3	2	3	1	False	46416	maximal	True	FIJ0053_000000007415	0.9972052142287122		348	13	False	False	0.9985380172729492	0					non-mobilizable	chromosome	2736.0	97.95299999999999	100.0	0.0009293500292396965	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0180_000000006119	2745	0.5619338656462962	3	3	2	3	1	False	55348	maximal	True	ENG0180_000000006119	1.0		3	3	False	False	0.9981784820556641	0					non-mobilizable	no_good_hit	1384.0	74.928	50.0	0.10025801695539993	NZ_SRYR01000020.1	firmicutes	Clostridium sartagoforme strain NM50_B9-20 NODE_20_length_13565_cov_393.538, whole genome shotgun sequence	True	False
MAD0089_000000015740	1696	0.5619335767502175	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9679820968681274		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.305	97.0	0.0003886650648793231	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0137_000000006646	1696	0.5619335767502175	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9655310202348717		0	0	False	False	0.9988207817077637	0					non-mobilizable	chromosome	1475.0	82.23700000000001	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0112_000000016993	1695	0.5619335767502175	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9677591538150039		0	0	False	False	0.9988200664520264	0					non-mobilizable	chromosome	1475.0	82.37299999999999	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0041_000000021102	1695	0.5619335767502175	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9683681516447932		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	82.361	97.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0798_000000003297	4002	0.5619323179555513	4	4	4	4	3	False	21920	maximal	True	ISR0798_000000003297	1.0		32	4	False	False	1.0	0					non-mobilizable	no_good_hit	2028.0	74.704	50.0	0.02410380948928921	NZ_NFLJ01000008.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_8, whole genome shotgun sequence	True	False
FIJ0169_000000012348	1844	0.5619303111929155	2	2	2	2	1	False	38861	maximal	True	FIJ0169_000000012348	1.0		346	14	False	False	0.9663774371147156	0					non-mobilizable	chromosome	1844.0	99.78299999999999	100.0	0.0004101618659404969	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0031_000000001348	9658	0.5619275754024076	10	10	10	10	10	False	125930	maximal	True	ISR0031_000000001348	1.0		151	7	False	False	0.9981362819671631	0					non-mobilizable	other	9643.0	99.40899999999999	99.0	0.05619896368225029	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
TAN0006_000000006799	1931	0.5619260698034464	3	2	2	2	1	False	2883	maximal	True	TAN0006_000000006799	1.0		7	2	False	False	0.9818747043609619	0					non-mobilizable	no_good_hit	1169.0	79.042	60.0	0.003158398905234348	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0143_000000008322	2246	0.5619253584688215	3	2	1	2	1	False	57616	maximal	True	ENG0143_000000008322	1.0		2	2	False	False	0.9964380860328674	0					non-mobilizable	no_good_hit	1540.0	80.97399999999999	69.0	0.0004459581658293675	NZ_CP023671.1	firmicutes	Clostridium septicum strain DSM 7534 chromosome, complete genome	True	False
ISR0130_000000004517	5848	0.5619233645814811	4	4	3	4	2	False	40443	maximal	True	ISR0130_000000004517	1.0		1	1	False	False	0.9993159770965576	0					non-mobilizable	no_good_hit	806.0	69.975	13.0	0.0016169915217201293	NZ_CYXL01000004.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
MON0061_000000022179	2029	0.5619184461146584	2	2	2	2	2	False	10824	fragment	False	MON0061_000000022179	1.0		0	0	False	False	0.998028576374054	0					non-mobilizable	other	1965.0	90.84	97.0	0.07668256077542406	NZ_WEHX01000028.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_28_length_25586_cov_391.010554, whole genome shotgun sequence	False	False
MON0079_000000002977	7511	0.5619136156780349	12	8	4	7	5	False	32572	maximal	True	MON0079_000000002977	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3525.0	92.454	47.0	0.10085991199562853	NZ_CACWHY010000022.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
ENG0165_000000000872	17185	0.5619104821363644	16	6	5	4	1	True	132160	fragment	False	SPA0132_000000001387	0.6846262451878155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0027_000000001372	16191	0.5619104821363644	17	6	5	4	1	True	132160	fragment	False	SPA0132_000000001387	0.570293649917021		0	0	False	False	0.9991970658302307	0					non-mobilizable	no_good_hit	485.0	74.227	3.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0004_000000005748	4625	0.5619056469065343	5	5	4	4	5	False	127069	maximal	True	ENG0004_000000005748	0.9619824717294292		4	1	False	False	1.0	0					non-mobilizable	other	2435.0	98.727	100.0	0.0007270659570199982	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0139_000000009466	2648	0.5619053711411656	4	3	2	1	3	False	86756	maximal	True	ISR0139_000000009466	1.0		183	13	False	False	1.0	0					non-mobilizable	no_good_hit	1982.0	96.771	75.0	0.0004963125333718741	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0008_000000022274	1628	0.5619042591957292	2	2	0	1	1	True	13854	maximal	True	MON0008_000000022274	1.0		0	0	False	False	0.9828009605407715	0					non-mobilizable	no_good_hit	1035.0	93.333	64.0	0.40061991476172026	NZ_CYYA01000042.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MON0061_000000021910	2052	0.5619035673755367	3	3	3	3	2	False	65265	maximal	False	ENG0162_000000011586	0.9549507273580479		0	0	False	False	0.9756335020065308	0					non-mobilizable	other	2034.0	98.72200000000001	99.0	0.0009776271023430832	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
MAD0017_000000003219	1420	0.5619024203331343	2	2	2	2	1	False	19370	maximal	True	MAD0017_000000003219	1.0		283	13	False	False	1.0	0					non-mobilizable	other	1420.0	98.87299999999999	100.0	0.00025807258878088074	CP015229.1	enterobacteria	Escherichia coli strain 06-00048, complete genome	False	False
SPA0117_000000003985	8838	0.5619016730554135	5	5	4	5	3	False	4330	maximal	True	SPA0117_000000003985	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1258.0	74.245	14.0	0.000520205651001113	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
AST0108_000000011706	2351	0.5619005338786199	5	1	1	1	1	False	107208	fragment	False	AST0108_000000011706	1.0		0	0	False	False	0.9987239241600037	0					non-mobilizable	no_good_hit	57.0	87.719	2.0	1.0681557775496926e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
USA0130_01_000000024855	1336	0.5618945575934382	2	2	2	2	1	True	9094	maximal	True	USA0130_01_000000024855	0.9940191387559809		230	14	False	False	0.9970059990882874	0					non-mobilizable	no_good_hit	774.0	78.42399999999999	57.0	0.0002712634609180533	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
SPA0026_000000027025	1279	0.5618842070665019	2	1	1	1	1	False	119684	fragment	False	SPA0026_000000027025	0.9874137056734474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0025_000000031596	1231	0.5618842070665019	2	1	1	1	1	False	119684	fragment	False	SPA0026_000000027025	0.9760769783405562		0	0	False	False	0.9878147840499878	0					non-mobilizable	no_good_hit								True	False
ISR0069_000000009903	2473	0.5618822748877813	5	4	1	1	4	False	57042	fragment	False	ISR0069_000000009903	1.0		0	0	False	False	0.9850383996963501	0					non-mobilizable	plasmid	2473.0	99.87899999999999	100.0	0.019879532605811063	CP054380.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-1, complete sequence	False	True
ISR0112_000000008632	3510	0.5618786641365012	7	4	3	4	1	False	32653	fragment	False	ISR0112_000000008632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	75.661	5.0	0.0005246054116592844	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
MON0011_000000028024	1672	0.5618774888534313	3	2	2	2	2	False	37898	maximal	True	MON0011_000000028024	0.9760879447763333		124	10	False	True	0.9970095753669739	0					non-mobilizable	no_good_hit	616.0	90.26	67.0	0.012639867384997928	NZ_CABIWU010000014.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
SPA0006_000000011394	2817	0.5618702345981654	4	4	4	4	3	False	8254	maximal	True	SPA0006_000000011394	1.0		18	4	False	False	0.9872204661369324	0					non-mobilizable	other	2768.0	98.266	98.0	0.001635142745538814	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0049_000000007657	2551	0.5618700034510832	3	3	3	3	2	False	108783	fragment	False	FIJ0063_000000009013	0.7633888047684597		0	0	False	False	0.998039960861206	0					non-mobilizable	other	2552.0	95.572	99.0	0.015573259692811496	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
CHI0070_000000009963	1305	0.5618688131561745	2	2	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.06277203530928842	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1305.0	96.475	100.0	0.0004601453762976435	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0054_000000017300	1139	0.5618688131561745	2	2	0	1	1	True	17122	maximal	True	MAD0054_000000017300	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	87.01899999999999	75.0	0.0002090249641779681	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0103_000000004603	4210	0.5618621386083482	5	5	4	5	4	False	120677	fragment	False	ENG0103_000000004603	0.9870244394053918		0	0	False	False	0.9992874264717102	0					non-mobilizable	no_good_hit	865.0	76.994	20.0	0.016989854115386924	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	False
MAD0002_000000008603	3780	0.5618596357014819	6	2	2	1	1	False	20223	maximal	True	MAD0002_000000008603	1.0		1	1	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	3.36761474617663e-07	CP035804.1	nematodes	Haemonchus contortus strain NZ_Hco_NP chromosome 4	True	False
MON0108_000000010068	2156	0.5618572983856732	3	3	3	3	3	False	112571	fragment	False	MON0108_000000010068	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	87.947	92.0	0.003500356517793479	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0130_000000009065	1807	0.5618550250603425	2	1	1	1	1	False	81094	maximal	True	CHI0130_000000009065	1.0		35	7	False	False	0.9789706468582153	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000004715	3028	0.5618539505728664	3	3	2	3	2	False	91586	fragment	False	ISR0396_000000005052	0.20583298772288697		0	0	False	False	0.9963672161102295	0					non-mobilizable	other	3043.0	97.50200000000001	100.0	0.04073506067210159	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0029_000000010796	2424	0.5618511156118503	3	3	2	2	2	False	115815	maximal	True	SPA0029_000000010796	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	78.918	46.0	0.006558076886275145	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
CHI0021_000000002443	3240	0.5618505791027999	5	4	2	3	1	False	89314	fragment	False	CHI0021_000000002443	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	80.808	12.0	0.00012306433993021306	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
DEN0087_000000006486	1908	0.5618498696286315	3	3	3	2	1	False	68886	maximal	True	DEN0087_000000006486	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1306.0	86.064	68.0	0.0002644753037305023	CP044098.1	enterobacteria	Citrobacter portucalensis strain FDAARGOS_617 chromosome, complete genome	True	False
ISR0045_000000003098	7584	0.5618444911452332	15	6	5	5	2	False	106021	maximal	False	AST0118_000000003128	0.952754469171835		0	0	False	True	0.9997363090515137	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.328695997660562e-06	NC_014150.1	bacteria	Brachyspira murdochii DSM 12563, complete sequence	True	True
FIJ0087_000000028485	1122	0.5618435435890679	2	2	2	1	1	False	51937	fragment	False	FIJ0087_000000028485	0.973254759746147		0	0	False	False	0.9982174634933472	0					non-mobilizable	other	1048.0	84.065	93.0	0.19029374201787994	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	False	False
FIJ0004_000000023668	1103	0.5618435435890679	2	2	2	1	1	False	51937	fragment	False	FIJ0087_000000028485	0.96524064171123		0	0	False	False	0.9900271892547607	0					non-mobilizable	chromosome	1051.0	78.782	98.0	0.00030874629504445945	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	False	False
SPA0093_000000006737	5989	0.5618413835071897	8	7	4	3	6	True	72707	maximal	True	SPA0093_000000006737	1.0		143	11	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	3660.0	92.131	67.0	0.0008816111788200939	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
ENG0112_000000001949	11502	0.5618341916654878	8	8	8	8	7	False	119585	fragment	False	ENG0112_000000001949	0.9900646510743487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2482.0	78.163	31.0	0.0007888154674419938	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
ENG0068_000000015037	1683	0.5618305062189898	2	2	2	2	2	False	62598	fragment	False	MON0061_000000025096	0.9189408812888737		0	0	False	False	0.9780154228210449	0					non-mobilizable	chromosome	1697.0	78.609	100.0	0.0004990411597894254	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
CHI0149_000000007968	1589	0.5618303918869916	4	4	1	3	4	False	79575	maximal	True	CHI0149_000000007968	1.0		9	6	False	False	1.0	0					non-mobilizable	chromosome	1587.0	99.055	99.0	0.0003029776822360135	CP041544.1	enterobacteria	Escherichia coli strain 131 chromosome	False	False
FIJ0036_000000039185	1137	0.5618295119931095	2	2	2	2	2	False	47865	maximal	True	FIJ0036_000000039185	1.0		117	10	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	81.92399999999999	53.0	0.08048911582907821	NZ_JH379420.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld547, whole genome shotgun sequence	True	False
ISR0354_000000005148	3644	0.5618252373019732	3	3	2	3	2	False	91586	fragment	False	ISR0396_000000005052	0.4737592070612423		0	0	False	False	0.9967069029808044	0					non-mobilizable	other	3312.0	96.40700000000001	97.0	0.04428659832647241	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0054_000000001420	7432	0.5618249293518544	9	5	3	5	4	True	17188	maximal	True	MAD0054_000000001420	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	96.087	3.0	0.0034349181369730353	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
AST0040_000000011014	1819	0.5618196395340559	3	3	2	3	2	False	116071	maximal	True	AST0040_000000011014	1.0		2	2	False	False	0.9917536973953247	0					non-mobilizable	no_good_hit	763.0	95.675	42.0	0.049735656941452905	NZ_CABIWU010000055.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0149_000000010599	2290	0.5618150710907335	3	3	3	3	2	False	46385	maximal	True	FIJ0149_000000010599	1.0		4	1	False	False	0.9917030334472656	0					non-mobilizable	no_good_hit	1516.0	97.757	66.0	0.0010206090218062489	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ENG0167_000000006465	3809	0.5618087629560868	4	3	3	3	3	False	56086	maximal	True	ENG0167_000000006465	1.0		1	1	False	False	0.9981622695922852	0					non-mobilizable	no_good_hit								True	False
CHI0106_000000017762	1161	0.5618070251241912	2	2	2	2	2	False	83045	fragment	False	CHI0106_000000017762	1.0		0	0	False	False	0.9913867115974426	0					non-mobilizable	other	1161.0	98.96600000000001	100.0	0.0344622520888466	NZ_QRHR01000014.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf14, whole genome shotgun sequence	False	False
ENG0187_000000012390	2348	0.5618060971903999	3	3	3	3	2	False	54981	maximal	True	ENG0187_000000012390	1.0		113	10	False	False	0.9948892593383789	0					non-mobilizable	other	890.0	94.944	94.0	0.0014743116143546152	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0106_000000012841	3131	0.5617959760946241	3	3	3	3	3	False	80224	maximal	True	MON0106_000000012841	0.97555910543131		52	8	False	False	0.9987224340438843	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000016628	1758	0.5617950400131676	2	2	1	2	1	False	34838	fragment	False	ISR0072_000000016628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0001_000000016773	1272	0.5617926303768349	2	1	1	1	1	False	52520	maximal	True	FIJ0001_000000016773	1.0		11	1	False	False	0.972484290599823	0					non-mobilizable	chromosome	1228.0	99.837	96.0	0.00023791075961589918	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
ENG0211_000000009958	2616	0.5617910182777284	3	3	2	3	1	True	114124	fragment	False	ISR0094_000000007029	0.7709102198069427		0	0	False	False	0.9889143705368042	0					non-mobilizable	other	2616.0	98.43299999999999	100.0	0.17363835871516925	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
MON0095_000000021222	1486	0.5617894940029274	2	2	2	2	1	False	10444	maximal	False	MON0070_000000021194	0.9449938195302843		0	0	False	False	0.9952893853187561	0					non-mobilizable	no_good_hit	419.0	70.64399999999999	28.0	0.003196536174004111	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
ISR0238_000000003173	4216	0.5617891938799242	6	6	5	6	5	False	105607	maximal	True	ISR0238_000000003173	1.0		85	9	False	False	0.9969165325164795	0					non-mobilizable	other	4169.0	93.787	99.0	0.01656937225109956	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0048_000000010490	1840	0.5617886029839133	3	2	2	2	1	False	89915	fragment	False	CHI0048_000000010490	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1846.0	95.179	100.0	0.031142394166497875	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AUS0012_000000006505	2551	0.5617847985207467	3	2	2	2	2	False	101201	maximal	True	AUS0012_000000006505	1.0		0	0	False	False	0.9753038287162781	0					non-mobilizable	no_good_hit	562.0	93.772	22.0	0.9876543209876543	EU059355.1	bacteria	Uncultured bacterium clone LM0ABA5ZE04FM1 genomic sequence	True	False
AST0087_000000010673	3325	0.5617839160139304	5	5	3	4	4	False	111003	maximal	True	AST0087_000000010673	1.0		5	4	False	False	0.9978947639465332	0					non-mobilizable	no_good_hit	370.0	75.405	11.0	0.0003301182155174004	NZ_FUHT01000004.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
MON0037_000000043047	1714	0.561780763301382	2	2	2	2	2	False	12080	fragment	False	MON0037_000000043047	1.0		0	0	False	False	0.9918319582939148	0					non-mobilizable	no_good_hit	282.0	80.49600000000001	22.0	0.0001887519987488439	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
FIJ0034_000000007357	3927	0.561780687060017	4	2	2	2	2	False	107823	maximal	True	FIJ0034_000000007357	1.0	PS663	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1808.0	83.573	47.0	0.05457735826223755	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
ENG0019_000000007195	2763	0.5617774850454937	2	2	1	2	1	True	127135	fragment	False	ENG0033_000000008996	0.9507792270067404		0	0	False	False	0.9989142417907715	0					non-mobilizable	other	2754.0	98.874	99.0	0.004878923193786783	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	True
ISR0370_000000011413	2318	0.5617774850454937	2	2	1	2	1	True	113780	fragment	False	ISR0370_000000011413	0.9742471396922415		0	0	False	False	1.0	0					non-mobilizable	other	2183.0	78.745	93.0	0.0038371160221778917	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	True
DEN0090_000000002350	8032	0.5617739256078524	11	7	3	6	5	True	128682	maximal	True	DEN0090_000000002350	1.0		47	7	False	False	1.0	0					non-mobilizable	no_good_hit	2546.0	99.529	32.0	0.017941361005562175	NZ_CYYA01000008.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
FIJ0156_000000002882	2586	0.5617736399952666	4	4	2	2	4	True	94674	fragment	False	CHI0010_000000002764	0.36949030868628857		0	0	False	False	1.0	0					non-mobilizable	other	2586.0	99.49700000000001	100.0	0.0005006595729887091	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0051_000000024594	1218	0.5617724569532575	2	2	2	2	1	False	64021	fragment	False	ENG0051_000000024594	1.0		0	0	False	False	0.9901477694511414	0					non-mobilizable	chromosome	1236.0	82.524	100.0	0.00042942809379936507	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0038_000000026796	1300	0.5617686128711769	3	1	1	1	1	True	11987	fragment	False	MON0038_000000026796	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	99.846	100.0	0.35808945334069575	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
SPA0127_000000004350	6554	0.5617657881248773	1	1	1	1	1	False	83300	maximal	True	SPA0127_000000004350	0.9895243921088852		31	7	False	False	0.9987793564796448	0					non-mobilizable	no_good_hit	3845.0	96.905	88.0	0.18760370912640312	NZ_CBVI010000158.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
CHI0102_000000001060	6539	0.5617657881248773	1	1	1	1	1	False	83300	maximal	False	SPA0127_000000004350	0.9884040280744584		0	0	False	False	0.9992353320121765	0					non-mobilizable	no_good_hit	3845.0	96.905	88.0	0.18760370912640312	NZ_CBVI010000158.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0142_000000002018	1548	0.5617614347054549	3	1	1	1	1	False	31177	maximal	True	ISR0142_000000002018	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000004342	7707	0.5617593150412739	10	8	5	8	4	True	41896	fragment	False	FIJ0114_000000004342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	100.0	1.0	0.11645569620253164	NZ_AXCY01000289.1	high GC Gram+	Cellulomonas carbonis T26 contig244, whole genome shotgun sequence	True	True
SPA0149_000000012827	2995	0.5617539890368816	4	3	3	3	3	False	124465	fragment	False	USA0034_01_000000016125	0.314225594514568		0	0	False	False	0.9993322491645813	0					non-mobilizable	chromosome	1643.0	99.087	99.0	0.00047540572545029476	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0383_000000007861	1834	0.5617537770281344	2	2	2	1	1	True	125713	maximal	True	ISR0383_000000007861	1.0		4	2	False	False	0.9814612865447998	0					non-mobilizable	chromosome	1640.0	95.61	100.0	0.0005516778040059416	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0179_000000007190	3439	0.5617424901675845	5	4	4	4	3	False	29686	maximal	True	ISR0179_000000007190	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	2000.0	76.7	75.0	0.00031435886844225115	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
ISR0348_000000005999	2456	0.5617352541541001	5	4	4	4	3	False	24140	maximal	True	ISR0348_000000005999	1.0		20	4	False	False	0.9995928406715393	0					non-mobilizable	no_good_hit	876.0	99.429	62.0	0.00030398832684824903	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0002_000000004031	6778	0.5617281846871802	9	8	3	5	6	False	66082	maximal	True	SPA0002_000000004031	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6778.0	99.80799999999999	100.0	0.0011403391133287082	CP027599.1	enterobacteria	Escherichia coli strain 97-3250 chromosome, complete genome	False	False
DEN0066_000000006174	4836	0.5617275166302115	5	2	2	2	2	False	71010	maximal	True	DEN0066_000000006174	1.0		270	14	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	97.52600000000001	16.0	0.00026734687333126057	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0098_000000029526	1536	0.5617270449740179	2	2	2	2	1	False	123205	fragment	False	MAD0098_000000029526	0.9742832653559272		0	0	False	False	1.0	0					non-mobilizable	chromosome	1226.0	91.272	93.0	0.0004269881614482323	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0012_000000009936	2794	0.5617231457470534	3	3	3	2	1	False	45534	maximal	True	MAD0012_000000009936	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	80.997	26.0	0.006562455235639593	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0350_000000017404	1155	0.5617214770949421	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.3285937264771592		0	0	False	False	0.9800865650177002	0					non-mobilizable	other	1155.0	97.92200000000001	100.0	0.0003275892609767951	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0041_000000005968	2303	0.5617202742923743	3	3	2	3	1	False	36419	maximal	True	ISR0041_000000005968	1.0		12	4	False	False	0.9991315603256226	0					non-mobilizable	no_good_hit	457.0	80.525	19.0	0.002300640820086834	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0820_000000008944	2553	0.5617187617379366	3	3	3	3	3	False	21284	maximal	True	ISR0820_000000008944	0.9857438016528925		21	4	False	False	1.0	0					non-mobilizable	other	2554.0	99.178	100.0	0.02032967032967033	NZ_QEKH01000016.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_116, whole genome shotgun sequence	False	False
ISR0130_000000020953	1493	0.5617153437548238	3	3	2	2	1	False	31737	maximal	True	ISR0130_000000020953	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	81.22	81.0	0.005323213784184503	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
MAD0101_000000019851	1455	0.5617153437548238	3	3	2	2	1	False	15085	fragment	False	MAD0101_000000019851	1.0		0	0	False	False	0.9979381561279297	0					non-mobilizable	other	1455.0	97.182	100.0	0.0004095209676427668	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0003_000000018893	1292	0.5617153437548238	3	3	2	2	1	False	76629	fragment	False	DEN0003_000000018893	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	1.4795427901295807e-05	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
CHI0087_000000002432	3319	0.5617128840656423	6	6	6	5	5	False	98264	maximal	False	FIJ0088_000000008252	0.9494085000730247		0	0	False	False	0.9963844418525696	0					non-mobilizable	chromosome	3276.0	99.969	99.0	0.0006712359903825717	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
SPA0109_000000020340	1631	0.5617079803164731	3	3	3	3	3	False	51875	fragment	False	SPA0109_000000020340	1.0		0	0	False	False	0.9987737536430359	0					non-mobilizable	no_good_hit	115.0	83.478	26.0	1.7572823022699733e-05	CP018101.1	b-proteobacteria	Delftia sp. HK171, complete genome	True	False
ENG0156_000000000409	31216	0.5617077482233953	31	31	10	15	28	True	56711	fragment	False	ENG0156_000000000409	1.0		0	0	False	False	1.0	0		MOBH	MPF_F		conjugative	plasmid	31216.0	100.0	100.0	0.12441856293869352	CP029729.1	enterobacteria	Citrobacter sp. CRE-46 strain AR_0157 plasmid unnamed1, complete sequence	False	True
FIJ0068_000000013559	2339	0.5617044035556085	4	4	3	3	4	False	45080	maximal	True	FIJ0068_000000013559	0.9950259515570934		2	1	False	False	0.9991449117660522	0					non-mobilizable	chromosome	2339.0	99.615	100.0	0.0004554564382605226	CP031257.1	enterobacteria	Klebsiella quasipneumoniae strain L22 chromosome, complete genome	False	False
MAD0105_000000001411	14632	0.5617026362392546	19	19	11	13	19	False	14870	maximal	True	MAD0105_000000001411	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	11428.0	99.834	100.0	0.002388680326760264	CP033250.1	enterobacteria	Escherichia coli strain ECCHD184 chromosome, complete genome	False	False
ENG0128_000000014136	1993	0.5617013228722385	3	3	3	3	3	False	58631	maximal	True	ENG0128_000000014136	1.0		67	7	False	False	0.9904666543006897	0					non-mobilizable	other	1993.0	98.294	100.0	0.0005961071688171313	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0089_000000020386	1513	0.5617006146705489	2	2	2	2	1	False	58617	fragment	False	ENG0128_000000018139	0.9486940298507462		0	0	False	False	0.9808327555656433	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000031882	1182	0.5617002364485907	2	2	2	2	2	False	44799	maximal	True	FIJ0071_000000031882	1.0		93	11	False	False	1.0	0					non-mobilizable	other	1195.0	71.21300000000001	99.0	0.011073229832915386	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
ISR0041_000000005374	2511	0.561699526542098	4	3	1	3	1	False	46416	maximal	False	FIJ0053_000000007415	0.976920412963955		0	0	False	False	0.997212290763855	0					non-mobilizable	chromosome	2493.0	97.914	99.0	0.0008467788931865901	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0258_000000009228	2494	0.561699526542098	4	3	1	3	1	False	46416	maximal	False	FIJ0053_000000007415	0.9751259970169242		0	0	False	False	0.9775460958480835	0					non-mobilizable	chromosome	2494.0	97.875	100.0	0.0008471186921003888	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0108_000000018064	1260	0.5616943968887744	2	2	2	1	1	False	32779	fragment	False	ISR0108_000000018064	1.0		0	0	False	False	0.973809540271759	0					non-mobilizable	other	1258.0	99.921	99.0	0.00040338859254286283	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ENG0124_000000003964	7247	0.5616936515633484	10	8	8	6	6	False	116360	fragment	False	ENG0043_000000003842	0.9797948362107884		0	0	False	False	1.0	0					non-mobilizable	other	2006.0	98.305	95.0	0.025800803378308784	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
USA0108_01_000000003794	3089	0.5616933927119135	5	2	2	1	0	True	318	maximal	True	USA0108_01_000000003794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	93.427	52.0	0.3424731182795699	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
TAN0022_000000002130	2463	0.5616933927119135	3	2	2	1	0	True	96520	fragment	False	TAN0022_000000002130	0.9595709570957096		0	0	False	False	0.9926918148994446	0					non-mobilizable	other	2463.0	96.06200000000001	100.0	0.14115353743836717	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
FIJ0043_000000012751	2142	0.5616933927119135	3	2	2	1	0	True	47216	maximal	True	FIJ0043_000000012751	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	91.795	9.0	6.424336712070832e-05	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	True
MON0093_000000019925	2200	0.561690871165723	5	5	4	3	1	False	9394	maximal	True	MON0093_000000019925	1.0		148	12	False	False	0.9990909099578857	0					non-mobilizable	other	2204.0	95.554	100.0	0.0005880716258386246	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MAD0047_000000042287	1149	0.5616830243612542	3	2	2	2	2	False	48223	maximal	False	FIJ0033_000000033002	0.9468569951428473		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	74.343	99.0	0.006602359992507961	NZ_KB890660.1	CFB group bacteria	Prevotella paludivivens DSM 17968 = JCM 13650 strain DSM 17968 B045DRAFT_scaffold_4.5, whole genome shotgun sequence	False	False
ISR0329_000000016621	1106	0.5616698650594759	2	1	1	1	1	False	24678	fragment	False	ISR0329_000000016621	1.0		0	0	False	False	0.9963833689689636	0					non-mobilizable	plasmid	1106.0	97.10700000000001	100.0	0.001786552310057448	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ENG0122_000000012015	2357	0.5616573756439649	3	2	1	1	2	False	103387	maximal	True	ENG0122_000000012015	1.0	PS605	4	1	False	True	0.9910903573036194	0					non-mobilizable	no_good_hit	926.0	77.43	39.0	0.03575040846494982	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	True
ENG0096_000000014910	2237	0.5616573756439649	3	2	1	1	2	False	103386	fragment	False	ENG0096_000000014910	1.0		0	0	False	True	0.9995529651641846	0					non-mobilizable	no_good_hit	872.0	77.752	44.0	0.0002507475320210396	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0018_000000009742	2180	0.5616573756439649	2	2	1	1	2	False	103385	maximal	True	ISR0018_000000009742	1.0	PS605	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	926.0	77.862	42.0	0.03575040846494982	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	True
ISR0272_000000005382	1954	0.5616563657603246	3	2	2	2	2	False	117116	maximal	True	ISR0272_000000005382	1.0		34	8	False	False	1.0	0					non-mobilizable	other	1963.0	97.911	100.0	0.002573290244055988	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
ISR0308_000000005875	2745	0.5616513032446713	3	3	3	3	3	False	68369	fragment	False	ISR0308_000000005875	0.9628571428571429		0	0	False	False	0.991256833076477	0					non-mobilizable	no_good_hit								True	False
ISR0371_000000019875	1116	0.5616505113925975	2	2	2	1	1	False	37269	fragment	False	ISR0371_000000019875	0.9549143372407574		0	0	False	False	1.0	0					non-mobilizable	virus	1048.0	99.23700000000001	94.0	0.0620701920796775	MK232868.1	viruses	Uncultured human fecal virus clone C.aerofaciens_B06.V10.M04_2-CL36_c1 sequence	False	False
ISR0803_000000000421	17009	0.5616480400037053	13	12	6	8	10	False	115379	fragment	False	ISR0803_000000000421	0.9958705590804485		0	0	False	False	0.9998236298561096	0					non-mobilizable	no_good_hit	8909.0	92.985	52.0	0.0021501351894470297	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
MON0061_000000023713	1904	0.5616467233927516	2	1	1	1	1	False	24351	maximal	True	MON0061_000000023713	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0034_000000012982	2788	0.5616457174305304	5	4	4	4	3	False	99120	maximal	True	SPA0034_000000012982	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0366_000000008908	2127	0.561645665152738	3	3	3	2	2	False	125790	fragment	False	SPA0115_000000011713	0.7792713437245694		0	0	False	False	0.9971791505813599	0					non-mobilizable	other	1929.0	77.19	90.0	0.006921456515197111	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0089_000000017338	1565	0.5616440607286031	2	2	2	2	1	False	15827	maximal	True	MAD0089_000000017338	1.0		431	12	False	False	1.0	0					non-mobilizable	other	1565.0	99.553	100.0	0.04058963977992318	NZ_JAAIPV010000041.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_41_length_38532_cov_74.6779, whole genome shotgun sequence	False	False
ISR0224_000000015978	1917	0.5616369032807492	3	3	3	3	2	True	68254	maximal	True	ISR0224_000000015978	1.0		54	9	False	False	0.978090763092041	0					non-mobilizable	no_good_hit	1336.0	74.70100000000001	69.0	0.0002982000302272565	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0033_000000024616	2597	0.5616353713582559	3	3	3	3	2	False	13683	maximal	True	MON0033_000000024616	0.9911218724778046		6	1	False	False	0.9965344667434692	0					non-mobilizable	no_good_hit	94.0	84.04299999999999	4.0	1.2888961179149416e-05	NZ_CP023202.1	high GC Gram+	Streptomyces xinghaiensis S187 chromosome, complete genome	True	False
ENG0192_000000002291	6418	0.5616353575686721	7	5	4	3	3	False	121120	maximal	True	ENG0192_000000002291	1.0		97	6	False	False	0.9998441934585571	0					non-mobilizable	no_good_hit	2964.0	99.258	70.0	0.031724448060986316	NZ_JAAIQH010000012.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_12_length_93398_cov_330.367, whole genome shotgun sequence	True	False
MON0092_000000008544	5592	0.5616321531227987	3	2	1	1	2	False	107506	fragment	False	ISR0815_000000005086	0.921845794664822		0	0	False	False	0.9998211860656738	0					non-mobilizable	chromosome	5305.0	94.835	98.0	0.0011764056556491953	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0079_000000004360	5217	0.5616321531227987	2	2	1	1	2	False	107506	fragment	False	ISR0815_000000005086	0.906662918716789		0	0	False	False	0.9982748627662659	0					non-mobilizable	chromosome	5213.0	97.71700000000001	99.0	0.0023249825849433058	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0090_000000010087	2276	0.56163075793239	3	3	2	3	2	False	61248	maximal	True	ENG0090_000000010087	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	90.0	3.0	0.0033346521223082573	NZ_WTVR01000079.1	b-proteobacteria	Aromatoleum petrolei strain ToN1 NODE_79_length_17693_cov_32.2093, whole genome shotgun sequence	True	False
DEN0052_000000022232	1997	0.5616290425955621	2	2	2	2	1	False	129004	maximal	True	DEN0052_000000022232	1.0	PS1059	13	5	False	True	0.9989985227584839	0					non-mobilizable	no_good_hit	1408.0	90.625	71.0	0.019358034203321273	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0100_000000015539	1967	0.5616274965258894	2	2	2	2	2	False	89029	maximal	True	ENG0100_000000015539	0.9139743967167959		435	14	False	False	0.9806812405586243	0					non-mobilizable	chromosome	1967.0	95.425	100.0	0.0005502454413732514	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0055_000000027268	1341	0.5616226342304488	2	2	2	2	2	False	113433	maximal	True	AST0055_000000027268	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1272.0	90.802	95.0	0.008186515795653212	NZ_SMUS01000006.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00006, whole genome shotgun sequence	False	False
MON0026_000000046115	1175	0.5616203761945796	2	2	2	1	1	False	12691	maximal	True	MON0026_000000046115	1.0		459	12	False	False	0.999148964881897	0					non-mobilizable	other	1167.0	99.572	99.0	0.02242135220367664	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
AST0087_000000025812	1420	0.5616202383189597	3	2	2	2	1	False	110660	maximal	True	AST0087_000000025812	1.0		15	6	False	False	0.9978873133659363	0					non-mobilizable	no_good_hit	572.0	93.35700000000001	67.0	0.00019219525691726214	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0102_000000023037	1954	0.5616197576970268	3	2	2	2	1	True	119987	fragment	False	MON0102_000000023037	0.9503638253638254		0	0	False	True	1.0	0					non-mobilizable	other	1960.0	90.969	100.0	0.0006075749949135427	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0108_000000006093	3727	0.5616176188217729	3	2	1	2	1	True	59949	fragment	False	ENG0108_000000006093	1.0		0	0	False	False	0.9973168969154358	0					non-mobilizable	no_good_hit								True	True
DEN0005_000000009466	3414	0.5616122958525706	4	4	3	2	2	False	76536	maximal	True	DEN0005_000000009466	1.0		91	11	False	False	1.0	0					non-mobilizable	other	3414.0	99.766	100.0	0.0006461283790640017	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ISR0325_000000002140	7176	0.5616118270927887	10	7	4	6	4	False	109261	maximal	True	ISR0325_000000002140	1.0		40	9	False	False	1.0	0					non-mobilizable	no_good_hit	1872.0	76.923	26.0	0.0005084670454482341	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0124_000000010100	2685	0.5616090044783391	4	4	4	3	3	False	130049	fragment	False	ENG0005_000000004373	0.5608934000314554		0	0	False	False	0.9992551207542419	0					non-mobilizable	chromosome	2689.0	93.15700000000001	100.0	0.0009040918740451245	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0054_000000000058	54736	0.5616086577022632	85	34	17	27	18	False	17200	maximal	True	MAD0054_000000000058	1.0		1	1	True	True	1.0	51					non-mobilizable	no_good_hit	212.0	74.057	0.0	0.12776412776412777	MK232338.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_2-CL16_c7 sequence	True	True
ISR0006_000000014821	1267	0.5616081339866302	2	2	2	2	2	False	38476	fragment	False	ISR0006_000000014821	1.0		0	0	False	False	0.9676401019096375	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	5.0	1.6611764784055364e-05	CP010521.1	firmicutes	Clostridium botulinum strain NCTC 8550, complete genome	True	False
ENG0054_000000012431	2132	0.5616076485629165	5	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.6800845967592836		0	0	False	False	0.9920262694358826	0					non-mobilizable	other	2111.0	91.473	99.0	0.0018095228284867651	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0123_000000000595	23198	0.5616035477314206	19	7	4	7	4	True	36393	fragment	False	ISR0123_000000000595	0.9687162355698063		0	0	False	False	0.9999138116836548	0					non-mobilizable	no_good_hit	147.0	91.837	1.0	0.002277655574796025	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	True	True
FIJ0118_000000005187	1881	0.5616022718133752	3	3	3	3	3	False	41587	fragment	False	FIJ0118_000000005187	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1881.0	96.863	100.0	0.0009003893381251872	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
MAD0094_000000008105	1928	0.5616000574493354	1	1	1	1	1	False	15619	maximal	True	MAD0094_000000008105	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	1928.0	99.948	100.0	0.0003808392970817275	CP044214.1	enterobacteria	Klebsiella aerogenes strain KA_P10_L5_03.19 chromosome, complete genome	False	False
ISR0267_000000016939	1130	0.5615926144215316	1	1	1	1	1	True	26511	fragment	False	ISR0267_000000016939	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1132.0	97.615	100.0	0.009800010407090698	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0051_000000002606	14797	0.5615907946863473	12	7	3	7	4	False	94348	maximal	False	SPA0113_000000001835	0.7351753964338136		0	0	False	False	0.9998648166656494	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	1.0	0.0005327950736947802	NZ_JAAMOW010000010.1	g-proteobacteria	Solimonas terrae strain KIS83-12 NODE_10_length_195197_cov_62.553231, whole genome shotgun sequence	True	False
SPA0107_000000001823	13750	0.5615907946863473	12	7	3	7	4	False	94348	maximal	False	SPA0113_000000001835	0.693793434521829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
SPA0041_000000002126	13688	0.5615907946863473	12	7	3	7	4	False	94348	maximal	False	SPA0113_000000001835	0.6563598227474077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
SPA0034_000000001940	13353	0.5615907946863473	12	7	3	7	4	False	94348	maximal	False	SPA0113_000000001835	0.6513735417531563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	1.0	0.0005327950736947802	NZ_JAAMOW010000010.1	g-proteobacteria	Solimonas terrae strain KIS83-12 NODE_10_length_195197_cov_62.553231, whole genome shotgun sequence	True	False
SPA0077_000000001680	13336	0.5615907946863473	12	7	3	7	4	False	94348	maximal	False	SPA0113_000000001835	0.6484761134537919		0	0	False	False	0.9998500347137451	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
ISR0841_000000000690	13330	0.5615907946863473	12	7	3	7	4	False	94348	maximal	False	SPA0113_000000001835	0.6098405649048729		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
ISR0846_000000000697	13313	0.5615907946863473	12	7	3	7	4	False	94348	maximal	False	SPA0113_000000001835	0.6109538721456614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
ISR0041_000000001671	6623	0.5615895352869301	5	5	3	4	4	False	36438	fragment	False	MON0082_000000003189	0.701064203300529		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4223.0	73.194	63.0	0.0926017207384836	NZ_AAXG02000017.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont185, whole genome shotgun sequence	True	False
ISR0235_000000001640	2613	0.5615882804463659	4	4	4	4	4	False	27344	maximal	True	ISR0235_000000001640	1.0		42	6	False	False	0.9598162770271301	0					non-mobilizable	no_good_hit	1175.0	98.89399999999999	54.0	0.0004125819936425824	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ENG0183_000000005839	4743	0.5615878901088103	4	3	2	3	3	True	93501	maximal	False	ENG0013_000000004869	0.9579129761641871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1547.0	76.018	32.0	0.0005646336637485885	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
SPA0058_000000013267	2359	0.5615862457050259	4	3	1	3	1	True	6304	maximal	True	SPA0058_000000013267	1.0		217	10	False	False	1.0	0					non-mobilizable	other	2393.0	90.723	100.0	0.0007214344026849696	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0098_000000003422	10001	0.5615819994956909	15	4	3	4	4	False	28060	fragment	False	SPA0098_000000003422	1.0		0	0	False	False	0.9998999834060669	0					non-mobilizable	no_good_hit	2592.0	99.19	26.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
ISR0350_000000002145	6828	0.5615819994956909	11	4	3	4	4	False	28059	fragment	False	ISR0350_000000002145	1.0		0	0	False	False	0.9988283514976501	0					non-mobilizable	no_good_hit	616.0	99.18799999999999	9.0	0.14963503649635038	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
SPA0090_000000006025	5203	0.5615819994956909	9	4	3	4	4	False	28058	fragment	False	SPA0090_000000006025	1.0		0	0	False	False	0.9975014328956604	0					non-mobilizable	no_good_hit	1706.0	99.238	33.0	0.4148418491484185	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
SPA0051_000000003165	7365	0.5615751234115386	10	9	3	4	8	False	92082	fragment	False	SPA0051_000000003165	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6292.0	92.73700000000001	90.0	0.0014019008316781716	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0156_000000004847	3234	0.5615694369156332	4	4	3	4	4	True	127717	fragment	False	SPA0156_000000004847	1.0		0	0	False	True	0.9993815422058105	0					non-mobilizable	other	3237.0	91.226	100.0	0.01692298836740781	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0046_000000021844	1528	0.5615692365438792	2	2	2	1	0	True	46958	maximal	True	FIJ0046_000000021844	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	92.863	78.0	0.0015036700171486674	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
DEN0093_000000016762	1919	0.5615684907435194	3	2	2	2	2	False	68475	maximal	True	DEN0093_000000016762	1.0		197	12	False	False	0.998436689376831	0					non-mobilizable	no_good_hit	923.0	72.264	47.0	0.0024518388791593695	NZ_RJVG01000004.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_104, whole genome shotgun sequence	True	False
FIJ0155_000000015529	1405	0.5615678478986943	2	2	2	2	1	False	95199	fragment	False	CAN0007_000000027503	0.9712722298221614		0	0	False	False	1.0	0					non-mobilizable	other	1404.0	98.50399999999999	99.0	0.03511801957397812	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0020_000000026685	1310	0.5615651792360427	3	2	1	2	2	False	97023	fragment	False	USA0045_01_000000011220	0.9605922857826901		0	0	False	False	1.0	0					non-mobilizable	plasmid	988.0	97.47	100.0	0.22518822724161533	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
ISR0120_000000014898	2232	0.5615624817317134	3	2	2	2	2	False	32276	maximal	True	ISR0120_000000014898	1.0		378	12	False	False	0.9991039633750916	0					non-mobilizable	no_good_hit	1943.0	76.583	85.0	0.0008917120217891138	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0143_000000001195	16058	0.5615604958788368	18	5	2	4	3	True	64105	maximal	False	ISR0039_000000001187	0.9845103401701373		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0039_000000001187	15850	0.5615604958788368	18	5	2	4	3	True	64105	maximal	True	ISR0039_000000001187	0.9865801031036746		9	4	False	False	0.9999369382858276	0					non-mobilizable	no_good_hit								True	True
ISR0153_000000001421	15829	0.5615604958788368	17	5	2	4	3	True	64105	maximal	False	ISR0039_000000001187	0.9842938669091107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0051_000000001842	13972	0.5615604958788368	14	5	2	4	3	True	64104	fragment	False	ENG0051_000000001842	1.0		0	0	False	False	0.9996421337127686	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0002248959856066569	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	True	True
MAD0083_000000006211	1662	0.5615553970143661	4	1	1	1	1	True	16099	fragment	False	MAD0083_000000006211	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	95.34299999999999	100.0	0.45941468801766977	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0241_000000010387	1524	0.5615553970143661	3	1	1	1	1	True	27254	fragment	False	ISR0241_000000010387	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1547.0	94.829	100.0	0.4052910052910053	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MON0080_000000014053	3329	0.561553564269239	3	3	3	3	2	False	41074	maximal	False	ISR0226_000000001845	0.94950213371266		0	0	False	False	0.999699592590332	0					non-mobilizable	no_good_hit	2590.0	94.51700000000001	85.0	0.036916690523904956	NZ_JH379471.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1440, whole genome shotgun sequence	True	False
MON0013_000000042993	1320	0.5615518576798233	2	2	2	2	2	False	51680	maximal	False	FIJ0006_000000026833	0.9277891854893908		0	0	False	False	0.9886363744735718	0					non-mobilizable	no_good_hit	294.0	74.49	22.0	4.285729115226795e-05	CP048209.1	firmicutes	Paenibacillus sp. 12200R-189 chromosome, complete genome	True	False
MAD0105_000000018096	2020	0.5615487767008384	4	4	4	3	3	False	111364	fragment	False	FIJ0122_000000007856	0.951351868601235		0	0	False	False	1.0	0					non-mobilizable	chromosome	2020.0	99.70299999999999	100.0	0.0004446013308972381	CP038180.1	enterobacteria	Escherichia coli strain 2 HS-C chromosome, complete genome	False	False
ISR0778_000000000040	88574	0.5615464013577349	146	43	14	30	24	True	93765	maximal	True	ISR0778_000000000040	1.0		1	1	True	True	1.0	86					non-mobilizable	no_good_hit	1832.0	80.95	2.0	0.000504301559002727	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0036_000000006329	3590	0.5615453633842195	3	2	2	2	2	False	65329	maximal	True	ENG0036_000000006329	1.0		3	3	False	False	0.9994428753852844	0					non-mobilizable	chromosome	3590.0	99.97200000000001	100.0	0.0006974294797553069	CP058571.1	enterobacteria	Escherichia coli strain EC2 chromosome, complete genome	False	False
ISR0771_000000005079	2272	0.5615431803610076	3	3	3	3	2	False	22520	maximal	True	ISR0771_000000005079	1.0		507	13	False	False	1.0	0					non-mobilizable	other	2272.0	99.296	100.0	0.00043842037390250116	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
CHI0111_000000007552	4073	0.561542813656686	7	5	1	3	3	False	82637	maximal	True	CHI0111_000000007552	1.0		1	1	False	False	0.9997544884681702	0					non-mobilizable	no_good_hit	665.0	93.23299999999999	16.0	0.010938143480767647	NZ_CACWHY010000014.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
FIJ0135_000000005738	5087	0.5615395578546903	7	5	5	4	3	False	99603	maximal	True	FIJ0135_000000005738	1.0		0	0	False	False	0.9994102716445923	0					non-mobilizable	no_good_hit	354.0	90.395	13.0	0.00010417072024474133	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
ISR0310_000000005762	2809	0.5615366288639366	3	3	3	3	2	False	113207	maximal	True	ISR0310_000000005762	1.0		225	12	False	False	0.9964399933815002	0					non-mobilizable	chromosome	2809.0	99.395	100.0	0.0005999656429930936	CP026866.1	enterobacteria	Shigella boydii strain ATCC 12027 chromosome	False	False
USA0069_01_000000042032	1433	0.5615311542861682	3	2	2	2	2	False	114318	fragment	False	USA0069_01_000000042032	0.9835043988269795		0	0	False	False	0.9923238158226013	0					non-mobilizable	other	1413.0	99.009	99.0	0.002547168620037125	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0821_000000000859	21005	0.5615309697430151	34	11	9	8	3	True	21255	maximal	True	ISR0821_000000000859	1.0		1	1	False	False	0.9998095631599426	0					non-mobilizable	no_good_hit	39.0	97.436	0.0	0.0024279598747683853	NZ_PVWO01000089.1	cyanobacteria	Chamaesiphon polymorphus CCALA 037 NODE_174_length_15651_cov_5.40972_ID_65977, whole genome shotgun sequence	True	True
ENG0078_000000017476	1482	0.5615283123207798	2	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.20749975326766817		0	0	False	False	0.9986504912376404	0					non-mobilizable	other	1483.0	92.65	100.0	0.00046073659368507766	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0105_000000011731	2183	0.5615251724044303	3	3	3	3	1	False	4789	maximal	True	SPA0105_000000011731	1.0		1	1	False	False	0.9990838170051575	0					non-mobilizable	no_good_hit	1834.0	98.74600000000001	84.0	0.0006282141137399989	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0039_01_000000008502	2689	0.5615194216178582	4	4	4	4	3	False	87344	fragment	False	ISR0354_000000006896	0.9784651473067633		0	0	False	False	0.9959092736244202	0					non-mobilizable	other	2689.0	99.554	100.0	0.012554177253026454	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0130_01_000000008625	4553	0.5615187112052787	4	3	3	3	2	False	123	maximal	True	USA0130_01_000000008625	1.0		2	2	False	False	0.9982429146766663	0					non-mobilizable	no_good_hit	1207.0	91.052	45.0	0.11630160883892227	NZ_UFTB01000004.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
SPA0028_000000021992	1490	0.5615132798116094	2	2	2	2	1	False	7431	fragment	False	SPA0028_000000021992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	4.928083281943636e-05	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0005_000000003819	3478	0.5615098682860641	3	3	3	3	3	False	85071	maximal	True	ISR0005_000000003819	0.9372822299651569		165	6	False	False	1.0	0					non-mobilizable	no_good_hit	2483.0	87.39399999999999	71.0	0.000659957014764204	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CAN0015_000000010187	4016	0.5615084692312174	9	5	5	4	2	True	93327	maximal	True	CAN0015_000000010187	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1187.0	72.536	29.0	0.010222820763956905	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ENG0109_000000017614	1387	0.5615083947626499	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.2718511806771178		0	0	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit								True	False
FIJ0075_000000014331	1368	0.5615075413356476	2	2	2	2	1	False	44580	maximal	True	FIJ0075_000000014331	1.0		86	12	False	False	0.9985380172729492	0					non-mobilizable	other	1378.0	88.244	100.0	0.0004249602883010237	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0180_000000017586	1388	0.5615072858623499	3	3	3	2	1	True	29618	fragment	False	ISR0180_000000017586	1.0		0	0	False	False	0.9992795586585999	0					non-mobilizable	chromosome	1402.0	86.09100000000001	100.0	0.0004831066055242857	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0181_000000003982	4503	0.5615008160446892	5	2	2	1	1	True	130253	fragment	False	ENG0055_000000004353	0.647203987141288		0	0	False	False	0.9997779130935669	0					non-mobilizable	other	4373.0	98.03299999999999	97.0	0.001318267192564816	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0026_000000006575	4147	0.5615008160446892	5	2	2	1	1	True	130253	fragment	False	ENG0055_000000004353	0.6213474791262266		0	0	False	False	0.9997588396072388	0					non-mobilizable	other	4095.0	99.853	99.0	0.0012355547559349193	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
FIJ0030_000000010034	3171	0.5615006995154473	4	4	4	4	2	False	101491	maximal	True	FIJ0030_000000010034	1.0		1	1	False	False	0.9949542880058289	0					non-mobilizable	no_good_hit	2828.0	96.39299999999999	89.0	0.04286515746539097	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0119_000000014849	2103	0.5614965947484356	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.34064331795314345		0	0	False	False	0.9995244741439819	0					non-mobilizable	chromosome	2109.0	91.655	100.0	0.0007061745166592223	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0020_000000022305	1225	0.5614963835838754	3	2	2	2	1	False	37663	fragment	False	ISR0020_000000022305	1.0		0	0	False	False	0.9918367266654968	0					non-mobilizable	no_good_hit	337.0	77.745	27.0	0.00010088884578944167	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0232_000000010436	2549	0.5614908980476384	6	5	3	5	2	True	27458	fragment	False	ISR0232_000000010436	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	78.955	25.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
MON0069_000000006428	6200	0.5614903558668004	6	6	5	3	5	False	10514	fragment	False	MON0069_000000006428	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6003.0	96.46799999999999	97.0	0.0021077713256967365	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	False	False
CHI0139_000000002910	3527	0.5614891755766171	4	1	1	1	1	True	80353	fragment	False	CHI0139_000000002910	1.0		0	0	False	False	0.9994329214096069	0					non-mobilizable	no_good_hit	96.0	86.458	3.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0323_000000005941	3205	0.5614891755766171	5	1	1	1	1	True	130314	backbone	False	ISR0009_000000009815	0.7696864234415801	PS1094	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	993.0	98.993	82.0	0.24444444444444444	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0388_000000022091	1594	0.5614891755766171	3	1	1	1	1	True	55211	fragment	False	ISR0388_000000022091	1.0		0	0	False	False	0.9880803227424622	0					non-mobilizable	no_good_hit								True	True
ISR0214_000000023650	1325	0.5614891755766171	1	1	1	1	1	True	36335	fragment	False	ISR0214_000000023650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	97.883	75.0	0.24419753086419754	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0067_000000000479	17722	0.5614853103672813	18	18	6	12	16	True	82459	maximal	True	MON0067_000000000479	1.0		35	7	False	False	0.9996614456176758	0					non-mobilizable	other	8931.0	99.91	91.0	0.001696457253931535	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
DEN0008_000000000537	9773	0.5614841135163886	7	3	2	2	2	False	76176	maximal	True	DEN0008_000000000537	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	71.07600000000001	8.0	0.00013139925123967653	CP046327.1	firmicutes	Clostridioides difficile strain FDAARGOS_723 chromosome, complete genome	True	False
MON0077_000000040029	1147	0.5614825634589117	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.10709456473223494	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1147.0	92.32799999999999	100.0	0.0003444364925646579	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0100_000000000864	17968	0.5614821996317515	19	6	6	6	5	True	97609	maximal	True	FIJ0100_000000000864	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	85.38600000000001	5.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	True
ISR0043_000000014623	1515	0.5614814692714213	3	3	3	3	2	False	81752	fragment	False	CHI0122_000000009177	0.961853240505798		0	0	False	False	0.9993399381637573	0					non-mobilizable	other	1514.0	99.20700000000001	99.0	0.006177779592503369	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0150_000000011200	1803	0.5614812097711547	3	2	1	1	0	False	3261	fragment	False	SPA0150_000000011200	1.0		0	0	False	False	0.9839156866073608	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	0.01723147616312464	XM_025545650.1	ascomycetes	Aspergillus heteromorphus CBS 117.55 DUF890 domain protein (BO70DRAFT_384319), mRNA	True	False
ISR0237_000000003833	2664	0.5614793807361395	4	4	4	4	3	False	87344	fragment	False	ISR0354_000000006896	0.973356407870995		0	0	False	False	1.0	0					non-mobilizable	other	2664.0	99.625	100.0	0.012437415931848751	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0010_01_000000014048	1900	0.5614720213772569	3	2	1	1	2	False	93406	maximal	True	USA0010_01_000000014048	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	79.517	49.0	0.0019508536564812162	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
CHI0176_000000001893	5238	0.5614720041908929	7	7	2	6	7	True	125599	backbone	False	MAD0046_000000003898	0.6442652429604907	PS931	0	0	False	True	0.9973272085189819	0					non-mobilizable	plasmid	5238.0	97.595	100.0	0.987181903864279	MT230321.1	enterobacteria	Escherichia coli strain DH5alpha plasmid pESBL57, complete sequence	False	True
ENG0075_000000007056	3438	0.5614690598024156	3	3	3	2	3	False	107638	maximal	True	ENG0075_000000007056	1.0		0	0	False	False	0.9904013872146606	0					non-mobilizable	no_good_hit	1460.0	70.616	41.0	0.002112990147775952	NZ_DF968180.1	GNS bacteria	Flexilinea flocculi strain TC1, whole genome shotgun sequence	True	False
ISR0378_000000003556	5482	0.5614670357375842	6	5	5	4	2	False	115709	maximal	True	ISR0378_000000003556	1.0		5	2	False	False	0.9972637891769409	0					non-mobilizable	no_good_hit	1524.0	71.26	27.0	0.00039547666248568525	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0056_000000005427	3719	0.5614609951801514	5	4	4	3	0	True	35651	maximal	True	ISR0056_000000005427	1.0		9	2	False	False	0.9991933107376099	0					non-mobilizable	no_good_hit	1969.0	99.949	53.0	0.0006199936771361651	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
CHI0092_000000003444	2800	0.5614589939429111	4	4	2	4	3	False	99519	maximal	True	CHI0092_000000003444	1.0		3	1	False	False	0.9996428489685059	0					non-mobilizable	other	1483.0	97.43799999999999	99.0	0.00044275685951752355	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0088_000000004397	1239	0.5614558909809043	2	2	2	2	2	False	83930	fragment	False	CHI0088_000000004397	1.0		0	0	False	False	0.9919289946556091	0					non-mobilizable	chromosome	1241.0	86.946	100.0	0.00023013252696482152	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MON0060_000000002550	9332	0.5614484294848339	7	6	5	6	6	True	130092	maximal	True	MON0060_000000002550	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	3080.0	96.851	74.0	0.0009578716893695842	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0168_000000020262	1534	0.5614441348063914	1	1	1	1	1	False	79630	fragment	False	ENG0168_000000020262	0.9839480874316939		0	0	False	False	0.9869621992111206	0					non-mobilizable	other	1514.0	100.0	99.0	0.00039945095954034364	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
ISR0233_000000013778	1352	0.5614422526922191	1	1	1	1	1	False	29611	maximal	True	ISR0233_000000013778	1.0		7	6	False	False	0.9992603659629822	0					non-mobilizable	no_good_hit	801.0	77.029	59.0	0.00422428671879994	NZ_PDYG01000074.1	firmicutes	Agathobacter ruminis strain JK623 contig000075, whole genome shotgun sequence	True	False
ISR0180_000000019219	1280	0.5614422526922191	1	1	1	1	1	False	29610	fragment	False	ISR0180_000000019219	1.0		0	0	False	False	0.999218761920929	0					non-mobilizable	no_good_hit	801.0	77.029	62.0	0.00422428671879994	NZ_PDYG01000074.1	firmicutes	Agathobacter ruminis strain JK623 contig000075, whole genome shotgun sequence	True	False
DEN0081_000000008192	1195	0.5614422526922191	2	1	1	1	1	False	69354	maximal	True	DEN0081_000000008192	1.0		12	7	False	False	0.9949790835380554	0					non-mobilizable	no_good_hit	974.0	87.064	81.0	0.00021565211508211695	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0071_000000011586	1919	0.5614409877219121	1	1	1	1	1	False	5891	maximal	True	SPA0071_000000011586	1.0		16	6	False	False	1.0	0					non-mobilizable	chromosome	1859.0	74.718	94.0	0.0007139524383200196	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
USA0053_01_000000008384	2420	0.5614406786984849	3	3	3	3	2	False	1066	maximal	True	USA0053_01_000000008384	1.0		74	10	True	True	0.9946280717849731	3					non-mobilizable	chromosome	1303.0	99.616	100.0	0.0003621811601767756	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
DEN0082_000000034106	1266	0.5614395166147684	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.1025005574840156		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	97.867	100.0	0.0003785519922458188	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0031_000000022868	1126	0.5614395166147684	1	1	1	1	1	False	48499	fragment	False	FIJ0031_000000022868	1.0		0	0	False	False	0.9982237815856934	0					non-mobilizable	other	1126.0	97.95700000000001	100.0	0.00033665691010003647	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0076_000000011577	1466	0.5614384368531128	2	2	2	2	2	False	5726	fragment	False	SPA0076_000000011577	1.0		0	0	False	False	0.9870395660400391	0					non-mobilizable	other	1448.0	91.436	99.0	0.012616908769367483	NZ_QRML01000013.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf13, whole genome shotgun sequence	False	False
TAN0008_000000018749	1219	0.5614349350531314	2	2	2	2	2	False	2735	maximal	True	TAN0008_000000018749	1.0		25	9	False	False	1.0	0					non-mobilizable	chromosome	642.0	89.564	92.0	0.00018060453776649383	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
DEN0029_000000010633	1282	0.5614328112856539	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.15728005086693778		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	83.959	99.0	0.0003806467463531079	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0136_000000006349	4116	0.5614307132168226	3	2	2	2	2	False	40546	maximal	True	FIJ0136_000000006349	1.0		427	12	False	False	1.0	0					non-mobilizable	no_good_hit	3365.0	99.941	82.0	0.0006714112529643685	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0213_000000021798	1256	0.5614291985845763	2	2	2	1	1	False	28250	fragment	False	ISR0213_000000021798	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0089_000000014004	2801	0.5614249636079462	3	3	2	3	3	False	85587	fragment	False	SPA0089_000000014004	0.9746100834240117		0	0	False	False	0.9992859959602356	0					non-mobilizable	no_good_hit	900.0	71.778	33.0	0.00024270901022488073	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0128_000000002727	8769	0.5614224641018156	11	6	3	4	5	True	113134	fragment	False	ISR0042_000000002093	0.8845628316993916		0	0	False	False	1.0	0					non-mobilizable	other	8060.0	95.26100000000001	92.0	0.18402285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0165_000000001901	8572	0.5614224641018156	11	6	3	4	5	True	113134	fragment	False	ISR0042_000000002093	0.9108298973957922		0	0	False	False	1.0	0					non-mobilizable	other	7585.0	95.676	94.0	0.17302857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CAN0017_000000029946	1110	0.5614221182144562	2	1	1	1	1	False	92312	maximal	True	CAN0017_000000029946	1.0		8	3	False	False	0.9603603482246399	0					non-mobilizable	other	1112.0	88.219	100.0	0.0040644894099710095	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0001_01_000000002126	7077	0.5614166391005163	7	6	5	5	4	True	110089	maximal	True	USA0001_01_000000002126	1.0		47	8	False	False	0.9990108609199524	0					non-mobilizable	other	6335.0	87.34	93.0	0.0011740912239845173	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
ISR0207_000000025688	1191	0.5614146147193882	2	1	1	1	1	False	103580	fragment	False	USA0037_01_000000022915	0.35865406352927265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0290_000000007872	1886	0.5614140332183305	3	3	3	3	2	False	25917	maximal	True	ISR0290_000000007872	1.0		34	8	False	False	0.989925742149353	0					non-mobilizable	no_good_hit	101.0	77.22800000000001	5.0	0.00019378079903574675	NZ_JAAAMU010000006.1	firmicutes	Paenibacillus sacheonensis strain DSM 23054 contig6, whole genome shotgun sequence	True	False
ISR0051_000000012604	3198	0.5614140072858496	4	4	4	4	2	False	35858	maximal	True	ISR0051_000000012604	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	87.978	6.0	0.0013963694394574107	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
MAD0005_000000000681	14909	0.5614096542098145	9	5	5	5	4	False	76031	maximal	True	MAD0005_000000000681	1.0		1	1	False	False	0.9989268183708191	0					non-mobilizable	no_good_hit	1152.0	82.81200000000001	8.0	0.00028048352024470717	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0160_000000001712	8941	0.5614065855108614	11	7	4	5	4	True	113134	fragment	False	ISR0042_000000002093	0.9178413617200065		0	0	False	False	1.0	0					non-mobilizable	other	8197.0	95.21799999999999	92.0	0.18713142857142856	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0170_000000012709	3593	0.5614020431270931	2	2	1	2	2	False	71559	maximal	False	ENG0157_000000006313	0.7250289490317141		0	0	False	False	0.991650402545929	0					non-mobilizable	other	3593.0	99.97200000000001	100.0	0.000601056366604224	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MAD0036_000000010263	2717	0.5614019683805138	4	1	1	1	1	False	18736	maximal	True	MAD0036_000000010263	1.0		3	1	False	False	0.9988958239555359	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	5.9694562820236456e-05	NZ_CP009417.1	firmicutes	Jeotgalibacillus malaysiensis strain malaysiensis plasmid unnamed, complete sequence	True	False
ISR0267_000000005777	2833	0.5614015799521369	2	2	2	2	2	False	115706	fragment	False	ISR0267_000000005777	0.9904289259127969		0	0	False	False	0.9947052597999573	0					non-mobilizable	no_good_hit	1256.0	71.895	43.0	0.00032601541826713623	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0185_000000015424	2120	0.5614010359707996	3	2	2	2	2	False	29394	maximal	True	ISR0185_000000015424	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0325_000000013626	1540	0.5613957841718079	2	2	2	2	2	True	54151	maximal	True	ISR0325_000000013626	0.9770965468639887		1220	13	False	False	0.998701274394989	0					non-mobilizable	other	1540.0	99.416	100.0	0.00029807159877354866	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0148_000000011399	3082	0.561394536596448	5	4	3	4	4	False	105113	maximal	False	ENG0108_000000006917	0.9823140546886604		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1917.0	99.113	84.0	0.0005180592031351775	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0003_000000012074	1118	0.5613927023542368	1	1	1	1	1	False	90896	fragment	False	ENG0052_000000026637	0.8172444552709387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0074_000000002485	6629	0.5613920324451324	7	6	5	5	5	True	84758	maximal	True	CHI0074_000000002485	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4943.0	98.48299999999999	75.0	0.0007313926968052636	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
SPA0117_000000032253	1146	0.5613911813835899	2	1	1	1	1	False	4273	fragment	False	SPA0117_000000032253	1.0		0	0	False	False	0.9921466112136841	0					non-mobilizable	no_good_hit	73.0	86.301	6.0	1.6023228716695098e-05	NZ_CP012266.1	enterobacteria	Cronobacter dublinensis subsp. dublinensis LMG 23823 chromosome, complete genome	True	False
DEN0066_000000015433	2277	0.5613890904500465	3	2	0	1	2	True	70972	fragment	False	DEN0066_000000015433	1.0		0	0	False	False	0.9877031445503235	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.02320185614849188	XM_003292670.1	cellular slime molds	Dictyostelium purpureum hypothetical protein, mRNA	True	True
FIJ0052_000000024958	1268	0.5613848907050201	3	3	1	3	2	False	46436	maximal	True	FIJ0052_000000024958	1.0		1	1	False	False	1.0	0					non-mobilizable	other	999.0	98.59899999999999	96.0	0.0006727660526833793	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ENG0092_000000004638	4281	0.5613834247802647	7	3	2	3	2	False	63070	fragment	False	ENG0092_000000004638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0069_000000010898	4082	0.5613814723438145	5	4	4	2	2	False	100568	maximal	True	MON0069_000000010898	1.0		0	0	False	False	0.9588437080383301	0					non-mobilizable	no_good_hit	743.0	99.19200000000001	18.0	0.00020767147380414678	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0853_000000009844	1807	0.5613784993242731	1	1	1	0	1	False	35020	fragment	False	ISR0853_000000009844	0.9936305732484076		0	0	False	False	1.0	0					non-mobilizable	chromosome	1807.0	99.723	100.0	0.0003604544360444856	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0041_000000016865	2183	0.5613750901789124	4	2	2	1	2	False	47389	fragment	False	FIJ0041_000000016865	1.0		0	0	False	False	0.9894640445709229	0					non-mobilizable	other	2186.0	90.027	100.0	0.0006747722293740266	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0109_000000008013	3343	0.5613735859930432	4	3	1	3	1	False	106226	fragment	False	FIJ0109_000000008013	0.9690452916259369		0	0	False	False	1.0	0					non-mobilizable	chromosome	3035.0	93.213	95.0	0.000807740436825388	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0052_000000007435	3245	0.5613735859930432	4	3	1	3	1	False	100332	fragment	False	FIJ0060_000000004086	0.8704923199172733		0	0	False	False	0.9990754723548889	0					non-mobilizable	no_good_hit	183.0	98.90700000000001	6.0	4.854978847497379e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0050_000000008176	3067	0.5613735859930432	3	3	1	3	1	False	100332	fragment	False	FIJ0060_000000004086	0.9036076280787174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0143_000000021709	1340	0.5613707514568345	4	2	1	2	2	False	99859	fragment	False	ISR0259_000000011342	0.4554734201474317		0	0	False	False	1.0	0					non-mobilizable	plasmid	1340.0	97.31299999999999	100.0	0.3054985169974903	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
CHI0090_000000002303	5286	0.5613688529755363	10	3	2	2	3	False	83831	maximal	True	CHI0090_000000002303	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	83.756	13.0	0.0012014677389676036	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ISR0198_000000013749	2413	0.5613688529755363	5	3	2	2	3	False	29803	fragment	False	ISR0198_000000013749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	74.507	29.0	0.0003369885486656364	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
ISR0214_000000005782	4511	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9514356006872584	PS922|PS923	0	0	True	True	1.0	37	rep_cluster_233				non-mobilizable	other	2982.0	95.60700000000001	95.0	0.6712172923777019	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0343_000000003175	4493	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9596999116258894	PS922|PS923	0	0	True	True	1.0	28	rep_cluster_233				non-mobilizable	other	2727.0	97.65299999999999	99.0	0.6202502844141069	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
MAD0096_000000003592	4490	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9405253489415109	PS922|PS923	0	0	True	True	1.0	67	rep_cluster_233				non-mobilizable	other	2924.0	93.844	98.0	0.6568828213879409	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
AST0106_000000004361	4473	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9468503042004107	PS922|PS923	0	0	True	True	1.0	260	rep_cluster_233				non-mobilizable	other	2872.0	97.493	99.0	0.6518771331058021	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0010_000000003593	4466	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9533172994664919	PS922|PS923	0	0	True	True	1.0	41	rep_cluster_233				non-mobilizable	other	2908.0	98.45299999999999	99.0	0.6605233219567691	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0335_000000003544	4465	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9451833386976207	PS922|PS923	0	0	True	True	1.0	19	rep_cluster_233				non-mobilizable	other	2971.0	94.884	95.0	0.6684869169510808	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
AST0150_000000005862	4459	0.5613676952941322	8	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9588843517207728	PS922|PS923	0	0	True	True	1.0	34	rep_cluster_233				non-mobilizable	other	2950.0	98.169	99.0	0.6705346985210466	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0173_000000004167	4458	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9539675903252515	PS922|PS923	0	0	True	True	1.0	63	rep_cluster_233				non-mobilizable	other	2766.0	95.40899999999999	99.0	0.6270762229806598	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0077_000000006415	4454	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9588032649714311	PS922|PS923	0	0	True	True	0.9993264675140381	16	rep_cluster_233				non-mobilizable	other	2855.0	97.583	99.0	0.6439135381114903	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0001_000000005495	4453	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9632448933303183	PS922|PS923	0	0	True	True	1.0	21	rep_cluster_233				non-mobilizable	other	3567.0	97.505	100.0	0.8102389078498293	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0211_000000006505	4449	0.5613676952941322	8	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9582035499469816	PS922|PS923	0	0	True	True	1.0	26	rep_cluster_233				non-mobilizable	other	2943.0	96.16	99.0	0.6668941979522184	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0046_000000005896	4445	0.5613676952941322	8	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9489957360209923	PS922|PS923	0	0	True	True	1.0	18	rep_cluster_233				non-mobilizable	other	2944.0	95.992	99.0	0.6637087599544937	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
DEN0063_000000009662	4393	0.5613676952941322	8	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9564013124227451	PS922|PS923	0	0	True	True	1.0	27	rep_cluster_233				non-mobilizable	other	4124.0	97.696	99.0	0.9374288964732651	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0051_000000006085	4393	0.5613676952941322	8	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9584753929687122	PS922|PS923	0	0	True	True	1.0	41	rep_cluster_233				non-mobilizable	other	4127.0	97.50399999999999	100.0	0.9376564277588169	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0054_000000005619	4393	0.5613676952941322	7	5	1	2	3	False	125165	backbone	True	ENG0054_000000005619	0.9648848610931204	PS922|PS923	6	2	True	True	1.0	20	rep_cluster_233				non-mobilizable	other	4298.0	97.53399999999999	99.0	0.9763367463026166	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0144_000000001206	4392	0.5613676952941322	8	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9608861102115289	PS922|PS923	0	0	True	True	1.0	34	rep_cluster_233				non-mobilizable	other	4127.0	97.553	99.0	0.9374288964732651	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0174_000000003608	4392	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9629462290096686	PS922|PS923	0	0	True	True	1.0	42	rep_cluster_233				non-mobilizable	other	4298.0	97.62700000000001	99.0	0.9763367463026166	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0080_000000005501	4382	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9572248485504571	PS922|PS923	0	0	True	True	1.0	20	rep_cluster_233				non-mobilizable	other	2885.0	96.811	100.0	0.6543799772468715	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ENG0180_000000003543	4369	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9478629943204427	PS922|PS923	0	0	True	True	1.0	24	rep_cluster_233				non-mobilizable	other	2880.0	96.979	99.0	0.6530147895335608	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
DEN0061_000000008553	4362	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9417952030922618	PS922|PS923	0	0	True	True	1.0	53	rep_cluster_233				non-mobilizable	other	1673.0	97.609	99.0	0.3799772468714448	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
FIJ0111_000000005302	4360	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9281565042681011	PS922|PS923	0	0	False	True	1.0	0	rep_cluster_233				non-mobilizable	other	2862.0	96.436	99.0	0.6491467576791808	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
MON0023_000000003533	4307	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9518193936408266	PS922|PS923	0	0	True	True	0.9997678399085999	2	rep_cluster_233				non-mobilizable	other	1703.0	96.41799999999999	99.0	0.38612059158134243	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
SPA0124_000000006709	4307	0.5613676952941322	8	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9508628986662253	PS922|PS923	0	0	True	True	0.9997678399085999	15	rep_cluster_233				non-mobilizable	other	2606.0	98.695	99.0	0.5922639362912401	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
FIJ0116_000000004559	4302	0.5613676952941322	7	5	1	2	3	False	125165	backbone	False	ENG0054_000000005619	0.9250146509273759	PS922|PS923	0	0	True	True	1.0	1	rep_cluster_233				non-mobilizable	other	2783.0	96.04700000000001	100.0	0.6311717861205915	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
ISR0301_000000015327	1308	0.5613654630191238	2	2	1	2	1	False	25553	maximal	True	ISR0301_000000015327	1.0		1	1	False	False	0.9938837885856628	0					non-mobilizable	no_good_hit	344.0	100.0	26.0	0.0032563085043765547	NZ_CYXX01000012.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0071_000000008650	1387	0.5613636227061088	2	2	1	2	1	False	10412	fragment	False	MON0071_000000008650	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1387.0	99.78399999999999	100.0	0.00027739267695341184	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
MON0077_000000017458	2373	0.5613628220336295	4	4	4	2	2	False	10237	maximal	True	MON0077_000000017458	1.0		7	5	False	False	0.999578595161438	0					non-mobilizable	no_good_hit	1520.0	96.382	77.0	0.00042126952918895204	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0042_000000016487	1529	0.5613618029611249	3	3	1	1	3	True	118240	fragment	False	MAD0072_000000001538	0.23330667294917493		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	91.639	100.0	0.0004246019183453577	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0101_000000016917	1396	0.5613590921335595	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.08983761293790642		0	0	False	False	0.9964183568954468	0					non-mobilizable	other	1396.0	95.774	100.0	0.00038711254033579374	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0038_000000004831	5673	0.5613524412792801	6	5	5	5	4	False	37129	maximal	True	ISR0038_000000004831	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4852.0	88.726	85.0	0.001618202045327061	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
USA0132_01_000000007529	2156	0.5613476405934263	3	2	1	2	1	False	1579	maximal	True	USA0132_01_000000007529	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	81.176	4.0	2.0853427788473883e-05	NZ_CP036250.1	actinobacteria	Egicoccus halophilus strain EGI 80432 chromosome, complete genome	True	False
MON0009_000000011839	2920	0.5613438234616981	3	3	2	3	0	True	49070	maximal	True	MON0009_000000011839	1.0		7	1	False	False	0.9996575117111206	0					non-mobilizable	no_good_hit	767.0	99.87	26.0	0.0033522975929978116	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
CHI0074_000000001037	13830	0.5613391267167003	13	12	5	7	12	True	123729	fragment	False	ISR0356_000000000759	0.9268261924414696		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	13833.0	98.973	100.0	0.3145977926954147	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ENG0169_000000007277	3141	0.5613380023085051	5	5	3	2	3	True	124594	fragment	False	FIJ0078_000000007511	0.38950953850163794		0	0	False	False	1.0	0					non-mobilizable	other	3075.0	90.016	98.0	0.15991849955592707	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0077_000000011629	3323	0.5613378229077398	5	2	1	1	0	True	10240	maximal	True	MON0077_000000011629	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000012439	1348	0.5613378229077398	3	2	1	1	0	True	29214	fragment	False	ISR0189_000000012439	1.0		0	0	False	False	0.9718101024627686	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.346265203311747e-06	CP026255.1	bony fishes	Scophthalmus maximus chromosome 13	True	True
SPA0053_000000006190	5175	0.5613378116357759	9	5	4	2	1	True	119044	maximal	True	SPA0053_000000006190	1.0		6	3	False	False	0.9969081878662109	0					non-mobilizable	no_good_hit	1342.0	84.20299999999999	26.0	0.016028151701032792	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
CAN0011_000000006280	4994	0.5613378116357759	9	5	4	2	1	True	119042	fragment	False	CAN0011_000000006280	1.0		0	0	False	False	0.9983980655670166	0					non-mobilizable	no_good_hit	1342.0	84.20299999999999	27.0	0.016028151701032792	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0013_000000045498	1255	0.5613347007508561	2	2	2	1	1	False	67627	fragment	False	MON0013_000000045498	0.9810131389078758		0	0	False	False	0.9713147282600403	0					non-mobilizable	no_good_hit	66.0	83.333	5.0	0.0003602569082076656	NZ_AUCE01000018.1	b-proteobacteria	Azonexus hydrophilus DSM 23864 G471DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
ENG0005_000000020658	1155	0.5613347007508561	2	2	2	1	1	False	67627	fragment	False	MON0013_000000045498	0.9534712029076675		0	0	False	False	0.9982684254646301	0					non-mobilizable	no_good_hit	66.0	83.333	6.0	0.0003602569082076656	NZ_AUCE01000018.1	b-proteobacteria	Azonexus hydrophilus DSM 23864 G471DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
CHI0054_000000003369	4734	0.5613306011051801	6	5	5	5	4	False	104222	fragment	False	CHI0054_000000003369	0.9815722520049035		0	0	False	False	0.999788761138916	0					non-mobilizable	other	4400.0	100.0	93.0	0.007019397088202818	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
USA0035_01_000000013526	1877	0.5613273259899927	3	3	3	2	1	False	9448	fragment	False	SPA0089_000000020581	0.6478595737058929		0	0	False	False	0.9920085072517395	0					non-mobilizable	other	1877.0	97.709	100.0	0.014338232484198136	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0139_000000022907	1173	0.5613265501329248	2	2	2	2	2	False	40417	maximal	True	FIJ0139_000000022907	1.0		28	7	False	False	0.9991474747657776	0					non-mobilizable	no_good_hit								True	False
ISR0187_000000006515	4182	0.5613254845547533	5	3	3	3	2	False	119079	fragment	False	ISR0193_000000006067	0.944605762787581		0	0	False	False	0.9961740970611572	0					non-mobilizable	no_good_hit	705.0	83.12100000000001	27.0	0.00022691209702554985	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0047_000000040351	1199	0.5613181281338411	2	2	1	2	1	False	17599	maximal	True	MAD0047_000000040351	1.0		2	2	False	False	0.9799833297729492	0					non-mobilizable	no_good_hit	67.0	88.06	6.0	3.1420491873518235e-05	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
MAD0086_000000007035	1490	0.5613158531983041	2	1	1	1	1	False	16022	maximal	True	MAD0086_000000007035	1.0		1	1	False	False	0.9912751913070679	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.924992849274255e-07	CP032252.1	eudicots	Gossypioides kirkii chromosome KI_10	True	False
ISR0811_000000009542	1615	0.5613150876003459	3	3	3	2	2	False	51053	fragment	False	ISR0811_000000009542	1.0		0	0	False	False	0.9919504523277283	0					non-mobilizable	chromosome	1615.0	99.319	100.0	0.0003062523872601284	CP031792.1	enterobacteria	Klebsiella pneumoniae strain INF116-sc-2279924 chromosome, complete genome	False	False
CHI0045_000000008792	2374	0.5613121309062731	3	3	3	2	2	False	87149	maximal	True	CHI0045_000000008792	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2374.0	100.0	100.0	0.0004728886160983401	CP039327.1	enterobacteria	Citrobacter portucalensis strain Effluent_1 chromosome, complete genome	False	False
ENG0187_000000006139	4212	0.5613098080508777	4	4	4	4	2	False	115904	maximal	False	USA0130_01_000000009222	0.93508821859557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1406.0	84.637	55.0	0.0004808425540519468	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0122_000000006423	2185	0.5613087102245631	2	2	2	2	0	True	103218	maximal	True	CHI0122_000000006423	1.0		0	0	False	False	0.9881007075309753	0					non-mobilizable	no_good_hit	662.0	99.54700000000001	30.0	0.0001862396247482877	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
MON0061_000000022621	1992	0.5613068598409016	3	2	2	2	2	False	42346	fragment	False	MON0061_000000022621	1.0		0	0	False	False	0.9809237122535706	0					non-mobilizable	other	830.0	96.988	93.0	0.03157974934288218	NZ_WEHX01000027.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_27_length_26251_cov_159.095366, whole genome shotgun sequence	False	False
FIJ0106_000000013645	1938	0.5613068598409016	3	2	2	2	2	False	42345	fragment	False	FIJ0106_000000013645	1.0		0	0	False	False	1.0	0					non-mobilizable	other	858.0	97.086	94.0	0.032646375376176144	NZ_WEHX01000027.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_27_length_26251_cov_159.095366, whole genome shotgun sequence	False	False
FIJ0128_000000011383	2260	0.5613038927348412	5	2	0	2	2	False	41023	fragment	False	FIJ0128_000000011383	1.0		0	0	False	False	0.9867256879806519	0					non-mobilizable	no_good_hit	149.0	87.24799999999999	6.0	0.00047054484642115673	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0359_000000021388	1307	0.5613031187079445	2	2	2	2	1	False	23811	maximal	True	ISR0359_000000021388	1.0		80	8	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	72.36	24.0	9.173562029450662e-05	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
FIJ0101_000000005203	5272	0.5612985540867171	3	3	3	3	2	False	42708	maximal	True	FIJ0101_000000005203	1.0		87	12	False	False	1.0	0					non-mobilizable	chromosome	2196.0	99.089	100.0	0.0006143381199462294	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0101_000000003308	7103	0.5612901154053349	6	6	6	6	6	False	112221	fragment	False	MAD0101_000000003308	1.0		0	0	False	False	0.9991552829742432	0					non-mobilizable	no_good_hit	2543.0	77.703	51.0	0.023462075383899487	NZ_CABMLE010000010.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	False
FIJ0141_000000010224	2831	0.5612872383677577	3	3	3	3	2	False	102429	maximal	True	FIJ0141_000000010224	1.0		4	4	False	False	0.999646782875061	0					non-mobilizable	chromosome	1804.0	99.723	99.0	0.000329097833868201	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0363_000000009589	1959	0.5612854509328693	2	2	1	2	1	True	68710	fragment	False	FIJ0058_000000020079	0.971350274040857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	75.868	29.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
MON0108_000000012843	1696	0.5612845193894058	2	1	1	1	1	False	128842	maximal	True	MON0108_000000012843	1.0	PS1059	8	2	False	True	0.9988207817077637	0					non-mobilizable	no_good_hit	1369.0	79.766	81.0	0.00021961828695799787	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	True
MON0093_000000032083	1439	0.5612845193894058	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.4033491127095628	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1367.0	89.759	95.0	0.01876642406064692	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0121_000000011989	1379	0.5612845193894058	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.46541432337060934	PS1059	0	0	False	True	0.9927483797073364	0					non-mobilizable	other	1362.0	92.51100000000001	99.0	0.018725148934413825	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0121_000000018855	1363	0.5612845193894058	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.41035326049794624	PS1059	0	0	False	True	0.9919295907020569	0					non-mobilizable	other	1364.0	89.736	100.0	0.018738907309824856	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0117_000000017022	1360	0.5612845193894058	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.4371742572466281	PS1059	0	0	True	True	1.0	1					non-mobilizable	other	1361.0	89.934	100.0	0.018697632183591762	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0395_000000028319	1360	0.5612845193894058	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.45436587979859866	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1361.0	90.154	100.0	0.018697632183591762	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0283_000000009824	1354	0.5612845193894058	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.422674534529919	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1354.0	99.40899999999999	100.0	0.01861508193112557	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0136_000000020828	1344	0.5612845193894058	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.3369395298880788	PS1059	0	0	False	True	0.9895833134651184	0					non-mobilizable	other	1343.0	94.713	99.0	0.018463739801604227	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0063_000000022858	1311	0.5612845193894058	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.31885055909964183	PS1059	0	0	False	True	0.9832189083099365	0					non-mobilizable	other	1290.0	90.38799999999999	98.0	0.9020293911826452	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0119_000000011816	2778	0.5612838356010198	4	4	3	4	4	False	59271	maximal	True	ENG0119_000000011816	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000004160	4732	0.5612821411051432	9	5	4	4	3	False	104368	maximal	True	ISR0836_000000004160	1.0		7	4	False	False	0.9983093738555908	0					non-mobilizable	no_good_hit	2323.0	74.98899999999999	58.0	0.006850874343976421	NZ_FRFD01000007.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
AST0002_000000031805	1180	0.5612815375549159	2	2	2	2	2	False	130821	fragment	False	AST0002_000000031805	1.0		0	0	False	False	0.998305082321167	0					non-mobilizable	chromosome	1203.0	78.803	100.0	0.0004033413106791663	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0107_000000021703	1404	0.561278461096304	2	1	1	1	1	False	59981	fragment	False	ENG0107_000000021703	0.9627890173410405		0	0	False	False	0.9992877244949341	0					non-mobilizable	no_good_hit	74.0	83.78399999999999	5.0	0.0005818887137834889	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
USA0132_01_000000007224	2255	0.5612703732734164	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.3701405103576253	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2255.0	99.867	100.0	0.0006533929909542465	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
CHI0109_000000003920	4236	0.5612680797138788	4	4	4	4	3	False	82819	maximal	True	CHI0109_000000003920	1.0		2	1	False	False	0.9995278716087341	0					non-mobilizable	no_good_hit	801.0	73.03399999999999	19.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MON0084_000000024366	1476	0.5612661837869767	3	1	1	1	1	False	58160	fragment	False	MON0084_000000024366	0.9780945757997219		0	0	False	False	0.9756097793579102	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000026947	1438	0.5612661837869767	2	1	1	1	1	False	58160	fragment	False	MON0084_000000024366	0.9657859078590787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0208_000000022479	1242	0.5612661837869767	1	1	1	1	1	False	28497	fragment	False	ISR0208_000000022479	1.0		0	0	False	False	0.9959742426872253	0					non-mobilizable	no_good_hit								True	False
FIJ0162_000000006064	3769	0.5612611570323833	4	4	1	3	3	True	101518	fragment	False	FIJ0162_000000006064	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3772.0	94.459	99.0	0.0011213916138083937	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0159_000000008114	3130	0.5612602615876666	4	3	3	3	3	False	80224	maximal	False	MON0106_000000012841	0.975407218141169		0	0	False	False	0.9980830550193787	0					non-mobilizable	no_good_hit								True	False
SPA0014_000000004619	4403	0.5612597456534155	5	4	2	3	3	True	130837	maximal	True	SPA0014_000000004619	1.0		16	2	False	False	0.9997729063034058	0					non-mobilizable	no_good_hit	2450.0	98.367	56.0	0.0006619044516048614	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0005_000000008060	3725	0.5612597456534155	5	4	2	3	3	True	51913	maximal	True	FIJ0005_000000008060	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	2036.0	84.234	54.0	0.0005478016417285332	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0226_000000002269	2998	0.5612570408715294	4	4	4	4	4	False	67077	fragment	False	SPA0100_000000008907	0.5489741169621336		0	0	False	False	0.9989993572235107	0					non-mobilizable	chromosome	2998.0	95.831	100.0	0.001234238441523784	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0056_000000013659	1555	0.5612545211045317	2	2	2	2	2	False	53698	fragment	False	FIJ0056_000000013659	0.9747744974443928		0	0	False	False	1.0	0					non-mobilizable	chromosome	1555.0	96.72	100.0	0.0007247492059938718	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
CHI0134_000000004727	2969	0.5612515323102384	4	3	3	3	2	False	80745	maximal	True	CHI0134_000000004727	1.0		12	5	False	False	0.9932637214660645	0					non-mobilizable	no_good_hit	1007.0	82.62200000000001	37.0	0.0003382771159401899	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0099_000000014069	1497	0.5612514625387681	2	2	2	1	1	False	108707	fragment	False	AST0099_000000014069	1.0		0	0	False	False	1.0	0		MOBT			mobilizable	other	1420.0	98.59200000000001	95.0	0.005450292487507346	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	False	True
ISR0309_000000014952	1370	0.5612492523861566	2	2	2	2	1	False	60120	fragment	False	ISR0309_000000014952	1.0		0	0	False	False	0.9985401630401611	0					non-mobilizable	chromosome	1370.0	99.854	100.0	0.0002483785993805594	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0123_000000012478	1798	0.5612471132352427	2	2	2	1	1	False	32109	fragment	False	ISR0123_000000012478	1.0		0	0	False	False	0.9961068034172058	0					non-mobilizable	chromosome	1810.0	80.497	99.0	0.0005005393743257821	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0098_000000027923	1381	0.5612464461534176	2	2	2	2	2	False	5046	maximal	True	SPA0098_000000027923	1.0		17	4	False	False	0.9920347332954407	0					non-mobilizable	no_good_hit	387.0	73.127	27.0	9.947543288392543e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0098_000000017293	1932	0.5612402103429397	2	2	2	1	0	True	9197	maximal	True	MON0098_000000017293	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0160_000000013743	1419	0.5612378229108175	2	2	2	2	2	False	39316	fragment	False	FIJ0160_000000013743	1.0		0	0	False	False	0.9922480583190918	0					non-mobilizable	other	1419.0	100.0	100.0	0.13339604891815615	NZ_PYLP01000033.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_32, whole genome shotgun sequence	False	False
CHI0047_000000000527	20013	0.5612367960731491	25	10	4	10	4	True	108400	backbone	False	ISR0280_000000000088	0.08253237772210804	PS672	0	0	False	True	1.0	0					non-mobilizable	other	19685.0	99.99	99.0	0.1964314226409069	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0203_000000000489	19460	0.5612367960731491	24	10	4	10	4	True	108400	backbone	False	ISR0280_000000000088	0.07864636607042774	PS672	0	0	False	True	1.0	0					non-mobilizable	other	19383.0	99.99	99.0	0.193407711959125	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0169_000000000832	19164	0.5612367960731491	24	10	4	10	4	True	108400	backbone	False	ISR0280_000000000088	0.08243050302898065	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	18900.0	98.958	100.0	0.1922094833111222	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
AUS0008_000000000482	19088	0.5612367960731491	23	10	4	10	4	True	108400	backbone	False	ISR0280_000000000088	0.08234014585960552	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	18899.0	98.95200000000001	99.0	0.1922094833111222	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0042_000000000409	18271	0.5612367960731491	22	10	4	10	4	True	108400	backbone	False	ISR0280_000000000088	0.042977375108379255	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	18143.0	98.947	100.0	0.18451866244824464	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0023_01_000000001812	16432	0.5612367960731491	20	10	4	10	4	True	108400	backbone	False	ISR0280_000000000088	0.01158142849080083	PS672	0	0	False	True	1.0	0					non-mobilizable	other	16432.0	99.994	100.0	0.1639689445952419	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0069_01_000000050763	1179	0.5612346942865	2	2	2	2	2	False	34447	maximal	False	ISR0077_000000030788	0.9847359735973598		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	99.321	100.0	0.00912004707121069	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	False	False
ISR0315_000000008257	1185	0.5612178182294173	2	1	1	1	1	False	124750	fragment	False	FIJ0147_000000015403	0.14568602222413526		0	0	False	False	1.0	0					non-mobilizable	other	1012.0	99.40700000000001	94.0	0.009051353674258703	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0077_000000001572	13054	0.5612161535124607	14	3	1	3	2	True	62026	maximal	True	ENG0077_000000001572	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0003659577928678892	NZ_LNQV01000020.1	b-proteobacteria	Aquitalea pelogenes strain CCM 7557 contig_20, whole genome shotgun sequence	True	True
SPA0013_000000021506	1322	0.5612156048852116	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.031134568456579345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1321.0	98.637	99.0	0.00046402697072960215	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0150_000000014253	1711	0.5612140267346817	2	2	2	1	1	False	43061	maximal	True	FIJ0150_000000014253	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1720.0	86.919	99.0	0.002341872095851835	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0130_000000023539	1352	0.5612127004832541	2	2	1	2	0	True	130825	maximal	True	ISR0130_000000023539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	93.046	84.0	0.000529337418792178	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
SPA0020_000000015282	2107	0.5612122648180912	3	3	3	2	1	False	124170	fragment	False	SPA0020_000000015282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	99.25200000000001	70.0	0.034782402803428515	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0068_000000000963	14848	0.5612089915645214	16	15	13	13	14	False	95771	maximal	True	SPA0068_000000000963	1.0		36	7	False	False	1.0	0					non-mobilizable	chromosome	14848.0	99.63600000000001	100.0	0.0037253549964470245	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0394_000000016006	1207	0.5612016755831292	3	3	3	3	1	False	68112	fragment	False	ISR0394_000000016006	0.9646775479226676		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	94.385	100.0	0.02045315785903263	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ENG0166_000000003669	6810	0.5611991308772322	9	5	5	5	4	False	80682	maximal	True	ENG0166_000000003669	1.0		13	6	False	False	0.9994126558303833	0					non-mobilizable	no_good_hit	1109.0	81.695	25.0	0.0002762588974936468	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0036_000000010546	2124	0.5611984136908453	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.28312690452049577		0	0	False	False	1.0	0					non-mobilizable	chromosome	2124.0	98.917	100.0	0.0007491477253680193	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0071_000000015916	1248	0.5611968723940312	2	2	2	1	1	False	73896	fragment	False	DEN0031_000000026589	0.9747023614977582		0	0	False	False	0.9831730723381042	0					non-mobilizable	no_good_hit	160.0	77.5	13.0	0.0034049013229234437	NZ_AUDP01000032.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00031.31_C, whole genome shotgun sequence	True	False
ISR0387_000000020250	1176	0.5611968723940312	2	2	2	1	1	False	22961	maximal	True	ISR0387_000000020250	1.0		11	7	False	False	0.9965986609458923	0					non-mobilizable	no_good_hit	120.0	90.833	10.0	2.6038490675549725e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0089_000000032044	1160	0.561195219715636	3	2	2	2	2	False	5399	maximal	True	SPA0089_000000032044	1.0		108	9	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	77.888	26.0	0.00010694721305124294	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0198_000000004484	7875	0.5611949942828555	15	8	6	5	2	True	31363	maximal	False	ISR0138_000000003371	0.9740463544181555		0	0	False	False	0.9998730421066284	0					non-mobilizable	no_good_hit	544.0	74.449	7.0	0.00022522708227645127	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	True
SPA0154_000000001925	3438	0.5611945766282525	5	4	3	3	4	False	131657	fragment	False	SPA0154_000000001925	0.9610311750599521		0	0	False	False	1.0	0					non-mobilizable	other	3438.0	100.0	100.0	0.017472776631114455	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0085_000000005773	3775	0.5611926082689198	3	3	3	3	3	False	71695	maximal	False	FIJ0101_000000006973	0.9729611281663658		0	0	False	False	0.9891390800476074	0					non-mobilizable	other	2174.0	99.126	99.0	0.002647233318348994	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0834_000000004523	3722	0.5611926082689198	4	3	3	3	3	False	71695	maximal	False	FIJ0101_000000006973	0.9701933007087515		0	0	False	False	1.0	0					non-mobilizable	other	2144.0	99.3	100.0	0.0026106861487445437	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0061_000000004340	3690	0.5611926082689198	4	3	3	3	3	False	71695	maximal	False	FIJ0101_000000006973	0.9682844390466165		0	0	False	False	1.0	0					non-mobilizable	other	2144.0	99.20700000000001	100.0	0.0026106861487445437	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0149_000000021168	1289	0.5611877510961264	2	2	1	2	0	False	39841	maximal	True	FIJ0149_000000021168	1.0		0	0	False	False	0.9968968033790588	0					non-mobilizable	no_good_hit	167.0	76.048	12.0	5.7723164660107946e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0108_000000022445	1102	0.5611867571695133	1	1	1	1	1	True	42172	fragment	False	FIJ0108_000000022445	1.0		0	0	False	False	0.9863883852958679	0					non-mobilizable	no_good_hit								True	True
ITA0006_000000005431	4823	0.5611861756832568	7	2	1	2	1	True	105905	maximal	True	ITA0006_000000005431	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2503.0	95.725	60.0	0.04257932446264074	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	True	True
ISR0170_000000014643	3132	0.5611861756832568	3	2	1	2	1	True	105906	maximal	True	ISR0170_000000014643	0.9652466367713004		6	1	False	False	1.0	0					non-mobilizable	other	2928.0	99.454	93.0	0.04993176390310474	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
ISR0326_000000005686	3122	0.5611861756832568	3	2	1	2	1	True	105906	maximal	False	ISR0170_000000014643	0.9637611749680715		0	0	False	False	1.0	0					non-mobilizable	other	3122.0	99.135	100.0	0.053241214602524733	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
SPA0066_000000005266	2756	0.5611861756832568	2	2	1	2	1	True	105904	fragment	False	SPA0066_000000005266	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2756.0	97.315	100.0	0.046997611736608665	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
AST0118_000000014211	2153	0.5611861756832568	2	2	1	2	1	True	105903	fragment	False	AST0118_000000014211	0.97607421875		0	0	False	False	0.9730608463287354	0					non-mobilizable	other	2159.0	96.20200000000001	100.0	0.03671102012964859	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
ENG0003_000000011113	2048	0.5611861756832568	3	2	1	2	1	True	105903	fragment	False	AST0118_000000014211	0.9528564793311658		0	0	False	False	0.96044921875	0					non-mobilizable	other	1973.0	97.92200000000001	96.0	0.03362333674513818	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
USA0069_01_000000034009	1784	0.5611861756832568	4	2	1	2	1	True	99856	maximal	True	USA0069_01_000000034009	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1777.0	95.554	99.0	0.03029682702149437	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
USA0034_01_000000031609	1650	0.5611861756832568	3	2	1	2	1	True	99855	fragment	False	USA0034_01_000000031609	1.0		0	0	False	False	0.9975757598876953	0					non-mobilizable	other	1650.0	98.242	100.0	0.02813033094506994	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
ISR0849_000000017662	1541	0.5611861756832568	4	2	1	2	1	True	99854	fragment	False	ISR0849_000000017662	1.0		0	0	False	False	0.989617109298706	0					non-mobilizable	other	1544.0	95.92	100.0	0.026322074377345617	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
AUS0018_000000020630	1381	0.5611861756832568	3	2	1	2	1	True	99853	fragment	False	AUS0018_000000020630	0.9720496894409938		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	98.405	99.0	0.02350733538041624	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
ISR0101_000000018248	1293	0.5611861756832568	2	2	1	2	1	True	33119	fragment	False	ISR0101_000000018248	1.0		0	0	False	False	0.9930394291877747	0					non-mobilizable	other	1218.0	96.634	94.0	0.020760832480382123	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
SPA0111_000000010566	3251	0.5611857190620961	5	3	3	3	2	False	77271	fragment	False	SPA0111_000000010566	1.0		0	0	False	False	0.9996923804283142	0					non-mobilizable	chromosome	3251.0	99.723	100.0	0.0008154781261165777	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0005_000000012754	2284	0.5611834732762605	2	2	2	2	2	False	118754	fragment	False	ENG0086_000000010920	0.6258483266804072		0	0	False	False	0.99956214427948	0					non-mobilizable	other	2082.0	98.175	100.0	0.00943961370196235	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0043_000000005247	1636	0.5611803308848562	3	2	0	1	2	False	102012	fragment	False	DEN0043_000000005247	1.0		0	0	False	False	0.9749388694763184	0					non-mobilizable	other	712.0	99.43799999999999	90.0	0.06560250968813434	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0098_000000015614	1601	0.5611803308848562	3	2	0	1	2	False	60704	fragment	False	ENG0098_000000015614	1.0		0	0	False	False	0.9993754029273987	0					non-mobilizable	no_good_hit	491.0	95.51899999999999	87.0	0.045211293596604536	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AST0059_000000001185	10551	0.5611796696808878	15	12	6	9	10	False	112914	fragment	False	AST0059_000000001185	0.9918443771729581		0	0	False	False	0.9995260834693909	0					non-mobilizable	other	10475.0	99.551	100.0	0.002952668739843062	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0099_000000001750	10599	0.5611790327653771	22	6	3	5	4	True	66296	maximal	True	ENG0099_000000001750	1.0		1	1	False	False	0.9990565180778503	0					non-mobilizable	no_good_hit	556.0	93.885	5.0	0.9822695035460993	EU060886.1	bacteria	Uncultured bacterium clone LM0ABA37ZG12RM1 genomic sequence	True	True
FIJ0021_000000030362	1577	0.5611768507359651	3	3	3	1	2	False	49592	fragment	False	FIJ0021_000000030362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	78.462	8.0	0.0003085077697803279	NZ_FWXW01000003.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
CHI0144_000000010874	1528	0.5611742866048665	1	1	1	1	1	False	79838	fragment	False	CHI0144_000000010874	1.0		0	0	False	False	0.9908376932144165	0					non-mobilizable	no_good_hit	1188.0	80.303	77.0	0.0006838060970785193	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0188_000000015732	1313	0.5611742866048665	1	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.857194173311063		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	83.005	100.0	0.004149112320114564	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0005_01_000000010885	3204	0.5611731281063562	7	4	3	3	4	True	33449	fragment	False	USA0005_01_000000010885	1.0		0	0	False	False	0.9934456944465637	0					non-mobilizable	other	3034.0	96.836	95.0	0.06664908695365548	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
ISR0110_000000014732	1594	0.5611727577212484	3	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6960085224168897		0	0	False	False	0.9937264919281006	0					non-mobilizable	chromosome	1505.0	79.203	98.0	0.000643007628073635	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0394_000000013244	1447	0.5611727577212484	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6746859229572078		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	96.89	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0007_000000013970	3933	0.5611708571353693	4	4	4	4	4	False	101093	maximal	True	MON0007_000000013970	1.0		184	11	False	False	0.9865242838859558	0					non-mobilizable	no_good_hit	1495.0	82.274	46.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0005_000000014987	1275	0.56116980921878	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.3651057149683885		0	0	False	False	0.9992156624794006	0					non-mobilizable	no_good_hit								True	False
FIJ0017_000000016494	1764	0.5611682134293686	2	2	2	2	2	False	50127	fragment	False	FIJ0017_000000016494	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1764.0	98.016	100.0	0.000822221911304502	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0012_000000003123	6829	0.5611662245922122	9	5	2	2	5	True	74270	maximal	True	FIJ0012_000000003123	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	3932.0	94.939	65.0	0.08978285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
USA0125_01_000000015541	1508	0.5611609899419348	5	4	4	2	0	False	139	maximal	True	USA0125_01_000000015541	1.0		54	11	False	False	0.9993368983268738	0					non-mobilizable	chromosome	785.0	99.87299999999999	100.0	0.00021825521105195393	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0814_000000020902	1943	0.5611505513731166	2	2	2	2	1	False	21529	maximal	True	ISR0814_000000020902	1.0		60	11	False	False	0.9912506341934204	0					non-mobilizable	no_good_hit	1239.0	93.947	64.0	0.05233026589203172	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	True	False
SPA0098_000000026581	1447	0.5611486060776261	2	2	2	2	2	False	51155	maximal	True	SPA0098_000000026581	1.0		225	13	False	False	0.9993089437484741	0					non-mobilizable	no_good_hit	405.0	73.827	28.0	7.011618269133461e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MAD0041_000000019334	1825	0.5611460224583656	3	3	3	3	3	False	75222	maximal	False	DEN0017_000000015480	0.9498416050686378		0	0	False	False	1.0	0					non-mobilizable	chromosome	1825.0	99.671	100.0	0.00037022483039480907	CP044098.1	enterobacteria	Citrobacter portucalensis strain FDAARGOS_617 chromosome, complete genome	False	False
FIJ0154_000000007487	4477	0.5611419910757605	2	2	2	2	1	False	39615	maximal	True	FIJ0154_000000007487	1.0		1	1	False	False	0.9997766613960266	0					non-mobilizable	no_good_hit	679.0	74.96300000000001	15.0	0.005856361341001543	NZ_KQ130624.1	firmicutes	Listeria fleischmannii 1991 Scaffold_8, whole genome shotgun sequence	True	False
SPA0100_000000007794	4040	0.5611400800248334	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.19341575796769808		0	0	False	False	0.9977722764015198	0					non-mobilizable	chromosome	4021.0	97.314	99.0	0.001723752755538842	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0076_000000000061	35942	0.5611379182058106	28	12	9	12	5	True	49013	maximal	True	SPA0076_000000000061	0.9883211475135346		3	2	False	False	0.9997774362564087	0					non-mobilizable	other	20595.0	95.27600000000001	95.0	0.005564269489206064	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
FIJ0108_000000005702	3837	0.5611363777657468	4	4	3	3	4	False	126388	fragment	False	FIJ0108_000000005702	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3212.0	99.595	84.0	0.002756346206010912	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
SPA0128_000000004221	8437	0.5611353832172904	11	8	3	3	7	True	118165	maximal	True	SPA0128_000000004221	0.9839376192531479		4	3	False	True	0.9994073510169983	0	rep_cluster_1097	MOBB			mobilizable	other	3216.0	97.10799999999999	99.0	0.38320209973753283	NZ_KE159503.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.19, whole genome shotgun sequence	False	True
ISR0811_000000011850	1338	0.5611290780153114	2	2	1	1	2	False	67737	fragment	False	ENG0136_000000007528	0.6339584771856499		0	0	False	False	0.9850522875785828	0					non-mobilizable	no_good_hit	515.0	74.369	38.0	0.00011380471563301214	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0023_000000004419	3891	0.5611285810957143	3	3	2	2	1	True	104552	maximal	True	ENG0023_000000004419	0.9858390682901006		10	6	False	False	0.9982009530067444	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.282554963768982e-07	CP039346.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu03	True	True
ISR0792_000000010892	1437	0.5611243187892394	3	2	2	1	1	False	22035	fragment	False	ISR0792_000000010892	1.0		0	0	False	False	0.9874739050865173	0					non-mobilizable	chromosome	1358.0	99.926	100.0	0.000206501149223787	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
MON0055_000000012949	1814	0.5611219980453995	4	2	2	2	1	True	75045	fragment	False	MON0055_000000012949	0.9227093872962338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	72.745	27.0	0.00014963718252153406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0005_000000010360	3040	0.5611195171086514	5	5	5	5	5	False	85424	fragment	False	FIJ0005_000000010360	0.9649623000230353		0	0	False	False	0.9973683953285217	0					non-mobilizable	chromosome	3040.0	99.803	100.0	0.0005754721608004422	CP052268.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 chromosome, complete genome	False	False
ISR0231_000000005005	3194	0.5611193826707914	5	3	3	3	1	True	27847	maximal	True	ISR0231_000000005005	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	89.45	21.0	0.01715522126629231	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
MAD0036_000000025512	1237	0.5611139102263977	3	2	1	2	1	False	18703	fragment	False	MAD0036_000000025512	0.7612541134866645		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	96.82799999999999	92.0	0.00030580634590077546	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0057_000000022917	1171	0.5611139102263977	2	2	1	2	1	False	18703	fragment	False	MAD0036_000000025512	0.7505449087062981		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	99.23100000000001	100.0	0.000316351392311147	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0047_000000042820	1135	0.5611139102263977	2	2	1	2	1	False	18703	fragment	False	MAD0036_000000025512	0.7382863314697378		0	0	False	False	0.9885462522506714	0					non-mobilizable	other	1113.0	95.777	98.0	0.0002998578581821043	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0035_000000003719	6155	0.5611131280260061	11	2	1	2	1	False	18789	maximal	True	MAD0035_000000003719	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00022504239638003232	NC_014214.1	bacteria	Meiothermus silvanus DSM 9946 plasmid pMESIL02, complete sequence	True	False
ISR0209_000000020556	1362	0.5611112293367059	3	3	3	3	1	False	73708	fragment	False	ENG0122_000000020131	0.8384372154616399		0	0	False	False	0.9735682606697083	0					non-mobilizable	no_good_hit	157.0	77.07	12.0	0.004629904434023862	NZ_CYXV01000021.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0047_01_000000028049	1295	0.5611112293367059	3	3	3	3	1	False	73708	fragment	False	ENG0122_000000020131	0.8124196945293389		0	0	False	False	0.9961389899253845	0					non-mobilizable	no_good_hit								True	False
FIJ0088_000000023418	1283	0.5611112293367059	3	3	3	3	1	False	73708	fragment	False	ENG0122_000000020131	0.5945332233690233		0	0	False	False	0.9883086681365967	0					non-mobilizable	no_good_hit	75.0	84.0	6.0	0.00010170101824708675	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
USA0032_01_000000016774	1245	0.5611112293367059	3	3	3	3	1	False	73708	fragment	False	ENG0122_000000020131	0.5957111042762333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	6.321955188332419e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ENG0098_000000020194	1238	0.5611112293367059	3	3	3	3	1	False	73708	fragment	False	ENG0122_000000020131	0.7063391409283969		0	0	False	False	0.9588045477867126	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	6.321955188332419e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ENG0175_000000020087	1229	0.5611112293367059	3	3	3	3	1	False	73708	fragment	False	ENG0122_000000020131	0.8103441809565798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0369_000000007743	1863	0.5611072714486008	4	2	2	2	1	False	113719	fragment	False	ISR0369_000000007743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	98.76899999999999	57.0	0.07305082398559756	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
ISR0814_000000010312	3755	0.5611062410204536	5	4	2	4	1	True	21547	fragment	False	ISR0814_000000010312	1.0		0	0	False	False	0.9994673728942871	0					non-mobilizable	no_good_hit	2226.0	77.044	58.0	0.0006089941183331389	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0167_000000015661	1841	0.561104852786915	2	2	2	2	1	False	51868	fragment	False	ISR0271_000000009018	0.9407954811860259		0	0	False	False	1.0	0					non-mobilizable	other	1841.0	98.588	100.0	0.016867425700823203	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0172_000000026209	1113	0.5610985729024173	2	2	2	2	1	False	38710	fragment	False	FIJ0172_000000026209	1.0		0	0	False	False	0.9604672193527222	0					non-mobilizable	no_good_hit	188.0	79.78699999999999	17.0	4.1949770931575164e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0183_000000015505	2072	0.5610965946768723	5	5	2	4	4	False	38858	maximal	True	ISR0183_000000015505	1.0		6	4	False	False	1.0	0					non-mobilizable	other	2085.0	93.669	100.0	0.0061798705141664165	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MAD0057_000000011433	1377	0.5610964668251999	2	2	2	2	1	False	22896	fragment	False	MAD0057_000000011433	0.9837837837837837		0	0	False	False	0.9992737770080566	0					non-mobilizable	other	1377.0	95.57	100.0	0.00042807127137789794	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0053_000000004169	4669	0.5610954782535164	5	4	4	4	4	False	129949	maximal	True	ISR0053_000000004169	1.0		51	7	False	False	1.0	0					non-mobilizable	no_good_hit	1787.0	99.273	39.0	0.02486334225792057	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0104_000000027323	1670	0.5610928837692429	1	1	1	1	1	False	8798	maximal	True	MON0104_000000027323	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	96.825	4.0	0.5754716981132075	XR_001560989.1	stony corals	PREDICTED: Acropora digitifera uncharacterized LOC107329384 (LOC107329384), transcript variant X5, ncRNA	True	False
FIJ0100_000000007317	2588	0.5610891771569873	3	2	2	2	2	False	50919	maximal	True	FIJ0100_000000007317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	99.929	55.0	0.00039252531579496815	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0007_000000019962	1232	0.5610852910901479	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1025700484766485		0	0	False	False	0.9991883039474487	0					non-mobilizable	chromosome	1235.0	89.87899999999999	100.0	0.0004130010161777244	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0005_000000022112	1223	0.5610852910901479	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.10119109512468086		0	0	False	False	1.0	0					non-mobilizable	chromosome	1226.0	89.96700000000001	100.0	0.0004099716688707973	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0177_000000004642	5091	0.5610817623877798	6	6	6	5	5	False	131815	maximal	True	ISR0177_000000004642	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	92.071	83.0	0.0005399863221330612	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0349_000000006042	1770	0.5610799625993987	3	3	2	2	1	False	123021	fragment	False	ITA0008_000000000750	0.8058332651038193		0	0	False	False	0.9361581802368164	0					non-mobilizable	chromosome	1470.0	97.959	95.0	0.0003933994644622004	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0143_000000003096	1644	0.5610794299727271	2	1	1	1	1	False	40132	fragment	False	FIJ0143_000000003096	1.0		0	0	False	False	0.9939172863960266	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.1459338235949472e-05	NZ_CP035130.1	firmicutes	Gudongella oleilytica strain W6 chromosome, complete genome	True	False
MON0104_000000031098	1472	0.561079296952281	3	2	2	2	2	False	8789	maximal	True	MON0104_000000031098	1.0		4	2	False	False	0.9667119383811951	0					non-mobilizable	other	1475.0	93.831	100.0	0.0006778384138212727	CP003122.1	firmicutes	Streptococcus parasanguinis FW213, complete genome	False	False
ISR0027_000000006531	3979	0.5610699118475547	12	3	1	3	1	False	37250	maximal	True	ISR0027_000000006531	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.179483227669511e-07	LR778258.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 6	True	False
DEN0093_000000018786	1710	0.5610685413842305	3	3	3	3	2	False	68453	fragment	False	MAD0089_000000013890	0.9561497326203208		0	0	False	False	1.0	0					non-mobilizable	other	1710.0	99.29799999999999	100.0	0.0018669801241448926	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
DEN0033_000000009055	2752	0.5610675535433497	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.6977648781543594		0	0	False	False	0.9996366500854492	0					non-mobilizable	other	2620.0	99.46600000000001	100.0	0.0325569248753311	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0810_000000003478	3765	0.561066588243834	5	4	4	4	1	True	79097	maximal	True	ISR0810_000000003478	1.0		0	0	False	False	0.984329342842102	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.879882062288429e-06	CP045702.1	high GC Gram+	Streptomyces finlayi strain NBSH44 chromosome, complete genome	True	True
CHI0003_000000001311	7262	0.5610598471973265	9	8	4	6	6	False	90997	maximal	True	CHI0003_000000001311	1.0		2	1	False	False	0.9990360736846924	0					non-mobilizable	no_good_hit	3667.0	97.3	55.0	0.0016359666327067483	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0070_000000020956	1623	0.5610587784469792	2	2	2	2	2	False	70585	maximal	True	DEN0070_000000020956	1.0		2	2	False	False	0.9969192743301392	0					non-mobilizable	no_good_hit	310.0	92.258	31.0	0.0001354654751550181	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0109_000000030360	1210	0.5610525539822124	2	2	2	1	1	False	30788	fragment	False	MON0008_000000031256	0.9955300310167591		0	0	False	False	0.9876033067703247	0					non-mobilizable	other	1173.0	96.675	97.0	0.01771906729008731	NZ_CABMGA010000015.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0117_000000010172	3705	0.5610517655416625	3	2	2	2	2	False	4317	maximal	True	SPA0117_000000010172	1.0		2	2	False	False	0.999730110168457	0					non-mobilizable	no_good_hit	1037.0	73.095	28.0	0.0007993189492137573	NZ_DS560019.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_4, whole genome shotgun sequence	True	False
ISR0383_000000012893	1204	0.5610501120532481	3	3	2	3	2	False	23100	maximal	True	ISR0383_000000012893	1.0		8	4	False	False	0.9991694092750549	0					non-mobilizable	other	1204.0	99.834	100.0	0.0004316552957969046	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
DEN0083_000000007217	3719	0.5610496992800652	4	3	3	3	3	False	121410	maximal	True	DEN0083_000000007217	1.0		0	0	False	False	0.9956977963447571	0					non-mobilizable	no_good_hit	3323.0	99.12700000000001	89.0	0.0010464560285165573	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0150_000000007142	3177	0.5610496992800652	4	3	3	3	3	False	121406	fragment	False	ISR0196_000000005183	0.8516348667906419		0	0	False	False	0.9965376257896423	0					non-mobilizable	chromosome	3177.0	97.986	100.0	0.0010010675742676463	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0024_000000009203	4567	0.561044430401966	4	4	4	4	4	False	89442	fragment	False	MON0024_000000009203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	97.34200000000001	17.0	0.9987341772151899	GQ884006.1		Uncultured organism clone VC1DH59TF genomic sequence	True	False
ISR0321_000000004093	2545	0.5610434160733031	2	2	2	2	2	False	25031	fragment	False	ISR0321_000000004093	1.0		0	0	False	False	0.9996070861816406	0					non-mobilizable	other	2545.0	98.821	100.0	0.0020653206361577244	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
MON0034_000000019019	1529	0.5610414151139437	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.0766086055876842		0	0	False	False	1.0	0					non-mobilizable	chromosome	1535.0	91.46600000000001	100.0	0.0005146524480323884	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0139_000000010652	2562	0.5610399141099455	2	2	2	2	2	False	132023	fragment	False	DEN0005_000000011402	0.6584111159985124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1269.0	79.354	49.0	0.004068953306829339	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0092_000000004276	3983	0.5610388215968192	6	4	3	3	2	False	109712	maximal	True	AST0092_000000004276	1.0		2	2	False	False	0.9942254424095154	0					non-mobilizable	other	3827.0	99.50399999999999	96.0	0.06248672667570614	NZ_MIEH01000012.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_12, whole genome shotgun sequence	False	False
ISR0046_000000032382	1181	0.5610387859160616	2	1	1	1	1	False	55578	fragment	False	ISR0230_000000030807	0.9767775709403225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	74.329	78.0	0.0002445780974591822	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0230_000000030807	1167	0.5610387859160616	2	1	1	1	1	False	55578	fragment	False	ISR0230_000000030807	0.9789655659046006		0	0	False	False	0.9811482429504395	0					non-mobilizable	no_good_hit								True	False
CHI0135_000000015275	1248	0.5610370857017188	2	1	1	1	1	False	80642	maximal	True	CHI0135_000000015275	0.9969931271477663		145	13	False	False	0.9727563858032227	0					non-mobilizable	other	1228.0	96.824	98.0	0.0642744892613934	NZ_CYXX01000047.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0106_000000024404	1164	0.5610370857017188	2	1	1	1	1	False	80642	maximal	False	CHI0135_000000015275	0.9635416666666667		0	0	False	False	0.9768041372299194	0					non-mobilizable	other	1163.0	96.647	99.0	0.06086956521739131	NZ_CYXX01000047.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0020_01_000000030472	1131	0.5610370857017188	2	1	1	1	1	False	1758	maximal	True	USA0020_01_000000030472	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	75.16	68.0	0.0002676954350957081	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0812_000000035754	1100	0.5610370857017188	2	1	1	1	1	False	21602	maximal	True	ISR0812_000000035754	1.0		6	2	False	False	0.9863636493682861	0					non-mobilizable	no_good_hit	967.0	89.762	88.0	0.023969200198708396	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0010_000000004404	4191	0.5610361513730618	4	4	3	4	3	False	51103	maximal	True	FIJ0010_000000004404	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	627.0	94.09899999999999	15.0	0.04340289814879013	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0330_000000021002	1511	0.5610308790750863	3	1	1	1	1	False	24651	fragment	False	ISR0330_000000021002	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.2892452644004983e-05	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0105_000000035057	1557	0.561026912274905	3	3	3	2	1	False	8715	fragment	False	MON0105_000000035057	1.0		0	0	False	False	0.9768785834312439	0					non-mobilizable	no_good_hit								True	False
MON0059_000000033205	1171	0.5610267771878698	3	3	2	3	2	False	10915	maximal	True	MON0059_000000033205	1.0		1	1	False	False	0.9914602637290955	0					non-mobilizable	no_good_hit	87.0	81.609	7.0	0.0003098590510197683	NZ_FNAH01000004.1	a-proteobacteria	Paracoccus isoporae strain DSM 22220, whole genome shotgun sequence	True	False
SPA0047_000000022477	1729	0.561024102042685	3	3	2	1	2	False	32793	maximal	True	SPA0047_000000022477	0.9853715623171445		40	4	False	False	0.9994216561317444	0					non-mobilizable	other	1672.0	100.0	97.0	0.00047128755986987835	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0028_000000011805	2599	0.5610156787284437	3	2	1	1	2	False	58914	fragment	False	FIJ0028_000000011805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000006474	5263	0.5610151731530466	7	7	6	7	5	False	105150	maximal	False	ISR0091_000000005998	0.97186220030191		0	0	False	False	0.9988599419593811	0					non-mobilizable	other	5282.0	85.006	100.0	0.002302301598874235	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0184_000000008754	2570	0.5610116123034935	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.7924882776901178		0	0	False	False	1.0	0					non-mobilizable	other	2570.0	100.0	100.0	0.0008581405773893153	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
MON0077_000000016914	2435	0.5610116123034935	1	1	1	1	1	False	10238	maximal	True	MON0077_000000016914	1.0		3	1	False	False	0.9950718879699707	0					non-mobilizable	no_good_hit								True	False
ISR0043_000000010941	2017	0.5610116123034935	1	1	1	1	1	False	36311	maximal	True	ISR0043_000000010941	1.0		3	1	False	False	0.9920674562454224	0					non-mobilizable	no_good_hit	1791.0	100.0	89.0	0.0006218732629238465	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MON0082_000000018138	1901	0.5610116123034935	2	1	1	1	1	False	9919	maximal	True	MON0082_000000018138	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0205_000000009836	1688	0.5610116123034935	1	1	1	1	1	False	110698	fragment	False	ENG0006_000000012820	0.9770147559591373		0	0	False	False	0.9976303577423096	0					non-mobilizable	other	1688.0	100.0	100.0	0.0005103746428209468	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
DEN0021_000000021974	1665	0.5610116123034935	1	1	1	1	1	False	74741	maximal	True	DEN0021_000000021974	1.0		1	1	False	False	0.9975975751876831	0					non-mobilizable	no_good_hit	90.0	86.667	5.0	1.1348948471483484e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
USA0009_01_000000016679	1522	0.5610116123034935	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2567226240839969		0	0	False	False	0.9908015727996826	0					non-mobilizable	chromosome	1503.0	98.669	99.0	0.00041813689668371783	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
AST0104_000000022996	1512	0.5610116123034935	1	1	1	1	1	False	107745	fragment	False	AST0104_000000022996	0.94798083504449		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	83.712	99.0	0.005724919901003396	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
ISR0217_000000016054	1415	0.5610116123034935	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2537083610749849		0	0	False	False	0.9978798627853394	0					non-mobilizable	other	1415.0	96.678	100.0	0.0003763149399426373	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0181_000000014320	1408	0.5610116123034935	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.19145005121047234		0	0	False	False	0.9978693127632141	0					non-mobilizable	other	1408.0	97.301	100.0	0.0008314585626935712	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0058_000000007091	3397	0.5610105007141488	3	3	2	3	3	False	122182	fragment	False	MON0054_000000011989	0.9440302771700303		0	0	False	False	1.0	0					non-mobilizable	other	3400.0	96.735	100.0	0.058845980361541934	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ENG0003_000000016536	1307	0.5610099516550803	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5339149044734064		0	0	False	False	1.0	0					non-mobilizable	chromosome	1307.0	98.699	100.0	0.0003497181887760024	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0188_000000015879	1302	0.5610099516550803	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5123553584798948		0	0	False	False	1.0	0					non-mobilizable	chromosome	1302.0	98.541	100.0	0.00034837827234391043	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0137_000000018325	1302	0.5610099516550803	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.5110627287333188		0	0	False	False	1.0	0					non-mobilizable	chromosome	1302.0	98.387	100.0	0.00034837827234391043	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0134_000000025016	1284	0.5610099516550803	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.4967559422964474		0	0	False	False	0.9961059093475342	0					non-mobilizable	other	1284.0	98.44200000000001	100.0	0.8303108808290155	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
MON0092_000000021920	2502	0.5610096188422234	3	3	3	3	3	False	119338	fragment	False	MON0049_000000008288	0.9635789648283969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1947.0	99.743	82.0	0.0005698659790010536	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ENG0162_000000021919	1113	0.5610082058812247	2	1	1	1	1	False	72616	fragment	False	ENG0162_000000021919	0.9661552346570397		0	0	False	False	0.942497730255127	0					non-mobilizable	other	1067.0	99.81299999999999	96.0	0.03918685439105981	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
ISR0353_000000019838	1867	0.5610077339701135	3	3	3	2	3	False	81517	maximal	True	ISR0353_000000019838	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.303219956792415e-07	CP050586.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 06a	True	False
ISR0175_000000002658	10124	0.5610070890588764	9	6	5	5	2	True	29869	maximal	True	ISR0175_000000002658	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	77.354	19.0	0.010192087680163825	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	True	True
TAN0024_000000002473	3128	0.5610021811255845	5	3	1	3	2	False	89699	fragment	False	TAN0024_000000002473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	83.73100000000001	31.0	0.004367525946372956	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0087_000000011337	2810	0.5610021811255845	4	3	1	3	2	False	49774	fragment	False	FIJ0087_000000011337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	84.194	34.0	0.004381146089656863	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
SPA0108_000000014327	2013	0.5610020630244397	3	2	2	2	2	False	4684	maximal	True	SPA0108_000000014327	1.0		14	5	False	False	0.9960258603096008	0					non-mobilizable	other	1964.0	99.796	98.0	0.0441371557054525	NZ_CABJDM010000030.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
USA0057_01_000000011750	2694	0.5610004370028007	6	5	1	1	5	False	58032	fragment	False	USA0057_01_000000011750	1.0		0	0	False	False	0.9922049045562744	0					non-mobilizable	plasmid	2694.0	99.62899999999999	100.0	0.02413212179866301	LR595877.1	enterobacteria	Escherichia coli strain VREC-hospital6489704 genome assembly, plasmid: 1	False	True
CHI0069_000000006530	1575	0.5609972125777258	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.17199489972402973		0	0	False	False	0.9968253970146179	0					non-mobilizable	chromosome	1583.0	84.586	100.0	0.0005493333407693177	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0021_000000010412	1739	0.5609955921068578	3	2	2	2	1	False	66357	fragment	False	ENG0021_000000010412	1.0		0	0	False	False	0.98964923620224	0					non-mobilizable	no_good_hit								True	False
CHI0057_000000009308	2114	0.5609946362929681	2	2	2	2	2	False	85991	fragment	False	CHI0057_000000009308	1.0		0	0	False	False	0.999053955078125	0					non-mobilizable	chromosome	2114.0	96.31	100.0	0.0008934695116743018	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0259_000000002800	4595	0.560994517879751	6	6	6	5	5	False	62226	maximal	True	ISR0259_000000002800	1.0		1	1	False	False	0.999782383441925	0					non-mobilizable	no_good_hit	1355.0	98.007	31.0	0.00040518529446706615	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
USA0069_01_000000014856	4144	0.5609899262276777	7	5	4	3	2	True	130852	maximal	True	USA0069_01_000000014856	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	2092.0	78.346	50.0	0.00045689761843507333	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
FIJ0132_000000014095	2260	0.5609872293499097	2	2	2	2	1	False	44364	maximal	True	FIJ0132_000000014095	1.0		15	2	False	False	0.9902654886245728	0					non-mobilizable	chromosome	2143.0	99.34700000000001	95.0	0.0004025697557348806	LR134202.1	enterobacteria	Klebsiella quasipneumoniae strain NCTC9180 genome assembly, chromosome: 1	False	False
ENG0155_000000005999	3876	0.5609811045036371	5	3	3	3	3	False	56765	maximal	True	ENG0155_000000005999	1.0		3	2	False	False	0.9997420310974121	0					non-mobilizable	no_good_hit	60.0	91.667	2.0	7.151893895488635e-05	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ENG0134_000000032138	1172	0.5609725636587028	1	1	1	1	1	False	58124	fragment	False	ENG0134_000000032138	1.0		0	0	False	False	0.9982935190200806	0					non-mobilizable	no_good_hit	62.0	88.71	5.0	2.435762747125101e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
FIJ0007_000000006208	2745	0.5609723524928169	3	1	1	1	1	False	84139	fragment	False	FIJ0007_000000006208	1.0		0	0	False	False	0.9894353151321411	0					non-mobilizable	other	1161.0	98.708	92.0	0.0003467913281838807	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0021_000000006689	7307	0.560966395914613	10	5	3	5	4	False	94957	maximal	True	FIJ0021_000000006689	1.0		5	1	False	False	0.9994525909423828	0					non-mobilizable	no_good_hit	1389.0	85.385	40.0	0.0004166958965992015	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0012_000000051253	1145	0.5609625300740922	2	1	1	1	1	True	64488	maximal	True	MON0012_000000051253	0.9945848375451263		68	9	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	4.0	0.0017936097438892133	NZ_LXEY01000109.1	high GC Gram+	Enteractinococcus helveticum strain UASWS1574 90, whole genome shotgun sequence	True	True
ENG0044_000000014768	1108	0.5609625300740922	2	1	1	1	1	True	64488	maximal	False	MON0012_000000051253	0.9786026200873362		0	0	False	False	0.9783393740653992	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	4.0	0.0017936097438892133	NZ_LXEY01000109.1	high GC Gram+	Enteractinococcus helveticum strain UASWS1574 90, whole genome shotgun sequence	True	True
USA0057_01_000000005053	5884	0.5609608516804009	9	5	0	1	4	False	992	maximal	True	USA0057_01_000000005053	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3429.0	94.69200000000001	95.0	0.004646003298038535	CP024733.1	CFB group bacteria	Prevotella intermedia strain KCOM 1741 chromosome 2, complete sequence	False	False
MAD0107_000000028121	1413	0.5609519440461143	2	2	2	2	1	True	14655	maximal	True	MAD0107_000000028121	1.0		4	4	False	False	0.9681528806686401	0					non-mobilizable	no_good_hit	235.0	73.191	16.0	0.0010007429095835337	NZ_JAAISM010000002.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_2_length_228830_cov_202.307, whole genome shotgun sequence	True	True
FIJ0146_000000011125	1755	0.5609499915217834	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.8334718457534928		0	0	False	False	0.9994301795959473	0					non-mobilizable	other	1448.0	81.975	97.0	0.000664219186788782	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
MON0070_000000022194	1550	0.5609499915217834	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3615821893968458		0	0	False	False	0.9993548393249512	0					non-mobilizable	other	1482.0	82.186	95.0	0.0006799239519840662	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
ISR0323_000000014568	1500	0.5609499915217834	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.5628314257637872		0	0	False	False	0.9953333139419556	0					non-mobilizable	other	1418.0	97.814	100.0	0.00039322192045587083	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0022_000000022167	1419	0.5609499915217834	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.36107241786481353		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	80.197	92.0	0.0025714800906289936	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	False	False
ISR0787_000000010621	1409	0.5609499915217834	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3471860008496655		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	98.08200000000001	95.0	0.0003326835174478342	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0120_000000015864	1307	0.5609499915217834	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3293948721473063		0	0	False	False	0.9816373586654663	0					non-mobilizable	other	1195.0	97.573	99.0	0.00033157272106236566	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0041_000000030424	1247	0.5609499915217834	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2742390245900073		0	0	False	False	0.9991980791091919	0					non-mobilizable	other	1209.0	98.594	97.0	0.00033546050841150565	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0018_000000006381	4251	0.5609453523415152	7	4	2	3	0	False	50026	maximal	True	FIJ0018_000000006381	1.0		1	1	False	False	0.9896494746208191	0					non-mobilizable	no_good_hit	175.0	86.85700000000001	4.0	0.00046826684751455263	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0211_000000009879	2273	0.5609421940899473	2	1	1	1	1	False	87379	fragment	False	ISR0211_000000009879	0.9927655266546953		0	0	False	False	1.0	0					non-mobilizable	other	2273.0	99.47200000000001	100.0	0.03476717317786041	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0091_000000001785	2176	0.5609421940899473	2	1	1	1	1	False	87379	fragment	False	ISR0211_000000009879	0.9775397658417284		0	0	False	False	0.9995404481887817	0					non-mobilizable	other	2176.0	99.265	100.0	0.03328283523848873	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0773_000000006757	2162	0.5609421940899473	2	1	1	1	1	False	87379	fragment	False	ISR0211_000000009879	0.9700108045858027		0	0	False	False	1.0	0					non-mobilizable	other	2162.0	98.65899999999999	100.0	0.03306860089672375	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0092_000000041145	1111	0.5609383207789015	2	2	2	2	1	False	5296	maximal	True	SPA0092_000000041145	1.0		634	12	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	90.72	77.0	0.00017720662064414465	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0011_01_000000004427	8441	0.5609378622077137	10	6	2	6	1	True	2032	fragment	False	USA0011_01_000000004427	1.0		0	0	False	False	0.9992891550064087	0					non-mobilizable	no_good_hit	1825.0	77.315	37.0	0.015116658440482864	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
DEN0028_000000002632	8053	0.5609378622077137	9	6	2	6	1	True	84070	fragment	False	DEN0028_000000002632	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8055.0	95.854	100.0	0.08035286603863963	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0085_000000008420	1591	0.5609363658074941	2	2	2	2	2	False	5538	maximal	True	SPA0085_000000008420	0.987320066656816		3	1	False	False	0.9748585820198059	0					non-mobilizable	no_good_hit	65.0	86.154	4.0	0.0001483235957347696	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0027_000000004252	2709	0.5609316901422777	4	2	1	2	1	False	115419	fragment	False	AST0047_000000007213	0.9413944088918829		0	0	False	False	0.999630868434906	0					non-mobilizable	no_good_hit	825.0	83.152	30.0	0.002613431511879668	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
SPA0023_000000009716	2680	0.5609293640496984	5	4	3	4	1	True	7630	maximal	True	SPA0023_000000009716	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	98.164	35.0	0.06377833056937535	NZ_QRHR01000017.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf17, whole genome shotgun sequence	True	True
ENG0149_000000007997	2777	0.560928199099515	4	3	1	1	2	True	115619	maximal	True	ENG0149_000000007997	1.0		1	1	False	False	0.9967591166496277	0					non-mobilizable	no_good_hit	1733.0	99.42299999999999	62.0	0.0006501396561541987	CP042830.1	verrucomicrobia	Akkermansia muciniphila strain DSM 22959 chromosome, complete genome	True	True
USA0021_01_000000004076	4531	0.5609250699626755	6	3	2	2	2	False	106805	maximal	True	USA0021_01_000000004076	1.0		19	8	False	False	0.9982343912124634	0					non-mobilizable	no_good_hit	278.0	74.82	6.0	0.0037412336407311284	NZ_JNJN01000006.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ENG0154_000000011412	2677	0.5609197751217271	5	3	2	3	0	False	56842	maximal	True	ENG0154_000000011412	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	8.613356072593366e-06	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ENG0080_000000009964	2585	0.5609110782087335	4	2	1	2	1	False	61747	maximal	True	ENG0080_000000009964	1.0		26	6	False	False	0.9895551204681396	0					non-mobilizable	no_good_hit	1508.0	95.491	58.0	0.010413571502608576	NZ_FNRI01000009.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
FIJ0116_000000001908	10108	0.5609078529132109	10	3	2	3	2	False	41693	fragment	False	FIJ0116_000000001908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0062_000000006691	4250	0.5609070913200678	4	4	4	4	4	False	50625	maximal	True	FIJ0062_000000006691	1.0		4	1	False	False	0.9959999918937683	0					non-mobilizable	no_good_hit	1727.0	87.087	41.0	0.0007399875266603684	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
CHI0159_000000004983	2852	0.56090418639327	3	2	1	2	1	False	78814	maximal	True	CHI0159_000000004983	1.0		1	1	False	False	0.9992987513542175	0	rep_cluster_2350			MOBP,MOB_unknown	mobilizable	no_good_hit	2314.0	97.969	81.0	0.5508696688110555	CP056450.1	enterobacteria	Escherichia coli strain RHBSTW-00503 plasmid pRHBSTW-00503_5, complete sequence	True	True
SPA0038_000000002937	9726	0.56090404823467	5	3	3	2	2	True	7052	maximal	True	SPA0038_000000002937	1.0		1	1	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	5.818976884959015e-06	CP013274.1	firmicutes	Bacillus thuringiensis strain CTC, complete genome	True	True
ISR0118_000000001376	7742	0.560903243030717	12	3	1	2	3	False	130904	maximal	True	ISR0118_000000001376	1.0	PS1128	5	4	False	True	0.9993541836738586	0					non-mobilizable	no_good_hit	1293.0	81.593	20.0	0.00058939059968184	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
SPA0112_000000005950	5735	0.5608982759603153	6	4	3	3	3	False	4548	maximal	True	SPA0112_000000005950	1.0		6	5	False	False	0.9979075789451599	0					non-mobilizable	no_good_hit	4432.0	80.19	77.0	0.0012410371878367114	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0057_000000011868	1864	0.5608965131063604	3	2	2	2	2	False	76266	fragment	False	ISR0113_000000007951	0.9533368764810108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	83.913	37.0	0.00020972223285291124	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ENG0166_000000013620	2097	0.5608836238496548	3	3	3	3	3	False	91853	maximal	True	ENG0166_000000013620	1.0		385	13	False	False	0.99761563539505	0					non-mobilizable	no_good_hit	1002.0	75.749	47.0	0.00028312990982084043	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0068_000000012216	2263	0.5608819316449188	2	1	1	1	1	False	16460	maximal	True	MAD0068_000000012216	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	93.617	2.0	0.0017168022691647384	NZ_VJZD01000127.1	high GC Gram+	Streptomyces adustus strain NBRC 109810 NODE_127_length_26794_cov_37.2752, whole genome shotgun sequence	True	False
ISR0370_000000006070	4222	0.5608798916271798	5	4	2	2	3	True	119380	maximal	True	ISR0370_000000006070	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.043	13.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ISR0797_000000003297	3548	0.5608798916271798	5	4	2	2	3	True	113824	fragment	False	ISR0797_000000003297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.563	16.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ISR0803_000000004067	3279	0.5608798916271798	4	4	2	2	3	True	119378	fragment	False	ISR0803_000000004067	1.0		0	0	False	False	0.9957304000854492	0					non-mobilizable	no_good_hit	577.0	75.217	17.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ISR0251_000000004070	3246	0.5608798916271798	5	4	2	2	3	True	119379	fragment	False	ISR0251_000000004070	1.0		0	0	False	False	0.9947627782821655	0					non-mobilizable	no_good_hit	576.0	74.653	17.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ENG0191_000000012897	2387	0.5608797878694985	4	2	1	2	1	False	54721	maximal	True	ENG0191_000000012897	1.0		15	6	False	False	0.9991621375083923	0					non-mobilizable	no_good_hit	136.0	81.618	6.0	0.0021612448770491803	NZ_MWWY01000014.1	high GC Gram+	Bifidobacterium hapali strain DSM 100202 Contig_14, whole genome shotgun sequence	True	False
ENG0060_000000003500	6636	0.5608794563834468	4	3	1	3	1	False	63356	maximal	True	ENG0060_000000003500	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3539.0	72.365	52.0	0.06200764648350671	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
ISR0024_000000013643	1831	0.5608746565012553	1	1	1	1	1	False	37443	maximal	True	ISR0024_000000013643	1.0		8	2	False	False	0.9972692728042603	0					non-mobilizable	other	1790.0	98.26799999999999	97.0	0.000611676870403871	CP015403.2	b-proteobacteria	Burkholderiales bacterium YL45, complete genome	False	False
ISR0078_000000002264	6891	0.5608691230785207	5	4	4	4	3	False	74185	maximal	True	ISR0078_000000002264	1.0		86	11	False	False	0.998984158039093	0					non-mobilizable	no_good_hit	4108.0	93.939	60.0	0.0018005071406526191	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0069_000000001414	16747	0.5608683536137629	17	6	4	4	2	True	51325	fragment	False	MON0069_000000001414	0.9691855740983812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1856.0	76.562	11.0	0.0006533695631772955	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
SPA0053_000000025580	1281	0.5608659877447082	2	1	1	1	1	False	6462	maximal	True	SPA0053_000000025580	1.0		227	15	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	4.0	0.0010943074128384146	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	True	False
ENG0038_000000003092	6566	0.5608593775335803	8	5	2	5	2	False	65113	maximal	True	ENG0038_000000003092	1.0		1	1	False	False	0.9966493844985962	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.0005606189232913137	NZ_NPEK01000027.1	bacteria	Leptospira macculloughii strain ATI2-C-A1 contig_27, whole genome shotgun sequence	True	False
SPA0066_000000001636	10494	0.5608578231791179	13	9	6	7	7	False	6082	maximal	True	SPA0066_000000001636	1.0		3	1	False	False	0.9996188282966614	0					non-mobilizable	no_good_hit	1680.0	77.679	25.0	0.014428028631025021	NZ_OFSM01000020.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
FIJ0159_000000002215	8627	0.5608575879327329	9	8	4	6	6	False	128523	maximal	True	FIJ0159_000000002215	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	7553.0	95.512	98.0	0.0026319898833433485	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0140_000000005435	4838	0.5608573021311408	5	5	5	5	4	False	40406	maximal	True	FIJ0140_000000005435	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	74.79899999999999	13.0	0.0005123465471861124	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0354_000000009416	2050	0.5608571424237779	3	3	3	3	2	False	23996	maximal	True	ISR0354_000000009416	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	97.126	33.0	7.850941615239605e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0021_000000020009	2440	0.5608560785172008	3	2	2	2	2	False	49642	fragment	False	FIJ0021_000000020009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	86.333	74.0	0.0027851167936819815	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0033_000000012101	2170	0.5608508103654971	4	3	2	3	2	False	65508	maximal	True	ENG0033_000000012101	1.0		35	9	False	False	0.9898617267608643	0					non-mobilizable	other	2170.0	99.816	100.0	0.0006095583470149065	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CAN0003_000000014996	3314	0.5608474803962724	4	4	4	4	3	False	96706	maximal	False	CHI0141_000000008267	0.9926756352765322		0	0	False	False	1.0	0					non-mobilizable	other	3314.0	99.45700000000001	100.0	0.0010454157902276817	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0021_000000007993	6169	0.5608460943541869	8	5	4	4	4	True	49691	fragment	False	FIJ0021_000000007993	1.0		0	0	False	False	0.9998378753662109	0					non-mobilizable	no_good_hit	1209.0	84.367	20.0	0.0003243848177092485	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	True
ISR0153_000000015729	1825	0.5608416451045234	3	3	3	3	3	False	40474	fragment	False	FIJ0138_000000009913	0.9396646405193413		0	0	False	False	0.9753424525260925	0					non-mobilizable	chromosome	1797.0	95.604	98.0	0.000739637050709615	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0070_000000003596	4813	0.5608399324369036	6	3	2	3	1	True	43270	fragment	False	MAD0070_000000003596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0087_000000012401	2603	0.5608373815818724	3	2	2	2	2	False	106236	fragment	False	ISR0814_000000011953	0.47755982222610527		0	0	False	False	0.9996158480644226	0					non-mobilizable	other	2515.0	98.926	97.0	0.009643712023568403	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0119_01_000000012870	1908	0.5608342027185557	4	4	4	4	2	False	66349	maximal	True	USA0119_01_000000012870	1.0		16	7	False	False	0.9785115122795105	0					non-mobilizable	other	1813.0	94.208	95.0	0.011158761260428605	NZ_NFHM01000002.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_2, whole genome shotgun sequence	False	False
FIJ0021_000000017710	2782	0.5608335255794811	2	2	2	2	2	True	74468	maximal	True	FIJ0021_000000017710	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	98.137	42.0	0.14076106405821304	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	True
FIJ0153_000000018195	1404	0.5608320385708588	2	2	2	2	2	False	43813	fragment	False	FIJ0153_000000018195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	75.918	52.0	0.00026988078471086374	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
FIJ0086_000000023811	1402	0.5608320385708588	2	2	2	2	2	False	43813	fragment	False	FIJ0153_000000018195	0.9992877492877492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	75.956	52.0	0.00026876710884548194	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ISR0305_000000011352	1627	0.5608314224362053	3	3	2	2	3	False	104603	fragment	False	ISR0305_000000011352	1.0		0	0	False	False	0.9981561303138733	0					non-mobilizable	other	1627.0	100.0	100.0	0.00028381495474408215	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
AST0108_000000007082	3537	0.5608311825725016	2	2	1	2	2	False	107296	maximal	True	AST0108_000000007082	1.0		275	11	False	False	0.9971727728843689	0					non-mobilizable	chromosome	3537.0	99.71700000000001	100.0	0.0004990946851497313	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0176_000000001364	5491	0.5608288016543131	5	5	4	4	5	False	55575	fragment	False	ENG0176_000000001364	1.0		0	0	False	False	0.9994536638259888	0					non-mobilizable	other	5503.0	99.727	100.0	0.002432719950691216	AP018131.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: JCM 7004	False	False
SPA0020_000000000102	64514	0.5608281171854779	74	14	9	12	7	False	76572	maximal	True	SPA0020_000000000102	1.0	PS2	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1293.0	96.44200000000001	2.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	True
FIJ0068_000000013205	2402	0.5608281106508288	5	1	1	1	1	True	131692	fragment	False	FIJ0068_000000013205	1.0		0	0	False	False	0.9991673827171326	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	0.013844172569220863	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
SPA0005_000000013486	2160	0.5608281106508288	3	1	1	1	1	True	8314	maximal	True	SPA0005_000000013486	1.0		1	1	False	False	0.9986110925674438	0					non-mobilizable	no_good_hit	1756.0	99.88600000000001	81.0	0.003072796384780641	NZ_PKIB01000001.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.1, whole genome shotgun sequence	True	True
ISR0375_000000014979	1546	0.5608281106508288	2	1	1	1	1	True	23371	fragment	False	ISR0375_000000014979	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1547.0	98.255	100.0	0.3006027610344157	CP002492.1	firmicutes	Enterococcus faecalis 62 plasmid EF62pA, complete sequence	False	True
MAD0049_000000016118	1177	0.5608281106508288	2	1	1	1	1	True	17439	fragment	False	MAD0049_000000016118	1.0		0	0	False	False	0.9940526485443115	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ENG0200_000000015078	1389	0.5608279783149471	2	1	1	1	1	False	54189	fragment	False	ENG0200_000000015078	0.997697620874904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000005511	3938	0.5608274239625819	4	4	4	2	2	False	115699	maximal	True	ISR0108_000000005511	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	92.406	58.0	0.0007530565874418436	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	True	False
MON0107_000000005394	8192	0.5608249704523421	9	3	1	2	2	True	8621	fragment	False	MON0107_000000005394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	76.42699999999999	18.0	0.06932019327369277	LN853021.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0358	True	True
MAD0080_000000003813	1822	0.5608244282233021	4	4	4	4	3	False	16156	fragment	False	MAD0080_000000003813	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1822.0	100.0	100.0	0.013612815931704181	CP054782.1	enterobacteria	Klebsiella pneumoniae strain KP20194a plasmid pKP20194a-p2, complete sequence	False	True
CHI0141_000000013027	2118	0.5608231268801372	3	2	2	2	2	False	80105	fragment	False	CHI0141_000000013027	1.0		0	0	False	False	0.9811142683029175	0					non-mobilizable	other	2118.0	97.545	99.0	0.0322792545065689	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0098_000000013092	1927	0.5608231268801372	2	2	2	2	2	False	60708	fragment	False	ENG0098_000000013092	1.0		0	0	False	False	0.9958484768867493	0					non-mobilizable	other	1848.0	96.97	96.0	0.028139321723189736	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0153_000000026214	1132	0.560822772008986	2	2	2	2	1	False	30646	fragment	False	ISR0153_000000026214	1.0		0	0	False	False	0.9558303952217102	0					non-mobilizable	chromosome	1139.0	76.207	100.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0160_000000016600	1903	0.5608200452557945	1	1	1	1	1	False	78710	fragment	False	CHI0160_000000016600	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1862.0	99.946	100.0	0.0033379070372263624	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0008_000000007925	1194	0.5608193836366199	1	1	1	1	1	False	76108	maximal	True	DEN0008_000000007925	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	99.764	71.0	0.000173784585081609	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	True	False
FIJ0083_000000001678	15669	0.560819194697202	15	9	4	7	4	True	104274	fragment	False	FIJ0083_000000001678	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	69.675	6.0	0.00041181921136621024	LR134389.1	firmicutes	Streptococcus equi subsp. equi strain NCTC9682 genome assembly, chromosome: 1	True	True
MON0086_000000015927	1939	0.5608177044318606	3	3	3	3	3	False	31118	fragment	False	MON0086_000000015927	1.0		0	0	False	False	0.9984527826309204	0					non-mobilizable	other	1866.0	97.696	96.0	0.005492418107015276	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
CAN0012_000000025300	1861	0.5608173430771417	3	3	3	1	1	False	94200	maximal	True	CAN0012_000000025300	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	87.671	4.0	1.995327000371524e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0101_000000056547	1186	0.5608168252847451	2	2	2	2	1	False	8999	maximal	True	MON0101_000000056547	1.0		4	4	False	False	0.9392917156219482	0					non-mobilizable	no_good_hit	109.0	77.982	9.0	3.2444338432902406e-05	CP042819.1	a-proteobacteria	Octadecabacter sp. SW4	True	False
CHI0102_000000003599	2192	0.56081014176022	3	3	3	3	2	False	83291	maximal	True	CHI0102_000000003599	1.0		30	3	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	84.523	42.0	0.0002527061776940978	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0113_000000007944	3556	0.5608071756816853	5	4	3	3	2	False	99625	maximal	False	ISR0254_000000002520	0.9520510730779679		0	0	False	False	0.9985939264297485	0					non-mobilizable	no_good_hit	386.0	86.01	11.0	0.0016837083676798149	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
MAD0089_000000004792	4214	0.5608043878973422	6	5	3	2	4	False	108912	maximal	True	MAD0089_000000004792	0.9568245125348189		1	1	False	False	0.9995253682136536	0					non-mobilizable	no_good_hit	1494.0	90.295	40.0	0.0053556845359622	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
FIJ0034_000000017636	1566	0.5608004173075057	3	2	2	1	2	False	48117	maximal	True	FIJ0034_000000017636	1.0		3	1	False	False	0.9814814925193787	0					non-mobilizable	no_good_hit								True	False
AST0010_000000007592	3634	0.5607985311007051	5	4	3	4	0	False	126381	maximal	True	AST0010_000000007592	1.0		6	4	False	False	0.9988992810249329	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.0097824356423579e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0386_000000010941	3083	0.5607940019282869	4	4	4	4	4	False	102282	fragment	False	ISR0386_000000010941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	96.36200000000001	62.0	0.0002363219310084365	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0067_000000027572	1214	0.5607900275635372	2	1	1	1	1	False	71189	fragment	False	DEN0064_000000035222	0.9763052208835341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	98.22	83.0	0.17540812782216048	NZ_JAAIOD010000034.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_34_length_5758_cov_233.055, whole genome shotgun sequence	True	False
FIJ0132_000000005839	4779	0.560789221710111	4	4	2	3	4	False	44387	maximal	True	FIJ0132_000000005839	1.0		1	1	False	False	0.9976982474327087	0		MOBP			mobilizable	no_good_hit	2526.0	100.0	54.0	0.800063371356147	CP055341.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid unnamed	True	True
MAD0045_000000014510	2670	0.5607888796767156	4	4	2	4	3	False	17874	maximal	True	MAD0045_000000014510	1.0		4	3	False	False	0.9992509484291077	0					non-mobilizable	no_good_hit	1001.0	98.102	71.0	0.004826441175334955	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0041_000000003650	6842	0.5607885513987537	8	7	3	6	1	True	64766	fragment	False	ENG0041_000000003650	0.9491212095113889		0	0	False	False	1.0	0					non-mobilizable	other	6862.0	93.573	100.0	0.1099335831336539	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ENG0022_000000006909	2393	0.5607868221901244	4	4	3	2	4	False	66315	maximal	True	ENG0022_000000006909	1.0		15	7	False	False	1.0	0					non-mobilizable	other	2298.0	96.60600000000001	100.0	0.0005466327183212463	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CHI0047_000000004076	3758	0.5607843575128577	6	4	2	4	3	False	87002	maximal	True	CHI0047_000000004076	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	77.297	5.0	0.011925383077948035	NZ_JH605002.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld711, whole genome shotgun sequence	True	False
ISR0015_000000006930	3500	0.5607827909894939	3	3	2	3	2	False	68336	fragment	False	ISR0183_000000009259	0.9694376528117359		0	0	False	False	0.998285710811615	0					non-mobilizable	no_good_hit								True	False
ISR0156_000000020330	1186	0.5607788678927405	2	2	2	2	1	True	30570	fragment	False	ISR0156_000000020330	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	82.605	99.0	0.0024858045785051772	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
MON0003_000000012826	1253	0.5607785086798931	2	1	1	1	1	False	85611	fragment	False	ENG0098_000000015056	0.581824816641916		0	0	False	False	0.9529129862785339	0					non-mobilizable	other	1234.0	99.352	98.0	0.0048464314070766545	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0308_000000004117	3723	0.5607781938477227	5	4	3	2	4	False	44124	fragment	False	ISR0308_000000004117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	418.0	94.258	11.0	0.00012941689599796916	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0095_000000004952	5360	0.5607780302023304	8	8	7	8	7	False	113227	fragment	False	FIJ0028_000000005720	0.8382069619114081		0	0	False	False	1.0	0					non-mobilizable	other	5360.0	98.86200000000001	100.0	0.0010874413209845128	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
ISR0367_000000005044	1900	0.5607739582922138	4	3	3	2	1	True	109124	fragment	False	ISR0367_000000005044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	78.53699999999999	72.0	0.00014955852041020226	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0086_000000010030	3089	0.5607710803274123	2	1	1	1	1	False	43854	maximal	True	FIJ0086_000000010030	1.0		1	1	False	False	0.9977338910102844	0					non-mobilizable	no_good_hit	60.0	85.0	2.0	9.752557440041108e-06	CP027920.1	firmicutes	Bacillus cereus strain SGAir0263 chromosome, complete genome	True	False
ISR0232_000000020971	1403	0.5607708274185121	2	2	2	2	2	False	55263	fragment	False	ISR0184_000000007529	0.9645803515812598		0	0	False	False	0.9771917462348938	0					non-mobilizable	other	1403.0	98.50299999999999	100.0	0.02141765963947449	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0015_000000032261	1195	0.5607685592585139	2	2	1	2	2	False	13382	maximal	True	MON0015_000000032261	1.0		5	3	False	False	0.9129707217216492	0					non-mobilizable	other	1178.0	72.581	97.0	0.026825702550298192	NZ_PPEL01000015.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_015, whole genome shotgun sequence	False	False
DEN0067_000000021580	1554	0.5607674314143799	2	2	2	2	2	False	71036	fragment	False	DEN0067_000000021580	1.0		0	0	False	False	0.9987130165100098	0					non-mobilizable	no_good_hit	69.0	82.609	4.0	0.00012541023617641554	NZ_CADIJQ010000003.1	b-proteobacteria	Achromobacter kerstersii strain LMG 3441 isolate LMG 3441, whole genome shotgun sequence	True	False
MON0087_000000038039	1354	0.5607660043254071	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.3120482486448406		0	0	False	False	1.0	0					non-mobilizable	chromosome	1357.0	92.999	100.0	0.00047743611513091384	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0158_000000011996	1573	0.5607627223674438	2	2	2	2	2	False	56567	fragment	False	ENG0158_000000011996	1.0		0	0	False	False	0.994914174079895	0					non-mobilizable	no_good_hit	379.0	80.211	24.0	0.00015509757523804335	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0053_000000021266	1550	0.560761170748056	2	2	1	2	0	False	6469	maximal	True	SPA0053_000000021266	1.0		1	1	False	False	0.9806451797485352	0	rep_cluster_488				non-mobilizable	no_good_hit	1239.0	99.193	83.0	0.011020659277950656	CP057685.1	enterobacteria	Escherichia coli strain RHB17-C18 plasmid pRHB17-C18_2, complete sequence	True	True
CHI0003_000000006377	1889	0.5607593944776705	2	2	2	2	1	True	90970	maximal	True	CHI0003_000000006377	1.0		85	11	False	False	0.9952355623245239	0					non-mobilizable	no_good_hit	396.0	77.525	21.0	0.006581605171020738	NZ_QICS01000018.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_118, whole genome shotgun sequence	True	True
ISR0818_000000007776	2288	0.5607491972626634	3	3	3	3	2	False	21356	fragment	False	ISR0818_000000007776	1.0		0	0	False	False	0.9916958212852478	0					non-mobilizable	other	2291.0	96.15899999999999	100.0	0.00286801728083871	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
CHI0049_000000001574	8726	0.5607464388845028	6	4	4	4	4	False	86846	maximal	True	CHI0049_000000001574	1.0		2	2	False	False	0.9998853802680969	0					non-mobilizable	no_good_hit	3079.0	86.846	61.0	0.005149465415666594	NZ_HG726023.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
USA0145_01_000000006105	3991	0.5607429933842589	4	3	2	2	2	False	124384	maximal	True	USA0145_01_000000006105	1.0		8	2	False	False	0.9994988441467285	0					non-mobilizable	other	3555.0	98.931	91.0	0.037764928466656744	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0278_000000002491	3891	0.5607429933842589	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6173040097827506		0	0	False	False	0.999485969543457	0					non-mobilizable	other	3893.0	99.384	100.0	0.040706372205425424	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0078_000000004663	3769	0.5607429933842589	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7463841182814476		0	0	False	False	0.9896524548530579	0					non-mobilizable	other	3693.0	99.323	99.0	0.0011048331663016308	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0065_000000008080	3468	0.5607429933842589	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5990039345093277		0	0	False	False	0.9930796027183533	0					non-mobilizable	other	3465.0	99.221	99.0	0.03622877587956521	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0329_000000003528	3466	0.5607429933842589	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6287351583825208		0	0	False	False	1.0	0					non-mobilizable	other	3466.0	99.711	100.0	0.31171284634760704	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0015_01_000000009638	3403	0.5607429933842589	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5703804344801194		0	0	False	False	1.0	0					non-mobilizable	other	3322.0	99.368	99.0	0.0009938111986153076	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0224_000000008388	3401	0.5607429933842589	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6111575764203904		0	0	False	False	1.0	0					non-mobilizable	other	3401.0	99.559	100.0	0.03613868752790119	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
SPA0030_000000006423	4677	0.5607424872054009	5	5	4	4	3	False	117298	maximal	True	SPA0030_000000006423	1.0		259	9	False	False	0.9948685169219971	0					non-mobilizable	no_good_hit	2933.0	99.25	63.0	0.011122955701652889	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0010_000000003058	6219	0.5607387908837337	10	8	2	3	8	True	123770	fragment	False	ISR0216_000000003246	0.969931408518105		0	0	False	False	1.0	0					non-mobilizable	other	6219.0	99.984	100.0	0.016884305307776067	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0195_000000024270	1117	0.5607370434904965	2	2	2	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.048930225435926726		0	0	False	False	0.9579229950904846	0					non-mobilizable	chromosome	1117.0	98.568	100.0	0.0003889949291234508	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0062_000000013291	2482	0.5607348579964676	3	2	1	2	2	False	33347	fragment	False	SPA0062_000000013291	1.0		0	0	False	False	0.9879129528999329	0					non-mobilizable	other	2482.0	100.0	100.0	0.011974400556006024	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0078_000000013989	3015	0.5607348308122432	4	4	4	4	4	False	91361	maximal	True	MON0078_000000013989	1.0		112	11	False	False	0.9910447597503662	0					non-mobilizable	no_good_hit	638.0	75.235	27.0	0.0066324256637731605	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0288_000000000934	17590	0.5607271722147182	18	7	4	6	2	True	68488	maximal	True	ISR0288_000000000934	1.0		10	3	False	False	0.9999431371688843	0					non-mobilizable	no_good_hit	3627.0	91.177	64.0	0.09540739168501765	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
ENG0102_000000001443	13291	0.5607271231207749	17	10	6	9	4	True	110462	maximal	True	ENG0102_000000001443	0.9965057434332075		64	8	False	False	1.0	0					non-mobilizable	no_good_hit	7509.0	99.094	88.0	0.0020295158552884355	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0208_000000010518	2582	0.5607270467631371	3	3	3	3	3	False	28526	maximal	True	ISR0208_000000010518	1.0		1	1	False	False	0.9961270093917847	0					non-mobilizable	no_good_hit	1036.0	80.309	40.0	0.00033196480787777533	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0116_000000012260	1948	0.5607269809557429	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.3584840135474939		0	0	False	False	1.0	0					non-mobilizable	chromosome	1952.0	87.244	100.0	0.0006529926417153915	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0126_000000018844	2604	0.5607266260881696	3	3	3	3	3	False	119338	fragment	False	MON0049_000000008288	0.9630727343008223		0	0	False	False	0.996927797794342	0					non-mobilizable	no_good_hit	2026.0	99.40799999999999	79.0	0.0005930003121670779	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
AST0057_000000002442	2454	0.5607259768897818	2	2	2	2	2	False	113209	maximal	True	AST0057_000000002442	1.0		179	9	False	False	1.0	0					non-mobilizable	other	2454.0	98.615	100.0	0.035131186984417966	NZ_QEKJ01000013.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_113, whole genome shotgun sequence	False	False
AUS0024_000000005382	5776	0.5607257538294169	4	3	3	3	2	False	98986	fragment	False	AUS0024_000000005382	1.0		0	0	False	False	0.9958449006080627	0					non-mobilizable	other	5774.0	98.61399999999999	99.0	0.024914979197956048	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ISR0282_000000016697	1473	0.5607221370452714	2	2	2	1	1	False	86753	fragment	False	MAD0032_000000011200	0.963871970447877		0	0	False	False	1.0	0					non-mobilizable	other	1473.0	93.618	100.0	0.07690298312522857	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0207_000000027634	1108	0.5607221370452714	2	2	2	1	1	False	75801	fragment	False	ISR0207_000000027634	0.9672810015083447		0	0	False	False	0.9963898658752441	0					non-mobilizable	other	1108.0	94.04299999999999	100.0	0.057833968967138605	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0091_000000010183	3010	0.5607197746021763	4	3	2	3	3	True	118501	maximal	True	ISR0091_000000010183	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1928.0	83.351	64.0	0.0005713019118285697	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
ETH0005_000000015482	3092	0.560718466593635	4	4	4	4	4	False	92110	fragment	False	ETH0005_000000015482	1.0		0	0	False	False	0.9957956075668335	0					non-mobilizable	no_good_hit	1057.0	73.226	34.0	0.0010572887862324734	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0024_000000004436	4602	0.5607154943717207	5	5	4	5	5	False	130226	maximal	True	ISR0024_000000004436	1.0		61	6	False	False	0.9993481040000916	0					non-mobilizable	other	4605.0	97.524	100.0	0.014716882220190642	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0227_000000020827	1261	0.5607129062174193	1	1	1	1	1	False	27628	maximal	True	ISR0227_000000020827	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	93.939	47.0	0.00509938829463624	NZ_JAAITU010000010.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_10_length_90403_cov_167.363, whole genome shotgun sequence	True	False
FIJ0038_000000010513	3217	0.5607103567838824	5	3	3	3	3	False	47670	maximal	True	FIJ0038_000000010513	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	430.0	92.55799999999999	13.0	0.02369589345172031	NZ_CACVNJ010000032.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
ENG0052_000000008464	3406	0.5607068687728478	5	4	4	3	3	False	115493	maximal	True	ENG0052_000000008464	1.0		6	3	False	False	0.9938344359397888	0					non-mobilizable	no_good_hit	2412.0	98.425	71.0	0.020098239527649674	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
MON0021_000000007574	3489	0.5607032501240576	2	2	2	2	2	False	45856	maximal	True	MON0021_000000007574	0.9983216356423559		69	6	False	False	0.9985669255256653	0					non-mobilizable	chromosome	3300.0	94.152	95.0	0.0013251621054465978	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
CAN0021_000000007867	5165	0.560699899162291	9	1	1	1	1	False	97440	backbone	False	ENG0068_000000004297	0.735062672045293	PS535	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	99.0	98.99	4.0	2.2172688135258828e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0031_000000019595	1634	0.560699899162291	4	1	1	1	1	False	38352	fragment	False	MON0031_000000019595	1.0		0	0	False	False	0.9516524076461792	0					non-mobilizable	no_good_hit	65.0	98.462	4.0	0.00017429716031798338	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
ISR0009_000000022048	1527	0.560699899162291	2	1	1	1	1	False	38351	fragment	False	ISR0009_000000022048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	93.939	6.0	0.00026689252673691203	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
ITA0002_000000009788	1164	0.560699899162291	1	1	1	1	1	False	20415	fragment	False	ITA0002_000000009788	1.0		0	0	False	False	0.9982817769050598	0					non-mobilizable	no_good_hit	99.0	92.929	9.0	0.00026689252673691203	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
MON0064_000000003685	5830	0.5606972666263299	4	4	1	4	3	False	46212	maximal	False	FIJ0082_000000004154	0.9513278252367305		0	0	False	False	1.0	0					non-mobilizable	chromosome	4093.0	86.367	93.0	0.0010867683420167208	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0222_000000025155	1928	0.5606934078029174	3	2	2	2	2	False	60554	maximal	True	ISR0222_000000025155	1.0		17	7	False	False	0.9984439611434937	0					non-mobilizable	no_good_hit								True	False
ENG0023_000000012043	1449	0.5606922222685354	2	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.39120306876423866	PS332	0	0	False	True	1.0	0					non-mobilizable	chromosome	1363.0	76.082	93.0	0.0003842795256665159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MON0024_000000013291	3425	0.560690456892776	4	3	3	3	2	False	114471	maximal	False	ISR0214_000000008258	0.9491097063833139		0	0	False	False	0.9932846426963806	0					non-mobilizable	no_good_hit	857.0	78.99600000000001	25.0	0.00023796800490812506	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0012_000000011569	2088	0.5606899431835115	3	3	3	3	3	False	50791	fragment	False	FIJ0012_000000011569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	74.637	36.0	0.0026780009046330133	NZ_FUWY01000003.1	CFB group bacteria	Anaerorhabdus furcosa strain ATCC 25662, whole genome shotgun sequence	True	False
ISR0328_000000004674	5429	0.5606879753038717	3	3	3	3	3	False	63795	fragment	False	ISR0328_000000004674	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5429.0	99.318	100.0	0.007516829083536787	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
FIJ0063_000000009293	2808	0.5606871258396047	3	3	3	3	3	False	85069	fragment	False	CHI0069_000000003024	0.783627665285416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	89.666	65.0	0.00048416409935207375	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0147_000000014307	1112	0.5606848075898414	2	1	1	1	1	False	57334	maximal	True	ENG0147_000000014307	1.0		1	1	False	False	0.9793165326118469	0					non-mobilizable	no_good_hit	331.0	91.23899999999999	30.0	9.52636638405113e-05	LR738849.1	d-proteobacteria	Desulfovibrio sp. 86 genome assembly, chromosome: DESU86	True	False
ISR0219_000000021155	1559	0.5606819790595075	2	2	1	2	2	True	113498	fragment	False	ENG0004_000000017281	0.23100278292749848		0	0	False	True	1.0	0					non-mobilizable	other	1560.0	89.23100000000001	100.0	0.0004837578684539472	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0086_000000000148	23868	0.5606773103737454	45	12	5	10	10	False	16055	maximal	True	MAD0086_000000000148	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	88.333	1.0	0.0005767435495144113	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0143_000000018808	1554	0.5606758387101903	2	2	2	2	2	False	67639	maximal	True	ISR0143_000000018808	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1556.0	97.17200000000001	100.0	0.0009669681441865241	NZ_HE978574.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	False	False
FIJ0054_000000011322	2209	0.5606745141579127	3	1	1	1	1	True	55056	maximal	False	ENG0185_000000008831	0.9141624677428091		0	0	False	True	1.0	0					non-mobilizable	plasmid	1504.0	95.545	100.0	0.6400852878464819	CP059717.1	enterobacteria	Escherichia coli strain BUCT2930 plasmid p5buct2930, complete sequence	False	True
MON0019_000000040725	1654	0.5606744881184199	3	3	3	2	1	False	39996	fragment	False	MON0019_000000040725	0.9345911949685535		0	0	False	False	1.0	0					non-mobilizable	chromosome	1657.0	87.025	99.0	0.0005520143981511557	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0022_000000017500	1756	0.5606723653586478	3	2	2	2	2	False	13019	maximal	True	MON0022_000000017500	1.0		161	12	False	False	0.9812073111534119	0					non-mobilizable	no_good_hit	706.0	85.694	40.0	0.0002463048103188306	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
TAN0007_000000001996	11622	0.560670509884654	10	5	5	4	2	False	51990	maximal	True	TAN0007_000000001996	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.87142178284788e-06	NZ_CP045236.1	b-proteobacteria	Burkholderia cepacia strain BC16 chromosome 2, complete sequence	True	False
ISR0011_000000015152	1842	0.5606694320679312	2	2	2	2	1	False	66584	fragment	False	ISR0011_000000015152	1.0		0	0	False	False	0.9956569075584412	0					non-mobilizable	no_good_hit	112.0	84.821	6.0	3.869035585367656e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0067_000000013012	2560	0.5606637094596235	3	3	3	2	2	True	127707	maximal	True	DEN0067_000000013012	1.0	PS1022	0	0	False	True	0.9921875	0					non-mobilizable	no_good_hit	1136.0	96.479	44.0	0.00034415057724815985	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
ISR0389_000000002912	6101	0.5606616167042318	9	8	3	6	7	False	113669	maximal	True	ISR0389_000000002912	1.0		18	6	False	False	1.0	0					non-mobilizable	other	3051.0	98.525	99.0	0.0009485387401389614	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0171_000000002489	8622	0.560660687142282	10	6	6	6	4	False	121477	maximal	True	ISR0171_000000002489	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit	1890.0	79.312	23.0	0.0005268492889508873	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0106_000000005192	4265	0.5606592104712496	4	4	3	4	3	False	33036	maximal	True	ISR0106_000000005192	1.0		3	1	False	False	0.9967174530029297	0					non-mobilizable	no_good_hit	324.0	82.71600000000001	12.0	7.465660295658811e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0113_000000014886	2078	0.5606585965503154	3	2	1	2	1	False	4497	fragment	False	SPA0113_000000014886	1.0		0	0	False	False	0.9995187520980835	0					non-mobilizable	no_good_hit								True	False
ISR0178_000000014715	1187	0.5606571102597899	2	2	2	2	1	False	35042	fragment	False	ISR0067_000000026071	0.9891756869275604		0	0	False	False	0.9991575479507446	0					non-mobilizable	no_good_hit	442.0	73.529	36.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
MAD0087_000000011640	2457	0.5606562715232952	6	2	2	1	2	False	15995	maximal	True	MAD0087_000000011640	1.0		1	1	False	False	0.9995930194854736	0					non-mobilizable	no_good_hit	236.0	74.57600000000001	10.0	7.045291893368001e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0073_000000000482	7792	0.5606546518673134	10	9	2	5	9	False	77952	fragment	False	MAD0073_000000000482	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	4982.0	95.363	99.0	0.042636755764794664	CP054565.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student plasmid pSCU-478-1, complete sequence	False	True
ENG0100_000000010737	2788	0.5606536255675404	4	4	4	4	4	False	85466	fragment	False	ENG0100_000000010737	0.9844003195061406		0	0	False	False	1.0	0					non-mobilizable	other	2788.0	99.28299999999999	100.0	0.011379690498550489	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0086_000000015418	2066	0.5606519425699255	3	3	3	3	2	False	57837	maximal	True	FIJ0086_000000015418	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1373.0	78.00399999999999	69.0	0.7902665121668598	NZ_SLUM01000069.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_169, whole genome shotgun sequence	True	False
MAD0111_000000003011	5590	0.56064798791292	9	3	1	3	1	False	53355	maximal	True	MAD0111_000000003011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	6.134262593736292e-07	LR812085.1	bony fishes	Danio rerio genome assembly, chromosome: 23	True	False
USA0006_01_000000012749	1881	0.5606471913673428	3	3	3	3	1	False	124922	fragment	False	ENG0206_000000011673	0.5967114120852647		0	0	False	False	0.992557168006897	0					non-mobilizable	chromosome	1847.0	80.726	98.0	0.0006434539275301603	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0048_000000019492	1712	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.19938225387900363		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	95.979	100.0	0.0004556231804680304	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0315_000000005937	1632	0.560646824871608	2	2	1	2	2	True	124257	maximal	True	ISR0315_000000005937	1.0		249	10	False	False	0.9895833134651184	0					non-mobilizable	other	1322.0	96.899	100.0	0.0011545494412383353	NZ_LT629969.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	True
MON0083_000000025701	1545	0.560646824871608	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1003564133321543		0	0	False	False	1.0	0					non-mobilizable	chromosome	1549.0	92.834	100.0	0.0004572816324717346	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
ENG0115_000000013969	1510	0.560646824871608	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1801194679552566		0	0	False	False	0.9847682118415833	0					non-mobilizable	other	1501.0	96.26899999999999	100.0	0.0004532398028603393	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
USA0081_01_000000020332	1498	0.560646824871608	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.22890915320306598		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	98.79799999999999	100.0	0.0004505364576149395	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
USA0051_01_000000013750	1470	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.12233296014802289		0	0	False	False	1.0	0					non-mobilizable	other	1470.0	99.796	100.0	0.0037660389935010832	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0089_000000021248	1460	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.21142668574908385		0	0	False	False	1.0	0					non-mobilizable	chromosome	1462.0	92.818	100.0	0.0003466999891804873	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
ISR0395_000000026729	1447	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.21114641138722826		0	0	False	False	1.0	0					non-mobilizable	chromosome	1449.0	92.75399999999999	100.0	0.00034360869983937186	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
ISR0328_000000020424	1427	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.16671029672033236		0	0	False	False	1.0	0					non-mobilizable	chromosome	1429.0	92.302	100.0	0.0005028429150491886	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0024_000000018093	1414	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14050185254047476		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	100.0	100.0	0.003622473177547332	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
FIJ0015_000000023154	1399	0.560646824871608	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.17713922193168904		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	94.94200000000001	100.0	0.0004159029732394595	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0295_000000025682	1391	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.19476945516263208		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	98.994	100.0	0.008133554129095303	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	True
MON0082_000000025943	1388	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.2432863108541295		0	0	False	False	1.0	0					non-mobilizable	chromosome	1389.0	92.369	100.0	0.0004890808984267898	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0344_000000025337	1383	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.20197222430806563		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	98.699	100.0	0.0014049741370896905	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0047_000000028867	1381	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1443116134603001		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	93.34299999999999	100.0	0.00032791446164601645	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
ENG0169_000000017554	1379	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.21192710211896595		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	95.435	100.0	0.004260792668220918	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
MON0102_000000032066	1376	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.12236301765649092		0	0	False	False	1.0	0					non-mobilizable	other	1376.0	100.0	100.0	0.003525053516721572	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
DEN0031_000000025130	1374	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.16866958909435498		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	97.17	100.0	0.0013927746510947006	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0078_000000018897	1363	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.12124055048309575		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	99.927	100.0	0.0034917257380180228	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0271_000000014139	1357	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.18325299559827077		0	0	False	False	1.0	0					non-mobilizable	chromosome	1359.0	92.34700000000001	100.0	0.00032220746593934177	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
SPA0109_000000025095	1354	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.15629329501336167		0	0	False	False	1.0	0					non-mobilizable	other	1356.0	98.45100000000001	100.0	0.008281358069274509	NZ_LMUA01000006.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00006, whole genome shotgun sequence	False	True
ENG0152_000000019010	1342	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.13945010538455568		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	94.494	100.0	0.00473152728478784	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	True
SPA0064_000000015314	1340	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.16801906294579186		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	99.851	100.0	0.0034012136668334675	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0152_000000017719	1340	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.15742498332424307		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	99.70100000000001	100.0	0.0003563548122936289	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0067_000000019602	1338	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.18829739797555203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1339.0	97.685	100.0	0.00037448036650936437	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ENG0079_000000024551	1338	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1994633207591272		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	92.98	100.0	0.009326497157406438	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
DEN0092_000000012471	1334	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1476178613738294		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	98.27600000000001	100.0	0.0013551595692768144	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0063_000000023043	1332	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.16254069923701428		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	99.925	100.0	0.0033808927487343878	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0805_000000008973	1331	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.021375291737561298		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	99.925	100.0	0.0026375073374264274	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0180_000000013610	1322	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14925650735035276		0	0	False	False	0.9977307319641113	0					non-mobilizable	other	1322.0	99.546	100.0	0.0003515643816578669	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
DEN0092_000000012613	1322	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.01387522904940784		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	100.0	100.0	0.0026196595434137674	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0091_000000022100	1318	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.113957978072147		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	100.0	100.0	0.003376360350198044	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
CAN0022_000000025186	1318	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.10993877330536568		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	93.101	100.0	0.003376360350198044	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
FIJ0028_000000022924	1318	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14737611345990334		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	98.105	100.0	0.0003969298470163705	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
SPA0052_000000020463	1315	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.2100218911524966		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	92.40100000000001	100.0	0.009152104914373408	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
SPA0158_000000017008	1312	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14974115518371706		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	99.619	100.0	0.0003489030313046658	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0042_000000026041	1311	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14544198211644455		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	98.70200000000001	100.0	0.0003954887672723974	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
SPA0063_000000013685	1311	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.15981643995661599		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	99.695	100.0	0.0033275503387243037	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
CHI0159_000000012286	1309	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.16678297763652888		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	98.54899999999999	100.0	0.00039391823967937226	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0169_000000024777	1308	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.010159333904278884		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	100.0	100.0	0.0025918963082829627	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0140_000000017574	1301	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14173067567856576		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	95.39200000000001	100.0	0.002542846971469257	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	True
FIJ0113_000000019965	1299	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.13904580106268502		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	97.154	100.0	0.0003912077930760738	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0083_000000021785	1298	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1437908190526809		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	99.92299999999999	100.0	0.00034517714081018426	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0389_000000017152	1298	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.15087969389597192		0	0	False	False	0.9969183206558228	0					non-mobilizable	other	1298.0	96.61	100.0	0.2035787160571339	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
SPA0137_000000028497	1297	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.145118896820911		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	99.69200000000001	100.0	0.00034491100577486414	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0080_000000044602	1296	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1347361833799327		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	97.60799999999999	100.0	0.000344644870739544	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
AST0150_000000021504	1296	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.10585864697471693		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	100.0	100.0	0.003319959493930499	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0077_000000028525	1295	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.09523290589280417		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	99.76799999999999	100.0	0.0033173958186456104	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
SPA0087_000000011036	1292	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1444888722633838		0	0	False	False	0.9930340647697449	0					non-mobilizable	other	1292.0	99.149	100.0	0.003279288158238989	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
SPA0042_000000026606	1285	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05913613053979411		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	93.935	100.0	0.00038669038207057643	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
USA0041_01_000000013062	1282	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.09904779932225366		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	100.0	100.0	0.0032840680399420607	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ENG0146_000000017285	1282	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.09904779932225366		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	100.0	100.0	0.0032840680399420607	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0107_000000023581	1281	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14458822228327273		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	99.92200000000001	100.0	0.0013012785061322749	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0084_000000015196	1278	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.13531392419390878		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	97.34	100.0	0.00038581320110059564	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
MON0007_000000051528	1275	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.15073509791258352		0	0	False	False	0.998431384563446	0					non-mobilizable	chromosome	1278.0	91.54899999999999	100.0	0.0003031841469170928	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
MAD0035_000000017447	1274	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14429592748296466		0	0	False	False	0.9874411225318909	0					non-mobilizable	other	1277.0	96.241	100.0	0.00038397993546727797	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0014_000000018383	1269	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.13776620687795588		0	0	False	False	0.9944838285446167	0					non-mobilizable	chromosome	1271.0	95.751	100.0	0.0005226813138540274	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	False	True
SPA0131_000000022348	1267	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14157092531403853		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	99.76299999999999	100.0	0.00321324517441698	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
DEN0063_000000040696	1256	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.009916210317375506		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	100.0	100.0	0.0024887757206542606	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
CHI0007_000000006136	1247	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.03992612264449138		0	0	False	False	0.9943865537643433	0					non-mobilizable	other	1247.0	95.67	100.0	0.003162442879169281	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ENG0024_000000020113	1245	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.08087383419771316		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	96.145	100.0	0.0003206969952186759	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
MON0019_000000053731	1243	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1171041418928749		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	91.807	100.0	0.000295099236332637	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
SPA0085_000000010736	1240	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.12506167965315504		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	100.0	100.0	0.0012595969289827256	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0152_000000021132	1224	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1111502980761142		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	91.102	100.0	0.0004312098541684972	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0077_000000030682	1216	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.09237590380030782		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	98.355	100.0	0.006192408056756095	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	True
ISR0167_000000022779	1206	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.08714869463624457		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	91.54899999999999	100.0	0.0037258745756213398	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ENG0003_000000017982	1187	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.09421192207131503		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	98.568	100.0	0.00031537001685433177	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0095_000000023776	1177	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.025885002676942437		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	98.89399999999999	100.0	0.0003549723339279775	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0204_000000023980	1164	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.04393717868689657		0	0	False	False	0.9991409182548523	0					non-mobilizable	chromosome	1164.0	93.986	100.0	0.00026267847882689287	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0050_000000024725	1161	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05248928708236843		0	0	False	False	1.0	0					non-mobilizable	chromosome	1163.0	91.574	100.0	0.0002756003343348318	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
USA0065_01_000000010376	1158	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.040519730322124796		0	0	False	False	0.9905008673667908	0					non-mobilizable	chromosome	1160.0	92.414	100.0	0.0004086260320189196	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0031_01_000000022703	1151	0.560646824871608	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.04243623242804099		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	92.969	100.0	0.002950790252906567	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ENG0061_000000008739	2450	0.5606458921363466	4	4	1	2	4	False	119973	fragment	False	ENG0061_000000008739	0.9871066433566433		0	0	False	False	0.995102047920227	0					non-mobilizable	no_good_hit								True	False
ISR0827_000000007881	1494	0.5606407473360147	2	2	2	2	2	False	21089	maximal	True	ISR0827_000000007881	1.0		693	12	False	False	0.9939758777618408	0					non-mobilizable	other	1494.0	99.93299999999999	100.0	0.0018823131901867561	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
MON0098_000000028045	1277	0.5606404053208347	1	1	1	1	1	False	84951	fragment	False	CHI0070_000000009621	0.938187175833242		0	0	False	False	0.9992169141769409	0					non-mobilizable	chromosome	1219.0	95.734	95.0	0.0004909352457621033	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0127_000000008371	3035	0.5606391643782959	4	4	3	1	3	False	58737	fragment	False	SPA0101_000000014204	0.9770188317906161		0	0	False	False	0.9996705055236816	0					non-mobilizable	no_good_hit	256.0	89.06200000000001	13.0	0.00012514741629478254	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
AST0062_000000008235	2017	0.5606391182319214	2	2	2	2	2	False	111711	maximal	True	AST0062_000000008235	1.0		7	4	False	False	0.9955379366874695	0					non-mobilizable	no_good_hit	884.0	95.70100000000001	47.0	0.0002490406435458424	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0169_000000016505	1910	0.5606390299868534	1	1	0	1	1	False	30092	fragment	False	ISR0169_000000016505	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1910.0	99.686	100.0	0.06690276657666819	CP037908.1	enterobacteria	Escherichia coli strain LHM10-1 plasmid unnamed4, complete sequence	False	True
USA0025_01_000000012078	1284	0.5606390299868534	2	1	0	1	1	False	1646	fragment	False	USA0025_01_000000012078	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	99.92200000000001	100.0	0.04152372321833128	LM996818.1	enterobacteria	Escherichia coli genome assembly FHI71, scaffold scaffold-13_contig-14.0_1_30898_[organism:Escherichia	False	False
ISR0148_000000019738	1477	0.5606339165769647	3	3	2	2	2	False	30907	maximal	True	ISR0148_000000019738	1.0		265	13	False	False	0.9891672134399414	0					non-mobilizable	chromosome	1477.0	98.714	100.0	0.0005761922514634151	LT671674.1	firmicutes	Streptococcus suis strain LS9N genome assembly, chromosome: I	False	False
MON0041_000000003239	9436	0.5606332209944856	9	9	4	5	7	True	11836	maximal	True	MON0041_000000003239	1.0		51	9	False	False	0.9992581605911255	0					non-mobilizable	no_good_hit	5813.0	97.867	71.0	0.0012852876361831027	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	True
SPA0109_000000015214	2094	0.5606310398781695	4	3	3	3	2	False	4659	maximal	True	SPA0109_000000015214	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	81.442	40.0	0.013699075353039636	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ISR0290_000000001833	4964	0.5606287674303503	5	2	2	2	2	False	107900	maximal	True	ISR0290_000000001833	0.9941625657833855		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	1848.0	73.70100000000001	36.0	0.010986487466460393	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0111_000000004421	4948	0.5606287674303503	5	2	2	2	2	False	107900	maximal	False	ISR0290_000000001833	0.9921906308621301		0	0	False	False	0.9905012249946594	0					non-mobilizable	no_good_hit	1848.0	73.70100000000001	37.0	0.010986487466460393	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0815_000000006013	4875	0.5606287674303503	4	2	2	2	2	False	107900	maximal	False	ISR0290_000000001833	0.9876892275663516		0	0	False	False	0.9997949004173279	0					non-mobilizable	no_good_hit	1848.0	73.70100000000001	37.0	0.010986487466460393	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0095_000000005486	4780	0.5606287674303503	4	2	2	2	2	False	107900	maximal	False	ISR0290_000000001833	0.9770688663954338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1848.0	73.70100000000001	38.0	0.010986487466460393	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0069_000000006806	3456	0.5606275664335396	3	1	1	1	1	True	86145	fragment	False	FIJ0069_000000006806	0.9831223628691983		0	0	False	False	0.9985532164573669	0					non-mobilizable	no_good_hit								True	True
FIJ0081_000000010141	3318	0.5606275664335396	3	1	1	1	1	True	86145	fragment	False	FIJ0069_000000006806	0.9649884259259259		0	0	False	False	0.9984930753707886	0					non-mobilizable	no_good_hit								True	True
FIJ0095_000000008705	3072	0.5606275664335396	2	1	1	1	1	True	86144	fragment	False	FIJ0095_000000008705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0056_000000008252	2335	0.5606275664335396	2	1	1	1	1	True	86143	fragment	False	CHI0056_000000008252	1.0		0	0	False	False	0.9978586435317993	0					non-mobilizable	no_good_hit								True	True
ISR0773_000000006311	2274	0.5606274452627196	3	1	1	1	1	False	38913	fragment	False	ISR0773_000000006311	0.9765111487681213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0011616304525890956	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0151_000000005025	3449	0.5606189210678431	4	4	4	4	4	False	105086	fragment	False	ISR0296_000000007258	0.9795178334006444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1730.0	82.081	52.0	0.00038301061925317156	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0093_000000003184	6944	0.5606147951064692	7	1	1	1	0	True	50521	maximal	True	FIJ0093_000000003184	0.9997973070797741		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	1958.0	82.022	28.0	0.00039590652951381665	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0059_000000002676	6907	0.5606147951064692	7	1	1	1	0	True	50521	maximal	False	FIJ0093_000000003184	0.9987901682925024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1958.0	82.022	28.0	0.00039590652951381665	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0102_000000004272	6907	0.5606147951064692	7	1	1	1	0	True	50521	maximal	False	FIJ0093_000000003184	0.9988189701358202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1958.0	82.022	28.0	0.00039590652951381665	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0092_000000004114	6585	0.5606147951064692	7	1	1	1	0	True	50521	maximal	False	FIJ0093_000000003184	0.969941561991312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1883.0	81.99700000000001	29.0	0.000380882384291241	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0082_000000003847	6537	0.5606147951064692	7	1	1	1	0	True	50521	maximal	False	FIJ0093_000000003184	0.9643292316988925		0	0	False	False	0.9987761974334717	0					non-mobilizable	no_good_hit	1794.0	82.219	27.0	0.00036281280422625147	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
CHI0140_000000005168	5880	0.5606147951064692	6	1	1	1	0	True	80285	fragment	False	CHI0140_000000005168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	91.398	2.0	0.005179236499068901	NZ_OAOG01000058.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	True
ISR0243_000000001507	5817	0.5606147951064692	6	1	1	1	0	True	107478	maximal	True	ISR0243_000000001507	1.0		6	2	False	False	0.9994842410087585	0					non-mobilizable	no_good_hit	4475.0	98.54700000000001	77.0	0.5916126471755523	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
FIJ0027_000000003008	5720	0.5606147951064692	7	1	1	1	0	True	120701	maximal	True	FIJ0027_000000003008	0.9761466922140517		21	1	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	93.99600000000001	41.0	0.003878730826975919	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0128_000000004581	5474	0.5606147951064692	7	1	1	1	0	True	120701	maximal	False	FIJ0027_000000003008	0.9749071655556543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1860.0	93.226	39.0	0.004050876745701255	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0069_000000004440	5437	0.5606147951064692	7	1	1	1	0	True	120701	maximal	False	FIJ0027_000000003008	0.9743638176472169		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	92.296	35.0	0.004209948290852515	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0317_000000002831	5408	0.5606147951064692	6	1	1	1	0	True	114403	maximal	True	ISR0317_000000002831	1.0		1	1	True	True	1.0	29					non-mobilizable	no_good_hit	96.0	86.458	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0078_000000004623	5324	0.5606147951064692	7	1	1	1	0	True	120701	maximal	False	FIJ0027_000000003008	0.9593352539590019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1947.0	91.936	36.0	0.004236097038000667	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0144_000000006058	5228	0.5606147951064692	6	1	1	1	0	True	120701	maximal	False	FIJ0027_000000003008	0.9570570361682167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1735.0	94.006	33.0	0.003778493962908002	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0092_000000005552	5189	0.5606147951064692	7	1	1	1	0	True	120701	maximal	False	FIJ0027_000000003008	0.9517755331326511		0	0	False	False	0.9984582662582397	0					non-mobilizable	no_good_hit	1777.0	94.429	34.0	0.003870014577926535	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0059_000000003653	5183	0.5606147951064692	7	1	1	1	0	True	120701	maximal	False	FIJ0027_000000003008	0.6724350762405021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1478.0	93.708	28.0	0.0032184749614850745	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0785_000000005725	5140	0.5606147951064692	6	1	1	1	0	True	114402	maximal	True	ISR0785_000000005725	1.0		1	1	True	True	1.0	34					non-mobilizable	no_good_hit	96.0	86.458	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0020_000000003646	5131	0.5606147951064692	5	1	1	1	0	True	37704	maximal	True	ISR0020_000000003646	1.0		1	1	False	False	0.999610185623169	0					non-mobilizable	no_good_hit								True	True
ISR0340_000000004970	5058	0.5606147951064692	2	1	1	1	0	True	24378	maximal	True	ISR0340_000000004970	1.0		1	1	False	False	0.9988137483596802	0					non-mobilizable	no_good_hit	1473.0	85.132	29.0	0.000444282202974362	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	True	True
SPA0112_000000006940	4951	0.5606147951064692	4	1	1	1	0	True	107477	fragment	False	SPA0112_000000006940	0.9789604325540034		0	0	False	False	1.0	0					non-mobilizable	other	3340.0	95.12	97.0	0.44159280328085726	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0326_000000003242	4943	0.5606147951064692	6	1	1	1	0	True	74290	fragment	False	ISR0326_000000003242	1.0		0	0	False	False	0.999393105506897	0					non-mobilizable	no_good_hit	3786.0	94.77	76.0	0.5003307315782511	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
CHI0033_000000001308	4906	0.5606147951064692	5	1	1	1	0	True	107477	fragment	False	SPA0112_000000006940	0.9730352215387246		0	0	False	False	1.0	0					non-mobilizable	other	4820.0	97.40700000000001	98.0	0.6375181902368038	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0367_000000002013	4885	0.5606147951064692	8	1	1	1	0	True	130310	maximal	True	ISR0367_000000002013	1.0	PS1093|PS387	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1210.0	99.09100000000001	35.0	0.39861523244312563	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MON0082_000000005367	4850	0.5606147951064692	5	1	1	1	0	True	97541	maximal	True	MON0082_000000005367	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	96.154	2.0	2.054029512402737e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0320_000000003801	4838	0.5606147951064692	4	1	1	1	0	True	107477	fragment	False	SPA0112_000000006940	0.9653009604190368		0	0	False	False	1.0	0					non-mobilizable	other	4696.0	96.721	97.0	0.6211139039555497	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
FIJ0037_000000005765	4590	0.5606147951064692	5	1	1	1	0	True	56030	fragment	False	FIJ0037_000000005765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3036.0	80.69800000000001	65.0	0.39714247916391054	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
MON0043_000000005035	4580	0.5606147951064692	5	1	1	1	0	True	76500	fragment	False	MAD0061_000000002827	0.7376616577608762		0	0	False	False	0.9997816681861877	0					non-mobilizable	chromosome	4479.0	98.102	98.0	0.0011945382021479813	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0014_000000005123	4543	0.5606147951064692	5	1	1	1	0	True	50520	fragment	False	FIJ0014_000000005123	1.0		0	0	False	False	0.9973585605621338	0					non-mobilizable	no_good_hit	1958.0	82.022	43.0	0.00039590652951381665	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
AST0047_000000004604	4507	0.5606147951064692	6	1	1	1	0	True	115455	maximal	True	AST0047_000000004604	1.0		2	2	False	False	0.9946749210357666	0					non-mobilizable	no_good_hit	96.0	86.458	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0098_000000007637	4492	0.5606147951064692	5	1	1	1	0	True	80354	maximal	True	SPA0098_000000007637	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	86.458	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0856_000000001054	4427	0.5606147951064692	4	1	1	1	0	True	100324	fragment	False	ISR0856_000000001054	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4427.0	95.256	100.0	0.004856265086679833	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0826_000000002732	4347	0.5606147951064692	3	1	1	1	0	True	107476	fragment	False	ISR0826_000000002732	0.9756197076926455		0	0	False	False	1.0	0					non-mobilizable	other	4225.0	99.574	97.0	0.558804074613044	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0233_000000002244	4328	0.5606147951064692	4	1	1	1	0	True	114401	fragment	False	AUS0020_000000006443	0.940933118823259		0	0	False	False	0.9995378851890564	0					non-mobilizable	no_good_hit	96.0	86.458	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
TAN0023_000000000402	4300	0.5606147951064692	4	1	1	1	0	True	96525	maximal	True	TAN0023_000000000402	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	3479.0	96.867	81.0	0.0006236224302478222	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
ISR0029_000000010826	4254	0.5606147951064692	6	1	1	1	0	True	65581	fragment	False	ISR0029_000000010826	1.0		0	0	False	False	0.9927127361297607	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
MAD0112_000000006300	4245	0.5606147951064692	6	1	1	1	0	True	14469	maximal	True	MAD0112_000000006300	1.0		1	1	False	False	0.9969375729560852	0					non-mobilizable	no_good_hit								True	True
FIJ0083_000000008143	4171	0.5606147951064692	5	1	1	1	0	True	98486	fragment	False	FIJ0083_000000008143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	1.0	2.516022306194637e-06	LN590714.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG27, chromosome: 27	True	True
ISR0846_000000002281	4170	0.5606147951064692	3	1	1	1	0	True	107476	fragment	False	ISR0826_000000002732	0.9330656861765417		0	0	False	False	1.0	0					non-mobilizable	other	2730.0	93.956	99.0	0.36089429818759095	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
MON0105_000000012803	4124	0.5606147951064692	5	1	1	1	0	True	120695	fragment	False	MON0105_000000012803	0.9571568868156151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	95.235	43.0	0.0038395077062536908	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
DEN0075_000000000030	4081	0.5606147951064692	5	1	1	1	0	True	70027	fragment	False	DEN0075_000000000030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2632.0	82.751	64.0	0.3439608413811351	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0058_000000007447	4080	0.5606147951064692	5	1	1	1	0	True	63475	fragment	False	ENG0058_000000007447	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	96.92399999999999	99.0	0.22754332583675088	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
MON0078_000000009652	4073	0.5606147951064692	4	1	1	1	0	True	120695	fragment	False	MON0105_000000012803	0.9516246362754608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1711.0	93.805	42.0	0.003726196468611698	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
TAN0027_000000001846	3990	0.5606147951064692	4	1	1	1	0	True	101085	fragment	False	TAN0027_000000001846	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3991.0	96.46700000000001	100.0	0.0011684302447143905	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0092_000000004442	3952	0.5606147951064692	6	1	1	1	0	True	105950	maximal	False	SPA0110_000000005442	0.9573731885619647	PS642	0	0	True	True	1.0	27		MOBV			mobilizable	no_good_hit	1605.0	94.26799999999999	58.0	0.42328042328042326	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ISR0280_000000002280	3932	0.5606147951064692	3	1	1	1	0	True	107476	fragment	False	ISR0826_000000002732	0.9216787232739688		0	0	False	False	1.0	0					non-mobilizable	other	3849.0	99.24700000000001	98.0	0.5090620452440799	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0064_000000004642	3904	0.5606147951064692	5	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.9394624035706611	PS754	0	0	True	True	1.0	130	rep_cluster_269	MOBV			mobilizable	plasmid	1712.0	93.984	99.0	0.45105820105820105	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
CHI0108_000000001933	3878	0.5606147951064692	6	1	1	1	0	True	105950	maximal	False	SPA0110_000000005442	0.9466908645834842	PS642	0	0	True	True	1.0	11		MOBV			mobilizable	no_good_hit	2310.0	93.55	59.0	0.6060846560846561	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
FIJ0138_000000004573	3874	0.5606147951064692	2	1	1	1	0	True	58613	maximal	True	FIJ0138_000000004573	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	100.0	22.0	0.06100495399858457	NZ_AUME01000056.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00050.50_C, whole genome shotgun sequence	True	True
ENG0157_000000006344	3853	0.5606147951064692	4	1	1	1	0	True	81808	fragment	False	ENG0157_000000006344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	89.164	53.0	0.00037741164882004475	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
AST0104_000000008394	3846	0.5606147951064692	4	1	1	1	0	True	108008	maximal	True	AST0104_000000008394	1.0		1	1	False	False	0.9994799494743347	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0001705573925625973	AC192873.3	primates	Pan troglodytes BAC clone CH251-284C16 from chromosome 6, complete sequence	True	True
MON0075_000000005532	3821	0.5606147951064692	4	1	1	1	0	True	76498	fragment	False	MON0075_000000005532	1.0		0	0	False	False	0.9992148876190186	0					non-mobilizable	chromosome	3747.0	98.79899999999999	98.0	0.000999005262850422	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0126_000000012803	3816	0.5606147951064692	4	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.93781958710474	PS754	0	0	True	True	0.9992138147354126	13	rep_cluster_269	MOBV			mobilizable	plasmid	2578.0	94.02600000000001	100.0	0.6775132275132275	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MON0104_000000011275	3812	0.5606147951064692	5	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.9466234999251314	PS754	0	0	True	True	0.9997376799583435	26	rep_cluster_269	MOBV			mobilizable	plasmid	2912.0	95.295	100.0	0.7674603174603175	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MON0056_000000004000	3809	0.5606147951064692	5	1	1	1	0	True	96532	fragment	False	FIJ0094_000000002896	0.019473900110289873		0	0	False	False	0.9981622695922852	0					non-mobilizable	chromosome	3809.0	97.53200000000001	100.0	0.0006829894203001746	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0027_000000005416	3805	0.5606147951064692	4	1	1	1	0	True	130332	fragment	False	ENG0027_000000005416	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1438.0	97.775	70.0	0.3538271604938272	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0128_000000006698	3805	0.5606147951064692	5	1	1	1	0	True	65715	maximal	False	ENG0110_000000007921	0.23809226350325757		0	0	True	True	1.0	42					non-mobilizable	no_good_hit								True	True
ITA0003_000000001363	3804	0.5606147951064692	5	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.9412660065571523	PS754	0	0	True	True	0.9994742274284363	5	rep_cluster_269	MOBV			mobilizable	plasmid	2649.0	95.84700000000001	99.0	0.6984126984126984	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0125_000000009486	3796	0.5606147951064692	4	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.9355730134511928	PS754	0	0	True	True	1.0	53	rep_cluster_269	MOBV			mobilizable	plasmid	2578.0	92.514	100.0	0.6775132275132275	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0184_000000003543	3789	0.5606147951064692	6	1	1	1	0	True	74291	fragment	False	ISR0184_000000003543	0.9538136711533387		0	0	False	False	1.0	0					non-mobilizable	other	3689.0	95.63600000000001	97.0	0.4877629316047096	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
USA0010_01_000000007179	3789	0.5606147951064692	6	1	1	1	0	True	74291	fragment	False	ISR0184_000000003543	0.953028309166414		0	0	False	False	1.0	0					non-mobilizable	other	3378.0	95.26299999999999	99.0	0.44675221590157427	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
FIJ0032_000000009156	3761	0.5606147951064692	6	1	1	1	0	True	51906	maximal	True	FIJ0032_000000009156	0.9943726926749576		3	1	True	True	0.9986705780029297	2					non-mobilizable	no_good_hit								True	True
FIJ0013_000000006993	3751	0.5606147951064692	5	1	1	1	0	True	51906	maximal	False	FIJ0032_000000009156	0.99198512252042		0	0	True	True	0.9997333884239197	7					non-mobilizable	no_good_hit								True	True
ENG0145_000000008717	3748	0.5606147951064692	3	1	1	1	0	True	57514	maximal	True	ENG0145_000000008717	1.0		1	1	False	False	0.9994663596153259	0					non-mobilizable	no_good_hit								True	True
SPA0023_000000006502	3742	0.5606147951064692	4	1	1	1	0	True	56026	fragment	False	SPA0023_000000006502	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2699.0	81.40100000000001	98.0	0.35295674030956475	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
MON0038_000000007116	3731	0.5606147951064692	4	1	1	1	0	True	76499	fragment	False	MON0038_000000007116	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3731.0	98.499	100.0	0.000994737149577897	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0058_000000008117	3719	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9965317361105167		0	0	False	False	1.0	0					non-mobilizable	other	3719.0	99.973	100.0	0.018385188994600156	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0074_000000006716	3713	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9965865711771601		0	0	False	False	1.0	0					non-mobilizable	other	3713.0	100.0	100.0	0.01835551951262931	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0011_000000005543	3712	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9963541016209474		0	0	False	False	0.9994612336158752	0					non-mobilizable	other	3712.0	99.946	100.0	0.018350574598967502	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0043_000000002081	3711	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9964611188751943		0	0	False	False	1.0	0					non-mobilizable	other	3711.0	99.973	100.0	0.018345629685305693	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0030_000000001554	3710	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9962132593840897		0	0	False	False	1.0	0					non-mobilizable	other	3708.0	99.973	99.0	0.018330794944320272	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0065_000000006043	3710	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9965390295203953		0	0	False	False	1.0	0					non-mobilizable	other	3710.0	100.0	100.0	0.018340684771643887	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0054_000000004509	3709	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9964823655314158		0	0	False	False	1.0	0					non-mobilizable	other	3709.0	100.0	100.0	0.018335739857982078	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0146_000000006463	3708	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9963498623719262		0	0	False	False	1.0	0					non-mobilizable	other	3706.0	100.0	99.0	0.018320905116996657	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0013_000000007214	3708	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9964571712208281		0	0	False	False	1.0	0					non-mobilizable	other	3708.0	100.0	100.0	0.018330794944320272	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0073_000000003572	3708	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9964398395026336		0	0	False	False	0.9997302889823914	0					non-mobilizable	other	3708.0	100.0	100.0	0.018330794944320272	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0077_000000007795	3708	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9964571712208281		0	0	False	False	1.0	0					non-mobilizable	other	3708.0	100.0	100.0	0.018330794944320272	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0038_000000002983	3705	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9957565622939318		0	0	False	False	1.0	0					non-mobilizable	other	3705.0	100.0	100.0	0.0008879372383713543	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
SPA0099_000000001754	3704	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9962205038254064		0	0	False	False	1.0	0					non-mobilizable	other	3704.0	100.0	100.0	0.018311015289673042	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0051_000000006789	3703	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9961712478297895		0	0	False	False	1.0	0					non-mobilizable	other	3703.0	100.0	100.0	0.018306070376011233	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0074_000000004198	3702	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.995929088213654		0	0	False	False	1.0	0					non-mobilizable	other	3702.0	99.973	100.0	0.018301125462349428	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0142_000000007803	3702	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9960744224126967		0	0	False	False	1.0	0					non-mobilizable	other	3702.0	100.0	100.0	0.018301125462349428	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0033_000000001789	3702	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9957569251355283		0	0	False	False	1.0	0					non-mobilizable	other	3702.0	99.973	100.0	0.018301125462349428	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0100_000000008431	3701	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9956925532455919		0	0	False	False	1.0	0					non-mobilizable	other	3701.0	100.0	100.0	0.01829618054868762	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0063_000000004752	3698	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9955298717029658		0	0	False	False	1.0	0					non-mobilizable	other	3698.0	100.0	100.0	0.018281345807702198	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0061_000000004964	3698	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9956844773696453		0	0	False	False	1.0	0					non-mobilizable	other	3698.0	100.0	100.0	0.018281345807702198	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0013_000000002270	3695	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.994862730318084		0	0	False	False	0.999729335308075	0					non-mobilizable	other	3695.0	99.973	100.0	0.018266511066716774	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0042_000000003321	3695	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9951441274952534		0	0	False	False	1.0	0					non-mobilizable	other	3695.0	99.973	100.0	0.018266511066716774	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0060_000000004420	3690	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9945488207617482		0	0	False	False	1.0	0					non-mobilizable	other	3690.0	100.0	100.0	0.018241786498407738	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0047_000000004156	3686	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9936725536995867		0	0	False	False	1.0	0					non-mobilizable	other	3686.0	100.0	100.0	0.0008833824847188015	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
MON0055_000000004742	3679	0.5606147951064692	4	1	1	1	0	True	98496	maximal	True	MON0055_000000004742	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	88.307	36.0	0.08172595190380762	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
SPA0091_000000003902	3678	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9927911660155017		0	0	False	False	1.0	0					non-mobilizable	other	3678.0	100.0	100.0	0.01818244753446605	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0062_000000008901	3676	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9893953565042916		0	0	False	False	1.0	0					non-mobilizable	other	3676.0	99.973	100.0	0.018172557707142434	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0138_000000004219	3669	0.5606147951064692	5	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.8618186458721074	PS754	0	0	True	True	1.0	7	rep_cluster_269	MOBV			mobilizable	other	1876.0	96.48200000000001	100.0	0.5154610712313639	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0027_000000007128	3663	0.5606147951064692	5	1	1	1	0	True	37248	fragment	False	ISR0027_000000007128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	100.0	10.0	0.4293915040183697	GQ883584.1		Uncultured organism clone VC1DD15TR genomic sequence	True	True
DEN0029_000000003406	3661	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9876664563975048		0	0	False	False	1.0	0					non-mobilizable	other	3657.0	99.945	99.0	0.01807860434756809	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MAD0013_000000006060	3660	0.5606147951064692	4	1	1	1	0	True	98482	fragment	False	MAD0013_000000006060	1.0		0	0	False	False	0.9997267723083496	0					non-mobilizable	no_good_hit								True	True
ISR0166_000000004809	3652	0.5606147951064692	5	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.8856237196771687	PS754	0	0	True	True	0.9986308813095093	40	rep_cluster_269	MOBV			mobilizable	other	2156.0	93.04299999999999	100.0	0.5919381557150746	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0056_000000006284	3646	0.5606147951064692	5	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.8896221575739736	PS754	0	0	True	True	0.9997256994247437	7	rep_cluster_269	MOBV			mobilizable	other	1946.0	96.865	100.0	0.5364439536167863	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ENG0030_000000005812	3645	0.5606147951064692	4	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.8608511420474477	PS754	0	0	True	True	1.0	30	rep_cluster_269	MOBV			mobilizable	plasmid	1495.0	97.726	98.0	0.3952380952380952	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0051_000000006908	3638	0.5606147951064692	3	1	1	1	0	True	100322	fragment	False	SPA0150_000000004829	0.9164760148255574		0	0	False	False	1.0	0					non-mobilizable	other	3638.0	96.729	100.0	0.003989466754443713	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0816_000000011602	3633	0.5606147951064692	4	1	1	1	0	True	107475	fragment	False	ISR0816_000000011602	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2057.0	95.28399999999999	98.0	0.27199364995369757	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
FIJ0032_000000009513	3628	0.5606147951064692	5	1	1	1	0	True	56031	fragment	False	FIJ0032_000000009513	1.0		0	0	False	False	0.9939360618591309	0					non-mobilizable	no_good_hit	2627.0	82.756	71.0	0.3440931340124355	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
SPA0031_000000007822	3627	0.5606147951064692	3	1	1	1	0	True	106547	fragment	False	SPA0031_000000007822	1.0		0	0	False	False	0.9961400628089905	0					non-mobilizable	chromosome	3627.0	99.945	100.0	0.0006503465435946515	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MAD0003_000000007722	3625	0.5606147951064692	5	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.8637475634730118	PS754	0	0	True	True	1.0	17	rep_cluster_269	MOBV			mobilizable	other	2302.0	95.52600000000001	100.0	0.6325234676974048	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
SPA0097_000000008831	3625	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9813573474808586		0	0	False	False	1.0	0					non-mobilizable	other	3625.0	100.0	100.0	0.017920367110390252	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MAD0043_000000006448	3621	0.5606147951064692	3	1	1	1	0	True	101083	fragment	False	MAD0043_000000006448	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3621.0	96.714	100.0	0.0010600795703925047	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0071_000000006698	3616	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9830699425597942		0	0	False	False	0.9997234344482422	0					non-mobilizable	other	3599.0	99.97200000000001	100.0	0.0007598920606908344	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0157_000000002685	3601	0.5606147951064692	5	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.9003736566756706	PS754	0	0	True	True	1.0	32	rep_cluster_269	MOBV			mobilizable	other	1905.0	96.535	100.0	0.5234676974047487	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0002_000000002596	3594	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9728140006817961		0	0	False	False	1.0	0					non-mobilizable	other	3594.0	98.99799999999999	100.0	0.017762129873212414	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0052_000000007645	3594	0.5606147951064692	3	1	1	1	0	True	97543	maximal	True	FIJ0052_000000007645	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	96.552	3.0	0.0009973461918720622	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0040_000000004960	3581	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9709730257475508		0	0	False	False	1.0	0					non-mobilizable	other	3581.0	99.97200000000001	100.0	0.017702790909270724	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0048_000000004967	3579	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9708774019778414		0	0	False	False	1.0	0					non-mobilizable	other	3579.0	100.0	100.0	0.01769290108194711	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0282_000000005775	3559	0.5606147951064692	5	1	1	1	0	True	101239	fragment	False	SPA0003_000000003521	0.3554945574337711		0	0	False	False	0.9997190237045288	0					non-mobilizable	other	3560.0	97.191	100.0	0.0392694467784018	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ITA0002_000000002154	3558	0.5606147951064692	5	1	1	1	0	True	120362	fragment	False	ITA0002_000000002154	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0089_000000010989	3553	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9617688787270938		0	0	False	False	1.0	0					non-mobilizable	other	3547.0	100.0	99.0	0.01753466384476927	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0331_000000006106	3552	0.5606147951064692	5	1	1	1	0	True	46187	fragment	False	ISR0331_000000006106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	86.726	3.0	0.001828870019595036	MK285071.1	firmicutes	Clostridium perfringens strain NY83906550 plasmid pCPNY83906550-1 sequence	True	True
CHI0003_000000002953	3542	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9574483929796554		0	0	False	False	0.9983060359954834	0					non-mobilizable	other	3471.0	99.971	98.0	0.017158850406471905	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0177_000000004431	3538	0.5606147951064692	5	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.8597666464987052	PS754	0	0	True	True	1.0	6	rep_cluster_269	MOBV			mobilizable	other	2077.0	94.993	100.0	0.5712313638873551	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0047_000000004340	3537	0.5606147951064692	3	1	1	1	0	True	87001	maximal	True	CHI0047_000000004340	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	2796.0	80.258	79.0	0.008277756799267372	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	True	True
FIJ0090_000000011643	3528	0.5606147951064692	5	1	1	1	0	True	105966	fragment	False	MON0037_000000010234	0.287326191427883		0	0	False	False	0.999716579914093	0					non-mobilizable	no_good_hit	111.0	94.595	3.0	0.0015357122912827387	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
MON0088_000000008464	3527	0.5606147951064692	4	1	1	1	0	True	120694	fragment	False	MON0088_000000008464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	93.874	51.0	0.003946281757108646	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0134_000000009350	3510	0.5606147951064692	2	1	1	1	0	True	78264	maximal	True	ISR0134_000000009350	1.0		40	10	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	87.949	36.0	0.00023576533816413748	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	True
SPA0049_000000006112	3509	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9306806136824319		0	0	False	False	1.0	0					non-mobilizable	other	3470.0	100.0	99.0	0.017153905492810095	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
AST0151_000000004675	3494	0.5606147951064692	6	1	1	1	0	True	130309	maximal	True	AST0151_000000004675	1.0	PS1093|PS387	1	1	True	True	1.0	151					non-mobilizable	no_good_hit	1439.0	93.74600000000001	51.0	0.47181008902077154	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0130_000000008058	3483	0.5606147951064692	3	1	1	1	0	True	101084	fragment	False	ISR0130_000000008058	1.0		0	0	False	False	0.9994257688522339	0					non-mobilizable	other	3484.0	96.32600000000001	100.0	0.001019960536927374	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0070_000000008472	3473	0.5606147951064692	3	1	1	1	0	True	25941	maximal	True	MON0070_000000008472	1.0		11	5	False	False	1.0	0					non-mobilizable	other	3501.0	82.691	100.0	0.010323409341615054	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
CHI0023_000000003677	3443	0.5606147951064692	5	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.96133893177745		0	0	False	False	1.0	0					non-mobilizable	other	3443.0	99.971	100.0	0.017020392823941292	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0050_000000002765	3443	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9603465836828524		0	0	False	False	1.0	0					non-mobilizable	other	3443.0	99.884	100.0	0.017020392823941292	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0030_000000008926	3434	0.5606147951064692	7	1	1	1	0	True	105966	fragment	False	MON0037_000000010234	0.28168524039693627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	95.098	3.0	2.6942465032815123e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0082_000000008316	3428	0.5606147951064692	6	1	1	1	0	True	51906	maximal	False	FIJ0032_000000009156	0.9322442627043426		0	0	True	True	0.9994165897369385	3					non-mobilizable	no_good_hit								True	True
ENG0075_000000007113	3411	0.5606147951064692	5	1	1	1	0	True	98971	backbone	False	ISR0140_000000007490	0.9839627445003031	PS552	0	0	True	True	0.9997068047523499	15					non-mobilizable	no_good_hit	1338.0	97.53399999999999	44.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0398_000000006692	3411	0.5606147951064692	5	1	1	1	0	True	98971	backbone	False	ISR0140_000000007490	0.9842003590085425	PS552	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1338.0	97.60799999999999	44.0	0.3296296296296296	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0098_000000008244	3405	0.5606147951064692	3	1	1	1	0	True	98485	fragment	False	MON0098_000000008244	0.9718331303288672		0	0	False	False	0.9723935127258301	0					non-mobilizable	no_good_hit	232.0	76.72399999999999	7.0	7.745171727294524e-05	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
MON0028_000000007228	3384	0.5606147951064692	5	1	1	1	0	True	105857	fragment	False	FIJ0050_000000007844	0.7287772152565977		0	0	False	False	1.0	0					non-mobilizable	other	2399.0	93.539	100.0	0.05458285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CHI0070_000000003087	3344	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.9261179295418298		0	0	False	False	1.0	0					non-mobilizable	other	3344.0	99.97	100.0	0.016530846371422356	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0245_000000001373	3342	0.5606147951064692	5	1	1	1	0	True	74289	fragment	False	ISR0245_000000001373	0.9783588818755635		0	0	False	False	0.9778575897216797	0					non-mobilizable	other	3366.0	95.24700000000001	100.0	0.4449001190633682	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
MON0101_000000018084	3337	0.5606147951064692	4	1	1	1	0	True	76494	fragment	False	MON0101_000000018084	1.0		0	0	False	False	0.962241530418396	0					non-mobilizable	chromosome	3339.0	99.042	100.0	0.0008901683744010304	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0093_000000012416	3333	0.5606147951064692	4	1	1	1	0	True	101239	fragment	False	SPA0003_000000003521	0.23862039898847992		0	0	False	False	0.9996999502182007	0					non-mobilizable	other	3334.0	97.45100000000001	100.0	0.036781939592269934	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0293_000000011015	3332	0.5606147951064692	4	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.3786773594710098	PS754	0	0	True	True	1.0	41	rep_cluster_269	MOBV			mobilizable	plasmid	1543.0	94.815	99.0	0.4068783068783069	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0015_000000007320	3327	0.5606147951064692	4	1	1	1	0	True	74289	fragment	False	ISR0245_000000001373	0.9765110712148414		0	0	False	False	1.0	0					non-mobilizable	other	3257.0	95.057	97.0	0.43074480751422145	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
CHI0026_000000002959	3321	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.5210943547987948		0	0	False	False	1.0	0					non-mobilizable	other	3315.0	99.97	99.0	0.01638744387522994	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0030_000000006020	3318	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8762638170633437	PS1094	0	0	True	True	0.9996986389160156	18					non-mobilizable	no_good_hit	1536.0	98.50299999999999	80.0	0.3782716049382716	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0005_000000005110	3312	0.5606147951064692	3	1	1	1	0	True	90790	maximal	True	CHI0005_000000005110	1.0		38	10	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	85.402	55.0	0.003781987398935039	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	True
SPA0119_000000009950	3311	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.47344943142875273		0	0	False	False	0.9870129823684692	0					non-mobilizable	other	3161.0	100.0	95.0	0.015625927171311588	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
AST0106_000000006065	3296	0.5606147951064692	2	1	1	1	0	True	107474	fragment	False	ISR0189_000000003826	0.9658494592269187		0	0	False	False	0.9981796145439148	0					non-mobilizable	other	3219.0	97.825	98.0	0.4257176875248049	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0076_000000007617	3294	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.883602145320241	PS1094	0	0	True	True	0.997874915599823	6					non-mobilizable	no_good_hit	1653.0	98.669	79.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0256_000000005449	3294	0.5606147951064692	4	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.3789596679135563	PS754	0	0	True	True	0.9996964335441589	26	rep_cluster_269	MOBV			mobilizable	plasmid	1543.0	94.88	100.0	0.4068783068783069	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0189_000000003826	3290	0.5606147951064692	3	1	1	1	0	True	107474	fragment	False	ISR0189_000000003826	0.9736426951492692		0	0	False	False	0.9993920922279358	0					non-mobilizable	other	1549.0	99.484	99.0	0.20452440799047494	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
SPA0056_000000010289	3284	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8800830828492586	PS1094	0	0	True	True	0.9996954798698425	12					non-mobilizable	no_good_hit	1423.0	97.89200000000001	81.0	0.3508641975308642	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0117_000000006740	3284	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.29406165666678397	PS1094	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1480.0	88.041	74.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0030_000000009601	3284	0.5606147951064692	3	1	1	1	0	True	98485	fragment	False	MON0098_000000008244	0.9552129221732746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0041_000000003859	3283	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8844717118065978	PS1094	0	0	True	True	0.9990862011909485	40					non-mobilizable	no_good_hit	1651.0	98.667	79.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0057_000000009326	3283	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8800812810344708	PS1094	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1423.0	97.89200000000001	81.0	0.3508641975308642	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0371_000000004961	3280	0.5606147951064692	3	1	1	1	0	True	97542	maximal	True	ISR0371_000000004961	1.0		4	2	False	False	0.9981707334518433	0					non-mobilizable	no_good_hit	77.0	96.104	2.0	0.001193792280143255	NZ_VJZV01000032.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold32_1, whole genome shotgun sequence	True	True
ISR0200_000000006809	3277	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7786872496167656	PS1094	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	1653.0	98.185	79.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0343_000000004821	3277	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8858317014047955	PS1094	0	0	True	True	0.9993897080421448	22					non-mobilizable	no_good_hit	1601.0	98.626	82.0	0.3950617283950617	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0198_000000010128	3277	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8801500170406191	PS1094	0	0	True	True	1.0	108					non-mobilizable	no_good_hit	1198.0	98.581	82.0	0.29555555555555557	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0172_000000004856	3273	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8856042771063032	PS1094	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	944.0	99.36399999999999	82.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0027_000000007986	3273	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8857623101997726	PS1094	0	0	True	True	1.0	86					non-mobilizable	no_good_hit	944.0	99.36399999999999	82.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0103_000000008254	3272	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8831753667607745	PS1094	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1653.0	98.73	79.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0062_000000007692	3265	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8852705991149749	PS1094	0	0	True	True	0.9996936917304993	20					non-mobilizable	no_good_hit	1653.0	98.79	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0105_000000009212	3260	0.5606147951064692	5	1	1	1	0	True	115718	backbone	False	ISR0072_000000007005	0.10151157684998699	PS754	0	0	True	True	0.9978527426719666	1	rep_cluster_269	MOBV			mobilizable	plasmid	1445.0	96.33200000000001	98.0	0.3814814814814815	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
FIJ0148_000000005147	3259	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8854821271027986	PS1094	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1643.0	99.087	82.0	0.4054320987654321	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0083_000000007443	3259	0.5606147951064692	5	1	1	1	0	True	96933	fragment	False	ISR0083_000000007443	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	2409.0	93.441	73.0	0.6288359788359789	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
ENG0080_000000007620	3258	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8845149144308229	PS1094	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1653.0	98.24600000000001	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0090_000000006696	3257	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8865898888616041	PS1094	0	0	True	True	0.9993859529495239	47					non-mobilizable	no_good_hit	1653.0	98.73	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0177_000000004868	3257	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.88683289065045	PS1094	0	0	True	True	0.998464822769165	26					non-mobilizable	no_good_hit	1653.0	98.669	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0019_000000005073	3256	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8857823067460296	PS1094	0	0	True	True	0.9957002401351929	13					non-mobilizable	no_good_hit	1653.0	98.54799999999999	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0004_000000008081	3256	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8849031865081638	PS1094	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	1529.0	98.49600000000001	82.0	0.37679012345679014	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0051_000000012382	3256	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8823125672665189	PS1094	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1653.0	97.883	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AUS0002_000000010571	3256	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8827621662765679	PS1094	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1659.0	97.589	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0009_000000009815	3255	0.5606147951064692	4	1	1	1	0	True	130314	backbone	True	ISR0009_000000009815	0.8999590802040014	PS1094	3	1	True	True	1.0	14					non-mobilizable	no_good_hit	1426.0	98.45700000000001	82.0	0.35185185185185186	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0150_000000005806	3254	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.4926880018739959		0	0	False	False	0.9950829744338989	0					non-mobilizable	other	3248.0	99.90799999999999	99.0	0.016056134659888838	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
AST0118_000000009011	3254	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8884720349896333	PS1094	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	1653.0	98.609	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0034_000000004429	3254	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.887671520849473	PS1094	0	0	True	True	0.9960049390792847	15					non-mobilizable	no_good_hit	1653.0	98.488	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0005_000000007384	3254	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8888041922681508	PS1094	0	0	True	True	1.0	215					non-mobilizable	no_good_hit	1653.0	98.669	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
USA0069_01_000000019009	3254	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7836339370819866	PS1094	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	1384.0	98.699	82.0	0.34098765432098765	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0284_000000003054	3254	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8872861241459259	PS1094	0	0	True	True	0.9996926784515381	18					non-mobilizable	no_good_hit	1653.0	98.367	81.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0098_000000005323	3253	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8853648205545602	PS1094	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1653.0	98.54799999999999	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0051_000000008376	3252	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8875207634716481	PS1094	0	0	True	True	1.0	43					non-mobilizable	no_good_hit	1653.0	98.911	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0176_000000010218	3252	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8582699758008019	PS1094	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1653.0	94.01100000000001	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0031_000000006280	3252	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8869513669685096	PS1094	0	0	True	True	0.9996924996376038	46					non-mobilizable	no_good_hit	1653.0	99.516	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0132_000000005878	3252	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8873389719816624	PS1094	0	0	True	True	1.0	265					non-mobilizable	no_good_hit	1653.0	98.911	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0165_000000005907	3252	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8886924585724233	PS1094	0	0	True	True	0.9969249963760376	14					non-mobilizable	no_good_hit	1653.0	98.79	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0378_000000007457	3252	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8860295503285275	PS1094	0	0	True	True	0.9996924996376038	11					non-mobilizable	no_good_hit	1653.0	98.609	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0257_000000004947	3252	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8890279935861527	PS1094	0	0	True	True	0.9975399971008301	15					non-mobilizable	no_good_hit	1643.0	98.844	82.0	0.4054320987654321	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0180_000000005065	3252	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8869407916952565	PS1094	0	0	True	True	0.9941574335098267	14					non-mobilizable	no_good_hit	1653.0	99.57700000000001	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0219_000000010071	3252	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8891002334922566	PS1094	0	0	True	True	1.0	64					non-mobilizable	no_good_hit	1653.0	97.943	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0161_000000006682	3252	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8867594991041372	PS1094	0	0	True	True	0.9923124313354492	9					non-mobilizable	no_good_hit	1653.0	98.851	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0075_000000007306	3251	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8888376381521212	PS1094	0	0	True	True	0.9987695813179016	8					non-mobilizable	no_good_hit	1653.0	98.73	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0069_000000007503	3251	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8888376381521212	PS1094	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1653.0	98.73	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0096_000000007368	3251	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8866716063521776	PS1094	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1643.0	99.33	82.0	0.4054320987654321	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0366_000000004992	3251	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8865209680239896	PS1094	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1653.0	99.15299999999999	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0169_000000008935	3251	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8885667078016122	PS1094	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1653.0	98.669	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0256_000000005509	3251	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8875176030088705	PS1094	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1653.0	98.609	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0151_000000005371	3251	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8878129128476164	PS1094	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1653.0	98.54799999999999	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0034_000000011084	3251	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8882573331013588	PS1094	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	1653.0	98.79	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0067_000000008827	3251	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8830895857194043	PS1094	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1627.0	97.726	82.0	0.4	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0333_000000006225	3250	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.884786787258197	PS1094	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1653.0	98.851	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0126_000000012301	3250	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8843218163070833	PS1094	0	0	True	True	1.0	87					non-mobilizable	no_good_hit	1643.0	98.41799999999999	82.0	0.4054320987654321	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0346_000000006230	3249	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8883349233726144	PS1094	0	0	True	True	0.9919975399971008	9					non-mobilizable	no_good_hit	1627.0	98.89399999999999	82.0	0.4014814814814815	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0047_000000008874	3248	0.5606147951064692	2	1	1	1	0	True	107474	fragment	False	ISR0189_000000003826	0.9728738048181005		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	97.12700000000001	98.0	0.22092869427172906	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
MON0104_000000013590	3247	0.5606147951064692	5	1	1	1	0	True	105966	fragment	False	MON0037_000000010234	0.18425039502823087		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	90.0	2.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0223_000000008554	3246	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8883468871227176	PS1094	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1621.0	98.82799999999999	82.0	0.4	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0161_000000009161	3243	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.21665583586583426	PS1094	0	0	True	True	1.0	22					non-mobilizable	no_good_hit	1437.0	88.17	74.0	0.3540740740740741	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0203_000000004920	3243	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8707934780462394	PS1094	0	0	True	True	1.0	80					non-mobilizable	no_good_hit	1651.0	97.82	80.0	0.4069135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0039_000000005229	3242	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.4789320308265165		0	0	False	False	1.0	0					non-mobilizable	other	3229.0	100.0	99.0	0.015962181300314498	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0113_000000010084	3241	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.881973353081861	PS1094	0	0	True	True	0.9922863245010376	7					non-mobilizable	no_good_hit	1653.0	97.883	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0148_000000009016	3238	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.774684232744113	PS1094	0	0	True	True	1.0	157					non-mobilizable	no_good_hit	1653.0	98.54799999999999	83.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0027_000000005139	3238	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.4924890498339148		0	0	False	False	0.9990735054016113	0					non-mobilizable	other	3238.0	100.0	100.0	0.016006685523270763	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0005_000000005254	3238	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.4924751548180369		0	0	False	False	1.0	0					non-mobilizable	other	3238.0	99.969	100.0	0.016006685523270763	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0088_000000005068	3237	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8888033451028438	PS1094	0	0	True	True	0.9993821382522583	13					non-mobilizable	no_good_hit	1627.0	98.83200000000001	82.0	0.4014814814814815	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0107_000000007208	3237	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8847252571829155	PS1094	0	0	True	True	0.9950571656227112	16					non-mobilizable	no_good_hit	1649.0	98.363	80.0	0.4054320987654321	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0151_000000005383	3236	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.4791714800285245		0	0	False	False	1.0	0					non-mobilizable	other	3236.0	99.969	100.0	0.01599679569594715	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0020_000000009052	3235	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7810343635883131	PS1094	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1653.0	98.306	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0096_000000010329	3235	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8861285207696455	PS1094	0	0	True	True	0.9996908903121948	14					non-mobilizable	no_good_hit	1421.0	98.522	82.0	0.3506172839506173	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0228_000000007805	3235	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8853293322571198	PS1094	0	0	True	True	0.9996908903121948	19					non-mobilizable	no_good_hit	1627.0	98.648	82.0	0.4014814814814815	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0134_000000011922	3234	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8887860643817911	PS1094	0	0	True	True	1.0	60					non-mobilizable	no_good_hit	1653.0	98.609	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0365_000000004611	3234	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7833387752559718	PS1094	0	0	True	True	0.9990723729133606	12					non-mobilizable	no_good_hit	1642.0	98.84299999999999	80.0	0.4051851851851852	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0089_000000006430	3234	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8884728315233649	PS1094	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1653.0	98.669	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0014_000000005433	3232	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8866416057894977	PS1094	0	0	True	True	0.999690592288971	41					non-mobilizable	no_good_hit	1653.0	98.851	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0003_000000010726	3232	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8876839149354819	PS1094	0	0	True	True	0.9925742745399475	15					non-mobilizable	no_good_hit	1653.0	98.73	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0159_000000007846	3231	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7797960727256625	PS1094	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1122.0	97.50399999999999	82.0	0.2762962962962963	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0208_000000008188	3231	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7825512441175033	PS1094	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1643.0	98.6	80.0	0.4054320987654321	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0210_000000005936	3230	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.3041368692533218	PS1094	0	0	True	True	1.0	48					non-mobilizable	no_good_hit	1480.0	87.973	75.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0213_000000007515	3230	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.30408604408296297	PS1094	0	0	True	True	1.0	50					non-mobilizable	no_good_hit	1480.0	88.041	75.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0068_000000006229	3229	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.28868790350254614	PS1094	0	0	True	True	0.9962836503982544	18					non-mobilizable	no_good_hit	1437.0	88.65700000000001	77.0	0.3540740740740741	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0167_000000009336	3229	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.2881919260503307	PS1094	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	944.0	97.881	77.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0025_000000003564	3229	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.478572996372879		0	0	False	False	0.9996902942657471	0					non-mobilizable	other	3229.0	100.0	100.0	0.0007738286731810831	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
ISR0339_000000004379	3229	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.2883065188204359	PS1094	0	0	True	True	0.9959740042686462	27					non-mobilizable	no_good_hit	944.0	97.881	77.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MAD0005_000000008244	3227	0.5606147951064692	5	1	1	1	0	True	47183	fragment	False	MAD0005_000000008244	1.0		0	0	False	False	0.9941121935844421	0					non-mobilizable	chromosome	3229.0	98.421	100.0	0.0008608250956524198	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0014_000000001961	3227	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.47635985814509685		0	0	False	False	0.9959715008735657	0					non-mobilizable	other	3205.0	99.906	99.0	0.01584350337243112	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0080_000000014683	3224	0.5606147951064692	4	1	1	1	0	True	105966	fragment	False	MON0037_000000010234	0.13910237362271644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	93.08200000000001	5.0	0.002205841291115206	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
FIJ0102_000000009761	3224	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9759304187547846	PS1093|PS387	0	0	True	True	1.0	194					non-mobilizable	no_good_hit	1707.0	97.774	62.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0232_000000007827	3223	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8762645445061887	PS1094	0	0	True	True	0.9978281259536743	13					non-mobilizable	no_good_hit	1627.0	96.804	82.0	0.4014814814814815	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0207_000000008626	3221	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9655006337086172	PS1093|PS387	0	0	True	True	0.999689519405365	152					non-mobilizable	no_good_hit	1247.0	98.075	65.0	0.4108143752060666	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
DEN0052_000000012516	3219	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8836832244748278	PS1094	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	1653.0	98.97200000000001	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0336_000000003968	3216	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8838973930632962	PS1094	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1456.0	97.734	82.0	0.35876543209876544	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0234_000000003398	3216	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8839596509655415	PS1094	0	0	True	True	1.0	21					non-mobilizable	no_good_hit	1456.0	97.802	82.0	0.35876543209876544	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0091_000000009608	3214	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8878048535550158	PS1094	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	1653.0	98.911	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0040_000000006054	3214	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8766451016643027	PS1094	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1653.0	98.609	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0010_000000008765	3214	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7838156715724217	PS1094	0	0	True	True	1.0	98					non-mobilizable	no_good_hit	1653.0	98.669	81.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0047_000000012283	3214	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8844557463690078	PS1094	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1415.0	98.728	82.0	0.3491358024691358	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0070_000000007465	3213	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.30409302193268645	PS1094	0	0	True	True	1.0	37					non-mobilizable	no_good_hit	1480.0	88.041	75.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0101_000000007471	3213	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7805553765134227	PS1094	0	0	True	True	1.0	34					non-mobilizable	no_good_hit	1362.0	98.385	82.0	0.33555555555555555	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0079_000000010236	3213	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.20950289154936638	PS1094	0	0	True	True	0.9993775486946106	29					non-mobilizable	no_good_hit	944.0	98.729	64.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0289_000000002408	3212	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7826486835150719	PS1094	0	0	True	True	0.9993773102760315	11					non-mobilizable	no_good_hit	1276.0	98.98100000000001	82.0	0.314320987654321	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0049_000000006164	3212	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8766277892850036	PS1094	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	944.0	100.0	82.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0143_000000009855	3212	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7812678359705312	PS1094	0	0	True	True	1.0	42					non-mobilizable	no_good_hit	1311.0	99.542	82.0	0.32296296296296295	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0168_000000008097	3212	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8583658262024892	PS1094	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1456.0	93.338	82.0	0.35876543209876544	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0055_000000010502	3212	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8889783508894572	PS1094	0	0	True	True	1.0	109					non-mobilizable	no_good_hit	1653.0	98.79	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0016_000000010181	3212	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8761255861890634	PS1094	0	0	True	True	0.9996886849403381	45					non-mobilizable	no_good_hit	1249.0	99.84	82.0	0.30814814814814817	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0039_000000010680	3211	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.2944203430152861	PS1094	0	0	True	True	0.9993771314620972	14					non-mobilizable	no_good_hit	1428.0	88.866	76.0	0.35185185185185186	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0386_000000010583	3211	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8883740524909254	PS1094	0	0	True	True	1.0	52					non-mobilizable	no_good_hit	1653.0	98.669	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0291_000000004116	3211	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8875864146062385	PS1094	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1446.0	98.824	82.0	0.3567901234567901	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0816_000000012997	3211	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8787572840957733	PS1094	0	0	True	True	0.9996885657310486	15					non-mobilizable	no_good_hit	1653.0	98.73	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0061_000000012833	3211	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8739015612577555	PS1094	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1166.0	99.14200000000001	82.0	0.2876543209876543	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0046_000000005843	3211	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8844704666492887	PS1094	0	0	True	True	0.9996885657310486	10					non-mobilizable	no_good_hit	1653.0	98.185	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0081_000000007278	3211	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8835739874011433	PS1094	0	0	True	True	0.9990656971931458	2					non-mobilizable	no_good_hit	1363.0	98.75299999999999	82.0	0.3362962962962963	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0140_000000008759	3211	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7796655419947628	PS1094	0	0	True	True	1.0	45					non-mobilizable	no_good_hit	1653.0	98.185	81.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AUS0022_000000011026	3211	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8834726084523632	PS1094	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1653.0	98.185	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0816_000000012999	3210	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9642472501309567	PS1093|PS387	0	0	True	True	1.0	131					non-mobilizable	no_good_hit	1695.0	98.584	62.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
SPA0136_000000012397	3210	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8842977418457885	PS1094	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	1653.0	98.24600000000001	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0287_000000003370	3210	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.29897935685641397	PS1094	0	0	True	True	0.999688446521759	9					non-mobilizable	no_good_hit	944.0	98.62299999999999	78.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0113_000000008769	3210	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.20954553761676828	PS1094	0	0	True	True	0.999688446521759	49					non-mobilizable	no_good_hit	944.0	98.729	64.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0131_000000008454	3209	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.20892414077171248	PS1094	0	0	True	True	0.9993767738342285	24					non-mobilizable	no_good_hit	944.0	98.729	64.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0223_000000008673	3207	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9651223640284162	PS1093|PS387	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1355.0	96.9	65.0	0.4404879657105176	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0231_000000004982	3206	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8817544286820731	PS1094	0	0	True	True	0.9996880888938904	13					non-mobilizable	no_good_hit	1653.0	99.274	81.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0071_000000002430	3204	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7642184543977397	PS1094	0	0	True	True	1.0	12					non-mobilizable	no_good_hit	944.0	99.89399999999999	82.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0036_000000011974	3204	0.5606147951064692	6	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9755546206102012	PS1093|PS387	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1293.0	97.448	65.0	0.4220243982855259	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
USA0003_01_000000012300	3203	0.5606147951064692	6	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9671202297343731	PS1093|PS387	0	0	True	True	1.0	122					non-mobilizable	no_good_hit	1293.0	97.98899999999999	65.0	0.4220243982855259	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
CAN0001_000000014595	3203	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9685511048843515	PS1093|PS387	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1372.0	97.959	65.0	0.4477415100560501	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
SPA0126_000000012530	3202	0.5606147951064692	6	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9672127086865626	PS1093|PS387	0	0	True	True	1.0	193					non-mobilizable	no_good_hit	1293.0	97.29299999999999	65.0	0.4220243982855259	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0079_000000008512	3202	0.5606147951064692	6	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9724230848262876	PS1093|PS387	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	1293.0	97.834	65.0	0.4220243982855259	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0813_000000009200	3202	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9611693973282451	PS1093|PS387	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	1686.0	97.62799999999999	65.0	0.5515990768216288	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
SPA0092_000000013133	3202	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8815245912900326	PS1094	0	0	True	True	0.999687671661377	17					non-mobilizable	no_good_hit	1653.0	98.185	81.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0387_000000007488	3202	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9672602900595324	PS1093|PS387	0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1151.0	98.95700000000001	65.0	0.37916254533465216	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0001_000000008881	3200	0.5606147951064692	3	1	1	1	0	True	62362	fragment	False	ISR0001_000000008881	0.9513752455795679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1436.0	88.162	47.0	0.0002971562338499177	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ENG0159_000000007024	3200	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9667543619868769	PS1093|PS387	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1122.0	98.84100000000001	65.0	0.3696010550609957	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
CAN0003_000000015536	3198	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9632340775342644	PS1093|PS387	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1707.0	97.598	63.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0121_000000007450	3198	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.3041041253134945	PS1094	0	0	True	True	1.0	20					non-mobilizable	no_good_hit	1480.0	87.973	78.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0054_000000009055	3194	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.4732396289478222		0	0	False	False	0.9981215000152588	0					non-mobilizable	other	3175.0	99.93700000000001	99.0	0.015695155962576892	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0282_000000006607	3193	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.3041790152029709	PS1094	0	0	True	True	0.9978076815605164	19					non-mobilizable	no_good_hit	1480.0	88.176	76.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0087_000000004810	3193	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8686391369281931	PS1094	0	0	True	True	0.9971813559532166	21					non-mobilizable	no_good_hit	1505.0	98.87	82.0	0.37135802469135804	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0785_000000010493	3190	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.30428387386054256	PS1094	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1480.0	88.041	78.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0095_000000009121	3189	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.28848931757069785	PS1094	0	0	True	True	0.99623703956604	19					non-mobilizable	no_good_hit	944.0	97.881	77.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MAD0078_000000002287	3189	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9718634322433573	PS1093|PS387	0	0	True	True	0.9987456798553467	6					non-mobilizable	no_good_hit	1707.0	97.95	63.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0361_000000003810	3189	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.2884768877846495	PS1094	0	0	True	True	1.0	19					non-mobilizable	no_good_hit	1437.0	88.65700000000001	77.0	0.3540740740740741	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0800_000000003402	3188	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.2882677871069957	PS1094	0	0	True	True	0.9996863007545471	12					non-mobilizable	no_good_hit	944.0	97.881	77.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0061_000000007582	3184	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.975073446666935	PS1093|PS387	0	0	True	True	0.9996859431266785	4					non-mobilizable	no_good_hit	1214.0	98.6	65.0	0.3999340586877679	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0073_000000005877	3184	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9752716667011777	PS1093|PS387	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1062.0	98.399	65.0	0.3498186613913617	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0069_000000007384	3184	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9741536179176834	PS1093|PS387	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1707.0	98.008	63.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0059_000000005800	3184	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9755008558290015	PS1093|PS387	0	0	True	True	0.9996859431266785	2					non-mobilizable	no_good_hit	1509.0	97.74700000000001	65.0	0.49258160237388726	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0060_000000004200	3184	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9761364182633104	PS1093|PS387	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	1678.0	98.212	65.0	0.5489614243323442	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0095_000000008400	3184	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9759798656487478	PS1093|PS387	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1106.0	98.915	65.0	0.3643257500824266	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0133_000000011734	3184	0.5606147951064692	5	1	1	1	0	True	130308	backbone	True	FIJ0133_000000011734	0.9762119176804278	PS1093|PS387	11	1	True	True	1.0	11					non-mobilizable	no_good_hit	1313.0	98.17200000000001	65.0	0.4279591163864161	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0163_000000007743	3184	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9705491423449811	PS1093|PS387	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1707.0	97.891	63.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
CHI0130_000000005098	3182	0.5606147951064692	5	1	1	1	0	True	105947	fragment	False	AST0118_000000008611	0.9298167848699763		0	0	False	False	0.9993714690208435	0		MOBV			mobilizable	no_good_hit	1606.0	96.015	68.0	0.44202098288238545	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
FIJ0031_000000007421	3182	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9674167967041406	PS1093|PS387	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1389.0	98.056	65.0	0.4536762281569403	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
AST0003_000000010880	3182	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.965317537340904	PS1093|PS387	0	0	True	True	1.0	191					non-mobilizable	no_good_hit	1707.0	98.008	63.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
AST0024_000000010390	3181	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.775310589986061	PS1094	0	0	True	True	1.0	11					non-mobilizable	no_good_hit	1653.0	98.669	83.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0084_000000008471	3180	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8841715458679326	PS1094	0	0	True	True	0.998113214969635	24					non-mobilizable	no_good_hit	1428.0	98.669	82.0	0.3523456790123457	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0083_000000003152	3180	0.5606147951064692	3	1	1	1	0	True	84224	fragment	False	CHI0083_000000003152	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	100.0	3.0	0.0021349718808581545	NZ_JXQL01000065.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig65, whole genome shotgun sequence	True	True
ENG0195_000000007555	3176	0.5606147951064692	3	1	1	1	0	True	54476	fragment	False	ENG0195_000000007555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	3.0	9.073558721906767e-05	NZ_FNVV01000012.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
DEN0013_000000000612	3176	0.5606147951064692	4	1	1	1	0	True	109172	maximal	True	DEN0013_000000000612	1.0		146	8	False	False	1.0	0					non-mobilizable	no_good_hit	2725.0	93.541	85.0	0.0006491722574270053	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
ENG0095_000000008582	3173	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.20970252465493472	PS1094	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	1480.0	88.041	76.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0357_000000007534	3170	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.20978135387419097	PS1094	0	0	True	True	0.9984227418899536	6					non-mobilizable	no_good_hit	1480.0	87.973	76.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0019_000000008745	3170	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.2992836539158757	PS1094	0	0	True	True	1.0	97					non-mobilizable	no_good_hit	1480.0	88.176	76.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0094_000000005364	3170	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.30418274865507394	PS1094	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1480.0	87.973	78.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0091_000000007353	3170	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.20800349802932797	PS1094	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	1480.0	89.595	76.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0162_000000007181	3169	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.28835102570306664	PS1094	0	0	True	True	0.9996844530105591	2					non-mobilizable	no_good_hit	1437.0	88.65700000000001	75.0	0.3540740740740741	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0847_000000008181	3169	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.283552098950503	PS1094	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	944.0	97.881	76.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0340_000000007710	3169	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.2095197461149345	PS1094	0	0	True	True	0.9996844530105591	7					non-mobilizable	no_good_hit	1437.0	88.65700000000001	75.0	0.3540740740740741	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0110_000000007412	3169	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.2095197461149345	PS1094	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1437.0	88.65700000000001	75.0	0.3540740740740741	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0179_000000007745	3169	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.2095197461149345	PS1094	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	1437.0	88.65700000000001	75.0	0.3540740740740741	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0245_000000001497	3169	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.2882890701345003	PS1094	0	0	True	True	0.9996844530105591	15					non-mobilizable	no_good_hit	1437.0	88.587	75.0	0.3540740740740741	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0158_000000005240	3168	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8739557059460974	PS1094	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	1155.0	99.221	82.0	0.2849382716049383	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0092_000000009977	3164	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.973104412316566	PS1093|PS387	0	0	True	True	0.999367892742157	2					non-mobilizable	no_good_hit	1708.0	97.89200000000001	64.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0035_000000003827	3164	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.97593648774638	PS1093|PS387	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1401.0	97.859	65.0	0.4576327068908671	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0167_000000005934	3164	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9751441353715694	PS1093|PS387	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1684.0	97.743	65.0	0.5502802505769865	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0106_000000007863	3164	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9754114655384445	PS1093|PS387	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1066.0	98.874	65.0	0.35113748763600394	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0781_000000008481	3164	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9743329160752917	PS1093|PS387	0	0	True	True	1.0	81					non-mobilizable	no_good_hit	1707.0	98.125	64.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0065_000000005230	3164	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9563226416095164	PS1093|PS387	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1707.0	97.95	64.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ENG0102_000000008574	3163	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9659659568436529	PS1093|PS387	0	0	True	True	1.0	133					non-mobilizable	no_good_hit	1397.0	97.495	65.0	0.45631388064622486	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ENG0103_000000006022	3163	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9453872611980867	PS1093|PS387	0	0	True	True	1.0	46					non-mobilizable	no_good_hit	1707.0	97.95	64.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0790_000000004938	3162	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9716806585807173	PS1093|PS387	0	0	True	True	1.0	71					non-mobilizable	no_good_hit	1707.0	97.65700000000001	64.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0136_000000008431	3162	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9667943880157838	PS1093|PS387	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1707.0	98.008	64.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0018_000000006863	3162	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9696164885282818	PS1093|PS387	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1707.0	98.008	64.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MAD0105_000000010683	3162	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.966891725192635	PS1093|PS387	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	1702.0	98.061	65.0	0.5562149686778767	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ENG0067_000000009071	3162	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9722809880610244	PS1093|PS387	0	0	True	True	0.9996837377548218	55					non-mobilizable	no_good_hit	1538.0	98.11399999999999	65.0	0.5021430926475436	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MON0006_000000006493	3155	0.5606147951064692	4	1	1	1	0	True	98498	fragment	False	MON0006_000000006493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	305.0	91.803	11.0	0.004244150332272296	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
MON0002_000000007206	3150	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9232666565373167	PS1093|PS387	0	0	True	True	1.0	81					non-mobilizable	no_good_hit	1707.0	98.125	66.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MON0038_000000009007	3150	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9232666565373167	PS1093|PS387	0	0	True	True	1.0	29					non-mobilizable	no_good_hit	1707.0	98.125	66.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0028_000000005757	3148	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9636316485305488	PS1093|PS387	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	1247.0	98.476	64.0	0.4108143752060666	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
AUS0018_000000008747	3148	0.5606147951064692	6	1	1	1	0	True	131696	fragment	False	AUS0018_000000008747	1.0		0	0	False	False	0.9980940222740173	0					non-mobilizable	no_good_hit	221.0	90.49799999999999	7.0	0.02809278350515464	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
SPA0101_000000014148	3147	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9665516395938005	PS1093|PS387	0	0	True	True	0.997140109539032	15					non-mobilizable	no_good_hit	1247.0	98.71700000000001	64.0	0.4108143752060666	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ENG0142_000000009929	3146	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7580904271948816	PS1094	0	0	True	True	1.0	102					non-mobilizable	no_good_hit	1653.0	97.338	82.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0072_000000006556	3146	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.4684287435960459		0	0	False	False	1.0	0					non-mobilizable	other	3133.0	100.0	99.0	0.015487469588780979	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0209_000000005981	3142	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9722467488026731	PS1093|PS387	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1686.0	98.04299999999999	63.0	0.5515990768216288	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
SPA0076_000000004351	3138	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.4680024447082822		0	0	False	False	0.9971319437026978	0					non-mobilizable	other	3118.0	100.0	99.0	0.015413295883853867	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0139_000000008532	3135	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7629606899264846	PS1094	0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1653.0	98.609	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0288_000000009583	3134	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7433336670834977	PS1094	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1444.0	99.37700000000001	85.0	0.3562962962962963	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0140_000000006987	3132	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.46786089283192994		0	0	False	False	0.9990421533584595	0					non-mobilizable	other	3118.0	99.96799999999999	99.0	0.015413295883853867	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0185_000000010229	3131	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7431613176195574	PS1094	0	0	True	True	0.9993612170219421	20					non-mobilizable	no_good_hit	1640.0	98.72	86.0	0.40444444444444444	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0112_000000008879	3126	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7525931559170338	PS1094	0	0	True	True	0.999360203742981	12					non-mobilizable	no_good_hit	1386.0	97.186	85.0	0.3414814814814815	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CAN0021_000000013620	3126	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7582020388952456	PS1094	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	1379.0	97.679	85.0	0.3402469135802469	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0141_000000007457	3125	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.4680878355803921		0	0	False	False	1.0	0					non-mobilizable	other	3125.0	99.936	100.0	0.01544791027948652	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0382_000000004330	3124	0.5606147951064692	5	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8737963043670732	PS1094	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1512.0	99.669	82.0	0.3725925925925926	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0150_000000008789	3122	0.5606147951064692	3	1	1	1	0	True	106546	fragment	False	AST0150_000000008789	0.9774361474886143		0	0	False	False	1.0	0					non-mobilizable	chromosome	3125.0	96.48	100.0	0.0005597715285600958	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
CHI0045_000000006575	3118	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.4678893307372566		0	0	False	False	1.0	0					non-mobilizable	other	3118.0	99.96799999999999	100.0	0.015413295883853867	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0238_000000004413	3117	0.5606147951064692	5	2	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.21863574789968696	PS1094	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	944.0	97.881	76.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0047_000000012697	3112	0.5606147951064692	3	1	1	1	0	True	87068	backbone	False	ISR0124_000000004966	0.9190477560724928	PS448	0	0	True	True	1.0	24					non-mobilizable	plasmid	1697.0	99.411	99.0	0.5280199252801993	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
ISR0271_000000005001	3108	0.5606147951064692	3	1	1	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.843896254785668	PS315|PS84	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	1755.0	88.83200000000001	55.0	0.6259899208063355	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
CAN0020_000000011952	3106	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7577782020301508	PS1094	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	1509.0	97.54799999999999	85.0	0.37234567901234567	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0066_000000010693	3098	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9192399972453951	PS1093|PS387	0	0	True	True	1.0	356					non-mobilizable	no_good_hit	1388.0	98.559	65.0	0.45730300032970655	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
TAN0001_000000003660	3097	0.5606147951064692	4	1	1	1	0	True	105856	fragment	False	TAN0001_000000003660	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3105.0	91.24	99.0	0.07072	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0125_000000011452	3096	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7473855451453411	PS1094	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1466.0	97.20299999999999	85.0	0.3612345679012346	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0006_000000010355	3095	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7337468940433158	PS1094	0	0	True	True	1.0	24					non-mobilizable	no_good_hit	1653.0	97.762	84.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0012_000000014763	3090	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9236139650913064	PS1093|PS387	0	0	True	True	0.9996763467788696	18					non-mobilizable	no_good_hit	1409.0	98.084	65.0	0.46027035938015165	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
AST0047_000000006882	3090	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.9238363126281826	PS1093|PS387	0	0	True	True	0.9954692721366882	21					non-mobilizable	no_good_hit	1632.0	98.28399999999999	65.0	0.5337949225189581	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
DEN0073_000000016168	3082	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7418394294309036	PS1094	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1653.0	98.00399999999999	81.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0368_000000003975	3079	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7305413781958014	PS1094	0	0	True	True	0.9996752142906189	23					non-mobilizable	no_good_hit	1653.0	98.488	84.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0098_000000007402	3074	0.5606147951064692	3	1	1	1	0	True	42877	maximal	True	FIJ0098_000000007402	1.0		6	1	False	False	0.9993493556976318	0					non-mobilizable	no_good_hit	172.0	88.37200000000001	6.0	7.497064765268242e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MON0081_000000018312	3074	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7354190159730651	PS1094	0	0	True	True	0.9866623282432556	6					non-mobilizable	no_good_hit	1653.0	98.185	80.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0053_000000002881	3064	0.5606147951064692	4	1	1	1	0	True	72149	maximal	True	DEN0053_000000002881	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	98.34700000000001	49.0	0.39861523244312563	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0842_000000006878	3062	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.8522838028572446	PS1094	0	0	True	True	1.0	8					non-mobilizable	no_good_hit	1525.0	98.689	81.0	0.37580246913580245	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0054_000000013982	3059	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.7482213771254623	PS1094	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1653.0	98.79	81.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0156_000000005244	3047	0.5606147951064692	3	1	1	1	0	True	92804	backbone	False	ISR0087_000000009861	0.514403313864043	PS491	0	0	True	True	1.0	128					non-mobilizable	no_good_hit	944.0	84.322	43.0	0.22823413674372847	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
SPA0158_000000005533	3038	0.5606147951064692	2	1	1	1	0	True	92804	backbone	False	ISR0087_000000009861	0.43806658936965964	PS491	0	0	True	True	1.0	112					non-mobilizable	no_good_hit	957.0	90.805	42.0	0.33369330453563717	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ITA0005_000000005906	3037	0.5606147951064692	2	1	1	1	0	True	107474	fragment	False	ISR0189_000000003826	0.4797567733990148		0	0	False	False	1.0	0					non-mobilizable	other	1533.0	96.412	95.0	0.20267231115226883	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
MON0071_000000003889	3031	0.5606147951064692	3	1	1	1	0	True	101082	fragment	False	MON0071_000000003889	0.955814256504288		0	0	False	False	0.9825140237808228	0					non-mobilizable	other	3032.0	96.17399999999999	100.0	0.033487374519081944	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
SPA0157_000000002102	3030	0.5606147951064692	2	1	1	1	0	True	92804	backbone	False	ISR0087_000000009861	0.5142780637506332	PS491	0	0	True	True	0.9996699690818787	65					non-mobilizable	no_good_hit	944.0	84.322	44.0	0.22823413674372847	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
SPA0089_000000012940	3026	0.5606147951064692	2	1	1	1	0	True	92804	backbone	False	ISR0087_000000009861	0.5885536676814205	PS491	0	0	True	True	1.0	35					non-mobilizable	no_good_hit	1201.0	86.012	55.0	0.29168716182980814	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ISR0104_000000008376	3018	0.5606147951064692	3	1	1	1	0	True	106546	fragment	False	AST0150_000000008789	0.9761383512640952		0	0	False	False	1.0	0					non-mobilizable	other	3018.0	99.90100000000001	100.0	0.008250856672473534	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0064_000000008406	3012	0.5606147951064692	3	1	1	1	0	True	98481	fragment	False	MON0064_000000008406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	100.0	1.0	0.0009133611691022964	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	True	True
DEN0057_000000001664	3009	0.5606147951064692	3	1	1	1	0	True	106546	fragment	False	AST0150_000000008789	0.9750418409183309		0	0	False	False	1.0	0					non-mobilizable	chromosome	3009.0	99.867	100.0	0.0005395042479682051	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0182_000000012161	3006	0.5606147951064692	3	1	1	1	0	True	56023	maximal	True	ISR0182_000000012161	1.0		1	1	False	False	0.9976713061332703	0					non-mobilizable	no_good_hit	1750.0	80.62899999999999	58.0	0.23058605635666093	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0191_000000009874	2996	0.5606147951064692	4	1	1	1	0	True	108865	maximal	True	ENG0191_000000009874	0.9965943239814733		18	7	False	False	0.9976635575294495	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	4.1752893687664195e-07	LR812512.1	bony fishes	Danio aesculapii genome assembly, chromosome: 7	True	True
ISR0829_000000004802	2995	0.5606147951064692	4	1	1	1	0	True	81108	fragment	False	ISR0829_000000004802	1.0		0	0	False	False	0.9923205375671387	0					non-mobilizable	other	2995.0	97.36200000000001	100.0	0.003283958744788238	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0072_000000009211	2994	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.19067463101063628	PS1094	0	0	True	True	0.9993320107460022	2					non-mobilizable	no_good_hit	944.0	97.881	78.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0005_000000010569	2993	0.5606147951064692	5	1	1	1	0	True	51905	fragment	False	FIJ0005_000000010569	1.0		0	0	False	False	0.9966588616371155	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.846662955574286e-06	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
ISR0281_000000005509	2989	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.19518398335141995	PS1094	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	1480.0	87.905	81.0	0.36444444444444446	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0158_000000006071	2980	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.19500925436178065	PS1094	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	944.0	98.62299999999999	76.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MAD0028_000000004126	2980	0.5606147951064692	4	1	1	1	0	True	103216	fragment	False	MAD0028_000000004126	1.0		0	0	False	False	0.9570469856262207	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	2.0	0.009207833966676411	NZ_CCAT010000061.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
ENG0013_000000008914	2978	0.5606147951064692	3	1	1	1	0	True	89952	fragment	False	ENG0013_000000008914	1.0		0	0	False	False	0.9993284344673157	0					non-mobilizable	other	2978.0	99.698	100.0	0.06491120636864667	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0057_000000010430	2970	0.5606147951064692	3	1	1	1	0	True	110185	fragment	False	SPA0057_000000010430	1.0		0	0	False	False	0.9979798197746277	0					non-mobilizable	no_good_hit	863.0	76.477	39.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ENG0068_000000007884	2968	0.5606147951064692	3	1	1	1	0	True	67535	backbone	False	FIJ0161_000000004966	0.6945952998777829	PS315|PS84	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	1105.0	90.588	56.0	0.39488840892728583	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
MAD0078_000000002537	2966	0.5606147951064692	3	1	1	1	0	True	101079	fragment	False	MAD0078_000000002537	0.961596437123982		0	0	False	False	1.0	0					non-mobilizable	other	2967.0	96.36	100.0	0.0327798169194711	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0831_000000005813	2964	0.5606147951064692	3	1	1	1	0	True	94178	fragment	False	ISR0831_000000005813	1.0		0	0	False	False	1.0	0	rep_cluster_269	MOBV			mobilizable	plasmid	1715.0	93.936	99.0	0.45105820105820105	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MON0013_000000016965	2957	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.6958713291541905	PS1094	0	0	True	True	1.0	13					non-mobilizable	no_good_hit	1232.0	98.62	81.0	0.30320987654320986	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0155_000000006229	2956	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.39063823657636093		0	0	False	False	0.9966170787811279	0					non-mobilizable	other	2956.0	100.0	100.0	0.014612219870641058	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0020_000000006754	2954	0.5606147951064692	4	1	1	1	0	True	66495	fragment	False	ENG0020_000000006754	0.9981286151752297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	90.807	38.0	0.00047217020142549055	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	True
AST0149_000000009265	2949	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.182419301325777	PS1094	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	944.0	98.835	76.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0022_000000004181	2945	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.3870473344610373		0	0	False	False	0.9996604323387146	0					non-mobilizable	other	2945.0	99.219	100.0	0.014552880906699369	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0789_000000004708	2939	0.5606147951064692	4	1	1	1	0	True	66495	fragment	False	ENG0020_000000006754	0.9954299255247123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	91.09	37.0	0.00046010041100050356	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	True
FIJ0044_000000007489	2936	0.5606147951064692	2	1	1	1	0	True	119496	fragment	False	AST0026_000000009230	0.8017286951128364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	96.53200000000001	53.0	0.00021054106210555273	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ISR0270_000000002297	2934	0.5606147951064692	5	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.8873127382677094	PS1093|PS387	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1050.0	98.667	62.0	0.3458621826574349	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MON0033_000000022069	2934	0.5606147951064692	3	1	1	1	0	True	98480	fragment	False	MON0033_000000022069	0.9646806992508027		0	0	False	False	0.9993183612823486	0					non-mobilizable	no_good_hit								True	True
MON0089_000000007950	2931	0.5606147951064692	2	1	1	1	0	True	119496	fragment	False	AST0026_000000009230	0.546819216598317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	98.167	54.0	0.00022109856955925453	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ENG0061_000000007281	2930	0.5606147951064692	3	1	1	1	0	True	67181	maximal	True	ENG0061_000000007281	1.0		3	3	False	False	0.9993174076080322	0					non-mobilizable	no_good_hit								True	True
SPA0007_000000008435	2922	0.5606147951064692	4	1	1	1	0	True	96931	fragment	False	SPA0007_000000008435	1.0		0	0	False	False	0.9969199299812317	0		MOBV			mobilizable	plasmid	2896.0	93.336	99.0	0.7616402116402117	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0841_000000004648	2921	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.538881955156725	PS1094	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1613.0	98.76	88.0	0.3980246913580247	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0188_000000007448	2919	0.5606147951064692	3	1	1	1	0	True	100855	fragment	False	ISR0188_000000007448	1.0		0	0	False	True	0.9979444742202759	0					non-mobilizable	no_good_hit								True	True
SPA0158_000000005852	2918	0.5606147951064692	4	1	1	1	0	True	27573	fragment	False	SPA0158_000000005852	1.0		0	0	False	False	0.9996572732925415	0					non-mobilizable	no_good_hit	714.0	79.27199999999999	24.0	0.2614403600900225	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
FIJ0089_000000008172	2909	0.5606147951064692	2	1	1	1	0	True	98478	fragment	False	FIJ0089_000000008172	0.9846659364731654		0	0	False	False	0.9996562600135803	0					non-mobilizable	no_good_hit								True	True
USA0049_01_000000001372	2904	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.2048941042108933		0	0	False	False	0.9996556639671326	0					non-mobilizable	other	2904.0	99.96600000000001	100.0	0.00046637834642127316	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
CHI0162_000000010343	2901	0.5606147951064692	5	1	1	1	0	True	78576	fragment	False	CHI0162_000000010343	1.0		0	0	False	False	0.9958634972572327	0					non-mobilizable	no_good_hit	949.0	98.84100000000001	78.0	0.2325925925925926	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0020_000000003260	2897	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.1356773474659374		0	0	False	False	0.9993096590042114	0					non-mobilizable	other	2850.0	99.895	98.0	0.014088059022489467	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0100_000000014717	2896	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.0568925388617794	PS1094	0	0	False	True	0.9592541456222534	0					non-mobilizable	no_good_hit	1400.0	99.35700000000001	81.0	0.34543209876543207	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0223_000000009765	2894	0.5606147951064692	3	1	1	1	0	True	129069	maximal	True	ISR0223_000000009765	1.0		5	3	False	False	0.9996544718742371	0					non-mobilizable	no_good_hit	1941.0	98.815	67.0	0.0005144397880911972	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
USA0027_01_000000009435	2892	0.5606147951064692	3	1	1	1	0	True	1587	fragment	False	USA0027_01_000000009435	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2771.0	79.646	95.0	0.008182610169390734	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
ISR0359_000000008662	2888	0.5606147951064692	3	1	1	1	0	True	129079	fragment	False	ISR0359_000000008662	0.9998785670916819		0	0	False	False	0.9909972548484802	0					non-mobilizable	other	2888.0	100.0	100.0	0.0007671423906091355	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0824_000000006866	2887	0.5606147951064692	3	1	1	1	0	True	71613	fragment	False	ISR0824_000000006866	0.9707799741491906		0	0	False	False	0.9996536374092102	0					non-mobilizable	other	2799.0	94.28399999999999	96.0	0.3701547823786215	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0786_000000005878	2883	0.5606147951064692	4	1	1	1	0	True	29468	fragment	False	ISR0786_000000005878	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2883.0	100.0	100.0	0.06303035604933951	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MAD0050_000000008197	2883	0.5606147951064692	2	1	1	1	0	True	101082	fragment	False	MON0071_000000003889	0.9376414070738932		0	0	False	False	1.0	0					non-mobilizable	other	2879.0	97.18700000000001	99.0	0.0008427925424280742	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ETH0002_000000009541	2880	0.5606147951064692	5	1	1	1	0	True	53353	maximal	True	ETH0002_000000009541	1.0		1	1	True	True	1.0	368					non-mobilizable	no_good_hit	323.0	84.83	18.0	0.13436029097133076	LN852791.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0101	True	True
SPA0066_000000005076	2880	0.5606147951064692	4	1	1	1	0	True	109976	fragment	False	SPA0066_000000005076	1.0		0	0	False	False	0.9996528029441833	0					non-mobilizable	other	2880.0	98.854	100.0	0.005683276283425521	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
CHI0154_000000010688	2870	0.5606147951064692	4	1	1	1	0	True	79190	backbone	True	CHI0154_000000010688	0.9462225443533268	PS387	2	2	True	True	1.0	76					non-mobilizable	no_good_hit	1707.0	98.243	63.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MAD0100_000000012945	2870	0.5606147951064692	3	1	1	1	0	True	101082	fragment	False	MON0071_000000003889	0.694761913916927		0	0	False	False	1.0	0					non-mobilizable	other	2870.0	96.899	100.0	0.0008401569854851094	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0097_000000012173	2863	0.5606147951064692	2	1	1	1	0	True	71612	maximal	True	MON0097_000000012173	1.0		2	2	False	False	0.9975550174713135	0					non-mobilizable	no_good_hit	2175.0	95.21799999999999	76.0	0.2876041804471491	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0180_000000005872	2861	0.5606147951064692	4	1	1	1	0	True	130308	backbone	False	FIJ0133_000000011734	0.11027039430816447	PS1093|PS387	0	0	False	True	0.997553288936615	0					non-mobilizable	no_good_hit	1707.0	97.774	69.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
AST0059_000000004989	2861	0.5606147951064692	5	1	1	1	0	True	131697	fragment	False	AST0059_000000004989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	90.22200000000001	8.0	0.02860824742268041	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	True
FIJ0151_000000006184	2860	0.5606147951064692	2	1	1	1	0	True	67189	maximal	True	FIJ0151_000000006184	1.0		1	1	True	True	1.0	8					non-mobilizable	plasmid	2273.0	91.20100000000001	97.0	0.7876783849634529	CP055324.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00555 plasmid pRHBSTW-00555_10, complete sequence	False	True
FIJ0155_000000007883	2850	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.9639341550600627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	94.624	7.0	0.0025827888535209695	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
CHI0044_000000004923	2849	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.18817438692508281		0	0	False	False	1.0	0					non-mobilizable	other	2849.0	99.965	100.0	0.01408311410882766	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0153_000000006243	2847	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.27788982426828374		0	0	False	False	1.0	0					non-mobilizable	other	2847.0	100.0	100.0	0.014073224281504045	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0129_000000007909	2845	0.5606147951064692	4	1	1	1	0	True	96934	fragment	False	CHI0129_000000007909	1.0		0	0	False	False	0.9933215975761414	0		MOBV			mobilizable	no_good_hit	2310.0	93.766	80.0	0.6060846560846561	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
FIJ0107_000000009555	2844	0.5606147951064692	2	1	1	1	0	True	119496	fragment	False	AST0026_000000009230	0.6628045749655407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	95.455	55.0	0.00021399255492695525	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ENG0181_000000007300	2841	0.5606147951064692	3	1	1	1	0	True	76497	fragment	False	ENG0181_000000007300	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2694.0	99.51700000000001	97.0	0.0007181100581023595	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0026_000000013691	2841	0.5606147951064692	4	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.9449056961959025		0	0	False	False	0.9985920190811157	0					non-mobilizable	no_good_hit	80.0	90.0	3.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ENG0112_000000009804	2838	0.5606147951064692	4	1	1	1	0	True	108865	maximal	False	ENG0191_000000009874	0.9729384876442639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	4.1752893687664195e-07	LR812512.1	bony fishes	Danio aesculapii genome assembly, chromosome: 7	True	True
CHI0024_000000004311	2832	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.18774925550045427		0	0	False	False	0.9989407062530518	0					non-mobilizable	other	2832.0	99.965	100.0	0.013999050576576933	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0080_000000009011	2810	0.5606147951064692	4	1	1	1	0	True	61748	maximal	True	ENG0080_000000009011	1.0		1	1	True	True	1.0	25					non-mobilizable	no_good_hit	399.0	83.96	14.0	0.007795188350743906	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
SPA0090_000000012306	2809	0.5606147951064692	3	1	1	1	0	True	111287	fragment	False	SPA0090_000000012306	0.9957963184373821		0	0	False	False	0.9896760582923889	0					non-mobilizable	other	2765.0	100.0	99.0	0.0005837525446774503	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0062_000000005334	2807	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.10157058719466804	PS1094	0	0	False	True	1.0	0					non-mobilizable	plasmid	1666.0	98.319	90.0	0.4091358024691358	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
FIJ0138_000000006405	2803	0.5606147951064692	3	1	1	1	0	True	98480	fragment	False	MON0033_000000022069	0.9439331970006817		0	0	False	False	0.9996432662010193	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000011434	2801	0.5606147951064692	3	1	1	1	0	True	92402	maximal	True	ENG0101_000000011434	1.0		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	1904.0	85.137	68.0	0.003946693575625154	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	True
ENG0141_000000009753	2801	0.5606147951064692	3	1	1	1	0	True	79190	backbone	False	CHI0154_000000010688	0.9421602787456447	PS387	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1707.0	97.54	62.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ISR0246_000000007223	2796	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.10149919645170637	PS1094	0	0	False	True	0.9849785566329956	0					non-mobilizable	plasmid	1653.0	98.488	90.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
ISR0815_000000011171	2782	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.18202099078630218		0	0	False	False	0.9996405243873596	0					non-mobilizable	other	2782.0	98.131	100.0	0.013746859979824753	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0133_000000007127	2778	0.5606147951064692	3	1	1	1	0	True	111287	fragment	False	SPA0090_000000012306	0.9896825308532099		0	0	False	False	1.0	0					non-mobilizable	other	2778.0	100.0	100.0	0.01373202523883933	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0054_000000015828	2776	0.5606147951064692	4	1	1	1	0	True	40940	fragment	False	MON0054_000000015828	1.0		0	0	False	False	0.9989193081855774	0					non-mobilizable	chromosome	2778.0	98.74	100.0	0.0007405176527831166	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0041_000000021547	2776	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.8699328146644263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	94.444	12.0	0.004244150332272296	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
ENG0171_000000008579	2774	0.5606147951064692	3	1	1	1	0	True	89951	fragment	False	ENG0171_000000008579	0.9971129556116926		0	0	False	False	1.0	0					non-mobilizable	other	2774.0	100.0	100.0	0.06064648762138046	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0036_000000014080	2773	0.5606147951064692	4	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.9587017727872047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	93.78	8.0	0.0029038923326073604	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
FIJ0095_000000009672	2772	0.5606147951064692	4	1	1	1	0	True	44069	fragment	False	MON0034_000000009168	0.9529669569847272		0	0	False	False	1.0	0					non-mobilizable	other	2773.0	97.62	100.0	0.030568699420687215	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0804_000000006589	2771	0.5606147951064692	3	1	1	1	0	True	89951	fragment	False	ENG0171_000000008579	0.9949531362653208		0	0	False	False	1.0	0					non-mobilizable	other	2771.0	99.675	100.0	0.06038404339077946	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0078_000000015550	2767	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.865014174213305		0	0	False	False	0.9537405371665955	0					non-mobilizable	no_good_hit	229.0	93.45	8.0	0.0031831127492042218	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
ISR0316_000000006940	2763	0.5606147951064692	2	1	1	1	0	True	98494	maximal	True	ISR0316_000000006940	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	82.955	6.0	0.00014207197772311389	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0045_000000009086	2763	0.5606147951064692	3	1	1	1	0	True	36258	fragment	False	ISR0045_000000009086	1.0		0	0	False	False	0.9978284239768982	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.828095498936656e-07	AP019866.1	liverworts	Marchantia polymorpha subsp. ruderalis Tak-1 DNA, chromosome: 1	True	True
MON0008_000000011999	2757	0.5606147951064692	3	1	1	1	0	True	76493	fragment	False	MON0008_000000011999	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2695.0	98.553	98.0	0.0007183768151818923	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0319_000000006540	2755	0.5606147951064692	4	1	1	1	0	True	81967	maximal	True	ISR0319_000000006540	1.0		5	2	False	False	0.9909256100654602	0					non-mobilizable	other	2749.0	99.12700000000001	99.0	0.0008321903838402437	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
CHI0124_000000005601	2745	0.5606147951064692	3	1	1	1	0	True	129079	fragment	False	ISR0359_000000008662	0.9832575799024763		0	0	False	False	1.0	0					non-mobilizable	other	2745.0	99.964	100.0	0.0007291439971705812	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
DEN0025_000000000713	2742	0.5606147951064692	3	1	1	1	0	True	74288	fragment	False	DEN0025_000000000713	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2770.0	94.007	100.0	0.3659214181770075	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
DEN0082_000000014407	2740	0.5606147951064692	5	1	1	1	0	True	114395	fragment	False	DEN0082_000000014407	1.0		0	0	False	False	0.9945255517959595	0					non-mobilizable	no_good_hit	96.0	86.458	3.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
MON0035_000000010035	2739	0.5606147951064692	2	1	1	1	0	True	98478	fragment	False	FIJ0089_000000008172	0.9563423856995532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	75.319	9.0	4.227334817799148e-05	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
SPA0145_000000012479	2734	0.5606147951064692	3	1	1	1	0	True	129079	fragment	False	ISR0359_000000008662	0.9807681051925182		0	0	False	False	1.0	0					non-mobilizable	other	2734.0	100.0	100.0	0.0007262210438291539	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0258_000000008038	2731	0.5606147951064692	2	1	1	1	0	True	129073	maximal	True	ISR0258_000000008038	1.0		13	4	False	False	0.9959721565246582	0					non-mobilizable	no_good_hit	2411.0	99.917	88.0	0.0006403925048036081	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ENG0039_000000009089	2730	0.5606147951064692	4	1	1	1	0	True	64946	maximal	True	ENG0039_000000009089	1.0		1	1	False	False	0.9959706664085388	0					non-mobilizable	no_good_hit	1903.0	100.0	70.0	0.0005476544294791265	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
TAN0016_000000003949	2729	0.5606147951064692	2	1	1	1	0	True	101079	fragment	False	MAD0078_000000002537	0.9403585550789715		0	0	False	False	1.0	0					non-mobilizable	other	2730.0	96.557	100.0	0.0007991594330389904	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0214_000000010268	2727	0.5606147951064692	3	1	1	1	0	True	118113	fragment	False	ISR0214_000000010268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0084_000000001130	2723	0.5606147951064692	3	1	1	1	0	True	109175	fragment	False	DEN0084_000000001130	0.9866017052375152		0	0	False	False	1.0	0					non-mobilizable	other	2723.0	99.008	100.0	0.04036240157772209	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
USA0078_01_000000005819	2719	0.5606147951064692	2	1	1	1	0	True	71613	fragment	False	ISR0824_000000006866	0.9447523380671978		0	0	False	False	0.9977933168411255	0					non-mobilizable	other	2185.0	92.99799999999999	99.0	0.2889271067601535	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0069_000000008990	2711	0.5606147951064692	3	1	1	1	0	True	34960	maximal	True	ISR0069_000000008990	1.0		4	2	False	False	0.9856141805648804	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	4.687203869155552e-07	CP050567.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 08a	True	True
ENG0189_000000005490	2710	0.5606147951064692	3	1	1	1	0	True	114397	fragment	False	ENG0189_000000005490	0.9706281032309723		0	0	False	False	0.9977859854698181	0					non-mobilizable	no_good_hit	316.0	99.684	12.0	0.0003383186102086298	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	True
ISR0198_000000012234	2705	0.5606147951064692	3	1	1	1	0	True	37673	fragment	False	ISR0198_000000012234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0022_000000014502	2704	0.5606147951064692	2	1	1	1	0	True	120686	fragment	False	DEN0022_000000014502	1.0		0	0	False	False	0.9907544255256653	0					non-mobilizable	no_good_hit	1387.0	93.006	51.0	0.0030201802956115863	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
MAD0076_000000002333	2697	0.5606147951064692	2	1	1	1	0	True	101082	fragment	False	MON0071_000000003889	0.4679153659382588		0	0	False	False	1.0	0					non-mobilizable	other	2698.0	97.035	100.0	0.029794808296112855	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
FIJ0029_000000012442	2695	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.9491011684872426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	94.915	4.0	0.0016334394370916402	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
MON0044_000000018852	2694	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.8108553467179064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	90.0	3.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0048_000000008713	2692	0.5606147951064692	3	1	1	1	0	True	101078	fragment	False	MAD0048_000000008713	1.0		0	0	False	False	0.9947994351387024	0					non-mobilizable	other	2692.0	96.137	100.0	0.029739530358643258	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
CHI0071_000000003811	2688	0.5606147951064692	3	1	1	1	0	True	111287	fragment	False	SPA0090_000000012306	0.9722037900905272		0	0	False	False	1.0	0					non-mobilizable	other	2688.0	99.963	100.0	0.013286983009276658	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
USA0011_01_000000013755	2687	0.5606147951064692	3	1	1	1	0	True	2022	maximal	True	USA0011_01_000000013755	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	2.6037210893969038e-05	NZ_KB890762.1	CFB group bacteria	Pontibacter roseus DSM 17521 B051DRAFT_scaffold_1.2, whole genome shotgun sequence	True	True
ISR0309_000000006705	2684	0.5606147951064692	2	1	1	1	0	True	25386	fragment	False	ISR0309_000000006705	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1364.0	99.853	95.0	0.18031485646249504	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
FIJ0164_000000008598	2684	0.5606147951064692	3	1	1	1	0	True	76719	fragment	False	FIJ0164_000000008598	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2684.0	97.057	100.0	0.002942725477287689	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0098_000000013293	2682	0.5606147951064692	4	1	1	1	0	True	131693	fragment	False	SPA0098_000000013293	0.9972937663307204		0	0	False	False	0.9992542862892151	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
FIJ0031_000000008949	2679	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.8174532569306344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	4.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
ENG0110_000000011381	2679	0.5606147951064692	5	1	1	1	0	True	131693	fragment	False	SPA0098_000000013293	0.9908035591465577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
USA0034_01_000000020208	2678	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.05176501305301631	PS1094	0	0	False	True	0.9962658882141113	0					non-mobilizable	no_good_hit	1416.0	98.79899999999999	85.0	0.3493827160493827	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0046_000000011891	2669	0.5606147951064692	3	1	1	1	0	True	107741	fragment	False	MON0046_000000011891	0.9838972686506319		0	0	False	False	0.9996253252029419	0					non-mobilizable	other	2675.0	99.589	100.0	0.01150221312215832	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0781_000000010384	2666	0.5606147951064692	4	1	1	1	0	True	39228	maximal	True	ISR0781_000000010384	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0023_000000007426	2662	0.5606147951064692	4	1	1	1	0	True	120693	fragment	False	MON0023_000000007426	1.0		0	0	False	False	0.9954921007156372	0					non-mobilizable	no_good_hit	1950.0	94.41	73.0	0.0042469923493123965	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
DEN0011_000000016254	2659	0.5606147951064692	2	1	1	1	0	True	103405	fragment	False	DEN0011_000000016254	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	2.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
FIJ0151_000000006688	2657	0.5606147951064692	4	1	1	1	0	True	56028	fragment	False	FIJ0151_000000006688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2354.0	81.818	87.0	0.3071834898796137	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
FIJ0078_000000009439	2657	0.5606147951064692	4	1	1	1	0	True	58812	fragment	False	FIJ0078_000000009439	1.0		0	0	False	False	0.9834399819374084	0					non-mobilizable	no_good_hit	1707.0	97.65700000000001	76.0	0.5578635014836796	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
CHI0032_000000002275	2656	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.14299571501018787		0	0	False	False	1.0	0					non-mobilizable	other	2656.0	100.0	100.0	0.01312874577209882	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0116_000000008912	2651	0.5606147951064692	2	1	1	1	0	True	82966	fragment	False	ENG0116_000000008912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	98.82	81.0	0.22987654320987655	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
USA0081_01_000000011782	2646	0.5606147951064692	2	1	1	1	0	True	100318	fragment	False	USA0081_01_000000011782	1.0		0	0	False	False	0.9822373390197754	0					non-mobilizable	other	2631.0	96.161	99.0	0.0028856703971911345	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CHI0160_000000011446	2644	0.5606147951064692	2	1	1	1	0	True	78734	fragment	False	CHI0160_000000011446	1.0		0	0	False	False	0.9867624640464783	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	2.0	2.056347344484448e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
FIJ0077_000000011247	2634	0.5606147951064692	3	1	1	1	0	True	56029	fragment	False	FIJ0077_000000011247	1.0		0	0	False	False	0.9988610744476318	0					non-mobilizable	no_good_hit	2298.0	79.983	86.0	0.30189178462759625	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
CHI0143_000000007265	2634	0.5606147951064692	3	1	1	1	0	True	89570	maximal	True	CHI0143_000000007265	0.9996200607902735		2	1	False	False	0.9973424673080444	0					non-mobilizable	no_good_hit	99.0	89.899	4.0	0.027019575406672183	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	True	True
CHI0018_000000006538	2632	0.5606147951064692	3	1	1	1	0	True	89570	maximal	False	CHI0143_000000007265	0.9992406985573272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	89.691	4.0	0.026468155500413565	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	True	True
MON0037_000000025959	2631	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.011310367953724596	PS1094	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1653.0	98.427	83.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0089_000000009213	2619	0.5606147951064692	2	1	1	1	0	True	49294	fragment	False	MON0089_000000009213	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2619.0	97.404	100.0	0.00778418365678232	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
ISR0289_000000003343	2617	0.5606147951064692	3	1	1	1	0	True	25940	fragment	False	ISR0289_000000003343	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2599.0	79.877	99.0	0.002834101382488479	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0815_000000011909	2611	0.5606147951064692	4	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.06815308296319703	PS1094	0	0	False	True	1.0	0					non-mobilizable	plasmid	1516.0	97.493	91.0	0.3725925925925926	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
MAD0055_000000003158	2609	0.5606147951064692	2	1	1	1	0	True	101079	fragment	False	MAD0078_000000002537	0.710987187225183		0	0	False	False	1.0	0					non-mobilizable	other	2610.0	95.594	100.0	0.028832972184141867	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
FIJ0154_000000014116	2601	0.5606147951064692	2	1	1	1	0	True	71609	maximal	True	FIJ0154_000000014116	1.0		0	0	False	False	0.9992310404777527	0					non-mobilizable	no_good_hit	1862.0	86.62700000000001	71.0	0.24540283106230984	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
FIJ0043_000000010309	2597	0.5606147951064692	3	1	1	1	0	True	47224	maximal	True	FIJ0043_000000010309	1.0		5	3	False	False	0.9984597563743591	0					non-mobilizable	no_good_hit								True	True
ISR0254_000000004148	2594	0.5606147951064692	3	1	1	1	0	True	118112	fragment	False	ISR0254_000000004148	1.0		0	0	False	False	0.9946029186248779	0					non-mobilizable	no_good_hit								True	True
ENG0191_000000011770	2593	0.5606147951064692	3	1	1	1	0	True	101079	fragment	False	MAD0078_000000002537	0.7002140882513261		0	0	False	False	0.9984573721885681	0					non-mobilizable	other	2595.0	96.416	100.0	0.028667138371733073	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MON0010_000000009576	2591	0.5606147951064692	2	1	1	1	0	True	100321	fragment	False	MON0010_000000009576	1.0		0	0	False	False	0.9934388399124146	0					non-mobilizable	other	2586.0	97.177	99.0	0.007686063694722038	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
DEN0046_000000009406	2586	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.06675799195553604	PS1094	0	0	False	True	0.9841454029083252	0					non-mobilizable	plasmid	1485.0	93.73700000000001	91.0	0.3664197530864198	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
ISR0260_000000004922	2585	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.06838108812941915	PS1094	0	0	False	True	0.9992263317108154	0					non-mobilizable	plasmid	1489.0	98.72399999999999	91.0	0.3674074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
DEN0092_000000005643	2582	0.5606147951064692	4	1	1	1	0	True	120361	fragment	False	DEN0092_000000005643	1.0		0	0	False	False	0.9988381266593933	0					non-mobilizable	no_good_hit								True	True
DEN0041_000000013166	2582	0.5606147951064692	4	1	1	1	0	True	74020	fragment	False	DEN0041_000000013166	0.9941520467836257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	98.667	78.0	0.24049382716049383	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0164_000000010093	2577	0.5606147951064692	4	1	1	1	0	True	71094	fragment	False	ISR0164_000000010093	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2598.0	94.38	99.0	0.3435639634872338	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0114_000000010809	2575	0.5606147951064692	4	1	1	1	0	True	131693	fragment	False	SPA0098_000000013293	0.9773347972005314		0	0	False	False	0.9984465837478638	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ISR0365_000000006049	2575	0.5606147951064692	4	1	1	1	0	True	131693	fragment	False	SPA0098_000000013293	0.9773347972005314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ISR0079_000000010694	2565	0.5606147951064692	4	1	1	1	0	True	74020	fragment	False	DEN0041_000000013166	0.9910921766072811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	99.682	77.0	0.2328395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0019_000000011299	2565	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.06822025079533862	PS1094	0	0	False	True	1.0	0					non-mobilizable	plasmid	1469.0	98.979	90.0	0.36246913580246914	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
ENG0057_000000009134	2565	0.5606147951064692	3	1	1	1	0	True	67762	maximal	True	ENG0057_000000009134	1.0		0	0	False	False	0.991033136844635	0					non-mobilizable	other	2551.0	75.85300000000001	99.0	0.001222428374242681	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
ISR0261_000000007027	2563	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.06705161946696178	PS1094	0	0	False	True	1.0	0					non-mobilizable	plasmid	1468.0	95.3	90.0	0.3622222222222222	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
SPA0095_000000007876	2561	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.12543662432436378		0	0	False	False	0.9992190599441528	0					non-mobilizable	other	2561.0	100.0	100.0	0.0004112740498926832	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
SPA0100_000000011699	2561	0.5606147951064692	3	1	1	1	0	True	114397	fragment	False	ENG0189_000000005490	0.6519666269368295		0	0	False	False	0.9968762397766113	0					non-mobilizable	no_good_hit	82.0	89.024	3.0	0.02141633352370074	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0163_000000009564	2561	0.5606147951064692	1	1	1	1	0	True	119496	fragment	False	AST0026_000000009230	0.2642153907976693		0	0	False	False	0.9972667098045349	0					non-mobilizable	no_good_hit	1013.0	95.163	53.0	0.00020526230837870186	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
CHI0059_000000006698	2548	0.5606147951064692	3	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.09857829180023105		0	0	False	False	0.9996075630187988	0					non-mobilizable	other	2500.0	100.0	98.0	0.012357339240856855	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0030_000000012090	2546	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.06770374491783035	PS1094	0	0	False	True	0.9968578219413757	0					non-mobilizable	plasmid	1450.0	99.79299999999999	90.0	0.35777777777777775	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
MAD0054_000000005917	2544	0.5606147951064692	1	1	1	1	0	True	17163	maximal	True	MAD0054_000000005917	1.0		1	1	False	False	0.9783805012702942	0					non-mobilizable	no_good_hit	191.0	86.911	8.0	0.0063431333064840915	NZ_JAAIPV010000047.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_47_length_29796_cov_89.5251, whole genome shotgun sequence	True	True
MON0070_000000012629	2544	0.5606147951064692	3	1	1	1	0	True	96523	fragment	False	MON0070_000000012629	1.0		0	0	False	False	0.9866352081298828	0					non-mobilizable	chromosome	2544.0	97.681	100.0	0.0004561034915502479	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ITA0011_000000000663	2544	0.5606147951064692	3	1	1	1	0	True	82964	fragment	False	ITA0011_000000000663	0.995580554439534		0	0	False	False	0.9976415038108826	0					non-mobilizable	no_good_hit	852.0	98.59200000000001	85.0	0.21012345679012345	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0090_000000010262	2541	0.5606147951064692	2	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.047785857348402044	PS1094	0	0	False	True	0.9834710955619812	0					non-mobilizable	plasmid	1653.0	97.762	93.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
MAD0040_000000012346	2541	0.5606147951064692	2	1	1	1	0	True	96524	fragment	False	MAD0040_000000012346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2541.0	96.301	100.0	0.14562550166265337	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
SPA0044_000000010476	2537	0.5606147951064692	2	1	1	1	0	True	101433	fragment	False	SPA0044_000000010476	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2455.0	100.0	97.0	0.0004401407661283163	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0046_000000012584	2537	0.5606147951064692	3	1	1	1	0	True	62037	fragment	False	ISR0046_000000012584	1.0		0	0	False	False	0.9956641793251038	0					non-mobilizable	no_good_hit	871.0	80.712	34.0	0.0018003625817324884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0032_000000010897	2527	0.5606147951064692	4	1	1	1	0	True	7244	maximal	True	SPA0032_000000010897	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0092_000000021693	2525	0.5606147951064692	4	1	1	1	0	True	44069	fragment	False	MON0034_000000009168	0.9197285775511421		0	0	False	False	1.0	0					non-mobilizable	other	2526.0	96.95200000000001	100.0	0.027837969309689115	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0084_000000011002	2524	0.5606147951064692	2	1	1	1	0	True	61532	maximal	True	ENG0084_000000011002	1.0		1	1	False	False	0.9920760989189148	0					non-mobilizable	other	2500.0	88.52	99.0	0.05443530749715685	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
TAN0009_000000015161	2521	0.5606147951064692	4	1	1	1	0	True	41518	maximal	True	TAN0009_000000015161	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	99.09899999999999	4.0	0.0010679715337042106	NZ_JAAITI010000011.1	firmicutes	Blautia luti strain MSK.16.34 NODE_11_length_102999_cov_250.848, whole genome shotgun sequence	True	True
MAD0055_000000003288	2521	0.5606147951064692	3	1	1	1	0	True	17111	fragment	False	MAD0055_000000003288	1.0		0	0	False	False	0.9996033310890198	0					non-mobilizable	no_good_hit								True	True
ISR0093_000000009637	2520	0.5606147951064692	2	1	1	1	0	True	33529	fragment	False	ISR0093_000000009637	1.0		0	0	False	False	0.9972222447395325	0					non-mobilizable	no_good_hit								True	True
ENG0145_000000012554	2517	0.5606147951064692	3	1	1	1	0	True	114397	fragment	False	ENG0189_000000005490	0.9515353060598158		0	0	False	False	0.9980134963989258	0					non-mobilizable	no_good_hit	96.0	86.458	4.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0124_000000011600	2514	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.0513690707504414	PS1094	0	0	False	True	0.999602198600769	0					non-mobilizable	plasmid	1415.0	98.65700000000001	90.0	0.3491358024691358	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
DEN0064_000000015670	2512	0.5606147951064692	3	1	1	1	0	True	130314	backbone	False	ISR0009_000000009815	0.0514706466438905	PS1094	0	0	False	True	0.993630588054657	0					non-mobilizable	plasmid	1416.0	99.01100000000001	90.0	0.3493827160493827	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
FIJ0080_000000010044	2511	0.5606147951064692	3	1	1	1	0	True	76718	fragment	False	FIJ0080_000000010044	0.9488392089423903		0	0	False	False	1.0	0					non-mobilizable	other	2503.0	97.083	99.0	0.0027441299100285275	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0104_000000018120	2498	0.5606147951064692	3	1	1	1	0	True	120688	maximal	True	MON0104_000000018120	1.0		5	1	False	False	0.993995189666748	0					non-mobilizable	no_good_hit	1711.0	93.98	68.0	0.003726196468611698	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
USA0017_01_000000011064	2494	0.5606147951064692	2	1	1	1	0	True	71611	fragment	False	USA0017_01_000000011064	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2498.0	99.4	100.0	0.3303347003571901	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0014_000000014541	2492	0.5606147951064692	2	1	1	1	0	True	38038	maximal	True	ISR0014_000000014541	1.0		1	1	True	True	0.9995987415313721	11					non-mobilizable	no_good_hit	523.0	79.732	21.0	0.10400162502539102	NZ_MJII01000003.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_4, whole genome shotgun sequence	True	True
ISR0166_000000007713	2491	0.5606147951064692	3	1	1	1	0	True	129071	fragment	False	ISR0166_000000007713	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2491.0	100.0	100.0	0.0006616503472867154	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
USA0116_01_000000010351	2489	0.5606147951064692	3	1	1	1	0	True	82964	fragment	False	ITA0011_000000000663	0.984866352201258		0	0	False	False	0.9959823489189148	0					non-mobilizable	no_good_hit	852.0	98.709	84.0	0.21012345679012345	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0281_000000006824	2475	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.08507564592923889		0	0	False	False	0.99919193983078	0					non-mobilizable	other	2475.0	100.0	100.0	0.012233716399311667	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0041_000000024979	2467	0.5606147951064692	3	1	1	1	0	True	76492	fragment	False	MON0041_000000024979	0.9775398824517212		0	0	False	False	1.0	0					non-mobilizable	chromosome	2285.0	99.475	100.0	0.0006090064125734349	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0055_000000006543	2465	0.5606147951064692	3	1	1	1	0	True	120703	fragment	False	ISR0073_000000010155	0.6426301975410968		0	0	False	False	0.993914783000946	0					non-mobilizable	no_good_hit	2004.0	90.369	81.0	0.004345050151117968	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0163_000000009961	2464	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.40058955170124044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	94.697	5.0	0.0018288937287094433	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
MON0036_000000008793	2463	0.5606147951064692	2	1	1	1	0	True	109175	fragment	False	DEN0084_000000001130	0.9403231729709878		0	0	False	False	1.0	0					non-mobilizable	other	2465.0	98.905	100.0	0.025650371789798173	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
FIJ0057_000000013185	2454	0.5606147951064692	3	1	1	1	0	True	98479	fragment	False	FIJ0057_000000013185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0151_000000009541	2453	0.5606147951064692	2	1	1	1	0	True	107741	fragment	False	MON0046_000000011891	0.944923192206819		0	0	False	False	0.9995923638343811	0					non-mobilizable	chromosome	2453.0	99.959	100.0	0.00037726362018600387	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
CHI0031_000000003901	2451	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.09885280800481817		0	0	False	False	1.0	0					non-mobilizable	other	2451.0	100.0	100.0	0.0005873234973028667	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
MON0032_000000010881	2445	0.5606147951064692	4	1	1	1	0	True	26213	fragment	False	MON0032_000000010881	1.0		0	0	False	False	0.9979550242424011	0					non-mobilizable	chromosome	2447.0	98.774	100.0	0.0006522210594577522	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0007_000000003460	2444	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.09874616824554712		0	0	False	False	1.0	0					non-mobilizable	other	2444.0	100.0	100.0	0.012080424075795636	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0165_000000008451	2444	0.5606147951064692	3	1	1	1	0	True	111285	fragment	False	ISR0165_000000008451	1.0		0	0	False	False	0.9918166995048523	0					non-mobilizable	other	2426.0	97.444	99.0	0.0005810906765151628	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
AST0150_000000011429	2435	0.5606147951064692	2	1	1	1	0	True	104138	maximal	True	AST0150_000000011429	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0816_000000016548	2432	0.5606147951064692	3	1	1	1	0	True	81757	fragment	False	ISR0016_000000008428	0.9750503018108652		0	0	False	False	0.9950658082962036	0					non-mobilizable	no_good_hit	675.0	94.074	36.0	0.00020968025938132502	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0819_000000010634	2429	0.5606147951064692	4	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.5221122459716794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	83.0	4.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
DEN0024_000000003152	2426	0.5606147951064692	4	1	1	1	0	True	111288	fragment	False	SPA0074_000000006716	0.09817273033787718		0	0	False	False	0.9995877742767334	0					non-mobilizable	other	2426.0	100.0	100.0	0.011991415629883102	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MAD0107_000000016046	2424	0.5606147951064692	2	1	1	1	0	True	96520	fragment	False	TAN0022_000000002130	0.9522939504669102		0	0	False	False	0.9987623691558838	0					non-mobilizable	chromosome	2350.0	96.809	97.0	0.00042112898079433035	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
CHI0141_000000011404	2422	0.5606147951064692	3	1	1	1	0	True	121488	maximal	False	ISR0785_000000014847	0.9976369196552684		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.855857680083471e-07	LR812039.1	bony fishes	Danio rerio genome assembly, chromosome: 2	True	True
CHI0075_000000002753	2419	0.5606147951064692	3	1	1	1	0	True	84681	fragment	False	CHI0075_000000002753	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2419.0	98.76	100.0	0.005345323836430438	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ETH0004_000000011694	2408	0.5606147951064692	3	1	1	1	0	True	98477	fragment	False	ETH0004_000000011694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0099_000000012922	2407	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.7893969422558849		0	0	False	False	1.0	0					non-mobilizable	other	2407.0	96.96700000000001	100.0	0.0031426455432819094	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0785_000000014847	2403	0.5606147951064692	4	1	1	1	0	True	121488	maximal	True	ISR0785_000000014847	0.997693664360331		4	3	True	True	1.0	3					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.855857680083471e-07	LR812039.1	bony fishes	Danio rerio genome assembly, chromosome: 2	True	True
ISR0212_000000014646	2402	0.5606147951064692	2	1	1	1	0	True	98476	fragment	False	ISR0212_000000014646	0.9729249159624228		0	0	False	False	0.9983347058296204	0					non-mobilizable	no_good_hit								True	True
MAD0024_000000005376	2401	0.5606147951064692	2	1	1	1	0	True	19200	maximal	True	MAD0024_000000005376	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0152_000000010157	2400	0.5606147951064692	3	1	1	1	0	True	44069	fragment	False	MON0034_000000009168	0.37536633663366337		0	0	False	False	0.997083306312561	0					non-mobilizable	other	2401.0	98.709	100.0	0.026533409985406625	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0182_000000015974	2394	0.5606147951064692	3	1	1	1	0	True	85274	maximal	True	ISR0182_000000015974	1.0		16	6	False	False	0.9891394972801208	0					non-mobilizable	no_good_hit	1332.0	91.59200000000001	56.0	0.010594064137898073	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	True
SPA0155_000000007920	2387	0.5606147951064692	1	1	1	1	0	True	76489	fragment	False	SPA0155_000000007920	1.0		0	0	False	False	0.9987431764602661	0					non-mobilizable	chromosome	2387.0	99.665	100.0	0.0006364823917653157	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0050_000000014898	2382	0.5606147951064692	2	1	1	1	0	True	76492	fragment	False	MON0041_000000024979	0.9608836643696798		0	0	False	False	1.0	0					non-mobilizable	chromosome	2382.0	99.49600000000001	100.0	0.0006348818492881187	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0087_000000021183	2381	0.5606147951064692	2	1	1	1	0	True	98476	fragment	False	ISR0212_000000014646	0.9696537996689077		0	0	False	False	0.997480034828186	0					non-mobilizable	no_good_hit	193.0	75.13	8.0	0.00020956769804696072	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ENG0011_000000011463	2374	0.5606147951064692	1	1	1	1	0	True	67191	maximal	True	ENG0011_000000011463	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	98.557	46.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0113_000000006599	2365	0.5606147951064692	2	1	1	1	0	True	56027	fragment	False	ISR0113_000000006599	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2278.0	79.851	95.0	0.29937822463288793	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
MAD0027_000000004947	2361	0.5606147951064692	2	1	1	1	0	True	120692	fragment	False	MAD0027_000000004947	0.9775280898876404		0	0	False	False	0.9974586963653564	0					non-mobilizable	no_good_hit	1706.0	94.314	72.0	0.0037131220950376216	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0046_000000012886	2359	0.5606147951064692	3	1	1	1	0	True	131234	maximal	True	FIJ0046_000000012886	1.0		4	4	False	False	1.0	0					non-mobilizable	other	1760.0	95.90899999999999	93.0	0.011925192817750764	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0325_000000008460	2356	0.5606147951064692	2	1	1	1	0	True	24874	fragment	False	ISR0325_000000008460	1.0		0	0	False	False	0.9808998107910156	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000010780	2355	0.5606147951064692	2	1	1	1	0	True	101077	fragment	False	ISR0058_000000010780	0.9518388791593695		0	0	False	False	0.9889596700668335	0					non-mobilizable	other	2338.0	97.04899999999999	99.0	0.02582585238579578	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MON0026_000000018151	2352	0.5606147951064692	4	1	1	1	0	True	96929	fragment	False	MON0026_000000018151	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	1847.0	96.64299999999999	100.0	0.507454445057979	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MAD0003_000000011965	2343	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.3329629322587544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	83.838	4.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
MON0021_000000012401	2342	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.33733884611092624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	86.25	3.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0338_000000011540	2338	0.5606147951064692	2	1	1	1	0	True	24422	maximal	True	ISR0338_000000011540	1.0		5	4	False	False	0.9828913807868958	0					non-mobilizable	no_good_hit	1635.0	94.12799999999999	70.0	0.0028290355308856576	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0271_000000007114	2338	0.5606147951064692	3	1	1	1	0	True	84988	fragment	False	ISR0271_000000007114	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2261.0	100.0	97.0	0.0047118475863248	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
CHI0143_000000008247	2337	0.5606147951064692	2	1	1	1	0	True	79935	maximal	True	CHI0143_000000008247	1.0		2	1	False	False	0.9982883930206299	0					non-mobilizable	no_good_hit	275.0	93.09100000000001	25.0	0.00011703575958789644	CP024701.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 1277 chromosome, complete genome	True	True
ISR0394_000000008162	2336	0.5606147951064692	3	1	1	1	0	True	96930	fragment	False	ISR0394_000000008162	1.0		0	0	False	False	0.9995719194412231	0		MOBV			mobilizable	plasmid	2285.0	95.97399999999999	100.0	0.5981481481481481	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
DEN0071_000000017481	2335	0.5606147951064692	3	1	1	1	0	True	129071	fragment	False	ISR0166_000000007713	0.9686872741870735		0	0	False	False	1.0	0					non-mobilizable	other	2335.0	100.0	100.0	0.0006201975544446562	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CAN0016_000000020746	2329	0.5606147951064692	2	1	1	1	0	True	92909	maximal	True	CAN0016_000000020746	1.0		1	1	False	False	0.999141275882721	0					non-mobilizable	no_good_hit								True	True
CHI0144_000000006543	2329	0.5606147951064692	4	1	1	1	0	True	79865	fragment	False	CHI0144_000000006543	1.0		0	0	False	False	0.988836407661438	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	5.463561638320846e-05	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	True
SPA0079_000000010775	2326	0.5606147951064692	3	1	1	1	0	True	76718	fragment	False	FIJ0080_000000010044	0.9157706093189963		0	0	False	False	0.9974204897880554	0					non-mobilizable	other	2308.0	97.4	99.0	0.0068594773476687585	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
MON0011_000000020393	2321	0.5606147951064692	2	1	1	1	0	True	101438	fragment	False	MON0011_000000020393	1.0		0	0	False	False	0.9995691776275635	0					non-mobilizable	chromosome	2281.0	99.956	98.0	0.00040893274114611294	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
TAN0027_000000004095	2318	0.5606147951064692	2	1	1	1	0	True	98476	fragment	False	ISR0212_000000014646	0.9439769322848347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0089_000000010781	2314	0.5606147951064692	3	1	1	1	0	True	120692	fragment	False	MAD0027_000000004947	0.968022024565862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1711.0	93.805	74.0	0.003726196468611698	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
MON0011_000000020478	2311	0.5606147951064692	4	1	1	1	0	True	97249	fragment	False	MON0011_000000020478	1.0		0	0	False	False	0.9987018704414368	0					non-mobilizable	no_good_hit	1653.0	98.427	87.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0002_000000010877	2309	0.5606147951064692	2	1	1	1	0	True	120683	fragment	False	MON0002_000000010877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	92.412	58.0	0.0028981528089202092	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0100_000000005753	2300	0.5606147951064692	3	1	1	1	0	True	74019	fragment	False	ISR0100_000000005753	0.9914622382311148		0	0	False	False	0.9826086759567261	0					non-mobilizable	no_good_hit	1041.0	98.943	86.0	0.25679012345679014	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0089_000000012193	2299	0.5606147951064692	2	1	1	1	0	True	97248	fragment	False	SPA0135_000000009919	0.6310410278872828		0	0	False	False	0.9973901510238647	0					non-mobilizable	no_good_hit	1653.0	98.125	84.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0011_000000011912	2292	0.5606147951064692	3	1	1	1	0	True	67188	fragment	False	ENG0011_000000011912	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1367.0	95.684	96.0	0.47441698572920293	CP055324.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00555 plasmid pRHBSTW-00555_10, complete sequence	False	True
AST0025_000000015894	2285	0.5606147951064692	2	1	1	1	0	True	120360	fragment	False	ISR0260_000000005136	0.6134822497008376		0	0	False	False	0.996936559677124	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	4.1512723649798665e-05	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
FIJ0082_000000013130	2284	0.5606147951064692	2	1	1	1	0	True	101077	fragment	False	ISR0058_000000010780	0.9380042462845011		0	0	False	False	1.0	0					non-mobilizable	other	2284.0	96.891	100.0	0.02522885066112413	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
SPA0135_000000009919	2283	0.5606147951064692	3	1	1	1	0	True	97248	fragment	False	SPA0135_000000009919	0.9571128327109188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1653.0	98.54799999999999	74.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0246_000000009347	2282	0.5606147951064692	2	1	1	1	0	True	27129	maximal	True	ISR0246_000000009347	1.0		6	2	False	False	0.9929885864257812	0					non-mobilizable	other	2296.0	83.84100000000001	100.0	0.03380833049125877	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0152_000000010488	2273	0.5606147951064692	1	1	1	1	0	True	125809	fragment	False	ISR0825_000000011464	0.4593735327132087		0	0	False	False	1.0	0					non-mobilizable	chromosome	2249.0	99.822	99.0	0.0009613451990472077	NZ_CP007519.1	high GC Gram+	Trueperella pyogenes strain TP6375 chromosome, complete genome	False	True
ENG0064_000000009781	2273	0.5606147951064692	2	1	1	1	0	True	62961	maximal	True	ENG0064_000000009781	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0084_01_000000014456	2267	0.5606147951064692	3	1	1	1	0	True	476	maximal	True	USA0084_01_000000014456	1.0		6	4	False	False	1.0	0					non-mobilizable	other	2290.0	86.725	100.0	0.004459647289610915	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
FIJ0054_000000011153	2245	0.5606147951064692	2	1	1	1	0	True	94926	maximal	True	FIJ0054_000000011153	1.0		35	9	False	False	0.999109148979187	0					non-mobilizable	other	2250.0	91.244	99.0	0.0006806312695999542	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0170_000000005456	2245	0.5606147951064692	3	1	1	1	0	True	55854	fragment	False	ENG0170_000000005456	1.0		0	0	False	False	0.9995545744895935	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.061634674373784e-07	LR877220.1	rodents	Acomys russatus genome assembly, chromosome: 9	True	True
CHI0110_000000003908	2244	0.5606147951064692	2	1	1	1	0	True	95846	maximal	True	CHI0110_000000003908	1.0		1	1	False	False	0.9955436587333679	0					non-mobilizable	no_good_hit	1912.0	99.425	85.0	0.00034671402733108035	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
AUS0012_000000007539	2237	0.5606147951064692	3	1	1	1	0	True	101159	maximal	True	AUS0012_000000007539	1.0		3	2	False	False	0.994188666343689	0		MOBV			mobilizable	no_good_hit	896.0	93.63799999999999	67.0	0.2946222368855163	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
FIJ0004_000000011808	2235	0.5606147951064692	2	1	1	1	0	True	52050	fragment	False	FIJ0004_000000011808	1.0		0	0	False	False	0.9932885766029358	0					non-mobilizable	no_good_hit	125.0	96.8	6.0	0.0022473539219950702	NZ_JAAWUO010000022.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_22_length_55176_cov_71.891, whole genome shotgun sequence	True	True
ISR0127_000000011024	2234	0.5606147951064692	4	1	1	1	0	True	31899	maximal	True	ISR0127_000000011024	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	91.475	48.0	0.00022189658655607765	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0065_000000015450	2233	0.5606147951064692	3	1	1	1	0	True	71093	fragment	False	DEN0065_000000015450	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2238.0	99.553	100.0	0.2959386162190766	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
CHI0164_000000010072	2230	0.5606147951064692	3	1	1	1	0	True	78403	maximal	True	CHI0164_000000010072	1.0		3	2	False	False	0.9914798140525818	0					non-mobilizable	other	2243.0	87.78399999999999	100.0	0.00465764049019894	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0094_000000008736	2229	0.5606147951064692	2	1	1	1	0	True	110188	maximal	True	ISR0094_000000008736	1.0		2	1	False	False	0.9874383211135864	0					non-mobilizable	no_good_hit	863.0	76.477	51.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
CHI0111_000000013616	2224	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.694907339159097		0	0	False	False	0.9995503425598145	0					non-mobilizable	other	2225.0	97.213	100.0	0.024565515411488967	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0022_000000011492	2224	0.5606147951064692	2	1	1	1	0	True	77264	maximal	True	ISR0022_000000011492	1.0		1	1	False	False	0.9946042895317078	0					non-mobilizable	no_good_hit	1188.0	91.414	56.0	0.0025691144073059597	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
MON0107_000000026760	2223	0.5606147951064692	2	1	1	1	0	True	48347	maximal	True	MON0107_000000026760	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0076_000000006844	2221	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.6421162247612112		0	0	False	False	1.0	0					non-mobilizable	other	2222.0	98.83	100.0	0.02454340423650113	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0302_000000006708	2220	0.5606147951064692	4	1	1	1	0	True	58811	fragment	False	ISR0302_000000006708	1.0		0	0	False	False	0.9995495676994324	0					non-mobilizable	no_good_hit	1247.0	98.476	70.0	0.4108143752060666	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
CHI0163_000000004168	2219	0.5606147951064692	3	1	1	1	0	True	101076	fragment	False	CHI0163_000000004168	1.0		0	0	False	False	0.9950428009033203	0					non-mobilizable	other	2219.0	97.161	100.0	0.02451023747401937	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
FIJ0086_000000014321	2216	0.5606147951064692	3	1	1	1	0	True	43841	maximal	True	FIJ0086_000000014321	1.0		0	0	False	False	0.994584858417511	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	8.929533662802334e-05	NZ_FQXU01000008.1	firmicutes	Clostridium intestinale DSM 6191, whole genome shotgun sequence	True	True
MON0010_000000011545	2210	0.5606147951064692	2	1	1	1	0	True	44068	fragment	False	MON0010_000000011545	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2211.0	96.47200000000001	100.0	0.024410737186574095	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
CHI0146_000000003180	2210	0.5606147951064692	2	1	1	1	0	True	111286	fragment	False	CHI0146_000000003180	0.9997704315886133		0	0	False	False	0.9995474815368652	0					non-mobilizable	other	2190.0	99.863	99.0	0.01082441600569654	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0075_000000008712	2209	0.5606147951064692	3	1	1	1	0	True	83332	fragment	False	SPA0075_000000008712	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2210.0	95.204	100.0	0.023005144654350045	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ENG0162_000000011234	2202	0.5606147951064692	2	1	1	1	0	True	92712	maximal	True	ENG0162_000000011234	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0292_000000008671	2193	0.5606147951064692	3	1	1	1	0	True	103192	fragment	False	ISR0292_000000008671	1.0		0	0	False	False	0.9995440244674683	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ISR0294_000000008786	2191	0.5606147951064692	2	1	1	1	0	True	91145	fragment	False	MON0046_000000013386	0.6705884726874739		0	0	False	False	1.0	0					non-mobilizable	other	2121.0	93.399	96.0	0.0005666482514911338	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0138_000000013403	2188	0.5606147951064692	3	1	1	1	0	True	131227	maximal	True	ISR0138_000000013403	1.0		0	0	False	False	0.9954296350479126	0					non-mobilizable	other	1795.0	83.454	95.0	0.0005586457248232236	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0099_000000015379	2187	0.5606147951064692	3	1	1	1	0	True	91145	fragment	False	MON0046_000000013386	0.7905261323639737		0	0	False	False	0.9670782089233398	0					non-mobilizable	chromosome	2189.0	94.564	100.0	0.0004970200426804293	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
USA0001_01_000000007422	2186	0.5606147951064692	2	1	1	1	0	True	2283	maximal	True	USA0001_01_000000007422	1.0		1	1	False	False	0.9977127313613892	0					non-mobilizable	no_good_hit	82.0	86.585	4.0	7.051304937698597e-05	NZ_SJSA01000002.1	CFB group bacteria	Duncaniella freteri strain TLL-A3 contig2, whole genome shotgun sequence	True	True
ISR0012_000000010579	2184	0.5606147951064692	2	1	1	1	0	True	97247	fragment	False	ISR0012_000000010579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1664.0	97.897	80.0	0.41012345679012346	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0382_000000006420	2184	0.5606147951064692	3	1	1	1	0	True	112607	fragment	False	ISR0382_000000006420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	80.941	39.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0796_000000010479	2184	0.5606147951064692	3	1	1	1	0	True	76713	fragment	False	ISR0796_000000010479	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2184.0	95.971	100.0	0.00239521615097652	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
AST0153_000000014883	2182	0.5606147951064692	1	1	1	1	0	True	103402	fragment	False	AST0153_000000014883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	3.0	1.811716998559685e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
ENG0137_000000007619	2180	0.5606147951064692	2	1	1	1	0	True	91145	fragment	False	MON0046_000000013386	0.45284159306153826		0	0	False	False	0.9986238479614258	0					non-mobilizable	other	2139.0	97.055	98.0	0.0006948651480602277	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
USA0003_01_000000017844	2180	0.5606147951064692	2	1	1	1	0	True	2238	fragment	False	USA0003_01_000000017844	1.0		0	0	False	False	0.9802752137184143	0					non-mobilizable	no_good_hit								True	True
DEN0071_000000018881	2179	0.5606147951064692	2	1	1	1	0	True	75671	fragment	False	DEN0071_000000018881	0.9987411883182276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	95.652	4.0	1.793653841690002e-05	CP047158.1	firmicutes	Anoxybacillus sp. PDR2 chromosome, complete genome	True	True
MON0054_000000021425	2178	0.5606147951064692	2	1	1	1	0	True	111286	fragment	False	CHI0146_000000003180	0.9925339366515837		0	0	False	False	0.9747474789619446	0					non-mobilizable	other	2178.0	99.954	100.0	0.010765077041754851	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0012_000000011047	2177	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.20467005503296165		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	83.838	5.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
MAD0072_000000002690	2174	0.5606147951064692	2	1	1	1	0	True	56022	fragment	False	MAD0072_000000002690	0.9769598955428374		0	0	False	False	0.9908003807067871	0					non-mobilizable	no_good_hit	1881.0	79.745	86.0	0.2467257573753142	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0111_000000009357	2173	0.5606147951064692	2	1	1	1	0	True	59744	maximal	True	ENG0111_000000009357	1.0		13	7	False	False	0.9986194372177124	0					non-mobilizable	no_good_hit	1332.0	99.625	61.0	0.0002553595283733982	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	True
CHI0137_000000007167	2172	0.5606147951064692	2	1	1	1	0	True	88700	fragment	False	CHI0049_000000007576	0.6612453531598513		0	0	False	False	1.0	0					non-mobilizable	plasmid	1779.0	92.01799999999999	91.0	0.4752688172043011	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
DEN0009_000000001215	2170	0.5606147951064692	2	1	1	1	0	True	94174	fragment	False	DEN0009_000000001215	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1284.0	97.118	59.0	0.3394179894179894	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	True
FIJ0066_000000014943	2170	0.5606147951064692	2	1	1	1	0	True	45330	fragment	False	FIJ0066_000000014943	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1865.0	82.145	86.0	0.00037722786248034425	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
USA0056_01_000000008733	2166	0.5606147951064692	2	1	1	1	0	True	84989	fragment	False	USA0056_01_000000008733	0.9347245471329468		0	0	False	False	0.9990766644477844	0					non-mobilizable	other	2166.0	99.954	100.0	0.00041593501807828413	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
MAD0004_000000004697	2165	0.5606147951064692	2	1	1	1	0	True	101080	fragment	False	MAD0004_000000004697	0.9544817927170868		0	0	False	False	0.9990761876106262	0					non-mobilizable	other	2165.0	93.118	100.0	0.023924291336841638	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0059_000000005783	2165	0.5606147951064692	1	1	1	1	0	True	63377	maximal	True	ENG0059_000000005783	1.0		1	1	False	False	0.9935334920883179	0					non-mobilizable	no_good_hit	141.0	94.32600000000001	7.0	0.0011120587300790983	NZ_JAAIPW010000010.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_10_length_119598_cov_282.667, whole genome shotgun sequence	True	True
MON0003_000000006787	2159	0.5606147951064692	2	1	1	1	0	True	120697	maximal	True	MON0003_000000006787	1.0		2	2	False	False	0.995368242263794	0					non-mobilizable	no_good_hit	1841.0	93.21	85.0	0.00399857925140495	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
CHI0049_000000007576	2152	0.5606147951064692	2	1	1	1	0	True	88700	fragment	False	CHI0049_000000007576	0.9442799443461346		0	0	False	False	1.0	0					non-mobilizable	plasmid	1778.0	93.251	91.0	0.4752688172043011	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
ENG0050_000000012398	2149	0.5606147951064692	2	1	1	1	0	True	64141	maximal	True	ENG0050_000000012398	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	96.38600000000001	12.0	6.70556797377474e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0107_000000018233	2147	0.5606147951064692	2	1	1	1	0	True	76716	maximal	True	MAD0107_000000018233	1.0		1	1	False	False	0.9986026883125305	0					non-mobilizable	no_good_hit	1824.0	97.368	85.0	0.002000219442615756	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
DEN0028_000000013797	2146	0.5606147951064692	3	1	1	1	0	True	74019	fragment	False	ISR0100_000000005753	0.96636742832428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	98.555	89.0	0.2560493827160494	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
TAN0008_000000008871	2146	0.5606147951064692	3	1	1	1	0	True	2758	fragment	False	TAN0008_000000008871	1.0		0	0	False	False	0.999534010887146	0					non-mobilizable	no_good_hit	776.0	95.876	58.0	0.001688773253318167	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0021_000000022631	2142	0.5606147951064692	2	1	1	1	0	True	101080	fragment	False	MAD0004_000000004697	0.9496535796766743		0	0	False	False	0.9953314661979675	0					non-mobilizable	other	2143.0	86.74799999999999	100.0	0.023670012824481494	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0094_000000007983	2139	0.5606147951064692	2	1	1	1	0	True	90614	fragment	False	ENG0094_000000007983	0.9565640069646063		0	0	False	False	0.9976624846458435	0					non-mobilizable	chromosome	2141.0	96.12299999999999	100.0	0.0003836434795226033	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0280_000000005864	2137	0.5606147951064692	2	1	1	1	0	True	26198	maximal	True	ISR0280_000000005864	1.0		1	1	True	True	0.9976602792739868	11					non-mobilizable	no_good_hit								True	True
FIJ0160_000000008511	2134	0.5606147951064692	2	1	1	1	0	True	98475	fragment	False	FIJ0160_000000008511	1.0		0	0	False	False	0.9967197775840759	0					non-mobilizable	no_good_hit								True	True
ISR0221_000000010756	2129	0.5606147951064692	2	1	1	1	0	True	84989	fragment	False	USA0056_01_000000008733	0.7134037594719436		0	0	False	False	0.9990605711936951	0					non-mobilizable	other	2016.0	72.718	93.0	0.07605764044077984	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
ISR0398_000000010926	2129	0.5606147951064692	3	1	1	1	0	True	36021	maximal	True	ISR0398_000000010926	1.0		0	0	False	False	0.9854391813278198	0					non-mobilizable	no_good_hit								True	True
FIJ0031_000000011414	2128	0.5606147951064692	2	1	1	1	0	True	48576	fragment	False	FIJ0031_000000011414	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2030.0	100.0	97.0	0.6939124487004104	AP022012.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-S18-CRE-02_8 DNA, complete genome, strain: WP3-S18-CRE-02	False	True
CHI0136_000000006638	2127	0.5606147951064692	2	1	1	1	0	True	80621	fragment	False	CHI0136_000000006638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1164.0	84.708	55.0	0.00020655985756257947	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
USA0086_01_000000008218	2125	0.5606147951064692	2	1	1	1	0	True	442	fragment	False	USA0086_01_000000008218	1.0		0	0	False	False	0.9995294213294983	0					non-mobilizable	no_good_hit	1892.0	81.29	88.0	0.00035322001627867156	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	True
MON0095_000000014513	2123	0.5606147951064692	2	1	1	1	0	True	129070	fragment	False	CHI0109_000000008736	0.9963088529341104		0	0	False	False	0.98539799451828	0					non-mobilizable	other	2123.0	99.95299999999999	100.0	0.0005638642718644218	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CHI0109_000000008736	2123	0.5606147951064692	2	1	1	1	0	True	129070	fragment	False	CHI0109_000000008736	0.9964694955043916		0	0	False	False	0.9995289444923401	0					non-mobilizable	other	2123.0	100.0	100.0	0.0005638642718644218	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0045_000000006043	2120	0.5606147951064692	2	1	1	1	0	True	97099	fragment	False	ENG0045_000000006043	0.929643221595874		0	0	False	False	0.9971697926521301	0					non-mobilizable	other	2112.0	99.62100000000001	99.0	0.004079045762217332	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
MON0092_000000026130	2119	0.5606147951064692	2	1	1	1	0	True	91145	fragment	False	MON0046_000000013386	0.4725633347155938		0	0	False	False	0.9981123208999634	0					non-mobilizable	chromosome	2119.0	99.434	100.0	0.00048222100338852467	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
USA0010_01_000000012608	2119	0.5606147951064692	2	1	1	1	0	True	91145	fragment	False	MON0046_000000013386	0.47314462259659273		0	0	False	False	0.9971684813499451	0					non-mobilizable	chromosome	2119.0	100.0	100.0	0.00048222100338852467	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
USA0083_01_000000013816	2118	0.5606147951064692	2	1	1	1	0	True	84989	fragment	False	USA0056_01_000000008733	0.9291896124352365		0	0	False	False	1.0	0					non-mobilizable	other	2118.0	99.95299999999999	100.0	0.00040671336409779565	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
USA0034_01_000000025060	2115	0.5606147951064692	2	1	1	1	0	True	91145	fragment	False	MON0046_000000013386	0.6704388047493568		0	0	False	False	1.0	0					non-mobilizable	other	2018.0	96.036	99.0	0.0006555392907565385	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
CHI0083_000000004933	2115	0.5606147951064692	2	1	1	1	0	True	107738	fragment	False	CHI0083_000000004933	0.9663509471585245		0	0	False	False	0.9739952683448792	0					non-mobilizable	chromosome	2115.0	99.95299999999999	100.0	0.0004268703798197331	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
MON0098_000000015562	2113	0.5606147951064692	1	1	1	1	0	True	76490	maximal	True	MON0098_000000015562	1.0		2	2	False	False	0.9895882606506348	0					non-mobilizable	chromosome	1900.0	98.211	90.0	0.0005060381798737652	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0814_000000019089	2113	0.5606147951064692	2	1	1	1	0	True	97099	fragment	False	ENG0045_000000006043	0.9161314111984737		0	0	False	False	0.9962139129638672	0					non-mobilizable	other	2114.0	94.51299999999999	100.0	0.004079045762217332	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
SPA0115_000000012847	2109	0.5606147951064692	3	1	1	1	0	True	97248	fragment	False	SPA0135_000000009919	0.6367352898233318		0	0	False	False	0.9876719117164612	0					non-mobilizable	no_good_hit	1653.0	98.851	78.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0066_000000005502	2107	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9642667745640048	PS584	0	0	True	True	0.9995253682136536	20					non-mobilizable	no_good_hit								True	True
ISR0032_000000015766	2106	0.5606147951064692	2	1	1	1	0	True	100853	backbone	True	ISR0032_000000015766	0.9906252218263144	PS584	31	7	True	True	1.0	51					non-mobilizable	no_good_hit								True	True
ISR0170_000000022124	2104	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9905805749062513	PS584	0	0	True	True	1.0	31					non-mobilizable	no_good_hit								True	True
AUS0014_000000013898	2104	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9905805749062513	PS584	0	0	True	True	1.0	18					non-mobilizable	no_good_hit								True	True
CHI0172_000000003678	2104	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9905805749062513	PS584	0	0	True	True	1.0	98					non-mobilizable	no_good_hit								True	True
USA0023_01_000000014727	2104	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9905805749062513	PS584	0	0	True	True	1.0	35					non-mobilizable	no_good_hit								True	True
USA0025_01_000000007488	2104	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9905805749062513	PS584	0	0	True	True	1.0	15					non-mobilizable	no_good_hit								True	True
ISR0179_000000011242	2104	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9905805749062513	PS584	0	0	True	True	1.0	32					non-mobilizable	no_good_hit								True	True
CHI0169_000000007182	2104	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9890965344298341	PS584	0	0	True	True	1.0	39					non-mobilizable	no_good_hit								True	True
DEN0064_000000019300	2103	0.5606147951064692	2	1	1	1	0	True	71273	maximal	True	DEN0064_000000019300	1.0		2	1	False	False	0.980504035949707	0					non-mobilizable	no_good_hit	147.0	100.0	7.0	2.5483999626467403e-05	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
MAD0082_000000003844	2103	0.5606147951064692	2	1	1	1	0	True	16126	maximal	True	MAD0082_000000003844	1.0		11	2	False	False	0.9985734820365906	0					non-mobilizable	no_good_hit								True	True
ENG0188_000000012297	2102	0.5606147951064692	1	1	1	1	0	True	125809	fragment	False	ISR0825_000000011464	0.47219963277510874		0	0	False	False	0.9966698288917542	0					non-mobilizable	chromosome	2104.0	98.051	100.0	0.0008976261444840253	NZ_CP007519.1	high GC Gram+	Trueperella pyogenes strain TP6375 chromosome, complete genome	False	True
FIJ0104_000000012501	2099	0.5606147951064692	2	1	1	1	0	True	56022	fragment	False	MAD0072_000000002690	0.955634824633133		0	0	False	False	0.9971414804458618	0					non-mobilizable	no_good_hit	1858.0	79.548	87.0	0.2434184415928033	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
FIJ0003_000000011420	2096	0.5606147951064692	2	1	1	1	0	True	98495	fragment	False	FIJ0003_000000011420	0.983946819288497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	90.0	4.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0020_000000009836	2094	0.5606147951064692	1	1	1	1	0	True	76491	fragment	False	MON0020_000000009836	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1999.0	98.249	95.0	0.0005327138878270475	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0779_000000016236	2094	0.5606147951064692	3	1	1	1	0	True	58810	fragment	False	ISR0779_000000016236	1.0		0	0	False	False	0.9995224475860596	0					non-mobilizable	no_good_hit	1457.0	97.941	84.0	0.4760962743158589	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
FIJ0048_000000015630	2092	0.5606147951064692	3	1	1	1	0	True	100317	fragment	False	FIJ0048_000000015630	0.9794871794871796		0	0	False	False	0.9966539144515991	0					non-mobilizable	other	2093.0	96.273	100.0	0.0022953697608075487	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0115_000000009571	2088	0.5606147951064692	2	1	1	1	0	True	59540	maximal	True	ENG0115_000000009571	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2082.0	88.521	99.0	0.004090221764243724	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0011_000000013232	2086	0.5606147951064692	2	1	1	1	0	True	67180	fragment	False	ENG0011_000000013232	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0841_000000006828	2084	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9862634050615963	PS584	0	0	True	True	1.0	42					non-mobilizable	no_good_hit								True	True
CHI0081_000000004892	2084	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9905783699661377	PS584	0	0	True	True	0.9990403056144714	10					non-mobilizable	no_good_hit								True	True
CHI0023_000000006492	2084	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9862634050615963	PS584	0	0	True	True	1.0	108					non-mobilizable	no_good_hit								True	True
ISR0779_000000016333	2084	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9883259075355171	PS584	0	0	True	True	1.0	40					non-mobilizable	no_good_hit								True	True
ISR0851_000000006232	2084	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9862634050615963	PS584	0	0	True	True	1.0	33					non-mobilizable	no_good_hit								True	True
CAN0003_000000023840	2081	0.5606147951064692	4	1	1	1	0	True	96614	maximal	True	CAN0003_000000023840	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0099_000000010685	2079	0.5606147951064692	1	1	1	1	0	True	42781	maximal	True	FIJ0099_000000010685	1.0		1	1	False	False	0.9975950121879578	0					non-mobilizable	no_good_hit	657.0	99.696	32.0	0.0009086413733781929	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	True
DEN0073_000000025223	2076	0.5606147951064692	2	1	1	1	0	True	110186	maximal	True	DEN0073_000000025223	1.0		0	0	False	False	0.9816955924034119	0					non-mobilizable	no_good_hit	863.0	76.593	55.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0830_000000013810	2076	0.5606147951064692	3	1	1	1	0	True	83331	fragment	False	ISR0332_000000007120	0.8876652547519766		0	0	False	False	0.9956647157669067	0					non-mobilizable	other	2076.0	100.0	100.0	0.004587074838954987	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ENG0172_000000010721	2075	0.5606147951064692	2	1	1	1	0	True	129070	fragment	False	CHI0109_000000008736	0.9781755377610301		0	0	False	False	1.0	0					non-mobilizable	other	2075.0	99.95200000000001	100.0	0.0005511095663745573	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0007_000000008411	2074	0.5606147951064692	3	1	1	1	0	True	111281	fragment	False	FIJ0007_000000008411	1.0		0	0	False	False	0.9995178580284119	0					non-mobilizable	other	2074.0	99.95200000000001	100.0	0.010250806020926874	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0055_000000010922	2072	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.7203354003777299		0	0	False	False	1.0	0					non-mobilizable	other	2006.0	93.868	96.0	0.004358124524692044	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
SPA0126_000000020816	2071	0.5606147951064692	1	1	1	1	0	True	3969	maximal	True	SPA0126_000000020816	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	1007.0	72.89	47.0	0.0003124150151173109	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
MON0041_000000031155	2069	0.5606147951064692	3	1	1	1	0	True	11807	maximal	True	MON0041_000000031155	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	85.714	3.0	1.705763607449545e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
USA0111_01_000000012228	2068	0.5606147951064692	3	1	1	1	0	True	302	maximal	True	USA0111_01_000000012228	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	83.667	48.0	0.00671555226938183	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
SPA0056_000000017242	2066	0.5606147951064692	2	1	1	1	0	True	101437	fragment	False	SPA0056_000000017242	0.9950714637752588		0	0	False	False	1.0	0					non-mobilizable	chromosome	2066.0	100.0	100.0	0.00037037110108189614	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0004_000000009107	2063	0.5606147951064692	3	1	1	1	0	True	38571	fragment	False	ISR0004_000000009107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0024_000000024394	2063	0.5606147951064692	3	1	1	1	0	True	98497	fragment	False	FIJ0155_000000007883	0.1361966008268259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	90.0	4.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0041_000000031272	2063	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.691322217355688		0	0	False	False	0.9995152950286865	0					non-mobilizable	other	1961.0	92.912	95.0	0.004260066722886473	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0018_000000009121	2062	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.9515224076425174		0	0	False	False	0.9995150566101074	0					non-mobilizable	no_good_hit	338.0	93.787	16.0	8.989713580256135e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0011_000000021872	2056	0.5606147951064692	2	1	1	1	0	True	82987	maximal	True	DEN0011_000000021872	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	98.18299999999999	72.0	0.3395061728395062	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
FIJ0080_000000012051	2055	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.7932122016208816		0	0	False	False	1.0	0					non-mobilizable	other	2001.0	92.304	97.0	0.004345050151117968	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0167_000000009715	2053	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.39616498763587954		0	0	False	False	1.0	0					non-mobilizable	other	2053.0	96.59	100.0	0.0026802612862903068	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0156_000000008934	2050	0.5606147951064692	2	1	1	1	0	True	129068	fragment	False	SPA0156_000000008934	0.9987675070028011		0	0	False	False	1.0	0					non-mobilizable	other	2050.0	100.0	100.0	0.0005444664905985863	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MAD0090_000000006239	2048	0.5606147951064692	2	1	1	1	0	True	84297	fragment	False	MAD0090_000000006239	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2049.0	96.633	100.0	0.0003673220411698418	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
CHI0028_000000006754	2045	0.5606147951064692	2	1	1	1	0	True	88700	fragment	False	CHI0049_000000007576	0.8826970956250669		0	0	False	False	1.0	0					non-mobilizable	plasmid	1351.0	95.929	94.0	0.3618279569892473	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
ENG0004_000000012822	2044	0.5606147951064692	4	1	1	1	0	True	103193	fragment	False	ENG0004_000000012822	0.9832448547716678		0	0	False	False	0.9990215301513672	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
USA0066_01_000000010122	2041	0.5606147951064692	2	1	1	1	0	True	828	fragment	False	USA0066_01_000000010122	1.0		0	0	False	False	0.9955903887748718	0					non-mobilizable	no_good_hit								True	True
MAD0041_000000016952	2035	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.4889658066278219		0	0	False	False	1.0	0					non-mobilizable	other	2035.0	96.65799999999999	100.0	0.0026567502223754794	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0023_000000010610	2031	0.5606147951064692	2	1	1	1	0	True	76488	fragment	False	MON0023_000000010610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1765.0	98.244	87.0	0.00047002597413683413	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0071_000000017632	2031	0.5606147951064692	2	1	1	1	0	True	98495	fragment	False	FIJ0003_000000011420	0.9808918766381604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	88.75	4.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
SPA0006_000000015720	2030	0.5606147951064692	2	1	1	1	0	True	94172	fragment	False	SPA0006_000000015720	1.0		0	0	False	False	0.9482758641242981	0		MOBV			mobilizable	plasmid	1855.0	96.119	91.0	0.48968253968253966	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0039_000000013335	2030	0.5606147951064692	2	1	1	1	0	True	84989	fragment	False	USA0056_01_000000008733	0.7015482382548475		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	72.691	97.0	0.07598058102797256	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
DEN0063_000000024019	2030	0.5606147951064692	2	1	1	1	0	True	71522	maximal	True	DEN0063_000000024019	1.0		3	3	False	False	0.9901477694511414	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006723107569721116	XR_004602464.1	bivalves	PREDICTED: Crassostrea gigas nucleolysin TIAR (LOC105320706), transcript variant X16, misc_RNA	True	True
FIJ0083_000000017531	2029	0.5606147951064692	2	1	1	1	0	True	56022	fragment	False	MAD0072_000000002690	0.9408662311494091		0	0	False	False	0.9965500235557556	0					non-mobilizable	no_good_hit	1743.0	80.436	85.0	0.22873395951845482	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
CHI0020_000000004950	2029	0.5606147951064692	2	1	1	1	0	True	101437	fragment	False	SPA0056_000000017242	0.9873391442648366		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	99.852	100.0	0.005546150922033917	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0079_000000013685	2027	0.5606147951064692	3	1	1	1	0	True	89528	fragment	False	ISR0079_000000013685	1.0		0	0	False	False	0.9995066523551941	0					non-mobilizable	other	2027.0	99.161	100.0	0.003999415682605108	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0167_000000009863	2025	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.3916378989347959		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	98.17399999999999	100.0	0.02237650908769292	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
FIJ0132_000000016006	2025	0.5606147951064692	3	1	1	1	0	True	40782	maximal	True	FIJ0132_000000016006	1.0		27	9	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	87.147	51.0	0.007116250625451715	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	True	True
ISR0319_000000009633	2022	0.5606147951064692	3	1	1	1	0	True	54366	fragment	False	ISR0319_000000009633	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1925.0	93.09100000000001	100.0	0.001233756448525616	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0032_000000016447	2022	0.5606147951064692	2	1	1	1	0	True	97102	fragment	False	ISR0032_000000016447	1.0		0	0	False	False	0.9995054602622986	0					non-mobilizable	no_good_hit	1792.0	93.08	88.0	0.0034549189118164795	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	True
ISR0130_000000014755	2022	0.5606147951064692	2	1	1	1	0	True	80173	fragment	False	ISR0130_000000014755	1.0		0	0	False	False	0.9995054602622986	0					non-mobilizable	no_good_hit								True	True
ISR0229_000000007976	2018	0.5606147951064692	3	1	1	1	0	True	27572	fragment	False	ISR0229_000000007976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	78.992	35.0	0.2614403600900225	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0192_000000010801	2017	0.5606147951064692	2	1	1	1	0	True	92724	maximal	True	ENG0192_000000010801	1.0		2	1	False	False	0.9970253109931946	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	2.0505514904271623e-05	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	True
CHI0006_000000007162	2016	0.5606147951064692	2	1	1	1	0	True	90614	fragment	False	ENG0094_000000007983	0.942804267877884		0	0	False	False	1.0	0					non-mobilizable	other	2016.0	96.03200000000001	100.0	0.11552574246072699	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
DEN0035_000000016643	2014	0.5606147951064692	2	1	1	1	0	True	73442	maximal	True	DEN0035_000000016643	1.0		2	2	False	False	0.9915590882301331	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00017882789491625826	NZ_FQYI01000005.1	CFB group bacteria	Cruoricaptor ignavus strain DSM 25479, whole genome shotgun sequence	True	True
ETH0004_000000013925	2012	0.5606147951064692	2	1	1	1	0	True	52899	maximal	True	ETH0004_000000013925	1.0		1	1	False	False	0.9855864644050598	0					non-mobilizable	no_good_hit								True	True
DEN0005_000000018100	2011	0.5606147951064692	1	1	1	1	0	True	76487	fragment	False	DEN0005_000000018100	0.9616521810815231		0	0	False	False	1.0	0					non-mobilizable	chromosome	1936.0	99.742	100.0	0.0005159081918164796	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0063_000000014514	2010	0.5606147951064692	3	1	1	1	0	True	96928	fragment	False	MON0063_000000014514	0.9503449080347566		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1316.0	96.65700000000001	97.0	0.3478835978835979	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
FIJ0122_000000008069	2009	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.5236466348569312		0	0	False	False	1.0	0					non-mobilizable	other	2009.0	95.47	100.0	0.0026227897967207293	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
CHI0137_000000007897	2008	0.5606147951064692	1	1	1	1	0	True	80519	fragment	False	CHI0137_000000007897	1.0		0	0	False	False	0.9975099563598633	0					non-mobilizable	no_good_hit	1011.0	88.32799999999999	66.0	0.3094645080946451	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	True	True
DEN0024_000000004212	2007	0.5606147951064692	1	1	1	1	0	True	75945	fragment	False	DEN0024_000000004212	0.991974998935822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0028_000000012802	2006	0.5606147951064692	2	1	1	1	0	True	107738	fragment	False	CHI0083_000000004933	0.9420803782505911		0	0	False	False	0.9945164322853088	0					non-mobilizable	chromosome	2007.0	95.765	100.0	0.0003923685203421062	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
FIJ0079_000000013972	2006	0.5606147951064692	2	1	1	1	0	True	131225	maximal	True	FIJ0079_000000013972	1.0		0	0	False	False	0.981056809425354	0					non-mobilizable	no_good_hit	1464.0	94.536	73.0	0.000410868742893404	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0348_000000008055	2006	0.5606147951064692	2	1	1	1	0	True	118260	maximal	True	ISR0348_000000008055	1.0		619	14	False	False	0.9985044598579407	0					non-mobilizable	other	1657.0	99.819	100.0	0.002884762874234797	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
MAD0036_000000014842	2004	0.5606147951064692	2	1	1	1	0	True	56022	fragment	False	MAD0072_000000002690	0.9349773975497349		0	0	False	False	0.9995009899139404	0					non-mobilizable	no_good_hit	1761.0	79.443	87.0	0.2312475195131631	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
FIJ0058_000000020119	2003	0.5606147951064692	2	1	1	1	0	True	51210	fragment	False	FIJ0058_000000020119	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2002.0	97.602	99.0	0.022122230575332774	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0789_000000006931	2003	0.5606147951064692	2	1	1	1	0	True	95844	fragment	False	ISR0789_000000006931	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2003.0	99.251	100.0	0.0004379974372117985	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
TAN0005_000000008513	1996	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.15050214607835208		0	0	False	False	0.9994990229606628	0					non-mobilizable	other	1990.0	87.387	99.0	0.02198956352540574	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
FIJ0130_000000010321	1995	0.5606147951064692	2	1	1	1	0	True	98495	fragment	False	FIJ0003_000000011420	0.9703803826941941		0	0	False	False	0.995989978313446	0					non-mobilizable	no_good_hit	80.0	88.75	4.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
SPA0040_000000021018	1993	0.5606147951064692	2	1	1	1	0	True	97246	fragment	False	SPA0040_000000021018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	98.712	83.0	0.3251851851851852	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MAD0061_000000008677	1992	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.1981010683589015		0	0	False	False	1.0	0					non-mobilizable	other	1992.0	97.641	100.0	0.002600584903023392	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0353_000000018589	1992	0.5606147951064692	2	1	1	1	0	True	97099	fragment	False	ENG0045_000000006043	0.8970118052478601		0	0	False	False	1.0	0					non-mobilizable	other	1948.0	93.12100000000001	100.0	0.0037563547900286557	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
AST0084_000000017591	1991	0.5606147951064692	2	1	1	1	0	True	111384	fragment	False	AST0084_000000017591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	86.79	56.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0113_000000015457	1990	0.5606147951064692	3	1	1	1	0	True	4493	maximal	True	SPA0113_000000015457	1.0		2	1	False	False	0.9864321351051331	0					non-mobilizable	no_good_hit	1084.0	92.804	54.0	0.0002194743376433004	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ISR0332_000000007120	1986	0.5606147951064692	2	1	1	1	0	True	83331	fragment	False	ISR0332_000000007120	0.9475466203105052		0	0	False	False	0.9743202328681946	0					non-mobilizable	other	1983.0	99.344	100.0	0.0012696661996261537	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
DEN0011_000000022705	1986	0.5606147951064692	2	1	1	1	0	True	75671	fragment	False	DEN0071_000000018881	0.9545663148233134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	97.22200000000001	4.0	0.0009728708027573938	NZ_JH417587.1	firmicutes	Anaeroglobus geminatus F0357 Scfld34, whole genome shotgun sequence	True	True
ITA0006_000000012051	1982	0.5606147951064692	2	1	1	1	0	True	96522	fragment	False	MAD0106_000000011011	0.9488189279521543		0	0	False	False	0.9974772930145264	0					non-mobilizable	chromosome	1982.0	98.73899999999999	100.0	0.00035530515798703935	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0075_000000012455	1981	0.5606147951064692	2	1	1	1	0	True	101437	fragment	False	SPA0056_000000017242	0.9765931107683348		0	0	False	False	0.9813225865364075	0					non-mobilizable	chromosome	1981.0	100.0	100.0	0.0003551258015216244	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0023_000000010929	1981	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.15006643120495133		0	0	False	False	0.9984856247901917	0					non-mobilizable	other	1982.0	87.588	100.0	0.021890063237960465	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
USA0084_01_000000016406	1978	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.7507595655632852		0	0	False	False	0.9994944334030151	0					non-mobilizable	other	1807.0	92.75	91.0	0.0005072627092493804	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0168_000000010991	1978	0.5606147951064692	3	1	1	1	0	True	47182	fragment	False	FIJ0168_000000010991	1.0		0	0	False	False	0.9959555268287659	0					non-mobilizable	chromosome	1970.0	99.492	99.0	0.0005249779325205956	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ENG0082_000000010323	1977	0.5606147951064692	3	1	1	1	0	True	74019	fragment	False	ISR0100_000000005753	0.6374650512581548		0	0	False	False	0.9908952713012695	0					non-mobilizable	no_good_hit	1012.0	98.51799999999999	88.0	0.24962962962962962	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0013_000000027378	1975	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.9213020516424569		0	0	False	False	0.9893670678138733	0					non-mobilizable	no_good_hit	161.0	96.273	8.0	0.0022337633327748924	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
FIJ0162_000000011358	1971	0.5606147951064692	2	1	1	1	0	True	39231	maximal	True	FIJ0162_000000011358	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1975.0	89.62	100.0	0.0005958039073243656	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	False	True
ISR0001_000000013284	1971	0.5606147951064692	1	1	1	1	0	True	91140	maximal	True	ISR0001_000000013284	1.0		9	2	False	False	0.9903602004051208	0					non-mobilizable	no_good_hit	1689.0	96.98	89.0	0.004557703004087892	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
SPA0113_000000015588	1969	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.7605612783897977		0	0	False	False	0.997460663318634	0					non-mobilizable	other	1966.0	95.524	100.0	0.0005477313132005775	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0097_000000018341	1969	0.5606147951064692	2	1	1	1	0	True	107737	fragment	False	MON0097_000000018341	0.9986762610137667		0	0	False	False	0.9989842772483826	0					non-mobilizable	other	1969.0	100.0	100.0	0.008465353561857732	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0035_000000011305	1967	0.5606147951064692	2	1	1	1	0	True	129068	fragment	False	SPA0156_000000008934	0.9894374530299924		0	0	False	False	1.0	0					non-mobilizable	other	1967.0	100.0	100.0	0.0005224114790223624	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CHI0134_000000007788	1965	0.5606147951064692	3	1	1	1	0	True	80737	fragment	False	CHI0134_000000007788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0190_000000015370	1964	0.5606147951064692	1	1	1	1	0	True	54810	maximal	True	ENG0190_000000015370	1.0		3	2	False	False	0.9689409136772156	0					non-mobilizable	no_good_hit	1009.0	96.829	51.0	0.001603418080129546	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0286_000000009413	1964	0.5606147951064692	3	1	1	1	0	True	93553	fragment	False	FIJ0129_000000010863	0.9404103877180227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	81.542	43.0	0.0017773614337661034	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0129_000000010863	1964	0.5606147951064692	3	1	1	1	0	True	93553	fragment	False	FIJ0129_000000010863	0.9592272885328371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	85.029	43.0	0.0017773614337661034	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0031_000000007237	1963	0.5606147951064692	3	1	1	1	0	True	51407	fragment	False	MAD0031_000000007237	1.0		0	0	False	False	0.9964340329170227	0					non-mobilizable	no_good_hit	80.0	90.0	4.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0100_000000022897	1963	0.5606147951064692	2	1	1	1	0	True	83331	fragment	False	ISR0332_000000007120	0.550833861625306		0	0	False	False	0.9994905591011047	0					non-mobilizable	other	1963.0	99.287	100.0	0.020432817479327653	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
SPA0064_000000010782	1962	0.5606147951064692	1	1	1	1	0	True	107615	fragment	False	SPA0064_000000010782	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1937.0	100.0	99.0	0.009573352849259252	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0049_000000011027	1960	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.39211462295245303		0	0	False	False	1.0	0					non-mobilizable	other	1774.0	93.06700000000001	90.0	0.003852582079827767	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MAD0106_000000011011	1958	0.5606147951064692	2	1	1	1	0	True	96522	fragment	False	MAD0106_000000011011	0.9578480640899554		0	0	False	False	0.9933605790138245	0					non-mobilizable	chromosome	1958.0	95.863	100.0	0.00035100060281708024	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0008_000000017960	1957	0.5606147951064692	3	1	1	1	0	True	82979	fragment	False	MON0008_000000017960	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	98.272	81.0	0.32839506172839505	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0087_000000025927	1956	0.5606147951064692	1	1	1	1	0	True	46519	fragment	False	MON0087_000000025927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	97.008	32.0	0.00012872037933936396	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ISR0183_000000016320	1955	0.5606147951064692	2	1	1	1	0	True	29467	fragment	False	ISR0183_000000016320	1.0		0	0	False	False	0.9974424839019775	0					non-mobilizable	other	1955.0	100.0	100.0	0.04273466888286239	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0089_000000004320	1954	0.5606147951064692	3	1	1	1	0	True	96928	fragment	False	MON0063_000000014514	0.934130973240055		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1306.0	96.17200000000001	97.0	0.34523809523809523	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0124_000000015013	1953	0.5606147951064692	1	1	1	1	0	True	93948	fragment	False	SPA0124_000000015013	0.9989685404847859		0	0	False	False	0.995903730392456	0		MOBV			mobilizable	plasmid	1954.0	99.693	100.0	0.638534510958456	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
MAD0107_000000020155	1952	0.5606147951064692	3	1	1	1	0	True	103193	fragment	False	ENG0004_000000012822	0.9750001758940696		0	0	False	False	0.9892417788505554	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	3.0	0.009207833966676411	NZ_CCAT010000061.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
ITA0004_000000000689	1951	0.5606147951064692	2	1	1	1	0	True	111284	fragment	False	ITA0004_000000000689	0.9587628865979381		0	0	False	False	0.9989748597145081	0					non-mobilizable	other	1951.0	100.0	100.0	0.009642581640524556	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0006_000000011179	1950	0.5606147951064692	1	1	1	1	0	True	15778	maximal	True	MON0006_000000011179	1.0		1	1	False	False	0.9933333396911621	0					non-mobilizable	no_good_hit	1252.0	85.304	86.0	0.1645720333377431	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0057_000000012683	1950	0.5606147951064692	3	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.7564257639566622		0	0	False	False	1.0	0					non-mobilizable	other	1953.0	93.70200000000001	100.0	0.000541829641791028	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
AUS0016_000000014547	1950	0.5606147951064692	2	1	1	1	0	True	100317	fragment	False	FIJ0048_000000015630	0.9467017208413002		0	0	False	False	1.0	0					non-mobilizable	other	1950.0	96.256	100.0	0.0021384682905420233	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0072_000000012807	1948	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.7380054687125722		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	94.76700000000001	100.0	0.0005407055139034948	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0042_000000011971	1947	0.5606147951064692	3	1	1	1	0	True	103193	fragment	False	ENG0004_000000012822	0.9743120608899297		0	0	False	False	0.9917822480201721	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	3.0	0.009207833966676411	NZ_CCAT010000061.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
CAN0002_000000009779	1945	0.5606147951064692	3	1	1	1	0	True	96928	fragment	False	MON0063_000000014514	0.9209727547862868		0	0	False	False	0.983547568321228	0		MOBV			mobilizable	plasmid	1387.0	96.539	98.0	0.36587301587301585	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MAD0013_000000012598	1943	0.5606147951064692	1	1	1	1	0	True	19569	fragment	False	MAD0013_000000012598	1.0		0	0	False	False	0.9989706873893738	0					non-mobilizable	no_good_hit								True	True
ENG0142_000000017421	1942	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.45704385450490853		0	0	False	False	1.0	0					non-mobilizable	other	1827.0	88.45100000000001	94.0	0.0005109161248838635	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0092_000000014772	1941	0.5606147951064692	1	1	1	1	0	True	73327	fragment	False	ISR0092_000000014772	1.0		0	0	False	False	0.9953632354736328	0					non-mobilizable	no_good_hit	1704.0	77.7	87.0	0.00035755899353796073	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
MON0034_000000014498	1940	0.5606147951064692	2	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.8307150613211889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	285.0	94.035	15.0	0.003950968894845591	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
TAN0002_000000020487	1940	0.5606147951064692	2	1	1	1	0	True	97245	fragment	False	TAN0002_000000020487	1.0		0	0	False	False	0.9814432859420776	0					non-mobilizable	no_good_hit	1423.0	97.119	73.0	0.3506172839506173	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0103_000000015078	1939	0.5606147951064692	1	1	1	1	0	True	93948	fragment	False	SPA0124_000000015013	0.9953917050691244		0	0	False	False	0.9974213242530823	0		MOBV			mobilizable	plasmid	1940.0	99.794	100.0	0.633954857703631	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
FIJ0011_000000023031	1937	0.5606147951064692	3	1	1	1	0	True	69979	fragment	False	FIJ0011_000000023031	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0090_01_000000004479	1936	0.5606147951064692	2	1	1	1	0	True	396	maximal	True	USA0090_01_000000004479	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	89.759	9.0	0.04521643231320651	HG796810.1	bacteria	Uncultured bacterium plasmid pRGF00092	True	True
MON0004_000000022261	1934	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.9476363568953478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	93.617	12.0	0.003252917853353437	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
ISR0827_000000005979	1933	0.5606147951064692	2	1	1	1	0	True	81969	maximal	True	ISR0827_000000005979	1.0		47	7	False	False	1.0	0					non-mobilizable	other	1933.0	99.897	100.0	0.0005852156710579046	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0119_000000016121	1933	0.5606147951064692	2	1	1	1	0	True	32344	fragment	False	ISR0119_000000016121	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	89.24600000000001	97.0	0.0011959229607589783	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
CHI0020_000000005220	1932	0.5606147951064692	3	1	1	1	0	True	89370	maximal	True	CHI0020_000000005220	1.0		1	1	False	False	0.9943064451217651	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00015507192128763167	NZ_KE383883.1	CFB group bacteria	Hugenholtzia roseola DSM 9546 G500DRAFT_scaffold00006.6, whole genome shotgun sequence	True	True
SPA0016_000000017374	1932	0.5606147951064692	3	1	1	1	0	True	7873	fragment	False	SPA0016_000000017374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	86.458	5.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0032_000000018755	1927	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.906236546954175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	94.118	11.0	0.0028340872284581447	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
SPA0149_000000020561	1927	0.5606147951064692	2	1	1	1	0	True	67512	maximal	True	SPA0149_000000020561	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	99.87299999999999	81.0	0.00034304694383021977	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	True
ISR0054_000000013162	1926	0.5606147951064692	1	1	1	1	0	True	120691	maximal	True	ISR0054_000000013162	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	94.837	81.0	0.0034167696273585627	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
CHI0120_000000007651	1925	0.5606147951064692	2	1	1	1	0	True	118111	fragment	False	CHI0120_000000007651	0.9622077215878195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0123_000000007150	1925	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9548900989456354	PS584	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0032_000000014886	1923	0.5606147951064692	2	1	1	1	0	True	49293	fragment	False	MON0032_000000014886	0.9664977477477477		0	0	False	False	1.0	0					non-mobilizable	other	1921.0	96.096	99.0	0.002106649111257406	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0052_000000014231	1923	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.7634974400406241		0	0	False	False	0.9921996593475342	0					non-mobilizable	other	1927.0	92.11200000000001	100.0	0.004194694855016092	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
SPA0054_000000015447	1922	0.5606147951064692	1	1	1	1	0	True	6431	maximal	True	SPA0054_000000015447	1.0		14	7	False	False	1.0	0					non-mobilizable	other	1821.0	84.185	94.0	0.012169394718455559	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0846_000000005374	1922	0.5606147951064692	1	1	1	1	0	True	97659	maximal	True	ISR0846_000000005374	1.0		28	7	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	88.889	6.0	1.906148632523136e-05	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
BAN0014_000000001786	1921	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.9194275574974203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	96.212	7.0	3.494517741879981e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0023_000000017252	1920	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.28657831814277646		0	0	False	False	1.0	0					non-mobilizable	other	1920.0	94.948	100.0	0.02121567240083138	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0047_000000010130	1919	0.5606147951064692	1	1	1	1	0	True	75945	fragment	False	DEN0024_000000004212	0.9829109041238939		0	0	False	False	0.9989578127861023	0					non-mobilizable	no_good_hit								True	True
FIJ0043_000000014511	1918	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.8236291180183848		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	94.014	100.0	0.0005232815316467294	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0125_000000008062	1917	0.5606147951064692	1	1	1	1	0	True	92725	maximal	True	CHI0125_000000008062	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	100.0	15.0	0.00031134542737349	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	True
AST0113_000000019706	1916	0.5606147951064692	2	1	1	1	0	True	106543	fragment	False	AST0113_000000019706	1.0		0	0	False	False	0.9958246350288391	0					non-mobilizable	other	1916.0	95.66799999999999	100.0	0.005237119830224335	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0171_000000014850	1916	0.5606147951064692	1	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.14778200680789363		0	0	False	False	0.9968684911727905	0					non-mobilizable	other	1916.0	97.912	100.0	0.021160394463361782	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
USA0003_01_000000020086	1915	0.5606147951064692	2	1	1	1	0	True	59847	fragment	False	USA0003_01_000000020086	1.0		0	0	False	False	0.9953002333641052	0					non-mobilizable	plasmid	1018.0	99.214	94.0	0.2511111111111111	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
MAD0069_000000004521	1914	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.3406064276821778		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	96.499	100.0	0.002498703626059141	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
USA0051_01_000000010669	1911	0.5606147951064692	1	1	1	1	0	True	1096	fragment	False	USA0051_01_000000010669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0115_000000012500	1910	0.5606147951064692	1	1	1	1	0	True	49068	fragment	False	FIJ0077_000000015527	0.9806586513329849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	89.552	15.0	0.0018949801974569365	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
MON0101_000000033815	1907	0.5606147951064692	3	1	1	1	0	True	51209	fragment	False	MON0101_000000033815	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	90.432	96.0	0.020198558351390793	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
FIJ0162_000000011755	1906	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.8265219501982631	PS584	0	0	False	True	0.999475359916687	0					non-mobilizable	no_good_hit								True	True
MON0060_000000021476	1906	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.7381266163131491		0	0	False	False	1.0	0					non-mobilizable	other	1882.0	93.305	99.0	0.004092278928685829	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0005_000000028432	1906	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.7381266163131491		0	0	False	False	1.0	0					non-mobilizable	other	1882.0	93.305	99.0	0.004092278928685829	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0099_000000018105	1903	0.5606147951064692	2	1	1	1	0	True	12498	fragment	False	MON0099_000000018105	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1684.0	76.96	88.0	0.00035164543664542504	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
CHI0078_000000008163	1902	0.5606147951064692	2	1	1	1	0	True	94176	fragment	False	CHI0078_000000008163	1.0		0	0	False	False	0.9768664836883545	0		MOBV			mobilizable	plasmid	1349.0	95.775	91.0	0.3566137566137566	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0822_000000003805	1901	0.5606147951064692	1	1	1	1	0	True	76487	fragment	False	DEN0005_000000018100	0.6413318856315599		0	0	False	False	1.0	0					non-mobilizable	chromosome	1807.0	96.071	95.0	0.0004817632856362783	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
USA0004_01_000000012284	1899	0.5606147951064692	1	1	1	1	0	True	2202	fragment	False	USA0004_01_000000012284	0.987527114967462		0	0	False	False	0.994207501411438	0					non-mobilizable	no_good_hit	611.0	87.07	46.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0015_000000013549	1893	0.5606147951064692	1	1	1	1	0	True	91139	maximal	True	ISR0015_000000013549	1.0		1	1	False	False	0.9862651824951172	0					non-mobilizable	no_good_hit	1686.0	92.289	89.0	0.0004498908612973085	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
FIJ0113_000000013484	1891	0.5606147951064692	2	1	1	1	0	True	98490	fragment	False	FIJ0113_000000013484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	608.0	95.23	33.0	0.00016192154727642354	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0144_000000016674	1890	0.5606147951064692	2	1	1	1	0	True	40085	maximal	True	FIJ0144_000000016674	1.0		0	0	False	False	0.9888888597488403	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	4.1752893687664195e-07	LR812512.1	bony fishes	Danio aesculapii genome assembly, chromosome: 7	True	True
ISR0045_000000013636	1890	0.5606147951064692	2	1	1	1	0	True	36243	maximal	True	ISR0045_000000013636	1.0		3	3	False	False	0.9788359999656677	0					non-mobilizable	no_good_hit								True	True
DEN0017_000000015538	1887	0.5606147951064692	1	1	1	1	0	True	75220	fragment	False	DEN0017_000000015538	1.0		0	0	False	False	0.9925808310508728	0					non-mobilizable	chromosome	1871.0	88.135	99.0	0.00033188231847619266	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
FIJ0105_000000017029	1887	0.5606147951064692	2	1	1	1	0	True	42425	maximal	True	FIJ0105_000000017029	1.0		13	5	False	False	0.9878113269805908	0					non-mobilizable	no_good_hit	881.0	99.88600000000001	47.0	0.0017004075181199676	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	True
DEN0043_000000004302	1887	0.5606147951064692	1	1	1	1	0	True	75945	fragment	False	DEN0024_000000004212	0.9741323792992916		0	0	False	False	0.998940110206604	0					non-mobilizable	no_good_hit								True	True
MAD0030_000000006121	1886	0.5606147951064692	2	1	1	1	0	True	44067	fragment	False	MAD0030_000000006121	0.9407638903185204		0	0	False	False	1.0	0					non-mobilizable	other	1887.0	97.721	100.0	0.0208287268385442	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MON0070_000000018028	1877	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.334311218056177		0	0	False	False	1.0	0					non-mobilizable	other	1877.0	95.685	100.0	0.002450375328011996	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0015_000000020122	1875	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.7012895514128833		0	0	False	False	0.9957333207130432	0					non-mobilizable	other	1845.0	89.648	98.0	0.0005165367643215298	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0112_000000009702	1874	0.5606147951064692	2	1	1	1	0	True	82421	maximal	True	CHI0112_000000009702	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1149.0	97.302	61.0	0.024822850144344325	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
CHI0033_000000003667	1874	0.5606147951064692	3	1	1	1	0	True	88354	fragment	False	CHI0033_000000003667	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1392.0	93.463	82.0	0.3717741935483871	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	True	True
USA0125_01_000000012699	1872	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.2611822156419018	PS584	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	3.0	0.00020682102522199354	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0316_000000011067	1870	0.5606147951064692	2	1	1	1	0	True	25209	fragment	False	ISR0316_000000011067	1.0		0	0	False	False	0.9914438724517822	0					non-mobilizable	other	1871.0	88.883	100.0	0.0005470244854953588	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0264_000000005776	1869	0.5606147951064692	2	1	1	1	0	True	82963	fragment	False	ISR0264_000000005776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	89.041	77.0	0.3422222222222222	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0159_000000012279	1869	0.5606147951064692	2	1	1	1	0	True	56521	maximal	True	ENG0159_000000012279	1.0		1	1	False	False	0.9850187301635742	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000017185	1868	0.5606147951064692	2	1	1	1	0	True	48861	maximal	True	FIJ0029_000000017185	1.0		21	3	False	False	0.9914346933364868	0					non-mobilizable	no_good_hit	42.0	97.619	2.0	0.0002576153614155022	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MAD0071_000000003270	1867	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.14891339755223604		0	0	False	False	0.9994643926620483	0					non-mobilizable	other	1867.0	98.072	100.0	0.0005464388061746999	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
USA0072_01_000000009965	1866	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.6402096262108147	PS584	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
USA0132_01_000000008543	1866	0.5606147951064692	1	1	1	1	0	True	125809	fragment	False	ISR0825_000000011464	0.23406477209059645		0	0	False	False	0.9967845678329468	0					non-mobilizable	other	1871.0	90.166	100.0	0.00058436663972244	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0139_000000013917	1866	0.5606147951064692	2	1	1	1	0	True	98473	fragment	False	FIJ0139_000000013917	1.0		0	0	False	False	0.9967845678329468	0					non-mobilizable	no_good_hit								True	True
ENG0105_000000011902	1864	0.5606147951064692	1	1	1	1	0	True	97097	fragment	False	ENG0105_000000011902	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1873.0	93.32600000000001	100.0	0.003601772288381386	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
MAD0033_000000010879	1861	0.5606147951064692	1	1	1	1	0	True	18876	fragment	False	MAD0033_000000010879	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1853.0	97.73299999999999	99.0	0.0004940341112947881	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0039_000000014674	1861	0.5606147951064692	2	1	1	1	0	True	96865	fragment	False	SPA0039_000000014674	0.9976289013037636		0	0	False	False	0.9989253282546997	0					non-mobilizable	other	1861.0	99.73100000000001	100.0	0.00039282913643272707	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0152_000000012655	1858	0.5606147951064692	1	1	1	1	0	True	97099	fragment	False	ENG0045_000000006043	0.5485441493792262		0	0	False	False	0.9989235997200012	0					non-mobilizable	other	1840.0	92.337	99.0	0.0035534652566166143	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
SPA0139_000000015071	1857	0.5606147951064692	2	1	1	1	0	True	129068	fragment	False	SPA0156_000000008934	0.9668414309046689		0	0	False	False	1.0	0					non-mobilizable	other	1857.0	100.0	100.0	0.0004931819456080899	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0241_000000008160	1856	0.5606147951064692	2	1	1	1	0	True	27257	fragment	False	ISR0241_000000008160	1.0		0	0	False	False	0.9989224076271057	0					non-mobilizable	other	949.0	96.839	100.0	0.26118166758696854	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
SPA0022_000000007126	1855	0.5606147951064692	2	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.9444654246365066		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1507.0	79.297	81.0	0.0002830322364944131	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	True
FIJ0039_000000012435	1854	0.5606147951064692	2	1	1	1	0	True	47563	maximal	True	FIJ0039_000000012435	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	95.719	71.0	0.0002277850651543833	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
MON0077_000000023357	1854	0.5606147951064692	2	1	1	1	0	True	131219	maximal	True	MON0077_000000023357	1.0		9	4	False	False	0.998921275138855	0					non-mobilizable	other	1803.0	86.633	97.0	0.012142261173932804	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
AST0005_000000014992	1853	0.5606147951064692	2	1	1	1	0	True	128384	fragment	False	AST0005_000000014992	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1459.0	97.464	85.0	0.2759469696969697	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
CHI0152_000000005894	1850	0.5606147951064692	2	1	1	1	0	True	106432	fragment	False	CHI0152_000000005894	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1850.0	99.081	100.0	0.00026088930341143485	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0050_000000014881	1848	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.7619332215200535		0	0	False	False	0.9897186160087585	0					non-mobilizable	no_good_hit	80.0	91.25	4.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0048_000000010341	1847	0.5606147951064692	3	1	1	1	0	True	55491	maximal	True	ISR0048_000000010341	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	82.822	22.0	0.0023429801832049926	NZ_DS544172.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_5, whole genome shotgun sequence	True	True
MON0016_000000019298	1847	0.5606147951064692	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.6887852821808731		0	0	False	False	1.0	0					non-mobilizable	other	1846.0	96.53299999999999	99.0	0.04217142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0143_000000015971	1846	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.37528990864159156		0	0	False	False	1.0	0					non-mobilizable	other	1777.0	92.79700000000001	96.0	0.003859119266614805	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
CHI0140_000000015988	1845	0.5606147951064692	3	1	1	1	0	True	95187	fragment	False	CHI0140_000000015988	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0033_000000003737	1845	0.5606147951064692	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.6650127183993959		0	0	False	False	0.9956639409065247	0					non-mobilizable	other	1845.0	95.176	100.0	0.04214857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0013_000000029593	1844	0.5606147951064692	3	1	1	1	0	True	131213	fragment	False	MON0013_000000029593	1.0		0	0	False	False	0.9994577169418335	0					non-mobilizable	other	859.0	89.29	95.0	0.005725177894301278	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0059_000000009222	1844	0.5606147951064692	2	1	1	1	0	True	82983	fragment	False	ISR0059_000000009222	0.9532829582780127		0	0	False	False	0.9994577169418335	0					non-mobilizable	plasmid	1653.0	97.70100000000001	90.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
USA0135_01_000000008240	1844	0.5606147951064692	1	1	1	1	0	True	2202	fragment	False	USA0004_01_000000012284	0.973407056345445		0	0	False	False	0.9994577169418335	0					non-mobilizable	no_good_hit	611.0	87.398	48.0	0.18268942797244683	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0033_000000014024	1843	0.5606147951064692	2	1	1	1	0	True	111284	fragment	False	ITA0004_000000000689	0.9333675038441824		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	94.36	100.0	0.005300150118196511	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
ISR0251_000000008702	1842	0.5606147951064692	1	1	1	1	0	True	76487	fragment	False	DEN0005_000000018100	0.9283084713891238		0	0	False	False	1.0	0					non-mobilizable	chromosome	1842.0	97.50299999999999	100.0	0.0004908330263403943	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
AST0029_000000016166	1839	0.5606147951064692	2	1	1	1	0	True	118111	fragment	False	CHI0120_000000007651	0.9415584415584415		0	0	False	False	0.9956498146057129	0					non-mobilizable	no_good_hit								True	True
ENG0052_000000017323	1837	0.5606147951064692	2	1	1	1	0	True	101434	fragment	False	ENG0052_000000017323	1.0		0	0	False	False	0.9994556307792664	0					non-mobilizable	chromosome	1840.0	95.0	100.0	0.0003292984705018699	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
CHI0113_000000004229	1837	0.5606147951064692	1	1	1	1	0	True	97099	fragment	False	ENG0045_000000006043	0.3805166846071044		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	93.99600000000001	99.0	0.0035380070064518873	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
MON0108_000000011828	1836	0.5606147951064692	2	1	1	1	0	True	109166	fragment	False	MON0108_000000011828	0.9693318729463307		0	0	False	False	1.0	0					non-mobilizable	other	1836.0	100.0	100.0	0.004056521604569832	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
MAD0082_000000004377	1835	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.2419642992177606		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	96.56700000000001	100.0	0.002395516178877399	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0142_000000014954	1834	0.5606147951064692	1	1	1	1	0	True	125809	fragment	False	ISR0825_000000011464	0.29608614751974144		0	0	False	False	1.0	0					non-mobilizable	chromosome	1822.0	99.726	99.0	0.0007783132839261201	NZ_CP007519.1	high GC Gram+	Trueperella pyogenes strain TP6375 chromosome, complete genome	False	True
ISR0393_000000009712	1833	0.5606147951064692	2	1	1	1	0	True	91142	fragment	False	ISR0393_000000009712	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1833.0	94.10799999999999	100.0	0.0004807143541253662	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0045_000000014100	1833	0.5606147951064692	2	1	1	1	0	True	36240	maximal	True	ISR0045_000000014100	1.0		2	1	False	False	0.9989088773727417	0					non-mobilizable	no_good_hit								True	True
ENG0195_000000014146	1832	0.5606147951064692	2	1	1	1	0	True	76717	fragment	False	ENG0195_000000014146	1.0		0	0	False	False	0.9672489166259766	0					non-mobilizable	other	1762.0	96.48100000000001	96.0	0.0019310950186526223	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
DEN0072_000000009226	1832	0.5606147951064692	1	1	1	1	0	True	70276	maximal	True	DEN0072_000000009226	1.0		1	1	False	False	0.9983624219894409	0					non-mobilizable	no_good_hit								True	True
AST0002_000000020302	1831	0.5606147951064692	4	1	1	1	0	True	131691	fragment	False	AST0002_000000020302	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ISR0344_000000018659	1830	0.5606147951064692	3	1	1	1	0	True	24259	fragment	False	ISR0344_000000018659	1.0		0	0	False	False	0.9890710115432739	0					non-mobilizable	no_good_hit	861.0	85.01700000000001	47.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0075_000000013443	1827	0.5606147951064692	2	1	1	1	0	True	131286	fragment	False	ENG0075_000000013443	1.0		0	0	False	True	0.9994526505470276	0					non-mobilizable	chromosome	1835.0	92.64299999999999	100.0	0.0005908094798974899	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
DEN0010_000000025070	1826	0.5606147951064692	1	1	1	1	0	True	75945	fragment	False	DEN0024_000000004212	0.9560217025482806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0023_000000015182	1826	0.5606147951064692	2	1	1	1	0	True	109166	fragment	False	MON0108_000000011828	0.9667755991285403		0	0	False	False	1.0	0					non-mobilizable	other	1826.0	99.671	100.0	0.004034415219803784	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
MON0088_000000017667	1815	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.7205642621895175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	90.0	4.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
CAN0009_000000014866	1815	0.5606147951064692	1	1	1	1	0	True	94770	maximal	True	CAN0009_000000014866	1.0		13	4	False	False	0.9994490146636963	0					non-mobilizable	no_good_hit								True	True
MAD0071_000000003372	1813	0.5606147951064692	2	1	1	1	0	True	96522	fragment	False	MAD0106_000000011011	0.6353421859039837		0	0	False	False	1.0	0					non-mobilizable	chromosome	1813.0	96.635	100.0	0.0003249939153319108	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0100_000000016936	1812	0.5606147951064692	2	1	1	1	0	True	94175	fragment	False	ENG0100_000000016936	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1547.0	97.285	99.0	0.408994708994709	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0254_000000006729	1810	0.5606147951064692	1	1	1	1	0	True	107614	fragment	False	ISR0254_000000006729	0.9612548662238103		0	0	False	False	1.0	0					non-mobilizable	other	1810.0	100.0	100.0	0.008945348814209704	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MAD0001_000000014263	1810	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.27389240849769125		0	0	False	False	1.0	0					non-mobilizable	other	1810.0	93.315	100.0	0.002362861923440139	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MAD0060_000000009343	1809	0.5606147951064692	1	1	1	1	0	True	16860	fragment	False	MAD0060_000000009343	1.0		0	0	False	False	0.9883913993835449	0					non-mobilizable	no_good_hit								True	True
ENG0133_000000013583	1806	0.5606147951064692	2	1	1	1	0	True	58253	fragment	False	ENG0133_000000013583	1.0		0	0	False	False	0.9867109656333923	0					non-mobilizable	plasmid	1456.0	97.459	92.0	0.47576656775469833	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
FIJ0097_000000017543	1806	0.5606147951064692	2	1	1	1	0	True	47731	maximal	True	FIJ0097_000000017543	1.0		15	4	False	False	0.9961240291595459	0					non-mobilizable	other	946.0	93.235	100.0	0.002059213837916991	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
SPA0035_000000011034	1806	0.5606147951064692	2	1	1	1	0	True	84296	fragment	False	SPA0035_000000011034	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1812.0	97.73700000000001	100.0	0.0003248145588664958	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0048_000000018410	1805	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.6305881395281726		0	0	False	False	1.0	0					non-mobilizable	other	1808.0	91.759	99.0	0.00393320738353457	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0114_000000022057	1804	0.5606147951064692	2	1	1	1	0	True	93553	fragment	False	FIJ0129_000000010863	0.9073319755600814		0	0	False	False	0.9994456768035889	0					non-mobilizable	no_good_hit	861.0	85.947	47.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0009_000000022921	1803	0.5606147951064692	2	1	1	1	0	True	2682	maximal	True	TAN0009_000000022921	1.0		1	1	False	False	0.999445378780365	0					non-mobilizable	no_good_hit	961.0	84.495	53.0	0.002076646336015759	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0023_000000018553	1800	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.7569475927199334		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	95.447	99.0	0.01221009503523969	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
DEN0079_000000033298	1799	0.5606147951064692	3	1	1	1	0	True	107737	fragment	False	MON0097_000000018341	0.9604416731083886		0	0	False	False	1.0	0					non-mobilizable	other	1799.0	99.889	100.0	0.0003471069274666214	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
MON0062_000000020578	1798	0.5606147951064692	2	1	1	1	0	True	83331	fragment	False	ISR0332_000000007120	0.6311287260721884		0	0	False	False	1.0	0					non-mobilizable	other	1798.0	100.0	100.0	0.018714461269292455	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ISR0815_000000017318	1798	0.5606147951064692	3	1	1	1	0	True	58996	maximal	True	ISR0815_000000017318	1.0		0	0	False	False	0.964961051940918	0		MOBV			mobilizable	no_good_hit	1219.0	97.29299999999999	79.0	0.37736434108527134	CP054156.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B503, complete sequence	True	True
DEN0061_000000023961	1798	0.5606147951064692	1	1	1	1	0	True	82983	fragment	False	ISR0059_000000009222	0.9465423223930749		0	0	False	False	0.9994438290596008	0					non-mobilizable	plasmid	1659.0	97.46799999999999	92.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
USA0037_01_000000018877	1796	0.5606147951064692	2	1	1	1	0	True	94925	fragment	False	USA0037_01_000000018877	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	100.0	100.0	0.0005437174583586639	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
SPA0032_000000016010	1795	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.7446985018665032		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	99.053	100.0	0.0005022041337554808	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0085_000000006306	1794	0.5606147951064692	3	1	1	1	0	True	16063	maximal	True	MAD0085_000000006306	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0006_000000017745	1792	0.5606147951064692	2	1	1	1	0	True	83925	fragment	False	SPA0006_000000017745	1.0		0	0	False	False	0.9955357313156128	0					non-mobilizable	other	1781.0	97.417	99.0	0.06858287739847423	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
ISR0399_000000009238	1790	0.5606147951064692	2	1	1	1	0	True	22583	fragment	False	ISR0399_000000009238	1.0		0	0	False	False	0.994413435459137	0					non-mobilizable	no_good_hit	1475.0	83.119	82.0	0.00026006632669023556	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
ENG0030_000000010981	1789	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.3059284684979248	PS584	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0061_000000024106	1787	0.5606147951064692	2	1	1	1	0	True	91131	fragment	False	DEN0061_000000024106	0.9696851837538175		0	0	False	False	0.9944040179252625	0					non-mobilizable	chromosome	1787.0	99.44	100.0	0.0004066320642360269	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
FIJ0026_000000018199	1787	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.7467908047037102		0	0	False	False	0.9960828423500061	0					non-mobilizable	other	1789.0	95.975	100.0	0.0005005179419241809	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0141_000000015504	1786	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.3056677698951	PS584	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
USA0014_01_000000003114	1786	0.5606147951064692	2	1	1	1	0	True	84100	fragment	False	USA0014_01_000000003114	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1786.0	99.664	100.0	0.00027463929936052896	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
USA0009_01_000000014050	1785	0.5606147951064692	2	1	1	1	0	True	129068	fragment	False	SPA0156_000000008934	0.5892180956307872		0	0	False	False	0.9988795518875122	0					non-mobilizable	other	1806.0	76.689	100.0	0.008303572672515082	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	True
USA0001_01_000000009292	1783	0.5606147951064692	2	1	1	1	0	True	115119	fragment	False	USA0001_01_000000009292	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1783.0	98.654	100.0	0.00032330946975614086	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ENG0077_000000011458	1777	0.5606147951064692	3	1	1	1	0	True	84632	fragment	False	ENG0077_000000011458	1.0		0	0	False	False	0.9971862435340881	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ISR0211_000000012759	1776	0.5606147951064692	2	1	1	1	0	True	49293	fragment	False	MON0032_000000014886	0.9308372334893396		0	0	False	False	0.9893018007278442	0					non-mobilizable	other	1776.0	95.495	100.0	0.0019475532148343208	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MAD0002_000000023496	1770	0.5606147951064692	2	1	1	1	0	True	20172	fragment	False	MAD0002_000000023496	1.0		0	0	False	False	0.9988700747489929	0					non-mobilizable	no_good_hit								True	True
MAD0036_000000017223	1769	0.5606147951064692	3	1	1	1	0	True	48348	maximal	True	MAD0036_000000017223	1.0		2	1	False	False	0.9937818050384521	0					non-mobilizable	no_good_hit								True	True
TAN0026_000000000911	1768	0.5606147951064692	2	1	1	1	0	True	101075	fragment	False	MAD0099_000000012922	0.10055535195782708		0	0	False	False	0.9909502267837524	0					non-mobilizable	other	1766.0	97.508	99.0	0.002305390433870561	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
DEN0061_000000024389	1768	0.5606147951064692	2	1	1	1	0	True	71855	maximal	True	DEN0061_000000024389	1.0		0	0	False	False	0.9943438768386841	0					non-mobilizable	no_good_hit	1377.0	91.431	78.0	0.005030593925182281	NZ_HG726024.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	True
MAD0026_000000007810	1767	0.5606147951064692	3	1	1	1	0	True	103191	fragment	False	MAD0026_000000007810	0.9701889020070837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
FIJ0087_000000018282	1765	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.6304890317017945		0	0	False	False	0.9994333982467651	0					non-mobilizable	other	1735.0	94.986	98.0	0.003778493962908002	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0048_000000018837	1765	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.7238642414600842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	90.0	5.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0011_000000007899	1762	0.5606147951064692	3	1	1	1	0	True	19715	maximal	True	MAD0011_000000007899	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	95.413	25.0	0.0001298747546519252	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0285_000000010479	1761	0.5606147951064692	1	1	1	1	0	True	81966	fragment	False	ISR0285_000000010479	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	94.631	96.0	0.0005131238854928004	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0830_000000016750	1760	0.5606147951064692	2	1	1	1	0	True	101019	fragment	False	ISR0830_000000016750	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1751.0	97.601	99.0	0.0003550977026254694	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ISR0261_000000010509	1758	0.5606147951064692	1	1	1	1	0	True	81180	fragment	False	ISR0261_000000010509	0.9590854392298436		0	0	False	False	1.0	0					non-mobilizable	chromosome	1703.0	100.0	97.0	0.0003436770986060481	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
AST0118_000000017628	1758	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.6474863327184393		0	0	False	False	1.0	0					non-mobilizable	other	1742.0	94.03	99.0	0.003787210211957386	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MAD0015_000000011776	1758	0.5606147951064692	2	1	1	1	0	True	120684	fragment	False	FIJ0130_000000011710	0.9139110604332953		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	91.479	86.0	0.002797915944852292	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
SPA0101_000000023584	1758	0.5606147951064692	1	1	1	1	0	True	95843	fragment	False	CAN0005_000000009941	0.9440834854992833		0	0	False	False	0.9914675951004028	0					non-mobilizable	chromosome	1758.0	100.0	100.0	0.0003843963522383266	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
ISR0395_000000022007	1756	0.5606147951064692	1	1	1	1	0	True	22721	maximal	True	ISR0395_000000022007	1.0		2	2	False	False	0.9994305372238159	0					non-mobilizable	no_good_hit								True	True
MAD0074_000000002647	1756	0.5606147951064692	2	1	1	1	0	True	107736	fragment	False	MAD0074_000000002647	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	100.0	100.0	0.007549133892815203	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0202_000000007959	1755	0.5606147951064692	3	1	1	1	0	True	28709	maximal	True	ISR0202_000000007959	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	99.37100000000001	81.0	0.031055900621118012	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
FIJ0130_000000011710	1754	0.5606147951064692	1	1	1	1	0	True	120684	fragment	False	FIJ0130_000000011710	0.9160978384527872		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	91.725	96.0	0.0027870206335405623	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0083_000000020507	1753	0.5606147951064692	2	1	1	1	0	True	44067	fragment	False	MAD0030_000000006121	0.922471648414414		0	0	False	False	1.0	0					non-mobilizable	other	1753.0	97.148	100.0	0.000513055084897146	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0084_000000007434	1752	0.5606147951064692	4	1	1	1	0	True	44006	fragment	False	FIJ0084_000000007434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	98.637	64.0	0.26574348829541705	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MON0054_000000027660	1751	0.5606147951064692	2	1	1	1	0	True	83331	fragment	False	ISR0332_000000007120	0.629882273077551		0	0	False	False	0.9902912378311157	0					non-mobilizable	other	1736.0	99.94200000000001	99.0	0.018068775905521653	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
FIJ0009_000000023621	1750	0.5606147951064692	2	1	1	1	0	True	96519	fragment	False	FIJ0009_000000023621	0.9362325219045307		0	0	False	False	0.9971428513526917	0					non-mobilizable	other	1748.0	96.281	99.0	0.10016053204907695	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
ISR0171_000000016533	1749	0.5606147951064692	3	1	1	1	0	True	51408	fragment	False	ISR0171_000000016533	1.0		0	0	False	False	0.9994282722473145	0					non-mobilizable	no_good_hit	80.0	91.25	5.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
CAN0001_000000025216	1749	0.5606147951064692	2	1	1	1	0	True	97244	fragment	False	CAN0001_000000025216	1.0		0	0	False	False	0.9994282722473145	0					non-mobilizable	no_good_hit	1311.0	98.47399999999999	78.0	0.32296296296296295	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0107_000000017000	1749	0.5606147951064692	2	1	1	1	0	True	106423	fragment	False	ENG0107_000000017000	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1749.0	99.943	100.0	0.0003107285981233984	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
FIJ0155_000000012610	1748	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.4444597585038276		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	93.406	99.0	0.00378503114969504	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0818_000000010441	1748	0.5606147951064692	2	1	1	1	0	True	82969	fragment	False	ISR0818_000000010441	1.0		0	0	False	False	0.9965674877166748	0					non-mobilizable	no_good_hit	1484.0	98.787	85.0	0.36617283950617285	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0134_000000009056	1748	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.5877254524584976		0	0	False	False	1.0	0					non-mobilizable	other	1736.0	94.124	99.0	0.00048534221544248204	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0059_000000011098	1746	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.5831848646473846		0	0	False	False	1.0	0					non-mobilizable	other	1728.0	94.618	99.0	0.00376324052707158	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0024_000000011937	1746	0.5606147951064692	3	1	1	1	0	True	51406	fragment	False	FIJ0024_000000011937	0.9570914054034242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	0.0002970453468162427	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
CHI0047_000000008923	1743	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.2658357551523763	PS584	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
MON0107_000000034701	1743	0.5606147951064692	1	1	1	1	0	True	82983	fragment	False	ISR0059_000000009222	0.6963883259725613		0	0	False	False	0.9919678568840027	0					non-mobilizable	no_good_hit	1548.0	98.837	89.0	0.3819753086419753	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
BAN0014_000000002084	1742	0.5606147951064692	2	1	1	1	0	True	98472	fragment	False	MON0106_000000026633	0.7713955189814887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0177_000000017759	1739	0.5606147951064692	1	1	1	1	0	True	75945	fragment	False	DEN0024_000000004212	0.7943056443812987		0	0	False	False	0.9976998567581177	0					non-mobilizable	no_good_hit								True	True
ISR0144_000000004231	1739	0.5606147951064692	1	1	1	1	0	True	75945	fragment	False	DEN0024_000000004212	0.7943056443812987		0	0	False	False	0.999424934387207	0					non-mobilizable	no_good_hit								True	True
AST0089_000000013153	1738	0.5606147951064692	1	1	1	1	0	True	110184	fragment	False	AST0089_000000013153	0.9923156801661475		0	0	False	False	0.9953970313072205	0					non-mobilizable	no_good_hit	863.0	76.477	66.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0360_000000014239	1737	0.5606147951064692	1	1	1	1	0	True	115118	fragment	False	ISR0360_000000014239	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1737.0	99.59700000000001	100.0	0.00032738384851029034	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
MON0109_000000020699	1737	0.5606147951064692	2	1	1	1	0	True	30304	fragment	False	MON0109_000000020699	0.9522432817958476		0	0	False	False	1.0	0					non-mobilizable	chromosome	1737.0	99.13600000000001	100.0	0.00035225529677254967	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ENG0019_000000010619	1736	0.5606147951064692	2	1	1	1	0	True	66524	maximal	True	ENG0019_000000010619	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0034_000000015865	1734	0.5606147951064692	1	1	1	1	0	True	76714	fragment	False	FIJ0034_000000015865	1.0		0	0	False	False	0.964244544506073	0					non-mobilizable	other	1601.0	97.064	92.0	0.0017544437129690586	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0036_000000013474	1734	0.5606147951064692	2	1	1	1	0	True	96519	fragment	False	FIJ0009_000000023621	0.6949423558897243		0	0	False	False	0.9994233250617981	0					non-mobilizable	other	1734.0	96.367	100.0	0.09935787180369224	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
CAN0003_000000028406	1734	0.5606147951064692	2	1	1	1	0	True	96519	fragment	False	FIJ0009_000000023621	0.7015062656641604		0	0	False	False	1.0	0					non-mobilizable	other	1734.0	96.655	100.0	0.0005074911313508869	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ENG0117_000000013235	1733	0.5606147951064692	2	1	1	1	0	True	100853	backbone	False	ISR0032_000000015766	0.264418870274893	PS584	0	0	False	True	0.9930756092071533	0					non-mobilizable	no_good_hit								True	True
ISR0845_000000005937	1732	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.7105747641050987		0	0	False	False	0.9994226098060608	0					non-mobilizable	other	1740.0	93.79299999999999	100.0	0.00048730943924566524	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0039_000000015015	1731	0.5606147951064692	2	1	1	1	0	True	84631	fragment	False	ENG0039_000000015015	0.9672330097087378		0	0	False	False	0.9994223117828369	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
SPA0109_000000019036	1731	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.9189435684596674		0	0	False	False	0.9994223117828369	0					non-mobilizable	no_good_hit	1483.0	79.63600000000001	85.0	0.00027788272814849047	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	True
ISR0789_000000008058	1730	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.4199704555859008		0	0	False	False	1.0	0					non-mobilizable	other	1623.0	81.824	93.0	0.0005056355465553264	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0233_000000009681	1724	0.5606147951064692	2	1	1	1	0	True	83441	fragment	False	ISR0233_000000009681	1.0		0	0	False	False	0.9924594163894653	0					non-mobilizable	other	1724.0	100.0	100.0	0.004712040452990354	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0244_000000014901	1724	0.5606147951064692	2	1	1	1	0	True	96865	fragment	False	SPA0039_000000014674	0.9765770705278101		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	99.884	100.0	0.0003638949473513918	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0024_000000015302	1723	0.5606147951064692	2	1	1	1	0	True	82983	fragment	False	ISR0059_000000009222	0.7090714797593856		0	0	False	False	1.0	0					non-mobilizable	plasmid	1653.0	97.822	96.0	0.4074074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
ENG0188_000000014810	1720	0.5606147951064692	1	1	1	1	0	True	81968	fragment	False	ENG0188_000000014810	0.9612173840087256		0	0	False	False	0.9959302544593811	0					non-mobilizable	other	1683.0	100.0	98.0	0.0005094890055483413	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
SPA0007_000000015043	1719	0.5606147951064692	2	1	1	1	0	True	83924	fragment	False	SPA0007_000000015043	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1719.0	96.8	100.0	0.06619403560144872	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
USA0078_01_000000009826	1718	0.5606147951064692	2	1	1	1	0	True	44067	fragment	False	MAD0030_000000006121	0.6217912150598973		0	0	False	False	1.0	0					non-mobilizable	other	1610.0	97.14299999999999	94.0	0.0021016278799420585	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0001_000000019550	1718	0.5606147951064692	1	1	1	1	0	True	110184	fragment	False	AST0089_000000013153	0.9878568005860092		0	0	False	False	0.9988358616828918	0					non-mobilizable	no_good_hit	863.0	76.477	67.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0836_000000011686	1716	0.5606147951064692	2	1	1	1	0	True	20921	maximal	True	ISR0836_000000011686	1.0		12	7	False	False	0.995920717716217	0					non-mobilizable	no_good_hit	904.0	98.89399999999999	53.0	0.0002574489122141975	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
ISR0388_000000020501	1716	0.5606147951064692	2	1	1	1	0	True	22934	fragment	False	ISR0388_000000020501	1.0		0	0	False	False	0.998834490776062	0					non-mobilizable	other	1716.0	100.0	100.0	0.003385487608917947	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0053_000000012112	1715	0.5606147951064692	1	1	1	1	0	True	46522	fragment	False	FIJ0053_000000012112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	78.381	63.0	0.004270291883246701	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	True	True
SPA0036_000000014617	1715	0.5606147951064692	2	1	1	1	0	True	107614	fragment	False	ISR0254_000000006729	0.6251468860164512		0	0	False	False	0.9982507228851318	0					non-mobilizable	other	1715.0	99.883	100.0	0.008475582016337994	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0310_000000010087	1715	0.5606147951064692	2	1	1	1	0	True	51207	fragment	False	FIJ0147_000000013096	0.9630864178292912		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	89.56299999999999	100.0	0.018949276964577898	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0280_000000008042	1714	0.5606147951064692	2	1	1	1	0	True	56025	fragment	False	ISR0280_000000008042	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	83.141	100.0	0.22727874057415	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
AUS0014_000000016493	1713	0.5606147951064692	2	1	1	1	0	True	131238	fragment	False	SPA0046_000000017752	0.2946156115913602		0	0	False	False	1.0	0					non-mobilizable	other	1713.0	92.236	100.0	0.0005370025159446147	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
USA0059_01_000000015060	1712	0.5606147951064692	1	1	1	1	0	True	917	maximal	True	USA0059_01_000000015060	1.0		1	1	False	False	0.9988317489624023	0					non-mobilizable	no_good_hit								True	True
ISR0244_000000015034	1711	0.5606147951064692	2	1	1	1	0	True	129063	fragment	False	ISR0244_000000015034	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	100.0	100.0	0.00045438638307641904	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MON0104_000000026692	1710	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.6662136257803032		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	96.544	99.0	0.011565673352824263	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0077_000000017442	1710	0.5606147951064692	2	1	1	1	0	True	96519	fragment	False	FIJ0009_000000023621	0.7124000659087164		0	0	False	False	1.0	0					non-mobilizable	other	1710.0	96.43299999999999	100.0	0.0005001701398426514	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
USA0078_01_000000009905	1709	0.5606147951064692	2	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.5885621350045003		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	100.0	97.0	0.0007299552188723729	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
MON0043_000000016733	1706	0.5606147951064692	3	1	1	1	0	True	82978	fragment	False	MON0043_000000016733	1.0		0	0	False	False	0.9982414841651917	0					non-mobilizable	no_good_hit	1328.0	98.569	80.0	0.32765432098765435	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0073_000000015996	1705	0.5606147951064692	1	1	1	1	0	True	49066	fragment	False	ISR0073_000000015996	1.0		0	0	False	False	0.9935483932495117	0					non-mobilizable	no_good_hit	210.0	90.95200000000001	18.0	0.0019802543063424985	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ISR0853_000000010484	1705	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.5803822984282796		0	0	False	False	0.9994134902954102	0					non-mobilizable	other	1710.0	90.819	100.0	0.011572456738954951	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0002_000000021746	1704	0.5606147951064692	1	1	1	1	0	True	58612	fragment	False	FIJ0002_000000021746	1.0		0	0	False	False	0.9929577708244324	0					non-mobilizable	no_good_hit	280.0	93.929	22.0	0.0026434973754524264	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0129_000000012703	1703	0.5606147951064692	3	1	1	1	0	True	40939	fragment	False	FIJ0129_000000012703	1.0		0	0	False	False	0.9970639944076538	0					non-mobilizable	chromosome	1703.0	98.649	100.0	0.0004537537922853319	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
USA0102_01_000000007751	1702	0.5606147951064692	1	1	1	1	0	True	107614	fragment	False	ISR0254_000000006729	0.6384898710865562		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	97.53200000000001	100.0	0.004891782610446156	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
CAN0005_000000009941	1702	0.5606147951064692	1	1	1	1	0	True	95843	fragment	False	CAN0005_000000009941	0.9524247992564899		0	0	False	False	0.9870740175247192	0					non-mobilizable	chromosome	1684.0	99.941	99.0	0.00036820663677695147	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
FIJ0162_000000013287	1699	0.5606147951064692	2	1	1	1	0	True	39226	fragment	False	FIJ0162_000000013287	1.0		0	0	False	False	0.9811654090881348	0					non-mobilizable	no_good_hit								True	True
ISR0787_000000008546	1699	0.5606147951064692	3	1	1	1	0	True	51406	fragment	False	FIJ0024_000000011937	0.9498725356951907		0	0	False	False	0.9894055128097534	0					non-mobilizable	no_good_hit								True	True
SPA0114_000000027704	1697	0.5606147951064692	1	1	1	1	0	True	58288	fragment	False	SPA0114_000000027704	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1576.0	89.848	92.0	0.5866466616654163	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
FIJ0161_000000010044	1697	0.5606147951064692	2	1	1	1	0	True	41519	fragment	False	FIJ0161_000000010044	1.0		0	0	False	False	0.9982321858406067	0					non-mobilizable	no_good_hit								True	True
CHI0176_000000004494	1697	0.5606147951064692	1	1	1	1	0	True	95843	fragment	False	CAN0005_000000009941	0.9380113159605665		0	0	False	False	0.9946964979171753	0					non-mobilizable	chromosome	1697.0	100.0	100.0	0.00030770643137284785	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0375_000000013453	1695	0.5606147951064692	3	1	1	1	0	True	23374	maximal	True	ISR0375_000000013453	1.0		2	1	False	False	0.9887905716896057	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00024279909014235693	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	True
ENG0152_000000014504	1695	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.9242012473976222		0	0	False	False	0.9994100332260132	0					non-mobilizable	no_good_hit	1471.0	78.24600000000001	86.0	0.005785685725709716	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	True	True
USA0037_01_000000019984	1693	0.5606147951064692	1	1	1	1	0	True	96865	fragment	False	SPA0039_000000014674	0.9675045254210517		0	0	False	False	0.9952746629714966	0					non-mobilizable	other	1693.0	100.0	100.0	0.000357347795077513	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0257_000000010273	1692	0.5606147951064692	2	1	1	1	0	True	111282	fragment	False	ISR0257_000000010273	0.9908334648075006		0	0	False	False	0.9976359605789185	0					non-mobilizable	other	1668.0	100.0	100.0	0.0003520678335663204	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
DEN0065_000000020611	1690	0.5606147951064692	2	1	1	1	0	True	131238	fragment	False	SPA0046_000000017752	0.28750133024427005		0	0	False	False	1.0	0					non-mobilizable	chromosome	1691.0	92.25299999999999	100.0	0.0004720211425204643	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
MAD0070_000000012038	1688	0.5606147951064692	2	1	1	1	0	True	84295	fragment	False	MAD0070_000000012038	1.0		0	0	False	False	0.9899289011955261	0					non-mobilizable	other	1688.0	96.149	100.0	0.0004925563086740864	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0024_000000030342	1686	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.3068757438830162		0	0	False	False	1.0	0					non-mobilizable	other	1688.0	94.609	100.0	0.011443572402471866	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MON0057_000000015625	1685	0.5606147951064692	1	1	1	1	0	True	15777	fragment	False	MON0057_000000015625	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	85.304	99.0	0.1645720333377431	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
USA0039_01_000000013291	1684	0.5606147951064692	1	1	1	1	0	True	1318	maximal	True	USA0039_01_000000013291	1.0		1	1	False	False	0.9928740859031677	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.711210001064824e-07	LR812085.1	bony fishes	Danio rerio genome assembly, chromosome: 23	True	True
ISR0317_000000012643	1684	0.5606147951064692	2	1	1	1	0	True	111282	fragment	False	ISR0257_000000010273	0.9891720613500983		0	0	False	False	0.9815914630889893	0					non-mobilizable	other	1665.0	100.0	100.0	0.00035143423818497735	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0281_000000010643	1682	0.5606147951064692	1	1	1	1	0	True	88044	fragment	False	ISR0281_000000010643	1.0		0	0	False	False	0.9803804755210876	0					non-mobilizable	other	1682.0	95.065	100.0	0.006721311475409836	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	True
MAD0106_000000013104	1682	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.808590476665768		0	0	False	False	0.9976218938827515	0					non-mobilizable	no_good_hit	1518.0	78.59	89.0	0.00028513018433904823	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	True
ENG0119_000000018660	1681	0.5606147951064692	2	1	1	1	0	True	75409	fragment	False	ENG0119_000000018660	0.9980074469609207		0	0	False	False	0.9881023168563843	0					non-mobilizable	other	1681.0	99.465	100.0	0.03654535911118887	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0066_000000012177	1681	0.5606147951064692	2	1	1	1	0	True	75409	fragment	False	ENG0119_000000018660	0.9978080849194534		0	0	False	False	0.9928613901138306	0					non-mobilizable	other	1681.0	99.405	100.0	0.03654535911118887	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0003_01_000000022670	1680	0.5606147951064692	1	1	1	1	0	True	97098	maximal	True	USA0003_01_000000022670	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1464.0	91.189	87.0	0.0028211306550626736	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	True
FIJ0100_000000010982	1680	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.46063653007572203		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	94.712	100.0	0.003665182725266009	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0069_000000030850	1678	0.5606147951064692	2	1	1	1	0	True	107737	fragment	False	MON0097_000000018341	0.634982397628312		0	0	False	False	0.9809296727180481	0					non-mobilizable	other	1678.0	99.881	100.0	0.007213616830912305	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0041_000000022371	1678	0.5606147951064692	1	1	1	1	0	True	49295	fragment	False	FIJ0041_000000022371	1.0		0	0	False	False	0.9994040727615356	0					non-mobilizable	other	1678.0	97.557	100.0	0.0018400263331138907	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
DEN0051_000000028252	1678	0.5606147951064692	2	1	1	1	0	True	112251	fragment	False	DEN0051_000000028252	0.9388004895960832		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	82.81200000000001	97.0	0.015303141317554095	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
ISR0015_000000015505	1677	0.5606147951064692	2	1	1	1	0	True	111282	fragment	False	ISR0257_000000010273	0.9868133985677598		0	0	False	False	1.0	0					non-mobilizable	other	1677.0	100.0	100.0	0.008287675297189311	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0195_000000015647	1676	0.5606147951064692	2	1	1	1	0	True	111282	fragment	False	ISR0257_000000010273	0.9876626443304051		0	0	False	False	0.9952267408370972	0					non-mobilizable	other	1676.0	100.0	100.0	0.008282730383527503	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CHI0009_000000004774	1676	0.5606147951064692	1	1	1	1	0	True	96865	fragment	False	SPA0039_000000014674	0.9580051324278711		0	0	False	False	0.9958233833312988	0					non-mobilizable	other	1676.0	99.94	100.0	0.00035375742124990205	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0036_000000014969	1675	0.5606147951064692	2	1	1	1	0	True	47716	fragment	False	SPA0036_000000014969	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1676.0	97.07600000000001	100.0	0.00030042207957006105	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0126_000000029561	1673	0.5606147951064692	2	1	1	1	0	True	129068	fragment	False	SPA0156_000000008934	0.5674143259888769		0	0	False	False	0.9994022846221924	0					non-mobilizable	other	1673.0	100.0	100.0	0.00044428890789694305	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0041_000000022441	1673	0.5606147951064692	2	1	1	1	0	True	47367	fragment	False	FIJ0041_000000022441	1.0		0	0	False	False	0.9946204423904419	0					non-mobilizable	no_good_hit	719.0	81.641	43.0	0.2255089058524173	HG796356.1	bacteria	Uncultured bacterium plasmid pRGI00686	True	True
ENG0113_000000016715	1672	0.5606147951064692	2	1	1	1	0	True	75409	fragment	False	ENG0119_000000018660	0.9962324013484037		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	100.0	100.0	0.03654535911118887	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MAD0096_000000011350	1671	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.6885323198512411		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	94.62700000000001	100.0	0.0004701664889607831	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0107_000000023664	1669	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.6882725287671367		0	0	False	False	1.0	0					non-mobilizable	other	1673.0	93.72399999999999	100.0	0.00046960442501701647	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
TAN0013_000000006572	1669	0.5606147951064692	2	1	1	1	0	True	22124	fragment	False	TAN0013_000000006572	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1669.0	98.262	100.0	0.018429664352363685	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MAD0040_000000020076	1668	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.7606410183045882		0	0	False	False	0.9994004964828491	0					non-mobilizable	no_good_hit	1498.0	78.77199999999999	89.0	0.00028131573371243887	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	True
ISR0138_000000017433	1668	0.5606147951064692	2	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.24409535359672635	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1667.0	93.161	100.0	0.0005871793758890175	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0066_000000019343	1667	0.5606147951064692	1	1	1	1	0	True	35125	maximal	True	ISR0066_000000019343	1.0		1	1	False	False	0.968806266784668	0					non-mobilizable	no_good_hit	418.0	94.49799999999999	25.0	0.00011809110274380135	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
CHI0167_000000012957	1667	0.5606147951064692	3	1	1	1	0	True	80230	fragment	False	USA0003_01_000000021283	0.9379175946547884		0	0	False	False	0.9982003569602966	0					non-mobilizable	other	1621.0	99.93799999999999	99.0	0.019018548955153793	NZ_SPFU01000025.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_25_length_85180_cov_30.527, whole genome shotgun sequence	False	True
MON0054_000000029328	1666	0.5606147951064692	2	1	1	1	0	True	60739	fragment	False	MON0054_000000029328	1.0		0	0	False	False	0.9993997812271118	0					non-mobilizable	other	1014.0	94.28	90.0	0.006871570150387671	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MAD0096_000000011427	1664	0.5606147951064692	2	1	1	1	0	True	47181	fragment	False	MAD0096_000000011427	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1664.0	98.678	100.0	0.00044335026618355183	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0061_000000016284	1664	0.5606147951064692	2	1	1	1	0	True	51208	fragment	False	MAD0105_000000022828	0.9753596079465378		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	89.48299999999999	100.0	0.018374386414894087	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0813_000000018647	1663	0.5606147951064692	1	1	1	1	0	True	112260	fragment	False	ISR0813_000000018647	1.0		0	0	False	False	0.8869512677192688	0					non-mobilizable	other	1593.0	94.162	96.0	0.09833230389129093	AY049983.2	high GC Gram+	Arcanobacterium pyogenes putative tetracycline resistance element ATE-1, genomic sequence	False	True
ISR0309_000000011739	1662	0.5606147951064692	2	1	1	1	0	True	81180	fragment	False	ISR0261_000000010509	0.9340159271899886		0	0	False	False	0.987364649772644	0					non-mobilizable	chromosome	1646.0	95.869	99.0	0.0003317634976555447	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
ISR0823_000000001565	1662	0.5606147951064692	3	1	1	1	0	True	27246	maximal	True	ISR0823_000000001565	1.0		236	10	False	False	1.0	0					non-mobilizable	other	1662.0	99.458	100.0	0.0005330377503688904	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ETH0002_000000015354	1661	0.5606147951064692	1	1	1	1	0	True	98493	maximal	True	ETH0002_000000015354	1.0		1	1	False	False	0.9963877201080322	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.000530518791534037	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
MON0035_000000017372	1661	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.3635707301363123		0	0	False	False	0.9993979334831238	0					non-mobilizable	other	1664.0	93.45	100.0	0.0036172433554943965	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
TAN0006_000000008348	1658	0.5606147951064692	1	1	1	1	0	True	46518	fragment	False	TAN0006_000000008348	1.0		0	0	False	False	0.9722557067871094	0					non-mobilizable	no_good_hit	573.0	94.59	35.0	0.00011613258199071954	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0071_000000021896	1656	0.5606147951064692	2	1	1	1	0	True	50076	fragment	False	FIJ0071_000000021896	0.9559186189889026		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0013_000000006656	1655	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.752365294251421		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	78.505	90.0	0.005893642542982807	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	True
MON0067_000000010968	1654	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.9203452338363222		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	95.89399999999999	99.0	0.00027676704631497397	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
SPA0066_000000007972	1654	0.5606147951064692	2	1	1	1	0	True	6070	maximal	True	SPA0066_000000007972	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1656.0	88.949	100.0	0.00028714839078847405	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	True
TAN0006_000000008371	1654	0.5606147951064692	3	1	1	1	0	True	2873	fragment	False	TAN0006_000000008371	1.0		0	0	False	False	0.9885126948356628	0					non-mobilizable	no_good_hit								True	True
MON0013_000000033550	1653	0.5606147951064692	3	1	1	1	0	True	65278	fragment	False	MON0013_000000033550	1.0		0	0	False	False	0.9879007935523987	0					non-mobilizable	no_good_hit	169.0	87.574	10.0	0.0003512902598502416	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0849_000000016505	1653	0.5606147951064692	2	1	1	1	0	True	111282	fragment	False	ISR0257_000000010273	0.9585225016343925		0	0	False	False	0.9993950128555298	0					non-mobilizable	other	1653.0	97.036	100.0	0.0003957841200191971	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
MAD0105_000000022828	1653	0.5606147951064692	2	1	1	1	0	True	51208	fragment	False	MAD0105_000000022828	0.9841880790454747		0	0	False	False	1.0	0					non-mobilizable	other	1653.0	87.90100000000001	100.0	0.0004837711188642038	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0310_000000010521	1653	0.5606147951064692	1	1	1	1	0	True	62063	fragment	False	ISR0310_000000010521	1.0		0	0	False	False	0.9993950128555298	0					non-mobilizable	other	1575.0	96.31700000000001	95.0	0.20822860166688714	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
DEN0067_000000020325	1652	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.7560014615131446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1485.0	78.047	89.0	0.00027845489574248184	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	True
SPA0016_000000020539	1651	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.6760610949467057		0	0	False	False	1.0	0					non-mobilizable	other	1653.0	93.648	100.0	0.0004639837855793502	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0047_000000028131	1650	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.7592948549124943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1478.0	78.078	89.0	0.00027788272814849047	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	True
ISR0819_000000016077	1650	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.7550785516680879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	77.492	89.0	0.00027673839296050767	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	True
TAN0016_000000007171	1650	0.5606147951064692	1	1	1	1	0	True	58611	fragment	False	TAN0016_000000007171	1.0		0	0	False	False	0.9987878799438477	0					non-mobilizable	no_good_hit	365.0	89.315	27.0	0.003410964355422486	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ENG0175_000000015278	1650	0.5606147951064692	1	1	1	1	0	True	55600	maximal	True	ENG0175_000000015278	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	83.55	88.0	0.014416817169977739	CP039394.1	CFB group bacteria	Muribaculum sp. TLL-A4 plasmid pTAA-4-1	True	True
ISR0327_000000017470	1650	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.6485072420751277		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	93.541	100.0	0.00046089243388863375	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0012_000000018016	1648	0.5606147951064692	3	1	1	1	0	True	84631	fragment	False	ENG0039_000000015015	0.9436741767764298		0	0	False	False	0.9981796145439148	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
MON0038_000000020438	1648	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.4984318891256731		0	0	False	False	1.0	0					non-mobilizable	other	1651.0	94.185	100.0	0.0035932736706085905	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0071_000000022016	1648	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.528212228773038		0	0	False	False	1.0	0					non-mobilizable	other	1650.0	93.87899999999999	99.0	0.0035932736706085905	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MAD0107_000000023997	1647	0.5606147951064692	2	1	1	1	0	True	129065	fragment	False	MAD0107_000000023997	1.0		0	0	False	False	0.9872495532035828	0					non-mobilizable	other	1647.0	100.0	100.0	0.0004373801090899332	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
USA0059_01_000000015615	1647	0.5606147951064692	2	1	1	1	0	True	916	fragment	False	USA0059_01_000000015615	1.0		0	0	False	False	0.9981784820556641	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	0.014563106796116505	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0835_000000008980	1646	0.5606147951064692	1	1	1	1	0	True	84300	fragment	False	ISR0835_000000008980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	97.581	80.0	0.0003871340309554948	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0039_000000029555	1646	0.5606147951064692	1	1	1	1	0	True	97094	fragment	False	MON0039_000000029555	1.0		0	0	False	False	0.9939246773719788	0					non-mobilizable	other	1646.0	93.135	100.0	0.0031786026901219847	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
TAN0014_000000003550	1645	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.6980763797979679		0	0	False	False	1.0	0					non-mobilizable	other	1506.0	78.154	91.0	0.015816359245089447	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
MON0053_000000024346	1644	0.5606147951064692	1	1	1	1	0	True	81968	fragment	False	ENG0188_000000014810	0.9216098047077692		0	0	False	False	0.9975669384002686	0					non-mobilizable	other	1643.0	86.001	99.0	0.0004389113819442194	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0160_000000017863	1644	0.5606147951064692	1	1	1	1	0	True	112261	maximal	True	ISR0160_000000017863	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	87.13	84.0	0.00042157206859203396	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
MON0104_000000027794	1642	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.6558623832798073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	78.745	82.0	0.0002555681919828258	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	True
MON0103_000000034017	1642	0.5606147951064692	2	1	1	1	0	True	8877	maximal	True	MON0103_000000034017	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	91.97	40.0	0.0007219662058371736	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
FIJ0144_000000019214	1642	0.5606147951064692	2	1	1	1	0	True	40065	fragment	False	FIJ0144_000000019214	1.0		0	0	False	False	0.9933008551597595	0					non-mobilizable	no_good_hit	1378.0	81.858	83.0	0.1812409048815981	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ISR0858_000000006297	1639	0.5606147951064692	1	1	1	1	0	True	91131	fragment	False	DEN0061_000000024106	0.9411535644021839		0	0	False	False	1.0	0					non-mobilizable	other	1638.0	97.131	99.0	0.004419999891997559	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
MAD0079_000000003433	1639	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.7275020136164769		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	97.926	100.0	0.0004796713636195919	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0070_000000020912	1638	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.5260170858131716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	5.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
SPA0045_000000015578	1638	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.6075836567786426		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	96.53399999999999	97.0	0.0004454356754350515	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0005_000000023022	1638	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.6390429631567727		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	93.35799999999999	100.0	0.00046089243388863375	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CAN0014_000000030140	1637	0.5606147951064692	2	1	1	1	0	True	93552	fragment	False	CAN0014_000000030140	0.9199376947040498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	86.53399999999999	52.0	0.0017773614337661034	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0107_000000018306	1637	0.5606147951064692	1	1	1	1	0	True	106418	maximal	True	ENG0107_000000018306	1.0		8	5	False	False	0.999389111995697	0					non-mobilizable	chromosome	1271.0	93.47	100.0	0.00021915872432338632	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	True
ISR0137_000000015110	1634	0.5606147951064692	1	1	1	1	0	True	91414	maximal	True	ISR0137_000000015110	1.0		106	6	False	False	0.9993879795074463	0					non-mobilizable	other	1556.0	100.0	95.0	0.04048635700895647	NZ_JXQL01000065.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig65, whole genome shotgun sequence	False	True
SPA0114_000000028826	1634	0.5606147951064692	2	1	1	1	0	True	112251	fragment	False	DEN0051_000000028252	0.9272943980929678		0	0	False	False	0.9987760186195374	0					non-mobilizable	other	1544.0	81.93	93.0	0.014218009478672985	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
FIJ0103_000000013586	1632	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.6923902191019325		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	78.61	90.0	0.00027788272814849047	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	True
ENG0065_000000016544	1632	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.667159246664141		0	0	False	False	1.0	0					non-mobilizable	other	1633.0	94.244	100.0	0.000458363146141684	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0164_000000013012	1629	0.5606147951064692	2	1	1	1	0	True	78384	maximal	True	CHI0164_000000013012	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1630.0	95.337	99.0	0.024997309637646625	NZ_BAJR01000020.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	False	True
ISR0075_000000016447	1628	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.16109750994702923	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1412.0	92.28	99.0	0.0004742611506066941	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0147_000000013096	1627	0.5606147951064692	2	1	1	1	0	True	51207	fragment	False	FIJ0147_000000013096	0.9638554800802308		0	0	False	False	1.0	0					non-mobilizable	other	1627.0	88.015	99.0	0.017965329677619067	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0135_000000013870	1626	0.5606147951064692	2	1	1	1	0	True	58086	fragment	False	ENG0135_000000013870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	86.3	75.0	0.30049382716049383	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MON0051_000000022032	1624	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.5990137722046102		0	0	False	False	1.0	0					non-mobilizable	other	1627.0	92.624	100.0	0.00045667695431038407	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0207_000000018554	1623	0.5606147951064692	1	1	1	1	0	True	28566	maximal	True	ISR0207_000000018554	1.0		1	1	False	False	0.9827479720115662	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	0.0144	LN853050.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0404	True	True
AST0153_000000020826	1623	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.7762015153733284		0	0	False	False	0.9956870079040527	0					non-mobilizable	other	1623.0	99.07600000000001	100.0	0.0004256106344930917	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ENG0052_000000020001	1622	0.5606147951064692	1	1	1	1	0	True	63958	maximal	True	ENG0052_000000020001	1.0		372	13	False	False	0.9876695275306702	0					non-mobilizable	chromosome	1622.0	99.93799999999999	100.0	0.000490176956602859	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	False	True
ENG0152_000000015260	1622	0.5606147951064692	2	1	1	1	0	True	71610	fragment	False	ENG0152_000000015260	1.0		0	0	False	False	0.9987669587135315	0					non-mobilizable	other	1628.0	94.41	99.0	0.2152401111258103	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
FIJ0164_000000013904	1622	0.5606147951064692	2	1	1	1	0	True	51207	fragment	False	FIJ0147_000000013096	0.9622125593242562		0	0	False	False	0.9993834495544434	0					non-mobilizable	other	1622.0	87.978	99.0	0.017910051740149473	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0363_000000011509	1622	0.5606147951064692	1	1	1	1	0	True	101025	fragment	False	TAN0006_000000007153	0.688737676693879		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	78.543	90.0	0.00027788272814849047	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	True
FIJ0105_000000020311	1622	0.5606147951064692	2	1	1	1	0	True	84099	fragment	False	CHI0085_000000001368	0.96344399153603		0	0	False	False	0.995067834854126	0					non-mobilizable	other	1611.0	99.93799999999999	99.0	0.006925416277739303	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0032_000000010435	1622	0.5606147951064692	2	1	1	1	0	True	50076	fragment	False	FIJ0071_000000021896	0.9465579710144927		0	0	False	False	0.9728729724884033	0					non-mobilizable	no_good_hit	80.0	100.0	5.0	0.00037140291574795376	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	True	True
ENG0044_000000010071	1622	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.8623669119721293		0	0	False	False	1.0	0					non-mobilizable	other	1622.0	97.041	100.0	0.00043255680492573057	NZ_LT896588.1	CFB group bacteria	Parabacteroides bouchesdurhonensis strain Marseille-P3763, whole genome shotgun sequence	False	True
SPA0145_000000021507	1621	0.5606147951064692	2	1	1	1	0	True	101378	fragment	False	SPA0145_000000021507	0.9929227221659934		0	0	False	False	1.0	0					non-mobilizable	other	1621.0	99.568	100.0	0.008010760132128094	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
CAN0012_000000028533	1621	0.5606147951064692	2	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.8036014065131347		0	0	False	False	0.9845774173736572	0		MOBV			mobilizable	plasmid	1435.0	97.491	98.0	0.37936507936507935	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
AUS0018_000000017424	1620	0.5606147951064692	1	1	1	1	0	True	99932	maximal	True	AUS0018_000000017424	1.0		1	1	False	False	0.9925925731658936	0					non-mobilizable	other	1628.0	87.162	100.0	0.0005084585738003624	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0347_000000014038	1619	0.5606147951064692	2	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.2790168678832957		0	0	False	False	0.9925880432128906	0					non-mobilizable	other	1619.0	98.023	100.0	0.000710630291296931	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
FIJ0037_000000019958	1619	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.44852429865092763		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	94.63	94.0	0.0033252490123400298	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0009_000000026007	1618	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.5062043831893348		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	96.848	100.0	0.017854773802679875	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0266_000000012258	1618	0.5606147951064692	2	1	1	1	0	True	26568	fragment	False	ISR0266_000000012258	1.0		0	0	False	False	0.9530284404754639	0					non-mobilizable	no_good_hit								True	True
FIJ0002_000000023120	1618	0.5606147951064692	1	1	1	1	0	True	52342	fragment	False	FIJ0002_000000023120	1.0		0	0	False	False	0.9969097375869751	0					non-mobilizable	chromosome	1581.0	85.073	97.0	0.00031834945552700744	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MAD0111_000000010598	1616	0.5606147951064692	1	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.8801160302768319		0	0	False	False	0.9993811845779419	0		MOBV			mobilizable	plasmid	1495.0	97.458	100.0	0.3952380952380952	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
USA0083_01_000000017296	1616	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.642992779937055		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	94.321	100.0	0.00045470973050720087	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
AST0025_000000023464	1615	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.639083744168971		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	94.59299999999999	100.0	0.00045161837881648446	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0012_000000034192	1614	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.23072916650517145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	87.5	5.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
CHI0085_000000001368	1614	0.5606147951064692	1	1	1	1	0	True	84099	fragment	False	CHI0085_000000001368	0.9737858692604515		0	0	False	False	0.997521698474884	0					non-mobilizable	other	1614.0	100.0	100.0	0.041271140905252926	NZ_JH379408.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld372, whole genome shotgun sequence	False	True
MON0106_000000026633	1614	0.5606147951064692	1	1	1	1	0	True	98472	fragment	False	MON0106_000000026633	0.9340604201940854		0	0	False	False	0.9993804097175598	0					non-mobilizable	no_good_hit								True	True
ISR0154_000000013021	1613	0.5606147951064692	1	1	1	1	0	True	76233	maximal	True	ISR0154_000000013021	1.0		38	8	False	False	0.9900805950164795	0					non-mobilizable	no_good_hit	1250.0	94.24	77.0	0.0002633644801782853	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
SPA0153_000000011609	1613	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.21951167014707845	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1615.0	94.92299999999999	100.0	0.0005198994495770056	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0097_000000022845	1613	0.5606147951064692	2	1	1	1	0	True	59526	fragment	False	TAN0004_000000003997	0.6425088652482269		0	0	False	False	0.9907005429267883	0					non-mobilizable	other	1613.0	95.78399999999999	100.0	0.0017687074829931973	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0857_000000001899	1612	0.5606147951064692	2	1	1	1	0	True	84981	fragment	False	CHI0070_000000007932	0.6586865530524081		0	0	False	False	0.996277928352356	0					non-mobilizable	other	1613.0	98.38799999999999	100.0	0.0003033689774620012	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ISR0019_000000011111	1610	0.5606147951064692	1	1	1	1	0	True	37732	maximal	True	ISR0019_000000011111	1.0		7	1	False	False	1.0	0					non-mobilizable	other	1611.0	90.875	100.0	0.00037923042856338133	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
ISR0064_000000014057	1609	0.5606147951064692	2	1	1	1	0	True	65443	fragment	False	ISR0064_000000014057	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1601.0	91.131	99.0	0.5701943844492441	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
MON0098_000000021585	1608	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.14998547746552116		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	88.75200000000001	99.0	0.00045161837881648446	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0052_000000020239	1606	0.5606147951064692	2	1	1	1	0	True	63954	fragment	False	ENG0052_000000020239	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	96.139	100.0	0.0043893354190653044	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MAD0012_000000018561	1605	0.5606147951064692	2	1	1	1	0	True	93552	fragment	False	CAN0014_000000030140	0.9117287721441661		0	0	False	False	0.9925233721733093	0					non-mobilizable	no_good_hit	866.0	86.95200000000001	54.0	0.0018003625817324884	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0132_000000025857	1605	0.5606147951064692	3	1	1	1	0	True	110184	fragment	False	AST0089_000000013153	0.9377097927001407		0	0	False	False	0.9943925142288208	0					non-mobilizable	no_good_hit	863.0	76.477	71.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
ISR0287_000000008333	1605	0.5606147951064692	1	1	1	1	0	True	96865	fragment	False	SPA0039_000000014674	0.38086237448316596		0	0	False	False	0.9937694668769836	0					non-mobilizable	other	1605.0	100.0	100.0	0.00033876233055811516	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0019_000000041983	1603	0.5606147951064692	2	1	1	1	0	True	22125	fragment	False	MON0019_000000041983	0.9864609571788414		0	0	False	False	1.0	0					non-mobilizable	other	1603.0	98.066	100.0	0.017699995577765002	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0206_000000015935	1602	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.6322164717934534		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	94.26799999999999	100.0	0.0004507752829008345	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
TAN0007_000000025716	1601	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.4155211948368283		0	0	False	False	0.9987508058547974	0					non-mobilizable	no_good_hit								True	True
ISR0018_000000013195	1600	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.20211281681063642		0	0	False	False	1.0	0					non-mobilizable	other	1602.0	94.507	100.0	0.010860201195232635	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
AUS0016_000000017768	1600	0.5606147951064692	2	1	1	1	0	True	100247	fragment	False	AUS0016_000000017768	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1600.0	97.06200000000001	100.0	0.04985346386481262	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	False	True
ISR0162_000000024764	1600	0.5606147951064692	2	1	1	1	0	True	30333	maximal	True	ISR0162_000000024764	1.0		1	1	False	False	0.9987499713897705	0					non-mobilizable	no_good_hit	480.0	88.542	76.0	0.00011871583666782739	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	True
SPA0132_000000025979	1599	0.5606147951064692	2	1	1	1	0	True	55880	fragment	False	SPA0132_000000025979	1.0		0	0	False	False	0.9837398529052734	0					non-mobilizable	plasmid	1247.0	98.156	90.0	0.4108143752060666	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0370_000000016839	1597	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.6179176135846115		0	0	False	False	0.9974952936172485	0					non-mobilizable	other	1600.0	93.125	100.0	0.0004493701230414179	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0094_000000010881	1596	0.5606147951064692	2	1	1	1	0	True	84982	fragment	False	ENG0094_000000010881	0.9632489935271562		0	0	False	False	1.0	0					non-mobilizable	other	1596.0	99.875	100.0	0.000296847958570075	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ISR0224_000000019460	1595	0.5606147951064692	2	1	1	1	0	True	83331	fragment	False	ISR0332_000000007120	0.38892405737061225		0	0	False	False	0.984952986240387	0					non-mobilizable	other	1594.0	96.61200000000001	99.0	0.0035193364547548623	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
FIJ0154_000000024864	1594	0.5606147951064692	1	1	1	1	0	True	49065	fragment	False	FIJ0154_000000024864	0.9709011028827013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	93.258	6.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
CHI0018_000000011057	1594	0.5606147951064692	2	1	1	1	0	True	89527	fragment	False	CHI0018_000000011057	1.0		0	0	False	False	0.998745322227478	0					non-mobilizable	other	1594.0	99.93700000000001	100.0	0.0031446540880503146	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0140_000000020988	1594	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.3378801982533348		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	97.868	100.0	0.0020820353266797023	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0086_000000019263	1594	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.3759686476988454		0	0	False	False	0.9723964929580688	0					non-mobilizable	other	1597.0	97.43299999999999	100.0	0.010826284264579192	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
SPA0010_000000015896	1593	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.6167216738627214		0	0	False	False	1.0	0					non-mobilizable	other	1598.0	94.743	100.0	0.00044796496318200136	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0019_000000042261	1592	0.5606147951064692	2	1	1	1	0	True	91134	fragment	False	MON0019_000000042261	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	98.241	100.0	0.0004260573573357249	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ETH0001_000000021457	1590	0.5606147951064692	1	1	1	1	0	True	53491	maximal	True	ETH0001_000000021457	1.0		1	1	False	False	0.9974842667579651	0					non-mobilizable	no_good_hit	676.0	82.84	42.0	0.20560172360726378	NZ_WAJR01000048.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_048, whole genome shotgun sequence	True	True
TAN0011_000000003242	1589	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.4510111102600115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0166_000000015314	1588	0.5606147951064692	3	1	1	1	0	True	39005	fragment	False	FIJ0166_000000015314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0074_000000003043	1588	0.5606147951064692	2	1	1	1	0	True	22125	fragment	False	MON0019_000000041983	0.9819089207735496		0	0	False	False	0.984886646270752	0					non-mobilizable	other	1588.0	96.851	100.0	0.017534161765356212	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
BAN0041_000000003508	1587	0.5606147951064692	1	1	1	1	0	True	97539	fragment	False	BAN0041_000000003508	1.0		0	0	False	False	0.9754253029823303	0					non-mobilizable	no_good_hit								True	True
MON0001_000000021888	1587	0.5606147951064692	2	1	1	1	0	True	83331	fragment	False	ISR0332_000000007120	0.46484309649501226		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	100.0	100.0	0.01651704817645956	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
ISR0839_000000013084	1586	0.5606147951064692	1	1	1	1	0	True	109165	fragment	False	ISR0839_000000013084	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1602.0	82.459	100.0	0.0006965757985147915	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
FIJ0011_000000028570	1585	0.5606147951064692	1	1	1	1	0	True	50936	maximal	True	FIJ0011_000000028570	1.0		0	0	False	False	0.9627760052680969	0					non-mobilizable	no_good_hit								True	True
ISR0027_000000016278	1584	0.5606147951064692	2	1	1	1	0	True	37229	maximal	True	ISR0027_000000016278	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0024_000000009409	1584	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.7511308357876203		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	95.463	100.0	0.3378090366581415	AF038866.2	CFB group bacteria	Bacteroides fragilis transposon Tn5520 transposase (bipH) and mobilization protein BmpH (bmpH) genes, complete cds	False	True
MAD0011_000000008798	1583	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.7696723268359478		0	0	False	False	1.0	0					non-mobilizable	other	1583.0	95.95700000000001	100.0	0.017478883827886614	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0070_000000013327	1582	0.5606147951064692	1	1	1	1	0	True	34902	fragment	False	ISR0070_000000013327	1.0		0	0	False	False	0.9949430823326111	0					non-mobilizable	no_good_hit	46.0	93.478	3.0	0.025702331141661684	XM_027718599.1	birds	PREDICTED: Pipra filicauda prenylcysteine oxidase 1 like (PCYOX1L), mRNA	True	True
DEN0038_000000002714	1581	0.5606147951064692	3	1	1	1	0	True	73355	maximal	True	DEN0038_000000002714	1.0		1	1	False	False	0.997469961643219	0					non-mobilizable	no_good_hit	404.0	73.02	25.0	0.004302543594412112	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	True
FIJ0062_000000018595	1580	0.5606147951064692	1	1	1	1	0	True	98472	fragment	False	MON0106_000000026633	0.7382942606338062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0128_000000018479	1580	0.5606147951064692	1	1	1	1	0	True	58614	fragment	False	ENG0128_000000018479	1.0		0	0	False	False	0.9803797602653503	0					non-mobilizable	no_good_hit	863.0	76.477	73.0	0.2652929813264649	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
DEN0026_000000018122	1579	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.601226285805033		0	0	False	False	1.0	0					non-mobilizable	other	1577.0	93.976	99.0	0.0004426253557162184	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0036_000000026927	1579	0.5606147951064692	1	1	1	1	0	True	49065	fragment	False	FIJ0154_000000024864	0.9685889321203932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	96.667	6.0	0.0008432661878683367	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
USA0083_01_000000017632	1579	0.5606147951064692	2	1	1	1	0	True	91141	fragment	False	USA0083_01_000000017632	0.9335963182117029		0	0	False	False	1.0	0					non-mobilizable	other	1579.0	91.89399999999999	100.0	0.0030491398449923966	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
ISR0053_000000011164	1579	0.5606147951064692	2	1	1	1	0	True	83923	fragment	False	ISR0053_000000011164	1.0		0	0	False	False	0.9822672605514526	0					non-mobilizable	other	1579.0	97.72	100.0	0.060799876704939505	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
TAN0008_000000013479	1578	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.5309367375694173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0033_000000013013	1578	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.5825465714981232		0	0	False	False	1.0	0					non-mobilizable	other	1578.0	93.59899999999999	99.0	0.00044318741965998504	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0177_000000016843	1578	0.5606147951064692	2	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.8266610716130796		0	0	False	False	1.0	0					non-mobilizable	other	1579.0	98.037	100.0	0.004131906804292156	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
FIJ0097_000000020066	1578	0.5606147951064692	1	1	1	1	0	True	49065	fragment	False	FIJ0154_000000024864	0.9684622696758082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	96.667	6.0	0.0008432661878683367	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
MAD0101_000000018227	1577	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.4054291392510599		0	0	False	False	1.0	0					non-mobilizable	other	1569.0	95.28399999999999	99.0	0.0034167696273585627	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
AUS0012_000000010907	1577	0.5606147951064692	2	1	1	1	0	True	101074	fragment	False	AUS0012_000000010907	0.9592928566599678		0	0	False	False	1.0	0					non-mobilizable	other	1577.0	96.068	100.0	0.002058524262764875	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0121_000000016347	1577	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.5201553565626821		0	0	False	False	0.9917564988136292	0					non-mobilizable	no_good_hit	92.0	92.391	6.0	0.0012704528955157202	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
TAN0014_000000003802	1577	0.5606147951064692	3	1	1	1	0	True	2544	fragment	False	TAN0014_000000003802	1.0		0	0	False	False	0.9949270486831665	0					non-mobilizable	no_good_hit								True	True
MON0028_000000016540	1576	0.5606147951064692	2	1	1	1	0	True	82973	fragment	False	MON0028_000000016540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	98.382	82.0	0.3197530864197531	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0039_000000013262	1576	0.5606147951064692	1	1	1	1	0	True	84099	fragment	False	CHI0085_000000001368	0.9734535392863899		0	0	False	False	1.0	0					non-mobilizable	chromosome	1576.0	100.0	100.0	0.000308219660617864	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
MON0001_000000022082	1576	0.5606147951064692	1	1	1	1	0	True	84984	fragment	False	MON0001_000000022082	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	100.0	100.0	0.0003025855212347795	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
ENG0048_000000016504	1575	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.830562079833674		0	0	False	False	0.9822221994400024	0					non-mobilizable	other	1513.0	99.67	96.0	0.002921609281133399	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
FIJ0045_000000014994	1574	0.5606147951064692	1	1	1	1	0	True	49065	fragment	False	FIJ0154_000000024864	0.9080699508949837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	0.0004009927279426905	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	True
ENG0115_000000013309	1574	0.5606147951064692	2	1	1	1	0	True	59526	fragment	False	TAN0004_000000003997	0.6429521276595745		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	96.506	100.0	0.0017248189598420014	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0107_000000016288	1573	0.5606147951064692	2	1	1	1	0	True	77263	fragment	False	FIJ0107_000000016288	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	92.919	100.0	0.0025211750375343477	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0006_000000024663	1572	0.5606147951064692	2	1	1	1	0	True	98472	fragment	False	MON0106_000000026633	0.3857972885732731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	74.672	15.0	4.118476410473848e-05	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
CHI0070_000000007932	1572	0.5606147951064692	1	1	1	1	0	True	84981	fragment	False	CHI0070_000000007932	0.7778899075437844		0	0	False	False	0.9942747950553894	0					non-mobilizable	other	1572.0	100.0	100.0	0.0032753595389894965	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
FIJ0029_000000020299	1571	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.7646220905913694		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	95.165	100.0	0.0004600511063775207	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
USA0062_01_000000012318	1570	0.5606147951064692	2	1	1	1	0	True	112247	maximal	True	USA0062_01_000000012318	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1269.0	80.93	79.0	0.01163966203244266	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
FIJ0103_000000014202	1570	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.4467414361756841		0	0	False	False	1.0	0					non-mobilizable	other	1539.0	93.632	98.0	0.003351397759488182	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0773_000000010551	1568	0.5606147951064692	2	1	1	1	0	True	59350	fragment	False	ISR0773_000000010551	0.9728552278820375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1124.0	97.598	76.0	0.27728395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0211_000000015464	1567	0.5606147951064692	2	1	1	1	0	True	53635	maximal	True	ENG0211_000000015464	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0002_000000012390	1567	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.17657194951796648		0	0	False	False	0.9993618130683899	0					non-mobilizable	other	1569.0	97.833	100.0	0.00043616162036290223	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0043_000000018403	1567	0.5606147951064692	2	1	1	1	0	True	45934	fragment	False	MON0043_000000018403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	76.72399999999999	15.0	7.745171727294524e-05	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
FIJ0008_000000018286	1566	0.5606147951064692	3	1	1	1	0	True	51406	fragment	False	FIJ0024_000000011937	0.7269482130971576		0	0	False	False	0.9987228512763977	0					non-mobilizable	no_good_hit								True	True
SPA0095_000000012445	1565	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.601607902314229		0	0	False	False	0.9942492246627808	0					non-mobilizable	other	1568.0	96.301	100.0	0.00044009606796926857	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0063_000000032067	1565	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.3894247141446231		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	95.43299999999999	95.0	0.0032424446463708806	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MAD0040_000000021579	1564	0.5606147951064692	2	1	1	1	0	True	51207	fragment	False	FIJ0147_000000013096	0.9264204747506145		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	88.427	100.0	0.017279883252996064	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MAD0110_000000017289	1563	0.5606147951064692	1	1	1	1	0	True	46572	fragment	False	MAD0110_000000017289	0.981651376146789		0	0	False	False	0.9980806112289429	0					non-mobilizable	chromosome	1563.0	95.20200000000001	100.0	0.000297834805791495	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
MAD0041_000000023268	1563	0.5606147951064692	1	1	1	1	0	True	51208	fragment	False	MAD0105_000000022828	0.9629198550711993		0	0	False	False	0.999360203742981	0					non-mobilizable	other	1561.0	88.277	99.0	0.00045682987011389707	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0105_000000015721	1563	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.3796893669751804		0	0	False	False	0.9929622411727905	0					non-mobilizable	other	1544.0	89.184	99.0	0.002981510000521716	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
ISR0852_000000007759	1560	0.5606147951064692	2	1	1	1	0	True	40128	fragment	False	ISR0852_000000007759	0.9306864064602961		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	79.846	90.0	0.18692948802751685	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
MAD0036_000000019925	1560	0.5606147951064692	1	1	1	1	0	True	51208	fragment	False	MAD0105_000000022828	0.9619899026559722		0	0	False	False	0.9993589520454407	0					non-mobilizable	other	1560.0	88.26899999999999	100.0	0.017235660903020388	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
DEN0061_000000027862	1560	0.5606147951064692	1	1	1	1	0	True	84099	fragment	False	CHI0085_000000001368	0.9702132822599706		0	0	False	False	0.9942307472229004	0					non-mobilizable	other	1560.0	99.87200000000001	100.0	0.006706039737264332	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0061_000000017602	1559	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.7913295576589587		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	95.446	100.0	0.01721354972803255	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MON0026_000000031898	1559	0.5606147951064692	2	1	1	1	0	True	84982	fragment	False	ENG0094_000000010881	0.9274705811279511		0	0	False	False	0.9942270517349243	0					non-mobilizable	other	1562.0	95.391	100.0	0.00029320018492137544	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
FIJ0108_000000015016	1559	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.2189818939067452	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1560.0	94.936	100.0	0.0005487163037905181	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
DEN0010_000000029701	1559	0.5606147951064692	1	1	1	1	0	True	75903	fragment	False	MAD0101_000000019468	0.6234234234234234		0	0	False	False	0.9878126978874207	0					non-mobilizable	no_good_hit								True	True
ISR0066_000000020698	1559	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.7246830172470208		0	0	False	False	0.9890955686569214	0					non-mobilizable	other	1516.0	91.95299999999999	99.0	0.002921609281133399	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
MAD0013_000000015951	1559	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.33238201450801014		0	0	False	False	0.9993585348129272	0					non-mobilizable	other	1562.0	95.32700000000001	100.0	0.0034015161915221404	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ENG0096_000000020861	1558	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.5943575836558158		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	94.78399999999999	100.0	0.0004358805883910189	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0815_000000019881	1558	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.3439109876330426		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	94.80799999999999	100.0	0.01057529897774371	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0058_000000026688	1558	0.5606147951064692	2	1	1	1	0	True	45989	fragment	False	FIJ0058_000000026688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0114_000000025888	1558	0.5606147951064692	1	1	1	1	0	True	46520	fragment	False	FIJ0114_000000025888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	96.23700000000001	56.0	0.0001778533947969761	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
SPA0145_000000022368	1557	0.5606147951064692	2	1	1	1	0	True	82972	fragment	False	SPA0145_000000022368	0.9867886178861789		0	0	False	False	0.9922928810119629	0					non-mobilizable	plasmid	1494.0	97.055	96.0	0.36814814814814817	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
ENG0153_000000019235	1556	0.5606147951064692	2	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.27808428385936934	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1556.0	93.059	100.0	0.000548363431569431	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0010_000000013921	1553	0.5606147951064692	1	1	1	1	0	True	67264	maximal	True	ENG0010_000000013921	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1385.0	97.329	89.0	0.05332511366263389	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	True	True
AST0084_000000022826	1553	0.5606147951064692	2	1	1	1	0	True	111280	fragment	False	AST0084_000000022826	0.8613326867908699		0	0	False	False	1.0	0					non-mobilizable	other	1553.0	100.0	100.0	0.007674506003125185	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0082_000000022870	1550	0.5606147951064692	2	1	1	1	0	True	83331	fragment	False	ISR0332_000000007120	0.3938256239456344		0	0	False	False	0.9251613020896912	0					non-mobilizable	other	1550.0	99.742	100.0	0.0034242790002608553	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0249_000000013705	1550	0.5606147951064692	2	1	1	1	0	True	56024	fragment	False	ISR0249_000000013705	1.0		0	0	False	False	0.9948387145996094	0					non-mobilizable	other	1567.0	82.64200000000001	100.0	0.20571504167217886	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0062_000000024860	1549	0.5606147951064692	1	1	1	1	0	True	35321	maximal	True	ISR0062_000000024860	1.0		9	5	False	False	0.997417688369751	0					non-mobilizable	other	1564.0	78.964	100.0	0.0005212837319066053	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
ENG0125_000000017103	1549	0.5606147951064692	2	1	1	1	0	True	80402	fragment	False	ENG0125_000000017103	1.0		0	0	False	False	0.9857972860336304	0					non-mobilizable	other	1530.0	100.0	99.0	0.0031877942298631063	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
MON0050_000000025433	1549	0.5606147951064692	1	1	1	1	0	True	98472	fragment	False	MON0106_000000026633	0.5646154355496278		0	0	False	False	0.9980632662773132	0					non-mobilizable	no_good_hit								True	True
SPA0136_000000027465	1548	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.5328921626017624		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	92.904	99.0	0.00043054098092523593	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
BAN0036_000000000768	1547	0.5606147951064692	1	1	1	1	0	True	97658	fragment	False	BAN0036_000000000768	1.0		0	0	False	False	0.9987071752548218	0					non-mobilizable	no_good_hit								True	True
ISR0085_000000016914	1547	0.5606147951064692	1	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.7008025955534674		0	0	False	False	1.0	0		MOBV			mobilizable	other	749.0	98.531	93.0	0.20651573716178906	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
MAD0068_000000018564	1545	0.5606147951064692	3	1	1	1	0	True	101018	fragment	False	MAD0068_000000018564	1.0		0	0	False	False	0.9987055063247681	0					non-mobilizable	chromosome	1049.0	97.90299999999999	91.0	0.0002125713520004954	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0089_000000016129	1545	0.5606147951064692	1	1	1	1	0	True	47730	fragment	False	FIJ0089_000000016129	0.9795060704988194		0	0	False	False	1.0	0					non-mobilizable	other	803.0	94.396	100.0	0.0017476079344015097	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ENG0128_000000018952	1545	0.5606147951064692	1	1	1	1	0	True	58610	fragment	False	ENG0128_000000018952	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	93.189	27.0	0.003041443216918383	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ISR0326_000000013168	1544	0.5606147951064692	3	1	1	1	0	True	24812	fragment	False	ISR0326_000000013168	1.0		0	0	False	False	0.9993523359298706	0					non-mobilizable	plasmid	980.0	98.87799999999999	100.0	0.3227827233761952	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
SPA0141_000000014696	1542	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.21701081184510498		0	0	False	False	0.996757447719574	0					non-mobilizable	other	1539.0	91.488	100.0	0.0004280116931782861	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0087_000000033249	1542	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.4920771229264954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0052_000000018638	1541	0.5606147951064692	2	1	1	1	0	True	48341	fragment	False	MON0052_000000018638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	93.258	6.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ISR0842_000000015058	1539	0.5606147951064692	2	1	1	1	0	True	20742	fragment	False	ISR0842_000000015058	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1540.0	89.351	100.0	0.00027961096467417964	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	True
MON0103_000000036892	1538	0.5606147951064692	2	1	1	1	0	True	83331	fragment	False	ISR0332_000000007120	0.39171273117763405		0	0	False	False	0.99934983253479	0					non-mobilizable	other	1538.0	99.805	100.0	0.0033977513385415976	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
CHI0126_000000009916	1538	0.5606147951064692	2	1	1	1	0	True	91407	fragment	False	CHI0126_000000009916	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1539.0	99.74	100.0	0.0004650784449446003	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	False	True
USA0119_01_000000016005	1538	0.5606147951064692	2	1	1	1	0	True	84982	fragment	False	ENG0094_000000010881	0.9608898071488093		0	0	False	False	0.9947984218597412	0					non-mobilizable	other	1538.0	99.415	100.0	0.00029528504516689274	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
CHI0113_000000005200	1537	0.5606147951064692	1	1	1	1	0	True	82345	fragment	False	CHI0113_000000005200	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	97.77600000000001	91.0	0.030181086519114688	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0009_000000027678	1537	0.5606147951064692	2	1	1	1	0	True	51200	fragment	False	FIJ0009_000000027678	1.0		0	0	False	False	0.9986987709999084	0					non-mobilizable	no_good_hit								True	True
TAN0014_000000003962	1537	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.1394774856400425		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	93.359	99.0	0.0033339652613894135	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0230_000000022659	1536	0.5606147951064692	2	1	1	1	0	True	129065	fragment	False	MAD0107_000000023997	0.9663023679417122		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	100.0	100.0	0.00040788485264462175	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0069_000000014567	1536	0.5606147951064692	1	1	1	1	0	True	65434	fragment	False	SPA0069_000000014567	1.0		0	0	False	False	0.9993489384651184	0					non-mobilizable	plasmid	1319.0	88.476	94.0	0.46256299496040315	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	False	True
ISR0327_000000018962	1535	0.5606147951064692	1	1	1	1	0	True	91133	fragment	False	ISR0327_000000018962	1.0		0	0	False	False	0.9928338527679443	0					non-mobilizable	other	1432.0	91.899	93.0	0.0003826750242820559	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0026_000000021261	1534	0.5606147951064692	1	1	1	1	0	True	49065	fragment	False	FIJ0154_000000024864	0.9445064452026006		0	0	False	False	0.9993481040000916	0					non-mobilizable	no_good_hit	89.0	93.258	6.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
DEN0063_000000032773	1532	0.5606147951064692	1	1	1	1	0	True	71458	fragment	False	DEN0063_000000032773	1.0		0	0	False	False	0.9856396913528442	0					non-mobilizable	no_good_hit								True	True
MAD0098_000000029609	1532	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.5734471217464391		0	0	False	False	0.997389018535614	0					non-mobilizable	other	1533.0	95.89	100.0	0.00043054098092523593	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0098_000000016336	1531	0.5606147951064692	2	1	1	1	0	True	91126	fragment	False	ISR0230_000000018607	0.4699104022461966		0	0	False	False	0.9941214919090271	0					non-mobilizable	other	1533.0	94.39	100.0	0.0004097220343957631	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0119_01_000000016117	1528	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.7184589488176095		0	0	False	False	1.0	0					non-mobilizable	other	1528.0	100.0	100.0	0.017393384363039912	NZ_QSFT01000015.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf15, whole genome shotgun sequence	False	True
FIJ0052_000000020199	1526	0.5606147951064692	1	1	1	1	0	True	46572	fragment	False	MAD0110_000000017289	0.9702495201535508		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	94.16799999999999	100.0	0.016297262059973925	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
CHI0147_000000012353	1525	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.6610353517619085		0	0	False	False	0.998032808303833	0					non-mobilizable	other	1526.0	96.396	100.0	0.0063699069013606726	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
DEN0061_000000028534	1525	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.4374279622576356		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	95.48100000000001	100.0	0.010351447235430982	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MON0039_000000032236	1521	0.5606147951064692	2	1	1	1	0	True	91141	fragment	False	USA0083_01_000000017632	0.9176694110196326		0	0	False	False	0.9927679300308228	0					non-mobilizable	other	1522.0	93.29799999999999	100.0	0.002935135250027535	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
ENG0063_000000020405	1520	0.5606147951064692	1	1	1	1	0	True	106421	fragment	False	ENG0063_000000020405	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1522.0	94.941	100.0	0.00026984325626505646	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0345_000000008872	1520	0.5606147951064692	2	1	1	1	0	True	24209	fragment	False	ISR0345_000000008872	1.0		0	0	False	False	0.9980263113975525	0					non-mobilizable	other	1520.0	100.0	100.0	0.0004036332841480003	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0058_000000022613	1519	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.5090097327653348		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	94.412	100.0	0.0004268875652907529	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0076_000000031714	1517	0.5606147951064692	2	1	1	1	0	True	11215	fragment	False	MON0076_000000031714	0.9669530733641771		0	0	False	False	0.9947264194488525	0					non-mobilizable	no_good_hit								True	True
ISR0284_000000009253	1515	0.5606147951064692	1	1	1	1	0	True	26083	fragment	False	ISR0284_000000009253	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0310_000000011637	1515	0.5606147951064692	2	1	1	1	0	True	101074	fragment	False	AUS0012_000000010907	0.9449845840285577		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	96.766	100.0	0.0004433592457387437	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0095_000000012860	1514	0.5606147951064692	2	1	1	1	0	True	83331	fragment	False	ISR0332_000000007120	0.38847532239379107		0	0	False	False	1.0	0					non-mobilizable	other	1486.0	99.79799999999999	100.0	0.0009522496497196154	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
USA0024_01_000000014517	1514	0.5606147951064692	2	1	1	1	0	True	83440	fragment	False	USA0024_01_000000014517	0.9596257984091606		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	95.18799999999999	100.0	0.00027136633217283724	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0061_000000013854	1514	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.8644962544322957		0	0	False	False	1.0	0					non-mobilizable	other	1520.0	91.118	100.0	0.0029293384062157625	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
MON0052_000000019066	1513	0.5606147951064692	2	1	1	1	0	True	11215	fragment	False	MON0076_000000031714	0.965721819380356		0	0	False	False	0.9887640476226807	0					non-mobilizable	no_good_hit								True	True
SPA0132_000000027407	1513	0.5606147951064692	1	1	1	1	0	True	84981	fragment	False	CHI0070_000000007932	0.378909288278733		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	99.67	100.0	0.0002847261911375207	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MON0008_000000024213	1513	0.5606147951064692	1	1	1	1	0	True	84099	fragment	False	CHI0085_000000001368	0.80028169885002		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	99.868	100.0	0.0016219382161683212	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	True
CHI0153_000000009868	1511	0.5606147951064692	2	1	1	1	0	True	109173	fragment	False	CHI0153_000000009868	1.0		0	0	False	False	0.9940437078475952	0					non-mobilizable	other	1511.0	96.889	100.0	0.0009676395430484173	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
USA0081_01_000000020140	1511	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.7895351204249057		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	96.7	100.0	0.00036222277731617615	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
MON0076_000000031886	1510	0.5606147951064692	1	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.3520284162994792		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	95.49700000000001	100.0	0.03449142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ENG0027_000000015183	1510	0.5606147951064692	1	1	1	1	0	True	84099	fragment	False	CHI0085_000000001368	0.8027877813820763		0	0	False	False	1.0	0					non-mobilizable	chromosome	1510.0	100.0	100.0	0.00029530378912530586	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
DEN0096_000000030041	1509	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.09863673206416464		0	0	False	False	1.0	0					non-mobilizable	other	1514.0	92.404	100.0	0.003286025891617801	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0115_000000023692	1509	0.5606147951064692	2	1	1	1	0	True	32458	fragment	False	ISR0115_000000023692	1.0		0	0	False	False	0.9913850426673889	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000022363	1509	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.35743899845022137		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	99.536	100.0	0.016660770353336577	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
DEN0053_000000008086	1508	0.5606147951064692	3	1	1	1	0	True	72121	maximal	True	DEN0053_000000008086	1.0		3	3	False	False	0.9960212111473083	0					non-mobilizable	no_good_hit	905.0	89.171	60.0	0.0015652671063823853	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
AST0104_000000023094	1508	0.5606147951064692	2	1	1	1	0	True	107735	fragment	False	AST0104_000000023094	0.9766822118587608		0	0	False	False	0.9860742688179016	0					non-mobilizable	other	1508.0	99.337	100.0	0.006482361695995733	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0040_000000018449	1507	0.5606147951064692	2	1	1	1	0	True	51406	fragment	False	FIJ0024_000000011937	0.3866310160427807		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	83.838	7.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
DEN0065_000000022985	1507	0.5606147951064692	1	1	1	1	0	True	75408	fragment	False	DEN0065_000000022985	0.9605555006587615		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	99.40299999999999	100.0	0.03273991776747441	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0774_000000016509	1507	0.5606147951064692	2	1	1	1	0	True	83922	fragment	False	ISR0774_000000016509	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	82.52	100.0	0.00406359183717552	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ENG0125_000000017629	1506	0.5606147951064692	2	1	1	1	0	True	58809	fragment	False	ENG0125_000000017629	0.9932065217391304		0	0	False	False	0.9548472762107849	0					non-mobilizable	no_good_hit	980.0	98.571	86.0	0.3227827233761952	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
MON0017_000000013010	1506	0.5606147951064692	2	1	1	1	0	True	84981	fragment	False	CHI0070_000000007932	0.5267029249865656		0	0	False	False	0.9787516593933105	0					non-mobilizable	other	1506.0	99.934	100.0	0.00028913727584656707	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
ISR0095_000000023177	1505	0.5606147951064692	2	1	1	1	0	True	85273	fragment	False	ISR0095_000000023177	0.9996589358799455		0	0	False	False	0.9973421692848206	0					non-mobilizable	other	1506.0	91.7	100.0	0.011980054483758424	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
SPA0108_000000018695	1505	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.49053670689347384		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	96.485	100.0	0.0004232341496562698	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0340_000000014517	1505	0.5606147951064692	2	1	1	1	0	True	45036	fragment	False	ISR0340_000000014517	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1505.0	98.14	100.0	0.00026975212398410255	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0058_000000034912	1505	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.3875751748169011		0	0	False	False	0.999335527420044	0					non-mobilizable	other	1508.0	94.96	100.0	0.003283846829355455	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MAD0100_000000023176	1505	0.5606147951064692	3	1	1	1	0	True	20120	fragment	False	MAD0100_000000023176	1.0		0	0	False	False	0.9980066418647766	0					non-mobilizable	no_good_hit								True	True
SPA0037_000000016452	1505	0.5606147951064692	2	1	1	1	0	True	83330	fragment	False	SPA0057_000000021737	0.9413430878562983		0	0	False	False	0.9986711144447327	0					non-mobilizable	other	1505.0	100.0	100.0	0.0033248002688136386	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
TAN0004_000000003997	1504	0.5606147951064692	2	1	1	1	0	True	59526	fragment	False	TAN0004_000000003997	0.9176770274766147		0	0	False	False	0.9873670339584351	0					non-mobilizable	other	1504.0	96.01100000000001	100.0	0.0016491112574061884	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0249_000000014284	1504	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.6916433605695816		0	0	False	False	0.9993351101875305	0					non-mobilizable	other	1504.0	99.335	100.0	0.00698001662572157	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	True
ENG0047_000000013708	1503	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.4222269922625881		0	0	False	False	0.9966733455657959	0					non-mobilizable	other	1506.0	94.821	100.0	0.00042267208571250314	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0049_000000014581	1503	0.5606147951064692	2	1	1	1	0	True	84981	fragment	False	CHI0070_000000007932	0.7747477812015858		0	0	False	False	0.9986693263053894	0					non-mobilizable	other	1508.0	92.109	100.0	0.00028303139238074974	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0051_000000012421	1503	0.5606147951064692	1	1	1	1	0	True	114394	fragment	False	CHI0051_000000012421	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	86.458	6.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0097_000000021165	1501	0.5606147951064692	2	1	1	1	0	True	107735	fragment	False	AST0104_000000023094	0.9744694960212201		0	0	False	False	0.9986675381660461	0					non-mobilizable	other	1463.0	100.0	97.0	0.006288794160282523	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0071_000000024436	1501	0.5606147951064692	2	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.7440570293381246		0	0	False	False	0.9780146479606628	0					non-mobilizable	chromosome	1503.0	95.742	100.0	0.0003763745197461128	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
MON0080_000000037683	1500	0.5606147951064692	1	1	1	1	0	True	10035	maximal	True	MON0080_000000037683	1.0		3	2	False	False	0.9993333220481873	0					non-mobilizable	no_good_hit	950.0	77.684	63.0	0.0063831663489780826	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ISR0138_000000019456	1500	0.5606147951064692	1	1	1	1	0	True	85272	fragment	False	ISR0138_000000019456	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	90.046	100.0	0.001284177491184156	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0056_000000014882	1498	0.5606147951064692	2	1	1	1	0	True	83440	fragment	False	USA0024_01_000000014517	0.6985683451260093		0	0	False	False	1.0	0					non-mobilizable	chromosome	1498.0	99.93299999999999	100.0	0.00026849662872619785	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0066_000000023799	1497	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.7807214836077033		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	97.32799999999999	100.0	0.0019540306453656427	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MAD0064_000000015081	1497	0.5606147951064692	1	1	1	1	0	True	16667	fragment	False	MAD0064_000000015081	1.0		0	0	False	False	0.9779559373855591	0					non-mobilizable	no_good_hit								True	True
FIJ0063_000000019103	1496	0.5606147951064692	2	1	1	1	0	True	51406	fragment	False	FIJ0024_000000011937	0.5560849708597002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	0.0002970453468162427	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
FIJ0002_000000025254	1496	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.5283797628339149		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	95.725	100.0	0.00042042382993743666	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0019_000000019405	1496	0.5606147951064692	1	1	1	1	0	True	81968	fragment	False	ENG0188_000000014810	0.6880591912073161		0	0	False	False	0.9966577291488647	0					non-mobilizable	other	1496.0	100.0	100.0	0.000452845459747188	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MAD0026_000000009437	1495	0.5606147951064692	2	1	1	1	0	True	75903	fragment	False	MAD0101_000000019468	0.9214472490450681		0	0	False	False	0.9919732213020325	0					non-mobilizable	no_good_hit								True	True
MON0033_000000040135	1493	0.5606147951064692	2	1	1	1	0	True	12290	maximal	True	MON0033_000000040135	1.0		0	0	False	False	0.9993302226066589	0					non-mobilizable	no_good_hit	812.0	96.182	54.0	0.0017672194947626239	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0147_000000016900	1492	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.7087840581978763		0	0	False	False	0.9785522818565369	0					non-mobilizable	other	1492.0	98.995	100.0	0.0006548515230678147	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
FIJ0047_000000020799	1492	0.5606147951064692	1	1	1	1	0	True	59350	fragment	False	ISR0773_000000010551	0.949936224489796		0	0	False	False	0.9839141964912415	0					non-mobilizable	no_good_hit	1197.0	97.744	80.0	0.29530864197530865	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0130_000000020965	1492	0.5606147951064692	1	1	1	1	0	True	82976	fragment	False	ISR0130_000000020965	0.9914792092706204		0	0	False	False	0.9879356622695923	0					non-mobilizable	plasmid	1400.0	98.64299999999999	94.0	0.34543209876543207	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
USA0003_01_000000025296	1491	0.5606147951064692	1	1	1	1	0	True	2227	fragment	False	USA0003_01_000000025296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	84.073	25.0	0.11320754716981132	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ISR0147_000000016921	1490	0.5606147951064692	2	1	1	1	0	True	101378	fragment	False	SPA0145_000000021507	0.9664185204621264		0	0	False	False	0.9939597249031067	0					non-mobilizable	other	1478.0	99.865	99.0	0.0073036374784896255	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0153_000000017171	1490	0.5606147951064692	1	1	1	1	0	True	88043	fragment	False	FIJ0153_000000017171	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1490.0	95.57	100.0	0.005953618552578969	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0169_000000021638	1489	0.5606147951064692	1	1	1	1	0	True	106420	fragment	False	ISR0169_000000021638	0.9653710247349824		0	0	False	False	1.0	0					non-mobilizable	chromosome	1271.0	97.561	100.0	0.00017839912842915117	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0309_000000013497	1487	0.5606147951064692	1	1	1	1	0	True	25374	fragment	False	ISR0309_000000013497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	86.786	77.0	0.15398862283370815	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
ENG0007_000000016803	1487	0.5606147951064692	1	1	1	1	0	True	67511	fragment	False	ENG0007_000000016803	0.947029359354236		0	0	False	False	1.0	0					non-mobilizable	other	1487.0	100.0	100.0	0.01744540972059169	NZ_SPFU01000025.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_25_length_85180_cov_30.527, whole genome shotgun sequence	False	True
DEN0073_000000035954	1486	0.5606147951064692	2	1	1	1	0	True	76715	fragment	False	DEN0073_000000035954	1.0		0	0	False	False	0.9959623217582703	0					non-mobilizable	other	1485.0	96.835	99.0	0.0016282642089093702	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0054_000000017060	1486	0.5606147951064692	1	1	1	1	0	True	47730	fragment	False	FIJ0089_000000016129	0.9461446866963042		0	0	False	False	1.0	0					non-mobilizable	other	827.0	94.075	99.0	0.001799905428697814	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0387_000000016181	1486	0.5606147951064692	2	1	1	1	0	True	40128	fragment	False	ISR0852_000000007759	0.9099358974358975		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	81.479	100.0	0.1971160206376505	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
AUS0024_000000021713	1485	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.4426390120896025		0	0	False	False	1.0	0					non-mobilizable	other	1483.0	93.729	99.0	0.0004159273183873036	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0106_000000029327	1485	0.5606147951064692	2	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.7940312644164536		0	0	False	False	0.9973064064979553	0		MOBV			mobilizable	plasmid	1440.0	96.806	100.0	0.3798941798941799	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
MON0083_000000026911	1485	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.19877387361089333	PS1133	0	0	False	True	0.9986531734466553	0					non-mobilizable	chromosome	1487.0	92.939	100.0	0.0005236623760933305	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0155_000000013135	1484	0.5606147951064692	1	1	1	1	0	True	91131	fragment	False	DEN0061_000000024106	0.6217205613178768		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	97.17	100.0	0.00400419049470518	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ISR0288_000000020050	1484	0.5606147951064692	2	1	1	1	0	True	83921	fragment	False	ISR0288_000000020050	1.0		0	0	False	False	0.9777628183364868	0					non-mobilizable	other	1484.0	97.77600000000001	100.0	0.05713955459659397	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
ENG0192_000000015266	1484	0.5606147951064692	1	1	1	1	0	True	54645	maximal	True	ENG0192_000000015266	1.0		1	1	False	False	0.9770889282226562	0					non-mobilizable	no_good_hit	148.0	83.78399999999999	10.0	0.08172531214528944	HG796462.1	bacteria	Uncultured bacterium plasmid pRGI01332	True	True
FIJ0049_000000011519	1484	0.5606147951064692	1	1	1	1	0	True	46650	maximal	True	FIJ0049_000000011519	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0006_000000015138	1483	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.7318077570387207		0	0	False	False	1.0	0					non-mobilizable	other	1483.0	97.505	100.0	0.01638438066598859	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MON0033_000000040405	1482	0.5606147951064692	1	1	1	1	0	True	15388	fragment	False	MON0033_000000040405	1.0		0	0	False	False	0.9946019053459167	0					non-mobilizable	no_good_hit								True	True
CHI0151_000000016598	1482	0.5606147951064692	1	1	1	1	0	True	114396	fragment	False	CHI0151_000000016598	0.9735729386892178		0	0	False	False	0.9993252158164978	0					non-mobilizable	no_good_hit	82.0	89.024	5.0	0.02141633352370074	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
MAD0101_000000019468	1480	0.5606147951064692	1	1	1	1	0	True	75903	fragment	False	MAD0101_000000019468	0.9363003897962204		0	0	False	False	0.9986486434936523	0					non-mobilizable	no_good_hit								True	True
CHI0021_000000006001	1479	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.21502102849667626		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	97.08200000000001	100.0	0.0003847327695082559	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
USA0020_01_000000023421	1479	0.5606147951064692	1	1	1	1	0	True	1773	maximal	True	USA0020_01_000000023421	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1263.0	83.056	85.0	0.00262487438547917	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	True
MON0077_000000030254	1477	0.5606147951064692	2	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.7768981295656677		0	0	False	False	0.9837508201599121	0					non-mobilizable	chromosome	1477.0	99.12	100.0	0.000370352527430175	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ITA0007_000000000656	1476	0.5606147951064692	1	1	1	1	0	True	82972	fragment	False	SPA0145_000000022368	0.9611432241490045		0	0	False	False	0.9959349632263184	0					non-mobilizable	plasmid	1432.0	98.743	97.0	0.3528395061728395	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
USA0084_01_000000021872	1472	0.5606147951064692	2	1	1	1	0	True	58809	fragment	False	ENG0125_000000017629	0.9820717131474104		0	0	False	False	0.9945651888847351	0					non-mobilizable	no_good_hit	980.0	98.87799999999999	88.0	0.3227827233761952	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
DEN0014_000000002297	1472	0.5606147951064692	1	1	1	1	0	True	75408	fragment	False	DEN0065_000000022985	0.6324848484848485		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	99.389	100.0	0.031974455428221506	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0102_01_000000008817	1471	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.6326857330290648		0	0	False	False	1.0	0					non-mobilizable	chromosome	1471.0	96.87299999999999	100.0	0.0002528621559030869	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	True
ENG0176_000000006289	1471	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.9152268563676045		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	100.0	100.0	0.0032496385606090752	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0108_000000015394	1471	0.5606147951064692	2	1	1	1	0	True	32789	fragment	False	ISR0108_000000015394	1.0		0	0	False	False	0.9986403584480286	0					non-mobilizable	no_good_hit								True	True
MAD0036_000000021296	1471	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.7307979766938745		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	97.62100000000001	100.0	0.016251713616061557	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0122_000000020048	1471	0.5606147951064692	2	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.23331736042670648	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1482.0	93.927	100.0	0.0004984959290621107	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0140_000000020154	1470	0.5606147951064692	2	1	1	1	0	True	80229	fragment	False	CHI0140_000000020154	0.9948717948717949		0	0	False	False	1.0	0					non-mobilizable	other	1470.0	100.0	100.0	0.017245832355012914	NZ_SPFU01000025.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_25_length_85180_cov_30.527, whole genome shotgun sequence	False	True
ISR0269_000000013221	1469	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.29388906174824975		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	95.584	100.0	0.0032054005879109983	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
DEN0089_000000013147	1467	0.5606147951064692	1	1	1	1	0	True	82976	fragment	False	ISR0130_000000020965	0.9832439678284183		0	0	False	False	0.980231761932373	0					non-mobilizable	plasmid	1415.0	98.869	96.0	0.3491358024691358	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
FIJ0039_000000015584	1466	0.5606147951064692	2	1	1	1	0	True	85273	fragment	False	ISR0095_000000023177	0.9867109634551495		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	91.616	100.0	0.011669401475203518	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0024_000000017971	1466	0.5606147951064692	2	1	1	1	0	True	91130	maximal	True	ISR0024_000000017971	1.0		4	3	False	False	0.9924966096878052	0					non-mobilizable	other	1327.0	80.78399999999999	90.0	0.00024687568556963597	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
FIJ0151_000000011827	1465	0.5606147951064692	2	1	1	1	0	True	39742	maximal	True	FIJ0151_000000011827	1.0		9	5	False	False	1.0	0					non-mobilizable	other	1480.0	82.162	100.0	0.19420558274904087	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
FIJ0064_000000017906	1465	0.5606147951064692	2	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.20858801206209637	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1475.0	92.068	100.0	0.0004958031759003977	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0129_000000017834	1462	0.5606147951064692	1	1	1	1	0	True	81179	fragment	False	CHI0129_000000017834	0.9326164874551972		0	0	False	False	0.9917920827865601	0					non-mobilizable	chromosome	1462.0	100.0	100.0	0.0002950130676048392	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
CHI0005_000000013522	1462	0.5606147951064692	1	1	1	1	0	True	90724	fragment	False	CHI0005_000000013522	1.0		0	0	False	False	0.9965800046920776	0		MOBV			mobilizable	other	1462.0	95.896	100.0	0.025083698171516868	NZ_PUEC01000023.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq23, whole genome shotgun sequence	False	True
MON0065_000000017981	1460	0.5606147951064692	1	1	1	1	0	True	84981	fragment	False	CHI0070_000000007932	0.6491210086053633		0	0	False	False	0.9979451894760132	0					non-mobilizable	other	1460.0	100.0	100.0	0.0030418520479857892	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
SPA0047_000000026592	1460	0.5606147951064692	2	1	1	1	0	True	63492	fragment	False	SPA0047_000000026592	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	100.0	100.0	0.037986877733805456	NZ_JXQL01000065.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig65, whole genome shotgun sequence	False	True
MAD0014_000000023371	1460	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.19032827170244737		0	0	False	False	0.9876712560653687	0					non-mobilizable	no_good_hit								True	True
MON0046_000000023580	1459	0.5606147951064692	1	1	1	1	0	True	16799	fragment	False	MON0046_000000023580	0.9705882352941176		0	0	False	False	0.9993146061897278	0					non-mobilizable	no_good_hit	1271.0	94.965	87.0	0.0002572377296892337	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
CHI0104_000000006845	1458	0.5606147951064692	2	1	1	1	0	True	91126	fragment	False	ISR0230_000000018607	0.34864297425133994		0	0	False	False	0.9993141293525696	0					non-mobilizable	other	1473.0	82.62100000000001	100.0	0.00027190900781873327	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ENG0035_000000015343	1458	0.5606147951064692	2	1	1	1	0	True	65377	fragment	False	ENG0035_000000015343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0031_000000017230	1458	0.5606147951064692	2	1	1	1	0	True	84299	fragment	False	FIJ0031_000000017230	0.9769601100412655		0	0	False	False	0.9931412935256958	0					non-mobilizable	other	1458.0	96.09100000000001	100.0	0.00042666738509996666	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0101_000000045191	1458	0.5606147951064692	2	1	1	1	0	True	91126	fragment	False	ISR0230_000000018607	0.41575362574942776		0	0	False	False	1.0	0					non-mobilizable	chromosome	1458.0	99.314	100.0	0.000294205365845483	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
CAN0008_000000019659	1457	0.5606147951064692	2	1	1	1	0	True	94924	fragment	False	CAN0008_000000019659	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1457.0	99.65700000000001	100.0	0.00044103209992769617	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0785_000000026389	1455	0.5606147951064692	1	1	1	1	0	True	31525	fragment	False	ISR0785_000000026389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0003_000000006992	1455	0.5606147951064692	2	1	1	1	0	True	47715	fragment	False	TAN0003_000000006992	1.0		0	0	False	False	0.9945017099380493	0					non-mobilizable	other	1455.0	97.045	100.0	0.08336199977066851	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
SPA0133_000000013625	1455	0.5606147951064692	1	1	1	1	0	True	91129	fragment	False	SPA0133_000000013625	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1455.0	94.089	100.0	0.00038152765878727207	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
CHI0156_000000010043	1454	0.5606147951064692	1	1	1	1	0	True	78996	maximal	True	CHI0156_000000010043	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	97.48100000000001	63.0	0.001000658327847268	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
FIJ0168_000000015957	1454	0.5606147951064692	2	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.5120065120396513		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1354.0	96.97200000000001	100.0	0.35793650793650794	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0073_000000019023	1454	0.5606147951064692	2	1	1	1	0	True	84299	fragment	False	FIJ0031_000000017230	0.9756515775034293		0	0	False	False	0.9944979548454285	0					non-mobilizable	other	1454.0	96.97399999999999	100.0	0.000425496026458649	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0012_000000017255	1453	0.5606147951064692	3	1	1	1	0	True	50744	fragment	False	FIJ0012_000000017255	1.0		0	0	False	False	0.9869236350059509	0					non-mobilizable	no_good_hit								True	True
USA0130_01_000000023068	1453	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.3003502759681936		0	0	False	False	0.9924294352531433	0					non-mobilizable	other	1456.0	91.69	100.0	0.00038589580121416124	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
AST0059_000000010584	1453	0.5606147951064692	2	1	1	1	0	True	112605	maximal	True	AST0059_000000010584	1.0		27	5	False	False	0.9917412400245667	0					non-mobilizable	no_good_hit	1014.0	99.803	70.0	0.0022371661383240706	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	True	True
MON0040_000000019131	1452	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.5056469730775466		0	0	False	False	0.9648760557174683	0					non-mobilizable	other	1459.0	86.292	100.0	0.009856260047890706	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0043_000000015280	1452	0.5606147951064692	2	1	1	1	0	True	42728	fragment	False	ISR0043_000000015280	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1452.0	100.0	100.0	0.0048047789503660706	NZ_LT629842.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0054_000000017447	1451	0.5606147951064692	2	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.43843526663266275		0	0	False	False	0.9986216425895691	0		MOBV			mobilizable	plasmid	1310.0	97.405	100.0	0.34629629629629627	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0316_000000014957	1451	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.9201116954402867		0	0	False	False	1.0	0					non-mobilizable	other	1451.0	100.0	100.0	0.0032054257910769787	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
DEN0080_000000002551	1451	0.5606147951064692	1	1	1	1	0	True	93944	fragment	False	DEN0080_000000002551	0.9574282293905263		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1451.0	100.0	100.0	0.4746317512274959	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
MON0026_000000035123	1451	0.5606147951064692	2	1	1	1	0	True	12720	maximal	True	MON0026_000000035123	1.0		0	0	False	False	0.986905574798584	0					non-mobilizable	no_good_hit	314.0	100.0	22.0	6.088005326323893e-05	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
MON0051_000000024991	1450	0.5606147951064692	2	1	1	1	0	True	18962	fragment	False	MON0051_000000024991	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	97.448	100.0	0.00042256762985535477	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
DEN0058_000000002196	1450	0.5606147951064692	1	1	1	1	0	True	81968	fragment	False	ENG0188_000000014810	0.47192513368983957		0	0	False	False	0.9972413778305054	0					non-mobilizable	other	1414.0	97.242	98.0	0.0004280071134600513	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
MON0037_000000052052	1449	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.29347545185710566		0	0	False	False	1.0	0					non-mobilizable	other	1452.0	95.523	100.0	0.003161819342664078	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ENG0158_000000013095	1449	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.6288427981190211		0	0	False	False	0.9993098974227905	0					non-mobilizable	other	1452.0	95.31700000000001	100.0	0.0014223083749732824	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0004_000000018550	1448	0.5606147951064692	2	1	1	1	0	True	67760	fragment	False	ENG0004_000000018550	0.9754797441364605		0	0	False	False	1.0	0					non-mobilizable	other	1462.0	75.855	99.0	0.0006981166781812468	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
AST0094_000000015797	1448	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.8214983440451316		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	100.0	100.0	0.0031987938756471643	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
MAD0074_000000003443	1447	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.206159434668309		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	96.337	100.0	0.0031509240313523476	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0016_000000026229	1447	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.19093525158012015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0152_000000018863	1446	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.33426601084146157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0015_000000007136	1446	0.5606147951064692	2	1	1	1	0	True	89757	maximal	True	CHI0015_000000007136	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	73.991	15.0	6.593670618152104e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ITA0002_000000007354	1445	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.9784362870321847		0	0	False	False	0.9972318410873413	0					non-mobilizable	other	1445.0	100.0	100.0	0.044610584200932994	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
MAD0097_000000028772	1445	0.5606147951064692	1	1	1	1	0	True	16799	fragment	False	MON0046_000000023580	0.9660726525017135		0	0	False	False	0.9937716126441956	0					non-mobilizable	no_good_hit	1149.0	94.08200000000001	79.0	0.0002328742509499219	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
MON0051_000000025099	1445	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.5542666549727904		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	98.89299999999999	100.0	0.0003842989910022406	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0169_000000015758	1445	0.5606147951064692	2	1	1	1	0	True	47730	fragment	False	FIJ0089_000000016129	0.9276921893080474		0	0	False	False	1.0	0					non-mobilizable	other	700.0	95.429	100.0	0.0015231645213798694	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
DEN0067_000000023169	1444	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.2957284709540524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1444.0	99.861	100.0	0.0002618044696173464	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0080_000000003307	1443	0.5606147951064692	2	1	1	1	0	True	111280	fragment	False	AST0084_000000022826	0.8499126676032634		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	100.0	100.0	0.007130565500326365	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0137_000000010769	1443	0.5606147951064692	2	1	1	1	0	True	84982	fragment	False	ENG0094_000000010881	0.7639024672832976		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	89.848	100.0	0.00027154442302930215	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
DEN0051_000000033439	1443	0.5606147951064692	1	1	1	1	0	True	72446	fragment	False	DEN0051_000000033439	0.9356005428584876		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	91.678	99.0	0.0005552009516843166	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
DEN0018_000000027865	1443	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.9809605676396159		0	0	False	False	0.9986140131950378	0					non-mobilizable	other	1443.0	100.0	100.0	0.04454879668818932	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
USA0116_01_000000017024	1442	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.4946215835005955		0	0	False	False	1.0	0					non-mobilizable	chromosome	1444.0	95.499	100.0	0.00027476309548370316	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
FIJ0058_000000029122	1442	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.028066792983855778		0	0	False	False	0.9986130595207214	0					non-mobilizable	other	1370.0	92.044	95.0	0.002972240925839974	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
CHI0132_000000021125	1442	0.5606147951064692	4	1	1	1	0	True	80853	maximal	True	CHI0132_000000021125	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0058_000000036666	1441	0.5606147951064692	1	1	1	1	0	True	10989	fragment	False	MON0058_000000036666	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	77.308	98.0	0.0002609284250252321	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
AST0047_000000016018	1439	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.29412014239813		0	0	False	False	0.9958304166793823	0					non-mobilizable	chromosome	1443.0	98.406	100.0	0.0002608973162229689	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
FIJ0012_000000017425	1438	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.2655378747668815		0	0	False	False	0.9993045926094055	0					non-mobilizable	other	1441.0	95.62799999999999	100.0	0.003137849657778272	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0055_000000017399	1437	0.5606147951064692	1	1	1	1	0	True	44798	fragment	False	MON0055_000000017399	0.9658742331288344		0	0	False	False	0.9617258310317993	0					non-mobilizable	no_good_hit	90.0	96.667	12.0	0.0008432661878683367	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
TAN0018_000000007514	1436	0.5606147951064692	2	1	1	1	0	True	9183	fragment	False	TAN0018_000000007514	1.0		0	0	False	False	0.9993036389350891	0					non-mobilizable	no_good_hit	307.0	91.531	22.0	0.004244150332272296	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
USA0052_01_000000010643	1436	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.29582451435611745		0	0	False	False	0.9951253533363342	0					non-mobilizable	other	1438.0	97.288	100.0	0.00040356191162443787	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0249_000000015229	1435	0.5606147951064692	2	1	1	1	0	True	91126	fragment	False	ISR0230_000000018607	0.2016453642557456		0	0	False	False	0.9721254110336304	0					non-mobilizable	other	1421.0	96.34100000000001	99.0	0.003834086650358298	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ISR0245_000000005516	1433	0.5606147951064692	1	1	1	1	0	True	27158	fragment	False	ISR0245_000000005516	0.9440770275436864		0	0	False	False	1.0	0					non-mobilizable	chromosome	1433.0	99.791	100.0	0.00038199613789100255	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0009_000000007555	1432	0.5606147951064692	2	1	1	1	0	True	101074	fragment	False	AUS0012_000000010907	0.926025170684475		0	0	False	False	1.0	0					non-mobilizable	other	1432.0	96.15899999999999	100.0	0.0018678234110112762	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0003_000000012699	1431	0.5606147951064692	2	1	1	1	0	True	8373	fragment	False	SPA0003_000000012699	1.0		0	0	False	False	0.9804332852363586	0					non-mobilizable	other	1427.0	99.79	100.0	0.0003011690045984241	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0840_000000012319	1431	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.31676897998319214		0	0	False	False	0.9986023902893066	0					non-mobilizable	other	1433.0	94.27799999999999	100.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0019_000000012393	1431	0.5606147951064692	2	1	1	1	0	True	66515	fragment	False	ENG0019_000000012393	0.99962852897474		0	0	False	False	0.9951083064079285	0					non-mobilizable	other	1431.0	100.0	100.0	0.03658879819870532	NZ_JH379408.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld372, whole genome shotgun sequence	False	True
ISR0050_000000020155	1430	0.5606147951064692	2	1	1	1	0	True	35902	maximal	True	ISR0050_000000020155	1.0		1	1	False	False	0.9937062859535217	0					non-mobilizable	no_good_hit								True	True
CHI0156_000000010244	1430	0.5606147951064692	2	1	1	1	0	True	78995	fragment	False	CHI0156_000000010244	1.0		0	0	False	False	0.9986013770103455	0					non-mobilizable	no_good_hit								True	True
MON0020_000000015169	1430	0.5606147951064692	2	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.15106661897319967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	95.706	11.0	4.321464688431732e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0182_000000028129	1429	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.723434281433879		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	93.553	99.0	0.002755433091862584	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
SPA0136_000000029886	1429	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.9412250882058005		0	0	False	False	0.9916025400161743	0					non-mobilizable	other	1377.0	78.722	96.0	0.005421831267493003	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	True
MON0075_000000018381	1428	0.5606147951064692	2	1	1	1	0	True	49931	fragment	False	FIJ0154_000000029236	0.9618321876357511		0	0	False	False	0.9796918630599976	0					non-mobilizable	no_good_hit	80.0	90.0	6.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0212_000000025158	1427	0.5606147951064692	2	1	1	1	0	True	85228	fragment	False	ISR0212_000000025158	1.0		0	0	False	False	0.9782760739326477	0					non-mobilizable	plasmid	1411.0	91.425	99.0	0.37768817204301075	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
CHI0110_000000007054	1427	0.5606147951064692	2	1	1	1	0	True	82692	maximal	True	CHI0110_000000007054	1.0		1	1	False	False	0.9992992281913757	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	5.0	2.279583021523182e-05	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
CHI0088_000000003634	1427	0.5606147951064692	2	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.11063864808515309		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	100.0	100.0	0.009605280883739728	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
CHI0083_000000007556	1427	0.5606147951064692	2	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.11063864808515309		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	100.0	100.0	0.009605280883739728	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
MAD0101_000000020266	1426	0.5606147951064692	2	1	1	1	0	True	84630	fragment	False	MAD0101_000000020266	1.0		0	0	False	False	0.9985975027084351	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
USA0027_01_000000019007	1426	0.5606147951064692	1	1	1	1	0	True	67511	fragment	False	ENG0007_000000016803	0.7553081454838739		0	0	False	False	0.9929873943328857	0					non-mobilizable	chromosome	1418.0	99.929	99.0	0.0003100111730914677	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
AUS0010_000000017390	1426	0.5606147951064692	1	1	1	1	0	True	101432	fragment	False	AUS0010_000000017390	0.9757887013939839		0	0	False	False	1.0	0					non-mobilizable	chromosome	1426.0	99.79	100.0	0.0002555829632163206	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
USA0135_01_000000010773	1426	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.27190927433944806		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	97.477	100.0	0.0004004705599337214	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ETH0002_000000017387	1425	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.3291558993718263		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	95.007	98.0	0.003052866229546777	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
SPA0059_000000016726	1425	0.5606147951064692	2	1	1	1	0	True	6265	maximal	True	SPA0059_000000016726	1.0		0	0	False	False	0.988771915435791	0					non-mobilizable	no_good_hit								True	True
ISR0131_000000025506	1424	0.5606147951064692	1	1	1	1	0	True	31644	fragment	False	ISR0131_000000025506	1.0		0	0	False	False	0.9964887499809265	0					non-mobilizable	no_good_hit	426.0	84.038	30.0	0.00011335693015498009	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
FIJ0118_000000007186	1424	0.5606147951064692	2	1	1	1	0	True	50593	fragment	False	FIJ0118_000000007186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	93.24600000000001	74.0	0.00199384197004661	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
USA0063_01_000000014661	1424	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.7937970151643187		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	100.0	100.0	0.0003781238731682715	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0100_000000012885	1424	0.5606147951064692	2	1	1	1	0	True	42728	fragment	False	ISR0043_000000015280	0.9903581267217632		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	100.0	100.0	0.004712060955458937	NZ_LT629842.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MAD0090_000000009422	1423	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.282014018626568		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	97.259	100.0	0.015709989828859506	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
CHI0001_000000006512	1423	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.8148873835241206		0	0	False	False	0.9978917837142944	0					non-mobilizable	other	1423.0	100.0	100.0	0.0003778581501372327	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0124_000000009867	1423	0.5606147951064692	1	1	1	1	0	True	93944	fragment	False	DEN0080_000000002551	0.7137365918154096		0	0	False	False	0.9929726123809814	0		MOBV			mobilizable	plasmid	1424.0	99.719	100.0	0.465161923454367	HG796786.1	bacteria	Uncultured bacterium plasmid pRGF00028	False	True
MON0072_000000015237	1421	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.8529956526178586		0	0	False	False	0.9873328804969788	0					non-mobilizable	chromosome	1422.0	91.421	100.0	0.0006072554193269728	NZ_CP007519.1	high GC Gram+	Trueperella pyogenes strain TP6375 chromosome, complete genome	False	True
USA0001_01_000000011962	1421	0.5606147951064692	1	1	1	1	0	True	93944	fragment	False	DEN0080_000000002551	0.9528199162973954		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1421.0	99.789	100.0	0.4644844517184943	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ISR0292_000000014283	1421	0.5606147951064692	1	1	1	1	0	True	88042	fragment	False	ISR0292_000000014283	0.9712409598429099		0	0	False	False	0.9957776069641113	0					non-mobilizable	other	1421.0	97.889	100.0	0.015175155491910145	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
SPA0085_000000009388	1420	0.5606147951064692	2	1	1	1	0	True	31047	maximal	True	SPA0085_000000009388	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	93.42399999999999	67.0	0.00030198095721336893	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
USA0086_01_000000011957	1419	0.5606147951064692	1	1	1	1	0	True	435	fragment	False	USA0086_01_000000011957	1.0		0	0	False	False	0.9943622350692749	0					non-mobilizable	no_good_hit	1202.0	85.94	85.0	0.2962962962962963	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
AST0104_000000024649	1419	0.5606147951064692	1	1	1	1	0	True	114396	fragment	False	CHI0151_000000016598	0.9534412955465588		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	5.0	8.377413205166072e-05	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	True	True
USA0030_01_000000011676	1419	0.5606147951064692	1	1	1	1	0	True	93944	fragment	False	DEN0080_000000002551	0.9408940401476464		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1344.0	100.0	95.0	0.43960720130932895	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
MON0084_000000025575	1419	0.5606147951064692	1	1	1	1	0	True	9817	fragment	False	MON0084_000000025575	1.0		0	0	False	False	0.9844961166381836	0					non-mobilizable	other	1431.0	80.783	100.0	0.18759095118401906	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0825_000000016970	1417	0.5606147951064692	2	1	1	1	0	True	111280	fragment	False	AST0084_000000022826	0.7095051212082424		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	97.95299999999999	100.0	0.0003392092851769618	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
MAD0090_000000009480	1417	0.5606147951064692	1	1	1	1	0	True	15776	fragment	False	MAD0090_000000009480	1.0		0	0	False	False	0.9992942810058594	0					non-mobilizable	other	1345.0	88.40100000000001	93.0	0.17674295541738325	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
DEN0072_000000011727	1416	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.48625134318630603		0	0	False	False	1.0	0					non-mobilizable	chromosome	1416.0	100.0	100.0	0.00026303515804137513	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
MAD0103_000000017283	1416	0.5606147951064692	2	1	1	1	0	True	84629	fragment	False	ENG0199_000000018348	0.9378843156915568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	5.0	0.009207833966676411	NZ_CCAT010000061.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	True
ISR0289_000000008096	1415	0.5606147951064692	2	1	1	1	0	True	106420	fragment	False	ISR0169_000000021638	0.9449294828744124		0	0	False	False	0.9971731305122375	0					non-mobilizable	other	1425.0	95.86	100.0	0.0013917740539039114	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0257_000000012550	1415	0.5606147951064692	2	1	1	1	0	True	26809	fragment	False	ISR0257_000000012550	1.0		0	0	False	False	0.9936395883560181	0		MOBV			mobilizable	plasmid	722.0	100.0	100.0	0.23787528868360278	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	False	True
ISR0007_000000011837	1414	0.5606147951064692	2	1	1	1	0	True	38435	maximal	True	ISR0007_000000011837	1.0		12	1	False	False	1.0	0					non-mobilizable	other	1414.0	99.57600000000001	100.0	0.013274710408387588	NZ_KB894129.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00015.15, whole genome shotgun sequence	False	True
MON0020_000000015377	1414	0.5606147951064692	1	1	1	1	0	True	91406	fragment	False	MON0020_000000015377	0.9749691643356222		0	0	False	False	0.9674682021141052	0					non-mobilizable	other	1414.0	97.595	100.0	0.00042503325100326565	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0098_000000027267	1413	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.3828822089152839		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	89.07700000000001	100.0	0.0004432152774706429	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0025_000000030019	1412	0.5606147951064692	1	1	1	1	0	True	27158	fragment	False	ISR0245_000000005516	0.6543301258327165		0	0	False	False	0.9865438938140869	0					non-mobilizable	chromosome	1358.0	97.71700000000001	96.0	0.0003619893569260408	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ENG0197_000000007293	1411	0.5606147951064692	2	1	1	1	0	True	54364	fragment	False	ENG0197_000000007293	1.0		0	0	False	False	0.9886605143547058	0					non-mobilizable	other	1411.0	96.102	100.0	0.000619276088213024	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0399_000000012278	1411	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.24829806056801096		0	0	False	False	0.9992913007736206	0					non-mobilizable	other	1413.0	95.329	100.0	0.00039653611232735506	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0077_000000009792	1410	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.4633002518122378		0	0	False	False	1.0	0					non-mobilizable	other	1410.0	98.44	100.0	0.005888290008752864	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0080_000000020015	1409	0.5606147951064692	2	1	1	1	0	True	61724	fragment	False	ENG0080_000000020015	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1418.0	93.794	100.0	0.5073927154706095	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
ISR0048_000000013440	1407	0.5606147951064692	2	1	1	1	0	True	67760	fragment	False	ENG0004_000000018550	0.9620165745856353		0	0	False	False	0.9978678226470947	0					non-mobilizable	other	1380.0	75.942	97.0	0.0006604589320552874	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
MON0025_000000030148	1407	0.5606147951064692	1	1	1	1	0	True	122964	fragment	False	ISR0784_000000005990	0.028277827782778275		0	0	False	False	0.9601989984512329	0					non-mobilizable	other	1407.0	99.929	100.0	0.00029694503538947	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0112_000000027395	1406	0.5606147951064692	2	1	1	1	0	True	91415	fragment	False	ISR0112_000000027395	1.0		0	0	False	False	0.9985775351524353	0					non-mobilizable	chromosome	1402.0	92.225	99.0	0.0002485117735563564	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
USA0079_01_000000009418	1405	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.4911462260375603		0	0	False	False	1.0	0					non-mobilizable	chromosome	1404.0	95.228	100.0	0.00026713608381170585	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
CHI0001_000000006626	1404	0.5606147951064692	2	1	1	1	0	True	91058	fragment	False	CHI0001_000000006626	1.0		0	0	False	False	0.997863233089447	0					non-mobilizable	no_good_hit	839.0	80.691	59.0	0.0017334501512848233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0071_000000026297	1403	0.5606147951064692	2	1	1	1	0	True	44834	maximal	True	FIJ0071_000000026297	1.0		13	9	False	False	1.0	0					non-mobilizable	chromosome	1406.0	86.20200000000001	100.0	0.0003912070962003137	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ENG0199_000000018348	1403	0.5606147951064692	2	1	1	1	0	True	84629	fragment	False	ENG0199_000000018348	0.9740696389093588		0	0	False	False	0.9971489906311035	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
FIJ0092_000000026349	1402	0.5606147951064692	2	1	1	1	0	True	43282	maximal	True	FIJ0092_000000026349	1.0		2	2	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit								True	True
ISR0300_000000007800	1402	0.5606147951064692	2	1	1	1	0	True	124578	fragment	False	SPA0018_000000015131	0.028787878787878786		0	0	False	False	0.9935805797576904	0					non-mobilizable	other	1396.0	92.264	99.0	0.0004858745548059799	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
USA0051_01_000000014378	1402	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.20765995496892742		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	96.615	100.0	0.0003394490090534119	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
MON0106_000000031256	1402	0.5606147951064692	1	1	1	1	0	True	84298	fragment	False	MON0106_000000031256	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	96.57600000000001	100.0	0.0803233574131407	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
ENG0032_000000017564	1401	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08639165380353635	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1402.0	96.505	100.0	0.0004940211095220099	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0117_000000016496	1401	0.5606147951064692	2	1	1	1	0	True	59349	fragment	False	ENG0117_000000016496	1.0		0	0	False	False	0.9992862343788147	0					non-mobilizable	no_good_hit	1148.0	93.29299999999999	82.0	0.2832098765432099	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0350_000000014243	1400	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.9348886819367371		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	93.632	99.0	0.00027997697651259136	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ISR0183_000000022078	1399	0.5606147951064692	1	1	1	1	0	True	67511	fragment	False	ENG0007_000000016803	0.39046283309957924		0	0	False	False	0.9835596680641174	0					non-mobilizable	chromosome	1399.0	100.0	100.0	0.00030585435425679034	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
ISR0844_000000009032	1399	0.5606147951064692	1	1	1	1	0	True	20706	fragment	False	ISR0844_000000009032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	98.633	73.0	0.2525925925925926	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
DEN0093_000000022501	1398	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.10550372192181535	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1401.0	93.86200000000001	100.0	0.0004509233291743526	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
SPA0136_000000030543	1398	0.5606147951064692	1	1	1	1	0	True	3593	maximal	True	SPA0136_000000030543	1.0		7	2	False	False	0.9992846846580505	0					non-mobilizable	chromosome	1398.0	100.0	100.0	0.000242531016887242	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	True
ISR0397_000000012977	1398	0.5606147951064692	2	1	1	1	0	True	67511	fragment	False	ENG0007_000000016803	0.37889447236180906		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	100.0	100.0	0.016400563512561635	NZ_SPFU01000025.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_25_length_85180_cov_30.527, whole genome shotgun sequence	False	True
TAN0005_000000013375	1398	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.9263838319429953		0	0	False	False	1.0	0					non-mobilizable	chromosome	1353.0	95.41799999999999	97.0	0.00027429216480675194	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
USA0020_01_000000024683	1397	0.5606147951064692	2	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08897389865108876	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1408.0	95.02799999999999	100.0	0.0004957854706274456	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0037_01_000000024143	1396	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.4973826515517261		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	100.0	100.0	0.0004476746910081891	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0361_000000010631	1396	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.4554530609007267		0	0	False	False	0.9935529828071594	0					non-mobilizable	other	1396.0	97.35	100.0	0.00040851132615954254	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
CHI0133_000000014396	1395	0.5606147951064692	1	1	1	1	0	True	81179	fragment	False	CHI0129_000000017834	0.9127906976744187		0	0	False	False	1.0	0					non-mobilizable	chromosome	1395.0	99.85700000000001	100.0	0.0002628877216724336	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0084_000000019902	1394	0.5606147951064692	2	1	1	1	0	True	84982	fragment	False	ENG0094_000000010881	0.6292037020605367		0	0	False	False	0.9949784874916077	0					non-mobilizable	other	1394.0	100.0	100.0	0.0002676200832254272	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
USA0011_01_000000025923	1393	0.5606147951064692	2	1	1	1	0	True	1998	maximal	True	USA0011_01_000000025923	1.0		1	1	False	False	0.9504666328430176	0					non-mobilizable	no_good_hit								True	True
SPA0076_000000012384	1393	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.7994418317161516		0	0	False	False	0.9906676411628723	0					non-mobilizable	chromosome	1394.0	96.198	100.0	0.000425881617750917	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ISR0139_000000019684	1393	0.5606147951064692	1	1	1	1	0	True	67511	fragment	False	ENG0007_000000016803	0.7384523799938656		0	0	False	False	0.9748743772506714	0					non-mobilizable	other	1393.0	97.631	100.0	0.016341864287391407	NZ_SPFU01000025.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_25_length_85180_cov_30.527, whole genome shotgun sequence	False	True
ISR0398_000000016366	1393	0.5606147951064692	2	1	1	1	0	True	22603	maximal	True	ISR0398_000000016366	1.0		0	0	False	False	0.9949748516082764	0					non-mobilizable	no_good_hit	114.0	100.0	8.0	2.7391801173338713e-05	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
MON0090_000000044520	1392	0.5606147951064692	1	1	1	1	0	True	84981	fragment	False	CHI0070_000000007932	0.5075360043123147		0	0	False	False	0.9992815852165222	0					non-mobilizable	other	1392.0	99.066	100.0	0.00026194056340760004	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0170_000000007274	1392	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.5650950296526299		0	0	False	False	0.9985632300376892	0					non-mobilizable	other	1401.0	96.645	100.0	0.00023426473085910734	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
MON0049_000000015866	1391	0.5606147951064692	1	1	1	1	0	True	11353	fragment	False	MON0049_000000015866	1.0		0	0	False	False	0.9130122065544128	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	0.0007358636715724245	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	True	True
ENG0025_000000019773	1391	0.5606147951064692	2	1	1	1	0	True	91126	fragment	False	ISR0230_000000018607	0.36591555010498106		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	96.62100000000001	100.0	0.00037223112928765404	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0848_000000013013	1390	0.5606147951064692	2	1	1	1	0	True	20610	fragment	False	ISR0848_000000013013	1.0		0	0	False	False	0.9971222877502441	0					non-mobilizable	no_good_hit								True	True
MON0070_000000024953	1390	0.5606147951064692	1	1	1	1	0	True	10442	fragment	False	MON0070_000000024953	1.0		0	0	False	False	0.9942445755004883	0		MOBV			mobilizable	plasmid	1317.0	89.37	94.0	0.40971357409713577	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
SPA0105_000000017443	1389	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.22061796852234833		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	96.83200000000001	100.0	0.00039007237697403883	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0061_000000013291	1389	0.5606147951064692	1	1	1	1	0	True	45935	fragment	False	MAD0061_000000013291	1.0		0	0	False	False	0.997840166091919	0					non-mobilizable	no_good_hit								True	True
ISR0245_000000005813	1389	0.5606147951064692	1	1	1	1	0	True	27155	fragment	False	ISR0245_000000005813	0.9915319476520401		0	0	False	False	0.9985601305961609	0					non-mobilizable	no_good_hit	1043.0	92.234	85.0	0.002270582877364555	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
CHI0100_000000001917	1389	0.5606147951064692	2	1	1	1	0	True	83330	fragment	False	SPA0057_000000021737	0.47040343915343913		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	97.76799999999999	100.0	0.02058156259731016	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ENG0001_000000019793	1388	0.5606147951064692	1	1	1	1	0	True	72446	fragment	False	DEN0051_000000033439	0.9250375667775286		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	91.348	99.0	0.0005338470689272275	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ENG0099_000000011753	1387	0.5606147951064692	2	1	1	1	0	True	60646	fragment	False	ENG0099_000000011753	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0028_000000014040	1385	0.5606147951064692	1	1	1	1	0	True	82968	maximal	True	ISR0028_000000014040	1.0		0	0	False	False	0.9935017824172974	0					non-mobilizable	no_good_hit	1062.0	98.023	77.0	0.2619753086419753	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0090_000000026468	1385	0.5606147951064692	1	1	1	1	0	True	16798	fragment	False	SPA0090_000000026468	1.0		0	0	False	False	0.9978339076042175	0					non-mobilizable	no_good_hit	928.0	97.306	67.0	0.0001882078732611836	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
USA0015_01_000000024127	1384	0.5606147951064692	2	1	1	1	0	True	27709	maximal	True	USA0015_01_000000024127	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0081_000000026229	1384	0.5606147951064692	3	1	1	1	0	True	44231	maximal	True	FIJ0081_000000026229	1.0		0	0	False	False	0.986994206905365	0					non-mobilizable	no_good_hit	858.0	97.319	62.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0342_000000010399	1382	0.5606147951064692	2	1	1	1	0	True	109606	fragment	False	ENG0080_000000019758	0.947634649885906		0	0	False	False	1.0	0					non-mobilizable	chromosome	1383.0	93.637	100.0	0.0004853285632201076	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0129_000000008050	1381	0.5606147951064692	1	1	1	1	0	True	31804	maximal	True	ISR0129_000000008050	1.0		1	1	False	False	0.9608979225158691	0		MOBV			mobilizable	plasmid	1373.0	99.78200000000001	99.0	0.27596618357487923	CP032701.1	firmicutes	Streptococcus pyogenes strain TSPY556 plasmid pRW35-like, complete sequence	False	True
ISR0215_000000021771	1381	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.6765180297297368		0	0	False	False	0.9971035718917847	0					non-mobilizable	other	1381.0	99.928	100.0	0.0003666977828336013	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0193_000000014419	1380	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.2638308216257895		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	100.0	100.0	0.009354289474219742	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0138_000000013655	1379	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.5800314930018828		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	93.551	100.0	0.01523459956662097	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MON0021_000000021951	1379	0.5606147951064692	1	1	1	1	0	True	78265	fragment	False	MON0021_000000021951	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	99.927	100.0	0.0002564617472787231	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
USA0135_01_000000011122	1379	0.5606147951064692	2	1	1	1	0	True	28950	fragment	False	USA0135_01_000000011122	0.9749251497005988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	82.09	19.0	8.605899134349688e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MON0053_000000029579	1379	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.08307503671034414		0	0	False	False	0.9985496997833252	0					non-mobilizable	other	1367.0	94.66	99.0	0.002976599050364666	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ENG0036_000000018408	1378	0.5606147951064692	3	1	1	1	0	True	65277	fragment	False	ENG0036_000000018408	0.9462962962962962		0	0	False	False	0.992017388343811	0					non-mobilizable	no_good_hit	866.0	76.67399999999999	61.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0138_000000013670	1378	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.5410603525192155		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	95.646	100.0	0.0017985963894842848	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0854_000000006970	1378	0.5606147951064692	1	1	1	1	0	True	20500	fragment	False	ISR0854_000000006970	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	96.271	95.0	0.17370022489747322	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
FIJ0154_000000029236	1377	0.5606147951064692	2	1	1	1	0	True	49931	fragment	False	FIJ0154_000000029236	0.9678542649936687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	7.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
ISR0816_000000027046	1377	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.24314240682831997		0	0	False	False	0.9992737770080566	0					non-mobilizable	other	1378.0	96.29899999999999	100.0	0.00038698102528332237	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0059_000000028369	1376	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.22043604903327085		0	0	False	False	0.9970930218696594	0					non-mobilizable	other	1379.0	95.72200000000001	100.0	0.0030027477975128184	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0007_000000013518	1376	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.15120297426076862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0186_000000014253	1375	0.5606147951064692	2	1	1	1	0	True	88040	fragment	False	MAD0081_000000005813	0.9224073464336618		0	0	False	False	0.987636387348175	0					non-mobilizable	other	1375.0	97.09100000000001	100.0	0.00026186203551673123	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	True
FIJ0038_000000025989	1375	0.5606147951064692	1	1	1	1	0	True	75408	fragment	False	DEN0065_000000022985	0.6326034063260341		0	0	False	False	0.9992727041244507	0					non-mobilizable	other	1353.0	100.0	98.0	0.02956871664771236	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MAD0068_000000020977	1375	0.5606147951064692	1	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.4408486422243538		0	0	False	False	0.962181806564331	0		MOBV			mobilizable	other	716.0	96.369	100.0	0.19712865819988956	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0036_000000010195	1374	0.5606147951064692	1	1	1	1	0	True	36743	fragment	False	ISR0036_000000010195	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	86.191	66.0	0.14660978895374943	LN853147.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0509	True	True
CAN0008_000000020695	1374	0.5606147951064692	1	1	1	1	0	True	98492	maximal	True	CAN0008_000000020695	1.0		1	1	False	False	0.987627387046814	0					non-mobilizable	no_good_hit								True	True
ISR0026_000000016746	1374	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.19181784170127944	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1384.0	93.425	100.0	0.00046550970283112703	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0329_000000012628	1373	0.5606147951064692	2	1	1	1	0	True	83440	fragment	False	USA0024_01_000000014517	0.8359300207638007		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	99.927	100.0	0.003752129716484484	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
TAN0022_000000004539	1373	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.11281990814343755		0	0	False	False	0.9985433220863342	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	4.0	0.0015598190609889253	NZ_LT965937.1	CFB group bacteria	Metaprevotella massiliensis strain Marseille P-3114, whole genome shotgun sequence	True	True
DEN0061_000000031968	1373	0.5606147951064692	1	1	1	1	0	True	88042	fragment	False	ISR0292_000000014283	0.9600430407537613		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	96.50399999999999	100.0	0.04274490241316955	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	False	True
SPA0145_000000025281	1372	0.5606147951064692	2	1	1	1	0	True	111280	fragment	False	AST0084_000000022826	0.6033285245834122		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	97.595	100.0	0.0003286614346131552	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
ISR0066_000000023529	1372	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.19229048553888536		0	0	False	False	0.9970845580101013	0					non-mobilizable	other	1373.0	94.39200000000001	100.0	0.0003852948334520225	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0008_000000022295	1372	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.18349872767416367		0	0	False	False	0.9956268072128296	0					non-mobilizable	other	1375.0	95.41799999999999	100.0	0.0029940315484634343	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
USA0041_01_000000012329	1369	0.5606147951064692	1	1	1	1	0	True	1280	fragment	False	USA0041_01_000000012329	1.0		0	0	False	False	0.9985390901565552	0					non-mobilizable	plasmid	1369.0	99.927	100.0	0.4259028642590286	LN852930.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0257	False	True
DEN0054_000000003923	1369	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.5648937852397407		0	0	False	False	0.9883126616477966	0					non-mobilizable	chromosome	1369.0	100.0	100.0	0.00025798450735142693	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
MON0101_000000048476	1368	0.5606147951064692	1	1	1	1	0	True	20408	fragment	False	MON0101_000000048476	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	99.561	100.0	0.004064545095042563	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
SPA0013_000000020834	1366	0.5606147951064692	2	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.10189601956147032		0	0	False	False	0.9802342653274536	0					non-mobilizable	other	1366.0	100.0	100.0	0.0003627119373680187	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0050_000000018806	1366	0.5606147951064692	2	1	1	1	0	True	50075	fragment	False	FIJ0050_000000018806	1.0		0	0	False	False	0.9546120166778564	0					non-mobilizable	no_good_hit								True	True
SPA0016_000000024984	1366	0.5606147951064692	2	1	1	1	0	True	27590	fragment	False	SPA0016_000000024984	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	98.744	99.0	0.000593802320045396	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0052_000000027300	1366	0.5606147951064692	2	1	1	1	0	True	101378	fragment	False	SPA0145_000000021507	0.6373601789709172		0	0	False	False	0.9992679357528687	0					non-mobilizable	other	1366.0	99.927	100.0	0.006749807148367189	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MAD0057_000000011531	1365	0.5606147951064692	2	1	1	1	0	True	80229	fragment	False	CHI0140_000000020154	0.9595238095238094		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	100.0	100.0	0.016013148626438132	NZ_SPFU01000025.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_25_length_85180_cov_30.527, whole genome shotgun sequence	False	True
CHI0034_000000012380	1365	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.4807649774312084		0	0	False	False	0.9890109896659851	0					non-mobilizable	other	1365.0	100.0	100.0	0.009187659975751043	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
ISR0805_000000008701	1363	0.5606147951064692	2	1	1	1	0	True	101432	fragment	False	AUS0010_000000017390	0.9547685834502104		0	0	False	False	1.0	0					non-mobilizable	chromosome	1363.0	100.0	100.0	0.000244283505895178	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0046_000000027180	1363	0.5606147951064692	1	1	1	1	0	True	36149	fragment	False	ISR0046_000000027180	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	97.21	99.0	0.052438930415350235	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
DEN0039_000000015730	1363	0.5606147951064692	1	1	1	1	0	True	78009	fragment	False	DEN0039_000000015730	1.0		0	0	False	False	0.9977989792823792	0					non-mobilizable	other	1235.0	92.30799999999999	91.0	0.0033318753003817887	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ENG0141_000000019366	1363	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06905372227637713	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1363.0	95.304	100.0	0.0004799062206785239	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0082_000000026515	1362	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.9360490565643611		0	0	False	False	0.9287812113761902	0					non-mobilizable	chromosome	1362.0	97.87100000000001	100.0	0.0002761194257122003	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0068_000000030997	1362	0.5606147951064692	2	1	1	1	0	True	22123	fragment	False	MON0068_000000030997	1.0		0	0	False	False	0.9992657899856567	0					non-mobilizable	other	1362.0	95.88799999999999	100.0	0.01503559899173042	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0834_000000013278	1361	0.5606147951064692	2	1	1	1	0	True	59848	fragment	False	ISR0834_000000013278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	98.66	82.0	0.23925925925925925	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
CHI0056_000000015273	1361	0.5606147951064692	1	1	1	1	0	True	88042	fragment	False	ISR0292_000000014283	0.9581896701217594		0	0	False	False	0.9992652535438538	0					non-mobilizable	chromosome	1361.0	96.694	100.0	0.00021686588296226678	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	True
ISR0191_000000008368	1360	0.5606147951064692	2	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.7363170796863124		0	0	False	False	0.9985294342041016	0					non-mobilizable	other	1360.0	96.912	100.0	0.002367074310097193	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
MON0056_000000014641	1360	0.5606147951064692	2	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.7596623817230342		0	0	False	False	0.9948529601097107	0					non-mobilizable	chromosome	1260.0	97.14299999999999	93.0	0.000255207439794291	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0076_000000035481	1360	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.11278074141147702		0	0	False	False	0.9955882430076599	0					non-mobilizable	no_good_hit								True	True
FIJ0061_000000020843	1360	0.5606147951064692	1	1	1	1	0	True	47729	fragment	False	FIJ0061_000000020843	0.9667967978516897		0	0	False	False	1.0	0					non-mobilizable	other	918.0	93.464	100.0	0.001998200094571302	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
SPA0055_000000022561	1360	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.8913481389952723		0	0	False	False	0.9941176176071167	0					non-mobilizable	other	1360.0	100.0	100.0	0.0005276350303069834	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
USA0015_01_000000024572	1359	0.5606147951064692	2	1	1	1	0	True	1941	maximal	True	USA0015_01_000000024572	1.0		2	1	False	False	0.9808682799339294	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	4.0	1.372996252946119e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0156_000000015251	1359	0.5606147951064692	1	1	1	1	0	True	20321	fragment	False	SPA0156_000000015251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	79.27199999999999	52.0	0.2614403600900225	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
ENG0110_000000022094	1359	0.5606147951064692	2	1	1	1	0	True	59784	fragment	False	ENG0110_000000022094	1.0		0	0	False	False	0.9823399782180786	0					non-mobilizable	other	1362.0	91.41	100.0	0.00283336321673248	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0804_000000014856	1359	0.5606147951064692	2	1	1	1	0	True	21813	fragment	False	ISR0804_000000014856	1.0		0	0	False	False	0.9985283017158508	0					non-mobilizable	no_good_hit	961.0	76.795	76.0	0.00021273459245666848	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
ISR0268_000000014872	1358	0.5606147951064692	1	1	1	1	0	True	106419	maximal	True	ISR0268_000000014872	0.9519472439965161		97	8	False	False	1.0	0					non-mobilizable	other	1358.0	97.275	100.0	0.0002368615581720292	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
FIJ0159_000000019000	1358	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.18246280273868426		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	81.2	100.0	0.00042596344430653434	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0115_000000026728	1357	0.5606147951064692	1	1	1	1	0	True	84629	fragment	False	ENG0199_000000018348	0.9598137163704893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ENG0018_000000016121	1357	0.5606147951064692	1	1	1	1	0	True	84629	fragment	False	ENG0199_000000018348	0.9598137163704893		0	0	False	False	0.9948415756225586	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
CHI0020_000000007972	1357	0.5606147951064692	1	1	1	1	0	True	91406	fragment	False	MON0020_000000015377	0.9629556657347133		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	97.64200000000001	100.0	0.0004078266492225937	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0055_000000022602	1357	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.47342779241104765		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	95.947	100.0	0.002883230239233635	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
USA0130_01_000000024529	1356	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.6306698183255254		0	0	False	False	1.0	0					non-mobilizable	other	1356.0	99.853	100.0	0.002618241121650632	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
TAN0024_000000006295	1356	0.5606147951064692	1	1	1	1	0	True	55002	fragment	False	TAN0024_000000006295	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	88.77600000000001	93.0	0.0010858853785748377	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
FIJ0057_000000026149	1355	0.5606147951064692	3	1	1	1	0	True	77262	fragment	False	FIJ0057_000000026149	1.0		0	0	False	False	0.9970479607582092	0					non-mobilizable	other	1181.0	92.21	100.0	0.002562577220518922	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
SPA0143_000000015410	1355	0.5606147951064692	1	1	1	1	0	True	101379	fragment	False	SPA0143_000000015410	0.9963699577591801		0	0	False	False	0.9992619752883911	0					non-mobilizable	other	1355.0	100.0	100.0	0.006695413098087307	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
USA0033_01_000000007749	1354	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.6886628752281159		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	100.0	100.0	0.002990993858846312	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
MAD0081_000000005813	1354	0.5606147951064692	2	1	1	1	0	True	88040	fragment	False	MAD0081_000000005813	0.9511685421562529		0	0	False	False	1.0	0					non-mobilizable	chromosome	1354.0	97.48899999999999	100.0	0.00021574966150584334	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	True
MAD0028_000000009052	1353	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.3010660427833643		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	97.85700000000001	100.0	0.0017659421340470247	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0262_000000012663	1353	0.5606147951064692	1	1	1	1	0	True	82971	fragment	False	ISR0262_000000012663	1.0		0	0	False	False	0.9948263168334961	0					non-mobilizable	plasmid	1353.0	98.67	100.0	0.33382716049382716	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
FIJ0068_000000023861	1352	0.5606147951064692	2	1	1	1	0	True	45035	fragment	False	FIJ0068_000000023861	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1352.0	97.559	100.0	0.0002423105847756134	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0136_000000008446	1352	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.470083832794561		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	95.947	100.0	0.003547993485307903	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
FIJ0096_000000028024	1352	0.5606147951064692	1	1	1	1	0	True	42973	fragment	False	FIJ0096_000000028024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	77.788	79.0	0.011306559514395024	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	True	True
ISR0789_000000010395	1352	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.9134889502650191		0	0	False	False	0.9970414042472839	0					non-mobilizable	other	1363.0	79.384	100.0	0.005365853658536586	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	True
MON0084_000000027130	1351	0.5606147951064692	1	1	1	1	0	True	27158	fragment	False	ISR0245_000000005516	0.9398346476254114		0	0	False	False	0.9881569147109985	0					non-mobilizable	chromosome	1349.0	97.77600000000001	99.0	0.0003595885432102454	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0104_000000034018	1350	0.5606147951064692	3	1	1	1	0	True	65277	fragment	False	ENG0036_000000018408	0.9328737300435413		0	0	False	False	0.9733333587646484	0					non-mobilizable	no_good_hit	171.0	88.889	13.0	0.0003512902598502416	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0143_000000003973	1350	0.5606147951064692	2	1	1	1	0	True	40127	fragment	False	FIJ0143_000000003973	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	80.918	99.0	0.1791242227807911	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
CAN0020_000000026098	1349	0.5606147951064692	2	1	1	1	0	True	91743	fragment	False	CAN0020_000000026098	1.0		0	0	False	False	0.9970348477363586	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00011645912500377414	AC051638.24	rodents	Mus musculus chromosome 6, clone RP23-177J17, complete sequence	True	True
TAN0004_000000004695	1348	0.5606147951064692	2	1	1	1	0	True	2953	fragment	False	TAN0004_000000004695	1.0		0	0	False	False	0.997032642364502	0					non-mobilizable	no_good_hit	660.0	96.667	83.0	0.18194367752622861	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
CHI0122_000000010597	1348	0.5606147951064692	2	1	1	1	0	True	83440	fragment	False	USA0024_01_000000014517	0.7077377743589506		0	0	False	False	0.9992581605911255	0					non-mobilizable	chromosome	1351.0	95.337	100.0	0.00024159315891395355	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
DEN0005_000000028840	1348	0.5606147951064692	2	1	1	1	0	True	91126	fragment	False	ISR0230_000000018607	0.3677434532068829		0	0	False	False	1.0	0					non-mobilizable	chromosome	1348.0	99.926	100.0	0.00030668162963377844	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0217_000000016821	1347	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.04326187466235986		0	0	False	False	0.9992576241493225	0					non-mobilizable	other	1350.0	92.815	100.0	0.0029395549919047836	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0043_000000022082	1347	0.5606147951064692	1	1	1	1	0	True	47180	fragment	False	MAD0018_000000002332	0.9398439296523556		0	0	False	False	0.9784706830978394	0					non-mobilizable	chromosome	1308.0	98.777	97.0	0.0003483847458698668	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
AST0002_000000027892	1346	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.5906390604674022		0	0	False	False	0.9873700141906738	0					non-mobilizable	other	1346.0	92.79299999999999	100.0	0.00042188573828592685	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0031_000000024857	1345	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.9591959243224136		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	100.0	100.0	0.041521208563749266	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
MAD0106_000000016797	1345	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.15315013604111963		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	95.92	100.0	0.0029351968673800915	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
USA0015_01_000000024881	1344	0.5606147951064692	1	1	1	1	0	True	1940	fragment	False	USA0015_01_000000024881	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	85.619	100.0	0.0025950537464035413	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
ISR0069_000000018985	1344	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.20119656860510124	PS1133	0	0	False	True	0.9992559552192688	0					non-mobilizable	chromosome	1354.0	94.23899999999999	100.0	0.00045541187847470343	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0101_000000049381	1344	0.5606147951064692	2	1	1	1	0	True	9012	fragment	False	MON0101_000000049381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0075_000000005429	1343	0.5606147951064692	2	1	1	1	0	True	84628	fragment	False	CHI0075_000000005429	1.0		0	0	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.014859658778205834	XM_015177193.2	flies	PREDICTED: Drosophila willistoni probable isocitrate dehydrogenase [NAD] subunit alpha, mitochondrial (LOC6648969), mRNA	True	True
FIJ0164_000000016841	1343	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.4805255063184989		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	93.45200000000001	100.0	0.014836598416839871	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MON0037_000000056815	1342	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.448732126176105		0	0	False	False	0.997764527797699	0					non-mobilizable	other	1344.0	97.619	100.0	0.000647906350013301	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
FIJ0029_000000023608	1342	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.40146958359043095		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	99.70200000000001	100.0	0.014825542829345952	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
CHI0156_000000011052	1341	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.5056496524653995		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	97.181	100.0	0.00032266833770190146	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
ENG0110_000000022340	1340	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.6678796303475621		0	0	False	False	0.9723880887031555	0					non-mobilizable	other	1321.0	100.0	99.0	0.00035075440097127083	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0018_000000020363	1339	0.5606147951064692	1	1	1	1	0	True	57764	fragment	False	FIJ0018_000000020363	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	97.31200000000001	97.0	0.005448552845937038	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0154_000000025269	1338	0.5606147951064692	2	1	1	1	0	True	84982	fragment	False	ENG0094_000000010881	0.4714972394312423		0	0	False	False	0.9678624868392944	0					non-mobilizable	other	1338.0	99.851	100.0	0.0002568614869148572	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
MAD0084_000000005260	1337	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.20679054981502373		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	97.831	100.0	0.0017450434105671783	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0116_000000030824	1336	0.5606147951064692	2	1	1	1	0	True	28950	fragment	False	USA0135_01_000000011122	0.9604786076867295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0085_000000008676	1334	0.5606147951064692	2	1	1	1	0	True	88040	fragment	False	MAD0081_000000005813	0.9467638052044302		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	97.376	100.0	0.005329868052778889	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	True
MON0069_000000039616	1334	0.5606147951064692	2	1	1	1	0	True	69662	fragment	False	MON0069_000000039616	1.0		0	0	False	False	0.9962518811225891	0					non-mobilizable	no_good_hit								True	True
CHI0041_000000011255	1334	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08062165301334162	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1032.0	95.05799999999999	99.0	0.00033231018754736067	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0022_000000023713	1334	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.07867429045594389		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	87.931	100.0	0.00039035526721911847	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0214_000000023473	1333	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.9546495122741149		0	0	False	False	0.9984996318817139	0					non-mobilizable	other	1333.0	100.0	100.0	0.04115048348728722	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
FIJ0051_000000016572	1333	0.5606147951064692	1	1	1	1	0	True	46517	fragment	False	FIJ0051_000000016572	1.0		0	0	False	False	0.9984996318817139	0					non-mobilizable	no_good_hit	594.0	96.12799999999999	45.0	0.0001203961907700991	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0162_000000017202	1332	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.3440579959604634		0	0	False	False	1.0	0					non-mobilizable	chromosome	1255.0	94.821	100.0	0.0003034914607877882	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
SPA0032_000000022383	1332	0.5606147951064692	2	1	1	1	0	True	7234	fragment	False	SPA0032_000000022383	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1332.0	99.925	100.0	0.00024148423358329039	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
MON0035_000000021971	1332	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.5765364248584013		0	0	False	False	1.0	0					non-mobilizable	chromosome	1332.0	99.17399999999999	100.0	0.0002700285560273724	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
USA0005_01_000000023048	1332	0.5606147951064692	2	1	1	1	0	True	63923	fragment	False	USA0005_01_000000023048	0.9770323016224656		0	0	False	False	0.9602102041244507	0					non-mobilizable	no_good_hit								True	True
MAD0009_000000008234	1332	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.18372436108809556		0	0	False	False	0.9654654860496521	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.000530518791534037	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
DEN0068_000000001996	1331	0.5606147951064692	2	1	1	1	0	True	70765	fragment	False	DEN0068_000000001996	1.0		0	0	False	False	0.996243417263031	0					non-mobilizable	no_good_hit								True	True
AST0113_000000027900	1331	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.46652492030534226		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	95.958	100.0	0.003493006132399072	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
CHI0006_000000011822	1330	0.5606147951064692	2	1	1	1	0	True	111280	fragment	False	AST0084_000000022826	0.7137877572816972		0	0	False	False	0.9984962344169617	0					non-mobilizable	other	1330.0	100.0	100.0	0.006571790256542121	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0003_000000016279	1330	0.5606147951064692	1	1	1	1	0	True	106419	maximal	False	ISR0268_000000014872	0.9065073910434736		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	99.925	100.0	0.00025612034148608	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
FIJ0037_000000025359	1330	0.5606147951064692	1	1	1	1	0	True	47729	fragment	False	FIJ0061_000000020843	0.9408918470995197		0	0	False	False	0.9992481470108032	0					non-mobilizable	other	825.0	94.061	100.0	0.0017955473041731222	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
CAN0001_000000032642	1329	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.6777687379201605		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	92.26700000000001	100.0	0.0025660695273446786	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
DEN0096_000000034284	1329	0.5606147951064692	1	1	1	1	0	True	68139	fragment	False	DEN0096_000000034284	1.0		0	0	False	False	0.9969902038574219	0					non-mobilizable	other	1320.0	90.37899999999999	99.0	0.0005784302185649309	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
SPA0010_000000019689	1329	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.7097264683682281		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	100.0	100.0	0.00035288018521958156	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
USA0083_01_000000020345	1329	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.6776777609391615		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	92.19200000000001	100.0	0.0025660695273446786	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
CHI0179_000000016935	1327	0.5606147951064692	1	1	1	1	0	True	91128	fragment	False	CHI0179_000000016935	0.9514984227129337		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	92.012	100.0	0.002562204964803497	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
ENG0135_000000017031	1327	0.5606147951064692	2	1	1	1	0	True	58065	fragment	False	ENG0135_000000017031	1.0		0	0	False	False	0.9924641847610474	0					non-mobilizable	no_good_hit								True	True
AST0113_000000027977	1327	0.5606147951064692	2	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.045073226744945766	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1328.0	92.395	100.0	0.0004463238365539222	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0075_000000017168	1325	0.5606147951064692	1	1	1	1	0	True	5765	fragment	False	SPA0075_000000017168	1.0		0	0	False	False	0.999245285987854	0					non-mobilizable	other	1336.0	77.47	99.0	0.00034689103501841384	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
FIJ0097_000000023902	1324	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.14085865319498428		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	93.435	99.0	0.0028502134391485967	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0157_000000014470	1324	0.5606147951064692	1	1	1	1	0	True	39449	maximal	True	FIJ0157_000000014470	1.0		5	3	False	False	0.9879153966903687	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	7.050236777563861e-07	LR812076.1	bony fishes	Danio rerio genome assembly, chromosome: 14	True	True
ISR0120_000000027530	1321	0.5606147951064692	2	1	1	1	0	True	80401	fragment	False	ISR0120_000000027530	1.0		0	0	False	False	0.9992430210113525	0					non-mobilizable	chromosome	1321.0	100.0	100.0	0.00023464630979570127	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
USA0133_01_000000015549	1321	0.5606147951064692	1	1	1	1	0	True	56021	fragment	False	USA0133_01_000000015549	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	86.165	100.0	0.175155443841778	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0021_000000018178	1321	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.6671333616908456		0	0	False	False	0.9863739609718323	0					non-mobilizable	other	1321.0	100.0	100.0	0.00035075440097127083	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
TAN0015_000000004715	1320	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.8414638890312107		0	0	False	False	0.9977272748947144	0					non-mobilizable	chromosome	1313.0	94.59299999999999	99.0	0.00026596797623748705	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ENG0124_000000023510	1320	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.4652580284473557		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	96.226	100.0	0.003464203233256351	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
SPA0034_000000026221	1320	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.4624494865138413		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	95.62299999999999	100.0	0.003464203233256351	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
MAD0053_000000008298	1320	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.0704805496584564	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1330.0	94.586	100.0	0.0004689671818248222	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0781_000000023338	1319	0.5606147951064692	1	1	1	1	0	True	49292	fragment	False	ISR0781_000000023338	1.0		0	0	False	False	0.9946929216384888	0					non-mobilizable	other	1319.0	97.65	100.0	0.001446126837831907	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
AUS0004_000000015128	1318	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.7607248485414242		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	100.0	100.0	0.0029114108736885387	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
SPA0029_000000020546	1318	0.5606147951064692	1	1	1	1	0	True	7366	fragment	False	SPA0029_000000020546	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0004_000000021819	1318	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.16583471836991728		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	80.317	100.0	0.0004121619777752475	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MAD0064_000000017591	1318	0.5606147951064692	3	1	1	1	0	True	16663	maximal	True	MAD0064_000000017591	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0090_000000019115	1317	0.5606147951064692	1	1	1	1	0	True	61228	fragment	False	ENG0090_000000019115	0.9889901290812453		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	98.785	100.0	0.00046401372577987624	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0108_000000021112	1317	0.5606147951064692	2	1	1	1	0	True	61228	fragment	False	ENG0090_000000019115	0.9889901290812453		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	99.241	100.0	0.00046401372577987624	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0006_000000017202	1317	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.4008896493301203		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	95.444	100.0	0.0017189200062173702	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MAD0051_000000021524	1316	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.12815003177847198		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	93.914	99.0	0.0028262437542627907	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
CHI0096_000000006962	1316	0.5606147951064692	2	1	1	1	0	True	83439	fragment	False	CHI0096_000000006962	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	100.0	96.0	0.0002272446416807566	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0117_000000017609	1316	0.5606147951064692	1	1	1	1	0	True	59348	fragment	False	ENG0117_000000017609	1.0		0	0	False	False	0.9992401003837585	0					non-mobilizable	other	1316.0	100.0	100.0	0.028759513603359287	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0019_000000013335	1316	0.5606147951064692	1	1	1	1	0	True	91406	fragment	False	MON0020_000000015377	0.9211695566990116		0	0	False	False	1.0	0					non-mobilizable	chromosome	1316.0	99.92399999999999	100.0	0.00039764509434470053	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	False	True
CHI0120_000000012444	1315	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06180799188453847	PS1133	0	0	False	True	0.9969581961631775	0					non-mobilizable	chromosome	1315.0	95.209	100.0	0.00046296835406634066	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ETH0003_000000032206	1315	0.5606147951064692	1	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.43099689334696234		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1324.0	97.734	100.0	0.35	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ENG0169_000000018482	1315	0.5606147951064692	1	1	1	1	0	True	72446	fragment	False	DEN0051_000000033439	0.9105159378894166		0	0	False	False	0.9992395639419556	0					non-mobilizable	other	1306.0	91.42399999999999	99.0	0.0005027868758260071	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
CHI0140_000000022651	1315	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.16207519931259887	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1315.0	94.525	100.0	0.000463674098508515	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ETH0004_000000021876	1315	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.1091258711559748		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	93.854	100.0	0.002869824999509711	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0064_000000019761	1314	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.16491975751691468		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	95.596	100.0	0.002867645937247365	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0119_000000023815	1313	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.10084225770799192		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	100.0	100.0	0.0003486286167229601	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CHI0058_000000016576	1313	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.35169422978680137		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	90.742	99.0	0.00040965262022410443	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
DEN0076_000000006666	1313	0.5606147951064692	1	1	1	1	0	True	69976	fragment	False	DEN0076_000000006666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0064_000000022309	1313	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.48929323452530754		0	0	False	False	0.9992383718490601	0					non-mobilizable	other	1321.0	96.669	100.0	0.0003161957930377474	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
ISR0133_000000017509	1312	0.5606147951064692	1	1	1	1	0	True	31524	fragment	False	ISR0133_000000017509	1.0		0	0	False	False	0.96875	0					non-mobilizable	no_good_hit								True	True
MAD0068_000000022085	1312	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.3725826446808282		0	0	False	False	1.0	0					non-mobilizable	chromosome	1312.0	95.046	100.0	0.00036631972553424655	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0370_000000020579	1312	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.14640823947313483	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1316.0	92.40100000000001	100.0	0.00044161151852092456	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0197_000000007891	1312	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.44572505517102207		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	99.848	100.0	0.0003510755471195068	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CAN0002_000000014900	1311	0.5606147951064692	1	1	1	1	0	True	96864	fragment	False	CAN0002_000000014900	1.0		0	0	False	False	0.9672006368637085	0					non-mobilizable	other	1311.0	100.0	100.0	0.00027666998318649056	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
TAN0027_000000009216	1310	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.15191344109030247		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	94.44	100.0	0.002858929688197981	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MAD0103_000000018856	1309	0.5606147951064692	1	1	1	1	0	True	64898	fragment	False	MAD0103_000000018856	0.9604957397366383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	89.47399999999999	13.0	0.0557571758495546	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
CHI0036_000000007590	1309	0.5606147951064692	2	1	1	1	0	True	88040	fragment	False	MAD0081_000000005813	0.9138030392343903		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	96.031	100.0	0.04078069464363659	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	False	True
FIJ0120_000000019427	1308	0.5606147951064692	1	1	1	1	0	True	41517	fragment	False	FIJ0120_000000019427	1.0		0	0	False	False	0.9946483373641968	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	3.08499151627333e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0095_000000028955	1308	0.5606147951064692	1	1	1	1	0	True	15563	fragment	False	MAD0095_000000028955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	81.105	73.0	0.26040268456375837	HG796794.1	bacteria	Uncultured bacterium plasmid pRGF00038	True	True
FIJ0087_000000024684	1307	0.5606147951064692	2	1	1	1	0	True	43706	fragment	False	FIJ0087_000000024684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	85.137	47.0	0.00016507770443372987	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0072_000000016517	1307	0.5606147951064692	1	1	1	1	0	True	98489	fragment	False	MON0018_000000009121	0.07532503457814661		0	0	False	False	0.9969395399093628	0					non-mobilizable	no_good_hit								True	True
FIJ0161_000000013743	1307	0.5606147951064692	1	1	1	1	0	True	47729	fragment	False	FIJ0061_000000020843	0.9506352978552428		0	0	False	False	1.0	0					non-mobilizable	other	927.0	93.31200000000001	100.0	0.0020178116549324165	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0030_000000027811	1307	0.5606147951064692	1	1	1	1	0	True	12497	fragment	False	MON0030_000000027811	1.0		0	0	False	False	0.9517980217933655	0					non-mobilizable	other	1315.0	81.369	100.0	0.00026661417338896804	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	True
MON0011_000000035697	1306	0.5606147951064692	1	1	1	1	0	True	131214	fragment	False	MON0011_000000035697	1.0		0	0	False	False	0.9984685778617859	0					non-mobilizable	other	1129.0	81.931	93.0	0.0003147558085093109	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0828_000000005452	1306	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.3771096968608133		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	90.199	100.0	0.00023948963729808674	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ENG0129_000000020784	1306	0.5606147951064692	1	1	1	1	0	True	82962	fragment	False	ENG0129_000000020784	0.9370414359024097		0	0	False	False	1.0	0					non-mobilizable	plasmid	1306.0	98.928	100.0	0.32222222222222224	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
FIJ0099_000000016917	1305	0.5606147951064692	1	1	1	1	0	True	42756	fragment	False	USA0006_01_000000017963	0.9652671755725191		0	0	False	False	0.9984674453735352	0					non-mobilizable	no_good_hit	572.0	80.245	44.0	0.11570584640456305	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0828_000000005455	1305	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.348906894129278		0	0	False	False	1.0	0					non-mobilizable	chromosome	1305.0	99.31	100.0	0.00023948963729808674	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ISR0174_000000018867	1304	0.5606147951064692	1	1	1	1	0	True	29888	fragment	False	ISR0174_000000018867	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1304.0	100.0	100.0	0.0002457264715489103	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0077_000000028314	1304	0.5606147951064692	1	1	1	1	0	True	82962	fragment	False	ENG0129_000000020784	0.796571651030094		0	0	False	False	1.0	0					non-mobilizable	plasmid	1304.0	95.09200000000001	100.0	0.3217283950617284	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
MON0022_000000024304	1304	0.5606147951064692	1	1	1	1	0	True	44798	fragment	False	MON0055_000000017399	0.9227557411273486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	93.258	7.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
MAD0018_000000002332	1303	0.5606147951064692	1	1	1	1	0	True	47180	fragment	False	MAD0018_000000002332	0.9499730839464212		0	0	False	False	0.9992325305938721	0					non-mobilizable	chromosome	1303.0	98.31200000000001	100.0	0.0003470509604722027	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
DEN0096_000000034984	1302	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.4258202804818059		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	99.016	100.0	0.0011002205365963687	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0124_000000010618	1302	0.5606147951064692	2	1	1	1	0	True	32073	maximal	True	ISR0124_000000010618	1.0		0	0	False	False	0.9838709831237793	0					non-mobilizable	no_good_hit	1120.0	75.357	84.0	0.34674822923374116	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MON0041_000000053652	1301	0.5606147951064692	1	1	1	1	0	True	11767	maximal	True	MON0041_000000053652	1.0		10	4	False	False	0.9730976223945618	0					non-mobilizable	no_good_hit	1132.0	78.53399999999999	86.0	0.002166087304332368	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	True
FIJ0032_000000028896	1300	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.10822805065016645		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	94.915	99.0	0.00036449846753265733	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0153_000000011318	1299	0.5606147951064692	1	1	1	1	0	True	79240	maximal	True	CHI0153_000000011318	1.0		9	4	False	False	0.9992302060127258	0					non-mobilizable	no_good_hit	631.0	81.3	48.0	0.00016817348862780342	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MAD0043_000000020769	1299	0.5606147951064692	2	1	1	1	0	True	27155	fragment	False	ISR0245_000000005813	0.958963282937365		0	0	False	False	0.9822940826416016	0					non-mobilizable	no_good_hit	951.0	93.375	83.0	0.002065751024704029	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0018_000000016267	1299	0.5606147951064692	1	1	1	1	0	True	37774	fragment	False	ISR0018_000000016267	1.0		0	0	False	False	0.9930716156959534	0					non-mobilizable	no_good_hit	905.0	93.26	70.0	0.27044025157232704	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
ENG0131_000000020218	1299	0.5606147951064692	2	1	1	1	0	True	58346	maximal	True	ENG0131_000000020218	1.0		3	2	False	False	0.9853733777999878	0					non-mobilizable	no_good_hit	926.0	90.929	71.0	0.0002581016081435951	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0081_000000018504	1298	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.16308606787219057		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	95.15799999999999	100.0	0.002832780941049829	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0251_000000013649	1298	0.5606147951064692	1	1	1	1	0	True	26975	fragment	False	ISR0251_000000013649	1.0		0	0	False	False	0.991525411605835	0					non-mobilizable	other	1264.0	94.383	97.0	0.16668871543855007	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
CHI0084_000000005101	1298	0.5606147951064692	1	1	1	1	0	True	84144	fragment	False	CHI0084_000000005101	1.0		0	0	False	False	0.9953774809837341	0					non-mobilizable	other	1179.0	94.148	91.0	0.024070290151205556	NZ_QSFT01000028.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf28, whole genome shotgun sequence	False	True
ISR0348_000000014606	1296	0.5606147951064692	2	1	1	1	0	True	83440	fragment	False	USA0024_01_000000014517	0.7162623945079429		0	0	False	False	0.9953703880310059	0					non-mobilizable	chromosome	1296.0	100.0	100.0	0.00023226662271237555	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ETH0005_000000035606	1295	0.5606147951064692	1	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.3691392447372295		0	0	False	False	0.9845559597015381	0		MOBV			mobilizable	plasmid	1305.0	97.165	100.0	0.34444444444444444	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ENG0052_000000025944	1295	0.5606147951064692	2	1	1	1	0	True	63923	fragment	False	USA0005_01_000000023048	0.9737237237237237		0	0	False	False	0.992277979850769	0					non-mobilizable	no_good_hit								True	True
MON0011_000000036006	1295	0.5606147951064692	1	1	1	1	0	True	13644	fragment	False	MON0011_000000036006	1.0		0	0	False	False	0.9459459185600281	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00012535462162697103	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	True	True
ENG0171_000000018738	1295	0.5606147951064692	3	1	1	1	0	True	55758	fragment	False	ISR0841_000000011581	0.929492039423806		0	0	False	False	0.993050217628479	0					non-mobilizable	no_good_hit	473.0	87.738	36.0	0.0001054333946023532	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0102_000000025280	1295	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.10973335798748968		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	94.977	99.0	0.00036337433964512406	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0071_000000006341	1295	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12054903760526796	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1296.0	94.059	100.0	0.0004163928227381992	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	True
ENG0009_000000010299	1294	0.5606147951064692	2	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.5279377696250002		0	0	False	False	0.9976816177368164	0					non-mobilizable	other	1238.0	90.54899999999999	97.0	0.0023844350879091364	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
CHI0062_000000010603	1293	0.5606147951064692	1	1	1	1	0	True	101379	fragment	False	SPA0143_000000015410	0.9808701978070364		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	99.92299999999999	100.0	0.006388828451055244	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
DEN0063_000000039420	1293	0.5606147951064692	2	1	1	1	0	True	71406	maximal	True	DEN0063_000000039420	1.0		1	1	False	False	0.992266058921814	0		MOBV			mobilizable	other	1290.0	94.961	99.0	0.051098073416316496	NZ_PUEC01000034.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq34, whole genome shotgun sequence	False	True
CHI0162_000000025661	1292	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.6299375715072917		0	0	False	False	0.9976780414581299	0					non-mobilizable	other	1249.0	99.6	99.0	0.0024114870256974085	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
CHI0046_000000008967	1292	0.5606147951064692	2	1	1	1	0	True	111280	fragment	False	AST0084_000000022826	0.48909994048337846		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	100.0	100.0	0.006383883537393437	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0024_000000040535	1292	0.5606147951064692	2	1	1	1	0	True	50074	fragment	False	MON0024_000000040535	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0053_000000031831	1291	0.5606147951064692	1	1	1	1	0	True	64898	fragment	False	MAD0103_000000018856	0.9541634835752483		0	0	False	False	0.9984508156776428	0					non-mobilizable	no_good_hit								True	True
ISR0810_000000014292	1290	0.5606147951064692	1	1	1	1	0	True	21701	fragment	False	ISR0810_000000014292	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	96.594	96.0	0.025173682059664897	NZ_QSFT01000028.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf28, whole genome shotgun sequence	False	True
FIJ0050_000000020002	1290	0.5606147951064692	1	1	1	1	0	True	46571	fragment	False	FIJ0050_000000020002	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1290.0	95.116	100.0	0.005153938424630148	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	True
CHI0160_000000025062	1290	0.5606147951064692	1	1	1	1	0	True	114393	fragment	False	CHI0160_000000025062	1.0		0	0	False	False	0.9844961166381836	0					non-mobilizable	no_good_hit	141.0	99.291	11.0	0.05045045045045045	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
SPA0047_000000030002	1290	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.7535067887262227		0	0	False	False	0.9992247819900513	0					non-mobilizable	other	1290.0	100.0	100.0	0.0005004573613434155	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
AST0025_000000030075	1289	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.39275479509310046		0	0	False	False	0.9829325079917908	0					non-mobilizable	chromosome	1289.0	99.147	100.0	0.00024558977583831346	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
MAD0031_000000011378	1289	0.5606147951064692	2	1	1	1	0	True	18939	fragment	False	MAD0031_000000011378	1.0		0	0	False	False	0.9953452348709106	0					non-mobilizable	no_good_hit								True	True
DEN0011_000000036778	1288	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.10917572509732847		0	0	False	False	0.9906832575798035	0					non-mobilizable	other	1207.0	94.366	99.0	0.0003389245580912758	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0085_000000021813	1286	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.4144915950369804		0	0	False	False	0.9992223978042603	0					non-mobilizable	other	1286.0	99.06700000000001	100.0	0.000302865817715317	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
ISR0010_000000017281	1285	0.5606147951064692	1	1	1	1	0	True	101379	fragment	False	SPA0143_000000015410	0.9739102309816602		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	99.76700000000001	100.0	0.006349269141760785	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0083_000000028226	1285	0.5606147951064692	2	1	1	1	0	True	44046	fragment	False	FIJ0083_000000028226	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	96.42	100.0	0.0014077243800746104	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0061_000000011733	1285	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.47228588408167926		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	97.27600000000001	100.0	0.0003414512503157027	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0065_000000020655	1284	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.3772595698420542		0	0	False	False	0.9992212057113647	0					non-mobilizable	other	1285.0	94.94200000000001	100.0	0.27301790281329924	AF038866.2	CFB group bacteria	Bacteroides fragilis transposon Tn5520 transposase (bipH) and mobilization protein BmpH (bmpH) genes, complete cds	False	True
MON0044_000000044625	1284	0.5606147951064692	1	1	1	1	0	True	12960	fragment	False	MON0060_000000034432	0.9404133992926185		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	96.65100000000001	100.0	0.000230114345127396	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
USA0053_01_000000014358	1284	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.42346028694892657		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	96.05	100.0	0.0003090040767442429	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
ISR0020_000000021046	1283	0.5606147951064692	2	1	1	1	0	True	37675	fragment	False	ISR0020_000000021046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0021_000000023665	1282	0.5606147951064692	1	1	1	1	0	True	13052	fragment	False	MON0021_000000023665	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	82.764	95.0	0.1613970101865326	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0324_000000024023	1281	0.5606147951064692	2	1	1	1	0	True	24897	fragment	False	ISR0324_000000024023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0142_000000014588	1281	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.1424046490705793		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	93.531	100.0	0.0003600019559825243	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0006_000000024539	1281	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.4284835695486307		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	98.831	100.0	0.002390243629590545	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
MON0041_000000054568	1281	0.5606147951064692	1	1	1	1	0	True	11763	fragment	False	MON0041_000000054568	1.0		0	0	False	False	0.9523809552192688	0					non-mobilizable	other	1281.0	98.829	100.0	0.00024103804540742492	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
MAD0054_000000014865	1280	0.5606147951064692	2	1	1	1	0	True	17133	fragment	False	MAD0054_000000014865	1.0		0	0	False	False	0.996874988079071	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.5511361059458478e-05	LN483380.1	flies	Culicoides sonorensis genome assembly, scaffold: scaffold30	True	True
MAD0002_000000035586	1280	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.08851267031415083		0	0	False	False	0.999218761920929	0					non-mobilizable	other	1287.0	82.20700000000001	99.0	0.0004014972081828895	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0101_000000030888	1280	0.5606147951064692	2	1	1	1	0	True	4928	maximal	True	SPA0101_000000030888	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	70.705	34.0	0.00045036435798171705	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
SPA0149_000000031611	1280	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.43437294694298145		0	0	False	False	1.0	0					non-mobilizable	chromosome	1280.0	99.766	100.0	0.00022735805320356207	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0108_000000021679	1279	0.5606147951064692	1	1	1	1	0	True	4673	fragment	False	SPA0108_000000021679	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	96.787	100.0	0.0004043088139321437	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0350_000000015674	1279	0.5606147951064692	1	1	1	1	0	True	78005	fragment	False	ISR0368_000000011044	0.7470978477661782		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	99.296	100.0	0.0003422384052011668	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0018_000000021407	1278	0.5606147951064692	1	1	1	1	0	True	49936	fragment	False	FIJ0018_000000021407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	96.59100000000001	7.0	0.00033432863351817477	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	True
MAD0080_000000006193	1278	0.5606147951064692	1	1	1	1	0	True	88040	fragment	False	MAD0081_000000005813	0.7992576590671423		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	96.87	100.0	0.013646953213499477	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
MON0077_000000035583	1277	0.5606147951064692	1	1	1	1	0	True	78005	fragment	False	ISR0368_000000011044	0.7344331086982542		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	95.301	100.0	0.026072742133224358	NZ_QSFT01000028.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf28, whole genome shotgun sequence	False	True
DEN0031_000000027085	1276	0.5606147951064692	1	1	1	1	0	True	102569	fragment	False	DEN0031_000000027085	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	99.686	99.0	0.0059025955630686066	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	False	True
FIJ0014_000000020035	1275	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.09434649963038665	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1276.0	95.141	100.0	0.00044920633744394183	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0068_000000012956	1275	0.5606147951064692	1	1	1	1	0	True	85105	fragment	False	CHI0068_000000012956	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	89.01	100.0	0.00034116723648379226	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0187_000000012101	1275	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06129155536459983	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1275.0	95.137	100.0	0.0004488534652228547	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0058_000000027247	1274	0.5606147951064692	1	1	1	1	0	True	63410	fragment	False	ENG0058_000000027247	0.9985754166106457		0	0	False	False	0.9952903985977173	0					non-mobilizable	other	1274.0	99.92200000000001	100.0	0.032571706368497814	NZ_JH379408.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld372, whole genome shotgun sequence	False	True
SPA0076_000000013965	1273	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.6130379662546687		0	0	False	False	0.9992144703865051	0					non-mobilizable	other	1273.0	100.0	100.0	0.0003379996954814064	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MON0029_000000025589	1273	0.5606147951064692	1	1	1	1	0	True	78260	fragment	False	MON0029_000000025589	0.9012111010070235		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	100.0	93.0	0.0002282359360170908	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
SPA0044_000000022314	1273	0.5606147951064692	1	1	1	1	0	True	82962	fragment	False	ENG0129_000000020784	0.8094542877834746		0	0	False	False	1.0	0					non-mobilizable	plasmid	1275.0	97.647	100.0	0.3145679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
USA0035_01_000000020521	1272	0.5606147951064692	1	1	1	1	0	True	91406	fragment	False	MON0020_000000015377	0.9282814978238401		0	0	False	False	1.0	0					non-mobilizable	chromosome	1276.0	97.335	100.0	0.0003849446426622082	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	False	True
ENG0018_000000017375	1272	0.5606147951064692	2	1	1	1	0	True	83920	fragment	False	ENG0018_000000017375	0.9825964861996841		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	97.87700000000001	100.0	0.048971256839022884	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
ISR0356_000000017052	1269	0.5606147951064692	1	1	1	1	0	True	63410	fragment	False	ENG0058_000000027247	0.9974154889522477		0	0	False	False	0.9913317561149597	0					non-mobilizable	other	1269.0	100.0	100.0	0.005454303006318904	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0082_01_000000023425	1269	0.5606147951064692	1	1	1	1	0	True	106419	maximal	False	ISR0268_000000014872	0.930721132728729		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	99.921	100.0	0.00022132679127644293	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
USA0023_01_000000023900	1269	0.5606147951064692	2	1	1	1	0	True	1689	fragment	False	USA0023_01_000000023900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	6.0	4.814039219607212e-05	NZ_GL872283.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD2, whole genome shotgun sequence	True	True
ISR0300_000000008893	1269	0.5606147951064692	2	1	1	1	0	True	25582	fragment	False	ISR0300_000000008893	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	93.171	99.0	0.16840851964545575	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
SPA0125_000000025229	1269	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.2834375526757754		0	0	False	False	1.0	0					non-mobilizable	chromosome	1270.0	92.677	100.0	0.0003540158568903482	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
SPA0103_000000014426	1268	0.5606147951064692	1	1	1	1	0	True	91128	fragment	False	CHI0179_000000016935	0.9314242652599849		0	0	False	False	0.977129340171814	0					non-mobilizable	chromosome	1272.0	85.928	100.0	0.00023893740556597804	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
CHI0140_000000023522	1268	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.47474639295228505		0	0	False	False	0.988170325756073	0					non-mobilizable	other	1272.0	90.40899999999999	99.0	0.0024501326511092263	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
MAD0091_000000013480	1267	0.5606147951064692	2	1	1	1	0	True	15735	fragment	False	MAD0091_000000013480	0.9829931972789115		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	87.066	100.0	0.013996373767301994	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
FIJ0083_000000028673	1266	0.5606147951064692	1	1	1	1	0	True	47180	fragment	False	MAD0018_000000002332	0.6405730365822461		0	0	False	False	0.9976303577423096	0					non-mobilizable	chromosome	1231.0	99.838	97.0	0.00032811120782537227	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0009_000000029714	1266	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.5745256239623435		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	100.0	100.0	0.0024443358072974535	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
CHI0145_000000014601	1266	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.11177208195080714	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1279.0	94.527	100.0	0.00041160049417844765	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
CAN0003_000000038551	1266	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.6293441056049482		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	98.736	100.0	0.0024443358072974535	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
FIJ0064_000000020446	1265	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.0858135073073502		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1265.0	95.415	100.0	0.000355224412460508	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0026_000000018326	1265	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.0774742876135361	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1265.0	93.676	100.0	0.0004460304874541575	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0107_000000048873	1265	0.5606147951064692	2	1	1	1	0	True	8559	fragment	False	MON0107_000000048873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0143_000000016664	1263	0.5606147951064692	1	1	1	1	0	True	3398	maximal	True	SPA0143_000000016664	1.0		4	4	False	False	0.980997622013092	0					non-mobilizable	no_good_hit								True	True
FIJ0172_000000022828	1262	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.3939520252871716		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	96.98899999999999	100.0	0.0003692708116754001	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0172_000000022863	1260	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.38802854931292485		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	93.259	100.0	0.013918984654844558	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
DEN0016_000000008341	1260	0.5606147951064692	2	1	1	1	0	True	75310	fragment	False	DEN0016_000000008341	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	705.0	99.149	100.0	0.2564663023679417	AM263036.1	bacteria	Uncultured bacterium plasmid pTRACA 17 pre/mob and repL genes	False	True
ISR0836_000000016188	1259	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.5317728988537747		0	0	False	False	0.9841143488883972	0					non-mobilizable	other	1236.0	99.191	98.0	0.002386367369179727	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
CHI0180_000000010431	1259	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.10969612888952487	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1260.0	93.65100000000001	100.0	0.00044391325412763456	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0221_000000017689	1259	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.11191705413506182		0	0	False	False	0.992057204246521	0					non-mobilizable	other	1260.0	97.46	100.0	0.00035353822062920813	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0014_000000013285	1259	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.37151332064357173		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	100.0	100.0	0.002256923264609003	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0787_000000012062	1258	0.5606147951064692	1	1	1	1	0	True	22122	fragment	False	ISR0787_000000012062	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	97.695	100.0	0.0016418559633854365	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
AST0052_000000020150	1258	0.5606147951064692	1	1	1	1	0	True	114392	fragment	False	AST0052_000000020150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0094_000000030752	1258	0.5606147951064692	1	1	1	1	0	True	84294	fragment	False	MON0094_000000030752	0.9689122739610929		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	97.695	100.0	0.07206742346061232	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
ISR0212_000000028822	1257	0.5606147951064692	1	1	1	1	0	True	28316	fragment	False	ISR0212_000000028822	1.0		0	0	False	False	0.9992044568061829	0					non-mobilizable	no_good_hit								True	True
ISR0108_000000018103	1257	0.5606147951064692	2	1	1	1	0	True	32778	fragment	False	ISR0108_000000018103	1.0		0	0	False	False	0.9984089136123657	0					non-mobilizable	no_good_hit								True	True
MAD0109_000000011395	1257	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.14012795273325301		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	94.75399999999999	100.0	0.0003532571886573248	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0133_000000019238	1257	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.25167555234900585		0	0	False	False	1.0	0					non-mobilizable	chromosome	1257.0	99.84100000000001	100.0	0.0003503304011757267	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ISR0020_000000021622	1256	0.5606147951064692	1	1	1	1	0	True	37672	fragment	False	ISR0020_000000021622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0045_000000018888	1256	0.5606147951064692	2	1	1	1	0	True	47020	maximal	True	FIJ0045_000000018888	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	1.9070224440547283e-06	LN590708.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG39, chromosome: 39	True	True
ISR0194_000000022138	1256	0.5606147951064692	1	1	1	1	0	True	82962	fragment	False	ENG0129_000000020784	0.387419208900349		0	0	False	False	0.9976114630699158	0					non-mobilizable	plasmid	1254.0	90.271	99.0	0.3093827160493827	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
CHI0017_000000010097	1255	0.5606147951064692	1	1	1	1	0	True	91406	fragment	False	MON0020_000000015377	0.7525427475262767		0	0	False	False	0.9968127608299255	0					non-mobilizable	other	1108.0	85.83	100.0	0.0002463492227838221	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
CHI0162_000000026545	1254	0.5606147951064692	2	1	1	1	0	True	78516	maximal	True	CHI0162_000000026545	1.0		29	7	False	False	0.980063796043396	0					non-mobilizable	no_good_hit	889.0	100.0	71.0	0.022720876084230995	NZ_JH379408.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld372, whole genome shotgun sequence	True	True
SPA0041_000000026899	1254	0.5606147951064692	2	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.5099969986137696		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	99.92	100.0	0.038709876733912074	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
USA0101_01_000000023980	1254	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.3710556965752089		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	100.0	100.0	0.00021870857213673737	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0087_000000030934	1254	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.12684008626613136		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	92.994	100.0	0.00035241409274167486	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MAD0106_000000018011	1254	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.20470095549484496		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	97.368	100.0	0.001636631282515475	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0061_000000037431	1253	0.5606147951064692	1	1	1	1	0	True	10797	maximal	True	MON0061_000000037431	1.0		0	0	False	False	0.9768555760383606	0					non-mobilizable	no_good_hit	883.0	73.839	70.0	0.0009591032219701808	NZ_LT160626.1	CFB group bacteria	Prevotella phocaeensis strain SN19, whole genome shotgun sequence	True	True
CHI0015_000000008436	1253	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.41237484942930586		0	0	False	False	0.9984038472175598	0					non-mobilizable	chromosome	1253.0	97.12700000000001	100.0	0.0002780868866040749	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ENG0011_000000023121	1252	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.6089618867130163		0	0	False	False	0.9888178706169128	0					non-mobilizable	other	1252.0	100.0	100.0	0.00033241951182959073	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
TAN0005_000000015302	1251	0.5606147951064692	1	1	1	1	0	True	68614	fragment	False	TAN0005_000000015302	0.9358051260501421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	936.0	75.42699999999999	74.0	0.00025726270800878383	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
SPA0128_000000030127	1251	0.5606147951064692	1	1	1	1	0	True	3857	fragment	False	SPA0128_000000030127	1.0		0	0	False	False	0.9776179194450378	0					non-mobilizable	other	1252.0	86.581	100.0	0.002606110390666372	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0252_000000010579	1251	0.5606147951064692	2	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.36862334531058183		0	0	False	False	0.9992006421089172	0					non-mobilizable	chromosome	1252.0	99.042	100.0	0.00023853479004171593	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
ISR0391_000000012847	1251	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.5712196573113527		0	0	False	False	0.9920064210891724	0					non-mobilizable	other	1254.0	91.54700000000001	100.0	0.0024153515882385903	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
AST0024_000000029032	1251	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.12296718804840681		0	0	False	False	0.9936051368713379	0					non-mobilizable	other	1247.0	92.382	99.0	0.002706395329833759	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0068_000000033864	1251	0.5606147951064692	1	1	1	1	0	True	10535	fragment	False	MON0068_000000033864	1.0		0	0	False	False	0.9912070631980896	0					non-mobilizable	no_good_hit								True	True
FIJ0068_000000025751	1250	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.13880375847323148	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1248.0	94.391	100.0	0.0004396787874745888	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0169_000000019490	1250	0.5606147951064692	2	1	1	1	0	True	55879	fragment	False	ENG0169_000000019490	1.0		0	0	False	False	0.995199978351593	0					non-mobilizable	no_good_hit	972.0	99.074	88.0	0.32014507088691063	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
ENG0123_000000009204	1249	0.5606147951064692	1	1	1	1	0	True	63410	fragment	False	ENG0058_000000027247	0.9843144040667732		0	0	False	False	0.9751801490783691	0					non-mobilizable	other	1249.0	100.0	100.0	0.005368272990446367	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0122_000000023960	1249	0.5606147951064692	1	1	1	1	0	True	58995	fragment	False	ENG0122_000000023960	1.0		0	0	False	False	0.9671737551689148	0		MOBV			mobilizable	plasmid	1249.0	98.07799999999999	100.0	0.29693076374018557	LR135350.1	firmicutes	Enterococcus faecium isolate E8202 genome assembly, plasmid: 7	False	True
CHI0175_000000009295	1249	0.5606147951064692	2	1	1	1	0	True	77744	fragment	False	CHI0175_000000009295	1.0		0	0	False	False	0.9911929368972778	0					non-mobilizable	other	1254.0	88.198	100.0	0.06520035525834596	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0038_000000012032	1247	0.5606147951064692	1	1	1	1	0	True	88040	fragment	False	MAD0081_000000005813	0.7936243817862793		0	0	False	False	0.9951884746551514	0					non-mobilizable	other	1247.0	97.995	100.0	0.004982007197121152	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	True
CHI0118_000000008748	1247	0.5606147951064692	1	1	1	1	0	True	81964	fragment	False	CHI0118_000000008748	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	99.92	100.0	0.0003774217008996631	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
SPA0125_000000025624	1247	0.5606147951064692	2	1	1	1	0	True	4007	fragment	False	SPA0125_000000025624	1.0		0	0	False	False	0.9935845732688904	0					non-mobilizable	other	1247.0	100.0	100.0	0.0002631532817178376	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0060_000000034432	1246	0.5606147951064692	1	1	1	1	0	True	12960	fragment	False	MON0060_000000034432	0.9485260446530481		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	96.38799999999999	100.0	0.00022329879944162746	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0109_000000019566	1246	0.5606147951064692	2	1	1	1	0	True	59846	fragment	False	ENG0109_000000019566	1.0		0	0	False	False	0.9871588945388794	0					non-mobilizable	no_good_hit	1018.0	98.723	82.0	0.2511111111111111	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ENG0057_000000021936	1246	0.5606147951064692	1	1	1	1	0	True	131211	fragment	False	MON0019_000000057025	0.7571597635672237		0	0	False	False	0.9967897534370422	0					non-mobilizable	other	1249.0	92.154	100.0	0.0003914597779783173	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0141_000000024596	1246	0.5606147951064692	1	1	1	1	0	True	55490	fragment	False	ISR0141_000000024596	0.9754237288135593		0	0	False	False	0.9959871768951416	0					non-mobilizable	no_good_hit	140.0	82.14299999999999	11.0	2.874525280604394e-05	NZ_CP021850.1	firmicutes	Pseudoclostridium thermosuccinogenes strain DSM 5807 chromosome, complete genome	True	True
MAD0084_000000005624	1245	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.6375300205812908		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	98.795	100.0	0.0002523650339413713	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0007_000000052911	1245	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.28794666532581487		0	0	False	False	0.9847389459609985	0					non-mobilizable	chromosome	1245.0	94.859	100.0	0.0003473046558118582	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0131_000000030044	1245	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.4152718254858207		0	0	False	False	0.9991967678070068	0					non-mobilizable	other	1245.0	99.197	100.0	0.002166622509168491	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0816_000000029621	1245	0.5606147951064692	2	1	1	1	0	True	56020	fragment	False	ISR0816_000000029621	0.9982876712328768		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	85.417	99.0	0.16430744807514222	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0801_000000006421	1242	0.5606147951064692	1	1	1	1	0	True	21867	maximal	True	ISR0801_000000006421	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	84.211	21.0	0.0016180433364914914	NZ_RBXN01000009.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_109, whole genome shotgun sequence	True	True
ISR0126_000000040113	1242	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.2510795238787542		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	92.75399999999999	100.0	0.00034674538905531734	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
MON0103_000000047588	1242	0.5606147951064692	2	1	1	1	0	True	91126	fragment	False	ISR0230_000000018607	0.2639181561827459		0	0	False	False	0.967793881893158	0					non-mobilizable	chromosome	1242.0	99.919	100.0	0.0002825478117115954	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0076_000000038935	1242	0.5606147951064692	1	1	1	1	0	True	16797	fragment	False	MON0076_000000038935	0.9443920639777102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1046.0	79.35	83.0	0.00019682565233304197	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	True
ISR0241_000000013268	1242	0.5606147951064692	3	1	1	1	0	True	27245	fragment	False	ISR0241_000000013268	1.0		0	0	False	False	0.999194860458374	0					non-mobilizable	other	1242.0	99.35600000000001	100.0	0.00039825397243094094	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0147_000000017799	1242	0.5606147951064692	1	1	1	1	0	True	39928	fragment	False	SPA0027_000000027330	0.931422351233672		0	0	False	False	1.0	0					non-mobilizable	plasmid	1244.0	98.23200000000001	100.0	0.23541666666666666	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	False	True
MON0101_000000053794	1242	0.5606147951064692	2	1	1	1	0	True	18961	fragment	False	MON0101_000000053794	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	97.98700000000001	100.0	0.0002225813735799676	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0018_000000022102	1241	0.5606147951064692	2	1	1	1	0	True	49931	fragment	False	FIJ0154_000000029236	0.6291454853546358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	8.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
AUS0012_000000013954	1241	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.5673415291462008		0	0	False	False	1.0	0					non-mobilizable	chromosome	1241.0	94.762	100.0	0.00025155291798339426	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0032_000000025718	1241	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.30027892709896453		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	96.213	100.0	0.0016196510696880996	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
AST0060_000000024741	1241	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.4327153779544513		0	0	False	False	0.9943593740463257	0					non-mobilizable	chromosome	1241.0	100.0	100.0	0.00034586759351743716	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
SPA0006_000000025336	1240	0.5606147951064692	1	1	1	1	0	True	84294	fragment	False	MON0094_000000030752	0.9633572503008606		0	0	False	False	0.9838709831237793	0					non-mobilizable	other	1240.0	97.742	100.0	0.00036282833914815286	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0006_000000025333	1240	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.11590449827694184		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	99.758	100.0	0.0003481986131634252	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0132_000000024542	1240	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.44580496031034367		0	0	False	False	1.0	0					non-mobilizable	chromosome	1240.0	100.0	100.0	0.0002247926111267444	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0272_000000008261	1240	0.5606147951064692	1	1	1	1	0	True	26389	fragment	False	ISR0272_000000008261	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1240.0	99.839	100.0	0.000250185619960572	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
ISR0387_000000019245	1240	0.5606147951064692	1	1	1	1	0	True	83440	fragment	False	USA0024_01_000000014517	0.5909614433844259		0	0	False	False	0.9895161390304565	0					non-mobilizable	chromosome	1240.0	100.0	100.0	0.0002222226606491377	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0082_000000025830	1239	0.5606147951064692	1	1	1	1	0	True	50592	fragment	False	FIJ0082_000000025830	0.9995925020374898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	93.741	70.0	0.0015950735760372882	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
MON0090_000000050332	1239	0.5606147951064692	2	1	1	1	0	True	9514	maximal	True	MON0090_000000050332	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	80.723	7.0	1.3448485167550905e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ENG0142_000000027938	1238	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.3234347910626584		0	0	False	False	1.0	0					non-mobilizable	chromosome	1238.0	99.919	100.0	0.00025111484230820217	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
MON0083_000000033150	1238	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.6135229889454035		0	0	False	False	0.9943457245826721	0					non-mobilizable	chromosome	1240.0	92.177	100.0	0.00025094383101491145	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0097_000000030164	1238	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12716316451594992	PS1133	0	0	False	True	0.9991922378540039	0					non-mobilizable	chromosome	1238.0	94.992	100.0	0.00043650293748480443	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0074_000000024565	1238	0.5606147951064692	2	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.6079698346370712		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	98.384	100.0	0.002154421095198918	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0055_000000013692	1237	0.5606147951064692	1	1	1	1	0	True	35659	fragment	False	ISR0055_000000013692	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	97.571	99.0	0.04754565770208831	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
SPA0054_000000023629	1237	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.6574442137083182		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	99.919	100.0	0.0027323491570835487	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
USA0037_01_000000027153	1236	0.5606147951064692	1	1	1	1	0	True	82962	fragment	False	ENG0129_000000020784	0.8977758453039127		0	0	False	False	1.0	0					non-mobilizable	plasmid	1202.0	95.67399999999999	97.0	0.2965432098765432	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
ENG0204_000000022385	1236	0.5606147951064692	1	1	1	1	0	True	54009	maximal	True	ENG0204_000000022385	1.0		2	2	False	False	0.9749190807342529	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	4.0	0.016216216216216217	LN852771.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0080	True	True
FIJ0005_000000029998	1236	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.0966531837528036		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	95.15299999999999	100.0	0.008391048643661943	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MAD0112_000000023629	1235	0.5606147951064692	2	1	1	1	0	True	14420	maximal	True	MAD0112_000000023629	1.0		0	0	False	False	0.9975708723068237	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.014859658778205834	XM_015177193.2	flies	PREDICTED: Drosophila willistoni probable isocitrate dehydrogenase [NAD] subunit alpha, mitochondrial (LOC6648969), mRNA	True	True
FIJ0110_000000013719	1235	0.5606147951064692	3	1	1	1	0	True	42100	fragment	False	FIJ0110_000000013719	1.0		0	0	False	False	0.9991902709007263	0					non-mobilizable	other	1142.0	93.958	91.0	0.3139149641082275	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ENG0131_000000021290	1235	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.4695367891641342		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	94.911	100.0	0.00322592470398475	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
ENG0124_000000025061	1235	0.5606147951064692	2	1	1	1	0	True	58903	fragment	False	ENG0124_000000025061	1.0		0	0	False	False	0.966801643371582	0					non-mobilizable	other	1235.0	100.0	100.0	0.002727927880130339	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
DEN0028_000000025897	1235	0.5606147951064692	1	1	1	1	0	True	88040	fragment	False	MAD0081_000000005813	0.3990962616113683		0	0	False	False	0.9991902709007263	0					non-mobilizable	other	1169.0	97.947	95.0	0.03638461058801522	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	False	True
ISR0094_000000014078	1234	0.5606147951064692	1	1	1	1	0	True	33435	fragment	False	ISR0094_000000014078	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1157.0	97.839	94.0	0.310752688172043	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
MON0061_000000038099	1234	0.5606147951064692	1	1	1	1	0	True	131210	fragment	False	MON0061_000000038099	0.934654300168634		0	0	False	False	0.9991896152496338	0					non-mobilizable	other	1241.0	86.463	100.0	0.008370698485269877	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
USA0003_01_000000030184	1234	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.31361698368494123		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	96.353	100.0	0.0003301877571307032	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0228_000000022288	1234	0.5606147951064692	1	1	1	1	0	True	27589	fragment	False	ISR0228_000000022288	1.0		0	0	False	False	0.9927066564559937	0					non-mobilizable	chromosome	1224.0	100.0	99.0	0.00022188972026473638	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
CHI0177_000000013720	1234	0.5606147951064692	1	1	1	1	0	True	91405	fragment	False	CHI0177_000000013720	0.930241536437093		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	96.32	100.0	0.0002991753978097868	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
DEN0051_000000039733	1234	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.32006452426205756		0	0	False	False	1.0	0					non-mobilizable	chromosome	1230.0	96.911	99.0	0.0002343399336221174	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
MAD0014_000000028073	1234	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.12362037036941276		0	0	False	False	0.9619124531745911	0					non-mobilizable	other	1234.0	96.84	100.0	0.002686783769472645	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MAD0072_000000005199	1233	0.5606147951064692	1	1	1	1	0	True	16797	fragment	False	MON0076_000000038935	0.9413092379767725		0	0	False	False	0.9927007555961609	0					non-mobilizable	no_good_hit	932.0	97.425	76.0	0.00018901998921916065	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
DEN0009_000000003321	1232	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.34901179586718295		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	98.055	100.0	0.0005943164805263587	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
SPA0028_000000027301	1232	0.5606147951064692	1	1	1	1	0	True	7418	fragment	False	SPA0028_000000027301	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	100.0	100.0	0.00023181080773167193	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
CHI0165_000000013994	1232	0.5606147951064692	1	1	1	1	0	True	78260	fragment	False	MON0029_000000025589	0.3643362136684996		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	90.226	97.0	0.00022258944103436344	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
CHI0169_000000012809	1231	0.5606147951064692	1	1	1	1	0	True	78005	fragment	False	ISR0368_000000011044	0.75055181163317		0	0	False	False	1.0	0					non-mobilizable	chromosome	1231.0	99.594	100.0	0.00028004335890835	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
USA0047_01_000000029464	1231	0.5606147951064692	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.8206264464949646		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	99.675	100.0	0.04205415754923414	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
SPA0120_000000032087	1230	0.5606147951064692	2	1	1	1	0	True	4156	fragment	False	SPA0120_000000032087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	84.20200000000001	53.0	0.00020384503485876317	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ISR0048_000000015370	1229	0.5606147951064692	1	1	1	1	0	True	36020	fragment	False	ISR0048_000000015370	1.0		0	0	False	False	0.9804719090461731	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.061634674373784e-07	LR877220.1	rodents	Acomys russatus genome assembly, chromosome: 9	True	True
USA0135_01_000000012458	1229	0.5606147951064692	1	1	1	1	0	True	72446	fragment	False	DEN0051_000000033439	0.5439272226618543		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	91.78200000000001	100.0	0.00047289143996608225	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
MON0009_000000032565	1229	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.028188677990891864		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	94.72399999999999	100.0	0.002682425644947953	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0033_000000032028	1229	0.5606147951064692	2	1	1	1	0	True	48226	maximal	True	FIJ0033_000000032028	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0003_000000025630	1228	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.605569322075001		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	100.0	100.0	0.00032604215908465855	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0032_000000024394	1228	0.5606147951064692	3	1	1	1	0	True	43223	fragment	False	SPA0032_000000024394	1.0		0	0	False	False	0.9837133288383484	0					non-mobilizable	no_good_hit	169.0	92.899	14.0	0.0003512902598502416	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0063_000000041708	1228	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.11709005494827189		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	92.414	99.0	0.0003836180356309952	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ENG0120_000000016799	1228	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.3678515702163025		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	99.837	100.0	0.0002141703256279144	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
FIJ0013_000000024702	1227	0.5606147951064692	1	1	1	1	0	True	50592	fragment	False	FIJ0082_000000025830	0.9947538337368846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	93.62899999999999	69.0	0.0015667457666267899	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ENG0026_000000010356	1227	0.5606147951064692	1	1	1	1	0	True	91413	fragment	False	ENG0026_000000010356	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	100.0	100.0	0.03192043324307436	NZ_JXQL01000065.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig65, whole genome shotgun sequence	False	True
MON0094_000000031563	1227	0.5606147951064692	1	1	1	1	0	True	84294	fragment	False	MON0094_000000030752	0.9612573288776003		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	96.74	100.0	0.00021989102659874317	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0068_000000034510	1226	0.5606147951064692	1	1	1	1	0	True	10531	fragment	False	MON0068_000000034510	1.0		0	0	False	False	0.9934747219085693	0					non-mobilizable	no_good_hit	899.0	78.087	73.0	0.013709627616871488	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	True	True
CAN0021_000000035615	1225	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.49805855259069276		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	95.02	100.0	0.0012046282150916373	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
TAN0017_000000030155	1224	0.5606147951064692	1	1	1	1	0	True	2440	fragment	False	TAN0017_000000030155	1.0		0	0	False	False	0.9934640526771545	0					non-mobilizable	chromosome	1148.0	95.47	94.0	0.00030597037022414797	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ETH0001_000000030324	1224	0.5606147951064692	1	1	1	1	0	True	84294	fragment	False	MON0094_000000030752	0.9552890906549067		0	0	False	False	0.9779411554336548	0					non-mobilizable	other	1224.0	98.28399999999999	100.0	0.0701181057218209	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
CHI0088_000000004477	1224	0.5606147951064692	2	1	1	1	0	True	83929	fragment	False	CHI0088_000000004477	1.0		0	0	False	False	0.9967319965362549	0					non-mobilizable	plasmid	1228.0	91.694	100.0	0.328494623655914	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
ENG0023_000000014401	1224	0.5606147951064692	1	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.2839723464862508		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1234.0	96.759	100.0	0.3253968253968254	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0031_000000019958	1224	0.5606147951064692	1	1	1	1	0	True	91405	fragment	False	CHI0177_000000013720	0.8894890651363521		0	0	False	False	1.0	0					non-mobilizable	chromosome	1235.0	89.87899999999999	100.0	0.00017303161704331765	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
DEN0018_000000033413	1224	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.24085128235012582		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	98.777	100.0	0.0022839691468396392	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
ISR0121_000000021513	1223	0.5606147951064692	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.7566543798281091		0	0	False	False	0.9950940012931824	0					non-mobilizable	other	1223.0	96.729	100.0	0.04174644420131291	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
SPA0116_000000033741	1223	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.5639059278976482		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	99.34700000000001	100.0	0.037783064042756956	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ENG0101_000000027876	1222	0.5606147951064692	2	1	1	1	0	True	83440	fragment	False	USA0024_01_000000014517	0.3648769100169779		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	100.0	100.0	0.00021899424427166837	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0801_000000006587	1221	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.3028048245358488		0	0	False	False	0.9983620047569275	0					non-mobilizable	other	1223.0	99.01899999999999	100.0	0.0021247890898442403	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ENG0016_000000018479	1221	0.5606147951064692	2	1	1	1	0	True	66729	fragment	False	ENG0016_000000018479	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	99.91799999999999	100.0	0.0003241820978673867	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0097_000000026738	1220	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.09692979660949975		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	94.76299999999999	100.0	0.0003428590056976422	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0020_000000009509	1220	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.4652890245045467		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	95.57700000000001	100.0	0.0012016732807946014	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0324_000000025317	1220	0.5606147951064692	2	1	1	1	0	True	63923	fragment	False	USA0005_01_000000023048	0.9476619476619477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0832_000000011011	1220	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.4220821494366371		0	0	False	False	0.9893442392349243	0					non-mobilizable	other	1223.0	90.679	100.0	0.0023554508688502732	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
USA0058_01_000000014450	1219	0.5606147951064692	1	1	1	1	0	True	91127	fragment	False	ISR0074_000000025503	0.9118301360924042		0	0	False	False	0.9967186450958252	0					non-mobilizable	other	1219.0	92.945	100.0	0.0003196015738671922	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
SPA0157_000000007010	1219	0.5606147951064692	1	1	1	1	0	True	3153	fragment	False	SPA0157_000000007010	1.0		0	0	False	False	0.9417555332183838	0					non-mobilizable	no_good_hit								True	True
SPA0031_000000027719	1218	0.5606147951064692	1	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.2902743517544277		0	0	False	False	0.9926108121871948	0		MOBV			mobilizable	plasmid	1227.0	96.57700000000001	100.0	0.3243386243386243	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
CHI0035_000000008399	1218	0.5606147951064692	2	1	1	1	0	True	91126	fragment	False	ISR0230_000000018607	0.25883608021646404		0	0	False	False	0.982758641242981	0					non-mobilizable	chromosome	1218.0	96.71600000000001	100.0	0.00027708355104996907	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
FIJ0023_000000028720	1218	0.5606147951064692	1	1	1	1	0	True	49291	fragment	False	FIJ0023_000000028720	0.985002829654782		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	99.507	100.0	0.0013353083168751371	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0384_000000016752	1218	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.6598077784397159		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	100.0	100.0	0.0026903470260280574	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
MON0104_000000037957	1216	0.5606147951064692	1	1	1	1	0	True	37564	fragment	False	MON0104_000000037957	0.9642545771578029		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	97.368	100.0	0.013167734174334297	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	False	True
ISR0306_000000008821	1216	0.5606147951064692	1	1	1	1	0	True	25446	fragment	False	ISR0306_000000008821	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	99.75299999999999	100.0	0.008443598154222494	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	True
ISR0830_000000025347	1216	0.5606147951064692	2	1	1	1	0	True	21386	fragment	False	ISR0830_000000025347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0056_000000017761	1216	0.5606147951064692	4	1	1	1	0	True	46186	fragment	False	FIJ0056_000000017761	1.0		0	0	False	False	0.9950658082962036	0					non-mobilizable	no_good_hit	45.0	91.111	4.0	0.013844172569220863	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
CHI0116_000000012783	1216	0.5606147951064692	1	1	1	1	0	True	82140	fragment	False	CHI0116_000000012783	1.0		0	0	False	False	0.9975329041481018	0					non-mobilizable	other	1216.0	100.0	100.0	0.0002566061294439588	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0141_000000022839	1215	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.05339242495222199	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1215.0	92.428	100.0	0.00040828869814472674	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0320_000000022103	1215	0.5606147951064692	1	1	1	1	0	True	101377	fragment	False	ISR0320_000000022103	0.994167658115682		0	0	False	False	0.9497942328453064	0					non-mobilizable	other	1215.0	98.189	99.0	0.005998180271772455	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0069_000000043949	1215	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.1911243271024554		0	0	False	False	0.972016453742981	0					non-mobilizable	chromosome	1217.0	93.426	100.0	0.0003391952878420161	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0785_000000031994	1214	0.5606147951064692	1	1	1	1	0	True	22155	fragment	False	ISR0785_000000031994	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	100.0	100.0	0.00031828958054261417	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
CHI0137_000000014596	1214	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.44749873476312113		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	100.0	100.0	0.008170550990165702	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
ISR0851_000000011701	1214	0.5606147951064692	1	1	1	1	0	True	91127	fragment	False	ISR0074_000000025503	0.9201563345587015		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	93.245	100.0	0.002343857181226728	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
CHI0103_000000002265	1214	0.5606147951064692	2	1	1	1	0	True	83262	fragment	False	CHI0103_000000002265	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	93.837	100.0	0.0002177254351232949	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	True
CHI0066_000000008434	1213	0.5606147951064692	3	1	1	1	0	True	85199	maximal	True	CHI0066_000000008434	1.0		2	2	False	False	0.9901071786880493	0					non-mobilizable	no_good_hit								True	True
MON0025_000000035657	1213	0.5606147951064692	1	1	1	1	0	True	55826	fragment	False	FIJ0134_000000012567	0.6378316032295271		0	0	False	False	0.9958779811859131	0					non-mobilizable	other	1217.0	95.89200000000001	100.0	0.00824859753491748	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
SPA0111_000000028068	1212	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.3316379839743484		0	0	False	False	0.9991748929023743	0					non-mobilizable	other	1190.0	90.084	99.0	0.0022916855869207745	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
USA0032_01_000000017113	1212	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.4257057167920538		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	100.0	100.0	0.00021527021300196534	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0097_000000026990	1210	0.5606147951064692	2	1	1	1	0	True	17513	fragment	False	SPA0097_000000026990	0.9938704028021015		0	0	False	False	0.9991735816001892	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.014859658778205834	XM_015177193.2	flies	PREDICTED: Drosophila willistoni probable isocitrate dehydrogenase [NAD] subunit alpha, mitochondrial (LOC6648969), mRNA	True	True
CHI0106_000000016978	1210	0.5606147951064692	1	1	1	1	0	True	83108	fragment	False	CHI0106_000000016978	1.0		0	0	False	False	0.9628099203109741	0					non-mobilizable	other	1167.0	100.0	96.0	0.005015549925368961	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0055_000000001397	1209	0.5606147951064692	1	1	1	1	0	True	104314	fragment	False	DEN0055_000000001397	0.9427127211457456		0	0	False	False	1.0	0					non-mobilizable	plasmid	988.0	95.95100000000001	100.0	0.3323232323232323	CP021591.1	other sequences	Unidentified plasmid plasmid FAKO27_6407, complete sequence	False	True
MON0016_000000032463	1209	0.5606147951064692	2	1	1	1	0	True	13320	fragment	False	MON0016_000000032463	1.0		0	0	False	False	0.9991728663444519	0					non-mobilizable	no_good_hit								True	True
SPA0056_000000029569	1208	0.5606147951064692	1	1	1	1	0	True	6355	maximal	True	SPA0056_000000029569	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1124.0	84.698	94.0	0.00020708209615412856	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0115_000000030471	1208	0.5606147951064692	1	1	1	1	0	True	32437	maximal	True	ISR0115_000000030471	1.0		1	1	False	False	0.9900662302970886	0					non-mobilizable	no_good_hit	190.0	95.26299999999999	16.0	3.3898371963427784e-05	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
ISR0062_000000032117	1208	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.5052289823495514		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	100.0	100.0	0.03728876394080756	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ETH0005_000000037639	1208	0.5606147951064692	1	1	1	1	0	True	52691	fragment	False	ETH0005_000000037639	1.0		0	0	False	False	0.9908940196037292	0					non-mobilizable	no_good_hit								True	True
FIJ0069_000000018188	1207	0.5606147951064692	1	1	1	1	0	True	47729	fragment	False	FIJ0061_000000020843	0.7523853517374867		0	0	False	False	0.9975144863128662	0					non-mobilizable	other	825.0	93.212	100.0	0.0017955473041731222	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0305_000000015791	1207	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.6569114626054698		0	0	False	False	0.9950289726257324	0					non-mobilizable	chromosome	1207.0	99.917	100.0	0.0002491773119718541	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
MON0016_000000032521	1207	0.5606147951064692	2	1	1	1	0	True	13319	fragment	False	MON0016_000000032521	0.9730737365368682		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	95.609	100.0	0.00035316463035728194	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0016_000000032528	1207	0.5606147951064692	2	1	1	1	0	True	13319	fragment	False	MON0016_000000032521	0.9730737365368682		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	97.1	100.0	0.00035316463035728194	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0091_000000017474	1207	0.5606147951064692	1	1	1	1	0	True	47729	fragment	False	FIJ0061_000000020843	0.7549708514469746		0	0	False	False	1.0	0					non-mobilizable	other	825.0	93.57600000000001	100.0	0.0017955473041731222	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0368_000000011044	1205	0.5606147951064692	1	1	1	1	0	True	78005	fragment	False	ISR0368_000000011044	0.9026442934541723		0	0	False	False	0.9875518679618835	0					non-mobilizable	other	1205.0	97.344	100.0	0.0032508734697404163	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
USA0079_01_000000011166	1205	0.5606147951064692	1	1	1	1	0	True	1136	fragment	False	USA0079_01_000000011166	0.9963636363636363		0	0	False	False	0.9958506226539612	0		MOBV			mobilizable	plasmid	1197.0	99.916	99.0	0.39148936170212767	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
ISR0138_000000024028	1205	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12975134553289036	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1215.0	95.556	100.0	0.0004283868763998	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0092_000000046394	1204	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.0815868339427113		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	95.609	100.0	0.0026279490883893025	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
TAN0027_000000010301	1204	0.5606147951064692	1	1	1	1	0	True	12960	fragment	False	MON0060_000000034432	0.7086929714223598		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	96.927	100.0	0.00021576582789419906	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ETH0004_000000024174	1204	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.13126048330547774	PS1133	0	0	False	True	0.9975082874298096	0					non-mobilizable	chromosome	1213.0	93.405	100.0	0.0004273282597365385	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0078_000000020021	1203	0.5606147951064692	2	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.4410673494155343		0	0	False	False	0.9983375072479248	0					non-mobilizable	other	1203.0	99.751	100.0	0.00033379431383330277	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0261_000000015266	1203	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.26053535446327863		0	0	False	False	0.9642560482025146	0					non-mobilizable	other	1212.0	83.911	100.0	0.008160413515218528	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MAD0106_000000018858	1203	0.5606147951064692	1	1	1	1	0	True	44797	fragment	False	MAD0106_000000018858	1.0		0	0	False	False	0.969243586063385	0					non-mobilizable	no_good_hit	90.0	96.667	7.0	0.0008432661878683367	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0048_000000028878	1202	0.5606147951064692	1	1	1	1	0	True	46710	fragment	False	FIJ0048_000000028878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0137_000000014752	1202	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.39396635020536014		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	99.917	100.0	0.000213492589442907	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0770_000000010462	1202	0.5606147951064692	2	1	1	1	0	True	22526	fragment	False	ISR0770_000000010462	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	88.235	100.0	0.00028236050554315156	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
CHI0036_000000008092	1202	0.5606147951064692	1	1	1	1	0	True	91405	fragment	False	CHI0177_000000013720	0.6407347379794706		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	100.0	100.0	0.008089721137006602	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
AST0006_000000010457	1202	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08256867263424625	PS1133	0	0	False	True	0.9916805028915405	0					non-mobilizable	chromosome	1202.0	94.01	100.0	0.0003871043018859167	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0070_000000029249	1200	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.4290319049015433		0	0	False	False	1.0	0					non-mobilizable	chromosome	1200.0	99.417	100.0	0.0002432287294141294	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0048_000000034435	1200	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.27937130251912645		0	0	False	False	0.9941666722297668	0					non-mobilizable	other	1201.0	99.5	100.0	0.00031936204238413343	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MAD0004_000000009438	1200	0.5606147951064692	1	1	1	1	0	True	20019	fragment	False	MAD0004_000000009438	1.0		0	0	False	False	0.9991666674613953	0					non-mobilizable	no_good_hit	928.0	86.09899999999999	85.0	0.301880567469482	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
CHI0065_000000011373	1200	0.5606147951064692	2	1	1	1	0	True	85227	fragment	False	CHI0065_000000011373	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1202.0	94.01	100.0	0.32204301075268815	LN852914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0241	False	True
MON0083_000000034386	1199	0.5606147951064692	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.6920864307170107		0	0	False	False	0.9983319640159607	0					non-mobilizable	other	1199.0	95.24600000000001	100.0	0.04089168490153173	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
MON0038_000000029450	1197	0.5606147951064692	2	1	1	1	0	True	11973	fragment	False	MON0038_000000029450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	87.5	7.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
CHI0107_000000012887	1197	0.5606147951064692	1	1	1	1	0	True	82962	fragment	False	ENG0129_000000020784	0.5249418498986669		0	0	False	False	0.9924812316894531	0					non-mobilizable	plasmid	1199.0	98.249	100.0	0.2958024691358025	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
MON0058_000000045240	1196	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.12948446136339611		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	96.07	100.0	0.00034994339409365834	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0327_000000024893	1196	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12936945548260045	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1199.0	93.32799999999999	100.0	0.0004022300035308726	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0016_000000018927	1196	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.22679228068743706		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	97.324	100.0	0.0015608734099010315	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0333_000000020309	1195	0.5606147951064692	3	1	1	1	0	True	93137	fragment	False	ENG0082_000000009793	0.08432894913601183		0	0	False	False	1.0	0		MOBV			mobilizable	other	1196.0	99.916	100.0	0.002337463177619817	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	True
ENG0099_000000013626	1195	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.30470094674774245		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	98.24600000000001	100.0	0.000577418773931377	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
ISR0074_000000025503	1195	0.5606147951064692	1	1	1	1	0	True	91127	fragment	False	ISR0074_000000025503	0.9246688551531017		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	94.728	100.0	0.0003133040059092179	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0186_000000027708	1194	0.5606147951064692	1	1	1	1	0	True	78005	fragment	False	ISR0368_000000011044	0.7342973787083344		0	0	False	False	0.999162495136261	0					non-mobilizable	other	1194.0	96.48200000000001	100.0	0.024376787903555373	NZ_QSFT01000028.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf28, whole genome shotgun sequence	False	True
CHI0120_000000014162	1193	0.5606147951064692	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.9261161255534407		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	97.904	100.0	0.04075492341356674	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ENG0123_000000009731	1193	0.5606147951064692	2	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.5764080625140455		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	92.881	100.0	0.00617779827830152	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	False	True
ENG0017_000000017018	1193	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.3558759832517589		0	0	False	False	1.0	0					non-mobilizable	chromosome	1193.0	100.0	100.0	0.00022479351810153575	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0236_000000009690	1193	0.5606147951064692	1	1	1	1	0	True	27321	fragment	False	ISR0236_000000009690	0.9683582434770956		0	0	False	False	0.9991617798805237	0					non-mobilizable	other	1193.0	96.14399999999999	100.0	0.004762095161935226	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	True
MON0014_000000013991	1193	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12316838733291388	PS1133	0	0	False	True	0.9991617798805237	0					non-mobilizable	chromosome	1203.0	95.179	100.0	0.000418971240865939	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
DEN0001_000000037262	1192	0.5606147951064692	1	1	1	1	0	True	76712	fragment	False	DEN0001_000000037262	1.0		0	0	False	False	0.9991610646247864	0					non-mobilizable	other	1192.0	97.399	100.0	0.0013067807768268598	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0132_000000016290	1192	0.5606147951064692	1	1	1	1	0	True	58287	fragment	False	ENG0132_000000016290	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1192.0	87.416	99.0	0.4444861215303826	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	False	True
SPA0012_000000019926	1192	0.5606147951064692	2	1	1	1	0	True	128159	fragment	False	MAD0102_000000004786	0.00415085661722433		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	100.0	100.0	0.0006559458191108695	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ENG0123_000000009745	1191	0.5606147951064692	2	1	1	1	0	True	58957	maximal	True	ENG0123_000000009745	1.0		5	2	False	False	1.0	0					non-mobilizable	other	1196.0	91.72200000000001	100.0	0.00032880740710347655	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0090_000000026623	1191	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.04867355158759086	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1202.0	95.34100000000001	100.0	0.0004234466653045799	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0149_000000010201	1191	0.5606147951064692	1	1	1	1	0	True	106417	fragment	False	MON0067_000000010968	0.1351425611988795		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	92.083	100.0	0.0003197438621363014	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0025_000000032733	1191	0.5606147951064692	1	1	1	1	0	True	119653	fragment	False	AST0025_000000032733	1.0		0	0	False	False	0.9991603493690491	0					non-mobilizable	no_good_hit								True	True
SPA0077_000000023461	1191	0.5606147951064692	1	1	1	1	0	True	19262	fragment	False	SPA0077_000000023461	0.9867066895368782		0	0	False	False	1.0	0					non-mobilizable	plasmid	1196.0	98.74600000000001	100.0	0.3939993405868777	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
AST0060_000000025854	1191	0.5606147951064692	1	1	1	1	0	True	112245	fragment	False	AST0060_000000025854	0.953782567820362		0	0	False	False	0.9857262969017029	0					non-mobilizable	other	1220.0	81.066	99.0	0.011194479739568358	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
FIJ0165_000000013530	1190	0.5606147951064692	2	1	1	1	0	True	39044	fragment	False	FIJ0165_000000013530	1.0		0	0	False	False	0.9806722402572632	0					non-mobilizable	no_good_hit	188.0	93.617	16.0	0.011710921843687374	NZ_CABIWU010000052.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
FIJ0136_000000023708	1190	0.5606147951064692	2	1	1	1	0	True	40509	fragment	False	FIJ0136_000000023708	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	94.05799999999999	99.0	0.0003565211412190236	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
DEN0081_000000008236	1189	0.5606147951064692	1	1	1	1	0	True	69352	fragment	False	DEN0081_000000008236	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	92.11200000000001	99.0	0.000355474227665853	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	True
DEN0062_000000018727	1188	0.5606147951064692	1	1	1	1	0	True	71608	fragment	False	DEN0062_000000018727	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	93.802	100.0	0.1578251091414208	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
MON0062_000000029535	1188	0.5606147951064692	3	1	1	1	0	True	93137	fragment	False	ENG0082_000000009793	0.08438873377985415		0	0	False	False	1.0	0		MOBV			mobilizable	other	1189.0	98.991	100.0	0.00037263959634474433	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0032_000000031914	1188	0.5606147951064692	1	1	1	1	0	True	48346	fragment	False	FIJ0032_000000031914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000035464	1188	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.14859324144385183	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1190.0	95.714	100.0	0.00038323648205025395	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0009_000000037647	1188	0.5606147951064692	1	1	1	1	0	True	51148	fragment	False	FIJ0009_000000037647	0.9821268990169794		0	0	False	False	0.9991582632064819	0					non-mobilizable	other	1184.0	94.34100000000001	99.0	0.002577830656355344	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0002_000000032906	1187	0.5606147951064692	2	1	1	1	0	True	52280	fragment	False	FIJ0002_000000032906	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	96.962	99.0	0.03691463490677808	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	False	True
CHI0134_000000014723	1187	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.13358843106966675	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1189.0	92.094	100.0	0.00039953725036915964	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0124_000000011471	1187	0.5606147951064692	2	1	1	1	0	True	32067	fragment	False	ISR0124_000000011471	1.0		0	0	False	False	0.9966301321983337	0					non-mobilizable	chromosome	1178.0	96.604	99.0	0.0002078041940539203	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
FIJ0030_000000032700	1187	0.5606147951064692	2	1	1	1	0	True	48644	maximal	True	FIJ0030_000000032700	1.0		1	1	False	False	0.9983150959014893	0					non-mobilizable	no_good_hit	938.0	76.546	78.0	0.0002578219747653247	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0211_000000019422	1186	0.5606147951064692	1	1	1	1	0	True	131210	fragment	False	MON0061_000000038099	0.9181523500810373		0	0	False	False	0.9856660962104797	0					non-mobilizable	other	1191.0	89.505	100.0	0.008051879337127508	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ENG0138_000000016794	1186	0.5606147951064692	3	1	1	1	0	True	57888	fragment	False	ENG0138_000000016794	1.0		0	0	False	False	0.9957841634750366	0					non-mobilizable	no_good_hit	368.0	89.67399999999999	31.0	8.258195070785176e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0060_000000036379	1185	0.5606147951064692	3	1	1	1	0	True	39073	fragment	False	MON0066_000000029011	0.642186247301881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0065_000000016305	1185	0.5606147951064692	1	1	1	1	0	True	6085	fragment	False	SPA0065_000000016305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0145_000000014631	1185	0.5606147951064692	1	1	1	1	0	True	84294	fragment	False	MON0094_000000030752	0.9417076579652757		0	0	False	False	0.9797468185424805	0					non-mobilizable	other	1171.0	98.634	99.0	0.0003426224025854228	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0005_000000046324	1185	0.5606147951064692	3	1	1	1	0	True	39073	fragment	False	MON0066_000000029011	0.642186247301881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0014_000000028774	1185	0.5606147951064692	1	1	1	1	0	True	37998	fragment	False	ISR0014_000000028774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0043_000000025800	1185	0.5606147951064692	3	1	1	1	0	True	47158	fragment	False	FIJ0043_000000025800	1.0		0	0	False	False	0.9940928220748901	0					non-mobilizable	no_good_hit	278.0	84.53200000000001	23.0	0.00013596820527427616	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
ISR0811_000000013727	1184	0.5606147951064692	1	1	1	1	0	True	114392	fragment	False	AST0052_000000020150	0.9705882352941176		0	0	False	False	0.9974662065505981	0					non-mobilizable	no_good_hit								True	True
ENG0122_000000025378	1184	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.4204522575438203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	100.0	100.0	0.000210292867036602	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0056_000000030168	1183	0.5606147951064692	2	1	1	1	0	True	111280	fragment	False	AST0084_000000022826	0.3640673374613003		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	100.0	100.0	0.005844887948256423	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0140_000000015853	1183	0.5606147951064692	1	1	1	1	0	True	57763	fragment	False	ENG0140_000000015853	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	97.46799999999999	100.0	0.004950184061412436	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
USA0051_01_000000016940	1183	0.5606147951064692	1	1	1	1	0	True	97093	fragment	False	ENG0061_000000013854	0.37680535298503076		0	0	False	False	0.9991546869277954	0					non-mobilizable	other	1183.0	100.0	100.0	0.002283956461838411	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
MON0062_000000029701	1182	0.5606147951064692	1	1	1	1	0	True	55826	fragment	False	FIJ0134_000000012567	0.6211072664359861		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	92.965	100.0	0.008079012881650261	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MAD0071_000000005253	1182	0.5606147951064692	2	1	1	1	0	True	16326	fragment	False	MAD0071_000000005253	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0014_000000021817	1182	0.5606147951064692	2	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.40385167217570683		0	0	False	False	0.9839255213737488	0					non-mobilizable	chromosome	1182.0	98.223	100.0	0.00029332120905547056	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ETH0001_000000031690	1182	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12780003781123453	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1188.0	94.19200000000001	100.0	0.00041885932643044696	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0370_000000022896	1182	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.3624957885203426		0	0	False	False	1.0	0					non-mobilizable	chromosome	1182.0	99.915	100.0	0.0002099373423247903	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
USA0052_01_000000012729	1182	0.5606147951064692	1	1	1	1	0	True	72446	fragment	False	DEN0051_000000033439	0.3653376729048007		0	0	False	False	0.9788494110107422	0					non-mobilizable	other	1180.0	90.59299999999999	99.0	0.00045425532410534996	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ITA0001_000000003235	1182	0.5606147951064692	2	1	1	1	0	True	20447	fragment	False	ITA0001_000000003235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	76.42699999999999	66.0	0.0016707197477401371	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0081_01_000000025719	1181	0.5606147951064692	3	1	1	1	0	True	93137	fragment	False	ENG0082_000000009793	0.08408026200308252		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	99.831	100.0	0.002310078671773225	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	True
ISR0079_000000024746	1181	0.5606147951064692	1	1	1	1	0	True	34336	fragment	False	ISR0079_000000024746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0279_000000019564	1180	0.5606147951064692	2	1	1	1	0	True	26212	fragment	False	ISR0279_000000019564	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1180.0	99.492	100.0	0.00031423983968966547	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0010_000000022670	1180	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.1638431014478873		0	0	False	False	1.0	0					non-mobilizable	chromosome	1185.0	89.705	100.0	0.0003294081196025515	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
MAD0050_000000020469	1180	0.5606147951064692	1	1	1	1	0	True	77261	fragment	False	MAD0050_000000020469	0.9635463546354635		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	90.90899999999999	100.0	0.0025712934695683058	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ENG0156_000000015285	1180	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.34634599408045574		0	0	False	False	0.9940677881240845	0					non-mobilizable	other	1180.0	98.898	100.0	0.0012636529223851074	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	True
ENG0177_000000021921	1180	0.5606147951064692	3	1	1	1	0	True	55490	fragment	False	ISR0141_000000024596	0.9502407704654896		0	0	False	False	0.9940677881240845	0					non-mobilizable	no_good_hit	133.0	81.203	11.0	2.7265717735144623e-05	NZ_CP021850.1	firmicutes	Pseudoclostridium thermosuccinogenes strain DSM 5807 chromosome, complete genome	True	True
FIJ0032_000000032199	1179	0.5606147951064692	2	1	1	1	0	True	48339	fragment	False	FIJ0032_000000032199	0.9832330180567497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	94.545	5.0	0.0005116446533133729	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ENG0050_000000024314	1179	0.5606147951064692	2	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.0858362139666161		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	94.585	100.0	0.0003316177268223097	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0164_000000019317	1178	0.5606147951064692	1	1	1	1	0	True	101016	fragment	False	SPA0136_000000029886	0.353477675846466		0	0	False	False	0.9991511106491089	0					non-mobilizable	chromosome	1179.0	93.384	100.0	0.00023876209164525557	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
SPA0010_000000022705	1178	0.5606147951064692	2	1	1	1	0	True	8066	fragment	False	SPA0010_000000022705	1.0		0	0	False	False	0.9881154298782349	0					non-mobilizable	no_good_hit	1028.0	81.226	89.0	0.00021415523889397055	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
FIJ0058_000000036880	1178	0.5606147951064692	1	1	1	1	0	True	49291	fragment	False	FIJ0023_000000028720	0.9731656728026965		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	98.132	100.0	0.0012914197937239412	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0132_000000030250	1178	0.5606147951064692	1	1	1	1	0	True	49291	fragment	False	FIJ0023_000000028720	0.9728920001152307		0	0	False	False	0.9991511106491089	0					non-mobilizable	other	1178.0	98.387	100.0	0.0012914197937239412	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0101_000000023932	1178	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03882010152333752	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1179.0	92.875	100.0	0.0004149777319984883	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0037_000000020966	1178	0.5606147951064692	2	1	1	1	0	True	7060	maximal	True	SPA0037_000000020966	1.0		32	7	False	False	1.0	0					non-mobilizable	other	1121.0	85.63799999999999	95.0	0.14282061117504155	MG827401.1	CFB group bacteria	Prevotella bivia strain 3721 transposon Tn6456, complete sequence	False	True
ISR0086_000000024605	1178	0.5606147951064692	2	1	1	1	0	True	83440	fragment	False	USA0024_01_000000014517	0.2446808510638298		0	0	False	False	0.9991511106491089	0					non-mobilizable	chromosome	1178.0	99.321	100.0	0.00021110255979341004	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ITA0002_000000009621	1177	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03647454501689273	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1179.0	94.402	100.0	0.00041533060421957546	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0124_000000025146	1177	0.5606147951064692	2	1	1	1	0	True	83920	fragment	False	ENG0018_000000017375	0.9361628905559344		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	97.02600000000001	100.0	0.04531093473067735	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
ISR0138_000000024578	1177	0.5606147951064692	1	1	1	1	0	True	31333	fragment	False	ISR0138_000000024578	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	901.0	96.226	90.0	0.00018153097041529804	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
TAN0014_000000005958	1177	0.5606147951064692	1	1	1	1	0	True	2538	fragment	False	TAN0014_000000005958	1.0		0	0	False	False	0.9864060878753662	0					non-mobilizable	no_good_hit								True	True
ISR0134_000000027431	1177	0.5606147951064692	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.7537687757879243		0	0	False	False	0.9915038347244263	0					non-mobilizable	other	1177.0	99.915	100.0	0.04020787746170678	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0800_000000011469	1176	0.5606147951064692	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.46246102408456186		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	92.77799999999999	100.0	0.006089692094802254	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	False	True
ENG0123_000000009901	1176	0.5606147951064692	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.6253407082638264		0	0	False	False	0.9982993006706238	0					non-mobilizable	chromosome	1178.0	96.859	100.0	0.00026284242495960613	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
MAD0040_000000029323	1176	0.5606147951064692	1	1	1	1	0	True	18317	fragment	False	MAD0040_000000029323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0002_000000039516	1176	0.5606147951064692	1	1	1	1	0	True	20119	fragment	False	MAD0002_000000039516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0001_000000031938	1176	0.5606147951064692	1	1	1	1	0	True	53409	maximal	True	ETH0001_000000031938	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	91.985	89.0	0.002277120064151593	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0293_000000029654	1176	0.5606147951064692	2	1	1	1	0	True	25798	fragment	False	ISR0293_000000029654	1.0		0	0	False	False	0.9940476417541504	0					non-mobilizable	other	1177.0	97.536	100.0	0.00034232956292509336	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
CHI0028_000000012802	1176	0.5606147951064692	1	1	1	1	0	True	115117	fragment	False	AST0153_000000020826	0.28955133023374896		0	0	False	False	0.9982993006706238	0					non-mobilizable	chromosome	1176.0	100.0	100.0	0.00022158757027626217	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
CHI0066_000000008638	1175	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.28593716882892034		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	96.085	100.0	0.00022385279257312112	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
DEN0078_000000030449	1175	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.0873750057414504		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	95.32700000000001	100.0	0.0003302125669628931	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0120_000000014442	1174	0.5606147951064692	2	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.463242748228224		0	0	False	False	0.9931856989860535	0					non-mobilizable	other	1175.0	92.766	100.0	0.006079326661449398	NZ_GL882691.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld359, whole genome shotgun sequence	False	True
MON0087_000000044156	1174	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.042804477530355635	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1185.0	94.93700000000001	100.0	0.00041234856734143576	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
USA0058_01_000000014883	1174	0.5606147951064692	2	1	1	1	0	True	131211	fragment	False	MON0019_000000057025	0.5601178395861118		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	90.67	100.0	0.00036636620246688665	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0055_000000014708	1173	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.36065894781280244		0	0	False	False	0.95652174949646	0					non-mobilizable	chromosome	1173.0	99.915	100.0	0.0002083374811216378	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0149_000000015485	1173	0.5606147951064692	1	1	1	1	0	True	63491	fragment	False	ENG0149_000000015485	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1096.0	100.0	93.0	0.02850968548219121	NZ_JXQL01000065.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig65, whole genome shotgun sequence	False	True
ETH0004_000000024944	1172	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.04248584108374059	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1173.0	92.92399999999999	100.0	0.0003938151499005196	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0091_000000017981	1172	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.09758344769456774		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	94.38600000000001	97.0	0.002481951916812119	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ENG0081_000000021056	1172	0.5606147951064692	2	1	1	1	0	True	61647	maximal	True	ENG0081_000000021056	1.0		1	1	False	False	0.961604118347168	0					non-mobilizable	no_good_hit	77.0	100.0	7.0	0.0002617368305047388	NZ_JAAWUO010000002.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_2_length_290368_cov_102.031, whole genome shotgun sequence	True	True
ENG0037_000000030691	1171	0.5606147951064692	1	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.1423781101200456		0	0	False	False	0.97608882188797	0					non-mobilizable	plasmid	1171.0	93.595	98.0	0.30793650793650795	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
CHI0137_000000015222	1171	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.5890509451263742		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	98.20700000000001	100.0	0.01145105408420929	NZ_PUEC01000007.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq7, whole genome shotgun sequence	False	True
MON0105_000000046842	1171	0.5606147951064692	2	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.1641471779163655		0	0	False	False	0.975234866142273	0					non-mobilizable	other	1171.0	97.95	100.0	0.00036699354185467243	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0376_000000021291	1171	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.4512562654127706		0	0	False	False	0.9914602637290955	0					non-mobilizable	other	1171.0	100.0	100.0	0.00031089594631544457	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
DEN0079_000000054037	1170	0.5606147951064692	1	1	1	1	0	True	69413	fragment	False	DEN0079_000000054037	0.9756944444444444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0071_000000032281	1170	0.5606147951064692	1	1	1	1	0	True	44796	fragment	False	FIJ0071_000000032281	0.9794220665499125		0	0	False	False	0.9982905983924866	0					non-mobilizable	no_good_hit	90.0	96.667	8.0	0.0008432661878683367	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
SPA0013_000000024251	1170	0.5606147951064692	1	1	1	1	0	True	64896	fragment	False	SPA0013_000000024251	0.9724890829694324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.282554963768982e-07	CP039346.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu03	True	True
FIJ0001_000000018610	1170	0.5606147951064692	2	1	1	1	0	True	82962	fragment	False	ENG0129_000000020784	0.5301977160523322		0	0	False	False	0.9982905983924866	0					non-mobilizable	plasmid	1164.0	98.024	99.0	0.2869135802469136	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
ENG0148_000000030682	1170	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.194696736667043		0	0	False	False	1.0	0					non-mobilizable	chromosome	1091.0	95.417	100.0	0.0001677069110941045	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
CHI0001_000000008068	1169	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.04970907616250282	PS1133	0	0	False	True	0.9991445541381836	0					non-mobilizable	chromosome	1169.0	94.26899999999999	100.0	0.00041180188200870397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0061_000000016257	1169	0.5606147951064692	1	1	1	1	0	True	16797	fragment	False	MON0076_000000038935	0.9062672637728175		0	0	False	False	0.9974337220191956	0					non-mobilizable	no_good_hit	826.0	93.584	71.0	0.0001672958873432743	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ENG0167_000000021994	1168	0.5606147951064692	2	1	1	1	0	True	56020	fragment	False	ISR0816_000000029621	0.9674698795180723		0	0	False	False	0.988869845867157	0					non-mobilizable	other	1177.0	84.962	100.0	0.15491467125281122	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
FIJ0094_000000017324	1168	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.08464561021798978		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	94.361	97.0	0.002471056605500389	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0145_000000014887	1168	0.5606147951064692	1	1	1	1	0	True	40002	fragment	False	FIJ0145_000000014887	1.0		0	0	False	False	0.994006872177124	0					non-mobilizable	other	1168.0	96.06200000000001	100.0	0.0012804476629361423	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0022_000000027368	1168	0.5606147951064692	2	1	1	1	0	True	20407	fragment	False	MON0022_000000027368	0.9946714031971581		0	0	False	False	0.965753436088562	0					non-mobilizable	other	1168.0	98.20200000000001	100.0	0.0012804476629361423	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0019_000000057025	1167	0.5606147951064692	1	1	1	1	0	True	131211	fragment	False	MON0019_000000057025	0.9142793381084982		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	92.14299999999999	100.0	0.00036699354185467243	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0040_000000037379	1167	0.5606147951064692	1	1	1	1	0	True	85271	fragment	False	CHI0064_000000016065	0.9939352011207933		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	90.325	100.0	0.0002858774340955669	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
CHI0106_000000017675	1166	0.5606147951064692	2	1	1	1	0	True	91112	fragment	False	ISR0021_000000020584	0.9379663251607603		0	0	False	False	0.9982847571372986	0					non-mobilizable	chromosome	1166.0	95.626	100.0	0.00020225385445500139	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	True
FIJ0151_000000014544	1166	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.21789879986478988		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	92.802	100.0	0.012879759430416133	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
SPA0149_000000034791	1166	0.5606147951064692	1	1	1	1	0	True	4957	fragment	False	SPA0149_000000034791	0.9549071618037135		0	0	False	False	0.9871355295181274	0					non-mobilizable	chromosome	1166.0	96.055	100.0	0.00023652877276081864	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ENG0013_000000023532	1166	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.04973546131189654	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1169.0	95.038	100.0	0.0004121547542297911	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0022_000000012488	1166	0.5606147951064692	1	1	1	1	0	True	19262	fragment	False	SPA0077_000000023461	0.9764903442485307		0	0	False	False	1.0	0					non-mobilizable	plasmid	1171.0	98.292	100.0	0.3857566765578635	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
ISR0379_000000021723	1165	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.13686952197688804	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1165.0	95.10700000000001	100.0	0.0004107432653454425	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0008_000000026061	1165	0.5606147951064692	1	1	1	1	0	True	11385	fragment	False	SPA0008_000000026061	0.993886462882096		0	0	False	False	0.9931330680847168	0					non-mobilizable	no_good_hit								True	True
ISR0091_000000024633	1164	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.28809760184173594		0	0	False	False	1.0	0					non-mobilizable	chromosome	1164.0	97.68	100.0	0.00023609261245306315	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
ISR0226_000000007203	1164	0.5606147951064692	1	1	1	1	0	True	27644	maximal	True	ISR0226_000000007203	1.0		0	0	False	False	0.9871134161949158	0					non-mobilizable	no_good_hit	42.0	100.0	4.0	1.3800359953778892e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0259_000000016260	1164	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.11677616057679795		0	0	False	False	0.9896907210350037	0					non-mobilizable	other	1176.0	85.374	100.0	0.007902644842252355	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0045_000000020455	1163	0.5606147951064692	1	1	1	1	0	True	48339	fragment	False	FIJ0032_000000032199	0.9762510602205259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	92.941	7.0	0.0007958916829319133	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ISR0365_000000014960	1163	0.5606147951064692	1	1	1	1	0	True	23641	fragment	False	ISR0365_000000014960	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	96.99799999999999	100.0	0.00030569444462666574	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
SPA0048_000000017724	1163	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.3766966413324871		0	0	False	False	0.9922614097595215	0					non-mobilizable	other	1163.0	100.0	100.0	0.00045114930479522793	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ISR0844_000000011156	1163	0.5606147951064692	1	1	1	1	0	True	20698	maximal	True	ISR0844_000000011156	1.0		47	9	False	False	0.9991401433944702	0					non-mobilizable	no_good_hit	1006.0	71.869	85.0	0.0002057622149491861	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	True
ISR0095_000000031202	1162	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.032113222958419244	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1166.0	94.34	100.0	0.00041109613756652963	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0017_000000026032	1162	0.5606147951064692	2	1	1	1	0	True	50073	fragment	False	FIJ0017_000000026032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0088_000000004840	1162	0.5606147951064692	1	1	1	1	0	True	83920	fragment	False	ENG0018_000000017375	0.9260349483193778		0	0	False	False	0.9982788562774658	0					non-mobilizable	other	1162.0	97.935	100.0	0.04473298913462279	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	False	True
USA0075_01_000000021202	1162	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.2878141797852017		0	0	False	False	1.0	0					non-mobilizable	chromosome	1162.0	99.914	100.0	0.00022137401377972198	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
FIJ0134_000000012507	1162	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.17330708491567473		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	94.406	100.0	0.012835537080440454	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
FIJ0134_000000012511	1162	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.17357770854232119		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	95.525	100.0	0.012835537080440454	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
CHI0125_000000013460	1161	0.5606147951064692	2	1	1	1	0	True	111280	fragment	False	AST0084_000000022826	0.24767540152155537		0	0	False	False	0.9991386532783508	0					non-mobilizable	other	1161.0	100.0	100.0	0.005736099847696659	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
SPA0064_000000017413	1161	0.5606147951064692	1	1	1	1	0	True	6095	fragment	False	SPA0064_000000017413	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	100.0	100.0	0.0003082387160050562	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MAD0095_000000033144	1161	0.5606147951064692	1	1	1	1	0	True	15554	maximal	True	MAD0095_000000033144	1.0		2	1	False	False	0.9638242721557617	0					non-mobilizable	other	1110.0	83.15299999999999	94.0	0.01024846736721047	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
FIJ0037_000000029946	1161	0.5606147951064692	2	1	1	1	0	True	47714	fragment	False	FIJ0037_000000029946	1.0		0	0	False	False	0.975882887840271	0					non-mobilizable	other	1161.0	96.985	100.0	0.00033969400598212856	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0164_000000019612	1160	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.24200850815381864		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	96.72399999999999	100.0	0.001513851282071377	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0340_000000018125	1160	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.07401454205208062	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1060.0	95.37700000000001	100.0	0.00035645319978175235	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0048_000000017777	1160	0.5606147951064692	1	1	1	1	0	True	78260	fragment	False	MON0029_000000025589	0.7296354809412505		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	99.82799999999999	100.0	0.00241638555422586	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0838_000000021478	1160	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.04186255431482783		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	95.09899999999999	100.0	0.0025320703488460774	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MAD0013_000000022077	1160	0.5606147951064692	2	1	1	1	0	True	19537	fragment	False	MAD0013_000000022077	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	95.69	100.0	0.001270572745227123	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0126_000000043084	1159	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.08580541179109173		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	94.397	100.0	0.0003257160554127601	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0032_000000028029	1159	0.5606147951064692	2	1	1	1	0	True	12365	fragment	False	MON0032_000000028029	1.0		0	0	False	False	0.9439171552658081	0					non-mobilizable	other	1078.0	92.39299999999999	93.0	0.01121617962550249	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	True
CHI0103_000000002450	1159	0.5606147951064692	1	1	1	1	0	True	83261	maximal	True	CHI0103_000000002450	1.0		22	7	False	False	0.9508196711540222	0					non-mobilizable	other	1150.0	83.391	98.0	0.02939491772547386	NZ_JXQL01000065.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig65, whole genome shotgun sequence	False	True
MON0091_000000010845	1158	0.5606147951064692	2	1	1	1	0	True	131211	fragment	False	MON0019_000000057025	0.3646958011996572		0	0	False	False	0.9749568104743958	0					non-mobilizable	other	1147.0	89.45100000000001	98.0	0.0003582107904256717	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0390_000000013859	1158	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.40010201985329846		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	100.0	100.0	0.00030744154691193966	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0145_000000023417	1157	0.5606147951064692	2	1	1	1	0	True	31046	fragment	False	ISR0145_000000023417	1.0		0	0	False	False	0.9827139377593994	0					non-mobilizable	no_good_hit	972.0	95.06200000000001	84.0	0.00030639865146727405	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
AST0116_000000023263	1157	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.10729960856946123	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1158.0	92.14200000000001	100.0	0.00037292229582181987	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
AST0104_000000030789	1156	0.5606147951064692	1	1	1	1	0	True	107613	fragment	False	AST0104_000000030789	1.0		0	0	False	False	0.9965397715568542	0					non-mobilizable	other	1156.0	100.0	100.0	0.005711375279387622	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0324_000000026733	1156	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.5939101900895943		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	100.0	100.0	0.002553287440478559	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
SPA0132_000000035830	1156	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.14920492487567252		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	100.0	100.0	0.00030691010084986196	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CHI0064_000000016065	1156	0.5606147951064692	1	1	1	1	0	True	85271	fragment	False	CHI0064_000000016065	0.9948526477767216		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	90.917	100.0	0.009200108330279906	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
SPA0039_000000024761	1156	0.5606147951064692	1	1	1	1	0	True	85271	fragment	False	CHI0064_000000016065	0.9946384232694379		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	90.917	100.0	0.009200108330279906	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
FIJ0134_000000012567	1156	0.5606147951064692	1	1	1	1	0	True	55826	fragment	False	FIJ0134_000000012567	0.903274778915574		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	94.315	100.0	0.007861944525468224	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0819_000000023413	1155	0.5606147951064692	3	1	1	1	0	True	124250	fragment	False	ISR0071_000000003227	0.007423902029866917		0	0	False	False	0.9965367913246155	0		MOBV			mobilizable	other	1147.0	98.51799999999999	100.0	0.00034650621352765097	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
AST0089_000000021012	1155	0.5606147951064692	1	1	1	1	0	True	109975	fragment	False	AST0089_000000021012	1.0		0	0	False	False	0.9696969985961914	0					non-mobilizable	other	1106.0	99.819	96.0	0.002181320004579785	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ITA0001_000000003366	1154	0.5606147951064692	1	1	1	1	0	True	20446	maximal	True	ITA0001_000000003366	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	99.179	53.0	0.0001891477710739549	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0001_000000028909	1153	0.5606147951064692	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.9105451154468115		0	0	False	False	0.9991326928138733	0					non-mobilizable	other	1153.0	97.83200000000001	100.0	0.03938730853391685	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
SPA0107_000000028836	1152	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.19798649861959783		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	98.87200000000001	100.0	0.0021459987657244284	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
ENG0180_000000015800	1152	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.24718833601640494		0	0	False	False	0.9965277910232544	0					non-mobilizable	other	1152.0	99.82600000000001	100.0	0.0020062610684255296	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
MAD0098_000000039892	1152	0.5606147951064692	1	1	1	1	0	True	15258	fragment	False	MAD0098_000000039892	0.9288888888888889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0102_000000026663	1151	0.5606147951064692	1	1	1	1	0	True	4885	fragment	False	SPA0102_000000026663	1.0		0	0	False	False	0.9739357233047485	0		MOBV			mobilizable	plasmid	1154.0	95.061	100.0	0.4143526866209881	HG796812.1	bacteria	Uncultured bacterium plasmid pRGF00097	False	True
MON0080_000000051133	1151	0.5606147951064692	2	1	1	1	0	True	83233	fragment	False	MON0005_000000027352	0.08006067461168004		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	92.26100000000001	99.0	0.00036384128773146864	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
SPA0097_000000028335	1151	0.5606147951064692	1	1	1	1	0	True	27321	fragment	False	ISR0236_000000009690	0.956941689724624		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	97.915	100.0	0.012289738602603286	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
MON0092_000000048561	1151	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.21500608929876355		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	93.31	100.0	0.0003212987516327094	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
CAN0001_000000037433	1150	0.5606147951064692	1	1	1	1	0	True	97017	fragment	False	CAN0001_000000037433	0.9690496948561464		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	98.522	100.0	0.0009028490426971378	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
MON0092_000000048585	1150	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.2135286470937182		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	91.74600000000001	100.0	0.0003212987516327094	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
USA0032_01_000000017837	1150	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03637468712174296	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1153.0	93.40799999999999	100.0	0.00037098838590398844	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0120_000000032137	1150	0.5606147951064692	1	1	1	1	0	True	91404	fragment	False	ISR0120_000000032137	1.0		0	0	False	False	0.9982608556747437	0					non-mobilizable	chromosome	1150.0	99.82600000000001	100.0	0.00021358826614101771	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
MON0004_000000042046	1150	0.5606147951064692	1	1	1	1	0	True	78260	fragment	False	MON0029_000000025589	0.5319050509956289		0	0	False	False	0.8860869407653809	0					non-mobilizable	other	1155.0	90.39	100.0	0.00021384219711411673	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ISR0046_000000033410	1149	0.5606147951064692	1	1	1	1	0	True	36126	fragment	False	ISR0046_000000033410	1.0		0	0	False	False	0.9982593655586243	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	6.869500106477252e-05	LR217717.1	enterobacteria	Buchnera aphidicola (Cinara laricifoliae) strain BuCilaricifoliae genome assembly, chromosome: 1	True	True
ISR0189_000000015162	1149	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.05065237651444548		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	94.77799999999999	100.0	0.00033617993005817553	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0027_000000032742	1149	0.5606147951064692	1	1	1	1	0	True	29872	fragment	False	SPA0027_000000032742	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0009_000000035056	1149	0.5606147951064692	1	1	1	1	0	True	13767	maximal	True	MON0009_000000035056	1.0		8	5	False	False	0.9834638833999634	0					non-mobilizable	no_good_hit	843.0	96.204	73.0	0.00014072617046607806	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	True
ISR0179_000000019396	1149	0.5606147951064692	2	1	1	1	0	True	29658	fragment	False	ISR0179_000000019396	1.0		0	0	False	False	0.9956483840942383	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.014859658778205834	XM_015177193.2	flies	PREDICTED: Drosophila willistoni probable isocitrate dehydrogenase [NAD] subunit alpha, mitochondrial (LOC6648969), mRNA	True	True
SPA0154_000000008975	1148	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.08494049867577848		0	0	False	False	0.99303138256073	0					non-mobilizable	other	1154.0	80.503	100.0	0.00035977913889513613	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0040_000000021868	1148	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.1451546336395305		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	90.235	99.0	0.012669703268031664	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
CHI0081_000000008205	1147	0.5606147951064692	1	1	1	1	0	True	84294	fragment	False	MON0094_000000030752	0.9306194937109742		0	0	False	False	1.0	0					non-mobilizable	chromosome	1147.0	96.251	100.0	0.00020554250936554623	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
USA0069_01_000000052019	1147	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.3741425904860229		0	0	False	False	0.9991281628608704	0					non-mobilizable	other	1147.0	100.0	100.0	0.03540424480212549	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
MAD0112_000000025463	1147	0.5606147951064692	1	1	1	1	0	True	94171	fragment	False	MAD0111_000000010598	0.1465201465201465		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1156.0	97.145	100.0	0.3055555555555556	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
SPA0021_000000027393	1147	0.5606147951064692	2	1	1	1	0	True	97017	fragment	False	CAN0001_000000037433	0.9678260869565217		0	0	False	False	0.9886660575866699	0					non-mobilizable	chromosome	1129.0	100.0	98.0	0.0004017765075434608	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ISR0022_000000023338	1147	0.5606147951064692	3	1	1	1	0	True	37564	fragment	False	MON0104_000000037957	0.9379111842105263		0	0	False	False	0.9938971400260925	0					non-mobilizable	other	1128.0	93.617	98.0	0.01221402174030844	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	False	True
MAD0041_000000033487	1146	0.5606147951064692	1	1	1	1	0	True	85271	fragment	False	CHI0064_000000016065	0.9896723773434976		0	0	False	False	0.9912739992141724	0					non-mobilizable	other	1146.0	90.838	100.0	0.009120453712701725	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0025_000000034731	1146	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.1260539107378738	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1139.0	98.244	100.0	0.0003823709489632395	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0003_000000011731	1146	0.5606147951064692	2	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.17902844921364888		0	0	False	False	1.0	0					non-mobilizable	chromosome	1142.0	97.898	100.0	0.00021756050794372332	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
ENG0075_000000021389	1145	0.5606147951064692	1	1	1	1	0	True	62062	fragment	False	ENG0075_000000021389	1.0		0	0	False	False	0.9860262274742126	0					non-mobilizable	other	1145.0	94.934	100.0	0.15134277020769943	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ENG0039_000000022999	1145	0.5606147951064692	1	1	1	1	0	True	64896	fragment	False	SPA0013_000000024251	0.9623931623931624		0	0	False	False	0.9991266131401062	0					non-mobilizable	no_good_hit								True	True
CHI0140_000000026210	1145	0.5606147951064692	2	1	1	1	0	True	80179	maximal	True	CHI0140_000000026210	1.0		7	3	False	False	1.0	0					non-mobilizable	other	1124.0	92.794	100.0	0.00027708623255664095	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	True
CHI0140_000000026220	1145	0.5606147951064692	1	1	1	1	0	True	80172	fragment	False	CHI0140_000000026220	1.0		0	0	False	False	0.9947597980499268	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.648802642133289e-06	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	True
MON0048_000000036151	1145	0.5606147951064692	1	1	1	1	0	True	11385	fragment	False	SPA0008_000000026061	0.9854077253218885		0	0	False	False	0.9921397566795349	0					non-mobilizable	no_good_hit								True	True
AST0149_000000023063	1145	0.5606147951064692	2	1	1	1	0	True	104287	fragment	False	AST0149_000000023063	1.0		0	0	False	False	0.983406126499176	0					non-mobilizable	other	1147.0	74.281	96.0	0.0011518348026936466	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0024_000000012370	1144	0.5606147951064692	1	1	1	1	0	True	22155	fragment	False	ISR0785_000000031994	0.9711696869851729		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	100.0	100.0	0.0002999216739985227	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
FIJ0125_000000016239	1144	0.5606147951064692	1	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.028165208440555842		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	94.682	100.0	0.002497205352648541	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
FIJ0126_000000036719	1144	0.5606147951064692	2	1	1	1	0	True	41078	maximal	True	FIJ0126_000000036719	1.0		4	3	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit								True	True
FIJ0166_000000022332	1144	0.5606147951064692	1	1	1	1	0	True	38986	fragment	False	FIJ0166_000000022332	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	93.934	98.0	0.0032209268216929422	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
DEN0052_000000041742	1144	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08745251113959579	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1155.0	96.01700000000001	100.0	0.0003880930494318796	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0153_000000030951	1143	0.5606147951064692	3	1	1	1	0	True	103189	fragment	False	AST0153_000000030951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	90.698	4.0	0.013856812933025405	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
ENG0023_000000015488	1143	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.24201458582668034		0	0	False	False	1.0	0					non-mobilizable	chromosome	1143.0	97.725	100.0	0.00021775118323552327	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
ISR0265_000000015656	1143	0.5606147951064692	1	1	1	1	0	True	26592	fragment	False	ISR0265_000000015656	1.0		0	0	False	False	0.9492563605308533	0					non-mobilizable	other	1139.0	100.0	99.0	0.0025157065863762773	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
MON0008_000000033376	1143	0.5606147951064692	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.8335477298007008		0	0	False	False	0.9781277179718018	0					non-mobilizable	other	1145.0	94.236	100.0	0.0002411886418312765	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MAD0048_000000020965	1142	0.5606147951064692	2	1	1	1	0	True	17513	fragment	False	SPA0097_000000026990	0.9661157024793388		0	0	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.014859658778205834	XM_015177193.2	flies	PREDICTED: Drosophila willistoni probable isocitrate dehydrogenase [NAD] subunit alpha, mitochondrial (LOC6648969), mRNA	True	True
MON0082_000000032231	1142	0.5606147951064692	1	1	1	1	0	True	9899	fragment	False	MON0082_000000032231	1.0		0	0	False	False	0.9982486963272095	0					non-mobilizable	other	1142.0	99.212	100.0	0.024757239086694076	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0170_000000012484	1142	0.5606147951064692	2	1	1	1	0	True	55824	fragment	False	ENG0170_000000012484	0.950923431506494		0	0	False	False	0.9991243481636047	0					non-mobilizable	other	1144.0	95.542	100.0	0.007753410347377204	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
USA0051_01_000000017574	1142	0.5606147951064692	1	1	1	1	0	True	35680	fragment	False	ISR0169_000000028928	0.9626529953172938		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	99.212	100.0	0.024757239086694076	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0105_000000048041	1142	0.5606147951064692	1	1	1	1	0	True	44796	fragment	False	FIJ0071_000000032281	0.967948717948718		0	0	False	False	0.985989511013031	0					non-mobilizable	no_good_hit	89.0	92.135	8.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
CHI0122_000000012536	1141	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08978949079976682	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1152.0	93.49	100.0	0.00040084602911466706	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0041_000000014005	1141	0.5606147951064692	2	1	1	1	0	True	112245	fragment	False	AST0060_000000025854	0.9392258523414865		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	80.479	100.0	0.01074002281559251	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
ENG0073_000000020388	1139	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.36938004367176175		0	0	False	False	0.9991220235824585	0					non-mobilizable	chromosome	1139.0	99.29799999999999	100.0	0.0001750921695643036	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
MAD0046_000000023802	1139	0.5606147951064692	1	1	1	1	0	True	17723	fragment	False	MAD0046_000000023802	1.0		0	0	False	False	0.9561018347740173	0					non-mobilizable	plasmid	1049.0	98.665	97.0	0.3455324760962743	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	False	True
SPA0072_000000017181	1139	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.27257298916187356		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	98.68299999999999	100.0	0.00030286167019428654	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0075_000000024056	1139	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.10865621721240178	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1116.0	93.99600000000001	100.0	0.00039345252651217216	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0107_000000054716	1139	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.16730537070147058		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	95.34299999999999	99.0	0.00031766351771519394	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
SPA0115_000000025727	1138	0.5606147951064692	2	1	1	1	0	True	4371	fragment	False	SPA0115_000000025727	1.0		0	0	False	False	0.9868189692497253	0					non-mobilizable	other	1147.0	91.369	100.0	0.0006885343074417126	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0323_000000019981	1138	0.5606147951064692	1	1	1	1	0	True	101377	fragment	False	ISR0320_000000022103	0.9843492866819299		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	100.0	100.0	0.005622366833475088	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ENG0117_000000020329	1138	0.5606147951064692	1	1	1	1	0	True	59326	maximal	True	ENG0117_000000020329	1.0		4	3	False	False	0.9894551634788513	0					non-mobilizable	no_good_hit								True	True
FIJ0026_000000028598	1138	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.15100070724751696		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	97.36399999999999	100.0	0.01255914739309247	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0361_000000013886	1137	0.5606147951064692	2	1	1	1	0	True	55824	fragment	False	ENG0170_000000012484	0.9433741973146527		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	95.171	100.0	0.0077194934167237605	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
USA0026_01_000000028834	1137	0.5606147951064692	2	1	1	1	0	True	91112	fragment	False	ISR0021_000000020584	0.6563902963611474		0	0	False	False	0.9964819550514221	0					non-mobilizable	chromosome	1137.0	100.0	100.0	0.0002586416713169802	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
TAN0006_000000013675	1137	0.5606147951064692	1	1	1	1	0	True	12960	fragment	False	MON0060_000000034432	0.4672953451043339		0	0	False	False	1.0	0					non-mobilizable	chromosome	1137.0	96.13	100.0	0.0002037489447113966	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0129_000000023940	1137	0.5606147951064692	2	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.04799135519959319		0	0	False	False	0.9709762334823608	0					non-mobilizable	chromosome	1137.0	90.941	100.0	0.00031710425095865313	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0098_000000015390	1136	0.5606147951064692	1	1	1	1	0	True	78260	fragment	False	MON0029_000000025589	0.5607331334332833		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	100.0	100.0	0.0023663482347250657	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0382_000000013230	1135	0.5606147951064692	2	1	1	1	0	True	23113	fragment	False	ISR0382_000000013230	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1034.0	86.26700000000001	97.0	0.0001868735992417649	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
SPA0060_000000012085	1135	0.5606147951064692	3	1	1	1	0	True	6212	maximal	True	SPA0060_000000012085	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	77.617	100.0	0.0003297710034013093	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
USA0024_01_000000018369	1135	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06294210255269535	PS1133	0	0	False	True	0.9991189241409302	0					non-mobilizable	chromosome	1134.0	95.50299999999999	100.0	0.0003813611665275972	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0023_000000031056	1134	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.08341187934369358		0	0	False	False	1.0	0					non-mobilizable	other	1092.0	96.245	96.0	0.00237735692821951	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MAD0024_000000014715	1134	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.17368619754306025		0	0	False	False	0.9911816716194153	0					non-mobilizable	other	1134.0	97.884	100.0	0.0014798908564166264	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
AST0102_000000027638	1134	0.5606147951064692	1	1	1	1	0	True	108049	fragment	False	AST0102_000000027638	1.0		0	0	False	False	0.974426805973053	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0002044703679390463	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	True
MON0108_000000019016	1134	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.17790045732575704		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	98.68	100.0	0.0021161673319697884	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
ISR0193_000000023017	1133	0.5606147951064692	1	1	1	1	0	True	29062	maximal	True	ISR0193_000000023017	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.7306857218670994e-07	CP011902.1	even-toed ungulates	Ovis canadensis canadensis isolate 43U chromosome 17 sequence	True	True
ENG0075_000000021623	1132	0.5606147951064692	1	1	1	1	0	True	62056	fragment	False	ENG0075_000000021623	0.9560290117860382		0	0	False	False	0.9779151678085327	0					non-mobilizable	other	1114.0	81.149	97.0	0.0002557505061149622	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	False	True
ITA0011_000000001562	1132	0.5606147951064692	1	1	1	1	0	True	20320	fragment	False	ITA0011_000000001562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	78.962	62.0	0.2614403600900225	LN854304.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1805	True	True
SPA0100_000000024490	1131	0.5606147951064692	1	1	1	1	0	True	4957	fragment	False	SPA0149_000000034791	0.9412521440823327		0	0	False	False	0.9893898963928223	0					non-mobilizable	other	1112.0	96.04299999999999	98.0	0.002999767794752161	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
USA0026_01_000000029016	1130	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.39326264758039636		0	0	False	False	0.9637168049812317	0					non-mobilizable	other	1130.0	100.0	100.0	0.0003000013020428521	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
FIJ0075_000000017499	1129	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.10100182406294872	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1129.0	94.863	100.0	0.0003980398653863051	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ITA0011_000000001568	1129	0.5606147951064692	2	1	1	1	0	True	20319	fragment	False	ITA0011_000000001568	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	93.823	98.0	0.1476385765312872	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	False	True
ISR0390_000000014350	1128	0.5606147951064692	1	1	1	1	0	True	22860	fragment	False	ISR0390_000000014350	1.0		0	0	False	False	0.9973404407501221	0					non-mobilizable	no_good_hit	718.0	77.577	63.0	0.2218287186091436	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
AST0151_000000014699	1128	0.5606147951064692	1	1	1	1	0	True	112245	fragment	False	AST0060_000000025854	0.9352998392833813		0	0	False	False	0.993794322013855	0					non-mobilizable	other	1153.0	81.006	99.0	0.010600903349069291	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
TAN0019_000000007141	1128	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.08622596346342302		0	0	False	False	0.9982269406318665	0					non-mobilizable	other	1143.0	94.31299999999999	100.0	0.0019801151813478727	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0267_000000016989	1128	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.31222365807705166		0	0	False	False	1.0	0					non-mobilizable	chromosome	1128.0	99.734	100.0	0.00020033817510587527	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0011_000000025875	1127	0.5606147951064692	1	1	1	1	0	True	101377	fragment	False	ISR0320_000000022103	0.9824160705132128		0	0	False	False	0.9964507818222046	0					non-mobilizable	other	1127.0	100.0	100.0	0.005567972783195206	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0169_000000028900	1127	0.5606147951064692	1	1	1	1	0	True	101377	fragment	False	ISR0320_000000022103	0.9818965030657519		0	0	False	False	0.9787045121192932	0					non-mobilizable	other	1127.0	99.911	100.0	0.005567972783195206	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ITA0003_000000006454	1126	0.5606147951064692	1	1	1	1	0	True	20407	fragment	False	MON0022_000000027368	0.9768835616438356		0	0	False	False	0.9831261038780212	0					non-mobilizable	other	1126.0	99.20100000000001	100.0	0.0012343647136273865	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0169_000000028928	1126	0.5606147951064692	1	1	1	1	0	True	35680	fragment	False	ISR0169_000000028928	0.9730462240619859		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	100.0	100.0	0.024604146618843494	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0144_000000028652	1126	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.09867511618646618	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1126.0	93.073	100.0	0.00039698124872304365	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0015_000000030293	1125	0.5606147951064692	1	1	1	1	0	True	50271	fragment	False	FIJ0015_000000030293	1.0		0	0	False	False	0.9991111159324646	0					non-mobilizable	chromosome	1115.0	96.413	99.0	0.00039678991968387884	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
MON0042_000000022865	1125	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.06761137041651354		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	95.552	99.0	0.0024449078583522366	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
SPA0132_000000036799	1125	0.5606147951064692	1	1	1	1	0	True	15258	fragment	False	MAD0098_000000039892	0.9197048611111112		0	0	False	False	0.9973333477973938	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.014859658778205834	XM_015177193.2	flies	PREDICTED: Drosophila willistoni probable isocitrate dehydrogenase [NAD] subunit alpha, mitochondrial (LOC6648969), mRNA	True	True
CHI0025_000000009024	1125	0.5606147951064692	1	1	1	1	0	True	88928	fragment	False	CHI0025_000000009024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0128_000000033639	1124	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.10478492445189441	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1124.0	95.374	100.0	0.00037765863093024187	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0044_000000022138	1124	0.5606147951064692	1	1	1	1	0	True	17928	fragment	False	MAD0044_000000022138	1.0		0	0	False	False	0.9839857816696167	0					non-mobilizable	no_good_hit	765.0	83.529	77.0	0.24810293632464533	LN852762.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0071	True	True
SPA0105_000000021168	1124	0.5606147951064692	1	1	1	1	0	True	27321	fragment	False	ISR0236_000000009690	0.9467807169364857		0	0	False	False	1.0	0					non-mobilizable	chromosome	1124.0	97.064	100.0	0.00017907381365193058	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	True
ISR0174_000000022107	1124	0.5606147951064692	1	1	1	1	0	True	29872	fragment	False	SPA0027_000000032742	0.9925461632979673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0102_000000020677	1123	0.5606147951064692	1	1	1	1	0	True	14952	fragment	False	MAD0102_000000020677	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	99.11	100.0	0.00021555616179391908	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
MAD0020_000000001004	1123	0.5606147951064692	2	1	1	1	0	True	105839	fragment	False	MON0023_000000010099	0.10274920771622155		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	94.835	100.0	0.025645714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ENG0057_000000024840	1123	0.5606147951064692	1	1	1	1	0	True	63491	fragment	False	ENG0149_000000015485	0.9786871270247229		0	0	False	False	1.0	0					non-mobilizable	other	1047.0	100.0	93.0	0.027233909602166217	NZ_JXQL01000065.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig65, whole genome shotgun sequence	False	True
USA0039_01_000000019712	1123	0.5606147951064692	2	1	1	1	0	True	1308	maximal	True	USA0039_01_000000019712	1.0		10	4	False	False	1.0	0					non-mobilizable	other	1137.0	82.146	100.0	0.004821982389655751	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0104_000000041144	1122	0.5606147951064692	2	1	1	1	0	True	8769	fragment	False	MON0104_000000041144	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	99.911	100.0	0.002478125732273995	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
MAD0030_000000011197	1122	0.5606147951064692	2	1	1	1	0	True	18960	fragment	False	MAD0030_000000011197	1.0		0	0	False	False	0.987522304058075	0					non-mobilizable	chromosome	1122.0	96.07799999999999	100.0	0.0002010585977301722	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
USA0101_01_000000026406	1122	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.23735337523493355		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	97.5	100.0	0.0002133656515241248	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
ISR0203_000000016494	1122	0.5606147951064692	1	1	1	1	0	True	28678	fragment	False	ISR0203_000000016494	1.0		0	0	False	False	0.9982174634933472	0					non-mobilizable	no_good_hit	79.0	100.0	7.0	0.002360489044909817	NZ_QVMD01000014.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf14, whole genome shotgun sequence	True	True
ISR0334_000000019510	1121	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.02931025352317175	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1122.0	92.42399999999999	100.0	0.00036131883631483153	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
USA0038_01_000000011718	1121	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.25185510714815806		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	97.324	100.0	0.0007936327974422349	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	True
MON0107_000000055721	1120	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.14500596504189395		0	0	False	False	0.9991071224212646	0					non-mobilizable	chromosome	1120.0	92.589	100.0	0.00031235048352805606	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
CHI0090_000000012470	1119	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.09357346081581962	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1113.0	97.484	100.0	0.00037395609533288655	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0040_000000025104	1119	0.5606147951064692	1	1	1	1	0	True	51148	fragment	False	FIJ0009_000000037647	0.9541245791245792		0	0	False	False	0.9481679797172546	0					non-mobilizable	other	1106.0	94.39399999999999	99.0	0.0024078637998923543	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ENG0194_000000023639	1119	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.2084666759987035		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	93.566	100.0	0.0003506827177722426	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
CHI0151_000000021677	1119	0.5606147951064692	1	1	1	1	0	True	84294	fragment	False	MON0094_000000030752	0.5271878750681184		0	0	False	False	0.9919571280479431	0					non-mobilizable	chromosome	1099.0	96.087	98.0	0.00019693339902562807	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0163_000000022212	1119	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.12651926338716618		0	0	False	False	0.9991063475608826	0					non-mobilizable	other	1119.0	99.911	100.0	0.01236014681820192	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
TAN0009_000000039198	1118	0.5606147951064692	2	1	1	1	0	True	2649	maximal	True	TAN0009_000000039198	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	99.194	11.0	0.0013169446883230904	NZ_JAAIQH010000012.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_12_length_93398_cov_330.367, whole genome shotgun sequence	True	True
USA0054_01_000000008593	1118	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.12596200251347175		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	96.515	100.0	0.004800474885687616	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0827_000000010763	1117	0.5606147951064692	1	1	1	1	0	True	21083	fragment	False	ISR0827_000000010763	1.0		0	0	False	False	0.9973142147064209	0					non-mobilizable	plasmid	1114.0	91.29299999999999	99.0	0.2748148148148148	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	False	True
MON0030_000000032840	1117	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.1676606086983643		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	99.105	100.0	0.0002970066994172441	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0028_000000030592	1117	0.5606147951064692	1	1	1	1	0	True	29872	fragment	False	SPA0027_000000032742	0.989028254535163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0153_000000022527	1117	0.5606147951064692	1	1	1	1	0	True	131206	fragment	False	AST0002_000000027892	0.14226888974202417		0	0	False	False	0.9982094764709473	0					non-mobilizable	chromosome	1118.0	93.82799999999999	99.0	0.0003117912167715152	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0016_000000020392	1117	0.5606147951064692	2	1	1	1	0	True	37885	maximal	True	ISR0016_000000020392	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0038_000000004700	1116	0.5606147951064692	1	1	1	1	0	True	73326	fragment	False	DEN0038_000000004700	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	88.241	99.0	0.00022642825743056965	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	True
AUS0010_000000022572	1116	0.5606147951064692	1	1	1	1	0	True	101377	fragment	False	ISR0320_000000022103	0.9752618115527145		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	100.0	100.0	0.005513578732915323	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0208_000000025150	1116	0.5606147951064692	2	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.12506144521586401		0	0	False	False	0.9964157938957214	0					non-mobilizable	other	1117.0	96.777	100.0	0.0010992355584973567	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
CHI0123_000000012738	1116	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.2498504288178001		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	97.67	100.0	0.007510440522699717	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
ISR0339_000000014165	1115	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03182523990832642	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1115.0	93.72200000000001	100.0	0.0003590626080773616	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
USA0125_01_000000020615	1115	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.031840222351353066	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1115.0	94.709	100.0	0.0003923939098489107	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0011_000000026153	1115	0.5606147951064692	2	1	1	1	0	True	91112	fragment	False	ISR0021_000000020584	0.7961278921066083		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	99.73100000000001	100.0	0.0002983204877888105	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0232_000000027016	1115	0.5606147951064692	3	1	1	1	0	True	27405	maximal	True	ISR0232_000000027016	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	76.536	63.0	0.00022606417468804904	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
TAN0008_000000020823	1114	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.02002889627107485	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1123.0	92.25299999999999	100.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0391_000000014743	1114	0.5606147951064692	2	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.06588725474954137		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	96.682	100.0	0.012689083287771095	NZ_QSFT01000015.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf15, whole genome shotgun sequence	False	True
ISR0211_000000020748	1113	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.029476561134312053	PS1133	0	0	False	True	0.9973045587539673	0					non-mobilizable	chromosome	1111.0	92.979	99.0	0.00035745101647916873	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0011_000000042039	1113	0.5606147951064692	1	1	1	1	0	True	131217	fragment	False	MON0058_000000020907	0.04573918443208177		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	93.62100000000001	100.0	0.00031250755273424434	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
USA0119_01_000000021995	1113	0.5606147951064692	1	1	1	1	0	True	6095	fragment	False	SPA0064_000000017413	0.979328165374677		0	0	False	False	0.9928122162818909	0					non-mobilizable	other	1113.0	100.0	100.0	0.0002954840105151918	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0204_000000025239	1112	0.5606147951064692	1	1	1	1	0	True	112258	fragment	False	DEN0018_000000027865	0.12449869224062772		0	0	False	False	0.9991007447242737	0					non-mobilizable	chromosome	1112.0	96.133	100.0	0.0004582750856066117	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	False	True
ISR0776_000000021156	1111	0.5606147951064692	2	1	1	1	0	True	43222	fragment	False	FIJ0093_000000016193	0.9676687041329982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0160_000000029153	1111	0.5606147951064692	1	1	1	1	0	True	78643	maximal	True	CHI0160_000000029153	1.0		1	1	False	False	0.9558956027030945	0					non-mobilizable	chromosome	1079.0	88.044	97.0	0.0003257262985727623	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	False	True
FIJ0103_000000020926	1111	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.16148116291010786		0	0	False	False	1.0	0					non-mobilizable	other	1075.0	100.0	97.0	0.007234271857739458	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
ISR0311_000000022128	1111	0.5606147951064692	2	1	1	1	0	True	91126	fragment	False	ISR0230_000000018607	0.15238486907339982		0	0	False	False	0.9783978462219238	0					non-mobilizable	chromosome	1114.0	95.06299999999999	100.0	0.0002527220556002183	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0186_000000013121	1110	0.5606147951064692	1	1	1	1	0	True	55001	fragment	False	ENG0186_000000013121	0.946359639491173		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	98.02	100.0	0.00027190229366379394	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0004_000000018285	1110	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.12561311868566039		0	0	False	False	1.0	0					non-mobilizable	chromosome	1031.0	99.90299999999999	100.0	0.00015847533800635564	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
SPA0107_000000029897	1110	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08476897659341635	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1119.0	94.54899999999999	99.0	0.0003945111431754336	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0101_01_000000026639	1110	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.253257823240059		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	98.559	100.0	0.0002973995639569964	NZ_LT896588.1	CFB group bacteria	Parabacteroides bouchesdurhonensis strain Marseille-P3763, whole genome shotgun sequence	False	True
MON0058_000000049117	1110	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.4726847793968571		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	98.919	100.0	0.0019322341609939594	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
MON0033_000000052890	1110	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.09134697246946394	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1112.0	92.986	100.0	0.0003736195011876724	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0029_000000036603	1110	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.48398081687830263		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	100.0	100.0	0.0024515980705547375	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
SPA0026_000000031839	1110	0.5606147951064692	1	1	1	1	0	True	29872	fragment	False	SPA0027_000000032742	0.9863861572273938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0080_000000021385	1109	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.0508522459741972		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	89.31200000000001	99.0	0.0003230021453433516	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
USA0065_01_000000010884	1109	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.029304527629301542	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1110.0	92.70299999999999	100.0	0.00039133529318564924	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0011_000000042181	1109	0.5606147951064692	1	1	1	1	0	True	112245	fragment	False	AST0060_000000025854	0.9166174204522182		0	0	False	False	0.9576194882392883	0					non-mobilizable	other	1042.0	80.23	93.0	0.009580693927899018	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	False	True
MON0053_000000037558	1109	0.5606147951064692	1	1	1	1	0	True	11156	fragment	False	MON0053_000000037558	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	97.385	100.0	0.00033296283796633663	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0163_000000004110	1109	0.5606147951064692	2	1	1	1	0	True	30303	fragment	False	ISR0163_000000004110	1.0		0	0	False	False	0.9567177891731262	0					non-mobilizable	chromosome	1111.0	94.419	99.0	0.00022455006238065702	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
CHI0146_000000007838	1109	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.09688091517783158		0	0	False	False	1.0	0					non-mobilizable	chromosome	1109.0	97.74600000000001	100.0	0.00015537532958991788	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
MAD0008_000000014489	1108	0.5606147951064692	1	1	1	1	0	True	68614	fragment	False	TAN0005_000000015302	0.6745489427329147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0011_000000005233	1108	0.5606147951064692	1	1	1	1	0	True	2600	fragment	False	TAN0011_000000005233	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1051.0	92.29299999999999	94.0	0.00021216529402150685	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
DEN0079_000000057176	1107	0.5606147951064692	3	1	1	1	0	True	79238	fragment	False	CHI0153_000000012174	0.7295199835098283		0	0	False	False	1.0	0					non-mobilizable	other	880.0	95.11399999999999	100.0	0.0002734554124572473	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0138_000000024712	1107	0.5606147951064692	2	1	1	1	0	True	3517	fragment	False	SPA0138_000000024712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	94.33	88.0	0.28990715783168614	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
SPA0010_000000024479	1107	0.5606147951064692	1	1	1	1	0	True	8063	fragment	False	SPA0010_000000024479	1.0		0	0	False	False	0.9738030433654785	0					non-mobilizable	no_good_hit	703.0	97.866	64.0	0.17333333333333334	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
ISR0843_000000014258	1106	0.5606147951064692	1	1	1	1	0	True	20724	fragment	False	ISR0843_000000014258	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	98.37299999999999	100.0	0.003177789408902412	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
AUS0002_000000034074	1106	0.5606147951064692	1	1	1	1	0	True	102568	fragment	False	AUS0002_000000034074	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	100.0	100.0	0.001982432597291692	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0104_000000028643	1106	0.5606147951064692	1	1	1	1	0	True	81806	fragment	False	CHI0120_000000014162	0.6484014646518672		0	0	False	False	0.9737793803215027	0					non-mobilizable	other	1106.0	100.0	100.0	0.8646322378716745	GQ874643.1		Uncultured organism clone 1041059767021 genomic sequence	False	True
FIJ0026_000000029404	1106	0.5606147951064692	2	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.1412040662629235		0	0	False	False	0.9981916546821594	0					non-mobilizable	other	1106.0	99.367	100.0	0.0019243372889155383	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
USA0111_01_000000022656	1105	0.5606147951064692	1	1	1	1	0	True	288	fragment	False	USA0111_01_000000022656	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	99.91	100.0	0.00029564256599537414	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0340_000000018901	1105	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.043975161870795684	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1117.0	91.67399999999999	100.0	0.00037530247191374305	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0189_000000015903	1105	0.5606147951064692	1	1	1	1	0	True	29201	fragment	False	ISR0189_000000015903	1.0		0	0	False	False	0.9601809978485107	0					non-mobilizable	no_good_hit								True	True
CHI0163_000000010306	1105	0.5606147951064692	1	1	1	1	0	True	78434	fragment	False	CHI0163_000000010306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0053_000000018980	1105	0.5606147951064692	1	1	1	1	0	True	51205	fragment	False	FIJ0061_000000017602	0.12522133501306973		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	97.014	100.0	0.012205368593287047	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MAD0065_000000010123	1104	0.5606147951064692	1	1	1	1	0	True	109607	fragment	False	ENG0059_000000008026	0.10953015539495299		0	0	False	False	0.9990941882133484	0					non-mobilizable	other	1105.0	97.285	100.0	0.0009476817849380402	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0816_000000032937	1104	0.5606147951064692	2	1	1	1	0	True	21385	fragment	False	ISR0816_000000032937	1.0		0	0	False	False	0.9610507488250732	0					non-mobilizable	no_good_hit	64.0	95.31200000000001	6.0	2.126671293583259e-05	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	True
ISR0080_000000030720	1104	0.5606147951064692	1	1	1	1	0	True	91126	fragment	False	ISR0230_000000018607	0.10441044104410441		0	0	False	False	0.9990941882133484	0					non-mobilizable	chromosome	1089.0	96.419	99.0	0.0002474854724661597	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0181_000000018162	1103	0.5606147951064692	1	1	1	1	0	True	62056	fragment	False	ENG0075_000000021623	0.9443462897526502		0	0	False	False	0.9954668879508972	0					non-mobilizable	other	1114.0	82.855	99.0	0.16494536745996108	NZ_CABKTP010000097.1	firmicutes	Clostridium polynesiense isolate MGYG-HGUT-01479, whole genome shotgun sequence	False	True
ISR0840_000000017133	1103	0.5606147951064692	1	1	1	1	0	True	20774	fragment	False	ISR0840_000000017133	1.0		0	0	False	False	0.9954668879508972	0					non-mobilizable	other	1109.0	92.876	100.0	0.000531299974952313	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ENG0095_000000025400	1103	0.5606147951064692	1	1	1	1	0	True	129058	fragment	False	ISR0004_000000013232	0.24461283384388013		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	98.459	100.0	0.00029282678020480337	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CHI0165_000000015960	1103	0.5606147951064692	1	1	1	1	0	True	78231	fragment	False	CHI0165_000000015960	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	plasmid	1120.0	92.5	99.0	0.2955026455026455	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ISR0109_000000028505	1102	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.22329821870977423		0	0	False	False	0.9972776770591736	0					non-mobilizable	other	1102.0	97.641	100.0	0.007416139027347434	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
CHI0138_000000012887	1102	0.5606147951064692	1	1	1	1	0	True	80400	fragment	False	CHI0138_000000012887	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	100.0	100.0	0.00019571635385232358	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0244_000000025044	1102	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.21741118058496653		0	0	False	False	0.9981850981712341	0					non-mobilizable	other	1102.0	97.368	100.0	0.0028829083596487092	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	True
ENG0168_000000028952	1101	0.5606147951064692	2	1	1	1	0	True	55936	fragment	False	MON0033_000000052805	0.9048028657819086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	3.0	1.2453983372922415e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0074_000000018719	1101	0.5606147951064692	1	1	1	1	0	True	91403	fragment	False	CAN0021_000000035615	0.21301386389311167		0	0	False	False	0.9863760471343994	0					non-mobilizable	other	1102.0	93.376	100.0	0.000779460783202195	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	True
MON0080_000000053720	1101	0.5606147951064692	2	1	1	1	0	True	120681	fragment	False	MON0006_000000009634	0.06909173143472694		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	1100.0	94.455	99.0	0.002394789426318278	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
CHI0068_000000015478	1101	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.059799453064882185		0	0	False	False	0.9990917444229126	0					non-mobilizable	chromosome	1101.0	99.18299999999999	100.0	0.0002097428209799261	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
USA0101_01_000000026815	1100	0.5606147951064692	1	1	1	1	0	True	119759	fragment	False	ISR0282_000000010198	0.23101993702763335		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	99.727	100.0	0.0023363740241169975	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0196_000000020769	1100	0.5606147951064692	1	1	1	1	0	True	28949	fragment	False	ISR0196_000000020769	1.0		0	0	False	False	0.9990909099578857	0					non-mobilizable	no_good_hit								True	True
ISR0054_000000024204	1100	0.5606147951064692	1	1	1	1	0	True	35680	fragment	False	ISR0169_000000028928	0.9604129532910487		0	0	False	False	0.9990909099578857	0					non-mobilizable	other	1100.0	99.182	100.0	0.023838684279590586	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0006_01_000000021247	1100	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.020489831545270742	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1102.0	93.01299999999999	100.0	0.0003542278332827831	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
USA0047_01_000000032842	1100	0.5606147951064692	1	1	1	1	0	True	1136	fragment	False	USA0079_01_000000011166	0.9526970954356846		0	0	False	False	0.9954545497894287	0		MOBV			mobilizable	plasmid	1085.0	100.0	99.0	0.3548281505728314	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	False	True
FIJ0137_000000010948	1100	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.10589597026552411	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1090.0	95.78	100.0	0.00036655102413817595	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0105_000000018730	1100	0.5606147951064692	2	1	1	1	0	True	32919	fragment	False	ISR0105_000000018730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	77.002	51.0	0.0012127878018639293	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0161_000000016812	1099	0.5606147951064692	1	1	1	1	0	True	39256	fragment	False	FIJ0161_000000016812	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	83.838	9.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
MON0008_000000034908	1099	0.5606147951064692	1	1	1	1	0	True	13830	fragment	False	MON0008_000000034908	1.0		0	0	False	False	0.987261176109314	0					non-mobilizable	chromosome	1028.0	96.79	94.0	0.00023382482081209387	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0050_000000038396	1095	0.5606147951064692	1	1	1	1	0	True	11285	fragment	False	MON0050_000000038396	1.0		0	0	False	False	0.9917808175086975	0					non-mobilizable	no_good_hit								True	True
MON0106_000000041415	1090	0.5606147951064692	1	1	1	1	0	True	84294	fragment	False	MON0094_000000030752	0.5181900517386394		0	0	False	False	1.0	0					non-mobilizable	other	1090.0	96.697	100.0	0.0003189023900987397	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0106_000000041413	1090	0.5606147951064692	1	1	1	1	0	True	84294	fragment	False	MON0094_000000030752	0.5186878917120219		0	0	False	False	1.0	0					non-mobilizable	other	1090.0	97.523	100.0	0.06243550051599587	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
SPA0038_000000022813	1089	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06250700855657923	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1078.0	93.59899999999999	99.0	0.00037933763766868613	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0085_000000029845	1086	0.5606147951064692	1	1	1	1	0	True	27321	fragment	False	ISR0236_000000009690	0.9317009703144007		0	0	False	False	1.0	0					non-mobilizable	other	1086.0	98.435	100.0	0.01159510120332571	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
FIJ0093_000000017302	1085	0.5606147951064692	1	1	1	1	0	True	43205	fragment	False	FIJ0093_000000017302	1.0		0	0	False	False	0.9926267266273499	0					non-mobilizable	other	700.0	93.571	100.0	0.0015231645213798694	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0096_000000035334	1082	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.07807140612120933	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1082.0	93.993	100.0	0.0003635216768312489	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0019_000000060601	1064	0.5606147951064692	2	1	1	1	0	True	131211	fragment	False	MON0019_000000057025	0.3698371893744644		0	0	False	False	1.0	0					non-mobilizable	other	1067.0	92.596	100.0	0.0003337445543020269	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0089_000000023106	1056	0.5606147951064692	2	1	1	1	0	True	43547	fragment	False	FIJ0089_000000023106	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1056.0	95.07600000000001	100.0	0.011263812597516404	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	True
MON0105_000000050181	1053	0.5606147951064692	2	1	1	1	0	True	8680	fragment	False	MON0105_000000050181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0068_000000024669	1050	0.5606147951064692	2	1	1	1	0	True	62512	fragment	False	ENG0068_000000024669	1.0		0	0	False	False	1.0	0					non-mobilizable	other	971.0	97.322	92.0	0.0002921259116888311	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
MAD0047_000000044426	1048	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.05528539401222285	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1043.0	92.713	100.0	0.0003507310993131123	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0014_000000015289	1045	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.039552276424787036	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1045.0	99.33	100.0	0.0003683985988149845	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0058_000000050016	1041	0.5606147951064692	1	1	1	1	0	True	109163	fragment	False	ISR0316_000000014957	0.1469890943575154		0	0	False	False	1.0	0					non-mobilizable	other	1041.0	99.904	100.0	0.0022990640156690056	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
MON0039_000000046178	1027	0.5606147951064692	2	1	1	1	0	True	79238	fragment	False	CHI0153_000000012174	0.37869822485207105		0	0	False	False	1.0	0					non-mobilizable	chromosome	1029.0	91.74	100.0	0.0003620468988354158	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0051_000000034604	1025	0.5606147951064692	1	1	1	1	0	True	11236	fragment	False	MON0051_000000034604	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1028.0	94.455	100.0	0.0022378969434293646	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
ISR0814_000000039395	1023	0.5606147951064692	1	1	1	1	0	True	55001	fragment	False	ENG0186_000000013121	0.9179684654833761		0	0	False	False	1.0	0					non-mobilizable	other	1023.0	93.84200000000001	100.0	0.0008772923769988016	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0176_000000030857	1021	0.5606147951064692	1	1	1	1	0	True	29783	fragment	False	ISR0176_000000030857	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1024.0	91.309	100.0	0.0003074035479969543	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0110_000000015905	1016	0.5606147951064692	2	1	1	1	0	True	8461	fragment	False	MON0110_000000015905	1.0		0	0	False	False	0.999015748500824	0					non-mobilizable	other	1016.0	97.835	100.0	0.15931564903468842	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
MON0008_000000035338	1016	0.5606147951064692	1	1	1	1	0	True	13829	fragment	False	MON0008_000000035338	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1016.0	97.835	100.0	0.03164556962025317	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	False	True
MON0060_000000039971	1015	0.5606147951064692	1	1	1	1	0	True	10851	fragment	False	MON0060_000000039971	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1015.0	97.931	100.0	0.0013244566005352685	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0033_000000053912	1014	0.5606147951064692	2	1	1	1	0	True	79238	fragment	False	CHI0153_000000012174	0.7103400959422952		0	0	False	False	1.0	0					non-mobilizable	chromosome	1015.0	94.384	100.0	0.0003574595599612829	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0041_000000065579	1011	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.007088942741895727	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1012.0	93.874	100.0	0.00032586382115458933	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0023_000000021746	1008	0.5606147951064692	1	1	1	1	0	True	12959	fragment	False	MON0023_000000021746	0.9846230158730158		0	0	False	False	1.0	0					non-mobilizable	other	1008.0	99.90100000000001	100.0	0.00029488953795172717	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0023_000000021749	1008	0.5606147951064692	1	1	1	1	0	True	12959	fragment	False	MON0023_000000021746	0.9846230158730158		0	0	False	False	1.0	0					non-mobilizable	chromosome	1008.0	97.22200000000001	100.0	0.00018061196067286654	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0041_000000065623	1006	0.5606147951064692	1	1	1	1	0	True	55001	fragment	False	ENG0186_000000013121	0.9010884785078334		0	0	False	False	1.0	0					non-mobilizable	other	1006.0	93.34	100.0	0.00892325996430696	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	True
FIJ0006_000000037176	1002	0.5606147951064692	1	1	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.0070676212466845795	PS1133	0	0	False	True	0.9990019798278809	0					non-mobilizable	chromosome	1002.0	93.51299999999999	100.0	0.0003226406379582037	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0090_000000023200	1926	0.5606081036336936	4	2	2	2	2	False	43472	maximal	True	FIJ0090_000000023200	1.0		43	7	False	False	0.9994807839393616	0					non-mobilizable	no_good_hit	294.0	72.449	15.0	0.002078080609182791	NZ_FNID01000001.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
FIJ0144_000000018376	1712	0.5606078965645459	3	3	3	2	2	False	40068	maximal	True	FIJ0144_000000018376	1.0		5	2	False	False	0.9994158744812012	0					non-mobilizable	no_good_hit	310.0	75.484	18.0	0.00014561437290499716	CP024749.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii strain KCOM 2931 chromosome, complete genome	True	False
MAD0083_000000008674	1203	0.5606034670655263	1	1	1	1	1	False	16091	maximal	True	MAD0083_000000008674	1.0		136	12	False	False	0.9891936779022217	0					non-mobilizable	no_good_hit	779.0	90.757	88.0	0.00024172338507312988	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0161_000000013860	2208	0.5606031437062424	2	2	2	1	0	True	78262	fragment	False	ISR0161_000000013860	1.0		0	0	False	False	0.9995471239089966	0					non-mobilizable	no_good_hit	1161.0	90.525	53.0	0.0024184704425383933	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	True
MAD0087_000000006019	4395	0.5605982569342854	5	4	3	3	3	False	16006	maximal	True	MAD0087_000000006019	1.0		0	0	False	False	0.9990898966789246	0					non-mobilizable	no_good_hit	138.0	93.478	3.0	4.2866873457304754e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0030_000000026606	1136	0.5605954985899023	2	2	2	2	1	False	7301	maximal	True	SPA0030_000000026606	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	86.111	6.0	1.6254736804462715e-05	NZ_CP036422.1	g-proteobacteria	Halioglobus maricola strain IMCC14385 chromosome, complete genome	True	False
CHI0013_000000003290	2595	0.5605939851591868	4	3	3	3	2	False	89993	maximal	True	CHI0013_000000003290	1.0		18	9	False	False	1.0	0					non-mobilizable	no_good_hit	1279.0	99.609	49.0	0.0020439235655750816	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ENG0160_000000015778	1262	0.5605890172628031	3	2	2	2	1	False	56448	maximal	True	ENG0160_000000015778	1.0		36	5	False	False	0.9619651436805725	0					non-mobilizable	other	1262.0	99.366	100.0	0.0069363080798913075	NZ_BFBT01000003.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0115_000000010604	3049	0.5605870503838323	3	3	3	2	1	True	91150	maximal	True	ISR0115_000000010604	1.0		1	1	False	False	0.999671995639801	0					non-mobilizable	no_good_hit	2218.0	76.33	72.0	0.000664880123173965	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ENG0008_000000020507	1281	0.5605818170490179	2	1	1	1	1	False	67380	fragment	False	ENG0008_000000020507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000005367	3202	0.5605816356198986	4	4	3	4	1	False	113403	fragment	False	ENG0032_000000005817	0.9341266045462802		0	0	False	False	1.0	0					non-mobilizable	chromosome	3205.0	95.008	100.0	0.0008903004827102303	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0153_000000012610	2377	0.5605769580066343	4	4	4	4	3	False	85995	maximal	True	ENG0153_000000012610	0.9895589229170763		306	12	False	False	1.0	0					non-mobilizable	other	2377.0	99.369	100.0	0.03454442360535613	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CAN0007_000000023029	1757	0.5605655642048326	3	3	3	3	2	False	95246	maximal	True	CAN0007_000000023029	1.0		45	10	False	False	0.9669891595840454	0					non-mobilizable	no_good_hit	45.0	91.111	3.0	0.00014585269556132937	NZ_MWPV01000007.1	g-proteobacteria	Pseudoalteromonas ulvae strain TC14 Contig_7, whole genome shotgun sequence	True	False
FIJ0033_000000009676	3481	0.5605601905836899	6	4	1	3	3	False	99512	maximal	True	FIJ0033_000000009676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1674.0	99.164	71.0	0.0005001568034927866	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0095_000000009724	3084	0.5605540561093604	3	2	2	2	2	False	126795	maximal	True	MON0095_000000009724	1.0		3	1	False	False	0.9828145503997803	0					non-mobilizable	no_good_hit	883.0	95.81	78.0	0.00037476614635346966	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
MON0059_000000026993	1448	0.5605540561093604	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6560292821309504		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	97.17200000000001	100.0	0.0006888704809239529	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0015_000000026373	1447	0.5605540561093604	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6559429155759305		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	97.17	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0019_000000003058	2244	0.5605518264357457	3	2	2	2	2	False	49878	maximal	True	FIJ0019_000000003058	1.0		51	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0261_000000012678	1459	0.5605473333648928	2	2	2	1	1	False	26682	fragment	False	ISR0261_000000012678	1.0		0	0	False	False	0.9931460022926331	0					non-mobilizable	other	1459.0	99.863	100.0	0.005551303871063543	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
MAD0087_000000026329	1216	0.5605460928541182	2	1	1	1	1	False	15959	fragment	False	MAD0087_000000026329	1.0		0	0	False	False	0.9991776347160339	0					non-mobilizable	no_good_hit								True	False
FIJ0155_000000013691	1606	0.5605440051115966	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9334379568614707		0	0	False	False	1.0	0					non-mobilizable	chromosome	1477.0	81.991	96.0	0.00038919857903838874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0063_000000012164	1644	0.5605374013721056	2	1	1	1	1	True	35274	fragment	False	ISR0063_000000012164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	99.50299999999999	61.0	0.1605174892189746	MK233194.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_5_c1 sequence	True	True
FIJ0127_000000003254	5545	0.560536715979933	8	2	1	2	2	True	67771	fragment	False	FIJ0127_000000003254	0.9824593796159528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	97.59	1.0	0.002744218734312774	NZ_CABIWU010000025.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
FIJ0042_000000006951	3441	0.560536715979933	5	2	1	2	2	True	67768	fragment	False	FIJ0042_000000006951	1.0		0	0	False	False	0.9985469579696655	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.00029167534748057977	NZ_MCHZ01000027.1	firmicutes	Caminicella sporogenes strain AM 1114 contig_5, whole genome shotgun sequence	True	True
SPA0098_000000002076	15424	0.5605349773899023	20	8	1	8	2	False	5094	maximal	True	SPA0098_000000002076	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0047_000000002364	15378	0.5605349773899023	19	8	1	8	2	False	6695	maximal	True	SPA0047_000000002364	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0856_000000005193	1336	0.5605330681419625	2	2	1	2	2	False	20474	maximal	True	ISR0856_000000005193	1.0		8	4	False	False	0.9835329055786133	0					non-mobilizable	no_good_hit	346.0	83.23700000000001	26.0	0.001019852938990197	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	True	False
SPA0013_000000011590	2418	0.5605315392996214	2	2	2	2	2	False	101389	maximal	True	SPA0013_000000011590	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2219.0	97.431	91.0	0.007549363193435336	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
MON0051_000000022448	1596	0.5605301440606141	3	2	0	1	2	False	11262	fragment	False	MON0051_000000022448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	98.012	63.0	0.0002680908649304871	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0072_000000005295	4821	0.5605271056930422	10	9	4	5	7	True	121147	fragment	False	ISR0072_000000005295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4262.0	94.04	88.0	0.06051413515630563	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	True
ISR0015_000000014785	1750	0.5605223598746504	2	2	2	1	1	False	128940	maximal	True	ISR0015_000000014785	1.0	PS1059	1	1	False	True	0.9977142810821533	0					non-mobilizable	other	1475.0	82.37299999999999	91.0	0.00041644146087778025	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0122_000000013411	1195	0.5605207722446006	2	2	2	1	1	True	41400	fragment	False	MAD0018_000000002454	0.9374003189792663		0	0	False	False	0.9991631507873535	0					non-mobilizable	other	1195.0	100.0	100.0	0.08874024526198439	NZ_JOJU01000037.1	a-proteobacteria	Acetobacter malorum strain DmCS_005 contig35, whole genome shotgun sequence	False	True
ETH0005_000000004745	9989	0.5605178987144863	9	3	2	3	3	False	52812	maximal	True	ETH0005_000000004745	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2351.0	94.045	36.0	0.0009746994503211387	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
CHI0116_000000002881	6649	0.56051161525361	7	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9413318305403219		0	0	False	False	0.998796820640564	0		MOBP	MPF_T		conjugative	plasmid	3323.0	99.15700000000001	100.0	0.06503714448125135	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0345_000000000969	6062	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9552974751342891		0	0	False	False	0.9998350143432617	0		MOBP	MPF_T		conjugative	plasmid	6062.0	99.538	100.0	0.1569028450128142	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0014_000000004320	6049	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9382013711658239		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	6052.0	99.471	100.0	0.11854871905443283	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0045_000000001832	5990	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9387429156828667		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5992.0	99.583	100.0	0.11739224180175235	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0778_000000001989	5964	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9245871022625635		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5962.0	99.59700000000001	99.0	0.15431411633746667	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0106_000000006431	5960	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9226644630001314		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5986.0	96.475	100.0	0.16337527352297593	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0070_000000003204	5952	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.879073410844838		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	3194.0	99.969	100.0	0.07265900557515076	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
SPA0029_000000003846	5951	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8724716390777552		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	2985.0	100.0	100.0	0.06827906551037687	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0102_000000003330	5931	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9242575965202102		0	0	False	False	0.9998313784599304	0		MOBP	MPF_T		conjugative	plasmid	5932.0	99.831	100.0	0.11623576454907188	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0134_000000005505	5930	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9089977745928329		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5942.0	96.76899999999999	100.0	0.162281181619256	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0139_000000003598	5927	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9073568534323309		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5925.0	99.61200000000001	99.0	0.11609855538349961	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
AUS0002_000000005050	5926	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9087489514767431		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5938.0	96.71600000000001	100.0	0.16217177242888403	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ENG0186_000000003084	5924	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9089966629514982		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5915.0	99.679	99.0	0.15309741386005332	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0030_000000003718	5904	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9239948889989941		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5906.0	99.79700000000001	100.0	0.11572613050551776	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0113_000000005710	5902	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9087830510256939		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5902.0	99.96600000000001	100.0	0.11566732657741537	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0111_000000005405	5902	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9087830510256939		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5902.0	99.96600000000001	100.0	0.11566732657741537	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0001_000000005547	5902	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9090335105584081		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5902.0	100.0	100.0	0.11566732657741537	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0147_000000002155	5901	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9089544385481186		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5901.0	100.0	100.0	0.11564772526804791	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0157_000000003944	5901	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9089544385481186		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5901.0	100.0	100.0	0.11564772526804791	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0134_000000005060	5896	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.908522232530839		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5896.0	99.96600000000001	100.0	0.11554971872121057	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0024_000000003336	5893	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9081261527971579		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5894.0	99.81299999999999	100.0	0.11551051610247565	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0156_000000002641	5893	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9077242654432939		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5893.0	99.86399999999999	100.0	0.15252789355147686	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0018_000000003700	5892	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.908675096065029		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5892.0	100.0	100.0	0.11547131348374072	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
USA0033_01_000000001511	5892	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9076131535034335		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5894.0	99.62700000000001	100.0	0.11549091479310818	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0022_000000004399	5890	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9079045158787427		0	0	False	False	0.9996604323387146	0		MOBP	MPF_T		conjugative	plasmid	5891.0	99.86399999999999	100.0	0.11545171217437325	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
FIJ0025_000000003400	5890	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9074007496723825		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	other	5890.0	100.0	100.0	0.742903998990791	GQ875141.1		Uncultured organism clone 1041059767828 genomic sequence	False	True
SPA0042_000000004742	5888	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9084611589946162		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5888.0	100.0	100.0	0.11539290824627085	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0229_000000002483	5887	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9076330950879122		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5887.0	99.728	100.0	0.152372569830956	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
CHI0098_000000001421	5886	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.907356439639576		0	0	False	False	0.9996601939201355	0		MOBP	MPF_T		conjugative	plasmid	5888.0	99.66	100.0	0.11539290824627085	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0002_000000004551	5885	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9078136681848725		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5885.0	99.881	100.0	0.15232079525744907	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0361_000000001802	5879	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9067426546498208		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5879.0	99.728	100.0	0.15216547153692822	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
DEN0071_000000005987	5875	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.90745765988793		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5875.0	100.0	100.0	0.1151380912244938	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0024_000000002854	5865	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9060330247765328		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5865.0	99.86399999999999	100.0	0.15180304952237955	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
DEN0057_000000000527	5862	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9057284408710394		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5862.0	100.0	100.0	0.11488327420271674	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0050_000000004329	5859	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9053233215066403		0	0	False	False	0.9991466403007507	0		MOBP	MPF_T		conjugative	plasmid	5857.0	99.949	100.0	0.15159595122835176	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
DEN0081_000000000802	5846	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9034245554081053		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5848.0	99.69200000000001	100.0	0.11456965325283729	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0779_000000005417	5845	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9039625268957084		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5845.0	99.897	100.0	0.15128530378731006	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AST0100_000000002886	5844	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9035611662082452		0	0	False	False	0.9998288750648499	0		MOBP	MPF_T		conjugative	plasmid	5844.0	99.81200000000001	100.0	0.15125941650055658	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0025_000000006269	5841	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9023806838293589		0	0	False	False	0.9933230876922607	0		MOBP	MPF_T		conjugative	plasmid	5842.0	99.486	100.0	0.15120764192704964	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AST0089_000000003038	5837	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9033406821348424		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5838.0	99.777	100.0	0.1143932414685301	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0183_000000004784	5825	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8906233970460604		0	0	False	False	0.9989699721336365	0		MOBP	MPF_T		conjugative	plasmid	5829.0	98.353	100.0	0.11419722837485544	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0019_000000003645	5822	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.9016757308737636		0	0	False	False	0.9994847178459167	0		MOBP	MPF_T		conjugative	plasmid	5822.0	100.0	100.0	0.11409922182801811	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0354_000000002989	5813	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.900245460967804		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5813.0	99.69	100.0	0.15045691061119884	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0079_000000005357	5811	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.888695340298424		0	0	False	False	0.9977628588676453	0		MOBP	MPF_T		conjugative	plasmid	5815.0	98.29799999999999	100.0	0.11392281004371092	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0332_000000001996	5806	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8994041127985711		0	0	False	False	0.9991388320922852	0		MOBP	MPF_T		conjugative	plasmid	5807.0	99.845	100.0	0.11378560087813866	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0079_000000006761	5795	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8952721692855599		0	0	False	False	0.9977566599845886	0		MOBP	MPF_T		conjugative	plasmid	5775.0	99.948	99.0	0.14947319371456677	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
DEN0047_000000000257	5794	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8982120001837848		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5794.0	100.0	100.0	0.11355038516572907	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ENG0135_000000003286	5783	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8967610929973253		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5783.0	100.0	100.0	0.11333477076268694	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
DEN0065_000000004889	5778	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8960094278156687		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5778.0	100.0	100.0	0.11323676421584962	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
CAN0004_000000004162	5762	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8922942441915024		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5762.0	99.896	100.0	0.1491366589867716	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0004_000000004590	5742	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.890734145641684		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5742.0	99.98299999999999	100.0	0.11253111707862085	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
SPA0007_000000003899	5643	0.56051161525361	6	6	3	4	6	True	123726	fragment	False	DEN0035_000000004028	0.8756574943682632		0	0	False	False	0.9980506896972656	0		MOBP	MPF_T		conjugative	plasmid	5643.0	99.681	100.0	0.14605607186310804	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
USA0026_01_000000011245	2954	0.5605086175987037	3	3	3	3	3	False	108635	maximal	True	USA0026_01_000000011245	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0037_000000011364	4939	0.5605065756994683	6	4	3	4	3	True	19580	maximal	True	MON0037_000000011364	1.0		51	5	False	False	0.9985827207565308	0					non-mobilizable	no_good_hit	893.0	97.76	18.0	0.9988801791713325	GQ877526.1		Uncultured organism clone VC1AN50TF genomic sequence	True	True
USA0113_01_000000013526	1332	0.56050630199695	2	2	2	2	2	True	273	fragment	False	USA0113_01_000000013526	1.0		0	0	False	False	0.9984984993934631	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000003319	7583	0.560504679170832	8	8	8	8	7	False	2726	maximal	True	TAN0009_000000003319	1.0		1	1	False	False	0.9938019514083862	0					non-mobilizable	no_good_hit	2620.0	78.359	34.0	0.003413022778302423	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0015_000000004742	5990	0.5605006923066057	9	4	1	4	1	False	50395	maximal	True	FIJ0015_000000004742	1.0		0	0	False	False	0.998497486114502	0					non-mobilizable	no_good_hit	4081.0	99.755	68.0	0.004476629361421988	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
FIJ0132_000000022056	1548	0.5604990392318635	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9525342463461332		0	0	False	False	1.0	0					non-mobilizable	chromosome	1548.0	99.16	100.0	0.00041267320203727716	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0207_000000000671	23412	0.5604950375590209	13	13	13	13	11	False	38648	maximal	True	ISR0207_000000000671	1.0		16	3	False	False	0.9997010231018066	0					non-mobilizable	no_good_hit	833.0	99.16	4.0	0.00032333180994307495	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0133_000000012443	1750	0.5604939309702329	3	3	3	3	2	False	32620	maximal	True	ISR0133_000000012443	1.0		375	12	False	False	1.0	0					non-mobilizable	other	1131.0	99.027	98.0	0.10814176245210728	NZ_CYZK01000039.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0124_000000005950	4800	0.5604902125662314	9	2	1	2	1	True	4073	maximal	True	SPA0124_000000005950	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	98.177	22.0	0.0003330123819767295	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
USA0034_01_000000040443	1273	0.5604882748479361	2	2	2	2	1	False	30658	maximal	False	SPA0085_000000010468	0.9886506517583454		0	0	False	False	0.9937156438827515	0					non-mobilizable	other	1272.0	99.37100000000001	99.0	0.00403659934766522	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
ISR0326_000000007077	2608	0.5604836892230735	4	1	1	1	1	False	24833	maximal	True	ISR0326_000000007077	1.0		51	8	False	False	0.9950153231620789	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000010709	2833	0.5604806828261942	3	2	1	2	1	False	73033	fragment	False	ENG0154_000000010709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.005436971405557793	XM_014816269.1	priapulids	PREDICTED: Priapulus caudatus metabotropic glutamate receptor 2-like (LOC106812399), mRNA	True	False
ENG0113_000000005911	4694	0.5604774101380521	6	5	5	5	5	False	59623	maximal	True	ENG0113_000000005911	1.0		25	6	False	False	0.9997869729995728	0					non-mobilizable	no_good_hit	827.0	72.068	17.0	0.01729279752837435	NZ_CBYM010000026.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MON0065_000000006825	3882	0.5604746225093671	6	5	2	2	4	True	13363	maximal	True	MON0065_000000006825	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3255.0	77.358	82.0	0.0012821695378719181	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
ISR0085_000000012779	1936	0.5604738961220131	3	3	3	2	2	False	33983	maximal	True	ISR0085_000000012779	1.0		4	4	False	False	0.9870867729187012	0					non-mobilizable	chromosome	1936.0	100.0	100.0	0.00036543488356413645	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	False	False
MON0041_000000059907	1181	0.5604723180229793	2	2	2	2	1	True	11754	fragment	False	MON0041_000000059907	1.0		0	0	False	False	0.9940727949142456	0					non-mobilizable	no_good_hit	965.0	99.171	82.0	0.011988111375026426	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0107_000000026854	1235	0.5604694686639611	2	2	2	2	2	False	80070	fragment	False	MON0080_000000037680	0.5541070235419551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	77.291	20.0	0.0003559380181828578	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CHI0140_000000003688	8228	0.5604667828638799	14	3	3	3	3	True	80291	maximal	True	CHI0140_000000003688	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	90.411	1.0	0.00017555708897086972	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
SPA0089_000000004697	7463	0.5604667828638799	8	3	3	3	3	True	13539	fragment	False	SPA0089_000000004697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0327_000000022189	1330	0.5604642626674591	2	2	2	1	1	False	28199	fragment	False	ISR0214_000000023584	0.6305220883534136		0	0	False	False	0.9789473414421082	0					non-mobilizable	no_good_hit	129.0	100.0	10.0	0.0005515078137454705	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	True	False
FIJ0047_000000017770	1738	0.5604631892695425	3	3	3	2	2	False	46876	fragment	False	FIJ0047_000000017770	1.0		0	0	False	False	1.0	0					non-mobilizable	other	895.0	99.665	99.0	0.022377412330104377	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0247_000000010907	1318	0.5604615202983236	3	3	3	3	2	False	27095	maximal	True	ISR0247_000000010907	1.0		40	8	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	76.03699999999999	16.0	0.0010247387399580437	NZ_FQZB01000014.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	False
SPA0139_000000016522	1702	0.5604606773746902	2	2	2	2	2	False	3510	maximal	True	SPA0139_000000016522	1.0		2	1	False	False	0.9958872199058533	0					non-mobilizable	no_good_hit	721.0	97.087	42.0	0.005664296053873749	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
ISR0348_000000006449	2336	0.560458891029048	3	2	0	1	1	True	48647	fragment	False	ISR0348_000000006449	1.0		0	0	False	False	0.9965753555297852	0					non-mobilizable	no_good_hit	645.0	94.884	28.0	0.0037036183717902935	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0058_000000013249	1201	0.5604576621416328	2	2	2	2	2	False	16934	maximal	True	MAD0058_000000013249	1.0		297	14	False	False	1.0	0					non-mobilizable	other	1201.0	97.00200000000001	100.0	0.02944640753828033	NZ_WNAJ01000029.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold29_size40752, whole genome shotgun sequence	False	False
DEN0067_000000022741	1472	0.5604571243495419	2	2	2	2	2	False	70810	fragment	False	DEN0067_000000022741	0.9832151306913559		0	0	False	False	0.9972826242446899	0					non-mobilizable	chromosome	1472.0	98.777	100.0	0.0004095069074712044	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0060_000000030405	1393	0.5604558492378342	2	2	2	2	2	False	10872	maximal	True	MON0060_000000030405	1.0		130	11	False	False	0.9956927299499512	0					non-mobilizable	no_good_hit	126.0	76.984	9.0	0.0004384495283994097	NZ_QJUJ01000006.1	g-proteobacteria	Pseudomonas daroniae strain P18A NODE_6_length_280534_cov_45.023170, whole genome shotgun sequence	True	False
SPA0142_000000001932	11921	0.5604555575534036	8	8	7	6	4	False	100737	fragment	False	SPA0142_000000001932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4444.0	86.34100000000001	37.0	0.00796381746550029	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
CHI0053_000000010397	1155	0.5604489879812181	2	2	2	2	2	False	86409	maximal	True	CHI0053_000000010397	1.0		61	9	False	False	0.9835497736930847	0					non-mobilizable	other	1151.0	99.566	99.0	0.00039952751528627014	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0386_000000024194	1166	0.5604441895733785	2	1	1	1	1	False	85290	fragment	False	MON0081_000000031907	0.3127396911531564		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	99.057	100.0	0.01682213301758743	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0052_000000041146	1159	0.5604441895733785	2	1	1	1	1	False	85290	fragment	False	MON0081_000000031907	0.3133079659083169		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	99.396	100.0	0.01672105582349034	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0161_000000027205	1138	0.5604441895733785	2	1	1	1	1	False	85290	fragment	False	MON0081_000000031907	0.3100097666985138		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.473	100.0	0.016417824241199065	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0101_000000034056	1137	0.5604441895733785	1	1	1	1	1	False	4926	fragment	False	SPA0101_000000034056	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	99.191	98.0	0.01604239466312415	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0129_000000024065	1132	0.5604441895733785	2	1	1	1	1	False	85290	fragment	False	MON0081_000000031907	0.31018839194043396		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.47	100.0	0.0163311866462587	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0816_000000022780	1677	0.5604430761235556	2	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.1852146963274611		0	0	False	False	1.0	0					non-mobilizable	other	1689.0	81.528	100.0	0.00268524856541515	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
MON0038_000000015087	2120	0.5604418659863836	2	2	2	2	2	False	12005	fragment	False	MON0038_000000015087	1.0		0	0	False	False	0.9995282888412476	0					non-mobilizable	other	1542.0	99.351	100.0	0.0004279343075017634	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0049_000000009005	2140	0.5604350640957553	4	1	1	1	1	False	64186	fragment	False	ENG0049_000000009005	1.0		0	0	False	False	0.9995326995849609	0					non-mobilizable	no_good_hit	1107.0	90.605	52.0	0.009863667776591065	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	True	False
ISR0264_000000010738	1122	0.5604350640957553	1	1	1	1	1	False	26613	maximal	True	ISR0264_000000010738	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1009.0	91.57600000000001	90.0	0.009028980694495552	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	False	False
FIJ0066_000000014398	2243	0.560434771021219	3	2	2	2	2	False	53992	maximal	False	ISR0025_000000017644	0.991706427129897		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	1147.0	97.73299999999999	79.0	0.0003857368904153807	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CHI0132_000000015074	2042	0.5604297761910936	4	3	3	3	2	False	98877	fragment	False	CHI0132_000000015074	0.9815791196445462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0050_000000019596	1436	0.5604274968666836	3	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.7231588829283863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	92.641	25.0	6.108737121301647e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0083_000000007398	3275	0.5604255118158058	3	2	2	2	1	False	37838	maximal	True	ISR0083_000000007398	1.0		1	1	False	False	0.9996946454048157	0					non-mobilizable	no_good_hit	1693.0	98.76	52.0	0.04103509325055174	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	True	False
AST0150_000000016904	1648	0.5604240845817733	2	2	2	2	2	False	103927	maximal	False	ENG0025_000000015770	0.975206611570248		0	0	False	False	1.0	0					non-mobilizable	chromosome	1648.0	99.515	100.0	0.00032953919735696357	CP059481.1	enterobacteria	Enterobacter kobei strain IB2020 chromosome, complete genome	False	False
MON0079_000000009814	2344	0.5604237515095318	4	4	3	3	3	False	39953	maximal	True	MON0079_000000009814	1.0		8	5	False	False	0.9820818901062012	0					non-mobilizable	no_good_hit	1858.0	99.24700000000001	87.0	0.00043324159903245044	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0149_000000012451	2003	0.5604173369239892	3	2	2	2	2	False	39852	maximal	True	FIJ0149_000000012451	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	77.131	23.0	0.012391869659820623	NZ_QICA01000025.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_025, whole genome shotgun sequence	True	False
ENG0179_000000013814	2420	0.5604147229353655	4	3	3	3	1	False	74497	maximal	True	ENG0179_000000013814	1.0		0	0	False	False	0.9735537171363831	0					non-mobilizable	no_good_hit	261.0	100.0	11.0	0.001449008822234483	NZ_VJZV01000015.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold15_1, whole genome shotgun sequence	True	False
ISR0819_000000024473	1107	0.5604112099830341	2	2	2	1	1	False	21303	fragment	False	ISR0819_000000024473	1.0		0	0	False	False	0.9629629850387573	0					non-mobilizable	no_good_hit	191.0	96.859	25.0	5.276282830975668e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0037_000000003871	3235	0.5604107663242496	5	2	2	2	1	False	88002	maximal	True	CHI0037_000000003871	1.0		132	11	False	False	0.9996908903121948	0					non-mobilizable	chromosome	3236.0	99.969	100.0	0.0009114753193051599	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0017_000000003246	9919	0.5604098338411254	13	8	4	6	7	False	67275	maximal	True	ISR0017_000000003246	1.0		2	2	False	False	1.0	0					non-mobilizable	other	6567.0	95.051	91.0	0.0017572522808529396	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0118_000000002846	9482	0.5604095105879661	12	11	8	10	10	False	129900	maximal	True	SPA0118_000000002846	1.0		88	9	False	False	0.9985235333442688	0					non-mobilizable	no_good_hit	7159.0	99.176	84.0	0.0022558692156906626	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0101_000000003403	2664	0.5604094248928321	3	2	1	2	1	True	108507	fragment	False	AST0101_000000003403	1.0		0	0	False	False	0.9996246099472046	0					non-mobilizable	no_good_hit								True	True
ENG0127_000000011513	2234	0.5604074495638853	2	2	2	2	2	False	126286	fragment	False	DEN0061_000000017831	0.9098468709241199		0	0	False	False	0.9973142147064209	0					non-mobilizable	no_good_hit	498.0	75.904	22.0	0.0001607438976731413	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0821_000000014048	2153	0.5604074495638853	2	2	2	2	2	False	126286	fragment	False	DEN0061_000000017831	0.9153256687365969		0	0	False	False	0.9953553080558777	0					non-mobilizable	no_good_hit	430.0	73.953	20.0	0.00013829916452781562	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
CHI0048_000000014278	1375	0.5604057677117739	3	3	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.059359795181147285		0	0	False	False	0.9992727041244507	0					non-mobilizable	chromosome	1377.0	90.995	100.0	0.00048484643177374397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0090_000000046428	1337	0.5604057677117739	3	3	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.008017619681803518		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	91.773	100.0	0.021940452086168554	NZ_SMMX01000018.1	firmicutes	Extibacter muris strain DSM 28560 NODE_18_length_60254_cov_97.191262, whole genome shotgun sequence	False	True
FIJ0045_000000008036	2832	0.5604020973176636	3	3	3	3	2	False	87023	fragment	False	FIJ0045_000000008036	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2832.0	99.75299999999999	100.0	0.01161817211802848	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
FIJ0106_000000023150	1219	0.560401558318112	2	2	2	1	1	False	70682	maximal	False	DEN0069_000000020108	0.9331091180866966		0	0	False	False	0.9729286432266235	0					non-mobilizable	no_good_hit	649.0	95.84	53.0	0.00017828281986770415	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0131_000000013457	1960	0.5604000559185619	3	3	3	2	3	False	95176	maximal	True	ENG0131_000000013457	0.9875203472599023		7	4	False	False	0.9964285492897034	0					non-mobilizable	chromosome	1950.0	99.385	99.0	0.0004396074800694684	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CAN0007_000000022027	1838	0.5603914488820729	2	2	2	2	2	False	95255	fragment	False	DEN0071_000000022659	0.9754716981132074		0	0	False	False	0.9934711456298828	0					non-mobilizable	no_good_hit	917.0	75.13600000000001	50.0	0.0038969464671384547	NZ_KI912471.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ENG0125_000000011294	2307	0.5603912659112948	6	4	2	3	3	False	113682	fragment	False	ENG0125_000000011294	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2307.0	95.62200000000001	100.0	0.0007170815992195166	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0091_000000005229	6012	0.5603881423708379	8	7	7	7	4	False	90584	maximal	True	ISR0091_000000005229	1.0		1165	13	False	False	0.9953426718711853	0					non-mobilizable	other	6016.0	99.102	100.0	0.0011632345823482347	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0379_000000008934	2655	0.5603869699017049	5	5	3	3	3	True	32636	maximal	True	ISR0379_000000008934	1.0		6	2	False	False	0.9981167316436768	0					non-mobilizable	no_good_hit	288.0	73.958	11.0	7.93402234053659e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MAD0017_000000001222	2547	0.5603869221833376	4	4	4	4	3	False	90135	fragment	False	MAD0017_000000001222	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2547.0	98.351	100.0	0.0005644625052731222	CP057804.1	enterobacteria	Escherichia coli strain RHB14-C20 chromosome, complete genome	False	False
ENG0189_000000001358	7805	0.5603865601740241	15	3	1	3	1	True	54865	fragment	False	ENG0189_000000001358	1.0		0	0	False	False	0.9989750385284424	0					non-mobilizable	no_good_hit	151.0	94.70200000000001	3.0	5.271490549096027e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
ISR0330_000000008193	3268	0.5603865601740241	7	3	1	3	1	True	24675	fragment	False	ISR0330_000000008193	1.0		0	0	False	False	0.9923500418663025	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.670728924709317e-06	LN609529.1	nematodes	Strongyloides ratti genome assembly S_ratti_ED321, chromosome : 2	True	True
AUS0024_000000025229	1271	0.5603847437302005	1	1	1	1	1	False	98802	fragment	False	AUS0024_000000025229	1.0		0	0	False	False	0.9937057495117188	0					non-mobilizable	other	1271.0	100.0	100.0	0.00021251157727933309	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0321_000000002096	4454	0.5603831728559029	5	2	0	1	2	False	25037	maximal	True	ISR0321_000000002096	1.0		1	1	True	True	1.0	26					non-mobilizable	no_good_hit	1231.0	86.434	27.0	0.45587135377711296	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	True
FIJ0150_000000006863	3352	0.56038067547114	4	4	3	4	3	False	46600	maximal	True	FIJ0150_000000006863	1.0		20	5	False	False	0.9994033575057983	0					non-mobilizable	no_good_hit	368.0	83.696	11.0	8.998029014843315e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0167_000000019286	1315	0.5603747820000053	1	1	1	1	1	True	56038	maximal	True	ENG0167_000000019286	1.0		0	0	False	False	0.9984790682792664	0					non-mobilizable	no_good_hit	900.0	95.556	68.0	0.00031914162301324543	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
MON0061_000000002017	13773	0.5603690123449852	18	10	6	7	8	False	10848	fragment	False	MON0061_000000002017	1.0		0	0	False	False	0.9996369481086731	0					non-mobilizable	no_good_hit	2258.0	71.656	16.0	0.0006521594266209582	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0109_000000033490	1104	0.5603685187600359	2	1	1	1	1	False	8481	maximal	True	MON0109_000000033490	1.0		59	10	False	False	0.9637681245803833	0					non-mobilizable	chromosome	1104.0	92.572	100.0	0.0002571274181749688	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
ISR0125_000000001061	11930	0.5603650844446129	10	8	6	6	6	False	92519	maximal	True	ISR0125_000000001061	0.9999575731862538		29	7	False	False	1.0	0					non-mobilizable	no_good_hit	4551.0	95.825	48.0	0.01796979620536684	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
FIJ0132_000000001910	11785	0.5603650844446129	11	8	6	6	6	False	92519	maximal	False	ISR0125_000000001061	0.9938809723386421		0	0	False	False	0.9997454285621643	0					non-mobilizable	no_good_hit	4551.0	95.825	48.0	0.01796979620536684	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
USA0039_01_000000013821	1619	0.5603600245548735	2	2	2	2	2	False	1317	maximal	True	USA0039_01_000000013821	1.0		63	11	False	False	0.9993823170661926	0					non-mobilizable	chromosome	1582.0	96.77600000000001	98.0	0.0007357047129774402	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
MAD0002_000000009598	3489	0.5603592159969578	6	4	2	2	2	False	88485	backbone	False	ISR0182_000000007885	0.7334747703448903	PS458	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1093.0	87.83200000000001	44.0	0.00033847495876391934	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0166_000000016183	1343	0.5603504597184864	1	1	1	1	1	False	30201	maximal	True	ISR0166_000000016183	1.0		2	2	False	False	0.9962769746780396	0					non-mobilizable	no_good_hit								True	False
ENG0162_000000011586	2131	0.560348956068678	3	3	3	3	2	False	65265	maximal	True	ENG0162_000000011586	0.9724658869395711		167	9	False	False	0.9892069697380066	0					non-mobilizable	other	2131.0	98.686	100.0	0.0010242723698921628	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
MON0037_000000067268	1154	0.5603480124327883	4	3	1	2	2	False	13623	fragment	False	MON0011_000000040539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	82.575	81.0	0.16165987780040733	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MON0011_000000040539	1154	0.5603480124327883	4	3	1	2	2	False	13623	fragment	False	MON0011_000000040539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	82.575	81.0	0.16165987780040733	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ENG0054_000000013436	1987	0.5603457940665771	2	2	0	2	1	False	82887	maximal	True	ENG0054_000000013436	1.0		0	0	False	False	0.9854051470756531	0	rep_cluster_2232				non-mobilizable	no_good_hit	1526.0	98.1	77.0	0.018114132115416636	CP026855.1	enterobacteria	Escherichia coli strain MS7163 plasmid pMS7163B, complete sequence	True	True
ISR0149_000000003592	4249	0.5603420617654671	8	7	5	5	6	False	30880	maximal	True	ISR0149_000000003592	1.0		6	1	False	False	0.999764621257782	0					non-mobilizable	no_good_hit	682.0	79.619	34.0	0.005341745861917049	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
FIJ0055_000000007347	1876	0.5603414645098777	3	3	3	3	2	False	105479	fragment	False	FIJ0055_000000007347	0.9532913507219891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	68.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
DEN0069_000000014657	1875	0.5603414645098777	3	3	3	3	2	False	105479	fragment	False	FIJ0055_000000007347	0.7735787043301526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	68.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0119_000000020176	1543	0.5603414645098777	3	3	3	3	2	False	105476	fragment	False	MON0066_000000019868	0.8951318383951359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	82.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0301_000000013429	1464	0.5603414645098777	3	3	3	3	2	False	105476	fragment	False	MON0066_000000019868	0.8469901945917055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	82.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0108_000000015785	1433	0.5603414645098777	3	3	3	3	2	False	105476	fragment	False	MON0066_000000019868	0.5804311623667199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	77.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0109_000000008243	1725	0.5603398595491303	2	2	2	2	2	False	14582	maximal	True	MAD0109_000000008243	1.0		186	12	False	False	1.0	0					non-mobilizable	chromosome	1725.0	99.594	100.0	0.00047993875491526605	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0009_000000011851	2988	0.560337943982953	3	2	2	2	1	False	8140	maximal	True	SPA0009_000000011851	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1998.0	99.9	67.0	0.0005306488929845665	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0064_000000015535	1484	0.5603363310775744	3	2	2	2	1	False	35226	fragment	False	ISR0064_000000015535	1.0		0	0	False	False	0.9818059206008911	0					non-mobilizable	no_good_hit	1062.0	80.132	71.0	0.007493915197062214	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	True	False
FIJ0078_000000006557	3838	0.5603352499215029	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9665029036237492		0	0	False	False	1.0	0					non-mobilizable	chromosome	3851.0	83.615	100.0	0.0010222131287697777	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0258_000000000408	18558	0.5603342502859354	15	5	3	5	1	False	34311	maximal	True	ISR0258_000000000408	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	84.259	1.0	0.0004652473639710652	CP010270.1	firmicutes	Paenibacillus polymyxa strain Sb3-1 plasmid pSb31l, complete sequence	True	False
AST0140_000000016504	1750	0.5603334264148043	4	3	3	3	3	False	105524	fragment	False	AST0140_000000016504	1.0		0	0	False	False	0.9994285702705383	0					non-mobilizable	other	1445.0	81.176	93.0	0.0029734211280181165	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0064_000000020376	1418	0.5603328240536458	1	1	1	1	1	False	10701	maximal	True	MON0064_000000020376	1.0		28	7	False	False	0.9781382083892822	0					non-mobilizable	no_good_hit	1272.0	73.34899999999999	88.0	0.0028801830140120104	NZ_FOZC01000001.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ISR0185_000000005313	5621	0.5603308862725886	7	6	1	4	4	True	29406	maximal	True	ISR0185_000000005313	1.0		2	1	False	False	0.9985767602920532	0			MPF_F		non-mobilizable	plasmid	4752.0	99.93700000000001	100.0	0.009681100356597045	CP044111.1	enterobacteria	Klebsiella michiganensis strain FDAARGOS_647 plasmid unnamed2	False	True
ISR0286_000000002532	4952	0.5603288359203742	6	4	2	3	3	False	26052	maximal	True	ISR0286_000000002532	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	2564.0	91.264	52.0	0.0006571048468084266	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ISR0042_000000005886	4266	0.5603288359203742	6	4	2	3	3	False	73272	maximal	True	ISR0042_000000005886	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3661.0	83.17399999999999	88.0	0.0006928949563235867	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
CHI0122_000000009495	1507	0.5603256633514689	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.13667885882182593		0	0	False	False	1.0	0					non-mobilizable	chromosome	1512.0	86.574	99.0	0.0002730531717076274	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0063_000000014109	1406	0.5603256633514689	2	2	2	2	1	True	35264	fragment	False	ISR0063_000000014109	1.0		0	0	False	False	0.962304413318634	0					non-mobilizable	chromosome	1406.0	98.57799999999999	100.0	0.0002804199793147853	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MAD0085_000000008428	1370	0.5603256633514689	2	2	2	2	1	True	67385	fragment	False	MAD0085_000000008428	1.0		0	0	False	False	0.9919707775115967	0					non-mobilizable	chromosome	1334.0	90.03	97.0	0.00019639697076840462	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	True
USA0005_01_000000023188	1321	0.5603251645212723	2	1	1	1	1	False	2151	fragment	False	USA0005_01_000000023188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0012_000000018616	1291	0.5603234314871294	2	1	1	1	1	True	124687	maximal	True	AST0012_000000018616	1.0		1	1	False	False	0.989930272102356	0					non-mobilizable	no_good_hit	951.0	86.435	80.0	0.014408739577627654	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
AST0012_000000003127	5571	0.5603213153683468	5	5	3	5	3	False	125615	maximal	True	AST0012_000000003127	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1679.0	91.54299999999999	30.0	0.0007395620203333195	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
AST0052_000000003358	5689	0.5603187690098963	7	3	3	2	2	False	129836	maximal	True	AST0052_000000003358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.354615171726345e-05	NZ_JADR01000001.1	CFB group bacteria	Olleya marilimosa CAM030 M890DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0001_000000005280	5654	0.5603187690098963	5	3	3	2	2	False	129816	maximal	True	ISR0001_000000005280	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	98.524	15.0	0.9988649262202043	GQ879421.1		Uncultured organism clone VC1C785TR genomic sequence	True	False
ENG0078_000000022081	1163	0.5603175262335348	2	2	2	2	1	False	61877	fragment	False	ENG0078_000000022081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	92.30799999999999	36.0	0.00011524512499236327	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0011_000000005637	4452	0.5603069228579257	5	4	1	4	1	True	38263	maximal	True	ISR0011_000000005637	1.0		1	1	False	False	0.9970799684524536	0					non-mobilizable	no_good_hit	28.0	96.429	1.0	3.0457637509803413e-07	CP046688.1	eudicots	Solanum tuberosum cultivar P8 chromosome 1	True	True
ENG0163_000000018399	1415	0.5603047008749763	3	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.5389635215133101		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	98.65700000000001	100.0	0.08024060833049597	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
SPA0116_000000016826	2380	0.5603027743452295	3	2	1	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.7479058058386845		0	0	False	False	0.9932773113250732	0					non-mobilizable	plasmid	1369.0	96.421	99.0	0.1652573085286301	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
AUS0012_000000001781	7314	0.5603009567934264	5	3	3	3	3	False	101311	maximal	True	AUS0012_000000001781	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	77.586	2.0	5.404652249678689e-05	NZ_CM001436.1	euryarchaeotes	Methanoplanus limicola DSM 2279 chromosome, whole genome shotgun sequence	True	False
CAN0013_000000006869	3323	0.5603006763235733	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.426222923795955	PS597	0	0	False	True	1.0	0					non-mobilizable	chromosome	3225.0	100.0	97.0	0.0005884700035446921	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ISR0363_000000001239	11635	0.5602889139904442	14	1	1	1	1	False	23720	maximal	True	ISR0363_000000001239	1.0		1	1	False	False	0.9987967610359192	0					non-mobilizable	no_good_hit	1063.0	73.848	9.0	0.02928928373126041	NZ_CYYU01000020.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0052_000000001773	13813	0.5602852728157222	15	11	5	10	9	False	117062	maximal	True	ISR0052_000000001773	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1524.0	74.60600000000001	11.0	0.015507146458669905	NZ_FOIN01000007.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	False
ENG0101_000000017506	1899	0.560285074088986	4	4	4	3	2	False	60484	fragment	False	ENG0101_000000017506	0.9583952864272861		0	0	False	False	0.9973670244216919	0					non-mobilizable	no_good_hit	1053.0	80.342	76.0	0.00036404548018767463	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0072_000000001286	11700	0.5602846012938935	17	8	4	8	3	True	5879	maximal	True	SPA0072_000000001286	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	4682.0	96.07	84.0	0.013912143534778872	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0289_000000008021	1423	0.5602735465040557	2	2	2	2	2	False	25934	fragment	False	ISR0289_000000008021	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	98.595	100.0	0.00041641799698843694	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
ENG0132_000000010162	1886	0.5602723670328705	3	1	1	1	1	False	63192	maximal	True	ENG0132_000000010162	0.9867109634551495		25	8	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	71.908	52.0	0.0002142839650288569	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0031_01_000000003027	10071	0.5602641016984277	10	4	3	4	0	True	1549	maximal	True	USA0031_01_000000003027	1.0		1	1	False	False	0.9991063475608826	0					non-mobilizable	other	9973.0	93.36200000000001	100.0	0.0033213351660400163	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	True
ISR0046_000000032493	1177	0.5602480165303324	2	2	2	1	1	False	36132	fragment	False	ISR0046_000000032493	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	99.235	100.0	0.0005695911004296635	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
TAN0006_000000001563	5371	0.5602437062784877	8	6	2	2	4	True	2891	maximal	True	TAN0006_000000001563	1.0		9	2	False	False	0.9998137950897217	0					non-mobilizable	no_good_hit	310.0	94.839	6.0	0.005742320343424207	NZ_JH379423.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld601, whole genome shotgun sequence	True	True
ISR0003_000000015362	1689	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.8792495165522083		0	0	False	False	0.9757252931594849	0					non-mobilizable	chromosome	1689.0	99.704	100.0	0.0007134787032101892	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0013_000000016395	1603	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.7111564680857658		0	0	False	False	0.981908917427063	0					non-mobilizable	chromosome	1579.0	99.43	99.0	0.000653504906670554	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
SPA0153_000000011715	1602	0.5602397483044589	4	4	4	4	2	True	100703	maximal	True	SPA0153_000000011715	1.0		5	5	False	False	0.9993757605552673	0					non-mobilizable	no_good_hit	1312.0	100.0	82.0	0.0005600197181618538	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	True	True
ISR0108_000000014320	1573	0.5602397483044589	4	4	4	4	2	True	100705	maximal	True	ISR0108_000000014320	1.0		16	5	False	False	0.9828353524208069	0					non-mobilizable	no_good_hit	1369.0	98.17399999999999	87.0	0.0005665365730832179	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	True	True
ENG0075_000000015659	1568	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.6892753385344661		0	0	False	False	0.9891581535339355	0					non-mobilizable	chromosome	1568.0	99.681	100.0	0.0006623347914279423	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
CHI0111_000000019731	1523	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.6409773021980645		0	0	False	False	0.9980301856994629	0					non-mobilizable	chromosome	1523.0	100.0	100.0	0.0006433143283684289	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
DEN0051_000000032152	1495	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.6096137508564013		0	0	False	False	1.0	0					non-mobilizable	other	1496.0	99.73299999999999	100.0	0.0006288429290106205	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	True
ISR0346_000000016861	1460	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.6066788342105155		0	0	False	False	0.998630166053772	0					non-mobilizable	other	1460.0	99.795	100.0	0.0006241655155183632	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	True
SPA0056_000000024687	1452	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.606159130028308		0	0	False	False	0.9993112683296204	0					non-mobilizable	chromosome	1452.0	99.931	100.0	0.0006133042644300856	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
SPA0009_000000025766	1447	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.603126885987017		0	0	False	False	0.9993089437484741	0					non-mobilizable	chromosome	1447.0	99.516	100.0	0.0005988390969870857	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
SPA0097_000000022674	1447	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.6058423270176949		0	0	False	False	1.0	0					non-mobilizable	chromosome	1447.0	100.0	100.0	0.0006111908796456952	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
SPA0144_000000012934	1441	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.5692414621013929		0	0	False	False	1.0	0					non-mobilizable	chromosome	1441.0	99.931	100.0	0.0006086548179044268	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0075_000000018920	1441	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.5704493892368837		0	0	False	False	0.9993060231208801	0					non-mobilizable	chromosome	1441.0	100.0	100.0	0.0006311183417014951	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	True
ISR0015_000000018607	1431	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.5683246522994793		0	0	False	False	0.99790358543396	0					non-mobilizable	chromosome	1431.0	99.86	100.0	0.0006044280483356461	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
SPA0107_000000023718	1396	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.5075119388384108		0	0	False	False	0.9892550110816956	0					non-mobilizable	chromosome	1396.0	99.713	100.0	0.0005777182159730183	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
ENG0190_000000021495	1395	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.4735986999015416		0	0	False	False	1.0	0					non-mobilizable	chromosome	1395.0	99.928	100.0	0.0006027641474327353	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	True
SPA0013_000000020428	1393	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.4794873093784807		0	0	False	False	1.0	0					non-mobilizable	chromosome	1393.0	100.0	100.0	0.0005883663239742793	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0106_000000019602	1381	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.46655049112598934		0	0	False	False	1.0	0					non-mobilizable	chromosome	1381.0	99.78299999999999	100.0	0.0005715061921453514	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
DEN0063_000000036686	1381	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.46938052131374614		0	0	False	False	0.9963794350624084	0					non-mobilizable	chromosome	1382.0	99.493	100.0	0.0005719203270671959	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
ISR0170_000000034337	1373	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.4509935221878002		0	0	False	False	0.9985433220863342	0					non-mobilizable	chromosome	1373.0	99.927	100.0	0.0005936772507377694	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	True
ISR0113_000000012025	1370	0.5602397483044589	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.45150735086792093		0	0	False	False	1.0	0					non-mobilizable	chromosome	1370.0	99.927	100.0	0.0005786447539660836	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
CHI0117_000000002124	7345	0.5602376047755239	4	4	3	3	4	True	119775	maximal	True	CHI0117_000000002124	1.0		185	11	False	False	1.0	0					non-mobilizable	other	7345.0	99.932	100.0	0.015624767266931796	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0182_000000013066	2190	0.5602373297631007	3	2	2	2	1	True	58063	fragment	False	ENG0182_000000013066	1.0		0	0	False	False	0.9995433688163757	0					non-mobilizable	other	2192.0	96.98899999999999	100.0	0.04380540713613896	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
ISR0842_000000003825	5113	0.5602367246752712	7	5	1	2	4	True	111290	fragment	False	ISR0842_000000003825	1.0		0	0	False	False	0.9996088147163391	0					non-mobilizable	other	5112.0	98.53299999999999	99.0	0.001225228732536715	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
MAD0111_000000009057	1882	0.5602353109495821	3	3	3	3	3	False	79131	fragment	False	MAD0100_000000018334	0.699908672820379		0	0	False	False	0.9994686245918274	0					non-mobilizable	other	1232.0	96.429	98.0	0.0025740375587836157	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0093_000000001309	12581	0.5602335829260464	15	8	3	8	1	False	82633	maximal	True	ISR0093_000000001309	1.0		2	1	False	False	0.9992846250534058	0					non-mobilizable	no_good_hit	804.0	98.632	7.0	0.00839026227415862	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
MON0101_000000039057	1668	0.560230030197047	2	2	2	2	1	False	111842	fragment	False	MON0101_000000039057	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	93.046	100.0	0.043458980044345896	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	False	False
MON0028_000000012836	2000	0.5602234531845994	5	2	1	2	1	False	15224	fragment	False	MON0028_000000012836	0.9611528822055138		0	0	False	False	0.9800000190734863	0					non-mobilizable	no_good_hit								True	False
AST0104_000000008304	3885	0.5602227819627931	5	4	2	2	3	False	124435	fragment	False	AST0104_000000008304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3457.0	98.756	89.0	0.03672328394379371	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
ENG0082_000000012271	1680	0.5602217065112478	2	2	2	2	2	True	87013	fragment	False	ENG0082_000000012271	1.0		0	0	False	False	0.999404788017273	0					non-mobilizable	no_good_hit	1292.0	91.09899999999999	77.0	0.007418756551890977	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0027_01_000000003855	6848	0.5602191658135914	5	4	3	4	3	False	130362	maximal	True	USA0027_01_000000003855	1.0	PS1101	47	8	False	True	1.0	0					non-mobilizable	no_good_hit	6065.0	99.242	89.0	0.0011742742711916996	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0222_000000014676	3818	0.5602169054424794	9	2	2	1	1	False	27895	maximal	True	ISR0222_000000014676	1.0		1	1	False	False	0.9955474138259888	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	1.1709941554084893e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0246_000000020386	1181	0.5602152093742999	2	2	2	1	1	False	27112	fragment	False	ISR0246_000000020386	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	81.456	100.0	0.00018319368695924871	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
MON0075_000000007965	2882	0.5602143285062208	2	2	2	2	2	False	62703	fragment	False	MON0044_000000018068	0.9428591629451124		0	0	False	False	0.9947952628135681	0					non-mobilizable	no_good_hit	1298.0	73.652	44.0	0.0005327811300744678	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0044_000000018068	2788	0.5602143285062208	2	2	2	2	2	False	62703	fragment	False	MON0044_000000018068	0.9493383238550172		0	0	False	False	0.9935437440872192	0					non-mobilizable	no_good_hit	1276.0	74.295	45.0	0.0003501009895945624	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0013_000000018586	2746	0.5602143285062208	2	2	2	2	2	False	62703	fragment	False	MON0044_000000018068	0.9426271277074756		0	0	False	False	0.9992716908454895	0					non-mobilizable	no_good_hit	1298.0	73.344	46.0	0.0005327811300744678	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0830_000000018512	1617	0.5602138721736977	2	2	1	2	2	False	108054	fragment	False	ISR0830_000000018512	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1370.0	98.39399999999999	99.0	0.0004121796838470425	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0279_000000000337	30067	0.5602123610715953	25	10	7	9	1	True	86183	fragment	False	DEN0007_000000000883	0.7370137610448598		0	0	False	False	0.9997339248657227	0					non-mobilizable	no_good_hit	1772.0	77.765	7.0	0.025725427397950862	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0011_000000003877	6312	0.5602098642700026	2	2	2	2	1	True	38273	fragment	False	ISR0011_000000003877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1407.0	80.028	22.0	0.0003663085362221677	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0049_000000021433	1374	0.5602031705011664	2	2	2	2	1	True	60735	fragment	False	ISR0049_000000021433	0.9892003163830712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	74.25	28.0	0.004355108877721943	NZ_OAOG01000019.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	True
ISR0381_000000015137	1253	0.5602031705011664	2	2	2	2	1	True	60735	fragment	False	ISR0049_000000021433	0.9632805098254495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	74.25	31.0	0.004355108877721943	NZ_OAOG01000019.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	True
FIJ0085_000000014042	2214	0.5601946511460337	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.30558107296616654	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2214.0	99.23200000000001	100.0	0.0006415078478179891	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0201_000000005197	1419	0.5601902875681575	2	2	2	2	1	True	54151	maximal	False	ISR0325_000000013626	0.938961038961039		0	0	False	False	0.9901338815689087	0					non-mobilizable	other	1419.0	96.68799999999999	100.0	0.007257948938435395	NZ_KE159494.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.10, whole genome shotgun sequence	False	True
SPA0003_000000014634	1242	0.5601902875681575	2	2	2	2	1	True	8369	fragment	False	SPA0003_000000014634	1.0		0	0	False	False	0.998389720916748	0					non-mobilizable	chromosome	1242.0	99.758	100.0	0.00022791920236727426	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
MON0107_000000011250	4735	0.5601867968970032	7	4	3	4	1	True	34710	maximal	True	MON0107_000000011250	1.0		1	1	False	False	0.9953537583351135	0					non-mobilizable	no_good_hit	172.0	100.0	4.0	0.0017120716066440394	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0182_000000003471	7256	0.5601851725794214	6	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.6414841015774386		0	0	False	False	1.0	0					non-mobilizable	other	7104.0	98.944	99.0	0.11745637972380717	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0049_000000008980	1833	0.5601803983069084	2	2	2	2	2	False	86782	fragment	False	ISR0345_000000005923	0.9605798575788402		0	0	False	False	0.987997829914093	0					non-mobilizable	other	1829.0	99.781	99.0	0.008031140439516023	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
DEN0007_000000019768	1286	0.5601777007552048	2	2	2	1	1	False	76237	fragment	False	DEN0007_000000019768	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0159_000000023082	1132	0.5601763366002708	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.049017266008517225		0	0	False	False	0.9964664578437805	0					non-mobilizable	chromosome	1132.0	97.96799999999999	100.0	0.0003907377379456885	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0098_000000018707	2381	0.5601715294659249	3	3	3	2	3	False	15323	maximal	True	MAD0098_000000018707	1.0		14	2	False	False	0.9970600605010986	0					non-mobilizable	no_good_hit	89.0	82.022	4.0	3.6468889312729107e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0085_000000007605	3002	0.5601703755099645	3	2	2	2	1	False	33999	fragment	False	ISR0085_000000007605	1.0		0	0	False	False	0.9986675381660461	0					non-mobilizable	other	3059.0	73.423	100.0	0.02866595272699457	NZ_JAAWUO010000017.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_17_length_104584_cov_146.344, whole genome shotgun sequence	False	False
FIJ0105_000000015174	2083	0.5601691406277954	3	3	0	2	2	True	42430	maximal	True	FIJ0105_000000015174	1.0		8	5	False	False	1.0	0					non-mobilizable	chromosome	1550.0	82.387	100.0	0.0006787521135698211	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
SPA0058_000000001703	12040	0.560166216732349	12	11	6	10	9	False	119746	fragment	False	SPA0058_000000001703	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9974.0	99.719	99.0	0.0015902966549872694	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
CAN0012_000000010229	5276	0.5601655738827104	6	5	4	4	3	True	118247	fragment	False	MON0015_000000005626	0.8061806233055958		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4325.0	93.156	87.0	0.03828566862297673	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	True
CHI0010_000000000247	18245	0.5601639919835019	24	12	5	11	6	True	90399	maximal	True	CHI0010_000000000247	1.0		21	4	False	False	0.9999451637268066	0					non-mobilizable	no_good_hit	1146.0	97.12	7.0	0.00032046339286488954	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0152_000000023014	1234	0.5601625855533899	2	1	1	1	1	False	39680	fragment	False	FIJ0152_000000023014	0.9574731626754749		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	99.43299999999999	100.0	0.01014581001909025	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0068_000000037457	1127	0.5601616122385672	2	2	2	2	1	True	10527	fragment	False	MON0068_000000037457	1.0		0	0	False	False	0.9964507818222046	0					non-mobilizable	no_good_hit	230.0	79.13	20.0	6.347677686738471e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
TAN0005_000000002062	5417	0.5601543461245305	4	3	3	3	3	False	41955	maximal	True	TAN0005_000000002062	1.0		14	4	False	False	0.9998154044151306	0					non-mobilizable	no_good_hit	1342.0	79.13600000000001	39.0	0.03967995258556823	NZ_LFQU01000030.1	CFB group bacteria	Prevotella rara strain 109 contig00030, whole genome shotgun sequence	True	False
ENG0043_000000019348	1785	0.5601453008143458	3	3	3	3	3	False	66409	maximal	True	ENG0043_000000019348	1.0		2	1	False	False	0.9994397759437561	0					non-mobilizable	no_good_hit	681.0	99.266	74.0	0.00021864642429496173	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
FIJ0063_000000025455	1165	0.5601436199181593	2	2	2	2	1	False	45538	maximal	True	FIJ0063_000000025455	1.0		0	0	False	False	0.9948498010635376	0					non-mobilizable	no_good_hit	133.0	96.241	11.0	4.1064976614740214e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0094_000000002466	5128	0.5601411502991557	5	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.7010557265022421		0	0	False	False	0.9998049736022949	0					non-mobilizable	chromosome	5076.0	94.307	100.0	0.002173129095788769	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0166_000000013835	1545	0.5601372994112838	2	2	2	2	2	False	30205	fragment	False	ISR0166_000000013835	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1547.0	91.08	100.0	0.008108988162137747	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	False	False
ISR0099_000000006252	3439	0.5601371131809544	4	4	2	4	3	False	33216	maximal	True	ISR0099_000000006252	1.0		89	8	False	False	0.9997091889381409	0					non-mobilizable	no_good_hit	1708.0	94.555	50.0	0.02439094132448816	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	False
ISR0053_000000015832	1128	0.560134899821271	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.06946820055422928		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	99.291	100.0	0.8423019431988041	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CAN0001_000000005678	8049	0.5601328002296968	5	5	3	5	3	False	106654	maximal	True	CAN0001_000000005678	1.0		4	3	False	False	1.0	0					non-mobilizable	other	8056.0	99.181	100.0	0.002439004442732012	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0375_000000002059	7230	0.5601310315894464	8	5	4	4	3	False	118464	fragment	False	ENG0122_000000003528	0.5184689714338846		0	0	False	False	0.9997233748435974	0					non-mobilizable	no_good_hit	2899.0	83.615	87.0	0.0008169139879453987	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0111_000000015550	1116	0.5601265797873753	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.05814047284337297		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	94.821	100.0	0.00046033938779402886	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	False	True
ISR0215_000000001663	14779	0.5601254908684693	17	10	6	4	8	False	28184	maximal	True	ISR0215_000000001663	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	3100.0	76.645	30.0	0.02034581942010778	NZ_FQZY01000007.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
MON0101_000000039335	1657	0.5601210665414633	3	3	3	3	1	False	99496	fragment	False	CAN0008_000000017203	0.935599891419978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	91.322	70.0	0.0002770975242769469	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0054_000000001561	8913	0.5601195951716103	9	4	3	4	1	True	102513	fragment	False	CHI0054_000000001561	0.9339209521670784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	98.361	1.0	8.446992307605672e-05	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
USA0009_01_000000003999	6066	0.560117636070509	11	5	2	3	4	False	2097	maximal	True	USA0009_01_000000003999	1.0		1	1	False	False	0.9991757273674011	0					non-mobilizable	no_good_hit	1524.0	87.139	25.0	0.005970583379845449	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0010_000000005398	4890	0.560116464317505	5	4	3	1	2	True	126477	maximal	True	AST0010_000000005398	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	4134.0	97.726	85.0	0.0009350991843165789	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0800_000000011335	1187	0.5601141193803438	2	2	2	2	1	True	21874	maximal	True	ISR0800_000000011335	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	85.081	63.0	0.000261624760280143	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0171_000000001053	19136	0.5601135393004096	18	10	3	6	7	False	30022	fragment	False	ISR0171_000000001053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	9.381051985651405e-06	CP046123.1	firmicutes	Enterococcus casseliflavus strain EC291 chromosome, complete genome	True	False
SPA0031_000000011946	2569	0.5601119725140135	4	2	2	2	2	True	88351	fragment	False	SPA0031_000000011946	1.0		0	0	False	False	0.9988322257995605	0					non-mobilizable	other	2572.0	97.006	100.0	0.0007785886014749879	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ITA0006_000000001751	13182	0.5601098847927629	18	11	7	8	7	True	20366	maximal	True	ITA0006_000000001751	1.0		10	5	False	False	0.9997724294662476	0					non-mobilizable	no_good_hit	8147.0	92.807	69.0	0.001300336396593474	CP039126.1	firmicutes	Blautia producta strain DSM 2950 chromosome, complete genome	True	True
FIJ0067_000000016974	1837	0.5601092284915653	2	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.4760340570375269		0	0	False	False	1.0	0					non-mobilizable	other	1841.0	86.257	100.0	0.0066495292031804615	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0126_000000038999	1178	0.5600988237867099	2	2	2	2	1	False	3940	fragment	False	SPA0126_000000038999	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1178.0	98.557	100.0	0.0016175959253624474	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
FIJ0165_000000003788	4800	0.5600974375351879	5	4	3	3	3	False	104065	maximal	True	FIJ0165_000000003788	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2217.0	98.647	46.0	0.15741073352970758	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0096_000000002251	6632	0.5600931899576846	7	6	6	6	4	False	126326	maximal	True	MAD0096_000000002251	1.0		63	9	False	False	1.0	0					non-mobilizable	no_good_hit	900.0	92.22200000000001	14.0	0.00038548600179836293	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
MON0004_000000014748	2691	0.5600886733640987	5	3	2	3	1	True	14241	maximal	True	MON0004_000000014748	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0089_000000002866	7621	0.5600863732977206	11	3	3	3	3	True	43595	maximal	True	FIJ0089_000000002866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	78.922	3.0	0.00047546711596277213	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
FIJ0141_000000004682	6201	0.5600826341337899	8	7	3	6	1	True	64766	fragment	False	ENG0041_000000003650	0.945435057975251		0	0	False	False	0.9995161890983582	0					non-mobilizable	other	6186.0	96.541	99.0	0.09944840229644758	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
FIJ0124_000000004003	6181	0.5600826341337899	8	7	3	6	1	True	64766	fragment	False	ENG0041_000000003650	0.9443112438622965		0	0	False	False	0.9987056851387024	0					non-mobilizable	other	6185.0	96.54	100.0	0.09943232073074634	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0842_000000012427	1814	0.5600807596054875	2	2	2	2	1	False	54632	fragment	False	ISR0842_000000012427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	84.565	42.0	0.004392512632062471	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
MAD0039_000000013301	1146	0.5600801688043463	2	2	2	2	1	False	18443	maximal	False	MAD0088_000000021914	0.9513093289689034		0	0	False	False	0.9938917756080627	0					non-mobilizable	no_good_hit	444.0	98.649	85.0	0.004701063310482416	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0098_000000011434	3067	0.5600745311102234	5	4	4	4	2	False	74437	fragment	False	FIJ0038_000000010383	0.9500307503075031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	76.59100000000001	16.0	0.000165193236673584	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0028_000000004383	5588	0.5600710982184353	5	4	3	3	4	False	7452	maximal	True	SPA0028_000000004383	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	81.319	2.0	2.852388875683385e-05	NC_010168.1	high GC Gram+	Renibacterium salmoninarum ATCC 33209, complete sequence	True	False
FIJ0172_000000003487	6901	0.5600706929832017	5	4	4	4	3	True	90788	maximal	True	FIJ0172_000000003487	1.0		20	2	False	False	0.9995653033256531	0					non-mobilizable	no_good_hit	995.0	77.387	17.0	0.01852767738253757	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0171_000000006699	3529	0.5600679550238695	8	4	3	3	2	False	55809	maximal	True	ENG0171_000000006699	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	91.89399999999999	78.0	0.00047828558043423394	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0232_000000011545	2344	0.5600664356923349	3	3	3	3	1	False	27455	maximal	True	ISR0232_000000011545	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	73.377	13.0	0.0010897021361734663	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
MON0051_000000002399	10151	0.5600596001946982	9	7	6	6	5	False	112408	maximal	True	MON0051_000000002399	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	4360.0	96.124	82.0	0.18704540563804606	NZ_CYXX01000043.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0082_000000014117	2790	0.5600575400150934	5	2	2	2	2	False	69284	maximal	True	DEN0082_000000014117	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.02951096121416526	XM_012813013.2	primates	PREDICTED: Otolemur garnettii RAB13, member RAS oncogene family (RAB13), transcript variant X2, mRNA	True	False
FIJ0028_000000024512	1228	0.5600569890242022	3	1	1	1	1	True	48907	fragment	False	FIJ0028_000000024512	1.0		0	0	False	False	0.990227997303009	0					non-mobilizable	no_good_hit								True	True
MON0022_000000008796	3067	0.5600565078268324	3	3	1	3	1	False	98418	maximal	True	MON0022_000000008796	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	81.832	41.0	0.0006806487959317445	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
AST0040_000000004563	4168	0.5600525205257222	5	3	3	2	3	False	116358	fragment	False	AST0040_000000004563	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3769.0	98.09	98.0	0.048498815531980634	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
FIJ0005_000000020239	1743	0.5600512184124431	2	2	2	2	2	False	126843	maximal	True	FIJ0005_000000020239	1.0		84	9	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	99.31700000000001	76.0	0.006891643685799656	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0100_000000014284	2125	0.5600496218240636	4	3	3	3	2	False	60576	maximal	True	ENG0100_000000014284	1.0		1	1	False	False	0.9976470470428467	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.672649891528141e-05	NZ_PYAV01000001.1	firmicutes	Salsuginibacillus halophilus strain CGMCC 1.07653 Ga0171601_101, whole genome shotgun sequence	True	False
ISR0307_000000002136	3642	0.5600484095830431	4	3	2	1	1	False	25440	maximal	True	ISR0307_000000002136	1.0		1	1	False	False	0.9969796538352966	0					non-mobilizable	no_good_hit	2371.0	99.87299999999999	65.0	0.12783293762141162	NZ_JNJN01000053.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00051.51_C, whole genome shotgun sequence	True	False
USA0086_01_000000001488	14861	0.5600448764314868	19	11	7	9	7	True	70747	maximal	True	USA0086_01_000000001488	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	89.865	1.0	0.08457997698504027	KU545982.1	bacteria	Uncultured bacterium clone CH_03C_000_Contig_13 genomic sequence	True	True
FIJ0149_000000012483	1998	0.5600438598167713	3	2	1	2	1	False	39851	maximal	True	FIJ0149_000000012483	1.0		4	3	False	False	0.9944944977760315	0					non-mobilizable	no_good_hit	760.0	99.079	38.0	0.01942716731935806	NZ_WNAJ01000032.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold32_size39069, whole genome shotgun sequence	True	False
ISR0210_000000004800	3987	0.5600359250165069	4	4	4	4	4	False	128222	maximal	True	ISR0210_000000004800	1.0		82	6	False	False	1.0	0					non-mobilizable	no_good_hit	1902.0	99.632	48.0	0.35047935103244837	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0137_000000008047	1975	0.560034695907204	2	2	2	1	1	False	80518	maximal	True	CHI0137_000000008047	1.0		306	14	False	False	0.9994936585426331	0					non-mobilizable	chromosome	1975.0	98.835	100.0	0.0008809051099190183	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
AUS0016_000000013475	2098	0.5600333470025889	2	1	1	1	1	False	100357	maximal	True	AUS0016_000000013475	1.0		485	12	False	False	1.0	0					non-mobilizable	other	2098.0	99.905	100.0	0.010660579748457088	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0103_000000001119	17033	0.5600330106188445	14	11	7	10	8	True	33080	maximal	True	ISR0103_000000001119	1.0		1	1	False	False	0.9999412894248962	0					non-mobilizable	no_good_hit	4171.0	94.054	24.0	0.001126062568920456	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
CHI0073_000000002992	3042	0.5600298381421482	5	5	5	4	3	False	87989	maximal	False	SPA0072_000000006185	0.9689052352097333		0	0	False	False	0.9976989030838013	0					non-mobilizable	chromosome	3043.0	99.77	100.0	0.0008570967299308491	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MON0066_000000033676	1113	0.5600244219038543	1	1	1	1	1	False	10612	maximal	True	MON0066_000000033676	1.0		221	13	False	False	0.9991015195846558	0					non-mobilizable	other	1011.0	99.70299999999999	91.0	0.0038812864350960524	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
MON0011_000000007118	6057	0.5600239852079288	10	8	5	6	6	False	13705	maximal	True	MON0011_000000007118	0.9813829787234043		2	1	False	False	0.9985141158103943	0					non-mobilizable	no_good_hit	425.0	82.588	7.0	0.001338286677419253	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
SPA0089_000000033062	1122	0.5600239844124364	2	2	2	2	1	False	5395	fragment	False	SPA0089_000000033062	1.0		0	0	False	False	0.9928698539733887	0					non-mobilizable	other	1122.0	99.822	100.0	0.0038484909864290053	NZ_KE150240.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.3, whole genome shotgun sequence	False	False
MAD0101_000000010347	2713	0.5600225245826839	5	2	2	2	1	False	54012	maximal	True	MAD0101_000000010347	1.0		1	1	False	False	0.9977884292602539	0					non-mobilizable	no_good_hit	1436.0	77.368	52.0	0.00046302786238302173	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
FIJ0039_000000017318	1324	0.5600222307658436	1	1	1	1	1	False	47544	maximal	True	FIJ0039_000000017318	1.0		77	12	False	False	0.9909365773200989	0					non-mobilizable	chromosome	1324.0	96.52600000000001	100.0	0.0005421617871422829	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
ISR0140_000000019976	1142	0.5600218903751428	2	2	2	2	2	False	31222	maximal	True	ISR0140_000000019976	1.0		134	12	False	False	0.9851138591766357	0					non-mobilizable	chromosome	1142.0	100.0	100.0	0.00021988962350309802	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
CHI0114_000000000845	7125	0.5600208742165708	10	6	5	5	4	False	82310	fragment	False	CHI0114_000000000845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	72.907	12.0	0.00020830697195683019	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ENG0181_000000011132	1825	0.5600205075242835	3	3	3	3	3	False	57666	maximal	True	ENG0181_000000011132	1.0		53	6	False	False	0.996712327003479	0					non-mobilizable	no_good_hit	79.0	83.544	4.0	0.0014546416291986246	NZ_AUFC01000022.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ISR0320_000000015956	1624	0.5600200463248453	3	3	3	3	2	False	114319	fragment	False	ISR0320_000000015956	1.0		0	0	False	False	0.9950739145278931	0					non-mobilizable	other	1624.0	99.2	100.0	0.002927800758017177	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0122_000000020131	1465	0.5600128686666095	3	3	3	3	2	False	73708	fragment	False	ENG0122_000000020131	0.9706630861339904		0	0	False	False	0.9965870380401611	0					non-mobilizable	no_good_hit	89.0	83.146	6.0	0.00012094175142896802	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
DEN0031_000000025471	1354	0.5600128686666095	3	3	3	3	2	False	73708	fragment	False	ENG0122_000000020131	0.9475994406704882		0	0	False	False	0.9970458149909973	0					non-mobilizable	no_good_hit								True	False
MAD0079_000000000427	10706	0.560011196766896	10	8	5	6	8	False	16183	fragment	False	MAD0079_000000000427	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5976.0	96.536	96.0	0.04154315059913991	CP034786.1	enterobacteria	Escherichia coli strain ECZP248 plasmid pTB402, complete sequence	False	True
AUS0018_000000012885	2179	0.560010698736069	4	2	1	2	1	True	99976	maximal	True	AUS0018_000000012885	1.0		0	0	False	False	0.9880679249763489	0					non-mobilizable	no_good_hit	679.0	83.06299999999999	31.0	0.0038112820745153783	NZ_CACWHY010000004.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	True
ISR0280_000000005128	2348	0.5600076553862782	3	2	2	2	1	True	61083	fragment	False	ISR0280_000000005128	1.0		0	0	False	False	0.9940374493598938	0					non-mobilizable	no_good_hit								True	True
DEN0094_000000010409	3245	0.5600060188513071	4	2	0	1	1	True	131228	fragment	False	DEN0094_000000010409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1560.0	90.57700000000001	48.0	0.00043728574825043545	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0138_000000012956	2265	0.5600060188513071	4	2	0	1	1	True	31354	maximal	True	ISR0138_000000012956	1.0		12	5	False	False	0.9995585083961487	0					non-mobilizable	no_good_hit	971.0	76.828	42.0	0.04978841230865681	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
DEN0022_000000020427	1992	0.5600060188513071	3	2	0	1	1	True	131221	fragment	False	DEN0022_000000020427	0.9237927565392354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	91.62700000000001	73.0	0.00041171183880905394	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
USA0116_01_000000012600	1988	0.5600060188513071	3	2	0	1	1	True	131221	fragment	False	DEN0022_000000020427	0.9229417670682731		0	0	False	False	0.9964788556098938	0					non-mobilizable	no_good_hit	1336.0	86.07799999999999	67.0	0.009035470326077372	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
MON0041_000000033396	1955	0.5600060188513071	4	2	0	1	1	True	11802	maximal	True	MON0041_000000033396	1.0		17	5	False	False	0.9677749276161194	0					non-mobilizable	no_good_hit	852.0	80.282	43.0	0.006010614489417482	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
MON0007_000000033773	1870	0.5600060188513071	3	2	0	1	1	True	13947	maximal	True	MON0007_000000033773	1.0		2	2	False	False	0.9828876852989197	0					non-mobilizable	no_good_hit	961.0	83.039	51.0	0.006785031722687583	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
DEN0035_000000018591	1828	0.5600060188513071	2	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.2579436079769641		0	0	False	False	1.0	0					non-mobilizable	other	1834.0	88.22200000000001	100.0	0.0005702515034972603	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0046_000000017752	1807	0.5600060188513071	3	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.3989942561702125		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	90.18799999999999	99.0	0.0005627234308438311	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0113_000000014270	1794	0.5600060188513071	3	2	0	1	1	True	131246	maximal	True	FIJ0113_000000014270	1.0		3	2	False	False	0.9960981011390686	0					non-mobilizable	no_good_hit	1343.0	90.69200000000001	75.0	0.0004209447292042482	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ISR0227_000000015514	1694	0.5600060188513071	2	2	0	1	1	True	131240	fragment	False	ISR0227_000000015514	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	88.446	86.0	0.0004557620652263582	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
MON0097_000000022728	1621	0.5600060188513071	3	2	0	1	1	True	131220	maximal	True	MON0097_000000022728	0.9880578252671276		21	8	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	1332.0	93.46799999999999	82.0	0.0003729294266891567	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0839_000000012850	1613	0.5600060188513071	2	2	0	1	1	True	131217	fragment	False	MON0058_000000020907	0.2119046826144878		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	92.434	91.0	0.00041171183880905394	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0130_000000010241	1608	0.5600060188513071	2	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.25876678772321815		0	0	False	False	0.9987562298774719	0					non-mobilizable	other	1608.0	89.61399999999999	100.0	0.0005012441708408262	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0293_000000022134	1591	0.5600060188513071	3	2	0	1	1	True	131220	maximal	False	MON0097_000000022728	0.9793337446020974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	93.882	83.0	0.0003706811709140902	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0148_000000022919	1589	0.5600060188513071	2	2	0	1	1	True	57288	fragment	False	ENG0148_000000022919	1.0		0	0	False	False	0.9968533515930176	0					non-mobilizable	no_good_hit	1332.0	88.213	84.0	0.00041686702318364074	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ENG0066_000000013372	1555	0.5600060188513071	2	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.07643178410794603		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	88.58200000000001	100.0	0.00048461967706450336	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0041_000000043766	1552	0.5600060188513071	2	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.28818646007453647		0	0	False	False	0.9961340427398682	0					non-mobilizable	other	1552.0	90.72200000000001	100.0	0.0004836786679828247	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
TAN0020_000000004676	1538	0.5600060188513071	2	2	0	1	1	True	27035	maximal	True	TAN0020_000000004676	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	93.898	60.0	0.00014248320974483982	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0066_000000021089	1522	0.5600060188513071	2	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.14322081334070788		0	0	False	False	1.0	0					non-mobilizable	other	1523.0	90.348	100.0	0.00047740527410496705	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0271_000000012512	1500	0.5600060188513071	2	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.24899283769764405		0	0	False	False	0.9933333396911621	0					non-mobilizable	other	1444.0	91.759	96.0	0.0004523116985935365	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0834_000000012104	1472	0.5600060188513071	2	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.14862297319760653		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	91.101	100.0	0.00046140811971643003	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0133_000000026514	1459	0.5600060188513071	3	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.10852676071602753		0	0	False	False	0.9801234006881714	0					non-mobilizable	no_good_hit	1274.0	91.915	87.0	0.00035541402378170026	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
USA0125_01_000000016427	1420	0.5600060188513071	3	2	0	1	1	True	136	fragment	False	USA0125_01_000000016427	1.0		0	0	False	False	0.9852112531661987	0					non-mobilizable	no_good_hit	659.0	81.94200000000001	46.0	0.004660712890139324	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ENG0148_000000026035	1392	0.5600060188513071	2	2	0	1	1	True	131217	fragment	False	MON0058_000000020907	0.1353872256712902		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	91.4	94.0	0.0003684329151390237	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0123_000000024711	1389	0.5600060188513071	2	2	0	1	1	True	131217	fragment	False	MON0058_000000020907	0.09371470924786891		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	90.115	100.0	0.0003903534089459221	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0142_000000026369	1386	0.5600060188513071	2	2	0	1	1	True	131217	fragment	False	MON0058_000000020907	0.13712874836911151		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	91.994	95.0	0.0003718052988016235	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0050_000000018812	1370	0.5600060188513071	2	2	0	1	1	True	6577	maximal	True	SPA0050_000000018812	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	86.914	98.0	0.00042063105951035533	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
USA0007_01_000000011881	1359	0.5600060188513071	2	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.0735832083958021		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	87.985	99.0	0.0004196900504286767	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0084_000000014551	1328	0.5600060188513071	2	2	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.10705116191904049		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	89.985	100.0	0.000416239683795855	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MAD0010_000000003004	1495	0.5600045283032591	2	1	1	1	1	False	19734	maximal	True	MAD0010_000000003004	1.0		67	9	False	False	1.0	0					non-mobilizable	other	1495.0	88.027	99.0	0.02571394102338728	NZ_CBYM010000021.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ENG0026_000000005251	2102	0.5599998761506111	2	2	1	2	2	False	66071	fragment	False	ENG0026_000000005251	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2102.0	100.0	100.0	0.0004095634727863494	CP054230.1	enterobacteria	Escherichia coli strain EcPF14 chromosome, complete genome	False	False
ENG0116_000000000686	19872	0.5599948547176533	21	4	1	4	1	True	90894	maximal	True	ENG0116_000000000686	1.0		1	1	False	False	0.9993458390235901	0					non-mobilizable	no_good_hit	10920.0	97.89399999999999	76.0	0.09265924215672959	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	True
FIJ0080_000000013182	1866	0.5599941784109409	3	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.8308025441270119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	84.04899999999999	30.0	0.006477776141975721	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
DEN0038_000000001413	2549	0.5599913545312246	4	2	2	1	1	False	73360	fragment	False	DEN0038_000000001413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1384.0	78.97399999999999	54.0	0.0008514730047605364	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0033_000000010619	2853	0.5599898108032944	3	3	3	2	2	False	110224	fragment	False	ISR0033_000000010619	1.0		0	0	False	False	0.9996494650840759	0					non-mobilizable	other	1527.0	97.184	99.0	0.007342789004644157	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
MON0056_000000009883	1950	0.5599843099187585	1	1	1	0	1	False	11068	maximal	True	MON0056_000000009883	1.0		347	14	False	False	0.9758974313735962	0					non-mobilizable	chromosome	1950.0	99.12799999999999	100.0	0.000519909548009472	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0026_000000016424	1948	0.5599752962379303	3	3	3	2	2	False	7520	maximal	True	SPA0026_000000016424	1.0		12	6	False	False	0.9984599351882935	0					non-mobilizable	no_good_hit	844.0	73.815	43.0	0.0002597670869190006	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0009_000000022231	1722	0.5599724817252644	2	2	2	2	2	False	47283	fragment	False	FIJ0165_000000009746	0.9364652802738096		0	0	False	False	0.9872241616249084	0					non-mobilizable	chromosome	1572.0	98.98200000000001	100.0	0.0005543622593279125	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0025_000000015986	2461	0.5599700973706269	4	2	2	2	1	True	73680	fragment	False	ISR0025_000000015986	0.9713283828382838		0	0	False	False	0.9987809658050537	0					non-mobilizable	no_good_hit								True	True
ISR0228_000000010873	2424	0.5599700973706269	4	2	2	2	1	True	73680	fragment	False	ISR0025_000000015986	0.9642421779764323		0	0	False	False	0.9983498454093933	0					non-mobilizable	no_good_hit								True	True
ISR0282_000000004672	4253	0.559965503176778	9	5	3	4	4	True	94235	fragment	False	ISR0282_000000004672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	82.538	26.0	0.11914020306761719	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CHI0125_000000000791	17529	0.5599652550740758	14	10	7	9	9	True	128599	maximal	True	CHI0125_000000000791	1.0		1	1	False	False	0.99994295835495	0					non-mobilizable	no_good_hit	5424.0	98.74600000000001	58.0	0.21816792050529027	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
MON0060_000000028484	1478	0.5599635959421922	2	2	2	2	2	False	78022	fragment	False	ENG0004_000000016563	0.9779859041879353		0	0	False	False	0.9878214001655579	0					non-mobilizable	chromosome	1483.0	87.66	100.0	0.0004974861466264683	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0135_000000008543	2356	0.5599611556525496	4	1	1	1	1	False	80686	maximal	True	CHI0135_000000008543	1.0		6	5	False	False	0.9974533319473267	0					non-mobilizable	no_good_hit								True	False
CHI0055_000000009370	1780	0.5599552805324933	4	4	4	2	3	False	86205	maximal	True	CHI0055_000000009370	1.0		171	9	False	False	0.9876404404640198	0					non-mobilizable	other	1739.0	98.792	98.0	0.024707338235921653	NZ_LT699711.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	False
AST0052_000000011609	2001	0.5599533477619001	3	3	3	2	1	False	121159	fragment	False	AST0052_000000011609	1.0		0	0	False	False	0.9800099730491638	0					non-mobilizable	no_good_hit	250.0	75.6	12.0	0.012466562358047746	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
AST0055_000000010576	3191	0.5599476755341881	5	5	5	5	5	True	116029	maximal	True	AST0055_000000010576	0.9677104511590874		20	6	False	False	1.0	0					non-mobilizable	other	3197.0	98.311	100.0	0.0014501489182660668	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
ISR0243_000000007611	1609	0.5599434741352266	3	3	3	3	2	False	87115	fragment	False	MON0051_000000021051	0.9604349502248676		0	0	False	False	1.0	0					non-mobilizable	chromosome	1609.0	99.068	100.0	0.00042894538388877935	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AUS0008_000000013323	1856	0.5599354684667012	2	2	2	2	1	False	101790	maximal	True	AUS0008_000000013323	1.0		62	9	False	False	0.9994612336158752	0					non-mobilizable	other	1856.0	99.73100000000001	100.0	0.0048572161736134024	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	False	False
FIJ0131_000000001100	14705	0.5599351042235029	16	13	10	12	12	False	104214	maximal	True	FIJ0131_000000001100	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2448.0	85.25299999999999	64.0	0.0010060875918060075	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
AST0118_000000004767	5764	0.5599347559046722	7	5	4	4	4	True	106003	maximal	True	AST0118_000000004767	1.0		1	1	False	False	1.0	0					non-mobilizable	other	5210.0	99.443	90.0	0.0018046195349978053	CP015516.1	firmicutes	Enterococcus hirae strain R17, complete genome	False	True
SPA0145_000000013320	2564	0.5599338901104904	3	3	3	3	2	False	3363	maximal	True	SPA0145_000000013320	1.0		7	4	False	False	0.9953197836875916	0					non-mobilizable	no_good_hit								True	False
MAD0109_000000003636	3791	0.5599337017251392	5	4	4	4	4	False	14599	maximal	True	MAD0109_000000003636	1.0		12	2	False	False	0.9928778409957886	0					non-mobilizable	no_good_hit	569.0	84.359	15.0	0.10119262739428984	MK233381.1	viruses	Uncultured human fecal virus clone EubacteriumR.sp_S02.L08_2_c7 sequence	True	False
ISR0327_000000013599	2056	0.5599301605044831	2	1	1	1	1	False	24785	maximal	True	ISR0327_000000013599	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	2.0	0.000147490153356239	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
ISR0301_000000018655	1099	0.5599296197264378	2	2	2	2	1	False	25546	maximal	True	ISR0301_000000018655	1.0		363	14	False	False	1.0	0					non-mobilizable	other	1100.0	99.36399999999999	100.0	0.0003099611180712127	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0361_000000004716	2651	0.5599289362987871	5	4	4	3	2	False	23761	maximal	True	ISR0361_000000004716	1.0		78	5	False	False	1.0	0					non-mobilizable	no_good_hit	1007.0	98.90799999999999	38.0	0.019758808971991986	NZ_JAAIPV010000031.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_31_length_50914_cov_74.5275, whole genome shotgun sequence	True	False
SPA0041_000000025837	1304	0.5599270669178958	3	3	2	3	2	True	6896	fragment	False	SPA0041_000000025837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	80.035	44.0	0.017132824797190943	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0078_000000007626	2452	0.5599270616988058	3	3	3	3	1	False	34428	maximal	True	ISR0078_000000007626	1.0		4	3	False	False	0.9991843104362488	0					non-mobilizable	no_good_hit	1910.0	92.775	78.0	0.0018674629810699153	NZ_LOJF01000001.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_1, whole genome shotgun sequence	True	False
ENG0188_000000002265	10554	0.5599197081509452	9	7	6	7	5	False	54935	backbone	True	ENG0188_000000002265	1.0	PS233	2	2	True	True	0.9995262622833252	15					non-mobilizable	no_good_hit	1224.0	76.062	11.0	0.00664373453589866	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
AUS0016_000000018748	1513	0.5599172674254126	2	2	2	2	2	False	100190	maximal	True	AUS0016_000000018748	1.0		354	12	False	False	1.0	0					non-mobilizable	chromosome	1511.0	97.022	99.0	0.0004035828293460993	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0166_000000003688	6771	0.5599157548019332	4	3	3	3	3	False	56187	maximal	True	ENG0166_000000003688	0.9911900851127371		20	6	False	False	0.9994092583656311	0					non-mobilizable	no_good_hit	2639.0	73.74	53.0	0.0004105533453409827	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
SPA0088_000000002431	6697	0.5599157548019332	4	3	3	3	3	False	56187	maximal	False	ENG0166_000000003688	0.9858218874612317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2639.0	73.74	54.0	0.0004105533453409827	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
ENG0194_000000014869	1802	0.5599140617858207	3	2	2	2	2	False	73414	maximal	True	ENG0194_000000014869	1.0		2	2	False	False	0.9955604672431946	0					non-mobilizable	no_good_hit	179.0	99.441	13.0	0.0004117596711474447	NZ_FOZH01000005.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0197_000000015444	1652	0.5599140617858207	3	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.8017930495521838		0	0	False	False	0.9654963612556458	0					non-mobilizable	no_good_hit	195.0	76.923	12.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
ISR0292_000000012385	1613	0.5599140617858207	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.8828439637263902		0	0	False	False	0.9981400966644287	0					non-mobilizable	no_good_hit	195.0	77.949	12.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
SPA0003_000000013300	1370	0.5599105632411655	4	3	3	3	2	False	41274	fragment	False	SPA0003_000000013300	0.9660377358490566		0	0	False	False	1.0	0					non-mobilizable	other	1370.0	100.0	100.0	0.00028088677329010946	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
FIJ0123_000000031919	1118	0.5599105632411655	3	3	3	3	2	False	41272	fragment	False	FIJ0123_000000031919	1.0		0	0	False	False	0.9991055727005005	0					non-mobilizable	chromosome	1118.0	99.64200000000001	100.0	0.00021441399522568945	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
DEN0071_000000032869	1336	0.5599101932587471	2	2	2	2	2	False	70387	maximal	False	ISR0066_000000023218	0.9780733285406182		0	0	False	False	0.996257483959198	0					non-mobilizable	no_good_hit	194.0	72.68	14.0	0.003884130261463295	NZ_LFMW01000025.1	g-proteobacteria	Pseudomonas fildesensis strain KG01 sole5_c41, whole genome shotgun sequence	True	False
SPA0020_000000023765	1449	0.5599076795798503	2	1	1	1	1	True	7714	fragment	False	SPA0020_000000023765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	79.487	8.0	2.5124173496618614e-05	NZ_CP024201.1	a-proteobacteria	Caulobacter mirabilis strain FWC 38 chromosome, complete genome	True	True
DEN0017_000000004171	7085	0.5599021005899919	8	4	3	4	3	False	104560	fragment	False	DEN0017_000000004171	1.0		0	0	False	False	0.9998588562011719	0					non-mobilizable	no_good_hit	998.0	95.391	14.0	0.0002775515885443853	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
DEN0094_000000026842	1451	0.5599010574639967	2	2	2	2	0	True	68313	maximal	True	DEN0094_000000026842	1.0		156	14	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	95.382	78.0	0.00025453340971598145	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0097_000000002332	11023	0.5598971062069051	11	6	6	6	4	True	48784	fragment	False	FIJ0097_000000002332	0.9726535794511182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	1.0	0.0029584896452862415	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
MON0062_000000013670	2865	0.5598968410979895	5	4	3	4	1	False	104119	fragment	False	CHI0141_000000009837	0.9632268861135753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	84.88799999999999	69.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0152_000000001941	3782	0.5598930099858261	5	3	1	2	3	False	111020	fragment	False	ENG0114_000000004403	0.7084962894717428		0	0	False	False	0.9997355937957764	0					non-mobilizable	other	3782.0	99.41799999999999	100.0	0.019770658272459645	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
ENG0181_000000005843	3594	0.5598930099858261	5	3	1	2	3	False	111020	fragment	False	ENG0114_000000004403	0.31713773756767266		0	0	False	False	1.0	0					non-mobilizable	other	3587.0	99.387	100.0	0.018751013108976537	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
ISR0842_000000006402	3263	0.5598930099858261	5	3	1	2	3	False	111020	fragment	False	ENG0114_000000004403	0.1589918382489334		0	0	False	False	0.9947900772094727	0					non-mobilizable	other	3263.0	99.387	100.0	0.017056833452727682	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
MON0033_000000017844	3749	0.5598928109479121	3	3	3	3	3	False	131879	maximal	True	MON0033_000000017844	0.9943880277926243		123	10	False	False	0.9997332692146301	0					non-mobilizable	no_good_hit	2321.0	100.0	62.0	0.1344927536231884	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	True	False
ISR0049_000000013099	2261	0.5598916563627714	3	3	3	3	1	False	63730	fragment	False	ISR0049_000000013099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1641.0	76.47800000000001	71.0	0.0006820759665812413	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
ISR0186_000000020077	1586	0.5598914103496178	2	2	2	2	2	False	29319	fragment	False	ISR0186_000000020077	1.0		0	0	False	False	1.0	0					non-mobilizable	other	702.0	90.741	90.0	0.00021745771707351065	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0081_000000015673	3599	0.5598908184858398	5	4	3	3	3	False	86864	maximal	True	MON0081_000000015673	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2032.0	99.213	56.0	0.0006114952066423253	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0145_01_000000020011	1166	0.5598886015547044	2	2	2	2	2	False	76345	maximal	False	FIJ0061_000000023784	0.7673467362098941		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	98.714	100.0	0.0038087329506074357	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	False	False
MON0061_000000010574	3972	0.5598873740083291	6	5	4	3	3	False	117483	maximal	True	MON0061_000000010574	1.0		1	1	False	False	0.997230589389801	0					non-mobilizable	no_good_hit	2102.0	99.001	67.0	0.026115180381281633	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
TAN0018_000000000386	10725	0.5598852988411316	10	7	5	6	4	False	126266	maximal	True	TAN0018_000000000386	1.0		4	1	False	False	0.9998134970664978	0					non-mobilizable	no_good_hit	1459.0	73.681	14.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
ISR0309_000000010652	1805	0.5598846011213249	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.9411634488270029		0	0	False	False	0.9994459748268127	0					non-mobilizable	chromosome	1792.0	99.944	99.0	0.0007570144297686308	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ISR0006_000000011969	1603	0.5598846011213249	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.6656955452946184		0	0	False	False	0.978789746761322	0					non-mobilizable	chromosome	1603.0	99.251	100.0	0.000663444144794821	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
SPA0139_000000017913	1575	0.5598846011213249	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.6649538577251642		0	0	False	False	1.0	0					non-mobilizable	chromosome	1573.0	98.919	99.0	0.0006644481762123326	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
USA0130_01_000000021553	1574	0.5598846011213249	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.6490380138769174		0	0	False	False	0.987293541431427	0					non-mobilizable	chromosome	1560.0	100.0	99.0	0.0006589533757729177	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
SPA0113_000000019298	1546	0.5598846011213249	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.6246217125433529		0	0	False	False	0.9993531703948975	0					non-mobilizable	chromosome	1546.0	99.741	100.0	0.0006398384542496869	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
SPA0155_000000012702	1534	0.5598846011213249	4	4	4	4	3	True	100701	fragment	False	ISR0309_000000010652	0.6274897942315042		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	100.0	100.0	0.0006548514324501311	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	True
DEN0061_000000002022	12342	0.5598805228730666	9	9	7	7	4	True	71964	maximal	True	DEN0061_000000002022	1.0		4	4	False	False	0.9995138645172119	0					non-mobilizable	no_good_hit	947.0	87.012	8.0	0.173179233168226	AF320327.2	firmicutes	Ruminococcus gnavus putative ruminococcin A modifying enzyme (rumM) gene, partial cds; RumA (rumA3), RumA (rumA2), RumA (rumA1), putative ruminococcin B modifying enzyme (rumM2), and RumB (rumB) genes, complete cds; and insertion sequence ISRgn1, complete sequence	True	True
ISR0150_000000005233	4252	0.5598804644274695	5	5	3	4	3	False	30832	fragment	False	ISR0150_000000005233	0.9582242323256368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1370.0	78.029	32.0	0.0003663727663090634	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0006_000000003362	5349	0.5598783220124713	5	3	2	3	2	True	14064	fragment	False	MON0006_000000003362	0.991127243395846		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	0.005289532293986637	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
CHI0139_000000001384	6746	0.5598759939684257	8	7	2	2	7	False	86935	fragment	False	CHI0139_000000001384	1.0		0	0	False	False	0.9961458444595337	0					non-mobilizable	other	4635.0	93.93700000000001	97.0	0.03295786697084195	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0182_000000012011	2370	0.5598729478621739	4	4	2	2	2	True	117185	maximal	False	ISR0279_000000007893	0.941131498470948		0	0	False	False	1.0	0					non-mobilizable	other	2370.0	100.0	100.0	0.011730510220250356	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
CHI0188_000000007230	2095	0.5598729478621739	5	4	2	2	2	True	127709	fragment	False	CHI0188_000000007230	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1941.0	88.666	92.0	0.023796653480429496	NZ_JAAITU010000015.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_15_length_81398_cov_163.319, whole genome shotgun sequence	False	True
ISR0067_000000014156	2088	0.5598729478621739	4	4	2	2	2	True	117184	fragment	False	ISR0160_000000014367	0.4188577589170547		0	0	False	False	1.0	0					non-mobilizable	other	2088.0	99.521	100.0	0.010334138805260656	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
SPA0049_000000009327	2072	0.5598729478621739	4	4	2	2	2	True	117184	fragment	False	ISR0160_000000014367	0.5188144598513605		0	0	False	False	1.0	0					non-mobilizable	other	2100.0	91.476	100.0	0.03285186113548064	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0093_000000008703	2032	0.5598729478621739	4	4	2	2	2	True	117184	fragment	False	ISR0160_000000014367	0.41420314409101194		0	0	False	False	1.0	0					non-mobilizable	other	2032.0	99.803	100.0	0.01005684519093646	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
MON0059_000000007508	4665	0.5598693874105027	9	4	4	4	2	False	10956	maximal	True	MON0059_000000007508	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	1.0	0.0013591722202735883	NZ_PXOH01000034.1	cyanobacteria	Aphanothece hegewaldii CCALA 016 NODE_120_length_45616_cov_68.9682_ID_75161, whole genome shotgun sequence	True	False
MAD0099_000000021997	1432	0.5598686427069427	2	2	2	2	1	False	24229	maximal	True	MAD0099_000000021997	0.985252808988764		30	3	False	False	0.9979050159454346	0					non-mobilizable	chromosome	1433.0	89.602	100.0	0.0005918445126908374	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0056_000000010064	1917	0.5598682875241965	3	3	3	3	2	False	11067	maximal	True	MON0056_000000010064	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	95.48299999999999	33.0	0.0028052516411378554	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0357_000000019574	1355	0.5598672405582308	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.209305757641125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0119_01_000000002007	8655	0.5598655841500442	5	5	5	5	5	False	237	maximal	True	USA0119_01_000000002007	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4967.0	85.887	77.0	0.002119897350535243	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0391_000000004038	3176	0.5598650045038946	4	3	3	3	3	False	65160	fragment	False	ISR0391_000000004038	1.0		0	0	False	False	0.998740553855896	0					non-mobilizable	chromosome	3163.0	98.735	99.0	0.001115781963077568	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0020_000000012911	1652	0.5598619057909536	2	2	2	2	2	True	32514	fragment	False	MON0020_000000012911	0.9290288168833561		0	0	False	False	0.9836561679840088	0					non-mobilizable	no_good_hit	981.0	70.234	58.0	0.0004032536956189127	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0077_000000010592	3585	0.5598589876917857	5	3	3	3	2	True	14306	maximal	True	MON0077_000000010592	1.0		5	3	False	False	0.9921897053718567	0					non-mobilizable	no_good_hit	1670.0	82.635	47.0	0.0005186008789149389	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0057_000000012395	1260	0.5598565984741803	1	1	1	1	1	False	16982	maximal	True	MAD0057_000000012395	1.0		17	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0370_000000001395	14918	0.5598533928395057	17	9	7	6	6	True	129796	backbone	True	ISR0370_000000001395	1.0	PS1065|PS1066|PS66	1	1	True	True	0.9999329447746277	33					non-mobilizable	no_good_hit	931.0	72.18	6.0	0.015405247412399849	NZ_FQZY01000026.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0061_000000008335	1950	0.5598479482226653	4	2	2	2	2	False	6197	fragment	False	SPA0061_000000008335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	94.537	34.0	0.00010254998213999547	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
SPA0071_000000016631	1168	0.5598467426757012	2	1	1	1	1	False	39630	fragment	False	SPA0071_000000016631	0.9721485411140584		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	96.404	100.0	0.012187989556135771	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
AST0094_000000002111	8455	0.5598426320437487	8	7	7	6	6	False	109413	maximal	False	SPA0090_000000003161	0.9473013666898309		0	0	False	False	0.9952690601348877	0					non-mobilizable	no_good_hit	2562.0	72.56	30.0	0.0026239085291100603	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0129_000000006867	4110	0.5598396806585588	7	3	3	3	2	True	54119	fragment	False	SPA0129_000000006867	1.0		0	0	False	False	0.9951338171958923	0					non-mobilizable	no_good_hit	1917.0	98.696	79.0	0.011030216457198152	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MAD0070_000000015969	1345	0.5598379839943813	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.04826642412481454		0	0	False	False	0.9985129833221436	0					non-mobilizable	other	1212.0	93.48200000000001	95.0	0.002532217289753825	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0254_000000011390	1206	0.5598368221757508	3	3	3	2	3	False	60042	maximal	True	ISR0254_000000011390	1.0		0	0	False	False	0.9983416199684143	0					non-mobilizable	no_good_hit	1059.0	96.223	88.0	0.00031854353945227974	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0161_000000014023	2183	0.5598348469665521	3	1	1	1	1	False	30399	fragment	False	ISR0161_000000014023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	91.959	70.0	0.0002145622463734316	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0014_000000005371	3869	0.5598242906541123	6	6	5	5	5	False	131923	fragment	False	ISR0067_000000006929	0.988665308201732		0	0	False	False	0.9989661574363708	0					non-mobilizable	chromosome	3869.0	99.27600000000001	100.0	0.0008608280507096267	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0101_000000003301	6940	0.5598223304703058	8	5	4	4	3	True	33150	fragment	False	ISR0101_000000003301	1.0		0	0	False	False	0.9985590577125549	0					non-mobilizable	no_good_hit								True	True
ISR0168_000000003952	6323	0.5598208045607049	4	4	3	3	2	False	112780	maximal	True	ISR0168_000000003952	1.0	PS721	0	0	False	True	0.9988929033279419	0					non-mobilizable	no_good_hit	2287.0	74.377	36.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CAN0011_000000014838	2041	0.5598167680462376	3	3	3	3	2	False	94470	maximal	True	CAN0011_000000014838	1.0		6	3	False	False	0.9995100498199463	0					non-mobilizable	other	2041.0	98.13799999999999	100.0	0.004948393591345163	NZ_QRUP01000001.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf1, whole genome shotgun sequence	False	False
FIJ0169_000000011872	1920	0.5598088269744692	6	5	4	4	1	False	45423	fragment	False	FIJ0169_000000011872	0.9843128138192747		0	0	False	False	1.0	0					non-mobilizable	other	1920.0	98.125	100.0	0.0004477063158552894	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0010_01_000000022081	1183	0.5598083972754905	2	2	2	2	2	False	112566	fragment	False	MON0037_000000057251	0.47823758573388203		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	85.56299999999999	96.0	0.002371209253989131	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0050_000000003056	8004	0.5598067277254323	12	5	1	4	4	False	105645	maximal	False	SPA0021_000000003328	0.9505372359237514		0	0	False	False	0.9997501373291016	0					non-mobilizable	chromosome	4489.0	97.884	99.0	0.0018352758168469977	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
AST0055_000000018317	1939	0.5598046478918729	4	1	1	1	1	True	113782	fragment	False	AST0055_000000018317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	366.0	78.962	18.0	0.0723161540028519	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
MON0043_000000004139	5213	0.5598023340494618	4	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.9722272179100517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1574.0	88.374	64.0	0.013641961389693511	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
DEN0040_000000006065	1376	0.5597998378340631	2	2	2	1	1	False	73175	maximal	True	DEN0040_000000006065	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	72.12	31.0	0.0007822729189321142	NZ_NGOA01000011.1	firmicutes	Lactobacillus taiwanensis strain 601c 601c_11, whole genome shotgun sequence	True	False
CHI0187_000000001895	9615	0.559799175197118	14	8	4	5	3	True	119049	maximal	True	CHI0187_000000001895	1.0		2	2	False	False	0.9998959898948669	0					non-mobilizable	no_good_hit	1871.0	96.259	19.0	0.0005587525796342009	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0017_000000007371	4485	0.5597980478783068	5	2	2	2	2	False	106504	maximal	True	ISR0017_000000007371	1.0		9	5	False	False	0.9982162714004517	0					non-mobilizable	chromosome	1669.0	98.86200000000001	99.0	0.0003773882021388951	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0035_01_000000012421	2035	0.5597918697598409	3	2	2	2	1	False	62385	maximal	True	USA0035_01_000000012421	1.0		109	12	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	88.10600000000001	26.0	0.00015949824393139177	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0048_000000017302	1379	0.559790688783927	3	3	2	3	2	False	17522	fragment	False	MAD0048_000000017302	1.0		0	0	False	False	0.9912980198860168	0					non-mobilizable	no_good_hit	438.0	80.137	47.0	0.0001101775707846568	LT827128.1	actinobacteria	Gordonibacter sp. Marseille-P2775 genome assembly, chromosome: contig00001	True	False
DEN0035_000000007216	4189	0.5597902602971347	4	4	4	4	3	False	76766	maximal	True	DEN0035_000000007216	1.0		19	7	False	False	0.9973740577697754	0					non-mobilizable	no_good_hit	2427.0	98.55799999999999	65.0	0.0005008340001822341	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ISR0024_000000015486	1652	0.5597884188602552	2	2	2	1	1	False	37435	maximal	True	ISR0024_000000015486	1.0		83	8	False	False	1.0	0					non-mobilizable	other	1515.0	98.74600000000001	92.0	0.004994392030085109	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0144_000000000034	45953	0.5597832775535921	51	33	21	30	25	True	123705	maximal	True	ISR0144_000000000034	1.0	PS672|PS902	24	8	False	True	1.0	0	rep_cluster_1702				non-mobilizable	no_good_hit	21489.0	98.49700000000001	81.0	0.21855766589690637	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
USA0111_01_000000007662	3190	0.5597831506505566	5	3	2	2	2	False	35730	maximal	True	USA0111_01_000000007662	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1766.0	97.735	55.0	0.006840714069779159	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
AST0149_000000013947	1932	0.559780215553395	3	2	2	1	1	True	118240	fragment	False	MAD0072_000000001538	0.2915542674400318		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	94.97200000000001	100.0	0.0033850208469872966	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0147_000000007324	3278	0.5597754749200953	5	3	3	2	1	False	30958	maximal	True	ISR0147_000000007324	1.0		31	10	False	False	0.9969493746757507	0					non-mobilizable	no_good_hit	989.0	78.665	30.0	0.07011997988361234	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0139_000000013821	1879	0.5597742508485151	5	4	2	2	3	False	88524	fragment	False	CHI0030_000000003021	0.9433275979970441		0	0	False	False	1.0	0					non-mobilizable	plasmid	1879.0	98.137	100.0	0.4513788098693759	LN853919.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1358	False	True
MON0077_000000023800	1825	0.5597742508485151	5	4	2	2	3	False	88524	fragment	False	CHI0030_000000003021	0.7079610197118932		0	0	False	False	1.0	0					non-mobilizable	other	1735.0	99.07799999999999	95.0	0.2818344446251423	NZ_PDOH01000017.1	g-proteobacteria	Halomonas heilongjiangensis strain 9-2 1236, whole genome shotgun sequence	False	False
MON0084_000000021274	1656	0.5597742508485151	5	4	2	2	3	False	88524	fragment	False	CHI0030_000000003021	0.46684931506849314		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	99.57700000000001	100.0	0.38968683776783614	NZ_CZAF01000020.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0084_000000001966	7445	0.55977143308315	9	5	3	4	3	False	131165	fragment	False	AST0151_000000001994	0.9499745759630035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	82.932	29.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0199_000000005696	4795	0.5597712956086026	6	5	4	3	4	False	28824	maximal	True	ISR0199_000000005696	1.0		0	0	False	False	0.9952033162117004	0					non-mobilizable	no_good_hit	3587.0	99.49799999999999	75.0	0.0006567041509342742	CP055509.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00472 chromosome, complete genome	True	False
MON0022_000000023628	1339	0.5597640853880244	3	2	2	2	2	False	13004	fragment	False	MON0022_000000023628	1.0		0	0	False	False	0.9716206192970276	0					non-mobilizable	other	1339.0	99.552	100.0	0.0006480551805908926	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
ISR0040_000000014312	1852	0.5597631927059488	2	1	1	1	1	False	36480	fragment	False	ISR0040_000000014312	1.0		0	0	False	False	0.9962202906608582	0					non-mobilizable	no_good_hit	1102.0	82.66799999999999	59.0	0.0039701387554430785	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0324_000000011240	2757	0.5597628853638021	3	3	3	2	1	False	56347	fragment	False	ISR0324_000000011240	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2761.0	94.495	99.0	0.04119054741250374	NZ_WAJR01000011.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_011, whole genome shotgun sequence	False	False
MAD0010_000000000405	6106	0.5597621576628629	6	6	2	2	5	False	19748	maximal	True	MAD0010_000000000405	1.0		46	5	False	False	0.9998362064361572	0					non-mobilizable	no_good_hit	3156.0	94.29700000000001	82.0	0.0009239806061148042	NZ_CP023671.1	firmicutes	Clostridium septicum strain DSM 7534 chromosome, complete genome	True	False
MON0077_000000010043	3738	0.5597620696634795	7	6	4	5	6	False	10243	maximal	True	MON0077_000000010043	1.0		5	1	False	False	0.9836811423301697	0					non-mobilizable	no_good_hit	695.0	99.85600000000001	19.0	0.0002789652559626814	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
ISR0037_000000014302	1641	0.5597560405899475	4	4	2	4	1	False	36690	fragment	False	ISR0037_000000014302	0.992131061584709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	99.311	61.0	0.0009168719616760167	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
USA0047_01_000000005619	5889	0.5597554234611319	5	5	4	5	2	False	130993	maximal	True	USA0047_01_000000005619	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	80.08800000000001	44.0	0.0003054277466329054	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MON0005_000000028128	1926	0.5597520554780893	6	5	2	4	1	False	86317	fragment	False	MON0005_000000028128	0.9849474258405752		0	0	False	False	1.0	0					non-mobilizable	other	1926.0	97.87100000000001	100.0	0.014208634421062733	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
MON0076_000000024857	1926	0.5597520554780893	6	5	2	4	1	False	86317	fragment	False	MON0005_000000028128	0.9848985123825762		0	0	False	False	0.9989615678787231	0					non-mobilizable	other	1926.0	98.235	100.0	0.014208634421062733	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
CHI0187_000000010634	1468	0.5597518932914018	3	2	2	2	1	False	77065	maximal	True	CHI0187_000000010634	1.0		31	11	False	False	0.9829699993133545	0					non-mobilizable	chromosome	1469.0	90.334	100.0	0.0003412824480581635	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
CHI0186_000000009891	1947	0.5597410702412783	3	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.1947227728401265		0	0	False	False	0.9994863867759705	0					non-mobilizable	no_good_hit	56.0	100.0	3.0	5.591431081037119e-05	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MAD0064_000000000886	14114	0.5597409212970895	17	5	1	5	2	False	16690	fragment	False	MAD0064_000000000886	1.0		0	0	False	False	0.9975202083587646	0					non-mobilizable	no_good_hit								True	False
CHI0113_000000007492	1129	0.5597369711658328	1	1	1	1	1	False	82321	maximal	True	CHI0113_000000007492	1.0		2	2	False	False	0.996457040309906	0					non-mobilizable	no_good_hit	633.0	71.09	55.0	0.005239690656724689	NZ_JHYD01000027.1	firmicutes	Ruminiclostridium cellobioparum DSM 1351 = ATCC 15832 T344DRAFT_scaffold00018.18_C, whole genome shotgun sequence	True	False
MAD0102_000000011091	1812	0.5597326854332947	2	2	2	2	2	False	14989	fragment	False	MAD0102_000000011091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	83.333	4.0	0.00046357999652315	NZ_FOMO01000011.1	g-proteobacteria	Pseudomonas straminea strain JCM 2783, whole genome shotgun sequence	True	False
MAD0111_000000011227	1527	0.5597220351942774	2	2	2	2	2	False	36233	maximal	True	MAD0111_000000011227	0.9862771190406647		403	14	False	False	1.0	0					non-mobilizable	other	1526.0	99.214	99.0	0.05536595991867557	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0147_000000000524	26667	0.5597219852568147	24	5	3	3	1	False	97491	maximal	True	CHI0147_000000000524	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	91.48100000000001	10.0	0.00023855057205493326	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CAN0001_000000001174	24023	0.5597219852568147	25	5	3	3	1	False	97490	fragment	False	CAN0001_000000001174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	91.48100000000001	10.0	0.00023855057205493326	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
DEN0078_000000019539	1707	0.5597216266273586	2	2	2	2	2	False	69751	maximal	True	DEN0078_000000019539	1.0		2	2	False	False	0.9835969805717468	0					non-mobilizable	no_good_hit	177.0	76.271	10.0	0.0009335436991259629	NZ_ANOK01000006.1	firmicutes	Bacillus oryziterrae strain ZYK contig5, whole genome shotgun sequence	True	False
USA0119_01_000000001845	9159	0.5597209871488843	29	1	1	1	1	False	238	maximal	True	USA0119_01_000000001845	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	71.765	11.0	0.0001994534489028236	CP016104.1	firmicutes	Clostridioides difficile strain DSM 29629 chromosome, complete genome	True	False
ENG0165_000000012399	1608	0.5597207976030322	2	2	2	2	2	False	56212	fragment	False	ISR0830_000000016133	0.6289449112978525		0	0	False	False	1.0	0					non-mobilizable	other	1608.0	98.445	100.0	0.00048383692618129823	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0201_000000007001	4182	0.5597194409144355	3	3	2	3	2	False	28745	maximal	True	ISR0201_000000007001	1.0		358	12	False	False	0.9954566955566406	0					non-mobilizable	chromosome	3742.0	99.25200000000001	99.0	0.0012711877365212815	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0080_01_000000006677	6301	0.5597102918345456	6	6	5	4	4	True	130096	maximal	True	USA0080_01_000000006677	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1776.0	96.115	84.0	0.0006263481924296911	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0301_000000005528	3010	0.5597061038943211	4	4	4	3	3	False	130049	fragment	False	ENG0005_000000004373	0.35039156382470066		0	0	False	False	1.0	0					non-mobilizable	chromosome	3010.0	98.14	100.0	0.0010600281521457983	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0103_000000021113	2430	0.5596967995688479	3	3	3	3	2	False	38552	maximal	True	MON0103_000000021113	1.0		24	9	False	False	0.9946501851081848	0					non-mobilizable	no_good_hit	1251.0	78.337	51.0	0.00034595035738835863	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0182_000000005963	5187	0.5596949981905961	6	3	1	3	3	False	55594	maximal	True	ISR0182_000000005963	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	79.456	13.0	0.0027996141995066536	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CAN0022_000000005248	5278	0.5596927494758551	9	3	3	3	1	True	91352	maximal	True	CAN0022_000000005248	1.0		10	6	False	False	0.999810516834259	0					non-mobilizable	no_good_hit	252.0	80.15899999999999	5.0	0.00011706052168884288	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ENG0103_000000013870	1226	0.5596924551926665	1	1	1	1	1	False	60283	maximal	True	ENG0103_000000013870	1.0		1	1	False	False	0.9991843104362488	0					non-mobilizable	chromosome	1128.0	95.213	99.0	0.00044609240893469566	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	False	False
FIJ0101_000000009498	2925	0.5596846491774391	3	3	0	2	2	False	101476	fragment	False	FIJ0101_000000009498	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2166.0	93.99799999999999	96.0	0.0005759285347113649	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0075_000000009835	1985	0.5596846491774391	3	3	0	2	2	False	47162	fragment	False	FIJ0075_000000009835	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1982.0	96.014	99.0	0.0005236441471229315	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0812_000000018617	2132	0.559681522840381	5	4	2	2	2	False	21653	maximal	True	ISR0812_000000018617	1.0	PS7	18	10	False	True	1.0	0					non-mobilizable	other	2132.0	99.67200000000001	100.0	0.0006629504936819044	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0132_000000003954	6109	0.559675468605323	9	5	4	4	2	False	31614	maximal	True	ISR0132_000000003954	1.0		1	1	False	False	0.9996725916862488	0					non-mobilizable	no_good_hit	3358.0	90.917	55.0	0.0010229719260549666	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ENG0095_000000004497	5826	0.5596736427442064	5	5	5	5	5	False	60998	maximal	True	ENG0095_000000004497	1.0		117	8	False	False	1.0	0					non-mobilizable	other	5852.0	96.17200000000001	99.0	0.02396878713003581	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
FIJ0111_000000000275	43623	0.5596733614259809	53	14	10	12	7	True	74403	maximal	False	FIJ0112_000000000192	0.7767068453567259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	0.0	2.479425811110999e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
ENG0078_000000001900	12498	0.5596718527738724	12	7	5	6	6	False	61955	fragment	False	ENG0078_000000001900	1.0		0	0	False	False	1.0	0					non-mobilizable	other	11327.0	100.0	91.0	0.03097421367995865	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0020_000000003565	4491	0.5596566321160824	3	3	1	2	2	False	109816	maximal	True	MON0020_000000003565	0.9589586175534335		2	2	False	False	0.9995546936988831	0					non-mobilizable	no_good_hit	1956.0	94.68299999999999	80.0	0.0006793468789082487	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0035_000000016167	1780	0.5596529478389661	2	2	2	2	1	False	39676	maximal	True	MON0035_000000016167	1.0		11	3	False	False	0.9808988571166992	0					non-mobilizable	no_good_hit	437.0	99.314	25.0	0.0001375796210501869	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MAD0049_000000008751	2065	0.5596528241667889	3	2	0	2	2	False	56824	fragment	False	MAD0049_000000008751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0010_000000007355	3734	0.5596502379831276	4	4	3	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.6437243215604169	PS317|PS959	0	0	False	True	0.9994643926620483	0					non-mobilizable	no_good_hit	377.0	95.225	10.0	0.00011697296369047211	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0087_000000007622	3622	0.5596458617629079	6	4	3	2	3	False	119501	fragment	False	ENG0087_000000007622	0.9803781649904241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	91.241	15.0	0.00016892638107427222	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0185_000000009653	3304	0.5596458617629079	6	4	3	2	3	False	119501	fragment	False	ENG0087_000000007622	0.9465891539974578		0	0	False	False	0.9981840252876282	0					non-mobilizable	no_good_hit	395.0	78.734	12.0	0.0001305985283430783	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0026_000000009153	3285	0.5596458617629079	6	4	3	2	3	False	119501	fragment	False	ENG0087_000000007622	0.9452141295080865		0	0	False	False	0.9987823367118835	0					non-mobilizable	no_good_hit	405.0	88.64200000000001	12.0	0.0001250615196903452	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0153_000000021845	1357	0.559642268483094	1	1	1	1	1	False	77742	fragment	False	ENG0153_000000021845	0.9770954163945403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000026927	1126	0.5596370060204088	3	3	3	3	2	True	63016	maximal	True	ENG0063_000000026927	1.0		17	3	False	False	0.9049733281135559	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	1.666139055965611e-05	NZ_LR131144.1	firmicutes	Gracilibacillus phocaeensis strain Marseille-P3801, whole genome shotgun sequence	True	True
AST0140_000000011154	2553	0.5596337676495517	4	4	4	4	3	False	129960	fragment	False	ISR0182_000000013975	0.953947160529592		0	0	False	False	1.0	0					non-mobilizable	other	2553.0	99.021	100.0	0.09426017581443451	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
MON0056_000000011230	1745	0.5596336904834978	3	3	3	3	3	False	35160	fragment	False	MON0056_000000011230	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1745.0	98.223	100.0	0.0007954770924035131	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
FIJ0005_000000026667	1374	0.5596334727894439	3	2	2	2	2	False	51870	fragment	False	FIJ0005_000000026667	0.9625989200411766		0	0	False	False	0.9963610172271729	0					non-mobilizable	chromosome	1319.0	85.368	96.0	0.00038916325457762904	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MAD0044_000000013273	1856	0.5596325056256232	3	3	3	3	3	False	17961	maximal	True	MAD0044_000000013273	1.0		84	10	False	False	0.998383641242981	0					non-mobilizable	chromosome	1233.0	86.294	97.0	0.0004143473927585809	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0039_01_000000009982	2269	0.5596310078954452	3	2	2	2	2	False	1324	maximal	True	USA0039_01_000000009982	1.0		19	4	False	False	0.9995592832565308	0					non-mobilizable	no_good_hit	908.0	83.15	40.0	0.004539178027164771	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
FIJ0046_000000001289	16610	0.5596227623669329	27	2	1	2	1	True	47002	maximal	True	FIJ0046_000000001289	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	0.0	0.0011158358213456377	LN594502.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000004095	True	True
CHI0064_000000007227	2489	0.5596199995027208	3	2	2	2	2	False	125678	maximal	True	CHI0064_000000007227	1.0		16	6	False	False	0.9983929395675659	0					non-mobilizable	other	2489.0	98.99600000000001	100.0	0.00292490471723178	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0015_000000004320	4173	0.5596185380729324	11	6	2	4	4	False	7921	maximal	True	SPA0015_000000004320	1.0		1	1	False	False	0.9968847632408142	0					non-mobilizable	no_good_hit	1091.0	84.693	39.0	0.032839176134637584	MK448920.1	viruses	Streptococcus phage Javan372, complete genome	True	False
ISR0358_000000003552	4709	0.5596153536921156	5	5	5	5	4	False	129909	maximal	True	ISR0358_000000003552	1.0		31	6	False	False	1.0	0					non-mobilizable	no_good_hit	2371.0	79.71300000000001	62.0	0.007021075315615923	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0352_000000008392	1259	0.5596143065915813	2	2	2	2	0	False	33434	fragment	False	ISR0352_000000008392	1.0		0	0	False	False	0.9984114170074463	0					non-mobilizable	other	1259.0	99.444	100.0	0.5015961691939346	KX127143.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinB_Time3_1_TRSX_16 genomic sequence	False	False
MAD0097_000000033111	1258	0.5596127279267571	2	2	2	2	2	False	53404	maximal	True	MAD0097_000000033111	1.0		37	6	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	94.118	4.0	1.3646292010040329e-05	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	True	False
SPA0158_000000000746	12362	0.5596105558544567	19	6	3	4	4	True	19615	fragment	False	SPA0158_000000000746	1.0		0	0	False	False	0.999514639377594	0					non-mobilizable	no_good_hit	883.0	99.32	7.0	0.00027800428227457935	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
FIJ0123_000000016840	1946	0.5596079629125534	5	2	1	2	2	True	41334	fragment	False	MON0083_000000018595	0.9695780176643769		0	0	False	False	0.9964028596878052	0					non-mobilizable	no_good_hit	765.0	72.288	39.0	0.00022792884025332145	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	True
USA0080_01_000000009914	4378	0.5596062492139009	4	2	1	2	2	False	628	maximal	True	USA0080_01_000000009914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000010672	2298	0.5596061463967807	4	4	4	4	3	False	23789	maximal	True	ISR0360_000000010672	1.0		357	12	False	False	0.9995648264884949	0					non-mobilizable	no_good_hit	455.0	75.385	20.0	0.017194052611513536	NZ_FMJR01000053.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0821_000000021839	1477	0.5596047869601206	2	2	2	2	2	False	113369	fragment	False	ISR0821_000000021839	0.9787768382486614		0	0	False	False	0.9966147541999817	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0004264459677164608	NZ_JUPW01000002.1	high GC Gram+	Isoptericola variabilis strain 871_IVAR 7_63314_1440968, whole genome shotgun sequence	True	False
ISR0851_000000009912	1390	0.5596047869601206	2	2	2	2	2	False	113369	fragment	False	ISR0821_000000021839	0.8047803987779664		0	0	False	False	0.999280571937561	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0004264459677164608	NZ_JUPW01000002.1	high GC Gram+	Isoptericola variabilis strain 871_IVAR 7_63314_1440968, whole genome shotgun sequence	True	False
ITA0006_000000003675	7058	0.5595990549652812	4	4	4	3	2	True	117434	maximal	False	AST0050_000000001822	0.9717675941080197		0	0	False	False	1.0	0					non-mobilizable	other	6942.0	95.102	98.0	0.00181721617880213	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	True
ISR0198_000000018636	1776	0.5595919806352426	2	2	2	1	2	False	90040	fragment	False	CHI0083_000000005114	0.6335733882030178		0	0	False	False	0.9966216087341309	0					non-mobilizable	chromosome	1776.0	99.60600000000001	100.0	0.0007505482173317018	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
DEN0065_000000009818	3353	0.559588131536226	3	3	3	3	2	False	71135	fragment	False	DEN0065_000000009818	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3218.0	99.751	99.0	0.006887884004350693	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
SPA0038_000000022340	1126	0.5595846079684487	3	2	2	1	1	False	7026	fragment	False	SPA0038_000000022340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0108_000000000036	97014	0.559583479737986	146	30	13	23	15	True	78440	maximal	True	SPA0108_000000000036	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	93.99700000000001	1.0	0.9984202211690363	EU061676.1	bacteria	Uncultured bacterium clone HA0AAA10ZC08RM1 genomic sequence	True	True
ISR0398_000000017905	1270	0.5595819795544091	2	2	2	2	2	False	27587	fragment	False	ISR0398_000000017905	0.9912251222881894		0	0	False	False	0.9881889820098877	0					non-mobilizable	other	1270.0	97.559	100.0	0.02098734805259241	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0052_000000005939	2733	0.5595812524253578	4	4	4	4	4	False	86502	maximal	False	MON0056_000000005869	0.6652717334002467		0	0	False	False	0.9996340870857239	0					non-mobilizable	other	2734.0	95.245	100.0	0.0011786051400495818	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0153_000000012953	2183	0.5595779496956539	3	2	2	2	2	False	30678	maximal	False	ISR0189_000000006545	0.9532520325203252		0	0	False	False	0.9990838170051575	0					non-mobilizable	no_good_hit	615.0	74.634	27.0	0.005035574706884457	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	True	False
FIJ0018_000000014953	1793	0.5595772803938148	2	2	2	2	2	False	49967	fragment	False	FIJ0018_000000014953	0.990839243498818		0	0	False	False	1.0	0					non-mobilizable	other	1793.0	99.721	100.0	0.0005395368834579256	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0017_000000018482	1897	0.5595770540580618	4	3	2	3	2	True	104308	maximal	True	CAN0017_000000018482	1.0		12	4	False	False	1.0	0					non-mobilizable	other	1899.0	94.26	100.0	0.0005411434566737031	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
SPA0046_000000004699	5373	0.5595745729016087	4	4	2	4	1	True	129142	fragment	False	SPA0046_000000004699	0.9580993484598533		0	0	False	False	0.9996277689933777	0					non-mobilizable	no_good_hit								True	True
ENG0001_000000000615	25498	0.5595725114183361	45	19	10	12	14	True	68089	fragment	False	ENG0001_000000000615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2118.0	75.779	14.0	0.003455002780936885	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0115_000000003311	7331	0.5595722097981586	7	7	6	6	6	False	66169	fragment	False	FIJ0151_000000001940	0.9536899455175829		0	0	False	False	0.9998635649681091	0					non-mobilizable	plasmid	7331.0	100.0	100.0	0.057574638882125155	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
ENG0011_000000001695	11318	0.5595716830444846	15	7	4	6	4	True	108905	maximal	True	ENG0011_000000001695	1.0		2	2	False	False	0.9999116659164429	0					non-mobilizable	no_good_hit	5555.0	99.85600000000001	50.0	0.0015014523773536747	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0039_000000005939	6803	0.5595713471435179	5	4	4	4	4	True	96995	fragment	False	MON0039_000000005939	0.9833210332103322		0	0	False	False	1.0	0					non-mobilizable	other	5641.0	98.954	97.0	0.03430445124436522	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
ISR0327_000000001630	10208	0.559569625827266	13	13	3	4	11	True	24801	maximal	True	ISR0327_000000001630	1.0		1	1	False	False	0.9999020099639893	0					non-mobilizable	no_good_hit	8698.0	99.931	87.0	0.0017624168110692015	CP024263.1	enterobacteria	Escherichia coli O169:H41 strain F6326-C1 chromosome, complete genome	True	True
ISR0853_000000002919	4990	0.559566196903571	8	4	4	4	4	False	113575	fragment	False	ENG0053_000000005035	0.9652457757296466		0	0	False	False	0.9949899911880493	0					non-mobilizable	no_good_hit	1655.0	90.45299999999999	76.0	0.0004629226653262247	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0336_000000009207	1628	0.5595583423721229	3	3	3	2	1	False	24467	fragment	False	ISR0336_000000009207	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1628.0	98.464	100.0	0.003052046108969489	NZ_KB894643.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00001.1, whole genome shotgun sequence	False	False
MON0076_000000031545	1525	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.7062945228387232		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	97.75399999999999	98.0	0.0005021371706070143	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0037_01_000000023312	1449	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.7291497252736404		0	0	False	False	1.0	0					non-mobilizable	chromosome	1309.0	97.93700000000001	99.0	0.00046120399296090494	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0019_01_000000021237	1433	0.5595556858562516	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.09811406593149662		0	0	False	False	1.0	0					non-mobilizable	other	977.0	98.26	97.0	0.00029385490974047736	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0339_000000010798	1416	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.6506863426719836		0	0	False	False	0.9985875487327576	0					non-mobilizable	chromosome	1293.0	99.459	99.0	0.00045555803742351053	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0150_000000017450	1415	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.6905323280056483		0	0	False	False	0.9943462610244751	0					non-mobilizable	chromosome	1315.0	97.87100000000001	99.0	0.00046332122628742786	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0161_000000008101	1374	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.6244955965740148		0	0	False	False	1.0	0					non-mobilizable	chromosome	1386.0	97.619	100.0	0.0004883751539846155	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0005_000000028661	1356	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.5824084398039279		0	0	False	False	1.0	0					non-mobilizable	chromosome	1234.0	97.81200000000001	98.0	0.0004347385763793687	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0803_000000011423	1349	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.5857972175636663		0	0	False	False	0.9918457865715027	0					non-mobilizable	chromosome	1361.0	97.943	100.0	0.0004799062206785239	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0269_000000014561	1338	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.4005283463546411		0	0	False	False	0.9955157041549683	0					non-mobilizable	chromosome	1338.0	99.178	100.0	0.0004717901595935194	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0067_000000020190	1292	0.5595556858562516	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.4941970166233755		0	0	False	False	1.0	0					non-mobilizable	chromosome	1186.0	97.555	99.0	0.00041815358198827267	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0198_000000026277	1267	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.3797516344216797		0	0	False	False	0.9968429207801819	0					non-mobilizable	chromosome	1267.0	98.10600000000001	100.0	0.0004446189985698089	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0065_000000027588	1261	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.4322026034843028		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	98.255	100.0	0.00037936187118135393	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0051_000000029532	1253	0.5595556858562516	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.21559562494808965		0	0	False	False	0.9992018938064575	0					non-mobilizable	chromosome	1069.0	98.69	97.0	0.0003768675321210761	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0150_000000017620	1204	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.3391178038905073		0	0	False	False	0.9958471655845642	0					non-mobilizable	chromosome	1204.0	99.086	100.0	0.0004245052819678413	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0094_000000032709	1188	0.5595556858562516	1	1	1	1	1	False	108052	fragment	False	MON0094_000000032709	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	98.14	95.0	0.00033961919896235494	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0156_000000015209	1185	0.5595556858562516	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.21885263437548635		0	0	False	False	1.0	0					non-mobilizable	chromosome	1186.0	98.48200000000001	100.0	0.00041780070976718547	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0246_000000020474	1176	0.5595556858562516	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.2760110107617773		0	0	False	False	1.0	0					non-mobilizable	chromosome	1174.0	98.89299999999999	99.0	0.0004135662431141397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0102_000000027319	1148	0.5595556858562516	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.15927496453374976		0	0	False	False	0.9982578158378601	0					non-mobilizable	chromosome	1129.0	98.93700000000001	98.0	0.00039768699316521794	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0099_000000011153	1990	0.5595554809998413	3	2	1	2	2	False	121942	maximal	True	FIJ0099_000000011153	1.0		2	2	False	False	0.9638190865516663	0					non-mobilizable	no_good_hit	928.0	98.92200000000001	68.0	0.010018805524933533	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0153_000000000672	14560	0.5595548570844807	20	13	9	8	8	True	126207	maximal	False	ISR0844_000000000822	0.9923984904286526	PS946|PS948	0	0	True	True	1.0	30					non-mobilizable	no_good_hit	1603.0	73.051	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0154_000000000209	14548	0.5595548570844807	21	13	9	8	8	True	126207	maximal	False	ISR0844_000000000822	0.9923601929469804	PS946|PS948	0	0	True	True	1.0	44					non-mobilizable	no_good_hit	1603.0	73.051	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0343_000000004780	3300	0.559553919052631	3	3	3	1	2	False	124470	fragment	False	ENG0134_000000011024	0.6649915255962153		0	0	False	False	0.9948484897613525	0					non-mobilizable	other	3301.0	93.911	100.0	0.0011845473836906604	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
MON0038_000000017648	1863	0.5595497803133065	2	2	2	2	1	False	12509	fragment	False	MON0038_000000017648	0.9734891676168758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0002723888502163978	NZ_JYFN01000026.1	high GC Gram+	Frankia torreyi strain CpI1 FF36_scaffold_25.26, whole genome shotgun sequence	True	False
ISR0846_000000001679	5710	0.5595429469296622	7	3	2	2	3	False	81084	maximal	True	ISR0846_000000001679	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	3.632978361072637e-05	NZ_FWYF01000002.1	CFB group bacteria	Reichenbachiella faecimaris strain DSM 26133, whole genome shotgun sequence	True	False
MAD0002_000000016575	2319	0.5595428999538854	4	4	3	4	4	False	83816	fragment	False	CHI0090_000000005071	0.9531499202551834		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	97.73100000000001	57.0	0.02416060667118495	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0007_000000014202	2918	0.5595418532508488	3	3	1	2	3	False	95371	fragment	False	CAN0007_000000014202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0170_000000004607	3521	0.5595342353550137	6	4	3	4	3	True	42691	fragment	False	FIJ0170_000000004607	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	1.0	0.001018047200370199	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ENG0014_000000004397	5928	0.5595338965034221	9	6	5	6	3	False	70472	maximal	True	ENG0014_000000004397	1.0		1	1	False	False	0.9937584400177002	0					non-mobilizable	no_good_hit	1180.0	94.40700000000001	20.0	0.0004005554096553898	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
CHI0024_000000008084	1568	0.5595334790786552	2	1	1	1	1	False	89014	fragment	False	CHI0024_000000008084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	335.0	71.343	21.0	8.617145033465906e-05	AP023174.1	b-proteobacteria	Paraburkholderia sp. PGU16 DNA, chromosome 1, complete genome	True	False
SPA0149_000000007717	4620	0.5595257667951018	6	5	4	5	5	False	128219	maximal	True	SPA0149_000000007717	1.0		6	3	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit	1819.0	89.665	40.0	0.02933877551020408	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CAN0009_000000021346	1340	0.559522826101702	3	2	2	2	1	True	94697	maximal	True	CAN0009_000000021346	1.0		2	2	False	False	0.9992537498474121	0					non-mobilizable	other	1340.0	100.0	100.0	0.000441963201199869	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	True
CAN0016_000000031553	1465	0.5595224704127668	2	2	2	2	2	False	92746	maximal	True	CAN0016_000000031553	1.0		747	12	False	False	0.9986348152160645	0					non-mobilizable	other	1456.0	96.291	99.0	0.008115162805224937	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	False	False
ISR0831_000000004426	3786	0.5595212170889658	5	4	3	3	3	False	110648	fragment	False	ISR0831_000000004426	1.0		0	0	False	False	0.9981510639190674	0					non-mobilizable	other	3607.0	97.865	95.0	0.1450295691354548	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0207_000000007065	3760	0.5595160769120006	7	7	1	4	6	True	28589	fragment	False	ISR0207_000000007065	1.0		0	0	False	False	0.9997340440750122	0					non-mobilizable	plasmid	3745.0	99.439	99.0	0.11333091173265529	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0043_000000020103	1105	0.559504445302019	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.14953938550531318		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	89.45	100.0	0.00034345253168691813	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0123_000000006376	5140	0.5595014012752805	6	5	2	2	4	False	90276	maximal	True	FIJ0123_000000006376	1.0		2	1	False	False	1.0	0		MOBQ			mobilizable	plasmid	4573.0	99.978	100.0	0.7355212355212355	CP051691.1	enterobacteria	Escherichia coli strain SCU-387 plasmid pSCU-387-3, complete sequence	False	True
ENG0169_000000003827	5461	0.5594976181860868	6	6	3	4	5	True	123726	fragment	False	DEN0035_000000004028	0.8330522030078581		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5463.0	99.762	100.0	0.1070623517650979	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0208_000000008461	3136	0.5594934117930566	2	2	1	2	2	False	63204	maximal	True	ISR0208_000000008461	1.0		1266	13	False	False	0.9955357313156128	0					non-mobilizable	chromosome	3136.0	99.458	100.0	0.0006257057901436668	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MAD0013_000000002659	6911	0.5594899210430632	5	4	4	4	4	False	19620	maximal	True	MAD0013_000000002659	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	97.585	10.0	0.7217659137577002	GQ881431.1		Uncultured organism clone VC1CR38TF genomic sequence	True	False
ISR0149_000000009890	1732	0.5594823925930724	2	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.9641566787033077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	99.43799999999999	51.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
ENG0153_000000018294	1637	0.5594823925930724	2	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.8919861146854817		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	98.652	54.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
ISR0310_000000011366	1545	0.5594823925930724	1	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.5255226945131639		0	0	False	False	0.999352753162384	0					non-mobilizable	no_good_hit	890.0	98.764	58.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
ISR0393_000000012362	1459	0.5594823925930724	1	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.5185633594039832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	98.764	61.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
ENG0032_000000018899	1319	0.5594823925930724	1	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.3848627721888568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	98.764	67.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
ISR0277_000000008007	1228	0.5594823925930724	1	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.3063906209910193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	98.764	72.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
USA0102_01_000000003883	3662	0.5594678993216179	4	2	2	2	1	False	96893	maximal	True	USA0102_01_000000003883	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	99.861	20.0	0.0002012188918684523	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AUS0022_000000010720	3301	0.5594677842718452	5	2	2	2	0	True	119041	fragment	False	AUS0022_000000010720	0.9379041447682757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2078.0	77.334	62.0	0.0004977111416929681	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0128_000000013414	1936	0.5594677842718452	3	2	2	2	0	True	41012	fragment	False	FIJ0128_000000013414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	80.825	63.0	0.0002289424064309866	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0105_000000017935	1805	0.5594677842718452	3	2	2	2	0	True	128418	fragment	False	ISR0274_000000003470	0.5578938283395234		0	0	False	False	0.9988919496536255	0					non-mobilizable	other	1808.0	92.09100000000001	99.0	0.0005118227361708506	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
CAN0006_000000026031	1740	0.5594677842718452	2	2	2	2	0	True	102318	fragment	False	CAN0006_000000026031	1.0		0	0	False	False	0.9965517520904541	0					non-mobilizable	other	919.0	97.824	97.0	0.0002600275243108703	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0088_000000020405	1436	0.5594677842718452	3	2	2	2	0	True	43643	fragment	False	FIJ0088_000000020405	1.0		0	0	False	False	0.9825905561447144	0					non-mobilizable	other	1436.0	98.12	100.0	0.0004070736570543537	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0068_000000019597	1638	0.5594668465491273	2	1	1	1	1	False	45052	fragment	False	FIJ0068_000000019597	1.0		0	0	False	False	0.9981684684753418	0					non-mobilizable	no_good_hit								True	False
CHI0141_000000023519	1179	0.5594666955882471	2	2	2	1	2	True	80025	maximal	True	CHI0141_000000023519	1.0		10	6	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit	387.0	90.698	66.0	0.00012117104239282515	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ENG0052_000000001093	17767	0.5594594897879679	8	5	1	5	0	True	90886	fragment	False	ENG0052_000000001093	1.0		0	0	False	False	0.9998311400413513	0					non-mobilizable	plasmid	5084.0	98.053	96.0	0.04312101045769388	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
DEN0001_000000011323	3591	0.5594567319608521	7	3	3	2	2	False	77668	fragment	False	DEN0001_000000011323	1.0		0	0	False	False	0.997772216796875	0					non-mobilizable	no_good_hit	2224.0	78.957	62.0	0.02398325942470536	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
CHI0055_000000003845	3942	0.5594553418173782	5	3	2	2	2	True	122980	maximal	False	CHI0136_000000003850	0.9642998461763727		0	0	False	False	0.9997463226318359	0					non-mobilizable	other	3871.0	98.26899999999999	98.0	0.13221416849015316	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
CHI0136_000000003850	3839	0.5594553418173782	5	3	2	2	2	True	122980	maximal	True	CHI0136_000000003850	0.9705984981137048		90	9	False	False	1.0	0					non-mobilizable	other	3838.0	99.766	99.0	0.13118845733041576	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
SPA0047_000000010431	3794	0.5594553418173782	5	3	2	2	2	True	122980	maximal	False	CHI0136_000000003850	0.9667097679749613		0	0	False	False	1.0	0					non-mobilizable	other	3794.0	99.76299999999999	100.0	0.12968408096280087	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0216_000000006385	2936	0.5594553418173782	4	3	2	2	2	True	122976	fragment	False	ISR0216_000000006385	1.0		0	0	False	False	0.9996594190597534	0					non-mobilizable	other	2937.0	98.09299999999999	100.0	0.10034874179431072	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
USA0119_01_000000007351	3177	0.5594541207170709	6	6	5	5	2	False	81823	maximal	True	USA0119_01_000000007351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	73.294	31.0	0.00030055841223242623	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0181_000000006268	2989	0.559452259341716	3	3	3	3	2	False	29594	fragment	False	ISR0181_000000006268	1.0		0	0	False	False	0.9936433434486389	0					non-mobilizable	no_good_hit	87.0	80.46	3.0	2.7626923265529956e-05	CP016893.1	firmicutes	Thermoanaerobacterium thermosaccharolyticum strain TG57, complete genome	True	False
SPA0139_000000004673	5152	0.5594497681113972	6	4	2	4	1	True	67214	fragment	False	SPA0139_000000004673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	88.37200000000001	1.0	0.0012954566484685852	NZ_FMJR01000081.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	True
USA0018_01_000000002220	11093	0.5594477438095915	13	12	4	5	12	True	123777	fragment	False	USA0018_01_000000002220	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	11089.0	99.486	99.0	0.003389932072952023	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
FIJ0015_000000019213	1631	0.5594474819922253	3	2	2	2	2	False	50330	fragment	False	FIJ0015_000000019213	1.0		0	0	False	False	0.9975475072860718	0					non-mobilizable	no_good_hit	657.0	75.64699999999999	40.0	0.00019605705471106128	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0107_000000001905	8956	0.5594456106966506	10	9	5	7	7	False	32867	maximal	True	ISR0107_000000001905	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	4790.0	95.40700000000001	84.0	0.010139486797057727	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ISR0115_000000031281	1179	0.5594452525523196	2	1	1	1	1	False	32435	maximal	True	ISR0115_000000031281	1.0		512	13	False	False	0.9915182590484619	0					non-mobilizable	no_good_hit	598.0	98.829	84.0	0.5016806722689076	NZ_JAAIPV010000089.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_92_length_1190_cov_95.6485, whole genome shotgun sequence	True	False
ISR0317_000000002298	6453	0.5594445632878647	10	7	4	5	5	True	130641	backbone	False	ISR0366_000000001985	0.9963112474164041	PS1110|PS1111	0	0	True	True	1.0	26		MOBV			mobilizable	no_good_hit	2551.0	94.12	76.0	0.021783749288535503	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
DEN0070_000000027674	1241	0.5594426638481371	2	2	2	2	2	False	70533	maximal	True	DEN0070_000000027674	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit	736.0	79.212	88.0	0.0062138164037962	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0032_000000004714	4030	0.5594415058090251	6	3	1	3	1	False	65634	fragment	False	ENG0032_000000004714	1.0		0	0	False	False	0.9937965273857117	0					non-mobilizable	no_good_hit	3219.0	87.20100000000001	79.0	0.026778319683445292	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
USA0102_01_000000004004	3554	0.5594415058090251	6	3	1	3	1	False	339	fragment	False	USA0102_01_000000004004	1.0		0	0	False	False	0.9988744854927063	0					non-mobilizable	no_good_hit	2817.0	89.208	79.0	0.02354082836276634	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
ISR0016_000000012180	1789	0.5594408519156614	4	3	2	3	1	False	94773	fragment	False	ISR0016_000000012180	0.9325248408947461		0	0	False	False	0.9782001376152039	0					non-mobilizable	no_good_hit	237.0	78.48100000000001	13.0	5.27166973011766e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CAN0005_000000010590	1596	0.5594384694279677	3	2	2	2	2	False	95828	maximal	True	CAN0005_000000010590	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	91.932	85.0	0.0003147242418388668	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0093_000000000477	26588	0.5594367219158638	32	12	5	10	4	True	107068	maximal	True	ENG0093_000000000477	1.0		10	3	False	False	0.9999247789382935	0					non-mobilizable	chromosome	18467.0	95.825	91.0	0.006321112948911732	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
ENG0149_000000000448	32342	0.5594362683511153	34	7	6	6	4	True	92391	fragment	False	ENG0149_000000000448	1.0		0	0	False	False	0.9999690651893616	0					non-mobilizable	no_good_hit	984.0	89.634	6.0	0.00026578924670244233	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0053_000000006199	3207	0.5594321123068552	3	2	2	2	2	False	46418	maximal	True	FIJ0053_000000006199	1.0		124	11	False	False	0.9925163984298706	0					non-mobilizable	no_good_hit	1299.0	78.137	40.0	0.0015325446454132693	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0014_000000002039	15126	0.5594293830921702	20	16	13	15	15	False	111453	maximal	True	ISR0014_000000002039	1.0		1	1	False	False	0.9999338984489441	0					non-mobilizable	no_good_hit	8068.0	99.095	64.0	0.011165484925002458	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0307_000000001361	4975	0.5594255380649306	6	3	3	2	1	False	25443	maximal	True	ISR0307_000000001361	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	100.0	23.0	0.00037445526946415817	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0785_000000022624	1666	0.5594212737117163	2	2	2	2	1	False	22176	maximal	True	ISR0785_000000022624	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0029_000000010845	2805	0.5594211462669654	3	3	2	2	3	False	118347	maximal	True	AST0029_000000010845	0.9995231282784931		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	78.15100000000001	4.0	0.056695992179863146	XM_035474297.1	ascomycetes	Colletotrichum scovillei six-hairpin glycosidase (HER10_EVM0004661), partial mRNA	True	False
USA0069_01_000000022104	2796	0.5594211462669654	3	3	2	2	3	False	118347	maximal	False	AST0029_000000010845	0.9986928104575163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	78.15100000000001	4.0	0.056695992179863146	XM_035474297.1	ascomycetes	Colletotrichum scovillei six-hairpin glycosidase (HER10_EVM0004661), partial mRNA	True	False
USA0034_01_000000019422	2796	0.5594211462669654	3	3	2	2	3	False	118347	maximal	False	AST0029_000000010845	0.9986928104575163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	78.15100000000001	4.0	0.056695992179863146	XM_035474297.1	ascomycetes	Colletotrichum scovillei six-hairpin glycosidase (HER10_EVM0004661), partial mRNA	True	False
FIJ0145_000000004976	2718	0.5594198425895636	3	3	3	3	3	False	50685	fragment	False	FIJ0145_000000004976	1.0		0	0	False	False	0.9963208436965942	0					non-mobilizable	chromosome	2718.0	99.227	100.0	0.000556253118303389	CP023541.1	enterobacteria	Escherichia coli O104:H21 str. CFSAN002236 chromosome, complete genome	False	False
ISR0051_000000028857	1257	0.5594174664060411	2	2	2	2	1	False	121922	maximal	True	ISR0051_000000028857	0.9926229508196722		208	8	False	False	0.9904534816741943	0					non-mobilizable	no_good_hit	527.0	76.66	42.0	0.00015165059005469028	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
MON0061_000000032897	1406	0.5594107137167661	4	2	2	2	2	False	10806	fragment	False	MON0061_000000032897	1.0		0	0	False	False	0.9992887377738953	0					non-mobilizable	other	913.0	98.24799999999999	100.0	0.00027205181779942365	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0062_01_000000006439	3719	0.5594099245200748	6	5	5	3	3	False	81162	fragment	False	USA0053_01_000000005522	0.9577041521560545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	72.96600000000001	20.0	0.00022677567157823218	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0037_000000028024	2473	0.5594051344394452	5	5	5	4	1	False	12113	maximal	True	MON0037_000000028024	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	2473.0	98.059	100.0	0.0009629049724631001	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0062_000000013009	2760	0.5593989877037515	3	2	2	2	2	False	35351	fragment	False	ISR0062_000000013009	1.0		0	0	False	False	0.9967391490936279	0					non-mobilizable	other	2779.0	96.33	100.0	0.01161389146975366	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
AST0108_000000010177	2651	0.5593965324063185	2	2	2	2	2	False	107241	fragment	False	ISR0230_000000011775	0.9772895125553914		0	0	False	False	0.9996227622032166	0					non-mobilizable	other	2651.0	99.51	100.0	0.0051205453670658116	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
SPA0069_000000013799	1634	0.5593963580593504	3	3	3	3	1	False	5945	fragment	False	SPA0069_000000013799	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	99.204	100.0	0.04294430126755378	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	False	False
FIJ0012_000000007216	3249	0.5593892068048179	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.2688995032422411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1609.0	85.51899999999999	63.0	0.0005493874655347617	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0077_000000028426	1298	0.5593881567211564	3	1	1	1	1	False	34457	fragment	False	ISR0236_000000007926	0.9396841623470037		0	0	False	False	0.9961479306221008	0					non-mobilizable	other	1298.0	98.99799999999999	100.0	0.005865779036058486	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
MON0074_000000002794	5282	0.5593877086566181	7	7	7	6	4	False	122775	maximal	True	MON0074_000000002794	1.0		6	3	False	False	0.9926164150238037	0					non-mobilizable	other	3589.0	98.99700000000001	96.0	0.001462624800050874	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	False
MAD0040_000000008920	3266	0.5593854506211151	4	3	2	2	3	False	18391	maximal	True	MAD0040_000000008920	1.0		12	1	False	False	0.9996938109397888	0					non-mobilizable	other	1755.0	93.04799999999999	95.0	0.0022396330683356535	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
FIJ0012_000000005788	3966	0.5593764721817801	8	3	2	3	2	False	115425	fragment	False	FIJ0095_000000006419	0.9246962466613675		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	75.0	27.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0110_000000008237	3323	0.5593764721817801	5	3	2	3	2	False	115421	fragment	False	MAD0112_000000007920	0.7047992245431494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	74.423	51.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ETH0004_000000008608	3314	0.5593764721817801	5	3	2	3	2	False	115421	fragment	False	MAD0112_000000007920	0.8193878205592343		0	0	False	False	0.9996982216835022	0					non-mobilizable	no_good_hit	944.0	75.10600000000001	31.0	0.00024701705564739407	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0078_000000012108	3405	0.5593747494176416	3	2	1	2	2	False	57225	fragment	False	MON0088_000000008204	0.9693169395164606		0	0	False	False	0.9973568320274353	0					non-mobilizable	other	3373.0	98.844	99.0	0.00559673924773582	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0013_000000032416	1704	0.5593747494176416	2	2	1	2	2	False	39278	fragment	False	FIJ0161_000000009248	0.946777488415074		0	0	False	False	0.9953051805496216	0					non-mobilizable	other	1704.0	99.47200000000001	100.0	0.0028274241883399884	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ETH0004_000000021644	1328	0.5593727546503753	1	1	1	1	1	False	52851	fragment	False	ETH0004_000000021644	1.0		0	0	False	False	0.9969879388809204	0					non-mobilizable	no_good_hit	1112.0	82.914	84.0	0.0004845052257973475	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0177_000000017763	1739	0.5593714666779153	3	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.06630492418024037		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	96.60700000000001	99.0	0.0005232785175501533	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0050_000000013807	1747	0.5593707627370539	2	2	2	1	1	False	17398	maximal	True	MAD0050_000000013807	1.0		1	1	False	False	0.9805380702018738	0					non-mobilizable	no_good_hit	273.0	85.348	15.0	9.1321850286465e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0080_000000018539	2699	0.5593707375256635	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.6076451411590048		0	0	False	False	1.0	0					non-mobilizable	chromosome	2694.0	92.947	99.0	0.0011090437514259428	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0063_000000010197	4220	0.5593705628058858	9	2	2	1	2	False	115812	fragment	False	DEN0063_000000010197	1.0		0	0	False	False	0.9981042742729187	0					non-mobilizable	no_good_hit	904.0	77.765	21.0	0.0003726533632070825	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0045_000000005630	4307	0.5593684688669539	10	8	1	4	5	True	108822	fragment	False	MON0045_000000005630	1.0		0	0	False	False	0.9997678399085999	0					non-mobilizable	other	4291.0	98.648	100.0	0.0018312772934857874	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	True
USA0055_01_000000015891	1678	0.5593643513292575	2	2	2	2	2	False	117417	fragment	False	USA0055_01_000000015891	1.0		0	0	False	False	0.9952324032783508	0					non-mobilizable	chromosome	1668.0	90.228	99.0	0.0004928216557208332	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0164_000000020006	1414	0.559360151054315	2	2	2	2	2	False	30276	maximal	True	ISR0164_000000020006	1.0		294	11	False	False	1.0	0					non-mobilizable	chromosome	1284.0	73.988	90.0	0.00023052722193790128	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	False	False
ENG0004_000000009326	2822	0.5593582001324738	4	2	2	2	2	False	67805	maximal	True	ENG0004_000000009326	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	3.0	0.0003159334532641501	NZ_SGJB01000001.1	firmicutes	Peptacetobacter hominis strain ZHW00191 contig1, whole genome shotgun sequence	True	False
ISR0331_000000009545	2425	0.5593576137073684	4	4	4	3	3	False	24615	maximal	True	ISR0331_000000009545	0.9948275862068965		93	10	False	False	1.0	0					non-mobilizable	other	2438.0	84.454	99.0	0.004223432292610824	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ENG0174_000000005387	3183	0.5593571529896272	3	1	1	1	1	False	55665	maximal	False	USA0069_01_000000019261	0.9658871197730854		0	0	False	False	1.0	0					non-mobilizable	other	3086.0	95.917	100.0	0.0010877525410569289	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0840_000000015084	1220	0.5593571529896272	2	1	1	1	1	False	20786	fragment	False	ISR0840_000000015084	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	96.639	100.0	0.00042981210617452063	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
FIJ0095_000000019199	1443	0.5593552928189661	2	2	2	2	2	False	43098	maximal	True	FIJ0095_000000019199	1.0		48	4	False	False	0.9882189631462097	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.00024895970409360887	NZ_PGUY01000014.1	firmicutes	Peribacillus deserti strain V1-29 V1-29_contig_14, whole genome shotgun sequence	True	False
ISR0197_000000011440	2219	0.5593504403628677	5	4	3	4	1	False	126600	maximal	True	ISR0197_000000011440	1.0		51	5	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	94.166	55.0	0.0013420587605312009	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0258_000000011001	2213	0.5593499911571115	3	3	3	3	1	False	131873	fragment	False	ISR0128_000000013355	0.07809947055149853		0	0	False	False	1.0	0					non-mobilizable	other	2213.0	99.458	100.0	0.128231884057971	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0123_000000001644	9122	0.5593434843168167	8	7	4	6	6	True	123511	fragment	False	ISR0123_000000001644	1.0		0	0	False	False	0.9995614886283875	0					non-mobilizable	other	9143.0	99.759	100.0	0.07036800418728881	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0782_000000008567	1508	0.5593429940195682	3	3	2	3	2	False	22261	fragment	False	ISR0782_000000008567	1.0		0	0	False	False	0.9834217429161072	0					non-mobilizable	other	1508.0	100.0	100.0	0.000614318721760498	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	False
CHI0095_000000005666	1514	0.5593401519569039	3	3	3	3	3	False	83487	fragment	False	CHI0095_000000005666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	97.77	82.0	0.00016054046830581376	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0279_000000015091	1492	0.5593392933370352	3	2	1	1	2	False	62028	maximal	True	ISR0279_000000015091	0.9985507246376812		142	12	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	1.9632450326125203e-05	CP040781.1	firmicutes	Staphylococcus sp. 17KM0847 chromosome, complete genome	True	False
FIJ0117_000000014843	1380	0.5593392933370352	2	2	1	1	2	False	62028	maximal	False	ISR0279_000000015091	0.9611260053619303		0	0	False	False	0.9985507130622864	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	1.9632450326125203e-05	CP040781.1	firmicutes	Staphylococcus sp. 17KM0847 chromosome, complete genome	True	False
MON0038_000000022701	1505	0.5593365924510303	2	2	2	2	2	False	99912	fragment	False	SPA0126_000000025445	0.8193997658554409		0	0	False	False	0.9780730605125427	0					non-mobilizable	chromosome	1504.0	96.54299999999999	99.0	0.0004206606807650035	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0004_000000006656	1630	0.559332220655184	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.14657635396709204	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1540.0	98.831	94.0	0.6660892161108705	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MON0061_000000023647	1909	0.5593314706707931	3	3	3	2	2	True	50702	maximal	True	MON0061_000000023647	1.0		7	3	False	False	0.9994761943817139	0					non-mobilizable	no_good_hit	1063.0	74.41199999999999	55.0	0.0026102735209689496	NZ_RRCM01000002.1	firmicutes	Lachnoanaerobaculum orale strain DSM 24553 DSM24553_2, whole genome shotgun sequence	True	True
ISR0835_000000012686	1216	0.5593301512182358	2	2	2	1	1	False	20942	fragment	False	ISR0835_000000012686	1.0		0	0	False	False	0.9876644611358643	0					non-mobilizable	no_good_hit	923.0	99.133	76.0	0.0063405610227421205	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0071_000000002775	7948	0.5593298533021714	11	8	6	6	7	False	105630	maximal	True	SPA0071_000000002775	1.0		400	13	False	False	1.0	0					non-mobilizable	chromosome	7948.0	99.95	100.0	0.0017651409647304979	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0188_000000010590	2448	0.5593260384097145	5	5	4	3	1	False	54915	maximal	True	ENG0188_000000010590	1.0		1	1	False	False	0.9995915293693542	0					non-mobilizable	no_good_hit	1478.0	88.43	69.0	0.00039872300510095126	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
MON0080_000000006159	6018	0.5593236886776476	9	9	7	9	8	False	73999	fragment	False	MON0080_000000006159	1.0		0	0	False	False	0.9985044598579407	0					non-mobilizable	no_good_hit	985.0	80.508	38.0	0.00022244716369662287	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0157_000000011406	2699	0.5593216794966689	4	4	3	4	3	False	30553	fragment	False	ISR0157_000000011406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	2.0	0.0022025533303422114	NZ_JAEB01000034.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00024.24_C, whole genome shotgun sequence	True	False
FIJ0131_000000007696	2410	0.5593067439765783	4	4	3	2	3	False	40830	maximal	True	FIJ0131_000000007696	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2410.0	99.295	100.0	0.003442210444943923	NZ_JAAVMT010000001.1	firmicutes	Enterococcus casseliflavus strain UFMG-H7 NODE_1_length_699841_cov_5.887921, whole genome shotgun sequence	False	False
CHI0130_000000004707	3417	0.5593051836906158	4	4	4	4	4	False	102937	maximal	False	CHI0111_000000008939	0.9994246260069045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	81.41199999999999	31.0	0.0193724790567794	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0090_000000008261	6309	0.5593045826566488	8	8	4	5	6	False	65755	maximal	True	MON0090_000000008261	1.0		4	3	False	False	0.9998415112495422	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	4.924537789918092e-06	CP036272.1	bacteria	Planctomycetes bacterium SV_7m_r chromosome	True	False
ISR0003_000000002200	9481	0.5593013044933112	12	8	3	5	6	False	118873	maximal	True	ISR0003_000000002200	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5118.0	97.12799999999999	89.0	0.0008207809066022337	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
MON0046_000000016247	2024	0.5593010204156437	5	3	1	1	2	False	11522	maximal	True	MON0046_000000016247	1.0		3	3	False	False	0.945652186870575	0					non-mobilizable	other	1597.0	94.23899999999999	90.0	0.0007304097113371395	NZ_LR793266.1	firmicutes	Streptococcus salivarius isolate clinical strain from anonymous patient of Limoges Hospital, whole genome shotgun sequence	False	False
AST0092_000000000850	18364	0.5592994867689715	22	10	5	9	4	True	109734	maximal	True	AST0092_000000000850	1.0		18	5	False	False	0.9998366236686707	0					non-mobilizable	no_good_hit	505.0	89.109	3.0	0.014307745030843044	NZ_QSCB01000028.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf28, whole genome shotgun sequence	True	True
ISR0844_000000006774	1857	0.5592990785553573	3	3	3	3	2	False	20713	maximal	True	ISR0844_000000006774	1.0		1	1	False	False	0.9838449358940125	0					non-mobilizable	no_good_hit	324.0	78.704	17.0	0.0014435400458694969	NZ_JPZS01000027.1	bacteria	Synergistes jonesii strain 113-4 contig00001, whole genome shotgun sequence	True	False
AUS0014_000000000281	45132	0.5592962302580187	39	22	16	21	15	False	100999	maximal	True	AUS0014_000000000281	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	77.434	1.0	6.588892357411977e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0238_000000012100	1263	0.5592944673348674	3	3	2	2	1	False	27281	maximal	True	ISR0238_000000012100	1.0		2	1	False	False	0.9992082118988037	0					non-mobilizable	no_good_hit	851.0	96.12200000000001	67.0	0.0005106338905545376	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ISR0295_000000003525	7689	0.5592906521519299	5	1	1	1	1	False	87711	maximal	True	ISR0295_000000003525	1.0		105	10	False	False	1.0	0					non-mobilizable	other	7701.0	95.507	100.0	0.003038703423257808	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0128_000000023178	1611	0.5592890510168471	2	2	2	1	1	False	75901	fragment	False	SPA0128_000000023178	0.9832797427652733		0	0	False	False	0.9981378316879272	0					non-mobilizable	no_good_hit	794.0	74.685	49.0	0.0008339760792287899	NZ_SNYN01000001.1	high GC Gram+	Actinorugispora endophytica strain DSM 46770 Ga0310471_101, whole genome shotgun sequence	True	False
SPA0001_000000006290	5249	0.559287957263231	7	4	3	3	3	False	43527	fragment	False	ISR0837_000000001586	0.9855850763143019		0	0	False	False	1.0	0					non-mobilizable	other	5252.0	96.439	100.0	0.0014981339683967656	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0022_000000002925	4176	0.5592855317532484	7	7	6	6	4	False	89204	fragment	False	CHI0022_000000002925	1.0		0	0	False	False	0.9947317838668823	0					non-mobilizable	no_good_hit	1232.0	93.588	41.0	0.00041457694292107347	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
USA0038_01_000000005176	3621	0.5592849772508377	4	4	4	4	4	False	1347	fragment	False	USA0038_01_000000005176	1.0		0	0	False	False	0.9834299683570862	0					non-mobilizable	no_good_hit	176.0	86.932	5.0	0.0005765524176652979	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
ISR0178_000000004137	3811	0.5592832288029891	4	4	4	4	4	False	90199	fragment	False	ISR0178_000000004137	0.9945039458850056		0	0	False	False	1.0	0					non-mobilizable	other	3811.0	99.554	100.0	0.0007373199831325959	CP021844.1	enterobacteria	Escherichia coli strain EC1515, complete genome	False	False
AST0084_000000018000	1947	0.5592808805819894	2	2	2	1	1	False	111375	maximal	True	AST0084_000000018000	1.0		18	4	False	False	1.0	0					non-mobilizable	other	1947.0	99.589	100.0	0.001171808432805578	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MON0042_000000012626	2105	0.5592803792434691	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.2838295523436038		0	0	False	False	1.0	0					non-mobilizable	chromosome	2105.0	98.81200000000001	100.0	0.000733373952397617	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0041_000000061350	1155	0.5592736880150065	2	1	1	1	1	True	27409	fragment	False	MON0022_000000026485	0.9477142503842131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	76.339	77.0	0.019319467409276824	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0030_000000027528	1319	0.5592719916109838	3	2	2	1	1	True	12499	fragment	False	MON0030_000000027528	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1026.0	94.639	90.0	0.000384068695360315	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	False	True
MON0092_000000048161	1160	0.5592719916109838	2	2	2	1	1	True	9416	fragment	False	MON0092_000000048161	1.0		0	0	False	False	0.998275876045227	0					non-mobilizable	no_good_hit	1016.0	94.685	88.0	0.00038031435816226697	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	True
ISR0339_000000006642	2205	0.5592711607987124	4	4	4	3	2	False	24397	maximal	True	ISR0339_000000006642	1.0		5	2	False	False	0.9941043257713318	0					non-mobilizable	no_good_hit	1364.0	99.78	75.0	0.0017237192879509112	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
CHI0138_000000012762	1113	0.5592701714304369	2	2	2	1	1	False	80403	maximal	True	CHI0138_000000012762	1.0		561	15	False	False	0.9856244325637817	0					non-mobilizable	no_good_hit	492.0	73.374	44.0	0.0001502477833746907	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CHI0044_000000007504	2024	0.5592668563022305	3	2	2	1	1	False	89724	fragment	False	CHI0044_000000007504	0.9949628844114529		0	0	False	False	0.992094874382019	0					non-mobilizable	other	2024.0	98.56700000000001	100.0	0.00046963669297378713	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0112_000000012656	2680	0.5592618611060861	2	2	2	2	2	False	4539	maximal	True	SPA0112_000000012656	1.0		1	1	False	False	0.9977611899375916	0					non-mobilizable	no_good_hit	1394.0	74.964	51.0	0.00044418563271380273	CP014204.2	firmicutes	Clostridium baratii strain CDC51267 chromosome, complete genome	True	False
MON0090_000000017892	3197	0.5592615899803765	5	3	3	3	2	True	18026	fragment	False	MON0090_000000017892	1.0		0	0	False	False	0.9974976778030396	0					non-mobilizable	no_good_hit	84.0	84.524	3.0	0.00013127511898911428	NZ_KE386927.1	a-proteobacteria	Azospirillum halopraeferens DSM 3675 G472DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
MON0090_000000055453	1127	0.5592612947693754	2	2	2	2	2	False	9506	fragment	False	MON0090_000000055453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	75.505	35.0	0.010611475909456127	NZ_PJPV01000082.1	g-proteobacteria	Endozoicomonas acroporae strain Acr-14 Endozoicomoas_acroporae_sp._Acr-14_contig_82, whole genome shotgun sequence	True	False
MON0022_000000029203	1089	0.5592608809474378	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.15103569141220613		0	0	False	False	0.994490385055542	0					non-mobilizable	chromosome	1089.0	98.714	100.0	0.0003792351997189198	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0042_000000022032	1533	0.5592566645861411	2	2	1	2	1	True	6844	maximal	True	SPA0042_000000022032	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	98.361	4.0	0.07884362680683311	GQ877920.1		Uncultured organism clone VC1BT50TR genomic sequence	True	True
ISR0361_000000003001	3904	0.5592553915471347	3	3	2	2	3	True	109529	maximal	False	ISR0108_000000005091	0.7939768680205713		0	0	False	False	1.0	0					non-mobilizable	other	3912.0	96.319	100.0	0.10534540359952581	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0050_000000002352	8119	0.5592478375340629	12	3	2	3	2	False	17427	maximal	True	MAD0050_000000002352	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0031_000000028850	1104	0.5592443379999653	1	1	1	1	1	False	12413	maximal	True	MON0031_000000028850	1.0		3	2	False	False	0.9990941882133484	0					non-mobilizable	no_good_hit								True	False
MAD0050_000000000582	21606	0.5592406778577655	41	13	8	12	5	True	17432	maximal	True	MAD0050_000000000582	1.0		1	1	False	False	0.9999536871910095	0					non-mobilizable	no_good_hit	390.0	76.667	2.0	0.00011505638383057746	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
ISR0275_000000010500	1375	0.5592396460095503	2	2	2	2	2	False	45258	maximal	True	ISR0275_000000010500	0.9435275478592222		95	10	False	False	0.9992727041244507	0					non-mobilizable	no_good_hit	388.0	73.969	28.0	0.00015655681044904882	CP041689.1	high GC Gram+	Micrococcus luteus strain 10240 chromosome, complete genome	True	False
ENG0136_000000010030	1161	0.559236042384977	1	1	1	1	1	False	58012	fragment	False	ENG0136_000000010030	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	97.935	100.0	0.010884647116177905	NZ_QRST01000006.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf6, whole genome shotgun sequence	False	False
SPA0100_000000012409	2390	0.55923487760014	2	2	1	2	2	False	4966	maximal	True	SPA0100_000000012409	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	99.86	60.0	0.00036662502182444403	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ISR0296_000000012292	2131	0.5592337520626146	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.9522618742848226		0	0	False	False	1.0	0					non-mobilizable	other	2132.0	96.99799999999999	100.0	0.0006416032916567184	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0069_000000028273	1811	0.5592337520626146	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7698104568996488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	93.038	78.0	0.0001752281298076656	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0109_000000022293	1615	0.5592333461697782	2	2	2	2	2	False	125832	fragment	False	MON0109_000000022293	1.0		0	0	False	False	0.9993808269500732	0					non-mobilizable	chromosome	1020.0	79.51	94.0	0.00029811005904292786	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	False	False
FIJ0076_000000004324	3907	0.5592314546507589	4	4	3	4	2	False	113409	maximal	True	FIJ0076_000000004324	0.9767029972752044		1	1	False	False	0.9992321729660034	0					non-mobilizable	chromosome	2395.0	97.829	94.0	0.0006700343777454546	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0031_000000009821	3499	0.5592303044917801	2	2	2	2	1	False	12472	maximal	True	MON0031_000000009821	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2506.0	93.49600000000001	72.0	0.0006610873778513023	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
DEN0005_000000007817	3994	0.5592275413348234	5	4	4	4	4	False	125537	fragment	False	SPA0138_000000005370	0.8150050806759167		0	0	False	False	1.0	0					non-mobilizable	other	2740.0	99.45299999999999	100.0	0.034061656697300186	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0064_000000009297	2236	0.5592183470476528	3	3	3	2	2	False	125790	fragment	False	SPA0115_000000011713	0.9452240156689908		0	0	False	False	0.998658299446106	0					non-mobilizable	chromosome	2026.0	98.71700000000001	91.0	0.0005426661549972451	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0063_000000020399	1462	0.559217995369388	2	2	2	2	2	False	103312	maximal	True	MON0063_000000020399	0.9844609008627937		552	12	False	False	0.9767441749572754	0					non-mobilizable	other	1462.0	99.795	100.0	0.001972232159128492	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
AST0142_000000002528	1741	0.5592179813256984	2	2	2	2	0	True	105249	maximal	True	AST0142_000000002528	1.0		116	11	False	False	0.9994255900382996	0					non-mobilizable	other	1741.0	98.736	100.0	0.0004266095500225441	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0835_000000008648	1699	0.5592076938681121	3	3	3	2	2	False	26569	fragment	False	ISR0266_000000011329	0.9859894921190893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	77.686	21.0	0.00118082889557768	NZ_PPTS01000005.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_5, whole genome shotgun sequence	True	False
ISR0004_000000003100	5195	0.5592053962338164	5	4	3	4	3	True	109751	maximal	True	ISR0004_000000003100	1.0		0	0	False	False	0.9996150135993958	0					non-mobilizable	no_good_hit	2422.0	89.141	47.0	0.0007587669895268825	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ISR0394_000000010413	1828	0.5592051153487301	3	3	3	2	2	False	83323	maximal	True	ISR0394_000000010413	1.0		2	1	False	False	0.9934354424476624	0					non-mobilizable	no_good_hit	1178.0	74.703	64.0	0.8411892675852066	NZ_JAAIUD010000036.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_37_length_1379_cov_646.637, whole genome shotgun sequence	True	False
TAN0008_000000016548	1350	0.5592047502518284	3	2	2	2	2	False	2738	maximal	True	TAN0008_000000016548	1.0		105	9	False	False	0.9940740466117859	0					non-mobilizable	chromosome	1365.0	72.527	98.0	0.0004707433201278241	NZ_CP013195.1	CFB group bacteria	Prevotella enoeca strain F0113 chromosome, complete genome	False	False
ISR0077_000000001917	11427	0.5592007096907747	19	3	2	3	1	False	34538	maximal	True	ISR0077_000000001917	1.0		2	1	False	False	0.9999125003814697	0					non-mobilizable	no_good_hit	905.0	79.779	8.0	0.9966814159292036	GQ881604.1		Uncultured organism clone VC1CT20TR genomic sequence	True	False
TAN0022_000000002222	2396	0.5592005503288026	4	3	3	1	3	False	2352	maximal	True	TAN0022_000000002222	1.0		4	4	False	False	0.9995826482772827	0					non-mobilizable	no_good_hit	1511.0	90.338	76.0	0.00029471670405746233	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
ENG0170_000000005331	2290	0.5591998777368977	3	3	3	2	2	False	55858	maximal	True	ENG0170_000000005331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0075_000000002325	1638	0.5591989721804945	3	2	2	2	2	False	16261	maximal	True	MAD0075_000000002325	1.0		2	1	False	False	0.995726466178894	0					non-mobilizable	no_good_hit	62.0	83.87100000000001	4.0	1.8203852711135593e-05	AP013044.1	CFB group bacteria	Tannerella forsythia 3313 DNA, complete genome	True	False
ENG0034_000000007975	1814	0.5591989238572576	3	3	3	3	3	False	65459	maximal	True	ENG0034_000000007975	1.0		46	7	False	False	1.0	0					non-mobilizable	other	1814.0	94.65299999999999	100.0	0.0008418258845904538	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
ENG0125_000000007304	3476	0.5591980189145114	4	2	2	2	2	False	58860	maximal	True	ENG0125_000000007304	1.0		33	8	False	False	0.9997122883796692	0					non-mobilizable	no_good_hit	702.0	70.94	25.0	0.00022046573063277855	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0046_000000027011	1371	0.5591873545790658	2	2	2	2	2	False	45258	maximal	False	ISR0275_000000010500	0.7659096182013474		0	0	False	False	0.9890590906143188	0					non-mobilizable	no_good_hit	433.0	73.21	31.0	0.00017436618306626868	CP041689.1	high GC Gram+	Micrococcus luteus strain 10240 chromosome, complete genome	True	False
ISR0816_000000002953	14098	0.5591872140310189	15	5	5	4	2	False	81052	maximal	True	ISR0816_000000002953	0.9641573716898082		177	12	False	False	1.0	0					non-mobilizable	chromosome	13902.0	99.698	100.0	0.004480546961295694	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0062_000000017952	1230	0.5591844413673863	2	2	2	2	0	True	71622	fragment	False	DEN0062_000000017952	0.9987373737373737		0	0	False	False	0.995121955871582	0					non-mobilizable	no_good_hit	300.0	97.333	34.0	0.0036307998688540517	NZ_BBAB01000016.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
MAD0089_000000024437	1188	0.5591844413673863	2	2	2	2	0	True	71622	fragment	False	DEN0062_000000017952	0.9817073170731707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	97.0	31.0	0.0036307998688540517	NZ_BBAB01000016.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
DEN0093_000000010857	2975	0.5591823485693911	3	3	3	3	2	False	121125	maximal	True	DEN0093_000000010857	1.0		86	6	False	False	0.9989916086196899	0					non-mobilizable	chromosome	2974.0	99.361	99.0	0.0009370824616806399	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0126_000000002565	5615	0.5591810754226653	4	4	4	3	4	False	90872	fragment	False	CHI0126_000000002565	0.9540889526542324		0	0	False	False	1.0	0					non-mobilizable	chromosome	5561.0	99.928	100.0	0.0010209531393712149	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
MAD0103_000000003097	5256	0.5591776486958061	7	3	2	3	2	False	14937	maximal	True	MAD0103_000000003097	1.0		1	1	False	False	0.9979071617126465	0					non-mobilizable	no_good_hit	711.0	97.609	17.0	0.04573603406012128	NZ_CABIXL010000012.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	False
DEN0022_000000012722	3034	0.5591762267793438	3	3	3	3	2	False	125455	fragment	False	DEN0022_000000012722	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1901.0	88.48	95.0	0.0005282274515528182	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0126_000000011247	1619	0.5591733621183514	3	3	2	2	2	False	58772	maximal	True	ENG0126_000000011247	1.0		4	2	False	False	0.9981470108032227	0					non-mobilizable	no_good_hit								True	False
FIJ0128_000000014706	1769	0.5591719998902028	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.16159349691582986	PS871	0	0	False	True	0.9994347095489502	0					non-mobilizable	no_good_hit	1578.0	94.04299999999999	89.0	0.6816803811173668	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0038_000000007291	3975	0.5591659215560778	4	3	3	2	2	False	36647	maximal	True	ISR0038_000000007291	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	74.749	12.0	0.0008098943478687472	NZ_FQTX01000002.1	high GC Gram+	Bifidobacterium merycicum DSM 6492, whole genome shotgun sequence	True	False
FIJ0101_000000003378	7852	0.5591633171131513	7	4	3	4	2	True	105931	maximal	True	FIJ0101_000000003378	0.9913309868335289		36	5	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	85.978	21.0	0.012653287773402945	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0113_000000003009	7671	0.5591633171131513	8	4	3	4	2	True	105931	maximal	False	FIJ0101_000000003378	0.9798140601120733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	86.18799999999999	21.0	0.20186505759736698	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
FIJ0073_000000003138	6000	0.5591633171131513	6	4	3	4	2	True	105741	fragment	False	FIJ0073_000000003138	0.9809650891849062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	86.18799999999999	25.0	0.20186505759736698	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
MON0093_000000031599	1459	0.5591558478319916	3	2	2	2	1	False	9380	fragment	False	MON0093_000000031599	1.0		0	0	False	False	0.9993146061897278	0					non-mobilizable	other	793.0	98.865	100.0	0.00023700646471042569	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0120_000000000434	20099	0.5591536100240114	23	15	13	11	10	False	81881	fragment	False	CHI0120_000000000434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2604.0	95.161	28.0	0.04166733673190422	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
CHI0065_000000006970	1921	0.5591508303639258	3	2	1	1	1	True	85256	fragment	False	CHI0065_000000006970	1.0		0	0	False	False	0.9906298518180847	0					non-mobilizable	no_good_hit	341.0	91.789	18.0	6.096070810216797e-05	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
ISR0052_000000015165	2332	0.5591502068368475	3	2	1	1	1	True	131247	maximal	True	ISR0052_000000015165	1.0		4	2	False	False	1.0	0					non-mobilizable	other	2101.0	86.197	90.0	0.0006546286511544457	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0027_000000025474	1476	0.5591502068368475	2	2	1	1	1	True	7473	fragment	False	SPA0027_000000025474	1.0		0	0	False	False	0.9993224740028381	0					non-mobilizable	other	1482.0	85.29	100.0	0.0004623491287981087	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0050_000000012164	2143	0.5591494958861384	4	3	3	3	2	False	53781	maximal	False	ISR0185_000000014040	0.9540175196574197		0	0	False	False	1.0	0					non-mobilizable	other	2140.0	97.523	99.0	0.0005241903551426433	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0166_000000020635	1441	0.5591433851021489	3	3	2	3	1	False	56130	maximal	True	ENG0166_000000020635	1.0		10	7	False	False	0.9951422810554504	0					non-mobilizable	no_good_hit	809.0	75.649	56.0	0.0002542469209368065	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	True	False
CHI0163_000000003169	2866	0.5591425922874821	3	3	3	2	1	False	101393	maximal	True	CHI0163_000000003169	1.0		4	2	False	False	0.9975575804710388	0					non-mobilizable	no_good_hit	1944.0	99.126	68.0	0.006643302846397128	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
SPA0120_000000021782	1867	0.5591413534949832	3	3	3	3	3	False	99887	fragment	False	ISR0346_000000011693	0.37397796848141635		0	0	False	False	0.9919657111167908	0					non-mobilizable	other	1812.0	99.61399999999999	97.0	0.005739003676004563	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0149_000000014823	1246	0.5591328137551478	2	1	1	1	1	True	30851	fragment	False	ISR0149_000000014823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0343_000000011130	1664	0.5591321661924146	3	3	3	2	2	False	24308	maximal	True	ISR0343_000000011130	1.0		43	8	False	False	0.9981971383094788	0					non-mobilizable	no_good_hit	232.0	87.069	14.0	0.0019264287680029355	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
MON0013_000000039637	1426	0.5591313241393225	2	2	2	2	2	False	13495	fragment	False	MON0057_000000016920	0.9421978808815985		0	0	False	False	0.9985975027084351	0					non-mobilizable	no_good_hit	615.0	76.748	43.0	0.00021566507532518858	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0120_000000010775	3917	0.5591301071802717	4	4	4	4	4	False	87656	maximal	False	FIJ0142_000000007595	0.9608810268299965		0	0	False	False	0.9971917271614075	0					non-mobilizable	no_good_hit	897.0	70.903	23.0	0.0001719773613837119	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	False
CHI0115_000000000827	8375	0.5591296828593522	11	10	5	8	9	False	97875	fragment	False	CHI0115_000000000827	1.0		0	0	False	False	0.9996417760848999	0					non-mobilizable	chromosome	8375.0	100.0	100.0	0.0016759641246810034	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
FIJ0013_000000024692	1228	0.5591277666847011	2	2	2	2	2	False	50596	fragment	False	FIJ0016_000000015044	0.9626953499192599		0	0	False	False	0.9975569844245911	0					non-mobilizable	chromosome	1228.0	98.941	100.0	0.00042768528497712737	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0840_000000003756	3721	0.5591236778913857	6	4	2	3	1	False	72012	maximal	True	ISR0840_000000003756	0.9962942629700796		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	75.33	6.0	0.0021132118001746924	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	True	False
ISR0095_000000007678	3643	0.5591236778913857	4	4	2	3	1	False	72012	maximal	False	ISR0840_000000003756	0.9858908895458209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	2.0	0.010500922378317014	NZ_BCQX01000116.1	firmicutes	Globicatella sanguinis NBRC 15551, whole genome shotgun sequence	True	False
ISR0271_000000014459	1333	0.5591219459484031	2	2	2	2	1	False	34091	maximal	False	ISR0083_000000020054	0.970208183776023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	72.267	36.0	5.3601354935494885e-05	NZ_JACCBT010000001.1	high GC Gram+	Actinomadura citrea strain DSM 43461 Ga0104564_01, whole genome shotgun sequence	True	False
FIJ0106_000000008547	2938	0.559117761481486	4	3	1	3	1	False	42359	maximal	True	FIJ0106_000000008547	1.0		4	3	False	False	0.9962559342384338	0					non-mobilizable	no_good_hit	2545.0	95.835	87.0	0.17179748555895344	NZ_WEHX01000059.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_59_length_14715_cov_170.262999, whole genome shotgun sequence	True	False
CHI0005_000000010335	1843	0.5591108869360224	3	2	2	1	1	False	90764	fragment	False	CHI0005_000000010335	1.0		0	0	False	False	0.9994574189186096	0					non-mobilizable	no_good_hit	1085.0	81.10600000000001	58.0	0.00018659175068968257	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
CHI0021_000000003141	2596	0.5591103058796831	4	4	4	4	2	False	89305	fragment	False	CHI0021_000000003141	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2348.0	100.0	100.0	0.0005056389406185557	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
CHI0026_000000003277	3073	0.5591088559333208	2	2	2	2	2	False	88911	maximal	False	SPA0067_000000006686	0.9622612913003941		0	0	False	False	1.0	0					non-mobilizable	other	3073.0	99.447	100.0	0.01483957606731912	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	False	False
SPA0134_000000002112	13551	0.5591075790651058	13	13	7	8	9	False	106662	fragment	False	CAN0010_000000001130	0.9810173330874322		0	0	False	False	0.9997786283493042	0					non-mobilizable	chromosome	13551.0	99.756	100.0	0.0037876341086728015	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0021_000000008243	2257	0.5591067573683435	3	3	3	1	1	False	66370	maximal	True	ENG0021_000000008243	1.0		25	6	False	False	0.9778466820716858	0					non-mobilizable	no_good_hit	817.0	99.633	36.0	0.004269993354299559	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0036_000000017253	1406	0.5591060131520422	2	2	2	2	2	False	86063	fragment	False	MON0036_000000017253	0.9791514264813461		0	0	False	False	0.9473684430122375	0					non-mobilizable	other	1404.0	98.86	99.0	0.0030866642026154143	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0237_000000004331	2413	0.5591031877409137	2	1	1	1	1	False	27315	maximal	True	ISR0237_000000004331	1.0		141	9	False	False	0.9904683232307434	0					non-mobilizable	no_good_hit								True	False
ENG0187_000000017110	1755	0.5591009413631689	3	3	3	3	3	False	54970	fragment	False	ENG0187_000000017110	0.976764705882353		0	0	False	False	0.9971510171890259	0					non-mobilizable	no_good_hit	69.0	85.507	4.0	1.4065989347909009e-05	CP013987.1	g-proteobacteria	Pseudomonas oryzihabitans strain USDA-ARS-USMARC-56511, complete genome	True	False
ISR0813_000000000769	29486	0.5590969171613634	34	16	7	14	10	False	71916	fragment	False	ISR0813_000000000769	1.0		0	0	False	False	0.9999660849571228	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.115622383610364e-07	CP050577.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 16a	True	False
ISR0345_000000005923	1966	0.5590958209676671	2	2	2	2	2	False	86782	fragment	False	ISR0345_000000005923	0.993998908892526		0	0	False	False	1.0	0					non-mobilizable	other	1966.0	99.288	100.0	0.008633036632193098	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
FIJ0023_000000031717	1113	0.5590947444408233	1	1	1	1	1	False	122961	fragment	False	FIJ0023_000000031717	0.966394187102634		0	0	False	False	0.9838274717330933	0					non-mobilizable	chromosome	762.0	90.15700000000001	95.0	0.0002558115503627307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0001_000000012872	3208	0.559092801061252	4	2	0	1	1	True	107216	fragment	False	DEN0001_000000012872	1.0		0	0	False	False	0.9965710639953613	0					non-mobilizable	other	3209.0	96.541	100.0	0.006322762536596907	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ISR0841_000000004720	2890	0.559092801061252	5	2	0	1	1	True	107215	fragment	False	ISR0841_000000004720	1.0		0	0	False	False	0.9996539950370789	0					non-mobilizable	other	2890.0	99.896	100.0	0.005695809469357176	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ISR0126_000000031515	1572	0.5590918239424557	3	3	1	2	3	True	57195	fragment	False	ISR0126_000000031515	1.0		0	0	False	False	0.9987277388572693	0					non-mobilizable	chromosome	1451.0	76.98100000000001	91.0	0.0004081725531690972	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
AST0106_000000015809	1218	0.5590916630421676	2	1	1	1	1	True	107356	maximal	True	AST0106_000000015809	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	80.0	23.0	0.025096881343421296	NZ_PUBV01000043.1	CFB group bacteria	Paramuribaculum intestinale strain DSM 100764 seq43, whole genome shotgun sequence	True	True
FIJ0012_000000021992	1161	0.5590826065483973	2	2	2	2	1	False	50691	maximal	True	FIJ0012_000000021992	1.0		32	2	False	False	0.9974160194396973	0					non-mobilizable	no_good_hit	471.0	75.15899999999999	39.0	0.0001288080464159936	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	True	False
FIJ0098_000000004785	4633	0.5590773973420665	5	2	1	2	0	True	42879	maximal	True	FIJ0098_000000004785	1.0		6	1	False	False	0.9980574250221252	0					non-mobilizable	no_good_hit								True	True
ISR0344_000000017093	1986	0.5590723135783905	5	5	2	4	2	False	24263	maximal	True	ISR0344_000000017093	1.0		283	11	False	False	1.0	0					non-mobilizable	other	1986.0	97.885	100.0	0.04049945932711729	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	False	False
SPA0019_000000026177	1115	0.5590714783508968	2	2	2	2	2	False	7741	maximal	True	SPA0019_000000026177	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	78.417	12.0	0.0009993143390666257	NZ_QKZI01000007.1	firmicutes	Psychrobacillus insolitus strain DSM 5 Ga0215656_107, whole genome shotgun sequence	True	False
MON0046_000000012476	2569	0.5590675678475391	3	3	3	3	3	False	85548	maximal	True	MON0046_000000012476	1.0		64	10	False	False	0.9953289031982422	0					non-mobilizable	no_good_hit	438.0	74.88600000000001	17.0	0.002583067751714571	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	True	False
FIJ0123_000000021499	1565	0.5590664107930973	2	2	1	2	1	False	41311	maximal	True	FIJ0123_000000021499	1.0		2	1	False	False	0.9968051314353943	0					non-mobilizable	no_good_hit	497.0	77.666	31.0	0.00010150117961391359	CP061336.1	firmicutes	Ruminiclostridium sp. MA18 chromosome, complete genome	True	False
ISR0322_000000002630	3590	0.5590658445162373	6	4	2	2	3	False	88485	backbone	False	ISR0182_000000007885	0.6425273513854955	PS458	0	0	False	True	0.9980501532554626	0					non-mobilizable	no_good_hit	924.0	87.446	45.0	0.00028558824645705694	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
TAN0001_000000000818	10006	0.5590650235123014	11	2	1	1	1	True	98491	maximal	True	TAN0001_000000000818	1.0		22	6	False	False	0.9982010722160339	0					non-mobilizable	no_good_hit	2491.0	96.226	39.0	0.034707097782989894	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
ISR0187_000000017544	1631	0.5590625400035283	2	1	1	1	1	False	39423	fragment	False	ISR0187_000000017544	1.0		0	0	False	False	0.9950950145721436	0					non-mobilizable	other	1631.0	99.571	100.0	0.0005919555779102516	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0064_000000014423	1436	0.5590518444938706	3	3	2	2	1	True	6101	maximal	True	SPA0064_000000014423	1.0		722	13	False	False	1.0	0					non-mobilizable	other	1436.0	99.791	100.0	0.010875413985706598	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0016_000000011171	2304	0.5590490625534905	3	3	2	3	3	False	123420	maximal	True	AST0016_000000011171	1.0		1	1	False	False	0.9969618320465088	0					non-mobilizable	no_good_hit	779.0	85.23700000000001	35.0	0.00022419241552719063	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0079_000000002074	9366	0.5590475413716012	11	8	5	8	4	True	125257	fragment	False	SPA0139_000000002006	0.7770405090955571		0	0	False	False	0.9986119866371155	0					non-mobilizable	no_good_hit	1119.0	78.642	12.0	0.00031194548879047776	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
USA0044_01_000000016497	1678	0.5590433768523438	3	2	2	2	2	False	1222	maximal	True	USA0044_01_000000016497	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	78.429	47.0	0.003641049671977507	NZ_CYYA01000004.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0211_000000011461	2210	0.5590409900144494	2	2	2	2	2	False	53658	maximal	True	ENG0211_000000011461	0.9905876951331497		288	13	False	False	0.9995474815368652	0					non-mobilizable	other	2210.0	100.0	100.0	0.0332585555338081	NZ_NFIG01000027.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_27, whole genome shotgun sequence	False	False
SPA0133_000000011582	1754	0.5590391378333256	2	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.7981936241179235		0	0	False	False	1.0	0					non-mobilizable	chromosome	1755.0	99.601	100.0	0.0008000262722424636	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
MON0032_000000021419	1439	0.5590315151436509	1	1	1	1	1	False	23676	maximal	False	ISR0364_000000011986	0.9710771276595744		0	0	False	False	0.9471855163574219	0					non-mobilizable	no_good_hit								True	False
FIJ0113_000000006588	3816	0.5590297011665419	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9766043706980848		0	0	False	False	1.0	0					non-mobilizable	chromosome	3828.0	83.62100000000001	100.0	0.0010163444730200556	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0346_000000023548	1100	0.5590288321341268	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.007730762359606472	PS816	0	0	False	True	0.9872727394104004	0					non-mobilizable	plasmid	1098.0	87.978	99.0	0.00507395861277879	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MAD0105_000000007546	4208	0.55902822278446	4	4	4	4	4	False	100829	maximal	True	MAD0105_000000007546	0.9998805256869773		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	86.98299999999999	42.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0117_000000003115	10911	0.5590263945293783	15	11	4	5	10	True	118479	fragment	False	CHI0109_000000001111	0.9341643843167674		0	0	False	False	0.9994500875473022	0					non-mobilizable	virus	10911.0	99.679	100.0	0.11354293504844568	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
FIJ0017_000000017423	1671	0.5590248372502997	1	1	0	1	1	False	84785	fragment	False	FIJ0017_000000017423	0.9939649969824985		0	0	False	False	1.0	0					non-mobilizable	plasmid	1672.0	99.641	100.0	0.32364904125508426	CP023837.1	enterobacteria	Escherichia coli strain 4/2-1 plasmid p4_2_1.3, complete sequence	False	True
CHI0073_000000004919	1657	0.5590248372502997	1	1	0	1	1	False	84785	fragment	False	FIJ0017_000000017423	0.9892280071813285		0	0	False	False	1.0	0					non-mobilizable	plasmid	1658.0	98.914	100.0	0.3206816421378776	CP054384.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-5, complete sequence	False	True
AUS0020_000000000562	27312	0.5590216974894031	30	13	6	13	5	True	99724	maximal	True	AUS0020_000000000562	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	76.712	1.0	0.0005397397337780292	NZ_FNHZ01000004.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	True
MAD0032_000000013619	1279	0.5590212689096038	2	2	2	1	1	False	18908	fragment	False	MAD0032_000000013619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000004968	5147	0.5590205736409183	7	6	2	4	6	True	58747	maximal	True	ENG0127_000000004968	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3827.0	84.609	74.0	0.0013430316734576926	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0386_000000000391	43935	0.5590200582522102	63	17	8	10	10	False	23013	maximal	True	ISR0386_000000000391	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2599.0	97.999	13.0	0.33023906408952186	MK232839.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_4_c1 sequence	True	False
MAD0085_000000006791	1669	0.5590197527526436	2	2	1	2	2	False	16062	maximal	True	MAD0085_000000006791	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	84.28299999999999	35.0	0.0010280348854819026	NZ_PPCX01000010.1	firmicutes	Veillonella rogosae JCM 15642 Contig_10_len_561265, whole genome shotgun sequence	True	False
FIJ0047_000000012422	2464	0.5590192130873969	3	3	3	2	2	False	46892	maximal	True	FIJ0047_000000012422	1.0		9	3	False	False	0.989448070526123	0					non-mobilizable	other	1568.0	93.941	98.0	0.0005001589813919726	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0298_000000004425	3248	0.5590190269036471	4	4	2	4	0	True	49957	maximal	True	ISR0298_000000004425	1.0		1	1	False	False	0.9944581389427185	0					non-mobilizable	no_good_hit	1959.0	99.43799999999999	60.0	0.0005675880551412665	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
AST0019_000000025306	1220	0.5590128219370067	2	2	2	2	2	False	121922	maximal	False	ISR0051_000000028857	0.9781225139220366		0	0	False	False	0.9475409984588623	0					non-mobilizable	no_good_hit	529.0	76.56	43.0	0.00015165059005469028	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
MON0007_000000001318	17306	0.5590111618352669	14	9	6	6	3	True	14008	maximal	True	MON0007_000000001318	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0137_000000007719	1481	0.5590108739519759	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.5904712587271995		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	98.381	100.0	0.034147016750496056	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ENG0156_000000012648	1378	0.5590108739519759	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.48352875974534343		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	98.18700000000001	100.0	0.03177056896313045	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0388_000000015487	2242	0.5590108253548939	3	3	3	2	3	False	22944	maximal	True	ISR0388_000000015487	1.0		16	5	False	False	0.9852809906005859	0					non-mobilizable	other	2244.0	86.45299999999999	100.0	0.0007143343302979208	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0107_000000004798	5172	0.5590053196986011	6	5	5	5	5	False	102772	maximal	True	ENG0107_000000004798	1.0		18	6	False	False	0.9998066425323486	0					non-mobilizable	other	5169.0	94.777	99.0	0.0017982691180641551	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
FIJ0015_000000016581	1857	0.5590049161954412	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.8177054042748723		0	0	False	False	0.9816908836364746	0					non-mobilizable	other	1857.0	98.6	100.0	0.000448971465879741	CP003939.1	firmicutes	Clostridioides difficile BJ08, complete genome	False	False
ISR0152_000000014098	1670	0.5590049161954412	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.681459363060641		0	0	False	False	1.0	0					non-mobilizable	other	1671.0	98.803	100.0	0.002670854737488565	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
FIJ0046_000000021811	1531	0.5590049161954412	1	1	1	1	1	False	100688	fragment	False	FIJ0046_000000021811	1.0		0	0	False	False	0.9960809946060181	0					non-mobilizable	chromosome	1531.0	100.0	100.0	0.0003461654372137348	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AST0058_000000009411	1497	0.5590049161954412	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.19915492690689107		0	0	False	False	0.9993320107460022	0					non-mobilizable	other	1497.0	99.265	100.0	0.0023925740642412536	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
DEN0021_000000027388	1364	0.5590049161954412	1	1	1	1	1	False	74708	fragment	False	DEN0021_000000027388	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	840.0	90.595	97.0	0.0003767413584950895	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	False
MON0047_000000029312	1360	0.5590049161954412	2	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.18854261731296182		0	0	False	False	0.9977940917015076	0					non-mobilizable	other	1360.0	99.632	100.0	0.0004721372984991662	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0047_000000030467	1270	0.5590049161954412	1	1	1	1	1	False	79420	fragment	False	SPA0047_000000030467	0.9748110831234257		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	96.85799999999999	100.0	0.0003072164664155555	CP003939.1	firmicutes	Clostridioides difficile BJ08, complete genome	False	False
ISR0820_000000021228	1244	0.5590049161954412	1	1	1	1	1	False	55948	maximal	True	ISR0820_000000021228	0.9922407439994602		35	8	False	False	0.9863343834877014	0					non-mobilizable	other	1244.0	99.92	100.0	0.00044600792408607844	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
USA0030_01_000000013357	1237	0.5590049161954412	1	1	1	1	1	False	55948	maximal	False	ISR0820_000000021228	0.9918637282195126		0	0	False	False	0.9967663884162903	0					non-mobilizable	other	1237.0	100.0	100.0	0.000443496214135473	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
SPA0076_000000015179	1191	0.5590049161954412	1	1	1	1	1	False	79420	fragment	False	SPA0047_000000030467	0.9448818897637795		0	0	False	False	0.9991603493690491	0					non-mobilizable	other	1191.0	99.412	100.0	0.00041342412451361867	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0053_000000010741	1124	0.5590049161954412	1	1	1	1	1	False	86384	maximal	True	CHI0053_000000010741	1.0		12	4	False	False	1.0	0					non-mobilizable	other	1124.0	95.90700000000001	100.0	0.000407831971774977	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0153_000000006010	4329	0.5590041977804658	5	2	1	2	1	False	30689	fragment	False	ISR0153_000000006010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	1.898411029967917e-05	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0033_000000031429	1250	0.5590021760034853	2	1	1	1	1	False	48228	fragment	False	FIJ0033_000000031429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	78.455	20.0	5.288543129911545e-05	CP003259.1	firmicutes	Clostridium sp. BNL1100, complete genome	True	False
CHI0169_000000002386	5822	0.5590002740919195	7	7	2	6	4	True	78053	fragment	False	CHI0169_000000002386	1.0		0	0	False	False	0.9946753978729248	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.406972182263157e-05	NZ_RQHG01000015.1	bacteria	Leptospira adleri strain 201601302 NODE_5_covk_24.3161_covr_41.16, whole genome shotgun sequence	True	True
CHI0144_000000006506	2341	0.5589997617420881	3	2	1	2	1	True	79868	fragment	False	CHI0144_000000006506	0.9655550680122861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	81.048	46.0	0.00134452164930777	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0026_000000009221	1340	0.5589957711138399	2	2	2	2	1	False	76225	maximal	False	SPA0077_000000018623	0.48201057790786284		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	100.0	100.0	0.01639986772324764	NZ_NFIG01000018.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_18, whole genome shotgun sequence	False	False
DEN0064_000000032456	1337	0.5589957711138399	2	2	2	2	1	False	76225	maximal	False	SPA0077_000000018623	0.39036661319104426		0	0	False	False	0.9700822830200195	0					non-mobilizable	chromosome	1287.0	99.611	96.0	0.0002927933004521448	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
DEN0007_000000020502	1238	0.5589957711138399	2	2	2	2	1	False	76225	maximal	False	SPA0077_000000018623	0.37641963195086253		0	0	False	False	0.9814216494560242	0					non-mobilizable	other	1238.0	99.919	100.0	0.015150587284284787	NZ_NFIG01000018.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_18, whole genome shotgun sequence	False	False
ISR0246_000000004101	4309	0.5589952113440884	4	2	2	2	1	False	94032	maximal	True	ISR0246_000000004101	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	71.60300000000001	24.0	0.00030623653366306576	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0194_000000003983	6357	0.5589897305219016	4	4	4	3	3	False	90873	fragment	False	CHI0048_000000002333	0.9791227012360566		0	0	False	False	0.9998427033424377	0					non-mobilizable	other	6357.0	100.0	100.0	0.0011094267234645673	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
DEN0079_000000055089	1149	0.5589885963394744	2	1	1	1	1	False	69406	maximal	True	DEN0079_000000055089	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000014831	1806	0.5589849024349285	3	2	1	2	1	False	49969	maximal	True	FIJ0018_000000014831	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	83.99600000000001	54.0	0.0003176830403897782	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
USA0009_01_000000004537	5358	0.5589792018395382	5	3	3	2	3	False	125517	fragment	False	USA0125_01_000000004163	0.8644867432730504		0	0	False	False	0.99944007396698	0					non-mobilizable	no_good_hit	2407.0	82.01100000000001	66.0	0.0010486518335624702	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0365_000000001523	9073	0.5589722648283362	7	2	1	2	1	True	114753	maximal	True	ISR0365_000000001523	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2251.0	78.41	24.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0162_000000003850	8385	0.5589722648283362	7	2	1	2	1	True	114751	fragment	False	ISR0179_000000003001	0.9900941297911227		0	0	False	False	0.9989266395568848	0					non-mobilizable	no_good_hit	2250.0	78.35600000000001	26.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0152_000000003120	8147	0.5589722648283362	6	2	1	2	1	True	114751	fragment	False	ISR0179_000000003001	0.9632590480428888		0	0	False	False	0.9997544884681702	0					non-mobilizable	no_good_hit	2251.0	78.41	27.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0054_000000005592	4089	0.5589722648283362	3	2	1	2	1	True	99911	fragment	False	ISR0054_000000005592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2152.0	78.578	51.0	0.06360381502542348	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
SPA0047_000000011899	3325	0.5589722648283362	3	2	1	2	1	True	99908	fragment	False	SPA0047_000000011899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1502.0	78.695	44.0	0.04449860095676505	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ENG0013_000000009257	2872	0.5589722648283362	2	2	1	2	1	True	66995	fragment	False	ENG0013_000000009257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	80.296	30.0	0.026085386767758824	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0126_000000037558	1325	0.5589678308558048	3	1	1	1	1	False	31939	maximal	True	ISR0126_000000037558	1.0		291	10	False	False	0.9713207483291626	0					non-mobilizable	chromosome	1330.0	97.368	100.0	0.0002362461709988538	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
MON0061_000000011241	3772	0.5589662766668564	6	5	5	3	4	False	109892	maximal	True	MON0061_000000011241	1.0		5	3	False	False	0.999204695224762	0					non-mobilizable	no_good_hit	1808.0	96.681	48.0	0.0008448643050675494	CP002888.1	firmicutes	Streptococcus salivarius 57.I, complete genome	True	False
ENG0177_000000010423	2586	0.5589632612428356	3	3	2	3	2	False	114052	maximal	True	ENG0177_000000010423	1.0		157	12	False	False	1.0	0					non-mobilizable	other	2508.0	98.525	100.0	0.0007494878101353353	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0152_000000001224	4958	0.5589630520899578	8	6	4	6	3	False	79394	maximal	True	CHI0152_000000001224	1.0		6	3	False	False	0.9854780435562134	0					non-mobilizable	no_good_hit	139.0	76.97800000000001	3.0	6.94265418690544e-05	CP048914.1	firmicutes	Firmicutes bacterium zrk13 chromosome, complete genome	True	False
MAD0097_000000003747	9108	0.5589619637256324	9	7	5	6	4	True	15447	fragment	False	MAD0097_000000003747	1.0		0	0	False	False	0.9969257712364197	0					non-mobilizable	no_good_hit	58.0	98.27600000000001	1.0	0.0006819323810207451	NZ_CABJDZ010000009.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0095_000000011121	2742	0.558960754488445	4	2	2	2	2	False	83265	fragment	False	ISR0095_000000011121	1.0		0	0	False	False	0.9930707216262817	0					non-mobilizable	no_good_hit	167.0	74.251	6.0	0.01178245563618076	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0035_000000003368	6722	0.5589583105676205	8	5	4	4	3	False	65426	maximal	True	ENG0035_000000003368	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	74.47	15.0	0.0002462767083170982	CP031098.1	firmicutes	Clostridium botulinum strain CFSAN034202 chromosome, complete genome	True	False
MON0043_000000018131	1589	0.5589539310065247	2	2	2	2	2	False	11676	maximal	True	MON0043_000000018131	1.0		635	15	False	False	1.0	0					non-mobilizable	chromosome	1589.0	98.678	100.0	0.0004444505396239691	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0071_000000003885	3037	0.5589526256619554	2	2	2	0	2	False	85056	fragment	False	MON0071_000000003885	1.0		0	0	False	False	0.9980243444442749	0					non-mobilizable	chromosome	3037.0	95.588	100.0	0.0008635622797361528	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0346_000000007717	2733	0.5589496555589659	3	2	1	1	2	False	24196	maximal	True	ISR0346_000000007717	1.0		1	1	False	False	0.9981704950332642	0					non-mobilizable	no_good_hit	1094.0	97.98899999999999	40.0	0.00048775546359751116	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
USA0132_01_000000011925	1309	0.5589458162954738	3	2	2	2	2	False	80073	fragment	False	CHI0141_000000019676	0.9641080312722103		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	75.91199999999999	83.0	0.005245800466721953	NZ_CZBD01000007.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CHI0037_000000005053	2601	0.5589388869500477	3	3	3	3	3	False	87997	maximal	True	CHI0037_000000005053	1.0		22	5	False	False	1.0	0					non-mobilizable	chromosome	2601.0	100.0	100.0	0.0004820095497215097	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
MAD0046_000000014716	1782	0.558929644967787	3	2	2	2	2	False	17744	fragment	False	MAD0046_000000014716	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1787.0	99.49600000000001	100.0	0.0005033942470436862	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
CHI0162_000000014396	2170	0.558928662499584	3	2	2	2	1	False	78570	maximal	True	CHI0162_000000014396	1.0		9	5	False	False	0.9870967864990234	0					non-mobilizable	no_good_hit	1335.0	99.40100000000001	62.0	0.000351823371470846	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
SPA0132_000000012209	3268	0.5589275764874325	3	3	3	2	1	False	58713	maximal	False	SPA0093_000000011970	0.9159808056727184		0	0	False	False	0.9831701517105103	0					non-mobilizable	chromosome	3082.0	99.87	94.0	0.0010974055139551442	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0194_000000019956	1371	0.5589263918544239	2	2	1	2	1	True	29022	fragment	False	ISR0194_000000019956	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	99.198	100.0	0.09110859878965219	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
AST0100_000000003345	4997	0.5589255110164632	4	4	0	4	2	False	108657	fragment	False	AST0100_000000003345	1.0		0	0	False	False	0.9995997548103333	0					non-mobilizable	no_good_hit								True	False
USA0044_01_000000006697	4402	0.5589255110164632	5	4	0	4	2	False	1239	fragment	False	USA0044_01_000000006697	1.0		0	0	False	False	0.9965924620628357	0					non-mobilizable	no_good_hit								True	False
MAD0036_000000007178	3650	0.5589143359483786	3	3	3	3	3	False	18739	maximal	True	MAD0036_000000007178	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	77.85300000000001	37.0	0.0003060875994220121	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
ISR0775_000000007861	2474	0.5589137851217757	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.4145339571023494		0	0	False	False	1.0	0					non-mobilizable	chromosome	2474.0	98.01899999999999	100.0	0.000832397321114517	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0159_000000002389	9165	0.5589128199638047	13	9	3	7	3	False	132274	fragment	False	ISR0159_000000002389	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9171.0	92.324	99.0	0.002128879693683958	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0092_000000009429	1698	0.5589047114585947	3	2	1	1	2	True	76584	fragment	False	DEN0092_000000009429	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	100.0	94.0	0.039020432249022644	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
MON0007_000000050630	1296	0.5589047114585947	2	2	1	1	2	True	76576	fragment	False	MON0041_000000050493	0.9558322697983382		0	0	False	False	0.9891975522041321	0					non-mobilizable	other	1297.0	97.53299999999999	100.0	0.03179169432765361	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
FIJ0019_000000003508	1945	0.5588979100106477	3	3	3	3	2	False	57159	fragment	False	ENG0150_000000008301	0.9715267550319097		0	0	False	False	1.0	0					non-mobilizable	chromosome	1945.0	100.0	100.0	0.0003609452085544757	CP024693.1	enterobacteria	Shigella boydii strain 80 chromosome	False	False
ISR0394_000000005918	3128	0.5588956253783196	3	3	3	3	2	False	128883	maximal	True	ISR0394_000000005918	1.0	PS1059	6	2	False	True	1.0	0					non-mobilizable	no_good_hit	1486.0	99.32700000000001	48.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0036_000000005964	3277	0.5588949686643561	2	2	2	2	2	False	45856	maximal	False	MON0021_000000007574	0.9670392662654055		0	0	False	False	1.0	0					non-mobilizable	chromosome	3277.0	93.958	100.0	0.0013130601684105557	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
AUS0014_000000000506	34670	0.5588918548621502	69	19	14	15	8	False	100997	maximal	True	AUS0014_000000000506	1.0		3	3	False	False	0.9998846054077148	0					non-mobilizable	no_good_hit	99.0	83.838	0.0	0.00041361380288347906	LR756491.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0100_000000016098	2272	0.5588883989983553	3	2	2	2	2	False	85006	maximal	True	MAD0100_000000016098	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	78.67699999999999	39.0	0.002058444614528911	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ISR0159_000000012952	2013	0.558887232477902	3	3	3	3	3	False	93790	fragment	False	ISR0159_000000012952	0.9865079365079364		0	0	False	False	0.999006450176239	0					non-mobilizable	no_good_hit	1318.0	78.528	65.0	0.0021907746646107947	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
FIJ0044_000000018103	1232	0.5588828343793779	2	2	2	2	2	False	47096	fragment	False	FIJ0162_000000017330	0.95749217870366		0	0	False	False	0.9935064911842346	0					non-mobilizable	other	1232.0	98.78200000000001	100.0	0.03909922500317622	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0038_000000003047	9409	0.5588815939171665	12	5	3	5	4	False	112439	maximal	True	SPA0038_000000003047	1.0	PS720	8	4	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	92.07	8.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
ISR0814_000000035842	1187	0.5588771839214092	3	2	2	2	1	False	21491	maximal	True	ISR0814_000000035842	1.0		69	10	False	False	0.9974726438522339	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	5.0	0.000720658035337094	NZ_AUID01000013.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
MAD0002_000000005817	5077	0.5588704925411484	6	4	3	4	3	False	31761	maximal	True	MAD0002_000000005817	1.0		88	6	False	False	0.9998030066490173	0					non-mobilizable	no_good_hit	1181.0	97.375	40.0	0.005854690456209001	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
ENG0100_000000010361	2886	0.5588675319755744	5	2	1	2	1	False	60591	maximal	True	ENG0100_000000010361	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00012224440731836518	AP017607.1	a-proteobacteria	Mesorhizobium loti plasmid plasmid_2 DNA, complete genome, strain: TONO	True	False
MON0082_000000007181	3959	0.5588648649597286	4	4	4	4	4	False	118986	maximal	False	MON0040_000000006783	0.8030465239462599		0	0	False	False	0.9992422461509705	0					non-mobilizable	chromosome	3962.0	98.637	100.0	0.0017113655442185702	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
ISR0259_000000006333	2401	0.5588633674010102	2	2	2	2	2	False	26747	maximal	True	ISR0259_000000006333	1.0		1	1	False	False	0.9966680407524109	0					non-mobilizable	no_good_hit	1245.0	96.70700000000001	52.0	0.00033002800455024116	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
CHI0140_000000020017	1479	0.5588632405755888	3	1	1	1	1	True	80231	fragment	False	CHI0140_000000020017	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	99.12100000000001	100.0	0.4080618442849255	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
CHI0112_000000002541	5860	0.5588569224509412	8	8	2	5	8	False	84506	fragment	False	CHI0112_000000002541	1.0		0	0	False	False	0.9977815747261047	0					non-mobilizable	plasmid	5863.0	94.917	100.0	0.07754645056380455	CP032262.1	enterobacteria	Escherichia coli strain AR_0067 plasmid unnamed4, complete sequence	False	True
ISR0269_000000017281	1132	0.5588565043995433	2	1	1	1	1	False	26442	maximal	True	ISR0269_000000017281	1.0		79	10	False	False	0.9964664578437805	0					non-mobilizable	other	1134.0	96.03200000000001	100.0	0.0002772962075146537	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0129_000000016746	1333	0.5588547815579639	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9105086807957932		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	82.912	99.0	0.9932735426008968	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0073_000000002762	5127	0.5588535381171176	3	3	2	1	3	False	14527	fragment	False	SPA0073_000000002762	1.0		0	0	False	False	1.0	0		MOBP	MPF_I	MOBP	conjugative	plasmid	5126.0	99.434	100.0	0.0412501408541395	CP029213.1	enterobacteria	Escherichia coli strain H8Ecoli plasmid p2-H8	False	True
CAN0011_000000002754	11465	0.5588530976842816	13	6	3	3	5	True	94655	maximal	False	CAN0010_000000001257	0.985860150458489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	94.97399999999999	8.0	0.007980792557952768	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0189_000000004041	3165	0.5588523670700608	4	3	3	2	3	False	119945	maximal	True	ISR0189_000000004041	0.9829768288038576		279	10	False	False	0.998420238494873	0					non-mobilizable	other	3170.0	97.508	100.0	0.007459489487510239	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0821_000000009155	3118	0.5588523670700608	4	3	3	2	3	False	119945	maximal	False	ISR0189_000000004041	0.9822815096358578		0	0	False	False	0.9977549910545349	0					non-mobilizable	other	3118.0	97.723	100.0	0.007337087009330835	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0796_000000007219	3117	0.5588523670700608	4	3	3	2	3	False	119945	maximal	False	ISR0189_000000004041	0.9673256423996275		0	0	False	False	0.9974334239959717	0					non-mobilizable	other	3117.0	97.883	100.0	0.007334733115519692	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0014_000000009831	2476	0.5588523670700608	3	3	3	2	3	False	119942	fragment	False	ENG0014_000000009831	0.9408271885967566		0	0	False	False	1.0	0					non-mobilizable	other	2476.0	100.0	100.0	0.005825887182577419	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0040_000000017616	2338	0.5588523670700608	3	3	3	2	3	False	119942	fragment	False	ENG0014_000000009831	0.9406928957217887		0	0	False	False	0.9948673844337463	0					non-mobilizable	chromosome	2338.0	99.35799999999999	100.0	0.0005190807140524944	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0253_000000005325	2294	0.5588523670700608	4	3	3	2	3	False	119942	fragment	False	ENG0014_000000009831	0.6859609440569531		0	0	False	False	1.0	0					non-mobilizable	other	2204.0	96.824	100.0	0.005185628065946689	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0127_000000013564	2162	0.5588523670700608	3	3	3	2	3	False	119942	fragment	False	ENG0014_000000009831	0.6449092114018351		0	0	False	False	1.0	0					non-mobilizable	other	2163.0	98.382	100.0	0.0004557662776461425	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0166_000000003871	1910	0.5588523670700608	3	3	3	2	3	False	119937	fragment	False	CHI0166_000000003871	1.0		0	0	False	False	0.9848167300224304	0					non-mobilizable	other	1910.0	99.895	100.0	0.0004031778609946645	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0334_000000008848	2320	0.5588492048434635	4	4	4	3	3	False	24615	maximal	False	ISR0331_000000009545	0.9734020618556701		0	0	False	False	0.9995689392089844	0					non-mobilizable	other	2334.0	84.36200000000001	100.0	0.004042154142205737	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
DEN0023_000000003399	1974	0.5588491509651187	3	2	2	2	2	False	74378	maximal	True	DEN0023_000000003399	1.0		8	4	False	False	0.9949341416358948	0					non-mobilizable	no_good_hit	42.0	90.476	2.0	1.3561712573063727e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	False
CHI0089_000000005517	1587	0.5588470524442228	2	2	2	2	1	False	83876	maximal	True	CHI0089_000000005517	1.0		24	7	False	False	1.0	0					non-mobilizable	other	1439.0	99.375	100.0	0.00027054892457743193	CP000647.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae MGH 78578, complete genome	False	False
FIJ0112_000000018408	1503	0.5588470524442228	2	2	2	2	1	False	63832	fragment	False	FIJ0112_000000018408	0.9826246792681311		0	0	False	False	0.9993346929550171	0					non-mobilizable	chromosome	1503.0	99.40100000000001	100.0	0.00027902941605385156	CP052562.1	enterobacteria	Klebsiella pneumoniae strain A16KP0135 chromosome, complete genome	False	False
FIJ0146_000000014760	1382	0.5588470524442228	2	2	2	2	1	False	63832	fragment	False	FIJ0112_000000018408	0.9694251101450931		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	99.928	100.0	0.00025143693202518154	CP054303.1	enterobacteria	Klebsiella pneumoniae strain MS14393 chromosome, complete genome	False	False
FIJ0159_000000018659	1381	0.5588470524442228	2	2	2	2	1	False	63832	fragment	False	FIJ0112_000000018408	0.96651967683888		0	0	False	False	1.0	0					non-mobilizable	chromosome	1381.0	99.63799999999999	100.0	0.00026778686959478024	CP035194.1	enterobacteria	Klebsiella pneumoniae strain LH102-A chromosome, complete genome	False	False
AST0149_000000007253	3778	0.5588464538848184	3	3	2	2	1	True	104552	maximal	False	ENG0023_000000004419	0.9717296324852223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.282554963768982e-07	CP039346.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu03	True	True
ISR0029_000000008507	5377	0.5588426134495686	2	2	2	1	1	False	113696	maximal	True	ISR0029_000000008507	1.0		90	7	False	False	0.9992560744285583	0					non-mobilizable	other	5037.0	90.25200000000001	99.0	0.016246145898913586	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ETH0002_000000017277	1437	0.5588415442278066	3	2	2	2	2	False	53309	fragment	False	ETH0002_000000017277	1.0		0	0	False	False	0.9993041157722473	0					non-mobilizable	other	789.0	99.62	95.0	0.004502857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0123_000000007138	2904	0.5588285431755056	5	4	4	3	3	False	32118	maximal	True	ISR0123_000000007138	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2625.0	99.771	90.0	0.0010007509445921882	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
FIJ0122_000000010197	1574	0.5588274014873139	3	3	2	2	3	False	41423	maximal	True	FIJ0122_000000010197	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1574.0	98.539	100.0	0.00030226911290068433	CP058596.1	enterobacteria	Escherichia coli strain UPEC_U013 chromosome, complete genome	False	False
FIJ0035_000000003540	3414	0.5588180000933586	3	3	3	3	3	False	48690	fragment	False	FIJ0031_000000006510	0.9827385068500718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.778	28.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
USA0072_01_000000014469	1185	0.5588165459105726	1	1	1	1	1	False	76178	maximal	True	USA0072_01_000000014469	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0220_000000004736	2046	0.5588157341524169	2	2	2	2	2	False	67842	maximal	False	SPA0053_000000015795	0.9588457899716178		0	0	False	False	1.0	0					non-mobilizable	chromosome	2046.0	100.0	100.0	0.00040928428886704703	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
MON0048_000000007617	4702	0.5588121497959591	5	5	2	4	2	False	79197	maximal	True	MON0048_000000007617	1.0		18	6	False	False	0.9963845014572144	0					non-mobilizable	no_good_hit	2363.0	74.482	49.0	0.0007170090550304449	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0175_000000002009	11320	0.5588108797156424	9	7	2	5	6	False	64007	fragment	False	ISR0381_000000000945	0.630715249662618		0	0	False	False	0.9952296614646912	0					non-mobilizable	no_good_hit								True	False
MON0021_000000023179	1309	0.5588102107891291	2	2	2	2	1	False	38714	fragment	False	ISR0308_000000014481	0.9816702993400075		0	0	False	False	0.9816653728485107	0					non-mobilizable	other	1309.0	97.861	100.0	0.0003206926962238435	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0019_000000007241	3719	0.5588069145400397	8	4	1	2	1	False	122834	maximal	True	AST0019_000000007241	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	611.0	94.59899999999999	26.0	0.07860824742268041	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
AST0099_000000014437	1456	0.558802104757011	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.5542488836228616		0	0	False	False	0.9711538553237915	0					non-mobilizable	no_good_hit	236.0	89.831	16.0	9.123931723483526e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
AST0092_000000010534	1267	0.5588007811484864	2	2	2	2	1	False	114673	maximal	True	AST0092_000000010534	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	93.71700000000001	87.0	0.0004314773055370465	CP003122.1	firmicutes	Streptococcus parasanguinis FW213, complete genome	True	False
FIJ0107_000000016051	1597	0.5588002665433851	4	4	2	4	4	False	46399	fragment	False	FIJ0053_000000011247	0.6364908073541167		0	0	False	False	0.9931120872497559	0					non-mobilizable	no_good_hit	93.0	86.022	6.0	0.0001605509965887423	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0120_000000029774	1339	0.5587972019747507	2	2	2	2	2	False	4161	fragment	False	SPA0120_000000029774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	76.154	10.0	2.889239861307458e-05	NZ_LT800497.1	firmicutes	Oceanobacillus timonensis strain Marseille-P3532, whole genome shotgun sequence	True	False
ETH0005_000000002044	19557	0.5587947868624688	32	4	2	3	3	True	52821	maximal	True	ETH0005_000000002044	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1615.0	99.195	8.0	0.01398886441295336	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0032_000000010992	3163	0.5587935243735411	3	3	3	3	2	False	48459	maximal	True	FIJ0032_000000010992	1.0		7	5	False	False	0.9996838569641113	0					non-mobilizable	no_good_hit	1383.0	85.82799999999999	44.0	0.0010597683041929258	NZ_FIZW01000002.1	firmicutes	Murdochiella massiliensis strain SIT12, whole genome shotgun sequence	True	False
ISR0792_000000003079	3971	0.5587931421641373	4	2	1	1	1	False	84310	fragment	False	ISR0792_000000003079	1.0		0	0	False	False	0.9987408518791199	0					non-mobilizable	no_good_hit								True	False
MON0005_000000009186	5083	0.5587918923900111	6	5	2	3	4	False	14149	maximal	True	MON0005_000000009186	1.0		36	7	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	79.554	5.0	6.942046794128606e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
FIJ0085_000000026548	1179	0.5587896630280534	3	3	3	2	2	False	43877	fragment	False	FIJ0085_000000026548	1.0		0	0	False	False	0.9635283946990967	0					non-mobilizable	other	1179.0	97.20100000000001	100.0	0.21084660819760156	NZ_WMJZ01000070.1	enterobacteria	Escherichia alba strain B35 Scaffold70, whole genome shotgun sequence	False	False
SPA0044_000000001352	14931	0.5587865159299936	17	11	6	7	10	False	125581	fragment	False	ISR0004_000000001014	0.8183357569576902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	88.679	9.0	0.0005554522880951713	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0042_01_000000007449	3129	0.5587839575023196	5	3	3	3	3	False	129051	fragment	False	USA0042_01_000000007449	1.0		0	0	False	False	0.9945669770240784	0					non-mobilizable	no_good_hit	1922.0	92.976	83.0	0.005349860814361503	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MAD0003_000000014615	1884	0.5587839575023196	3	3	3	3	3	False	129045	fragment	False	MAD0003_000000014615	1.0		0	0	False	False	0.997346043586731	0					non-mobilizable	no_good_hit	545.0	92.844	65.0	0.001517374495835588	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
DEN0012_000000000803	7894	0.5587819846414943	10	5	3	4	3	False	131165	fragment	False	AST0151_000000001994	0.9893807403071458		0	0	False	False	0.9998733401298523	0					non-mobilizable	no_good_hit	1535.0	82.932	27.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
AST0088_000000001485	7801	0.5587819846414943	9	5	3	4	3	False	131165	fragment	False	AST0151_000000001994	0.9836461074309799		0	0	False	False	0.9992308616638184	0					non-mobilizable	no_good_hit	1535.0	82.932	27.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MON0109_000000013547	2596	0.5587768426451188	3	3	3	2	1	False	16111	maximal	False	MAD0083_000000003779	0.9713472485768502		0	0	False	False	0.9845916628837585	0					non-mobilizable	no_good_hit	68.0	85.294	3.0	8.433932100552611e-05	NZ_LDJX01000001.1	CFB group bacteria	Croceitalea dokdonensis DOKDO 023 contig1, whole genome shotgun sequence	True	False
USA0001_01_000000014563	1181	0.5587728095440925	2	2	2	2	2	False	58300	fragment	False	ISR0282_000000019115	0.7206543999868371		0	0	False	False	0.9847586750984192	0					non-mobilizable	no_good_hit	378.0	74.339	31.0	8.419204134274815e-05	NZ_CP013745.1	high GC Gram+	Arthrobacter alpinus strain A3 chromosome, complete genome	True	False
SPA0111_000000001935	13686	0.5587706511087754	15	13	7	7	11	True	120730	maximal	True	SPA0111_000000001935	0.9994844543147208		34	8	False	False	1.0	0					non-mobilizable	chromosome	13331.0	99.79700000000001	99.0	0.0029607813086520115	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ENG0171_000000007343	3216	0.5587700950622849	3	2	2	2	2	False	55806	maximal	True	ENG0171_000000007343	1.0		1	1	False	False	0.9835199117660522	0					non-mobilizable	no_good_hit	1221.0	70.925	37.0	0.004676377434224968	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0371_000000005354	3127	0.5587697626792465	4	4	4	3	2	False	23493	maximal	True	ISR0371_000000005354	1.0		3	1	False	False	0.9980812072753906	0					non-mobilizable	no_good_hit	228.0	76.316	7.0	0.00016402964164742424	NZ_CABWIB010000001.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	False
FIJ0086_000000022794	1458	0.5587648875957685	2	2	2	2	2	False	76225	maximal	False	SPA0077_000000018623	0.9705366213183149		0	0	False	False	0.9931412935256958	0					non-mobilizable	chromosome	1458.0	99.588	100.0	0.00033172615766623246	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
CHI0187_000000010638	1467	0.558764570587406	1	1	1	1	1	False	77061	fragment	False	CHI0187_000000010638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	78.288	89.0	0.015003379683275395	AP023050.1	CFB group bacteria	Alistipes indistinctus 2BBH45 plasmid p2BBH45 DNA, complete sequence	True	False
ISR0023_000000002083	11977	0.5587630231455643	25	8	3	5	4	True	98410	fragment	False	ISR0023_000000002083	0.9935658652218083		0	0	False	False	0.9998329877853394	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00034832866744933106	NZ_SOCH01000005.1	mycoplasmas	Mycoplasma hyosynoviae strain ATCC 25591 Ga0052887_scaffold00004.4, whole genome shotgun sequence	True	True
ISR0385_000000001346	11812	0.5587630231455643	24	8	3	5	4	True	98410	fragment	False	ISR0023_000000002083	0.986682808716707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00034832866744933106	NZ_SOCH01000005.1	mycoplasmas	Mycoplasma hyosynoviae strain ATCC 25591 Ga0052887_scaffold00004.4, whole genome shotgun sequence	True	True
ENG0117_000000011422	2005	0.5587622596832525	4	3	3	3	2	False	59370	maximal	True	ENG0117_000000011422	1.0		95	10	False	False	0.9840399026870728	0					non-mobilizable	other	2005.0	99.40100000000001	100.0	0.007795602719902905	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MON0029_000000013906	2117	0.55876171103635	4	4	3	4	3	False	78036	maximal	False	FIJ0068_000000014038	0.9547911782730526		0	0	False	False	0.999527633190155	0					non-mobilizable	chromosome	2120.0	96.65100000000001	100.0	0.0007129063995635047	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0121_01_000000010794	4397	0.5587593677971353	6	4	4	3	2	False	197	maximal	True	USA0121_01_000000010794	1.0		7	4	False	False	0.9845349192619324	0					non-mobilizable	no_good_hit	1658.0	99.095	38.0	0.000479174185469108	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MON0077_000000023176	1867	0.5587579337492934	2	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.7782813589784363		0	0	False	False	0.9994643926620483	0					non-mobilizable	no_good_hit	507.0	84.41799999999999	30.0	0.006718685172049199	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
FIJ0082_000000002985	8073	0.5587523652351845	12	2	1	1	2	False	68996	fragment	False	FIJ0082_000000002985	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	94.444	1.0	1.8939752646830432e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0009_000000011133	3062	0.5587494350407423	2	2	2	2	2	False	13820	maximal	True	MON0009_000000011133	1.0		79	7	False	False	1.0	0					non-mobilizable	chromosome	1448.0	93.785	100.0	0.0005833133651372239	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
SPA0111_000000017942	1912	0.5587462310606687	3	3	3	3	1	False	68935	fragment	False	SPA0122_000000013437	0.9750130140551796		0	0	False	False	1.0	0					non-mobilizable	chromosome	1830.0	99.727	96.0	0.0005114494488565931	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0065_000000012008	1700	0.5587462310606687	3	3	3	3	1	False	68933	fragment	False	SPA0065_000000012008	1.0		0	0	False	False	0.9782353043556213	0					non-mobilizable	chromosome	1663.0	100.0	98.0	0.00046475067468543344	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0054_01_000000006866	1366	0.5587462310606687	3	3	3	3	1	False	68931	fragment	False	USA0054_01_000000006866	0.9759217456734386		0	0	False	False	1.0	0					non-mobilizable	chromosome	1366.0	99.561	100.0	0.0003816995613391195	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0085_000000022661	1235	0.5587462310606687	3	3	3	3	1	False	68930	fragment	False	DEN0085_000000022661	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1235.0	99.271	100.0	0.00034506758878569485	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0078_000000003741	2005	0.5587438729652667	4	3	2	2	3	False	47432	fragment	False	SPA0078_000000003741	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2005.0	98.25399999999999	100.0	0.0003735254690689598	CP045661.1	enterobacteria	Klebsiella pneumoniae strain SMU18037509 chromosome, complete genome	False	False
ISR0057_000000018706	1202	0.5587421911426277	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.0551586492602374		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	87.344	99.0	0.019281632653061223	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
USA0003_01_000000022700	1678	0.5587408824441707	2	2	2	2	1	False	88312	fragment	False	SPA0090_000000021346	0.972162120620958		0	0	False	False	0.9970202445983887	0					non-mobilizable	chromosome	1673.0	96.83200000000001	100.0	0.0005678039849577816	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0208_000000016449	1865	0.5587403927272344	4	3	3	3	3	False	107145	fragment	False	FIJ0147_000000011258	0.34292903234463445		0	0	False	False	0.9973190426826477	0					non-mobilizable	other	1134.0	98.413	99.0	0.010143604068185074	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0077_000000022633	1905	0.5587388244208552	2	2	2	1	1	False	38843	maximal	True	MON0077_000000022633	1.0		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	75.828	42.0	0.00020000768307084905	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
ISR0169_000000000388	31037	0.5587324933961949	40	30	9	18	27	True	111513	maximal	True	ISR0169_000000000388	1.0		20	7	False	False	1.0	0					non-mobilizable	other	21792.0	100.0	95.0	0.006381269038238417	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0145_000000006672	4858	0.558732147500843	5	5	4	4	4	False	82102	fragment	False	SPA0145_000000006672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	91.529	18.0	0.00022525988834944664	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0097_000000017849	2019	0.5587320291519384	2	2	2	2	1	True	9228	fragment	False	MON0097_000000017849	1.0		0	0	False	False	0.9925705790519714	0					non-mobilizable	no_good_hit								True	True
SPA0155_000000016872	1149	0.5587316047738543	2	2	2	2	1	False	3194	maximal	True	SPA0155_000000016872	1.0		6	4	False	False	0.9669277667999268	0					non-mobilizable	no_good_hit	474.0	72.99600000000001	41.0	0.00010909848749400308	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
FIJ0097_000000019797	1601	0.5587304581068734	1	1	1	1	1	False	42905	maximal	True	FIJ0097_000000019797	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00014674630824333798	AC211385.4	primates	Pongo abelii BAC clone CH276-119C5 from chromosome unknown, complete sequence	True	False
ISR0366_000000018582	1148	0.5587296150972464	2	2	2	1	1	False	23602	maximal	True	ISR0366_000000018582	1.0		174	10	False	False	0.9956446290016174	0					non-mobilizable	other	1148.0	99.913	100.0	0.03465570897664441	NZ_QRUU01000038.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf38, whole genome shotgun sequence	False	False
FIJ0109_000000012666	2008	0.5587243762125399	2	1	1	1	1	False	65961	maximal	False	FIJ0090_000000021915	0.953355258664196		0	0	False	False	0.9985059499740601	0					non-mobilizable	no_good_hit	526.0	97.719	49.0	0.00014693736354066988	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0192_000000012085	1824	0.5587218800571662	2	2	2	2	2	False	108686	maximal	False	SPA0094_000000006884	0.9667030567685589		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	99.12299999999999	100.0	0.00899287673395292	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0839_000000003624	4387	0.5587201823291785	4	2	2	2	2	False	21956	maximal	True	ISR0839_000000003624	1.0		143	10	False	False	0.999544084072113	0					non-mobilizable	no_good_hit	610.0	81.639	14.0	0.00016833929371879117	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0098_000000021528	1612	0.5587144316314432	2	2	2	2	1	False	85042	maximal	True	MON0098_000000021528	0.9890000000000001		670	13	False	False	0.9956575632095337	0					non-mobilizable	other	1612.0	99.75200000000001	100.0	0.0003118532698425112	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0074_000000008792	3687	0.558711616873156	5	2	1	1	1	False	44659	fragment	False	FIJ0074_000000008792	1.0		0	0	False	False	0.9964740872383118	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000005106	4826	0.558709461703949	5	4	2	3	1	True	57273	maximal	True	ISR0152_000000005106	1.0		19	4	False	False	0.9979279041290283	0					non-mobilizable	no_good_hit	59.0	96.61	1.0	0.0010444916807153851	NZ_VULP01000020.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq20, whole genome shotgun sequence	True	True
ISR0851_000000003491	3711	0.5587062382268531	5	3	2	3	3	False	20560	fragment	False	ISR0851_000000003491	1.0		0	0	False	False	0.9919159412384033	0					non-mobilizable	no_good_hit	1418.0	94.711	43.0	0.08877119979824727	NZ_JAANXY010000039.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_39, whole genome shotgun sequence	True	False
ISR0066_000000003356	9393	0.5587024469865525	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.710515592382731		0	0	False	False	0.9989354014396667	0					non-mobilizable	no_good_hit	866.0	85.681	15.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0162_000000014024	1612	0.5586983972909988	3	2	2	2	1	False	52135	maximal	True	FIJ0162_000000014024	1.0		3	1	False	False	0.9993796348571777	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	1.52947060433972e-06	LN590709.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG5, chromosome: 5	True	False
MON0060_000000015751	2505	0.5586966461585035	4	2	2	2	1	False	10898	maximal	True	MON0060_000000015751	1.0		3	2	False	False	0.981237530708313	0					non-mobilizable	no_good_hit	335.0	77.91	13.0	0.00010797639870090082	CP022385.1	CFB group bacteria	Capnocytophaga sputigena strain KC1668 chromosome, complete genome	True	False
ENG0102_000000021500	1346	0.5586945559187116	2	1	1	1	1	True	60351	maximal	True	ENG0102_000000021500	1.0		0	0	False	False	0.9940564632415771	0					non-mobilizable	no_good_hit	1034.0	75.33800000000001	76.0	0.02954532223321884	NZ_CP014149.1	firmicutes	Paeniclostridium sordellii strain AM370 plasmid pRSJ16_1, complete sequence	True	True
ISR0185_000000025845	1286	0.5586945559187116	2	1	1	1	1	True	115097	fragment	False	AST0047_000000016848	0.978892919919735		0	0	False	False	0.9906687140464783	0					non-mobilizable	chromosome	1253.0	88.90700000000001	97.0	0.0003618899507413103	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	True
USA0125_01_000000007020	3535	0.5586939147795321	7	5	4	5	1	False	55922	maximal	False	ENG0169_000000005929	0.9518950437317784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0063_000000004713	2509	0.5586936806008168	2	2	1	2	1	False	16717	maximal	True	MAD0063_000000004713	1.0		1	1	False	False	0.9904344081878662	0					non-mobilizable	no_good_hit								True	False
DEN0005_000000033183	1191	0.5586890680155324	1	1	1	1	1	False	76425	backbone	True	DEN0005_000000033183	1.0	PS363	15	6	True	True	0.9966414570808411	1					non-mobilizable	no_good_hit	211.0	76.303	20.0	7.706897784674463e-05	LR135258.1	firmicutes	Enterococcus faecium isolate E4457 genome assembly, chromosome: 1	True	True
MAD0070_000000006378	2869	0.5586867482767581	3	2	1	2	1	True	16373	fragment	False	MAD0070_000000006378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	96.17	8.0	0.0009518690687684374	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0070_000000020478	1671	0.5586770505390055	2	2	2	2	2	False	10446	maximal	True	MON0070_000000020478	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	99.068	43.0	0.00010278555251397131	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0018_000000008406	2564	0.5586740803834143	4	3	3	3	2	False	102684	maximal	True	ISR0018_000000008406	1.0		2	2	False	False	0.9937597513198853	0					non-mobilizable	chromosome	2447.0	74.99	94.0	0.0007646835787700427	CP017831.1	firmicutes	Butyrivibrio hungatei strain MB2003 chromosome I, complete sequence	False	False
FIJ0109_000000011095	2352	0.5586723591679418	3	3	3	3	3	False	127492	maximal	False	FIJ0032_000000014433	0.9335650040883074		0	0	False	False	1.0	0					non-mobilizable	chromosome	2321.0	93.71	98.0	0.0010050517072654659	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0048_000000005629	3988	0.5586704785223314	5	5	1	2	5	False	17562	fragment	False	MAD0048_000000005629	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3891.0	94.57700000000001	98.0	0.03333247579600902	CP054565.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student plasmid pSCU-478-1, complete sequence	False	True
ISR0851_000000001416	9505	0.558666465008546	10	4	3	4	3	True	130525	fragment	False	CHI0141_000000002224	0.4156481570589934		0	0	False	False	1.0	0					non-mobilizable	other	9472.0	99.831	99.0	0.0018333720165601636	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0814_000000004055	9472	0.558666465008546	10	4	3	4	3	True	130525	fragment	False	CHI0141_000000002224	0.4146984881803095		0	0	False	False	1.0	0					non-mobilizable	other	9472.0	99.831	100.0	0.0018333720165601636	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
CHI0057_000000016912	1213	0.5586653242963421	2	1	1	1	1	False	85951	fragment	False	CHI0057_000000016912	1.0		0	0	False	False	0.9546578526496887	0					non-mobilizable	other	1213.0	99.835	100.0	0.0027451682095025404	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0043_000000001456	9807	0.5586632458494024	9	9	7	7	7	False	12605	maximal	True	MON0043_000000001456	1.0		11	3	False	False	1.0	0					non-mobilizable	other	9132.0	99.945	93.0	0.6205232755691471	NZ_WEHX01000059.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_59_length_14715_cov_170.262999, whole genome shotgun sequence	False	False
DEN0052_000000018185	2366	0.5586611333858618	2	2	2	1	1	False	72299	maximal	True	DEN0052_000000018185	1.0		30	8	False	False	0.9983093738555908	0					non-mobilizable	no_good_hit	116.0	81.89699999999999	5.0	0.0004854579342031121	NZ_QKZI01000003.1	firmicutes	Psychrobacillus insolitus strain DSM 5 Ga0215656_103, whole genome shotgun sequence	True	False
CAN0017_000000012519	2898	0.5586605617168116	1	1	1	1	0	False	92521	maximal	True	CAN0017_000000012519	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1360.0	86.103	47.0	0.005206914413982311	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
USA0135_01_000000007945	1913	0.5586605617168116	1	1	1	1	0	False	36	fragment	False	USA0135_01_000000007945	1.0		0	0	False	False	0.992681622505188	0					non-mobilizable	no_good_hit	874.0	81.35	46.0	0.0006767049744799965	NZ_DS560019.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_4, whole genome shotgun sequence	True	False
USA0057_01_000000011883	2665	0.5586605547477713	4	4	4	4	3	False	80112	maximal	True	USA0057_01_000000011883	0.987263604785797		166	9	False	False	0.996998131275177	0					non-mobilizable	other	2665.0	100.0	100.0	0.0008022979934719927	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
USA0017_01_000000010375	2654	0.5586584053593858	3	3	3	3	3	False	1903	maximal	True	USA0017_01_000000010375	1.0		5	3	False	False	1.0	0					non-mobilizable	other	2673.0	81.182	99.0	0.005215479055765054	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	False	False
ISR0167_000000020818	1338	0.5586547235919371	3	2	1	2	1	False	33242	fragment	False	ISR0098_000000011680	0.7875628263661765		0	0	False	False	0.9977578520774841	0					non-mobilizable	no_good_hit								True	False
SPA0120_000000021358	1908	0.5586527165607755	1	1	1	1	1	False	4175	maximal	True	SPA0120_000000021358	1.0		424	13	False	False	1.0	0					non-mobilizable	other	1908.0	96.646	100.0	0.012346398373667923	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0060_000000019209	2104	0.5586456317128202	3	2	2	2	1	False	114905	fragment	False	SPA0120_000000020511	0.7755603457023116		0	0	False	False	0.9928707480430603	0					non-mobilizable	no_good_hit	1854.0	94.229	88.0	0.011162953740526296	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
USA0069_01_000000034872	1742	0.5586444592054124	3	3	3	3	2	False	92367	fragment	False	DEN0071_000000023437	0.962143104819731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	81.25	26.0	0.000685687721541054	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0281_000000007926	2177	0.5586434279012459	3	2	2	2	2	False	64522	maximal	True	ISR0281_000000007926	0.937955687955688		33	7	False	False	0.9926504492759705	0					non-mobilizable	chromosome	2177.0	96.23299999999999	100.0	0.000936545162939347	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0146_000000016315	1274	0.5586433086928203	2	2	2	2	1	False	78795	fragment	False	ISR0806_000000010488	0.6364839819962934		0	0	False	False	0.9952903985977173	0					non-mobilizable	chromosome	1151.0	99.21799999999999	90.0	0.0003218627963271817	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0170_000000002424	6755	0.5586406302419195	11	3	2	3	2	False	104064	maximal	True	FIJ0170_000000002424	1.0		7	5	False	False	0.9991117715835571	0					non-mobilizable	no_good_hit	4096.0	97.43700000000001	60.0	0.5128430021300588	NZ_CYXX01000054.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0191_000000002517	3681	0.5586406070188931	3	3	3	3	3	True	124061	maximal	True	ISR0191_000000002517	1.0		26	5	False	False	0.9997283220291138	0					non-mobilizable	other	2108.0	93.54799999999999	99.0	0.006955752037018076	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
CAN0001_000000000970	27018	0.5586394078156357	28	22	6	10	19	True	106558	maximal	True	CAN0001_000000000970	1.0		83	9	False	False	1.0	0					non-mobilizable	other	26860.0	99.568	99.0	0.0734427431021799	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0107_000000027101	2198	0.5586392153427265	3	2	1	2	1	True	8598	maximal	True	MON0107_000000027101	1.0		0	0	False	False	0.9981801509857178	0					non-mobilizable	no_good_hit								True	True
ENG0164_000000009696	2047	0.5586392153427265	3	2	1	2	1	True	109053	fragment	False	ENG0164_000000009696	1.0		0	0	False	False	0.9995114803314209	0					non-mobilizable	no_good_hit	302.0	77.815	15.0	6.764932400451418e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MAD0104_000000005620	1953	0.5586392153427265	3	2	1	2	1	True	106484	fragment	False	MAD0104_000000005620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0101_000000034460	1875	0.5586392153427265	3	2	1	2	1	True	126041	fragment	False	MON0101_000000034460	1.0		0	0	False	False	0.9941333532333374	0					non-mobilizable	no_good_hit								True	True
ISR0212_000000021890	1633	0.5586392153427265	2	2	1	2	1	True	28334	fragment	False	ISR0212_000000021890	1.0		0	0	False	False	0.9975505471229553	0					non-mobilizable	no_good_hit								True	True
AST0010_000000018492	1618	0.5586392153427265	2	2	1	2	1	True	126040	fragment	False	AST0010_000000018492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0080_01_000000026156	1616	0.5586392153427265	2	2	1	2	1	True	109052	fragment	False	USA0080_01_000000026156	1.0		0	0	False	False	0.989480197429657	0					non-mobilizable	no_good_hit								True	True
ISR0079_000000018125	1570	0.5586392153427265	2	2	1	2	1	True	34353	fragment	False	ISR0079_000000018125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0779_000000009669	3429	0.5586384549385847	5	3	2	3	2	False	22349	maximal	True	ISR0779_000000009669	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	75.819	26.0	0.002452857794493549	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	False
ISR0358_000000012705	1541	0.5586343989859689	3	2	1	2	2	False	23850	maximal	True	ISR0358_000000012705	1.0		1	1	False	False	0.9766385555267334	0					non-mobilizable	no_good_hit	519.0	76.108	33.0	0.015512331091316731	NZ_RLIH01000020.1	firmicutes	Anaerosphaera multitolerans strain GS7-6-2, whole genome shotgun sequence	True	False
ISR0255_000000002526	9685	0.5586343751799556	10	7	7	7	3	False	130488	fragment	False	CHI0076_000000000512	0.21536627307821898		0	0	False	False	0.999896764755249	0					non-mobilizable	other	7216.0	98.074	99.0	0.011504854059091229	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
FIJ0053_000000005240	3767	0.5586325682277522	3	3	3	1	2	False	46419	maximal	True	FIJ0053_000000005240	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	2525.0	98.495	67.0	0.013101029292022465	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0069_000000008273	2944	0.5586237305637163	4	3	2	3	2	False	34962	maximal	True	ISR0069_000000008273	1.0		1	1	False	False	0.984714686870575	0					non-mobilizable	no_good_hit	1983.0	87.39299999999999	68.0	0.0005894806459845226	CP009557.1	firmicutes	Clostridium perfringens strain FORC_003, complete genome	True	False
ISR0137_000000010776	2406	0.5586223261702065	2	2	2	2	1	False	31375	fragment	False	ISR0137_000000010776	1.0		0	0	False	False	0.9975062608718872	0					non-mobilizable	no_good_hit	1024.0	77.832	43.0	0.07299374955097349	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0382_000000002257	5313	0.5586202887295226	10	6	2	3	6	True	90262	maximal	True	ISR0382_000000002257	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	88.262	17.0	0.0004180921020991173	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
AST0048_000000003739	4490	0.5586199880555185	7	5	5	5	4	False	114962	fragment	False	ISR0798_000000002961	0.9633796602691375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	555.0	76.577	12.0	0.0007352167490899694	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0009_000000001280	11519	0.5586176820929794	8	7	3	6	6	False	95779	maximal	True	ENG0009_000000001280	0.9645780380883034		17	7	False	True	0.999913215637207	0					non-mobilizable	no_good_hit	1298.0	88.75200000000001	13.0	0.0003441113251952998	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
CAN0006_000000003801	11497	0.5586176820929794	8	7	3	6	6	False	95779	maximal	False	ENG0009_000000001280	0.9629661843005642		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1298.0	88.367	13.0	0.0003441113251952998	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
CHI0141_000000002409	11291	0.5586176820929794	7	7	3	6	6	False	95779	maximal	False	ENG0009_000000001280	0.9552967858087654		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1375.0	91.273	14.0	0.0003645719985852906	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ENG0091_000000014753	1639	0.558615206191437	2	2	2	2	2	True	114472	fragment	False	ENG0182_000000017453	0.8999482394187788		0	0	False	False	0.9768151044845581	0					non-mobilizable	other	1639.0	98.353	100.0	0.02363762381956277	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0188_000000012819	1638	0.558615206191437	2	2	2	2	2	True	114472	fragment	False	ENG0182_000000017453	0.9022011586261129		0	0	False	False	0.9993894696235657	0					non-mobilizable	other	1638.0	99.206	100.0	0.02363762381956277	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0182_000000017453	1632	0.558615206191437	2	2	2	2	2	True	114472	fragment	False	ENG0182_000000017453	0.9027043288265784		0	0	False	False	0.999387264251709	0					non-mobilizable	other	1632.0	99.87700000000001	100.0	0.023550986224622403	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0379_000000015702	1594	0.558615206191437	2	2	2	2	2	True	114472	fragment	False	ENG0182_000000017453	0.849929057389403		0	0	False	False	0.9667503237724304	0					non-mobilizable	other	1554.0	99.55	100.0	0.022424697490397667	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0052_000000015838	1546	0.558615206191437	2	2	2	2	2	True	114472	fragment	False	ENG0182_000000017453	0.8408012013490705		0	0	False	False	1.0	0					non-mobilizable	other	1546.0	98.9	100.0	0.022309180697143847	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0077_000000019301	1472	0.558615206191437	2	2	2	2	2	True	114472	fragment	False	ENG0182_000000017453	0.7131465098768747		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	99.796	100.0	0.021240650359546018	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CAN0005_000000011722	1440	0.558615206191437	2	2	2	2	2	True	114472	fragment	False	ENG0182_000000017453	0.5570647957077419		0	0	False	False	0.9993055462837219	0					non-mobilizable	other	1426.0	99.509	99.0	0.020576428798336557	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0045_000000005684	4261	0.5586142590328883	4	4	3	4	2	False	117297	fragment	False	MON0045_000000005684	1.0		0	0	False	False	0.9995306134223938	0					non-mobilizable	no_good_hit	2411.0	99.25299999999999	57.0	0.00913888140698561	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0035_000000003891	4258	0.5586141922311441	4	4	4	4	4	False	87643	fragment	False	SPA0035_000000003891	0.990845579378463		0	0	False	False	0.9995303153991699	0					non-mobilizable	chromosome	4259.0	97.55799999999999	100.0	0.001341480981134478	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0158_000000013314	1427	0.5586052592122399	2	1	1	1	1	False	115792	fragment	False	ISR0054_000000014703	0.3092299419086067		0	0	False	False	0.9929922819137573	0					non-mobilizable	other	1291.0	99.07	90.0	0.01604218223421586	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0094_000000006699	3095	0.5586034038795741	3	2	2	2	2	False	119147	maximal	True	ISR0094_000000006699	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1493.0	87.274	51.0	0.006877827217139527	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0080_000000019368	1679	0.5586009358055761	3	3	3	3	3	False	34301	fragment	False	ISR0080_000000019368	1.0		0	0	False	False	0.9898748993873596	0					non-mobilizable	no_good_hit	274.0	71.898	16.0	0.0004919986442704024	NZ_VRKO01000013.1	enterobacteria	Erwinia rhapontici strain H1 Contig_2, whole genome shotgun sequence	True	False
MON0024_000000009318	4517	0.5585981614697838	7	3	2	2	2	False	12951	maximal	True	MON0024_000000009318	1.0		29	4	False	False	1.0	0					non-mobilizable	no_good_hit	804.0	98.632	30.0	0.023944417938931296	NZ_VZBY01000017.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_34_length_33536_cov_23.8737_ID_67, whole genome shotgun sequence	True	False
SPA0114_000000031620	1487	0.558597616809087	2	2	2	2	2	False	4423	maximal	True	SPA0114_000000031620	1.0		2	1	False	False	0.9986550211906433	0					non-mobilizable	no_good_hit	437.0	80.092	59.0	0.00010689756540794783	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0037_000000006197	3933	0.5585975383438755	6	3	2	2	2	True	130611	fragment	False	SPA0048_000000004397	0.8517202760138769		0	0	False	False	1.0	0		MOBV			mobilizable	other	3700.0	99.919	100.0	0.6029675525843796	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ITA0005_000000004516	3916	0.5585975383438755	6	3	2	2	2	True	130611	fragment	False	SPA0048_000000004397	0.8421749678377289		0	0	False	False	0.9984678030014038	0		MOBV			mobilizable	other	3693.0	97.725	100.0	0.5975868253709441	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ISR0811_000000010876	1443	0.5585969367065521	3	3	3	2	2	False	46376	fragment	False	ISR0811_000000010876	0.9704595185995624		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	98.75299999999999	100.0	0.00027769090575763787	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
MAD0102_000000017580	1273	0.5585910045431578	3	3	2	2	2	False	14970	fragment	False	MAD0102_000000017580	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1273.0	96.30799999999999	100.0	0.00027018622458082904	CP040090.1	enterobacteria	Escherichia coli strain FT130 chromosome, complete genome	False	False
USA0130_01_000000006875	5769	0.5585873062677558	5	5	5	3	2	False	124	maximal	True	USA0130_01_000000006875	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	82.956	11.0	0.0021446599275523415	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ISR0832_000000003019	4341	0.5585862761087478	3	3	3	3	2	False	101223	maximal	True	ISR0832_000000003019	1.0		70	6	False	False	0.9983874559402466	0					non-mobilizable	no_good_hit	1679.0	99.285	39.0	0.10418477585992798	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
DEN0017_000000003309	8578	0.5585862140774894	10	7	4	6	5	False	75258	maximal	True	DEN0017_000000003309	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	94.303	16.0	0.00031824091720072543	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0289_000000002007	3675	0.5585826416331982	4	3	3	3	3	False	107256	fragment	False	ISR0289_000000002007	1.0		0	0	False	False	0.9994558095932007	0					non-mobilizable	chromosome	2501.0	96.281	100.0	0.0007879939973769256	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0142_000000004382	5802	0.5585814500897823	5	5	2	5	1	True	87638	fragment	False	ENG0142_000000004382	1.0		0	0	False	False	0.9996553063392639	0					non-mobilizable	no_good_hit	3224.0	79.032	55.0	0.006689152031315018	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0138_000000023993	1207	0.5585788577507075	1	1	1	1	1	False	31334	maximal	True	ISR0138_000000023993	1.0		4	2	True	True	0.9594034552574158	1					non-mobilizable	other	558.0	89.068	95.0	0.000682222989808449	NZ_DS995474.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld1, whole genome shotgun sequence	False	True
ENG0086_000000020938	1172	0.5585755943524201	3	2	2	1	1	False	61414	fragment	False	ENG0086_000000020938	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	98.92299999999999	95.0	0.006555310803010849	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
ISR0839_000000016151	1330	0.5585746097299752	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.12548899923587994	PS1128	0	0	False	True	0.9969924688339233	0					non-mobilizable	chromosome	1340.0	80.821	100.0	0.0003768840647728598	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0188_000000018370	1114	0.5585732647255345	2	1	1	1	1	True	29241	maximal	True	ISR0188_000000018370	1.0		0	0	False	False	0.9901256561279297	0					non-mobilizable	no_good_hit	40.0	100.0	4.0	1.748610751176277e-05	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	True
ENG0119_000000019296	1617	0.5585728965876642	3	2	2	2	2	False	59253	maximal	True	ENG0119_000000019296	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	76.66199999999999	49.0	0.006624344465912227	NZ_OFSM01000019.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0212_000000001170	19919	0.5585725184225089	38	18	6	7	17	False	28379	maximal	True	ISR0212_000000001170	1.0		1	1	False	False	0.9999498128890991	0					non-mobilizable	no_good_hit	5880.0	98.912	64.0	0.0316535450031772	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
MAD0022_000000011552	1248	0.5585717226339212	2	2	2	2	2	False	19268	maximal	True	MAD0022_000000011552	1.0		12	5	False	False	0.9871794581413269	0					non-mobilizable	no_good_hit	641.0	87.051	51.0	0.006717544269892222	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
ISR0324_000000024506	1257	0.5585698488584044	2	2	2	2	2	False	93479	fragment	False	CAN0014_000000034781	0.8244714592169414		0	0	False	False	0.9801113605499268	0					non-mobilizable	chromosome	1257.0	100.0	100.0	0.00044736816797392445	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
MON0070_000000023458	1473	0.5585666488509435	2	2	1	2	1	False	115807	maximal	True	MON0070_000000023458	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	77.619	60.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
FIJ0090_000000005559	6542	0.5585659992591449	6	5	4	4	2	True	48881	maximal	True	FIJ0090_000000005559	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	75.248	39.0	0.0036852733526151916	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	True
CHI0186_000000017798	1114	0.5585644530289103	2	2	2	2	2	False	77114	maximal	True	CHI0186_000000017798	1.0		273	13	False	False	0.9838420152664185	0					non-mobilizable	chromosome	1110.0	82.613	99.0	0.0003081559828539998	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0095_000000020749	1657	0.5585606651077045	3	2	2	2	1	True	33396	maximal	True	ISR0095_000000020749	1.0		23	7	False	False	0.9849125146865845	0					non-mobilizable	other	1602.0	99.625	97.0	0.01941653317800107	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0013_000000025442	1112	0.5585606651077045	2	2	2	2	1	True	7955	fragment	False	SPA0013_000000025442	1.0		0	0	False	False	0.9793165326118469	0					non-mobilizable	other	1112.0	99.82	100.0	0.013482355225474491	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0065_000000011146	1693	0.5585526947702861	3	2	1	2	2	False	45414	maximal	True	FIJ0065_000000011146	1.0		1	1	False	False	0.9976373314857483	0					non-mobilizable	no_good_hit	538.0	88.476	32.0	0.00999588184643031	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
ENG0145_000000019914	1461	0.5585515747621149	2	2	2	2	1	False	57476	fragment	False	ENG0145_000000019914	1.0		0	0	False	False	0.9958932399749756	0					non-mobilizable	no_good_hit	549.0	81.421	76.0	0.000845613556173685	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
ENG0114_000000000738	29250	0.5585507389825454	31	22	9	15	12	True	67012	fragment	False	ENG0114_000000000738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8234.0	97.559	79.0	0.04428696054884813	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0012_000000012756	1895	0.5585493568688009	2	2	2	2	1	False	80464	fragment	False	SPA0012_000000012756	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	98.1	100.0	0.03312915645782289	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0114_000000000138	58243	0.5585486178001239	66	38	26	35	28	False	25928	maximal	True	SPA0114_000000000138	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2987.0	74.69	7.0	0.025042019660107637	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0047_000000009629	3855	0.5585430329891363	6	4	2	3	2	False	11476	maximal	True	MON0047_000000009629	0.9983651226158038		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	91.241	4.0	0.0006931419717850445	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
MON0101_000000016236	3670	0.5585430329891363	6	4	2	3	2	False	11476	maximal	False	MON0047_000000009629	0.9744487678339818		0	0	False	False	0.9983651041984558	0					non-mobilizable	no_good_hit	98.0	87.755	3.0	0.000494373318111392	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
SPA0090_000000003646	7679	0.5585421785068472	11	4	2	3	2	False	114823	fragment	False	SPA0090_000000003646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	96.45200000000001	53.0	0.18023677216719014	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0231_000000002632	5082	0.5585421785068472	7	4	2	3	2	False	114832	fragment	False	ISR0231_000000002632	0.9982396054615728		0	0	False	False	1.0	0					non-mobilizable	plasmid	3673.0	99.891	99.0	0.4434646049770476	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0375_000000003433	5080	0.5585421785068472	7	4	2	3	2	False	114832	fragment	False	ISR0231_000000002632	0.9972244608677223		0	0	False	False	1.0	0					non-mobilizable	plasmid	3686.0	99.919	99.0	0.44503503261657407	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
USA0069_01_000000012994	4729	0.5585421785068472	6	4	2	3	2	False	114832	fragment	False	ISR0231_000000002632	0.9635247883195275		0	0	False	False	0.9997885227203369	0					non-mobilizable	plasmid	3329.0	99.94	99.0	0.4020294757187727	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0147_000000005156	4596	0.5585421785068472	6	4	2	3	2	False	114832	fragment	False	ISR0231_000000002632	0.9421108379187162		0	0	False	False	0.9982593655586243	0					non-mobilizable	plasmid	3179.0	99.906	99.0	0.3839091568011597	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0063_000000005333	3786	0.5585421785068472	6	4	2	3	2	False	114829	fragment	False	ISR0063_000000005333	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3329.0	99.94	99.0	0.4020294757187727	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
CHI0045_000000005209	3794	0.5585395367780315	4	4	4	4	4	False	101095	maximal	False	MAD0082_000000002027	0.9628428927680799		0	0	False	False	1.0	0					non-mobilizable	chromosome	2143.0	77.601	97.0	0.0005655250086095847	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0070_000000011885	2675	0.5585382003890254	3	3	2	3	3	False	95357	fragment	False	ISR0343_000000005809	0.7072188228087989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	100.0	5.0	0.0004391184111288025	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
ETH0004_000000010650	2651	0.5585382003890254	3	3	2	3	3	False	95357	fragment	False	ISR0343_000000005809	0.9341597030449024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	4.0	0.00031797778477534713	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
ISR0307_000000001540	4569	0.5585376290469909	7	2	1	2	1	False	25442	fragment	False	ISR0307_000000001540	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	1.0	0.0026956040917887752	MK233969.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c4 sequence	True	False
AUS0020_000000018891	1368	0.5585354289996023	2	2	2	2	1	False	99503	fragment	False	AUS0020_000000018891	1.0		0	0	False	False	0.9941520690917969	0					non-mobilizable	chromosome	1368.0	99.561	100.0	0.00024951566217295103	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
SPA0113_000000001245	21165	0.5585296760335411	21	13	7	13	8	True	94549	maximal	True	SPA0113_000000001245	1.0		25	8	False	False	0.9998582601547241	0					non-mobilizable	no_good_hit	2938.0	74.268	27.0	0.0008772875581771453	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0274_000000006001	1382	0.5585284263269361	1	1	1	1	1	True	28965	fragment	False	ISR0274_000000006001	0.9365138993238167		0	0	False	False	0.9992763996124268	0		MOBV			mobilizable	plasmid	1385.0	91.191	100.0	0.06294471811713191	NC_014133.1	firmicutes	Leuconostoc kimchii IMSNU 11154 plasmid LkipL4719, complete sequence	False	True
ISR0171_000000021364	1402	0.5585219807287636	3	1	1	1	1	True	54188	fragment	False	ISR0171_000000021364	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1402.0	94.294	100.0	0.00047996744032439086	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
ENG0200_000000015129	1384	0.5585219807287636	3	1	1	1	1	True	54188	fragment	False	ISR0171_000000021364	0.9935805991440798		0	0	False	False	0.9862716794013977	0					non-mobilizable	chromosome	1384.0	94.292	100.0	0.00047380083509538366	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
FIJ0099_000000013467	1635	0.5585193963226333	4	4	3	4	4	True	42767	fragment	False	FIJ0099_000000013467	1.0		0	0	False	False	0.9993883967399597	0					non-mobilizable	plasmid	1635.0	98.471	100.0	0.011268887800773788	CP026934.1	enterobacteria	Escherichia coli strain CFS3273 plasmid pCFS3273-2, complete sequence	False	True
ENG0084_000000012302	2282	0.5585154789670109	3	3	2	1	2	True	61523	maximal	True	ENG0084_000000012302	1.0		12	5	False	False	0.9789658188819885	0					non-mobilizable	no_good_hit								True	True
FIJ0144_000000020573	1535	0.5585151248979972	2	2	2	2	1	False	40060	fragment	False	FIJ0144_000000020573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0096_000000000499	34974	0.5585128553052777	75	46	13	24	38	False	86012	maximal	True	ISR0096_000000000499	1.0		1	1	False	False	1.0	0	rep_cluster_1817				non-mobilizable	no_good_hit	5814.0	96.835	86.0	0.0017357503891686306	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0810_000000005073	2826	0.5585081452324779	4	3	3	3	2	False	27404	maximal	True	ISR0810_000000005073	1.0		107	11	False	False	0.9861995577812195	0					non-mobilizable	no_good_hit	990.0	71.212	35.0	0.0031607664616527032	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MAD0078_000000000633	9009	0.5585072761549771	13	5	2	5	3	True	98540	fragment	False	MON0037_000000004487	0.9440608420188521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	96.0	6.0	0.00010510228933593226	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0065_000000013670	1458	0.5585063966937798	2	2	2	2	1	False	6087	fragment	False	USA0057_01_000000021720	0.9656796769851952		0	0	False	False	0.9965706467628479	0					non-mobilizable	chromosome	1458.0	100.0	100.0	0.0004105160866236841	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0081_000000030719	1185	0.5585038416575976	2	2	2	1	1	False	83109	fragment	False	MON0025_000000029815	0.27515363897398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	93.675	71.0	0.013786855542744194	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
AST0150_000000022262	1250	0.558497655792528	2	1	1	1	1	False	103857	fragment	False	AST0150_000000022262	1.0		0	0	False	False	0.9904000163078308	0					non-mobilizable	no_good_hit	429.0	74.359	34.0	0.00257445292875264	NZ_JANC01000003.1	actinobacteria	Olsenella uli MSTE5 ctgN11L160034C32.5732, whole genome shotgun sequence	True	False
MON0050_000000021554	1776	0.5584966675110119	4	4	3	3	2	False	113366	maximal	True	MON0050_000000021554	1.0		280	14	False	False	1.0	0					non-mobilizable	chromosome	1308.0	82.18700000000001	98.0	0.0004499932379017697	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0079_000000023944	1121	0.5584963715257824	2	2	2	2	2	False	62823	fragment	False	ENG0101_000000027325	0.8445971827715283		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	99.554	100.0	0.000510849159014572	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
MON0044_000000016497	2985	0.5584957540833072	3	3	1	3	3	False	11639	maximal	True	MON0044_000000016497	1.0		27	6	False	False	0.9993299841880798	0					non-mobilizable	no_good_hit	1395.0	88.81700000000001	50.0	0.041732778492949735	NZ_QIML01000019.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_19, whole genome shotgun sequence	True	False
AST0058_000000003859	4151	0.5584885234338202	6	5	4	3	3	False	113151	maximal	True	AST0058_000000003859	1.0		51	9	False	False	0.9995182156562805	0					non-mobilizable	no_good_hit	1355.0	97.26899999999999	36.0	0.0005351250464229876	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0154_000000007875	4276	0.5584876805243484	11	8	4	6	6	False	84675	maximal	True	FIJ0154_000000007875	1.0		26	6	False	False	1.0	0					non-mobilizable	chromosome	4204.0	98.02600000000001	98.0	0.0014281748346963235	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0140_000000009527	2292	0.5584801204419829	3	3	3	3	3	False	107567	fragment	False	ENG0020_000000007696	0.7581506420629465		0	0	False	False	1.0	0					non-mobilizable	chromosome	2292.0	99.215	100.0	0.0007384312702919527	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0207_000000004027	5892	0.5584754571459076	9	6	4	6	3	True	118446	maximal	True	ISR0207_000000004027	1.0		1	1	False	False	0.9998303055763245	0					non-mobilizable	no_good_hit	1329.0	99.925	23.0	0.04638724787639389	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	True
USA0005_01_000000007612	4771	0.5584749069088315	4	1	1	1	1	False	63064	fragment	False	USA0005_01_000000007612	1.0		0	0	False	False	0.9991616010665894	0					non-mobilizable	virus	4771.0	97.946	100.0	0.1856724575444076	MK233934.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_3_c1 sequence	False	False
ISR0231_000000009078	2010	0.5584744191501569	3	2	0	2	0	True	35273	fragment	False	ISR0231_000000009078	1.0		0	0	False	False	0.998009979724884	0					non-mobilizable	no_good_hit								True	True
ISR0063_000000013559	1464	0.5584744191501569	2	2	0	2	0	True	35272	fragment	False	ISR0063_000000013559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0172_000000011546	1423	0.5584744191501569	2	2	0	2	0	True	29931	fragment	False	ISR0172_000000011546	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.0005537974683544304	MK250091.1	viruses	Mimiviridae sp. ChoanoV1 genomic sequence	True	True
ISR0236_000000005061	2124	0.5584739519413258	2	2	2	1	1	False	102894	fragment	False	ISR0236_000000005061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	74.436	12.0	0.007670687434125776	NZ_OAOD01000026.1	firmicutes	Clostridium peptidivorans isolate src2, whole genome shotgun sequence	True	False
ENG0166_000000013213	2157	0.5584697819459818	2	2	2	2	2	False	62599	fragment	False	SPA0126_000000019295	0.9550180831826401		0	0	False	False	0.9972183704376221	0					non-mobilizable	no_good_hit	1883.0	79.501	86.0	0.0005526473615234823	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0129_000000003337	3451	0.5584696634133052	5	5	5	5	5	False	71809	fragment	False	ISR0129_000000003337	1.0		0	0	False	False	0.999710202217102	0					non-mobilizable	other	3451.0	99.94200000000001	100.0	0.001386786935261168	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
ISR0169_000000016833	1874	0.5584696568048365	3	3	3	3	3	False	87234	fragment	False	ENG0071_000000009668	0.6025108475122118		0	0	False	False	0.9951974153518677	0					non-mobilizable	other	1870.0	93.316	99.0	0.008175054704595185	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0005_000000008391	2864	0.5584660572090282	4	4	3	4	3	False	67693	maximal	True	ENG0005_000000008391	1.0		12	3	False	False	0.9937151074409485	0					non-mobilizable	no_good_hit	2171.0	98.98700000000001	76.0	0.0013066928567256446	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ENG0189_000000006402	2417	0.5584641728501798	2	2	2	1	1	False	113825	maximal	False	ISR0384_000000006703	0.9826933887307363		0	0	False	False	0.9937939643859863	0					non-mobilizable	other	2394.0	80.911	97.0	0.046285781415201475	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
DEN0045_000000027629	1526	0.5584641728501798	2	2	2	1	1	False	72873	maximal	True	DEN0045_000000027629	1.0		58	5	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	79.839	88.0	0.026275600109644828	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	True	False
ISR0173_000000002925	2907	0.5584519109526213	4	4	4	4	3	False	69564	maximal	True	ISR0173_000000002925	1.0		164	13	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	72.885	18.0	0.00014373155643099446	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0047_01_000000010650	3309	0.5584518560705364	2	2	1	2	2	False	89578	fragment	False	MAD0007_000000001801	0.9591697103857584		0	0	False	False	0.9978845715522766	0					non-mobilizable	other	3291.0	98.99700000000001	99.0	0.012526604757063825	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
ENG0141_000000017373	1533	0.5584509549526212	4	3	2	1	2	True	63626	fragment	False	ENG0141_000000017373	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1532.0	99.15100000000001	99.0	0.0004912051799351994	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0329_000000012827	1355	0.5584509549526212	3	3	2	1	2	True	63625	fragment	False	ISR0329_000000012827	0.9989227541447171		0	0	False	False	0.9992619752883911	0					non-mobilizable	other	1355.0	99.852	100.0	0.0004343794826485783	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0055_000000015578	1241	0.5584509549526212	3	3	2	1	2	True	63625	fragment	False	ISR0329_000000012827	0.9706748240120838		0	0	False	False	0.9991942048072815	0					non-mobilizable	other	1241.0	99.758	100.0	0.0003977798810063478	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0159_000000021644	1228	0.5584509549526212	3	3	2	1	2	True	63625	fragment	False	ISR0329_000000012827	0.9644826762530316		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	99.919	100.0	0.00039360624222258467	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0095_000000009314	2938	0.5584484956106429	7	6	1	4	5	False	60981	maximal	True	ENG0095_000000009314	1.0		1	1	False	False	0.9931926727294922	0					non-mobilizable	no_good_hit	1099.0	95.086	77.0	0.00021816517130138506	CP056676.1	enterobacteria	Enterobacter hormaechei strain RHBSTW-00642 chromosome, complete genome	True	False
DEN0057_000000003102	2103	0.5584471601070715	3	3	2	3	2	False	77818	maximal	True	DEN0057_000000003102	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	79.455	23.0	0.004192965037940572	NZ_FNBY01000014.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MON0094_000000030132	1281	0.5584452158942471	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.43161012086798106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	73.303	34.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
ISR0246_000000007377	2746	0.5584430959225837	3	3	3	3	2	False	81206	fragment	False	FIJ0005_000000008187	0.47036451184020567		0	0	False	False	0.9981791973114014	0					non-mobilizable	no_good_hit	1043.0	73.82600000000001	37.0	0.0002681696738857733	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
FIJ0034_000000012605	2202	0.5584412826439435	2	2	2	2	2	False	48134	maximal	True	FIJ0034_000000012605	1.0		37	5	False	False	0.9990917444229126	0					non-mobilizable	chromosome	1208.0	100.0	98.0	0.00019979861226869421	CP058118.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00167 chromosome, complete genome	False	False
MAD0012_000000007526	3617	0.5584404604249871	5	4	4	4	4	False	19686	fragment	False	MAD0012_000000007526	1.0		0	0	False	False	0.9969587922096252	0					non-mobilizable	chromosome	3617.0	99.50200000000001	100.0	0.0010191901440705317	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0179_000000007407	3339	0.5584356894810426	6	5	2	4	3	True	29685	maximal	True	ISR0179_000000007407	0.9747684445863941		98	9	False	False	1.0	0					non-mobilizable	other	3339.0	98.712	100.0	0.01089222957870109	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
FIJ0082_000000012313	2419	0.5584325075216608	3	3	2	3	1	False	44186	fragment	False	USA0009_01_000000009456	0.951706305308263		0	0	False	False	1.0	0					non-mobilizable	other	2409.0	99.00399999999999	99.0	0.015589998575664583	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0028_000000005590	3235	0.5584297310170545	2	2	2	2	2	False	37203	maximal	True	ISR0028_000000005590	1.0		161	10	False	False	1.0	0					non-mobilizable	other	3235.0	99.66	100.0	0.1468798255972386	NZ_QRUU01000060.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf60, whole genome shotgun sequence	False	False
MON0042_000000000111	32572	0.5584278928964699	65	17	5	14	11	True	100652	maximal	True	MON0042_000000000111	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2430.0	96.54299999999999	25.0	0.0006476861891056942	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0044_01_000000004402	6711	0.5584265136158891	9	4	4	3	2	True	121796	maximal	True	USA0044_01_000000004402	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3722.0	95.00299999999999	72.0	0.0014661556149963158	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
SPA0158_000000001220	9118	0.5584265030450829	15	7	4	6	2	False	3148	maximal	True	SPA0158_000000001220	1.0		2	1	False	False	0.9995613098144531	0					non-mobilizable	no_good_hit	120.0	79.167	1.0	0.003066037735849057	NZ_PSZN01000009.1	CFB group bacteria	Apibacter adventoris strain wkB180 ctg7180000000142, whole genome shotgun sequence	True	False
ISR0834_000000006867	2467	0.5584249613887831	4	3	2	2	1	False	20980	maximal	True	ISR0834_000000006867	1.0		1	1	False	False	0.9866234064102173	0					non-mobilizable	no_good_hit	551.0	74.229	22.0	0.015329382265785275	MH229773.1	firmicutes	Clostridioides difficile Cd-13Lar ermG-carrying contig genomic sequence	True	False
ISR0838_000000008330	2732	0.5584242879649035	3	2	2	2	2	False	114855	maximal	False	ISR0100_000000004490	0.7244943579566496		0	0	False	False	0.9908491969108582	0					non-mobilizable	other	2696.0	99.852	99.0	0.002944126058847563	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ENG0046_000000009394	2003	0.5584235540352895	2	2	2	2	1	False	70565	maximal	True	ENG0046_000000009394	1.0	PS332	0	0	False	True	0.9960060119628906	0					non-mobilizable	no_good_hit	1489.0	80.322	74.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0391_000000006861	2108	0.5584234080680917	3	3	3	3	3	False	25058	maximal	True	ISR0391_000000006861	1.0		258	11	False	False	1.0	0					non-mobilizable	other	2108.0	98.814	100.0	0.0024769992922859165	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0002_000000000526	39148	0.5584199696461863	65	9	4	6	7	False	68597	maximal	True	ISR0002_000000000526	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	77.007	1.0	0.0014326268879220566	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
ISR0260_000000014568	1169	0.558418514814662	2	2	2	2	1	False	26698	maximal	True	ISR0260_000000014568	1.0		6	1	False	False	0.9991445541381836	0					non-mobilizable	no_good_hit	1036.0	99.131	89.0	0.07681460590767404	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	True	False
FIJ0068_000000013193	2404	0.5584170586949245	2	2	2	2	2	False	45082	maximal	True	FIJ0068_000000013193	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	70.297	41.0	0.00966373736677918	CP025860.1	enterobacteria	Escherichia coli strain 504239 plasmid p504239_101, complete sequence	True	False
CAN0018_000000020762	1644	0.5584157432573241	5	4	4	3	2	False	117242	maximal	False	CAN0019_000000003563	0.9530106921778279		0	0	False	False	0.9993917346000671	0					non-mobilizable	no_good_hit	1229.0	98.779	82.0	0.0003434136096464799	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0053_000000004602	4191	0.5584096710548601	5	3	2	3	3	True	110267	fragment	False	ISR0053_000000004602	1.0		0	0	False	False	0.9959436655044556	0					non-mobilizable	no_good_hit	109.0	79.817	3.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
DEN0072_000000005441	3413	0.5584089687224923	6	2	2	2	2	False	70292	maximal	True	DEN0072_000000005441	1.0		1	1	False	False	0.9997069835662842	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000021859	1334	0.5584026314426763	1	1	1	1	1	False	38228	fragment	False	ISR0011_000000021859	1.0		0	0	False	False	0.9970015287399292	0					non-mobilizable	no_good_hit	1065.0	69.296	77.0	0.00040848708661342956	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
FIJ0063_000000026316	1132	0.5584021827010724	2	2	2	1	1	False	45535	maximal	True	FIJ0063_000000026316	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	81.73100000000001	9.0	0.000412001648006592	NZ_FOZH01000009.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0802_000000003775	3652	0.5583972806613052	2	2	2	2	2	False	57112	fragment	False	ISR0802_000000003775	0.9946106756008408		0	0	False	False	0.9991785287857056	0					non-mobilizable	chromosome	3652.0	99.80799999999999	100.0	0.0006705342528951799	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0395_000000011773	3269	0.5583952089941129	4	3	2	3	2	False	119114	maximal	True	ISR0395_000000011773	1.0	PS816	2	2	True	True	0.9978586435317993	6					non-mobilizable	no_good_hit	1483.0	99.865	45.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
MON0101_000000014798	3971	0.5583941925640501	4	4	4	3	2	False	72655	maximal	True	MON0101_000000014798	1.0		2	2	False	False	0.9864014387130737	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000008723	3460	0.5583935765329724	3	3	3	2	3	False	54779	fragment	False	SPA0132_000000010764	0.9509498120116695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2176.0	71.14	62.0	0.0007551465531265008	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0235_000000001187	3420	0.5583917133545702	4	3	3	3	2	True	118240	fragment	False	MAD0072_000000001538	0.6656625430980962		0	0	False	False	0.9997075796127319	0					non-mobilizable	other	3420.0	99.26899999999999	100.0	0.005957776135428723	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
SPA0139_000000003014	7172	0.5583894838400439	8	8	8	7	7	False	98223	fragment	False	SPA0139_000000003014	0.9974200919852806		0	0	False	False	0.9995816946029663	0					non-mobilizable	chromosome	7172.0	99.93	100.0	0.0014413986330531943	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
ENG0127_000000012659	2041	0.5583867296965981	2	2	0	1	2	False	58717	maximal	True	ENG0127_000000012659	1.0		3	2	False	False	0.9995100498199463	0					non-mobilizable	no_good_hit	359.0	89.97200000000001	33.0	0.000228283417710561	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0011_000000016327	1726	0.5583829731541067	4	4	3	2	1	False	38246	maximal	True	ISR0011_000000016327	1.0		270	10	False	False	1.0	0					non-mobilizable	other	1726.0	99.189	100.0	0.0039071082189702	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0001_000000022027	1168	0.5583783613831237	3	2	2	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.9823171865932728		0	0	False	False	0.976883590221405	0					non-mobilizable	chromosome	1172.0	77.389	100.0	0.00030490334190601666	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0011_000000032206	1449	0.5583757697327478	2	2	2	2	2	False	13651	fragment	False	MON0011_000000032206	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	77.11399999999999	100.0	0.0005260405275619752	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	False	False
ENG0014_000000014845	1583	0.5583724315567523	2	2	2	1	2	False	121112	fragment	False	ENG0200_000000010145	0.5282760587138471		0	0	False	False	0.9823120832443237	0					non-mobilizable	chromosome	1557.0	99.101	98.0	0.0004904474639673984	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0031_000000004930	4549	0.5583723999970509	7	6	2	4	6	True	48619	fragment	False	FIJ0031_000000004930	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4550.0	99.714	100.0	0.05063784313288955	AP019690.1	enterobacteria	Klebsiella quasipneumoniae SNI47 plasmid pTMSNI47-3 DNA, complete genome	False	True
MON0097_000000011157	3087	0.5583719065696419	5	4	3	2	2	True	117916	fragment	False	MON0097_000000011157	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2280.0	81.096	73.0	0.0008080213443374742	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
SPA0102_000000006526	5703	0.558371191472776	4	4	4	4	4	False	56955	fragment	False	SPA0102_000000006526	1.0		0	0	False	False	0.9996492862701416	0					non-mobilizable	no_good_hit	321.0	76.324	6.0	5.5069938822304325e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	False
FIJ0014_000000007861	3038	0.55836161438837	5	4	2	4	0	False	50501	maximal	True	FIJ0014_000000007861	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2726.0	95.488	90.0	0.011155741370609401	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0025_000000003941	7466	0.5583593389139255	9	5	2	4	3	True	120560	fragment	False	AST0025_000000003941	1.0		0	0	False	False	0.9998660683631897	0					non-mobilizable	no_good_hit	1091.0	87.809	23.0	0.16479684657368102	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0036_000000004200	4251	0.5583586817128128	5	5	3	3	4	True	128585	fragment	False	SPA0122_000000007195	0.9595428827905502		0	0	False	False	0.9922370910644531	0					non-mobilizable	chromosome	4254.0	96.45	100.0	0.0017506665381773795	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MAD0041_000000028536	1317	0.558355564151069	2	2	2	2	2	False	33609	fragment	False	ISR0091_000000023402	0.6334144363341444		0	0	False	False	0.9931662678718567	0					non-mobilizable	other	1317.0	89.749	100.0	0.005096764948509506	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0821_000000007472	3711	0.558352145712283	8	4	3	4	2	True	48007	fragment	False	ISR0821_000000007472	1.0		0	0	False	False	0.9997305274009705	0					non-mobilizable	no_good_hit	1412.0	94.405	62.0	0.11367486889874949	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0075_000000006220	3503	0.5583512116071712	4	3	3	3	1	False	10352	fragment	False	MON0075_000000006220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	72.236	22.0	0.000207906102044095	NZ_CP013459.1	b-proteobacteria	Burkholderia stagnalis strain MSMB735WGS chromosome 1, complete sequence	True	False
ISR0161_000000018420	1681	0.5583497635450241	3	2	2	2	2	False	30384	maximal	True	ISR0161_000000018420	1.0		7	2	False	False	0.99821537733078	0					non-mobilizable	no_good_hit	1148.0	85.976	68.0	0.00028047969395784847	CP019864.1	firmicutes	Clostridioides difficile strain DSM 29747 chromosome, complete genome	True	False
USA0081_01_000000009015	3477	0.5583487081196699	3	2	1	2	0	True	5324	fragment	False	USA0081_01_000000009015	0.994128009395185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0063_01_000000005968	3406	0.5583487081196699	3	2	1	2	0	True	5324	fragment	False	USA0081_01_000000009015	0.9840379637618637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0011_000000014297	2973	0.5583487081196699	3	2	1	2	0	True	75732	fragment	False	DEN0011_000000014297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0039_000000016998	2754	0.5583485193947939	4	4	3	3	3	False	66197	maximal	False	SPA0109_000000010441	0.9555284269271015		0	0	False	False	0.9996368885040283	0					non-mobilizable	no_good_hit	1226.0	81.648	46.0	0.00039259894715315926	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ENG0079_000000013912	2391	0.5583439670209952	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.3144287381474376		0	0	False	False	0.9966540932655334	0					non-mobilizable	chromosome	2389.0	98.786	99.0	0.0008408945028506782	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0048_000000008335	4387	0.5583432463568175	5	4	4	3	1	False	11417	maximal	True	MON0048_000000008335	1.0		7	1	True	True	1.0	4					non-mobilizable	no_good_hit	2121.0	98.821	76.0	0.0008186586201277262	CP021558.1	high GC Gram+	Bifidobacterium breve strain 215W447a chromosome, complete genome	True	True
ISR0265_000000009079	1846	0.5583425951553678	4	4	4	2	2	False	60484	fragment	False	ENG0101_000000017506	0.6492890995260664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	84.988	57.0	0.0011992404810286818	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	False
TAN0019_000000007293	1107	0.5583416983919474	2	2	2	2	2	False	2406	maximal	True	TAN0019_000000007293	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0107_000000021956	2667	0.5583395096414223	4	3	3	3	2	False	8602	maximal	True	MON0107_000000021956	1.0		1	1	False	False	0.999625027179718	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.935955124370346e-05	NZ_RCIH01000003.1	euryarchaeotes	Halostella salina strain CBA1114 Scaffold3_1, whole genome shotgun sequence	True	False
ISR0084_000000008451	2840	0.5583316563691196	3	2	1	2	2	False	113845	fragment	False	AST0110_000000006063	0.9513725256202173		0	0	False	False	0.9978873133659363	0					non-mobilizable	other	2843.0	98.98	100.0	0.001239222843968395	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	False
ISR0001_000000019168	1243	0.5583285695335378	3	1	1	1	1	False	38672	maximal	True	ISR0001_000000019168	1.0		49	6	False	False	0.9219629764556885	0					non-mobilizable	no_good_hit	456.0	97.588	37.0	0.00012916214362603272	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0156_000000013415	1870	0.5583285249077508	2	2	1	1	2	False	70947	fragment	False	ISR0156_000000013415	0.9675906538764284		0	0	False	False	0.9983957409858704	0					non-mobilizable	other	1870.0	98.556	100.0	0.11232646192679849	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
DEN0066_000000019702	1828	0.5583285249077508	2	2	1	1	2	False	70947	fragment	False	ISR0156_000000013415	0.957206551529727		0	0	False	False	0.9994529485702515	0					non-mobilizable	other	1823.0	98.464	99.0	0.10950177294308552	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
ISR0075_000000011390	2228	0.5583264071842586	3	1	1	1	1	False	60569	maximal	True	ISR0075_000000011390	1.0		96	9	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	9.660074444896286e-06	NZ_CP053840.1	e-proteobacteria	Arcobacter venerupis strain LMG 26156 chromosome, complete genome	True	False
ENG0100_000000016037	1906	0.5583264071842586	3	1	1	1	1	False	60568	fragment	False	ENG0100_000000016037	1.0		0	0	False	False	0.9947534203529358	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	9.660074444896286e-06	NZ_CP053840.1	e-proteobacteria	Arcobacter venerupis strain LMG 26156 chromosome, complete genome	True	False
ENG0112_000000019663	1403	0.5583237183101271	3	2	1	1	2	False	59663	maximal	True	ENG0112_000000019663	0.9913403614457832		248	9	False	False	0.9558089971542358	0					non-mobilizable	other	1403.0	97.07799999999999	100.0	0.0107200477126232	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ISR0237_000000000742	8159	0.5583233071563005	10	5	3	4	4	True	27319	maximal	True	ISR0237_000000000742	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	74.432	2.0	0.002659697845954012	NZ_BALG01000080.1	firmicutes	Paenibacillus popilliae ATCC 14706, whole genome shotgun sequence	True	True
FIJ0075_000000000727	18311	0.5583225311216811	25	7	4	7	3	True	105174	maximal	True	FIJ0075_000000000727	1.0		7	1	False	False	0.9995630979537964	0					non-mobilizable	no_good_hit	151.0	96.689	1.0	0.0005378908225067864	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	True
MON0031_000000009224	3754	0.5583178840785543	3	3	1	2	3	False	123388	fragment	False	MON0035_000000006708	0.9442155715293067		0	0	False	False	1.0	0					non-mobilizable	other	3635.0	94.60799999999999	99.0	0.004253338129800876	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0103_000000012744	1348	0.5583170771410265	2	2	2	2	2	False	60285	maximal	False	SPA0004_000000007953	0.9533607681755829		0	0	False	False	0.9873887300491333	0					non-mobilizable	no_good_hit	1151.0	73.501	83.0	0.00021297828607668204	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
ENG0162_000000010241	2415	0.5583140659194178	4	3	2	3	2	False	67062	fragment	False	ENG0142_000000013417	0.9869547492865879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	78.61399999999999	21.0	0.0007190233861284236	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0181_000000011816	1711	0.5583132853938482	2	2	2	2	1	False	55270	fragment	False	ENG0181_000000011816	1.0		0	0	False	False	0.9988310933113098	0					non-mobilizable	chromosome	1568.0	97.83200000000001	92.0	0.00029851799018956954	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0033_000000017746	1775	0.5583131976155257	2	2	2	2	2	False	36873	fragment	False	ISR0033_000000017746	1.0		0	0	False	False	0.986478865146637	0					non-mobilizable	no_good_hit	1215.0	72.346	67.0	0.01716546118642355	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0116_000000018834	2146	0.5583117165143149	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.7142718712279491		0	0	False	False	1.0	0					non-mobilizable	chromosome	2146.0	99.86	100.0	0.000721994441484286	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0058_000000013848	1549	0.5583115362739616	2	2	2	2	2	False	115980	fragment	False	ISR0021_000000012496	0.20692146046755974		0	0	False	False	0.9961265325546265	0					non-mobilizable	no_good_hit	936.0	90.919	60.0	0.00021154554496394902	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0061_000000002717	2489	0.5583112602078729	3	3	0	3	1	False	85670	fragment	False	CHI0061_000000002717	0.9993973483326637		0	0	False	False	0.997991144657135	0					non-mobilizable	no_good_hit	689.0	88.389	28.0	0.11903114186851212	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	True	False
CHI0097_000000002369	2489	0.5583112602078729	3	3	0	3	1	False	85670	fragment	False	CHI0061_000000002717	0.9993973483326637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	88.389	28.0	0.11903114186851212	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	True	False
ISR0077_000000006046	4676	0.5583067889982235	6	4	4	4	4	False	91264	maximal	True	ISR0077_000000006046	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	73.861	21.0	0.001382274640867945	NZ_LT707059.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
FIJ0115_000000012735	1874	0.5583048108316542	3	3	3	2	2	False	51054	fragment	False	FIJ0115_000000012735	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1874.0	99.84	100.0	0.00036393807029270494	CP057313.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 chromosome, complete genome	False	False
ISR0268_000000003336	4808	0.5583031612600511	6	6	6	6	5	False	103274	fragment	False	ENG0001_000000004788	0.7750975810549083		0	0	False	False	0.9985440969467163	0					non-mobilizable	chromosome	4808.0	99.126	100.0	0.0009594155448869558	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0083_000000013454	2151	0.5583022441329925	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.4336668061174615		0	0	False	False	1.0	0					non-mobilizable	other	2154.0	95.868	100.0	0.0006886770998620394	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
FIJ0140_000000014852	2118	0.5583022441329925	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.44251062598674606		0	0	False	False	1.0	0					non-mobilizable	chromosome	2120.0	94.85799999999999	100.0	0.0005873960399484984	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0062_000000022647	1693	0.5583022441329925	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.11466707535706447		0	0	False	False	1.0	0					non-mobilizable	other	1696.0	95.28299999999999	100.0	0.0005413561695786138	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
MON0047_000000013644	2842	0.558299347203547	4	4	3	4	3	False	49284	fragment	False	MON0047_000000013644	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2845.0	86.46700000000001	100.0	0.017363359767348086	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0227_000000022476	1171	0.5582977818736279	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.16358379740742812		0	0	False	False	1.0	0					non-mobilizable	chromosome	1172.0	95.56299999999999	100.0	0.00038161104441071915	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0139_000000023769	1170	0.5582977818736279	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.09759050148867275		0	0	False	False	1.0	0					non-mobilizable	chromosome	1171.0	95.559	100.0	0.00038128488112489805	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
MAD0064_000000021254	1125	0.5582977818736279	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.07830096691639564		0	0	False	False	0.9973333477973938	0					non-mobilizable	chromosome	1126.0	95.29299999999999	100.0	0.0003666075332629473	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0182_000000023336	1705	0.5582967937236453	2	2	2	2	2	False	67134	fragment	False	ENG0142_000000015436	0.3999881184799557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	84.90899999999999	77.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0020_01_000000015423	2263	0.5582952228548017	4	4	4	3	2	False	1794	maximal	True	USA0020_01_000000015423	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	78.4	5.0	0.0003772242429446799	NZ_JAAIPW010000002.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_2_length_326066_cov_251.654, whole genome shotgun sequence	True	False
USA0080_01_000000020337	2121	0.5582903066706157	6	6	2	4	4	False	128427	maximal	False	DEN0081_000000003447	0.45285171752425163		0	0	False	False	1.0	0					non-mobilizable	other	2122.0	98.869	100.0	0.029181514246797737	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0101_000000010244	4384	0.5582805594618678	4	4	4	4	4	False	130066	maximal	False	ENG0062_000000005382	0.9807862190812721		0	0	False	False	0.9995437860488892	0					non-mobilizable	other	2040.0	87.45100000000001	91.0	0.004253121360329711	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0125_000000000367	35974	0.5582802019144005	29	16	11	15	7	True	61270	maximal	True	ENG0125_000000000367	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0006246705838717863	MN694670.1	viruses	Marine virus AFVG_250M589, complete genome	True	True
ISR0112_000000011011	2903	0.5582789480447025	4	2	1	1	1	True	64899	maximal	True	ISR0112_000000011011	1.0		0	0	False	False	0.9955219030380249	0					non-mobilizable	no_good_hit	132.0	96.212	5.0	0.04289013526888816	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
ISR0821_000000003758	6722	0.5582766836101284	8	7	3	3	7	False	64966	fragment	False	ISR0821_000000003758	1.0		0	0	False	False	0.9997024536132812	0					non-mobilizable	no_good_hit	720.0	81.389	11.0	0.00031389411071518756	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MAD0066_000000002147	6645	0.5582764545230615	9	8	7	5	3	False	16608	fragment	False	MAD0066_000000002147	1.0		0	0	False	False	0.9878103733062744	0					non-mobilizable	no_good_hit	3273.0	87.68700000000001	66.0	0.01521602275641773	CP010123.1	enterobacteria	Escherichia coli strain C5 plasmid A, complete genome	True	False
FIJ0007_000000002755	6213	0.5582745562078926	9	7	6	5	4	False	110633	maximal	True	FIJ0007_000000002755	1.0		0	0	False	False	0.9987123608589172	0					non-mobilizable	no_good_hit	2341.0	98.59	69.0	0.09413847206018425	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
ISR0357_000000005579	4101	0.5582696583174711	5	4	2	2	4	False	92081	fragment	False	ISR0357_000000005579	1.0		0	0	False	False	0.9953669905662537	0					non-mobilizable	other	4114.0	89.256	100.0	0.029229343409139515	NZ_FQVD01000011.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
MAD0112_000000011563	2435	0.5582686826443968	3	3	3	2	1	False	87594	maximal	True	MAD0112_000000011563	1.0		143	13	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	1763.0	96.76700000000001	80.0	0.0005266810326898349	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0099_000000013581	1437	0.5582676523987692	2	2	2	2	1	False	33202	fragment	False	ISR0099_000000013581	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	98.25299999999999	100.0	0.0006139655904295267	CP002743.1	high GC Gram+	Bifidobacterium breve ACS-071-V-Sch8b, complete genome	False	False
ISR0237_000000001224	5870	0.5582658059248933	11	6	2	6	1	False	67683	fragment	False	ISR0237_000000001224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0023698762397963663	XM_026085405.1	birds	PREDICTED: Apteryx rowi RAN binding protein 10 (RANBP10), transcript variant X9, mRNA	True	False
ISR0225_000000002430	5232	0.5582658059248933	11	6	2	6	1	False	67681	fragment	False	ISR0225_000000002430	0.9614103819784525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0023698762397963663	XM_026085405.1	birds	PREDICTED: Apteryx rowi RAN binding protein 10 (RANBP10), transcript variant X9, mRNA	True	False
FIJ0129_000000004118	5105	0.5582658059248933	10	6	2	6	1	False	67681	fragment	False	ISR0225_000000002430	0.9502289422949075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0023698762397963663	XM_026085405.1	birds	PREDICTED: Apteryx rowi RAN binding protein 10 (RANBP10), transcript variant X9, mRNA	True	False
ISR0381_000000010799	1639	0.5582651627817734	2	2	2	2	2	False	23150	maximal	True	ISR0381_000000010799	1.0		3	2	False	False	0.9969493746757507	0					non-mobilizable	no_good_hit	749.0	77.704	45.0	0.001695078097120426	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	False
ENG0002_000000010086	2196	0.5582599136224732	4	3	2	3	1	False	67996	maximal	True	ENG0002_000000010086	1.0		25	9	False	False	0.998633861541748	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000014684	1880	0.5582599136224732	4	3	2	3	1	False	48128	maximal	True	FIJ0034_000000014684	1.0		52	9	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	90.385	6.0	2.8157155197865523e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
CHI0017_000000001833	5747	0.5582584780490176	5	2	1	2	1	True	106953	fragment	False	CHI0017_000000001833	0.9987008166295471		0	0	False	False	1.0	0					non-mobilizable	other	5748.0	93.807	100.0	0.001212701559890709	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MAD0048_000000003359	6092	0.558256910394667	6	5	5	5	3	True	17572	fragment	False	MAD0048_000000003359	1.0		0	0	False	False	0.9917925000190735	0					non-mobilizable	no_good_hit	92.0	83.696	1.0	0.0018540507884923858	CP048762.1	e-proteobacteria	Campylobacter jejuni strain ZS004 plasmid pCJFEX, complete sequence	True	True
ISR0295_000000006132	5021	0.5582537723780767	9	6	4	5	4	True	71102	fragment	False	ISR0295_000000006132	1.0		0	0	False	False	0.9962158799171448	0					non-mobilizable	no_good_hit	1222.0	97.62700000000001	59.0	0.09842678499394918	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0150_000000003849	2020	0.5582533292908038	3	3	3	2	1	False	79984	maximal	True	CHI0150_000000003849	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	95.074	17.0	0.0002877964338887425	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	True	False
ENG0050_000000012309	2163	0.5582502914357291	3	1	1	1	1	False	68980	fragment	False	ENG0050_000000012309	1.0		0	0	False	False	0.9963014125823975	0					non-mobilizable	other	2169.0	96.035	100.0	0.0012811671385356519	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0024_000000015914	1615	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.4903953311728227		0	0	False	False	1.0	0					non-mobilizable	other	1615.0	99.56700000000001	100.0	0.004099745226489333	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	False
ENG0067_000000017121	1563	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.40162525468992527		0	0	False	False	0.9942418336868286	0					non-mobilizable	other	1563.0	99.104	100.0	0.00036441754318184577	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0310_000000011573	1522	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.39917448549123774		0	0	False	False	0.9888305068016052	0					non-mobilizable	other	1522.0	99.277	100.0	0.003860974438825146	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	False
USA0108_01_000000006798	1513	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.3971394239263903		0	0	False	False	1.0	0					non-mobilizable	other	1514.0	98.87700000000001	100.0	0.00040266230843932825	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0136_000000007641	1489	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.3801383660193653		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	99.463	100.0	0.003779690766428827	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	False
ISR0282_000000016526	1486	0.5582502914357291	3	1	1	1	1	False	71057	maximal	True	ISR0282_000000016526	0.9973035284305233		138	11	False	False	0.9993270635604858	0					non-mobilizable	no_good_hit	982.0	79.532	80.0	0.00031490499828687815	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0068_000000013896	1484	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.3778475439953641		0	0	False	False	0.9993261694908142	0					non-mobilizable	chromosome	1484.0	98.315	100.0	0.0006118591683504491	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	False	False
ISR0359_000000019057	1456	0.5582502914357291	3	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.9937264670895763		0	0	False	False	0.9903846383094788	0					non-mobilizable	no_good_hit	966.0	79.4	79.0	0.00031007022349229966	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0065_000000024367	1420	0.5582502914357291	3	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.9843110705360695		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	79.4	79.0	0.00031007022349229966	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0013_000000019589	1397	0.5582502914357291	3	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.9659396505707282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	95.19200000000001	15.0	7.304454976504002e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0073_000000038448	1395	0.5582502914357291	3	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.9643039924659608		0	0	False	False	0.9949820637702942	0					non-mobilizable	no_good_hit	209.0	95.215	15.0	7.339742198612718e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0117_01_000000014694	1391	0.5582502914357291	3	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.97195079378761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	79.35300000000001	78.0	0.0003078139952548297	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0027_000000012532	1384	0.5582502914357291	3	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.964993299265713		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	79.55	78.0	0.00031393804332796246	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0039_01_000000016366	1360	0.5582502914357291	3	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.9575150192432029		0	0	False	False	0.9985294342041016	0					non-mobilizable	no_good_hit	173.0	94.79799999999999	13.0	6.069402202698978e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0037_000000056147	1357	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.30843174946971313		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	99.632	100.0	0.0003163573550285422	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0096_000000031621	1352	0.5582502914357291	2	1	1	1	1	False	72831	fragment	False	DEN0045_000000031360	0.964756163810853		0	0	False	False	0.9704142212867737	0					non-mobilizable	other	1312.0	99.085	97.0	0.0035880944235374616	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0831_000000013913	1351	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.3087165005067694		0	0	False	False	0.9992598295211792	0					non-mobilizable	other	1352.0	98.743	100.0	0.00035954843271747026	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0002_000000015168	1349	0.5582502914357291	3	1	1	1	1	False	88151	maximal	True	ISR0002_000000015168	1.0		347	12	False	False	0.9933283925056458	0					non-mobilizable	other	1347.0	99.777	99.0	0.00787023762851308	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	False
SPA0138_000000020170	1349	0.5582502914357291	2	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.9554733389506406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	79.22399999999999	78.0	0.0003058800853369983	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0076_000000019630	1347	0.5582502914357291	3	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.9577518540817401		0	0	False	False	0.9970304369926453	0					non-mobilizable	no_good_hit	945.0	79.153	78.0	0.0003033015387798898	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0140_000000025922	1346	0.5582502914357291	2	1	1	1	1	False	40353	maximal	True	FIJ0140_000000025922	1.0		148	10	False	False	1.0	0					non-mobilizable	no_good_hit	983.0	79.959	72.0	0.005263921971362974	NZ_FQVI01000005.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
CAN0015_000000026046	1335	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.27910617057604153		0	0	False	False	0.9985018968582153	0					non-mobilizable	other	1335.0	99.02600000000001	100.0	0.00040274544190124875	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
DEN0061_000000033037	1329	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.2782024897292489		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	99.85	100.0	0.0003534273269051077	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0016_000000017011	1316	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.277203522150763		0	0	False	False	0.9939209818840027	0					non-mobilizable	other	1316.0	98.78399999999999	100.0	0.0033402509125362283	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	False
ENG0074_000000017984	1301	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.274705436135679		0	0	False	False	0.9992313385009766	0					non-mobilizable	other	1301.0	99.23100000000001	100.0	0.0003927675142865782	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
FIJ0074_000000022666	1280	0.5582502914357291	2	1	1	1	1	False	44619	fragment	False	FIJ0074_000000022666	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	99.06299999999999	100.0	0.0032343569567733245	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
ISR0151_000000017087	1277	0.5582502914357291	2	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.5525120317355771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	100.0	4.0	1.7643611054357494e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CAN0022_000000026064	1277	0.5582502914357291	3	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.27147295223224716		0	0	False	False	0.9945183992385864	0					non-mobilizable	other	1277.0	99.374	100.0	0.00038551083965772685	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ENG0157_000000019710	1257	0.5582502914357291	2	1	1	1	1	False	56589	fragment	False	ENG0157_000000019710	0.9630419252722041		0	0	False	False	1.0	0					non-mobilizable	chromosome	1257.0	97.693	100.0	0.000351219523107644	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0009_000000032153	1242	0.5582502914357291	2	1	1	1	1	False	13776	maximal	True	MON0009_000000032153	1.0		60	12	False	False	0.9259259104728699	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000031800	1222	0.5582502914357291	2	1	1	1	1	False	71057	maximal	False	ISR0282_000000016526	0.31391148599532886		0	0	False	False	0.9558101296424866	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	1.1444200937280057e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0339_000000012853	1217	0.5582502914357291	2	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.21784298741974295		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	99.179	100.0	0.00032388633798457534	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
CHI0034_000000013976	1208	0.5582502914357291	2	1	1	1	1	False	88150	fragment	False	CHI0034_000000013976	0.974850809889173		0	0	False	False	0.9958609342575073	0					non-mobilizable	other	1208.0	99.50299999999999	100.0	0.00037859932052870907	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
ISR0081_000000020509	1173	0.5582502914357291	2	1	1	1	1	False	88150	fragment	False	CHI0034_000000013976	0.9615066225165563		0	0	False	False	0.9982949495315552	0					non-mobilizable	other	921.0	83.931	100.0	0.0002754512744534817	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
USA0027_01_000000023165	1170	0.5582502914357291	2	1	1	1	1	False	1569	maximal	True	USA0027_01_000000023165	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0028_000000022695	1162	0.5582502914357291	2	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.10204270270499625		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	99.742	100.0	0.002949073239128944	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	False
ENG0126_000000016173	1119	0.5582502914357291	2	1	1	1	1	False	58752	maximal	True	ENG0126_000000016173	1.0		14	3	False	False	0.966041088104248	0					non-mobilizable	other	596.0	92.95299999999999	98.0	0.0005083527917112009	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	False
ISR0358_000000012066	1628	0.5582426964044135	3	3	3	3	3	False	23852	maximal	True	ISR0358_000000012066	1.0		223	11	False	False	0.9367321729660034	0					non-mobilizable	other	1535.0	97.524	94.0	0.0005408792213877889	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
FIJ0088_000000003397	8546	0.5582369159096155	11	7	4	7	4	False	110062	maximal	True	FIJ0088_000000003397	1.0		2	1	False	False	0.9985958337783813	0					non-mobilizable	other	3520.0	96.335	96.0	0.0561795957497803	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0083_01_000000007965	3886	0.5582331430163702	6	3	1	1	3	False	88222	maximal	True	USA0083_01_000000007965	1.0		157	14	True	True	1.0	9					non-mobilizable	other	2985.0	97.588	98.0	0.0008068312432961219	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0073_000000023319	1205	0.5582326804627903	2	2	1	2	1	False	34765	maximal	True	ISR0073_000000023319	1.0		6	5	False	False	0.9983402490615845	0					non-mobilizable	no_good_hit								True	False
MON0040_000000025511	1104	0.5582322901950734	1	1	1	1	1	False	11844	maximal	True	MON0040_000000025511	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0297_000000009210	1628	0.5582290113857459	2	2	2	2	2	False	66207	fragment	False	ISR0297_000000009210	1.0		0	0	False	False	0.9864864945411682	0					non-mobilizable	no_good_hit	314.0	75.796	19.0	9.996411711496395e-05	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	False
ISR0336_000000009888	1537	0.5582264957473065	3	3	3	2	2	False	24464	fragment	False	ISR0336_000000009888	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	99.21799999999999	99.0	0.00043517706852463337	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0369_000000002917	3675	0.5582204639578292	6	3	2	2	2	True	115652	fragment	False	ISR0369_000000002917	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2067.0	95.791	96.0	0.33670308168922225	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
CHI0058_000000000718	15108	0.5582183652800561	19	7	1	6	1	False	88733	maximal	False	ENG0111_000000001424	0.7668412490529348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	95.884	6.0	0.00021767997746600145	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
CHI0031_000000004208	2272	0.5582178992578248	3	3	3	3	2	False	88969	maximal	False	CHI0113_000000003253	0.9496415470378832		0	0	False	False	0.9964788556098938	0					non-mobilizable	other	2193.0	99.59	97.0	0.000893100513329077	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
MON0001_000000007620	4293	0.558217414275807	6	6	2	4	6	False	77092	fragment	False	MON0001_000000007620	0.9544226044226044		0	0	False	False	1.0	0					non-mobilizable	plasmid	4293.0	100.0	100.0	0.04873949579831933	CP053754.1	enterobacteria	Shigella sonnei strain 506 plasmid pMHMC-003, complete sequence	False	True
MAD0005_000000008141	3262	0.5582120413444746	6	6	3	5	5	False	19978	maximal	True	MAD0005_000000008141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2512.0	99.92	77.0	0.02213739112035829	CP022167.1	enterobacteria	Escherichia coli strain M160133 plasmid pM160133_p3, complete sequence	True	False
SPA0039_000000010803	2461	0.5582110210678493	5	3	2	2	2	True	7007	maximal	True	SPA0039_000000010803	1.0		48	8	False	False	0.9898415207862854	0					non-mobilizable	other	2427.0	99.91799999999999	99.0	0.0005659903711646337	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
MON0024_000000027488	1848	0.5582070501242039	3	2	1	2	2	True	113486	fragment	False	MON0024_000000027488	0.949889258028793		0	0	False	True	0.9767315983772278	0					non-mobilizable	other	1850.0	94.21600000000001	100.0	0.0005560963302158418	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
DEN0005_000000016332	2196	0.5582065781223627	3	2	1	2	1	True	106492	fragment	False	DEN0005_000000016332	1.0		0	0	False	False	0.9968124032020569	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	0.00024750056990262807	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	True
DEN0064_000000018992	2132	0.5582065781223627	3	2	1	2	1	True	106379	maximal	True	DEN0064_000000018992	1.0		16	5	False	False	0.9971857666969299	0					non-mobilizable	other	2118.0	86.213	99.0	0.021657800600637538	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	False	True
MAD0042_000000012107	1930	0.5582065781223627	3	2	1	2	1	True	40184	fragment	False	MAD0042_000000012107	0.9826839826839826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0324_000000016024	1919	0.5582065781223627	3	2	1	2	1	True	106489	fragment	False	ISR0324_000000016024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0008252085943946942	NZ_NOIQ01000023.1	high GC Gram+	Kocuria koreensis strain JCM 15915 NODE_23_length_32719_cov_33.0784, whole genome shotgun sequence	True	True
FIJ0142_000000019244	1848	0.5582065781223627	3	2	1	2	1	True	40184	fragment	False	MAD0042_000000012107	0.9621761658031087		0	0	False	False	0.9978355169296265	0					non-mobilizable	no_good_hit								True	True
ISR0337_000000006111	1684	0.5582065781223627	3	2	1	2	1	True	106485	fragment	False	ISR0337_000000006111	0.9914067472947168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0130_000000018699	1647	0.5582065781223627	3	2	1	2	1	True	31749	maximal	True	ISR0130_000000018699	1.0		7	3	False	False	0.9848209023475647	0					non-mobilizable	no_good_hit								True	True
MON0050_000000023854	1635	0.5582065781223627	3	2	1	2	1	True	11325	fragment	False	MON0050_000000023854	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0246_000000014655	1571	0.5582065781223627	2	2	1	2	1	True	106485	fragment	False	ISR0337_000000006111	0.9584323040380047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0369_000000014102	1224	0.5582065781223627	2	2	1	2	1	True	107072	fragment	False	ISR0369_000000014102	0.9792129165386644		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	100.0	100.0	0.0003729437397749225	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
ISR0160_000000025095	1196	0.5582065781223627	2	2	1	2	1	True	107072	fragment	False	ISR0369_000000014102	0.971305169477766		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	100.0	100.0	0.008188016033437254	NZ_CZBD01000010.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0106_000000004718	4644	0.5582053379969055	7	6	3	4	6	False	51645	maximal	True	ISR0106_000000004718	1.0		92	7	False	False	0.9952626824378967	0					non-mobilizable	other	4644.0	99.806	100.0	0.13716801087181305	MK411243.1	bacteria	Uncultured bacterium clone BVR_10H18, partial sequence	False	False
ENG0086_000000006981	3571	0.5582040101322122	3	2	1	2	2	False	115060	maximal	True	ENG0086_000000006981	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	3572.0	98.376	100.0	0.0005037525258199634	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0121_01_000000014624	3204	0.5581993697206381	6	5	5	3	0	True	109127	maximal	True	USA0121_01_000000014624	1.0		0	0	False	False	0.9987515807151794	0					non-mobilizable	no_good_hit	542.0	88.561	39.0	0.00015113557392754616	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
USA0026_01_000000015321	2111	0.5581931895731566	2	1	1	1	1	False	57348	fragment	False	USA0026_01_000000015321	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2019.0	95.443	96.0	0.0016259835065003082	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ISR0038_000000027976	1273	0.5581909827053346	2	2	2	1	1	False	36600	fragment	False	ISR0038_000000027976	0.9442687747035573		0	0	False	False	0.9811468720436096	0					non-mobilizable	chromosome	1237.0	95.069	97.0	0.0005354783686250433	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0054_000000018780	1392	0.5581904663613741	2	2	2	2	2	False	35692	fragment	False	ISR0391_000000011247	0.9881805157593123		0	0	False	False	0.9978448152542114	0					non-mobilizable	chromosome	1392.0	99.928	100.0	0.00047266028909411986	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0180_000000018223	1346	0.5581901945156108	1	1	1	1	1	False	77606	fragment	False	ENG0194_000000018726	0.9458617643899998		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	99.081	97.0	0.0003704540602900499	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0161_000000019040	1627	0.5581883934776779	3	3	3	3	2	True	30383	maximal	True	ISR0161_000000019040	1.0		62	9	False	False	0.9877074360847473	0					non-mobilizable	other	1613.0	99.50399999999999	99.0	0.04501661593454159	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
ISR0311_000000017401	1349	0.5581869659838604	3	3	0	2	3	True	25288	maximal	True	ISR0311_000000017401	1.0		1	1	False	False	0.98591548204422	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	0.014904517931998137	XM_017390688.1	eudicots	PREDICTED: Daucus carota subsp. sativus protein NUCLEAR FUSION DEFECTIVE 4-like (LOC108217798), mRNA	True	True
MON0023_000000013119	1711	0.5581868824116815	3	3	3	3	3	False	12978	maximal	True	MON0023_000000013119	1.0		60	8	False	False	0.9988310933113098	0					non-mobilizable	no_good_hit	672.0	73.214	39.0	0.00021718580014153384	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
DEN0085_000000019026	1489	0.5581833290221991	3	1	1	1	0	True	68957	fragment	False	DEN0085_000000019026	1.0		0	0	False	False	0.9865681529045105	0					non-mobilizable	no_good_hit	137.0	94.161	9.0	0.0014024377668240971	NZ_JAAIPV010000012.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_12_length_96974_cov_91.4631, whole genome shotgun sequence	True	True
DEN0082_000000025892	1616	0.5581804239793575	2	2	2	2	2	False	69211	maximal	True	DEN0082_000000025892	1.0		3	3	False	False	0.9758663177490234	0					non-mobilizable	no_good_hit	566.0	76.855	34.0	0.0007106974071090267	NZ_JHVC01000001.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
FIJ0068_000000011509	2748	0.5581781142898905	4	3	3	3	2	False	45088	maximal	True	FIJ0068_000000011509	1.0		133	12	False	False	1.0	0					non-mobilizable	chromosome	2606.0	96.04799999999999	99.0	0.0007336883250295631	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0066_000000003468	4946	0.5581779491530984	6	6	6	6	6	False	103274	fragment	False	ENG0001_000000004788	0.7704453588863506		0	0	False	False	1.0	0					non-mobilizable	other	4946.0	99.495	100.0	0.0009577414268584784	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0141_000000006980	3340	0.5581774874197221	3	3	3	3	1	True	3467	maximal	True	SPA0141_000000006980	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2776.0	82.99700000000001	82.0	0.9996368917937546	NZ_QKMR01000046.1	firmicutes	Ruminiclostridium sufflavum DSM 19573 Ga0056032_scaffold00046.46, whole genome shotgun sequence	True	True
ENG0195_000000014434	1801	0.5581742967839557	3	2	2	2	2	False	93136	maximal	True	ENG0195_000000014434	1.0		88	9	False	False	0.9933370351791382	0					non-mobilizable	chromosome	1496.0	97.126	96.0	0.0006653644979175564	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0189_000000007344	2179	0.5581698608008963	3	2	2	1	0	True	54847	maximal	True	ENG0189_000000007344	1.0		1	1	False	False	0.997705340385437	0					non-mobilizable	no_good_hit	555.0	100.0	25.0	0.004263309374663322	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0226_000000004261	1787	0.5581688811008462	3	3	3	3	2	False	87118	fragment	False	MON0105_000000028657	0.9712051899019479		0	0	False	False	1.0	0					non-mobilizable	chromosome	1787.0	99.21700000000001	100.0	0.0004764281440456219	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0035_000000008129	1488	0.5581688811008462	3	3	3	3	2	False	87115	fragment	False	MON0051_000000021051	0.8300019469297556		0	0	False	False	1.0	0					non-mobilizable	chromosome	1485.0	99.057	99.0	0.0003958675060267093	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0147_000000005348	4455	0.5581686146199183	9	7	3	7	7	False	80584	maximal	False	FIJ0006_000000006869	0.9564944572265217		0	0	False	False	0.9995510578155518	0					non-mobilizable	no_good_hit	654.0	84.098	15.0	0.0033186234838420703	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0099_000000004965	5372	0.5581674611215158	7	4	4	4	1	True	86336	fragment	False	MAD0099_000000004965	1.0		0	0	False	False	0.9925540089607239	0					non-mobilizable	no_good_hit	362.0	79.282	7.0	0.1505513146734521	NZ_JPEN01000093.1	firmicutes	Streptococcus sinensis strain HKU4 C5299, whole genome shotgun sequence	True	True
TAN0010_000000002625	4337	0.5581638364216907	7	2	2	2	2	False	2634	maximal	True	TAN0010_000000002625	1.0		3	1	True	True	1.0	6					non-mobilizable	no_good_hit	787.0	99.238	80.0	0.00020967106451279886	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0180_000000007090	1859	0.5581614813601669	2	2	2	2	2	False	116576	maximal	True	CHI0180_000000007090	1.0		49	12	False	False	1.0	0					non-mobilizable	chromosome	1690.0	99.941	91.0	0.0002603393968726903	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0101_000000010241	4387	0.5581597612412325	6	4	3	4	3	False	4949	maximal	True	SPA0101_000000010241	1.0		50	8	False	False	0.9984043836593628	0					non-mobilizable	no_good_hit	2246.0	97.507	51.0	0.0003681932829408754	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ENG0101_000000010547	3010	0.5581536175196331	3	3	1	2	2	False	60505	maximal	True	ENG0101_000000010547	1.0		714	14	False	False	0.9950166344642639	0					non-mobilizable	other	1555.0	99.807	100.0	0.00046458079654978504	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0119_000000012089	2691	0.5581526078833048	5	5	2	3	5	True	4219	maximal	True	SPA0119_000000012089	1.0		29	8	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	88.035	86.0	0.00024336316337449383	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	True
CHI0138_000000004595	3356	0.5581509518350318	3	3	3	3	3	False	121265	backbone	False	ENG0073_000000006947	0.5369657713280753	PS849	0	0	False	True	1.0	0					non-mobilizable	chromosome	3289.0	96.777	100.0	0.0006793490893560998	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
CHI0015_000000002493	3586	0.5581472484807014	3	3	3	3	2	False	121546	fragment	False	USA0047_01_000000008341	0.660573052980991		0	0	False	False	0.999721109867096	0					non-mobilizable	no_good_hit	2500.0	97.8	85.0	0.00045289772960083717	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
SPA0116_000000028070	1463	0.5581455900603008	2	2	1	1	2	False	4345	fragment	False	SPA0116_000000028070	1.0		0	0	False	False	0.9678742289543152	0					non-mobilizable	chromosome	1470.0	91.49700000000001	100.0	0.0005242839099088232	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	False	False
ISR0125_000000012460	1228	0.5581380091100496	3	2	2	1	1	False	109609	fragment	False	ISR0035_000000012597	0.1025955879239531		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	99.26700000000001	100.0	0.00605280293612739	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0182_000000004533	6360	0.5581376713867747	6	6	5	5	5	False	32923	maximal	True	ISR0182_000000004533	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1963.0	81.202	31.0	0.14857930611932296	NZ_KB291656.1	firmicutes	Clostridium celatum DSM 1785 Scfld89, whole genome shotgun sequence	True	False
FIJ0144_000000008363	3788	0.5581363932957086	2	2	2	2	2	False	40935	maximal	True	FIJ0144_000000008363	1.0		525	14	False	False	1.0	0					non-mobilizable	other	3787.0	98.152	99.0	0.025257343375784707	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	False	False
ISR0010_000000002104	6524	0.5581362241328182	8	3	2	3	2	False	95366	maximal	True	ISR0010_000000002104	1.0		17	5	False	False	0.9961680173873901	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001663019693654267	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0016_000000023872	1425	0.5581344799813828	2	2	2	1	1	False	7864	maximal	True	SPA0016_000000023872	1.0		25	6	False	False	0.977543830871582	0					non-mobilizable	other	1241.0	96.616	92.0	0.005172435386304527	NZ_QICA01000002.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_002, whole genome shotgun sequence	False	False
CHI0107_000000008022	1809	0.5581338701175305	5	2	1	1	2	True	115001	fragment	False	CHI0107_000000008022	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1815.0	82.204	99.0	0.0005390213488927042	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
CAN0017_000000020179	1720	0.55812675693937	3	3	2	3	2	False	94918	maximal	True	CAN0017_000000020179	0.9435793643640911		22	7	False	False	0.9982557892799377	0					non-mobilizable	no_good_hit	290.0	73.793	17.0	7.494255061843381e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ENG0030_000000010002	1980	0.5581263308192109	4	3	2	3	1	False	85973	fragment	False	CHI0057_000000009650	0.6342516780219596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	845.0	88.28399999999999	66.0	0.00022601659936602879	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0345_000000006695	1827	0.5581263308192109	4	3	2	3	1	False	85973	fragment	False	CHI0057_000000009650	0.6354317398330879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	90.346	59.0	0.00018557998028513974	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0113_000000002124	6383	0.5581237394678186	5	5	4	3	2	False	32596	maximal	True	ISR0113_000000002124	1.0		3	1	False	False	0.9951433539390564	0					non-mobilizable	no_good_hit	2296.0	79.225	36.0	0.013230828413058303	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
USA0007_01_000000012896	1241	0.5581204705447245	2	2	1	1	2	True	2109	maximal	True	USA0007_01_000000012896	1.0		12	5	False	False	1.0	0					non-mobilizable	other	985.0	99.289	99.0	0.00031508094602413633	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
CAN0014_000000034123	1455	0.5581146080314255	2	2	2	2	2	False	103312	maximal	False	MON0063_000000020399	0.9827607875959842		0	0	False	False	0.9945017099380493	0					non-mobilizable	other	1455.0	99.656	100.0	0.001962782723732257	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
FIJ0164_000000010237	2250	0.5581120613335554	2	2	2	2	2	False	39103	fragment	False	FIJ0164_000000010237	1.0		0	0	False	False	0.9973333477973938	0					non-mobilizable	no_good_hit	848.0	85.37700000000001	50.0	0.016386130933912505	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0168_000000006431	4063	0.5580990237342809	7	5	5	5	4	False	99546	maximal	True	ISR0168_000000006431	1.0		1	1	False	False	0.9958158731460571	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.000194109654308352	NZ_SPPA01000002.1	g-proteobacteria	Muribacter muris strain WT12 NODE_2_length_170007_cov_20.4093, whole genome shotgun sequence	True	False
ENG0105_000000002208	8006	0.5580891443237733	7	5	5	5	4	False	68265	maximal	True	ENG0105_000000002208	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2518.0	83.20100000000001	70.0	0.08001149865848985	NZ_QRUU01000040.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf40, whole genome shotgun sequence	True	False
CAN0010_000000007527	1743	0.5580834574020715	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.9062941703503434		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	91.96	98.0	0.039269069263070465	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
AST0089_000000013470	1702	0.5580834574020715	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.8330640657774836		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	96.24	100.0	0.0965270684371808	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ENG0191_000000018848	1687	0.5580834574020715	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.8059468736168324		0	0	False	False	1.0	0					non-mobilizable	other	1687.0	96.088	100.0	0.09567585972080354	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
MON0096_000000023935	1571	0.5580834574020715	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.7514159233383905		0	0	False	False	0.9853596687316895	0					non-mobilizable	other	1571.0	97.39	100.0	0.08909317898081943	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ISR0015_000000018474	1439	0.5580834574020715	2	2	2	2	1	False	110173	fragment	False	USA0093_01_000000009316	0.34929235229646377		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	91.661	100.0	0.033177979788657656	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ENG0098_000000016156	1547	0.5580831582686584	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.3512123704237545		0	0	False	False	0.9967679381370544	0					non-mobilizable	chromosome	1546.0	96.831	99.0	0.0005197013602106002	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0818_000000015284	1257	0.5580831582686584	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.11033157807048993		0	0	False	False	0.9992044568061829	0					non-mobilizable	other	1264.0	93.59200000000001	100.0	0.00039073947445540685	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0188_000000012008	2157	0.5580814316952355	3	3	3	2	1	False	114361	fragment	False	ISR0196_000000008430	0.647653159863664		0	0	False	False	1.0	0					non-mobilizable	other	2009.0	80.836	93.0	0.002170678470846051	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
FIJ0030_000000012022	2743	0.558079640179478	4	4	4	3	3	False	87762	maximal	True	FIJ0030_000000012022	1.0		38	9	False	False	1.0	0					non-mobilizable	chromosome	2742.0	99.59899999999999	99.0	0.0005325970371982404	CP057313.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 chromosome, complete genome	False	False
ISR0117_000000005408	5033	0.5580795274005501	5	4	3	4	4	True	124294	maximal	True	ISR0117_000000005408	1.0		13	2	False	False	1.0	0		MOBV			mobilizable	other	4417.0	100.0	91.0	0.009918558215378258	NZ_JH724317.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.4, whole genome shotgun sequence	False	True
MAD0064_000000015950	1426	0.5580752538965456	2	2	2	2	2	False	16665	fragment	False	MAD0064_000000015950	1.0		0	0	False	False	0.9985975027084351	0					non-mobilizable	no_good_hit	421.0	87.17299999999999	88.0	0.0001101706738470559	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0089_000000027486	1365	0.558074170629943	1	1	1	1	1	False	85541	fragment	False	ISR0770_000000007634	0.46766784452296817		0	0	False	False	1.0	0					non-mobilizable	chromosome	1365.0	95.458	100.0	0.0005312028136306642	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ITA0008_000000001102	1665	0.558066772523591	3	3	3	2	1	False	121112	fragment	False	ENG0200_000000010145	0.6262648883615668		0	0	False	False	1.0	0					non-mobilizable	chromosome	1665.0	98.979	100.0	0.0005244888046540817	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0014_000000014479	1645	0.558066772523591	3	3	3	2	1	False	121112	fragment	False	ENG0200_000000010145	0.6765701860723038		0	0	False	False	1.0	0					non-mobilizable	chromosome	1645.0	99.21	100.0	0.0005181848526750663	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0154_000000008404	2650	0.5580620266699253	6	4	4	4	3	False	30626	fragment	False	ISR0154_000000008404	1.0		0	0	False	False	0.995849072933197	0					non-mobilizable	no_good_hit	1649.0	90.479	71.0	0.000518447975654718	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
FIJ0071_000000019496	1847	0.5580605138385418	3	3	3	3	3	False	44868	fragment	False	FIJ0071_000000019496	1.0		0	0	False	False	0.997834324836731	0					non-mobilizable	no_good_hit	712.0	86.096	71.0	0.00019853969857199622	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0107_000000005851	6378	0.5580499063871411	9	3	2	1	1	True	76502	maximal	True	MAD0107_000000005851	1.0		3	2	False	False	0.9998432397842407	0					non-mobilizable	no_good_hit	5507.0	98.78299999999999	86.0	0.0014676974515895921	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0012_000000015715	1578	0.5580491977827332	2	2	2	2	1	False	63315	fragment	False	FIJ0012_000000015715	0.9655831739961759		0	0	False	False	1.0	0					non-mobilizable	other	1578.0	99.556	100.0	0.0137319099284234	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
ISR0040_000000005225	5192	0.5580476079889758	3	3	2	3	2	True	36505	fragment	False	ISR0040_000000005225	1.0		0	0	False	False	0.9982665777206421	0					non-mobilizable	no_good_hit	1590.0	72.704	30.0	0.03262714528195134	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	True
ISR0855_000000008440	2017	0.5580427832106271	3	3	3	3	3	False	43925	fragment	False	USA0066_01_000000010175	0.9679802955665024		0	0	False	False	0.9871095418930054	0					non-mobilizable	chromosome	2023.0	80.425	99.0	0.0004459926095196722	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0184_000000009496	1186	0.5580420976095541	3	2	2	1	1	False	30076	fragment	False	ISR0184_000000009496	0.9675723049956179		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	97.47	99.0	0.008224621070034315	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
ISR0169_000000028518	1141	0.5580420976095541	2	2	2	1	1	False	30076	fragment	False	ISR0184_000000009496	0.949831365935919		0	0	False	False	0.987730085849762	0					non-mobilizable	other	1137.0	100.0	99.0	0.007891190486114006	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
MON0037_000000013380	4409	0.5580401129568449	4	3	2	2	2	False	12137	maximal	True	MON0037_000000013380	1.0		3	1	False	False	0.9990927577018738	0					non-mobilizable	chromosome	1961.0	96.277	92.0	0.0008156498176758269	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
USA0047_01_000000007851	4385	0.5580393722375592	5	4	4	3	3	False	131668	fragment	False	DEN0028_000000005326	0.9038013077661847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1973.0	84.99700000000001	65.0	0.000674481928990899	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0027_000000035897	1161	0.5580323455613735	2	2	2	2	1	True	12613	fragment	False	MON0027_000000035897	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0035_000000014330	1987	0.5580301594839958	3	3	3	3	2	False	78023	fragment	False	ISR0796_000000011293	0.6925090567211513		0	0	False	False	1.0	0					non-mobilizable	chromosome	1996.0	85.471	100.0	0.0006661198133787421	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0366_000000016223	1294	0.5580265015667888	2	2	2	1	1	False	23618	maximal	True	ISR0366_000000016223	1.0		161	11	False	False	0.9976816177368164	0					non-mobilizable	chromosome	1294.0	99.92299999999999	100.0	0.0005476643787313077	CP060588.1	high GC Gram+	Bifidobacterium longum strain LC67 chromosome, complete genome	False	False
MON0088_000000006774	4268	0.5580247765875952	5	4	4	4	4	False	9653	maximal	True	MON0088_000000006774	1.0		14	6	False	False	1.0	0					non-mobilizable	other	3189.0	94.889	98.0	0.0007816271525700406	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0061_000000013452	1951	0.5580222134200268	2	2	2	2	2	False	87768	fragment	False	MON0037_000000034205	0.9521302058401149		0	0	False	False	1.0	0					non-mobilizable	other	1954.0	98.618	100.0	0.0005868065769305229	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0026_000000024627	1139	0.5580202370301751	2	2	2	2	1	False	74087	fragment	False	DEN0026_000000024627	1.0		0	0	False	False	0.992098331451416	0					non-mobilizable	other	1130.0	99.912	99.0	0.0002053258133284642	NC_002695.2	enterobacteria	Escherichia coli O157:H7 str. Sakai DNA, complete genome	False	False
CHI0048_000000002333	6634	0.5580190686063049	4	4	4	3	4	False	90873	fragment	False	CHI0048_000000002333	1.0		0	0	False	False	0.9993970394134521	0					non-mobilizable	chromosome	6634.0	99.985	100.0	0.0012182015062869704	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
USA0018_01_000000010861	2146	0.5580146670557197	3	2	2	2	1	False	1859	maximal	True	USA0018_01_000000010861	1.0		3	2	False	False	0.99767005443573	0					non-mobilizable	no_good_hit	542.0	98.339	25.0	0.00024142333559584037	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0054_000000020978	1210	0.5580071157439348	2	2	2	2	2	False	46295	fragment	False	FIJ0054_000000020978	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	823.0	100.0	100.0	0.006060695431621789	LC520287.1	enterobacteria	Escherichia coli HP129 plasmid pHP129 DNA, complete sequence	False	True
ISR0384_000000004297	3445	0.5580058772401059	5	1	1	1	1	True	106949	fragment	False	ISR0384_000000004297	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3373.0	99.67399999999999	98.0	0.0007121612086296536	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0119_000000009416	3407	0.5580058772401059	5	1	1	1	1	True	32355	fragment	False	ISR0119_000000009416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	90.29899999999999	35.0	0.0003231858215875455	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	True
SPA0070_000000007050	3054	0.5580058772401059	3	1	1	1	1	True	62362	fragment	False	ISR0001_000000008881	0.93109375		0	0	False	False	0.9986902475357056	0					non-mobilizable	no_good_hit	1309.0	88.15899999999999	45.0	0.00027455799858201355	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0285_000000005595	2837	0.5580058772401059	2	1	1	1	1	True	106948	fragment	False	ISR0285_000000005595	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2837.0	94.29	100.0	0.0005957908569229693	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0127_000000014389	1803	0.5580058772401059	2	1	1	1	1	True	76234	fragment	False	ENG0127_000000014389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	90.286	73.0	0.0002789931662514153	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ENG0070_000000015383	1659	0.5580058772401059	2	1	1	1	1	True	62361	fragment	False	ENG0070_000000015383	1.0		0	0	False	False	0.9933695197105408	0					non-mobilizable	no_good_hit	1318.0	88.39200000000001	79.0	0.00027645878472604287	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0265_000000011633	1488	0.5580058772401059	2	1	1	1	1	True	70903	fragment	False	ISR0265_000000011633	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1488.0	99.126	100.0	0.0003504758528736781	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
USA0075_01_000000017953	1376	0.5580058772401059	1	1	1	1	1	True	76232	fragment	False	USA0075_01_000000017953	1.0		0	0	False	False	0.9992732405662537	0					non-mobilizable	other	1303.0	99.693	95.0	0.00027498039550290893	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
AST0110_000000013779	1289	0.5580058772401059	1	1	1	1	1	True	106946	fragment	False	AST0110_000000013779	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	90.49799999999999	99.0	0.0002694892355312687	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
DEN0066_000000029523	1270	0.5580058772401059	1	1	1	1	1	True	70901	fragment	False	SPA0062_000000026191	0.38498748957464557		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	99.52799999999999	100.0	0.0027023633976580937	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0161_000000024707	1258	0.5580058772401059	1	1	1	1	1	True	76231	fragment	False	ISR0161_000000024707	0.6992427481603168		0	0	False	False	0.9713831543922424	0					non-mobilizable	other	1233.0	89.051	100.0	0.00025956290789022667	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
DEN0007_000000020186	1258	0.5580058772401059	1	1	1	1	1	True	76231	fragment	False	ISR0161_000000024707	0.47297297297297297		0	0	False	False	0.9992051124572754	0					non-mobilizable	other	1263.0	91.211	100.0	0.0002631532817178376	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0109_000000016261	1235	0.5580058772401059	1	1	1	1	1	True	82727	maximal	True	CHI0109_000000016261	1.0		2	2	False	False	0.9983805418014526	0					non-mobilizable	other	1230.0	86.50399999999999	99.0	0.001718498651964582	NZ_LT635836.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ISR0320_000000021849	1228	0.5580058772401059	1	1	1	1	1	True	54761	fragment	False	ISR0320_000000021849	1.0		0	0	False	False	0.9421824216842651	0					non-mobilizable	other	1176.0	100.0	96.0	0.01814055456061261	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	False	True
ISR0329_000000014580	1224	0.5580058772401059	1	1	1	1	1	True	70901	fragment	False	SPA0062_000000026191	0.7711519772360834		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	95.102	100.0	0.0003918356972910386	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0105_000000018638	1224	0.5580058772401059	1	1	1	1	1	True	70901	fragment	False	SPA0062_000000026191	0.7648826346257849		0	0	False	False	0.9991829991340637	0					non-mobilizable	other	1227.0	93.236	100.0	0.00028848852987046537	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
ISR0185_000000027209	1223	0.5580058772401059	1	1	1	1	1	True	119644	fragment	False	ISR0301_000000016887	0.9761830574841225		0	0	False	False	0.995911717414856	0					non-mobilizable	other	1204.0	97.59100000000001	98.0	0.00023224117560753364	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
DEN0067_000000027321	1217	0.5580058772401059	1	1	1	1	1	True	76231	fragment	False	ISR0161_000000024707	0.47585345545378854		0	0	False	False	0.9983566403388977	0					non-mobilizable	other	1219.0	92.04299999999999	99.0	0.0002566061294439588	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0061_000000005743	1210	0.5580058772401059	1	1	1	1	1	True	55872	fragment	False	ISR0061_000000005743	0.9905390040571099		0	0	False	False	0.9826446175575256	0					non-mobilizable	other	1194.0	99.83200000000001	99.0	0.00025195976331410935	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0805_000000010015	1205	0.5580058772401059	1	1	1	1	1	True	21784	fragment	False	ISR0805_000000010015	0.9958088851634534		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	90.149	100.0	0.010731907162323435	NZ_LFQU01000010.1	CFB group bacteria	Prevotella rara strain 109 contig00010, whole genome shotgun sequence	False	True
USA0121_01_000000034225	1201	0.5580058772401059	1	1	1	1	1	True	76231	fragment	False	ISR0161_000000024707	0.6881067168478353		0	0	False	False	0.9991673827171326	0					non-mobilizable	other	1201.0	92.92299999999999	100.0	0.0002534381525372433	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0062_000000026191	1199	0.5580058772401059	2	1	1	1	1	True	70901	fragment	False	SPA0062_000000026191	0.9263516358380279		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	96.25	100.0	0.00028259619878650974	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
SPA0112_000000027899	1193	0.5580058772401059	2	1	1	1	1	True	21784	fragment	False	ISR0805_000000010015	0.9904564315352696		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	90.117	100.0	0.010607221104005984	NZ_LFQU01000010.1	CFB group bacteria	Prevotella rara strain 109 contig00010, whole genome shotgun sequence	False	True
ISR0106_000000023460	1181	0.5580058772401059	1	1	1	1	1	True	119644	fragment	False	ISR0301_000000016887	0.9713939384252172		0	0	False	False	0.9872989058494568	0					non-mobilizable	other	1181.0	97.12100000000001	100.0	0.00022780098688020758	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
CHI0111_000000025748	1174	0.5580058772401059	2	1	1	1	1	True	82491	maximal	True	CHI0111_000000025748	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1187.0	77.928	99.0	0.00035306014123009173	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	True
ISR0393_000000015891	1151	0.5580058772401059	1	1	1	1	1	True	70901	fragment	False	SPA0062_000000026191	0.7361107022736812		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	97.04299999999999	100.0	0.0003677671655164048	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0109_000000032359	1141	0.5580058772401059	2	1	1	1	1	True	55873	maximal	True	MON0109_000000032359	1.0		0	0	False	False	0.9272567629814148	0					non-mobilizable	no_good_hit	1015.0	93.005	89.0	0.0002268274203481197	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
ITA0002_000000010127	1136	0.5580058772401059	2	1	1	1	1	True	55872	fragment	False	ISR0061_000000005743	0.9629933258985172		0	0	False	False	0.9920774698257446	0					non-mobilizable	other	1136.0	98.50399999999999	100.0	0.0002397102526081426	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0034_000000030210	1133	0.5580058772401059	2	1	1	1	1	True	7132	fragment	False	SPA0034_000000030210	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	100.0	100.0	0.00021504922860587878	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
ENG0169_000000021808	1119	0.5580058772401059	1	1	1	1	1	True	55872	fragment	False	ISR0061_000000005743	0.9535046366352384		0	0	False	False	0.9973190426826477	0					non-mobilizable	other	1119.0	100.0	100.0	0.00023611987878053165	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0190_000000026581	1111	0.5580058772401059	1	1	1	1	1	True	54761	fragment	False	ISR0320_000000021849	0.9523615635179152		0	0	False	False	0.9990999102592468	0					non-mobilizable	other	1111.0	100.0	100.0	0.017137034521089358	NZ_QRUU01000013.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf13, whole genome shotgun sequence	False	True
SPA0111_000000004264	7253	0.5580016975459714	8	5	2	5	2	False	89258	fragment	False	SPA0111_000000004264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	99.012	6.0	9.140577557800579e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0058_000000006246	3084	0.5579957792542345	3	3	3	2	2	False	85911	maximal	True	CHI0058_000000006246	1.0		5	4	False	False	0.9948119521141052	0					non-mobilizable	no_good_hit	2632.0	78.002	84.0	0.0003846844570080838	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	False
MON0044_000000008150	5079	0.5579911290194599	7	3	2	2	2	False	50551	maximal	True	MON0044_000000008150	1.0		1	1	False	False	0.9978342056274414	0					non-mobilizable	no_good_hit	859.0	72.061	18.0	0.0006900638917979818	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0092_000000002698	13015	0.5579910622696491	12	5	2	1	3	False	11376	maximal	True	MON0092_000000002698	0.9970125151392815		2	1	False	False	0.9958509206771851	0					non-mobilizable	no_good_hit	8175.0	82.985	84.0	0.005463022135216539	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
AST0111_000000002499	7657	0.5579794703696809	9	9	8	8	5	False	124528	maximal	True	AST0111_000000002499	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	95.684	28.0	0.00046073659368507766	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0096_000000005498	3146	0.5579774141170967	5	5	4	4	3	True	92850	fragment	False	MAD0096_000000005498	0.9821128957696778		0	0	False	False	1.0	0					non-mobilizable	chromosome	3128.0	96.068	100.0	0.0011116529078396642	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ENG0183_000000009475	2928	0.5579774141170967	5	5	4	4	3	True	92850	fragment	False	MAD0096_000000005498	0.9437558641989195		0	0	False	False	0.9921448230743408	0					non-mobilizable	chromosome	2939.0	95.95100000000001	100.0	0.0010443339717353076	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
MAD0087_000000008366	3276	0.5579771757770263	3	3	3	2	2	False	16001	maximal	True	MAD0087_000000008366	1.0		1	1	False	False	0.9996947646141052	0					non-mobilizable	no_good_hit	445.0	73.483	28.0	0.00011953447054826204	CP035305.1	firmicutes	Bacillus coagulans strain IDCC1201 chromosome, complete genome	True	False
USA0133_01_000000004042	7140	0.5579741598466994	10	5	2	3	5	False	74055	maximal	True	USA0133_01_000000004042	0.9968824158735089		8	4	True	True	1.0	30					non-mobilizable	no_good_hit	498.0	81.52600000000001	7.0	0.07238684947663276	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
ISR0797_000000001643	7096	0.5579741598466994	10	5	2	3	5	False	74055	maximal	False	USA0133_01_000000004042	0.9950085386166387		0	0	True	True	0.9992953538894653	7					non-mobilizable	no_good_hit	498.0	81.52600000000001	7.0	0.07238684947663276	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
DEN0028_000000003151	7018	0.5579741598466994	10	5	2	3	5	False	74055	maximal	False	USA0133_01_000000004042	0.9941450859864525		0	0	True	True	1.0	32					non-mobilizable	no_good_hit	498.0	81.52600000000001	7.0	0.07238684947663276	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
ENG0183_000000003989	7011	0.5579741598466994	10	5	2	3	5	False	74055	maximal	False	USA0133_01_000000004042	0.9931849523887575		0	0	True	True	1.0	51					non-mobilizable	no_good_hit	498.0	81.52600000000001	7.0	0.07238684947663276	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
ENG0181_000000003234	7002	0.5579741598466994	10	5	2	3	5	False	74055	maximal	False	USA0133_01_000000004042	0.9924001949193867		0	0	True	True	1.0	17					non-mobilizable	no_good_hit	498.0	81.52600000000001	7.0	0.07238684947663276	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
ENG0079_000000008206	3918	0.5579717850599394	4	2	2	1	2	True	61852	fragment	False	ENG0079_000000008206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0111_000000011975	1435	0.5579710507080109	2	2	2	1	1	False	115792	fragment	False	ISR0054_000000014703	0.38009644355395356		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	99.303	100.0	0.01783293746036089	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0049_000000005075	3109	0.5579685801233261	5	5	5	5	4	False	86811	fragment	False	CHI0049_000000005075	1.0		0	0	False	False	0.9980701208114624	0					non-mobilizable	other	3111.0	99.743	100.0	0.0006501693598121724	AP022107.1	enterobacteria	Escherichia coli DNA, complete genome, strain: WP5-S17-ESBL-11	False	False
ISR0840_000000010980	1568	0.5579661866540443	2	1	1	1	1	False	20790	fragment	False	ISR0840_000000010980	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1568.0	98.852	100.0	0.0014023023890149698	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
SPA0040_000000027326	1558	0.5579655028971682	2	2	2	1	1	False	110332	fragment	False	ISR0083_000000017330	0.9540751590515377		0	0	False	False	1.0	0					non-mobilizable	other	1558.0	99.101	100.0	0.013217093088402574	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0021_000000008784	2611	0.5579639158584151	3	2	0	2	2	False	37637	fragment	False	ISR0210_000000007283	0.9198328267477204		0	0	False	False	0.9996169805526733	0	IncFIA				non-mobilizable	plasmid	2006.0	96.959	100.0	0.019946502098840878	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
ISR0039_000000012528	2801	0.5579567663736963	3	1	1	1	1	False	36552	maximal	True	ISR0039_000000012528	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2747.0	87.07700000000001	98.0	0.013910733100215303	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0142_000000000088	84228	0.5579553750778508	92	29	16	27	10	True	40229	maximal	True	FIJ0142_000000000088	1.0		1	1	True	True	1.0	11					non-mobilizable	no_good_hit	1388.0	84.726	2.0	0.02726337448559671	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	True
CAN0014_000000007836	5619	0.5579547532392607	4	3	3	2	2	False	93745	maximal	False	ISR0370_000000004135	0.9421916890080428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3128.0	95.94	65.0	0.0010075670671901545	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0040_000000001300	11788	0.5579525671454381	15	6	0	6	0	False	18423	maximal	True	MAD0040_000000001300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	83.969	2.0	0.006901657984504324	JQ680364.1	viruses	Unidentified phage clone 2200_scaffold1335 genomic sequence	True	False
ISR0104_000000020975	1174	0.5579443098551011	2	2	2	2	2	False	32962	maximal	True	ISR0104_000000020975	1.0		5	1	False	False	0.9991481900215149	0					non-mobilizable	no_good_hit	1050.0	86.762	89.0	0.014627956269522534	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0078_000000011200	3625	0.5579428200277657	6	3	2	3	3	False	10169	maximal	True	MON0078_000000011200	1.0		1	1	False	False	0.9969655275344849	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	6.946266767516169e-05	CP013128.1	mycoplasmas	Mycoplasma sp. (ex Biomphalaria glabrata), complete genome	True	False
CAN0004_000000025175	1163	0.5579411836168852	2	2	2	1	2	False	95997	fragment	False	CAN0004_000000025175	1.0		0	0	False	False	0.9939810633659363	0					non-mobilizable	other	1132.0	89.223	97.0	0.013438302730472838	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
SPA0141_000000016386	1368	0.5579384586926965	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.8268617711920235		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	96.56700000000001	100.0	0.005250814682321874	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0170_000000022388	2078	0.5579251360294972	6	6	6	3	1	False	30055	maximal	True	ISR0170_000000022388	1.0		3	2	False	False	0.9995187520980835	0					non-mobilizable	no_good_hit	991.0	98.385	84.0	0.00031783864584042316	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0296_000000022819	1121	0.5579243166137908	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.07247676988367717		0	0	False	False	0.9991079568862915	0					non-mobilizable	chromosome	1121.0	99.465	100.0	0.00030014128078859975	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0135_01_000000007674	1978	0.5579237189514057	3	3	3	3	2	False	37	maximal	True	USA0135_01_000000007674	1.0		8	5	False	False	0.9858443140983582	0					non-mobilizable	plasmid	1973.0	100.0	99.0	0.016503058756579883	MN328348.2	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain S14 plasmid pTS14, complete sequence	False	True
DEN0067_000000005691	5249	0.5579233535665536	4	2	0	2	1	False	70859	maximal	True	DEN0067_000000005691	1.0		18	5	False	False	0.9998095035552979	0					non-mobilizable	no_good_hit	103.0	97.087	2.0	4.551789321770003e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0077_000000008079	3682	0.5579228841993229	3	3	3	3	3	False	116555	maximal	False	CHI0017_000000003081	0.9534391534391535	PS777	0	0	False	True	1.0	0					non-mobilizable	plasmid	2287.0	97.464	100.0	0.009377436697172406	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
SPA0071_000000015997	1239	0.5579220018768046	2	2	2	2	2	False	5882	maximal	True	SPA0071_000000015997	1.0		33	9	False	False	0.9895076751708984	0					non-mobilizable	other	1237.0	79.87100000000001	99.0	0.0008638594298527763	NZ_FOZH01000001.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
FIJ0093_000000008630	2263	0.5579176177347416	2	2	2	2	2	False	43247	maximal	True	FIJ0093_000000008630	1.0		31	12	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	92.76299999999999	57.0	0.0003574485854473327	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0037_000000004554	4428	0.5579160075655939	4	4	3	3	2	True	36717	maximal	True	ISR0037_000000004554	1.0		1	1	False	False	0.998870849609375	0					non-mobilizable	no_good_hit	3667.0	84.729	82.0	0.0009329709471462601	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ENG0087_000000005434	5080	0.5579126464246861	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7695533220577366		0	0	False	False	1.0	0					non-mobilizable	other	5076.0	97.912	99.0	0.010572164010731081	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0041_01_000000007608	2604	0.557912641940782	4	4	4	3	2	False	130049	fragment	False	ENG0005_000000004373	0.3470665629145974		0	0	False	False	0.9984639286994934	0					non-mobilizable	chromosome	2614.0	93.917	100.0	0.0009206436248163742	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0378_000000006653	3537	0.5579090676147778	3	3	3	2	2	False	59469	fragment	False	ISR0378_000000006653	1.0		0	0	False	False	0.9997172951698303	0					non-mobilizable	other	3415.0	99.29700000000001	97.0	0.0011860755975541969	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ENG0081_000000016197	1589	0.5579040822022756	3	3	3	2	1	False	102724	fragment	False	FIJ0102_000000018501	0.6876979576553657		0	0	False	False	0.9993706941604614	0					non-mobilizable	other	1589.0	94.777	100.0	0.00038934250887114947	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0030_000000006802	3030	0.557903653517584	4	4	4	3	4	False	65743	maximal	True	ENG0030_000000006802	1.0		39	6	True	True	0.998019814491272	14					non-mobilizable	chromosome	2304.0	99.523	100.0	0.000709138183103605	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	True
DEN0039_000000004112	3832	0.5579019881412989	5	5	4	5	3	False	93102	maximal	True	DEN0039_000000004112	1.0		64	7	False	False	0.9926931262016296	0					non-mobilizable	other	3833.0	98.148	100.0	0.013741317545640036	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
ISR0836_000000004980	4034	0.5578967653345812	4	3	2	1	3	False	120152	fragment	False	ISR0836_000000004980	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1843.0	99.946	52.0	0.3193481276005548	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0050_000000002420	8504	0.5578914787059144	11	7	3	5	4	True	64164	fragment	False	ENG0050_000000002420	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6413.0	99.626	100.0	0.0011398122260682095	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ISR0162_000000004256	7749	0.5578914787059144	9	7	3	5	4	True	120548	fragment	False	ISR0162_000000004256	0.989771986970684		0	0	False	False	1.0	0					non-mobilizable	chromosome	5698.0	99.649	100.0	0.0011370481296486348	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0130_000000018496	1572	0.557888203160158	2	2	2	2	1	False	58424	fragment	False	ENG0130_000000018496	1.0		0	0	False	False	0.991730272769928	0					non-mobilizable	chromosome	934.0	89.507	96.0	0.00031336914919434506	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0090_000000003763	8936	0.5578877219585294	10	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8955323982435446		0	0	False	False	1.0	0					non-mobilizable	other	7564.0	95.809	90.0	0.17259428571428573	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ENG0078_000000002805	8921	0.5578877219585294	10	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8674001484559837		0	0	False	False	1.0	0					non-mobilizable	other	8130.0	95.87899999999999	91.0	0.18553142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0031_000000001248	8597	0.5578877219585294	11	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8987357173618955		0	0	False	False	1.0	0					non-mobilizable	other	8265.0	95.681	96.0	0.18870857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0072_000000000606	8524	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8822770151104248		0	0	False	False	1.0	0					non-mobilizable	other	8142.0	95.64	95.0	0.18589714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
DEN0078_000000002681	8487	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.886649654942757		0	0	False	False	0.9997643232345581	0					non-mobilizable	other	8120.0	95.677	96.0	0.18534857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0095_000000003001	8422	0.5578877219585294	11	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.9134998543073856		0	0	False	False	1.0	0					non-mobilizable	other	7607.0	95.75399999999999	96.0	0.17357714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0013_000000002578	8387	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8838216976723272		0	0	False	False	1.0	0					non-mobilizable	other	8152.0	95.38799999999999	97.0	0.1860342857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0042_000000002484	8274	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8612941381599133		0	0	False	False	1.0	0					non-mobilizable	other	7426.0	95.691	96.0	0.16953142857142858	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0084_000000001770	8268	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8941307707454251		0	0	False	False	1.0	0					non-mobilizable	other	8143.0	95.383	98.0	0.18594285714285713	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0336_000000001058	8229	0.5578877219585294	11	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8847705519825508		0	0	False	False	0.999878466129303	0					non-mobilizable	other	8186.0	95.676	99.0	0.18692571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0096_000000003309	8198	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8092398187917428		0	0	False	False	1.0	0					non-mobilizable	other	7992.0	95.28299999999999	97.0	0.1824	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0171_000000002471	8175	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8842861550767419		0	0	False	False	1.0	0					non-mobilizable	other	8172.0	95.631	99.0	0.1866057142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0007_000000002079	8129	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8816968671611115		0	0	False	False	1.0	0					non-mobilizable	other	7564.0	95.809	99.0	0.17259428571428573	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0035_000000001944	8062	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8529917177967834		0	0	False	False	1.0	0					non-mobilizable	other	8067.0	95.55	100.0	0.18416	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0012_000000002563	8052	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8412709828695291		0	0	False	False	0.9998757839202881	0					non-mobilizable	other	8056.0	95.618	100.0	0.18381714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0168_000000002132	8002	0.5578877219585294	10	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.7723823929512226		0	0	False	False	1.0	0					non-mobilizable	other	4996.0	95.85700000000001	99.0	0.11403428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CHI0015_000000000884	7971	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.7759622271674788		0	0	False	False	1.0	0					non-mobilizable	other	7975.0	95.59899999999999	100.0	0.18210285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0004_000000003167	7901	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.7699479440390101		0	0	False	False	1.0	0					non-mobilizable	other	4992.0	95.51299999999999	100.0	0.11392	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0014_000000003161	7837	0.5578877219585294	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.7540018548456988		0	0	False	False	0.9998723864555359	0					non-mobilizable	other	7841.0	95.664	100.0	0.17901714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
AST0108_000000017116	1662	0.557884590444867	2	1	1	1	1	False	107144	maximal	True	AST0108_000000017116	1.0		505	15	False	False	0.9963898658752441	0					non-mobilizable	other	1621.0	99.198	98.0	0.0067845162263013075	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0044_000000019815	1415	0.557884590444867	2	1	1	1	1	False	14793	fragment	False	MAD0105_000000025984	0.944895199459094		0	0	False	False	0.9929328560829163	0					non-mobilizable	other	1415.0	98.94	100.0	0.00592179379258645	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0088_000000023038	1301	0.5578841098082821	2	2	2	2	1	False	43622	maximal	True	FIJ0088_000000023038	1.0		39	9	False	False	0.9746348857879639	0					non-mobilizable	chromosome	1301.0	100.0	100.0	0.0002633363664280974	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
ENG0127_000000014442	1799	0.5578817019218919	3	3	2	2	1	False	58711	fragment	False	ENG0127_000000014442	1.0		0	0	False	False	0.9944413304328918	0					non-mobilizable	chromosome	1694.0	92.26700000000001	94.0	0.0006015962067738522	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0023_000000010784	2703	0.5578789154419325	4	3	3	2	1	False	129109	maximal	True	ISR0023_000000010784	1.0		240	11	False	False	0.997040331363678	0					non-mobilizable	other	1280.0	98.67200000000001	100.0	0.013823141603441195	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0027_000000020588	1990	0.5578770006487024	3	3	1	2	2	True	105579	fragment	False	ISR0201_000000010399	0.12641355798060971		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	93.05799999999999	97.0	0.00022931564194144356	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
SPA0029_000000009417	2747	0.5578757088981756	4	4	3	4	3	False	7385	maximal	True	SPA0029_000000009417	1.0		21	7	False	False	0.9938114285469055	0					non-mobilizable	chromosome	2703.0	98.964	99.0	0.0006113326871578505	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0122_000000009705	1658	0.5578704719348041	2	1	0	1	1	True	41424	fragment	False	FIJ0122_000000009705	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1135.0	94.802	100.0	0.48315565031982943	CP059717.1	enterobacteria	Escherichia coli strain BUCT2930 plasmid p5buct2930, complete sequence	False	True
ISR0010_000000012989	1663	0.5578702309276717	3	2	1	1	2	False	38293	maximal	True	ISR0010_000000012989	1.0		91	8	False	False	0.9993986487388611	0					non-mobilizable	no_good_hit	522.0	72.222	31.0	0.0018172989724584592	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	True	False
SPA0116_000000024055	1700	0.5578700456406996	1	1	1	1	1	False	4349	maximal	True	SPA0116_000000024055	1.0		206	12	False	False	0.99647057056427	0					non-mobilizable	chromosome	1701.0	86.126	100.0	0.0005476188250659222	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0292_000000009158	2086	0.5578696479149966	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.7632304110368332		0	0	False	False	1.0	0					non-mobilizable	other	2086.0	99.904	100.0	0.0005111959263201175	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0117_000000015721	1303	0.5578661979006179	2	1	1	1	1	False	41600	fragment	False	FIJ0117_000000015721	1.0		0	0	False	False	0.9884880781173706	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000005393	5317	0.5578657027930038	7	6	3	3	3	False	56005	maximal	True	ENG0168_000000005393	1.0		1	1	False	False	0.9958623051643372	0					non-mobilizable	no_good_hit	3125.0	97.28	63.0	0.000874067402547642	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0071_000000006240	3908	0.5578653885921137	4	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.7050706849857779		0	0	False	False	0.9987205862998962	0					non-mobilizable	chromosome	2156.0	99.49	100.0	0.00040040829005026293	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0070_000000009470	2193	0.5578626614860623	3	3	3	3	3	False	89904	maximal	True	ISR0070_000000009470	0.9866925557000029		230	12	False	False	0.9940720200538635	0					non-mobilizable	chromosome	2193.0	100.0	100.0	0.0005874193638291167	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0041_01_000000011152	1554	0.5578580887483471	2	2	2	2	1	False	74994	fragment	False	USA0041_01_000000011152	0.9698874917273329		0	0	False	False	1.0	0					non-mobilizable	other	1554.0	97.619	100.0	0.011534145380768001	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
FIJ0012_000000017809	1409	0.5578572924567159	1	1	1	1	0	True	83225	maximal	True	FIJ0012_000000017809	1.0		7	4	False	False	0.9872249960899353	0					non-mobilizable	no_good_hit	1109.0	92.516	78.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
AST0094_000000017260	1332	0.5578552778684559	3	3	3	3	2	False	109139	maximal	True	AST0094_000000017260	1.0		176	13	False	False	0.9767267107963562	0					non-mobilizable	no_good_hit	569.0	98.06700000000001	43.0	0.000183076805554705	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AUS0012_000000014076	1232	0.5578550637724713	1	1	1	1	1	False	101015	maximal	True	AUS0012_000000014076	1.0		2	2	False	False	0.9910714030265808	0					non-mobilizable	no_good_hit	612.0	86.765	61.0	0.00017775367381995866	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0127_000000004738	4569	0.5578540486246577	9	2	1	2	1	False	101495	maximal	True	ISR0127_000000004738	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2356.0	99.024	63.0	0.0003752098695663336	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ENG0162_000000006749	3647	0.5578540486246577	5	2	1	2	1	False	99480	maximal	True	ENG0162_000000006749	1.0		22	6	False	False	0.9978064298629761	0					non-mobilizable	no_good_hit	2522.0	98.81	69.0	0.000389325831591328	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
SPA0082_000000005524	2956	0.5578540486246577	6	2	1	2	1	False	104299	maximal	True	SPA0082_000000005524	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	89.572	62.0	0.0017901235605473577	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
ENG0133_000000010859	2279	0.5578540486246577	3	2	1	2	1	False	99481	fragment	False	ENG0133_000000010859	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1679.0	99.226	91.0	0.00026757422912550267	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0816_000000017653	2258	0.5578540486246577	2	2	1	2	1	False	99485	fragment	False	ISR0816_000000017653	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2263.0	95.272	100.0	0.0013583646204369507	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ENG0006_000000014011	1601	0.5578540486246577	2	2	1	2	1	False	99483	fragment	False	ISR0029_000000026672	0.9849612898493729		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	94.458	100.0	0.0009631274390254907	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0094_000000011550	1569	0.5578540486246577	2	2	1	2	1	False	33441	maximal	True	ISR0094_000000011550	1.0		3	2	False	False	0.9917144775390625	0					non-mobilizable	chromosome	1480.0	84.39200000000001	93.0	0.00027400039431650343	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0223_000000021867	1453	0.5578540486246577	2	2	1	2	1	False	95995	fragment	False	ISR0223_000000021867	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1455.0	96.90700000000001	100.0	0.005039891908038471	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ENG0204_000000019072	1428	0.5578540486246577	2	2	1	2	1	False	104297	fragment	False	ENG0204_000000019072	1.0		0	0	False	False	0.9964985847473145	0					non-mobilizable	chromosome	1430.0	91.538	99.0	0.00021093875305105191	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
SPA0029_000000020042	1349	0.5578540486246577	2	2	1	2	1	False	7368	fragment	False	SPA0029_000000020042	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1353.0	92.01799999999999	100.0	0.00019996934495141887	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ENG0208_000000022394	1348	0.5578540486246577	2	2	1	2	1	False	99477	fragment	False	SPA0113_000000022291	0.9358708596127552		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	95.552	100.0	0.0787438481368643	NZ_SRYX01000084.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_84_length_17068_cov_374.144, whole genome shotgun sequence	False	False
CHI0155_000000009686	1336	0.5578540486246577	2	2	1	2	1	False	79026	maximal	True	CHI0155_000000009686	1.0		80	9	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	75.758	85.0	0.0030075985625058017	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0799_000000013914	1204	0.5578540486246577	2	2	1	2	1	False	104288	fragment	False	USA0130_01_000000028371	0.4849137931034483		0	0	False	False	0.9975082874298096	0					non-mobilizable	chromosome	1209.0	93.383	100.0	0.000178326999241332	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ISR0032_000000010893	3000	0.5578496215173403	5	2	2	2	1	False	36958	maximal	True	ISR0032_000000010893	1.0		1	1	False	False	0.9990000128746033	0					non-mobilizable	no_good_hit	85.0	85.882	4.0	1.9859410087256363e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0077_000000009503	3239	0.5578490493699713	4	3	2	3	2	False	106961	fragment	False	ISR0077_000000009503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	91.104	10.0	9.392161893042408e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0101_000000024414	1155	0.5578471692240332	2	1	1	1	1	False	42654	fragment	False	FIJ0101_000000024414	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1081.0	89.639	93.0	0.23713154421469423	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	False	True
ISR0024_000000023131	1187	0.5578415870879824	3	3	2	3	1	False	37411	fragment	False	ISR0024_000000023131	1.0		0	0	False	False	0.9966301321983337	0					non-mobilizable	no_good_hit								True	False
ISR0131_000000015813	2068	0.5578357776796213	2	2	2	2	2	False	31671	maximal	True	ISR0131_000000015813	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	72.259	44.0	0.00038402572587910495	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	True	False
FIJ0005_000000013680	2424	0.5578246704223369	3	3	3	3	2	False	93771	maximal	True	FIJ0005_000000013680	1.0		979	15	True	True	1.0	14					non-mobilizable	no_good_hit	1279.0	96.09100000000001	87.0	0.00036266202459275186	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CHI0178_000000004758	2181	0.5578227492946539	3	3	3	3	2	False	81919	maximal	True	CHI0178_000000004758	1.0		1	1	False	False	0.9816597700119019	0					non-mobilizable	no_good_hit	816.0	81.127	37.0	0.00025657084554592697	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0031_000000006873	4231	0.55782067047275	5	2	2	2	2	False	117574	maximal	True	AST0031_000000006873	1.0		2	2	False	False	0.9997636675834656	0					non-mobilizable	no_good_hit								True	False
SPA0112_000000009148	3764	0.55782067047275	6	2	2	2	2	False	108089	fragment	False	SPA0112_000000009148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0366_000000017061	1237	0.5578200739970812	1	1	1	1	1	False	23608	maximal	True	ISR0366_000000017061	1.0		26	6	False	False	0.9967663884162903	0					non-mobilizable	other	1192.0	88.171	96.0	0.0007159713394685674	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0132_000000004866	5106	0.5578188261937657	7	6	4	5	3	False	31610	maximal	True	ISR0132_000000004866	1.0		1	1	False	False	0.9968664050102234	0					non-mobilizable	no_good_hit	782.0	78.133	15.0	0.0002214806552630768	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0145_000000024261	1112	0.5578160224789217	2	2	2	2	2	False	124604	fragment	False	AST0012_000000019910	0.9587458745874587		0	0	False	False	0.9595323801040649	0					non-mobilizable	other	1112.0	100.0	100.0	0.049117998143153985	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	False	False
ENG0003_000000014987	1465	0.557809718809902	2	2	2	2	1	False	77470	fragment	False	ENG0003_000000014987	0.9649373283277015		0	0	False	False	1.0	0					non-mobilizable	chromosome	1465.0	99.863	100.0	0.0003673415312722061	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ENG0165_000000005455	3384	0.5578069331312056	3	3	2	2	3	False	56234	maximal	True	ENG0165_000000005455	0.9964146997311025		34	10	False	False	0.9920212626457214	0					non-mobilizable	no_good_hit	1289.0	72.071	37.0	0.004830023301390368	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0354_000000005688	3347	0.5578069331312056	3	3	2	2	3	False	56234	maximal	False	ENG0165_000000005455	0.9909869976359338		0	0	False	False	0.9976097941398621	0					non-mobilizable	no_good_hit	1294.0	71.947	38.0	0.0048608860700893475	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0059_01_000000004666	5573	0.5578055549932429	6	5	5	3	4	False	104797	fragment	False	USA0059_01_000000004666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1146.0	72.862	20.0	0.0003427708774843703	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0114_000000004828	3599	0.5578027975453171	4	3	2	2	2	True	69496	maximal	True	ENG0114_000000004828	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1843.0	99.132	51.0	0.0067897571242687745	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	True
MON0071_000000005920	2028	0.5578000343057854	2	2	2	2	2	False	10420	maximal	True	MON0071_000000005920	1.0		19	4	False	False	0.9911242723464966	0					non-mobilizable	other	2010.0	99.552	99.0	0.00027804923755134534	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
MAD0098_000000003496	10191	0.5577994418718608	12	7	5	5	3	False	15363	maximal	True	MAD0098_000000003496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	86.927	14.0	0.08019610216680789	NZ_WAJR01000035.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_035, whole genome shotgun sequence	True	False
ISR0055_000000013172	1276	0.557793512802403	2	1	1	1	1	False	35660	maximal	True	ISR0055_000000013172	1.0		35	7	False	False	0.9976488947868347	0					non-mobilizable	no_good_hit	638.0	71.944	50.0	0.0002701228695182395	AP019841.1	fusobacteria	Leptotrichia wadei JMUB3936 DNA, complete genome	True	False
FIJ0116_000000002328	8507	0.5577913802067431	13	7	4	7	4	False	70595	maximal	True	FIJ0116_000000002328	1.0		3	1	False	False	0.9965910315513611	0					non-mobilizable	no_good_hit	49.0	100.0	1.0	9.65340650615465e-06	NZ_CP053946.1	g-proteobacteria	Shewanella oneidensis MR-1 chromosome	True	False
MON0066_000000004200	5776	0.5577906883966395	5	4	3	4	4	False	13198	maximal	True	MON0066_000000004200	1.0		34	8	False	False	0.997056782245636	0					non-mobilizable	no_good_hit	175.0	75.429	3.0	3.484872354693195e-05	CP014360.1	g-proteobacteria	Methylomonas sp. DH-1, complete genome	True	False
ENG0184_000000007147	3179	0.5577863808706027	3	3	3	3	2	False	105116	fragment	False	ISR0227_000000006955	0.4645464590941385		0	0	False	False	0.9996854066848755	0					non-mobilizable	no_good_hit								True	False
USA0004_01_000000000863	23023	0.5577783673565887	28	13	5	13	7	True	108400	backbone	False	ISR0280_000000000088	0.12613845847413307	PS672	0	0	False	True	1.0	0					non-mobilizable	other	17543.0	97.845	92.0	0.17501596678907871	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0074_000000014657	2023	0.5577777950326346	2	2	2	2	2	False	43186	fragment	False	MON0013_000000025242	0.9395751336953053		0	0	False	False	0.9995056986808777	0					non-mobilizable	other	2023.0	99.01100000000001	100.0	0.01441742069349077	NZ_JAAITI010000008.1	firmicutes	Blautia luti strain MSK.16.34 NODE_8_length_140247_cov_225.262, whole genome shotgun sequence	False	False
ISR0838_000000012298	1949	0.5577711969556348	3	2	2	2	1	False	20877	maximal	True	ISR0838_000000012298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	72.889	11.0	4.909666658521598e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0065_01_000000003662	3050	0.5577700208285375	4	3	1	2	2	False	38412	fragment	False	USA0065_01_000000003662	1.0		0	0	False	False	0.9983606338500977	0					non-mobilizable	no_good_hit								True	False
SPA0058_000000011647	2677	0.5577700208285375	4	3	1	2	2	False	38411	fragment	False	SPA0058_000000011647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0075_000000014873	1770	0.5577700208285375	4	3	1	2	2	False	34633	fragment	False	ISR0075_000000014873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0008_000000007938	1632	0.5577700208285375	3	3	1	2	2	False	38410	fragment	False	ISR0008_000000007938	1.0		0	0	False	False	0.9779411554336548	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000017172	1452	0.5577700208285375	3	3	1	2	2	False	23784	fragment	False	ISR0360_000000017172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0209_000000014593	1970	0.5577694138078584	3	3	3	3	2	False	49736	fragment	False	MON0013_000000024780	0.9515530829856282		0	0	False	False	1.0	0					non-mobilizable	other	1970.0	99.086	100.0	0.0004827552896519479	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0063_000000024809	1207	0.5577648704967743	2	2	2	2	1	False	10727	fragment	False	MON0063_000000024809	1.0		0	0	False	False	0.9428334832191467	0					non-mobilizable	no_good_hit	1048.0	99.523	87.0	0.009116873617666011	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
CAN0006_000000012465	3627	0.5577638297172244	4	4	1	2	3	True	95732	fragment	False	CAN0006_000000012465	1.0		0	0	False	False	0.9980700016021729	0					non-mobilizable	no_good_hit	2720.0	92.059	75.0	0.0008212883264100222	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
FIJ0059_000000016348	1100	0.5577621560128436	2	1	1	1	1	False	45888	fragment	False	FIJ0059_000000016348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	91.85	46.0	0.010354285714285713	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
MAD0084_000000000011	63233	0.5577583843345921	82	17	7	14	9	False	16088	maximal	True	MAD0084_000000000011	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	74.113	1.0	0.0002336348290732568	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0090_000000032752	1421	0.5577576059550728	2	2	1	1	2	False	43432	maximal	True	FIJ0090_000000032752	1.0		0	0	False	False	0.9950739145278931	0					non-mobilizable	no_good_hit								True	False
FIJ0108_000000014401	1615	0.5577575567753199	2	2	2	2	2	True	42213	maximal	True	FIJ0108_000000014401	1.0		0	0	False	False	0.9987615942955017	0					non-mobilizable	no_good_hit	737.0	84.66799999999999	46.0	0.00016199306351013298	CP000653.1	enterobacteria	Enterobacter sp. 638 chromosome, complete genome	True	True
DEN0018_000000029832	1357	0.5577527546652051	1	1	1	1	1	False	74992	maximal	True	DEN0018_000000029832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0046_000000017056	1939	0.5577517352556532	3	3	2	3	2	False	11521	maximal	True	MON0046_000000017056	1.0		1	1	False	False	0.9948427081108093	0					non-mobilizable	other	866.0	88.337	99.0	0.011829868708971554	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
AST0113_000000026191	1425	0.5577488205666029	2	1	1	1	1	False	106465	maximal	True	AST0113_000000026191	0.969927536231884		184	11	False	False	1.0	0					non-mobilizable	other	1427.0	96.566	100.0	0.0007510706976940442	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
USA0045_01_000000010479	1380	0.5577488205666029	2	1	1	1	1	False	106465	maximal	False	AST0113_000000026191	0.9550877192982457		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	96.669	100.0	0.0007268085824595456	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0394_000000012869	1488	0.5577477619503504	3	2	2	2	2	False	64648	fragment	False	ISR0394_000000012869	1.0		0	0	False	False	0.9704301357269287	0					non-mobilizable	other	1488.0	99.26100000000001	100.0	0.00046922223968263283	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
DEN0045_000000033822	1279	0.5577417101474349	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.12356294685942303		0	0	False	False	1.0	0					non-mobilizable	other	1219.0	95.98	95.0	0.0003379598002788099	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0188_000000007539	2014	0.5577412524042646	4	4	4	3	3	False	77039	maximal	True	CHI0188_000000007539	1.0		108	10	False	False	0.9915590882301331	0					non-mobilizable	other	1295.0	86.1	94.0	0.01691412625704207	NZ_CYXX01000017.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0131_000000016217	1146	0.5577388969338617	1	1	1	1	1	False	40804	maximal	True	FIJ0131_000000016217	1.0		1	1	False	False	0.9825479984283447	0					non-mobilizable	no_good_hit	569.0	76.274	49.0	0.07158406966320911	CP034578.1	firmicutes	Lactococcus lactis subsp. lactis strain UC08 plasmid pUC08E, complete sequence	True	False
FIJ0060_000000002599	4933	0.5577367374168037	3	3	3	3	3	False	45886	maximal	True	FIJ0060_000000002599	1.0		19	5	False	False	0.9971619844436646	0					non-mobilizable	no_good_hit	2132.0	89.869	69.0	0.0008568171421517728	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
FIJ0013_000000020345	1457	0.5577365895944247	1	1	1	1	1	False	50618	fragment	False	FIJ0013_000000020345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0065_000000009428	3003	0.5577337401677545	2	2	1	2	1	False	62865	maximal	True	ENG0065_000000009428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1146.0	84.46799999999999	79.0	0.004180559117722493	NZ_HG726024.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
DEN0022_000000006577	5344	0.5577276572231824	9	6	3	5	5	False	74641	fragment	False	DEN0022_000000006577	1.0		0	0	False	False	0.9979416131973267	0					non-mobilizable	no_good_hit	189.0	86.772	4.0	0.000811064997368353	NZ_LT706940.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
USA0001_01_000000012507	1364	0.5577260673337731	2	1	1	1	1	False	41520	fragment	False	USA0001_01_000000012507	0.9676337846174375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	86.992	9.0	0.0008539834312616327	NZ_DS544172.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_5, whole genome shotgun sequence	True	False
DEN0064_000000007334	4708	0.5577224029561912	5	3	1	1	3	False	71339	maximal	True	DEN0064_000000007334	1.0	PS51	1	1	True	True	1.0	28					non-mobilizable	no_good_hit								True	True
DEN0012_000000001349	4719	0.5577194174544501	7	6	5	6	5	False	75482	maximal	True	DEN0012_000000001349	1.0		40	9	False	False	1.0	0					non-mobilizable	no_good_hit	2546.0	95.444	81.0	0.00088417176209005	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0092_000000004848	2071	0.5577189732107137	4	4	3	3	4	False	83674	maximal	True	CHI0092_000000004848	1.0		2	1	False	False	0.9898599982261658	0					non-mobilizable	chromosome	2045.0	100.0	99.0	0.0003894431934037011	CP026011.1	enterobacteria	Klebsiella pneumoniae strain K2044 chromosome, complete genome	False	False
MAD0100_000000005688	6360	0.5577184451823741	12	4	3	4	3	True	48031	fragment	False	MAD0100_000000005688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	79.798	4.0	0.002199447259327499	NZ_WNCH01000015.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold15_size86233, whole genome shotgun sequence	True	True
ISR0268_000000000300	22468	0.5577165360877694	25	9	5	9	4	False	117582	maximal	True	ISR0268_000000000300	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2663.0	94.44200000000001	30.0	0.164969576555321	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
AST0055_000000010259	3284	0.5577122885775132	4	2	2	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.6105464698637337		0	0	False	False	0.9911693334579468	0					non-mobilizable	other	2694.0	99.59200000000001	97.0	0.051499273311405185	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0054_000000008372	1960	0.5577087588601969	2	2	2	2	1	False	17156	maximal	True	MAD0054_000000008372	1.0		89	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0829_000000002547	5217	0.5577082655960869	7	6	4	4	3	False	21071	maximal	True	ISR0829_000000002547	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0013_000000024179	1134	0.5577040621105582	2	1	1	1	1	False	38062	fragment	False	ISR0384_000000016611	0.6465646564656465		0	0	False	False	0.9682539701461792	0					non-mobilizable	other	1134.0	99.118	100.0	0.004474299434492781	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0207_000000005312	4720	0.5577036474569178	4	4	4	4	4	False	28591	maximal	True	ISR0207_000000005312	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	93.11	68.0	0.000502198464659466	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ETH0001_000000009637	2894	0.5577010764322792	4	2	2	2	1	False	80491	fragment	False	ETH0001_000000009637	1.0		0	0	False	False	0.9934346675872803	0					non-mobilizable	no_good_hit	242.0	99.587	8.0	0.0007895530016118676	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
MON0087_000000027233	1865	0.5576957653377089	2	2	2	2	2	False	61819	maximal	False	ENG0079_000000017521	0.9644362486828241		0	0	False	False	0.9994637966156006	0					non-mobilizable	no_good_hit	246.0	76.016	13.0	0.0005126108764348238	NZ_MPOB01000003.1	a-proteobacteria	Oceanibaculum nanhaiense strain L54-1-50 contig3, whole genome shotgun sequence	True	False
FIJ0106_000000009098	2778	0.5576921726253617	3	3	3	3	2	False	43833	maximal	True	FIJ0106_000000009098	1.0		20	2	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	84.984	86.0	0.0004378478121942021	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0152_000000014014	1835	0.5576896222406024	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.9155794128351407		0	0	False	False	0.9994550347328186	0					non-mobilizable	other	1787.0	92.166	97.0	0.04118407087813206	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0234_000000009029	1535	0.557681928591644	3	3	3	3	3	False	67139	fragment	False	ISR0234_000000009029	0.9971054862672265		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	99.805	100.0	0.0486320261230701	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0149_000000026450	1517	0.557681928591644	3	3	3	3	3	False	67139	fragment	False	ISR0234_000000009029	0.9910086398351919		0	0	False	False	0.9762689471244812	0					non-mobilizable	other	1517.0	100.0	100.0	0.04806137653362077	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0058_000000039157	1360	0.5576814432102467	1	1	1	1	0	True	10984	maximal	True	MON0058_000000039157	1.0		0	0	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.00019053909862303746	NZ_SZVR01000024.1	high GC Gram+	Streptomyces tibetensis strain XZ 46 scaffold24, whole genome shotgun sequence	True	True
ENG0082_000000017481	1194	0.5576798888368504	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6057757173307713		0	0	False	False	0.999162495136261	0					non-mobilizable	chromosome	1195.0	97.406	100.0	0.00033962231950097703	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0347_000000019068	1177	0.5576798888368504	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5794991466545225		0	0	False	False	1.0	0					non-mobilizable	chromosome	1178.0	97.45299999999999	100.0	0.00033478682583974035	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0098_000000034738	1318	0.5576787228396788	1	1	1	1	1	False	90904	fragment	False	MAD0098_000000034738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0773_000000003904	3141	0.5576757661593712	2	2	2	2	2	False	120475	maximal	True	ISR0773_000000003904	0.9975433999344907		1135	13	False	False	1.0	0					non-mobilizable	other	3141.0	99.618	100.0	0.0006081512801487608	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0081_000000007454	7212	0.5576740930516437	10	4	3	4	3	True	10387	fragment	False	MON0081_000000007454	1.0		0	0	False	False	0.9968108534812927	0					non-mobilizable	other	5461.0	99.927	99.0	0.005988588983980689	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0035_000000003194	6790	0.5576733755524761	3	2	0	2	1	False	100335	fragment	False	MON0035_000000003194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0047_000000013055	2951	0.5576733755524761	3	2	0	2	1	False	100334	fragment	False	MON0047_000000013055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000007719	2808	0.5576733755524761	3	2	0	2	1	False	100336	fragment	False	ISR0037_000000007719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	99.13799999999999	4.0	3.067706414627464e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0277_000000003270	2679	0.5576733755524761	3	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.7736511834767325		0	0	False	False	1.0	0					non-mobilizable	other	2276.0	99.209	97.0	0.011348218205036115	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0269_000000006607	2606	0.5576733755524761	2	2	0	2	1	False	100332	fragment	False	FIJ0060_000000004086	0.6642871192636532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	99.209	10.0	6.722278404227139e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0125_000000010170	2546	0.5576733755524761	3	2	0	2	1	False	101477	maximal	True	ENG0125_000000010170	1.0		29	5	False	False	0.9937156438827515	0					non-mobilizable	chromosome	2079.0	90.765	91.0	0.0005519203975534108	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0086_000000012379	2532	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.7913308596726157		0	0	False	False	1.0	0					non-mobilizable	chromosome	2365.0	93.65799999999999	96.0	0.0006279461652202653	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0854_000000003197	2503	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.7864305331373102		0	0	False	False	1.0	0					non-mobilizable	other	2503.0	99.161	100.0	0.01248054591164851	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0038_000000005607	2439	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.7272447729391343		0	0	False	False	0.999180018901825	0					non-mobilizable	chromosome	2437.0	91.916	99.0	0.0006455521324694317	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0035_000000007738	2398	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.7593039811096268		0	0	False	False	1.0	0					non-mobilizable	chromosome	2194.0	91.613	98.0	0.0005836644900178167	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0793_000000006708	2390	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.6960576390798429		0	0	False	False	1.0	0					non-mobilizable	other	2318.0	89.991	96.0	0.011517817949638852	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0072_000000002404	2381	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.764235606833774		0	0	False	False	1.0	0					non-mobilizable	other	2282.0	91.98100000000001	96.0	0.01134322997725368	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0128_000000011303	2277	0.5576733755524761	3	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.7022577822182532		0	0	False	False	1.0	0					non-mobilizable	chromosome	2063.0	94.619	95.0	0.0005484525555194841	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0149_000000007277	2257	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.7279606394762068		0	0	False	False	1.0	0					non-mobilizable	chromosome	2273.0	91.553	99.0	0.0006018039714260487	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0391_000000006365	2239	0.5576733755524761	2	2	0	2	1	False	101466	maximal	True	ISR0391_000000006365	1.0		44	10	False	False	1.0	0					non-mobilizable	no_good_hit	1784.0	92.713	82.0	0.00047482760156842494	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0037_000000014133	2156	0.5576733755524761	3	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.5748031886888806		0	0	False	False	1.0	0					non-mobilizable	chromosome	2171.0	94.84100000000001	100.0	0.0005767288059499633	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0084_000000015607	2139	0.5576733755524761	2	2	0	2	1	False	101463	maximal	True	MON0084_000000015607	1.0		10	3	False	False	1.0	0					non-mobilizable	chromosome	1911.0	92.20299999999999	94.0	0.0005068384511123637	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0839_000000009438	2084	0.5576733755524761	2	2	0	2	1	False	101461	fragment	False	ISR0839_000000009438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	94.56299999999999	73.0	0.0003870645224021262	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0041_000000017955	2058	0.5576733755524761	3	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.565071184202277		0	0	False	False	0.9965986609458923	0					non-mobilizable	chromosome	1941.0	94.384	100.0	0.0005143076493392827	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0016_000000002374	2023	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.5262133547261335		0	0	False	False	1.0	0					non-mobilizable	chromosome	1857.0	92.999	96.0	0.0004932338400561897	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0079_000000013886	2020	0.5576733755524761	3	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.33654202077247686		0	0	False	False	1.0	0					non-mobilizable	chromosome	2031.0	94.978	100.0	0.0005361817298609742	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0023_000000010702	2016	0.5576733755524761	2	2	0	2	1	False	98419	fragment	False	MON0023_000000010702	1.0		0	0	False	False	0.9672619104385376	0					non-mobilizable	no_good_hit	54.0	98.148	3.0	0.0006210088464467748	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
SPA0127_000000014635	2006	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.4620554378822573		0	0	False	False	0.9965104460716248	0					non-mobilizable	chromosome	2032.0	92.02799999999999	100.0	0.0005385825435767697	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0138_000000009215	1989	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.56020586169922		0	0	False	False	1.0	0					non-mobilizable	chromosome	1903.0	95.113	95.0	0.0005057714227942324	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0045_000000011713	1987	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.5602365118808269		0	0	False	False	1.0	0					non-mobilizable	chromosome	1904.0	95.116	95.0	0.0005060381798737652	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0017_000000014708	1958	0.5576733755524761	2	2	0	2	1	False	98416	fragment	False	MON0003_000000008136	0.9256459353686789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0083_000000005508	1869	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.5343213614144963		0	0	False	False	0.9994649291038513	0					non-mobilizable	other	1870.0	94.759	100.0	0.009313021269803264	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0007_000000004592	1853	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.4755550152826904		0	0	False	False	1.0	0					non-mobilizable	chromosome	1867.0	92.126	99.0	0.0004959014108515179	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0103_000000030180	1814	0.5576733755524761	2	2	0	2	1	False	98416	fragment	False	MON0003_000000008136	0.7115793123418542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0050_000000021680	1767	0.5576733755524761	3	2	0	2	1	False	98414	fragment	False	MON0050_000000021680	1.0		0	0	False	False	0.9983022212982178	0					non-mobilizable	no_good_hit	102.0	94.118	11.0	2.66757079532823e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AUS0012_000000010064	1702	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.39083930549874485		0	0	False	False	1.0	0					non-mobilizable	chromosome	1708.0	95.141	100.0	0.000455087577682996	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0067_000000006135	1651	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.10686173870142023		0	0	False	False	0.9993942975997925	0					non-mobilizable	chromosome	1664.0	92.368	100.0	0.0004422832378654205	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0027_000000025129	1639	0.5576733755524761	3	2	0	2	1	False	47160	fragment	False	MON0027_000000025129	1.0		0	0	False	False	0.9829164147377014	0					non-mobilizable	chromosome	1348.0	97.181	95.0	0.00035932178613071257	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0010_000000016692	1604	0.5576733755524761	2	2	0	2	1	False	101457	fragment	False	USA0078_01_000000006399	0.029599625270898607		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	93.89399999999999	94.0	0.0003923996639927826	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0022_000000009118	1523	0.5576733755524761	2	2	0	2	1	False	47161	fragment	False	MAD0022_000000009118	1.0		0	0	False	False	0.9750492572784424	0					non-mobilizable	chromosome	1529.0	93.98299999999999	100.0	0.00040653778920802223	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0076_000000034008	1418	0.5576733755524761	2	2	0	2	1	False	98413	fragment	False	MON0076_000000034008	0.9807829181494662		0	0	False	False	0.9823695421218872	0					non-mobilizable	no_good_hit								True	False
MON0002_000000019934	1408	0.5576733755524761	2	2	0	2	1	False	27042	maximal	True	MON0002_000000019934	1.0		14	6	False	False	0.9978693127632141	0					non-mobilizable	chromosome	993.0	95.77	92.0	0.0002646230228965604	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
BAN0014_000000002999	1405	0.5576733755524761	2	2	0	2	1	False	98413	fragment	False	MON0076_000000034008	0.9622708039492243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0116_000000012246	1400	0.5576733755524761	3	2	0	2	1	False	41654	fragment	False	FIJ0116_000000012246	0.9540740740740741		0	0	False	False	1.0	0					non-mobilizable	chromosome	1062.0	95.76299999999999	99.0	0.0002819622330661939	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0049_000000016391	1350	0.5576733755524761	3	2	0	2	1	False	41654	fragment	False	FIJ0116_000000012246	0.9157142857142857		0	0	False	False	1.0	0					non-mobilizable	chromosome	1352.0	95.56200000000001	100.0	0.0003569209724149172	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0227_000000020103	1308	0.5576733755524761	2	2	0	2	1	False	27774	fragment	False	ISR0227_000000020103	0.9479972731023354		0	0	False	False	0.997706413269043	0					non-mobilizable	other	1308.0	97.095	100.0	0.006519613711640528	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MON0023_000000018046	1293	0.5576733755524761	2	2	0	2	1	False	27775	fragment	False	MON0023_000000018046	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	95.95700000000001	94.0	0.00032277606623471583	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0024_000000040757	1285	0.5576733755524761	3	2	0	2	1	False	12885	fragment	False	MON0024_000000040757	1.0		0	0	False	False	0.9836575984954834	0					non-mobilizable	chromosome	1189.0	95.62700000000001	92.0	0.00031263929721246853	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0016_000000032029	1223	0.5576733755524761	2	2	0	2	1	False	27774	fragment	False	ISR0227_000000020103	0.629814353006373		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	95.132	99.0	0.00032277606623471583	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0012_000000019770	1203	0.5576733755524761	2	2	0	2	1	False	27774	fragment	False	ISR0227_000000020103	0.9193084384165874		0	0	False	False	0.9966749548912048	0					non-mobilizable	other	1203.0	98.25399999999999	100.0	0.005995849794485015	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0249_000000020309	1147	0.5576733755524761	2	2	0	2	1	False	27041	fragment	False	ISR0249_000000020309	1.0		0	0	False	False	0.9930253028869629	0					non-mobilizable	chromosome	926.0	95.896	92.0	0.00024675029856786125	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0066_000000032365	1105	0.5576733755524761	2	2	0	2	1	False	16533	fragment	False	MAD0066_000000032365	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1067.0	96.439	97.0	0.005312462588291632	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
USA0004_01_000000009533	2592	0.5576712405224507	4	1	1	1	1	False	2205	maximal	True	USA0004_01_000000009533	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	83.85	61.0	0.0010169992510276453	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
ENG0174_000000007400	2446	0.5576695725353785	2	2	2	2	2	False	71455	fragment	False	ISR0139_000000009827	0.9589701618495797		0	0	False	False	0.9934586882591248	0					non-mobilizable	no_good_hit	909.0	77.44800000000001	37.0	0.001193395302870675	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MAD0013_000000006435	3487	0.5576670490038848	4	4	4	4	4	False	52869	maximal	True	MAD0013_000000006435	1.0		19	8	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	79.0	3.0	0.0039463948039135084	NZ_FQXP01000016.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
ISR0243_000000008474	1471	0.5576616071885911	3	2	2	2	2	False	27224	fragment	False	ISR0243_000000008474	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	71.898	18.0	0.0004919986442704024	NZ_VRKO01000013.1	enterobacteria	Erwinia rhapontici strain H1 Contig_2, whole genome shotgun sequence	True	False
DEN0016_000000004659	1832	0.5576604341970147	5	4	3	4	4	False	75339	fragment	False	DEN0016_000000004659	1.0		0	0	False	False	0.998908281326294	0					non-mobilizable	no_good_hit	727.0	75.516	45.0	0.006424116795625525	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
AST0087_000000002066	10755	0.557660177456966	8	7	7	6	4	False	111092	maximal	True	AST0087_000000002066	1.0		31	6	False	False	1.0	0					non-mobilizable	no_good_hit	1940.0	75.722	18.0	0.0008874698391714612	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
MON0007_000000001445	16410	0.5576584348233488	23	8	3	5	5	False	82652	fragment	False	MON0007_000000001445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	77.76100000000001	4.0	0.00017883821806043842	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0060_000000006505	2097	0.5576583995600596	3	3	3	2	2	False	85757	fragment	False	CHI0060_000000006505	1.0		0	0	False	False	0.9995231032371521	0					non-mobilizable	other	2052.0	94.542	98.0	0.0038436647063789077	NZ_KB894643.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00001.1, whole genome shotgun sequence	False	False
ISR0046_000000003421	6494	0.5576541619588881	7	7	5	6	4	False	130509	fragment	False	ISR0203_000000002513	0.12721193058839		0	0	False	False	1.0	0					non-mobilizable	other	5125.0	99.31700000000001	99.0	0.02926857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0013_000000012208	2215	0.5576541542072591	5	1	1	1	1	False	66976	maximal	True	ENG0013_000000012208	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0021_000000009883	1549	0.5576541542072591	3	1	1	1	1	False	65672	maximal	True	MAD0021_000000009883	1.0		3	1	False	False	0.9864428639411926	0					non-mobilizable	no_good_hit								True	False
ENG0031_000000017000	1289	0.5576541542072591	2	1	1	1	1	False	65671	fragment	False	ENG0031_000000017000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000012878	3264	0.5576495603924851	3	2	2	2	2	False	75746	maximal	True	DEN0011_000000012878	1.0		14	4	False	False	0.9932597875595093	0					non-mobilizable	no_good_hit	997.0	72.718	30.0	0.04068811401104693	NZ_LZZM01000225.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000225, whole genome shotgun sequence	True	False
SPA0052_000000008738	3328	0.5576491482666721	4	4	4	4	3	False	128494	fragment	False	CHI0188_000000004234	0.9818998561779323		0	0	False	False	1.0	0					non-mobilizable	other	3328.0	99.85	100.0	0.10882506869030485	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
CHI0140_000000013217	2221	0.5576451438258295	4	2	2	2	1	True	83179	maximal	True	CHI0140_000000013217	0.959476602606292		11	4	False	False	0.9900945425033569	0					non-mobilizable	other	2202.0	99.41	99.0	0.000611215711104076	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0009_000000000252	50069	0.5576448762057634	61	9	3	8	4	False	67340	maximal	True	ENG0009_000000000252	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.1949197474827308e-06	LR131938.1	bony fishes	Cottoperca gobio genome assembly, chromosome: 8	True	False
MON0037_000000039013	1866	0.5576428720141499	3	2	1	2	1	False	12089	maximal	True	MON0037_000000039013	1.0		0	0	False	False	0.9367631077766418	0					non-mobilizable	no_good_hit	1183.0	100.0	63.0	0.00036272745266821023	AM849034.1	high GC Gram+	Clavibacter michiganensis subsp. sepedonicus complete genome	True	False
MON0042_000000021821	1181	0.5576427421218663	2	2	2	2	2	False	11709	fragment	False	MON0042_000000021821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0101_000000002960	7683	0.5576408080900396	11	10	6	9	8	False	19130	maximal	True	MAD0101_000000002960	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	3369.0	97.536	73.0	0.0006193802555113714	CP037941.1	enterobacteria	Escherichia coli strain CFSAN027350 chromosome, complete genome	True	False
CHI0106_000000003356	5342	0.5576403661539946	4	3	2	3	2	False	83169	maximal	True	CHI0106_000000003356	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	81.696	17.0	0.00026121917088087426	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0003_000000010410	2192	0.5576395514278779	4	4	3	2	3	False	108711	fragment	False	ENG0003_000000010410	0.9633742070280269		0	0	False	False	1.0	0					non-mobilizable	other	2192.0	97.17200000000001	100.0	0.015276391728835324	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
CAN0004_000000022621	1278	0.5576383407383457	2	2	2	2	2	False	96059	fragment	False	ENG0152_000000016577	0.735461243028579		0	0	False	False	0.9843505620956421	0					non-mobilizable	chromosome	1278.0	99.061	100.0	0.0004298307234384304	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0349_000000000528	12853	0.5576297160441662	11	7	6	5	6	True	96300	maximal	True	ISR0349_000000000528	0.9430422156427873		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	8897.0	98.741	79.0	0.07162816166464009	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0265_000000001031	13767	0.5576294171449011	19	8	7	7	5	False	121517	maximal	True	ISR0265_000000001031	1.0	PS853	9	3	False	True	0.9992735981941223	0					non-mobilizable	no_good_hit	1294.0	78.207	9.0	0.0073230642088106335	NZ_SLUK01000006.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_106, whole genome shotgun sequence	True	True
FIJ0161_000000003634	4337	0.5576286074973975	3	2	2	2	2	False	92630	maximal	False	CHI0186_000000004416	0.9558593982078645		0	0	False	False	1.0	0					non-mobilizable	other	4340.0	96.06	100.0	0.0013054865662240878	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0114_000000008521	4298	0.5576286074973975	3	2	2	2	2	False	92630	maximal	False	CHI0186_000000004416	0.9663845873755411		0	0	False	False	1.0	0					non-mobilizable	chromosome	4298.0	97.39399999999999	99.0	0.0014460084478398565	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0010_01_000000023434	1108	0.5576282949598201	3	3	3	2	2	False	2034	maximal	True	USA0010_01_000000023434	1.0		6	4	False	False	0.9900721907615662	0					non-mobilizable	no_good_hit	851.0	99.177	78.0	0.0001923141317854082	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0114_000000003917	6359	0.55762761843259	3	2	1	2	2	False	32560	maximal	True	ISR0114_000000003917	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	76.282	2.0	2.773231229448704e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
MAD0107_000000018776	2088	0.5576266979797474	2	2	2	2	2	False	14683	maximal	True	MAD0107_000000018776	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	73.126	26.0	0.023567266718845115	NZ_JPMD01000009.1	firmicutes	Clostridium sulfidigenes strain 113A c9, whole genome shotgun sequence	True	False
DEN0011_000000037829	1256	0.5576167032211711	2	2	2	2	1	True	75571	maximal	True	DEN0011_000000037829	1.0		10	6	False	False	0.993630588054657	0					non-mobilizable	no_good_hit	816.0	74.142	64.0	0.006128214085020427	NZ_CYZO01000002.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
DEN0070_000000028159	1220	0.5576167032211711	2	2	2	2	1	True	75571	maximal	False	DEN0011_000000037829	0.9856687898089171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	816.0	74.142	66.0	0.006128214085020427	NZ_CYZO01000002.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0852_000000008134	1504	0.5576155686346298	2	2	2	2	1	False	20537	maximal	True	ISR0852_000000008134	1.0		15	5	False	False	0.990026593208313	0					non-mobilizable	no_good_hit	251.0	79.681	16.0	0.003945308756349231	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
CHI0089_000000000622	8752	0.5576142668831624	11	7	3	4	7	False	96117	maximal	True	CHI0089_000000000622	1.0	PS513	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	7245.0	99.462	83.0	0.4555807222851391	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	True	True
SPA0140_000000008990	2437	0.5576112184709743	4	3	3	3	3	False	72682	maximal	True	SPA0140_000000008990	1.0		41	6	False	False	0.9917932152748108	0					non-mobilizable	other	2437.0	99.713	100.0	0.010495883080343486	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	False	False
SPA0021_000000014564	2270	0.5576015331460156	4	2	2	2	2	False	94769	maximal	True	SPA0021_000000014564	1.0		35	7	False	False	0.9986783862113953	0					non-mobilizable	no_good_hit	286.0	73.077	13.0	0.01690258615540823	NZ_WEHX01000048.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_48_length_16743_cov_74.072523, whole genome shotgun sequence	True	False
FIJ0039_000000010452	2258	0.5575992193442121	2	2	2	2	2	False	88313	maximal	True	FIJ0039_000000010452	1.0		180	13	False	False	0.992914080619812	0					non-mobilizable	chromosome	2260.0	95.0	100.0	0.0007669261484438739	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ETH0004_000000013948	2009	0.5575964731793615	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.3613210457049055		0	0	False	False	0.9980089664459229	0					non-mobilizable	other	2009.0	98.059	100.0	0.0006246854018363511	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0167_000000012154	2433	0.5575910508317952	3	3	3	3	3	False	30182	maximal	True	ISR0167_000000012154	1.0		87	11	False	False	0.9991779923439026	0					non-mobilizable	chromosome	2433.0	100.0	100.0	0.0010630039652845284	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
MAD0037_000000010953	1251	0.5575841530314183	1	1	1	1	1	False	51555	fragment	False	FIJ0007_000000012624	0.6312109862671661		0	0	False	False	0.9536370635032654	0					non-mobilizable	chromosome	1251.0	99.68	100.0	0.00026296319125397046	CP051706.1	enterobacteria	Escherichia coli strain SCU-124 chromosome, complete genome	False	False
ISR0018_000000008458	2551	0.557580984220591	4	3	2	3	3	False	60150	maximal	True	ISR0018_000000008458	1.0		2	2	False	False	0.9988240003585815	0					non-mobilizable	no_good_hit	201.0	77.11399999999999	8.0	0.0007784292939763655	NZ_MCGI01000008.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000008, whole genome shotgun sequence	True	False
MAD0064_000000001441	10095	0.5575802114926064	10	5	3	5	1	True	17190	fragment	False	MAD0064_000000001441	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6322.0	96.314	96.0	0.0017088382900909821	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
AST0149_000000014522	1847	0.5575799789017495	2	1	1	1	1	False	104448	maximal	True	AST0149_000000014522	1.0		219	9	False	False	1.0	0					non-mobilizable	other	1849.0	96.539	100.0	0.0008319633700099218	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
ISR0264_000000006602	1670	0.5575781850466016	2	2	2	1	2	False	121112	fragment	False	ENG0200_000000010145	0.5952411872562486		0	0	False	False	0.9964072108268738	0					non-mobilizable	chromosome	1600.0	99.25	100.0	0.0005040009607222816	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0093_000000007869	2540	0.5575719984617241	4	4	4	2	3	False	43253	maximal	True	FIJ0093_000000007869	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	88.62899999999999	51.0	0.00018771022227115897	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
AUS0002_000000024164	1548	0.5575713723971608	2	2	2	2	1	False	102841	fragment	False	AUS0002_000000024164	1.0		0	0	False	False	0.9987080097198486	0					non-mobilizable	no_good_hit	310.0	73.226	20.0	0.00014808485846935787	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ISR0182_000000009040	3802	0.5575711161537839	4	3	2	2	3	False	33900	fragment	False	ISR0182_000000009040	1.0		0	0	False	False	0.9952656626701355	0					non-mobilizable	no_good_hit								True	False
AST0016_000000017814	1322	0.5575709798159794	2	1	1	1	1	False	123020	maximal	True	AST0016_000000017814	1.0		28	10	False	False	0.9992435574531555	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.35606242184692e-06	LR824569.1	CFB group bacteria	Chryseobacterium sp. JV274 strain F3_Prior genome assembly, chromosome: I	True	False
AST0014_000000013135	1254	0.5575694496814075	2	2	2	1	1	False	124052	maximal	True	AST0014_000000013135	1.0		32	6	False	False	0.9952152967453003	0					non-mobilizable	no_good_hit	479.0	78.706	46.0	0.0028221615219125432	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0101_000000023238	1249	0.5575692703248191	2	2	2	1	1	False	43057	maximal	True	MAD0101_000000023238	1.0		136	13	False	False	1.0	0					non-mobilizable	chromosome	1256.0	96.736	100.0	0.00042242565224371974	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0025_000000003466	5778	0.5575667956078966	8	8	4	5	7	False	66183	maximal	True	ENG0025_000000003466	1.0		1	1	False	False	0.9998269081115723	0					non-mobilizable	other	5198.0	100.0	90.0	0.17491249326871297	NZ_PQGD01000033.1	enterobacteria	Superficieibacter electus strain BP-1 NODE_33_length_29712_cov_62.9002, whole genome shotgun sequence	False	False
DEN0028_000000014816	2014	0.5575647015573363	5	4	2	3	2	False	73980	fragment	False	DEN0028_000000014816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0824_000000000034	56528	0.5575622761413912	48	3	3	2	1	False	21177	maximal	True	ISR0824_000000000034	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.9497171663961673e-07	CP050224.1	eudicots	Morus alba cultivar Heyebai chromosome 1	True	False
ISR0265_000000001527	9736	0.5575615706340379	18	5	3	3	5	False	26610	maximal	True	ISR0265_000000001527	1.0		7	4	False	False	0.9979457855224609	0					non-mobilizable	no_good_hit	1259.0	93.249	30.0	0.0006729976296667285	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
ISR0278_000000007956	1494	0.5575599140840076	2	2	2	2	2	False	26268	fragment	False	ISR0278_000000007956	1.0		0	0	False	False	0.977911651134491	0					non-mobilizable	no_good_hit	501.0	73.653	33.0	0.00013120457241281482	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0104_000000007718	3256	0.5575551226273365	6	5	5	3	0	True	124058	fragment	False	FIJ0104_000000007718	1.0		0	0	False	False	0.9953930974006653	0					non-mobilizable	other	1337.0	92.072	97.0	0.00441257584114727	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
USA0069_01_000000028932	2117	0.5575520447828385	3	3	3	3	2	False	64031	maximal	True	USA0069_01_000000028932	1.0		21	7	False	False	0.9900802969932556	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000019176	2049	0.5575418857415516	3	3	3	2	3	False	45813	maximal	True	FIJ0114_000000019176	0.9659931000492854		48	9	False	False	1.0	0					non-mobilizable	chromosome	2049.0	99.756	100.0	0.00038228518811025866	CP052136.1	enterobacteria	Klebsiella pneumoniae strain F17KP0054 chromosome, complete genome	False	False
ISR0211_000000009493	2359	0.5575378211613512	2	2	2	2	1	True	32539	maximal	True	ISR0211_000000009493	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	77.955	13.0	8.599578339629386e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
USA0052_01_000000003787	4461	0.557536786816798	4	4	4	3	1	False	35731	maximal	True	USA0052_01_000000003787	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	3516.0	97.81	79.0	0.013623291759361895	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	True	False
FIJ0142_000000002816	9431	0.5575363626119768	6	4	4	3	3	False	40225	maximal	True	FIJ0142_000000002816	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2239.0	96.516	36.0	0.0005959353156763266	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0045_000000018616	1406	0.5575361458004751	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.5853959734223138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	90.179	16.0	8.658028826965217e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ENG0208_000000000618	26163	0.5575294228410719	27	18	10	15	12	True	122917	maximal	True	ENG0208_000000000618	1.0		2	2	False	False	1.0	0					non-mobilizable	other	25905.0	95.76100000000001	99.0	0.15045258758866695	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
CHI0151_000000004999	4841	0.5575292715973047	7	4	4	4	4	False	113596	fragment	False	ISR0120_000000005488	0.9091263998154767		0	0	False	False	0.9987605810165405	0					non-mobilizable	chromosome	3130.0	92.3	92.0	0.0008749070446250173	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0155_000000003294	3539	0.5575292715973047	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.9074431228986687		0	0	False	False	1.0	0					non-mobilizable	other	3442.0	92.38799999999999	99.0	0.0008309079109347138	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0044_000000007956	3020	0.5575292715973047	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.5720355617813955		0	0	False	False	0.9947019815444946	0					non-mobilizable	other	2919.0	94.51899999999999	97.0	0.0007151839410435409	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0186_000000002333	8252	0.557526553237672	13	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9703161087191976		0	0	False	False	0.9986670017242432	0					non-mobilizable	other	8254.0	98.77600000000001	99.0	0.011424503121377034	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0101_000000002702	8252	0.557526553237672	13	10	8	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9703445259271339		0	0	False	False	1.0	0					non-mobilizable	other	8257.0	98.777	100.0	0.011428658493511386	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CAN0012_000000033221	1369	0.5575263410711033	2	2	2	2	1	False	94068	maximal	True	CAN0012_000000033221	1.0		64	10	False	False	0.9985390901565552	0					non-mobilizable	other	1369.0	98.101	100.0	0.0004316718385244396	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
USA0011_01_000000009933	3808	0.5575201793391716	6	4	2	3	3	False	123118	maximal	True	USA0011_01_000000009933	1.0		28	6	False	False	1.0	0					non-mobilizable	other	3371.0	93.147	94.0	0.001168704836020011	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0107_000000004578	6008	0.5575191010095809	5	3	1	3	1	True	48718	fragment	False	FIJ0107_000000004578	0.9989110403752722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0051_000000027212	1346	0.5575121735238848	2	2	2	2	2	False	11249	fragment	False	MON0051_000000027212	1.0		0	0	False	False	0.9175334572792053	0					non-mobilizable	no_good_hit	103.0	80.583	8.0	0.00023379070588427827	NZ_MCIA01000031.1	firmicutes	Lacrimispora algidixylanolytica strain SPL73 contig_5, whole genome shotgun sequence	True	False
ENG0129_000000010083	2654	0.5575111332337179	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.883673989576457	PS721	0	0	False	True	0.996985673904419	0					non-mobilizable	other	2618.0	73.759	97.0	0.31285801340645947	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MAD0089_000000005896	3611	0.5575107036729642	4	4	4	3	3	False	52140	fragment	False	MAD0089_000000005896	1.0		0	0	False	False	0.9997230768203735	0					non-mobilizable	other	3149.0	94.697	91.0	0.14028199179011244	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0151_000000010269	1710	0.5575100541883776	2	2	2	2	1	False	39751	maximal	True	FIJ0151_000000010269	1.0		43	6	False	False	0.992397665977478	0					non-mobilizable	no_good_hit	812.0	73.399	47.0	0.005901389682086427	NZ_FRAC01000020.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
FIJ0122_000000004894	3483	0.5575100451387381	4	4	4	4	3	False	41441	fragment	False	FIJ0122_000000004894	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3483.0	99.742	100.0	0.0007667666340684413	CP038180.1	enterobacteria	Escherichia coli strain 2 HS-C chromosome, complete genome	False	False
ENG0131_000000014176	1857	0.5575020740211779	5	4	4	3	2	False	58358	maximal	True	ENG0131_000000014176	1.0		5	3	False	False	0.9967690110206604	0					non-mobilizable	no_good_hit	1189.0	100.0	64.0	0.0023734509137186663	NZ_VJZV01000003.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold3_1, whole genome shotgun sequence	True	False
CAN0001_000000009303	5068	0.5575013737735859	5	5	5	5	5	False	97439	maximal	True	CAN0001_000000009303	1.0		44	7	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	79.41199999999999	26.0	0.05305071793427985	NZ_CACWHD010000054.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
FIJ0166_000000003971	6421	0.5574977712550048	6	3	2	3	2	False	39038	maximal	True	FIJ0166_000000003971	1.0		1	1	False	False	0.9989098310470581	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.611727803254989e-06	CP025407.1	high GC Gram+	Streptomyces sp. CMB-StM0423 chromosome, complete genome	True	False
MON0079_000000005097	4482	0.5574903193776979	4	4	2	2	3	False	34968	fragment	False	MON0079_000000005097	1.0		0	0	False	False	0.9997768998146057	0		MOBP		MOBP	mobilizable	plasmid	4484.0	98.439	100.0	0.04635028949545079	CP024665.1	enterobacteria	Escherichia coli strain 90-9269 plasmid unnamed4	False	True
ISR0324_000000012695	2431	0.5574894557387187	3	3	3	3	2	False	99110	fragment	False	ISR0149_000000006546	0.9602111246447422		0	0	False	False	0.9991772770881653	0					non-mobilizable	other	2431.0	99.301	100.0	0.0007801494034264932	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0119_000000024787	1275	0.557487828532207	2	2	2	2	1	False	4201	fragment	False	SPA0119_000000024787	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	99.765	100.0	0.0051147398599880175	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	False	False
ISR0353_000000025262	1454	0.5574861875685357	2	2	2	2	1	True	74129	maximal	True	ISR0353_000000025262	0.9985525572984999		89	10	False	False	0.9889958500862122	0					non-mobilizable	no_good_hit	438.0	77.169	30.0	0.0031992955679483416	NZ_SLZZ01000008.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_108, whole genome shotgun sequence	True	True
USA0121_01_000000029622	1426	0.5574861875685357	2	2	2	2	1	True	74129	maximal	False	ISR0353_000000025262	0.9924077024656729		0	0	False	False	0.9859747290611267	0					non-mobilizable	no_good_hit	437.0	77.117	31.0	0.0031992955679483416	NZ_SLZZ01000008.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_108, whole genome shotgun sequence	True	True
ENG0131_000000020193	1301	0.5574861875685357	2	2	2	2	1	True	74129	maximal	False	ISR0353_000000025262	0.6372136512388967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	77.117	34.0	0.0031992955679483416	NZ_SLZZ01000008.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_108, whole genome shotgun sequence	True	True
DEN0021_000000000864	23103	0.5574861762523668	21	17	15	15	14	True	116929	maximal	False	AST0060_000000000939	0.9721988494747733	PS762|PS763|PS764	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	5849.0	96.615	45.0	0.20455579271493055	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0033_000000000941	23067	0.5574861762523668	21	17	15	15	14	True	116929	maximal	False	AST0060_000000000939	0.9725099588920951	PS762|PS763|PS764	0	0	True	True	1.0	59					non-mobilizable	no_good_hit	5824.0	96.635	45.0	0.20368102452849995	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0050_000000012314	2118	0.5574814310388696	2	2	2	2	1	False	29179	fragment	False	SPA0050_000000012314	1.0		0	0	False	False	0.9768649935722351	0					non-mobilizable	chromosome	2088.0	100.0	99.0	0.00032168639507004423	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0190_000000013723	1658	0.5574814310388696	2	2	2	2	1	False	29178	fragment	False	ISR0190_000000013723	1.0		0	0	False	False	0.9993968605995178	0					non-mobilizable	chromosome	1658.0	99.095	100.0	0.0002554069749070739	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0026_000000017055	1563	0.5574800891288502	2	2	2	2	2	False	119237	fragment	False	AST0026_000000017055	0.9415243101182654		0	0	False	False	1.0	0					non-mobilizable	chromosome	1563.0	90.595	100.0	0.0006892276499942159	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
AST0084_000000018321	1914	0.5574785112279019	2	2	2	1	2	False	111370	fragment	False	AST0084_000000018321	1.0		0	0	False	False	0.9942528605461121	0					non-mobilizable	chromosome	1914.0	100.0	100.0	0.00038286593868100784	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ENG0182_000000018926	1503	0.5574739441773043	2	2	0	1	1	True	64383	fragment	False	ENG0182_000000018926	0.9841040462427746		0	0	False	False	1.0	0					non-mobilizable	chromosome	1504.0	96.277	100.0	0.0005103779685257858	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ENG0046_000000015981	1186	0.5574739441773043	2	2	0	1	1	True	64382	fragment	False	ENG0046_000000015981	1.0		0	0	False	False	0.9898819327354431	0					non-mobilizable	chromosome	1172.0	96.331	99.0	0.0003975647291445868	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
CAN0014_000000009020	4946	0.5574734517743258	5	4	4	4	4	True	100750	fragment	False	CAN0014_000000009020	1.0		0	0	False	False	0.9973716139793396	0					non-mobilizable	other	4416.0	97.736	92.0	0.0011731671820364854	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
USA0125_01_000000011079	2165	0.5574726114548407	3	2	0	2	1	False	146	fragment	False	USA0125_01_000000011079	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2054.0	99.90299999999999	95.0	0.020813057583130574	MN612051.1	enterobacteria	Escherichia coli strain BM21 plasmid pIP72, complete sequence	False	True
ISR0278_000000003852	2711	0.5574715465783511	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.18823063875651064		0	0	False	False	1.0	0					non-mobilizable	other	2642.0	99.65899999999999	99.0	0.000847890771378341	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0039_000000000856	10091	0.5574685976961876	13	7	2	3	5	False	113748	maximal	True	DEN0039_000000000856	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2910.0	84.15799999999999	64.0	0.0006480463873259395	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ENG0134_000000007229	4992	0.5574675179988571	5	2	1	2	1	True	58221	fragment	False	ENG0134_000000007229	1.0		0	0	False	False	0.996995210647583	0					non-mobilizable	no_good_hit								True	True
ISR0821_000000005250	5077	0.5574657058320157	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9666206055797372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	88.727	56.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
AST0052_000000022521	1142	0.5574648830367224	2	2	2	2	2	False	114316	fragment	False	ISR0108_000000018814	0.97231933318932		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	99.475	100.0	0.002058299855143314	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0041_000000056812	1238	0.5574636671994436	2	2	2	1	1	False	11760	fragment	False	MON0041_000000056812	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	82.794	67.0	0.0001884728969542612	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0060_000000003128	7306	0.5574632586313164	7	5	4	5	5	False	71082	maximal	True	ENG0060_000000003128	1.0		13	8	False	False	0.9973993897438049	0					non-mobilizable	no_good_hit	118.0	80.508	2.0	2.4530012364395024e-05	CP037922.1	CFB group bacteria	Hymenobacter sp. 17J36-26 chromosome, complete genome	True	False
MAD0012_000000011484	2450	0.5574618090952004	3	2	2	2	2	False	68754	backbone	True	MAD0012_000000011484	0.9892934997747095	PS321	5	4	True	True	0.9930612444877625	14					non-mobilizable	no_good_hit	1091.0	83.501	44.0	0.03004528885452336	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0219_000000018441	1795	0.5574582945439431	2	2	1	2	2	True	28039	maximal	True	ISR0219_000000018441	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	97.637	80.0	0.0003665819687755953	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ENG0154_000000008958	3307	0.5574574861326249	4	4	3	4	3	False	59749	maximal	True	ENG0154_000000008958	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3048.0	95.604	99.0	0.0010050619474634812	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
FIJ0068_000000018336	1744	0.5574525611181536	2	2	2	2	2	False	45059	fragment	False	FIJ0068_000000018336	1.0		0	0	False	False	0.9988532066345215	0					non-mobilizable	chromosome	1744.0	99.713	100.0	0.00033403628519454594	NZ_CP023478.1	enterobacteria	Klebsiella quasipneumoniae strain KPC142 chromosome, complete genome	False	False
SPA0111_000000016254	2119	0.5574504110940621	2	2	2	2	2	False	72436	fragment	False	SPA0111_000000016254	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2119.0	99.434	100.0	0.0005922634951767437	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0193_000000018938	1396	0.5574500841575701	2	2	2	1	1	False	69429	fragment	False	ISR0193_000000018938	1.0		0	0	False	False	0.9871060252189636	0					non-mobilizable	other	1353.0	96.6	97.0	0.00037544917828837384	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0021_000000011495	2507	0.5574472594795385	2	2	2	2	2	False	13075	maximal	False	MON0058_000000015763	0.6343265503875969		0	0	False	False	0.9708815217018127	0					non-mobilizable	other	2507.0	98.564	100.0	0.0013869942021193405	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
CHI0129_000000017985	1451	0.5574438355536784	2	2	2	1	1	False	81178	maximal	True	CHI0129_000000017985	1.0		42	7	False	False	0.9993107914924622	0					non-mobilizable	no_good_hit								True	False
MAD0101_000000020657	1400	0.5574404172453339	2	1	1	1	1	False	15082	maximal	True	MAD0101_000000020657	1.0		8	3	False	False	0.9992856979370117	0					non-mobilizable	no_good_hit								True	False
MAD0070_000000020380	1107	0.5574338952250478	1	1	1	1	1	False	16337	fragment	False	MAD0070_000000020380	1.0		0	0	False	False	0.9990966320037842	0					non-mobilizable	chromosome	1107.0	98.464	100.0	0.0004795458102828323	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0012_000000016862	1484	0.557431761964046	3	2	1	2	0	True	50747	maximal	True	FIJ0012_000000016862	1.0		0	0	False	False	0.9636118412017822	0					non-mobilizable	no_good_hit	132.0	99.242	9.0	4.4879182499996576e-05	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	True
SPA0005_000000014136	2055	0.557429652007442	3	2	2	2	2	False	8311	maximal	True	SPA0005_000000014136	1.0		2	2	False	False	0.9961070418357849	0					non-mobilizable	no_good_hit	931.0	79.914	45.0	0.004462566433027806	NZ_QSBM01000013.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf13, whole genome shotgun sequence	True	False
ISR0160_000000001626	13016	0.5574280058551536	15	13	6	9	12	True	123542	maximal	True	ISR0160_000000001626	1.0		76	9	False	False	1.0	0					non-mobilizable	other	9425.0	99.98899999999999	100.0	0.07253862081174904	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0329_000000016371	1120	0.5574258885069973	1	1	1	1	1	False	72795	fragment	False	ISR0329_000000016371	0.9936938447799216		0	0	False	False	0.9928571581840515	0					non-mobilizable	no_good_hit	914.0	74.398	81.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0045_000000039704	1115	0.5574258885069973	1	1	1	1	1	False	72795	fragment	False	ISR0329_000000016371	0.992983745941063		0	0	False	False	0.9991031289100647	0					non-mobilizable	no_good_hit	914.0	74.398	81.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0363_000000016551	1110	0.5574258885069973	1	1	1	1	1	False	72795	fragment	False	ISR0329_000000016371	0.990293126910758		0	0	False	False	0.99909907579422	0					non-mobilizable	no_good_hit	914.0	74.398	82.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0096_000000039418	1107	0.5574258885069973	1	1	1	1	1	False	72795	fragment	False	ISR0329_000000016371	0.9877807596193247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.398	82.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0052_000000013115	2125	0.5574256588539885	4	4	2	3	1	False	6530	fragment	False	SPA0052_000000013115	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2126.0	92.00399999999999	99.0	0.00039885443897386244	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
FIJ0044_000000017275	1292	0.5574246240287287	2	1	1	1	1	False	47102	fragment	False	FIJ0044_000000017275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000008543	2580	0.55742142900089	4	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.03672209095359548		0	0	False	False	1.0	0					non-mobilizable	chromosome	2409.0	90.32799999999999	99.0	0.0006960055773208278	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0040_000000005180	6459	0.5574205706932169	6	6	6	6	5	True	100757	fragment	False	SPA0040_000000005180	1.0		0	0	False	False	0.9995355606079102	0					non-mobilizable	no_good_hit	4119.0	94.975	68.0	0.01103083974209586	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	True
FIJ0088_000000007733	3571	0.5574143648687095	4	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.9277956058453893		0	0	False	False	1.0	0					non-mobilizable	chromosome	3474.0	99.13600000000001	98.0	0.0005353219214558043	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
USA0069_01_000000049815	1202	0.5574100718021573	3	2	2	2	2	False	749	maximal	True	USA0069_01_000000049815	1.0		4	3	False	False	0.9825291037559509	0					non-mobilizable	no_good_hit	363.0	81.267	30.0	0.0002713943563543596	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
AST0061_000000026128	1610	0.5574080922909646	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.8713108526373027		0	0	False	False	0.9993788599967957	0					non-mobilizable	other	1610.0	99.876	100.0	0.023233315043174402	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0202_000000014553	1447	0.5574080922909646	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.518977179581025		0	0	False	False	0.9543883800506592	0					non-mobilizable	other	1447.0	98.825	100.0	0.020879660380627833	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0008_000000021201	1444	0.5574080922909646	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.67742905231092		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	99.723	100.0	0.020836341583157652	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0024_000000018585	1426	0.5574080922909646	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.5207435376071435		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	99.579	100.0	0.02056198919917983	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0093_000000026862	1392	0.5574080922909646	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.5180945561761864		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	99.78399999999999	100.0	0.020085482427007827	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0083_000000029171	1385	0.5574080922909646	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.47990520891902827		0	0	False	False	0.9732851982116699	0					non-mobilizable	other	1385.0	99.206	100.0	0.019984405232910736	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0228_000000019851	1378	0.5574080922909646	3	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.5159674489814827		0	0	False	False	0.9985486268997192	0					non-mobilizable	other	1378.0	99.565	100.0	0.019883328038813642	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0364_000000014446	1277	0.5574080922909646	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.2688275427008776		0	0	False	False	0.9945183992385864	0					non-mobilizable	other	1277.0	99.45200000000001	100.0	0.018424928523984176	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0193_000000020698	1271	0.5574080922909646	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.3522582936287854		0	0	False	False	0.9614476561546326	0					non-mobilizable	other	1268.0	99.448	99.0	0.018294972131573627	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0058_000000021312	1266	0.5574080922909646	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.3506830017674123		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	98.736	100.0	0.01826609293326017	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0087_000000044929	1154	0.5574080922909646	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.11668943321446668		0	0	False	False	0.9809358716011047	0					non-mobilizable	other	1154.0	99.82700000000001	100.0	0.0166488578277067	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0141_000000005860	6112	0.5574079345140996	7	7	4	7	3	False	58040	maximal	True	ISR0141_000000005860	1.0		19	8	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	87.012	34.0	0.000312600443158772	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0096_000000019958	1627	0.5574071600348015	2	2	2	2	2	False	60841	maximal	False	FIJ0083_000000022104	0.9932680538555692		0	0	False	False	0.9864782094955444	0					non-mobilizable	no_good_hit	225.0	79.111	14.0	0.004292850452700593	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	True	False
ENG0039_000000003259	6410	0.5574067040232195	10	3	2	3	2	True	93024	fragment	False	CAN0016_000000006184	0.9525375268048606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	78.23100000000001	14.0	0.04908010189640532	NZ_LT669935.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
SPA0149_000000005343	6169	0.5573954616845441	8	6	5	3	3	False	3320	maximal	True	SPA0149_000000005343	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1601.0	79.263	25.0	0.005239867672808865	NZ_VUNK01000003.1	high GC Gram+	Schaalia hyovaginalis strain BSM-389-WT-23D seq3, whole genome shotgun sequence	True	False
ENG0098_000000005961	4249	0.5573946737836539	4	1	1	1	1	True	64870	fragment	False	ENG0098_000000005961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	80.684	12.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ENG0039_000000006593	3590	0.5573946737836539	5	1	1	1	1	True	64961	maximal	True	ENG0039_000000006593	1.0		1	1	True	True	0.999164342880249	3					non-mobilizable	no_good_hit								True	True
ENG0040_000000006295	3510	0.5573946737836539	2	1	1	1	1	True	64869	fragment	False	ENG0040_000000006295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	80.684	14.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
ENG0207_000000006054	2875	0.5573946737836539	2	1	1	1	1	True	61559	fragment	False	ENG0207_000000006054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	84.588	10.0	0.02626970227670753	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
AST0055_000000011978	2848	0.5573946737836539	3	1	1	1	1	True	113848	fragment	False	AST0055_000000011978	1.0		0	0	False	False	0.9992977380752563	0					non-mobilizable	no_good_hit	572.0	80.42	20.0	0.11570584640456305	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0165_000000010081	1949	0.5573946737836539	2	1	1	1	1	True	61558	fragment	False	ENG0165_000000010081	1.0		0	0	False	False	0.9830682277679443	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	0.014563106796116505	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0092_000000025287	1778	0.5573946737836539	1	1	1	1	1	True	5313	fragment	False	SPA0092_000000025287	1.0		0	0	False	False	0.9910011291503906	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	0.014563106796116505	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
AST0025_000000023082	1637	0.5573946737836539	1	1	1	1	1	True	120102	maximal	True	AST0025_000000023082	1.0		1	1	False	False	0.999389111995697	0		MOBV			mobilizable	plasmid	1555.0	88.939	94.0	0.456379821958457	JN106353.1	firmicutes	Leuconostoc mesenteroides subsp. mesenteroides strain KCTC 3733 plasmid pMBLR00, complete sequence	False	True
FIJ0058_000000025700	1611	0.5573946737836539	2	1	1	1	1	True	45990	fragment	False	FIJ0058_000000025700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0083_000000014761	1526	0.5573946737836539	1	1	1	1	1	True	61557	fragment	False	ENG0083_000000014761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	0.014563106796116505	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0166_000000016382	1494	0.5573946737836539	1	1	1	1	1	True	119654	fragment	False	FIJ0166_000000016382	1.0		0	0	False	False	0.9926372170448303	0					non-mobilizable	no_good_hit								True	True
ISR0309_000000013967	1449	0.5573946737836539	2	1	1	1	1	True	25370	fragment	False	ISR0309_000000013967	1.0		0	0	False	False	0.9875776171684265	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	6.869500106477252e-05	LR217717.1	enterobacteria	Buchnera aphidicola (Cinara laricifoliae) strain BuCilaricifoliae genome assembly, chromosome: 1	True	True
ISR0814_000000029872	1403	0.5573946737836539	1	1	1	1	1	True	36127	fragment	False	ISR0814_000000029872	1.0		0	0	False	False	0.9971489906311035	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	6.869500106477252e-05	LR217717.1	enterobacteria	Buchnera aphidicola (Cinara laricifoliae) strain BuCilaricifoliae genome assembly, chromosome: 1	True	True
ISR0212_000000025981	1384	0.5573946737836539	1	1	1	1	1	True	36127	fragment	False	ISR0814_000000029872	0.9932287954383464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	6.869500106477252e-05	LR217717.1	enterobacteria	Buchnera aphidicola (Cinara laricifoliae) strain BuCilaricifoliae genome assembly, chromosome: 1	True	True
DEN0052_000000035366	1328	0.5573946737836539	1	1	1	1	1	True	72207	maximal	True	DEN0052_000000035366	1.0		6	4	False	False	0.9879518151283264	0					non-mobilizable	no_good_hit								True	True
DEN0069_000000020108	1338	0.557393959014247	2	2	2	2	1	False	70682	maximal	True	DEN0069_000000020108	0.9745693191140279		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	92.30799999999999	57.0	0.0002107736141426596	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0060_000000021594	1464	0.5573936746535297	2	1	1	1	1	False	73402	fragment	False	ISR0843_000000011509	0.8347462794426754		0	0	False	False	0.999316930770874	0					non-mobilizable	no_good_hit								True	False
ISR0235_000000003283	1461	0.5573936746535297	2	1	1	1	1	False	73402	fragment	False	ISR0843_000000011509	0.6888805129759005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	98.171	11.0	0.0004633617320063563	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	False
ISR0843_000000011509	1392	0.5573936746535297	2	1	1	1	1	False	73402	fragment	False	ISR0843_000000011509	0.9452640465336097		0	0	False	False	0.9956896305084229	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00040913430212295243	NZ_JHXV01000029.1	CFB group bacteria	Crocinitomix catalasitica ATCC 23190 T367DRAFT_scaffold00026.26_C, whole genome shotgun sequence	True	False
ISR0384_000000014870	1339	0.5573936746535297	2	1	1	1	1	False	73402	fragment	False	ISR0843_000000011509	0.6723964382121487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	5.0	0.00017624802076315394	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	False
MON0037_000000059750	1284	0.5573936746535297	1	1	1	1	1	False	73402	fragment	False	ISR0843_000000011509	0.4072081716910757		0	0	False	False	0.9852024912834167	0					non-mobilizable	no_good_hit								True	False
ENG0104_000000010298	3009	0.5573894342093806	2	2	2	2	1	False	127888	maximal	True	ENG0104_000000010298	1.0		66	11	False	False	0.9960119724273682	0					non-mobilizable	no_good_hit	1293.0	82.985	43.0	0.9551569506726457	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0034_01_000000020964	2576	0.557386558919593	3	2	2	1	1	False	61138	maximal	True	USA0034_01_000000020964	1.0	PS269	8	2	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0189_000000005393	2745	0.5573787488056774	4	4	4	4	4	False	87966	fragment	False	ENG0189_000000005393	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2745.0	99.162	100.0	0.03826416778224007	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0382_000000001730	6729	0.5573786163677581	6	4	3	4	2	False	23121	fragment	False	ISR0382_000000001730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	94.318	3.0	0.004149377593360996	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
ISR0316_000000013888	1545	0.5573737284724736	2	2	2	2	2	False	25203	maximal	True	ISR0316_000000013888	1.0		3	1	False	False	0.9987055063247681	0					non-mobilizable	other	623.0	86.99799999999999	93.0	0.010093633870470442	NZ_SMCQ01000018.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_118, whole genome shotgun sequence	False	False
CHI0142_000000001620	9229	0.5573716117219347	11	3	2	3	2	False	92392	fragment	False	CHI0142_000000001620	0.9861126985941251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	87.78299999999999	10.0	0.0002384802803576339	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0041_01_000000010993	1581	0.5573697574149097	3	3	3	3	2	False	1283	maximal	True	USA0041_01_000000010993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1116.0	89.785	70.0	0.003266000901168869	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
CHI0125_000000005331	2887	0.5573692995287025	3	2	2	2	2	True	111493	fragment	False	CHI0125_000000005331	0.9842996955574816		0	0	False	False	0.9996536374092102	0					non-mobilizable	no_good_hit	1287.0	87.102	78.0	0.00024887719585705653	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
CAN0015_000000004991	8385	0.5573650959282969	12	9	6	7	8	True	130645	maximal	True	CAN0015_000000004991	1.0	PS1110|PS1111	2	1	True	True	0.9984496235847473	15		MOBV			mobilizable	no_good_hit	3650.0	94.35600000000001	58.0	0.031261318753341726	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
MON0051_000000022202	1612	0.5573608361392247	3	3	3	2	3	False	11263	fragment	False	MON0051_000000022202	1.0		0	0	False	False	0.9993796348571777	0					non-mobilizable	chromosome	894.0	81.544	99.0	0.00030987140859386	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0166_000000001735	4546	0.5573599424523094	6	3	2	3	2	True	78228	maximal	True	CHI0166_000000001735	1.0		19	5	False	False	0.9991201162338257	0					non-mobilizable	other	4571.0	94.24600000000001	100.0	0.00133564169076249	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ENG0138_000000012290	1599	0.5573573368682859	2	2	2	2	2	False	57917	maximal	True	ENG0138_000000012290	1.0		32	7	False	False	1.0	0					non-mobilizable	other	1599.0	99.5	100.0	0.006421571978302566	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	False	False
FIJ0068_000000002767	9440	0.5573521449115386	15	4	2	4	1	True	45136	maximal	True	FIJ0068_000000002767	1.0		3	2	False	False	0.9988347291946411	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.00016997750034666463	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
CAN0002_000000004531	3768	0.557345656637596	6	5	3	4	4	True	96968	fragment	False	CAN0002_000000004531	1.0		0	0	False	False	0.9962844848632812	0					non-mobilizable	no_good_hit	795.0	76.226	21.0	0.0002743181086202113	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0118_000000007611	1834	0.5573436017332933	2	1	1	1	1	False	128274	fragment	False	ENG0118_000000007611	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1834.0	99.073	100.0	0.0006441761450995345	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0089_000000015926	1479	0.5573436017332933	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.09421622193231538		0	0	False	False	1.0	0					non-mobilizable	chromosome	1310.0	99.389	100.0	0.00046002540858444663	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0032_000000022939	1462	0.5573436017332933	1	1	1	1	1	False	128273	fragment	False	ISR0032_000000022939	1.0		0	0	False	False	0.99863201379776	0					non-mobilizable	chromosome	1462.0	99.384	100.0	0.0005134431794819531	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0197_000000017757	1436	0.5573436017332933	2	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.0889564785870994		0	0	False	False	0.9874652028083801	0					non-mobilizable	chromosome	1329.0	99.022	93.0	0.00046670262994663494	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0161_000000015940	1310	0.5573436017332933	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.07858042543749297		0	0	False	False	1.0	0					non-mobilizable	chromosome	1310.0	99.31299999999999	100.0	0.00046002540858444663	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0122_000000023543	1270	0.5573436017332933	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.07310869026562136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1270.0	99.134	100.0	0.0004459681004535239	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0153_000000023690	1250	0.5573436017332933	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.07271732279071688		0	0	False	False	1.0	0					non-mobilizable	chromosome	1250.0	99.28	100.0	0.00043893944638806253	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0148_000000027039	1246	0.5573436017332933	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.07209313551608744		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	99.037	100.0	0.00045213784938543755	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0112_000000022926	1205	0.5573436017332933	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.061472015527946997		0	0	False	False	1.0	0					non-mobilizable	chromosome	1205.0	99.419	100.0	0.00042312497474077446	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
USA0031_01_000000008034	3715	0.5573422962347925	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9138677204779442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	98.469	5.0	0.00092330419795642	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
SPA0119_000000009018	3710	0.5573422962347925	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9113519321299961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	95.855	5.0	9.762298207703064e-05	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
ENG0116_000000006266	3631	0.5573422962347925	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9575851069692886		0	0	False	False	0.9975213408470154	0					non-mobilizable	no_good_hit	79.0	98.734	4.0	0.0982367758186398	NZ_CYXX01000076.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0849_000000007468	3589	0.5573422962347925	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9131327010490715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.026556776556776556	NZ_JAAIPV010000079.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_80_length_2184_cov_263.136, whole genome shotgun sequence	True	False
ISR0249_000000004555	3586	0.5573422962347925	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9529612077464881		0	0	False	False	0.999721109867096	0					non-mobilizable	no_good_hit	59.0	98.305	2.0	1.6497566608925182e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0110_000000008637	3527	0.5573422962347925	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9104179877577		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.03571428571428571	NZ_JAAIPV010000079.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_80_length_2184_cov_263.136, whole genome shotgun sequence	True	False
SPA0141_000000006656	3511	0.5573422962347925	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9092658073862678		0	0	False	False	0.9997152090072632	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0173992673992674	NZ_JAAIPV010000079.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_80_length_2184_cov_263.136, whole genome shotgun sequence	True	False
SPA0132_000000011365	3502	0.5573422962347925	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9065595143626523		0	0	False	False	0.9988577961921692	0					non-mobilizable	no_good_hit								True	False
DEN0029_000000003593	3484	0.5573422962347925	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9089263867410254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0048_000000004703	3446	0.5573422962347925	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9044022432447273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0018_000000011467	3012	0.5573399780646431	3	2	2	2	1	True	92276	maximal	True	CAN0018_000000011467	0.9739039665970772		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	3.0	3.927033924664317e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0215_000000009693	2991	0.5573399780646431	2	2	2	2	1	True	28172	maximal	True	ISR0215_000000009693	0.9998324396782842		9	4	False	False	0.9986626505851746	0					non-mobilizable	other	2997.0	93.02600000000001	100.0	0.006573911972481503	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
SPA0119_000000010953	2984	0.5573399780646431	2	2	2	2	1	True	28172	maximal	False	ISR0215_000000009693	0.9986626546305584		0	0	False	False	0.9993297457695007	0					non-mobilizable	other	2991.0	92.979	100.0	0.006560715762433029	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0331_000000007868	2874	0.5573399780646431	3	2	2	2	1	True	92276	maximal	False	CAN0018_000000011467	0.9526892430278884		0	0	False	False	0.9975643754005432	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.001180262381406328	NZ_CABMGA010000015.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0050_000000012387	2735	0.5573399780646431	3	2	2	2	1	True	11338	maximal	True	MON0050_000000012387	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1743.0	80.83800000000001	63.0	0.0037939103889362974	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0063_000000005599	3621	0.5573376055061109	6	3	2	2	1	False	35855	maximal	True	ISR0063_000000005599	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0153_000000000423	32995	0.5573368275034042	37	23	17	22	11	True	103579	maximal	True	AST0153_000000000423	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	71.857	4.0	0.0005881389568601761	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
AST0014_000000004821	3727	0.5573306265775944	4	4	4	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9593206986470074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	97.382	5.0	0.0008996297313421528	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
USA0057_01_000000008328	3721	0.5573306265775944	4	4	4	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9586484495418766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	98.206	6.0	7.801806012662121e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ENG0208_000000008255	3674	0.5573306265775944	4	4	4	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9515490126585375		0	0	False	False	0.9997278451919556	0					non-mobilizable	no_good_hit	97.0	96.90700000000001	3.0	0.0004545497589939299	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
DEN0026_000000008220	3590	0.5573306265775944	4	4	4	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9561638618105323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	2.261076011287987e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ITA0002_000000009984	1147	0.5573304059991389	2	2	2	1	1	False	20414	maximal	True	ITA0002_000000009984	1.0		2	2	False	False	0.9816913604736328	0					non-mobilizable	no_good_hit	221.0	95.475	19.0	0.0009536001672066047	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
FIJ0096_000000033299	1153	0.5573263713663119	2	1	1	1	1	False	42946	fragment	False	FIJ0096_000000033299	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	99.566	100.0	0.02992596441096246	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
MON0012_000000033130	1656	0.5573219512915192	4	2	2	2	2	False	13597	maximal	True	MON0012_000000033130	1.0		38	7	False	False	0.9993961453437805	0					non-mobilizable	no_good_hit	44.0	95.455	3.0	8.166333397967646e-06	CP012602.1	firmicutes	Bacillus sp. FJAT-18017 genome	True	False
MON0084_000000012322	2584	0.5573211084896448	2	2	2	2	1	True	9829	maximal	True	MON0084_000000012322	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	4.0	0.22685185185185186	EU061492.1	bacteria	Uncultured bacterium clone LM0ABA6ZG04RM1 genomic sequence	True	True
FIJ0169_000000008942	2538	0.5573211084896448	2	2	2	2	1	True	38871	maximal	True	FIJ0169_000000008942	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	84.656	7.0	0.0011627979669790384	NZ_FOAT01000008.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	True
ISR0162_000000004211	7815	0.5573204693756212	17	4	2	4	3	True	45201	maximal	True	ISR0162_000000004211	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	0.010577346848832084	LN853914.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1352	True	True
ISR0271_000000002366	5749	0.5573204693756212	15	4	2	4	3	True	74825	maximal	True	ISR0271_000000002366	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.01238390092879257	LN853929.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1368	True	True
FIJ0034_000000006256	4649	0.5573204693756212	9	4	2	4	3	True	48174	fragment	False	FIJ0034_000000006256	1.0		0	0	False	False	0.9997848868370056	0					non-mobilizable	no_good_hit								True	True
ISR0123_000000004926	3898	0.5573204693756212	7	4	2	4	3	True	45203	fragment	False	ISR0123_000000004926	1.0		0	0	False	False	0.9992303848266602	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	0.00046108354633388464	NZ_QRYH01000006.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf6, whole genome shotgun sequence	True	True
MON0092_000000015603	3402	0.5573204693756212	6	4	2	4	3	True	45198	fragment	False	MON0092_000000015603	1.0		0	0	False	False	0.9970605373382568	0					non-mobilizable	no_good_hit	124.0	89.516	4.0	0.0017018803702627536	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
USA0055_01_000000007368	3698	0.5573178998734524	4	4	2	2	2	False	80034	maximal	True	USA0055_01_000000007368	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1786.0	94.625	87.0	0.0039659361972490354	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
TAN0008_000000003767	3898	0.5573098863419872	4	2	2	2	1	True	96529	fragment	False	MON0003_000000002885	0.9435732953195534		0	0	False	False	0.9987173080444336	0					non-mobilizable	chromosome	3898.0	97.075	100.0	0.0006989521457221061	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0293_000000010358	3532	0.5573071941646208	3	3	1	3	2	False	89969	fragment	False	ISR0293_000000010358	1.0		0	0	False	False	0.9977350234985352	0					non-mobilizable	no_good_hit	1545.0	80.453	46.0	0.000528768196666913	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0135_000000003508	8529	0.557304235620771	11	6	4	4	5	False	59484	fragment	False	FIJ0135_000000003508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	74.08800000000001	9.0	0.0002384143226293694	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0132_000000021280	1942	0.5573039937532916	3	2	2	2	1	False	14015	maximal	True	SPA0132_000000021280	1.0		4	3	False	False	0.9994850754737854	0					non-mobilizable	no_good_hit	589.0	76.74	29.0	0.0026797367471050513	NZ_QVHZ01000011.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf11, whole genome shotgun sequence	True	False
USA0006_01_000000012944	1852	0.5573016275277968	3	3	3	3	1	True	71654	maximal	True	USA0006_01_000000012944	1.0		7	3	False	False	0.9784017205238342	0					non-mobilizable	no_good_hit	1363.0	98.82600000000001	74.0	0.017535276547533216	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	True
AST0029_000000001609	15860	0.5572980139042909	11	3	3	2	1	False	118486	fragment	False	AST0029_000000001609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	78.571	1.0	5.3283424525694266e-05	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
ISR0816_000000033030	1100	0.5572903217494379	1	1	1	1	1	False	21382	fragment	False	ISR0816_000000033030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0397_000000008601	2201	0.5572877440112081	3	3	3	3	2	True	27984	maximal	True	ISR0397_000000008601	1.0		41	8	False	False	0.9968196153640747	0					non-mobilizable	chromosome	2201.0	99.90899999999999	100.0	0.0006774224936291494	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	True
MON0103_000000050354	1184	0.5572838318481558	2	2	2	1	1	False	20545	fragment	False	MON0103_000000050354	0.9915555555555555		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	98.73299999999999	100.0	0.0003813025721324225	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0102_000000027305	1631	0.5572833330699192	3	2	2	2	2	False	40175	fragment	False	MON0102_000000027305	0.9613005697534742		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	97.647	10.0	5.447179601891751e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0052_000000026418	1408	0.5572800123528203	2	2	2	2	2	False	95159	fragment	False	ISR0052_000000026418	0.995702005730659		0	0	False	False	0.9893465638160706	0					non-mobilizable	other	1410.0	80.21300000000001	99.0	0.01025153553670664	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	False	False
USA0027_01_000000009418	2898	0.5572729414734087	4	4	3	4	2	False	93862	maximal	True	USA0027_01_000000009418	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	80.914	25.0	0.009477326722446028	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	False
MON0049_000000001029	12385	0.5572698292206201	13	5	2	1	3	False	11376	maximal	False	MON0092_000000002698	0.9729542835190166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8175.0	82.985	89.0	0.005463022135216539	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0325_000000016409	1301	0.5572666986813142	1	1	1	1	1	False	24853	fragment	False	ISR0325_000000016409	1.0		0	0	False	False	0.9754035472869873	0					non-mobilizable	no_good_hit								True	False
CHI0080_000000000579	6788	0.5572647047394595	8	7	3	4	7	True	123727	fragment	False	CHI0080_000000000579	0.999484232242853		0	0	False	False	0.9998526573181152	0		MOBP	MPF_T		conjugative	other	6788.0	100.0	100.0	0.18097218889155534	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ISR0204_000000001355	6786	0.5572647047394595	8	7	3	4	7	True	123727	fragment	False	CHI0080_000000000579	0.9993370654095463		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	other	6786.0	100.0	100.0	0.18091885982454736	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0083_000000004614	5546	0.5572639711891023	7	6	4	5	5	False	69138	maximal	True	DEN0083_000000004614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1552.0	84.665	53.0	0.00029369797475679204	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	True	False
CAN0021_000000030959	1414	0.5572625648100572	2	2	2	2	1	False	91454	maximal	False	MON0096_000000025922	0.9576502732240437		0	0	False	False	0.9943422675132751	0					non-mobilizable	no_good_hit	468.0	77.35	79.0	0.0016867611252896829	NZ_AWEZ01000045.1	actinobacteria	Olsenella profusa F0195 contig00001, whole genome shotgun sequence	True	False
MON0004_000000043137	1124	0.5572618701895227	2	2	2	1	1	False	61961	maximal	True	MON0004_000000043137	0.9865350089766607		262	13	False	False	0.9982206225395203	0					non-mobilizable	no_good_hit	495.0	82.42399999999999	43.0	0.00017290738833270345	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0077_000000018932	1114	0.5572618701895227	2	2	2	1	1	False	61961	maximal	False	MON0004_000000043137	0.9822064056939501		0	0	False	False	0.9919210076332092	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	0.00014059936990652746	NZ_WHOS01000006.1	a-proteobacteria	Azospirillum melinis strain TMCY0552 NODE_6_length_192036_cov_47.166761_1-192036, whole genome shotgun sequence	True	False
DEN0080_000000002962	1307	0.5572597797740517	2	2	2	2	2	True	106318	fragment	False	ENG0089_000000015145	0.9531787050428657		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.15799999999999	100.0	0.0006888330977446782	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	True
ISR0806_000000002543	4000	0.5572566483250562	4	3	3	3	2	False	60629	fragment	False	ISR0806_000000002543	1.0		0	0	False	False	0.9959999918937683	0					non-mobilizable	no_good_hit	949.0	73.656	23.0	0.0003336606828040787	NC_004557.1	firmicutes	Clostridium tetani E88, complete sequence	True	False
CAN0016_000000039981	1108	0.5572557155704243	2	2	1	2	1	False	92576	maximal	True	CAN0016_000000039981	1.0		157	13	False	False	0.9566786885261536	0					non-mobilizable	no_good_hit	549.0	73.042	48.0	0.010400405869497345	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	True	False
FIJ0038_000000017006	2051	0.5572552780510543	2	2	2	1	1	False	47646	maximal	True	FIJ0038_000000017006	1.0		24	1	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	82.255	32.0	0.00018039658336701337	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0127_000000012441	2005	0.5572451601191328	3	3	3	3	2	False	70915	fragment	False	ISR0127_000000012441	1.0		0	0	False	False	0.9995012283325195	0					non-mobilizable	other	904.0	94.469	93.0	0.00022139564578756168	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0128_000000004345	7424	0.5572444659202659	16	5	2	4	4	False	86612	fragment	False	ISR0128_000000004345	1.0		0	0	False	False	0.9989224076271057	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.044881111108212e-06	CP038255.1	a-proteobacteria	Terasakiella sp. SH-1 chromosome, complete genome	True	False
ISR0104_000000005110	4916	0.5572439724715531	6	3	3	3	3	False	36705	maximal	False	ISR0297_000000002061	0.9449310473350727		0	0	False	False	0.9997965693473816	0					non-mobilizable	no_good_hit	3305.0	90.62	67.0	0.7208892802113142	NZ_CABIWU010000113.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0059_000000014128	2741	0.5572433534913742	4	3	3	3	2	False	10946	maximal	True	MON0059_000000014128	1.0		2	1	False	False	0.9587741494178772	0					non-mobilizable	no_good_hit	856.0	73.715	31.0	0.00028840353724709394	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
SPA0061_000000005559	3222	0.5572432897827672	5	4	2	3	4	False	123117	fragment	False	SPA0061_000000005559	0.9446570972886763		0	0	False	False	1.0	0					non-mobilizable	other	3222.0	95.56200000000001	100.0	0.0011186770428015563	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0002_000000006824	5123	0.5572400977268357	6	5	4	5	4	False	74438	maximal	True	FIJ0002_000000006824	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	75.085	36.0	0.0005134882745837823	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0056_000000006377	2762	0.5572351447195053	4	3	2	3	1	False	11075	maximal	True	MON0056_000000006377	1.0		6	3	False	False	0.9891383051872253	0					non-mobilizable	no_good_hit	334.0	72.75399999999999	12.0	0.0006079622730766957	NZ_FRDH01000004.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
SPA0127_000000011268	2601	0.5572351447195053	4	3	2	3	1	False	3920	maximal	True	SPA0127_000000011268	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	81.484	55.0	0.0004272330862128977	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MAD0002_000000015591	2424	0.5572351447195053	4	3	2	3	1	False	20206	maximal	True	MAD0002_000000015591	1.0		28	9	False	False	1.0	0					non-mobilizable	no_good_hit	386.0	84.97399999999999	18.0	0.00076884221288612	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
USA0032_01_000000011019	2077	0.5572351447195053	4	3	2	3	1	False	1496	fragment	False	USA0032_01_000000011019	1.0		0	0	False	False	0.9990370869636536	0					non-mobilizable	no_good_hit	87.0	94.25299999999999	4.0	0.00027144493928786735	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
DEN0031_000000004504	6272	0.5572310206565949	11	7	3	5	5	False	73815	maximal	True	DEN0031_000000004504	1.0		2	2	False	False	0.9953762888908386	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.310817603843133e-07	LR131939.1	bony fishes	Cottoperca gobio genome assembly, chromosome: 9	True	False
AUS0024_000000018801	1719	0.5572302181705279	2	2	2	1	1	False	98873	maximal	True	AUS0024_000000018801	1.0		2	2	False	False	0.9842932224273682	0					non-mobilizable	no_good_hit	459.0	78.649	26.0	0.00015929272635252422	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0808_000000014506	1170	0.5572302181705279	2	2	2	1	1	False	21739	fragment	False	ISR0808_000000014506	1.0		0	0	False	False	0.995726466178894	0					non-mobilizable	no_good_hit	459.0	78.431	38.0	0.00015929272635252422	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0076_000000006700	2246	0.5572281734282096	3	3	3	3	2	False	5743	maximal	True	SPA0076_000000006700	1.0		7	4	False	False	1.0	0					non-mobilizable	other	1469.0	99.18299999999999	100.0	0.000733504151193793	CP012719.1	firmicutes	Streptococcus anginosus strain J4206, complete genome	False	False
FIJ0072_000000002179	10915	0.5572267971755713	10	10	8	9	10	False	101320	fragment	False	FIJ0014_000000001935	0.9506339237603956		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.624	13.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0113_000000017481	1596	0.5572225172209634	2	2	2	2	1	False	62744	maximal	True	ENG0113_000000017481	0.9890698734448735		377	12	False	False	0.9855889678001404	0					non-mobilizable	no_good_hit	283.0	75.265	17.0	0.001057094642644351	NZ_FXXB01000003.1	high GC Gram+	Brachybacterium massiliense strain mt5, whole genome shotgun sequence	True	False
SPA0040_000000035207	1234	0.5572200251032128	2	2	2	2	2	False	6936	maximal	True	SPA0040_000000035207	1.0		25	6	False	False	0.9991896152496338	0					non-mobilizable	no_good_hit	235.0	72.766	19.0	0.0013664048234703005	NZ_FNDJ01000026.1	high GC Gram+	Nonomuraea jiangxiensis strain CGMCC 4.6533, whole genome shotgun sequence	True	False
USA0135_01_000000012034	1274	0.557211734676264	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.30193158391613334		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	93.594	100.0	0.7179775280898877	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
FIJ0064_000000021526	1196	0.557211734676264	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.043077267191594014		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	94.064	100.0	0.6713483146067416	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
ISR0337_000000005250	1923	0.5572117104866655	3	2	2	2	2	False	88703	fragment	False	CHI0028_000000006623	0.7398837241329534		0	0	False	False	0.9927197098731995	0					non-mobilizable	chromosome	1905.0	99.318	99.0	0.0006469771318729003	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0148_000000017610	2105	0.5572115539156821	3	3	3	2	2	False	129515	backbone	False	ISR0187_000000012655	0.19126410006080027	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1571.0	91.916	84.0	0.0004207337596768765	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MAD0070_000000017130	1273	0.5572110584173918	2	2	2	2	1	False	16346	maximal	True	MAD0070_000000017130	1.0		121	8	False	False	1.0	0					non-mobilizable	other	1273.0	99.529	100.0	0.0015495999912286792	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0113_000000013847	2259	0.5572106059449403	3	2	1	1	1	True	125816	maximal	True	SPA0113_000000013847	1.0		8	5	False	False	1.0	0					non-mobilizable	other	1947.0	99.743	95.0	0.0007555391971871889	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ISR0146_000000019345	2120	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4916549175138737		0	0	False	False	0.9990565776824951	0					non-mobilizable	other	2122.0	99.387	100.0	0.0008227068647685782	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
SPA0126_000000020607	2090	0.5572106059449403	3	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4926157019342446		0	0	False	False	0.9990430474281311	0					non-mobilizable	chromosome	2090.0	99.95200000000001	100.0	0.0005826753248854244	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
DEN0051_000000022097	2082	0.5572106059449403	3	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.492342340933287		0	0	False	False	1.0	0					non-mobilizable	other	2082.0	100.0	100.0	0.0008079532730454986	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ENG0023_000000008375	2064	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4915819239466858		0	0	False	False	0.9990310072898865	0					non-mobilizable	other	2069.0	98.115	100.0	0.06382650066421576	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
SPA0006_000000015514	2060	0.5572106059449403	3	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.489967173853101		0	0	False	False	1.0	0					non-mobilizable	chromosome	2060.0	99.806	100.0	0.0005743075605261315	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
SPA0052_000000013558	2054	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.48119515162387283		0	0	False	False	1.0	0					non-mobilizable	other	2059.0	99.126	100.0	0.06351756310049739	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
SPA0120_000000020200	2034	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4907957471452428		0	0	False	False	1.0	0					non-mobilizable	chromosome	2034.0	99.95100000000001	100.0	0.0005670554980814111	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ENG0063_000000015488	2031	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4900752482586513		0	0	False	False	0.9995076060295105	0					non-mobilizable	other	2032.0	99.803	100.0	0.06274521919120146	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ISR0222_000000024316	2011	0.5572106059449403	3	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.2568362707238357		0	0	False	False	0.9985082149505615	0					non-mobilizable	other	1508.0	87.334	93.0	0.0004711318802271094	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0020_000000016124	2011	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4887034052568238		0	0	False	False	1.0	0					non-mobilizable	chromosome	2011.0	99.95	100.0	0.0005606402120726199	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ENG0090_000000011676	2006	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.48004593621427116		0	0	False	False	0.9985044598579407	0					non-mobilizable	other	2006.0	99.95	100.0	0.06194198152553369	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
USA0011_01_000000018272	2001	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4742328157678011		0	0	False	False	1.0	0					non-mobilizable	chromosome	2003.0	98.552	100.0	0.0008253080145293845	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	False	True
SPA0105_000000012656	2001	0.5572106059449403	3	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4869260568392239		0	0	False	False	1.0	0					non-mobilizable	other	2001.0	99.95	100.0	0.0007765048275305128	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
SPA0037_000000012409	1998	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.48700063710715386		0	0	False	False	1.0	0					non-mobilizable	other	1998.0	100.0	100.0	0.000775340070289217	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
SPA0039_000000013604	1995	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4799490116253617		0	0	False	False	1.0	0					non-mobilizable	other	1995.0	100.0	100.0	0.06160215020544348	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ENG0206_000000013060	1949	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4756805185870431		0	0	False	False	0.9989738464355469	0					non-mobilizable	other	1949.0	99.025	100.0	0.06018103741233897	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ENG0035_000000011369	1948	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.4755343840239134		0	0	False	False	0.9933264851570129	0					non-mobilizable	chromosome	1948.0	99.949	100.0	0.000543067906918105	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
ENG0062_000000012754	1947	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.47444075688230253		0	0	False	False	0.9979455471038818	0					non-mobilizable	other	1947.0	99.846	100.0	0.0007555391971871889	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ENG0021_000000009427	1947	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.47516714089870543		0	0	False	False	0.9958910942077637	0					non-mobilizable	other	1947.0	100.0	100.0	0.0007555391971871889	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
CAN0013_000000011680	1926	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.3598357126804448		0	0	False	False	0.9979231357574463	0					non-mobilizable	other	1926.0	99.948	100.0	0.0007473858964981185	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
USA0073_01_000000008172	1905	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.36059525239419193		0	0	False	False	1.0	0					non-mobilizable	other	1859.0	99.946	98.0	0.05740059933887361	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
AST0118_000000016194	1904	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.43667757269515983		0	0	False	False	1.0	0					non-mobilizable	other	1904.0	100.0	100.0	0.05879081837560629	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ISR0021_000000012376	1903	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.40515935835386757		0	0	False	False	0.9994745254516602	0					non-mobilizable	other	1908.0	98.95200000000001	100.0	0.058852605888349965	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ISR0255_000000016885	1901	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.43686583701998877		0	0	False	False	1.0	0					non-mobilizable	other	1901.0	100.0	100.0	0.05869813710649078	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ENG0111_000000010590	1899	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.3563747223065489		0	0	False	False	1.0	0					non-mobilizable	other	1872.0	98.771	99.0	0.05740059933887361	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
CAN0004_000000014762	1891	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.24492660850803125		0	0	False	False	0.993125319480896	0					non-mobilizable	other	1891.0	99.68299999999999	100.0	0.0007337970620163346	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ISR0776_000000012940	1874	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.3600515112509453		0	0	False	False	1.0	0					non-mobilizable	other	1859.0	99.839	99.0	0.057369705582501776	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ISR0117_000000014429	1869	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.21053818753952291		0	0	False	False	1.0	0					non-mobilizable	other	1867.0	99.51799999999999	99.0	0.0007244790040859684	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
CAN0012_000000025406	1852	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.3942719427493618		0	0	False	False	0.988120973110199	0					non-mobilizable	other	1852.0	98.81200000000001	100.0	0.05718434304427075	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ISR0821_000000017063	1822	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.20407407310660752		0	0	False	False	0.9967069029808044	0					non-mobilizable	other	1781.0	99.719	98.0	0.0006910892965021564	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
MON0027_000000023128	1781	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.10685250870458549		0	0	False	False	1.0	0					non-mobilizable	other	1781.0	100.0	100.0	0.054990886341870306	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
ISR0294_000000010743	1778	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.20282865094863325		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	99.43799999999999	100.0	0.0006899245392608605	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
MON0079_000000013035	1746	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.18221939578038823		0	0	False	False	0.9925544261932373	0					non-mobilizable	other	1746.0	99.485	100.0	0.053909604868856	KU736867.1	bacteria	Uncultured bacterium IN-02 genomic sequence	False	True
CAN0014_000000028688	1713	0.5572106059449403	2	2	1	1	1	True	125809	fragment	False	ISR0825_000000011464	0.1974506725108473		0	0	False	False	0.9953298568725586	0					non-mobilizable	other	1707.0	99.824	99.0	0.0006623586178835274	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ENG0081_000000006294	4116	0.557209887839465	4	4	3	4	3	False	61678	maximal	True	ENG0081_000000006294	1.0		7	3	False	False	0.9982993006706238	0					non-mobilizable	no_good_hit	1507.0	88.12200000000001	56.0	0.00977686980976891	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	False
ISR0778_000000001079	10787	0.5572037492656814	11	5	2	2	5	False	92916	maximal	True	ISR0778_000000001079	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4495.0	93.43700000000001	87.0	0.0009959597440356803	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0011_000000032907	1418	0.557203458346174	1	1	1	1	1	False	84953	fragment	False	MON0011_000000032907	0.952182802700189		0	0	False	False	1.0	0					non-mobilizable	chromosome	1418.0	94.92200000000001	100.0	0.0005517901420508902	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
MON0037_000000053306	1418	0.557203458346174	1	1	1	1	1	False	84953	fragment	False	MON0011_000000032907	0.952182802700189		0	0	False	False	1.0	0					non-mobilizable	chromosome	1418.0	94.92200000000001	100.0	0.0005517901420508902	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
CHI0101_000000000509	16293	0.5572031069628597	12	11	5	7	9	False	115379	fragment	False	ISR0803_000000000421	0.9653977360208014		0	0	False	False	0.9998772740364075	0					non-mobilizable	no_good_hit	8926.0	92.99799999999999	55.0	0.0021542560798890366	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
TAN0005_000000014518	1306	0.5572011269329309	3	2	2	2	2	False	2916	maximal	True	TAN0005_000000014518	1.0		1	1	False	False	0.9992343187332153	0					non-mobilizable	other	701.0	97.00399999999999	100.0	0.00022473439604878405	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0125_000000007210	3511	0.5571978819511921	4	4	4	3	3	False	121536	fragment	False	FIJ0158_000000004596	0.9707560305712044		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2553.0	94.90799999999999	87.0	0.00048557956476736903	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ENG0002_000000022311	1110	0.5571913180334084	1	1	1	1	0	False	67941	maximal	True	ENG0002_000000022311	1.0		13	5	False	False	0.9954954981803894	0					non-mobilizable	no_good_hit	534.0	99.251	48.0	0.0002485787173711285	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0010_000000005091	3470	0.5571881387294665	3	3	3	3	3	False	118704	maximal	False	ISR0213_000000006798	0.9720538304650895		0	0	False	False	0.998847246170044	0					non-mobilizable	other	3470.0	99.625	100.0	0.020164149780862367	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0219_000000004806	6331	0.5571843136243669	9	7	2	2	7	False	113746	fragment	False	CHI0039_000000001923	0.9358785084743949		0	0	False	False	1.0	0					non-mobilizable	other	6331.0	98.89399999999999	100.0	0.00278015435346698	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0140_000000007368	3758	0.5571838470696769	5	3	3	3	3	False	51687	maximal	True	FIJ0140_000000007368	1.0		5	2	False	False	0.9914848208427429	0					non-mobilizable	no_good_hit	160.0	76.25	4.0	5.7282733342308846e-05	NZ_LR590481.1	firmicutes	Hathewaya histolytica strain NCTC503 chromosome 1	True	False
ISR0122_000000006661	2591	0.5571827195861305	3	3	3	3	3	False	103290	fragment	False	SPA0084_000000007082	0.9709948054622283		0	0	False	False	0.9996140599250793	0					non-mobilizable	other	2517.0	99.086	100.0	0.0008077596292267724	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0084_000000007082	2489	0.5571827195861305	3	3	3	3	3	False	103290	fragment	False	SPA0084_000000007082	0.9726640891127827		0	0	False	False	0.9963840842247009	0					non-mobilizable	other	2489.0	99.397	100.0	0.18457770521003414	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
SPA0139_000000011397	2402	0.5571827195861305	3	3	3	3	3	False	103290	fragment	False	SPA0084_000000007082	0.7319206555508174		0	0	False	False	0.9995836615562439	0					non-mobilizable	other	2402.0	99.625	100.0	0.178195042303696	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
FIJ0002_000000016046	2225	0.557182550236116	3	2	1	2	1	True	122270	fragment	False	ISR0228_000000011673	0.8761115643426415		0	0	False	False	0.9797753095626831	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.2694767202828605e-07	LR031875.1	eudicots	Brassica oleracea HDEM genome, scaffold: C9	True	True
MAD0098_000000014582	3004	0.5571808127210544	3	3	2	3	2	False	15333	maximal	True	MAD0098_000000014582	1.0		1	1	False	False	0.9950066804885864	0					non-mobilizable	no_good_hit	1048.0	84.542	35.0	0.03190086193675041	NZ_WAJR01000027.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_027, whole genome shotgun sequence	True	False
CHI0055_000000011690	1462	0.5571799994487101	2	2	2	2	2	False	103601	maximal	True	CHI0055_000000011690	0.9851313293454732		265	12	False	False	0.9726402163505554	0					non-mobilizable	no_good_hit								True	False
MON0092_000000022675	2421	0.5571688045501622	2	2	2	2	2	False	9456	fragment	False	MON0092_000000022675	1.0		0	0	False	False	0.9917389750480652	0					non-mobilizable	no_good_hit	2151.0	75.081	88.0	0.004319140601767443	NZ_FPKO01000007.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
FIJ0112_000000011733	2312	0.5571630790191923	5	5	3	3	5	False	45080	maximal	False	FIJ0068_000000013559	0.9893116716545532		0	0	False	False	0.9969723224639893	0					non-mobilizable	chromosome	2312.0	99.697	100.0	0.00044804161610607825	CP022444.1	enterobacteria	Klebsiella sp. LY chromosome, complete genome	False	False
ISR0037_000000015114	1570	0.5571625620205842	3	3	3	3	2	False	55511	fragment	False	ISR0162_000000024947	0.9420342215612584		0	0	False	False	0.9993630647659302	0					non-mobilizable	other	1575.0	90.667	100.0	0.009031924666972899	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
ISR0092_000000013432	2085	0.5571593755944664	2	2	1	2	1	False	78708	maximal	True	ISR0092_000000013432	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	73.696	42.0	0.011790494084330624	NZ_CABDWS010000006.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
MAD0039_000000002459	4764	0.5571575072838989	6	6	4	4	6	False	85435	fragment	False	MAD0039_000000002459	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4759.0	99.895	99.0	0.0348076726118191	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
ENG0198_000000015080	1358	0.5571566179093529	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8656538568555991		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	75.5	91.0	0.0007167258162790899	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0219_000000026582	1225	0.5571566179093529	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.865862371295649		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	91.91799999999999	100.0	0.0003277435592896942	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0037_01_000000028618	1176	0.5571566179093529	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.7194720531828139		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	99.235	100.0	0.005484170583375729	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0076_000000022701	1176	0.5571566179093529	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.7211738070803999		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	99.405	100.0	0.005484170583375729	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0047_000000027464	1147	0.5571566179093529	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.5939064293131575		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	99.65100000000001	100.0	0.005348816585998796	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0094_000000027494	1417	0.5571563851794991	2	2	2	1	1	False	68307	maximal	True	DEN0094_000000027494	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	78.395	11.0	0.0003073264709893415	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
DEN0051_000000002313	12705	0.5571550463440745	20	14	4	5	13	False	72612	fragment	False	DEN0051_000000002313	1.0		0	0	False	False	0.9990555047988892	0					non-mobilizable	plasmid	8886.0	97.59200000000001	98.0	0.04781419293691908	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ENG0163_000000018970	1377	0.557153233411859	2	2	2	2	1	False	56306	fragment	False	ENG0163_000000018970	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	99.637	100.0	0.042685196674525375	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
MAD0023_000000009759	1405	0.5571528479284991	2	2	2	2	2	False	19223	fragment	False	MAD0023_000000009759	0.975095785440613		0	0	False	False	0.9950177669525146	0					non-mobilizable	no_good_hit	957.0	95.089	75.0	0.0002852059716270881	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0089_000000012165	3206	0.5571493921715165	4	3	3	3	3	False	5427	fragment	False	SPA0089_000000012165	1.0		0	0	False	False	0.9912663698196411	0					non-mobilizable	chromosome	3101.0	99.03299999999999	97.0	0.004259073723617862	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0347_000000005923	3489	0.557149120835693	3	3	3	3	1	False	84018	fragment	False	ISR0347_000000005923	1.0		0	0	False	False	0.9948409199714661	0					non-mobilizable	chromosome	3471.0	97.926	99.0	0.0014955317218655788	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
FIJ0158_000000004707	3770	0.5571488918265705	7	5	5	4	3	False	82268	maximal	True	FIJ0158_000000004707	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	98.70100000000001	57.0	0.0005185173733051558	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
FIJ0141_000000021866	1370	0.5571470699491622	1	1	1	1	1	False	40250	fragment	False	FIJ0141_000000021866	1.0		0	0	False	False	0.9839416146278381	0					non-mobilizable	no_good_hit	1108.0	74.007	80.0	0.0003584534511174191	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0114_000000018694	1500	0.5571459826138161	3	2	2	2	0	True	32533	maximal	True	ISR0114_000000018694	1.0		13	4	False	False	0.9933333396911621	0					non-mobilizable	no_good_hit	1293.0	96.365	85.0	0.005513874307564933	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0215_000000006838	4199	0.5571443469196381	5	3	3	3	3	False	28180	maximal	True	ISR0215_000000006838	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	99.63	39.0	0.1270931326434619	NZ_PYLP01000033.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_32, whole genome shotgun sequence	True	False
MAD0096_000000001339	10286	0.5571376506342733	11	9	2	5	9	True	19669	fragment	False	MAD0096_000000001339	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	10286.0	99.65	100.0	0.0859992976236266	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ENG0067_000000005580	5052	0.5571363294894375	4	3	2	2	2	True	125727	maximal	True	ENG0067_000000005580	0.9634196465269215		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	2210.0	96.833	44.0	0.0007435364667779896	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0046_000000003854	4866	0.5571363294894375	3	3	2	2	2	True	125727	maximal	False	ENG0067_000000005580	0.9451702296120348		0	0	False	False	0.998561441898346	0					non-mobilizable	no_good_hit	1825.0	97.041	41.0	0.0006139477208705537	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0035_000000011129	1794	0.5571362587084343	3	2	2	1	1	False	7120	maximal	True	SPA0035_000000011129	1.0		2	1	False	False	0.9899665713310242	0					non-mobilizable	other	1794.0	100.0	100.0	0.001059563044001118	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0079_000000018653	1528	0.5571362587084343	4	2	2	1	1	False	34347	fragment	False	ISR0079_000000018653	1.0		0	0	False	False	0.9993455410003662	0					non-mobilizable	no_good_hit	915.0	80.656	59.0	0.0034485668692076353	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0106_000000017853	1500	0.5571362587084343	3	2	2	1	1	False	32886	fragment	False	ISR0106_000000017853	1.0		0	0	False	False	0.9993333220481873	0					non-mobilizable	no_good_hit	453.0	76.6	30.0	0.00045544747714629626	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0158_000000016693	1161	0.5571362587084343	2	2	2	1	1	False	30494	maximal	True	ISR0158_000000016693	1.0		27	4	False	False	0.9379844665527344	0					non-mobilizable	no_good_hit	976.0	99.898	84.0	0.0005432251191752339	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	True	False
MON0009_000000026639	1466	0.5571340567825064	2	2	2	2	2	False	13794	fragment	False	MON0009_000000026639	1.0		0	0	False	False	0.9931787252426147	0					non-mobilizable	no_good_hit	1236.0	85.92200000000001	84.0	0.015158599306051136	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	False
ENG0168_000000010558	2832	0.5571244643318005	3	3	3	3	1	False	55992	fragment	False	ENG0168_000000010558	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2832.0	100.0	100.0	0.000640519184805283	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0121_01_000000015008	3108	0.5571213818881484	4	3	3	2	2	True	128159	fragment	False	MAD0102_000000004786	0.11779590028706131		0	0	False	False	1.0	0					non-mobilizable	other	3109.0	99.421	100.0	0.17404939239513917	MK211798.1	firmicutes	Streptococcus suis ILCSsuYS249 integron, complete sequence	False	True
ISR0038_000000009721	3114	0.5571208244868211	3	2	2	2	2	True	71886	fragment	False	ISR0165_000000005873	0.9618472949562697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1753.0	88.306	56.0	0.0053934363364217764	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0098_000000015590	2321	0.5571208244868211	2	2	2	2	2	True	71242	fragment	False	SPA0098_000000015590	0.9945954479819323		0	0	False	False	0.9995691776275635	0					non-mobilizable	no_good_hit	1808.0	88.551	77.0	0.005563527505288289	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0124_000000001022	22162	0.557120371907053	25	18	7	8	14	False	103790	maximal	True	ENG0124_000000001022	1.0		1	1	False	False	0.999954879283905	0					non-mobilizable	no_good_hit	8694.0	95.721	86.0	0.0017270278156660763	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
MON0041_000000008693	5221	0.5571202047582892	4	3	2	3	1	False	84595	maximal	True	MON0041_000000008693	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0317_000000010924	1887	0.5571148277297381	3	2	2	2	2	False	25161	maximal	True	ISR0317_000000010924	1.0		10	7	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	77.40100000000001	9.0	7.886332265148406e-05	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
ISR0199_000000001597	13988	0.5571111346126114	15	3	1	2	3	False	64444	maximal	True	ISR0199_000000001597	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	87.73	1.0	0.001280358178187206	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0012_000000020087	1506	0.5571107411559808	2	2	2	2	2	False	83329	fragment	False	MAD0012_000000020087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0082_000000013111	1307	0.5571064677067704	2	2	2	2	2	False	29076	maximal	False	ISR0193_000000019633	0.9717472118959107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1307.0	98.31700000000001	100.0	0.0003635730939207294	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0024_000000000726	19043	0.5571020279868849	15	6	4	5	2	False	7589	fragment	False	SPA0024_000000000726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	96.97	1.0	5.6598815467647715e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
CHI0112_000000006264	2741	0.557097839340624	3	3	2	2	1	False	82436	fragment	False	CHI0112_000000006264	1.0		0	0	False	False	0.9963517189025879	0					non-mobilizable	no_good_hit	378.0	92.85700000000001	16.0	0.0012553041608658927	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
SPA0064_000000004594	4572	0.5570959616017945	4	3	3	3	3	False	6108	maximal	True	SPA0064_000000004594	1.0		23	5	False	False	0.9958442449569702	0					non-mobilizable	chromosome	4544.0	100.0	99.0	0.0007074572975629552	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
CHI0087_000000007848	1418	0.5570959229143394	3	3	1	2	2	False	89246	fragment	False	CHI0087_000000007848	0.9921109219978944		0	0	False	False	0.9873060584068298	0					non-mobilizable	other	1418.0	99.083	100.0	0.00039349961955223797	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0078_000000025659	1358	0.5570959229143394	3	3	1	2	2	False	89246	fragment	False	CHI0087_000000007848	0.974661444528901		0	0	False	False	0.9977908730506897	0					non-mobilizable	other	1358.0	98.306	100.0	0.00037683767377020953	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0149_000000009190	1349	0.5570959229143394	3	3	1	2	2	False	89246	fragment	False	CHI0087_000000007848	0.9685237769805841		0	0	False	False	0.9985173940658569	0					non-mobilizable	other	1350.0	99.40700000000001	100.0	0.0003746160809992724	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0099_000000007899	2152	0.5570881963061294	4	4	3	3	4	False	65173	fragment	False	ENG0039_000000011839	0.9972144846796658		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	99.444	100.0	0.0004887278646124197	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MAD0001_000000019440	1326	0.5570869993461433	2	2	2	2	1	False	51647	maximal	True	MAD0001_000000019440	1.0		4	2	False	False	0.999245822429657	0					non-mobilizable	no_good_hit	176.0	100.0	13.0	5.268914877518805e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0061_000000017996	1142	0.5570822625621782	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.11609873334823709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	77.497	71.0	0.006020770923651031	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
FIJ0019_000000003792	1791	0.5570821003543399	2	2	2	2	2	False	49861	fragment	False	FIJ0019_000000003792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	83.838	6.0	0.00019525374020493673	CP003890.1	firmicutes	Bacillus thuringiensis Bt407 strain 407 plasmid BTB_502p, complete sequence	True	False
SPA0014_000000005398	3857	0.5570775447172367	7	6	5	5	1	False	73986	fragment	False	SPA0014_000000005398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	0.0008202633328147761	NZ_AXUN02000068.1	firmicutes	Youngiibacter fragilis 232.1 contig_16, whole genome shotgun sequence	True	False
ENG0048_000000005435	4794	0.5570769209508795	9	6	2	5	5	False	64280	maximal	True	ENG0048_000000005435	1.0		1	1	True	True	0.9979140758514404	13					non-mobilizable	no_good_hit								True	True
MON0058_000000014102	3200	0.5570753988451619	5	3	3	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.6762125941677481		0	0	False	False	0.9993749856948853	0					non-mobilizable	other	3026.0	98.90899999999999	95.0	0.05782911343991433	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0366_000000003640	4100	0.5570684062151129	4	4	4	4	3	False	126979	maximal	True	ISR0366_000000003640	1.0		1	1	False	False	0.9902439117431641	0					non-mobilizable	no_good_hit	1591.0	94.97200000000001	69.0	0.022698378687236627	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0152_000000004166	6046	0.5570673853295486	10	5	3	4	4	True	94236	fragment	False	ISR0152_000000004166	1.0		0	0	False	False	0.9971882104873657	0					non-mobilizable	no_good_hit	1111.0	82.538	39.0	0.11914020306761719	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0119_000000028515	1102	0.5570632685890567	1	1	1	1	1	False	32312	maximal	True	ISR0119_000000028515	1.0		0	0	False	False	0.9927404522895813	0					non-mobilizable	no_good_hit	647.0	100.0	59.0	0.00011697748998176527	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	True	False
ENG0071_000000013397	1513	0.5570628417892963	2	2	2	2	2	True	126070	fragment	False	ISR0183_000000016771	0.13913730666985238		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	86.23	100.0	0.01143623672782666	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0063_000000001699	9458	0.5570628052890928	6	6	6	6	6	True	6134	maximal	True	SPA0063_000000001699	1.0		2	1	False	False	0.997251033782959	0					non-mobilizable	chromosome	3618.0	97.374	97.0	0.0006954181848681235	CP025707.1	enterobacteria	Escherichia coli strain YDC107 chromosome, complete genome	False	True
MON0021_000000017746	1691	0.5570624922124738	1	1	1	1	1	False	13062	maximal	True	MON0021_000000017746	1.0		66	11	False	False	0.994677722454071	0					non-mobilizable	no_good_hit	514.0	74.125	29.0	0.0006688710643141105	NZ_LN908976.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
MON0090_000000049996	1246	0.5570623841982433	1	1	1	1	1	False	9516	fragment	False	MON0090_000000049996	1.0		0	0	False	False	0.9582664370536804	0					non-mobilizable	chromosome	1246.0	99.59899999999999	100.0	0.00023238602585364532	CP055888.1	enterobacteria	Escherichia coli strain RHBSTW-00353 chromosome, complete genome	False	False
ISR0120_000000010852	2910	0.5570613132249214	4	3	3	2	2	False	32287	maximal	True	ISR0120_000000010852	1.0		50	9	False	False	0.9996563792228699	0					non-mobilizable	no_good_hit	72.0	86.111	2.0	0.006893873191571997	NZ_FOIF01000059.1	firmicutes	Anaerobranca gottschalkii DSM 13577, whole genome shotgun sequence	True	False
MAD0046_000000011989	2144	0.5570591682979605	2	2	2	2	2	False	17749	maximal	True	MAD0046_000000011989	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	95.037	69.0	0.02542591939842557	NZ_WAJR01000018.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_018, whole genome shotgun sequence	True	False
ISR0067_000000012656	2310	0.5570574581396422	2	2	1	1	1	True	35081	maximal	True	ISR0067_000000012656	1.0		14	5	False	False	0.9995670914649963	0					non-mobilizable	no_good_hit	1303.0	100.0	57.0	0.0004523564749687398	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	True
ISR0190_000000016697	1354	0.5570565378048329	2	2	2	2	2	False	29171	fragment	False	ISR0190_000000016697	1.0		0	0	False	False	0.9889217019081116	0					non-mobilizable	no_good_hit	574.0	78.74600000000001	42.0	0.0009480089322032491	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0087_000000019699	1880	0.5570537656134438	2	1	1	1	1	False	110907	fragment	False	AST0087_000000019699	1.0		0	0	False	False	0.9867021441459656	0					non-mobilizable	plasmid	1404.0	98.36200000000001	99.0	0.007549892836756454	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0073_000000004865	5242	0.5570524207140792	8	5	2	2	4	False	34810	maximal	True	ISR0073_000000004865	1.0		7	4	False	False	0.9992369413375854	0					non-mobilizable	no_good_hit	2412.0	85.821	50.0	0.01342353290361601	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0106_000000009062	4281	0.557050666790769	7	4	2	2	1	True	25991	fragment	False	SPA0106_000000009062	1.0		0	0	False	False	0.9997664093971252	0					non-mobilizable	no_good_hit								True	True
SPA0102_000000006571	5662	0.5570502434496574	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.7540154199701992		0	0	False	False	1.0	0					non-mobilizable	chromosome	5663.0	98.62299999999999	100.0	0.001257610185265393	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
DEN0070_000000019866	1710	0.557049306897281	3	2	2	2	2	False	70596	maximal	True	DEN0070_000000019866	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	0.0001623312349051748	NZ_FUYX01000007.1	a-proteobacteria	Bosea thiooxidans strain DSM 9653, whole genome shotgun sequence	True	False
FIJ0132_000000015799	2047	0.5570479612339335	4	4	4	3	3	False	40786	maximal	True	FIJ0132_000000015799	1.0		46	4	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	94.23100000000001	5.0	0.0005137874615906461	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	True	False
ISR0785_000000006644	4600	0.5570439191180308	5	5	5	4	4	False	107845	fragment	False	ISR0785_000000006644	1.0		0	0	False	False	0.9995652437210083	0					non-mobilizable	no_good_hit	786.0	79.262	17.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
CHI0068_000000003632	3495	0.5570330485619814	5	4	3	4	3	False	96173	maximal	True	CHI0068_000000003632	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2970.0	92.391	85.0	0.0004968085613719212	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0363_000000016070	1145	0.5570315848205087	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.022226416993858855		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	95.80799999999999	100.0	0.015952699687639446	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0143_000000002968	6674	0.5570238201515888	10	7	4	4	5	True	130646	backbone	False	CHI0096_000000000727	0.9997532326522555	PS1110|PS1113	0	0	True	True	1.0	33		MOBV			mobilizable	other	4186.0	100.0	100.0	0.6198163507109005	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0786_000000000787	19466	0.5570231908236366	24	15	8	12	12	False	30743	fragment	False	ISR0786_000000000787	0.9763608003442341		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	0.0	0.0002843058115154007	NZ_FOYZ01000010.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	True	True
FIJ0071_000000018805	1910	0.5570228806798413	2	2	2	1	1	False	44869	maximal	True	FIJ0071_000000018805	1.0		105	10	False	False	0.999476432800293	0					non-mobilizable	no_good_hit	173.0	80.925	9.0	0.0005704181164793794	NZ_FMXR01000005.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
SPA0158_000000018135	1249	0.5570185840580337	2	2	2	2	1	False	3126	maximal	True	SPA0158_000000018135	1.0		20	10	False	False	0.9991993308067322	0					non-mobilizable	no_good_hit								True	False
CAN0011_000000019238	1568	0.5570132970875566	2	2	2	2	1	False	94440	fragment	False	CAN0011_000000019238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0014_000000016847	1496	0.5570120289415821	3	3	3	1	1	False	50450	fragment	False	FIJ0014_000000016847	0.9862617498192335		0	0	False	False	0.9786096215248108	0					non-mobilizable	other	1430.0	99.51	96.0	0.0004302445348556784	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0133_000000012174	3075	0.5570098116073909	2	2	2	2	2	False	96573	fragment	False	ISR0119_000000010252	0.8996239306648377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	2.3264974420561745e-05	NZ_VSDO01000002.1	firmicutes	Paenibacillus faecis strain DSM 23593 contig2, whole genome shotgun sequence	True	False
FIJ0004_000000013851	1897	0.5570078135089184	3	3	3	2	2	False	52024	maximal	False	MON0090_000000027154	0.834688291819935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	84.554	32.0	0.006691917502041035	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
MON0028_000000008023	3088	0.5570043607159749	3	3	3	2	3	False	107844	fragment	False	MON0089_000000006943	0.9683358080064373		0	0	False	False	0.9996761679649353	0					non-mobilizable	no_good_hit	786.0	78.88	25.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
AST0002_000000030912	1215	0.5570043577948716	2	2	1	1	2	False	130942	fragment	False	AST0002_000000030912	1.0		0	0	False	False	0.9991769790649414	0					non-mobilizable	no_good_hit	717.0	80.335	64.0	0.00021057463775090885	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0128_000000020238	1753	0.5570007677369554	2	2	2	2	2	False	37950	fragment	False	ISR0128_000000020238	1.0		0	0	False	False	0.9925841689109802	0					non-mobilizable	other	1779.0	81.057	100.0	0.022154921081733187	NZ_NHOC01000006.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c6, whole genome shotgun sequence	False	False
ISR0002_000000008819	2348	0.5569981698308738	3	3	2	3	3	False	84190	maximal	True	ISR0002_000000008819	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1286.0	98.98899999999999	100.0	0.0003565656397354083	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0027_000000003447	5446	0.5569974405647358	6	3	2	1	2	False	66005	maximal	True	ENG0027_000000003447	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2374.0	86.689	47.0	0.022230574086253875	NZ_KB894130.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
FIJ0104_000000009877	2588	0.5569852340654132	2	2	1	2	2	False	42512	fragment	False	FIJ0104_000000009877	1.0		0	0	False	False	0.9980680346488953	0					non-mobilizable	no_good_hit	1224.0	82.598	71.0	0.0004290926208419743	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0175_000000002973	8182	0.556984811645625	16	7	5	6	2	True	130703	maximal	True	ENG0175_000000002973	0.9999348534201955		34	8	False	False	1.0	0					non-mobilizable	other	6013.0	95.094	91.0	0.0016086276213172215	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0081_000000003078	7675	0.556984811645625	16	7	5	6	2	True	130703	maximal	False	ENG0175_000000002973	0.9689562454167686		0	0	False	False	0.9981759190559387	0					non-mobilizable	other	6013.0	95.111	91.0	0.0016086276213172215	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0132_000000007907	4067	0.5569842805333551	4	3	3	2	2	False	80945	maximal	True	CHI0132_000000007907	1.0		5	4	False	False	0.9901647567749023	0					non-mobilizable	no_good_hit	682.0	74.92699999999999	17.0	0.0002374830047916519	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0035_000000011981	1626	0.5569822869117099	3	2	1	2	1	False	36791	maximal	True	ISR0035_000000011981	1.0		2	1	False	False	0.9956949353218079	0					non-mobilizable	no_good_hit	1040.0	79.808	64.0	0.002304626464980184	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	True	False
MON0041_000000021150	2818	0.5569815460719333	4	2	2	2	0	True	11821	maximal	True	MON0041_000000021150	1.0		1	1	False	False	0.9996451139450073	0					non-mobilizable	no_good_hit	839.0	83.552	31.0	0.0031426061670806324	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	True
ENG0142_000000009665	3215	0.5569798324769673	5	4	4	2	2	False	57696	maximal	True	ENG0142_000000009665	1.0		2	2	False	False	0.999688982963562	0					non-mobilizable	no_good_hit	766.0	92.167	44.0	0.002316499296560423	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
CAN0010_000000001257	12113	0.5569778697287401	13	6	3	3	6	True	94655	maximal	True	CAN0010_000000001257	0.9947754134012915		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	95.449	13.0	0.01341007386834202	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0784_000000004871	2532	0.5569741189553765	4	4	4	4	4	True	100702	fragment	False	ISR0784_000000004871	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2532.0	99.48700000000001	100.0	0.0010317456435141477	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	True
ENG0039_000000006255	3758	0.5569690999877528	5	4	3	4	3	False	64962	maximal	True	ENG0039_000000006255	1.0		9	4	False	False	0.9840340614318848	0					non-mobilizable	chromosome	3757.0	99.92	99.0	0.0006491799436582327	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
SPA0025_000000008543	2501	0.5569677964206939	3	1	1	1	1	False	82678	fragment	False	SPA0025_000000008543	0.9874233963638019		0	0	False	False	0.997201144695282	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0017439992656845197	NZ_BBAB01000035.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MON0027_000000023619	1747	0.5569674431284988	2	2	2	2	1	False	17609	fragment	False	MON0027_000000023619	1.0		0	0	False	False	0.9988551735877991	0					non-mobilizable	other	1747.0	98.226	100.0	0.007307334957185546	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
ENG0101_000000028357	1202	0.5569552427215624	2	1	1	1	1	False	60415	fragment	False	ENG0101_000000028357	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	99.41799999999999	100.0	0.0005359508799456642	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0021_000000003285	2493	0.5569544749432929	4	4	4	4	4	False	98807	fragment	False	USA0042_01_000000007829	0.5732217832140072		0	0	False	False	0.9979943633079529	0					non-mobilizable	chromosome	2493.0	98.275	100.0	0.0011120646068481224	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0002_000000006454	3740	0.5569533168975445	3	3	3	3	2	False	8415	maximal	True	SPA0002_000000006454	1.0		4	3	False	False	0.9997326135635376	0					non-mobilizable	chromosome	3740.0	100.0	100.0	0.0012490800603861224	CP051005.1	firmicutes	Enterococcus faecalis strain TH4125 chromosome, complete genome	False	False
FIJ0067_000000008007	3725	0.5569531745922663	4	3	2	3	3	False	119163	maximal	True	FIJ0067_000000008007	1.0	PS816	0	0	False	True	0.9994630813598633	0					non-mobilizable	no_good_hit	1498.0	87.316	40.0	0.006896328433594509	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
MAD0047_000000031752	1484	0.5569503708549901	1	1	1	1	1	False	17630	maximal	True	MAD0047_000000031752	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0031_01_000000020751	1277	0.5569454461164233	2	2	2	2	1	False	1517	maximal	True	USA0031_01_000000020751	1.0		19	7	False	False	1.0	0					non-mobilizable	other	1278.0	84.351	99.0	0.01164617548731252	NZ_JAAIOD010000012.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_12_length_109478_cov_283.605, whole genome shotgun sequence	False	False
AST0151_000000008624	1855	0.5569451718341539	2	2	2	2	2	False	103672	maximal	True	AST0151_000000008624	1.0		1	1	False	False	0.9946091771125793	0					non-mobilizable	other	1887.0	76.94800000000001	100.0	0.01920810143189529	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	False	False
MON0019_000000019291	3336	0.5569419793653712	6	3	2	3	3	True	13210	maximal	True	MON0019_000000019291	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	3115.0	96.116	94.0	0.0007795970885674483	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
SPA0108_000000012698	2306	0.5569406902009348	2	2	2	2	2	False	4686	fragment	False	SPA0108_000000012698	1.0		0	0	False	False	0.999566376209259	0					non-mobilizable	other	2306.0	100.0	100.0	0.0006345911360970855	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ISR0857_000000000265	4642	0.5569403219276766	6	5	4	5	3	True	129066	maximal	True	ISR0857_000000000265	1.0		254	11	False	False	1.0	0					non-mobilizable	other	4642.0	99.95700000000001	100.0	0.0012332205870512637	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0050_000000025349	1163	0.5569364133052419	2	2	2	1	1	False	35883	fragment	False	ISR0050_000000025349	1.0		0	0	False	False	0.9974204897880554	0					non-mobilizable	chromosome	1170.0	81.538	99.0	0.0003761454790182055	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0053_000000008872	1310	0.556932499423522	2	2	2	2	1	False	86559	fragment	False	CHI0053_000000008872	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1310.0	99.31299999999999	100.0	0.00036440825416710163	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0145_000000015393	1198	0.5569313206096855	2	2	2	1	2	False	79727	fragment	False	CHI0145_000000015393	1.0		0	0	False	False	0.9908180236816406	0					non-mobilizable	chromosome	1198.0	100.0	100.0	0.000227988101192433	CP041649.1	enterobacteria	Klebsiella pneumoniae strain NKU_KlebA1 chromosome, complete genome	False	False
ISR0023_000000005028	5384	0.5569243606306856	4	4	3	2	2	False	59319	maximal	True	ISR0023_000000005028	1.0		17	4	False	False	0.9970282316207886	0					non-mobilizable	no_good_hit	1015.0	92.414	54.0	0.00028842297485258856	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0138_000000007478	2638	0.5569229384673516	4	3	3	3	2	False	57940	maximal	True	ENG0138_000000007478	1.0		23	6	False	False	0.9965883493423462	0					non-mobilizable	no_good_hit	132.0	81.061	5.0	0.00015400422747482442	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0037_01_000000008457	4205	0.556918685228036	8	3	3	3	2	False	1373	maximal	True	USA0037_01_000000008457	1.0		1	1	False	False	0.9971462488174438	0					non-mobilizable	no_good_hit	459.0	75.163	11.0	0.00011425363496292964	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0295_000000025920	1378	0.5569170537682692	2	2	2	1	2	False	28199	fragment	False	ISR0214_000000023584	0.6583835341365462		0	0	False	False	0.9927431344985962	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	1.0552199714656105e-05	NC_013943.1	bacteria	Denitrovibrio acetiphilus DSM 12809, complete sequence	True	False
USA0117_01_000000003476	7599	0.5569119738530307	6	4	4	3	3	False	252	maximal	True	USA0117_01_000000003476	1.0		1	1	False	False	0.998815655708313	0					non-mobilizable	no_good_hit	138.0	77.536	2.0	5.528685773195019e-05	NZ_UHEN01000001.1	firmicutes	Streptococcus acidominimus strain NCTC12957, whole genome shotgun sequence	True	False
SPA0029_000000020689	1311	0.5569066217119694	2	2	2	2	1	False	7365	maximal	True	SPA0029_000000020689	1.0		3	3	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit	408.0	100.0	31.0	0.0007454075932675226	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0218_000000014299	1245	0.5569056588673159	2	2	2	2	2	False	28062	fragment	False	ISR0218_000000014299	1.0		0	0	False	False	0.9967871308326721	0					non-mobilizable	other	1245.0	98.072	100.0	0.0005953164293456544	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
AST0059_000000013026	1215	0.5569047738571982	2	2	2	2	2	False	112566	fragment	False	MON0037_000000057251	0.6287412953347019		0	0	False	False	0.9967077970504761	0					non-mobilizable	other	1174.0	88.586	97.0	0.002452758778597223	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0261_000000016634	1104	0.5569011789664332	2	2	2	2	1	False	26671	fragment	False	MON0068_000000035116	0.9334995843724023		0	0	False	False	1.0	0					non-mobilizable	chromosome	678.0	95.87	100.0	0.0002182095023953086	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0181_000000006785	2785	0.5569002059715727	2	2	2	2	1	False	95527	maximal	True	ISR0181_000000006785	1.0		0	0	False	False	0.999640941619873	0					non-mobilizable	no_good_hit	70.0	82.85700000000001	3.0	1.2457016522878393e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0187_000000011785	2381	0.5568984392092963	4	4	3	2	1	False	29298	fragment	False	ISR0187_000000011785	1.0		0	0	False	False	0.9979000687599182	0					non-mobilizable	other	2381.0	96.682	100.0	0.0009052613561804057	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	False	False
SPA0089_000000011696	3336	0.5568952748889089	5	4	3	3	4	False	131657	fragment	False	SPA0154_000000001925	0.9466259453170448		0	0	False	False	1.0	0					non-mobilizable	other	1979.0	92.976	99.0	0.0021691783275569164	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ENG0062_000000012840	1933	0.5568931037014112	3	2	2	2	1	False	63199	maximal	True	ENG0062_000000012840	1.0		7	3	False	False	0.9860320687294006	0					non-mobilizable	no_good_hit	686.0	74.92699999999999	35.0	0.9807121661721068	NZ_BBAB01000064.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
USA0086_01_000000004901	3786	0.5568914603977471	5	3	2	3	2	False	111768	maximal	True	USA0086_01_000000004901	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	74.719	14.0	0.027577184720041864	NZ_FOIN01000049.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	False
DEN0067_000000007366	4219	0.556890748164081	5	4	2	3	4	True	84347	fragment	False	DEN0067_000000007366	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4219.0	100.0	100.0	0.023109416347528805	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ENG0137_000000009718	1636	0.5568893508096218	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.06738990248658105		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	92.726	100.0	0.0611649395832554	GU942939.1		Uncultured organism clone 22 genomic sequence	False	True
USA0081_01_000000027239	1110	0.5568854912798495	2	2	2	1	1	False	76377	fragment	False	USA0005_01_000000025238	0.9599383929722354		0	0	False	False	0.9918919205665588	0					non-mobilizable	other	1110.0	99.09899999999999	100.0	0.00029698152689209233	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0046_000000006038	4376	0.5568854410322894	7	3	2	2	1	False	36199	fragment	False	ISR0046_000000006038	1.0		0	0	False	False	0.9997714757919312	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	3.265103208859173e-06	NZ_JHEG04000001.1	cyanobacteria	Tolypothrix bouteillei VB521301 NODE_1_length_9494340_cov_10.278967, whole genome shotgun sequence	True	False
ISR0825_000000020360	1187	0.5568836853629695	2	2	2	2	1	False	84249	maximal	True	ISR0825_000000020360	0.9910411958756986		271	10	False	False	1.0	0					non-mobilizable	other	1187.0	99.242	100.0	0.00421739872553482	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ENG0106_000000017746	1183	0.5568836853629695	2	2	2	2	1	False	84249	maximal	False	ISR0825_000000020360	0.9877194862088028		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	98.648	100.0	0.004203174783796086	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0110_000000005394	3922	0.5568829874440464	4	4	4	4	4	False	5166	maximal	True	SPA0110_000000005394	1.0		83	13	False	False	1.0	0					non-mobilizable	other	3920.0	93.367	99.0	0.09112564222326015	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0059_000000030831	1263	0.5568781842938264	1	1	1	1	1	False	114672	maximal	True	MON0059_000000030831	1.0		2	2	False	False	0.9968329668045044	0					non-mobilizable	no_good_hit	927.0	95.146	86.0	0.0004129214998771492	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	True	False
MON0057_000000011296	2267	0.5568646485125487	2	2	2	2	1	False	54328	maximal	True	MON0057_000000011296	1.0		6	3	False	False	0.9730921983718872	0					non-mobilizable	no_good_hit	1131.0	76.48100000000001	49.0	0.004540767039085651	NZ_FQXV01000007.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
CAN0004_000000011200	2439	0.5568619329867149	2	2	2	2	1	True	96228	fragment	False	CAN0004_000000011200	1.0		0	0	False	False	0.9922099113464355	0					non-mobilizable	no_good_hit	1126.0	82.149	46.0	0.00022724421511500413	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	True	True
AUS0016_000000015185	1869	0.5568585429478831	2	2	2	2	1	False	100300	maximal	True	AUS0016_000000015185	1.0		1	1	False	False	0.9839486479759216	0					non-mobilizable	no_good_hit	813.0	79.21300000000001	43.0	0.019189816476443425	NZ_JH605020.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld1005, whole genome shotgun sequence	True	False
ISR0792_000000007261	2044	0.5568577918175428	3	3	2	3	2	False	67594	maximal	True	ISR0792_000000007261	1.0		70	9	False	False	1.0	0					non-mobilizable	other	2044.0	99.853	100.0	0.030759270690615636	NZ_NFIG01000027.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_27, whole genome shotgun sequence	False	False
ENG0177_000000017437	1520	0.5568571835194946	1	1	1	1	1	False	55510	fragment	False	ENG0177_000000017437	1.0		0	0	False	False	0.9927631616592407	0					non-mobilizable	other	1578.0	70.913	99.0	0.0005926994025542952	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	False	False
AST0033_000000008990	1463	0.5568571835194946	2	1	1	1	1	False	117041	fragment	False	AST0033_000000008990	1.0		0	0	False	False	0.9897471070289612	0					non-mobilizable	no_good_hit	60.0	86.667	4.0	0.00010726239107867787	MK250028.1	viruses	Prevotella phage Lak-B9, complete genome	True	False
ENG0124_000000002196	11881	0.5568567470324898	9	9	4	3	6	False	58953	fragment	False	ENG0124_000000002196	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9082.0	98.436	100.0	0.027623737980586423	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0209_000000005793	3250	0.5568487780685131	3	3	3	3	2	True	53797	maximal	True	ENG0209_000000005793	1.0		11	6	False	False	0.9941538572311401	0					non-mobilizable	no_good_hit	467.0	99.786	14.0	0.007016064680287267	NZ_NFIG01000027.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_27, whole genome shotgun sequence	True	True
ISR0331_000000006271	3472	0.5568469500208351	5	3	3	3	2	True	116834	fragment	False	ISR0101_000000006143	0.636732102224396		0	0	False	False	0.9979838728904724	0					non-mobilizable	other	3472.0	98.906	100.0	0.001114040506127544	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
CHI0162_000000004029	6486	0.5568468009747006	6	4	4	4	3	False	84278	maximal	True	CHI0162_000000004029	0.9937879225657325		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	3263.0	89.54899999999999	83.0	0.0013938464293072703	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
MAD0026_000000003185	3750	0.556839188853125	4	4	4	3	3	False	48957	fragment	False	MON0033_000000017670	0.946304534302444		0	0	False	False	0.9997333288192749	0					non-mobilizable	no_good_hit								True	False
ENG0053_000000017493	1427	0.5568332915504247	3	2	2	2	2	False	63840	maximal	False	ISR0115_000000024347	0.9670739986422268		0	0	False	False	0.9929922819137573	0					non-mobilizable	other	1448.0	91.229	99.0	0.0003845651260375607	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0292_000000005741	3115	0.5568312831991361	3	3	3	3	1	False	45872	maximal	True	ISR0292_000000005741	1.0		24	4	False	False	0.9996789693832397	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000011726	2787	0.5568310043144707	4	4	4	4	2	False	63452	fragment	False	ISR0344_000000011726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2083.0	98.512	79.0	0.0005851085654610583	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0078_000000010737	1831	0.5568283516355762	1	1	1	1	1	False	34417	fragment	False	ISR0078_000000010737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	88.462	6.0	8.199200776933976e-05	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ISR0131_000000009597	3032	0.5568273943351346	4	4	4	4	3	False	31686	maximal	True	ISR0131_000000009597	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	83.49	36.0	8.097195569799044e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
FIJ0105_000000030678	1137	0.556819266432072	1	1	1	1	1	False	42380	fragment	False	FIJ0105_000000030678	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	100.0	5.0	2.748335416669734e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
AST0025_000000019201	1932	0.5568153855830679	2	2	2	2	2	False	131871	maximal	False	ISR0170_000000022890	0.9702612480278475		0	0	False	False	1.0	0					non-mobilizable	other	1932.0	100.0	100.0	0.011192191548185543	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ENG0091_000000007617	3070	0.5568153261050868	1	1	1	1	1	False	61193	fragment	False	ENG0091_000000007617	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3070.0	99.73899999999999	100.0	0.021670667984747916	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
CHI0137_000000005429	2696	0.5568147533942398	4	3	2	3	2	False	116653	fragment	False	CHI0137_000000005429	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2696.0	99.852	100.0	0.013326542318571118	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	False
ENG0004_000000007211	3689	0.5568146318647464	3	3	3	3	2	True	83209	fragment	False	CHI0105_000000001879	0.9549048678033111		0	0	False	False	0.9997289180755615	0					non-mobilizable	no_good_hit	2318.0	80.5	62.0	0.003779108798380943	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
DEN0008_000000002081	3453	0.5568124916326138	5	5	5	4	2	False	76162	maximal	True	DEN0008_000000002081	1.0		1	1	False	False	0.9950767159461975	0					non-mobilizable	no_good_hit	135.0	86.667	9.0	0.0003275369956730639	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	True	False
USA0039_01_000000011907	1876	0.5568121817748051	2	2	2	2	1	False	87222	maximal	True	USA0039_01_000000011907	1.0		0	0	False	False	0.9834755063056946	0					non-mobilizable	no_good_hit	1019.0	98.72399999999999	54.0	0.07313743803434154	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0070_000000000794	9828	0.5568119102591468	9	7	4	5	4	True	121803	fragment	False	ENG0018_000000002372	0.8518945577785313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5720.0	80.594	58.0	0.0020268404543637617	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
MAD0005_000000025326	1259	0.5568111530159412	3	3	1	2	3	False	19919	maximal	True	MAD0005_000000025326	1.0		11	3	False	False	0.9594916701316833	0					non-mobilizable	chromosome	1260.0	95.476	100.0	0.0002229149083470647	CP038302.1	enterobacteria	Escherichia coli O157:H7 strain SS TX 313-1 chromosome, complete genome	False	False
USA0040_01_000000010592	1312	0.5568106663736501	2	1	1	1	1	False	1299	maximal	True	USA0040_01_000000010592	1.0		6	4	True	True	1.0	24					non-mobilizable	no_good_hit	153.0	87.58200000000001	18.0	2.8982644353589787e-05	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
SPA0044_000000004725	5358	0.5568085745195539	5	5	3	4	5	True	123726	fragment	False	DEN0035_000000004028	0.39223492524424675		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	5294.0	99.811	99.0	0.10374973048199619	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0316_000000017460	1273	0.5568029073056439	2	2	2	2	1	False	25186	fragment	False	ISR0316_000000017460	1.0		0	0	False	False	0.9512961506843567	0					non-mobilizable	other	1271.0	76.161	99.0	0.0012079383722074788	NZ_JABXYR010000001.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig1, whole genome shotgun sequence	False	False
ENG0187_000000016868	1778	0.5568013061930696	3	2	1	2	2	False	108060	maximal	True	ENG0187_000000016868	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1587.0	97.101	99.0	0.0004775142283282757	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0004_000000003415	2828	0.5567978008321589	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.47236718327274946		0	0	False	False	0.9996463656425476	0					non-mobilizable	other	2771.0	91.62799999999999	99.0	0.0006779168998921462	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0116_000000000910	16275	0.5567857976045772	13	10	5	8	10	False	64535	maximal	True	ENG0116_000000000910	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	6571.0	78.633	48.0	0.0013694108175429044	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
FIJ0104_000000003856	6268	0.5567854223082317	6	4	2	3	2	False	100403	maximal	True	FIJ0104_000000003856	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	90.45200000000001	33.0	0.0001589872194015625	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0198_000000014582	2279	0.5567849726463695	2	2	2	2	2	False	77138	fragment	False	ISR0198_000000014582	1.0		0	0	False	False	0.997367262840271	0					non-mobilizable	other	1230.0	96.42299999999999	93.0	0.0003412921894352156	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0008_000000006859	3455	0.5567849296251046	6	3	3	3	3	True	67470	maximal	True	ENG0008_000000006859	1.0		1	1	False	False	0.9994211196899414	0					non-mobilizable	no_good_hit	2443.0	97.21700000000001	71.0	0.03377471531553969	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
DEN0079_000000042462	1456	0.5567814197677833	2	2	2	2	1	False	109657	maximal	True	DEN0079_000000042462	1.0		126	8	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	79.699	77.0	0.004426910561400183	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0376_000000004348	4551	0.5567749552448892	8	4	2	3	3	False	88486	maximal	True	ISR0376_000000004348	1.0	PS458	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1059.0	92.068	45.0	0.00032820871461023424	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0061_01_000000002655	4303	0.556772903870112	5	5	5	5	5	False	114114	maximal	True	USA0061_01_000000002655	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	2623.0	78.612	60.0	0.31602681291895185	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0184_000000009931	1140	0.5567656821600685	3	3	2	2	1	False	29423	maximal	True	ISR0184_000000009931	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	218.0	98.624	19.0	0.0006985465724540875	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0101_000000024155	1168	0.5567634728468855	2	2	2	2	2	False	110501	fragment	False	AST0087_000000031231	0.9198112644819127		0	0	False	False	0.9991438388824463	0					non-mobilizable	other	1171.0	92.656	100.0	0.0002866129678025023	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0230_000000010223	3047	0.5567627685517197	5	3	3	2	1	False	128900	maximal	True	ISR0230_000000010223	1.0	PS1059	4	1	False	True	0.9970462918281555	0					non-mobilizable	no_good_hit	1486.0	87.75200000000001	49.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0100_000000014288	2038	0.5567582748917919	4	3	2	3	2	False	90550	fragment	False	SPA0100_000000014288	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1988.0	97.334	97.0	0.030339138405132905	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0029_000000007976	3021	0.5567580997700218	3	2	2	2	1	True	74761	fragment	False	ENG0029_000000007976	0.9528987068976575		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ITA0007_000000000501	1676	0.5567580945113662	4	4	3	3	3	False	20337	maximal	True	ITA0007_000000000501	1.0		26	8	False	False	0.9791169166564941	0					non-mobilizable	no_good_hit	602.0	83.223	53.0	0.003697866901609441	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
MAD0098_000000011944	3616	0.556756900441795	6	6	4	4	6	False	55149	maximal	True	MAD0098_000000011944	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	7.845952567293754e-05	NZ_SPQQ01000004.1	firmicutes	Desulfosporosinus fructosivorans strain 63.6F NODE_4_length_509817_cov_35.399634, whole genome shotgun sequence	True	False
FIJ0160_000000018222	1122	0.5567551792235065	2	2	2	2	2	False	39299	maximal	True	FIJ0160_000000018222	1.0		587	14	False	False	0.9991087317466736	0					non-mobilizable	other	1130.0	89.55799999999999	100.0	0.005824796393327865	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
DEN0011_000000011926	3483	0.5567535208391475	6	4	4	4	3	False	75754	maximal	True	DEN0011_000000011926	1.0		44	9	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
SPA0032_000000021619	1374	0.5567504726488687	3	3	2	1	2	False	7235	maximal	True	SPA0032_000000021619	1.0		34	6	False	False	1.0	0					non-mobilizable	other	1088.0	85.478	99.0	0.003220789108201265	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MAD0001_000000021796	1180	0.5567400058428875	1	1	1	1	1	False	20261	maximal	True	MAD0001_000000021796	1.0		33	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0141_000000003844	5781	0.5567364161954272	7	7	3	5	7	True	123556	backbone	False	ISR0826_000000002301	0.5255302355941144	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5728.0	97.88799999999999	99.0	0.001529628928410849	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0140_000000003629	5772	0.5567364161954272	7	7	3	5	7	True	123556	backbone	False	ISR0826_000000002301	0.5255198094874043	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5728.0	97.88799999999999	99.0	0.001529628928410849	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0309_000000006158	2881	0.5567352426725228	2	2	2	2	2	False	25388	maximal	True	ISR0309_000000006158	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	71.075	28.0	0.0002321316512990764	NZ_CP012024.1	firmicutes	Bacillus smithii strain DSM 4216 chromosome 1, complete sequence	True	False
MON0083_000000005178	5308	0.5567324088525429	5	5	5	5	4	False	113460	maximal	True	MON0083_000000005178	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	75.794	9.0	0.0020231760574384618	NZ_FNCY01000005.1	b-proteobacteria	Propionivibrio dicarboxylicus strain DSM 5885, whole genome shotgun sequence	True	False
ISR0822_000000002686	2381	0.5567303490442336	2	2	1	2	1	False	21196	fragment	False	ISR0822_000000002686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000004089	7292	0.5567281656569388	4	4	4	3	1	True	43043	fragment	False	FIJ0096_000000004089	1.0		0	0	False	False	0.9984915256500244	0					non-mobilizable	no_good_hit								True	True
CHI0125_000000007343	2115	0.5567219781264228	3	3	2	3	3	False	81631	fragment	False	CHI0125_000000007343	1.0		0	0	False	False	0.9872340559959412	0					non-mobilizable	no_good_hit	140.0	94.286	7.0	0.00012628889629864507	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	True	False
ISR0231_000000005726	2886	0.5567164692722082	4	4	4	4	4	False	27491	maximal	True	ISR0231_000000005726	1.0		17	6	False	False	0.985100507736206	0					non-mobilizable	no_good_hit	304.0	81.25	20.0	0.0004813935784335677	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
CHI0012_000000005244	1319	0.5567137287188795	2	2	2	2	1	False	90034	fragment	False	CHI0012_000000005244	0.9954369533209858		0	0	False	False	0.9946929216384888	0					non-mobilizable	chromosome	1321.0	99.773	99.0	0.0005581541672551246	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
SPA0065_000000004466	5108	0.5567080144872609	6	4	2	3	3	True	102134	fragment	False	SPA0065_000000004466	0.9606785644243969		0	0	False	False	1.0	0					non-mobilizable	other	4440.0	96.89200000000001	97.0	0.001424215253544332	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
MON0037_000000010845	5099	0.5567080144872609	6	4	2	3	3	True	102134	fragment	False	SPA0065_000000004466	0.9598668754894284		0	0	False	False	0.9972543716430664	0					non-mobilizable	other	5050.0	99.545	99.0	0.0016199726453113537	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CAN0004_000000004870	5046	0.5567080144872609	6	4	2	3	3	True	96265	fragment	False	CAN0004_000000004870	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5050.0	96.455	100.0	0.006592241087674064	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0082_000000005340	4866	0.5567080144872609	6	4	2	3	3	True	102133	maximal	True	MON0082_000000005340	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	3704.0	98.97399999999999	88.0	0.0011883436421529206	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
FIJ0169_000000000641	23885	0.5567052983170026	43	16	8	14	6	False	48252	maximal	True	FIJ0169_000000000641	1.0		1	1	False	False	0.9999581575393677	0					non-mobilizable	no_good_hit	1657.0	98.25	7.0	0.010525446028487349	NZ_NFHU01000002.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_2, whole genome shotgun sequence	True	False
ISR0191_000000004164	2390	0.5567013900630039	3	2	2	2	1	True	98366	fragment	False	FIJ0054_000000014493	0.6351745469699316		0	0	False	False	1.0	0					non-mobilizable	plasmid	1912.0	85.303	96.0	0.01635647754670182	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0025_000000007896	4769	0.5566981744155142	6	4	2	2	2	False	88490	fragment	False	ISR0025_000000007896	0.9684477199447259		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2289.0	89.95200000000001	59.0	0.0007099263381427057	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0053_000000002916	4342	0.5566981744155142	6	4	2	2	2	False	88490	fragment	False	ISR0025_000000007896	0.9268190396309499		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1845.0	89.214	55.0	0.0005721097878371761	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0009_000000015327	2352	0.5566927652698521	3	3	2	3	3	False	60419	maximal	True	SPA0009_000000015327	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	72.087	69.0	0.0007121570383221636	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0811_000000004811	2945	0.5566802175518321	4	3	3	3	2	False	81936	maximal	True	ISR0811_000000004811	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	82.77600000000001	82.0	0.0125445891294684	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
DEN0096_000000018058	2450	0.5566800498450705	4	3	2	2	3	True	118240	fragment	False	MAD0072_000000001538	0.12235442674000456		0	0	False	False	0.9991836547851562	0					non-mobilizable	other	2457.0	92.67399999999999	99.0	0.019563174077201255	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
CAN0002_000000016718	1167	0.5566786695044489	2	1	1	1	1	False	96856	maximal	True	CAN0002_000000016718	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0110_000000009831	3104	0.5566739824139711	3	2	2	2	2	False	93824	fragment	False	FIJ0001_000000005871	0.9365534486112778		0	0	False	False	0.999355673789978	0					non-mobilizable	no_good_hit	2436.0	98.44	78.0	0.07538232926753761	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
SPA0053_000000015795	2114	0.5566689523757775	2	2	2	2	2	False	67842	maximal	True	SPA0053_000000015795	0.9740957966764419		200	13	False	False	0.995742678642273	0					non-mobilizable	other	2094.0	95.272	99.0	0.00039920327350502575	AP022362.1	enterobacteria	Escherichia coli E302 DNA, complete genome	False	False
FIJ0095_000000014745	1847	0.556664963844094	3	3	3	3	3	False	51581	maximal	False	FIJ0007_000000009391	0.9428191489361701		0	0	False	False	1.0	0					non-mobilizable	chromosome	1848.0	96.05	100.0	0.00035549057699625484	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
CAN0004_000000010171	2663	0.5566564901646058	4	4	3	3	2	False	96233	fragment	False	CAN0004_000000010171	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2648.0	89.69	99.0	0.0012768118395279666	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
ENG0118_000000007014	1971	0.5566523034630231	3	2	2	2	2	False	62604	fragment	False	ENG0068_000000012385	0.9718119240328474		0	0	False	False	0.9893454909324646	0					non-mobilizable	chromosome	1971.0	98.17399999999999	100.0	0.00044571628190265196	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MAD0103_000000007872	2664	0.556652211578308	3	2	0	2	2	False	14927	maximal	True	MAD0103_000000007872	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0030_000000002814	7975	0.5566517445769523	9	8	6	6	6	True	112060	maximal	False	ISR0127_000000002319	0.9810610549936453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5530.0	87.288	69.0	0.001765667490987137	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
SPA0104_000000003862	7970	0.5566517445769523	8	8	6	6	6	True	112060	maximal	False	ISR0127_000000002319	0.9802528239358373		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5514.0	87.323	69.0	0.019628929626678768	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
ISR0032_000000012447	2643	0.5566516450245933	4	4	4	4	1	False	74014	maximal	True	ISR0032_000000012447	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	89.875	43.0	0.00026782346920479756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0100_000000010804	3747	0.5566504561953589	3	3	3	3	3	False	14051	fragment	False	MON0100_000000010804	0.975944055944056		0	0	False	False	0.9935948848724365	0					non-mobilizable	no_good_hit	1189.0	86.796	32.0	0.05505184358580927	NZ_JNJN01000051.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00049.49_C, whole genome shotgun sequence	True	False
ISR0146_000000012694	3092	0.5566493202248297	6	1	1	1	1	False	70555	maximal	True	ISR0146_000000012694	1.0	PS332	0	0	False	True	0.9864165782928467	0					non-mobilizable	no_good_hit	1491.0	80.282	48.0	0.19298474377363412	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
MON0006_000000010172	2125	0.5566493202248297	3	1	1	1	1	False	70545	maximal	True	MON0006_000000010172	1.0	PS332	0	0	False	True	0.9887058734893799	0					non-mobilizable	no_good_hit	1489.0	80.054	70.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0104_000000011965	2080	0.5566493202248297	2	1	1	1	1	False	70557	maximal	True	ISR0104_000000011965	1.0	PS332	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1510.0	76.623	72.0	0.00042523900138522673	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0053_000000008617	2061	0.5566493202248297	1	1	1	1	1	False	70560	maximal	True	ISR0053_000000008617	1.0	PS332	0	0	False	True	0.9912663698196411	0					non-mobilizable	no_good_hit	1462.0	80.301	71.0	0.18907289085930368	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0048_000000009658	1985	0.5566493202248297	1	1	1	1	1	False	70562	maximal	True	ISR0048_000000009658	1.0	PS332	1	1	False	True	0.9863979816436768	0					non-mobilizable	no_good_hit	1483.0	80.108	74.0	0.19194158299647934	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0170_000000023749	1958	0.5566493202248297	2	1	1	1	1	False	70552	maximal	True	ISR0170_000000023749	1.0	PS332	0	0	False	True	0.9954034686088562	0					non-mobilizable	no_good_hit	1507.0	76.57600000000001	80.0	0.00042438567897442025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0111_000000018401	1865	0.5566493202248297	1	1	1	1	1	False	70540	maximal	True	SPA0111_000000018401	1.0	PS332	1	1	False	True	0.9983914494514465	0					non-mobilizable	no_good_hit	1507.0	76.709	80.0	0.00042438567897442025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0184_000000006252	1851	0.5566493202248297	1	1	1	1	1	False	70551	maximal	True	ISR0184_000000006252	1.0	PS332	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1494.0	80.455	80.0	0.19337592906506715	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0058_000000015117	1731	0.5566493202248297	1	1	1	1	1	False	70559	maximal	True	ISR0058_000000015117	1.0	PS332	0	0	False	True	0.9994223117828369	0					non-mobilizable	no_good_hit	1499.0	80.12	86.0	0.1940279045507889	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
SPA0109_000000019304	1707	0.5566493202248297	2	1	1	1	1	False	70541	maximal	True	SPA0109_000000019304	1.0	PS332	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	80.268	87.0	0.19285434867648976	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0309_000000011603	1678	0.5566493202248297	1	1	1	1	1	False	70550	maximal	True	ISR0309_000000011603	1.0	PS332	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	80.336	88.0	0.19285434867648976	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0106_000000015821	1669	0.5566493202248297	1	1	1	1	1	False	70556	maximal	True	ISR0106_000000015821	1.0	PS332	0	0	False	True	0.9832234978675842	0					non-mobilizable	no_good_hit	1489.0	80.322	89.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
SPA0101_000000024709	1664	0.5566493202248297	3	1	1	1	1	False	70542	maximal	True	SPA0101_000000024709	1.0	PS332	0	0	False	True	0.973557710647583	0					non-mobilizable	no_good_hit	1490.0	80.336	89.0	0.19285434867648976	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0338_000000017790	1618	0.5566493202248297	2	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9592252083375084	PS332	0	0	False	True	1.0	0					non-mobilizable	other	1504.0	80.053	93.0	0.3242891252441936	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
ISR0159_000000016230	1617	0.5566493202248297	1	1	1	1	1	False	70554	fragment	False	ISR0159_000000016230	1.0		0	0	False	True	0.9938157200813293	0					non-mobilizable	other	1476.0	76.491	96.0	0.0005750715576489461	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
MON0002_000000017026	1600	0.5566493202248297	2	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9142276617532984	PS332	0	0	False	True	0.9643750190734863	0					non-mobilizable	other	1483.0	80.243	92.0	0.19194158299647934	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0055_000000019340	1599	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9581388698698332	PS332	0	0	False	True	0.9943714737892151	0					non-mobilizable	other	1489.0	80.322	93.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
MON0038_000000021359	1587	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9565455625284023	PS332	0	0	False	True	0.9955891370773315	0					non-mobilizable	chromosome	1506.0	76.76	94.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0078_000000016444	1579	0.5566493202248297	1	1	1	1	1	False	70538	backbone	True	ENG0078_000000016444	0.9592563470283721	PS332	0	0	False	True	0.9905003309249878	0					non-mobilizable	other	1489.0	80.39	94.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0806_000000007875	1571	0.5566493202248297	2	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9147427562342563	PS332	0	0	False	True	0.9961807727813721	0					non-mobilizable	other	1472.0	80.23100000000001	93.0	0.1905072369278915	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ENG0119_000000020202	1539	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9567799809824992	PS332	0	0	False	True	1.0	0					non-mobilizable	other	1489.0	80.39	96.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0125_000000010098	1506	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.8403172086482401	PS332	0	0	False	True	0.9933599233627319	0					non-mobilizable	other	1460.0	80.342	97.0	0.18894249576215935	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
USA0015_01_000000022418	1493	0.5566493202248297	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.28897620802453744	PS1059	0	0	False	True	0.9845947623252869	0					non-mobilizable	no_good_hit	1309.0	97.17299999999999	88.0	0.9153254023792862	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
USA0082_01_000000019992	1492	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.83945441502156	PS332	0	0	False	True	0.9993297457695007	0					non-mobilizable	other	1463.0	78.127	98.0	0.01999091947222872	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0067_000000017854	1490	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.9559634936228297	PS332	0	0	True	True	1.0	3					non-mobilizable	other	1489.0	80.322	99.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
MON0060_000000028301	1487	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.83153940061032	PS332	0	0	False	True	0.9831876158714294	0					non-mobilizable	other	1434.0	78.59100000000001	96.0	0.9958012596221134	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0045_000000017088	1478	0.5566493202248297	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8184574163772104	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1478.0	94.11399999999999	100.0	0.031954968607923795	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
USA0041_01_000000011688	1463	0.5566493202248297	1	1	1	1	1	False	128845	maximal	True	USA0041_01_000000011688	1.0	PS1059	0	0	False	True	0.9651401042938232	0					non-mobilizable	other	1317.0	81.093	90.0	0.023235617312395873	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	True
FIJ0075_000000013435	1461	0.5566493202248297	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.4932809618479827	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1454.0	96.97399999999999	99.0	0.019963402721406655	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0804_000000013736	1458	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.8389433684960128	PS332	0	0	False	True	1.0	0					non-mobilizable	other	1457.0	80.165	99.0	0.1885513104707263	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0257_000000012171	1455	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.611563377763611	PS332	0	0	False	True	0.9951890110969543	0					non-mobilizable	chromosome	1407.0	76.404	96.0	0.0003967949210250109	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
DEN0089_000000013272	1454	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.8391103157140486	PS332	0	0	True	True	0.9993122220039368	1					non-mobilizable	other	1457.0	80.30199999999999	99.0	0.1885513104707263	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0165_000000016396	1453	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.8388299780215923	PS332	0	0	False	True	0.9993117451667786	0					non-mobilizable	other	1475.0	76.475	100.0	0.0005746760476368079	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0858_000000007340	1446	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.8368223166607537	PS332	0	0	True	True	1.0	1					non-mobilizable	other	1452.0	80.165	100.0	0.18789933498500455	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
DEN0070_000000024527	1393	0.5566493202248297	1	1	1	1	1	False	70538	backbone	False	ENG0078_000000016444	0.4973856755877568	PS332	0	0	False	True	0.9985642433166504	0					non-mobilizable	other	1377.0	80.61	98.0	0.17825009779632286	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0128_000000027833	1349	0.5566493202248297	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.4134218761362805	PS1059	0	0	True	True	1.0	1					non-mobilizable	other	1349.0	99.259	100.0	0.018546290054070415	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0001_000000018411	1305	0.5566493202248297	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.33441113302386505	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1305.0	99.464	100.0	0.9125262421273618	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
CHI0102_000000007419	1299	0.5566493202248297	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.161156427185941	PS979	0	0	False	True	0.9692071080207825	0					non-mobilizable	other	1299.0	93.91799999999999	100.0	0.028101320632171467	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0238_000000011774	1292	0.5566493202248297	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.31743258880311886	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1292.0	99.381	100.0	0.9034289713086074	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
DEN0089_000000015293	1276	0.5566493202248297	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.026907190207207828	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1276.0	88.79299999999999	100.0	0.8922323303009098	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0218_000000014172	1256	0.5566493202248297	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.057271195117915334	PS816	0	0	False	True	0.9992038011550903	0					non-mobilizable	plasmid	1256.0	99.602	100.0	0.005804756662750576	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0327_000000023738	1249	0.5566493202248297	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.05620403936024178	PS816	0	0	False	True	0.9959967732429504	0					non-mobilizable	plasmid	1249.0	96.23700000000001	100.0	0.0057723795339543575	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0106_000000001570	18719	0.5566491279302139	17	7	5	5	2	True	132160	fragment	False	SPA0132_000000001387	0.7685840932929918		0	0	False	False	0.9993589520454407	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
DEN0094_000000019451	1928	0.5566481792819757	2	2	2	2	2	False	125442	fragment	False	MON0070_000000010284	0.19011791032850894		0	0	False	False	1.0	0					non-mobilizable	chromosome	1837.0	84.213	95.0	0.0005106105487217819	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0101_000000021648	1944	0.5566478890162816	2	2	2	1	1	True	4937	fragment	False	SPA0101_000000021648	1.0		0	0	False	False	0.9994856119155884	0					non-mobilizable	no_good_hit	1675.0	76.836	86.0	0.0003760306906204099	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0065_000000008542	2112	0.5566440649368369	2	2	2	2	2	False	45426	maximal	True	FIJ0065_000000008542	0.9565114068441065		4	2	False	False	0.9928977489471436	0					non-mobilizable	no_good_hit	261.0	90.805	12.0	0.0009583804844244741	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
SPA0129_000000002832	9476	0.556643519426022	11	9	4	5	9	False	128548	maximal	True	SPA0129_000000002832	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	5062.0	94.765	85.0	0.4279546224178801	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
SPA0111_000000023215	1473	0.5566403923670374	2	2	2	1	2	False	4561	maximal	True	SPA0111_000000023215	1.0		0	0	False	False	0.9728445410728455	0					non-mobilizable	no_good_hit	1066.0	95.779	72.0	0.0004746894684012815	CP018757.1	high GC Gram+	Bifidobacterium bifidum strain PRI 1 chromosome, complete genome	True	False
USA0020_01_000000011957	2934	0.5566403347964824	3	3	3	3	2	False	113542	maximal	False	FIJ0047_000000009962	0.9448456992777413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1692.0	72.695	56.0	0.000591396840382701	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0099_000000006699	4269	0.5566374536014687	5	4	2	3	3	False	69088	fragment	False	MON0099_000000006699	1.0		0	0	False	False	0.9969547986984253	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.398648539158335e-05	NZ_SORE01000007.1	b-proteobacteria	Paraburkholderia rhizosphaerae strain LMG 29544 Ga0139080_107, whole genome shotgun sequence	True	False
USA0125_01_000000007227	3415	0.5566362627423487	6	1	1	1	1	False	31195	maximal	True	USA0125_01_000000007227	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	769.0	83.615	47.0	0.00021463185700836473	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0026_000000003728	3303	0.5566362627423487	2	1	1	1	1	False	19105	maximal	True	MAD0026_000000003728	1.0		1	1	False	False	0.9993944764137268	0					non-mobilizable	no_good_hit	892.0	81.726	27.0	0.0002504508397154111	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0315_000000004549	2079	0.5566362627423487	2	1	1	1	1	False	31196	maximal	True	ISR0315_000000004549	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	81.307	42.0	0.0002448100550371361	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0141_000000024168	1273	0.5566362627423487	1	1	1	1	1	False	31194	fragment	False	ISR0141_000000024168	1.0		0	0	False	False	0.9976433515548706	0					non-mobilizable	no_good_hit	858.0	81.935	67.0	0.00024086150576234358	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0131_000000006550	2528	0.5566358315654848	4	3	3	3	2	False	81030	maximal	False	ISR0831_000000006093	0.637605563835072		0	0	False	False	1.0	0					non-mobilizable	chromosome	2459.0	99.39	97.0	0.0006873388437886855	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0115_000000014463	1890	0.5566358315654848	3	3	3	3	2	False	68934	fragment	False	SPA0115_000000014463	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1890.0	99.63	100.0	0.0005282274515528182	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0086_01_000000006169	2933	0.5566338158866508	2	2	1	2	1	False	447	maximal	True	USA0086_01_000000006169	1.0		0	0	False	False	0.9965904951095581	0					non-mobilizable	no_good_hit	1464.0	98.49700000000001	50.0	0.0733186328555678	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
CHI0008_000000004060	2305	0.5566321268460578	3	1	1	1	1	False	90518	maximal	False	ISR0232_000000011648	0.9458995276942894		0	0	False	False	1.0	0					non-mobilizable	other	1638.0	95.84899999999999	99.0	0.0005554776037205788	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MAD0047_000000006814	5203	0.5566295577446845	5	2	2	2	1	True	17696	maximal	True	MAD0047_000000006814	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	94.354	64.0	0.02930765060433077	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	True
SPA0056_000000013200	2638	0.5566235181283017	3	3	3	3	2	False	85309	maximal	True	SPA0056_000000013200	1.0		3	2	False	False	0.9996209144592285	0					non-mobilizable	no_good_hit	340.0	76.471	13.0	0.002364099560348052	NZ_FOJY01000008.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
DEN0010_000000014988	2960	0.5566217195711947	4	4	4	4	4	False	96171	fragment	False	DEN0010_000000014988	0.9850345561574956		0	0	False	False	0.9972972869873047	0					non-mobilizable	other	2930.0	98.53200000000001	99.0	0.0014136138545744747	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0812_000000000353	53173	0.5566207986055373	90	27	12	19	15	False	46411	maximal	True	ISR0812_000000000353	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	77.12	2.0	0.0043120552366339516	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0159_000000023008	1156	0.5566185941076164	3	3	3	3	3	True	69683	fragment	False	DEN0078_000000028445	0.9634244372990354		0	0	False	False	0.9991349577903748	0					non-mobilizable	chromosome	1156.0	100.0	100.0	0.0004881918851941757	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
USA0056_01_000000006760	3055	0.5566175185046736	5	3	3	3	3	False	46394	fragment	False	USA0056_01_000000006760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	415.0	83.37299999999999	33.0	0.05548074333423108	NZ_JH604978.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld563, whole genome shotgun sequence	True	False
ISR0025_000000018114	2172	0.5566166037832284	2	2	2	2	1	False	37358	maximal	True	ISR0025_000000018114	1.0		20	5	False	False	0.979742169380188	0					non-mobilizable	no_good_hit	437.0	73.455	20.0	0.007381340657454296	NZ_JAAITU010000023.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_23_length_58255_cov_190.636, whole genome shotgun sequence	True	False
ISR0080_000000013782	2278	0.5566153217856787	3	2	2	2	2	True	98366	fragment	False	FIJ0054_000000014493	0.640721224436958		0	0	False	False	0.997805118560791	0					non-mobilizable	plasmid	1830.0	85.464	96.0	0.015653998924600628	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0050_000000010621	2254	0.5566077305000608	3	2	2	2	2	False	17405	maximal	True	MAD0050_000000010621	1.0		1	1	False	False	0.9991126656532288	0					non-mobilizable	no_good_hit	1844.0	82.375	80.0	0.01227359071086497	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0003_000000020164	1194	0.5566047022860295	2	2	2	1	1	False	96391	fragment	False	DEN0061_000000036860	0.93171472857928		0	0	False	False	0.9832496047019958	0					non-mobilizable	other	1188.0	96.212	99.0	0.041022982547088305	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
ISR0834_000000011576	1530	0.5566038073900963	3	2	2	2	2	False	76264	fragment	False	ISR0787_000000009364	0.6309978768577494		0	0	False	False	0.9967319965362549	0					non-mobilizable	no_good_hit	380.0	83.947	25.0	0.00011511760518641551	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0024_000000017638	2733	0.5566019503515831	3	2	2	2	1	False	12941	maximal	True	MON0024_000000017638	1.0		20	2	False	False	0.9992681741714478	0					non-mobilizable	no_good_hit	670.0	72.985	24.0	0.00023160091832951288	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0102_000000019746	1163	0.5565858796664597	2	2	2	2	1	False	14957	maximal	True	MAD0102_000000019746	1.0		2	1	False	False	0.9828031063079834	0					non-mobilizable	chromosome	1163.0	99.914	100.0	0.0002541564532007637	NZ_CP055696.1	enterobacteria	Escherichia fergusonii strain RHB18-C03 chromosome, complete genome	False	False
USA0037_01_000000013478	2563	0.5565811241705009	2	2	2	2	1	False	1367	maximal	True	USA0037_01_000000013478	1.0		46	7	False	False	0.9996098279953003	0					non-mobilizable	no_good_hit	2109.0	99.85799999999999	82.0	0.0005894671613940395	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0010_000000012881	1675	0.5565804326660856	3	3	3	3	3	False	38294	fragment	False	MON0098_000000020418	0.9825029655990509		0	0	False	False	0.9970149397850037	0					non-mobilizable	other	1675.0	99.522	100.0	0.002958423022681243	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0007_000000003248	10657	0.556576190543662	10	10	3	6	8	False	14005	maximal	True	MON0007_000000003248	1.0		3	1	False	False	1.0	0					non-mobilizable	plasmid	10657.0	99.95299999999999	100.0	0.07344609404077582	CP024227.1	enterobacteria	Escherichia coli O169:H41 strain 2014EL-1345-2 plasmid unnamed4, complete sequence	False	True
MAD0043_000000012172	2087	0.5565755934578042	5	3	3	0	0	False	18040	fragment	False	MAD0043_000000012172	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000016178	1973	0.5565738943176931	3	2	2	2	2	True	52862	fragment	False	FIJ0105_000000016178	1.0		0	0	False	False	0.991890549659729	0					non-mobilizable	no_good_hit								True	True
ISR0068_000000007356	2759	0.5565712966537002	4	3	3	3	2	False	35030	maximal	True	ISR0068_000000007356	1.0		2	1	False	False	0.9978253245353699	0					non-mobilizable	no_good_hit	1734.0	99.885	63.0	0.014260088210124415	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0008_000000015238	1674	0.5565692413787273	4	2	1	1	1	True	67403	fragment	False	ENG0008_000000015238	1.0		0	0	False	False	0.9850656986236572	0					non-mobilizable	no_good_hit	232.0	89.22399999999999	14.0	7.245769928925584e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ENG0050_000000016542	1666	0.5565692413787273	4	2	1	1	1	True	67403	fragment	False	ENG0008_000000015238	0.997610513739546		0	0	False	False	0.9801920652389526	0					non-mobilizable	no_good_hit	226.0	81.858	14.0	8.696854068341743e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ISR0814_000000005027	7592	0.5565654240716955	9	4	1	3	3	True	109116	fragment	False	SPA0070_000000002399	0.9685868225737594		0	0	False	False	1.0	0					non-mobilizable	other	7600.0	99.72399999999999	100.0	0.0014707964399521304	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0015_000000004094	2345	0.5565640974512924	3	1	1	1	1	False	89858	maximal	True	CHI0015_000000004094	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000023255	1947	0.5565638694722889	3	2	1	2	2	False	75666	fragment	False	DEN0011_000000023255	1.0		0	0	False	False	0.9876733422279358	0					non-mobilizable	no_good_hit								True	False
AST0025_000000011306	3053	0.5565632264089411	2	2	2	2	2	False	120475	maximal	False	ISR0773_000000003904	0.9836039477873288		0	0	False	False	0.9970520734786987	0					non-mobilizable	other	3053.0	99.902	100.0	0.0005911075500044643	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0088_000000007048	3926	0.5565582897475508	6	5	1	3	5	True	43679	maximal	True	FIJ0088_000000007048	1.0		1	1	False	False	0.9994905591011047	0					non-mobilizable	no_good_hit	905.0	94.365	31.0	0.007905414859381558	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0029_000000021948	1997	0.5565544869112838	4	3	3	3	2	False	37114	fragment	False	ISR0029_000000021948	1.0		0	0	False	False	0.9804707169532776	0					non-mobilizable	other	1985.0	98.23700000000001	99.0	0.009388225146794686	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	False	False
MON0105_000000037290	1464	0.5565536575044181	2	2	1	2	1	False	8702	maximal	True	MON0105_000000037290	1.0		68	13	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00010311974043288194	NZ_SOAN01000004.1	high GC Gram+	Nesterenkonia aurantiaca strain DSM 27373 Ga0310556_104, whole genome shotgun sequence	True	False
FIJ0061_000000013985	1892	0.5565525473929439	2	2	2	2	2	False	45806	maximal	True	FIJ0061_000000013985	1.0		1	1	False	False	0.9994714856147766	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000007523	3023	0.5565512801574612	5	5	5	4	4	False	30827	maximal	True	ISR0150_000000007523	1.0		53	7	False	False	0.9980152249336243	0					non-mobilizable	no_good_hit	117.0	79.487	4.0	3.692960106880148e-05	NC_007969.1	g-proteobacteria	Psychrobacter cryohalolentis K5, complete genome	True	False
FIJ0149_000000007768	2955	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.9886415465035744		0	0	False	False	1.0	0					non-mobilizable	other	2955.0	98.883	100.0	0.008463334622602318	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
FIJ0120_000000008173	2812	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.9881148750855938		0	0	False	False	1.0	0					non-mobilizable	chromosome	2812.0	99.46700000000001	100.0	0.0007498541505667654	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0043_000000006184	2812	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.9839998784059403		0	0	False	False	1.0	0					non-mobilizable	other	2812.0	99.289	100.0	0.008053633589754609	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
MON0093_000000015532	2751	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.9813160719929432		0	0	False	False	1.0	0					non-mobilizable	other	2751.0	99.709	100.0	0.041961669921875	NZ_VJZV01000030.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold30_1, whole genome shotgun sequence	False	False
FIJ0143_000000001687	2750	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.9787001808663763		0	0	False	False	1.0	0					non-mobilizable	chromosome	2750.0	99.709	100.0	0.0007333152116357304	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0027_000000004196	2749	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.9779552528983512		0	0	False	False	1.0	0					non-mobilizable	other	2749.0	99.41799999999999	100.0	0.0419158935546875	NZ_VJZV01000030.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold30_1, whole genome shotgun sequence	False	False
MON0044_000000018386	2749	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.9758618906147668		0	0	False	False	1.0	0					non-mobilizable	other	2749.0	99.272	100.0	0.007873135931926598	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
SPA0082_000000005970	2747	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.9763205671883484		0	0	False	False	1.0	0					non-mobilizable	other	2761.0	83.883	100.0	0.000917423787910991	CP017038.2	CFB group bacteria	Tannerella sp. oral taxon BU063, complete genome	False	False
ISR0256_000000006596	2718	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.973021723008253		0	0	False	False	1.0	0					non-mobilizable	chromosome	2718.0	99.448	100.0	0.0007247789850906801	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0064_000000010000	2717	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.9721421679700488		0	0	False	False	1.0	0					non-mobilizable	other	2718.0	99.669	100.0	0.0414581298828125	NZ_VJZV01000030.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold30_1, whole genome shotgun sequence	False	False
MAD0108_000000006213	2697	0.5565507037518047	3	3	3	1	1	False	45501	fragment	False	FIJ0149_000000007768	0.9657369009139649		0	0	False	False	1.0	0					non-mobilizable	other	2697.0	99.62899999999999	100.0	0.0411376953125	NZ_VJZV01000030.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold30_1, whole genome shotgun sequence	False	False
TAN0009_000000017220	2278	0.5565454142542422	3	3	3	3	3	False	2698	maximal	True	TAN0009_000000017220	1.0		1	1	False	False	0.9877085089683533	0					non-mobilizable	no_good_hit	105.0	83.81	5.0	0.00034191779366754966	NZ_FCOB02000005.1	b-proteobacteria	Caballeronia ptereochthonis isolate LMG 29326, whole genome shotgun sequence	True	False
MAD0108_000000013631	1329	0.556543470262938	3	2	2	2	2	True	87079	fragment	False	MON0032_000000016300	0.3186428445867871		0	0	False	False	1.0	0					non-mobilizable	chromosome	1333.0	92.49799999999999	100.0	0.0004696729262669965	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0109_000000007898	3401	0.5565373163859193	3	3	3	3	2	True	115983	maximal	True	FIJ0109_000000007898	1.0		1	1	False	False	0.998823881149292	0					non-mobilizable	no_good_hit	1561.0	80.717	46.0	0.0007615182082340138	CP000837.1	firmicutes	Streptococcus suis GZ1, complete genome	True	True
USA0035_01_000000010238	2460	0.5565361045095539	4	2	2	2	1	False	1422	maximal	True	USA0035_01_000000010238	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	99.765	52.0	0.0005272175546518589	CP015908.1	firmicutes	Lactococcus lactis subsp. lactis strain UL8, complete genome	True	False
FIJ0129_000000010503	2026	0.556521071373592	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.39506940608353863		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	97.68	100.0	0.010959274793667975	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
MON0002_000000020098	1399	0.5565163644918633	2	2	2	2	1	True	14310	fragment	False	MON0002_000000020098	1.0		0	0	False	False	0.9992852210998535	0					non-mobilizable	no_good_hit								True	True
MON0076_000000003349	9934	0.5565131497508314	12	7	5	6	2	True	39575	fragment	False	MON0076_000000003349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.214374092605794e-06	NC_009937.1	a-proteobacteria	Azorhizobium caulinodans ORS 571, complete genome	True	True
ISR0839_000000015720	1364	0.5565115443386319	3	3	3	3	2	False	20825	maximal	True	ISR0839_000000015720	1.0		11	4	False	False	0.9868035316467285	0					non-mobilizable	other	1384.0	74.855	99.0	0.0004639833363796886	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
SPA0081_000000002205	5820	0.5565091554693579	7	5	5	5	5	False	110438	maximal	True	SPA0081_000000002205	1.0		68	6	False	False	1.0	0					non-mobilizable	other	5349.0	99.81299999999999	92.0	0.04399809097491936	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0130_000000015822	1862	0.5565087334788021	3	3	2	3	3	False	58442	maximal	True	ENG0130_000000015822	1.0		184	12	False	False	0.9994629621505737	0					non-mobilizable	chromosome	1849.0	85.181	98.0	0.0006389137142323346	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0055_000000003807	3217	0.5565009484012076	3	3	2	3	1	True	109164	maximal	True	ISR0055_000000003807	1.0		3	2	False	False	0.9972023367881775	0					non-mobilizable	other	3225.0	90.729	100.0	0.002057115741616516	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0083_000000016038	1694	0.5564951766168975	2	2	2	2	2	False	34097	fragment	False	ISR0083_000000016038	1.0		0	0	False	False	0.9988193511962891	0					non-mobilizable	other	1694.0	97.639	100.0	0.0004505666147969483	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0008_000000011882	2414	0.5564942961007852	3	3	3	3	3	False	114678	maximal	True	FIJ0008_000000011882	1.0		89	8	False	False	0.999585747718811	0					non-mobilizable	other	2414.0	97.556	100.0	0.0011013014800250473	CP014144.1	firmicutes	Streptococcus salivarius strain JF, complete genome	False	False
ISR0805_000000009432	1270	0.5564941312853925	2	2	2	2	1	False	21786	maximal	True	ISR0805_000000009432	1.0		263	12	False	False	0.9976378083229065	0					non-mobilizable	no_good_hit								True	False
FIJ0027_000000009321	1865	0.5564920619710022	3	2	2	2	2	False	66404	fragment	False	ENG0030_000000009786	0.9260352830413918		0	0	False	False	1.0	0					non-mobilizable	chromosome	1865.0	95.818	100.0	0.0008082037887587698	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0037_000000009261	1457	0.5564831377936477	2	2	2	2	1	True	51152	fragment	False	MAD0037_000000009261	1.0		0	0	False	False	0.957446813583374	0					non-mobilizable	plasmid	1457.0	99.931	100.0	0.009113898695510653	CP032239.1	enterobacteria	Escherichia coli strain ECCWS199 plasmid pTB222, complete sequence	False	True
MAD0001_000000001726	12321	0.5564799262431895	12	7	4	5	5	True	113141	maximal	True	MAD0001_000000001726	1.0		37	4	False	False	1.0	0					non-mobilizable	no_good_hit	7352.0	95.335	60.0	0.16777142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MON0026_000000043135	1238	0.5564784535159435	3	3	3	3	3	False	12692	maximal	True	MON0026_000000043135	1.0		84	12	False	False	0.9975767135620117	0					non-mobilizable	no_good_hit	404.0	74.257	31.0	0.017186533533621984	NZ_NFHM01000035.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_35, whole genome shotgun sequence	True	False
CHI0067_000000002571	3942	0.556478257041716	3	2	2	2	2	False	85191	maximal	True	CHI0067_000000002571	1.0		7	5	False	False	0.9989852905273438	0					non-mobilizable	no_good_hit	3274.0	99.236	83.0	0.0018947606077359261	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	True	False
ISR0120_000000008073	3678	0.5564776955009413	4	4	4	4	3	False	116883	fragment	False	CHI0039_000000003403	0.7234897599147905		0	0	False	False	1.0	0					non-mobilizable	chromosome	3678.0	98.641	100.0	0.0005657415707275434	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ETH0001_000000017440	1856	0.5564774535139431	3	1	1	1	1	False	53512	maximal	True	ETH0001_000000017440	1.0		1	1	False	False	0.9741379022598267	0					non-mobilizable	no_good_hit								True	False
ISR0077_000000026550	1378	0.5564732981735323	3	2	2	2	1	True	34462	fragment	False	ISR0077_000000026550	1.0		0	0	False	False	0.9898403286933899	0					non-mobilizable	no_good_hit	694.0	92.219	50.0	0.00833042410526189	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	True
SPA0027_000000031663	1188	0.5564732981735323	3	2	2	2	1	True	7462	fragment	False	SPA0027_000000031663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	588.0	100.0	49.0	0.001606568593910366	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0113_000000005112	3006	0.5564725978654462	6	5	4	3	3	True	118240	fragment	False	MAD0072_000000001538	0.6530702555367148		0	0	False	False	1.0	0					non-mobilizable	other	3008.0	96.975	100.0	0.0007994696461016141	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0150_000000016774	1262	0.5564715613044375	2	2	2	2	2	True	3253	fragment	False	SPA0150_000000016774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0058_000000006238	3799	0.5564703387154599	6	6	3	5	6	True	65314	fragment	False	ISR0058_000000006238	1.0		0	0	False	False	0.9984206557273865	0					non-mobilizable	plasmid	3800.0	98.73700000000001	100.0	0.038159732339318186	CP048300.1	enterobacteria	Salmonella enterica subsp. enterica serovar Schwarzengrund strain WAPHL_SAL-A00527 plasmid pN1566-3, complete sequence	False	True
SPA0033_000000018172	1724	0.5564701355070788	3	3	3	2	3	False	38022	maximal	False	ISR0014_000000019753	0.9533592448639645		0	0	False	False	0.9965197443962097	0					non-mobilizable	no_good_hit	658.0	77.05199999999999	37.0	0.015565134099616858	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	False
ISR0297_000000005845	2386	0.5564686797482906	4	2	1	2	2	False	25653	maximal	True	ISR0297_000000005845	1.0		26	7	False	False	0.9941324591636658	0					non-mobilizable	no_good_hit	1073.0	100.0	45.0	0.00025871535277720796	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0802_000000004696	3116	0.5564662098215415	4	2	1	2	1	False	40439	maximal	True	ISR0802_000000004696	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	85.185	2.0	0.00012475960236996167	NZ_CADIKK010000001.1	b-proteobacteria	Burkholderia ultramafica strain LMG 28614 isolate LMG 28614, whole genome shotgun sequence	True	False
SPA0114_000000023284	2009	0.5564650770639371	2	2	2	2	2	False	4441	maximal	True	SPA0114_000000023284	1.0		244	10	True	True	1.0	1					non-mobilizable	other	1421.0	99.43700000000001	99.0	0.0005898117088423574	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	True
ISR0032_000000010186	3200	0.556464330040902	3	3	2	3	1	False	36959	maximal	True	ISR0032_000000010186	1.0		3	2	False	False	0.9996874928474426	0					non-mobilizable	no_good_hit								True	False
CHI0020_000000004776	2091	0.5564613024894608	3	3	3	3	3	False	89371	maximal	True	CHI0020_000000004776	0.9762604013705336		282	13	False	False	1.0	0					non-mobilizable	other	2091.0	99.904	100.0	0.0037949768306677705	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0047_000000014144	2788	0.5564590425613498	5	3	2	3	3	False	6679	maximal	True	SPA0047_000000014144	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1232.0	88.71799999999999	57.0	0.0004218939301767259	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0171_000000005193	4598	0.5564562070539399	5	5	3	4	4	False	112792	maximal	True	ISR0171_000000005193	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2300.0	74.304	49.0	0.2769043266301036	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0007_000000002490	6872	0.5564532236140761	8	6	3	4	4	False	89970	maximal	True	FIJ0007_000000002490	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	98.54799999999999	36.0	0.0001995150398562718	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0052_01_000000001851	9560	0.5564527880755812	15	7	5	7	4	False	35971	maximal	False	ISR0161_000000002684	0.9721571478316589		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	475.0	84.632	5.0	0.09433573635427395	MK232427.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c2 sequence	True	True
FIJ0074_000000013765	2302	0.5564515777640161	2	2	2	2	2	False	44639	maximal	True	FIJ0074_000000013765	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	971.0	90.525	57.0	0.00027203894878304724	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0209_000000008721	3377	0.5564500505848579	5	2	2	2	1	False	107209	fragment	False	ISR0209_000000008721	0.9953425480769231		0	0	False	False	0.9976310133934021	0					non-mobilizable	no_good_hit	351.0	71.795	10.0	0.004735214534209509	NZ_JNJN01000006.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ENG0128_000000013708	2050	0.556446005761912	2	2	2	2	2	False	125677	fragment	False	ENG0124_000000014874	0.9812179391406217		0	0	False	False	1.0	0					non-mobilizable	other	2050.0	99.12200000000001	100.0	0.0024088142144726354	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0126_000000015551	2391	0.5564445158913436	3	2	2	2	1	False	41143	fragment	False	FIJ0126_000000015551	1.0		0	0	False	False	0.9995817542076111	0					non-mobilizable	no_good_hit								True	False
SPA0049_000000008916	2199	0.5564411303020164	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.44484863852295536		0	0	False	False	1.0	0					non-mobilizable	chromosome	2199.0	95.54299999999999	100.0	0.0007067424126475381	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
MON0029_000000013900	2117	0.5564411303020164	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.45830809210461565		0	0	False	False	0.9914973974227905	0					non-mobilizable	chromosome	2130.0	92.25399999999999	100.0	0.0006858933841908666	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0081_01_000000025800	1176	0.5564391773266963	3	3	2	3	1	False	127422	fragment	False	ENG0002_000000019380	0.7509958297300116		0	0	False	False	0.9693877696990967	0					non-mobilizable	other	1176.0	98.639	100.0	0.005071037685362612	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ISR0052_000000033694	1125	0.5564391773266963	3	3	2	3	1	False	127422	fragment	False	ENG0002_000000019380	0.5035559770155129		0	0	False	False	1.0	0					non-mobilizable	chromosome	1125.0	99.37799999999999	100.0	0.0003129067056408115	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0775_000000017648	1105	0.5564391773266963	3	3	2	3	1	False	127422	fragment	False	ENG0002_000000019380	0.4180916398074764		0	0	False	False	1.0	0					non-mobilizable	chromosome	1105.0	99.367	100.0	0.00030733897066499634	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0073_000000009647	2745	0.5564342662522954	4	3	2	3	2	False	121043	fragment	False	ENG0016_000000008208	0.9689255137886787		0	0	False	False	1.0	0					non-mobilizable	chromosome	2546.0	73.134	91.0	0.0008522156758073707	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0320_000000005025	3970	0.5564320615408925	6	6	4	3	3	False	91757	maximal	True	ISR0320_000000005025	1.0		4	3	False	False	0.9894206523895264	0					non-mobilizable	no_good_hit	3227.0	100.0	81.0	0.05058408467267738	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	True	False
CAN0022_000000023393	1405	0.5564299627547816	2	2	2	2	2	True	91246	maximal	True	CAN0022_000000023393	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	82.09	9.0	0.0007733632445835055	NZ_QXED01000011.1	CFB group bacteria	Fibrisoma montanum strain HYT19 NODE_11_length_169390_cov_22.834163, whole genome shotgun sequence	True	True
FIJ0006_000000020672	1824	0.5564254327452391	2	2	2	2	1	False	68962	maximal	True	FIJ0006_000000020672	1.0		120	9	False	False	0.9873903393745422	0					non-mobilizable	no_good_hit	1311.0	70.175	70.0	0.0006564505375554891	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
MON0037_000000016370	3807	0.5564252664617995	8	5	4	5	3	True	91906	fragment	False	MON0011_000000012249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	97.258	81.0	0.163407647278615	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0011_000000012249	3807	0.5564252664617995	8	5	4	5	3	True	91906	fragment	False	MON0011_000000012249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	97.258	81.0	0.163407647278615	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0181_000000000076	94478	0.5564212274817305	89	14	4	13	3	False	55294	maximal	False	MAD0100_000000000037	0.9507386283128314		0	0	True	True	1.0	54					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00863060989643268	EF014384.1	glomeromycetes	Gigaspora gigantea RNA polymerase II largest subunit (RPB1) gene, partial cds	True	True
SPA0113_000000012305	2587	0.5564212022557743	2	2	1	2	0	True	88929	fragment	False	SPA0113_000000012305	1.0		0	0	False	False	0.9996134638786316	0					non-mobilizable	no_good_hit								True	True
CHI0113_000000004769	1650	0.5564212022557743	2	2	1	2	0	True	82350	fragment	False	CHI0113_000000004769	1.0		0	0	False	False	0.9987878799438477	0					non-mobilizable	no_good_hit								True	True
CAN0006_000000026076	1737	0.5564211474041855	2	2	2	2	2	False	95612	maximal	False	USA0075_01_000000013607	0.9644628099173553		0	0	False	False	0.9959700703620911	0					non-mobilizable	no_good_hit	298.0	74.497	17.0	0.00012500765243762783	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	False
MON0016_000000003469	5223	0.5564174012654752	8	5	5	5	2	False	65099	maximal	True	MON0016_000000003469	1.0		17	4	False	False	0.9927244782447815	0					non-mobilizable	no_good_hit	562.0	81.495	11.0	0.0028864020711109255	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
SPA0110_000000010798	1766	0.5564161032600505	3	2	2	2	2	False	4611	maximal	True	SPA0110_000000010798	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1766.0	99.773	100.0	0.0016857109020129203	NZ_CABIYM010000001.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	False	False
USA0111_01_000000010968	2284	0.5564117751136728	3	3	3	3	3	False	77525	fragment	False	ETH0003_000000016914	0.9726681127982647		0	0	False	False	0.9868651628494263	0					non-mobilizable	other	2268.0	98.19200000000001	99.0	0.021468616235463464	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
AST0010_000000013251	2220	0.5564104842613974	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.5056767886691047		0	0	False	False	1.0	0					non-mobilizable	other	2220.0	99.324	100.0	0.007625036510145525	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0091_000000005139	2192	0.5564104842613974	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.479625453188229		0	0	False	False	1.0	0					non-mobilizable	other	2192.0	99.954	100.0	0.0006556580355814933	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0051_000000011601	2169	0.5564104842613974	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.45646553693407144		0	0	False	False	1.0	0					non-mobilizable	other	2169.0	99.30799999999999	100.0	0.0006931450872418926	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0034_000000017020	2110	0.5564104842613974	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.41841332714418317		0	0	False	False	1.0	0					non-mobilizable	other	2110.0	99.62100000000001	100.0	0.0006311194874675351	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0010_000000022041	2057	0.5564104842613974	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.4093093569618283		0	0	False	False	1.0	0					non-mobilizable	chromosome	2057.0	97.569	100.0	0.0005723631555137976	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0176_000000004201	2050	0.5564104842613974	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.4110413697006453		0	0	False	False	0.9936585426330566	0					non-mobilizable	other	2050.0	99.65899999999999	100.0	0.0006131644522621997	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0007_000000015745	1596	0.5564104842613974	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.041377589686918015		0	0	False	False	1.0	0					non-mobilizable	chromosome	1596.0	97.306	100.0	0.0004440268643212583	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0062_000000034305	1128	0.5564104842613974	3	3	2	3	0	False	35291	fragment	False	ISR0062_000000034305	1.0		0	0	False	False	0.9982269406318665	0					non-mobilizable	other	1129.0	94.774	100.0	0.004409827840321114	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
SPA0007_000000000656	21102	0.5564099066068411	21	10	7	10	8	False	11947	maximal	True	SPA0007_000000000656	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	95.588	0.0	0.00012176615446127564	NZ_NISJ01000002.1	a-proteobacteria	Sphingopyxis witflariensis strain DSM 14551 NODE_2_length_550235_cov_35.133, whole genome shotgun sequence	True	False
ISR0127_000000022685	1145	0.5563996191802298	3	3	3	2	2	False	31883	fragment	False	ISR0127_000000022685	1.0		0	0	False	False	0.9729257822036743	0					non-mobilizable	no_good_hit	883.0	90.94	74.0	0.0009624397246177006	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0050_000000005189	4507	0.5563950896047246	4	4	4	4	4	False	50124	fragment	False	ISR0050_000000005189	1.0		0	0	False	False	0.9995562434196472	0					non-mobilizable	no_good_hit	1309.0	74.561	41.0	0.004508686315243704	AP012299.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC1 DNA, complete genome	True	False
MON0061_000000015556	2830	0.5563949476149969	3	3	2	3	2	False	81192	maximal	True	MON0061_000000015556	1.0		1	1	False	False	0.9837455749511719	0					non-mobilizable	no_good_hit	2188.0	92.413	77.0	0.004736335325601367	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
AST0061_000000016562	2532	0.5563932271876544	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7956621620900965	PS954	0	0	False	True	0.9956555962562561	0					non-mobilizable	no_good_hit	110.0	91.818	6.0	0.045190713101160865	KU543873.1	bacteria	Uncultured bacterium clone CH_060502_Contig_16 genomic sequence	True	True
SPA0034_000000022095	1582	0.5563928325943611	3	3	3	3	2	False	7147	maximal	True	SPA0034_000000022095	1.0		13	3	False	False	0.999367892742157	0					non-mobilizable	no_good_hit	293.0	74.744	18.0	4.304911500436545e-05	CP011117.2	g-proteobacteria	Pseudomonas synxantha strain LBUM223 chromosome, complete genome	True	False
MAD0044_000000017434	1429	0.5563912362653143	2	2	2	2	2	False	58770	fragment	False	ISR0375_000000013975	0.7518484175671666		0	0	False	False	0.9993001818656921	0					non-mobilizable	other	1429.0	96.431	100.0	0.00038611093010283584	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
TAN0021_000000006161	2801	0.5563795345200604	3	3	3	3	2	False	2385	maximal	True	TAN0021_000000006161	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0024_000000004778	3445	0.5563787650317643	4	3	2	1	3	False	121134	maximal	True	SPA0024_000000004778	1.0		34	4	False	False	1.0	0					non-mobilizable	no_good_hit	1582.0	99.431	72.0	0.000498012206342217	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0016_000000008460	3831	0.5563726424040953	3	2	1	2	1	False	84524	maximal	True	SPA0016_000000008460	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	88.596	24.0	0.00017444295446424112	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
CHI0077_000000012252	1142	0.5563726424040953	2	2	1	2	1	False	84523	fragment	False	CHI0077_000000012252	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	89.535	75.0	0.0001644528293187119	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ISR0033_000000016185	1940	0.5563689933205492	2	2	2	2	1	False	36882	maximal	True	ISR0033_000000016185	1.0		21	3	False	False	0.9881443381309509	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000017476	1240	0.5563689933205492	2	2	2	2	1	False	62715	fragment	False	ENG0066_000000017476	1.0		0	0	False	False	0.9983870983123779	0					non-mobilizable	no_good_hit	974.0	87.37200000000001	78.0	0.0002581055898561585	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0820_000000021390	1236	0.5563687444700992	2	2	2	1	1	False	21263	maximal	True	ISR0820_000000021390	1.0		4	3	False	False	0.9911003112792969	0					non-mobilizable	other	1244.0	88.74600000000001	100.0	0.0003838953116862835	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0184_000000004272	5525	0.556368409407864	5	5	3	5	4	False	55120	maximal	True	ENG0184_000000004272	1.0		327	10	False	False	0.9998189806938171	0					non-mobilizable	other	5525.0	98.87799999999999	100.0	0.0014678540234585606	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
AUS0020_000000004372	6060	0.5563670351998896	10	6	5	4	4	False	99707	maximal	True	AUS0020_000000004372	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	524.0	73.664	8.0	0.008469109254817633	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
ENG0037_000000022193	1603	0.5563589898075942	2	2	2	2	1	False	65178	maximal	True	ENG0037_000000022193	1.0		242	13	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	71.45	41.0	0.00030191849211703227	LS483471.1	firmicutes	Streptococcus cristatus strain NCTC13807 genome assembly, chromosome: 1	True	False
ISR0085_000000003107	6382	0.5563588257532149	8	5	3	4	4	True	71446	maximal	True	ISR0085_000000003107	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	8.180930855069902e-07	LR594558.1	birds	Streptopelia turtur genome assembly, chromosome: 6	True	True
MAD0105_000000009989	3350	0.5563582737004213	4	3	2	2	3	False	14846	maximal	True	MAD0105_000000009989	1.0		1	1	False	False	0.9889551997184753	0					non-mobilizable	plasmid	3217.0	97.04700000000001	96.0	0.05184838860496235	MK275621.1	firmicutes	Clostridium perfringens strain JXJA17 plasmid p3, complete sequence	False	True
AUS0022_000000002986	11159	0.5563557329958425	23	3	1	3	2	False	99422	maximal	True	AUS0022_000000002986	1.0	PS498	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	111.0	97.29700000000001	2.0	3.078687617042607e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0322_000000002639	3584	0.5563554213917669	6	5	4	5	2	False	114068	maximal	True	ISR0322_000000002639	1.0		13	4	False	False	1.0	0					non-mobilizable	other	3434.0	90.944	95.0	0.008548912241011255	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
ENG0075_000000012831	1920	0.5563519643501041	4	4	4	3	3	False	87213	maximal	True	ENG0075_000000012831	1.0		98	8	False	False	0.995312511920929	0					non-mobilizable	chromosome	1874.0	98.186	100.0	0.0008290112325931984	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	False	False
AST0029_000000005656	5529	0.5563518990980674	8	6	2	5	1	False	118452	maximal	True	AST0029_000000005656	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2270.0	91.23299999999999	55.0	0.009297134956160686	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0063_000000000146	35031	0.5563516095541153	65	21	7	19	15	False	65976	maximal	True	MAD0063_000000000146	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	89.275	1.0	0.012819551690531525	MK232980.1	viruses	Uncultured human fecal virus clone D.formicigenerans_S04.r3.K08_1-CL20_c1 sequence	True	False
MAD0039_000000000339	18191	0.5563514961240781	25	4	2	4	2	True	18521	maximal	True	MAD0039_000000000339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0311_000000001609	8420	0.5563507813702285	17	8	4	6	7	False	132090	maximal	True	ISR0311_000000001609	1.0		111	7	False	False	0.9983372688293457	0					non-mobilizable	no_good_hit	1850.0	92.541	29.0	0.06517513165800728	NZ_JAAITI010000042.1	firmicutes	Blautia luti strain MSK.16.34 NODE_42_length_28293_cov_223.702, whole genome shotgun sequence	True	False
FIJ0109_000000013913	1798	0.5563483470247814	2	2	2	2	1	False	85948	fragment	False	FIJ0109_000000013913	1.0		0	0	False	False	0.9949944615364075	0					non-mobilizable	no_good_hit	1073.0	96.086	62.0	0.00029741573220920737	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0001_000000012910	1593	0.5563459401064201	3	3	3	2	1	False	52554	maximal	True	FIJ0001_000000012910	1.0		16	5	False	False	1.0	0					non-mobilizable	chromosome	1277.0	91.15100000000001	96.0	0.00045026495410720326	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0800_000000007783	1577	0.5563449480043741	2	2	2	2	2	False	21880	maximal	True	ISR0800_000000007783	1.0		4	1	False	False	0.9759036302566528	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00017512856028402667	NZ_FNKQ01000006.1	euryarchaeotes	Halopelagius longus strain CGMCC 1.12397, whole genome shotgun sequence	True	False
FIJ0063_000000024357	1212	0.55634205798393	2	2	1	2	1	False	45542	maximal	True	FIJ0063_000000024357	0.9946236559139785		61	11	False	False	0.9884488582611084	0					non-mobilizable	other	1212.0	96.7	100.0	0.006320855168382153	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	False	False
ENG0142_000000006558	4335	0.5563413449945623	4	4	3	3	3	False	109208	fragment	False	ENG0142_000000006558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.770956604758046e-05	NZ_BJLR01000030.1	high GC Gram+	Cellulomonas cellasea strain NBRC 3753 sequence30, whole genome shotgun sequence	True	False
SPA0134_000000013795	1967	0.5563388653132768	2	2	1	1	2	True	51120	fragment	False	SPA0134_000000013795	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1910.0	98.796	100.0	0.000354865100142039	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0214_000000009074	3029	0.5563370753001321	4	4	4	4	3	False	112048	maximal	True	ISR0214_000000009074	0.9638756602091112		124	14	False	False	0.9993396997451782	0					non-mobilizable	no_good_hit	549.0	73.953	18.0	0.0002371741814202744	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0010_000000008321	3368	0.5563361957230455	3	3	3	3	3	False	126378	fragment	False	AST0010_000000008321	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3368.0	99.97	100.0	0.0011338257915565505	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
USA0057_01_000000004861	6096	0.5563334104961704	5	4	3	3	2	False	62454	maximal	True	USA0057_01_000000004861	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	1508.0	94.695	25.0	0.0003431100340446207	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0244_000000011692	2106	0.5563274256607553	1	1	1	1	1	False	71865	fragment	False	ISR0013_000000011996	0.995280792826805		0	0	False	False	0.9995251893997192	0					non-mobilizable	no_good_hit								True	False
AST0010_000000012043	2417	0.5563254397001074	5	4	2	3	4	True	126309	maximal	True	AST0010_000000012043	1.0		1	1	False	False	0.9975175857543945	0					non-mobilizable	other	1574.0	91.995	99.0	0.024408410272325237	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
AST0012_000000021186	1148	0.5563238385495087	2	1	1	1	1	False	124596	fragment	False	AST0012_000000021186	0.9590992647058824		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	97.99799999999999	100.0	0.021716923309749916	NZ_SPFY01000015.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_15_length_52862_cov_15.1313, whole genome shotgun sequence	False	False
ISR0233_000000010120	1672	0.5563169313049262	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.019016289173050285		0	0	False	False	0.9964115023612976	0					non-mobilizable	chromosome	1700.0	86.529	99.0	0.0005921195869842376	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0037_000000013303	1148	0.5563095557148197	1	1	1	1	1	False	87909	maximal	True	CHI0037_000000013303	1.0		107	9	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	99.65100000000001	75.0	0.004237455356261963	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0059_000000003846	4905	0.5563084663783407	4	4	4	3	2	False	48414	maximal	True	FIJ0059_000000003846	1.0		8	1	False	False	0.9997961521148682	0					non-mobilizable	no_good_hit	1419.0	78.929	32.0	0.000468758323123635	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ISR0384_000000005004	3067	0.5563078472466195	2	2	0	2	0	True	67536	maximal	True	ISR0384_000000005004	1.0	PS315|PS84	2	2	False	True	0.9957613348960876	0					non-mobilizable	no_good_hit	1442.0	92.788	47.0	0.5183585313174947	LN852943.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0271	True	True
ENG0064_000000006649	3414	0.5563040874122466	5	5	4	5	4	False	62994	maximal	True	ENG0064_000000006649	1.0		17	6	False	False	0.9985354542732239	0					non-mobilizable	no_good_hit	622.0	78.457	18.0	0.000188149049420382	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0210_000000005474	3489	0.5563037760992322	3	3	2	3	3	False	66271	maximal	True	ISR0210_000000005474	1.0		44	4	False	False	0.9962739944458008	0					non-mobilizable	other	3428.0	88.448	98.0	0.019482085438677077	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
FIJ0114_000000020967	1890	0.5563025529616347	2	1	1	1	1	False	44048	fragment	False	FIJ0114_000000020967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000012610	1150	0.5562990129132773	3	2	2	2	1	False	46220	fragment	False	FIJ0055_000000012610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0043_000000007712	4230	0.5562972756796943	6	4	3	4	2	False	82541	fragment	False	MON0033_000000014627	0.9317937701396348		0	0	False	False	0.9976359605789185	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000002598	12225	0.5562960870696233	14	7	5	5	5	False	79882	maximal	False	ISR0138_000000001857	0.9279964552101027		0	0	False	False	1.0	0					non-mobilizable	other	12256.0	94.435	100.0	0.032973145193081366	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ENG0190_000000012204	2498	0.5562923035204003	2	2	2	2	2	False	57428	maximal	True	ENG0190_000000012204	0.9917522449648368		60	7	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	97.5	3.0	0.0012506332320162108	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
SPA0112_000000010574	3254	0.556292038268818	2	2	2	2	2	False	128556	fragment	False	ISR0263_000000003210	0.8709294907816953		0	0	False	False	0.9975414872169495	0					non-mobilizable	no_good_hit	105.0	96.19	7.0	3.6250423502543805e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0052_000000024446	1289	0.5562918736338729	2	2	2	2	1	False	46437	fragment	False	FIJ0052_000000024446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0139_000000010506	2425	0.5562908146100425	3	3	3	2	2	False	66746	maximal	True	ISR0139_000000010506	1.0		36	7	False	False	1.0	0					non-mobilizable	other	2425.0	98.26799999999999	100.0	0.0008235337684517938	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0072_000000026817	1110	0.5562897921201272	2	2	2	2	2	False	34814	maximal	True	ISR0072_000000026817	1.0		205	11	False	False	0.976576566696167	0					non-mobilizable	other	1106.0	97.10700000000001	99.0	0.0003136794916632223	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ETH0003_000000013074	2844	0.5562883246669432	4	4	3	3	3	False	110634	fragment	False	ETH0003_000000013074	1.0		0	0	False	False	0.9908579587936401	0					non-mobilizable	no_good_hit	2516.0	90.819	88.0	0.10061552077885505	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
MON0101_000000053184	1255	0.5562862236044509	2	2	2	2	2	False	9001	fragment	False	MON0101_000000053184	1.0		0	0	False	False	0.9992032051086426	0					non-mobilizable	other	1255.0	99.84100000000001	100.0	0.0003332166809227073	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MON0108_000000004760	4256	0.5562821046227632	3	3	3	3	1	False	8538	maximal	True	MON0108_000000004760	1.0		15	7	False	False	0.9978853464126587	0					non-mobilizable	no_good_hit	3317.0	98.854	78.0	0.004766238639745686	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
FIJ0079_000000014541	1926	0.5562756105100897	3	3	3	3	3	False	86881	fragment	False	ISR0213_000000014288	0.7712948084194142		0	0	False	False	0.9994807839393616	0					non-mobilizable	other	1926.0	99.53299999999999	100.0	0.0004719674619502284	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0031_000000012206	1902	0.5562742816727979	3	3	2	3	3	False	37006	maximal	True	ISR0031_000000012206	1.0		7	1	False	False	0.9926393032073975	0					non-mobilizable	no_good_hit	94.0	81.915	5.0	3.706713543162866e-05	NC_016026.1	a-proteobacteria	Micavibrio aeruginosavorus ARL-13, complete sequence	True	False
ISR0279_000000015792	1436	0.5562722700163678	2	1	0	1	1	True	26227	fragment	False	ISR0279_000000015792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	97.93700000000001	89.0	0.005983402726830988	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
ENG0180_000000007245	2359	0.5562689979688312	3	2	2	2	2	False	55345	maximal	True	ENG0180_000000007245	1.0		237	12	False	False	1.0	0					non-mobilizable	no_good_hit	1706.0	90.152	72.0	0.057026203942304475	NZ_CABIWU010000025.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0176_000000027645	1232	0.5562623848283916	2	2	2	1	1	False	74135	maximal	False	DEN0026_000000022121	0.9807692307692307		0	0	False	False	0.9975649118423462	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	2.881300419082206e-05	NZ_SKCI01000001.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig1, whole genome shotgun sequence	True	False
USA0026_01_000000013408	2428	0.5562618055974585	4	4	4	4	1	False	37510	fragment	False	USA0026_01_000000013408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	92.508	71.0	0.0002692286290642141	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0186_000000010764	1791	0.5562603644212539	3	3	2	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.1234050174711355		0	0	False	False	1.0	0					non-mobilizable	chromosome	1802.0	91.287	100.0	0.0006025035199332736	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0082_000000004154	6116	0.5562543507001898	5	4	1	4	3	False	46212	maximal	True	FIJ0082_000000004154	0.9824784835225685		248	10	False	False	1.0	0					non-mobilizable	chromosome	4291.0	86.39	95.0	0.0011390527296051543	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0089_000000003737	6025	0.5562543507001898	4	4	1	4	3	False	46212	maximal	False	FIJ0082_000000004154	0.9807422053131865		0	0	False	False	1.0	0					non-mobilizable	chromosome	4293.0	86.443	94.0	0.0011401197579232855	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0157_000000003424	5634	0.5562543507001898	4	4	1	4	3	False	46212	maximal	False	FIJ0082_000000004154	0.9514313108984898		0	0	False	False	1.0	0					non-mobilizable	chromosome	4293.0	86.35	94.0	0.0011398530008437527	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0167_000000003347	5380	0.5562543507001898	4	4	1	4	3	False	46212	maximal	False	FIJ0082_000000004154	0.48690300194268843		0	0	False	False	1.0	0					non-mobilizable	chromosome	4293.0	86.443	94.0	0.0011401197579232855	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0056_000000004470	5359	0.5562543507001898	4	4	1	4	3	False	46212	maximal	False	FIJ0082_000000004154	0.48520412725525763		0	0	False	False	1.0	0					non-mobilizable	chromosome	4295.0	86.286	94.0	0.0011401197579232855	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0809_000000001465	5619	0.5562496811276254	7	7	6	6	6	False	104494	fragment	False	ISR0809_000000001465	0.9928502177137825		0	0	False	False	1.0	0					non-mobilizable	other	5620.0	99.306	100.0	0.0397323354860615	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0014_000000012047	3038	0.5562455264214904	3	3	2	3	2	False	78942	fragment	False	ISR0014_000000012047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	77.117	14.0	0.0032511432174164045	NZ_PDYG01000123.1	firmicutes	Agathobacter ruminis strain JK623 contig000124, whole genome shotgun sequence	True	False
MON0060_000000002700	8987	0.5562435223502842	9	6	4	5	6	False	10907	maximal	True	MON0060_000000002700	1.0		33	3	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	73.071	14.0	0.00036102740283875935	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0189_000000006307	2279	0.5562339073953264	4	2	2	2	0	False	29232	fragment	False	ISR0189_000000006307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0018_01_000000007784	3123	0.5562322160892175	4	2	1	2	2	False	111214	fragment	False	USA0058_01_000000006452	0.9467732668988119		0	0	False	False	1.0	0					non-mobilizable	chromosome	2395.0	97.745	99.0	0.0003377640219353243	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0154_000000008139	3586	0.5562295167084161	3	3	3	3	3	False	88061	fragment	False	ENG0154_000000008139	0.9577693345265754		0	0	False	False	1.0	0					non-mobilizable	other	3585.0	98.884	99.0	0.0009690627265326075	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AUS0006_000000010399	2356	0.5562277594940702	3	2	2	2	2	False	102100	maximal	False	FIJ0161_000000006579	0.972233481961897		0	0	False	False	1.0	0					non-mobilizable	other	2357.0	99.491	100.0	0.018943932072012674	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0094_000000008610	1835	0.5562246175618224	2	2	2	2	2	False	15618	maximal	True	MAD0094_000000008610	1.0		4	4	False	False	0.9907357096672058	0					non-mobilizable	chromosome	1835.0	99.78200000000001	100.0	0.0003624594036574407	CP044214.1	enterobacteria	Klebsiella aerogenes strain KA_P10_L5_03.19 chromosome, complete genome	False	False
FIJ0089_000000006047	3800	0.5562242081962204	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9755786927202835		0	0	False	False	1.0	0					non-mobilizable	chromosome	3812.0	83.65700000000001	100.0	0.0010120763597475304	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0157_000000004870	3797	0.5562242081962204	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.975146357285276		0	0	False	False	1.0	0					non-mobilizable	chromosome	3809.0	83.64399999999999	100.0	0.001011276088508932	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0085_000000008183	3718	0.5562242081962204	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9565007869410923		0	0	False	False	1.0	0					non-mobilizable	chromosome	3729.0	83.4	100.0	0.000990202279225839	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0052_000000013442	2071	0.556223769187109	3	3	3	3	2	False	6529	maximal	True	SPA0052_000000013442	1.0		149	12	False	False	0.9990342855453491	0					non-mobilizable	no_good_hit	819.0	76.923	53.0	0.00014376466677769868	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
SPA0044_000000015896	1732	0.5562194281121181	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.33524663497153023		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	80.506	99.0	0.01776228248424397	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0089_01_000000004922	1506	0.5562194281121181	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.13177879411017188		0	0	False	False	0.9814077019691467	0					non-mobilizable	other	1494.0	99.398	99.0	0.03535066534072075	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0099_000000012458	1594	0.5562134530612892	2	2	2	2	2	False	33208	maximal	True	ISR0099_000000012458	1.0		13	5	False	False	0.9974905848503113	0					non-mobilizable	other	1594.0	99.93700000000001	100.0	0.004232964510060266	NZ_PKIB01000002.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.2, whole genome shotgun sequence	False	False
MAD0063_000000002271	4616	0.5562129576294991	7	3	3	3	2	True	16728	maximal	True	MAD0063_000000002271	1.0		2	1	False	False	0.995233952999115	0					non-mobilizable	no_good_hit	62.0	91.935	1.0	7.580926389204761e-05	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ENG0138_000000008101	2427	0.5562088059253762	4	4	4	3	2	False	57936	maximal	True	ENG0138_000000008101	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	76.452	13.0	9.810673304900608e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
SPA0156_000000001216	8555	0.5562086286483009	17	5	3	3	1	False	3192	maximal	True	SPA0156_000000001216	1.0		15	4	False	False	0.9981297254562378	0					non-mobilizable	no_good_hit								True	False
CHI0062_000000004477	3413	0.5562065050507816	4	4	3	4	2	False	86901	fragment	False	CHI0062_000000004477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	97.902	8.0	7.914424246463503e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0018_000000004480	4846	0.5562028101620601	6	3	2	2	2	False	66639	fragment	False	ENG0018_000000004480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0034_000000006422	2482	0.5562021650481325	3	3	3	3	3	False	88256	fragment	False	FIJ0055_000000005371	0.9661652100597521		0	0	False	False	0.9995970726013184	0					non-mobilizable	no_good_hit	254.0	77.953	10.0	0.00039078433997926195	NZ_FSRG01000006.1	d-proteobacteria	Halodesulfovibrio marinisediminis DSM 17456, whole genome shotgun sequence	True	False
MAD0001_000000020001	1291	0.556201675906061	4	3	2	2	2	False	20262	maximal	True	MAD0001_000000020001	1.0		3	2	False	False	0.9914794564247131	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000005910	1860	0.5561951757965018	5	3	0	1	3	False	14886	fragment	False	MAD0104_000000005910	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1867.0	97.375	100.0	0.021844603304816593	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
ENG0164_000000006624	2863	0.5561928658844932	5	5	5	5	5	False	56288	maximal	True	ENG0164_000000006624	1.0		109	10	False	False	0.9996507167816162	0					non-mobilizable	no_good_hit	171.0	77.193	6.0	4.534318756169289e-05	NZ_CP010855.1	a-proteobacteria	Marinovum algicola DG 898 chromosome, complete genome	True	False
ENG0191_000000016458	1916	0.5561921559129649	4	3	2	2	2	True	54708	maximal	True	ENG0191_000000016458	1.0		4	2	False	False	0.9984342455863953	0					non-mobilizable	no_good_hit	99.0	83.838	5.0	0.009376510391493476	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	True
MAD0061_000000012184	1494	0.5561905164824862	1	1	1	1	1	False	41299	fragment	False	MAD0061_000000012184	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	98.99600000000001	100.0	0.006775645796648937	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0060_000000004363	3554	0.5561874291429337	4	4	4	4	3	True	71992	maximal	True	MAD0060_000000004363	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1937.0	87.197	68.0	0.03941900260756193	NZ_JAAIOD010000019.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_19_length_49088_cov_306.744, whole genome shotgun sequence	True	True
MON0039_000000017297	2712	0.556185686797197	4	3	2	2	1	True	11943	fragment	False	MON0039_000000017297	1.0		0	0	False	False	0.9996312856674194	0					non-mobilizable	no_good_hit	1196.0	95.819	74.0	0.0006069870616183373	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	True
MON0090_000000040724	1513	0.5561850892524044	2	2	2	2	1	False	9547	fragment	False	SPA0109_000000021517	0.9324324324324325		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	92.13	99.0	0.0010172384504000193	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
CHI0185_000000007217	2871	0.5561815977183465	5	5	5	3	3	False	77226	fragment	False	CHI0185_000000007217	1.0		0	0	False	False	0.9975618124008179	0					non-mobilizable	other	2872.0	98.398	100.0	0.0007674923859988608	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MAD0105_000000002556	9612	0.5561812934458811	8	4	1	2	2	True	113135	maximal	True	MAD0105_000000002556	1.0		2	1	False	False	0.9998959898948669	0					non-mobilizable	no_good_hit	5888.0	95.194	61.0	0.13430857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0249_000000003166	4720	0.5561733912168604	5	4	3	4	3	False	104103	fragment	False	ISR0249_000000003166	1.0		0	0	False	False	0.9995762705802917	0					non-mobilizable	other	4720.0	99.661	100.0	0.027429986398353853	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0201_000000008494	3495	0.5561733912168604	4	4	3	4	3	False	104102	fragment	False	SPA0130_000000008486	0.4101773783575756		0	0	False	False	0.9948498010635376	0					non-mobilizable	other	3495.0	99.571	100.0	0.020309466513212197	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
USA0020_01_000000007314	4736	0.5561720965278436	6	6	1	5	3	True	131250	maximal	True	USA0020_01_000000007314	1.0		91	10	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	93.969	34.0	0.0004105936293057831	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
DEN0035_000000026130	1357	0.5561716070109152	2	2	2	2	1	False	73392	maximal	True	DEN0035_000000026130	1.0		59	9	False	False	0.9498894810676575	0					non-mobilizable	other	1349.0	98.666	99.0	0.013329378028280431	NZ_QSFT01000011.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf11, whole genome shotgun sequence	False	False
MON0047_000000018550	2125	0.5561706351054982	3	3	1	1	3	True	27711	maximal	True	MON0047_000000018550	1.0		1	1	False	False	0.9985882639884949	0					non-mobilizable	no_good_hit	1728.0	96.93299999999999	81.0	0.06330181071768932	CP006036.1	firmicutes	Lactobacillus plantarum 16 plasmid Lp16C, complete sequence	True	True
MON0108_000000009827	2203	0.5561695244647334	2	2	2	2	2	False	102225	fragment	False	ISR0375_000000007981	0.3163111840306262		0	0	False	False	1.0	0					non-mobilizable	other	2203.0	96.73200000000001	100.0	0.0005396365629882871	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0163_000000002089	4307	0.5561670109473447	6	6	2	2	4	True	91033	fragment	False	ISR0820_000000003624	0.7230478627924548		0	0	False	False	0.9993034601211548	0					non-mobilizable	other	4126.0	100.0	96.0	0.28237951807228917	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
USA0026_01_000000002362	13464	0.5561643156868189	13	8	4	5	5	True	105661	fragment	False	ISR0217_000000001699	0.8904379949557708		0	0	False	False	0.9972519278526306	0					non-mobilizable	no_good_hit	79.0	91.139	1.0	0.010865022983702465	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
ISR0090_000000001270	13439	0.5561643156868189	13	8	4	5	5	True	105661	fragment	False	ISR0217_000000001699	0.8901363894732702		0	0	False	False	0.9997767806053162	0					non-mobilizable	no_good_hit	78.0	91.02600000000001	1.0	0.010725727817244742	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
FIJ0028_000000002012	13419	0.5561643156868189	13	8	4	5	5	True	105661	fragment	False	ISR0217_000000001699	0.871818706949855		0	0	False	False	0.9999254941940308	0					non-mobilizable	no_good_hit	78.0	91.02600000000001	1.0	0.010725727817244742	NZ_CACWHD010000067.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	True
MON0028_000000003503	6152	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9829856446473006	PS1142	0	0	True	True	1.0	51					non-mobilizable	no_good_hit	2935.0	85.213	67.0	0.4425409338993329	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0095_000000004190	6133	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9833063525996205	PS1142	0	0	True	True	0.9991847276687622	4					non-mobilizable	no_good_hit	3082.0	85.756	66.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0116_000000005967	6132	0.5561591975133277	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.983602873803381	PS1142	0	0	True	True	1.0	174					non-mobilizable	no_good_hit	3081.0	85.78399999999999	66.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0182_000000003908	6132	0.5561591975133277	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9835766936616206	PS1142	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	3081.0	85.78399999999999	65.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AST0055_000000004924	6132	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9836349452840689	PS1142	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	3038.0	85.648	66.0	0.4580048514251061	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0013_000000006514	6132	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9832604018029107	PS1142	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1751.0	85.72200000000001	66.0	0.26334141904184355	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CAN0004_000000003875	6132	0.5561591975133277	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9835055440735972	PS1142	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	3081.0	85.719	65.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AUS0014_000000005322	6132	0.5561591975133277	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9836064287222809	PS1142	0	0	True	True	1.0	316					non-mobilizable	no_good_hit	3081.0	85.751	65.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0166_000000004134	6132	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9837284168679974	PS1142	0	0	True	True	1.0	103					non-mobilizable	no_good_hit	3038.0	85.648	66.0	0.4580048514251061	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0097_000000003618	6132	0.5561591975133277	8	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9833115708417426	PS1142	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	3081.0	85.751	66.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0157_000000003787	6132	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.983323732758619	PS1142	0	0	True	True	1.0	286					non-mobilizable	no_good_hit	3081.0	85.719	66.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0065_000000004537	6128	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9836117852844712	PS1142	0	0	True	True	0.999836802482605	66					non-mobilizable	no_good_hit	3027.0	85.596	66.0	0.45633717404487567	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0082_000000002844	6090	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9834815276744828	PS1142	0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1698.0	85.45299999999999	66.0	0.2553062462098241	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0188_000000004291	6078	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9830739611996699	PS1142	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1684.0	85.57	66.0	0.25318374772589447	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0307_000000001011	6054	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9802422028489892	PS1142	0	0	True	True	0.9976874589920044	9					non-mobilizable	no_good_hit	1807.0	85.556	66.0	0.27167980594299573	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0169_000000004040	6051	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.983150006391426	PS1142	0	0	True	True	1.0	39					non-mobilizable	no_good_hit	1806.0	85.604	66.0	0.27167980594299573	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0274_000000000618	5959	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9702514022838794	PS1142	0	0	True	True	0.9998322129249573	3					non-mobilizable	no_good_hit	1713.0	85.581	65.0	0.25758035172832017	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0233_000000001324	5953	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9695469676369471	PS1142	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1709.0	85.54700000000001	65.0	0.25697392359005455	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0135_000000003205	5905	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9561521768538201	PS1142	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	3024.0	85.58200000000001	67.0	0.45588235294117646	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0048_000000002720	5854	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.9540007002896679	PS1142	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1586.0	85.49799999999999	65.0	0.23893268647665253	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0017_000000005833	5657	0.5561591975133277	6	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.7236409758627739	PS1142	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3081.0	85.78399999999999	71.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0004_000000002848	5624	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.8962372773095972	PS1142	0	0	True	True	1.0	26					non-mobilizable	no_good_hit	1807.0	85.556	71.0	0.27167980594299573	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0025_000000006570	5607	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.866656337291009	PS1142	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1352.0	85.57700000000001	63.0	0.20436628259551243	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0153_000000005120	5417	0.5561591975133277	6	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.11093052534525369	PS1142	0	0	True	True	1.0	66					non-mobilizable	no_good_hit	3081.0	85.719	74.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0199_000000004388	5341	0.5561591975133277	7	4	3	3	3	True	132132	backbone	False	ISR0156_000000004294	0.10979596921289078	PS1142	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	3081.0	85.78399999999999	75.0	0.4645239539114615	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0021_000000024442	1509	0.5561591228733516	3	2	2	2	1	False	94933	fragment	False	CAN0008_000000018128	0.9643533123028392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000020246	2705	0.5561543749759881	3	3	3	3	3	False	85632	fragment	False	DEN0079_000000020246	0.9912291525491255		0	0	False	False	0.9985212683677673	0					non-mobilizable	other	2697.0	99.70299999999999	99.0	0.004895338533722636	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0136_000000001208	18434	0.5561443598353136	29	12	7	11	9	False	108298	fragment	False	FIJ0136_000000001208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	87.755	1.0	2.693681234761262e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0378_000000014808	1964	0.5561323877622428	3	3	1	3	1	True	23272	maximal	True	ISR0378_000000014808	1.0		1	1	False	False	0.9913442134857178	0					non-mobilizable	no_good_hit	1396.0	93.911	71.0	0.038235778155686	NZ_SPFY01000023.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_23_length_36458_cov_17.0262, whole genome shotgun sequence	True	True
MON0078_000000008210	4635	0.5561314858224423	5	5	5	5	4	False	46051	maximal	True	MON0078_000000008210	1.0		6	3	False	False	0.9963322281837463	0					non-mobilizable	no_good_hit	1144.0	84.52799999999999	58.0	0.0003907059954520451	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0044_000000003647	6237	0.5561297569057614	7	4	4	4	4	False	122433	maximal	True	MAD0044_000000003647	1.0	PS871	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	2310.0	99.82700000000001	37.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0144_000000006036	5244	0.5561273103165775	6	4	3	3	2	False	40112	maximal	True	FIJ0144_000000006036	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	87.805	2.0	1.9431790457167655e-05	NZ_CP004387.1	g-proteobacteria	Alcanivorax pacificus W11-5 chromosome, complete genome	True	False
ISR0323_000000007753	2578	0.5561269547188095	4	3	1	2	2	True	24987	maximal	True	ISR0323_000000007753	1.0		2	2	False	False	0.9840961694717407	0					non-mobilizable	plasmid	2578.0	99.92200000000001	100.0	0.03922732669650197	CP014903.1	firmicutes	Lactobacillus backii strain TMW 1.2002 plasmid pL12002-4, complete sequence	False	True
ENG0144_000000015201	1106	0.5561269375241241	2	2	2	2	1	False	57529	fragment	False	ENG0144_000000015201	1.0		0	0	False	False	0.9972875118255615	0					non-mobilizable	chromosome	1113.0	91.914	100.0	0.0003482933468406011	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0036_000000002347	12460	0.5561242519898317	21	8	4	8	4	True	112998	maximal	True	FIJ0036_000000002347	1.0		1	1	False	False	0.9999197721481323	0					non-mobilizable	no_good_hit	2252.0	88.899	37.0	0.03966256690178287	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
SPA0108_000000004529	6403	0.5561235194391307	5	5	5	5	4	False	131663	maximal	True	SPA0108_000000004529	1.0		43	9	False	False	0.9995314478874207	0					non-mobilizable	no_good_hit	2326.0	98.581	88.0	0.011819669964312222	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	True	False
AST0026_000000011075	2649	0.5561230728061045	3	3	3	3	3	False	119405	maximal	True	AST0026_000000011075	1.0		49	7	False	False	1.0	0					non-mobilizable	other	985.0	88.83200000000001	90.0	0.004839282543065175	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0078_000000005822	3102	0.5561213569578576	2	2	2	1	1	False	83497	maximal	True	ISR0078_000000005822	1.0		4	2	False	False	0.9854932427406311	0					non-mobilizable	no_good_hit	111.0	92.79299999999999	5.0	4.311059132306405e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
AST0059_000000002053	6339	0.5561179944045412	7	7	6	5	4	False	112909	maximal	True	AST0059_000000002053	1.0		2	1	False	False	0.9979491829872131	0					non-mobilizable	no_good_hit	1913.0	100.0	30.0	0.0003843226895512872	CP033744.1	enterobacteria	Citrobacter freundii strain FDAARGOS_549 chromosome, complete genome	True	False
SPA0151_000000000860	15500	0.5561149492567538	18	8	3	8	3	True	89043	fragment	False	CHI0024_000000000433	0.97754738846122		0	0	False	False	1.0	0					non-mobilizable	other	15351.0	97.902	99.0	0.15318138272393422	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0150_000000000882	15500	0.5561149492567538	18	8	3	8	3	True	89043	fragment	False	CHI0024_000000000433	0.97754738846122		0	0	False	False	1.0	0					non-mobilizable	other	15351.0	97.902	99.0	0.15318138272393422	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0004_000000000779	5731	0.5561097277386856	7	4	2	2	4	True	90875	maximal	True	CHI0004_000000000779	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0056_000000003717	4502	0.5561095731035142	7	2	1	1	2	False	86166	maximal	True	CHI0056_000000003717	1.0		441	11	False	False	0.9993336200714111	0					non-mobilizable	plasmid	3546.0	99.57700000000001	99.0	0.0053154153043165255	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	False	True
FIJ0016_000000004543	3860	0.5561094287251279	5	2	1	2	1	False	72814	fragment	False	ENG0040_000000005298	0.9266636670825438		0	0	False	False	0.9961140155792236	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0002156003903501804	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0229_000000004886	3207	0.5561074204365504	4	3	1	3	1	True	83567	maximal	True	ISR0229_000000004886	1.0		0	0	False	False	0.9918927550315857	0					non-mobilizable	no_good_hit	570.0	91.053	18.0	0.05231592544749954	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0848_000000012365	1452	0.5561069973713667	3	3	3	2	3	False	115906	fragment	False	ISR0848_000000012365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.143084418206671e-06	NZ_CP021434.1	firmicutes	Tumebacillus avium strain AR23208 chromosome, complete genome	True	False
ISR0171_000000001432	14428	0.5561009686242137	25	5	3	5	2	False	30021	maximal	True	ISR0171_000000001432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0079_000000012282	2290	0.5560961181733729	3	3	3	2	2	True	128159	fragment	False	MAD0102_000000004786	0.05305398791244183		0	0	False	False	1.0	0					non-mobilizable	other	2291.0	99.869	100.0	0.0033164229554397302	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0003_000000010226	1531	0.5560956565048265	3	2	2	2	1	False	14272	fragment	False	MON0003_000000010226	1.0		0	0	False	False	0.98301762342453	0					non-mobilizable	other	1454.0	97.93700000000001	95.0	0.003196666490663006	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0153_000000019655	1522	0.5560931752259543	2	2	2	2	2	False	56916	fragment	False	ISR0386_000000019168	0.9869876382563435		0	0	False	False	0.9980289340019226	0					non-mobilizable	no_good_hit	122.0	77.869	8.0	0.00034322833193867273	NZ_FOSK01000007.1	a-proteobacteria	Pseudovibrio ascidiaceicola strain DSM 16392, whole genome shotgun sequence	True	False
ENG0170_000000006908	1828	0.5560908854402721	2	1	1	1	1	False	55845	maximal	True	ENG0170_000000006908	1.0		424	14	False	False	0.9928883910179138	0					non-mobilizable	other	881.0	98.865	96.0	0.013003573387897928	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0391_000000008285	1798	0.5560898588763021	4	1	1	1	1	False	22855	fragment	False	ISR0391_000000008285	1.0		0	0	False	False	0.9877641797065735	0					non-mobilizable	no_good_hit	620.0	97.90299999999999	37.0	0.00013682230203523174	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0294_000000005205	3663	0.5560892131643166	6	5	5	5	2	False	101680	maximal	True	ISR0294_000000005205	1.0		9	6	False	False	0.9953590035438538	0					non-mobilizable	no_good_hit	547.0	89.214	59.0	0.00017425617004834888	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0062_000000011708	3007	0.5560876493160152	4	2	2	2	2	False	104606	fragment	False	ISR0062_000000011708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2022.0	88.18	70.0	0.0004808860961590002	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
FIJ0054_000000003452	6809	0.5560871995919285	8	5	5	5	1	False	46355	maximal	True	FIJ0054_000000003452	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2104.0	78.47	42.0	0.0010994449840800154	CP047880.1	euryarchaeotes	Methanomassiliicoccaceae archaeon DOK chromosome, complete genome	True	False
AST0149_000000016718	1594	0.5560791573480622	2	2	2	2	2	True	104397	fragment	False	AST0149_000000016718	0.9983243967828419		0	0	False	False	1.0	0					non-mobilizable	chromosome	1521.0	99.54	95.0	0.0004228694714131607	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0821_000000021587	1492	0.5560791573480622	2	2	2	2	2	True	104397	fragment	False	AST0149_000000016718	0.9664366373902133		0	0	False	False	0.9973190426826477	0					non-mobilizable	chromosome	1492.0	99.33	100.0	0.00041479625569822875	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0141_000000001274	13455	0.5560750142426056	13	9	3	9	7	True	3471	fragment	False	SPA0141_000000001274	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6720.0	90.565	99.0	0.15872490363468678	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
SPA0023_000000006141	3919	0.5560677042616129	5	2	1	1	2	False	7637	maximal	True	SPA0023_000000006141	1.0		1	1	False	False	0.997703492641449	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000024403	1347	0.556067510761493	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.14005833590286978		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	79.968	97.0	0.0044414794296052705	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0018_000000018838	1125	0.556067510761493	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.034984381972333785		0	0	False	False	0.9991111159324646	0					non-mobilizable	other	1128.0	84.574	100.0	0.00033635765951328087	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0822_000000005005	1589	0.5560661076730831	3	2	1	1	2	False	21187	fragment	False	ISR0822_000000005005	1.0		0	0	False	False	0.9937067627906799	0					non-mobilizable	no_good_hit	121.0	94.215	14.0	3.384470806965015e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0379_000000004152	4832	0.5560655755775074	7	6	5	4	5	False	23229	maximal	True	ISR0379_000000004152	1.0		8	3	False	False	1.0	0					non-mobilizable	plasmid	3532.0	99.915	100.0	0.08316258037165265	KM007160.1	firmicutes	Lactococcus garvieae strain IPLA 31405 plasmid pLG42, complete sequence	False	True
ENG0194_000000018726	1411	0.5560646615951402	1	1	1	1	1	False	77606	fragment	False	ENG0194_000000018726	0.9553473669998949		0	0	False	False	0.9865343570709229	0					non-mobilizable	other	1387.0	99.78399999999999	98.0	0.0003934477605839151	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0023_000000024858	1324	0.5560646615951402	1	1	1	1	1	False	77606	fragment	False	ENG0194_000000018726	0.9447056047454087		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	99.92399999999999	100.0	0.0003755637714664644	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0178_000000008157	1277	0.5560646615951402	1	1	1	1	1	False	77606	fragment	False	ENG0194_000000018726	0.5781456076637502		0	0	False	False	0.9694596529006958	0					non-mobilizable	other	1277.0	99.84299999999999	100.0	0.00036222174783915993	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0814_000000037651	1138	0.5560646615951402	1	1	1	1	1	False	21483	fragment	False	ISR0814_000000037651	1.0		0	0	False	False	0.9964850544929504	0					non-mobilizable	other	1138.0	99.824	100.0	0.00032276342264351475	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0854_000000000287	15983	0.5560579440820566	29	10	4	8	6	False	95087	fragment	False	ISR0854_000000000287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	92.13	10.0	0.00025261895431758337	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0306_000000000327	14061	0.5560579440820566	23	10	4	8	6	False	95086	fragment	False	CAN0008_000000001725	0.979201680672269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	70.604	8.0	0.002815258953774699	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
DEN0011_000000003502	9034	0.5560577206930676	8	6	5	6	4	False	117665	maximal	True	DEN0011_000000003502	1.0		1	1	False	False	0.9992251396179199	0					non-mobilizable	no_good_hit	1607.0	70.255	19.0	0.004864607429582256	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0086_000000002211	6800	0.5560577152614129	6	5	4	5	2	True	118405	fragment	False	SPA0086_000000002211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3799.0	97.605	56.0	0.06687914913099367	NZ_PYLP01000016.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_15, whole genome shotgun sequence	True	True
CHI0078_000000003423	4905	0.5560568496976916	9	3	1	3	1	False	84512	fragment	False	CHI0078_000000003423	1.0		0	0	False	False	0.9971457719802856	0					non-mobilizable	no_good_hit								True	False
ISR0826_000000006441	1885	0.5560562142170123	3	3	2	1	0	True	63074	fragment	False	ISR0826_000000006441	1.0		0	0	False	False	0.9782493114471436	0					non-mobilizable	chromosome	1743.0	93.804	92.0	0.00048467132964470893	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MAD0040_000000024953	1372	0.5560557148593662	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.03339719591665919	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1306.0	87.902	95.0	0.0060313965643241044	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0076_000000035799	1348	0.5560557148593662	1	1	1	1	1	False	11660	fragment	False	MON0076_000000035799	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	81.484	93.0	0.16286347633328987	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	False
CHI0125_000000012029	1286	0.5560557148593662	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.10253185669599593	PS816	0	0	False	True	0.9961119890213013	0					non-mobilizable	plasmid	1283.0	91.193	99.0	0.005929639873821704	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0042_000000027661	1238	0.5560557148593662	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.14048194723556448	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1238.0	99.515	100.0	0.8656403079076277	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
MON0095_000000026887	1201	0.5560557148593662	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.05219647611062301	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1202.0	83.27799999999999	100.0	0.0020531737789176692	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	False	True
ENG0091_000000015209	1597	0.5560545682725827	2	2	2	2	2	False	61159	fragment	False	ENG0091_000000015209	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	4.0	7.211437117377788e-05	NZ_HE978566.1	firmicutes	Peptoniphilus grossensis ph5, whole genome shotgun sequence	True	False
MAD0013_000000001558	9936	0.5560508323134475	16	5	2	5	1	False	29652	fragment	False	MAD0013_000000001558	1.0		0	0	False	False	0.9986916184425354	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000032208	1339	0.5560500866428361	2	2	2	2	1	False	6942	fragment	False	SPA0040_000000032208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	74.286	18.0	0.046438410074773714	NZ_LPXN01000092.1	a-proteobacteria	Oceanibaculum pacificum strain MCCC 1A02656 contig181, whole genome shotgun sequence	True	False
SPA0043_000000010433	1630	0.5560496886540285	3	3	3	3	2	False	101087	fragment	False	TAN0024_000000004209	0.9446604201700711		0	0	False	False	1.0	0					non-mobilizable	chromosome	1475.0	82.169	96.0	0.0003883983077997903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0135_000000012757	1513	0.5560469918082576	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.12197800584816916		0	0	False	False	0.9808327555656433	0					non-mobilizable	chromosome	1465.0	99.113	97.0	0.0005144974775917723	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
DEN0052_000000006724	5192	0.5560467936526562	6	6	3	4	5	True	132358	backbone	False	ISR0371_000000002559	0.7700695337743049	PS1159|PS463	0	0	True	True	1.0	70		MOBV			mobilizable	other	2485.0	98.632	94.0	0.0008439182676708977	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0150_000000002157	9777	0.5560356719113944	9	9	8	9	8	False	39831	maximal	True	FIJ0150_000000002157	1.0		95	11	False	False	1.0	0					non-mobilizable	no_good_hit	2826.0	88.464	35.0	0.0008484458357055995	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0111_000000003273	7524	0.5560339720616636	7	5	3	3	2	True	119500	maximal	True	FIJ0111_000000003273	1.0		8	2	False	False	0.9997341632843018	0					non-mobilizable	no_good_hit	4027.0	97.889	68.0	0.0008173947117039107	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ENG0107_000000014066	2065	0.5560331354339035	3	2	2	2	1	False	60002	fragment	False	ENG0107_000000014066	1.0		0	0	False	False	0.98401939868927	0					non-mobilizable	other	2023.0	98.764	98.0	0.10316326530612245	NZ_JAAITI010000053.1	firmicutes	Blautia luti strain MSK.16.34 NODE_53_length_19600_cov_120.968, whole genome shotgun sequence	False	False
AST0148_000000019190	1786	0.5560317530990763	3	2	2	1	1	False	121133	fragment	False	AST0148_000000019190	1.0		0	0	False	False	0.9882419109344482	0					non-mobilizable	chromosome	1512.0	99.339	100.0	0.00047594837441566304	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0160_000000012399	1633	0.5560317530990763	3	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.4546017993404443		0	0	False	False	1.0	0					non-mobilizable	chromosome	1620.0	99.074	99.0	0.000510304912701297	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0092_000000016025	1449	0.5560317530990763	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.325063483267943		0	0	False	False	1.0	0					non-mobilizable	chromosome	1449.0	98.758	100.0	0.0004564061232807153	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0339_000000011021	1388	0.5560317530990763	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.24962357031386442		0	0	False	False	1.0	0					non-mobilizable	chromosome	1388.0	98.919	100.0	0.0004371790697447183	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0305_000000005371	3064	0.5560252045794765	5	4	2	4	3	False	70070	maximal	False	MON0033_000000019867	0.5775660639777469		0	0	False	True	0.99967360496521	0					non-mobilizable	no_good_hit	2305.0	98.655	83.0	0.0006882014116200805	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0830_000000005587	4229	0.5560211756299529	4	4	4	1	2	False	129789	maximal	True	ISR0830_000000005587	1.0		1	1	False	False	0.999763548374176	0					non-mobilizable	no_good_hit	1673.0	94.74	39.0	0.04734401229123396	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
ISR0109_000000001894	11383	0.5560208930541174	17	5	4	4	4	True	32765	maximal	True	ISR0109_000000001894	1.0		3	2	True	True	1.0	20					non-mobilizable	plasmid	5966.0	98.391	98.0	0.49778631693258707	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	False	True
ENG0138_000000010972	1790	0.556016734146155	3	3	3	2	1	False	57921	maximal	True	ENG0138_000000010972	1.0		66	7	False	False	0.9994413256645203	0					non-mobilizable	other	1162.0	98.021	99.0	0.00018204973893659745	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
AUS0002_000000026874	1397	0.5560073513449826	2	2	2	1	1	False	102773	maximal	True	AUS0002_000000026874	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0077_000000031280	1434	0.5560020787092369	1	1	1	1	1	False	10206	maximal	True	MON0077_000000031280	1.0		0	0	False	False	0.9211994409561157	0					non-mobilizable	no_good_hit								True	False
ISR0780_000000002075	5269	0.5560006925743174	4	3	3	3	2	False	45064	maximal	True	ISR0780_000000002075	1.0		460	13	False	False	0.9956348538398743	0					non-mobilizable	no_good_hit	1166.0	78.388	55.0	0.00186422849745125	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
MAD0008_000000003612	3056	0.555999773236665	4	4	4	4	4	False	113588	fragment	False	DEN0061_000000010968	0.5749141883367959		0	0	False	False	1.0	0					non-mobilizable	other	3026.0	94.052	99.0	0.0007414179765909042	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0047_000000004995	4176	0.5559988898214864	6	6	4	5	5	False	121035	maximal	False	AST0097_000000005399	0.9859769031345746		0	0	False	False	0.9997605085372925	0					non-mobilizable	no_good_hit	682.0	87.243	30.0	0.0017529839395736123	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
SPA0005_000000023995	1179	0.5559979727891153	2	2	2	2	2	False	8273	maximal	True	SPA0005_000000023995	1.0		2	2	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit	663.0	78.884	56.0	0.0006622596177930423	NZ_QVHZ01000002.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf2, whole genome shotgun sequence	True	False
ISR0113_000000010670	1530	0.555983120815175	2	2	1	2	0	True	32577	maximal	True	ISR0113_000000010670	1.0		1	1	False	False	0.9483659863471985	0					non-mobilizable	no_good_hit	929.0	88.913	61.0	0.0002478845399370132	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MAD0107_000000012425	3129	0.5559760366879117	3	3	2	3	3	False	31760	maximal	True	MAD0107_000000012425	1.0		26	4	False	False	1.0	0					non-mobilizable	chromosome	1356.0	91.07700000000001	95.0	0.00034945177418799813	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CAN0011_000000005484	5686	0.5559742872628683	7	6	4	6	4	True	128600	fragment	False	CAN0011_000000005484	1.0		0	0	False	False	0.9933169484138489	0					non-mobilizable	no_good_hit	4984.0	95.405	88.0	0.19982298748843383	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0019_000000001835	7434	0.5559741534583799	12	10	8	10	7	False	99153	fragment	False	ISR0019_000000001835	1.0		0	0	False	False	0.9944847822189331	0					non-mobilizable	other	7278.0	99.945	98.0	0.2761355443403028	NZ_JAAITI010000044.1	firmicutes	Blautia luti strain MSK.16.34 NODE_44_length_26353_cov_173.975, whole genome shotgun sequence	False	False
FIJ0007_000000013566	1372	0.5559723447404608	1	1	1	1	1	False	51543	fragment	False	FIJ0007_000000013566	1.0		0	0	False	False	0.9934402108192444	0					non-mobilizable	other	1354.0	92.91	99.0	0.0009114025082444176	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
TAN0006_000000012151	1248	0.5559714143817801	3	2	1	2	1	True	3092	fragment	False	TAN0001_000000011632	0.9680365296803652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0001_000000010826	3131	0.5559688170642125	4	3	2	2	3	True	48708	fragment	False	MON0001_000000010826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	99.679	30.0	0.0002525403422381293	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0054_000000033434	1491	0.5559675911829728	2	2	2	2	2	False	13654	fragment	False	MON0011_000000031706	0.961441705038793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	580.0	77.931	38.0	0.0001884697444997201	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MON0011_000000031706	1472	0.5559675911829728	2	2	2	2	2	False	13654	fragment	False	MON0011_000000031706	0.9697739770956111		0	0	False	False	0.9993206262588501	0					non-mobilizable	no_good_hit	579.0	77.893	39.0	0.0001884697444997201	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MON0013_000000038921	1449	0.5559675911829728	2	2	2	2	2	False	13654	fragment	False	MON0011_000000031706	0.9637369304305599		0	0	False	False	0.9993098974227905	0					non-mobilizable	no_good_hit	601.0	77.53699999999999	41.0	0.00019573127581144312	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0109_000000001347	17174	0.5559672031849171	41	11	4	9	7	False	50737	maximal	True	FIJ0109_000000001347	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	88.66	1.0	0.0016132907699172758	NZ_QRYH01000016.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf16, whole genome shotgun sequence	True	False
ISR0362_000000017767	1160	0.5559642534976728	1	1	1	1	1	True	23728	maximal	True	ISR0362_000000017767	1.0		33	6	False	False	1.0	0					non-mobilizable	other	1160.0	96.20700000000001	100.0	0.00438828981644151	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
DEN0094_000000007251	4314	0.5559602896185846	6	4	3	3	1	False	68391	maximal	True	DEN0094_000000007251	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	94.434	40.0	0.000270994858789117	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
USA0121_01_000000010494	4520	0.555960005838925	4	3	3	1	2	False	47506	fragment	False	FIJ0139_000000005541	0.9705161301557189		0	0	False	False	0.9997787475585938	0					non-mobilizable	no_good_hit	3664.0	98.444	81.0	0.019046078042466125	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0115_000000004671	6130	0.5559585173867271	8	6	3	4	4	True	132344	maximal	False	FIJ0166_000000004166	0.9980519040178176	PS1158	0	0	True	True	1.0	124					non-mobilizable	no_good_hit	4311.0	83.948	75.0	0.6472104305639782	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0019_01_000000008878	3315	0.5559556933117394	4	4	4	4	4	False	1840	maximal	True	USA0019_01_000000008878	1.0		26	7	False	False	0.9993966817855835	0					non-mobilizable	chromosome	2148.0	99.814	100.0	0.0003182610701339483	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
MAD0052_000000003127	4686	0.5559529658187113	6	6	6	6	6	False	57867	maximal	True	MAD0052_000000003127	1.0		15	7	False	False	0.9989330172538757	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	7.872516300896084e-06	CP046509.1	enterobacteria	Erwinia sp. J780 chromosome, complete genome	True	False
ENG0129_000000019857	1365	0.5559524998488311	3	2	2	1	1	False	58505	maximal	True	ENG0129_000000019857	1.0		9	5	False	False	0.9992673993110657	0					non-mobilizable	chromosome	1365.0	99.78	100.0	0.0007297321444334652	CP032451.1	firmicutes	Lactobacillus delbrueckii subsp. bulgaricus strain KLDS1.0207 chromosome, complete genome	False	False
MON0048_000000015556	2540	0.5559479374334741	3	2	2	2	2	False	85069	fragment	False	CHI0069_000000003024	0.46014193737044273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	89.087	62.0	0.0004142737445144741	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0293_000000012846	2831	0.5559355299443318	3	3	2	1	1	False	25832	maximal	True	ISR0293_000000012846	1.0		43	10	False	False	0.9975273609161377	0					non-mobilizable	other	2761.0	91.92299999999999	97.0	0.00903620381113449	NZ_JAATLI010000008.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_08, whole genome shotgun sequence	False	False
SPA0079_000000014573	1769	0.5559345059868789	2	2	2	2	2	False	5645	maximal	True	SPA0079_000000014573	1.0		1191	15	False	False	1.0	0					non-mobilizable	chromosome	1769.0	98.587	100.0	0.0005125105625586105	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0018_000000005610	3877	0.5559330819881466	5	5	4	5	3	False	95402	maximal	True	ISR0018_000000005610	0.9943804824561404		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	72.695	21.0	0.00028617500544075234	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0087_000000002711	7663	0.5559330385936089	7	4	0	2	2	True	118246	maximal	True	ISR0087_000000002711	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	90.18799999999999	13.0	0.007622946902231922	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	True
ISR0375_000000014466	1594	0.5559328368646816	3	3	3	3	2	False	102770	fragment	False	ENG0129_000000016201	0.9545180722891566		0	0	False	False	0.9127979874610901	0					non-mobilizable	other	1515.0	99.802	95.0	0.0005498286778871908	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0052_000000006459	4655	0.5559324296189385	6	6	6	6	5	False	116341	maximal	True	SPA0052_000000006459	0.9654346338124572		6	3	False	False	1.0	0					non-mobilizable	other	4590.0	98.584	99.0	0.016455873229890953	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
DEN0089_000000006939	2759	0.5559308482195128	2	2	2	2	1	False	68851	maximal	True	DEN0089_000000006939	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1471.0	85.792	53.0	0.03565105619285524	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	True	False
MAD0087_000000012720	2281	0.5559301756838165	4	4	4	3	3	False	15989	maximal	True	MAD0087_000000012720	1.0		346	13	False	False	0.9736957550048828	0					non-mobilizable	other	2165.0	96.95200000000001	95.0	0.01195665987059844	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
ENG0193_000000012605	1591	0.5559277259438399	2	2	2	2	2	False	54583	fragment	False	ENG0193_000000012605	0.9911242603550295		0	0	False	False	1.0	0					non-mobilizable	other	1591.0	98.303	100.0	0.00047534328604514686	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0038_000000009433	3192	0.5559243459593308	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9829313652733136		0	0	False	False	1.0	0					non-mobilizable	chromosome	3213.0	79.863	100.0	0.0008917508433043606	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0097_000000009087	4252	0.5559235248658883	4	4	1	3	2	True	15434	maximal	True	MAD0097_000000009087	1.0		1	1	False	False	0.99717777967453	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.0004009927279426905	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	True
AST0050_000000005568	2396	0.5559179021159113	3	3	3	3	3	False	114742	fragment	False	USA0021_01_000000007425	0.9728588661037394		0	0	False	False	0.9958263635635376	0					non-mobilizable	other	2396.0	99.124	100.0	0.10156481913404859	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
ISR0165_000000005873	3269	0.5559128726873949	5	2	2	2	1	True	71886	fragment	False	ISR0165_000000005873	0.9780265922575571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	88.104	51.0	0.005226437734261928	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0331_000000006969	3181	0.5559128726873949	5	2	2	2	1	True	71886	fragment	False	ISR0165_000000005873	0.962797654036345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1554.0	88.417	49.0	0.00478729326191566	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0168_000000010128	2955	0.5559128726873949	4	2	2	2	1	True	71886	fragment	False	ISR0165_000000005873	0.8222106049849686		0	0	False	False	0.9908629655838013	0					non-mobilizable	no_good_hit	1466.0	88.54	49.0	0.004508962258315912	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0309_000000006055	2918	0.5559128726873949	4	2	2	2	1	True	71886	fragment	False	ISR0165_000000005873	0.6406627935099224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1658.0	88.84200000000001	56.0	0.005108920199408702	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
USA0035_01_000000008767	2862	0.5559128726873949	4	2	2	2	1	True	71886	fragment	False	ISR0165_000000005873	0.5370722099574282		0	0	False	False	0.99790358543396	0					non-mobilizable	no_good_hit	1720.0	88.023	60.0	0.005294474201808533	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
DEN0061_000000015546	2656	0.5559128726873949	3	2	2	2	1	True	71886	fragment	False	ISR0165_000000005873	0.414673522911439		0	0	False	False	0.9977409839630127	0					non-mobilizable	no_good_hit	1643.0	88.01	61.0	0.005053253998688752	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0373_000000007357	2174	0.5559128726873949	2	2	2	2	1	True	71242	fragment	False	SPA0098_000000015590	0.9773626224171866		0	0	False	False	0.9866605401039124	0					non-mobilizable	no_good_hit	1700.0	88.353	77.0	0.005229530300968592	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0053_000000008242	2167	0.5559128726873949	3	2	2	2	1	True	71242	fragment	False	SPA0098_000000015590	0.9780944148907366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1700.0	88.294	78.0	0.005229530300968592	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0107_000000013932	2082	0.5559128726873949	3	2	2	2	1	True	71242	fragment	False	SPA0098_000000015590	0.7251238469150667		0	0	False	False	0.9831892251968384	0					non-mobilizable	no_good_hit	1615.0	87.86399999999999	77.0	0.004969754697608827	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0043_000000012701	1741	0.5559128726873949	2	2	2	2	1	True	71240	fragment	False	ISR0043_000000012701	0.9944735311227457		0	0	False	False	0.9988512396812439	0					non-mobilizable	other	1636.0	87.775	93.0	0.005034698598448769	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0064_000000024243	1719	0.5559128726873949	2	2	2	2	1	True	71240	fragment	False	ISR0043_000000012701	0.9885123492245835		0	0	False	False	0.9976730942726135	0					non-mobilizable	other	1560.0	88.52600000000001	90.0	0.0048058486621556425	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0079_000000016727	1556	0.5559128726873949	2	2	2	2	1	True	45164	fragment	False	SPA0079_000000016727	0.9964630225080386		0	0	False	False	1.0	0					non-mobilizable	other	1566.0	89.336	100.0	0.00482749662910229	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0113_000000019198	1555	0.5559128726873949	2	2	2	2	1	True	45164	fragment	False	SPA0079_000000016727	0.9961439588688946		0	0	False	False	0.9961414933204651	0					non-mobilizable	other	1565.0	89.20100000000001	100.0	0.004824404062395626	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0257_000000013513	1326	0.5559128726873949	2	2	2	2	1	True	26807	fragment	False	ISR0257_000000013513	1.0		0	0	False	False	0.999245822429657	0					non-mobilizable	other	1336.0	92.814	100.0	0.004116206286569601	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0063_01_000000015953	1321	0.5559121802314797	2	2	2	2	1	False	78111	maximal	False	CHI0181_000000015467	0.9789367749100956		0	0	False	False	0.9962149858474731	0					non-mobilizable	chromosome	1321.0	99.773	100.0	0.0003005343363894488	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0077_000000007319	2763	0.5559113556541437	6	6	5	5	4	False	62016	maximal	True	ENG0077_000000007319	1.0		30	5	False	False	1.0	0					non-mobilizable	other	2763.0	99.27600000000001	100.0	0.0007604081205640565	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
FIJ0110_000000003780	4505	0.5559068358159864	10	4	2	4	1	False	42124	maximal	True	FIJ0110_000000003780	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0207_000000003154	5162	0.5559050081085749	7	6	5	4	1	True	53907	maximal	True	ENG0207_000000003154	1.0		2	2	False	False	0.9990313649177551	0					non-mobilizable	no_good_hit	287.0	98.955	7.0	0.0030820293978188716	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	True
MON0006_000000002726	6273	0.5559045698603151	7	3	3	3	2	True	40610	fragment	False	MON0006_000000002726	1.0		0	0	False	False	0.9980870485305786	0					non-mobilizable	no_good_hit								True	True
AST0089_000000015250	1534	0.5559011028922775	2	2	1	1	1	True	110109	maximal	True	AST0089_000000015250	1.0		112	12	False	False	0.9895697236061096	0					non-mobilizable	no_good_hit	1127.0	99.024	73.0	0.00020016041274996944	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
SPA0034_000000008252	4302	0.5558999152167835	3	2	1	2	2	False	7168	maximal	True	SPA0034_000000008252	1.0		70	8	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	87.87899999999999	3.0	2.959807858380935e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0776_000000018116	1301	0.5558989648034395	2	2	2	2	2	False	22408	fragment	False	ISR0776_000000018116	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1301.0	100.0	100.0	0.00024631932610064003	CP026399.1	enterobacteria	Escherichia coli strain ECONIH4 chromosome, complete genome	False	False
ENG0182_000000010263	2755	0.5558975607304377	3	3	2	3	1	False	55246	maximal	True	ENG0182_000000010263	1.0		17	7	False	False	0.9934664368629456	0					non-mobilizable	no_good_hit	689.0	85.92200000000001	25.0	0.005836211737081214	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	True	False
ENG0076_000000001722	6595	0.5558966000053096	5	3	1	3	0	True	121201	maximal	True	ENG0076_000000001722	1.0		2	1	False	False	0.9980288147926331	0					non-mobilizable	no_good_hit	1187.0	96.883	18.0	0.9991575400168492	KX125180.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CZ_3 genomic sequence	True	True
MON0050_000000003457	6268	0.5558966000053096	6	3	1	3	0	True	11346	fragment	False	MON0050_000000003457	0.9514186737050478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00013431232091690545	NZ_MSIF01000015.1	high GC Gram+	Actinophytocola xinjiangensis strain CGMCC 4.4663 contig15, whole genome shotgun sequence	True	True
MON0051_000000004902	6062	0.5558966000053096	6	3	1	3	0	True	11346	fragment	False	MON0050_000000003457	0.9367421825143586		0	0	False	False	0.9986802935600281	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	2.453870907740834e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ENG0105_000000003585	5309	0.5558966000053096	5	3	1	3	0	True	121199	fragment	False	ENG0105_000000003585	0.9292136981059882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	94.679	12.0	0.00028125433250885046	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ISR0093_000000005414	4233	0.5558966000053096	4	3	1	3	0	True	121197	fragment	False	ISR0093_000000005414	1.0		0	0	False	False	0.9997637867927551	0					non-mobilizable	no_good_hit								True	True
FIJ0008_000000006853	4183	0.5558966000053096	4	3	1	3	0	True	51451	maximal	True	FIJ0008_000000006853	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	83.14	70.0	0.0008607190893943348	NZ_FQLR01000004.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	True
ENG0204_000000006647	3555	0.5558966000053096	4	3	1	3	0	True	54054	fragment	False	ENG0204_000000006647	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3560.0	91.882	100.0	0.023851080112240377	NZ_SPFY01000003.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_3_length_148966_cov_20.1561, whole genome shotgun sequence	False	True
ISR0269_000000004770	3334	0.5558966000053096	3	3	1	3	0	True	35234	fragment	False	ISR0269_000000004770	0.967844635466412		0	0	False	False	0.9964007139205933	0					non-mobilizable	no_good_hit	77.0	83.117	2.0	2.695766371771683e-05	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	True
ISR0365_000000004782	3141	0.5558966000053096	3	3	1	3	0	True	35234	fragment	False	ISR0269_000000004770	0.9407618476304739		0	0	False	False	0.9952244758605957	0					non-mobilizable	no_good_hit	647.0	72.798	20.0	0.0002821373916376067	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ISR0091_000000017530	1702	0.5558919173500296	4	2	1	2	2	False	99865	fragment	False	ISR0091_000000017530	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1702.0	96.76899999999999	100.0	0.38809034907597534	CP021636.1	other sequences	Unidentified plasmid plasmid apr34_1785, complete sequence	False	True
DEN0011_000000038241	1243	0.5558890974162709	2	1	1	1	1	False	75570	maximal	True	DEN0011_000000038241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	84.787	87.0	0.000318083208079432	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0042_000000023173	1106	0.5558890974162709	2	1	1	1	1	False	18086	fragment	False	MAD0042_000000023173	1.0		0	0	False	False	0.9981916546821594	0					non-mobilizable	chromosome	1058.0	84.21600000000001	96.0	0.00031215987087124887	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
AST0084_000000008925	3641	0.5558867736893607	4	4	4	3	3	False	111539	fragment	False	ENG0120_000000005452	0.9328808859569152		0	0	False	False	1.0	0					non-mobilizable	other	3641.0	98.462	100.0	0.01264314717109582	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0808_000000005528	2770	0.5558865718163286	4	4	4	4	3	False	96171	fragment	False	DEN0010_000000014988	0.9598767407878853		0	0	False	False	0.9996389746665955	0					non-mobilizable	other	2771.0	97.113	100.0	0.0013368499874715576	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
CHI0143_000000006977	2739	0.5558865718163286	4	4	4	4	3	False	96171	fragment	False	DEN0010_000000014988	0.9626302972647738		0	0	False	False	1.0	0					non-mobilizable	other	2764.0	98.08200000000001	100.0	0.0013339532377695607	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
FIJ0120_000000004622	4764	0.5558860266599412	5	2	1	1	2	False	41553	fragment	False	FIJ0120_000000004622	1.0		0	0	False	False	0.9991603493690491	0					non-mobilizable	no_good_hit	1528.0	95.223	35.0	0.23094408243673284	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
FIJ0079_000000014482	1933	0.555878101133742	5	1	1	1	1	True	98404	fragment	False	FIJ0079_000000014482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0003_000000007335	1408	0.555878101133742	4	1	1	1	1	True	98400	fragment	False	MON0005_000000039337	0.9567057066434603		0	0	False	False	0.9992897510528564	0					non-mobilizable	no_good_hit								True	True
ISR0075_000000001823	10459	0.5558771413052132	15	13	4	6	13	True	123774	fragment	False	ISR0075_000000001823	0.9956664200401648		0	0	False	False	0.9998087882995605	0					non-mobilizable	other	10459.0	99.99	100.0	0.0027610430501473324	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
FIJ0090_000000043194	1110	0.5558747656931511	2	2	2	1	1	False	43406	maximal	True	FIJ0090_000000043194	1.0		59	10	False	False	0.9882882833480835	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000013067	2224	0.5558745439622832	3	1	1	1	1	False	38913	fragment	False	ISR0773_000000006311	0.9608920095438321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	100.0	3.0	0.0010127034714879294	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0051_000000017582	1382	0.5558741528061119	2	2	2	2	2	False	30044	maximal	False	ISR0170_000000031369	0.9163333333333333		0	0	False	False	0.9992763996124268	0					non-mobilizable	other	1384.0	90.39	100.0	0.004984299996390803	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0842_000000018541	1268	0.5558738046531903	2	2	2	1	1	False	91183	fragment	False	USA0008_01_000000005125	0.4817813765182186		0	0	False	False	0.9929022192955017	0					non-mobilizable	other	1164.0	98.969	92.0	0.004065666461400661	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
MON0080_000000013495	3432	0.5558722588821278	5	2	2	2	1	False	10064	maximal	True	MON0080_000000013495	1.0		3	2	False	False	0.9857226014137268	0					non-mobilizable	no_good_hit								True	False
ENG0190_000000011841	2576	0.5558705760859006	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.6670194064732063		0	0	False	False	1.0	0					non-mobilizable	chromosome	2576.0	96.73899999999999	100.0	0.001059624794808374	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0182_000000014727	2573	0.5558705760859006	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.6882946737181084		0	0	False	False	0.9922269582748413	0					non-mobilizable	chromosome	2574.0	97.475	99.0	0.0010588011455314144	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0073_000000003635	5194	0.5558701965484872	7	5	3	4	4	False	51799	maximal	False	FIJ0006_000000006451	0.9790202671604553		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	73.077	30.0	0.0006595628185149307	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
CAN0007_000000019340	2101	0.5558698796983776	3	3	3	3	3	False	95303	fragment	False	CHI0114_000000003214	0.6392737697085523		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	98.65299999999999	98.0	0.038972741608470376	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0112_000000001559	13164	0.5558690420014707	16	12	8	10	9	False	49532	maximal	True	FIJ0112_000000001559	1.0		8	2	False	False	0.9999240636825562	0					non-mobilizable	no_good_hit	1998.0	83.083	15.0	0.011462209268837767	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0049_000000009801	1866	0.5558675216290597	2	2	2	1	1	False	49165	maximal	True	MAD0049_000000009801	1.0		506	15	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	80.0	5.0	0.0002457681791650026	NZ_ML119085.1	a-proteobacteria	Histidinibacterium lentulum strain B17 Scaffold5, whole genome shotgun sequence	True	False
MON0047_000000028167	1414	0.5558675216290597	2	2	2	1	1	False	49164	fragment	False	MON0047_000000028167	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	72.398	31.0	0.005795821119276125	NZ_VZBY01000034.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_15_length_74709_cov_26.0462_ID_29, whole genome shotgun sequence	True	False
FIJ0025_000000017511	1204	0.5558675216290597	2	2	2	1	1	False	49163	fragment	False	FIJ0025_000000017511	0.9735188509874326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	84.29799999999999	10.0	0.001579461644514048	NZ_VZBY01000034.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_15_length_74709_cov_26.0462_ID_29, whole genome shotgun sequence	True	False
MAD0077_000000011711	1114	0.5558675216290597	2	2	2	1	1	False	49163	fragment	False	FIJ0025_000000017511	0.9306478405315615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	71.429	43.0	0.0001613569648147298	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
ISR0261_000000004869	3544	0.555865851152359	4	3	3	3	3	False	129948	fragment	False	ISR0261_000000004869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	99.506	51.0	0.025337460954930835	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0169_000000009688	3042	0.555865851152359	3	3	3	3	3	False	129945	fragment	False	USA0062_01_000000007463	0.7691317287610038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	99.40799999999999	56.0	0.023524654172244534	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0283_000000005632	2413	0.5558616785516053	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.29899908856518587		0	0	False	False	0.9991711378097534	0					non-mobilizable	chromosome	2413.0	98.964	100.0	0.0008493634361567699	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0095_000000017231	1594	0.5558612368087595	2	2	2	2	1	False	43106	fragment	False	FIJ0095_000000017231	1.0		0	0	False	False	0.9774153232574463	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	4.0	1.8049825899759647e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0072_000000008435	2488	0.5558589833276106	5	3	1	2	3	False	5950	maximal	True	SPA0072_000000008435	1.0		4	1	False	False	0.9995980858802795	0					non-mobilizable	chromosome	1171.0	96.584	93.0	0.00043029101512607267	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ISR0048_000000001664	9782	0.5558583086339902	6	6	6	6	3	True	91062	fragment	False	ISR0048_000000001664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1761.0	75.582	18.0	0.003594452123110508	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0036_000000003194	9765	0.5558517283638694	10	4	3	3	2	True	51321	fragment	False	FIJ0036_000000003194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	76.743	19.0	0.0006600980302235658	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0121_000000002982	7271	0.5558462706425518	8	7	7	6	7	False	122927	fragment	False	AST0019_000000002659	0.6658364032497734		0	0	False	False	0.9995874166488647	0					non-mobilizable	other	7273.0	98.99600000000001	100.0	0.12020176961878773	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0004_000000010053	3589	0.5558458562070133	4	3	3	3	3	False	91319	fragment	False	MON0048_000000010648	0.9886618287051038		0	0	False	False	0.9869044423103333	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000018515	2003	0.555841904533067	2	2	2	2	2	False	47381	maximal	True	FIJ0041_000000018515	1.0		701	15	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	98.35700000000001	87.0	0.0004290926208419743	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0045_000000021303	1930	0.5558417440724381	2	2	2	2	2	False	17849	maximal	True	MAD0045_000000021303	1.0		20	4	False	False	0.9994818568229675	0					non-mobilizable	no_good_hit	121.0	77.686	6.0	0.0018333076567555076	NZ_JGVH01000050.1	enterobacteria	Photorhabdus temperata subsp. temperata Meg1 MEG1DRAFT_contig_49.50, whole genome shotgun sequence	True	False
ENG0008_000000003485	6240	0.5558386690721475	5	5	5	4	4	False	77304	maximal	True	ENG0008_000000003485	1.0		96	11	False	False	0.9988781809806824	0					non-mobilizable	no_good_hit	5355.0	96.807	86.0	0.0009823850229351732	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
AST0102_000000026381	1187	0.5558378309794649	2	2	2	2	1	False	115831	fragment	False	AST0140_000000022527	0.9625292885191262		0	0	False	False	0.9797809720039368	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.56417997744957e-05	NZ_PDOC01000002.1	b-proteobacteria	Massilia eurypsychrophila strain JCM 30074 ZB100001, whole genome shotgun sequence	True	False
USA0009_01_000000013908	1803	0.5558324400577184	3	2	2	1	1	False	37101	fragment	False	USA0009_01_000000013908	0.9976951006669112		0	0	False	False	0.9983360767364502	0					non-mobilizable	chromosome	1803.0	99.945	100.0	0.0003203277653423134	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0016_000000020242	1674	0.5558324400577184	3	2	2	1	1	False	37101	fragment	False	USA0009_01_000000013908	0.9678201752431652		0	0	False	False	1.0	0					non-mobilizable	chromosome	1674.0	99.64200000000001	100.0	0.0002968631343627433	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
MON0104_000000024305	1873	0.5558315730996182	6	5	2	4	2	False	86317	fragment	False	MON0005_000000028128	0.9697687972779399		0	0	False	False	1.0	0					non-mobilizable	other	1873.0	97.33	100.0	0.013817435655184122	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
ISR0052_000000020592	1771	0.5558315730996182	6	5	2	4	2	False	86317	fragment	False	MON0005_000000028128	0.9276387717684603		0	0	False	False	1.0	0					non-mobilizable	other	1771.0	96.95100000000001	100.0	0.0006069848524701026	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0083_000000010432	2455	0.5558306495049359	3	3	3	2	2	True	34108	maximal	True	ISR0083_000000010432	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	97.085	18.0	0.011028315946348734	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
AST0053_000000003121	3255	0.5558243281917717	2	2	1	2	1	False	129979	fragment	False	AST0053_000000003121	0.9851064254373395		0	0	False	False	1.0	0					non-mobilizable	other	3179.0	100.0	98.0	0.005732933338865428	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0068_000000007246	3203	0.5558243281917717	2	2	1	2	1	False	129979	fragment	False	AST0053_000000003121	0.9827076743706589		0	0	False	False	1.0	0					non-mobilizable	other	3136.0	99.809	98.0	0.005653559812462005	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0121_000000007556	3161	0.5558243281917717	2	2	1	2	1	False	129979	fragment	False	AST0053_000000003121	0.975926335075906		0	0	False	False	0.9971528053283691	0					non-mobilizable	other	3047.0	99.836	96.0	0.005494812759655158	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0331_000000007158	3103	0.5558243281917717	2	2	1	2	1	False	129979	fragment	False	AST0053_000000003121	0.9752709794829147		0	0	False	False	0.9964550137519836	0					non-mobilizable	other	3099.0	99.54799999999999	99.0	0.0055868138925318535	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0258_000000007116	2946	0.5558243281917717	2	2	1	2	1	False	129979	fragment	False	AST0053_000000003121	0.9481355993693033		0	0	False	False	1.0	0					non-mobilizable	other	2946.0	100.0	100.0	0.005312614437683664	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0087_000000010662	2912	0.5558243281917717	2	2	1	2	1	False	129979	fragment	False	AST0053_000000003121	0.792210312976101		0	0	False	False	1.0	0					non-mobilizable	other	2912.0	100.0	100.0	0.005251280349099201	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0027_000000021048	1946	0.5558221089640885	2	2	1	2	1	False	12648	fragment	False	MON0027_000000021048	1.0		0	0	False	False	0.9994861483573914	0					non-mobilizable	other	1965.0	97.913	100.0	0.04826264314149506	NZ_CYYU01000018.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
AST0031_000000017984	1429	0.5558182638109156	2	1	1	1	1	False	117243	maximal	True	AST0031_000000017984	1.0		11	4	False	False	0.998600423336029	0					non-mobilizable	other	759.0	87.615	90.0	0.006186630005155525	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0078_000000004967	3572	0.5558111190557317	4	4	4	4	2	False	34432	fragment	False	ISR0078_000000004967	1.0		0	0	False	False	0.9932810664176941	0					non-mobilizable	no_good_hit	945.0	89.41799999999999	49.0	0.00017985134704463042	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
MON0109_000000014784	2403	0.5558109306040431	4	2	2	2	2	False	13105	fragment	False	MON0109_000000014784	0.9812808166167656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0203_000000012553	1421	0.5558096434393592	3	2	2	1	1	False	28969	fragment	False	ISR0203_000000012553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	3.0	1.0362609391801586e-05	NZ_CM009578.1	a-proteobacteria	Sphingopyxis lindanitolerans strain WS5A3p chromosome, whole genome shotgun sequence	True	False
MON0078_000000017109	2555	0.5558068292113498	3	3	3	3	3	False	81204	fragment	False	MON0025_000000014804	0.9265940405630012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1561.0	75.336	60.0	0.00046564602668545106	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0049_000000007077	4013	0.5558059409632368	6	6	6	4	3	False	36005	maximal	True	ISR0049_000000007077	1.0		2	2	False	False	0.999252438545227	0					non-mobilizable	no_good_hit	1740.0	96.897	55.0	0.0004850332400304398	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0159_000000004049	5357	0.5558042112351917	5	4	3	3	2	False	56555	fragment	False	ENG0159_000000004049	1.0		0	0	False	False	0.9955198764801025	0					non-mobilizable	no_good_hit	2830.0	88.975	53.0	0.0008116918174036054	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
MON0049_000000003808	5105	0.5558018364894404	7	6	5	5	5	False	11372	maximal	True	MON0049_000000003808	1.0		1	1	False	False	0.9862879514694214	0					non-mobilizable	no_good_hit	1561.0	97.053	74.0	0.00045105567609796257	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0317_000000019150	1222	0.5557964664007929	2	2	2	2	1	False	25143	maximal	True	ISR0317_000000019150	1.0		85	8	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	86.819	57.0	0.0021392412455547736	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
CHI0105_000000003410	2079	0.5557957312521938	4	3	2	2	2	False	83196	maximal	True	CHI0105_000000003410	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	96.04799999999999	60.0	0.03541392528176669	NZ_QSFT01000034.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf34, whole genome shotgun sequence	True	False
CHI0169_000000002114	6503	0.5557929259611231	14	6	3	6	1	False	78057	maximal	True	CHI0169_000000002114	1.0		2	2	False	False	0.999692440032959	0					non-mobilizable	no_good_hit								True	False
AST0019_000000002659	8590	0.5557922673994813	8	8	8	8	7	False	122927	fragment	False	AST0019_000000002659	0.9861324213413376		0	0	False	False	1.0	0					non-mobilizable	other	8434.0	99.087	98.0	0.1394194988836517	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0060_000000003725	8415	0.5557922673994813	8	8	8	8	7	False	122927	fragment	False	AST0019_000000002659	0.9565328235337063		0	0	False	False	1.0	0					non-mobilizable	other	8415.0	99.02600000000001	100.0	0.1391218060034731	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0100_000000006233	2163	0.5557906513022436	2	2	2	2	1	False	91569	maximal	True	ISR0100_000000006233	0.9715322119427674		1194	15	False	False	1.0	0					non-mobilizable	other	2163.0	99.214	100.0	0.0005845741112621366	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0121_000000015480	1654	0.5557868075735637	3	3	3	2	2	False	32204	maximal	True	ISR0121_000000015480	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	76.577	7.0	0.00117096018735363	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0188_000000010876	2385	0.5557851533255752	5	2	1	1	2	True	54913	maximal	True	ENG0188_000000010876	1.0		2	2	False	False	0.9895178079605103	0					non-mobilizable	no_good_hit	550.0	90.545	23.0	0.00016076445401287404	CP023415.1	d-proteobacteria	Desulfovibrio sp. G11 chromosome, complete genome	True	True
ISR0186_000000016696	1855	0.5557843428612083	3	3	3	3	1	False	71038	fragment	False	ISR0789_000000006879	0.9576942107867392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	92.086	7.0	4.8101523493760045e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AST0059_000000003813	3621	0.5557836176726915	4	4	3	4	3	True	127722	fragment	False	SPA0051_000000006089	0.6496596147927036		0	0	False	True	1.0	0					non-mobilizable	chromosome	3622.0	94.42299999999999	100.0	0.0016308935124326903	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ISR0007_000000004007	3422	0.5557836176726915	4	4	3	4	3	True	127722	fragment	False	SPA0051_000000006089	0.26717165739535254		0	0	False	True	0.9997077584266663	0					non-mobilizable	chromosome	3399.0	91.49700000000001	99.0	0.0015272445740907397	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
DEN0035_000000018390	1843	0.5557806394101779	3	3	3	3	3	False	81144	maximal	True	DEN0035_000000018390	1.0		2	1	False	False	0.9989148378372192	0					non-mobilizable	no_good_hit	560.0	94.64299999999999	44.0	0.00018017594067795792	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0048_000000012555	3083	0.5557805303263128	4	3	1	3	1	True	74592	fragment	False	MON0048_000000012555	1.0		0	0	False	False	0.9996756315231323	0					non-mobilizable	no_good_hit	2174.0	93.836	70.0	0.0009766753843486302	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	True
AST0102_000000019552	1611	0.5557800277132322	3	2	2	2	1	True	108204	fragment	False	AST0102_000000019552	1.0		0	0	False	False	0.9956548810005188	0					non-mobilizable	no_good_hit	1240.0	70.0	74.0	0.005527661338615321	NZ_ATUF01000004.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
MON0027_000000026336	1567	0.5557800277132322	2	2	2	2	1	True	17325	fragment	False	MON0019_000000041383	0.9537122439330642		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	72.183	43.0	0.0031415541941130407	NZ_ATUF01000004.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
CHI0068_000000013272	1252	0.5557792088708716	2	2	2	2	1	False	85098	fragment	False	CHI0068_000000013272	1.0		0	0	False	False	0.995207667350769	0					non-mobilizable	other	1252.0	99.681	100.0	0.03131335886460915	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0171_000000024102	1260	0.555778029282939	2	2	2	2	1	False	46367	fragment	False	ISR0171_000000024102	0.9782149985742801		0	0	False	False	0.9968253970146179	0					non-mobilizable	other	1267.0	96.60600000000001	100.0	0.0003811683562822175	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0049_000000018439	1206	0.555778029282939	2	2	2	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.0194941009812029		0	0	False	False	0.9975124597549438	0					non-mobilizable	chromosome	1206.0	98.259	100.0	0.0004234466653045799	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0847_000000007039	3568	0.5557774219955407	5	4	4	4	2	False	26638	maximal	True	ISR0847_000000007039	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	1.0	1.3039053555527287e-05	NZ_SRLC01000001.1	CFB group bacteria	Hymenobacter aquaticus strain JCM 31653 contig1, whole genome shotgun sequence	True	False
MON0005_000000033984	1603	0.5557774158845934	3	3	3	3	3	False	84837	fragment	False	ISR0060_000000015834	0.9290763165055712		0	0	False	False	0.9844042658805847	0					non-mobilizable	other	1603.0	96.881	100.0	0.00044487395238015893	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0046_000000003388	5943	0.5557771829260014	7	7	7	7	5	False	120094	maximal	False	ISR0079_000000004336	0.9640888789796145		0	0	False	False	1.0	0					non-mobilizable	other	5941.0	98.064	99.0	0.014526749373825924	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CAN0013_000000006028	3872	0.5557753581565686	6	5	4	4	4	False	94066	fragment	False	CAN0013_000000006028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000009640	4397	0.5557742383120996	5	5	4	5	5	False	51775	maximal	True	FIJ0011_000000009640	0.9966910086718394		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2158.0	91.65899999999999	84.0	0.0009115274437753299	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
FIJ0166_000000009147	2622	0.5557714670564896	3	3	2	3	1	True	39020	maximal	True	FIJ0166_000000009147	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	99.552	34.0	0.2540586727428083	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
MON0013_000000013929	3466	0.5557698036922512	3	3	3	1	1	False	13540	fragment	False	MON0031_000000009985	0.664919941775837		0	0	False	False	1.0	0					non-mobilizable	other	3493.0	83.367	100.0	0.0014470184587073666	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MON0031_000000009985	3435	0.5557698036922512	3	3	3	1	1	False	13540	fragment	False	MON0031_000000009985	0.9734070112423249		0	0	False	False	1.0	0					non-mobilizable	other	3459.0	83.23200000000001	99.0	0.0014327662490908977	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0197_000000002708	7588	0.5557688953837656	6	6	4	6	4	True	132348	fragment	False	ISR0197_000000002708	0.9720783764870539		0	0	False	False	1.0	0					non-mobilizable	other	3817.0	96.83	94.0	0.04141941093359418	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0017_000000010758	1177	0.5557686199027774	1	1	1	1	1	False	89597	fragment	False	CHI0017_000000010758	1.0		0	0	False	False	0.9932030439376831	0					non-mobilizable	no_good_hit	545.0	94.679	56.0	0.00016378798247829884	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0069_01_000000035663	1700	0.5557684764847074	1	1	1	1	1	False	769	fragment	False	USA0069_01_000000035663	1.0		0	0	False	False	0.9852941036224365	0					non-mobilizable	other	1705.0	99.70700000000001	100.0	0.010748279581422633	NZ_WNCH01000001.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold1_size158588, whole genome shotgun sequence	False	False
FIJ0033_000000025786	1485	0.5557589360882654	2	2	2	2	2	False	49306	maximal	True	FIJ0033_000000025786	1.0		17	6	False	False	0.991919219493866	0					non-mobilizable	no_good_hit	288.0	72.222	19.0	0.0027558135005647955	NZ_NPBY01000059.1	firmicutes	Paenibacillus campinasensis strain 7537-G1 contig00059, whole genome shotgun sequence	True	False
CHI0026_000000001863	5025	0.555758060349671	6	3	3	3	1	True	88924	maximal	True	CHI0026_000000001863	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	88.73200000000001	6.0	0.004906720299604688	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
MAD0012_000000003980	6445	0.5557499973993626	9	3	2	3	1	True	98579	maximal	True	MAD0012_000000003980	1.0		1	1	False	False	0.9993793368339539	0					non-mobilizable	no_good_hit								True	True
ISR0258_000000013497	1922	0.5557466872677751	3	2	2	1	1	False	67564	fragment	False	ISR0258_000000013497	1.0		0	0	False	False	0.9984391331672668	0					non-mobilizable	no_good_hit	156.0	78.205	8.0	5.175140816952528e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0107_000000017051	1653	0.5557466872677751	2	2	2	1	1	False	67563	fragment	False	ISR0107_000000017051	1.0		0	0	False	False	0.9993950128555298	0					non-mobilizable	no_good_hit	265.0	77.358	16.0	8.876566037024534e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0054_000000019901	1397	0.5557466872677751	2	2	2	1	1	False	67562	fragment	False	ENG0054_000000019901	1.0		0	0	False	False	0.9992842078208923	0					non-mobilizable	no_good_hit	156.0	77.564	11.0	5.175140816952528e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0101_000000000342	26016	0.5557403467295625	25	12	10	9	4	True	15137	maximal	True	MAD0101_000000000342	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00011636943972270825	CU928713.21	even-toed ungulates	Pig DNA sequence from clone CH242-105G5 on chromosome 2, complete sequence	True	True
ISR0152_000000008297	2850	0.5557388545544649	5	3	1	2	2	False	99478	maximal	True	ISR0152_000000008297	1.0		8	3	False	False	0.9996491074562073	0					non-mobilizable	chromosome	2850.0	99.404	100.0	0.0004399798866337539	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
ENG0158_000000003659	4525	0.5557318017547379	7	6	6	5	5	False	104310	maximal	True	ENG0158_000000003659	1.0		76	9	False	False	0.9973480701446533	0					non-mobilizable	chromosome	4531.0	99.801	100.0	0.001980019721520935	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
MON0091_000000002854	4432	0.5557308417494227	5	5	3	5	2	False	33083	maximal	True	MON0091_000000002854	1.0		240	12	False	False	1.0	0					non-mobilizable	other	4019.0	95.87	99.0	0.009217372543889244	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	False
SPA0041_000000002919	10605	0.5557300249709759	13	11	5	5	10	True	100949	fragment	False	ISR0775_000000001390	0.9797831159356588		0	0	False	False	1.0	0					non-mobilizable	chromosome	10553.0	99.574	99.0	0.002052416364324911	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
FIJ0099_000000019004	1162	0.5557295617241369	2	2	1	2	2	False	42748	maximal	True	FIJ0099_000000019004	1.0		4	3	False	False	0.9819276928901672	0					non-mobilizable	other	1195.0	75.063	100.0	0.0037406042266896295	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0339_000000008593	1735	0.5557281766155913	2	2	2	1	0	True	24390	fragment	False	ISR0339_000000008593	1.0		0	0	False	False	0.9740633964538574	0					non-mobilizable	no_good_hit	1263.0	76.88	72.0	0.000232081131245695	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ISR0129_000000003545	3235	0.5557263816405971	4	4	4	4	3	True	87123	maximal	True	ISR0129_000000003545	1.0		2	2	False	False	0.9811437129974365	0					non-mobilizable	chromosome	2902.0	99.86200000000001	90.0	0.0010678137167499887	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	True
DEN0061_000000020182	2103	0.5557242777394327	2	2	2	2	1	False	71868	maximal	True	DEN0061_000000020182	1.0		2	2	False	False	0.9995244741439819	0					non-mobilizable	no_good_hit	968.0	82.335	55.0	0.00018481731519229069	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ISR0343_000000007350	2354	0.5557227900773056	6	4	3	2	2	False	24312	maximal	True	ISR0343_000000007350	1.0		12	5	False	False	0.99745112657547	0					non-mobilizable	no_good_hit	2104.0	96.055	89.0	0.008436103951458223	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	False
AST0116_000000021585	1249	0.5557214659734588	2	2	2	2	2	False	106128	maximal	True	AST0116_000000021585	1.0		12	3	False	False	0.9911929368972778	0					non-mobilizable	chromosome	1257.0	79.554	99.0	0.00033417515816373567	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0013_000000003341	7095	0.5557192890851208	13	3	1	3	1	True	50662	fragment	False	FIJ0013_000000003341	1.0		0	0	False	False	0.9970401525497437	0					non-mobilizable	no_good_hit								True	True
FIJ0091_000000007944	3069	0.5557166708360434	4	2	1	1	1	False	43384	maximal	True	FIJ0091_000000007944	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0059_000000011858	1539	0.5557162229710002	2	1	1	1	1	False	85797	fragment	False	CHI0059_000000011858	1.0		0	0	False	False	0.9961013793945312	0					non-mobilizable	other	1539.0	100.0	100.0	0.010789878000014031	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
FIJ0137_000000008837	1316	0.5557162229710002	2	1	1	1	1	False	40488	fragment	False	FIJ0137_000000008837	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	99.39200000000001	100.0	0.009225415845265574	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
ISR0328_000000015401	1873	0.5557130444853209	2	1	1	1	1	False	24743	maximal	True	ISR0328_000000015401	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	91.833	54.0	0.001977465177488836	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ENG0092_000000015088	1531	0.5557130444853209	2	1	1	1	1	False	61097	fragment	False	ENG0092_000000015088	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	91.54700000000001	99.0	0.002990842147807143	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ISR0774_000000016683	1491	0.5557130444853209	2	1	1	1	1	False	83131	fragment	False	ISR0774_000000016683	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1433.0	100.0	96.0	0.0025690891215581022	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
SPA0157_000000006146	1348	0.5557130444853209	2	1	1	1	1	False	3155	maximal	True	SPA0157_000000006146	1.0		187	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0106_000000016004	1279	0.5557130444853209	2	1	1	1	1	False	83130	fragment	False	ISR0319_000000015772	0.9527798933739529		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	100.0	100.0	0.00024101184239409622	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
SPA0032_000000027215	1110	0.5557130444853209	2	1	1	1	1	False	7223	fragment	False	SPA0032_000000027215	1.0		0	0	False	False	0.9585585594177246	0					non-mobilizable	other	1071.0	99.346	96.0	0.0004695078995033494	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0042_000000021293	1156	0.5557102494148459	2	2	2	1	2	False	64647	fragment	False	ENG0042_000000021293	1.0		0	0	False	False	0.983564019203186	0					non-mobilizable	other	1156.0	99.56700000000001	100.0	0.00036445977594716945	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0037_000000025975	2630	0.5557085583127588	3	3	3	3	3	False	75027	fragment	False	MON0037_000000025975	1.0		0	0	False	False	0.9992395639419556	0					non-mobilizable	no_good_hit	1648.0	97.391	63.0	0.005652629589540058	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0034_01_000000023206	2300	0.5557080331042628	4	3	3	3	3	False	56886	fragment	False	USA0034_01_000000023206	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2300.0	99.391	100.0	0.01098491545103136	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0191_000000013181	2341	0.5557069055874493	2	2	2	2	2	False	54720	maximal	True	ENG0191_000000013181	1.0		11	5	False	False	0.9978641867637634	0					non-mobilizable	no_good_hit	505.0	72.277	21.0	0.00010830990104393574	NZ_LR134376.1	g-proteobacteria	Aeromonas encheleia strain NCTC12917 chromosome 1	True	False
ISR0203_000000004595	3791	0.5557053521365319	5	5	5	5	4	True	28697	maximal	True	ISR0203_000000004595	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	85.74600000000001	19.0	7.429468025488487e-05	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
MAD0081_000000003581	2097	0.5557008746199419	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.3183230032908016	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2097.0	98.80799999999999	100.0	0.017030404472106214	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
MON0083_000000001006	14208	0.5557006327972079	11	5	3	4	4	False	9894	maximal	True	MON0083_000000001006	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	2723.0	93.757	23.0	0.07381256280042364	NZ_SPFY01000022.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_22_length_36823_cov_17.9814, whole genome shotgun sequence	True	False
CHI0147_000000010540	1808	0.5556995543954014	3	3	2	2	3	True	122081	fragment	False	CHI0147_000000010540	1.0		0	0	False	False	0.9955752491950989	0					non-mobilizable	no_good_hit	986.0	75.76100000000001	54.0	0.00040828388724825464	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0785_000000004214	6485	0.555690495751134	9	4	3	4	3	False	78624	fragment	False	ISR0785_000000004214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1113.0	83.917	17.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0026_01_000000028877	1136	0.5556841983115387	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.7759956430478677		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	98.59200000000001	100.0	0.013662024387014457	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
ISR0096_000000018422	1311	0.5556827984963355	3	3	3	3	3	False	91950	fragment	False	ISR0033_000000021856	0.9439454086828751		0	0	False	False	0.9984744191169739	0					non-mobilizable	no_good_hit	648.0	76.69800000000001	49.0	0.0001829498711644745	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0075_000000022102	1105	0.5556823215396036	2	1	1	1	1	False	62052	maximal	True	ENG0075_000000022102	1.0		1	1	True	True	0.9945701360702515	3					non-mobilizable	no_good_hit	63.0	85.714	9.0	0.000262282876312472	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
CHI0044_000000010156	1565	0.5556814334456647	2	2	2	1	2	False	87245	fragment	False	CHI0044_000000010156	1.0		0	0	False	False	0.9821086525917053	0					non-mobilizable	other	1546.0	98.9	99.0	0.005937215388340001	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
USA0072_01_000000006528	3088	0.5556793326585239	7	5	2	4	3	True	10550	fragment	False	USA0072_01_000000006528	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1048.0	89.21799999999999	92.0	0.0003630489160644803	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0139_000000011375	1822	0.5556734528724325	2	2	2	2	2	False	57859	maximal	True	ENG0139_000000011375	1.0		38	7	False	False	0.9796926379203796	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000016803	2126	0.5556670407802765	3	3	3	3	3	False	48430	fragment	False	FIJ0032_000000016803	1.0		0	0	False	False	0.9985889196395874	0					non-mobilizable	no_good_hit	1451.0	90.834	68.0	0.0005646496580732626	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
FIJ0090_000000008241	4713	0.5556659932544292	5	3	3	3	1	True	48297	maximal	True	FIJ0090_000000008241	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	95.035	3.0	4.7563831511242224e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
MON0011_000000017641	2679	0.5556647638623575	4	4	4	4	2	False	13688	maximal	True	MON0011_000000017641	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	75.862	32.0	0.00017480795995456213	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
MON0037_000000025358	2679	0.5556647638623575	4	4	4	4	2	False	13688	maximal	False	MON0011_000000017641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	75.862	32.0	0.00017480795995456213	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0378_000000018929	1628	0.5556626030352818	1	1	1	1	1	False	105728	fragment	False	ISR0378_000000018929	1.0		0	0	False	False	0.9889435172080994	0					non-mobilizable	no_good_hit	42.0	97.619	3.0	0.00013105824739961257	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0260_000000011681	1376	0.5556626030352818	1	1	1	1	1	False	105726	fragment	False	ISR0260_000000011681	0.9721171269999919		0	0	False	False	0.9970930218696594	0					non-mobilizable	no_good_hit	40.0	97.5	3.0	0.00012466516216060709	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0118_000000024234	1292	0.5556626030352818	1	1	1	1	1	False	105726	fragment	False	ISR0260_000000011681	0.963500656167979		0	0	False	False	0.9914860725402832	0					non-mobilizable	no_good_hit								True	False
SPA0129_000000019023	1270	0.5556626030352818	1	1	1	1	1	False	105726	fragment	False	ISR0260_000000011681	0.9494669042647659		0	0	False	False	0.9992126226425171	0					non-mobilizable	no_good_hit								True	False
ISR0291_000000010090	1483	0.5556590555787668	2	2	2	2	2	False	25900	maximal	True	ISR0291_000000010090	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	83.0	7.0	0.0015415518288410333	NZ_PVSR01000023.1	high GC Gram+	Actinopolyspora mortivallis strain M5A NODE_23_length_64221_cov_26.4642_ID_2099, whole genome shotgun sequence	True	False
SPA0138_000000000246	26348	0.5556500571985237	35	18	6	13	12	True	3543	maximal	True	SPA0138_000000000246	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	0.0	2.1435889866196633e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
CAN0005_000000008476	2010	0.5556495197442541	3	3	3	3	2	False	95985	maximal	True	CAN0005_000000008476	0.985308764940239		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	77.551	5.0	2.8363296004084314e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
SPA0058_000000015463	2008	0.5556495197442541	3	3	3	3	2	False	95985	maximal	False	CAN0005_000000008476	0.9848258706467662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	77.551	5.0	2.8363296004084314e-05	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
MON0009_000000009011	3604	0.5556484793027422	5	4	4	4	2	False	49209	maximal	True	MON0009_000000009011	1.0		52	11	False	False	0.9614317417144775	0					non-mobilizable	chromosome	3458.0	97.889	96.0	0.0009675475538287539	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0159_000000014911	1547	0.5556481269389757	2	2	2	2	1	False	99840	fragment	False	ENG0159_000000014911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000001046	17239	0.555647730755775	17	7	5	5	3	True	132160	fragment	False	SPA0132_000000001387	0.7184667495199087		0	0	False	False	0.9998259544372559	0					non-mobilizable	no_good_hit	95.0	78.947	1.0	2.6803499031158916e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
CHI0158_000000012432	1553	0.5556469030667562	3	2	1	1	2	True	78878	fragment	False	CHI0158_000000012432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	79.43	20.0	0.008523742747944677	NZ_CZBD01000029.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
ISR0812_000000015673	2536	0.5556463818421511	3	2	1	2	1	False	45410	fragment	False	ISR0812_000000015673	1.0		0	0	False	False	0.9960567951202393	0					non-mobilizable	no_good_hit	1022.0	87.37799999999999	72.0	0.00032844236771169787	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0071_01_000000003568	3857	0.5556451679728711	4	4	4	4	4	False	103010	maximal	False	USA0042_01_000000006407	0.9967695040360012		0	0	False	False	1.0	0					non-mobilizable	chromosome	3857.0	99.97399999999999	100.0	0.0005442616249822861	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0075_01_000000006416	3857	0.5556451679728711	4	4	4	4	4	False	103010	maximal	False	USA0042_01_000000006407	0.9967695040360012		0	0	False	False	1.0	0					non-mobilizable	chromosome	3857.0	99.97399999999999	100.0	0.0005442616249822861	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0034_01_000000014531	3857	0.5556451679728711	4	4	4	4	4	False	103010	maximal	False	USA0042_01_000000006407	0.9967695040360012		0	0	False	False	1.0	0					non-mobilizable	chromosome	3857.0	99.97399999999999	100.0	0.0005442616249822861	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0070_000000004733	2378	0.5556415166654308	4	2	2	2	2	False	118649	fragment	False	ISR0108_000000009071	0.9441111420247739		0	0	False	False	1.0	0					non-mobilizable	other	2254.0	96.76100000000001	99.0	0.00043400063996704537	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0133_01_000000010471	2155	0.5556415166654308	4	2	2	2	2	False	118656	fragment	False	USA0133_01_000000010471	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1665.0	93.514	93.0	0.00032170040647359606	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0059_000000010352	1733	0.5556415166654308	2	2	2	2	2	False	118606	fragment	False	CHI0059_000000010352	0.7656798379076152		0	0	False	False	1.0	0					non-mobilizable	other	1580.0	95.696	98.0	0.00030562507008749827	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0028_000000008684	1641	0.5556415166654308	3	2	2	2	2	False	118653	fragment	False	DEN0005_000000020709	0.9090369727564251		0	0	False	False	0.9969530701637268	0					non-mobilizable	other	1649.0	94.906	100.0	0.0003189889039506398	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0136_000000018180	1526	0.5556415166654308	2	2	2	2	2	False	118602	fragment	False	FIJ0136_000000018180	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1385.0	87.292	95.0	0.00030740595132591026	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0071_000000002897	7158	0.5556403355378142	12	4	4	4	3	True	130702	fragment	False	SPA0089_000000004688	0.9413673469065978		0	0	False	False	1.0	0					non-mobilizable	other	5168.0	95.43299999999999	95.0	0.0014725621612251716	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
MON0032_000000014439	1968	0.5556376262568248	4	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.6403658823750923		0	0	False	False	1.0	0					non-mobilizable	other	1823.0	97.038	97.0	0.0005485693089622435	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0278_000000007526	1566	0.5556376262568248	4	2	1	2	2	False	110472	maximal	True	ISR0278_000000007526	1.0		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	90.587	87.0	0.052786268516341404	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	True	False
FIJ0041_000000025074	1508	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.9684356156180683		0	0	False	False	1.0	0					non-mobilizable	chromosome	1506.0	97.742	99.0	0.00040304686277326256	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0007_000000017140	1487	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.9746285412709806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1487.0	99.866	100.0	0.00039822316361773146	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0021_000000012334	1461	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.9692636624560077		0	0	False	False	1.0	0					non-mobilizable	chromosome	1461.0	98.76799999999999	100.0	0.00039125559817085326	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CAN0021_000000030323	1442	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.9601821184843012		0	0	False	False	1.0	0					non-mobilizable	chromosome	1442.0	98.89	100.0	0.0003861639157289038	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0096_000000026291	1431	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.9577239698793585		0	0	False	False	0.9986023902893066	0					non-mobilizable	chromosome	1432.0	97.486	100.0	0.0003832160995783015	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0137_000000025912	1426	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.9249571706859578		0	0	False	False	1.0	0					non-mobilizable	chromosome	1426.0	99.79	100.0	0.00038187618314620953	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0032_000000023705	1420	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.9248057370227345		0	0	False	False	1.0	0					non-mobilizable	chromosome	1420.0	99.93	100.0	0.0003802682834276992	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0101_000000024795	1369	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.916413578662286		0	0	False	False	1.0	0					non-mobilizable	chromosome	1369.0	98.685	100.0	0.0003666011358203612	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AUS0016_000000021734	1305	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.7882717268292418		0	0	False	False	0.9984674453735352	0					non-mobilizable	chromosome	1305.0	99.92299999999999	100.0	0.000349450205489584	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0095_000000021766	1284	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.6907565982137645		0	0	False	False	0.9984423518180847	0					non-mobilizable	chromosome	1284.0	97.975	100.0	0.0003435545731883794	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0122_000000019395	1184	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.20478460446740132		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	96.712	100.0	0.0003290734291950614	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0019_000000015052	1149	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.18409814630555763		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	99.565	100.0	0.0003076448128083148	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0111_000000018496	1121	0.5556376262568248	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.14250130568410407		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	99.10799999999999	100.0	0.00030014128078859975	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0035_000000002086	10551	0.555637408824059	19	9	2	6	6	False	88502	maximal	True	MAD0035_000000002086	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3910.0	95.652	87.0	0.015771222077280204	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
ENG0091_000000020459	1216	0.5556369515611529	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.7050162851047175		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	99.42399999999999	100.0	0.00032536749790251774	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0191_000000022042	1470	0.5556360382388214	2	2	2	2	1	False	129955	fragment	False	ISR0011_000000014131	0.24991124343061613		0	0	False	False	0.9857142567634583	0					non-mobilizable	other	872.0	98.853	99.0	0.032171086651399866	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
SPA0104_000000032883	1163	0.5556355353474354	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.17969929796004575		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	95.443	100.0	0.0003226863499786172	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0194_000000002758	7359	0.5556345622052401	11	6	3	6	3	True	29058	maximal	True	ISR0194_000000002758	1.0		3	1	False	False	0.9998641014099121	0					non-mobilizable	no_good_hit	228.0	95.61399999999999	3.0	7.886325736520289e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0155_000000002919	8245	0.555632423105009	10	6	3	4	5	False	125579	fragment	False	ENG0057_000000002278	0.690503237357584		0	0	False	False	0.9989084005355835	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000013996	3548	0.5556313086651189	6	4	3	3	4	False	69624	maximal	True	DEN0079_000000013996	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	2754.0	91.866	77.0	0.8816169393647738	NZ_CABMGA010000054.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0008_000000006855	1346	0.5556310508483815	2	2	2	2	2	False	76110	maximal	True	DEN0008_000000006855	1.0		147	11	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	72.532	17.0	0.0017523856166637333	NZ_AUDP01000009.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
SPA0062_000000004923	6366	0.5556208893124267	5	4	3	4	1	False	6177	maximal	True	SPA0062_000000004923	1.0		3	2	False	False	0.9962299466133118	0					non-mobilizable	no_good_hit	605.0	86.446	9.0	0.21149751596877217	NZ_CACWHD010000087.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0069_000000007472	3263	0.5556198450982337	6	2	1	2	0	True	34965	maximal	True	ISR0069_000000007472	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	91.195	10.0	7.172185855996988e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0149_000000021980	1809	0.5556188849281798	2	2	2	2	1	False	3294	maximal	True	SPA0149_000000021980	1.0		9	4	False	False	0.9928137063980103	0					non-mobilizable	other	1805.0	82.105	99.0	0.0006528126132722779	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
ENG0107_000000011490	2453	0.5556180364871289	2	2	2	2	2	False	60016	maximal	True	ENG0107_000000011490	1.0		19	4	False	False	0.9930697083473206	0					non-mobilizable	other	2360.0	82.288	95.0	0.023172105730210484	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
MAD0078_000000001804	3816	0.5556161373339306	4	3	3	3	2	False	36674	maximal	True	MAD0078_000000001804	1.0		65	9	False	False	0.9971174001693726	0					non-mobilizable	no_good_hit	1320.0	83.258	34.0	0.03984389181339626	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	False
SPA0001_000000026100	1279	0.5556053138364906	3	3	3	2	2	False	8429	maximal	True	SPA0001_000000026100	1.0		0	0	False	False	0.9937450885772705	0					non-mobilizable	chromosome	1182.0	76.396	92.0	0.00032571249608518636	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0039_000000010459	1146	0.5556022893878122	2	2	2	1	1	False	87738	maximal	True	CHI0039_000000010459	1.0		332	13	False	False	1.0	0					non-mobilizable	chromosome	1146.0	99.825	100.0	0.00023762986108718671	CP053751.1	enterobacteria	Shigella sonnei strain 506 chromosome, complete genome	False	False
MON0101_000000017141	3503	0.5555985884131862	7	1	0	1	1	False	22074	fragment	False	MON0101_000000017141	1.0		0	0	False	False	0.9997145533561707	0					non-mobilizable	no_good_hit	380.0	96.053	11.0	0.01969240361633586	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	True	False
FIJ0136_000000008875	3007	0.5555985884131862	7	1	0	1	1	False	40542	fragment	False	FIJ0136_000000008875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0034_000000009713	2694	0.5555985884131862	6	1	0	1	1	False	12251	fragment	False	MON0034_000000009713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0790_000000007713	2118	0.5555985884131862	5	1	0	1	1	False	22073	fragment	False	ISR0790_000000007713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0048_000000028379	1440	0.5555985884131862	3	1	0	1	1	False	11393	fragment	False	MON0048_000000028379	1.0		0	0	False	False	0.9611111283302307	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	2.0109279570695607e-05	NZ_LT732540.1	actinobacteria	Olsenella urininfantis strain Marseille-P3197T, whole genome shotgun sequence	True	False
CAN0008_000000023413	1190	0.5555982708344689	2	2	2	2	1	True	94875	maximal	True	CAN0008_000000023413	1.0		9	4	False	False	0.9756302237510681	0					non-mobilizable	no_good_hit	43.0	93.023	4.0	1.194651375129065e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AST0060_000000013917	2109	0.5555971406499607	3	1	1	1	1	False	112423	maximal	True	AST0060_000000013917	1.0		805	13	False	False	0.99336177110672	0					non-mobilizable	other	2109.0	98.72	100.0	0.05722130100307174	LR131278.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 14N11-Mucin	False	False
ISR0337_000000009807	1137	0.5555965117924955	2	2	2	1	1	False	24432	maximal	True	ISR0337_000000009807	1.0		1	1	False	False	0.9481090307235718	0					non-mobilizable	no_good_hit	465.0	95.26899999999999	77.0	0.00015732689708884077	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0096_000000017622	1862	0.5555930274234735	4	3	3	3	0	False	60852	maximal	True	ENG0096_000000017622	1.0		3	2	False	False	0.9742212891578674	0					non-mobilizable	no_good_hit	567.0	99.295	88.0	0.1435114503816794	XM_014674516.1	eukaryotes	Blastocystis sp. ST4 valyl tRNA synthetase mRNA	True	False
SPA0030_000000010501	2923	0.5555926523455467	4	2	1	2	2	True	54707	maximal	True	SPA0030_000000010501	0.9859358095924992		4	1	False	False	0.9982894062995911	0					non-mobilizable	other	2662.0	82.945	97.0	0.003978727832694344	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0101_000000015911	2773	0.5555926523455467	4	2	1	2	2	True	54707	maximal	False	SPA0030_000000010501	0.9609989736572015		0	0	False	False	1.0	0					non-mobilizable	other	2778.0	94.204	99.0	0.010032595965931958	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	False	True
DEN0085_000000011470	2695	0.5555926523455467	4	2	1	2	2	True	68987	maximal	True	DEN0085_000000011470	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2628.0	83.06700000000001	97.0	0.003217119167815491	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
SPA0020_000000014124	2256	0.5555926523455467	3	2	1	2	2	True	54705	fragment	False	SPA0020_000000014124	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2258.0	96.236	100.0	0.008172559200292966	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	False	True
ISR0774_000000014926	1663	0.555591213362022	3	3	3	3	1	False	70681	maximal	True	ISR0774_000000014926	1.0		46	9	False	False	0.9993986487388611	0					non-mobilizable	other	1663.0	99.88	100.0	0.0005005327571886081	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0027_000000010965	2061	0.5555857196707187	2	2	1	2	2	False	99482	maximal	True	ENG0027_000000010965	1.0		6	5	False	False	0.9995148181915283	0					non-mobilizable	chromosome	1103.0	97.552	97.0	0.0001693993661601918	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0019_000000009380	2035	0.5555857196707187	2	2	1	2	2	False	104300	fragment	False	ENG0019_000000009380	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2044.0	91.34100000000001	100.0	0.00030151048749531945	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
CHI0126_000000008766	1726	0.5555857196707187	2	2	1	2	2	False	104294	maximal	True	CHI0126_000000008766	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1547.0	92.11399999999999	89.0	0.00022887521764639786	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
ISR0045_000000005184	4737	0.5555816040429818	6	5	5	4	4	False	67750	maximal	False	ENG0141_000000005605	0.9909827179688236		0	0	False	False	1.0	0					non-mobilizable	other	4737.0	99.62	100.0	0.03949595950329828	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
AST0150_000000020247	1375	0.5555776494888262	2	2	2	1	2	False	103880	maximal	True	AST0150_000000020247	1.0		47	8	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	99.31	32.0	0.0021811785400175903	NZ_SLUM01000002.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_102, whole genome shotgun sequence	True	False
ENG0104_000000015041	2114	0.5555698958297065	4	3	3	2	2	False	91053	fragment	False	ENG0104_000000015041	0.9733370548825813		0	0	False	False	0.9801324605941772	0					non-mobilizable	other	2096.0	98.28200000000001	99.0	0.022758395826540594	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0044_000000020202	2553	0.5555694837440016	3	2	2	2	2	False	53009	maximal	True	MON0044_000000020202	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000005273	4647	0.5555670013341971	8	2	2	2	1	False	45637	fragment	False	FIJ0063_000000005273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	82.831	28.0	0.0003705069690529476	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0172_000000009040	2417	0.5555669312314984	4	4	2	2	2	False	107112	maximal	True	ENG0172_000000009040	1.0		112	8	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	0.060723514211886306	EU060752.1	bacteria	Uncultured bacterium clone LM0ABA35ZC06RM1 genomic sequence	True	False
SPA0133_000000006280	3592	0.555565230146369	2	2	2	2	2	False	3700	fragment	False	SPA0133_000000006280	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3592.0	99.97200000000001	100.0	0.006520460190874624	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0275_000000001772	7224	0.5555619809368822	7	2	1	2	1	True	28599	maximal	True	ISR0275_000000001772	1.0		1	1	False	False	0.9959856271743774	0					non-mobilizable	no_good_hit								True	True
SPA0101_000000006543	6700	0.5555619809368822	8	2	1	2	1	True	28598	maximal	True	SPA0101_000000006543	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	92.22200000000001	1.0	2.679619566280992e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0207_000000004533	5378	0.5555619809368822	4	2	1	2	1	True	28596	fragment	False	ISR0207_000000004533	1.0		0	0	False	False	0.9998140335083008	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.3090977364925174e-05	LN483435.1	flies	Culicoides sonorensis genome assembly, scaffold: scaffold85	True	True
FIJ0009_000000028261	1511	0.5555609974695451	2	1	1	1	1	False	51197	maximal	True	FIJ0009_000000028261	1.0		15	2	False	False	0.9986763596534729	0					non-mobilizable	no_good_hit	486.0	77.366	32.0	0.0002267450511711618	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	True	False
AST0002_000000007071	4762	0.555559150759119	4	4	4	3	2	False	132330	maximal	True	AST0002_000000007071	1.0		7	2	False	False	0.9997900128364563	0					non-mobilizable	other	4762.0	100.0	100.0	0.00163698028196908	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
SPA0005_000000022520	1259	0.5555535092206824	2	2	2	2	1	False	8287	maximal	True	SPA0005_000000022520	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000009060	2338	0.5555510358120517	3	2	1	1	2	False	3693	fragment	False	SPA0133_000000009060	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	82.444	36.0	0.0001304972959185024	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
CAN0001_000000021394	2110	0.5555481681233478	2	2	2	2	2	False	97339	fragment	False	CAN0001_000000021394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	94.994	50.0	0.005848829257172632	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
AST0019_000000014883	1968	0.5555476044037548	3	3	3	3	3	False	122298	fragment	False	ENG0186_000000007597	0.8430087319549611		0	0	False	False	0.9994918704032898	0					non-mobilizable	other	1983.0	79.67699999999999	100.0	0.0008249514272120792	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0167_000000012672	2325	0.5555471472455076	2	2	2	2	1	False	109644	fragment	False	ISR0167_000000012672	0.9656564067532418		0	0	False	False	0.9987096786499023	0					non-mobilizable	other	2325.0	96.946	100.0	0.0005411073903669374	CP016318.1	firmicutes	Clostridioides difficile strain 630 delta erm, complete genome	False	False
CAN0022_000000013855	2249	0.5555471472455076	2	2	2	2	1	False	109644	fragment	False	ISR0167_000000012672	0.949596363548735		0	0	False	False	1.0	0					non-mobilizable	other	2249.0	96.88799999999999	100.0	0.0006794061621262057	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0109_000000013774	2559	0.5555460966934591	4	4	4	4	3	False	125951	fragment	False	ISR0333_000000007883	0.8666726678940856		0	0	False	False	0.9589683413505554	0					non-mobilizable	other	2560.0	97.617	100.0	0.0069709202873759835	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0026_000000043400	1232	0.5555383543578378	1	1	1	1	1	False	50873	fragment	False	MON0026_000000043400	0.9893950652399358		0	0	False	False	0.9545454382896423	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	6.0	0.00040284678393984153	NZ_LR027598.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
AST0005_000000020258	1345	0.5555336910249454	2	2	2	2	2	False	127891	fragment	False	AST0005_000000020258	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	97.4	100.0	0.026075998449011244	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
MAD0050_000000002104	8853	0.555520949628772	11	7	4	7	5	False	17428	maximal	True	MAD0050_000000002104	1.0		2	1	False	False	0.9994352459907532	0					non-mobilizable	no_good_hit	543.0	91.344	6.0	0.0006977525024657419	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
SPA0053_000000022877	1437	0.5555200175449079	2	2	2	1	1	False	6465	maximal	True	SPA0053_000000022877	1.0		9	5	False	False	0.9749478101730347	0					non-mobilizable	other	1391.0	98.92200000000001	97.0	0.026831386931763342	NZ_SMBP01000023.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_123, whole genome shotgun sequence	False	False
ENG0182_000000004477	5865	0.5555175928075824	9	4	1	3	4	True	98547	fragment	False	ENG0182_000000004477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	74.359	9.0	0.22281934683753618	HG796409.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00979	True	True
MON0066_000000015926	2104	0.5555147753373633	2	2	2	2	2	False	106743	maximal	False	ISR0338_000000011489	0.6391998805791909		0	0	False	False	0.9557985067367554	0					non-mobilizable	other	2096.0	98.473	99.0	0.020975380210054167	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0012_01_000000000264	28564	0.5555101904335974	21	20	13	17	17	False	117791	maximal	True	USA0012_01_000000000264	1.0	PS794	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	11424.0	98.78299999999999	68.0	0.0024123088152336607	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0042_000000020459	1572	0.5555096261242705	2	2	2	2	1	False	36349	maximal	True	ISR0042_000000020459	1.0		4	1	False	False	0.9809160232543945	0					non-mobilizable	no_good_hit	968.0	76.756	61.0	0.0002870681629732958	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
FIJ0083_000000023790	1520	0.5555067460276398	2	1	1	1	1	True	44061	maximal	True	FIJ0083_000000023790	1.0		1	1	False	False	0.9947368502616882	0					non-mobilizable	no_good_hit	1335.0	93.55799999999999	87.0	0.04550105737089843	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ENG0096_000000004389	6860	0.5555051127262471	10	8	5	8	7	False	126450	maximal	True	ENG0096_000000004389	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4858.0	99.691	71.0	0.10078645390218091	NZ_JAAITU010000036.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_36_length_48191_cov_177.159, whole genome shotgun sequence	True	False
FIJ0162_000000008085	2780	0.5555039537004042	4	3	3	3	2	False	129050	fragment	False	FIJ0162_000000008085	1.0		0	0	False	False	0.9989208579063416	0					non-mobilizable	no_good_hit	1451.0	93.315	80.0	0.004036104587268559	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0308_000000008246	2058	0.5555039537004042	3	3	3	3	2	False	129047	fragment	False	ISR0308_000000008246	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	94.959	72.0	0.002376476232448384	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
FIJ0090_000000013866	3027	0.5555037128513892	4	4	4	4	4	False	43512	maximal	True	FIJ0090_000000013866	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2481.0	83.273	82.0	0.0011040320374567636	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0177_000000013073	2067	0.5555010275970016	6	3	1	3	2	False	55526	maximal	True	ENG0177_000000013073	1.0		2	2	False	False	0.9951620697975159	0					non-mobilizable	no_good_hit	347.0	83.86200000000001	16.0	0.0018078676704485208	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
MAD0101_000000021646	1340	0.5554997894394068	2	2	2	2	1	False	24590	fragment	False	MAD0101_000000021646	1.0		0	0	False	False	0.9917910695075989	0					non-mobilizable	other	1343.0	90.395	100.0	0.012083201732617425	NZ_KB291615.1	firmicutes	Clostridium celatum DSM 1785 Scfld22, whole genome shotgun sequence	False	False
ISR0121_000000007575	3154	0.5554987255435428	3	3	3	3	3	False	126367	maximal	False	SPA0066_000000003952	0.8138437280693789		0	0	False	False	1.0	0					non-mobilizable	other	3031.0	96.569	99.0	0.06893004115226338	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0012_000000003315	1892	0.55548438718872	2	2	2	1	1	False	75447	maximal	True	DEN0012_000000003315	1.0		7	5	False	False	0.9994714856147766	0					non-mobilizable	chromosome	1853.0	99.406	100.0	0.0007325288700227986	LR135169.1	firmicutes	Enterococcus faecium isolate E2079 genome assembly, chromosome: 1	False	False
MON0075_000000016329	1577	0.5554841074276009	3	3	3	3	2	False	122094	fragment	False	ISR0183_000000020096	0.7562750016349735		0	0	False	False	1.0	0					non-mobilizable	other	1577.0	97.71700000000001	100.0	0.0004902909329153832	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0021_000000003968	5419	0.5554815874935366	8	4	2	3	3	False	128904	maximal	True	ISR0021_000000003968	1.0	PS1059	28	4	False	True	1.0	0					non-mobilizable	no_good_hit	3936.0	98.171	73.0	0.11251536899894204	MK231935.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_9_c1 sequence	True	True
ISR0213_000000012833	2036	0.5554786035376897	3	2	2	2	2	False	102220	fragment	False	ISR0855_000000007730	0.7552516535127023		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	95.333	95.0	0.00028342565507244883	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0084_000000021582	1634	0.5554777138807443	3	3	3	3	3	False	122094	fragment	False	ISR0183_000000020096	0.7609013849285954		0	0	False	False	1.0	0					non-mobilizable	chromosome	1634.0	97.613	100.0	0.0005496582391346568	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0102_000000005359	6954	0.5554726581932816	7	7	5	5	6	False	15124	maximal	True	SPA0102_000000005359	1.0		0	0	False	False	0.9982743859291077	0		MOBP		MOBP	mobilizable	no_good_hit	5912.0	99.865	85.0	0.05833933735355948	CP008733.1	enterobacteria	Escherichia coli strain E17.16 plasmid pE17.16, complete sequence	True	True
FIJ0006_000000015279	2357	0.5554722321938668	4	3	3	3	2	False	51727	maximal	True	FIJ0006_000000015279	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	82.648	52.0	0.00014652067093492939	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0131_000000008864	3231	0.5554691110571519	4	3	2	2	2	False	31690	maximal	True	ISR0131_000000008864	1.0		31	7	False	False	0.9916434288024902	0					non-mobilizable	no_good_hit	131.0	78.626	4.0	0.0008013338330899174	NZ_PPEL01000001.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_001, whole genome shotgun sequence	True	False
ENG0095_000000013834	2011	0.5554681915167091	3	2	1	1	2	False	60961	maximal	True	ENG0095_000000013834	1.0		126	9	False	False	0.9870710968971252	0					non-mobilizable	no_good_hit	361.0	99.723	18.0	0.002539969238150338	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	True	False
ISR0215_000000018879	1573	0.5554679758851793	3	3	2	2	1	False	61979	fragment	False	ISR0215_000000018879	0.9599483204134367		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	98.601	100.0	0.00046862641885925076	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0197_000000016447	1556	0.5554678637800176	3	3	3	2	1	False	121112	fragment	False	ENG0200_000000010145	0.097880676597124		0	0	False	False	1.0	0					non-mobilizable	chromosome	1492.0	99.397	100.0	0.00046995962003559843	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0815_000000009464	3250	0.5554677423364459	4	3	2	2	2	False	96076	maximal	True	ISR0815_000000009464	1.0		9	4	False	False	0.9864615201950073	0					non-mobilizable	no_good_hit	824.0	96.723	25.0	0.0004917765037322965	NZ_LT632322.1	firmicutes	Murdochiella vaginalis strain Marseille-P2341T chromosome contig00001	True	False
SPA0052_000000006342	4755	0.5554611047495105	7	4	3	4	2	False	6540	maximal	True	SPA0052_000000006342	1.0		7	4	False	False	0.9997897148132324	0					non-mobilizable	no_good_hit	1241.0	71.233	26.0	0.0002161590247814945	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
SPA0042_000000021693	1557	0.5554608260840654	3	3	2	3	2	False	109647	fragment	False	AST0092_000000008678	0.9711656441717792		0	0	False	False	0.9980732202529907	0					non-mobilizable	no_good_hit	1056.0	99.148	68.0	0.043408492429229756	NZ_CYYA01000033.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
AST0108_000000022950	1252	0.5554607473921759	2	1	1	1	1	False	107110	fragment	False	AST0108_000000022950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000031022	1396	0.5554507840535042	2	2	1	2	1	False	47899	fragment	False	FIJ0036_000000031022	1.0		0	0	False	False	0.9871060252189636	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	0.00012252461979078922	NZ_NCXS01000003.1	b-proteobacteria	Denitratisoma oestradiolicum strain DSM 16959 scaffold_2, whole genome shotgun sequence	True	False
SPA0106_000000008604	4505	0.5554436185693998	4	4	4	3	3	False	4751	maximal	True	SPA0106_000000008604	1.0		2	2	False	False	0.9984461665153503	0					non-mobilizable	no_good_hit	1738.0	78.711	55.0	0.00073238052399511	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
FIJ0005_000000028840	1279	0.5554418442843629	2	2	2	1	2	False	51854	fragment	False	FIJ0005_000000028840	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1279.0	99.375	100.0	0.008137069508910664	CP052270.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 plasmid pE16K0268-2, complete sequence	False	True
ISR0343_000000003603	4086	0.5554418026732092	4	3	3	2	2	False	64787	maximal	True	ISR0343_000000003603	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	84.545	8.0	0.008193612017297625	NZ_CABJDZ010000011.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0089_000000004436	1912	0.5554389516827533	3	3	2	2	3	False	83880	maximal	True	CHI0089_000000004436	0.9989373007438895		181	10	False	False	1.0	0					non-mobilizable	other	1912.0	99.425	100.0	0.051923703945223346	NZ_QRUU01000035.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf35, whole genome shotgun sequence	False	False
DEN0078_000000023492	1464	0.5554367217137385	2	2	2	2	2	False	103312	maximal	False	MON0063_000000020399	0.9641207160304489		0	0	False	False	0.9972677826881409	0					non-mobilizable	other	1479.0	88.16799999999999	100.0	0.010185537090142695	NZ_FNRI01000009.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
MON0060_000000022212	1849	0.5554366218021772	2	2	2	2	1	False	10889	maximal	True	MON0060_000000022212	1.0		107	13	False	False	0.9994591474533081	0					non-mobilizable	other	1227.0	84.352	96.0	0.00037953993537865954	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0146_000000019713	1112	0.5554362155971788	2	2	2	2	1	False	57376	fragment	False	ENG0146_000000019713	0.99096657633243		0	0	False	False	0.9883093237876892	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000014903	1107	0.5554362155971788	2	2	2	2	1	False	57376	fragment	False	ENG0146_000000019713	0.9887589928057554		0	0	False	False	0.9900632500648499	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000005788	4974	0.5554335623110068	6	6	6	6	3	False	92162	fragment	False	USA0019_01_000000005788	1.0		0	0	False	False	0.9995979070663452	0					non-mobilizable	no_good_hit	2134.0	79.335	71.0	0.004847640685474204	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
CHI0119_000000007740	1594	0.5554316674851493	3	3	2	2	2	False	81927	fragment	False	DEN0021_000000022813	0.9723258706467661		0	0	False	False	0.999372661113739	0					non-mobilizable	no_good_hit	609.0	77.833	38.0	0.0002639165567745013	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0134_000000015689	1693	0.5554305149044216	2	2	2	2	2	False	3665	maximal	True	SPA0134_000000015689	1.0		126	8	False	False	0.9982280135154724	0					non-mobilizable	chromosome	1694.0	98.70100000000001	100.0	0.00048155828049845404	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0143_000000005216	3623	0.5554234829692128	4	4	3	4	4	False	79943	fragment	False	CHI0143_000000005216	1.0		0	0	False	False	0.9994479417800903	0					non-mobilizable	plasmid	2054.0	99.854	100.0	0.021698920867111286	AP023236.1	enterobacteria	Escherichia coli YJ6 plasmid pYJ6-NDM5 DNA, complete genome	False	True
CHI0047_000000011821	1316	0.5554202947184407	2	2	2	2	2	False	86954	fragment	False	CHI0047_000000011821	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	97.995	99.0	0.046305559525510936	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	False	False
TAN0009_000000029748	1449	0.5554174320168169	2	1	1	1	1	False	2666	maximal	True	TAN0009_000000029748	1.0		502	14	False	False	0.9979296326637268	0					non-mobilizable	other	1449.0	99.17200000000001	100.0	0.004102308398399873	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0089_000000025673	1139	0.5554167262346686	2	2	2	1	1	False	86049	fragment	False	CHI0056_000000016747	0.7000005120013107		0	0	False	False	0.9991220235824585	0					non-mobilizable	other	1139.0	98.859	100.0	0.00595496622205012	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0029_000000016485	1952	0.5554145697201402	3	3	3	2	2	True	72804	maximal	True	FIJ0029_000000016485	1.0		349	14	False	False	1.0	0					non-mobilizable	other	1562.0	85.46700000000001	95.0	0.0004806468853770729	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0008_000000004915	5463	0.5554144145582219	6	2	0	2	0	True	13876	fragment	False	MON0008_000000004915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	100.0	1.0	0.012558575445173383	NZ_WHZW01000039.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence39, whole genome shotgun sequence	True	True
FIJ0170_000000004011	4076	0.5554144145582219	3	2	0	2	0	True	121198	fragment	False	FIJ0170_000000004011	1.0		0	0	False	False	0.9965652823448181	0					non-mobilizable	no_good_hit	1187.0	97.557	29.0	0.9991575400168492	KX125180.1	bacteria	Uncultured bacterium clone AmoxConc_Mom_CZ_3 genomic sequence	True	True
MAD0063_000000004641	2537	0.5554144145582219	3	2	0	2	0	True	16718	maximal	True	MAD0063_000000004641	1.0		1	1	False	False	0.9952700138092041	0					non-mobilizable	no_good_hit	136.0	86.029	9.0	5.7398843369153155e-05	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ENG0157_000000010058	2492	0.5554144145582219	3	2	0	2	0	True	56635	maximal	True	ENG0157_000000010058	1.0		11	3	False	False	0.9995987415313721	0					non-mobilizable	no_good_hit	47.0	100.0	2.0	0.001081462325143999	NZ_SPFY01000017.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_17_length_42535_cov_15.4497, whole genome shotgun sequence	True	True
ENG0077_000000008804	2301	0.5554144145582219	3	2	0	2	0	True	62015	maximal	True	ENG0077_000000008804	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	82.069	12.0	0.0018930494206731738	NZ_SPFY01000003.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_3_length_148966_cov_20.1561, whole genome shotgun sequence	True	True
MON0080_000000023650	2218	0.5554144145582219	2	2	0	2	0	True	107412	maximal	True	MON0080_000000023650	1.0		3	2	False	False	0.999549150466919	0					non-mobilizable	other	2219.0	95.854	100.0	0.0008069084477667943	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	True
MON0031_000000015929	2049	0.5554144145582219	2	2	0	2	0	True	12459	maximal	True	MON0031_000000015929	1.0		3	2	False	False	0.9970717430114746	0					non-mobilizable	no_good_hit								True	True
AST0106_000000011762	1682	0.5554144145582219	2	2	0	2	0	True	107411	fragment	False	AST0106_000000011762	1.0		0	0	False	False	0.9994054436683655	0					non-mobilizable	other	1683.0	95.009	99.0	0.0006120118249427605	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	True
FIJ0162_000000014550	1558	0.5554144145582219	2	2	0	2	0	True	39218	fragment	False	FIJ0162_000000014550	1.0		0	0	False	False	0.9955070614814758	0					non-mobilizable	no_good_hit								True	True
FIJ0002_000000031950	1217	0.5554144145582219	2	2	0	2	0	True	52288	fragment	False	FIJ0002_000000031950	1.0		0	0	False	False	0.9991782903671265	0					non-mobilizable	no_good_hit								True	True
MAD0002_000000005870	5038	0.5554105717402926	5	3	2	3	1	False	100167	fragment	False	MAD0055_000000001267	0.9717127185901415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.94	64.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0062_000000018179	1616	0.5554077777651867	2	1	1	1	1	False	45707	fragment	False	FIJ0062_000000018179	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1030.0	99.223	100.0	0.0027692332534050264	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
MON0093_000000028362	1606	0.5554073831457315	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.13603370948802304		0	0	False	False	1.0	0					non-mobilizable	chromosome	1593.0	82.863	99.0	0.0005517732731204504	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0072_000000018740	1571	0.5554069740636403	3	2	2	2	2	False	41716	fragment	False	ISR0072_000000018740	0.9789888378200919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	74.935	79.0	0.00029507183446159487	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
FIJ0115_000000015482	1523	0.5554069740636403	3	2	2	2	2	False	41716	fragment	False	ISR0072_000000018740	0.9643539147040101		0	0	False	False	0.9960604310035706	0					non-mobilizable	no_good_hit	573.0	76.789	37.0	0.00021819785653607408	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
USA0035_01_000000019666	1322	0.5554039582838749	2	2	1	1	2	False	72831	fragment	False	DEN0045_000000031360	0.9458740380166487		0	0	False	False	0.9947050213813782	0					non-mobilizable	other	1313.0	96.344	99.0	0.0035880944235374616	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0089_01_000000005673	1284	0.5554039582838749	2	2	1	1	2	False	72831	fragment	False	DEN0045_000000031360	0.9322984956652448		0	0	False	False	0.9291277527809143	0					non-mobilizable	chromosome	1258.0	98.80799999999999	98.0	0.0002797468613603932	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0175_000000016012	1251	0.5554039582838749	3	2	1	1	2	False	72064	fragment	False	FIJ0108_000000018447	0.9564874476797239		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	99.6	100.0	0.0013916753321650682	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0305_000000015205	1251	0.5554039582838749	2	2	1	1	2	False	72831	fragment	False	DEN0045_000000031360	0.9290148083227189		0	0	False	False	0.9920064210891724	0					non-mobilizable	chromosome	1252.0	97.524	100.0	0.0002784115541462624	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0048_000000004433	4656	0.5553909232359483	11	4	2	4	1	False	6635	maximal	True	SPA0048_000000004433	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0775_000000003904	4521	0.5553867655793759	4	4	4	4	4	False	88062	maximal	True	ISR0775_000000003904	1.0		903	15	False	False	0.9960185885429382	0					non-mobilizable	other	4527.0	98.65299999999999	100.0	0.0013524861799171348	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0087_000000013490	2391	0.5553866045108424	4	4	2	3	1	False	96640	maximal	True	FIJ0087_000000013490	0.976734166307626		275	13	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	82.81200000000001	10.0	0.3059250302297461	GQ879457.1		Uncultured organism clone VC1C825TR genomic sequence	True	False
CHI0186_000000006039	3204	0.5553853646933941	6	4	3	3	3	False	77161	maximal	True	CHI0186_000000006039	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	89.443	52.0	0.011619139018371263	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	True	False
TAN0018_000000003045	2994	0.5553839347098787	5	5	2	1	4	False	116063	maximal	True	TAN0018_000000003045	1.0		1152	15	False	False	1.0	0					non-mobilizable	chromosome	2995.0	96.962	100.0	0.0009608309108425627	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0003_000000007013	2589	0.5553813882627773	4	4	4	4	4	False	47461	fragment	False	SPA0003_000000007013	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1286.0	89.425	96.0	0.03517477724468814	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
DEN0064_000000029424	1453	0.5553785594751312	2	2	2	2	2	False	71218	maximal	True	DEN0064_000000029424	1.0		396	15	False	False	0.9958705902099609	0					non-mobilizable	other	1450.0	98.13799999999999	99.0	0.010153173479826786	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	False	False
ENG0112_000000016468	1679	0.5553758670223932	3	3	3	3	1	False	59666	maximal	True	ENG0112_000000016468	1.0		4	1	False	False	0.9934484958648682	0					non-mobilizable	no_good_hit	1332.0	98.874	79.0	0.0007371735403991593	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	False
MAD0001_000000017662	1463	0.5553753764141114	2	2	1	2	1	True	122078	fragment	False	MON0007_000000042982	0.9184551091332328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1041.0	75.696	70.0	0.0004305005669445149	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MON0053_000000027994	1449	0.5553753764141114	2	2	1	2	1	True	122078	fragment	False	MON0007_000000042982	0.9220620531853353		0	0	False	False	0.9924085736274719	0					non-mobilizable	no_good_hit	991.0	74.369	68.0	0.0004112181656987041	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MAD0088_000000018399	1438	0.5553753764141114	2	2	1	2	1	True	122078	fragment	False	MON0007_000000042982	0.7493887323785305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	76.3	69.0	0.00041499080942071053	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0067_000000017727	1706	0.5553750410803056	2	2	2	2	2	False	110604	maximal	False	FIJ0051_000000010587	0.3172119487908962		0	0	False	False	0.9976553320884705	0					non-mobilizable	chromosome	1706.0	97.304	100.0	0.0005942978083830499	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0015_000000006125	5567	0.5553715368098368	4	4	4	4	2	True	13436	maximal	True	MON0015_000000006125	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.00033503924147115733	NZ_KB894697.1	firmicutes	Bacillus fordii DSM 16014 = CIP 108821 strain DSM 16014 C509DRAFT_scaffold00013.13, whole genome shotgun sequence	True	True
USA0026_01_000000025510	1277	0.5553661604099632	3	1	1	1	1	True	1611	maximal	True	USA0026_01_000000025510	1.0		5	2	False	False	0.9788566827774048	0					non-mobilizable	no_good_hit	115.0	80.0	9.0	2.71905802205132e-05	CP045508.1	d-proteobacteria	Desulfovibrio sp. DSM 107105 chromosome, complete genome	True	True
CAN0018_000000022303	1531	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7322305033600142		0	0	False	False	0.998040497303009	0					non-mobilizable	other	1531.0	99.54299999999999	100.0	0.0002560178844388816	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
CHI0143_000000012756	1527	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7090905093410862		0	0	False	False	0.9993451237678528	0					non-mobilizable	other	1527.0	100.0	100.0	0.0033648651628409515	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	True
USA0093_01_000000011100	1519	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7075541321089022		0	0	False	False	1.0	0					non-mobilizable	chromosome	1519.0	100.0	100.0	0.0002144179548340867	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ENG0209_000000011991	1515	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7077382662852999		0	0	False	False	0.9973597526550293	0					non-mobilizable	other	1515.0	100.0	100.0	0.003338404886331062	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	True
USA0038_01_000000009475	1515	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7077382662852999		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	100.0	100.0	0.003338404886331062	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	True
CHI0122_000000009441	1515	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7077382662852999		0	0	False	False	0.9993399381637573	0					non-mobilizable	other	1515.0	100.0	100.0	0.003338404886331062	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	True
USA0047_01_000000023993	1515	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7303921655855947		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	99.538	100.0	0.00025334057322906324	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
USA0106_01_000000005755	1515	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7295200367350934		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	99.736	100.0	0.00025334057322906324	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
USA0009_01_000000016770	1515	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7305206832757671		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	100.0	100.0	0.00025334057322906324	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
USA0016_01_000000009586	1515	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.7076034011583897		0	0	False	False	0.9953795671463013	0					non-mobilizable	other	1515.0	99.934	100.0	0.003338404886331062	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	True
USA0018_01_000000014614	1512	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.729538455477965		0	0	False	False	0.9993386268615723	0					non-mobilizable	other	1512.0	99.735	100.0	0.0002528385773772223	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
ISR0395_000000025838	1496	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.6297553853454373		0	0	False	False	0.9926470518112183	0					non-mobilizable	other	1496.0	100.0	100.0	0.0032965094485237372	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	True
ISR0033_000000022537	1407	0.5553660155100519	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.6813942295956977		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	98.65	100.0	0.00023526872256278924	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
ISR0222_000000024020	2045	0.5553618170285924	3	3	2	3	3	False	60421	fragment	False	ISR0222_000000024020	1.0		0	0	False	False	0.9995110034942627	0					non-mobilizable	no_good_hit	643.0	82.271	34.0	0.00029848101147752766	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MAD0087_000000001548	13198	0.5553566737557101	19	5	2	5	2	False	16922	maximal	True	MAD0087_000000001548	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0004241812570392148	NZ_CABIWU010000004.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0006_000000010608	3245	0.5553532313591149	2	2	2	2	1	False	80241	maximal	True	FIJ0006_000000010608	0.996038296467481		332	12	False	False	0.9885978698730469	0					non-mobilizable	chromosome	3246.0	98.552	100.0	0.0011026474752770805	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0053_000000006614	3029	0.5553532313591149	2	2	2	2	1	False	80241	maximal	False	FIJ0006_000000010608	0.963020030816641		0	0	False	False	1.0	0					non-mobilizable	chromosome	3030.0	99.37299999999999	100.0	0.0010292509098965414	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0836_000000014454	1398	0.5553496181911118	2	2	2	2	1	False	20915	maximal	True	ISR0836_000000014454	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	99.355	89.0	0.012546454284933116	NZ_JAANXY010000008.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_8, whole genome shotgun sequence	True	False
FIJ0098_000000016439	1453	0.5553490311769095	2	2	2	2	1	False	44415	fragment	False	FIJ0098_000000016439	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	87.124	98.0	0.027902244310955445	NZ_QRYH01000019.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf19, whole genome shotgun sequence	False	False
AST0040_000000010607	1889	0.5553454628653199	3	2	1	2	0	False	116072	maximal	True	AST0040_000000010607	1.0		0	0	False	False	0.9888830184936523	0					non-mobilizable	no_good_hit	1282.0	99.92200000000001	68.0	0.00023467680460692	CP052309.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 chromosome, complete genome	True	False
MON0104_000000022646	2009	0.5553422592715637	4	3	2	2	0	False	91564	fragment	False	ENG0119_000000015020	0.9664553127320065		0	0	False	False	1.0	0					non-mobilizable	other	2013.0	94.78399999999999	100.0	0.0039737038957338095	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
MON0037_000000036456	1976	0.5553422592715637	4	3	2	2	0	False	91564	fragment	False	ENG0119_000000015020	0.9616302363969309		0	0	False	False	1.0	0					non-mobilizable	other	1980.0	94.949	100.0	0.003908399001033004	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
DEN0051_000000027932	1696	0.5553416187725436	2	2	2	2	2	False	123352	fragment	False	ISR0387_000000012205	0.4389306766588041		0	0	False	False	1.0	0					non-mobilizable	chromosome	1696.0	99.057	100.0	0.000671931917241773	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0165_000000001190	12750	0.5553394560016005	22	7	5	7	3	False	108297	fragment	False	ISR0165_000000001190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.2691206625535071e-05	NZ_PJND01000007.1	CFB group bacteria	Flavobacterium lindanitolerans strain IP-10 Ga0138997_101, whole genome shotgun sequence	True	False
CHI0052_000000006524	2495	0.5553384561111999	3	2	1	1	2	False	86495	maximal	True	CHI0052_000000006524	1.0		6	4	False	False	0.9979959726333618	0					non-mobilizable	other	2493.0	98.63600000000001	99.0	0.0012048443251203756	NZ_CABKSO010000001.1	firmicutes	Veillonella atypica isolate MGYG-HGUT-01444, whole genome shotgun sequence	False	False
ISR0805_000000003523	3328	0.5553346885505573	5	2	2	2	2	False	107209	fragment	False	ISR0209_000000008721	0.9881551673082618		0	0	False	False	0.996995210647583	0					non-mobilizable	no_good_hit	203.0	80.788	6.0	4.785120439557797e-05	NC_017910.1	enterobacteria	Shimwellia blattae DSM 4481 = NBRC 105725, complete sequence	True	False
ISR0080_000000003389	7905	0.5553345396950449	9	4	3	4	2	False	101876	maximal	True	ISR0080_000000003389	1.0		22	3	False	False	0.9994940161705017	0					non-mobilizable	no_good_hit	735.0	79.184	9.0	0.0002618404734191972	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
AST0118_000000012735	2388	0.5553316791165284	3	3	3	3	3	False	105914	maximal	True	AST0118_000000012735	1.0		149	12	False	False	0.9920435547828674	0					non-mobilizable	no_good_hit	1354.0	83.01299999999999	57.0	0.00037602077837987317	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0060_000000006474	2153	0.5553299203290654	3	2	2	2	2	False	45878	maximal	True	FIJ0060_000000006474	1.0		18	3	False	False	0.9939619302749634	0					non-mobilizable	other	1239.0	94.27	99.0	0.0005956493884795312	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0806_000000002874	3587	0.5553281138490441	7	6	4	4	5	False	125940	maximal	True	ISR0806_000000002874	1.0		142	13	False	False	1.0	0					non-mobilizable	chromosome	1662.0	99.51899999999999	96.0	0.0004648818301734337	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0054_000000007988	2163	0.5553274685526735	3	3	3	3	3	False	115882	maximal	False	FIJ0122_000000006376	0.5491401202161337		0	0	False	False	1.0	0					non-mobilizable	chromosome	2163.0	99.63	100.0	0.0007346452516329887	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0146_000000001819	18665	0.5553193875361807	46	2	1	2	1	False	31042	maximal	True	ISR0146_000000001819	1.0		2	1	False	False	0.9996785521507263	0					non-mobilizable	no_good_hit	365.0	90.137	2.0	0.0017791072205359806	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0126_000000002822	16095	0.5553193875361807	34	2	1	2	1	False	32017	maximal	True	ISR0126_000000002822	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	88.596	1.0	0.0005474176063187632	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ENG0038_000000002079	9535	0.5553193875361807	20	2	1	2	1	False	65116	maximal	True	ENG0038_000000002079	1.0		1	1	False	False	0.9995805025100708	0					non-mobilizable	no_good_hit	180.0	90.556	2.0	5.215580756382274e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
ISR0343_000000003971	3799	0.5553193875361807	9	2	1	2	1	False	27886	fragment	False	ISR0343_000000003971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	81.48100000000001	3.0	0.010476565576998819	NZ_LNAM01000203.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf75, whole genome shotgun sequence	True	False
ISR0222_000000021387	2377	0.5553193875361807	4	2	1	2	1	False	27885	fragment	False	ISR0222_000000021387	1.0		0	0	False	False	0.9903239607810974	0					non-mobilizable	no_good_hit	122.0	81.96700000000001	5.0	0.009452540370224497	NZ_LNAM01000203.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf75, whole genome shotgun sequence	True	False
ENG0141_000000018418	1440	0.5553190967375893	1	1	1	1	1	False	102577	fragment	False	ISR0333_000000015602	0.7026238624177451		0	0	False	False	0.9993055462837219	0					non-mobilizable	no_good_hit	1212.0	97.855	84.0	0.004645399864972688	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0036_000000037315	1190	0.5553162382867292	1	1	1	1	1	False	107609	fragment	False	FIJ0036_000000037315	1.0		0	0	False	False	0.9983193278312683	0					non-mobilizable	no_good_hit								True	False
MON0022_000000019064	1624	0.5553138255181278	2	2	2	2	2	False	115881	fragment	False	CAN0020_000000021540	0.9639326533156924		0	0	False	False	1.0	0					non-mobilizable	chromosome	1624.0	98.03	100.0	0.00045424636386001373	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0296_000000012544	2090	0.5553117222955966	2	2	2	2	2	False	126082	maximal	True	ISR0296_000000012544	0.9441056910569106		60	10	False	False	0.9956938028335571	0					non-mobilizable	other	2084.0	80.278	99.0	0.0010339689809305721	NZ_LT635494.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	False	False
MAD0102_000000020813	1117	0.5553113035560361	1	1	1	1	1	False	14949	maximal	True	MAD0102_000000020813	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	4.0	2.4175444655499915e-05	NZ_CP015247.1	firmicutes	Leuconostoc suionicum strain DSM 20241 chromosome, complete genome	True	False
SPA0023_000000019635	1442	0.5553102702495304	1	1	1	1	1	False	7608	maximal	True	SPA0023_000000019635	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0136_000000005537	4702	0.5553076851250439	8	1	1	1	1	False	75730	maximal	True	FIJ0136_000000005537	1.0		9	4	False	False	1.0	0					non-mobilizable	other	4704.0	96.98100000000001	99.0	0.425122083559414	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
MON0004_000000010205	3548	0.5553076851250439	5	1	1	1	1	False	45318	fragment	False	MON0004_000000010205	0.9775232018561485		0	0	False	False	0.9997181296348572	0					non-mobilizable	other	3451.0	97.82700000000001	97.0	0.31199131850244166	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
MON0093_000000011946	3448	0.5553076851250439	4	1	1	1	1	False	45318	fragment	False	MON0004_000000010205	0.9640642615558062		0	0	False	False	1.0	0					non-mobilizable	other	3388.0	98.081	98.0	0.3062940857297884	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
MON0063_000000008644	3297	0.5553076851250439	7	1	1	1	1	False	41670	fragment	False	MON0063_000000008644	1.0		0	0	False	False	0.9924173355102539	0					non-mobilizable	other	2174.0	97.33200000000001	100.0	0.19650931452342196	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
DEN0011_000000014525	2932	0.5553076851250439	7	1	1	1	1	False	75729	fragment	False	DEN0011_000000014525	1.0		0	0	False	False	0.9996589422225952	0					non-mobilizable	other	1927.0	98.91	100.0	0.1741725447639718	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
MON0033_000000023375	2756	0.5553076851250439	4	1	1	1	1	False	38561	fragment	False	MON0033_000000023375	1.0		0	0	False	False	0.9822205901145935	0					non-mobilizable	other	2747.0	97.961	99.0	0.24832700307469704	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
FIJ0116_000000008929	1993	0.5553076851250439	5	1	1	1	1	False	41669	fragment	False	FIJ0116_000000008929	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	95.495	100.0	0.10227889310906131	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
MON0101_000000032429	1983	0.5553076851250439	7	1	1	1	1	False	22325	fragment	False	MON0101_000000032429	1.0		0	0	False	False	0.9909228682518005	0					non-mobilizable	other	1304.0	97.009	100.0	0.1178332429010671	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
FIJ0066_000000017613	1860	0.5553076851250439	4	1	1	1	1	False	45317	fragment	False	FIJ0066_000000017613	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1860.0	97.68799999999999	100.0	0.16811358292638814	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
MAD0098_000000025912	1739	0.5553076851250439	3	1	1	1	1	False	15301	fragment	False	MAD0098_000000025912	1.0		0	0	False	False	0.999424934387207	0					non-mobilizable	no_good_hit	43.0	93.023	2.0	0.0007207207207207207	NZ_FNVR01000026.1	CFB group bacteria	Algoriphagus boritolerans DSM 17298 = JCM 18970 strain DSM 17298, whole genome shotgun sequence	True	False
ISR0797_000000006732	1674	0.5553076851250439	4	1	1	1	1	False	22324	fragment	False	ISR0797_000000006732	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	98.023	100.0	0.12796165671911738	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
ISR0004_000000011540	1672	0.5553076851250439	4	1	1	1	1	False	38560	fragment	False	ISR0004_000000011540	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	98.505	100.0	0.15111231687466087	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
FIJ0123_000000020898	1604	0.5553076851250439	4	1	1	1	1	False	41313	fragment	False	FIJ0123_000000020898	1.0		0	0	False	False	0.9794264435768127	0					non-mobilizable	other	1604.0	98.441	100.0	0.14496292277084463	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
MON0039_000000035725	1384	0.5553076851250439	4	1	1	1	1	False	11909	fragment	False	MON0039_000000035725	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	98.46600000000001	100.0	0.1178332429010671	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
MON0027_000000035565	1172	0.5553076851250439	3	1	1	1	1	False	12616	fragment	False	MON0027_000000035565	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	98.464	100.0	0.10589618375836499	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	False	False
MAD0022_000000003638	3027	0.5553022317125289	4	3	3	1	2	False	19297	maximal	False	MAD0061_000000005164	0.948303203298446		0	0	False	False	1.0	0					non-mobilizable	chromosome	3027.0	99.17399999999999	100.0	0.0005680911499058501	CP056556.1	enterobacteria	Escherichia coli strain RHBSTW-00410 chromosome, complete genome	False	False
MON0110_000000006152	2336	0.5552980999032943	4	3	3	3	3	False	35219	maximal	True	MON0110_000000006152	1.0		653	14	False	False	1.0	0					non-mobilizable	chromosome	2336.0	99.101	100.0	0.0008239566362384951	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0206_000000000873	18530	0.5552929773557537	15	13	7	9	8	True	76563	maximal	True	ENG0206_000000000873	1.0		6	3	False	False	1.0	0					non-mobilizable	other	14430.0	99.56299999999999	100.0	0.0049017925788871625	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
FIJ0023_000000018158	1835	0.555292632109126	2	2	2	2	1	True	49348	maximal	True	FIJ0023_000000018158	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	69.67	43.0	0.0001343641368147731	NZ_CP014263.1	CFB group bacteria	Spirosoma montaniterrae strain DY10, complete genome	True	True
USA0066_01_000000005893	3444	0.5552914326018645	4	2	2	2	2	False	832	maximal	True	USA0066_01_000000005893	1.0		276	12	False	False	0.9956446290016174	0					non-mobilizable	no_good_hit								True	False
MON0033_000000019867	3313	0.5552880043908601	5	5	4	4	4	False	70070	maximal	True	MON0033_000000019867	0.98563011520353		31	7	True	True	1.0	11					non-mobilizable	no_good_hit	2658.0	97.78	83.0	0.0007934346422413961	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MON0017_000000013548	1453	0.5552852098891877	1	1	1	1	1	False	13295	maximal	True	MON0017_000000013548	1.0		18	6	False	False	0.9669649004936218	0					non-mobilizable	no_good_hit	114.0	82.456	8.0	0.0013928125615925366	NZ_LDAQ01000008.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_8, whole genome shotgun sequence	True	False
ENG0179_000000018004	1844	0.5552843132604368	3	3	3	3	2	False	55384	fragment	False	SPA0020_000000013554	0.3197666124202856		0	0	False	False	0.9896963238716125	0					non-mobilizable	other	1838.0	85.20100000000001	99.0	0.005637023626935998	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
MON0081_000000029283	1851	0.555271008278178	2	2	2	2	2	False	9979	maximal	True	MON0081_000000029283	1.0		174	11	False	False	0.9962182641029358	0					non-mobilizable	other	1797.0	99.33200000000001	97.0	0.003787183495897394	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
SPA0014_000000005302	3911	0.5552704961744063	6	4	3	3	3	False	7952	maximal	True	SPA0014_000000005302	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3376.0	89.366	86.0	0.005021447640759517	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
ISR0079_000000004888	5732	0.5552688172919503	5	4	3	4	3	False	34392	maximal	True	ISR0079_000000004888	1.0		316	11	False	False	0.998778760433197	0					non-mobilizable	chromosome	5732.0	99.26700000000001	100.0	0.0011147079401010297	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
SPA0098_000000017218	2123	0.555267198943165	3	2	2	2	2	False	38484	fragment	False	SPA0098_000000017218	1.0		0	0	False	False	0.9981158971786499	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000012193	2764	0.555266977372702	3	1	1	1	1	False	37869	maximal	True	ISR0017_000000012193	1.0		40	8	False	False	1.0	0					non-mobilizable	other	1470.0	100.0	100.0	0.01804712646502371	NZ_JAAITU010000015.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_15_length_81398_cov_163.319, whole genome shotgun sequence	False	False
MAD0099_000000021428	1471	0.555266977372702	2	1	1	1	1	False	15207	maximal	True	MAD0099_000000021428	1.0		0	0	False	False	0.9721277952194214	0					non-mobilizable	no_good_hit	870.0	97.586	59.0	0.01198299188248937	NZ_CABJDZ010000010.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0021_000000016895	2920	0.5552658078650043	3	2	1	2	1	False	123110	maximal	True	FIJ0021_000000016895	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1843.0	96.365	63.0	0.000639591439688716	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0817_000000005145	2338	0.555265122673424	6	3	1	2	3	True	108953	fragment	False	ISR0817_000000005145	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1662.0	93.321	87.0	0.025587710450771975	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
ISR0092_000000010080	2592	0.5552642914928572	2	2	2	2	2	False	126313	backbone	True	ISR0092_000000010080	0.8687157544923134	PS954	6	3	False	True	0.9930555820465088	0					non-mobilizable	no_good_hit	217.0	89.40100000000001	8.0	0.08955223880597014	KU543873.1	bacteria	Uncultured bacterium clone CH_060502_Contig_16 genomic sequence	True	True
ISR0845_000000003978	2540	0.5552642914928572	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.8266360007961566	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	2.0224508554760747e-05	AP018827.1	a-proteobacteria	Asticcacaulis excentricus M6 DNA, chromosome 1, complete geonome	True	True
CHI0121_000000004802	1629	0.5552636365044273	2	2	2	1	1	False	81785	maximal	True	CHI0121_000000004802	1.0		481	12	False	False	1.0	0					non-mobilizable	other	1630.0	84.294	100.0	0.0034157798103464938	NZ_DS499672.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_11, whole genome shotgun sequence	False	False
ENG0023_000000003797	4538	0.5552569102184729	5	5	3	4	3	False	66284	maximal	True	ENG0023_000000003797	1.0		4	3	False	False	0.9955927729606628	0					non-mobilizable	no_good_hit	2022.0	83.185	85.0	0.0005612241901887273	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0020_01_000000008249	4230	0.5552566698176032	2	2	1	2	2	False	59193	maximal	True	USA0020_01_000000008249	0.9912515188335358		371	12	False	False	0.9997636079788208	0					non-mobilizable	chromosome	4230.0	99.905	100.0	0.000650672043134833	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
AST0010_000000006915	3938	0.5552565202355522	4	3	2	2	2	False	126437	maximal	True	AST0010_000000006915	1.0		2	2	False	False	0.997460663318634	0					non-mobilizable	no_good_hit	60.0	90.0	1.0	0.0007528131438533467	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
ISR0074_000000009783	2954	0.5552561908747461	4	1	1	1	1	False	34727	maximal	True	ISR0074_000000009783	1.0		16	5	False	False	0.9996615052223206	0					non-mobilizable	no_good_hit	66.0	93.939	6.0	2.0074860409144476e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0392_000000023093	1510	0.5552549401998492	3	2	2	2	2	False	22801	maximal	False	MAD0012_000000018678	0.9721352536005009		0	0	False	False	0.9993377327919006	0					non-mobilizable	other	1535.0	80.65100000000001	100.0	0.000485105246328161	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0026_000000007075	4148	0.5552525565767049	4	3	3	3	2	False	92060	maximal	True	DEN0026_000000007075	0.9862962031682172		12	5	False	False	0.9949373006820679	0					non-mobilizable	no_good_hit	56.0	87.5	1.0	1.5035374134782562e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ISR0845_000000003433	2964	0.5552459951766109	7	2	1	2	2	True	71426	fragment	False	ISR0845_000000003433	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2964.0	99.52799999999999	100.0	0.0008348381363527632	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
FIJ0090_000000003348	9657	0.5552456562658077	5	4	3	4	2	True	120252	maximal	False	FIJ0033_000000002984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	1.0	0.0003921800772520756	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
FIJ0033_000000002984	9657	0.5552456562658077	5	4	3	4	2	True	120252	maximal	True	FIJ0033_000000002984	1.0		2	1	False	False	0.9997928738594055	0					non-mobilizable	no_good_hit	54.0	87.037	1.0	0.0003921800772520756	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
CAN0015_000000013275	2937	0.5552435361750714	5	4	4	3	3	False	93296	maximal	False	SPA0022_000000004384	0.9631965580579354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	75.0	15.0	0.0008173333041428582	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
AST0002_000000016125	2279	0.5552426682509797	2	2	2	2	2	False	131890	maximal	True	AST0002_000000016125	1.0		53	8	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	93.527	55.0	0.004080632991897988	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
CHI0141_000000019676	1407	0.5552418958676858	3	3	2	3	2	False	80073	fragment	False	CHI0141_000000019676	0.9988540870893812		0	0	False	False	0.9900497794151306	0					non-mobilizable	other	1427.0	74.492	100.0	0.006716360340205589	NZ_CZBD01000007.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
AST0150_000000010315	2693	0.5552410435014514	3	2	2	1	1	False	104162	maximal	True	AST0150_000000010315	1.0		14	4	False	False	0.9996286630630493	0					non-mobilizable	no_good_hit								True	False
SPA0089_000000005275	6794	0.5552379179970544	13	5	2	3	5	False	93106	maximal	True	SPA0089_000000005275	1.0		2	1	False	False	0.9998528361320496	0					non-mobilizable	no_good_hit	1430.0	92.16799999999999	32.0	0.0006263033346040937	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0060_000000022946	1187	0.5552371606408659	2	1	1	1	1	False	35391	maximal	True	ISR0060_000000022946	1.0		77	10	False	False	0.994945228099823	0					non-mobilizable	no_good_hit	103.0	83.495	9.0	0.006918722482353763	NZ_LDAQ01000011.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_11, whole genome shotgun sequence	True	False
ENG0055_000000001543	12103	0.5552371458683579	13	7	6	6	6	False	63690	maximal	True	ENG0055_000000001543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	99.87299999999999	37.0	0.0004976970087432662	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0016_000000004882	4630	0.5552361710470365	3	3	2	3	2	False	66822	maximal	True	ENG0016_000000004882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	70.735	28.0	0.02974003466204506	NZ_LMUA01000028.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00028, whole genome shotgun sequence	True	False
MAD0090_000000003851	3170	0.5552320447911753	2	2	2	2	2	False	28977	maximal	True	MAD0090_000000003851	1.0		4	2	False	False	0.9981072545051575	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	2.0	8.482933398369156e-05	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CAN0001_000000018047	2539	0.5552267196430346	3	3	3	3	2	False	97361	maximal	True	CAN0001_000000018047	0.9861111111111112		45	9	False	False	1.0	0					non-mobilizable	chromosome	2483.0	99.758	98.0	0.0006940500448671755	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0069_000000011741	2376	0.5552267196430346	3	3	3	3	2	False	97361	maximal	False	CAN0001_000000018047	0.9549035053170539		0	0	False	False	0.9991582632064819	0					non-mobilizable	chromosome	2359.0	99.958	99.0	0.0006593755059616438	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0147_000000000676	21771	0.5552262896998387	30	22	7	13	17	True	116736	fragment	False	CHI0147_000000000676	0.9756839089648377		0	0	False	False	1.0	0					non-mobilizable	other	21752.0	99.991	99.0	0.16544332970769218	KJ816753.1	CFB group bacteria	Bacteroides fragilis strain HMW 615 transposon CTnHyb, complete sequence	False	True
FIJ0009_000000029868	1444	0.5552260776766337	2	2	2	2	2	False	51189	maximal	False	MON0035_000000020223	0.4698126301179736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	74.119	83.0	0.0029371644812109477	NZ_AWEZ01000045.1	actinobacteria	Olsenella profusa F0195 contig00001, whole genome shotgun sequence	True	False
ISR0383_000000011652	1313	0.5552242867097527	2	2	2	1	2	False	74694	maximal	True	ISR0383_000000011652	0.9727488151658767		35	6	False	False	0.98781418800354	0					non-mobilizable	other	1207.0	99.006	92.0	0.013034174178068868	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0021_000000029666	1266	0.5552242867097527	2	2	2	1	2	False	74694	maximal	False	ISR0383_000000011652	0.9558263518659559		0	0	False	False	0.9684044122695923	0					non-mobilizable	other	1266.0	99.921	100.0	0.013671832782136913	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0115_000000002220	11254	0.5552240686414062	16	5	1	5	1	False	106858	fragment	False	SPA0115_000000002220	0.9331320892791803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0186_000000001807	10932	0.5552240686414062	17	5	1	5	1	False	106858	fragment	False	SPA0115_000000002220	0.9224275813044251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0007_000000008108	2142	0.5552227562747458	4	2	2	2	2	False	51588	maximal	True	FIJ0007_000000008108	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000015297	1170	0.5552199033111729	2	2	2	1	1	False	868	maximal	True	USA0062_01_000000015297	1.0		12	2	False	False	0.9991452693939209	0					non-mobilizable	no_good_hit	365.0	73.15100000000001	31.0	0.0022676596362901343	NZ_FNBY01000009.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ENG0065_000000002721	9437	0.5552134666218882	11	6	4	5	2	True	132439	fragment	False	ISR0167_000000003019	0.8070429608958383		0	0	False	False	0.9995761513710022	0					non-mobilizable	no_good_hit								True	True
ENG0024_000000002445	9863	0.5552100602004104	9	4	3	2	2	True	94528	fragment	False	ENG0024_000000002445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7343.0	97.37200000000001	74.0	0.17111188892777973	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	True	True
USA0053_01_000000006555	3232	0.5552084998381123	3	3	1	2	3	False	99486	maximal	True	USA0053_01_000000006555	1.0		40	8	False	False	1.0	0					non-mobilizable	other	3259.0	91.685	100.0	0.0019455053952582367	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
CHI0048_000000015994	1237	0.5551932477638948	2	1	1	1	1	False	95799	fragment	False	USA0009_01_000000020746	0.9620719856063097		0	0	False	False	0.9967663884162903	0					non-mobilizable	no_good_hit	531.0	96.045	43.0	0.9532374100719424	KU547875.1	bacteria	Uncultured bacterium clone PE_11F_a_Contig_15 genomic sequence	True	False
MON0007_000000004975	8205	0.5551897694828127	12	6	5	6	5	False	14004	maximal	True	MON0007_000000004975	1.0		2	1	False	False	0.9996343851089478	0					non-mobilizable	no_good_hit	1638.0	87.42399999999999	20.0	0.6359393232205367	KU546098.1	bacteria	Uncultured bacterium clone CH_03D_000_Contig_8 genomic sequence	True	False
FIJ0092_000000016148	2117	0.5551826450632174	3	3	1	2	3	True	68708	fragment	False	FIJ0092_000000016148	1.0		0	0	False	False	0.9707132577896118	0					non-mobilizable	no_good_hit	576.0	75.347	26.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
AST0026_000000009230	3258	0.555181940631037	2	2	1	2	0	True	119496	fragment	False	AST0026_000000009230	0.9541162048670954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	97.509	63.0	0.00021967736663279467	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
MON0033_000000020386	3212	0.555181940631037	2	2	1	2	0	True	119496	fragment	False	AST0026_000000009230	0.9204330962278877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	97.383	60.0	0.00018597455437674668	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0086_000000009860	3138	0.555181940631037	2	2	1	2	0	True	119496	fragment	False	AST0026_000000009230	0.9380889067361107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1059.0	95.37299999999999	60.0	0.00021460164189543804	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0112_000000010440	2576	0.555181940631037	2	2	1	2	0	True	46521	fragment	False	FIJ0112_000000010440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	92.771	51.0	0.00010090540777864967	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0152_000000019076	1434	0.5551815028269026	1	1	1	1	1	False	39694	maximal	True	FIJ0152_000000019076	1.0		1	1	False	False	0.9797768592834473	0					non-mobilizable	no_good_hit	1175.0	78.128	81.0	0.006023629171944883	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0317_000000004913	3497	0.5551735391017095	4	4	2	3	3	True	56497	maximal	True	ISR0317_000000004913	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	97.26	89.0	0.0003431546451188134	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
SPA0075_000000015516	1431	0.5551722336832883	2	1	1	1	1	False	5768	fragment	False	SPA0075_000000015516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	98.99	7.0	2.1810017830802332e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0269_000000006920	2505	0.5551691785197972	3	2	1	2	0	True	131263	fragment	False	SPA0132_000000014435	0.7122346688889771		0	0	False	True	0.9988024234771729	0					non-mobilizable	no_good_hit	570.0	90.87700000000001	76.0	0.0001983316439706483	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0296_000000007258	3487	0.5551654127407082	4	4	4	4	3	False	105086	fragment	False	ISR0296_000000007258	0.9904521555169601		0	0	False	False	0.9934040904045105	0					non-mobilizable	no_good_hit	1731.0	82.38	82.0	0.00038301061925317156	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0068_000000003593	3478	0.5551654127407082	4	4	4	4	3	False	105086	fragment	False	ISR0296_000000007258	0.9896946476341775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1731.0	82.322	52.0	0.00038301061925317156	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0268_000000002726	5587	0.5551569091309708	8	7	5	6	6	True	125724	fragment	False	ISR0268_000000002726	0.9898642365631393		0	0	False	False	0.9994630217552185	0					non-mobilizable	no_good_hit	1360.0	96.765	27.0	0.00045743144334598813	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CHI0180_000000002851	5377	0.5551569091309708	7	7	5	6	6	True	125724	fragment	False	ISR0268_000000002726	0.9714515840343655		0	0	False	False	0.9998140335083008	0					non-mobilizable	no_good_hit	1423.0	97.04799999999999	27.0	0.00047863687449447765	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0088_000000012043	2594	0.5551530821778519	3	3	3	2	1	True	128159	fragment	False	MAD0102_000000004786	0.1169529799700164		0	0	False	False	1.0	0					non-mobilizable	other	2594.0	100.0	100.0	0.003755233503692236	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
TAN0004_000000000412	5794	0.5551508483424523	4	3	3	3	3	False	2993	maximal	True	TAN0004_000000000412	0.9943353474320242		14	2	False	False	0.9987918734550476	0					non-mobilizable	no_good_hit	182.0	74.176	4.0	3.3051108517745434e-05	NZ_LT629797.1	g-proteobacteria	Pseudomonas sihuiensis strain KCTC 32246 chromosome I	True	False
FIJ0104_000000002737	8620	0.5551470057327889	9	8	8	8	7	False	52022	maximal	True	FIJ0104_000000002737	1.0	PS211	8	3	False	True	0.9959396719932556	0					non-mobilizable	no_good_hit	2018.0	88.70200000000001	51.0	0.0025244069900867178	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	True
ENG0051_000000002918	9148	0.5551445954209334	7	3	2	2	2	False	64099	fragment	False	ENG0051_000000002918	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.0011108737449262978	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0293_000000022792	1542	0.5551422413912157	2	2	2	2	2	True	87079	fragment	False	MON0032_000000016300	0.16354737025152352		0	0	False	False	1.0	0					non-mobilizable	chromosome	1514.0	93.92299999999999	99.0	0.0005335427982837707	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0033_000000020061	1571	0.5551420303089074	3	3	3	2	2	False	130804	fragment	False	SPA0033_000000020061	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1571.0	99.745	100.0	0.00024199695268805436	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0303_000000012187	1212	0.5551295506742093	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.05694082478270086		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	99.257	100.0	0.0004255850036636859	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0058_000000014699	3100	0.5551239853885386	3	3	1	2	3	False	91213	fragment	False	MON0058_000000014699	1.0		0	0	False	False	0.9996774196624756	0					non-mobilizable	no_good_hit								True	False
ISR0158_000000004069	4208	0.5551160710809568	8	8	3	3	6	False	30513	fragment	False	ISR0158_000000004069	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4208.0	99.311	100.0	0.0012195316383959696	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0156_000000008676	2099	0.5551102401501268	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8916981098501651		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	94.90799999999999	100.0	0.0005045761229576987	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0076_000000002072	2859	0.555109095284671	3	3	3	3	0	True	93947	maximal	True	DEN0076_000000002072	1.0		13	5	False	False	0.9972018003463745	0		MOBV			mobilizable	no_good_hit	1447.0	99.931	51.0	0.47332242225859245	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
ENG0158_000000006559	2767	0.5551089924073015	3	3	2	3	3	False	56579	maximal	True	ENG0158_000000006559	1.0		29	7	False	False	0.9974702000617981	0					non-mobilizable	no_good_hit	876.0	76.142	31.0	0.005826868412701628	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0099_000000007199	2960	0.5551086693478674	3	3	3	1	1	False	81685	maximal	True	ISR0099_000000007199	1.0		45	8	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	96.721	2.0	0.0004229790413884992	NZ_CYYA01000008.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0186_000000007139	2705	0.5551072730068559	3	3	1	3	1	False	129989	fragment	False	CHI0186_000000007139	0.9477386210514098		0	0	False	False	1.0	0					non-mobilizable	other	2706.0	95.41799999999999	100.0	0.0008684379161599441	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
TAN0009_000000031339	1383	0.555106616220125	1	1	1	1	1	False	2662	maximal	True	TAN0009_000000031339	1.0		17	6	False	False	0.963123619556427	0					non-mobilizable	no_good_hit	377.0	92.838	27.0	0.0001119197194465899	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0228_000000014496	1851	0.5551033416592388	3	2	2	1	1	False	27604	maximal	True	ISR0228_000000014496	1.0		9	4	False	False	0.9800108075141907	0					non-mobilizable	no_good_hit	114.0	86.84200000000001	6.0	2.9586369348310025e-05	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
MON0046_000000025385	1368	0.5551026063856899	3	3	2	1	2	False	11504	fragment	False	MON0046_000000025385	1.0		0	0	False	False	0.9736841917037964	0					non-mobilizable	no_good_hit	746.0	97.185	55.0	0.004226902389760116	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ETH0005_000000013443	3569	0.5550981544657959	4	4	4	4	4	False	52781	maximal	True	ETH0005_000000013443	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	76.596	5.0	0.0010787111142041895	NZ_QFBC01000015.1	a-proteobacteria	Rhizobium album strain NS-104 Scaffold15, whole genome shotgun sequence	True	False
ISR0380_000000007416	1591	0.5550972262975887	2	2	2	2	1	False	82718	maximal	True	ISR0380_000000007416	1.0		297	13	False	False	0.9836580753326416	0					non-mobilizable	other	1591.0	94.469	99.0	0.00490790336347555	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0089_000000012645	2238	0.5550965629749041	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2373827439446274		0	0	False	False	1.0	0					non-mobilizable	other	1682.0	96.79	97.0	0.0035149936119539056	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0054_01_000000002490	3732	0.5550874985369036	4	2	2	1	2	False	77597	maximal	True	USA0054_01_000000002490	1.0		12	5	False	False	0.9994640946388245	0					non-mobilizable	no_good_hit	1386.0	80.15899999999999	61.0	0.00039400009025552726	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
SPA0117_000000013636	2782	0.5550848417487021	3	3	3	3	3	False	86640	maximal	True	SPA0117_000000013636	1.0		11	5	False	False	0.9978432655334473	0					non-mobilizable	other	976.0	99.18	97.0	0.0002590799552628705	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
FIJ0013_000000008560	3154	0.5550833328196118	3	3	2	2	2	False	73620	fragment	False	FIJ0013_000000008560	1.0		0	0	False	False	0.998731791973114	0					non-mobilizable	other	3157.0	94.837	100.0	0.05318951087967268	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
MAD0002_000000008387	3860	0.5550784628385996	5	4	3	4	2	False	47348	maximal	True	MAD0002_000000008387	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	90.76899999999999	2.0	1.4116006709201383e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
SPA0094_000000002990	4965	0.5550743194657072	6	6	1	3	6	False	5242	maximal	True	SPA0094_000000002990	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3658.0	99.699	100.0	0.03466712169041322	CP024481.1	enterobacteria	Escherichia coli strain 2011C-4315 plasmid unnamed2, complete sequence	False	True
SPA0007_000000022794	1151	0.5550672744006898	2	2	2	2	2	False	23320	fragment	False	ISR0376_000000020543	0.9303953871499177		0	0	False	False	0.9930495023727417	0					non-mobilizable	other	1148.0	82.491	99.0	0.010843213758096897	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ENG0054_000000010542	2483	0.5550585812621499	4	4	4	2	2	False	63770	maximal	True	ENG0054_000000010542	1.0		36	10	False	False	0.9991945028305054	0					non-mobilizable	no_good_hit	431.0	74.71	17.0	0.003606462781304097	NZ_LT985084.1	euryarchaeotes	Methanobrevibacter oralis strain M2 CSUR P5920, whole genome shotgun sequence	True	False
MON0058_000000031294	1659	0.5550536986910878	4	3	1	2	0	False	11001	maximal	True	MON0058_000000031294	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	93.49600000000001	7.0	4.234466653045799e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0113_000000003261	4418	0.5550512275502685	5	3	3	2	2	False	108837	maximal	True	ISR0113_000000003261	1.0		209	9	False	False	0.9997736811637878	0					non-mobilizable	no_good_hit	1293.0	96.365	38.0	0.02787381158167675	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0017_000000019951	1668	0.5550480875649351	2	2	2	2	2	False	37844	maximal	True	ISR0017_000000019951	1.0		1	1	False	False	0.964628279209137	0					non-mobilizable	no_good_hit	1061.0	99.811	64.0	0.008159055396907255	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MON0067_000000003112	4958	0.5550467048578829	6	5	4	5	1	True	57418	maximal	True	MON0067_000000003112	1.0		7	2	False	False	1.0	0					non-mobilizable	chromosome	4538.0	95.262	100.0	0.0009591206097345444	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
MAD0062_000000009860	1464	0.5550420985000526	2	2	2	2	2	False	92321	fragment	False	ISR0102_000000010490	0.7895271291500846		0	0	False	False	0.9979507923126221	0					non-mobilizable	no_good_hit	1310.0	95.344	89.0	0.999236641221374	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
ISR0188_000000010055	2113	0.5550414482719908	5	3	3	1	1	False	29259	maximal	True	ISR0188_000000010055	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	86.556	57.0	0.0002814260891834586	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	True	False
ENG0120_000000002896	6870	0.5550391611721045	5	5	5	5	4	False	92614	maximal	True	ENG0120_000000002896	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	4752.0	91.12	94.0	0.0008827943219353291	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0095_000000009993	3141	0.5550371693363492	5	3	1	3	1	False	22246	fragment	False	MAD0095_000000009993	1.0		0	0	False	False	0.9993632435798645	0					non-mobilizable	no_good_hit	2638.0	99.469	87.0	0.13113775434058006	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	False
MAD0106_000000013332	1659	0.5550349470562149	2	2	2	2	2	False	107659	fragment	False	MON0083_000000021591	0.9186176142697882		0	0	False	False	0.9710668921470642	0					non-mobilizable	other	1618.0	97.775	97.0	0.002376617379308722	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
FIJ0122_000000002428	7323	0.5550333920883666	12	12	1	8	12	True	85504	fragment	False	FIJ0122_000000002428	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	7323.0	99.78200000000001	100.0	0.05052268414697257	KJ484628.1	enterobacteria	Escherichia coli plasmid pH2291-144, complete sequence	False	True
AST0026_000000020914	1229	0.5550329250610773	2	2	2	2	2	False	118979	fragment	False	AST0026_000000020914	0.9971303569767075		0	0	False	False	0.9959316253662109	0					non-mobilizable	chromosome	1229.0	99.105	100.0	0.00038706265151154586	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0849_000000023288	1149	0.5550329250610773	2	2	2	2	2	False	118979	fragment	False	AST0026_000000020914	0.9728718480795507		0	0	False	False	1.0	0					non-mobilizable	chromosome	1149.0	99.565	100.0	0.00036184684359548424	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0068_000000002944	7340	0.5550311798419608	7	7	5	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966343773424117	PS1159|PS463	0	0	True	True	1.0	320		MOBV			mobilizable	other	7085.0	99.929	100.0	0.6953960930597821	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0096_000000001659	8550	0.5550301576149642	9	9	4	7	8	False	15537	fragment	False	MAD0096_000000001659	1.0		0	0	False	False	0.9977777600288391	0					non-mobilizable	plasmid	7230.0	98.65799999999999	99.0	0.0793184037568988	CP044960.1	enterobacteria	Salmonella enterica subsp. enterica serovar 1,4,[5],12:i:- strain PNCS007087 plasmid pPNCS007087.3, complete sequence	False	True
USA0130_01_000000016950	2099	0.5550284089386951	2	2	2	2	1	False	90450	fragment	False	DEN0022_000000018299	0.9511585642889595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	85.19	36.0	0.6231404958677685	GQ873638.1		Uncultured organism clone 1041059765409 genomic sequence	True	False
FIJ0123_000000004725	7033	0.5550241850395284	11	4	4	3	2	False	41383	maximal	True	FIJ0123_000000004725	1.0		1	1	False	False	0.9997156262397766	0					non-mobilizable	no_good_hit	1235.0	80.972	17.0	0.0014342378436586701	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0312_000000005261	3078	0.5550199090109342	4	2	2	1	2	False	122145	maximal	True	ISR0312_000000005261	1.0		1	1	False	False	0.9957764744758606	0					non-mobilizable	no_good_hit	2451.0	95.634	80.0	0.04149067901548691	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ISR0171_000000014050	2011	0.5550199090109342	3	2	2	1	2	False	122140	fragment	False	SPA0071_000000009370	0.2310399508384308		0	0	False	False	0.997016429901123	0					non-mobilizable	other	2012.0	96.322	99.0	0.03411191966481773	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ISR0171_000000006434	3864	0.5550146376392263	3	2	2	2	1	True	30007	fragment	False	ISR0171_000000006434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3164.0	90.676	81.0	0.4171186664902765	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
CHI0182_000000006541	3937	0.5550140859468059	6	4	3	4	3	False	77378	maximal	True	CHI0182_000000006541	1.0		3	2	False	False	0.9974600076675415	0					non-mobilizable	no_good_hit	385.0	95.584	16.0	0.00012377023474120902	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0087_000000023239	1389	0.5550118480807475	2	2	2	1	1	False	43715	fragment	False	FIJ0087_000000023239	1.0		0	0	False	False	0.9884809255599976	0					non-mobilizable	no_good_hit	877.0	97.37700000000001	63.0	0.008533852898197759	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
MAD0100_000000005253	6828	0.5550113118505251	8	6	3	6	3	False	96272	fragment	False	MAD0089_000000002262	0.6463148328230133		0	0	False	False	0.9975102543830872	0					non-mobilizable	no_good_hit	1210.0	82.397	28.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
CHI0135_000000006806	2999	0.5550100149990369	3	3	3	3	3	False	105574	maximal	False	ENG0043_000000010849	0.9555091551557982		0	0	False	False	0.9989996552467346	0					non-mobilizable	chromosome	2998.0	99.199	99.0	0.0008343250861259004	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0063_000000032606	1540	0.5550081771291311	2	2	2	2	2	False	107116	fragment	False	DEN0063_000000032606	1.0		0	0	False	False	0.9915584325790405	0					non-mobilizable	other	1520.0	98.289	99.0	0.06441626733387049	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
CAN0009_000000013016	2025	0.5550054092022105	3	3	2	1	2	False	94787	fragment	False	ISR0334_000000009573	0.9369625929662329		0	0	False	False	0.9777777791023254	0					non-mobilizable	other	2025.0	98.765	100.0	0.0008478033632887726	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	False
ENG0169_000000013578	1765	0.5550003061439417	4	4	3	3	2	False	55894	fragment	False	ENG0169_000000013578	1.0		0	0	False	False	0.9994333982467651	0					non-mobilizable	chromosome	1765.0	98.47	100.0	0.0007871918003531653	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0025_000000013956	1517	0.5550003061439417	4	4	3	3	2	False	7557	fragment	False	SPA0025_000000013956	1.0		0	0	False	False	0.9841793179512024	0					non-mobilizable	chromosome	1481.0	96.016	98.0	0.0006466218360043858	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CAN0010_000000005054	2558	0.5549985475262322	7	4	4	2	2	False	117233	maximal	True	CAN0010_000000005054	1.0		29	10	False	False	0.9839718341827393	0					non-mobilizable	no_good_hit	1633.0	99.14299999999999	68.0	0.033637188582742124	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0345_000000006103	1930	0.5549985475262322	6	4	4	2	2	False	117229	fragment	False	ISR0345_000000006103	1.0		0	0	False	False	0.9989637136459351	0					non-mobilizable	no_good_hit	1193.0	99.329	87.0	0.0003333379047179768	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0173_000000010025	1710	0.5549985475262322	6	4	4	2	2	False	117225	fragment	False	DEN0058_000000001076	0.3304179054520303		0	0	False	False	1.0	0					non-mobilizable	chromosome	1193.0	99.413	100.0	0.0003333379047179768	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0010_000000013523	1416	0.5549985475262322	5	4	4	2	2	False	117225	fragment	False	DEN0058_000000001076	0.14153662684601248		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	99.57700000000001	100.0	0.02918247813892097	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AUS0022_000000014261	2441	0.554995689667828	4	4	4	4	2	False	99287	fragment	False	ENG0082_000000007149	0.40855469975935005		0	0	False	False	0.9971323013305664	0					non-mobilizable	chromosome	2441.0	98.935	100.0	0.0006940355607892663	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0033_000000015762	1625	0.5549933135060796	2	2	2	2	1	False	66212	maximal	True	ENG0033_000000015762	1.0		20	7	False	False	0.9993846416473389	0					non-mobilizable	no_good_hit	50.0	100.0	3.0	0.0031770732023601116	MK233472.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_4_c1 sequence	True	False
MAD0090_000000007516	1732	0.5549926549285467	3	3	3	2	2	False	122195	maximal	True	MAD0090_000000007516	0.9978877489438744		113	10	False	False	0.9901847839355469	0					non-mobilizable	other	1732.0	99.654	100.0	0.0007340029962248245	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0041_000000003704	3390	0.5549888863289728	3	3	3	3	2	False	105701	maximal	True	ISR0041_000000003704	1.0		44	10	False	False	1.0	0					non-mobilizable	chromosome	2153.0	99.257	100.0	0.0007312472624950008	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0091_000000010549	2264	0.554987455784281	2	2	2	2	1	False	127805	maximal	True	ENG0091_000000010549	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1245.0	98.876	93.0	0.0054545135661294	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
SPA0132_000000008596	4498	0.5549859602286418	7	3	3	2	0	True	119043	fragment	False	SPA0132_000000008596	0.9550043898156277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1516.0	74.538	35.0	0.00035550795835212007	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0101_000000014019	1986	0.5549813619445644	3	3	3	3	3	False	42688	maximal	True	FIJ0101_000000014019	1.0		356	14	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	72.15899999999999	18.0	0.003587406964517659	NZ_AGRW01000036.1	spirochetes	Treponema saccharophilum DSM 2985 Tsacc_Contig222, whole genome shotgun sequence	True	False
SPA0122_000000012766	2055	0.554979795940255	3	3	3	3	3	False	4114	maximal	True	SPA0122_000000012766	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1456.0	89.01100000000001	75.0	0.02819578032888613	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0136_000000019144	2168	0.5549797680738088	3	2	2	2	2	False	3611	fragment	False	SPA0136_000000019144	1.0		0	0	False	False	0.9935424327850342	0					non-mobilizable	no_good_hit								True	False
ENG0090_000000005322	4001	0.554979584838813	8	5	2	3	4	False	61264	maximal	True	ENG0090_000000005322	1.0		1	1	False	False	0.9975005984306335	0					non-mobilizable	no_good_hit	1253.0	97.12700000000001	42.0	0.004452093764223942	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
USA0019_01_000000008963	3291	0.5549752361788975	4	4	2	4	1	False	111698	fragment	False	MAD0111_000000004845	0.7081222819004069		0	0	False	False	1.0	0					non-mobilizable	other	3300.0	93.727	100.0	0.0007675631991474216	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0091_000000000695	28818	0.5549729871904654	41	35	11	18	28	True	116927	maximal	False	ISR0301_000000000345	0.9436783255462008		0	0	False	False	0.9997918009757996	0					non-mobilizable	chromosome	22100.0	97.131	99.0	0.00335637888543625	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
SPA0032_000000011222	2464	0.5549711915378097	2	2	2	1	1	False	7242	maximal	True	SPA0032_000000011222	1.0		3	3	False	False	0.9943181872367859	0					non-mobilizable	no_good_hit	795.0	89.182	32.0	0.001986369744185042	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
USA0001_01_000000002103	7139	0.5549693880100689	16	6	0	5	2	False	2288	maximal	True	USA0001_01_000000002103	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0028_000000004320	2859	0.5549686142413833	4	2	2	2	2	False	19478	maximal	True	MAD0028_000000004320	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	80.835	37.0	0.07478985559307422	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0077_000000013090	1569	0.5549676400775242	2	2	2	1	1	False	62006	maximal	True	ENG0077_000000013090	1.0		73	8	False	False	1.0	0					non-mobilizable	other	1582.0	96.587	100.0	0.011156616297133173	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
USA0081_01_000000011514	2704	0.5549655960250709	3	3	3	3	2	False	574	maximal	True	USA0081_01_000000011514	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	78.788	38.0	0.0002840789028452951	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0082_000000013457	2922	0.5549650098690727	6	4	2	2	4	False	69289	maximal	True	DEN0082_000000013457	1.0		3	2	False	False	0.9993155598640442	0					non-mobilizable	no_good_hit	595.0	81.513	20.0	0.0010697753291408242	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
ENG0160_000000010499	1962	0.5549632696526902	3	3	3	3	3	False	56470	maximal	True	ENG0160_000000010499	1.0		42	9	False	False	0.9964321851730347	0					non-mobilizable	no_good_hit	1355.0	73.063	74.0	0.0003682290017828282	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0224_000000010651	2778	0.5549624138521011	3	1	1	1	1	False	88161	fragment	False	ISR0224_000000010651	1.0		0	0	False	False	0.9964002966880798	0					non-mobilizable	no_good_hit	1755.0	99.772	65.0	0.0003395348450054405	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0119_000000012025	2616	0.5549624138521011	3	1	1	1	1	False	88169	fragment	False	ISR0119_000000012025	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2616.0	100.0	100.0	0.0050647670400842905	NZ_LT635837.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ISR0841_000000005323	2596	0.5549624138521011	3	1	1	1	1	False	88167	fragment	False	ISR0841_000000005323	1.0		0	0	False	False	0.9996147751808167	0					non-mobilizable	chromosome	2603.0	91.971	99.0	0.00047236759749285203	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0093_000000009366	2589	0.5549624138521011	4	1	1	1	1	False	88184	maximal	True	ISR0093_000000009366	1.0		54	9	False	False	0.9988412261009216	0					non-mobilizable	chromosome	2337.0	91.78399999999999	93.0	0.00042571854237497317	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ENG0176_000000003213	2531	0.5549624138521011	3	1	1	1	1	False	88185	fragment	False	ENG0176_000000003213	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2531.0	100.0	100.0	0.001958739500807883	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
AST0089_000000009213	2395	0.5549624138521011	4	1	1	1	1	False	110259	fragment	False	AST0089_000000009213	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2395.0	96.91	100.0	0.0007660211379473458	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ENG0115_000000008190	2381	0.5549624138521011	2	1	1	1	1	False	74506	fragment	False	ENG0115_000000008190	1.0		0	0	False	False	0.9983200430870056	0					non-mobilizable	no_good_hit	1539.0	96.166	67.0	0.00029749056251862947	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0138_000000008384	2343	0.5549624138521011	3	1	1	1	1	False	88187	maximal	True	ENG0138_000000008384	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1682.0	95.48200000000001	72.0	0.001011253732043629	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
CHI0056_000000008391	2301	0.5549624138521011	4	1	1	1	1	False	86141	maximal	True	CHI0056_000000008391	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	84.425	45.0	8.996619841402444e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
USA0113_01_000000008289	2262	0.5549624138521011	2	1	1	1	1	False	54902	fragment	False	USA0113_01_000000008289	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2268.0	92.90100000000001	100.0	0.00041157689968175794	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
AST0028_000000007572	2223	0.5549624138521011	3	1	1	1	1	False	118801	fragment	False	ISR0370_000000011128	0.9510092514718251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	91.48100000000001	51.0	0.0029141448105805875	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0278_000000005092	2160	0.5549624138521011	2	1	1	1	1	False	74504	maximal	True	ISR0278_000000005092	1.0		24	6	False	False	0.9972222447395325	0					non-mobilizable	no_good_hit	1634.0	95.9	79.0	0.0003158900439244041	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0279_000000009978	2149	0.5549624138521011	4	1	1	1	1	False	26240	maximal	True	ISR0279_000000009978	1.0		2	2	False	False	0.9995346665382385	0					non-mobilizable	no_good_hit	1289.0	84.71700000000001	60.0	0.00017910537992728718	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
SPA0130_000000015219	2149	0.5549624138521011	3	1	1	1	1	False	88164	fragment	False	SPA0130_000000015219	1.0		0	0	False	False	0.9995346665382385	0					non-mobilizable	other	2149.0	100.0	100.0	0.004160275182447822	NZ_LT635837.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ENG0086_000000012345	2059	0.5549624138521011	3	1	1	1	1	False	88159	fragment	False	ENG0086_000000012345	1.0		0	0	False	False	0.9907722473144531	0					non-mobilizable	no_good_hit	864.0	91.898	44.0	0.0002153088869805892	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
CAN0017_000000017778	1981	0.5549624138521011	3	1	1	1	1	False	92457	maximal	True	CAN0017_000000017778	1.0		11	5	False	False	0.9994952082633972	0					non-mobilizable	other	1981.0	100.0	100.0	0.0011911257521989205	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0085_000000012456	1979	0.5549624138521011	2	1	1	1	1	False	33985	maximal	True	ISR0085_000000012456	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	98.915	51.0	0.00021033470861472355	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
ISR0038_000000016799	1965	0.5549624138521011	2	1	1	1	1	False	74503	fragment	False	ISR0038_000000016799	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1965.0	99.949	100.0	0.00038038506822043506	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0188_000000013425	1916	0.5549624138521011	2	1	1	1	1	False	54901	fragment	False	ENG0188_000000013425	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1924.0	93.815	100.0	0.00034876596720020454	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0394_000000010188	1869	0.5549624138521011	3	1	1	1	1	False	22757	fragment	False	ISR0394_000000010188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	95.46700000000001	83.0	0.00013589157847774944	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
ISR0348_000000009226	1818	0.5549624138521011	2	1	1	1	1	False	24135	maximal	True	ISR0348_000000009226	1.0		1	1	False	False	0.9757975935935974	0					non-mobilizable	no_good_hit	712.0	99.579	86.0	0.04209963778872988	NZ_CBVI010000034.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0269_000000011112	1714	0.5549624138521011	2	1	1	1	1	False	26466	fragment	False	ISR0269_000000011112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1219.0	95.98	71.0	0.0003504182127634579	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
ENG0040_000000014604	1630	0.5549624138521011	2	1	1	1	1	False	64844	fragment	False	ENG0040_000000014604	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1638.0	95.54299999999999	100.0	0.0003006476505038098	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0120_000000022466	1585	0.5549624138521011	2	1	1	1	1	False	88183	fragment	False	ISR0120_000000022466	1.0		0	0	False	False	0.99747633934021	0					non-mobilizable	other	1587.0	94.959	100.0	0.0012263412526797182	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
DEN0020_000000007178	1532	0.5549624138521011	1	1	1	1	1	False	74907	fragment	False	DEN0020_000000007178	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	91.6	99.0	0.00021661316508613906	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0026_01_000000021147	1530	0.5549624138521011	1	1	1	1	1	False	74501	fragment	False	USA0026_01_000000021147	1.0		0	0	False	False	0.998039186000824	0					non-mobilizable	other	1530.0	100.0	100.0	0.00029613481125715133	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0097_000000021542	1425	0.5549624138521011	2	1	1	1	1	False	111787	fragment	False	ISR0097_000000021542	1.0		0	0	False	False	0.9936842322349548	0					non-mobilizable	other	1338.0	86.09899999999999	93.0	0.0003476782310131606	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
ISR0805_000000008339	1417	0.5549624138521011	1	1	1	1	1	False	74500	fragment	False	ISR0805_000000008339	0.9415946464191564		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	94.975	99.0	0.0002653398897464338	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0215_000000021408	1402	0.5549624138521011	1	1	1	1	1	False	28153	fragment	False	ISR0215_000000021408	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	100.0	100.0	0.00026382367313734556	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0259_000000012859	1400	0.5549624138521011	3	1	1	1	1	False	26740	maximal	True	ISR0259_000000012859	1.0		3	2	False	False	0.9971428513526917	0					non-mobilizable	no_good_hit	621.0	86.15100000000001	80.0	0.00010787062855586888	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0094_000000012765	1389	0.5549624138521011	1	1	1	1	1	False	88171	fragment	False	ISR0094_000000012765	1.0		0	0	False	False	0.9992800354957581	0					non-mobilizable	other	1334.0	89.13	95.0	0.0007892712054974664	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
CHI0126_000000011335	1365	0.5549624138521011	1	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.7932082685856362		0	0	False	False	0.9970695972442627	0					non-mobilizable	other	1365.0	99.414	100.0	0.004931629679444071	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0027_000000017078	1339	0.5549624138521011	2	1	1	1	1	False	65939	maximal	True	ENG0027_000000017078	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	79.916	53.0	0.0004247145358850696	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
DEN0022_000000031812	1318	0.5549624138521011	1	1	1	1	1	False	74500	fragment	False	ISR0805_000000008339	0.7081205945066086		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	95.26299999999999	100.0	0.0002566836969653444	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
DEN0061_000000033683	1304	0.5549624138521011	1	1	1	1	1	False	74500	fragment	False	ISR0805_000000008339	0.932836377040392		0	0	False	False	0.9946318864822388	0					non-mobilizable	other	1304.0	100.0	100.0	0.00025236341338657174	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0040_01_000000010732	1289	0.5549624138521011	1	1	1	1	1	False	74500	fragment	False	ISR0805_000000008339	0.7033407188806241		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	99.91799999999999	94.0	0.00023512600449063554	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0148_000000028274	1279	0.5549624138521011	1	1	1	1	1	False	57378	fragment	False	ENG0148_000000028274	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	94.84899999999999	100.0	0.00023628807700047392	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0084_000000023750	1260	0.5549624138521011	1	1	1	1	1	False	61501	fragment	False	ENG0084_000000023750	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	90.182	96.0	0.0002188053987238529	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
DEN0063_000000040612	1259	0.5549624138521011	1	1	1	1	1	False	71405	fragment	False	DEN0063_000000040612	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	100.0	100.0	0.00024364786956278378	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0775_000000015657	1251	0.5549624138521011	1	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.5988490860986445		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	92.01899999999999	100.0	0.0017593482100850516	NZ_LT635836.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ENG0054_000000022755	1240	0.5549624138521011	1	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.6126842830295836		0	0	False	False	1.0	0					non-mobilizable	chromosome	1243.0	94.529	100.0	0.00019082307479478428	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0084_000000004787	1235	0.5549624138521011	2	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.5999223221448713		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	100.0	100.0	0.004461606322898815	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0822_000000007604	1223	0.5549624138521011	1	1	1	1	1	False	21182	fragment	False	ISR0822_000000007604	1.0		0	0	False	False	0.9910057187080383	0					non-mobilizable	other	1031.0	93.21	100.0	0.00019910175668564524	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0035_01_000000021914	1197	0.5549624138521011	1	1	1	1	1	False	88158	fragment	False	USA0035_01_000000021914	0.9617325483599664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	94.575	82.0	0.0007556244082167961	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
ENG0021_000000014822	1189	0.5549624138521011	1	1	1	1	1	False	88158	fragment	False	USA0035_01_000000021914	0.9586466165413534		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	93.665	86.0	0.00015724446159465577	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
ENG0019_000000014766	1173	0.5549624138521011	1	1	1	1	1	False	66507	fragment	False	ENG0019_000000014766	1.0		0	0	False	False	1.0	0					non-mobilizable	other	828.0	93.478	90.0	0.00015997864885441924	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0789_000000012194	1168	0.5549624138521011	1	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.6027704528006228		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	100.0	100.0	0.00027975776381732465	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
AST0061_000000035990	1166	0.5549624138521011	2	1	1	1	1	False	111786	fragment	False	AST0061_000000035990	1.0		0	0	False	False	0.9982847571372986	0					non-mobilizable	other	1105.0	89.774	95.0	0.0002891633287369834	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
ISR0072_000000025697	1156	0.5549624138521011	2	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.4189410081251818		0	0	False	False	0.9429065585136414	0					non-mobilizable	other	1156.0	98.35600000000001	100.0	0.00027688107729992284	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
AUS0010_000000021798	1154	0.5549624138521011	1	1	1	1	1	False	101380	fragment	False	AUS0010_000000021798	1.0		0	0	False	False	0.998266875743866	0					non-mobilizable	other	991.0	94.147	99.0	0.00019135460662005594	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0209_000000015660	1139	0.5549624138521011	2	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.3557659081570348		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	100.0	100.0	0.0002728057714002703	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
USA0048_01_000000014087	1133	0.5549624138521011	1	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.3001746365659398		0	0	False	False	0.998234748840332	0					non-mobilizable	chromosome	1135.0	93.48	100.0	0.00017433028884725446	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0146_000000019644	1116	0.5549624138521011	1	1	1	1	1	False	57377	fragment	False	ENG0146_000000019644	1.0		0	0	False	False	0.9910394549369812	0					non-mobilizable	other	1105.0	98.824	99.0	0.00021351592590707004	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0024_000000012609	1115	0.5549624138521011	2	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.12531718569780853		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	96.95100000000001	100.0	0.0008624647446244988	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
MON0104_000000042199	1004	0.5549624138521011	2	1	1	1	1	False	8768	fragment	False	MON0104_000000042199	1.0		0	0	False	False	1.0	0					non-mobilizable	other	958.0	94.363	95.0	0.0007409145068273297	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
ENG0147_000000007947	1849	0.5549610690102729	4	1	1	1	1	False	57354	maximal	True	ENG0147_000000007947	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000002080	11007	0.554957229713573	9	8	5	6	6	False	52261	maximal	True	FIJ0115_000000002080	1.0		96	10	False	False	0.9998183250427246	0					non-mobilizable	no_good_hit	845.0	98.81700000000001	8.0	0.9988165680473373	GQ881919.1		Uncultured organism clone VC1CW36TR genomic sequence	True	False
ENG0058_000000017877	1892	0.554955702229323	2	2	2	2	2	False	81745	fragment	False	ENG0058_000000017877	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1892.0	99.947	100.0	0.00028776247102592573	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
FIJ0059_000000002964	6319	0.5549501639603464	8	4	2	4	3	False	45931	maximal	True	FIJ0059_000000002964	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	91.186	18.0	0.00015685316276529992	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0053_000000020756	1897	0.5549499376224876	2	2	2	2	2	False	118738	fragment	False	MON0053_000000020756	0.9520619483890601		0	0	False	False	0.9873484373092651	0					non-mobilizable	other	1895.0	92.19	100.0	0.001722059270115998	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
DEN0078_000000015226	2096	0.5549493187682675	4	3	2	2	2	False	69770	maximal	True	DEN0078_000000015226	1.0		8	7	False	False	0.9918892979621887	0					non-mobilizable	no_good_hit	1120.0	92.054	53.0	0.8438914027149321	LN854142.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK1633	True	False
FIJ0006_000000021361	1773	0.5549466468583534	3	3	3	3	2	False	99124	fragment	False	FIJ0006_000000021361	0.9875162253838656		0	0	False	False	1.0	0					non-mobilizable	chromosome	1757.0	98.74799999999999	99.0	0.000596686892630679	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0139_000000000848	9870	0.5549457090851253	5	5	3	4	2	False	80395	maximal	True	CHI0139_000000000848	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	78.512	5.0	0.0001692740656903779	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0020_000000010592	1858	0.5549448160023966	3	2	2	2	1	False	66466	maximal	True	ENG0020_000000010592	1.0		34	8	False	False	0.9806243181228638	0					non-mobilizable	other	1409.0	89.212	100.0	0.0002956778446267838	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0194_000000025662	1105	0.5549409686292069	2	2	2	2	1	False	29015	fragment	False	USA0050_01_000000009725	0.9708188153310104		0	0	False	False	0.9981900453567505	0					non-mobilizable	other	1105.0	98.462	100.0	0.015938325609597643	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0079_000000005203	5637	0.5549407998508357	7	6	6	6	0	True	44404	maximal	True	FIJ0079_000000005203	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.2188981008805778e-05	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	True
AST0010_000000025151	1208	0.5549205076833751	2	1	1	1	1	False	125731	maximal	False	ENG0046_000000013902	0.7172067376825176		0	0	False	False	0.9975165724754333	0					non-mobilizable	no_good_hit								True	False
ENG0131_000000009002	3001	0.5549185192943382	5	5	4	4	3	False	58372	maximal	True	ENG0131_000000009002	1.0		1	1	False	False	0.9910029768943787	0					non-mobilizable	no_good_hit	171.0	91.81299999999999	6.0	0.0002860734401004286	NZ_LOJF01000009.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_2, whole genome shotgun sequence	True	False
SPA0106_000000024733	1555	0.5549184793675486	2	1	1	1	1	False	4741	fragment	False	SPA0106_000000024733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	73.092	16.0	0.0002029380459136975	NZ_SMGQ01000011.1	firmicutes	Natranaerovirga hydrolytica strain DSM 24176 Ga0244688_101, whole genome shotgun sequence	True	False
CHI0047_000000001712	8494	0.5549174687466478	7	7	7	7	7	False	116630	maximal	True	CHI0047_000000001712	1.0		5	4	False	False	0.9995290637016296	0					non-mobilizable	no_good_hit	4450.0	100.0	52.0	0.0009246829235443726	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
FIJ0033_000000028950	1344	0.5549159056128494	2	1	1	1	1	False	48236	fragment	False	FIJ0033_000000028950	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000003945	7041	0.5549155738769784	6	5	5	5	4	False	130746	fragment	False	ISR0130_000000004031	0.9227618238259093		0	0	False	False	0.998579740524292	0					non-mobilizable	no_good_hit	2258.0	98.229	63.0	0.0006416984529264692	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0289_000000008255	1397	0.554914809140923	2	2	2	2	2	False	58770	fragment	False	ISR0375_000000013975	0.7455690287489063		0	0	False	False	0.9985683560371399	0					non-mobilizable	other	1396.0	98.56700000000001	99.0	0.0003771881985248291	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0124_000000019425	1478	0.5549112365608458	2	1	1	1	1	False	41224	fragment	False	FIJ0124_000000019425	1.0		0	0	False	False	0.9945873022079468	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0031667839549612948	NZ_ANNK01000157.1	firmicutes	Alkalihalobacillus ligniniphilus strain L1 contig158, whole genome shotgun sequence	True	False
FIJ0004_000000014990	1751	0.5549110801581686	3	3	3	2	2	False	117343	backbone	False	MON0013_000000032866	0.8166283995092815	PS787	0	0	False	True	0.9994288682937622	0					non-mobilizable	chromosome	1504.0	99.26899999999999	100.0	0.0006516793425452956	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MON0107_000000057026	1074	0.5549102926857014	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.13803440595248445		0	0	False	False	1.0	0					non-mobilizable	chromosome	1074.0	98.79	100.0	0.0003458475569721804	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0018_000000026916	1489	0.5549094137913709	3	2	1	2	1	True	75034	maximal	True	DEN0018_000000026916	1.0		20	6	False	False	0.9979852437973022	0					non-mobilizable	no_good_hit								True	True
CHI0070_000000002146	4442	0.5549080285073337	5	4	2	3	3	True	131255	maximal	True	CHI0070_000000002146	0.9397349610048487		15	6	False	False	0.9997748732566833	0					non-mobilizable	no_good_hit	2254.0	90.861	51.0	0.0006249806004343825	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
DEN0046_000000005814	3931	0.5549080285073337	4	4	2	3	3	True	131255	maximal	False	CHI0070_000000002146	0.6949362499902583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1831.0	92.955	46.0	0.0005100512819652411	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MON0106_000000010534	3723	0.5549078726584904	4	4	3	4	3	False	46899	fragment	False	MON0106_000000010534	0.9886790914482582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	86.316	3.0	0.0005606584754861029	NZ_AWET01000045.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00004, whole genome shotgun sequence	True	False
TAN0008_000000006186	2760	0.5549001699145866	2	1	1	1	1	False	2767	maximal	True	TAN0008_000000006186	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0094_000000000401	19610	0.5548998377059212	22	16	11	15	12	True	97884	fragment	False	MAD0094_000000000401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	6.039927427349415e-06	NZ_JWJG01000028.1	b-proteobacteria	Noviherbaspirillum autotrophicum strain TSA66 contig01, whole genome shotgun sequence	True	True
ISR0017_000000007098	4661	0.5548934026383318	5	3	3	3	3	False	37873	maximal	True	ISR0017_000000007098	1.0		29	7	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	99.4	25.0	0.000279175635428478	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0087_000000012713	1103	0.5548908655375326	2	2	2	2	2	False	5463	fragment	False	SPA0095_000000016401	0.9500008200535905		0	0	False	False	0.9945603013038635	0					non-mobilizable	other	1103.0	100.0	100.0	0.0002374154719052613	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MAD0048_000000000112	49012	0.5548878474925228	63	11	5	8	5	True	17585	maximal	True	MAD0048_000000000112	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	8.80298362458316e-06	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0118_000000002428	5138	0.554884548638709	7	4	3	3	2	False	32385	fragment	False	ISR0118_000000002428	1.0		0	0	False	False	0.9916309714317322	0					non-mobilizable	no_good_hit	526.0	98.669	10.0	0.002928151527658483	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
ISR0177_000000011392	2528	0.5548833859668377	3	3	3	3	2	False	52853	maximal	True	ISR0177_000000011392	1.0		20	9	False	False	0.9996044039726257	0					non-mobilizable	no_good_hit	451.0	72.949	17.0	0.00018856903105089092	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0244_000000003487	5593	0.5548825568333476	6	5	3	3	5	False	65320	fragment	False	ISR0244_000000003487	1.0		0	0	False	False	0.9976756572723389	0					non-mobilizable	chromosome	5596.0	97.24799999999999	99.0	0.0012652007352282385	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0107_000000004481	6137	0.5548724854014614	8	6	5	4	5	False	42306	fragment	False	FIJ0107_000000004481	1.0		0	0	False	False	0.9998370409011841	0					non-mobilizable	no_good_hit	3911.0	98.645	64.0	0.0020938920472801897	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0206_000000003066	7714	0.5548716644794441	6	1	1	1	1	True	114751	fragment	False	ISR0179_000000003001	0.9547691524217132		0	0	False	False	0.9975369572639465	0					non-mobilizable	no_good_hit	2251.0	78.365	28.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
SPA0130_000000004335	7538	0.5548716644794441	6	1	1	1	1	True	114751	fragment	False	ISR0179_000000003001	0.6429190084610478		0	0	False	False	0.9994693398475647	0					non-mobilizable	no_good_hit	2251.0	78.365	29.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
SPA0120_000000005954	7049	0.5548716644794441	5	1	1	1	1	True	114751	fragment	False	ISR0179_000000003001	0.4709219263197197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2251.0	78.41	31.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
SPA0128_000000005628	6456	0.5548716644794441	6	1	1	1	1	True	114748	fragment	False	SPA0128_000000005628	0.9826445297972576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2251.0	78.365	34.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0117_000000004459	6076	0.5548716644794441	4	1	1	1	1	True	114748	fragment	False	SPA0128_000000005628	0.9679162654530297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2251.0	78.365	36.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ENG0023_000000002865	6023	0.5548716644794441	4	1	1	1	1	True	114748	fragment	False	SPA0128_000000005628	0.9535077968180921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2250.0	78.578	36.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0821_000000004337	5965	0.5548716644794441	5	1	1	1	1	True	114748	fragment	False	SPA0128_000000005628	0.9556573225519637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2250.0	78.444	37.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0385_000000003221	5818	0.5548716644794441	4	1	1	1	1	True	114748	fragment	False	SPA0128_000000005628	0.7950725730156943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2250.0	78.35600000000001	38.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0134_000000005690	5740	0.5548716644794441	5	1	1	1	1	True	114748	fragment	False	SPA0128_000000005628	0.6177597742130722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2251.0	78.454	38.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
AST0050_000000004741	2792	0.5548716644794441	4	1	1	1	1	True	114745	fragment	False	AST0050_000000004741	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2250.0	78.444	78.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0207_000000011084	2597	0.5548716644794441	3	1	1	1	1	True	99909	maximal	True	ISR0207_000000011084	1.0		0	0	False	False	0.9946091771125793	0					non-mobilizable	no_good_hit	1268.0	78.07600000000001	47.0	0.03754851520895388	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0327_000000011021	2459	0.5548716644794441	2	1	1	1	1	True	99910	fragment	False	ISR0327_000000011021	1.0		0	0	False	False	0.9967466592788696	0					non-mobilizable	no_good_hit	1983.0	78.971	78.0	0.05866955501399043	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0176_000000014370	2362	0.5548716644794441	2	1	1	1	1	True	99907	fragment	False	SPA0021_000000014102	0.9740976645435244		0	0	False	False	0.9995766282081604	0					non-mobilizable	no_good_hit	1224.0	78.268	50.0	0.036345037157384845	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
SPA0021_000000014102	2355	0.5548716644794441	2	1	1	1	1	True	99907	fragment	False	SPA0021_000000014102	0.9779847586790855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1302.0	78.264	54.0	0.038571471552787555	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0339_000000007343	2002	0.5548716644794441	2	1	1	1	1	True	99905	fragment	False	ISR0339_000000007343	0.9682449365495049		0	0	False	False	0.9915084838867188	0					non-mobilizable	no_good_hit	1471.0	78.518	71.0	0.043565905466799046	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0045_000000013933	1854	0.5548716644794441	3	1	1	1	1	True	99905	fragment	False	ISR0339_000000007343	0.7181636386878226		0	0	False	False	0.991909384727478	0					non-mobilizable	no_good_hit	1295.0	78.069	68.0	0.038360862893762976	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0141_000000017571	1814	0.5548716644794441	2	1	1	1	1	True	99905	fragment	False	ISR0339_000000007343	0.945558388658853		0	0	False	False	0.9994487166404724	0					non-mobilizable	no_good_hit	1277.0	77.839	68.0	0.03784938472184614	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0087_000000021016	1725	0.5548716644794441	2	1	1	1	1	True	99905	fragment	False	ISR0339_000000007343	0.47657111356119075		0	0	False	False	0.9924637675285339	0					non-mobilizable	no_good_hit	1163.0	77.73	65.0	0.034509733128742066	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
AUS0018_000000018646	1520	0.5548716644794441	2	1	1	1	1	True	99904	fragment	False	AUS0018_000000018646	1.0		0	0	False	False	0.9947368502616882	0					non-mobilizable	virus	1564.0	79.092	99.0	0.046363991936697053	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	False	True
SPA0084_000000014390	1341	0.5548716644794441	2	1	1	1	1	True	26340	fragment	False	SPA0084_000000014390	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1284.0	78.193	93.0	0.03793964557571381	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	False	True
ISR0274_000000007871	1130	0.5548716644794441	2	1	1	1	1	True	26339	fragment	False	ISR0274_000000007871	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1153.0	78.057	99.0	0.034238950567139034	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	False	True
DEN0022_000000014319	2734	0.5548633464380073	4	4	4	3	1	False	105079	fragment	False	ISR0392_000000011430	0.9809177084585993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.15	63.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0131_000000009847	2734	0.5548633464380073	4	4	4	3	1	False	105079	fragment	False	ISR0392_000000011430	0.9818894816489251		0	0	False	False	0.9996342062950134	0					non-mobilizable	no_good_hit	1435.0	91.359	63.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0037_01_000000012668	2734	0.5548633464380073	4	4	4	3	1	False	105079	fragment	False	ISR0392_000000011430	0.9821522097755159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.359	63.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0148_000000012751	2734	0.5548633464380073	4	4	4	3	1	False	105079	fragment	False	ISR0392_000000011430	0.9821522097755159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.359	63.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0005_000000019549	2708	0.5548633464380073	4	4	4	3	1	False	105079	fragment	False	ISR0392_000000011430	0.9772490660796436		0	0	False	False	0.9985228776931763	0					non-mobilizable	no_good_hit	1435.0	91.359	62.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0126_000000015394	2696	0.5548633464380073	4	4	4	3	1	False	105079	fragment	False	ISR0392_000000011430	0.978576748021173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.359	62.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0028_000000010876	2694	0.5548633464380073	4	4	4	3	1	False	105079	fragment	False	ISR0392_000000011430	0.9779771788636412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.359	62.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0397_000000007248	2684	0.5548630290622808	4	3	3	3	3	False	81030	maximal	False	ISR0831_000000006093	0.9641822781844976		0	0	False	False	1.0	0					non-mobilizable	chromosome	2684.0	99.367	100.0	0.0007502563538995294	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0395_000000031340	1227	0.5548624691037771	3	3	2	1	2	True	22704	maximal	False	SPA0085_000000010843	0.9961966856832382		0	0	False	False	1.0	0		MOBV			mobilizable	other	1233.0	88.97	100.0	0.0024372154268399093	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
SPA0085_000000010843	1227	0.5548624691037771	3	3	2	1	2	True	22704	maximal	True	SPA0085_000000010843	0.9980983428416191		23	5	False	False	1.0	0		MOBV			mobilizable	other	1233.0	89.376	100.0	0.0024372154268399093	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
SPA0086_000000011370	1227	0.5548624691037771	3	3	2	1	2	True	22704	maximal	False	SPA0085_000000010843	0.9980983428416191		0	0	False	False	1.0	0		MOBV			mobilizable	other	1233.0	89.376	100.0	0.0024372154268399093	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0388_000000014481	2387	0.5548612911904509	3	3	3	3	2	False	130809	fragment	False	ISR0388_000000014481	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2387.0	99.33	100.0	0.00038332026681403987	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
DEN0031_000000007593	4173	0.5548607063916631	4	4	4	3	3	False	124215	maximal	True	DEN0031_000000007593	1.0		59	9	False	False	1.0	0					non-mobilizable	no_good_hit	2078.0	80.654	49.0	0.014595691539182018	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0029_000000001556	8514	0.5548590221766025	5	4	4	3	2	False	12576	maximal	True	MON0029_000000001556	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	84.314	1.0	0.00014399463940748344	NZ_LN909064.1	firmicutes	Paenibacillus rubinfantis strain MT18, whole genome shotgun sequence	True	False
DEN0078_000000026171	1337	0.5548588594022115	3	2	1	2	2	False	69704	maximal	True	DEN0078_000000026171	1.0		10	6	False	False	0.9947643876075745	0					non-mobilizable	no_good_hit	177.0	78.531	13.0	0.0003550062988260449	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0180_000000009456	1852	0.5548571359499856	2	1	1	1	1	False	55331	maximal	True	ENG0180_000000009456	1.0		6	3	False	False	0.937904953956604	0					non-mobilizable	no_good_hit	491.0	100.0	27.0	0.0008839324531290306	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0083_000000004692	5463	0.5548546135058642	5	5	3	5	5	False	112302	maximal	False	FIJ0157_000000003433	0.8168078161808224		0	0	False	False	0.9996339082717896	0					non-mobilizable	other	2264.0	97.92399999999999	96.0	0.0005548375929316191	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0359_000000007717	3168	0.5548531860280231	4	4	4	4	4	False	122108	fragment	False	ISR0032_000000010267	0.9413948111155565		0	0	False	False	0.9990530014038086	0					non-mobilizable	other	2830.0	96.82	99.0	0.06444901691815272	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0083_01_000000009910	3073	0.5548450442337106	4	4	4	4	3	False	61892	maximal	True	USA0083_01_000000009910	0.9884393063583815		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	72.038	20.0	0.00029563826444628527	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
SPA0129_000000019809	1206	0.5548416706850089	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.10654511221371764	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1209.0	93.052	100.0	0.0003748734607633481	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0023_000000014213	1240	0.5548367621559882	2	2	2	2	2	False	66255	maximal	True	ENG0023_000000014213	1.0		29	10	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	97.899	65.0	0.00022493649302293212	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0195_000000015944	1650	0.5548351601608821	2	1	0	1	1	True	54456	fragment	False	ENG0195_000000015944	1.0		0	0	False	False	0.9848484992980957	0					non-mobilizable	no_good_hit								True	True
SPA0144_000000006373	2679	0.5548337335635387	4	1	1	1	1	False	56721	fragment	False	SPA0144_000000006373	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	73.945	43.0	0.00025775422561800156	LR698984.1	firmicutes	Clostridioides difficile isolate MGYG-HGUT-02369 genome assembly, chromosome: 1	True	False
USA0015_01_000000001274	15365	0.5548262910662897	15	10	6	7	6	False	132415	fragment	False	ISR0013_000000001070	0.9607619759057848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	0.0	6.073762883969518e-06	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
CHI0131_000000004343	3526	0.5548254017384575	4	4	4	4	4	False	81046	fragment	False	CHI0131_000000004343	1.0		0	0	False	False	0.996880292892456	0					non-mobilizable	chromosome	3526.0	99.461	100.0	0.0006647627108287865	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
ISR0005_000000005171	2685	0.5548237230031368	5	4	4	4	4	False	124635	fragment	False	SPA0096_000000012444	0.7541550978481704		0	0	False	False	0.9899441599845886	0					non-mobilizable	no_good_hit	72.0	83.333	3.0	0.001421418873048201	NZ_MQNM01000023.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_23_length_47136_cov_32.8072, whole genome shotgun sequence	True	False
ENG0135_000000019451	1166	0.5548212327057818	2	2	2	2	2	False	58053	fragment	False	ENG0135_000000019451	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	97.94200000000001	100.0	0.0004107720292808175	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
USA0042_01_000000006408	3857	0.5548207644300154	5	4	4	4	2	False	22903	maximal	True	USA0042_01_000000006408	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1655.0	84.713	83.0	0.00026294988309174844	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
CHI0010_000000003821	2041	0.5548185559575055	3	2	2	2	2	False	90307	maximal	True	CHI0010_000000003821	1.0		438	15	False	False	0.9995100498199463	0					non-mobilizable	chromosome	2038.0	96.762	99.0	0.0005701169705377992	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0142_000000018415	1927	0.5548138228786909	4	4	3	3	2	False	40187	maximal	True	FIJ0142_000000018415	1.0		14	3	False	False	0.993253767490387	0					non-mobilizable	no_good_hit								True	False
MAD0020_000000000830	1226	0.5548128782204887	1	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.8700292265627619		0	0	False	False	0.9836868047714233	0					non-mobilizable	chromosome	1226.0	99.021	100.0	0.00026114291488361127	CP034253.1	enterobacteria	Escherichia coli strain IVRI Kol CP4 chromosome, complete genome	False	False
ENG0118_000000010637	1370	0.5548088843065133	2	1	1	1	1	False	104348	fragment	False	ENG0147_000000010093	0.510302224359208		0	0	False	False	1.0	0					non-mobilizable	chromosome	1370.0	99.27	100.0	0.0003811114590945471	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0103_000000007743	3456	0.554804956411976	6	4	2	3	4	False	91991	fragment	False	ISR0103_000000007743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	98.456	32.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
SPA0111_000000013480	2550	0.5548048337813803	4	2	1	2	1	False	82054	fragment	False	SPA0111_000000013480	0.954305803312197		0	0	False	False	0.9898039102554321	0					non-mobilizable	no_good_hit	491.0	72.709	19.0	0.00334326520905899	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
CHI0074_000000005242	2823	0.5547978504175913	3	3	2	3	2	False	84752	maximal	True	CHI0074_000000005242	1.0		35	9	False	False	0.997520387172699	0					non-mobilizable	other	2804.0	97.932	99.0	0.0016176865522947066	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0027_000000021292	1197	0.5547971058374199	2	2	2	2	1	True	47723	fragment	False	FIJ0037_000000028379	0.9711459192085738		0	0	False	False	0.9874686598777771	0					non-mobilizable	other	1197.0	97.661	100.0	0.00042914358584629915	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	True
DEN0061_000000019744	2146	0.5547960538522912	3	3	2	2	2	False	103384	backbone	True	DEN0061_000000019744	0.973870500614604	PS605	3	1	True	True	1.0	1					non-mobilizable	no_good_hit	945.0	77.672	44.0	0.03645063409320781	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	True
SPA0029_000000013265	1998	0.5547960538522912	3	3	2	2	2	False	103384	backbone	False	DEN0061_000000019744	0.9663697829816007	PS605	0	0	True	True	0.9979979991912842	2					non-mobilizable	no_good_hit	926.0	77.862	46.0	0.03575040846494982	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	True
ISR0365_000000013662	1266	0.554791939560717	2	2	1	2	1	False	61978	fragment	False	ENG0077_000000014928	0.9446043165467626		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	97.24	100.0	0.001403922075088121	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0331_000000014586	1674	0.5547914021897918	2	2	2	2	2	False	35975	fragment	False	ISR0049_000000017436	0.98375664500886		0	0	False	False	0.9701313972473145	0					non-mobilizable	other	1675.0	97.134	100.0	0.021539293439077144	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
USA0078_01_000000001219	8735	0.5547858303819074	7	7	3	2	6	False	120736	fragment	False	USA0078_01_000000001219	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5390.0	93.28399999999999	100.0	0.0011960845721748748	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0001_000000006669	3742	0.5547837783846917	9	2	0	2	0	True	68077	maximal	True	ENG0001_000000006669	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000017172	2549	0.5547837783846917	3	2	0	2	0	True	50979	maximal	True	FIJ0011_000000017172	1.0		10	4	False	False	0.9992153644561768	0					non-mobilizable	no_good_hit								True	True
ISR0199_000000012298	2439	0.5547837783846917	2	2	0	2	0	True	129243	maximal	True	ISR0199_000000012298	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1930.0	92.64200000000001	99.0	0.061035094387431904	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
FIJ0075_000000008060	2382	0.5547837783846917	3	2	0	2	0	True	90961	maximal	True	FIJ0075_000000008060	1.0		3	1	False	False	0.990344226360321	0					non-mobilizable	no_good_hit	213.0	88.73200000000001	9.0	7.410316642830148e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
SPA0047_000000021424	1815	0.5547837783846917	2	2	0	2	0	True	91744	fragment	False	CAN0021_000000023447	0.9480064655172413		0	0	False	False	0.9988980889320374	0					non-mobilizable	no_good_hit								True	True
CHI0003_000000007157	1715	0.5547837783846917	2	2	0	2	0	True	90960	fragment	False	CHI0003_000000007157	1.0		0	0	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit								True	True
ENG0037_000000023913	1495	0.5547837783846917	2	2	0	2	0	True	106769	fragment	False	ENG0037_000000023913	1.0		0	0	False	False	0.9826086759567261	0					non-mobilizable	other	1496.0	95.85600000000001	100.0	0.006191809416520327	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0040_000000021536	1158	0.5547810712771342	2	2	1	1	2	False	111231	maximal	False	ISR0378_000000025429	0.8061361592226459		0	0	False	False	0.9861830472946167	0					non-mobilizable	chromosome	1158.0	98.618	100.0	0.0003218150816021157	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0099_000000003479	1641	0.5547791873920257	2	2	2	2	2	False	83918	fragment	False	CHI0099_000000003479	0.9652510590161675		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	98.598	100.0	0.000493772594236048	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0180_000000008507	1535	0.5547768333554841	2	2	1	2	2	False	77475	maximal	True	CHI0180_000000008507	1.0		60	11	False	False	1.0	0					non-mobilizable	no_good_hit	424.0	84.198	36.0	0.00013569601256783591	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0102_000000012110	2546	0.5547764448917757	4	3	1	1	3	False	108284	maximal	False	USA0011_01_000000013222	0.9231368368962459		0	0	False	False	1.0	0					non-mobilizable	other	2546.0	98.311	100.0	0.0009242496599887056	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0312_000000007429	2278	0.5547743905711141	3	2	2	2	2	False	62907	maximal	True	ISR0312_000000007429	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000002978	8096	0.5547730366037972	9	4	3	4	2	True	41761	fragment	False	FIJ0115_000000002978	1.0		0	0	False	False	0.9996294379234314	0					non-mobilizable	no_good_hit	149.0	91.275	3.0	0.0002835759696190502	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0094_000000019957	1868	0.5547668780664111	3	3	3	3	3	False	30041	fragment	False	MON0094_000000019957	0.9895652173913043		0	0	False	False	0.9914346933364868	0					non-mobilizable	no_good_hit	558.0	85.125	30.0	0.0001557557916966224	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0011_000000034963	1320	0.5547630586227629	1	1	1	1	1	False	50886	maximal	True	FIJ0011_000000034963	1.0		0	0	False	False	0.9962121248245239	0					non-mobilizable	no_good_hit								True	False
CHI0122_000000011571	1237	0.5547587032862777	4	3	3	2	1	False	81737	fragment	False	SPA0035_000000013226	0.5709569120492827		0	0	False	False	0.9773645997047424	0					non-mobilizable	other	1237.0	99.434	100.0	0.010042738515039732	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0060_000000007008	4725	0.5547562731111674	4	4	3	4	3	False	127585	fragment	False	MON0060_000000007008	0.9427460275179484		0	0	False	False	1.0	0					non-mobilizable	chromosome	3794.0	83.975	99.0	0.0016298487349486136	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0053_000000019065	1308	0.5547543695166541	2	2	2	2	1	False	109501	fragment	False	ISR0255_000000018047	0.12178557986917295		0	0	False	False	0.9984709620475769	0					non-mobilizable	other	1308.0	99.083	100.0	0.0003686252787252729	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0812_000000002245	14443	0.5547502453404808	20	5	0	5	0	False	21667	maximal	True	ISR0812_000000002245	1.0		1	1	False	False	0.999930739402771	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.0009061775571812e-05	CP031275.1	firmicutes	Staphylococcus xylosus strain 2 chromosome, complete genome	True	False
SPA0096_000000030402	1400	0.5547500547853264	3	3	3	3	2	False	22744	maximal	True	SPA0096_000000030402	1.0		81	8	False	False	0.9857142567634583	0					non-mobilizable	other	1381.0	100.0	99.0	0.01807962897457061	NZ_PYLP01000010.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_9, whole genome shotgun sequence	False	False
MAD0012_000000011853	2380	0.5547497528171741	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.3466612442233278		0	0	False	False	1.0	0					non-mobilizable	chromosome	2384.0	88.045	100.0	0.0008295769993851371	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0006_000000006712	3061	0.5547482118941545	3	3	3	3	2	False	14061	fragment	False	MON0006_000000006712	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1295.0	74.82600000000001	42.0	0.0003438225564747978	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0063_000000011525	2510	0.5547463004226724	2	2	2	1	2	False	62086	fragment	False	MON0063_000000011525	0.9564741304915417		0	0	False	False	1.0	0					non-mobilizable	other	2512.0	95.74	100.0	0.007935675247751399	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0318_000000003701	1314	0.5547452653710554	2	2	2	2	2	False	127425	backbone	False	ISR0200_000000018185	0.8944015032451282	PS1007	0	0	False	True	1.0	0					non-mobilizable	other	1236.0	99.595	99.0	0.0004944143993986896	CP015897.1	firmicutes	Lactococcus lactis subsp. lactis strain 275, complete genome	False	True
MAD0110_000000005835	4764	0.5547392812208288	3	2	1	2	2	False	14566	maximal	True	MAD0110_000000005835	1.0		113	7	False	False	0.997481107711792	0					non-mobilizable	no_good_hit	156.0	78.846	3.0	0.0005096570074529064	NZ_LT556034.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
MON0060_000000011077	3351	0.5547381793341608	4	1	1	1	1	False	14144	fragment	False	MON0060_000000011077	0.9907517899761337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	7.64399373192514e-05	NZ_STGU01000003.1	a-proteobacteria	Rhizobium rosettiformans W3, whole genome shotgun sequence	True	False
CAN0014_000000014846	3142	0.5547350536640187	3	2	1	2	1	False	93693	maximal	True	CAN0014_000000014846	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	98.473	4.0	0.0011453736670602964	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	False
SPA0064_000000006244	3442	0.5547289516530324	3	3	2	2	2	False	34181	maximal	True	SPA0064_000000006244	1.0		2	1	False	False	0.998547375202179	0					non-mobilizable	plasmid	2622.0	99.962	100.0	0.029016473297316447	CP032516.1	enterobacteria	Escherichia coli strain 118UI plasmid pEco118UIb, complete sequence	False	True
ISR0304_000000001951	4722	0.5547269886593099	5	3	3	3	3	False	71100	maximal	True	ISR0304_000000001951	1.0		12	3	False	False	0.9974586963653564	0					non-mobilizable	no_good_hit	1577.0	84.90799999999999	45.0	0.00422516638274625	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ENG0101_000000021876	1546	0.5547235867939968	3	2	2	2	2	False	60449	maximal	True	ENG0101_000000021876	1.0		141	10	False	False	0.9799482822418213	0					non-mobilizable	no_good_hit	97.0	78.351	6.0	0.0009456171629515076	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	True	False
ENG0017_000000007718	2777	0.5547184228225527	3	3	2	3	2	False	66759	maximal	True	ENG0017_000000007718	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	77.062	48.0	0.00040943818741420344	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
SPA0045_000000014027	1843	0.5547148082504714	1	1	1	1	1	False	6756	fragment	False	SPA0045_000000014027	1.0		0	0	False	False	0.9983721971511841	0					non-mobilizable	other	1661.0	88.802	90.0	0.008004171051742283	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0164_000000004561	5051	0.5547097138819833	6	4	4	4	3	False	62276	maximal	True	ISR0164_000000004561	1.0		136	6	False	False	0.9992080926895142	0					non-mobilizable	no_good_hit	1010.0	86.04	27.0	0.0003158279941486718	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0071_000000020432	2032	0.5547085869472891	3	3	3	3	2	False	70451	maximal	True	DEN0071_000000020432	1.0		143	13	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	87.719	3.0	2.6849807927981142e-05	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
FIJ0037_000000011169	2643	0.5547039377879972	4	2	2	2	1	True	48582	fragment	False	FIJ0037_000000011169	1.0		0	0	False	False	0.9958380460739136	0					non-mobilizable	no_good_hit	886.0	80.135	33.0	0.00026363509304009355	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
USA0015_01_000000023451	1423	0.5547028911469429	2	2	2	2	1	False	1943	maximal	True	USA0015_01_000000023451	1.0		164	10	False	False	0.9992972612380981	0					non-mobilizable	no_good_hit	737.0	99.729	52.0	0.033687294031490296	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	True	False
FIJ0160_000000010638	1752	0.5547027343532579	1	1	1	1	0	False	39333	maximal	True	FIJ0160_000000010638	1.0		1	1	False	False	1.0	0				MOBP,MOBP	mobilizable	no_good_hit	892.0	98.43	51.0	0.23039088791095003	CP053243.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-9, complete sequence	True	True
ISR0366_000000016611	1266	0.5546980139923807	2	1	1	1	1	False	23613	maximal	False	ISR0780_000000008937	0.9173109344894027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	479.0	72.443	37.0	0.0001524144385088218	NZ_LR134442.1	high GC Gram+	Propionibacterium australiense strain NCTC13651 chromosome 1	True	False
ISR0389_000000011853	1868	0.5546972612789179	4	2	2	2	1	True	22905	maximal	True	ISR0389_000000011853	1.0		0	0	False	False	0.9941113591194153	0					non-mobilizable	no_good_hit	670.0	88.35799999999999	63.0	0.0038303362632045803	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ITA0006_000000016005	1435	0.5546938284426679	2	2	2	2	2	False	20348	maximal	True	ITA0006_000000016005	1.0		26	11	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	80.788	75.0	0.00023097717045136463	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0260_000000005779	2303	0.554691091516443	4	2	2	2	2	True	26714	fragment	False	ISR0260_000000005779	1.0		0	0	False	False	0.9917498826980591	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	2.0	0.00013747030520819517	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
FIJ0027_000000008002	2174	0.554689815598184	3	3	3	2	1	False	48997	fragment	False	FIJ0027_000000008002	1.0		0	0	False	False	0.9990800619125366	0					non-mobilizable	no_good_hit	55.0	92.727	3.0	6.912576896017434e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
FIJ0062_000000012260	2377	0.5546892515246115	3	3	2	3	2	False	112377	fragment	False	FIJ0062_000000012260	1.0		0	0	False	False	0.9991586208343506	0					non-mobilizable	no_good_hit	1297.0	97.84100000000001	61.0	0.000359898028891814	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0288_000000019060	1568	0.554687349968636	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.4264041050444759		0	0	False	False	0.9993622303009033	0					non-mobilizable	other	1491.0	98.65899999999999	95.0	0.02077755466309683	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0108_000000022395	1282	0.5546841756865629	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.04603805800535694	PS730	0	0	False	True	0.9906396269798279	0					non-mobilizable	other	1281.0	81.96700000000001	100.0	0.00039789473553221763	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0017_000000000884	23773	0.5546837539022171	27	25	7	10	23	True	123802	fragment	False	ENG0073_000000000695	0.6293406780246896		0	0	False	False	1.0	0					non-mobilizable	other	23773.0	99.98700000000001	100.0	0.015243689342178247	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0262_000000009106	1825	0.5546835731609496	3	2	1	2	1	False	126924	maximal	False	FIJ0061_000000012866	0.5734225267644094		0	0	False	False	0.9950684905052185	0					non-mobilizable	other	1686.0	98.04299999999999	92.0	0.0005039379880964101	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0299_000000009760	1341	0.5546748157517365	1	1	1	1	1	False	74136	fragment	False	ISR0299_000000009760	0.9647192716236722		0	0	False	False	0.9753915071487427	0					non-mobilizable	no_good_hit	93.0	94.624	7.0	0.0005861855602956981	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
DEN0026_000000021472	1318	0.5546748157517365	2	1	1	1	1	False	74136	fragment	False	ISR0299_000000009760	0.9567486950037285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	74.063	50.0	0.00022900507924203154	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0131_000000015909	1652	0.554673647097571	2	1	1	1	1	False	58355	maximal	True	ENG0131_000000015909	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1652.0	99.697	100.0	0.000460505965239749	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	False
SPA0102_000000020560	1572	0.5546724587706184	3	2	2	2	2	False	31132	maximal	True	SPA0102_000000020560	0.9993622448979591		195	12	False	False	0.9968193173408508	0					non-mobilizable	other	1572.0	100.0	100.0	0.033150453682211437	NZ_CYZO01000028.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0143_000000018631	1568	0.5546724587706184	3	2	2	2	2	False	31132	maximal	False	SPA0102_000000020560	0.9980916030534351		0	0	False	False	0.9751275777816772	0					non-mobilizable	other	1568.0	100.0	100.0	0.033066047689385945	NZ_CYZO01000028.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0051_000000008464	2985	0.5546721595597651	7	4	4	2	1	False	6562	maximal	True	SPA0051_000000008464	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	87.60799999999999	12.0	0.0001249280483442494	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
DEN0031_000000005095	5723	0.5546717375417615	8	5	2	5	5	False	73813	maximal	True	DEN0031_000000005095	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	2003.0	91.163	35.0	0.011519808310389715	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0024_000000010395	1997	0.5546692341261129	3	3	3	3	3	False	102763	maximal	False	SPA0015_000000010638	0.9358652202617433		0	0	False	False	1.0	0					non-mobilizable	other	1997.0	98.79799999999999	100.0	0.000608663699583602	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0193_000000003850	6798	0.5546609471103003	3	3	1	3	0	False	29109	maximal	True	ISR0193_000000003850	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4027.0	77.42699999999999	59.0	0.082808243392185	NZ_QSCB01000027.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf27, whole genome shotgun sequence	True	False
ISR0194_000000012461	2037	0.5546569116788072	3	3	3	3	3	False	50115	fragment	False	ISR0153_000000013209	0.9711493718008376		0	0	False	False	0.9911634922027588	0					non-mobilizable	other	2037.0	100.0	100.0	0.0004386369335745118	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ENG0127_000000009036	2816	0.5546542125387237	2	2	1	2	1	False	94029	fragment	False	ENG0127_000000009036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	82.927	36.0	2.6923978449957147e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0034_01_000000018664	2915	0.5546528974484503	6	2	2	1	2	False	115809	fragment	False	USA0034_01_000000018664	1.0		0	0	False	False	0.9996569752693176	0					non-mobilizable	no_good_hit	900.0	77.333	30.0	0.00037139581529974704	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0146_000000021199	1949	0.5546528974484503	2	2	2	1	2	False	115811	fragment	False	AST0061_000000020457	0.9476630963972736		0	0	False	False	0.9984607696533203	0					non-mobilizable	no_good_hit	900.0	77.444	45.0	0.00037139581529974704	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0026_000000003261	3672	0.5546509000560167	4	2	2	2	2	False	19959	maximal	True	MAD0026_000000003261	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	76.617	29.0	0.000879977758623659	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
MON0022_000000009520	2889	0.5546489259850239	5	5	5	3	2	False	13026	maximal	True	MON0022_000000009520	1.0		11	1	False	False	0.9968847632408142	0					non-mobilizable	chromosome	1237.0	98.545	99.0	0.0005086034285224802	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0238_000000006227	2279	0.5546487697592498	3	3	3	2	2	True	27295	maximal	True	ISR0238_000000006227	1.0		18	5	False	False	0.9991224408149719	0					non-mobilizable	other	2279.0	99.868	100.0	0.0008456512071132704	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
DEN0024_000000004448	1930	0.5546466777222175	3	3	3	3	3	False	74342	maximal	True	DEN0024_000000004448	1.0		1	1	False	False	0.9756476879119873	0					non-mobilizable	no_good_hit	802.0	75.062	41.0	0.0016215339711366952	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
AST0061_000000023064	1817	0.5546420590698071	3	3	2	2	1	False	111968	maximal	True	AST0061_000000023064	1.0		0	0	False	False	0.9510181546211243	0					non-mobilizable	no_good_hit	1056.0	91.193	84.0	0.0003656412909054659	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0024_01_000000008249	2896	0.5546416461693845	4	3	2	2	2	False	56065	fragment	False	USA0024_01_000000008249	0.9786324786324787		0	0	False	False	1.0	0					non-mobilizable	chromosome	2896.0	98.17	100.0	0.000809974723974664	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0026_000000004723	2298	0.5546410129253049	4	4	4	4	2	False	123089	maximal	True	ENG0026_000000004723	1.0		82	9	False	False	0.9947780966758728	0					non-mobilizable	other	1672.0	99.22200000000001	100.0	0.02011387026493494	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
ISR0319_000000003258	4499	0.5546394213724934	4	4	3	4	4	False	25106	maximal	True	ISR0319_000000003258	1.0		67	7	False	False	1.0	0					non-mobilizable	no_good_hit	3477.0	100.0	77.0	0.0010526542118736125	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
FIJ0011_000000002289	15864	0.5546313997194168	14	8	4	8	3	False	51028	maximal	True	FIJ0011_000000002289	1.0		1	1	False	False	0.9996218085289001	0					non-mobilizable	no_good_hit	175.0	78.857	1.0	0.0017850618508272874	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
ISR0066_000000014294	2260	0.5546308513168178	4	4	3	4	3	False	75340	fragment	False	ISR0066_000000014294	1.0		0	0	False	False	0.9946902394294739	0					non-mobilizable	no_good_hit	1036.0	80.985	56.0	0.0002581929205458334	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0200_000000001813	9737	0.5546300639498628	13	11	5	5	9	True	100949	fragment	False	ISR0775_000000001390	0.954046507247112		0	0	False	False	0.998870313167572	0					non-mobilizable	other	9675.0	99.948	99.0	0.09587425547307811	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ISR0831_000000001416	9706	0.5546300639498628	13	11	5	5	9	True	100949	fragment	False	ISR0775_000000001390	0.9540126444988658		0	0	False	False	1.0	0					non-mobilizable	other	9708.0	99.979	100.0	0.09620130224076588	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
SPA0122_000000018129	1289	0.5546282741129817	2	2	1	2	1	False	4102	fragment	False	SPA0122_000000018129	1.0		0	0	False	False	0.9883630871772766	0					non-mobilizable	other	904.0	93.25200000000001	94.0	0.0003279361269036547	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0087_000000011282	4227	0.5546281435971093	4	4	4	4	4	False	47241	maximal	True	MON0087_000000011282	1.0		51	10	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	75.473	45.0	0.024678642056690837	NZ_QFFN01000018.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c18, whole genome shotgun sequence	True	False
ISR0290_000000003917	3005	0.554625582873947	4	3	3	2	2	True	125769	maximal	True	ISR0290_000000003917	0.9299580991111247		619	14	False	False	0.999334454536438	0					non-mobilizable	other	3008.0	94.215	100.0	0.0009342282179853398	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0052_000000006162	2777	0.554625582873947	3	3	3	2	2	True	125769	maximal	False	ISR0290_000000003917	0.6153078202995008		0	0	False	False	1.0	0					non-mobilizable	chromosome	2779.0	92.839	100.0	0.000979220413516841	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0125_000000002684	5877	0.5546252403429179	6	6	6	6	6	False	81655	maximal	True	CHI0125_000000002684	1.0		13	5	False	False	0.9998298287391663	0					non-mobilizable	no_good_hit	1978.0	84.024	69.0	0.00043099647917444703	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0247_000000007527	1842	0.5546250120400196	3	3	3	3	3	False	29040	maximal	True	ISR0247_000000007527	0.9867914144193726		56	6	False	False	0.9951140284538269	0					non-mobilizable	no_good_hit	676.0	96.45	71.0	0.0002172425474363929	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0184_000000020542	1111	0.5546180680998543	2	1	1	1	1	False	55080	maximal	True	ENG0184_000000020542	1.0		25	5	False	False	0.9954995512962341	0					non-mobilizable	no_good_hit	626.0	100.0	56.0	0.05610916599335668	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0196_000000012904	1634	0.5546169539436461	3	3	3	2	2	False	59244	maximal	True	ISR0196_000000012904	1.0		7	5	False	False	0.9914320707321167	0					non-mobilizable	no_good_hit	583.0	73.585	35.0	0.00027612345637656157	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	True	False
DEN0012_000000004195	1504	0.5546164979806785	2	2	2	1	1	False	75435	maximal	True	DEN0012_000000004195	1.0		4	3	False	False	0.9873670339584351	0					non-mobilizable	chromosome	1464.0	99.795	97.0	0.00024979122882771765	LR133932.1	enterobacteria	Klebsiella oxytoca strain NCTC11356 genome assembly, chromosome: 1	False	False
MON0046_000000007319	4046	0.5546075466780724	4	2	2	2	2	False	11538	fragment	False	MON0046_000000007319	1.0		0	0	False	False	0.9928324222564697	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000023272	1301	0.5546071561501401	2	1	1	1	1	False	68694	fragment	False	DEN0090_000000023272	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1181.0	96.105	99.0	0.00038033561717350684	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0042_01_000000005186	4989	0.5546017228195226	7	7	5	7	5	False	120680	maximal	True	USA0042_01_000000005186	1.0		12	4	False	False	0.9975947141647339	0					non-mobilizable	no_good_hit	1260.0	98.73	25.0	0.00044391325412763456	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0038_000000027565	1269	0.5546012657406675	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.9389737709600593		0	0	False	False	0.996847927570343	0					non-mobilizable	other	1270.0	95.197	100.0	0.06371859296482411	NZ_CABIWU010000042.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0139_000000017428	1615	0.5546006214751674	2	2	2	2	2	False	66115	fragment	False	SPA0139_000000017428	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1619.0	89.376	99.0	0.0005052617511180847	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0179_000000001307	9920	0.5545999262241694	10	8	2	6	5	True	77592	fragment	False	CHI0179_000000001307	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	9844.0	99.919	100.0	0.04125037717504275	MH733010.1	enterobacteria	Klebsiella pneumoniae strain KP14812 plasmid pKP14812-MCR-1, complete sequence	False	True
SPA0118_000000008190	3577	0.5545998238159245	6	4	4	3	2	False	4262	fragment	False	SPA0118_000000008190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	78.167	41.0	0.427784222737819	NZ_OFSM01000094.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
SPA0100_000000023072	1205	0.5545964766467715	2	2	2	2	1	False	35464	fragment	False	ISR0266_000000017792	0.9196238659061583		0	0	False	False	0.9875518679618835	0					non-mobilizable	other	1114.0	96.76799999999999	92.0	0.012096511248777307	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0104_000000032190	1187	0.5545908967673838	2	2	2	2	2	False	75165	maximal	False	DEN0017_000000024759	0.9448802869439737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	72.222	41.0	0.00021014158125205062	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
FIJ0172_000000013092	2091	0.554589417563263	4	4	1	3	1	False	38735	maximal	True	FIJ0172_000000013092	1.0		6	1	False	False	0.9995217323303223	0					non-mobilizable	no_good_hit								True	False
ISR0374_000000000877	14954	0.5545879000215799	12	6	3	6	4	False	94348	maximal	False	SPA0113_000000001835	0.7346106789118194		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
DEN0022_000000001672	14744	0.5545879000215799	13	6	3	6	4	False	94348	maximal	False	SPA0113_000000001835	0.8483743638708184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
ISR0817_000000000943	13488	0.5545879000215799	12	6	3	6	4	False	94348	maximal	False	SPA0113_000000001835	0.6909765553930353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	1.0	0.0005327950736947802	NZ_JAAMOW010000010.1	g-proteobacteria	Solimonas terrae strain KIS83-12 NODE_10_length_195197_cov_62.553231, whole genome shotgun sequence	True	False
DEN0018_000000001937	13355	0.5545879000215799	12	6	3	6	4	False	94348	maximal	False	SPA0113_000000001835	0.6512806456594841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
ENG0168_000000001942	13340	0.5545879000215799	12	6	3	6	4	False	94348	maximal	False	SPA0113_000000001835	0.6491685075953206		0	0	False	False	0.9992503523826599	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
ENG0012_000000001739	13302	0.5545879000215799	12	6	3	6	4	False	94348	maximal	False	SPA0113_000000001835	0.648858280783402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
ISR0268_000000000812	12576	0.5545879000215799	10	6	3	6	4	False	94348	maximal	False	SPA0113_000000001835	0.24268172506083482		0	0	False	False	0.9984892010688782	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	1.0	0.0005327950736947802	NZ_JAAMOW010000010.1	g-proteobacteria	Solimonas terrae strain KIS83-12 NODE_10_length_195197_cov_62.553231, whole genome shotgun sequence	True	False
ENG0058_000000030940	1125	0.5545833265558291	2	2	2	2	1	False	63399	fragment	False	ENG0058_000000030940	1.0		0	0	False	False	0.9760000109672546	0					non-mobilizable	chromosome	1125.0	99.289	100.0	0.0003901661454607487	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
ISR0056_000000001303	11209	0.5545810947819914	22	5	3	5	3	True	45206	maximal	True	ISR0056_000000001303	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	88.764	1.0	0.0035132545512615776	NZ_QRYH01000033.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf33, whole genome shotgun sequence	True	True
CHI0008_000000003491	2639	0.5545801040635236	4	2	2	1	0	True	90523	maximal	True	CHI0008_000000003491	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	100.0	28.0	0.0031218646790077205	NZ_CZAI01000009.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
ISR0848_000000003174	4709	0.5545762260839898	5	5	5	5	5	False	101566	fragment	False	ISR0848_000000003174	0.9935409457900808		0	0	False	False	0.9997876286506653	0					non-mobilizable	other	4709.0	99.745	100.0	0.009813569287093291	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0349_000000002866	3369	0.5545746192658124	4	4	4	4	3	False	116949	fragment	False	ISR0349_000000002866	1.0		0	0	False	False	0.9997031688690186	0					non-mobilizable	other	3369.0	98.486	100.0	0.07974617606667614	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0084_000000033420	1135	0.5545670716616232	3	3	3	1	1	False	9803	fragment	False	MON0084_000000033420	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	100.0	100.0	0.0004498223915557151	CP029796.1	high GC Gram+	Bifidobacterium longum subsp. longum strain YS108R chromosome, complete genome	False	False
MON0103_000000019713	2572	0.5545625195585114	3	1	1	1	1	False	8907	maximal	True	MON0103_000000019713	1.0		1	1	False	False	0.9996111989021301	0					non-mobilizable	no_good_hit								True	False
ENG0180_000000014003	1287	0.5545604381586996	3	2	2	1	1	False	55310	maximal	True	ENG0180_000000014003	1.0		363	9	False	False	0.9642579555511475	0					non-mobilizable	no_good_hit								True	False
CHI0106_000000007402	2652	0.5545570029077369	5	4	2	2	2	False	83158	fragment	False	CHI0106_000000007402	1.0		0	0	False	False	0.9996229410171509	0					non-mobilizable	other	2672.0	92.365	100.0	0.0006219828233820747	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0061_01_000000004926	2220	0.5545483138485312	5	3	3	2	3	False	101642	fragment	False	ENG0050_000000012830	0.9572491015622027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	97.363	38.0	0.03654699475594998	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0285_000000017638	1146	0.5545419859172701	2	2	2	2	1	False	26054	fragment	False	ISR0285_000000017638	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	99.738	100.0	0.01795374362994904	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	False	False
SPA0127_000000018242	1609	0.5545408658270085	2	2	2	2	2	False	3914	fragment	False	SPA0127_000000018242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	86.441	4.0	2.4510502973346834e-05	NZ_CVLB01000001.1	bacteria	Brachyspira suanatina strain AN4859/03, whole genome shotgun sequence	True	False
SPA0107_000000003475	8148	0.5545371284954705	14	4	3	4	3	False	4726	maximal	True	SPA0107_000000003475	1.0		1	1	False	False	0.9984045028686523	0					non-mobilizable	no_good_hit	66.0	83.333	1.0	1.8670558568536892e-05	NZ_RSDX01000001.1	firmicutes	Herbinix hemicellulosilytica strain LL1355 Ga0256695_11, whole genome shotgun sequence	True	False
CAN0007_000000016604	2471	0.5545366436379117	2	2	2	2	2	False	114669	fragment	False	CAN0007_000000016604	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1414.0	92.71600000000001	56.0	0.0004013459738826454	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0055_000000004238	3356	0.5545359886497283	4	4	4	3	3	False	46272	maximal	True	FIJ0055_000000004238	1.0		22	3	False	False	0.984803318977356	0					non-mobilizable	chromosome	3342.0	99.19200000000001	99.0	0.0006200858060670042	CP044047.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_629 chromosome, complete genome	False	False
CHI0177_000000001847	7871	0.5545358306740011	10	8	3	6	8	False	77698	maximal	True	CHI0177_000000001847	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	86.022	21.0	0.00027467817735514033	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
AUS0022_000000027714	1226	0.5545327985096931	2	2	2	1	1	False	99070	maximal	True	AUS0022_000000027714	1.0		101	9	False	False	0.990212082862854	0					non-mobilizable	no_good_hit	803.0	99.50200000000001	65.0	0.004846624283884068	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0026_01_000000015691	2059	0.554532763271519	3	3	2	3	3	False	112743	maximal	True	USA0026_01_000000015691	1.0	PS721	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1756.0	74.431	84.0	0.2117001828153565	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0005_000000022833	2348	0.5545316445288855	2	2	2	2	2	False	14127	maximal	True	MON0005_000000022833	1.0		321	11	False	False	0.9991481900215149	0					non-mobilizable	other	2348.0	99.83	100.0	0.00408922775099443	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	False
DEN0071_000000012258	3161	0.5545302823595067	6	4	4	4	3	False	70477	maximal	True	DEN0071_000000012258	1.0		236	9	False	False	1.0	0					non-mobilizable	other	1945.0	99.69200000000001	99.0	0.0005817431406528631	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0312_000000007395	2288	0.5545291443076295	2	2	2	2	1	False	25257	maximal	True	ISR0312_000000007395	1.0		6	3	False	False	0.998688817024231	0					non-mobilizable	no_good_hit	754.0	75.862	32.0	0.0053696285767612815	NZ_FQXK01000011.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ISR0366_000000002013	6396	0.5545288069600881	5	4	4	2	3	False	124484	maximal	True	ISR0366_000000002013	1.0		41	7	False	False	1.0	0					non-mobilizable	other	5956.0	89.641	93.0	0.002134626916047583	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
DEN0096_000000006799	5835	0.5545288069600881	4	4	4	2	3	False	124483	fragment	False	DEN0096_000000006799	1.0		0	0	False	False	0.9998286366462708	0					non-mobilizable	other	5853.0	90.569	100.0	0.00209728440986273	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
CHI0116_000000007455	2228	0.554525398051125	3	3	3	3	3	False	82176	fragment	False	CHI0116_000000007455	1.0		0	0	False	False	0.9923698306083679	0					non-mobilizable	other	2228.0	99.461	100.0	0.05294439293440791	NZ_CYYV01000021.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0830_000000015413	1894	0.5545242550533536	3	1	1	1	1	False	21042	fragment	False	ISR0830_000000015413	1.0		0	0	False	False	0.9899682998657227	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	1.476755862720775e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0128_000000002948	8173	0.5545234969052754	13	3	3	3	3	False	74879	maximal	False	ISR0333_000000001824	0.7926283256333728		0	0	False	True	0.9996329545974731	0					non-mobilizable	no_good_hit	62.0	91.935	1.0	0.0005385319618719371	NZ_WNAJ01000012.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold12_size111330, whole genome shotgun sequence	True	True
ISR0839_000000002508	5844	0.5545228906608399	6	4	3	3	4	False	20852	maximal	True	ISR0839_000000002508	1.0		1	1	False	False	0.9984599351882935	0					non-mobilizable	no_good_hit	1216.0	74.507	21.0	0.0055890079743333414	NZ_QPJT01000006.1	firmicutes	Anaerobacterium chartisolvens strain DSM 27016 Ga0244570_106, whole genome shotgun sequence	True	False
DEN0073_000000009455	4803	0.5545192844633076	6	6	6	6	6	False	83451	maximal	True	DEN0073_000000009455	1.0		7	5	False	False	0.9997918009757996	0					non-mobilizable	other	4803.0	99.355	100.0	0.011846903078418505	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0385_000000009134	2399	0.5545163132522348	4	2	2	1	1	False	50916	maximal	True	ISR0385_000000009134	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1392.0	80.891	94.0	0.0003328064099624718	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0025_000000021963	1790	0.5545125208052256	2	1	1	1	1	False	37348	maximal	True	ISR0025_000000021963	1.0		22	5	False	False	0.9977653622627258	0					non-mobilizable	other	1064.0	87.594	97.0	0.005788198839086981	NZ_FUWW01000001.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ENG0201_000000004772	1555	0.5545109447046357	3	2	2	2	2	False	54152	maximal	True	ENG0201_000000004772	1.0		18	6	False	False	0.9684887528419495	0					non-mobilizable	no_good_hit	1382.0	84.226	88.0	0.016854141144151166	NZ_NFHM01000013.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_13, whole genome shotgun sequence	True	False
ISR0377_000000002155	5157	0.5545109393177006	5	5	5	4	4	False	126002	maximal	True	ISR0377_000000002155	1.0	PS939	5	2	False	True	1.0	0					non-mobilizable	no_good_hit	3361.0	87.47399999999999	88.0	0.006570841889117043	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	True
DEN0066_000000026282	1414	0.5545104905861622	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.12741144498334508		0	0	False	False	1.0	0					non-mobilizable	chromosome	1417.0	90.26100000000001	100.0	0.0004742611506066941	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0078_000000026426	1740	0.5545089205363574	2	2	2	1	1	False	13410	fragment	False	MON0019_000000036347	0.9699440828913427		0	0	False	False	0.9902299046516418	0					non-mobilizable	other	1740.0	99.943	100.0	0.0007074846094636136	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	False
MON0015_000000023298	1626	0.5545089205363574	2	2	2	1	1	False	13410	fragment	False	MON0019_000000036347	0.6352490421455939		0	0	False	False	0.984009861946106	0					non-mobilizable	other	1626.0	99.2	100.0	0.0006813454329101165	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	False
ISR0364_000000011859	1519	0.5545089205363574	2	2	2	1	1	False	35579	fragment	False	ISR0798_000000006883	0.7138912629081321		0	0	False	False	1.0	0					non-mobilizable	chromosome	1519.0	99.73700000000001	100.0	0.0006894334110876153	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
USA0011_01_000000021885	1650	0.5545085780544349	3	2	0	2	0	True	2006	maximal	True	USA0011_01_000000021885	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0148_000000024023	1514	0.5545076549159446	3	2	2	2	2	False	57277	maximal	True	ENG0148_000000024023	1.0		29	8	False	False	0.9894319772720337	0					non-mobilizable	no_good_hit	343.0	73.76100000000001	37.0	3.786526273575506e-05	NZ_CP023778.1	high GC Gram+	Nocardia terpenica strain NC_YFY_NT001 chromosome, complete genome	True	False
MON0089_000000003536	5355	0.5545063850271109	6	5	3	3	5	True	9616	maximal	True	MON0089_000000003536	1.0		1	1	False	False	0.9777777791023254	0					non-mobilizable	no_good_hit	1455.0	79.58800000000001	27.0	0.000596344076067551	CP059567.1	b-proteobacteria	Neisseria shayeganii strain DSM 22244 chromosome, complete genome	True	True
MON0068_000000035116	1203	0.5545056987574675	2	2	2	2	1	False	26671	fragment	False	MON0068_000000035116	0.9723731884057971		0	0	False	False	0.9991687536239624	0					non-mobilizable	chromosome	752.0	94.814	100.0	0.00024206105804856242	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0376_000000001998	7730	0.554504255652979	11	10	3	8	8	False	132521	backbone	False	USA0060_01_000000001071	0.043028876594370546	PS1166	0	0	False	True	0.9998706579208374	0					non-mobilizable	other	7675.0	99.87	99.0	0.20462363010959123	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
DEN0004_000000000049	7592	0.554504255652979	11	10	3	8	8	False	132521	backbone	False	USA0060_01_000000001071	0.04133552422476826	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	7592.0	100.0	100.0	0.17273865058595972	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
CHI0129_000000002562	7252	0.554504255652979	11	10	3	8	8	False	132521	backbone	False	USA0060_01_000000001071	0.03933712625182311	PS1166	0	0	False	True	0.9994484186172485	0					non-mobilizable	other	7250.0	99.876	99.0	0.19321120976988507	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
USA0069_01_000000008464	7174	0.554504255652979	11	10	3	8	8	False	132521	backbone	False	USA0060_01_000000001071	0.03929045661882907	PS1166	0	0	False	True	1.0	0					non-mobilizable	other	7174.0	100.0	100.0	0.19126469882409408	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
ENG0157_000000004347	5404	0.5544958160760192	8	4	3	4	2	False	82534	maximal	True	ENG0157_000000004347	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	2.0	0.0012622720897615708	NZ_JNJN01000009.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
ISR0023_000000007679	3662	0.5544919900682423	6	3	3	3	3	True	115703	fragment	False	ISR0023_000000007679	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1292.0	98.065	98.0	0.0003529212365091688	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0378_000000011378	2388	0.5544894019987027	3	3	2	2	2	False	113843	maximal	False	ISR0091_000000011009	0.49267995534359393		0	0	False	False	0.9995812177658081	0					non-mobilizable	other	1223.0	89.616	90.0	0.0003801621319940344	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0140_000000016993	1348	0.5544891359425461	2	1	1	1	1	False	31228	maximal	True	ISR0140_000000016993	1.0		19	4	False	False	0.9658753871917725	0					non-mobilizable	no_good_hit								True	False
ISR0845_000000000492	20593	0.5544861372821837	20	15	8	11	10	True	43514	maximal	True	ISR0845_000000000492	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	87.619	1.0	0.0006038016279420815	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	True
ENG0131_000000011123	2393	0.5544836007962679	4	3	1	2	2	True	118261	maximal	True	ENG0131_000000011123	1.0		26	7	False	False	1.0	0					non-mobilizable	chromosome	2393.0	98.955	100.0	0.0006803824022163627	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
CHI0038_000000010335	1223	0.5544811520009126	2	2	2	2	2	False	87806	fragment	False	SPA0136_000000033417	0.6286277824739362		0	0	False	False	0.9615699052810669	0					non-mobilizable	other	1223.0	99.346	100.0	0.005323157477468059	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0012_000000020490	1182	0.5544806419327114	2	2	2	2	2	False	124602	maximal	False	ISR0394_000000015658	0.9407017584627855		0	0	False	False	0.9974619150161743	0					non-mobilizable	chromosome	1195.0	74.226	99.0	0.00033192482000698526	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0029_000000001169	9080	0.5544791606617074	8	6	4	6	4	False	88631	maximal	True	CHI0029_000000001169	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4408.0	79.015	48.0	0.016840054010924938	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0021_000000017157	1398	0.5544759312393601	2	2	2	1	2	False	37612	fragment	False	ISR0021_000000017157	0.9795769511305616		0	0	False	False	1.0	0					non-mobilizable	chromosome	1398.0	100.0	100.0	0.000263801272477634	CP060057.1	enterobacteria	Escherichia coli strain G8 chromosome, complete genome	False	False
FIJ0096_000000001352	17261	0.5544725362553015	19	7	4	3	5	False	43052	maximal	True	FIJ0096_000000001352	1.0		4	1	False	False	0.999826192855835	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.556778696377308e-06	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0056_000000017517	1230	0.5544720547821946	3	2	2	1	1	False	95999	maximal	True	FIJ0056_000000017517	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	88.962	87.0	0.012689087622490724	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
SPA0026_000000013890	2251	0.55446967751412	3	3	3	3	2	False	69548	fragment	False	MON0038_000000013446	0.9555024607526056		0	0	False	False	0.9986672401428223	0					non-mobilizable	no_good_hit	296.0	75.33800000000001	13.0	0.0012537721247546498	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
ISR0848_000000004508	3549	0.5544675233458469	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.9738070568848052	PS597	0	0	False	True	1.0	0					non-mobilizable	chromosome	2545.0	98.861	100.0	0.00046362090849985053	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ISR0151_000000000372	21881	0.5544658140842864	38	10	3	8	7	False	34320	fragment	False	ISR0151_000000000372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	84.397	1.0	0.0007627474161931276	NZ_SPFR01000005.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_5_length_183547_cov_48.9653, whole genome shotgun sequence	True	False
FIJ0074_000000011014	2923	0.5544638450605651	4	4	3	4	2	False	122033	maximal	True	FIJ0074_000000011014	1.0		6	3	False	False	0.9976052045822144	0					non-mobilizable	no_good_hit	1341.0	91.499	46.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0387_000000011522	2105	0.5544626838340252	3	2	2	2	2	False	83840	maximal	True	ISR0387_000000011522	1.0		18	5	False	False	0.9995249509811401	0					non-mobilizable	no_good_hit	1368.0	98.757	65.0	0.006005781718171993	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	True	False
SPA0097_000000005007	5906	0.554461890740347	6	4	1	4	1	False	5132	maximal	True	SPA0097_000000005007	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	91.14399999999999	14.0	0.04850008981498114	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
ISR0180_000000018796	1306	0.5544554055128941	2	1	1	1	1	False	29616	maximal	True	ISR0180_000000018796	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0181_000000014280	1412	0.5544546427521	2	2	2	2	2	False	55264	maximal	True	ENG0181_000000014280	1.0		2	2	False	False	0.9900850057601929	0					non-mobilizable	no_good_hit	732.0	81.96700000000001	52.0	0.0007380689026968997	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MON0104_000000024774	1838	0.5544500273631711	4	3	3	1	1	False	8802	maximal	True	MON0104_000000024774	1.0		271	8	False	False	0.9994559288024902	0					non-mobilizable	no_good_hit	738.0	95.79899999999999	85.0	0.00032496575938228246	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ENG0107_000000003391	7035	0.5544463443168385	9	9	4	5	9	True	123726	fragment	False	DEN0035_000000004028	0.9446906604113064		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	7057.0	98.881	100.0	0.19277899343544858	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
CHI0059_000000001883	7663	0.554444538684147	8	6	4	4	6	True	123730	fragment	False	CHI0059_000000001883	0.9982587864263245		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3851.0	99.844	100.0	0.05204812761930512	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
CHI0038_000000001377	7651	0.554444538684147	8	6	4	4	6	True	123730	fragment	False	CHI0059_000000001883	0.9965203245520619		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3845.0	99.766	100.0	0.05193997566581046	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
FIJ0011_000000038637	1203	0.5544403481227863	1	1	1	1	1	False	50873	fragment	False	MON0026_000000043400	0.9757651352478938		0	0	False	False	0.9991687536239624	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	6.0	0.00040284678393984153	NZ_LR027598.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
ISR0177_000000011555	2502	0.5544321195186995	3	3	3	3	3	False	75068	maximal	True	ISR0177_000000011555	1.0		44	12	False	False	1.0	0					non-mobilizable	chromosome	2497.0	97.557	99.0	0.0006948533249817309	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0173_000000001831	9215	0.5544314245517207	8	6	5	3	5	False	77920	maximal	True	CHI0173_000000001831	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7636.0	93.30799999999999	88.0	0.0015746105261504977	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
SPA0077_000000015381	1866	0.5544277737822293	3	3	3	2	1	False	5693	maximal	True	SPA0077_000000015381	1.0		1	1	False	False	0.9876741766929626	0					non-mobilizable	no_good_hit	772.0	83.80799999999999	40.0	0.0018278798020470353	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
FIJ0117_000000004219	5101	0.5544256270894343	7	2	1	2	1	False	89427	maximal	True	FIJ0117_000000004219	1.0		3	1	True	True	1.0	26					non-mobilizable	no_good_hit	369.0	89.16	7.0	0.09374201787994892	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0121_000000006240	4170	0.5544256270894343	6	2	1	2	1	False	89425	fragment	False	FIJ0121_000000006240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	369.0	89.16	9.0	0.09374201787994892	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ENG0067_000000017736	1500	0.5544248644813721	2	2	2	2	2	True	85855	maximal	True	ENG0067_000000017736	1.0		252	12	False	False	1.0	0					non-mobilizable	other	1500.0	99.73299999999999	100.0	0.0004014204768361104	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0120_000000003364	7163	0.5544234292817402	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.6277226409892628	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.11420204978038068	GQ877106.1		Uncultured organism clone VC1AJ31TR genomic sequence	True	True
SPA0021_000000004346	6458	0.5544234292817402	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.553433263255604	PS1102	0	0	False	True	0.9982966780662537	0					non-mobilizable	no_good_hit	101.0	93.069	2.0	0.10822510822510822	GQ879036.1		Uncultured organism clone VC1C429TR genomic sequence	True	True
MON0032_000000012257	2231	0.5544223740406394	4	3	2	3	2	False	12398	fragment	False	MON0032_000000012257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0049_000000014124	1552	0.5544174554509085	2	2	2	1	1	False	110332	fragment	False	ISR0083_000000017330	0.9265617299137138		0	0	False	False	0.9246134161949158	0					non-mobilizable	other	1452.0	96.488	94.0	0.012317278144683452	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0104_000000000639	23058	0.5544160074892632	16	13	9	9	9	False	118371	maximal	True	ENG0104_000000000639	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3893.0	84.613	22.0	0.0016272669920921197	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0135_000000004587	4087	0.5544159304518796	6	5	2	3	4	False	101750	fragment	False	ISR0135_000000004587	0.996145411310683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3119.0	82.78299999999999	78.0	0.5050090326818854	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0096_000000008753	4081	0.5544159304518796	6	5	2	3	4	False	101750	fragment	False	ISR0135_000000004587	0.9954903819021846		0	0	False	False	0.9985297918319702	0					non-mobilizable	no_good_hit	3074.0	82.694	77.0	0.4977828871735917	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MAD0032_000000004163	3724	0.5544159304518796	6	5	2	3	4	False	101750	fragment	False	ISR0135_000000004587	0.9408262554409333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1545.0	89.64399999999999	74.0	0.22780495034830295	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MON0046_000000010253	3024	0.5544159304518796	5	5	2	3	4	False	101749	fragment	False	MON0075_000000006432	0.8284768104957637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2638.0	85.027	86.0	0.43110527180160946	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CHI0132_000000010999	2869	0.5544159304518796	5	5	2	3	4	False	101749	fragment	False	MON0075_000000006432	0.833404525087559		0	0	False	False	1.0	0					non-mobilizable	other	2880.0	82.77799999999999	99.0	0.466250615864674	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0120_000000011301	2816	0.5544159304518796	5	5	2	3	4	False	101749	fragment	False	MON0075_000000006432	0.8244267867356632		0	0	False	False	1.0	0					non-mobilizable	plasmid	1421.0	90.57	94.0	0.20957462575959684	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
CAN0006_000000037923	1175	0.5544147425167402	3	1	1	1	1	False	95485	maximal	True	CAN0006_000000037923	1.0		273	12	False	False	0.978723406791687	0					non-mobilizable	other	1175.0	99.574	100.0	0.0002878388573140614	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0014_000000024295	1408	0.5544100748631494	3	2	2	2	2	False	41604	fragment	False	FIJ0157_000000012926	0.9560957356224724		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	84.26100000000001	95.0	0.9970104633781763	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0336_000000010646	1445	0.554409339616609	2	2	2	2	2	False	24459	fragment	False	ISR0336_000000010646	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	94.87899999999999	100.0	0.00035403689093824924	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0001_000000014099	1833	0.5544086070182058	3	2	1	2	1	False	123043	fragment	False	ISR0001_000000014099	1.0		0	0	False	False	0.9934533834457397	0					non-mobilizable	no_good_hit	1561.0	98.719	89.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0004_000000015399	1704	0.5544086070182058	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.8758016358678988		0	0	False	False	0.9876760840415955	0					non-mobilizable	chromosome	1562.0	98.464	92.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0087_000000005908	2591	0.554406336929335	6	4	3	3	1	True	5481	maximal	True	SPA0087_000000005908	1.0		2	1	False	False	0.9945966601371765	0					non-mobilizable	no_good_hit	578.0	88.06200000000001	30.0	0.00018591307291804268	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0074_000000025434	1198	0.5544060907475091	2	2	2	2	2	False	34663	fragment	False	ISR0074_000000025434	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	93.823	100.0	0.021237713352968313	NZ_QRYH01000017.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf17, whole genome shotgun sequence	False	False
MON0010_000000005757	3911	0.5544017400454279	7	6	2	6	6	True	13751	fragment	False	MON0010_000000005757	1.0		0	0	False	False	0.9997442960739136	0			MPF_F		non-mobilizable	plasmid	3911.0	100.0	100.0	0.03032088961955426	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
FIJ0018_000000006407	4232	0.5544000220990214	5	3	3	2	2	True	131300	maximal	True	FIJ0018_000000006407	0.9585710741751426	PS1133	475	14	False	True	1.0	0					non-mobilizable	chromosome	4235.0	93.648	100.0	0.0014234566401105106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0151_000000004794	3403	0.5544000220990214	3	3	3	2	2	True	131299	fragment	False	AST0151_000000004794	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	3341.0	94.553	100.0	0.0011232146625795162	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0106_000000015340	1750	0.5543988975168846	2	2	2	2	1	False	108172	maximal	True	FIJ0106_000000015340	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	96.435	97.0	0.005473549160838673	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
CHI0133_000000018507	1131	0.5543976064765113	2	1	1	1	1	False	80755	maximal	True	CHI0133_000000018507	1.0		18	9	False	False	0.9628646969795227	0					non-mobilizable	no_good_hit	343.0	74.05199999999999	30.0	0.0013360105630776684	NZ_RRCO01000005.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_5, whole genome shotgun sequence	True	False
ISR0261_000000007063	2554	0.5543923222541354	5	3	2	3	2	True	26691	maximal	True	ISR0261_000000007063	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0068_000000018395	1110	0.5543895048424132	2	2	2	2	2	False	70673	maximal	False	ISR0319_000000018911	0.7488779174147218		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	100.0	100.0	0.004207147978558341	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0030_000000009198	2303	0.5543838270977743	4	4	2	2	4	False	98817	fragment	False	ISR0030_000000009198	1.0		0	0	False	False	0.9952236413955688	0					non-mobilizable	other	2303.0	97.916	100.0	0.0011822813922159456	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
CHI0054_000000008659	1999	0.5543838270977743	4	4	2	2	4	False	98816	fragment	False	ENG0110_000000014441	0.926603325415677		0	0	False	False	1.0	0					non-mobilizable	other	2000.0	97.95	100.0	0.0010256368115791675	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
ISR0008_000000008651	1513	0.5543797469378065	1	1	1	1	1	False	67847	fragment	False	ISR0821_000000019360	0.9584001654022608		0	0	False	False	0.9966952800750732	0					non-mobilizable	no_good_hit								True	False
MON0025_000000025622	1616	0.5543794672895748	1	1	1	1	1	False	12804	maximal	True	MON0025_000000025622	1.0		489	15	False	False	0.9993811845779419	0					non-mobilizable	other	1616.0	97.896	100.0	0.0004862455729824497	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0096_000000023280	1612	0.5543794672895748	1	1	1	1	1	False	106789	maximal	False	MON0072_000000012490	0.9405245523982654		0	0	False	False	0.9987593293190002	0					non-mobilizable	chromosome	1614.0	86.741	99.0	0.0005186101762984513	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0087_000000003211	7931	0.5543774464888042	9	9	7	8	8	False	127582	fragment	False	ISR0779_000000003099	0.42666224929517516		0	0	False	False	1.0	0					non-mobilizable	chromosome	7941.0	97.821	100.0	0.003441369888078517	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0103_000000021333	1169	0.5543719919699395	2	2	2	2	2	False	66511	fragment	False	SPA0144_000000014680	0.2628707807705421		0	0	False	False	0.9751924872398376	0					non-mobilizable	no_good_hit	1016.0	72.047	86.0	0.0366756269101889	NZ_SLUM01000037.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_137, whole genome shotgun sequence	True	False
ENG0177_000000018440	1431	0.5543711416112818	2	2	2	2	1	False	60690	maximal	True	ENG0177_000000018440	1.0		574	13	False	False	0.9734451174736023	0					non-mobilizable	other	1431.0	99.86	100.0	0.026187118867544455	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0098_000000020749	1203	0.5543711416112818	2	2	2	2	1	False	60689	fragment	False	ENG0098_000000020749	1.0		0	0	False	False	0.9991687536239624	0					non-mobilizable	other	1203.0	99.917	100.0	0.022011829985166737	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
TAN0018_000000002056	3959	0.5543581587412398	6	4	3	4	3	False	2428	maximal	True	TAN0018_000000002056	1.0		2	1	False	False	0.9893912672996521	0					non-mobilizable	no_good_hit	121.0	79.339	3.0	2.5112019825726838e-05	CP000454.1	high GC Gram+	Arthrobacter sp. FB24, complete genome	True	False
MON0096_000000028918	1323	0.5543539039392109	3	3	3	2	1	False	75314	fragment	False	ISR0164_000000017815	0.5462638093751201		0	0	False	False	0.9962207078933716	0					non-mobilizable	other	1323.0	79.214	99.0	0.0005503868007771646	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0355_000000008314	2331	0.5543529480490528	5	2	2	1	1	False	24213	maximal	True	ISR0355_000000008314	1.0		44	6	False	False	0.9982839822769165	0					non-mobilizable	no_good_hit	995.0	77.286	42.0	0.007580071722099949	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0058_000000003203	1165	0.5543420240522594	2	2	2	2	2	False	71978	fragment	False	DEN0058_000000003203	1.0		0	0	False	False	0.9879828095436096	0					non-mobilizable	chromosome	1165.0	94.764	100.0	0.0003227024384045569	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0101_000000018062	1307	0.5543311452043079	2	2	2	2	2	False	33121	fragment	False	ISR0279_000000018265	0.7145657131125605		0	0	False	False	0.9954093098640442	0					non-mobilizable	other	1307.0	94.415	100.0	0.01783081208017039	NZ_CYZO01000014.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0099_000000005403	4198	0.5543294750145151	5	3	2	3	2	False	50080	maximal	True	FIJ0099_000000005403	1.0		167	9	False	False	1.0	0					non-mobilizable	chromosome	2050.0	97.024	100.0	0.0009556056133085221	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
USA0004_01_000000009593	2571	0.5543277068861439	4	4	4	4	3	False	95513	maximal	True	USA0004_01_000000009593	1.0		121	10	False	False	1.0	0					non-mobilizable	other	1128.0	100.0	100.0	0.00032131220826733174	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0018_000000009393	2274	0.5543268651177101	3	3	2	3	2	False	37792	maximal	True	ISR0018_000000009393	1.0		4	3	False	False	0.9947229623794556	0					non-mobilizable	no_good_hit	293.0	80.546	13.0	0.0008630907516279015	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0029_000000026528	1618	0.5543232621525279	3	2	2	2	2	False	56510	fragment	False	ISR0038_000000016691	0.8005540277007374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0026_000000004581	2791	0.5543216018793891	3	2	2	1	1	True	48880	fragment	False	MAD0026_000000004581	0.9810246679316887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	83.527	15.0	0.001309363176158525	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	True
FIJ0029_000000012673	2635	0.5543216018793891	4	2	2	1	1	True	48880	fragment	False	MAD0026_000000004581	0.9541383016839843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	83.527	16.0	0.001309363176158525	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	True
ISR0161_000000014131	2167	0.5543164595929272	4	4	4	3	3	False	30398	fragment	False	ISR0161_000000014131	1.0		0	0	False	False	0.9921550750732422	0					non-mobilizable	other	2177.0	92.696	100.0	0.0009361418164090188	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
FIJ0068_000000001503	15027	0.5543127298175631	11	10	3	5	10	False	45138	fragment	False	FIJ0068_000000001503	1.0		0	0	False	False	0.9997338056564331	0					non-mobilizable	plasmid	15015.0	98.74799999999999	99.0	0.1575417939111545	CP058021.1	enterobacteria	Escherichia coli strain RHB04-C06 plasmid pRHB04-C06_3, complete sequence	False	True
MON0078_000000037175	1279	0.5543091605895213	3	1	1	1	1	True	98400	fragment	False	MON0005_000000039337	0.476620029455081		0	0	False	False	0.9734167456626892	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	5.0	0.0007081710441357189	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	True	True
USA0034_01_000000036877	1400	0.5543086602229246	2	2	2	2	1	False	1458	fragment	False	USA0034_01_000000036877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	87.34200000000001	6.0	2.487267105701199e-05	NC_015520.1	firmicutes	Mahella australiensis 50-1 BON, complete sequence	True	False
ISR0187_000000023019	1250	0.5543043894274458	3	2	1	2	1	True	83176	fragment	False	ISR0187_000000023019	0.9848474608974236		0	0	False	False	0.9896000027656555	0					non-mobilizable	other	1250.0	99.36	100.0	0.0003468461713625584	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0062_000000005402	7326	0.554300909762274	5	5	5	5	3	False	95352	maximal	True	MON0062_000000005402	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	91.531	32.0	0.0005418186621470255	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0061_000000013997	3107	0.5542998741167302	2	2	1	2	2	False	10837	maximal	True	MON0061_000000013997	1.0		18	9	False	False	0.9645960927009583	0					non-mobilizable	no_good_hit	1622.0	99.507	52.0	0.00031142293963274764	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ENG0034_000000003580	4068	0.5542987803270963	4	4	3	4	3	True	127723	maximal	True	ENG0034_000000003580	1.0	PS1022	148	9	False	True	1.0	0					non-mobilizable	other	2487.0	89.505	100.0	0.012295000792267469	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0357_000000020462	1298	0.5542882744610165	3	1	1	1	1	False	111785	maximal	True	ISR0357_000000020462	1.0		25	6	False	False	0.9622496366500854	0					non-mobilizable	other	1194.0	99.665	99.0	0.00341916626269638	NZ_PYLP01000001.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_0, whole genome shotgun sequence	False	False
AST0005_000000023109	1167	0.5542882744610165	1	1	1	1	1	False	127792	maximal	True	AST0005_000000023109	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1089.0	99.633	100.0	0.003120849743132266	NZ_PYLP01000001.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_0, whole genome shotgun sequence	False	False
MAD0048_000000004407	4906	0.5542878661959699	8	7	0	4	7	True	17569	fragment	False	MAD0048_000000004407	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	chromosome	4042.0	95.052	98.0	0.0006677880872563195	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
ISR0246_000000006163	3173	0.5542847303899016	3	3	3	3	3	False	27132	fragment	False	ISR0246_000000006163	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3173.0	98.645	100.0	0.0015687639900414149	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
CHI0159_000000001283	9377	0.5542843485234895	12	9	4	5	7	True	118478	fragment	False	ENG0108_000000002441	0.9694678382770388		0	0	False	False	1.0	0					non-mobilizable	virus	9377.0	99.541	100.0	0.09757823638993829	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
MON0035_000000021941	1335	0.5542826893537718	2	1	1	1	1	False	12195	maximal	True	MON0035_000000021941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	72.053	39.0	0.0005400018347552686	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0077_000000004302	6725	0.5542703686693018	11	8	7	5	6	False	45914	maximal	True	FIJ0077_000000004302	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1912.0	82.21799999999999	45.0	0.03109866578817328	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0057_000000014546	1739	0.5542551931947692	2	1	1	1	1	False	63532	maximal	True	ENG0057_000000014546	1.0		2	2	False	False	0.9666475057601929	0					non-mobilizable	no_good_hit	953.0	71.14399999999999	53.0	0.00027128282136462824	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
CAN0007_000000013428	3100	0.554254895667917	5	5	5	2	3	True	95384	maximal	True	CAN0007_000000013428	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	5.993618679814726e-06	LN899820.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : II	True	True
MON0080_000000008706	4737	0.5542521574252082	2	2	2	1	0	False	10067	maximal	True	MON0080_000000008706	1.0		3	3	False	False	0.9981000423431396	0					non-mobilizable	no_good_hit	2757.0	72.76	58.0	0.04845736640882013	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
SPA0020_000000017246	1903	0.554251330995801	3	3	3	2	2	False	121112	fragment	False	ENG0200_000000010145	0.9105003206315545		0	0	False	False	0.9926431775093079	0					non-mobilizable	chromosome	1843.0	98.64399999999999	100.0	0.0005805939772673187	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ITA0013_000000000264	3943	0.5542449277015339	5	4	1	1	4	True	74269	fragment	False	ITA0013_000000000264	0.9656478578892372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2967.0	94.169	78.0	0.04891699134913822	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
FIJ0041_000000011292	3188	0.5542449277015339	5	4	1	1	4	True	74248	fragment	False	FIJ0092_000000009268	0.9631790242082954		0	0	False	False	1.0	0					non-mobilizable	other	3189.0	94.262	100.0	0.052582051112725355	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
ENG0138_000000003234	6521	0.5542429523973194	16	1	1	1	1	False	57951	maximal	True	ENG0138_000000003234	1.0		2	1	False	False	0.993865966796875	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	3.1729040672455266e-05	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0244_000000020178	1330	0.5542388648744665	2	2	2	2	2	False	43983	fragment	False	ISR0244_000000020178	1.0		0	0	False	False	0.965413510799408	0					non-mobilizable	other	1328.0	99.322	99.0	0.01155500600825482	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
ENG0207_000000009026	2005	0.5542384205667426	3	3	3	3	3	False	53895	maximal	True	ENG0207_000000009026	1.0		222	9	False	False	0.9995012283325195	0					non-mobilizable	other	2005.0	98.65299999999999	100.0	0.01173473869126043	NZ_CABMOJ010000054.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
SPA0157_000000000503	8302	0.5542305591903834	14	5	1	5	1	True	3164	fragment	False	SPA0157_000000000503	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	94.73700000000001	1.0	1.9680231383291834e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
MON0032_000000022573	1379	0.5542302956765074	2	2	1	2	1	False	12384	maximal	True	MON0032_000000022573	1.0		37	8	False	False	0.9789702892303467	0					non-mobilizable	no_good_hit	197.0	74.112	14.0	3.308856502730242e-05	NZ_CP024159.1	g-proteobacteria	Pseudomonas mosselii strain PtA1 chromosome, complete genome	True	False
ISR0344_000000000358	37392	0.5542298355242481	48	14	6	11	10	False	24293	maximal	True	ISR0344_000000000358	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	77.083	1.0	0.3877068557919622	GQ879779.1		Uncultured organism clone VC1CB51TR genomic sequence	True	False
ENG0113_000000018257	1528	0.5542267457648447	2	2	2	2	1	True	59601	fragment	False	ENG0113_000000018257	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	86.18299999999999	86.0	0.0004192901731995885	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ISR0302_000000014078	1212	0.5542267457648447	2	2	2	2	1	True	25527	fragment	False	ISR0302_000000014078	0.9986413043478262		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	85.59700000000001	100.0	0.00038879050516439645	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0115_000000026623	1104	0.5542267457648447	2	2	2	2	1	True	25527	fragment	False	ISR0302_000000014078	0.9542079207920793		0	0	False	False	0.9990941882133484	0					non-mobilizable	other	1106.0	86.34700000000001	99.0	0.00035379614920822864	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0038_000000016339	1630	0.5542231294128004	3	3	2	2	2	True	77866	fragment	False	SPA0038_000000016339	0.9983443708609272		0	0	False	False	0.9889570474624634	0					non-mobilizable	other	1579.0	99.81	97.0	0.0010118854863687226	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0146_000000000382	53352	0.5542223421957667	75	15	7	10	9	False	127082	maximal	True	ISR0146_000000000382	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	98.031	0.0	0.34328358208955223	GQ880284.1		Uncultured organism clone VC1CG22TF genomic sequence	True	False
ENG0046_000000006465	2905	0.5542197938462504	5	4	3	3	4	False	64441	maximal	True	ENG0046_000000006465	1.0		28	4	False	False	0.9948365092277527	0					non-mobilizable	no_good_hit	2519.0	98.69	87.0	0.0511553523465852	NZ_JAAIQH010000022.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_22_length_48773_cov_204.908, whole genome shotgun sequence	True	False
ISR0189_000000001022	8035	0.5542163100228572	12	2	2	2	1	True	29239	maximal	True	ISR0189_000000001022	1.0		0	0	False	False	0.9971375465393066	0					non-mobilizable	no_good_hit	473.0	98.73200000000001	6.0	0.00025470007986358434	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	True
MAD0107_000000014841	2616	0.5542122249727927	2	2	2	2	2	False	50714	maximal	False	MAD0101_000000009945	0.7134117333664733		0	0	False	False	0.9996177554130554	0					non-mobilizable	no_good_hit	1491.0	84.775	57.0	0.0003958675060267093	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0119_000000004416	2490	0.5542076349021859	5	2	2	2	2	True	81948	maximal	True	CHI0119_000000004416	1.0		7	4	False	False	0.9819276928901672	0					non-mobilizable	no_good_hit	618.0	83.819	25.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ISR0141_000000027454	1108	0.5542051315071249	2	1	1	1	1	False	31184	maximal	True	ISR0141_000000027454	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	608.0	94.90100000000001	84.0	0.0001726555677865101	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0150_000000004102	6005	0.5542013567058472	7	5	5	5	3	False	104251	maximal	True	AST0150_000000004102	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	4261.0	99.95299999999999	71.0	0.006797597543929075	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
SPA0092_000000011274	3637	0.554200832040711	8	8	3	2	7	False	73658	fragment	False	SPA0092_000000011274	1.0		0	0	False	False	0.997250497341156	0					non-mobilizable	plasmid	3617.0	99.86200000000001	99.0	0.09360842890056693	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MON0050_000000038623	1070	0.5542001017509085	2	2	2	2	1	False	11282	fragment	False	MON0050_000000038623	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	88.955	63.0	0.00020147798709938556	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0290_000000014138	1232	0.5541991365980911	2	2	2	2	2	True	113473	backbone	False	FIJ0063_000000016502	0.05561471664654945	PS730	0	0	False	True	0.9983766078948975	0					non-mobilizable	other	1234.0	81.929	100.0	0.00038109542691709664	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0106_000000016958	2301	0.5541972340702302	4	4	3	3	3	False	83349	fragment	False	SPA0106_000000016958	1.0		0	0	False	False	0.9904389381408691	0					non-mobilizable	no_good_hit	673.0	75.186	29.0	0.00030874129624706764	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CHI0140_000000005425	5569	0.5541894649296955	8	4	3	3	3	True	80283	fragment	False	CHI0140_000000005425	0.9704375843654578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	89.286	2.0	2.224261277272659e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0056_000000008135	4068	0.5541881877683235	6	5	4	5	3	False	89023	maximal	True	SPA0056_000000008135	1.0		20	6	False	False	0.9992625117301941	0					non-mobilizable	no_good_hit	2650.0	99.698	65.0	0.01346679816579057	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	True	False
CHI0130_000000004406	3677	0.554187127123823	5	2	2	2	1	False	120844	maximal	True	CHI0130_000000004406	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1871.0	95.19	51.0	0.003026134800550206	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0053_000000006713	2993	0.5541832026627118	2	2	2	2	1	True	46417	maximal	True	FIJ0053_000000006713	1.0		2	1	False	False	0.998997688293457	0		MOBV			mobilizable	plasmid	2092.0	98.279	99.0	0.04216770236461948	CP042391.1	firmicutes	Leuconostoc lactis strain CBA3626 plasmid unnamed, complete sequence	False	True
ENG0085_000000007614	2405	0.5541793979698945	2	2	1	2	1	False	129989	fragment	False	CHI0186_000000007139	0.7390594618272724		0	0	False	False	1.0	0					non-mobilizable	other	2405.0	98.711	100.0	0.000771802125858967	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0046_000000004861	2363	0.5541793979698945	2	2	1	2	1	False	129989	fragment	False	CHI0186_000000007139	0.5629642816145883		0	0	False	False	0.9987304210662842	0					non-mobilizable	other	2348.0	90.46	99.0	0.0007535023250378517	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0025_000000004712	4554	0.5541786202394421	6	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.9063633185234213		0	0	False	False	1.0	0					non-mobilizable	other	4002.0	99.675	98.0	0.3599316300827636	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0045_000000007840	4407	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8248522867827256		0	0	False	False	1.0	0					non-mobilizable	other	3834.0	98.48700000000001	97.0	0.0011464289978606575	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0114_000000004231	4297	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8846492636630452		0	0	False	False	1.0	0					non-mobilizable	other	4298.0	99.325	99.0	0.3863799928031666	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0013_000000006313	4093	0.5541786202394421	7	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8574950678722052		0	0	False	False	0.9978011250495911	0					non-mobilizable	other	3968.0	98.79	99.0	0.001186827827072662	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0061_000000005235	3998	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.7730384281214553		0	0	False	False	0.9987493753433228	0					non-mobilizable	other	3785.0	99.789	100.0	0.040220233413405325	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0115_000000006099	3984	0.5541786202394421	6	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.843983976101076		0	0	False	False	1.0	0					non-mobilizable	other	3968.0	99.42	99.0	0.0011871270776594176	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0134_01_000000001111	3979	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.85617577673275		0	0	False	False	0.9917064309120178	0					non-mobilizable	other	3981.0	99.24600000000001	100.0	0.35786254048218785	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0152_000000005597	3974	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8476876347745906		0	0	False	False	0.997986912727356	0					non-mobilizable	other	3886.0	99.25399999999999	99.0	0.0011625885295454593	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0053_01_000000005483	3967	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.823639630195263		0	0	False	False	1.0	0					non-mobilizable	other	3862.0	98.93799999999999	99.0	0.0011554065154633251	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0045_000000005551	3947	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8250797109503655		0	0	False	False	1.0	0					non-mobilizable	other	3947.0	99.493	100.0	0.041931506558108886	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0116_000000005722	3946	0.5541786202394421	7	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8262180898378082		0	0	False	False	0.9977192282676697	0					non-mobilizable	other	3946.0	99.848	100.0	0.041931506558108886	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
DEN0018_000000009013	3946	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8212061969024308		0	0	False	False	0.9969589710235596	0					non-mobilizable	other	3862.0	98.93799999999999	100.0	0.0011554065154633251	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0101_000000006077	3938	0.5541786202394421	6	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8534936082398183		0	0	False	False	0.9997460842132568	0					non-mobilizable	other	3938.0	99.441	100.0	0.04184647435216088	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
MAD0034_000000003833	3934	0.5541786202394421	6	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8411917595050281		0	0	False	False	0.9966954588890076	0					non-mobilizable	other	3884.0	98.99600000000001	99.0	0.04125124891052486	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0014_000000006099	3872	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8273133753346728		0	0	False	False	1.0	0					non-mobilizable	other	3872.0	99.63799999999999	100.0	0.041144958653089855	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0132_000000008289	3868	0.5541786202394421	6	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.7927800145604564		0	0	False	False	1.0	0					non-mobilizable	other	3867.0	99.45700000000001	99.0	0.3477869737315581	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0046_000000007769	3862	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8211560740288874		0	0	False	False	0.9997410774230957	0					non-mobilizable	other	3862.0	99.715	100.0	0.041038668395654856	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0080_000000007636	3842	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8094621804346026		0	0	False	False	1.0	0					non-mobilizable	other	3842.0	99.844	100.0	0.040826087880784845	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0176_000000008498	3839	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.8091969574595005		0	0	False	False	1.0	0					non-mobilizable	other	3839.0	99.844	100.0	0.040794200803554344	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0841_000000003394	3823	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.7964987736772862		0	0	False	False	1.0	0					non-mobilizable	other	3823.0	99.765	100.0	0.3438287153652393	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0365_000000003857	3793	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.7922300127560045		0	0	False	False	1.0	0					non-mobilizable	other	3793.0	99.473	100.0	0.04030526561935333	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0322_000000002464	3779	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.7799284702160889		0	0	False	False	1.0	0					non-mobilizable	other	3779.0	99.391	100.0	0.3398704569989205	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0311_000000004776	3775	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.6960255112360846		0	0	False	False	1.0	0					non-mobilizable	other	3694.0	98.78200000000001	98.0	0.33213386110111554	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0089_000000005810	3753	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.7539288391832915		0	0	False	False	1.0	0					non-mobilizable	other	3739.0	99.305	99.0	0.336272040302267	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0053_000000008834	3740	0.5541786202394421	5	4	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.7241185594020262		0	0	False	False	0.9997326135635376	0					non-mobilizable	other	3740.0	99.947	100.0	0.33636200071968336	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ETH0003_000000009319	3695	0.5541773817057636	4	4	4	4	3	False	81206	fragment	False	FIJ0005_000000008187	0.7959988339653761		0	0	False	False	0.9991880655288696	0					non-mobilizable	no_good_hit	905.0	76.243	24.0	0.005303677335738304	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
USA0027_01_000000003197	8142	0.5541752157183055	5	5	3	4	2	False	1598	maximal	True	USA0027_01_000000003197	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	1.0891664246296835e-05	NZ_CP017111.1	e-proteobacteria	Sulfurospirillum halorespirans DSM 13726 strain PCE-M2 chromosome, complete genome	True	False
DEN0005_000000007461	4158	0.5541731042683709	3	3	3	3	3	False	76542	maximal	True	DEN0005_000000007461	1.0		231	12	False	False	1.0	0					non-mobilizable	other	4009.0	97.281	99.0	0.001361005064528831	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
SPA0139_000000011601	2365	0.5541718241034713	3	3	3	3	2	False	78667	maximal	True	SPA0139_000000011601	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2365.0	98.39299999999999	100.0	0.015443813655101227	CP056626.1	enterobacteria	Escherichia coli strain RHBSTW-00304 plasmid pRHBSTW-00304_2, complete sequence	False	True
ENG0149_000000003282	7614	0.5541685114077753	9	3	2	3	0	True	112487	maximal	True	ENG0149_000000003282	1.0		12	4	False	False	0.9990806579589844	0					non-mobilizable	no_good_hit	344.0	99.419	5.0	0.4188034188034188	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	True
ENG0037_000000008471	3794	0.5541677789920665	3	3	2	3	2	False	65232	fragment	False	ENG0037_000000008471	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3794.0	99.52600000000001	100.0	0.0005353693837027518	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0065_000000014014	1394	0.5541661738685391	2	2	2	2	2	False	45399	maximal	True	FIJ0065_000000014014	1.0		513	14	False	False	0.9992826581001282	0					non-mobilizable	other	1394.0	96.98700000000001	100.0	0.0004333599426085842	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0162_000000015064	1510	0.554165148028635	2	2	1	2	2	False	39216	maximal	True	FIJ0162_000000015064	1.0		260	13	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	92.789	35.0	0.02295539844636467	NZ_FOXF01000044.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
DEN0039_000000005031	3338	0.5541647546109627	4	2	1	2	1	True	107723	fragment	False	DEN0039_000000005031	0.9876221498371336		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0288_000000009788	3070	0.5541647546109627	4	2	1	2	1	True	107723	fragment	False	DEN0039_000000005031	0.9483223487118035		0	0	False	True	0.99869704246521	0					non-mobilizable	no_good_hit	58.0	94.82799999999999	2.0	0.0029452798015811503	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	True
ISR0068_000000006864	2936	0.5541647546109627	3	2	1	2	1	True	107722	backbone	True	ISR0068_000000006864	1.0	PS662	0	0	True	True	0.9955722093582153	2					non-mobilizable	no_good_hit								True	True
DEN0016_000000002499	2842	0.5541647546109627	3	2	1	2	1	True	75360	fragment	False	DEN0016_000000002499	1.0		0	0	False	False	0.9919071197509766	0					non-mobilizable	no_good_hit	58.0	100.0	2.0	8.785876626254204e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
ISR0210_000000008675	2212	0.5541647546109627	2	2	1	2	1	True	107720	fragment	False	ISR0210_000000008675	1.0		0	0	False	False	0.991410493850708	0					non-mobilizable	no_good_hit								True	True
ISR0304_000000005641	1740	0.5541647546109627	2	2	1	2	1	True	62216	fragment	False	ISR0304_000000005641	1.0		0	0	False	False	0.998275876045227	0					non-mobilizable	no_good_hit								True	True
MON0020_000000001021	9010	0.5541625027401132	9	7	5	5	4	True	59924	maximal	True	MON0020_000000001021	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	72.414	6.0	0.00015415339527369304	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0018_000000009637	2185	0.5541624857725067	4	4	3	4	3	False	105420	maximal	True	ENG0018_000000009637	1.0		15	6	False	False	0.9780320525169373	0					non-mobilizable	no_good_hit	337.0	71.217	15.0	0.0007947350603014231	NZ_FQXK01000003.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ENG0124_000000025946	1192	0.5541617131179254	2	2	1	2	2	False	58899	fragment	False	ENG0124_000000025946	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	94.883	100.0	0.00035868502636078955	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
TAN0017_000000022177	1694	0.5541539895613815	2	1	1	1	1	False	45685	fragment	False	TAN0017_000000022177	1.0		0	0	False	False	0.9994096755981445	0					non-mobilizable	other	1530.0	93.20299999999999	90.0	0.01595822454308094	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0047_000000024733	1267	0.5541517527909123	2	2	2	2	2	False	124631	fragment	False	ENG0204_000000020312	0.8338395876341189		0	0	False	False	0.988950252532959	0					non-mobilizable	no_good_hit	72.0	83.333	6.0	0.001421418873048201	NZ_MQNM01000023.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_23_length_47136_cov_32.8072, whole genome shotgun sequence	True	False
DEN0020_000000003141	2960	0.5541481713552008	5	3	3	3	2	False	88708	fragment	False	DEN0020_000000003141	1.0		0	0	False	False	0.9939188957214355	0					non-mobilizable	other	2960.0	98.277	100.0	0.0006200786798744552	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0100_000000012180	2469	0.5541477559175956	3	3	3	3	3	False	93571	fragment	False	ISR0078_000000006158	0.7514324175980651		0	0	False	False	1.0	0					non-mobilizable	chromosome	2469.0	98.542	100.0	0.0006907455489873777	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0012_000000001118	16603	0.5541408441085292	22	8	1	7	2	False	8021	maximal	True	SPA0012_000000001118	1.0		2	1	False	False	0.9981328845024109	0					non-mobilizable	no_good_hit	103.0	100.0	1.0	2.0708956928415023e-05	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
SPA0095_000000002314	9215	0.5541391212326761	12	6	4	4	4	False	81343	fragment	False	ISR0179_000000002681	0.8530820305833562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	100.0	9.0	0.00016463551908807756	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
CAN0008_000000004933	5658	0.5541336249044289	8	7	6	7	5	False	95070	maximal	True	CAN0008_000000004933	1.0		53	11	False	False	1.0	0					non-mobilizable	no_good_hit	972.0	71.193	17.0	0.0003331095181166629	NZ_CP016786.1	firmicutes	Clostridium isatidis strain DSM 15098 chromosome, complete genome	True	False
FIJ0148_000000007628	2313	0.5541316265679849	3	2	1	1	2	False	48098	fragment	False	FIJ0148_000000007628	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1615.0	77.64699999999999	94.0	0.14022842639593908	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	False	False
MON0069_000000023029	2174	0.5541266352185278	2	2	2	2	2	False	74755	fragment	False	MAD0047_000000020039	0.9638202247191011		0	0	False	False	1.0	0					non-mobilizable	other	2141.0	98.319	98.0	0.04102996721437199	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0070_000000008894	2426	0.5541262438985564	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.2710313702557266		0	0	False	False	1.0	0					non-mobilizable	other	2426.0	99.91799999999999	100.0	0.06802244039270687	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
SPA0069_000000009826	2407	0.5541262438985564	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.25475540014723513		0	0	False	False	1.0	0					non-mobilizable	other	2407.0	99.875	100.0	0.06748948106591865	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
SPA0116_000000017844	2262	0.5541262438985564	4	4	2	2	2	True	118240	fragment	False	MAD0072_000000001538	0.04450939367011732		0	0	False	False	1.0	0					non-mobilizable	other	2270.0	93.921	100.0	0.0006278776568861045	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0001_000000029800	1116	0.5541240288305159	1	1	1	1	1	False	28666	maximal	False	ISR0204_000000010950	0.9509803921568627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	0.0003368994766828129	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0176_000000018192	1881	0.5541238548928397	4	3	1	2	2	False	104293	maximal	True	ISR0176_000000018192	1.0		2	2	False	False	0.9973418116569519	0					non-mobilizable	no_good_hit	1621.0	94.20100000000001	86.0	0.14882866329811667	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	True	False
USA0133_01_000000012816	1669	0.5541238548928397	3	3	1	2	2	False	104290	fragment	False	USA0133_01_000000012816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1286.0	86.85799999999999	84.0	0.00018677640818294127	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
USA0043_01_000000006359	1490	0.5541238548928397	3	3	1	2	2	False	104289	fragment	False	USA0043_01_000000006359	0.9680143103532878		0	0	False	False	1.0	0					non-mobilizable	other	1496.0	92.31299999999999	100.0	0.1369774919614148	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
CHI0002_000000006578	1377	0.5541238548928397	3	3	1	2	2	False	104289	fragment	False	USA0043_01_000000006359	0.8933877795258366		0	0	False	False	0.9992737770080566	0					non-mobilizable	other	1377.0	100.0	100.0	0.12641249425815343	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
ISR0221_000000014338	1562	0.5541178265307097	2	2	2	1	1	False	27947	fragment	False	ISR0221_000000014338	1.0		0	0	False	False	0.9827144742012024	0					non-mobilizable	other	1562.0	99.87200000000001	100.0	0.00026120517490790465	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0167_000000015917	1410	0.5541178265307097	2	2	2	1	1	False	87630	fragment	False	ENG0048_000000016651	0.6133679304953434		0	0	False	False	0.9893617033958435	0					non-mobilizable	other	1411.0	99.36200000000001	100.0	0.0004253351212099441	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0021_000000018199	1320	0.5541173103518952	3	3	3	3	2	False	45748	fragment	False	ISR0377_000000012444	0.376497346474602		0	0	False	False	0.9984848499298096	0					non-mobilizable	other	1321.0	88.41799999999999	99.0	0.04739421898652058	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
FIJ0076_000000011418	1203	0.5541151245607069	3	1	1	1	1	False	75572	fragment	False	MAD0091_000000013891	0.3964288628072588		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	95.45100000000001	99.0	0.019914168914219803	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ISR0840_000000016368	1145	0.5541148752728533	2	2	2	2	2	False	63707	fragment	False	SPA0142_000000022314	0.9508788135831584		0	0	False	False	1.0	0					non-mobilizable	chromosome	1147.0	82.912	100.0	0.00040333294870261235	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0050_000000025313	1136	0.55411484946138	2	2	2	1	1	False	64111	fragment	False	ENG0050_000000025313	1.0		0	0	False	False	0.9656690359115601	0					non-mobilizable	other	1137.0	94.899	100.0	0.0005438754117999402	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
DEN0073_000000044162	1224	0.5541129101103888	1	1	1	1	1	True	70063	maximal	True	DEN0073_000000044162	1.0		22	8	False	False	0.991830050945282	0					non-mobilizable	chromosome	1224.0	99.51	100.0	0.0005769733384535982	CP019302.1	CFB group bacteria	Prevotella intermedia strain strain 17 chromosome I, complete sequence	False	True
FIJ0085_000000024025	1307	0.5541128031954768	3	3	3	2	2	False	93833	fragment	False	CAN0013_000000016112	0.9480260243520505		0	0	False	False	0.9946442246437073	0					non-mobilizable	other	1307.0	99.77	100.0	0.006816319500623698	NZ_NQCD01000001.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_4_length_191599_cov_71.773_ID_7.ctg_1, whole genome shotgun sequence	False	False
DEN0064_000000011052	3377	0.5541126266479106	2	2	2	2	2	False	71307	maximal	True	DEN0064_000000011052	1.0		1	1	False	False	0.9988155364990234	0					non-mobilizable	no_good_hit	1661.0	72.727	49.0	0.0005664600834004592	NZ_CAEUHO010000001.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
ISR0192_000000005989	3263	0.554110106404326	5	5	4	3	4	False	47433	fragment	False	ISR0192_000000005989	1.0		0	0	False	False	0.9990805983543396	0					non-mobilizable	chromosome	3263.0	100.0	100.0	0.0006353747522876023	CP052150.1	enterobacteria	Klebsiella pneumoniae strain F16KP0096 chromosome, complete genome	False	False
ISR0132_000000002569	8881	0.5541063631198628	18	5	2	3	2	False	31617	maximal	True	ISR0132_000000002569	1.0		1	1	False	False	0.9998874068260193	0					non-mobilizable	no_good_hit	1325.0	78.415	15.0	0.00036768942556205064	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MAD0052_000000007520	2408	0.5541033952808603	3	3	3	3	1	False	17282	maximal	True	MAD0052_000000007520	1.0		0	0	False	False	0.9962624311447144	0					non-mobilizable	no_good_hit	544.0	85.478	22.0	0.003959871340983196	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0171_000000009032	2919	0.5541004458298826	4	4	4	3	2	False	125804	maximal	True	ISR0171_000000009032	1.0		5	2	False	False	0.999657392501831	0					non-mobilizable	chromosome	1901.0	99.211	100.0	0.000509168244194946	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0855_000000003138	4017	0.5541003508771787	7	4	4	4	3	True	20488	maximal	True	ISR0855_000000003138	1.0		3	3	False	False	0.9927806854248047	0					non-mobilizable	no_good_hit	1514.0	99.538	38.0	0.0004088233377559438	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0004_000000011049	2386	0.5540995469246796	5	4	3	2	3	True	80093	maximal	True	FIJ0004_000000011049	0.9768211920529801		10	4	False	False	0.9949706792831421	0					non-mobilizable	no_good_hit	825.0	91.87899999999999	34.0	0.0002885262493871892	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
ISR0148_000000008646	3385	0.5540990866506813	4	4	4	3	4	False	36076	maximal	True	ISR0148_000000008646	1.0		235	11	False	False	1.0	0					non-mobilizable	other	3385.0	99.616	100.0	0.0009606257011659225	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0134_000000011302	2483	0.5540975874698124	2	2	1	2	1	True	106426	maximal	True	SPA0134_000000011302	1.0		1	1	False	False	0.9971808195114136	0					non-mobilizable	no_good_hit	1439.0	94.024	58.0	0.00031917800003998054	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
ENG0080_000000021844	1306	0.5540928125186049	2	2	2	2	2	False	61718	fragment	False	ENG0097_000000022902	0.9711889132020424		0	0	False	False	0.9793261885643005	0					non-mobilizable	no_good_hit	320.0	72.188	24.0	0.0002709870747906843	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
AST0019_000000013037	2220	0.5540882741802863	3	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.26441224852681927		0	0	False	False	1.0	0					non-mobilizable	chromosome	2220.0	98.514	100.0	0.0006432471370574415	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0096_000000001765	14531	0.5540879358252161	13	10	8	10	10	False	128489	maximal	True	ISR0096_000000001765	1.0		46	4	False	False	0.9999311566352844	0					non-mobilizable	no_good_hit	4303.0	96.119	73.0	0.0012230954554892808	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0057_000000012905	1571	0.5540849593758116	4	4	2	3	3	False	85965	fragment	False	CHI0057_000000012905	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	99.3	100.0	0.0004362652803927776	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0015_000000030573	1257	0.554073124644383	3	3	2	3	1	False	56996	fragment	False	MON0015_000000030573	0.9546860661116966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	5.0	1.662449377632277e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ENG0152_000000021255	1218	0.554073124644383	3	3	2	3	1	False	56996	fragment	False	MON0015_000000030573	0.9333562893567168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	89.655	5.0	1.662449377632277e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CAN0010_000000002417	5579	0.5540541157260515	5	5	5	5	4	False	94639	fragment	False	CAN0010_000000002417	1.0		0	0	False	False	0.9960566163063049	0					non-mobilizable	no_good_hit	879.0	95.677	16.0	0.011811553259612022	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0058_000000041407	1294	0.554053574850277	2	2	2	2	2	False	10981	maximal	True	MON0058_000000041407	1.0		30	3	False	False	0.9721792936325073	0					non-mobilizable	other	1295.0	98.301	100.0	0.0006389795318831993	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
FIJ0101_000000008231	3365	0.5540516932293359	4	4	4	2	2	False	126386	backbone	False	MON0066_000000006846	0.43150084665789573	PS958	0	0	False	True	1.0	0					non-mobilizable	other	1866.0	99.411	100.0	0.001600929826910729	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0209_000000010777	2736	0.5540501854086357	3	2	1	2	2	True	28468	fragment	False	ISR0209_000000010777	1.0		0	0	False	False	0.9959795475006104	0					non-mobilizable	no_good_hit	546.0	81.502	19.0	0.01600625808586816	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
MAD0042_000000007591	2883	0.5540431926445142	3	2	2	2	1	False	62342	maximal	True	MAD0042_000000007591	1.0		1	1	False	False	0.9993062615394592	0					non-mobilizable	no_good_hit	1360.0	74.706	47.0	0.0005522663656643888	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
MAD0063_000000007536	1755	0.5540431926445142	2	2	2	2	1	False	62341	fragment	False	MAD0063_000000007536	1.0		0	0	False	False	0.9988604187965393	0					non-mobilizable	no_good_hit	1378.0	73.657	78.0	0.004190722522439302	NZ_FQXU01000008.1	firmicutes	Clostridium intestinale DSM 6191, whole genome shotgun sequence	True	False
ISR0258_000000006493	3127	0.5540387041421116	4	3	3	3	2	False	26791	maximal	True	ISR0258_000000006493	1.0		30	7	False	False	0.99968022108078	0					non-mobilizable	other	1717.0	97.321	98.0	0.0013644106923946442	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
MON0088_000000018498	1733	0.5540346895520976	5	5	5	2	1	False	9633	maximal	True	MON0088_000000018498	1.0		1	1	False	False	0.9988459348678589	0					non-mobilizable	no_good_hit	715.0	99.021	41.0	0.002921984651372758	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
MAD0066_000000006026	3490	0.5540265637530564	5	1	1	1	1	False	16598	maximal	True	MAD0066_000000006026	1.0		1	1	False	False	0.9939827919006348	0					non-mobilizable	no_good_hit	287.0	97.90899999999999	8.0	0.00025594032116035826	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
DEN0062_000000020418	1104	0.5540265637530564	1	1	1	1	1	False	71601	fragment	False	DEN0062_000000020418	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0021_01_000000007392	2496	0.5540257284256164	4	2	2	2	1	True	1750	maximal	True	USA0021_01_000000007392	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	78.932	53.0	0.0004459872424087081	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0079_000000010122	2694	0.5540248463471548	6	3	2	2	3	False	59928	fragment	False	ISR0079_000000010122	1.0		0	0	False	False	0.9988864064216614	0					non-mobilizable	no_good_hit	68.0	100.0	3.0	0.002342084105288915	CP021631.1	other sequences	Unidentified plasmid plasmid apr38_2079, complete sequence	True	False
ISR0812_000000019018	2086	0.5540226162677677	3	3	3	3	2	False	21652	maximal	True	ISR0812_000000019018	1.0		7	4	False	False	1.0	0					non-mobilizable	other	1150.0	96.348	98.0	0.00031907626172584435	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0082_000000025387	1327	0.5540223014698921	3	3	3	2	1	False	34146	maximal	True	ISR0082_000000025387	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	88.333	5.0	1.4240922618688434e-05	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	False
ISR0375_000000007358	2840	0.5540208342857224	3	3	3	3	2	False	23391	fragment	False	ISR0375_000000007358	1.0		0	0	False	False	0.9996479153633118	0					non-mobilizable	chromosome	1211.0	90.999	95.0	0.0003372562344123947	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0224_000000012388	2418	0.554015186654464	2	2	2	2	1	False	29959	maximal	True	ISR0224_000000012388	1.0		111	10	False	False	0.9859387874603271	0					non-mobilizable	no_good_hit	1460.0	99.589	60.0	0.0004229371667268171	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0051_000000008012	3462	0.5540115519948263	3	3	2	3	2	True	17351	maximal	True	MAD0051_000000008012	1.0		2	2	False	False	0.9930675625801086	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.902860176093305e-07	LR812495.1	bony fishes	Danio aesculapii genome assembly, chromosome: 8	True	True
AST0024_000000005753	5315	0.5540100211754829	6	5	2	3	4	True	121756	fragment	False	AST0024_000000005753	0.975839316902775		0	0	False	False	0.9984948039054871	0					non-mobilizable	other	3246.0	99.137	93.0	0.0006269381190578149	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0018_01_000000004813	5153	0.5540100211754829	6	5	2	3	4	True	121756	fragment	False	AST0024_000000005753	0.9619002822201317		0	0	False	False	0.9988356232643127	0					non-mobilizable	other	3210.0	99.875	99.0	0.0006213214352602626	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0029_000000005148	4686	0.5540100211754829	6	5	2	3	4	True	105589	fragment	False	ENG0029_000000005148	0.9422212537276276		0	0	False	False	1.0	0					non-mobilizable	other	2251.0	98.889	96.0	0.0004355835124377589	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0107_000000002810	4380	0.5540100211754829	5	5	2	3	4	True	105589	fragment	False	ENG0029_000000005148	0.47613123962131476		0	0	False	False	0.9931507110595703	0					non-mobilizable	other	2540.0	99.882	99.0	0.0004917503504132814	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0079_01_000000003284	3931	0.5540100211754829	5	5	2	3	4	True	105589	fragment	False	ENG0029_000000005148	0.3507179628247895		0	0	False	False	1.0	0					non-mobilizable	other	2259.0	97.477	99.0	0.0004355835124377589	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0017_000000017293	1172	0.5540005897412729	2	2	2	2	2	False	66669	maximal	True	ENG0017_000000017293	1.0		337	12	False	False	1.0	0					non-mobilizable	chromosome	1172.0	99.829	100.0	0.0002666103847818519	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
DEN0078_000000017386	1884	0.5539990312335995	2	2	2	2	2	False	69761	maximal	True	DEN0078_000000017386	1.0		712	15	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	4.0	0.0771850170261067	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	False
ENG0139_000000019038	1199	0.5539962938903236	2	1	1	1	1	False	57819	maximal	True	ENG0139_000000019038	1.0		53	5	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	78.846	8.0	2.9784491334500092e-05	CP018061.1	firmicutes	Enterococcus mundtii strain DSM 4838, complete genome	True	False
ISR0224_000000008520	3359	0.5539950620299683	5	2	2	2	2	False	27755	maximal	True	ISR0224_000000008520	1.0		7	7	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	93.16799999999999	5.0	0.0002045327003046259	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
FIJ0022_000000013216	1953	0.5539944200432806	2	2	2	1	2	False	49473	maximal	True	FIJ0022_000000013216	1.0		499	12	False	False	0.9928315281867981	0					non-mobilizable	other	1953.0	99.64200000000001	100.0	0.0028065453468427083	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
DEN0024_000000004813	1833	0.5539935641294679	3	2	1	1	2	False	74327	maximal	True	DEN0024_000000004813	1.0		5	2	False	False	0.9841789603233337	0					non-mobilizable	no_good_hit	819.0	79.12100000000001	44.0	0.0017381550725444278	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	False
MAD0012_000000006840	3938	0.5539934260173671	4	3	3	3	2	False	92629	maximal	True	MAD0012_000000006840	1.0		267	13	False	False	1.0	0					non-mobilizable	chromosome	3836.0	92.205	97.0	0.0012901653586057194	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0114_000000007747	3509	0.5539928425184024	4	4	3	3	4	False	131187	fragment	False	ISR0114_000000007747	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3510.0	99.744	100.0	0.024075636882585814	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	False	False
MON0062_000000031374	1112	0.5539915320464376	3	2	2	0	0	False	114033	fragment	False	ISR0083_000000021192	0.3126710454296661		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	99.82	100.0	0.0005351534652511512	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
AST0025_000000014304	2504	0.5539909108008547	4	4	4	3	3	False	123014	fragment	False	ENG0113_000000012320	0.9517398745826562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	98.182	4.0	3.159708785005008e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0802_000000003770	3657	0.5539876359161957	5	4	4	4	2	False	99600	maximal	False	ISR0054_000000006511	0.9522667572943595		0	0	False	False	0.9967186450958252	0					non-mobilizable	no_good_hit	594.0	82.323	16.0	0.0027337722814024714	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
DEN0017_000000015580	1881	0.5539861324308193	4	2	2	2	2	False	80898	fragment	False	FIJ0152_000000013891	0.8792875177148348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	88.594	34.0	0.01332748428067097	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
ISR0141_000000007833	4585	0.553984938805933	6	4	2	4	2	False	31218	maximal	True	ISR0141_000000007833	1.0		1	1	False	False	0.9997819066047668	0					non-mobilizable	no_good_hit	58.0	87.931	1.0	0.0009454278060822523	NZ_SLZZ01000022.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_122, whole genome shotgun sequence	True	False
MON0110_000000011457	1418	0.5539840973324162	2	1	1	1	1	False	8468	maximal	True	MON0110_000000011457	1.0		17	7	False	False	0.9873060584068298	0					non-mobilizable	no_good_hit	105.0	77.143	7.0	0.00014945232253262195	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0008_000000010497	1278	0.5539827756745169	3	3	3	3	3	False	38399	maximal	True	ISR0008_000000010497	1.0		5	2	False	False	0.9687011241912842	0					non-mobilizable	chromosome	809.0	99.258	100.0	0.0002839576242446393	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0111_000000003244	6940	0.5539767125167616	6	5	2	5	1	True	129153	fragment	False	SPA0106_000000004315	0.24446858182211598		0	0	False	False	0.998847246170044	0					non-mobilizable	no_good_hit								True	True
ISR0775_000000002506	6524	0.5539767125167616	6	5	2	5	1	True	129153	fragment	False	SPA0106_000000004315	0.1243611911623439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	0.026902382782475018	LN853011.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0344	True	True
SPA0133_000000003078	7680	0.5539741498107028	10	9	3	8	6	True	3707	maximal	True	SPA0133_000000003078	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	7680.0	100.0	100.0	0.031456356813973685	KX832927.1	enterobacteria	Providencia rettgeri strain 16pre36 plasmid p16Pre36-NDM, complete sequence	False	True
ISR0085_000000016460	1583	0.5539719510076879	3	3	3	2	1	False	33973	maximal	True	ISR0085_000000016460	1.0		1	1	False	False	0.9892609119415283	0					non-mobilizable	no_good_hit	740.0	100.0	47.0	0.00013956402013121284	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	True	False
MON0094_000000004161	6267	0.5539715519584292	6	5	5	5	4	False	9355	maximal	True	MON0094_000000004161	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	82.09	14.0	0.00024281162370718267	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0340_000000011436	1999	0.5539708378381225	2	2	2	2	2	False	24373	fragment	False	ISR0340_000000011436	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1338.0	92.302	94.0	0.0005497858923704543	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0009_000000013670	2595	0.5539681953693506	4	4	4	4	4	False	15213	maximal	True	MON0009_000000013670	1.0		2	1	False	False	0.9865125417709351	0					non-mobilizable	no_good_hit	1850.0	75.83800000000001	70.0	0.00029101487971039473	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0034_000000003181	9093	0.5539678412626068	11	7	4	5	6	True	113134	fragment	False	ISR0042_000000002093	0.9167951462762302		0	0	False	False	1.0	0					non-mobilizable	other	8150.0	95.448	90.0	0.18610285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0105_000000031432	1254	0.5539666937151936	2	2	1	2	2	False	14777	maximal	True	MAD0105_000000031432	1.0		1	1	False	False	0.9984050989151001	0					non-mobilizable	other	1172.0	79.949	93.0	0.007816342894876926	NZ_JMTB01000085.1	enterobacteria	Trabulsiella guamensis ATCC 49490 GTGU.assembly.085, whole genome shotgun sequence	False	False
ENG0004_000000018782	1431	0.5539661944005324	3	3	3	2	1	False	67758	maximal	True	ENG0004_000000018782	1.0		126	11	False	False	0.981830894947052	0					non-mobilizable	no_good_hit	683.0	85.79799999999999	75.0	0.0380952380952381	NZ_WEHX01000046.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_46_length_17850_cov_118.230635, whole genome shotgun sequence	True	False
MAD0014_000000001979	10844	0.5539652699669768	12	12	11	12	11	False	84818	maximal	True	MAD0014_000000001979	1.0		155	13	False	False	0.9986167550086975	0					non-mobilizable	chromosome	10844.0	99.97200000000001	100.0	0.00226448272765434	CP056348.1	enterobacteria	Escherichia coli strain RHBSTW-00687 chromosome, complete genome	False	False
FIJ0063_000000014976	1848	0.5539630158700215	3	3	3	3	1	False	91006	fragment	False	USA0041_01_000000009135	0.9619215122542982		0	0	False	False	0.9913420081138611	0					non-mobilizable	no_good_hit	1243.0	90.74799999999999	67.0	0.0004375615541480659	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0365_000000011159	1518	0.5539619872806268	2	2	2	2	2	False	57408	backbone	False	MAD0038_000000010007	0.9503411390808436	PS249	0	0	False	True	0.9835309386253357	0					non-mobilizable	other	1422.0	85.584	93.0	0.0004464401375275747	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	False	True
ISR0794_000000007559	2607	0.5539538761839949	3	2	1	1	2	False	101381	maximal	True	ISR0794_000000007559	1.0		6	3	False	False	1.0	0					non-mobilizable	other	1749.0	92.56700000000001	99.0	0.0003342895253301787	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CAN0006_000000019438	2335	0.5539538761839949	3	2	1	1	2	False	95657	maximal	True	CAN0006_000000019438	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	91.589	88.0	0.00020568683424139616	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
MAD0022_000000013209	1111	0.5539437653433446	1	1	1	1	1	False	55558	fragment	False	ENG0176_000000008913	0.7117320492803276		0	0	False	False	1.0	0					non-mobilizable	other	1084.0	99.354	98.0	0.017911188290746713	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0064_000000013236	2014	0.5539433377393883	3	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.04731373664747226		0	0	False	False	0.9980139136314392	0					non-mobilizable	chromosome	2015.0	97.76700000000001	100.0	0.0005631199532263386	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0020_000000023253	1182	0.5539408473992774	2	2	2	1	1	False	62137	fragment	False	USA0003_01_000000030024	0.9697824335213537		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0001268510862211531	NZ_JAAIWK010000003.1	firmicutes	Bacillus ginsengihumi strain Gsoil 114 NODE_3_length_212848_cov_2.201341, whole genome shotgun sequence	True	False
ENG0166_000000004158	6101	0.5539387678977143	9	7	5	6	5	False	130509	fragment	False	ISR0203_000000002513	0.6661645500191032		0	0	False	False	0.9980331063270569	0					non-mobilizable	other	4023.0	98.111	100.0	0.022937142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0359_000000004284	5127	0.5539382113738024	5	5	5	4	3	False	81075	maximal	True	ISR0359_000000004284	1.0		3	3	False	False	0.9957090020179749	0					non-mobilizable	no_good_hit	3095.0	97.221	60.0	0.049340583985838904	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	True	False
ISR0398_000000000563	26368	0.5539317493411072	24	8	6	8	4	True	95894	fragment	False	ISR0207_000000000569	0.9776682927891175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	1.0	0.0004742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
CAN0004_000000006334	4029	0.5539313443797952	5	5	5	5	4	False	96259	maximal	True	CAN0004_000000006334	1.0		16	6	False	False	0.9997518062591553	0					non-mobilizable	no_good_hit	1376.0	89.39	70.0	0.001402861060599718	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
ISR0399_000000003211	4215	0.5539250254088288	7	5	4	4	2	False	119542	fragment	False	ISR0399_000000003211	0.9540092934044493		0	0	False	False	0.9992882609367371	0					non-mobilizable	other	4227.0	95.03200000000001	99.0	0.06448212648945921	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0156_000000017280	1418	0.5539223633352003	2	2	2	2	1	False	30574	fragment	False	ISR0156_000000017280	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1418.0	99.57700000000001	100.0	0.0006130637525731804	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
ENG0059_000000004635	2683	0.5539176427843768	3	2	2	2	2	True	63384	fragment	False	ENG0059_000000004635	1.0		0	0	False	False	0.9977636933326721	0	rep_cluster_2336				non-mobilizable	plasmid	1830.0	99.781	97.0	0.08803274741150975	FR824044.1	firmicutes	Streptococcus gallolyticus subsp. gallolyticus ATCC BAA-2069 plasmid pSGG1 complete sequence, strain ATCC BAA-2069	False	True
CAN0011_000000022569	1340	0.553916064661344	2	2	2	2	2	False	94399	fragment	False	CAN0011_000000022569	1.0		0	0	False	False	0.9798507690429688	0					non-mobilizable	no_good_hit								True	False
AST0116_000000023975	1120	0.553915833494365	2	2	2	2	2	False	106045	fragment	False	AST0116_000000023975	1.0		0	0	False	False	1.0	0					non-mobilizable	other	742.0	89.353	95.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0089_000000009358	2809	0.5539127251187097	4	4	4	3	3	False	67049	maximal	True	ISR0089_000000009358	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	92.25399999999999	20.0	0.00025551716539080834	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
MON0054_000000028236	1722	0.553909831334924	1	1	1	1	1	False	64222	maximal	True	MON0054_000000028236	0.9790087463556851		605	14	False	False	0.9901277422904968	0					non-mobilizable	chromosome	1722.0	93.61200000000001	100.0	0.0005792785239134993	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0048_000000015322	1715	0.553909831334924	1	1	1	1	1	False	64222	maximal	False	MON0054_000000028236	0.977061556329849		0	0	False	False	0.9953352808952332	0					non-mobilizable	chromosome	1716.0	93.59	100.0	0.0005769223648970005	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0020_000000005925	3484	0.5539096607657297	4	3	1	3	2	False	88688	maximal	True	ISR0020_000000005925	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.2301165930866569e-05	CP049088.1	g-proteobacteria	Glaesserella parasuis strain sHPS7 chromosome, complete genome	True	False
ISR0099_000000006012	3572	0.5539067888355916	4	4	2	3	3	False	112793	fragment	False	ISR0099_000000006012	0.9960723514211886		0	0	False	True	0.9960806369781494	0					non-mobilizable	no_good_hit	2630.0	73.688	72.0	0.31444241316270566	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0136_000000001947	6657	0.5539065582184357	11	8	4	7	7	False	90625	fragment	False	ISR0128_000000004720	0.96341357378145		0	0	False	False	0.999699592590332	0					non-mobilizable	other	6657.0	99.054	100.0	0.023668639053254437	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0101_000000018318	2370	0.5539033784174134	2	2	2	2	2	False	68754	backbone	False	MAD0012_000000011484	0.9778705394825461	PS321	0	0	True	True	0.9974683523178101	10					non-mobilizable	no_good_hit	1103.0	83.59	46.0	0.030376670716889428	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
DEN0090_000000011520	2313	0.5539033784174134	2	2	2	2	2	False	68754	backbone	False	MAD0012_000000011484	0.9711162777347226	PS321	0	0	True	True	0.9995676875114441	5					non-mobilizable	no_good_hit	1089.0	83.471	47.0	0.02999005854412902	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0310_000000006991	2358	0.5538977990626701	3	1	1	1	1	True	25333	fragment	False	ISR0310_000000006991	1.0		0	0	False	False	0.9881255030632019	0					non-mobilizable	no_good_hit								True	True
ISR0787_000000013131	1167	0.553893270931347	2	2	1	2	1	False	40317	fragment	False	ISR0787_000000013131	0.968729450380931		0	0	False	False	0.9948586225509644	0					non-mobilizable	other	1148.0	98.60600000000001	98.0	0.002870492488419177	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
USA0057_01_000000003136	9030	0.553887315817385	9	9	8	8	9	False	99347	fragment	False	USA0032_01_000000002648	0.9652737455704111		0	0	False	False	1.0	0					non-mobilizable	chromosome	9030.0	99.76700000000001	100.0	0.0020554727188817753	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
TAN0008_000000008727	2175	0.5538858850191389	2	2	2	2	1	False	2760	maximal	True	TAN0008_000000008727	1.0		1	1	False	False	0.9848275780677795	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003683995088006549	NZ_JYCD01000132.1	firmicutes	Aeribacillus pallidus strain GS3372 LG46_132, whole genome shotgun sequence	True	False
MON0098_000000004220	5390	0.5538840241125204	5	5	5	5	5	False	9203	maximal	True	MON0098_000000004220	1.0		3	2	False	False	0.9962894320487976	0					non-mobilizable	no_good_hit	685.0	89.48899999999999	37.0	0.003954834973943254	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	False
FIJ0123_000000018662	1771	0.5538838266030421	2	2	2	2	2	False	41324	fragment	False	FIJ0123_000000018662	1.0		0	0	False	False	0.9904009103775024	0					non-mobilizable	no_good_hit								True	False
ISR0159_000000020119	1318	0.5538819948310562	2	2	2	1	1	False	30462	fragment	False	ISR0159_000000020119	1.0		0	0	False	False	0.9908952713012695	0					non-mobilizable	other	1318.0	99.545	100.0	0.00036572970991552396	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0102_000000023271	1355	0.5538753940065754	3	2	1	1	1	True	4895	maximal	True	SPA0102_000000023271	1.0		6	4	False	False	0.9926199316978455	0					non-mobilizable	no_good_hit	1022.0	100.0	75.0	0.0002324587556466873	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0379_000000011871	2073	0.5538693234082391	2	2	2	2	2	False	30272	maximal	True	ISR0379_000000011871	1.0		377	13	False	False	0.9985527992248535	0					non-mobilizable	other	2023.0	98.566	99.0	0.0004957497184744737	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0081_000000008481	6419	0.5538613906999177	10	3	1	3	1	False	10757	fragment	False	MON0081_000000008481	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.726816630340914e-05	LR215060.1	apicomplexans	Plasmodium vinckei vinckei genome assembly, chromosome: PVVCY_04	True	False
MON0063_000000004979	5489	0.5538613906999177	10	3	1	3	1	False	10756	fragment	False	MON0063_000000004979	1.0		0	0	False	False	0.9998177886009216	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.726816630340914e-05	LR215060.1	apicomplexans	Plasmodium vinckei vinckei genome assembly, chromosome: PVVCY_04	True	False
CHI0063_000000001987	6116	0.5538593857581992	8	8	4	4	6	False	85515	maximal	True	CHI0063_000000001987	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	6116.0	99.068	100.0	0.056058744797491795	CP034066.1	enterobacteria	Shigella sonnei strain FDAARGOS_524 plasmid unnamed1, complete sequence	False	True
ISR0075_000000013401	1941	0.5538593133066942	3	3	1	3	1	True	63052	fragment	False	USA0057_01_000000013849	0.3976575347852341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	3.0	7.149646795727559e-05	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
ENG0057_000000006925	3263	0.5538589145165967	3	3	3	3	3	False	128984	maximal	True	ENG0057_000000006925	1.0	PS1059	4	3	False	True	1.0	0					non-mobilizable	other	1866.0	83.28	99.0	0.0003050510050200571	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0330_000000007154	3620	0.55385768445239	5	5	5	5	4	False	24676	fragment	False	ISR0330_000000007154	1.0		0	0	False	False	0.9955801367759705	0					non-mobilizable	no_good_hit	835.0	89.82	23.0	0.0002229620943001027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0054_000000026219	1104	0.5538552824581457	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.0708866083617705	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1104.0	91.757	100.0	0.00033209217770875665	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0065_000000011197	2498	0.5538545797044059	3	3	3	3	2	True	72492	fragment	False	MON0078_000000017141	0.9119952959623677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0002_000000006758	2702	0.5538538140013938	4	2	2	2	1	False	100406	fragment	False	CAN0002_000000006758	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2702.0	97.927	100.0	0.009381632008002695	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0399_000000016168	1109	0.5538498623038656	1	1	1	1	0	True	22569	maximal	True	ISR0399_000000016168	1.0		0	0	False	False	0.9341749548912048	0		MOBV			mobilizable	no_good_hit	942.0	93.631	85.0	0.24416190970420343	AY026767.1	firmicutes	Lactococcus lactis subsp. cremoris strain P8-2-47 plasmid pBM02, complete sequence	True	True
ISR0119_000000001941	14705	0.5538487597666327	14	6	3	6	2	True	130566	fragment	False	ISR0119_000000001941	1.0		0	0	False	False	0.9977558851242065	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.201412079905149e-07	LR877239.1	rodents	Acomys russatus genome assembly, chromosome: 28	True	True
MON0013_000000035143	1586	0.553847393967139	3	3	3	3	1	False	13505	fragment	False	MON0013_000000035143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	99.209	72.0	0.001278562142419935	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
SPA0022_000000006737	1976	0.5538468247344591	2	2	2	2	1	False	92346	maximal	True	SPA0022_000000006737	1.0		8	4	False	False	0.9974696636199951	0					non-mobilizable	no_good_hit	712.0	82.584	55.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0255_000000015196	2089	0.5538368010538028	3	3	3	3	3	False	109867	maximal	True	ISR0255_000000015196	0.9499669234219439		1694	16	False	False	1.0	0					non-mobilizable	other	2089.0	98.037	100.0	0.05121287189423855	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
FIJ0062_000000019692	1498	0.5538354662207036	1	1	1	1	1	False	45702	fragment	False	FIJ0062_000000019692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	87.719	4.0	1.9226556818938707e-05	NZ_KK211190.1	firmicutes	Exiguobacterium sibiricum 7-3 P402DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
FIJ0085_000000014912	2081	0.5538352290577886	2	2	2	1	2	False	43942	maximal	True	FIJ0085_000000014912	1.0		1	1	False	False	0.9995194673538208	0					non-mobilizable	chromosome	2081.0	100.0	100.0	0.0004278178697055996	CP053702.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain CMCST_CEPR_1 chromosome, complete genome	False	False
AST0149_000000001354	18263	0.553832889054636	15	6	3	6	3	True	104568	maximal	True	AST0149_000000001354	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0182_000000008472	3155	0.5538310306651162	3	3	2	2	3	False	77373	fragment	False	CHI0182_000000008472	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3155.0	98.13	100.0	0.07365716954694068	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0004_000000004820	3530	0.5538299446590846	6	5	3	5	2	False	38579	maximal	True	ISR0004_000000004820	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	100.0	4.0	2.3274866150252362e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0068_000000003125	4116	0.5538245255010392	4	4	2	4	2	False	5997	maximal	True	SPA0068_000000003125	1.0		6	4	False	False	0.9980563521385193	0					non-mobilizable	other	4116.0	99.46600000000001	100.0	0.08655504606453242	NZ_JAAISM010000032.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_32_length_47542_cov_220.736, whole genome shotgun sequence	False	False
ENG0105_000000009879	2216	0.5538199468621252	3	2	2	2	2	False	60165	maximal	True	ENG0105_000000009879	1.0		329	14	False	False	0.9950361251831055	0					non-mobilizable	other	2219.0	87.652	99.0	0.0006134373038750131	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0015_01_000000014116	2381	0.5538185803959309	4	3	3	3	2	False	1953	maximal	True	USA0015_01_000000014116	1.0		16	8	False	False	0.9953801035881042	0					non-mobilizable	no_good_hit	204.0	76.471	9.0	8.099877098399472e-05	CP013466.1	b-proteobacteria	Burkholderia multivorans strain MSMB1640WGS chromosome 2, complete sequence	True	False
USA0101_01_000000010054	3243	0.5538153733212386	5	5	5	5	4	False	57029	maximal	True	USA0101_01_000000010054	1.0		70	9	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	79.89	44.0	0.0004583366505260396	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0058_000000014620	2712	0.5538147323666105	2	2	2	2	2	False	46030	fragment	False	FIJ0058_000000014620	1.0		0	0	False	False	0.997787594795227	0					non-mobilizable	no_good_hit	1742.0	76.866	64.0	0.12168376370711001	NZ_LNAM01000195.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf68, whole genome shotgun sequence	True	False
ENG0080_000000009033	2805	0.5538135866497658	3	3	3	2	2	False	65093	maximal	True	ENG0080_000000009033	0.9819190834228428		60	13	False	False	0.9996435046195984	0					non-mobilizable	no_good_hit	2334.0	79.563	83.0	0.0011063821683947937	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ISR0813_000000013866	2208	0.5538116929087632	2	1	1	1	1	False	71191	fragment	False	ISR0813_000000013866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1967.0	98.932	89.0	0.3414379993053143	NZ_JAAIOD010000034.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_34_length_5758_cov_233.055, whole genome shotgun sequence	True	False
ENG0162_000000008226	2987	0.553810761201977	5	5	5	5	1	False	56370	maximal	True	ENG0162_000000008226	1.0		15	4	False	False	0.9929695129394531	0					non-mobilizable	no_good_hit	1390.0	98.273	56.0	0.0004607106428473511	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	False
USA0046_01_000000005737	1944	0.5538102176422519	2	2	2	2	2	False	1192	maximal	True	USA0046_01_000000005737	1.0		379	13	False	False	1.0	0					non-mobilizable	chromosome	1778.0	94.713	91.0	0.0008240874176262365	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
DEN0039_000000010002	1998	0.5538098469337995	2	2	2	2	2	False	73274	maximal	True	DEN0039_000000010002	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	1.2132046320717134e-05	CP017071.1	firmicutes	Geobacillus thermoleovorans strain FJAT-2391, complete genome	True	False
CHI0034_000000009309	1784	0.553809541092088	3	3	3	3	3	False	88992	fragment	False	CHI0034_000000009309	1.0		0	0	False	False	0.9977578520774841	0					non-mobilizable	other	1785.0	97.087	100.0	0.0004371521998219518	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0096_000000014719	2421	0.5538065134491171	3	2	2	2	2	False	64552	maximal	True	FIJ0096_000000014719	1.0		1	1	False	False	0.9995869398117065	0					non-mobilizable	no_good_hit	701.0	99.14399999999999	78.0	0.0002108140373237218	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0029_000000011680	2603	0.5538047079816443	3	2	2	2	2	False	118320	fragment	False	AST0029_000000011680	1.0		0	0	False	False	0.9992316365242004	0					non-mobilizable	no_good_hit	971.0	76.622	43.0	0.00023423618450416967	CP016104.1	firmicutes	Clostridioides difficile strain DSM 29629 chromosome, complete genome	True	False
USA0069_01_000000010670	5731	0.5538035817953989	11	4	2	4	2	True	110679	fragment	False	CAN0012_000000009407	0.5225791420721754		0	0	False	False	0.9996510148048401	0					non-mobilizable	other	3862.0	99.76700000000001	100.0	0.0010339456044457787	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0034_01_000000010040	5664	0.5538035817953989	11	4	2	4	2	True	110679	fragment	False	CAN0012_000000009407	0.5187149001217392		0	0	False	False	1.0	0					non-mobilizable	other	3802.0	99.76299999999999	100.0	0.0010178780736851605	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0013_000000001070	17019	0.5538005797314987	18	11	7	7	5	False	132415	fragment	False	ISR0013_000000001070	0.990675699614172		0	0	False	False	0.9999412298202515	0					non-mobilizable	no_good_hit	80.0	91.25	0.0	1.3715068242012969e-05	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	True	False
MAD0077_000000005601	2083	0.5537994708161952	2	2	2	2	2	False	23291	maximal	True	MAD0077_000000005601	1.0		39	8	False	False	0.9951992034912109	0					non-mobilizable	other	1982.0	80.979	95.0	0.008555798687089715	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0394_000000004775	3808	0.553798896377715	4	4	4	4	4	False	118986	maximal	False	MON0040_000000006783	0.8010567551415883		0	0	False	False	1.0	0					non-mobilizable	chromosome	3808.0	99.685	100.0	0.0016512593943300254	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
BAN0019_000000001532	2264	0.5537977436323439	4	4	2	4	2	False	97788	fragment	False	BAN0019_000000001532	1.0		0	0	False	False	0.9973497986793518	0					non-mobilizable	chromosome	2264.0	99.735	100.0	0.0004475363942212234	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
CHI0012_000000003179	1919	0.553795248437044	2	2	2	2	2	False	101448	fragment	False	AUS0020_000000012854	0.9398804064581782		0	0	False	False	0.9979155659675598	0					non-mobilizable	no_good_hit	856.0	92.40700000000001	85.0	0.00012076900618125436	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ETH0004_000000005111	5501	0.553795101620566	5	1	1	1	1	False	52945	maximal	True	ETH0004_000000005111	1.0		2	2	False	False	0.9983639121055603	0					non-mobilizable	no_good_hit								True	False
ISR0155_000000004147	6311	0.5537948197115855	6	6	6	6	5	False	105075	maximal	True	ISR0155_000000004147	1.0		28	8	False	False	0.999841570854187	0					non-mobilizable	other	6311.0	99.81	100.0	0.006768803005305626	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
MAD0107_000000007802	4900	0.5537918653743764	6	5	5	5	5	False	14706	maximal	True	MAD0107_000000007802	1.0		6	2	False	False	0.9869387745857239	0					non-mobilizable	no_good_hit								True	False
ENG0102_000000021314	1358	0.5537872749096648	4	3	2	2	2	True	60352	maximal	True	ENG0102_000000021314	1.0		30	8	False	False	1.0	0					non-mobilizable	other	823.0	87.485	100.0	0.00019107424319201772	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0213_000000004496	5001	0.5537848841900529	5	5	5	4	2	True	28300	fragment	False	ISR0213_000000004496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1505.0	79.668	30.0	0.013665514190058292	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	True
ISR0198_000000024248	1370	0.5537810981093446	2	2	2	1	1	False	28860	fragment	False	ISR0198_000000024248	0.9831281707237824		0	0	False	False	0.9883211851119995	0					non-mobilizable	other	1370.0	98.54	100.0	0.01192072586684314	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
ISR0310_000000014085	1293	0.5537783122298027	3	3	3	3	1	False	68112	fragment	False	ISR0394_000000016006	0.9558282282559208		0	0	False	False	0.957463264465332	0					non-mobilizable	other	1296.0	98.45700000000001	100.0	0.021894715419578048	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0844_000000004453	2955	0.553777047840718	4	4	4	4	3	False	20718	maximal	True	ISR0844_000000004453	1.0		10	5	False	False	0.9962775111198425	0					non-mobilizable	no_good_hit	353.0	97.45	22.0	0.0017411864800827063	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
ISR0847_000000008348	3117	0.5537709661882242	3	3	3	3	3	False	97365	fragment	False	CHI0162_000000008757	0.7157636430474527		0	0	False	False	1.0	0					non-mobilizable	chromosome	2156.0	99.49	98.0	0.00040040829005026293	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MON0042_000000006848	3784	0.5537657376583357	5	4	4	4	4	False	59159	maximal	True	MON0042_000000006848	1.0		109	11	False	False	0.9997357130050659	0					non-mobilizable	chromosome	1310.0	83.053	90.0	0.000437235794633141	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0159_000000004238	5154	0.5537623204322729	9	7	3	6	5	True	56554	maximal	True	ENG0159_000000004238	1.0		1	1	False	False	0.9970896244049072	0		MOBV			mobilizable	no_good_hit	2026.0	77.098	51.0	0.01224147534260829	NZ_LMUA01000006.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00006, whole genome shotgun sequence	True	True
ISR0073_000000012513	2145	0.5537608004639686	3	3	3	2	2	False	95271	maximal	True	ISR0073_000000012513	1.0		4	4	False	False	0.9958041906356812	0					non-mobilizable	other	1773.0	94.98	98.0	0.0005512662012221186	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0381_000000017331	1127	0.5537566095174068	1	1	1	1	1	False	23135	maximal	True	ISR0381_000000017331	1.0		2	2	False	False	0.9920141696929932	0					non-mobilizable	no_good_hit	867.0	88.697	77.0	0.000420875837176937	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	True	False
ISR0174_000000014403	1695	0.5537549641996269	2	2	2	2	1	False	48029	maximal	False	ISR0105_000000010785	0.9588177224828723		0	0	False	False	0.9935103058815002	0					non-mobilizable	no_good_hit	440.0	75.0	26.0	0.00034098346230207834	NZ_FPKO01000009.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
CHI0024_000000001151	8471	0.5537479846640797	6	6	3	1	5	False	120735	fragment	False	CHI0024_000000001151	1.0		0	0	False	False	0.999291718006134	0					non-mobilizable	chromosome	8463.0	99.149	99.0	0.0018795297399709918	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0155_000000002276	9010	0.5537475576499779	6	4	2	4	2	True	49408	fragment	False	FIJ0155_000000002276	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0117_000000005471	3983	0.5537393840328472	9	3	2	2	3	False	59383	maximal	True	ENG0117_000000005471	1.0		1	1	False	False	0.9984936118125916	0					non-mobilizable	no_good_hit	709.0	74.471	17.0	0.0003369885486656364	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	False
ISR0069_000000022197	1161	0.5537393514919389	1	1	1	1	1	False	34925	fragment	False	ISR0069_000000022197	1.0		0	0	False	False	0.9689922332763672	0					non-mobilizable	no_good_hit	921.0	84.58200000000001	79.0	0.010442400951596669	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	True	False
ISR0782_000000009354	1354	0.553737075948763	2	2	2	2	2	False	22258	maximal	True	ISR0782_000000009354	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	73.186	23.0	0.00010346435369322686	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
ISR0063_000000011089	1796	0.5537360035113894	3	3	3	3	2	False	117343	backbone	False	MON0013_000000032866	0.8115023210977907	PS787	0	0	False	True	0.9994432330131531	0					non-mobilizable	chromosome	1462.0	99.042	100.0	0.0006016757968189017	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
AST0029_000000010417	2920	0.5537337639525858	4	4	3	4	3	False	118350	maximal	True	AST0029_000000010417	1.0		24	6	False	False	0.9958904385566711	0					non-mobilizable	no_good_hit	156.0	76.282	5.0	0.00035259468204256025	NZ_FXLO01000008.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	False
FIJ0168_000000002743	6425	0.5537324915266248	6	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.28281859085355		0	0	False	False	1.0	0					non-mobilizable	other	6355.0	99.103	99.0	0.1050690482097081	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0158_000000014362	1320	0.553731884738479	2	2	2	2	2	False	56564	maximal	True	ENG0158_000000014362	1.0		49	9	False	False	0.9750000238418579	0					non-mobilizable	other	1320.0	99.697	100.0	0.0035921555384284386	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	False	False
USA0054_01_000000006914	1358	0.5537306533194872	2	2	2	2	2	False	1047	maximal	True	USA0054_01_000000006914	1.0		712	13	False	False	1.0	0					non-mobilizable	other	1358.0	100.0	100.0	0.00022706945698272045	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0077_000000015930	2128	0.5537300461542815	4	3	2	2	2	False	34514	maximal	True	ISR0077_000000015930	1.0		269	14	False	False	0.9924812316894531	0					non-mobilizable	no_good_hit	970.0	95.361	75.0	0.00021923811023536534	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0059_000000006223	2708	0.5537254791729656	3	3	3	3	2	False	85833	maximal	True	CHI0059_000000006223	1.0		167	12	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	71.392	14.0	0.00019117498900375225	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	False
ISR0003_000000011512	2282	0.5537238494138842	2	2	1	2	2	False	129989	fragment	False	CHI0186_000000007139	0.5533295266685025		0	0	False	False	0.9943032264709473	0					non-mobilizable	other	2264.0	93.728	99.0	0.0006019974498940915	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0212_000000013383	2604	0.5537233425291851	3	3	2	3	2	False	86646	maximal	True	ISR0212_000000013383	0.985512920908379		197	14	False	False	0.9980798959732056	0					non-mobilizable	no_good_hit	376.0	82.181	14.0	0.0028839164992848824	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
DEN0078_000000011923	2554	0.5537233425291851	3	3	2	3	2	False	86646	maximal	False	ISR0212_000000013383	0.9761904761904762		0	0	False	False	0.9996084570884705	0					non-mobilizable	no_good_hit	376.0	81.915	15.0	0.002868285515548921	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
FIJ0124_000000006407	4008	0.5537206776486774	5	2	1	2	1	False	43135	fragment	False	FIJ0124_000000006407	1.0		0	0	False	False	0.9987524747848511	0					non-mobilizable	no_good_hit	74.0	93.243	2.0	0.0005045055145255546	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
MAD0001_000000004072	6041	0.5537174952108521	6	6	6	5	5	False	90174	maximal	True	MAD0001_000000004072	0.9925080271138066		60	12	False	False	1.0	0					non-mobilizable	chromosome	6041.0	99.917	100.0	0.0012966370730006671	LR881940.1	enterobacteria	Escherichia coli isolate 2015-01-2097 genome assembly, chromosome: 1	False	False
FIJ0079_000000022609	1269	0.5537174760214859	2	2	2	2	1	False	44365	maximal	True	FIJ0079_000000022609	1.0		230	13	False	False	0.9921197891235352	0					non-mobilizable	chromosome	1269.0	99.60600000000001	100.0	0.0002378726233373304	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ENG0010_000000014324	1511	0.5537152226441501	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.18117886502101146		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	95.103	100.0	0.00041738174183981205	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0066_000000034270	1101	0.5537115670870066	2	2	2	2	2	False	74667	maximal	False	ISR0295_000000030211	0.9467965138609667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	287.0	96.86399999999999	26.0	0.4079885877318117	EU061144.1	bacteria	Uncultured bacterium clone LM0ABA40ZF08RM1 genomic sequence	True	False
ISR0186_000000024823	1316	0.5537077083980629	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.3774725133898911		0	0	False	False	0.9992401003837585	0					non-mobilizable	chromosome	1316.0	90.35	100.0	0.0004583587202485106	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0188_000000009665	2202	0.5537047459911874	3	2	1	2	1	False	70048	maximal	True	ISR0188_000000009665	1.0		113	11	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	99.365	29.0	0.002251969576895079	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
USA0101_01_000000025619	1162	0.5537042399031336	2	2	2	2	2	False	83328	fragment	False	ISR0228_000000019212	0.4711030103054761		0	0	False	False	0.9870912432670593	0					non-mobilizable	no_good_hit	142.0	85.211	12.0	3.40287917365544e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ENG0025_000000017634	1537	0.5537041338003554	2	2	2	2	1	False	101678	maximal	False	SPA0140_000000013967	0.9756335282651072		0	0	False	False	0.9986987709999084	0					non-mobilizable	other	1531.0	96.604	99.0	0.00025551588858704064	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0018_01_000000015990	1359	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.9879642955038268		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	96.402	100.0	0.00022723678893333413	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0138_000000014571	1350	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.9865529615375902		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	96.45200000000001	100.0	0.00022573080137781127	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0016_01_000000010459	1348	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.9822597986271346		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	96.51100000000001	99.0	0.00022472680967412938	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0022_000000019125	1342	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.9811859552447882		0	0	False	False	0.9962742328643799	0					non-mobilizable	other	1340.0	96.26899999999999	99.0	0.0002233881540692202	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
AUS0008_000000018501	1341	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.9849295807332566		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	96.57700000000001	100.0	0.00022422481382228845	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0190_000000022323	1339	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.9656499371183792		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	99.925	100.0	0.00022389014992106116	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0121_000000005847	1335	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.9613612917355294		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	96.105	99.0	0.0002223841623655383	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
SPA0141_000000016798	1331	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.9611748743538471		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	99.925	100.0	0.00022255149431615198	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CAN0015_000000026166	1327	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.976725783334233		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	96.617	100.0	0.00022188216651369738	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CAN0005_000000012809	1320	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.9742231905176667		0	0	False	False	0.9977272748947144	0					non-mobilizable	other	1323.0	96.447	100.0	0.00022071084285940184	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CAN0016_000000034544	1318	0.5537041338003554	2	2	2	2	1	False	101670	fragment	False	USA0018_01_000000015990	0.9736162812897754		0	0	False	False	0.999241292476654	0					non-mobilizable	other	1321.0	96.59299999999999	100.0	0.00022037617895817455	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0027_000000002065	8295	0.553702243905259	5	5	3	5	2	False	106652	fragment	False	ENG0141_000000002992	0.7441158062685092		0	0	False	False	0.9993972182273865	0					non-mobilizable	other	7992.0	99.212	96.0	0.0024202242296856406	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
FIJ0096_000000023037	1616	0.5537000620010785	1	1	1	1	1	False	46096	maximal	True	FIJ0096_000000023037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1005.0	98.507	79.0	0.00030044758910261035	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0057_000000025882	1366	0.5537000620010785	1	1	1	1	1	False	46095	fragment	False	FIJ0057_000000025882	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1036.0	98.84200000000001	90.0	0.00030972435729203357	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0047_000000017042	1362	0.5537000620010785	2	1	1	1	1	False	115082	fragment	False	AST0047_000000017042	1.0		0	0	False	False	0.9992657899856567	0					non-mobilizable	other	1247.0	98.87700000000001	95.0	0.00037286623109746264	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CAN0017_000000019276	1809	0.553697801507206	3	2	2	2	1	False	92424	maximal	True	CAN0017_000000019276	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	78.15	41.0	0.00030284018193359565	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0375_000000013975	1642	0.5536923847587056	2	2	2	2	2	False	58770	fragment	False	ISR0375_000000013975	0.9592425570825167		0	0	False	False	0.9872106909751892	0					non-mobilizable	chromosome	1644.0	99.51299999999999	100.0	0.00047627537007002087	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0047_01_000000002663	10816	0.5536918390882528	10	7	6	6	6	False	67020	maximal	True	USA0047_01_000000002663	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	79.385	9.0	0.0027741678213745757	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	False
SPA0106_000000005830	6519	0.5536912260292237	6	2	0	2	1	True	68119	fragment	False	SPA0106_000000005830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0061_000000003072	6380	0.553689463827626	12	12	2	11	12	True	19241	fragment	False	SPA0061_000000003072	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6380.0	99.84299999999999	100.0	0.028485435765989844	LR740759.1	enterobacteria	Escherichia coli strain BEN5202 genome assembly, plasmid: paAPEC5202	False	True
ISR0172_000000002139	7482	0.5536890327719024	8	7	7	6	5	False	47228	maximal	True	ISR0172_000000002139	1.0		70	9	False	False	0.9919807314872742	0					non-mobilizable	no_good_hit	91.0	98.90100000000001	1.0	0.0015351288655397683	NZ_CYZK01000019.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0347_000000002569	6316	0.5536869293515674	3	3	2	3	3	False	117175	fragment	False	ISR0796_000000002619	0.9529852898759734		0	0	False	False	1.0	0					non-mobilizable	other	5300.0	98.811	97.0	0.008079137085894627	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
MON0060_000000022989	1789	0.5536861017249773	3	1	1	1	1	False	10887	maximal	True	MON0060_000000022989	1.0		0	0	False	False	0.8787031769752502	0					non-mobilizable	no_good_hit	203.0	96.059	11.0	3.6086296770096006e-05	NZ_CP054254.1	enterobacteria	Klebsiella variicola strain FH-1 chromosome, complete genome	True	False
MAD0066_000000000359	19991	0.5536857978873637	17	10	5	8	6	False	96045	maximal	True	MAD0066_000000000359	1.0		2	2	False	False	0.9975488781929016	0					non-mobilizable	no_good_hit	618.0	78.479	3.0	0.00019504564492103425	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
CHI0017_000000003081	3780	0.5536758196898475	3	3	3	3	3	False	116555	maximal	True	CHI0017_000000003081	0.9653720803910918	PS777	40	8	False	True	1.0	0					non-mobilizable	chromosome	2299.0	97.21600000000001	99.0	0.0006658578971703214	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
MON0009_000000014558	2460	0.5536731451481648	4	2	2	2	2	True	13816	maximal	True	MON0009_000000014558	1.0		2	2	False	False	0.9865853786468506	0					non-mobilizable	no_good_hit								True	True
SPA0040_000000020889	2004	0.5536731451481648	4	2	2	2	2	True	6955	fragment	False	SPA0040_000000020889	1.0		0	0	False	False	0.9825349450111389	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	0.00016553190191799202	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0014_000000009493	1748	0.5536730338125487	2	2	1	2	1	False	13450	maximal	True	MON0014_000000009493	1.0		77	6	False	False	0.9988558292388916	0					non-mobilizable	other	1749.0	93.99700000000001	100.0	0.005723440223302624	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
SPA0130_000000010104	3233	0.5536723016258149	4	4	3	3	3	False	51591	maximal	True	SPA0130_000000010104	1.0		62	8	False	False	0.9996907114982605	0					non-mobilizable	other	3176.0	98.111	100.0	0.0009501206129489918	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0009_000000002795	1370	0.5536711066993579	4	3	3	2	1	False	76079	maximal	True	DEN0009_000000002795	0.9838212634822805		177	12	False	False	1.0	0					non-mobilizable	other	1370.0	99.34299999999999	100.0	0.0004383595681982141	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ENG0151_000000018877	1278	0.5536700998254911	2	2	2	2	1	True	57076	fragment	False	ENG0151_000000018877	0.9761904761904762		0	0	False	False	0.9984350800514221	0					non-mobilizable	other	1278.0	96.557	100.0	0.0016324266143062955	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
FIJ0145_000000006794	2140	0.5536691504886041	3	2	2	2	1	True	40024	maximal	True	FIJ0145_000000006794	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1964.0	80.499	91.0	0.0007750517200278396	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
MAD0074_000000004548	1184	0.5536648137350914	1	1	1	1	1	False	44042	fragment	False	FIJ0083_000000029326	0.9451612903225806		0	0	False	False	0.9923986196517944	0					non-mobilizable	no_good_hit								True	False
FIJ0109_000000004803	5814	0.5536603751384468	7	5	5	5	4	False	116314	maximal	True	FIJ0109_000000004803	1.0		2	1	False	False	0.9984520077705383	0					non-mobilizable	no_good_hit	219.0	74.429	4.0	0.001140758028477088	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0019_000000001813	7478	0.553658436440731	14	8	6	5	3	False	50139	maximal	True	ISR0019_000000001813	1.0		10	2	False	False	0.9995988011360168	0					non-mobilizable	no_good_hit	3008.0	99.568	74.0	0.0007257062180980078	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
USA0018_01_000000015288	1431	0.5536569729507783	2	2	2	2	2	False	77334	maximal	False	CHI0182_000000019362	0.9567554932211313		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	99.37100000000001	100.0	0.000276815751629293	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0045_000000015087	1700	0.553655505748365	2	2	2	2	1	False	6753	maximal	True	SPA0045_000000015087	1.0		4	4	False	False	0.99647057056427	0					non-mobilizable	plasmid	1226.0	91.109	94.0	0.00502729100833094	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
USA0069_01_000000011853	5183	0.5536524469457116	6	3	2	2	2	False	808	maximal	True	USA0069_01_000000011853	1.0		40	6	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	99.275	8.0	0.0002390883382202681	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	True	False
ISR0785_000000026376	1456	0.5536519163765949	3	3	3	2	2	False	22167	maximal	True	ISR0785_000000026376	1.0		1	1	False	False	0.9965659379959106	0					non-mobilizable	no_good_hit	857.0	81.914	58.0	0.00038020828452431794	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0048_000000003365	4929	0.5536499528431279	8	6	5	5	4	False	90929	maximal	True	CHI0048_000000003365	0.9965353846619118		10	6	False	False	0.9981740713119507	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000005428	4820	0.5536499528431279	9	6	5	5	4	False	90929	maximal	False	CHI0048_000000003365	0.9918646201316008		0	0	False	False	0.9991701245307922	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000008950	3015	0.5536462938861015	4	3	3	3	3	True	119931	maximal	False	ISR0366_000000004906	0.8991571080987141		0	0	False	False	0.9820895791053772	0					non-mobilizable	chromosome	2276.0	92.443	100.0	0.00060189046129571	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0002_000000010643	3289	0.5536455274617235	5	4	2	4	3	False	52431	maximal	True	FIJ0002_000000010643	1.0		6	2	False	False	0.9984797835350037	0					non-mobilizable	no_good_hit	638.0	74.765	19.0	0.0001791042729651955	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
FIJ0092_000000021513	1666	0.5536417693300972	2	2	2	2	1	False	47083	maximal	True	FIJ0092_000000021513	1.0		38	6	False	False	0.9993997812271118	0					non-mobilizable	no_good_hit	1397.0	80.816	83.0	0.016696962765893414	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
AST0024_000000008107	3950	0.5536412811912703	5	5	4	5	5	False	121653	maximal	True	AST0024_000000008107	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	72.564	22.0	0.023767894219211015	NZ_LDJP01000079.1	g-proteobacteria	Stenotrophomonas daejeonensis strain JCM 16244 contig_79, whole genome shotgun sequence	True	False
ISR0182_000000021880	1813	0.5536412400728632	2	2	2	2	2	False	29534	maximal	True	ISR0182_000000021880	1.0		43	9	False	False	0.9994484186172485	0					non-mobilizable	no_good_hit	970.0	70.10300000000001	52.0	0.000388844794263328	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
USA0130_01_000000023231	1442	0.5536345882441369	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.14894723184660202		0	0	False	False	1.0	0					non-mobilizable	chromosome	1442.0	98.197	100.0	0.00032234547605684464	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ISR0040_000000012170	2207	0.5536310747044085	5	3	3	2	3	False	36491	maximal	True	ISR0040_000000012170	1.0		7	1	False	False	0.9972813725471497	0					non-mobilizable	no_good_hit								True	False
SPA0140_000000013967	1539	0.5536261385801808	2	2	2	2	2	False	101678	maximal	True	SPA0140_000000013967	0.9772283669486012		12	5	False	False	1.0	0					non-mobilizable	other	1539.0	99.935	100.0	0.00025735654004379075	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
SPA0097_000000014445	2291	0.5536219420963461	3	3	3	3	3	False	52349	fragment	False	SPA0097_000000014445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1500.0	96.46700000000001	65.0	0.026058517987372985	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0090_000000032463	1859	0.5536132817404094	2	2	2	2	2	False	13677	fragment	False	MON0011_000000022972	0.9631296403668785		0	0	False	False	1.0	0					non-mobilizable	chromosome	1861.0	94.465	100.0	0.000749916698333402	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
CHI0043_000000005738	1670	0.553612958619505	3	3	3	3	3	False	89273	fragment	False	CHI0021_000000005042	0.9831786542923434		0	0	False	False	0.9964072108268738	0					non-mobilizable	no_good_hit	695.0	73.669	41.0	0.013139389268856565	NZ_QOHO01000014.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_14, whole genome shotgun sequence	True	False
TAN0005_000000013795	1365	0.5536061928345551	3	2	2	2	2	False	2922	maximal	True	TAN0005_000000013795	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	76.023	25.0	0.0009613039705540401	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
ENG0159_000000014760	1564	0.553605907313529	2	1	1	1	1	False	56516	fragment	False	ENG0159_000000014760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0109_000000006465	4210	0.553604421033214	6	4	3	2	3	False	119502	maximal	True	FIJ0109_000000006465	0.9913589945011784		66	11	False	False	1.0	0					non-mobilizable	no_good_hit	1001.0	82.917	24.0	0.0003342379861976205	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0009_000000009433	3819	0.553604421033214	6	4	3	2	3	False	119502	maximal	False	FIJ0109_000000006465	0.9457244655581948		0	0	False	False	0.9997381567955017	0					non-mobilizable	no_good_hit	1005.0	82.985	26.0	0.00033659414521411933	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0194_000000019800	1334	0.5536037369328762	3	2	0	1	2	False	54507	maximal	True	ENG0194_000000019800	1.0		1	1	False	False	0.930284857749939	0					non-mobilizable	chromosome	1334.0	100.0	100.0	0.0007261479729413188	CP035442.1	firmicutes	Streptococcus pyogenes strain emm25 chromosome, complete genome	False	False
ENG0058_000000014914	2232	0.553597204878005	3	3	3	2	2	False	63461	maximal	True	ENG0058_000000014914	0.9966035904900534		359	13	False	False	0.9883512258529663	0					non-mobilizable	chromosome	2232.0	99.955	100.0	0.00044078957247165393	CP051219.1	enterobacteria	Escherichia coli strain SFE8 chromosome, complete genome	False	False
ISR0184_000000003664	3648	0.5535960519919527	5	4	3	3	2	True	127719	maximal	True	ISR0184_000000003664	1.0	PS1022	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1930.0	88.135	74.0	0.0008683978442823415	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
MAD0089_000000019394	1430	0.5535960262512428	3	3	3	2	1	True	15817	maximal	True	MAD0089_000000019394	1.0		4	4	False	False	0.9734265804290771	0					non-mobilizable	no_good_hit	1233.0	84.023	86.0	0.00042733672321267985	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0111_000000004854	3514	0.5535904108249871	5	3	2	3	3	False	14522	maximal	True	MAD0111_000000004854	1.0		1	1	False	False	0.9994308352470398	0					non-mobilizable	no_good_hit	1543.0	94.36200000000001	44.0	0.024571865931052077	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	False
FIJ0012_000000011608	2082	0.5535866431280455	4	3	1	3	1	False	120303	fragment	False	MON0086_000000011703	0.4455260669243674		0	0	False	False	0.9966378211975098	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000032229	1222	0.5535866431280455	3	3	1	3	1	False	40652	fragment	False	FIJ0133_000000032229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	1.0069673253911254e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0018_000000005816	3661	0.5535839104794402	5	3	3	2	2	True	80417	maximal	True	ENG0018_000000005816	1.0		1	1	False	False	0.9994537234306335	0					non-mobilizable	no_good_hit	1120.0	95.804	32.0	0.00029780510452320444	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MAD0066_000000021291	1511	0.5535830390418128	2	2	2	2	1	False	16561	maximal	True	MAD0066_000000021291	1.0		2	2	False	False	0.9788219928741455	0					non-mobilizable	no_good_hit	94.0	78.723	6.0	3.8622755920239236e-05	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ISR0225_000000001380	7612	0.5535814499334399	9	7	4	6	5	True	85718	maximal	True	ISR0225_000000001380	1.0		1	1	False	False	0.9992117881774902	0	rep_cluster_1079				non-mobilizable	no_good_hit	3027.0	95.177	63.0	0.4210086375034829	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
SPA0139_000000023285	1217	0.5535778481808727	2	2	2	2	1	False	30797	fragment	False	SPA0139_000000023285	0.9733555370524563		0	0	False	False	0.9983566403388977	0					non-mobilizable	chromosome	1217.0	99.589	100.0	0.0004290926208419743	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0030_000000010603	2900	0.5535763529066607	3	2	1	1	2	False	119095	maximal	True	SPA0030_000000010603	1.0	PS816	0	0	False	True	0.9951724410057068	0					non-mobilizable	no_good_hit	1414.0	98.656	49.0	0.006535554712722362	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ENG0092_000000005242	3859	0.553574522862156	5	4	4	4	2	False	61121	fragment	False	ENG0092_000000005242	1.0		0	0	False	False	0.998963475227356	0					non-mobilizable	chromosome	3859.0	97.098	100.0	0.0009097009776573855	CP029152.1	firmicutes	Clostridioides difficile strain CDT4 chromosome, complete genome	False	False
ENG0177_000000008794	3050	0.5535738976075392	4	4	3	4	2	False	121047	maximal	True	ENG0177_000000008794	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	1830.0	74.48100000000001	59.0	0.004756937859536001	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
ETH0003_000000026868	1562	0.5535723696176237	3	3	3	3	2	False	53091	maximal	True	ETH0003_000000026868	1.0		3	3	False	False	0.9891164898872375	0					non-mobilizable	no_good_hit	319.0	73.354	20.0	0.004806960966260002	NZ_BBAB01000020.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
SPA0073_000000004278	2899	0.5535719915838367	5	4	3	4	4	False	5851	maximal	True	SPA0073_000000004278	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2368.0	100.0	82.0	0.01903513498299142	CP054380.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-1, complete sequence	True	False
DEN0081_000000003952	2150	0.5535704980176569	3	3	3	3	3	False	112413	fragment	False	ISR0246_000000009790	0.9452755224337456		0	0	False	False	0.9995349049568176	0					non-mobilizable	chromosome	2150.0	98.837	100.0	0.000601463608093142	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0191_000000003872	2532	0.5535691898868781	3	3	3	3	3	False	71674	maximal	True	ISR0191_000000003872	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1740.0	99.368	69.0	0.004237753064324605	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0106_000000003827	5546	0.5535680170216027	9	6	5	4	4	False	32916	maximal	True	ISR0106_000000003827	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	96.757	19.0	0.004465904421184945	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0059_000000000133	37166	0.5535630434638492	55	27	12	22	17	False	16925	maximal	True	MAD0059_000000000133	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6564.0	85.375	28.0	0.13240998355029346	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
MAD0049_000000001535	8470	0.5535613322415674	19	8	3	6	6	False	27164	maximal	True	MAD0049_000000001535	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.004691689008042895	XM_006970137.2	rodents	PREDICTED: Peromyscus maniculatus bairdii G protein subunit alpha q (Gnaq), mRNA	True	False
DEN0093_000000018721	1716	0.5535599073605102	3	2	2	1	2	True	68455	fragment	False	DEN0093_000000018721	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0031_000000014608	2341	0.5535598465994801	2	2	2	2	2	False	73792	backbone	True	DEN0031_000000014608	0.9617521367521368	PS347	2	2	True	True	1.0	1					non-mobilizable	no_good_hit	1091.0	93.40100000000001	75.0	0.00032817812665688554	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
AST0029_000000005063	6113	0.5535584907131451	8	4	2	2	3	True	118453	fragment	False	AST0029_000000005063	1.0		0	0	False	False	0.9993456602096558	0					non-mobilizable	no_good_hit	218.0	77.523	3.0	0.00030292415123811273	NZ_LN879454.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	True
AST0028_000000003290	5332	0.5535584907131451	7	4	2	2	3	True	118891	fragment	False	AST0028_000000003290	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5334.0	98.838	100.0	0.031083703932528604	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
MAD0007_000000002771	2677	0.5535562720061767	3	3	3	3	2	False	19867	maximal	True	MAD0007_000000002771	1.0		102	11	False	False	0.989914059638977	0					non-mobilizable	no_good_hit	516.0	91.86	36.0	0.00544389498482501	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0080_01_000000022223	1919	0.5535553287376805	3	3	3	2	2	False	36075	fragment	False	USA0080_01_000000022223	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1919.0	99.583	100.0	0.0005444681131312765	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0089_000000002456	11912	0.5535536081012711	9	4	2	4	1	True	14154	maximal	True	SPA0089_000000002456	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0099_000000003220	5928	0.5535531223746145	9	5	3	3	3	False	60668	maximal	False	USA0007_01_000000003174	0.9872163823560671		0	0	True	True	1.0	436					non-mobilizable	no_good_hit	2653.0	97.361	81.0	0.5164621079290863	LN853428.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0822	True	True
SPA0069_000000010346	2267	0.5535528134145354	3	2	1	2	1	True	25992	fragment	False	SPA0069_000000010346	1.0		0	0	False	False	0.9986766576766968	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.958757827491059e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
ENG0154_000000013150	2372	0.5535498137858798	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.8085895246393424	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	90.789	3.0	0.03134141245298788	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
SPA0029_000000011094	2365	0.5535498137858798	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.8081742974314841	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	90.789	3.0	0.03134141245298788	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
ISR0844_000000005417	2360	0.5535498137858798	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.8076879058776298	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	3.0	0.03175929795236105	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
ISR0282_000000009469	2356	0.5535498137858798	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7710729607207769	PS954	0	0	False	True	0.9949066042900085	0					non-mobilizable	no_good_hit	69.0	89.855	3.0	0.016484848484848484	KU547240.1	bacteria	Uncultured bacterium clone CH_08A_000_Contig_13 genomic sequence	True	True
SPA0001_000000014461	2353	0.5535498137858798	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7690758936982598	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	94.0	92.553	4.0	0.038863351441704976	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
SPA0031_000000013302	2349	0.5535498137858798	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7701020158053082	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	69.0	89.855	3.0	0.016484848484848484	KU547240.1	bacteria	Uncultured bacterium clone CH_08A_000_Contig_13 genomic sequence	True	True
ISR0829_000000006273	2347	0.5535498137858798	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7686617186311626	PS954	0	0	False	True	0.9982957243919373	0					non-mobilizable	no_good_hit	55.0	87.273	2.0	0.16049382716049382	KU546104.1	bacteria	Uncultured bacterium clone PE_03D_000_Contig_10 genomic sequence	True	True
ENG0055_000000014034	1374	0.5535486660828265	3	1	1	1	1	False	63629	fragment	False	ENG0055_000000014034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0001_000000003844	8352	0.5535484165285255	11	10	3	5	10	False	8456	fragment	False	SPA0001_000000003844	1.0		0	0	False	False	0.999401330947876	0					non-mobilizable	other	8355.0	96.134	100.0	0.034250874939995325	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0148_000000009370	3728	0.5535470995593708	4	3	3	3	2	False	105125	maximal	True	AST0148_000000009370	1.0		49	8	False	False	0.9970493316650391	0					non-mobilizable	no_good_hit	557.0	87.25299999999999	20.0	0.01033188389638384	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	True	False
SPA0039_000000008143	3172	0.5535435873912481	3	3	3	3	2	False	62095	maximal	True	SPA0039_000000008143	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	98.93299999999999	56.0	0.009492455125605618	NZ_CYYA01000005.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
AST0035_000000007775	2103	0.5535252757354773	3	3	1	2	3	False	116817	maximal	True	AST0035_000000007775	1.0		35	7	False	False	0.9995244741439819	0					non-mobilizable	other	1609.0	98.508	94.0	0.014061844130404365	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0060_000000003887	8022	0.5535252356658322	10	9	6	8	7	False	94249	maximal	True	ISR0060_000000003887	1.0		44	9	False	False	0.9995013475418091	0					non-mobilizable	other	5528.0	100.0	100.0	0.0016737686504676226	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
FIJ0109_000000012548	2031	0.5535235996155671	3	3	3	2	3	False	42150	fragment	False	FIJ0109_000000012548	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	81.464	52.0	0.00023779076765466356	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0169_000000011509	1983	0.5535229986866471	2	2	2	2	2	False	38862	maximal	True	FIJ0169_000000011509	1.0		159	12	False	False	0.9989914298057556	0					non-mobilizable	other	1404.0	99.573	100.0	0.0015326934547544085	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
FIJ0094_000000012735	1606	0.5535222586552778	2	2	1	1	2	False	57642	fragment	False	ISR0400_000000010422	0.6454527597721469		0	0	False	False	0.9956413507461548	0					non-mobilizable	other	1606.0	98.941	100.0	0.0005828765046294195	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0218_000000003059	4903	0.5535216570274768	4	4	4	3	3	False	38643	fragment	False	ISR0218_000000003059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	95.74	10.0	0.0005772219518331205	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0057_01_000000014427	2218	0.5535194151358722	2	2	2	2	2	False	973	maximal	True	USA0057_01_000000014427	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	2216.0	97.744	99.0	0.0007591348946721754	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0193_000000007866	3442	0.5535168171998256	4	4	4	1	1	False	29102	fragment	False	ISR0193_000000007866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2466.0	71.736	70.0	0.003370712594958769	NZ_LT635546.1	firmicutes	Gemella massiliensis strain Marseille-P3249T, whole genome shotgun sequence	True	False
ISR0384_000000010546	1754	0.5535164934488016	3	3	2	3	1	False	23076	fragment	False	ISR0384_000000010546	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	100.0	100.0	0.0005309953785530573	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
DEN0039_000000019530	1122	0.5535103961618989	1	1	1	1	1	False	73195	maximal	True	DEN0039_000000019530	1.0		94	11	False	False	0.9750445485115051	0					non-mobilizable	no_good_hit	397.0	80.101	34.0	0.0001216394383057835	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0169_000000004255	5820	0.5535073385051698	9	3	2	3	2	False	118971	maximal	True	ISR0169_000000004255	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	92.52	35.0	0.04561614944260319	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
DEN0094_000000018772	1988	0.5535066944356781	3	2	2	2	2	False	91305	fragment	False	ENG0135_000000008766	0.5947091579445354		0	0	False	False	0.9884305596351624	0					non-mobilizable	no_good_hit	367.0	75.204	18.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0073_000000026459	1983	0.5535066944356781	3	2	2	2	2	False	91305	fragment	False	ENG0135_000000008766	0.2720853345540345		0	0	False	False	0.9959657192230225	0					non-mobilizable	no_good_hit	367.0	75.204	18.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
TAN0002_000000020091	1974	0.5535066944356781	3	2	2	2	2	False	91305	fragment	False	ENG0135_000000008766	0.4906839848894683		0	0	False	False	0.9660587906837463	0					non-mobilizable	no_good_hit	367.0	74.932	18.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0019_01_000000015808	1909	0.5535066944356781	3	2	2	2	2	False	91305	fragment	False	ENG0135_000000008766	0.5421087589286946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	74.932	19.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0066_000000010605	1895	0.5535066944356781	3	2	2	2	2	False	91305	fragment	False	ENG0135_000000008766	0.4902335254106852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	74.932	19.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0050_000000011690	1186	0.5535061051764288	2	1	1	1	1	False	114676	maximal	True	AST0050_000000011690	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0034_000000007479	3237	0.5535053200367677	5	2	0	1	1	True	48648	fragment	False	MON0034_000000007479	0.9798234552332913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	92.23	21.0	0.003985853675394842	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0150_000000007155	3172	0.5535053200367677	5	2	0	1	1	True	48648	fragment	False	MON0034_000000007479	0.970960766141489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	92.374	22.0	0.003985853675394842	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0066_000000008499	3737	0.553500376951997	3	2	2	2	2	False	71007	maximal	True	DEN0066_000000008499	1.0		153	12	False	False	0.9967888593673706	0					non-mobilizable	other	3738.0	99.197	100.0	0.0030686710609620204	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
MON0074_000000007623	2505	0.5534935060879044	5	5	5	5	3	False	10379	maximal	True	MON0074_000000007623	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	99.76799999999999	51.0	0.00024125715689915704	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0162_000000022873	1436	0.5534922105610635	2	2	2	2	1	False	78530	maximal	True	CHI0162_000000022873	1.0		36	9	False	False	0.9596100449562073	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	3.306269959485477e-05	NZ_CP012622.1	mycoplasmas	Spiroplasma cantharicola strain CC-1 chromosome, complete genome	True	False
ENG0079_000000023493	1401	0.5534910588694286	2	2	2	2	2	False	61800	maximal	True	ENG0079_000000023493	1.0		187	12	False	False	0.9928622245788574	0					non-mobilizable	no_good_hit	296.0	73.649	21.0	0.004417271685135652	NZ_VTQX01000018.1	firmicutes	Bacillus methanolicus strain DE0196 NODE_22_length_65425_cov_38.298736, whole genome shotgun sequence	True	False
SPA0001_000000011470	2970	0.5534863186625922	4	4	4	3	2	False	92376	fragment	False	ISR0132_000000008589	0.6259720890593373		0	0	False	False	1.0	0					non-mobilizable	other	2496.0	95.954	95.0	0.0007462231509091425	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0024_000000006940	3154	0.5534775918155724	3	3	2	2	3	False	37463	maximal	True	ISR0024_000000006940	1.0		22	5	False	False	0.987317681312561	0					non-mobilizable	no_good_hit	1650.0	98.303	52.0	0.01113384242473347	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0120_000000011505	2076	0.5534757647007303	2	2	2	2	2	False	41539	maximal	True	FIJ0120_000000011505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	2.0	0.00026716367591773905	NZ_VOHM01000004.1	high GC Gram+	Corynebacterium canis strain CCUG 58627 Scaffold4, whole genome shotgun sequence	True	False
ISR0027_000000008043	3253	0.5534746846399854	5	5	5	4	4	False	39800	maximal	True	ISR0027_000000008043	1.0		70	8	False	False	0.9996926188468933	0					non-mobilizable	no_good_hit	946.0	88.161	29.0	0.0025270262633112924	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0172_000000002378	6686	0.5534697323856755	10	4	3	4	0	False	29948	fragment	False	ISR0172_000000002378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5893.0	97.01299999999999	88.0	0.20487838825289675	MK233338.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_3_c1 sequence	True	False
FIJ0069_000000011888	1888	0.5534694158231938	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8020549646597674		0	0	False	False	1.0	0					non-mobilizable	chromosome	1736.0	85.023	92.0	0.0005123686685078373	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0023_000000003466	7498	0.5534650569455206	10	7	5	4	5	True	107684	maximal	True	ISR0023_000000003466	1.0		10	7	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	87.12899999999999	1.0	2.7988069245841883e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0250_000000000528	12670	0.553463516060287	20	7	6	6	6	False	103689	maximal	True	ISR0250_000000000528	1.0		1	1	False	False	0.9997631907463074	0					non-mobilizable	no_good_hit	3404.0	98.50200000000001	27.0	0.0010180504961425103	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
DEN0085_000000019208	1473	0.5534631737410789	3	3	3	1	1	False	83737	fragment	False	DEN0085_000000019208	1.0		0	0	False	False	0.9904955625534058	0					non-mobilizable	chromosome	1473.0	99.796	100.0	0.00033514132057974895	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
USA0008_01_000000004540	1546	0.5534595619973366	2	2	2	2	0	True	109741	fragment	False	ISR0134_000000015586	0.08885339830421973		0	0	False	False	0.9702457785606384	0					non-mobilizable	other	1513.0	97.819	98.0	0.8389783453636869	KX127602.1	bacteria	Uncultured bacterium clone Control_Mom_TE_46 genomic sequence	False	True
ISR0202_000000007202	1913	0.5534593582655071	2	2	2	2	1	False	125911	fragment	False	ISR0202_000000007202	1.0		0	0	False	False	0.9895452260971069	0					non-mobilizable	other	1913.0	99.948	100.0	0.01114420437258479	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
FIJ0088_000000024089	1252	0.5534587001002171	2	1	1	1	1	False	43612	fragment	False	FIJ0088_000000024089	1.0		0	0	False	False	0.9992012977600098	0					non-mobilizable	other	1252.0	98.56200000000001	100.0	0.015130990106195119	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	False	False
SPA0062_000000005592	5664	0.5534568231318631	11	5	4	2	4	True	106435	fragment	False	SPA0062_000000005592	1.0		0	0	False	False	0.9991172552108765	0					non-mobilizable	no_good_hit	3431.0	98.455	61.0	0.0005277382615163105	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
SPA0122_000000013437	1921	0.5534540391704276	3	3	3	3	2	False	68935	fragment	False	SPA0122_000000013437	0.9772489539748954		0	0	False	False	0.99843829870224	0					non-mobilizable	chromosome	1921.0	100.0	100.0	0.000536896086279201	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0339_000000004178	3367	0.5534523501586678	5	4	3	4	2	False	109615	fragment	False	ISR0339_000000004178	0.9880635835460857		0	0	False	False	0.9997029900550842	0					non-mobilizable	other	3367.0	99.34700000000001	100.0	0.016579845695455713	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0138_000000009077	3228	0.5534523501586678	5	4	3	4	2	False	109615	fragment	False	ISR0339_000000004178	0.9841565976252264		0	0	False	False	0.9996902346611023	0					non-mobilizable	other	3231.0	99.133	100.0	0.015933621421101444	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0096_000000001289	10609	0.5534502398532399	17	4	3	3	2	False	19966	maximal	True	MAD0096_000000001289	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	86.275	0.0	0.0060510710395740045	NZ_PUEC01000052.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq52, whole genome shotgun sequence	True	False
ISR0130_000000008512	3315	0.553449383804676	5	2	2	1	1	False	31788	maximal	True	ISR0130_000000008512	1.0		2	2	False	False	0.9996983408927917	0					non-mobilizable	no_good_hit	287.0	91.986	14.0	0.0013553924240198285	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
FIJ0098_000000021564	1122	0.5534456883038812	2	2	2	2	1	True	42826	maximal	True	FIJ0098_000000021564	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	1144.0	85.315	100.0	0.00040121571537608943	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
TAN0007_000000005746	5507	0.5534447039550756	5	3	3	3	3	True	48550	maximal	True	TAN0007_000000005746	1.0		3	1	False	False	0.9981841444969177	0					non-mobilizable	no_good_hit	1451.0	92.419	34.0	0.00038679776532259336	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0036_000000039584	1128	0.5534436895026439	2	2	2	2	2	False	47863	maximal	True	FIJ0036_000000039584	1.0		63	8	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit								True	False
FIJ0090_000000041115	1160	0.5534391083483695	2	1	1	1	1	False	43414	fragment	False	FIJ0090_000000041115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8986876460079704e-05	NZ_MKQR01000026.1	high GC Gram+	Actinokineospora bangkokensis strain 44EHW Scaffold32, whole genome shotgun sequence	True	False
ISR0006_000000013574	1396	0.5534346502001403	2	2	2	2	2	False	38483	fragment	False	ISR0006_000000013574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0054_000000017706	1427	0.5534327067940883	2	2	2	2	1	False	95514	fragment	False	FIJ0054_000000017706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1231.0	99.594	86.0	0.00035067792029176405	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0146_000000030702	1395	0.5534327067940883	2	2	2	2	1	False	30985	maximal	True	ISR0146_000000030702	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	96.65799999999999	79.0	0.00038425980131753167	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
ENG0152_000000020319	1267	0.5534327067940883	2	2	2	2	1	False	56997	maximal	True	ENG0152_000000020319	1.0		11	5	False	False	0.988950252532959	0					non-mobilizable	no_good_hit	675.0	94.815	58.0	0.00020292849299700997	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0090_000000031159	1185	0.5534327067940883	2	2	2	2	1	False	70784	fragment	False	SPA0090_000000031159	0.9972727272727273		0	0	False	False	0.9949367046356201	0					non-mobilizable	no_good_hit	593.0	93.59200000000001	65.0	0.00019926373396675863	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0079_01_000000011837	1146	0.5534327067940883	2	2	2	2	1	False	638	fragment	False	USA0079_01_000000011837	1.0		0	0	False	False	0.9834206104278564	0					non-mobilizable	other	827.0	98.67	99.0	0.0002486927822188876	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0062_01_000000009324	2285	0.5534276458487281	3	3	2	3	2	False	880	maximal	True	USA0062_01_000000009324	1.0		14	5	False	False	0.9960612654685974	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	0.00019438720821091568	NZ_JZDQ02000007.1	high GC Gram+	Nocardioides luteus strain BAFB contig00007, whole genome shotgun sequence	True	False
ENG0077_000000018478	1138	0.5534271442833076	2	2	2	2	2	False	61962	maximal	True	ENG0077_000000018478	1.0		19	5	False	False	0.9841827750205994	0					non-mobilizable	other	1141.0	95.96799999999999	100.0	0.0003206786089599352	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0186_000000001609	11109	0.5534271078430112	15	14	7	9	12	False	132529	maximal	True	ISR0186_000000001609	1.0	PS1166	39	7	False	True	0.9975695610046387	0					non-mobilizable	no_good_hit	7915.0	99.899	71.0	0.2957509622930603	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	True	True
AST0035_000000000555	23105	0.5534269183514381	21	17	15	16	16	True	116929	maximal	False	AST0060_000000000939	0.9729111704774396	PS762|PS763|PS764	0	0	True	True	1.0	116					non-mobilizable	no_good_hit	5985.0	95.689	45.0	0.20906959655691243	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0219_000000007763	4102	0.5534230367129428	5	5	5	5	4	False	73449	maximal	False	ENG0043_000000007915	0.941849265591139		0	0	False	False	1.0	0					non-mobilizable	chromosome	2960.0	99.223	98.0	0.0008237463896718516	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0167_000000007803	2527	0.5534210737175287	4	2	2	2	1	False	78189	maximal	True	CHI0167_000000007803	1.0		1	1	False	False	0.9885239601135254	0					non-mobilizable	no_good_hit	382.0	75.654	15.0	0.0006236352781330189	NZ_FQTX01000002.1	high GC Gram+	Bifidobacterium merycicum DSM 6492, whole genome shotgun sequence	True	False
SPA0149_000000020050	1975	0.5534206717539555	4	4	3	3	2	False	113372	fragment	False	ISR0105_000000009409	0.9425861208187718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	78.112	12.0	0.015135422198619224	KC246837.1	bacteria	Uncultured bacterium Contig1586 genomic sequence	True	False
MON0024_000000007268	5440	0.5534162168840493	6	6	6	5	6	False	107847	fragment	False	MON0083_000000004547	0.95430200414651		0	0	False	False	0.9987132549285889	0					non-mobilizable	no_good_hit	786.0	79.262	17.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
CAN0018_000000026983	1250	0.5534139754734552	2	2	2	2	2	False	92046	maximal	True	CAN0018_000000026983	1.0		5	5	False	False	0.9872000217437744	0					non-mobilizable	no_good_hit	194.0	73.711	15.0	3.857819156460285e-05	NZ_CP018866.1	firmicutes	Bacillus cohnii strain DSM 6307 chromosome, complete genome	True	False
SPA0104_000000000521	36088	0.5534071281953846	44	16	8	15	7	True	91044	maximal	False	USA0037_01_000000000710	0.7589627056546475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	79.096	1.0	0.0005568461764292917	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
ENG0036_000000006723	3415	0.5534032107838667	4	4	4	1	0	False	65327	maximal	True	ENG0036_000000006723	1.0		3	3	False	False	0.9979501962661743	0					non-mobilizable	no_good_hit	397.0	72.04	12.0	0.00017158387234159897	LR134317.1	firmicutes	Streptococcus equi subsp. zooepidemicus strain NCTC6180 genome assembly, chromosome: 1	True	False
ISR0357_000000003719	5764	0.5533998396613726	7	3	2	2	3	False	46300	fragment	False	ISR0357_000000003719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	97.059	15.0	0.03591453250492499	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0790_000000006015	2656	0.5533967164852425	3	3	2	3	2	False	113760	maximal	True	ISR0790_000000006015	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1711.0	91.05799999999999	77.0	0.00047691669994914565	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0153_000000011308	1301	0.5533926725042583	2	2	1	2	1	False	79241	fragment	False	CHI0153_000000011308	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	100.0	100.0	0.009034302551842998	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
CHI0133_000000018611	1126	0.5533905866888454	2	2	2	1	0	False	80753	fragment	False	ISR0225_000000019676	0.9456069888731617		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	98.046	100.0	0.0002710626523372106	CP011914.1	firmicutes	Eubacterium limosum strain SA11, complete genome	False	False
ENG0012_000000019066	1198	0.5533852813630049	2	2	2	2	2	False	67033	maximal	False	ISR0028_000000016235	0.9910967152301013		0	0	False	False	0.9883138537406921	0					non-mobilizable	other	1180.0	99.322	98.0	0.0025243441843734744	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
CHI0185_000000012297	1618	0.5533840304123527	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.07959386559409105		0	0	False	False	0.999381959438324	0					non-mobilizable	chromosome	1618.0	98.82600000000001	100.0	0.0005688300203924856	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ITA0005_000000001902	8259	0.5533830532436026	9	3	3	3	2	False	20399	maximal	True	ITA0005_000000001902	1.0		3	3	False	False	0.9983049035072327	0					non-mobilizable	no_good_hit	3866.0	100.0	47.0	0.002799645354109865	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
DEN0064_000000003325	8644	0.5533781942813246	10	4	2	2	3	False	71358	fragment	False	DEN0064_000000003325	1.0		0	0	False	False	0.999884307384491	0					non-mobilizable	no_good_hit	72.0	86.111	1.0	0.0002805603303499101	NZ_NGKB01000004.1	firmicutes	Vagococcus carniphilus strain SS1714 4, whole genome shotgun sequence	True	False
MON0097_000000011982	2902	0.5533764720175176	3	3	3	3	2	False	18862	maximal	False	MON0103_000000015269	0.962539493208384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	76.329	54.0	0.0003553258975663691	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0102_000000022254	2027	0.5533754699545962	2	2	1	2	2	False	8951	maximal	True	MON0102_000000022254	1.0		10	5	False	False	0.9980266690254211	0					non-mobilizable	other	2028.0	97.978	100.0	0.004326371013527647	NZ_JAATLI010000003.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_03, whole genome shotgun sequence	False	False
ISR0103_000000021066	1431	0.5533740796554782	2	2	2	1	2	False	33025	fragment	False	ISR0343_000000013213	0.9912891986062717		0	0	False	False	0.9846261143684387	0					non-mobilizable	no_good_hit	101.0	96.04	7.0	3.1519759895077026e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0129_000000018347	1427	0.5533695709268213	3	2	1	2	1	False	124353	fragment	False	FIJ0039_000000009941	0.06872716415157964		0	0	False	False	0.9992992281913757	0					non-mobilizable	other	1429.0	98.251	100.0	0.008225143133618256	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0167_000000019585	1111	0.5533695709268213	2	2	1	2	1	False	113756	fragment	False	ISR0059_000000003816	0.02875079374564471		0	0	False	False	1.0	0					non-mobilizable	chromosome	1105.0	95.837	100.0	0.0003089882844740944	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0124_000000005504	5180	0.5533679244199902	8	2	2	1	1	False	94871	maximal	True	SPA0124_000000005504	1.0		20	7	False	False	0.999613881111145	0					non-mobilizable	other	5183.0	98.68799999999999	100.0	0.027690942998979357	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ENG0024_000000006158	4403	0.5533671216414844	4	4	4	4	4	False	116888	fragment	False	ENG0024_000000006158	1.0		0	0	False	False	0.9997729063034058	0					non-mobilizable	chromosome	4403.0	99.90899999999999	100.0	0.000621783818958926	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0171_000000009685	2751	0.5533666420166262	4	3	2	2	3	False	73879	fragment	False	ISR0171_000000009685	1.0		0	0	False	False	0.9985460042953491	0					non-mobilizable	no_good_hit	1290.0	81.628	46.0	0.0003585271670392345	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0108_000000023175	1186	0.5533654757221828	1	1	1	1	1	True	44622	fragment	False	FIJ0088_000000023953	0.5595881448443005		0	0	False	False	0.997470498085022	0					non-mobilizable	no_good_hit	826.0	87.167	70.0	0.012537277098168096	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0227_000000003249	7763	0.5533649906710532	8	4	3	4	3	False	126054	maximal	True	ISR0227_000000003249	1.0	PS940	14	8	False	True	0.9998711943626404	0					non-mobilizable	no_good_hit	1108.0	81.047	14.0	0.00036857058900946065	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ETH0005_000000009154	5290	0.5533556400754379	6	6	5	4	3	False	118961	maximal	True	ETH0005_000000009154	1.0		41	10	False	False	1.0	0					non-mobilizable	no_good_hit	1429.0	97.76100000000001	27.0	0.0005056974180038904	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0078_000000017708	2484	0.5533554994281179	4	2	2	2	1	False	101135	fragment	False	MON0078_000000017708	0.9771615008156607		0	0	False	False	0.998389720916748	0					non-mobilizable	chromosome	2487.0	96.14	100.0	0.000694943759374254	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0145_01_000000005185	4719	0.5533544716817014	7	5	4	4	4	True	33450	fragment	False	USA0145_01_000000005185	1.0		0	0	False	False	0.999576210975647	0					non-mobilizable	other	4591.0	96.79799999999999	97.0	0.10084162876041049	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
DEN0016_000000006730	1446	0.5533526379147017	3	3	3	2	2	False	75314	fragment	False	ISR0164_000000017815	0.9641835777829199		0	0	False	False	0.97994464635849	0					non-mobilizable	other	1449.0	79.71	99.0	0.0006019462649779195	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ENG0092_000000020208	1166	0.5533510228963446	2	2	2	1	1	False	130818	fragment	False	MON0014_000000013206	0.6412147028921377		0	0	False	False	0.9982847571372986	0					non-mobilizable	other	1166.0	98.456	100.0	0.011443895443070303	NZ_SPGG01000015.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_15_length_101801_cov_38.5671, whole genome shotgun sequence	False	False
ISR0308_000000010963	1637	0.5533482091130986	2	1	1	1	1	False	77708	fragment	False	ISR0826_000000007030	0.9565342544617156		0	0	False	False	0.9969456195831299	0					non-mobilizable	chromosome	1640.0	99.39	100.0	0.00047511584391038604	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0814_000000004769	7972	0.5533476365025704	9	7	2	6	2	True	102098	maximal	True	ISR0814_000000004769	1.0		65	9	False	False	0.9998745322227478	0					non-mobilizable	no_good_hit	417.0	82.734	5.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ENG0128_000000002928	7835	0.5533476365025704	9	7	2	6	2	True	102098	maximal	False	ISR0814_000000004769	0.9944130568049212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	82.734	5.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ISR0171_000000002810	7753	0.5533476365025704	8	7	2	6	2	True	102098	maximal	False	ISR0814_000000004769	0.9898775860694307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	82.734	5.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ISR0324_000000004064	7743	0.5533476365025704	8	7	2	6	2	True	102098	maximal	False	ISR0814_000000004769	0.9889224516077221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	82.734	5.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
DEN0026_000000005853	4960	0.553346177530843	5	5	4	4	4	False	110635	fragment	False	DEN0026_000000005853	0.952164084834785		0	0	False	False	1.0	0					non-mobilizable	other	3637.0	93.566	91.0	0.00089146685280573	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0004_000000007285	1613	0.5533456175475887	2	2	2	2	2	False	8357	maximal	True	SPA0004_000000007285	1.0		26	6	False	False	1.0	0					non-mobilizable	other	1614.0	98.575	100.0	0.001408258637057395	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ENG0176_000000008913	1118	0.5533450398460505	1	1	1	1	1	False	55558	fragment	False	ENG0176_000000008913	0.9351978463360913		0	0	False	False	0.9919499158859253	0					non-mobilizable	other	1103.0	99.54700000000001	99.0	0.018225419664268584	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0096_000000011342	1672	0.5533426271228745	3	3	2	2	1	False	116526	fragment	False	ENG0045_000000008222	0.9631033603561089		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	96.711	100.0	0.00047406764803401024	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0114_000000016626	2348	0.5533268606124426	3	3	3	2	2	False	41873	maximal	True	FIJ0114_000000016626	1.0		788	12	False	False	1.0	0					non-mobilizable	other	2348.0	96.635	100.0	0.0068527348163893356	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
USA0145_01_000000017887	1313	0.5533206240453895	3	3	3	3	2	False	7	maximal	True	USA0145_01_000000017887	1.0		70	9	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	85.944	85.0	0.01497729898181232	NZ_WNCH01000009.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold9_size74013, whole genome shotgun sequence	True	False
CAN0004_000000007176	3597	0.5533139479380502	2	2	0	2	1	False	96655	fragment	False	CAN0004_000000007176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0161_000000004829	4400	0.5533128394018684	5	4	4	3	2	False	117895	fragment	False	SPA0038_000000007226	0.9665666061736278		0	0	False	False	1.0	0					non-mobilizable	chromosome	3924.0	97.22200000000001	90.0	0.0012355745878870194	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0098_000000022452	1673	0.5533108029906388	4	4	4	4	3	False	5054	maximal	True	SPA0098_000000022452	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	97.12700000000001	54.0	0.007980063098173335	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0037_000000001928	6702	0.5533103687213033	14	3	1	3	0	False	18679	maximal	True	MAD0037_000000001928	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0005_000000009428	3058	0.553308865177088	3	3	3	3	2	False	128535	maximal	True	AST0005_000000009428	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	73.875	26.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0842_000000006056	3400	0.5533050701343927	4	4	4	4	3	False	126978	fragment	False	ISR0842_000000006056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1512.0	94.11399999999999	83.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
MAD0089_000000015220	1740	0.5533036777816657	2	2	2	2	2	False	90033	maximal	True	MAD0089_000000015220	1.0		443	14	False	False	1.0	0					non-mobilizable	other	1740.0	97.759	100.0	0.0005235795984002972	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0093_000000002136	10090	0.5533003802949457	19	4	2	4	2	True	109596	maximal	True	AST0093_000000002136	1.0		1	1	False	False	0.9999008774757385	0					non-mobilizable	no_good_hit	783.0	97.95700000000001	8.0	0.010778575678330774	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0292_000000010100	1929	0.5532992279241498	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.27792667886893185		0	0	False	False	0.9994816184043884	0					non-mobilizable	chromosome	1929.0	99.06700000000001	100.0	0.0005367296516685805	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0086_000000011258	2766	0.5532968337321797	4	3	2	3	1	False	110050	maximal	True	FIJ0086_000000011258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1709.0	97.484	80.0	0.027242949588559558	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0080_01_000000012101	3614	0.5532936967013604	5	4	4	4	3	False	94247	fragment	False	USA0080_01_000000012101	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3539.0	100.0	98.0	0.0010714299774478829	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
AST0153_000000011304	2796	0.5532928591756362	4	4	4	4	4	False	103434	maximal	True	AST0153_000000011304	1.0		7	5	False	False	0.9967811107635498	0					non-mobilizable	no_good_hit	1455.0	97.73200000000001	52.0	0.3856763925729443	KU545993.1	bacteria	Uncultured bacterium clone CH_03C_000_Contig_8 genomic sequence	True	False
AST0046_000000011576	1424	0.5532920861108817	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9657459192909038		0	0	False	False	0.9992977380752563	0					non-mobilizable	other	1356.0	98.009	99.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0047_000000005887	5794	0.5532912047969567	8	7	5	6	3	False	11485	maximal	True	MON0047_000000005887	1.0		1	1	False	False	0.9927511215209961	0					non-mobilizable	no_good_hit	941.0	98.618	16.0	0.0025726992815600412	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0037_000000011276	1220	0.5532898082291895	2	2	2	1	1	False	20317	fragment	False	MAD0037_000000011276	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	96.475	100.0	0.00039032893618233967	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0153_000000010218	1822	0.5532863022092106	2	2	2	2	1	False	3224	maximal	True	SPA0153_000000010218	1.0		3	1	False	False	0.9994511604309082	0					non-mobilizable	no_good_hit	657.0	97.71700000000001	57.0	0.0002963884054665787	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
FIJ0033_000000020717	1794	0.553280361354332	3	2	2	2	2	False	48272	maximal	True	FIJ0033_000000020717	1.0		8	5	False	False	0.9966555237770081	0					non-mobilizable	other	1779.0	87.74600000000001	99.0	0.00034100907948681494	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
ISR0057_000000014953	1493	0.553277320472849	2	2	2	2	2	False	126841	fragment	False	SPA0132_000000026570	0.63486982501067		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	99.465	100.0	0.007812622644570149	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0022_000000023700	1733	0.5532723150088514	2	2	2	2	2	False	74551	maximal	False	ENG0008_000000013981	0.9660033167495854		0	0	False	False	0.9867281913757324	0					non-mobilizable	other	1718.0	86.671	99.0	0.03353748018862387	NZ_QRYH01000019.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf19, whole genome shotgun sequence	False	False
ISR0149_000000005676	2781	0.5532720669375403	3	2	1	1	2	False	89419	fragment	False	ISR0149_000000005676	1.0		0	0	False	False	0.9946062564849854	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000004495	9282	0.5532704642943349	9	4	4	4	3	False	93756	maximal	True	CAN0014_000000004495	0.9817287023418939		5	2	False	False	0.99946129322052	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.006225333910594e-06	LR732083.1	basidiomycetes	Armillaria ostoyae strain C18/9 genome assembly, chromosome: LG9	True	False
SPA0112_000000012283	2763	0.5532703875724965	3	2	2	2	1	False	121208	fragment	False	SPA0112_000000012283	0.9990153603781016		0	0	False	False	0.9971045851707458	0					non-mobilizable	other	2744.0	100.0	99.0	0.014353666385837856	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0011_000000017129	2539	0.5532703875724965	2	2	2	2	1	False	121208	fragment	False	SPA0112_000000012283	0.9585595367354325		0	0	False	False	1.0	0					non-mobilizable	other	2539.0	99.803	100.0	0.013280935212269952	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0005_000000016120	2220	0.5532703875724965	2	2	2	2	1	False	115237	maximal	True	DEN0005_000000016120	1.0		68	7	False	False	1.0	0					non-mobilizable	no_good_hit	1840.0	97.772	83.0	0.009612717882167022	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0054_000000022142	2120	0.5532703875724965	2	2	2	2	1	False	121205	fragment	False	MON0054_000000022142	0.9621310139687018		0	0	False	False	1.0	0					non-mobilizable	other	2120.0	99.575	100.0	0.011088377350197015	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0137_000000012537	2021	0.5532703875724965	2	2	2	2	1	False	121205	fragment	False	MON0054_000000022142	0.9530076048805889		0	0	False	False	0.9836714267730713	0					non-mobilizable	other	2021.0	99.802	100.0	0.010570326685888615	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0024_000000018362	1900	0.5532703875724965	2	2	2	2	1	False	121205	fragment	False	MON0054_000000022142	0.5703820485019466		0	0	False	False	1.0	0					non-mobilizable	other	1900.0	99.789	100.0	0.0099371536517339	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0087_000000026210	1399	0.5532703875724965	2	2	2	2	1	False	110656	fragment	False	AST0087_000000026210	0.982075117069386		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	99.071	100.0	0.007315503320233803	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0305_000000013510	1393	0.5532703875724965	2	2	2	2	1	False	110656	fragment	False	AST0087_000000026210	0.9819806433779306		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	99.641	100.0	0.007284106310275718	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0083_000000021328	1323	0.5532703875724965	2	2	2	2	1	False	110656	fragment	False	AST0087_000000026210	0.9615823033421499		0	0	False	False	0.9984883069992065	0					non-mobilizable	other	1318.0	99.697	99.0	0.006891643685799656	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0090_000000002140	8960	0.5532688830497935	9	8	8	8	7	False	124968	maximal	True	ENG0090_000000002140	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	3272.0	76.895	54.0	0.0007269781924682701	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0038_000000010383	3252	0.5532664124651616	5	3	3	3	2	False	74437	fragment	False	FIJ0038_000000010383	0.9766873165960221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	76.797	15.0	0.000165193236673584	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0013_000000022808	1244	0.5532621200457444	2	2	2	2	1	False	7969	maximal	True	SPA0013_000000022808	0.9919559695173581		399	13	False	False	0.9943729639053345	0					non-mobilizable	no_good_hit	627.0	83.89200000000001	77.0	0.0001739319612841995	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0077_000000016830	2036	0.553259552367063	4	1	1	1	1	False	44474	fragment	False	ISR0077_000000016830	1.0		0	0	False	False	0.9931237697601318	0					non-mobilizable	no_good_hit	201.0	76.119	10.0	0.0006652175227702614	NZ_SMAE01000002.1	firmicutes	Keratinibaculum paraultunense strain DSM 26752 Ga0244701_102, whole genome shotgun sequence	True	False
USA0010_01_000000005249	5135	0.5532540609597459	5	4	3	1	2	False	2073	maximal	True	USA0010_01_000000005249	1.0		1	1	False	False	0.9984420537948608	0					non-mobilizable	no_good_hit	2326.0	99.398	59.0	0.0006138291347860535	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
DEN0066_000000025546	1448	0.5532509125620224	2	1	1	1	1	False	70911	maximal	True	DEN0066_000000025546	1.0		159	12	False	False	0.9979282021522522	0					non-mobilizable	no_good_hit	98.0	81.633	7.0	0.0003042211468196345	NZ_ACXX02000005.1	firmicutes	Ruminiclostridium papyrosolvens DSM 2782 ctg62, whole genome shotgun sequence	True	False
FIJ0022_000000016260	1583	0.5532508363140155	1	1	1	1	1	False	111299	fragment	False	ISR0832_000000008004	0.9504950124995555		0	0	False	False	0.9993683099746704	0					non-mobilizable	no_good_hit	61.0	96.721	4.0	1.8665898461245552e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0169_000000023640	1369	0.5532508363140155	1	1	1	1	1	False	111299	fragment	False	ISR0832_000000008004	0.2850769872040585		0	0	False	False	0.9985390901565552	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	2.4248858829042268e-05	NZ_RBLI01000002.1	a-proteobacteria	Paracoccus pantotrophus strain DSM 2944 Ga0242593_12, whole genome shotgun sequence	True	False
ENG0018_000000017923	1238	0.5532508363140155	1	1	1	1	1	False	66583	fragment	False	ENG0018_000000017923	0.9727272727272728		0	0	False	False	0.9604200124740601	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	2.4248858829042268e-05	NZ_RBLI01000002.1	a-proteobacteria	Paracoccus pantotrophus strain DSM 2944 Ga0242593_12, whole genome shotgun sequence	True	False
ISR0349_000000005069	2045	0.5532485624067067	3	2	1	2	2	False	120850	fragment	False	ISR0349_000000005069	1.0		0	0	False	False	0.9965770244598389	0					non-mobilizable	chromosome	2001.0	98.251	100.0	0.0005797630798174326	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0188_000000001206	14112	0.5532461002384944	9	8	6	7	3	True	31552	fragment	False	ISR0188_000000001206	1.0		0	0	False	False	0.9995748400688171	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.2199867214076848e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ENG0112_000000013464	2070	0.5532459457539045	4	3	2	3	2	False	128423	fragment	False	ENG0112_000000013464	0.9952571143285073		0	0	False	False	1.0	0					non-mobilizable	other	2070.0	99.855	100.0	0.009885946093163933	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0080_01_000000007361	5786	0.5532351099985168	7	4	3	4	2	True	120446	maximal	True	USA0080_01_000000007361	1.0		8	4	False	False	0.9998271465301514	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.009413067552602437	LK392613.1	mosquitos	Anopheles stephensi partial mRNA for ABC transporter B family protein 2 (abcB2 gene), strain Liston	True	True
ISR0377_000000009698	1608	0.5532324459817687	3	2	1	2	1	False	23310	maximal	True	ISR0377_000000009698	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.231433665943523e-06	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0122_000000006637	4660	0.5532313108055029	7	5	3	3	5	False	87397	fragment	False	SPA0122_000000006637	0.999847861326745		0	0	False	False	1.0	0					non-mobilizable	other	2706.0	96.23100000000001	100.0	0.000471628541032294	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0778_000000010272	1374	0.5532282293778509	2	2	2	2	1	False	22364	maximal	True	ISR0778_000000010272	1.0		0	0	False	False	0.9868995547294617	0					non-mobilizable	no_good_hit	770.0	85.195	56.0	0.00027100586579493114	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0055_000000022486	1605	0.5532255519215762	2	2	2	2	2	False	113699	maximal	True	AST0055_000000022486	1.0		533	14	False	False	1.0	0					non-mobilizable	other	1605.0	99.439	100.0	0.005291284554991093	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0040_000000022025	1175	0.553221228048686	4	1	1	1	1	False	36457	fragment	False	ISR0040_000000022025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000009946	3305	0.5532206942069269	5	3	2	3	2	True	50563	maximal	True	USA0015_01_000000009946	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1711.0	86.85	52.0	0.06863257834815142	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
DEN0093_000000011561	2803	0.5532192459727887	3	3	3	2	2	False	68495	fragment	False	DEN0093_000000011561	1.0		0	0	False	False	0.9982162117958069	0					non-mobilizable	no_good_hit	1386.0	93.65100000000001	49.0	0.000394155650667924	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0277_000000006530	1474	0.5532172627841886	3	2	2	2	2	False	105483	maximal	False	AST0140_000000018361	0.964035646085296		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	98.779	100.0	0.002890944846346183	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0151_000000008475	2078	0.5532160267993114	4	2	2	2	1	False	39755	fragment	False	FIJ0151_000000008475	1.0		0	0	False	False	0.9942252039909363	0					non-mobilizable	no_good_hit	1514.0	78.005	72.0	0.0005007191178820646	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
FIJ0062_000000003771	7262	0.553215431996819	13	4	3	4	1	False	45733	fragment	False	FIJ0062_000000003771	1.0		0	0	False	False	0.993941068649292	0					non-mobilizable	no_good_hit	71.0	85.915	1.0	0.0001049857076275298	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0079_000000021767	1312	0.5532078104324408	2	2	2	1	1	False	44367	fragment	False	FIJ0079_000000021767	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1215.0	99.835	100.0	0.00040862529228994087	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0023_000000015059	1839	0.5532077474807806	3	3	3	2	3	False	101770	fragment	False	SPA0023_000000015059	0.9729824252090924		0	0	False	False	1.0	0					non-mobilizable	other	1839.0	99.23899999999999	100.0	0.0004969691103144343	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0384_000000005302	2925	0.553202302100013	4	4	2	3	3	False	108499	fragment	False	ISR0384_000000005302	0.9683831317750776		0	0	False	False	0.9996581077575684	0					non-mobilizable	other	2925.0	99.179	100.0	0.008388486773215367	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
AST0101_000000003928	2081	0.553202302100013	4	4	2	3	3	False	108497	fragment	False	AST0101_000000003928	1.0		0	0	False	False	0.9980778694152832	0					non-mobilizable	other	2082.0	98.271	100.0	0.0005624024752198169	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0338_000000026499	1120	0.5531905523365706	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.07230856782601239		0	0	False	False	1.0	0					non-mobilizable	virus	1120.0	99.554	100.0	0.15537350735906694	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
ISR0301_000000013880	1424	0.5531886795737422	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.91310659313194		0	0	False	False	0.966292142868042	0					non-mobilizable	other	1424.0	98.525	100.0	0.011680343017668368	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0170_000000035807	1316	0.5531886795737422	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.8916212008564383		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	98.669	99.0	0.009865043575400639	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0017_000000026157	1250	0.5531886795737422	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.7383367499711219		0	0	False	False	0.9959999918937683	0					non-mobilizable	other	1250.0	98.8	100.0	0.01025931675743164	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
SPA0146_000000018621	1233	0.5531886795737422	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.6829845160981052		0	0	False	False	0.9983779191970825	0					non-mobilizable	other	1233.0	98.459	100.0	0.01011967833879566	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0176_000000030815	1100	0.5531886795737422	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.32643785068028597		0	0	False	False	0.9954545497894287	0					non-mobilizable	other	1100.0	99.182	100.0	0.009027213063584765	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0329_000000009192	1745	0.5531884824325171	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.06618200682725225		0	0	False	False	1.0	0					non-mobilizable	other	1745.0	99.427	100.0	0.0005218930233017455	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0006_000000014974	1498	0.5531884771467781	3	2	1	1	0	True	14037	fragment	False	MON0006_000000014974	1.0		0	0	False	False	0.9806408286094666	0					non-mobilizable	no_good_hit	89.0	96.62899999999999	6.0	2.3670981958407933e-05	NZ_LT608328.1	CFB group bacteria	Petrimonas mucosa strain ING2-E5A chromosome I	True	True
MON0022_000000016527	1848	0.5531833620377746	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.2619226022376278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	82.777	82.0	0.0005305110054891507	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0285_000000015825	1259	0.5531833163803667	3	2	2	1	1	False	80563	fragment	False	MON0058_000000039766	0.9456688246015048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	78.462	19.0	5.810860407777882e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0051_000000012806	3134	0.5531827379896876	3	2	1	1	2	False	70561	fragment	False	ISR0051_000000012806	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1683.0	99.941	54.0	0.02794159177367643	NZ_JAAITU010000022.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_22_length_60197_cov_159.13, whole genome shotgun sequence	True	True
MAD0095_000000005108	5070	0.5531767532351991	7	3	3	3	3	False	15602	maximal	True	MAD0095_000000005108	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	70.237	17.0	0.019775229878533317	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
SPA0046_000000021184	1553	0.5531767466047331	2	2	1	2	1	False	6712	maximal	True	SPA0046_000000021184	1.0		7	4	False	False	0.9703798890113831	0					non-mobilizable	chromosome	1441.0	98.54299999999999	93.0	0.0002676824223177245	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0107_000000007024	3307	0.5531740291188314	4	4	4	4	3	False	99199	maximal	True	ISR0107_000000007024	0.960545193687231		399	14	False	False	0.9960689544677734	0					non-mobilizable	other	3292.0	99.21	99.0	0.0007675631991474216	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0113_000000021315	1305	0.5531662799831544	2	2	1	2	1	False	81349	fragment	False	ENG0113_000000021315	1.0		0	0	False	False	0.9992337226867676	0					non-mobilizable	no_good_hit	495.0	80.808	38.0	0.0022237551509430536	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0174_000000012339	1249	0.5531662799831544	2	2	1	2	1	False	77778	fragment	False	ISR0265_000000013444	0.9773703661544775		0	0	False	False	0.9591673612594604	0					non-mobilizable	no_good_hit	478.0	83.682	38.0	8.599319871973762e-05	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
CHI0028_000000001267	7198	0.5531658792941313	18	2	1	2	1	False	88727	fragment	False	CHI0028_000000001267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.119967569969557e-05	NZ_NNRJ01000015.1	a-proteobacteria	Ochrobactrum thiophenivorans strain DSM 7216 O_thioNEW.contig.14_1, whole genome shotgun sequence	True	False
ISR0244_000000005394	3963	0.5531653989677393	4	4	3	3	2	True	27206	fragment	False	ISR0244_000000005394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.001131928181108509	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	True
FIJ0043_000000006696	3786	0.5531611050241172	3	2	2	1	1	False	50490	maximal	True	FIJ0043_000000006696	1.0	PS197	10	1	False	True	0.9997358918190002	0					non-mobilizable	no_good_hit	1029.0	96.89	39.0	0.044445406153979315	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	True
MAD0054_000000009691	1753	0.5531601808708995	2	2	2	2	1	False	17150	fragment	False	MAD0054_000000009691	1.0		0	0	False	False	0.9897319078445435	0					non-mobilizable	no_good_hit	855.0	73.45	48.0	0.006370965306923518	NZ_QICB01000004.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_004, whole genome shotgun sequence	True	False
MON0034_000000023567	1249	0.553158187629376	2	1	1	1	1	False	37891	fragment	False	ISR0016_000000017799	0.9560221870047543		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	99.39200000000001	92.0	0.00044691295845497136	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
SPA0095_000000000748	24773	0.5531576599313686	32	11	6	10	6	True	107066	fragment	False	SPA0095_000000000748	1.0		0	0	False	False	0.9999596476554871	0					non-mobilizable	other	24744.0	94.508	99.0	0.5137979079584919	NZ_QSCB01000027.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf27, whole genome shotgun sequence	False	True
FIJ0098_000000010359	2240	0.5531560667485751	3	3	3	3	3	False	42867	maximal	True	FIJ0098_000000010359	1.0		31	7	False	False	1.0	0					non-mobilizable	no_good_hit	729.0	75.446	32.0	0.024499491007804547	NZ_VULP01000035.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq35, whole genome shotgun sequence	True	False
ENG0087_000000017295	1509	0.5531560502940119	2	2	2	2	2	False	61356	fragment	False	ENG0087_000000017295	0.9978805954580828		0	0	False	False	0.9986746311187744	0					non-mobilizable	no_good_hit	53.0	88.679	4.0	0.0006502113186785706	NZ_AZGF01000009.1	firmicutes	Lactobacillus suebicus DSM 5007 = KCTC 3549 strain DSM 5007 Scaffold9, whole genome shotgun sequence	True	False
ENG0106_000000001310	12738	0.5531493016194146	12	9	5	6	5	True	71364	maximal	True	ENG0106_000000001310	1.0		14	4	False	False	0.9999215006828308	0					non-mobilizable	no_good_hit	3774.0	83.969	57.0	0.0016689894179823346	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MON0018_000000007431	2382	0.553148792690222	4	3	2	2	3	False	121860	maximal	True	MON0018_000000007431	1.0		103	11	False	False	0.9819479584693909	0					non-mobilizable	chromosome	1933.0	97.87899999999999	98.0	0.0006499632944084644	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0094_000000014142	2507	0.5531467646479818	4	3	2	3	2	False	9345	maximal	True	MON0094_000000014142	1.0		1	1	False	False	0.9852413535118103	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	3.0	2.166052951663695e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0167_000000008220	2384	0.5531460146448149	3	3	3	3	1	False	39935	maximal	True	FIJ0167_000000008220	1.0		359	14	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0376_000000022280	1118	0.5531457230976129	2	2	2	2	2	False	23317	maximal	True	ISR0376_000000022280	1.0		83	8	False	False	0.9991055727005005	0					non-mobilizable	other	1118.0	99.553	100.0	0.0053371685771213696	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0015_000000018936	1409	0.5531426362736632	2	1	1	1	1	False	37960	maximal	True	ISR0015_000000018936	1.0		14	7	False	False	0.9978708028793335	0					non-mobilizable	no_good_hit								True	False
ENG0058_000000030294	1148	0.5531426362736632	2	1	1	1	1	False	63402	fragment	False	ENG0058_000000030294	1.0		0	0	False	False	0.9869338274002075	0					non-mobilizable	no_good_hit								True	False
ISR0188_000000000340	34039	0.5531395719884376	32	10	8	8	5	True	95900	fragment	False	ISR0188_000000000340	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	934.0	85.65299999999999	3.0	0.0002455103112978816	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0850_000000012854	1229	0.5531373742393604	2	2	2	2	1	False	78111	maximal	False	CHI0181_000000015467	0.9296223275946716		0	0	False	False	1.0	0					non-mobilizable	chromosome	1229.0	99.675	100.0	0.00027958800385321445	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0246_000000018873	1265	0.5531355332154697	2	2	2	2	1	False	95491	maximal	False	ISR0018_000000015373	0.9605839416058395		0	0	False	False	0.9984189867973328	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000012690	1882	0.5531320741943101	3	3	3	2	3	False	122999	fragment	False	MAD0108_000000009258	0.7319446021532966		0	0	False	False	1.0	0					non-mobilizable	chromosome	1883.0	88.476	100.0	0.0006066030775597796	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0018_01_000000018156	1163	0.5531297312999396	1	1	1	1	1	False	1851	maximal	True	USA0018_01_000000018156	1.0		0	0	False	False	0.9922614097595215	0					non-mobilizable	no_good_hit	698.0	95.559	60.0	0.0026660222181304856	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0019_000000017342	1720	0.5531283659671209	2	2	2	2	2	False	122211	maximal	True	AST0019_000000017342	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	73.709	24.0	0.00016283176486315914	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0092_000000001829	16729	0.5531277715524652	24	9	3	8	6	True	61516	maximal	True	MON0092_000000001829	1.0		144	12	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	71.402	12.0	0.05099077826350554	NZ_OFSM01000041.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
SPA0057_000000017159	1883	0.5531240541900188	3	1	1	1	1	False	6336	fragment	False	SPA0057_000000017159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1007.0	87.587	57.0	0.022021797999239083	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
MAD0110_000000003480	7788	0.5531223532788584	8	3	2	2	2	True	105973	maximal	True	MAD0110_000000003480	1.0		2	2	False	False	0.9998716115951538	0					non-mobilizable	no_good_hit	1382.0	96.165	18.0	0.00044850977751314977	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
CHI0182_000000006514	3952	0.5531213291800819	5	4	2	2	4	True	84346	fragment	False	CHI0111_000000007086	0.9779369131784685		0	0	False	False	0.998481810092926	0					non-mobilizable	other	3952.0	100.0	100.0	0.021646587005473283	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ISR0038_000000017711	1883	0.5531207728987342	4	2	1	2	1	False	36628	maximal	True	ISR0038_000000017711	1.0		65	8	False	False	0.9904407858848572	0					non-mobilizable	no_good_hit	69.0	82.609	4.0	2.692822141910923e-05	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	False
ENG0136_000000007528	1510	0.5531171128593719	2	2	1	1	2	False	67737	fragment	False	ENG0136_000000007528	0.9711261503383573		0	0	False	False	0.9642384052276611	0					non-mobilizable	no_good_hit	515.0	74.369	33.0	0.00011380471563301214	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0122_000000020087	1469	0.5531163397711383	3	3	1	3	2	False	59011	maximal	True	ENG0122_000000020087	1.0		340	10	False	False	0.9863852858543396	0					non-mobilizable	other	1470.0	93.40100000000001	100.0	0.005693166261396997	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0779_000000013520	2492	0.5531094470188883	3	2	2	2	1	True	101663	maximal	True	ISR0779_000000013520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	99.904	42.0	0.00045632242588694393	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	True
SPA0112_000000003210	10059	0.5531077913132094	15	3	2	3	3	False	72036	maximal	True	SPA0112_000000003210	1.0		4	2	False	False	0.9983099699020386	0					non-mobilizable	no_good_hit	308.0	88.31200000000001	5.0	0.06102911846828879	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
ENG0171_000000009473	2517	0.5531034724102284	4	4	3	3	3	False	92408	maximal	True	ENG0171_000000009473	1.0		55	8	False	False	0.9984108209609985	0					non-mobilizable	no_good_hit	2135.0	99.016	85.0	0.0006084119365061988	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0197_000000011526	2202	0.5531018000298142	3	2	2	2	2	False	43986	maximal	True	ISR0197_000000011526	1.0		34	8	False	False	0.992733895778656	0					non-mobilizable	other	2122.0	99.105	100.0	0.0008993762882685459	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
SPA0100_000000016614	1723	0.5531018000298142	2	2	2	2	2	False	43985	fragment	False	SPA0100_000000016614	1.0		0	0	False	False	0.9953569173812866	0					non-mobilizable	other	1596.0	99.311	100.0	0.0006763343610506038	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
FIJ0116_000000008890	2001	0.5530997235674036	3	3	3	3	3	False	107204	maximal	True	FIJ0116_000000008890	1.0		62	13	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	75.113	14.0	8.959071493390517e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ISR0221_000000003582	6131	0.5530953390645758	5	5	5	5	5	False	124518	maximal	True	ISR0221_000000003582	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1995.0	71.779	33.0	0.0003530876654043253	NZ_KV917368.1	firmicutes	Alkalihalobacillus alkalinitrilicus strain DSM 22532 Scaffold1, whole genome shotgun sequence	True	False
ISR0169_000000006740	4074	0.5530941796426376	9	4	3	3	1	True	35898	maximal	True	ISR0169_000000006740	1.0		67	10	False	False	0.9977908730506897	0					non-mobilizable	other	4077.0	97.49799999999999	100.0	0.0012185529773081879	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
AST0101_000000002392	4806	0.5530933641466088	1	1	1	1	1	False	108528	fragment	False	ISR0847_000000004609	0.616163635152242		0	0	False	False	1.0	0					non-mobilizable	other	4809.0	95.384	100.0	0.0013503586248993203	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0187_000000005812	4604	0.5530933641466088	1	1	1	1	1	False	112506	maximal	False	ISR0073_000000004489	0.23529076396807297		0	0	False	False	1.0	0					non-mobilizable	other	4557.0	97.257	99.0	0.07228189303675969	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	False	False
CAN0015_000000009068	4565	0.5530933641466088	1	1	1	1	1	False	93331	fragment	False	CAN0015_000000009068	1.0		0	0	False	False	0.9960569739341736	0					non-mobilizable	other	4363.0	73.711	94.0	0.0009693798417972098	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
MON0041_000000011213	4421	0.5530933641466088	1	1	1	1	1	False	111030	fragment	False	MON0041_000000011213	0.9685147159479808		0	0	False	False	1.0	0					non-mobilizable	other	4408.0	75.295	99.0	0.0009854794836141928	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
FIJ0023_000000002574	10217	0.5530924355702481	8	7	6	7	6	False	50639	maximal	True	FIJ0023_000000002574	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3949.0	72.98100000000001	38.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
CAN0018_000000002949	10419	0.5530897089945791	22	7	3	6	5	True	110293	maximal	True	CAN0018_000000002949	1.0		1	1	False	False	0.9999040365219116	0					non-mobilizable	no_good_hit	54.0	88.889	1.0	0.0020829160825155215	NZ_VOSW01000120.1	b-proteobacteria	Paraburkholderia madseniana strain RP11 NODE_120_length_24965_cov_7.684113, whole genome shotgun sequence	True	True
ENG0161_000000011582	1848	0.5530849277083729	2	2	1	1	2	False	107111	fragment	False	ENG0161_000000011582	1.0		0	0	False	False	0.9556276798248291	0					non-mobilizable	no_good_hit	130.0	96.154	7.0	2.478319507256289e-05	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ISR0284_000000003612	2883	0.5530820404009149	4	4	4	4	3	False	99287	fragment	False	ENG0082_000000007149	0.8305852163579229		0	0	False	False	0.999653160572052	0					non-mobilizable	chromosome	2884.0	95.804	99.0	0.0008177673103562052	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0821_000000030180	1118	0.5530795652080457	2	1	1	1	1	False	21201	maximal	True	ISR0821_000000030180	1.0		7	5	False	False	0.991055428981781	0					non-mobilizable	no_good_hit	127.0	77.953	11.0	1.0934149350075044e-05	NZ_CP035758.1	GNS bacteria	Ktedonosporobacter rubrisoli strain SCAWS-G2 chromosome, complete genome	True	False
ISR0333_000000005000	3861	0.5530791326021041	4	4	4	4	3	False	24553	fragment	False	ISR0333_000000005000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3415.0	78.27199999999999	88.0	0.012262464603101512	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MON0007_000000039284	1634	0.55307645646711	2	1	1	1	1	False	57911	maximal	True	MON0007_000000039284	1.0		1	1	False	False	0.9993879795074463	0					non-mobilizable	no_good_hit								True	False
ENG0024_000000007675	3575	0.5530752210138312	3	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.8149272691347482		0	0	False	False	1.0	0					non-mobilizable	chromosome	3543.0	97.262	100.0	0.001115169105087825	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0005_000000009735	3334	0.5530752210138312	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.7689815215341809		0	0	False	False	0.9928014278411865	0					non-mobilizable	chromosome	3269.0	97.21600000000001	100.0	0.0010297505557721664	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0144_000000001917	3135	0.5530752210138312	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.6747278256534128		0	0	False	False	0.9996809959411621	0					non-mobilizable	other	3067.0	99.51100000000001	100.0	0.0009843366546936742	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0042_000000020613	1563	0.5530724384804475	2	2	2	2	2	False	36348	maximal	True	ISR0042_000000020613	1.0		39	8	False	False	0.9897632598876953	0					non-mobilizable	no_good_hit	912.0	87.61	58.0	0.6606236403190718	NZ_JAAIUD010000036.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_37_length_1379_cov_646.637, whole genome shotgun sequence	True	False
ENG0070_000000021345	1233	0.5530665703543576	2	1	1	1	1	True	62312	fragment	False	ENG0070_000000021345	1.0		0	0	False	False	0.9983779191970825	0					non-mobilizable	other	1121.0	78.234	90.0	0.022894863278394018	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	False	True
ISR0362_000000008210	2654	0.5530657006489588	6	5	4	4	4	False	61050	fragment	False	SPA0068_000000004361	0.9903556966330127		0	0	False	False	0.9875659346580505	0					non-mobilizable	chromosome	2654.0	100.0	100.0	0.0014781294781250208	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
USA0082_01_000000011185	2675	0.5530622767859721	3	2	2	2	1	True	76875	fragment	False	USA0082_01_000000011185	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2613.0	91.581	98.0	0.0014521760402072632	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ISR0199_000000012580	2392	0.5530622767859721	3	2	2	2	1	True	76873	fragment	False	ISR0199_000000012580	1.0		0	0	False	False	0.9912207126617432	0					non-mobilizable	other	2395.0	91.48200000000001	100.0	0.0013309760491026753	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
USA0056_01_000000008847	2128	0.5530622767859721	3	2	2	2	1	True	76872	fragment	False	USA0056_01_000000008847	0.968231561896169		0	0	False	False	1.0	0					non-mobilizable	other	2131.0	91.319	100.0	0.0011842017479484956	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
USA0086_01_000000008673	1993	0.5530622767859721	2	2	2	2	1	True	76872	fragment	False	USA0056_01_000000008847	0.9430820365747872		0	0	False	False	0.9989964962005615	0					non-mobilizable	other	1996.0	91.28299999999999	100.0	0.0011091467075855627	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ENG0032_000000005447	3600	0.5530615755025872	4	4	1	1	4	False	65633	maximal	True	ENG0032_000000005447	1.0		863	14	False	False	0.9994444251060486	0					non-mobilizable	other	3600.0	99.22200000000001	100.0	0.2178835210073859	NZ_JAAWUO010000030.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_30_length_16518_cov_75.5213, whole genome shotgun sequence	False	False
ENG0119_000000018601	1687	0.5530559366373713	3	3	3	2	2	False	59257	fragment	False	ENG0119_000000018601	1.0		0	0	False	False	0.9697688221931458	0					non-mobilizable	no_good_hit	340.0	95.588	41.0	0.00011410541522758645	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0068_000000026005	1629	0.553054171272	5	5	2	4	2	False	86316	fragment	False	MON0068_000000026005	0.9630094043887147		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	97.667	100.0	0.00045541010400016737	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0179_000000020651	1595	0.553054171272	5	5	2	4	2	False	86316	fragment	False	MON0068_000000026005	0.9628606507059546		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	99.24799999999999	100.0	0.006122456818242924	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	False	False
ENG0005_000000011604	2066	0.5530477854654943	5	4	4	3	1	False	78141	fragment	False	ENG0005_000000011604	0.9840554875340445		0	0	False	False	0.999515950679779	0					non-mobilizable	other	2061.0	99.07799999999999	99.0	0.0004803685796487967	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0016_000000008605	3184	0.5530477575669152	3	3	2	3	2	False	13367	maximal	True	MON0016_000000008605	1.0		15	3	False	False	0.9974874258041382	0					non-mobilizable	no_good_hit	1200.0	75.0	37.0	0.00034633734703182873	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0067_000000022638	1364	0.5530449449937588	2	2	2	2	2	False	57832	fragment	False	ISR0067_000000022638	0.9161913372795583		0	0	False	False	0.990469217300415	0					non-mobilizable	chromosome	1347.0	87.973	99.0	0.00039804826038990367	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0139_000000016806	1328	0.5530449449937588	2	2	2	2	2	False	57832	fragment	False	ISR0067_000000022638	0.8256109785369311		0	0	False	False	1.0	0					non-mobilizable	chromosome	1318.0	88.088	99.0	0.0003897555882984473	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0119_000000012626	2586	0.5530410420480814	3	2	1	2	1	False	111666	fragment	False	ENG0119_000000012626	1.0		0	0	False	False	0.9988399147987366	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	0.0001509696022705828	NZ_JABAFG010000001.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_1, whole genome shotgun sequence	True	False
ISR0213_000000003920	5630	0.5530367426354734	7	4	4	4	4	False	72139	maximal	True	ISR0213_000000003920	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	3.6293169625476486e-05	NZ_LR215037.1	mycoplasmas	Mycoplasma maculosum strain NCTC10168 chromosome 1	True	False
CAN0001_000000014192	3304	0.5530366731229928	5	3	2	3	3	True	97396	maximal	True	CAN0001_000000014192	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	2.0	7.5450154484191304e-06	LN899827.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IX	True	True
SPA0101_000000003662	10698	0.5530363735164691	11	3	2	3	2	False	34390	maximal	True	SPA0101_000000003662	1.0		0	0	False	False	0.9974761605262756	0					non-mobilizable	no_good_hit	2456.0	98.98200000000001	23.0	0.0010282550055646495	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0152_000000008382	2753	0.5530350350967668	3	3	2	3	1	True	57051	maximal	True	ENG0152_000000008382	1.0		8	6	False	False	0.9909189939498901	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.00032779249010152944	NZ_CAKP01000138.1	firmicutes	Caloramator australicus RC3, whole genome shotgun sequence	True	True
AST0116_000000019447	1392	0.5530223874176851	2	2	2	2	2	False	106173	fragment	False	AST0116_000000019447	1.0		0	0	False	False	0.9992815852165222	0					non-mobilizable	other	1392.0	98.56299999999999	100.0	0.0039905557802813185	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
USA0082_01_000000018662	1604	0.5530215736246046	3	3	3	2	2	False	524	maximal	True	USA0082_01_000000018662	1.0		2	2	False	False	0.9968827962875366	0					non-mobilizable	no_good_hit	332.0	97.59	21.0	0.004526805251641138	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	True	False
ISR0148_000000015255	1907	0.5530171191876064	2	2	2	2	2	False	30919	maximal	True	ISR0148_000000015255	1.0		39	4	False	False	0.9826953411102295	0					non-mobilizable	other	1907.0	99.52799999999999	100.0	0.005539409439665194	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
ISR0002_000000005866	3526	0.5530158427444067	3	3	3	3	3	False	104648	fragment	False	ISR0002_000000005866	0.9868488724541216		0	0	False	False	0.9920589923858643	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0141_000000018575	1701	0.5530148626173015	3	2	2	2	1	True	119978	fragment	False	ISR0141_000000018575	0.9720259128386337		0	0	False	True	1.0	0					non-mobilizable	other	1705.0	89.619	100.0	0.0005279338281455616	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0170_000000007665	5782	0.5530115678717318	4	4	3	3	2	False	89627	maximal	True	ISR0170_000000007665	1.0		11	6	False	False	0.9951573610305786	0					non-mobilizable	other	4712.0	97.92	100.0	0.0019182104091027804	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
FIJ0071_000000006748	5265	0.5530040080066397	6	6	4	3	4	True	44895	maximal	True	FIJ0071_000000006748	1.0		0	0	False	False	0.9998100399971008	0					non-mobilizable	no_good_hit	2019.0	100.0	38.0	0.3607436539149088	NZ_ABJL02000004.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont565, whole genome shotgun sequence	True	True
ISR0100_000000007815	1844	0.5530027713609987	2	1	1	1	1	False	33169	maximal	True	ISR0100_000000007815	1.0		3	3	False	False	0.9837310314178467	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.2301669746640278e-05	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
SPA0030_000000007734	3948	0.5530003002711803	5	5	4	4	4	False	7344	maximal	True	SPA0030_000000007734	1.0		0	0	False	False	0.9997466802597046	0					non-mobilizable	no_good_hit	1437.0	99.443	36.0	0.0003520754677197548	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0786_000000006722	2448	0.5529992813458384	3	3	3	3	3	False	22147	maximal	True	ISR0786_000000006722	1.0		234	12	False	False	0.998774528503418	0					non-mobilizable	chromosome	1649.0	77.32	93.0	0.0007662567216524655	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0209_000000005020	3751	0.5529957625393783	4	3	3	3	3	False	106583	maximal	True	ENG0209_000000005020	1.0		1	1	False	False	0.9973340630531311	0					non-mobilizable	no_good_hit	2421.0	97.89299999999999	65.0	0.0007325576923251636	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ENG0043_000000014959	2288	0.552991127870997	3	2	2	2	1	False	64609	fragment	False	ENG0043_000000014959	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	2.027036772396125e-05	NZ_CP009211.1	high GC Gram+	Corynebacterium imitans strain DSM 44264 chromosome, complete genome	True	False
SPA0086_000000012254	1145	0.5529862796330922	3	3	3	2	0	False	5494	fragment	False	SPA0086_000000012254	1.0		0	0	False	False	0.984279453754425	0					non-mobilizable	other	1145.0	95.197	100.0	0.0019745979974155744	NZ_KB822499.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.4, whole genome shotgun sequence	False	False
CHI0136_000000003279	4564	0.5529842216414652	7	1	1	1	1	False	80631	maximal	True	CHI0136_000000003279	1.0		1	1	False	False	0.9969325065612793	0					non-mobilizable	no_good_hit								True	False
ISR0358_000000007049	2714	0.5529783444657855	4	2	2	2	2	False	23862	maximal	True	ISR0358_000000007049	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	95.735	31.0	0.01409597475955422	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
USA0056_01_000000008205	2352	0.5529781618328886	3	3	3	2	3	False	128217	fragment	False	SPA0096_000000013995	0.5702470622445189		0	0	False	False	0.9936224222183228	0					non-mobilizable	no_good_hit	1373.0	99.63600000000001	58.0	0.2529498525073746	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0328_000000025678	1134	0.552977181076725	2	2	2	2	2	False	24727	fragment	False	ISR0328_000000025678	1.0		0	0	False	False	0.9576719403266907	0					non-mobilizable	other	1134.0	100.0	100.0	0.0037978714489231543	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
CHI0024_000000004574	2699	0.5529723395903607	3	3	3	3	3	False	93571	fragment	False	ISR0078_000000006158	0.8475876057997587		0	0	False	False	0.9899963140487671	0					non-mobilizable	chromosome	2673.0	98.354	99.0	0.0007478412102488951	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0037_000000014160	1752	0.5529717424479083	3	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.09513649355755077		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	99.943	100.0	0.0006004691958616665	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ENG0119_000000014479	2227	0.5529716822073593	2	2	2	2	1	False	59266	maximal	True	ENG0119_000000014479	1.0		175	12	False	False	0.9977548122406006	0					non-mobilizable	no_good_hit	1222.0	83.87899999999999	87.0	0.0003397545545985569	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0096_000000019837	1860	0.5529669421916547	2	2	2	2	2	False	52348	fragment	False	USA0034_01_000000027858	0.6547069349490858		0	0	False	False	0.9688172340393066	0					non-mobilizable	other	1706.0	97.831	92.0	0.029818639710383184	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0035_000000006742	3275	0.5529636846273482	4	4	3	4	3	False	112292	fragment	False	FIJ0149_000000005878	0.6317722681359045		0	0	False	False	0.9996946454048157	0					non-mobilizable	other	1954.0	99.539	97.0	0.00047858726531264717	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0076_000000001391	4933	0.5529616051453986	3	3	3	1	3	False	89398	fragment	False	CHI0076_000000001391	1.0		0	0	False	False	0.9983782768249512	0					non-mobilizable	chromosome	4913.0	98.90100000000001	99.0	0.0013103107746652266	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0181_000000003059	7438	0.5529612817731897	6	4	3	4	3	True	100156	fragment	False	ISR0296_000000002799	0.9588808293664629		0	0	False	False	1.0	0					non-mobilizable	plasmid	5030.0	97.833	99.0	0.04344960366329593	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
CHI0085_000000000075	7051	0.5529600057909613	11	4	1	4	1	False	84108	maximal	True	CHI0085_000000000075	1.0		1	1	False	False	0.9970216751098633	0					non-mobilizable	no_good_hit								True	False
ISR0844_000000008843	1428	0.5529585150682034	3	1	1	1	1	False	20707	maximal	True	ISR0844_000000008843	1.0		27	7	False	False	0.993697464466095	0					non-mobilizable	no_good_hit	418.0	75.837	29.0	0.00010930982566268095	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
USA0082_01_000000022165	1342	0.5529570473098839	1	1	1	1	1	False	519	maximal	True	USA0082_01_000000022165	1.0		3	2	False	False	0.9850968718528748	0					non-mobilizable	no_good_hit	76.0	92.105	7.0	0.0004312104364424564	NZ_NHOC01000003.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c3, whole genome shotgun sequence	True	False
MON0069_000000023734	2114	0.5529563038106371	3	2	2	1	1	True	10492	maximal	True	MON0069_000000023734	1.0		2	2	False	False	0.9981078505516052	0					non-mobilizable	no_good_hit	491.0	99.796	23.0	0.003361690450054885	NZ_JAAITI010000006.1	firmicutes	Blautia luti strain MSK.16.34 NODE_6_length_145760_cov_158.231, whole genome shotgun sequence	True	True
MON0081_000000030693	1756	0.5529479314837177	4	3	3	2	0	True	9976	maximal	True	MON0081_000000030693	1.0		3	2	False	False	0.9994305372238159	0					non-mobilizable	no_good_hit	1529.0	78.548	86.0	0.008299072360267098	NZ_JH590865.1	firmicutes	Stomatobaculum longum strain ACC2 supercont1.5, whole genome shotgun sequence	True	True
MAD0028_000000007465	1697	0.5529456074895265	3	3	3	2	1	False	19007	fragment	False	MAD0028_000000007465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1548.0	80.297	88.0	0.004893030531365947	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
DEN0087_000000007164	1707	0.5529413100085517	5	3	1	2	2	False	113672	fragment	False	DEN0087_000000007164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1428.0	93.838	84.0	0.0004973976378666347	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0059_000000013069	1371	0.5529404655163676	3	2	1	2	2	True	45894	maximal	True	FIJ0059_000000013069	1.0		3	2	False	False	0.9970824122428894	0					non-mobilizable	no_good_hit	64.0	84.375	5.0	4.749014579474759e-05	CP016775.1	high GC Gram+	Candidatus Planktophila versatilis isolate MMS-IA-105 chromosome, complete genome	True	True
USA0062_01_000000008382	2622	0.5529381186164966	3	3	3	3	3	False	30042	maximal	True	USA0062_01_000000008382	0.9840102496298941		335	13	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	79.187	23.0	0.0011478264803003574	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0186_000000016348	1888	0.5529297538819389	3	3	3	2	3	False	95512	fragment	False	ISR0186_000000016348	0.9601970275439881		0	0	False	False	0.9751059412956238	0					non-mobilizable	other	1181.0	96.78200000000001	100.0	0.0003364227202799037	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MON0099_000000001189	12710	0.5529274402023371	8	7	3	5	5	True	9172	maximal	True	MON0099_000000001189	1.0		27	8	False	False	0.9993705749511719	0					non-mobilizable	no_good_hit	2524.0	71.395	19.0	0.0011873518800057023	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
SPA0075_000000006786	2647	0.5529193784679645	4	4	4	4	2	False	101488	fragment	False	SPA0075_000000006786	0.9575242718446602		0	0	False	False	1.0	0					non-mobilizable	other	2646.0	97.014	99.0	0.040105532895634635	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0042_000000009715	2472	0.5529193784679645	4	4	4	4	2	False	101488	fragment	False	SPA0075_000000006786	0.927087268605969		0	0	False	False	0.9789643883705139	0					non-mobilizable	other	2441.0	92.544	99.0	0.03696683901684584	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0175_000000007103	3254	0.552918287671209	3	3	2	3	2	False	91586	fragment	False	ISR0396_000000005052	0.2759988759593054		0	0	False	False	0.9996926784515381	0					non-mobilizable	other	3253.0	97.787	99.0	0.043492883471897115	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0108_000000006802	3660	0.5529158245734942	6	2	1	2	2	False	116825	fragment	False	AST0108_000000006802	1.0		0	0	False	False	0.9948087334632874	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.029389017788089715	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	False
MAD0046_000000010205	2484	0.5529156747536154	3	3	3	3	1	False	48375	fragment	False	SPA0075_000000006794	0.9485822306238185		0	0	False	False	1.0	0					non-mobilizable	chromosome	2472.0	92.516	99.0	0.0009866835652698567	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0855_000000007730	2153	0.5529154446919216	3	2	2	2	2	False	102220	fragment	False	ISR0855_000000007730	0.7822470332528645		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	92.869	95.0	0.0002951941943834156	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0048_000000003768	4485	0.5529150456724792	5	5	2	4	1	False	111699	fragment	False	CHI0048_000000003768	0.9645694658767852		0	0	False	False	0.9984392523765564	0					non-mobilizable	other	4469.0	95.055	99.0	0.0010402931018232075	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0014_000000005508	3785	0.5529137553183596	5	5	4	5	3	False	87719	fragment	False	SPA0014_000000005508	0.9686494626061409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0057_000000002201	2779	0.5529127601646826	4	4	3	2	4	False	113213	maximal	True	AST0057_000000002201	1.0		25	5	False	False	0.9895645976066589	0					non-mobilizable	chromosome	1989.0	98.039	100.0	0.0005532666667408809	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ISR0066_000000008866	3639	0.5529123787869901	5	2	1	1	1	False	35147	maximal	True	ISR0066_000000008866	1.0		7	3	False	False	0.9980763792991638	0					non-mobilizable	no_good_hit	471.0	91.295	13.0	0.00040055890351057	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	True	False
CHI0154_000000008256	3559	0.5529054779036369	4	2	2	2	2	False	84540	fragment	False	CHI0154_000000008256	1.0		0	0	False	False	0.9856701493263245	0					non-mobilizable	no_good_hit	817.0	71.726	23.0	0.00021201812125179906	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
CHI0147_000000007626	2544	0.5529046841868889	4	4	4	4	3	False	86502	maximal	False	MON0056_000000005869	0.40636742486795424		0	0	False	False	0.9901729822158813	0					non-mobilizable	other	2545.0	94.617	100.0	0.0010969196352936701	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
MAD0112_000000000128	50965	0.5529046288546522	71	23	12	23	13	False	14484	maximal	True	MAD0112_000000000128	1.0		1	1	False	False	0.9992151260375977	0					non-mobilizable	no_good_hit	493.0	77.079	1.0	0.001685907753788089	LR756488.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MAD0096_000000008046	2268	0.5529021148602267	3	3	3	3	3	False	79664	fragment	False	MON0105_000000018460	0.5716830353896717		0	0	False	False	1.0	0					non-mobilizable	other	2273.0	84.602	100.0	0.0009502870353098493	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
SPA0067_000000002789	7848	0.5529013584221429	7	5	4	2	4	True	6058	maximal	True	SPA0067_000000002789	1.0		2	1	False	False	0.9997451305389404	0					non-mobilizable	no_good_hit	2438.0	87.654	56.0	0.0006939431365773607	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
ISR0068_000000004482	4355	0.5529004386791379	6	3	1	1	2	True	104335	fragment	False	ISR0068_000000004482	0.985983706955637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	87.5	20.0	0.00019085977921704824	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0244_000000005389	3964	0.5529004386791379	6	3	1	1	2	True	104335	fragment	False	ISR0068_000000004482	0.7736270685266027		0	0	False	False	0.9871342182159424	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	12.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
ISR0146_000000010030	3849	0.5529004386791379	6	3	1	1	2	True	104335	fragment	False	ISR0068_000000004482	0.7718335444567396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	13.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
DEN0093_000000008588	3712	0.5529004386791379	5	3	1	1	2	True	104335	fragment	False	ISR0068_000000004482	0.5744880463532667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	98.96700000000001	13.0	0.5177610333692142	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
SPA0005_000000009401	3133	0.5529004386791379	5	3	1	1	2	True	104330	fragment	False	SPA0005_000000009401	1.0		0	0	False	False	0.9907436966896057	0					non-mobilizable	no_good_hit	269.0	100.0	9.0	0.2884822389666308	GQ877640.1		Uncultured organism clone VC1AO54TR genomic sequence	True	True
DEN0090_000000020583	1438	0.5528939903192924	3	2	2	1	1	False	68704	maximal	True	DEN0090_000000020583	1.0		0	0	False	False	0.9700973629951477	0					non-mobilizable	no_good_hit	1074.0	98.51	75.0	0.00023857488892469492	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0067_000000026544	1255	0.5528939903192924	2	2	2	1	1	False	45159	fragment	False	FIJ0067_000000026544	1.0		0	0	False	False	0.980079710483551	0					non-mobilizable	other	1255.0	99.602	100.0	0.02223207162485595	NZ_WNAJ01000025.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold25_size56405, whole genome shotgun sequence	False	False
FIJ0002_000000006174	5636	0.5528843964549066	8	7	6	6	7	False	53362	maximal	False	FIJ0107_000000004893	0.9998225272112519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4532.0	99.492	89.0	0.0016585811901299228	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
FIJ0107_000000004893	5635	0.5528843964549066	8	7	6	6	7	False	53362	maximal	True	FIJ0107_000000004893	0.9998225691980128		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	4534.0	99.493	89.0	0.0016593132939437078	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
FIJ0013_000000004397	5634	0.5528843964549066	8	7	6	6	7	False	53362	maximal	False	FIJ0107_000000004893	0.9997634151015916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4533.0	99.493	89.0	0.0016589472420368153	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
ISR0270_000000004336	1817	0.5528834388260883	2	2	2	2	2	True	26438	fragment	False	ISR0270_000000004336	1.0		0	0	False	False	0.9994496703147888	0					non-mobilizable	chromosome	1750.0	97.771	96.0	0.0007804979925270329	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0847_000000005481	4359	0.5528801599556028	6	3	2	3	2	False	62367	fragment	False	ISR0847_000000005481	1.0		0	0	False	False	0.9997705817222595	0					non-mobilizable	no_good_hit	68.0	85.294	2.0	2.514262812514424e-05	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
MON0085_000000019027	1575	0.5528793766698219	2	2	1	2	2	False	44983	fragment	False	MON0102_000000026512	0.7200381895853005		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	97.90100000000001	99.0	0.10905935439083651	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0096_000000008173	3960	0.5528775693282829	3	2	2	1	0	False	9280	fragment	False	MON0096_000000008173	1.0		0	0	False	False	0.9921717047691345	0					non-mobilizable	no_good_hit	57.0	100.0	1.0	1.0958921266412941e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
SPA0039_000000011827	2270	0.5528756947548716	3	3	3	3	3	False	119634	maximal	True	SPA0039_000000011827	1.0		102	11	False	False	0.9991189241409302	0					non-mobilizable	other	2163.0	86.26899999999999	95.0	0.006908207117449178	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0121_01_000000018374	2506	0.5528702592890703	2	2	2	2	2	False	181	maximal	True	USA0121_01_000000018374	1.0		1	1	False	False	0.9896249175071716	0					non-mobilizable	no_good_hit	1186.0	90.47200000000001	47.0	0.00042749994493771826	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
MON0107_000000032131	1874	0.5528696361617444	3	3	3	2	2	False	95297	fragment	False	CAN0007_000000019492	0.6383015299982809		0	0	False	False	0.9989327788352966	0					non-mobilizable	chromosome	1882.0	77.365	99.0	0.000637810401347593	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
MAD0095_000000018236	1948	0.5528677119732266	2	1	1	1	1	False	44049	fragment	False	MAD0095_000000018236	1.0		0	0	False	False	0.9984599351882935	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000006879	3214	0.5528630299060551	4	3	2	3	1	True	48343	maximal	True	MAD0088_000000006879	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	99.273	30.0	0.006417740181591359	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	True	True
CHI0104_000000001463	4630	0.5528607815175259	8	6	3	4	4	False	83252	maximal	True	CHI0104_000000001463	1.0		1065	13	False	False	1.0	0					non-mobilizable	other	3210.0	98.287	100.0	0.0006211900328520288	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0044_000000005850	2887	0.5528585485542782	3	3	3	2	1	False	85702	maximal	True	ENG0044_000000005850	1.0		0	0	False	False	0.9861447811126709	0					non-mobilizable	no_good_hit	1363.0	95.23100000000001	47.0	0.00036338533638334043	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0102_000000034097	1288	0.5528571036346235	1	1	1	1	1	False	8931	maximal	True	MON0102_000000034097	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	83.21600000000001	44.0	0.0003455826584787023	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
MAD0041_000000012557	2604	0.5528539144878165	3	3	3	3	3	False	27388	maximal	True	MAD0041_000000012557	1.0		269	15	False	False	1.0	0					non-mobilizable	other	2538.0	96.73	99.0	0.0008123580894951564	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0378_000000018262	1672	0.5528519461233216	3	1	1	1	1	False	123024	fragment	False	ISR0378_000000018262	1.0		0	0	False	False	0.9994019269943237	0					non-mobilizable	virus	1221.0	78.706	100.0	0.031999146689421616	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	False	False
MON0108_000000017924	1209	0.5528519461233216	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.30371737145291594		0	0	False	False	0.9991728663444519	0					non-mobilizable	chromosome	1202.0	95.507	100.0	0.0003218479269884896	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0026_000000009984	1192	0.5528490529881687	2	2	2	2	1	False	88859	maximal	True	CHI0026_000000009984	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	75.97800000000001	74.0	0.15327070285316632	NZ_JAAIQH010000045.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_45_length_5748_cov_292.224, whole genome shotgun sequence	True	False
SPA0016_000000004483	6929	0.5528479606786596	7	2	1	2	1	False	7889	maximal	True	SPA0016_000000004483	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	83.333	2.0	1.9530706505159824e-05	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ENG0102_000000016650	1720	0.5528479606786596	3	2	1	2	1	False	60367	fragment	False	ENG0102_000000016650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	76.747	53.0	0.00017271389434289953	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ENG0175_000000009616	2701	0.5528473571956801	3	3	3	3	2	True	104398	fragment	False	ENG0175_000000009616	0.9879855826992391		0	0	False	False	1.0	0					non-mobilizable	chromosome	2628.0	99.81	97.0	0.0007313219890733202	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0219_000000013358	2497	0.5528473571956801	3	3	3	3	2	True	104398	fragment	False	ENG0175_000000009616	0.951129211403184		0	0	False	False	0.9895874857902527	0					non-mobilizable	chromosome	2497.0	99.8	100.0	0.0006948533249817309	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0076_000000007527	1979	0.5528463243197012	4	4	4	4	4	False	44550	maximal	True	FIJ0076_000000007527	1.0		183	11	False	False	0.9797877669334412	0					non-mobilizable	no_good_hit								True	False
ISR0087_000000023428	1579	0.5528433765974226	2	2	0	2	1	True	33829	maximal	True	ISR0087_000000023428	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0077_000000004438	2531	0.5528431354322632	2	2	1	2	1	True	16225	fragment	False	MAD0077_000000004438	1.0		0	0	False	False	0.9865666031837463	0					non-mobilizable	other	2539.0	85.664	100.0	0.028686479128856624	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0004_000000002484	6416	0.5528423886656785	7	3	1	2	3	False	111219	maximal	True	ISR0004_000000002484	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	3982.0	97.06200000000001	99.0	0.0005611992274194941	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0156_000000004463	3515	0.5528420331444416	3	3	3	2	1	True	56696	maximal	True	ENG0156_000000004463	1.0		1	1	False	False	0.9937410950660706	0					non-mobilizable	no_good_hit	740.0	99.865	21.0	0.00020664906654183833	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
DEN0079_000000047690	1313	0.5528402530912072	2	2	2	2	2	False	69449	maximal	True	DEN0079_000000047690	1.0		59	7	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.018737549580945e-06	NZ_CP029480.1	CFB group bacteria	Arcticibacterium luteifluviistationis strain SM1504T chromosome, complete genome	True	False
DEN0086_000000001717	1693	0.5528378787638453	2	2	2	2	2	False	68904	maximal	True	DEN0086_000000001717	1.0		65	8	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.0412441432909284e-05	NC_018017.1	firmicutes	Desulfitobacterium dehalogenans ATCC 51507, complete sequence	True	False
FIJ0025_000000014705	1447	0.5528368059556809	2	1	1	1	1	False	68541	fragment	False	MON0104_000000029084	0.9112030553787397		0	0	False	False	0.9951624274253845	0					non-mobilizable	other	1448.0	91.436	100.0	0.02191020606207639	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0020_000000009321	2189	0.5528332497338966	3	2	2	2	2	True	41696	fragment	False	MON0020_000000009321	1.0		0	0	False	False	0.999086320400238	0					non-mobilizable	no_good_hit	805.0	72.17399999999999	36.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
MON0057_000000016088	1642	0.5528332497338966	2	2	2	2	2	True	41695	fragment	False	MON0110_000000009067	0.9752744692717201		0	0	False	False	0.9914737939834595	0					non-mobilizable	no_good_hit	805.0	72.17399999999999	48.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
TAN0008_000000010560	1891	0.5528318503260731	3	3	3	3	3	False	111460	fragment	False	MAD0086_000000003690	0.31685836975692044		0	0	False	False	0.9994711875915527	0					non-mobilizable	chromosome	1891.0	99.20700000000001	100.0	0.00039399624765478424	CP061754.1	enterobacteria	Escherichia coli O18ac:H14 strain 873.10 chromosome, complete genome	False	False
CHI0108_000000002443	3137	0.5528291429130323	7	2	1	2	0	True	107878	maximal	True	CHI0108_000000002443	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	8.807611214066294e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
MAD0099_000000026384	1167	0.5528276683724204	4	3	1	3	2	True	15190	maximal	True	MAD0099_000000026384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	93.396	26.0	7.626310772163966e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
ENG0060_000000015451	1972	0.5528239686147856	3	3	2	3	3	False	88805	maximal	True	ENG0060_000000015451	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1568.0	74.554	78.0	0.0008104876469140603	NZ_JH932292.1	firmicutes	Facklamia hominis CCUG 36813 supercont1.1, whole genome shotgun sequence	True	False
DEN0054_000000003729	1457	0.5528213526882756	2	2	2	2	2	False	85294	maximal	False	CHI0121_000000004947	0.9554143611142893		0	0	False	False	0.9993136525154114	0					non-mobilizable	no_good_hit	110.0	78.182	7.0	7.556690925043924e-05	NZ_KB946309.1	firmicutes	Enterococcus pallens ATCC BAA-351 acvKb-supercont1.5, whole genome shotgun sequence	True	False
MAD0059_000000014133	1364	0.5528144832910048	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.5082846075161366		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	96.288	95.0	0.022595708214554294	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0151_000000008870	2179	0.5528131507619457	2	2	2	2	1	True	132037	fragment	False	MAD0049_000000005142	0.10431599399204028		0	0	False	False	0.9885268211364746	0					non-mobilizable	no_good_hit	165.0	100.0	8.0	6.753924071067754e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
FIJ0016_000000005250	3368	0.5528125928618324	3	1	1	1	1	False	115161	maximal	True	FIJ0016_000000005250	1.0	PS748	7	2	False	True	1.0	0					non-mobilizable	no_good_hit	1829.0	97.92200000000001	60.0	0.0005435057195157717	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0157_000000009865	3076	0.5528125928618324	2	1	1	1	1	False	103636	fragment	False	ISR0157_000000009865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	93.12700000000001	48.0	0.003170754652435687	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
DEN0073_000000022264	2331	0.5528125928618324	1	1	1	1	1	False	103646	maximal	True	DEN0073_000000022264	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1498.0	81.642	65.0	0.0029144938365301483	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	True	False
MAD0041_000000016318	2103	0.5528125928618324	3	1	1	1	1	False	103634	maximal	True	MAD0041_000000016318	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	81.654	76.0	0.00023012370121504715	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0788_000000003899	1883	0.5528125928618324	2	1	1	1	1	True	115185	maximal	True	ISR0788_000000003899	1.0	PS748	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1492.0	97.118	79.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0319_000000010755	1842	0.5528125928618324	2	1	1	1	1	False	115152	fragment	False	ISR0319_000000010755	1.0		0	0	False	True	0.9945710897445679	0					non-mobilizable	other	770.0	97.92200000000001	90.0	0.00023012370121504715	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0362_000000011781	1790	0.5528125928618324	2	1	1	1	1	False	103635	maximal	True	ISR0362_000000011781	1.0		1	1	False	False	0.9983240365982056	0					non-mobilizable	no_good_hit	1507.0	78.434	89.0	0.0005897054280980595	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0011_000000016017	1754	0.5528125928618324	1	1	1	1	1	False	103638	maximal	True	ISR0011_000000016017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	93.083	85.0	0.0031814449917898194	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
USA0005_01_000000018233	1753	0.5528125928618324	2	1	1	1	1	False	115141	maximal	True	USA0005_01_000000018233	1.0	PS748	1	1	False	True	1.0	0					non-mobilizable	chromosome	1753.0	98.51700000000001	100.0	0.0004983402879109814	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0195_000000014953	1748	0.5528125928618324	1	1	1	1	1	False	115162	maximal	True	ENG0195_000000014953	1.0	PS748	2	2	False	True	0.9994279146194458	0					non-mobilizable	no_good_hit	1485.0	95.69	85.0	0.00042211015254560295	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ETH0002_000000014870	1722	0.5528125928618324	1	1	1	1	1	False	115165	maximal	True	ETH0002_000000014870	1.0	PS748	1	1	False	True	1.0	0					non-mobilizable	other	1492.0	95.375	90.0	0.000588518898061645	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0025_000000015487	1720	0.5528125928618324	1	1	1	1	1	False	115174	maximal	True	ENG0025_000000015487	1.0	PS748	5	4	False	True	1.0	0					non-mobilizable	no_good_hit	1443.0	98.96	84.0	0.0004101636387943123	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CHI0002_000000005395	1687	0.5528125928618324	1	1	1	1	1	False	115182	maximal	True	CHI0002_000000005395	1.0	PS748	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	773.0	96.63600000000001	86.0	0.00023102145297531392	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
DEN0078_000000020104	1667	0.5528125928618324	1	1	1	1	1	False	103645	maximal	True	DEN0078_000000020104	1.0		21	7	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit	1478.0	93.031	89.0	0.003157926245210728	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
SPA0109_000000019867	1664	0.5528125928618324	1	1	1	1	1	False	115144	maximal	True	SPA0109_000000019867	1.0	PS748	1	1	False	True	1.0	0					non-mobilizable	other	1503.0	80.04	94.0	0.0004215511720541947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0144_000000004573	1647	0.5528125928618324	2	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9805058129218963		0	0	False	False	0.9866423606872559	0					non-mobilizable	chromosome	1505.0	81.395	91.0	0.0002354111938022653	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	False
FIJ0040_000000015058	1624	0.5528125928618324	2	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8367385838300182	PS748	0	0	False	True	0.9987684488296509	0					non-mobilizable	other	1494.0	96.45200000000001	92.0	0.0005893099180859214	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0212_000000022092	1619	0.5528125928618324	2	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9755644405361714		0	0	False	False	0.9919703602790833	0					non-mobilizable	other	1484.0	93.059	92.0	0.003170754652435687	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ISR0197_000000015976	1599	0.5528125928618324	2	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9781946730325058		0	0	False	False	0.9893683791160583	0					non-mobilizable	other	1509.0	80.98100000000001	94.0	0.00042524151901493853	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0129_000000013640	1598	0.5528125928618324	2	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8243970733281539	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	96.412	92.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
SPA0090_000000022743	1596	0.5528125928618324	2	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9530014593837699		0	0	False	False	0.9993734359741211	0					non-mobilizable	other	1484.0	93.12700000000001	93.0	0.003170754652435687	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ENG0005_000000015088	1577	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8207796855211408	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1475.0	96.74600000000001	94.0	0.00041926574450958136	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
USA0119_01_000000015782	1561	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8274308404889255	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1492.0	97.587	96.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0388_000000022612	1557	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8162700025288282	PS748	0	0	False	True	0.9993577599525452	0					non-mobilizable	other	1478.0	95.264	100.0	0.0005829817578917101	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0330_000000020285	1556	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8290091015466479	PS748	0	0	False	True	0.9961439371109009	0					non-mobilizable	chromosome	1496.0	98.262	96.0	0.00042523900138522673	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0044_000000014255	1554	0.5528125928618324	2	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8229025943606076	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1479.0	96.755	95.0	0.00042040350772399004	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MON0058_000000034183	1534	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8357706504058207	PS748	0	0	False	True	0.9810951948165894	0					non-mobilizable	chromosome	1492.0	99.33	97.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
SPA0021_000000021098	1531	0.5528125928618324	1	1	1	1	1	False	115136	backbone	True	SPA0021_000000021098	0.8440045540114065	PS748	33	7	False	True	0.9986936450004578	0					non-mobilizable	chromosome	1493.0	96.182	98.0	0.00042438567897442025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0055_000000012612	1528	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8958498108063797		0	0	False	False	0.9875654578208923	0					non-mobilizable	plasmid	1485.0	81.818	97.0	0.0068269488718883265	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0107_000000018866	1524	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8162771581267186	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	95.396	100.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
CHI0091_000000003233	1510	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8317425011141004	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1504.0	96.14399999999999	99.0	0.00042723008701044183	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0132_000000022791	1505	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8423383831215138	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	96.056	99.0	0.0005901009381101978	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0051_000000019493	1503	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8507659747263482		0	0	False	False	1.0	0					non-mobilizable	other	1408.0	81.53399999999999	98.0	0.024866186948353478	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	False
ENG0161_000000013967	1502	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.6706321747759009	PS748	0	0	False	True	1.0	0					non-mobilizable	other	771.0	97.665	91.0	0.00023042295180180275	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
FIJ0138_000000012451	1501	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8353633724287761	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1497.0	96.46	99.0	0.000590496448122336	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0089_000000016634	1500	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8354397482620864	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	96.45700000000001	99.0	0.0005901009381101978	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0107_000000017059	1496	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8421277690676857	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	96.056	99.0	0.0005901009381101978	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0043_000000019521	1495	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8251018983310019	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1493.0	95.244	99.0	0.00042438567897442025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0160_000000012881	1495	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8352190799006496	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1507.0	79.89399999999999	100.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MON0037_000000050289	1494	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8321064858008822	PS748	0	0	False	True	1.0	0					non-mobilizable	other	771.0	97.01700000000001	100.0	0.00023042295180180275	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
FIJ0086_000000022160	1493	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8250525082882076	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1495.0	94.381	100.0	0.0005897054280980595	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
MON0011_000000031278	1493	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8320516286939431	PS748	0	0	False	True	1.0	0					non-mobilizable	other	771.0	97.01700000000001	100.0	0.00023042295180180275	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
SPA0046_000000022141	1493	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8522314730080519		0	0	False	False	0.9986603856086731	0					non-mobilizable	other	1432.0	80.377	96.0	0.01961944333613087	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0080_01_000000028258	1492	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.826939438709277	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1492.0	97.587	100.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0025_000000026492	1492	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.826939438709277	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1492.0	97.587	100.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0176_000000022919	1492	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8436020368952776	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1494.0	96.25200000000001	100.0	0.0005893099180859214	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
USA0091_01_000000007061	1492	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8436020368952776	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1494.0	96.25200000000001	100.0	0.0005893099180859214	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0125_000000017814	1492	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8340024937570065	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1492.0	97.118	100.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
CAN0003_000000032968	1488	0.5528125928618324	1	1	1	1	1	False	115179	maximal	True	CAN0003_000000032968	1.0	PS748	0	0	False	True	0.9899193644523621	0					non-mobilizable	chromosome	1338.0	89.985	97.0	0.0003791595912016771	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
AST0087_000000024685	1488	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8221957715403267	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1475.0	96.949	99.0	0.00041926574450958136	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MON0066_000000024014	1487	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8348803462105674	PS748	0	0	False	True	0.9986550211906433	0					non-mobilizable	chromosome	1487.0	97.31	100.0	0.0004226790341528073	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0149_000000017937	1485	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8240963998600626	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1481.0	96.421	99.0	0.0005841682879281247	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0172_000000019047	1484	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8239191376276818	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1480.0	96.419	99.0	0.0005837727779159866	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0141_000000017885	1484	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9774400471543876		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	93.12700000000001	99.0	0.003170754652435687	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ENG0082_000000013991	1484	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9500545452705937		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	93.131	99.0	0.0031728927203065133	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
SPA0028_000000022113	1483	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9500349369796579		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	93.12700000000001	99.0	0.003170754652435687	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
AST0151_000000010983	1483	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9379648541458196		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	93.199	100.0	0.0031728927203065133	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
USA0027_01_000000018245	1483	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9508783184927648		0	0	False	False	1.0	0					non-mobilizable	plasmid	1492.0	81.501	100.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0126_000000033401	1483	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9772783230226404		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	81.175	100.0	0.1935063241622115	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	False
SPA0026_000000022692	1483	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9500773954426234		0	0	False	False	1.0	0					non-mobilizable	plasmid	1492.0	81.434	100.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0075_000000017600	1482	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9507572351038753		0	0	False	False	0.9878542423248291	0					non-mobilizable	other	1484.0	93.12700000000001	100.0	0.003170754652435687	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ISR0077_000000024435	1482	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.9507572351038753		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	93.12700000000001	100.0	0.003170754652435687	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ISR0395_000000026094	1482	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.949660708427584		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	93.059	100.0	0.003170754652435687	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
FIJ0049_000000011546	1481	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8244958546986361	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	96.426	100.0	0.0005849593079524011	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0054_000000017133	1480	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8235899464767396	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1479.0	96.416	99.0	0.0005833772679038484	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0081_000000024521	1479	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8232664281929322	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1478.0	96.414	99.0	0.0005829817578917101	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0153_000000017310	1479	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8240106528139767	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1481.0	96.421	100.0	0.0005841682879281247	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
MAD0064_000000015296	1479	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8236975503840758	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1479.0	99.527	100.0	0.00042040350772399004	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0338_000000019705	1478	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.831269108087569	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1479.0	96.214	99.0	0.0005833772679038484	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0164_000000019155	1477	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8486598205506347		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	92.95299999999999	96.0	0.003031780240831965	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
FIJ0069_000000014984	1477	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8244751142446888	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1476.0	98.238	99.0	0.00041955018531318356	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0080_000000016383	1476	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8249822266642671	PS748	0	0	False	True	0.9932249188423157	0					non-mobilizable	chromosome	1476.0	98.171	100.0	0.00041955018531318356	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0169_000000015404	1476	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8231932495402725	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1478.0	96.414	100.0	0.0005829817578917101	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0188_000000017108	1476	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.822070963536703	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1476.0	99.52600000000001	100.0	0.00041955018531318356	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0297_000000010270	1475	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8312075321693556	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	96.209	100.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0072_000000017561	1475	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8228917447594155	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	96.412	100.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
USA0075_01_000000016760	1475	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8226115252367553	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	96.479	100.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0091_000000016567	1475	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8312075321693556	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	96.209	100.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
USA0130_01_000000022782	1475	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8312075321693556	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	96.209	100.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
USA0132_01_000000010640	1475	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8226115252367553	PS748	0	0	True	True	1.0	1					non-mobilizable	other	1477.0	96.479	100.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0147_000000017099	1475	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8231040984302698	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	96.54700000000001	100.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
CHI0140_000000020081	1475	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8168587308723179	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1475.0	95.86399999999999	100.0	0.00041926574450958136	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0357_000000017852	1475	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8312075321693556	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	96.209	100.0	0.000582586247879572	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
FIJ0075_000000013317	1474	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8219571142812295	PS748	0	0	False	True	0.997286319732666	0					non-mobilizable	other	1476.0	96.34100000000001	100.0	0.0005821907378674337	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0009_000000008774	1473	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8509099167154546		0	0	False	False	0.9952477812767029	0					non-mobilizable	other	1431.0	81.062	97.0	0.13316512475469583	NZ_NFHM01000047.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_47, whole genome shotgun sequence	False	False
FIJ0022_000000017495	1471	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8115261510322822	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1469.0	96.801	99.0	0.00041755909968796846	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0179_000000022197	1469	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8200879091734132	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1469.0	97.005	100.0	0.00041755909968796846	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0056_000000014507	1469	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8146024531312156	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1463.0	95.215	99.0	0.0004158524548663555	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0061_000000018975	1467	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.814257491739402	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1467.0	97.887	100.0	0.0004169902180807641	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0064_000000015739	1466	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7983999119153213	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1458.0	97.66799999999999	99.0	0.0004144302508483447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0180_000000016624	1464	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8066658017296872		0	0	False	False	0.999316930770874	0					non-mobilizable	other	1344.0	81.399	99.0	0.02374960121938251	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	False
MON0064_000000019703	1460	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8516001569402489		0	0	False	False	0.9349315166473389	0					non-mobilizable	other	1419.0	92.95299999999999	97.0	0.003031780240831965	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ISR0321_000000008072	1454	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7974512101603152	PS748	0	0	False	True	0.9993122220039368	0					non-mobilizable	chromosome	1454.0	97.79899999999999	100.0	0.00041329248763393605	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0095_000000019070	1452	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.798257937967417	PS748	0	0	False	True	0.9986225962638855	0					non-mobilizable	chromosome	1452.0	98.14	100.0	0.00041272360602673177	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0151_000000011950	1447	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8028106166862045	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1447.0	95.853	100.0	0.00041130140200872095	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0120_000000017392	1446	0.5528125928618324	2	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7954900943090509	PS748	0	0	False	True	0.9937759041786194	0					non-mobilizable	chromosome	1446.0	96.88799999999999	100.0	0.0004110169612051188	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0042_000000017380	1444	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8479985290634566		0	0	False	False	1.0	0					non-mobilizable	other	1428.0	93.06700000000001	99.0	0.0030510228516694034	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
FIJ0046_000000023422	1443	0.5528125928618324	2	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8041673372177732	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1443.0	98.198	100.0	0.0004101636387943123	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0050_000000020189	1428	0.5528125928618324	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.14391706372084154	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1421.0	87.47399999999999	99.0	0.006554055929177343	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0086_000000020061	1425	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8476725954290123		0	0	False	False	0.9992982745170593	0					non-mobilizable	other	1426.0	93.05799999999999	99.0	0.0030467467159277506	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ENG0109_000000017206	1424	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8508774817689028		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	80.35	100.0	0.019591926585308807	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0095_000000024763	1420	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.850794614307998		0	0	False	False	0.9992957711219788	0					non-mobilizable	other	1419.0	92.95299999999999	99.0	0.003031780240831965	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ISR0847_000000020929	1419	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8499365716277023		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	81.263	100.0	0.017559490663399784	NZ_NFHM01000013.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_13, whole genome shotgun sequence	False	False
ISR0312_000000013164	1417	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.84913978907925		0	0	False	False	0.9760056734085083	0					non-mobilizable	other	1418.0	93.089	100.0	0.0030296421729611384	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
CHI0159_000000011233	1416	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7433682835716575	PS748	0	0	False	True	1.0	0					non-mobilizable	other	774.0	97.804	100.0	0.0002313207035620695	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
USA0045_01_000000010371	1395	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7243690203629529	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1395.0	98.28	100.0	0.9879518072289156	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
ISR0803_000000011020	1389	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7550825344630173	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1389.0	97.264	100.0	0.9836995038979447	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
FIJ0036_000000031395	1382	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.7039822145488682	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1384.0	96.387	100.0	0.0005458038167507191	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ENG0141_000000019173	1379	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.6891735978828885	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1379.0	96.882	100.0	0.9766123316796598	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
ENG0166_000000021711	1378	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.6938289891988296	PS748	0	0	False	True	0.992017388343811	0					non-mobilizable	other	1378.0	97.896	100.0	0.9759036144578314	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
ENG0038_000000019438	1375	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.6628636025874171		0	0	False	False	0.9970909357070923	0					non-mobilizable	other	1378.0	82.00299999999999	100.0	0.00022501611768146147	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0120_000000026375	1373	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8050872013088463		0	0	False	False	0.9985433220863342	0					non-mobilizable	other	1374.0	92.868	100.0	0.002935567186644773	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ENG0027_000000016739	1368	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.6813946647916685	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1368.0	98.538	100.0	0.9688164422395464	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
ENG0003_000000015907	1367	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8058921316837176		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	92.90899999999999	100.0	0.002922738779419814	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
ISR0075_000000020147	1366	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8056886348659916		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	92.904	100.0	0.0029206007115489875	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
DEN0017_000000021105	1364	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.8048378678633873		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	92.89399999999999	100.0	0.0029163245758073346	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
FIJ0005_000000026897	1363	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.6793811544943548	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1363.0	98.459	100.0	0.9652728561304039	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
CHI0057_000000015131	1354	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.6237328661274576	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1354.0	97.932	100.0	0.9588944011339475	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
CHI0067_000000008931	1334	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.22538546432867956	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1328.0	97.96700000000001	99.0	0.9404677533664068	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
MON0102_000000033145	1328	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.44501191388285455		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	92.852	100.0	0.0028393541324575806	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
MAD0112_000000021925	1328	0.5528125928618324	1	1	1	1	1	False	103633	fragment	False	ISR0144_000000004573	0.443143229739644		0	0	False	False	0.9736445546150208	0					non-mobilizable	other	1329.0	92.852	100.0	0.0028393541324575806	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
AST0150_000000021099	1319	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.22538787161094104	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1319.0	98.484	100.0	0.9340892983699504	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
ISR0327_000000022778	1299	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.19689276900336053	PS748	0	0	False	True	0.9799845814704895	0					non-mobilizable	other	1299.0	97.383	100.0	0.9199149539333806	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
FIJ0133_000000030125	1297	0.5528125928618324	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.19049326909651046	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1297.0	98.921	100.0	0.9184975194897236	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
SPA0093_000000017502	2215	0.552812084683473	3	2	2	2	2	False	5278	maximal	True	SPA0093_000000017502	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1487.0	99.866	67.0	0.002572794858565537	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ENG0046_000000013443	1407	0.5528104578782579	2	1	1	1	1	False	64410	maximal	True	ENG0046_000000013443	1.0		43	6	False	False	0.9957355856895447	0					non-mobilizable	no_good_hit	110.0	100.0	8.0	0.0011932390419056795	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	False
ISR0199_000000011143	2683	0.5528072612982863	3	2	2	2	2	False	28818	maximal	True	ISR0199_000000011143	1.0		1	1	False	False	0.9962728023529053	0					non-mobilizable	no_good_hit	1337.0	95.363	50.0	0.03703395703395703	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	True	False
ISR0039_000000028021	1337	0.5528065144141744	2	2	2	1	1	False	120637	fragment	False	ISR0039_000000028021	0.9152113789305408		0	0	False	False	0.997008204460144	0					non-mobilizable	chromosome	1337.0	92.296	100.0	0.0005501977170089341	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CAN0001_000000026795	1639	0.5528047003763996	3	2	2	2	1	False	97228	maximal	True	CAN0001_000000026795	1.0		13	5	False	False	0.9951189756393433	0					non-mobilizable	no_good_hit	796.0	85.302	49.0	0.0010707331150512172	NZ_LN908976.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0017_000000001724	18096	0.5528009652425884	23	8	1	8	2	False	106860	maximal	False	SPA0057_000000001179	0.5763742345988808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000001311	17791	0.5528009652425884	23	8	1	8	2	False	106860	maximal	False	SPA0057_000000001179	0.4726642101385283		0	0	False	False	0.9999437928199768	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000009379	2941	0.5527980717926844	5	3	2	3	2	False	48678	maximal	True	ISR0214_000000009379	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	94.42200000000001	17.0	0.0027432717940776303	NZ_JAAITU010000010.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_10_length_90403_cov_167.363, whole genome shotgun sequence	True	False
FIJ0148_000000002264	7598	0.5527946843778527	7	3	3	3	2	False	127960	fragment	False	FIJ0148_000000002264	1.0		0	0	False	False	0.9989470839500427	0					non-mobilizable	no_good_hit	3114.0	97.335	45.0	0.0006910214833126657	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0821_000000011029	2655	0.5527934285470896	3	3	2	3	2	False	113764	maximal	True	ISR0821_000000011029	0.9870691315209538		43	6	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	98.471	77.0	0.00021942646288740036	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0099_000000015554	1421	0.5527915734090728	2	2	2	2	2	False	49765	fragment	False	FIJ0020_000000014308	0.9336905559276625		0	0	False	False	0.9971850514411926	0					non-mobilizable	chromosome	1421.0	100.0	100.0	0.00029261047281731135	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
SPA0011_000000011352	1511	0.5527858943243046	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.06205355647002916		0	0	False	False	1.0	0					non-mobilizable	other	1520.0	94.47399999999999	100.0	0.00023724483635751244	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
MON0011_000000033818	1380	0.5527858943243046	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.038693205518843914		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	100.0	100.0	0.006406236208474443	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0037_000000055006	1380	0.5527858943243046	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.038693205518843914		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	100.0	100.0	0.006406236208474443	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0037_000000055094	1378	0.5527858943243046	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.050898374683577954		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	94.28399999999999	100.0	0.017945447920462234	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
MON0011_000000033844	1378	0.5527858943243046	2	2	2	1	1	True	128159	fragment	False	MAD0102_000000004786	0.050898374683577954		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	94.28399999999999	100.0	0.017945447920462234	MK211818.1	firmicutes	Streptococcus suis ICE element ICESsuYS162, complete sequence	False	True
ISR0306_000000003980	2413	0.5527848892295223	3	3	3	3	3	False	101072	fragment	False	USA0015_01_000000013264	0.9514106133296547		0	0	False	False	0.9937836527824402	0					non-mobilizable	chromosome	1663.0	96.45200000000001	97.0	0.0005637263979921961	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0295_000000014699	2398	0.5527848892295223	3	3	3	3	3	False	101072	fragment	False	USA0015_01_000000013264	0.9484282850892768		0	0	False	False	1.0	0					non-mobilizable	chromosome	1639.0	96.583	96.0	0.0005555712240610252	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0031_01_000000018681	1438	0.5527839223419986	2	2	2	2	1	True	1522	maximal	True	USA0031_01_000000018681	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0031_000000013288	2061	0.5527837416088234	2	2	2	2	2	False	125677	fragment	False	ENG0124_000000014874	0.9857750198841327		0	0	False	False	0.9980592131614685	0					non-mobilizable	other	2060.0	99.32	99.0	0.002420570262371477	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0078_000000005121	5086	0.5527830201075488	5	5	5	5	5	False	69842	maximal	False	ENG0111_000000003721	0.4745034889962426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	70.613	23.0	0.0028925241847161	NZ_FNZI01000004.1	high GC Gram+	Demequina mangrovi strain DSM 24868, whole genome shotgun sequence	True	False
MAD0013_000000001444	10387	0.5527788664171721	8	5	2	5	2	False	49856	maximal	True	MAD0013_000000001444	1.0		3	2	False	False	0.9993261098861694	0					non-mobilizable	no_good_hit								True	False
MAD0093_000000004381	6014	0.5527788664171721	6	5	2	5	2	False	49852	fragment	False	MAD0093_000000004381	1.0		0	0	False	False	0.9986697435379028	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000011229	2268	0.5527788638819982	5	3	3	3	1	True	35503	maximal	True	ISR0058_000000011229	1.0		18	7	False	False	0.9995591044425964	0					non-mobilizable	no_good_hit								True	True
ENG0058_000000016112	2080	0.5527757105919145	3	3	3	3	2	False	63451	fragment	False	ISR0196_000000009151	0.9232404544595769		0	0	False	False	1.0	0					non-mobilizable	other	2080.0	91.25	99.0	0.0005828603096859917	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0777_000000009477	1816	0.5527744717312181	3	2	1	2	1	False	22392	fragment	False	ISR0777_000000009477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000002840	7984	0.5527712580576027	9	4	2	3	1	False	38037	maximal	True	ISR0360_000000002840	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.007808292945611201	XM_027338379.1	mites & ticks	PREDICTED: Dermatophagoides pteronyssinus nose resistant to fluoxetine protein 6-like (LOC113788914), mRNA	True	False
ISR0265_000000002150	7006	0.5527686021789937	10	7	4	6	5	False	58984	maximal	True	ISR0265_000000002150	1.0		1	1	False	False	0.9995718002319336	0					non-mobilizable	no_good_hit	1364.0	95.601	49.0	0.0008042751270973351	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
TAN0017_000000010302	3327	0.5527679890438921	4	4	3	3	3	False	2484	maximal	True	TAN0017_000000010302	1.0		4	2	False	False	0.9888788461685181	0					non-mobilizable	no_good_hit								True	False
TAN0007_000000026371	1569	0.5527664485610466	1	1	1	1	0	True	2806	maximal	True	TAN0007_000000026371	1.0		1	1	False	False	0.9936265349388123	0					non-mobilizable	no_good_hit	382.0	84.81700000000001	24.0	0.11320754716981132	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	True
AST0026_000000014187	1965	0.5527619115105157	2	2	2	2	2	True	119324	fragment	False	AST0026_000000014187	1.0		0	0	False	False	0.9938931465148926	0					non-mobilizable	no_good_hit	1449.0	77.916	73.0	0.00043207450185952286	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
FIJ0132_000000005942	4717	0.5527611629926961	6	6	5	5	3	False	40795	maximal	True	FIJ0132_000000005942	1.0		28	7	False	False	0.9894000291824341	0					non-mobilizable	no_good_hit	1341.0	76.65899999999999	28.0	0.0003582611921472391	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0228_000000021981	1253	0.5527598476133663	2	2	2	2	2	False	27593	maximal	True	ISR0228_000000021981	1.0		67	9	False	False	1.0	0					non-mobilizable	chromosome	1253.0	96.329	100.0	0.00048493712472567354	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	False	False
CHI0055_000000012754	1361	0.5527590089198655	2	2	0	2	0	False	86193	maximal	True	CHI0055_000000012754	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	75.668	81.0	0.003365616614773674	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
FIJ0113_000000018790	1377	0.5527580869001286	2	2	2	2	1	True	41924	maximal	True	FIJ0113_000000018790	0.9872180451127819		118	13	False	False	0.996368944644928	0					non-mobilizable	no_good_hit	1195.0	75.48100000000001	85.0	0.0003535652568829277	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MON0096_000000028764	1330	0.5527580869001286	2	2	2	2	1	True	41924	maximal	False	FIJ0113_000000018790	0.9705882352941176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1157.0	73.03399999999999	86.0	0.00025872804666447166	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
ISR0320_000000009706	2452	0.5527540480516799	4	3	1	2	1	True	54369	maximal	True	ISR0320_000000009706	1.0		47	8	False	False	0.9959216713905334	0					non-mobilizable	no_good_hit	1887.0	99.046	78.0	0.00120938911742168	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
DEN0041_000000010397	3218	0.5527523750606241	4	4	4	3	3	False	73137	maximal	True	DEN0041_000000010397	1.0		2	1	False	False	0.979490339756012	0					non-mobilizable	no_good_hit	2520.0	99.96	78.0	0.0004729905319275181	CP052328.1	enterobacteria	Klebsiella pneumoniae strain D17KP0032 chromosome, complete genome	True	False
SPA0150_000000016862	1255	0.5527512385099986	3	2	2	1	1	False	80563	fragment	False	MON0058_000000039766	0.9358398169395257		0	0	False	False	0.9992032051086426	0					non-mobilizable	no_good_hit	114.0	81.579	9.0	6.986549947223225e-05	NZ_JAAOYV010000001.1	high GC Gram+	Frigoribacterium endophyticum strain AS3.20 Ga0372462_01, whole genome shotgun sequence	True	False
CHI0136_000000011025	1248	0.5527512385099986	3	2	2	1	1	False	80563	fragment	False	MON0058_000000039766	0.9319698264653672		0	0	False	False	0.9887820482254028	0					non-mobilizable	no_good_hit	145.0	74.483	11.0	0.003059641147802522	NZ_AVOY01000006.1	g-proteobacteria	Pseudomonas aestus strain 103 Contig103, whole genome shotgun sequence	True	False
TAN0019_000000003939	1843	0.5527469309935621	2	2	2	2	1	False	53038	maximal	True	TAN0019_000000003939	1.0		13	2	False	False	0.9929462671279907	0					non-mobilizable	no_good_hit	991.0	85.469	87.0	0.003138025428497849	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
USA0005_01_000000015071	2193	0.5527428531908261	2	1	1	1	1	False	2171	maximal	True	USA0005_01_000000015071	1.0		13	6	False	False	0.9995440244674683	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	3.0	0.0002795350890098573	NZ_PIQI01000028.1	enterobacteria	Pantoea rodasii strain DSM 26611 PRCB28, whole genome shotgun sequence	True	False
MON0101_000000000877	27802	0.5527426544433011	25	14	7	10	5	True	95079	fragment	False	MON0101_000000000877	1.0		0	0	False	False	0.9985612630844116	0					non-mobilizable	no_good_hit	1186.0	70.152	4.0	0.00035464723577942347	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
FIJ0130_000000009931	2072	0.5527422315544102	4	4	4	3	2	False	125951	fragment	False	ISR0333_000000007883	0.07767972235994051		0	0	False	False	1.0	0					non-mobilizable	other	2072.0	98.697	100.0	0.0056353061922682175	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0079_000000016093	1742	0.5527416702003233	3	3	3	3	3	False	129044	fragment	False	FIJ0079_000000016093	1.0		0	0	False	False	0.9873708486557007	0					non-mobilizable	no_good_hit	672.0	94.94	70.0	0.0018716144976207345	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
SPA0044_000000018181	1531	0.5527416702003233	3	3	3	3	3	False	129037	fragment	False	SPA0044_000000018181	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	93.41799999999999	67.0	0.0013109669357403058	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ENG0082_000000007149	2773	0.552736917857639	4	4	4	4	3	False	99287	fragment	False	ENG0082_000000007149	0.9639555511862717		0	0	False	False	0.9978362917900085	0					non-mobilizable	chromosome	2773.0	98.81	100.0	0.0007884699075851829	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0006_01_000000006767	3616	0.5527357196102954	4	3	3	2	2	False	11254	maximal	True	USA0006_01_000000006767	1.0		3	3	False	False	0.9908738732337952	0					non-mobilizable	no_good_hit	977.0	73.183	34.0	0.0002872311310373108	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0794_000000007769	2539	0.552733473676791	4	4	4	4	3	False	21992	maximal	True	ISR0794_000000007769	1.0		285	14	False	False	0.9996061325073242	0					non-mobilizable	no_good_hit	336.0	73.81	13.0	0.0002910105009952383	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
ISR0379_000000002502	7056	0.5527283421779701	12	9	4	9	5	True	112150	backbone	False	ISR0003_000000003180	0.9887992941540874	PS715|PS716	0	0	True	True	1.0	32					non-mobilizable	no_good_hit	651.0	78.955	9.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
MON0080_000000025179	2109	0.5527252896190498	3	3	3	2	1	False	12750	fragment	False	MON0026_000000020295	0.9572413793103449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	75.0	36.0	0.00030867415252591534	NZ_VMBG01000001.1	verrucomicrobia	Rariglobus hedericola strain 53C-WASEF NODE_1_length_2445945_cov_106.723303, whole genome shotgun sequence	True	False
MAD0100_000000017264	2109	0.5527246961965576	2	2	2	1	2	False	46533	fragment	False	FIJ0051_000000010558	0.9580786808678825		0	0	False	False	0.9971550703048706	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	5.134750524478089e-05	NZ_FNDW01000001.1	CFB group bacteria	Chryseobacterium taeanense strain DSM 17071, whole genome shotgun sequence	True	False
FIJ0051_000000010558	2091	0.5527246961965576	2	2	2	1	2	False	46533	fragment	False	FIJ0051_000000010558	0.9662665002392575		0	0	False	False	0.9899569749832153	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	5.134750524478089e-05	NZ_FNDW01000001.1	CFB group bacteria	Chryseobacterium taeanense strain DSM 17071, whole genome shotgun sequence	True	False
ISR0365_000000005022	3018	0.5527228061484103	3	3	3	1	1	False	66868	fragment	False	ISR0365_000000005022	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3019.0	97.54899999999999	100.0	0.0006671907774198934	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
ENG0073_000000003631	7058	0.5527195068169621	5	5	3	4	3	True	84343	fragment	False	ENG0073_000000003631	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3468.0	97.20299999999999	100.0	0.0006741542000331826	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	True
ISR0068_000000003549	5311	0.5527161140832553	3	3	2	3	2	False	122022	maximal	True	ISR0068_000000003549	1.0		22	4	False	False	1.0	0					non-mobilizable	no_good_hit	3294.0	85.398	63.0	0.0429270083520172	NZ_CABMGA010000010.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CAN0009_000000001240	12385	0.5527122474812599	12	8	6	8	7	False	99331	maximal	True	CAN0009_000000001240	1.0		27	7	False	False	0.9983044266700745	0					non-mobilizable	no_good_hit	1291.0	81.875	46.0	0.00033932831063660066	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
CHI0104_000000009322	1151	0.5527090260874374	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.11534155223628716	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1116.0	93.459	100.0	0.0003879492438301082	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
FIJ0140_000000016512	1942	0.5526968517384542	2	2	2	2	2	False	40387	maximal	True	FIJ0140_000000016512	1.0		71	10	False	False	0.9989701509475708	0					non-mobilizable	no_good_hit	1554.0	74.839	79.0	0.0019076593454802144	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0133_000000007102	2784	0.5526960545931996	4	4	4	4	2	False	37513	maximal	True	ISR0133_000000007102	1.0		2	2	False	False	0.9982040524482727	0					non-mobilizable	no_good_hit	1508.0	91.645	81.0	0.00042239105374061985	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0090_000000007629	3221	0.5526955677406173	3	1	1	1	1	False	68774	maximal	True	DEN0090_000000007629	1.0		4	2	False	False	0.9990686178207397	0					non-mobilizable	no_good_hit	860.0	74.30199999999999	26.0	0.024762072611913995	NZ_FQZY01000045.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
CHI0057_000000004624	3774	0.5526953314281023	5	4	4	4	4	False	97161	fragment	False	CHI0057_000000004624	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3774.0	99.338	100.0	0.001537257407294985	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0212_000000019815	1800	0.5526927173303708	3	2	2	2	2	False	73413	maximal	True	ISR0212_000000019815	1.0		1	1	True	True	0.9994444251060486	1					non-mobilizable	no_good_hit	106.0	98.113	6.0	2.9584206654417865e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
ISR0390_000000008067	1742	0.5526927173303708	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.9495228465475655		0	0	False	False	0.9540757536888123	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	4.0	1.2587559295562885e-05	NZ_CP019687.1	firmicutes	Paenibacillus larvae subsp. larvae strain ATCC-9545 chromosome, complete genome	True	False
ENG0090_000000016486	1492	0.5526927173303708	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.5966875428779106		0	0	False	False	0.9959785342216492	0					non-mobilizable	no_good_hit	47.0	95.745	3.0	0.027644230769230768	NZ_BCWA01000292.1	firmicutes	Bacillus trypoxylicola NBRC 102646, whole genome shotgun sequence	True	False
MAD0102_000000019811	1161	0.5526921657982201	3	1	1	1	1	False	14956	fragment	False	MAD0102_000000019811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	86.135	79.0	0.0006147922244962344	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
FIJ0097_000000017892	1770	0.5526918970216347	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.8328942649262566		0	0	False	False	0.998305082321167	0					non-mobilizable	other	1395.0	97.993	94.0	0.0003868348412394266	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0169_000000014175	1693	0.5526912678805401	3	3	3	3	3	False	94443	maximal	True	ENG0169_000000014175	1.0		217	13	False	False	0.9822799563407898	0					non-mobilizable	other	1693.0	100.0	100.0	0.00032506330281222023	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
MAD0054_000000007677	2091	0.5526821142768316	2	2	2	2	1	False	17158	maximal	True	MAD0054_000000007677	1.0		99	11	False	False	1.0	0					non-mobilizable	no_good_hit	1314.0	76.027	62.0	0.017506993245548202	NZ_FUWW01000011.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MON0080_000000031295	1758	0.5526820236827258	3	2	2	2	2	False	11290	maximal	True	MON0080_000000031295	1.0		9	3	False	False	0.9647326469421387	0					non-mobilizable	no_good_hit	674.0	76.40899999999999	38.0	0.00023607151590730328	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0077_000000007361	3930	0.5526795799428506	5	5	5	4	4	False	121967	fragment	False	USA0016_01_000000004509	0.9824254789845935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1179.0	76.421	30.0	0.00039858866027256884	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0351_000000005355	2530	0.5526785778230568	3	2	1	1	2	False	74505	fragment	False	ISR0351_000000005355	1.0		0	0	False	False	0.9972332119941711	0					non-mobilizable	other	2530.0	99.921	100.0	0.0004898135628968841	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0197_000000004191	2395	0.5526785778230568	2	2	1	1	2	False	74505	fragment	False	ISR0351_000000005355	0.9733201581027668		0	0	False	False	1.0	0					non-mobilizable	other	2395.0	99.916	100.0	0.00046366693142552016	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0071_000000013226	2702	0.5526742615687237	3	3	3	3	3	False	44882	maximal	True	FIJ0071_000000013226	0.9924257237962889		333	12	False	False	1.0	0					non-mobilizable	chromosome	2701.0	97.964	99.0	0.0009174570672567388	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0023_000000002923	6916	0.5526731503945497	7	6	6	6	4	False	7647	maximal	True	SPA0023_000000002923	1.0		4	2	True	True	1.0	1					non-mobilizable	no_good_hit	1230.0	70.488	17.0	0.0003525580172627828	CP051108.1	g-proteobacteria	Vibrio fluvialis strain 2015AW-0110 chromosome 1	True	True
MON0096_000000011074	3092	0.5526725852060602	4	3	3	3	3	False	97644	maximal	False	CHI0069_000000002787	0.6473668001231906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	95.111	23.0	0.01024	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
AUS0016_000000006457	3982	0.5526701802789952	5	5	4	4	4	False	100600	fragment	False	AUS0016_000000006457	1.0		0	0	False	False	0.9992465972900391	0					non-mobilizable	no_good_hit	1173.0	80.307	55.0	0.000529337418792178	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0112_000000012021	2828	0.5526698953041688	6	3	3	3	1	True	4541	fragment	False	SPA0112_000000012021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0006_000000007811	1746	0.5526654963612735	3	2	2	2	1	False	2879	maximal	True	TAN0006_000000007811	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0037_000000012985	4501	0.5526616989157401	6	3	0	2	3	False	65469	maximal	False	ENG0034_000000003271	0.9883520745648323		0	0	True	True	1.0	46					non-mobilizable	no_good_hit	1225.0	89.796	27.0	0.01959493101620597	CP016744.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2 plasmid pJM2C, complete sequence	True	True
ISR0175_000000013637	1504	0.5526583163933928	2	1	1	1	1	False	103339	fragment	False	ISR0102_000000010240	0.963032815289156		0	0	False	False	0.9973404407501221	0					non-mobilizable	other	1491.0	99.665	99.0	0.0006188869339261357	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ENG0187_000000014252	2074	0.5526574383482185	4	4	4	4	3	False	54978	maximal	True	ENG0187_000000014252	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1218.0	98.522	84.0	0.0005218425630574057	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
MAD0054_000000009881	1727	0.5526572043883649	3	1	1	1	1	False	17149	maximal	True	MAD0054_000000009881	1.0		3	1	False	False	0.994788646697998	0					non-mobilizable	no_good_hit	83.0	83.133	5.0	2.3190523192697306e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0399_000000015545	1146	0.5526571734297845	1	1	1	1	1	False	22570	fragment	False	ISR0399_000000015545	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	99.913	100.0	0.000430595037213565	CP040849.1	firmicutes	Enterococcus faecium strain F17E0263 chromosome, complete genome	False	False
SPA0089_000000028908	1292	0.5526565797835095	3	2	2	2	2	False	22225	fragment	False	SPA0089_000000028908	1.0		0	0	False	False	0.9976780414581299	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	0.0002463111063217285	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
CHI0078_000000009728	1575	0.5526563887452131	1	1	1	1	1	False	84575	fragment	False	CHI0078_000000009728	1.0		0	0	False	False	1.0	0	Inc18				non-mobilizable	plasmid	1575.0	99.81	100.0	0.03464213399066819	CP041740.1	firmicutes	Enterococcus faecalis EnGen0107 strain B594 plasmid p2, complete sequence	False	True
MON0013_000000032852	1685	0.5526558633259538	2	2	2	2	1	False	122990	maximal	True	MON0013_000000032852	1.0		69	9	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	72.21	54.0	0.00020544049980544376	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0206_000000020580	1246	0.5526520398703366	2	2	2	2	2	False	53933	maximal	True	ENG0206_000000020580	1.0		26	5	False	False	1.0	0					non-mobilizable	chromosome	870.0	84.25299999999999	90.0	0.00024461909109785616	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0052_000000009393	2687	0.5526472501242721	4	3	3	2	2	False	83354	maximal	True	MON0052_000000009393	1.0		72	13	False	False	0.9996278285980225	0					non-mobilizable	no_good_hit	1373.0	98.471	51.0	0.00039771747275475875	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0029_000000009273	1188	0.5526351902920259	1	1	1	1	1	False	88551	maximal	True	CHI0029_000000009273	1.0		1	1	False	False	0.9764309525489807	0					non-mobilizable	chromosome	1173.0	98.721	100.0	0.000304733606829575	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	False	False
USA0010_01_000000017668	1497	0.5526344754766153	4	2	0	1	1	True	4485	fragment	False	USA0010_01_000000017668	0.9992826398852224		0	0	False	False	1.0	0					non-mobilizable	other	556.0	85.432	99.0	0.0001665418857360037	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
CAN0016_000000036905	1221	0.5526344754766153	2	2	0	1	1	True	92652	fragment	False	CAN0016_000000036905	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	1222.0	99.67299999999999	100.0	0.000511821998285543	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ISR0831_000000008352	2151	0.5526337891642339	3	3	2	2	3	False	131735	fragment	False	ISR0831_000000008352	1.0		0	0	False	False	0.999535083770752	0					non-mobilizable	other	1763.0	87.351	100.0	0.0004961070124542884	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0015_000000001065	24622	0.5526301027828974	30	19	8	14	13	False	50407	maximal	True	FIJ0015_000000001065	1.0		4	3	False	False	0.9996344447135925	0					non-mobilizable	no_good_hit								True	False
CHI0032_000000002477	2492	0.5526295812634487	4	3	3	2	1	False	88458	maximal	True	CHI0032_000000002477	1.0		2	1	False	False	0.9939807653427124	0					non-mobilizable	no_good_hit	847.0	93.38799999999999	76.0	0.0002726812984142261	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0108_000000018853	1279	0.5526291768179216	2	2	2	1	2	False	42200	fragment	False	FIJ0108_000000018853	1.0		0	0	False	False	0.9937450885772705	0					non-mobilizable	chromosome	1279.0	98.82700000000001	100.0	0.0002510739402931239	CP021851.1	enterobacteria	Enterobacter cloacae strain A1137 chromosome, complete genome	False	False
CAN0007_000000035082	1135	0.5526287242333848	3	2	2	1	1	False	95141	fragment	False	ENG0104_000000026178	0.93476465730801		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	97.359	100.0	0.00031268413966227353	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
DEN0022_000000037035	1136	0.5526251586626066	2	2	2	2	1	True	74413	fragment	False	DEN0022_000000037035	1.0		0	0	False	False	0.9735915660858154	0					non-mobilizable	no_good_hit								True	True
MON0019_000000018415	3480	0.55262464531985	3	2	2	2	2	False	13212	fragment	False	MON0019_000000018415	1.0		0	0	False	False	0.9954022765159607	0					non-mobilizable	no_good_hit	555.0	75.495	16.0	0.00019289518033583508	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
MON0090_000000018180	3152	0.5526216962396537	3	3	2	2	3	False	83005	maximal	True	MON0090_000000018180	1.0		175	13	False	False	0.9996827244758606	0					non-mobilizable	chromosome	3161.0	84.59299999999999	99.0	0.00106060815156969	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0057_01_000000029130	1125	0.5526182879345103	2	2	2	1	1	False	952	maximal	True	USA0057_01_000000029130	1.0		15	6	False	False	0.9537777900695801	0					non-mobilizable	other	1125.0	100.0	100.0	0.001362820699354964	NZ_JH724315.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.2, whole genome shotgun sequence	False	False
ENG0004_000000014757	1791	0.5526128092515017	3	2	2	1	2	True	67780	maximal	True	ENG0004_000000014757	1.0		1	1	False	False	0.9972082376480103	0					non-mobilizable	no_good_hit	696.0	99.28200000000001	39.0	0.02627102627102627	NZ_QSFS01000024.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf24, whole genome shotgun sequence	True	True
MAD0005_000000003373	6125	0.5526092519482056	4	2	2	2	0	True	50595	maximal	True	MAD0005_000000003373	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	91.79	20.0	0.0023490291188090115	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0126_000000008594	4050	0.5526092519482056	3	2	2	2	0	True	50594	fragment	False	FIJ0126_000000008594	1.0		0	0	False	False	0.9997530579566956	0					non-mobilizable	no_good_hit	1084.0	91.97399999999999	30.0	0.0023490291188090115	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
ISR0275_000000008249	1715	0.5526031433872649	2	2	2	2	2	False	116013	fragment	False	FIJ0081_000000020765	0.7061121219528531		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	99.76700000000001	100.0	0.00082023501599554	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
AST0005_000000023225	1162	0.5525993578945106	1	1	1	1	1	False	127750	maximal	True	AST0005_000000023225	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	371.0	72.77600000000001	31.0	0.0006676135312872181	NZ_NGOA01000011.1	firmicutes	Lactobacillus taiwanensis strain 601c 601c_11, whole genome shotgun sequence	True	False
MAD0003_000000021110	1247	0.552595190826506	2	2	2	2	2	False	20064	maximal	True	MAD0003_000000021110	1.0		2	2	True	True	0.9879711270332336	2					non-mobilizable	no_good_hit	562.0	97.509	65.0	0.00016262354388878986	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
MAD0100_000000004841	7324	0.5525905683357761	6	5	3	4	4	True	101054	maximal	True	MAD0100_000000004841	1.0		2	2	False	False	0.9994538426399231	0					non-mobilizable	chromosome	7172.0	93.656	98.0	0.0014540936227579256	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ENG0080_000000008008	3115	0.5525893066168114	2	2	1	2	2	False	87380	maximal	True	ENG0080_000000008008	0.9781732706514439		475	12	False	False	0.9993579387664795	0					non-mobilizable	other	3115.0	98.395	100.0	0.04765183858972593	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0062_000000015848	1373	0.5525847560211448	2	2	2	2	2	False	71648	maximal	True	DEN0062_000000015848	1.0		103	12	False	False	0.9876183271408081	0					non-mobilizable	no_good_hit	401.0	72.07	29.0	0.000752158181144762	NZ_PTJA01000002.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_102, whole genome shotgun sequence	True	False
USA0090_01_000000001993	4306	0.5525833243599744	4	4	4	4	4	False	398	maximal	True	USA0090_01_000000001993	1.0		2	2	False	False	0.9997677803039551	0					non-mobilizable	no_good_hit	3010.0	79.70100000000001	69.0	0.01701766671790755	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
FIJ0154_000000016122	2325	0.5525828197024665	3	1	1	1	1	False	39601	fragment	False	FIJ0154_000000016122	1.0		0	0	False	False	0.9995698928833008	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000013187	2366	0.5525824566168386	3	3	3	3	3	False	122098	fragment	False	USA0023_01_000000013187	0.9720961145088586		0	0	False	False	1.0	0					non-mobilizable	other	2366.0	97.675	100.0	0.0007357474976807621	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0030_000000025168	1434	0.5525817715447957	2	2	2	2	2	False	12503	fragment	False	MON0030_000000025168	1.0		0	0	False	False	0.9986053109169006	0					non-mobilizable	other	1435.0	97.90899999999999	100.0	0.009944314612039972	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
ISR0037_000000007683	2818	0.5525778364360089	4	3	3	3	2	False	89456	maximal	True	ISR0037_000000007683	1.0		10	4	False	False	0.9630944132804871	0					non-mobilizable	no_good_hit	2239.0	99.955	79.0	0.11381783044296394	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
FIJ0046_000000024936	1369	0.5525778244319407	3	3	2	2	1	False	46949	fragment	False	FIJ0046_000000024936	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1369.0	100.0	100.0	0.00030951262621463344	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0026_000000017860	1820	0.5525775324340169	3	3	3	3	3	False	49098	maximal	True	FIJ0026_000000017860	1.0		462	12	False	False	0.9917582273483276	0					non-mobilizable	no_good_hit	630.0	85.714	53.0	0.0012338695212546836	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
MAD0014_000000017536	1883	0.5525770503416096	4	4	4	2	1	False	19505	maximal	True	MAD0014_000000017536	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	524.0	93.70200000000001	56.0	0.00015561030511290576	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AUS0014_000000007577	4177	0.5525745149906077	5	5	5	4	4	False	124983	maximal	False	CAN0008_000000006498	0.7432878904323492		0	0	False	False	0.9997605681419373	0					non-mobilizable	no_good_hit	1105.0	84.434	62.0	0.0026563286970671418	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CHI0098_000000001404	5947	0.5525725076255378	9	7	7	5	4	False	83412	fragment	False	CHI0098_000000001404	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5947.0	100.0	100.0	0.012396745906321798	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0053_000000002432	11278	0.5525721039669363	13	11	9	10	11	False	79183	maximal	True	SPA0053_000000002432	1.0		18	5	False	False	0.9983152747154236	0					non-mobilizable	no_good_hit	755.0	73.245	7.0	0.00023916019317181533	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0827_000000000863	9734	0.5525694609346511	4	4	3	4	4	False	81036	maximal	True	ISR0827_000000000863	1.0		1600	16	False	False	1.0	0					non-mobilizable	other	9734.0	100.0	100.0	0.10207334850502868	NZ_AUME01000009.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00007.7_C, whole genome shotgun sequence	False	False
SPA0115_000000011551	2319	0.5525686432197773	4	1	1	1	1	False	4397	fragment	False	SPA0115_000000011551	1.0		0	0	False	False	0.9991375803947449	0					non-mobilizable	no_good_hit								True	False
FIJ0033_000000017310	2098	0.5525686432197773	3	1	1	1	1	False	48279	fragment	False	FIJ0033_000000017310	1.0		0	0	False	False	0.9947569370269775	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000019839	1207	0.5525633692235183	3	2	2	1	1	False	59430	maximal	True	ENG0116_000000019839	1.0		10	5	False	False	0.985086977481842	0					non-mobilizable	no_good_hit	978.0	100.0	81.0	0.005519774011299435	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0161_000000004154	3803	0.5525605114435094	4	2	2	2	2	False	39292	maximal	True	FIJ0161_000000004154	1.0		50	7	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	79.22800000000001	17.0	0.010617760617760617	MK232145.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_1-CL09_c1 sequence	True	False
CHI0114_000000004471	1697	0.5525583800020881	1	1	1	1	1	False	82281	maximal	True	CHI0114_000000004471	1.0		2	1	False	False	0.9964643716812134	0					non-mobilizable	no_good_hit	321.0	99.065	19.0	6.61166996940243e-05	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
FIJ0108_000000021459	1146	0.5525573325058839	2	2	2	2	1	False	42182	fragment	False	FIJ0108_000000021459	1.0		0	0	False	False	0.9947643876075745	0					non-mobilizable	chromosome	1145.0	99.389	99.0	0.0002120302321008211	CP034136.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain G747 chromosome, complete genome	False	False
ENG0082_000000015276	1367	0.5525542661382744	2	2	2	2	2	False	70810	fragment	False	DEN0067_000000022741	0.967751349952437		0	0	False	False	1.0	0					non-mobilizable	chromosome	1367.0	97.65899999999999	100.0	0.0003802762988481748	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0193_000000020342	1295	0.5525542661382744	2	2	2	2	2	False	70810	fragment	False	DEN0067_000000022741	0.6483784442818825		0	0	False	False	1.0	0					non-mobilizable	chromosome	1295.0	97.45200000000001	100.0	0.0003602324529352403	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0004_000000007737	3411	0.5525535366498229	4	3	3	3	3	False	67815	maximal	True	ENG0004_000000007737	1.0		301	14	False	False	0.9994136691093445	0					non-mobilizable	other	2472.0	98.74600000000001	99.0	0.0007912246114081717	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MAD0095_000000005439	4885	0.552552047567915	5	4	3	4	2	True	111710	fragment	False	MAD0095_000000005439	0.9716006884681583		0	0	False	False	1.0	0					non-mobilizable	other	4892.0	96.34100000000001	100.0	0.19648388783843584	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
DEN0011_000000008448	4648	0.552552047567915	5	4	3	4	2	True	111710	fragment	False	MAD0095_000000005439	0.9490276356192425		0	0	False	False	0.9995697140693665	0					non-mobilizable	other	4658.0	93.066	100.0	0.1870298105161524	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
ENG0111_000000005640	3797	0.5525518167494661	4	4	4	3	3	False	59757	maximal	True	ENG0111_000000005640	1.0		9	4	False	False	0.9952594041824341	0					non-mobilizable	no_good_hit	111.0	83.78399999999999	3.0	0.001420824860524532	NZ_GL882597.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld40, whole genome shotgun sequence	True	False
ENG0051_000000020803	1417	0.5525489627831562	2	2	2	2	2	False	64036	fragment	False	ENG0051_000000020803	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	3.1298478621778296e-05	CP000027.1	GNS bacteria	Dehalococcoides mccartyi 195, complete genome	True	False
ENG0146_000000017413	1273	0.5525451464029915	1	1	1	1	0	False	57395	fragment	False	ENG0146_000000017413	1.0		0	0	False	False	0.9497250318527222	0					non-mobilizable	no_good_hit	137.0	99.27	11.0	0.0006944834523997978	NZ_NFIG01000006.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_6, whole genome shotgun sequence	True	False
CHI0162_000000010571	2849	0.5525423831578395	3	2	1	2	1	False	78575	maximal	True	CHI0162_000000010571	0.9931109499637418		261	13	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	73.32	33.0	0.0265854952665531	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
MON0087_000000018034	2758	0.5525423831578395	3	2	1	2	1	False	78575	maximal	False	CHI0162_000000010571	0.9773604773604774		0	0	False	False	0.9883973598480225	0					non-mobilizable	no_good_hit	956.0	72.803	34.0	0.026250383981680583	NZ_CABMOJ010000037.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
MON0047_000000012649	3032	0.5525418870628402	3	3	1	3	2	False	100390	fragment	False	MON0047_000000012649	0.9582849979153135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	72.143	18.0	0.00014564936542492136	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0316_000000016941	1306	0.5525396288430094	2	2	2	0	0	False	25194	maximal	True	ISR0316_000000016941	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	97.774	68.0	0.0002265654389384768	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0045_000000011285	1184	0.5525273677159884	1	1	1	1	1	False	64465	fragment	False	ENG0045_000000011285	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1208.0	92.053	100.0	0.0003433200499478051	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0827_000000005826	1980	0.5525234407648159	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.5747314497119124		0	0	False	False	1.0	0					non-mobilizable	other	1985.0	99.04299999999999	100.0	0.11501449275362319	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0029_000000011645	2268	0.552521803228909	3	2	1	2	1	False	11200	maximal	True	SPA0029_000000011645	1.0		11	4	False	False	0.9898589253425598	0					non-mobilizable	no_good_hit	80.0	85.0	4.0	1.315219486824664e-05	NC_015174.1	planctomycetes	Rubinisphaera brasiliensis DSM 5305, complete sequence	True	False
ISR0206_000000017666	1478	0.5525166398245106	2	2	2	1	1	False	28622	maximal	True	ISR0206_000000017666	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1443.0	90.021	99.0	0.0005063716372600601	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0066_000000025485	1323	0.5525117225425898	2	2	2	2	1	False	16548	fragment	False	MAD0066_000000025485	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1325.0	86.038	100.0	0.0004607986525996433	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0379_000000007127	3201	0.5525099822084517	2	2	2	2	2	False	23224	maximal	True	ISR0379_000000007127	1.0		181	13	False	False	0.9987503886222839	0					non-mobilizable	other	3201.0	98.28200000000001	100.0	0.002627708695498653	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
FIJ0036_000000011101	3419	0.5525030858735062	3	2	2	1	1	False	47974	maximal	True	FIJ0036_000000011101	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0008_000000000208	4313	0.5524980470206202	5	1	1	1	1	False	20333	maximal	True	ITA0008_000000000208	1.0		1	1	False	False	0.9979133009910583	0					non-mobilizable	no_good_hit								True	False
ISR0191_000000003393	2811	0.5524964950661322	3	3	3	3	3	False	126810	maximal	True	ISR0191_000000003393	1.0		6	2	False	False	0.9953753352165222	0					non-mobilizable	chromosome	1348.0	94.585	99.0	0.0005539041387552518	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0017_000000000647	29471	0.5524926464900061	21	14	4	14	6	True	50183	fragment	False	FIJ0017_000000000647	1.0		0	0	False	False	0.9998642802238464	0					non-mobilizable	no_good_hit	56.0	85.714	0.0	9.194118488350711e-05	NZ_AUIK01000009.1	actinobacteria	Solirubrobacter soli DSM 22325 G569DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	True
MON0040_000000007869	3397	0.5524903911079478	3	3	3	3	2	False	11878	maximal	True	MON0040_000000007869	1.0		1	1	False	False	0.9985281229019165	0					non-mobilizable	chromosome	3387.0	100.0	99.0	0.0006156900965902479	CP017802.2	enterobacteria	Raoultella ornithinolytica strain MG isolate MG01 chromosome, complete genome	False	False
MAD0029_000000000825	4851	0.5524891232891614	5	5	5	5	5	False	98164	fragment	False	MAD0029_000000000825	0.7321234236059733		0	0	False	False	1.0	0					non-mobilizable	chromosome	4851.0	99.85600000000001	100.0	0.0010075600240900331	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	False	False
ENG0008_000000018856	1387	0.5524881172388626	3	3	3	2	1	False	67394	fragment	False	ENG0008_000000018856	1.0		0	0	False	False	0.9935111999511719	0					non-mobilizable	other	1377.0	98.62	99.0	0.01198167917660786	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
ISR0140_000000017248	1328	0.5524802430532407	2	2	2	2	2	False	75015	fragment	False	DEN0018_000000027412	0.9280668298034473		0	0	False	False	0.990963876247406	0					non-mobilizable	chromosome	1328.0	97.96700000000001	100.0	0.00036941921564533526	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0122_000000019300	1190	0.5524788692317242	1	1	1	1	1	False	4100	maximal	True	SPA0122_000000019300	1.0		18	8	False	False	0.9941176176071167	0					non-mobilizable	no_good_hit	572.0	83.042	48.0	0.0001980266814897165	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
MON0072_000000005821	3578	0.5524759830581856	5	3	2	3	2	True	97316	fragment	False	MON0072_000000005821	1.0		0	0	False	False	0.9997205138206482	0					non-mobilizable	other	3483.0	99.943	97.0	0.0015293044958565598	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
MON0069_000000012708	3592	0.55247211973247	5	3	3	3	1	True	115121	maximal	True	MON0069_000000012708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2023.0	94.118	57.0	0.001294674776285457	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0258_000000016589	1653	0.5524708423935222	2	2	1	2	0	True	26781	fragment	False	ISR0258_000000016589	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	996.0	94.88	99.0	0.0004440225858001131	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0293_000000002279	14219	0.5524708029051265	17	8	5	6	2	False	25856	fragment	False	ISR0293_000000002279	1.0		0	0	False	False	0.999929666519165	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000003463	10661	0.5524689281380422	14	8	3	6	3	True	91745	maximal	True	USA0011_01_000000003463	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	8.260800997303975e-06	NZ_CP012898.1	CFB group bacteria	Algibacter alginicilyticus strain HZ22 chromosome, complete genome	True	True
ISR0293_000000007841	4675	0.5524671543004012	5	4	4	2	3	False	36679	maximal	True	ISR0293_000000007841	1.0		1	1	False	False	0.9950802326202393	0					non-mobilizable	no_good_hit	98.0	81.633	2.0	0.00010224323771658175	NZ_FNHZ01000001.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0030_000000007905	2627	0.5524666101298685	3	3	3	3	3	False	116784	fragment	False	SPA0080_000000004737	0.9627739984882842		0	0	False	False	1.0	0					non-mobilizable	other	2627.0	99.23899999999999	100.0	0.024072749940413984	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0009_000000009986	3638	0.5524664093602762	3	3	3	3	3	False	51294	maximal	True	FIJ0009_000000009986	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	126.0	80.15899999999999	3.0	0.00010066814421523499	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
USA0015_01_000000008321	3886	0.5524654724379838	6	2	1	2	0	True	2278	maximal	False	USA0003_01_000000009679	0.9787023278850917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0092_000000011293	3634	0.5524654724379838	5	2	1	2	0	True	23047	fragment	False	SPA0092_000000011293	1.0		0	0	False	False	0.9972482323646545	0					non-mobilizable	other	3555.0	95.89299999999999	98.0	0.13491762204843977	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
DEN0001_000000024617	1768	0.5524654724379838	3	2	1	2	0	True	76849	maximal	True	DEN0001_000000024617	1.0		2	1	False	False	0.9988687634468079	0					non-mobilizable	no_good_hit								True	True
USA0044_01_000000004667	6288	0.5524545501192398	5	2	1	2	0	True	1240	maximal	True	USA0044_01_000000004667	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0136_000000005789	4488	0.5524545501192398	4	2	1	2	0	True	40547	maximal	True	FIJ0136_000000005789	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0083_000000018563	1621	0.5524520525151226	2	2	2	2	1	False	69084	maximal	True	DEN0083_000000018563	1.0		10	4	False	False	0.9950647950172424	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000015308	2877	0.5524506303311274	3	3	3	3	2	False	15329	maximal	True	MAD0098_000000015308	1.0		2	2	False	False	0.9982621073722839	0					non-mobilizable	no_good_hit	582.0	95.361	20.0	0.00018917470577625394	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MAD0021_000000003777	3746	0.5524501560280267	5	4	4	3	1	False	115150	maximal	True	MAD0021_000000003777	1.0	PS748	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	734.0	98.63799999999999	77.0	0.00021935068009184598	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0165_000000003724	4760	0.5524495161102657	4	4	3	3	2	False	30253	fragment	False	ISR0165_000000003724	1.0		0	0	False	False	0.9970588088035583	0					non-mobilizable	no_good_hit	416.0	74.51899999999999	9.0	0.06866521520683302	NZ_KB905663.1	firmicutes	Paenibacillus ginsengihumi DSM 21568 F591DRAFT_scaffold00116.116, whole genome shotgun sequence	True	False
ISR0228_000000009250	2793	0.5524487418204004	2	2	1	2	1	True	85891	fragment	False	ISR0228_000000009250	1.0		0	0	False	False	0.9978517889976501	0					non-mobilizable	other	2682.0	97.539	100.0	0.029138137159004457	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0103_000000022011	2350	0.5524487418204004	2	2	1	2	1	True	85889	fragment	False	MON0103_000000022011	0.986718316169418		0	0	False	False	1.0	0					non-mobilizable	other	2198.0	97.816	100.0	0.023877839365286382	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0017_000000010139	3297	0.552444285837821	5	3	3	2	3	False	56066	maximal	True	ISR0017_000000010139	1.0		489	13	False	False	0.999696671962738	0					non-mobilizable	chromosome	3189.0	98.244	100.0	0.0008922596475574393	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0051_000000012631	2703	0.5524434983283367	3	3	1	3	1	False	96084	fragment	False	MON0051_000000012631	1.0		0	0	False	False	0.9955604672431946	0					non-mobilizable	no_good_hit	452.0	74.558	17.0	0.0001275797073487053	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0012_000000003245	1933	0.5524428872043069	4	4	0	3	4	False	75448	maximal	True	DEN0012_000000003245	1.0		1	1	False	False	0.9963786602020264	0					non-mobilizable	chromosome	1939.0	98.45299999999999	100.0	0.0005086443290094191	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	False	False
AST0031_000000006245	4661	0.5524416029820708	10	5	4	4	3	False	117588	maximal	True	AST0031_000000006245	0.9508594094314676		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	96.62200000000001	18.0	0.998792270531401	GQ882843.1		Uncultured organism clone VC1D585TF genomic sequence	True	False
MAD0112_000000006081	4396	0.5524391282326481	6	4	3	2	2	False	124390	maximal	True	MAD0112_000000006081	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3468.0	98.76	81.0	0.03626016090054087	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
ENG0113_000000008687	3235	0.5524324548965811	6	6	3	4	5	False	59619	maximal	True	ENG0113_000000008687	1.0		79	7	False	False	0.9987635016441345	0					non-mobilizable	no_good_hit	700.0	95.571	22.0	0.000156184130797273	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
FIJ0093_000000005556	3841	0.5524292760524527	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9766610933796104		0	0	False	False	1.0	0					non-mobilizable	chromosome	3853.0	83.31200000000001	100.0	0.0010230134000083762	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0120_000000028327	1414	0.5524257170467055	2	2	2	2	1	False	68418	fragment	False	SPA0120_000000028327	0.991694063051345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	71.638	51.0	0.009121123522502937	NZ_CYYV01000017.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0014_000000002790	11653	0.5524247702020858	11	7	5	7	4	True	122978	maximal	True	ISR0014_000000002790	1.0		21	8	False	False	1.0	0					non-mobilizable	other	6659.0	94.098	95.0	0.0014015129835309552	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0086_000000019858	1439	0.5524237444397074	1	1	1	1	1	False	33889	fragment	False	ISR0086_000000019858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	91.605	75.0	0.01780596277384286	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
AST0110_000000006294	2936	0.5524139247729881	3	3	3	3	2	True	107015	maximal	True	AST0110_000000006294	0.9778738710388164		22	4	False	False	0.9996594190597534	0					non-mobilizable	other	2936.0	98.43299999999999	100.0	0.0012121652658276362	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	True
ISR0815_000000024289	1268	0.5524138821046708	2	2	2	2	2	False	113369	fragment	False	ISR0821_000000021839	0.47211128321648754		0	0	False	False	0.9936908483505249	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8758311950995835e-05	NZ_PVTF01000002.1	high GC Gram+	Umezawaea tangerina strain DSM 44720 Ga0180964_102, whole genome shotgun sequence	True	False
ISR0126_000000038350	1299	0.5524117174815749	2	2	2	2	1	False	108051	fragment	False	AST0118_000000020065	0.2570408200819387		0	0	False	False	0.9976905584335327	0					non-mobilizable	chromosome	1299.0	98.229	100.0	0.0004573223985289463	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0012_000000008163	3031	0.5524114173187894	3	1	1	1	1	False	70691	maximal	True	SPA0012_000000008163	1.0		2	1	False	False	0.996040940284729	0					non-mobilizable	no_good_hit	628.0	94.10799999999999	39.0	0.001379428692116796	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0029_000000007486	3352	0.5524110496372187	3	3	3	3	3	False	123087	fragment	False	MON0029_000000007486	1.0		0	0	False	False	0.9997016787528992	0					non-mobilizable	chromosome	3359.0	90.92	99.0	0.0013800243635456125	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0052_000000008593	3225	0.5524014052592031	5	3	2	3	2	True	120247	fragment	False	FIJ0052_000000008593	1.0		0	0	False	False	0.9844961166381836	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	0.0015229325305471933	NZ_JAAIOD010000026.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_26_length_28235_cov_302.35, whole genome shotgun sequence	True	True
USA0121_01_000000018918	2424	0.5524002623686562	4	3	3	3	3	False	92260	maximal	False	CAN0018_000000012972	0.9474176646706587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1358.0	71.87	78.0	0.0002196039224311056	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
MAD0028_000000005109	2454	0.5523985511084758	4	3	3	2	2	False	19020	maximal	True	MAD0028_000000005109	1.0		315	12	False	False	0.9995924830436707	0					non-mobilizable	no_good_hit	1117.0	95.166	63.0	0.051473313565604153	NZ_VZBY01000036.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_40_length_21584_cov_28.2152_ID_79, whole genome shotgun sequence	True	False
FIJ0078_000000007380	3436	0.5523971062678825	5	4	4	2	1	False	44458	maximal	True	FIJ0078_000000007380	1.0		650	12	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	90.985	21.0	0.00019219525691726214	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0068_000000006199	3241	0.5523945026756819	3	3	3	3	3	False	104648	fragment	False	ISR0002_000000005866	0.9598141028783242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	2.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ENG0132_000000007968	2407	0.5523942536511179	2	2	2	2	2	False	102973	fragment	False	FIJ0042_000000010318	0.95818764421997		0	0	False	False	0.9995845556259155	0					non-mobilizable	chromosome	2407.0	99.626	100.0	0.0005354581928664327	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0119_000000006459	5032	0.5523903314011139	9	3	2	3	1	False	32361	maximal	True	ISR0119_000000006459	1.0		2	2	False	False	0.9970190525054932	0					non-mobilizable	no_good_hit	61.0	100.0	1.0	1.4710674138708418e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0129_000000009070	2935	0.552389522177646	4	3	3	2	1	True	130090	fragment	False	ENG0129_000000009070	1.0		0	0	False	False	0.995570719242096	0					non-mobilizable	chromosome	2936.0	96.35600000000001	100.0	0.0009848744688965131	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0153_000000003535	7752	0.5523882717894754	13	6	4	4	0	True	103554	maximal	True	AST0153_000000003535	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	96.04899999999999	22.0	0.001090791363323178	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0180_000000009458	1852	0.5523878581737529	2	2	2	2	2	False	104069	maximal	True	ENG0180_000000009458	1.0		52	8	False	False	1.0	0					non-mobilizable	other	1703.0	98.29700000000001	92.0	0.0035484799079313323	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CAN0004_000000004598	5316	0.5523837285418162	6	3	1	3	1	False	96269	maximal	True	CAN0004_000000004598	1.0		7	4	False	False	0.9964258670806885	0					non-mobilizable	no_good_hit	3481.0	99.82799999999999	65.0	0.09140335670947916	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0822_000000004370	1729	0.5523823745864831	3	3	2	2	3	False	21188	fragment	False	ISR0822_000000004370	1.0		0	0	False	False	0.9947946667671204	0					non-mobilizable	other	946.0	99.789	100.0	0.008591455819915814	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
CHI0151_000000006059	4059	0.5523806656199668	6	5	4	5	5	False	112297	fragment	False	USA0101_01_000000007779	0.9680084559770243		0	0	False	False	0.9980290532112122	0					non-mobilizable	other	4040.0	99.33200000000001	99.0	0.0009902735474373882	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0171_000000008436	2441	0.5523779019745538	4	3	0	2	2	False	38805	maximal	True	FIJ0171_000000008436	1.0		1	1	False	False	0.9995903372764587	0					non-mobilizable	no_good_hit	1247.0	88.93299999999999	51.0	0.009720344744059571	NZ_CYYA01000009.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0018_01_000000006550	3735	0.5523763903564539	7	6	6	5	1	False	111392	maximal	False	ENG0164_000000004507	0.9690541715748848	PS708	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1296.0	97.685	62.0	0.00019196464174357853	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
USA0010_01_000000007279	3734	0.5523763903564539	7	6	6	5	1	False	111392	maximal	False	ENG0164_000000004507	0.9689003356831108	PS708	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1296.0	97.685	62.0	0.00019196464174357853	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
MON0005_000000023910	2248	0.5523745174113144	2	2	2	0	1	True	48867	maximal	True	MON0005_000000023910	0.9849001461276181		46	10	False	False	0.9995551705360413	0					non-mobilizable	no_good_hit								True	True
FIJ0029_000000015784	2053	0.5523745174113144	2	2	2	0	1	True	48867	maximal	False	MON0005_000000023910	0.9428380782918149		0	0	False	False	0.9995129108428955	0					non-mobilizable	no_good_hit								True	True
ENG0065_000000003296	7991	0.552372632598907	8	5	2	5	2	True	80940	maximal	True	ENG0065_000000003296	1.0		13	4	False	False	0.9963709115982056	0					non-mobilizable	no_good_hit	145.0	88.27600000000001	2.0	0.0017005993720863857	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
USA0111_01_000000017071	1483	0.5523671017207633	2	2	2	2	2	False	298	fragment	False	USA0111_01_000000017071	1.0		0	0	False	False	0.993931233882904	0					non-mobilizable	chromosome	1490.0	86.64399999999999	100.0	0.0005247209927565919	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0100_000000001470	16870	0.5523670275081829	25	15	6	14	6	False	19175	maximal	True	SPA0100_000000001470	1.0		2	2	True	True	0.9997628927230835	36					non-mobilizable	no_good_hit	778.0	84.57600000000001	10.0	0.0002239031349910265	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	True
ISR0102_000000006378	2887	0.5523664954678057	6	3	2	3	2	False	70558	maximal	True	ISR0102_000000006378	1.0	PS332	0	0	False	True	0.9982681274414062	0					non-mobilizable	no_good_hit	1491.0	80.282	51.0	0.19298474377363412	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
SPA0094_000000005096	2629	0.5523635116821137	3	2	2	2	2	False	5235	fragment	False	SPA0094_000000005096	1.0		0	0	False	False	0.9908710718154907	0					non-mobilizable	plasmid	2612.0	100.0	99.0	0.030242309117865084	CP054943.1	enterobacteria	Escherichia coli strain MS6192 plasmid pMS6192C, complete sequence	False	True
FIJ0131_000000005289	3532	0.5523632851465045	4	4	4	4	4	False	111919	maximal	True	FIJ0131_000000005289	0.9905486083983375		206	13	False	False	1.0	0					non-mobilizable	other	3538.0	94.715	100.0	0.016358694643884158	NZ_JHWQ01000003.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	False
DEN0045_000000000745	23982	0.5523610466633051	19	12	7	10	6	True	72989	maximal	True	DEN0045_000000000745	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	82.57600000000001	1.0	1.9932761190415642e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
ENG0175_000000003290	7477	0.5523546051709822	5	5	4	4	4	False	110853	maximal	True	ENG0175_000000003290	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	4814.0	99.086	96.0	0.0007324171195387522	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0026_000000008640	1351	0.5523545039270124	2	2	2	1	2	False	88861	maximal	True	CHI0026_000000008640	1.0		3	3	False	False	0.9962990283966064	0					non-mobilizable	no_good_hit	452.0	72.788	33.0	0.0012985459203772496	NZ_SLVX01000005.1	a-proteobacteria	Shinella granuli strain DSM 18401 Ga0310514_105, whole genome shotgun sequence	True	False
ISR0286_000000009714	1921	0.5523541889587023	2	2	1	2	1	False	26037	fragment	False	ISR0286_000000009714	1.0		0	0	False	False	0.9973971843719482	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000023213	1766	0.5523519932716167	3	2	1	2	1	False	21525	maximal	True	ISR0814_000000023213	1.0		1	1	False	False	0.9830124378204346	0					non-mobilizable	no_good_hit	291.0	77.663	16.0	0.004664626581755024	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
CHI0130_000000004987	3247	0.5523507066233804	3	1	1	1	1	False	81124	maximal	True	CHI0130_000000004987	1.0		2	2	False	False	0.9966122508049011	0					non-mobilizable	no_good_hit	391.0	72.123	12.0	0.0022660431030326407	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	True	False
CHI0109_000000008065	2278	0.5523506946911944	3	3	3	2	2	False	82803	maximal	True	CHI0109_000000008065	1.0		0	0	False	False	0.9877085089683533	0					non-mobilizable	no_good_hit	293.0	100.0	13.0	0.00011450966920431074	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
SPA0040_000000021356	1964	0.552349262694554	2	2	1	2	2	False	128866	maximal	True	SPA0040_000000021356	1.0	PS1059	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	1421.0	99.507	72.0	0.019536893083664682	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CAN0001_000000013935	3363	0.5523474648913973	4	4	4	2	2	False	97403	maximal	True	CAN0001_000000013935	1.0		6	3	False	False	0.9976211786270142	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	0.00011766168491532798	NZ_BDBK01000010.1	high GC Gram+	Nocardia inohanensis NBRC 100128, whole genome shotgun sequence	True	False
ISR0215_000000004927	5778	0.5523457467659889	4	4	3	4	3	False	130349	backbone	False	ISR0335_000000002496	0.9401312035902024	PS1101	0	0	False	True	0.9994807839393616	0					non-mobilizable	other	5781.0	97.492	100.0	0.0010085380126145797	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ENG0099_000000004502	4118	0.5523453204036219	6	5	3	3	5	False	60663	maximal	True	ENG0099_000000004502	1.0		10	5	False	False	0.9980573058128357	0					non-mobilizable	chromosome	4099.0	99.95100000000001	99.0	0.0015794567331762614	CP034949.1	firmicutes	Enterococcus faecium strain NM213 chromosome, complete genome	False	False
ISR0117_000000021405	1290	0.5523446092354477	2	2	2	2	2	False	32400	fragment	False	ISR0117_000000021405	1.0		0	0	False	False	0.9953488111495972	0					non-mobilizable	chromosome	1208.0	99.338	94.0	0.0005629165325833998	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0065_000000016322	1594	0.5523431256245882	3	3	2	1	2	False	95142	maximal	True	MON0065_000000016322	1.0		12	3	False	False	0.9912170767784119	0					non-mobilizable	other	1594.0	98.99600000000001	100.0	0.00043924676762081285	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
CAN0016_000000024298	1970	0.5523412303593999	2	2	2	2	2	False	115280	fragment	False	CAN0016_000000024298	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1970.0	98.83200000000001	100.0	0.0006627538719266009	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0393_000000010264	1741	0.5523397664460931	2	2	2	2	1	False	127890	maximal	True	ISR0393_000000010264	1.0		284	11	False	False	0.9942561984062195	0					non-mobilizable	other	1722.0	99.245	99.0	0.005501249848164225	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0121_01_000000019697	2314	0.5523339432097222	3	3	3	2	2	False	74184	fragment	False	DEN0026_000000011477	0.48341836734693877		0	0	False	False	0.9956784844398499	0					non-mobilizable	other	2219.0	98.693	96.0	0.008590140315952951	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0073_000000013314	3654	0.5523332036610744	5	3	3	3	3	False	70204	fragment	False	DEN0073_000000013314	0.9873362445414847		0	0	False	False	0.9989053010940552	0					non-mobilizable	other	3638.0	99.835	99.0	0.029927259561582514	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0096_000000028586	1583	0.5523295426038536	2	2	1	2	1	False	68150	fragment	False	DEN0096_000000028586	1.0		0	0	False	False	0.9968414306640625	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	8.595709835980284e-05	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	True	False
ENG0165_000000005705	3253	0.5523286519881633	4	4	3	3	2	False	68437	maximal	True	ENG0165_000000005705	1.0		10	3	False	False	0.9944666624069214	0					non-mobilizable	no_good_hit	2106.0	97.48299999999999	69.0	0.0005614249850465327	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0080_000000003494	1389	0.5523185261245169	3	2	1	2	1	True	84340	fragment	False	CHI0080_000000003494	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	100.0	100.0	0.00760452107405642	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ENG0155_000000008838	2490	0.5523179585061654	5	3	2	3	2	False	121523	maximal	False	MON0092_000000020516	0.9474352613684023		0	0	False	False	0.9979919791221619	0					non-mobilizable	no_good_hit								True	False
ISR0824_000000015888	1485	0.5523175027253308	4	3	2	1	2	True	21150	fragment	False	ISR0824_000000015888	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	99.93299999999999	100.0	0.00036384400703072154	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0094_000000017597	1307	0.5523175027253308	3	3	2	1	2	True	109122	fragment	False	ISR0253_000000009282	0.9208071811401726		0	0	False	False	0.9908186793327332	0					non-mobilizable	other	1306.0	74.885	98.0	0.00030451095467126427	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0024_000000023936	1496	0.5523163058007731	3	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.5232374637877016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	72.61	67.0	0.0002819882569586596	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0154_000000018731	1741	0.5523159165679029	2	2	1	2	2	False	56830	maximal	True	ENG0154_000000018731	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	85.0	6.0	2.1846872152104165e-05	NZ_MCGV01000001.1	firmicutes	Clostridium pasteurianum strain GL11 contig.1, whole genome shotgun sequence	True	False
ENG0145_000000008681	3761	0.5523154421729581	5	5	5	4	4	False	57516	maximal	True	ENG0145_000000008681	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	89.94	54.0	0.00021020039810938304	LR655209.1	high GC Gram+	Bifidobacterium breve isolate B.breve_1_mod genome assembly, chromosome: BILOC7D69C13_1	True	False
FIJ0014_000000023235	1116	0.5523153767512275	4	4	2	3	4	False	50411	maximal	True	FIJ0014_000000023235	1.0		247	12	False	False	0.9650537371635437	0					non-mobilizable	plasmid	1117.0	97.135	100.0	0.005334584773926618	CP021569.1	other sequences	Unidentified plasmid plasmid YS1-2_000081F, complete sequence	False	True
MON0011_000000000827	24878	0.5523147766432622	25	25	16	16	23	False	85487	maximal	True	MON0011_000000000827	1.0		3	2	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	23191.0	99.771	100.0	0.09775478888439229	CP024708.1	enterobacteria	Klebsiella pneumoniae strain cr-hvkp3 plasmid pPUTH1, complete sequence	False	True
FIJ0122_000000006669	2461	0.5523144431154992	4	4	4	3	4	False	47443	maximal	True	FIJ0122_000000006669	1.0		67	9	False	False	0.9971556067466736	0					non-mobilizable	chromosome	2461.0	99.837	100.0	0.00047373067140345985	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
ENG0058_000000015053	2213	0.5523140390945366	4	3	3	2	2	False	108057	maximal	True	ENG0058_000000015053	1.0		0	0	False	False	0.9932218790054321	0					non-mobilizable	no_good_hit	1165.0	99.14200000000001	53.0	0.00041039039312435534	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AUS0008_000000019269	1287	0.5523042625722281	2	1	1	1	1	False	101668	fragment	False	AUS0008_000000019269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	90.90899999999999	19.0	0.0007115567444359805	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
DEN0028_000000023136	1364	0.5523040550043834	3	2	2	2	2	False	73919	fragment	False	ENG0056_000000007220	0.9517749497655728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1187.0	75.14699999999999	87.0	0.00035638490174456157	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
DEN0064_000000007712	4528	0.5523012690584929	6	6	5	6	2	False	71336	maximal	True	DEN0064_000000007712	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	82.87799999999999	9.0	0.26764314247669774	HG796543.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01603	True	False
ISR0298_000000003416	4074	0.5523011614345062	4	3	2	2	3	False	104607	maximal	True	ISR0298_000000003416	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	2077.0	87.819	79.0	0.007422753469133928	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MAD0017_000000000033	25455	0.5523005049792128	44	17	11	12	12	False	19391	maximal	True	MAD0017_000000000033	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	95.516	2.0	0.0001250592274880744	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0093_000000010200	1192	0.5522976767425496	2	2	2	2	1	False	61041	maximal	True	ENG0093_000000010200	1.0		3	1	False	False	0.9932885766029358	0					non-mobilizable	no_good_hit	280.0	72.857	23.0	0.0001318517353606217	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
ENG0142_000000026394	1311	0.5522954840355063	2	2	2	2	2	False	57655	maximal	True	ENG0142_000000026394	1.0		163	12	False	False	1.0	0					non-mobilizable	other	1311.0	99.771	100.0	0.000533741638896483	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0097_000000004125	5578	0.5522953753619986	7	4	2	3	2	True	33315	maximal	True	ISR0097_000000004125	1.0		3	1	False	False	0.999641478061676	0					non-mobilizable	no_good_hit	3012.0	75.863	77.0	0.0009526075349815098	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
AST0007_000000006155	3043	0.5522952087509524	6	6	5	5	3	False	127151	maximal	True	AST0007_000000006155	1.0		1	1	False	False	0.9996713995933533	0					non-mobilizable	no_good_hit	1231.0	96.344	40.0	0.0003325745406347956	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0164_000000001203	14536	0.5522894836995084	23	12	9	8	8	False	132517	maximal	True	ISR0164_000000001203	1.0	PS11	21	4	False	True	1.0	0					non-mobilizable	no_good_hit	6483.0	94.046	52.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	True
ISR0114_000000013394	2087	0.5522886732671848	2	1	1	1	1	False	131305	maximal	True	ISR0114_000000013394	1.0		50	8	False	False	1.0	0					non-mobilizable	no_good_hit	1730.0	83.52600000000001	82.0	0.020394177143397297	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
ISR0022_000000015141	1711	0.5522886732671848	1	1	1	1	1	False	131304	fragment	False	ISR0022_000000015141	0.9646462315017432		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	83.74	99.0	0.020299650250496265	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
ISR0183_000000020941	1482	0.5522886732671848	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9802788921333386		0	0	False	False	0.9932523369789124	0					non-mobilizable	other	1356.0	99.26299999999999	95.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0232_000000020076	1458	0.5522886732671848	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9694041071067161		0	0	False	False	0.9993141293525696	0					non-mobilizable	other	1356.0	97.566	97.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0330_000000022849	1405	0.5522886732671848	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.8736850187861267		0	0	False	False	0.9978647828102112	0					non-mobilizable	other	1330.0	98.87200000000001	95.0	0.0003772670085252692	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0308_000000013244	1402	0.5522886732671848	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9667161783327592		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	79.439	100.0	0.00036266202459275186	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0215_000000021798	1379	0.5522886732671848	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9316044994905914		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	97.962	99.0	0.0003758476443095985	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0309_000000016051	1294	0.5522886732671848	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.7092165753042871		0	0	False	False	0.9992272257804871	0					non-mobilizable	other	1238.0	98.384	99.0	0.00035115070695692854	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0069_000000017228	1276	0.5522886732671848	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.5516272505006228		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	82.984	100.0	0.01517156631061537	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
MAD0040_000000024292	1406	0.5522863176214278	3	2	1	2	0	True	18338	maximal	True	MAD0040_000000024292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	99.802	36.0	0.02817923106969477	NZ_CABLCC010000055.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	True
ISR0223_000000007184	3763	0.5522854965609558	6	3	1	1	3	False	53663	maximal	True	ISR0223_000000007184	0.9985529549651427		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	96.0	3.0	0.0049394712336531844	NZ_CYZK01000032.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0064_000000004924	3731	0.5522854965609558	5	3	1	1	3	False	53663	maximal	False	ISR0223_000000007184	0.9955406965367225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	95.76299999999999	3.0	0.004656058949755051	NZ_CYZK01000032.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0378_000000006297	3659	0.5522854965609558	5	3	1	1	3	False	53663	maximal	False	ISR0223_000000007184	0.9825749071226538		0	0	False	False	0.9972670078277588	0					non-mobilizable	no_good_hit	87.0	93.103	2.0	0.08775510204081632	NZ_CYXX01000074.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0211_000000009023	2950	0.5522854965609558	3	3	1	1	3	False	53662	fragment	False	ENG0211_000000009023	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.010401386851580211	NZ_LR130836.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0024_000000020335	1229	0.5522839051386476	2	2	2	2	2	False	66205	fragment	False	ENG0024_000000020335	0.9941704035874439		0	0	False	False	0.9886085987091064	0					non-mobilizable	no_good_hit	314.0	76.115	25.0	9.996411711496395e-05	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	False
MAD0003_000000013110	2123	0.5522834234565507	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.47729148615505407		0	0	False	False	0.999057948589325	0					non-mobilizable	chromosome	2127.0	93.23	100.0	0.0007149259644347895	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0110_000000012981	2110	0.5522834234565507	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4213452960548745		0	0	False	False	0.9957345724105835	0					non-mobilizable	other	2110.0	97.725	100.0	0.0006561063309127811	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0253_000000001346	7451	0.5522822061798058	7	7	7	6	6	True	112072	fragment	False	ISR0253_000000001346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5704.0	99.772	99.0	0.0018272829323301998	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0098_000000013410	1762	0.55227787572834	3	2	2	2	1	False	51413	fragment	False	FIJ0098_000000013410	0.9652736904061212		0	0	False	False	0.9755958914756775	0					non-mobilizable	other	1710.0	93.684	97.0	0.02681685361485531	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MAD0093_000000013767	2269	0.5522715136621851	6	2	1	1	2	False	18807	maximal	True	MAD0093_000000013767	1.0		2	1	True	True	0.9991185665130615	20					non-mobilizable	no_good_hit	466.0	77.89699999999999	20.0	0.0012671912418747862	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
MAD0034_000000009691	1633	0.5522715136621851	4	2	1	1	2	False	18806	fragment	False	MAD0034_000000009691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	77.89699999999999	28.0	0.0012671912418747862	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0059_000000006338	3042	0.552270770083464	3	3	1	3	0	False	16907	maximal	True	MAD0059_000000006338	1.0		1	1	False	False	0.9921104311943054	0					non-mobilizable	no_good_hit	810.0	89.75299999999999	60.0	0.0003291882871127079	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
CAN0007_000000003829	10917	0.5522665959429921	12	9	7	8	4	True	125265	fragment	False	CAN0007_000000003829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.01899999999999	6.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
ISR0774_000000017497	1421	0.5522652823665558	3	1	1	1	1	False	22463	fragment	False	ISR0774_000000017497	1.0		0	0	False	False	0.9831104874610901	0					non-mobilizable	no_good_hit								True	False
CHI0143_000000012154	1594	0.5522591517134398	2	1	1	1	1	False	79918	maximal	True	CHI0143_000000012154	1.0		1	1	False	False	0.9974905848503113	0					non-mobilizable	no_good_hit	985.0	88.02	63.0	0.0002080324192309904	CP022186.1	g-proteobacteria	Aeromonas salmonicida strain S68, complete genome	True	False
FIJ0096_000000012089	2895	0.5522549180518521	3	3	2	3	2	True	43022	maximal	True	FIJ0096_000000012089	1.0		1	1	False	False	0.9979274868965149	0					non-mobilizable	no_good_hit	190.0	84.211	7.0	4.2761612832284884e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
TAN0014_000000006462	1116	0.5522508566706529	1	1	1	1	1	False	2536	maximal	True	TAN0014_000000006462	1.0		8	3	False	False	0.9731183052062988	0					non-mobilizable	no_good_hit	581.0	74.01	51.0	0.001363965423836075	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	True	False
ISR0379_000000011624	2111	0.5522479739735724	1	1	1	1	1	False	23218	maximal	True	ISR0379_000000011624	1.0		84	7	False	False	1.0	0					non-mobilizable	chromosome	2051.0	75.232	96.0	0.0005151751240827401	LT827128.1	actinobacteria	Gordonibacter sp. Marseille-P2775 genome assembly, chromosome: contig00001	False	False
ISR0006_000000010343	1864	0.5522479565660718	2	2	2	2	2	False	38488	fragment	False	ISR0006_000000010343	1.0		0	0	False	False	0.9903433322906494	0					non-mobilizable	no_good_hit	118.0	77.119	6.0	0.00020013096289326173	NZ_SACS01000001.1	g-proteobacteria	Rheinheimera riviphila strain KYPC3 NODE_1_length_569627_cov_91, whole genome shotgun sequence	True	False
SPA0003_000000000291	26596	0.5522463634904414	8	4	3	2	1	False	8390	maximal	True	SPA0003_000000000291	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1624.0	91.01	10.0	0.0013127450741615724	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0015_000000008281	2991	0.5522440099471229	5	5	4	5	3	False	84820	maximal	True	ISR0015_000000008281	1.0		105	11	False	False	0.9953193068504333	0					non-mobilizable	chromosome	2793.0	99.60600000000001	100.0	0.0005638830863550998	CP057402.1	enterobacteria	Escherichia coli strain RHB27-C21 chromosome, complete genome	False	False
USA0024_01_000000011493	1990	0.5522435062320374	3	3	2	2	3	False	28708	fragment	False	USA0024_01_000000011493	1.0		0	0	False	False	0.9914572834968567	0					non-mobilizable	no_good_hit	145.0	75.862	7.0	0.00010289661315797791	LT700188.1	firmicutes	Negativicoccus massiliensis strain Marseille-P2082 genome assembly, chromosome: contig00001	True	False
MON0007_000000060206	1101	0.5522353159266634	2	1	1	1	1	False	13885	fragment	False	MON0007_000000060206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	3.6683771348481025e-06	NZ_CP043450.1	CFB group bacteria	Mucilaginibacter rubeus strain P1 chromosome, complete genome	True	False
MAD0041_000000011818	2739	0.5522332766766902	4	3	3	3	2	False	128213	maximal	True	MAD0041_000000011818	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1708.0	87.178	62.0	0.027526530612244898	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0112_000000005752	4829	0.5522296859916259	6	4	3	3	3	False	121495	backbone	False	ISR0040_000000004257	0.03911173305033012	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	322.0	81.67699999999999	7.0	0.0010298290810655298	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
CHI0051_000000009505	1921	0.5522291118190746	3	3	3	2	2	False	86641	fragment	False	CHI0051_000000009505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	77.962	59.0	0.0790003471017008	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0131_000000001701	10863	0.5522284930984667	9	6	4	5	5	True	63632	maximal	True	ISR0131_000000001701	1.0		1	1	False	False	0.9998158812522888	0					non-mobilizable	no_good_hit	2879.0	90.934	38.0	0.001010181857415916	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0233_000000000550	11586	0.5522243644165957	14	9	6	6	5	True	126144	fragment	False	ISR0233_000000000550	1.0		0	0	False	False	0.9999136924743652	0					non-mobilizable	no_good_hit	603.0	85.24	5.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0129_000000019332	1362	0.5522240633451244	3	2	2	1	1	True	81174	maximal	True	CHI0129_000000019332	1.0		58	11	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	70.722	38.0	0.0002307315497003419	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
SPA0092_000000006671	5620	0.5522233834618019	7	5	5	5	5	False	130064	maximal	False	ENG0166_000000003878	0.4664381860357887		0	0	False	False	0.9987544417381287	0					non-mobilizable	chromosome	4631.0	98.74799999999999	99.0	0.0016327397669702425	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0189_000000003915	3451	0.5522212435240241	3	3	3	3	2	False	54858	maximal	True	ENG0189_000000003915	1.0		249	11	False	False	0.9965227246284485	0					non-mobilizable	chromosome	3392.0	99.55799999999999	100.0	0.00047862841553810483	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0176_000000005851	1314	0.5522179828177504	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.15484598322979318	PS748	0	0	False	True	0.9977169036865234	0					non-mobilizable	other	777.0	97.68299999999999	97.0	0.00023221845532233628	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0211_000000010367	2173	0.5522173832576489	3	3	3	3	2	False	85687	maximal	False	ENG0194_000000011901	0.934339993117881		0	0	False	False	1.0	0					non-mobilizable	plasmid	2173.0	99.954	100.0	0.0034655297856860216	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
CHI0043_000000009323	1108	0.5522162201045483	2	2	2	1	1	False	87292	maximal	True	CHI0043_000000009323	1.0		103	11	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	74.825	51.0	0.0001009198874824496	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0027_000000001440	15642	0.5522149093062331	18	13	10	12	8	True	125374	maximal	True	SPA0027_000000001440	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	3988.0	98.22	36.0	0.0011379424903787206	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
ISR0307_000000006711	1627	0.5522133689192384	2	2	2	2	2	False	25432	maximal	True	ISR0307_000000006711	1.0		104	9	False	False	0.9864782094955444	0					non-mobilizable	no_good_hit								True	False
ENG0067_000000017518	1521	0.552212839682778	2	2	2	1	2	False	121112	fragment	False	ENG0200_000000010145	0.4386137733613721		0	0	False	False	1.0	0					non-mobilizable	chromosome	1521.0	99.211	100.0	0.00047910035040517074	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0083_000000019806	1809	0.5522082475714136	2	2	2	2	1	False	44084	maximal	True	FIJ0083_000000019806	1.0		6	6	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	82.12700000000001	76.0	0.00033095866103008187	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0073_000000025886	2025	0.5522063661203537	2	2	2	2	2	False	70155	maximal	True	DEN0073_000000025886	1.0		195	13	False	False	0.9753086566925049	0					non-mobilizable	no_good_hit	408.0	73.28399999999999	20.0	0.0006591235483094394	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0100_000000018318	1683	0.5522062375044027	2	1	1	1	1	False	60559	fragment	False	ENG0100_000000018318	1.0		0	0	False	False	0.9833630323410034	0					non-mobilizable	no_good_hit	50.0	100.0	3.0	0.00022885218950829473	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0128_000000020351	1304	0.5522057654282158	2	2	2	2	1	False	40986	maximal	True	FIJ0128_000000020351	1.0		57	12	False	False	0.9992331266403198	0					non-mobilizable	no_good_hit	475.0	83.789	36.0	0.00012891098738266235	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0071_000000013291	2950	0.5522009856548308	5	4	4	3	3	False	93296	maximal	False	SPA0022_000000004384	0.9651001918029849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	75.17399999999999	14.0	0.0007717231867241719	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
DEN0083_000000000937	21072	0.5522008726562542	23	22	9	9	19	True	69148	maximal	True	DEN0083_000000000937	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	7786.0	83.804	84.0	0.0014406519256683092	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
ISR0120_000000017693	1932	0.5521926042648915	4	3	1	3	1	True	32267	fragment	False	ISR0120_000000017693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0018_000000005446	2947	0.5521887947239407	4	3	3	3	3	False	96635	fragment	False	ISR0207_000000007572	0.11538719710021704		0	0	False	False	1.0	0					non-mobilizable	chromosome	2947.0	99.118	100.0	0.0008539910165710782	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0131_000000013719	1931	0.5521873147237302	4	2	2	2	2	False	41315	fragment	False	SPA0131_000000013719	1.0		0	0	False	False	0.9854997396469116	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	3.0	0.003286042144794492	NZ_JRAS01000154.1	spirochetes	Alkalispirochaeta odontotermitis strain JC202 57867, whole genome shotgun sequence	True	False
MAD0020_000000000037	5775	0.5521871559163586	7	2	1	2	1	False	19353	maximal	True	MAD0020_000000000037	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	0.041304347826086954	XM_025806632.2	eudicots	PREDICTED: Arachis hypogaea ethylene-responsive transcription factor RAP2-12 (LOC112758059), mRNA	True	False
ISR0296_000000018379	1410	0.5521863995672538	2	1	1	1	1	False	25669	fragment	False	ISR0296_000000018379	1.0		0	0	False	False	0.978723406791687	0					non-mobilizable	no_good_hit								True	False
ISR0774_000000005484	4332	0.5521843915950037	5	5	5	5	5	False	95740	fragment	False	MAD0054_000000002871	0.9323619937538874		0	0	False	False	0.9997691512107849	0					non-mobilizable	chromosome	4332.0	99.885	100.0	0.001205693009012771	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0053_000000009864	2599	0.5521836604166891	3	2	2	2	1	False	73035	fragment	False	ENG0053_000000009864	1.0		0	0	False	False	0.9730665683746338	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001704308744997538	NZ_AQQR01000009.1	a-proteobacteria	Marinibacterium profundimaris strain 22II1-22F33 contig9, whole genome shotgun sequence	True	False
MAD0101_000000008973	3101	0.5521814741573287	5	3	1	2	3	True	68711	fragment	False	MAD0101_000000008973	0.9802358817582459		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.217	18.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ISR0233_000000004209	2949	0.5521814741573287	5	3	1	2	3	True	68711	fragment	False	MAD0101_000000008973	0.9519478340060953		0	0	False	False	0.9996609091758728	0					non-mobilizable	no_good_hit	577.0	75.39	19.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
MAD0004_000000003811	2588	0.5521814741573287	4	3	1	2	3	True	68709	fragment	False	MAD0004_000000003811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.043	22.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ENG0055_000000000752	23578	0.552178837222214	25	22	9	12	19	True	121605	maximal	True	ENG0055_000000000752	1.0	PS854	1	1	False	True	0.9999575614929199	0					non-mobilizable	other	15983.0	99.09899999999999	99.0	0.00673778112923626	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	True
ISR0056_000000017682	1275	0.5521754177457963	2	2	2	2	2	False	35621	maximal	True	ISR0056_000000017682	1.0		6	2	False	False	0.9850980639457703	0					non-mobilizable	other	1280.0	89.45299999999999	100.0	0.0005990566966382514	CP019581.1	firmicutes	Lactobacillus helveticus strain LH5, complete genome	False	False
DEN0051_000000000294	39467	0.5521745207792719	45	22	15	17	19	True	72615	maximal	True	DEN0051_000000000294	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	15044.0	97.301	72.0	0.08084093528201704	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
USA0032_01_000000009004	2663	0.5521732106801295	6	3	2	2	2	True	89006	fragment	False	USA0032_01_000000009004	0.9664194478780388		0	0	False	False	1.0	0					non-mobilizable	chromosome	2676.0	94.395	100.0	0.0004875294568074292	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	True
ENG0070_000000023370	1135	0.5521729533862503	2	1	1	1	1	False	62311	maximal	True	ENG0070_000000023370	1.0		11	5	False	False	0.9955947399139404	0					non-mobilizable	no_good_hit								True	False
ISR0211_000000011277	1995	0.5521716075923457	2	2	2	2	2	False	31930	maximal	True	ISR0211_000000011277	1.0		14	4	False	False	0.9884711503982544	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	8.650834997818068e-06	CP021911.1	firmicutes	Bacillus sp. MD-5, complete genome	True	False
ENG0030_000000001924	11849	0.5521701047817356	7	7	3	4	6	True	90438	maximal	True	ENG0030_000000001924	1.0		241	12	False	False	0.9983121156692505	0					non-mobilizable	other	8157.0	98.333	99.0	0.0019681191249049726	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
ISR0246_000000004911	3752	0.552168174357443	4	3	3	3	2	False	27137	maximal	True	ISR0246_000000004911	1.0		77	7	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	72.184	30.0	0.00032872566625648426	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0002_000000019355	1261	0.5521654819390713	2	2	2	1	1	False	67959	fragment	False	ENG0002_000000019355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0351_000000009230	1612	0.5521644759002754	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.09891552080472266		0	0	False	False	0.9931761622428894	0					non-mobilizable	other	1612.0	96.836	100.0	0.003368622670349638	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0170_000000019134	2426	0.5521596379602127	4	3	3	3	2	False	30058	maximal	True	ISR0170_000000019134	1.0		17	3	False	False	0.9971145987510681	0					non-mobilizable	other	2408.0	96.346	99.0	0.003426487245061513	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	False
FIJ0022_000000004300	5372	0.5521593331171141	10	9	4	5	7	True	94833	fragment	False	ENG0196_000000001401	0.9177100804437321		0	0	False	False	1.0	0					non-mobilizable	other	5372.0	98.045	100.0	0.0008985725747952903	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
SPA0136_000000005517	6521	0.5521588306216376	2	2	2	1	1	False	25054	fragment	False	SPA0136_000000005517	1.0		0	0	False	False	0.9980064630508423	0					non-mobilizable	chromosome	6502.0	100.0	99.0	0.0012259921654178556	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
FIJ0159_000000010352	2334	0.5521547150510244	3	3	3	2	2	False	39405	fragment	False	FIJ0159_000000010352	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	85.95	96.0	0.00044267344084837146	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0070_000000003320	6531	0.5521507666366866	6	6	6	6	6	False	114948	fragment	False	ISR0243_000000000897	0.6875783834860282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	75.77600000000001	13.0	0.00021825374390631604	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0162_000000014482	2726	0.5521475715680546	2	2	2	2	1	False	129431	maximal	True	ISR0162_000000014482	1.0		224	9	False	False	0.9985326528549194	0					non-mobilizable	other	2726.0	99.78	100.0	0.018199425632805716	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
CHI0032_000000000339	11490	0.5521471885426124	20	6	4	5	4	False	88470	maximal	True	CHI0032_000000000339	1.0		1	1	False	False	0.9999129772186279	0					non-mobilizable	no_good_hit	633.0	73.46	5.0	0.00015606996752138812	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0301_000000010467	1793	0.5521444144710147	2	2	2	2	1	False	25560	maximal	True	ISR0301_000000010467	1.0		274	10	False	False	1.0	0					non-mobilizable	other	1793.0	98.494	100.0	0.006878260168655554	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
AST0106_000000003393	5629	0.5521374437295233	13	9	5	7	3	False	110451	maximal	True	AST0106_000000003393	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1573.0	99.428	41.0	0.0005380560641387519	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
AST0055_000000011008	3083	0.5521295579690437	4	3	2	3	2	False	113852	fragment	False	AST0055_000000011008	0.9936952714535903		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0090_000000033717	1101	0.5521248338061141	2	1	1	1	1	False	8154	fragment	False	SPA0008_000000026544	0.9689141856392295		0	0	False	False	0.9990917444229126	0					non-mobilizable	no_good_hit	241.0	78.008	22.0	0.0037855796569018943	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
AST0006_000000005205	2703	0.552121464517093	4	2	1	2	2	False	127564	maximal	True	AST0006_000000005205	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000029048	1318	0.5521200142120989	2	2	1	2	1	False	53013	fragment	False	USA0121_01_000000028391	0.7461473507696953		0	0	False	False	0.999241292476654	0					non-mobilizable	no_good_hit	178.0	92.135	14.0	0.0020739352041713047	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
FIJ0048_000000026869	1282	0.5521200142120989	2	2	1	2	1	False	46716	maximal	True	FIJ0048_000000026869	1.0		41	6	False	False	0.9984399080276489	0					non-mobilizable	no_good_hit	412.0	78.398	31.0	0.0001091036455289246	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0003_000000018296	1277	0.5521200142120989	2	2	1	2	1	False	52132	fragment	False	FIJ0003_000000018296	1.0		0	0	False	False	0.9953014850616455	0					non-mobilizable	other	1280.0	91.641	100.0	0.01495108090690726	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
ISR0158_000000001397	9840	0.5521146836947737	12	11	5	9	8	True	91959	maximal	True	ISR0158_000000001397	1.0		702	12	False	False	1.0	0					non-mobilizable	other	9847.0	95.755	100.0	0.14199901810725735	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0135_000000010590	2103	0.5521144711750542	4	2	2	2	2	False	80221	fragment	False	SPA0135_000000010590	0.9954458293384467		0	0	False	False	0.9995244741439819	0					non-mobilizable	no_good_hit								True	False
AST0102_000000017764	1768	0.5521143293461664	1	1	1	1	1	False	131308	fragment	False	AST0102_000000017764	1.0		0	0	False	False	0.9966063499450684	0					non-mobilizable	no_good_hit	1356.0	98.96799999999999	84.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MAD0098_000000026793	1682	0.5521143293461664	1	1	1	1	1	False	131304	fragment	False	ISR0022_000000015141	0.9473030537361781		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	78.49600000000001	96.0	0.0003396259948570127	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0051_000000029269	1237	0.5521143293461664	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.49798077271056645		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	79.679	100.0	0.0003515688332522677	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0229_000000013426	1216	0.5521143293461664	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.46395751624931664		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	99.226	99.0	0.0003298602437218682	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
USA0040_01_000000011193	1221	0.5521082292098872	2	2	2	2	1	True	106318	fragment	False	ENG0089_000000015145	0.79870835438481		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	97.789	100.0	0.0006434734910019199	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	True
ENG0019_000000014463	1202	0.5521082292098872	2	2	2	2	1	True	106318	fragment	False	ENG0089_000000015145	0.6479004004409602		0	0	False	False	0.9975041747093201	0					non-mobilizable	other	1202.0	97.92	100.0	0.0006334521825354965	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	True
MAD0001_000000005916	4300	0.5521051242747886	5	5	3	5	2	False	20299	fragment	False	MAD0001_000000005916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	1.0	0.0007549204637368563	NC_008342.1	b-proteobacteria	Nitrosomonas eutropha C91 plasmid p2, complete sequence	True	False
USA0063_01_000000009589	2125	0.5521039312581938	2	2	2	2	2	False	110225	fragment	False	ISR0305_000000007601	0.952895419187554		0	0	False	False	0.9995294213294983	0					non-mobilizable	no_good_hit	1174.0	94.37799999999999	89.0	0.005614505991059273	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
SPA0093_000000010151	3981	0.5521033193674485	9	2	1	1	2	False	99490	maximal	True	SPA0093_000000010151	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	2626.0	93.26	68.0	0.00047769367071497207	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0077_000000001249	15758	0.5521022709729139	22	7	6	6	5	False	132518	maximal	True	ISR0077_000000001249	0.999758199819777		88	4	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.046	47.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0052_000000001493	15758	0.5521022709729139	22	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.9997581998197766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.046	47.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
AST0097_000000001238	15757	0.5521022709729139	22	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.9997476238526897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.046	47.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0370_000000001305	15756	0.5521022709729139	22	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.9996936207499786		0	0	False	False	0.9998730421066284	0					non-mobilizable	no_good_hit	6483.0	94.015	47.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0208_000000001117	15752	0.5521022709729139	22	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.9996689994182799		0	0	False	False	0.9982859492301941	0					non-mobilizable	no_good_hit	6483.0	94.046	47.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0049_000000001276	15718	0.5521022709729139	22	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.9983900252629564		0	0	False	False	0.9994274377822876	0					non-mobilizable	no_good_hit	6483.0	94.031	47.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
SPA0038_000000001692	15709	0.5521022709729139	22	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.998056418067192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.046	47.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0842_000000000956	15708	0.5521022709729139	22	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.9979065203808407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.046	47.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0244_000000000928	15707	0.5521022709729139	22	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.9975752284000775		0	0	False	False	0.9996816515922546	0					non-mobilizable	no_good_hit	6483.0	94.046	47.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ENG0143_000000001240	15514	0.5521022709729139	21	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.9876338067004921		0	0	False	False	0.9993554353713989	0					non-mobilizable	no_good_hit	6483.0	94.046	48.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
SPA0070_000000000948	14434	0.5521022709729139	20	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.9319977667216408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.031	51.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0344_000000001489	14430	0.5521022709729139	20	7	6	6	5	False	132518	maximal	False	ISR0077_000000001249	0.9317466374088569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.046	51.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0397_000000002120	10652	0.5521022709729139	17	7	6	6	5	False	132516	fragment	False	ISR0397_000000002120	0.9943195305137736		0	0	False	False	0.9999061226844788	0					non-mobilizable	no_good_hit	6483.0	94.046	70.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
SPA0069_000000002009	10207	0.5521022709729139	17	7	6	6	5	False	132516	fragment	False	ISR0397_000000002120	0.9872093544920163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.046	73.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ENG0122_000000002615	9627	0.5521022709729139	16	7	6	6	5	False	132516	fragment	False	ISR0397_000000002120	0.9845889165111361		0	0	False	False	0.9998961091041565	0					non-mobilizable	no_good_hit	6483.0	94.031	78.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0353_000000002871	9624	0.5521022709729139	16	7	6	6	5	False	132516	fragment	False	ISR0397_000000002120	0.9848250473694142		0	0	False	False	0.9998961091041565	0					non-mobilizable	no_good_hit	6483.0	94.031	78.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
AST0002_000000003080	9624	0.5521022709729139	16	7	6	6	5	False	132516	fragment	False	ISR0397_000000002120	0.9848971893654149		0	0	False	False	0.9997921586036682	0					non-mobilizable	no_good_hit	6483.0	94.046	78.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
SPA0122_000000003335	9624	0.5521022709729139	16	7	6	6	5	False	132516	fragment	False	ISR0397_000000002120	0.9848971893654149		0	0	False	False	0.9998961091041565	0					non-mobilizable	no_good_hit	6483.0	94.046	78.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0183_000000003791	9606	0.5521022709729139	16	7	6	6	5	False	132516	fragment	False	ISR0397_000000002120	0.9148196248961924		0	0	False	False	0.9998958706855774	0					non-mobilizable	no_good_hit	6483.0	94.031	78.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
AST0047_000000001953	9590	0.5521022709729139	17	7	6	6	5	False	132516	fragment	False	ISR0397_000000002120	0.9821987900909108		0	0	False	False	0.9996871948242188	0					non-mobilizable	no_good_hit	6483.0	94.015	77.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ENG0178_000000001660	9575	0.5521022709729139	17	7	6	6	5	False	132516	fragment	False	ISR0397_000000002120	0.9820226616085622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.046	78.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
SPA0119_000000003644	9565	0.5521022709729139	17	7	6	6	5	False	132516	fragment	False	ISR0397_000000002120	0.9125653896697613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6483.0	94.046	78.0	0.1286802182646759	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
MAD0108_000000012238	1457	0.5521009084682927	2	2	2	2	2	False	14609	maximal	True	MAD0108_000000012238	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	94.382	29.0	0.00011442300347169063	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0101_000000007609	6738	0.5520982374728406	9	5	3	4	3	False	9077	maximal	True	MON0101_000000007609	1.0		1	1	False	False	0.9976254105567932	0					non-mobilizable	no_good_hit	216.0	90.741	3.0	0.0010612829182812154	LR745209.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0227_000000005512	4821	0.5520972748134089	6	6	3	3	5	True	124595	maximal	True	ISR0227_000000005512	1.0		126	10	False	False	1.0	0					non-mobilizable	other	4771.0	93.565	98.0	0.24888981766887833	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0073_000000018067	1523	0.5520909682029619	3	3	3	2	1	False	74941	maximal	True	ISR0073_000000018067	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	99.59299999999999	16.0	4.0996327900343784e-05	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
USA0003_01_000000014169	2796	0.5520896028955209	4	3	2	3	1	False	2245	maximal	True	USA0003_01_000000014169	1.0		1	1	False	False	0.9971387982368469	0					non-mobilizable	no_good_hit	382.0	76.702	14.0	7.152828867520264e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
DEN0010_000000028465	1623	0.5520880245378181	2	2	2	2	2	False	75913	fragment	False	ISR0371_000000011379	0.9662374996234685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	91.964	32.0	0.00010086208479821712	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CAN0013_000000016112	1431	0.5520848573554089	3	3	3	2	2	False	93833	fragment	False	CAN0013_000000016112	0.9944037441787441		0	0	False	False	0.9888190031051636	0					non-mobilizable	other	1431.0	100.0	100.0	0.00029340254624167755	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
CHI0112_000000013496	1384	0.5520848573554089	3	3	3	2	2	False	93833	fragment	False	CAN0013_000000016112	0.9808005808640994		0	0	False	False	1.0	0					non-mobilizable	chromosome	1384.0	99.061	100.0	0.00028794563386557126	CP057882.1	enterobacteria	Escherichia coli strain RHB11-C17 chromosome, complete genome	False	False
MON0075_000000007355	3068	0.5520845600055895	6	4	1	4	1	False	110047	maximal	True	MON0075_000000007355	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	97.656	49.0	0.017703922665175363	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0111_000000006336	2699	0.5520836344509766	3	3	3	3	3	False	14517	maximal	True	MAD0111_000000006336	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000016623	2465	0.5520830064247975	3	1	1	1	1	False	66789	maximal	True	SPA0040_000000016623	1.0		11	5	False	False	0.995537519454956	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.84666941993391e-07	CP032253.1	eudicots	Gossypioides kirkii chromosome KI_11	True	False
FIJ0055_000000004500	3133	0.5520824154002935	1	1	1	1	1	False	46268	fragment	False	FIJ0055_000000004500	0.9760577238438832		0	0	False	False	1.0	0					non-mobilizable	chromosome	3056.0	100.0	100.0	0.0006411195395187763	CP019271.1	enterobacteria	Escherichia coli strain 13P460A chromosome, complete genome	False	False
FIJ0098_000000013807	1710	0.5520754743306759	3	3	3	2	1	False	102724	fragment	False	FIJ0102_000000018501	0.9469023716339601		0	0	False	False	0.9988304376602173	0					non-mobilizable	other	1710.0	94.50299999999999	100.0	0.0004190090350508781	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0067_000000009629	1869	0.5520705421911176	3	3	3	3	2	True	10599	maximal	True	MON0067_000000009629	1.0		2	2	False	False	0.9989299178123474	0					non-mobilizable	other	1073.0	89.189	90.0	0.0003313196976871085	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0031_000000009978	2877	0.5520687486713847	4	3	2	2	2	False	117485	maximal	True	AST0031_000000009978	0.978736073240478		112	10	False	False	0.9954814314842224	0					non-mobilizable	other	2858.0	100.0	99.0	0.0011902619326154267	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	False	False
ENG0024_000000009766	2807	0.5520687486713847	4	3	2	2	2	False	117485	maximal	False	AST0031_000000009978	0.9677675033149286		0	0	False	False	0.9932312369346619	0					non-mobilizable	other	2789.0	99.964	99.0	0.001168979118125172	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	False
DEN0062_000000006597	2807	0.5520631212315514	4	2	1	2	1	False	71720	fragment	False	DEN0062_000000006597	1.0		0	0	False	False	0.9953687191009521	0					non-mobilizable	no_good_hit								True	False
USA0040_01_000000008082	1879	0.5520629952610506	4	4	4	2	2	False	1300	fragment	False	USA0040_01_000000008082	1.0		0	0	False	False	0.9904204607009888	0					non-mobilizable	other	1881.0	98.93700000000001	100.0	0.0005031815049866921	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0105_000000017393	1853	0.5520629952610506	4	4	4	2	2	False	42423	fragment	False	FIJ0105_000000017393	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	99.946	100.0	0.0004959511161444139	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
AST0149_000000012993	2079	0.5520628812134478	3	1	1	1	1	False	104503	maximal	True	AST0149_000000012993	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000011042	2668	0.5520602206149842	3	3	2	2	3	False	47807	maximal	True	FIJ0037_000000011042	1.0		20	3	False	False	0.9932533502578735	0					non-mobilizable	no_good_hit	947.0	81.309	35.0	0.012036788313698402	NZ_FQXK01000025.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ENG0073_000000019069	1226	0.5520597954503118	1	1	1	1	1	False	62202	fragment	False	ENG0073_000000019069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	77.96600000000001	14.0	2.791621134734286e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
TAN0013_000000009513	1296	0.5520576778099492	3	3	3	2	3	False	2561	maximal	True	TAN0013_000000009513	1.0		20	7	False	False	0.9861111044883728	0					non-mobilizable	no_good_hit	469.0	72.495	35.0	0.004761210201700283	NZ_QVMD01000008.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf8, whole genome shotgun sequence	True	False
SPA0130_000000023801	1414	0.5520467794030283	3	3	2	2	3	True	3791	maximal	True	SPA0130_000000023801	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	98.148	87.0	0.040127557799627955	KF278750.1	firmicutes	Lactococcus lactis subsp. lactis strain ILIBB-JZK plasmid pIBB-JZK, complete sequence	True	True
CHI0119_000000002646	3758	0.5520447936333664	5	4	4	4	3	False	95523	maximal	True	CHI0119_000000002646	1.0		51	10	False	False	0.9992017149925232	0					non-mobilizable	no_good_hit	2346.0	99.65899999999999	84.0	0.0006685688805562494	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0833_000000004179	1711	0.5520446162279699	3	2	2	2	2	False	24503	fragment	False	USA0034_01_000000031275	0.6384892086330934		0	0	False	False	0.9994155168533325	0					non-mobilizable	other	1611.0	97.82700000000001	94.0	0.02567496451751798	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
CHI0111_000000005440	5659	0.552042495545088	4	4	4	4	3	False	122125	maximal	True	CHI0111_000000005440	1.0		41	6	False	False	1.0	0					non-mobilizable	no_good_hit	3450.0	80.84100000000001	83.0	0.013513887188076492	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0140_000000007334	3735	0.5520421439074631	2	2	2	2	2	False	87794	fragment	False	SPA0085_000000003721	0.9858090185676393		0	0	False	False	1.0	0					non-mobilizable	other	3735.0	99.06299999999999	100.0	0.1255421443701039	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0045_000000008878	2577	0.5520378853012571	5	4	4	3	1	False	78139	maximal	True	FIJ0045_000000008878	1.0		0	0	False	False	0.9996119737625122	0					non-mobilizable	no_good_hit	1666.0	98.98	65.0	0.0003701026495165743	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0188_000000018312	1375	0.5520355323869188	2	2	2	1	1	False	54890	maximal	True	ENG0188_000000018312	1.0		1	1	False	False	0.9454545378684998	0					non-mobilizable	no_good_hit	1051.0	93.72	89.0	0.0002557205521112147	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0017_000000017264	1683	0.5520341137401105	3	3	3	2	2	False	104382	fragment	False	SPA0113_000000017401	0.7609948032790878		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	99.228	100.0	0.01156705383975298	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0162_000000024128	1640	0.5520341137401105	3	3	3	2	2	False	104382	fragment	False	SPA0113_000000017401	0.7557976490537655		0	0	False	False	0.995121955871582	0					non-mobilizable	other	1640.0	99.20700000000001	100.0	0.011264467413504982	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0138_000000007480	3915	0.5520301783494933	5	5	5	3	2	False	128008	maximal	True	ISR0138_000000007480	1.0		15	2	False	False	1.0	0					non-mobilizable	no_good_hit	2868.0	98.18700000000001	73.0	0.0008138634412655733	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
CHI0024_000000004858	2558	0.5520260804189802	4	3	3	3	3	False	89036	maximal	True	CHI0024_000000004858	1.0		2	2	False	False	0.9956997632980347	0					non-mobilizable	chromosome	2565.0	97.895	100.0	0.0010350679235560135	CP024597.1	CFB group bacteria	Porphyromonas gingivalis strain KCOM 2796 chromosome, complete genome	False	False
ISR0112_000000007319	4000	0.5520243865569419	4	4	4	4	3	False	32655	maximal	True	ISR0112_000000007319	1.0		73	12	False	False	0.996999979019165	0					non-mobilizable	no_good_hit	2282.0	82.647	56.0	0.0007610393623291238	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0005_01_000000018196	1757	0.5520177448508095	1	1	1	1	1	False	2165	maximal	True	USA0005_01_000000018196	1.0		231	11	False	False	0.9903244376182556	0					non-mobilizable	other	1757.0	98.52	100.0	0.00866492973314385	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
ISR0019_000000008250	2100	0.5520155118597218	7	1	1	1	1	False	37737	maximal	True	ISR0019_000000008250	1.0		4	1	False	False	0.9985714554786682	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.006348630509704335	NZ_KB850962.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.6, whole genome shotgun sequence	True	False
AST0047_000000011766	1891	0.5520155118597218	4	1	1	1	1	False	115306	maximal	True	AST0047_000000011766	1.0		27	5	False	False	1.0	0					non-mobilizable	other	1901.0	96.52799999999999	99.0	0.000690009569343238	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0188_000000014065	1482	0.5520155118597218	4	1	1	1	1	False	29251	maximal	True	ISR0188_000000014065	1.0		2	2	False	False	0.997300922870636	0					non-mobilizable	no_good_hit	1229.0	99.024	83.0	0.0004459640795544717	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
FIJ0003_000000018223	1282	0.5520155118597218	3	1	1	1	1	False	52134	fragment	False	FIJ0003_000000018223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000020204	1524	0.5520149339348707	3	3	3	3	2	False	54888	fragment	False	ISR0090_000000020204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	80.986	9.0	7.599826195279187e-05	NZ_CP027228.1	firmicutes	Mogibacterium diversum strain CCUG 47132 chromosome, complete genome	True	False
MAD0034_000000000259	23481	0.5520142782298091	62	5	2	5	1	False	58461	maximal	True	MAD0034_000000000259	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	94.399	4.0	0.0010063177001408375	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0010_000000003124	5823	0.5520118019005994	10	2	1	2	2	False	69243	fragment	False	ENG0010_000000003124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0182_000000006958	3979	0.5520118019005994	6	2	1	2	2	False	69242	fragment	False	ENG0182_000000006958	0.962547288776797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0304_000000003913	2405	0.5520118019005994	3	2	1	2	2	False	56825	fragment	False	ENG0195_000000010341	0.9649377593360996		0	0	False	False	0.9937629699707031	0					non-mobilizable	no_good_hit								True	False
ISR0369_000000002698	3871	0.552009434877282	5	2	1	2	1	True	23554	maximal	True	ISR0369_000000002698	1.0		1	1	False	False	0.9958667159080505	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	6.377442467002343e-07	CP046691.1	eudicots	Solanum tuberosum cultivar MSH/14-112 chromosome 11	True	True
ISR0374_000000010550	1533	0.5520092370743209	3	3	2	2	1	False	105301	fragment	False	ISR0374_000000010550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0293_000000005603	6423	0.5520011429297023	7	4	2	2	2	True	25852	fragment	False	ISR0293_000000005603	1.0		0	0	False	False	0.9950178861618042	0					non-mobilizable	no_good_hit								True	True
SPA0129_000000005978	4757	0.5520011429297023	6	4	2	2	2	True	3847	fragment	False	SPA0129_000000005978	1.0		0	0	False	False	0.9995795488357544	0					non-mobilizable	no_good_hit								True	True
USA0047_01_000000031387	1152	0.5519986099972851	2	2	2	2	2	False	1139	fragment	False	USA0047_01_000000031387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0107_000000013834	2336	0.5519980079387834	3	2	2	1	1	True	93885	maximal	False	CHI0026_000000004272	0.9690265486725664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	73.78	65.0	0.0005605501855755217	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0329_000000011684	1458	0.5519945062004548	2	2	2	1	1	False	24693	maximal	True	ISR0329_000000011684	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	88.535	64.0	0.0029661554062618838	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0063_000000010550	1332	0.5519942863457968	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.2685286301846261		0	0	False	False	1.0	0					non-mobilizable	chromosome	1332.0	97.29700000000001	100.0	0.00037224132096969704	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0056_01_000000004128	5635	0.5519936804065374	7	6	3	4	5	False	59428	maximal	True	USA0056_01_000000004128	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	3852.0	91.771	85.0	0.001195861894750465	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0111_000000014062	2445	0.5519917907504581	3	3	3	3	3	False	93390	maximal	False	MON0037_000000028600	0.9760626511254695		0	0	False	False	1.0	0					non-mobilizable	chromosome	2445.0	99.714	100.0	0.0006834239764928997	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0381_000000005943	2730	0.5519913878698862	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.900684369116757	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.366	83.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
DEN0049_000000001198	2611	0.5519913878698862	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8999100182944109	PS721	0	0	False	True	0.9984680414199829	0					non-mobilizable	no_good_hit	2287.0	74.377	87.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0215_000000011254	2583	0.5519913878698862	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8554771983240358	PS721	0	0	False	True	0.9996128678321838	0					non-mobilizable	no_good_hit	2202.0	74.342	84.0	0.265569774527727	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0079_000000010705	2562	0.5519913878698862	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.7861426528658965	PS721	0	0	False	True	0.9984387159347534	0					non-mobilizable	no_good_hit	2197.0	74.283	85.0	0.26496039000609384	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0849_000000005079	5013	0.5519904426855711	5	3	3	2	1	True	85001	fragment	False	ISR0078_000000003217	0.9623622499850398		0	0	False	False	1.0	0					non-mobilizable	other	5013.0	100.0	100.0	0.010449460222415885	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0253_000000003621	3198	0.5519900110598144	8	2	2	2	1	True	26941	maximal	True	ISR0253_000000003621	1.0		9	1	False	False	0.9996873140335083	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.426479519626603e-06	NZ_CP031188.1	CFB group bacteria	Flavobacterium arcticum strain SM1502 chromosome, complete genome	True	True
SPA0026_000000006357	4258	0.5519869616559634	6	3	3	2	1	True	130697	fragment	False	SPA0026_000000006357	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4274.0	93.706	100.0	0.00128234463797008	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
MAD0035_000000014414	1546	0.55198625535363	1	1	1	1	1	False	19555	maximal	True	MAD0035_000000014414	0.9832518945489657		33	10	False	False	0.9987063407897949	0					non-mobilizable	no_good_hit	1325.0	79.245	86.0	0.00021632380409755661	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
SPA0020_000000024051	1434	0.55198625535363	2	1	1	1	1	False	19555	maximal	False	MAD0035_000000014414	0.9457937922362243		0	0	False	False	0.9993026256561279	0					non-mobilizable	chromosome	1416.0	79.52	98.0	0.0004007770922754411	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0013_000000017583	1430	0.55198625535363	1	1	1	1	1	False	19555	maximal	False	MAD0035_000000014414	0.9518148843794186		0	0	False	False	0.9790209531784058	0					non-mobilizable	chromosome	1416.0	79.661	98.0	0.0004013459738826454	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AUS0014_000000014028	2080	0.5519858750614198	3	3	2	1	2	True	118240	fragment	False	MAD0072_000000001538	0.05374270589750724		0	0	False	False	0.9975961446762085	0					non-mobilizable	other	2089.0	91.336	100.0	0.058345021037868164	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
SPA0014_000000011353	2056	0.5519858750614198	4	3	2	1	2	True	118240	fragment	False	MAD0072_000000001538	0.37418081195573255		0	0	False	False	1.0	0					non-mobilizable	other	2058.0	98.008	100.0	0.0005469074975828286	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
AST0100_000000006836	2055	0.5519858750614198	3	3	2	1	2	True	118240	fragment	False	MAD0072_000000001538	0.3593347418753457		0	0	False	False	1.0	0					non-mobilizable	other	1979.0	98.08	96.0	0.0005258828297925398	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0292_000000009571	2015	0.5519858750614198	3	3	2	1	2	True	118240	fragment	False	MAD0072_000000001538	0.3731356457828181		0	0	False	False	0.9980148673057556	0					non-mobilizable	other	2017.0	97.124	100.0	0.0035105211049600493	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0392_000000017497	1939	0.5519858750614198	4	3	2	1	2	True	118240	fragment	False	MAD0072_000000001538	0.3642996057647959		0	0	False	False	1.0	0					non-mobilizable	other	1939.0	99.948	100.0	0.05436185133239832	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0328_000000015033	1916	0.5519858750614198	3	3	2	1	2	True	118240	fragment	False	MAD0072_000000001538	0.3493564634977417		0	0	False	False	0.9979122877120972	0					non-mobilizable	other	1918.0	97.81	100.0	0.000509648592638013	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0155_000000010969	1898	0.5519858750614198	3	3	2	1	2	True	118240	fragment	False	MAD0072_000000001538	0.1361544850854758		0	0	False	False	1.0	0					non-mobilizable	other	1903.0	90.068	100.0	0.0005265174867120983	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
DEN0073_000000027803	1896	0.5519858750614198	4	3	2	1	2	True	118240	fragment	False	MAD0072_000000001538	0.34697781701884883		0	0	False	False	1.0	0					non-mobilizable	other	1896.0	98.154	100.0	0.0006681656613623598	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0089_000000011007	1895	0.5519858750614198	3	3	2	1	2	True	118240	fragment	False	MAD0072_000000001538	0.32328662091829297		0	0	False	False	1.0	0					non-mobilizable	other	1896.0	94.98899999999999	100.0	0.000525962088519364	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0089_000000011021	1893	0.5519858750614198	3	3	2	1	2	True	118240	fragment	False	MAD0072_000000001538	0.012854596395657171		0	0	False	False	0.9994717240333557	0					non-mobilizable	other	1904.0	89.023	100.0	0.000525962088519364	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0109_000000020804	1551	0.551985509195931	2	1	1	1	1	False	32742	fragment	False	ISR0109_000000020804	0.9728954322838171		0	0	False	False	0.9993552565574646	0					non-mobilizable	other	1517.0	95.51700000000001	98.0	0.012397810129379128	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0041_000000025225	1461	0.551985509195931	2	1	1	1	1	False	32742	fragment	False	ISR0109_000000020804	0.9579885712054708		0	0	False	False	0.9986310601234436	0					non-mobilizable	other	1444.0	96.884	99.0	0.011800423898722575	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0093_000000005147	6898	0.5519847188386271	11	8	4	4	7	True	130648	backbone	False	USA0082_01_000000002282	0.0820404010456388	PS1107|PS1110|PS1114	0	0	False	True	1.0	0		MOBV			mobilizable	other	4341.0	99.90799999999999	100.0	0.576284689948214	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0066_000000017058	1917	0.5519832918359865	3	3	3	2	2	False	81415	fragment	False	FIJ0066_000000017058	0.9548872180451129		0	0	False	False	0.9984350800514221	0					non-mobilizable	other	1911.0	82.26100000000001	99.0	0.0005732579386740459	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0056_000000014543	1466	0.5519822175166587	2	2	2	2	0	False	46194	maximal	True	FIJ0056_000000014543	1.0		50	4	False	False	0.9884037971496582	0					non-mobilizable	other	1205.0	99.585	99.0	0.00041951482622539096	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0018_000000016907	1249	0.5519804289954845	3	1	1	1	1	True	37770	fragment	False	ISR0018_000000016907	1.0		0	0	False	False	0.9903923273086548	0					non-mobilizable	other	1233.0	97.324	99.0	0.00038875709434364736	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
DEN0096_000000038048	1202	0.5519799537208488	3	3	2	3	2	False	68112	fragment	False	ISR0394_000000016006	0.8093232560855087		0	0	False	False	0.9958402514457703	0					non-mobilizable	chromosome	1205.0	94.93799999999999	100.0	0.00034132896432259	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0158_000000011677	1643	0.5519749098306638	3	1	1	1	1	False	115083	maximal	True	ISR0158_000000011677	1.0		2	1	False	False	1.0	0					non-mobilizable	other	969.0	98.865	96.0	0.0002896745679794092	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0055_01_000000019183	1374	0.5519728262407817	3	2	0	2	2	False	129420	fragment	False	ISR0301_000000005878	0.47379467812410425		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	370.0	90.811	75.0	0.00010247096655947482	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0182_000000020685	1371	0.5519728262407817	3	2	0	2	2	False	129420	fragment	False	ISR0301_000000005878	0.4731034538789733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	90.736	75.0	0.00010163786927037339	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0006_000000029047	1362	0.5519728262407817	3	2	0	2	2	False	110469	fragment	False	DEN0007_000000017140	0.8359847855138448		0	0	False	False	1.0	0					non-mobilizable	chromosome	1362.0	95.154	99.0	0.000364457269529014	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0025_000000028469	1355	0.5519728262407817	3	2	0	2	2	False	129420	fragment	False	ISR0301_000000005878	0.4423528782871571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	92.916	76.0	0.00010163786927037339	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0040_000000006238	1337	0.5519728262407817	3	2	0	2	2	False	129420	fragment	False	ISR0301_000000005878	0.4230053020583743		0	0	False	False	0.9925205707550049	0					non-mobilizable	no_good_hit	372.0	90.86	77.0	0.0001030263647522091	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0026_01_000000028343	1156	0.5519728262407817	3	2	0	2	2	False	129420	fragment	False	ISR0301_000000005878	0.08422994260388136		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	90.27799999999999	82.0	9.969397559580341e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0087_000000027599	1161	0.5519706573510382	3	2	2	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.9935623661615963		0	0	False	False	1.0	0					non-mobilizable	chromosome	1169.0	76.818	100.0	0.0003030360423492869	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0165_000000013919	1160	0.5519706573510382	3	2	2	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.9933274532567964		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	76.824	99.0	0.0003019690140311556	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0086_000000030139	1138	0.5519706573510382	2	2	2	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.9831314633769751		0	0	False	False	0.997363805770874	0					non-mobilizable	chromosome	1146.0	76.44	100.0	0.000296900629520032	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0033_000000013475	1530	0.5519680807064336	3	2	1	2	2	False	18868	maximal	True	MAD0033_000000013475	1.0		110	10	False	False	0.9823529124259949	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	1.9531822221354143e-05	NZ_CP012075.1	CFB group bacteria	Prevotella fusca JCM 17724 strain W1435 chromosome 2, complete sequence	True	False
ISR0295_000000012350	2797	0.5519651855243377	2	2	2	1	1	True	25726	maximal	True	ISR0295_000000012350	1.0		1	1	False	False	0.9935645461082458	0					non-mobilizable	no_good_hit								True	True
DEN0028_000000006970	3735	0.5519627420266084	4	4	3	3	3	False	127772	fragment	False	ENG0064_000000006338	0.9633784210519419		0	0	False	False	0.9994645118713379	0					non-mobilizable	no_good_hit	2173.0	99.31	58.0	0.04151686682475331	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0097_000000000490	8593	0.5519620672252088	11	5	3	3	3	True	113134	fragment	False	ISR0042_000000002093	0.9134565893054036		0	0	False	False	1.0	0					non-mobilizable	other	8209.0	95.529	95.0	0.18742857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0134_000000009613	3421	0.5519618619801875	5	2	1	2	1	True	31486	fragment	False	ISR0134_000000009613	1.0		0	0	False	False	0.9973691701889038	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.648780062313249e-05	CP046161.1	firmicutes	Ruminococcaceae bacterium LAM 19011 chromosome, complete genome	True	True
SPA0084_000000011812	1597	0.551956312777515	3	3	3	2	2	False	69419	fragment	False	SPA0084_000000011812	1.0		0	0	False	False	0.9949905872344971	0					non-mobilizable	other	1597.0	97.37	100.0	0.03842264914054601	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
SPA0018_000000020609	1456	0.5519550367818008	2	2	2	2	2	False	108207	fragment	False	ENG0175_000000014789	0.4763170294788034		0	0	False	False	0.9876373410224915	0					non-mobilizable	no_good_hit	212.0	78.30199999999999	14.0	0.03476516797593181	NZ_JAAIPV010000072.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_72_length_5983_cov_76.4647, whole genome shotgun sequence	True	False
SPA0037_000000014506	1706	0.5519493926989251	3	3	3	3	1	True	7068	maximal	True	SPA0037_000000014506	1.0		5	4	False	False	0.974794864654541	0					non-mobilizable	no_good_hit	1277.0	97.416	75.0	0.0003571277635769424	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
USA0025_01_000000008585	1809	0.551944076899756	5	2	0	2	1	False	115361	fragment	False	ISR0367_000000004244	0.580539756076714		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	98.839	100.0	0.0005440530962100846	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0334_000000012189	1741	0.551944076899756	5	2	0	2	1	False	129422	fragment	False	ISR0334_000000012189	1.0		0	0	False	False	0.9954049587249756	0					non-mobilizable	no_good_hit	886.0	98.646	68.0	0.00026645655237737955	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0139_000000015688	1713	0.551944076899756	5	2	0	2	1	False	115361	fragment	False	ISR0367_000000004244	0.40418507366914996		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	98.59700000000001	99.0	0.0005148482537461232	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0170_000000005861	1690	0.551944076899756	5	2	0	2	1	False	115361	fragment	False	ISR0367_000000004244	0.399023391998034		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	99.46600000000001	99.0	0.000507020151642381	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0134_000000011296	1462	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.7066014598015797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	96.584	58.0	0.0033171470013243364	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	True	False
ENG0036_000000017265	1462	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.702148342895207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	97.154	58.0	0.0033171470013243364	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	True	False
ISR0173_000000006753	1454	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.356969067388396		0	0	False	False	0.9993122220039368	0					non-mobilizable	no_good_hit	319.0	92.79	67.0	8.830831264475066e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0190_000000021151	1417	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.35791007166363853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	92.28399999999999	69.0	8.969680812658635e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0061_000000029967	1404	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.43645928232498477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	91.12899999999999	75.0	0.0001030263647522091	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0174_000000017537	1397	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.7009582887963334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	97.368	56.0	0.00012193239532036865	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0181_000000014979	1397	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.7000447890969971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	97.351	56.0	0.026569480366799906	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	True	False
CHI0174_000000010909	1394	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.6994066853262532		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	96.73200000000001	56.0	0.00016713156976684782	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	True	False
ENG0026_000000008783	1391	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.30627627944649327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	92.744	69.0	8.775291445201637e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0090_000000018167	1376	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.6991898639946926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	97.70100000000001	55.0	0.025511403715024687	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	True	False
ENG0139_000000016212	1366	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.6971690389547752		0	0	False	False	0.9992679357528687	0					non-mobilizable	no_good_hit	425.0	97.647	55.0	0.024923583352927346	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	True	False
DEN0001_000000032532	1360	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.45623726338978077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	92.135	75.0	9.858317921033485e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0019_000000022567	1356	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.44907333226913465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	90.625	75.0	9.74723828248663e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0078_000000025724	1355	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.6933234338100872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	97.76100000000001	54.0	0.023571596520103457	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	True	False
FIJ0103_000000016788	1352	0.551944076899756	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.5491988322000589		0	0	False	False	0.9985207319259644	0					non-mobilizable	chromosome	1352.0	97.041	100.0	0.0003612414700919933	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0195_000000014687	1343	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.6917193565201848		0	0	False	False	0.9992554187774658	0					non-mobilizable	no_good_hit	402.0	97.76100000000001	54.0	0.023571596520103457	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	True	False
ISR0256_000000013324	1343	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.6912682094752943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	97.76100000000001	54.0	0.023571596520103457	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	True	False
CHI0163_000000007905	1338	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.6897784458251005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	97.73299999999999	54.0	0.023277686339054787	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	True	False
ISR0211_000000017155	1337	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.34271684761869387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	93.103	73.0	8.830831264475066e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0186_000000014684	1336	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.6853441959587647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	97.65	54.0	0.022454737832118505	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	True	False
ENG0056_000000008074	1329	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.35227196319602055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	92.28399999999999	74.0	8.969680812658635e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0073_000000021036	1324	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.3465373331743878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	94.044	74.0	8.830831264475066e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0317_000000017422	1317	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.5524429782650848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	97.889	53.0	0.04509125611356316	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0819_000000020365	1316	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.3380358722599502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	91.975	76.0	8.969680812658635e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0354_000000014151	1311	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.2973316481144552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	92.79	74.0	8.830831264475066e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0331_000000019259	1308	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.2725565212564974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	92.59299999999999	74.0	8.969680812658635e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0142_000000028197	1302	0.551944076899756	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.5507498867610524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1301.0	97.694	99.0	0.0003481102890574921	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0071_000000006319	1300	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.2532178243189631		0	0	False	False	0.9992307424545288	0					non-mobilizable	no_good_hit	324.0	92.59299999999999	74.0	8.969680812658635e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0115_000000022447	1286	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.2387953532814386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	93.103	74.0	8.830831264475066e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0051_01_000000015832	1268	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.2632294716246488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	92.28399999999999	80.0	8.969680812658635e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0168_000000019325	1257	0.551944076899756	4	2	0	2	1	False	110470	fragment	False	ISR0168_000000019325	1.0		0	0	False	False	0.9936356544494629	0					non-mobilizable	no_good_hit	1091.0	96.792	87.0	0.00032817812665688554	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0171_000000019348	1256	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.241020110132494		0	0	False	False	0.9960191249847412	0					non-mobilizable	no_good_hit	350.0	91.714	80.0	9.6916984632132e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0127_000000016020	1217	0.551944076899756	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.4775619280836043		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	94.992	100.0	0.00032586767628476547	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0083_000000023637	1205	0.551944076899756	4	2	0	2	1	False	106495	fragment	False	ISR0003_000000014066	0.1337075009326179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	97.23100000000001	49.0	0.002043261651005865	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	True	False
ISR0037_000000020434	1205	0.551944076899756	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.448547780812205		0	0	False	False	0.9950207471847534	0					non-mobilizable	other	1205.0	98.257	100.0	0.07071478956031037	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
AST0026_000000021332	1202	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.0919784524570909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	92.79	82.0	8.830831264475066e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0185_000000028034	1187	0.551944076899756	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.4491836204228502		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	98.316	100.0	0.06977427698095462	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
MAD0055_000000008531	1179	0.551944076899756	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.44626506071554234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1179.0	98.38799999999999	100.0	0.00031541632811444816	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0015_000000021828	1166	0.551944076899756	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.3950093711171004		0	0	False	False	0.9871355295181274	0					non-mobilizable	other	1167.0	97.258	100.0	0.0685398542205502	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
USA0111_01_000000021593	1163	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.06645023563034735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	90.116	82.0	9.525079005392916e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0074_000000017983	1151	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.066226368342158		0	0	False	False	0.9973935484886169	0					non-mobilizable	no_good_hit	344.0	90.116	82.0	9.525079005392916e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0268_000000017663	1148	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.06621485547042157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	90.116	82.0	9.525079005392916e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0087_000000032273	1124	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.05327833460683763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	90.116	82.0	9.525079005392916e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0112_000000036240	1115	0.551944076899756	3	2	0	2	1	False	129420	fragment	False	ISR0301_000000005878	0.05279964499271277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	90.116	82.0	9.525079005392916e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0139_000000004565	3978	0.5519428138671895	2	2	2	2	2	False	57875	fragment	False	ENG0139_000000004565	1.0		0	0	False	False	0.995726466178894	0					non-mobilizable	other	3979.0	94.546	100.0	0.00722135064859604	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0021_000000004049	5317	0.5519224324582911	2	2	2	1	1	False	113104	fragment	False	ISR0021_000000004049	0.9616299874670232		0	0	False	False	1.0	0					non-mobilizable	other	5318.0	95.92	100.0	0.00124023281661632	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MAD0094_000000003889	3553	0.5519222301563383	5	2	1	2	1	True	17819	maximal	True	MAD0094_000000003889	1.0		2	1	False	False	0.9924007654190063	0					non-mobilizable	no_good_hit	1407.0	76.759	44.0	0.0004705586150093388	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0080_000000022822	1254	0.5519203870774344	2	2	2	1	2	False	61715	fragment	False	SPA0096_000000035226	0.47843775427176566		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	95.854	96.0	0.07406269207129687	NZ_CYZO01000045.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0057_000000017626	1915	0.5519203589494672	5	3	3	3	2	True	49309	maximal	True	FIJ0057_000000017626	1.0		1	1	False	False	0.9968668222427368	0					non-mobilizable	no_good_hit	607.0	78.748	31.0	0.00016717485601301852	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
AST0003_000000018304	1797	0.5519130833519988	2	2	1	1	2	False	129851	maximal	True	AST0003_000000018304	1.0	PS748	4	4	False	True	1.0	0					non-mobilizable	other	753.0	96.946	99.0	0.00022503644124020216	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0077_000000019209	1819	0.5519113737985695	4	3	1	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.22061875573864995		0	0	False	False	1.0	0					non-mobilizable	other	1748.0	97.08200000000001	96.0	0.015615502878186563	NZ_JAAIUL010000012.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_12_length_111876_cov_341.882, whole genome shotgun sequence	False	True
MAD0070_000000002688	6191	0.5519108612183676	5	5	5	5	4	True	79393	maximal	True	MAD0070_000000002688	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	74.789	23.0	0.0003111265808924659	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
USA0018_01_000000008658	2774	0.5519076502330718	4	3	2	2	3	False	118650	fragment	False	USA0018_01_000000008658	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2314.0	96.845	96.0	0.00044561528688855415	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0024_000000001857	9693	0.5519068101790572	13	12	6	7	8	True	94834	fragment	False	ISR0024_000000001857	1.0		0	0	False	False	0.9972144961357117	0					non-mobilizable	chromosome	8893.0	99.865	100.0	0.0012559976642850454	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
SPA0085_000000008994	1484	0.5519047120023379	2	2	2	2	2	False	26308	fragment	False	ISR0395_000000023381	0.6122031122031122		0	0	False	False	0.9743935465812683	0					non-mobilizable	chromosome	1484.0	99.865	100.0	0.00085631566000977	LT604076.1	firmicutes	Streptococcus thermophilus strain ACA-DC 2 genome assembly, chromosome: I	False	False
AST0140_000000003362	7723	0.5519035308795794	11	2	1	2	1	False	105644	maximal	True	AST0140_000000003362	1.0		2	2	False	False	0.9985756874084473	0					non-mobilizable	no_good_hit	47.0	95.745	1.0	0.0004781740128363157	NZ_BAKJ01000014.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
ISR0148_000000017608	1650	0.551903021405579	2	2	2	2	2	False	82130	fragment	False	ISR0148_000000017608	1.0		0	0	False	False	0.9933333396911621	0					non-mobilizable	no_good_hit	1099.0	96.815	67.0	0.0009966828722274364	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	True	False
SPA0104_000000026602	1418	0.551903021405579	2	2	2	2	2	False	82129	fragment	False	SPA0104_000000026602	1.0		0	0	False	False	0.9964739084243774	0					non-mobilizable	no_good_hit	850.0	97.294	60.0	0.00011992150438349117	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ENG0046_000000001398	12542	0.5519029498693218	22	7	4	7	3	True	105175	fragment	False	ENG0046_000000001398	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0773_000000013644	1303	0.5518987869954907	2	1	1	1	1	False	54189	fragment	False	ENG0200_000000015078	0.9668826493880489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000022963	1548	0.5518947577187886	3	2	1	1	2	True	74240	fragment	False	FIJ0038_000000022963	1.0		0	0	False	False	0.9883720874786377	0					non-mobilizable	other	1539.0	94.022	99.0	0.025374760615465893	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
ITA0003_000000005255	1305	0.5518904182962395	2	2	2	2	1	False	20412	maximal	True	ITA0003_000000005255	1.0		541	13	False	False	0.9892720580101013	0					non-mobilizable	other	1283.0	95.323	98.0	0.010458350723001006	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AUS0022_000000015171	2282	0.5518898635148216	4	2	2	2	1	False	99271	fragment	False	ISR0360_000000010426	0.9508928571428571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	81.0	9.0	4.136055009947316e-05	CP031101.1	enterobacteria	Leclercia sp. W17 chromosome, complete genome	True	False
ISR0845_000000000021	109193	0.5518845014679546	177	40	15	29	26	False	36576	maximal	False	ISR0046_000000000017	0.9728491664047937		0	0	True	True	1.0	100					non-mobilizable	no_good_hit	179.0	81.564	0.0	0.0013515155196501245	NC_029048.2	viruses	Clostridium phage phiCD211, complete genome	True	True
SPA0086_000000005581	2564	0.5518806395120475	5	5	3	3	2	False	56476	backbone	False	ISR0354_000000007692	0.9997110862830222	PS242	0	0	True	True	1.0	7					non-mobilizable	no_good_hit	373.0	98.928	32.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
SPA0030_000000012068	2550	0.5518806395120475	5	5	3	3	2	False	56476	backbone	False	ISR0354_000000007692	0.9993187958033732	PS242	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	373.0	98.928	31.0	0.00013509661041878133	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
FIJ0067_000000013313	2271	0.5518789068762958	4	4	4	4	3	False	45222	fragment	False	FIJ0067_000000013313	1.0		0	0	False	False	0.997357964515686	0					non-mobilizable	no_good_hit	697.0	97.274	77.0	0.00020960938568187197	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0059_01_000000002722	8888	0.5518724193963177	26	4	1	3	3	False	937	maximal	True	USA0059_01_000000002722	1.0		1	1	False	False	0.9983123540878296	0					non-mobilizable	no_good_hit	837.0	84.229	9.0	0.00014940393569066318	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0025_000000027000	1467	0.5518583009610436	3	2	2	2	2	False	131310	fragment	False	ISR0025_000000027000	0.9817426372682996		0	0	False	False	0.9986366629600525	0					non-mobilizable	no_good_hit	144.0	84.02799999999999	10.0	4.1445684690112096e-05	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
MAD0008_000000003341	3248	0.5518567356564228	3	2	2	2	2	False	19842	fragment	False	MAD0008_000000003341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1983.0	73.071	60.0	0.0007012676202114697	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
USA0044_01_000000013579	2091	0.5518517625351335	4	3	1	2	3	False	104292	fragment	False	USA0044_01_000000013579	1.0		0	0	False	False	0.9980870485305786	0					non-mobilizable	other	2096.0	93.70200000000001	100.0	0.19200734956361967	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
USA0036_01_000000017832	1839	0.5518517625351335	3	3	1	2	3	False	104291	fragment	False	USA0036_01_000000017832	0.9591265397536395		0	0	False	False	1.0	0					non-mobilizable	other	1825.0	95.014	99.0	0.1675700505282499	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
ISR0796_000000012581	1786	0.5518517625351335	3	3	1	2	3	False	104291	fragment	False	USA0036_01_000000017832	0.9467101685698749		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	93.296	100.0	0.16426274689940285	NZ_RCXZ01000067.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0067, whole genome shotgun sequence	False	False
USA0130_01_000000027899	1168	0.5518508319640979	2	2	2	1	2	False	101	maximal	True	USA0130_01_000000027899	1.0		27	6	False	False	0.9974315166473389	0					non-mobilizable	no_good_hit	137.0	79.562	11.0	0.09322033898305085	NZ_PHHA01000047.1	g-proteobacteria	Conservatibacter flavescens strain 7.4 contig47, whole genome shotgun sequence	True	False
SPA0131_000000020851	1346	0.5518478584051552	2	2	2	1	1	False	78137	fragment	False	CHI0167_000000014569	0.517603749721102		0	0	False	False	1.0	0					non-mobilizable	chromosome	1288.0	99.53399999999999	100.0	0.00028642339743104695	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0185_000000018100	1813	0.5518449503895722	4	4	2	3	3	False	85966	fragment	False	ISR0185_000000018100	1.0		0	0	False	False	0.9977937340736389	0					non-mobilizable	other	1814.0	98.84200000000001	100.0	0.0005034684617136256	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0053_000000016168	2066	0.5518433719947868	4	4	4	4	2	False	105479	fragment	False	FIJ0055_000000007347	0.797034427506805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	71.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
DEN0005_000000025633	1490	0.5518424202295998	3	1	1	1	1	False	127826	fragment	False	ISR0085_000000014249	0.11176006180563205		0	0	False	False	0.9993288516998291	0					non-mobilizable	no_good_hit	43.0	100.0	3.0	1.2645395706045132e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0001_000000005228	3734	0.5518390337237408	4	4	3	3	1	False	109207	fragment	False	ISR0060_000000007322	0.9064904018965096		0	0	False	False	0.9954472184181213	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000010660	1797	0.5518389405523602	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.1416436214466223		0	0	False	False	0.99443519115448	0					non-mobilizable	other	1797.0	97.44	100.0	0.0005407412068585013	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0017_000000016321	1786	0.5518389405523602	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.16987712017308373		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	94.404	100.0	0.000537730398357062	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0182_000000021895	1324	0.5518345253441059	3	3	2	3	1	False	77327	maximal	False	FIJ0119_000000013119	0.9778119775757365		0	0	False	False	0.9780966639518738	0					non-mobilizable	no_good_hit	278.0	73.381	21.0	0.0035354246992967578	NZ_WBSM01000014.1	high GC Gram+	Bifidobacterium ramosum strain DSM 100688 Contig_14, whole genome shotgun sequence	True	False
SPA0029_000000016488	1625	0.551830238021541	3	1	1	1	1	False	58304	fragment	False	SPA0029_000000016488	1.0		0	0	False	False	0.9975384473800659	0					non-mobilizable	no_good_hit	400.0	90.25	29.0	0.0001407960162137728	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0305_000000007601	2314	0.5518288832625179	2	2	2	2	2	False	110225	fragment	False	ISR0305_000000007601	0.9896470588235294		0	0	False	False	0.9904926419258118	0					non-mobilizable	no_good_hit	1157.0	94.728	88.0	0.005546919504494502	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ENG0096_000000027269	1177	0.5518284900722621	3	2	2	1	1	False	60805	fragment	False	ENG0096_000000027269	1.0		0	0	False	False	0.9490229487419128	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000003201	6674	0.5518280055783366	4	3	2	3	2	False	66054	fragment	False	ISR0150_000000003201	1.0		0	0	False	True	0.995205283164978	0					non-mobilizable	no_good_hit	151.0	76.15899999999999	2.0	0.0010729454943688862	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	True
FIJ0169_000000008575	2646	0.551826671730411	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.28943419136458953		0	0	False	False	0.9996220469474792	0					non-mobilizable	other	2647.0	96.184	100.0	0.0240894725817175	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
MON0107_000000040096	1521	0.5518203726272716	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.07812344818245008		0	0	False	False	0.9907955527305603	0					non-mobilizable	chromosome	1521.0	98.225	100.0	0.0005346014149470321	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0058_000000011463	2225	0.5518176322872056	3	3	3	3	3	False	46945	maximal	False	ISR0275_000000005678	0.9491042345276872		0	0	False	False	1.0	0					non-mobilizable	other	2225.0	99.101	100.0	0.018199821602468105	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0077_000000001185	5871	0.5518169578478453	8	3	2	2	3	False	69930	maximal	True	DEN0077_000000001185	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	75.64699999999999	21.0	0.025422125028912675	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
SPA0106_000000017009	2294	0.5518164501176562	4	3	2	3	1	False	87691	fragment	False	SPA0106_000000017009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	95.08200000000001	6.0	2.1543753568184185e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ISR0134_000000021450	1492	0.5518082194868346	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.028537167371133806	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1492.0	98.19	100.0	0.006087950675758442	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0186_000000005516	3499	0.551805761754509	6	5	4	5	2	False	129973	maximal	True	CHI0186_000000005516	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1792.0	90.73700000000001	67.0	0.000498312280335456	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AST0148_000000016301	2122	0.5518041838246002	3	3	3	2	2	False	117287	maximal	True	AST0148_000000016301	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	88.251	70.0	0.0004652316560513369	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0094_000000009182	1875	0.5518039086089899	3	3	3	2	2	False	61023	fragment	False	ENG0094_000000009182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	99.706	55.0	0.014237505577867024	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0829_000000002153	6002	0.5517977650721823	6	5	3	5	2	True	122486	maximal	False	ENG0141_000000004389	0.941916466882771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	78.439	9.0	0.00017670547506381772	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
DEN0018_000000012001	3081	0.5517966088054567	2	2	2	2	2	False	97235	maximal	True	DEN0018_000000012001	1.0		330	13	False	False	0.9970788955688477	0					non-mobilizable	other	3081.0	98.994	100.0	0.031592011734175786	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
SPA0021_000000003328	7933	0.5517873598395183	11	5	1	4	4	False	105645	maximal	True	SPA0021_000000003328	0.9712060636348493		5	4	False	False	0.9962183237075806	0					non-mobilizable	chromosome	4144.0	96.525	95.0	0.001691741545074873	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
SPA0008_000000018285	1671	0.5517869470742309	3	3	3	3	2	False	58314	fragment	False	SPA0008_000000018285	1.0		0	0	False	False	0.9946140050888062	0					non-mobilizable	no_good_hit	444.0	72.748	26.0	0.0005075077151721365	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0132_000000012495	1541	0.5517869470742309	3	3	3	3	2	False	58313	fragment	False	ENG0132_000000012495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	74.52199999999999	30.0	0.012032258901019112	NZ_JAAIPV010000040.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_40_length_38563_cov_89.0609, whole genome shotgun sequence	True	False
MAD0064_000000002352	6966	0.5517836574012004	6	4	4	3	3	False	16688	maximal	True	MAD0064_000000002352	1.0		1	1	False	False	0.9995693564414978	0					non-mobilizable	no_good_hit	830.0	70.723	12.0	0.005438964208962352	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	False
SPA0146_000000013994	1644	0.5517827123403722	3	2	2	2	2	False	3335	maximal	True	SPA0146_000000013994	1.0		35	5	False	False	0.9993917346000671	0					non-mobilizable	no_good_hit	946.0	98.73200000000001	57.0	0.003627657816565023	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
ISR0229_000000001808	7675	0.5517822899962531	9	7	3	5	5	True	120548	fragment	False	ISR0162_000000004256	0.9849012775842043		0	0	False	False	1.0	0					non-mobilizable	chromosome	5702.0	98.404	100.0	0.0011370481296486348	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0149_000000006446	2491	0.5517809623868464	3	3	3	2	2	False	30871	maximal	True	ISR0149_000000006446	1.0		60	11	False	False	0.9975913166999817	0					non-mobilizable	no_good_hit	1047.0	93.887	77.0	0.013953861370258494	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0092_000000023416	1351	0.5517733946129434	2	1	1	1	1	False	108178	fragment	False	CHI0140_000000019596	0.652944835922291		0	0	False	False	0.9962990283966064	0					non-mobilizable	chromosome	1220.0	100.0	90.0	0.00041761620967554065	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
AUS0002_000000031057	1213	0.5517733946129434	1	1	1	1	1	False	108178	fragment	False	CHI0140_000000019596	0.5406374110895857		0	0	False	False	1.0	0					non-mobilizable	chromosome	1213.0	100.0	100.0	0.0004152180854198156	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0069_000000021393	1202	0.5517733946129434	1	1	1	1	1	False	108178	fragment	False	CHI0140_000000019596	0.5377498867057926		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	100.0	100.0	0.0004114496044465335	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
CHI0064_000000015550	1192	0.5517733946129434	1	1	1	1	1	False	108178	fragment	False	CHI0140_000000019596	0.5342004792549218		0	0	False	False	0.9890939593315125	0					non-mobilizable	chromosome	1192.0	100.0	100.0	0.0004080237126526406	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
MON0070_000000020993	1632	0.5517704964147307	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.752434698354052		0	0	False	False	0.998774528503418	0		MOBT			mobilizable	other	1632.0	98.039	100.0	0.00039988515867055716	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MAD0043_000000017922	1480	0.5517623456948181	2	2	2	1	1	False	18015	maximal	True	MAD0043_000000017922	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000002362	4990	0.5517623327667077	10	3	2	3	1	False	53878	fragment	False	MAD0054_000000002362	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	90.741	1.0	9.639516634622853e-06	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
USA0044_01_000000004871	6025	0.5517605916992951	5	5	5	5	3	False	29982	maximal	True	USA0044_01_000000004871	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1951.0	84.82799999999999	32.0	0.0005425757733931865	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0044_000000007093	3357	0.5517591052758016	4	3	3	3	3	False	106389	maximal	True	MAD0044_000000007093	1.0		195	12	False	False	0.99940425157547	0					non-mobilizable	no_good_hit	1513.0	86.319	85.0	0.0004796096596221849	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CAN0001_000000005352	8495	0.5517526665488877	11	11	8	10	10	False	97462	maximal	True	CAN0001_000000005352	1.0		34	9	False	False	0.9975279569625854	0					non-mobilizable	chromosome	8434.0	100.0	99.0	0.001644694499898194	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
MAD0012_000000027818	1125	0.5517499382143586	2	2	2	2	2	False	19628	maximal	True	MAD0012_000000027818	1.0		33	10	False	False	0.9751111268997192	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	0.01160092807424594	AB372130.1		Uncultured microorganism genes for hypothetical long-chain acyl-CoA synthetase, hypothetical lipoprotein releasing systemATP-binding protein, conserved hypothetical protein, partial and complete cds, clone: APSK01_078	True	False
FIJ0067_000000009063	3283	0.551749648287411	2	2	2	1	1	False	66167	fragment	False	FIJ0067_000000009063	1.0		0	0	False	False	0.9993907809257507	0					non-mobilizable	other	3284.0	95.34100000000001	100.0	0.48079178885630497	NZ_CAAHGR010000054.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	False
ISR0350_000000016474	1219	0.5517401631351769	2	2	2	2	2	False	41701	fragment	False	SPA0024_000000012286	0.6505050505050505		0	0	False	False	1.0	0					non-mobilizable	chromosome	1219.0	99.91799999999999	100.0	0.0002166357394544372	CP050498.1	enterobacteria	Escherichia coli strain RM13322 chromosome, complete genome	False	False
FIJ0094_000000002222	7425	0.5517362422727261	8	8	8	6	6	False	132083	maximal	True	FIJ0094_000000002222	1.0	PS1137	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1983.0	94.251	39.0	0.0005570274869796587	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0292_000000008877	2146	0.5517301180633932	3	3	3	3	3	False	25879	maximal	True	ISR0292_000000008877	1.0		26	9	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	74.76899999999999	35.0	0.004958809354690954	NZ_AGDG01000022.1	CFB group bacteria	Bacteroides faecis MAJ27 contig022, whole genome shotgun sequence	True	False
CHI0119_000000002266	4292	0.5517249296051584	3	2	2	2	2	False	92630	maximal	False	CHI0186_000000004416	0.9700588953696373		0	0	False	False	1.0	0					non-mobilizable	chromosome	4292.0	97.973	100.0	0.001444325477113786	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0100_000000009414	3272	0.5517249114704432	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9919220009001751		0	0	False	False	1.0	0					non-mobilizable	chromosome	3251.0	80.252	99.0	0.0009023769116786363	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0013_000000007116	3194	0.5517249114704432	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9904659105199259		0	0	False	False	1.0	0					non-mobilizable	chromosome	3215.0	80.187	100.0	0.0008923101100609014	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0012_000000015884	3192	0.5517249114704432	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9903372272961594		0	0	False	False	0.9996867179870605	0					non-mobilizable	chromosome	3213.0	80.17399999999999	100.0	0.0008917508433043606	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0025_000000012195	3192	0.5517249114704432	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9903372272961594		0	0	False	False	1.0	0					non-mobilizable	chromosome	3213.0	80.17399999999999	100.0	0.0008917508433043606	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0007_01_000000005552	3191	0.5517249114704432	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9902225155797172		0	0	False	False	1.0	0					non-mobilizable	chromosome	3212.0	80.168	100.0	0.0008914712099260901	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0014_000000014718	3166	0.5517249114704432	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9844108869406412		0	0	False	False	0.9958938956260681	0					non-mobilizable	chromosome	3187.0	80.20100000000001	100.0	0.0008847600088476001	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0051_000000007963	3163	0.5517249114704432	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9839602867735691		0	0	False	False	1.0	0					non-mobilizable	chromosome	3177.0	79.1	100.0	0.0005706757859249073	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0034_000000011468	3151	0.5517249114704432	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9804166305611243		0	0	False	False	0.9996826648712158	0					non-mobilizable	chromosome	3165.0	79.021	100.0	0.0005685093482687546	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0376_000000013959	1771	0.5517217619543882	4	4	3	3	2	True	23332	maximal	True	ISR0376_000000013959	1.0		0	0	False	False	0.9672501683235168	0					non-mobilizable	no_good_hit	877.0	99.544	50.0	0.00012373526247342552	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0233_000000003793	3132	0.5517216797637396	2	2	2	2	2	False	27395	maximal	True	ISR0233_000000003793	1.0		1	1	False	False	0.9996806979179382	0					non-mobilizable	no_good_hit	1567.0	92.406	81.0	0.0005032083147376693	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
AST0047_000000011446	1936	0.551721118315953	2	2	2	2	2	False	115312	fragment	False	ISR0008_000000005511	0.718484034341199		0	0	False	False	1.0	0					non-mobilizable	other	1936.0	99.07	100.0	0.027940624368267535	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0077_000000013491	2136	0.5517185328377571	3	2	1	1	1	True	5696	maximal	True	SPA0077_000000013491	0.9907407407407407		22	6	False	False	1.0	0					non-mobilizable	other	2136.0	99.906	100.0	0.00999995316181189	NZ_FQZN01000008.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
MON0036_000000022689	1111	0.5517151455927275	2	2	2	2	2	False	12152	fragment	False	MON0036_000000022689	1.0		0	0	False	False	0.9153915643692017	0					non-mobilizable	plasmid	1025.0	99.902	92.0	0.011482652672183723	CP054215.1	enterobacteria	Escherichia coli strain EcPF40 plasmid p1, complete sequence	False	True
DEN0018_000000022963	1720	0.5517148469286544	2	2	2	2	2	False	75067	fragment	False	DEN0018_000000022963	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1720.0	97.616	100.0	0.00047854682117131226	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0139_000000007562	3209	0.5517127249673309	4	3	2	3	3	False	31316	maximal	True	ISR0139_000000007562	1.0		8	4	False	False	0.9918977618217468	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.592225723877541e-05	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0013_000000019609	1503	0.5517110492020567	2	2	2	2	2	False	50623	maximal	True	FIJ0013_000000019609	1.0		0	0	False	False	0.9960079789161682	0					non-mobilizable	no_good_hit	1092.0	99.725	73.0	0.007723128327103862	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
ISR0356_000000018562	1180	0.5517068028550504	2	2	2	1	2	False	97037	fragment	False	ENG0054_000000022289	0.9597685157230064		0	0	False	False	0.9584745764732361	0					non-mobilizable	other	1180.0	99.831	100.0	0.010309098063218641	NZ_WNAJ01000011.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold11_size114365, whole genome shotgun sequence	False	False
ENG0177_000000013489	2001	0.5517049388928302	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.1378808006028767		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	93.456	97.0	0.0032870731457415466	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0116_01_000000011180	2284	0.5517036907522958	3	2	2	2	2	False	78571	maximal	False	ENG0179_000000011698	0.5475619175773384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	4.0	2.42518380150448e-05	CP003774.1	b-proteobacteria	Burkholderia cepacia GG4 chromosome 1, complete sequence	True	False
ENG0164_000000015031	1372	0.5516967590453635	2	2	2	2	1	True	56265	fragment	False	ENG0164_000000015031	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	100.0	100.0	0.010484136148475556	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
AST0055_000000033512	1103	0.55168562266617	2	2	2	2	2	False	113307	maximal	True	AST0055_000000033512	1.0		18	7	False	False	0.9836808443069458	0					non-mobilizable	no_good_hit	339.0	79.646	30.0	0.004629309749188144	NZ_ADFP01000086.1	bacteria	Pyramidobacter piscolens W5455 contig00049, whole genome shotgun sequence	True	False
ISR0018_000000019270	1101	0.551677055946324	2	2	2	2	2	False	37758	fragment	False	ISR0018_000000019270	1.0		0	0	False	False	0.9918256402015686	0					non-mobilizable	no_good_hit	170.0	74.118	15.0	0.0002603979455720368	NZ_PZJW01000002.1	g-proteobacteria	Salinicola acroporae strain LMG 28587 Salinicola-acroporae_contig_2, whole genome shotgun sequence	True	False
ISR0263_000000008080	1842	0.551674876192208	3	3	3	2	2	False	120656	fragment	False	ISR0071_000000004006	0.956793336803748		0	0	False	False	0.9978284239768982	0					non-mobilizable	other	1842.0	100.0	100.0	0.05839253996447602	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
ISR0181_000000007183	2637	0.5516682593170247	4	4	3	2	3	True	29591	maximal	True	ISR0181_000000007183	1.0		76	11	False	False	0.9920364022254944	0					non-mobilizable	chromosome	2341.0	98.975	98.0	0.0007876302998010392	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0026_000000007284	3088	0.5516672943341441	2	2	2	1	1	False	127909	fragment	False	ISR0026_000000007284	1.0		0	0	False	False	0.9993523359298706	0					non-mobilizable	chromosome	1987.0	96.125	100.0	0.0004417641366749248	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0007_000000022332	1135	0.5516653825136808	3	2	2	1	1	True	76194	fragment	False	DEN0007_000000022332	1.0		0	0	False	False	0.9797356724739075	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	5.0	1.8671253092426294e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
AST0026_000000000819	24352	0.5516618687584479	22	13	7	10	5	True	119614	fragment	False	AST0026_000000000819	1.0		0	0	False	False	0.9999589323997498	0					non-mobilizable	no_good_hit	2272.0	94.27799999999999	16.0	0.0006116126918015509	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0045_000000009211	2397	0.5516600645580537	2	2	2	2	2	False	11571	maximal	True	MON0045_000000009211	1.0		10	6	True	True	0.9853984117507935	6					non-mobilizable	no_good_hit	1175.0	81.277	57.0	0.0002853870782909433	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MAD0064_000000007102	2778	0.5516599402286883	3	3	3	2	1	False	16678	maximal	True	MAD0064_000000007102	1.0		28	7	False	False	0.9884809255599976	0					non-mobilizable	no_good_hit	914.0	94.09200000000001	64.0	0.001462782362657874	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
USA0035_01_000000014352	1770	0.5516550746476333	2	2	2	2	2	False	73041	maximal	True	USA0035_01_000000014352	1.0		106	11	False	False	0.9977400898933411	0					non-mobilizable	no_good_hit	520.0	89.80799999999999	29.0	0.00024158306866462395	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0320_000000001949	7701	0.5516476744739391	8	8	8	8	8	False	116675	fragment	False	ISR0320_000000001949	0.9808234250448701		0	0	False	False	0.996493935585022	0					non-mobilizable	chromosome	7681.0	99.167	99.0	0.0030117611626339262	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0855_000000001102	7974	0.5516476455447593	10	7	5	5	5	False	78809	maximal	True	ISR0855_000000001102	1.0		1	1	False	False	0.9998745918273926	0					non-mobilizable	no_good_hit	1770.0	83.446	22.0	0.2840485829959514	HG796270.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00175	True	False
ISR0114_000000021687	1300	0.5516447806210386	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.07415714261577881	PS816	0	0	False	True	0.9984615445137024	0					non-mobilizable	plasmid	1300.0	99.385	100.0	0.0060082700437553765	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0175_000000008149	1420	0.5516391791129115	2	2	2	2	2	False	77751	maximal	True	CHI0175_000000008149	1.0		298	10	False	False	1.0	0					non-mobilizable	chromosome	1420.0	98.73200000000001	100.0	0.000486134045553398	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0007_000000008437	1853	0.5516376075221071	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.03721020170382678		0	0	False	False	0.9816513657569885	0					non-mobilizable	chromosome	1853.0	98.65100000000001	100.0	0.0005183390424329916	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0092_000000008689	5529	0.5516363476267291	5	2	1	2	1	False	62419	fragment	False	MON0092_000000008689	1.0		0	0	False	False	0.993850588798523	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	2.0	2.8413193348772282e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ISR0271_000000002782	4991	0.5516363476267291	5	2	1	2	1	False	62418	fragment	False	ISR0271_000000002782	1.0		0	0	False	False	0.9973953366279602	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	2.0	2.8413193348772282e-05	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
MAD0034_000000004138	3678	0.5516357529188045	5	5	5	5	5	False	18822	maximal	True	MAD0034_000000004138	1.0		1	1	False	False	0.9964654445648193	0					non-mobilizable	chromosome	3660.0	97.37700000000001	99.0	0.0021877897759564474	LR134372.1	e-proteobacteria	Campylobacter upsaliensis strain NCTC11541 genome assembly, chromosome: 1	False	False
FIJ0088_000000006899	4007	0.551635015629213	4	3	0	3	2	False	43680	fragment	False	FIJ0088_000000006899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	83.178	5.0	0.0020887249607727263	NZ_JAAIPW010000012.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_12_length_98146_cov_332.503, whole genome shotgun sequence	True	False
ISR0344_000000007319	4170	0.5516346241467873	5	3	1	3	0	True	63086	maximal	True	ISR0344_000000007319	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0822_000000000721	6985	0.5516291304126083	9	8	7	6	7	True	129451	fragment	False	ISR0357_000000002775	0.9673730623294929		0	0	False	False	1.0	0					non-mobilizable	other	6985.0	99.943	100.0	0.002172710580888982	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
BAN0018_000000000301	6534	0.5516269497880649	8	7	5	6	7	True	98225	fragment	False	BAN0018_000000000301	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6534.0	99.969	100.0	0.16527106681170786	CP056572.1	enterobacteria	Escherichia coli strain RHBSTW-00372 plasmid pRHBSTW-00372_4, complete sequence	False	True
DEN0090_000000012274	2195	0.5516267409860849	4	3	2	2	3	False	70978	fragment	False	DEN0066_000000014570	0.9382070592037905		0	0	False	False	1.0	0					non-mobilizable	chromosome	2193.0	98.86	99.0	0.0007065217566477348	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0103_000000012428	1431	0.5516252051284927	2	2	2	2	2	False	4867	fragment	False	SPA0103_000000012428	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	78.277	96.0	0.048238387379491675	NZ_FOAT01000025.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	False	False
MAD0065_000000004342	2776	0.5516246091034313	3	3	3	3	3	False	16635	maximal	True	MAD0065_000000004342	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	83.80799999999999	61.0	0.0011436845529137726	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
DEN0026_000000020560	1379	0.5516235527002838	3	3	3	3	2	False	74148	fragment	False	DEN0026_000000020560	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1377.0	99.78200000000001	99.0	0.0002533310454986976	CP039837.1	enterobacteria	Escherichia coli O157:H7 strain USDA5905 chromosome, complete genome	False	False
USA0072_01_000000012907	1355	0.5516207478526309	2	2	2	2	2	False	78111	maximal	False	CHI0181_000000015467	0.9967016751271434		0	0	False	False	0.9896678924560547	0					non-mobilizable	other	1355.0	100.0	100.0	0.008154563303260622	NZ_NFIG01000007.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_7, whole genome shotgun sequence	False	False
ENG0119_000000022585	1355	0.5516207478526309	2	2	2	2	2	False	78111	maximal	False	CHI0181_000000015467	0.9967016751271434		0	0	False	False	0.9918819069862366	0					non-mobilizable	other	1355.0	100.0	100.0	0.008154563303260622	NZ_NFIG01000007.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_7, whole genome shotgun sequence	False	False
ENG0204_000000007247	3311	0.5516131799631695	4	3	3	3	3	False	54052	maximal	True	ENG0204_000000007247	1.0		2	1	False	False	0.9969797730445862	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000007279	2890	0.5516127495787236	4	3	3	2	2	False	78571	maximal	False	ENG0179_000000011698	0.8936165190137187		0	0	False	False	0.9923875331878662	0					non-mobilizable	no_good_hit	287.0	83.275	10.0	0.1598173515981735	KX127659.1	bacteria	Uncultured bacterium clone Control_Mom_TR_45 genomic sequence	True	False
CHI0162_000000013717	2261	0.5516127495787236	4	3	3	2	2	False	78571	maximal	False	ENG0179_000000011698	0.2045977049191081		0	0	False	False	0.9955771565437317	0					non-mobilizable	no_good_hit	84.0	84.524	4.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
SPA0006_000000028338	1102	0.5516100459746602	2	2	2	2	1	False	8222	maximal	True	SPA0006_000000028338	1.0		60	9	False	False	0.9836660623550415	0					non-mobilizable	no_good_hit	739.0	99.865	67.0	0.0002063694331635679	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0056_000000012676	1138	0.5516082503260874	3	3	0	2	3	False	17026	fragment	False	MAD0056_000000012676	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1066.0	99.25	100.0	0.0002152429607972842	CP057650.1	enterobacteria	Escherichia coli strain RHB19-C10 chromosome, complete genome	False	False
MAD0091_000000009139	1747	0.5516065006903531	3	3	3	3	3	False	101087	fragment	False	TAN0024_000000004209	0.9766317464982464		0	0	False	False	1.0	0					non-mobilizable	chromosome	1501.0	82.545	97.0	0.0003953339918676437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0004_000000023414	1172	0.5516056899702725	1	1	1	1	1	False	67720	fragment	False	ENG0004_000000023414	1.0		0	0	False	False	0.9923208355903625	0					non-mobilizable	no_good_hit								True	False
AST0033_000000000052	82793	0.5516029341338216	127	32	16	26	18	False	117109	maximal	True	AST0033_000000000052	1.0		1	1	True	True	0.9999879002571106	16					non-mobilizable	no_good_hit	94.0	81.915	0.0	0.005314547027561488	NZ_QWLA01000079.1	bacteria	Calidithermus roseus strain NBRC 110900 contig_79, whole genome shotgun sequence	True	True
DEN0017_000000018845	1536	0.5516019815798072	2	2	1	1	2	False	75198	fragment	False	DEN0017_000000018845	1.0		0	0	False	False	0.9967448115348816	0					non-mobilizable	no_good_hit	238.0	74.37	15.0	8.263634557464788e-05	NC_014720.1	firmicutes	Caldicellulosiruptor kronotskyensis 2002, complete sequence	True	False
FIJ0050_000000009606	2645	0.5515947654326511	4	3	3	2	2	False	82180	fragment	False	SPA0057_000000011117	0.9229579315337685		0	0	False	False	0.9981096386909485	0					non-mobilizable	other	1496.0	93.382	96.0	0.02599231531547195	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
FIJ0039_000000009381	2532	0.5515947654326511	4	3	3	2	2	False	82180	fragment	False	SPA0057_000000011117	0.7003071376598304		0	0	False	False	0.9869668483734131	0					non-mobilizable	other	1496.0	93.249	95.0	0.02599231531547195	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
ISR0253_000000007384	1687	0.5515942531741547	3	3	1	3	3	False	108053	fragment	False	MON0077_000000024281	0.7490330797309536		0	0	False	False	1.0	0					non-mobilizable	other	1687.0	97.866	100.0	0.0005076223133426689	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0017_000000028995	1150	0.5515913235091935	2	2	2	2	2	False	92318	fragment	False	DEN0035_000000029631	0.9553683243346529		0	0	False	False	1.0	0					non-mobilizable	other	1075.0	95.163	93.0	0.8198473282442749	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	False	False
FIJ0164_000000016575	1363	0.5515894173015006	3	2	2	2	1	False	39081	maximal	True	FIJ0164_000000016575	1.0		0	0	False	False	0.9992663264274597	0					non-mobilizable	no_good_hit	367.0	92.37100000000001	64.0	0.00018165476039985946	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
MON0079_000000004937	4621	0.5515862744607065	5	2	2	2	1	True	10114	maximal	True	MON0079_000000004937	1.0		20	7	False	False	1.0	0					non-mobilizable	other	4525.0	99.912	100.0	0.004963791968400263	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0075_000000011466	2151	0.5515862744607065	2	2	2	2	1	True	62102	fragment	False	ENG0075_000000011466	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2156.0	92.115	99.0	0.01521261644290325	NZ_SPFU01000016.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_16_length_141593_cov_22.9012, whole genome shotgun sequence	False	True
ISR0792_000000013352	1185	0.5515850296094499	3	2	2	2	0	True	22032	fragment	False	ISR0792_000000013352	1.0		0	0	False	False	0.99915611743927	0					non-mobilizable	chromosome	1188.0	96.296	100.0	0.00021645650292873868	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	True
ISR0304_000000001638	5620	0.55157696335786	7	7	3	4	7	True	123556	backbone	False	ISR0826_000000002301	0.49040765043790696	PS902	0	0	False	True	0.9998220801353455	0	rep_cluster_1702				non-mobilizable	other	5626.0	99.84	100.0	0.05613324285486189	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0033_000000043846	1355	0.5515765927775053	2	2	2	2	2	False	102812	fragment	False	SPA0001_000000022341	0.9285957242323647		0	0	False	False	0.9793357849121094	0					non-mobilizable	other	1355.0	99.557	100.0	0.0005946807258442797	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0116_01_000000005532	4820	0.5515695654068151	5	5	5	4	4	False	105908	maximal	True	USA0116_01_000000005532	1.0		196	12	False	False	0.9968879818916321	0					non-mobilizable	no_good_hit	994.0	74.044	20.0	0.00029510476823995405	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
CAN0018_000000003664	8686	0.5515693058341921	7	6	4	3	6	False	92311	maximal	True	CAN0018_000000003664	1.0		144	11	False	False	1.0	0					non-mobilizable	other	8646.0	95.755	100.0	0.006008373075204062	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
ISR0341_000000010654	1307	0.5515669591126358	2	2	2	1	1	False	27078	fragment	False	ISR0341_000000010654	1.0		0	0	False	False	0.9977046847343445	0					non-mobilizable	no_good_hit	632.0	90.03200000000001	70.0	0.0001899820164408209	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0221_000000015278	1465	0.5515636080355765	3	2	2	2	1	False	27940	maximal	True	ISR0221_000000015278	1.0		13	7	False	False	0.9993174076080322	0					non-mobilizable	other	854.0	94.145	92.0	0.04619300335752193	NZ_NFHM01000039.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_39, whole genome shotgun sequence	False	False
ISR0271_000000006163	2634	0.5515616398881451	4	3	3	3	3	False	112016	fragment	False	ISR0271_000000006163	1.0		0	0	False	False	0.9988610744476318	0					non-mobilizable	other	2634.0	95.86200000000001	99.0	0.04134854054733402	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0346_000000010692	2127	0.5515605373386733	2	2	2	1	1	False	110333	maximal	True	ISR0346_000000010692	1.0		16	3	False	False	0.9938880801200867	0					non-mobilizable	other	2137.0	93.73	100.0	0.018072698256396326	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0114_000000037348	1260	0.5515605373386733	2	2	2	1	1	False	110330	fragment	False	ISR0279_000000015900	0.43330585401383837		0	0	False	False	0.9968253970146179	0					non-mobilizable	other	1257.0	99.28399999999999	99.0	0.010661958201049218	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0161_000000001211	18883	0.551559883616747	20	9	4	8	3	False	56724	maximal	True	ISR0161_000000001211	1.0		1	1	False	False	0.9994704127311707	0					non-mobilizable	no_good_hit	1990.0	76.734	10.0	0.002330048693550397	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0069_000000012117	1847	0.5515592289968713	2	2	2	2	2	False	46956	fragment	False	FIJ0069_000000012117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	90.559	28.0	0.00027214058004820774	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	False
SPA0123_000000005204	1619	0.5515564906568743	4	4	1	3	2	False	77757	fragment	False	SPA0115_000000011273	0.1379251700680272		0	0	False	False	1.0	0					non-mobilizable	chromosome	1620.0	96.42	100.0	0.0007224849913672191	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0096_000000009491	3503	0.5515543421803796	6	4	2	2	3	False	88485	backbone	False	ISR0182_000000007885	0.6472035334930697	PS458	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	959.0	88.21700000000001	44.0	0.00029678778553380425	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0052_000000015279	1813	0.5515517009284466	3	3	3	3	1	False	11221	maximal	True	MON0052_000000015279	1.0		5	2	False	False	0.9988968372344971	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000017254	1389	0.5515514062401554	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.03858910324724468		0	0	False	False	1.0	0					non-mobilizable	chromosome	1389.0	98.848	100.0	0.0004897866428689641	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0090_000000030533	1511	0.5515513056631709	2	2	2	2	2	False	43433	fragment	False	FIJ0090_000000030533	1.0		0	0	False	False	0.9993382096290588	0					non-mobilizable	no_good_hit	338.0	94.083	27.0	0.00010862127371819645	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0062_000000020268	1111	0.5515481884056008	1	1	1	1	1	False	71602	maximal	True	DEN0062_000000020268	1.0		166	12	False	False	0.9990999102592468	0					non-mobilizable	no_good_hit								True	False
CHI0119_000000010921	1225	0.5515437135644045	2	2	1	2	2	False	81906	fragment	False	CHI0119_000000010921	0.9125295630395497		0	0	False	False	1.0	0					non-mobilizable	other	645.0	98.915	100.0	0.00019252897875036135	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0103_000000004817	3225	0.5515425842186448	6	2	1	1	2	False	88180	fragment	False	SPA0103_000000004817	0.9964988329443147		0	0	False	False	1.0	0					non-mobilizable	other	3225.0	100.0	100.0	0.0007728697776752825	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
FIJ0126_000000020976	1840	0.5515423172877125	2	2	2	2	2	False	115157	maximal	True	FIJ0126_000000020976	1.0	PS748	7	2	False	True	0.988586962223053	0					non-mobilizable	other	746.0	98.794	99.0	0.00022294168713291303	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
MON0104_000000022814	1993	0.5515413298454851	3	1	1	1	1	False	93520	fragment	False	MON0104_000000022814	0.9575770397923813		0	0	False	False	1.0	0					non-mobilizable	chromosome	1722.0	81.82300000000001	91.0	0.0006856073175104588	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
USA0117_01_000000009427	2381	0.551540357991583	3	3	3	3	3	False	95298	fragment	False	USA0117_01_000000009427	1.0		0	0	False	False	0.998740017414093	0					non-mobilizable	other	2416.0	78.642	99.0	0.0007203816818262037	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0046_000000005204	4939	0.5515401388083931	4	3	3	3	3	False	121408	maximal	True	SPA0046_000000005204	1.0		0	0	False	False	0.9977728128433228	0					non-mobilizable	no_good_hit	3464.0	99.27799999999999	74.0	0.0010915292851665173	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0203_000000004391	3556	0.5515401388083931	4	3	3	3	3	False	121406	fragment	False	ISR0196_000000005183	0.9653569558560602		0	0	False	False	1.0	0					non-mobilizable	chromosome	3556.0	98.875	100.0	0.0011205274642699882	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0196_000000005183	3479	0.5515401388083931	4	3	3	3	3	False	121406	fragment	False	ISR0196_000000005183	0.9733877299392015		0	0	False	False	0.9902271032333374	0					non-mobilizable	chromosome	3479.0	99.454	100.0	0.0010962572491507788	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0020_000000008213	3453	0.5515401388083931	4	3	3	3	3	False	121406	fragment	False	ISR0196_000000005183	0.9716405370967458		0	0	False	False	0.9997103810310364	0					non-mobilizable	chromosome	3453.0	99.479	100.0	0.0010880621115780587	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0786_000000007381	2178	0.55153789374403	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.16206899596669155		0	0	False	False	0.997245192527771	0					non-mobilizable	other	2178.0	97.704	100.0	0.004550045270441225	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0052_000000008672	2868	0.5515370005147853	3	1	1	1	1	False	96368	fragment	False	MON0052_000000008672	0.97224774576874		0	0	False	False	1.0	0					non-mobilizable	chromosome	2869.0	96.131	100.0	0.0005143943428101104	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
MON0022_000000013504	2197	0.5515370005147853	3	1	1	1	1	False	96363	fragment	False	MAD0039_000000006025	0.9537473233404712		0	0	False	False	1.0	0					non-mobilizable	other	2197.0	96.22200000000001	100.0	0.000643075894083409	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
MAD0048_000000012587	1895	0.5515370005147853	2	1	1	1	1	False	96361	fragment	False	MAD0048_000000012587	1.0		0	0	False	False	0.9957783818244934	0					non-mobilizable	other	1896.0	96.09700000000001	100.0	0.0005546383166639237	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
DEN0063_000000032662	1537	0.5515370005147853	2	1	1	1	1	False	96358	fragment	False	DEN0063_000000032662	0.9602343017580485		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	97.354	96.0	0.0004313528196652374	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
MON0048_000000028047	1456	0.5515370005147853	2	1	1	1	1	False	96358	fragment	False	DEN0063_000000032662	0.9493670922292624		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	99.176	100.0	0.00042608170577930786	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
ISR0831_000000005174	3294	0.5515343477108963	5	2	2	2	2	False	100812	maximal	True	ISR0831_000000005174	1.0		25	6	False	False	0.9933211803436279	0					non-mobilizable	chromosome	2981.0	99.698	90.0	0.0005343517068112522	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
ISR0271_000000005020	3099	0.5515343477108963	3	2	2	2	2	False	100811	fragment	False	ISR0271_000000005020	1.0		0	0	False	False	0.9935463070869446	0					non-mobilizable	chromosome	3086.0	99.87	100.0	0.0005533780020487371	CP046428.1	CFB group bacteria	Phocaeicola dorei strain JR05 chromosome, complete genome	False	False
AST0016_000000002086	10606	0.5515324447195014	15	12	9	11	6	False	123960	maximal	True	AST0016_000000002086	1.0		6	3	False	False	0.9993399977684021	0					non-mobilizable	no_good_hit	4953.0	98.93	77.0	0.06787373730451349	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
DEN0041_000000030959	1099	0.5515264406563593	1	1	1	1	1	False	73011	fragment	False	ENG0036_000000021120	0.27181467181467184		0	0	False	False	0.9799817800521851	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000012566	1154	0.5515255009079215	2	2	2	1	1	False	46224	fragment	False	FIJ0055_000000012566	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	96.447	100.0	0.00021339135307885042	CP026178.1	enterobacteria	Klebsiella pneumoniae strain KPNIH49 chromosome, complete genome	False	False
CHI0164_000000013325	1580	0.5515226995934335	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.06579215824169808		0	0	False	False	0.9962025284767151	0					non-mobilizable	chromosome	1580.0	96.51899999999999	100.0	0.000555420875991174	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0210_000000012691	1506	0.551516335645193	2	1	1	1	1	False	55315	fragment	False	ISR0210_000000012691	1.0		0	0	False	False	0.9980079531669617	0					non-mobilizable	other	1506.0	99.469	100.0	0.0006768108850977486	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	False	False
ENG0180_000000013290	1353	0.551516335645193	2	1	1	1	1	False	55314	fragment	False	ENG0180_000000013290	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1348.0	100.0	100.0	0.0005827783166662484	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
ISR0135_000000018760	1149	0.551516335645193	1	1	1	1	1	False	31404	maximal	True	ISR0135_000000018760	1.0		1	1	False	False	0.9904264807701111	0					non-mobilizable	no_good_hit	1023.0	97.654	89.0	0.0004555236025409481	CP018757.1	high GC Gram+	Bifidobacterium bifidum strain PRI 1 chromosome, complete genome	True	False
MON0098_000000002391	7666	0.5515124845788245	10	7	7	6	5	False	116361	maximal	False	FIJ0052_000000003133	0.37524733834051943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	99.065	76.0	0.023393243382428673	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0005_000000003569	7240	0.5515124845788245	11	7	7	6	5	False	116361	maximal	False	FIJ0052_000000003133	0.3784021658049555		0	0	False	False	0.9988950490951538	0					non-mobilizable	no_good_hit	1820.0	98.681	80.0	0.023367494077659902	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0332_000000001676	6659	0.5515079077415141	6	3	3	3	3	False	35987	fragment	False	ISR0332_000000001676	1.0		0	0	False	False	0.9965460300445557	0					non-mobilizable	no_good_hit	109.0	89.90799999999999	2.0	0.005850511236262234	GU942944.1		Uncultured organism clone 1 genomic sequence	True	False
FIJ0161_000000015335	1190	0.5515034867727484	2	2	2	2	2	False	39260	maximal	True	FIJ0161_000000015335	1.0		62	11	False	False	0.9806722402572632	0					non-mobilizable	chromosome	1174.0	92.675	99.0	0.0005458454322090685	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
DEN0051_000000015431	2866	0.5515023132087216	4	3	2	2	1	False	72573	fragment	False	DEN0051_000000015431	1.0		0	0	False	False	0.9996510744094849	0					non-mobilizable	other	2866.0	94.906	100.0	0.012715236498952993	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0148_000000018182	1177	0.551498799826302	1	1	1	1	1	False	84812	fragment	False	FIJ0148_000000018182	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1177.0	99.32	100.0	0.0002489192333287613	CP019280.1	enterobacteria	Escherichia coli strain 13P484A chromosome, complete genome	False	False
ISR0215_000000008544	3389	0.5514981238201011	4	4	4	4	3	False	101490	maximal	False	FIJ0093_000000006089	0.5560754473271026		0	0	False	False	0.991737961769104	0					non-mobilizable	other	3130.0	96.134	98.0	0.047429151946141834	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0055_000000004841	2706	0.5514951027616259	3	3	3	3	3	False	76253	fragment	False	ISR0107_000000006693	0.31781683127842547		0	0	False	False	0.9944567680358887	0					non-mobilizable	chromosome	2707.0	97.96799999999999	100.0	0.0007696968145474405	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0113_01_000000009243	2009	0.5514926285901623	2	2	2	2	2	False	74900	fragment	False	ISR0784_000000005611	0.9284362887415688		0	0	False	False	0.9990044832229614	0					non-mobilizable	chromosome	2007.0	98.954	99.0	0.00036394994182425283	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MAD0042_000000012494	1882	0.5514860968479703	2	2	2	2	1	False	18119	maximal	True	MAD0042_000000012494	1.0		3	1	False	False	0.9994686245918274	0					non-mobilizable	no_good_hit	544.0	95.221	30.0	0.0019248834612453252	NZ_LT699742.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
CHI0077_000000004254	3216	0.5514853095213897	5	3	3	2	2	False	102961	maximal	True	CHI0077_000000004254	1.0		1	1	False	False	0.9940920472145081	0					non-mobilizable	chromosome	3116.0	97.015	99.0	0.0012196064083061862	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0300_000000002282	3258	0.551477273471678	2	2	2	2	1	True	28661	fragment	False	ISR0205_000000006032	0.7209178632328802		0	0	False	False	0.999079167842865	0					non-mobilizable	other	3258.0	98.34299999999999	100.0	0.02781739761711577	NZ_JAAIUD010000006.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_6_length_117085_cov_236.22, whole genome shotgun sequence	False	True
ISR0205_000000006032	2988	0.551477273471678	2	2	2	2	1	True	28661	fragment	False	ISR0205_000000006032	0.9320201876747648		0	0	False	False	0.997657299041748	0					non-mobilizable	other	2988.0	96.954	100.0	0.014559936047418499	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	True
ISR0344_000000011312	2882	0.551477273471678	2	2	2	2	1	True	28661	fragment	False	ISR0205_000000006032	0.7095322836230098		0	0	False	False	0.9996530413627625	0					non-mobilizable	chromosome	2882.0	97.641	100.0	0.0007720598481713892	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0853_000000005895	2874	0.551477273471678	2	2	2	2	1	True	28661	fragment	False	ISR0205_000000006032	0.6905251703088087		0	0	False	False	0.9961726069450378	0					non-mobilizable	other	2874.0	96.66	100.0	0.05455857498243415	NZ_JAAITU010000030.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_30_length_52659_cov_153.326, whole genome shotgun sequence	False	True
USA0021_01_000000007425	2487	0.5514765068355334	3	3	3	3	3	False	114742	fragment	False	USA0021_01_000000007425	0.9908180300500835		0	0	False	False	1.0	0					non-mobilizable	other	2404.0	99.29299999999999	97.0	0.10190407531487214	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
AST0088_000000004431	2750	0.5514758184414684	2	2	2	2	0	True	110440	maximal	True	AST0088_000000004431	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	79.695	42.0	0.006153230182436953	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
ISR0051_000000013660	2907	0.5514753691808819	2	2	1	2	1	False	96336	maximal	True	ISR0051_000000013660	1.0		8	4	False	False	0.9996560215950012	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	7.64399373192514e-05	NZ_STGU01000003.1	a-proteobacteria	Rhizobium rosettiformans W3, whole genome shotgun sequence	True	False
MAD0043_000000015963	1642	0.5514600810119326	3	3	3	3	3	False	18021	fragment	False	MAD0043_000000015963	1.0		0	0	False	False	0.9993909597396851	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000013920	2368	0.5514511012106416	3	2	1	1	2	False	6169	maximal	True	SPA0062_000000013920	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000018829	1343	0.5514484865923343	1	1	1	1	1	False	19549	fragment	False	MAD0013_000000018829	1.0		0	0	False	False	0.9880864024162292	0					non-mobilizable	other	1344.0	88.095	99.0	0.023128759285111076	NZ_CBYM010000021.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0143_000000013720	1501	0.5514460984044359	2	2	2	2	2	False	83918	fragment	False	CHI0099_000000003479	0.9112935452986033		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	93.671	100.0	0.0004516212752158976	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0130_000000001804	9031	0.5514433564992297	9	8	6	7	7	False	111445	fragment	False	CHI0130_000000001804	0.9764679003883938		0	0	False	False	0.9972317814826965	0					non-mobilizable	other	8222.0	98.662	96.0	0.011370483283630465	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
AST0024_000000003407	8296	0.551431662856821	6	5	4	4	3	False	121827	fragment	False	AST0024_000000003407	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2738.0	80.02199999999999	33.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
MAD0056_000000001554	6625	0.5514302721016006	6	3	2	3	1	False	17077	maximal	True	MAD0056_000000001554	1.0		1	1	False	False	0.9990943670272827	0					non-mobilizable	no_good_hit	118.0	77.119	2.0	0.21217712177121772	NZ_JAAITI010000099.1	firmicutes	Blautia luti strain MSK.16.34 NODE_106_length_542_cov_330.296, whole genome shotgun sequence	True	False
FIJ0137_000000003029	3816	0.5514259274226552	3	3	2	3	2	False	108736	fragment	False	FIJ0137_000000003029	0.9826762632801667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2764.0	96.925	72.0	0.07617629212863368	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0041_000000012728	2687	0.5514253892344144	5	4	4	2	1	True	6916	maximal	True	SPA0041_000000012728	1.0		3	3	False	False	0.9944175481796265	0					non-mobilizable	no_good_hit								True	True
SPA0038_000000002789	10159	0.5514241546811329	9	6	2	6	3	True	7053	maximal	True	SPA0038_000000002789	1.0		1	1	False	False	0.9995078444480896	0					non-mobilizable	no_good_hit	7116.0	92.62200000000001	70.0	0.16825501927306263	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
ISR0133_000000001490	10284	0.5514230814883524	7	6	5	5	3	True	31551	fragment	False	ISR0133_000000001490	1.0		0	0	False	False	0.9989303946495056	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	1.9898433801928693e-05	NZ_LT906447.1	firmicutes	Staphylococcus piscifermentans strain NCTC13836 chromosome 1	True	True
ISR0371_000000008772	2125	0.5514224543653842	3	1	1	1	1	False	23490	maximal	True	ISR0371_000000008772	1.0		12	3	False	False	0.9948235154151917	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	4.867134189670829e-05	NZ_AUJC01000001.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
CHI0155_000000005598	2204	0.5514200701034021	3	3	3	3	3	False	79069	fragment	False	CHI0155_000000005598	1.0		0	0	False	False	0.9972776770591736	0					non-mobilizable	chromosome	2204.0	98.14	100.0	0.0007773775030549912	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CAN0022_000000014071	2221	0.5514182141568117	2	1	1	1	1	False	91308	maximal	True	CAN0022_000000014071	1.0		1	1	False	False	0.9990994930267334	0					non-mobilizable	no_good_hit	1935.0	93.95299999999999	87.0	0.000646946133116279	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
FIJ0047_000000018965	1631	0.5514180497340714	2	1	1	1	1	False	46873	maximal	True	FIJ0047_000000018965	1.0		36	9	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	95.177	65.0	0.00022691209702554985	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0046_000000032380	1034	0.5514180497340714	1	1	1	1	1	False	46914	maximal	True	FIJ0046_000000032380	1.0		707	15	False	False	1.0	0					non-mobilizable	chromosome	1021.0	97.551	99.0	0.00032876468603133645	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0033_000000017122	1247	0.5514175346200442	2	2	2	2	1	False	73590	fragment	False	DEN0033_000000017122	1.0		0	0	False	False	0.9759422540664673	0					non-mobilizable	chromosome	1247.0	100.0	100.0	0.0003468698889932839	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0121_01_000000007257	6429	0.5514137793305811	10	4	1	4	1	True	200	maximal	True	USA0121_01_000000007257	1.0		1	1	False	False	0.9995333552360535	0					non-mobilizable	no_good_hit	101.0	85.149	2.0	3.7010293672979265e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	True
ISR0385_000000015581	1507	0.5514135859037079	2	2	2	2	1	True	23029	fragment	False	ISR0385_000000015581	1.0		0	0	False	False	0.9980092644691467	0					non-mobilizable	no_good_hit								True	True
ENG0119_000000009888	3313	0.5514120111594751	3	3	2	3	2	False	132033	maximal	True	ENG0119_000000009888	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	77.721	47.0	0.000650571450728225	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0055_000000010704	1325	0.5514107010561511	3	3	3	2	2	False	46242	maximal	True	FIJ0055_000000010704	1.0		69	9	False	False	1.0	0					non-mobilizable	chromosome	1292.0	98.29700000000001	97.0	0.00024320555088883057	CP052503.1	enterobacteria	Klebsiella pneumoniae strain B17KP0020 chromosome, complete genome	False	False
USA0004_01_000000013351	1713	0.5514104510170375	3	3	2	1	2	False	2200	maximal	True	USA0004_01_000000013351	1.0		1	1	False	False	0.9568009376525879	0					non-mobilizable	no_good_hit	480.0	73.125	28.0	0.009932734016470737	NZ_FNID01000023.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
DEN0004_000000001366	1477	0.5514104510170375	3	3	2	1	2	False	76589	fragment	False	DEN0004_000000001366	1.0		0	0	False	False	0.9708869457244873	0					non-mobilizable	other	1372.0	95.19	93.0	0.008357873385549677	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0820_000000009816	2374	0.5514083293595716	4	4	4	4	4	False	21283	maximal	True	ISR0820_000000009816	1.0		77	6	False	False	1.0	0					non-mobilizable	other	2386.0	86.044	100.0	0.0029520387752926644	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
USA0134_01_000000000650	9036	0.5514069539757951	9	5	4	5	3	False	116831	maximal	True	USA0134_01_000000000650	1.0		20	7	False	False	0.9995573163032532	0					non-mobilizable	no_good_hit	4661.0	98.713	68.0	0.014895888606882795	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0137_000000003373	5242	0.5514042957765917	5	5	5	5	5	False	86253	maximal	False	MON0101_000000009654	0.913124666548106		0	0	False	False	0.9996184706687927	0					non-mobilizable	no_good_hit	1339.0	74.533	25.0	0.00039977861230165447	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0064_000000015954	1655	0.5514040899455813	2	2	2	2	2	False	54634	fragment	False	MON0094_000000021479	0.9631006864988558		0	0	False	False	0.998791515827179	0					non-mobilizable	no_good_hit	209.0	73.684	12.0	5.189756483967829e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	False
MON0070_000000024028	1440	0.5514016406043329	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.05642119584446824		0	0	False	False	0.9993055462837219	0					non-mobilizable	chromosome	1441.0	98.54299999999999	100.0	0.00048435897496311767	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0007_000000006813	6312	0.5514003569766637	9	7	3	3	5	False	95423	maximal	True	CAN0007_000000006813	1.0		169	13	False	False	0.999841570854187	0					non-mobilizable	no_good_hit	653.0	77.642	26.0	0.00018494776367329092	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0146_000000013821	2860	0.5514003505847987	3	3	3	2	2	False	119077	fragment	False	ENG0052_000000006995	0.1586669028220569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	79.874	5.0	0.0007756903644243377	NZ_FCOU01000005.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
SPA0075_000000001386	8574	0.5513989872212423	11	9	4	5	9	True	86534	fragment	False	SPA0075_000000001386	1.0		0	0	False	False	0.9996501207351685	0			MPF_T		non-mobilizable	plasmid	8579.0	95.09299999999999	100.0	0.2626451395484207	CP011537.1	firmicutes	Lactobacillus fermentum 3872 plasmid pLF3872, complete sequence	False	True
SPA0127_000000024646	1186	0.5513969156975764	2	1	1	1	1	False	78783	fragment	False	MON0008_000000030537	0.2106232164227193		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	73.314	29.0	6.399865489217646e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0051_000000016694	2328	0.5513968913808954	4	4	4	4	2	False	35849	maximal	True	ISR0051_000000016694	1.0		61	9	False	False	0.9823883175849915	0					non-mobilizable	no_good_hit	991.0	81.53399999999999	51.0	0.7216946676406136	NZ_OFSM01000126.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0817_000000007085	1754	0.5513888102446566	2	1	1	1	1	False	21373	maximal	True	ISR0817_000000007085	1.0		10	5	False	False	0.9749144911766052	0					non-mobilizable	no_good_hit	98.0	77.551	6.0	4.218662042544328e-05	CP021058.1	firmicutes	Macrococcus caseolyticus strain IMD0819, complete genome	True	False
USA0073_01_000000005956	2897	0.5513852362565651	4	4	3	4	2	False	39504	fragment	False	USA0073_01_000000005956	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1885.0	90.08	99.0	0.0009110722675711124	LR134481.1	g-proteobacteria	Haemophilus parainfluenzae strain NCTC10665 genome assembly, chromosome: 1	False	False
CHI0071_000000010119	1169	0.5513851289849039	2	2	2	2	2	False	84869	fragment	False	CHI0071_000000010119	0.96		0	0	False	False	1.0	0					non-mobilizable	chromosome	1169.0	99.23	100.0	0.0002168523217123016	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	False	False
FIJ0148_000000002792	6100	0.5513830081623834	8	5	3	4	4	False	74850	maximal	True	FIJ0148_000000002792	1.0		2	1	False	False	0.9998360872268677	0					non-mobilizable	no_good_hit	790.0	86.58200000000001	18.0	0.04918448943326775	NZ_CABKPS010000089.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0078_000000003193	2356	0.5513796114124414	2	2	2	1	1	False	5670	maximal	True	SPA0078_000000003193	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	2356.0	99.70299999999999	100.0	0.0006007193327041298	CP053685.1	enterobacteria	Proteus mirabilis strain MPE5203 chromosome, complete genome	False	False
MON0071_000000003952	2988	0.5513765266140742	4	4	2	3	4	False	10619	maximal	True	MON0071_000000003952	1.0		33	8	False	False	0.986947774887085	0					non-mobilizable	chromosome	2397.0	99.958	99.0	0.0006700015743359197	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0185_000000005987	3770	0.5513760944903713	5	4	4	4	3	False	65893	fragment	False	ENG0185_000000005987	1.0		0	0	False	False	0.9962864518165588	0					non-mobilizable	no_good_hit	254.0	88.583	7.0	0.00010238938849589162	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ISR0369_000000003509	3223	0.5513760944903713	5	4	4	4	3	False	65892	fragment	False	ISR0369_000000003509	1.0		0	0	False	False	0.9990692138671875	0					non-mobilizable	no_good_hit	146.0	89.726	5.0	0.0008811848159267861	NZ_FOXR01000002.1	firmicutes	Caldicoprobacter faecalis strain DSM 20678, whole genome shotgun sequence	True	False
ISR0007_000000003395	3961	0.5513735791800093	5	5	2	4	3	False	128564	fragment	False	ISR0007_000000003395	1.0		0	0	False	False	0.9994950890541077	0					non-mobilizable	no_good_hit	1602.0	93.196	40.0	0.0005628311926340041	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0121_000000004403	5214	0.5513712582347008	6	2	1	2	1	False	32228	fragment	False	ISR0121_000000004403	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5081.0	98.87799999999999	97.0	0.21129280572546083	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	False	False
MON0069_000000037477	1404	0.5513675106568587	2	2	2	2	2	False	10473	maximal	True	MON0069_000000037477	1.0		287	13	False	False	0.9992877244949341	0					non-mobilizable	no_good_hit	715.0	99.301	51.0	0.013689437659374581	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0149_000000010565	2295	0.5513659963394109	4	4	4	3	2	False	117366	maximal	True	FIJ0149_000000010565	1.0	PS787	2	1	False	True	1.0	0					non-mobilizable	chromosome	1496.0	98.529	99.0	0.000615677834527213	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
USA0075_01_000000004140	6029	0.5513608182765465	7	7	7	7	6	False	692	maximal	True	USA0075_01_000000004140	1.0		6	3	False	False	0.9998341202735901	0					non-mobilizable	no_good_hit	1122.0	84.225	30.0	0.010879384537674727	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0106_000000001610	9736	0.5513591979260977	11	5	3	4	4	True	113146	fragment	False	CHI0106_000000001610	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8786.0	95.698	90.0	0.20059428571428572	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0374_000000000658	18296	0.551354429446072	33	6	2	4	2	False	23426	maximal	True	ISR0374_000000000658	1.0		1	1	False	False	0.9990708231925964	0					non-mobilizable	no_good_hit	6139.0	76.47800000000001	33.0	0.008016855202116206	NZ_ATXD01000009.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
AST0047_000000018975	1239	0.5513528819571756	2	1	1	1	1	False	115053	maximal	True	AST0047_000000018975	1.0		59	6	False	False	0.9919289946556091	0					non-mobilizable	other	1239.0	99.839	100.0	0.00042566300967816024	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
ISR0106_000000006518	3531	0.5513503335897643	5	3	1	1	3	False	32910	maximal	True	ISR0106_000000006518	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	95.23100000000001	75.0	0.007294501905280348	CP040803.1	firmicutes	Streptococcus salivarius strain LAB813 plasmid pSAL813, complete sequence	True	False
ISR0062_000000025503	1513	0.5513495865519505	2	2	2	1	1	False	109827	fragment	False	ISR0360_000000015719	0.5700335120178835		0	0	False	False	0.9940515756607056	0					non-mobilizable	other	1513.0	99.934	100.0	0.029697136347566485	NZ_JAAIPV010000031.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_31_length_50914_cov_74.5275, whole genome shotgun sequence	False	False
SPA0113_000000019942	1490	0.5513495865519505	2	2	2	1	1	False	109827	fragment	False	ISR0360_000000015719	0.5623501183454913		0	0	False	False	0.9845637679100037	0					non-mobilizable	other	1489.0	98.455	99.0	0.029225753230938446	NZ_JAAIPV010000031.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_31_length_50914_cov_74.5275, whole genome shotgun sequence	False	False
MON0081_000000038052	1377	0.5513495865519505	2	2	2	1	1	False	109827	fragment	False	ISR0360_000000015719	0.22958827634333567		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	93.445	95.0	0.0003483707612340256	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
CHI0069_000000008146	1288	0.5513495865519505	2	2	2	1	1	False	85038	fragment	False	CHI0069_000000008146	1.0		0	0	False	False	0.9953415989875793	0					non-mobilizable	other	1286.0	99.06700000000001	99.0	0.0003096137851140583	CP011914.1	firmicutes	Eubacterium limosum strain SA11, complete genome	False	False
ISR0124_000000011385	1198	0.5513495865519505	2	2	2	1	1	False	32069	maximal	True	ISR0124_000000011385	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1203.0	84.04	100.0	0.0010388125466245565	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	False	False
ISR0320_000000024227	1111	0.5513495865519505	2	2	2	1	1	False	80753	fragment	False	ISR0225_000000019676	0.958307590340943		0	0	False	False	0.9666966795921326	0					non-mobilizable	other	1111.0	99.28	100.0	0.021801469144046823	NZ_JAAIPV010000031.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_31_length_50914_cov_74.5275, whole genome shotgun sequence	False	False
ISR0109_000000028416	1106	0.5513495865519505	2	2	2	1	1	False	80753	fragment	False	ISR0225_000000019676	0.9558736386495341		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	99.729	100.0	0.021703264328082648	NZ_JAAIPV010000031.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_31_length_50914_cov_74.5275, whole genome shotgun sequence	False	False
ISR0159_000000011774	2208	0.5513486182029779	3	3	2	2	2	True	86491	maximal	False	CHI0052_000000007130	0.6129547562117806		0	0	False	False	1.0	0					non-mobilizable	other	2211.0	94.844	100.0	0.0007689943699995331	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	True
ISR0276_000000006786	1497	0.5513462418766696	2	1	1	1	1	False	26313	fragment	False	ISR0276_000000006786	0.9838376891334251		0	0	False	False	0.9879759550094604	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000006442	4416	0.551343641079725	4	3	3	3	1	False	79211	maximal	True	CHI0154_000000006442	1.0		38	10	False	False	0.9979619383811951	0					non-mobilizable	no_good_hit	409.0	78.484	9.0	0.0001381179966378721	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0025_000000009862	3888	0.5513415447938897	3	3	3	3	2	True	37380	maximal	True	ISR0025_000000009862	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	81.818	3.0	6.635772781399381e-05	NZ_CP053825.1	e-proteobacteria	Campylobacter armoricus strain CCUG 73571 chromosome, complete genome	True	True
CHI0125_000000004801	3230	0.5513412705289678	4	3	3	3	2	False	81647	maximal	True	CHI0125_000000004801	1.0		119	9	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	99.4	57.0	0.004483504226675016	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0132_000000018926	2177	0.5513386528412484	3	3	3	3	3	False	68936	fragment	False	SPA0132_000000018926	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2177.0	99.72399999999999	100.0	0.0006084822311164279	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0114_000000013387	2088	0.5513377649260944	4	3	3	3	2	False	32548	maximal	True	ISR0114_000000013387	1.0		2	2	False	False	0.9899425506591797	0					non-mobilizable	no_good_hit	1209.0	78.164	76.0	0.01188495364868077	NZ_GL882581.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld1, whole genome shotgun sequence	True	False
ISR0140_000000012377	1910	0.5513362235665534	4	4	2	2	3	False	31240	maximal	True	ISR0140_000000012377	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1910.0	100.0	100.0	0.001011395551025144	CP041280.1	firmicutes	Lactobacillus delbrueckii subsp. bulgaricus strain KLDS1.1011 chromosome, complete genome	False	False
TAN0001_000000010126	1455	0.5513324010634376	2	2	2	2	1	False	3097	maximal	True	TAN0001_000000010126	1.0		297	15	False	False	0.9986254572868347	0					non-mobilizable	no_good_hit	480.0	71.458	33.0	0.009291338582677165	NZ_KB898339.1	CFB group bacteria	Prevotella veroralis DSM 19559 = JCM 6290 strain DSM 19559 D464DRAFT_scaffold00015.15, whole genome shotgun sequence	True	False
SPA0052_000000012736	2196	0.5513317268342232	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.1511691709368802		0	0	False	False	1.0	0					non-mobilizable	other	2204.0	96.915	100.0	0.0006629800320169376	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0031_000000026378	1310	0.5513285620005993	3	2	2	2	1	False	73702	maximal	True	DEN0031_000000026378	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000026798	1682	0.5513276072723436	2	2	1	2	2	False	45552	fragment	False	MAD0098_000000026798	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1682.0	99.822	100.0	0.00035109198798058194	CP032916.1	enterobacteria	Enterobacter roggenkampii strain ECY546 chromosome, complete genome	False	False
MAD0094_000000011601	1390	0.5513276072723436	2	2	1	2	2	False	15615	fragment	False	MAD0094_000000011601	1.0		0	0	False	False	0.999280571937561	0					non-mobilizable	chromosome	1391.0	97.26799999999999	100.0	0.00028797230825135966	NZ_CP025034.2	enterobacteria	Lelliottia nimipressuralis strain SGAir0187 chromosome, complete genome	False	False
FIJ0063_000000021677	1340	0.5513276072723436	2	2	1	2	2	False	45551	fragment	False	FIJ0063_000000021677	1.0		0	0	False	False	0.9985074400901794	0					non-mobilizable	chromosome	1330.0	99.098	99.0	0.0002775736181000556	CP032916.1	enterobacteria	Enterobacter roggenkampii strain ECY546 chromosome, complete genome	False	False
MAD0037_000000007035	1860	0.5513271790022432	2	2	1	1	2	False	18629	maximal	True	MAD0037_000000007035	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1817.0	99.229	100.0	0.005119747395723207	CP021699.1	enterobacteria	Klebsiella pneumoniae strain AR_0158 plasmid tig00000727, complete sequence	False	True
DEN0063_000000027931	1771	0.5513242263844623	3	3	3	3	3	False	104631	fragment	False	DEN0070_000000020404	0.6195096385308942		0	0	False	False	0.9994353652000427	0					non-mobilizable	chromosome	1771.0	99.605	100.0	0.00035915828241535466	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
ISR0016_000000014483	1529	0.5513217359410252	2	2	2	1	1	False	86051	fragment	False	ISR0016_000000014483	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	99.60799999999999	100.0	0.007995771869325645	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0378_000000025343	1294	0.5513217359410252	2	2	2	1	1	False	86049	fragment	False	CHI0056_000000016747	0.9557487392540859		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.845	99.0	0.006755589975981287	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0785_000000031058	1252	0.5513217359410252	2	2	2	1	1	False	86049	fragment	False	CHI0056_000000016747	0.7399350813804282		0	0	False	False	0.9976038336753845	0					non-mobilizable	other	1252.0	100.0	100.0	0.006546276576260721	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0056_000000016747	1248	0.5513217359410252	2	2	2	1	1	False	86049	fragment	False	CHI0056_000000016747	0.9655364920204706		0	0	False	False	0.9895833134651184	0					non-mobilizable	other	1248.0	99.679	100.0	0.006525345236288664	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0128_000000027532	1103	0.5513217359410252	2	2	2	1	1	False	58573	fragment	False	ENG0128_000000027532	1.0		0	0	False	False	0.9882139563560486	0					non-mobilizable	other	1103.0	99.819	100.0	0.0057665841623016105	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0165_000000003138	5498	0.5513131528374624	6	3	3	3	1	True	37185	maximal	True	ISR0165_000000003138	1.0		5	2	False	False	0.9883593916893005	0					non-mobilizable	no_good_hit								True	True
MAD0062_000000008738	1624	0.5513115227714667	4	4	1	3	3	False	16761	maximal	True	MAD0062_000000008738	1.0		3	1	False	False	1.0	0					non-mobilizable	chromosome	1624.0	97.845	100.0	0.0003422325030206288	CP039298.1	enterobacteria	Escherichia coli strain PigCaeca_1 chromosome, complete genome	False	False
CAN0008_000000018128	1585	0.5513087070796789	2	2	2	2	1	False	94933	fragment	False	CAN0008_000000018128	0.987740225314778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0039_000000009277	2828	0.5513084885770481	2	2	2	2	2	False	110164	fragment	False	SPA0039_000000009277	0.9621621621621621		0	0	False	False	0.9996463656425476	0					non-mobilizable	no_good_hit	1599.0	78.487	56.0	0.0011994122804438504	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ISR0158_000000004577	3802	0.5513074900948669	5	5	3	2	4	False	36481	fragment	False	ISR0158_000000004577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1102.0	82.396	43.0	0.0039701387554430785	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0087_000000001431	13213	0.5513070438425113	14	7	3	6	5	False	121472	maximal	True	AST0087_000000001431	1.0		4	3	False	False	0.9999243021011353	0					non-mobilizable	no_good_hit	1079.0	95.366	27.0	0.0003353639756870451	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0083_000000005550	1856	0.5513050181707724	3	2	2	2	2	False	17604	maximal	True	MAD0083_000000005550	1.0		18	2	False	False	1.0	0					non-mobilizable	chromosome	1856.0	99.946	100.0	0.0005228422890627312	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
SPA0067_000000007502	2919	0.5512932193424445	3	2	2	2	1	False	6043	maximal	True	SPA0067_000000007502	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2554.0	99.413	87.0	0.0005951462362653629	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
CHI0145_000000014564	1269	0.5512919369463748	2	2	2	2	2	False	79741	maximal	True	CHI0145_000000014564	1.0		67	9	False	False	1.0	0					non-mobilizable	chromosome	1269.0	99.921	100.0	0.00023836616162992827	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	False	False
MON0048_000000015663	2525	0.5512892238967547	3	3	3	3	3	False	75631	fragment	False	MON0096_000000012454	0.9352799877908461		0	0	False	False	0.9885148406028748	0					non-mobilizable	no_good_hit	515.0	72.233	20.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0075_000000005995	2910	0.5512858643278071	5	2	2	2	2	False	85379	maximal	True	SPA0075_000000005995	1.0		20	6	False	False	0.9986254572868347	0					non-mobilizable	no_good_hit	1623.0	84.165	56.0	0.0017880244667656797	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0033_000000007603	3833	0.5512849224743441	5	5	5	4	3	True	128159	fragment	False	MAD0102_000000004786	0.779706898118154		0	0	False	False	1.0	0					non-mobilizable	other	3833.0	99.84299999999999	100.0	0.012845051537752452	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ETH0005_000000012635	3805	0.5512849224743441	5	5	5	4	3	True	128159	fragment	False	MAD0102_000000004786	0.7792125037136445		0	0	False	False	0.9997372031211853	0					non-mobilizable	other	3805.0	100.0	100.0	0.012751194167434844	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ENG0043_000000029290	1191	0.5512845095419716	2	2	2	1	1	True	64543	fragment	False	ENG0043_000000029290	1.0		0	0	False	False	0.982367753982544	0					non-mobilizable	chromosome	1191.0	99.83200000000001	100.0	0.0001679645575023134	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	True
DEN0001_000000022957	1896	0.5512771287073875	4	4	4	2	1	False	121131	maximal	True	DEN0001_000000022957	1.0		89	6	False	False	1.0	0					non-mobilizable	chromosome	1684.0	99.05	100.0	0.0005301623614351955	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0078_000000043338	1106	0.5512748216401822	1	1	1	1	1	False	48329	fragment	False	FIJ0032_000000032918	0.9374568221716467		0	0	False	False	0.9990958571434021	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000025309	1210	0.5512738755912776	3	1	1	1	1	False	68684	fragment	False	DEN0090_000000025309	1.0		0	0	False	False	0.9966942071914673	0					non-mobilizable	no_good_hit								True	False
ISR0364_000000003651	4075	0.5512721159322271	5	5	5	5	4	False	65051	maximal	True	ISR0364_000000003651	1.0		422	14	False	False	0.9963189959526062	0					non-mobilizable	chromosome	2422.0	98.555	100.0	0.0010989649484199145	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
ETH0004_000000018317	1549	0.551271935704209	2	2	2	2	2	False	92359	fragment	False	ETH0004_000000018317	0.9798500442344346		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	78.164	46.0	0.00016031615161418182	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0045_000000018829	1324	0.5512716558807429	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.28716113190981185		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	95.501	96.0	0.00035156705600079976	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0101_000000006207	4466	0.5512667058286418	4	3	3	3	3	False	88699	fragment	False	FIJ0101_000000006207	1.0		0	0	False	False	0.9861173033714294	0					non-mobilizable	no_good_hit	44.0	97.727	1.0	1.7087480309162588e-06	LN590687.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG13, chromosome: 13	True	False
MAD0076_000000004188	1539	0.5512649730077458	2	2	0	1	1	True	16239	fragment	False	MAD0076_000000004188	1.0		0	0	False	False	0.9961013793945312	0					non-mobilizable	no_good_hit	362.0	79.558	23.0	0.11950318898959382	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
MON0062_000000020839	1774	0.5512627401637853	2	2	2	2	2	False	54033	maximal	True	MON0062_000000020839	0.9628579245909968		1403	15	False	False	1.0	0					non-mobilizable	other	1774.0	97.125	100.0	0.018153473774896924	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
ISR0830_000000003593	5877	0.5512598801953034	6	5	5	5	5	False	117087	fragment	False	ISR0830_000000003593	0.993006993006993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3501.0	80.748	59.0	0.000541508118740559	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
ISR0808_000000002317	5577	0.5512598801953034	6	5	5	5	5	False	117087	fragment	False	ISR0830_000000003593	0.96775565764846		0	0	False	False	0.9994620680809021	0					non-mobilizable	no_good_hit	3537.0	80.803	63.0	0.0005467865809071814	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
ISR0838_000000001096	14339	0.551257618999746	17	8	0	8	3	False	20892	maximal	True	ISR0838_000000001096	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.656838865986683e-06	CP053183.1	firmicutes	Staphylococcus aureus strain Guangzhou-SAU071 chromosome, complete genome	True	False
ISR0851_000000010834	1292	0.5512563361299846	3	2	2	2	2	False	68044	fragment	False	ENG0001_000000016928	0.5058478988725504		0	0	False	False	0.9984520077705383	0					non-mobilizable	other	745.0	97.852	100.0	0.0066609368285345935	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0028_000000028754	1180	0.5512527549616303	3	3	3	2	2	False	7415	fragment	False	SPA0028_000000028754	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1180.0	98.64399999999999	100.0	0.00032821797682430315	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0107_000000011890	4517	0.5512519152969222	4	4	4	4	4	False	14256	maximal	True	MON0107_000000011890	0.986253431443588		26	4	False	False	0.9997786283493042	0					non-mobilizable	no_good_hit	3891.0	81.59899999999999	86.0	0.002281044813075469	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0776_000000017761	1329	0.5512501126283041	1	1	1	1	1	False	96067	fragment	False	CHI0188_000000010932	0.9684264064418896		0	0	False	False	0.9992475509643555	0					non-mobilizable	chromosome	1329.0	99.85	100.0	0.0003713531263431141	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0295_000000014093	2489	0.5512478106972505	5	4	4	4	2	False	128424	fragment	False	ENG0148_000000014675	0.9614382688812514		0	0	False	False	1.0	0					non-mobilizable	other	2470.0	99.63600000000001	99.0	0.011797197150324673	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0003_000000011414	2329	0.5512473985844856	3	3	3	2	1	False	78213	fragment	False	DEN0003_000000011414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0155_000000010076	2063	0.5512426398523801	3	2	1	1	2	True	30597	maximal	True	ISR0155_000000010076	1.0		63	10	False	False	1.0	0					non-mobilizable	other	2063.0	99.95200000000001	100.0	0.0003917239482202492	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
USA0025_01_000000012472	1244	0.5512424986355897	2	2	2	2	1	False	1645	maximal	True	USA0025_01_000000012472	1.0		494	13	False	False	1.0	0					non-mobilizable	chromosome	1244.0	99.839	100.0	0.0002384762537701983	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ISR0271_000000004865	3160	0.5512420931878386	2	2	2	2	2	False	79389	maximal	True	ISR0271_000000004865	0.9909747292418772		948	13	False	False	0.9996835589408875	0					non-mobilizable	chromosome	3161.0	98.57600000000001	100.0	0.0006304958823170155	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0052_000000017296	1572	0.551238110360982	2	2	2	1	1	False	7749	maximal	True	SPA0052_000000017296	0.9975490196078431		76	10	False	False	1.0	0					non-mobilizable	chromosome	1516.0	84.103	100.0	0.0005300140760728992	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0224_000000016034	1911	0.5512371612590333	2	2	2	2	1	False	27738	maximal	True	ISR0224_000000016034	1.0		47	10	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	96.491	3.0	2.499021588422747e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MAD0061_000000003469	4519	0.5512294904428996	6	5	4	4	5	False	16834	maximal	True	MAD0061_000000003469	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	78.936	10.0	0.0002659665688447243	CP031971.1	firmicutes	Parvimonas micra strain KCOM 1037 chromosome, complete genome	True	False
FIJ0114_000000023914	1674	0.5512287734652042	2	2	2	2	2	False	78269	fragment	False	FIJ0114_000000023914	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1674.0	99.522	100.0	0.011116574526897726	CP055936.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_3, complete sequence	False	True
SPA0113_000000008286	4016	0.5512277319104918	5	5	5	5	3	False	63084	maximal	True	SPA0113_000000008286	1.0		70	8	False	False	0.9990040063858032	0					non-mobilizable	other	4016.0	98.904	100.0	0.009094640035009035	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ISR0047_000000017885	1674	0.5512274498863211	2	2	1	1	2	False	111789	fragment	False	ISR0047_000000017885	0.9530472636815921		0	0	False	False	0.9856630563735962	0					non-mobilizable	no_good_hit	1265.0	87.905	80.0	0.0003015726365742883	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
CHI0151_000000015200	1632	0.5512274498863211	3	2	1	1	2	False	79465	maximal	True	CHI0151_000000015200	1.0		10	3	False	False	1.0	0					non-mobilizable	other	1649.0	90.661	99.0	0.0004300714117966568	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
ISR0148_000000018075	1608	0.5512274498863211	2	2	1	1	2	False	111789	fragment	False	ISR0047_000000017885	0.9369772998805257		0	0	False	False	0.9919154047966003	0					non-mobilizable	no_good_hit	1300.0	86.846	80.0	0.0003366574870867057	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ISR0148_000000024508	1195	0.5512274498863211	2	2	1	1	2	False	30895	maximal	True	ISR0148_000000024508	1.0		11	4	False	False	0.9874476790428162	0					non-mobilizable	no_good_hit	770.0	85.844	89.0	0.00017090350014394818	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
AST0099_000000006259	3376	0.5512268178125601	4	3	2	2	2	False	108872	maximal	True	AST0099_000000006259	1.0		5	4	False	False	0.9979265332221985	0					non-mobilizable	no_good_hit	1032.0	80.911	30.0	0.07306559379265752	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0855_000000001317	7055	0.5512250798308871	10	3	1	2	2	False	20494	maximal	True	ISR0855_000000001317	1.0		15	5	False	False	0.9992913007736206	0					non-mobilizable	no_good_hit	574.0	74.564	9.0	9.009501755417701e-05	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
USA0093_01_000000014275	1121	0.5512220734684788	1	1	1	1	1	False	1927	fragment	False	USA0093_01_000000014275	0.9991023339317774		0	0	False	False	1.0	0					non-mobilizable	other	591.0	99.492	100.0	0.0012448124025512325	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
USA0116_01_000000021673	1121	0.5512220734684788	1	1	1	1	1	False	1927	fragment	False	USA0093_01_000000014275	0.9991023339317774		0	0	False	False	1.0	0					non-mobilizable	other	591.0	99.492	100.0	0.0012448124025512325	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
MON0006_000000019363	1179	0.5512191538008593	2	2	2	2	2	False	14026	fragment	False	MON0006_000000019363	1.0		0	0	False	False	0.9983036518096924	0					non-mobilizable	other	1179.0	98.64299999999999	100.0	0.002257111433859737	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0337_000000001190	6438	0.5512158677343211	9	2	1	2	1	False	24449	fragment	False	ISR0337_000000001190	1.0		0	0	False	False	0.9916123151779175	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	1.0	0.00041323569627176325	NZ_QJKH01000010.1	firmicutes	Dielma fastidiosa strain JC118 Ga0244565_110, whole genome shotgun sequence	True	False
MON0103_000000027121	1985	0.5512147833459423	3	3	3	3	1	False	45676	maximal	True	MON0103_000000027121	1.0		4	1	False	False	0.9994962215423584	0					non-mobilizable	no_good_hit	1311.0	97.025	66.0	0.022910509102992357	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0026_000000006343	1795	0.551210340181841	2	1	1	1	1	False	66067	maximal	True	ENG0026_000000006343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	99.02799999999999	54.0	0.0004878794911285048	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0085_000000024031	1157	0.5512099293504626	2	1	1	1	1	False	33936	maximal	True	ISR0085_000000024031	1.0		2	1	False	False	0.9853067994117737	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000000043	100564	0.5512098089212802	116	34	27	34	21	True	108372	fragment	False	ISR0182_000000000043	1.0		0	0	False	False	0.999980092048645	0					non-mobilizable	no_good_hit	6316.0	96.897	6.0	0.0021407331569323904	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ENG0127_000000015806	1662	0.5512053928608354	2	1	1	1	1	False	58706	maximal	True	ENG0127_000000015806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	74.098	28.0	0.007304392204395394	NZ_ADGQ01000032.1	firmicutes	Peptostreptococcus stomatis DSM 17678 contig00056, whole genome shotgun sequence	True	False
ISR0232_000000026426	1139	0.5512034386862584	2	2	2	2	1	False	27408	fragment	False	ISR0232_000000026426	1.0		0	0	False	False	0.9833186864852905	0					non-mobilizable	other	1137.0	84.609	99.0	0.008072036160444175	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ENG0038_000000011489	2085	0.5512006721500545	2	2	2	1	2	False	109642	fragment	False	ENG0038_000000011489	1.0		0	0	False	False	0.9928057789802551	0		MOBT			mobilizable	chromosome	2063.0	97.57600000000001	99.0	0.0005768341071568011	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
MON0024_000000024669	2041	0.5511963493681651	3	3	3	3	2	False	12927	maximal	True	MON0024_000000024669	1.0		1	1	False	False	0.9975502490997314	0					non-mobilizable	no_good_hit	513.0	74.26899999999999	25.0	0.00013146599247134593	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0051_000000013108	3048	0.5511922548245833	4	4	2	3	3	True	121617	fragment	False	ISR0051_000000013108	0.978467451104267		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1241.0	95.89	68.0	0.15419105741686387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0007_000000031683	1982	0.5511900555009774	3	3	3	2	2	False	22333	fragment	False	MON0007_000000031683	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1982.0	98.587	100.0	0.0006385125912039975	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0048_000000003387	7872	0.5511893908957047	10	3	3	3	1	False	46819	fragment	False	FIJ0048_000000003387	1.0		0	0	False	False	0.9998729825019836	0					non-mobilizable	other	7813.0	99.603	100.0	0.03775399725460627	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0020_000000024315	1140	0.5511883653123587	3	2	2	2	2	False	37658	fragment	False	ISR0020_000000024315	1.0		0	0	False	False	0.9947368502616882	0					non-mobilizable	no_good_hit	346.0	82.37	30.0	0.00067606588784402	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ISR0232_000000011877	2290	0.5511874359144465	3	2	2	2	2	False	27452	maximal	True	ISR0232_000000011877	1.0		144	14	False	False	1.0	0					non-mobilizable	other	921.0	98.806	99.0	0.0002945878763640299	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0280_000000012740	1212	0.5511863790903941	2	1	1	1	1	False	89900	maximal	False	CHI0014_000000005248	0.9629057187017		0	0	False	False	0.9991748929023743	0					non-mobilizable	other	1212.0	99.67	100.0	0.00023454496823571634	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0036_000000004207	5158	0.5511850867903291	7	5	4	4	1	False	65344	maximal	True	ENG0036_000000004207	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	77.931	3.0	4.893871435601785e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
AST0005_000000023570	1145	0.5511834221194412	2	2	2	2	1	False	127747	maximal	True	AST0005_000000023570	1.0		76	6	False	False	0.9991266131401062	0					non-mobilizable	other	1145.0	92.402	100.0	0.00030445848040620724	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
TAN0008_000000003088	4438	0.5511830005933798	9	4	2	4	2	True	74824	fragment	False	TAN0008_000000003088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.013861386138613862	XM_003141850.2	nematodes	Loa loa choline/Carnitine O-acyltransferase partial mRNA	True	True
MAD0090_000000002891	4119	0.5511830005933798	9	4	2	4	2	True	74823	fragment	False	MAD0090_000000002891	1.0		0	0	False	False	0.9997572302818298	0					non-mobilizable	no_good_hit								True	True
DEN0031_000000019980	1733	0.5511806632252312	2	2	2	1	1	False	80765	maximal	True	DEN0031_000000019980	1.0		3	1	False	False	0.9890363812446594	0					non-mobilizable	no_good_hit	357.0	98.88	21.0	0.00011982751569622647	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0149_000000004226	5953	0.5511804569001092	7	6	2	5	5	False	121642	fragment	False	ENG0149_000000004226	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5953.0	99.84899999999999	100.0	0.002458196818468856	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
CHI0133_000000001168	13129	0.5511799797030109	17	8	2	5	3	False	80821	maximal	True	CHI0133_000000001168	1.0		1	1	False	False	0.9966486692428589	0					non-mobilizable	no_good_hit								True	False
FIJ0017_000000008718	3217	0.5511785128847826	5	5	4	5	2	False	50158	maximal	True	FIJ0017_000000008718	0.9995851483094794		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	81.6	4.0	0.00013079630690298607	AP018135.1	mycoplasmas	Mycoplasma bovirhinis DNA, complete genome, strain: HAZ141_2	True	False
CHI0161_000000005788	1813	0.5511768347659658	1	1	1	1	1	False	78632	maximal	True	CHI0161_000000005788	1.0		162	11	False	False	0.9862107038497925	0					non-mobilizable	no_good_hit	789.0	78.834	59.0	0.0020133536129514577	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ISR0119_000000016697	1861	0.5511761871296753	2	2	2	2	0	True	32343	maximal	True	ISR0119_000000016697	1.0		11	6	False	False	0.9881783723831177	0					non-mobilizable	no_good_hit	983.0	100.0	53.0	0.00565622588040135	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0047_000000017204	1350	0.551175587182911	2	2	2	2	1	False	115079	fragment	False	AST0047_000000017204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	88.462	4.0	0.00010113749940507353	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
DEN0059_000000000068	4271	0.5511740746387216	5	2	1	1	2	False	88189	maximal	True	DEN0059_000000000068	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	2058.0	89.31	59.0	0.0005111397967344068	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ISR0796_000000005145	4211	0.5511740746387216	5	2	1	1	2	False	88182	maximal	True	ISR0796_000000005145	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3539.0	97.994	84.0	0.01278825086231208	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0787_000000003413	3865	0.5511740746387216	5	2	1	1	2	False	88181	fragment	False	ISR0787_000000003413	0.9972393845948916		0	0	False	False	0.9974126815795898	0					non-mobilizable	other	3865.0	100.0	100.0	0.013970540382237455	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0108_000000005765	3768	0.5511740746387216	5	2	1	1	2	False	110260	maximal	True	ISR0108_000000005765	1.0		15	6	False	False	0.9957537055015564	0					non-mobilizable	other	3544.0	99.323	94.0	0.0011357137860057212	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
USA0058_01_000000005659	3614	0.5511740746387216	3	2	1	1	2	False	118803	maximal	True	USA0058_01_000000005659	1.0		90	10	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	88.06	58.0	0.004570073251332335	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
USA0116_01_000000007304	3589	0.5511740746387216	4	2	1	1	2	False	88181	fragment	False	ISR0787_000000003413	0.9787652394184356		0	0	False	False	1.0	0					non-mobilizable	other	3589.0	99.97200000000001	100.0	0.012972644640649065	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0102_000000013600	3353	0.5511740746387216	4	2	1	1	2	False	88181	fragment	False	ISR0787_000000003413	0.8308638324011021		0	0	False	False	0.9979122877120972	0					non-mobilizable	other	3366.0	97.98	100.0	0.012162758241678779	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0026_01_000000010400	3216	0.5511740746387216	4	2	1	1	2	False	88181	fragment	False	ISR0787_000000003413	0.4837582222599587		0	0	False	False	1.0	0					non-mobilizable	other	3214.0	99.93799999999999	99.0	0.011616808035230058	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0065_000000008119	3455	0.5511733186489902	6	5	4	4	4	False	62871	maximal	True	ENG0065_000000008119	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1684.0	89.905	77.0	0.0005304388600581747	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
MON0035_000000010763	2581	0.5511696227056931	2	2	2	2	2	False	102225	fragment	False	ISR0375_000000007981	0.6187899369932185		0	0	False	False	0.9926385283470154	0					non-mobilizable	other	2577.0	96.042	99.0	0.0006310879205505911	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0120_000000008907	3401	0.5511692572281621	5	3	2	2	2	True	79369	fragment	False	ISR0120_000000008907	0.9394032605352199		0	0	False	False	0.999411940574646	0					non-mobilizable	other	3421.0	86.115	99.0	0.0006332051908679974	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
ISR0368_000000005082	2485	0.5511685940136036	3	3	3	3	2	False	129956	fragment	False	ISR0001_000000011907	0.463271510670932		0	0	False	False	0.9907444715499878	0					non-mobilizable	other	1690.0	91.361	100.0	0.062384575607594	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
AST0012_000000019132	1260	0.5511682239517747	3	1	1	1	1	False	124643	fragment	False	AST0012_000000019132	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	9.59314493440834e-06	NC_022571.1	firmicutes	Clostridium saccharobutylicum DSM 13864, complete sequence	True	False
FIJ0013_000000007048	3728	0.5511664322918569	8	3	2	1	2	False	50649	fragment	False	FIJ0013_000000007048	1.0		0	0	False	False	0.9951716661453247	0					non-mobilizable	no_good_hit								True	False
MON0066_000000006846	4029	0.5511645551306713	5	5	5	4	3	False	126386	backbone	True	MON0066_000000006846	0.8828643930060037	PS958	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3532.0	99.462	88.0	0.0010631164818582228	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
AST0010_000000007417	3707	0.5511645551306713	5	5	5	4	3	False	126386	backbone	False	MON0066_000000006846	0.8536802317844273	PS958	0	0	False	True	0.9986512064933777	0					non-mobilizable	other	3533.0	99.34899999999999	95.0	0.0010634175627083668	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0054_01_000000004618	1988	0.5511645441397378	2	2	2	2	1	False	50912	fragment	False	USA0054_01_000000004618	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	99.574	100.0	0.0005560870770663123	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
FIJ0153_000000008312	3233	0.5511590216529947	4	4	3	2	1	True	108766	maximal	True	FIJ0153_000000008312	1.0		10	4	False	False	0.9972162246704102	0					non-mobilizable	no_good_hit	2177.0	91.226	67.0	0.0005325264038212447	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
CHI0138_000000003472	4501	0.5511585987203289	6	6	6	5	5	True	80434	maximal	True	CHI0138_000000003472	1.0		311	13	False	False	1.0	0					non-mobilizable	other	4501.0	99.0	100.0	0.00623028795343767	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	True
CHI0045_000000002226	7359	0.5511566285005325	7	5	2	3	2	True	87195	fragment	False	CHI0045_000000002226	0.9995229750767967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	76.486	5.0	0.005088616724319849	CP021611.1	other sequences	Unidentified plasmid plasmid FAKO02_000237F, complete sequence	True	True
SPA0131_000000002586	7338	0.5511566285005325	7	5	2	3	2	True	87195	fragment	False	CHI0045_000000002226	0.9988779051159297		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	366.0	74.863	5.0	0.004808141786758912	CP021611.1	other sequences	Unidentified plasmid plasmid FAKO02_000237F, complete sequence	True	True
ISR0834_000000002201	7337	0.5511566285005325	7	5	2	3	2	True	87195	fragment	False	CHI0045_000000002226	0.9986056429513677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	75.068	5.0	0.004794785837351248	CP021611.1	other sequences	Unidentified plasmid plasmid FAKO02_000237F, complete sequence	True	True
ISR0851_000000001818	7337	0.5511566285005325	7	5	2	3	2	True	87195	fragment	False	CHI0045_000000002226	0.9984016164657578		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	91.525	1.0	0.001437600694014128	NZ_KB893081.1	d-proteobacteria	Desulfobacter curvatus DSM 3379 B147DRAFT_scaffold_51.52, whole genome shotgun sequence	True	True
DEN0079_000000051444	1223	0.5511564779903418	3	1	1	1	1	False	69428	fragment	False	SPA0116_000000031087	0.9464698599478311		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	96.975	100.0	0.00033907059666427844	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0034_01_000000044885	1142	0.5511564779903418	2	1	1	1	1	False	69428	fragment	False	SPA0116_000000031087	0.6369582992641046		0	0	False	False	0.9868651628494263	0					non-mobilizable	other	1140.0	97.544	99.0	0.00031629927076217297	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0008_000000015055	2275	0.5511545071847566	3	3	3	2	2	False	66204	maximal	True	MON0008_000000015055	1.0		183	13	False	False	0.9780219793319702	0					non-mobilizable	no_good_hit	1247.0	82.117	55.0	0.00034702502243358775	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0041_000000010886	4511	0.551150251154461	5	5	5	4	1	False	11827	maximal	True	MON0041_000000010886	1.0		13	4	False	False	0.9991132616996765	0					non-mobilizable	no_good_hit	252.0	96.429	6.0	7.503846842599487e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0081_000000015881	2231	0.5511500085156661	2	2	2	1	1	False	44265	maximal	True	FIJ0081_000000015881	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0101_000000002669	5094	0.5511493457458492	3	2	2	2	2	False	83320	fragment	False	CHI0101_000000002669	1.0		0	0	False	False	0.9980369210243225	0					non-mobilizable	other	5025.0	97.075	99.0	0.03961332849731128	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	False	False
ISR0165_000000015919	1489	0.5511464779216013	2	1	1	1	1	False	30233	fragment	False	ISR0165_000000015919	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	97.649	99.0	0.001003082050493856	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
MAD0096_000000001939	7499	0.5511456931348112	7	6	4	4	6	False	65924	fragment	False	ENG0028_000000001801	0.9866516137601276		0	0	False	False	1.0	0	Col156				non-mobilizable	plasmid	7500.0	99.427	100.0	0.07662674732281534	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
SPA0094_000000006140	2109	0.551142281685661	2	2	1	2	0	True	5234	maximal	True	SPA0094_000000006140	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	96.03	23.0	5.508392062988325e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
ISR0171_000000005231	4568	0.5511422746171281	5	3	2	2	2	False	42004	maximal	True	ISR0171_000000005231	1.0		1	1	False	False	0.99956214427948	0					non-mobilizable	no_good_hit	483.0	74.327	13.0	0.006743221510594475	NZ_VZBY01000044.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_16_length_70886_cov_18.5679_ID_31, whole genome shotgun sequence	True	False
MAD0011_000000002939	4409	0.5511422746171281	5	3	2	2	2	False	41777	maximal	True	MAD0011_000000002939	1.0		11	2	False	False	0.9988659620285034	0					non-mobilizable	no_good_hit	84.0	94.04799999999999	2.0	2.160732344215866e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0134_000000001579	17441	0.551136818984583	18	7	5	7	3	False	51438	maximal	True	SPA0134_000000001579	1.0		1	1	False	False	0.9997133016586304	0					non-mobilizable	no_good_hit	4747.0	99.242	50.0	0.2946727927480442	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0317_000000004368	3835	0.5511367907418624	4	4	4	4	3	False	68038	maximal	True	ISR0317_000000004368	1.0		174	11	False	False	1.0	0					non-mobilizable	other	3835.0	98.72200000000001	100.0	0.0016404005760655544	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ISR0004_000000013247	1485	0.5511345574380444	2	2	2	2	2	False	38550	fragment	False	ISR0004_000000013247	1.0		0	0	False	False	0.969023585319519	0					non-mobilizable	no_good_hit	1280.0	79.062	86.0	0.0003549433804886247	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0003_000000018315	1473	0.5511319918350842	3	2	2	2	2	False	20088	maximal	True	MAD0003_000000018315	1.0		12	3	False	False	1.0	0					non-mobilizable	other	966.0	90.89	91.0	0.024674294197445545	NZ_WNAJ01000032.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold32_size39069, whole genome shotgun sequence	False	False
MON0076_000000030463	1577	0.551127441443334	3	3	3	3	2	False	100191	maximal	False	MAD0110_000000015382	0.942562376304671		0	0	False	False	0.9955611824989319	0					non-mobilizable	no_good_hit	725.0	84.414	57.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
MON0019_000000003963	11442	0.5511217653533549	16	7	4	7	2	False	13238	fragment	False	MON0019_000000003963	1.0		0	0	False	False	0.9993008375167847	0					non-mobilizable	no_good_hit	864.0	75.926	7.0	0.012407741035625036	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
ISR0230_000000003280	7336	0.5511186057779194	14	4	2	2	4	False	29806	maximal	True	ISR0230_000000003280	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	83.21	9.0	0.0012068797558098	NZ_GL882598.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld50, whole genome shotgun sequence	True	False
CHI0021_000000003268	2501	0.5511170767741838	3	2	1	2	1	False	89967	fragment	False	CHI0021_000000003268	0.9866573790000999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1007.0	91.26100000000001	58.0	0.000312653799225863	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0038_000000011618	2409	0.5511170767741838	3	2	1	2	1	False	89967	fragment	False	CHI0021_000000003268	0.9749543584263941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1540.0	80.455	65.0	0.0005270253878446753	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0782_000000005846	2347	0.5511170767741838	3	2	1	2	1	False	89967	fragment	False	CHI0021_000000003268	0.9391517686338556		0	0	False	False	0.9991478323936462	0					non-mobilizable	no_good_hit	1675.0	79.70100000000001	71.0	0.0005726869789873026	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0023_000000004490	2317	0.5511170767741838	3	2	1	2	1	False	89967	fragment	False	CHI0021_000000003268	0.952698866992559		0	0	False	False	0.9982736110687256	0					non-mobilizable	no_good_hit	1007.0	91.26100000000001	60.0	0.000312653799225863	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0253_000000005412	2259	0.5511170767741838	3	2	1	2	1	False	89967	fragment	False	CHI0021_000000003268	0.7518739300506649		0	0	False	False	0.9951305985450745	0					non-mobilizable	no_good_hit	1415.0	80.42399999999999	64.0	0.00048345516728873325	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0278_000000005828	1935	0.5511170767741838	2	2	1	2	1	False	89966	fragment	False	USA0064_01_000000004342	0.8339013803293494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1007.0	91.26100000000001	83.0	0.000312653799225863	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0064_01_000000004342	1914	0.5511170767741838	2	2	1	2	1	False	89966	fragment	False	USA0064_01_000000004342	0.9726760903850843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1705.0	79.883	88.0	0.0005831438319207286	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0047_000000008906	1746	0.5511170767741838	2	2	1	2	1	False	89966	fragment	False	USA0064_01_000000004342	0.8224090649383148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	80.156	87.0	0.0005259797025513327	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0039_000000017444	1587	0.5511170767741838	3	2	1	2	1	False	89966	fragment	False	USA0064_01_000000004342	0.6800897459263274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	84.35600000000001	64.0	0.00032489686619567365	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0344_000000030153	1178	0.5511124934632239	1	1	1	1	1	False	24224	maximal	True	ISR0344_000000030153	1.0		10	3	False	False	0.9855687618255615	0					non-mobilizable	no_good_hit								True	False
MON0047_000000017747	2222	0.5511116257516274	4	3	1	1	3	False	109492	fragment	False	MON0047_000000017747	1.0		0	0	False	False	0.9954995512962341	0		MOBQ			mobilizable	plasmid	2222.0	97.39	100.0	0.07272905887746414	CP031020.1	firmicutes	Lactobacillus helveticus isolate NWC_2_4 plasmid pNWC_2_4, complete sequence	False	True
MAD0074_000000000050	38681	0.5511108128988642	62	17	7	9	10	True	72312	maximal	True	MAD0074_000000000050	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0003_000000005123	5344	0.5511053846678358	6	5	5	5	4	False	110346	maximal	True	DEN0003_000000005123	1.0		2	2	False	False	0.9992514848709106	0					non-mobilizable	other	2841.0	92.714	98.0	0.02409976061526969	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0296_000000021880	1173	0.5511035673073209	1	1	1	1	1	False	25663	fragment	False	ISR0296_000000021880	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1190.0	81.513	99.0	0.00038389418741146706	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
USA0044_01_000000015612	1777	0.5511015888341457	3	3	3	3	3	False	107345	fragment	False	USA0044_01_000000015612	1.0		0	0	False	False	0.9994372725486755	0					non-mobilizable	no_good_hit	652.0	97.546	64.0	0.00018480122088032375	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0051_000000025060	1447	0.5511006297733744	2	2	2	2	1	False	11257	fragment	False	MON0051_000000025060	1.0		0	0	False	False	0.9744298458099365	0					non-mobilizable	no_good_hit	308.0	75.649	21.0	0.002160711763875159	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	True	False
MON0061_000000019413	2308	0.5510986469819421	3	3	3	2	3	False	10830	maximal	True	MON0061_000000019413	1.0		83	10	False	False	0.9904679656028748	0					non-mobilizable	other	2308.0	99.61	100.0	0.0050755055705158664	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0038_000000001909	10297	0.5510932430213885	13	11	9	9	7	False	82576	maximal	True	ENG0038_000000001909	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	84.211	1.0	3.58841716354283e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
USA0044_01_000000015272	1823	0.5510915920103692	4	4	4	2	2	False	1226	maximal	True	USA0044_01_000000015272	1.0		930	14	False	False	1.0	0					non-mobilizable	virus	1823.0	96.928	100.0	0.14624347127360385	MK232044.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.O21_2-CL08_c1 sequence	False	False
ENG0077_000000006698	3035	0.5510906031162057	5	3	2	3	2	False	62017	maximal	True	ENG0077_000000006698	1.0		188	14	False	False	0.9957166314125061	0					non-mobilizable	no_good_hit	1583.0	96.399	80.0	0.00047630990492769995	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0101_01_000000024743	1209	0.5510893787859555	2	1	1	1	1	False	351	maximal	True	USA0101_01_000000024743	1.0		504	15	False	False	0.977667510509491	0					non-mobilizable	no_good_hit								True	False
AST0099_000000008588	2468	0.5510888733940468	6	3	1	3	2	True	108830	fragment	False	AST0099_000000008588	1.0		0	0	False	False	0.9789302945137024	0					non-mobilizable	other	2503.0	82.34100000000001	100.0	0.0007958808111499081	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0141_000000013510	1994	0.5510888733940468	5	3	1	3	2	True	57733	fragment	False	ENG0141_000000013510	0.9834650726647487		0	0	False	False	0.9994984865188599	0					non-mobilizable	other	2033.0	80.669	100.0	0.0006430614218367349	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
DEN0096_000000030635	1482	0.5510871316025181	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2197160296974705	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1449.0	82.264	98.0	0.0198946108443515	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0093_000000006954	2640	0.5510856530256041	3	3	2	2	3	False	117485	maximal	False	AST0031_000000009978	0.9146738906431189		0	0	False	False	0.9958333373069763	0					non-mobilizable	chromosome	2640.0	99.62100000000001	100.0	0.0011154444892012378	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MAD0076_000000004521	1436	0.5510828655415059	2	2	1	2	1	False	16237	fragment	False	MAD0076_000000004521	1.0		0	0	False	False	0.9916434288024902	0					non-mobilizable	no_good_hit	251.0	74.9	17.0	0.0025828532556705854	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
ISR0127_000000010397	2348	0.5510824770463265	3	2	2	2	1	False	128256	maximal	True	ISR0127_000000010397	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0056_000000005398	2036	0.5510824770463265	3	2	2	2	1	False	63593	fragment	False	ENG0056_000000005398	0.9814049586776861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0005_000000015441	1792	0.5510824770463265	3	2	2	2	1	False	128253	fragment	False	AST0005_000000015441	1.0		0	0	False	False	0.9994419813156128	0					non-mobilizable	no_good_hit								True	False
CHI0163_000000007937	1333	0.5510814545734256	3	3	3	3	2	False	78451	fragment	False	ENG0039_000000017438	0.6584040235571899		0	0	False	False	1.0	0					non-mobilizable	chromosome	1333.0	99.175	100.0	0.0003861222111584101	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0786_000000011714	1240	0.5510808824710394	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.028717989974290987		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	90.61	100.0	0.00041737674006550796	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0131_000000016503	1591	0.5510805132419644	3	2	2	1	1	False	58349	maximal	True	ENG0131_000000016503	1.0		1	1	False	False	0.9956002235412598	0					non-mobilizable	no_good_hit								True	False
ISR0783_000000005571	2507	0.5510762606354864	5	5	3	1	3	False	120721	fragment	False	ISR0783_000000005571	1.0		0	0	False	False	0.9996011257171631	0					non-mobilizable	chromosome	2507.0	99.242	100.0	0.0005605813761266153	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0064_000000009887	2250	0.5510734802174575	3	3	2	2	0	False	62960	maximal	True	ENG0064_000000009887	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0032_000000014198	1234	0.5510731304771987	2	2	2	2	1	True	19220	maximal	False	MON0049_000000017431	0.9393147095669164		0	0	False	False	0.9935170412063599	0					non-mobilizable	chromosome	1234.0	97.569	100.0	0.00032704417950724096	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ENG0042_000000018208	1372	0.5510728254298047	2	2	2	2	1	True	64671	maximal	True	ENG0042_000000018208	1.0		66	8	False	False	1.0	0					non-mobilizable	other	1363.0	93.764	100.0	0.00043538516060110045	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	False	True
ISR0839_000000010240	1949	0.5510688520849526	2	1	1	0	1	False	20840	maximal	True	ISR0839_000000010240	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	71.067	56.0	0.00020844780351729253	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
SPA0061_000000011065	1383	0.5510673554729066	3	3	2	3	3	True	6186	fragment	False	SPA0061_000000011065	1.0		0	0	False	False	0.9978308081626892	0					non-mobilizable	plasmid	1383.0	98.988	100.0	0.0061713234407584205	LR740759.1	enterobacteria	Escherichia coli strain BEN5202 genome assembly, plasmid: paAPEC5202	False	True
ISR0234_000000010924	1333	0.5510602113053307	2	2	2	1	1	False	27349	maximal	True	ISR0234_000000010924	1.0		4	3	False	False	0.9902475476264954	0					non-mobilizable	other	1197.0	98.99700000000001	90.0	0.012336637544225195	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0081_000000014094	1690	0.5510591495219158	2	2	2	2	2	False	51414	fragment	False	FIJ0151_000000010204	0.9557351841172959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	90.556	11.0	0.0003028114093925671	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
MON0042_000000016145	1633	0.5510591495219158	2	2	2	2	2	False	51414	fragment	False	FIJ0151_000000010204	0.9512917028537426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	89.637	12.0	0.00032311161560882857	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
ENG0046_000000014206	1333	0.5510546975274019	2	2	2	2	1	False	102215	fragment	False	ENG0174_000000012784	0.599469370314605		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	95.353	90.0	0.0002951941943834156	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0067_000000018824	1402	0.5510509848052244	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.04580173413494177		0	0	False	False	0.9857346415519714	0					non-mobilizable	other	1383.0	97.325	99.0	0.0028897805899585354	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0049_000000004725	3518	0.5510470257838738	4	4	4	4	3	False	44250	maximal	True	MAD0049_000000004725	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	78.488	33.0	0.0036540034051361463	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
MON0085_000000009400	2663	0.5510457969821295	3	2	2	2	2	False	61788	maximal	False	MAD0105_000000011785	0.9393420150788212		0	0	False	False	0.9973713755607605	0					non-mobilizable	no_good_hit	1751.0	75.957	79.0	0.00048244423565438284	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MON0041_000000028012	2254	0.5510443955529316	2	2	2	2	2	False	74749	fragment	False	MON0041_000000028012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	97.039	13.0	9.12523618701253e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0148_000000005867	5745	0.5510421141673398	7	6	6	5	4	False	105184	maximal	True	AST0148_000000005867	1.0		13	3	False	False	0.9998259544372559	0					non-mobilizable	no_good_hit	1349.0	80.50399999999999	25.0	0.006949148160595641	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0090_000000031382	1477	0.5510420780668575	3	3	3	3	3	False	125782	fragment	False	FIJ0090_000000031382	0.9657555180969464		0	0	False	False	0.9986459016799927	0					non-mobilizable	no_good_hit	1185.0	73.755	79.0	0.0004050287702880375	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0114_000000033783	1221	0.5510416997467631	2	2	2	2	1	True	41790	fragment	False	FIJ0114_000000033783	1.0		0	0	False	False	0.9828009605407715	0					non-mobilizable	other	1221.0	99.427	100.0	0.0034953514690503817	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0020_000000006863	2787	0.5510387526811467	5	3	2	3	0	False	85974	fragment	False	MON0026_000000012213	0.9597140604493546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	83.645	73.0	0.0004083830734990449	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MON0011_000000016940	2787	0.5510387526811467	5	3	2	3	0	False	85974	fragment	False	MON0026_000000012213	0.9597140604493546		0	0	False	False	0.9939002394676208	0					non-mobilizable	no_good_hit	1553.0	83.645	73.0	0.0004083830734990449	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
CHI0057_000000009650	2045	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.937291944137146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	90.28399999999999	67.0	0.00017888517580154885	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
USA0086_01_000000008540	2030	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.8822119542173246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	90.53299999999999	64.0	0.00013445585370565382	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
USA0102_01_000000006832	1969	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.8762784948856569		0	0	False	False	0.9994921088218689	0					non-mobilizable	no_good_hit	511.0	90.60700000000001	66.0	0.00013551874582980918	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
SPA0033_000000016312	1906	0.5510387526811467	3	3	2	3	0	False	84979	fragment	False	SPA0033_000000016312	0.9687322342239909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.005381702212477576	CP032008.1	g-proteobacteria	Acinetobacter haemolyticus strain 11616 plasmid pAhaem11616a, complete sequence	True	False
ENG0130_000000015530	1900	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.7748316648402221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	89.779	61.0	9.66729767430526e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
DEN0017_000000015451	1898	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.7746235523798556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	89.72200000000001	61.0	9.613739238436533e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0816_000000020598	1885	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.6789666184687492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	87.16	59.0	0.00010628921241553662	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
DEN0017_000000015757	1857	0.5510387526811467	3	3	2	3	0	False	75219	maximal	True	DEN0017_000000015757	1.0		11	6	False	False	0.9978460073471069	0					non-mobilizable	no_good_hit	932.0	92.48899999999999	79.0	0.0002843287182400236	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0077_000000018894	1845	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.6427663066328735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	84.729	60.0	0.00010628921241553662	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
DEN0018_000000021446	1829	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.7686237618625106		0	0	False	False	0.9994532465934753	0					non-mobilizable	no_good_hit	359.0	89.694	63.0	9.58696002050217e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
USA0071_01_000000006589	1827	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.49125294936521974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	93.204	65.0	0.00010894644272592502	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
DEN0031_000000019044	1818	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.7056216793256168		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	90.595	63.0	0.0001381759761401976	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0062_000000020977	1813	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.6105015957920564		0	0	False	False	0.996690571308136	0					non-mobilizable	no_good_hit	639.0	90.76700000000001	63.0	0.00017085141042123977	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MON0041_000000037845	1759	0.5510387526811467	3	3	2	3	0	False	84979	fragment	False	SPA0033_000000016312	0.9325813221406086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.005381702212477576	CP032008.1	g-proteobacteria	Acinetobacter haemolyticus strain 11616 plasmid pAhaem11616a, complete sequence	True	False
ISR0117_000000016538	1646	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.5625607627742305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	90.414	59.0	0.00014219764723147072	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
DEN0071_000000026384	1622	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.49942119481271086		0	0	False	False	0.9987669587135315	0					non-mobilizable	no_good_hit	508.0	90.551	59.0	0.00013472157673669266	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
MON0019_000000042215	1594	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.4460535691380205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	89.29700000000001	58.0	8.730025046602534e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ENG0001_000000017314	1572	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.44381650517217075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	88.59899999999999	57.0	8.194440687915262e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0208_000000017716	1562	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.4405433744940707		0	0	False	False	0.9967989921569824	0					non-mobilizable	no_good_hit	294.0	88.095	57.0	7.846310854768535e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0243_000000007970	1548	0.5510387526811467	4	3	2	3	0	False	27225	maximal	True	ISR0243_000000007970	1.0		7	5	False	False	0.9916020631790161	0					non-mobilizable	no_good_hit	657.0	89.346	74.0	0.00018060680024584584	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
USA0016_01_000000009454	1542	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.47371306791190176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	89.751	56.0	9.640518456370897e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0258_000000018378	1524	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.47221614705782156		0	0	False	False	0.9960629940032959	0					non-mobilizable	no_good_hit	350.0	90.0	56.0	9.345947059092896e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MON0022_000000020603	1518	0.5510387526811467	3	3	2	3	0	False	84978	fragment	False	FIJ0090_000000029931	0.94921875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.005381702212477576	CP032008.1	g-proteobacteria	Acinetobacter haemolyticus strain 11616 plasmid pAhaem11616a, complete sequence	True	False
ENG0036_000000016942	1486	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.4666131312374235		0	0	False	False	0.9993270635604858	0					non-mobilizable	no_good_hit	350.0	89.429	55.0	9.345947059092896e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
USA0003_01_000000025470	1483	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.4379943481621685		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	88.59899999999999	55.0	8.194440687915262e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0383_000000010375	1457	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.4339567999256607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	89.09700000000001	54.0	8.569349738996352e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0374_000000011234	1443	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.43223278500940376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	88.59899999999999	49.0	8.194440687915262e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
SPA0056_000000024853	1441	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.43072833434058583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	88.73200000000001	53.0	7.519961778399216e-05	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0834_000000012599	1421	0.5510387526811467	3	3	2	3	0	False	84977	fragment	False	CHI0070_000000008544	0.9260880858573722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	4.0	1.662449377632277e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
SPA0108_000000019795	1415	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.3956330995132931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	88.37200000000001	53.0	8.033765380309081e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
USA0113_01_000000012812	1411	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.36394071390762933		0	0	False	False	0.9893692135810852	0					non-mobilizable	no_good_hit	297.0	88.215	52.0	7.926648508571626e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0042_000000023317	1404	0.5510387526811467	4	3	2	3	0	False	85973	fragment	False	CHI0057_000000009650	0.3315176355814154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	88.73200000000001	49.0	7.519961778399216e-05	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
USA0021_01_000000015460	1139	0.5510387526811467	4	3	2	3	0	False	1737	fragment	False	USA0021_01_000000015460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	90.085	65.0	9.426284712895988e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0085_000000011233	2154	0.5510355166066929	2	2	2	2	1	True	33990	maximal	True	ISR0085_000000011233	1.0		1	1	False	False	0.9735376238822937	0					non-mobilizable	no_good_hit	1068.0	88.109	50.0	0.9962406015037594	GQ877261.1		Uncultured organism clone VC1AK87TF genomic sequence	True	True
DEN0001_000000021374	2030	0.5510326135935343	2	2	2	2	2	False	116934	fragment	False	ISR0387_000000012385	0.5702086615050928		0	0	False	False	1.0	0					non-mobilizable	other	1837.0	97.49600000000001	96.0	0.006656780598167572	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0331_000000010793	2181	0.5510325519990787	4	1	1	1	1	False	24612	maximal	True	ISR0331_000000010793	1.0		116	10	False	False	0.9862448573112488	0					non-mobilizable	other	2181.0	99.725	100.0	0.0006980451852973752	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0168_000000004408	5749	0.5510314703360347	5	4	4	4	4	False	130682	fragment	False	ISR0168_000000004408	0.8993598709008419		0	0	False	False	0.999652087688446	0					non-mobilizable	chromosome	5751.0	97.931	100.0	0.002367168021981552	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0093_000000006158	1965	0.5510288932154604	2	2	2	1	1	False	77025	maximal	True	ENG0093_000000006158	1.0		468	12	False	False	0.9944020509719849	0					non-mobilizable	other	1965.0	99.74600000000001	100.0	0.00031552431015204285	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
CHI0085_000000001388	1604	0.5510288932154604	2	2	2	1	1	False	84091	maximal	True	CHI0085_000000001388	1.0		265	11	False	False	0.9950124621391296	0					non-mobilizable	other	1278.0	94.288	100.0	0.002315117444546128	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0062_000000026533	1125	0.551020364997233	2	2	2	2	1	False	45664	fragment	False	FIJ0062_000000026533	1.0		0	0	False	False	0.9697777628898621	0					non-mobilizable	no_good_hit	741.0	94.06200000000001	66.0	0.00026811946616539983	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
MON0033_000000030363	2048	0.5510183251156904	2	2	2	2	2	False	12306	maximal	True	MON0033_000000030363	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	84.845	44.0	0.022698105136012482	NZ_JNJN01000026.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00025.25_C, whole genome shotgun sequence	True	False
ENG0040_000000019318	1275	0.5510159453090795	3	3	3	2	2	False	64809	fragment	False	ISR0067_000000022338	0.9473962867973433		0	0	False	False	0.9992156624794006	0					non-mobilizable	no_good_hit	353.0	85.552	28.0	0.0001219966175566378	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0169_000000014621	2127	0.5510090131178089	2	2	1	2	1	False	101471	fragment	False	ISR0169_000000014621	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2138.0	93.545	100.0	0.010485254798675127	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
DEN0053_000000002953	3018	0.5510071806546719	4	4	4	3	3	False	76096	maximal	True	DEN0053_000000002953	0.9942857142857142		107	10	False	False	0.9930417537689209	0					non-mobilizable	no_good_hit	1096.0	97.08	37.0	0.00034966300107556596	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
DEN0009_000000000679	2800	0.5510071806546719	4	4	4	3	3	False	76096	maximal	False	DEN0053_000000002953	0.9585818422796554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	99.588	37.0	0.0003102778828225489	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0080_000000009487	2678	0.5510066757752082	3	2	2	2	2	False	44331	maximal	True	FIJ0080_000000009487	1.0		2	1	False	False	0.9906646609306335	0					non-mobilizable	no_good_hit	563.0	74.245	21.0	0.030609395073451378	NZ_FPBX01000050.1	b-proteobacteria	Acidovorax caeni strain R-24608, whole genome shotgun sequence	True	False
ENG0208_000000012416	2499	0.5510052392222465	3	3	3	2	3	False	128217	fragment	False	SPA0096_000000013995	0.587431370384188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	99.93299999999999	59.0	0.27323008849557523	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0388_000000014162	2440	0.5510052392222465	3	3	3	2	3	False	128217	fragment	False	SPA0096_000000013995	0.7112457236565617		0	0	False	False	0.9991803169250488	0					non-mobilizable	no_good_hit	1371.0	99.927	56.0	0.2525811209439528	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0205_000000007225	2429	0.5510052392222465	4	3	3	2	3	False	128217	fragment	False	SPA0096_000000013995	0.7075702396818087		0	0	False	False	0.9991766214370728	0					non-mobilizable	no_good_hit	1359.0	99.55799999999999	56.0	0.2503687315634218	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0269_000000007284	2411	0.5510052392222465	3	3	3	2	3	False	128217	fragment	False	SPA0096_000000013995	0.6183456638979095		0	0	False	False	0.9950228333473206	0					non-mobilizable	no_good_hit	1325.0	99.47200000000001	55.0	0.24410029498525074	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0015_000000009198	2398	0.5510052392222465	3	3	3	2	3	False	128217	fragment	False	SPA0096_000000013995	0.702486814889636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1371.0	99.416	57.0	0.2525811209439528	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AUS0016_000000011757	2394	0.5510052392222465	4	3	3	2	3	False	128217	fragment	False	SPA0096_000000013995	0.6434492436084988		0	0	False	False	0.9995822906494141	0					non-mobilizable	no_good_hit	1373.0	99.927	57.0	0.2529498525073746	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0100_000000035925	1280	0.5510040758841057	2	2	2	2	2	False	48230	fragment	False	MON0100_000000035925	0.9606830818109611		0	0	False	False	0.9703124761581421	0					non-mobilizable	other	1174.0	83.135	91.0	0.04823524532371117	NZ_CYZX01000030.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	False	False
ISR0781_000000020009	1506	0.5510024529842297	2	2	2	2	2	False	102216	fragment	False	ISR0781_000000020009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	94.023	87.0	0.00031971198461459627	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0115_000000012235	1691	0.5510012763471909	3	1	1	1	1	False	59529	fragment	False	ENG0115_000000012235	1.0		0	0	False	False	0.9893553853034973	0					non-mobilizable	other	1691.0	100.0	100.0	0.0008801634083260334	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
SPA0090_000000033099	1121	0.5509999587983329	2	2	2	2	2	False	26865	fragment	False	ISR0255_000000029825	0.9788062283737025		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	85.281	100.0	0.00033170688365825304	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
FIJ0001_000000014804	1416	0.5509996898957995	3	1	1	1	1	False	52544	fragment	False	FIJ0001_000000014804	1.0		0	0	False	False	0.9985875487327576	0					non-mobilizable	other	1381.0	97.176	97.0	0.05718784965397207	NZ_CYYU01000026.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
AST0052_000000005989	3455	0.5509968818337101	4	3	2	2	2	False	114604	maximal	True	AST0052_000000005989	1.0		16	5	False	False	0.9979739785194397	0					non-mobilizable	no_good_hit	1216.0	73.273	35.0	0.013576694839057723	NZ_AUDP01000019.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00018.18_C, whole genome shotgun sequence	True	False
SPA0001_000000028522	1169	0.5509922431909553	2	2	1	2	1	True	8424	fragment	False	SPA0001_000000028522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0106_000000014952	1363	0.5509915387984351	3	2	2	2	1	True	83140	fragment	False	CHI0106_000000014952	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0010_000000014687	1791	0.5509834553701651	2	2	2	2	2	False	94766	maximal	False	MON0053_000000021882	0.9949053382485672		0	0	False	False	0.9994416236877441	0					non-mobilizable	other	1791.0	99.609	100.0	0.000542074522224904	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
AST0031_000000008894	3261	0.550982956455835	4	3	3	2	3	False	117491	maximal	True	AST0031_000000008894	1.0		426	12	False	False	0.9987733960151672	0					non-mobilizable	other	3261.0	99.387	100.0	0.008999434084666455	NZ_KB905475.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.4, whole genome shotgun sequence	False	False
ENG0028_000000013663	1354	0.5509794040887921	3	2	2	2	1	True	65850	fragment	False	ENG0028_000000013663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	89.61	6.0	0.0015876000083557896	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	True
ISR0112_000000004017	6435	0.5509792932796872	6	5	5	4	2	False	32662	maximal	True	ISR0112_000000004017	1.0		1	1	False	False	0.9906759858131409	0					non-mobilizable	no_good_hit	200.0	96.0	3.0	0.0008029017433861473	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	True	False
CAN0007_000000035196	1131	0.5509786701226769	1	1	1	1	1	False	95138	fragment	False	CAN0007_000000035196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	88.889	4.0	0.0008378885209272633	LR597643.1	viruses	Escherichia phage Lambda_ev017 genome assembly, chromosome: 1	True	False
FIJ0040_000000020272	1228	0.5509782708988791	3	3	3	1	2	False	47440	fragment	False	FIJ0040_000000020272	0.9617003367003367		0	0	False	False	0.9975569844245911	0					non-mobilizable	other	1228.0	99.43	100.0	0.0002380065640930146	AP023148.1	enterobacteria	Klebsiella pneumoniae SMKP03 DNA, complete genome	False	False
FIJ0011_000000005268	7796	0.5509770676141036	17	6	4	6	2	True	78729	fragment	False	FIJ0011_000000005268	1.0		0	0	False	False	0.9997434616088867	0					non-mobilizable	no_good_hit								True	True
ISR0117_000000009178	2933	0.5509702805097221	4	2	2	2	1	True	124784	fragment	False	ISR0117_000000009178	1.0		0	0	False	False	0.9959086179733276	0					non-mobilizable	no_good_hit								True	True
FIJ0041_000000021610	1732	0.5509702805097221	3	2	2	2	1	True	47369	fragment	False	FIJ0041_000000021610	0.9613809245172615		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0109_000000021056	1709	0.5509702805097221	3	2	2	2	1	True	47369	fragment	False	FIJ0041_000000021610	0.9543879907621247		0	0	False	False	0.9906377792358398	0					non-mobilizable	no_good_hit	58.0	84.48299999999999	3.0	7.508831751381762e-06	NZ_AP021874.1	d-proteobacteria	Desulfosarcina alkanivorans strain PL12	True	True
MON0105_000000040887	1337	0.5509702805097221	2	2	2	2	1	True	124763	fragment	False	MON0096_000000025597	0.7183378285342524		0	0	False	False	0.9917726516723633	0					non-mobilizable	no_good_hit								True	True
MON0050_000000035366	1177	0.5509702805097221	3	2	2	2	1	True	11292	fragment	False	MON0050_000000035366	1.0		0	0	False	False	0.9532710313796997	0					non-mobilizable	no_good_hit								True	True
CHI0186_000000004416	4368	0.5509696312613349	3	2	2	2	2	False	92630	maximal	True	CHI0186_000000004416	0.9828037244500367		1449	15	False	False	1.0	0					non-mobilizable	chromosome	4368.0	99.473	100.0	0.001469906632150059	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0120_000000003078	4138	0.5509696312613349	3	2	2	2	2	False	92630	maximal	False	CHI0186_000000004416	0.9530899177431681		0	0	False	False	1.0	0					non-mobilizable	chromosome	4138.0	99.37200000000001	100.0	0.0014598323786375392	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0270_000000004073	1897	0.5509683487279757	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.383702131301602		0	0	False	False	1.0	0					non-mobilizable	chromosome	1897.0	98.155	100.0	0.0005306537929011621	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0054_000000011053	1592	0.5509675997800271	2	2	2	2	1	True	20093	fragment	False	MAD0003_000000016096	0.9701712935617248		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	100.0	100.0	0.008740221499516568	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
CHI0120_000000004232	3156	0.5509664251906039	2	2	1	2	2	False	81861	maximal	True	CHI0120_000000004232	1.0		138	10	False	False	0.9958808422088623	0					non-mobilizable	chromosome	3173.0	85.251	100.0	0.00048615183998606593	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0041_000000001726	15901	0.5509658453343789	23	7	2	7	2	False	6928	maximal	True	SPA0041_000000001726	1.0		2	1	False	False	0.999685525894165	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0007985368743721182	NZ_QSGP01000019.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf19, whole genome shotgun sequence	True	False
ENG0011_000000001092	15470	0.5509658453343789	23	7	2	7	2	False	67229	maximal	True	ENG0011_000000001092	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	0.0	0.001786169941311559	NZ_JNJN01000040.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00039.39_C, whole genome shotgun sequence	True	False
SPA0156_000000014305	1429	0.55096150991751	2	2	2	2	1	False	73529	fragment	False	ISR0285_000000012951	0.9703803229308078		0	0	False	False	0.9867039918899536	0					non-mobilizable	chromosome	1447.0	96.061	100.0	0.0006452830744391593	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0194_000000013173	2053	0.5509527434121515	3	2	1	2	1	False	54519	fragment	False	ENG0194_000000013173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0043_000000017505	1271	0.5509508946396939	2	2	2	1	1	False	60909	fragment	False	ISR0043_000000017505	0.9948261883044491		0	0	False	False	0.9952793121337891	0					non-mobilizable	chromosome	1271.0	99.60700000000001	100.0	0.0001792562924604521	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0216_000000005687	3352	0.5509508595451516	5	5	5	5	4	False	64551	maximal	True	ISR0216_000000005687	1.0		31	6	False	False	0.9994033575057983	0					non-mobilizable	no_good_hit	1674.0	94.98200000000001	84.0	0.010896538248607809	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
DEN0017_000000009067	3344	0.5509506880783505	4	3	3	3	2	False	124366	fragment	False	SPA0119_000000009495	0.7088977445438831		0	0	False	False	1.0	0					non-mobilizable	other	3167.0	98.169	95.0	0.01823585655534692	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0060_000000010309	2778	0.5509506880783505	3	3	3	3	2	False	124366	fragment	False	SPA0119_000000009495	0.23689359829122214		0	0	False	False	0.9985601305961609	0					non-mobilizable	other	2779.0	98.23700000000001	100.0	0.016001013743131315	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0165_000000006338	2555	0.5509506880783505	3	3	3	3	2	False	124366	fragment	False	SPA0119_000000009495	0.11780057595392368		0	0	False	False	1.0	0					non-mobilizable	other	2543.0	98.073	99.0	0.014641676362505327	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0087_000000007179	6211	0.5509503690726955	15	5	3	3	4	False	9717	maximal	True	MON0087_000000007179	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.71868232716625e-06	CP045424.1	firmicutes	Pectinatus frisingensis strain MB139 chromosome, complete genome	True	False
ISR0126_000000028969	1705	0.5509497437998545	2	2	2	2	2	False	119308	backbone	False	ISR0834_000000009581	0.965481778198982	PS818	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1332.0	96.24600000000001	78.0	0.023277776806170096	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
SPA0048_000000011739	1704	0.5509456961325226	3	3	3	3	1	False	13121	maximal	True	SPA0048_000000011739	1.0		547	14	False	False	0.9847418069839478	0					non-mobilizable	other	575.0	88.0	91.0	0.00017857042861258243	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0065_000000023255	1489	0.5509436682447808	1	1	1	1	1	False	71063	maximal	True	DEN0065_000000023255	1.0		73	10	False	False	1.0	0					non-mobilizable	other	1491.0	99.665	100.0	0.007574756235193639	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0354_000000006002	3192	0.5509428178703185	4	3	1	3	0	True	95576	fragment	False	ISR0354_000000006002	1.0		0	0	False	False	0.9924812316894531	0					non-mobilizable	no_good_hit	1537.0	77.684	61.0	0.003146975244491748	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0202_000000007985	2802	0.5509428178703185	4	3	1	3	0	True	54138	fragment	False	ENG0202_000000007985	1.0		0	0	False	False	0.999643087387085	0					non-mobilizable	other	2448.0	96.28299999999999	95.0	0.005112527888891909	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0149_000000010327	3626	0.5509411345140021	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9544220391797408		0	0	False	False	0.9972421526908875	0					non-mobilizable	no_good_hit	80.0	98.75	4.0	0.09949622166246852	NZ_CYXX01000076.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0090_000000031533	1912	0.5509407153719591	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.17440394689121283		0	0	False	False	0.9963389039039612	0					non-mobilizable	chromosome	1912.0	98.588	100.0	0.0006725744533921077	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
TAN0009_000000014860	2561	0.5509369115731251	4	4	4	2	2	False	56910	maximal	True	TAN0009_000000014860	1.0		4	2	False	False	0.976962149143219	0					non-mobilizable	no_good_hit	440.0	73.63600000000001	17.0	0.00011998468872881651	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AST0035_000000006312	2601	0.5509284872777362	3	2	2	2	2	False	116836	fragment	False	AST0035_000000006312	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2601.0	97.92399999999999	100.0	0.0007235881959387777	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
MAD0014_000000023448	1456	0.5509278300388406	3	3	3	3	1	True	69871	maximal	True	MAD0014_000000023448	1.0		10	3	False	False	0.973901093006134	0					non-mobilizable	other	1456.0	99.31299999999999	100.0	0.004758712040686171	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
ISR0176_000000003804	7898	0.5509250638735325	9	4	2	3	2	False	132498	fragment	False	ISR0032_000000003111	0.7479050483534284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	99.82600000000001	31.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
USA0116_01_000000002315	11612	0.5509165099360429	16	13	13	8	8	False	266	maximal	True	USA0116_01_000000002315	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2483.0	95.20700000000001	26.0	0.000741415943013814	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0029_000000010064	2410	0.550907977962024	2	1	1	1	1	False	90911	maximal	True	ENG0029_000000010064	1.0		62	8	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.81	33.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0098_000000015720	2303	0.550907977962024	3	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.9664038341168248		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.81	34.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0257_000000007477	2260	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.8944168681240321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	94.444	4.0	3.188777821180587e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
ISR0223_000000013603	2183	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.963557094737306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.81	36.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0152_000000010870	2173	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.9093221247935419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	94.444	4.0	3.188777821180587e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
ISR0295_000000016373	2171	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.9092761054654241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	94.444	4.0	3.188777821180587e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
ISR0227_000000012569	2111	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.9452973124774319		0	0	False	False	0.9985788464546204	0					non-mobilizable	no_good_hit	790.0	74.937	37.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0370_000000012647	2104	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.9382986145470007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.81	37.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0070_000000009928	2100	0.550907977962024	3	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.7109784596208543		0	0	False	False	0.9952380657196045	0					non-mobilizable	no_good_hit	90.0	94.444	4.0	3.188777821180587e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
ISR0207_000000014701	2015	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.7204918356838681		0	0	False	False	0.9990074634552002	0					non-mobilizable	no_good_hit	790.0	74.684	39.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0150_000000011644	2009	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.7200035440930038		0	0	False	False	0.9995022416114807	0					non-mobilizable	no_good_hit	790.0	74.684	39.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0090_000000014518	2005	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.6731034802923389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.81	39.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0041_000000017045	2004	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.7194330835339686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.684	39.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0100_000000014606	1989	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.7177360418984848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.684	40.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0088_000000012254	1977	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.7030379633798252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	94.505	5.0	3.188777821180587e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
SPA0093_000000019364	1975	0.550907977962024	3	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.7040954648086136		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.557	40.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0067_000000015520	1914	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.6136878289193098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.43	41.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0140_000000015505	1904	0.550907977962024	3	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.6524511478813225		0	0	False	False	0.9989495873451233	0					non-mobilizable	no_good_hit	790.0	74.557	41.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0164_000000014350	1904	0.550907977962024	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.5613232680706819		0	0	False	False	0.9994747638702393	0					non-mobilizable	no_good_hit	790.0	74.684	41.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0019_01_000000017743	1711	0.550907977962024	2	1	1	1	1	False	90907	fragment	False	USA0019_01_000000017743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	74.81	46.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0054_000000015350	1678	0.550907977962024	1	1	1	1	1	False	90909	fragment	False	ISR0054_000000015350	1.0		0	0	False	False	0.9952324032783508	0					non-mobilizable	no_good_hit	103.0	86.40799999999999	6.0	0.0064294353555286775	NZ_KB894031.1	firmicutes	Bacillus acidiproducens DSM 23148 C232DRAFT_scaffold00056.56, whole genome shotgun sequence	True	False
ISR0146_000000028465	1493	0.550907977962024	1	1	1	1	1	False	90906	fragment	False	ISR0146_000000028465	1.0		0	0	False	False	0.9993302226066589	0					non-mobilizable	no_good_hit	790.0	74.684	53.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0264_000000007606	1492	0.550907977962024	1	1	1	1	1	False	90905	fragment	False	ISR0264_000000007606	1.0		0	0	False	False	0.9812332391738892	0					non-mobilizable	no_good_hit	790.0	74.684	53.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0364_000000014217	1295	0.550907977962024	1	1	1	1	1	False	90902	fragment	False	ISR0364_000000014217	0.9873321301775299		0	0	False	False	0.9992278218269348	0					non-mobilizable	no_good_hit	790.0	74.684	61.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0328_000000023163	1263	0.550907977962024	1	1	1	1	1	False	90902	fragment	False	ISR0364_000000014217	0.9817332353245019		0	0	False	False	0.9992082118988037	0					non-mobilizable	no_good_hit	790.0	74.81	62.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0162_000000031068	1263	0.550907977962024	1	1	1	1	1	False	90902	fragment	False	ISR0364_000000014217	0.9821201965367358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	83.56200000000001	6.0	0.004519702081609268	NZ_KB894031.1	firmicutes	Bacillus acidiproducens DSM 23148 C232DRAFT_scaffold00056.56, whole genome shotgun sequence	True	False
ISR0076_000000022140	1204	0.550907977962024	1	1	1	1	1	False	90902	fragment	False	ISR0364_000000014217	0.9235181201052417		0	0	False	False	0.9775747656822205	0					non-mobilizable	no_good_hit	790.0	74.81	65.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0003_000000011174	1196	0.550907977962024	1	1	1	1	1	False	90902	fragment	False	ISR0364_000000014217	0.9443117348236482		0	0	False	False	0.9916387796401978	0					non-mobilizable	no_good_hit								True	False
MON0061_000000041980	1130	0.550907977962024	1	1	1	1	1	False	90902	fragment	False	ISR0364_000000014217	0.32148829431438125		0	0	False	False	0.9752212166786194	0					non-mobilizable	no_good_hit								True	False
SPA0034_000000008975	3981	0.5509060490349645	5	5	3	5	2	False	114106	maximal	True	SPA0034_000000008975	1.0		471	15	False	False	1.0	0					non-mobilizable	chromosome	2390.0	97.28	99.0	0.0006402120712535401	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0379_000000013140	1890	0.5508980969705447	3	3	3	3	3	False	131699	fragment	False	AST0140_000000015176	0.7720286249048394		0	0	False	False	0.9994708895683289	0					non-mobilizable	other	1891.0	93.971	100.0	0.017204163972349473	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ISR0062_000000016120	2298	0.5508969628125605	5	2	2	1	2	True	35346	maximal	True	ISR0062_000000016120	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0085_000000006735	3344	0.5508956864336052	4	4	2	4	3	False	12373	maximal	True	MON0085_000000006735	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.839256224738374e-05	NZ_FOCZ01000007.1	CFB group bacteria	Niastella yeongjuensis strain DSM 17621, whole genome shotgun sequence	True	False
DEN0010_000000023591	1929	0.5508917981916355	2	2	2	2	1	False	75954	maximal	True	DEN0010_000000023591	0.9977740678909293		57	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0163_000000013738	1850	0.5508871694727816	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.9095590492697239		0	0	False	False	1.0	0					non-mobilizable	other	1850.0	92.649	100.0	0.04266069862950487	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
MAD0068_000000002449	8317	0.5508870352331559	18	5	2	4	2	False	16487	maximal	True	MAD0068_000000002449	1.0		1	1	False	False	0.9993988275527954	0					non-mobilizable	no_good_hit	551.0	99.274	7.0	0.00020132854879087564	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
DEN0021_000000028196	1328	0.5508845164806456	3	3	3	2	2	False	74704	maximal	True	DEN0021_000000028196	1.0		171	13	False	False	0.9969879388809204	0					non-mobilizable	no_good_hit	196.0	74.49	14.0	0.00013815083980775377	NZ_SRXW01000001.1	a-proteobacteria	Marinicauda algicola strain JCM 31718 contig_1, whole genome shotgun sequence	True	False
CHI0126_000000002911	4974	0.5508836019537695	8	5	2	2	3	False	81497	maximal	True	CHI0126_000000002911	1.0		21	5	False	False	0.9995979070663452	0					non-mobilizable	no_good_hit	2622.0	97.21600000000001	52.0	0.0005531287679125334	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ENG0101_000000007862	3902	0.5508810124469886	3	2	1	2	2	False	89579	fragment	False	ENG0101_000000007862	1.0		0	0	False	False	0.9992311596870422	0					non-mobilizable	other	3902.0	99.18	100.0	0.014852974211947107	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
MAD0003_000000003844	6597	0.5508791582739461	6	5	5	5	5	False	128557	maximal	True	MAD0003_000000003844	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	76.422	15.0	0.0007803466794087956	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
FIJ0071_000000010801	3318	0.5508764016072306	3	3	3	3	3	False	115988	backbone	False	ENG0038_000000005492	0.6552034176834252	PS760	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1066.0	90.432	32.0	0.0002409582945311291	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0114_000000030814	1330	0.5508727562564553	3	2	2	2	2	False	41810	maximal	True	FIJ0114_000000030814	1.0		2	1	False	False	0.9751879572868347	0					non-mobilizable	no_good_hit	194.0	76.289	14.0	0.05888	LN853050.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0404	True	False
FIJ0151_000000005454	3233	0.5508669080877235	6	6	5	5	5	False	39760	maximal	True	FIJ0151_000000005454	1.0		8	1	False	False	0.9996907114982605	0					non-mobilizable	chromosome	3233.0	99.93799999999999	100.0	0.0006112923783831733	LR607330.1	enterobacteria	Klebsiella quasipneumoniae strain 4928STDY7071295 genome assembly, chromosome: 1	False	False
SPA0096_000000018131	2201	0.5508661307332833	3	3	0	3	1	False	5167	fragment	False	SPA0096_000000018131	1.0		0	0	False	False	0.9995456337928772	0					non-mobilizable	no_good_hit	756.0	94.84100000000001	34.0	0.00026891955957031283	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
DEN0061_000000002168	11799	0.5508605804758809	22	15	7	8	12	True	111293	maximal	True	DEN0061_000000002168	1.0		63	8	False	False	0.9987286925315857	0					non-mobilizable	no_good_hit	5467.0	97.64	84.0	0.001310090984800068	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	True
FIJ0070_000000015068	1304	0.5508574397979785	2	2	2	1	1	False	44910	maximal	True	FIJ0070_000000015068	1.0		41	8	False	False	1.0	0					non-mobilizable	chromosome	1305.0	99.31	100.0	0.0005814790883799163	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
ISR0338_000000015362	1833	0.5508562042514181	3	2	2	2	1	False	24417	maximal	True	ISR0338_000000015362	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	419.0	98.09100000000001	23.0	0.00012117048368184342	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0187_000000004324	5980	0.5508543244091992	6	6	5	5	5	False	91332	maximal	False	ISR0043_000000003413	0.9568156186248084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.283401665328205e-05	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
CHI0059_000000003789	4223	0.5508536195598751	3	3	3	3	1	True	90393	fragment	False	ISR0171_000000005481	0.7363977274246821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	87.5	10.0	7.159194747504764e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0149_000000005516	3944	0.5508536195598751	4	3	3	3	1	True	90393	fragment	False	ISR0171_000000005481	0.48176651669429316		0	0	False	False	0.9997464418411255	0					non-mobilizable	no_good_hit	318.0	90.881	8.0	0.0015680571425744827	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
ISR0339_000000004077	3427	0.5508536195598751	3	3	3	3	1	True	88230	fragment	False	ISR0339_000000004077	0.9990497076023391		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	90.78200000000001	10.0	0.001765919242583881	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
SPA0057_000000008899	3420	0.5508536195598751	3	3	3	3	1	True	88230	fragment	False	ISR0339_000000004077	0.9989781013178799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	90.78200000000001	10.0	0.001765919242583881	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
SPA0056_000000009842	3420	0.5508536195598751	3	3	3	3	1	True	88230	fragment	False	ISR0339_000000004077	0.9989781013178799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	90.78200000000001	10.0	0.001765919242583881	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
SPA0040_000000011396	3420	0.5508536195598751	3	3	3	3	1	True	88230	fragment	False	ISR0339_000000004077	0.9983939032485406		0	0	False	False	0.9997075796127319	0					non-mobilizable	no_good_hit	358.0	90.78200000000001	10.0	0.001765919242583881	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
CHI0034_000000008654	1904	0.5508536195598751	3	3	3	3	1	True	88228	fragment	False	SPA0001_000000017629	0.975104821802935		0	0	False	False	0.9984243512153625	0					non-mobilizable	no_good_hit	358.0	90.50299999999999	19.0	0.001765919242583881	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
ISR0294_000000005559	3431	0.5508508727164055	4	4	4	4	4	False	92611	maximal	True	ISR0294_000000005559	1.0		1	1	False	False	0.9982512593269348	0					non-mobilizable	no_good_hit	1993.0	91.92200000000001	75.0	0.00037029401753951895	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
FIJ0004_000000013686	1921	0.5508507465782482	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.980678531678411		0	0	False	False	1.0	0					non-mobilizable	other	1922.0	98.647	100.0	0.02568357937283349	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0051_000000011572	1920	0.5508507465782482	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.9806493320850542		0	0	False	False	1.0	0					non-mobilizable	other	1921.0	98.647	100.0	0.02567019553782941	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0147_000000010842	1920	0.5508507465782482	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.9806493320850542		0	0	False	False	0.9989583492279053	0					non-mobilizable	other	1921.0	98.647	100.0	0.02567019553782941	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0089_000000012821	1913	0.5508507465782482	3	3	3	2	2	False	82398	fragment	False	MAD0110_000000013016	0.9781506867755471		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	98.64200000000001	100.0	0.025576508692800835	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0017_000000016723	2003	0.5508482374843097	2	2	2	2	1	False	54026	maximal	True	ISR0017_000000016723	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	3.0	0.004518752824220515	NZ_ASSC01000549.1	firmicutes	Paenibacillus forsythiae T98 S9_contig00180, whole genome shotgun sequence	True	False
ISR0109_000000011397	2800	0.5508461306603334	2	2	2	2	2	False	32755	fragment	False	ISR0109_000000011397	1.0		0	0	False	False	0.9957143068313599	0					non-mobilizable	no_good_hit	74.0	83.78399999999999	3.0	0.0007364067386260466	NZ_AQVE01000013.1	g-proteobacteria	Thiolinea disciformis DSM 14473 A3IEDRAFT_scaffold_12.13_C, whole genome shotgun sequence	True	False
MAD0049_000000004228	3841	0.5508430247034667	4	4	4	4	3	False	107661	maximal	True	MAD0049_000000004228	1.0		17	2	False	False	0.9848997592926025	0					non-mobilizable	other	2637.0	95.26	96.0	0.003872297994876154	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
DEN0094_000000025453	1522	0.5508417367398892	2	2	2	2	2	False	85287	fragment	False	DEN0094_000000025453	1.0		0	0	False	False	0.9599211812019348	0					non-mobilizable	no_good_hit	1229.0	79.414	80.0	0.0016001091221958742	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
FIJ0154_000000007381	4531	0.5508414070763468	5	5	5	5	3	False	86252	fragment	False	CHI0055_000000002882	0.9532099826069708		0	0	False	False	0.9997792840003967	0					non-mobilizable	no_good_hit	1114.0	71.813	24.0	0.0003034022154234027	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0025_000000008878	4286	0.5508410760447269	8	6	2	3	4	False	37382	maximal	True	ISR0025_000000008878	1.0		28	6	False	False	1.0	0					non-mobilizable	chromosome	4034.0	98.86	94.0	0.0016379860042157934	CP021553.1	high GC Gram+	Bifidobacterium breve strain DRBB28 chromosome, complete genome	False	False
SPA0141_000000007949	2943	0.5508406492959449	2	2	2	2	1	False	117488	fragment	False	AST0031_000000009556	0.9724344071736964		0	0	False	False	0.9993204474449158	0					non-mobilizable	chromosome	2943.0	97.044	100.0	0.001606707320403217	CP049053.1	firmicutes	Streptococcus thermophilus strain ST64987 chromosome, complete genome	False	False
MON0037_000000053099	1423	0.5508335477549671	2	2	2	2	2	False	96392	fragment	False	MON0037_000000053099	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1423.0	93.25399999999999	100.0	0.0006278550405456599	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0132_000000029342	1210	0.5508334515679968	2	2	2	1	1	False	40738	maximal	True	FIJ0132_000000029342	1.0		1	1	False	False	0.9785124063491821	0					non-mobilizable	no_good_hit	1002.0	100.0	84.0	0.00019071025758268556	CP055593.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00001 chromosome, complete genome	True	False
ISR0001_000000018309	1314	0.5508300661848237	2	2	2	2	1	False	38675	maximal	True	ISR0001_000000018309	1.0		1	1	False	False	0.9885844588279724	0					non-mobilizable	no_good_hit								True	False
AST0024_000000007709	4138	0.5508231707428421	4	4	4	4	4	False	121672	fragment	False	ISR0136_000000001727	0.9506172839506173		0	0	False	False	0.9958917498588562	0					non-mobilizable	no_good_hit	1029.0	72.109	60.0	0.00026450329162561626	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0125_000000003749	6182	0.5508186187910328	6	6	6	6	6	False	60838	maximal	True	ENG0125_000000003749	1.0		432	14	False	False	1.0	0					non-mobilizable	other	6182.0	100.0	100.0	0.06968590047126204	LM997255.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-16_contig-15.0_1_88698_[organism:Escherichia	False	False
AUS0002_000000003044	8798	0.5508098073147025	7	7	5	6	6	False	132271	maximal	True	AUS0002_000000003044	1.0		3	3	False	False	0.9973857402801514	0					non-mobilizable	no_good_hit	386.0	71.244	4.0	0.002919900243195935	NZ_RLII01000008.1	firmicutes	Hungateiclostridium mesophilum strain N2K1 seq8, whole genome shotgun sequence	True	False
ENG0077_000000014928	1390	0.5508070161417189	2	2	1	2	1	False	61978	fragment	False	ENG0077_000000014928	0.9881516587677726		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	97.478	99.0	0.0015375229069759674	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0112_000000007084	4102	0.5508042193513067	5	4	4	3	3	False	32657	maximal	True	ISR0112_000000007084	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2973.0	92.802	79.0	0.0008703194704990397	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
MAD0066_000000027991	1233	0.5508031755048112	2	1	1	1	1	False	16547	fragment	False	MAD0066_000000027991	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	91.50299999999999	99.0	0.061494223881349945	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0146_000000015340	2605	0.5508023286388267	5	4	1	3	2	False	31017	maximal	True	ISR0146_000000015340	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00010707444846744738	NZ_PUFN01000006.1	firmicutes	Lactobacillus farciminis strain ATCC 29644 265, whole genome shotgun sequence	True	False
CHI0160_000000019249	1657	0.5507990799586954	3	2	1	2	1	False	78707	fragment	False	CHI0160_000000019249	0.9785759294265911		0	0	False	False	0.9855160117149353	0					non-mobilizable	no_good_hit	882.0	73.696	52.0	0.011790494084330624	NZ_CABDWS010000006.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
ENG0100_000000013690	2206	0.5507982842841118	3	3	3	3	2	False	76852	fragment	False	ISR0073_000000011982	0.9467728176717707		0	0	False	False	0.997733473777771	0					non-mobilizable	no_good_hit	1125.0	73.956	50.0	0.002666014489946147	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0003_000000013760	2477	0.5507982025311493	4	4	4	3	3	False	130218	maximal	True	AST0003_000000013760	1.0		44	5	False	False	0.9919257164001465	0					non-mobilizable	no_good_hit	260.0	81.538	10.0	0.0011291028446389496	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0024_000000029512	1232	0.5507977459066332	3	1	1	1	1	False	120667	maximal	True	AST0024_000000029512	1.0		1	1	False	False	0.9918830990791321	0					non-mobilizable	no_good_hit	159.0	77.358	13.0	0.001488681220526513	NZ_LTDM01000001.1	firmicutes	Tissierella creatinophila DSM 6911 TICR_contig000001, whole genome shotgun sequence	True	False
CAN0015_000000016422	2296	0.5507927518124106	3	3	3	3	3	False	93262	maximal	True	CAN0015_000000016422	0.9995644599303135		103	10	False	False	0.9873693585395813	0					non-mobilizable	other	2296.0	99.869	100.0	0.021268511482216004	NZ_WNCH01000006.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold6_size107933, whole genome shotgun sequence	False	False
ISR0209_000000012658	2296	0.5507927518124106	3	3	3	3	3	False	93262	maximal	False	CAN0015_000000016422	0.9995644599303135		0	0	False	False	0.9895470142364502	0					non-mobilizable	other	2296.0	99.869	100.0	0.021268511482216004	NZ_WNCH01000006.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold6_size107933, whole genome shotgun sequence	False	False
ENG0191_000000001810	11527	0.5507914471763377	12	5	1	5	1	False	54755	fragment	False	ENG0191_000000001810	1.0		0	0	False	False	0.9999132752418518	0					non-mobilizable	no_good_hit								True	False
ENG0156_000000007056	2282	0.5507897472118001	7	3	1	2	3	True	90720	fragment	False	ENG0156_000000007056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1974.0	96.859	86.0	0.0005393598757804726	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
FIJ0068_000000015668	2041	0.5507882746167859	3	2	2	2	1	False	47103	maximal	True	FIJ0068_000000015668	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	80.139	21.0	0.0001300669272621785	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0046_000000000017	112454	0.5507881827499816	185	41	15	29	27	False	36576	maximal	True	ISR0046_000000000017	0.9965975494470886		6	1	True	True	1.0	39					non-mobilizable	no_good_hit	179.0	81.564	0.0	0.0013515155196501245	NC_029048.2	viruses	Clostridium phage phiCD211, complete genome	True	True
ISR0854_000000000001	110578	0.5507881827499816	180	41	15	29	27	False	36576	maximal	False	ISR0046_000000000017	0.9868676140383187		0	0	True	True	1.0	47					non-mobilizable	no_good_hit	179.0	81.564	0.0	0.0013515155196501245	NC_029048.2	viruses	Clostridium phage phiCD211, complete genome	True	True
CHI0151_000000016586	1484	0.5507845717817664	3	1	1	1	1	False	79456	fragment	False	CHI0151_000000016586	1.0		0	0	False	False	0.9986522793769836	0					non-mobilizable	chromosome	1132.0	97.085	100.0	0.0003843125715064339	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0021_000000002039	11000	0.5507824395817887	11	11	11	11	6	False	120497	maximal	True	SPA0021_000000002039	1.0		8	4	False	False	0.9990909099578857	0					non-mobilizable	no_good_hit	163.0	97.546	1.0	0.8059701492537313	EU059757.1	bacteria	Uncultured bacterium clone HA0AAA3ZD07FM1 genomic sequence	True	False
ISR0223_000000010817	2649	0.5507823927811516	5	5	3	3	3	False	129902	fragment	False	ISR0223_000000010817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	85.25	67.0	0.00045425196335264687	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0185_000000006526	3180	0.5507758801002256	7	4	4	3	1	False	94614	maximal	True	CHI0185_000000006526	0.9770500675542105		73	10	False	False	0.996540904045105	0					non-mobilizable	other	3180.0	99.874	100.0	0.024297036816239806	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0032_000000011021	2962	0.5507758801002256	7	4	4	3	1	False	94614	maximal	False	CHI0185_000000006526	0.9544267259198707		0	0	False	False	0.9905469417572021	0					non-mobilizable	other	2962.0	100.0	100.0	0.02263086694334258	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0025_000000002669	7328	0.5507757409235865	9	4	2	4	2	False	85398	maximal	True	SPA0025_000000002669	1.0		1	1	False	False	0.9984989166259766	0					non-mobilizable	no_good_hit	1082.0	93.80799999999999	15.0	0.0038690124345760746	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0008_000000009655	3077	0.5507745122438906	3	2	2	2	2	False	8177	maximal	True	SPA0008_000000009655	1.0		7	4	False	False	0.9987000226974487	0					non-mobilizable	no_good_hit	2144.0	83.58200000000001	86.0	0.0006438816486502277	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MAD0096_000000017317	1164	0.5507743114771909	1	1	1	1	1	False	15458	fragment	False	MAD0096_000000017317	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1102.0	100.0	100.0	0.0030698024563996043	MN175386.1	enterobacteria	Klebsiella pneumoniae strain KP-13-14 plasmid pKP-13-14-NDM-9, complete sequence	False	True
ISR0312_000000011609	1573	0.5507736847334489	3	3	3	3	2	False	120658	fragment	False	ISR0312_000000011609	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1573.0	97.839	100.0	0.002609930020006143	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0016_000000001778	4868	0.5507724051389727	8	5	4	3	2	False	2521	maximal	True	TAN0016_000000001778	1.0		2	2	False	False	0.9971240758895874	0					non-mobilizable	no_good_hit	1515.0	98.68	31.0	0.00045172560076365843	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
USA0072_01_000000014033	1232	0.550772055063629	2	2	0	2	0	True	131218	maximal	True	USA0072_01_000000014033	1.0		24	7	False	False	0.9910714030265808	0					non-mobilizable	other	1078.0	93.04299999999999	100.0	0.0003026714337183284	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0073_000000012745	1449	0.5507663255860396	2	2	2	2	2	False	44690	maximal	True	FIJ0073_000000012745	1.0		49	5	False	False	1.0	0					non-mobilizable	chromosome	1449.0	98.48200000000001	100.0	0.0005781941734159257	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0199_000000024536	1245	0.5507662114462762	2	2	2	2	2	False	28796	fragment	False	ISR0199_000000024536	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	651.0	92.473	93.0	0.00020950690776506733	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0001_000000015566	2179	0.5507646191663431	4	3	2	2	2	False	110697	fragment	False	SPA0001_000000015566	1.0		0	0	False	False	0.9995410442352295	0					non-mobilizable	other	2179.0	95.87	100.0	0.0006559280779982208	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
ISR0396_000000005537	3971	0.5507630014670175	5	5	3	3	4	False	121946	maximal	True	ISR0396_000000005537	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2073.0	78.775	52.0	0.0033009845378301783	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
AST0100_000000004172	3868	0.5507605644369709	5	4	3	4	4	False	108654	maximal	True	AST0100_000000004172	1.0		6	4	False	False	0.9997414946556091	0					non-mobilizable	no_good_hit	1132.0	73.322	29.0	0.0003127885847061277	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0279_000000003315	5285	0.5507600453135311	6	5	4	4	5	False	30487	fragment	False	ISR0279_000000003315	0.9945208208806535		0	0	False	False	0.9992431402206421	0					non-mobilizable	chromosome	5285.0	99.205	100.0	0.001175960553244485	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0031_000000016103	2024	0.5507584228692934	3	3	3	3	3	False	82166	maximal	False	CHI0164_000000010734	0.9854014598540146		0	0	False	False	0.9995059370994568	0					non-mobilizable	other	2024.0	99.605	100.0	0.022232235092423676	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0382_000000011668	1270	0.5507571777488335	3	2	2	2	1	True	23115	fragment	False	ISR0382_000000011668	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	84.95	100.0	0.00038538348818423256	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
DEN0083_000000004120	6126	0.550757081884511	5	5	4	5	2	True	69144	maximal	True	DEN0083_000000004120	0.9510163278907031		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	78.322	5.0	0.00016573287913780748	LR134472.1	firmicutes	Parvimonas micra strain NCTC11808 genome assembly, chromosome: 1	True	True
ISR0261_000000015607	1177	0.5507560370779877	1	1	1	1	1	False	26674	maximal	True	ISR0261_000000015607	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	97.902	15.0	4.5446883069037685e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0035_000000003755	5970	0.5507550935876463	8	6	3	6	2	False	72465	maximal	True	ENG0035_000000003755	1.0		2	1	False	False	1.0	0					non-mobilizable	other	5603.0	99.179	94.0	0.003021865354313713	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
ISR0228_000000021985	1253	0.5507520204163464	2	2	2	2	2	False	27591	fragment	False	ISR0228_000000021985	0.9986323403749754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	81.16199999999999	40.0	0.00203092753896714	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0082_000000004985	7007	0.5507503116272751	8	4	3	3	2	True	69339	maximal	True	DEN0082_000000004985	1.0		1	1	False	False	0.9994291663169861	0					non-mobilizable	no_good_hit	3768.0	93.286	78.0	0.597036328871893	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	True	True
ISR0251_000000009492	1725	0.5507500266268023	2	2	0	1	1	True	131242	fragment	False	ISR0251_000000009492	1.0		0	0	False	False	0.9924637675285339	0					non-mobilizable	other	1726.0	90.26700000000001	100.0	0.0005407665522713293	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0005_000000036920	1478	0.5507500266268023	2	2	0	1	1	True	131217	fragment	False	MON0058_000000020907	0.21188472172683548		0	0	False	False	0.9871447682380676	0					non-mobilizable	other	1469.0	93.193	99.0	0.00041171183880905394	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0316_000000007089	2713	0.5507486267566071	4	3	1	2	1	False	25216	maximal	True	ISR0316_000000007089	1.0		35	10	False	False	0.999262809753418	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0003566565073600934	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0179_000000001194	16968	0.5507475158348617	28	17	9	9	17	False	55426	maximal	True	ENG0179_000000001194	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3903.0	97.87299999999999	82.0	0.02098568643711833	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
USA0055_01_000000018636	1416	0.5507467285486999	2	2	2	1	1	False	96451	maximal	True	USA0055_01_000000018636	0.9729827089337176		145	10	False	False	1.0	0					non-mobilizable	other	1416.0	99.929	100.0	0.007762910295868376	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
CAN0003_000000035282	1388	0.5507467285486999	2	2	2	1	1	False	96451	maximal	False	USA0055_01_000000018636	0.9636299435028248		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	98.427	96.0	0.0073185316852921655	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ENG0102_000000012399	2269	0.5507439356366619	3	3	2	3	2	False	71035	maximal	True	ENG0102_000000012399	1.0		15	4	False	False	0.9836932420730591	0					non-mobilizable	no_good_hit	1035.0	96.329	46.0	0.005729440596219912	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	True	False
ISR0336_000000009311	1610	0.5507438990111948	3	2	2	2	0	False	102764	maximal	True	ISR0336_000000009311	0.9672037879653789		124	9	False	False	1.0	0					non-mobilizable	other	1619.0	93.391	100.0	0.0005153874937341589	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0796_000000014122	1561	0.5507438990111948	3	2	2	2	0	False	102764	maximal	False	ISR0336_000000009311	0.9499422574823474		0	0	False	False	0.998718798160553	0					non-mobilizable	other	1570.0	93.185	100.0	0.0004996627196413981	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0360_000000016927	1474	0.5507438990111948	3	2	2	2	0	False	102764	maximal	False	ISR0336_000000009311	0.9387351883051143		0	0	False	False	0.998643159866333	0					non-mobilizable	other	1483.0	92.785	100.0	0.0004717432227828229	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0826_000000009452	1368	0.5507438990111948	3	2	2	2	0	False	102764	maximal	False	ISR0336_000000009311	0.6643619307041441		0	0	False	False	0.9992690086364746	0					non-mobilizable	other	1377.0	92.375	100.0	0.0004377263645413404	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0223_000000023482	1363	0.5507438990111948	3	2	2	2	0	False	102764	maximal	False	ISR0336_000000009311	0.6638397920241106		0	0	False	False	0.9941306114196777	0					non-mobilizable	other	1372.0	92.34700000000001	100.0	0.00043612179575636486	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
AUS0002_000000027603	1361	0.5507438990111948	3	2	2	2	0	False	102764	maximal	False	ISR0336_000000009311	0.5224382821297887		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	98.31	100.0	0.00043612179575636486	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
CHI0158_000000015331	1312	0.5507438990111948	3	2	2	2	0	False	102764	maximal	False	ISR0336_000000009311	0.3874620234063115		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	99.273	94.0	0.0003969703174029605	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
CHI0094_000000004111	1274	0.5507438990111948	3	2	2	2	0	False	83534	fragment	False	CHI0094_000000004111	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	99.84299999999999	100.0	0.0004085232126547847	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0794_000000018096	1177	0.5507438990111948	3	2	2	2	0	False	21981	fragment	False	ISR0794_000000018096	1.0		0	0	False	False	0.9991503953933716	0					non-mobilizable	other	1177.0	99.745	100.0	0.0003773945782262583	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
MAD0103_000000009968	2205	0.5507403235973001	3	3	2	3	2	False	37974	maximal	True	MAD0103_000000009968	1.0		126	9	False	False	0.9800453782081604	0					non-mobilizable	no_good_hit	779.0	83.825	85.0	0.0015891702231320454	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0001_000000007755	3306	0.5507395816858045	5	5	4	5	4	False	47573	fragment	False	MAD0001_000000007755	0.9894691491100996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	2.0	2.4483946182537437e-05	NZ_LT906448.1	g-proteobacteria	Pasteurella dagmatis strain NCTC11617 chromosome 1	True	False
USA0071_01_000000005351	2402	0.5507359057128817	4	4	3	2	1	False	102046	maximal	True	USA0071_01_000000005351	1.0		4	3	False	False	0.9820982217788696	0					non-mobilizable	no_good_hit	1827.0	99.617	76.0	0.018945642813417582	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
ENG0099_000000010955	1495	0.5507350035546332	2	1	1	1	1	False	60649	maximal	True	ENG0099_000000010955	1.0		3	2	False	False	0.9638795852661133	0					non-mobilizable	no_good_hit	188.0	100.0	13.0	0.000511802942182689	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0050_000000005057	4390	0.5507336318173922	5	5	5	4	4	False	57162	fragment	False	MAD0050_000000005057	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4390.0	99.977	100.0	0.0009351644858235968	AP019675.1	enterobacteria	Escherichia coli GSH8M-2 DNA, complete genome	False	False
SPA0053_000000002643	10534	0.5507264110206088	11	6	4	5	3	False	54099	maximal	True	SPA0053_000000002643	1.0		20	6	False	False	0.9976267218589783	0					non-mobilizable	no_good_hit	1532.0	71.54	14.0	0.0016800835356275883	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0090_000000002057	9224	0.5507264110206088	7	6	4	5	3	False	54098	fragment	False	SPA0126_000000003447	0.989259167095171		0	0	False	False	0.999566376209259	0					non-mobilizable	no_good_hit	1532.0	71.54	16.0	0.0016800835356275883	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0187_000000005010	5261	0.5507246612276341	10	4	1	4	1	True	63058	maximal	True	ISR0187_000000005010	1.0		11	3	False	False	0.9984793663024902	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	9.647038961978608e-05	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
ISR0170_000000009100	4943	0.5507246612276341	9	4	1	4	1	True	63057	fragment	False	ISR0170_000000009100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	93.902	3.0	5.253788610108612e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0215_000000006626	4337	0.5507246612276341	7	4	1	4	1	True	63056	fragment	False	ISR0215_000000006626	0.9685991926083602		0	0	False	False	0.9893935918807983	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00021311463362654967	NZ_FNDC01000013.1	firmicutes	Planomicrobium glaciei strain CGMCC 1.6846, whole genome shotgun sequence	True	True
USA0034_01_000000013984	4013	0.5507246612276341	7	4	1	4	1	True	63056	fragment	False	ISR0215_000000006626	0.9673406642597068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.00012058798702473259	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
USA0069_01_000000015481	3986	0.5507246612276341	7	4	1	4	1	True	63056	fragment	False	ISR0215_000000006626	0.9654901449647577		0	0	False	False	0.9892122149467468	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.00012058798702473259	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
ISR0176_000000008613	3796	0.5507246612276341	6	4	1	4	1	True	63056	fragment	False	ISR0215_000000006626	0.8268028644544717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	97.917	1.0	0.00011335270780324864	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
USA0026_01_000000008864	3794	0.5507246612276341	6	4	1	4	1	True	63056	fragment	False	ISR0215_000000006626	0.8208502995476622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	0.00012058798702473259	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	True
USA0050_01_000000003757	3673	0.5507246612276341	6	4	1	4	1	True	63056	fragment	False	ISR0215_000000006626	0.8098191021594028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0781_000000007219	3579	0.5507246612276341	6	4	1	4	1	True	63056	fragment	False	ISR0215_000000006626	0.5444421684437705		0	0	False	False	0.9991617798805237	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00021311463362654967	NZ_FNDC01000013.1	firmicutes	Planomicrobium glaciei strain CGMCC 1.6846, whole genome shotgun sequence	True	True
MON0019_000000009908	5817	0.5507200748648864	8	7	4	5	7	False	119860	maximal	True	MON0019_000000009908	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	92.405	1.0	0.00011149865629824461	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0052_000000016407	1660	0.550716918112091	3	3	3	2	3	False	120838	fragment	False	USA0052_01_000000006844	0.38223134688838445		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	93.137	100.0	0.0004958582222540093	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0144_000000003547	4466	0.5507166804915014	6	5	3	5	3	False	72905	maximal	True	SPA0144_000000003547	1.0		31	5	False	False	0.9986565113067627	0					non-mobilizable	no_good_hit	822.0	71.411	18.0	0.00031370795032232716	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ENG0060_000000014862	2041	0.5507161000403412	3	2	2	2	2	False	63334	maximal	True	ENG0060_000000014862	1.0		6	2	False	False	0.9990200996398926	0					non-mobilizable	no_good_hit	1071.0	83.66	78.0	0.00020418893797808895	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
CHI0180_000000006071	2198	0.550713524690362	2	2	2	2	1	False	77483	maximal	True	CHI0180_000000006071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	88.24	63.0	0.0003949425914853151	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
AST0108_000000015173	1861	0.5507113167992022	3	2	1	2	2	True	107194	maximal	True	AST0108_000000015173	1.0		18	5	False	False	0.9919398427009583	0					non-mobilizable	no_good_hit	1340.0	99.925	72.0	0.05916924436588599	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	True
FIJ0088_000000006286	4380	0.5507103044724527	4	4	4	3	2	True	43683	fragment	False	FIJ0088_000000006286	1.0		0	0	False	False	0.9997717142105103	0					non-mobilizable	no_good_hit	2846.0	94.554	65.0	0.0003933379458043422	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
USA0020_01_000000021122	1641	0.5507083338974974	2	2	2	2	1	False	128841	backbone	False	ENG0186_000000008765	0.7236745850967268	PS1059	0	0	False	True	0.9993906021118164	0					non-mobilizable	other	1487.0	90.316	91.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0064_000000030347	1414	0.5507077800141752	3	2	2	1	2	False	71206	fragment	False	DEN0064_000000030347	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	98.586	100.0	0.010002548419979612	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	False	False
ISR0038_000000016053	2037	0.5507076726763582	4	2	2	2	2	True	112644	fragment	False	ISR0362_000000009069	0.7661604630021845		0	0	False	False	1.0	0					non-mobilizable	chromosome	2037.0	99.55799999999999	100.0	0.0005456139711478475	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
AST0102_000000003576	7349	0.5507067817404347	13	2	2	2	2	False	108392	maximal	True	AST0102_000000003576	1.0		9	2	False	False	0.9956456422805786	0					non-mobilizable	no_good_hit	560.0	99.64299999999999	8.0	0.0027575524378934077	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0124_000000004529	3657	0.5507067817404347	5	2	2	2	2	False	106068	fragment	False	ISR0124_000000004529	1.0		0	0	False	False	0.9958983063697815	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.359792562309844e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0293_000000000575	33707	0.5507060657541771	40	15	9	13	8	True	118487	maximal	True	ISR0293_000000000575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	92.75200000000001	2.0	0.012414449252677777	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	True
MON0022_000000013698	2170	0.5507019144965519	4	4	3	4	2	True	119995	fragment	False	MON0022_000000013698	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2045.0	93.741	100.0	0.0006151081768440525	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0013_000000008348	2816	0.5507019116036124	5	3	3	3	1	False	19599	maximal	True	MAD0013_000000008348	1.0		123	13	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	83.939	42.0	0.007525542310199498	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
SPA0041_000000028813	1171	0.5507006209780946	1	1	1	1	1	False	6889	maximal	True	SPA0041_000000028813	1.0		1	1	False	False	0.9880443811416626	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.0552565661951336e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0003_000000005102	4798	0.5506993984391834	6	3	3	3	1	True	65988	maximal	True	ISR0003_000000005102	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	3042.0	100.0	63.0	0.000921139159258327	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
CHI0106_000000002292	7304	0.5506951364859145	9	9	4	6	8	True	123607	fragment	False	ISR0087_000000003064	0.9521136708573765		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3488.0	99.226	100.0	0.0007920701010498401	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	True
ENG0210_000000017347	1518	0.5506936286031106	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.19567067993585074		0	0	False	False	1.0	0					non-mobilizable	other	1520.0	94.27600000000001	100.0	0.0005739825349128214	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	True
CHI0167_000000014545	1516	0.5506936286031106	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.19543293280841117		0	0	False	False	1.0	0					non-mobilizable	other	1518.0	93.478	100.0	0.0005732197674245651	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	True
ISR0074_000000020258	1485	0.5506936286031106	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.14209313114196237		0	0	False	False	0.9993265867233276	0					non-mobilizable	other	1495.0	83.14399999999999	100.0	0.07690298312522857	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0030_000000014746	1472	0.5506936286031106	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.1494845473340042		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	95.587	100.0	0.0004141788931618501	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ENG0141_000000019501	1354	0.5506936286031106	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09042318997141245		0	0	False	False	1.0	0					non-mobilizable	chromosome	1357.0	97.052	100.0	0.0003809318799692662	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
CHI0112_000000014474	1297	0.5506936286031106	2	2	2	1	1	True	131026	fragment	False	CHI0117_000000007167	0.060365943399921865		0	0	False	False	0.9984579682350159	0					non-mobilizable	chromosome	1297.0	96.993	100.0	0.0003648718820711537	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
MON0026_000000042406	1256	0.550693261189288	2	1	1	1	1	False	12698	maximal	True	MON0026_000000042406	1.0		44	5	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	76.577	9.0	6.442880026480828e-05	NZ_VKKU01000001.1	a-proteobacteria	Sphingorhabdus contaminans strain KCTC32445 NODE_1_length_1691790_cov_141.238532, whole genome shotgun sequence	True	False
FIJ0140_000000030664	1176	0.5506902653929112	2	2	2	2	2	False	40325	maximal	True	FIJ0140_000000030664	1.0		497	13	False	False	1.0	0					non-mobilizable	other	1176.0	100.0	100.0	0.004096446028016205	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
MAD0033_000000014997	1394	0.5506897946391023	3	2	2	1	1	False	115978	fragment	False	AUS0008_000000015916	0.6070209153217352		0	0	False	False	0.9992826581001282	0					non-mobilizable	no_good_hit	1052.0	90.779	75.0	0.00023779076765466356	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0072_000000017618	1665	0.5506848241540139	2	2	2	2	2	False	92014	fragment	False	ISR0026_000000012775	0.7444599050139415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	88.15799999999999	5.0	1.8795762983925113e-05	CP019334.1	CFB group bacteria	Polaribacter sp. SA4-12 genome	True	False
ISR0126_000000020993	2347	0.5506843788819014	3	2	2	2	2	False	31982	maximal	True	ISR0126_000000020993	1.0		5	3	False	False	0.9757136702537537	0					non-mobilizable	other	2286.0	96.588	97.0	0.0026387235275980455	NZ_LN999809.1	firmicutes	Peptoniphilus phoceensis strain SIT15, whole genome shotgun sequence	False	False
MON0029_000000000747	11701	0.5506830089729434	13	4	2	4	2	False	72780	fragment	False	MON0029_000000000747	1.0		0	0	False	False	0.9952141046524048	0					non-mobilizable	no_good_hit	80.0	100.0	1.0	3.831257826192806e-05	NZ_LELK01000001.1	firmicutes	Alkalihalobacillus macyae strain DSM 16346 super1, whole genome shotgun sequence	True	False
DEN0046_000000001688	9397	0.5506830089729434	11	4	2	4	2	False	72779	fragment	False	DEN0046_000000001688	1.0		0	0	False	False	0.9994679093360901	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	1.0	1.4197724188328635e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
USA0015_01_000000006146	5059	0.5506804511617139	7	4	2	4	1	False	1965	maximal	True	USA0015_01_000000006146	1.0		6	4	False	False	0.9986163377761841	0					non-mobilizable	no_good_hit	46.0	100.0	1.0	0.00010852918832225933	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	False
FIJ0081_000000017963	1989	0.5506804394450235	3	3	3	2	2	False	124937	fragment	False	ISR0383_000000007037	0.7310661496499791		0	0	False	False	1.0	0					non-mobilizable	chromosome	2019.0	80.733	99.0	0.0005539537223536965	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0395_000000021077	1835	0.5506803441165949	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.040703089455573306		0	0	False	False	1.0	0		MOBV			mobilizable	other	1835.0	97.493	100.0	0.0036369838021353892	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0039_000000022445	1660	0.5506752750285807	3	3	3	3	3	False	36536	maximal	True	ISR0039_000000022445	1.0		39	6	False	False	0.984337329864502	0					non-mobilizable	no_good_hit	428.0	72.196	32.0	0.0017038789998971087	NZ_SCFS01000001.1	firmicutes	Helcococcus ovis strain KG-36 NODE_1_length_242975_cov_38.591139, whole genome shotgun sequence	True	False
ISR0795_000000007782	1509	0.5506734835376197	2	2	2	1	1	False	23099	fragment	False	ISR0795_000000007782	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	99.669	100.0	0.0006609211522818435	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
ITA0006_000000013790	1697	0.5506661887899563	3	3	3	2	2	False	80235	fragment	False	ITA0006_000000013790	0.9668835008870491		0	0	False	False	1.0	0					non-mobilizable	chromosome	1650.0	97.455	100.0	0.0005550437454580827	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
TAN0009_000000031402	1381	0.5506625948804253	2	1	1	1	1	False	12037	fragment	False	TAN0009_000000031402	1.0		0	0	False	False	0.9985517859458923	0					non-mobilizable	other	1381.0	96.524	100.0	0.0190755280327325	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0328_000000007916	3456	0.550662358882035	3	3	2	3	2	False	108242	fragment	False	SPA0113_000000009137	0.9499947884094225		0	0	False	False	1.0	0					non-mobilizable	other	3456.0	99.595	100.0	0.03563802902616894	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0083_000000011217	2518	0.550661954087659	3	3	3	3	1	False	69111	fragment	False	DEN0083_000000011217	1.0		0	0	False	False	0.9996028542518616	0					non-mobilizable	no_good_hit	341.0	76.24600000000001	13.0	0.0006641580617588399	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
SPA0129_000000006675	4233	0.5506571007046136	7	4	3	3	2	False	22687	fragment	False	SPA0129_000000006675	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0052_000000006584	3194	0.5506565700070045	4	3	2	3	3	False	114596	maximal	True	AST0052_000000006584	1.0		6	2	False	False	0.9996868968009949	0					non-mobilizable	no_good_hit	2548.0	99.01899999999999	86.0	0.0007230241314626491	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0068_000000016475	1939	0.5506556789077282	2	2	1	1	1	False	45065	fragment	False	FIJ0068_000000016475	1.0		0	0	False	False	0.9865910410881042	0					non-mobilizable	plasmid	1939.0	100.0	100.0	0.018036128095597063	CP050361.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_ARR2, complete sequence	False	True
AUS0008_000000000667	15864	0.5506496106968426	23	5	2	5	2	False	101906	maximal	True	AUS0008_000000000667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0007370942690920578	JN955895.1	rodents	Mus musculus targeted KO-first, conditional ready, lacZ-tagged mutant allele A430107O13Rik:tm1a(EUCOMM)Wtsi; transgenic	True	False
SPA0073_000000005454	2167	0.5506494324143659	2	2	2	2	2	False	73076	maximal	True	SPA0073_000000005454	1.0		81	12	False	False	1.0	0					non-mobilizable	other	2168.0	96.956	100.0	0.000683795960586594	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0163_000000019553	1269	0.5506493584967116	3	3	3	3	3	False	39134	fragment	False	FIJ0163_000000019553	1.0		0	0	False	False	0.9984239339828491	0					non-mobilizable	other	1269.0	93.775	100.0	0.00026702376532570057	NZ_CP046618.1	enterobacteria	Enterobacter asburiae str. AEB30, complete genome	False	False
MON0040_000000015175	1822	0.55064337207424	2	2	2	2	1	False	12298	maximal	True	MON0040_000000015175	1.0		272	11	False	False	1.0	0					non-mobilizable	other	1822.0	99.286	100.0	0.0005511595700834219	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0033_000000037564	1607	0.55064337207424	3	2	2	2	1	False	12297	fragment	False	MON0033_000000037564	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1607.0	99.93799999999999	100.0	0.00048635289535932727	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
SPA0031_000000001940	10896	0.5506431915544959	13	6	5	2	3	False	121747	maximal	True	SPA0031_000000001940	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	72.642	13.0	0.0006352588297702808	CP012717.1	fusobacteria	Fusobacterium nucleatum subsp. nucleatum strain KCOM 1250, complete genome	True	False
MON0039_000000038312	1297	0.5506404609769593	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.0703867335163276	PS1128	0	0	False	True	0.9845798015594482	0					non-mobilizable	other	1302.0	85.023	99.0	0.015301540788354287	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
USA0130_01_000000019366	1782	0.550638300104869	2	2	1	2	0	True	114	maximal	True	USA0130_01_000000019366	1.0		6	4	False	False	0.9938271641731262	0					non-mobilizable	no_good_hit	754.0	98.541	42.0	0.00021209350390314095	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
USA0071_01_000000004769	2743	0.5506347646338702	3	3	1	3	2	False	129986	fragment	False	USA0071_01_000000004769	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1602.0	96.816	96.0	0.005065598709304504	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
MAD0065_000000002187	5338	0.550633135798795	6	5	1	2	4	True	16646	fragment	False	MAD0065_000000002187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0049_000000008623	2298	0.5506322693251449	2	2	2	2	2	False	37528	maximal	True	SPA0049_000000008623	1.0		446	13	False	False	0.989991307258606	0					non-mobilizable	other	1717.0	97.554	100.0	0.007131296572900241	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	False	False
ISR0328_000000021110	1383	0.5506322063616224	3	1	1	1	1	False	24734	maximal	True	ISR0328_000000021110	1.0		2	1	False	False	0.9963846802711487	0					non-mobilizable	no_good_hit	50.0	88.0	4.0	8.88754094517887e-06	CP015176.1	firmicutes	Bacillus thuringiensis serovar alesti strain BGSC 4C1, complete genome	True	False
CHI0037_000000006884	2012	0.5506312280145349	2	2	2	2	2	False	87956	fragment	False	ENG0105_000000009903	0.9368030058294615		0	0	False	False	1.0	0					non-mobilizable	chromosome	1482.0	97.706	99.0	0.00046680764404609073	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0829_000000011914	1300	0.5506299966148677	2	2	2	2	2	False	21055	fragment	False	ISR0829_000000011914	1.0		0	0	False	False	0.983846127986908	0					non-mobilizable	no_good_hit								True	False
SPA0130_000000013943	2344	0.5506266675292061	1	1	0	1	1	False	23696	fragment	False	SPA0130_000000013943	1.0		0	0	False	False	1.0	0	rep_cluster_2422				non-mobilizable	plasmid	2344.0	99.744	100.0	0.04229623612239372	FJ649478.1	firmicutes	Lactococcus lactis subsp. cremoris strain NCDO712 plasmid pLP712, complete sequence	False	True
AST0052_000000009626	2334	0.5506266675292061	1	1	0	1	1	False	114568	fragment	False	AST0052_000000009626	0.9891445940078158		0	0	False	False	1.0	0	rep_cluster_2422				non-mobilizable	plasmid	2334.0	99.786	100.0	0.03354680866374037	LT599053.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-4	False	True
MAD0068_000000011974	2303	0.5506266675292061	1	1	0	1	1	False	114568	fragment	False	AST0052_000000009626	0.9822193658954583		0	0	False	False	0.9839339852333069	0	rep_cluster_2422				non-mobilizable	plasmid	2273.0	99.208	100.0	0.03264013815931496	LT599053.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, plasmid: pA12-4	False	True
SPA0137_000000019800	1856	0.5506266675292061	2	1	0	1	1	False	5264	fragment	False	SPA0137_000000019800	1.0		0	0	False	False	0.985991358757019	0	rep_cluster_2422				non-mobilizable	plasmid	1753.0	99.829	94.0	0.016284646701243657	CP042409.1	firmicutes	Lactococcus lactis strain CBA3619 plasmid unnamed, complete sequence	False	True
SPA0093_000000025083	1495	0.5506266675292061	1	1	0	1	1	False	5263	fragment	False	SPA0093_000000025083	1.0		0	0	False	False	1.0	0	rep_cluster_2422				non-mobilizable	plasmid	1496.0	99.79899999999999	100.0	0.016125552799050803	CP016699.1	firmicutes	Lactococcus lactis subsp. lactis strain 275 plasmid p275A, complete sequence	False	True
ISR0021_000000007235	3151	0.5506256101555859	4	4	4	4	3	False	118799	fragment	False	SPA0036_000000007385	0.9360878984834416		0	0	False	False	1.0	0					non-mobilizable	other	2466.0	96.553	94.0	0.004444917478591697	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0176_000000000810	23253	0.5506253790258557	25	17	5	8	14	False	103772	maximal	True	ISR0176_000000000810	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	2225.0	84.719	34.0	0.0004948148459665096	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
MON0011_000000017246	2741	0.550623760926974	4	4	4	3	3	False	13691	fragment	False	MON0025_000000012907	0.9620480559896355		0	0	False	False	1.0	0					non-mobilizable	other	2741.0	97.775	100.0	0.023413774519448746	NZ_CYYU01000006.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MAD0001_000000009944	2583	0.5506221488497559	3	3	3	3	3	False	57160	fragment	False	MAD0041_000000012078	0.9688162455308842		0	0	False	False	0.9996128678321838	0					non-mobilizable	other	2583.0	99.961	100.0	0.0005587616180541895	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
ISR0212_000000002287	11673	0.5506184256800761	18	9	6	9	4	True	37600	maximal	True	ISR0212_000000002287	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0177_000000014316	2090	0.5506182163307499	4	3	3	3	2	False	55384	fragment	False	SPA0020_000000013554	0.757924510503443		0	0	False	False	0.9966506958007812	0					non-mobilizable	other	2093.0	84.13799999999999	99.0	0.006405429246747339	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
SPA0001_000000016262	2082	0.5506182163307499	4	3	3	3	2	False	55384	fragment	False	SPA0020_000000013554	0.7589381758162284		0	0	False	False	0.9995197057723999	0					non-mobilizable	other	2089.0	84.34700000000001	99.0	0.006393134756830358	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ISR0106_000000012494	2030	0.5506182163307499	4	3	3	3	2	False	55384	fragment	False	SPA0020_000000013554	0.6477178300135601		0	0	False	False	0.9891625642776489	0					non-mobilizable	other	2038.0	84.34700000000001	100.0	0.006236380010388844	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ISR0375_000000011108	2001	0.5506182163307499	4	3	3	3	2	False	55384	fragment	False	SPA0020_000000013554	0.6347185504510013		0	0	False	False	1.0	0					non-mobilizable	other	1917.0	85.39399999999999	96.0	0.005879839802796382	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
SPA0014_000000012440	1885	0.5506182163307499	3	3	3	3	2	False	55384	fragment	False	SPA0020_000000013554	0.6252392909106379		0	0	False	False	0.9952254891395569	0					non-mobilizable	other	1881.0	85.061	99.0	0.0057691893935435485	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ISR0026_000000015734	1453	0.5506174088607785	2	2	2	2	2	False	37281	fragment	False	ISR0026_000000015734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	75.65899999999999	54.0	0.0003086246452878003	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
MAD0044_000000007734	3108	0.5506129615832882	4	2	0	2	2	False	69241	fragment	False	MAD0044_000000007734	1.0		0	0	False	False	0.9903475046157837	0					non-mobilizable	no_good_hit								True	False
MAD0082_000000006277	1242	0.5506113335881014	1	1	1	1	1	False	28198	maximal	False	ISR0214_000000023883	0.9592536176694593		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	97.884	99.0	0.0021702171277494424	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
CHI0168_000000013023	1194	0.5506057337409963	2	2	1	2	1	False	78965	fragment	False	CHI0168_000000013023	1.0		0	0	False	False	0.9924623370170593	0					non-mobilizable	other	1195.0	99.665	100.0	0.00019979434903269583	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MON0100_000000030212	1524	0.5506050278746101	2	2	2	2	1	False	9105	maximal	True	MON0100_000000030212	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	78.947	12.0	6.348628662259066e-05	NZ_KE159646.1	actinobacteria	Enterorhabdus caecimuris B7 acPFx-supercont1.1, whole genome shotgun sequence	True	False
ISR0316_000000006607	2867	0.5506031091457109	4	4	4	4	3	False	25218	maximal	True	ISR0316_000000006607	1.0		8	3	False	False	0.9940704703330994	0					non-mobilizable	no_good_hit	408.0	92.647	14.0	0.00928212162780064	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0153_000000020999	1612	0.5505993753168961	2	2	2	1	2	False	103343	maximal	True	AST0153_000000020999	1.0		16	6	False	False	0.9950371980667114	0					non-mobilizable	chromosome	1563.0	85.221	100.0	0.0002486640559899153	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
USA0134_01_000000000608	10383	0.5505971940269812	10	10	6	6	7	False	58975	fragment	False	USA0134_01_000000000608	1.0		0	0	False	False	0.9991331696510315	0					non-mobilizable	chromosome	10336.0	99.584	100.0	0.0028883331641551394	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0167_000000008081	3068	0.5505921919885364	4	3	3	3	3	False	56077	fragment	False	ISR0786_000000005500	0.9795918367346939		0	0	False	False	0.9938070178031921	0					non-mobilizable	other	3045.0	99.639	99.0	0.0009167398994477274	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0090_000000008083	4796	0.5505919393796743	6	2	1	2	1	False	43528	maximal	True	FIJ0090_000000008083	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.2946084454481885e-05	LN591030.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001187	True	False
SPA0014_000000006621	3258	0.5505899033572884	7	3	2	2	1	False	7950	maximal	True	SPA0014_000000006621	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0110_000000000915	23657	0.5505895230449778	31	13	5	13	4	True	118919	fragment	False	SPA0089_000000000589	0.5415273081801768		0	0	False	False	1.0	0					non-mobilizable	other	13250.0	97.66799999999999	95.0	0.00354771079194449	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0005_01_000000027110	1108	0.5505864906529176	2	2	2	2	2	False	2145	maximal	True	USA0005_01_000000027110	1.0		13	7	False	False	0.9918772578239441	0					non-mobilizable	no_good_hit	606.0	88.779	54.0	0.000663813912661839	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
TAN0009_000000006732	4598	0.5505858626525263	3	3	3	3	2	False	27203	maximal	True	TAN0009_000000006732	1.0		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	90.426	2.0	0.0030573925758532452	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
SPA0132_000000024374	1701	0.5505852930771731	3	3	3	3	2	False	3727	maximal	True	SPA0132_000000024374	1.0		78	10	False	False	0.993533194065094	0					non-mobilizable	no_good_hit	100.0	85.0	6.0	0.0006320821180018304	NZ_FPBV01000007.1	firmicutes	Alicyclobacillus macrosporangiidus strain DSM 17980, whole genome shotgun sequence	True	False
CHI0017_000000008612	1462	0.5505843370644019	2	2	2	1	1	False	89632	maximal	False	USA0120_01_000000008615	0.9770942408376964		0	0	False	False	1.0	0					non-mobilizable	chromosome	1462.0	99.45299999999999	100.0	0.00041164310402004285	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
TAN0013_000000003277	2682	0.5505836203158861	4	4	4	3	3	False	2573	fragment	False	TAN0013_000000003277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	75.465	40.0	0.002976531516298257	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0146_000000026766	1580	0.5505814108232411	3	2	2	2	2	False	117013	fragment	False	ISR0146_000000026766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0081_000000029802	1222	0.5505802311677575	2	1	1	1	1	False	44221	maximal	True	FIJ0081_000000029802	1.0		3	2	False	False	0.9885433912277222	0					non-mobilizable	no_good_hit	169.0	85.20700000000001	14.0	0.0011091849815025139	NZ_SMDD01000004.1	firmicutes	Laceyella sacchari strain DSM 43356 Ga0244645_104, whole genome shotgun sequence	True	False
CHI0037_000000009468	1538	0.5505799829714539	3	2	1	2	2	False	87933	maximal	True	CHI0037_000000009468	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0131_000000011344	2276	0.5505780580429286	3	3	3	3	1	False	28341	fragment	False	SPA0131_000000011344	1.0		0	0	False	False	0.9969244003295898	0					non-mobilizable	no_good_hit	260.0	75.76899999999999	11.0	0.004250742599610775	NZ_BAYD01000062.1	b-proteobacteria	Paraburkholderia oxyphila NBRC 105797, whole genome shotgun sequence	True	False
ENG0163_000000008761	2732	0.5505778581682711	2	2	2	2	2	False	132023	fragment	False	DEN0005_000000011402	0.7100481186883557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	78.834	54.0	0.004455246342287821	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0245_000000002008	2671	0.5505739472991908	7	2	1	2	1	False	27162	fragment	False	ISR0245_000000002008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.0061997319034852545	XM_006970137.2	rodents	PREDICTED: Peromyscus maniculatus bairdii G protein subunit alpha q (Gnaq), mRNA	True	False
ISR0148_000000018487	1574	0.5505738311377685	2	2	2	2	1	False	30912	maximal	True	ISR0148_000000018487	1.0		0	0	False	False	0.9847522377967834	0					non-mobilizable	no_good_hit								True	False
ISR0086_000000013832	1987	0.5505708323754879	3	2	2	2	1	False	58425	maximal	False	SPA0015_000000010826	0.6178900540197013		0	0	False	False	0.997986912727356	0					non-mobilizable	chromosome	1998.0	90.14	100.0	0.0006667930016691704	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0012_000000016570	1770	0.5505708323754879	3	2	2	2	1	False	22807	fragment	False	MAD0012_000000016570	0.9888635065676756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	91.759	61.0	0.00021205431148489518	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0392_000000019600	1751	0.5505708323754879	2	2	2	2	1	False	22807	fragment	False	MAD0012_000000016570	0.9836158192090396		0	0	False	False	0.9925756454467773	0					non-mobilizable	no_good_hit	632.0	91.93	36.0	0.00021239090563010928	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0155_000000003873	4395	0.5505702169292402	7	3	3	3	2	False	117955	maximal	True	SPA0155_000000003873	1.0		15	4	False	False	0.9920364022254944	0					non-mobilizable	no_good_hit	2976.0	95.565	83.0	0.00083906672089341	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0273_000000000453	10898	0.5505685003862998	9	7	5	6	5	True	64453	fragment	False	ISR0273_000000000453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3097.0	94.34899999999999	61.0	0.10798138493299275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0128_000000020625	1800	0.5505658749430893	4	3	3	2	2	False	129057	maximal	True	SPA0128_000000020625	1.0		132	10	False	False	1.0	0					non-mobilizable	other	1216.0	97.53299999999999	99.0	0.009406500162581485	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	False	False
ISR0084_000000026155	1113	0.5505650776720868	2	2	2	1	0	False	34016	maximal	True	ISR0084_000000026155	1.0		1	1	False	False	0.9991015195846558	0					non-mobilizable	chromosome	1113.0	98.473	100.0	0.000666913360637598	LR134385.1	high GC Gram+	Gardnerella vaginalis strain NCTC10287 genome assembly, chromosome: 1	False	False
FIJ0152_000000012873	1969	0.5505635114338084	3	3	3	2	1	False	39709	fragment	False	FIJ0152_000000012873	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1962.0	93.068	99.0	0.000785415713639125	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
FIJ0065_000000004961	3304	0.5505602897682601	3	3	3	3	1	False	45437	maximal	True	FIJ0065_000000004961	1.0		160	9	False	False	1.0	0					non-mobilizable	other	3324.0	87.124	100.0	0.7658785350023181	KU543833.1	bacteria	Uncultured bacterium clone CH_060401_Contig_2 genomic sequence	False	False
AST0102_000000009284	3240	0.5505589201586903	3	2	2	2	1	True	108333	fragment	False	AST0102_000000009284	1.0		0	0	False	False	0.9978395104408264	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005256599953274668	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	True	True
CHI0142_000000010274	1812	0.5505583267445063	3	2	2	2	1	False	79982	fragment	False	CHI0142_000000010274	0.9692565679150363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	100.0	4.0	3.541485903323685e-05	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	True	False
ENG0087_000000014731	1789	0.5505583267445063	3	2	2	2	1	False	79982	fragment	False	CHI0142_000000010274	0.9633002207505519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	98.413	6.0	8.83335589163467e-05	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	True	False
CHI0054_000000006598	2582	0.5505571570975788	3	2	2	2	2	False	131425	maximal	True	CHI0054_000000006598	1.0		1	1	False	False	0.9972889423370361	0					non-mobilizable	no_good_hit	444.0	79.505	17.0	0.00011869936856802866	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0100_000000023755	1456	0.5505566015746515	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7709440745980007	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	98.695	100.0	0.0005992048489880233	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
AST0106_000000013877	1407	0.5505558261798971	2	2	1	1	2	False	107380	maximal	True	AST0106_000000013877	1.0		4	2	False	False	0.9957355856895447	0					non-mobilizable	chromosome	1391.0	100.0	99.0	0.00045163581517502837	CP038153.1	firmicutes	Lactobacillus paracasei strain TCS chromosome, complete genome	False	False
FIJ0166_000000007406	3285	0.5505547612510792	3	3	3	1	1	True	39026	maximal	True	FIJ0166_000000007406	1.0		1	1	False	False	0.9933028817176819	0					non-mobilizable	no_good_hit	2346.0	78.73	71.0	0.0005960861368824003	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
SPA0153_000000003995	4135	0.550552328648098	7	1	1	1	1	False	63340	maximal	True	SPA0153_000000003995	1.0		43	7	False	False	0.9997581839561462	0					non-mobilizable	no_good_hit	332.0	71.687	8.0	8.34163004691076e-05	NC_011837.1	firmicutes	Clostridium kluyveri NBRC 12016, complete genome	True	False
SPA0044_000000025423	1128	0.550552328648098	2	1	1	1	1	False	6775	fragment	False	SPA0044_000000025423	1.0		0	0	False	False	0.9991135001182556	0					non-mobilizable	no_good_hit	332.0	71.687	29.0	8.34163004691076e-05	NC_011837.1	firmicutes	Clostridium kluyveri NBRC 12016, complete genome	True	False
ISR0853_000000006542	2630	0.5505516460799956	4	3	1	3	0	False	64340	fragment	False	FIJ0011_000000014971	0.3126989741775734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0013_000000020285	2553	0.5505516460799956	5	3	1	3	0	False	120302	fragment	False	MON0013_000000020285	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0096_000000011101	2108	0.5505516460799956	4	3	1	3	0	False	61603	fragment	False	ISR0096_000000011101	0.9736032803690415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0069_000000025948	1951	0.5505516460799956	4	3	1	3	0	False	61603	fragment	False	ISR0096_000000011101	0.9383301707779885		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0065_000000015180	1706	0.5505516460799956	3	3	1	3	0	False	61602	fragment	False	ENG0161_000000011564	0.6295025728987993		0	0	False	False	0.9882766604423523	0					non-mobilizable	no_good_hit								True	False
MON0051_000000026523	1377	0.5505516460799956	3	3	1	3	0	False	61601	fragment	False	MON0018_000000014858	0.8993073820837212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000030946	1324	0.5505516460799956	3	3	1	3	0	False	41808	fragment	False	FIJ0114_000000030946	1.0		0	0	False	False	0.9992446899414062	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000020008	3092	0.5505504757972358	4	4	4	4	2	False	90916	maximal	True	USA0069_01_000000020008	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	98.557	67.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0045_000000016487	1213	0.550549758924258	2	2	2	2	2	False	11556	fragment	False	MON0045_000000016487	1.0		0	0	False	False	0.9686726927757263	0					non-mobilizable	chromosome	1211.0	99.09200000000001	99.0	0.000358361901095077	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
CHI0187_000000008076	2009	0.5505497261730349	2	2	2	2	1	False	77073	fragment	False	CHI0187_000000008076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	88.0	2.0	0.00025685649584836033	NZ_FNBY01000008.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0196_000000017762	1254	0.5505454399968149	2	2	2	1	1	False	28958	maximal	True	ISR0196_000000017762	1.0		146	10	False	False	0.960127592086792	0					non-mobilizable	no_good_hit	493.0	75.65899999999999	39.0	0.00019372242871657685	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	True	False
ENG0096_000000014570	2288	0.5505416623740307	2	2	1	1	1	False	60868	maximal	True	ENG0096_000000014570	1.0		11	6	False	False	0.9947552680969238	0					non-mobilizable	no_good_hit								True	False
ENG0012_000000004867	4959	0.5505353749011943	5	5	4	5	3	False	116711	maximal	True	ENG0012_000000004867	1.0	PS782	12	5	False	True	0.995966911315918	0					non-mobilizable	no_good_hit	3572.0	97.59200000000001	79.0	0.0005038936725069402	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ENG0028_000000014033	1321	0.5505341258062754	3	2	2	2	1	False	65847	fragment	False	ENG0028_000000014033	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	99.319	100.0	0.0005786874666816307	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0058_000000017647	2259	0.5505336189767104	3	3	3	3	3	False	46023	fragment	False	FIJ0058_000000017647	1.0		0	0	False	False	0.9982293248176575	0					non-mobilizable	other	2259.0	97.742	100.0	0.05938042392047546	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	False	False
ENG0104_000000023765	1333	0.5505292862863063	2	2	2	1	1	False	95790	fragment	False	CHI0010_000000005292	0.30112411521138055		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	94.899	100.0	0.000369895196361031	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0045_000000003471	6129	0.5505272840906068	7	3	1	3	1	False	47069	maximal	True	FIJ0045_000000003471	1.0		4	1	False	False	0.9998368620872498	0					non-mobilizable	no_good_hit	103.0	84.46600000000001	2.0	3.160177715754023e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
ISR0145_000000004285	7674	0.5505232715963553	12	5	2	5	2	True	54404	maximal	True	ISR0145_000000004285	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	90.90899999999999	1.0	0.0013626136831764743	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0109_000000022586	1423	0.550522013695529	3	2	2	2	2	False	32740	maximal	True	ISR0109_000000022586	1.0		0	0	False	False	0.9922698736190796	0					non-mobilizable	no_good_hit								True	False
SPA0103_000000005583	2820	0.5505215626308189	5	3	2	2	3	False	54856	maximal	True	SPA0103_000000005583	0.9833030852994555		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000004535	5909	0.5505194526404789	5	2	1	2	1	False	59096	maximal	True	ENG0122_000000004535	1.0		40	6	False	False	0.9996615052223206	0					non-mobilizable	no_good_hit	1130.0	94.51299999999999	19.0	0.00030472480267919886	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0164_000000009963	2310	0.5505175209245841	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.10436371308823938		0	0	False	False	1.0	0					non-mobilizable	other	2310.0	99.95700000000001	100.0	0.0033439391284324615	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0107_000000027269	2186	0.5505175209245841	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.0963512116410099		0	0	False	False	1.0	0					non-mobilizable	other	2186.0	99.954	100.0	0.010150562810381913	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0068_000000013164	2122	0.5505175209245841	2	2	2	2	1	True	128159	fragment	False	MAD0102_000000004786	0.09555615280609288		0	0	False	False	0.997172474861145	0					non-mobilizable	chromosome	2122.0	98.021	100.0	0.001022667440698789	CP030017.1	firmicutes	Streptococcus suis strain ISU1606 chromosome, complete genome	False	True
CHI0054_000000004996	3350	0.5505146688548035	4	4	4	4	4	False	100832	maximal	True	CHI0054_000000004996	1.0		25	4	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	86.35	35.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0058_000000010818	1939	0.5505058202257204	1	1	1	1	1	False	85881	maximal	True	CHI0058_000000010818	1.0		459	13	False	False	0.9989685416221619	0					non-mobilizable	other	1939.0	99.691	100.0	0.0033766183985629336	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	False
DEN0001_000000020161	2143	0.5505039880326584	4	3	3	3	2	False	76890	maximal	False	TAN0005_000000007421	0.9301559336135122		0	0	False	False	1.0	0					non-mobilizable	other	2143.0	99.25299999999999	100.0	0.08659443725743855	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0168_000000003560	5105	0.5505028262195997	6	5	2	5	4	False	38928	maximal	True	FIJ0168_000000003560	1.0		53	6	False	False	1.0	0					non-mobilizable	other	5105.0	99.13799999999999	100.0	0.03561932543808839	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
ISR0786_000000005500	3136	0.5504977332135681	4	3	3	3	3	False	56077	fragment	False	ISR0786_000000005500	0.9902216427640156		0	0	False	False	0.996492326259613	0					non-mobilizable	other	3117.0	99.743	99.0	0.0009384236290010245	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
AST0024_000000004590	6442	0.5504963250313516	6	5	4	3	4	True	121802	fragment	False	MON0095_000000004004	0.9490305967888519		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5339.0	80.37100000000001	82.0	0.0018907413685138159	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
ISR0360_000000017230	1447	0.5504938068700959	3	3	3	2	2	False	105476	fragment	False	MON0066_000000019868	0.847993295330951		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.211	84.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MON0061_000000032523	1422	0.5504938068700959	3	3	3	2	2	False	105476	fragment	False	MON0066_000000019868	0.7343216921345568		0	0	False	False	0.9943740963935852	0					non-mobilizable	no_good_hit	545.0	93.211	83.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0113_000000005419	1481	0.5504924741760989	3	1	0	1	1	False	82338	fragment	False	CHI0113_000000005419	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1481.0	100.0	100.0	0.00028943254402992577	CP061764.1	enterobacteria	Escherichia coli O19:H7 strain 97.3 chromosome, complete genome	False	False
ISR0214_000000020078	1518	0.5504923286256601	2	2	2	2	1	False	115810	maximal	True	ISR0214_000000020078	1.0		5	4	False	False	0.9888010621070862	0					non-mobilizable	no_good_hit	904.0	78.872	59.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
FIJ0155_000000011728	1896	0.5504896915455707	3	3	3	2	2	False	52024	maximal	False	MON0090_000000027154	0.833657664814647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	84.554	32.0	0.006691917502041035	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
FIJ0063_000000014648	1885	0.5504896915455707	3	3	3	2	2	False	52024	maximal	False	MON0090_000000027154	0.8353313215047933		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	84.178	31.0	0.006517927646987968	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
FIJ0125_000000010281	1881	0.5504896915455707	3	3	3	2	2	False	52024	maximal	False	MON0090_000000027154	0.8357045301730301		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	84.04899999999999	31.0	0.006477776141975721	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
ENG0086_000000006791	3667	0.5504890509902325	2	2	2	2	2	False	61451	maximal	True	ENG0086_000000006791	1.0		173	10	False	False	0.9934551119804382	0					non-mobilizable	chromosome	3667.0	99.618	100.0	0.0005174437544567067	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0123_000000007013	1574	0.5504878028611356	2	2	2	2	1	False	58967	maximal	True	ENG0123_000000007013	1.0		19	5	False	False	0.9980940222740173	0					non-mobilizable	no_good_hit	610.0	96.885	39.0	0.002749725253603361	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0107_000000007732	3555	0.550485041967232	4	2	1	2	1	False	42299	maximal	True	FIJ0107_000000007732	1.0		45	3	False	False	1.0	0					non-mobilizable	no_good_hit	410.0	73.65899999999999	12.0	9.91565871611857e-05	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
USA0101_01_000000010506	3098	0.550478522872922	3	2	2	2	2	False	66433	fragment	False	USA0101_01_000000010506	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3098.0	99.54799999999999	100.0	0.008334611648003273	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
MON0028_000000006482	3721	0.5504735943301602	4	4	4	4	4	False	81280	maximal	True	MON0028_000000006482	0.9464770686206201		55	10	False	False	0.9965063333511353	0					non-mobilizable	no_good_hit	946.0	74.63	45.0	0.0003602982399741579	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ETH0003_000000011632	3108	0.5504711959777246	4	4	3	4	1	False	53223	maximal	True	ETH0003_000000011632	1.0		1	1	False	False	0.9996782541275024	0					non-mobilizable	no_good_hit	119.0	83.193	4.0	0.00011321533556825082	NZ_QVHZ01000002.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf2, whole genome shotgun sequence	True	False
USA0023_01_000000014878	2081	0.550470162554885	3	3	1	3	2	False	1703	fragment	False	USA0023_01_000000014878	1.0		0	0	False	False	0.9668428897857666	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.7174432603193863e-07	LR812068.1	bony fishes	Danio rerio genome assembly, chromosome: 6	True	False
MAD0057_000000007439	2173	0.5504698849021538	2	1	1	1	1	False	104592	fragment	False	MAD0057_000000007439	1.0		0	0	False	False	0.994017481803894	0					non-mobilizable	no_good_hit	1280.0	98.75	59.0	0.06452101094687988	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0136_000000008284	1683	0.5504698849021538	2	1	1	1	1	False	104596	fragment	False	CHI0136_000000008284	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	98.693	99.0	0.0021258783001067367	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MAD0041_000000024942	1476	0.5504698849021538	2	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.9621766396490453		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	98.98100000000001	99.0	0.0018603015939660972	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ENG0037_000000026680	1344	0.5504698849021538	2	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.9550053261509359		0	0	False	False	0.9970238208770752	0					non-mobilizable	other	1344.0	99.777	100.0	0.0016984262683184695	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ENG0101_000000026052	1304	0.5504698849021538	1	1	1	1	1	False	60431	fragment	False	ENG0101_000000026052	0.9969209188019685		0	0	False	False	0.987730085849762	0					non-mobilizable	other	1305.0	84.67399999999999	99.0	0.004165095033212078	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0336_000000012443	1268	0.5504698849021538	1	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.8600739376162712		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	98.65899999999999	100.0	0.006817472531020307	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	False	False
MAD0012_000000024666	1254	0.5504698849021538	1	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.8499046498173624		0	0	False	False	0.9984050989151001	0					non-mobilizable	other	1255.0	94.42200000000001	100.0	0.06320940321848358	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0180_000000020078	1226	0.5504698849021538	1	1	1	1	1	False	60431	fragment	False	ENG0101_000000026052	0.9772584915776787		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	84.79899999999999	99.0	0.003883799282695836	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0012_000000019604	1214	0.5504698849021538	1	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.8271831042232272		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	92.51	100.0	0.061191545174796955	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0107_000000032748	1212	0.5504698849021538	1	1	1	1	1	False	60431	fragment	False	ENG0101_000000026052	0.9750310346406653		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	84.444	100.0	0.0038774061974568307	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0038_000000023431	1188	0.5504698849021538	1	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.7491283120860044		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	99.15700000000001	99.0	0.00637086620104818	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	False	False
SPA0042_000000029871	1151	0.5504698849021538	1	1	1	1	1	False	60431	fragment	False	ENG0101_000000026052	0.7196721609355062		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	84.229	100.0	0.0036824170976671633	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0068_000000004606	6305	0.5504677730537858	9	7	5	4	5	True	45128	fragment	False	FIJ0068_000000004606	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6284.0	99.491	99.0	0.06738668783114181	CP055953.1	enterobacteria	Escherichia coli strain RHB20-C09 plasmid pRHB20-C09_3, complete sequence	False	True
ISR0171_000000022479	1340	0.5504674626793596	3	2	2	2	1	True	37661	fragment	False	ISR0171_000000022479	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	98.209	100.0	0.20769947221359827	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	False	True
MON0042_000000019845	1308	0.5504664878885263	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.18654564445024469		0	0	False	False	1.0	0					non-mobilizable	chromosome	1308.0	93.807	100.0	0.00046120399296090494	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0068_000000006183	4129	0.5504663454650711	6	6	5	4	5	False	48579	fragment	False	MAD0068_000000006183	1.0		0	0	False	False	0.9997578263282776	0					non-mobilizable	chromosome	4129.0	99.734	100.0	0.0008506310083027191	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
SPA0070_000000008869	2436	0.5504652032603513	3	3	3	3	2	False	46025	maximal	True	SPA0070_000000008869	1.0		97	12	False	False	0.9958949089050293	0					non-mobilizable	other	2436.0	99.09700000000001	100.0	0.06403513385578288	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	False	False
MAD0077_000000008861	1411	0.5504638777780616	2	2	2	2	2	False	39769	fragment	False	MAD0077_000000008861	1.0		0	0	False	False	0.9893692135810852	0					non-mobilizable	virus	1411.0	99.22	100.0	0.024722095592102956	MK233918.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_1_c1 sequence	False	False
ISR0779_000000023184	1494	0.5504523459974682	2	2	2	2	2	False	22330	maximal	False	ISR0795_000000007533	0.9818417639429313		0	0	False	False	1.0	0					non-mobilizable	other	1490.0	98.792	99.0	0.0004451485238498262	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0003_000000013474	1353	0.5504518408845892	3	1	1	1	1	False	8371	fragment	False	SPA0003_000000013474	1.0		0	0	False	False	0.9948263168334961	0					non-mobilizable	no_good_hit	131.0	80.153	9.0	0.00015119744863095985	NZ_LT160639.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0195_000000015407	1261	0.5504518408845892	1	1	1	1	1	False	28999	maximal	True	ISR0195_000000015407	1.0		28	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0168_000000011317	1933	0.5504452714092248	3	1	1	1	1	False	38911	fragment	False	SPA0097_000000015686	0.9165517320545793		0	0	False	False	0.9968960285186768	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.0011616304525890956	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ENG0036_000000002952	7119	0.5504434729702247	9	7	5	5	6	False	71748	fragment	False	ENG0036_000000002952	0.966542750929368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	82.13799999999999	10.0	0.00032090850425072246	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
TAN0018_000000000640	8070	0.5504433702167781	10	6	4	3	4	False	55183	fragment	False	TAN0018_000000000640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	72.771	18.0	0.0004244071109663184	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0028_000000007176	2374	0.5504384258849879	7	1	1	1	1	False	65889	maximal	True	ENG0028_000000007176	1.0		8	3	False	False	0.9991575479507446	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.019176536943034405	NZ_MPJW01000130.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_210_length_1773_cov_189.392_ID_419, whole genome shotgun sequence	True	False
FIJ0021_000000001591	23979	0.550436047606651	19	8	5	7	4	False	49711	fragment	False	FIJ0021_000000001591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	94.505	0.0	3.187168600864856e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0152_000000004761	4658	0.5504325250966874	3	3	3	3	3	False	100045	fragment	False	ENG0152_000000004761	0.9455083326195884		0	0	False	False	0.999785304069519	0					non-mobilizable	no_good_hit	923.0	72.806	19.0	0.0070939296118415875	NZ_LT707055.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0060_000000007906	3667	0.5504320202213617	5	3	1	2	3	False	73270	fragment	False	ISR0060_000000007906	1.0		0	0	False	False	0.9994546175003052	0					non-mobilizable	other	3498.0	83.04700000000001	95.0	0.0006619979062480511	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0340_000000018070	1165	0.550430905084235	1	1	1	1	1	False	30697	fragment	False	ISR0152_000000018959	0.965255591054313		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	100.0	100.0	0.00021118531021108188	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0381_000000010198	1714	0.5504265290232039	1	1	1	1	1	False	23153	maximal	True	ISR0381_000000010198	1.0		109	8	False	False	1.0	0					non-mobilizable	no_good_hit	1413.0	72.824	81.0	0.012197787784724348	NZ_WNAJ01000011.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold11_size114365, whole genome shotgun sequence	True	False
ISR0329_000000002177	4790	0.5504263440594118	4	4	2	3	2	True	24718	fragment	False	ISR0329_000000002177	1.0		0	0	False	False	0.9703549146652222	0					non-mobilizable	no_good_hit	125.0	99.2	3.0	2.277355446699598e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
CAN0012_000000027198	1715	0.5504256500564093	1	1	1	1	1	False	94184	maximal	True	CAN0012_000000027198	1.0		160	12	False	False	0.9970845580101013	0					non-mobilizable	no_good_hit	897.0	80.37899999999999	52.0	0.00035081738076658543	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ENG0104_000000003386	7388	0.5504252759860335	9	3	2	3	2	True	60264	fragment	False	ENG0104_000000003386	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7389.0	96.671	100.0	0.0019749673226593157	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0166_000000007516	3231	0.550420726763318	6	2	1	1	2	False	88163	maximal	True	FIJ0166_000000007516	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1030.0	93.495	42.0	0.00015785989980050572	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
SPA0021_000000001766	12121	0.5504201621056914	13	6	4	5	4	False	7697	fragment	False	SPA0021_000000001766	1.0		0	0	False	False	0.9988449811935425	0					non-mobilizable	chromosome	8079.0	98.119	98.0	0.003293927518873121	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
ISR0093_000000022661	1171	0.5504195399434362	2	2	2	2	1	False	33488	maximal	True	ISR0093_000000022661	1.0		27	8	False	False	0.9632792472839355	0					non-mobilizable	no_good_hit	475.0	98.105	41.0	0.00028357915178723665	NZ_LT632322.1	firmicutes	Murdochiella vaginalis strain Marseille-P2341T chromosome contig00001	True	False
DEN0033_000000004281	6483	0.5504187147562299	6	4	2	4	3	False	88450	maximal	True	DEN0033_000000004281	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	90.11	1.0	2.7998847691868325e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0068_000000005894	5106	0.5504158188932584	6	4	3	4	4	True	45117	fragment	False	FIJ0068_000000005894	1.0		0	0	False	False	0.9996082782745361	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.09310761789600967	NZ_AXCY01000286.1	high GC Gram+	Cellulomonas carbonis T26 contig243, whole genome shotgun sequence	True	True
CAN0022_000000015012	2091	0.5504141789518044	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.08271612600675111		0	0	False	False	0.9942611455917358	0					non-mobilizable	other	2091.0	97.226	100.0	0.0030238825899380596	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0269_000000011926	1610	0.5504140699256281	3	2	2	2	2	False	91257	fragment	False	ISR0269_000000011926	0.9821428571428572		0	0	False	False	1.0	0					non-mobilizable	chromosome	1610.0	98.696	100.0	0.0004664193977131245	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0076_000000003082	4043	0.5504132391394618	4	3	3	3	3	False	87716	maximal	False	CHI0114_000000001616	0.9888668975754578	PS451	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1720.0	75.17399999999999	42.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
CHI0114_000000001616	4042	0.5504132391394618	4	3	3	3	3	False	87716	maximal	True	CHI0114_000000001616	0.9902300272075192	PS451	10	3	False	True	0.9962889552116394	0					non-mobilizable	no_good_hit	1724.0	75.0	42.0	0.00950876938444111	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0229_000000013901	1172	0.5504127370992568	2	1	1	1	1	False	27559	maximal	True	ISR0229_000000013901	1.0		101	11	False	False	0.9957337975502014	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000009084	3626	0.55040632443805	2	2	2	2	2	False	70625	maximal	True	DEN0070_000000009084	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	73.656	72.0	0.00022782427658308332	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
SPA0048_000000010330	1924	0.5504046927374278	2	2	1	2	1	False	84714	fragment	False	SPA0048_000000010330	1.0		0	0	False	False	0.997401237487793	0					non-mobilizable	other	1913.0	99.686	99.0	0.0005007230629585925	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
DEN0079_000000001516	15274	0.5504000773330544	15	7	5	7	6	True	69652	maximal	True	DEN0079_000000001516	1.0		25	4	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.043995818701397e-06	NZ_CP009933.1	firmicutes	Clostridium scatologenes strain ATCC 25775 chromosome, complete genome	True	True
SPA0131_000000013426	1967	0.5503952525613659	3	3	2	2	0	True	128831	maximal	True	SPA0131_000000013426	1.0		174	11	False	False	1.0	0					non-mobilizable	other	1371.0	78.556	98.0	0.00036220978307067135	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0090_000000032936	1833	0.5503879723011968	2	2	2	2	2	False	13652	maximal	True	MON0090_000000032936	1.0		1	1	False	False	0.9841789603233337	0					non-mobilizable	no_good_hit	1436.0	77.71600000000001	88.0	0.0006030104628052183	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
ISR0163_000000003038	1458	0.5503879524594741	4	2	2	2	1	True	114429	fragment	False	ISR0163_000000003038	0.9810054158377602		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	95.336	100.0	0.0005061839911061701	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0129_000000020773	1306	0.5503879524594741	2	2	2	2	1	True	58502	fragment	False	ENG0129_000000020773	1.0		0	0	False	False	0.9739663004875183	0					non-mobilizable	other	1224.0	94.52600000000001	94.0	0.0004248888271261812	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0111_000000001411	17395	0.5503846571185457	20	15	4	7	13	True	102135	fragment	False	SPA0111_000000001411	1.0		0	0	False	False	1.0	0					non-mobilizable	other	17325.0	99.988	99.0	0.005559509926183418	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
FIJ0103_000000012771	1725	0.5503835766818554	3	3	3	2	1	False	42574	maximal	True	FIJ0103_000000012771	1.0		2	1	False	False	0.9994202852249146	0					non-mobilizable	no_good_hit	396.0	98.485	46.0	0.00035914118885734913	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
AST0113_000000014004	2695	0.5503786249612775	4	2	1	2	1	False	123067	fragment	False	ISR0369_000000004317	0.9810296854390113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1560.0	98.59	65.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0210_000000007615	2513	0.5503786249612775	4	2	1	2	1	False	123067	fragment	False	ISR0369_000000004317	0.9051475737232245		0	0	False	False	0.9984082579612732	0					non-mobilizable	no_good_hit	1540.0	98.31200000000001	63.0	0.0004118903112250695	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0057_000000008636	2502	0.5503786249612775	4	2	1	2	1	False	123067	fragment	False	ISR0369_000000004317	0.7899636392647735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1573.0	99.809	63.0	0.0004428015972445895	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0289_000000003587	2491	0.5503786249612775	4	2	1	2	1	False	123067	fragment	False	ISR0369_000000004317	0.795996949170043		0	0	False	False	0.9995985627174377	0					non-mobilizable	no_good_hit	1518.0	98.221	63.0	0.00040626266221028325	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0130_000000013773	2371	0.5503786249612775	4	2	1	2	1	False	123045	fragment	False	SPA0107_000000012775	0.9606205250596658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1488.0	98.992	63.0	0.9624352331606217	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ISR0393_000000008810	2012	0.5503786249612775	2	2	1	2	1	False	123038	maximal	True	ISR0393_000000008810	1.0		33	4	False	False	0.9985089302062988	0					non-mobilizable	no_good_hit	1565.0	98.594	85.0	0.00041885787667194773	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0025_000000010919	1953	0.5503786249612775	3	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.9188462925688342		0	0	False	False	1.0	0					non-mobilizable	chromosome	1560.0	98.26899999999999	98.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0022_000000008326	1861	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.8791046875148003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	98.65899999999999	87.0	0.00041912585995836614	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0195_000000013995	1851	0.5503786249612775	4	2	1	2	1	False	123033	maximal	True	ENG0195_000000013995	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	1427.0	98.52799999999999	77.0	0.00038214416643262794	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0173_000000005161	1844	0.5503786249612775	2	2	1	2	1	False	123042	fragment	False	ISR0173_000000005161	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1562.0	98.52799999999999	92.0	0.00041805392681269255	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0032_000000020604	1627	0.5503786249612775	3	2	1	2	1	False	123029	fragment	False	ISR0032_000000020604	1.0		0	0	False	False	0.9920098185539246	0					non-mobilizable	no_good_hit	1407.0	99.005	86.0	0.9093264248704663	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
USA0121_01_000000027947	1528	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.8295671472623759		0	0	False	False	0.9986910820007324	0					non-mobilizable	other	1529.0	99.084	100.0	0.9889896373056994	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
AST0058_000000009314	1517	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.8125981750321594		0	0	False	False	1.0	0					non-mobilizable	chromosome	1518.0	98.617	100.0	0.00040626266221028325	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0039_000000010792	1502	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.7902150692509775		0	0	False	False	0.9840213060379028	0					non-mobilizable	other	1485.0	98.92299999999999	99.0	0.9604922279792746	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
USA0048_01_000000010707	1493	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.7874300851076572		0	0	False	False	0.987943708896637	0					non-mobilizable	chromosome	1495.0	98.52799999999999	100.0	0.0004000990466226602	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0080_000000008386	1465	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.7633297113197207		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	98.568	100.0	0.9481865284974094	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ENG0119_000000021236	1451	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.7052566140746491		0	0	False	False	0.9986216425895691	0					non-mobilizable	chromosome	1392.0	98.56299999999999	99.0	0.0003722287848351474	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0085_000000018380	1445	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.7844212426426758		0	0	False	False	1.0	0					non-mobilizable	chromosome	1446.0	98.617	100.0	0.000386967865588159	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0008_000000020675	1388	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.49631072853502395		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	97.04799999999999	100.0	0.8983160621761658	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ENG0209_000000013039	1385	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.7277708481969123		0	0	False	False	0.9956678748130798	0					non-mobilizable	other	1387.0	99.06299999999999	100.0	0.897020725388601	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0129_000000008032	1384	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.7268807136548122		0	0	False	False	0.9978323578834534	0					non-mobilizable	other	1385.0	99.134	100.0	0.8957253886010362	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
SPA0157_000000005935	1383	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.7259581059424249		0	0	False	False	0.9906001687049866	0					non-mobilizable	other	1384.0	99.061	100.0	0.8950777202072538	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
SPA0059_000000017200	1377	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.7164590011845042		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	99.057	100.0	0.8918393782383419	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0348_000000013624	1365	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.35906377640940634		0	0	False	False	0.9890109896659851	0					non-mobilizable	other	1367.0	98.68299999999999	100.0	0.8847150259067358	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ISR0021_000000018067	1329	0.5503786249612775	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.3275536910192398		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	99.098	100.0	0.8613989637305699	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
AST0090_000000002039	12271	0.5503781093119712	9	7	3	3	6	True	109964	maximal	True	AST0090_000000002039	1.0		278	13	False	False	1.0	0					non-mobilizable	other	5848.0	97.555	95.0	0.0013641161171474086	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0083_000000009510	2653	0.5503723764830935	4	4	2	4	2	True	128834	maximal	True	ISR0083_000000009510	1.0		28	4	False	False	1.0	0					non-mobilizable	no_good_hit	1583.0	79.975	89.0	0.0004183642755232148	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0378_000000013646	2092	0.5503703364113779	3	2	2	2	2	False	62288	maximal	True	ISR0378_000000013646	1.0		714	14	False	False	1.0	0					non-mobilizable	other	1636.0	94.682	95.0	0.013297981161875302	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0010_000000021191	2133	0.5503688852216274	3	3	3	3	3	False	75963	maximal	True	DEN0010_000000021191	1.0		62	6	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	73.288	13.0	9.761785043438231e-05	NZ_CP009577.1	firmicutes	Listeria ivanovii subsp. ivanovii strain WSLC 3010 chromosome, complete genome	True	False
ISR0234_000000006121	2047	0.5503679056628441	4	3	3	2	2	False	86056	fragment	False	ISR0234_000000006121	1.0		0	0	False	False	0.9887640476226807	0					non-mobilizable	other	1993.0	99.9	100.0	0.0025191847553912073	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
USA0023_01_000000007909	4024	0.5503653828710606	5	2	2	1	1	True	89143	fragment	False	USA0023_01_000000007909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	2.0	2.8064186513907327e-05	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	True	True
CHI0023_000000003680	3441	0.5503653828710606	5	2	2	1	1	True	89142	fragment	False	CHI0023_000000003680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0050_000000008387	3100	0.5503653828710606	4	2	2	1	1	True	6594	fragment	False	SPA0050_000000008387	1.0		0	0	False	False	0.9993548393249512	0					non-mobilizable	no_good_hit								True	True
CHI0144_000000009229	1750	0.5503623166496981	3	2	2	2	2	True	79849	maximal	True	CHI0144_000000009229	1.0		3	3	False	False	0.9994285702705383	0					non-mobilizable	no_good_hit	1385.0	73.935	77.0	0.00048232484826421485	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0164_000000023309	1226	0.5503617018118506	2	2	2	2	2	False	30270	maximal	True	ISR0164_000000023309	1.0		7	3	False	False	1.0	0					non-mobilizable	other	1239.0	74.738	99.0	0.003649038075496724	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
USA0019_01_000000012292	2445	0.5503546735923099	5	5	2	3	2	True	124263	fragment	False	USA0019_01_000000012292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1858.0	91.604	80.0	0.0004294940564648006	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	True	True
FIJ0139_000000013876	1871	0.5503544006148161	3	3	2	3	1	False	40440	maximal	True	FIJ0139_000000013876	1.0		8	5	False	False	0.9957242012023926	0					non-mobilizable	no_good_hit	768.0	71.875	41.0	0.0001439023009409885	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
DEN0017_000000005717	5318	0.5503475346415277	5	3	3	3	2	False	75253	maximal	True	DEN0017_000000005717	1.0		6	4	False	False	0.9998119473457336	0					non-mobilizable	no_good_hit	1772.0	99.492	58.0	0.0893406648842254	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0107_000000014050	1914	0.5503466612669674	2	1	0	1	0	False	54390	fragment	False	ISR0107_000000014050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.9403354407560715e-07	LR812107.1	birds	Erithacus rubecula genome assembly, chromosome: 5	True	False
ENG0204_000000015658	1704	0.5503466612669674	3	1	0	1	0	False	54031	maximal	True	ENG0204_000000015658	1.0		11	5	False	False	0.9618544578552246	0					non-mobilizable	no_good_hit	597.0	99.162	35.0	0.00013017406350700303	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ENG0027_000000015350	1494	0.5503466612669674	2	1	0	1	0	False	65950	maximal	True	ENG0027_000000015350	1.0		31	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000022408	1403	0.5503466612669674	3	1	0	1	0	False	60754	maximal	True	ENG0097_000000022408	1.0		1	1	False	False	0.9807555079460144	0					non-mobilizable	no_good_hit								True	False
AST0047_000000016870	1375	0.5503466612669674	4	1	0	1	0	False	115096	maximal	True	AST0047_000000016870	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0353_000000028435	1281	0.5503466612669674	1	1	0	1	0	False	54004	maximal	True	ISR0353_000000028435	1.0		38	6	False	False	0.994535505771637	0					non-mobilizable	no_good_hit								True	False
CAN0022_000000026098	1276	0.5503466612669674	2	1	0	1	0	False	91217	maximal	True	CAN0022_000000026098	1.0		1	1	False	False	0.9992163181304932	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	4.0	0.0010439108899895609	MH538296.1	viruses	Bacillus phage Maceta, complete genome	True	False
ENG0187_000000024821	1234	0.5503466612669674	2	1	0	1	0	False	54948	fragment	False	ENG0187_000000024821	1.0		0	0	False	False	0.968395471572876	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	4.072193562076304e-05	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
USA0008_01_000000005626	1206	0.5503466612669674	1	1	0	1	0	False	2098	fragment	False	USA0008_01_000000005626	1.0		0	0	False	False	0.9552238583564758	0					non-mobilizable	no_good_hit	63.0	98.413	5.0	0.04353932584269663	GQ874702.1		Uncultured organism clone 1041059767121 genomic sequence	True	False
ENG0196_000000010581	1180	0.5503466612669674	1	1	0	1	0	False	54389	fragment	False	ENG0196_000000010581	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0017_01_000000023492	1147	0.5503466612669674	1	1	0	1	0	False	1878	fragment	False	USA0017_01_000000023492	1.0		0	0	False	False	0.990409791469574	0					non-mobilizable	no_good_hit								True	False
ENG0204_000000024491	1142	0.5503466612669674	1	1	0	1	0	False	54003	fragment	False	ENG0204_000000024491	1.0		0	0	False	False	0.9798598885536194	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000034905	1141	0.5503466612669674	2	1	0	1	0	False	37324	fragment	False	ISR0025_000000034905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	100.0	5.0	8.383462314962557e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
USA0084_01_000000027662	1133	0.5503466612669674	1	1	0	1	0	False	454	maximal	True	USA0084_01_000000027662	1.0		3	3	False	False	0.9638128876686096	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000011698	2860	0.5503438430971629	4	3	3	2	2	False	78571	maximal	True	ENG0179_000000011698	0.9639610741318855		340	14	False	False	0.9989510774612427	0					non-mobilizable	no_good_hit	84.0	84.524	3.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
ISR0325_000000015291	1387	0.5503398616465622	3	3	3	3	3	False	125782	fragment	False	FIJ0090_000000031382	0.9418234060471953		0	0	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit	1133.0	74.757	80.0	0.00038829780559455576	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0115_000000009642	3312	0.5503388625093271	4	3	3	2	2	False	81440	maximal	True	ISR0115_000000009642	1.0		2	1	False	False	0.9806763529777527	0					non-mobilizable	no_good_hit	1112.0	99.37100000000001	34.0	0.9569336778639104	NZ_QRHR01000021.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf21, whole genome shotgun sequence	True	False
ISR0119_000000007293	4454	0.5503352589218806	7	4	3	4	2	False	32360	maximal	True	ISR0119_000000007293	1.0		1	1	False	False	0.9984284043312073	0					non-mobilizable	no_good_hit	600.0	75.333	13.0	0.0006865531972923471	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0125_01_000000010106	2384	0.5503334103024974	4	3	1	2	1	True	73536	fragment	False	USA0125_01_000000010106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	79.759	42.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
USA0063_01_000000015580	1347	0.550328837064593	1	1	1	1	1	False	77244	fragment	False	USA0063_01_000000015580	0.9879283489096573		0	0	False	False	1.0	0					non-mobilizable	chromosome	1347.0	98.961	100.0	0.0002070949562684997	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
DEN0083_000000014990	1953	0.5503283763845399	3	2	1	1	2	False	69101	maximal	True	DEN0083_000000014990	1.0		5	3	False	False	0.998975932598114	0					non-mobilizable	other	1380.0	97.899	96.0	0.00041166522319758945	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0258_000000007655	2815	0.5503278789045962	5	4	4	4	3	False	75922	fragment	False	ISR0850_000000005066	0.6897105698402395		0	0	False	True	0.9992895126342773	0					non-mobilizable	no_good_hit	412.0	80.097	15.0	0.00011464968509087106	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
FIJ0123_000000020410	1637	0.5503272245925872	3	3	3	2	2	False	62942	fragment	False	FIJ0123_000000020410	0.9923615531508594		0	0	False	False	0.9853390455245972	0					non-mobilizable	no_good_hit	306.0	84.641	19.0	8.500854699420683e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0129_000000014186	1543	0.5503249290360636	3	3	0	2	2	False	82902	fragment	False	ISR0326_000000012554	0.8213314562798711		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	98.704	100.0	0.0005627006126211339	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
ISR0330_000000021202	1500	0.5503249290360636	3	3	0	2	2	False	82902	fragment	False	ISR0326_000000012554	0.7673411221090025		0	0	False	False	0.9980000257492065	0					non-mobilizable	other	1500.0	99.93299999999999	100.0	0.0005470092206997923	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
ENG0038_000000017607	1487	0.5503249290360636	4	3	0	2	2	False	66521	fragment	False	ENG0078_000000015441	0.8170815982731653		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	100.0	95.0	0.010149411950090965	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
ISR0153_000000020663	1407	0.5503249290360636	3	3	0	2	2	False	66521	fragment	False	ENG0078_000000015441	0.276971851282544		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	99.21799999999999	100.0	0.010070623289927944	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
DEN0061_000000031921	1375	0.5503249290360636	3	3	0	2	2	False	82902	fragment	False	ISR0326_000000012554	0.4680688102071917		0	0	False	False	0.9985454678535461	0					non-mobilizable	other	1375.0	99.855	100.0	0.00866494292741376	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
TAN0021_000000015028	1460	0.5503235183836935	3	2	2	2	1	True	2370	maximal	True	TAN0021_000000015028	1.0		1	1	False	False	0.999315083026886	0					non-mobilizable	no_good_hit								True	True
USA0031_01_000000007270	4161	0.5503222782062822	6	3	3	3	2	False	104615	maximal	True	USA0031_01_000000007270	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1954.0	86.95	56.0	0.008484607570337	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	True	False
USA0080_01_000000012971	3374	0.5503222782062822	5	3	3	3	2	False	104624	fragment	False	USA0080_01_000000012971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	92.359	56.0	0.00030333134318742634	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0348_000000001057	9087	0.5503191672201754	9	7	6	6	7	False	24155	maximal	True	ISR0348_000000001057	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1709.0	76.419	19.0	0.03441031289519847	NZ_JH379456.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1145, whole genome shotgun sequence	True	False
ISR0383_000000001370	6804	0.5503133482009122	7	6	5	6	4	False	37399	maximal	True	ISR0383_000000001370	1.0		682	12	False	False	0.9983832836151123	0					non-mobilizable	other	6804.0	99.897	100.0	0.02988831969913977	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
ENG0071_000000015051	1331	0.5503102651394327	2	2	2	2	2	False	62272	fragment	False	ENG0071_000000015051	1.0		0	0	False	False	0.9917355179786682	0					non-mobilizable	no_good_hit	705.0	76.028	53.0	0.00020925119085003253	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0048_000000010648	3562	0.5503080829051961	4	3	3	3	3	False	91319	fragment	False	MON0048_000000010648	0.989589933559349		0	0	False	False	0.9921392202377319	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.00031460599738380275	NZ_JXQL01000060.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig60, whole genome shotgun sequence	True	False
MON0058_000000016818	2779	0.5503053126110647	6	4	3	3	2	True	45199	fragment	False	MON0058_000000016818	1.0		0	0	False	False	0.995681881904602	0					non-mobilizable	no_good_hit	95.0	100.0	3.0	2.8102055904555853e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MON0083_000000023354	1678	0.5503029141516093	3	3	3	3	1	False	68326	fragment	False	MON0083_000000023354	0.9568294768806028		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	94.87799999999999	100.0	0.02278254017851078	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
ISR0786_000000001650	10880	0.5503018840022754	8	5	4	5	4	False	107107	maximal	True	ISR0786_000000001650	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2979.0	98.053	41.0	0.020107084742787308	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0789_000000006073	2295	0.5502996787049774	3	3	3	3	2	False	106472	maximal	True	ISR0789_000000006073	1.0		15	7	False	False	1.0	0					non-mobilizable	chromosome	2299.0	94.693	100.0	0.0005012248394866285	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
USA0047_01_000000021513	1687	0.5502993659798466	2	2	1	2	2	False	1670	fragment	False	USA0047_01_000000021513	0.993093093093093		0	0	False	False	0.9994072318077087	0					non-mobilizable	no_good_hit	212.0	93.396	13.0	0.03415897684960337	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
AST0140_000000026041	1116	0.550298662367433	2	2	2	1	1	False	105300	fragment	False	AST0140_000000026041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0024_000000038419	1356	0.5502939321761491	2	2	2	2	1	False	13128	fragment	False	MON0024_000000038419	1.0		0	0	False	False	0.9918879270553589	0					non-mobilizable	no_good_hit	1136.0	84.771	83.0	0.00031570608406730104	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0080_000000047963	1218	0.5502939321761491	2	2	2	2	1	False	13127	fragment	False	MON0080_000000047963	0.9979710144927537		0	0	False	False	1.0	0					non-mobilizable	chromosome	1130.0	84.867	92.0	0.00031402828379767855	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0066_000000032469	1150	0.5502939321761491	2	2	2	2	1	False	13127	fragment	False	MON0080_000000047963	0.9782989457652126		0	0	False	False	1.0	0					non-mobilizable	chromosome	1130.0	84.69	98.0	0.00031402828379767855	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0019_000000057809	1150	0.5502939321761491	2	2	2	2	1	False	13127	fragment	False	MON0080_000000047963	0.9796673092025415		0	0	False	False	0.9852173924446106	0					non-mobilizable	chromosome	1130.0	84.956	98.0	0.00031402828379767855	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0843_000000009927	1645	0.5502926053424063	2	2	1	2	0	True	20729	fragment	False	ISR0843_000000009927	1.0		0	0	False	False	0.9993920922279358	0					non-mobilizable	no_good_hit	892.0	78.587	64.0	0.0002712777243034353	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0117_000000011428	1269	0.5502907200560269	2	1	1	1	1	False	82034	maximal	True	CHI0117_000000011428	1.0		89	11	False	False	0.9653270244598389	0					non-mobilizable	other	1224.0	99.67299999999999	96.0	0.0026906559656440852	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0054_000000016005	1582	0.5502901978931815	4	4	2	2	3	False	79599	fragment	False	FIJ0084_000000007872	0.9516362056322671		0	0	False	False	0.999367892742157	0					non-mobilizable	chromosome	1583.0	97.915	100.0	0.0005712034737259039	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	False	False
SPA0106_000000021858	1765	0.5502898146332159	2	2	2	2	2	False	97167	fragment	False	SPA0106_000000021858	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	99.83	100.0	0.0004257219051296594	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0028_000000013954	1328	0.5502878090481483	2	2	2	2	1	False	65848	fragment	False	FIJ0106_000000020399	0.9826926585547276		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	99.774	100.0	0.002448804846677505	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
MAD0083_000000006910	1517	0.5502870585603138	3	3	3	3	3	False	22605	fragment	False	MAD0083_000000006910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000016061	2198	0.5502867043039676	2	2	2	2	2	True	113052	maximal	True	ISR0212_000000016061	1.0		7	3	False	False	1.0	0					non-mobilizable	other	1909.0	83.447	97.0	0.0005032613517903303	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0193_000000006117	3361	0.550285674820526	2	2	2	2	2	False	72592	maximal	False	ENG0131_000000007593	0.9508856802669223		0	0	False	False	0.9997024536132812	0					non-mobilizable	other	3361.0	99.94	100.0	0.06461041458349358	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
MON0047_000000009967	3744	0.5502830788375958	5	2	1	2	1	True	14324	fragment	False	MON0047_000000009967	1.0		0	0	False	False	0.999465823173523	0					non-mobilizable	no_good_hit	87.0	90.805	2.0	0.00017355411647363128	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0002_000000012664	2047	0.5502830788375958	2	2	1	2	1	True	14323	fragment	False	MON0002_000000012664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	1.3702035535250444e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
MON0038_000000020135	1668	0.5502830788375958	3	2	1	2	1	True	12000	maximal	True	MON0038_000000020135	1.0		0	0	False	False	0.9670263528823853	0					non-mobilizable	no_good_hit	220.0	98.182	13.0	0.0009165557592346132	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	True	True
CHI0131_000000000569	20624	0.5502769451816071	25	16	6	9	12	False	103780	maximal	True	CHI0131_000000000569	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	4158.0	87.87899999999999	42.0	0.015463204822068512	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
ENG0184_000000009623	2324	0.5502729027240174	2	1	1	1	1	False	55112	maximal	True	ENG0184_000000009623	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	0.00044220766914443346	NZ_AMQH01000013.1	firmicutes	Clostridium tunisiense TJ C661contig13, whole genome shotgun sequence	True	False
MAD0095_000000021212	1717	0.5502686485045232	2	1	1	1	1	False	41848	fragment	False	MAD0095_000000021212	0.9401343921808185		0	0	False	False	0.9784507751464844	0					non-mobilizable	no_good_hit	429.0	94.406	25.0	0.0800149560665545	KU547019.1	bacteria	Uncultured bacterium clone TE_05X_000_Contig_1 genomic sequence	True	False
MON0025_000000012166	2948	0.5502656002445471	5	5	4	3	4	False	12829	fragment	False	MON0025_000000012166	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2948.0	99.86399999999999	100.0	0.0006349032628900228	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MON0075_000000004231	4672	0.5502617045617001	4	4	4	3	2	False	46884	maximal	True	MON0075_000000004231	1.0		20	3	False	False	0.9648972749710083	0					non-mobilizable	other	2329.0	96.39299999999999	96.0	0.05291198865845014	NZ_CYYU01000014.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0172_000000013402	2048	0.5502580766358826	3	2	2	2	2	False	111908	fragment	False	AST0089_000000010329	0.9678439944776805		0	0	False	False	0.98974609375	0					non-mobilizable	no_good_hit								True	False
MON0075_000000005485	3846	0.5502566771833104	4	2	1	2	0	True	108311	maximal	True	MON0075_000000005485	1.0	PS112|PS669|PS670	0	0	False	True	0.9862194657325745	0					non-mobilizable	no_good_hit	561.0	97.32600000000001	36.0	0.05705828314790242	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
USA0116_01_000000011539	2206	0.5502565640960148	4	3	3	3	2	False	98783	fragment	False	ENG0104_000000013884	0.9473453268977622		0	0	False	False	1.0	0					non-mobilizable	other	2206.0	96.736	100.0	0.09251951977163966	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
AST0031_000000012535	2220	0.5502562585736942	4	4	3	1	2	False	117457	fragment	False	AST0031_000000012535	1.0		0	0	False	False	0.9968468546867371	0					non-mobilizable	other	2070.0	99.90299999999999	93.0	0.0005696178137027636	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
MON0109_000000019066	1879	0.5502533639008715	2	2	2	2	2	False	32326	maximal	True	MON0109_000000019066	1.0		209	13	False	False	0.996806800365448	0					non-mobilizable	chromosome	1127.0	88.199	96.0	0.00038829780559455576	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0119_000000011065	2972	0.5502530289930474	4	4	3	3	4	False	70979	maximal	True	ENG0119_000000011065	1.0		790	14	False	False	0.9959623217582703	0					non-mobilizable	chromosome	2972.0	99.15899999999999	100.0	0.000957607727646177	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0076_000000002703	2879	0.5502527341649306	4	2	1	2	1	True	84603	fragment	False	CHI0076_000000002703	1.0		0	0	False	False	0.9996526837348938	0					non-mobilizable	no_good_hit	128.0	78.906	4.0	0.0002697137181534457	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	True
ENG0209_000000009943	1863	0.5502489766205609	2	2	2	2	2	False	58960	fragment	False	ENG0209_000000009943	1.0		0	0	False	False	0.9506173133850098	0					non-mobilizable	chromosome	1881.0	74.322	100.0	0.0005196735135833633	CP036345.1	firmicutes	Anaerostipes caccae strain DSM 14662 chromosome, complete genome	False	False
MON0031_000000018576	1733	0.5502447132427251	2	2	2	2	2	False	12451	maximal	True	MON0031_000000018576	1.0		3	2	False	False	0.9428736567497253	0					non-mobilizable	other	1734.0	87.024	100.0	0.002511669614601637	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
SPA0156_000000004148	3632	0.5502441741721049	5	4	2	3	2	False	124381	fragment	False	SPA0156_000000004148	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2335.0	99.4	80.0	0.024417546319060124	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
ISR0241_000000003476	3651	0.5502404523799053	3	3	2	3	1	False	123059	maximal	True	ISR0241_000000003476	1.0		8	2	False	False	1.0	0					non-mobilizable	chromosome	1675.0	98.62700000000001	99.0	0.0004486040214643893	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0106_000000008218	2448	0.5502379661175055	7	2	1	2	1	False	107433	maximal	True	AST0106_000000008218	1.0		1	1	False	False	0.9873365759849548	0					non-mobilizable	no_good_hit								True	False
FIJ0023_000000012054	2667	0.5502379422182287	2	2	1	2	1	False	57964	fragment	False	FIJ0023_000000012054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000008027	3832	0.5502351593603068	4	3	1	3	0	False	113908	fragment	False	ENG0101_000000008027	0.9980407523510972		0	0	False	False	0.993215024471283	0					non-mobilizable	no_good_hit								True	False
AST0055_000000008646	3828	0.5502351593603068	4	3	1	3	0	False	113908	fragment	False	ENG0101_000000008027	0.9975208768267223		0	0	False	False	0.9981713891029358	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000001459	16932	0.5502318917530722	21	18	6	9	17	True	123538	fragment	False	USA0018_01_000000001289	0.9623362381629968		0	0	False	False	1.0	0					non-mobilizable	chromosome	16959.0	98.744	100.0	0.0026089964141492936	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
USA0078_01_000000006019	2636	0.5502295428699947	2	2	1	1	2	False	102350	maximal	True	USA0078_01_000000006019	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	98.65299999999999	11.0	8.256194167835596e-05	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	True	False
MON0032_000000018460	1621	0.5502272194985316	3	3	2	3	3	False	12390	maximal	True	MON0032_000000018460	1.0		1	1	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	311.0	72.347	19.0	0.0022548679507096423	NZ_QEKH01000013.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_113, whole genome shotgun sequence	True	False
ISR0015_000000023909	1142	0.5502224113930594	2	2	1	1	2	False	37940	fragment	False	ISR0015_000000023909	1.0		0	0	False	False	0.996497392654419	0					non-mobilizable	no_good_hit	696.0	77.73	61.0	0.0014834254498439514	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	False
CHI0086_000000006036	1199	0.5502184426176889	3	1	1	1	1	False	84030	maximal	True	CHI0086_000000006036	1.0		2	1	False	False	0.9941617846488953	0					non-mobilizable	no_good_hit	979.0	83.555	81.0	0.0015444902543941385	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
ISR0031_000000021832	1131	0.5502154711465858	1	1	1	1	1	False	36981	maximal	True	ISR0031_000000021832	1.0		0	0	False	False	0.8806366324424744	0					non-mobilizable	no_good_hit								True	False
CHI0059_000000017334	1099	0.5502114935776206	3	3	3	3	2	False	93973	fragment	False	SPA0050_000000020761	0.4654958677685951		0	0	False	False	1.0	0					non-mobilizable	other	1099.0	95.45	100.0	0.002227410949205699	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0166_000000005290	3384	0.5502073865635101	5	4	2	3	3	False	30217	fragment	False	ISR0166_000000005290	1.0		0	0	False	False	0.9952718615531921	0					non-mobilizable	no_good_hit	1320.0	93.63600000000001	39.0	0.00044363108339220926	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0168_000000013181	1700	0.5502057445656642	2	1	1	1	1	False	38908	fragment	False	FIJ0168_000000013181	1.0		0	0	False	False	0.9917647242546082	0					non-mobilizable	no_good_hit	64.0	82.81200000000001	4.0	2.201624799101737e-05	NZ_CP032363.1	e-proteobacteria	Arcobacter peruensis strain PSE-93 chromosome	True	False
DEN0065_000000021108	1649	0.5502042038734667	3	3	3	3	1	False	121854	fragment	False	FIJ0048_000000015861	0.44046370293850134		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	97.45299999999999	100.0	0.0005123789127611904	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0033_000000014928	1721	0.5502025609428473	4	2	1	1	2	False	65491	maximal	True	ENG0033_000000014928	1.0		0	0	False	False	0.9907031059265137	0					non-mobilizable	no_good_hit	290.0	92.759	17.0	7.201299144475625e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
USA0045_01_000000004529	3076	0.5502018358424203	8	3	2	3	2	False	39068	maximal	True	USA0045_01_000000004529	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0012_000000003177	1975	0.5501993105696539	4	4	2	3	3	False	75449	maximal	True	DEN0012_000000003177	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1975.0	98.53200000000001	100.0	0.0003905423850269136	CP007392.1	enterobacteria	Escherichia coli strain ST2747, complete genome	False	False
ENG0050_000000012830	2083	0.5501986438374906	7	4	3	3	3	False	101642	fragment	False	ENG0050_000000012830	0.9592816273678353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	96.95700000000001	37.0	0.039693424768051634	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
SPA0116_000000036319	1132	0.5501967451930978	1	1	1	1	1	False	4334	fragment	False	SPA0116_000000036319	1.0		0	0	False	False	0.9876325130462646	0					non-mobilizable	no_good_hit								True	False
ENG0024_000000002596	9401	0.5501959906040953	11	8	6	6	7	True	130131	maximal	True	ENG0024_000000002596	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7031.0	97.71	77.0	0.0023652470584196164	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0151_000000003940	6152	0.5501909788829917	15	6	0	5	2	False	57120	maximal	True	ENG0151_000000003940	1.0		1	1	False	False	0.9941482543945312	0					non-mobilizable	no_good_hit	101.0	98.02	4.0	0.00031435457290644617	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ISR0347_000000001985	7563	0.5501876169829794	9	7	3	3	7	True	89472	fragment	False	ISR0347_000000001985	0.9602765390737614		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2026.0	94.916	60.0	0.04608	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0362_000000017175	1201	0.550181579576574	1	1	1	1	1	False	23729	fragment	False	ISR0362_000000017175	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	99.5	100.0	0.0023797058683546713	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0263_000000001165	7272	0.5501802613761443	9	6	3	2	4	True	84239	fragment	False	ISR0263_000000001165	0.9723948037277605		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	6725.0	99.64299999999999	92.0	0.21649119417882096	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0156_000000000872	17459	0.5501777654900751	20	12	6	9	9	False	76655	maximal	True	ENG0156_000000000872	1.0		1	1	False	False	0.9954178333282471	0					non-mobilizable	no_good_hit	4796.0	96.56	39.0	0.19150381648883028	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
ENG0058_000000003310	7815	0.5501736155293331	12	4	3	3	4	True	86989	fragment	False	ENG0058_000000003310	1.0		0	0	False	True	0.9898912310600281	0					non-mobilizable	no_good_hit	5674.0	100.0	88.0	0.3409459703107158	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
ENG0078_000000003362	7601	0.5501736155293331	12	4	3	3	4	True	86988	backbone	True	ENG0078_000000003362	0.990241891148983	PS447	13	5	True	True	1.0	25					non-mobilizable	no_good_hit	4536.0	99.956	86.0	0.27255243704549553	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
ENG0067_000000003690	7276	0.5501736155293331	11	4	3	3	4	True	86988	backbone	False	ENG0078_000000003362	0.9692803578476517	PS447	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	4599.0	100.0	86.0	0.2763387222789831	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
ENG0183_000000004772	5841	0.5501736155293331	9	4	3	3	4	True	86987	fragment	False	ENG0183_000000004772	1.0		0	0	False	False	0.9962335228919983	0					non-mobilizable	no_good_hit	3714.0	100.0	84.0	0.2231504297133241	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
MAD0070_000000003610	4794	0.5501736155293331	8	4	3	3	4	True	86984	maximal	True	MAD0070_000000003610	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3700.0	96.70299999999999	91.0	0.22146763627621852	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
ENG0028_000000003241	4603	0.5501736155293331	8	4	3	3	4	True	86985	fragment	False	ENG0028_000000003241	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3856.0	100.0	100.0	0.2316845964300739	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
ENG0021_000000005684	3344	0.5501736155293331	5	4	3	3	4	True	86980	fragment	False	ENG0021_000000005684	0.9593846153846154		0	0	False	False	0.9997009634971619	0					non-mobilizable	other	3274.0	100.0	98.0	0.19670653284452191	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
MON0096_000000013124	2676	0.5501732694459521	3	3	3	2	2	True	106447	fragment	False	MON0096_000000013124	1.0		0	0	False	False	0.9663677215576172	0					non-mobilizable	other	2691.0	95.318	100.0	0.030560871149990888	NZ_QSFT01000015.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf15, whole genome shotgun sequence	False	True
USA0116_01_000000012434	2019	0.5501721801740677	3	3	2	3	2	False	45457	fragment	False	USA0116_01_000000012434	1.0		0	0	False	False	0.9673105478286743	0					non-mobilizable	chromosome	1418.0	91.11399999999999	99.0	0.0003954714184437458	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0335_000000008262	2203	0.5501715279070373	3	3	3	2	3	False	107862	fragment	False	ENG0050_000000012509	0.8741991142833447		0	0	False	False	1.0	0					non-mobilizable	other	2203.0	98.956	100.0	0.020185908365876463	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0266_000000008218	2175	0.5501686327620098	3	3	3	2	1	False	86642	maximal	True	ISR0266_000000008218	1.0		114	9	False	False	0.9995402097702026	0					non-mobilizable	no_good_hit	1149.0	74.413	52.0	0.0004315661088430295	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	False
SPA0015_000000015352	1579	0.5501676503896621	2	2	2	1	1	False	109827	fragment	False	ISR0360_000000015719	0.6680758689352523		0	0	False	False	0.9981000423431396	0					non-mobilizable	other	1580.0	94.74700000000001	99.0	0.00025863733060033876	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0203_000000006829	2487	0.5501641539717789	3	3	1	3	2	True	114124	fragment	False	ISR0094_000000007029	0.597471531148004		0	0	False	False	0.9991958141326904	0					non-mobilizable	other	2487.0	97.306	100.0	0.16452749883620402	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
ISR0146_000000006996	5451	0.5501625973583038	6	3	2	3	1	True	99700	fragment	False	CHI0181_000000003409	0.9384469608619948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0053_000000006873	4719	0.5501625465201254	4	3	3	3	3	False	62397	maximal	True	SPA0053_000000006873	1.0		11	7	False	False	0.999576210975647	0					non-mobilizable	no_good_hit	1335.0	72.434	28.0	0.008564822353209366	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
FIJ0104_000000022783	1233	0.5501610288183293	1	1	1	1	1	False	79307	fragment	False	FIJ0104_000000022783	0.9884167143129408		0	0	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit								True	False
ENG0031_000000009059	2320	0.5501598426961853	3	2	2	2	2	False	116443	fragment	False	ENG0031_000000009059	1.0		0	0	False	False	0.9978448152542114	0					non-mobilizable	no_good_hit	1221.0	99.427	83.0	0.00032693960943043905	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0174_000000005509	3119	0.5501572357544965	4	3	2	3	3	False	99508	maximal	True	ENG0174_000000005509	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	91.76100000000001	83.0	0.0003928308665807063	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0079_000000009270	3513	0.5501541706256124	6	6	1	4	5	True	61846	fragment	False	MAD0068_000000007028	0.9653960529872938		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	3513.0	99.772	100.0	0.02432520415301606	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
SPA0146_000000018550	1238	0.5501533142692119	2	1	1	1	1	False	3331	fragment	False	SPA0146_000000018550	1.0		0	0	False	False	0.9991922378540039	0					non-mobilizable	other	1238.0	97.17299999999999	100.0	0.010114649056047921	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0015_000000017463	1771	0.5501521847937116	2	2	2	2	2	False	50338	maximal	True	FIJ0015_000000017463	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	100.0	6.0	0.06457564575645756	GQ873610.1		Uncultured organism clone 1041059765364 genomic sequence	True	False
ISR0180_000000018566	1321	0.5501427186095291	2	2	2	1	1	False	108051	fragment	False	AST0118_000000020065	0.520809702788368		0	0	False	False	0.9984859824180603	0					non-mobilizable	chromosome	1314.0	96.88	98.0	0.00046332122628742786	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0105_000000010785	1791	0.5501418344902806	2	2	2	2	1	False	48029	maximal	True	ISR0105_000000010785	0.9641591928132631		462	15	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	75.64399999999999	28.0	0.0002207647821890506	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ENG0169_000000016572	1456	0.5501417833831097	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7727574197422963	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	98.97	100.0	0.0005992048489880233	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0115_000000008657	2786	0.5501400010940777	4	4	1	3	3	True	41743	fragment	False	FIJ0115_000000008657	1.0		0	0	False	False	0.9989231824874878	0					non-mobilizable	plasmid	2786.0	100.0	100.0	0.039815860580153545	CP008932.1	enterobacteria	Klebsiella pneumoniae strain PMK1 plasmid pPMK1-C, complete sequence	False	True
FIJ0043_000000014833	1882	0.550139490740719	3	2	1	2	0	False	47204	maximal	True	FIJ0043_000000014833	1.0		5	3	False	False	0.9989373087882996	0					non-mobilizable	no_good_hit								True	False
MON0098_000000021181	1633	0.5501376275087763	2	2	2	2	1	False	9518	maximal	True	MON0098_000000021181	1.0		108	9	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	74.76	50.0	0.0007419466374690255	NZ_JH594521.1	CFB group bacteria	Prevotella micans F0438 supercont1.1, whole genome shotgun sequence	True	False
MAD0096_000000009346	1977	0.5501359491681553	3	1	1	1	1	False	15488	maximal	True	MAD0096_000000009346	1.0		0	0	False	False	0.987354576587677	0					non-mobilizable	no_good_hit	961.0	99.792	49.0	0.005257594759930556	NZ_QSCB01000005.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf5, whole genome shotgun sequence	True	False
ISR0022_000000015083	1717	0.5501348674939593	3	3	3	2	2	False	72252	fragment	False	ISR0022_000000015083	0.9796172196023276		0	0	False	False	0.9994176030158997	0					non-mobilizable	other	1717.0	98.719	100.0	0.008009222741338511	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AUS0002_000000015093	2381	0.550130151942684	4	2	2	2	1	True	103002	fragment	False	AUS0002_000000015093	1.0		0	0	False	False	0.998740017414093	0					non-mobilizable	no_good_hit								True	True
CHI0160_000000007198	3868	0.550129404894526	4	4	4	4	3	False	91073	fragment	False	CHI0160_000000007198	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0185_000000005670	5336	0.5501291266384288	6	4	4	4	4	False	111584	fragment	False	AST0084_000000004806	0.7794113757300011		0	0	False	False	1.0	0					non-mobilizable	other	5358.0	99.571	100.0	0.008548058695499544	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0183_000000016593	1771	0.5501275683391643	3	3	3	3	3	False	117939	fragment	False	ISR0079_000000014796	0.961983483934262		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	98.73200000000001	100.0	0.00033209217770875665	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0785_000000001833	12492	0.5501262825258841	23	6	3	4	3	True	100667	fragment	False	ISR0022_000000001841	0.8861983051824426		0	0	False	False	1.0	0					non-mobilizable	chromosome	12497.0	97.928	100.0	0.003330462137967295	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
USA0119_01_000000010372	2346	0.5501236230482358	3	2	1	1	2	False	127038	fragment	False	USA0119_01_000000010372	1.0		0	0	False	False	0.9995737671852112	0					non-mobilizable	other	2375.0	88.8	100.0	0.415430790960452	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ENG0067_000000013523	2042	0.5501236230482358	2	2	1	1	2	False	127037	fragment	False	SPA0138_000000012945	0.6056013959455744		0	0	False	False	0.9995102882385254	0					non-mobilizable	other	2067.0	88.09899999999999	100.0	0.3614053672316384	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0047_000000019835	1991	0.5501236230482358	3	2	1	1	2	False	43718	fragment	False	MON0047_000000019835	1.0		0	0	False	False	0.9864389896392822	0					non-mobilizable	other	1952.0	96.311	98.0	0.39374369323915237	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	False
DEN0062_000000010382	1940	0.5501236230482358	2	2	1	1	2	False	84384	fragment	False	DEN0077_000000005815	0.9668696175458902		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	98.919	100.0	0.0165165548269674	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	False
ENG0084_000000006703	3934	0.5501110373468048	5	4	1	4	1	False	119372	maximal	True	ENG0084_000000006703	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	74.589	17.0	0.06460400856197704	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
FIJ0104_000000000813	21465	0.5501062301954901	23	16	8	13	7	True	132293	maximal	True	FIJ0104_000000000813	1.0		2	1	False	False	1.0	0					non-mobilizable	other	13376.0	94.81200000000001	90.0	0.0031129470414054854	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
DEN0001_000000022436	1937	0.5501054841821682	2	2	2	2	2	False	77192	fragment	False	DEN0001_000000022436	1.0		0	0	False	False	0.9969024062156677	0					non-mobilizable	no_good_hit	282.0	73.404	14.0	0.0005236968006537577	NZ_PTJA01000003.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_103, whole genome shotgun sequence	True	False
FIJ0127_000000000329	32765	0.5501012399181517	49	11	10	9	7	True	49425	fragment	False	FIJ0127_000000000329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	0.00036888701517706575	NZ_LRVM01000011.1	firmicutes	Anaerotignum neopropionicum strain DSM-3847 CLNEO_contig000011, whole genome shotgun sequence	True	True
MAD0105_000000019984	1854	0.5500981111601716	2	2	2	2	2	False	14814	maximal	True	MAD0105_000000019984	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	83.333	10.0	0.0002576592605450443	CP024733.1	CFB group bacteria	Prevotella intermedia strain KCOM 1741 chromosome 2, complete sequence	True	False
MAD0067_000000003046	3081	0.5500978913821071	4	4	3	4	3	False	16518	fragment	False	MAD0067_000000003046	1.0		0	0	False	False	0.9912366271018982	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.311670278344659e-05	LN590784.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000240	True	False
SPA0090_000000023266	1561	0.5500911721423394	2	2	2	1	1	False	70707	fragment	False	DEN0069_000000016067	0.9573278399058269		0	0	False	False	1.0	0					non-mobilizable	chromosome	1561.0	99.616	100.0	0.0003551769430057122	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AST0003_000000015810	2119	0.5500905971411296	4	4	3	4	3	False	130136	fragment	False	AST0003_000000015810	1.0		0	0	False	False	0.9952808022499084	0					non-mobilizable	no_good_hit	57.0	91.228	3.0	3.692553931428602e-05	CP039692.1	a-proteobacteria	Agrobacterium larrymoorei strain CFBP5473 chromosome linear, complete sequence	True	False
ISR0225_000000004856	3251	0.5500855058130579	4	2	1	2	2	True	79369	fragment	False	ISR0120_000000008907	0.9200235224933844		0	0	False	False	0.9990772008895874	0					non-mobilizable	other	3099.0	87.06	95.0	0.0005747612079366185	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
ISR0026_000000011584	1943	0.5500806616344253	2	2	2	2	2	False	37292	maximal	True	ISR0026_000000011584	1.0		153	10	False	False	1.0	0					non-mobilizable	no_good_hit	1685.0	99.941	87.0	0.08708693178879867	NZ_SPGG01000041.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_41_length_19337_cov_27.2651, whole genome shotgun sequence	True	False
DEN0079_000000005891	6323	0.5500806150177407	10	9	8	9	8	False	91268	maximal	True	DEN0079_000000005891	1.0		11	3	False	False	0.9935157299041748	0					non-mobilizable	no_good_hit	307.0	84.039	5.0	0.00010453099001129277	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0023_000000014739	2213	0.5500796581082801	5	5	2	4	4	False	113678	fragment	False	ISR0333_000000009519	0.6186367558239861		0	0	False	False	1.0	0					non-mobilizable	other	2209.0	96.695	99.0	0.0006865939650661488	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0092_000000006780	3482	0.5500781581548808	4	3	3	1	1	False	46257	maximal	True	ISR0092_000000006780	1.0		1	1	False	False	0.9853532314300537	0					non-mobilizable	no_good_hit	1475.0	73.96600000000001	42.0	0.0006370488195419244	LR698955.1	fusobacteria	Fusobacterium nucleatum isolate MGYG-HGUT-01347 genome assembly, chromosome: 1	True	False
SPA0138_000000014955	1779	0.5500780146379375	3	2	1	2	1	True	82738	fragment	False	FIJ0017_000000015670	0.715087844676175		0	0	False	False	0.9904440641403198	0					non-mobilizable	no_good_hit	499.0	77.355	28.0	0.00013757962210904527	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0361_000000001394	7317	0.550077361359516	9	7	4	5	6	False	26546	maximal	True	ISR0361_000000001394	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	2786.0	96.303	38.0	0.10900511207235548	NZ_CABMGA010000023.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0063_000000007347	3830	0.5500743496823557	7	2	2	2	1	False	10753	fragment	False	MON0063_000000007347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	2.0	2.1920493806898435e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0085_000000020758	1472	0.5500734679652034	2	2	1	2	1	False	9775	maximal	True	MON0085_000000020758	1.0		21	7	False	False	0.989130437374115	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000011603	2749	0.5500727758464343	4	3	2	3	3	False	63098	fragment	False	MON0017_000000006460	0.9318289329300337		0	0	False	False	0.9959985613822937	0					non-mobilizable	no_good_hit	500.0	76.0	18.0	0.0009348471826419988	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0043_000000010691	1590	0.5500727670956452	3	3	2	3	2	False	108113	fragment	False	SPA0043_000000010691	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1591.0	96.98299999999999	100.0	0.005857179191348036	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
ISR0188_000000011266	1876	0.5500701840003882	3	2	2	1	1	True	29258	maximal	True	ISR0188_000000011266	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	97.531	9.0	3.1713600813770994e-05	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	True
ISR0334_000000007915	2571	0.5500682858631986	4	4	2	4	4	True	24511	maximal	True	ISR0334_000000007915	1.0		9	4	False	False	0.9867755770683289	0					non-mobilizable	no_good_hit	1166.0	96.141	87.0	0.0003751785240592898	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0067_000000022338	1380	0.5500677651824812	3	3	3	2	3	False	64809	fragment	False	ISR0067_000000022338	0.9703572874004359		0	0	False	False	0.9963768124580383	0					non-mobilizable	no_good_hit	398.0	89.698	34.0	0.00013803045872122448	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0043_000000000372	7533	0.5500650396791367	11	5	2	4	3	True	73009	maximal	True	DEN0043_000000000372	1.0		1	1	False	False	0.9998672604560852	0					non-mobilizable	no_good_hit	763.0	98.03399999999999	15.0	0.31500620090946674	HG796409.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00979	True	True
MON0081_000000036877	1427	0.5500647532473637	1	1	1	1	1	False	83416	fragment	False	MON0011_000000030282	0.9592621593847344		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	99.089	100.0	0.001564625850340136	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0038_000000022814	1519	0.5500632584824277	2	1	1	1	1	False	36619	maximal	True	ISR0038_000000022814	1.0		41	6	False	False	0.9927583932876587	0					non-mobilizable	other	1519.0	95.721	100.0	0.012262009580199844	NZ_WEHX01000002.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_2_length_123797_cov_134.930290, whole genome shotgun sequence	False	False
ISR0025_000000000783	29522	0.5500614416235023	29	20	14	18	17	False	37396	maximal	True	ISR0025_000000000783	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	1.537306945692536e-05	FN568063.1	firmicutes	Streptococcus mitis B6 complete genome, strain B6	True	False
CHI0144_000000000372	26307	0.5500595450457347	31	13	7	11	10	True	113869	maximal	True	CHI0144_000000000372	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1241.0	75.50399999999999	5.0	0.18314472900536033	LN854323.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH1824	True	True
ISR0220_000000003747	2637	0.5500573770625501	5	3	1	3	1	False	27993	maximal	True	ISR0220_000000003747	1.0		1	1	False	False	0.997724711894989	0					non-mobilizable	no_good_hit	711.0	94.374	46.0	0.007922073574863596	AP017969.1	fusobacteria	Fusobacterium varium Fv113-g1 plasmid pFV113-g1-1 DNA, complete genome	True	False
ENG0044_000000001659	11541	0.5500523337495645	9	7	3	4	7	True	68748	fragment	False	ENG0044_000000001659	0.9429459672475697		0	0	False	False	1.0	0					non-mobilizable	other	11414.0	94.279	99.0	0.00569173601695381	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ENG0211_000000012038	2078	0.5500518064651353	2	2	2	2	2	False	97340	maximal	False	CAN0001_000000021039	0.9477230483271375		0	0	False	False	0.9990375638008118	0					non-mobilizable	chromosome	1988.0	96.932	96.0	0.00044220923907963504	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0104_000000009629	2642	0.5500513173029411	5	4	3	2	1	False	77901	maximal	True	FIJ0104_000000009629	0.9635416666666667		71	12	False	False	0.9943224787712097	0					non-mobilizable	other	2648.0	99.54700000000001	100.0	0.06492359765519609	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
SPA0026_000000003839	6247	0.5500512136394945	12	4	3	4	1	False	7542	maximal	True	SPA0026_000000003839	1.0		4	2	False	False	0.999359667301178	0					non-mobilizable	no_good_hit	1750.0	92.0	31.0	0.0005931889272759209	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
FIJ0031_000000002433	8307	0.5500501180395556	13	13	2	11	13	True	48629	fragment	False	FIJ0031_000000002433	1.0		0	0	False	False	0.9998795986175537	0			MPF_F		non-mobilizable	plasmid	8307.0	99.807	100.0	0.04708109670727076	CP054290.1	enterobacteria	Klebsiella pneumoniae strain IDR1900025266-01-00 plasmid p2K176, complete sequence	False	True
ENG0058_000000026911	1289	0.5500480054123584	4	2	2	1	1	False	63414	maximal	True	ENG0058_000000026911	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	76.533	65.0	0.006563540488442115	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ISR0223_000000003158	7291	0.5500466755821879	8	7	6	5	7	False	85811	maximal	True	ISR0223_000000003158	1.0		2	1	False	False	0.9998628497123718	0					non-mobilizable	no_good_hit	941.0	72.37	13.0	0.00020570726836042661	CP011047.1	enterobacteria	Cronobacter sakazakii strain ATCC 29544, complete genome	True	False
ISR0195_000000000906	20235	0.5500381755057359	32	13	6	11	6	True	132298	maximal	True	ISR0195_000000000906	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	12177.0	93.56200000000001	87.0	0.5383797670195332	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	True	True
MON0037_000000037412	1935	0.5500374868604042	3	1	1	1	1	False	41009	fragment	False	MON0037_000000037412	1.0		0	0	False	False	0.9994832277297974	0					non-mobilizable	no_good_hit	1336.0	73.35300000000001	68.0	0.0009583262104753819	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
FIJ0128_000000014776	1761	0.5500374868604042	3	1	1	1	1	False	41008	fragment	False	FIJ0128_000000014776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1337.0	73.972	75.0	0.0009583262104753819	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ENG0142_000000018839	1806	0.5500352120855306	3	2	2	2	1	False	116800	fragment	False	ISR0159_000000013040	0.5255770226987821		0	0	False	False	0.9994462728500366	0					non-mobilizable	no_good_hit	1496.0	98.79700000000001	83.0	0.005671493442691361	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0081_01_000000018636	1638	0.5500352120855306	2	2	2	2	1	False	116800	fragment	False	ISR0159_000000013040	0.4746813694329164		0	0	False	False	0.9926739931106567	0					non-mobilizable	other	1502.0	98.802	92.0	0.005694255289284102	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0025_000000005498	6576	0.5500334499521071	9	8	7	8	8	False	121737	fragment	False	ISR0025_000000005498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	81.843	41.0	0.00032826757240408114	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0081_01_000000009254	3381	0.5500317558340461	4	4	4	4	3	False	579	maximal	True	USA0081_01_000000009254	1.0		1097	15	False	False	0.999408483505249	0					non-mobilizable	chromosome	3381.0	98.314	100.0	0.0011376882108237233	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0068_000000009951	3167	0.5500274907621232	7	6	1	0	6	False	45102	fragment	False	FIJ0068_000000009951	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3167.0	99.74700000000001	100.0	0.021380190571376478	CP039970.1	enterobacteria	Klebsiella pneumoniae strain R1701 plasmid p1701_02, complete sequence	False	True
SPA0098_000000007019	4881	0.5500270690611448	9	8	4	4	5	True	125618	fragment	False	ISR0056_000000002323	0.2134241797013291		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	99.455	59.0	0.15522460346288897	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
USA0006_01_000000017941	1312	0.5500243211851986	2	2	1	2	2	True	2121	fragment	False	USA0006_01_000000017941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	738.0	99.729	63.0	0.00025038959874132513	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0784_000000007617	1583	0.5500237316238628	2	2	2	2	2	False	81442	fragment	False	ISR0784_000000007617	0.9543436905516804		0	0	False	False	0.9962097406387329	0					non-mobilizable	no_good_hit	1392.0	80.244	87.0	0.000338681119682731	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
ISR0010_000000019713	1133	0.5500234969486312	2	2	2	1	1	True	38281	fragment	False	ISR0010_000000019713	1.0		0	0	False	False	0.999117374420166	0					non-mobilizable	no_good_hit	53.0	88.679	5.0	4.74192756566175e-05	NZ_FNKL01000001.1	CFB group bacteria	Chryseobacterium soldanellicola strain DSM 17072, whole genome shotgun sequence	True	True
USA0081_01_000000006841	4571	0.5500203350065136	7	4	2	4	2	False	35864	maximal	True	USA0081_01_000000006841	1.0		7	4	False	False	0.9982498288154602	0					non-mobilizable	no_good_hit	1079.0	99.259	24.0	0.0001661609649667023	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0106_000000009097	2659	0.5500196115048844	4	4	3	4	2	False	117355	maximal	True	ISR0106_000000009097	1.0	PS787	17	3	False	True	0.9992478489875793	0					non-mobilizable	chromosome	1480.0	98.446	100.0	0.0006412732851793028	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
FIJ0092_000000020783	1717	0.5500178272109671	3	2	2	2	2	False	43301	maximal	True	FIJ0092_000000020783	1.0		18	8	False	False	0.983692467212677	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.00046615700167816523	NZ_JAAGVY010000015.1	CFB group bacteria	Cryomorpha ignava strain QSSC 1-22 Cignava_QSSC1_22_contig015_length, whole genome shotgun sequence	True	False
ISR0123_000000009955	2190	0.5500175821606605	4	3	3	3	2	False	61803	fragment	False	ISR0123_000000009955	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2193.0	96.854	100.0	0.0007685556975278125	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0072_000000000609	8452	0.5500158428093084	6	5	5	5	4	False	16322	maximal	True	MAD0072_000000000609	1.0		13	3	False	False	0.9988168478012085	0					non-mobilizable	no_good_hit	317.0	72.87100000000001	4.0	0.0036745714956562575	NZ_SPFU01000025.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_25_length_85180_cov_30.527, whole genome shotgun sequence	True	False
AST0026_000000021531	1188	0.5500124162614347	2	1	1	1	1	False	118975	fragment	False	AST0026_000000021531	1.0		0	0	False	False	0.9882155060768127	0					non-mobilizable	no_good_hit								True	False
MON0026_000000012625	2991	0.5500118305139521	4	4	1	2	4	True	12770	fragment	False	MON0026_000000012625	1.0		0	0	False	False	0.9889668822288513	0			MPF_F		non-mobilizable	plasmid	2991.0	100.0	100.0	0.0207096698227557	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
SPA0106_000000024458	1572	0.5500117810912621	2	2	1	2	1	False	99835	fragment	False	SPA0106_000000024458	0.9678567532385517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000027114	1518	0.5500117810912621	2	2	1	2	1	False	99835	fragment	False	SPA0106_000000024458	0.8837649067874132		0	0	False	False	0.9940711259841919	0					non-mobilizable	no_good_hit								True	False
MON0039_000000008720	4933	0.5500115399487752	4	3	3	2	2	False	11959	maximal	True	MON0039_000000008720	1.0		1	1	False	False	0.9981755614280701	0					non-mobilizable	no_good_hit	1527.0	72.954	30.0	0.006776704849976836	NZ_AUMA01000011.1	d-proteobacteria	Desulfovibrio aminophilus DSM 12254 H587DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
ISR0331_000000003660	5438	0.5500078114257736	5	3	3	3	3	False	59470	maximal	True	ISR0331_000000003660	1.0		59	8	False	False	0.999448299407959	0					non-mobilizable	other	4880.0	99.28299999999999	100.0	0.0016950389105058366	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0016_000000018777	1793	0.5500077444050561	3	3	2	3	1	False	7870	fragment	False	SPA0016_000000018777	1.0		0	0	False	False	0.9994422793388367	0					non-mobilizable	other	1794.0	96.21	100.0	0.006553027110034414	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0075_000000007211	3293	0.5500025261683685	5	4	4	4	3	False	34641	maximal	True	ISR0075_000000007211	1.0		67	10	False	False	0.9987853169441223	0					non-mobilizable	other	3293.0	99.97	100.0	0.0009851329315993956	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0010_000000005353	1431	0.5499983570200292	2	1	1	1	1	True	90254	fragment	False	CHI0010_000000005353	1.0		0	0	False	False	0.9993011951446533	0					non-mobilizable	no_good_hit								True	True
ENG0119_000000009979	3285	0.5499982331046379	4	3	3	3	1	True	59276	fragment	False	ENG0119_000000009979	1.0		0	0	False	False	0.997869074344635	0					non-mobilizable	no_good_hit								True	True
SPA0119_000000026597	1191	0.5499955032094129	2	2	2	2	1	False	4199	maximal	True	SPA0119_000000026597	1.0		108	10	False	False	0.976490318775177	0					non-mobilizable	other	1191.0	99.83200000000001	100.0	0.010565381063996022	NZ_LMUA01000012.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00012, whole genome shotgun sequence	False	False
DEN0010_000000015201	2919	0.5499925899126031	4	2	2	2	2	False	76006	maximal	True	DEN0010_000000015201	1.0		95	10	False	False	0.9989722371101379	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	6.593285837255728e-05	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0189_000000013572	1256	0.5499921245977258	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.1977304804482306		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	94.67	100.0	0.00226214550249756	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0070_000000010094	2451	0.5499916084994759	4	4	3	4	1	True	62429	maximal	True	ENG0070_000000010094	1.0		1	1	False	False	0.9995920062065125	0					non-mobilizable	no_good_hit	278.0	99.64	16.0	6.060204301082326e-05	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	True
FIJ0080_000000001506	13276	0.5499888556120726	24	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9323406534550731		0	0	False	False	1.0	0					non-mobilizable	chromosome	12588.0	97.87100000000001	99.0	0.0033534032468071177	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0012_000000001443	13237	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.928365703902489		0	0	False	False	1.0	0					non-mobilizable	chromosome	9979.0	98.617	97.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0155_000000001422	13206	0.5499888556120726	24	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9346623753408998		0	0	False	False	1.0	0					non-mobilizable	chromosome	12676.0	98.21700000000001	99.0	0.0033782116552036703	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0132_000000001663	13093	0.5499888556120726	24	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9378769085211903		0	0	False	False	1.0	0					non-mobilizable	chromosome	9978.0	98.527	98.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0044_000000001551	13091	0.5499888556120726	24	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9338398383912148		0	0	False	False	0.999923586845398	0					non-mobilizable	chromosome	12674.0	97.885	99.0	0.0033760775985674078	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0050_000000001700	13061	0.5499888556120726	24	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9244700640824567		0	0	False	False	1.0	0					non-mobilizable	chromosome	9978.0	98.868	96.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0788_000000000348	13050	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8926967726178038		0	0	False	False	1.0	0					non-mobilizable	chromosome	13055.0	98.25399999999999	100.0	0.003479846102505676	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0029_000000002433	13030	0.5499888556120726	24	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9331431430050453		0	0	False	False	1.0	0					non-mobilizable	chromosome	12673.0	97.90100000000001	99.0	0.0033760775985674078	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0046_000000001589	12988	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9161233183088545		0	0	False	False	1.0	0					non-mobilizable	chromosome	12995.0	97.65299999999999	100.0	0.0034561047224272545	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0073_000000001625	12882	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8958987107066286		0	0	False	False	1.0	0					non-mobilizable	chromosome	12889.0	98.115	99.0	0.003434497398985096	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0097_000000001945	12857	0.5499888556120726	24	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9208762031281632		0	0	False	False	1.0	0					non-mobilizable	chromosome	12672.0	98.059	99.0	0.0033760775985674078	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0076_000000002221	12838	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8913663295240711		0	0	False	False	0.9999220967292786	0					non-mobilizable	chromosome	10270.0	98.54899999999999	98.0	0.0027377279072453623	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0330_000000001335	12796	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8750529748956858		0	0	False	False	0.9994529485702515	0					non-mobilizable	chromosome	8501.0	98.34100000000001	98.0	0.0022658346335517987	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0007_000000001228	12785	0.5499888556120726	24	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8761084421752088		0	0	False	False	1.0	0					non-mobilizable	chromosome	10068.0	98.609	98.0	0.002684109734259265	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0131_000000001372	12783	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9240912626363988		0	0	False	False	1.0	0					non-mobilizable	chromosome	9980.0	98.70700000000001	98.0	0.0026606351112603765	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0091_000000001855	12756	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9031420117560099		0	0	False	False	1.0	0					non-mobilizable	chromosome	10070.0	98.411	98.0	0.0026846432484183306	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0146_000000001157	12740	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9170625759028473		0	0	False	False	1.0	0					non-mobilizable	chromosome	12745.0	98.109	100.0	0.003396884650770968	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0017_000000001978	12691	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9187040171082967		0	0	False	False	1.0	0					non-mobilizable	chromosome	12679.0	97.8	99.0	0.0033776781410446047	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0040_000000001587	12667	0.5499888556120726	22	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9183223127041615		0	0	False	False	0.9999210834503174	0					non-mobilizable	chromosome	12672.0	97.89299999999999	99.0	0.003375810841487875	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0165_000000001254	12667	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9021518744140256		0	0	False	False	1.0	0					non-mobilizable	chromosome	9979.0	98.637	98.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0090_000000002283	12666	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9183695107490296		0	0	False	False	0.9999210238456726	0					non-mobilizable	chromosome	12672.0	97.90100000000001	99.0	0.003375810841487875	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0010_000000001385	12664	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9183849043119596		0	0	False	False	0.9998420476913452	0					non-mobilizable	chromosome	12670.0	97.869	100.0	0.003375810841487875	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0101_000000001935	12659	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9017636002794861		0	0	False	False	1.0	0					non-mobilizable	chromosome	9977.0	98.537	98.0	0.0026606351112603765	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0023_000000001957	12655	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9182199152095503		0	0	False	False	1.0	0					non-mobilizable	chromosome	12666.0	97.837	100.0	0.003374477056090211	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0008_000000001866	12647	0.5499888556120726	24	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.900855232873355		0	0	False	False	1.0	0					non-mobilizable	chromosome	9979.0	98.617	98.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0115_000000001744	12588	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.899951467671331		0	0	False	False	1.0	0					non-mobilizable	chromosome	9986.0	98.538	98.0	0.0026622356537375734	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0062_000000001961	12580	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9008775502957357		0	0	False	False	0.999841034412384	0					non-mobilizable	chromosome	9979.0	98.62700000000001	98.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0082_000000001630	12563	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8779754054921574		0	0	False	False	1.0	0					non-mobilizable	chromosome	9989.0	98.719	98.0	0.002662502410817106	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0089_000000001549	12559	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8986670586739866		0	0	False	False	1.0	0					non-mobilizable	chromosome	9987.0	98.338	98.0	0.002662502410817106	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0075_000000000797	12556	0.5499888556120726	22	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.831347244165706		0	0	False	False	1.0	0					non-mobilizable	chromosome	4534.0	99.096	98.0	0.0012089430844427539	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0167_000000001257	12556	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8936641416532742		0	0	False	False	1.0	0					non-mobilizable	chromosome	12560.0	98.105	100.0	0.003347267833977863	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0066_000000002105	12552	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8781508209669516		0	0	False	False	1.0	0					non-mobilizable	chromosome	9979.0	98.76700000000001	98.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0023_000000001263	12550	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8762444119401626		0	0	False	False	1.0	0					non-mobilizable	chromosome	9985.0	98.458	98.0	0.0026622356537375734	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0820_000000001151	12548	0.5499888556120726	22	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8609917711526169		0	0	False	False	1.0	0					non-mobilizable	chromosome	4537.0	98.259	97.0	0.0012089430844427539	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0076_000000001355	12538	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8940220873151241		0	0	False	False	1.0	0					non-mobilizable	chromosome	12543.0	98.198	100.0	0.0033429997207053376	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0144_000000002234	12531	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8933771176088984		0	0	False	False	0.9999201893806458	0					non-mobilizable	chromosome	12536.0	98.29299999999999	100.0	0.0033405989069895422	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0105_000000000832	12530	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8759730490975072		0	0	False	False	0.9998403787612915	0					non-mobilizable	chromosome	9980.0	98.51700000000001	98.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0051_000000001404	12507	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8759375229578843		0	0	False	False	1.0	0					non-mobilizable	chromosome	9987.0	98.588	98.0	0.0026622356537375734	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0034_000000002235	12503	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.876221476435627		0	0	False	False	1.0	0					non-mobilizable	chromosome	9990.0	98.76899999999999	98.0	0.0026633026820557047	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0149_000000001451	12487	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8643145308527491		0	0	False	False	1.0	0					non-mobilizable	chromosome	9980.0	98.57700000000001	98.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0130_000000001883	12486	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8746091130481638		0	0	False	False	1.0	0					non-mobilizable	chromosome	9979.0	98.70700000000001	98.0	0.0026603683541808437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0085_000000001932	12465	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8902774148434118		0	0	False	False	1.0	0					non-mobilizable	chromosome	12470.0	98.196	100.0	0.003323259696819909	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0100_000000002461	12463	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8518070945761158		0	0	False	False	0.9998395442962646	0					non-mobilizable	chromosome	12468.0	98.12299999999999	100.0	0.003323259696819909	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0373_000000000699	12434	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8552263185723401		0	0	False	False	1.0	0					non-mobilizable	chromosome	9880.0	98.522	97.0	0.0026339594033070943	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0108_000000001076	12363	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8566681719668146		0	0	False	False	1.0	0					non-mobilizable	chromosome	9994.0	98.759	98.0	0.002664369710373836	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0061_000000001059	12349	0.5499888556120726	23	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.855939185408832		0	0	False	False	1.0	0					non-mobilizable	chromosome	9993.0	98.829	98.0	0.002662502410817106	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0394_000000001110	12298	0.5499888556120726	22	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8369105364687941		0	0	False	False	1.0	0					non-mobilizable	chromosome	6346.0	98.802	100.0	0.0016920401554766963	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0165_000000001250	12251	0.5499888556120726	22	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.826200416796496		0	0	False	False	0.9998367428779602	0					non-mobilizable	chromosome	6297.0	98.777	100.0	0.001678969058579588	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0076_000000000533	12230	0.5499888556120726	22	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8277371848166287		0	0	False	False	1.0	0					non-mobilizable	chromosome	4534.0	99.096	98.0	0.0012089430844427539	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0019_000000000384	11620	0.5499888556120726	23	5	3	4	2	True	89498	fragment	False	CHI0019_000000000384	0.9532846916688079		0	0	False	False	1.0	0					non-mobilizable	chromosome	8470.0	98.87799999999999	98.0	0.002258898949483945	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0009_000000002789	11278	0.5499888556120726	20	5	3	4	2	True	89498	fragment	False	CHI0019_000000000384	0.9471550966599793		0	0	False	False	0.9997339844703674	0					non-mobilizable	chromosome	8465.0	98.417	97.0	0.0022564981357681498	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0071_000000002868	11031	0.5499888556120726	20	5	3	4	2	True	89498	fragment	False	CHI0019_000000000384	0.8109004094888943		0	0	False	False	1.0	0					non-mobilizable	chromosome	10957.0	98.001	99.0	0.0029199229925662806	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ENG0008_000000001788	10858	0.5499888556120726	20	5	3	4	2	True	89498	fragment	False	CHI0019_000000000384	0.9318795426498123		0	0	False	False	0.9997237324714661	0					non-mobilizable	chromosome	4508.0	99.068	98.0	0.0012020074003749005	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0046_000000003310	3551	0.5499826101658106	5	4	4	4	4	False	121141	maximal	True	CHI0046_000000003310	1.0		76	6	False	False	1.0	0					non-mobilizable	chromosome	2794.0	98.99799999999999	100.0	0.0008800316962705505	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0112_000000004765	5601	0.5499800337107403	6	6	6	6	4	False	125924	fragment	False	ISR0112_000000004765	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5601.0	99.89299999999999	100.0	0.0017651065541243133	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0020_000000016622	1319	0.5499762605906687	2	2	2	2	2	False	13098	maximal	True	MON0020_000000016622	1.0		44	10	False	False	0.9916603565216064	0					non-mobilizable	no_good_hit	92.0	79.348	7.0	0.0008343322944138097	NZ_BAEH01000073.1	high GC Gram+	Gordonia effusa NBRC 100432, whole genome shotgun sequence	True	False
ISR0042_000000005500	4485	0.5499753103552868	3	3	3	3	2	False	36382	maximal	True	ISR0042_000000005500	1.0		2	2	False	False	0.9950947761535645	0					non-mobilizable	no_good_hit	3524.0	73.97800000000001	78.0	0.0021445855833112696	NZ_JH992941.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.2, whole genome shotgun sequence	True	False
SPA0019_000000013208	2212	0.549974981263649	3	3	3	3	3	False	85995	maximal	False	ENG0153_000000012610	0.9630646588131307		0	0	False	False	0.9995478987693787	0					non-mobilizable	other	2212.0	99.051	100.0	0.03214550529942862	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0104_000000002189	10569	0.5499737518417938	8	6	6	6	5	False	83884	fragment	False	FIJ0104_000000002189	1.0		0	0	False	False	0.9999054074287415	0					non-mobilizable	no_good_hit	3948.0	73.024	37.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
SPA0059_000000009491	2728	0.5499684919770104	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2577377566239262		0	0	False	False	1.0	0					non-mobilizable	other	2761.0	82.506	100.0	0.0004505242531129553	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0170_000000017637	2612	0.5499684919770104	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2191422814863541		0	0	False	False	1.0	0					non-mobilizable	other	2612.0	99.962	100.0	0.23488664987405541	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0176_000000003102	2607	0.5499684919770104	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.21353657438341747		0	0	False	False	1.0	0					non-mobilizable	other	2607.0	99.57799999999999	100.0	0.23443684778697374	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0032_000000010587	2592	0.5499684919770104	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2259761340880496		0	0	False	False	0.9984567761421204	0					non-mobilizable	other	2592.0	99.807	100.0	0.2330874415257287	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0131_000000007245	2550	0.5499684919770104	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.20856471418331463		0	0	False	False	1.0	0					non-mobilizable	other	2550.0	99.21600000000001	100.0	0.027082757594438893	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0053_000000008085	2212	0.5499684919770104	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.09313613269150914		0	0	False	False	1.0	0					non-mobilizable	other	2212.0	99.59299999999999	100.0	0.000661643047316605	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0015_01_000000004694	6283	0.5499679496343111	4	2	2	2	1	False	1966	maximal	True	USA0015_01_000000004694	1.0		7	3	False	False	0.9996816515922546	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	3.5040480976707304e-05	NZ_FUHT01000004.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
ISR0149_000000007559	2184	0.5499610404773397	3	2	2	2	2	False	30869	maximal	True	ISR0149_000000007559	1.0		54	9	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	82.70700000000001	6.0	0.0011769250810820524	NZ_HG529329.1	firmicutes	[Clostridium] dakarense strain 1, whole genome shotgun sequence	True	False
ENG0033_000000017319	1459	0.5499608059116201	2	2	2	2	2	False	65484	maximal	True	ENG0033_000000017319	1.0		89	10	False	False	0.9705277681350708	0					non-mobilizable	chromosome	1441.0	100.0	99.0	0.00024888687935778887	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0256_000000008519	2084	0.549957599124313	3	3	3	3	2	False	58925	maximal	True	ISR0256_000000008519	1.0		124	9	False	False	0.9880038499832153	0					non-mobilizable	no_good_hit	1788.0	99.441	86.0	0.002455942156858703	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
USA0024_01_000000012757	1769	0.5499565989039986	2	2	2	2	2	False	86638	fragment	False	CHI0134_000000008218	0.7229147919995561		0	0	False	False	0.997173547744751	0					non-mobilizable	other	1769.0	99.943	100.0	0.003262612636718786	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0150_000000004303	4231	0.5499553587087568	7	6	4	5	6	False	32030	maximal	True	SPA0150_000000004303	1.0		1	1	False	False	0.9955093264579773	0					non-mobilizable	no_good_hit	991.0	81.837	23.0	0.00027442417459807997	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
DEN0090_000000005978	3895	0.5499509369259088	5	3	2	2	3	False	112839	maximal	True	DEN0090_000000005978	1.0	PS721|PS722	0	0	False	True	0.9987162947654724	0					non-mobilizable	no_good_hit	2287.0	74.421	58.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0291_000000010589	1421	0.5499481283979345	2	1	1	1	1	False	32742	fragment	False	ISR0109_000000020804	0.9413464981795813		0	0	False	False	0.9985925555229187	0					non-mobilizable	other	1416.0	96.045	99.0	0.011571289454087186	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0330_000000018351	1694	0.5499480142013152	2	2	2	2	2	False	88143	fragment	False	ISR0330_000000018351	0.9984197218710493		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	99.52799999999999	100.0	0.0005433069905927342	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
FIJ0038_000000024094	1475	0.5499445924396958	2	2	2	2	0	True	47624	maximal	True	FIJ0038_000000024094	1.0		3	3	False	False	0.9993220567703247	0					non-mobilizable	no_good_hit	144.0	90.97200000000001	10.0	4.059381656818171e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0075_000000005883	3198	0.5499439401273896	4	1	1	1	1	False	44603	maximal	True	FIJ0075_000000005883	1.0		347	13	False	False	0.998123824596405	0					non-mobilizable	chromosome	3189.0	99.09100000000001	99.0	0.0009241423492289876	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0094_000000008506	2017	0.5499415715187239	2	2	2	2	2	False	90755	fragment	False	ENG0094_000000008506	1.0		0	0	False	False	0.9935547709465027	0					non-mobilizable	no_good_hit	710.0	97.60600000000001	67.0	0.43152769324406576	NZ_CYZN01000060.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0785_000000015500	2310	0.549937019220291	2	2	2	2	2	False	87872	maximal	True	ISR0785_000000015500	0.9883564711150918		53	9	False	False	1.0	0					non-mobilizable	other	2310.0	97.749	100.0	0.040374518725936295	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0038_000000005289	2233	0.549937019220291	2	2	2	2	2	False	87872	maximal	False	ISR0785_000000015500	0.9720779220779221		0	0	False	False	0.9946260452270508	0					non-mobilizable	other	2214.0	98.555	99.0	0.03869443472173609	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0773_000000005605	2464	0.5499369982367145	3	3	3	3	3	False	105700	fragment	False	ISR0773_000000005605	1.0		0	0	False	False	0.9983766078948975	0					non-mobilizable	chromosome	1765.0	99.887	100.0	0.0005994052839410693	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0015_01_000000005464	5572	0.5499321167902652	5	3	3	3	3	False	24765	maximal	True	USA0015_01_000000005464	1.0		53	10	False	False	0.9998205304145813	0					non-mobilizable	no_good_hit								True	False
ISR0009_000000006765	4483	0.5499294253426074	8	4	2	4	1	True	70568	maximal	True	ISR0009_000000006765	1.0		2	1	False	False	0.9995538592338562	0					non-mobilizable	no_good_hit	978.0	74.233	22.0	0.20881971465629054	MK232424.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_5-CL23_c8 sequence	True	True
ISR0139_000000001538	11950	0.5499262933610032	19	2	2	1	1	False	31323	maximal	True	ISR0139_000000001538	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0007_000000039783	1616	0.5499251739677357	2	1	1	1	1	False	46307	maximal	True	MON0007_000000039783	1.0		8	5	False	False	0.9993811845779419	0					non-mobilizable	no_good_hit	1270.0	80.079	78.0	0.00042977659499724964	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0111_000000006374	3148	0.5499224791591126	5	4	4	3	4	False	106836	maximal	True	AST0111_000000006374	1.0		27	8	False	False	0.9961880445480347	0					non-mobilizable	other	3153.0	97.84299999999999	99.0	0.0016619548935631553	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
CHI0048_000000009487	2023	0.5499220320011348	3	3	3	3	1	False	86911	maximal	True	CHI0048_000000009487	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	92.084	49.0	0.00024056336793211618	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0115_000000008738	2959	0.5499210560136014	3	2	2	2	1	False	80078	maximal	True	SPA0115_000000008738	1.0		10	5	False	False	0.9895234704017639	0					non-mobilizable	chromosome	2823.0	92.809	95.0	0.0038563926648827757	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
MON0106_000000018509	2241	0.5499207966977359	3	3	2	2	3	False	8656	maximal	True	MON0106_000000018509	1.0		76	10	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	7.193172141786848e-06	NZ_CP024934.1	b-proteobacteria	Paraburkholderia graminis strain PHS1 chromosome PHS1_A, complete sequence	True	False
ISR0243_000000004164	2594	0.5499197978864563	3	3	2	2	3	True	89357	maximal	True	ISR0243_000000004164	1.0		696	12	False	False	0.9996144771575928	0					non-mobilizable	other	2594.0	99.846	100.0	0.033781054990294296	NZ_CABMOJ010000023.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	True
FIJ0113_000000002482	9045	0.5499194327817295	10	8	7	7	7	False	42529	fragment	False	FIJ0113_000000002482	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	87.74600000000001	22.0	0.00022833201766757312	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
SPA0008_000000022575	1353	0.5499172602272356	3	1	1	1	1	False	8159	maximal	True	SPA0008_000000022575	1.0		1	1	False	False	0.985957145690918	0					non-mobilizable	no_good_hit								True	False
CHI0006_000000005247	2546	0.5499170454226104	4	4	3	2	2	False	90618	fragment	False	CHI0006_000000005247	0.975796178343949		0	0	False	False	0.9952867031097412	0					non-mobilizable	other	2549.0	87.64200000000001	100.0	0.006260143180458109	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	False	False
ENG0044_000000008530	1919	0.54991074801905	2	2	2	2	2	False	77040	maximal	False	CHI0188_000000007214	0.9357142857142857		0	0	False	False	0.9880145788192749	0					non-mobilizable	chromosome	1918.0	95.67299999999999	99.0	0.0007517638214543276	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CAN0006_000000027597	1638	0.549910086287209	3	2	2	2	1	False	95597	fragment	False	CAN0006_000000027597	1.0		0	0	False	False	0.9816849827766418	0					non-mobilizable	no_good_hit								True	False
ISR0353_000000002155	11896	0.5499073856315463	12	11	7	10	4	True	97810	fragment	False	ISR0353_000000002155	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8960.0	99.75399999999999	76.0	0.4456494701756131	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
AST0118_000000013472	2265	0.5499055922243364	3	3	3	2	3	False	105909	maximal	True	AST0118_000000013472	1.0		11	4	False	False	1.0	0					non-mobilizable	other	2265.0	99.55799999999999	100.0	0.0007843460601334289	CP015516.1	firmicutes	Enterococcus hirae strain R17, complete genome	False	False
ISR0088_000000018516	1346	0.5499026327612091	2	1	1	1	1	True	81611	fragment	False	ISR0088_000000018516	0.9645095882307948		0	0	False	False	1.0	0					non-mobilizable	chromosome	1006.0	86.779	98.0	0.0003362575510689052	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0125_000000011896	1299	0.5499026327612091	2	1	1	1	1	True	81611	fragment	False	ISR0088_000000018516	0.9535116180997321		0	0	False	False	0.9892224669456482	0					non-mobilizable	no_good_hit	1006.0	86.87899999999999	87.0	0.000310476111072051	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0189_000000013295	1276	0.5499026327612091	1	1	1	1	1	True	81611	fragment	False	ISR0088_000000018516	0.9472933265766896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1006.0	86.87899999999999	81.0	0.000310476111072051	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0385_000000006829	3069	0.5499022037145054	3	3	3	3	3	False	57716	maximal	True	ISR0385_000000006829	1.0		3	1	False	False	0.9990224838256836	0					non-mobilizable	no_good_hit								True	False
ISR0014_000000003791	8845	0.5498978223938619	13	8	6	7	5	False	38055	maximal	True	ISR0014_000000003791	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	87.05799999999999	20.0	0.001909434042058298	NZ_OUNG01000002.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	False
SPA0018_000000022455	1337	0.5498974744441371	2	2	2	2	2	False	7787	fragment	False	SPA0018_000000022455	1.0		0	0	False	False	0.9955123662948608	0					non-mobilizable	other	1341.0	86.726	100.0	0.015143196998810504	NZ_SMUS01000016.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00016, whole genome shotgun sequence	False	False
USA0048_01_000000006010	2609	0.549896054171626	3	3	3	3	3	False	54078	maximal	True	USA0048_01_000000006010	1.0		55	8	False	False	0.9996166825294495	0					non-mobilizable	no_good_hit	999.0	75.275	38.0	0.0003502344162505936	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0010_000000021228	2130	0.5498930386005549	4	3	3	3	2	True	75962	maximal	True	DEN0010_000000021228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	0.0002939294915019797	NZ_ATXT01000020.1	high GC Gram+	Humibacter albus DSM 18994 H623DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	True
MAD0048_000000003685	5661	0.549885694682489	5	4	4	4	2	True	130997	fragment	False	USA0037_01_000000005669	0.7193730767066732		0	0	False	False	1.0	0					non-mobilizable	other	4842.0	98.41	100.0	0.01012259611866083	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0033_000000015221	4466	0.549885694682489	4	4	4	4	2	True	130997	fragment	False	USA0037_01_000000005669	0.2597368228588358		0	0	False	False	1.0	0					non-mobilizable	other	3689.0	98.726	100.0	0.007711657609093399	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0024_000000003999	5125	0.5498830284607555	6	4	3	4	3	True	131290	maximal	True	FIJ0024_000000003999	1.0	PS1133	21	6	False	True	1.0	0					non-mobilizable	no_good_hit	2031.0	94.682	74.0	0.000682612926494234	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0012_000000016590	1769	0.5498830059720623	3	3	3	3	3	False	79131	fragment	False	MAD0100_000000018334	0.4817853170189099		0	0	False	False	0.9960429668426514	0					non-mobilizable	other	1772.0	94.47	100.0	0.003696911782233495	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0005_000000011004	2573	0.5498826429066705	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.86024131476374	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2310.0	93.55	90.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MAD0087_000000012038	2390	0.5498826429066705	4	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.7787637110092872	PS871	0	0	False	True	0.998744785785675	0					non-mobilizable	other	2223.0	92.93700000000001	93.0	0.9618882633174535	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MAD0046_000000011155	2287	0.5498826429066705	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.6497333588257644	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2158.0	92.725	94.0	0.9341706366392377	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0114_000000016849	2318	0.5498816793972413	3	2	2	1	1	False	85816	fragment	False	FIJ0114_000000016849	1.0		0	0	False	False	0.9978429675102234	0					non-mobilizable	chromosome	2318.0	98.749	100.0	0.00046758290313486385	CP054556.1	enterobacteria	Escherichia coli strain LWY24 chromosome, complete genome	False	False
USA0069_01_000000031336	1947	0.5498816793972413	2	2	2	1	1	False	83529	fragment	False	USA0069_01_000000031336	1.0		0	0	False	False	0.9892141819000244	0					non-mobilizable	chromosome	1947.0	99.12700000000001	100.0	0.00041291233117564526	CP045190.1	enterobacteria	Escherichia coli strain NT1F31 chromosome, complete genome	False	False
FIJ0123_000000023083	1474	0.5498816793972413	2	2	2	1	1	False	83528	fragment	False	FIJ0123_000000023083	0.9910329985652797		0	0	False	False	0.9837177991867065	0					non-mobilizable	chromosome	1474.0	99.05	100.0	0.0002306146687211673	CP050219.1	enterobacteria	Escherichia coli strain RM-096-WU chromosome	False	False
FIJ0017_000000021232	1394	0.5498816793972413	2	2	2	1	1	False	83528	fragment	False	FIJ0123_000000023083	0.96438263229308		0	0	False	False	0.9964131712913513	0					non-mobilizable	chromosome	1394.0	99.713	100.0	0.00028550587316119767	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
USA0069_01_000000012017	5116	0.5498814088955088	9	5	5	5	2	False	807	maximal	True	USA0069_01_000000012017	1.0		2	1	False	False	0.9998045563697815	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	9.05270580611963e-05	NZ_FWXO01000003.1	CFB group bacteria	Cellulophaga tyrosinoxydans strain DSM 21164, whole genome shotgun sequence	True	False
ISR0014_000000018044	1987	0.5498809178962522	2	2	1	1	2	False	58913	fragment	False	ISR0014_000000018044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0062_000000006632	2570	0.5498786169341933	3	3	3	3	2	False	111716	fragment	False	CHI0186_000000008050	0.9461694544804644		0	0	False	False	1.0	0					non-mobilizable	chromosome	1620.0	98.272	100.0	0.00046931821311221167	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0162_000000005083	6709	0.5498704551557659	6	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.457237220176836		0	0	False	False	0.9997019171714783	0					non-mobilizable	other	6616.0	99.184	99.0	0.10940213346564127	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0050_000000004447	5794	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.7729548794491561		0	0	False	False	1.0	0					non-mobilizable	other	5798.0	94.757	100.0	0.0016946631143263603	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0041_000000006135	5696	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.7340669034817328		0	0	False	False	1.0	0					non-mobilizable	other	5703.0	93.58200000000001	100.0	0.001666550506934736	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0167_000000003152	5694	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.7453806008028351		0	0	False	False	0.9998244047164917	0					non-mobilizable	other	5137.0	95.25	90.0	0.0015013889385089424	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0051_000000003486	5694	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6872197526858641		0	0	False	False	1.0	0					non-mobilizable	chromosome	5081.0	96.851	92.0	0.000910951487842591	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0063_000000004179	5692	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.695775799241878		0	0	False	False	1.0	0					non-mobilizable	other	5084.0	95.574	92.0	0.001486454115832142	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
DEN0031_000000005177	5659	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6897598256593622		0	0	False	False	1.0	0					non-mobilizable	other	5622.0	93.988	99.0	0.0016419519754670645	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0030_000000005031	5432	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.650449371075903		0	0	False	False	1.0	0					non-mobilizable	other	5084.0	95.594	94.0	0.001486454115832142	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0097_000000005397	5300	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.7059935687706431		0	0	False	False	1.0	0					non-mobilizable	other	5303.0	95.795	100.0	0.0015505860014442853	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0092_000000005676	5087	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6400977702757996		0	0	False	False	0.999213695526123	0					non-mobilizable	other	5084.0	95.633	99.0	0.001486454115832142	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0095_000000005165	5057	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6311385294659922		0	0	False	False	1.0	0					non-mobilizable	other	5060.0	95.949	100.0	0.001479425963984236	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0040_000000004932	4992	0.549869289966545	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.5910928011735239		0	0	False	False	1.0	0					non-mobilizable	other	4994.0	95.635	99.0	0.0014598057067421646	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0014_000000004632	4989	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.5929249796001398		0	0	False	False	1.0	0					non-mobilizable	other	4992.0	95.89299999999999	100.0	0.0014595128670818352	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0160_000000003335	4988	0.549869289966545	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.5927345780416998		0	0	False	False	1.0	0					non-mobilizable	other	4991.0	95.87299999999999	100.0	0.0014592200274215058	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0050_000000004340	4974	0.549869289966545	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.5943200779348238		0	0	False	False	0.9983916282653809	0					non-mobilizable	other	4974.0	97.447	100.0	0.001454534592856235	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0052_000000005481	4924	0.549869289966545	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.5699352522672918		0	0	False	False	1.0	0					non-mobilizable	other	4927.0	95.9	100.0	0.0014404782891604228	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0091_000000002879	4624	0.549869289966545	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.34514074332794525		0	0	False	False	1.0	0					non-mobilizable	other	4624.0	96.086	100.0	0.0013520407117409376	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0837_000000009050	1523	0.549868894681634	3	2	2	2	2	False	24586	maximal	True	ISR0837_000000009050	1.0		232	10	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	95.161	12.0	0.14186584425597532	NZ_CABIYV010000021.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0035_000000007555	4033	0.5498681730025057	2	2	2	1	2	False	73498	maximal	True	DEN0035_000000007555	1.0		71	11	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	77.32600000000001	4.0	3.2714588828916445e-05	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
MAD0082_000000001356	5788	0.5498639290604936	4	4	1	3	4	True	16130	fragment	False	MAD0082_000000001356	1.0		0	0	False	False	0.9984450340270996	0			MPF_F		non-mobilizable	plasmid	5791.0	96.719	100.0	0.06040800985571402	CP057958.1	enterobacteria	Escherichia coli strain RHB08-C21 plasmid pRHB08-C21_2, complete sequence	False	True
FIJ0093_000000015573	1219	0.5498635996783855	1	1	1	1	1	False	43227	maximal	True	FIJ0093_000000015573	1.0		239	13	False	False	0.9868744611740112	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000017553	1294	0.5498614334182116	2	2	2	2	1	False	60129	maximal	True	ENG0105_000000017553	1.0		0	0	False	False	0.9945904016494751	0					non-mobilizable	other	1215.0	76.132	93.0	0.0005264461650908961	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
ENG0208_000000012463	2486	0.5498601597989283	4	3	2	3	3	True	124277	fragment	False	ENG0208_000000012463	0.9563466773236987		0	0	False	False	1.0	0		MOBV			mobilizable	other	2489.0	99.23700000000001	100.0	0.0006613455627704764	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0155_000000007645	2463	0.5498601597989283	4	3	2	3	3	True	124277	fragment	False	ENG0208_000000012463	0.9536296973934456		0	0	False	False	1.0	0		MOBV			mobilizable	other	2464.0	98.17399999999999	100.0	0.0025019112528058816	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0107_000000020253	1621	0.5498574734324829	1	1	1	1	1	False	66966	maximal	True	SPA0107_000000020253	1.0		1	1	False	False	0.9981492757797241	0					non-mobilizable	other	1452.0	99.311	90.0	0.0033352794876863596	NZ_LT699728.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	False
SPA0130_000000007074	4635	0.5498555289033621	10	4	1	3	2	True	57356	maximal	True	SPA0130_000000007074	1.0		1	1	False	False	0.9924487471580505	0					non-mobilizable	no_good_hit								True	True
ENG0206_000000017758	1440	0.5498533957584537	3	3	3	2	1	False	93431	fragment	False	ENG0206_000000017758	1.0		0	0	False	False	0.9652777910232544	0					non-mobilizable	no_good_hit								True	False
ENG0142_000000031171	1112	0.5498532652117647	2	2	2	2	2	False	57639	maximal	True	ENG0142_000000031171	1.0		125	11	False	False	0.9955036044120789	0					non-mobilizable	chromosome	1109.0	99.369	99.0	0.0003121838187913809	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0070_000000003873	4952	0.5498508377686002	5	5	4	4	5	False	50225	maximal	False	FIJ0058_000000007686	0.9929761188039334		0	0	False	False	0.999596118927002	0					non-mobilizable	chromosome	2562.0	89.93	95.0	0.0010290680459647704	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MON0032_000000021852	1416	0.5498465828344	2	2	2	2	2	False	12387	fragment	False	USA0027_01_000000019091	0.9679351656095843		0	0	False	False	1.0	0					non-mobilizable	chromosome	1417.0	94.848	100.0	0.0006139573845935719	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0212_000000025454	1412	0.5498444853171057	2	1	1	1	1	False	28327	maximal	True	ISR0212_000000025454	1.0		5	3	False	False	0.9830028414726257	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	0.00010311059586777321	NZ_FMBB01000007.1	high GC Gram+	Rhodococcus enclensis strain NIO-1009, whole genome shotgun sequence	True	False
DEN0061_000000003608	8274	0.5498441547754847	24	3	2	3	2	False	114864	maximal	True	DEN0061_000000003608	1.0		1	1	False	False	0.9998791217803955	0					non-mobilizable	no_good_hit	603.0	81.426	7.0	0.002917931347966979	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
CHI0135_000000015115	1261	0.5498441547754847	3	3	2	3	2	False	114862	fragment	False	ISR0029_000000032448	0.9881392460103142		0	0	False	False	0.9841395616531372	0					non-mobilizable	no_good_hit								True	False
ISR0047_000000007978	3601	0.549842387202489	3	3	3	2	2	True	85391	maximal	True	ISR0047_000000007978	1.0		17	5	False	False	0.9997223019599915	0					non-mobilizable	other	1957.0	71.742	90.0	0.0004894315850789257	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
ISR0357_000000000056	88473	0.5498418962469805	95	14	5	11	5	False	23894	maximal	True	ISR0357_000000000056	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	77.959	6.0	0.01616253624073848	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	False
MAD0031_000000005332	2580	0.5498378975416591	2	2	2	2	1	False	104593	maximal	True	MAD0031_000000005332	1.0		0	0	False	False	0.9988372325897217	0					non-mobilizable	no_good_hit	1395.0	98.495	54.0	0.07032235282247894	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0050_000000006575	1426	0.5498361008948004	2	2	2	2	2	False	86682	fragment	False	CHI0050_000000006575	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1426.0	99.579	100.0	0.0003132078084355105	CP053720.1	enterobacteria	Escherichia coli strain CP131_Sichuan chromosome, complete genome	False	False
FIJ0105_000000019057	1712	0.5498330935278292	3	3	3	3	2	False	67657	maximal	False	ISR0212_000000017762	0.7151872829704503		0	0	False	False	0.9964953064918518	0					non-mobilizable	other	1712.0	99.065	100.0	0.003511955221031501	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
DEN0001_000000020611	2100	0.5498273296991482	4	3	3	2	1	False	76885	maximal	True	DEN0001_000000020611	1.0		15	8	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	98.839	47.0	0.00042206579613142343	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0005_000000008091	3711	0.5498271323750124	2	1	1	1	1	False	54195	fragment	False	FIJ0005_000000008091	0.9866137099146808		0	0	False	False	0.9983831644058228	0					non-mobilizable	chromosome	2444.0	99.264	94.0	0.0005436925873535725	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0084_000000005221	5580	0.5498197527142457	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9979323133070631	PS1045|PS658	0	0	True	True	1.0	128					non-mobilizable	plasmid	4093.0	99.756	100.0	0.7411700778844412	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0134_000000005925	5503	0.5498197527142457	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9922820207912665	PS1045|PS658	0	0	True	True	1.0	13					non-mobilizable	plasmid	4013.0	99.726	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0020_000000003704	5503	0.5498197527142457	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9922691360913068	PS1045|PS658	0	0	True	True	1.0	32					non-mobilizable	plasmid	4013.0	99.726	100.0	0.7266799492845499	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0057_000000000672	17678	0.5498184434871224	18	8	0	8	1	False	35606	maximal	True	ISR0057_000000000672	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2273.0	82.49	13.0	0.9956024626209323	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
FIJ0058_000000010045	3866	0.5498182636916561	3	1	1	1	1	False	46052	maximal	True	FIJ0058_000000010045	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1185.0	73.333	30.0	0.0003429612243538009	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0018_000000004282	3428	0.5498178623443735	5	4	4	4	3	False	120980	maximal	True	MON0018_000000004282	1.0		9	4	False	False	0.9988331198692322	0					non-mobilizable	other	2413.0	77.248	91.0	0.0005524588618787521	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0298_000000000423	19542	0.5498072057850617	24	5	2	4	4	True	31871	fragment	False	ISR0298_000000000423	1.0		0	0	False	False	0.9994882941246033	0					non-mobilizable	no_good_hit	244.0	76.639	1.0	0.025559455901711277	MK233962.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c6 sequence	True	True
ISR0269_000000005094	3182	0.5498050697705075	7	2	1	2	1	True	106988	fragment	False	ISR0269_000000005094	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	2.0	8.79312371554831e-06	NZ_QEOC01000001.1	high GC Gram+	Rhodococcus globerulus strain WS3306 Ga0215731_11, whole genome shotgun sequence	True	True
CAN0008_000000009727	2967	0.5498040415892405	2	2	2	2	1	False	95035	fragment	False	CAN0008_000000009727	1.0		0	0	False	False	0.9969666600227356	0					non-mobilizable	no_good_hit	1202.0	80.116	46.0	0.0004730299745172899	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
SPA0006_000000009872	3236	0.5497984082463409	3	3	3	3	3	False	102292	maximal	False	ISR0111_000000005306	0.6392483056069008		0	0	False	False	0.9984548687934875	0					non-mobilizable	no_good_hit	1699.0	76.457	52.0	0.14274828549657098	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
MON0025_000000013790	2686	0.5497961732474945	5	1	1	1	1	False	90824	maximal	True	MON0025_000000013790	1.0		2	2	False	False	0.9977661967277527	0					non-mobilizable	no_good_hit	219.0	91.324	34.0	5.8153043338155415e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0787_000000013822	1120	0.5497961732474945	1	1	1	1	1	False	90820	fragment	False	USA0038_01_000000010737	0.2792900958847001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	76.923	76.0	0.00025553708676923743	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
SPA0146_000000020437	1116	0.5497961732474945	1	1	1	1	1	False	87072	fragment	False	ISR0834_000000016668	0.7095056683087949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	852.0	82.74600000000001	76.0	0.002705632866921651	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
CHI0045_000000018915	1111	0.5497961732474945	1	1	1	1	1	False	87072	fragment	False	ISR0834_000000016668	0.47515666965085046		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	82.117	74.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
USA0081_01_000000015781	1950	0.5497950508573958	3	3	3	3	3	False	564	maximal	True	USA0081_01_000000015781	1.0		5	5	False	False	0.9958974123001099	0					non-mobilizable	other	1939.0	99.381	99.0	0.0006396748946417821	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
ISR0395_000000028400	1356	0.549794200175979	3	3	3	2	2	False	22710	maximal	True	ISR0395_000000028400	1.0		22	7	False	False	0.9882006049156189	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	0.0005977611129225084	NZ_LSTO01000005.1	b-proteobacteria	Noviherbaspirillum denitrificans strain TSA40 Contig05, whole genome shotgun sequence	True	False
DEN0082_000000024174	1713	0.549794030932342	3	2	2	2	2	False	69216	fragment	False	DEN0082_000000024174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	83.333	7.0	2.6221025766527985e-05	NZ_LAIR01000002.1	high GC Gram+	Luteipulveratus halotolerans strain C296001 unitig_0_quiver_44, whole genome shotgun sequence	True	False
DEN0063_000000017308	2703	0.5497937878510182	4	4	4	4	1	False	99206	fragment	False	DEN0063_000000017308	1.0		0	0	False	False	0.9977802634239197	0					non-mobilizable	no_good_hit	1171.0	91.03299999999999	65.0	0.0003754690956842876	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
MAD0063_000000012237	1223	0.5497923343555641	1	1	1	1	1	False	48216	fragment	False	ISR0217_000000019195	0.9481909084944129		0	0	False	False	0.9983646869659424	0					non-mobilizable	no_good_hit								True	False
MON0087_000000009074	5105	0.5497921588739166	10	7	4	5	3	False	9714	maximal	True	MON0087_000000009074	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	90.95700000000001	11.0	0.0001105065751412209	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MAD0100_000000013312	2786	0.5497897966442244	4	4	4	4	3	False	15170	maximal	True	MAD0100_000000013312	1.0		7	1	False	False	0.9928212761878967	0					non-mobilizable	no_good_hit	1641.0	86.045	67.0	0.0004922671899853284	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0089_000000010185	2201	0.5497897739719108	2	2	2	2	2	False	110255	fragment	False	ISR0398_000000009851	0.7286182314221719		0	0	False	False	1.0	0					non-mobilizable	other	2030.0	98.177	96.0	0.19230039825526266	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0020_000000001919	11017	0.5497885977375994	10	9	7	7	5	True	7738	maximal	True	SPA0020_000000001919	1.0		4	3	False	False	0.9992738366127014	0					non-mobilizable	no_good_hit	2878.0	93.085	26.0	0.12551935272250164	NZ_WNCH01000036.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold36_size22865, whole genome shotgun sequence	True	True
ENG0096_000000027579	1163	0.5497823564424845	2	2	2	2	1	False	84249	maximal	False	ISR0825_000000020360	0.9779544267660394		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	98.796	100.0	0.004132055075102412	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ENG0115_000000018849	1156	0.5497823564424845	2	2	2	2	1	False	84249	maximal	False	ISR0825_000000020360	0.9742268481492707		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	98.70200000000001	100.0	0.004107163177059627	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
CHI0165_000000000836	19776	0.5497793459144626	23	12	4	11	5	True	108400	backbone	False	ISR0280_000000000088	0.03508538619681507	PS672	0	0	False	True	0.9999494552612305	0					non-mobilizable	other	18082.0	99.95	91.0	0.18043469583266805	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0012_000000017869	1405	0.5497786711980848	3	2	2	2	2	False	50716	maximal	True	FIJ0012_000000017869	1.0		428	13	False	False	0.9928825497627258	0					non-mobilizable	other	1422.0	81.083	100.0	0.029495936997347035	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	False	False
SPA0072_000000012251	1672	0.5497759517742762	3	3	3	3	1	True	5869	maximal	True	SPA0072_000000012251	1.0		6	3	False	False	0.9778708219528198	0					non-mobilizable	no_good_hit	268.0	72.76100000000001	16.0	0.016842779378802433	NZ_FMJR01000087.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	True
SPA0059_000000008454	3080	0.5497702844719917	5	4	4	4	3	False	6276	maximal	True	SPA0059_000000008454	1.0		27	5	False	False	0.9922077655792236	0					non-mobilizable	no_good_hit	2187.0	98.62799999999999	72.0	0.000786247746120058	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MAD0013_000000009964	2403	0.5497680573307989	3	3	3	3	3	False	19588	maximal	False	MON0047_000000015870	0.9402350081037277		0	0	False	False	0.9991676807403564	0					non-mobilizable	no_good_hit	704.0	93.182	29.0	0.011618669314796425	NZ_JH379476.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1494, whole genome shotgun sequence	True	False
ISR0086_000000010688	2496	0.5497677128575852	2	2	2	1	1	False	71031	maximal	True	ISR0086_000000010688	1.0		1	1	False	False	0.9995993375778198	0					non-mobilizable	no_good_hit	1236.0	95.631	49.0	0.20436869104749297	NZ_JAAIUL010000047.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_47_length_6043_cov_219.158, whole genome shotgun sequence	True	False
SPA0100_000000009201	3355	0.5497650506588616	4	3	2	2	3	False	58273	maximal	False	ENG0133_000000007055	0.9764554794520548		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	98.947	37.0	0.00022002008879071566	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
DEN0061_000000010587	3710	0.5497592760936251	4	4	3	3	3	False	71941	maximal	True	DEN0061_000000010587	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	84.574	25.0	0.012754962541696287	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0024_000000030902	1183	0.5497581768005709	2	2	2	1	1	False	120663	fragment	False	AST0024_000000030902	1.0		0	0	False	False	0.9907016158103943	0					non-mobilizable	other	1184.0	86.402	100.0	0.006732817644311282	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
MON0059_000000017488	2240	0.5497545498780267	4	4	2	3	3	False	10939	maximal	True	MON0059_000000017488	1.0		5	3	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit	48.0	100.0	2.0	0.0003681337186988431	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	True	False
CHI0124_000000008578	1722	0.5497530242564291	3	2	2	2	1	False	118980	fragment	False	CHI0124_000000008578	1.0		0	0	False	False	0.9982578158378601	0					non-mobilizable	chromosome	1722.0	99.59299999999999	100.0	0.0005424550677942756	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0179_000000007829	2448	0.5497477046139849	2	2	2	2	2	False	109651	fragment	False	CHI0179_000000007829	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2413.0	97.679	100.0	0.0011440638171319288	CP015282.1	firmicutes	Streptococcus salivarius strain ATCC 27945, complete genome	False	False
MAD0112_000000010823	2580	0.5497471982156663	4	2	2	1	2	False	122141	fragment	False	MAD0112_000000010823	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2343.0	94.45200000000001	91.0	0.039506047190134515	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
CHI0067_000000001053	7970	0.549740238549972	9	5	3	5	4	False	85192	fragment	False	CHI0067_000000001053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	98.846	20.0	0.0003973341209441308	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0128_000000012112	2291	0.5497389142156134	2	1	1	1	1	False	58635	maximal	True	ENG0128_000000012112	1.0		11	5	False	False	0.9899607300758362	0					non-mobilizable	no_good_hit	270.0	93.333	12.0	0.29527991218441274	GQ878135.1		Uncultured organism clone VC1BV59TR genomic sequence	True	False
ISR0778_000000003970	3196	0.5497364994475237	7	3	1	2	2	True	22377	maximal	True	ISR0778_000000003970	1.0		25	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0816_000000027657	1346	0.5497347849755141	2	2	2	2	1	False	70676	fragment	False	USA0054_01_000000006766	0.723707259529792		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	97.624	100.0	0.00040506411457200836	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0082_000000009468	4029	0.5497346126511218	4	4	3	4	3	False	69313	maximal	True	DEN0082_000000009468	0.9948051948051948		99	10	False	False	0.9987589716911316	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.774608766343744e-06	NZ_CP011835.1	g-proteobacteria	Azotobacter chroococcum strain B3, complete genome	True	False
FIJ0074_000000006826	4673	0.5497337863620979	6	5	1	2	5	True	74250	fragment	False	FIJ0086_000000006148	0.9328385401211662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2114.0	95.648	87.0	0.04829714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
AST0055_000000001118	18566	0.5497263383634372	23	5	3	5	3	True	122323	fragment	False	AST0055_000000001118	1.0		0	0	False	False	0.999946117401123	0					non-mobilizable	no_good_hit	749.0	85.581	4.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
CHI0109_000000000699	17678	0.5497263383634372	25	5	3	5	3	True	122317	fragment	False	CHI0109_000000000699	0.9600306284057023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.848	4.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0041_000000001330	16491	0.5497263383634372	22	5	3	5	3	True	122317	fragment	False	CHI0109_000000000699	0.7789236413177092		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.581	5.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0062_000000001004	16222	0.5497263383634372	22	5	3	5	3	True	122317	fragment	False	CHI0109_000000000699	0.7735102836659913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.581	5.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
USA0080_01_000000002061	15870	0.5497263383634372	22	5	3	5	3	True	122311	fragment	False	USA0080_01_000000002061	1.0		0	0	False	False	0.9998739957809448	0					non-mobilizable	no_good_hit	749.0	85.714	5.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
AUS0012_000000000551	15543	0.5497263383634372	21	5	3	5	3	True	122317	fragment	False	CHI0109_000000000699	0.7565927905134385		0	0	False	False	0.9999356865882874	0					non-mobilizable	no_good_hit	749.0	85.848	5.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
AUS0002_000000001384	15162	0.5497263383634372	21	5	3	5	3	True	122317	fragment	False	CHI0109_000000000699	0.37348770304123263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.714	5.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0047_000000001516	14211	0.5497263383634372	17	5	3	5	3	True	122317	fragment	False	CHI0109_000000000699	0.47024170471445503		0	0	False	False	0.9999296069145203	0					non-mobilizable	no_good_hit	749.0	85.848	6.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0106_000000001576	14205	0.5497263383634372	17	5	3	5	3	True	122317	fragment	False	CHI0109_000000000699	0.3771829836061166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	85.714	6.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
CHI0133_000000001237	12307	0.5497263383634372	14	5	3	5	3	True	122310	fragment	False	CHI0133_000000001237	1.0		0	0	False	False	0.9996749758720398	0					non-mobilizable	no_good_hit	749.0	85.848	6.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0093_000000006089	3412	0.5497213960877964	4	4	4	4	4	False	101490	maximal	True	FIJ0093_000000006089	0.9471946318287048		22	8	False	False	0.9985345602035522	0					non-mobilizable	other	3410.0	95.689	99.0	0.05159891434549893	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0090_000000001009	15821	0.5497196453129857	19	9	3	5	4	False	107969	fragment	False	ENG0090_000000001009	1.0		0	0	False	False	1.0	0					non-mobilizable	other	13934.0	99.16	99.0	0.02312909358060151	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0078_000000030464	1531	0.549709578456291	3	2	2	1	2	False	10149	maximal	True	MON0078_000000030464	1.0		428	13	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	94.787	27.0	0.01504216092611119	MK411245.1	bacteria	Uncultured bacterium clone BVR_11G05, partial sequence	True	False
SPA0008_000000017631	1728	0.5497065768165278	2	1	1	1	1	False	8166	maximal	True	SPA0008_000000017631	1.0		2	2	False	False	0.9837962985038757	0					non-mobilizable	chromosome	1514.0	98.811	97.0	0.0011351471631845464	NZ_CP011280.1	fusobacteria	Sneathia amnii strain SN35 chromosome, complete genome	False	False
ISR0396_000000005052	4295	0.5497035606942722	4	4	3	4	2	False	91586	fragment	False	ISR0396_000000005052	0.9572700637237792		0	0	False	False	0.9951105713844299	0					non-mobilizable	other	4277.0	98.29299999999999	99.0	0.05733580864745608	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0012_000000000989	6439	0.5497013503548261	5	5	5	5	5	False	75494	maximal	True	DEN0012_000000000989	1.0		3	3	False	False	0.9970492124557495	0					non-mobilizable	other	6439.0	99.146	100.0	0.038589718998753235	NZ_SMUS01000003.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00003, whole genome shotgun sequence	False	False
FIJ0139_000000004565	5722	0.549700380646073	4	3	2	2	3	False	45703	maximal	True	FIJ0139_000000004565	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	3441.0	87.387	60.0	0.047340213003403096	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0159_000000003640	5717	0.549700380646073	4	3	2	2	3	False	45703	maximal	False	FIJ0139_000000004565	0.9995630898287312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3441.0	87.387	60.0	0.047340213003403096	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0850_000000005870	2530	0.5496968909267029	4	3	2	2	2	False	86979	maximal	True	ISR0850_000000005870	1.0		1	1	False	False	0.9952569007873535	0					non-mobilizable	no_good_hit	2132.0	95.26299999999999	84.0	0.1276519021575816	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	False
ISR0327_000000022788	1298	0.5496923643987963	3	3	3	2	2	False	24766	fragment	False	ISR0327_000000022788	1.0		0	0	False	False	0.9992296099662781	0					non-mobilizable	chromosome	1298.0	100.0	100.0	0.0002443358632864549	CP052503.1	enterobacteria	Klebsiella pneumoniae strain B17KP0020 chromosome, complete genome	False	False
ISR0379_000000003824	5128	0.5496899516236639	7	6	3	4	5	True	29144	maximal	True	ISR0379_000000003824	1.0		1	1	False	False	1.0	0	rep_cluster_1143				non-mobilizable	no_good_hit	1400.0	99.929	51.0	0.0005865087886182918	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	True	True
FIJ0064_000000016664	1581	0.5496895644440732	5	4	2	2	3	True	45472	fragment	False	FIJ0064_000000016664	1.0		0	0	False	False	0.9797596335411072	0					non-mobilizable	other	1581.0	98.545	100.0	0.012278711201604004	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	True
ISR0226_000000003346	2164	0.5496800647711225	2	2	2	2	2	False	69774	fragment	False	ISR0226_000000003346	0.9423076923076923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1783.0	82.109	82.0	0.012473983236766609	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0146_000000018005	2257	0.5496774528913689	4	4	2	3	4	False	31014	maximal	True	ISR0146_000000018005	1.0		18	6	False	False	0.9946832060813904	0					non-mobilizable	no_good_hit	1250.0	87.52	55.0	0.014817809913424032	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0067_000000015654	1726	0.5496772937661658	4	4	3	3	2	False	62666	fragment	False	ENG0067_000000015654	1.0		0	0	False	False	0.9831981658935547	0					non-mobilizable	no_good_hit	1001.0	86.81299999999999	70.0	0.0002921311243883779	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
MON0071_000000003901	3020	0.5496768856796012	2	2	1	1	2	False	10425	fragment	False	MON0071_000000003901	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	3020.0	100.0	100.0	0.029217637039331064	CP053081.1	enterobacteria	Escherichia coli strain HB37 plasmid pHB37-1, complete sequence	False	True
ISR0252_000000008904	1417	0.5496765797243693	2	2	2	2	1	False	33390	fragment	False	MON0081_000000034522	0.7136904976338596		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	99.71799999999999	100.0	0.00034717190967351865	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0097_000000018777	1622	0.5496754162776247	2	2	1	2	1	False	33284	fragment	False	ISR0097_000000018777	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1580.0	99.11399999999999	100.0	0.0004482352193088037	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CAN0014_000000018747	2536	0.5496751658549995	4	3	1	2	3	False	93646	fragment	False	CAN0014_000000018747	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1568.0	96.875	99.0	0.30767720400549775	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
SPA0045_000000006500	4237	0.5496738642363108	5	5	5	5	4	False	6767	maximal	True	SPA0045_000000006500	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	84.853	48.0	0.00031540184754724255	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
USA0091_01_000000001436	7769	0.5496720786928029	9	8	3	5	7	True	53848	fragment	False	ISR0135_000000002339	0.9356606894005258		0	0	False	False	0.9989702701568604	0					non-mobilizable	other	7771.0	96.963	100.0	0.00171762372165075	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	True
ISR0303_000000004070	2894	0.5496720009182074	4	3	3	3	2	True	25515	fragment	False	ISR0303_000000004070	1.0		0	0	False	False	0.9996544718742371	0					non-mobilizable	no_good_hit	1457.0	87.234	50.0	0.011644105876005572	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0255_000000014987	2114	0.5496648761708932	3	3	2	2	0	True	26892	maximal	True	ISR0255_000000014987	1.0		0	0	False	False	0.9877010583877563	0					non-mobilizable	no_good_hit	651.0	100.0	31.0	0.2144506763444408	HG796843.1	bacteria	Uncultured bacterium plasmid pRGF00186	True	True
MON0019_000000043178	1556	0.5496648339332924	2	1	1	1	1	False	13164	maximal	True	MON0019_000000043178	1.0		13	4	False	False	0.9588689208030701	0					non-mobilizable	other	1559.0	96.21600000000001	100.0	0.012730203143280236	NZ_LT699737.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	False	False
CHI0065_000000003374	3736	0.5496590605077653	7	4	2	2	3	False	101496	maximal	True	CHI0065_000000003374	0.9738488814770445		9	3	False	False	1.0	0					non-mobilizable	chromosome	3736.0	99.17	100.0	0.0005955838771059312	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0054_000000002174	9068	0.5496521240079286	17	6	2	6	5	True	74369	maximal	True	ISR0054_000000002174	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	1.0	4.644029602371551e-05	NZ_CP015796.1	spirochetes	Borrelia mayonii strain MN14-1539 chromosome, complete genome	True	True
ENG0197_000000001675	6672	0.5496519397046189	7	6	4	4	5	False	90225	maximal	True	ENG0197_000000001675	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	3133.0	97.67	69.0	0.0008344161447786703	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0001_000000015727	1715	0.5496484743374871	2	2	2	2	2	False	68052	maximal	True	ENG0001_000000015727	1.0		45	7	False	False	0.9895043969154358	0					non-mobilizable	no_good_hit	1159.0	71.7	66.0	0.00037445526946415817	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
AST0097_000000017638	1169	0.5496450650358295	2	1	1	1	1	False	108939	maximal	True	AST0097_000000017638	1.0		10	3	False	False	0.9905902743339539	0					non-mobilizable	no_good_hit	473.0	73.15	40.0	0.0015503411748658423	NZ_SMMX01000004.1	firmicutes	Extibacter muris strain DSM 28560 NODE_4_length_300579_cov_69.745460, whole genome shotgun sequence	True	False
SPA0015_000000015545	1561	0.5496439118898071	3	3	3	3	2	False	7905	maximal	True	SPA0015_000000015545	1.0		44	10	False	False	0.9974375367164612	0					non-mobilizable	chromosome	1561.0	97.822	100.0	0.0007312340042561569	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
ISR0223_000000010448	2725	0.5496397751658926	4	4	4	4	1	False	27818	fragment	False	ISR0223_000000010448	0.9994415487714072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1547.0	90.23899999999999	62.0	0.001136085856577812	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	False
MON0016_000000025253	1494	0.5496324939731128	2	2	2	2	2	False	13341	maximal	True	MON0016_000000025253	1.0		267	13	False	False	0.9946452379226685	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	7.0	3.422860544545354e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0072_000000007743	1392	0.5496299099308987	3	3	3	3	2	False	104380	fragment	False	ENG0093_000000007624	0.5921980105910368		0	0	False	False	0.9741379022598267	0					non-mobilizable	other	1392.0	96.98299999999999	100.0	0.009565857247976454	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0032_000000026951	1254	0.5496295037240699	2	2	2	2	1	False	36923	maximal	False	USA0034_01_000000039860	0.9806501547987616		0	0	False	False	0.9856459498405457	0					non-mobilizable	other	1254.0	99.44200000000001	100.0	0.03497557571528263	NZ_QRHR01000013.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf13, whole genome shotgun sequence	False	False
ISR0180_000000007224	3022	0.5496245857714178	2	2	2	2	2	False	29644	maximal	True	ISR0180_000000007224	1.0		7	4	False	False	0.9894109964370728	0					non-mobilizable	other	3025.0	92.264	100.0	0.027086942083486658	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	False	False
ISR0831_000000007377	2402	0.5496221084284708	3	3	3	3	3	False	105699	fragment	False	ISR0831_000000007377	0.9613329519074583		0	0	False	False	0.9908409714698792	0					non-mobilizable	chromosome	1449.0	99.86200000000001	92.0	0.0004920288271806511	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0133_000000012496	1744	0.5496214681809051	3	3	2	3	2	False	71048	fragment	False	ISR0133_000000012496	0.9908978704590671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	70.796	19.0	3.10274142997735e-05	NZ_CP016279.1	high GC Gram+	Streptomyces griseochromogenes strain ATCC 14511 chromosome, complete genome	True	False
AST0016_000000008357	3166	0.5496208599726915	5	4	2	2	4	False	123461	fragment	False	AST0016_000000008357	1.0		0	0	False	False	0.9914718866348267	0					non-mobilizable	other	1698.0	93.404	92.0	0.0003277044477744278	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
AST0087_000000021367	1731	0.5496193165184179	4	3	3	3	2	False	110897	maximal	True	AST0087_000000021367	1.0		14	5	False	False	0.998266875743866	0					non-mobilizable	no_good_hit	61.0	83.60700000000001	4.0	0.00021497362990139876	NZ_QSBM01000007.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf7, whole genome shotgun sequence	True	False
MON0087_000000007803	5802	0.5496185489210398	6	4	4	4	4	False	62958	maximal	True	MON0087_000000007803	1.0		6	5	False	False	0.9981040954589844	0					non-mobilizable	no_good_hit	1647.0	81.542	47.0	0.0004560820399590505	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0167_000000004796	3825	0.5496156219970115	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9747716730214783		0	0	False	False	0.9997385740280151	0					non-mobilizable	chromosome	3837.0	83.50299999999999	100.0	0.001018745286735851	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0059_000000004924	3797	0.5496156219970115	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9742673079740181		0	0	False	False	1.0	0					non-mobilizable	chromosome	3809.0	83.67	100.0	0.001011276088508932	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0005_000000006807	4368	0.549614845382606	2	2	2	2	2	False	74784	maximal	True	SPA0005_000000006807	1.0		21	7	False	False	0.9997710585594177	0					non-mobilizable	no_good_hit	1111.0	99.64	25.0	0.01347021989223824	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0074_000000014592	1471	0.5496146836525126	2	2	2	2	2	False	39695	fragment	False	MON0074_000000014592	0.955363321799308		0	0	False	False	0.9578518271446228	0					non-mobilizable	chromosome	1483.0	87.525	100.0	0.0005239479101032188	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ENG0025_000000008782	2767	0.549612372627051	4	3	3	3	2	False	66161	maximal	True	ENG0025_000000008782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	87.04	26.0	0.0004157397947270526	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	True	False
FIJ0081_000000024893	1459	0.5496112697732529	2	2	2	2	2	False	44234	fragment	False	FIJ0081_000000024893	1.0		0	0	False	False	0.9787525534629822	0					non-mobilizable	chromosome	1459.0	99.178	100.0	0.0002964839806126319	CP024978.1	enterobacteria	Escherichia coli strain CV839-15 chromosome, complete genome	False	False
ISR0030_000000001595	9317	0.5496096854714865	12	3	2	3	2	False	117581	fragment	False	ISR0030_000000001595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2046.0	98.925	51.0	0.1269713150378741	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
MAD0092_000000008325	2189	0.5496049954415407	2	2	2	2	2	False	15713	maximal	True	MAD0092_000000008325	1.0		3	1	False	False	0.9995431900024414	0					non-mobilizable	no_good_hit	1514.0	100.0	69.0	0.000641563566313206	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
SPA0022_000000006910	1925	0.5496045733092427	3	3	2	1	3	True	118240	fragment	False	MAD0072_000000001538	0.32658666706674105		0	0	False	False	1.0	0					non-mobilizable	other	1926.0	95.171	100.0	0.0005342930614103782	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
USA0079_01_000000007067	1822	0.5496045733092427	3	3	2	1	3	True	118240	fragment	False	MAD0072_000000001538	0.3238560176690445		0	0	False	False	1.0	0					non-mobilizable	other	1822.0	97.53	100.0	0.05107994389901823	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0028_000000017871	1710	0.5496045733092427	3	3	2	1	3	True	118240	fragment	False	MAD0072_000000001538	0.03371080278750765		0	0	False	False	0.9994152188301086	0					non-mobilizable	other	1719.0	89.76100000000001	100.0	0.04796633941093969	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
AST0097_000000013271	1611	0.5496044097706727	3	2	2	2	2	False	108968	maximal	False	ISR0387_000000013610	0.6272200411291831		0	0	False	False	0.9919304847717285	0					non-mobilizable	no_good_hit	774.0	95.22	48.0	0.010594991707671432	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	True	False
USA0083_01_000000014343	2028	0.5496011699395174	2	2	2	2	2	False	99497	maximal	True	USA0083_01_000000014343	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	93.34100000000001	75.0	0.00024393575159471594	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0268_000000013654	1476	0.5496008881525284	2	1	1	1	1	False	26489	maximal	True	ISR0268_000000013654	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1212.0	81.683	100.0	0.00022642922426510865	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ISR0333_000000007199	2900	0.5495970410734763	4	4	4	3	3	False	24552	maximal	True	ISR0333_000000007199	1.0		71	9	False	False	0.9996551871299744	0					non-mobilizable	chromosome	2900.0	99.931	100.0	0.001292720764734185	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
FIJ0114_000000018638	2109	0.5495929138601501	3	3	2	3	3	False	41868	fragment	False	FIJ0114_000000018638	1.0		0	0	False	False	0.9985775351524353	0					non-mobilizable	no_good_hit								True	False
FIJ0157_000000016810	1158	0.5495928322488188	2	2	2	2	2	False	39446	fragment	False	FIJ0157_000000016810	1.0		0	0	False	False	0.9991364479064941	0					non-mobilizable	other	1159.0	71.7	97.0	0.0016926020975805136	NZ_KB822493.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.3, whole genome shotgun sequence	False	False
SPA0100_000000006194	5164	0.5495912793632883	6	5	4	4	2	False	122204	maximal	True	SPA0100_000000006194	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	1682.0	73.187	32.0	0.03257982647701115	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0060_000000003466	4835	0.5495886626878752	5	4	3	4	2	False	6251	maximal	True	SPA0060_000000003466	1.0		5	1	False	False	1.0	0					non-mobilizable	other	3040.0	93.816	100.0	0.0004196342898236332	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
DEN0066_000000023668	1547	0.5495882900971788	2	2	0	2	1	True	70929	maximal	True	DEN0066_000000023668	1.0		8	4	False	False	0.9967679381370544	0					non-mobilizable	no_good_hit								True	True
SPA0127_000000008709	3379	0.5495879096448625	4	3	3	3	3	False	91471	maximal	True	SPA0127_000000008709	1.0		41	8	False	False	1.0	0					non-mobilizable	other	3397.0	98.764	100.0	0.0011463770973029756	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0087_000000019399	1841	0.5495869362222465	3	3	3	2	2	False	62160	maximal	True	ISR0087_000000019399	1.0		82	6	False	False	1.0	0					non-mobilizable	no_good_hit	1592.0	97.36200000000001	86.0	0.00616242587831051	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0179_000000006085	2951	0.5495844293049699	3	2	0	2	1	True	95166	maximal	True	CHI0179_000000006085	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	75.74	6.0	3.517058160990335e-05	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	True
CAN0001_000000021039	2152	0.5495815790411904	2	2	2	2	2	False	97340	maximal	True	CAN0001_000000021039	0.9636669874879692		464	14	False	False	1.0	0					non-mobilizable	other	2152.0	99.257	100.0	0.0005191200781938193	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
DEN0090_000000005846	3954	0.5495804662268557	6	2	2	1	0	True	97544	maximal	True	DEN0090_000000005846	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	94.245	6.0	0.0011968154302464747	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
FIJ0012_000000020081	1262	0.5495804662268557	2	2	2	1	0	True	50703	maximal	True	FIJ0012_000000020081	1.0		1	1	False	False	0.9984152317047119	0					non-mobilizable	no_good_hit								True	True
ENG0078_000000015026	1732	0.5495799268270755	1	1	1	1	0	True	61913	maximal	True	ENG0078_000000015026	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0112_000000005017	5041	0.5495791253714447	4	4	3	3	2	False	42050	maximal	True	FIJ0112_000000005017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1575.0	82.794	38.0	0.000417531550291463	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
SPA0033_000000001873	13064	0.5495788994983494	10	7	3	7	3	True	67217	fragment	False	ISR0188_000000001293	0.9822397265363751		0	0	False	False	0.9982394576072693	0					non-mobilizable	no_good_hit	46.0	95.652	0.0	8.093728978787236e-05	NZ_OBEI01000001.1	aquificales	Persephonella hydrogeniphila strain DSM 15103, whole genome shotgun sequence	True	True
AST0088_000000002178	5585	0.5495782949471512	9	4	1	4	3	True	128681	fragment	False	AST0088_000000002178	0.9891329105307659		0	0	False	False	0.9967770576477051	0					non-mobilizable	no_good_hit	303.0	99.67	7.0	0.0011584729638495059	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0301_000000002725	5565	0.5495782949471512	8	4	1	4	3	True	128681	fragment	False	AST0088_000000002178	0.9887840632543311		0	0	False	False	0.9998202919960022	0					non-mobilizable	no_good_hit	282.0	100.0	6.0	0.0010779168968268582	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
AST0005_000000005458	5351	0.5495782949471512	8	4	1	4	3	True	128681	fragment	False	AST0088_000000002178	0.9761001934157792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.00029920824894126314	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0090_000000004190	5333	0.5495782949471512	8	4	1	4	3	True	128681	fragment	False	AST0088_000000002178	0.9747622685227565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	85.51700000000001	3.0	3.751766009857497e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0052_000000005644	5307	0.5495782949471512	8	4	1	4	3	True	128681	fragment	False	AST0088_000000002178	0.9715550370483913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	85.51700000000001	3.0	3.751766009857497e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0114_000000020171	2309	0.5495781757064635	2	2	2	2	2	False	4447	maximal	True	SPA0114_000000020171	1.0		1	1	False	False	0.9783456325531006	0					non-mobilizable	no_good_hit	1313.0	80.35	57.0	0.00037380348485751896	NZ_KK073872.1	bacteria	Cloacibacillus evryensis DSM 19522 CloevDRAFT_Scaffold1.1, whole genome shotgun sequence	True	False
ISR0365_000000011305	1500	0.5495772881073395	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.6280362615926484		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	96.935	100.0	0.00674841614173943	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0089_000000006726	3237	0.5495766426248663	3	3	2	1	2	False	61299	maximal	True	ENG0089_000000006726	1.0		1	1	False	False	0.9996910691261292	0					non-mobilizable	no_good_hit	1117.0	99.37299999999999	35.0	0.0002736185389799766	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0063_000000008206	1661	0.5495720032011173	2	2	2	2	2	False	122075	fragment	False	CHI0063_000000008206	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	99.759	100.0	0.000703896576391224	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
SPA0089_000000033462	1108	0.5495628552613493	3	3	2	3	2	True	5394	fragment	False	SPA0089_000000033462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	80.743	53.0	0.017768494975178593	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ENG0047_000000007742	2396	0.5495626683599536	3	3	2	3	2	False	64335	maximal	True	ENG0047_000000007742	1.0		29	9	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	95.745	2.0	1.2874511853087266e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0013_000000013468	1827	0.5495562645712341	2	2	2	2	2	False	51939	maximal	True	MAD0013_000000013468	1.0		2	1	False	False	0.9655172228813171	0					non-mobilizable	other	1553.0	74.501	96.0	0.0003765308239143279	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	False	False
ISR0388_000000007755	4090	0.5495512790146241	5	5	3	5	3	False	97090	maximal	False	ISR0193_000000005962	0.573613673344618		0	0	False	False	0.9963325262069702	0					non-mobilizable	other	2887.0	99.792	99.0	0.0011987299941683405	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MAD0077_000000000815	8357	0.5495446218264215	7	4	3	4	3	True	19874	maximal	False	MAD0110_000000003177	0.999225291642589		0	0	True	True	1.0	280					non-mobilizable	no_good_hit	2317.0	95.77	46.0	0.0005932659444068276	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
MAD0056_000000001139	8355	0.5495446218264215	7	4	3	4	3	True	19874	maximal	False	MAD0110_000000003177	0.9992968524016062		0	0	True	True	1.0	41					non-mobilizable	no_good_hit	3705.0	87.34100000000001	45.0	0.000941944286841264	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
CAN0012_000000035124	1283	0.5495437896602797	2	2	2	2	2	False	94009	maximal	True	CAN0012_000000035124	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	755.0	84.90100000000001	95.0	0.00018768542718006158	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
AST0007_000000009307	1958	0.5495391456050344	2	1	1	1	1	True	127047	maximal	True	AST0007_000000009307	1.0		2	2	False	False	0.9913176894187927	0					non-mobilizable	no_good_hit	945.0	85.926	48.0	0.0001546575794268354	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0201_000000010965	2756	0.5495389654272033	4	3	1	2	0	True	28739	fragment	False	ISR0201_000000010965	0.9787033546928006		0	0	False	False	0.9887518286705017	0					non-mobilizable	no_good_hit								True	True
ISR0808_000000007533	2126	0.5495381228595976	4	3	3	3	2	False	21749	fragment	False	ISR0808_000000007533	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2126.0	99.906	100.0	0.0030275614951167213	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	False	False
MAD0034_000000005425	2818	0.5495378189530287	4	4	4	3	3	False	83813	maximal	True	MAD0034_000000005425	1.0		7	2	False	False	0.9996451139450073	0					non-mobilizable	no_good_hit	931.0	88.4	50.0	0.00022727991544304506	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0113_000000009821	3341	0.5495324722104018	6	4	2	4	3	False	4506	maximal	True	SPA0113_000000009821	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	92.39	22.0	0.03406348194362221	NZ_CAPF01000036.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
ENG0167_000000013131	1896	0.54952884848869	3	1	1	1	1	False	85032	fragment	False	ISR0278_000000005843	0.9415564928183627		0	0	False	False	0.9941983222961426	0					non-mobilizable	chromosome	1896.0	100.0	100.0	0.000579357979639618	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	False
USA0025_01_000000008728	1776	0.54952884848869	2	1	1	1	1	False	85032	fragment	False	ISR0278_000000005843	0.7483450217097121		0	0	False	False	1.0	0					non-mobilizable	chromosome	1776.0	100.0	100.0	0.0005426704030925181	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	False
FIJ0002_000000024287	1546	0.5495276587202284	2	2	2	2	2	False	52340	maximal	False	FIJ0080_000000015080	0.9748603351955307		0	0	False	False	0.9760672450065613	0					non-mobilizable	no_good_hit								True	False
ISR0056_000000003970	4836	0.5495255627728863	6	3	2	3	3	True	118444	fragment	False	ISR0024_000000003680	0.39573148705635214		0	0	False	False	0.9975185990333557	0					non-mobilizable	no_good_hit	96.0	78.125	2.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
DEN0033_000000005732	4769	0.5495255627728863	8	3	2	3	3	True	118444	fragment	False	ISR0024_000000003680	0.39469319975227624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	78.125	2.0	0.0003545029416201539	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0390_000000005350	2432	0.5495226485255352	3	2	2	2	2	False	22879	fragment	False	ISR0390_000000005350	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0121_000000007696	3394	0.5495190926028872	3	3	1	2	2	True	41493	maximal	True	FIJ0121_000000007696	1.0		11	3	False	False	0.9973482489585876	0					non-mobilizable	no_good_hit								True	True
ENG0188_000000007707	3443	0.5495166547066587	4	3	1	3	2	True	129294	maximal	True	ENG0188_000000007707	1.0		62	6	False	False	0.9997095465660095	0					non-mobilizable	other	3465.0	83.405	99.0	0.06726114649681529	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CHI0051_000000006268	2836	0.5495166547066587	3	3	1	3	2	True	129249	fragment	False	CHI0051_000000006268	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2270.0	94.714	100.0	0.02776451577362371	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0024_000000004470	2748	0.5495166547066587	4	3	1	3	2	True	129282	fragment	False	MAD0024_000000004470	1.0		0	0	False	False	0.9898107647895813	0					non-mobilizable	chromosome	2758.0	88.325	99.0	0.0006874142139842623	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
AST0097_000000008604	2622	0.5495166547066587	3	3	1	3	2	True	129093	maximal	True	AST0097_000000008604	1.0		2	2	False	False	0.9980930685997009	0					non-mobilizable	no_good_hit	2014.0	78.55	76.0	0.006483780758801398	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
USA0073_01_000000006434	2609	0.5495166547066587	3	3	1	3	2	True	129271	fragment	False	USA0073_01_000000006434	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2367.0	94.76100000000001	99.0	0.0007572829647836204	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ENG0181_000000008034	2572	0.5495166547066587	3	3	1	3	2	True	129263	fragment	False	ENG0181_000000008034	1.0		0	0	False	False	0.9996111989021301	0					non-mobilizable	other	2156.0	84.787	94.0	0.0006874784462538829	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
AST0033_000000005122	2568	0.5495166547066587	3	3	1	3	2	True	129291	maximal	True	AST0033_000000005122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2325.0	82.796	89.0	0.0007364696909100748	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0217_000000010068	2416	0.5495166547066587	3	3	1	3	2	True	129262	fragment	False	ISR0217_000000010068	1.0		0	0	False	False	0.9995861053466797	0					non-mobilizable	other	2415.0	86.17	99.0	0.000845520451687039	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
USA0017_01_000000007353	3695	0.5495111861408164	3	3	3	3	3	False	1906	maximal	True	USA0017_01_000000007353	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2387.0	97.02600000000001	100.0	0.014691020237126871	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
ETH0005_000000022076	2136	0.549510604592816	2	2	2	2	2	False	52746	maximal	True	ETH0005_000000022076	1.0		3	3	False	False	0.9990636706352234	0					non-mobilizable	no_good_hit	155.0	78.71	9.0	2.1451032514402532e-05	CP053985.1	b-proteobacteria	Achromobacter pestifer strain FDAARGOS_790 chromosome, complete genome	True	False
FIJ0020_000000017621	1203	0.5495093451343109	2	2	2	2	1	False	49737	fragment	False	FIJ0020_000000017621	1.0		0	0	False	False	0.9958437085151672	0					non-mobilizable	plasmid	1128.0	100.0	100.0	0.0067997248735987255	CP030066.1	enterobacteria	Klebsiella pneumoniae strain IA565 plasmid pDA11912.1, complete sequence	False	True
SPA0026_000000003696	6415	0.5495056861778547	7	7	5	6	5	False	17835	maximal	True	SPA0026_000000003696	1.0		2	1	False	False	0.9998441338539124	0					non-mobilizable	no_good_hit	1721.0	77.513	27.0	0.0004876092407521351	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0833_000000003145	2387	0.5495050532793083	3	2	1	2	1	False	103582	maximal	True	ISR0833_000000003145	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0007_000000010454	1730	0.5495046558042503	2	2	1	2	1	False	126924	maximal	False	FIJ0061_000000012866	0.5680183857993891		0	0	False	False	0.9982659220695496	0					non-mobilizable	other	1730.0	98.728	100.0	0.010183407348073457	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
ISR0077_000000033121	1136	0.5495046558042503	2	2	1	2	1	False	34441	maximal	True	ISR0077_000000033121	1.0		30	6	False	False	1.0	0					non-mobilizable	other	1139.0	88.499	100.0	0.006684885679620228	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
MON0041_000000032958	1978	0.5495045824712929	1	1	1	1	1	False	11804	fragment	False	MON0041_000000032958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	81.111	5.0	0.003178710035113657	NZ_RPOH01000051.1	enterobacteria	Buttiauxella warmboldiae strain CCUG 35512 buttiauxella_warmboldiae_CCUG35512T_0000051, whole genome shotgun sequence	True	False
FIJ0003_000000012918	1831	0.5495018649375465	2	1	1	0	1	False	52183	maximal	True	FIJ0003_000000012918	1.0		58	6	False	False	0.9983615279197693	0					non-mobilizable	no_good_hit	71.0	85.915	4.0	5.1680616741714305e-05	NZ_PDLO01000001.1	CFB group bacteria	Lewinella marina strain MKG-38 contig1, whole genome shotgun sequence	True	False
ISR0023_000000014498	2105	0.5494982586533189	2	2	2	2	2	False	37530	maximal	True	ISR0023_000000014498	1.0		72	10	False	False	0.9819477200508118	0					non-mobilizable	chromosome	2062.0	98.206	98.0	0.0007340969698998871	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0340_000000008928	2674	0.5494965207407814	4	4	4	4	3	False	24374	maximal	True	ISR0340_000000008928	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	93.13	60.0	0.0002952435807889257	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0137_000000010832	2389	0.5494935248049725	4	3	3	3	2	False	31374	maximal	True	ISR0137_000000010832	1.0		14	7	False	False	0.9953955411911011	0					non-mobilizable	no_good_hit	463.0	89.84899999999999	19.0	0.012730586545896387	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
SPA0056_000000005653	5543	0.5494926609241831	8	4	4	4	4	False	30735	maximal	True	SPA0056_000000005653	1.0		42	6	False	False	0.9996392130851746	0					non-mobilizable	chromosome	5545.0	98.91799999999999	100.0	0.0010058516836857715	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0207_000000007474	3612	0.5494898660699299	3	2	2	1	1	False	28587	maximal	True	ISR0207_000000007474	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1028.0	98.63799999999999	28.0	0.010712753826357141	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
CHI0108_000000004013	2007	0.5494830036898772	4	2	0	2	1	False	82913	maximal	True	CHI0108_000000004013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	99.699	33.0	0.0001868031334464671	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
CHI0078_000000008262	1874	0.5494824485940683	2	2	2	2	2	False	84441	fragment	False	CHI0078_000000008262	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1901.0	84.587	100.0	0.22574493444576876	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
USA0069_01_000000009082	6709	0.5494823387074472	8	7	6	5	6	False	12710	maximal	True	USA0069_01_000000009082	1.0		2	1	False	False	0.999552845954895	0					non-mobilizable	no_good_hit	1731.0	74.87	26.0	0.0005864017177354818	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0097_000000013947	2262	0.549480524568854	4	4	3	2	3	False	42918	maximal	True	FIJ0097_000000013947	1.0		7	2	False	False	0.9995579123497009	0					non-mobilizable	other	1304.0	87.807	97.0	0.010025880761966938	NZ_JABAFG010000007.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_7, whole genome shotgun sequence	False	False
ISR0209_000000015207	1888	0.5494795216263955	4	4	4	1	1	False	28464	fragment	False	ISR0209_000000015207	1.0		0	0	False	False	0.9952330589294434	0					non-mobilizable	no_good_hit	184.0	95.109	15.0	6.275606101809535e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
CHI0164_000000011606	1870	0.5494794881265485	3	3	2	3	1	False	80766	maximal	True	CHI0164_000000011606	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000006815	4271	0.5494790666942351	2	2	2	2	2	False	62446	maximal	True	USA0019_01_000000006815	0.9867294318996143		573	12	False	False	0.9948489665985107	0					non-mobilizable	chromosome	4272.0	98.455	100.0	0.0007743461374406336	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MON0090_000000031552	1911	0.5494736936539075	3	2	2	2	2	False	9559	fragment	False	MON0090_000000031552	1.0		0	0	False	False	0.9900575876235962	0					non-mobilizable	other	1821.0	86.93	95.0	0.0037533691454237125	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0007_000000008788	1990	0.5494696604390179	3	2	2	2	2	False	51583	maximal	True	FIJ0007_000000008788	1.0		21	5	False	False	0.9979899525642395	0					non-mobilizable	chromosome	1990.0	97.839	100.0	0.0003884484910270156	CP056560.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00399 chromosome, complete genome	False	False
ENG0031_000000003363	5894	0.5494695545260461	4	4	4	2	3	False	110454	fragment	False	ISR0174_000000004231	0.8221505921791583		0	0	False	False	1.0	0					non-mobilizable	other	2990.0	97.65899999999999	97.0	0.0010384241245136186	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0849_000000023053	1162	0.5494691436419493	2	2	2	2	0	True	20581	maximal	True	ISR0849_000000023053	1.0		0	0	False	False	0.9939758777618408	0					non-mobilizable	no_good_hit	753.0	99.07	65.0	0.015882738082666274	NZ_JAAIOD010000020.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_20_length_47347_cov_369.948, whole genome shotgun sequence	True	True
ISR0030_000000002617	6415	0.5494680719066616	12	3	2	3	2	True	100430	fragment	False	ISR0030_000000002617	1.0		0	0	False	False	0.9998441338539124	0					non-mobilizable	no_good_hit	1273.0	99.057	20.0	0.004094706175859905	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0057_000000009738	3192	0.5494670718119142	7	5	1	0	5	False	46159	fragment	False	FIJ0057_000000009738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000010849	1951	0.5494628488188396	2	2	1	2	1	False	37785	fragment	False	ISR0018_000000010849	1.0		0	0	False	False	0.9943618774414062	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	3.0	9.993825243688721e-05	NZ_JH378829.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.1, whole genome shotgun sequence	True	False
ENG0165_000000007715	2487	0.5494608624816979	5	4	3	2	2	True	56230	maximal	True	ENG0165_000000007715	1.0		15	5	False	False	0.9995979070663452	0					non-mobilizable	no_good_hit	1990.0	77.487	78.0	0.03840269878005727	NZ_JAAITU010000033.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_33_length_50986_cov_155.653, whole genome shotgun sequence	True	True
CHI0064_000000012136	1502	0.5494597345239665	2	2	2	2	2	False	85294	maximal	False	CHI0121_000000004947	0.9705226807431422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	78.182	7.0	7.556690925043924e-05	NZ_KB946309.1	firmicutes	Enterococcus pallens ATCC BAA-351 acvKb-supercont1.5, whole genome shotgun sequence	True	False
SPA0141_000000007655	3053	0.5494573321903811	3	3	2	2	3	False	90619	fragment	False	SPA0141_000000007655	1.0		0	0	False	False	0.9980347156524658	0					non-mobilizable	other	3053.0	99.96700000000001	100.0	0.01085286754665453	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
CHI0059_000000002537	5957	0.5494544660974602	7	4	4	4	4	False	85841	maximal	True	CHI0059_000000002537	1.0		19	4	False	False	0.99513179063797	0					non-mobilizable	no_good_hit	4656.0	98.303	78.0	0.024869480647867606	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
MON0046_000000018924	1767	0.5494509030188583	3	2	2	2	2	False	11518	maximal	True	MON0046_000000018924	1.0		176	11	False	False	0.9920769929885864	0					non-mobilizable	no_good_hit	1405.0	73.096	79.0	0.00036939542902431435	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0001_000000007316	4432	0.5494472953508854	4	4	4	4	4	False	14408	maximal	True	MON0001_000000007316	1.0		7	4	False	False	0.9997743964195251	0					non-mobilizable	other	4430.0	98.66799999999999	99.0	0.0019010468419830464	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
ENG0169_000000020118	1210	0.5494467550785709	2	2	2	1	1	False	55878	maximal	True	ENG0169_000000020118	0.9910793933987512		798	15	False	False	0.9909090995788574	0					non-mobilizable	chromosome	1191.0	98.321	98.0	0.00041478849969256855	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0088_000000015088	1696	0.5494411732007857	3	3	2	3	3	False	89063	fragment	False	ISR0183_000000018490	0.9761624484991172		0	0	False	False	0.994693398475647	0					non-mobilizable	chromosome	1696.0	99.823	100.0	0.00032319948806726513	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
CHI0154_000000026102	1296	0.5494408076323952	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.9537725177166271		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	81.86	99.0	0.0005668506775904156	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
SPA0110_000000005942	3512	0.549437482771293	5	4	2	4	4	True	77091	fragment	False	MAD0041_000000008285	0.7781971752931314		0	0	False	False	0.9954441785812378	0					non-mobilizable	plasmid	3512.0	99.402	100.0	0.041220047665449594	LC549806.1	enterobacteria	Escherichia coli VNCEc57 plasmid pVNCEc57 DNA, complete sequence	False	True
ISR0121_000000009081	2706	0.5494364715882812	4	4	2	2	2	False	119330	fragment	False	ISR0121_000000009081	1.0		0	0	False	False	0.9996304512023926	0					non-mobilizable	other	2706.0	98.81700000000001	100.0	0.0008684379161599441	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0077_000000006070	4838	0.5494337671984992	4	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.9625293423836798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.675	61.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MON0011_000000034168	1366	0.5494336465439595	2	2	2	2	1	True	13647	fragment	False	MON0011_000000034168	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1366.0	99.854	100.0	0.0004743122559159595	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	False	True
ISR0119_000000020642	1508	0.5494328579825297	2	2	2	2	1	False	48262	fragment	False	FIJ0033_000000023803	0.9631843926998112		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0006151883159789469	NZ_MYFJ01000091.1	enterobacteria	Photorhabdus luminescens strain HIM3 NODE_27_length_43889_cov_23.9343_ID_53, whole genome shotgun sequence	True	False
CHI0129_000000018288	1430	0.5494287406297855	2	2	2	2	2	False	81177	maximal	True	CHI0129_000000018288	1.0		116	10	False	False	0.9986013770103455	0					non-mobilizable	other	1430.0	99.441	100.0	0.017236804014281577	NZ_AGDG01000045.1	CFB group bacteria	Bacteroides faecis MAJ27 contig045, whole genome shotgun sequence	False	False
ENG0130_000000024964	1134	0.5494229447499085	1	1	1	1	1	False	83416	fragment	False	MON0011_000000030282	0.2388573743922204		0	0	False	False	0.9964726567268372	0					non-mobilizable	other	1134.0	99.824	100.0	0.0012431424182576256	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
AST0055_000000014186	2453	0.5494216417460192	3	3	3	3	2	False	113826	fragment	False	AST0055_000000014186	1.0		0	0	False	False	0.9995923638343811	0					non-mobilizable	other	2454.0	98.9	100.0	0.014986742262246605	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0798_000000004034	3208	0.5494213877688352	2	2	2	2	2	True	70902	fragment	False	ISR0798_000000004034	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3208.0	99.221	100.0	0.006823999540385438	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0011_000000036750	1271	0.5494192811040931	2	2	1	1	2	True	13636	fragment	False	MON0011_000000036750	1.0		0	0	False	False	0.9992132186889648	0					non-mobilizable	plasmid	1271.0	99.60700000000001	100.0	0.0341012834971269	CP021581.1	other sequences	Unidentified plasmid plasmid GF1-2_000286F, complete sequence	False	True
USA0039_01_000000001281	16443	0.5494145264226403	21	18	9	9	16	True	118480	maximal	False	ENG0071_000000001075	0.9722978463776468		0	0	False	False	1.0	0					non-mobilizable	other	16414.0	99.95100000000001	99.0	0.18736943045994725	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
USA0079_01_000000001058	16286	0.5494145264226403	21	18	9	9	16	True	118480	maximal	False	ENG0071_000000001075	0.9589515110791068		0	0	False	False	1.0	0					non-mobilizable	other	16274.0	97.51799999999999	99.0	0.18577120221012136	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
MON0068_000000032093	1318	0.5494111736297234	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.04735663742896701		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	92.039	100.0	0.0027538647156117157	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0197_000000008376	2977	0.5494108224813323	6	5	3	3	5	False	28940	maximal	True	ISR0197_000000008376	1.0		10	2	False	False	0.9993281960487366	0					non-mobilizable	no_good_hit	1143.0	97.375	85.0	0.004140546537640178	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0086_000000005180	4668	0.5494080052461201	7	6	5	6	6	False	61453	maximal	True	ENG0086_000000005180	1.0		150	10	False	False	1.0	0					non-mobilizable	no_good_hit	2889.0	96.4	88.0	0.0008732799066562831	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
SPA0150_000000003409	5151	0.5494059063594617	8	6	5	4	5	False	3270	maximal	True	SPA0150_000000003409	1.0		81	11	False	False	1.0	0					non-mobilizable	no_good_hit	2602.0	97.348	76.0	0.0009048663405058049	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0038_000000023887	1489	0.5494042762775387	2	2	0	1	1	False	47625	maximal	True	FIJ0038_000000023887	1.0		2	2	False	False	0.9758226871490479	0					non-mobilizable	other	1482.0	75.169	99.0	0.0006298042900282984	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
DEN0078_000000007944	3564	0.5494041945989507	5	3	3	3	3	False	69828	maximal	True	DEN0078_000000007944	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	79.762	5.0	0.00024563736276667097	NZ_FNGW01000001.1	firmicutes	Romboutsia lituseburensis DSM 797, whole genome shotgun sequence	True	False
MON0103_000000034047	1640	0.5494008396347507	3	3	2	3	2	False	71048	fragment	False	ISR0133_000000012496	0.9698648567495404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	70.34899999999999	21.0	0.004402006374418726	NZ_BBPQ01000039.1	high GC Gram+	Streptacidiphilus anmyonensis strain NBRC 103185, whole genome shotgun sequence	True	False
MAD0042_000000002379	8673	0.5494000011462408	11	3	0	3	0	False	48180	maximal	True	MAD0042_000000002379	0.9907177486106185		13	3	True	True	0.999769389629364	1					non-mobilizable	no_good_hit								True	True
FIJ0034_000000003399	8457	0.5494000011462408	11	3	0	3	0	False	48180	maximal	False	MAD0042_000000002379	0.9782082324455206		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
AST0012_000000003125	5576	0.5493998536259117	9	2	2	2	2	False	125616	maximal	True	AST0012_000000003125	1.0		143	10	False	False	1.0	0					non-mobilizable	other	5550.0	99.928	99.0	0.08311116436509601	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
ISR0185_000000007048	4436	0.5493998536259117	8	2	2	2	2	False	117081	fragment	False	ENG0130_000000006759	0.9719474416602509		0	0	False	False	0.99774569272995	0					non-mobilizable	other	4436.0	99.955	100.0	0.01004523185572918	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0219_000000007395	4277	0.5493998536259117	8	2	2	2	2	False	117081	fragment	False	ENG0130_000000006759	0.9645718111820765		0	0	False	False	1.0	0					non-mobilizable	other	4277.0	99.509	100.0	0.06404457358535781	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
AST0033_000000003725	3450	0.5493998536259117	5	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.9633880341165537		0	0	False	False	0.9915941953659058	0					non-mobilizable	other	3411.0	99.355	99.0	0.05107389988916514	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
SPA0030_000000008953	3422	0.5493998536259117	5	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.9632245559661088		0	0	False	False	1.0	0					non-mobilizable	other	3422.0	99.795	100.0	0.05123865440493664	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
ISR0006_000000005646	3415	0.5493998536259117	5	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.9645646382346074		0	0	False	False	1.0	0					non-mobilizable	other	3415.0	100.0	100.0	0.007732676788153195	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0008_000000010300	3123	0.5493998536259117	5	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.5868580999956947		0	0	False	False	0.9955171346664429	0					non-mobilizable	other	3122.0	99.584	99.0	0.007069034638496227	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0085_000000007244	3120	0.5493998536259117	5	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.6572347526971185		0	0	False	False	0.978205144405365	0					non-mobilizable	chromosome	3120.0	99.551	100.0	0.0008358398703389667	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0097_000000013084	3066	0.5493998536259117	4	2	2	2	2	False	117080	maximal	True	MAD0097_000000013084	1.0		39	5	False	False	0.9921721816062927	0					non-mobilizable	other	2751.0	99.964	90.0	0.006228723247633652	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0330_000000009227	2984	0.5493998536259117	4	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.44040176686194543		0	0	False	False	1.0	0					non-mobilizable	chromosome	2984.0	99.49700000000001	100.0	0.0007993941433860653	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0112_000000011394	2815	0.5493998536259117	4	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.35722321987015093		0	0	False	False	0.9992895126342773	0					non-mobilizable	chromosome	2815.0	99.396	100.0	0.000754104967981357	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0058_000000009499	3229	0.5493940200761911	4	3	3	2	1	True	131332	maximal	True	SPA0058_000000009499	1.0		1	1	False	False	0.9916383028030396	0					non-mobilizable	no_good_hit	1146.0	77.661	35.0	0.002468719465269311	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
FIJ0026_000000011691	2740	0.5493929839293186	4	2	2	2	2	True	49118	fragment	False	FIJ0026_000000011691	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2649.0	92.865	96.0	0.08991063510471382	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0027_000000014975	2673	0.5493929839293186	3	2	2	2	2	True	12663	fragment	False	MON0027_000000014975	1.0		0	0	False	False	0.9996258616447449	0					non-mobilizable	other	2250.0	93.37799999999999	99.0	0.07630124837983492	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0074_000000009322	2131	0.5493929839293186	2	2	2	2	2	True	10376	fragment	False	MON0074_000000009322	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2146.0	93.616	100.0	0.0727539395593151	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0201_000000001512	13455	0.5493915965185981	12	10	8	9	6	True	118933	maximal	False	AST0028_000000001314	0.961296992781592		0	0	False	False	0.9999256730079651	0					non-mobilizable	no_good_hit	8909.0	99.978	66.0	0.09188525689294151	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AST0010_000000007320	3746	0.5493888628851693	6	5	4	3	4	False	126428	fragment	False	AST0010_000000007320	0.9994585814834867		0	0	False	False	1.0	0					non-mobilizable	other	3750.0	97.52	100.0	0.02668061545468779	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	False	False
CHI0087_000000004431	2152	0.5493867697919199	2	2	2	2	2	False	86684	fragment	False	CHI0087_000000004431	0.978786383818451		0	0	False	False	0.988382875919342	0					non-mobilizable	chromosome	2152.0	100.0	100.0	0.0004466881531075042	CP053723.1	enterobacteria	Escherichia coli strain CP66-6_Sichuan chromosome, complete genome	False	False
ETH0001_000000019476	1710	0.5493822648280319	2	2	2	1	1	False	53497	maximal	False	MON0029_000000016172	0.45635049452825704		0	0	False	False	1.0	0					non-mobilizable	other	1630.0	92.699	100.0	0.001098132164149524	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0336_000000004515	2901	0.5493801737160005	5	3	1	2	3	True	68711	fragment	False	MAD0101_000000008973	0.9362882499937032		0	0	False	False	0.9996553063392639	0					non-mobilizable	no_good_hit	540.0	75.556	18.0	0.0086123618501842	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
ENG0025_000000021060	1319	0.5493728940852395	3	2	0	2	2	False	66894	fragment	False	ENG0025_000000021060	0.9515917052340893		0	0	False	False	0.9802880883216858	0					non-mobilizable	other	1330.0	96.917	99.0	0.5516811955168119	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
CHI0174_000000012463	1240	0.5493723874469579	2	2	2	2	1	False	77776	fragment	False	CHI0174_000000012463	1.0		0	0	False	False	0.9919354915618896	0					non-mobilizable	no_good_hit	420.0	86.667	80.0	0.012997890557141085	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	True	False
TAN0021_000000011974	1732	0.5493721966113786	3	3	3	2	1	False	2375	maximal	True	TAN0021_000000011974	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000005187	5471	0.5493666763667907	10	8	4	6	3	True	43252	maximal	True	FIJ0097_000000005187	1.0		4	2	False	False	0.9985377192497253	0					non-mobilizable	no_good_hit	2820.0	87.624	83.0	0.0008157266533031276	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
DEN0010_000000005018	7649	0.5493664322142873	3	3	3	2	1	False	76046	maximal	True	DEN0010_000000005018	1.0		1	1	False	False	0.9979082345962524	0					non-mobilizable	no_good_hit	3263.0	78.639	42.0	0.0012529107635294153	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0082_000000005343	3574	0.5493651075351922	5	3	2	3	2	False	66133	maximal	True	ENG0082_000000005343	1.0		2	1	False	False	0.9986010193824768	0					non-mobilizable	no_good_hit	1636.0	100.0	46.0	0.00026383240203991663	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
ISR0084_000000007730	3075	0.5493619782688698	7	6	2	6	3	False	34058	fragment	False	ISR0084_000000007730	1.0		0	0	False	False	0.9853658676147461	0					non-mobilizable	no_good_hit	60.0	96.667	2.0	0.000675528687069923	NZ_PYLQ01000010.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_9, whole genome shotgun sequence	True	False
USA0023_01_000000007256	4410	0.5493617133028765	4	3	1	3	1	True	74790	maximal	True	USA0023_01_000000007256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0094_000000017499	2106	0.5493602508612787	3	3	3	1	1	True	122972	maximal	True	DEN0094_000000017499	1.0		19	6	False	False	0.9976258277893066	0					non-mobilizable	other	1700.0	85.176	90.0	0.00032809180527770723	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0104_000000003328	7501	0.5493596403239324	10	7	6	5	5	False	91565	maximal	True	ENG0104_000000003328	1.0		155	10	False	False	0.9992001056671143	0					non-mobilizable	other	3730.0	97.346	100.0	0.0010611570888828827	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0034_01_000000021205	2544	0.5493591256193135	5	4	2	3	3	False	68357	maximal	True	USA0034_01_000000021205	1.0		130	12	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	75.904	36.0	0.0003197792496201072	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0005_000000000915	19775	0.5493590760362809	19	9	7	8	4	True	65198	fragment	False	MON0005_000000000915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1883.0	77.377	15.0	0.0006600980302235658	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0378_000000014139	2036	0.5493544728182689	3	2	2	2	1	False	38911	fragment	False	SPA0097_000000015686	0.4830574236937403		0	0	False	False	0.9896856546401978	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	2.3768241613191538e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0233_000000014618	1296	0.5493454950556577	2	2	2	1	1	False	91705	maximal	True	ISR0233_000000014618	0.9754500818330605		651	12	False	False	0.9729938507080078	0					non-mobilizable	chromosome	1290.0	89.147	99.0	0.00027230887837138525	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0195_000000007600	2981	0.5493414804689488	3	3	3	3	3	False	129945	fragment	False	USA0062_01_000000007463	0.7605998067955306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1720.0	99.59299999999999	58.0	0.023970883534136546	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0149_000000001190	17505	0.5493413306061471	33	15	7	13	9	True	57244	maximal	True	ENG0149_000000001190	1.0		3	3	False	False	0.9997714757919312	0					non-mobilizable	no_good_hit	686.0	74.781	4.0	0.00018793015084282589	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
MON0067_000000012315	1482	0.5493365085773184	2	2	2	2	2	False	10591	maximal	True	MON0067_000000012315	1.0		53	9	False	False	0.9736841917037964	0					non-mobilizable	other	1482.0	99.73	100.0	0.0004226969722224442	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0116_000000012660	1886	0.5493303390113742	3	1	1	1	1	False	89724	fragment	False	CHI0044_000000007504	0.9634387351778656		0	0	False	False	1.0	0					non-mobilizable	other	1886.0	99.84100000000001	100.0	0.00043954074990691254	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0141_000000013244	2544	0.5493300227968652	4	3	2	2	2	True	119670	fragment	False	ISR0141_000000013244	1.0		0	0	False	False	0.981918215751648	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	9.929117780363243e-06	NZ_CP022115.1	b-proteobacteria	Laribacter hongkongensis strain HLGZ1 chromosome, complete genome	True	True
ISR0824_000000000813	10849	0.5493295390861973	11	9	7	9	6	False	92271	fragment	False	ISR0824_000000000813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	1.0	0.0008687602364167201	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0151_000000007006	2645	0.5493289939258501	5	5	4	3	3	False	121862	fragment	False	FIJ0014_000000008762	0.8363577867012391		0	0	False	False	1.0	0					non-mobilizable	other	2645.0	100.0	100.0	0.0008225439255255539	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0107_000000027761	2151	0.5493252728363722	3	3	3	3	3	False	8595	fragment	False	MON0107_000000027761	1.0		0	0	False	False	0.9800093173980713	0					non-mobilizable	no_good_hit	45.0	95.556	2.0	0.00010835810383169031	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	True	False
DEN0073_000000014531	3392	0.5493235330239054	4	4	4	4	3	False	70200	maximal	True	DEN0073_000000014531	1.0		8	3	False	False	0.9864386916160583	0					non-mobilizable	no_good_hit	423.0	73.52199999999999	12.0	0.00021994134897360704	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0262_000000004692	3328	0.5493164648554241	3	3	3	1	1	False	60983	fragment	False	ISR0262_000000004692	0.9940590879897238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2532.0	75.079	80.0	0.000525046555956167	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
ISR0141_000000010944	3169	0.5493164648554241	3	3	3	1	1	False	31211	maximal	True	ISR0141_000000010944	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	2883.0	90.219	91.0	0.0008047848626622608	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0095_000000008729	3114	0.5493164648554241	3	3	3	1	1	False	60983	fragment	False	ISR0262_000000004692	0.9624399038461539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2439.0	75.441	82.0	0.0005060613450135976	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
MON0053_000000012850	2871	0.549314992210956	3	3	2	3	1	True	20730	maximal	True	MON0053_000000012850	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	76.645	62.0	0.0003285198129179217	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0085_000000007307	1556	0.5493126933708611	4	3	2	1	1	True	16060	maximal	True	MAD0085_000000007307	1.0		5	4	False	False	1.0	0					non-mobilizable	other	1503.0	78.044	95.0	0.00036163740590991527	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MAD0041_000000030377	1249	0.5493126933708611	3	3	2	1	1	True	18205	maximal	True	MAD0041_000000030377	1.0		0	0	False	False	0.9983987212181091	0					non-mobilizable	no_good_hit	840.0	80.357	66.0	0.00020031034618874627	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0397_000000015891	1120	0.5493126933708611	3	3	2	1	1	True	30587	fragment	False	ISR0397_000000015891	0.9914027149321267		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	98.929	100.0	0.02239298793300114	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
FIJ0145_000000005163	2642	0.5493118815960303	4	1	1	1	1	False	68661	maximal	True	FIJ0145_000000005163	1.0		107	11	False	False	1.0	0					non-mobilizable	no_good_hit	502.0	98.406	19.0	0.00016042231093302064	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0165_000000012517	1804	0.5493118815960303	3	1	1	1	1	False	30241	maximal	True	ISR0165_000000012517	1.0		183	13	False	False	1.0	0					non-mobilizable	other	1075.0	99.163	100.0	0.000343899325233661	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
FIJ0064_000000019939	1300	0.5493118815960303	2	1	1	1	1	False	68659	fragment	False	FIJ0062_000000022502	0.9888276051683889		0	0	False	False	0.986923098564148	0					non-mobilizable	no_good_hit	502.0	99.20299999999999	39.0	0.00016042231093302064	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0012_000000047886	1214	0.5493118815960303	2	1	1	1	1	False	13571	fragment	False	MON0012_000000047886	1.0		0	0	False	False	0.9769357442855835	0					non-mobilizable	other	1075.0	99.90700000000001	100.0	0.000343899325233661	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ENG0052_000000020131	1614	0.5493109483843348	1	1	1	1	0	False	63957	maximal	True	ENG0052_000000020131	1.0		0	0	False	False	0.9553903341293335	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	0.0007547469611503933	NZ_JAAIPV010000032.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_32_length_50348_cov_118.265, whole genome shotgun sequence	True	False
ISR0334_000000001810	8418	0.5493073170964522	5	3	3	2	2	False	57580	fragment	False	ENG0144_000000002365	0.9563074165359624		0	0	False	False	0.9997624158859253	0					non-mobilizable	other	8418.0	99.881	100.0	0.01509878075910125	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
MAD0098_000000028327	1598	0.5493005495682332	3	3	3	2	2	False	15294	fragment	False	MAD0098_000000028327	1.0		0	0	False	False	0.9968711137771606	0					non-mobilizable	no_good_hit	1058.0	70.038	65.0	0.025456183825185854	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0012_000000012590	4169	0.5492929491184831	5	4	4	4	3	True	102810	maximal	True	CAN0012_000000012590	1.0		4	3	False	False	0.9995202422142029	0					non-mobilizable	no_good_hit	2804.0	93.046	85.0	0.0008966330370443587	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
FIJ0035_000000003760	3214	0.5492847304280752	2	2	1	2	2	False	48042	maximal	True	FIJ0035_000000003760	0.993368700265252		652	16	False	False	1.0	0					non-mobilizable	chromosome	3213.0	97.666	99.0	0.0008568237394594274	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0040_000000008353	3426	0.5492833633118813	3	3	2	3	1	False	18397	maximal	True	MAD0040_000000008353	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	82.55799999999999	3.0	0.00085997886317011	NZ_JHXV01000017.1	CFB group bacteria	Crocinitomix catalasitica ATCC 23190 T367DRAFT_scaffold00014.14_C, whole genome shotgun sequence	True	False
FIJ0172_000000015600	1781	0.5492802074401215	2	1	1	1	1	False	38728	fragment	False	FIJ0172_000000015600	1.0		0	0	False	False	0.9943851828575134	0					non-mobilizable	no_good_hit	494.0	93.927	28.0	0.09216676014208264	KU547019.1	bacteria	Uncultured bacterium clone TE_05X_000_Contig_1 genomic sequence	True	False
CHI0026_000000002707	3583	0.549274797793145	3	3	3	3	3	False	130812	maximal	False	DEN0078_000000007353	0.9612443975744793		0	0	False	False	1.0	0					non-mobilizable	chromosome	3583.0	97.87899999999999	100.0	0.0005521229837761852	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0014_000000002238	11609	0.5492712813000211	13	11	5	6	11	False	104420	maximal	True	ENG0014_000000002238	1.0		67	9	False	False	1.0	0					non-mobilizable	chromosome	11609.0	100.0	100.0	0.0017892360680273472	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0115_000000016124	1333	0.5492706069656843	2	2	2	2	1	True	59518	maximal	True	ENG0115_000000016124	1.0		36	7	False	False	0.9954988956451416	0					non-mobilizable	no_good_hit	1141.0	78.791	85.0	0.007729059318620574	NZ_JAAVWW010000011.1	firmicutes	Clostridium gasigenes strain CGAS001 contig00011, whole genome shotgun sequence	True	True
FIJ0102_000000029220	1134	0.5492654727186468	1	1	1	1	1	False	42596	maximal	True	FIJ0102_000000029220	1.0		6	4	False	False	0.9894179701805115	0					non-mobilizable	no_good_hit	489.0	73.006	42.0	6.947161459589902e-05	CP043626.1	g-proteobacteria	Pseudomonas denitrificans (nom. rej.) strain BG1 chromosome, complete genome	True	False
ENG0072_000000008907	1205	0.5492648213272561	2	2	1	2	1	True	77455	fragment	False	ENG0072_000000008907	0.9412873902094466		0	0	False	False	0.9917012453079224	0					non-mobilizable	chromosome	1205.0	97.178	100.0	0.0001832523207901889	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ENG0059_000000006580	1903	0.5492630779907401	3	2	2	2	2	False	115328	fragment	False	ENG0104_000000014764	0.2393210669470367		0	0	False	False	1.0	0					non-mobilizable	other	1848.0	98.37700000000001	97.0	0.022968922935346275	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0014_000000011669	2095	0.5492630137000075	4	3	3	3	2	False	125748	maximal	True	FIJ0014_000000011669	1.0		46	10	False	False	0.9990453720092773	0					non-mobilizable	no_good_hit	1562.0	76.697	74.0	0.0008617547207528343	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
AST0031_000000017899	1438	0.5492617421727538	2	2	2	2	2	False	117244	maximal	True	AST0031_000000017899	1.0		50	6	False	False	0.9916550517082214	0					non-mobilizable	no_good_hit	642.0	86.76	73.0	0.00017059255764019128	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
DEN0035_000000022630	1538	0.5492586476038489	2	2	2	2	2	False	73408	maximal	True	DEN0035_000000022630	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1541.0	76.509	99.0	0.0004987036640205039	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0093_000000012121	2056	0.549257491281415	3	2	2	2	1	False	33518	maximal	True	ISR0093_000000012121	1.0		3	3	False	False	0.9927042722702026	0					non-mobilizable	no_good_hit	1143.0	96.413	56.0	0.0023962801003835727	NZ_JH976468.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.4, whole genome shotgun sequence	True	False
ISR0035_000000002087	7652	0.5492573106984439	12	6	4	5	4	False	36821	maximal	True	ISR0035_000000002087	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	83.425	2.0	5.0803552367045964e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0036_000000003401	6248	0.5492537638952721	9	8	3	6	7	True	131074	maximal	True	ENG0036_000000003401	1.0		734	14	False	False	1.0	0					non-mobilizable	other	5099.0	98.804	100.0	0.001747567688241606	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
MON0106_000000013735	2946	0.5492525402765309	5	4	3	3	3	False	8662	maximal	True	MON0106_000000013735	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	97.40299999999999	10.0	0.003067484662576687	NZ_VZBY01000024.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_11_length_100082_cov_27.5275_ID_21, whole genome shotgun sequence	True	False
SPA0021_000000003194	8166	0.5492511509304785	8	7	7	7	6	False	7694	fragment	False	SPA0021_000000003194	1.0		0	0	False	False	0.9997550845146179	0					non-mobilizable	plasmid	4598.0	87.29899999999999	93.0	0.1962068670262865	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
SPA0089_000000014735	2664	0.549248087528666	4	3	3	2	2	False	64425	maximal	True	SPA0089_000000014735	0.9997960016319869		39	10	False	False	0.9992492198944092	0					non-mobilizable	no_good_hit	320.0	75.938	11.0	6.497161078123722e-05	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
MAD0012_000000018678	1597	0.5492473098354809	3	2	2	2	2	False	22801	maximal	True	MAD0012_000000018678	0.9993377483443708		60	9	False	False	0.9974952936172485	0					non-mobilizable	other	1622.0	80.58	100.0	0.031111284167899697	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
MON0044_000000032600	1697	0.5492423027014496	1	1	1	1	1	False	46305	maximal	True	MON0044_000000032600	1.0		10	5	False	False	0.9988214373588562	0					non-mobilizable	no_good_hit	1306.0	79.403	76.0	0.04093697358802403	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	True	False
ISR0222_000000031547	1456	0.5492409151465453	2	1	1	1	1	False	27855	maximal	True	ISR0222_000000031547	1.0		3	2	False	False	0.9649725556373596	0					non-mobilizable	no_good_hit								True	False
FIJ0012_000000002647	7848	0.5492401020948051	10	6	5	6	3	True	87278	fragment	False	FIJ0012_000000002647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	100.0	2.0	0.14187192118226602	NZ_QYYA01000031.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_30, whole genome shotgun sequence	True	True
ENG0014_000000003398	7785	0.5492388531031932	8	7	5	6	3	True	66937	maximal	True	ENG0014_000000003398	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2534.0	82.20200000000001	36.0	0.0007444718533508619	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	True
USA0040_01_000000007939	1924	0.5492325798673134	3	3	3	2	2	False	1302	maximal	True	USA0040_01_000000007939	1.0		372	11	False	False	0.9994802474975586	0					non-mobilizable	other	1924.0	99.584	100.0	0.0005109853886876923	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0365_000000003481	4152	0.5492320629260137	3	3	3	3	2	False	23664	maximal	True	ISR0365_000000003481	1.0		1	1	False	False	0.997591495513916	0					non-mobilizable	no_good_hit	3682.0	92.803	89.0	0.0014309717503623118	NZ_CP012543.1	e-proteobacteria	Campylobacter rectus strain ATCC 33238 chromosome, complete genome	True	False
ISR0216_000000000021	133865	0.5492305584231565	139	46	27	34	23	True	130912	maximal	True	ISR0216_000000000021	1.0	PS1128	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	716.0	98.184	1.0	0.01097383163226153	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
SPA0040_000000022514	1874	0.5492242167474162	2	2	2	1	1	False	112421	maximal	False	AST0060_000000014451	0.9669707963648119		0	0	False	False	1.0	0					non-mobilizable	other	1874.0	99.46600000000001	100.0	0.0003955747164185472	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0081_01_000000017763	1722	0.5492242167474162	2	2	2	1	1	False	112421	maximal	False	AST0060_000000014451	0.635894699395233		0	0	False	False	1.0	0					non-mobilizable	other	1722.0	98.432	100.0	0.00036347255043049637	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
CHI0180_000000001443	11178	0.5492233906479643	15	6	1	6	1	False	77495	maximal	True	CHI0180_000000001443	1.0		1	1	False	False	0.9971372485160828	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	0.0	0.00010245965912298714	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0400_000000010418	1800	0.5492213665758934	3	2	1	2	2	False	22555	fragment	False	ISR0400_000000010418	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	90.428	54.0	0.01956786792188843	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
FIJ0031_000000015302	1619	0.5492156080812466	2	2	2	2	2	False	48545	fragment	False	FIJ0031_000000015302	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1619.0	96.109	100.0	0.0003334110880411336	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
ENG0113_000000021670	1282	0.5492088339676624	1	1	1	1	1	False	59597	maximal	True	ENG0113_000000021670	1.0		1	1	False	False	0.9843993782997131	0					non-mobilizable	no_good_hit	1079.0	98.70299999999999	84.0	0.010106502662566564	NZ_QRST01000006.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf6, whole genome shotgun sequence	True	False
FIJ0052_000000003133	8248	0.5492082773152815	11	9	8	8	7	False	116361	maximal	True	FIJ0052_000000003133	0.9298275453420747		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2166.0	96.676	78.0	0.027860747759810484	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
CAN0020_000000026697	1314	0.5491995805504344	3	3	3	3	2	False	91717	maximal	True	CAN0020_000000026697	1.0		119	12	False	False	0.9984779357910156	0					non-mobilizable	no_good_hit								True	False
DEN0039_000000012825	1620	0.5491995085731114	3	3	2	3	2	False	73249	fragment	False	ENG0138_000000011904	0.9558263663636225		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	100.0	100.0	0.0005500417372621511	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
DEN0064_000000033775	1291	0.5491960486065603	1	1	1	1	1	False	71196	maximal	True	DEN0064_000000033775	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	1291.0	100.0	100.0	0.00026079003612245247	CP056159.1	enterobacteria	Escherichia marmotae strain RHBSTW-00814 chromosome, complete genome	False	False
AST0094_000000005828	3607	0.5491915352912261	4	4	4	3	3	False	109337	fragment	False	AST0094_000000005828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3060.0	76.732	84.0	0.01014259053380474	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
USA0036_01_000000022656	1368	0.5491915124332812	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.10062050114083096		0	0	False	False	1.0	0					non-mobilizable	chromosome	1370.0	91.825	100.0	0.00045877781992684463	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0036_000000018995	1320	0.5491910922943479	2	2	2	2	2	False	7091	maximal	True	SPA0036_000000018995	1.0		47	7	False	False	0.9946969747543335	0					non-mobilizable	other	1250.0	75.76	94.0	0.0028602421702608985	NZ_QGDL01000002.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_102, whole genome shotgun sequence	False	False
ISR0235_000000000505	7159	0.5491895539168425	8	8	8	8	7	False	71959	maximal	True	ISR0235_000000000505	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2261.0	92.21600000000001	78.0	0.0008932461090686641	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0047_000000022496	1332	0.5491873084102525	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.8766884047773353		0	0	False	False	0.9984984993934631	0					non-mobilizable	other	1334.0	97.226	100.0	0.00041469404414733863	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0017_000000007273	4190	0.5491854855027338	6	6	4	6	5	False	75247	maximal	True	DEN0017_000000007273	1.0		1	1	False	False	0.990692138671875	0					non-mobilizable	other	4174.0	99.928	99.0	0.0007173012969694407	CP018016.1	enterobacteria	Kosakonia radicincitans DSM 16656, complete genome	False	False
AST0089_000000009340	2367	0.5491760168435373	4	4	3	3	3	False	114555	fragment	False	AST0089_000000009340	0.9908759124087592		0	0	False	False	0.980143666267395	0					non-mobilizable	no_good_hit	1235.0	71.903	51.0	0.0003451893772511116	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0032_000000029534	1149	0.5491750693579539	3	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.05777246572942031		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	97.911	100.0	0.010261360792305767	NZ_JAAIUL010000012.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_12_length_111876_cov_341.882, whole genome shotgun sequence	False	True
MAD0092_000000010536	1752	0.549173515829126	2	2	2	2	1	False	36990	fragment	False	MAD0092_000000010536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	97.368	11.0	0.006280947791698514	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
MAD0058_000000007114	2150	0.5491719204588615	3	2	2	2	1	False	105825	maximal	True	MAD0058_000000007114	1.0		1	1	False	False	0.9888371825218201	0					non-mobilizable	no_good_hit	1605.0	100.0	75.0	0.0005914463000682891	CP055229.1	firmicutes	Enterococcus hirae strain 13344 chromosome, complete genome	True	False
MAD0065_000000006518	1783	0.5491719204588615	3	2	2	2	1	False	105824	fragment	False	MAD0065_000000006518	1.0		0	0	False	False	0.9641054272651672	0					non-mobilizable	chromosome	1628.0	99.87700000000001	91.0	0.0005999271385356026	CP055229.1	firmicutes	Enterococcus hirae strain 13344 chromosome, complete genome	False	False
AST0047_000000013925	1631	0.5491716873013047	2	2	2	2	2	False	115238	maximal	True	AST0047_000000013925	1.0		813	15	False	False	0.9993869066238403	0					non-mobilizable	other	1631.0	99.571	100.0	0.005383606752297941	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	False
FIJ0029_000000007962	4406	0.5491675240698511	4	3	3	3	3	False	48891	maximal	True	FIJ0029_000000007962	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	73.44800000000001	19.0	0.0012587527224186786	CP024726.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 2, complete sequence	True	False
ENG0009_000000002645	4760	0.5491668435625353	5	5	5	5	5	False	129951	maximal	True	ENG0009_000000002645	1.0		45	8	False	False	1.0	0					non-mobilizable	no_good_hit	2651.0	82.23299999999999	65.0	0.0007028626282804138	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
USA0060_01_000000005139	2509	0.5491653306796639	4	3	3	3	2	True	125746	maximal	True	USA0060_01_000000005139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1555.0	75.434	62.0	0.0006330530500933681	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	True	True
MON0024_000000048765	1042	0.5491641944560639	1	1	1	1	1	False	12848	fragment	False	MON0044_000000053096	0.923164590256119		0	0	False	False	1.0	0					non-mobilizable	chromosome	1042.0	93.57	100.0	0.0004596322765176033	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0104_000000005727	4279	0.5491639540772154	4	3	3	2	3	False	42522	fragment	False	FIJ0104_000000005727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1799.0	86.103	42.0	0.010863447374313847	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	True	False
ISR0311_000000010075	2099	0.5491624327177708	2	2	2	1	2	False	25297	maximal	True	ISR0311_000000010075	1.0		477	12	False	False	0.9895188212394714	0					non-mobilizable	other	2097.0	99.38	99.0	0.004422248806351497	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
FIJ0114_000000004297	7764	0.5491580396019903	7	4	4	4	2	True	130419	maximal	True	FIJ0114_000000004297	1.0	PS1102	2	2	False	True	0.9996135830879211	0					non-mobilizable	no_good_hit	167.0	89.22200000000001	2.0	5.164231907611269e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0047_01_000000008342	4139	0.5491569198254008	5	4	3	4	2	True	103375	maximal	True	USA0047_01_000000008342	1.0		204	11	False	False	0.9983087778091431	0					non-mobilizable	other	2790.0	99.785	99.0	0.0007411015335673291	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0105_000000017541	1166	0.5491567709633465	1	1	1	1	1	False	32921	fragment	False	ISR0105_000000017541	1.0		0	0	False	False	0.9982847571372986	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.1459338235949472e-05	NZ_CP035130.1	firmicutes	Gudongella oleilytica strain W6 chromosome, complete genome	True	False
ETH0004_000000003924	7086	0.5491467850365346	4	2	1	2	1	True	52953	fragment	False	ETH0004_000000003924	1.0		0	0	False	False	0.9987298846244812	0					non-mobilizable	no_good_hit								True	True
ISR0855_000000008214	2058	0.5491427181079231	3	2	2	2	2	False	92022	maximal	True	ISR0855_000000008214	1.0		480	11	False	False	0.999028205871582	0					non-mobilizable	other	2058.0	99.368	100.0	0.0027754341678084735	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
MON0066_000000011111	2808	0.5491413930730142	6	5	4	3	4	False	10647	maximal	True	MON0066_000000011111	1.0		35	10	False	False	0.9704415798187256	0					non-mobilizable	other	2722.0	89.86	97.0	0.004514249188547521	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0154_000000030171	1127	0.5491389175837935	2	1	1	1	1	False	79082	fragment	False	ISR0378_000000027386	0.9112839004823766		0	0	False	False	0.9707187414169312	0					non-mobilizable	chromosome	1127.0	99.46799999999999	100.0	0.000385755415992337	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0097_000000006689	3909	0.5491388822358718	4	4	3	4	2	False	79327	fragment	False	ISR0097_000000006689	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	72.078	12.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
CHI0132_000000001164	22673	0.5491386540983647	33	18	10	18	6	True	80966	maximal	True	CHI0132_000000001164	0.998348565740657		6	3	False	False	0.9999558925628662	0					non-mobilizable	no_good_hit	170.0	78.235	1.0	0.014082117407533085	MH106263.1	bacteria	Uncultured bacterium clone B2PC_36_I20_0 genomic sequence	True	True
ISR0337_000000000267	22102	0.5491386540983647	32	18	10	18	6	True	80966	maximal	False	CHI0132_000000001164	0.9857760331672033		0	0	False	False	0.9999547600746155	0					non-mobilizable	no_good_hit	170.0	78.235	1.0	0.014082117407533085	MH106263.1	bacteria	Uncultured bacterium clone B2PC_36_I20_0 genomic sequence	True	True
FIJ0045_000000001616	12051	0.5491370425795298	10	9	9	8	7	False	51819	maximal	False	FIJ0067_000000002509	0.861665429508595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.19	32.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
FIJ0151_000000001183	12051	0.5491370425795298	10	9	9	8	7	False	51819	maximal	False	FIJ0067_000000002509	0.8616954742161256		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.165	32.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
AST0055_000000007466	4350	0.5491370256527807	6	2	1	2	0	True	127620	maximal	True	AST0055_000000007466	0.9929131126944769		5	2	True	True	0.9997701048851013	4					non-mobilizable	no_good_hit	147.0	93.197	3.0	8.370060234325557e-05	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
FIJ0007_000000008142	2132	0.5491361271917536	3	3	3	2	2	False	51895	fragment	False	FIJ0007_000000008142	0.981948565776459		0	0	False	False	0.998123824596405	0					non-mobilizable	chromosome	2132.0	99.81200000000001	100.0	0.0004037468312220778	CP052265.1	enterobacteria	Klebsiella pneumoniae strain E16KP0287 chromosome, complete genome	False	False
ISR0138_000000015170	1924	0.5491340805458244	4	3	2	3	1	False	31352	maximal	True	ISR0138_000000015170	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	75.0	7.0	4.2623297713154275e-05	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
ISR0355_000000007558	2527	0.5491303414859701	3	2	2	2	1	False	131180	maximal	True	ISR0355_000000007558	1.0		0	0	False	False	0.9952512979507446	0					non-mobilizable	no_good_hit	1482.0	96.896	59.0	0.010161304708780163	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	True	False
FIJ0096_000000023485	1587	0.5491291648991546	2	2	2	2	1	False	42991	fragment	False	FIJ0096_000000023485	0.974367088607595		0	0	False	False	0.9993698596954346	0					non-mobilizable	no_good_hit	430.0	74.186	27.0	0.0010228749832962814	NZ_BBYK01000042.1	high GC Gram+	Microtetraspora fusca strain NBRC 13915, whole genome shotgun sequence	True	False
SPA0009_000000032454	1164	0.5491291158995114	2	1	1	1	1	False	8103	maximal	True	SPA0009_000000032454	1.0		19	3	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	5.623660659053333e-06	CP051059.1	ascomycetes	Aspergillus flavus strain A1 chromosome 1	True	False
MAD0087_000000010795	2618	0.5491289614476966	3	2	1	2	1	True	28089	maximal	True	MAD0087_000000010795	1.0		9	5	False	False	0.9992360472679138	0					non-mobilizable	no_good_hit	116.0	86.20700000000001	4.0	4.7196305592251984e-05	CP060204.1	firmicutes	Selenomonas sp. Marseille-Q3039 chromosome	True	True
ISR0217_000000012986	1787	0.5491289614476966	3	2	1	2	1	True	28088	fragment	False	ISR0217_000000012986	1.0		0	0	False	False	0.9899272322654724	0					non-mobilizable	no_good_hit	116.0	86.20700000000001	6.0	4.7196305592251984e-05	CP060204.1	firmicutes	Selenomonas sp. Marseille-Q3039 chromosome	True	True
ENG0165_000000001263	12429	0.5491275724376403	10	3	1	3	2	False	56246	fragment	False	ENG0165_000000001263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0070_000000004676	3817	0.5491267267072046	4	3	2	3	3	True	99695	maximal	False	ISR0088_000000005922	0.9423631123919308		0	0	False	False	1.0	0					non-mobilizable	other	3139.0	88.85	95.0	0.01543324380073308	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
ISR0196_000000010733	1900	0.5491258269079681	2	2	2	2	1	True	113004	maximal	True	ISR0196_000000010733	1.0		287	12	False	False	1.0	0					non-mobilizable	other	1840.0	97.446	96.0	0.03132665576451349	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	True
ISR0135_000000013437	1518	0.5491258269079681	2	2	2	2	1	True	113003	fragment	False	ISR0135_000000013437	0.9792094227707364		0	0	False	False	0.9756258130073547	0					non-mobilizable	other	1519.0	98.881	100.0	0.025858544562551104	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	True
SPA0122_000000016730	1430	0.5491258269079681	2	2	2	2	1	True	113003	fragment	False	ISR0135_000000013437	0.6915506367983448		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	98.743	94.0	0.023013763968383755	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	True
CAN0013_000000016364	1411	0.5491258269079681	2	2	2	2	1	True	113003	fragment	False	ISR0135_000000013437	0.8216859874073907		0	0	False	False	0.9922041296958923	0					non-mobilizable	other	1412.0	98.796	100.0	0.02403584082856364	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	True
SPA0145_000000025425	1364	0.5491258269079681	2	2	2	2	1	True	113003	fragment	False	ISR0135_000000013437	0.8161464633917932		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	98.60799999999999	99.0	0.023235213954756063	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	True
ISR0162_000000028998	1357	0.5491258269079681	2	2	2	2	1	True	113003	fragment	False	ISR0135_000000013437	0.8164876609965334		0	0	False	False	0.9992631077766418	0					non-mobilizable	other	1358.0	98.454	100.0	0.023115971654401744	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	True
ISR0172_000000012743	1291	0.5491258269079681	2	2	2	2	1	True	113003	fragment	False	ISR0135_000000013437	0.27763674128779137		0	0	False	False	0.945003867149353	0					non-mobilizable	other	1221.0	98.771	95.0	0.02078222949032434	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	True
USA0026_01_000000026357	1238	0.5491258269079681	2	2	2	2	1	True	113003	fragment	False	ISR0135_000000013437	0.5297879762264912		0	0	False	False	0.9991922378540039	0					non-mobilizable	other	1237.0	98.868	99.0	0.02105478331970564	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	True
CHI0167_000000006102	3099	0.5491242659683663	4	4	3	4	3	False	121345	maximal	True	CHI0167_000000006102	1.0		0	0	False	False	0.9916101694107056	0					non-mobilizable	no_good_hit	1419.0	92.6	46.0	0.0004456894049163891	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0149_000000021532	1845	0.5491225046658698	3	3	3	2	3	False	3296	fragment	False	SPA0149_000000021532	1.0		0	0	False	False	0.9962059855461121	0					non-mobilizable	no_good_hit								True	False
ISR0394_000000005826	3173	0.549122220650264	2	2	1	2	2	False	41586	maximal	True	ISR0394_000000005826	1.0		434	15	False	False	1.0	0					non-mobilizable	other	3173.0	99.65299999999999	100.0	0.05707807748367013	NZ_VZBY01000045.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_22_length_55573_cov_23.8135_ID_43, whole genome shotgun sequence	False	False
ISR0056_000000011058	1965	0.5491081640545192	2	2	2	1	2	False	35638	maximal	True	ISR0056_000000011058	1.0		502	15	False	False	1.0	0					non-mobilizable	other	1963.0	98.064	99.0	0.0008149370230624686	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MON0078_000000032069	1462	0.5491072258350372	2	2	2	2	2	False	10147	maximal	True	MON0078_000000032069	1.0		1	1	False	False	0.9726402163505554	0					non-mobilizable	no_good_hit	102.0	82.353	7.0	1.5691384362970592e-05	CP056030.1	g-proteobacteria	Pseudomonas sp. NP-1 chromosome, complete genome	True	False
MON0009_000000022415	1709	0.5491066604327985	2	2	2	2	2	False	58818	maximal	False	TAN0002_000000022265	0.9448732083792724		0	0	False	False	0.99941486120224	0					non-mobilizable	chromosome	1709.0	98.771	100.0	0.0005505196899426693	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0273_000000007729	1667	0.5491046887168463	3	3	3	2	2	False	121112	fragment	False	ENG0200_000000010145	0.6397641765058576		0	0	False	False	0.9928014278411865	0					non-mobilizable	chromosome	1667.0	99.28	100.0	0.0005251191998519832	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
TAN0005_000000007806	2129	0.5491035181723214	3	2	2	2	2	False	2932	maximal	True	TAN0005_000000007806	1.0		2	1	False	False	0.9990605711936951	0					non-mobilizable	no_good_hit	67.0	94.03	3.0	1.760596724916632e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0035_000000011556	1678	0.5491029814101669	2	2	2	2	1	False	48029	maximal	False	ISR0105_000000010785	0.9547718239325673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	75.115	26.0	0.00033626940521956113	NZ_FPKO01000009.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
FIJ0046_000000023316	1449	0.5491029585219266	2	2	2	2	2	True	58794	maximal	True	FIJ0046_000000023316	0.9761730205278593		6	6	False	False	0.9993098974227905	0					non-mobilizable	no_good_hit	1292.0	75.851	87.0	0.0003848861995710235	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
DEN0007_000000000883	27829	0.5490995185363944	24	9	6	8	1	True	86183	fragment	False	DEN0007_000000000883	0.9281936071381666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	84.667	1.0	0.004374064024435449	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0113_000000000563	26609	0.5490995185363944	24	9	6	8	1	True	86183	fragment	False	DEN0007_000000000883	0.6909968473255419		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	87.059	1.0	0.004967157451477544	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0047_01_000000017572	2052	0.5490992773568085	3	2	1	1	2	True	5696	maximal	False	SPA0077_000000013491	0.971441947565543		0	0	False	False	1.0	0					non-mobilizable	other	2052.0	98.34299999999999	100.0	0.009606512381675028	NZ_FQZN01000008.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
ISR0017_000000016157	2077	0.5490886945291612	6	6	2	4	5	False	128427	maximal	False	DEN0081_000000003447	0.4420447059354334		0	0	False	False	0.9990370869636536	0					non-mobilizable	other	2078.0	99.471	100.0	0.028576145728712355	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0127_000000003655	5800	0.5490857423780241	5	4	4	2	1	False	81406	maximal	True	CHI0127_000000003655	1.0		8	5	False	False	0.9998275637626648	0					non-mobilizable	no_good_hit	4776.0	93.865	82.0	0.0016209074295724045	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MON0035_000000021132	1381	0.5490843854344883	2	2	2	1	1	False	18853	fragment	False	MON0035_000000021132	0.9698884758364312		0	0	False	False	0.9681390523910522	0					non-mobilizable	no_good_hit	763.0	76.80199999999999	55.0	0.00019811099201127265	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
MAD0033_000000015584	1345	0.5490843854344883	2	2	2	1	1	False	18853	fragment	False	MON0035_000000021132	0.9576393917451123		0	0	False	False	0.9970260262489319	0					non-mobilizable	no_good_hit	840.0	83.69	62.0	0.0002505485426576106	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
ISR0263_000000006778	2099	0.5490833227861265	4	1	1	1	1	True	26646	maximal	True	ISR0263_000000006778	1.0		1	1	False	False	0.9995235800743103	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0006033924061948287	NZ_JMLK01000028.1	firmicutes	Clostridium akagii DSM 12554 BR66DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ENG0025_000000017513	1545	0.5490824418516795	2	2	2	2	2	False	66129	fragment	False	ENG0025_000000017513	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1545.0	100.0	100.0	0.00024914815214044725	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
ISR0379_000000000856	15286	0.5490734148788382	14	12	11	11	8	False	111881	maximal	True	ISR0379_000000000856	1.0		158	11	False	False	1.0	0					non-mobilizable	other	15286.0	99.921	100.0	0.024389971469238478	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0063_000000004685	5831	0.5490709689634863	6	6	4	4	5	True	132377	maximal	True	MON0063_000000004685	1.0	PS1159|PS463	6	2	False	True	1.0	0					non-mobilizable	no_good_hit	2481.0	96.09	72.0	0.0008418798177489874	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ETH0003_000000034050	1241	0.5490697802087744	2	2	2	2	0	True	53011	maximal	True	ETH0003_000000034050	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	92.414	12.0	0.014272606789682944	NZ_NHOC01000025.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c33, whole genome shotgun sequence	True	True
ISR0217_000000002326	11498	0.5490693488675922	13	7	5	6	4	True	126306	fragment	False	ISR0217_000000002326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	96.429	0.0	4.5187948728883086e-07	CP046683.1	eudicots	Solanum tuberosum cultivar P8 chromosome 10	True	True
SPA0153_000000008435	2177	0.5490623922944228	2	2	2	2	2	True	100843	fragment	False	SPA0153_000000008435	0.9881044726784798		0	0	False	False	0.9875975847244263	0					non-mobilizable	chromosome	2177.0	99.541	100.0	0.0006858699753168761	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
CHI0160_000000004226	5801	0.5490603199651366	12	7	3	6	5	True	78758	maximal	True	CHI0160_000000004226	1.0		7	2	False	False	0.9996552467346191	0					non-mobilizable	no_good_hit	1155.0	94.89200000000001	41.0	0.09302137958854377	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0006_01_000000018221	1289	0.5490586882421943	2	2	1	2	1	False	67122	maximal	True	USA0006_01_000000018221	0.9854604200323102		200	13	False	False	1.0	0					non-mobilizable	other	652.0	99.08	94.0	0.0031465692245229394	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0030_000000000778	7263	0.5490584693178862	12	7	4	7	3	True	107657	maximal	True	CHI0030_000000000778	1.0		36	9	False	False	1.0	0					non-mobilizable	no_good_hit	942.0	100.0	13.0	0.9989384288747346	GQ875601.1		Uncultured organism clone VC1A405TF genomic sequence	True	True
DEN0073_000000001015	21614	0.5490577161821597	28	12	9	10	7	False	70244	maximal	True	DEN0073_000000001015	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	1.552031065453806e-05	NZ_LS483436.1	firmicutes	Streptococcus intermedius strain NCTC11324 chromosome 1	True	False
USA0075_01_000000008218	3019	0.5490576202482111	4	4	4	3	3	False	93296	maximal	False	SPA0022_000000004384	0.9743688174084364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	75.056	15.0	0.000804562471265626	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
MON0035_000000023595	1245	0.5490552445475156	2	1	1	1	1	False	12190	fragment	False	MON0035_000000023595	1.0		0	0	False	False	0.9967871308326721	0					non-mobilizable	no_good_hit	101.0	78.218	8.0	0.0009263033087554189	NZ_LVWI01000043.1	firmicutes	Paenibacillus helianthi strain P26E scaffold_25, whole genome shotgun sequence	True	False
DEN0041_000000022014	1545	0.5490520245444093	3	3	3	2	2	False	73094	maximal	True	DEN0041_000000022014	1.0		68	10	False	False	0.9631068110466003	0					non-mobilizable	other	1506.0	99.602	97.0	0.0004749021322947965	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0395_000000023999	1609	0.5490503633322508	2	2	2	2	2	False	109868	fragment	False	ENG0033_000000014706	0.8257760896745151		0	0	False	False	0.9956494569778442	0					non-mobilizable	other	1609.0	98.322	100.0	0.013208151598038492	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0052_000000030360	1239	0.5490469467557205	2	2	2	1	1	False	101403	fragment	False	ISR0301_000000013880	0.48905068200036134		0	0	False	False	0.9975786805152893	0					non-mobilizable	other	1180.0	98.898	95.0	0.009684335033636431	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
FIJ0011_000000032823	1398	0.5490440390349957	2	2	2	2	2	False	50898	fragment	False	FIJ0097_000000022161	0.9643605870020964		0	0	False	False	1.0	0					non-mobilizable	other	1398.0	99.785	100.0	0.9661134163208852	NZ_NQCD01000025.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_70_length_1446_cov_149.89_ID_139.ctg_1, whole genome shotgun sequence	False	False
ENG0027_000000020358	1118	0.549043131610373	2	2	2	2	2	False	65930	fragment	False	ENG0027_000000020358	1.0		0	0	False	False	0.9991055727005005	0					non-mobilizable	no_good_hit	483.0	75.77600000000001	42.0	0.0027435799067647847	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
ISR0369_000000008237	1784	0.5490427451409156	3	3	3	2	1	False	23542	maximal	True	ISR0369_000000008237	1.0		3	2	False	False	0.9893497824668884	0					non-mobilizable	no_good_hit	858.0	99.53399999999999	48.0	0.0007669260672532413	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0056_000000003105	5914	0.5490403737360529	9	9	4	8	7	False	47680	fragment	False	ISR0056_000000003105	1.0		0	0	False	False	0.992729127407074	0					non-mobilizable	chromosome	5680.0	100.0	96.0	0.0011385114789382394	CP032265.1	enterobacteria	Escherichia coli strain AR_0089 chromosome, complete genome	False	False
MAD0081_000000000781	6784	0.5490376619324613	6	6	6	6	6	False	121727	maximal	True	MAD0081_000000000781	1.0		1	1	False	False	0.9997051954269409	0					non-mobilizable	no_good_hit	3058.0	76.88	59.0	0.01014259053380474	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
ENG0070_000000012185	2056	0.5490339002209589	2	2	2	2	2	False	62390	fragment	False	ISR0091_000000014603	0.9908433734939759		0	0	False	False	1.0	0					non-mobilizable	other	2056.0	98.881	100.0	0.004056662994942496	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0096_000000022612	1980	0.5490330774009918	2	2	2	2	2	False	68168	fragment	False	DEN0096_000000022612	0.9986390854654328		0	0	False	False	0.9969696998596191	0					non-mobilizable	chromosome	1980.0	97.82799999999999	100.0	0.0005509273758569092	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0182_000000021312	1858	0.5490329721202347	3	3	3	2	2	False	29537	fragment	False	ISR0182_000000021312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	3.0	1.8617799376113742e-05	NZ_LT594785.1	firmicutes	Clostridium mediterraneense strain Marseille-P2434T, whole genome shotgun sequence	True	False
ISR0153_000000013332	2133	0.5490306513093199	3	3	3	3	1	False	30677	maximal	True	ISR0153_000000013332	1.0		51	7	False	False	0.9995311498641968	0					non-mobilizable	no_good_hit	254.0	75.984	12.0	0.0013519286614283937	NZ_QOCW01000006.1	firmicutes	Bacillus taeanensis strain BH030017 NODE_6_length_184921_cov_151.607, whole genome shotgun sequence	True	False
FIJ0047_000000000320	38658	0.5490252750661111	36	14	9	13	6	True	100492	maximal	True	FIJ0047_000000000320	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	71.057	3.0	0.016219907802629333	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	True
ISR0016_000000016672	1339	0.5490244724390896	2	2	2	2	2	False	70884	fragment	False	ENG0013_000000018701	0.9323476197491398		0	0	False	False	0.9992531538009644	0					non-mobilizable	chromosome	1339.0	97.01299999999999	100.0	0.00044497745997306576	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0113_000000002376	10445	0.549023822391034	15	8	3	7	3	True	59628	maximal	True	ENG0113_000000002376	1.0		1	1	True	True	1.0	14					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00186219739292365	MK233491.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B10.V06.L09_2_c1 sequence	True	True
MON0002_000000024670	1176	0.5490192781824869	2	2	2	1	1	False	32092	fragment	False	ISR0271_000000016191	0.4823028673835125		0	0	False	False	0.978741466999054	0					non-mobilizable	chromosome	1094.0	78.51899999999999	99.0	0.00044518243419660014	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0009_000000003288	8165	0.5490180326901885	6	5	2	4	2	False	38392	fragment	False	ISR0200_000000002120	0.9733203241229326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2956.0	83.59299999999999	36.0	0.0013124325877770177	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0175_000000002371	9848	0.549016939753267	13	5	3	5	3	True	93428	fragment	False	ENG0175_000000002371	0.9758962312327648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	89.052	9.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0208_000000002135	9791	0.549016939753267	12	5	3	5	3	True	93428	fragment	False	ENG0175_000000002371	0.9745125913891145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	88.919	8.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0093_000000020662	1269	0.5490114552172962	2	2	2	1	1	False	33495	maximal	True	ISR0093_000000020662	1.0		223	10	False	False	0.9747833013534546	0					non-mobilizable	other	1260.0	93.25399999999999	99.0	0.0005301321281578604	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
SPA0033_000000019755	1596	0.549010622719005	2	2	2	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9879844738165737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	91.354	80.0	0.00021595779930533575	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CAN0012_000000029256	1580	0.549010622719005	2	2	2	2	1	False	125868	fragment	False	SPA0033_000000019755	0.983713893965875		0	0	False	False	0.9993671178817749	0					non-mobilizable	no_good_hit	614.0	91.368	80.0	0.0002163106715264229	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0089_000000022584	1269	0.5490102940132525	3	2	2	2	2	False	15811	maximal	True	MAD0089_000000022584	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	100.0	31.0	7.169668551737983e-05	CP016344.1	enterobacteria	Klebsiella variicola strain E57-7 chromosome, complete genome	True	False
USA0069_01_000000021560	2871	0.5490084980145488	2	2	2	2	1	False	787	maximal	True	USA0069_01_000000021560	1.0		508	13	False	False	0.9947753548622131	0					non-mobilizable	other	2871.0	99.896	100.0	0.024074555627322525	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0036_000000011973	2029	0.5489964763051193	2	2	2	2	1	False	95256	fragment	False	ENG0036_000000011973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0063_000000006649	4192	0.5489833828889544	4	2	2	2	2	False	48419	fragment	False	MON0063_000000006649	1.0		0	0	False	False	0.9988072514533997	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00025738259064156903	NZ_SDWS01000011.1	high GC Gram+	Nocardioides glacieisoli strain HLT3-15 NODE_11_length_116558_cov_115.008070, whole genome shotgun sequence	True	False
MON0025_000000022519	1800	0.5489833828889544	2	2	2	2	2	False	12812	fragment	False	MON0025_000000022519	1.0		0	0	False	False	0.9988889098167419	0					non-mobilizable	no_good_hit								True	False
ISR0189_000000015549	1125	0.5489821166392603	2	2	2	2	1	False	29208	fragment	False	ISR0189_000000015549	1.0		0	0	False	False	0.9857777953147888	0					non-mobilizable	other	1125.0	95.64399999999999	100.0	0.010837535844952041	NZ_QSFT01000011.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf11, whole genome shotgun sequence	False	False
MAD0091_000000012334	1367	0.5489790005588917	2	2	2	2	2	False	15740	fragment	False	MAD0091_000000012334	1.0		0	0	False	False	0.9831748604774475	0					non-mobilizable	other	1398.0	83.476	100.0	0.0069421867888384845	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0072_000000004468	5583	0.5489736976534609	9	5	4	5	2	False	34865	maximal	True	ISR0072_000000004468	1.0		9	5	False	False	0.9964177012443542	0					non-mobilizable	no_good_hit	1633.0	97.244	56.0	0.011389251393996916	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	False
FIJ0029_000000003346	10007	0.5489733744287311	19	3	3	3	3	False	48901	fragment	False	FIJ0029_000000003346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0029_000000005515	2121	0.5489711714007027	3	3	3	3	3	False	88600	maximal	True	CHI0029_000000005515	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	2123.0	93.35799999999999	100.0	0.0005995463121965698	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	False	False
MON0061_000000026709	1704	0.5489678976217179	3	2	2	2	2	False	10815	maximal	True	MON0061_000000026709	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1644.0	85.82700000000001	96.0	0.11077885007475874	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	False	False
MON0038_000000031751	1119	0.5489653629048161	2	2	2	2	0	True	11969	maximal	True	MON0038_000000031751	1.0		4	3	False	False	0.9982126951217651	0					non-mobilizable	no_good_hit	750.0	98.26700000000001	67.0	0.0002068858267935196	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
DEN0082_000000036203	1203	0.548963906204342	2	2	2	2	1	False	69160	maximal	True	DEN0082_000000036203	1.0		3	2	False	False	0.9634247422218323	0					non-mobilizable	no_good_hit	104.0	83.654	8.0	0.0004936919850817036	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
ENG0024_000000014112	1886	0.5489631171309695	3	2	2	1	1	False	66237	maximal	True	ENG0024_000000014112	1.0		1	1	False	False	0.989925742149353	0					non-mobilizable	no_good_hit	135.0	98.51899999999999	21.0	4.3190654831567725e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0287_000000009720	1427	0.5489631171309695	2	2	2	1	1	False	25996	maximal	True	ISR0287_000000009720	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	95.706	16.0	5.221556778144755e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0063_000000002578	10017	0.5489628010671241	17	8	4	7	4	False	10759	maximal	True	MON0063_000000002578	1.0		1	1	False	False	0.9998003244400024	0					non-mobilizable	no_good_hit	820.0	79.146	12.0	0.01786144776348375	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
ISR0386_000000010244	3333	0.5489622493237882	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.09608302956602627		0	0	False	False	0.9996999502182007	0					non-mobilizable	other	3344.0	87.859	100.0	0.0013870753417910416	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
AUS0020_000000003934	6632	0.5489549416334726	6	6	6	6	3	False	99708	maximal	True	AUS0020_000000003934	1.0		3	3	False	False	0.9998492002487183	0					non-mobilizable	no_good_hit	1464.0	84.35799999999999	44.0	0.0005278178836564937	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MAD0051_000000011166	2585	0.5489521961392978	4	4	4	4	3	False	125797	maximal	True	MAD0051_000000011166	1.0		1	1	False	False	0.9996131658554077	0					non-mobilizable	no_good_hit	1960.0	97.806	76.0	0.0005233713583751208	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0039_000000017422	2093	0.5489481955321367	5	3	1	3	1	False	36543	maximal	True	ISR0039_000000017422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	97.10700000000001	56.0	8.870666780289562e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0045_000000022212	1194	0.5489465716922345	2	2	2	2	1	False	36215	fragment	False	ISR0045_000000022212	1.0		0	0	False	False	0.9932998418807983	0					non-mobilizable	chromosome	1194.0	100.0	100.0	0.0003321153913073738	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0051_01_000000003198	7065	0.5489453311967455	7	3	2	3	1	True	1101	maximal	True	USA0051_01_000000003198	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	88.76	12.0	0.983926521239954	GQ883584.1		Uncultured organism clone VC1DD15TR genomic sequence	True	True
ENG0188_000000015037	1694	0.548941573398612	3	3	3	2	2	False	54898	maximal	True	ENG0188_000000015037	1.0		4	2	False	False	0.9923258423805237	0					non-mobilizable	no_good_hit								True	False
CHI0186_000000005071	3827	0.5489373657809131	6	6	6	5	4	False	106612	maximal	False	ISR0144_000000001389	0.9520776022219526		0	0	False	False	1.0	0					non-mobilizable	other	3825.0	98.37899999999999	99.0	0.015030619384153388	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0157_000000025596	1242	0.5489348722798192	2	1	1	1	1	False	30527	fragment	False	ISR0157_000000025596	0.9781729991915926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	90.11	15.0	0.0005470575256678787	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0038_000000023862	1461	0.5489322420731754	3	2	2	1	1	False	36617	maximal	True	ISR0038_000000023862	1.0		2	2	False	False	0.9945243000984192	0					non-mobilizable	no_good_hit								True	False
TAN0010_000000011684	1411	0.5489322420731754	3	2	2	1	1	False	2608	maximal	True	TAN0010_000000011684	1.0		1	1	False	False	0.9844081997871399	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000016722	1654	0.5489301313183614	3	1	1	1	1	False	71783	fragment	False	ENG0112_000000016722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	82.41	19.0	8.571475142441055e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0850_000000011581	1349	0.5489296763660655	2	2	2	2	2	False	127814	fragment	False	ISR0850_000000011581	0.9579967689822294		0	0	False	False	0.9962935447692871	0					non-mobilizable	no_good_hit	880.0	92.955	88.0	0.00030603722918493714	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0318_000000001401	3129	0.5489256737939211	6	3	2	3	1	False	25123	maximal	True	ISR0318_000000001401	1.0		14	4	False	False	0.9817833304405212	0					non-mobilizable	no_good_hit								True	False
MON0029_000000027083	1212	0.5489243540372235	2	2	2	2	2	False	12540	fragment	False	MON0029_000000027083	1.0		0	0	False	False	0.9810230731964111	0					non-mobilizable	no_good_hit	138.0	77.536	11.0	7.903949776044851e-05	NZ_WKKF01000001.1	firmicutes	Bacillus idriensis strain DSM 19097 Contig01, whole genome shotgun sequence	True	False
MAD0041_000000008856	3415	0.5489206294057686	9	5	4	4	3	False	18278	maximal	True	MAD0041_000000008856	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0007_000000006650	4902	0.548919184355541	6	4	4	3	2	False	2852	maximal	True	TAN0007_000000006650	1.0		3	2	False	False	0.9834761619567871	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.04340836012861737	MN486391.1	flowering plants	Cinnamomum balansae clone c61498.graph_c0 microsatellite sequence	True	False
ENG0205_000000006757	1186	0.5489167763730659	2	2	2	2	1	False	86558	fragment	False	ENG0205_000000006757	0.9965928449744463		0	0	False	False	0.9915682673454285	0					non-mobilizable	chromosome	1186.0	98.48200000000001	100.0	0.00032960991056825694	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0051_000000016179	1174	0.5489167763730659	2	2	2	2	1	False	86558	fragment	False	ENG0205_000000006757	0.9919898819561552		0	0	False	False	1.0	0					non-mobilizable	chromosome	1174.0	98.46700000000001	100.0	0.0003265476563315586	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0038_000000003875	5285	0.5489163147509702	7	4	2	2	0	False	65111	maximal	True	ENG0038_000000003875	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	309.0	91.262	9.0	0.005858854860186418	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
BAN0018_000000001049	2165	0.5489161792814002	4	4	4	4	4	False	98051	fragment	False	BAN0018_000000001049	0.9708668877309332		0	0	False	False	1.0	0					non-mobilizable	chromosome	2165.0	99.954	100.0	0.0004582869893086135	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ISR0095_000000011247	2720	0.5489126871942375	3	3	3	3	2	False	88968	maximal	True	ISR0095_000000011247	1.0		635	14	False	False	0.9988970756530762	0					non-mobilizable	other	2717.0	99.08	99.0	0.0007343678474504917	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0080_000000002743	9495	0.5489124023696239	8	4	3	4	1	True	111346	fragment	False	ISR0080_000000002743	0.9769025717063691		0	0	False	True	0.9991574287414551	0					non-mobilizable	no_good_hit	1407.0	91.4	16.0	0.01528094772307358	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0107_000000023575	1301	0.5489034594146487	2	2	2	2	2	False	86868	maximal	False	ISR0392_000000024282	0.9455873314253302		0	0	False	False	0.9984627366065979	0					non-mobilizable	chromosome	1301.0	97.156	100.0	0.0004375723887783551	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0169_000000011784	2014	0.5488988289250878	3	3	2	3	1	False	55906	fragment	False	ENG0169_000000011784	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	98.85799999999999	100.0	0.048820119806950744	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	False	False
SPA0016_000000014794	2251	0.5488946977472133	4	1	1	1	1	False	7877	maximal	True	SPA0016_000000014794	1.0		1	1	False	False	0.9848955869674683	0					non-mobilizable	no_good_hit	71.0	83.09899999999999	3.0	0.002463589594956887	NZ_VTPS01000025.1	firmicutes	Calorimonas adulescens strain A05MB NODE_25_length_27602_cov_11.062393, whole genome shotgun sequence	True	False
CHI0076_000000002786	2805	0.5488936029820681	5	2	2	2	0	True	130832	maximal	True	CHI0076_000000002786	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1063.0	90.02799999999999	76.0	0.0004948255518400888	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
CHI0149_000000003772	4079	0.548893403868289	4	2	2	2	2	False	131877	maximal	True	CHI0149_000000003772	1.0		36	7	False	False	0.997058093547821	0					non-mobilizable	other	2792.0	92.01299999999999	99.0	0.00585011288955289	NZ_JH976468.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.4, whole genome shotgun sequence	False	False
SPA0058_000000010193	3036	0.548893403868289	4	2	2	2	2	False	131875	fragment	False	SPA0058_000000010193	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	92.243	99.0	0.0035083890786701695	NZ_JH976468.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.4, whole genome shotgun sequence	False	False
DEN0028_000000012417	2353	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.9026056582998746		0	0	False	False	0.9978750348091125	0					non-mobilizable	other	2321.0	99.44	99.0	0.1344927536231884	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0008_000000005243	2343	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.9014365924447723		0	0	False	False	1.0	0					non-mobilizable	other	2293.0	99.43299999999999	98.0	0.1328695652173913	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0209_000000012437	2339	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.9008111427502982		0	0	False	False	0.9982898831367493	0					non-mobilizable	other	2337.0	99.40100000000001	99.0	0.13542028985507246	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ENG0108_000000008774	2323	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.9004019186719031		0	0	False	False	0.9995695352554321	0					non-mobilizable	other	2321.0	99.44	99.0	0.1344927536231884	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0007_000000010967	2319	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8990851078086145		0	0	False	False	1.0	0					non-mobilizable	other	2319.0	99.95700000000001	100.0	0.1343768115942029	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0815_000000013900	2240	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8546044720327766		0	0	False	False	1.0	0					non-mobilizable	other	2166.0	99.861	97.0	0.1255072463768116	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0108_000000013126	2222	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.832125516960189		0	0	False	False	0.9878487586975098	0					non-mobilizable	other	2224.0	98.96600000000001	99.0	0.12881159420289856	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ENG0049_000000008737	2218	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8545936043548458		0	0	False	False	1.0	0					non-mobilizable	other	2166.0	99.4	98.0	0.1255072463768116	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
CAN0001_000000020829	2174	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8519597558302001		0	0	False	False	0.9995400309562683	0					non-mobilizable	other	2171.0	99.40100000000001	99.0	0.12579710144927536	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0079_000000012725	2168	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8517693968218117		0	0	False	False	0.9995387196540833	0					non-mobilizable	other	2166.0	99.76899999999999	99.0	0.1255072463768116	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
DEN0007_000000012127	2168	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8513181594814324		0	0	False	False	1.0	0					non-mobilizable	other	2166.0	100.0	99.0	0.1255072463768116	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
USA0056_01_000000008741	2164	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.838312467060567		0	0	False	False	0.9995378851890564	0					non-mobilizable	other	2164.0	98.79899999999999	99.0	0.1241159420289855	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
MON0079_000000010611	2162	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8500604337154872		0	0	False	False	0.9865865111351013	0					non-mobilizable	other	2162.0	99.815	99.0	0.12527536231884057	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
CAN0017_000000016422	2158	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.7178380510127441		0	0	False	False	1.0	0					non-mobilizable	other	2077.0	99.182	96.0	0.12034782608695652	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
USA0020_01_000000016148	2156	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.7177880524819442		0	0	False	False	0.9995361566543579	0					non-mobilizable	other	2077.0	99.51899999999999	96.0	0.12034782608695652	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0006_000000009008	2155	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8501890880465286		0	0	False	False	0.9962877035140991	0					non-mobilizable	other	2155.0	99.397	100.0	0.1248695652173913	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0120_000000019188	2149	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8493506707695615		0	0	False	False	1.0	0					non-mobilizable	other	2149.0	99.395	100.0	0.12452173913043478	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0220_000000004540	2149	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8493506707695615		0	0	False	False	0.9851093292236328	0					non-mobilizable	other	2149.0	99.395	100.0	0.12452173913043478	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0779_000000015816	2148	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.848761711333404		0	0	False	False	1.0	0					non-mobilizable	other	2148.0	100.0	100.0	0.12446376811594202	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ENG0096_000000015485	2148	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.848761711333404		0	0	False	False	0.9851024150848389	0					non-mobilizable	other	2148.0	100.0	100.0	0.12446376811594202	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0211_000000010535	2140	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.7175096717041582		0	0	False	False	0.9985981583595276	0					non-mobilizable	other	2077.0	99.182	97.0	0.12034782608695652	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
USA0032_01_000000010752	2138	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8465716397880475		0	0	False	False	1.0	0					non-mobilizable	other	2138.0	99.906	100.0	0.1238840579710145	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
DEN0061_000000019841	2137	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8463622712206486		0	0	False	False	1.0	0					non-mobilizable	other	2137.0	100.0	100.0	0.12382608695652174	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0155_000000009826	2134	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8451198334433897		0	0	False	False	0.9981256127357483	0					non-mobilizable	other	2134.0	99.391	100.0	0.12365217391304348	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0039_000000012706	2124	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8219722347957313		0	0	False	False	1.0	0					non-mobilizable	other	2125.0	99.671	100.0	0.1231304347826087	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
USA0005_01_000000015555	2115	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8383975972887222		0	0	False	False	1.0	0					non-mobilizable	other	2137.0	98.971	100.0	0.12382608695652174	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
DEN0063_000000022957	2109	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.7301258600519969		0	0	False	False	0.9962067604064941	0					non-mobilizable	other	2109.0	98.815	100.0	0.12092753623188406	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0839_000000009299	2108	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8004345854093029		0	0	False	False	1.0	0					non-mobilizable	other	2110.0	99.62100000000001	100.0	0.1222608695652174	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0021_000000015609	2107	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.6949030431976463		0	0	False	False	1.0	0					non-mobilizable	other	2075.0	99.37299999999999	98.0	0.12023188405797101	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
USA0021_01_000000008698	2105	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.7147336463349173		0	0	False	False	0.9995249509811401	0					non-mobilizable	other	2074.0	99.325	98.0	0.12011594202898551	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
MON0102_000000021539	2095	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.7771372422560838		0	0	False	False	1.0	0					non-mobilizable	other	2095.0	99.905	100.0	0.12139130434782609	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0825_000000011313	2087	0.548893403868289	3	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.7376030024438262		0	0	False	False	1.0	0					non-mobilizable	other	2087.0	99.37700000000001	100.0	0.12092753623188406	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0786_000000007687	2065	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.6957738200610207		0	0	False	False	0.9990314841270447	0					non-mobilizable	other	2064.0	99.855	99.0	0.11959420289855073	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
AST0002_000000018004	2051	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.6739734423301584		0	0	False	False	1.0	0					non-mobilizable	other	2051.0	99.366	100.0	0.11884057971014493	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0849_000000013461	2041	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.6529949677361849		0	0	False	False	1.0	0					non-mobilizable	other	2042.0	99.51	100.0	0.11831884057971015	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0065_000000010471	2000	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.6239810096322481		0	0	False	False	0.9994999766349792	0					non-mobilizable	other	2000.0	99.35	100.0	0.11588405797101449	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ENG0003_000000011784	1918	0.548893403868289	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.4154054426872083		0	0	False	False	0.9754952788352966	0					non-mobilizable	other	1940.0	98.866	100.0	0.11240579710144928	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
CHI0125_000000004017	3908	0.5488923534280973	2	2	2	1	1	True	119029	fragment	False	CHI0125_000000004017	1.0		0	0	False	False	0.9997441172599792	0					non-mobilizable	no_good_hit	956.0	88.075	24.0	0.011388423577049615	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0045_000000006598	3761	0.5488917568355218	7	3	2	3	1	False	63933	fragment	False	ISR0045_000000006598	0.9970382337102854		0	0	False	False	0.990162193775177	0					non-mobilizable	no_good_hit	265.0	86.415	7.0	7.918426358785404e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0185_000000008489	3714	0.5488917568355218	7	3	2	3	1	False	63933	fragment	False	ISR0045_000000006598	0.991225737835682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	85.59	6.0	6.83453529826725e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0110_000000007496	2296	0.5488890537006648	4	4	3	2	1	False	50795	fragment	False	FIJ0110_000000007496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	97.795	80.0	0.002517694757293459	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0098_000000006025	4203	0.5488870514484108	5	5	4	5	3	False	96186	maximal	True	ENG0098_000000006025	1.0		12	6	False	False	0.9973828196525574	0					non-mobilizable	no_good_hit	1735.0	80.692	41.0	0.000457586991266057	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MAD0010_000000002538	1684	0.5488849866117652	2	2	2	2	2	False	19738	maximal	True	MAD0010_000000002538	1.0		279	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0017_000000002316	4772	0.5488843983345798	4	3	1	3	1	False	89640	maximal	True	CHI0017_000000002316	1.0		9	2	False	False	0.9970661997795105	0					non-mobilizable	no_good_hit	647.0	88.40799999999999	23.0	9.86484393123279e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0180_000000017569	1389	0.5488827420408589	3	2	2	2	1	True	29619	maximal	True	ISR0180_000000017569	1.0		1	1	False	False	0.9942404627799988	0					non-mobilizable	no_good_hit	536.0	92.537	38.0	0.004051383399209486	NZ_JAAIQH010000006.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_6_length_131560_cov_258.508, whole genome shotgun sequence	True	True
FIJ0101_000000008451	3288	0.5488819093747599	3	3	2	3	3	False	42706	fragment	False	FIJ0101_000000008451	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3288.0	98.54	100.0	0.0006189813153136391	CP044313.1	enterobacteria	Escherichia coli strain RM11911 chromosome, complete genome	False	False
MON0007_000000045175	1439	0.5488774173362078	3	2	2	2	1	True	13921	maximal	True	MON0007_000000045175	1.0		37	8	False	False	1.0	0					non-mobilizable	no_good_hit	748.0	72.995	67.0	0.00020977871342572348	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
USA0020_01_000000028530	1208	0.5488774173362078	2	2	2	2	1	True	11750	fragment	False	USA0020_01_000000028530	0.9913793103448276		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	748.0	72.727	70.0	0.00020977871342572348	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
MON0104_000000039853	1160	0.5488774173362078	2	2	2	2	1	True	11750	fragment	False	USA0020_01_000000028530	0.9718543046357616		0	0	False	False	0.9991379380226135	0					non-mobilizable	no_good_hit	335.0	74.03	29.0	8.379558030211472e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	True
MON0091_000000007733	1599	0.5488705092118731	3	3	3	2	2	True	37829	maximal	True	MON0091_000000007733	1.0		15	5	False	False	1.0	0					non-mobilizable	chromosome	1599.0	99.25	100.0	0.00033863781139103	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
ENG0153_000000004106	6469	0.5488697788750383	8	7	7	6	5	False	56975	maximal	True	ENG0153_000000004106	1.0		157	12	False	False	0.9998454451560974	0					non-mobilizable	no_good_hit	382.0	81.675	6.0	9.992340082457843e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MAD0006_000000007129	1375	0.5488635550963316	2	2	2	2	2	False	45034	maximal	False	FIJ0068_000000023868	0.9233093207239921		0	0	False	False	0.9767272472381592	0					non-mobilizable	other	1375.0	91.2	100.0	0.004011784251264997	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
MAD0037_000000005631	2293	0.5488612400094521	2	2	2	2	1	True	18639	maximal	True	MAD0037_000000005631	1.0		1	1	False	False	0.9864805936813354	0					non-mobilizable	plasmid	2293.0	99.60799999999999	100.0	0.044070667025903544	CP055369.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00165 plasmid pRHBSTW-00165_6, complete sequence	False	True
ISR0067_000000022753	1358	0.5488567715787912	2	2	2	2	1	True	61014	fragment	False	ISR0067_000000022753	1.0		0	0	False	False	0.9550809860229492	0					non-mobilizable	other	1347.0	95.17399999999999	99.0	0.20847562868674324	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	False	True
ENG0187_000000025543	1201	0.5488567715787912	2	2	2	2	1	True	61012	fragment	False	ENG0094_000000014599	0.9759576202118989		0	0	False	False	0.9383846521377563	0					non-mobilizable	other	1201.0	98.16799999999999	100.0	0.018161455337954414	NZ_PYLQ01000015.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_14, whole genome shotgun sequence	False	True
TAN0002_000000001329	13496	0.5488552465829837	17	6	5	5	5	False	3079	maximal	True	TAN0002_000000001329	1.0		3	1	False	False	0.9992590546607971	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	1.0	0.0004936537019280974	NZ_QFFM01000011.1	high GC Gram+	Bifidobacterium callitrichidarum strain TRI 5 DS8229454_c11, whole genome shotgun sequence	True	False
USA0001_01_000000012838	1331	0.5488544266614478	2	2	2	2	1	False	2267	maximal	True	USA0001_01_000000012838	1.0		56	10	False	False	0.9992486834526062	0					non-mobilizable	no_good_hit	902.0	97.561	68.0	0.00025715730720622703	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0079_000000011538	2178	0.5488536342713127	2	2	2	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9817880121455944	PS584	0	0	True	True	0.9903581142425537	10					non-mobilizable	no_good_hit	75.0	88.0	3.0	0.02849441663457836	LN853261.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0634	True	True
CHI0140_000000013893	2114	0.5488536342713127	3	2	2	1	0	True	100853	backbone	False	ISR0032_000000015766	0.9629294291803013	PS584	0	0	True	True	1.0	10					non-mobilizable	no_good_hit								True	True
USA0031_01_000000014335	1956	0.5488536342713127	3	2	2	1	0	True	39227	fragment	False	USA0031_01_000000014335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	90.0	4.0	0.002151275176155141	NZ_QRUU01000039.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf39, whole genome shotgun sequence	True	True
FIJ0077_000000015527	1913	0.5488536342713127	2	2	2	1	0	True	49068	fragment	False	FIJ0077_000000015527	0.9814136125654451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	95.0	14.0	0.0016960072767239582	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
TAN0007_000000021935	1842	0.5488536342713127	3	2	2	1	0	True	2816	fragment	False	TAN0007_000000021935	1.0		0	0	False	False	0.9951140284538269	0					non-mobilizable	chromosome	838.0	96.539	95.0	0.00016991359984799126	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
SPA0093_000000022153	1706	0.5488536342713127	2	2	2	1	0	True	5270	fragment	False	SPA0093_000000022153	1.0		0	0	False	False	0.9953106641769409	0					non-mobilizable	no_good_hit								True	True
ISR0087_000000025600	1469	0.5488536342713127	3	2	2	1	0	True	91126	fragment	False	ISR0230_000000018607	0.41431618761663713		0	0	False	False	1.0	0					non-mobilizable	chromosome	1469.0	98.29799999999999	100.0	0.0003342306104694779	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0241_000000012422	1312	0.5488536342713127	2	2	2	1	0	True	119759	fragment	False	ISR0282_000000010198	0.23369037748453336		0	0	False	False	1.0	0					non-mobilizable	chromosome	1308.0	92.584	99.0	0.0002492126063825122	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
CHI0059_000000016220	1165	0.5488536342713127	2	2	2	1	0	True	119760	fragment	False	CHI0059_000000016220	1.0		0	0	False	False	0.9656652212142944	0					non-mobilizable	other	1167.0	91.17399999999999	100.0	0.009180037762978061	NZ_FQZN01000018.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
FIJ0039_000000019886	1154	0.5488536342713127	2	2	2	1	0	True	47535	fragment	False	FIJ0039_000000019886	1.0		0	0	False	False	0.9783362150192261	0					non-mobilizable	chromosome	1154.0	90.555	100.0	0.00021984861144532251	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
FIJ0009_000000040068	1129	0.5488536342713127	2	2	2	1	0	True	51119	fragment	False	FIJ0009_000000040068	1.0		0	0	False	False	0.9805137515068054	0		MOBV			mobilizable	other	1130.0	96.37200000000001	100.0	0.004856394396004766	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0815_000000027365	1122	0.5488536342713127	2	2	2	1	0	True	119759	fragment	False	ISR0282_000000010198	0.1912842136234238		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	99.287	100.0	0.00022716047578243994	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
DEN0083_000000023922	1299	0.5488529538233031	2	2	2	2	1	True	108680	fragment	False	DEN0083_000000023922	1.0		0	0	False	False	0.9992302060127258	0					non-mobilizable	other	1303.0	95.70200000000001	100.0	0.0038441779305213556	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	False	True
ETH0003_000000006737	4733	0.5488439192682298	8	5	3	5	3	False	53245	fragment	False	ETH0003_000000006737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	95.29899999999999	57.0	0.0003563874582558515	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0001_000000012881	2665	0.5488402402252658	3	3	3	3	2	False	125454	fragment	False	MON0001_000000012881	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1901.0	88.322	94.0	0.0005290663516876293	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0009_000000015427	2349	0.5488402402252658	3	3	3	3	2	False	125452	fragment	False	USA0062_01_000000009124	0.9758064516129032		0	0	False	False	1.0	0					non-mobilizable	chromosome	1899.0	88.573	93.0	0.0005282274515528182	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0085_000000002493	5572	0.5488401647515071	7	5	4	5	5	False	125888	maximal	True	SPA0085_000000002493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2061.0	99.854	63.0	0.0005859480554204462	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0083_000000017701	2010	0.5488397661107518	3	2	2	2	2	False	45419	fragment	False	SPA0129_000000012919	0.9495299356754081		0	0	False	False	0.9940298795700073	0					non-mobilizable	other	1922.0	97.399	96.0	0.007077271269596117	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
ETH0002_000000002520	10508	0.5488376460037754	12	5	5	5	2	True	98424	fragment	False	MAD0097_000000003238	0.9569841927556942		0	0	False	False	0.9990483522415161	0					non-mobilizable	no_good_hit	475.0	73.47399999999999	4.0	0.002959948787181584	NZ_CYZN01000008.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0170_000000004860	2040	0.5488374666054336	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4445050544778736		0	0	False	False	0.9877451062202454	0					non-mobilizable	chromosome	2040.0	96.912	100.0	0.0006863154620915893	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0097_000000018026	1683	0.5488371679922911	2	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.11744862029298206		0	0	False	False	0.9970291256904602	0					non-mobilizable	other	1672.0	82.29700000000001	99.0	0.006044037721756723	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AUS0006_000000001288	11018	0.5488364569820336	12	7	6	6	0	True	102198	fragment	False	AUS0006_000000001288	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5287.0	96.955	95.0	0.1501977409167212	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	True
FIJ0092_000000015057	2247	0.5488236910304229	3	3	1	3	3	True	43311	maximal	True	FIJ0092_000000015057	1.0		1	1	False	False	0.9910992383956909	0					non-mobilizable	no_good_hit	512.0	76.367	22.0	0.0002607097365421007	CP020433.2	firmicutes	Streptococcus intermedius strain FDAARGOS_233 chromosome, complete genome	True	True
ISR0227_000000009573	2776	0.5488221909913631	2	2	2	2	2	False	126315	maximal	False	MON0019_000000023193	0.7058653525886123	PS954	0	0	False	True	0.9963976740837097	0					non-mobilizable	no_good_hit	407.0	87.22399999999999	15.0	0.16791044776119404	KU543873.1	bacteria	Uncultured bacterium clone CH_060502_Contig_16 genomic sequence	True	True
SPA0040_000000017314	2375	0.5488221909913631	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.8029221146796598	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	74.0	90.541	3.0	0.030505641454241537	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
ENG0109_000000010513	2364	0.5488221909913631	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.8025790924207648	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	90.789	3.0	0.03134141245298788	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
USA0048_01_000000003366	4433	0.5488171486675716	6	4	4	4	2	False	1131	maximal	True	USA0048_01_000000003366	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1682.0	97.206	72.0	0.00032060457516651505	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0170_000000036995	1276	0.5488166711864574	3	2	1	1	2	False	30032	maximal	True	ISR0170_000000036995	1.0		3	2	False	False	0.9741379022598267	0					non-mobilizable	no_good_hit	1035.0	74.01	79.0	0.006107386195617407	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
AST0052_000000003476	5512	0.5488166443217288	7	5	4	4	5	True	118268	fragment	False	AST0052_000000003476	0.9770005813272182		0	0	False	False	0.9981857538223267	0					non-mobilizable	other	5519.0	97.663	100.0	0.02308410706134124	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CHI0113_000000005677	1425	0.5488147725259195	2	2	2	2	2	False	82337	maximal	True	CHI0113_000000005677	1.0		199	12	False	False	0.9978947639465332	0					non-mobilizable	other	1427.0	99.369	100.0	0.0005810042573025838	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
DEN0073_000000021021	2462	0.5488114663428413	3	3	3	3	3	False	70173	maximal	True	DEN0073_000000021021	1.0		200	11	False	False	0.9886271357536316	0					non-mobilizable	no_good_hit	943.0	74.655	38.0	0.00988478449244199	NZ_JH605011.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld844, whole genome shotgun sequence	True	False
ENG0046_000000004197	4482	0.5488111708421071	7	6	4	5	5	False	66268	maximal	True	ENG0046_000000004197	1.0		1	1	False	False	0.9941990375518799	0					non-mobilizable	no_good_hit	2554.0	85.59100000000001	89.0	0.009716685513685982	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	True	False
ENG0112_000000011101	2518	0.5488105057381768	2	2	2	2	1	False	70150	fragment	False	ENG0112_000000011101	1.0		0	0	False	False	0.9952343106269836	0					non-mobilizable	other	2521.0	93.415	100.0	0.026171085792839142	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	False	False
MON0076_000000016084	2911	0.5488081572914537	5	3	1	1	3	False	10298	maximal	True	MON0076_000000016084	1.0		6	5	False	False	0.9996564984321594	0					non-mobilizable	chromosome	2911.0	99.96600000000001	100.0	0.0005585897279380092	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
ISR0010_000000003790	4288	0.5488075174719325	5	5	4	3	3	False	84413	maximal	True	ISR0010_000000003790	1.0		38	7	False	False	0.9958022236824036	0					non-mobilizable	no_good_hit	3217.0	99.50299999999999	75.0	0.05224560148297506	NZ_QRML01000024.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf24, whole genome shotgun sequence	True	False
ISR0110_000000004402	5223	0.5488074939883318	8	5	2	5	2	True	108186	maximal	True	ISR0110_000000004402	1.0		1	1	False	False	0.995213508605957	0					non-mobilizable	no_good_hit	1613.0	80.471	42.0	0.00048022395597957106	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0814_000000008535	4495	0.5488060842955995	8	6	5	6	5	False	21551	maximal	True	ISR0814_000000008535	1.0		5	4	False	False	0.9995550513267517	0					non-mobilizable	no_good_hit	227.0	76.211	5.0	0.00011426709189738713	NZ_LR130785.1	firmicutes	Senegalia massiliensis strain SIT17, whole genome shotgun sequence	True	False
ISR0815_000000007849	3873	0.548803923806477	3	3	3	3	2	False	21468	fragment	False	ISR0815_000000007849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	83.60700000000001	2.0	9.370746435542765e-05	NZ_FORI01000001.1	spirochetes	Treponema bryantii strain XBD1002, whole genome shotgun sequence	True	False
SPA0065_000000003175	7242	0.5488029885283067	13	12	4	10	9	False	116525	maximal	True	SPA0065_000000003175	0.9673003262874167		22	5	False	False	1.0	0					non-mobilizable	other	7242.0	100.0	100.0	0.0021906477704009934	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0214_000000013848	2092	0.5488019510771855	4	1	1	1	1	True	78020	fragment	False	ISR0214_000000013848	1.0		0	0	False	False	0.9971319437026978	0					non-mobilizable	other	2092.0	97.75299999999999	100.0	0.0006332278357387007	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0119_000000019045	1625	0.5488019510771855	2	1	1	1	1	True	78018	fragment	False	ISR0119_000000019045	1.0		0	0	False	False	0.998769223690033	0					non-mobilizable	other	1624.0	98.15299999999999	99.0	0.0004916175124880844	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0848_000000012421	1447	0.5488019510771855	2	1	1	1	1	True	78017	fragment	False	ENG0115_000000014065	0.9497508858999941		0	0	False	False	0.9806495904922485	0					non-mobilizable	other	1442.0	97.781	99.0	0.0004108348643418146	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
CHI0051_000000014371	1315	0.5487897698026937	2	2	2	1	1	False	86565	fragment	False	CHI0051_000000014371	0.9374045801526718		0	0	False	False	0.9984790682792664	0					non-mobilizable	chromosome	1318.0	96.662	100.0	0.0003658001879110554	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0004_000000002825	8568	0.5487865360358236	4	4	3	2	1	False	14259	maximal	True	MON0004_000000002825	1.0		1	1	False	False	0.9949813485145569	0					non-mobilizable	no_good_hit	64.0	100.0	1.0	3.0573479864742924e-06	LN590685.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG16, chromosome: 16	True	False
ISR0013_000000022458	1212	0.5487860042755549	3	2	1	1	2	False	38066	maximal	True	ISR0013_000000022458	1.0		293	11	False	False	0.9777227640151978	0					non-mobilizable	no_good_hit	264.0	75.0	21.0	0.005183006143563267	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	False
ISR0818_000000017482	1120	0.5487818804287475	2	1	1	1	1	False	21335	fragment	False	ISR0818_000000017482	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	98.125	100.0	0.00023633107724097934	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0007_000000047899	1363	0.5487703342789777	2	2	2	2	2	False	13920	maximal	True	MON0007_000000047899	1.0		2	1	False	False	0.9823917746543884	0					non-mobilizable	no_good_hit	118.0	77.96600000000001	9.0	0.0004051695478723404	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
SPA0114_000000016371	2804	0.5487646059270386	4	4	4	4	3	False	4453	maximal	True	SPA0114_000000016371	1.0		1	1	False	False	0.9967902898788452	0					non-mobilizable	no_good_hit	183.0	86.339	8.0	0.003006844308591933	NZ_DS483463.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_3, whole genome shotgun sequence	True	False
FIJ0085_000000025939	1208	0.5487611843757582	2	1	1	1	1	False	65010	fragment	False	ISR0035_000000016146	0.9803528468323978		0	0	False	False	0.9991722106933594	0					non-mobilizable	no_good_hit								True	False
ENG0062_000000001920	9998	0.5487600229925039	21	2	0	2	0	False	63229	maximal	True	ENG0062_000000001920	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0049_000000010813	1527	0.5487571282175364	2	2	2	1	1	False	88873	fragment	False	CHI0049_000000010813	1.0		0	0	False	False	0.9764243364334106	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	8.456945689494782e-06	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0010_000000019449	1548	0.5487542729121789	4	1	1	1	1	False	126004	fragment	False	AST0010_000000019449	1.0		0	0	False	False	0.987726092338562	0					non-mobilizable	chromosome	1455.0	98.488	94.0	0.0005149047939619445	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ENG0031_000000008978	2340	0.5487504680200822	3	3	3	3	3	False	65707	maximal	True	ENG0031_000000008978	1.0		60	9	False	False	0.9995726346969604	0					non-mobilizable	no_good_hit	1645.0	98.419	71.0	0.0005786067811586451	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ITA0001_000000001292	2107	0.5487501546385509	3	3	3	3	3	False	130048	fragment	False	ITA0001_000000001292	1.0		0	0	False	False	0.9938300848007202	0					non-mobilizable	other	2107.0	98.007	100.0	0.0044036743288369574	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0007_000000014176	2924	0.5487495540907489	4	4	4	4	4	False	98807	fragment	False	USA0042_01_000000007829	0.9767934455732055		0	0	False	False	0.9859781265258789	0					non-mobilizable	chromosome	2924.0	98.906	100.0	0.001304400018385659	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0086_000000016139	1551	0.5487486317404782	2	2	2	1	2	False	130814	maximal	True	ENG0086_000000016139	1.0		152	6	False	False	0.9922630786895752	0					non-mobilizable	other	1551.0	94.713	100.0	0.0004371608125663145	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0135_000000017651	1614	0.5487474253754671	3	2	2	2	1	False	40580	maximal	True	FIJ0135_000000017651	0.956313775510204		350	13	False	False	0.9987608194351196	0					non-mobilizable	other	1613.0	91.445	99.0	0.06435643564356436	NZ_QRYH01000033.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf33, whole genome shotgun sequence	False	False
AST0003_000000003359	10224	0.5487471224005525	15	2	2	2	2	False	130759	maximal	True	AST0003_000000003359	1.0		4	2	False	False	0.9980438351631165	0					non-mobilizable	no_good_hit	1452.0	76.928	14.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
AST0024_000000008512	3787	0.5487449815275747	5	4	4	3	2	False	121651	maximal	True	AST0024_000000008512	0.9990151680881216		19	6	False	False	0.999735951423645	0					non-mobilizable	no_good_hit	279.0	95.699	7.0	0.0006255386270102179	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
DEN0046_000000006167	3759	0.5487449815275747	5	4	4	3	2	False	121651	maximal	False	AST0024_000000008512	0.9969167505921411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	74.368	8.0	7.946374488470335e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ISR0844_000000005007	2591	0.5487417481467721	2	2	1	2	1	False	20715	maximal	True	ISR0844_000000005007	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1404.0	92.806	92.0	0.004091854368647667	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	False	False
ISR0821_000000008060	3478	0.5487407860193404	3	2	2	2	1	True	21249	maximal	True	ISR0821_000000008060	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	93.617	4.0	8.299061283956992e-05	NZ_FUHT01000004.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	True
ISR0251_000000008540	1867	0.5487385896246263	3	3	2	3	3	False	26993	fragment	False	ISR0251_000000008540	1.0		0	0	False	False	0.9951794147491455	0					non-mobilizable	other	1867.0	97.59	100.0	0.011394323000036658	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
SPA0145_000000017004	2035	0.5487330672852733	2	1	1	1	1	False	51559	fragment	False	SPA0145_000000017004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0144_000000010020	1636	0.5487330672852733	1	1	1	1	1	False	79840	maximal	True	CHI0144_000000010020	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0089_000000005632	1562	0.5487330672852733	1	1	1	1	1	False	83875	fragment	False	CHI0089_000000005632	1.0		0	0	False	False	0.9987195730209351	0					non-mobilizable	no_good_hit								True	False
FIJ0007_000000011903	1534	0.5487330672852733	1	1	1	1	1	False	51558	fragment	False	FIJ0007_000000011903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000003130	8492	0.548732317179756	9	9	6	5	7	True	126408	maximal	True	MAD0110_000000003130	1.0	PS958	12	6	False	True	1.0	0					non-mobilizable	no_good_hit	4806.0	93.654	57.0	0.001421897096824351	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
ENG0067_000000018072	1471	0.5487247183294504	2	2	2	2	2	False	62657	fragment	False	ENG0067_000000018072	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	96.397	100.0	0.0004638578966600338	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MAD0047_000000013174	3144	0.5487211938739917	2	2	2	2	2	False	73036	fragment	False	MAD0047_000000013174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001704308744997538	NZ_AQQR01000009.1	a-proteobacteria	Marinibacterium profundimaris strain 22II1-22F33 contig9, whole genome shotgun sequence	True	False
ISR0319_000000018911	1114	0.5487156119468923	2	2	2	2	2	False	70673	maximal	True	ISR0319_000000018911	0.9745507308489098		702	13	False	False	0.9766606688499451	0					non-mobilizable	other	1114.0	99.91	100.0	0.004222322542953501	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0158_000000000856	13363	0.5487134691570577	15	8	6	7	6	False	78928	maximal	False	SPA0102_000000002550	0.9979045053135758	PS233	0	0	False	True	0.9999251961708069	0					non-mobilizable	no_good_hit	1301.0	75.942	10.0	0.007038737745299736	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
SPA0102_000000002550	13362	0.5487134691570577	15	8	6	7	6	False	78928	maximal	True	SPA0102_000000002550	0.997904662126768	PS233	1	1	True	True	1.0	4					non-mobilizable	no_good_hit	1300.0	75.692	10.0	0.007038737745299736	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
AST0002_000000004200	7435	0.5487131227661038	8	7	7	6	5	False	132488	fragment	False	AST0002_000000004200	1.0		0	0	False	False	0.9943510293960571	0					non-mobilizable	other	7431.0	98.22399999999999	99.0	0.09007894641103067	NZ_WNAJ01000016.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold16_size82461, whole genome shotgun sequence	False	False
MON0080_000000054403	1037	0.5487109937597069	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.04447264105322209	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1037.0	95.564	100.0	0.0003222978467641732	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0113_000000000250	50104	0.5487086543044206	55	26	14	23	11	False	98996	maximal	True	ENG0113_000000000250	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	20352.0	99.155	47.0	0.8438666334909182	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0035_000000004482	3902	0.5487027003476904	4	4	4	4	4	False	98943	maximal	True	ISR0035_000000004482	1.0		2	2	False	False	0.9987186193466187	0					non-mobilizable	no_good_hit	3320.0	80.482	85.0	0.0005266469457591983	AE015928.1	CFB group bacteria	Bacteroides thetaiotaomicron VPI-5482, complete genome	True	False
SPA0097_000000027467	1189	0.5486999644900177	2	2	2	2	2	False	74667	maximal	False	ISR0295_000000030211	0.9581635833346138		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	313.0	96.805	26.0	0.4450784593437946	EU061144.1	bacteria	Uncultured bacterium clone LM0ABA40ZF08RM1 genomic sequence	True	False
FIJ0025_000000015410	1374	0.5486970177505032	2	2	1	2	2	False	122416	backbone	False	ISR0319_000000007079	0.09188906975815786	PS871	0	0	False	True	0.9934498071670532	0					non-mobilizable	other	1374.0	99.78200000000001	100.0	0.5946297098310958	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
CHI0126_000000013649	1149	0.5486963084161979	1	1	1	1	1	False	81410	fragment	False	SPA0056_000000028404	0.646733111849391		0	0	False	False	0.9991296529769897	0					non-mobilizable	no_good_hit	744.0	79.57	70.0	0.0002359905053046631	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0038_000000019851	1770	0.5486927900085544	3	3	3	3	2	False	64931	fragment	False	FIJ0038_000000019851	0.938902254299207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	76.37899999999999	41.0	0.00020925119085003253	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0080_01_000000013836	3157	0.5486906685358437	6	2	1	1	2	False	618	maximal	True	USA0080_01_000000013836	1.0		3	2	False	False	0.9961989521980286	0					non-mobilizable	no_good_hit	997.0	89.97	49.0	0.0008299649060110667	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
AST0039_000000005902	2939	0.5486873027780188	5	2	2	2	2	False	116664	maximal	True	AST0039_000000005902	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2939.0	100.0	100.0	0.0006848960603790193	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
SPA0098_000000005265	6519	0.5486829941424737	4	3	2	3	2	False	96093	fragment	False	SPA0098_000000005265	1.0		0	0	False	False	0.9998465776443481	0					non-mobilizable	no_good_hit	420.0	75.476	6.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0208_000000004377	5612	0.5486829941424737	4	3	2	3	2	False	96092	fragment	False	ISR0208_000000004377	0.9970903800691036		0	0	False	False	0.9998217821121216	0					non-mobilizable	no_good_hit	420.0	75.476	7.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0004_000000002910	5499	0.5486829941424737	4	3	2	3	2	False	96092	fragment	False	ISR0208_000000004377	0.9870812544547398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	75.476	8.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0020_000000014162	1743	0.5486813481702033	3	3	3	2	2	False	37684	maximal	True	ISR0020_000000014162	1.0		6	4	False	False	0.998852550983429	0					non-mobilizable	no_good_hit								True	False
ISR0159_000000007859	3223	0.5486810155024431	4	3	2	2	3	False	57742	maximal	True	ISR0159_000000007859	1.0		4	2	False	False	0.995345950126648	0					non-mobilizable	no_good_hit	1167.0	88.089	86.0	0.005746956332997889	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0305_000000004145	3776	0.5486807674524842	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.2544013931660378		0	0	False	False	0.9997351765632629	0					non-mobilizable	other	3771.0	99.311	99.0	0.06233358141073348	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0116_000000001497	12441	0.5486795173177786	13	10	9	9	6	True	82208	maximal	True	CHI0116_000000001497	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8796.0	93.042	74.0	0.19311314742786825	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
CHI0174_000000005145	2955	0.5486768076322186	3	3	2	3	2	False	111659	maximal	True	CHI0174_000000005145	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	99.62200000000001	54.0	0.030486278285989408	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0080_000000002675	8419	0.5486713881774276	8	8	8	8	7	False	73701	maximal	True	ENG0080_000000002675	1.0		1	1	False	False	0.9966741800308228	0					non-mobilizable	no_good_hit	742.0	79.65	9.0	0.007139596102849039	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0047_000000000473	30357	0.548667901122623	27	14	9	12	4	True	46913	maximal	True	FIJ0047_000000000473	1.0		12	5	False	False	0.9999011754989624	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	0.0	0.000425376762275158	NZ_FOAT01000011.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	True
DEN0063_000000000609	29438	0.5486678694791715	31	24	7	16	17	False	111583	maximal	True	DEN0063_000000000609	1.0		40	7	False	False	1.0	0					non-mobilizable	other	24808.0	96.26299999999999	96.0	0.00650118932194873	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
ENG0047_000000009068	2096	0.5486656472830214	4	3	3	3	2	False	64332	maximal	True	ENG0047_000000009068	1.0		1	1	False	False	0.9971374273300171	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000003685	8058	0.5486636535807308	9	8	2	4	5	True	97583	fragment	False	TAN0017_000000003685	1.0		0	0	False	False	0.9982625842094421	0					non-mobilizable	no_good_hit	211.0	93.365	4.0	0.0019897292073297835	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ISR0152_000000003278	7737	0.5486612665235804	11	5	1	4	3	False	30738	fragment	False	ISR0152_000000003278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1274.0	81.554	33.0	0.02187440417381658	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
TAN0006_000000000870	7693	0.5486610532966815	12	8	6	7	4	False	2893	maximal	True	TAN0006_000000000870	1.0		19	7	False	False	0.999220073223114	0					non-mobilizable	no_good_hit	845.0	85.444	11.0	0.005291038658005928	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	True	False
MAD0005_000000005268	4483	0.5486598908201352	5	4	4	4	4	False	127585	fragment	False	MON0060_000000007008	0.6255492777741872		0	0	False	False	1.0	0					non-mobilizable	chromosome	4519.0	87.51899999999999	100.0	0.0018482689774970782	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0041_000000006587	5337	0.5486584140364728	6	4	2	4	0	False	47421	maximal	True	FIJ0041_000000006587	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.8368476019937004e-05	NZ_FQXD01000001.1	firmicutes	Virgibacillus chiguensis strain CGMCC 1.6496, whole genome shotgun sequence	True	False
CHI0081_000000002039	5201	0.548657054189476	10	5	3	3	5	False	87833	fragment	False	ENG0006_000000005005	0.9635204540331473		0	0	False	False	0.9992309212684631	0					non-mobilizable	chromosome	4137.0	95.963	93.0	0.0009184419138241612	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0181_000000004984	4311	0.5486562492297661	5	5	5	5	4	False	98169	fragment	False	ENG0181_000000004984	1.0		0	0	False	False	0.9986082315444946	0					non-mobilizable	chromosome	4292.0	99.09100000000001	99.0	0.0008670350251834265	CP057650.1	enterobacteria	Escherichia coli strain RHB19-C10 chromosome, complete genome	False	False
DEN0090_000000010881	2423	0.5486517941966415	3	2	2	2	2	False	108108	maximal	True	DEN0090_000000010881	1.0		1	1	False	False	0.9971110224723816	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	2.0	1.4477514999841031e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0073_000000013894	1949	0.5486517941966415	2	2	2	2	2	False	108099	fragment	False	ISR0073_000000013894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0009_000000011875	2734	0.5486512474163651	4	3	2	3	2	False	38373	maximal	True	ISR0009_000000011875	1.0		46	10	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	74.25399999999999	10.0	0.0004915439654662645	NZ_FRDH01000004.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
ISR0228_000000009837	2641	0.5486512474163651	4	3	2	3	2	False	27612	maximal	True	ISR0228_000000009837	1.0		50	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0169_000000000035	102477	0.5486510430945268	124	33	14	28	16	True	47856	maximal	True	FIJ0169_000000000035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	338.0	87.27799999999999	0.0	0.003160520688749672	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
AST0148_000000007599	4519	0.5486494806659733	6	2	1	1	2	False	105141	maximal	True	AST0148_000000007599	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0265_000000009114	1840	0.5486433896994377	3	2	2	2	1	False	26602	maximal	True	ISR0265_000000009114	1.0		77	9	False	False	0.999456524848938	0					non-mobilizable	no_good_hit	793.0	98.361	43.0	0.001187869334373219	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
ISR0185_000000009984	3199	0.5486429823265551	4	4	4	3	3	False	122301	fragment	False	ISR0052_000000010252	0.9818069688559976		0	0	False	False	0.9946858286857605	0					non-mobilizable	no_good_hit	1817.0	79.857	56.0	0.006982877813193495	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0001_000000018838	1374	0.5486423974960692	3	3	3	3	2	False	27660	fragment	False	MAD0001_000000018838	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	99.41799999999999	100.0	0.00027931869836265945	CP054314.1	enterobacteria	Escherichia coli strain SCU-483 chromosome, complete genome	False	False
MON0093_000000029188	1564	0.5486423742837776	2	1	1	1	1	False	28120	fragment	False	MON0097_000000023341	0.9607843137254901		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	99.169	100.0	0.001421108046035536	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0090_000000008918	4422	0.5486418977513347	1	1	1	1	1	False	43522	fragment	False	FIJ0090_000000008918	1.0		0	0	False	False	0.998643159866333	0					non-mobilizable	other	4300.0	73.34899999999999	96.0	0.0009560012662028156	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
DEN0093_000000009356	3426	0.5486411740713351	7	3	1	2	2	False	68500	fragment	False	DEN0093_000000009356	1.0		0	0	False	False	0.9947460889816284	0					non-mobilizable	no_good_hit								True	False
TAN0012_000000001987	3469	0.5486405876330092	4	2	2	2	2	False	2598	maximal	True	TAN0012_000000001987	1.0		1	1	False	False	0.9933698177337646	0					non-mobilizable	no_good_hit	276.0	73.913	8.0	0.002621282501011892	NZ_SLUM01000014.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_114, whole genome shotgun sequence	True	False
DEN0073_000000045988	1179	0.5486312456437812	2	2	2	2	2	False	70062	maximal	True	DEN0073_000000045988	1.0		1	1	False	False	0.995759129524231	0					non-mobilizable	no_good_hit	603.0	73.798	51.0	0.00021135029076622638	CP032416.1	firmicutes	Clostridium sp. JN500901 chromosome, complete genome	True	False
DEN0021_000000006784	4636	0.5486309317573658	4	4	4	4	3	False	74846	maximal	True	DEN0021_000000006784	1.0		103	13	False	False	0.9995685815811157	0					non-mobilizable	no_good_hit	1405.0	79.786	30.0	0.013685382721838002	NZ_MIEH01000002.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_2, whole genome shotgun sequence	True	False
ISR0083_000000022228	1274	0.5486306350712612	2	2	2	2	2	False	34081	maximal	True	ISR0083_000000022228	1.0		16	6	False	False	0.9756671786308289	0					non-mobilizable	other	1274.0	99.686	100.0	0.006281580609505764	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
DEN0079_000000021510	2581	0.5486272811027099	5	4	3	4	2	False	98784	maximal	True	DEN0079_000000021510	1.0		0	0	False	False	0.9895389676094055	0					non-mobilizable	other	2319.0	96.59299999999999	90.0	0.09722105616656872	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
ISR0158_000000015055	1286	0.5486245996404562	2	2	2	2	2	False	30498	maximal	True	ISR0158_000000015055	1.0		40	6	False	False	1.0	0					non-mobilizable	no_good_hit	671.0	85.24600000000001	82.0	0.003300183507961878	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0077_000000006779	4252	0.5486208041521762	6	3	1	2	2	False	59228	maximal	True	ISR0077_000000006779	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0174_000000010088	2486	0.5486185832619067	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7005712695390831	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	42.0	100.0	2.0	0.01713330547430004	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
FIJ0011_000000035906	1288	0.5486166884890132	2	1	1	1	1	False	50883	maximal	True	FIJ0011_000000035906	1.0		9	4	False	False	0.9751552939414978	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	7.083808538822813e-05	NZ_FOAT01000001.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0022_000000012487	2052	0.5486159933934472	3	2	1	2	2	False	37587	maximal	True	ISR0022_000000012487	1.0		87	10	False	False	0.9946393966674805	0					non-mobilizable	no_good_hit	426.0	82.86399999999999	21.0	0.00013569601256783591	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0090_000000023493	1334	0.5486159933934472	2	2	1	2	2	False	33653	fragment	False	ISR0090_000000023493	1.0		0	0	False	False	0.9857571125030518	0					non-mobilizable	no_good_hit	426.0	82.86399999999999	32.0	0.00013569601256783591	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AUS0022_000000016840	2045	0.5486157225334063	4	2	2	2	2	True	112644	fragment	False	ISR0362_000000009069	0.7676751367655955		0	0	False	False	0.9995110034942627	0					non-mobilizable	chromosome	2044.0	99.462	99.0	0.0005474898541527762	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0068_000000002835	9296	0.5486151786504493	8	8	5	6	8	False	45134	maximal	True	FIJ0068_000000002835	0.9999456816947312		19	3	False	False	1.0	0					non-mobilizable	other	9296.0	100.0	100.0	0.0019174907544763971	CP012380.1	enterobacteria	Escherichia coli strain WAT, complete genome	False	False
ISR0849_000000013085	2097	0.5486151467091107	2	2	2	2	2	False	20592	fragment	False	ISR0849_000000013085	1.0		0	0	False	False	0.9971387982368469	0					non-mobilizable	no_good_hit	998.0	72.545	47.0	0.0034053227496864424	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0286_000000015221	1365	0.5486135280784957	2	2	2	1	2	False	26015	maximal	True	ISR0286_000000015221	1.0		312	14	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	77.032	41.0	0.004208970084631979	NZ_FQXV01000014.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0027_000000005640	3088	0.5486096257022849	6	3	2	3	2	True	105313	maximal	True	FIJ0027_000000005640	1.0		10	2	False	False	0.9863989353179932	0					non-mobilizable	no_good_hit	2758.0	99.71	89.0	0.0012513491604568218	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	True
FIJ0031_000000009560	2515	0.5486096257022849	4	3	2	3	2	True	105311	fragment	False	FIJ0031_000000009560	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2526.0	94.29899999999999	100.0	0.0011437794284915456	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
CHI0179_000000009894	2037	0.5486079200623003	2	2	2	2	1	False	77560	maximal	True	CHI0179_000000009894	1.0		8	5	False	False	0.9985272288322449	0					non-mobilizable	no_good_hit	81.0	100.0	4.0	0.00012817370099959464	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0256_000000001672	9581	0.5486047657722628	8	7	7	7	5	False	52038	maximal	True	ISR0256_000000001672	1.0		1	1	False	False	0.9997912645339966	0					non-mobilizable	no_good_hit	3912.0	73.722	49.0	0.000743532727544934	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0184_000000020052	1137	0.5486013358962804	2	1	1	1	1	False	55081	fragment	False	ENG0184_000000020052	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.136474234821207e-06	CP041354.1	g-proteobacteria	Pseudomonas aeruginosa strain AZPAE15042 chromosome, complete genome	True	False
MON0083_000000015422	2378	0.5486009872401035	4	3	2	3	1	False	9887	fragment	False	MON0083_000000015422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	96.226	2.0	0.0009040805327120677	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
MON0037_000000016685	3758	0.548593167716677	5	2	2	2	0	True	127050	maximal	True	MON0037_000000016685	1.0		1	1	False	False	0.9843001365661621	0		MOBV			mobilizable	no_good_hit	2023.0	99.95100000000001	54.0	0.33207423222203974	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
DEN0066_000000014217	2443	0.5485879654764365	4	3	2	2	3	False	70980	maximal	True	DEN0066_000000014217	1.0		3	2	False	False	0.9860826730728149	0					non-mobilizable	no_good_hit	1016.0	76.476	41.0	0.0002813130038551966	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0047_000000005369	7296	0.5485877645935067	10	8	4	8	4	True	6689	fragment	False	SPA0047_000000005369	0.9346602608098833		0	0	False	False	1.0	0					non-mobilizable	other	7284.0	90.95299999999999	99.0	0.172085983872112	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
SPA0145_000000027036	1281	0.5485862452059509	1	1	1	1	1	False	67739	fragment	False	USA0083_01_000000020667	0.991096375158258		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	84.676	99.0	0.00251504394428271	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	False	False
ENG0004_000000021259	1280	0.5485862452059509	1	1	1	1	1	False	67739	fragment	False	USA0083_01_000000020667	0.9920823430753594		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	84.693	100.0	0.029509482718840848	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
USA0023_01_000000008150	3899	0.548586038317847	4	4	4	4	4	False	49482	fragment	False	USA0023_01_000000008150	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2627.0	89.646	97.0	0.0007882296656768131	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0019_000000033663	1998	0.5485845525643883	4	4	4	4	1	False	13186	maximal	True	MON0019_000000033663	1.0		160	10	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	2.0	0.0003541426453632021	NZ_CDBY01000044.1	g-proteobacteria	Aeromonas simiae strain CIP 107798, whole genome shotgun sequence	True	False
ISR0091_000000001767	15691	0.5485840831977709	17	13	7	9	8	True	76560	fragment	False	ENG0132_000000001219	0.8763837215000366		0	0	False	False	0.9998087882995605	0					non-mobilizable	other	13036.0	98.243	99.0	0.004590774095481754	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
FIJ0131_000000011686	1590	0.5485836027486454	2	2	2	2	2	False	40816	fragment	False	FIJ0131_000000011686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	97.37200000000001	82.0	0.5249807840122982	HG796631.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01867	True	False
CHI0117_000000011023	1314	0.5485835200480079	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.028865321831962415	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1116.0	90.86	100.0	0.0003354040670603399	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0012_000000009940	2333	0.5485813305550059	3	2	2	2	2	True	61794	maximal	True	ISR0012_000000009940	1.0		0	0	False	False	0.9909986853599548	0					non-mobilizable	no_good_hit	2037.0	94.698	87.0	0.0005804717444829524	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
SPA0050_000000023225	1106	0.5485804994945397	2	2	2	2	2	False	6566	fragment	False	SPA0050_000000023225	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	99.819	100.0	0.00034868229646893697	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0086_000000009746	2611	0.5485743245787733	3	3	3	2	2	False	61437	fragment	False	ENG0086_000000009746	1.0		0	0	False	False	0.9950210452079773	0					non-mobilizable	no_good_hit	1091.0	75.069	41.0	0.01461824826476484	NZ_PPTT01000021.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_21, whole genome shotgun sequence	True	False
CHI0132_000000019338	1579	0.5485741872014114	2	2	2	2	1	False	80880	fragment	False	ENG0145_000000017709	0.9477923627684964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	72.477	41.0	0.010591335859001813	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
FIJ0129_000000016713	1335	0.5485741872014114	3	2	2	2	1	False	40925	fragment	False	FIJ0129_000000016713	1.0		0	0	False	False	0.9812734127044678	0					non-mobilizable	no_good_hit	604.0	73.51	44.0	0.009784220062592653	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0171_000000005496	4392	0.5485697800187481	5	4	3	4	2	False	90745	maximal	True	ISR0171_000000005496	1.0		151	8	False	False	1.0	0					non-mobilizable	no_good_hit	2565.0	98.324	60.0	0.1912686567164179	NZ_CYZN01000046.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0059_000000003002	8890	0.5485669984456271	13	9	8	8	7	True	93272	maximal	True	SPA0059_000000003002	1.0		10	7	False	False	0.9997750520706177	0					non-mobilizable	no_good_hit	598.0	70.40100000000001	7.0	0.00025345308420721846	LR134495.1	g-proteobacteria	Mannheimia haemolytica strain NCTC10643 genome assembly, chromosome: 1	True	True
ISR0158_000000001042	12166	0.5485669309855075	12	7	3	4	5	False	30518	maximal	True	ISR0158_000000001042	1.0		30	7	False	False	1.0	0					non-mobilizable	no_good_hit	3143.0	97.836	26.0	0.028811942926310383	NZ_WNAJ01000013.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold13_size109052, whole genome shotgun sequence	True	False
ISR0198_000000014461	2299	0.5485665745977256	2	2	2	2	2	False	28883	maximal	True	ISR0198_000000014461	1.0		128	11	False	False	0.9943453669548035	0					non-mobilizable	other	2299.0	99.087	100.0	0.0006523397935222488	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0018_000000007230	2926	0.5485630199405961	5	2	2	2	1	True	115639	fragment	False	ENG0018_000000007230	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1539.0	96.491	80.0	0.250611446274254	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0255_000000027661	1239	0.5485628674975974	2	2	2	2	1	False	26870	maximal	True	ISR0255_000000027661	1.0		1	1	False	False	0.9830508232116699	0					non-mobilizable	no_good_hit	119.0	87.395	12.0	0.0016418057056256403	NZ_CYYA01000016.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0206_000000015041	1732	0.5485623540558844	3	3	2	3	2	False	28633	fragment	False	ISR0206_000000015041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	84.82799999999999	44.0	0.00491686152247337	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
CAN0009_000000008468	2838	0.5485622552699788	3	2	1	2	1	False	94803	fragment	False	CAN0009_000000008468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0211_000000001267	11505	0.5485490520866212	11	11	9	9	7	True	76829	maximal	True	ISR0211_000000001267	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9731.0	97.791	85.0	0.0033053465483776825	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
DEN0069_000000003615	8144	0.5485488418087344	13	9	8	7	5	False	116361	maximal	False	FIJ0052_000000003133	0.7561783045216752		0	0	False	False	0.9996316432952881	0					non-mobilizable	no_good_hit	4612.0	98.244	82.0	0.05935214749201771	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0079_000000005104	6038	0.5485463373610701	5	2	2	2	2	False	98952	maximal	True	ENG0079_000000005104	1.0		5	3	False	False	0.9998343586921692	0					non-mobilizable	no_good_hit	155.0	85.161	3.0	0.007984244424335978	NZ_CADAEU010000036.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	False
ISR0079_000000011351	2419	0.5485442487854162	4	3	3	2	3	False	128217	fragment	False	SPA0096_000000013995	0.7068092764877435		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1377.0	99.78200000000001	57.0	0.2536873156342183	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0166_000000004209	4043	0.5485435905723356	5	5	5	5	4	False	125689	maximal	True	ISR0166_000000004209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2820.0	98.759	76.0	0.018855178318217085	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0147_000000008525	2281	0.5485426062870246	2	2	2	2	2	False	102352	maximal	True	CHI0147_000000008525	1.0		14	3	False	False	0.9951775670051575	0					non-mobilizable	no_good_hit	921.0	95.11399999999999	44.0	0.028797289666854884	NZ_CYXX01000037.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0059_000000014820	2625	0.5485416094154192	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.34283652191420994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0080_000000019828	2557	0.5485416094154192	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.34103284883175083		0	0	False	False	0.9980446100234985	0					non-mobilizable	no_good_hit								True	True
MON0076_000000018604	2541	0.5485416094154192	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.22346728853334635		0	0	False	False	0.9669421315193176	0					non-mobilizable	no_good_hit	99.0	93.939	4.0	2.6142193794216654e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0016_000000012655	2499	0.5485416094154192	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.2899051574596091		0	0	False	False	0.9731892943382263	0					non-mobilizable	no_good_hit								True	True
MON0047_000000018182	2168	0.5485416094154192	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.08811109428299611		0	0	False	False	0.9990774989128113	0					non-mobilizable	no_good_hit								True	True
MON0098_000000015056	2168	0.5485416094154192	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.0882320540603859		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	3.984944878249971e-06	NZ_CP058322.1	high GC Gram+	Micromonospora carbonacea strain aurantiaca chromosome, complete genome	True	True
MON0092_000000027889	1988	0.5485416094154192	2	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.08510559799120063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000018683	1870	0.5485416094154192	2	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.05117728824178046		0	0	False	False	0.996791422367096	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	9.265513029018125e-05	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
CHI0058_000000015569	1388	0.5485416094154192	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.151321965593149		0	0	False	False	0.9992795586585999	0					non-mobilizable	no_good_hit								True	True
MON0104_000000034980	1315	0.5485416094154192	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.10135750037919004		0	0	False	False	0.9581748843193054	0					non-mobilizable	no_good_hit								True	True
ENG0166_000000025198	1200	0.5485412727251363	2	2	2	2	2	False	90431	fragment	False	ENG0166_000000025198	0.9724809483488569		0	0	False	False	0.9941666722297668	0					non-mobilizable	other	1181.0	98.815	98.0	0.006165421390877266	NZ_WNAJ01000006.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold6_size191390, whole genome shotgun sequence	False	False
USA0034_01_000000001760	24460	0.5485401076598868	28	11	4	6	5	False	76056	fragment	False	USA0034_01_000000001760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2496.0	73.638	10.0	0.004082581373533782	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0040_000000005270	4839	0.5485384107160945	6	6	3	4	5	True	129279	maximal	True	MON0040_000000005270	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	3972.0	88.948	81.0	0.0012622450093771804	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
CHI0079_000000003879	1645	0.5485337410735275	2	2	2	1	1	False	84388	maximal	True	CHI0079_000000003879	1.0		2	2	False	False	0.9987841844558716	0					non-mobilizable	no_good_hit	1318.0	81.411	80.0	0.0003777721406291346	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
USA0125_01_000000018057	1280	0.5485336302975435	3	3	3	1	1	False	132	fragment	False	USA0125_01_000000018057	1.0		0	0	False	False	0.985156238079071	0					non-mobilizable	chromosome	1280.0	99.68799999999999	100.0	0.0003576510908078636	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0020_01_000000010504	3345	0.5485326761299882	6	4	2	4	2	True	63054	maximal	True	USA0020_01_000000010504	1.0		0	0	False	False	0.9889386892318726	0					non-mobilizable	no_good_hit	1013.0	99.90100000000001	30.0	0.019176472817539272	NZ_CYZO01000024.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MON0015_000000021514	1759	0.5485215945099428	2	2	2	1	1	False	13413	maximal	True	MON0015_000000021514	1.0		34	7	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	80.233	5.0	2.3667365323534294e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
USA0069_01_000000016391	3761	0.5485205509126856	4	3	2	3	2	True	124732	fragment	False	USA0069_01_000000016391	0.940342429106474		0	0	False	False	0.994948148727417	0					non-mobilizable	no_good_hit	2236.0	78.399	59.0	0.004589774526019526	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0035_01_000000003696	6937	0.5485185257039197	10	5	3	5	1	False	1432	maximal	True	USA0035_01_000000003696	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	1.0	5.0551005965018706e-05	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0249_000000018769	1222	0.5485152778253103	3	3	3	3	0	False	40156	maximal	True	ISR0249_000000018769	0.9639865996649917		100	12	False	False	0.9983633160591125	0					non-mobilizable	no_good_hit								True	False
FIJ0161_000000015363	1188	0.5485135314503774	1	1	1	1	1	False	87015	fragment	False	FIJ0061_000000022609	0.4668418547987469		0	0	False	False	1.0	0					non-mobilizable	plasmid	1189.0	89.90700000000001	100.0	0.004859030656215373	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0075_000000023655	1181	0.548507521507841	3	3	1	3	2	False	34610	fragment	False	ISR0075_000000023655	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	100.0	100.0	0.0002492141833282892	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0295_000000006360	4866	0.5485052964949131	4	4	3	3	3	False	120184	fragment	False	ISR0295_000000006360	1.0		0	0	False	False	0.9995889663696289	0					non-mobilizable	no_good_hit	1832.0	80.622	37.0	0.004911419521345163	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0327_000000010982	2465	0.5485010112814326	3	3	2	2	3	False	24793	maximal	True	ISR0327_000000010982	1.0		43	7	False	False	0.9959431886672974	0					non-mobilizable	no_good_hit	999.0	72.372	39.0	0.07222877358490566	NZ_FQXL01000071.1	firmicutes	Clostridium magnum DSM 2767, whole genome shotgun sequence	True	False
FIJ0089_000000004147	5438	0.5485006029479557	6	5	3	5	3	False	43593	maximal	True	FIJ0089_000000004147	1.0		1	1	False	False	0.999448299407959	0					non-mobilizable	no_good_hit	832.0	98.197	15.0	0.9975990396158463	EU064024.1	bacteria	Uncultured bacterium clone LM0ACA8ZA03FM1 genomic sequence	True	False
MON0094_000000021479	1748	0.5485002482052375	2	2	2	2	2	False	54634	fragment	False	MON0094_000000021479	0.9891238670694864		0	0	False	False	0.9994279146194458	0					non-mobilizable	no_good_hit	209.0	74.163	12.0	5.189756483967829e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	False
SPA0101_000000027578	1466	0.5485002482052375	2	2	2	2	2	False	54633	fragment	False	SPA0101_000000027578	0.9852133885531944		0	0	False	False	0.9918144345283508	0					non-mobilizable	no_good_hit	347.0	70.605	23.0	9.81821461475495e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0122_000000005268	3181	0.5484983984353844	3	3	3	3	3	False	41440	fragment	False	FIJ0122_000000005268	1.0		0	0	False	False	0.9996856451034546	0					non-mobilizable	chromosome	3181.0	99.686	100.0	0.0005949079249031638	CP052372.1	enterobacteria	Klebsiella pneumoniae strain D16KP0042 chromosome, complete genome	False	False
FIJ0140_000000009440	3056	0.5484975274560857	3	1	1	1	1	False	44050	maximal	True	FIJ0140_000000009440	1.0		22	6	False	False	0.9990183115005493	0					non-mobilizable	no_good_hit								True	False
ISR0173_000000006372	1539	0.5484970503153872	1	1	1	1	1	False	67063	fragment	False	ENG0012_000000012153	0.4611476309636487		0	0	False	False	1.0	0					non-mobilizable	chromosome	1542.0	96.887	100.0	0.0006607718896232228	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MAD0048_000000005087	4351	0.5484955654277289	7	6	6	6	5	False	17565	maximal	True	MAD0048_000000005087	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	99.53299999999999	15.0	0.00027222988074889507	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
SPA0059_000000006610	3969	0.5484953989476739	6	5	4	5	2	False	56404	maximal	True	SPA0059_000000006610	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3967.0	98.538	100.0	0.0014395778594087343	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0365_000000002753	5176	0.5484941852141493	5	4	2	2	4	False	23665	maximal	True	ISR0365_000000002753	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2217.0	77.763	42.0	0.021582876657930267	NZ_KB291640.1	firmicutes	Clostridium celatum DSM 1785 Scfld67, whole genome shotgun sequence	True	False
ISR0292_000000004654	3667	0.5484932856454717	5	5	5	5	5	False	121657	maximal	True	ISR0292_000000004654	1.0		130	8	False	False	0.9901826977729797	0					non-mobilizable	other	3667.0	94.87299999999999	99.0	0.060431654676258995	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0258_000000009717	2408	0.5484899162498245	2	2	2	1	1	False	113825	maximal	False	ISR0384_000000006703	0.9783715711050875		0	0	False	False	0.9954319000244141	0					non-mobilizable	other	2394.0	80.994	98.0	0.046285781415201475	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
ISR0020_000000003053	5916	0.5484893687535607	8	4	2	2	2	False	59488	fragment	False	ENG0116_000000003555	0.9943358821863494		0	0	False	False	1.0	0					non-mobilizable	plasmid	5636.0	87.74	95.0	0.11126938904716682	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ENG0163_000000003514	5885	0.5484893687535607	8	4	2	2	2	False	59488	fragment	False	ENG0116_000000003555	0.9952664787435692		0	0	False	False	1.0	0					non-mobilizable	plasmid	5637.0	86.87200000000001	96.0	0.11126938904716682	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ENG0116_000000003555	5885	0.5484893687535607	8	4	2	2	2	False	59488	fragment	False	ENG0116_000000003555	0.9953791674972315		0	0	False	False	1.0	0					non-mobilizable	plasmid	5637.0	86.87200000000001	96.0	0.11126938904716682	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0348_000000002194	5100	0.5484893687535607	6	4	2	2	2	False	24998	fragment	False	ISR0348_000000002194	0.989770867430442		0	0	False	False	1.0	0					non-mobilizable	plasmid	4851.0	85.756	95.0	0.0957383665716999	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0323_000000003442	4888	0.5484893687535607	5	4	2	2	2	False	24998	fragment	False	ISR0348_000000002194	0.9694117647058824		0	0	False	False	0.9995908141136169	0					non-mobilizable	plasmid	4557.0	84.68299999999999	93.0	0.08992165242165243	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0293_000000011369	3224	0.5484822173622725	5	4	3	4	2	False	88877	maximal	True	ISR0293_000000011369	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	97.052	32.0	0.00014182006064096867	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0303_000000004147	2847	0.5484797884926382	4	3	3	3	2	False	74112	maximal	True	ISR0303_000000004147	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0045_000000018517	1413	0.5484796945694974	1	1	1	1	1	False	36230	fragment	False	ISR0368_000000008760	0.9473684210526315		0	0	False	False	0.9964614510536194	0					non-mobilizable	other	1241.0	96.213	99.0	0.00043615879847242167	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ENG0159_000000009844	2323	0.5484794679316023	3	3	3	3	2	False	106584	fragment	False	ENG0159_000000009844	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2350.0	98.04299999999999	100.0	0.000711359247321955	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0014_000000005917	2748	0.5484780192815061	3	3	3	3	3	False	96878	fragment	False	MON0014_000000005917	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2749.0	99.927	100.0	0.0026444741268808677	NZ_CABKUF010000007.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
FIJ0113_000000000641	24712	0.5484775458347326	21	12	9	10	2	True	97623	fragment	False	FIJ0129_000000000627	0.8712876747175043		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1246.0	81.38	5.0	0.07719015438030877	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
USA0040_01_000000005022	3410	0.5484755405299268	5	4	4	3	2	False	1303	maximal	True	USA0040_01_000000005022	1.0		267	11	False	False	0.9997067451477051	0					non-mobilizable	other	3410.0	98.035	100.0	0.001016158383187078	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0135_01_000000009436	1619	0.5484696802834967	3	3	3	2	2	False	34	maximal	True	USA0135_01_000000009436	1.0		2	1	False	False	0.9925880432128906	0					non-mobilizable	no_good_hit	526.0	78.707	32.0	0.0016067075422914975	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
CHI0159_000000012695	1270	0.5484679033861879	2	2	2	2	1	False	78795	fragment	False	ISR0806_000000010488	0.650251522372253		0	0	False	False	1.0	0					non-mobilizable	chromosome	1270.0	99.291	100.0	0.0003551685987297335	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0151_000000009963	1624	0.5484653345944497	3	3	3	3	3	False	103660	maximal	True	AST0151_000000009963	1.0		4	3	False	False	0.9975369572639465	0					non-mobilizable	no_good_hit	1007.0	98.213	62.0	0.00044803887049579247	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0147_000000009196	2105	0.5484629258406892	3	3	3	2	2	False	106474	maximal	True	CHI0147_000000009196	1.0		90	9	False	False	0.9966745972633362	0					non-mobilizable	other	2107.0	99.478	100.0	0.002717391304347826	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
MON0007_000000005488	7672	0.5484593865988212	8	8	7	7	7	False	94819	maximal	True	MON0007_000000005488	0.9659295074852091		42	8	False	False	0.9984358549118042	0					non-mobilizable	no_good_hit	4019.0	91.565	79.0	0.0014229584642164235	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0073_000000008184	3138	0.5484586923207371	3	3	1	2	3	False	118354	fragment	False	ENG0073_000000008184	0.9938233752449023		0	0	False	False	1.0	0					non-mobilizable	other	3138.0	99.586	100.0	0.0013204017860149373	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
SPA0077_000000004616	6031	0.5484565927003603	8	7	5	4	5	True	132395	backbone	False	SPA0082_000000002281	0.8782019389280948	PS1159|PS1161|PS463	0	0	True	True	1.0	36		MOBV			mobilizable	plasmid	1824.0	99.726	93.0	0.26188765981899154	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0026_000000028335	1229	0.5484487657249831	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.10461132932780971		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	99.756	99.0	0.02905242221906521	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0075_000000006410	3754	0.5484469438021942	3	2	0	2	2	False	62117	maximal	True	ENG0075_000000006410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	84.72200000000001	6.0	0.08040388930441286	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	False
ISR0188_000000015162	1367	0.5484468744237293	1	1	1	1	1	False	29249	maximal	True	ISR0188_000000015162	1.0		1	1	False	False	0.9978054165840149	0					non-mobilizable	no_good_hit	142.0	80.282	14.0	0.0009700404067191	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	False
USA0080_01_000000019218	2252	0.5484454377109537	2	2	2	2	2	False	107207	maximal	True	USA0080_01_000000019218	1.0		3	3	False	False	0.99866783618927	0					non-mobilizable	other	2253.0	95.473	100.0	0.04628048153102171	NZ_FQZN01000038.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
MON0077_000000011572	3337	0.5484413510469235	2	1	1	1	1	False	10241	maximal	True	MON0077_000000011572	1.0		1	1	False	False	0.9991009831428528	0					non-mobilizable	no_good_hit								True	False
ENG0140_000000014337	1291	0.5484381195101717	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.5732678862825001		0	0	False	False	0.9659178853034973	0					non-mobilizable	other	1277.0	93.89200000000001	99.0	0.000381171502960731	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0047_000000002998	5021	0.5484353291576015	6	5	2	5	1	True	64372	maximal	True	ENG0047_000000002998	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.000655618284465489	NZ_LZZM01000177.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000177, whole genome shotgun sequence	True	True
ISR0209_000000016517	1726	0.5484324388872606	2	2	2	1	1	False	28463	maximal	True	ISR0209_000000016517	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	100.0	65.0	0.03076328288964984	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0128_000000004946	1633	0.5484315492332801	4	3	3	3	1	True	87669	fragment	False	CHI0128_000000004946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	238.0	95.79799999999999	25.0	0.0024747305989474564	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	True
ISR0375_000000005600	3531	0.5484249685898536	4	4	4	4	2	False	109865	maximal	True	ISR0375_000000005600	1.0	PS691	1	1	False	True	0.9994335770606995	0					non-mobilizable	no_good_hit	996.0	74.297	28.0	0.0001795132626108067	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	True
USA0021_01_000000014176	1250	0.5484243185741854	2	2	2	2	2	False	1739	maximal	True	USA0021_01_000000014176	1.0		688	14	False	False	0.9919999837875366	0					non-mobilizable	chromosome	1250.0	98.0	100.0	0.00040257558122856784	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0096_000000010798	3159	0.5484240417169576	6	3	2	1	2	True	25155	fragment	False	MON0096_000000010798	1.0		0	0	False	False	0.9914529919624329	0					non-mobilizable	no_good_hit								True	True
SPA0016_000000008556	3791	0.54841886801462	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.2538225103558391		0	0	False	False	0.9986810684204102	0					non-mobilizable	other	3791.0	99.499	100.0	0.06268088977094187	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0054_000000006324	4341	0.5484174130096421	6	5	5	5	5	False	34859	maximal	True	SPA0054_000000006324	0.9951373693168004		455	12	False	False	1.0	0					non-mobilizable	other	4350.0	96.414	100.0	0.001155824458395243	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0037_000000001850	10930	0.5484164289402321	8	6	4	5	3	False	54393	maximal	True	FIJ0037_000000001850	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2130.0	80.61	34.0	0.0006385736702067177	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
CHI0158_000000004289	3564	0.5484161657925368	4	3	2	2	3	False	78915	maximal	False	DEN0064_000000010328	0.9659759171100533		0	0	False	False	1.0	0					non-mobilizable	other	3507.0	99.23	98.0	0.008634170728043324	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	False	False
ISR0279_000000007441	2757	0.5484137518624878	3	2	2	2	2	False	127088	fragment	False	ISR0279_000000007441	0.9920737746528412		0	0	False	False	1.0	0					non-mobilizable	other	2757.0	100.0	100.0	0.009992422292238469	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0017_000000012554	2686	0.5484137518624878	2	2	2	2	2	False	127088	fragment	False	ISR0279_000000007441	0.9888546959440998		0	0	False	False	1.0	0					non-mobilizable	other	2686.0	100.0	100.0	0.009734997770196041	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0137_000000010162	2581	0.5484137518624878	2	2	2	2	2	False	127088	fragment	False	ISR0279_000000007441	0.9706306194268037		0	0	False	False	0.9988376498222351	0					non-mobilizable	other	2581.0	100.0	100.0	0.009354299533372733	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0070_000000008432	2569	0.5484137518624878	2	2	2	2	2	False	127088	fragment	False	ISR0279_000000007441	0.972950207992958		0	0	False	False	0.9945504069328308	0					non-mobilizable	other	2569.0	99.92200000000001	100.0	0.009310791163450068	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0014_000000006727	2561	0.5484137518624878	2	2	2	2	2	False	127088	fragment	False	ISR0279_000000007441	0.8278872655536945		0	0	False	False	1.0	0					non-mobilizable	other	2264.0	99.249	96.0	0.00820132773042214	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0142_000000012026	2332	0.5484137518624878	2	2	2	2	2	False	127088	fragment	False	ISR0279_000000007441	0.5979057191959176		0	0	False	False	0.9978559017181396	0					non-mobilizable	other	2332.0	99.87100000000001	100.0	0.008451500857477458	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0075_000000010733	2300	0.5484137518624878	2	2	2	2	2	False	127088	fragment	False	ISR0279_000000007441	0.3684401913089212		0	0	False	False	1.0	0					non-mobilizable	other	2300.0	99.95700000000001	100.0	0.008335478537683686	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0071_000000010129	2296	0.5484137518624878	2	2	2	2	2	False	127088	fragment	False	ISR0279_000000007441	0.3649614065180103		0	0	False	False	0.9995644688606262	0					non-mobilizable	other	2296.0	100.0	100.0	0.008320975747709465	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0007_000000008262	2248	0.5484137518624878	2	2	2	2	2	False	127086	fragment	False	AST0007_000000008262	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2169.0	100.0	96.0	0.00786051216602794	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0201_000000014739	2051	0.5484137518624878	2	2	2	2	2	False	85060	fragment	False	ISR0201_000000014739	0.9942453181998248		0	0	False	False	0.9975621700286865	0					non-mobilizable	other	2000.0	100.0	98.0	0.00724776928961709	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0109_000000016134	2015	0.5484137518624878	2	2	2	2	2	False	85060	fragment	False	ISR0201_000000014739	0.9869498485448925		0	0	False	False	1.0	0					non-mobilizable	other	2015.0	100.0	100.0	0.00730215475202042	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0079_000000014494	1923	0.5484137518624878	2	2	2	2	2	False	85060	fragment	False	ISR0201_000000014739	0.9630628725176271		0	0	False	False	0.9984399080276489	0					non-mobilizable	other	1923.0	100.0	100.0	0.00696859058261333	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0069_000000005411	1863	0.5484137518624878	2	2	2	2	2	False	85060	fragment	False	ISR0201_000000014739	0.9454852786835716		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	100.0	100.0	0.0067510487330000105	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0117_01_000000012330	1703	0.5484089217989591	3	3	3	2	0	True	242	maximal	True	USA0117_01_000000012330	1.0		0	0	False	False	0.9706400632858276	0					non-mobilizable	no_good_hit	510.0	98.824	30.0	0.0001774179381037961	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
CAN0020_000000017830	2048	0.5484078750389297	4	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.7349009817773385		0	0	False	False	1.0	0					non-mobilizable	other	2048.0	97.75399999999999	100.0	0.0006163125002446282	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0804_000000009836	1946	0.5484078750389297	5	2	1	2	2	False	129423	maximal	True	ISR0804_000000009836	1.0		96	9	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	98.51799999999999	72.0	0.00026374682472608417	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0095_000000018948	1649	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6592162612010081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	95.046	73.0	0.00015106830842372438	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0156_000000015437	1611	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6604549095705651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.976	75.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0223_000000020357	1548	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6586430968887758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	92.87	78.0	0.00015162370661645866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0191_000000020802	1545	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6586913854786012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.60600000000001	78.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0003_000000014311	1545	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6590916424626995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.791	78.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0048_000000010172	1545	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6590916424626995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.791	78.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0209_000000011860	1533	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6580621672066961		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	92.81700000000001	78.0	0.00014662512288185015	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0068_000000016850	1528	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6487913624284976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.791	82.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0133_01_000000013816	1523	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6480061061848512		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.791	79.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0015_000000023324	1519	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6467093623680682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.60600000000001	79.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0154_000000021877	1519	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6469698249947645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.791	79.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0135_01_000000010153	1508	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6310534851292867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.791	80.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0003_000000021815	1474	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.59598041598916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.791	82.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0034_000000024081	1446	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.5785613022600677		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	522.0	91.954	82.0	0.00014468122920728016	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0019_000000047671	1406	0.5484078750389297	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.8848897184808217		0	0	False	False	0.9957325458526611	0					non-mobilizable	chromosome	1408.0	96.094	100.0	0.0003762485341314233	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0009_000000027652	1354	0.5484078750389297	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.18435671097538173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	92.91	85.0	0.00014856901655642011	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0281_000000005957	2777	0.5484053820619353	3	1	1	1	1	False	67650	maximal	True	ISR0281_000000005957	1.0		32	8	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	99.445	52.0	0.2165614667868951	MK232879.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_3-proph_c1 sequence	True	False
MAD0066_000000012144	2226	0.5484053820619353	2	1	1	1	1	False	67647	maximal	True	MAD0066_000000012144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	99.445	65.0	0.2165614667868951	MK232879.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_3-proph_c1 sequence	True	False
ISR0212_000000017636	2012	0.5484053820619353	3	1	1	1	1	False	28349	maximal	True	ISR0212_000000017636	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	99.49600000000001	56.0	0.010357056921966376	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
ISR0047_000000021243	1409	0.5484053820619353	1	1	1	1	1	False	67645	fragment	False	ISR0049_000000020001	0.9750570388095182		0	0	False	False	1.0	0					non-mobilizable	virus	1409.0	99.85799999999999	100.0	0.21160204388337842	MK232879.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_3-proph_c1 sequence	False	False
ISR0046_000000028383	1315	0.5484053820619353	2	1	1	1	1	False	36143	maximal	True	ISR0046_000000028383	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	99.495	75.0	0.009716456143450226	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	True	False
ENG0138_000000003837	5433	0.5484043986081	9	6	5	4	2	False	57950	maximal	True	ENG0138_000000003837	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	73.638	14.0	0.001311319770123456	NZ_FPKO01000008.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ISR0297_000000005738	2424	0.5484030418935292	4	4	4	3	3	False	87821	fragment	False	ISR0297_000000005738	0.871545268686684		0	0	False	False	0.9995874762535095	0					non-mobilizable	other	2424.0	99.587	100.0	0.0007779020594660054	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0015_000000005626	5957	0.5484020747801267	6	5	5	4	3	True	118247	fragment	False	MON0015_000000005626	0.9883512229742916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4592.0	95.73200000000001	89.0	0.04070959894163922	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	True
MAD0012_000000004602	5653	0.5484020747801267	6	5	5	4	3	True	118247	fragment	False	MON0015_000000005626	0.9683199084548821		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4349.0	97.03399999999999	88.0	0.018200930567595978	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0131_000000003944	5357	0.5484020747801267	6	5	5	4	3	True	118247	fragment	False	MON0015_000000005626	0.8360746306860819		0	0	False	False	0.9985066056251526	0					non-mobilizable	no_good_hit	4401.0	96.84200000000001	87.0	0.039013735605139085	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	True
ISR0077_000000019977	1761	0.5484007092973308	2	2	2	2	2	False	102762	fragment	False	ISR0077_000000019977	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1761.0	97.274	100.0	0.01036599012875031	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
FIJ0135_000000012693	2248	0.5483978587178657	3	3	3	2	2	False	40603	maximal	True	FIJ0135_000000012693	1.0		81	12	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	76.712	10.0	4.632482536618158e-05	CP016499.1	a-proteobacteria	Agrobacterium sp. RAC06, complete genome	True	False
ENG0044_000000003583	4929	0.5483976308582033	3	3	3	3	0	True	129356	maximal	True	ENG0044_000000003583	1.0		5	2	False	False	0.9951308369636536	0		MOBV			mobilizable	no_good_hit	2877.0	97.949	58.0	0.004574831744496601	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
MON0020_000000015432	1408	0.5483971247559568	3	2	1	2	0	True	13100	maximal	True	MON0020_000000015432	1.0		34	4	False	False	0.9971590638160706	0					non-mobilizable	other	1401.0	99.5	99.0	0.004119500834198919	NZ_QVEU01000002.1	firmicutes	Anaerococcus nagyae strain OF01-3 OF01-3.Scaf2, whole genome shotgun sequence	False	True
ENG0161_000000016620	1253	0.5483971247559568	3	2	1	2	0	True	56388	maximal	True	ENG0161_000000016620	1.0		22	6	False	False	0.9984038472175598	0					non-mobilizable	no_good_hit								True	True
ISR0065_000000028188	1237	0.5483971247559568	3	2	1	2	0	True	35162	fragment	False	ISR0065_000000028188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0057_000000010641	2253	0.5483967960265071	4	3	3	3	2	True	63546	fragment	False	ENG0057_000000010641	1.0		0	0	False	False	0.9995561242103577	0					non-mobilizable	no_good_hit								True	True
AUS0024_000000005947	5252	0.5483924661563698	6	4	3	4	3	True	98982	maximal	True	AUS0024_000000005947	1.0		3	3	False	False	0.9988575577735901	0					non-mobilizable	no_good_hit	485.0	71.753	9.0	0.0003534093188221777	NZ_CABWIB010000001.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	True
AST0019_000000019005	1582	0.5483905445860742	3	2	2	2	1	False	122152	fragment	False	AST0019_000000019005	1.0		0	0	False	False	0.9797724485397339	0					non-mobilizable	no_good_hit	405.0	94.815	26.0	0.00217384285914144	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
FIJ0131_000000011371	1635	0.5483861307569038	2	2	2	2	1	False	40819	fragment	False	FIJ0131_000000011371	1.0		0	0	False	False	0.9853211045265198	0					non-mobilizable	no_good_hit	165.0	76.36399999999999	10.0	3.535258017444655e-05	NZ_CP041046.1	g-proteobacteria	Luteibacter pinisoli strain MAH-14 chromosome, complete genome	True	False
DEN0082_000000003275	9633	0.5483853123401873	11	2	2	1	1	False	69341	maximal	True	DEN0082_000000003275	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	77.333	1.0	0.07009803921568628	NZ_JRPE02000038.1	e-proteobacteria	Helicobacter magdeburgensis strain MIT 96-1001 NODE_38_length_2040_cov_581.338, whole genome shotgun sequence	True	False
ISR0067_000000004338	5822	0.5483846002912062	8	2	1	1	2	False	35091	maximal	True	ISR0067_000000004338	1.0		36	5	False	False	0.9987976551055908	0					non-mobilizable	no_good_hit	1502.0	94.274	26.0	0.9993328885923949	KR068170.1	bacteria	Uncultured rumen bacterium clone YAK-E83 16S ribosomal RNA gene, partial sequence	True	False
FIJ0008_000000014656	1953	0.5483836604815189	3	3	3	3	1	False	121854	fragment	False	FIJ0048_000000015861	0.6357091671285149		0	0	False	False	1.0	0					non-mobilizable	chromosome	1953.0	97.389	100.0	0.0006566951773127467	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0363_000000010014	1869	0.5483836604815189	3	3	3	3	1	False	121854	fragment	False	FIJ0048_000000015861	0.5362477841644361		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	96.897	100.0	0.000580820540452424	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0271_000000007576	2222	0.5483784227860893	3	2	2	2	2	False	115796	fragment	False	ISR0271_000000007576	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2024.0	96.838	91.0	0.0004875046759421269	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
AST0024_000000011713	2855	0.548374213637375	4	4	4	4	1	False	126296	fragment	False	AST0024_000000011713	1.0		0	0	False	False	0.9992994666099548	0					non-mobilizable	no_good_hit	134.0	88.06	5.0	0.00048223175405455384	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
CHI0141_000000009190	3013	0.5483725675162313	3	3	3	2	3	True	106449	fragment	False	CHI0141_000000009190	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3013.0	100.0	100.0	0.020288293142934125	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
CHI0052_000000011198	1425	0.5483614925914513	2	2	2	2	2	False	86472	maximal	True	CHI0052_000000011198	1.0		7	2	False	False	1.0	0					non-mobilizable	chromosome	1431.0	83.85700000000001	100.0	0.00040252425675054945	NZ_CP028105.1	fusobacteria	Fusobacterium ulcerans strain ATCC 49185 chromosome, complete genome	False	False
ISR0158_000000015309	1266	0.5483601962513012	2	2	2	1	1	False	30497	fragment	False	ISR0158_000000015309	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	99.921	100.0	0.00036065656030006627	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
SPA0039_000000019577	1428	0.5483572580219425	3	2	2	2	0	False	6990	fragment	False	SPA0039_000000019577	1.0		0	0	False	False	0.9985994100570679	0					non-mobilizable	other	1373.0	97.23200000000001	100.0	0.03696519021446276	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0051_01_000000008999	2303	0.548354639875279	4	3	3	2	1	False	5495	fragment	False	USA0051_01_000000008999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	82.36200000000001	61.0	0.0002944352407158315	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0116_01_000000011088	2302	0.548354639875279	4	3	3	2	1	False	5495	fragment	False	USA0051_01_000000008999	0.9997828918801563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	82.36200000000001	61.0	0.0002944352407158315	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0212_000000029069	1247	0.5483534650591596	1	1	1	1	1	False	28314	maximal	True	ISR0212_000000029069	1.0		0	0	False	False	0.9526864290237427	0					non-mobilizable	no_good_hit	161.0	75.155	13.0	4.884464107126067e-05	NZ_CP040990.1	g-proteobacteria	Vibrio furnissii strain FDAARGOS_777 chromosome 1, complete sequence	True	False
DEN0078_000000002005	10388	0.5483509342352814	11	4	1	4	2	False	96796	fragment	False	DEN0078_000000002005	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00033131876292428797	HG515537.1	eudicots	Orobanche crenata chloroplast complete genome, specimen voucher BONN:S. Wicke OC41	True	False
ISR0031_000000006055	3424	0.5483445837201432	4	4	4	3	3	False	108784	fragment	False	ISR0257_000000004662	0.7844439798259261		0	0	False	False	0.9997079372406006	0					non-mobilizable	other	3421.0	96.98899999999999	99.0	0.020888573907305807	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
SPA0002_000000011013	1807	0.5483443420029271	4	4	3	2	3	False	8400	fragment	False	SPA0002_000000011013	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1748.0	100.0	100.0	0.017129634169060763	CP043734.1	enterobacteria	Escherichia coli strain CVM N17EC1164 plasmid pN17EC1164-1, complete sequence	False	True
MAD0051_000000019816	1451	0.5483437991048863	2	2	2	2	2	False	30029	maximal	True	MAD0051_000000019816	1.0		53	6	False	False	0.9807029366493225	0					non-mobilizable	no_good_hit	698.0	78.797	48.0	0.00021012894276033022	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ENG0194_000000005751	4656	0.5483434449461784	6	2	1	2	1	True	69575	fragment	False	ENG0194_000000005751	1.0		0	0	False	False	0.9991409182548523	0					non-mobilizable	no_good_hit	622.0	76.367	13.0	0.00028359421505239475	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	True
ISR0237_000000003341	2944	0.5483431453411015	4	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.2950182820425036		0	0	False	False	0.9979619383811951	0					non-mobilizable	other	2957.0	93.64200000000001	100.0	0.26313422094278516	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0133_000000007845	4698	0.5483400638406614	4	2	2	2	2	False	48420	maximal	True	FIJ0133_000000007845	1.0		63	10	False	False	0.9993614554405212	0					non-mobilizable	no_good_hit	45.0	95.556	1.0	0.11488250652741515	NZ_BHXD01000057.1	thermotogales	Thermosipho globiformans strain JCM 15059 Tglo_057, whole genome shotgun sequence	True	False
ISR0824_000000006770	2914	0.5483395402016692	4	4	3	2	3	True	22987	maximal	True	ISR0824_000000006770	1.0		44	8	False	False	0.9993136525154114	0					non-mobilizable	other	2914.0	100.0	100.0	0.0009809428365916933	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
SPA0058_000000020367	1505	0.5483330809857729	2	2	2	2	2	False	6294	fragment	False	SPA0058_000000020367	1.0		0	0	False	False	0.999335527420044	0					non-mobilizable	other	1538.0	81.86	100.0	0.0004610804159180259	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0147_000000016299	1342	0.5483298197796558	2	2	2	2	1	False	46648	fragment	False	FIJ0147_000000016299	0.9843066993854691		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	98.361	100.0	0.0003287835670001331	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0026_000000000734	23559	0.5483282490346668	25	17	8	14	10	True	122915	fragment	False	ENG0091_000000000712	0.6336918201429643		0	0	False	False	0.9998726844787598	0					non-mobilizable	chromosome	21609.0	96.705	99.0	0.0067994426045660155	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
SPA0056_000000005956	5320	0.5483277095180649	8	3	2	2	2	False	129828	maximal	True	SPA0056_000000005956	1.0		0	0	False	False	0.9975563883781433	0					non-mobilizable	no_good_hit	496.0	81.048	9.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0367_000000007269	1352	0.5483200690976928	3	3	3	3	2	False	104380	fragment	False	ENG0093_000000007624	0.5378997036812356		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	99.186	100.0	0.009290778678660093	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0067_000000012455	1696	0.5483107806467904	2	1	1	1	1	False	6031	maximal	True	SPA0067_000000012455	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	98.795	10.0	9.529392400165176e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
DEN0011_000000025864	1769	0.5483099681208936	2	2	2	2	2	False	75644	maximal	True	DEN0011_000000025864	1.0		138	12	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.945	16.0	3.3039059990877486e-05	NZ_LT629701.1	high GC Gram+	Allokutzneria albata strain DSM 44149 chromosome I	True	False
ISR0221_000000009293	2483	0.5483084643693542	3	3	2	3	2	True	131281	fragment	False	ISR0221_000000009293	1.0		0	0	False	True	0.9774466156959534	0					non-mobilizable	chromosome	2493.0	94.14399999999999	100.0	0.0008790047027280904	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0102_000000003512	7459	0.548306881593111	11	1	1	1	1	False	108393	maximal	True	AST0102_000000003512	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	98.006	56.0	0.0005633354789767196	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0349_000000006317	1704	0.548306881593111	3	1	1	1	1	False	25088	maximal	True	ISR0349_000000006317	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	95.295	83.0	0.0005912316187338816	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0319_000000013831	1481	0.548306881593111	2	1	1	1	1	False	25084	fragment	False	ISR0319_000000013831	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1370.0	96.131	98.0	0.00048325890887269	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	False	False
CHI0160_000000011003	2735	0.5483049085565914	2	2	2	1	1	False	78737	maximal	True	CHI0160_000000011003	1.0		2	2	False	False	0.9912248849868774	0					non-mobilizable	no_good_hit	1403.0	88.382	51.0	0.0006462584560272655	CP022537.1	firmicutes	Streptococcus agalactiae strain 874391 chromosome, complete genome	True	False
ENG0177_000000021806	1188	0.5483016679539435	2	1	1	1	1	False	55493	fragment	False	ENG0177_000000021806	1.0		0	0	False	False	0.994107723236084	0					non-mobilizable	no_good_hit								True	False
CHI0034_000000006549	2441	0.5483009296146516	3	2	1	1	2	False	121078	maximal	True	CHI0034_000000006549	1.0		19	9	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	86.18700000000001	56.0	0.0003925536875747067	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0793_000000011974	1411	0.5483007951896699	2	2	1	2	2	False	22011	maximal	True	ISR0793_000000011974	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	94.178	21.0	0.5878787878787879	KU547214.1	bacteria	Uncultured bacterium clone AX_08A_000_Contig_29 genomic sequence	True	False
MON0027_000000021671	1894	0.5482985046286613	3	2	2	2	1	False	12645	maximal	True	MON0027_000000021671	1.0		8	3	False	False	0.9625132083892822	0					non-mobilizable	no_good_hit	280.0	86.071	15.0	0.00011836890253816747	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
MAD0102_000000006701	2666	0.5482956709865173	2	2	2	2	1	True	131333	maximal	True	MAD0102_000000006701	0.9538053767512306		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	82.325	47.0	0.0028926922435053497	NZ_QGDL01000002.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_102, whole genome shotgun sequence	True	True
ISR0064_000000007606	2641	0.5482956709865173	2	2	2	2	1	True	131333	maximal	False	MAD0102_000000006701	0.949549887471868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	82.061	49.0	0.0030201746741085503	NZ_QGDL01000002.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_102, whole genome shotgun sequence	True	True
MON0078_000000003552	8991	0.5482939202013565	7	7	6	7	7	False	10180	maximal	True	MON0078_000000003552	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1474.0	83.65	29.0	0.00044240831546935337	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0215_000000011606	2507	0.5482937303923403	3	3	3	3	3	False	119439	fragment	False	ISR0215_000000011606	1.0		0	0	False	False	0.9976066946983337	0					non-mobilizable	other	2062.0	83.414	96.0	0.004523294084516958	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0114_000000004887	7707	0.5482933696517864	5	4	2	4	2	False	4475	maximal	True	SPA0114_000000004887	1.0		3	3	False	False	0.9972752332687378	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	5.124415412083911e-05	NZ_LN908976.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
SPA0107_000000027344	1213	0.5482916806836959	3	2	2	1	0	True	4707	maximal	True	SPA0107_000000027344	1.0		5	5	False	False	0.9868095517158508	0					non-mobilizable	no_good_hit								True	True
FIJ0124_000000015778	1792	0.5482908236981039	2	1	1	1	0	True	119646	fragment	False	FIJ0124_000000015778	1.0		0	0	False	False	0.9899553656578064	0					non-mobilizable	other	1760.0	96.53399999999999	98.0	0.0003395779117985467	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
CHI0111_000000019817	1515	0.5482853700432361	3	2	2	2	1	False	82510	maximal	True	CHI0111_000000019817	1.0		45	10	False	False	0.9735973477363586	0					non-mobilizable	no_good_hit								True	False
MAD0041_000000022807	1591	0.5482820659959038	3	2	2	2	2	False	25142	fragment	False	MAD0041_000000022807	1.0		0	0	False	False	0.9478315711021423	0					non-mobilizable	chromosome	1562.0	97.823	98.0	0.0007069602295243077	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	False	False
AST0050_000000005377	2481	0.5482805325594925	3	3	3	3	2	False	127472	maximal	True	AST0050_000000005377	1.0	PS1007	13	2	False	True	0.9995969533920288	0					non-mobilizable	chromosome	2481.0	99.919	100.0	0.001381741841594441	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	True
FIJ0057_000000010085	3105	0.5482805005285878	5	3	2	3	3	False	46155	fragment	False	FIJ0057_000000010085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.603857759930101e-05	NZ_ATXD01000008.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
FIJ0062_000000006376	4441	0.548277587281757	3	3	2	3	2	False	45730	maximal	True	FIJ0062_000000006376	1.0		1	1	False	False	0.9738797545433044	0					non-mobilizable	no_good_hit	291.0	100.0	7.0	5.675155655820988e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
DEN0064_000000023303	1781	0.5482702651362593	1	1	1	0	1	False	71253	maximal	True	DEN0064_000000023303	1.0		200	10	False	False	0.9966310858726501	0					non-mobilizable	other	1781.0	98.09100000000001	100.0	0.008616558314252658	NZ_CABMOJ010000074.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0070_000000007904	2595	0.5482694841858071	2	2	1	2	1	False	102086	fragment	False	ISR0070_000000007904	1.0		0	0	False	False	0.9922928810119629	0					non-mobilizable	no_good_hit	695.0	78.273	27.0	0.009275135346771254	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
USA0019_01_000000016359	1849	0.5482676852553888	2	2	2	1	1	False	98884	maximal	False	USA0013_01_000000005452	0.9738204300502002		0	0	False	False	0.9859383702278137	0					non-mobilizable	chromosome	1851.0	99.19	100.0	0.0003438975564498544	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0066_000000008051	1633	0.5482676852553888	2	2	2	1	1	False	87744	fragment	False	SPA0108_000000017059	0.9752265861027191		0	0	False	False	1.0	0					non-mobilizable	chromosome	1633.0	99.939	100.0	0.0003033734119600878	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CHI0182_000000012162	2268	0.5482628455052102	2	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.7664441980835736		0	0	False	False	1.0	0					non-mobilizable	other	2268.0	98.854	100.0	0.007716898880246175	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
SPA0093_000000031263	1190	0.548258765209457	2	2	2	2	2	False	27591	fragment	False	ISR0228_000000021985	0.9691079636170635		0	0	False	False	0.9899159669876099	0					non-mobilizable	no_good_hit	499.0	81.16199999999999	42.0	0.00203092753896714	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0009_000000024018	1728	0.5482578722177055	3	3	2	3	1	False	51226	maximal	True	FIJ0009_000000024018	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	86.014	17.0	0.005526683214396525	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MAD0044_000000007877	3050	0.5482577183745752	5	4	3	4	3	False	17974	maximal	True	MAD0044_000000007877	1.0		3	2	False	False	0.9996721148490906	0					non-mobilizable	no_good_hit	629.0	94.75399999999999	21.0	0.007568179900938792	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
USA0069_01_000000029962	2042	0.5482567349547076	3	3	3	3	3	False	131682	fragment	False	USA0069_01_000000029962	1.0		0	0	False	False	0.9995102882385254	0					non-mobilizable	other	2042.0	98.58	100.0	0.002399409376153562	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0038_000000012071	2599	0.5482526422593756	5	4	2	3	3	False	101646	fragment	False	ISR0038_000000012071	1.0		0	0	False	False	0.9984609484672546	0					non-mobilizable	no_good_hit	851.0	96.35700000000001	50.0	0.06841468334005647	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
MON0083_000000034343	1200	0.5482492478862303	2	2	2	2	2	False	9846	fragment	False	MON0083_000000034343	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	714.0	96.499	99.0	0.00031817899866882474	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0800_000000002976	3590	0.5482460728508003	3	2	2	2	2	False	103879	maximal	False	CAN0016_000000012059	0.9464649033570702		0	0	False	False	0.9997214674949646	0					non-mobilizable	other	3590.0	98.691	100.0	0.011733512926806942	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	False	False
ENG0177_000000002169	10021	0.5482444483552225	10	7	4	5	5	False	120536	maximal	True	ENG0177_000000002169	0.9999500099980003		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	5219.0	99.98100000000001	53.0	0.0014108731325466368	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0789_000000001370	10002	0.5482444483552225	10	7	4	5	5	False	120536	maximal	False	ENG0177_000000002169	0.9990020955992416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5219.0	99.98100000000001	53.0	0.0014108731325466368	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0041_000000010356	3471	0.5482416939013484	3	2	1	1	1	True	131230	fragment	False	FIJ0041_000000010356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1849.0	91.725	53.0	0.0005165367643215298	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CHI0153_000000006618	2359	0.5482416939013484	3	2	1	1	1	True	131256	maximal	True	CHI0153_000000006618	1.0		1	1	False	False	0.991945743560791	0					non-mobilizable	other	2012.0	88.27	95.0	0.0006238890211529432	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0045_000000010851	2354	0.5482416939013484	3	2	1	1	1	True	131233	maximal	True	ISR0045_000000010851	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1721.0	92.62100000000001	73.0	0.00048140776783611565	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0058_000000020907	2331	0.5482416939013484	3	2	1	1	1	True	131217	fragment	False	MON0058_000000020907	0.8989470797795602		0	0	False	False	0.992277979850769	0					non-mobilizable	no_good_hit	2046.0	92.71700000000001	88.0	0.0005721810947544258	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0107_000000026872	2216	0.5482416939013484	2	2	1	1	1	True	131226	fragment	False	MON0107_000000026872	1.0		0	0	False	False	0.9995487332344055	0					non-mobilizable	other	1881.0	89.633	93.0	0.012712065608910656	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
TAN0006_000000006002	2117	0.5482416939013484	2	2	1	1	1	True	131239	maximal	True	TAN0006_000000006002	1.0		2	2	False	False	0.9905526638031006	0					non-mobilizable	other	1920.0	88.177	90.0	0.0005991091153354054	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0096_000000017432	2097	0.5482416939013484	2	2	1	1	1	True	131217	fragment	False	MON0058_000000020907	0.8499940669115589		0	0	False	False	1.0	0					non-mobilizable	other	1921.0	93.493	91.0	0.0005390193220721948	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0101_000000030709	2085	0.5482416939013484	3	2	1	1	1	True	131217	fragment	False	MON0058_000000020907	0.8048703826153367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	92.617	88.0	0.0005168177962934131	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0185_000000010188	2021	0.5482416939013484	2	2	1	1	1	True	131217	fragment	False	MON0058_000000020907	0.8308483743522016		0	0	False	False	1.0	0					non-mobilizable	other	2021.0	100.0	100.0	0.013702439983991208	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
AST0025_000000018941	1955	0.5482416939013484	2	2	1	1	1	True	131238	fragment	False	SPA0046_000000017752	0.18398022760782484		0	0	False	False	1.0	0					non-mobilizable	chromosome	1830.0	90.492	94.0	0.0005103309153435114	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ITA0006_000000012311	1935	0.5482416939013484	2	2	1	1	1	True	131217	fragment	False	MON0058_000000020907	0.7705783019259793		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	91.921	94.0	0.0005142885085464633	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0037_000000016289	1912	0.5482416939013484	2	2	1	1	1	True	47782	maximal	True	FIJ0037_000000016289	1.0		2	1	False	False	0.9989539980888367	0					non-mobilizable	other	1915.0	87.572	100.0	0.0005969134274781552	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0152_000000013656	1874	0.5482416939013484	2	2	1	1	1	True	131217	fragment	False	MON0058_000000020907	0.7698549343483114		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	97.271	99.0	0.0005246866915061459	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0018_000000015902	1873	0.5482416939013484	2	2	1	1	1	True	72447	maximal	True	SPA0018_000000015902	1.0		30	6	False	False	1.0	0					non-mobilizable	other	1873.0	92.098	100.0	0.0007233142468446726	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ENG0148_000000019863	1851	0.5482416939013484	2	2	1	1	1	True	131238	fragment	False	SPA0046_000000017752	0.21853010604930947		0	0	False	False	1.0	0					non-mobilizable	other	1857.0	89.015	100.0	0.0005802889337018325	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0294_000000009323	2061	0.5482403782196593	4	2	2	2	1	False	25769	fragment	False	ISR0294_000000009323	1.0		0	0	False	False	0.9985443949699402	0					non-mobilizable	no_good_hit								True	False
DEN0093_000000021913	1440	0.5482337459263589	2	2	2	2	1	True	68444	fragment	False	DEN0093_000000021913	1.0		0	0	False	False	0.9993055462837219	0					non-mobilizable	other	1440.0	98.194	100.0	0.22337783297112698	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	False	True
ENG0190_000000011498	2657	0.5482325670716343	3	2	2	2	2	False	126060	fragment	False	ENG0181_000000007415	0.9729874776386405		0	0	False	False	1.0	0					non-mobilizable	other	2657.0	99.81200000000001	100.0	0.006015814162078174	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0152_000000002890	8848	0.548228597516712	8	7	6	4	7	False	118043	fragment	False	ISR0152_000000002890	0.9858051884483603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6716.0	98.868	78.0	0.0013870043907687037	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ENG0060_000000016538	1851	0.5482240883989281	3	2	2	2	1	True	63326	fragment	False	ENG0060_000000016538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	1.2082856635870343e-05	CP046362.1	firmicutes	Listeria monocytogenes strain N843_15 chromosome, complete genome	True	True
DEN0070_000000019749	1721	0.5482187494476141	2	1	1	1	1	False	70597	maximal	True	DEN0070_000000019749	1.0		40	9	False	False	0.9988378882408142	0					non-mobilizable	no_good_hit	164.0	74.39	9.0	0.0005435749109979968	NZ_FMXR01000005.1	firmicutes	Eubacterium oxidoreducens strain DSM 3217, whole genome shotgun sequence	True	False
MON0101_000000036239	1787	0.5482122627040016	3	3	3	1	1	False	10533	maximal	True	MON0101_000000036239	1.0		59	9	False	False	1.0	0					non-mobilizable	chromosome	1786.0	94.345	100.0	0.0004601640968370872	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
ISR0109_000000009731	3222	0.5482114283347725	5	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.7325074861157457		0	0	False	False	1.0	0					non-mobilizable	other	3222.0	99.41	100.0	0.04824311775454573	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
FIJ0032_000000003270	10078	0.5482104950863834	21	4	1	2	3	True	48482	maximal	True	FIJ0032_000000003270	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	100.0	1.0	4.1443762541055225e-05	AP018049.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	True
SPA0057_000000018613	1747	0.5482087315267549	2	2	2	2	2	False	119100	maximal	True	SPA0057_000000018613	1.0	PS816	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1431.0	87.561	82.0	0.006600308970314798	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
MAD0057_000000001560	8786	0.5482070865011743	6	6	3	3	5	True	90436	fragment	False	MAD0057_000000001560	1.0		0	0	False	False	0.9992032647132874	0					non-mobilizable	other	6666.0	97.075	100.0	0.0018018510071465671	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0393_000000002642	6062	0.5482070865011743	6	6	3	3	5	True	22783	fragment	False	ISR0393_000000002642	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6063.0	96.355	100.0	0.002059521216534479	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ISR0098_000000009448	1851	0.5482058138929284	3	2	2	2	2	False	99473	fragment	False	ISR0098_000000009448	1.0		0	0	False	False	0.9983792304992676	0					non-mobilizable	chromosome	1851.0	98.055	100.0	0.0005930657081349598	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0146_000000020187	2038	0.5482054241682829	5	1	1	1	1	False	31007	maximal	True	ISR0146_000000020187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000006004	9430	0.5482045703389173	14	4	2	4	1	False	1481	fragment	False	USA0034_01_000000006004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	386.0	76.943	4.0	0.005979166342276131	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
ISR0039_000000001935	11734	0.5482023378343666	15	6	4	6	2	False	36573	fragment	False	ISR0039_000000001935	1.0		0	0	False	False	0.9984660148620605	0					non-mobilizable	no_good_hit	79.0	89.87299999999999	1.0	0.000372311481513303	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
SPA0066_000000008587	1515	0.5481995985158107	3	3	3	2	1	True	85854	maximal	True	SPA0066_000000008587	0.9762500000144613		355	10	False	False	0.9914191365242004	0					non-mobilizable	other	1515.0	99.538	100.0	0.00043164745635913067	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ENG0143_000000012800	1458	0.5481995985158107	3	3	3	2	1	True	85854	maximal	False	SPA0066_000000008587	0.9693584880005869		0	0	False	False	0.9979423880577087	0					non-mobilizable	other	1458.0	99.65700000000001	100.0	0.0004153965283456099	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ISR0340_000000015053	1438	0.5481995985158107	3	3	3	2	1	True	85854	maximal	False	SPA0066_000000008587	0.9753654916943816		0	0	False	False	0.9993045926094055	0					non-mobilizable	other	1438.0	100.0	100.0	0.001961169659599905	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
CAN0008_000000008154	3514	0.5481951439782436	5	4	2	1	3	False	119976	maximal	True	CAN0008_000000008154	1.0		11	5	False	False	0.9997154474258423	0					non-mobilizable	no_good_hit								True	False
ISR0346_000000008061	2647	0.5481902953605918	3	2	1	2	0	True	111385	fragment	False	ISR0346_000000008061	1.0		0	0	False	False	0.9931998252868652	0					non-mobilizable	no_good_hit	854.0	86.65100000000001	57.0	0.0017773614337661034	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0106_000000012075	2091	0.5481902953605918	3	2	1	2	0	True	32895	maximal	True	ISR0106_000000012075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	87.01100000000001	59.0	0.0013319755685988327	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0026_000000011399	1977	0.5481902953605918	3	2	1	2	0	True	37293	fragment	False	ISR0026_000000011399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	87.31	51.0	0.001227424896024356	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0385_000000006711	3115	0.5481896606484759	4	3	1	1	3	False	33667	fragment	False	ISR0385_000000006711	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3115.0	99.42200000000001	100.0	0.03212064323805791	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0111_000000014016	2453	0.5481896606484759	4	3	1	1	3	False	33666	fragment	False	ISR0382_000000005070	0.9645795231712873		0	0	False	False	0.990216076374054	0					non-mobilizable	other	2453.0	98.98100000000001	100.0	0.02529216994852858	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0178_000000007928	2122	0.5481892447504605	4	4	4	4	3	False	29711	maximal	True	ISR0178_000000007928	1.0		4	3	False	False	1.0	0					non-mobilizable	other	2122.0	99.764	100.0	0.00041046080950767343	CP021844.1	enterobacteria	Escherichia coli strain EC1515, complete genome	False	False
SPA0131_000000000450	24932	0.5481889464874939	21	3	2	2	1	False	3780	fragment	False	SPA0131_000000000450	1.0		0	0	False	False	0.9995588064193726	0					non-mobilizable	no_good_hit	1293.0	96.365	5.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	False
ISR0048_000000008036	2393	0.5481821486791599	4	3	3	3	3	False	112015	fragment	False	ISR0048_000000008036	0.9426116109547654		0	0	False	False	0.9456748962402344	0					non-mobilizable	other	2190.0	93.425	99.0	0.03438904075156314	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
SPA0090_000000005736	5424	0.548176195262538	5	4	3	4	3	False	128231	maximal	True	SPA0090_000000005736	1.0		14	3	False	False	0.9992625117301941	0					non-mobilizable	other	3305.0	97.398	94.0	0.012939414845244442	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
MON0060_000000020897	1952	0.5481691841782192	3	2	2	2	2	False	10893	maximal	True	MON0060_000000020897	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000025946	1539	0.5481691537758799	1	1	1	1	1	False	41129	maximal	True	FIJ0126_000000025946	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	76.26100000000001	78.0	0.00023241988384037378	CP060714.1	b-proteobacteria	Diaphorobacter ruginosibacter strain DSM 27467 chromosome, complete genome	True	False
FIJ0048_000000021675	1555	0.5481690132050945	2	2	2	2	1	False	46749	maximal	True	FIJ0048_000000021675	1.0		168	13	False	False	0.9993569254875183	0					non-mobilizable	no_good_hit	388.0	73.711	25.0	0.002629011837471721	NZ_FTNI01000023.1	high GC Gram+	Microbispora rosea strain ATCC 12950, whole genome shotgun sequence	True	False
SPA0067_000000011352	1865	0.5481689388023814	3	3	3	3	2	True	92774	maximal	True	SPA0067_000000011352	0.9351487928130264		245	11	False	False	1.0	0					non-mobilizable	other	1866.0	99.35700000000001	100.0	0.00031207408789445367	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
ISR0041_000000007961	1813	0.5481689388023814	3	3	3	3	2	True	92770	maximal	True	ISR0041_000000007961	1.0		3	2	False	False	0.9994484186172485	0					non-mobilizable	chromosome	1661.0	89.04299999999999	92.0	0.00036229957843293616	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
MON0057_000000002505	7087	0.5481683598469473	10	5	3	3	4	False	11051	fragment	False	MON0057_000000002505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	5.474191831374454e-06	AP017367.1	cyanobacteria	Leptolyngbya sp. O-77 DNA, complete genome	True	False
MON0059_000000012290	3097	0.548163985079669	3	3	2	2	2	False	87413	maximal	True	MON0059_000000012290	1.0		26	10	False	False	1.0	0		MOBQ		MOBQ,MOBQ	mobilizable	other	1675.0	97.25399999999999	100.0	0.00033935834699827094	CP010172.1	enterobacteria	Escherichia coli strain H8, complete genome	False	True
FIJ0051_000000004711	4369	0.5481639025993649	4	2	0	1	1	False	52063	fragment	False	FIJ0051_000000004711	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1657.0	89.62	41.0	0.24912865585694802	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
FIJ0040_000000006383	3889	0.5481639025993649	2	2	0	1	1	False	47513	maximal	True	FIJ0040_000000006383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1699.0	89.641	47.0	0.25503864221851796	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
DEN0023_000000001841	2958	0.5481639025993649	3	2	0	1	1	False	123149	fragment	False	DEN0023_000000001841	1.0		0	0	False	True	0.999661922454834	0					non-mobilizable	chromosome	2960.0	96.45299999999999	100.0	0.7477864912724513	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	False	True
FIJ0004_000000009224	2879	0.5481639025993649	3	2	0	1	1	False	52060	fragment	False	FIJ0004_000000009224	0.985498509249622		0	0	False	False	0.9968739151954651	0					non-mobilizable	no_good_hit	1561.0	90.199	54.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
FIJ0048_000000011072	2851	0.5481639025993649	2	2	0	1	1	False	52060	fragment	False	FIJ0004_000000009224	0.961889571740792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1561.0	90.199	54.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
FIJ0130_000000007577	2775	0.5481639025993649	3	2	0	1	1	False	52060	fragment	False	FIJ0004_000000009224	0.7720833981887385		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1521.0	90.007	55.0	0.22867101075920593	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
FIJ0084_000000004866	2769	0.5481639025993649	3	2	0	1	1	False	52060	fragment	False	FIJ0004_000000009224	0.9697075594182285		0	0	False	False	0.9956663250923157	0					non-mobilizable	no_good_hit	1561.0	90.199	56.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
AST0024_000000012976	2606	0.5481639025993649	3	1	0	1	1	False	121606	fragment	False	AST0024_000000012976	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2608.0	98.044	100.0	0.4459852764937511	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	False	False
ISR0038_000000012203	2578	0.5481639025993649	3	1	0	1	1	False	63657	fragment	False	ISR0038_000000012203	0.9956761006289307		0	0	False	False	1.0	0					non-mobilizable	chromosome	2234.0	98.389	90.0	0.3819551446670091	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	False	False
FIJ0083_000000013787	2561	0.5481639025993649	2	2	0	1	1	False	52060	fragment	False	FIJ0004_000000009224	0.38483206933911157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1561.0	90.199	61.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ENG0055_000000007589	2544	0.5481639025993649	3	1	0	1	1	False	63657	fragment	False	ISR0038_000000012203	0.9891388673390225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2199.0	99.09	89.0	0.3761342235918507	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	False
DEN0079_000000023337	2422	0.5481639025993649	3	2	0	1	1	False	123147	fragment	False	DEN0079_000000023337	0.9504355039402738		0	0	False	True	1.0	0					non-mobilizable	chromosome	2353.0	100.0	97.0	0.5949911459650898	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	False	True
DEN0035_000000013563	2411	0.5481639025993649	3	2	0	1	1	False	123147	fragment	False	DEN0079_000000023337	0.9483897605284888		0	0	False	True	1.0	0					non-mobilizable	chromosome	2371.0	97.84899999999999	98.0	0.5992916772071845	HG796328.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00475	False	True
SPA0100_000000013249	2218	0.5481639025993649	3	1	0	1	1	False	24136	fragment	False	SPA0100_000000013249	0.99560546875		0	0	False	False	1.0	0					non-mobilizable	chromosome	2219.0	99.459	100.0	0.3795582948125321	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	False	False
ISR0348_000000007828	2048	0.5481639025993649	2	1	0	1	1	False	24136	fragment	False	SPA0100_000000013249	0.9573940486925158		0	0	False	False	0.99951171875	0					non-mobilizable	chromosome	2048.0	99.12100000000001	100.0	0.3502824858757062	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	False	False
MAD0107_000000020522	1919	0.5481639025993649	2	2	0	1	1	False	40775	fragment	False	MAD0101_000000013685	0.6414579319203596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1561.0	90.26299999999999	81.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
CHI0030_000000000501	10129	0.5481604590512394	8	3	2	3	2	True	88538	maximal	True	CHI0030_000000000501	1.0		2	1	False	False	0.9998025298118591	0					non-mobilizable	no_good_hit	964.0	85.581	15.0	0.000223036601332807	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
FIJ0107_000000015290	1686	0.5481574388055247	1	1	1	1	1	False	42271	maximal	True	FIJ0107_000000015290	1.0		86	8	False	False	0.9733096361160278	0					non-mobilizable	chromosome	1658.0	79.071	98.0	0.000720627447830894	CP024705.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 2653 chromosome, complete genome	False	False
MAD0053_000000008220	1335	0.5481568830806623	3	2	2	1	0	True	17207	maximal	True	MAD0053_000000008220	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	99.46700000000001	28.0	0.0009450386733072058	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	True
DEN0051_000000014564	3018	0.5481519232697922	4	4	4	2	2	False	123423	fragment	False	DEN0051_000000014564	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1237.0	91.26899999999999	96.0	0.00033122734201313333	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0083_000000014278	2530	0.5481512554936291	4	4	3	3	2	False	28651	maximal	True	MON0083_000000014278	1.0		53	6	False	False	0.9988142251968384	0					non-mobilizable	no_good_hit	619.0	92.89200000000001	24.0	0.00026665522000356406	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ENG0190_000000021905	1367	0.5481453543013971	3	2	2	2	2	False	54791	fragment	False	FIJ0005_000000025995	0.9636752136752137		0	0	False	False	0.9978054165840149	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	4.0	1.080414230816095e-05	AP019416.1	g-proteobacteria	Halomonas olivaria TYRC17 DNA, complete genome	True	False
FIJ0068_000000019270	1666	0.5481440037282442	1	1	1	0	1	False	90234	maximal	True	FIJ0068_000000019270	1.0		131	11	False	False	1.0	0					non-mobilizable	chromosome	1666.0	99.4	100.0	0.0003437662785720878	CP058093.1	enterobacteria	Escherichia coli strain RHB01-C09 chromosome, complete genome	False	False
CAN0012_000000007080	7871	0.5481412124856919	9	6	5	4	2	True	94321	maximal	True	CAN0012_000000007080	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	0.0001480629140473632	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
FIJ0154_000000010840	3270	0.5481400657533395	2	2	1	2	0	False	44450	fragment	False	FIJ0154_000000010840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	96.471	3.0	0.002041659577570911	GU942950.1		Uncultured organism clone 7 genomic sequence	True	False
ENG0125_000000008364	3057	0.5481392533036371	3	3	3	3	2	False	58854	fragment	False	ENG0125_000000008364	1.0		0	0	False	False	0.9983643889427185	0					non-mobilizable	chromosome	1195.0	93.975	96.0	0.0005183557085798908	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0370_000000002836	8196	0.5481358012084874	8	6	4	6	3	True	132044	maximal	True	ISR0370_000000002836	1.0		3	1	False	False	0.9996339678764343	0					non-mobilizable	no_good_hit	1248.0	99.439	15.0	0.017759737947731967	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0127_000000014324	1361	0.5481354989820324	2	2	2	2	2	False	41041	fragment	False	SPA0138_000000018849	0.9685964128249259		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	98.23700000000001	100.0	0.0004740439996486497	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CAN0013_000000016286	1417	0.5481343829014392	2	2	2	2	2	False	93832	maximal	True	CAN0013_000000016286	1.0		483	14	False	False	1.0	0					non-mobilizable	other	1417.0	96.613	100.0	0.010321000612262748	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	False	False
ISR0223_000000012513	2340	0.5481315164732709	3	2	2	2	1	False	27814	maximal	True	ISR0223_000000012513	1.0		159	11	False	False	1.0	0					non-mobilizable	no_good_hit	1119.0	96.604	48.0	0.007881509471205701	NZ_CYYA01000008.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0064_000000014548	1900	0.5481310434113553	2	2	2	2	2	False	10711	maximal	True	MON0064_000000014548	1.0		453	14	False	False	0.9689473509788513	0					non-mobilizable	no_good_hit	1176.0	77.891	74.0	0.02393704680290046	NZ_QFFN01000018.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c18, whole genome shotgun sequence	True	False
DEN0064_000000008617	4153	0.5481309907530325	2	2	2	2	1	True	71320	fragment	False	DEN0064_000000008617	1.0		0	0	False	False	0.991572380065918	0					non-mobilizable	plasmid	4127.0	97.068	99.0	0.0322411676869073	CP056698.1	enterobacteria	Escherichia marmotae strain RHBSTW-00605 plasmid pRHBSTW-00605_2, complete sequence	False	True
TAN0006_000000003963	2842	0.5481302841083957	3	3	3	3	3	True	28948	maximal	True	TAN0006_000000003963	1.0		0	0	False	False	0.9940183162689209	0					non-mobilizable	no_good_hit	945.0	87.619	33.0	0.009827676240208878	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0151_000000001151	10566	0.5481291686716494	10	7	7	7	6	False	130495	maximal	False	ISR0005_000000000881	0.7180997112433649		0	0	False	False	0.9994321465492249	0					non-mobilizable	no_good_hit	8023.0	99.81299999999999	78.0	0.012798950680717163	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
USA0056_01_000000004931	4590	0.5481231951627245	7	6	5	4	3	False	112821	fragment	False	USA0056_01_000000004931	1.0		0	0	False	True	0.999128520488739	0					non-mobilizable	no_good_hit	2288.0	74.21300000000001	49.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CHI0076_000000000789	7928	0.5481205609098184	10	5	0	5	1	False	84626	maximal	True	CHI0076_000000000789	0.970516129032258		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	8.067956134262241e-06	NZ_CP021874.1	firmicutes	Enterococcus wangshanyuanii strain MN05 chromosome, complete genome	True	False
CHI0162_000000003241	7750	0.5481205609098184	9	5	0	5	1	False	84626	maximal	False	CHI0076_000000000789	0.959952068617558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	8.067956134262241e-06	NZ_CP021874.1	firmicutes	Enterococcus wangshanyuanii strain MN05 chromosome, complete genome	True	False
FIJ0163_000000010892	2256	0.5481173548821741	6	6	6	4	4	False	39164	maximal	True	FIJ0163_000000010892	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	2256.0	99.823	100.0	0.0004604256497310338	CP043853.1	enterobacteria	Enterobacter hormaechei strain EB_P6_L3_02.19 chromosome, complete genome	False	False
MON0035_000000003711	6055	0.5481160407180636	8	5	4	3	4	True	12216	maximal	True	MON0035_000000003711	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	2.0	0.0022713577156630973	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0004_000000006915	2609	0.5481146042710134	3	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.868101068337453	PS954	0	0	False	True	0.9996166825294495	0					non-mobilizable	no_good_hit	79.0	91.139	3.0	0.0325950689511074	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
DEN0001_000000018348	2333	0.5481146042710134	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.719414963319303	PS954	0	0	False	True	0.9995713829994202	0					non-mobilizable	no_good_hit	82.0	90.244	4.0	0.03384872544922691	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
SPA0139_000000005686	4418	0.5481139565089651	5	2	2	2	1	True	99983	maximal	True	SPA0139_000000005686	1.0	PS111	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1761.0	87.39399999999999	40.0	0.0004531112648221855	CP033249.1	firmicutes	Clostridium butyricum strain CFSA3989 chromosome, complete genome	True	True
FIJ0035_000000003989	3033	0.5481132018554976	2	2	2	2	2	False	48041	maximal	True	FIJ0035_000000003989	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	93.089	41.0	0.00047237894230683897	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ENG0064_000000019578	1140	0.5481089653545361	2	2	2	2	2	False	67033	maximal	False	ISR0028_000000016235	0.9726490115115456		0	0	False	False	0.9754385948181152	0					non-mobilizable	other	1140.0	99.912	100.0	0.0024387006157772584	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
SPA0005_000000004050	7376	0.5481085402832517	9	6	4	5	3	False	8349	maximal	True	SPA0005_000000004050	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1956.0	75.92	26.0	0.0005859764762797448	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0005_000000015178	1569	0.5481082827461174	1	1	1	1	1	False	111673	fragment	False	CHI0064_000000010051	0.5451901520168763		0	0	False	False	1.0	0					non-mobilizable	other	1579.0	90.5	100.0	0.00047102042355329546	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0050_000000004846	4534	0.5481051483594283	5	4	3	3	2	True	48344	fragment	False	MAD0050_000000004846	1.0		0	0	False	False	0.9931627511978149	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.0002544548305255989	NZ_KB899816.1	firmicutes	Cohnella laeviribosi DSM 21336 F560DRAFT_scaffold00009.9, whole genome shotgun sequence	True	True
FIJ0094_000000007881	2529	0.5481034110109188	4	4	3	1	2	False	55316	maximal	True	FIJ0094_000000007881	1.0		40	6	False	False	0.9972320795059204	0					non-mobilizable	chromosome	2511.0	99.76100000000001	99.0	0.0010859492018057042	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
SPA0093_000000017147	2264	0.5481022353874494	3	3	1	3	2	False	5279	maximal	True	SPA0093_000000017147	1.0		210	9	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	80.469	11.0	0.0017241615238303754	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0015_000000016921	1555	0.5481013086356651	2	2	2	2	2	False	46374	fragment	False	ISR0015_000000016921	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1555.0	100.0	100.0	0.01850264323474782	NZ_CP041250.1	enterobacteria	Raoultella electrica strain DSM 102253 plasmid unnamed3, complete sequence	False	True
ENG0153_000000015689	1910	0.5480969699465114	3	2	2	2	2	False	56936	maximal	True	ENG0153_000000015689	1.0		3	2	False	False	0.9863874316215515	0					non-mobilizable	no_good_hit								True	False
SPA0136_000000019064	2177	0.5480962287308694	3	3	3	3	2	False	120908	fragment	False	SPA0136_000000019064	0.9822512844465203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1790.0	90.615	82.0	0.042768199233716477	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	False
CAN0005_000000008818	1926	0.5480957318096846	4	3	0	3	0	False	95849	maximal	True	CAN0005_000000008818	1.0		73	11	False	False	1.0	0					non-mobilizable	other	1926.0	99.637	100.0	0.00044887282527648605	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0070_000000010174	2085	0.5480932146174526	3	3	3	3	3	False	5925	maximal	True	SPA0070_000000010174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	75.061	19.0	0.0008772290824183798	NZ_FOJI01000002.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
ENG0129_000000009477	2810	0.5480822605053486	3	2	2	2	2	False	58551	maximal	True	ENG0129_000000009477	1.0		91	11	False	False	0.9992882609367371	0					non-mobilizable	no_good_hit	1475.0	76.203	52.0	0.012651830681560741	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
USA0024_01_000000008328	2866	0.5480808895716746	8	8	2	2	6	False	1679	maximal	True	USA0024_01_000000008328	1.0		1	1	False	False	0.9947662353515625	0					non-mobilizable	no_good_hit	705.0	80.142	54.0	0.05196838651953475	NZ_CABMGA010000030.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
AST0019_000000004851	5213	0.5480800444456031	5	3	1	3	2	False	122888	maximal	True	AST0019_000000004851	1.0		19	6	False	False	0.9996163249015808	0					non-mobilizable	no_good_hit	141.0	97.163	3.0	0.0024651359346386814	NZ_QSOD01000011.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf11, whole genome shotgun sequence	True	False
ENG0031_000000007533	2749	0.5480774776510601	4	1	1	1	1	False	65713	maximal	True	ENG0031_000000007533	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	94.84100000000001	9.0	0.00483389504092441	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0025_000000009412	2626	0.5480774776510601	5	1	1	1	1	False	111998	maximal	True	ENG0025_000000009412	1.0		8	4	False	False	0.98781418800354	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00028217948378790684	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0039_000000011203	2380	0.5480774776510601	5	1	1	1	1	False	7006	maximal	True	SPA0039_000000011203	1.0		3	3	False	False	0.9941176176071167	0					non-mobilizable	no_good_hit	64.0	93.75	3.0	0.001795485636114911	NZ_LDAQ01000068.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_68, whole genome shotgun sequence	True	False
AST0061_000000021140	1990	0.5480774776510601	4	1	1	1	1	False	111997	fragment	False	AST0061_000000021140	1.0		0	0	False	False	0.9989949464797974	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000024981	1409	0.5480774776510601	3	1	1	1	1	False	73394	maximal	True	DEN0035_000000024981	1.0		8	6	False	False	0.9808374643325806	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000028872	1124	0.5480668692090805	2	2	2	1	1	False	87743	fragment	False	CHI0039_000000009722	0.6415645067133684		0	0	False	False	1.0	0					non-mobilizable	chromosome	1124.0	100.0	100.0	0.00021976551039610238	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
CHI0181_000000004245	4599	0.5480665299087979	7	6	5	5	4	False	90929	maximal	False	CHI0048_000000003365	0.9607349004939195		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0165_000000009271	1776	0.548065061596419	3	2	2	2	2	False	88959	fragment	False	CHI0165_000000009271	0.9592614890628136		0	0	False	False	0.9960585832595825	0					non-mobilizable	no_good_hit	194.0	96.90700000000001	11.0	6.496267002632502e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0025_000000006082	1719	0.548065061596419	3	2	2	2	2	False	88959	fragment	False	CHI0165_000000009271	0.942944185907762		0	0	False	False	0.9901105165481567	0					non-mobilizable	no_good_hit	174.0	96.552	10.0	5.8230787122042644e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0096_000000011161	3844	0.548064697364678	5	5	5	4	4	False	97693	maximal	True	DEN0096_000000011161	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2023.0	100.0	100.0	0.016315003832654214	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
ISR0158_000000001681	8572	0.5480637946769292	10	6	2	4	4	False	132498	fragment	False	ISR0032_000000003111	0.9632696454161415		0	0	False	False	0.9998833537101746	0					non-mobilizable	no_good_hit	3187.0	95.921	40.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0790_000000014374	1232	0.5480636706561122	2	1	1	1	1	False	22066	maximal	True	ISR0790_000000014374	1.0		68	6	False	False	0.9967532753944397	0					non-mobilizable	no_good_hit	402.0	79.602	32.0	0.0053991880920162385	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	False
ENG0074_000000021258	1116	0.5480635036466173	2	2	2	1	1	True	85853	fragment	False	CHI0141_000000020826	0.4199997525415984		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	99.73	99.0	0.00029778490343012324	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0059_000000004393	2833	0.5480624693964322	2	2	2	2	2	False	63386	maximal	True	ENG0059_000000004393	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	76.11	53.0	0.0010091983326715975	NZ_DS995474.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld1, whole genome shotgun sequence	True	False
ENG0064_000000014163	1571	0.5480616855238524	3	2	2	2	2	False	62942	fragment	False	FIJ0123_000000020410	0.9725106902871106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	320.0	84.375	20.0	8.892341428999268e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0134_000000004358	7535	0.5480589106914104	7	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.6481841677661847		0	0	False	False	0.9998672604560852	0					non-mobilizable	other	7536.0	99.191	100.0	0.12458447035475068	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0031_000000014239	1732	0.5480578147255757	2	2	2	2	2	False	91848	fragment	False	ISR0143_000000015255	0.605472714234684		0	0	False	False	0.991916835308075	0					non-mobilizable	other	1733.0	98.32700000000001	100.0	0.013926523917116277	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0084_000000003057	1795	0.5480535678690885	3	3	3	2	2	False	84169	fragment	False	CHI0084_000000003057	1.0		0	0	False	False	0.9949860572814941	0					non-mobilizable	other	1799.0	92.99600000000001	100.0	0.000558110363991242	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0090_000000027156	1169	0.5480519644446895	3	2	2	2	1	False	33646	fragment	False	ISR0090_000000027156	0.9902309058614565		0	0	False	False	0.988879382610321	0					non-mobilizable	other	1177.0	80.62899999999999	100.0	0.0004900245012250613	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0213_000000017335	1565	0.5480502516706713	1	1	1	0	1	False	90235	maximal	True	ISR0213_000000017335	1.0		107	10	False	False	0.9923322796821594	0					non-mobilizable	chromosome	1551.0	99.87100000000001	99.0	0.0003277538304245269	CP053736.1	enterobacteria	Escherichia coli strain CP8-3_Sichuan chromosome, complete genome	False	False
FIJ0038_000000028335	1266	0.5480502516706713	1	1	1	0	1	False	90233	fragment	False	FIJ0038_000000028335	0.9817893903404592		0	0	False	False	0.9897314310073853	0					non-mobilizable	chromosome	1266.0	99.921	100.0	0.00026766210167012685	CP053736.1	enterobacteria	Escherichia coli strain CP8-3_Sichuan chromosome, complete genome	False	False
CHI0010_000000006069	1263	0.5480502516706713	1	1	1	0	1	False	90233	fragment	False	FIJ0038_000000028335	0.9806477093206951		0	0	False	False	1.0	0					non-mobilizable	chromosome	1263.0	100.0	100.0	0.00026702732988750997	CP053736.1	enterobacteria	Escherichia coli strain CP8-3_Sichuan chromosome, complete genome	False	False
MON0100_000000007118	5256	0.5480470776967875	6	5	5	5	4	True	80928	maximal	True	MON0100_000000007118	1.0		2	1	False	False	0.982686460018158	0					non-mobilizable	no_good_hit	710.0	98.87299999999999	14.0	0.004454860762038806	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0138_000000009121	3210	0.5480450054231725	5	5	4	4	4	False	70070	maximal	False	MON0033_000000019867	0.9665840143698501		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	2610.0	98.238	81.0	0.0007790846562475803	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
AST0151_000000003458	4811	0.5480422090120249	8	2	1	2	2	False	127879	maximal	True	AST0151_000000003458	1.0		14	3	False	False	0.9968821406364441	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00011485185621756568	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0097_000000009443	2370	0.5480422090120249	2	2	1	2	2	False	127878	fragment	False	AST0097_000000009443	1.0		0	0	False	False	0.9924050569534302	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00011485185621756568	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0125_000000007217	3509	0.5480412874185983	2	2	2	2	2	False	58863	maximal	False	ISR0290_000000002942	0.977597866117227		0	0	False	False	0.9960102438926697	0					non-mobilizable	other	3490.0	99.885	99.0	0.0006757451644710275	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0115_000000021287	1350	0.5480406221909209	2	2	2	2	1	False	4378	maximal	True	SPA0115_000000021287	1.0		687	14	False	False	0.9948148131370544	0					non-mobilizable	chromosome	1357.0	81.798	100.0	0.00045440209603906105	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0034_000000022671	1298	0.5480385204680522	3	3	2	1	2	True	12225	fragment	False	MON0034_000000022671	1.0		0	0	False	False	0.9830508232116699	0					non-mobilizable	no_good_hit	1161.0	93.712	89.0	0.000590419212923813	CP003941.1	high GC Gram+	Bifidobacterium animalis subsp. lactis ATCC 27673 chromosome, complete genome	True	True
ENG0151_000000004792	5008	0.5480384543081188	5	5	2	3	5	True	130578	fragment	False	ENG0151_000000004792	0.9819027903747355		0	0	False	False	1.0	0					non-mobilizable	other	5008.0	99.94	100.0	0.0013408354419735854	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0068_000000004745	4782	0.5480384543081188	5	5	2	3	5	True	130578	fragment	False	ENG0151_000000004792	0.9539944807871082		0	0	False	False	1.0	0					non-mobilizable	other	4782.0	100.0	100.0	0.0012803144094419238	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0813_000000005860	4748	0.5480384543081188	5	5	2	3	5	True	130578	fragment	False	ENG0151_000000004792	0.9608496746946861		0	0	False	False	1.0	0					non-mobilizable	other	4753.0	98.506	100.0	0.001272012851882271	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0016_01_000000004075	4603	0.5480384543081188	5	5	2	3	5	True	130578	fragment	False	ENG0151_000000004792	0.9418263204519999		0	0	False	False	1.0	0					non-mobilizable	other	4604.0	98.48	100.0	0.0007700616367240085	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
CAN0013_000000005669	4146	0.5480361346043924	10	2	1	2	2	False	93907	maximal	True	CAN0013_000000005669	1.0		2	1	False	False	0.9884225726127625	0					non-mobilizable	no_good_hit								True	False
ENG0170_000000004924	2454	0.5480290974245602	5	3	2	2	2	True	55861	maximal	True	ENG0170_000000004924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1554.0	95.431	63.0	0.009507065979772982	NZ_CABLCC010000001.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	True
FIJ0021_000000015643	3169	0.5480280803206725	5	3	3	3	1	True	49656	maximal	True	FIJ0021_000000015643	1.0		3	2	False	False	0.9968444108963013	0					non-mobilizable	no_good_hit								True	True
AUS0024_000000020742	1559	0.5480260494958941	3	3	3	1	0	False	98865	maximal	True	AUS0024_000000020742	1.0		10	6	False	False	0.9781911373138428	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000020054	1393	0.5480257232713576	2	2	2	2	1	False	34091	maximal	True	ISR0083_000000020054	0.9913728432108027		83	11	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	79.60300000000001	39.0	0.00015156129102256613	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0061_000000008813	1824	0.5480225119499946	2	2	1	1	2	False	6196	maximal	True	SPA0061_000000008813	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1824.0	98.73899999999999	100.0	0.00037217198796392115	CP057802.1	enterobacteria	Escherichia coli strain RHB14-C21 chromosome, complete genome	False	False
CHI0019_000000002420	3470	0.5480039296051895	6	4	3	4	3	False	89483	fragment	False	CHI0019_000000002420	0.9326998342372057		0	0	False	False	0.999711811542511	0					non-mobilizable	chromosome	2285.0	97.899	100.0	0.0007761007191164413	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0079_000000010276	3203	0.5480000843274595	5	3	3	3	2	True	61842	maximal	True	ENG0079_000000010276	1.0		1	1	False	False	0.9912582039833069	0					non-mobilizable	no_good_hit	40.0	100.0	1.0	0.009454545454545455	KU547240.1	bacteria	Uncultured bacterium clone CH_08A_000_Contig_13 genomic sequence	True	True
ETH0005_000000016979	2811	0.5479988618173488	4	1	1	1	1	False	52768	maximal	True	ETH0005_000000016979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000008779	3119	0.5479985350811806	2	2	2	2	2	False	34856	fragment	False	ISR0072_000000008779	1.0		0	0	False	False	0.9955113530158997	0					non-mobilizable	no_good_hit	938.0	99.25399999999999	30.0	0.004622230115037787	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0170_000000005589	2198	0.547994789091467	2	2	2	2	2	False	55853	maximal	True	ENG0170_000000005589	1.0		2	2	False	False	0.9995450377464294	0					non-mobilizable	no_good_hit	1424.0	75.562	64.0	0.0027240176559557984	NZ_PTJA01000004.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_104, whole genome shotgun sequence	True	False
SPA0139_000000011821	2323	0.5479937691068724	3	3	3	3	3	False	71418	maximal	True	SPA0139_000000011821	1.0		526	14	False	False	1.0	0					non-mobilizable	other	2323.0	98.45	100.0	0.0038534653794111053	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0821_000000006550	4150	0.5479930346303039	4	4	2	1	3	False	89151	fragment	False	ISR0821_000000006550	0.9621231314922727		0	0	False	False	1.0	0					non-mobilizable	chromosome	3918.0	100.0	94.0	0.000828800357503468	CP053736.1	enterobacteria	Escherichia coli strain CP8-3_Sichuan chromosome, complete genome	False	False
USA0082_01_000000025228	1175	0.5479902578165206	3	2	2	2	2	False	514	maximal	True	USA0082_01_000000025228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	70.935	41.0	9.727429405437452e-05	NZ_CP014167.1	firmicutes	Paenibacillus yonginensis strain DCY84 chromosome, complete genome	True	False
ISR0046_000000014828	2235	0.5479833822173156	4	4	0	4	2	False	36173	maximal	True	ISR0046_000000014828	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.8284716191745995e-06	CP053157.1	moths	Carposina sasakii isolate BJYQ chromosome 10	True	False
USA0069_01_000000013935	4416	0.5479789836827796	5	4	4	4	4	False	107579	fragment	False	USA0034_01_000000012770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1767.0	97.963	40.0	0.19907407407407407	NZ_QRYH01000047.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf47, whole genome shotgun sequence	True	False
USA0034_01_000000012770	4416	0.5479789836827796	5	4	4	4	4	False	107579	fragment	False	USA0034_01_000000012770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1767.0	97.963	40.0	0.19907407407407407	NZ_QRYH01000047.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf47, whole genome shotgun sequence	True	False
ENG0021_000000000982	16889	0.5479786720578792	13	8	5	7	7	False	128486	maximal	True	ENG0021_000000000982	1.0		17	4	False	False	0.999940812587738	0					non-mobilizable	no_good_hit	5492.0	88.01899999999999	72.0	0.001555606754900204	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0067_000000006967	4423	0.5479735723739076	5	5	4	5	5	False	70855	maximal	True	DEN0067_000000006967	1.0		123	12	False	False	0.9997739195823669	0					non-mobilizable	no_good_hit	859.0	79.627	19.0	0.007388438046130154	NZ_CACWHY010000008.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
FIJ0049_000000008800	1947	0.5479694334652659	4	4	4	2	2	False	46659	maximal	True	FIJ0049_000000008800	1.0		21	7	False	False	0.9958910942077637	0					non-mobilizable	no_good_hit	1238.0	96.68799999999999	63.0	0.0047459294528154694	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
MAD0045_000000003813	7525	0.547967486462296	8	4	0	4	2	False	17908	maximal	True	MAD0045_000000003813	1.0		1	1	False	False	0.9994684457778931	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000015509	1790	0.5479655943649435	2	2	2	2	2	False	118738	fragment	False	MON0053_000000020756	0.6933045540511796		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	90.935	100.0	0.0016238637045550013	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
SPA0099_000000001276	6341	0.5479635133076086	5	3	0	1	2	False	62507	maximal	True	SPA0099_000000001276	1.0	PS279	1	1	False	True	1.0	0	rep_cluster_2455				non-mobilizable	plasmid	4913.0	99.959	100.0	0.6825065999722106	CP002560.1	firmicutes	Lactobacillus amylovorus strain 30SC plasmid pRKC30SC1, complete sequence	False	True
FIJ0094_000000010808	1880	0.5479590823398319	3	3	2	3	3	False	43178	fragment	False	FIJ0094_000000010808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	92.74700000000001	24.0	0.019436595598938265	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	False
MON0092_000000001413	19275	0.5479570174289338	19	10	4	8	2	True	79224	fragment	False	MON0092_000000001413	0.9351600835188603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	0.0	1.2863135400439193e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0084_000000007138	3706	0.5479533408242759	3	3	3	3	2	False	61539	maximal	True	ENG0084_000000007138	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	0.00017593173848546765	NZ_LT828547.1	d-proteobacteria	Desulfamplus magnetovallimortis isolate PRJEB14757, whole genome shotgun sequence	True	False
CHI0179_000000008405	2315	0.5479473497892715	3	3	2	3	3	True	77566	fragment	False	CHI0179_000000008405	1.0		0	0	False	False	1.0	0	rep_cluster_1304				non-mobilizable	chromosome	2315.0	100.0	100.0	0.00045244657454536355	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	True
ENG0095_000000012081	2291	0.5479473497892715	3	3	2	3	3	True	77566	fragment	False	CHI0179_000000008405	0.994816414686825		0	0	False	False	1.0	0	rep_cluster_1304				non-mobilizable	chromosome	2291.0	100.0	100.0	0.0004477539566589812	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	True
FIJ0072_000000018492	1408	0.5479317704856559	2	2	2	2	1	False	69380	fragment	False	FIJ0072_000000018492	1.0		0	0	False	False	0.9978693127632141	0					non-mobilizable	other	1408.0	93.46600000000001	100.0	0.0038826935628734163	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
DEN0080_000000003502	1157	0.5479317704856559	2	2	2	2	1	False	69379	fragment	False	DEN0080_000000003502	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	94.90100000000001	100.0	0.0032244208036506243	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
ISR0037_000000014812	1595	0.5479314833234132	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.13336803867731994		0	0	False	False	0.9937304258346558	0					non-mobilizable	other	1603.0	82.40799999999999	100.0	0.014279830969775104	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0106_000000005719	3932	0.5479301116659993	4	3	3	3	2	False	117484	fragment	False	ISR0106_000000005719	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2061.0	99.46600000000001	100.0	0.025617748374019127	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0370_000000011128	2378	0.5479294102461145	3	1	1	1	1	False	118801	fragment	False	ISR0370_000000011128	0.9824561403508771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	91.12	54.0	0.0026321307966534336	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0810_000000015935	1179	0.5479294102461145	1	1	1	1	1	False	88157	fragment	False	CHI0126_000000011335	0.1235001463271876		0	0	False	False	1.0	0					non-mobilizable	chromosome	1193.0	91.28200000000001	100.0	0.00020537880671267521	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
CAN0021_000000001812	16760	0.5479286113227589	16	14	11	11	11	True	126154	maximal	False	CAN0022_000000001418	0.9984291365207484		0	0	True	True	1.0	28					non-mobilizable	no_good_hit	1499.0	73.115	9.0	0.18383360318844189	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CAN0022_000000001418	16759	0.5479286113227589	16	14	11	11	11	True	126154	maximal	True	CAN0022_000000001418	0.998865410315731		30	8	True	True	1.0	62					non-mobilizable	no_good_hit	1602.0	73.283	9.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0112_000000001733	16759	0.5479286113227589	16	14	11	11	11	True	126154	maximal	False	CAN0022_000000001418	0.9988498704899454		0	0	True	True	1.0	44					non-mobilizable	no_good_hit	1602.0	73.283	9.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0097_000000001530	16739	0.5479286113227589	16	14	11	11	11	True	126154	maximal	False	CAN0022_000000001418	0.9985991545380718		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1499.0	73.115	9.0	0.18383360318844189	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0041_000000001592	16406	0.5479286113227589	16	14	11	11	11	True	126154	maximal	False	CAN0022_000000001418	0.9855638819373382		0	0	False	True	0.9996342658996582	0					non-mobilizable	no_good_hit	1606.0	73.288	10.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0267_000000000854	16390	0.5479286113227589	16	14	11	11	11	True	126154	maximal	False	CAN0022_000000001418	0.9852422753101258		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1606.0	73.35	10.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0022_000000018176	2213	0.5479267815823285	4	3	2	3	1	False	106971	maximal	True	DEN0022_000000018176	0.981145584725537		148	10	False	False	0.9995481371879578	0					non-mobilizable	no_good_hit	361.0	81.717	16.0	8.982805204607225e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0350_000000009132	2064	0.5479254034712185	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.5821712643630054		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	94.647	95.0	0.000327878363514377	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0165_000000006471	3008	0.5479237569276877	4	3	1	3	1	False	30252	maximal	True	ISR0165_000000006471	1.0		1	1	False	False	0.9993351101875305	0					non-mobilizable	no_good_hit	1787.0	97.818	59.0	0.000571884725202345	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CHI0105_000000000782	9500	0.5479139199030135	14	9	9	8	7	False	83220	maximal	True	CHI0105_000000000782	1.0		1	1	False	False	0.9952631592750549	0					non-mobilizable	no_good_hit	1922.0	94.12100000000001	25.0	0.00241801267686144	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
MON0004_000000013561	2869	0.5479133766437573	4	4	1	1	3	True	124594	fragment	False	FIJ0078_000000007511	0.26501103234589923		0	0	False	False	1.0	0					non-mobilizable	chromosome	2869.0	99.44200000000001	100.0	0.0010079089929871604	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
USA0019_01_000000010904	2748	0.5479123749681805	3	3	1	2	1	False	1835	maximal	True	USA0019_01_000000010904	1.0		3	2	False	False	0.994905412197113	0					non-mobilizable	no_good_hit								True	False
ENG0153_000000006187	4608	0.5479112707808945	3	3	1	3	1	True	56968	maximal	True	ENG0153_000000006187	1.0	PS11	10	3	False	True	1.0	0					non-mobilizable	no_good_hit	1547.0	97.22	34.0	0.00043946104156533466	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
USA0093_01_000000008381	2151	0.5478999469873804	2	2	2	2	1	True	100327	fragment	False	USA0093_01_000000008381	1.0		0	0	False	False	0.9934914112091064	0					non-mobilizable	other	2140.0	99.81299999999999	99.0	0.0004109399555055195	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
ISR0219_000000018534	1786	0.5478956879432386	3	2	2	1	2	False	37439	maximal	True	ISR0219_000000018534	0.992394366197183		229	11	False	False	1.0	0					non-mobilizable	chromosome	1786.0	99.88799999999999	100.0	0.0007432031263661822	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
SPA0075_000000017602	1299	0.5478935023579076	2	2	2	2	2	False	47096	fragment	False	FIJ0162_000000017330	0.9761909915481344		0	0	False	False	0.9923017621040344	0					non-mobilizable	other	1299.0	99.461	100.0	0.04122729005208995	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0046_000000020255	1615	0.5478917233866812	2	1	1	1	1	False	6717	maximal	True	SPA0046_000000020255	1.0		1	1	False	False	0.9851393103599548	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	4.0	1.3289248466420726e-05	CP043752.1	enterobacteria	Escherichia coli strain CVM N56639 chromosome, complete genome	True	False
MON0103_000000042561	1364	0.5478908846894276	2	2	2	2	1	True	58794	maximal	False	FIJ0046_000000023316	0.9482401656314701		0	0	False	False	0.9728739261627197	0					non-mobilizable	no_good_hit	760.0	76.316	55.0	0.00026488912371632357	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0271_000000016191	1217	0.5478866746822559	2	2	2	2	2	False	32092	fragment	False	ISR0271_000000016191	0.9409598516826085		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1168.0	97.68799999999999	96.0	0.0005555714244908452	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
SPA0079_000000005759	4017	0.5478865132363435	5	5	5	4	4	False	120081	maximal	True	SPA0079_000000005759	1.0		39	9	False	False	0.9980084896087646	0					non-mobilizable	chromosome	2373.0	99.073	100.0	0.0005268547084863144	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AST0055_000000028859	1272	0.5478796848861572	2	2	1	1	0	True	113410	maximal	True	AST0055_000000028859	1.0		2	2	False	False	0.9787735939025879	0					non-mobilizable	no_good_hit	163.0	100.0	13.0	0.0008464392079000993	NZ_WNAJ01000006.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold6_size191390, whole genome shotgun sequence	True	True
MAD0040_000000018776	1770	0.5478782969973855	2	2	2	2	2	False	18357	maximal	True	MAD0040_000000018776	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	80.479	33.0	0.0045398136948428345	NZ_LDAQ01000009.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_9, whole genome shotgun sequence	True	False
MAD0049_000000009270	1957	0.5478771009961707	3	3	3	3	3	False	17462	maximal	True	MAD0049_000000009270	1.0		1	1	False	False	0.9862033724784851	0					non-mobilizable	no_good_hit	1235.0	83.48200000000001	63.0	0.028414341156902605	NZ_KB291659.1	firmicutes	Clostridium celatum DSM 1785 Scfld95, whole genome shotgun sequence	True	False
CAN0013_000000020341	1161	0.5478740065678613	2	2	1	2	1	False	93780	fragment	False	CAN0013_000000020341	1.0		0	0	False	False	0.9732989072799683	0					non-mobilizable	no_good_hit								True	False
MON0022_000000023918	1323	0.5478709866156904	2	2	1	2	2	False	13001	maximal	True	MON0022_000000023918	1.0		9	2	False	False	1.0	0					non-mobilizable	other	1223.0	79.804	92.0	0.013330549266984636	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0207_000000013426	2184	0.5478705408312553	3	3	3	2	2	False	28576	fragment	False	ISR0207_000000013426	1.0		0	0	False	False	0.9986263513565063	0					non-mobilizable	no_good_hit	227.0	74.009	10.0	4.0146894619778436e-05	NZ_AP022586.1	high GC Gram+	Mycolicibacterium litorale strain JCM 17423	True	False
ENG0038_000000004269	4837	0.547869777710682	4	3	3	3	1	True	93442	maximal	True	ENG0038_000000004269	1.0		2	2	False	False	0.996898889541626	0					non-mobilizable	no_good_hit	2597.0	77.667	53.0	0.05830857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MON0006_000000006002	3371	0.5478622035605795	2	2	2	2	1	False	19515	maximal	False	MAD0046_000000006974	0.9395220128034966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	73.225	20.0	0.00019444553445873566	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0010_000000002493	5789	0.5478606292976099	6	5	5	5	4	False	38322	maximal	True	ISR0010_000000002493	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	1799.0	79.822	31.0	0.008296290797056394	MN577572.1	bacteria	Uncultured Elusimicrobia bacterium isolate LL30 clone UCI_4 genomic sequence	True	False
ENG0067_000000018737	1410	0.5478549719734238	1	1	1	1	1	False	62655	fragment	False	ENG0067_000000018737	1.0		0	0	False	False	0.9992907643318176	0					non-mobilizable	other	1367.0	97.87899999999999	97.0	0.00043791102315791637	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0061_000000009698	4274	0.5478547339265256	3	3	3	2	1	True	100330	fragment	False	MON0061_000000009698	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4274.0	99.93	100.0	0.0008209193220547382	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
MON0072_000000005321	3855	0.5478547339265256	4	3	3	2	1	True	100329	fragment	False	MON0072_000000005321	0.9917460860762656		0	0	False	False	0.9997406005859375	0					non-mobilizable	other	3855.0	100.0	100.0	0.0007296158139210849	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	True
CHI0167_000000004732	3833	0.5478547339265256	3	3	3	2	1	True	100329	fragment	False	MON0072_000000005321	0.9903422518906645		0	0	False	False	1.0	0					non-mobilizable	other	3833.0	99.97399999999999	100.0	0.0007254509078737927	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	True
MON0063_000000007389	3809	0.5478547339265256	3	3	3	2	1	True	100329	fragment	False	MON0072_000000005321	0.9889087686888136		0	0	False	False	1.0	0					non-mobilizable	other	3809.0	100.0	100.0	0.0007087128691127558	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
USA0034_01_000000014742	3801	0.5478547339265256	3	3	3	2	1	True	100329	fragment	False	MON0072_000000005321	0.9895365867765549		0	0	False	False	1.0	0					non-mobilizable	other	3801.0	99.947	100.0	0.0007300476067886743	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
USA0069_01_000000016228	3801	0.5478547339265256	3	3	3	2	1	True	100329	fragment	False	MON0072_000000005321	0.9895365867765549		0	0	False	False	1.0	0					non-mobilizable	other	3801.0	99.947	100.0	0.0007300476067886743	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
ISR0814_000000015778	2513	0.5478516570035904	3	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.9273848766346775		0	0	False	False	0.993235170841217	0					non-mobilizable	no_good_hit	800.0	78.0	32.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0071_000000008536	2446	0.5478516570035904	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.7946245167315483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	78.117	32.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0825_000000011186	2110	0.5478516570035904	3	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.3878635149584289		0	0	False	False	0.9928910136222839	0					non-mobilizable	no_good_hit	800.0	78.0	38.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0261_000000001256	11118	0.5478401761239156	10	5	2	5	3	False	26693	fragment	False	ISR0261_000000001256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	76.577	1.0	3.8274581850193284e-05	CP049872.1	g-proteobacteria	Thermomonas sp. HDW16 chromosome, complete genome	True	False
MON0060_000000014071	2752	0.5478384252158648	4	2	2	2	2	False	13075	maximal	False	MON0058_000000015763	0.9630240655852713		0	0	False	False	1.0	0					non-mobilizable	other	2752.0	98.40100000000001	100.0	0.0015233559916535454	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
AST0099_000000007323	2893	0.5478366320220107	2	1	1	1	1	False	116448	fragment	False	AST0099_000000007323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1170.0	99.402	87.0	0.000313272461823101	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0023_000000010277	2553	0.5478366320220107	3	1	1	1	1	False	116436	fragment	False	SPA0023_000000010277	0.9970612930310663		0	0	False	False	0.9996082782745361	0					non-mobilizable	chromosome	1170.0	99.65799999999999	95.0	0.000313272461823101	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0266_000000007220	2382	0.5478366320220107	2	1	1	1	1	False	116436	fragment	False	SPA0023_000000010277	0.9637681159420289		0	0	False	False	1.0	0					non-mobilizable	chromosome	1170.0	99.402	100.0	0.000313272461823101	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0092_000000038817	1179	0.5478366320220107	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.42189885889674184		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	99.573	99.0	0.7007779772591263	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
AST0039_000000013397	1172	0.5478366320220107	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.42165884950817467		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	99.65899999999999	100.0	0.7007779772591263	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ISR0092_000000027587	1172	0.5478366320220107	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.42188288129944285		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	99.573	100.0	0.7007779772591263	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ENG0157_000000021059	1170	0.5478366320220107	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.4215330120642659		0	0	False	False	0.9905982613563538	0					non-mobilizable	other	1170.0	99.65799999999999	100.0	0.6995810891681628	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ENG0134_000000032207	1170	0.5478366320220107	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.42166099815198654		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	99.573	100.0	0.6995810891681628	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ISR0197_000000021926	1154	0.5478366320220107	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.41945037279782593		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	99.65299999999999	100.0	0.0003089847292404067	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0116_000000023304	1154	0.5478366320220107	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.41932238671010547		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	99.56700000000001	100.0	0.6900059844404548	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ISR0179_000000019425	1147	0.5478366320220107	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.401106840043969		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	99.564	100.0	0.6858168761220825	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ENG0053_000000021920	1141	0.5478366320220107	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.39995259458625043		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	99.56200000000001	100.0	0.6822262118491921	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ENG0198_000000019089	1108	0.5478366320220107	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.37657865094161286		0	0	False	False	0.999097466468811	0					non-mobilizable	chromosome	1108.0	99.458	100.0	0.00029665749806516065	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0044_000000022244	2356	0.5478358851106415	3	3	3	3	3	False	39536	maximal	False	FIJ0155_000000008937	0.9466693100713719		0	0	False	False	0.9974533319473267	0					non-mobilizable	no_good_hit	402.0	74.876	17.0	9.997500624843789e-05	CP011265.1	verrucomicrobia	Verrucomicrobia bacterium IMCC26134, complete genome	True	False
FIJ0120_000000006347	3539	0.5478357360537696	3	3	3	3	2	False	49001	fragment	False	FIJ0027_000000005116	0.9346425990622432		0	0	False	False	0.9988697171211243	0					non-mobilizable	no_good_hit	112.0	100.0	3.0	0.0021719138278513705	NZ_QRYH01000019.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf19, whole genome shotgun sequence	True	False
CHI0049_000000010393	1587	0.5478332979355192	2	1	1	1	1	False	86765	maximal	True	CHI0049_000000010393	1.0		0	0	False	False	0.9993698596954346	0					non-mobilizable	no_good_hit	501.0	97.405	32.0	0.0017494261882102671	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	True	False
FIJ0074_000000014779	2119	0.5478296291534241	2	2	2	2	1	False	113807	fragment	False	FIJ0074_000000014779	0.9923133228480273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	85.714	6.0	0.003340503606225484	NZ_FOAT01000022.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ENG0018_000000009941	2117	0.5478296291534241	2	2	2	2	1	False	113807	fragment	False	FIJ0074_000000014779	0.9910200110922498		0	0	False	False	0.9990552663803101	0					non-mobilizable	no_good_hit	133.0	85.714	6.0	0.003340503606225484	NZ_FOAT01000022.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0182_000000018501	2111	0.5478296291534241	2	2	2	2	1	False	113807	fragment	False	FIJ0074_000000014779	0.9904247483004927		0	0	False	False	0.9985788464546204	0					non-mobilizable	no_good_hit	133.0	85.714	6.0	0.003340503606225484	NZ_FOAT01000022.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
FIJ0155_000000010302	2177	0.5478290826071885	3	3	3	2	2	True	67887	fragment	False	ENG0115_000000007652	0.5308648398540402		0	0	False	False	0.9866788983345032	0					non-mobilizable	other	2184.0	98.214	100.0	0.0005902522131754136	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
AST0093_000000009361	1871	0.5478262529750924	4	4	4	3	2	False	109536	maximal	True	AST0093_000000009361	1.0		3	1	False	False	0.9994655251502991	0					non-mobilizable	chromosome	1871.0	100.0	100.0	0.000946211183204195	CP044492.1	firmicutes	Streptococcus mutans strain T8 chromosome, complete genome	False	False
ISR0157_000000026178	1213	0.547819531383442	2	2	2	2	1	True	30524	fragment	False	ISR0157_000000026178	1.0		0	0	False	False	0.9975267648696899	0					non-mobilizable	other	1213.0	99.67	100.0	0.0003649099903744452	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0065_000000004584	5835	0.547818256595483	2	2	2	2	2	False	10683	maximal	True	MON0065_000000004584	1.0		131	12	False	False	0.9998286366462708	0					non-mobilizable	other	5069.0	80.233	99.0	0.0022042731685418477	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MAD0036_000000005885	4256	0.5478160160799231	6	1	1	1	1	False	18743	maximal	True	MAD0036_000000005885	1.0		1	1	False	False	0.9997650384902954	0					non-mobilizable	no_good_hit	139.0	81.295	3.0	0.010476565576998819	NZ_LNAM01000203.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf75, whole genome shotgun sequence	True	False
ISR0219_000000020975	1573	0.5478121715423422	3	1	1	1	1	False	28033	fragment	False	ISR0219_000000020975	1.0		0	0	False	False	0.9993642568588257	0					non-mobilizable	no_good_hit	431.0	74.942	27.0	0.014646534929028667	NZ_KB291706.1	firmicutes	Clostridium celatum DSM 1785 Scfld351, whole genome shotgun sequence	True	False
DEN0089_000000009425	2034	0.5478078884307357	2	1	1	1	1	False	68840	maximal	True	DEN0089_000000009425	1.0		1	1	False	False	0.9936086535453796	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000015372	1963	0.5478078884307357	1	1	1	1	1	False	60196	fragment	False	USA0019_01_000000015372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	3.0	1.1193261223455948e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
AUS0002_000000020153	1835	0.5478078884307357	2	1	1	1	1	False	102899	maximal	True	AUS0002_000000020153	1.0		1	1	False	False	0.9989100694656372	0					non-mobilizable	no_good_hit								True	False
DEN0025_000000000793	2539	0.5478020375803663	2	2	2	2	2	False	88307	maximal	True	DEN0025_000000000793	1.0		556	15	False	False	1.0	0					non-mobilizable	other	2538.0	99.133	99.0	0.008066028887638342	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0049_000000011073	2660	0.5478003956362749	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.09856141645149391		0	0	False	False	0.9996240735054016	0					non-mobilizable	other	2654.0	98.568	99.0	0.16377447045019453	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	False	False
ISR0381_000000010238	1710	0.5478000763739347	2	2	2	1	1	False	23151	fragment	False	ISR0381_000000010238	1.0		0	0	False	False	0.9684210419654846	0					non-mobilizable	chromosome	1714.0	93.34899999999999	100.0	0.00031387100471045264	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
CHI0021_000000004077	2070	0.547799325042832	3	3	3	3	3	False	89295	maximal	True	CHI0021_000000004077	1.0		172	11	False	False	0.9942029118537903	0					non-mobilizable	no_good_hit	1272.0	77.673	61.0	0.0001969917414521546	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ENG0104_000000020965	1513	0.5477987612172547	2	1	1	1	1	False	60228	maximal	True	ENG0104_000000020965	1.0		0	0	False	False	0.9854593276977539	0					non-mobilizable	no_good_hit	540.0	92.22200000000001	35.0	0.04954788706403396	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0061_000000017556	1562	0.5477959753788527	2	1	1	1	1	False	51839	fragment	False	MON0025_000000024515	0.9515341632742105		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	75.09899999999999	48.0	0.00020748796667664958	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0097_000000032034	1168	0.5477957509557853	3	3	3	3	1	False	130039	fragment	False	USA0135_01_000000006480	0.023614057859404004		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	98.973	100.0	0.0003624295284558511	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0139_000000005541	4657	0.5477946303903641	4	3	3	1	2	False	47506	fragment	False	FIJ0139_000000005541	0.9745523472798732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3664.0	98.52600000000001	79.0	0.019046078042466125	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
MON0090_000000014035	3975	0.5477946303903641	3	3	3	1	2	False	47506	fragment	False	FIJ0139_000000005541	0.6988963082807067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3413.0	98.594	86.0	0.01773597511326388	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0305_000000007141	2432	0.5477903145457074	2	1	1	1	1	False	26953	maximal	True	ISR0305_000000007141	1.0		537	15	False	False	0.9884868264198303	0					non-mobilizable	other	2432.0	99.836	100.0	0.0005960274805200028	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0029_000000007366	1548	0.547788386455397	4	3	0	3	3	False	88582	fragment	False	CHI0029_000000007366	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1548.0	99.935	100.0	0.015761428818860734	CP041960.1	enterobacteria	Escherichia coli strain EC2 plasmid pEC2_5, complete sequence	False	True
FIJ0058_000000019553	2053	0.5477841687974196	4	3	3	3	2	True	46015	maximal	True	FIJ0058_000000019553	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	72.866	16.0	0.00011567308905345796	NZ_VIVJ01000001.1	high GC Gram+	Rathayibacter rathayi strain DSM 7485 Ga0197511_11, whole genome shotgun sequence	True	True
MON0026_000000003435	6757	0.5477775137447184	6	5	1	0	5	False	80371	fragment	False	MON0026_000000003435	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	other	6666.0	98.41	99.0	0.06963453622249619	LM995885.1	enterobacteria	Escherichia coli genome assembly FHI30, scaffold scaffold-15_contig-11.0_1_95714_[organism:Escherichia	False	True
SPA0127_000000016210	1815	0.5477765490314886	3	2	1	2	1	False	60233	fragment	False	SPA0127_000000016210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0069_000000002016	11467	0.5477760767111672	10	5	5	5	5	False	45005	maximal	True	FIJ0069_000000002016	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	94.348	4.0	0.0007583007440619091	NZ_LT629842.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0104_000000018855	1683	0.5477741326105233	4	3	1	2	2	True	108956	maximal	True	ENG0104_000000018855	1.0		29	8	False	False	0.9952465891838074	0					non-mobilizable	no_good_hit	1412.0	92.068	84.0	0.021801536193653503	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
FIJ0099_000000011591	1911	0.5477701835340921	2	2	2	2	2	False	42779	fragment	False	FIJ0099_000000011591	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1847.0	100.0	100.0	0.006671605919875675	MN604267.1	enterobacteria	Salmonella enterica subsp. enterica serovar London strain SAL-19-0623 plasmid pSAL-19-0623_NDM, complete sequence	False	True
ENG0076_000000009673	1315	0.5477663612706518	2	2	2	2	2	False	109786	fragment	False	ISR0213_000000019947	0.9622537964597483		0	0	False	False	0.9931558966636658	0					non-mobilizable	no_good_hit	1057.0	71.145	78.0	0.004295087001448295	NZ_FOHN01000002.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
ENG0086_000000012740	1992	0.5477643854331951	3	3	2	3	2	False	61432	maximal	True	ENG0086_000000012740	1.0		6	4	False	False	0.977911651134491	0					non-mobilizable	no_good_hit	1002.0	99.70100000000001	50.0	0.0005544032411266404	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	True	False
ISR0143_000000014773	2012	0.5477639062663124	2	2	2	2	1	False	31145	maximal	True	ISR0143_000000014773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	817.0	98.531	84.0	0.0002266024626355866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0023_000000003156	3947	0.5477635293685694	5	5	2	1	4	False	89151	fragment	False	ISR0821_000000006550	0.9393975903614458		0	0	False	False	0.9969597458839417	0					non-mobilizable	chromosome	3890.0	99.97399999999999	100.0	0.0007200067835043836	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
FIJ0075_000000005471	3404	0.547760735156781	4	4	4	3	3	False	108784	fragment	False	ISR0257_000000004662	0.7765049883084595		0	0	False	False	0.999412477016449	0					non-mobilizable	other	3405.0	97.56200000000001	100.0	0.02079082100221166	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0126_000000002947	15591	0.5477600019447337	16	8	6	7	3	False	33660	fragment	False	ISR0126_000000002947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	99.234	7.0	0.0003290662933046041	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0017_000000015263	2206	0.5477589113103317	3	3	3	3	3	True	37858	maximal	True	ISR0017_000000015263	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	1368.0	87.573	90.0	0.000387977256113344	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0190_000000014886	1525	0.5477576063101721	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.06598053375555282		0	0	False	False	0.9960655570030212	0					non-mobilizable	chromosome	1525.0	96.787	100.0	0.0005307198205150734	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0021_01_000000000805	20687	0.5477519490551284	25	13	5	12	4	True	100675	backbone	False	SPA0056_000000000367	0.17171838513136192	PS581	0	0	False	True	1.0	0					non-mobilizable	other	20694.0	96.704	100.0	0.33269543122718426	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
AST0084_000000006557	4713	0.5477509278386582	4	4	4	4	3	False	111836	maximal	True	AST0084_000000006557	1.0		3	2	False	False	0.9970294833183289	0					non-mobilizable	no_good_hit	2675.0	97.794	57.0	0.0009337906450456694	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	False
ISR0031_000000001183	10408	0.5477494635984504	13	10	9	7	7	True	127635	maximal	True	ISR0031_000000001183	1.0	PS1014	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	7270.0	99.97200000000001	70.0	0.12257803409723277	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	True
ISR0338_000000000480	22097	0.5477486548244058	22	8	2	5	6	False	24429	maximal	True	ISR0338_000000000480	1.0		1	1	False	False	0.9999547600746155	0					non-mobilizable	no_good_hit	58.0	93.103	1.0	1.704060836765621e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0124_000000006173	4638	0.5477421814873544	6	2	2	2	2	False	76164	maximal	True	SPA0124_000000006173	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	75.59100000000001	3.0	4.044424744181981e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0032_000000002006	16058	0.5477407834137787	31	7	3	5	4	True	100668	maximal	True	FIJ0032_000000002006	1.0		84	10	False	False	1.0	0					non-mobilizable	chromosome	16076.0	97.67399999999999	100.0	0.004282784911899473	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0054_000000000642	13910	0.5477353943944642	12	2	2	1	1	False	17193	fragment	False	MAD0054_000000000642	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	421.0	73.872	3.0	0.0001291057976902817	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0113_000000006859	2283	0.5477344584788091	2	1	1	1	1	False	38916	maximal	True	ISR0113_000000006859	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	91.758	13.0	0.0026955783579311063	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0287_000000005385	2227	0.5477344584788091	3	1	1	1	1	False	38912	fragment	False	ISR0287_000000005385	1.0		0	0	False	False	0.9968567490577698	0					non-mobilizable	no_good_hit	211.0	92.417	20.0	0.003067895810684022	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0097_000000015686	2111	0.5477344584788091	3	1	1	1	1	False	38911	fragment	False	SPA0097_000000015686	0.9569042747793988		0	0	False	False	0.9966840147972107	0					non-mobilizable	no_good_hit	182.0	92.30799999999999	13.0	0.0026955783579311063	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0192_000000008854	2102	0.5477344584788091	3	1	1	1	1	False	38911	fragment	False	SPA0097_000000015686	0.9533623894832395		0	0	False	False	0.9833492040634155	0					non-mobilizable	no_good_hit	182.0	91.758	14.0	0.0026955783579311063	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0357_000000019665	1349	0.5477344584788091	3	1	1	1	1	False	23876	fragment	False	ISR0357_000000019665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0090_01_000000005213	1676	0.5477337502342894	3	2	1	2	1	False	394	fragment	False	USA0090_01_000000005213	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	95.788	93.0	0.0005433574207893274	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0023_000000008083	3488	0.5477324364229952	4	4	4	4	3	False	37547	maximal	True	ISR0023_000000008083	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	2220.0	79.459	63.0	0.0039253816694056545	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0034_000000024289	1433	0.5477178858823936	2	2	2	2	2	False	70688	maximal	True	SPA0034_000000024289	1.0		1	1	False	False	0.9951151609420776	0					non-mobilizable	no_good_hit	308.0	73.377	21.0	0.1562173458725183	NZ_JSAB01000403.1	b-proteobacteria	Massilia aurea strain CFS-1 NODE_797, whole genome shotgun sequence	True	False
DEN0021_000000030340	1240	0.5477170780472423	3	2	2	2	2	False	88142	fragment	False	DEN0021_000000030340	0.9920796482884855		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	99.677	100.0	0.0003976121449169507	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
CHI0040_000000009653	1492	0.5477127907469788	2	1	1	1	1	False	87686	fragment	False	ISR0329_000000010037	0.9491473812423874		0	0	False	False	0.9765415787696838	0					non-mobilizable	other	1492.0	99.93299999999999	100.0	0.0003655602523469042	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0811_000000006927	2143	0.5477108217980745	2	2	2	2	2	True	131030	maximal	True	ISR0811_000000006927	1.0		58	10	False	False	1.0	0					non-mobilizable	other	862.0	96.17200000000001	100.0	0.0002592306119739252	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0119_000000009552	3463	0.5477084976638323	3	2	2	2	2	False	4223	fragment	False	SPA0119_000000009552	1.0		0	0	False	False	0.9968235492706299	0					non-mobilizable	no_good_hit	1579.0	81.634	45.0	0.025561857094105984	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ISR0251_000000003905	3346	0.5477081753390717	4	3	2	3	2	True	27001	maximal	True	ISR0251_000000003905	1.0		2	2	False	False	0.9982067942619324	0					non-mobilizable	no_good_hit	1150.0	86.78299999999999	34.0	0.0081420380672251	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ISR0387_000000001930	9952	0.5477066469493989	12	2	1	2	2	False	22983	maximal	True	ISR0387_000000001930	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	100.0	0.0	0.00045475216007276033	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0094_000000010052	1851	0.5477004825528619	2	2	2	2	2	False	33455	maximal	True	ISR0094_000000010052	1.0		209	13	False	False	0.9897353053092957	0					non-mobilizable	other	1853.0	95.521	100.0	0.007756125957475322	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0025_000000029347	1350	0.5476970538127126	3	3	2	3	2	False	46858	fragment	False	FIJ0047_000000021128	0.9574829931972789		0	0	False	False	0.9748148322105408	0					non-mobilizable	other	1350.0	99.852	100.0	0.004274939789580428	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0015_000000020868	1721	0.5476966431252958	3	3	3	1	2	False	93198	fragment	False	USA0037_01_000000019195	0.9711048158640226		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	99.82600000000001	100.0	0.0005180002059954308	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0104_000000020585	1198	0.5476900242076043	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.05643365602494688		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	99.331	99.0	0.0004336165398925401	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ETH0005_000000015021	3191	0.5476833003715162	3	3	3	3	3	False	52776	maximal	True	ETH0005_000000015021	1.0		12	6	False	False	0.9830774068832397	0					non-mobilizable	no_good_hit								True	False
ISR0376_000000011571	2097	0.5476805728315376	3	2	2	2	2	False	58146	maximal	True	ISR0376_000000011571	1.0		95	12	False	False	0.9847400784492493	0					non-mobilizable	no_good_hit	549.0	76.138	26.0	0.00013624757614809284	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0180_000000005294	3979	0.547678771971427	3	3	3	3	1	True	57362	maximal	True	ISR0180_000000005294	1.0		327	12	False	False	1.0	0					non-mobilizable	other	3954.0	98.381	99.0	0.14108742993823856	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
ENG0017_000000005678	3901	0.547678771971427	3	3	3	3	1	True	66719	maximal	True	ENG0017_000000005678	1.0		647	13	False	False	1.0	0					non-mobilizable	other	3901.0	97.334	100.0	0.001400343981931972	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	True
SPA0044_000000007331	3536	0.547678771971427	3	3	3	3	1	True	6795	maximal	True	SPA0044_000000007331	1.0		796	13	False	False	0.9994344115257263	0					non-mobilizable	other	3507.0	88.90799999999999	99.0	0.29995713673381913	NZ_AAXG02000054.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont41.1, whole genome shotgun sequence	False	True
CAN0012_000000035400	1270	0.5476723246604377	2	2	2	2	2	False	95511	fragment	False	ENG0052_000000028494	0.8875642483779583		0	0	False	False	0.9976378083229065	0					non-mobilizable	other	1185.0	97.975	100.0	0.0003375631362808525	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0012_000000015691	1445	0.5476685579134344	1	1	1	1	1	False	38156	fragment	False	ISR0012_000000015691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	861.0	95.819	75.0	0.00024413064509535857	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0067_000000020592	1554	0.5476670299997302	2	2	1	2	1	False	78073	fragment	False	FIJ0067_000000020592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0052_000000000985	25180	0.547663264183609	18	9	4	8	3	True	32823	maximal	False	ISR0268_000000000233	0.9608741252074764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	98.333	0.0	0.00130993518079364	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	True
CHI0089_000000006057	1461	0.5476563908591843	2	2	2	2	2	False	83868	fragment	False	CHI0089_000000006057	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1461.0	100.0	100.0	0.00027776889931980863	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
TAN0018_000000003990	2438	0.5476490220492664	4	2	1	2	1	False	2424	maximal	True	TAN0018_000000003990	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.168840511124551e-06	LR215973.1	high GC Gram+	Nocardia cyriacigeorgica strain 3012STDY6756504 genome assembly, chromosome: 1	True	False
DEN0096_000000001971	14864	0.5476487400127353	16	13	7	9	8	True	76560	fragment	False	ENG0132_000000001219	0.8906667496157217		0	0	False	False	0.9969725608825684	0					non-mobilizable	other	13585.0	98.697	99.0	0.004614031398244147	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0166_000000008912	3070	0.5476474281641521	4	4	3	4	4	True	128837	maximal	True	ENG0166_000000008912	1.0		98	6	False	False	0.9990227818489075	0					non-mobilizable	no_good_hit	2153.0	94.241	73.0	0.0007304393987352082	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
FIJ0136_000000001407	16183	0.5476471333861394	20	19	6	9	18	True	123538	fragment	False	USA0018_01_000000001289	0.9388413542681024		0	0	False	False	1.0	0					non-mobilizable	other	16203.0	98.95700000000001	100.0	0.00782218977862556	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
ISR0351_000000005323	2544	0.5476464699677481	4	4	3	1	2	True	121879	maximal	True	ISR0351_000000005323	1.0		58	4	False	False	1.0	0					non-mobilizable	no_good_hit	2180.0	95.367	86.0	0.0435452562486242	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	True
USA0042_01_000000005914	4274	0.5476453282785133	4	1	0	1	1	False	60059	fragment	False	USA0042_01_000000005914	1.0		0	0	False	False	0.9997660517692566	0					non-mobilizable	no_good_hit	67.0	100.0	2.0	9.070631357172602e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
USA0010_01_000000009066	2998	0.5476453282785133	2	1	0	1	1	False	60058	fragment	False	USA0010_01_000000009066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	2.0	7.83372708119452e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
ISR0290_000000004587	2709	0.5476453282785133	4	1	0	1	1	False	60057	fragment	False	ISR0290_000000004587	1.0		0	0	False	False	0.9915097951889038	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.01723147616312464	XM_025545650.1	ascomycetes	Aspergillus heteromorphus CBS 117.55 DUF890 domain protein (BO70DRAFT_384319), mRNA	True	False
DEN0046_000000011712	2087	0.5476453282785133	3	1	0	1	1	False	72717	maximal	True	DEN0046_000000011712	1.0		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	2.0	1.8742661913170604e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
USA0116_01_000000015827	1554	0.5476453282785133	2	1	0	1	1	False	54391	fragment	False	USA0116_01_000000015827	0.9721364872005958		0	0	False	False	0.9903475046157837	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.8959986843764918e-06	LT972182.1	bony fishes	Larimichthys crocea genome assembly, chromosome: XVI	True	False
USA0066_01_000000013415	1526	0.5476453282785133	2	1	0	1	1	False	54391	fragment	False	USA0116_01_000000015827	0.9677553531508907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	1.4280123362415696e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0106_000000013942	1487	0.5476453282785133	3	1	0	1	1	False	60056	fragment	False	ENG0106_000000013942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	0.01723147616312464	XM_025545650.1	ascomycetes	Aspergillus heteromorphus CBS 117.55 DUF890 domain protein (BO70DRAFT_384319), mRNA	True	False
FIJ0071_000000024852	1479	0.5476453282785133	2	1	0	1	1	False	54391	fragment	False	USA0116_01_000000015827	0.9266861881540781		0	0	False	False	0.999323844909668	0					non-mobilizable	no_good_hit	96.0	94.792	6.0	4.23941162321716e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0326_000000011119	1781	0.5476449964991676	4	2	1	1	2	False	74412	fragment	False	ISR0326_000000011119	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1781.0	100.0	100.0	0.0031026452665486033	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
MON0015_000000026426	1443	0.5476449964991676	4	2	1	1	2	False	74411	fragment	False	MON0015_000000026426	1.0		0	0	False	False	0.9584199786186218	0					non-mobilizable	other	1443.0	98.68299999999999	100.0	0.0025117482185935606	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ENG0077_000000017267	1212	0.5476449964991676	3	2	1	1	2	False	74410	fragment	False	SPA0042_000000026736	0.9221562302162642		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	98.515	100.0	0.005071635277809188	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0092_000000010997	4568	0.5476447402214479	6	6	5	5	5	True	92854	maximal	True	MON0092_000000010997	1.0		2	2	False	False	0.9991243481636047	0					non-mobilizable	chromosome	3428.0	95.65299999999999	93.0	0.0012177959922793373	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ENG0134_000000011054	3461	0.5476443386198006	3	3	1	3	1	False	77682	fragment	False	ENG0134_000000011054	1.0		0	0	False	False	0.9982663989067078	0					non-mobilizable	no_good_hit	1482.0	92.98200000000001	43.0	0.00022565830492695006	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0150_000000001115	12790	0.5476437189638856	18	8	6	7	7	True	126195	backbone	False	FIJ0142_000000001992	0.9699666133067328	PS947	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	1584.0	72.727	20.0	0.14895445431108564	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0193_000000002633	9382	0.5476427500395086	10	7	6	7	6	False	65512	maximal	True	ISR0193_000000002633	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	5142.0	99.961	55.0	0.05499561319038754	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0065_000000013323	1939	0.5476425554181469	3	3	3	3	3	False	10675	maximal	True	MON0065_000000013323	1.0		5	3	False	False	0.9974213242530823	0					non-mobilizable	no_good_hit	1675.0	87.40299999999999	86.0	0.00044050503149650565	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
MAD0024_000000009440	1605	0.5476407475136272	2	2	2	2	2	False	19184	maximal	True	MAD0024_000000009440	1.0		224	9	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	73.512	20.0	0.0005467641729441751	NZ_HE999443.1	CFB group bacteria	Prevotella conceptionensis 9403948, whole genome shotgun sequence	True	False
SPA0139_000000008491	3151	0.5476385092781448	6	5	5	5	5	False	72933	maximal	True	SPA0139_000000008491	1.0		67	6	False	False	0.9930180907249451	0					non-mobilizable	no_good_hit	2550.0	75.255	79.0	0.0009776459086518721	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
ENG0025_000000013566	1925	0.5476302511040673	3	2	2	2	1	False	123011	fragment	False	ENG0025_000000013566	1.0		0	0	False	False	0.9984415769577026	0					non-mobilizable	no_good_hit	82.0	98.78	4.0	0.00016063014611394032	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
SPA0106_000000001812	16922	0.5476254183415421	23	7	2	7	2	False	80369	maximal	True	SPA0106_000000001812	1.0		1	1	False	False	0.9976361989974976	0					non-mobilizable	no_good_hit								True	False
MON0082_000000033162	1112	0.5476197952288651	2	2	2	2	2	False	111265	fragment	False	ISR0064_000000015580	0.14346040394425108		0	0	False	False	0.9964028596878052	0					non-mobilizable	other	1112.0	98.921	100.0	0.0018445497787702447	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0063_01_000000006627	3065	0.5476195547671767	4	3	3	3	3	False	115137	maximal	True	USA0063_01_000000006627	1.0	PS748	15	6	False	True	0.9980424046516418	0					non-mobilizable	other	1515.0	99.802	98.0	0.0004530653883479602	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ENG0042_000000015127	1676	0.5476185332292219	3	3	3	2	1	False	123010	fragment	False	ENG0042_000000015127	1.0		0	0	False	False	0.9874701499938965	0					non-mobilizable	no_good_hit	161.0	99.37899999999999	10.0	0.008229182739289204	NZ_JAAIPV010000057.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_57_length_19443_cov_77.9699, whole genome shotgun sequence	True	False
FIJ0052_000000021964	1416	0.5476128945683078	2	2	2	2	2	False	46448	maximal	True	FIJ0052_000000021964	1.0		92	8	False	False	0.991525411605835	0					non-mobilizable	no_good_hit	747.0	86.613	72.0	0.0017988755207271245	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
AST0025_000000004296	6910	0.5476107969275854	8	7	5	5	4	False	120558	maximal	True	AST0025_000000004296	1.0		82	8	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	92.266	41.0	0.0002757900587318414	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0213_000000024045	1131	0.5476097612811709	2	2	2	2	2	False	28248	maximal	True	ISR0213_000000024045	1.0		0	0	False	False	0.9955791234970093	0					non-mobilizable	plasmid	843.0	99.40700000000001	100.0	0.009122898475172683	CP053729.1	enterobacteria	Escherichia coli strain CP61_Sichuan plasmid pCP61-IncFIB, complete sequence	False	True
USA0020_01_000000008205	4251	0.5476094694267191	6	5	4	3	4	False	127789	fragment	False	AST0029_000000007310	0.6873583466621204		0	0	False	False	1.0	0					non-mobilizable	other	4156.0	99.495	98.0	0.07943853744358602	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0178_000000010364	2146	0.5476070856796584	3	3	2	2	2	True	86491	maximal	False	CHI0052_000000007130	0.7798110760384257		0	0	False	False	0.998136043548584	0					non-mobilizable	other	2146.0	96.645	100.0	0.0007470430128133208	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	True
ISR0366_000000001179	9448	0.5476049998954846	14	5	5	4	5	False	58128	maximal	True	ISR0366_000000001179	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	88.71	1.0	2.435762747125101e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
CHI0030_000000002953	2016	0.5476037721419609	3	3	3	3	3	False	88526	maximal	False	ENG0197_000000004946	0.9782812699099378		0	0	False	False	1.0	0					non-mobilizable	chromosome	2015.0	98.51100000000001	99.0	0.0006779006084612363	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0086_000000015444	1792	0.547603680337966	2	2	2	2	1	False	119142	maximal	True	ISR0086_000000015444	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1482.0	81.984	83.0	0.020362395608326568	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0073_000000003117	2888	0.5476033904597551	3	3	3	3	2	False	84805	maximal	True	CHI0073_000000003117	1.0		5	5	False	False	0.9968836307525635	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.0007207359986433205	NZ_QVHZ01000017.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf17, whole genome shotgun sequence	True	False
ISR0040_000000016925	1552	0.5476025226515547	3	3	2	2	1	False	122963	maximal	True	ISR0040_000000016925	1.0		18	7	False	False	0.999355673789978	0					non-mobilizable	chromosome	938.0	92.00399999999999	90.0	0.0003153887140656298	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0356_000000006616	2761	0.5476003571743798	5	5	3	4	3	False	23920	fragment	False	ISR0356_000000006616	1.0		0	0	False	False	0.9960159659385681	0					non-mobilizable	chromosome	2574.0	96.154	93.0	0.0008961522963946165	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0086_000000010335	2998	0.5475985713236369	3	3	3	3	3	False	119442	fragment	False	DEN0001_000000013832	0.9960066555740432		0	0	False	False	1.0	0					non-mobilizable	chromosome	2045.0	84.352	97.0	0.0005673521940355639	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0848_000000015035	1218	0.5475944985564588	2	1	1	1	1	False	31512	maximal	True	ISR0848_000000015035	0.9858918284804877		114	9	False	False	0.9917898178100586	0					non-mobilizable	other	1218.0	99.09700000000001	100.0	0.006503256972164777	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
MON0066_000000015207	2183	0.5475937720694789	2	1	1	0	1	False	10644	maximal	True	MON0066_000000015207	1.0		247	11	False	False	0.9720568060874939	0					non-mobilizable	other	2183.0	98.90100000000001	100.0	0.004462605736350399	NZ_VJZV01000004.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold4_1, whole genome shotgun sequence	False	False
CHI0131_000000008513	2022	0.5475937720694789	2	1	1	0	1	False	81025	maximal	False	ISR0842_000000009964	0.9561363636363636		0	0	False	False	0.9995054602622986	0					non-mobilizable	other	2022.0	98.46700000000001	100.0	0.020047415460614417	NZ_RCXZ01000025.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0025, whole genome shotgun sequence	False	False
MAD0054_000000003537	3724	0.5475888443364431	3	3	3	2	2	False	17175	maximal	True	MAD0054_000000003537	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0189_000000001329	6649	0.5475839540562106	11	6	3	4	4	False	121532	maximal	True	ISR0189_000000001329	1.0		2	1	False	False	0.9938336610794067	0					non-mobilizable	no_good_hit								True	False
ISR0192_000000007821	2434	0.547582570046381	3	3	3	3	3	False	124464	maximal	False	ISR0117_000000010414	0.9685436893203884		0	0	False	False	0.9983566403388977	0					non-mobilizable	other	2450.0	84.77600000000001	99.0	0.020517478480840734	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0138_000000005592	3592	0.5475792585138065	4	4	4	4	3	False	122461	maximal	True	ENG0138_000000005592	1.0	PS871	7	4	False	True	1.0	0					non-mobilizable	no_good_hit	2310.0	93.463	64.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0389_000000015446	1441	0.5475789753091735	3	3	2	3	2	False	54892	fragment	False	ISR0389_000000015446	0.9914664001437065		0	0	False	False	0.9937543272972107	0					non-mobilizable	other	1464.0	76.639	99.0	0.0004907318214037948	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0293_000000027042	1292	0.5475773458973108	2	2	2	2	2	False	25808	maximal	True	ISR0293_000000027042	1.0		203	12	False	False	0.9992260336875916	0					non-mobilizable	no_good_hit	514.0	75.681	39.0	0.003386094970947706	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0159_000000004628	5185	0.5475769053776827	7	5	3	3	5	False	30488	maximal	True	ISR0159_000000004628	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2292.0	97.12	50.0	0.033352283494409704	NZ_CABIWU010000003.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0054_000000000806	21972	0.5475729811510548	20	10	7	8	4	True	65200	maximal	True	FIJ0054_000000000806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	0.0	7.781880178704736e-06	NZ_AP021874.1	d-proteobacteria	Desulfosarcina alkanivorans strain PL12	True	True
CHI0133_000000008632	2163	0.5475712654490569	4	3	2	3	2	False	113756	fragment	False	ISR0059_000000003816	0.19780981029093608		0	0	False	False	1.0	0					non-mobilizable	chromosome	2167.0	94.555	100.0	0.0006048221764026431	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0111_000000011608	1787	0.5475696274618633	2	2	2	1	1	False	42836	fragment	False	FIJ0111_000000011608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	93.67299999999999	41.0	0.00015723250217681808	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
DEN0011_000000040969	1165	0.5475695165222804	2	2	2	2	1	False	115880	fragment	False	ISR0032_000000025396	0.585497680304424		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	97.51100000000001	100.0	0.004778477169265304	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0050_000000033821	1223	0.5475684386258837	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.07537661478297984		0	0	False	False	1.0	0					non-mobilizable	chromosome	1223.0	98.365	100.0	0.00042454822909709954	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0101_01_000000012910	2513	0.547564891493394	6	4	4	4	2	False	125934	maximal	True	USA0101_01_000000012910	1.0		78	11	False	False	1.0	0					non-mobilizable	chromosome	1542.0	99.546	99.0	0.000431016266385965	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0010_000000018457	2432	0.547563761849307	2	2	1	2	2	False	75993	maximal	True	DEN0010_000000018457	1.0		1	1	False	False	0.9925987124443054	0					non-mobilizable	no_good_hit	914.0	78.556	80.0	0.0002797327714694902	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
USA0056_01_000000005140	4357	0.5475565453832685	4	4	4	4	4	False	81471	maximal	True	USA0056_01_000000005140	1.0		328	13	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	84.098	84.0	0.0004187383221472752	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0105_000000008363	3563	0.5475525331925946	5	4	3	4	4	False	45666	maximal	True	FIJ0105_000000008363	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1518.0	93.874	60.0	0.0005511749352014266	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
ISR0083_000000008877	2807	0.5475504237376863	4	1	1	1	1	False	49451	maximal	True	ISR0083_000000008877	1.0		1	1	False	False	0.9982187151908875	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.00012665833103291493	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	True	False
FIJ0063_000000008201	3126	0.5475503445059399	4	4	3	2	4	False	87141	maximal	True	FIJ0063_000000008201	1.0		65	9	False	False	1.0	0					non-mobilizable	chromosome	3126.0	99.744	100.0	0.000596032578282442	CP042520.1	enterobacteria	Klebsiella pneumoniae strain C2 chromosome, complete genome	False	False
MAD0087_000000011096	2559	0.5475483511234763	4	2	2	2	2	True	119989	fragment	False	MAD0087_000000011096	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	2562.0	90.59299999999999	99.0	0.0008593248527316466	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0126_000000030259	1486	0.5475418756216959	3	3	2	2	0	False	3947	fragment	False	SPA0126_000000030259	1.0		0	0	False	False	0.9993270635604858	0					non-mobilizable	other	1486.0	99.26	100.0	0.003363510553722172	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0206_000000001302	14020	0.5475415732454709	12	12	11	12	12	False	64625	maximal	True	ENG0206_000000001302	1.0		10	3	False	False	0.9998573660850525	0					non-mobilizable	no_good_hit	78.0	96.154	1.0	0.0007633434442859726	NZ_SOAZ01000011.1	firmicutes	Fonticella tunisiensis strain DSM 24455 Ga0244689_111, whole genome shotgun sequence	True	False
MON0062_000000019509	1910	0.5475387558336006	2	2	2	2	1	False	102339	fragment	False	ENG0029_000000011530	0.9499502682677656		0	0	False	False	0.9921466112136841	0					non-mobilizable	no_good_hit								True	False
FIJ0124_000000008132	3247	0.5475377550846698	3	2	2	1	1	True	76495	fragment	False	FIJ0124_000000008132	1.0		0	0	False	False	0.9996920228004456	0					non-mobilizable	chromosome	3236.0	99.227	99.0	0.0008592245531752229	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0036_000000007006	3718	0.5475375516140571	6	4	2	3	2	True	18740	maximal	True	MAD0036_000000007006	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000034029	1281	0.5475372170725357	1	1	1	1	1	False	2657	maximal	True	TAN0009_000000034029	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000008638	4775	0.5475359396909072	7	6	2	3	5	False	124426	maximal	False	ISR0355_000000003047	0.8559260101717003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4180.0	99.354	89.0	0.001250568202051602	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0021_000000012095	1491	0.5475299609005895	3	3	3	1	2	False	66347	fragment	False	ENG0021_000000012095	1.0		0	0	False	False	0.9993293285369873	0					non-mobilizable	chromosome	1491.0	99.531	100.0	0.00041665373362292164	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0102_000000015133	1884	0.5475297698579933	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.14159624635935517		0	0	False	False	0.9941613674163818	0					non-mobilizable	chromosome	1884.0	98.726	100.0	0.0006626940312016676	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0052_000000012830	1840	0.5475256647296163	3	3	2	3	2	False	114501	fragment	False	SPA0125_000000017850	0.9235482152370804		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	90.90899999999999	77.0	0.0003808180770516366	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
MAD0051_000000020874	1367	0.5475217079817312	2	2	2	2	1	False	17321	maximal	True	MAD0051_000000020874	1.0		40	7	False	False	0.9765910506248474	0					non-mobilizable	no_good_hit	617.0	77.31	45.0	0.017924086223055295	NZ_JAAITU010000043.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_43_length_34144_cov_139.496, whole genome shotgun sequence	True	False
MAD0015_000000003702	4397	0.5475209508888182	7	4	3	1	1	True	54477	fragment	False	MAD0015_000000003702	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0001203354454278755	NZ_AUIN01000012.1	firmicutes	Streptococcus devriesei DSM 19639 G573DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
USA0027_01_000000023859	1136	0.5475196798815039	1	1	1	1	1	False	33242	fragment	False	ISR0098_000000011680	0.38211120064464144		0	0	False	False	0.9815140962600708	0					non-mobilizable	no_good_hit								True	False
ISR0185_000000029382	1134	0.5475173920534137	2	2	2	2	2	False	29358	fragment	False	ISR0185_000000029382	1.0		0	0	False	False	0.9850088357925415	0					non-mobilizable	chromosome	1134.0	99.559	100.0	0.00022546747686371356	CP021726.1	enterobacteria	Escherichia coli strain Combat11I9 chromosome, complete genome	False	False
DEN0066_000000012141	2783	0.5475164735819915	5	2	1	2	1	False	70983	maximal	True	DEN0066_000000012141	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0122_000000005776	2414	0.5475151224699906	2	2	2	2	1	False	97233	fragment	False	TAN0010_000000005941	0.9539123310118804		0	0	False	False	0.9942004680633545	0					non-mobilizable	other	2419.0	95.99	100.0	0.000721193914080967	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0139_000000007909	3256	0.5475121798196834	4	2	2	1	2	False	49807	fragment	False	FIJ0059_000000005809	0.96292319129473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	770.0	81.688	32.0	0.00020433592292214242	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0020_000000007179	3199	0.5475121798196834	4	2	2	1	2	False	49807	fragment	False	FIJ0059_000000005809	0.9705879403419446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	81.458	31.0	0.00020700349371747064	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0030_01_000000004487	3801	0.5475099479548449	5	5	5	5	4	False	104222	fragment	False	CHI0054_000000003369	0.5799018146814096		0	0	False	False	1.0	0					non-mobilizable	other	3794.0	97.391	99.0	0.006039649460979237	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0010_000000005141	7513	0.5475085059486887	7	6	4	4	5	False	125009	fragment	False	DEN0010_000000005141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	71.259	26.0	0.0005616612944594264	NC_014960.1	GNS bacteria	Anaerolinea thermophila UNI-1, complete genome	True	False
FIJ0152_000000009690	2497	0.5475069141804141	3	3	2	3	2	False	46714	maximal	True	FIJ0152_000000009690	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	74.222	9.0	7.228524351215184e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
CAN0019_000000003563	1777	0.5475048439218011	5	4	4	3	2	False	117242	maximal	True	CAN0019_000000003563	0.989963503649635		0	0	False	False	0.9825548529624939	0					non-mobilizable	no_good_hit	1227.0	99.348	81.0	0.00034285384826156305	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0111_000000011272	1788	0.5475022573053111	2	2	2	2	2	False	95518	maximal	False	ENG0001_000000014550	0.9659196364011983		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	99.31700000000001	74.0	0.013215300783866471	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	True	False
ISR0214_000000006067	4319	0.5475008178738777	6	6	5	5	6	False	55801	maximal	True	ISR0214_000000006067	1.0		15	4	False	False	0.9949062466621399	0					non-mobilizable	no_good_hit	965.0	78.653	22.0	0.003324468085106383	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
ENG0192_000000002413	6202	0.5474988249177404	8	2	2	2	1	True	130521	fragment	False	CAN0014_000000006821	0.4040670292769053		0	0	False	False	1.0	0					non-mobilizable	chromosome	6202.0	99.96799999999999	100.0	0.0011023043689720785	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
CHI0020_000000001328	5986	0.5474965733600401	7	5	5	5	5	False	126414	maximal	True	CHI0020_000000001328	1.0	PS958	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	3455.0	99.595	58.0	0.0010399332563971401	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CAN0001_000000003620	11646	0.5474955655975727	15	11	4	7	8	False	97464	fragment	False	CAN0001_000000003620	1.0		0	0	False	False	0.9996565580368042	0					non-mobilizable	no_good_hit	6483.0	95.542	83.0	0.039145885965018314	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
SPA0046_000000018284	1764	0.5474951536016666	3	2	2	2	2	False	60037	fragment	False	SPA0046_000000018284	1.0		0	0	False	False	0.997732400894165	0					non-mobilizable	no_good_hit	940.0	90.213	68.0	0.00028271491828515185	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0101_000000019328	1490	0.5474924598296814	4	4	1	3	3	False	15086	maximal	True	MAD0101_000000019328	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1490.0	97.852	100.0	0.0003146998209656022	CP013031.1	enterobacteria	Escherichia coli strain H1827/12, complete genome	False	False
FIJ0159_000000019418	1330	0.5474916016353559	2	2	2	1	1	False	39375	maximal	True	FIJ0159_000000019418	1.0		346	15	False	False	0.9857142567634583	0					non-mobilizable	no_good_hit								True	False
ISR0045_000000004409	5471	0.5474900584152883	4	3	2	3	3	False	36263	fragment	False	ISR0045_000000004409	1.0		0	0	False	False	0.9979894161224365	0					non-mobilizable	no_good_hit	1127.0	76.575	39.0	0.009767568852993245	NZ_JAAITI010000009.1	firmicutes	Blautia luti strain MSK.16.34 NODE_9_length_113539_cov_214.703, whole genome shotgun sequence	True	False
MON0103_000000049327	1204	0.5474896618881461	1	1	1	1	1	False	12227	fragment	False	MON0034_000000022120	0.9495861550037623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	74.82600000000001	59.0	0.0001110912534623833	CP037925.1	g-proteobacteria	Pseudomonas aeruginosa strain AES1M chromosome, complete genome	True	False
ISR0158_000000013396	1442	0.5474885375279118	2	2	2	2	2	False	63420	fragment	False	ENG0124_000000019034	0.8115385276426247		0	0	False	False	0.9861303567886353	0					non-mobilizable	chromosome	1439.0	99.166	99.0	0.001976298165396091	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
TAN0014_000000000791	4922	0.5474868655858772	6	4	2	3	2	False	2548	maximal	True	TAN0014_000000000791	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000016662	1884	0.5474791906887287	2	2	1	1	2	False	61652	maximal	True	ENG0097_000000016662	0.9965947786606129		321	12	False	False	0.9994692206382751	0					non-mobilizable	chromosome	1884.0	100.0	100.0	0.0006266391872792578	CP058562.1	verrucomicrobia	Akkermansia muciniphila strain AK32 chromosome, complete genome	False	False
CHI0119_000000003607	2920	0.5474760451909836	4	4	3	4	4	False	83350	fragment	False	DEN0062_000000006433	0.958859729445165		0	0	False	False	0.9989725947380066	0					non-mobilizable	no_good_hit	1238.0	72.859	41.0	0.000565248415485568	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0062_000000006433	2865	0.5474760451909836	4	4	3	4	4	False	83350	fragment	False	DEN0062_000000006433	0.9626656762738846		0	0	False	False	0.9996509552001953	0					non-mobilizable	no_good_hit	1255.0	72.749	43.0	0.012372876241059842	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
USA0009_01_000000005832	4146	0.5474743862474131	5	5	5	5	5	False	104222	fragment	False	CHI0054_000000003369	0.711469961939321		0	0	False	False	1.0	0					non-mobilizable	other	4156.0	97.979	100.0	0.006620477044545008	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0106_000000003262	9587	0.5474716554550739	8	6	6	5	5	False	64842	maximal	True	MON0106_000000003262	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3477.0	97.124	81.0	0.0011696646546190646	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0033_000000005992	4892	0.5474713488689334	7	4	4	4	4	False	117086	maximal	True	SPA0033_000000005992	1.0		3	3	False	False	0.9989778995513916	0					non-mobilizable	no_good_hit	3517.0	80.808	72.0	0.0005439921009366166	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
FIJ0070_000000012502	1568	0.5474683471568291	2	1	1	1	1	False	44928	fragment	False	MON0042_000000016238	0.3813633520950594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000008956	4111	0.5474679767484624	9	3	2	2	1	False	74630	fragment	False	DEN0022_000000008956	1.0		0	0	False	False	0.9995135068893433	0					non-mobilizable	no_good_hit	126.0	77.778	3.0	0.00023678547614717826	NZ_JGZM01000001.1	high GC Gram+	Bifidobacterium saeculare DSM 6531 = LMG 14934 Contig01, whole genome shotgun sequence	True	False
MON0091_000000001881	6786	0.5474660776845085	6	4	4	4	3	False	124019	maximal	True	MON0091_000000001881	1.0		9	5	False	False	1.0	0					non-mobilizable	other	3223.0	96.804	100.0	0.0008947464884949265	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0026_000000006866	4009	0.5474659909649569	6	3	3	2	1	False	7532	maximal	True	SPA0026_000000006866	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	88.027	42.0	0.0003052013227488256	CP033388.1	verrucomicrobia	Akkermansia muciniphila strain CBA5201 chromosome, complete genome	True	False
ISR0296_000000015578	1677	0.5474616721508337	2	1	1	1	1	True	25673	maximal	True	ISR0296_000000015578	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0812_000000011669	3376	0.5474598635884455	5	4	4	4	3	False	21658	maximal	True	ISR0812_000000011669	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	99.029	3.0	4.968636698642929e-05	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
DEN0001_000000026081	1677	0.5474543080942249	2	2	2	2	2	False	76835	fragment	False	DEN0001_000000026081	1.0		0	0	False	False	0.9946332573890686	0					non-mobilizable	chromosome	1675.0	96.955	99.0	0.0005834923936851763	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0197_000000003060	6927	0.5474537839528779	12	5	3	4	4	True	28946	maximal	True	ISR0197_000000003060	1.0		2	1	False	False	0.998845100402832	0					non-mobilizable	no_good_hit	1169.0	97.69	60.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0079_000000030916	1921	0.5474522817674835	3	2	1	2	1	False	69521	maximal	True	DEN0079_000000030916	1.0		1	1	False	False	0.9989588856697083	0					non-mobilizable	no_good_hit	466.0	71.459	24.0	6.658122560626713e-05	NZ_LGTC01000001.1	firmicutes	Pseudobacteroides cellulosolvens ATCC 35603 = DSM 2933 ctg1, whole genome shotgun sequence	True	False
MON0087_000000039529	1306	0.5474501775112559	1	1	1	1	1	False	9677	maximal	True	MON0087_000000039529	1.0		14	6	False	False	0.9931087493896484	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.0003215881238375024	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
USA0063_01_000000013327	1556	0.5474449605845121	2	1	1	1	1	False	5535	maximal	True	USA0063_01_000000013327	1.0		20	5	False	False	0.9980719685554504	0					non-mobilizable	no_good_hit	1332.0	94.895	86.0	0.0003783062687908706	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0036_000000005614	1894	0.5474357518926761	1	1	1	1	1	False	90595	maximal	True	CHI0036_000000005614	1.0		420	12	False	False	1.0	0					non-mobilizable	chromosome	1894.0	99.89399999999999	100.0	0.0002917835869034949	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0201_000000024410	1189	0.5474276083220699	2	2	2	1	1	False	31512	maximal	False	ISR0848_000000015035	0.9696091416253665		0	0	False	False	0.9991589784622192	0					non-mobilizable	other	1189.0	99.32700000000001	100.0	0.0063482902900014425	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
MAD0009_000000005739	1804	0.5474233386099998	3	3	3	3	2	False	97120	fragment	False	MAD0009_000000005739	1.0		0	0	False	True	0.9977827072143555	0					non-mobilizable	no_good_hit	1532.0	79.178	84.0	0.035090158995040095	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
TAN0008_000000002357	5308	0.5474213997138674	5	4	4	4	4	False	72869	maximal	True	TAN0008_000000002357	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	81.835	21.0	0.00755636473148896	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0012_000000001119	19644	0.5474199907394219	24	11	5	11	4	True	108400	backbone	False	ISR0280_000000000088	0.04742373429297196	PS672	0	0	False	True	1.0	0					non-mobilizable	other	19644.0	99.995	100.0	0.1960222736707648	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0034_000000001096	19573	0.5474199907394219	24	11	5	11	4	True	108400	backbone	False	ISR0280_000000000088	0.04729654943971915	PS672	0	0	False	True	1.0	0					non-mobilizable	other	19573.0	99.964	100.0	0.19531374740539678	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0100_000000000438	18858	0.5474199907394219	22	11	5	11	4	True	108400	backbone	False	ISR0280_000000000088	0.0357583965985507	PS672	0	0	False	True	1.0	0					non-mobilizable	other	18858.0	100.0	100.0	0.18817858853584543	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0054_000000009519	2630	0.5474178876981199	5	2	2	1	1	True	46340	fragment	False	FIJ0054_000000009519	1.0		0	0	False	False	0.9946768283843994	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
SPA0114_000000018283	2535	0.547415741085076	3	3	3	3	1	True	85008	maximal	False	SPA0092_000000015619	0.9278724175425879		0	0	False	False	0.9996055364608765	0					non-mobilizable	other	2534.0	82.59700000000001	99.0	0.0007568223939921614	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	True
DEN0047_000000001184	2075	0.5474155934252247	3	3	3	3	3	False	110502	maximal	True	DEN0047_000000001184	1.0		7	5	False	False	0.9783132672309875	0					non-mobilizable	no_good_hit	1843.0	98.155	89.0	0.0005152603548159491	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0167_000000004687	6533	0.5474146295013376	11	7	5	6	5	True	100881	maximal	True	ISR0167_000000004687	0.9975671140939597		33	3	False	False	0.99663245677948	0					non-mobilizable	no_good_hit	4804.0	91.445	83.0	0.00135492508027924	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
CAN0005_000000007777	2206	0.5474125419508361	4	3	3	3	2	False	112692	fragment	False	CAN0005_000000007777	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2164.0	97.64299999999999	98.0	0.023508314313661557	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0083_000000009537	2647	0.5474124613550482	2	2	2	2	2	False	68755	maximal	True	ISR0083_000000009537	1.0	PS321	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	996.0	82.631	37.0	0.027421849110792002	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MAD0007_000000002140	3230	0.5474085920233867	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.8024613201756147		0	0	False	False	1.0	0					non-mobilizable	other	3230.0	100.0	100.0	0.0013618111709003432	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
SPA0089_000000030240	1234	0.5474078512962992	1	1	1	1	1	False	83416	fragment	False	MON0011_000000030282	0.4731638163067117		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	99.02799999999999	100.0	0.0013528637261356156	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0014_000000005134	4019	0.547404925675117	6	5	4	5	4	False	112297	fragment	False	USA0101_01_000000007779	0.9314030754451418		0	0	False	False	0.9962677359580994	0					non-mobilizable	other	3653.0	99.425	97.0	0.0008951445213404072	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0017_000000002282	11290	0.5474043408483166	14	6	3	6	3	False	50178	maximal	True	FIJ0017_000000002282	1.0		2	1	False	False	0.9998228549957275	0					non-mobilizable	no_good_hit								True	False
FIJ0117_000000006478	3211	0.5473977288363271	4	4	4	4	4	False	81636	maximal	True	FIJ0117_000000006478	1.0		3	2	False	False	0.9950171113014221	0					non-mobilizable	no_good_hit	67.0	86.56700000000001	2.0	0.00010878810055976423	NZ_KE384527.1	CFB group bacteria	Chryseobacterium caeni DSM 17710 K319DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ENG0171_000000014908	1612	0.5473934874550926	3	2	2	2	2	False	55784	maximal	True	ENG0171_000000014908	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	96.60799999999999	57.0	0.0002575018205632549	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0183_000000007129	4916	0.5473921088054696	3	3	2	2	2	True	91410	maximal	True	ISR0183_000000007129	1.0		11	3	False	False	0.9967453479766846	0		MOBV			mobilizable	no_good_hit	3497.0	97.255	72.0	0.015025142272138749	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
USA0086_01_000000005191	3547	0.5473921088054696	3	3	2	2	2	True	91409	fragment	False	USA0086_01_000000005191	0.9792208141232717		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	3479.0	97.729	98.0	0.0006461556249836184	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0060_000000007822	3513	0.5473921088054696	3	3	2	2	2	True	91409	fragment	False	USA0086_01_000000005191	0.9745393613956406		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	3445.0	97.70700000000001	98.0	0.0006398353455677832	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
CHI0126_000000004249	3502	0.5473921088054696	3	3	2	2	2	True	91409	fragment	False	USA0086_01_000000005191	0.97094024320374		0	0	False	False	0.9988577961921692	0		MOBV			mobilizable	chromosome	3436.0	97.67200000000001	98.0	0.0006383482209993515	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0362_000000006363	3501	0.5473921088054696	3	3	2	2	2	True	91409	fragment	False	USA0086_01_000000005191	0.9348838518084791		0	0	False	False	0.9965724349021912	0					non-mobilizable	chromosome	3471.0	93.402	99.0	0.0006442967192730786	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0013_000000008691	3035	0.5473921088054696	3	3	2	2	2	True	66996	fragment	False	ISR0241_000000004278	0.9815600522193211		0	0	False	False	0.9993410110473633	0		MOBV			mobilizable	chromosome	3022.0	98.147	99.0	0.0005615754151540596	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ENG0107_000000014055	2067	0.547391785650096	4	3	1	1	3	False	60004	fragment	False	ENG0107_000000014055	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2067.0	97.484	100.0	0.05642778993435449	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
FIJ0043_000000013874	1995	0.5473844682110552	3	1	1	1	1	False	113555	fragment	False	FIJ0078_000000011674	0.9705547779448046		0	0	False	False	1.0	0					non-mobilizable	chromosome	1995.0	97.895	100.0	0.0005580821007620872	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0152_000000023646	1114	0.5473831171599621	2	1	1	1	1	False	56984	fragment	False	ENG0152_000000023646	1.0		0	0	False	False	0.9757630228996277	0					non-mobilizable	other	1114.0	98.743	100.0	0.000529863749321603	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0085_000000026821	1168	0.5473807201332735	4	2	2	1	1	False	43876	fragment	False	FIJ0085_000000026821	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	632.0	99.525	100.0	0.0001766047169412623	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0139_000000025121	1127	0.5473807201332735	3	2	2	1	1	False	3503	fragment	False	SPA0139_000000025121	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	99.46799999999999	100.0	0.00030445441687380475	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0044_000000010576	1545	0.5473797681610357	4	4	2	3	3	False	64501	maximal	True	ENG0044_000000010576	1.0		6	2	False	False	0.9870550036430359	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	7.92257558762577e-05	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
DEN0096_000000038394	1192	0.5473793946164257	3	2	2	2	2	False	68105	maximal	True	DEN0096_000000038394	1.0		28	8	False	False	0.9848993420600891	0					non-mobilizable	no_good_hit	76.0	84.211	6.0	1.3831858088824504e-05	NZ_CP051548.1	enterobacteria	Phytobacter diazotrophicus strain UAEU22 chromosome, complete genome	True	False
ENG0067_000000009934	2882	0.5473702565388479	5	1	1	1	1	False	119170	maximal	True	ENG0067_000000009934	1.0	PS816	1	1	False	True	0.9996530413627625	0					non-mobilizable	no_good_hit	1384.0	86.92200000000001	48.0	0.006378294372855016	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0077_000000025180	1443	0.5473702565388479	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.24158991426977347	PS816	0	0	False	True	0.9930700063705444	0					non-mobilizable	plasmid	1391.0	86.988	96.0	0.006406046197537488	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0039_000000035792	1382	0.5473702565388479	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2265464576669763	PS816	0	0	False	True	0.9819102883338928	0					non-mobilizable	plasmid	1383.0	86.985	99.0	0.00637366906874127	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0023_000000023718	1379	0.5473702565388479	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21633689456586463	PS816	0	0	False	True	0.9985496997833252	0					non-mobilizable	plasmid	1380.0	87.029	99.0	0.006359793156400033	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0285_000000014242	1376	0.5473702565388479	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20836712043600342	PS816	0	0	False	True	0.9934592843055725	0					non-mobilizable	plasmid	1378.0	86.865	100.0	0.006350542548172543	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0376_000000019917	1252	0.5473650190546989	2	2	2	2	2	False	24071	fragment	False	ISR0376_000000019917	0.9941144710365919		0	0	False	False	1.0	0					non-mobilizable	chromosome	1252.0	97.204	100.0	0.00035583544530630006	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0351_000000012311	1252	0.5473650190546989	2	2	2	2	2	False	24071	fragment	False	ISR0376_000000019917	0.9937081267155055		0	0	False	False	1.0	0					non-mobilizable	chromosome	1252.0	97.125	100.0	0.00035583544530630006	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0134_000000008005	4095	0.5473637724115756	5	5	5	5	4	False	41156	fragment	False	ISR0134_000000008005	1.0		0	0	False	False	0.9970695972442627	0					non-mobilizable	no_good_hit	198.0	77.273	5.0	0.0012951827132756228	NZ_FNHB01000008.1	firmicutes	Dendrosporobacter quercicolus strain DSM 1736, whole genome shotgun sequence	True	False
MON0052_000000014735	1869	0.5473608710243549	2	2	2	1	2	False	11222	maximal	True	MON0052_000000014735	1.0		69	7	False	False	1.0	0					non-mobilizable	chromosome	1272.0	79.56	95.0	0.0005389943317692349	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0038_000000009812	2955	0.5473598879493748	3	3	3	3	2	False	52706	maximal	True	MON0038_000000009812	0.9732566012186865		26	9	False	False	0.9830795526504517	0					non-mobilizable	no_good_hit	616.0	77.11	21.0	0.00017072722239963549	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0190_000000003297	8978	0.5473586503167368	9	3	2	3	1	True	88832	fragment	False	ENG0190_000000003297	0.9760999769638332		0	0	False	False	0.9998885989189148	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.50270548972026e-07	LR699159.1	caecilians	Geotrypetes seraphini genome assembly, chromosome: 14	True	True
MON0019_000000002771	14663	0.5473561295040116	16	6	0	6	1	False	13244	maximal	False	MON0069_000000001692	0.9756848866168567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	0.0	0.23809523809523808	AK443485.1	gastropods	Conus episcopatus mRNA, sequence id; Ep642-SF13	True	False
FIJ0102_000000009015	3484	0.5473505038790785	4	4	3	4	4	False	42642	maximal	True	FIJ0102_000000009015	1.0		31	8	False	False	0.9977037906646729	0					non-mobilizable	no_good_hit	996.0	74.197	29.0	0.00027543887759636095	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0268_000000005385	3341	0.5473503416726505	5	4	3	3	2	True	82702	maximal	True	ISR0268_000000005385	1.0		14	4	False	False	0.9706674814224243	0					non-mobilizable	no_good_hit	2131.0	78.038	62.0	0.06865759518513673	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	True
CAN0007_000000015012	2745	0.5473495984931499	4	4	4	1	1	False	95369	fragment	False	ISR0244_000000007939	0.9552803577571379		0	0	False	False	1.0	0					non-mobilizable	chromosome	2700.0	80.96300000000001	98.0	0.0006802017957327407	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	False	False
CHI0054_000000001792	8018	0.5473491420519254	16	6	2	5	4	False	86366	maximal	True	CHI0054_000000001792	1.0		1	1	False	False	0.9951359629631042	0					non-mobilizable	no_good_hit								True	False
FIJ0162_000000010581	2118	0.5473450681873047	3	3	3	2	2	False	39233	maximal	True	FIJ0162_000000010581	1.0		334	12	False	False	0.9995278716087341	0					non-mobilizable	no_good_hit	644.0	75.46600000000001	30.0	0.008623865729685475	NZ_FUWW01000011.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0010_000000004737	3664	0.5473447267269379	4	3	3	3	3	False	125536	maximal	False	ENG0103_000000005027	0.9748633143647082		0	0	False	False	0.994814395904541	0					non-mobilizable	other	3664.0	99.37200000000001	100.0	0.04553990026488254	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0096_000000015063	1308	0.5473404051246226	1	1	1	1	1	False	15465	fragment	False	MAD0096_000000015063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	83.766	82.0	0.0015750972854205701	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
SPA0007_000000010057	2513	0.5473368018031184	3	2	1	2	1	False	57350	fragment	False	SPA0007_000000010057	1.0		0	0	False	False	0.999204158782959	0					non-mobilizable	other	2313.0	97.665	97.0	0.0018628710936713145	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ENG0131_000000011033	2414	0.5473328607144661	2	2	2	2	2	False	129779	fragment	False	ENG0131_000000011033	1.0		0	0	False	True	0.9975144863128662	0					non-mobilizable	no_good_hit	1810.0	92.155	75.0	0.0004845137818444539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0187_000000012655	2226	0.5473328607144661	3	2	2	2	2	False	129515	backbone	True	ISR0187_000000012655	0.6248988730064687	PS1061	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1810.0	92.09899999999999	81.0	0.0004845137818444539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0259_000000007393	2132	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5952026221208921	PS1061	0	0	False	True	0.9985928535461426	0					non-mobilizable	no_good_hit	1763.0	91.946	84.0	0.00047191856738278945	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0128_000000013336	2100	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.6201653927344213	PS1061	0	0	False	True	0.9995238184928894	0					non-mobilizable	no_good_hit	1812.0	91.887	88.0	0.0004845137818444539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
MON0066_000000016172	2076	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.6200863779913128	PS1061	0	0	False	True	0.9961464405059814	0					non-mobilizable	no_good_hit	1810.0	92.32	87.0	0.0004845137818444539	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0356_000000009555	2040	0.5473328607144661	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.6132521869563976	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1789.0	98.82600000000001	88.0	0.008345274045170896	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0122_000000012868	2037	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5430130190127295	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1687.0	99.111	83.0	0.007869201364741684	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0317_000000009969	2028	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5829306392775864	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1763.0	92.059	87.0	0.00047191856738278945	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0129_000000013310	2017	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5651393712501148	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1729.0	91.90299999999999	88.0	0.0004622711690717273	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0120_000000017350	1964	0.5473328607144661	2	2	2	2	2	False	129598	fragment	False	ISR0120_000000017350	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1761.0	87.961	90.0	0.0071740639418561925	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0034_01_000000027366	1916	0.5473328607144661	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.507169034236793	PS1061	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1680.0	91.905	88.0	0.0004496759546100629	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0328_000000015382	1875	0.5473328607144661	3	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5622440543374045	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1763.0	91.775	94.0	0.00047191856738278945	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0093_000000024987	1801	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5413431108276152	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1801.0	92.227	100.0	0.0004821019322666884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0051_000000020891	1800	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5410730341012309	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1787.0	98.825	99.0	0.008335939286731108	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0081_000000005107	1767	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.5056695345214235	PS1061	0	0	False	True	0.9983022212982178	0					non-mobilizable	other	1741.0	98.794	98.0	0.008121239842615972	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0165_000000011475	1730	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.42913162305457303	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1658.0	98.914	96.0	0.007733847367364751	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0024_000000015681	1676	0.5473328607144661	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.46058546973052	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1676.0	92.124	100.0	0.0004486040214643893	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MON0039_000000030758	1587	0.5473300933993119	3	2	2	2	2	False	11920	maximal	True	MON0039_000000030758	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	9.899146033668828e-06	NZ_KE332517.1	spirochetes	Treponema medium ATCC 700293 acAqN-supercont-complete, whole genome shotgun sequence	True	False
SPA0114_000000018915	2452	0.5473273577871282	2	2	2	2	2	False	4448	maximal	True	SPA0114_000000018915	1.0		2	2	False	False	0.9971451759338379	0					non-mobilizable	no_good_hit								True	False
MON0088_000000015644	2035	0.5473254485210135	3	3	1	3	2	True	118248	fragment	False	SPA0130_000000014816	0.1433066149841045		0	0	False	False	0.9955773949623108	0					non-mobilizable	other	2045.0	90.905	100.0	0.000708715246297712	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	True
ISR0839_000000006247	2912	0.5473238824041684	3	3	2	2	2	False	119123	maximal	True	ISR0839_000000006247	1.0	PS816	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1340.0	97.61200000000001	60.0	0.00037183909003560105	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0011_000000010787	3977	0.5473237963648122	5	2	1	1	1	True	100323	fragment	False	FIJ0011_000000010787	1.0		0	0	False	False	0.9964797496795654	0					non-mobilizable	other	3982.0	93.14399999999999	100.0	0.01182196876217208	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
ISR0280_000000002768	3483	0.5473237963648122	4	2	1	1	1	True	109176	fragment	False	ENG0188_000000007042	0.9569194061505832		0	0	False	False	0.9888027310371399	0					non-mobilizable	other	3483.0	100.0	100.0	0.007697443175537959	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0181_000000005752	3246	0.5473237963648122	4	2	1	1	1	True	107743	fragment	False	ISR0181_000000005752	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3257.0	97.26700000000001	100.0	0.013975576078493786	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0149_000000007158	3170	0.5473237963648122	4	2	1	1	1	True	76720	fragment	False	FIJ0149_000000007158	0.9616260162601626		0	0	False	False	0.9996845722198486	0					non-mobilizable	other	3170.0	97.287	100.0	0.0034770682466535	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MON0083_000000011090	3075	0.5473237963648122	4	2	1	1	1	True	76720	fragment	False	FIJ0149_000000007158	0.9481072555205048		0	0	False	False	1.0	0					non-mobilizable	other	3078.0	98.928	100.0	0.009148943129075323	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
SPA0096_000000013661	2808	0.5473237963648122	3	2	1	1	1	True	109167	fragment	False	SPA0096_000000013661	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2809.0	98.042	100.0	0.0062052622038297105	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
FIJ0150_000000008863	2649	0.5473237963648122	3	2	1	1	1	True	107739	fragment	False	FIJ0150_000000008863	1.0		0	0	False	False	0.9758399128913879	0					non-mobilizable	chromosome	2649.0	99.962	100.0	0.0005182004198832405	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
SPA0107_000000020063	1637	0.5473230512504295	2	2	2	1	1	False	4715	maximal	True	SPA0107_000000020063	1.0		44	4	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	79.45	78.0	0.02521831068645495	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	True	False
CHI0021_000000001190	7102	0.5473205878361541	6	4	3	4	2	True	89317	maximal	True	CHI0021_000000001190	1.0		1	1	False	False	0.9997183680534363	0					non-mobilizable	no_good_hit	3443.0	100.0	48.0	0.010162565619703922	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
USA0015_01_000000022441	1491	0.5473169576456465	3	3	3	2	2	False	88801	fragment	False	USA0015_01_000000022441	1.0		0	0	False	False	0.9926223754882812	0					non-mobilizable	other	1497.0	74.34899999999999	99.0	0.2687465790914067	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	False	False
ISR0112_000000026165	1462	0.5473151989453096	3	2	2	2	1	False	36284	maximal	True	ISR0112_000000026165	1.0		3	2	False	False	0.9931600689888	0					non-mobilizable	no_good_hit	492.0	74.39	33.0	0.00012702985306530385	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	False
MON0044_000000025530	2100	0.5473113802354024	4	2	2	2	1	False	11626	maximal	True	MON0044_000000025530	1.0		9	4	False	False	0.9800000190734863	0					non-mobilizable	no_good_hit								True	False
ISR0081_000000015214	1571	0.5473070014307803	1	1	1	1	1	False	34230	maximal	True	ISR0081_000000015214	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	7.500593070149733e-06	NZ_CP011803.1	firmicutes	Clostridium carboxidivorans P7 chromosome, complete genome	True	False
USA0082_01_000000014495	2064	0.5473062713539945	2	2	2	1	1	False	534	maximal	True	USA0082_01_000000014495	1.0		1257	13	False	False	1.0	0					non-mobilizable	chromosome	2064.0	98.837	100.0	0.00037888582955977984	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
MON0070_000000017858	1892	0.5473062713539945	2	2	2	1	1	False	39911	maximal	False	FIJ0148_000000009096	0.9214463840399003		0	0	False	False	1.0	0					non-mobilizable	other	1852.0	99.89200000000001	98.0	0.006993139092063109	NZ_SPFU01000007.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_7_length_264688_cov_23.5584, whole genome shotgun sequence	False	False
FIJ0064_000000017206	1531	0.5473055010198767	2	1	1	1	1	False	45465	fragment	False	FIJ0064_000000017206	1.0		0	0	False	False	0.9993468523025513	0					non-mobilizable	no_good_hit	890.0	97.75299999999999	58.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
FIJ0021_000000025571	1880	0.5473051227948609	2	2	2	1	2	False	49623	fragment	False	FIJ0021_000000025571	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0338_000000009856	2676	0.5473045476217446	3	3	3	3	3	False	115314	maximal	False	ISR0223_000000010033	0.9762441864061355		0	0	False	False	0.9985052347183228	0					non-mobilizable	other	2676.0	99.738	100.0	0.03862592774424582	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0051_000000004676	8851	0.547301738355161	9	7	2	4	6	True	105598	fragment	False	ISR0051_000000004676	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3751.0	94.135	95.0	0.0007259079611457183	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0281_000000011196	1609	0.5473004706672838	2	1	1	1	1	False	111833	fragment	False	ISR0281_000000011196	1.0		0	0	False	False	0.9869484305381775	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000005154	4671	0.5472992254260655	5	5	5	5	5	False	122305	fragment	False	SPA0029_000000005154	0.9975924710002189		0	0	False	False	0.9976450204849243	0					non-mobilizable	no_good_hit	2203.0	80.118	49.0	0.008470079743457667	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0125_01_000000005564	4569	0.5472992254260655	5	5	5	5	5	False	122305	fragment	False	SPA0029_000000005154	0.9867266110040676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2133.0	79.84100000000001	48.0	0.008202848146613324	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0129_000000018343	1427	0.5472960383201096	2	2	2	2	2	False	92106	fragment	False	CAN0018_000000023171	0.9704483695652174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.1922619549651748e-05	NC_013715.1	high GC Gram+	Rothia mucilaginosa DY-18, complete genome	True	False
DEN0071_000000036906	1205	0.547295031304636	2	1	1	1	1	False	70347	fragment	False	DEN0071_000000036906	1.0		0	0	False	False	0.9991701245307922	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000021109	2045	0.5472945768543355	3	2	1	2	1	True	3968	maximal	True	SPA0126_000000021109	1.0		22	7	False	False	0.9985330104827881	0					non-mobilizable	other	2043.0	100.0	99.0	0.002786853475924152	NZ_CZBZ01000002.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
MON0018_000000018984	1166	0.5472943190675821	2	1	1	1	1	False	37079	fragment	False	MON0018_000000018984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0142_000000030836	1194	0.5472895346735512	3	3	3	3	1	False	40156	maximal	False	ISR0249_000000018769	0.9537643207855975		0	0	False	False	0.9941373467445374	0					non-mobilizable	no_good_hit								True	False
DEN0004_000000001160	1624	0.5472890846911502	2	2	0	2	0	False	76595	maximal	True	DEN0004_000000001160	1.0		18	6	False	False	0.9993842244148254	0					non-mobilizable	no_good_hit	780.0	96.41	48.0	0.06147767680758594	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
ISR0127_000000022126	1176	0.5472843770999195	2	2	2	2	1	False	31886	fragment	False	ISR0127_000000022126	1.0		0	0	False	False	0.9617347121238708	0					non-mobilizable	no_good_hit	899.0	73.52600000000001	76.0	0.0002250790181794981	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
MAD0046_000000017983	1485	0.5472786035180396	2	2	2	2	1	False	17735	maximal	True	MAD0046_000000017983	1.0		5	1	False	False	0.9878787994384766	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00025242508384118857	NZ_FNBK01000013.1	euryarchaeotes	Halorientalis regularis strain IBRC-M 10760, whole genome shotgun sequence	True	False
FIJ0041_000000010506	3417	0.5472756975908762	3	3	3	2	2	False	47411	maximal	True	FIJ0041_000000010506	0.9901922387011034		13	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0017_000000004989	2437	0.5472751098407551	3	3	2	3	3	False	7835	maximal	True	SPA0017_000000004989	1.0		6	1	False	False	0.9995896816253662	0					non-mobilizable	other	2437.0	99.713	100.0	0.0006461924120139797	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0003_000000006227	3689	0.5472716400259539	5	5	4	4	4	False	109516	maximal	True	ENG0003_000000006227	1.0		11	4	False	False	0.9956628084182739	0					non-mobilizable	other	3672.0	98.148	100.0	0.0010342378707617259	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0222_000000009439	6562	0.5472712558500575	8	7	7	7	5	False	117006	maximal	True	ISR0222_000000009439	1.0		39	8	False	False	0.995428204536438	0					non-mobilizable	no_good_hit								True	False
DEN0020_000000002148	3921	0.5472656437262449	3	3	3	3	3	False	119449	fragment	False	DEN0020_000000002148	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2809.0	98.75399999999999	99.0	0.02015827875445249	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0174_000000022029	1129	0.5472642978194687	2	2	2	1	1	False	29873	fragment	False	ISR0174_000000022029	1.0		0	0	False	False	0.9654561281204224	0					non-mobilizable	other	1129.0	99.911	100.0	0.006574614295123245	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0802_000000015069	1220	0.5472585108282927	1	1	1	1	1	False	21848	fragment	False	MON0066_000000028502	0.963452566096423		0	0	False	False	0.9942622780799866	0					non-mobilizable	other	1220.0	99.016	100.0	0.0003264386666198923	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0097_000000003089	6852	0.5472582791103413	10	7	6	5	1	False	73987	maximal	True	ISR0097_000000003089	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.0004949864939399511	NZ_AXUN02000068.1	firmicutes	Youngiibacter fragilis 232.1 contig_16, whole genome shotgun sequence	True	False
FIJ0148_000000006358	2700	0.5472581158309985	5	4	3	3	4	True	122265	maximal	True	FIJ0148_000000006358	1.0		69	5	False	False	0.9996296167373657	0					non-mobilizable	no_good_hit	2413.0	99.37799999999999	89.0	0.0006463756868411631	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0088_000000004661	3532	0.5472578747386448	4	4	2	2	3	False	66342	maximal	True	SPA0088_000000004661	1.0		2	1	False	False	0.9793318510055542	0					non-mobilizable	other	3478.0	89.90799999999999	98.0	0.03035058342903732	NZ_NFHM01000008.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_8, whole genome shotgun sequence	False	False
FIJ0023_000000028261	1237	0.5472554236697502	2	2	2	2	1	False	80070	fragment	False	MON0080_000000037680	0.2682370632220479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0010_000000017451	2561	0.5472520130570284	5	3	3	3	2	False	94065	fragment	False	DEN0010_000000017451	1.0		0	0	False	False	0.9996095299720764	0					non-mobilizable	no_good_hit								True	False
MAD0111_000000013024	1324	0.5472486597537856	2	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.07484772772053133		0	0	False	False	0.9984894394874573	0					non-mobilizable	other	1198.0	91.82	100.0	0.00037145137937878643	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0028_000000010740	2722	0.5472445896095138	4	4	2	4	1	True	63053	maximal	True	SPA0028_000000010740	1.0		6	3	False	False	0.9944893717765808	0					non-mobilizable	no_good_hit	368.0	85.598	14.0	0.00016739684226610625	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	True
FIJ0034_000000001808	14966	0.5472417666916598	12	7	6	6	5	False	48184	maximal	True	FIJ0034_000000001808	1.0		3	1	False	False	0.9993986487388611	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	0.0	2.409770817407649e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0002_000000003658	9140	0.5472392604764675	13	4	2	2	3	False	52463	maximal	True	FIJ0002_000000003658	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000027244	1292	0.547238669443094	3	3	3	2	1	False	69701	maximal	True	DEN0078_000000027244	1.0		1	1	False	False	0.9992260336875916	0					non-mobilizable	no_good_hit	817.0	98.898	63.0	0.0009988114633199955	NZ_LT635838.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
MAD0024_000000014876	1125	0.5472374987059646	2	2	2	2	2	False	62553	fragment	False	ISR0263_000000010323	0.24029535864978901		0	0	False	False	0.9937777519226074	0					non-mobilizable	other	1125.0	99.822	100.0	0.004359072805047838	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0017_000000002127	5117	0.5472371451899379	8	3	2	3	2	False	89643	maximal	True	CHI0017_000000002127	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1956.0	94.836	55.0	0.006783534732184104	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	True	False
DEN0064_000000039175	1132	0.5472364670462829	2	1	1	1	1	False	71169	fragment	False	DEN0064_000000039175	1.0		0	0	False	False	0.971731424331665	0					non-mobilizable	no_good_hit								True	False
MON0096_000000012923	2713	0.5472348968985196	4	3	1	2	2	False	9276	fragment	False	MON0096_000000012923	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2083.0	99.23200000000001	91.0	0.00036323426864848403	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CAN0021_000000012804	3315	0.5472323579228063	4	4	4	4	4	False	91628	maximal	True	CAN0021_000000012804	1.0		8	4	False	False	1.0	0					non-mobilizable	chromosome	3315.0	98.61200000000001	100.0	0.001109146138203491	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
USA0011_01_000000017622	2084	0.5472307890055373	3	3	3	3	2	False	115882	maximal	False	FIJ0122_000000006376	0.4515146717005458		0	0	False	False	1.0	0					non-mobilizable	virus	2084.0	99.47200000000001	100.0	0.2131818647016682	MK231931.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_5_c1 sequence	False	False
ENG0002_000000005715	3558	0.5472300405427374	4	3	1	3	2	True	121628	maximal	True	ENG0002_000000005715	1.0		8	3	False	False	0.9904440641403198	0					non-mobilizable	no_good_hit	2688.0	92.225	75.0	0.06633815372424723	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
FIJ0124_000000011526	2385	0.5472289040004	5	1	1	1	1	True	80905	fragment	False	FIJ0041_000000013942	0.9621547371555718		0	0	False	False	0.9983228445053101	0					non-mobilizable	no_good_hit	762.0	84.777	47.0	0.0009796276631178023	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0066_000000013178	2102	0.5472289040004	4	1	1	1	1	True	80905	fragment	False	FIJ0041_000000013942	0.5206964551851121		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	87.35600000000001	39.0	0.003825233272896122	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
FIJ0126_000000021888	1777	0.5472289040004	3	1	1	1	1	True	47100	fragment	False	FIJ0126_000000021888	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	81.712	14.0	0.0028191748109494537	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
FIJ0044_000000017784	1253	0.5472289040004	2	1	1	1	1	True	47099	fragment	False	FIJ0044_000000017784	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00018041615994226682	NZ_VFJB01000010.1	bacteria	Deferribacter autotrophicus strain SL50 Ga0300908_110, whole genome shotgun sequence	True	True
ISR0386_000000018247	1632	0.5472288615956525	2	2	2	2	1	False	22996	maximal	True	ISR0386_000000018247	1.0		533	13	False	False	1.0	0					non-mobilizable	chromosome	1233.0	97.161	100.0	0.0002500998267774495	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ISR0799_000000014608	1152	0.5472286648524457	2	1	1	1	1	False	21900	maximal	True	ISR0799_000000014608	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	81.013	41.0	0.00024672707646709825	NZ_KB903359.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_0.1, whole genome shotgun sequence	True	False
ETH0005_000000018671	2557	0.5472278413391841	3	2	1	2	1	False	52759	maximal	True	ETH0005_000000018671	1.0		1	1	False	False	0.9996089339256287	0					non-mobilizable	no_good_hit								True	False
MON0015_000000024433	1554	0.5472261399551084	2	2	2	2	1	False	32780	fragment	False	MON0015_000000024433	1.0		0	0	False	False	0.9903475046157837	0					non-mobilizable	other	1554.0	100.0	100.0	0.0004983790646134177	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
DEN0085_000000021499	1306	0.5472261399551084	2	2	2	2	1	False	68939	maximal	True	DEN0085_000000021499	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	74.737	14.0	9.749668146322185e-05	NZ_UHFV01000002.1	firmicutes	Streptococcus macacae NCTC 11558, whole genome shotgun sequence	True	False
AST0029_000000015208	1957	0.547222296338367	2	2	2	2	1	False	118209	maximal	True	AST0029_000000015208	1.0		374	12	False	False	1.0	0					non-mobilizable	other	1957.0	99.234	100.0	0.00055110466306747	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0031_000000015905	2053	0.5472188542065491	2	2	2	2	2	False	30206	maximal	True	MON0031_000000015905	1.0		239	11	False	False	1.0	0					non-mobilizable	other	2055.0	88.029	100.0	0.010776971313929183	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	False	False
SPA0124_000000022149	1331	0.5472139914566821	3	2	2	2	2	False	4038	maximal	True	SPA0124_000000022149	1.0		16	8	False	False	1.0	0					non-mobilizable	other	1331.0	96.844	100.0	0.009577026657257659	NZ_PPCX01000004.1	firmicutes	Veillonella rogosae JCM 15642 Contig_4_len_138874, whole genome shotgun sequence	False	False
ENG0187_000000012795	2280	0.5472136300877884	7	2	1	2	1	False	54980	maximal	True	ENG0187_000000012795	1.0		3	3	False	False	0.9754385948181152	0					non-mobilizable	no_good_hit	1349.0	93.551	59.0	0.025508464947165094	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
ISR0230_000000017167	1952	0.5472079969149578	2	2	2	2	2	False	68332	fragment	False	ISR0230_000000017167	1.0		0	0	False	False	0.9943647384643555	0					non-mobilizable	no_good_hit	936.0	80.876	48.0	0.0033637708882231928	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0144_000000000816	5807	0.5472077101824813	5	3	2	3	2	True	49402	fragment	False	ISR0144_000000000816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0023_000000006366	4743	0.5472077101824813	5	3	2	3	2	True	49401	fragment	False	FIJ0023_000000006366	1.0		0	0	False	False	0.9989458322525024	0					non-mobilizable	no_good_hit								True	True
DEN0073_000000007763	5600	0.5472037343877644	7	7	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.997970771042036	PS1045|PS658	0	0	True	True	0.9998214244842529	30					non-mobilizable	plasmid	3127.0	99.712	100.0	0.5662017750407535	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
CHI0026_000000007975	1447	0.5472011963570171	2	2	2	2	2	False	88876	fragment	False	CHI0026_000000007975	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	95.029	24.0	0.0001099105469967507	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0103_000000008859	3095	0.5472007156545249	4	2	1	2	1	False	101874	fragment	False	AUS0008_000000006889	0.9639557050210265		0	0	False	False	0.9873990416526794	0					non-mobilizable	no_good_hit								True	False
ISR0357_000000016564	1578	0.5471992594241716	2	2	2	2	2	False	108684	fragment	False	ISR0357_000000016564	1.0		0	0	False	False	0.9923954606056213	0					non-mobilizable	other	1578.0	98.416	100.0	0.007779356340890704	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0011_000000014887	2930	0.5471959086924949	3	3	3	3	2	False	50985	maximal	True	FIJ0011_000000014887	1.0		4	2	False	False	0.9894198179244995	0					non-mobilizable	no_good_hit	2525.0	99.01	86.0	0.000711403739943037	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	True	False
FIJ0056_000000005062	4666	0.5471936833151735	3	3	2	3	2	True	84970	maximal	True	FIJ0056_000000005062	1.0		2	2	False	False	0.9972139000892639	0					non-mobilizable	no_good_hit	3129.0	71.748	66.0	0.004736788280903786	NZ_RJVG01000001.1	firmicutes	Mobilisporobacter senegalensis strain DSM 26537 Ga0244700_101, whole genome shotgun sequence	True	True
MON0077_000000009811	3802	0.5471925550608304	4	4	3	3	2	True	11672	maximal	True	MON0077_000000009811	1.0		1	1	False	False	0.9960547089576721	0					non-mobilizable	no_good_hit	1544.0	98.381	41.0	0.0004284897056944977	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0171_000000007729	3063	0.5471909433329005	4	4	1	3	3	False	72220	fragment	False	ENG0171_000000007729	1.0		0	0	False	False	0.997714638710022	0					non-mobilizable	no_good_hit								True	False
USA0024_01_000000010604	2193	0.5471900633810645	3	3	3	3	3	False	122110	maximal	False	ENG0051_000000012216	0.9695879070697754		0	0	False	False	0.9968080520629883	0					non-mobilizable	other	2207.0	79.792	100.0	0.0018799122364260036	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0361_000000003707	3260	0.5471895077955566	4	4	4	4	4	False	39655	fragment	False	MAD0008_000000003194	0.9721729871733944		0	0	False	False	0.9880368113517761	0					non-mobilizable	chromosome	3253.0	99.87700000000001	99.0	0.0006978816330945256	CP041284.1	enterobacteria	Escherichia coli strain 54 chromosome, complete genome	False	False
FIJ0108_000000011592	1977	0.5471871015684666	3	3	3	3	2	False	42220	maximal	True	FIJ0108_000000011592	1.0		1	1	False	False	0.999494194984436	0					non-mobilizable	other	1997.0	80.821	99.0	0.0005943116652965977	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0146_000000007051	5408	0.5471861643596503	6	4	4	3	4	False	116359	fragment	False	ISR0146_000000007051	0.8198357062273018		0	0	False	False	0.9998151063919067	0					non-mobilizable	no_good_hit	2095.0	96.897	79.0	0.02693377278813472	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0263_000000001829	5407	0.5471861643596503	6	4	4	3	4	False	116359	fragment	False	ISR0146_000000007051	0.819695400173814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2095.0	96.897	79.0	0.02693377278813472	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
MAD0101_000000011730	2411	0.5471856675280508	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8864017303424356	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2411.0	98.21700000000001	100.0	0.0008497515798856397	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
AST0087_000000032574	1113	0.5471845710961735	1	1	1	1	1	False	110476	fragment	False	AST0087_000000032574	0.9819168173598554		0	0	False	False	0.9892183542251587	0					non-mobilizable	other	1090.0	100.0	99.0	0.000909287507692205	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
ENG0156_000000012329	1407	0.5471826669166989	2	1	1	1	1	False	91255	fragment	False	SPA0019_000000017844	0.5593096169367355		0	0	False	False	0.9950248599052429	0					non-mobilizable	other	1407.0	99.005	100.0	0.00037989205657877053	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
USA0119_01_000000003966	5230	0.5471819193091225	6	6	6	6	4	False	101677	maximal	True	USA0119_01_000000003966	1.0		24	7	False	False	0.9996175765991211	0					non-mobilizable	no_good_hit	1470.0	98.571	79.0	0.0002454759715502218	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
SPA0001_000000013064	2616	0.5471781783800761	3	2	2	2	1	False	8445	maximal	True	SPA0001_000000013064	1.0		48	10	False	False	0.9996177554130554	0					non-mobilizable	other	1599.0	98.93700000000001	100.0	0.0003917942878942675	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0005_000000012859	2553	0.5471755374826552	3	3	2	1	2	True	117914	fragment	False	FIJ0005_000000012859	1.0		0	0	False	False	0.9988248944282532	0					non-mobilizable	no_good_hit	2034.0	81.908	79.0	0.014308956952348474	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
AUS0002_000000027538	1364	0.5471751483434826	2	2	2	2	1	False	102765	fragment	False	AUS0002_000000027538	1.0		0	0	False	False	0.9890029430389404	0					non-mobilizable	no_good_hit	244.0	73.77	18.0	5.8597518652521865e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0034_000000014957	1439	0.5471700945453596	2	2	1	2	1	False	78001	maximal	True	ISR0034_000000014957	1.0		655	16	False	False	1.0	0					non-mobilizable	other	1440.0	96.806	100.0	0.0004513706895118578	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
CHI0169_000000013632	1162	0.5471700945453596	2	2	1	2	1	False	78000	fragment	False	CHI0169_000000013632	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	95.876	100.0	0.0003644841843035294	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
MAD0092_000000011902	1554	0.5471686688001441	3	2	2	2	2	False	76264	fragment	False	ISR0787_000000009364	0.9317583225788546		0	0	False	False	0.9987130165100098	0					non-mobilizable	no_good_hit	441.0	73.469	28.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
MON0049_000000019272	1160	0.5471676840155679	2	2	2	2	2	False	11348	maximal	True	MON0049_000000019272	1.0		61	10	False	False	0.9810344576835632	0					non-mobilizable	no_good_hit	72.0	83.333	6.0	0.00016127062824125164	NZ_FZNP01000008.1	high GC Gram+	Actinomadura mexicana strain DSM 44485, whole genome shotgun sequence	True	False
ISR0022_000000011946	2141	0.547163839922407	3	3	3	3	2	False	80206	fragment	False	ISR0022_000000011946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	3.886445582239696e-05	NZ_MSPW01000001.1	firmicutes	Viridibacillus arenosi strain FSL R5-0213 NODE_1_length_797644_cov_2.33499, whole genome shotgun sequence	True	False
TAN0018_000000004011	2431	0.5471617811042648	3	3	3	3	3	False	107564	fragment	False	TAN0018_000000004011	0.9244706362856298		0	0	False	False	0.9987659454345703	0					non-mobilizable	other	2434.0	86.44200000000001	99.0	0.0007491247249113214	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0024_000000007834	2871	0.5471596545205125	5	1	1	1	1	False	37456	fragment	False	ISR0024_000000007834	1.0		0	0	False	False	0.9829327464103699	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000021780	1317	0.5471595944799392	2	1	1	1	1	False	38718	maximal	True	FIJ0172_000000021780	1.0		1	1	False	False	0.9954441785812378	0					non-mobilizable	no_good_hit	625.0	98.08	47.0	0.00021169472329664752	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
USA0059_01_000000002340	10028	0.5471562241134847	7	6	5	4	2	True	938	maximal	True	USA0059_01_000000002340	1.0		2	2	False	False	0.9996011257171631	0					non-mobilizable	no_good_hit	828.0	83.816	8.0	0.09968621771663046	NZ_WEHX01000101.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_101_length_8286_cov_179.562477, whole genome shotgun sequence	True	True
ENG0033_000000010903	2415	0.5471558029865986	3	3	3	2	3	False	65518	maximal	True	ENG0033_000000010903	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2433.0	83.765	99.0	0.006134351594389237	NZ_JH126468.1	actinobacteria	Collinsella tanakaei YIT 12063 supercont1.2, whole genome shotgun sequence	False	False
ISR0143_000000020011	1458	0.5471535715130597	2	2	2	2	2	False	70689	maximal	False	DEN0069_000000018404	0.9928571428571429		0	0	False	False	0.9876543283462524	0					non-mobilizable	other	728.0	87.912	95.0	0.00020133184486617682	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0195_000000002013	9268	0.5471533292936788	7	5	4	4	4	False	63574	maximal	True	ENG0195_000000002013	1.0		30	6	False	False	0.9948208928108215	0					non-mobilizable	no_good_hit	89.0	93.258	1.0	0.005852231163130944	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	False
ISR0213_000000004715	4811	0.5471520994222351	5	5	3	3	3	False	119508	maximal	True	ISR0213_000000004715	1.0		2	2	False	False	0.997713565826416	0					non-mobilizable	no_good_hit	1431.0	97.345	30.0	0.004603325339213571	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0813_000000024768	1266	0.5471499663582319	1	1	1	1	1	False	58277	fragment	False	ISR0813_000000024768	0.923693717328808		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	95.735	100.0	0.017185398524636932	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
MON0016_000000031429	1244	0.5471499663582319	2	1	1	1	1	False	58277	fragment	False	ISR0813_000000024768	0.8031923109636904		0	0	False	False	0.9871382713317871	0					non-mobilizable	other	1244.0	93.971	100.0	0.01688652202855629	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
ISR0144_000000007504	1159	0.5471499663582319	2	1	1	1	1	False	58277	fragment	False	ISR0813_000000024768	0.6621377456544936		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	95.34100000000001	100.0	0.0157317719300629	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
ISR0064_000000021447	1123	0.5471499663582319	1	1	1	1	1	False	58277	fragment	False	ISR0813_000000024768	0.6408990527566117		0	0	False	False	1.0	0					non-mobilizable	chromosome	1123.0	95.54799999999999	100.0	0.00046206724437426955	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
USA0041_01_000000005974	3593	0.5471493719831264	7	5	1	1	5	True	95009	fragment	False	USA0041_01_000000005974	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3593.0	100.0	100.0	0.009753686823018918	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0136_000000000192	43264	0.5471454918896206	40	14	4	9	9	False	87730	maximal	True	ENG0136_000000000192	1.0		3	2	False	False	0.9999768733978271	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	4.810183295470319e-05	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
MON0019_000000053068	1259	0.5471454892680542	2	2	2	2	1	False	13138	fragment	False	MON0019_000000053068	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	97.141	100.0	0.001608138356145121	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
SPA0142_000000017288	1561	0.5471422543551148	1	1	1	1	1	False	93836	maximal	True	SPA0142_000000017288	0.9898373983739837		186	13	False	False	1.0	0					non-mobilizable	chromosome	1561.0	100.0	100.0	0.00032522074357970473	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
ISR0087_000000027860	1370	0.5471379926929476	2	2	2	2	2	False	33824	maximal	True	ISR0087_000000027860	1.0		110	8	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	2.8013205425037364e-05	NZ_FRFD01000003.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
ISR0391_000000011247	1396	0.547134740091949	3	3	3	3	2	False	35692	fragment	False	ISR0391_000000011247	0.9895833333333333		0	0	False	False	0.9985673427581787	0					non-mobilizable	chromosome	1396.0	99.28399999999999	100.0	0.00047401948474931507	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0120_000000003760	5530	0.5471315915735975	7	4	2	2	2	True	123331	maximal	True	ENG0120_000000003760	1.0		1	1	False	False	0.9994574785232544	0					non-mobilizable	no_good_hit	2710.0	98.635	53.0	0.015592060548112479	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0280_000000006580	1977	0.5471298904419873	3	3	3	2	2	False	51898	fragment	False	MON0095_000000015059	0.9706204032489083		0	0	False	False	0.9949418306350708	0					non-mobilizable	other	820.0	84.024	92.0	0.00024447765031687256	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0042_000000011116	2830	0.5471282516754238	3	2	1	2	0	True	95188	maximal	True	SPA0042_000000011116	1.0		1	1	False	False	0.9971731305122375	0					non-mobilizable	no_good_hit								True	True
ISR0255_000000018510	1753	0.5471282516754238	2	2	1	2	0	True	26888	maximal	True	ISR0255_000000018510	1.0		3	2	False	False	0.9942954778671265	0					non-mobilizable	no_good_hit								True	True
ISR0026_000000015549	1470	0.5471282516754238	3	2	1	2	0	True	37283	maximal	True	ISR0026_000000015549	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	91.899	54.0	0.0003063311544607873	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ENG0050_000000001242	15405	0.5471276636510982	20	5	3	3	3	False	64166	maximal	True	ENG0050_000000001242	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	1.0	0.0109403129760421	CP036543.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_1, complete sequence	True	False
SPA0146_000000006085	3915	0.5471204266058248	5	2	1	1	2	False	28154	maximal	True	SPA0146_000000006085	1.0		27	5	False	False	1.0	0					non-mobilizable	other	3437.0	98.89399999999999	90.0	0.000645906637302709	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
USA0034_01_000000020061	2700	0.5471180927236986	2	2	2	2	1	True	1471	maximal	True	USA0034_01_000000020061	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	74.673	64.0	0.0004256862839553629	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	True
FIJ0047_000000018282	1690	0.5471174869214013	2	1	1	1	1	True	47101	maximal	True	FIJ0047_000000018282	1.0		31	4	False	False	0.997633159160614	0					non-mobilizable	no_good_hit	152.0	97.368	9.0	0.1099781500364166	HG796594.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01768	True	True
ISR0343_000000000294	27039	0.5471164395785744	41	16	7	14	8	False	24321	maximal	True	ISR0343_000000000294	1.0		2	1	False	False	0.9995561838150024	0					non-mobilizable	no_good_hit	1006.0	85.686	6.0	0.0003377601203159994	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0330_000000020828	1522	0.5471135629300058	2	1	1	1	1	False	68542	fragment	False	ISR0330_000000020828	1.0		0	0	False	False	0.9875164031982422	0					non-mobilizable	other	1500.0	96.6	99.0	0.02272899576958651	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0092_000000012378	1342	0.5471135629300058	2	1	1	1	1	False	68540	fragment	False	DEN0092_000000012378	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	99.62700000000001	99.0	0.020318114964140044	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
USA0036_01_000000007990	4815	0.5471130077497375	7	5	2	5	5	False	118648	maximal	False	CAN0011_000000006554	0.9692092295322192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2590.0	92.471	86.0	0.0005726102185825121	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0103_000000003978	4916	0.5471128664264859	5	2	1	2	0	False	60326	maximal	True	ENG0103_000000003978	1.0		1	1	False	False	0.9997965693473816	0					non-mobilizable	no_good_hit	346.0	97.11	7.0	0.007382710169087878	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	False
CHI0188_000000005887	2559	0.5471106436993618	2	2	2	2	1	False	77044	maximal	True	CHI0188_000000005887	1.0		3	1	False	False	0.9792887568473816	0					non-mobilizable	no_good_hit	1878.0	72.843	72.0	0.00041902955925111944	NZ_LT605205.1	CFB group bacteria	Proteiniphilum saccharofermentans strain M3/6 chromosome I	True	False
USA0090_01_000000005503	1592	0.5471079236240648	2	2	1	2	2	False	116526	fragment	False	ENG0045_000000008222	0.8996210171686195		0	0	False	False	0.9949748516082764	0					non-mobilizable	other	1455.0	98.07600000000001	91.0	0.0003509068310989369	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0286_000000006888	2475	0.5471078033729221	6	5	2	4	4	False	106231	fragment	False	ISR0365_000000006582	0.9711741900311583		0	0	False	False	0.9995959401130676	0					non-mobilizable	other	2475.0	98.99	100.0	0.0006974830254687069	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0094_000000014517	2473	0.5471078033729221	6	5	2	4	4	False	106231	fragment	False	ISR0365_000000006582	0.9521856142625436		0	0	False	False	1.0	0					non-mobilizable	other	2474.0	96.524	100.0	0.0006957907900652243	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0083_000000020026	1163	0.5471066039389091	2	2	2	2	1	False	61550	maximal	True	ENG0083_000000020026	1.0		109	10	False	False	0.9922614097595215	0					non-mobilizable	chromosome	1163.0	98.28	100.0	0.00032739855364222436	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0115_000000013659	1739	0.5471059090062645	3	2	2	2	1	False	41727	fragment	False	FIJ0115_000000013659	1.0		0	0	False	False	0.946520984172821	0					non-mobilizable	no_good_hit	103.0	95.146	6.0	1.9826722222956546e-05	CP017990.1	enterobacteria	Enterobacter cloacae complex sp. ECNIH7, complete genome	True	False
ISR0109_000000027440	1151	0.5471020495174856	2	2	2	2	2	False	32731	fragment	False	ISR0109_000000027440	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	98.262	100.0	0.00048763919448789616	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0774_000000007108	3413	0.5471020187720376	5	4	4	3	3	True	128159	fragment	False	MAD0102_000000004786	0.08706549071772968		0	0	False	False	1.0	0					non-mobilizable	other	3413.0	99.941	100.0	0.015850672910308047	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0051_000000034751	1000	0.5470864181215838	3	2	2	2	1	True	11235	maximal	True	MON0051_000000034751	1.0		60	11	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	81.564	84.0	0.00025116986732569144	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
MAD0056_000000004625	2824	0.5470855191433697	3	2	2	2	2	False	17066	maximal	True	MAD0056_000000004625	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00013523666416228398	AC113481.12	rodents	Mus musculus chromosome 12, clone RP23-310G22, complete sequence	True	False
AST0040_000000016021	1264	0.5470834943475608	2	2	2	2	2	False	115880	fragment	False	ISR0032_000000025396	0.9135323205392951		0	0	False	False	1.0	0					non-mobilizable	virus	1264.0	99.367	100.0	0.12926005526558182	MK231931.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_5_c1 sequence	False	False
FIJ0104_000000021602	1290	0.5470815997206245	1	1	1	1	1	False	69072	maximal	True	FIJ0104_000000021602	0.9745497259201252		98	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000015423	2970	0.5470742867917077	4	3	3	3	2	False	126961	maximal	True	ISR0170_000000015423	1.0		2	1	False	False	0.9878787994384766	0					non-mobilizable	no_good_hit	1492.0	95.30799999999999	52.0	0.021241339904292552	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
CHI0089_000000001835	3880	0.5470736474035369	2	2	1	2	2	False	83899	maximal	False	CHI0185_000000004943	0.9245167604599951		0	0	False	False	0.9979381561279297	0					non-mobilizable	other	3846.0	90.146	99.0	0.1150564354360648	NZ_QRML01000041.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf41, whole genome shotgun sequence	False	False
ISR0062_000000010515	3278	0.5470721984325513	5	4	4	4	3	False	88198	maximal	False	SPA0023_000000006932	0.9425615731638111		0	0	False	False	0.9993898868560791	0					non-mobilizable	chromosome	3267.0	98.65299999999999	99.0	0.0009464632278019588	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0025_000000001865	16015	0.5470696753010947	20	14	8	11	10	True	71853	fragment	False	ISR0025_000000001865	1.0		0	0	False	False	0.9992507100105286	0					non-mobilizable	no_good_hit	171.0	78.363	1.0	7.042268281078725e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0298_000000003005	4546	0.5470668330755739	2	2	2	2	0	False	25645	maximal	True	ISR0298_000000003005	1.0		1	1	False	False	0.9995600581169128	0					non-mobilizable	no_good_hit	1800.0	92.389	76.0	0.0006991273150091248	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0825_000000015903	1505	0.5470662675029473	2	2	2	1	1	False	94873	maximal	True	ISR0825_000000015903	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	96.281	79.0	0.006316228217829718	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
MAD0035_000000011960	1861	0.547060761362319	2	2	2	1	1	False	18769	maximal	True	MAD0035_000000011960	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	83.167	64.0	0.00027389641209698266	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MAD0075_000000000030	35316	0.5470574653763617	46	9	4	7	4	False	16280	maximal	True	MAD0075_000000000030	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	6.212675411007307e-05	NZ_QLLK01000002.1	CFB group bacteria	Algoriphagus yeomjeoni strain DSM 23446 LV83DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
MAD0005_000000025653	1244	0.5470503794541974	2	2	2	2	1	False	44559	fragment	False	MAD0005_000000025653	0.9376567642915473		0	0	False	False	0.9959806799888611	0					non-mobilizable	chromosome	1231.0	93.176	99.0	0.0005333104400071281	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0190_000000003495	8550	0.5470500062669615	10	7	6	5	2	True	54827	maximal	True	ENG0190_000000003495	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	77.604	26.0	0.0004518365677555962	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	True	True
SPA0125_000000010826	3290	0.5470489209653702	5	4	2	3	3	True	86212	fragment	False	SPA0125_000000010826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	2.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
USA0043_01_000000003717	2972	0.5470489209653702	5	4	2	3	3	True	86211	maximal	True	USA0043_01_000000003717	1.0		0	0	False	False	0.9915881752967834	0					non-mobilizable	no_good_hit	88.0	87.5	4.0	2.4449781553848256e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CHI0154_000000010418	2933	0.5470489209653702	4	4	2	3	3	True	86210	fragment	False	FIJ0090_000000013852	0.945507830687801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	0.0007646483506712901	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
SPA0092_000000015143	2834	0.5470489209653702	4	4	2	3	3	True	86210	fragment	False	FIJ0090_000000013852	0.9400412027292216		0	0	False	False	0.9975299835205078	0					non-mobilizable	no_good_hit								True	True
ENG0046_000000006929	2714	0.5470489209653702	4	4	2	3	3	True	86210	fragment	False	FIJ0090_000000013852	0.8179691989234436		0	0	False	False	0.9992631077766418	0					non-mobilizable	no_good_hit	56.0	100.0	2.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
SPA0084_000000007365	2416	0.5470489209653702	4	4	2	3	3	True	86210	fragment	False	FIJ0090_000000013852	0.3430883822234442		0	0	False	False	0.9879966974258423	0					non-mobilizable	no_good_hit								True	True
ISR0212_000000001697	14953	0.5470440329164904	21	7	6	7	4	False	61930	maximal	False	ISR0145_000000002160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0145_000000002160	14953	0.5470440329164904	21	7	6	7	4	False	61930	maximal	True	ISR0145_000000002160	1.0		10	3	False	False	0.9991974830627441	0					non-mobilizable	no_good_hit								True	False
SPA0073_000000002899	4829	0.5470432539707746	5	3	3	3	1	True	65987	maximal	True	SPA0073_000000002899	1.0		41	6	False	False	0.9997929334640503	0					non-mobilizable	other	4829.0	99.979	100.0	0.001462433364320685	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
AST0104_000000014816	2288	0.5470411727841276	3	3	2	2	2	False	107887	fragment	False	AST0104_000000014816	1.0		0	0	False	False	0.9877622127532959	0					non-mobilizable	no_good_hit	968.0	71.90100000000001	41.0	0.0065396505658371455	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
ENG0177_000000021541	1205	0.5470371356040745	1	1	1	1	1	False	55495	fragment	False	ENG0177_000000021541	1.0		0	0	False	False	0.9726141095161438	0					non-mobilizable	no_good_hit	89.0	97.75299999999999	7.0	0.026355196166516923	HG796807.1	bacteria	Uncultured bacterium plasmid pRGF00086	True	False
DEN0058_000000000351	3803	0.5470366486653394	7	4	3	4	2	False	71990	maximal	True	DEN0058_000000000351	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	97.963	30.0	0.00039772605066846535	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0001_000000005459	3573	0.5470348312804516	4	3	2	2	0	True	65844	fragment	False	FIJ0001_000000005459	1.0		0	0	False	False	0.9991603493690491	0					non-mobilizable	no_good_hit								True	True
ISR0298_000000009088	1629	0.5470314477472112	2	2	2	2	2	False	25634	fragment	False	ISR0298_000000009088	0.987045033929673		0	0	False	False	0.9944751262664795	0					non-mobilizable	no_good_hit	1057.0	99.905	65.0	0.19469026548672566	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0023_000000006932	3545	0.5470303264515857	5	4	4	4	4	False	88198	maximal	True	SPA0023_000000006932	0.956912048391327		18	6	False	False	0.998307466506958	0					non-mobilizable	chromosome	3527.0	98.639	99.0	0.0010221223097181336	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0046_000000008616	2175	0.5470264879192063	3	2	2	2	1	True	64435	maximal	True	ENG0046_000000008616	1.0		19	7	False	False	0.9981608986854553	0					non-mobilizable	no_good_hit	1005.0	91.443	46.0	0.0007745352595195563	NZ_FIZW01000002.1	firmicutes	Murdochiella massiliensis strain SIT12, whole genome shotgun sequence	True	True
MAD0038_000000012384	1214	0.5470228826055221	1	1	1	1	1	False	18528	maximal	True	MAD0038_000000012384	1.0		17	5	False	False	1.0	0					non-mobilizable	other	1217.0	92.76899999999999	100.0	0.001783933713552896	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
SPA0013_000000025216	1122	0.5470220184181839	2	2	2	2	2	False	7956	maximal	True	SPA0013_000000025216	1.0		44	8	False	False	1.0	0					non-mobilizable	chromosome	1121.0	98.21600000000001	99.0	0.0003131893836628673	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0370_000000016902	1592	0.5470210021302576	2	2	2	2	2	False	47283	fragment	False	FIJ0165_000000009746	0.9256274762657387		0	0	False	False	0.9993718862533569	0					non-mobilizable	chromosome	1596.0	98.87200000000001	100.0	0.0005628311926340041	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0118_000000004087	2305	0.5470204140944154	2	2	2	2	2	False	81984	maximal	True	CHI0118_000000004087	1.0		6	2	True	True	1.0	2					non-mobilizable	no_good_hit	1110.0	93.333	49.0	0.00035745101647916873	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0098_000000008610	2685	0.5470174420438657	4	3	3	3	3	False	70600	maximal	True	FIJ0098_000000008610	1.0		10	4	False	False	0.9977653622627258	0					non-mobilizable	no_good_hit	217.0	78.34100000000001	8.0	7.52893411206679e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0056_000000020432	1746	0.5470164483218458	2	2	1	2	1	False	115145	maximal	True	SPA0056_000000020432	1.0	PS748	28	6	False	True	0.9988545179367065	0					non-mobilizable	other	735.0	97.007	100.0	0.00021964993067860158	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
FIJ0052_000000008250	3353	0.5470158285128145	5	4	4	3	3	False	122036	maximal	True	FIJ0052_000000008250	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1986.0	99.245	59.0	0.013584109877921028	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0089_000000018909	1498	0.5470148867587981	2	2	2	2	1	False	93123	maximal	True	MON0089_000000018909	1.0		1	1	False	False	0.9959946870803833	0					non-mobilizable	no_good_hit	1208.0	99.586	81.0	0.0003207276984638817	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
MON0023_000000015468	1487	0.5470106847412239	2	2	2	2	2	False	44152	fragment	False	MON0023_000000015468	1.0		0	0	False	False	0.9549428224563599	0					non-mobilizable	no_good_hit	504.0	76.984	33.0	0.000151144142952009	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	True	False
SPA0120_000000012715	3300	0.5470072660178911	2	2	2	1	1	False	4184	maximal	True	SPA0120_000000012715	1.0		4	2	False	False	0.9960606098175049	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000008203	5396	0.5470033233475193	6	4	4	4	3	False	119080	maximal	False	ISR0048_000000003021	0.9444908180300501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	83.74	26.0	0.0003168389082047095	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0057_000000004799	1636	0.547001282225938	3	2	2	0	1	False	72007	maximal	True	DEN0057_000000004799	1.0		29	6	False	False	1.0	0					non-mobilizable	chromosome	1481.0	83.18700000000001	91.0	0.00023688438299363768	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
ISR0217_000000019195	1171	0.5469976008375064	1	1	1	1	1	False	48216	fragment	False	ISR0217_000000019195	0.9612971628949377		0	0	False	False	0.9846284985542297	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000040073	1099	0.5469976008375064	1	1	1	1	1	False	48216	fragment	False	ISR0217_000000019195	0.7070074647453417		0	0	False	False	0.9799817800521851	0					non-mobilizable	no_good_hit								True	False
AUS0016_000000014007	2023	0.5469904244045953	4	3	2	2	2	False	109615	fragment	False	ISR0339_000000004178	0.16699108957207467		0	0	False	False	0.9990113973617554	0					non-mobilizable	other	2023.0	99.259	100.0	0.009959746640620375	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0027_000000022972	1104	0.5469891198342353	2	1	1	1	1	False	37209	maximal	True	ISR0027_000000022972	1.0		70	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0054_000000032596	1523	0.5469868513132866	2	2	2	2	2	False	65931	fragment	False	MON0054_000000032596	1.0		0	0	False	False	0.9986867904663086	0					non-mobilizable	no_good_hit	580.0	75.172	37.0	0.0033015961589881303	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
CHI0092_000000009199	1194	0.5469856943612798	2	2	0	2	2	False	83615	fragment	False	CHI0092_000000009199	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1194.0	99.916	100.0	0.004794881172957352	CP029631.1	enterobacteria	Escherichia coli strain ST410 plasmid p2189-NDM, complete sequence	False	True
SPA0004_000000002796	5433	0.5469808239796458	7	4	3	3	4	False	54532	maximal	True	SPA0004_000000002796	1.0		0	0	False	False	0.9985275268554688	0					non-mobilizable	chromosome	2214.0	99.50299999999999	93.0	0.0003411078065596588	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0138_000000007416	2436	0.5469792207574785	3	2	1	2	2	False	43575	maximal	True	FIJ0138_000000007416	1.0		55	6	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	73.874	18.0	0.00032492590648379606	AP018050.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
ISR0308_000000007435	2260	0.5469792207574785	2	2	1	2	2	False	101141	fragment	False	MAD0091_000000006681	0.9139115332913217		0	0	False	False	1.0	0					non-mobilizable	chromosome	1982.0	78.406	99.0	0.0005180422484527422	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0070_000000009026	2151	0.5469792207574785	2	2	1	2	2	False	101141	fragment	False	MAD0091_000000006681	0.9180719697372305		0	0	False	False	1.0	0					non-mobilizable	chromosome	1968.0	78.608	99.0	0.0005143076493392827	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0009_000000004787	2105	0.5469792207574785	2	2	1	2	2	False	101141	fragment	False	MAD0091_000000006681	0.9166568673867682		0	0	False	False	0.9966745972633362	0					non-mobilizable	chromosome	1880.0	77.872	99.0	0.0004919000546585256	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0378_000000013817	2074	0.5469792207574785	2	2	1	2	2	False	101141	fragment	False	MAD0091_000000006681	0.7470774336093857		0	0	False	False	1.0	0					non-mobilizable	chromosome	1958.0	78.396	99.0	0.000510839807305356	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0021_000000014464	2032	0.5469792207574785	2	2	1	2	2	False	101141	fragment	False	MAD0091_000000006681	0.7243895528440977		0	0	False	False	1.0	0					non-mobilizable	chromosome	1902.0	78.339	99.0	0.0004961681679310507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0308_000000008423	2021	0.5469792207574785	3	2	1	2	2	False	25416	maximal	True	ISR0308_000000008423	1.0		178	10	False	False	0.9985156059265137	0					non-mobilizable	no_good_hit	456.0	82.23700000000001	22.0	0.08401486988847584	NZ_JH379386.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld181, whole genome shotgun sequence	True	False
MAD0065_000000005903	1978	0.5469792207574785	2	2	1	2	2	False	72256	maximal	True	MAD0065_000000005903	0.9319712449843413		366	14	False	False	0.9646106958389282	0					non-mobilizable	chromosome	1905.0	96.06299999999999	96.0	0.000507905479430495	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0112_000000014445	1977	0.5469792207574785	2	2	1	2	2	False	72256	maximal	False	MAD0065_000000005903	0.9284593168707976		0	0	False	False	1.0	0					non-mobilizable	chromosome	1984.0	95.867	100.0	0.000528979288713588	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0088_000000012717	1964	0.5469792207574785	2	2	1	2	2	False	72256	maximal	False	MAD0065_000000005903	0.9290383916225676		0	0	False	False	0.9893075227737427	0					non-mobilizable	chromosome	1964.0	94.24600000000001	100.0	0.0005228438758843331	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0072_000000013344	1879	0.5469792207574785	2	2	1	2	2	False	44765	maximal	True	FIJ0072_000000013344	1.0		135	11	False	False	1.0	0					non-mobilizable	other	1784.0	91.816	95.0	0.3308550185873606	NZ_JH379386.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld181, whole genome shotgun sequence	False	False
MAD0033_000000011133	1821	0.5469792207574785	2	2	1	2	2	False	72256	maximal	False	MAD0065_000000005903	0.8918226394746962		0	0	False	False	1.0	0					non-mobilizable	other	1821.0	95.71700000000001	100.0	0.021325209444021324	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
SPA0003_000000009951	1818	0.5469792207574785	2	2	1	2	2	False	8383	fragment	False	SPA0003_000000009951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	84.09100000000001	24.0	0.08141263940520446	NZ_JH379386.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld181, whole genome shotgun sequence	True	False
MAD0013_000000014113	1742	0.5469792207574785	2	2	1	2	2	False	47751	fragment	False	MAD0013_000000014113	1.0		0	0	False	False	0.9954075813293457	0					non-mobilizable	other	1760.0	81.08	100.0	0.020294100415958756	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
MON0050_000000022151	1737	0.5469792207574785	2	2	1	2	2	False	101141	fragment	False	MAD0091_000000006681	0.050398748930352136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1772.0	79.402	99.0	0.0004628235329894479	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
TAN0002_000000024087	1696	0.5469792207574785	2	2	1	2	2	False	101141	fragment	False	MAD0091_000000006681	0.03789204991741532		0	0	False	False	1.0	0					non-mobilizable	chromosome	1715.0	79.767	99.0	0.0004502859502514052	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0095_000000021583	1694	0.5469792207574785	2	2	1	2	2	False	87210	maximal	False	MAD0083_000000005940	0.6317313259988419		0	0	False	False	0.9970483779907227	0					non-mobilizable	no_good_hit	528.0	90.34100000000001	33.0	0.00014004746675473208	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0102_000000007039	2561	0.5469790597672883	2	2	1	2	1	False	33100	maximal	True	ISR0102_000000007039	1.0		2	2	False	False	0.9988285899162292	0					non-mobilizable	other	2357.0	99.87299999999999	92.0	0.9995757318625371	NZ_SMCQ01000050.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_150, whole genome shotgun sequence	False	False
ETH0005_000000009209	5263	0.5469724476149045	6	5	3	4	2	False	52796	maximal	True	ETH0005_000000009209	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	1.230856901624155e-05	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
CHI0009_000000004809	1665	0.546962738691942	4	4	2	4	3	True	90460	fragment	False	CHI0009_000000004809	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1665.0	99.219	100.0	0.010559380651711775	CP021198.1	enterobacteria	Escherichia coli strain H17 plasmid pH17-5, complete sequence	False	True
SPA0013_000000022976	1235	0.5469625301535208	2	2	2	1	2	False	7967	maximal	True	SPA0013_000000022976	1.0		68	6	False	False	0.994331955909729	0					non-mobilizable	no_good_hit	237.0	72.152	19.0	5.108421265627954e-05	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
AST0012_000000007039	2940	0.5469622832706957	5	4	3	1	3	True	125529	fragment	False	AST0012_000000007039	0.95361380798274		0	0	False	False	0.9989795684814453	0					non-mobilizable	no_good_hit	626.0	77.955	35.0	0.00019478887990748	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
FIJ0097_000000025526	1237	0.5469621663688662	2	2	2	2	2	False	98797	fragment	False	FIJ0097_000000025526	0.969353746308844		0	0	False	False	0.9967663884162903	0					non-mobilizable	other	1241.0	93.31200000000001	99.0	0.18132432829246806	NZ_CABIWU010000096.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0044_000000013404	1223	0.5469621663688662	2	2	2	2	2	False	98797	fragment	False	FIJ0097_000000025526	0.9629566391090137		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	93.801	99.0	0.17912200851563648	NZ_CABIWU010000096.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CHI0004_000000004794	1504	0.5469558687359802	2	2	2	2	2	False	90831	fragment	False	CHI0004_000000004794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000022234	1839	0.5469514037222918	1	1	1	1	1	False	111667	fragment	False	DEN0045_000000022234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	89.09100000000001	24.0	0.000512563688389492	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0030_000000012031	1612	0.5469514037222918	1	1	1	1	1	False	111664	fragment	False	ENG0042_000000016874	0.6972910630157626		0	0	False	False	0.9919354915618896	0					non-mobilizable	no_good_hit	113.0	88.49600000000001	7.0	0.00013166773646702546	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ITA0002_000000006545	1575	0.5469514037222918	1	1	1	1	1	False	111664	fragment	False	ENG0042_000000016874	0.6919015452052153		0	0	False	False	0.9974603056907654	0					non-mobilizable	no_good_hit	113.0	88.49600000000001	7.0	0.00013166773646702546	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0370_000000018011	1496	0.5469514037222918	1	1	1	1	1	False	111664	fragment	False	ENG0042_000000016874	0.6819849277724688		0	0	False	False	0.999331533908844	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010190448153264341	NZ_JABAFG010000001.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_1, whole genome shotgun sequence	True	False
ENG0042_000000016874	1489	0.5469514037222918	1	1	1	1	1	False	111664	fragment	False	ENG0042_000000016874	0.7563066089911645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	81.429	5.0	0.004068156358705265	NZ_AUID01000033.1	firmicutes	Proteocatella sphenisci DSM 23131 G558DRAFT_scaffold00032.32_C, whole genome shotgun sequence	True	False
AST0062_000000010820	1477	0.5469514037222918	1	1	1	1	1	False	111664	fragment	False	ENG0042_000000016874	0.6783706079594612		0	0	False	False	0.9830737709999084	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010190448153264341	NZ_JABAFG010000001.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_1, whole genome shotgun sequence	True	False
ENG0048_000000019167	1339	0.5469514037222918	1	1	1	1	1	False	111664	fragment	False	ENG0042_000000016874	0.29043268883143725		0	0	False	False	0.9828230142593384	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000016204	1339	0.5469514037222918	1	1	1	1	1	False	111664	fragment	False	ENG0042_000000016874	0.29022957441031333		0	0	False	False	0.9805825352668762	0					non-mobilizable	no_good_hit								True	False
DEN0052_000000029425	1565	0.5469491955616985	2	2	2	2	2	False	72251	maximal	True	DEN0052_000000029425	1.0		3	2	False	False	0.9782747626304626	0					non-mobilizable	other	1518.0	89.13	96.0	0.04783945724883493	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0298_000000002452	5385	0.5469477665666115	9	5	4	4	5	False	113578	maximal	True	ISR0298_000000002452	1.0		12	5	False	False	1.0	0					non-mobilizable	other	5313.0	99.71799999999999	100.0	0.0013023850170803186	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0150_000000015089	1620	0.5469436390034246	2	2	2	1	1	False	39799	fragment	False	FIJ0150_000000015089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0007_000000032717	1925	0.5469435700769875	2	2	2	1	2	False	42223	maximal	False	FIJ0108_000000011378	0.9402830976813101		0	0	False	False	0.9599999785423279	0					non-mobilizable	chromosome	1881.0	80.702	97.0	0.0005247762983595353	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0014_000000027517	1247	0.546942082032081	3	3	2	2	2	False	38001	maximal	True	ISR0014_000000027517	1.0		1	1	False	False	0.9975942373275757	0					non-mobilizable	no_good_hit								True	False
AST0118_000000012024	2518	0.5469413195158406	4	1	1	1	1	False	105932	maximal	True	AST0118_000000012024	1.0		15	8	False	False	0.973391592502594	0					non-mobilizable	no_good_hit	93.0	80.645	4.0	2.4334722485472847e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0095_000000028229	1268	0.5469386259612253	2	2	2	2	1	True	33381	maximal	True	ISR0095_000000028229	1.0		47	7	False	False	0.9637224078178406	0					non-mobilizable	other	1268.0	99.29	100.0	0.0004266579381948766	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
AUS0010_000000006325	3621	0.546936438740534	4	4	3	3	3	False	101582	maximal	True	AUS0010_000000006325	1.0		4	2	False	False	0.9980668425559998	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	3.4857915264281095e-05	CP054877.1	g-proteobacteria	Candidatus Vesicomyosocius sp. SY067_SCS001 chromosome, complete genome	True	False
MAD0102_000000006441	2758	0.5469361461353445	6	5	2	4	3	True	15009	fragment	False	MAD0102_000000006441	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2759.0	99.021	100.0	0.052187245641598365	CP057064.1	enterobacteria	Escherichia coli strain RHB39-C14 plasmid pRHB39-C14_3, complete sequence	False	True
ENG0011_000000021975	1313	0.5469256576654957	2	2	1	2	1	False	67124	maximal	True	ENG0011_000000021975	1.0		1013	13	False	False	0.996953547000885	0					non-mobilizable	other	1313.0	100.0	100.0	0.000277092380107386	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0008_000000009068	2709	0.5469252580719625	3	3	3	3	3	False	81206	fragment	False	FIJ0005_000000008187	0.11754949452401012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	71.156	27.0	0.004726381204604452	NZ_FTMS01000009.1	spirochetes	Alkalispirochaeta americana strain ASpG1, whole genome shotgun sequence	True	False
ENG0117_000000009339	2435	0.5469229534136965	5	4	4	4	3	False	86872	fragment	False	ISR0147_000000009668	0.9781673392685951		0	0	False	False	0.9979466199874878	0					non-mobilizable	other	2435.0	99.22	100.0	0.0066616489907629145	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0034_000000015327	2366	0.5469226550895311	4	3	3	2	1	False	119263	fragment	False	ISR0293_000000011332	0.1904318992101069		0	0	False	False	1.0	0					non-mobilizable	other	2366.0	98.774	100.0	0.01685837962731856	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
ISR0014_000000022670	1555	0.5469206976023124	3	2	2	1	1	False	38017	fragment	False	ISR0014_000000022670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	100.0	7.0	0.0002954438541941554	NZ_QSGP01000008.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf8, whole genome shotgun sequence	True	False
FIJ0096_000000005451	5724	0.5469203806004711	8	7	3	4	5	False	43041	fragment	False	FIJ0096_000000005451	1.0		0	0	False	False	0.9998252987861633	0					non-mobilizable	no_good_hit								True	False
MON0038_000000007898	3471	0.5469189716838224	7	4	2	3	3	True	91458	maximal	True	MON0038_000000007898	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3474.0	97.23700000000001	100.0	0.0009483220522465582	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0010_000000004399	3846	0.5469167430769896	5	4	4	4	3	False	105116	fragment	False	ISR0227_000000006955	0.8793521717435245		0	0	False	False	0.9994799494743347	0					non-mobilizable	no_good_hit	66.0	92.42399999999999	2.0	0.051094890510948905	NZ_NFHM01000076.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_76, whole genome shotgun sequence	True	False
FIJ0071_000000007507	4761	0.5469151275279078	5	2	0	1	1	True	44893	fragment	False	FIJ0071_000000007507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	74.503	11.0	0.02595121951219512	NZ_FQXK01000051.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	True
AUS0022_000000000440	39771	0.5469150482842873	37	15	4	10	10	False	99428	maximal	True	AUS0022_000000000440	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0033_000000004893	6259	0.5469139447220137	12	3	3	3	1	False	48310	maximal	True	FIJ0033_000000004893	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0354_000000000393	23319	0.5469125171746537	26	15	6	10	11	True	34603	maximal	True	ISR0354_000000000393	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5936.0	98.72	68.0	0.03581573571540814	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
MAD0095_000000010297	3073	0.546912042825039	1	1	1	1	1	False	15596	maximal	True	MAD0095_000000010297	1.0		1	1	True	True	1.0	4					non-mobilizable	no_good_hit	116.0	84.48299999999999	4.0	0.0028444224585703684	AB107223.1	g-proteobacteria	Pseudomonas sp. MIS38 orf1, arfA, arfB, arfC, orf5, orf6 genes for putative DNA binding protein, arthrofactin synthetase A, arthrofactin synthetase B, arthrofactin synthetase C, putative periplasmic protein, putative ABC transporter protein, complete and partial cds	True	True
FIJ0023_000000005415	5477	0.5469092992062984	7	4	2	4	0	True	49411	maximal	True	FIJ0023_000000005415	1.0		3	2	False	False	0.9994522333145142	0					non-mobilizable	no_good_hit	62.0	90.323	1.0	2.1192329071706502e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0096_000000022070	1695	0.5469088449600203	2	2	2	2	2	False	9269	maximal	True	MON0096_000000022070	1.0		69	10	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	78.75	5.0	0.0002351940803459162	NZ_ATVA01000016.1	d-proteobacteria	Desulfovibrio longus DSM 6739 G452DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
SPA0117_000000028450	1310	0.5469054310685676	3	3	3	3	3	False	93811	fragment	False	CAN0013_000000017599	0.944784985710216		0	0	False	False	0.994656503200531	0					non-mobilizable	chromosome	1310.0	99.92399999999999	100.0	0.0002604630950258513	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	False	False
MAD0066_000000011066	2370	0.5468972290405717	3	3	3	3	2	False	56948	maximal	True	MAD0066_000000011066	0.9710796915167095		118	12	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	78.03	6.0	3.080570910358467e-05	NZ_CP047180.1	high GC Gram+	Rathayibacter festucae strain VKM Ac-2802 chromosome, complete genome	True	False
FIJ0097_000000022161	1431	0.5468948471140254	2	2	2	2	2	False	50898	fragment	False	FIJ0097_000000022161	0.9753218884120172		0	0	False	False	0.9727463126182556	0					non-mobilizable	other	1405.0	99.85799999999999	98.0	0.0003024785141152331	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0147_000000019231	1324	0.5468941136233211	3	3	1	2	1	True	30943	maximal	True	ISR0147_000000019231	1.0		1	1	False	False	0.9977341294288635	0					non-mobilizable	no_good_hit	303.0	91.749	50.0	8.754422505243232e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0824_000000016027	1472	0.5468939736738316	2	2	2	2	2	False	21149	fragment	False	ISR0824_000000016027	1.0		0	0	False	False	0.9959239363670349	0					non-mobilizable	no_good_hit	811.0	95.314	55.0	0.012725044773305685	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
ISR0107_000000007826	3033	0.5468910706327567	3	3	3	3	2	False	95257	maximal	True	ISR0107_000000007826	1.0		69	8	False	False	0.9683481454849243	0					non-mobilizable	no_good_hit	917.0	75.354	30.0	0.0038969464671384547	NZ_KI912471.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ISR0183_000000016053	1992	0.5468900101676327	3	2	2	2	2	False	73756	maximal	True	ISR0183_000000016053	0.9804941813936967		288	10	False	False	0.9994980096817017	0					non-mobilizable	other	1992.0	99.046	100.0	0.006017632782346665	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0177_000000014571	1843	0.5468900101676327	2	2	2	2	2	False	73756	maximal	False	ISR0183_000000016053	0.9462488111998097		0	0	False	False	1.0	0					non-mobilizable	other	1843.0	98.535	100.0	0.0055672926092830526	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0065_01_000000004766	2385	0.5468891990327179	3	3	3	2	3	False	128217	fragment	False	SPA0096_000000013995	0.49452617502868634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	87.146	55.0	0.02099591836734694	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
MON0023_000000008017	2511	0.5468875355813233	3	2	2	1	0	False	12985	fragment	False	MON0023_000000008017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	5.8209017668255894e-05	NZ_WBIN01000001.1	high GC Gram+	Agromyces allii strain JCM 13584 Scaffold1_1, whole genome shotgun sequence	True	False
MON0056_000000009485	2013	0.5468875355813233	3	2	2	1	0	False	11069	fragment	False	MON0056_000000009485	1.0		0	0	False	False	0.997019350528717	0					non-mobilizable	no_good_hit	46.0	100.0	2.0	1.902046305951334e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
USA0003_01_000000026990	1391	0.5468859022875499	3	2	2	2	1	False	74993	fragment	False	USA0003_01_000000026990	0.9793814432989691		0	0	False	False	0.999281108379364	0					non-mobilizable	other	1391.0	95.68700000000001	99.0	0.010322762843999198	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
DEN0018_000000029817	1358	0.5468859022875499	2	2	2	2	1	False	74993	fragment	False	USA0003_01_000000026990	0.9680086268871315		0	0	False	False	0.9948453903198242	0					non-mobilizable	other	1358.0	96.613	100.0	0.010077513618763795	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
SPA0127_000000015099	1945	0.5468857653928411	3	3	2	3	0	True	3916	maximal	True	SPA0127_000000015099	1.0		0	0	False	False	0.9953727722167969	0					non-mobilizable	no_good_hit	193.0	88.083	10.0	0.008488438923029312	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	True	True
ENG0057_000000012745	1942	0.5468842848146052	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.1439908200030841		0	0	False	False	0.9922760128974915	0					non-mobilizable	chromosome	1942.0	99.382	100.0	0.0006256198584184549	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0051_000000023698	1143	0.5468789016172799	2	2	2	2	1	False	17312	maximal	True	MAD0051_000000023698	1.0		5	1	False	False	0.9475065469741821	0					non-mobilizable	no_good_hit	445.0	73.483	38.0	0.00012466134138987807	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0009_000000012370	2863	0.5468787979905135	5	4	2	2	3	True	90256	fragment	False	SPA0009_000000012370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	88.72	23.0	0.0004180921020991173	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0002_000000013452	1393	0.5468787714015498	2	1	1	1	1	False	8394	maximal	True	SPA0002_000000013452	1.0		87	12	False	False	0.9949748516082764	0					non-mobilizable	no_good_hit	122.0	95.08200000000001	9.0	0.0016044340723453908	NZ_JAAWUO010000018.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_18_length_75416_cov_91.8004, whole genome shotgun sequence	True	False
ENG0208_000000015683	1958	0.5468774418996335	2	2	1	2	2	False	53832	fragment	False	ENG0208_000000015683	0.9689673622257893		0	0	False	False	0.9933605790138245	0					non-mobilizable	other	1900.0	99.684	97.0	0.13182922596320723	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0043_000000015180	1869	0.5468774418996335	2	2	1	2	2	False	53832	fragment	False	ENG0208_000000015683	0.9476506639427988		0	0	False	False	0.9464954733848572	0					non-mobilizable	other	1789.0	97.988	96.0	0.1241235682054842	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0389_000000010507	2088	0.5468728089404732	3	2	2	2	1	True	22908	maximal	True	ISR0389_000000010507	1.0		11	6	False	False	0.9765325784683228	0					non-mobilizable	no_good_hit	1780.0	99.88799999999999	85.0	0.009773006943834052	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MAD0003_000000016096	1693	0.5468728089404732	2	2	2	2	1	True	20093	fragment	False	MAD0003_000000016096	1.0		0	0	False	False	0.9952746629714966	0					non-mobilizable	other	1693.0	99.823	100.0	0.009284081919662478	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MON0033_000000007701	8751	0.5468700057717228	7	5	5	4	4	False	12351	maximal	True	MON0033_000000007701	1.0		1	1	False	False	0.9995428919792175	0					non-mobilizable	no_good_hit	68.0	86.765	1.0	3.4462520979702605e-05	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	True	False
ENG0064_000000004200	5444	0.5468651473163617	3	3	3	2	1	False	72758	maximal	True	ENG0064_000000004200	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	4041.0	92.898	74.0	0.0016897252048231155	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0841_000000002264	5291	0.5468651473163617	3	3	3	2	1	False	60399	maximal	True	ISR0841_000000002264	1.0		2	2	False	False	1.0	0					non-mobilizable	other	3672.0	93.927	98.0	0.001534627629585072	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0309_000000003344	4873	0.5468651473163617	3	3	3	2	1	False	27898	fragment	False	ISR0309_000000003344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3572.0	95.381	73.0	0.0014943860965503364	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
DEN0046_000000004466	4839	0.5468651473163617	3	3	3	2	1	False	72757	fragment	False	DEN0046_000000004466	0.9956551566430368		0	0	False	False	1.0	0					non-mobilizable	other	4232.0	97.802	99.0	0.001772304184071479	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ITA0006_000000005956	4373	0.5468651473163617	3	3	3	2	1	False	72757	fragment	False	DEN0046_000000004466	0.9480264517462286		0	0	False	False	1.0	0					non-mobilizable	other	4115.0	97.861	100.0	0.0017236789983211735	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0820_000000004473	4223	0.5468651473163617	3	3	3	2	1	False	27897	fragment	False	ISR0820_000000004473	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3620.0	95.13799999999999	99.0	0.0015149260457034829	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ENG0195_000000005754	3999	0.5468651473163617	3	3	3	2	1	False	101879	fragment	False	ENG0195_000000005754	0.9488266472572574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2075.0	74.361	51.0	0.001000197781995164	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0093_000000005670	3750	0.5468651473163617	3	3	3	2	1	False	101879	fragment	False	ENG0195_000000005754	0.9365443441865813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2075.0	74.313	54.0	0.001000197781995164	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0007_000000021286	1191	0.5468646889491322	2	2	2	1	1	False	76200	fragment	False	DEN0007_000000021286	0.9995531724754245		0	0	False	False	0.9731318354606628	0					non-mobilizable	no_good_hit	984.0	80.691	82.0	0.00022816924278607243	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
CAN0015_000000014756	2613	0.5468623449838811	2	2	2	2	2	False	126885	maximal	True	CAN0015_000000014756	1.0	PS979	17	7	False	True	0.9996172785758972	0					non-mobilizable	chromosome	1327.0	90.354	99.0	0.000208502561355616	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	True
DEN0011_000000034745	1355	0.5468608419172616	3	3	3	3	2	False	75593	maximal	True	DEN0011_000000034745	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	77.615	80.0	0.00027191773399862874	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ENG0151_000000020200	1197	0.5468608030646817	2	1	1	1	1	False	92341	fragment	False	ENG0151_000000020200	0.9736526717774461		0	0	False	False	0.9941520690917969	0					non-mobilizable	no_good_hit	904.0	80.42	74.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0047_000000033939	1142	0.5468608030646817	2	1	1	1	1	False	92341	fragment	False	ENG0151_000000020200	0.819113357084792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	904.0	80.642	78.0	0.0003734917284786395	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0072_000000027001	1102	0.5468608030646817	2	1	1	1	1	False	92341	fragment	False	ENG0151_000000020200	0.8139423477278473		0	0	False	False	0.9863883852958679	0					non-mobilizable	no_good_hit	899.0	80.868	81.0	0.000373072545842861	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0034_000000003048	9767	0.5468594268987041	14	7	4	5	5	False	118686	maximal	True	SPA0034_000000003048	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	3463.0	91.395	84.0	0.002788666459860043	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	False
SPA0154_000000002093	3248	0.5468591655904095	3	3	3	3	3	False	123354	maximal	True	SPA0154_000000002093	1.0		48	5	False	False	1.0	0					non-mobilizable	chromosome	2027.0	99.803	100.0	0.0008031469406087505	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0062_000000025552	1510	0.5468573199789483	3	2	2	2	1	False	35318	fragment	False	ISR0062_000000025552	1.0		0	0	False	False	0.9801324605941772	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000032437	1320	0.5468565321549245	3	3	2	3	2	True	17809	fragment	False	MAD0045_000000032437	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1320.0	100.0	100.0	0.013225178976076363	CP053724.1	enterobacteria	Escherichia coli strain CP66-6_Sichuan plasmid pCP66-6-IncFIC, complete sequence	False	True
FIJ0045_000000006068	3633	0.546852868714168	4	4	3	4	3	False	104682	maximal	True	FIJ0045_000000006068	1.0		6	3	False	False	0.9994494915008545	0					non-mobilizable	no_good_hit	418.0	82.057	12.0	0.00015359271874286395	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
MAD0037_000000001427	8699	0.5468516580268342	12	3	2	3	2	False	18681	maximal	True	MAD0037_000000001427	1.0		1	1	False	False	0.9987354874610901	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.002028397565922921	LN908215.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: III	True	False
ENG0145_000000007109	4631	0.5468494768745129	4	3	3	3	3	False	57522	maximal	True	ENG0145_000000007109	1.0		1	1	False	False	0.99244225025177	0					non-mobilizable	no_good_hit	2357.0	75.392	50.0	0.000892019501391858	CP013121.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F306, complete genome	True	False
SPA0130_000000001423	19751	0.5468462864596034	23	13	6	12	6	True	14483	maximal	True	SPA0130_000000001423	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	93.35600000000001	3.0	0.00015376561764053744	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
FIJ0048_000000006785	4377	0.546844570371669	6	2	2	2	2	False	46802	fragment	False	FIJ0048_000000006785	1.0		0	0	False	False	0.9997715353965759	0					non-mobilizable	no_good_hit	1323.0	78.91199999999999	30.0	0.00541192879304801	NZ_LXWL01000009.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig009, whole genome shotgun sequence	True	False
ENG0149_000000007945	2803	0.5468419180007777	1	1	1	1	1	False	57223	maximal	True	ENG0149_000000007945	1.0		3	2	False	False	0.9953621029853821	0					non-mobilizable	other	2806.0	84.462	99.0	0.000962383492802238	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
ISR0228_000000011725	2259	0.546840945370847	3	3	2	2	2	True	94693	fragment	False	ISR0228_000000011725	0.9703786191536748		0	0	False	False	0.9880478382110596	0					non-mobilizable	chromosome	2259.0	95.30799999999999	100.0	0.0007672659473576727	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
MON0054_000000015368	2846	0.5468406319018366	3	2	2	2	1	False	13023	maximal	True	MON0054_000000015368	1.0		1	1	False	False	0.9996486306190491	0					non-mobilizable	no_good_hit	1259.0	72.836	44.0	0.0004073779439905882	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
CHI0089_000000005173	1675	0.5468306797656692	3	1	1	1	1	False	83877	maximal	True	CHI0089_000000005173	1.0		220	12	False	False	1.0	0					non-mobilizable	other	1252.0	99.042	98.0	0.0003566651042967454	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
FIJ0098_000000003645	5945	0.5468302413047842	5	5	5	5	5	False	122472	maximal	True	FIJ0098_000000003645	1.0	PS871	5	1	False	True	0.9998317956924438	0					non-mobilizable	no_good_hit	2310.0	94.069	39.0	0.9982676483326115	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MON0002_000000013239	1972	0.5468258782675697	5	2	0	2	1	False	99861	fragment	False	MON0002_000000013239	1.0		0	0	False	False	0.999492883682251	0					non-mobilizable	plasmid	1972.0	100.0	100.0	0.37478608100399313	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0043_000000021425	1365	0.5468258782675697	4	2	0	2	1	False	99860	fragment	False	MON0043_000000021425	1.0		0	0	False	False	0.997802197933197	0					non-mobilizable	plasmid	1365.0	99.634	100.0	0.259364898269633	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CHI0121_000000006751	1166	0.5468258782675697	4	2	0	2	1	False	81783	fragment	False	CHI0121_000000006751	0.9720513305885508		0	0	False	False	1.0	0					non-mobilizable	plasmid	1168.0	98.71600000000001	100.0	0.22171515497242822	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0012_000000052424	1122	0.5468258782675697	4	2	0	2	1	False	81783	fragment	False	CHI0121_000000006751	0.9557994671327448		0	0	False	False	0.970588207244873	0					non-mobilizable	plasmid	1122.0	99.02	100.0	0.21106674272675413	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0074_000000020132	1113	0.5468258782675697	4	2	0	2	1	False	81783	fragment	False	CHI0121_000000006751	0.9606876942249144		0	0	False	False	0.9991015195846558	0					non-mobilizable	plasmid	1111.0	99.37	99.0	0.21106674272675413	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
TAN0009_000000013388	2784	0.5468245971921116	4	3	2	3	2	False	2705	maximal	True	TAN0009_000000013388	1.0		3	2	False	False	0.9798850417137146	0					non-mobilizable	no_good_hit	397.0	73.3	14.0	0.00016146012406202526	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
USA0035_01_000000010682	2357	0.546822549383229	4	3	2	3	2	False	90549	maximal	True	USA0035_01_000000010682	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1687.0	95.021	78.0	0.025756186984417964	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0072_000000009120	2369	0.5468222007168728	3	2	1	1	2	False	10403	maximal	True	MON0072_000000009120	1.0		60	9	False	False	1.0	0					non-mobilizable	chromosome	2379.0	96.931	100.0	0.0007635720992237608	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0131_000000008872	3047	0.5468094369201039	3	2	2	2	1	False	66052	backbone	True	ENG0131_000000008872	1.0	PS301	0	0	True	True	0.9957334995269775	3					non-mobilizable	no_good_hit	38.0	92.105	1.0	7.481972490607091e-05	NZ_SIJC01000003.1	firmicutes	Chengkuizengella sediminis strain J15A17 contig3, whole genome shotgun sequence	True	True
USA0020_01_000000012804	2729	0.546808963664212	4	4	2	3	2	True	102320	maximal	True	USA0020_01_000000012804	1.0		22	7	False	False	0.9970685243606567	0					non-mobilizable	other	2019.0	96.781	99.0	0.0005714360332290195	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0193_000000004770	5600	0.5468064018519725	8	6	5	6	4	False	63424	fragment	False	ISR0193_000000004770	1.0		0	0	False	False	0.9975000023841858	0					non-mobilizable	chromosome	5600.0	99.304	100.0	0.0076949189346680906	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ENG0121_000000003672	4977	0.5468033775177001	4	4	4	3	2	False	100577	maximal	True	ENG0121_000000003672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	72.062	10.0	0.0001798979610265941	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0144_000000005916	5340	0.5467976351500097	9	3	1	3	2	False	40113	fragment	False	FIJ0144_000000005916	1.0		0	0	False	False	0.9998127222061157	0					non-mobilizable	no_good_hit								True	False
ENG0160_000000013520	1489	0.5467924272497494	2	2	1	1	2	False	56459	maximal	True	ENG0160_000000013520	1.0		142	10	False	False	0.9858965873718262	0					non-mobilizable	other	1500.0	95.333	100.0	0.0006258396752172937	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ENG0187_000000023804	1285	0.5467924272497494	2	2	1	1	2	False	54950	fragment	False	ENG0187_000000023804	0.9903303787268332		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	98.677	100.0	0.0005382305043395882	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0159_000000021432	1241	0.5467924272497494	2	2	1	1	2	False	54950	fragment	False	ENG0187_000000023804	0.9735408560311285		0	0	False	False	0.9903303980827332	0					non-mobilizable	other	1241.0	99.919	100.0	0.003719814009299535	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ISR0773_000000004118	3046	0.5467882159529326	4	3	3	3	3	False	22507	maximal	True	ISR0773_000000004118	1.0		202	8	False	False	0.9973735809326172	0					non-mobilizable	no_good_hit	2385.0	99.581	78.0	0.017120533149488682	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0033_000000008950	1469	0.5467854184570582	2	2	2	2	1	True	117047	maximal	True	AST0033_000000008950	1.0		1	1	False	False	0.9972770810127258	0					non-mobilizable	other	1445.0	88.02799999999999	98.0	0.004257530396168813	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	False	True
MON0045_000000006986	3340	0.5467812682747317	2	2	2	2	2	False	11577	maximal	True	MON0045_000000006986	1.0		8	4	False	False	0.9976047873497009	0					non-mobilizable	no_good_hit	2323.0	74.3	70.0	0.0006350978333916501	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0090_000000012406	2790	0.5467776599667105	3	3	3	3	2	False	99287	fragment	False	ENG0082_000000007149	0.684377140764768		0	0	False	False	1.0	0					non-mobilizable	chromosome	2790.0	99.211	100.0	0.0007933054012464196	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0105_000000017056	1328	0.5467760430719993	3	2	1	1	2	False	76199	maximal	False	USA0045_01_000000009885	0.9555211545582764		0	0	False	False	0.9992470145225525	0					non-mobilizable	chromosome	1319.0	98.029	99.0	0.00044363108339220926	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0086_000000011565	2674	0.5467745858433375	2	2	2	2	1	False	9747	maximal	True	MON0086_000000011565	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1990.0	99.95	74.0	0.0005475929586538408	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
ENG0032_000000022681	1137	0.5467724358923374	2	1	1	1	1	False	65550	maximal	True	ENG0032_000000022681	1.0		59	12	False	False	0.9850483536720276	0					non-mobilizable	no_good_hit	615.0	77.72399999999999	54.0	0.014069239107871855	NZ_PDYG01000002.1	firmicutes	Agathobacter ruminis strain JK623 contig000002, whole genome shotgun sequence	True	False
ETH0004_000000013075	2149	0.5467721517762079	3	3	2	3	3	False	52902	fragment	False	ETH0004_000000013075	1.0		0	0	False	False	0.9958119988441467	0					non-mobilizable	other	1484.0	98.854	99.0	0.011693185939791526	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	False	False
SPA0051_000000019694	1218	0.5467706493073944	1	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.8473211477775038		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	98.03	100.0	0.001539080244634086	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ENG0172_000000021185	1154	0.5467689315400489	2	2	2	2	2	False	55701	maximal	True	ENG0172_000000021185	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	76.101	14.0	7.74227360797891e-05	NZ_AP014509.1	thermotogales	Thermotoga caldifontis AZM44c09	True	False
MAD0061_000000010388	1702	0.5467673995048941	3	2	1	1	2	False	16818	maximal	True	MAD0061_000000010388	1.0		4	2	False	False	0.9976498484611511	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000016885	1244	0.5467668804791574	1	1	1	1	1	False	117262	fragment	False	MON0037_000000031911	0.07595369506453015		0	0	False	False	0.9959806799888611	0					non-mobilizable	other	1244.0	98.955	100.0	0.005560053498181688	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0028_000000008159	3726	0.5467659377304561	5	5	5	3	3	False	48957	fragment	False	MON0033_000000017670	0.9510939900322487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	85.84100000000001	3.0	4.9100754748744427e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0077_000000023277	1292	0.5467644198779018	3	3	3	3	1	False	78794	maximal	True	FIJ0077_000000023277	0.9738302934179224		367	13	False	False	0.9914860725402832	0					non-mobilizable	no_good_hit	822.0	80.04899999999999	63.0	0.00024394195747459238	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0031_000000019327	1692	0.5467599094596133	2	2	2	2	2	False	108685	fragment	False	SPA0031_000000019327	1.0		0	0	False	False	0.9982269406318665	0					non-mobilizable	other	1627.0	99.01700000000001	96.0	0.008021073817557569	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0059_000000006296	2678	0.5467564086745684	4	2	0	1	1	True	85832	maximal	True	CHI0059_000000006296	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0005_000000008819	2725	0.5467555641343101	4	4	2	1	3	False	98142	fragment	False	ISR0169_000000010290	0.8032942151195837		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	2725.0	99.706	100.0	0.5276002324230099	CP048314.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_D, complete sequence	False	True
ENG0136_000000004521	2600	0.5467555641343101	4	4	2	1	3	False	98142	fragment	False	ISR0169_000000010290	0.48183180993403313		0	0	False	False	1.0	0		MOBQ			mobilizable	other	2600.0	99.615	100.0	0.3442840111273016	LM997247.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-8_contig-24.0_1_7549_[organism:Escherichia	False	True
ENG0201_000000003621	2152	0.5467512565292892	4	3	2	2	2	False	109615	fragment	False	ISR0339_000000004178	0.6540766119596422		0	0	False	False	1.0	0					non-mobilizable	other	2152.0	99.303	100.0	0.010596104895518854	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0075_01_000000021467	1146	0.5467510454874351	2	1	1	1	1	False	656	maximal	True	USA0075_01_000000021467	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1033.0	80.542	90.0	0.00022089395138746065	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	False	False
ISR0339_000000004492	3146	0.5467449348818322	6	1	1	1	1	True	24401	maximal	True	ISR0339_000000004492	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	100.0	3.0	0.0003229743558361466	NZ_PYLQ01000001.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_0, whole genome shotgun sequence	True	True
FIJ0140_000000001978	10889	0.5467429361488908	12	7	5	7	5	False	51956	maximal	True	FIJ0140_000000001978	1.0		4	2	False	False	0.9985306262969971	0					non-mobilizable	no_good_hit	1809.0	77.11399999999999	16.0	0.5733290071382219	MK232847.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_3_c1 sequence	True	False
USA0063_01_000000017563	1210	0.54673882078631	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.619466926855887		0	0	False	False	1.0	0					non-mobilizable	chromosome	1211.0	97.523	100.0	0.0003441733723586116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0183_000000018642	1685	0.5467370499293948	3	3	3	3	3	False	120077	fragment	False	ISR0155_000000005779	0.12595470317472907		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	98.45700000000001	100.0	0.004104375391358797	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0076_000000013128	3491	0.5467365493855687	6	6	6	4	5	True	10304	fragment	False	MON0076_000000013128	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3486.0	100.0	99.0	0.029140257872468517	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
MON0096_000000020083	1840	0.5467351501713339	2	2	2	2	1	True	64577	fragment	False	ISR0319_000000011053	0.9364594894561598		0	0	False	False	0.999456524848938	0					non-mobilizable	other	1876.0	79.47800000000001	99.0	0.0005308636484416785	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ISR0319_000000011053	1802	0.5467351501713339	2	2	2	2	1	True	64577	fragment	False	ISR0319_000000011053	0.9459239130434782		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	91.175	100.0	0.0005472227160113975	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
CHI0129_000000007076	3120	0.5467343523379354	4	4	4	3	3	False	81279	fragment	False	ENG0109_000000007220	0.9281723462689871		0	0	False	False	0.9945513010025024	0					non-mobilizable	no_good_hit	946.0	74.84100000000001	30.0	0.0003602982399741579	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ISR0060_000000020278	1345	0.5467266824093775	3	2	2	2	2	False	35396	maximal	True	ISR0060_000000020278	1.0		89	10	False	False	1.0	0					non-mobilizable	other	1345.0	99.851	100.0	0.009336056349768683	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
CHI0055_000000012582	1375	0.5467249933053814	1	1	1	1	1	False	127975	fragment	False	ISR0171_000000018345	0.3368335636317837		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	87.219	94.0	0.28030467899891187	NZ_CABIWU010000112.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
DEN0077_000000011004	1285	0.5467249933053814	1	1	1	1	1	False	69879	fragment	False	ENG0117_000000016275	0.807462567066619		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	99.611	100.0	0.021050560692504428	NZ_GG663525.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld21, whole genome shotgun sequence	False	False
ISR0093_000000020432	1282	0.5467249933053814	1	1	1	1	1	False	69879	fragment	False	ENG0117_000000016275	0.8059764951778116		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	99.61	100.0	0.021001377139484557	NZ_GG663525.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld21, whole genome shotgun sequence	False	False
DEN0079_000000049067	1280	0.5467249933053814	1	1	1	1	1	False	69879	fragment	False	ENG0117_000000016275	0.8058525253070802		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	99.68799999999999	100.0	0.020968588104137976	NZ_GG663525.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld21, whole genome shotgun sequence	False	False
USA0054_01_000000007641	1245	0.5467238307994523	2	2	2	2	2	False	50077	fragment	False	FIJ0048_000000025097	0.4719172297297297		0	0	False	False	1.0	0					non-mobilizable	chromosome	1252.0	91.53399999999999	100.0	0.0005801724660594444	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0131_000000010885	2450	0.5467231265227821	3	2	2	2	1	False	73034	fragment	False	ENG0131_000000010885	1.0		0	0	False	False	0.9926530718803406	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0176102815058168e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
FIJ0038_000000006184	5227	0.5467225037295372	6	3	0	3	0	True	121199	fragment	False	ENG0105_000000003585	0.9225842908268977		0	0	False	False	0.9879472255706787	0					non-mobilizable	no_good_hit	187.0	91.444	4.0	8.212449897432682e-05	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
FIJ0001_000000006058	3230	0.5467225037295372	5	3	0	3	0	True	52637	fragment	False	FIJ0001_000000006058	1.0		0	0	False	False	0.998142421245575	0					non-mobilizable	no_good_hit								True	True
AST0108_000000006767	3681	0.5467217513710028	5	4	4	3	2	False	121651	maximal	False	AST0024_000000008512	0.983224324058079		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	95.699	8.0	0.0006255386270102179	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
SPA0087_000000007100	2117	0.5467201890496565	4	3	2	3	2	True	79580	fragment	False	SPA0087_000000007100	0.9805758584525952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	89.154	26.0	0.0010954480078060813	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
USA0066_01_000000018030	1123	0.5467172891143343	2	2	2	2	2	False	812	maximal	True	USA0066_01_000000018030	1.0		1	1	False	False	0.9991095066070557	0					non-mobilizable	no_good_hit	156.0	75.641	14.0	0.0001360242266306799	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
SPA0128_000000014004	2650	0.5467149664376946	3	3	3	2	2	False	126367	maximal	False	SPA0066_000000003952	0.34754955974286506		0	0	False	False	1.0	0					non-mobilizable	other	2514.0	96.5	97.0	0.057247370827617744	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0019_000000011018	2624	0.5467149664376946	3	3	3	2	2	False	126367	maximal	False	SPA0066_000000003952	0.3468568330893463		0	0	False	False	1.0	0					non-mobilizable	other	2503.0	96.564	97.0	0.056995884773662554	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0090_000000030814	1500	0.5467147221071703	3	3	3	2	2	False	64171	fragment	False	FIJ0090_000000030814	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	99.333	100.0	0.0513532031517643	NZ_JAAIOD010000025.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_25_length_29190_cov_289.665, whole genome shotgun sequence	False	False
USA0005_01_000000005522	6507	0.546711713820769	5	4	4	4	3	False	2191	maximal	True	USA0005_01_000000005522	1.0		544	11	False	False	0.999846339225769	0					non-mobilizable	other	6507.0	99.677	100.0	0.014974153129473719	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	False	False
MON0103_000000026615	2018	0.5467107498253133	2	2	2	2	2	False	8895	maximal	True	MON0103_000000026615	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.3385585749505806e-06	CP028159.1	high GC Gram+	Plantactinospora sp. BB1 chromosome, complete genome	True	False
ENG0164_000000006744	2821	0.5467099680738063	4	4	3	2	3	False	127096	fragment	False	ENG0164_000000006744	1.0		0	0	False	False	0.9989365339279175	0					non-mobilizable	no_good_hit	800.0	77.875	46.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0019_000000006828	2506	0.5467089165209507	6	4	3	3	4	False	37747	maximal	True	ISR0019_000000006828	1.0		5	3	False	False	0.9996009469032288	0					non-mobilizable	no_good_hit	847.0	94.569	33.0	0.00013874900550912275	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ENG0014_000000007045	3552	0.5467074437932106	3	2	2	2	2	False	66933	maximal	True	ENG0014_000000007045	1.0		28	7	False	False	0.9983108043670654	0					non-mobilizable	chromosome	3552.0	99.015	100.0	0.0006770879611815614	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
MON0065_000000017247	1514	0.5467023561409615	2	2	2	1	1	False	10670	maximal	True	MON0065_000000017247	1.0		23	6	False	False	0.9742404222488403	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	4.6415511660383755e-05	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
ISR0796_000000010123	2265	0.5466957079026248	4	3	2	2	3	False	109615	fragment	False	ISR0339_000000004178	0.7037476403752009		0	0	False	False	0.9995585083961487	0					non-mobilizable	other	2263.0	99.47	99.0	0.011158468004498904	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0116_000000018014	2242	0.5466957079026248	4	3	2	2	3	False	109615	fragment	False	ISR0339_000000004178	0.6851227802708914		0	0	False	False	1.0	0					non-mobilizable	other	2242.0	99.554	100.0	0.011054874800213107	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0006_000000014386	2229	0.5466957079026248	4	3	2	2	3	False	109615	fragment	False	ISR0339_000000004178	0.6818531005114671		0	0	False	False	0.9959623217582703	0					non-mobilizable	other	2229.0	99.507	100.0	0.010990745673750468	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0140_000000011010	2579	0.5466934106481346	2	2	2	2	2	False	105570	fragment	False	AST0140_000000011010	1.0		0	0	False	False	0.9957347512245178	0					non-mobilizable	no_good_hit								True	False
ISR0169_000000022873	1414	0.5466933484167749	2	2	2	2	1	False	85368	maximal	True	ISR0169_000000022873	1.0		393	12	False	False	0.9766619801521301	0					non-mobilizable	chromosome	1411.0	98.441	99.0	0.000216788108010636	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0063_000000012261	1168	0.5466933484167749	2	2	2	2	1	False	85367	fragment	False	CHI0063_000000012261	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	98.459	100.0	0.00019527638636612733	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0062_01_000000009187	2333	0.5466928517643882	3	3	3	3	3	False	93616	maximal	True	USA0062_01_000000009187	1.0		20	7	False	False	0.9965709447860718	0					non-mobilizable	no_good_hit	509.0	70.727	21.0	0.001839624554379523	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ENG0211_000000005493	5548	0.5466847556813005	12	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.9088106203424016	PS851	0	0	True	True	0.9996395111083984	26					non-mobilizable	no_good_hit	302.0	81.457	5.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ISR0243_000000001622	5455	0.5466847556813005	11	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.9115525216645028	PS851	0	0	False	True	0.9998166561126709	0					non-mobilizable	no_good_hit	302.0	81.788	5.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ENG0048_000000004791	5340	0.5466847556813005	10	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.8896630298800661	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	302.0	81.788	6.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ISR0098_000000003273	5339	0.5466847556813005	10	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.8894518624295805	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	302.0	81.788	6.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ENG0165_000000003266	5326	0.5466847556813005	9	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.8885358660641883	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	93.204	3.0	0.00021568357950160178	NZ_OUNG01000002.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	True
ENG0169_000000004082	5176	0.5466847556813005	9	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.8629010779089943	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	302.0	81.788	6.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
AST0052_000000003743	5165	0.5466847556813005	10	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.8785988109145404	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	99.029	2.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
ISR0012_000000004843	4905	0.5466847556813005	9	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.4094307239773583	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	178.0	98.315	5.0	0.0003742744467821913	NZ_OUNG01000002.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	True
ISR0185_000000006591	4689	0.5466847556813005	9	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.4098053935439917	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	283.0	83.039	6.0	0.0009154036276138043	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
SPA0034_000000007511	4689	0.5466847556813005	9	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.4108218567418736	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	93.204	3.0	0.00021568357950160178	NZ_OUNG01000002.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	True
CAN0001_000000010521	4528	0.5466847556813005	10	4	3	2	3	False	121495	backbone	False	ISR0040_000000004257	0.40752908666447707	PS851	0	0	False	True	0.9991165995597839	0					non-mobilizable	no_good_hit	215.0	87.44200000000001	5.0	0.0006996299153905504	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ISR0137_000000013170	1913	0.5466836335283729	2	2	1	2	1	True	63947	fragment	False	ISR0137_000000013170	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1915.0	96.867	100.0	0.02080208672970329	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0003_000000021356	1181	0.5466833968285421	2	2	2	1	1	False	60733	maximal	True	ISR0003_000000021356	0.9537987755519883		62	9	False	False	0.9966130256652832	0					non-mobilizable	other	1117.0	100.0	95.0	0.00026933426651060084	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
DEN0010_000000016130	2756	0.5466827235068089	3	3	3	3	2	False	76002	maximal	True	DEN0010_000000016130	1.0		1	1	False	False	0.9916545748710632	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.436410859351639e-06	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
ISR0238_000000006819	2102	0.5466805198719683	2	2	2	2	2	False	95201	fragment	False	ISR0238_000000006819	1.0		0	0	False	False	0.9990485310554504	0					non-mobilizable	other	2096.0	97.99600000000001	99.0	0.05243923806663162	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0104_000000032088	1113	0.5466803845239754	2	2	2	2	1	False	107546	fragment	False	AST0104_000000032088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	92.98200000000001	5.0	0.0017526289434151227	NZ_BDCE01000125.1	high GC Gram+	Nocardia uniformis NBRC 13702, whole genome shotgun sequence	True	False
SPA0014_000000005871	3599	0.5466736612274022	2	2	2	2	2	False	72048	maximal	False	ISR0157_000000007471	0.950070173147368		0	0	False	False	0.9997221231460571	0					non-mobilizable	chromosome	3599.0	99.639	100.0	0.0007181146516545178	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0015_000000004238	5480	0.546672489295654	5	4	3	4	2	True	125717	maximal	True	ISR0015_000000004238	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1258.0	94.515	49.0	0.000423098840534148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0107_000000014920	2178	0.5466709448120883	2	2	2	2	2	False	53658	maximal	False	ENG0211_000000011461	0.9886877828054299		0	0	False	False	1.0	0					non-mobilizable	chromosome	2201.0	98.546	100.0	0.0005008905606490813	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0158_000000004877	3603	0.5466680928484939	5	3	2	3	3	False	57351	fragment	False	ISR0158_000000004877	1.0		0	0	False	False	0.9958367943763733	0					non-mobilizable	no_good_hit	2833.0	95.305	82.0	0.0022754100209895294	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	True	False
CAN0019_000000002020	3031	0.5466612817617745	5	4	3	4	3	True	127718	fragment	False	CAN0019_000000002020	1.0		0	0	False	True	0.9904322028160095	0					non-mobilizable	other	3031.0	96.404	100.0	0.010007563472063044	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
FIJ0144_000000013949	2254	0.5466586509837684	4	3	1	2	2	True	40091	maximal	True	FIJ0144_000000013949	1.0		1	1	False	False	0.9955634474754333	0					non-mobilizable	no_good_hit								True	True
USA0073_01_000000009332	1602	0.5466581571666103	2	2	2	2	2	False	708	fragment	False	USA0073_01_000000009332	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	84.444	42.0	0.00024622398456458167	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ENG0128_000000008504	3103	0.5466552834769349	3	1	1	1	1	False	58656	maximal	True	ENG0128_000000008504	1.0		2	2	False	False	0.9987109303474426	0					non-mobilizable	no_good_hit	110.0	79.09100000000001	3.0	0.0007403256048875328	KY476666.1	archaea	Uncultured archaeon clone rifcsplowo2_12_scaffold_97_curated genomic sequence	True	False
ISR0223_000000012440	2351	0.5466544176804569	3	2	1	2	1	False	83404	fragment	False	ISR0223_000000012440	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2351.0	98.51100000000001	100.0	0.0006577196272772842	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0143_000000001205	3578	0.5466464761685084	6	4	2	2	4	True	74238	fragment	False	FIJ0143_000000001205	1.0		0	0	False	False	0.9994410276412964	0					non-mobilizable	no_good_hit	3107.0	94.303	87.0	0.07044571428571429	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0005_000000026044	1401	0.5466453661883773	1	1	1	1	1	False	98638	fragment	False	MON0069_000000036106	0.9125710862417552		0	0	False	False	0.9992862343788147	0					non-mobilizable	chromosome	1401.0	98.787	100.0	0.00025453210063085	CP054303.1	enterobacteria	Klebsiella pneumoniae strain MS14393 chromosome, complete genome	False	False
FIJ0099_000000019330	1140	0.5466448661631846	2	2	2	2	2	False	42746	maximal	True	FIJ0099_000000019330	1.0		104	12	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	73.50399999999999	20.0	0.0001311013378689391	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0165_000000012815	1253	0.5466423782096885	1	1	1	1	1	False	47336	fragment	False	FIJ0165_000000012815	0.9974662162162162		0	0	False	False	0.9992018938064575	0					non-mobilizable	no_good_hit								True	False
ENG0109_000000009914	2496	0.5466403110647893	3	2	2	2	1	False	59886	fragment	False	ENG0109_000000009914	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2497.0	98.07799999999999	100.0	0.0006117188662679583	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0088_000000005922	3817	0.5466369564977547	4	3	2	3	3	True	99695	maximal	True	ISR0088_000000005922	0.9503536809012314		10	5	False	False	0.9994760155677795	0					non-mobilizable	other	3832.0	88.648	100.0	0.018831525368394497	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	False	True
ISR0260_000000013415	1243	0.5466365610996576	2	2	2	2	2	False	61007	fragment	False	ISR0028_000000013139	0.5303899726063582		0	0	False	False	0.9991955161094666	0					non-mobilizable	other	1243.0	95.25299999999999	100.0	0.011311578429676044	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ISR0849_000000022003	1227	0.5466352218980717	1	1	1	1	1	True	23797	maximal	True	ISR0849_000000022003	1.0		13	6	False	False	1.0	0					non-mobilizable	other	1009.0	96.135	100.0	0.0003132759958412378	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0034_000000023681	1182	0.5466352218980717	1	1	1	1	1	True	48070	maximal	True	FIJ0034_000000023681	1.0		10	4	False	False	0.9991539716720581	0					non-mobilizable	chromosome	861.0	96.98	97.0	0.0002894709648841426	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0044_000000019290	1157	0.5466352218980717	1	1	1	1	1	True	47084	maximal	True	FIJ0044_000000019290	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	859.0	96.973	99.0	0.0002887977765937144	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0104_000000030223	1176	0.5466311283278292	1	1	1	1	1	False	107658	fragment	False	AST0104_000000030223	1.0		0	0	False	False	0.9991496801376343	0					non-mobilizable	other	1176.0	97.619	100.0	0.001726577229770074	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
DEN0007_000000012946	2012	0.5466304201800352	4	3	1	3	3	False	108058	maximal	False	ISR0382_000000006964	0.9520177165354331		0	0	False	False	1.0	0					non-mobilizable	other	2012.0	98.708	100.0	0.0006054735896394467	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0033_000000017242	1236	0.5466241604263651	1	1	1	1	1	False	87015	fragment	False	FIJ0061_000000022609	0.47363048347788		0	0	False	False	1.0	0					non-mobilizable	plasmid	1236.0	99.676	100.0	0.005068330118603029	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
SPA0019_000000008678	3266	0.5466232284964434	6	2	2	2	2	False	99528	fragment	False	SPA0019_000000008678	1.0		0	0	False	False	0.9987752437591553	0					non-mobilizable	no_good_hit								True	False
MON0011_000000020420	2319	0.5466205073446032	3	3	3	3	3	False	131874	maximal	True	MON0011_000000020420	1.0		2	2	False	False	0.9987063407897949	0					non-mobilizable	no_good_hit	1779.0	99.775	77.0	0.10307246376811595	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	True	False
SPA0090_000000010223	3298	0.5466148184742181	3	2	2	2	2	False	126061	maximal	False	ISR0348_000000003441	0.9455717027693995		0	0	False	False	0.9854457378387451	0					non-mobilizable	other	3298.0	98.81700000000001	100.0	0.0074540829847135805	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0184_000000013196	1695	0.5466140940228642	3	1	1	1	1	False	55102	maximal	True	ENG0184_000000013196	1.0		75	11	False	False	0.9976401329040527	0					non-mobilizable	other	1698.0	97.17299999999999	100.0	0.0033573683626037156	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ENG0206_000000022549	1140	0.5466120483174158	2	2	2	2	2	False	53920	fragment	False	ENG0206_000000022549	1.0		0	0	False	False	0.9991227984428406	0					non-mobilizable	no_good_hit								True	False
ETH0001_000000022957	1513	0.5466115383502385	3	3	3	3	1	False	53486	maximal	True	ETH0001_000000022957	0.9940382736545805		34	5	False	False	0.9986781477928162	0					non-mobilizable	no_good_hit	1282.0	81.98100000000001	84.0	0.0030197499675359172	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
ISR0230_000000025096	1404	0.5466115383502385	3	3	3	3	1	False	53486	maximal	False	ETH0001_000000022957	0.9709830549308075		0	0	False	False	0.9907407164573669	0					non-mobilizable	no_good_hit	1179.0	81.34	83.0	0.0027765644736686777	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
AUS0014_000000015941	1777	0.5466100168003277	3	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.8480658233633165		0	0	False	False	1.0	0					non-mobilizable	other	1777.0	98.03	100.0	0.10078311201906708	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
MON0038_000000021207	1597	0.5466055518484106	4	3	3	2	1	False	11998	maximal	True	MON0038_000000021207	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	88.95	59.0	0.00016830418445889738	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0124_000000013177	2220	0.5466046182213852	2	2	2	2	2	False	118574	maximal	False	CHI0063_000000005629	0.9529692241005636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	96.84299999999999	57.0	0.03509355509355509	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	True	False
CHI0129_000000008441	2706	0.5466023160085757	6	2	2	2	0	True	81272	fragment	False	CHI0129_000000008441	1.0		0	0	False	False	0.9996304512023926	0					non-mobilizable	no_good_hit								True	True
MON0019_000000035488	1895	0.5466023160085757	3	2	2	2	0	True	13182	maximal	True	MON0019_000000035488	1.0		268	13	False	False	1.0	0					non-mobilizable	other	1800.0	77.611	94.0	0.011339020842200214	LC467712.1	firmicutes	Enterococcus faecium AA620 DNA, VanD-type vancomycin-resistant region	False	True
ENG0018_000000013034	1640	0.5466023160085757	4	2	2	2	0	True	66606	maximal	True	ENG0018_000000013034	1.0		1	1	False	False	0.9432926774024963	0					non-mobilizable	no_good_hit	506.0	73.518	31.0	0.00012042813529461452	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
USA0015_01_000000024196	1380	0.5466023160085757	3	2	2	2	0	True	1942	fragment	False	USA0015_01_000000024196	1.0		0	0	False	False	0.9659420251846313	0					non-mobilizable	no_good_hit								True	True
ENG0152_000000015562	1595	0.5465970633445307	3	3	3	2	2	True	112273	fragment	False	ENG0152_000000015562	1.0		0	0	False	False	0.9931034445762634	0					non-mobilizable	other	1597.0	99.249	100.0	0.00039130393208964393	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0159_000000014506	1803	0.546589306566842	3	3	3	2	3	False	110604	maximal	False	FIJ0051_000000010587	0.5146701699458176		0	0	False	False	0.9916805028915405	0					non-mobilizable	chromosome	1803.0	98.72399999999999	100.0	0.0006358757423990441	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0330_000000018950	1650	0.5465882034799585	2	2	2	1	1	False	36479	fragment	False	ISR0040_000000014759	0.9303034577328656		0	0	False	False	0.9939393997192383	0					non-mobilizable	no_good_hit	470.0	81.915	28.0	0.0010577504569617873	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0016_000000021279	1712	0.5465877922670029	1	1	1	1	1	False	13344	maximal	True	MON0016_000000021279	1.0		52	8	False	False	0.9970794320106506	0					non-mobilizable	chromosome	1736.0	77.304	100.0	0.00047807827039426394	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	False
MAD0107_000000002639	12053	0.546578617337895	14	7	4	6	4	False	31728	fragment	False	MAD0107_000000002639	1.0		0	0	False	False	0.9989214539527893	0					non-mobilizable	no_good_hit	6358.0	97.515	53.0	0.33030240049880494	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	True	False
ENG0004_000000011005	2387	0.5465698935625303	3	3	3	2	1	False	67797	maximal	True	ENG0004_000000011005	1.0		34	4	False	False	0.9953917264938354	0					non-mobilizable	other	2377.0	88.473	99.0	0.000977579279118915	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
USA0025_01_000000009709	1593	0.5465652019613731	2	2	1	2	1	False	123102	fragment	False	USA0025_01_000000009709	1.0		0	0	False	False	0.9974890351295471	0					non-mobilizable	other	1593.0	96.79799999999999	100.0	0.0011929266642338556	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
AST0099_000000014303	1469	0.5465652019613731	2	2	1	2	1	False	123101	fragment	False	AST0099_000000014303	0.9658339456282146		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	96.73200000000001	100.0	0.000510005558643691	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0016_000000005923	4503	0.5465627930019386	4	4	4	4	4	False	123766	maximal	False	FIJ0044_000000004918	0.9808532605377605		0	0	False	False	0.9993337988853455	0					non-mobilizable	other	4503.0	98.734	100.0	0.01485122385696378	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
CHI0053_000000005610	1993	0.5465624850965441	3	2	2	2	1	False	126924	maximal	False	FIJ0061_000000012866	0.9332154172933066		0	0	False	False	0.9924736618995667	0					non-mobilizable	other	1978.0	93.83200000000001	99.0	0.011632290059251057	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
DEN0041_000000018855	1812	0.5465624850965441	3	2	2	2	1	False	126924	maximal	False	FIJ0061_000000012866	0.7462299948624525		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	98.455	100.0	0.010666368251799323	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
ENG0037_000000025244	1422	0.546562004104853	3	3	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.02886509966449877		0	0	False	False	0.9922643899917603	0		MOBV			mobilizable	other	1422.0	96.906	100.0	0.2230419086485638	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
DEN0031_000000004627	6150	0.5465604365771638	5	3	3	3	2	False	73814	maximal	True	DEN0031_000000004627	1.0		12	4	False	False	0.996910572052002	0					non-mobilizable	no_good_hit	1869.0	93.098	37.0	0.0005000568124567207	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0202_000000002767	4332	0.5465590142275313	6	5	3	4	4	True	64001	fragment	False	ENG0124_000000007183	0.7412075042254569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	80.942	45.0	0.10555430119665839	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0156_000000002112	5797	0.5465582655192339	5	3	1	3	3	False	79016	maximal	True	CHI0156_000000002112	0.9996542783059637		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2765.0	87.26899999999999	48.0	0.0007689042001600724	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0123_000000002930	5785	0.5465582655192339	5	3	1	3	3	False	79016	maximal	False	CHI0156_000000002112	0.9986199758495773		0	0	False	False	0.9982714056968689	0					non-mobilizable	no_good_hit	2765.0	87.306	48.0	0.0007689042001600724	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0295_000000008334	3900	0.5465582655192339	4	3	1	3	3	False	31021	fragment	False	ISR0295_000000008334	1.0		0	0	False	False	0.9938461780548096	0					non-mobilizable	no_good_hit	2765.0	87.26899999999999	71.0	0.0007689042001600724	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0021_000000003638	5087	0.5465575731789588	7	6	6	6	4	True	66395	maximal	True	ENG0021_000000003638	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3066.0	90.639	60.0	0.00047558322402757326	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
DEN0035_000000027273	1307	0.5465560723129337	2	2	2	2	1	False	73390	maximal	True	DEN0035_000000027273	1.0		57	9	False	False	0.94950270652771	0					non-mobilizable	no_good_hit	1198.0	71.703	89.0	0.0017504561570070166	NZ_KB822493.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.3, whole genome shotgun sequence	True	False
ISR0112_000000026764	1433	0.5465554346911811	2	1	1	1	1	False	32610	maximal	True	ISR0112_000000026764	1.0		105	8	False	False	0.9993021488189697	0					non-mobilizable	no_good_hit	601.0	99.667	42.0	0.00017032370588048273	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0017_000000003908	8338	0.5465532486374606	10	5	4	3	3	True	93232	fragment	False	ISR0017_000000003908	1.0		0	0	False	False	0.9985607862472534	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	1.9985558583408805e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	True
ISR0846_000000001312	7404	0.5465532486374606	9	5	4	3	3	True	93224	fragment	False	ISR0846_000000001312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	73.14699999999999	8.0	0.00021106138734616157	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0139_000000001688	5666	0.5465532486374606	8	5	4	3	3	True	93230	fragment	False	CHI0139_000000001688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	1.0	1.9985558583408805e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	True
ENG0082_000000004122	4467	0.5465532486374606	7	5	4	3	3	True	93223	fragment	False	ENG0082_000000004122	1.0		0	0	False	False	0.9984329342842102	0					non-mobilizable	no_good_hit	607.0	73.14699999999999	13.0	0.00021106138734616157	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0068_000000003938	7202	0.5465420319014512	8	8	3	5	8	True	84930	fragment	False	FIJ0068_000000003938	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7202.0	99.708	100.0	0.06476010611987949	NC_016846.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 plasmid pKPHS2, complete sequence	False	True
MON0080_000000020754	2461	0.5465397292931847	3	3	3	3	2	True	42378	fragment	False	MON0080_000000020754	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2461.0	98.90299999999999	100.0	0.0008673812807131426	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0132_000000014861	1302	0.5465389853315566	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7565572118954751		0	0	False	False	0.9992319345474243	0					non-mobilizable	other	1302.0	99.92299999999999	100.0	0.00531215548568862	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0035_000000008429	1435	0.5465386398579759	2	2	2	2	2	False	48021	maximal	True	FIJ0035_000000008429	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	971.0	98.661	91.0	0.00039129596416535763	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
AST0111_000000004768	4231	0.5465385023074028	4	4	4	4	3	False	128011	maximal	True	AST0111_000000004768	1.0		1	1	False	False	0.9978728294372559	0					non-mobilizable	no_good_hit	2811.0	97.97200000000001	66.0	0.0007976826892069274	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AUS0002_000000012046	2901	0.5465370862731845	4	3	3	3	2	False	103020	maximal	True	AUS0002_000000012046	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1923.0	97.244	66.0	0.00038981565982898866	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0395_000000010837	3561	0.5465363353991295	7	3	1	2	3	False	129421	maximal	True	ISR0395_000000010837	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.791	44.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0099_000000025370	1219	0.5465360441412457	2	1	0	1	1	True	15192	fragment	False	MAD0099_000000025370	1.0		0	0	False	False	0.9663658738136292	0					non-mobilizable	no_good_hit	1018.0	74.95100000000001	81.0	0.017667344592802194	KT901798.1	firmicutes	Clostridium botulinum strain GA0702E1CS plasmid pGA0702E1CS, complete sequence	True	True
ENG0033_000000014706	1746	0.546534682301315	2	2	2	2	2	False	109868	fragment	False	ENG0033_000000014706	0.9739199919784196		0	0	False	False	0.9971362948417664	0					non-mobilizable	other	1746.0	98.79700000000001	100.0	0.014333472971751969	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
MON0039_000000015020	3069	0.5465337618312208	5	5	2	2	5	False	101749	fragment	False	MON0075_000000006432	0.8177026119112353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	90.0	81.0	0.18704609456054544	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0246_000000007887	2609	0.5465330183113177	3	3	2	2	2	False	42610	maximal	True	ISR0246_000000007887	1.0		12	3	False	False	0.981602132320404	0					non-mobilizable	no_good_hit	491.0	88.18700000000001	19.0	0.00016459453700970434	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0011_000000002454	11412	0.5465316572246961	9	7	5	4	3	True	96791	maximal	True	DEN0011_000000002454	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	6577.0	90.193	85.0	0.0018264954588161604	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MON0083_000000005751	4936	0.5465298329959315	6	4	3	4	3	False	69821	maximal	True	MON0083_000000005751	1.0		164	11	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	74.043	5.0	0.0015669621961890937	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	False
DEN0001_000000039081	1140	0.5465285128014801	3	2	1	2	1	False	83180	maximal	True	DEN0001_000000039081	0.9902395740905058		10	4	False	False	0.9710526466369629	0					non-mobilizable	other	1140.0	97.544	100.0	0.003617377385515881	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
SPA0112_000000019499	1708	0.5465245279739122	3	3	3	3	1	False	4527	maximal	True	SPA0112_000000019499	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	74.351	18.0	0.006297388374052233	NZ_BBCG01000026.1	firmicutes	Cellulosilyticum ruminicola JCM 14822, whole genome shotgun sequence	True	False
ENG0163_000000010719	2290	0.5465242834216375	3	3	2	3	1	False	56313	maximal	True	ENG0163_000000010719	1.0		16	9	False	False	0.9917030334472656	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0002955243613174165	NZ_CBVI010000007.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0054_000000008491	2851	0.5465224731152011	4	2	2	1	2	False	35710	maximal	True	ISR0054_000000008491	1.0		34	8	False	False	1.0	0					non-mobilizable	no_good_hit	1523.0	91.596	53.0	0.0006654905866838753	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0107_000000006405	4728	0.5465202600476968	7	6	5	5	6	False	128577	maximal	True	SPA0107_000000006405	1.0		47	7	False	False	0.9997885227203369	0					non-mobilizable	other	3973.0	99.169	99.0	0.03641163852373357	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
AST0089_000000019234	1252	0.5465171705685207	3	3	3	3	3	False	109999	fragment	False	AST0089_000000019234	0.9874266554903603		0	0	False	False	0.9936102032661438	0					non-mobilizable	other	1252.0	98.882	100.0	0.00045431682697283723	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0064_000000008447	2128	0.5465150764481688	2	2	2	2	2	False	85311	fragment	False	CHI0064_000000008447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	92.605	28.0	0.0002482797312884797	CP000387.1	firmicutes	Streptococcus sanguinis SK36, complete genome	True	False
ISR0385_000000002387	7557	0.5465147895237827	5	4	3	2	2	False	33427	fragment	False	ISR0385_000000002387	1.0		0	0	False	False	0.9994707107543945	0					non-mobilizable	no_good_hit	2739.0	80.066	36.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0278_000000004441	2422	0.5465129390428273	4	2	1	2	1	True	26276	fragment	False	ISR0278_000000004441	1.0		0	0	False	False	0.9921552538871765	0					non-mobilizable	no_good_hit								True	True
USA0039_01_000000005292	4368	0.5465095436859561	4	3	3	3	3	False	81747	maximal	True	USA0039_01_000000005292	1.0		104	9	False	False	0.9997710585594177	0					non-mobilizable	chromosome	4372.0	97.62100000000001	100.0	0.0006650037008901615	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
AST0087_000000024977	1470	0.5465083166382589	2	2	2	2	2	False	110694	fragment	False	AST0087_000000024977	1.0		0	0	False	False	0.9965986609458923	0					non-mobilizable	no_good_hit	103.0	79.612	7.0	0.00024239049829246693	NZ_QXGR01000002.1	b-proteobacteria	Simplicispira lacusdiani strain CPCC 100842 Scaffold2, whole genome shotgun sequence	True	False
MON0092_000000011943	4256	0.546506391948603	4	4	4	4	4	False	119448	maximal	True	MON0092_000000011943	1.0		327	14	False	False	1.0	0					non-mobilizable	other	2415.0	98.385	97.0	0.017335976100195334	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0068_000000016605	1546	0.5465047526311728	1	1	1	1	1	False	105732	fragment	False	ENG0068_000000016605	1.0		0	0	False	False	0.9883570671081543	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000014061	1330	0.5464987589464497	2	1	1	1	1	False	61587	fragment	False	ISR0181_000000014061	0.9972133724985378		0	0	False	False	0.976691722869873	0					non-mobilizable	no_good_hit	272.0	80.882	20.0	0.00011708512219448975	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ENG0113_000000022874	1211	0.5464987589464497	1	1	1	1	1	False	61587	fragment	False	ISR0181_000000014061	0.9669879772518141		0	0	False	False	0.9975227117538452	0					non-mobilizable	no_good_hit	272.0	80.515	22.0	0.00011708512219448975	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
MAD0001_000000012305	2100	0.5464933696526624	2	2	2	2	2	False	85814	fragment	False	MAD0001_000000012305	0.9928941676191501		0	0	False	False	0.9909523725509644	0					non-mobilizable	other	2018.0	99.95	96.0	0.00043454356336924873	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
SPA0127_000000018639	1573	0.5464901493397658	2	2	2	1	2	False	59610	maximal	False	ISR0186_000000018454	0.9508541516740344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	75.312	45.0	0.00029013646658861397	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
DEN0065_000000012093	2792	0.5464883591526888	4	2	1	2	2	True	87094	maximal	True	DEN0065_000000012093	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	1895.0	92.71799999999999	82.0	0.0006679871145179747	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0101_000000061773	1043	0.5464857586094559	2	2	2	1	1	True	13883	maximal	True	MON0101_000000061773	0.9784313725490197		787	15	False	False	1.0	0					non-mobilizable	chromosome	799.0	94.743	100.0	0.0002682655337356531	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0006_000000001700	3201	0.5464854588251972	4	2	2	1	0	True	76372	maximal	True	DEN0006_000000001700	1.0		0	0	False	False	0.991877555847168	0					non-mobilizable	no_good_hit	922.0	99.89200000000001	29.0	0.0002949080805774691	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0273_000000005085	2257	0.5464836306783213	3	2	2	2	2	True	42406	fragment	False	ISR0273_000000005085	1.0		0	0	False	False	0.9995569586753845	0					non-mobilizable	no_good_hit	131.0	76.336	6.0	0.0003793028996247819	NZ_OFSM01000001.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
ENG0039_000000005169	4418	0.5464823045811502	5	4	4	2	3	False	64965	fragment	False	ENG0039_000000005169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	81.155	16.0	0.0003169629078869841	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
CHI0087_000000001111	5549	0.546477857001432	9	9	1	1	9	False	84028	fragment	False	CHI0087_000000001111	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5550.0	99.53200000000001	100.0	0.05819906008727761	CP031111.1	enterobacteria	Escherichia coli strain AMSCJX02 plasmid pAMSC6, complete sequence	False	True
ISR0801_000000004605	1584	0.5464750456092595	2	2	2	1	1	False	21869	fragment	False	ISR0801_000000004605	0.9800796812749004		0	0	False	False	0.9987373948097229	0					non-mobilizable	other	1585.0	98.29700000000001	99.0	0.00030662667872783224	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0351_000000010325	1466	0.5464720697691232	2	2	1	2	1	True	24072	fragment	False	ISR0351_000000010325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	78.407	32.0	0.011194206465660056	CP035500.1	firmicutes	Clostridioides difficile strain TW11-RT078 plasmid p1, complete sequence	True	True
ENG0099_000000004113	4520	0.5464712588975866	5	3	2	2	3	False	126142	maximal	True	ENG0099_000000004113	1.0		1	1	False	False	0.9984513521194458	0					non-mobilizable	no_good_hit	894.0	78.3	20.0	0.04763192041522491	NZ_QXEV01000034.1	mycoplasmas	Anaeroplasma bactoclasticum strain ATCC 27112 EI71DRAFT_scaffold00034.34, whole genome shotgun sequence	True	False
SPA0117_000000011805	3212	0.5464703931533674	3	3	3	3	3	False	4313	maximal	True	SPA0117_000000011805	1.0		19	8	False	False	0.9922167062759399	0					non-mobilizable	no_good_hit	1685.0	100.0	62.0	0.00033508010085831445	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	True	False
MAD0030_000000009199	1328	0.5464700120578799	5	4	3	2	0	True	18967	fragment	False	MAD0030_000000009199	1.0		0	0	False	False	0.9646084308624268	0					non-mobilizable	no_good_hit	407.0	74.693	30.0	0.00010690293187259187	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
SPA0001_000000026631	1253	0.5464694247336043	2	1	1	1	1	False	75856	maximal	False	DEN0010_000000036152	0.954004351763411		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	92.999	99.0	0.0004188821658412617	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
SPA0119_000000025426	1244	0.546465570326166	3	2	2	2	1	True	93418	fragment	False	SPA0119_000000025426	0.9909580000717334		0	0	False	False	0.9678456783294678	0					non-mobilizable	other	1244.0	99.839	100.0	0.019967550722076753	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	False	True
DEN0072_000000006610	2711	0.5464532432715983	5	4	3	4	1	False	70287	fragment	False	DEN0072_000000006610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	97.741	47.0	0.0038871100761655266	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
CHI0159_000000012805	1261	0.5464477685619183	3	3	3	3	2	False	78794	maximal	False	FIJ0077_000000023277	0.9624613003095975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	78.78399999999999	58.0	0.00021924659881667068	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0083_000000008890	1179	0.5464471343776135	2	2	2	1	1	False	16089	maximal	True	MAD0083_000000008890	1.0		2	1	False	False	0.9991518259048462	0					non-mobilizable	no_good_hit	728.0	95.33	89.0	0.0002932702741734175	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ISR0255_000000029614	1164	0.5464463299876178	2	2	2	1	1	False	88800	fragment	False	CHI0027_000000013723	0.940334681888564		0	0	False	False	1.0	0					non-mobilizable	chromosome	1090.0	78.34899999999999	93.0	0.0006058600440900368	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	False	False
MAD0004_000000001119	6793	0.5464460123336622	5	4	4	4	4	False	130684	fragment	False	MAD0004_000000001119	0.9793869731800766		0	0	False	False	1.0	0					non-mobilizable	chromosome	6795.0	97.74799999999999	100.0	0.002913227915704202	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0025_000000010216	3757	0.5464442070413601	5	3	2	2	2	True	37378	maximal	True	ISR0025_000000010216	1.0		2	2	False	False	0.9882885217666626	0					non-mobilizable	no_good_hit								True	True
FIJ0112_000000015231	1800	0.5464334234677993	2	1	1	1	1	False	42006	fragment	False	FIJ0112_000000015231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1197.0	78.697	66.0	0.0048385121064880975	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0165_000000011379	1470	0.5464334234677993	1	1	1	1	1	False	78299	fragment	False	CHI0165_000000011379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0779_000000027407	1278	0.5464334234677993	1	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.8629768139418613		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	98.82700000000001	100.0	0.0016149593035314114	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
ISR0249_000000018535	1235	0.5464334234677993	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.8870510841073851		0	0	False	False	0.9991902709007263	0					non-mobilizable	chromosome	1238.0	88.368	99.0	0.00033015540886745975	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0024_000000013211	1235	0.5464334234677993	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.885014180252695		0	0	False	False	0.99676114320755	0					non-mobilizable	other	1246.0	76.806	100.0	0.0010839482991627373	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
FIJ0145_000000013874	1234	0.5464334234677993	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.8869497996251787		0	0	False	False	0.987034022808075	0					non-mobilizable	chromosome	1239.0	88.539	100.0	0.00033042339215387815	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0122_000000012958	1233	0.5464334234677993	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.8844950380180339		0	0	False	False	0.9951338171958923	0					non-mobilizable	chromosome	1235.0	88.50200000000001	99.0	0.00032935145900820457	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0127_000000015814	1233	0.5464334234677993	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.8871952759543247		0	0	False	False	0.9943227767944336	0					non-mobilizable	chromosome	1235.0	88.50200000000001	100.0	0.00032935145900820457	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0086_000000002356	1220	0.5464334234677993	1	1	1	1	1	False	73063	fragment	False	DEN0096_000000034082	0.8798936345046281		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	88.40799999999999	100.0	0.00032667162614402064	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0319_000000017739	1179	0.5464334234677993	1	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.6601679222456571		0	0	False	False	0.9991518259048462	0					non-mobilizable	other	1178.0	92.53	99.0	0.0014872295543875802	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
AST0148_000000029056	1159	0.5464334234677993	1	1	1	1	1	False	104588	fragment	False	MAD0041_000000024942	0.5825779670536777		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	97.84299999999999	100.0	0.05841699036472784	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0101_000000015100	2174	0.5464289939329021	2	2	2	2	2	False	60492	maximal	True	ENG0101_000000015100	1.0		0	0	False	False	0.9963201284408569	0					non-mobilizable	no_good_hit	1396.0	100.0	64.0	0.00030984920671939655	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0188_000000004348	5046	0.5464240948398227	4	4	3	3	3	False	60392	maximal	True	ISR0188_000000004348	1.0		535	11	False	False	0.9994054436683655	0					non-mobilizable	other	5043.0	99.24600000000001	100.0	0.0016184087006884578	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0096_000000017355	2104	0.5464216352150696	2	2	2	2	2	False	89541	fragment	False	ENG0137_000000007622	0.9574698736871935		0	0	False	False	1.0	0					non-mobilizable	other	2105.0	99.62	100.0	0.03853973952704559	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0111_000000007856	2539	0.5464159679627772	3	2	2	2	2	False	119206	maximal	True	AST0111_000000007856	1.0	PS816	1	1	False	True	0.9996061325073242	0					non-mobilizable	no_good_hit	1481.0	85.88799999999999	58.0	0.0068269488718883265	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
MON0024_000000015044	3101	0.5464139958962144	2	2	2	2	1	True	42450	fragment	False	MON0024_000000015044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	93.704	44.0	0.02150742291587362	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MON0059_000000013818	2800	0.5464032944477069	3	2	2	2	2	False	10947	maximal	True	MON0059_000000013818	1.0		50	7	False	False	0.9996428489685059	0					non-mobilizable	no_good_hit	1515.0	86.931	54.0	0.0005252825790224376	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0297_000000004288	3055	0.5464020158899169	3	3	3	3	3	False	108782	fragment	False	ISR0297_000000004288	0.9861012116892374		0	0	False	False	0.9990180134773254	0					non-mobilizable	other	3055.0	99.60700000000001	100.0	0.01865858575984555	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ENG0191_000000023636	1375	0.5463980067981692	3	2	2	1	1	False	54677	maximal	True	ENG0191_000000023636	1.0		53	10	False	False	0.9992727041244507	0					non-mobilizable	other	662.0	98.036	100.0	0.009393228868809333	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	False	False
FIJ0102_000000009803	3210	0.5463955743024872	5	4	4	4	2	False	131672	fragment	False	ENG0168_000000008815	0.9457687723480334		0	0	False	False	0.9937694668769836	0					non-mobilizable	no_good_hit	918.0	83.551	49.0	0.0002577063182169983	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0299_000000005912	1934	0.5463929705838303	4	3	3	3	2	False	25613	fragment	False	ISR0299_000000005912	1.0		0	0	False	False	0.9994829297065735	0					non-mobilizable	no_good_hit	1214.0	99.094	63.0	0.022201072533265004	NZ_CYYV01000020.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0013_000000005582	4169	0.5463865230438315	5	4	4	3	4	False	127060	fragment	False	ISR0013_000000005582	0.9928193499622071		0	0	False	False	1.0	0					non-mobilizable	other	2343.0	98.762	92.0	0.000699561817198518	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0088_000000010068	1118	0.5463851017248529	2	2	2	2	1	True	110324	fragment	False	ISR0200_000000022101	0.9117391304347826		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	94.191	100.0	0.00649275160139039	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	True
SPA0083_000000012082	1486	0.5463849051040061	2	2	1	2	1	True	5576	maximal	True	SPA0083_000000012082	1.0		25	5	False	False	1.0	0					non-mobilizable	no_good_hit	382.0	88.22	58.0	0.001226480387580679	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0068_000000021331	1511	0.5463839386011707	3	2	2	1	1	False	45046	maximal	True	FIJ0068_000000021331	1.0		1	1	False	False	0.9788219928741455	0					non-mobilizable	plasmid	1422.0	99.648	94.0	0.0035532728368420133	CP032832.1	enterobacteria	Klebsiella pneumoniae strain INF078 plasmid pINF078-VP, complete sequence	False	True
USA0056_01_000000008249	2332	0.5463826119190204	2	2	2	2	2	False	128858	maximal	True	USA0056_01_000000008249	1.0	PS1059	1	1	False	True	0.9995712041854858	0					non-mobilizable	no_good_hit	1489.0	98.925	70.0	0.02047246261161482	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0021_000000004199	2012	0.5463776436255463	2	1	1	1	1	False	89294	maximal	True	CHI0021_000000004199	1.0		4	4	False	False	0.9985089302062988	0					non-mobilizable	no_good_hit	1219.0	97.539	61.0	0.0006424186164265069	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0265_000000001110	12842	0.5463745365044914	17	15	12	8	8	False	127944	maximal	True	ISR0265_000000001110	1.0		3	1	False	False	1.0	0					non-mobilizable	chromosome	5112.0	98.044	92.0	0.0011356787856182072	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0134_000000004901	6853	0.5463726661352936	10	7	4	5	5	False	129834	maximal	True	ENG0134_000000004901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	7.965412409227487e-05	NZ_OAOE01000001.1	firmicutes	Clostridium tertium isolate src5, whole genome shotgun sequence	True	False
SPA0007_000000010326	2457	0.5463718416193526	3	3	1	2	2	True	113823	fragment	False	SPA0007_000000010326	0.9770622895622896		0	0	False	False	0.9930809736251831	0					non-mobilizable	no_good_hit	576.0	75.0	23.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
AST0055_000000014694	2376	0.5463718416193526	3	3	1	2	2	True	113823	fragment	False	SPA0007_000000010326	0.9613349613349613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.737	24.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
SPA0029_000000004748	5016	0.5463655757189712	9	3	2	2	2	True	7395	fragment	False	SPA0029_000000004748	1.0		0	0	False	False	0.9988038539886475	0					non-mobilizable	other	5019.0	96.712	100.0	0.0013929386673775764	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
USA0011_01_000000008679	4365	0.5463655757189712	7	3	2	2	2	True	2027	fragment	False	USA0011_01_000000008679	1.0		0	0	False	False	0.9912943840026855	0					non-mobilizable	other	2170.0	97.09700000000001	98.0	0.0006020516409239604	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
USA0039_01_000000006253	3683	0.5463655757189712	7	3	2	2	2	True	1330	fragment	False	USA0039_01_000000006253	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	96.036	99.0	0.00049041660418437	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0114_000000015968	2869	0.5463653819312765	5	5	5	4	4	False	46035	maximal	True	SPA0114_000000015968	1.0		41	11	False	False	0.999302864074707	0					non-mobilizable	no_good_hit	1579.0	79.671	54.0	0.0004049634304549935	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
ISR0331_000000006538	3351	0.546363977423789	4	4	4	4	3	False	108784	fragment	False	ISR0257_000000004662	0.9195093350851676		0	0	False	False	0.9901521801948547	0					non-mobilizable	other	3351.0	99.58200000000001	100.0	0.020467014504087295	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
SPA0123_000000003455	2936	0.5463638437828007	3	3	3	3	2	False	4092	maximal	True	SPA0123_000000003455	1.0		4	1	False	False	1.0	0					non-mobilizable	other	2936.0	100.0	100.0	0.0028031509900328165	NZ_CABIYM010000001.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	False	False
CAN0008_000000013680	2125	0.5463624130382556	2	1	1	1	1	False	95003	maximal	True	CAN0008_000000013680	0.9778156996587031		199	12	False	False	0.9745882153511047	0					non-mobilizable	other	2123.0	97.26799999999999	99.0	0.031336759406934846	NZ_JH379465.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1359, whole genome shotgun sequence	False	False
TAN0017_000000017927	2051	0.5463624130382556	1	1	1	1	1	False	95003	maximal	False	CAN0008_000000013680	0.9611764705882353		0	0	False	False	0.9995124340057373	0					non-mobilizable	other	2050.0	97.31700000000001	99.0	0.03025872762714868	NZ_JH379465.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1359, whole genome shotgun sequence	False	False
SPA0017_000000007669	1663	0.5463590795114671	4	3	2	3	3	True	7826	fragment	False	SPA0017_000000007669	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1663.0	100.0	100.0	0.011599503077846485	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
FIJ0016_000000003144	5433	0.5463537823179277	7	4	3	4	4	False	50257	maximal	True	FIJ0016_000000003144	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2541.0	88.351	49.0	0.053334738173006005	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
ISR0376_000000009557	2485	0.5463458573113765	3	2	2	2	2	False	23339	fragment	False	ISR0376_000000009557	1.0		0	0	False	False	0.9979879260063171	0					non-mobilizable	other	1018.0	99.902	100.0	0.0002749823640858432	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0033_000000002267	6841	0.5463448547279883	7	4	3	4	2	False	82537	maximal	True	MAD0033_000000002267	1.0		2	1	False	False	0.9985381960868835	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	8.541998336445824e-06	NZ_BBZG01000001.1	high GC Gram+	Nonomuraea pusilla strain NBRC 110462, whole genome shotgun sequence	True	False
SPA0056_000000018234	1960	0.5463441671277348	3	2	1	2	1	True	60287	maximal	True	SPA0056_000000018234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0138_000000010539	2461	0.5463422659214721	3	3	3	3	2	False	117247	maximal	True	SPA0138_000000010539	1.0		78	10	False	False	1.0	0					non-mobilizable	no_good_hit	1890.0	99.947	77.0	0.00037702017147731633	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ENG0027_000000003341	5586	0.5463369632855379	12	5	3	5	2	False	73421	fragment	False	ENG0027_000000003341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	84.81	1.0	0.0013113302338255079	NZ_PDYG01000056.1	firmicutes	Agathobacter ruminis strain JK623 contig000056, whole genome shotgun sequence	True	False
MAD0033_000000018796	1137	0.5463363416353748	3	3	3	3	0	False	18834	maximal	True	MAD0033_000000018796	1.0		26	5	False	False	0.9964819550514221	0					non-mobilizable	no_good_hit	265.0	75.094	23.0	0.00010116452476499754	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
ENG0052_000000018121	1767	0.5463339737928941	1	1	1	0	1	False	63966	maximal	True	ENG0052_000000018121	1.0		329	12	False	False	0.9700056314468384	0					non-mobilizable	other	1749.0	99.943	99.0	0.00036330540578906795	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
ENG0144_000000010394	1667	0.546332890752672	3	2	2	2	2	False	57561	maximal	True	ENG0144_000000010394	1.0		179	13	False	False	0.9994001388549805	0					non-mobilizable	chromosome	1667.0	100.0	100.0	0.0004637923234854021	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0047_000000006528	5359	0.5463327394055453	9	5	3	2	4	False	17697	maximal	True	MAD0047_000000006528	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	83.569	28.0	0.00016823029299965208	LS483478.1	enterobacteria	Salmonella enterica subsp. houtenae serovar Houten strain NCTC10401 genome assembly, chromosome: 1	True	False
CHI0101_000000006065	2090	0.5463306494728524	2	2	2	1	1	False	83311	maximal	True	CHI0101_000000006065	1.0		515	14	False	False	0.9933014512062073	0					non-mobilizable	other	2090.0	99.76100000000001	100.0	0.0005121766379293648	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0212_000000021438	1667	0.5463298118009413	3	2	2	2	1	False	28337	maximal	True	ISR0212_000000021438	1.0		0	0	False	False	0.9376124739646912	0					non-mobilizable	no_good_hit								True	False
MAD0052_000000021218	1125	0.546327217052581	2	1	1	1	1	False	17244	maximal	True	MAD0052_000000021218	1.0		19	7	False	False	0.9804444313049316	0					non-mobilizable	no_good_hit	580.0	89.31	52.0	0.00019488801007897508	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0071_000000009500	2193	0.5463267866830668	5	4	4	2	0	False	62293	maximal	True	ENG0071_000000009500	1.0		15	5	False	False	0.9954400658607483	0					non-mobilizable	no_good_hit	1280.0	98.67200000000001	58.0	0.004683875082004464	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0077_000000005815	2122	0.5463254129178148	3	2	1	1	2	False	84384	fragment	False	DEN0077_000000005815	0.9907020187115795		0	0	False	False	0.9985862374305725	0					non-mobilizable	other	2034.0	98.96799999999999	99.0	0.25826131164209454	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0090_000000017436	2474	0.5463206299966816	6	3	2	2	2	False	43491	fragment	False	FIJ0090_000000017436	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	520.0	80.0	24.0	0.00014698780600577905	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0156_000000008423	1941	0.5463197277419325	2	2	2	1	1	False	103640	maximal	True	ENG0156_000000008423	1.0		4	2	False	False	0.9994847774505615	0					non-mobilizable	no_good_hit	1496.0	81.551	77.0	0.00023399494998928375	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
ETH0005_000000027334	1710	0.5463185047675568	2	2	2	2	2	False	110604	maximal	False	FIJ0051_000000010587	0.41109237387365694		0	0	False	False	1.0	0					non-mobilizable	chromosome	1710.0	98.596	100.0	0.0005956920554408401	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0110_000000010713	2549	0.5463169720881774	3	3	3	3	1	False	14557	maximal	True	MAD0110_000000010713	1.0		3	1	False	False	0.9984307289123535	0					non-mobilizable	no_good_hit	1957.0	77.108	76.0	0.0005853011726798033	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0029_000000034142	1208	0.5463125961697989	1	1	1	1	1	False	37080	maximal	False	MON0087_000000041498	0.9803528468323978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	95.215	85.0	0.0026919105716754115	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
CHI0152_000000010218	1258	0.5463110614502519	2	2	2	2	1	False	79317	maximal	True	CHI0152_000000010218	1.0		283	14	False	False	0.9928457736968994	0					non-mobilizable	other	1253.0	97.12700000000001	99.0	0.000400895675225832	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MON0028_000000017518	1491	0.5463110052449359	2	2	2	2	2	True	12586	maximal	False	USA0087_01_000000010114	0.9471153846153846		0	0	False	False	0.9973172545433044	0					non-mobilizable	other	1371.0	75.857	90.0	0.05504624207422964	NZ_FOGW01000027.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	False	True
ISR0064_000000010569	2019	0.5463062415951602	3	3	3	3	3	False	102771	fragment	False	ISR0050_000000011872	0.6416627598062198		0	0	False	False	0.9990094304084778	0					non-mobilizable	other	2019.0	99.65299999999999	100.0	0.0007328627952287654	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0175_000000012572	1651	0.546298704995516	2	2	2	2	1	False	29851	maximal	True	ISR0175_000000012572	1.0		364	11	False	False	1.0	0					non-mobilizable	other	1653.0	87.961	100.0	0.0004418570959169994	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0101_000000012998	2497	0.5462972581175876	3	3	3	2	2	False	69366	maximal	False	MON0068_000000018579	0.6374140704987568		0	0	False	False	0.997196614742279	0					non-mobilizable	other	2498.0	97.79799999999999	100.0	0.0012050478760306997	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0257_000000002788	5294	0.5462894506460695	6	3	1	2	1	False	26820	maximal	True	ISR0257_000000002788	1.0		2	2	True	True	1.0	8					non-mobilizable	no_good_hit	346.0	95.376	6.0	0.007382710169087878	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
CHI0073_000000001819	5267	0.5462894506460695	6	3	1	2	1	False	99404	fragment	False	AUS0022_000000006681	0.9239700374531835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	90.02600000000001	7.0	0.008335317932841153	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	False
ISR0188_000000004225	5172	0.5462894506460695	6	3	1	2	1	False	85076	backbone	False	FIJ0156_000000001476	0.8936196374874926	PS424	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	315.0	95.556	6.0	0.006733204875619736	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
ISR0221_000000010354	2216	0.5462891080674096	3	3	1	2	2	False	123109	fragment	False	ISR0221_000000010354	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2216.0	97.292	100.0	0.0007688299055030573	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0001_01_000000008889	1859	0.5462866391944661	3	3	3	2	2	False	74997	fragment	False	USA0007_01_000000008676	0.63510101010101		0	0	False	False	0.9994620680809021	0					non-mobilizable	other	1824.0	95.943	98.0	0.013444116619722496	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
MON0099_000000002829	7746	0.5462862349513974	9	2	2	2	2	False	9170	maximal	True	MON0099_000000002829	1.0		2	1	False	False	0.999225378036499	0					non-mobilizable	no_good_hit								True	False
ISR0193_000000004430	5988	0.5462828292074327	6	3	3	2	2	False	29107	maximal	True	ISR0193_000000004430	1.0		81	7	False	False	0.997829020023346	0					non-mobilizable	no_good_hit	66.0	95.455	1.0	0.023757309941520467	NZ_CABMGA010000055.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0031_000000008388	3421	0.5462814258054591	6	5	2	3	2	True	124594	fragment	False	FIJ0078_000000007511	0.6617548675172146		0	0	False	False	1.0	0					non-mobilizable	other	3337.0	87.204	96.0	0.17334517527819862	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0008_000000004843	1987	0.546279573526265	2	2	2	2	2	False	90517	maximal	True	CHI0008_000000004843	1.0		0	0	False	False	0.9889280200004578	0					non-mobilizable	no_good_hit	1350.0	84.22200000000001	68.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CAN0015_000000024016	1464	0.5462784728860179	1	1	1	1	1	False	93177	maximal	True	CAN0015_000000024016	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	75.887	48.0	0.00595243171332816	NZ_QXQA01000019.1	firmicutes	Paenibacillus nanensis strain DSM 22867 NODE_19_length_117263_cov_33.2654, whole genome shotgun sequence	True	False
MON0025_000000028829	1461	0.5462784728860179	1	1	1	1	1	False	12795	maximal	True	MON0025_000000028829	0.9877622377622377		7	3	False	False	0.9869952201843262	0					non-mobilizable	no_good_hit	704.0	75.71	48.0	0.010181360053909936	NZ_FPBP01000016.1	g-proteobacteria	Halomonas korlensis strain CGMCC 1.6981, whole genome shotgun sequence	True	False
SPA0047_000000024424	1588	0.5462783513826427	2	2	2	2	2	False	6660	fragment	False	SPA0047_000000024424	1.0		0	0	False	False	0.998740553855896	0					non-mobilizable	chromosome	1588.0	99.49600000000001	100.0	0.00039820424189138733	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0848_000000010249	1723	0.5462759008911219	2	2	2	2	2	False	44631	fragment	False	FIJ0074_000000017167	0.9772854739203589		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	82.977	100.0	0.20441001191895114	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0230_000000011740	2713	0.5462745724624533	4	2	2	2	0	True	101940	maximal	True	ISR0230_000000011740	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2053.0	98.928	76.0	0.08255219857585389	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
USA0025_01_000000001600	11661	0.5462734355037304	11	10	5	6	10	True	123725	fragment	False	ISR0210_000000001324	0.9731207371104463		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	11661.0	100.0	100.0	0.26680090611628493	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
SPA0153_000000000970	11647	0.5462734355037304	11	10	5	6	10	True	123725	fragment	False	ISR0210_000000001324	0.9711878014780326		0	0	False	False	0.9995707273483276	0		MOBP			mobilizable	plasmid	11652.0	99.065	100.0	0.265058595972238	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
ENG0181_000000008774	2353	0.5462720197827752	4	3	3	3	3	False	64037	maximal	True	ENG0181_000000008774	1.0		68	11	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	2.0	3.1298478621778296e-05	CP000027.1	GNS bacteria	Dehalococcoides mccartyi 195, complete genome	True	False
ISR0331_000000006667	3295	0.5462711527210764	5	5	5	4	3	False	81086	maximal	True	ISR0331_000000006667	1.0		17	6	False	False	0.995751142501831	0					non-mobilizable	no_good_hit	959.0	70.282	28.0	0.007346203547793397	NZ_FQVM01000006.1	firmicutes	Clostridium fallax strain DSM 2631, whole genome shotgun sequence	True	False
SPA0015_000000010638	2125	0.5462701963494825	3	3	3	3	3	False	102763	maximal	True	SPA0015_000000010638	0.9515934339565394		935	13	False	False	0.9967058897018433	0					non-mobilizable	other	2096.0	98.521	99.0	0.0006388529311761755	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
CHI0154_000000007795	3743	0.5462694491073625	4	4	4	3	3	False	116000	fragment	False	CHI0154_000000007795	1.0		0	0	False	False	0.9997328519821167	0					non-mobilizable	no_good_hit	1073.0	97.29700000000001	29.0	0.00024254205796936186	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0319_000000010006	1955	0.5462694299310413	2	2	2	2	2	False	73595	maximal	True	ISR0319_000000010006	1.0		137	10	False	False	1.0	0					non-mobilizable	other	1960.0	79.541	100.0	0.015127820014554913	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	False	False
ENG0180_000000012022	1485	0.5462670827183959	2	1	1	1	1	False	85226	maximal	True	ENG0180_000000012022	1.0		259	14	False	False	0.9959595799446106	0					non-mobilizable	other	1487.0	95.898	100.0	0.02267033302780324	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0197_000000020130	1258	0.5462670827183959	1	1	1	1	1	False	85225	fragment	False	FIJ0118_000000008482	0.9735753959058363		0	0	False	False	0.9896661639213562	0					non-mobilizable	other	1240.0	97.984	99.0	0.018927589367552705	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0118_000000008482	1241	0.5462670827183959	1	1	1	1	1	False	85225	fragment	False	FIJ0118_000000008482	0.9787657284718664		0	0	False	False	0.9734085202217102	0					non-mobilizable	other	1241.0	95.729	100.0	0.01891231286281699	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0065_000000011837	1151	0.5462670827183959	1	1	1	1	1	False	85225	fragment	False	FIJ0118_000000008482	0.6363147998925598		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	96.429	99.0	0.017506874427131072	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0002_000000017584	2211	0.5462669044037767	3	2	2	2	2	True	20196	fragment	False	MAD0002_000000017584	1.0		0	0	False	False	0.9990954399108887	0					non-mobilizable	no_good_hit	61.0	86.885	3.0	1.8599560293784783e-05	AP018045.1	g-proteobacteria	Photobacterium damselae subsp. piscicida DNA, chromosome: 1, complete genome	True	True
SPA0087_000000000493	21737	0.5462659585081308	21	12	6	9	4	True	108925	fragment	False	SPA0087_000000000493	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3789.0	95.85600000000001	19.0	0.0010201656437521006	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CAN0022_000000006925	4170	0.5462581586021433	4	3	2	3	3	True	91346	fragment	False	CAN0022_000000006925	1.0		0	0	False	False	0.9997602105140686	0					non-mobilizable	chromosome	4172.0	97.459	100.0	0.0008318793407715481	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0051_000000018329	2460	0.5462561222319654	3	2	2	1	2	False	108631	maximal	True	DEN0051_000000018329	1.0		13	4	False	False	0.9890244007110596	0					non-mobilizable	no_good_hit	1199.0	84.404	52.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0102_000000014438	2189	0.5462550294795221	3	3	2	3	2	False	42628	maximal	True	FIJ0102_000000014438	1.0		1	1	False	False	0.999086320400238	0					non-mobilizable	no_good_hit								True	False
MON0099_000000025382	1421	0.5462524567593185	2	2	2	1	1	False	9150	fragment	False	MON0099_000000025382	1.0		0	0	False	False	0.9408866763114929	0					non-mobilizable	no_good_hit	112.0	97.321	8.0	0.000372077432330512	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
CHI0062_000000007212	2006	0.5462499476300757	2	2	2	2	1	False	85583	fragment	False	CHI0062_000000007212	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2006.0	98.654	100.0	0.01612163998488345	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0106_000000015004	1292	0.5462468522363298	2	1	1	1	1	False	107363	fragment	False	AST0106_000000015004	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	79.12100000000001	7.0	0.001121033388960369	NZ_FWXH01000015.1	firmicutes	Clostridium acidisoli DSM 12555, whole genome shotgun sequence	True	False
MAD0036_000000002249	8976	0.5462414070506848	12	9	8	9	8	False	99052	fragment	False	MAD0036_000000002249	1.0		0	0	False	False	0.9936497211456299	0					non-mobilizable	no_good_hit	561.0	77.718	8.0	0.00012539580175762737	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0075_000000003359	4481	0.5462406074392161	6	5	3	3	2	False	5799	maximal	True	SPA0075_000000003359	1.0		687	10	False	False	1.0	0					non-mobilizable	other	4480.0	98.147	99.0	0.21963418820183397	NZ_JAAITI010000050.1	firmicutes	Blautia luti strain MSK.16.34 NODE_50_length_20393_cov_183.383, whole genome shotgun sequence	False	False
ENG0199_000000017388	1474	0.5462399313076087	3	2	2	2	2	True	54257	maximal	True	ENG0199_000000017388	1.0		91	9	False	False	0.9769335389137268	0					non-mobilizable	other	1474.0	99.932	100.0	0.003153824413555664	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
DEN0024_000000003404	2316	0.5462380461371403	2	2	2	2	2	False	103654	fragment	False	DEN0024_000000003404	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2287.0	99.825	100.0	0.07477430328405077	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
CHI0027_000000003072	5061	0.5462314069674458	4	2	2	1	1	True	88836	maximal	True	CHI0027_000000003072	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1296.0	86.883	26.0	0.004284895907493932	NZ_LT629842.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ENG0165_000000007903	2437	0.5462310267181029	2	2	2	2	2	False	76112	maximal	True	ENG0165_000000007903	1.0		500	11	False	False	0.9946655631065369	0					non-mobilizable	other	2436.0	99.26100000000001	99.0	0.007742177539100381	NZ_SPHG01000004.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_4_length_314511_cov_62.3502, whole genome shotgun sequence	False	False
SPA0003_000000014624	1243	0.5462298154133012	2	1	1	1	1	False	8370	maximal	True	SPA0003_000000014624	1.0		369	9	False	False	0.9975864887237549	0					non-mobilizable	no_good_hit	524.0	100.0	42.0	9.605297569547497e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0244_000000006088	3584	0.5462233944050018	4	4	4	4	3	False	131186	maximal	True	ISR0244_000000006088	1.0		83	6	False	False	0.9866071343421936	0					non-mobilizable	other	2509.0	90.235	98.0	0.000704251967082637	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0086_000000006873	4426	0.5462180435192607	5	5	5	5	5	False	83982	maximal	True	MON0086_000000006873	0.9783352337514253		18	5	False	False	0.9966109395027161	0					non-mobilizable	no_good_hit	347.0	74.352	8.0	0.0005016269778224976	NZ_QQAW01000002.1	a-proteobacteria	Gluconacetobacter liquefaciens strain DSM 5603 Ga0215678_102, whole genome shotgun sequence	True	False
SPA0050_000000022179	1160	0.5462169604005799	2	2	2	2	1	False	6572	maximal	True	SPA0050_000000022179	1.0		3	2	False	False	0.9844827651977539	0					non-mobilizable	chromosome	1136.0	93.662	99.0	0.00031570608406730104	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0117_000000001086	15975	0.5462165635003304	4	4	4	3	3	False	59408	maximal	True	ENG0117_000000001086	1.0		17	8	False	False	0.9999374151229858	0					non-mobilizable	no_good_hit	1182.0	98.223	19.0	0.0006218485622059537	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ENG0075_000000014471	1701	0.5462153541373714	3	3	3	2	1	True	62080	maximal	True	ENG0075_000000014471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	90.085	34.0	0.00018105921507408185	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0067_000000020819	1474	0.5462143603898608	2	2	2	2	2	False	35064	fragment	False	ISR0067_000000020819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	80.734	7.0	1.7015921072595435e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ENG0107_000000018063	1658	0.546211645529876	3	3	2	1	2	False	59994	maximal	True	ENG0107_000000018063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	93.995	23.0	0.00011883955353659668	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0057_01_000000026261	1242	0.5462114798693698	2	2	2	1	1	False	956	maximal	True	USA0057_01_000000026261	1.0		8	4	False	False	0.9959742426872253	0					non-mobilizable	other	1242.0	99.51700000000001	100.0	0.016739279981655582	NZ_SMBP01000016.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_116, whole genome shotgun sequence	False	False
MON0092_000000020516	2658	0.5462106733684492	5	4	3	3	2	False	121523	maximal	True	MON0092_000000020516	0.9832062023306282		257	14	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	78.884	9.0	0.0018534273213417598	NZ_FOAT01000011.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
MAD0036_000000009877	2806	0.5462099548291078	4	3	3	2	2	False	18737	maximal	True	MAD0036_000000009877	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	83.96700000000001	13.0	0.0003720843228471974	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0820_000000015268	1649	0.5462047999158892	3	3	3	3	2	False	111661	fragment	False	ISR0820_000000015268	0.999664654594232		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	99.87899999999999	100.0	0.00824259641787163	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0024_000000006194	2039	0.5461980473211813	4	3	3	3	3	False	91072	fragment	False	CHI0024_000000006194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0061_01_000000005349	2035	0.5461965680200994	3	3	2	3	1	True	63052	fragment	False	USA0057_01_000000013849	0.5181707096422613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	100.0	10.0	0.007252215954875101	NZ_VULP01000039.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq39, whole genome shotgun sequence	True	True
ENG0126_000000005398	3691	0.5461941265934521	3	2	2	2	2	False	58780	maximal	True	ENG0126_000000005398	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	79.078	24.0	0.0018849267659600767	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
DEN0022_000000015781	2510	0.5461914552645278	3	2	1	1	1	True	74589	fragment	False	ISR0032_000000013115	0.9655926809864757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1877.0	94.29899999999999	74.0	0.0008421172407814126	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	True
ISR0773_000000009589	1679	0.5461913176461463	2	2	2	1	1	False	22498	maximal	True	ISR0773_000000009589	1.0		116	12	False	False	0.9952352643013	0					non-mobilizable	no_good_hit								True	False
ISR0325_000000003890	4493	0.5461912193097368	7	6	2	3	5	True	105590	fragment	False	ISR0325_000000003890	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2379.0	97.31	98.0	0.0004588249626345268	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0103_000000017329	1711	0.5461910869027637	3	3	2	1	2	False	33037	fragment	False	ISR0103_000000017329	1.0		0	0	False	False	0.9982466101646423	0					non-mobilizable	no_good_hit	129.0	100.0	8.0	4.034529266569859e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0146_000000032294	1327	0.5461853514008679	2	2	2	2	2	False	30980	maximal	True	ISR0146_000000032294	1.0		49	7	True	True	1.0	4					non-mobilizable	other	1329.0	94.73299999999999	100.0	0.00286262025173709	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	True
ISR0015_000000013969	1843	0.5461798236323445	3	3	2	3	1	False	37973	fragment	False	MAD0098_000000021250	0.648062015503876		0	0	False	False	0.9853499531745911	0					non-mobilizable	no_good_hit	779.0	83.697	82.0	0.0015891702231320454	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0080_000000052415	1126	0.5461782001765525	2	2	2	1	1	False	10003	maximal	True	MON0080_000000052415	1.0		67	12	False	False	0.990230917930603	0					non-mobilizable	no_good_hit	42.0	90.476	4.0	1.0729967543156715e-05	CP007161.1	firmicutes	Virgibacillus sp. SK37, complete genome	True	False
MON0012_000000010795	3844	0.5461741046708184	7	3	3	2	3	False	68281	fragment	False	MON0012_000000010795	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0139_000000003402	3061	0.5461741012469975	3	3	2	3	1	False	80348	maximal	True	CHI0139_000000003402	1.0		220	13	False	False	0.9990199208259583	0					non-mobilizable	no_good_hit	455.0	72.967	15.0	5.001717293906102e-05	NZ_VIWU01000001.1	high GC Gram+	Pseudonocardia hierapolitana strain DSM 45671 Ga0197558_11, whole genome shotgun sequence	True	False
ISR0007_000000012385	1363	0.5461731361658319	1	1	1	1	1	False	115892	fragment	False	ENG0122_000000021391	0.940021549947414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	76.752	82.0	0.024226022948690192	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0136_000000007577	1265	0.5461731361658319	1	1	1	1	1	False	31388	fragment	False	MON0101_000000048268	0.9585152838427947		0	0	False	False	0.9723320007324219	0					non-mobilizable	other	1264.0	92.801	99.0	0.002700379720853859	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	False
AST0097_000000017490	1179	0.5461731361658319	1	1	1	1	1	False	115892	fragment	False	ENG0122_000000021391	0.3085241730279898		0	0	False	False	0.9838846325874329	0					non-mobilizable	other	1119.0	76.944	94.0	0.02403117557912968	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0047_000000024325	1880	0.5461726126695126	3	3	3	3	2	False	17651	fragment	False	MAD0047_000000024325	1.0		0	0	False	False	0.9920212626457214	0					non-mobilizable	other	1880.0	99.309	100.0	0.049413559143743756	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	False	False
DEN0022_000000005947	5784	0.5461668832902452	6	5	5	4	4	False	74645	fragment	False	DEN0022_000000005947	1.0		0	0	False	False	0.9975795149803162	0					non-mobilizable	no_good_hit	828.0	76.449	14.0	0.001192716593415682	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
FIJ0139_000000013573	1911	0.5461657443306308	4	3	3	3	2	False	88232	maximal	False	ISR0775_000000009977	0.9816403399697726		0	0	False	False	0.9994767308235168	0					non-mobilizable	other	1911.0	99.791	100.0	0.015519118579066253	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0362_000000006028	3709	0.5461650436568793	5	2	1	2	1	True	23739	maximal	True	ISR0362_000000006028	1.0		1	1	False	False	0.9989215135574341	0					non-mobilizable	no_good_hit	688.0	93.895	57.0	0.00012464287638746843	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
FIJ0038_000000019163	1832	0.5461650436568793	3	2	1	2	1	True	47641	fragment	False	FIJ0038_000000019163	1.0		0	0	False	False	0.998908281326294	0					non-mobilizable	other	1832.0	100.0	100.0	0.002362556257483794	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0196_000000001401	5956	0.5461638277772707	12	11	4	6	10	True	94833	fragment	False	ENG0196_000000001401	0.9555329153777663		0	0	False	False	1.0	0					non-mobilizable	other	5956.0	99.96600000000001	100.0	0.0011533569660146085	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0083_000000022984	1235	0.5461616964350956	2	2	2	2	1	True	112272	fragment	False	ISR0388_000000023396	0.7493730057025398		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	99.43299999999999	100.0	0.0003025495314527698	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0086_000000007409	3429	0.54616012578595	2	2	2	2	2	False	58863	maximal	False	ISR0290_000000002942	0.9658029100673843		0	0	False	False	1.0	0					non-mobilizable	chromosome	3429.0	99.53299999999999	100.0	0.0006841848320932982	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0136_000000002422	12732	0.5461549154677229	11	9	8	9	6	True	73290	maximal	True	SPA0136_000000002422	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	6921.0	98.772	54.0	0.0019264363016320424	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0385_000000000011	111706	0.5461510317903667	184	42	15	29	28	False	36576	maximal	False	ISR0046_000000000017	0.9920167288529358		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	179.0	81.564	0.0	0.0013515155196501245	NC_029048.2	viruses	Clostridium phage phiCD211, complete genome	True	True
ISR0073_000000000036	107091	0.5461510317903667	170	42	15	29	28	False	36576	maximal	False	ISR0046_000000000017	0.961425033965563		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	179.0	81.564	0.0	0.0013515155196501245	NC_029048.2	viruses	Clostridium phage phiCD211, complete genome	True	True
ISR0147_000000014711	1688	0.5461491948329078	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.3938904516866089		0	0	False	False	1.0	0					non-mobilizable	other	1688.0	96.62299999999999	100.0	0.004795651790765172	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
USA0106_01_000000006803	1221	0.5461439273189251	2	2	2	1	1	False	61715	fragment	False	SPA0096_000000035226	0.7063587599401029		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	90.507	100.0	0.02220846834383078	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	False	False
SPA0113_000000024277	1190	0.5461439273189251	2	2	2	1	1	False	61715	fragment	False	SPA0096_000000035226	0.7024997850872545		0	0	False	False	0.9857142567634583	0					non-mobilizable	other	1191.0	90.008	100.0	0.021644154803946554	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	False	False
MON0097_000000005277	5643	0.5461419597483675	7	5	1	4	2	False	21943	fragment	False	MON0097_000000005277	0.9452328492297304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	84.552	45.0	0.014317161527395005	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
ISR0098_000000008569	2052	0.5461404089060049	4	2	1	2	1	False	33248	fragment	False	ISR0098_000000008569	1.0		0	0	False	False	0.9990253448486328	0					non-mobilizable	no_good_hit	348.0	73.27600000000001	17.0	0.0002551003480718911	NZ_NQOF01000001.1	firmicutes	Blautia hominis strain KB1 KB1_contig1, whole genome shotgun sequence	True	False
CHI0110_000000009688	1105	0.5461396511303319	3	3	3	2	2	False	82670	fragment	False	CHI0110_000000009688	1.0		0	0	False	False	0.9873303174972534	0					non-mobilizable	other	723.0	99.03200000000001	100.0	0.00016844396042080194	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0003_01_000000007181	5393	0.5461359789844052	5	4	4	4	3	False	36110	maximal	True	USA0003_01_000000007181	1.0		1	1	False	False	0.9998145699501038	0					non-mobilizable	no_good_hit	711.0	71.167	13.0	0.00024578875945210275	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
AUS0022_000000008387	4243	0.5461330139037305	6	4	2	3	3	False	108501	fragment	False	AUS0022_000000008387	0.9798597939878618		0	0	False	False	0.998350203037262	0					non-mobilizable	other	4244.0	98.94	100.0	0.0011469765864819536	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0345_000000001711	4230	0.5461330139037305	6	4	2	3	3	False	108501	fragment	False	AUS0022_000000008387	0.9720979390032018		0	0	False	False	0.9988179802894592	0					non-mobilizable	other	4231.0	98.7	100.0	0.07234479220112879	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
ISR0034_000000004653	4216	0.5461330139037305	5	4	2	3	3	False	108501	fragment	False	AUS0022_000000008387	0.977565579058391		0	0	False	False	1.0	0					non-mobilizable	other	4223.0	96.069	100.0	0.012097896279975788	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
FIJ0088_000000007056	3921	0.5461330139037305	6	4	2	3	3	False	53847	fragment	False	FIJ0088_000000007056	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3914.0	98.74799999999999	99.0	0.0013296331496946737	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0208_000000006858	3787	0.5461330139037305	5	4	2	3	3	False	108501	fragment	False	AUS0022_000000008387	0.3916880451513597		0	0	False	False	1.0	0					non-mobilizable	other	3788.0	98.44200000000001	100.0	0.06476825722592783	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
CHI0091_000000000782	3501	0.5461330139037305	4	4	2	3	3	False	108500	fragment	False	CHI0091_000000000782	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2470.0	97.449	100.0	0.0005494789186148057	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0073_000000002816	3246	0.5461330139037305	4	4	2	3	3	False	84807	maximal	True	CHI0073_000000002816	1.0		33	6	False	False	0.9926062822341919	0					non-mobilizable	other	3283.0	79.561	100.0	0.0009701188447902526	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0050_000000020797	1236	0.5461299429359796	2	2	2	1	2	False	6573	maximal	True	SPA0050_000000020797	1.0		47	6	False	False	1.0	0					non-mobilizable	other	1238.0	96.527	100.0	0.005984895034520797	NZ_WAJR01000002.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_002, whole genome shotgun sequence	False	False
DEN0003_000000019876	1215	0.5461257295673341	2	2	2	2	1	False	76618	fragment	False	DEN0003_000000019876	1.0		0	0	False	False	0.9876543283462524	0					non-mobilizable	no_good_hit	738.0	80.488	60.0	0.002083706439022449	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	False
CHI0175_000000008102	1427	0.5461231310935759	2	1	1	1	1	False	77752	fragment	False	CHI0175_000000008102	1.0		0	0	False	False	0.9467414021492004	0					non-mobilizable	no_good_hit	92.0	97.82600000000001	6.0	5.2556042934244304e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MAD0083_000000005250	1947	0.5461219605727453	2	2	2	2	1	False	16100	maximal	True	MAD0083_000000005250	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	80.152	67.0	0.004782578582650758	NZ_HF954559.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
DEN0085_000000010221	3122	0.5461212129571733	5	1	1	1	1	False	68993	fragment	False	DEN0085_000000010221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000012298	2212	0.5461212129571733	3	1	1	1	1	False	42018	fragment	False	FIJ0112_000000012298	1.0		0	0	False	False	0.9959312677383423	0					non-mobilizable	no_good_hit								True	False
MAD0009_000000005416	1892	0.5461212129571733	4	1	1	1	1	False	30096	fragment	False	ISR0169_000000015196	0.9442551119766309		0	0	False	False	0.9994714856147766	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000041911	1119	0.5461210396878521	2	2	2	2	2	False	4409	maximal	True	SPA0114_000000041911	1.0		182	13	False	False	0.9991063475608826	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.00010347835085073987	NZ_FNHI01000011.1	high GC Gram+	Streptomyces wuyuanensis strain CGMCC 4.7042, whole genome shotgun sequence	True	False
ENG0050_000000009880	2627	0.5461205864575303	4	4	4	4	4	False	64147	maximal	False	ENG0078_000000010012	0.9448005521642265		0	0	False	False	0.9977160096168518	0					non-mobilizable	other	2629.0	93.07700000000001	100.0	0.0013617250590054952	FR875178.1	firmicutes	Streptococcus thermophilus JIM 8232 complete genome	False	False
USA0019_01_000000009852	3023	0.54611842432424	5	1	0	1	1	False	1838	fragment	False	USA0019_01_000000009852	1.0		0	0	False	False	0.9993383884429932	0					non-mobilizable	no_good_hit								True	False
ENG0057_000000017658	1484	0.5461182375175472	1	1	1	1	1	False	111299	fragment	False	ISR0832_000000008004	0.6618446955190971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	95.455	12.0	5.890397541247088e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0036_000000008411	2794	0.5461170228305301	5	5	2	3	4	False	75358	fragment	False	ENG0036_000000008411	0.9881383239959535		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	89.90299999999999	97.0	0.21826244046641485	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0102_000000012915	2755	0.5461122846163554	3	1	1	1	1	False	38914	maximal	True	SPA0102_000000012915	1.0		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	90.705	19.0	0.004586951017915916	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
CHI0114_000000004093	1826	0.5461112027910843	3	3	3	3	3	False	82697	fragment	False	MON0090_000000031486	0.7249786329266019		0	0	False	False	0.9978094100952148	0					non-mobilizable	other	1154.0	80.243	97.0	0.0156802543929384	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	False	False
CHI0056_000000004263	4060	0.5461094175968223	4	4	4	3	2	False	86164	fragment	False	SPA0146_000000005496	0.4677567166302819		0	0	False	False	0.9995073676109314	0					non-mobilizable	chromosome	3995.0	99.524	99.0	0.0007094495624201847	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
DEN0051_000000042159	1168	0.546105045406353	2	2	2	2	1	False	72398	maximal	True	DEN0051_000000042159	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	528.0	71.97	45.0	0.005041527028996066	NZ_BBAB01000012.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
AST0087_000000027798	1318	0.5461043905528362	2	1	1	1	1	False	110559	fragment	False	AST0087_000000027798	1.0		0	0	False	False	0.9984825253486633	0					non-mobilizable	other	1319.0	97.65	100.0	0.00860858376387138	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0219_000000016480	2019	0.5461021954244593	3	3	3	3	2	False	115881	fragment	False	CAN0020_000000021540	0.9470020359227219		0	0	False	False	1.0	0					non-mobilizable	virus	1400.0	98.286	100.0	0.0569370395995279	MK233840.1	viruses	Uncultured human fecal virus clone RuminococcusB.sp_B10.V01.N10_3_c1 sequence	False	False
DEN0046_000000016055	1506	0.5460982981039632	3	2	2	2	1	True	72701	maximal	True	DEN0046_000000016055	1.0		51	9	False	False	0.9920318722724915	0					non-mobilizable	no_good_hit	1189.0	74.937	78.0	0.0003282895860894698	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
USA0116_01_000000019039	1283	0.5460982981039632	3	2	2	2	1	True	55136	fragment	False	USA0116_01_000000019039	0.9939393939393939		0	0	False	False	0.9773967266082764	0					non-mobilizable	no_good_hit	1050.0	74.762	81.0	0.0002891409131316114	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0079_000000017989	1851	0.5460959188710949	2	1	1	1	1	False	61818	maximal	True	ENG0079_000000017989	1.0		0	0	False	False	0.9886547923088074	0					non-mobilizable	no_good_hit								True	False
ISR0379_000000006383	3502	0.5460953762151062	4	3	2	3	2	False	119236	maximal	True	ISR0379_000000006383	1.0		36	7	False	False	0.9805825352668762	0					non-mobilizable	other	3288.0	99.787	94.0	0.0013938000280710563	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0120_000000010352	3021	0.5460953762151062	3	3	2	3	2	False	119235	fragment	False	ISR0139_000000008079	0.9883108330589397		0	0	False	False	0.9953657984733582	0					non-mobilizable	other	3021.0	99.90100000000001	100.0	0.0012805829281334316	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ENG0074_000000017447	1338	0.5460945274179709	2	2	1	2	0	True	62146	maximal	True	ENG0074_000000017447	1.0		2	2	False	False	0.9678624868392944	0					non-mobilizable	no_good_hit	236.0	86.86399999999999	18.0	0.0012342048044704473	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	True	True
FIJ0032_000000023251	1582	0.5460944918107944	1	1	1	1	1	False	63026	fragment	False	FIJ0011_000000028415	0.9480823560533492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	81.132	10.0	0.0001287292790671527	NZ_LN868538.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
ISR0347_000000004034	4647	0.5460909284497643	9	5	3	3	4	False	28658	maximal	True	ISR0347_000000004034	1.0		9	5	False	False	0.9995695948600769	0					non-mobilizable	no_good_hit	162.0	91.35799999999999	13.0	0.0030137396578188763	NZ_QEKJ01000016.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_116, whole genome shotgun sequence	True	False
ISR0812_000000008934	4344	0.5460889556808851	9	4	2	3	2	False	21661	maximal	True	ISR0812_000000008934	1.0		2	2	False	False	0.9970073699951172	0					non-mobilizable	no_good_hit	3234.0	91.126	74.0	0.011673861051157907	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
CHI0164_000000012274	1747	0.5460885658277627	5	4	4	4	3	False	78389	fragment	False	CHI0164_000000012274	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1275.0	99.137	100.0	0.01612046058458813	MG836696.1	enterobacteria	Escherichia coli strain 2248 plasmid pCTXM-2248, complete sequence	False	True
ISR0264_000000007095	1569	0.5460882556177497	2	2	0	1	1	False	26619	fragment	False	ISR0264_000000007095	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0367_000000005562	1720	0.5460838316916071	2	2	2	2	2	False	23583	maximal	True	ISR0367_000000005562	1.0		8	4	False	False	0.9924418330192566	0					non-mobilizable	no_good_hit	1233.0	98.865	72.0	0.0003504310700378591	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0212_000000004812	6403	0.5460817511790076	8	5	5	4	4	True	87267	fragment	False	ISR0212_000000004812	1.0		0	0	False	False	0.9971888065338135	0					non-mobilizable	chromosome	3788.0	98.97	92.0	0.001009675546031735	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0227_000000004249	6067	0.5460789687767241	11	5	3	3	2	False	29757	maximal	True	ISR0227_000000004249	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	77.067	10.0	0.0611889801836636	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	False
SPA0029_000000005624	4360	0.5460789687767241	8	5	3	3	2	False	29756	fragment	False	SPA0029_000000005624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	77.067	15.0	0.0611889801836636	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	False
AST0025_000000022320	1689	0.5460766002493928	3	2	1	2	1	False	120117	maximal	True	AST0025_000000022320	1.0		14	6	False	False	0.9958555102348328	0					non-mobilizable	no_good_hit	157.0	79.618	9.0	0.0003689807027884399	NZ_VEVQ02000003.1	CFB group bacteria	Flavobacterium jejuense strain EC11 R6_NDMS06846.contig00003, whole genome shotgun sequence	True	False
ISR0071_000000005844	1388	0.5460733418659951	2	2	2	2	2	False	34872	maximal	True	ISR0071_000000005844	1.0		21	6	False	False	0.9329971075057983	0					non-mobilizable	no_good_hit	627.0	72.887	44.0	0.00027008951538224095	NZ_AVNC01000015.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.14, whole genome shotgun sequence	True	False
ENG0024_000000019248	1312	0.5460692654179717	1	1	1	1	1	False	66215	maximal	True	ENG0024_000000019248	1.0		1	1	False	False	0.9839938879013062	0					non-mobilizable	no_good_hit	301.0	93.355	23.0	0.012346188785201091	MK231434.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_6-proph-CL08_c1 sequence	True	False
ISR0244_000000019753	1354	0.5460682984133166	2	2	2	1	1	False	67950	maximal	True	ISR0244_000000019753	1.0		260	12	False	False	0.991875946521759	0					non-mobilizable	other	1354.0	97.932	100.0	0.0004770597043922284	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
USA0101_01_000000007779	4105	0.5460660726621352	5	5	4	5	5	False	112297	fragment	False	USA0101_01_000000007779	0.9757110242730377		0	0	False	False	0.9956151247024536	0					non-mobilizable	other	4086.0	99.413	99.0	0.0010015517309437314	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0358_000000009408	2070	0.5460642791087277	3	3	3	3	2	False	129499	fragment	False	ISR0358_000000009408	0.9997409326424871		0	0	False	False	1.0	0					non-mobilizable	other	2072.0	82.867	99.0	0.024678279502582192	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	False	False
ISR0396_000000013540	1694	0.5460626191981313	3	3	3	3	3	False	84837	fragment	False	ISR0060_000000015834	0.9395260156220852		0	0	False	False	0.9828807711601257	0					non-mobilizable	other	1676.0	95.585	99.0	0.0004651459864149602	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0047_000000005336	2881	0.5460586355652784	4	4	4	4	4	False	102432	backbone	False	USA0018_01_000000006382	0.26552999541557504	PS597	0	0	True	True	1.0	3					non-mobilizable	other	1776.0	99.212	100.0	0.00047479553397626666	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0088_000000001676	8700	0.5460522678479862	8	7	2	7	2	True	129154	fragment	False	MAD0088_000000001676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	85.77600000000001	44.0	0.0019195503484673918	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0093_000000007026	5381	0.5460508532063707	8	6	4	6	4	False	9403	fragment	False	MON0093_000000007026	1.0		0	0	False	False	0.9855045676231384	0					non-mobilizable	plasmid	5229.0	94.32	97.0	0.08424022571543732	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
CHI0159_000000002720	4795	0.5460504256236448	4	2	2	2	2	False	106507	maximal	True	CHI0159_000000002720	1.0		35	7	False	False	0.998123049736023	0					non-mobilizable	no_good_hit	1808.0	97.235	49.0	0.00025476976999300475	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
FIJ0155_000000012255	1800	0.5460490862181195	1	1	1	1	1	False	52314	maximal	True	FIJ0155_000000012255	1.0		10	2	False	False	0.9994444251060486	0					non-mobilizable	no_good_hit	423.0	72.577	23.0	0.00961850461224679	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0149_000000018372	1454	0.5460490862181195	1	1	1	1	1	False	52313	fragment	False	FIJ0149_000000018372	0.9855761395121422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0025_000000014946	1422	0.5460490862181195	1	1	1	1	1	False	52313	fragment	False	FIJ0149_000000018372	0.9757720303912251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000027313	1398	0.5460490862181195	1	1	1	1	1	False	52313	fragment	False	FIJ0149_000000018372	0.9650475175260578		0	0	False	False	0.9849785566329956	0					non-mobilizable	no_good_hit								True	False
ENG0164_000000004953	3664	0.5460481127814842	4	3	1	3	0	True	129140	fragment	False	ENG0164_000000004953	1.0		0	0	False	False	0.9888100624084473	0					non-mobilizable	no_good_hit	1062.0	73.07	29.0	0.002210201218224437	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0121_000000004398	2866	0.5460450082350147	3	2	2	2	2	False	106607	maximal	True	SPA0121_000000004398	1.0		123	11	False	False	0.9961618781089783	0					non-mobilizable	other	2663.0	98.46	98.0	0.0014035106225869743	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MAD0049_000000006852	2552	0.5460442979229149	3	3	3	3	3	False	84573	maximal	True	MAD0049_000000006852	1.0		311	14	False	False	0.9996081590652466	0					non-mobilizable	chromosome	2552.0	98.94200000000001	100.0	0.0006804973098882315	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CAN0016_000000006863	6432	0.5460424834541017	6	3	2	1	2	False	119220	maximal	True	CAN0016_000000006863	1.0	PS816	7	4	False	True	1.0	0					non-mobilizable	no_good_hit	1486.0	87.281	23.0	0.0068500753924570544	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ENG0118_000000009115	1574	0.5460416353710994	2	1	1	1	1	False	59294	maximal	True	ENG0118_000000009115	0.9973737601738005		115	11	False	False	0.9764930009841919	0					non-mobilizable	other	1574.0	97.522	100.0	0.028359715861969496	NZ_CAPH01000001.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
SPA0005_000000018819	1529	0.5460416353710994	2	1	1	1	1	False	59294	maximal	False	ENG0118_000000009115	0.987447786928447		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	97.384	100.0	0.027548408033750405	NZ_CAPH01000001.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
USA0057_01_000000021552	1498	0.5460416353710994	1	1	1	1	1	False	59294	maximal	False	ENG0118_000000009115	0.9805815104726417		0	0	False	False	0.9899866580963135	0					non-mobilizable	other	1498.0	97.397	100.0	0.0269895070854217	NZ_CAPH01000001.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
USA0080_01_000000028205	1496	0.5460416353710994	1	1	1	1	1	False	59294	maximal	False	ENG0118_000000009115	0.9800797751007986		0	0	False	False	0.9852941036224365	0					non-mobilizable	other	1496.0	97.39299999999999	100.0	0.026953448959723073	NZ_CAPH01000001.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
CHI0184_000000003945	2288	0.5460407222899726	3	3	1	2	1	True	77257	maximal	True	CHI0184_000000003945	1.0		1	1	False	False	0.9995629191398621	0					non-mobilizable	no_good_hit	1104.0	94.022	48.0	0.0002454739761977038	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
FIJ0142_000000014091	2438	0.5460388124160435	2	2	1	2	1	True	40202	maximal	True	FIJ0142_000000014091	1.0		1	1	False	False	0.9942575693130493	0					non-mobilizable	no_good_hit	1125.0	82.57799999999999	52.0	0.0003662813699771262	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
SPA0095_000000006010	3406	0.5460375515884411	4	4	4	4	3	False	5218	maximal	True	SPA0095_000000006010	1.0		3	1	False	False	0.9911920428276062	0					non-mobilizable	plasmid	2429.0	99.54700000000001	98.0	0.014250317065151017	MK134376.1	enterobacteria	Escherichia coli strain 47EC plasmid p47EC, complete sequence	False	True
ISR0104_000000011290	2209	0.5460350184601059	3	3	3	3	2	False	109839	fragment	False	ISR0051_000000017069	0.958766653058612		0	0	False	False	0.9723857045173645	0					non-mobilizable	other	2209.0	99.27600000000001	100.0	0.15305698045196173	NZ_QEKJ01000026.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_126, whole genome shotgun sequence	False	False
USA0120_01_000000000613	12608	0.5460341628746199	13	10	6	6	8	True	120730	maximal	False	SPA0111_000000001935	0.96014175069414		0	0	False	False	0.9997620582580566	0					non-mobilizable	chromosome	12608.0	99.96	100.0	0.002800192795061959	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ISR0249_000000001481	8253	0.5460301488062099	9	3	3	3	2	True	27074	fragment	False	ISR0249_000000001481	1.0		0	0	False	False	0.9980612993240356	0					non-mobilizable	no_good_hit	55.0	100.0	1.0	0.009623952949563358	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0378_000000002419	7251	0.5460301488062099	8	3	3	3	2	True	23288	fragment	False	ISR0378_000000002419	1.0		0	0	False	False	0.9994483590126038	0					non-mobilizable	no_good_hit								True	True
ENG0005_000000011615	2064	0.546028231325877	3	3	3	3	3	False	115292	fragment	False	ENG0005_000000011615	1.0		0	0	False	False	0.9995155334472656	0					non-mobilizable	no_good_hit	224.0	74.554	11.0	9.503801737676846e-05	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
ISR0183_000000009912	3413	0.5460281128969707	6	4	3	4	3	False	130142	maximal	True	ISR0183_000000009912	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2268.0	98.589	82.0	0.016607206956419818	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	True	False
FIJ0156_000000006643	1308	0.5460271706873692	3	3	3	3	1	False	39486	fragment	False	FIJ0156_000000006643	0.9844517184942716		0	0	False	False	0.9992354512214661	0					non-mobilizable	chromosome	1294.0	98.764	99.0	0.00024327654560099373	CP042882.1	enterobacteria	Klebsiella pneumoniae strain NMBU-W07E18 chromosome, complete genome	False	False
AST0100_000000002698	6283	0.5460259048543916	8	6	4	5	2	False	108661	maximal	True	AST0100_000000002698	1.0		6	5	False	False	0.9928377866744995	0					non-mobilizable	no_good_hit	3404.0	97.35600000000001	61.0	0.0708073241781107	NZ_LMUA01000025.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00025, whole genome shotgun sequence	True	False
FIJ0156_000000007486	1199	0.5460192557308488	3	3	3	2	1	False	39484	maximal	True	FIJ0156_000000007486	1.0		20	4	False	False	0.9966638684272766	0					non-mobilizable	other	1115.0	93.54299999999999	93.0	0.062220732797140306	NZ_CABIWU010000046.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0126_000000032616	1385	0.5460137397373738	2	2	2	1	1	False	54497	fragment	False	SPA0126_000000032616	1.0		0	0	False	False	0.9783393740653992	0					non-mobilizable	chromosome	1347.0	99.926	97.0	0.0006006576889316102	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0815_000000005086	5626	0.5460102881735682	2	1	1	1	1	False	107506	fragment	False	ISR0815_000000005086	0.9651345549015244		0	0	False	False	1.0	0					non-mobilizable	other	5626.0	99.804	100.0	0.01711083868965958	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0360_000000004551	5257	0.5460102881735682	2	1	1	1	1	False	107506	fragment	False	ISR0815_000000005086	0.8136731956242319		0	0	False	False	1.0	0					non-mobilizable	chromosome	5257.0	97.831	100.0	0.0011697291195785415	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0047_000000034217	1170	0.5460078164345419	2	2	2	2	2	False	11435	fragment	False	MON0047_000000034217	1.0		0	0	False	False	0.9538461565971375	0					non-mobilizable	no_good_hit	137.0	79.562	12.0	3.2853838909782135e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0014_000000019159	1861	0.5460070278726297	3	3	3	2	1	False	38023	maximal	True	ISR0014_000000019159	1.0		24	8	False	False	0.9967759251594543	0					non-mobilizable	no_good_hit								True	False
ISR0377_000000005624	2494	0.5459987208853191	4	4	4	4	3	False	23313	maximal	True	ISR0377_000000005624	1.0		15	6	False	False	0.9991980791091919	0					non-mobilizable	no_good_hit	239.0	78.243	10.0	0.0015761704401255593	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ISR0159_000000017172	1535	0.5459953847978084	2	2	2	2	2	False	112926	fragment	False	ISR0159_000000017172	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1537.0	96.617	100.0	0.6285831285831286	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
FIJ0080_000000019418	1229	0.5459922075005702	3	1	1	1	1	True	68027	fragment	False	USA0111_01_000000019254	0.7830240363093104		0	0	False	False	0.9991863369941711	0					non-mobilizable	other	1231.0	98.781	100.0	0.015822947780409928	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
ENG0045_000000004568	2758	0.5459875679278076	3	3	3	3	3	False	117892	fragment	False	ENG0045_000000004568	0.96953125		0	0	False	False	0.9996374249458313	0					non-mobilizable	chromosome	2758.0	96.59200000000001	100.0	0.0008689997803072735	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0134_000000024195	1617	0.5459837434659747	2	2	2	2	2	False	58168	fragment	False	ENG0134_000000024195	1.0		0	0	False	False	0.9919604063034058	0					non-mobilizable	no_good_hit	674.0	72.107	41.0	0.00014967768425560335	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
ISR0222_000000014219	3971	0.5459826542224776	4	2	2	2	1	False	130286	fragment	False	ISR0222_000000014219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3874.0	100.0	98.0	0.1091262573610211	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	False	False
SPA0016_000000019386	1742	0.5459803040354491	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.013326117745992211		0	0	False	False	1.0	0					non-mobilizable	other	1766.0	91.45	100.0	0.003684365701524558	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0070_000000015501	1304	0.5459790464180062	2	2	2	2	1	False	5916	maximal	True	SPA0070_000000015501	1.0		6	2	False	False	0.9907975196838379	0					non-mobilizable	no_good_hit	102.0	79.41199999999999	8.0	0.0006955215368243877	NZ_QWBW01000010.1	g-proteobacteria	Halomonas coralii strain 362.1 scaffold_4, whole genome shotgun sequence	True	False
CHI0050_000000004694	2042	0.5459788891546881	3	3	3	3	0	True	86700	maximal	True	CHI0050_000000004694	1.0		3	1	False	False	0.9882467985153198	0					non-mobilizable	no_good_hit	821.0	80.39	40.0	0.0003215682491353932	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
ISR0353_000000015260	2434	0.5459771714978221	4	3	2	3	3	False	24031	maximal	True	ISR0353_000000015260	1.0		85	10	False	False	0.991783082485199	0					non-mobilizable	chromosome	2434.0	100.0	100.0	0.0010634410557307803	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
USA0064_01_000000003448	2470	0.545974252942281	4	2	2	2	1	False	96215	fragment	False	USA0064_01_000000003448	0.9798245487750847		0	0	False	False	0.9987854361534119	0					non-mobilizable	no_good_hit	1798.0	88.821	72.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
USA0057_01_000000016098	1986	0.545974252942281	2	2	2	2	1	False	90154	fragment	False	USA0057_01_000000016098	1.0		0	0	False	False	0.9738166928291321	0					non-mobilizable	no_good_hit	1488.0	89.785	75.0	0.11589222959781335	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
USA0030_01_000000008931	1870	0.545974252942281	2	2	2	2	1	False	96215	fragment	False	USA0064_01_000000003448	0.11857342269742303		0	0	False	False	1.0	0					non-mobilizable	other	1798.0	88.87700000000001	96.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	False	False
DEN0018_000000025463	1569	0.5459726813212659	3	2	2	1	1	True	75043	fragment	False	DEN0018_000000025463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	72.692	32.0	0.00014963718252153406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0078_000000009358	1182	0.545954911700988	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.12257967969975299		0	0	False	False	0.9847715497016907	0					non-mobilizable	chromosome	1186.0	93.676	100.0	0.0003172922111193769	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0295_000000006432	4826	0.5459543131362888	7	5	5	5	5	True	28663	maximal	True	ISR0295_000000006432	1.0		6	2	False	False	0.9970990419387817	0					non-mobilizable	no_good_hit	876.0	82.648	20.0	0.004069954679747775	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0097_000000016068	2224	0.5459529897792748	4	3	2	1	2	False	9232	maximal	True	MON0097_000000016068	1.0		3	3	False	False	0.9554855823516846	0					non-mobilizable	no_good_hit	870.0	99.77	39.0	0.0001978517714563871	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0400_000000012677	1498	0.5459526678349891	2	1	1	1	1	False	22552	fragment	False	ISR0400_000000012677	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	84.615	38.0	0.012665903119315503	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	True	False
AST0111_000000009160	2150	0.5459515253121968	2	2	2	1	1	False	106816	fragment	False	AST0111_000000009160	0.9897243107769423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	100.0	56.0	0.007861947605937615	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0206_000000012780	1995	0.5459515253121968	2	2	2	1	1	False	106816	fragment	False	AST0111_000000009160	0.9544186046511628		0	0	False	False	0.999498724937439	0					non-mobilizable	no_good_hit	1150.0	100.0	58.0	0.008152868049839638	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0044_000000001464	14054	0.5459507861141525	10	5	3	3	1	False	43762	fragment	False	SPA0044_000000001464	1.0		0	0	False	False	0.9998576641082764	0					non-mobilizable	no_good_hit	97.0	79.381	1.0	5.272838885355162e-05	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
USA0081_01_000000015828	1942	0.5459477902849931	3	2	2	2	1	False	563	maximal	True	USA0081_01_000000015828	1.0		0	0	False	False	0.9994850754737854	0					non-mobilizable	no_good_hit								True	False
FIJ0138_000000010752	1725	0.5459472498786274	3	3	3	2	1	False	104845	fragment	False	ISR0119_000000017871	0.951444850682864		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	96.17	98.0	0.008785929953270783	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0031_01_000000005781	5283	0.5459415541035779	4	3	3	3	3	False	1547	maximal	True	USA0031_01_000000005781	1.0		20	7	False	False	1.0	0					non-mobilizable	chromosome	3009.0	86.40700000000001	96.0	0.0008544601740208837	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0794_000000002751	6527	0.545934842513437	3	3	3	3	3	False	117167	maximal	False	SPA0013_000000003604	0.9892995141685623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	82.40700000000001	2.0	2.745730323344067e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ISR0304_000000007829	1323	0.5459326390721682	2	2	2	2	2	False	43982	fragment	False	ISR0304_000000007829	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	99.471	100.0	0.011511467929851448	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
USA0056_01_000000011485	1522	0.5459288005771652	3	2	2	2	1	False	1013	fragment	False	USA0056_01_000000011485	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	99.40899999999999	100.0	0.0004274496292345195	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0037_000000021416	1656	0.5459227491163696	4	3	2	2	3	False	65184	fragment	False	ENG0037_000000021416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	98.63799999999999	31.0	0.012127372875345736	NZ_CYZN01000030.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0183_000000013978	2319	0.5459205611387816	2	2	1	2	1	False	29475	maximal	True	ISR0183_000000013978	1.0		21	5	False	False	0.9818887710571289	0					non-mobilizable	no_good_hit	679.0	99.55799999999999	29.0	0.013199906549334164	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	True	False
ISR0095_000000000884	17321	0.5459161456415538	26	9	3	8	3	True	110688	maximal	True	ISR0095_000000000884	0.9998456504290918		28	6	False	False	0.9998267889022827	0					non-mobilizable	no_good_hit	4485.0	98.038	68.0	0.0012007801321768639	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CHI0058_000000011250	1868	0.54591500625651	3	3	3	3	2	False	120035	fragment	False	CHI0058_000000011250	1.0		0	0	False	False	0.9994646906852722	0					non-mobilizable	no_good_hit	1532.0	99.478	82.0	0.0019361806528634228	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0777_000000008855	1942	0.5459132524224091	4	3	2	3	1	False	85973	fragment	False	CHI0057_000000009650	0.06515297359530416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	91.51899999999999	65.0	0.00013445585370565382	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ENG0079_000000006104	5164	0.5459070739353991	8	5	3	5	2	False	61858	maximal	True	ENG0079_000000006104	1.0		1	1	False	False	0.9996126890182495	0					non-mobilizable	no_good_hit	3097.0	100.0	60.0	0.010585520129925636	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
MON0001_000000013718	2520	0.5459062423457347	3	3	1	3	1	False	14396	fragment	False	MON0001_000000013718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0038_000000002739	10312	0.5459061382747811	18	11	4	7	7	True	106871	fragment	False	SPA0038_000000002739	0.9964653566120889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	96.323	18.0	0.00027818310592291084	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
DEN0041_000000003620	8526	0.5459026782714609	10	7	6	7	5	False	73158	maximal	True	DEN0041_000000003620	1.0		23	5	False	False	0.9994135499000549	0					non-mobilizable	no_good_hit	518.0	72.78	6.0	0.000571183778380694	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
SPA0113_000000000821	28047	0.5459001816970634	43	13	7	9	4	False	4508	maximal	True	SPA0113_000000000821	1.0		2	1	False	False	0.9995008111000061	0					non-mobilizable	no_good_hit	78.0	92.30799999999999	0.0	0.01114972487691862	KT624886.1	green algae	Carteria crucifera clone contig14 chloroplast, partial genome	True	False
DEN0063_000000027138	1815	0.5459000540476873	3	3	3	3	3	False	71466	maximal	True	DEN0063_000000027138	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1851.0	78.822	100.0	0.0005243040769565362	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0039_000000007012	3649	0.5458908287917437	3	3	3	3	3	True	100748	fragment	False	SPA0039_000000007012	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3584.0	94.81	98.0	0.0009515541741500916	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
MAD0094_000000006043	2470	0.5458814782822847	4	3	3	3	3	False	15624	maximal	True	MAD0094_000000006043	1.0		1	1	False	False	0.9995951652526855	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.336554845639764e-07	LR778287.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 35	True	False
MON0024_000000028272	1801	0.5458808611129432	3	2	2	2	1	True	59921	fragment	False	MON0024_000000028272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	85.714	5.0	0.0021809090667304983	NZ_WNAJ01000033.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold33_size37599, whole genome shotgun sequence	True	True
MAD0047_000000012471	3287	0.5458795714911108	4	4	4	3	2	False	28294	maximal	False	ISR0213_000000007357	0.9945238819592334		0	0	False	False	0.9993915557861328	0					non-mobilizable	no_good_hit	2972.0	71.736	89.0	0.006064676060074699	NZ_FUWY01000002.1	CFB group bacteria	Anaerorhabdus furcosa strain ATCC 25662, whole genome shotgun sequence	True	False
ISR0213_000000007357	3287	0.5458795714911108	4	4	4	3	2	False	28294	maximal	True	ISR0213_000000007357	0.9945238819592334		6	4	False	False	0.9945238828659058	0					non-mobilizable	other	3241.0	75.069	97.0	0.005035324544250299	NZ_QRWX01000002.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf2, whole genome shotgun sequence	False	False
FIJ0102_000000003324	8689	0.5458764316818456	11	3	2	3	1	True	42650	maximal	True	FIJ0102_000000003324	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0359_000000021462	1303	0.5458750170595708	2	2	2	2	1	False	23810	fragment	False	MON0075_000000019464	0.9679911699779249		0	0	False	False	1.0	0					non-mobilizable	virus	1303.0	98.465	100.0	0.11313868613138686	MK232852.1	viruses	Uncultured human fecal virus clone C.aerofaciens_B06.V07.L04_1-CL35_c1 sequence	False	False
MON0046_000000003242	7775	0.5458725277979241	10	5	4	3	3	True	93231	fragment	False	MON0046_000000003242	1.0		0	0	False	False	0.9998713731765747	0					non-mobilizable	no_good_hit	44.0	93.182	1.0	1.5914426279381084e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	True
ENG0133_000000001525	13165	0.5458669078305692	11	9	6	9	7	False	82189	maximal	False	ENG0026_000000001145	0.9999620205089252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4348.0	93.008	34.0	0.07556026913782013	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ENG0026_000000001145	13165	0.5458669078305692	11	9	6	9	7	False	82189	maximal	True	ENG0026_000000001145	0.9999620205089252		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	4348.0	93.008	34.0	0.07556026913782013	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
MON0100_000000014700	2898	0.5458652243229786	4	2	1	2	2	False	115790	maximal	True	MON0100_000000014700	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	98.999	34.0	0.012410928581199557	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0012_000000015881	1485	0.5458638053852822	3	1	1	1	1	False	124859	maximal	True	AST0012_000000015881	1.0		12	7	False	False	0.9979798197746277	0					non-mobilizable	no_good_hit	177.0	93.22	23.0	4.9461627051463135e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0096_000000007316	1272	0.5458632391611201	3	2	1	1	2	False	92700	maximal	False	CAN0016_000000033937	0.9613382899628253		0	0	False	False	0.9764150977134705	0					non-mobilizable	other	1273.0	99.214	100.0	0.0037536961512810376	NZ_JAATLI010000005.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_05, whole genome shotgun sequence	False	False
ISR0045_000000009356	2689	0.5458629776715247	5	3	2	0	1	False	36257	maximal	True	ISR0045_000000009356	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	697.0	81.92299999999999	47.0	0.00015467308563681245	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0070_000000005449	4799	0.545859498199556	3	3	3	3	3	False	108739	fragment	False	MAD0091_000000002323	0.636082267013549		0	0	False	False	0.9931235909461975	0					non-mobilizable	no_good_hit	3721.0	97.071	78.0	0.10257046720723702	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0075_000000024805	1112	0.545858894446711	2	2	1	2	1	False	10326	fragment	False	MON0075_000000024805	1.0		0	0	False	False	0.9100719690322876	0					non-mobilizable	no_good_hit	281.0	71.88600000000001	25.0	2.627108589001949e-05	NC_013131.1	high GC Gram+	Catenulispora acidiphila DSM 44928, complete sequence	True	False
FIJ0094_000000017235	1175	0.5458588844810945	1	1	1	1	1	False	43152	fragment	False	FIJ0094_000000017235	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	99.64399999999999	96.0	0.000207050761206807	AP019708.1	enterobacteria	Escherichia coli O145:H28 122715 DNA, complete genome	False	False
ISR0083_000000019444	1430	0.5458584421706871	2	2	2	2	2	False	34093	maximal	True	ISR0083_000000019444	1.0		180	13	False	False	0.9993007183074951	0					non-mobilizable	no_good_hit	423.0	73.52199999999999	29.0	4.5691268876552865e-05	CP055233.1	a-proteobacteria	Bradyrhizobium diazoefficiens strain 113-2 chromosome, complete genome	True	False
ENG0080_000000012939	2049	0.5458571553266824	3	3	3	2	1	False	81917	maximal	True	ENG0080_000000012939	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0069_000000003547	6341	0.5458569693908618	5	5	5	5	5	False	126509	maximal	False	AST0118_000000004071	0.9802018303957207		0	0	False	False	0.9981075525283813	0					non-mobilizable	other	6341.0	99.148	100.0	0.025005528701860805	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0058_000000027462	1853	0.5458530250130708	3	3	3	3	1	True	56653	fragment	False	MON0058_000000027462	1.0		0	0	False	False	0.9994603395462036	0					non-mobilizable	no_good_hit	1137.0	99.296	87.0	0.000306887889122352	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MON0012_000000050655	1157	0.5458518234653257	2	2	2	1	1	False	28544	maximal	False	ISR0207_000000026187	0.9824486301369864		0	0	False	False	0.9559204578399658	0					non-mobilizable	chromosome	1169.0	96.15100000000001	100.0	0.0003968851313169892	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0040_000000005309	3288	0.5458496154109639	4	2	1	2	1	False	87718	maximal	True	CHI0040_000000005309	1.0		2	2	False	False	0.9987834692001343	0					non-mobilizable	no_good_hit	1093.0	95.059	33.0	0.0002952612994904039	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0092_000000009010	5363	0.5458482312939404	2	2	2	1	2	False	103506	fragment	False	MON0033_000000008819	0.2837997898656903		0	0	False	False	0.9990676641464233	0		MOBF			mobilizable	plasmid	5363.0	99.161	100.0	0.03608393114308402	AP022045.1	enterobacteria	Escherichia coli plasmid pWP4-S17-ESBL-03_1 DNA, complete genome, strain: WP4-S17-ESBL-03	False	True
CHI0087_000000002064	3721	0.5458481654611796	5	5	5	4	3	False	126386	backbone	False	MON0066_000000006846	0.8537263210054441	PS958	0	0	False	True	0.9943563342094421	0					non-mobilizable	other	3533.0	99.406	95.0	0.0010634175627083668	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0096_000000001149	19568	0.5458474734101247	22	10	7	9	4	True	43053	maximal	True	FIJ0096_000000001149	1.0		14	8	False	False	1.0	0					non-mobilizable	no_good_hit	1663.0	99.759	8.0	0.00046240038974144833	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0337_000000005261	1920	0.5458425770613435	3	3	3	3	3	False	127730	fragment	False	AST0019_000000013919	0.5650681335716039		0	0	False	False	0.9994791746139526	0					non-mobilizable	other	1921.0	98.38600000000001	100.0	0.0006157722451736684	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0814_000000008181	4673	0.5458377283934462	7	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.9044234871635423		0	0	False	False	0.9993579983711243	0					non-mobilizable	other	4220.0	98.815	98.0	0.0012622389749350701	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0146_000000005359	4426	0.5458377283934462	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.9052071002370307		0	0	False	False	1.0	0					non-mobilizable	other	4319.0	99.236	100.0	0.001292164033610629	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0207_000000003832	4339	0.5458377283934462	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8891499406934549		0	0	False	False	1.0	0					non-mobilizable	other	4207.0	99.406	98.0	0.0012586479678940031	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0107_000000004958	4332	0.5458377283934462	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8903896085481616		0	0	False	False	1.0	0					non-mobilizable	other	4219.0	98.93299999999999	99.0	0.0012622389749350701	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0252_000000001913	4283	0.5458377283934462	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8869268145574288		0	0	False	False	0.9997665286064148	0					non-mobilizable	other	4207.0	99.35799999999999	99.0	0.0012586479678940031	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0187_000000006445	4217	0.5458377283934462	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.884374621039185		0	0	False	False	1.0	0					non-mobilizable	other	4216.0	99.52600000000001	99.0	0.37918315940985964	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0126_000000008931	4205	0.5458377283934462	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8798688072614662		0	0	False	False	1.0	0					non-mobilizable	other	4203.0	99.286	99.0	0.37801367398344726	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0077_000000004902	4197	0.5458377283934462	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8792927863791965		0	0	False	False	1.0	0					non-mobilizable	other	4197.0	99.19	100.0	0.37747391147894926	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0047_000000006747	4187	0.5458377283934462	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8802223500652329		0	0	False	False	1.0	0					non-mobilizable	other	4187.0	99.85700000000001	100.0	0.044493101762292465	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0328_000000006437	4169	0.5458377283934462	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8678431216077938		0	0	False	False	1.0	0					non-mobilizable	other	4170.0	99.376	100.0	0.0012475756961840463	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0173_000000001977	4004	0.5458377283934462	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.6400956955823333		0	0	False	False	0.9997502565383911	0					non-mobilizable	other	3937.0	99.822	98.0	0.3540842029507017	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0063_000000026225	1144	0.545837587372422	1	1	1	1	1	False	10721	maximal	True	MON0063_000000026225	1.0		4	3	False	False	0.9615384340286255	0					non-mobilizable	no_good_hit	42.0	100.0	4.0	7.820426228488821e-06	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
CHI0125_000000000873	16117	0.5458355418883846	15	11	8	11	7	True	132356	maximal	True	CHI0125_000000000873	1.0		2	2	False	False	0.9998138546943665	0					non-mobilizable	other	9549.0	97.48700000000001	95.0	0.10369525051624823	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0003_000000012584	1780	0.5458258189205619	2	2	2	2	2	False	74995	fragment	False	ENG0003_000000012584	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1780.0	98.876	100.0	0.0132137309838953	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
DEN0022_000000013603	2862	0.5458219419040619	3	3	3	3	3	False	74610	maximal	True	DEN0022_000000013603	1.0		1	1	False	False	0.9993011951446533	0					non-mobilizable	no_good_hit	1055.0	78.578	37.0	0.0008132876298796288	NZ_DS560019.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_4, whole genome shotgun sequence	True	False
SPA0058_000000002330	9659	0.5458212959493594	9	6	3	6	4	False	74224	fragment	False	DEN0026_000000002704	0.9330706599450383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	0.0	6.792616878294419e-06	CP003942.1	enterobacteria	Serratia sp. FGI94 chromosome, complete genome	True	False
FIJ0103_000000016234	1392	0.5458193178931465	3	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.8812568997278991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	88.15100000000001	88.0	0.0039519408385236335	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
DEN0041_000000025479	1336	0.5458193160460841	2	2	2	2	2	False	73072	maximal	True	DEN0041_000000025479	1.0		26	6	False	False	0.9992514848709106	0					non-mobilizable	chromosome	1329.0	99.774	99.0	0.00024935745391018024	CP052328.1	enterobacteria	Klebsiella pneumoniae strain D17KP0032 chromosome, complete genome	False	False
MAD0105_000000023732	1601	0.5458165811777248	3	2	1	1	2	False	14800	fragment	False	MAD0105_000000023732	1.0		0	0	False	False	0.9831355214118958	0					non-mobilizable	other	1601.0	99.56299999999999	100.0	0.0005785620346869636	CP003490.1	bacteria	Brachyspira pilosicoli B2904, complete genome	False	False
FIJ0115_000000000273	41412	0.5458147005690916	65	17	7	14	11	True	100654	maximal	True	FIJ0115_000000000273	1.0		5	1	False	False	0.9999275803565979	0					non-mobilizable	no_good_hit	56.0	96.429	0.0	0.7105263157894737	X07526.1	eudicots	Lupin transfer RNAs tRNA-Asn(1) and tRNA-Asn(2)	True	True
TAN0017_000000005920	5374	0.5458078287917025	7	5	3	5	3	True	2495	maximal	True	TAN0017_000000005920	1.0		1	1	False	False	0.9925567507743835	0					non-mobilizable	no_good_hit	179.0	97.765	3.0	0.0014707948075985556	NZ_JH378834.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.6, whole genome shotgun sequence	True	True
ENG0051_000000008771	3116	0.5458053840922991	3	3	2	3	2	False	100785	maximal	True	ENG0051_000000008771	1.0		14	7	False	False	0.9987162947654724	0					non-mobilizable	no_good_hit	1220.0	97.787	58.0	0.004676758011397916	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
ENG0055_000000015603	1240	0.5458050989629617	2	2	2	1	1	False	63620	fragment	False	ISR0060_000000021895	0.9578651685393258		0	0	False	False	0.9846774339675903	0					non-mobilizable	no_good_hit								True	False
ISR0107_000000016890	1665	0.5458047643264116	2	2	2	1	1	False	32841	fragment	False	ISR0107_000000016890	0.9940662086196128		0	0	False	False	1.0	0					non-mobilizable	other	1682.0	91.736	100.0	0.005163685765132212	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
CAN0007_000000007367	5827	0.5458042096183868	5	4	3	3	0	True	95420	maximal	True	CAN0007_000000007367	1.0		4	3	False	False	0.9974257946014404	0					non-mobilizable	no_good_hit	238.0	99.58	4.0	7.085305584446529e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0234_000000001582	6246	0.5458024007249792	10	9	6	4	6	True	132358	backbone	False	ISR0371_000000002559	0.7886212438174821	PS1159|PS463	0	0	True	True	1.0	10		MOBV			mobilizable	other	6246.0	99.88799999999999	100.0	0.05311322600124172	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0139_000000001695	11072	0.5458007584834079	12	10	6	7	7	False	128694	maximal	True	ISR0139_000000001695	1.0		35	4	False	False	0.9987355470657349	0					non-mobilizable	other	10638.0	98.27	96.0	0.08229258554250429	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0030_000000008562	3579	0.5458003985664945	5	4	2	4	3	False	7340	maximal	True	SPA0030_000000008562	1.0		9	5	False	False	0.9960882663726807	0					non-mobilizable	no_good_hit	1268.0	83.912	63.0	0.0005631423342249754	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	False
ISR0031_000000005534	3676	0.5457959285626572	6	4	3	3	3	True	116834	fragment	False	ISR0101_000000006143	0.9723796308928234		0	0	False	False	1.0	0					non-mobilizable	other	3676.0	99.891	100.0	0.0011795345301189037	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0029_000000005284	4574	0.5457928697771371	4	4	4	4	4	False	75356	maximal	False	MAD0052_000000002818	0.9560573353228091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	69.413	23.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0829_000000001189	9636	0.5457927542267103	11	11	5	7	11	True	80280	maximal	True	ISR0829_000000001189	1.0		276	13	False	False	0.9995849132537842	0					non-mobilizable	chromosome	9652.0	96.84	100.0	0.0021828785217242568	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
FIJ0049_000000001779	8338	0.5457921569695123	10	7	6	7	4	False	46688	fragment	False	FIJ0049_000000001779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	72.711	7.0	0.00015783350819649673	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0120_000000034112	1150	0.5457882174954742	1	1	1	1	1	False	4149	maximal	True	SPA0120_000000034112	1.0		3	2	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit	450.0	78.667	39.0	0.00027627661262472113	NZ_HE978574.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	True	False
ISR0074_000000018896	1588	0.5457867652038549	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.19122474791856994		0	0	False	False	0.998740553855896	0					non-mobilizable	other	1578.0	81.622	99.0	0.014047056295659648	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0051_000000012051	2819	0.5457847161800751	3	3	3	3	2	False	28910	maximal	True	MON0051_000000012051	1.0		178	12	False	False	0.9992905259132385	0					non-mobilizable	chromosome	2018.0	84.044	95.0	0.0006647734367978856	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0096_000000003643	8020	0.5457843695410244	7	5	5	4	2	True	43684	maximal	True	FIJ0096_000000003643	1.0		35	8	False	False	0.9996259212493896	0					non-mobilizable	no_good_hit	2845.0	94.65700000000001	35.0	0.0003933379458043422	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
USA0055_01_000000001508	14184	0.545783782805078	29	11	5	9	5	True	1044	maximal	True	USA0055_01_000000001508	1.0		1	1	False	False	0.9995064735412598	0					non-mobilizable	no_good_hit	1295.0	93.977	44.0	0.02291496827703541	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ENG0148_000000008784	4310	0.5457760542787318	4	4	1	3	1	True	57325	maximal	True	ENG0148_000000008784	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	89.552	2.0	2.7666053961380705e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ENG0051_000000010121	2737	0.545775541652006	3	2	2	2	2	False	64074	fragment	False	ENG0051_000000010121	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2721.0	87.321	100.0	0.010341112012214392	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
FIJ0036_000000006440	5446	0.5457753809102717	6	4	2	3	4	False	47979	maximal	True	FIJ0036_000000006440	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	88.742	11.0	8.914622498315551e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0058_000000003430	4886	0.5457752761510511	6	4	3	3	4	False	113664	fragment	False	ISR0323_000000003109	0.9452844452844453		0	0	False	False	0.9971346855163574	0					non-mobilizable	no_good_hit	855.0	92.398	53.0	0.0002973231850737487	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0036_000000015668	1526	0.5457728315344677	3	3	3	2	2	False	81332	maximal	True	MON0036_000000015668	1.0		12	5	False	False	0.9626474380493164	0					non-mobilizable	other	1526.0	99.738	100.0	0.007328947178715776	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0137_000000015217	1619	0.5457710002667947	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.1701130141140038		0	0	False	False	1.0	0					non-mobilizable	chromosome	1623.0	90.819	100.0	0.0005432629503755885	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0055_000000008367	1969	0.5457625690747429	3	3	3	2	2	False	110341	fragment	False	CHI0055_000000008367	1.0		0	0	False	False	0.9867953062057495	0					non-mobilizable	other	1971.0	97.057	100.0	0.016714487020593877	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0040_000000022376	1156	0.545761935443553	2	2	2	2	2	False	36456	maximal	True	ISR0040_000000022376	1.0		47	7	False	False	1.0	0					non-mobilizable	other	1144.0	78.584	99.0	0.004213809350011613	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
MON0103_000000030942	1778	0.5457567699675467	3	2	1	1	2	False	8885	maximal	True	MON0103_000000030942	1.0		0	0	False	False	0.9926884174346924	0					non-mobilizable	no_good_hit	594.0	76.768	33.0	0.00014678606270098399	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
AST0003_000000022708	1407	0.545756640515292	2	2	2	2	1	False	129371	maximal	True	AST0003_000000022708	1.0		5	1	False	False	0.9857853651046753	0					non-mobilizable	other	1407.0	99.71600000000001	100.0	0.004548689744419282	NZ_NFJN01000001.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_1, whole genome shotgun sequence	False	False
ISR0317_000000007128	2628	0.5457560596000472	3	2	2	2	1	True	25170	maximal	True	ISR0317_000000007128	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0359_000000010138	2539	0.5457553323131596	4	3	3	3	2	False	77650	fragment	False	ISR0359_000000010138	1.0		0	0	False	False	0.9858211874961853	0					non-mobilizable	no_good_hit	649.0	75.96300000000001	25.0	0.0009300867839166085	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
FIJ0090_000000025304	1790	0.5457530497363929	4	3	2	3	2	False	43464	fragment	False	FIJ0090_000000025304	1.0		0	0	False	False	0.9977653622627258	0					non-mobilizable	no_good_hit								True	False
ETH0002_000000002022	12764	0.5457516648164076	15	10	8	10	6	False	101144	maximal	True	ETH0002_000000002022	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	90.0	29.0	0.0002318119021140232	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0082_000000012053	3228	0.5457510573567135	2	1	1	1	1	True	101027	maximal	True	DEN0082_000000012053	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1177.0	95.667	46.0	0.00023876209164525557	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
MAD0027_000000003577	3146	0.5457510573567135	2	1	1	1	1	True	101023	fragment	False	FIJ0062_000000008917	0.9701423267326732		0	0	False	False	1.0	0					non-mobilizable	chromosome	3092.0	91.041	98.0	0.0006263444325898073	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
SPA0065_000000007395	2952	0.5457510573567135	2	1	1	1	1	True	101032	fragment	False	SPA0065_000000007395	1.0		0	0	False	False	0.9979674816131592	0					non-mobilizable	chromosome	2681.0	83.215	90.0	0.0005408692280127218	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0040_000000009190	2677	0.5457510573567135	1	1	1	1	1	True	101021	fragment	False	FIJ0040_000000009190	0.9498675747256905		0	0	False	False	0.9985057711601257	0					non-mobilizable	chromosome	2699.0	91.03399999999999	100.0	0.0005465540397185612	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0009_000000014483	2643	0.5457510573567135	1	1	1	1	1	True	101021	fragment	False	FIJ0040_000000009190	0.9430332461710871		0	0	False	False	1.0	0					non-mobilizable	chromosome	2659.0	89.583	100.0	0.0005384328801387907	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0110_000000006917	2500	0.5457510573567135	2	1	1	1	1	True	101031	fragment	False	FIJ0110_000000006917	1.0		0	0	False	False	0.9955999851226807	0					non-mobilizable	no_good_hit	2174.0	87.994	86.0	0.0004371214143811524	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
SPA0032_000000011760	2369	0.5457510573567135	1	1	1	1	1	True	101026	fragment	False	SPA0032_000000011760	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2382.0	91.26799999999999	100.0	0.00048077264712241937	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
TAN0009_000000016780	2326	0.5457510573567135	1	1	1	1	1	True	11721	fragment	False	TAN0009_000000016780	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2342.0	89.49600000000001	100.0	0.0004746817774375914	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0132_000000014498	2202	0.5457510573567135	1	1	1	1	1	True	101029	fragment	False	FIJ0132_000000014498	0.9565537769337423		0	0	False	False	0.9931880235671997	0					non-mobilizable	chromosome	2173.0	87.25299999999999	98.0	0.0004371214143811524	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ISR0371_000000008650	2150	0.5457510573567135	2	1	1	1	1	True	101020	fragment	False	ISR0371_000000008650	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2150.0	99.302	100.0	0.0004361062694336811	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ISR0310_000000007908	2123	0.5457510573567135	1	1	1	1	1	True	101029	fragment	False	FIJ0132_000000014498	0.9269790155348739		0	0	False	False	1.0	0					non-mobilizable	chromosome	2132.0	85.178	99.0	0.00042940631278037036	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
USA0116_01_000000012148	2079	0.5457510573567135	1	1	1	1	1	True	101029	fragment	False	FIJ0132_000000014498	0.9169422194157127		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	85.20700000000001	95.0	0.00040260648616712735	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0084_000000017174	1981	0.5457510573567135	1	1	1	1	1	True	12733	fragment	False	MON0084_000000017174	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1973.0	82.15899999999999	99.0	0.0003993580223352191	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
TAN0023_000000000972	1876	0.5457510573567135	1	1	1	1	1	True	52343	fragment	False	TAN0023_000000000972	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1891.0	83.448	100.0	0.00038067935530174677	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0042_000000014118	1871	0.5457510573567135	1	1	1	1	1	True	11720	fragment	False	MON0042_000000014118	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1767.0	89.98299999999999	94.0	0.0003583461664573776	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
TAN0006_000000007153	1862	0.5457510573567135	1	1	1	1	1	True	101025	fragment	False	TAN0006_000000007153	0.9481676085943518		0	0	False	False	0.9989258646965027	0					non-mobilizable	chromosome	1860.0	86.774	99.0	0.000373979398648436	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0061_000000014607	1826	0.5457510573567135	1	1	1	1	1	True	101025	fragment	False	TAN0006_000000007153	0.9342137772658862		0	0	False	False	0.9989047050476074	0					non-mobilizable	chromosome	1838.0	89.82600000000001	100.0	0.00037032487683753926	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MAD0058_000000008509	1810	0.5457510573567135	1	1	1	1	1	True	101025	fragment	False	TAN0006_000000007153	0.9222225518761954		0	0	False	False	1.0	0					non-mobilizable	chromosome	1819.0	86.09100000000001	99.0	0.0003664673260371482	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0099_000000019857	1759	0.5457510573567135	1	1	1	1	1	True	101017	fragment	False	MON0099_000000019857	1.0		0	0	False	False	0.9511085748672485	0					non-mobilizable	chromosome	1760.0	92.61399999999999	100.0	0.00035672193454142347	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MON0026_000000029092	1671	0.5457510573567135	1	1	1	1	1	True	12732	fragment	False	MON0026_000000029092	1.0		0	0	False	False	0.9994015693664551	0					non-mobilizable	chromosome	1675.0	81.851	99.0	0.00033885538346592817	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
FIJ0172_000000002245	10263	0.5457459896562455	10	8	8	8	6	False	39949	maximal	False	FIJ0147_000000001449	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	96.774	1.0	0.0005401216447878262	NZ_CADEPL010000019.1	b-proteobacteria	Vogesella oryzae isolate Q2602, whole genome shotgun sequence	True	False
FIJ0147_000000001449	10263	0.5457459896562455	10	8	8	8	6	False	39949	maximal	True	FIJ0147_000000001449	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	96.774	1.0	0.0005401216447878262	NZ_CADEPL010000019.1	b-proteobacteria	Vogesella oryzae isolate Q2602, whole genome shotgun sequence	True	False
ENG0189_000000011787	1516	0.5457456801494263	1	1	1	1	1	False	54837	maximal	True	ENG0189_000000011787	1.0		8	4	False	False	0.9656991958618164	0					non-mobilizable	no_good_hit	1306.0	92.34299999999999	86.0	0.00036328513881102764	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0150_000000017813	1192	0.5457430485221686	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5929824709308951		0	0	False	False	1.0	0					non-mobilizable	chromosome	1192.0	93.624	100.0	0.00033876899709017055	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0049_000000005898	3658	0.5457424707296911	4	3	3	3	3	False	112757	maximal	True	SPA0049_000000005898	1.0	PS721	3	2	False	True	0.9986331462860107	0					non-mobilizable	no_good_hit	2294.0	74.368	62.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0021_000000004100	4541	0.5457379898382216	5	4	3	4	3	False	102957	maximal	True	ENG0021_000000004100	1.0		6	3	False	False	0.9993393421173096	0					non-mobilizable	no_good_hit	3390.0	91.88799999999999	77.0	0.0013223513854689582	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
TAN0016_000000002503	3819	0.5457374957579018	4	4	4	4	4	False	50129	maximal	True	TAN0016_000000002503	1.0		51	3	False	False	1.0	0					non-mobilizable	no_good_hit	1858.0	80.517	48.0	0.07416643204762097	NZ_CACWHD010000054.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
FIJ0143_000000000796	5165	0.5457371442612028	7	5	4	4	2	False	54669	maximal	False	FIJ0165_000000003539	0.9909869619207968		0	0	False	False	0.9988383054733276	0					non-mobilizable	no_good_hit	406.0	76.355	8.0	0.00013422008066626848	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
MAD0097_000000009598	4069	0.5457346553525445	4	4	4	4	4	False	80533	fragment	False	MAD0097_000000009598	1.0		0	0	False	False	0.990661084651947	0					non-mobilizable	other	4069.0	99.361	100.0	0.02921406411582213	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0144_000000000803	26372	0.545734376930072	46	13	5	9	7	False	102989	maximal	True	FIJ0144_000000000803	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	0.0	1.863352057569733e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0003_000000002118	15004	0.5457307887031382	13	7	6	5	5	False	130772	maximal	True	AST0003_000000002118	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3710.0	83.26100000000001	25.0	0.001156999959080185	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
CHI0145_000000001687	8942	0.5457297535007287	14	10	3	3	10	False	103044	maximal	True	CHI0145_000000001687	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	7859.0	91.48700000000001	87.0	0.0015557820204688622	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0023_000000012450	2398	0.5457278670770294	3	2	1	1	2	False	131368	maximal	True	ISR0023_000000012450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	80.866	11.0	8.18684192572715e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
AST0002_000000024765	1512	0.5457278670770294	3	2	1	1	2	False	131367	fragment	False	AST0002_000000024765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000020975	1316	0.5457270286415778	3	2	1	2	1	False	65545	fragment	False	ISR0194_000000020975	0.9772424311793166		0	0	False	False	0.9392096996307373	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000007920	4394	0.5457243421952654	7	5	3	3	5	False	87397	fragment	False	SPA0122_000000006637	0.9807487322523514		0	0	False	False	1.0	0					non-mobilizable	other	2699.0	96.258	100.0	0.0004704067054337647	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
AST0024_000000013231	2563	0.5457209503463036	4	2	1	1	2	False	121531	fragment	False	AST0024_000000013231	1.0		0	0	False	False	0.9890753030776978	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	8.839479844596894e-06	CP014219.1	firmicutes	Clostridium botulinum strain B515 chromosome, complete genome	True	False
ISR0249_000000010210	1929	0.5457195602232482	4	4	4	4	1	False	27060	maximal	True	ISR0249_000000010210	1.0		1	1	False	False	0.971487820148468	0					non-mobilizable	no_good_hit	290.0	77.931	15.0	7.119287930826592e-05	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	False
CAN0016_000000024421	1959	0.5457181331834329	2	2	2	1	1	False	92818	maximal	True	CAN0016_000000024421	1.0		8	4	False	False	0.992343008518219	0					non-mobilizable	no_good_hit	1623.0	99.93799999999999	83.0	0.00030151450624954805	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
SPA0108_000000017059	1655	0.5457181331834329	2	2	2	1	1	False	87744	fragment	False	SPA0108_000000017059	0.9816289038579302		0	0	False	False	0.9812688827514648	0					non-mobilizable	other	1644.0	84.79299999999999	100.0	0.0003139452808124651	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	False
CHI0039_000000009722	1248	0.5457181331834329	2	2	2	1	1	False	87743	fragment	False	CHI0039_000000009722	0.9784446134126098		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	98.23700000000001	100.0	0.00024073544969459222	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ISR0180_000000001171	16665	0.5457134787346641	18	10	7	7	7	False	93753	maximal	True	ISR0180_000000001171	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2912.0	96.32600000000001	23.0	0.0005172884556859779	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
CHI0151_000000019244	1269	0.5457119729005298	2	2	2	1	1	False	79446	maximal	True	CHI0151_000000019244	1.0		80	10	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	100.0	62.0	0.00012597356436778732	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0132_000000008704	3094	0.5457101165232677	4	4	4	3	4	False	38113	maximal	True	ISR0132_000000008704	1.0		207	10	False	False	1.0	0					non-mobilizable	other	3094.0	98.869	100.0	0.02065718292927269	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
DEN0010_000000002926	11682	0.5457069752429793	12	11	8	7	4	False	99682	maximal	True	DEN0010_000000002926	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2323.0	90.35700000000001	20.0	0.0008062233611671521	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0101_000000018583	2331	0.5457055398612104	4	3	2	3	3	False	4945	maximal	True	SPA0101_000000018583	1.0		358	13	False	False	0.9888460040092468	0					non-mobilizable	other	2331.0	99.61399999999999	100.0	0.015986058510346342	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0102_000000009075	3008	0.5457034491766507	5	4	4	3	2	False	93258	fragment	False	ISR0835_000000003721	0.32861964618249534		0	0	False	False	0.9960106611251831	0					non-mobilizable	other	3003.0	99.9	99.0	0.00553979815352364	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0842_000000005298	3836	0.5457017636900582	6	4	2	3	2	True	24083	maximal	True	ISR0842_000000005298	0.9989378651088688		16	2	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	77.268	25.0	0.013054397924543925	NZ_SLXA01000012.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_112, whole genome shotgun sequence	True	True
ISR0351_000000003306	3766	0.5457017636900582	5	4	2	3	2	True	24083	maximal	False	ISR0842_000000005298	0.9898331595411887		0	0	False	False	0.9997344613075256	0					non-mobilizable	no_good_hit	959.0	77.268	25.0	0.013054397924543925	NZ_SLXA01000012.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_112, whole genome shotgun sequence	True	True
USA0057_01_000000006114	4903	0.5457012238033621	11	5	3	3	4	True	106989	fragment	False	USA0057_01_000000006114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	82.79700000000001	16.0	0.0002223642186750321	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
ISR0286_000000004149	3513	0.5456982321250134	5	2	1	2	1	False	63976	fragment	False	ISR0286_000000004149	1.0		0	0	False	False	0.9962994456291199	0					non-mobilizable	no_good_hit								True	False
MAD0004_000000000103	36747	0.5456962338652483	52	5	2	5	2	True	20052	fragment	False	MAD0004_000000000103	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	0.0	0.0005097183085046019	NZ_AWEY01000035.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00012, whole genome shotgun sequence	True	True
ISR0266_000000011424	1704	0.5456940656495105	2	2	2	2	2	False	122102	fragment	False	ISR0028_000000007710	0.15700098007260024		0	0	False	False	0.9718309640884399	0					non-mobilizable	other	1704.0	97.65299999999999	100.0	0.03893461362597165	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0024_000000018866	1407	0.5456932462428332	2	2	2	2	2	False	90575	fragment	False	SPA0127_000000020692	0.9901368026097378		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	100.0	100.0	0.00027231232480546424	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0186_000000005919	3264	0.5456927356810191	4	4	4	4	4	False	89572	maximal	True	CHI0186_000000005919	1.0		226	12	False	False	0.999387264251709	0					non-mobilizable	chromosome	3264.0	99.816	100.0	0.0013793173436259217	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
FIJ0036_000000029289	1468	0.5456898067495274	2	2	2	2	2	False	99124	fragment	False	FIJ0006_000000021361	0.7543491183352526		0	0	False	False	0.9965940117835999	0					non-mobilizable	chromosome	1468.0	98.63799999999999	100.0	0.0004984850065428281	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0365_000000007201	2215	0.5456864203322568	2	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.9023801676297034		0	0	False	False	1.0	0					non-mobilizable	other	2215.0	99.323	100.0	0.008743247085584304	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0111_000000008939	3417	0.5456850013547963	4	4	4	4	4	False	102937	maximal	True	CHI0111_000000008939	0.9994246260069045		9	3	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit	1006.0	81.41199999999999	32.0	0.0193724790567794	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0044_000000036523	1537	0.5456836731847194	2	2	2	2	2	False	11604	fragment	False	MON0044_000000036523	1.0		0	0	False	False	0.9577098488807678	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.620803198280377e-06	NZ_CP016616.1	a-proteobacteria	Microvirga ossetica strain V5/3m chromosome, complete genome	True	False
ISR0090_000000006675	3715	0.5456804585594912	9	3	1	3	2	True	71429	fragment	False	ISR0090_000000006675	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3715.0	98.008	100.0	0.0010464356525191234	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0139_000000010535	2418	0.5456771596208362	2	2	2	2	2	False	68365	maximal	True	ISR0139_000000010535	0.9912691652470188		170	13	False	False	0.9979321956634521	0					non-mobilizable	other	2290.0	79.083	94.0	0.0010821026974016205	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0054_000000022393	1137	0.5456768701625089	2	2	2	2	1	False	46287	fragment	False	FIJ0054_000000022393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	94.574	45.0	0.00017300939064005734	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0147_000000021698	1181	0.5456680330291243	1	1	1	1	1	True	119644	fragment	False	ISR0301_000000016887	0.9774932024079017		0	0	False	False	0.9966130256652832	0					non-mobilizable	other	1181.0	94.92	100.0	0.00022780098688020758	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
AST0025_000000033753	1160	0.5456680330291243	1	1	1	1	1	True	119644	fragment	False	ISR0301_000000016887	0.9639602753887108		0	0	False	False	0.9732758402824402	0					non-mobilizable	other	1160.0	94.82799999999999	100.0	0.00022374690152047506	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
ISR0134_000000000803	25782	0.5456674156336415	28	25	8	12	22	True	123802	fragment	False	ENG0073_000000000695	0.3923649481870182		0	0	False	False	1.0	0					non-mobilizable	other	25633.0	99.95299999999999	99.0	0.056663085432334566	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
SPA0010_000000002118	7890	0.5456669573953349	6	5	2	3	1	False	38392	fragment	False	ISR0200_000000002120	0.9553893455098148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2712.0	83.59100000000001	34.0	0.0012031003932835224	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0126_000000006212	7767	0.5456669573953349	6	5	2	3	1	False	38392	fragment	False	ISR0200_000000002120	0.9299152941275266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2560.0	84.57	33.0	0.0011357160611671234	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0046_000000016030	2050	0.5456667371639837	3	2	2	2	1	False	11525	maximal	True	MON0046_000000016030	1.0		1	1	False	False	0.9809756278991699	0					non-mobilizable	no_good_hit	948.0	92.72200000000001	82.0	0.007889184478488211	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
ISR0252_000000005238	2059	0.5456657477125869	2	2	2	2	1	False	94887	fragment	False	ISR0252_000000005238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000011142	2139	0.5456647415888016	4	4	2	4	4	False	17553	fragment	False	MAD0048_000000011142	1.0		0	0	False	False	0.9990649819374084	0					non-mobilizable	plasmid	2081.0	98.84700000000001	100.0	0.016119657457279033	CP015914.1	enterobacteria	Escherichia coli strain 210205630 plasmid pSLy2, complete sequence	False	True
DEN0041_000000017282	1979	0.5456638963733274	2	2	2	2	2	False	115832	fragment	False	DEN0041_000000017282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	76.866	7.0	0.00010642758603029905	NZ_FNON01000002.1	high GC Gram+	Amycolatopsis xylanica strain CPCC 202699, whole genome shotgun sequence	True	False
MON0057_000000001625	9166	0.5456627968098063	11	7	4	4	6	False	125579	fragment	False	ENG0057_000000002278	0.829286953002123		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0015_000000009115	2737	0.5456618535595825	5	5	4	4	4	False	84871	maximal	True	ISR0015_000000009115	1.0		360	13	False	False	1.0	0					non-mobilizable	chromosome	2737.0	99.488	100.0	0.0005655914503079538	CP042901.1	enterobacteria	Escherichia coli strain CFSAN061762 chromosome, complete genome	False	False
MAD0043_000000004490	4903	0.5456604925261954	6	4	3	2	1	False	52336	maximal	True	MAD0043_000000004490	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	9.544654884802524e-05	NZ_PYAL01000007.1	b-proteobacteria	Achromobacter aloeverae strain AVA-1 Scaffold7_1, whole genome shotgun sequence	True	False
AST0058_000000006425	2323	0.5456579104150446	4	4	4	3	3	False	113097	maximal	True	AST0058_000000006425	1.0		80	8	False	False	0.993112325668335	0					non-mobilizable	no_good_hit	510.0	90.39200000000001	25.0	0.05211860059505489	MK232392.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V06.J07_3-CL28_c1 sequence	True	False
FIJ0108_000000005561	3931	0.5456574488374782	4	3	1	2	2	False	80474	maximal	True	FIJ0108_000000005561	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	98.803	43.0	0.17138339920948617	NZ_JH379418.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld536, whole genome shotgun sequence	True	False
CHI0185_000000003932	4975	0.5456549022270821	7	5	2	1	5	False	77234	maximal	True	CHI0185_000000003932	1.0		18	6	False	False	0.99959796667099	0					non-mobilizable	no_good_hit	1948.0	88.296	73.0	0.03796773624478115	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	True	False
MON0016_000000006260	3839	0.5456507732180257	4	4	4	4	4	False	91997	fragment	False	MON0016_000000006260	0.9719928337570369		0	0	False	False	1.0	0					non-mobilizable	other	3839.0	99.06200000000001	100.0	0.014864273459254927	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0366_000000008656	2179	0.5456501249281793	3	3	3	3	3	False	104585	maximal	False	USA0061_01_000000004879	0.9817045961624274		0	0	False	False	0.9958696365356445	0					non-mobilizable	no_good_hit	426.0	76.056	19.0	0.0019394076333578113	NZ_QGDS01000007.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_107, whole genome shotgun sequence	True	False
FIJ0133_000000033751	1171	0.5456496044962471	2	2	2	1	1	False	40651	fragment	False	MON0089_000000023988	0.9354267805249036		0	0	False	False	0.9897523522377014	0					non-mobilizable	other	1152.0	98.00299999999999	98.0	0.0005479543355518105	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0131_000000031883	1186	0.545647334497917	3	3	3	2	3	False	31626	maximal	True	ISR0131_000000031883	1.0		38	9	False	False	0.9915682673454285	0					non-mobilizable	no_good_hit	495.0	71.919	41.0	0.0011721152338804008	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	True	False
ENG0031_000000005343	3796	0.5456430813597223	6	4	2	2	3	False	88485	backbone	False	ISR0182_000000007885	0.848994968335618	PS458	0	0	False	True	0.9971022009849548	0					non-mobilizable	no_good_hit	1217.0	87.839	48.0	0.00037580675568641043	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0030_000000011691	1840	0.545642294376646	2	2	2	2	2	False	60685	fragment	False	ISR0030_000000011691	1.0		0	0	False	False	0.990760862827301	0					non-mobilizable	no_good_hit								True	False
MAD0014_000000030980	1124	0.5456403598695179	2	1	1	1	1	False	19463	fragment	False	MAD0014_000000030980	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0171_000000016434	1470	0.5456351557911125	3	3	3	1	1	False	55777	fragment	False	ENG0171_000000016434	1.0		0	0	False	False	0.9965986609458923	0					non-mobilizable	no_good_hit	653.0	73.20100000000001	57.0	0.00011096206704701421	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
MON0054_000000031042	1589	0.5456334755649582	2	2	2	2	1	False	68419	fragment	False	MON0054_000000031042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	71.562	46.0	0.009121123522502937	NZ_CYYV01000017.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0005_000000009254	3119	0.5456274570233021	5	3	3	3	2	False	128537	maximal	True	AST0005_000000009254	1.0		1	1	False	False	0.9862135052680969	0					non-mobilizable	no_good_hit	1739.0	83.669	56.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0104_000000025950	1754	0.5456236875447625	3	2	2	1	0	False	94771	fragment	False	CAN0009_000000014699	0.9312271652697185		0	0	False	False	0.9994298815727234	0					non-mobilizable	other	1755.0	98.177	100.0	0.23376450193359113	NZ_LR130836.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0064_000000015160	1467	0.5456236875447625	3	2	2	1	0	False	62940	maximal	True	ENG0064_000000015160	1.0		88	8	False	False	0.9993183612823486	0					non-mobilizable	other	1481.0	83.795	100.0	0.0004429595138027999	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0104_000000031789	1440	0.5456236875447625	2	2	2	1	0	False	82734	fragment	False	MON0104_000000031789	0.9555223152625678		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	97.363	100.0	0.0004306215943412911	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0259_000000012498	1430	0.5456236875447625	2	2	2	1	0	False	82734	fragment	False	MON0104_000000031789	0.9507741234662883		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	99.93	100.0	0.0004272110413575565	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0049_000000015734	1402	0.5456236875447625	2	2	2	1	0	False	82734	fragment	False	MON0104_000000031789	0.9280516636727401		0	0	False	False	1.0	0					non-mobilizable	chromosome	1405.0	95.73	100.0	0.00039001983505585137	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0781_000000021820	1395	0.5456236875447625	2	2	2	1	0	False	26591	maximal	True	ISR0781_000000021820	0.9966417910447761		490	12	False	False	1.0	0					non-mobilizable	other	1404.0	88.74600000000001	100.0	0.003066863790766848	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0335_000000014281	1370	0.5456236875447625	2	2	2	1	0	False	82734	fragment	False	MON0104_000000031789	0.9310746850064283		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	97.59299999999999	100.0	0.039007294278550264	MH229773.1	firmicutes	Clostridioides difficile Cd-13Lar ermG-carrying contig genomic sequence	False	False
ISR0259_000000013418	1357	0.5456236875447625	2	2	2	1	0	False	82734	fragment	False	MON0104_000000031789	0.924667378777714		0	0	False	False	1.0	0					non-mobilizable	other	1359.0	97.351	100.0	0.038636881695919764	MH229773.1	firmicutes	Clostridioides difficile Cd-13Lar ermG-carrying contig genomic sequence	False	False
CHI0109_000000014754	1348	0.5456236875447625	2	2	2	1	0	False	82734	fragment	False	MON0104_000000031789	0.9264782730427891		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	97.181	100.0	0.000403090540359777	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0046_000000024969	1340	0.5456236875447625	2	2	2	1	0	False	26591	maximal	False	ISR0781_000000021820	0.9770609318996415		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	89.029	100.0	0.0029458612739144976	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0018_000000020441	1334	0.5456236875447625	2	2	2	1	0	False	82734	fragment	False	MON0104_000000031789	0.9081585835978545		0	0	False	False	1.0	0					non-mobilizable	chromosome	1335.0	97.37799999999999	100.0	0.00037108953613807985	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0087_000000024109	1314	0.5456236875447625	2	2	2	1	0	False	82734	fragment	False	MON0104_000000031789	0.8838685813206634		0	0	False	False	0.9916285872459412	0					non-mobilizable	other	1316.0	92.477	100.0	0.00036461891353005535	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0022_000000033218	1264	0.5456236875447625	2	2	2	1	0	False	82734	fragment	False	MON0104_000000031789	0.5934731877211248		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	99.76299999999999	100.0	0.00037758400646227704	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0089_000000026887	1151	0.5456236875447625	2	2	2	1	0	False	29924	fragment	False	MON0089_000000026887	0.9834338749796592		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	98.697	100.0	0.0003193539608222115	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0033_000000027956	1144	0.5456236875447625	2	2	2	1	0	False	29924	fragment	False	MON0089_000000026887	0.9754210077615245		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.913	100.0	0.0002543760242919088	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0265_000000015707	1138	0.5456236875447625	2	2	2	1	0	False	26590	fragment	False	ISR0265_000000015707	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	86.98700000000001	100.0	0.0025014520302022282	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0172_000000015044	1103	0.5456236875447625	2	2	2	1	0	False	29924	fragment	False	MON0089_000000026887	0.9549626452319763		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	98.096	100.0	0.00030602440419658875	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0167_000000012929	1672	0.5456227274164713	2	2	2	2	1	False	80177	fragment	False	CHI0167_000000012929	1.0		0	0	False	False	0.9940191507339478	0					non-mobilizable	no_good_hit	606.0	71.947	35.0	0.0001044784035842322	NZ_CP028290.1	b-proteobacteria	Acidovorax cattleyae strain CAT98_1 chromosome	True	False
MON0007_000000001201	18032	0.5456217645321434	28	9	4	6	5	False	14010	maximal	True	MON0007_000000001201	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	71.82300000000001	6.0	0.00015314266357053038	CP032871.1	g-proteobacteria	Pseudomonas syringae pv. actinidiae strain P155 chromosome, complete genome	True	False
MON0104_000000003446	9123	0.5456174317647939	8	1	1	1	1	False	65399	fragment	False	MON0104_000000003446	1.0		0	0	False	False	0.9911213517189026	0					non-mobilizable	no_good_hit	80.0	95.0	1.0	0.003225674737658732	NZ_FWFQ01000037.1	a-proteobacteria	Pseudoruegeria aquimaris strain CECT 7680, whole genome shotgun sequence	True	False
MAD0047_000000005832	5809	0.5456174317647939	6	1	1	1	1	False	65403	maximal	True	MAD0047_000000005832	1.0		1	1	False	False	0.9975899457931519	0					non-mobilizable	no_good_hit	718.0	96.936	12.0	0.00025300938251948647	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0088_000000006935	4197	0.5456174317647939	5	1	1	1	1	False	62782	fragment	False	MON0088_000000006935	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0035_01_000000007216	3466	0.5456174317647939	3	1	1	1	1	False	65393	fragment	False	USA0035_01_000000007216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0062_000000012258	3234	0.5456174317647939	4	1	1	1	1	False	65396	fragment	False	MON0062_000000012258	1.0		0	0	False	False	0.9981446862220764	0					non-mobilizable	no_good_hit								True	False
MON0037_000000020823	3142	0.5456174317647939	4	1	1	1	1	False	58927	fragment	False	MON0037_000000020823	1.0		0	0	False	False	0.9481222033500671	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000013731	2890	0.5456174317647939	3	1	1	1	1	False	62781	fragment	False	ISR0051_000000013731	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0049_000000007764	2727	0.5456174317647939	3	1	1	1	1	False	62780	fragment	False	MON0049_000000007764	1.0		0	0	False	False	0.9996333122253418	0					non-mobilizable	no_good_hit								True	False
ENG0035_000000009085	2440	0.5456174317647939	3	1	1	1	1	False	65392	fragment	False	ENG0035_000000009085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0011_000000019759	2393	0.5456174317647939	3	1	1	1	1	False	28308	maximal	True	MON0011_000000019759	1.0		0	0	False	False	0.9527789354324341	0					non-mobilizable	no_good_hit	384.0	99.219	16.0	0.013265906965467077	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	False
ENG0066_000000008234	2363	0.5456174317647939	2	1	1	1	1	False	62779	fragment	False	ENG0066_000000008234	0.9772100764048773		0	0	False	False	0.9750317335128784	0					non-mobilizable	no_good_hit								True	False
MON0095_000000013164	2329	0.5456174317647939	2	1	1	1	1	False	62779	fragment	False	ENG0066_000000008234	0.9720740473706728		0	0	False	False	0.9772434234619141	0					non-mobilizable	no_good_hit								True	False
MON0012_000000025706	2036	0.5456174317647939	2	1	1	1	1	False	28310	fragment	False	MON0012_000000025706	1.0		0	0	False	False	0.9995088577270508	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000019353	1880	0.5456174317647939	2	1	1	1	1	False	58926	fragment	False	USA0011_01_000000019353	0.9922865013774105		0	0	False	False	0.9936169981956482	0					non-mobilizable	no_good_hit								True	False
ENG0124_000000017162	1815	0.5456174317647939	2	1	1	1	1	False	58926	fragment	False	USA0011_01_000000019353	0.9752659574468086		0	0	False	False	0.9966942071914673	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000019208	1526	0.5456174317647939	2	1	1	1	1	False	28307	fragment	False	SPA0127_000000019208	0.987296086917409		0	0	False	False	0.9809960722923279	0					non-mobilizable	no_good_hit								True	False
MON0050_000000029204	1383	0.5456174317647939	1	1	1	1	1	False	28307	fragment	False	SPA0127_000000019208	0.9681697158503444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0015_000000018901	1324	0.5456174317647939	1	1	1	1	1	False	28307	fragment	False	SPA0127_000000019208	0.7910096419752249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000030805	1284	0.5456174317647939	1	1	1	1	1	False	28307	fragment	False	SPA0127_000000019208	0.7956538360012333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0061_000000040385	1172	0.5456174317647939	1	1	1	1	1	False	28307	fragment	False	SPA0127_000000019208	0.4753433057614495		0	0	False	False	0.9948805570602417	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000031351	1160	0.5456174317647939	1	1	1	1	1	False	28307	fragment	False	SPA0127_000000019208	0.4734316466956574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0128_000000000640	25051	0.545610859083818	19	12	8	11	6	True	41035	fragment	False	FIJ0128_000000000640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	97.75299999999999	0.0	3.2212567806540104e-05	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	True
SPA0038_000000021262	1193	0.5456096834562573	3	3	3	3	2	False	109999	fragment	False	AST0089_000000019234	0.9644568690095847		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	99.665	100.0	0.0004328902140300735	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
SPA0038_000000014745	1832	0.5456093160011203	4	3	3	3	3	False	99566	fragment	False	AUS0020_000000014410	0.47898706896551724		0	0	False	False	1.0	0					non-mobilizable	plasmid	1832.0	98.635	100.0	0.007510157179792342	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ENG0095_000000014703	1886	0.5455992783911837	2	2	2	2	1	False	60958	maximal	True	ENG0095_000000014703	1.0		1	1	False	False	0.9941675662994385	0					non-mobilizable	chromosome	1886.0	98.038	100.0	0.00039873099893432	CP014030.2	enterobacteria	Citrobacter sp. FDAARGOS_156 strain FDAARGOS_155 chromosome, complete genome	False	False
MAD0107_000000027778	1429	0.5455983585074721	2	2	2	2	2	False	14656	maximal	True	MAD0107_000000027778	1.0		98	11	False	False	0.9993001818656921	0					non-mobilizable	no_good_hit	316.0	77.215	22.0	3.468950980242472e-05	NZ_RAPR01000001.1	high GC Gram+	Catellatospora citrea strain DSM 44097 Ga0197484_11, whole genome shotgun sequence	True	False
MON0097_000000004666	6169	0.5455980504818699	6	6	3	3	2	True	97580	fragment	False	FIJ0053_000000002732	0.7744143633238207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	88.95	4.0	0.001705482177711243	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
CHI0061_000000004454	1711	0.5455975834083482	1	1	1	1	1	False	85663	maximal	True	CHI0061_000000004454	0.9840255591054313		263	11	False	False	0.9818819165229797	0					non-mobilizable	chromosome	1737.0	76.972	100.0	0.0005380423014089648	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0293_000000017266	2059	0.545597372611002	4	2	1	1	2	False	68174	maximal	False	DEN0096_000000021487	0.9921625079974409		0	0	False	False	0.9966002702713013	0					non-mobilizable	other	2059.0	100.0	100.0	0.002655456459804286	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0119_01_000000012059	2036	0.545597372611002	4	2	1	1	2	False	68174	maximal	False	DEN0096_000000021487	0.9849201436696159		0	0	False	False	0.9793713092803955	0					non-mobilizable	other	2036.0	100.0	100.0	0.0026257793467938397	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0043_000000003241	2645	0.5455957534097067	3	3	3	3	3	False	108435	fragment	False	CHI0043_000000003241	0.9814680723868967		0	0	False	False	1.0	0					non-mobilizable	chromosome	2645.0	99.28200000000001	100.0	0.0005088390579010351	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
ENG0053_000000014876	1686	0.5455930329544599	2	1	1	1	1	True	63851	maximal	True	ENG0053_000000014876	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0079_000000022305	1300	0.5455911813984387	2	2	2	2	2	True	34340	fragment	False	ISR0079_000000022305	1.0		0	0	False	False	0.9730769395828247	0					non-mobilizable	no_good_hit	431.0	75.17399999999999	33.0	0.003552589979533088	NZ_AUDP01000010.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	True
MON0004_000000040712	1181	0.5455894857488929	2	2	2	1	1	False	14174	maximal	True	MON0004_000000040712	1.0		58	8	False	False	0.9949195384979248	0					non-mobilizable	other	1190.0	85.21	100.0	0.269117313365101	KU545688.1	bacteria	Uncultured bacterium clone GE_01X_000_Contig_1 genomic sequence	False	False
MAD0040_000000009245	3175	0.5455886712621122	4	1	1	1	1	False	18390	maximal	True	MAD0040_000000009245	1.0		1	1	False	False	0.9946456551551819	0					non-mobilizable	no_good_hit								True	False
FIJ0103_000000002069	8114	0.545588442980137	9	6	5	5	4	False	42587	maximal	True	FIJ0103_000000002069	1.0		20	3	False	False	0.999383807182312	0					non-mobilizable	no_good_hit	1336.0	94.311	50.0	0.0467799233231332	NZ_QEKH01000048.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_148, whole genome shotgun sequence	True	False
MON0001_000000017249	2012	0.545584577313463	3	3	2	3	2	False	120938	fragment	False	CHI0004_000000002902	0.6414645744174988		0	0	False	False	1.0	0					non-mobilizable	chromosome	2013.0	94.536	100.0	0.0005829517767564284	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0038_000000025240	1120	0.5455826949042886	2	2	2	2	2	False	64995	fragment	False	ENG0038_000000025240	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1124.0	86.655	100.0	0.00038760068206566067	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0033_000000005092	5421	0.5455804299722515	7	5	4	5	4	False	102069	maximal	True	DEN0033_000000005092	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2872.0	80.362	53.0	0.00044463281309431213	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
ISR0026_000000002777	7798	0.5455784356537614	12	10	2	5	9	True	129076	fragment	False	ISR0026_000000002777	1.0		0	0	False	False	0.9996153116226196	0					non-mobilizable	other	7798.0	99.97399999999999	100.0	0.0020718424730098474	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0328_000000018743	1553	0.5455769548682606	2	1	1	1	1	False	24737	maximal	True	ISR0328_000000018743	1.0		6	2	False	False	0.9549259543418884	0					non-mobilizable	no_good_hit	1279.0	77.404	81.0	0.00035711203666274546	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0255_000000009973	2985	0.5455743523746497	4	4	1	3	2	False	120306	maximal	True	ISR0255_000000009973	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0001_000000017398	1235	0.5455646344151429	2	2	2	2	1	False	52514	fragment	False	FIJ0001_000000017398	1.0		0	0	False	False	0.9991902709007263	0					non-mobilizable	chromosome	1235.0	99.352	100.0	0.00024073154297214107	CP050845.1	enterobacteria	Klebsiella pneumoniae strain Bckp206 chromosome, complete genome	False	False
ENG0012_000000014841	1571	0.5455639485671393	3	2	2	2	2	False	67045	fragment	False	ENG0012_000000014841	1.0		0	0	False	False	0.9987269043922424	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000022422	1388	0.5455637546116241	3	2	2	2	1	False	46446	maximal	True	FIJ0052_000000022422	1.0		334	13	False	False	0.9891930818557739	0					non-mobilizable	other	1388.0	94.30799999999999	100.0	0.0011906110830698022	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
FIJ0148_000000019593	1113	0.5455594946508374	2	2	2	2	1	False	39869	maximal	True	FIJ0148_000000019593	1.0		9	5	False	False	0.9550763964653015	0					non-mobilizable	no_good_hit	172.0	84.302	15.0	0.0005213668398422406	NZ_JAAIPW010000002.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_2_length_326066_cov_251.654, whole genome shotgun sequence	True	False
ENG0193_000000007218	2852	0.5455554412868575	3	3	3	2	2	False	106752	fragment	False	ENG0193_000000007218	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2851.0	99.47399999999999	99.0	0.01359972895978775	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0130_000000028179	1157	0.5455479164152943	2	1	1	1	1	False	31710	maximal	True	ISR0130_000000028179	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	6.3202794158351625e-06	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
MAD0098_000000032499	1403	0.5455468835285672	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.05206866197812213		0	0	False	False	1.0	0					non-mobilizable	other	1315.0	92.852	94.0	0.0027455006618057574	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0033_000000004266	3051	0.5455459626332029	3	3	3	2	2	False	117074	maximal	True	AST0033_000000004266	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	80.702	35.0	0.012663456545342964	NZ_QIBX01000012.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_012, whole genome shotgun sequence	True	False
ISR0791_000000008637	2118	0.5455320287768549	3	3	3	2	2	False	117272	fragment	False	ISR0791_000000008637	1.0		0	0	False	False	0.9915013909339905	0					non-mobilizable	no_good_hit	1549.0	87.734	73.0	0.00048634989518103847	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0304_000000005594	1751	0.5455291784718527	3	2	2	2	2	False	123025	maximal	True	ISR0304_000000005594	1.0		15	3	False	False	1.0	0					non-mobilizable	chromosome	1388.0	98.34299999999999	99.0	0.0003714248349758922	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0083_000000022583	1729	0.5455245591070291	3	2	1	1	2	False	9871	maximal	True	MON0083_000000022583	1.0		71	9	False	False	0.9866974949836731	0					non-mobilizable	no_good_hit	1366.0	86.164	79.0	0.00268075345359217	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ENG0185_000000004181	5712	0.5455216719914485	8	3	1	3	2	False	93898	fragment	False	ENG0185_000000004181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4164.0	98.15100000000001	96.0	0.10934257873033383	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0121_000000004192	4337	0.5455216719914485	7	3	1	3	2	False	76138	fragment	False	ENG0121_000000004192	1.0		0	0	False	False	0.9995388388633728	0					non-mobilizable	other	3889.0	97.094	96.0	0.10211961232369396	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
FIJ0106_000000001352	16158	0.5455204912563433	23	5	1	5	1	False	42373	maximal	True	FIJ0106_000000001352	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	1.029116737482892e-06	CP025672.1	eudicots	Ipomoea triloba cultivar NCNSP0323 chromosome 13	True	False
USA0117_01_000000003982	6600	0.5455190435359175	11	5	2	2	5	False	251	maximal	True	USA0117_01_000000003982	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	3073.0	89.522	47.0	0.0025633724964325704	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0158_000000008766	2160	0.5455165586933193	4	2	2	1	2	False	30502	maximal	True	ISR0158_000000008766	1.0		2	1	False	False	0.9967592358589172	0					non-mobilizable	no_good_hit	703.0	97.155	33.0	0.003673450165095944	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0192_000000002936	6671	0.5455164300958502	10	10	6	7	9	False	48535	maximal	True	ISR0192_000000002936	1.0		28	9	False	False	0.9985010027885437	0					non-mobilizable	chromosome	6654.0	99.564	99.0	0.0012234239061775644	CP036327.1	enterobacteria	Klebsiella pneumoniae strain BA28434 chromosome, complete genome	False	False
FIJ0094_000000007871	2531	0.5455143560141527	2	2	1	2	1	False	122798	maximal	True	FIJ0094_000000007871	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1263.0	98.971	58.0	0.0020919286419896566	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0138_000000008578	2950	0.5455133407027596	3	3	3	3	3	False	104313	maximal	True	SPA0138_000000008578	1.0		19	5	False	False	0.993220329284668	0					non-mobilizable	no_good_hit	2634.0	99.962	89.0	0.0011504220545349008	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
ENG0164_000000003298	5309	0.5455129131896121	6	6	6	6	5	False	63648	maximal	True	ENG0164_000000003298	0.9959839357429718		157	13	False	False	0.9992465376853943	0					non-mobilizable	no_good_hit	2633.0	77.32600000000001	66.0	0.0010823295655800753	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
DEN0005_000000006322	4736	0.5455113671982159	6	5	2	3	1	True	76547	maximal	True	DEN0005_000000006322	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2825.0	84.92	63.0	0.0008157266533031276	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0022_000000005658	4228	0.5455113671982159	8	5	2	3	1	True	49496	fragment	False	FIJ0022_000000005658	1.0		0	0	False	False	0.9997634887695312	0					non-mobilizable	no_good_hit	2826.0	84.926	71.0	0.0008157266533031276	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0169_000000007631	3721	0.5455113671982159	6	5	2	3	1	True	43250	fragment	False	ISR0169_000000007631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2769.0	85.01299999999999	79.0	0.0007997831686081483	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0360_000000009073	2686	0.5455063270298491	8	7	2	1	6	False	23791	maximal	True	ISR0360_000000009073	1.0		10	5	False	False	0.9918093681335449	0					non-mobilizable	no_good_hit	346.0	94.509	13.0	0.037261043309212656	NZ_CABMGA010000036.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0346_000000002574	6427	0.5455061306307704	9	8	8	7	6	False	124638	maximal	True	ISR0346_000000002574	1.0		240	11	False	False	0.9993776082992554	0					non-mobilizable	no_good_hit	1049.0	79.40899999999999	16.0	0.032937365010799136	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0127_000000013357	2198	0.5455039029772336	3	3	3	3	2	False	3918	maximal	True	SPA0127_000000013357	1.0		12	6	False	False	0.995905339717865	0					non-mobilizable	other	1217.0	86.36	96.0	0.11511473544471838	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0232_000000006539	3713	0.5455027148409551	4	3	2	3	2	False	109303	maximal	False	FIJ0095_000000006713	0.9544303797468354		0	0	False	False	1.0	0					non-mobilizable	chromosome	3714.0	98.304	100.0	0.005094671278945278	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
FIJ0070_000000001059	14485	0.5454989149579914	29	8	4	8	4	False	52667	maximal	True	FIJ0070_000000001059	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	71.53399999999999	6.0	0.002319773377910352	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0143_000000012435	2452	0.5454951800380744	3	3	3	3	2	False	31152	maximal	True	ISR0143_000000012435	1.0		7	4	False	False	0.9991843104362488	0					non-mobilizable	no_good_hit	89.0	79.775	4.0	0.00024984384759525296	NZ_KB899496.1	b-proteobacteria	Aromatoleum toluclasticum ATCC 700605 strain MF63 F464DRAFT_scaffold00006.6, whole genome shotgun sequence	True	False
FIJ0103_000000013310	1664	0.5454934286581887	2	2	2	2	2	False	122028	maximal	True	FIJ0103_000000013310	1.0		2	1	False	False	0.996995210647583	0					non-mobilizable	no_good_hit	1341.0	92.916	80.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0051_000000015668	2500	0.5454925722269182	3	3	1	3	2	False	119463	fragment	False	AST0026_000000010653	0.8677406161769218		0	0	False	False	1.0	0					non-mobilizable	other	2422.0	98.96799999999999	97.0	0.048873546511627904	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0002_000000008704	2484	0.5454925722269182	3	3	1	3	2	False	119463	fragment	False	AST0026_000000010653	0.8655087790990823		0	0	False	False	1.0	0					non-mobilizable	other	2420.0	98.884	97.0	0.04883317183462532	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0005_000000015597	1529	0.5454885756246093	3	3	3	3	3	False	76249	fragment	False	DEN0007_000000017257	0.4934766598925155		0	0	False	False	0.9777632355690002	0					non-mobilizable	chromosome	1530.0	96.471	100.0	0.0004346255479040979	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0346_000000010364	2180	0.5454865935547872	3	3	2	3	2	False	81421	fragment	False	ISR0346_000000010364	1.0		0	0	False	False	0.9903669953346252	0					non-mobilizable	chromosome	2180.0	99.35799999999999	100.0	0.0009723871502094938	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
CHI0157_000000005645	1899	0.5454850056695587	2	2	2	2	1	True	78943	maximal	True	CHI0157_000000005645	1.0		1	1	False	False	0.9952606558799744	0					non-mobilizable	no_good_hit	1030.0	100.0	54.0	0.014747825089934502	NZ_AGDG01000013.1	CFB group bacteria	Bacteroides faecis MAJ27 contig013, whole genome shotgun sequence	True	True
CAN0010_000000005979	2176	0.5454847487534467	3	3	3	3	2	False	94616	fragment	False	CAN0010_000000005979	1.0		0	0	False	False	0.9995404481887817	0					non-mobilizable	other	1401.0	90.36399999999999	96.0	0.0006692607897372996	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	False	False
ISR0190_000000009951	2311	0.5454841719300155	4	4	3	4	3	False	29190	maximal	True	ISR0190_000000009951	1.0		2	2	False	False	0.9878840446472168	0					non-mobilizable	no_good_hit	249.0	71.888	11.0	0.0009799000020079918	NZ_SRHY01000003.1	firmicutes	Lentibacillus salicampi strain ATCC BAA-719 NODE_3_length_249005_cov_110.319317, whole genome shotgun sequence	True	False
MAD0095_000000000708	16387	0.5454824208921633	28	3	1	2	2	True	19389	maximal	True	MAD0095_000000000708	1.0		5	1	False	False	0.9992676973342896	0					non-mobilizable	no_good_hit								True	True
MAD0002_000000001308	14523	0.5454824208921633	23	3	1	2	2	True	23708	maximal	True	MAD0002_000000001308	1.0		1	1	False	False	0.9999311566352844	0					non-mobilizable	no_good_hit	121.0	98.34700000000001	1.0	0.0004091694882312626	NZ_NBAX01000005.1	CFB group bacteria	Prevotella timonensis strain DNF00076 Contig_5, whole genome shotgun sequence	True	True
MON0071_000000001734	6453	0.5454795081476946	5	4	4	4	2	False	129854	maximal	True	MON0071_000000001734	1.0		3	2	False	False	0.999845027923584	0					non-mobilizable	no_good_hit	2023.0	95.551	31.0	0.011495038174458128	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
SPA0026_000000004785	5324	0.5454783351169874	6	6	6	6	5	False	100351	maximal	True	SPA0026_000000004785	1.0		158	12	False	False	0.9996243715286255	0					non-mobilizable	chromosome	5316.0	99.81200000000001	99.0	0.0018056914279267816	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0047_01_000000009264	3765	0.5454752197426327	3	3	2	3	3	False	1177	maximal	True	USA0047_01_000000009264	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2832.0	99.929	75.0	0.0005504490438816811	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	False
ENG0127_000000016711	1579	0.5454730033156352	2	1	1	1	1	False	58699	fragment	False	ISR0234_000000008618	0.956002514142049		0	0	False	False	0.9993667006492615	0					non-mobilizable	other	1580.0	98.41799999999999	100.0	0.003117017454508127	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0211_000000013371	1698	0.5454702976707444	4	4	3	3	1	False	126601	fragment	False	ISR0064_000000014037	0.9575867296061197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	92.234	80.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0350_000000013168	1503	0.5454702976707444	4	4	3	3	1	False	126601	fragment	False	ISR0064_000000014037	0.7991698725991716		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	94.249	89.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
ISR0317_000000015326	1456	0.5454702976707444	4	4	3	3	1	False	126601	fragment	False	ISR0064_000000014037	0.7785286539939192		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	93.491	93.0	0.001492663858346423	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	False	False
ISR0089_000000020370	1514	0.5454700970264786	2	2	2	2	2	False	33720	maximal	True	ISR0089_000000020370	1.0		166	11	False	False	0.9867899417877197	0					non-mobilizable	other	1425.0	98.175	99.0	0.019379897785349234	NZ_CABIYV010000013.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0028_000000003929	7458	0.5454693675807014	10	8	7	8	7	False	121738	maximal	True	FIJ0028_000000003929	1.0		1	1	False	False	0.998525083065033	0					non-mobilizable	no_good_hit	1096.0	81.752	36.0	0.00032826757240408114	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0084_01_000000004960	6248	0.5454684812756981	9	4	2	4	0	True	132436	fragment	False	AUS0002_000000004590	0.9605005749077824		0	0	False	False	0.9985595345497131	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.857251084169469e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
ISR0219_000000005041	6063	0.5454684812756981	8	4	2	4	0	True	132436	fragment	False	AUS0002_000000004590	0.951272033842594		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0189_000000001535	6020	0.5454684812756981	8	4	2	4	0	True	102507	fragment	False	ISR0189_000000001535	0.9530874771609468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0037_000000001403	13468	0.5454679593962259	19	10	7	9	7	True	126197	maximal	True	FIJ0037_000000001403	1.0	PS947	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1598.0	74.343	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0052_000000022601	1968	0.5454673541251724	2	2	2	2	2	True	82517	maximal	True	DEN0052_000000022601	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	92.667	48.0	0.006369599576716706	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ISR0260_000000001234	7626	0.5454649723139695	11	4	3	4	1	True	116349	fragment	False	ISR0260_000000001234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	1.0	0.00032028073302512117	NZ_MSFI01000020.1	firmicutes	Domibacillus epiphyticus strain SAB 38 SAB38WGS_contig_20, whole genome shotgun sequence	True	True
DEN0026_000000009543	3083	0.5454591557752475	5	2	2	1	1	False	74201	maximal	True	DEN0026_000000009543	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	91.133	10.0	6.284185815286001e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0184_000000003160	4394	0.5454572199270358	4	3	1	3	3	False	45924	fragment	False	FIJ0095_000000005447	0.9115123841151238		0	0	False	False	1.0	0					non-mobilizable	chromosome	4401.0	85.617	99.0	0.001169463036671896	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CAN0020_000000027321	1281	0.5454546405715502	1	1	1	1	1	False	91716	maximal	True	CAN0020_000000027321	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	71.988	25.0	0.0011346735282411512	NZ_OFSM01000003.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
FIJ0089_000000011175	2192	0.5454519785114704	2	1	1	0	1	False	43576	maximal	True	FIJ0089_000000011175	1.0		14	3	False	False	0.9885948896408081	0					non-mobilizable	no_good_hit	71.0	85.915	3.0	5.1680616741714305e-05	NZ_PDLO01000001.1	CFB group bacteria	Lewinella marina strain MKG-38 contig1, whole genome shotgun sequence	True	False
ISR0232_000000011104	2422	0.5454519012921485	4	2	2	2	2	False	27456	maximal	True	ISR0232_000000011104	1.0		0	0	False	False	0.9991742372512817	0					non-mobilizable	no_good_hit	60.0	88.333	2.0	0.0007528131438533467	NZ_JACAXA010000014.1	firmicutes	Bacillus paramycoides strain LB_RP2 Bacillus_mycoides_LB_RP2_Contig-14_75716bp, whole genome shotgun sequence	True	False
ENG0118_000000008020	1755	0.5454490781113858	3	3	3	3	3	False	59300	fragment	False	ENG0118_000000008020	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1755.0	99.943	100.0	0.0007216081741667565	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
CHI0141_000000007636	3605	0.5454437528712661	5	3	3	1	1	True	118205	fragment	False	CHI0141_000000007636	0.9715789473684211		0	0	False	False	1.0	0					non-mobilizable	other	3614.0	96.154	100.0	0.07434829236099653	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ETH0002_000000007315	3857	0.5454424255615709	5	5	4	5	4	False	53368	maximal	False	FIJ0086_000000007194	0.9453493862134089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	74.908	14.0	0.003362300521409385	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	False
FIJ0135_000000013445	2129	0.5454379632554224	3	2	1	2	1	False	114406	maximal	True	FIJ0135_000000013445	1.0		9	5	False	False	0.9990605711936951	0					non-mobilizable	no_good_hit	67.0	91.045	3.0	0.010563952543474728	NZ_MBEW02000045.1	firmicutes	Criibacterium bergeronii strain CCRI-22567 CCRI-22567_NODE_45_length_6153_cov_263.362, whole genome shotgun sequence	True	False
SPA0139_000000014267	1958	0.5454366167909851	3	3	2	2	1	False	3513	maximal	True	SPA0139_000000014267	1.0		3	1	False	False	0.9954034686088562	0					non-mobilizable	no_good_hit	759.0	80.896	39.0	0.0003082268778742974	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	False
ENG0003_000000009493	2413	0.545429992189092	4	3	3	3	2	True	67886	fragment	False	ENG0003_000000009493	1.0		0	0	False	False	0.9991711378097534	0					non-mobilizable	other	2215.0	99.27799999999999	92.0	0.000598634173142632	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0154_000000008696	1175	0.5454295255455412	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2160508077268669		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	99.064	100.0	0.01637103971441321	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0179_000000009824	2049	0.5454295047992477	2	1	1	1	1	False	77561	maximal	True	CHI0179_000000009824	1.0		150	11	False	False	0.9995119571685791	0					non-mobilizable	chromosome	2049.0	100.0	100.0	0.0003946835661124844	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
FIJ0020_000000000728	20626	0.545426241919734	20	9	5	8	3	True	50068	fragment	False	FIJ0020_000000000728	0.9899844611217246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	93.137	0.0	0.007467652495378928	NZ_GL831020.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld224, whole genome shotgun sequence	True	True
FIJ0043_000000001143	19124	0.545426241919734	20	9	5	8	3	True	50068	fragment	False	FIJ0020_000000000728	0.9789053561944178		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	93.137	1.0	0.007467652495378928	NZ_GL831020.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld224, whole genome shotgun sequence	True	True
FIJ0128_000000001015	18812	0.545426241919734	19	9	5	8	3	True	50068	fragment	False	FIJ0020_000000000728	0.9737303570173302		0	0	False	False	0.9999468326568604	0					non-mobilizable	no_good_hit	102.0	93.137	1.0	0.007467652495378928	NZ_GL831020.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld224, whole genome shotgun sequence	True	True
FIJ0046_000000001141	18732	0.545426241919734	19	9	5	8	3	True	50068	fragment	False	FIJ0020_000000000728	0.9727348363719731		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	93.26899999999999	1.0	0.007615526802218115	NZ_GL831020.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld224, whole genome shotgun sequence	True	True
USA0101_01_000000017392	1815	0.5454261713301252	2	2	2	1	1	False	359	maximal	True	USA0101_01_000000017392	1.0		47	8	False	False	0.9774104952812195	0					non-mobilizable	other	1784.0	99.72	98.0	0.008037867688493181	NZ_RBXN01000007.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_107, whole genome shotgun sequence	False	False
FIJ0105_000000031433	1114	0.5454196932166483	4	2	1	2	1	False	42375	fragment	False	FIJ0105_000000031433	1.0		0	0	False	False	0.9874326586723328	0					non-mobilizable	other	1114.0	95.601	100.0	0.007859059454879254	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
USA0125_01_000000004573	5610	0.545417886219351	6	6	4	4	5	True	80278	fragment	False	DEN0073_000000007026	0.9617643519101489		0	0	False	False	1.0	0					non-mobilizable	chromosome	5616.0	96.314	100.0	0.0012697257736231891	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
FIJ0136_000000007196	3676	0.5454150574363328	4	4	4	4	4	False	57905	maximal	True	FIJ0136_000000007196	1.0		113	11	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	75.987	11.0	0.004413964717906181	NZ_WQNF01000041.1	a-proteobacteria	Bradyrhizobium pachyrhizi strain 1040 NODE_41_length_67513_cov_15.6323, whole genome shotgun sequence	True	False
FIJ0017_000000021752	1365	0.5454103319978061	2	2	2	2	1	False	50101	maximal	True	FIJ0017_000000021752	1.0		2	1	False	False	0.9875457882881165	0					non-mobilizable	no_good_hit	980.0	99.59200000000001	72.0	0.0004872329052916778	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
CHI0182_000000003048	7562	0.5454092708814876	8	8	8	8	7	False	102435	fragment	False	ISR0397_000000002882	0.9543581820522724		0	0	False	True	0.999603271484375	0					non-mobilizable	other	5213.0	99.23299999999999	100.0	0.001395732838739031	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0058_01_000000002577	8634	0.5454020281427984	11	7	2	7	2	True	105205	fragment	False	USA0058_01_000000002577	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	8635.0	99.861	100.0	0.09404559522252735	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0036_000000017978	1406	0.5454011497522221	2	2	2	1	2	False	65287	maximal	True	ENG0036_000000017978	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	75.188	37.0	0.0001461783240359413	NZ_CP014150.1	firmicutes	Paeniclostridium sordellii strain AM370 chromosome, complete genome	True	False
FIJ0124_000000001202	17283	0.5453994245757492	19	13	7	7	11	False	125583	maximal	True	FIJ0124_000000001202	1.0		2	1	False	False	0.999884307384491	0					non-mobilizable	no_good_hit	123.0	87.805	1.0	3.826770265493165e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
DEN0063_000000024774	1971	0.5453905068859949	3	1	1	1	1	False	76413	fragment	False	DEN0063_000000024774	1.0		0	0	False	False	0.9989852905273438	0					non-mobilizable	no_good_hit	284.0	94.71799999999999	14.0	0.004805883358987515	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0072_000000020123	1306	0.5453905068859949	2	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.9344329237112959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	92.92	17.0	0.0038310244569864887	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0066_000000017743	1222	0.5453905068859949	2	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.6254543071398028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	90.90899999999999	13.0	0.002599623738669403	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
DEN0005_000000034477	1151	0.5453905068859949	2	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.396915080079741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	91.667	7.0	0.0014024285958611255	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0087_000000011031	2843	0.5453898470428076	6	2	0	2	0	True	33854	maximal	True	ISR0087_000000011031	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	0.000302972422923157	NZ_JH815595.1	firmicutes	Staphylococcus massiliensis CCUG 55927 scaffold00003, whole genome shotgun sequence	True	True
USA0101_01_000000010950	2968	0.5453894186890984	5	3	2	3	1	True	64233	maximal	True	USA0101_01_000000010950	1.0		3	2	False	False	0.9973045587539673	0					non-mobilizable	no_good_hit	49.0	100.0	2.0	0.00016025159500415652	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	True
ISR0082_000000017353	1832	0.5453888381627062	3	2	2	2	1	True	34166	maximal	True	ISR0082_000000017353	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0016_000000011995	2747	0.5453830821312052	3	2	2	2	2	False	110226	fragment	False	SPA0016_000000011995	1.0		0	0	False	False	0.9996359944343567	0					non-mobilizable	other	1147.0	96.68700000000001	90.0	0.005532436685944908	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
MAD0096_000000003621	4448	0.5453792233245958	6	5	5	5	2	False	15520	maximal	True	MAD0096_000000003621	1.0		1	1	False	False	0.9979766011238098	0					non-mobilizable	no_good_hit	1885.0	73.156	41.0	0.000822295414783921	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	False
ISR0785_000000017888	2049	0.5453786459049199	6	4	3	3	3	False	101642	fragment	False	ENG0050_000000012830	0.7329460410826616		0	0	False	False	0.9985358715057373	0					non-mobilizable	no_good_hit	513.0	95.906	28.0	0.04130697862041146	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0014_000000024387	1436	0.5453770847444728	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.012511983253612573	PS1061	0	0	False	True	0.9993036389350891	0					non-mobilizable	other	1440.0	87.917	100.0	0.00586746151647544	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0058_000000025122	2004	0.5453688853389289	3	2	2	2	1	False	113374	fragment	False	MON0058_000000025122	1.0		0	0	False	False	0.9990019798278809	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8758311950995835e-05	NZ_PVTF01000002.1	high GC Gram+	Umezawaea tangerina strain DSM 44720 Ga0180964_102, whole genome shotgun sequence	True	False
DEN0016_000000002996	2479	0.5453665877797381	3	3	3	3	2	False	75357	maximal	True	DEN0016_000000002996	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2251.0	88.139	91.0	0.0007817220189551955	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
ISR0083_000000005639	4096	0.5453660116876383	6	6	5	5	4	False	96644	maximal	True	ISR0083_000000005639	1.0		79	9	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	74.5	5.0	0.0010268111808328579	NZ_VCQZ01000005.1	firmicutes	Paenibacillus thermoaerophilus strain DSM 26310 Scaffold5, whole genome shotgun sequence	True	False
ENG0046_000000005213	3605	0.5453587032382383	5	5	5	4	3	False	131661	fragment	False	ENG0046_000000005213	1.0		0	0	False	False	0.9858529567718506	0					non-mobilizable	other	2576.0	93.711	98.0	0.0028252064235809683	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
FIJ0067_000000012692	2384	0.5453554012007376	3	3	3	3	3	False	73616	maximal	True	FIJ0067_000000012692	1.0		81	9	False	False	1.0	0					non-mobilizable	other	2191.0	83.706	91.0	0.015801387474635	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	False	False
ENG0163_000000002038	9099	0.545355182250904	12	3	1	2	2	False	56328	maximal	True	ENG0163_000000002038	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4092.0	100.0	45.0	0.018262414513508206	NZ_VJZV01000009.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold9_1, whole genome shotgun sequence	True	False
AUS0024_000000007981	4009	0.5453540369238735	5	5	5	5	3	False	99552	maximal	True	AUS0024_000000007981	1.0		1	1	False	False	0.9917685389518738	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000003282	6840	0.5453531100335687	7	5	5	4	2	False	17775	fragment	False	MAD0046_000000003282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2853.0	71.293	41.0	0.003115126063518289	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0166_000000002446	6261	0.5453531100335687	8	5	5	4	2	False	47779	fragment	False	ISR0166_000000002446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2734.0	71.251	43.0	0.0029848652524276384	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
SPA0117_000000029457	1263	0.5453530052091037	3	1	1	1	1	False	4281	fragment	False	SPA0117_000000029457	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1187.0	100.0	96.0	0.0005023433512570232	CP060588.1	high GC Gram+	Bifidobacterium longum strain LC67 chromosome, complete genome	False	False
SPA0128_000000001839	16115	0.5453490769899224	17	6	1	6	0	False	3898	maximal	True	SPA0128_000000001839	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	93.22	0.0	0.0002588743959597428	NZ_CWGJ01000006.1	bacteria	Estrella lausannensis strain CRIB 30, whole genome shotgun sequence	True	False
ENG0185_000000009627	2159	0.5453437425798798	3	1	1	1	1	False	76129	fragment	False	ENG0185_000000009627	0.9940769990128332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0008_000000004095	2026	0.5453437425798798	3	1	1	1	1	False	76129	fragment	False	ENG0185_000000009627	0.9631773969430292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0090_000000010537	3846	0.5453430461661738	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9777845049736573		0	0	False	False	1.0	0					non-mobilizable	chromosome	3858.0	83.74799999999999	100.0	0.0010243471854060402	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0006_01_000000010686	2272	0.5453417512076288	3	2	2	2	2	False	64067	fragment	False	USA0006_01_000000010686	1.0		0	0	False	False	0.9991196990013123	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	0.20512820512820512	LC291588.1		Uncultured prokaryote gene for urease, partial sequence, 16S_OTU:4080	True	False
ENG0206_000000001872	10487	0.5453397325846173	12	5	1	5	3	False	62306	fragment	False	ENG0071_000000001934	0.9334848717456515		0	0	False	False	0.9998092651367188	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.8615622629416805e-05	CP022242.1	euryarchaeotes	Methanofervidicoccus sp. A16 chromosome, complete genome	True	False
ISR0233_000000015157	1263	0.5453309843494879	3	2	2	1	1	False	27374	maximal	True	ISR0233_000000015157	1.0		18	6	False	False	0.9865399599075317	0					non-mobilizable	no_good_hit								True	False
FIJ0010_000000006470	2871	0.5453305536488149	5	4	4	4	4	False	51098	fragment	False	FIJ0010_000000006470	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2871.0	99.93	100.0	0.009049231603574289	CP006657.1	enterobacteria	Klebsiella pneumoniae JM45 plasmid p1, complete sequence	False	True
ISR0819_000000002555	8271	0.5453301795088789	12	11	5	8	9	True	123619	fragment	False	ENG0070_000000002399	0.9737762237762237		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4870.0	99.09700000000001	100.0	0.28360904007455734	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
DEN0003_000000018848	1296	0.5453265322224389	2	2	2	2	1	False	76632	maximal	True	DEN0003_000000018848	1.0		278	13	False	False	0.9938271641731262	0					non-mobilizable	other	596.0	86.242	92.0	0.00609674462672887	NZ_UYZY01000010.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
ENG0207_000000000390	28343	0.5453212390244149	46	21	11	12	15	True	82659	fragment	False	ENG0207_000000000390	1.0		0	0	False	False	0.999964714050293	0					non-mobilizable	no_good_hit	2120.0	76.085	21.0	0.003455002780936885	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0389_000000008839	2439	0.5453196694660218	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.18954852353137872		0	0	False	False	1.0	0					non-mobilizable	other	2375.0	84.8	97.0	0.3887337822302513	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
CHI0165_000000002015	8745	0.5453177706310971	13	9	7	9	6	True	128596	maximal	True	CHI0165_000000002015	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7424.0	95.31200000000001	85.0	0.29726032908235106	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
FIJ0162_000000010629	2108	0.5453170059172752	2	2	2	2	2	False	81610	maximal	True	FIJ0162_000000010629	1.0		135	11	False	False	1.0	0					non-mobilizable	other	2108.0	99.09899999999999	100.0	0.033100826342413674	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
FIJ0165_000000006540	2573	0.5453142984299212	3	2	1	2	1	True	39060	fragment	False	FIJ0165_000000006540	1.0		0	0	False	False	0.9712398052215576	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0635466313419916e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0126_000000008762	4271	0.5453122683711352	4	4	4	4	3	False	9254	fragment	False	SPA0126_000000008762	1.0		0	0	False	False	0.9988293051719666	0					non-mobilizable	no_good_hit	112.0	80.357	3.0	0.00038145834994989024	NZ_OEQH01000005.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
CAN0003_000000031824	1543	0.5453103005085244	2	2	2	2	2	False	96490	maximal	True	CAN0003_000000031824	1.0		176	12	False	False	0.9993519186973572	0					non-mobilizable	no_good_hit	541.0	73.567	34.0	0.000158669608025852	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0113_000000003746	8771	0.5453027610003459	10	5	4	5	3	False	105344	maximal	True	SPA0113_000000003746	1.0		2	1	False	False	0.9998859763145447	0					non-mobilizable	no_good_hit	2580.0	99.961	29.0	0.0028174030077060723	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0258_000000024634	1209	0.545302395499732	2	2	2	2	1	False	26764	maximal	True	ISR0258_000000024634	1.0		36	9	False	False	0.9652605652809143	0					non-mobilizable	no_good_hit	459.0	74.074	37.0	9.29487740963514e-05	NZ_AP018823.1	b-proteobacteria	Aquitalea magnusonii strain H3	True	False
USA0007_01_000000011556	1403	0.5452993245835658	1	1	1	1	1	False	2112	fragment	False	USA0007_01_000000011556	1.0		0	0	False	False	0.9992872476577759	0					non-mobilizable	no_good_hit	694.0	95.101	62.0	0.00022336659550952563	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0062_000000000543	15039	0.5452976850941866	18	9	1	9	2	False	16789	maximal	True	MAD0062_000000000543	1.0		1	1	False	False	0.9998670220375061	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000013598	2879	0.5452973341989482	3	3	3	2	2	False	65887	fragment	False	ISR0025_000000013598	1.0		0	0	False	False	0.9986106157302856	0					non-mobilizable	no_good_hit	874.0	75.4	30.0	0.07450130095403296	NZ_ADFP01000122.1	bacteria	Pyramidobacter piscolens W5455 contig00054, whole genome shotgun sequence	True	False
TAN0017_000000030779	1195	0.5452961149795172	1	1	1	1	1	False	2437	fragment	False	TAN0017_000000030779	1.0		0	0	False	False	0.9899581670761108	0					non-mobilizable	chromosome	1192.0	91.86200000000001	99.0	0.0005106939133947166	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0849_000000015482	1771	0.5452959139360811	3	2	2	1	1	False	37848	fragment	False	ISR0849_000000015482	0.956204546960565		0	0	False	False	0.9847543835639954	0					non-mobilizable	other	1773.0	95.037	100.0	0.04498296292529116	NZ_JAAITU010000038.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_38_length_39326_cov_192.594, whole genome shotgun sequence	False	False
ISR0390_000000004362	2916	0.5452927943587143	4	3	3	3	1	True	22880	maximal	True	ISR0390_000000004362	1.0		2	1	False	False	0.9927983283996582	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	0.00035734625735630774	NZ_RYZH01000030.1	planctomycetes	Tautonia sociabilis strain GM2012 NODE_30_length_89549_cov_5.18111_ID_2319, whole genome shotgun sequence	True	True
ISR0368_000000011161	1193	0.5452925437807112	2	2	2	1	1	False	23560	maximal	True	ISR0368_000000011161	1.0		172	11	False	False	0.9823973178863525	0					non-mobilizable	other	1193.0	94.3	100.0	0.00040497205115286235	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0158_000000007164	2513	0.5452887066187581	4	3	3	3	3	False	45665	fragment	False	FIJ0158_000000007164	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1198.0	75.042	51.0	0.0004978300868608447	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ISR0132_000000004279	5703	0.545286422744492	6	3	2	2	3	False	122771	maximal	False	ISR0126_000000008483	1.0		0	0	False	False	0.9998246431350708	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	3.632978361072637e-05	NZ_FWYF01000002.1	CFB group bacteria	Reichenbachiella faecimaris strain DSM 26133, whole genome shotgun sequence	True	False
ISR0126_000000008483	5703	0.545286422744492	6	3	2	2	3	False	122771	maximal	True	ISR0126_000000008483	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	3.632978361072637e-05	NZ_FWYF01000002.1	CFB group bacteria	Reichenbachiella faecimaris strain DSM 26133, whole genome shotgun sequence	True	False
ISR0384_000000008291	2091	0.545278082668267	3	2	2	2	0	True	23083	maximal	True	ISR0384_000000008291	1.0		0	0	False	False	0.9923481345176697	0					non-mobilizable	no_good_hit	921.0	99.45700000000001	44.0	0.0004040666674865121	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	True
ENG0152_000000004922	4498	0.5452755679774884	8	8	1	7	8	True	57061	fragment	False	ENG0152_000000004922	1.0		0	0	False	False	0.9997776746749878	0			MPF_F	MOBP	mobilizable	plasmid	4498.0	99.22200000000001	100.0	0.06364910194896183	CP052528.1	enterobacteria	Klebsiella pneumoniae strain B16KP0177 plasmid pB16KP0177-4, complete sequence	False	True
SPA0092_000000015619	2759	0.5452732407329806	3	3	3	3	2	True	85008	maximal	True	SPA0092_000000015619	0.9656804733727811		247	13	False	False	1.0	0					non-mobilizable	other	2699.0	83.068	98.0	0.0008092247404126293	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	True
MON0047_000000016673	2352	0.545271510167884	4	4	4	4	3	False	11465	maximal	True	MON0047_000000016673	1.0		13	8	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	70.977	45.0	0.006012092895423938	NZ_FUWW01000002.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ETH0005_000000004161	11223	0.5452705006455616	16	10	6	7	7	True	104967	maximal	True	ETH0005_000000004161	1.0	PS624	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	4982.0	97.973	64.0	0.4017749092375958	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0032_000000006552	3091	0.5452661702509831	4	2	1	2	2	False	65630	maximal	True	ENG0032_000000006552	1.0		1	1	False	False	0.9902943968772888	0					non-mobilizable	no_good_hit	239.0	99.58200000000001	8.0	8.153622469465027e-05	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ISR0255_000000027392	1250	0.5452614734239152	2	2	2	2	1	False	26873	fragment	False	ISR0255_000000027392	0.9961472602739726		0	0	False	False	0.9904000163078308	0					non-mobilizable	other	1250.0	99.12	100.0	0.0022679072064612656	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0175_000000012909	1980	0.5452593863077823	4	4	2	3	3	True	99204	fragment	False	ENG0175_000000012909	0.9753527408638666		0	0	False	False	1.0	0					non-mobilizable	other	1980.0	98.838	100.0	0.009799358263349708	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ENG0096_000000013522	2466	0.5452538095297894	3	2	2	2	2	False	68688	maximal	True	ENG0096_000000013522	1.0		73	13	False	False	0.9943227767944336	0					non-mobilizable	no_good_hit	422.0	75.592	17.0	0.0007613387735793271	NZ_FRDH01000004.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
MAD0102_000000007371	2476	0.5452532701098132	5	4	4	3	2	False	15003	maximal	True	MAD0102_000000007371	1.0		66	7	False	False	0.979806125164032	0					non-mobilizable	chromosome	1073.0	97.57700000000001	98.0	0.0004280553549046079	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0812_000000017040	2336	0.5452523807521404	3	2	2	2	1	False	121116	maximal	True	ISR0812_000000017040	1.0		125	7	False	False	0.9871575236320496	0					non-mobilizable	chromosome	1678.0	99.046	100.0	0.0005285863734404417	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0030_000000009280	2148	0.5452523807521404	2	2	2	2	1	False	121124	maximal	True	ENG0030_000000009280	1.0		125	8	False	False	1.0	0					non-mobilizable	chromosome	1655.0	99.396	100.0	0.000521336828664574	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0156_000000009453	1965	0.5452523807521404	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.9157791370394552		0	0	False	False	0.9979643821716309	0					non-mobilizable	chromosome	1843.0	98.861	99.0	0.0005805939772673187	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0345_000000006179	1915	0.5452523807521404	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.8163471032001747		0	0	False	False	0.9947780966758728	0					non-mobilizable	chromosome	1405.0	99.00399999999999	100.0	0.0004425374289268814	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0156_000000014094	1772	0.5452523807521404	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.7465458303364418		0	0	False	False	1.0	0					non-mobilizable	chromosome	1766.0	99.264	100.0	0.0005563237621481094	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0361_000000008017	1737	0.5452523807521404	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.523270503877156		0	0	False	False	0.9953943490982056	0					non-mobilizable	chromosome	1678.0	99.10600000000001	100.0	0.0005285863734404417	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0116_000000013907	1721	0.5452523807521404	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.5939973085073413		0	0	False	False	0.9994189143180847	0					non-mobilizable	chromosome	1656.0	99.275	100.0	0.0005216520262635247	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0084_000000017629	1658	0.5452523807521404	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.4425833967315322		0	0	False	False	1.0	0					non-mobilizable	chromosome	1658.0	97.165	100.0	0.0005128264934929032	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0066_000000004332	2893	0.5452433739713168	6	4	3	1	3	False	85207	maximal	True	CHI0066_000000004332	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1787.0	91.71799999999999	62.0	0.006290538233955393	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
CHI0184_000000003269	2747	0.5452431956807576	4	2	1	1	2	False	99534	fragment	False	CHI0184_000000003269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1956.0	87.065	70.0	0.2379845909257674	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	False
ISR0854_000000003744	2203	0.5452419688043159	2	2	2	2	2	False	20507	maximal	True	ISR0854_000000003744	1.0		2	1	False	False	0.9995460510253906	0					non-mobilizable	no_good_hit	191.0	80.105	9.0	7.891846808454079e-05	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0028_000000014119	1314	0.54523895654873	2	2	2	2	2	False	65846	maximal	True	ENG0028_000000014119	1.0		2	1	False	False	0.9992389678955078	0					non-mobilizable	no_good_hit	594.0	78.11399999999999	45.0	0.0018960549823753804	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0071_000000018846	2182	0.5452383069615049	2	1	1	1	1	False	90969	maximal	True	DEN0071_000000018846	1.0		126	11	False	False	0.9972502589225769	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	3.6606263034797714e-05	NZ_RQFG01000019.1	bacteria	Leptospira kanakyensis strain 201800292 contig_0002, whole genome shotgun sequence	True	False
ISR0858_000000009299	1180	0.5452355938793799	2	2	2	2	1	False	84249	maximal	False	ISR0825_000000020360	0.9862243269710494		0	0	False	False	0.9991525411605835	0					non-mobilizable	other	1180.0	99.322	100.0	0.0041925068274920345	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
AST0010_000000003301	7268	0.5452325238626025	8	8	7	6	5	False	126530	maximal	True	AST0010_000000003301	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	2016.0	84.921	48.0	0.0007092731643851713	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0036_000000006360	3668	0.5452312364016477	4	4	3	3	2	False	124445	fragment	False	SPA0036_000000006360	1.0		0	0	False	False	0.9991821050643921	0					non-mobilizable	other	1817.0	99.064	96.0	0.010377142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0080_000000029849	1829	0.545226888388658	4	3	2	3	2	False	121997	maximal	True	MON0080_000000029849	1.0		4	2	False	False	0.9491525292396545	0					non-mobilizable	no_good_hit	1341.0	91.723	73.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0193_000000007732	2660	0.545226219299465	6	3	1	3	1	False	99864	fragment	False	ENG0193_000000007732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	95.70100000000001	57.0	0.2736231884057971	LN853910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1348	True	False
ISR0309_000000008664	2146	0.5452216189231966	3	2	1	2	1	True	71444	fragment	False	ISR0309_000000008664	1.0		0	0	False	False	0.9897483587265015	0					non-mobilizable	no_good_hit								True	True
FIJ0066_000000001509	16541	0.5452200045702611	15	9	4	8	4	True	45389	fragment	False	FIJ0066_000000001509	1.0		0	0	False	False	0.9997581839561462	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	4.86440596386412e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
CHI0029_000000005699	2059	0.5452184449852473	3	3	2	3	3	False	88594	fragment	False	ISR0388_000000016375	0.9265670303209003		0	0	False	False	0.9995143413543701	0					non-mobilizable	other	2058.0	98.008	100.0	0.0004260788421923693	CP014197.1	enterobacteria	Escherichia coli strain MRE600, complete genome	False	False
FIJ0106_000000011668	2221	0.5452113330649284	3	1	1	1	1	False	42350	maximal	True	FIJ0106_000000011668	1.0		59	11	False	False	0.9819900989532471	0					non-mobilizable	no_good_hit	1115.0	89.417	50.0	0.021077150323826836	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
ISR0222_000000006410	9942	0.5452071254148187	16	4	2	4	4	True	118445	maximal	True	ISR0222_000000006410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	92.727	3.0	9.716136349979416e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
SPA0100_000000007879	3994	0.5452064626432769	2	2	2	2	0	True	129332	maximal	True	SPA0100_000000007879	1.0		1	1	False	False	0.9992488622665405	0		MOBV			mobilizable	no_good_hit	1711.0	99.47399999999999	43.0	0.2642005881442501	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ISR0101_000000018326	1287	0.5452013549193981	2	1	1	1	1	False	33118	fragment	False	ISR0101_000000018326	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	99.689	100.0	0.0006697574811285674	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
ISR0123_000000007116	2915	0.545199254926045	4	3	2	3	3	True	105312	fragment	False	ISR0123_000000007116	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2924.0	95.212	100.0	0.0013248778380027069	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	True
FIJ0076_000000007218	2077	0.5451961456566757	2	2	1	1	2	False	52573	fragment	False	FIJ0076_000000007218	0.9840435741633858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	92.54700000000001	51.0	0.01742711250205897	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0165_000000020528	1216	0.5451946547693673	2	2	2	2	2	False	37422	maximal	False	ISR0024_000000021261	0.9675019577133908		0	0	False	False	0.9991776347160339	0					non-mobilizable	other	1216.0	99.095	100.0	0.009942798222571379	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0343_000000005834	2833	0.5451912286496564	4	4	2	2	2	True	126922	maximal	True	ISR0343_000000005834	1.0		33	6	False	False	0.9971761107444763	0					non-mobilizable	no_good_hit	1526.0	89.515	88.0	0.0004160698078752556	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
FIJ0114_000000035333	1172	0.5451901620906996	2	2	1	1	0	True	41773	maximal	True	FIJ0114_000000035333	1.0		1	1	False	False	0.9991467595100403	0					non-mobilizable	no_good_hit								True	True
ENG0098_000000001821	12807	0.5451871596153277	11	6	5	6	5	True	77175	fragment	False	ENG0098_000000001821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0001_000000008768	3239	0.5451847297020136	5	4	2	3	3	True	38706	maximal	True	ISR0001_000000008768	1.0		1	1	False	False	0.9928990602493286	0					non-mobilizable	chromosome	1280.0	96.25	90.0	0.00036036381248571856	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
FIJ0068_000000023868	1352	0.5451832240305297	2	2	2	2	1	False	45034	maximal	True	FIJ0068_000000023868	0.9459820277833524		737	13	False	False	0.9970414042472839	0					non-mobilizable	other	1352.0	98.07700000000001	100.0	0.003944629201935233	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
SPA0107_000000019578	1674	0.5451823044522974	3	2	2	1	1	False	60553	fragment	False	SPA0107_000000019578	0.9961215255332903		0	0	False	False	0.9850656986236572	0					non-mobilizable	no_good_hit								True	False
CHI0004_000000002902	2103	0.5451796586087592	3	3	2	3	2	False	120938	fragment	False	CHI0004_000000002902	0.9496473038047425		0	0	False	False	0.9971469044685364	0					non-mobilizable	chromosome	2106.0	96.154	100.0	0.0006096208784280304	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
SPA0126_000000013111	3083	0.5451707549709506	3	3	3	3	3	False	120469	maximal	False	ISR0797_000000003502	0.9678388938984069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	72.079	25.0	0.0003629285485568537	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
SPA0022_000000004412	3073	0.5451707549709506	3	3	3	3	3	False	120469	maximal	False	ISR0797_000000003502	0.9657557923141872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	72.079	25.0	0.0003629285485568537	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
ENG0193_000000008105	2536	0.5451607091923443	4	4	4	4	2	False	83472	fragment	False	ENG0193_000000008105	0.9897523344182195		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	100.0	100.0	0.00044516734506737924	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
SPA0049_000000008023	2516	0.5451607091923443	4	4	4	4	2	False	83472	fragment	False	ENG0193_000000008105	0.987780725585412		0	0	False	False	0.9956279993057251	0					non-mobilizable	other	1471.0	100.0	100.0	0.00044516734506737924	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0043_000000017612	1954	0.5451604985031504	2	2	1	1	2	False	64597	maximal	True	ENG0043_000000017612	1.0		211	8	False	False	1.0	0					non-mobilizable	other	1954.0	99.795	100.0	0.000709257204698602	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0209_000000006714	4382	0.5451540024793504	6	5	5	5	5	False	78801	maximal	True	ISR0209_000000006714	1.0		31	7	False	False	1.0	0					non-mobilizable	other	4086.0	98.75200000000001	93.0	0.06805390871591042	NZ_WNCH01000012.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold12_size59879, whole genome shotgun sequence	False	False
ENG0062_000000002698	7763	0.5451525949070936	7	6	5	6	1	True	119254	fragment	False	ENG0062_000000002698	1.0		0	0	False	False	0.9987118244171143	0					non-mobilizable	no_good_hit								True	True
ISR0378_000000002116	7984	0.5451377428274569	6	3	2	2	3	True	114749	maximal	True	ISR0378_000000002116	1.0		0	0	False	False	0.9952405095100403	0					non-mobilizable	no_good_hit	2251.0	78.365	27.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
CHI0036_000000004470	2470	0.5451322258876325	2	2	1	2	1	False	88064	fragment	False	CHI0036_000000004470	1.0		0	0	False	False	0.991093099117279	0					non-mobilizable	other	2242.0	98.48299999999999	91.0	0.0006059345898882739	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0021_000000007189	1267	0.5451305033679636	2	2	2	2	2	False	89249	maximal	True	CHI0021_000000007189	1.0		45	8	False	False	0.9479084610939026	0					non-mobilizable	no_good_hit	811.0	96.917	64.0	0.0004272242030422583	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ENG0081_000000020630	1201	0.5451281423227637	2	1	1	1	1	False	61648	maximal	True	ENG0081_000000020630	1.0		11	6	False	False	0.9808492660522461	0					non-mobilizable	no_good_hit	651.0	100.0	54.0	0.00019684270360122212	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ENG0187_000000008163	3341	0.5451279709739205	7	5	5	3	3	False	54990	maximal	True	ENG0187_000000008163	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	87.681	4.0	0.001377327381670487	NZ_LT629846.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
FIJ0085_000000013307	2334	0.545125895513662	3	2	2	2	2	True	76876	fragment	False	USA0093_01_000000007240	0.9159499609069586		0	0	False	False	0.9974293112754822	0					non-mobilizable	other	2336.0	94.135	100.0	0.001298174216647764	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
DEN0077_000000004311	2626	0.54512247679308	3	3	2	1	2	False	69911	fragment	False	DEN0077_000000004311	1.0		0	0	False	False	0.9988575577735901	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00013611889733610276	NZ_BBBG01000003.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
SPA0026_000000011048	2726	0.5451198855919638	4	3	1	1	3	True	70904	fragment	False	SPA0026_000000011048	1.0		0	0	False	False	0.9970653057098389	0					non-mobilizable	other	2726.0	100.0	100.0	0.0006422640881511586	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
ISR0083_000000009748	2598	0.5451192619603759	3	3	2	2	2	True	34111	maximal	True	ISR0083_000000009748	1.0		15	6	False	False	0.9896073937416077	0					non-mobilizable	no_good_hit	995.0	84.62299999999999	42.0	0.0049071066392013946	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	True
SPA0077_000000018623	1524	0.5451188008132714	2	2	2	2	2	False	76225	maximal	True	SPA0077_000000018623	0.9918458458618045		385	12	False	False	0.98884516954422	0					non-mobilizable	other	1524.0	100.0	100.0	0.018653471652357097	NZ_NFIG01000018.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_18, whole genome shotgun sequence	False	False
SPA0029_000000023734	1151	0.5451155285600381	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.30082438539135953		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	84.087	99.0	0.013552793269685226	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	False
CHI0065_000000003858	3300	0.5451092946700138	2	2	2	1	2	False	85265	maximal	True	CHI0065_000000003858	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2602.0	98.501	79.0	0.0003673920293303422	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ENG0201_000000001247	8375	0.5451012008952947	14	5	3	4	3	False	54175	maximal	True	ENG0201_000000001247	1.0		1	1	False	False	0.9983283877372742	0					non-mobilizable	no_good_hit	377.0	88.859	5.0	0.00010694974215441153	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0149_000000005217	2994	0.5451006100437739	4	4	4	4	2	True	44761	fragment	False	ISR0149_000000005217	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	86.585	3.0	3.7843305126145985e-05	NZ_CP021886.1	e-proteobacteria	Helicobacter apodemus strain SCJK1 chromosome, complete genome	True	True
ISR0334_000000011236	1871	0.5450964813609678	3	2	2	2	2	False	68719	fragment	False	ISR0334_000000011236	0.9896358543417367		0	0	False	False	0.9727418422698975	0					non-mobilizable	no_good_hit	252.0	73.81	13.0	0.0011403043627200248	NZ_VZDO01000009.1	a-proteobacteria	Aureimonas leprariae strain YIM 132180 Scaffold8_1, whole genome shotgun sequence	True	False
ENG0067_000000011958	2346	0.5450960341931647	3	2	1	1	2	False	127042	maximal	True	ENG0067_000000011958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1972.0	94.219	87.0	0.3335592071827884	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	False
MAD0105_000000028650	1361	0.5450957981914992	2	2	2	2	2	False	14782	maximal	True	MAD0105_000000028650	1.0		12	2	False	False	0.9992652535438538	0					non-mobilizable	no_good_hit	48.0	93.75	4.0	1.0186947832206665e-05	CP003259.1	firmicutes	Clostridium sp. BNL1100, complete genome	True	False
ISR0255_000000024595	1374	0.5450946243368653	1	1	1	1	1	False	26878	fragment	False	ISR0255_000000024595	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	97.81700000000001	100.0	0.00043276630335940754	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0223_000000029539	1104	0.5450946243368653	2	1	1	1	1	False	27768	fragment	False	ISR0223_000000029539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0255_000000026747	1277	0.5450920645284145	2	2	2	1	1	False	30457	fragment	False	ISR0171_000000022457	0.9757643549589858		0	0	False	False	0.9960845708847046	0					non-mobilizable	chromosome	1254.0	95.774	98.0	0.00042576803898988655	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0130_000000002651	9418	0.5450916318065739	9	8	8	7	7	False	124960	maximal	True	ISR0130_000000002651	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2534.0	80.308	61.0	0.0006971260120281501	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0069_000000005591	4319	0.5450886466677172	6	4	1	4	4	False	34976	maximal	True	ISR0069_000000005591	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2677.0	87.411	66.0	0.0007444061662664857	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0355_000000003047	5475	0.5450877973544461	8	7	2	4	5	False	124426	maximal	True	ISR0355_000000003047	0.9878929975059801		43	5	False	False	0.9998173713684082	0					non-mobilizable	no_good_hit	4207.0	99.382	87.0	0.0012586479678940031	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
USA0057_01_000000014851	2156	0.5450797219064629	3	3	2	2	2	False	971	fragment	False	USA0057_01_000000014851	1.0		0	0	False	False	0.9842300415039062	0					non-mobilizable	chromosome	2119.0	97.64	98.0	0.0007258906126030102	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
CHI0032_000000002093	2826	0.5450796144460405	3	3	2	3	2	False	88461	maximal	True	CHI0032_000000002093	1.0		14	4	False	False	0.9879688620567322	0					non-mobilizable	no_good_hit	2122.0	72.903	74.0	0.0054760098615588846	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
CHI0154_000000016668	1956	0.5450780763074985	3	3	3	1	2	False	79163	fragment	False	CHI0154_000000016668	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1182.0	90.102	97.0	0.00669294478178152	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
SPA0101_000000006888	6399	0.5450735386425061	7	6	6	6	5	False	122927	fragment	False	AST0019_000000002659	0.2116528712963569		0	0	False	False	1.0	0					non-mobilizable	other	6398.0	99.29700000000001	99.0	0.10578020342346812	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0041_000000008989	3372	0.5450700790099215	4	3	3	2	1	False	18277	maximal	True	MAD0041_000000008989	1.0		1	1	False	False	0.9875444769859314	0					non-mobilizable	no_good_hit	864.0	73.611	25.0	0.0003452570713165588	AP014956.1	firmicutes	Staphylococcus capitis DNA, complete genome, strain: TW2795	True	False
FIJ0114_000000010366	3612	0.5450687430794737	5	5	5	4	3	True	41884	maximal	True	FIJ0114_000000010366	1.0		4	2	False	False	0.9991694092750549	0					non-mobilizable	no_good_hit	801.0	73.408	22.0	0.0027985894546617963	NZ_QSGP01000009.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf9, whole genome shotgun sequence	True	True
ENG0146_000000012202	1873	0.5450654192866023	3	2	2	2	2	False	124914	fragment	False	ENG0146_000000012202	0.9930257510729614		0	0	False	False	0.9919914603233337	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	4.682118160048392e-06	CP024767.1	g-proteobacteria	Pseudomonas arsenicoxydans strain ACM1 chromosome	True	False
MON0067_000000010784	1684	0.5450644225471433	2	2	2	2	2	False	10593	fragment	False	MON0067_000000010784	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1684.0	99.941	100.0	0.0005632748794799263	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
ISR0212_000000032510	1122	0.5450583213254311	2	2	2	2	2	False	28305	maximal	False	MAD0036_000000026280	0.9216666666666666		0	0	False	False	0.9910873174667358	0					non-mobilizable	other	1123.0	82.369	99.0	0.000296740564381924	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
DEN0096_000000013591	3210	0.545055164261782	5	3	1	2	1	True	68214	fragment	False	DEN0096_000000013591	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3212.0	98.973	100.0	0.0007100926703000589	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	True
ISR0006_000000004381	4315	0.5450547661267929	3	2	2	2	2	False	92630	maximal	False	CHI0186_000000004416	0.9781712791996041		0	0	False	False	1.0	0					non-mobilizable	chromosome	4314.0	99.49	99.0	0.0014517305483084965	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0136_000000019953	1398	0.5450510969417871	2	1	1	1	1	False	68600	fragment	False	FIJ0136_000000019953	1.0		0	0	False	False	0.9907010197639465	0					non-mobilizable	no_good_hit								True	False
MAD0028_000000008840	1395	0.5450492218366414	2	1	1	1	1	False	90822	fragment	False	ISR0080_000000024590	0.9131162708900569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	83.118	61.0	0.002705632866921651	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0004_000000020925	1248	0.5450492218366414	1	1	1	1	1	False	90820	fragment	False	USA0038_01_000000010737	0.5474935353822583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	83.475	66.0	0.002613431511879668	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MAD0093_000000027663	1174	0.5450492218366414	1	1	1	1	1	False	90820	fragment	False	USA0038_01_000000010737	0.36760320148338343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	82.36	70.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
DEN0051_000000007686	5267	0.5450475174230671	6	4	3	4	0	True	72604	fragment	False	DEN0051_000000007686	1.0		0	0	False	False	0.9998101592063904	0					non-mobilizable	no_good_hit	94.0	100.0	2.0	1.4940815093757632e-05	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	True
DEN0069_000000014029	1965	0.5450371064719421	2	2	2	2	2	False	86899	fragment	False	DEN0069_000000014029	0.9972647702407003		0	0	False	False	0.9954198598861694	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0002696335821530951	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0029_000000001755	6443	0.5450352240290924	13	6	2	2	6	False	100889	fragment	False	CHI0029_000000001755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2836.0	99.189	87.0	0.0005487920670412907	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
FIJ0048_000000009781	3181	0.5450309371583275	7	2	1	2	1	False	46789	maximal	True	FIJ0048_000000009781	1.0		1	1	False	False	0.9996856451034546	0					non-mobilizable	no_good_hit								True	False
MON0026_000000027437	1746	0.5450303487147012	2	2	1	1	1	False	23511	maximal	True	MON0026_000000027437	1.0		1	1	False	False	0.9581901431083679	0					non-mobilizable	no_good_hit	1323.0	82.91799999999999	76.0	0.1645285838834226	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
MAD0058_000000006769	2249	0.5450263010372629	4	3	2	3	1	True	16956	maximal	True	MAD0058_000000006769	1.0		1	1	False	False	0.9888839721679688	0					non-mobilizable	no_good_hit	1024.0	99.902	46.0	0.00030593733757359093	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	True	True
CHI0136_000000010143	1360	0.5450253101218758	3	3	3	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.03918564536268861		0	0	False	False	0.9963235259056091	0					non-mobilizable	chromosome	1360.0	98.162	100.0	0.000477788987352001	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0078_000000008014	3279	0.5450244525077628	4	4	4	4	3	False	125867	maximal	True	ENG0078_000000008014	1.0		966	15	False	False	1.0	0					non-mobilizable	chromosome	3280.0	96.22	100.0	0.0011036922021570971	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0101_000000029354	2174	0.5450244445202774	3	2	2	1	1	False	9047	maximal	True	MON0101_000000029354	1.0		1	1	False	False	0.9944801926612854	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000012134	2298	0.5450237976817279	3	3	3	2	2	False	121335	fragment	False	ISR0114_000000012134	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2298.0	99.521	100.0	0.0007240088847899192	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
DEN0005_000000005364	5411	0.5450213503655397	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.81114368404122		0	0	False	False	1.0	0					non-mobilizable	other	4378.0	97.807	99.0	0.009112636621591386	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0026_000000005947	5202	0.5450213503655397	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.8011460171192459		0	0	False	False	1.0	0					non-mobilizable	other	5206.0	98.31	100.0	0.010883725015003022	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0020_000000003649	5130	0.5450213503655397	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.8004714378009936		0	0	False	False	1.0	0					non-mobilizable	other	5134.0	98.228	100.0	0.010731081033044286	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0261_000000003219	5127	0.5450213503655397	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7982537173256973		0	0	False	False	1.0	0					non-mobilizable	other	5128.0	98.36200000000001	100.0	0.010720625965786839	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0199_000000004270	5462	0.545016427115159	7	2	1	2	0	True	90901	maximal	True	ENG0199_000000004270	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0035_000000007562	2916	0.5450151745069142	4	2	2	2	1	False	65415	fragment	False	ENG0035_000000007562	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2849.0	100.0	100.0	0.04984249212460623	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0318_000000001565	2776	0.5450151745069142	4	2	2	2	1	False	65415	fragment	False	ENG0035_000000007562	0.97599451303155		0	0	False	False	0.9978386163711548	0					non-mobilizable	other	2758.0	100.0	100.0	0.04824991249562478	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0790_000000011031	1540	0.5450143492587767	2	2	2	2	1	True	64726	fragment	False	ISR0790_000000011031	0.9612508497620667		0	0	False	False	0.9993506669998169	0					non-mobilizable	chromosome	1259.0	98.491	99.0	0.000350210529978773	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0309_000000013708	1471	0.5450143492587767	2	2	2	2	1	True	64726	fragment	False	ISR0790_000000011031	0.9535714285714285		0	0	False	False	1.0	0					non-mobilizable	chromosome	1470.0	99.184	99.0	0.0004086717472248321	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
USA0053_01_000000014236	1296	0.5450143492587767	2	2	2	2	1	True	1055	fragment	False	USA0053_01_000000014236	1.0		0	0	False	False	0.9976851940155029	0					non-mobilizable	chromosome	1296.0	99.15100000000001	100.0	0.0003602324529352403	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MON0060_000000029677	1424	0.5450129381854805	2	2	2	2	2	False	77136	fragment	False	MON0076_000000026698	0.6237626856086012		0	0	False	False	0.9992977380752563	0					non-mobilizable	other	999.0	98.49799999999999	100.0	0.00027714369817440613	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0122_000000003732	8700	0.5450107255472193	9	8	7	8	6	False	63416	maximal	True	SPA0122_000000003732	1.0		3	2	False	False	0.9995402097702026	0					non-mobilizable	no_good_hit	1942.0	99.279	22.0	0.019114866461829354	NZ_WBKJ01000017.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000017, whole genome shotgun sequence	True	False
MAD0062_000000006174	2209	0.545008820110717	4	4	3	2	1	True	109126	fragment	False	MAD0062_000000006174	0.9539023277042447		0	0	False	False	0.9981892108917236	0					non-mobilizable	no_good_hit	1581.0	76.78699999999999	70.0	0.00038149681599717163	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0782_000000002243	6050	0.5450065844306302	7	4	2	2	4	False	22271	fragment	False	ISR0782_000000002243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	96.454	17.0	0.09079165897767116	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0074_000000007090	3920	0.545002323576934	3	3	3	3	3	False	34735	maximal	True	ISR0074_000000007090	1.0		56	6	False	False	1.0	0					non-mobilizable	no_good_hit	2076.0	99.085	53.0	0.9980759980759981	NZ_PYLP01000046.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_46, whole genome shotgun sequence	True	False
SPA0119_000000007561	4529	0.545001831075311	6	5	3	3	2	False	4226	maximal	True	SPA0119_000000007561	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	80.942	14.0	0.007018780847381578	NZ_LT699707.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
MON0061_000000010032	4163	0.5450011269000229	5	3	3	3	2	False	119076	fragment	False	MON0061_000000010032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	84.359	14.0	0.00019798308220620077	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ETH0002_000000001518	15842	0.5449984406769147	26	9	2	7	6	True	53397	maximal	True	ETH0002_000000001518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0012683816243212176	NZ_PDWK01000044.1	g-proteobacteria	Pseudoxanthomonas taiwanensis strain DSM 22914 NODE_44_length_25229_cov_13.6016, whole genome shotgun sequence	True	True
ISR0057_000000014526	1537	0.5449899062167464	5	2	1	2	1	False	35570	fragment	False	ISR0057_000000014526	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1537.0	100.0	100.0	0.031193517597124347	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	False	False
ISR0178_000000005048	3193	0.5449876379065652	3	2	1	2	2	False	57668	maximal	False	SPA0156_000000004415	0.9585492227979275		0	0	False	False	0.9962418079376221	0					non-mobilizable	other	3190.0	99.969	99.0	0.000861989947596527	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0099_000000009582	2142	0.5449855936787938	4	4	3	2	3	False	47555	maximal	True	ISR0099_000000009582	1.0		24	7	False	False	1.0	0					non-mobilizable	other	886.0	99.323	99.0	0.00021358496941028827	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0207_000000013569	1415	0.5449831805997591	2	2	2	2	1	False	66950	fragment	False	ENG0207_000000013569	0.9412563420389983		0	0	False	False	0.9992932677268982	0					non-mobilizable	chromosome	1415.0	99.435	100.0	0.0005823200388103539	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0126_000000019561	2187	0.544981123353116	2	1	1	1	1	False	3976	maximal	True	SPA0126_000000019561	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	73.461	66.0	0.00042648027898918253	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
DEN0026_000000011605	2541	0.544977373382827	4	4	3	4	3	False	90930	maximal	True	DEN0026_000000011605	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	77.972	11.0	0.0017495188823073654	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0219_000000020141	1640	0.5449761118035363	3	2	2	2	2	False	28035	maximal	True	ISR0219_000000020141	1.0		99	10	False	False	0.9957317113876343	0					non-mobilizable	no_good_hit	597.0	98.492	36.0	0.006355977391489816	NZ_JAAIPV010000013.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_13_length_93770_cov_101.413, whole genome shotgun sequence	True	False
ENG0152_000000011700	2051	0.5449721842088958	4	3	2	2	3	True	57037	maximal	True	ENG0152_000000011700	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	89.119	28.0	0.00016121127885604925	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
FIJ0079_000000016412	1709	0.5449699459379548	3	3	3	3	2	False	50695	fragment	False	FIJ0079_000000016412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	80.153	8.0	3.6190277342798484e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CAN0007_000000027503	1462	0.5449675629887708	2	2	2	2	1	False	95199	fragment	False	CAN0007_000000027503	0.9903914590747331		0	0	False	False	0.9924760460853577	0					non-mobilizable	other	1462.0	98.15299999999999	100.0	0.036569798002553125	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0011_000000004265	5106	0.5449594544671491	7	5	3	3	2	True	8055	maximal	True	SPA0011_000000004265	1.0		1	1	False	False	0.9984332323074341	0					non-mobilizable	no_good_hit	1795.0	75.265	35.0	0.010811686087427679	NZ_LOQG01000027.1	fusobacteria	Caviibacter abscessus strain CCUG 39713 contig_4, whole genome shotgun sequence	True	True
ENG0075_000000003012	7861	0.5449575499836491	10	10	6	7	8	True	132404	maximal	True	ENG0075_000000003012	1.0	PS1159|PS463	75	9	True	True	0.9998728036880493	3		MOBV			mobilizable	no_good_hit	5141.0	99.086	67.0	0.04362173517379804	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
MON0055_000000012829	1826	0.5449567928914795	2	2	1	2	0	True	11090	maximal	True	MON0055_000000012829	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	99.395	72.0	0.0016092937015826142	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0050_000000013185	2045	0.5449538502414424	4	4	2	2	1	True	117184	fragment	False	ISR0160_000000014367	0.5268699137570619		0	0	False	False	1.0	0					non-mobilizable	other	2045.0	99.853	100.0	0.010121216922833149	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0239_000000013061	1220	0.5449534078788213	2	1	1	1	1	False	27262	fragment	False	ISR0239_000000013061	0.9932249322493225		0	0	False	False	0.9770491719245911	0					non-mobilizable	other	1220.0	98.689	100.0	0.003210801357017932	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
SPA0005_000000022599	1254	0.5449489891010032	2	2	2	2	2	False	8286	maximal	True	SPA0005_000000022599	1.0		3	1	False	False	0.9824561476707458	0					non-mobilizable	no_good_hit	577.0	77.296	46.0	0.00017106053314267715	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0027_000000018887	2156	0.5449487972214411	3	3	3	3	2	False	12654	maximal	True	MON0027_000000018887	1.0		113	10	False	False	0.9935064911842346	0					non-mobilizable	no_good_hit	120.0	81.667	6.0	5.002465500853992e-05	NZ_RBAN01000001.1	high GC Gram+	Micromonospora costi strain CS1-12 contig0001, whole genome shotgun sequence	True	False
ISR0782_000000006781	1974	0.5449449267579586	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.3718050354211816		0	0	False	False	0.9989868402481079	0					non-mobilizable	no_good_hit	1609.0	82.66	81.0	0.000557350261351611	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0166_000000026092	1163	0.5449423628891085	2	2	2	2	2	False	64646	fragment	False	ENG0172_000000020656	0.9340605736788467		0	0	False	False	0.9982802867889404	0					non-mobilizable	no_good_hit	102.0	81.373	9.0	8.759776536312849e-05	NZ_RQVU01000016.1	enterobacteria	Rouxiella chamberiensis strain Arv20	True	False
AST0150_000000019468	1430	0.5449407615710762	1	1	1	1	1	True	103882	maximal	True	AST0150_000000019468	1.0		9	6	False	False	0.9944055676460266	0					non-mobilizable	chromosome	1411.0	99.43299999999999	99.0	0.0002626738258014253	CP052336.1	enterobacteria	Klebsiella pneumoniae strain D17KP0018 chromosome, complete genome	False	True
ENG0104_000000000724	21533	0.5449348243973203	25	12	5	12	4	True	84072	fragment	False	ENG0104_000000000724	1.0		0	0	False	False	1.0	0					non-mobilizable	other	21427.0	86.102	99.0	0.21279738144659108	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0207_000000021553	1408	0.5449340683472751	2	2	2	2	2	False	126840	fragment	False	ENG0053_000000016561	0.9767771424664573		0	0	False	False	0.9992897510528564	0					non-mobilizable	other	1310.0	99.695	93.0	0.006849781005855543	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0170_000000023200	2005	0.5449276499205219	1	1	1	1	1	False	125995	maximal	True	ISR0170_000000023200	1.0		2	1	False	False	1.0	0					non-mobilizable	other	2005.0	98.454	100.0	0.0006997316356253183	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
ISR0782_000000008412	1543	0.5449276499205219	1	1	1	1	1	False	125994	maximal	True	ISR0782_000000008412	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1384.0	97.977	90.0	0.0004827903746551123	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
MON0086_000000020489	1496	0.5449276499205219	1	1	1	1	1	False	9732	fragment	False	MON0086_000000020489	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1496.0	98.529	100.0	0.0005222659986319775	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
AST0010_000000020193	1493	0.5449276499205219	1	1	1	1	1	False	125993	fragment	False	AST0010_000000020193	1.0		0	0	False	False	0.9698593616485596	0					non-mobilizable	other	1474.0	98.236	99.0	0.0005142311371145624	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
MAD0044_000000000574	25095	0.5449244124180076	39	8	7	7	5	True	106295	fragment	False	MAD0044_000000000574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0334_000000017863	1224	0.5449219575567915	2	2	2	2	1	False	32092	fragment	False	ISR0271_000000016191	0.9394411032187502		0	0	False	False	1.0	0					non-mobilizable	chromosome	1159.0	80.414	100.0	0.0004909693793761129	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0097_000000013056	2243	0.5449167042221598	3	3	3	3	2	False	58588	fragment	False	ISR0097_000000013056	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2243.0	99.331	100.0	0.0009399233052767764	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
TAN0007_000000010209	3474	0.544915956349088	5	4	2	3	4	True	126138	fragment	False	TAN0007_000000010209	1.0		0	0	False	False	0.9953943490982056	0					non-mobilizable	no_good_hit	67.0	85.075	2.0	0.00023559089821748302	NZ_AYZQ01000003.1	firmicutes	Lactobacillus brantae DSM 23927 Scaffold3, whole genome shotgun sequence	True	True
ISR0144_000000002742	2380	0.5449145717971822	3	3	3	3	1	False	41223	maximal	True	ISR0144_000000002742	1.0		419	13	False	False	0.992436945438385	0					non-mobilizable	other	1720.0	99.244	99.0	0.004161532334791524	NZ_KE159507.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.4, whole genome shotgun sequence	False	False
ENG0127_000000006150	4136	0.5449143680536724	4	2	1	2	1	False	58742	maximal	True	ENG0127_000000006150	1.0		2	2	False	False	0.990328848361969	0					non-mobilizable	no_good_hit	65.0	92.30799999999999	2.0	1.9910291691995255e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0011_000000009733	4664	0.5449079697877971	5	3	3	3	2	False	96332	fragment	False	MON0011_000000009733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	83.859	24.0	0.000369157571043588	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
MAD0056_000000000207	27072	0.5449066429469525	27	7	2	4	4	False	17089	maximal	True	MAD0056_000000000207	1.0		1	1	False	False	0.998670220375061	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.7154192913602907e-05	LK022887.2	apicomplexans	Plasmodium chabaudi chabaudi strain AS genome assembly, chromosome: 10	True	False
USA0065_01_000000002609	4325	0.5449030466686989	5	5	5	4	4	False	124983	maximal	False	CAN0008_000000006498	0.7470823306808677		0	0	False	False	0.9997687935829163	0					non-mobilizable	no_good_hit	1110.0	84.685	60.0	0.002668435938165898	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0037_000000007175	3409	0.5449020043285755	4	4	3	4	4	False	92409	maximal	False	ISR0020_000000006085	0.9874674481795704		0	0	False	False	0.9994133114814758	0					non-mobilizable	other	3409.0	99.23700000000001	100.0	0.001028773664360177	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
CHI0048_000000005223	3402	0.5449020043285755	4	4	3	4	4	False	92409	maximal	False	ISR0020_000000006085	0.9866675624276593		0	0	False	False	0.9997060298919678	0					non-mobilizable	other	3402.0	100.0	100.0	0.0010266605729134278	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0344_000000011810	2769	0.5449013850707195	4	4	2	4	2	False	39857	fragment	False	ISR0344_000000011810	0.9952293577981651		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	87.105	15.0	0.00014467761064573147	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0149_000000008596	2725	0.5449013850707195	4	4	2	4	2	False	39857	fragment	False	ISR0344_000000011810	0.987360057782593		0	0	False	False	0.9988991022109985	0					non-mobilizable	no_good_hit	437.0	87.87200000000001	16.0	0.00015385228839399735	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0078_000000000654	22080	0.5449008319183563	21	14	11	12	7	False	94314	maximal	True	CHI0078_000000000654	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	7856.0	96.89399999999999	74.0	0.06294274204571952	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0802_000000005478	2771	0.5448991832124535	3	3	3	3	2	True	88229	fragment	False	ISR0802_000000005478	1.0		0	0	False	False	0.9920606017112732	0					non-mobilizable	no_good_hit	358.0	90.78200000000001	13.0	0.001765919242583881	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
ENG0079_000000024004	1371	0.5448921314007305	3	3	2	3	2	False	61798	fragment	False	ENG0079_000000024004	1.0		0	0	False	False	0.9810357689857483	0					non-mobilizable	no_good_hit	343.0	73.178	25.0	0.0008102825327252265	NZ_FQVI01000002.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
AUS0020_000000004863	5596	0.5448876445648547	6	2	0	1	1	False	127658	maximal	True	AUS0020_000000004863	1.0		2	2	True	True	1.0	12					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.71877471902077e-07	CP039337.1	eudicots	Cicer arietinum chromosome Ca7	True	True
AST0006_000000002922	5539	0.5448876445648547	6	2	0	1	1	False	127658	maximal	False	AUS0020_000000004863	0.9949070764832023		0	0	True	True	0.9980140924453735	10					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.71877471902077e-07	CP039337.1	eudicots	Cicer arietinum chromosome Ca7	True	True
ENG0135_000000011094	2005	0.5448876255687191	3	3	3	3	2	False	58093	maximal	True	ENG0135_000000011094	1.0		7	3	False	False	0.9905236959457397	0					non-mobilizable	no_good_hit	491.0	77.597	63.0	0.0001350629217046115	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0096_000000016253	2708	0.544880015762487	4	4	3	4	2	False	68195	maximal	True	DEN0096_000000016253	1.0		29	7	False	False	0.9944608807563782	0					non-mobilizable	no_good_hit	1425.0	99.509	53.0	0.0012743322284347906	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
USA0101_01_000000021260	1439	0.5448794023036977	2	2	2	2	2	False	356	maximal	True	USA0101_01_000000021260	1.0		8	4	False	False	1.0	0					non-mobilizable	other	1439.0	96.24700000000001	100.0	0.00034448321045886505	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
SPA0045_000000012537	2098	0.5448784986289702	4	3	2	2	1	True	35739	maximal	True	SPA0045_000000012537	1.0		5	4	False	False	0.9980934262275696	0					non-mobilizable	no_good_hit	1288.0	99.068	61.0	0.03538728037614452	NZ_CZBD01000029.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
MON0069_000000000214	40100	0.5448700384109725	45	12	4	10	7	False	59217	maximal	True	MON0069_000000000214	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	74.529	2.0	0.06061074603788172	NZ_LNAM01000200.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf72, whole genome shotgun sequence	True	False
ISR0033_000000009293	3214	0.5448696352463877	6	5	3	4	3	True	82061	fragment	False	ISR0033_000000009293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	92.12100000000001	50.0	0.00030170574902951315	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ETH0004_000000010060	2820	0.5448695668265761	4	4	3	4	3	False	52916	maximal	True	ETH0004_000000010060	1.0		5	3	False	False	0.9773049354553223	0					non-mobilizable	no_good_hit	1039.0	70.837	37.0	0.010492612344369781	NZ_AAXG02000034.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont317, whole genome shotgun sequence	True	False
ISR0329_000000005431	2558	0.5448682699479612	6	3	3	3	1	False	24708	fragment	False	ISR0329_000000005431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0088_000000000715	17681	0.5448671690041639	9	9	8	9	7	False	109427	maximal	True	SPA0088_000000000715	1.0		68	8	False	False	0.9979073405265808	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00012965243885498375	NZ_FRFG01000028.1	g-proteobacteria	Vibrio quintilis isolate CECT 7734, whole genome shotgun sequence	True	False
ENG0068_000000011052	2184	0.5448602410545702	4	2	2	2	2	True	112644	fragment	False	ISR0362_000000009069	0.8811245107254942		0	0	False	False	0.9958791136741638	0					non-mobilizable	chromosome	2184.0	99.588	100.0	0.0005850075142513512	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
DEN0052_000000042445	1128	0.5448549910767503	2	2	2	2	2	False	72169	fragment	False	DEN0052_000000042445	1.0		0	0	False	False	0.9707446694374084	0					non-mobilizable	other	1128.0	97.34	100.0	0.0009674251554575826	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0107_000000012389	2114	0.5448541197142621	2	2	2	2	1	False	32848	maximal	True	ISR0107_000000012389	1.0		5	3	False	False	0.9995269775390625	0					non-mobilizable	no_good_hit	912.0	79.825	43.0	0.006676961541289801	NZ_JAAITU010000004.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_4_length_135990_cov_185.338, whole genome shotgun sequence	True	False
ISR0029_000000026230	1638	0.544852191518435	4	4	4	3	2	False	37103	fragment	False	ISR0029_000000026230	0.9598563968668408		0	0	False	False	0.980463981628418	0					non-mobilizable	other	1638.0	98.779	100.0	0.0033208303495899172	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ENG0134_000000008658	4279	0.5448520367081128	5	3	1	1	2	True	131235	maximal	True	ENG0134_000000008658	1.0		59	11	False	False	0.9997662901878357	0					non-mobilizable	no_good_hit	2396.0	91.98700000000001	56.0	0.0162326430107381	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
MAD0092_000000015791	1194	0.5448510130934767	2	2	2	2	1	True	15697	maximal	True	MAD0092_000000015791	1.0		4	2	False	False	0.9321607947349548	0					non-mobilizable	no_good_hit	889.0	78.178	74.0	0.019167174310329823	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0095_000000010014	2966	0.5448498383247388	4	4	4	4	4	False	71398	fragment	False	ISR0095_000000010014	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2967.0	99.292	100.0	0.011377585466151108	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0066_000000001096	19786	0.5448484527482084	27	8	3	6	4	True	71028	maximal	True	DEN0066_000000001096	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	7320.0	95.301	50.0	0.06569677581682902	NZ_QEKH01000019.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_119, whole genome shotgun sequence	True	True
ISR0269_000000016328	1196	0.5448471606778782	2	1	1	1	1	False	26444	maximal	True	ISR0269_000000016328	1.0		15	3	False	False	0.9949832558631897	0					non-mobilizable	no_good_hit	908.0	98.678	76.0	0.1575199722125738	NZ_JAAIOD010000034.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_34_length_5758_cov_233.055, whole genome shotgun sequence	True	False
ISR0016_000000005642	3550	0.5448470342478812	4	4	3	3	4	False	51911	fragment	False	FIJ0005_000000008351	0.9894765992799779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	96.463	48.0	0.0004850321632535459	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0064_000000015810	1672	0.5448451434278752	3	3	1	3	2	False	45476	fragment	False	FIJ0064_000000015810	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1672.0	97.96700000000001	100.0	0.011956895071269106	CP033633.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb2, complete sequence	False	True
CHI0037_000000009656	1512	0.5448418134219204	2	1	1	1	1	False	87931	maximal	True	CHI0037_000000009656	1.0		155	13	False	False	0.9973545074462891	0					non-mobilizable	chromosome	1504.0	95.479	100.0	0.0005055644061116072	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0007_000000042982	1506	0.5448404790194785	2	2	1	2	2	True	122078	fragment	False	MON0007_000000042982	0.9450512586502274		0	0	False	False	0.9960159659385681	0					non-mobilizable	no_good_hit	974.0	75.975	64.0	0.0004040920608904697	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
AST0019_000000021140	1437	0.5448404790194785	2	2	1	2	2	True	122078	fragment	False	MON0007_000000042982	0.904739611205812		0	0	False	False	0.9944328665733337	0					non-mobilizable	no_good_hit								True	True
DEN0045_000000001015	19698	0.5448398699027526	23	12	5	9	4	False	75383	maximal	True	DEN0045_000000001015	1.0		1	1	False	False	0.9998477101325989	0					non-mobilizable	no_good_hit	6625.0	97.66	49.0	0.1138126106917482	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0206_000000010918	2347	0.5448385584843823	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.698191772917014	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	173.0	78.613	7.0	5.677197207347085e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	True
MON0031_000000020137	1588	0.5448375048985292	1	1	1	1	1	False	12443	maximal	True	MON0031_000000020137	1.0		6	4	False	False	1.0	0					non-mobilizable	chromosome	1589.0	82.631	99.0	0.0004799915099417067	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
ISR0790_000000011255	1509	0.5448363540203744	3	3	1	3	3	False	34611	maximal	True	ISR0790_000000011255	1.0		1068	13	False	False	1.0	0					non-mobilizable	chromosome	1509.0	99.669	100.0	0.0003349481030343011	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AST0039_000000007410	2284	0.5448355657304069	4	2	1	2	2	False	116652	fragment	False	AST0039_000000007410	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2284.0	99.29899999999999	100.0	0.011289237889906443	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	False
CHI0104_000000005454	1724	0.5448355657304069	2	2	1	2	2	False	85561	fragment	False	ISR0811_000000008238	0.9573304157549234		0	0	False	False	1.0	0					non-mobilizable	other	1724.0	100.0	100.0	0.008520086239294261	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	False
ENG0169_000000016853	1434	0.5448344055325276	2	2	2	2	2	False	55887	maximal	True	ENG0169_000000016853	1.0		177	12	False	False	0.9762901067733765	0					non-mobilizable	no_good_hit	90.0	84.444	6.0	7.988777669464324e-05	NZ_SJJZ01000004.1	high GC Gram+	Kribbella soli strain KCTC 29219 NODE_4_length_1051475_cov_16.2765_ID_889, whole genome shotgun sequence	True	False
FIJ0067_000000010806	2768	0.544833163335013	4	4	4	4	3	False	61892	maximal	False	USA0083_01_000000009910	0.9399609502115197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	73.018	25.0	0.0002950696844311806	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	False
ISR0279_000000020835	1114	0.5448283764364727	1	1	1	1	1	False	26204	fragment	False	ISR0279_000000020835	1.0		0	0	False	False	0.9784560203552246	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000023523	1398	0.5448239101629129	2	2	2	2	2	False	39890	fragment	False	FIJ0148_000000014285	0.9521289639211532		0	0	False	True	0.991416335105896	0					non-mobilizable	no_good_hit	183.0	90.71	20.0	0.0005817707567494998	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
MON0081_000000023883	2319	0.5448234653447785	3	3	3	2	2	False	85659	maximal	True	MON0081_000000023883	1.0		14	7	False	False	0.998275101184845	0					non-mobilizable	other	2319.0	98.749	100.0	0.010897619730427301	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
ISR0158_000000006078	2977	0.5448221161799705	4	4	4	3	4	False	127448	maximal	True	ISR0158_000000006078	1.0	PS1007	2	2	False	True	0.9956331849098206	0					non-mobilizable	chromosome	1822.0	99.726	99.0	0.0010033627252676047	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
ISR0029_000000020295	2185	0.5448149322732158	4	4	3	4	4	False	60423	maximal	True	ISR0029_000000020295	1.0		16	6	False	False	0.9995423555374146	0					non-mobilizable	no_good_hit	472.0	83.898	89.0	0.00021919699280380936	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0093_000000019044	1685	0.5448141037632398	3	3	3	3	2	False	131699	fragment	False	AST0140_000000015176	0.4557168904517836		0	0	False	False	0.9994065165519714	0					non-mobilizable	other	1677.0	98.927	99.0	0.0004724157168055334	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
TAN0012_000000003924	2148	0.5448112430782276	4	3	1	3	1	False	90247	fragment	False	TAN0012_000000003924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	90.459	26.0	0.06772144312597388	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
CHI0147_000000006027	3189	0.5448046973593363	5	4	3	3	3	False	88892	maximal	False	CHI0135_000000006055	0.9900937971551196		0	0	False	False	1.0	0					non-mobilizable	other	3189.0	99.969	100.0	0.015399924642777783	NZ_SPFU01000008.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_8_length_207014_cov_28.8496, whole genome shotgun sequence	False	False
ISR0367_000000007444	1325	0.544804273960851	2	2	2	2	2	False	23576	maximal	True	ISR0367_000000007444	1.0		146	9	False	False	0.999245285987854	0					non-mobilizable	no_good_hit	567.0	87.831	43.0	0.001407450644470892	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	False
ENG0135_000000009214	2388	0.5448032247390034	2	1	1	1	1	False	82766	maximal	True	ENG0135_000000009214	1.0		653	13	False	False	0.9958124160766602	0					non-mobilizable	other	2374.0	99.874	99.0	0.0005011739466423985	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0062_000000008316	3957	0.5448016993661068	6	4	4	3	2	True	122207	fragment	False	ISR0062_000000008316	0.9908629441624366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	3.0	0.0006080385173787336	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	True
SPA0153_000000005836	3015	0.5448016993661068	5	4	4	3	2	True	122205	fragment	False	ISR0160_000000008613	0.9683504833177423		0	0	False	False	0.999668300151825	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.0003598595306935362	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	True
SPA0151_000000006735	2647	0.5448016993661068	5	4	4	3	2	False	122201	fragment	False	SPA0151_000000006735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	2.0	0.0003970863786963158	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
FIJ0054_000000005007	4854	0.5447999598041365	4	4	4	3	3	False	122451	maximal	True	FIJ0054_000000005007	1.0	PS871	4	1	False	True	0.9997940063476562	0					non-mobilizable	no_good_hit	2324.0	92.556	48.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MAD0001_000000000914	19078	0.5447947425858441	15	14	7	9	13	False	130175	maximal	True	MAD0001_000000000914	1.0	PS1081|PS1086|PS832|PS833|PS835|PS836|PS837|PS838|PS839|PS840|PS974|PS975	54	9	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	13121.0	98.90299999999999	70.0	0.09263522101398107	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	True	True
ENG0149_000000010422	1947	0.5447853354994575	4	3	3	1	1	False	57212	fragment	False	ENG0149_000000010422	1.0		0	0	False	False	0.9984591603279114	0					non-mobilizable	other	1973.0	91.738	100.0	0.0006324668003087208	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0089_000000012503	2030	0.5447838851293579	2	2	2	2	2	False	102973	fragment	False	FIJ0042_000000010318	0.6020925021692066		0	0	False	False	0.9995073676109314	0					non-mobilizable	other	2031.0	92.565	100.0	0.0004731362212373772	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0010_000000005464	3294	0.5447835809154361	5	3	3	3	2	False	38320	maximal	True	ISR0010_000000005464	1.0		0	0	False	False	0.9863387942314148	0					non-mobilizable	no_good_hit	1135.0	89.427	34.0	0.0038898338573613044	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0055_000000007913	1888	0.5447820203216959	3	3	3	2	1	False	35671	maximal	True	ISR0055_000000007913	1.0		229	12	False	False	1.0	0					non-mobilizable	other	1447.0	95.853	100.0	0.00043211784727506904	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0026_000000009416	2387	0.5447747691885825	2	1	1	0	1	False	37304	fragment	False	ISR0026_000000009416	1.0		0	0	False	False	0.9995810389518738	0					non-mobilizable	other	2387.0	99.83200000000001	100.0	0.0032209075507738413	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
FIJ0163_000000019671	1262	0.5447691146827758	3	3	3	1	1	False	39133	maximal	True	FIJ0163_000000019671	1.0		36	7	False	False	0.9976228475570679	0					non-mobilizable	no_good_hit	821.0	80.512	65.0	0.0007333011630896062	NZ_GG704781.1	CFB group bacteria	Prevotella bergensis DSM 17361 SCAFFOLD2, whole genome shotgun sequence	True	False
SPA0074_000000007689	3149	0.5447681666796667	3	2	2	2	2	False	5820	maximal	True	SPA0074_000000007689	1.0		31	8	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	70.825	15.0	7.209404456071638e-05	CP017433.1	b-proteobacteria	Achromobacter ruhlandii strain SCCH3:ACH 33-1365 genome	True	False
ISR0177_000000011504	2510	0.5447679224530785	3	2	2	2	2	False	66111	fragment	False	ISR0177_000000011504	0.9620024125452352		0	0	False	False	1.0	0					non-mobilizable	chromosome	2510.0	99.84100000000001	100.0	0.0006984723527160107	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0116_000000028128	1461	0.5447674273481053	3	2	2	1	1	False	4344	fragment	False	SPA0116_000000028128	1.0		0	0	False	False	0.9794661402702332	0					non-mobilizable	no_good_hit								True	False
MAD0008_000000004310	2701	0.5447637005595811	3	2	2	2	2	False	41220	maximal	True	MAD0008_000000004310	1.0		8	5	False	False	0.9940762519836426	0					non-mobilizable	no_good_hit	552.0	73.37	20.0	0.00016168041652729132	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0003_000000016340	2040	0.5447630036529151	3	2	2	2	2	True	130076	maximal	True	AST0003_000000016340	1.0		0	0	False	False	0.9995098114013672	0					non-mobilizable	no_good_hit	263.0	76.046	13.0	6.612017455726083e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	True
ETH0001_000000033954	1120	0.5447625612604421	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.020562202302816638		0	0	False	False	1.0	0					non-mobilizable	other	1080.0	92.5	96.0	0.804185351270553	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0288_000000025974	1110	0.5447613713078783	2	2	1	1	2	True	25947	fragment	False	ISR0288_000000025974	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	100.0	100.0	0.0004301592442540383	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	False	True
CHI0170_000000000916	12162	0.5447607147508041	15	11	9	11	9	False	98909	maximal	True	CHI0170_000000000916	1.0		2	1	False	False	0.9994244575500488	0					non-mobilizable	no_good_hit	284.0	75.704	2.0	7.530330348356833e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0046_000000013220	1960	0.5447597466520048	3	3	3	2	1	False	85658	fragment	False	ISR0031_000000011017	0.9748800201212715		0	0	False	False	1.0	0					non-mobilizable	other	1960.0	99.133	100.0	0.009209852050003057	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
MAD0014_000000017508	1886	0.5447597466520048	3	3	3	2	1	False	85658	fragment	False	ISR0031_000000011017	0.950709706959707		0	0	False	False	0.998939573764801	0					non-mobilizable	other	1886.0	98.993	100.0	0.008861955647910036	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
ISR0081_000000012103	1954	0.5447596737746646	2	1	1	1	1	False	90910	fragment	False	SPA0098_000000015720	0.6453530867541246		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	94.505	5.0	3.188777821180587e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
MAD0048_000000018863	1267	0.5447596737746646	1	1	1	1	1	False	90903	fragment	False	MAD0048_000000018863	1.0		0	0	False	False	0.9976322054862976	0					non-mobilizable	no_good_hit								True	False
SPA0020_000000024940	1388	0.5447596286868228	3	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.8682843762316247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	95.06200000000001	18.0	0.004121771848811356	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0082_000000027780	1155	0.5447562984206638	2	2	2	2	1	False	44158	maximal	True	FIJ0082_000000027780	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000007612	3676	0.5447545028545853	4	4	4	4	3	False	76611	maximal	True	SPA0019_000000007612	1.0		46	6	False	False	0.9991838932037354	0					non-mobilizable	no_good_hit	1597.0	88.541	78.0	0.024846770391324848	NZ_JAAIUL010000023.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_23_length_63630_cov_356.789, whole genome shotgun sequence	True	False
ISR0299_000000006315	1841	0.5447537591959868	3	3	2	3	2	False	109136	fragment	False	ISR0299_000000006315	1.0		0	0	False	False	0.9989136457443237	0					non-mobilizable	no_good_hit	113.0	81.416	9.0	2.262018670702108e-05	NC_012917.1	enterobacteria	Pectobacterium carotovorum subsp. carotovorum PC1, complete genome	True	False
ENG0004_000000012006	2181	0.544750566973846	3	3	3	3	1	False	103657	fragment	False	DEN0006_000000002711	0.9586790862071761		0	0	False	False	1.0	0					non-mobilizable	other	2124.0	99.906	97.0	0.06944262724061233	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
FIJ0096_000000016926	2136	0.544750566973846	3	3	3	3	1	False	103657	fragment	False	DEN0006_000000002711	0.6478679504814305		0	0	False	False	1.0	0					non-mobilizable	other	2060.0	99.90299999999999	96.0	0.06734920842601073	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
USA0011_01_000000005458	6863	0.5447484836259959	6	3	2	2	2	False	65418	fragment	False	USA0011_01_000000005458	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4083.0	99.976	100.0	0.07143857192859643	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0140_000000002428	5415	0.5447484836259959	5	3	2	2	2	False	65419	fragment	False	ENG0140_000000002428	0.9755144817073171		0	0	False	False	1.0	0					non-mobilizable	other	4968.0	99.758	93.0	0.08692684634231712	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0070_000000003922	5248	0.5447484836259959	6	3	2	2	2	False	65419	fragment	False	ENG0140_000000002428	0.9608494921514312		0	0	False	False	0.9973323345184326	0					non-mobilizable	other	5195.0	99.98100000000001	99.0	0.09089954497724886	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0089_01_000000001881	4714	0.5447484836259959	6	3	2	2	2	False	65417	fragment	False	USA0089_01_000000001881	1.0		0	0	False	False	0.9991514682769775	0					non-mobilizable	other	3703.0	100.0	100.0	0.0647882394119706	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0190_000000007398	4135	0.5447484836259959	5	3	2	2	2	False	65416	fragment	False	ENG0190_000000007398	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4083.0	99.804	100.0	0.07143857192859643	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0053_000000007997	4118	0.5447484836259959	4	3	2	2	2	False	54060	fragment	False	SPA0053_000000007997	0.9797382330732445		0	0	False	False	1.0	0					non-mobilizable	other	4118.0	99.781	100.0	0.07205110255512776	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0204_000000005807	3973	0.5447484836259959	4	3	2	2	2	False	54060	fragment	False	SPA0053_000000007997	0.9628460417678485		0	0	False	False	0.9924490451812744	0					non-mobilizable	other	3973.0	99.975	100.0	0.06951347567378369	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0179_000000007994	3059	0.5447484836259959	5	3	2	2	2	False	29684	fragment	False	ISR0179_000000007994	1.0		0	0	False	False	0.989212155342102	0					non-mobilizable	other	3040.0	100.0	99.0	0.0531851592579629	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0073_01_000000006608	2519	0.5447484836259959	3	3	2	2	2	False	713	fragment	False	USA0073_01_000000006608	1.0		0	0	False	False	0.999206006526947	0					non-mobilizable	other	2458.0	100.0	98.0	0.042999649982499125	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0058_000000027561	1513	0.544747406922456	2	2	2	2	2	False	45982	fragment	False	FIJ0058_000000027561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1408.0	75.142	92.0	0.00041850238170006507	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0057_000000012405	1786	0.5447434791108222	4	4	3	2	3	False	35585	maximal	True	ISR0057_000000012405	1.0		0	0	False	False	0.9552071690559387	0					non-mobilizable	virus	1768.0	95.588	99.0	0.045808057240628405	MK448919.1	viruses	Streptococcus phage Javan370, complete genome	False	False
ENG0031_000000005815	3511	0.5447404009330633	5	3	1	2	3	False	114828	fragment	False	ENG0031_000000005815	0.9992103600758054		0	0	False	False	0.9977214336395264	0					non-mobilizable	plasmid	2606.0	99.84700000000001	99.0	0.3146895385358782	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
SPA0007_000000008880	2798	0.5447395313626162	4	3	2	3	2	True	58084	fragment	False	ISR0016_000000006676	0.9445808546587452		0	0	False	False	1.0	0					non-mobilizable	other	2798.0	99.964	100.0	0.0005907220938722245	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0154_000000024521	1373	0.5447392380423295	3	3	2	3	2	True	97946	fragment	False	ENG0154_000000024521	0.9737242955064738		0	0	False	False	1.0	0					non-mobilizable	plasmid	1373.0	100.0	100.0	0.013277076720600758	CP027256.1	enterobacteria	Escherichia coli strain EC11 plasmid unnamed1, complete sequence	False	True
CHI0140_000000008584	3464	0.544729263345338	1	1	1	1	0	False	80273	maximal	True	CHI0140_000000008584	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	74.163	6.0	2.7987681578658897e-05	CP009283.1	firmicutes	Paenibacillus sp. FSL R7-0273, complete genome	True	False
FIJ0104_000000005300	4620	0.5447256902473282	5	4	3	4	3	False	113756	fragment	False	ISR0059_000000003816	0.8233807447329008		0	0	False	False	1.0	0					non-mobilizable	chromosome	4551.0	95.803	100.0	0.0012698187016838463	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0045_000000010468	2566	0.5447254091376061	2	2	2	2	2	False	24215	fragment	False	SPA0045_000000010468	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	9.903133209874273e-06	NZ_RAPY01000001.1	CFB group bacteria	Sphingobacterium detergens strain CECT 7938 Ga0244598_101, whole genome shotgun sequence	True	False
MON0022_000000025649	1242	0.5447233186478031	2	2	2	2	2	False	12999	fragment	False	MON0022_000000025649	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	93.31700000000001	100.0	0.011937168745972048	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0057_000000011437	2242	0.5447165168551525	2	2	2	1	1	False	11042	maximal	True	MON0057_000000011437	1.0		85	9	False	False	0.9995539784431458	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.003352213616922899	NZ_SRID01000299.1	high GC Gram+	Streptomyces palmae strain JCM 31289 NODE_299_length_8651_cov_44.5299, whole genome shotgun sequence	True	False
ISR0297_000000011457	1341	0.5447151414563948	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.16887495739236205		0	0	False	False	0.9992542862892151	0					non-mobilizable	chromosome	1342.0	98.212	100.0	0.00035909760380064615	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0009_000000027943	1220	0.5447111742202863	3	3	3	3	1	False	130039	fragment	False	USA0135_01_000000006480	0.019516175587485696		0	0	False	False	0.9991803169250488	0					non-mobilizable	chromosome	1220.0	98.77	100.0	0.00043015123750523573	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0203_000000008471	2027	0.5447100249450463	3	3	3	3	3	False	90580	fragment	False	CHI0087_000000004583	0.9607843137254901		0	0	False	False	0.9975333213806152	0					non-mobilizable	chromosome	2027.0	99.556	100.0	0.0004043636143001815	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
USA0020_01_000000011360	3087	0.5447082757446654	4	4	4	3	3	False	101489	fragment	False	USA0020_01_000000011360	1.0		0	0	False	False	0.9993520975112915	0					non-mobilizable	other	3083.0	99.90299999999999	99.0	0.0467316644175221	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0182_000000009408	3679	0.5447065750286018	5	4	3	1	3	False	92285	fragment	False	ENG0175_000000006818	0.9429340107933714		0	0	False	False	0.9975537061691284	0					non-mobilizable	other	3679.0	98.23299999999999	100.0	0.0019849922068277685	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0209_000000008330	3533	0.5447059338920346	6	3	2	3	2	False	28471	fragment	False	ISR0209_000000008330	1.0		0	0	False	False	0.9929238557815552	0					non-mobilizable	no_good_hit	71.0	91.54899999999999	2.0	1.543917164874032e-05	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
MON0015_000000018891	2000	0.5447059199133241	2	2	2	2	2	False	47632	fragment	False	MON0015_000000018891	1.0		0	0	False	False	0.9955000281333923	0					non-mobilizable	no_good_hit	1093.0	75.297	53.0	0.01461824826476484	NZ_PPTT01000021.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_21, whole genome shotgun sequence	True	False
MON0013_000000008623	4984	0.5447056806732385	7	5	2	4	1	False	13550	fragment	False	MON0013_000000008623	1.0		0	0	False	False	0.9676966071128845	0					non-mobilizable	no_good_hit								True	False
MAD0054_000000013965	1341	0.5447042488148083	3	3	2	3	3	False	17139	maximal	True	MAD0054_000000013965	1.0		0	0	False	False	0.9992542862892151	0					non-mobilizable	no_good_hit	1147.0	98.344	86.0	0.000534467561176948	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0190_000000002403	11786	0.5447025022363999	15	8	4	7	3	False	54828	maximal	True	ENG0190_000000002403	1.0		1	1	False	False	0.9998303055763245	0					non-mobilizable	chromosome	10168.0	96.961	100.0	0.8336899275839368	HG796248.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00011	False	False
SPA0093_000000033273	1115	0.5447002639986018	2	2	2	2	2	False	10260	fragment	False	MON0098_000000030641	0.9686698532240756		0	0	False	False	0.9964125752449036	0					non-mobilizable	other	1115.0	98.475	100.0	0.02661315368260111	NZ_SPFY01000019.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_19_length_41859_cov_18.8987, whole genome shotgun sequence	False	False
FIJ0032_000000011779	2967	0.5446995042018776	4	3	2	3	1	True	119381	fragment	False	FIJ0032_000000011779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	75.043	19.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
FIJ0005_000000007356	3994	0.5446921816457418	4	2	2	2	2	False	51916	maximal	True	FIJ0005_000000007356	1.0		7	5	False	False	0.9997496008872986	0					non-mobilizable	no_good_hit	59.0	86.441	1.0	1.9931237231551148e-05	NZ_CP013922.1	firmicutes	Staphylococcus xylosus strain S170, complete genome	True	False
MON0097_000000030576	1222	0.5446915297372007	2	1	1	1	1	False	9217	fragment	False	MON0097_000000030576	1.0		0	0	False	False	0.9738134145736694	0					non-mobilizable	no_good_hit								True	False
DEN0075_000000000074	2756	0.5446883910496909	3	3	3	3	2	False	70026	maximal	True	DEN0075_000000000074	1.0		7	5	False	False	0.9974600672721863	0					non-mobilizable	no_good_hit	967.0	80.558	36.0	0.00013560028764211015	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
DEN0072_000000008589	1989	0.5446875773943544	4	3	3	2	2	False	91053	fragment	False	ENG0104_000000015041	0.9574976121739038		0	0	False	False	0.9984917044639587	0					non-mobilizable	other	1987.0	97.635	99.0	0.021584610368438215	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0185_000000013049	1490	0.5446865581060454	3	3	3	3	3	False	55047	maximal	True	ENG0185_000000013049	1.0		6	3	False	False	0.9637584090232849	0					non-mobilizable	no_good_hit	41.0	90.244	3.0	9.800496199122561e-06	NZ_DS022276.1	a-proteobacteria	Salipiger bermudensis HTCC2601 scf_1100011001366, whole genome shotgun sequence	True	False
CHI0157_000000002879	3398	0.5446863986930627	5	2	1	1	2	False	78950	maximal	True	CHI0157_000000002879	1.0		1	1	False	False	0.9976456761360168	0					non-mobilizable	no_good_hit								True	False
DEN0006_000000006335	1224	0.5446808593766589	2	1	1	1	1	False	76359	maximal	True	DEN0006_000000006335	1.0		4	4	False	False	0.9901960492134094	0					non-mobilizable	no_good_hit	713.0	91.725	75.0	0.00020791615883388904	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0831_000000014933	1270	0.5446807613703702	2	1	1	1	1	False	21015	fragment	False	ISR0831_000000014933	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	98.50399999999999	100.0	0.029068169323804287	NZ_QRST01000020.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf20, whole genome shotgun sequence	False	False
USA0010_01_000000014338	1858	0.5446780424985238	2	2	2	2	2	False	2057	maximal	True	USA0010_01_000000014338	1.0		47	10	False	False	1.0	0					non-mobilizable	chromosome	1810.0	90.552	97.0	0.0006281570712315526	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
CHI0130_000000006963	2323	0.5446767474301156	3	1	1	1	1	True	81105	maximal	True	CHI0130_000000006963	1.0		26	4	False	False	0.9926818609237671	0					non-mobilizable	no_good_hit								True	True
SPA0046_000000005772	4549	0.5446714534376318	5	4	4	4	3	True	78635	fragment	False	SPA0046_000000005772	1.0		0	0	False	False	0.9993405342102051	0					non-mobilizable	chromosome	4550.0	98.264	99.0	0.00202867002517318	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
USA0130_01_000000024137	1382	0.5446708727918138	2	2	2	2	1	False	96397	maximal	True	USA0130_01_000000024137	1.0		63	10	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	81.757	81.0	0.00048124606882796487	NZ_CABJCG010000001.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ENG0130_000000015072	1964	0.5446702393706487	4	4	1	3	4	False	58445	maximal	True	ENG0130_000000015072	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1912.0	99.529	100.0	0.0004031517989937027	CP010242.1	enterobacteria	Escherichia coli strain S56, complete genome	False	False
TAN0002_000000004812	5842	0.5446671416580181	7	5	4	4	4	False	3069	maximal	True	TAN0002_000000004812	1.0		1	1	False	False	0.9981170892715454	0					non-mobilizable	no_good_hit								True	False
MAD0049_000000008277	2160	0.5446667068242725	4	4	3	3	2	False	119087	maximal	True	MAD0049_000000008277	1.0		3	1	False	False	0.9953703880310059	0					non-mobilizable	other	2127.0	94.17	98.0	0.0027126149377901007	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
AST0151_000000007424	2144	0.5446616592975994	2	2	2	2	2	False	103675	maximal	True	AST0151_000000007424	1.0		298	12	False	False	1.0	0					non-mobilizable	other	2144.0	100.0	100.0	0.016582323537149668	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0093_000000003586	10688	0.5446613844652836	15	12	9	11	9	True	93274	maximal	True	SPA0093_000000003586	0.9998101385988228		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	75.888	7.0	0.0002711810527401835	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0116_000000003153	10534	0.5446613844652836	16	12	9	11	9	True	93274	maximal	False	SPA0093_000000003586	0.9926085329341318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	75.888	7.0	0.0002711810527401835	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
AST0104_000000018523	1856	0.5446604645393958	3	2	2	2	1	False	107842	fragment	False	ENG0063_000000016233	0.6138413399595067		0	0	False	False	0.9881465435028076	0					non-mobilizable	no_good_hit	78.0	83.333	4.0	0.00038906770283312026	NZ_FNJI01000007.1	d-proteobacteria	Desulforhopalus singaporensis strain DSM 12130, whole genome shotgun sequence	True	False
SPA0071_000000004817	4963	0.5446598099238725	5	4	4	4	4	False	117100	maximal	False	AST0033_000000002391	0.9556066176470588		0	0	False	False	0.9937537908554077	0					non-mobilizable	other	4963.0	99.94	100.0	0.01055315818465262	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	False	False
TAN0010_000000006648	2219	0.5446576585814573	4	3	1	3	1	False	42476	maximal	True	TAN0010_000000006648	1.0		107	12	False	False	0.9900856018066406	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	9.787168239464602e-06	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0094_000000010862	1870	0.5446564852646704	3	3	3	3	2	False	87342	fragment	False	FIJ0094_000000010862	0.9919147391966495		0	0	False	False	1.0	0					non-mobilizable	other	1870.0	99.465	100.0	0.008729076371244955	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0387_000000001648	11212	0.5446548828386818	14	7	3	5	3	False	89207	maximal	True	ISR0387_000000001648	0.9998956812017525		33	10	False	False	0.9998216032981873	0					non-mobilizable	no_good_hit	936.0	92.521	21.0	0.000298750531138739	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
USA0038_01_000000001213	15849	0.544651467759976	18	9	7	9	4	True	107518	fragment	False	ISR0077_000000001266	0.9766166260472768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5790.0	97.15	60.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
SPA0133_000000003363	7022	0.5446504043847485	4	4	2	4	2	True	3706	fragment	False	SPA0133_000000003363	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4884.0	95.311	97.0	0.002010527885058096	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MAD0032_000000010993	1552	0.5446493584758529	2	1	1	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.289758993928313		0	0	False	False	0.9967783689498901	0					non-mobilizable	plasmid	1541.0	87.411	99.0	0.013199660035037206	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0340_000000002815	8709	0.5446484736474191	9	6	4	4	2	True	24380	maximal	True	ISR0340_000000002815	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	78.40899999999999	6.0	0.0001324680768568894	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	True	True
SPA0076_000000001165	7819	0.5446480930569602	9	2	2	2	1	True	95953	maximal	True	SPA0076_000000001165	1.0		2	1	False	False	0.999872088432312	0					non-mobilizable	no_good_hit	2398.0	99.416	31.0	0.007608015724079243	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	True
CHI0030_000000005750	1209	0.5446443118854718	2	1	1	1	1	False	88515	maximal	True	CHI0030_000000005750	1.0		385	11	False	False	0.9875930547714233	0					non-mobilizable	no_good_hit	1004.0	99.801	83.0	0.0008374796788019114	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	False
MON0080_000000018179	2737	0.5446341279005428	4	4	3	4	3	False	10055	maximal	True	MON0080_000000018179	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	77.938	30.0	0.0021293599030703	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
MAD0057_000000012525	1246	0.5446277458870693	2	2	2	2	1	False	16981	fragment	False	MAD0057_000000012525	1.0		0	0	False	False	0.9518458843231201	0					non-mobilizable	no_good_hit	795.0	78.491	64.0	0.0006421653393084748	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0102_000000018879	1696	0.5446243362508391	2	2	2	1	1	True	42625	maximal	True	FIJ0102_000000018879	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	89.10700000000001	54.0	0.0002873214396058803	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
CHI0140_000000001489	18116	0.5446169143412776	23	7	3	7	2	True	80306	maximal	True	CHI0140_000000001489	1.0		1	1	True	True	1.0	30					non-mobilizable	no_good_hit								True	True
ENG0141_000000010969	2481	0.5446131851982526	3	3	3	3	2	False	57740	maximal	True	ENG0141_000000010969	1.0		45	9	False	False	0.9935510158538818	0					non-mobilizable	other	2481.0	99.637	100.0	0.0008371658425534098	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ENG0196_000000009021	1338	0.5446121587397903	2	1	1	1	1	True	54405	fragment	False	ENG0196_000000009021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	72.047	37.0	0.00014963718252153406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0108_000000002816	5638	0.5446121045501622	10	9	4	4	8	False	14621	maximal	True	MAD0108_000000002816	1.0		5	1	False	False	0.9998226165771484	0					non-mobilizable	no_good_hit	4355.0	99.70100000000001	88.0	0.0009012286149712438	CP013190.1	enterobacteria	Escherichia coli strain FORC_031, complete genome	True	False
ISR0126_000000018570	2642	0.5446106438985864	4	4	4	4	2	False	55909	maximal	False	MAD0003_000000010388	0.982651833634704		0	0	False	False	0.9981074929237366	0					non-mobilizable	no_good_hit	974.0	92.402	45.0	0.00027288204469869717	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0382_000000008713	1662	0.5446086011491937	3	2	0	1	1	True	79625	fragment	False	ENG0068_000000015845	0.6005111028137909		0	0	False	False	0.9963898658752441	0					non-mobilizable	other	936.0	94.979	94.0	0.006274632170887064	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ENG0068_000000015845	1610	0.5446086011491937	3	2	0	1	1	True	79625	fragment	False	ENG0068_000000015845	0.9331600493174518		0	0	False	False	0.9937888383865356	0					non-mobilizable	other	1612.0	96.154	100.0	0.010928035056539524	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
TAN0020_000000004736	1526	0.5446086011491937	2	2	0	1	1	True	2395	maximal	True	TAN0020_000000004736	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0105_000000036263	1505	0.5446086011491937	3	2	0	1	1	True	79625	fragment	False	ENG0068_000000015845	0.7693149302710768		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	94.758	100.0	0.010215779512817208	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MAD0036_000000021066	1484	0.5446086011491937	3	2	0	1	1	True	79625	fragment	False	ENG0068_000000015845	0.3115171650055371		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	96.162	100.0	0.010066545017942055	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MON0055_000000017350	1440	0.5446086011491937	3	2	0	1	1	True	11086	fragment	False	MON0055_000000017350	1.0		0	0	False	False	0.9993055462837219	0					non-mobilizable	other	806.0	86.352	93.0	0.0002512494248081988	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0105_000000038760	1410	0.5446086011491937	3	2	0	1	1	True	79625	fragment	False	ENG0068_000000015845	0.4584562210604419		0	0	False	False	0.9921985864639282	0					non-mobilizable	other	1413.0	91.649	100.0	0.009578141216532469	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0830_000000023201	1321	0.5446086011491937	3	2	0	1	1	True	131212	fragment	False	ENG0031_000000015482	0.9192170818505339		0	0	False	False	0.9810749292373657	0					non-mobilizable	other	1322.0	94.932	99.0	0.0004143576656324977	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0100_000000035006	1315	0.5446086011491937	3	2	0	1	1	True	9098	fragment	False	MON0100_000000035006	1.0		0	0	False	False	0.983269989490509	0					non-mobilizable	other	1318.0	95.82700000000001	100.0	0.008926936147986352	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
CHI0147_000000014315	1297	0.5446086011491937	3	2	0	1	1	True	79625	fragment	False	ENG0068_000000015845	0.3033096926713948		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	96.456	99.0	0.00036449846753265733	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0087_000000043646	1187	0.5446086011491937	2	2	0	1	1	True	55825	fragment	False	MON0087_000000043646	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	95.87899999999999	100.0	0.008058662723258196	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
FIJ0064_000000022153	1159	0.5446086011491937	2	2	0	1	1	True	45442	fragment	False	FIJ0064_000000022153	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	77.675	100.0	0.001669620904568586	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	True
ISR0383_000000002689	4267	0.5446077635687289	4	4	4	4	4	False	118356	maximal	True	ISR0383_000000002689	1.0		27	7	False	False	0.9997656345367432	0					non-mobilizable	no_good_hit	994.0	83.3	23.0	0.0025918199633352297	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
CAN0012_000000025652	1832	0.5446057952938179	3	2	2	2	1	True	94190	maximal	True	CAN0012_000000025652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00010551305724083355	NZ_FQVM01000001.1	firmicutes	Clostridium fallax strain DSM 2631, whole genome shotgun sequence	True	True
CHI0079_000000000388	20350	0.5446044539565268	16	12	3	11	7	True	87200	fragment	False	CHI0079_000000000388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	80.693	1.0	0.02758428531624408	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
MAD0034_000000001095	10361	0.5446038733040366	9	8	4	8	5	False	87224	maximal	True	MAD0034_000000001095	1.0		3	3	False	False	0.9997104406356812	0					non-mobilizable	no_good_hit	1049.0	87.79799999999999	15.0	0.07507723255981033	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0147_000000008550	1734	0.5446026034832216	3	3	3	2	2	False	57352	maximal	True	ENG0147_000000008550	1.0		15	4	False	False	1.0	0					non-mobilizable	chromosome	1734.0	99.82700000000001	100.0	0.0002698708995546118	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
AST0088_000000009042	1259	0.5445998309768799	2	2	2	2	2	False	110363	maximal	True	AST0088_000000009042	1.0		2	2	False	False	0.9952343106269836	0					non-mobilizable	other	1260.0	96.74600000000001	100.0	0.008480056039766681	NZ_SMUS01000007.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00007, whole genome shotgun sequence	False	False
AST0097_000000011628	1869	0.5445956428289092	2	2	2	2	2	False	108980	maximal	True	AST0097_000000011628	1.0		530	13	False	False	0.9909042119979858	0					non-mobilizable	other	1734.0	99.25	93.0	0.004743072186110161	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0013_000000017407	1675	0.5445948437559065	2	2	2	2	2	False	50626	maximal	True	FIJ0013_000000017407	1.0		32	6	False	False	0.9844776391983032	0					non-mobilizable	other	1707.0	87.756	100.0	0.0032419631121313034	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0167_000000006215	5018	0.5445920726971402	9	1	1	1	1	False	126860	maximal	True	ISR0167_000000006215	1.0	PS979	10	4	False	True	1.0	0					non-mobilizable	no_good_hit	2541.0	99.488	70.0	0.24423076923076922	NZ_QSFS01000030.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf30, whole genome shotgun sequence	True	True
ISR0062_000000007695	4192	0.5445920726971402	4	1	1	1	1	False	119145	maximal	True	ISR0062_000000007695	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1484.0	87.399	35.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0017_000000009688	3447	0.5445920726971402	4	1	1	1	1	False	126876	maximal	True	ISR0017_000000009688	0.9694297440833823	PS979	18	5	False	True	0.9997099041938782	0					non-mobilizable	no_good_hit	1898.0	99.789	58.0	0.035565638006674415	NZ_CYZO01000022.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
AST0016_000000007961	3344	0.5445920726971402	4	1	1	1	1	False	123476	maximal	True	AST0016_000000007961	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1489.0	87.374	44.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ENG0190_000000009290	3286	0.5445920726971402	4	1	1	1	1	False	126876	maximal	False	ISR0017_000000009688	0.9519872352770525	PS979	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1480.0	99.662	57.0	0.027710075368405265	NZ_CYZO01000022.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0074_000000010034	3226	0.5445920726971402	3	1	1	1	1	False	84648	maximal	True	FIJ0074_000000010034	1.0	PS421	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1344.0	78.869	41.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
ISR0182_000000011685	3106	0.5445920726971402	5	1	1	1	1	False	126875	maximal	True	ISR0182_000000011685	1.0	PS979	5	3	False	True	0.9832581877708435	0					non-mobilizable	no_good_hit	1482.0	100.0	48.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
AST0102_000000009962	3041	0.5445920726971402	4	1	1	1	1	False	119203	maximal	True	AST0102_000000009962	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	87.29799999999999	49.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0814_000000014722	2679	0.5445920726971402	2	1	1	1	1	False	84639	maximal	True	ISR0814_000000014722	1.0	PS421	28	6	False	True	0.9958940148353577	0					non-mobilizable	no_good_hit	1344.0	78.869	50.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
FIJ0069_000000009124	2542	0.5445920726971402	3	1	1	1	1	False	84649	maximal	True	FIJ0069_000000009124	1.0	PS421	9	3	False	True	0.9964594841003418	0					non-mobilizable	no_good_hit	1337.0	77.487	55.0	0.0005244462760952562	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
CHI0118_000000003625	2533	0.5445920726971402	2	1	1	1	1	False	119180	maximal	True	CHI0118_000000003625	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1428.0	86.555	56.0	0.006535554712722362	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0103_000000008389	2509	0.5445920726971402	4	1	1	1	1	False	84645	maximal	True	FIJ0103_000000008389	1.0	PS421	0	0	False	True	0.9800717234611511	0					non-mobilizable	no_good_hit	1344.0	78.869	53.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
FIJ0149_000000009550	2497	0.5445920726971402	2	1	1	1	1	False	119150	fragment	False	FIJ0149_000000009550	1.0		0	0	False	True	0.9979975819587708	0					non-mobilizable	no_good_hit	1509.0	77.999	60.0	0.006813453140361707	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	True	True
SPA0069_000000009633	2463	0.5445920726971402	2	1	1	1	1	False	126907	maximal	True	SPA0069_000000009633	1.0	PS979	19	8	False	True	1.0	0					non-mobilizable	no_good_hit	1494.0	99.665	61.0	0.03232301363931587	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0289_000000003712	2443	0.5445920726971402	1	1	1	1	1	False	128930	fragment	False	ISR0289_000000003712	1.0		0	0	False	True	0.99754399061203	0					non-mobilizable	no_good_hit	1494.0	99.264	61.0	0.020541254488669978	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0168_000000012311	2443	0.5445920726971402	2	1	1	1	1	False	126874	fragment	False	ENG0168_000000012311	1.0		0	0	False	True	0.99918133020401	0					non-mobilizable	no_good_hit	1484.0	99.865	61.0	0.03210651656202641	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MON0045_000000009373	2349	0.5445920726971402	3	1	1	1	1	False	119107	fragment	False	MON0045_000000009373	1.0		0	0	False	True	0.9927628636360168	0					non-mobilizable	no_good_hit	1490.0	87.383	63.0	0.006863951304798291	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0332_000000005961	2321	0.5445920726971402	4	1	1	1	1	False	126908	maximal	True	ISR0332_000000005961	1.0	PS979	15	7	False	True	0.9926755428314209	0					non-mobilizable	no_good_hit	1482.0	100.0	64.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
USA0023_01_000000013606	2294	0.5445920726971402	4	1	1	1	1	False	119098	maximal	True	USA0023_01_000000013606	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1489.0	87.374	65.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0022_000000011261	2269	0.5445920726971402	2	1	1	1	1	False	119168	maximal	True	FIJ0022_000000011261	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1498.0	86.115	81.0	0.259516773857118	KX125640.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time2_PI_5 genomic sequence	True	True
ISR0099_000000009193	2242	0.5445920726971402	2	1	1	1	1	False	119141	maximal	True	ISR0099_000000009193	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1488.0	87.366	96.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0149_000000006192	2205	0.5445920726971402	3	1	1	1	1	False	119197	maximal	True	CHI0149_000000006192	1.0	PS816	1	1	False	True	0.9972789287567139	0					non-mobilizable	no_good_hit	1490.0	87.315	67.0	0.006863951304798291	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
SPA0058_000000014151	2204	0.5445920726971402	2	1	1	1	1	False	126850	fragment	False	SPA0058_000000014151	1.0		0	0	False	True	0.9995462894439697	0					non-mobilizable	no_good_hit	1495.0	76.85600000000001	68.0	0.00027271252472320416	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	True
ENG0142_000000015190	2190	0.5445920726971402	2	1	1	1	1	False	126873	fragment	False	ENG0142_000000015190	1.0		0	0	False	True	0.989497721195221	0					non-mobilizable	no_good_hit	1482.0	100.0	68.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0089_000000013242	2156	0.5445920726971402	1	1	1	1	1	False	119144	maximal	True	ISR0089_000000013242	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	80.78	85.0	0.00041956406215225576	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
USA0087_01_000000007196	2129	0.5445920726971402	2	1	1	1	1	False	126846	maximal	True	USA0087_01_000000007196	1.0	PS979	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1486.0	81.292	77.0	0.00024174472118256138	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0167_000000014122	2067	0.5445920726971402	2	1	1	1	1	False	119129	maximal	True	ISR0167_000000014122	1.0	PS816	0	0	False	True	0.988872766494751	0					non-mobilizable	no_good_hit	1483.0	87.39	72.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
SPA0135_000000010769	2056	0.5445920726971402	2	1	1	1	1	False	128863	maximal	True	SPA0135_000000010769	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1404.0	98.789	68.0	0.01927548395085508	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0065_000000013446	2042	0.5445920726971402	2	1	1	1	1	False	84654	maximal	True	ENG0065_000000013446	1.0	PS421	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1294.0	78.825	63.0	0.0016603212974058612	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
SPA0103_000000008077	2022	0.5445920726971402	3	1	1	1	1	False	119156	fragment	False	SPA0103_000000008077	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1349.0	86.65700000000001	67.0	0.17525101056200287	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0338_000000013667	2020	0.5445920726971402	1	1	1	1	1	False	119179	maximal	True	ISR0338_000000013667	1.0	PS816	0	0	False	True	0.9995049238204956	0					non-mobilizable	no_good_hit	1496.0	87.23299999999999	74.0	0.006891703129480764	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0819_000000013169	1999	0.5445920726971402	3	1	1	1	1	False	119124	maximal	True	ISR0819_000000013169	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1507.0	80.292	75.0	0.002916449872662048	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	True	True
MON0051_000000017829	1973	0.5445920726971402	2	1	1	1	1	False	119106	maximal	True	MON0051_000000017829	1.0	PS816	0	0	False	True	0.9994931817054749	0					non-mobilizable	no_good_hit	1487.0	87.35700000000001	75.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0813_000000015655	1961	0.5445920726971402	1	1	1	1	1	False	126857	maximal	True	ISR0813_000000015655	1.0	PS979	2	2	False	True	0.9994900822639465	0					non-mobilizable	other	1482.0	100.0	99.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0267_000000008816	1955	0.5445920726971402	1	1	1	1	1	False	126880	maximal	True	ISR0267_000000008816	0.9980800877674163	PS979	6	4	False	True	0.975959062576294	0					non-mobilizable	no_good_hit	1492.0	81.166	81.0	0.0002427287566826261	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0851_000000006747	1934	0.5445920726971402	2	1	1	1	1	False	119091	backbone	True	ISR0851_000000006747	0.6903910055375506	PS816	0	0	False	True	0.986556351184845	0					non-mobilizable	no_good_hit	1490.0	91.141	77.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
TAN0010_000000007947	1927	0.5445920726971402	2	1	1	1	1	False	128862	maximal	True	TAN0010_000000007947	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1485.0	88.01299999999999	77.0	0.020403670734559662	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0135_000000010328	1925	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5673922526552397	PS816	0	0	False	True	0.9994805455207825	0					non-mobilizable	no_good_hit	1494.0	87.28200000000001	77.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
SPA0130_000000017204	1915	0.5445920726971402	2	1	1	1	1	False	119101	fragment	False	SPA0130_000000017204	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1498.0	87.116	78.0	0.006900953737708254	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0328_000000015131	1903	0.5445920726971402	2	1	1	1	1	False	119191	fragment	False	ISR0395_000000021774	0.9337827911237093		0	0	False	True	0.9942196607589722	0					non-mobilizable	no_good_hit	1490.0	87.24799999999999	78.0	0.006863951304798291	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0170_000000024543	1899	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.535963424690959	PS816	0	0	False	True	0.9857819676399231	0					non-mobilizable	no_good_hit	1498.0	87.116	79.0	0.006900953737708254	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
CHI0176_000000004087	1888	0.5445920726971402	3	1	1	1	1	False	119196	maximal	True	CHI0176_000000004087	0.9871903091415706	PS816	2	2	False	True	0.9962923526763916	0					non-mobilizable	no_good_hit	1488.0	87.5	79.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0395_000000020961	1847	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5638461662658054	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1489.0	87.307	80.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0028_000000016414	1840	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5657245362717096	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1489.0	87.374	81.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0796_000000012292	1831	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5395617582333345	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1494.0	87.149	81.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
DEN0082_000000022520	1830	0.5445920726971402	2	1	1	1	1	False	119189	maximal	True	DEN0082_000000022520	1.0	PS816	0	0	False	True	0.9950819611549377	0					non-mobilizable	no_good_hit	1431.0	80.71300000000001	78.0	0.017534741557461236	NZ_NFHM01000013.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_13, whole genome shotgun sequence	True	True
ISR0288_000000016401	1828	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5937960337377116	PS816	0	0	False	True	0.9994529485702515	0					non-mobilizable	no_good_hit	1489.0	87.441	81.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0122_000000008836	1826	0.5445920726971402	2	1	1	1	1	False	119153	fragment	False	FIJ0122_000000008836	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	80.78	83.0	0.00041956406215225576	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0294_000000010475	1823	0.5445920726971402	2	1	1	1	1	False	119196	maximal	False	CHI0176_000000004087	0.9659130709455258	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1489.0	86.23200000000001	82.0	0.2808478425435276	KX125463.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time2_PI_2 genomic sequence	True	True
ENG0022_000000008459	1823	0.5445920726971402	1	1	1	1	1	False	126880	maximal	False	ISR0267_000000008816	0.9644501278772379	PS979	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1449.0	80.952	84.0	0.00022628428922971759	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	True
CAN0002_000000010512	1818	0.5445920726971402	2	1	1	1	1	False	126906	fragment	False	CAN0002_000000010512	0.9614301801801801		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1482.0	100.0	82.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ITA0011_000000000918	1816	0.5445920726971402	2	1	1	1	1	False	128879	maximal	True	ITA0011_000000000918	1.0	PS1059	1	1	False	True	0.992290735244751	0					non-mobilizable	no_good_hit	1485.0	99.461	82.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0102_000000015842	1803	0.5445920726971402	2	1	1	1	1	False	119205	maximal	True	ENG0102_000000015842	1.0	PS816	0	0	False	True	0.9894620180130005	0					non-mobilizable	no_good_hit	1504.0	80.253	83.0	0.05427091691589467	NZ_NFHM01000033.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_33, whole genome shotgun sequence	True	True
ISR0120_000000019326	1794	0.5445920726971402	1	1	1	1	1	False	84653	maximal	True	ISR0120_000000019326	0.994026284348865	PS421	10	2	False	True	0.9994425773620605	0					non-mobilizable	no_good_hit	1339.0	77.521	79.0	0.0005252372961195327	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
FIJ0153_000000014442	1793	0.5445920726971402	2	1	1	1	1	False	84644	maximal	True	FIJ0153_000000014442	1.0	PS421	3	3	False	True	0.9765755534172058	0					non-mobilizable	no_good_hit	1337.0	77.562	75.0	0.0005244462760952562	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0355_000000011511	1776	0.5445920726971402	4	1	1	1	1	False	126906	fragment	False	CAN0002_000000010512	0.9510451045104511		0	0	False	True	0.9994369149208069	0					non-mobilizable	no_good_hit	1486.0	81.292	84.0	0.00024174472118256138	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0199_000000017215	1773	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5485424485172568	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1494.0	87.21600000000001	84.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
DEN0085_000000016308	1769	0.5445920726971402	1	1	1	1	1	False	119188	maximal	True	DEN0085_000000016308	1.0	PS816	1	1	False	True	0.9977388381958008	0					non-mobilizable	no_good_hit	1526.0	80.21	85.0	0.027743537853003403	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	True
AUS0020_000000015059	1768	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5238575853930593	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1494.0	87.21600000000001	84.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0113_000000014510	1767	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.30168006785619156	PS816	0	0	False	True	0.9988681674003601	0					non-mobilizable	no_good_hit	1396.0	87.321	79.0	0.0064291727181062155	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0841_000000008283	1767	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.511369302190654	PS816	0	0	False	True	0.9937747716903687	0					non-mobilizable	no_good_hit	1500.0	82.133	85.0	0.020610046365725134	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0830_000000016692	1765	0.5445920726971402	2	1	1	1	1	False	126855	maximal	True	ISR0830_000000016692	1.0	PS979	20	7	False	True	0.9994333982467651	0					non-mobilizable	no_good_hit	1486.0	81.292	86.0	0.00024174472118256138	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
FIJ0121_000000014622	1764	0.5445920726971402	3	1	1	1	1	False	119155	maximal	True	FIJ0121_000000014622	1.0	PS816	0	0	False	True	0.9937641620635986	0					non-mobilizable	no_good_hit	1493.0	87.34100000000001	84.0	0.006877827217139527	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0140_000000013320	1754	0.5445920726971402	2	1	1	1	1	False	126862	maximal	True	ISR0140_000000013320	1.0	PS979	7	4	False	True	0.9789053797721863	0					non-mobilizable	chromosome	1416.0	81.14399999999999	93.0	0.0002215634765197791	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	True
USA0056_01_000000010243	1753	0.5445920726971402	1	1	1	1	1	False	126847	maximal	True	USA0056_01_000000010243	1.0	PS979	1	1	False	True	0.992013692855835	0					non-mobilizable	no_good_hit	1483.0	99.73	85.0	0.03208486685429747	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0150_000000013982	1740	0.5445920726971402	1	1	1	1	1	False	128947	maximal	True	FIJ0150_000000013982	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1498.0	82.51	86.0	0.32407206425005425	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
ISR0153_000000016522	1739	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.541970661798755	PS816	0	0	True	True	0.9988499283790588	1					non-mobilizable	no_good_hit	1496.0	87.29899999999999	86.0	0.006891703129480764	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0059_000000010339	1737	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.487579710808817	PS816	0	0	False	True	0.9919401407241821	0					non-mobilizable	no_good_hit	1481.0	87.238	85.0	0.006822323567774581	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ENG0033_000000014790	1735	0.5445920726971402	3	1	1	1	1	False	126877	fragment	False	ENG0033_000000014790	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1495.0	82.34100000000001	86.0	0.0031771688560481666	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	True
ISR0073_000000015736	1733	0.5445920726971402	1	1	1	1	1	False	119143	maximal	True	ISR0073_000000015736	1.0	PS816	0	0	False	True	0.9959607720375061	0					non-mobilizable	no_good_hit	1490.0	87.383	86.0	0.006863951304798291	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0058_000000015153	1727	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5054670462301152	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1514.0	80.119	87.0	0.13980001868984207	NZ_NFHM01000047.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_47, whole genome shotgun sequence	True	True
ISR0287_000000007579	1726	0.5445920726971402	2	1	1	1	1	False	119196	maximal	False	CHI0176_000000004087	0.9436115850200358	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1408.0	87.64200000000001	81.0	0.006484676367471161	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ENG0036_000000014359	1725	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5205178138881486	PS816	0	0	False	True	0.9942029118537903	0					non-mobilizable	no_good_hit	1494.0	87.34899999999999	86.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0085_000000018274	1710	0.5445920726971402	2	1	1	1	1	False	84646	fragment	False	FIJ0085_000000018274	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1356.0	76.77	79.0	0.00021861988693104093	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
MON0012_000000031972	1707	0.5445920726971402	2	1	1	1	1	False	119118	maximal	True	MON0012_000000031972	1.0	PS816	0	0	False	True	0.9888693690299988	0					non-mobilizable	no_good_hit	1491.0	87.458	87.0	0.006868576608912036	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0813_000000018187	1706	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5340867065245901	PS816	0	0	False	True	0.9994138479232788	0					non-mobilizable	no_good_hit	1494.0	87.21600000000001	87.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0237_000000006783	1706	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.3457305392275237	PS816	0	0	False	True	0.9994138479232788	0					non-mobilizable	no_good_hit	1386.0	87.59	81.0	0.0063829196769687605	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0056_000000012417	1705	0.5445920726971402	1	1	1	1	1	False	119166	maximal	True	FIJ0056_000000012417	1.0	PS816	0	0	False	True	0.9912023544311523	0					non-mobilizable	no_good_hit	1484.0	87.399	87.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0340_000000013141	1703	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5172705599296639	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1495.0	87.291	88.0	0.006887077825367018	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0146_000000024579	1702	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5172243495236838	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1486.0	86.339	88.0	0.19298474377363412	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ENG0097_000000018475	1700	0.5445920726971402	1	1	1	1	1	False	119178	maximal	True	ENG0097_000000018475	1.0	PS816	1	1	False	True	0.9952940940856934	0					non-mobilizable	no_good_hit	1484.0	87.46600000000001	87.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0306_000000005984	1698	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5422229030531329	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1494.0	87.21600000000001	88.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0052_000000017896	1693	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.48591819013846044	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1483.0	87.256	87.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
MON0002_000000015939	1690	0.5445920726971402	2	1	1	1	1	False	119119	maximal	True	MON0002_000000015939	1.0	PS816	0	0	False	True	0.9964497089385986	0					non-mobilizable	no_good_hit	1509.0	80.71600000000001	89.0	0.0004249576461718044	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0002_000000021966	1688	0.5445920726971402	1	1	1	1	1	False	84652	maximal	True	FIJ0002_000000021966	1.0	PS421	7	2	False	True	1.0	0					non-mobilizable	no_good_hit	1283.0	78.722	75.0	0.001646086274591002	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
CHI0089_000000005118	1688	0.5445920726971402	2	1	1	1	1	False	129020	maximal	True	CHI0089_000000005118	1.0	PS1059	0	0	False	True	0.9982227683067322	0					non-mobilizable	no_good_hit	1502.0	82.756	89.0	0.3249403082266117	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
FIJ0139_000000015530	1686	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5175593704659618	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1494.0	87.21600000000001	88.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0180_000000014136	1686	0.5445920726971402	1	1	1	1	1	False	126859	maximal	True	ISR0180_000000014136	1.0	PS979	3	2	False	True	0.9976274967193604	0					non-mobilizable	no_good_hit	1507.0	81.155	89.0	0.0002450248395161104	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0189_000000009380	1681	0.5445920726971402	1	1	1	1	1	False	84641	fragment	False	ISR0189_000000009380	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1344.0	78.869	79.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
ISR0847_000000017300	1681	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5323599751551537	PS816	0	0	False	True	0.9946460723876953	0					non-mobilizable	no_good_hit	1494.0	87.21600000000001	89.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0060_000000016275	1681	0.5445920726971402	2	1	1	1	1	False	119146	fragment	False	ISR0060_000000016275	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	82.01299999999999	89.0	0.02045870423620379	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0069_000000014818	1680	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.48742583975325116	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1499.0	80.25399999999999	91.0	0.1383982805345295	NZ_NFHM01000047.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_47, whole genome shotgun sequence	False	True
MON0067_000000010808	1679	0.5445920726971402	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8964750939820227	PS979	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1483.0	99.865	88.0	0.03208486685429747	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0163_000000014628	1675	0.5445920726971402	1	1	1	1	1	False	128943	maximal	True	FIJ0163_000000014628	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1446.0	82.15799999999999	86.0	0.0004082091484268902	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ENG0102_000000017170	1674	0.5445920726971402	1	1	1	1	1	False	84653	maximal	False	ISR0120_000000019326	0.9662764771460424	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1344.0	78.869	80.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
MON0042_000000015760	1672	0.5445920726971402	2	1	1	1	1	False	119108	maximal	True	MON0042_000000015760	1.0	PS816	0	0	False	True	0.9964115023612976	0					non-mobilizable	no_good_hit	1484.0	86.38799999999999	89.0	0.27990158970476914	KX125463.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time2_PI_2 genomic sequence	True	True
ENG0025_000000016040	1670	0.5445920726971402	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.9062768379488094	PS979	0	0	False	True	0.9988024234771729	0					non-mobilizable	no_good_hit	1482.0	100.0	89.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0051_000000022322	1669	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5239662060626405	PS816	0	0	False	True	0.9970042109489441	0					non-mobilizable	no_good_hit	1494.0	87.21600000000001	89.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0170_000000009678	1667	0.5445920726971402	1	1	1	1	1	False	84643	fragment	False	FIJ0170_000000009678	1.0		0	0	False	True	0.9994001388549805	0					non-mobilizable	no_good_hit	1344.0	77.53	84.0	0.0005272148461802237	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
FIJ0109_000000014826	1667	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5287743710087188	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1489.0	87.17299999999999	89.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
DEN0063_000000029971	1666	0.5445920726971402	2	1	1	1	1	False	119191	fragment	False	ISR0395_000000021774	0.721711973368689		0	0	False	True	0.9723889827728271	0					non-mobilizable	no_good_hit	1417.0	87.29700000000001	85.0	0.006535554712722362	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0022_000000015609	1664	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5361005961907829	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1476.0	81.233	91.0	0.01458538673675617	NZ_QGDS01000015.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_115, whole genome shotgun sequence	False	True
ISR0792_000000009219	1663	0.5445920726971402	1	1	1	1	1	False	126844	backbone	True	ISR0792_000000009219	0.9182192584269303	PS979	21	7	False	True	0.9951894283294678	0					non-mobilizable	no_good_hit	1482.0	100.0	89.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0397_000000010999	1663	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5138045323718909	PS816	0	0	False	True	0.9987973570823669	0					non-mobilizable	other	1486.0	86.339	90.0	0.19298474377363412	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0342_000000009072	1663	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4876199534699423	PS816	0	0	False	True	0.998196005821228	0					non-mobilizable	other	1493.0	80.375	94.0	0.02617773209031938	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	True
ISR0043_000000013366	1659	0.5445920726971402	1	1	1	1	1	False	126864	maximal	True	ISR0043_000000013366	1.0	PS979	1	1	False	True	0.9873417615890503	0					non-mobilizable	other	1496.0	81.35	90.0	0.1935063241622115	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ENG0153_000000018040	1659	0.5445920726971402	1	1	1	1	1	False	126868	maximal	True	ENG0153_000000018040	1.0	PS979	17	6	False	True	0.998794436454773	0					non-mobilizable	other	1497.0	81.229	90.0	0.00024354878626601332	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ENG0185_000000011969	1658	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.717323410660607	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1495.0	82.274	96.0	0.0004215511720541947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0111_000000010820	1657	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5409879796942261	PS816	0	0	False	True	0.9933614730834961	0					non-mobilizable	plasmid	1498.0	87.316	90.0	0.006896328433594509	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0184_000000013527	1656	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5144599605197051	PS816	0	0	False	True	0.9408212304115295	0					non-mobilizable	plasmid	1494.0	87.21600000000001	90.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0284_000000008189	1651	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.9177724599453473	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	100.0	90.0	0.03208486685429747	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0150_000000014806	1650	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4796027926340738	PS816	0	0	False	True	0.9981818199157715	0					non-mobilizable	plasmid	1481.0	87.306	90.0	0.006822323567774581	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0139_000000015928	1647	0.5445920726971402	2	1	1	1	1	False	84638	backbone	True	FIJ0139_000000015928	0.9824022740703746	PS421	13	3	False	True	1.0	0					non-mobilizable	no_good_hit	1344.0	78.869	81.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
ISR0228_000000016478	1645	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5482013119560223	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1508.0	77.984	91.0	0.006808880353019183	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	False	True
ISR0174_000000014835	1644	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5330496162815506	PS816	0	0	False	True	0.9975669384002686	0					non-mobilizable	plasmid	1494.0	87.28200000000001	91.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0033_000000019233	1642	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.907427997428806	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1500.0	81.333	96.0	0.19389750945364453	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0026_000000013859	1640	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.9077993164275333	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	81.359	91.0	0.00024174472118256138	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
SPA0145_000000021323	1635	0.5445920726971402	3	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8866547254885266	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	99.865	91.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0193_000000016284	1635	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9819691544985986	PS421	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1338.0	77.952	85.0	0.0003774529463800641	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0079_000000020290	1634	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5135194874210237	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1489.0	87.441	91.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0108_000000014292	1628	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5200225952634152	PS816	0	0	False	True	0.9950860142707825	0					non-mobilizable	plasmid	1483.0	87.458	91.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0063_000000012300	1626	0.5445920726971402	3	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8864601765806972	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1503.0	80.971	92.0	0.1393327726380712	NZ_NFHM01000047.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_47, whole genome shotgun sequence	False	True
FIJ0161_000000010564	1624	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4930450424018797	PS816	0	0	False	True	0.9993842244148254	0					non-mobilizable	plasmid	1493.0	87.34100000000001	96.0	0.006877827217139527	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0025_000000013183	1623	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4833332940201857	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1488.0	87.29799999999999	96.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0177_000000016380	1623	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.47973271696675607	PS816	0	0	False	True	0.9981516003608704	0					non-mobilizable	plasmid	1490.0	87.315	92.0	0.006863951304798291	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0159_000000015621	1622	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4839900589532537	PS816	0	0	False	True	0.9858199954032898	0					non-mobilizable	plasmid	1498.0	87.18299999999999	92.0	0.006900953737708254	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0055_000000011850	1621	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8867468484147013	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1518.0	81.028	93.0	0.0002469929105162398	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
CAN0007_000000024821	1620	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8866062011232856	PS979	0	0	False	True	0.9975308775901794	0					non-mobilizable	other	1500.0	81.267	100.0	0.1940279045507889	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0203_000000010857	1619	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5431790791192596	PS816	0	0	False	True	0.9808523654937744	0					non-mobilizable	plasmid	1488.0	87.5	92.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0144_000000010146	1617	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7871095777332854	PS979	0	0	False	True	0.9993815422058105	0					non-mobilizable	chromosome	1409.0	81.192	90.0	0.0002204619535541268	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	True
ENG0095_000000017261	1617	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6999617961143493	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1508.0	82.228	93.0	0.00042524151901493853	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0844_000000007794	1616	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.9077981377926193	PS979	0	0	False	True	0.9969059228897095	0					non-mobilizable	other	1492.0	99.866	92.0	0.032279714223857975	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0217_000000014245	1615	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4804282684878051	PS816	0	0	False	True	0.9956656098365784	0					non-mobilizable	other	1506.0	81.74	93.0	0.020692596618191325	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0034_01_000000032282	1615	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5321130749895462	PS816	0	0	False	True	0.998142421245575	0					non-mobilizable	plasmid	1494.0	87.28200000000001	92.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0072_000000018211	1613	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5113698821162991	PS816	0	0	False	True	0.9814011454582214	0					non-mobilizable	plasmid	1489.0	87.374	92.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0051_000000011495	1611	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17648479714846094	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1509.0	78.46300000000001	93.0	0.006813453140361707	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	False	True
CHI0141_000000017161	1611	0.5445920726971402	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7475903910211872	PS979	0	0	False	True	0.9987585544586182	0					non-mobilizable	no_good_hit	1402.0	99.929	87.0	0.030331240528252867	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0099_000000013684	1610	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4745024068937318	PS816	0	0	False	True	0.9869565367698669	0					non-mobilizable	other	1514.0	80.185	93.0	0.05459916842949887	NZ_NFHM01000033.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_33, whole genome shotgun sequence	False	True
ISR0045_000000016153	1610	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4828971176329814	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1507.0	77.969	93.0	0.006808880353019183	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	False	True
SPA0133_000000012477	1609	0.5445920726971402	2	1	1	1	1	False	71796	fragment	False	SPA0133_000000012477	0.945660590130129		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	99.663	92.0	0.32190145430866074	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	False
MON0040_000000017259	1608	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5161197247823207	PS816	0	0	False	True	0.981965184211731	0					non-mobilizable	plasmid	1487.0	87.42399999999999	92.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0068_000000012832	1608	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5105809487409076	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	86.339	93.0	0.19298474377363412	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0119_000000019711	1607	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4800920795107278	PS816	0	0	False	True	0.9925326704978943	0					non-mobilizable	plasmid	1491.0	87.19	93.0	0.006868576608912036	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0327_000000018055	1603	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.49584890100403795	PS816	0	0	False	True	0.9950093626976013	0					non-mobilizable	plasmid	1489.0	87.374	93.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0005_000000022335	1603	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4827269816549444	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1488.0	87.29799999999999	93.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0160_000000011843	1602	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4825941594979646	PS816	0	0	False	True	0.9981273412704468	0					non-mobilizable	plasmid	1493.0	87.14	93.0	0.006877827217139527	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0106_000000026859	1602	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5549092891080186	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1489.0	87.374	93.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0065_000000011926	1601	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5245691452810185	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1496.0	87.43299999999999	93.0	0.006891703129480764	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0125_000000020537	1600	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.500384278471705	PS816	0	0	False	True	0.9993749856948853	0					non-mobilizable	plasmid	1494.0	87.28200000000001	93.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0061_000000017067	1600	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.47750621448898645	PS816	0	0	False	True	0.9993749856948853	0					non-mobilizable	plasmid	1493.0	87.14	93.0	0.006877827217139527	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0007_000000015720	1600	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5137678910484685	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1494.0	87.149	93.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0011_000000017801	1600	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.49298481533198235	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1502.0	87.15	94.0	0.006914829650049491	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0284_000000008565	1600	0.5445920726971402	2	1	1	1	1	False	128896	fragment	False	ISR0284_000000008565	1.0		0	0	False	True	0.9981250166893005	0					non-mobilizable	no_good_hit	1426.0	99.579	89.0	0.01960568496071984	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0023_000000021234	1598	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.646747376986924	PS816	0	0	False	True	0.991239070892334	0					non-mobilizable	plasmid	1490.0	93.42299999999999	93.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0146_000000012388	1597	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.32287140138596204	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1387.0	87.455	87.0	0.006387544981082506	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0025_000000024689	1595	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5424170698135666	PS816	0	0	False	True	0.9993730187416077	0					non-mobilizable	plasmid	1489.0	87.307	93.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0087_000000023094	1595	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5406781702945802	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1489.0	87.105	93.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0037_000000046648	1594	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.500090874025232	PS816	0	0	False	True	0.9849435091018677	0					non-mobilizable	plasmid	1467.0	87.185	92.0	0.0067575693101821445	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0081_000000022692	1594	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.525028949261044	PS816	0	0	False	True	0.9930990934371948	0					non-mobilizable	plasmid	1489.0	87.24	93.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0088_000000003139	1593	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9758049274334006	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1347.0	75.056	84.0	0.00024472312313108597	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	True
CHI0013_000000005818	1592	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8862744042307372	PS979	0	0	False	True	0.9974874258041382	0					non-mobilizable	other	1495.0	81.204	97.0	0.00024322077443265843	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
DEN0028_000000019442	1590	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.502940530108062	PS816	0	0	True	True	0.994339644908905	1					non-mobilizable	plasmid	1504.0	87.035	94.0	0.006928705562390727	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0148_000000021388	1589	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5163545563136592	PS816	0	0	False	True	0.9993706941604614	0					non-mobilizable	plasmid	1484.0	87.197	93.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0086_000000015793	1589	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8841309072707344	PS979	0	0	False	True	0.9993706941604614	0					non-mobilizable	other	1477.0	99.932	93.0	0.031954968607923795	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
CHI0048_000000012279	1587	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.539218977503702	PS816	0	0	False	True	0.9993698596954346	0					non-mobilizable	plasmid	1489.0	87.307	94.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0043_000000018181	1587	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7306071949599118	PS1059	0	0	False	True	0.9880277514457703	0					non-mobilizable	other	1492.0	99.12899999999999	94.0	0.020499979362436884	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0094_000000023995	1587	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5501334479858031	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1495.0	87.35799999999999	94.0	0.006887077825367018	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0142_000000022817	1586	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4810377131124785	PS816	0	0	False	True	0.9993695020675659	0					non-mobilizable	plasmid	1488.0	87.23100000000001	94.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
DEN0067_000000021199	1583	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4929434627289763	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1494.0	87.28200000000001	94.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0134_000000024688	1583	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5091774948521086	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1489.0	87.307	94.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0153_000000016236	1582	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4874293391164685	PS816	0	0	False	True	0.998735785484314	0					non-mobilizable	plasmid	1490.0	87.24799999999999	94.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AUS0022_000000021511	1582	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.499682720226817	PS816	0	0	False	True	0.998735785484314	0					non-mobilizable	plasmid	1477.0	87.068	93.0	0.0068038223513195994	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0172_000000017806	1581	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5100321489053475	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1489.0	87.17299999999999	94.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0096_000000023554	1581	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.509614519166203	PS816	0	0	False	True	0.9981024861335754	0					non-mobilizable	plasmid	1494.0	87.149	94.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0158_000000013298	1576	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8846119069476055	PS979	0	0	False	True	0.9771573543548584	0					non-mobilizable	other	1509.0	80.98100000000001	95.0	0.3249403082266117	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
DEN0062_000000013390	1575	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5455934655817088	PS816	0	0	False	True	0.9980952143669128	0					non-mobilizable	plasmid	1489.0	87.24	94.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0016_000000012065	1572	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.8370662214903786	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1283.0	78.722	81.0	0.001646086274591002	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
SPA0093_000000023949	1571	0.5445920726971402	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8282760762810178	PS979	0	0	False	True	0.9987269043922424	0					non-mobilizable	other	1459.0	99.863	93.0	0.03156527386880277	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0032_000000015237	1571	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5005943011704419	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1494.0	87.015	95.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0205_000000010518	1570	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.48008836909343977	PS816	0	0	False	True	0.9993630647659302	0					non-mobilizable	other	1507.0	86.065	96.0	0.19585343591080975	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0132_000000026432	1570	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5106749889256059	PS816	0	0	False	True	0.9961783289909363	0					non-mobilizable	plasmid	1504.0	87.101	96.0	0.006928705562390727	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0216_000000011066	1570	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4777088577116282	PS816	0	0	False	True	0.9891719818115234	0					non-mobilizable	plasmid	1452.0	87.397	92.0	0.006692815052589708	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0053_000000005284	1569	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8744396366400113	PS979	0	0	False	True	0.9859783053398132	0					non-mobilizable	other	1500.0	80.933	95.0	0.026354967920314772	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	True
SPA0088_000000009679	1567	0.5445920726971402	1	1	1	1	1	False	71796	fragment	False	SPA0133_000000012477	0.9076768273097539		0	0	False	False	1.0	0					non-mobilizable	other	1486.0	91.05	95.0	0.32233557629693943	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	False
MAD0109_000000009104	1567	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.48262994899345085	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1490.0	87.315	95.0	0.006863951304798291	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0104_000000020259	1565	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9805342923919038	PS421	0	0	False	True	0.9961661100387573	0					non-mobilizable	no_good_hit	1337.0	77.487	86.0	0.0005244462760952562	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
AUS0004_000000012904	1565	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.49574765910035884	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1489.0	87.374	95.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0039_000000023836	1565	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5148442765857878	PS816	0	0	False	True	0.9993610382080078	0					non-mobilizable	plasmid	1495.0	87.35799999999999	95.0	0.006887077825367018	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0046_000000021012	1564	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5194336359890555	PS816	0	0	False	True	0.9929667711257935	0					non-mobilizable	plasmid	1494.0	87.21600000000001	95.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MAD0047_000000029926	1563	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.730189274596974	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1485.0	97.98	95.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0051_000000014195	1563	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4991375911195334	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1506.0	85.98899999999999	96.0	0.195201460425088	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0129_000000016015	1562	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4888292390581565	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1503.0	87.226	96.0	0.0069194549541632365	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0301_000000012449	1561	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.498561764382665	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1488.0	87.23100000000001	95.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0008_000000008359	1560	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4895929851752438	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1491.0	82.09299999999999	96.0	0.020486220987025853	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0139_000000018092	1558	0.5445920726971402	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.9056770761928745	PS979	0	0	False	True	0.9743260741233826	0					non-mobilizable	other	1492.0	81.233	96.0	0.0002427287566826261	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0156_000000015906	1558	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4787542194502088	PS816	0	0	False	True	0.9910141229629517	0					non-mobilizable	plasmid	1483.0	87.323	95.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0129_000000016600	1558	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5102002016091871	PS816	0	0	False	True	0.9948652386665344	0					non-mobilizable	other	1508.0	78.05	96.0	0.006808880353019183	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	False	True
FIJ0089_000000015998	1557	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4807516162215989	PS816	0	0	False	True	0.9903661012649536	0					non-mobilizable	other	1491.0	82.09299999999999	96.0	0.020486220987025853	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0102_000000020736	1557	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4854224599450615	PS816	0	0	False	True	0.9980732202529907	0					non-mobilizable	plasmid	1483.0	87.323	95.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0158_000000011908	1555	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4641320163132775	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1482.0	86.977	95.0	0.0068269488718883265	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0153_000000021909	1555	0.5445920726971402	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8861110754312393	PS979	0	0	False	True	0.9942122101783752	0					non-mobilizable	other	1487.0	99.93299999999999	96.0	0.03217146568521325	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0074_000000019273	1554	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5173749227876925	PS816	0	0	False	True	0.9909909963607788	0					non-mobilizable	plasmid	1483.0	87.458	95.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0104_000000022331	1554	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.48126017615188416	PS816	0	0	False	True	0.9948520064353943	0					non-mobilizable	plasmid	1481.0	87.306	95.0	0.006822323567774581	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0108_000000014516	1553	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8853713350124205	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1494.0	81.191	96.0	0.00024305676851598098	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
SPA0074_000000013890	1552	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.48031422448668815	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1488.0	87.29799999999999	96.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0210_000000012325	1551	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4759041881420426	PS816	0	0	False	True	0.9993552565574646	0					non-mobilizable	other	1497.0	80.227	96.0	0.027246803421948303	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	False	True
FIJ0155_000000014170	1550	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5307391822875884	PS816	0	0	False	True	0.9993548393249512	0					non-mobilizable	plasmid	1484.0	87.53399999999999	96.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0393_000000011589	1550	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4830391307777874	PS816	0	0	False	True	0.9748387336730957	0					non-mobilizable	plasmid	1489.0	87.307	98.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0093_000000016510	1548	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4550340326578986	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1450.0	86.27600000000001	94.0	0.1882905202764376	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0047_000000025071	1548	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8838223284949318	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1487.0	81.036	99.0	0.010594941167168621	NZ_NFHM01000003.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_3, whole genome shotgun sequence	False	True
ISR0024_000000016785	1548	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4990681171141041	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1494.0	87.149	96.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0391_000000009965	1547	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5142324782362441	PS816	0	0	False	True	0.9993535876274109	0					non-mobilizable	plasmid	1488.0	87.43299999999999	96.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0133_000000024860	1547	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.519548897667528	PS816	0	0	False	True	0.9948287010192871	0					non-mobilizable	plasmid	1489.0	87.24	96.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0151_000000011279	1547	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7102605795192783	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1466.0	99.523	95.0	0.020156019977161096	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0094_000000007957	1546	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8069266036619811	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1454.0	99.86200000000001	94.0	0.031457025330158046	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0147_000000016306	1546	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5034229514360596	PS816	0	0	False	True	0.9980595111846924	0					non-mobilizable	plasmid	1489.0	87.038	96.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0392_000000022538	1546	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5120846640482176	PS816	0	0	False	True	0.9941785335540771	0					non-mobilizable	plasmid	1494.0	87.21600000000001	96.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0107_000000021331	1545	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7145798935502697	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1499.0	81.521	97.0	0.00024387679809936824	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
FIJ0083_000000023419	1545	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5939852334756439	PS816	0	0	False	True	0.999352753162384	0					non-mobilizable	other	1509.0	78.197	97.0	0.006808880353019183	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	False	True
FIJ0167_000000013467	1542	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.49386023960433684	PS816	0	0	False	True	0.9987030029296875	0					non-mobilizable	plasmid	1483.0	87.39	96.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0291_000000009634	1542	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5113759469417242	PS816	0	0	False	True	0.9993515014648438	0					non-mobilizable	plasmid	1484.0	87.399	96.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0186_000000012602	1542	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4799046843403104	PS816	0	0	False	True	0.9987030029296875	0					non-mobilizable	plasmid	1488.0	87.29799999999999	96.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0285_000000012372	1542	0.5445920726971402	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8743328960477108	PS979	0	0	False	True	0.9980545043945312	0					non-mobilizable	other	1478.0	99.932	96.0	0.03197661831565274	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0168_000000016053	1541	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5137902356088321	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1483.0	87.458	96.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0230_000000022594	1540	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.514631460970877	PS816	0	0	False	True	0.9993506669998169	0					non-mobilizable	plasmid	1487.0	87.29	96.0	0.0068500753924570544	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0009_000000024190	1537	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.48945793995995573	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1489.0	87.374	97.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0140_000000018794	1536	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8280916017054333	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1459.0	99.931	95.0	0.03156527386880277	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0088_000000018854	1535	0.5445920726971402	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5140097232013694	PS816	0	0	False	True	0.9856677651405334	0					non-mobilizable	plasmid	1493.0	87.34100000000001	97.0	0.006877827217139527	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0016_000000014415	1534	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.49549601033814517	PS816	0	0	False	True	0.9993481040000916	0					non-mobilizable	plasmid	1488.0	87.366	97.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0047_000000020243	1534	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4852196822366691	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	78.03699999999999	97.0	0.006767725266936461	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	False	True
FIJ0039_000000014920	1532	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5305904971379778	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1494.0	87.28200000000001	97.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0093_000000024535	1532	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4803743963887656	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1489.0	87.24	97.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0370_000000017582	1532	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5046370949471014	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1494.0	87.149	97.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0787_000000009622	1531	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5080823327564957	PS816	0	0	False	True	0.9973873496055603	0					non-mobilizable	plasmid	1494.0	87.21600000000001	97.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0075_000000016096	1529	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8773892850722773	PS979	0	0	False	True	0.9967299103736877	0					non-mobilizable	other	1477.0	99.12	97.0	0.031954968607923795	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0332_000000009762	1527	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5086658932037221	PS816	0	0	False	True	0.994106113910675	0					non-mobilizable	plasmid	1482.0	87.449	97.0	0.0068269488718883265	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0137_000000024203	1527	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4795707167151331	PS816	0	0	False	True	0.9980353713035583	0					non-mobilizable	other	1489.0	80.92699999999999	99.0	0.0004198479349953899	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ENG0109_000000016100	1525	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6195727207527041	PS1059	0	0	False	True	0.9993442893028259	0					non-mobilizable	plasmid	1416.0	82.133	93.0	0.006535554712722362	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0106_000000025186	1524	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8957395517174379	PS979	0	0	False	True	0.9921259880065918	0					non-mobilizable	other	1495.0	81.33800000000001	98.0	0.19337592906506715	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
FIJ0095_000000018090	1524	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.6259612703008673	PS816	0	0	False	True	0.998031497001648	0					non-mobilizable	plasmid	1484.0	91.307	97.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0147_000000014153	1524	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5034138489468504	PS816	0	0	False	True	0.9986876845359802	0					non-mobilizable	plasmid	1487.0	87.29	97.0	0.0068500753924570544	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0054_000000011427	1523	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4829393129512018	PS816	0	0	False	True	0.9940906167030334	0					non-mobilizable	plasmid	1488.0	87.29799999999999	98.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0018_000000019718	1518	0.5445920726971402	2	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.82285594973148	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1344.0	78.869	88.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
SPA0133_000000013142	1517	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.44790281133047233	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1459.0	87.11399999999999	96.0	0.006720566877272181	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
USA0106_01_000000005751	1517	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.43602026348029194	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1452.0	87.12100000000001	96.0	0.006688189748475962	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AUS0018_000000018780	1510	0.5445920726971402	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8953962157741732	PS979	0	0	False	True	0.9993377327919006	0					non-mobilizable	other	1503.0	81.171	99.0	0.19441908984222192	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
FIJ0071_000000024333	1507	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4618089580719569	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1464.0	87.15799999999999	97.0	0.006743693397840908	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0360_000000016515	1506	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.48108016019105615	PS816	0	0	False	True	0.9993360042572021	0					non-mobilizable	plasmid	1487.0	87.155	99.0	0.006845450088343309	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0830_000000020070	1506	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9793111606501507	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1344.0	78.869	89.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
SPA0145_000000023146	1505	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9794779004618326	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1344.0	78.869	89.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
SPA0130_000000022258	1505	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7212917360456764	PS1059	0	0	False	True	0.999335527420044	0					non-mobilizable	other	1486.0	99.462	99.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0345_000000009011	1504	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8858168065204437	PS979	0	0	False	True	0.9980053305625916	0					non-mobilizable	other	1483.0	100.0	99.0	0.03208486685429747	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0132_000000012838	1503	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7669558492304624	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1409.0	81.476	98.0	0.00022977228926510752	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ENG0061_000000013977	1502	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8858847636293794	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	100.0	99.0	0.03208486685429747	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0105_000000016293	1501	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8858038476289741	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1489.0	99.73100000000001	99.0	0.032214765100671144	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0108_000000018735	1501	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8858286775119553	PS979	0	0	False	True	0.9973351359367371	0					non-mobilizable	other	1482.0	100.0	99.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0106_000000017855	1500	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5277025285201616	PS816	0	0	False	True	0.9926666617393494	0					non-mobilizable	plasmid	1482.0	87.51700000000001	99.0	0.0068269488718883265	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0396_000000015410	1499	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4946785152868426	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1490.0	87.383	99.0	0.006863951304798291	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0035_000000013696	1499	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9794407244376161	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1302.0	77.035	90.0	0.00021107561476387823	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
SPA0104_000000025094	1499	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8858038980722024	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1488.0	99.79799999999999	99.0	0.032193115392942194	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0064_000000013856	1498	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8854629922494186	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	99.865	99.0	0.03208486685429747	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
AST0090_000000015114	1498	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8856267687244843	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	100.0	99.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0013_000000018993	1497	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8856530064595071	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	99.865	99.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MON0067_000000012183	1497	0.5445920726971402	2	1	1	1	1	False	71796	fragment	False	SPA0133_000000012477	0.9193220066502651		0	0	False	False	0.9839679598808289	0					non-mobilizable	other	1467.0	99.59100000000001	98.0	0.31821141740829173	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	False
ISR0052_000000024824	1495	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.3559763439115248	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1401.0	87.366	94.0	0.0064522992386749425	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MAD0045_000000028340	1495	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.750849942387661	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1485.0	98.316	99.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0088_000000019494	1494	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6848497711069815	PS1059	0	0	False	True	0.9979919791221619	0					non-mobilizable	other	1486.0	90.242	99.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0129_000000014710	1494	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9792039948933424	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1344.0	78.869	89.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
SPA0017_000000008680	1494	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.494670340415717	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1493.0	87.34100000000001	99.0	0.006877827217139527	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0047_000000010412	1493	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7764929277502762	PS979	0	0	False	True	0.9819155931472778	0					non-mobilizable	other	1485.0	81.279	99.0	0.19246316338505673	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
USA0057_01_000000021647	1492	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8856505248749125	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	100.0	99.0	0.03208486685429747	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0017_000000013750	1492	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4900059797268249	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1488.0	87.366	99.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0158_000000012471	1491	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.979160521768514	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1302.0	77.035	90.0	0.00021107561476387823	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
FIJ0017_000000019700	1490	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9789668056242747	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1344.0	78.869	89.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
FIJ0117_000000013722	1489	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9790937364428322	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
ISR0387_000000016153	1489	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5146834182691225	PS816	0	0	False	True	0.9993284344673157	0					non-mobilizable	plasmid	1488.0	87.43299999999999	99.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0001_000000022459	1489	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8856205221781713	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	100.0	99.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MON0014_000000011185	1489	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.46641714824085095	PS816	0	0	False	True	0.9993284344673157	0					non-mobilizable	plasmid	1471.0	87.22	99.0	0.006776070526637127	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0140_000000015489	1488	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4799625628292778	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1488.0	87.23100000000001	99.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0010_000000012800	1488	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9788399333693845	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
FIJ0099_000000014850	1488	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.978319585936823	PS421	0	0	False	True	0.9993279576301575	0					non-mobilizable	no_good_hit	1332.0	77.928	89.0	0.00037574630155845116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0011_000000019306	1488	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9789428955363875	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
DEN0057_000000005605	1488	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.978903970906712	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
FIJ0138_000000012587	1488	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9788805770301368	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
ISR0198_000000022278	1488	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9788390734098749	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
FIJ0007_000000012321	1488	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.978903970906712	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
FIJ0042_000000016342	1487	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9787753544829756	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
ISR0333_000000016026	1487	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9787753544829756	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
ISR0772_000000003790	1487	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9787753544829756	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
CHI0075_000000004801	1487	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9787753544829756	PS421	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	78.869	90.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
FIJ0105_000000022424	1486	0.5445920726971402	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7746678446264558	PS979	0	0	False	True	1.0	0					non-mobilizable	chromosome	1409.0	81.192	99.0	0.0002204619535541268	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	True
DEN0069_000000018202	1486	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4795076465847434	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1488.0	87.29799999999999	99.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0045_000000017559	1486	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7384158956721845	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1489.0	82.74	100.0	0.3221185153028001	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
SPA0003_000000012248	1485	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.49204882426002833	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1488.0	87.366	100.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0169_000000015312	1485	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.47373241596267124	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1483.0	87.256	99.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0024_000000017378	1484	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7070736965929826	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1484.0	99.39399999999999	100.0	0.020403670734559662	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0007_000000012137	1483	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.885470520981409	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1492.0	82.44	100.0	0.0031728927203065133	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
ENG0006_000000015007	1483	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4934678236246573	PS816	0	0	False	True	0.995954155921936	0					non-mobilizable	plasmid	1483.0	87.256	99.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0094_000000015385	1483	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8854682267177886	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	100.0	99.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0388_000000023807	1482	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8853993861496632	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	100.0	100.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0039_000000015384	1482	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8853993861496632	PS979	0	0	False	True	0.9892037510871887	0					non-mobilizable	other	1482.0	100.0	100.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
DEN0063_000000033986	1482	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5130659321102853	PS816	0	0	True	True	0.9959514141082764	1					non-mobilizable	plasmid	1484.0	87.46600000000001	99.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0015_000000011776	1482	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8853993861496632	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	100.0	100.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0179_000000015387	1482	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5012066175894251	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1483.0	87.39	99.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0035_000000015099	1482	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8853993861496632	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	100.0	100.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0339_000000010276	1482	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.475655205781619	PS816	0	0	False	True	0.9979757070541382	0					non-mobilizable	plasmid	1481.0	87.306	99.0	0.006822323567774581	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0131_000000012149	1481	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8852185540801654	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	99.865	100.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0010_000000012872	1481	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.46268434877630465	PS816	0	0	False	True	0.9871708154678345	0					non-mobilizable	plasmid	1481.0	87.036	99.0	0.006822323567774581	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0053_000000007716	1481	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8835100005622654	PS979	0	0	True	True	0.9898716807365417	1					non-mobilizable	other	1477.0	100.0	99.0	0.031954968607923795	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
CHI0156_000000009831	1480	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8736890610838582	PS979	0	0	False	True	0.9986486434936523	0					non-mobilizable	other	1490.0	82.34899999999999	100.0	0.003166478516694034	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
ISR0165_000000016037	1480	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5085410108810255	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1481.0	82.17399999999999	100.0	0.020348637232915537	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0107_000000041361	1479	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8738617295780354	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	100.0	99.0	0.031954968607923795	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MON0026_000000034208	1479	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6935895174786753	PS1059	0	0	False	True	0.9945909380912781	0					non-mobilizable	other	1483.0	82.67	100.0	0.3205990883438246	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
USA0045_01_000000009770	1479	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8738617295780354	PS979	0	0	False	True	0.9871534705162048	0					non-mobilizable	other	1477.0	100.0	99.0	0.031954968607923795	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0208_000000020543	1479	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8738617295780354	PS979	0	0	False	True	0.9905341267585754	0					non-mobilizable	other	1477.0	100.0	99.0	0.031954968607923795	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0288_000000020119	1479	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8737080875847211	PS979	0	0	False	True	0.9925625324249268	0					non-mobilizable	other	1477.0	99.865	99.0	0.031954968607923795	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MAD0089_000000018563	1478	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5126041679206056	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1481.0	86.361	100.0	0.19246316338505673	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0040_000000028960	1476	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5099623206965523	PS816	0	0	False	True	0.998645007610321	0					non-mobilizable	plasmid	1476.0	87.46600000000001	99.0	0.006799197047205854	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
DEN0005_000000025908	1476	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8735655931863732	PS979	0	0	False	True	0.9945799708366394	0					non-mobilizable	other	1477.0	99.865	100.0	0.031954968607923795	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0127_000000013137	1476	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4700920223380618	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1476.0	87.06	99.0	0.006799197047205854	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0062_000000019991	1476	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5338754875232893	PS816	0	0	False	True	0.9952574372291565	0					non-mobilizable	plasmid	1476.0	87.53399999999999	99.0	0.006799197047205854	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0292_000000013710	1475	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.49183178406248845	PS816	0	0	False	True	0.9979661107063293	0					non-mobilizable	other	1476.0	82.249	100.0	0.02027984535586038	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0101_000000027471	1474	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5052225918551634	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	80.619	100.0	0.0004184285707797192	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0833_000000004813	1474	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8629234177609537	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1474.0	100.0	100.0	0.03189001948473696	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0077_000000020378	1469	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.3824102748724406	PS1059	0	0	False	True	0.9993192553520203	0					non-mobilizable	other	1457.0	81.743	99.0	0.3149555024962014	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
DEN0017_000000019688	1468	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.46628286031689886	PS816	0	0	False	True	0.9993187785148621	0					non-mobilizable	other	1471.0	86.26799999999999	100.0	0.19115921241361325	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
FIJ0021_000000032656	1466	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2707843215230209	PS816	0	0	False	True	0.9979535937309265	0					non-mobilizable	plasmid	1397.0	87.18700000000001	95.0	0.006438423326333706	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0041_000000010348	1465	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5536687395532184	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1385.0	99.42200000000001	95.0	0.019041591568867547	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0028_000000011026	1463	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4596853109508735	PS816	0	0	False	True	0.9986329674720764	0					non-mobilizable	other	1464.0	82.036	100.0	0.020114744850928002	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0261_000000012631	1463	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.47252818611182423	PS816	0	0	False	True	0.9993164539337158	0					non-mobilizable	other	1464.0	82.104	100.0	0.020114744850928002	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0087_000000022087	1463	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4846751816566725	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1464.0	82.17200000000001	100.0	0.020114744850928002	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0011_000000031995	1462	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6955174286865986	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1462.0	92.20200000000001	99.0	0.02008722810010594	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0025_000000018731	1461	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.8316677420878833	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1277.0	76.821	87.0	0.00020697546684694197	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
MON0011_000000031961	1460	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.456527857953075	PS816	0	0	False	True	0.998630166053772	0					non-mobilizable	plasmid	1461.0	87.26899999999999	99.0	0.006729817485499672	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0373_000000011459	1460	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4760160092662416	PS816	0	0	False	True	0.9972602725028992	0					non-mobilizable	plasmid	1463.0	87.286	100.0	0.006739068093727162	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0045_000000014519	1458	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8273788266519644	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1459.0	99.863	100.0	0.03156527386880277	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
USA0133_01_000000014270	1458	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8274888273440478	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1458.0	100.0	100.0	0.03154362416107383	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0272_000000007107	1455	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.45037215733974145	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1458.0	87.243	100.0	0.006715941573158435	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0071_000000014278	1452	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6505400465659192	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1459.0	80.055	100.0	0.017943101805447278	NZ_NFHM01000013.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_13, whole genome shotgun sequence	False	True
SPA0075_000000015265	1449	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7907760828765314	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1448.0	99.86200000000001	99.0	0.03132712708378437	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
SPA0120_000000027713	1448	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7787229130089786	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1433.0	99.93	99.0	0.031002381467850185	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0064_000000015346	1447	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4359918615422874	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1449.0	86.473	100.0	0.1882905202764376	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
CHI0102_000000006443	1447	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2703906229481794	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1394.0	87.15899999999999	96.0	0.00642454741399247	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0164_000000015570	1447	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6584199897895459	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1443.0	99.307	99.0	0.019839577342707373	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0025_000000027415	1446	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.8372353846124134	PS421	0	0	False	True	0.9986168742179871	0					non-mobilizable	no_good_hit	1289.0	78.821	88.0	0.001653850832490016	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
USA0005_01_000000021433	1445	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.46028056924960264	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1447.0	85.695	100.0	0.3130019535489473	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
FIJ0117_000000014198	1440	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4110809273374998	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1452.0	80.579	100.0	0.052447297395871326	NZ_NFHM01000033.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_33, whole genome shotgun sequence	False	True
ISR0129_000000007693	1440	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.800463267885261	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1440.0	100.0	100.0	0.031153929421952803	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0175_000000014156	1439	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4305991891788753	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1441.0	87.37	100.0	0.006641936707338507	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0820_000000017956	1438	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4565774077262742	PS816	0	0	False	True	0.998609185218811	0					non-mobilizable	plasmid	1440.0	87.5	100.0	0.006637311403224762	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0106_000000019221	1437	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.42754549751624293	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1439.0	86.31	100.0	0.18698656930499413	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
MON0087_000000035814	1435	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.359364684538101	PS816	0	0	False	True	0.998606264591217	0					non-mobilizable	plasmid	1408.0	87.64200000000001	98.0	0.006484676367471161	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0063_000000020068	1434	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.40527651689382727	PS816	0	0	False	True	0.9993026256561279	0					non-mobilizable	plasmid	1436.0	87.32600000000001	100.0	0.00661881018676978	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0065_000000013849	1433	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7785493627178571	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1433.0	100.0	100.0	0.031002381467850185	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0211_000000015977	1433	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7785493627178571	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1433.0	100.0	100.0	0.031002381467850185	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
USA0021_01_000000012435	1433	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7785493627178571	PS979	0	0	False	True	0.9993021488189697	0					non-mobilizable	other	1433.0	100.0	100.0	0.031002381467850185	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0178_000000012229	1433	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7785493627178571	PS979	0	0	False	True	0.9993021488189697	0					non-mobilizable	other	1433.0	100.0	100.0	0.031002381467850185	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ENG0134_000000027034	1432	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7784767051924185	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1433.0	99.93	100.0	0.031002381467850185	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0032_000000025927	1431	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6430061916511743	PS1059	0	0	False	True	0.9993011951446533	0					non-mobilizable	other	1431.0	99.51100000000001	100.0	0.019674476837774995	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0043_000000024242	1430	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2957156052767409	PS816	0	0	False	True	0.9860140085220337	0					non-mobilizable	plasmid	1396.0	87.39299999999999	97.0	0.0064291727181062155	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0130_000000022051	1429	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.3581115814214858	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1438.0	80.668	100.0	0.000405654292838683	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0107_000000020468	1429	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.8342053018109788	PS421	0	0	False	True	0.998600423336029	0					non-mobilizable	no_good_hit	1285.0	78.755	89.0	0.00164867446055734	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
ISR0794_000000014566	1428	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.1448338805693382	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1339.0	87.90100000000001	94.0	0.006179406295963959	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MAD0098_000000031938	1426	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.8329920031974317	PS421	0	0	False	True	0.9964936971664429	0					non-mobilizable	no_good_hit	1283.0	78.566	89.0	0.001646086274591002	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
USA0031_01_000000018894	1420	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7534888953948544	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1420.0	100.0	100.0	0.03072093526737389	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
USA0073_01_000000010215	1420	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7534888953948544	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1420.0	100.0	100.0	0.03072093526737389	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0113_000000018213	1419	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.626757426475171	PS1059	0	0	False	True	0.9992952942848206	0					non-mobilizable	other	1410.0	99.36200000000001	99.0	0.019385550954143335	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0165_000000011255	1418	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.4951614383721903	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1418.0	95.416	100.0	0.019495617957431585	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0197_000000017992	1418	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20170252333451832	PS816	0	0	False	True	0.9992947578430176	0					non-mobilizable	plasmid	1418.0	98.94200000000001	100.0	0.006554055929177343	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0147_000000015449	1406	0.5445920726971402	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.7655467809239065	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1255.0	77.45	89.0	0.0003552665636990958	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
USA0027_01_000000019298	1405	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.71769124902168	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1406.0	99.929	100.0	0.030417839359168652	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
CHI0185_000000013941	1405	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.6802781173292507	PS979	0	0	False	True	0.9871886372566223	0					non-mobilizable	other	1406.0	99.64399999999999	100.0	0.030352890235981814	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0372_000000012579	1404	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.242973034960026	PS816	0	0	False	True	0.9985755085945129	0					non-mobilizable	plasmid	1388.0	86.96	99.0	0.006396795589309997	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0185_000000013752	1402	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.6409161430885747	PS979	0	0	False	True	0.9992867112159729	0					non-mobilizable	other	1404.0	95.29899999999999	100.0	0.03026629140506603	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0172_000000011731	1402	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.3367126171716767	PS816	0	0	False	True	0.984308123588562	0					non-mobilizable	other	1407.0	80.952	100.0	0.0003979897260740613	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0047_000000022385	1393	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.24706800058774098	PS1059	0	0	False	True	0.9992821216583252	0					non-mobilizable	other	1394.0	89.16799999999999	100.0	0.0191516585721558	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0029_000000019462	1389	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.6495953769914967	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1390.0	99.85600000000001	100.0	0.03007144403550552	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MON0061_000000033401	1387	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.24583795097072983	PS816	0	0	False	True	0.9985580444335938	0					non-mobilizable	other	1389.0	85.889	100.0	0.18046681444777676	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0038_000000025413	1384	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.07868160378584971	PS816	0	0	False	True	0.9978323578834534	0					non-mobilizable	plasmid	1323.0	87.98200000000001	95.0	0.006110026734257777	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0077_000000021862	1371	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2039122798698492	PS816	0	0	False	True	0.9883297085762024	0					non-mobilizable	other	1356.0	86.652	99.0	0.1761637762420133	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
CHI0182_000000021154	1368	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.44674915536995063	PS979	0	0	False	True	0.9985380172729492	0					non-mobilizable	other	1347.0	100.0	98.0	0.029140506603160858	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0082_000000023431	1360	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.19675844866108033	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1361.0	82.439	100.0	0.9510146955913226	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
CHI0052_000000011770	1355	0.5445920726971402	1	1	1	1	1	False	86468	fragment	False	FIJ0006_000000026333	0.9174094711026601		0	0	False	False	0.9948339462280273	0					non-mobilizable	other	1359.0	84.47399999999999	100.0	0.9461161651504548	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	False
DEN0026_000000021038	1347	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.10875615814776182	PS816	0	0	False	True	0.9643652439117432	0					non-mobilizable	other	1301.0	82.244	97.0	0.9097270818754374	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0158_000000014383	1343	0.5445920726971402	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.03200621306503968	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1345.0	87.881	100.0	0.9398180545836249	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0092_000000034060	1341	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.22084162535349114	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1331.0	100.0	99.0	0.028794111279497728	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
DEN0061_000000032857	1337	0.5445920726971402	1	1	1	1	1	False	71795	fragment	False	USA0012_01_000000003280	0.964578672632364		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	99.925	100.0	0.28999348817017584	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	False
ISR0842_000000017869	1310	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.07300646978344882	PS816	0	0	False	True	0.9992366433143616	0					non-mobilizable	plasmid	1310.0	88.16799999999999	99.0	0.006049897780779087	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
DEN0028_000000024501	1297	0.5445920726971402	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.08809685768697156	PS979	0	0	False	True	0.9992290139198303	0					non-mobilizable	other	1299.0	82.448	99.0	0.03412861431505767	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	False	True
CHI0111_000000023310	1293	0.5445920726971402	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.18932678666855352	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1293.0	97.912	100.0	0.9156626506024096	NZ_JAAITU010000120.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_120_length_1411_cov_815.356, whole genome shotgun sequence	False	True
AUS0018_000000022360	1279	0.5445920726971402	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.06413499327990588	PS816	0	0	False	True	0.9882720708847046	0					non-mobilizable	other	1280.0	81.875	100.0	0.0003625056206822941	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0096_000000010771	2175	0.5445920448459048	4	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.4191316300251545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1519.0	82.686	69.0	0.0005263282643157803	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0103_000000010152	1676	0.5445920448459048	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.09064604301118284		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	82.795	90.0	0.0005256311407868851	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0064_000000022402	1847	0.5445901997711556	2	2	2	2	2	False	94886	fragment	False	DEN0064_000000022402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000014532	2703	0.5445874243915686	6	5	3	1	4	False	110033	maximal	True	ISR0025_000000014532	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	91.68700000000001	61.0	0.0002439497618948678	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0081_000000008338	2817	0.5445862647716986	4	4	4	4	1	False	34247	maximal	True	ISR0081_000000008338	1.0		2	1	False	False	0.9996449947357178	0					non-mobilizable	no_good_hit	911.0	93.743	40.0	0.00030887721264310206	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0013_000000047608	1204	0.5445850146043288	3	2	1	2	2	False	13475	maximal	True	MON0013_000000047608	1.0		19	7	False	False	0.9941860437393188	0					non-mobilizable	no_good_hit	79.0	84.81	6.0	1.0694924844624132e-05	CP006852.1	g-proteobacteria	Pseudomonas sp. TKP, complete genome	True	False
FIJ0121_000000016397	1573	0.5445843344368544	2	2	2	2	2	False	41464	maximal	True	FIJ0121_000000016397	1.0		3	3	False	False	0.9917355179786682	0					non-mobilizable	no_good_hit	370.0	76.757	23.0	0.00011909879309968927	CP002472.1	firmicutes	Bacillus coagulans 2-6, complete genome	True	False
SPA0101_000000024242	1703	0.5445826993635453	2	2	2	2	1	False	83457	fragment	False	MON0033_000000033957	0.7278887257139722		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	84.005	90.0	0.00042672053524065665	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0104_000000027550	1656	0.5445826993635453	2	2	2	2	1	False	83457	fragment	False	MON0033_000000033957	0.6094912628661471		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	83.81	92.0	0.00042672053524065665	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0058_000000010885	2335	0.5445795391385669	4	2	2	2	1	False	35504	maximal	True	ISR0058_000000010885	1.0		82	12	False	False	0.9961456060409546	0					non-mobilizable	no_good_hit	1456.0	93.475	86.0	0.0004933880228358462	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
USA0116_01_000000009522	2726	0.5445785158421773	3	3	3	3	2	False	105549	fragment	False	USA0116_01_000000009522	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	94.07600000000001	96.0	0.0003761029021463119	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0086_01_000000004803	3874	0.5445780278785198	5	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8228658428001114	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3540.0	99.35	91.0	0.003037903837767866	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0036_000000006134	3684	0.5445780278785198	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8242841044865759	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3595.0	99.02600000000001	98.0	0.0010820845754172905	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
AST0118_000000025921	1209	0.5445634593978003	2	1	1	1	1	False	105711	maximal	True	AST0118_000000025921	0.9801980198019802		127	12	False	False	1.0	0					non-mobilizable	other	1209.0	96.85700000000001	100.0	0.00841208052756558	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
SPA0103_000000014086	1294	0.5445624051710242	1	1	1	1	1	False	85689	fragment	False	SPA0103_000000014086	1.0		0	0	False	False	0.9992272257804871	0					non-mobilizable	other	1294.0	99.536	100.0	0.013415507205777073	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
MAD0048_000000016815	1422	0.544561386322698	1	1	1	1	1	False	17528	fragment	False	MAD0048_000000016815	1.0		0	0	False	False	0.997187077999115	0					non-mobilizable	no_good_hit	632.0	74.051	43.0	0.00015606996752138812	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0119_000000011756	2676	0.5445598010673164	3	1	1	1	1	False	118802	fragment	False	ISR0119_000000011756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	92.848	59.0	0.0028743736034882966	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
USA0058_01_000000015727	1095	0.5445598010673164	1	1	1	1	1	False	79303	fragment	False	CHI0152_000000012024	0.9285071942446044		0	0	False	False	1.0	0					non-mobilizable	other	1087.0	88.316	99.0	0.00018624265480438848	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0198_000000008995	2145	0.5445516747053704	4	2	1	2	0	True	54349	maximal	True	ENG0198_000000008995	1.0		1	1	False	False	0.9930070042610168	0					non-mobilizable	no_good_hit								True	True
CHI0173_000000006228	2670	0.5445490379324407	3	2	2	2	2	True	77902	maximal	True	CHI0173_000000006228	1.0		220	11	False	False	1.0	0					non-mobilizable	other	2485.0	99.43700000000001	100.0	0.0006651957734895919	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0077_000000039501	1161	0.5445466900516671	1	1	1	1	1	False	10189	maximal	True	MON0077_000000039501	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000030319	1121	0.5445416133379083	2	2	2	1	1	False	71030	fragment	False	DEN0065_000000030319	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	94.648	100.0	0.020298680585761925	NZ_JAAWUO010000022.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_22_length_55176_cov_71.891, whole genome shotgun sequence	False	False
ENG0119_000000024763	1215	0.5445393580312855	3	3	3	2	1	True	59239	fragment	False	ENG0119_000000024763	1.0		0	0	False	False	0.9991769790649414	0					non-mobilizable	no_good_hit	358.0	90.78200000000001	29.0	0.001765919242583881	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
MON0087_000000011536	4147	0.5445389296953953	7	1	1	1	1	False	9709	maximal	True	MON0087_000000011536	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0086_000000013394	2350	0.5445389296953953	4	1	1	1	1	False	43847	maximal	True	FIJ0086_000000013394	1.0		1	1	False	False	0.9970212578773499	0					non-mobilizable	no_good_hit	140.0	98.571	6.0	0.008057971014492753	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	True	False
ENG0037_000000018664	1881	0.5445389296953953	3	1	1	1	1	False	65194	maximal	True	ENG0037_000000018664	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0032_000000016224	1796	0.5445389296953953	1	1	1	1	1	False	12393	maximal	True	MON0032_000000016224	1.0		52	12	False	False	0.99387526512146	0					non-mobilizable	virus	1800.0	98.5	100.0	0.04757119813840336	JQ680364.1	viruses	Unidentified phage clone 2200_scaffold1335 genomic sequence	False	False
MON0051_000000023802	1515	0.5445389296953953	2	1	1	1	1	False	25548	maximal	True	MON0051_000000023802	1.0		5	4	False	False	0.9900990128517151	0					non-mobilizable	virus	1431.0	97.484	94.0	0.03778723854351218	JQ680364.1	viruses	Unidentified phage clone 2200_scaffold1335 genomic sequence	False	False
MON0094_000000027484	1398	0.5445389296953953	2	1	1	1	1	False	24491	fragment	False	MON0094_000000027484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0010_000000005775	1329	0.5445389296953953	2	1	1	1	1	False	90238	maximal	True	CHI0010_000000005775	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0334_000000019928	1099	0.5445389296953953	1	1	1	1	1	False	24490	fragment	False	ISR0334_000000019928	1.0		0	0	False	False	0.9899908900260925	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000002386	13774	0.5445372163632447	14	7	6	6	2	True	132443	maximal	True	ISR0141_000000002386	1.0		13	5	False	False	0.9993466138839722	0					non-mobilizable	no_good_hit	1294.0	74.807	10.0	0.00033892242744537284	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	True
ISR0351_000000001551	6784	0.5445354571821954	12	8	4	8	5	True	108201	maximal	False	ISR0070_000000002644	0.9684421738897504		0	0	False	True	0.9910082817077637	0					non-mobilizable	no_good_hit	651.0	78.648	10.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
CHI0047_000000004575	3353	0.5445341939577303	4	4	3	3	4	False	86999	maximal	True	CHI0047_000000004575	1.0		52	10	False	False	1.0	0					non-mobilizable	other	3353.0	99.28399999999999	100.0	0.008254917364632408	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	False	False
CHI0164_000000004463	5298	0.5445339995280993	6	6	6	6	5	False	78423	maximal	True	CHI0164_000000004463	0.9856910899127258		24	5	False	False	0.9998112320899963	0					non-mobilizable	other	1098.0	88.069	93.0	0.0002645074875408768	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MON0100_000000011124	3663	0.5445334831713627	3	3	3	3	3	False	9523	maximal	False	SPA0046_000000007428	0.9546065001343003		0	0	False	False	0.996724009513855	0					non-mobilizable	no_good_hit	1681.0	83.34299999999999	46.0	0.0005740636336685751	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0046_000000017579	1830	0.54453342919752	2	2	2	2	2	False	46967	maximal	True	FIJ0046_000000017579	1.0		7	4	False	False	1.0	0					non-mobilizable	other	1639.0	91.946	98.0	0.002129992006020222	NZ_QJKD01000001.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_101, whole genome shotgun sequence	False	False
SPA0045_000000014737	1745	0.5445328437595994	5	4	4	2	1	False	89661	fragment	False	SPA0045_000000014737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	96.774	82.0	0.0002821864005985675	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0052_000000022538	1188	0.5445297264038149	3	2	2	2	1	True	6507	fragment	False	SPA0052_000000022538	0.9915254237288136		0	0	False	False	0.997474730014801	0					non-mobilizable	other	1188.0	99.32700000000001	100.0	0.009069792319330043	NZ_CZBD01000012.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
SPA0073_000000009404	1121	0.5445297264038149	2	2	2	2	1	True	6507	fragment	False	SPA0052_000000022538	0.9638047138047139		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	99.821	99.0	0.00028077539173060014	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ENG0007_000000018459	1343	0.5445293079034842	3	2	2	1	1	False	67492	fragment	False	ENG0007_000000018459	1.0		0	0	False	False	0.9925540089607239	0					non-mobilizable	chromosome	1324.0	100.0	99.0	0.0002501276161306789	CP052262.1	enterobacteria	Klebsiella pneumoniae strain E16KP0288 chromosome, complete genome	False	False
FIJ0090_000000029931	1536	0.5445289541903643	3	3	2	3	1	False	84978	fragment	False	FIJ0090_000000029931	0.9548748353096179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.323897021634543e-06	NZ_NDXL01000001.1	high GC Gram+	Streptomyces kasugaensis strain BCRC 12349 scaffold1, whole genome shotgun sequence	True	False
TAN0005_000000011290	1601	0.5445279542052462	2	2	2	2	1	False	2926	maximal	True	TAN0005_000000011290	1.0		14	4	False	False	0.9712679386138916	0					non-mobilizable	no_good_hit	135.0	89.63	8.0	0.007562076749435666	NZ_CABKPS010000080.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0011_000000004815	5186	0.5445229818122588	5	5	5	3	1	False	38267	maximal	True	ISR0011_000000004815	1.0		19	7	False	False	0.9994215369224548	0					non-mobilizable	no_good_hit	1556.0	71.208	29.0	0.0003841529264875325	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0145_000000011855	2674	0.5445212834215802	3	3	3	3	1	False	57503	fragment	False	ENG0145_000000011855	1.0		0	0	False	False	0.9813014268875122	0					non-mobilizable	no_good_hit	1476.0	76.28699999999999	54.0	0.012651830681560741	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
DEN0021_000000023884	1541	0.5445211489737588	2	2	2	2	1	False	74733	maximal	True	DEN0021_000000023884	1.0		304	14	False	False	0.9941596388816833	0					non-mobilizable	chromosome	916.0	84.17	91.0	0.0003066372662900627	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0055_000000007854	2088	0.5445207815212727	5	5	5	4	4	False	86224	fragment	False	CHI0055_000000007854	0.9840123775141826		0	0	False	False	0.9971264600753784	0					non-mobilizable	other	2079.0	95.815	99.0	0.05691569568197395	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	False	False
DEN0017_000000013259	2235	0.5445203705809422	3	3	2	3	2	False	75231	maximal	True	DEN0017_000000013259	1.0		1	1	False	False	0.9991051554679871	0					non-mobilizable	no_good_hit	1311.0	80.32	58.0	0.0039472769531615996	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0037_000000059826	1282	0.5445200299668767	2	1	1	1	1	False	12041	fragment	False	MON0037_000000059826	1.0		0	0	False	False	0.9992199540138245	0					non-mobilizable	chromosome	1282.0	99.92200000000001	100.0	0.00035821035756440444	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0093_000000010030	1916	0.5445172421143812	3	2	2	1	1	False	43243	maximal	True	FIJ0093_000000010030	1.0		11	1	False	False	0.9942588806152344	0					non-mobilizable	no_good_hit	420.0	76.429	22.0	0.0017255969071993894	CP014152.1	firmicutes	Clostridium botulinum strain BrDura plasmid pRSJ20_1, complete sequence	True	False
CHI0090_000000001887	6274	0.5445160292707263	7	6	2	3	5	True	90265	fragment	False	CHI0090_000000001887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	608.0	91.61200000000001	10.0	0.05457651501528502	NZ_QRUU01000081.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf81, whole genome shotgun sequence	True	True
AST0005_000000006896	4251	0.5445142469253176	5	5	3	3	5	True	128585	fragment	False	SPA0122_000000007195	0.9637492655307642		0	0	False	False	0.9981181025505066	0					non-mobilizable	chromosome	4251.0	98.4	100.0	0.0012898847541085105	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	False	True
AST0002_000000026226	1428	0.5445131238187264	2	1	1	1	1	False	131354	fragment	False	AST0002_000000026226	1.0		0	0	False	False	0.9992997050285339	0					non-mobilizable	chromosome	1428.0	99.72	100.0	0.00020141632231579935	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
DEN0063_000000034319	1468	0.5445121689027751	4	1	1	1	1	True	71443	fragment	False	DEN0063_000000034319	0.9974074074074074		0	0	False	False	0.9965940117835999	0					non-mobilizable	no_good_hit								True	True
MON0002_000000003005	5738	0.5445119637914992	5	5	2	3	2	True	97580	fragment	False	FIJ0053_000000002732	0.4624451422593459		0	0	False	False	0.9872778058052063	0					non-mobilizable	no_good_hit	203.0	89.655	5.0	0.0019139299994315058	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0147_000000003398	5221	0.5445119637914992	6	5	2	3	2	True	97580	fragment	False	FIJ0053_000000002732	0.36569637326321547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	92.57	8.0	0.003050918117905668	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
MAD0003_000000005429	4939	0.5445119637914992	5	5	2	3	2	True	97580	fragment	False	FIJ0053_000000002732	0.36217398024259784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	90.574	7.0	0.002302400939910178	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ISR0236_000000001961	4472	0.5445119637914992	5	5	2	3	2	True	97580	fragment	False	FIJ0053_000000002732	0.24879123908888584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	384.0	74.479	8.0	0.004085790768497144	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	True
SPA0055_000000007701	4093	0.5445089402906861	4	3	3	2	1	False	131973	maximal	True	SPA0055_000000007701	1.0		35	8	False	False	0.9997556805610657	0					non-mobilizable	no_good_hit	3364.0	98.9	82.0	0.0007484396935202882	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0116_01_000000008700	2999	0.5444998946322939	6	2	1	1	2	False	88180	fragment	False	SPA0103_000000004817	0.961860465116279		0	0	False	False	1.0	0					non-mobilizable	other	3000.0	99.833	100.0	0.0007189319054739989	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ENG0043_000000026955	1288	0.5444997813279373	3	2	2	2	2	False	64562	fragment	False	ENG0043_000000026955	1.0		0	0	False	False	0.9875776171684265	0					non-mobilizable	no_good_hit	977.0	75.53699999999999	76.0	0.013435806701315936	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0007_000000025352	2413	0.544498443006021	2	2	2	2	2	False	13973	maximal	True	MON0007_000000025352	1.0		104	13	False	False	0.9792789220809937	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	6.082130126352144e-06	CP003107.1	firmicutes	Paenibacillus terrae HPL-003, complete genome	True	False
FIJ0050_000000001388	15556	0.5444954259249135	28	12	8	10	7	True	51929	maximal	True	FIJ0050_000000001388	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	0.0	0.00148794075919582	NZ_FZOS01000035.1	a-proteobacteria	Sphingomonas laterariae strain LNB2, whole genome shotgun sequence	True	True
CHI0145_000000006500	2879	0.5444943457060321	6	3	2	3	2	False	79767	maximal	True	CHI0145_000000006500	1.0		36	5	False	False	0.9993053078651428	0					non-mobilizable	no_good_hit	1500.0	95.333	79.0	0.0008657308610816726	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0101_000000014949	1865	0.5444877191966223	2	2	2	2	1	False	79799	maximal	True	FIJ0101_000000014949	1.0		1	1	False	False	0.9989275932312012	0					non-mobilizable	no_good_hit	1650.0	99.09100000000001	88.0	0.002666882433853872	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0065_000000011039	1708	0.5444877191966223	2	2	2	2	1	False	79800	fragment	False	FIJ0065_000000011039	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1565.0	97.891	100.0	0.0025293308520106805	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
SPA0054_000000015954	1859	0.5444872713744698	3	3	3	3	2	False	6429	maximal	True	SPA0054_000000015954	1.0		4	2	False	False	0.9983862042427063	0					non-mobilizable	no_good_hit	178.0	74.157	10.0	0.0002183209515339822	NZ_UYZY01000003.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ENG0052_000000006653	4192	0.5444854626104705	1	1	1	1	1	False	64004	maximal	True	ENG0052_000000006653	1.0		28	8	False	False	0.9990457892417908	0					non-mobilizable	no_good_hit	1356.0	69.985	32.0	0.00023807327938435538	LK996017.1	firmicutes	Desulfitobacterium hafniense strain PCE-S genome assembly, scaffold: scaffold0	True	False
MAD0053_000000003622	3357	0.5444840709751149	6	3	2	2	3	True	119990	maximal	True	MAD0053_000000003622	1.0	PS730	16	6	False	True	1.0	0					non-mobilizable	chromosome	3345.0	89.806	100.0	0.001122541474289088	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0126_000000007644	6292	0.5444835649260967	8	6	6	6	6	False	72339	maximal	False	ISR0134_000000004891	0.970999088976617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	1.653934613154423e-05	NZ_KQ034007.1	firmicutes	Lactobacillus kimbladii strain Hma2 Hma2_scaffold2, whole genome shotgun sequence	True	False
SPA0075_000000010241	1953	0.5444803614911254	3	2	2	2	2	False	126792	maximal	True	SPA0075_000000010241	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1490.0	78.792	100.0	0.0006286123232885429	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ENG0172_000000015311	1524	0.5444773216479829	2	1	1	1	1	False	55720	fragment	False	SPA0023_000000017803	0.9622940430925222		0	0	False	False	0.9881889820098877	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	3.0	0.0001857708794857862	NZ_PGTO01000006.1	a-proteobacteria	Magnetospirillum kuznetsovii strain LBB-42 NODE_6_length_215319_cov_85.7403, whole genome shotgun sequence	True	False
ENG0019_000000008399	2333	0.5444726612242875	3	2	2	2	2	False	66549	maximal	True	ENG0019_000000008399	1.0		1	1	False	False	0.988426923751831	0					non-mobilizable	no_good_hit	89.0	91.01100000000001	5.0	3.474443102045973e-05	NZ_UHIC01000001.1	g-proteobacteria	Suttonella ornithocola strain NCTC13337, whole genome shotgun sequence	True	False
ENG0194_000000018914	1397	0.5444722940942817	2	2	2	2	2	False	54510	maximal	True	ENG0194_000000018914	1.0		5	3	False	False	0.9749463200569153	0					non-mobilizable	no_good_hit	993.0	98.993	75.0	0.0004747217828865669	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	True	False
ISR0231_000000015124	1326	0.5444656636645403	3	2	2	2	2	False	27474	maximal	True	ISR0231_000000015124	1.0		1	1	False	False	0.9720965027809143	0					non-mobilizable	no_good_hit	783.0	99.87200000000001	59.0	0.0023070092368873665	NZ_CABJDM010000003.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	True	False
DEN0066_000000010580	3124	0.544464522082306	6	4	2	4	2	False	118641	fragment	False	DEN0066_000000010580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	89.917	79.0	0.00037229118012708243	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
ENG0053_000000014109	1781	0.5444531618711106	2	2	2	2	2	True	92774	maximal	False	SPA0067_000000011352	0.9158176943699732		0	0	False	False	1.0	0					non-mobilizable	chromosome	1781.0	98.821	100.0	0.0003892095108890057	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
CAN0016_000000030024	1550	0.5444531618711106	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.5931108190838377		0	0	False	False	0.9935483932495117	0					non-mobilizable	other	1550.0	98.0	100.0	0.0014073489235007283	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	True
ENG0049_000000012562	1482	0.5444531618711106	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.14855029223204574		0	0	False	False	0.9986504912376404	0					non-mobilizable	other	1482.0	100.0	100.0	0.0036555084390164434	NZ_CZAI01000005.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0340_000000014682	1482	0.5444531618711106	2	2	2	2	2	True	92765	fragment	False	USA0113_01_000000011635	0.14867851783829586		0	0	False	False	0.9979757070541382	0					non-mobilizable	chromosome	1482.0	100.0	100.0	0.0003240130891661706	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
CHI0092_000000003002	3222	0.5444526051207915	3	3	3	3	2	True	83695	maximal	True	CHI0092_000000003002	1.0		27	5	False	False	0.9996896386146545	0					non-mobilizable	other	3061.0	99.085	95.0	0.021251459387335296	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	True
MON0100_000000004336	7698	0.5444523653166978	8	4	4	4	1	True	9137	maximal	True	MON0100_000000004336	1.0		2	1	False	False	0.9983112215995789	0					non-mobilizable	no_good_hit	1868.0	75.0	24.0	0.00045272178697793215	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	True
CHI0048_000000002579	6118	0.5444517908172853	8	7	7	7	6	False	102827	maximal	True	CHI0048_000000002579	0.9892204208347706		4	2	False	False	0.9998365640640259	0					non-mobilizable	other	5864.0	84.32799999999999	95.0	0.03962830632123789	NZ_GL882591.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld11, whole genome shotgun sequence	False	False
ETH0005_000000020600	2304	0.5444449802051993	5	4	4	1	1	False	52752	maximal	True	ETH0005_000000020600	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2000.0	92.75	87.0	0.1146084164660016	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	True	False
DEN0089_000000010938	1760	0.5444423777900699	2	2	2	2	2	False	94894	maximal	True	DEN0089_000000010938	1.0		150	9	False	False	1.0	0					non-mobilizable	other	1760.0	98.75	100.0	0.02014014518308182	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
FIJ0013_000000004608	5424	0.5444417385746066	5	4	2	3	2	False	50660	maximal	True	FIJ0013_000000004608	1.0		2	2	False	False	0.9953908324241638	0					non-mobilizable	no_good_hit	72.0	87.5	1.0	0.0002068439115057654	NZ_LQBQ01000034.1	a-proteobacteria	Ruegeria marisrubri strain ZGT118 contig_4, whole genome shotgun sequence	True	False
FIJ0082_000000006825	4060	0.5444411812331791	6	2	2	2	1	True	44195	maximal	True	FIJ0082_000000006825	1.0		1	1	False	False	0.9931034445762634	0					non-mobilizable	no_good_hit	1540.0	84.48100000000001	42.0	0.0006836609059756515	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0111_000000000744	18107	0.5444395990748693	26	5	1	5	0	False	14530	maximal	True	MAD0111_000000000744	1.0		1	1	False	False	0.9999447464942932	0					non-mobilizable	no_good_hit								True	False
MAD0091_000000001273	8700	0.5444395990748693	12	5	1	5	0	False	15768	maximal	True	MAD0091_000000001273	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000012809	2575	0.5444368271957702	4	4	3	2	4	False	102838	maximal	False	AUS0006_000000009411	0.9277669902912622		0	0	False	False	0.9937863945960999	0					non-mobilizable	chromosome	2577.0	95.887	100.0	0.0009045877782248783	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0029_000000019682	2262	0.5444364162319292	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.23960113833623647		0	0	False	False	0.9929265975952148	0					non-mobilizable	other	2262.0	97.569	100.0	0.004725690400366345	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ITA0006_000000003556	7256	0.5444362484071494	7	5	4	5	4	False	84587	fragment	False	ITA0006_000000003556	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7112.0	96.24600000000001	99.0	0.04928559515205426	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
FIJ0114_000000011272	3343	0.54443358322402	2	2	2	2	2	False	132030	fragment	False	FIJ0114_000000011272	1.0		0	0	False	False	0.9955130219459534	0					non-mobilizable	no_good_hit	1566.0	77.52199999999999	47.0	0.0006518289986355606	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0137_000000001310	11582	0.5444330769624316	4	3	3	3	1	True	58008	fragment	False	ENG0137_000000001310	1.0		0	0	False	False	0.9999136328697205	0					non-mobilizable	no_good_hit								True	True
DEN0024_000000006044	1573	0.5444309727603518	1	1	1	1	0	True	74320	maximal	True	DEN0024_000000006044	1.0		2	2	False	False	0.9809281826019287	0					non-mobilizable	no_good_hit	720.0	87.917	46.0	0.0003343920081709177	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
AST0025_000000013630	2606	0.544430227387157	3	2	2	2	2	False	120423	fragment	False	AST0025_000000013630	0.9871922173864621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1634.0	92.77799999999999	70.0	0.0004601578787204375	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MAD0103_000000007355	2799	0.5444298130407942	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9628207435056689	PS777	0	0	False	True	0.9992854595184326	0					non-mobilizable	other	2389.0	98.15799999999999	100.0	0.0007139118031923337	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MAD0112_000000010947	2554	0.5444298130407942	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9612056315485625	PS777	0	0	True	True	1.0	2					non-mobilizable	chromosome	2555.0	98.35600000000001	100.0	0.0007403574529268615	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
MAD0005_000000011144	2547	0.5444298130407942	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9612721877891369	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2547.0	98.78299999999999	100.0	0.020686741310106116	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
MAD0012_000000010999	2547	0.5444298130407942	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9617136905386682	PS777	0	0	False	True	1.0	0					non-mobilizable	plasmid	2547.0	98.43	100.0	0.010448557475273935	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MAD0030_000000004557	2393	0.5444298130407942	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8356618927344457	PS777	0	0	False	True	1.0	0					non-mobilizable	plasmid	2393.0	98.37	100.0	0.00981655517708376	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
MAD0108_000000007075	2392	0.5444298130407942	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8356515016541055	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2392.0	98.74600000000001	100.0	0.01942733639923948	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
ISR0310_000000015592	1188	0.5444268666552802	3	2	1	2	1	False	25314	fragment	False	ISR0310_000000015592	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1188.0	100.0	100.0	0.036977041213669355	CP033849.1	enterobacteria	Escherichia coli strain FDAARGOS_497 plasmid unnamed3, complete sequence	False	True
ENG0059_000000006519	1922	0.5444215971325669	4	4	3	4	4	False	63375	fragment	False	ENG0059_000000006519	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1923.0	99.63600000000001	100.0	0.015934735567954765	CP051701.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-1, complete sequence	False	True
AST0061_000000038042	1101	0.5444143729558554	2	2	2	1	1	False	111753	maximal	True	AST0061_000000038042	1.0		31	7	False	False	0.9881925582885742	0					non-mobilizable	no_good_hit	669.0	85.052	61.0	0.00016761211946026891	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
DEN0073_000000005669	7090	0.5444094765206899	7	5	5	5	2	False	92298	maximal	True	DEN0073_000000005669	0.9907433779549986		33	8	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	1.0	2.1611144035781403e-05	NZ_CP018180.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 chromosome, complete genome	True	False
ISR0830_000000002765	7022	0.5444094765206899	7	5	5	5	2	False	92298	maximal	False	DEN0073_000000005669	0.9858251057827927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	86.792	1.0	2.1611144035781403e-05	NZ_CP018180.1	firmicutes	Liquorilactobacillus nagelii strain TMW 1.1827 chromosome, complete genome	True	False
ISR0275_000000002542	5252	0.544406779745069	5	5	5	4	3	True	83212	fragment	False	ISR0275_000000002542	0.9794242658423493		0	0	False	False	0.9994288086891174	0					non-mobilizable	no_good_hit	3215.0	78.756	61.0	0.005233115996371531	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
FIJ0172_000000016452	1695	0.5444051198695423	2	2	1	2	2	False	82343	maximal	True	FIJ0172_000000016452	1.0		255	15	False	False	1.0	0					non-mobilizable	chromosome	879.0	96.815	100.0	0.0002457352479784917	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0111_000000005271	3248	0.5444047527057966	3	3	2	3	2	False	14521	maximal	True	MAD0111_000000005271	1.0		6	1	False	False	1.0	0					non-mobilizable	plasmid	2481.0	98.87100000000001	99.0	0.028803236005207365	CP010124.1	enterobacteria	Escherichia coli strain C5 plasmid B, complete genome	False	True
ISR0045_000000011456	2234	0.5444040442825668	3	2	2	2	1	False	94888	maximal	True	ISR0045_000000011456	1.0		1	1	False	False	0.9991047382354736	0					non-mobilizable	no_good_hit								True	False
MON0059_000000018299	2140	0.5444035514194706	3	3	3	2	2	False	124937	fragment	False	ISR0383_000000007037	0.9285376381325655		0	0	False	False	0.9925233721733093	0					non-mobilizable	other	2162.0	82.37700000000001	100.0	0.005160106156289954	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
CHI0186_000000003766	5124	0.5444025806675353	7	3	2	3	1	False	77164	fragment	False	CHI0186_000000003766	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5124.0	98.88799999999999	100.0	0.0013713637504187601	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0033_000000041251	1448	0.5444025075202487	2	2	2	2	1	False	60847	fragment	False	ISR0367_000000004924	0.4368304097114395		0	0	False	False	0.9965469837188721	0					non-mobilizable	other	1448.0	98.412	100.0	0.008410932468408142	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
MON0046_000000007812	3845	0.5444015844814742	4	4	4	3	2	False	126852	maximal	True	MON0046_000000007812	1.0	PS979	27	8	False	True	1.0	0					non-mobilizable	no_good_hit	2229.0	99.73100000000001	65.0	0.022335839598997494	NZ_CYZO01000009.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
CHI0082_000000008114	1161	0.5443990181624787	2	2	2	2	1	False	84249	maximal	False	ISR0825_000000020360	0.9776336850235855		0	0	False	False	0.993109405040741	0					non-mobilizable	other	1161.0	99.914	100.0	0.004124943104233045	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ENG0055_000000001755	10857	0.5443967989852376	13	6	3	4	2	True	63687	maximal	True	ENG0055_000000001755	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2382.0	77.456	22.0	0.0008382253420274571	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0120_000000000789	12883	0.5443959494878889	15	8	5	6	4	False	86281	maximal	True	CHI0120_000000000789	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	2509.0	91.98899999999999	45.0	0.000560133984764982	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
USA0080_01_000000011698	3734	0.5443939141233698	4	4	3	2	3	False	625	maximal	True	USA0080_01_000000011698	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	552.0	86.23200000000001	17.0	0.0022295097916016395	NZ_KB903369.1	CFB group bacteria	Butyricimonas synergistica DSM 23225 A3CYDRAFT_scaffold_4.5, whole genome shotgun sequence	True	False
FIJ0039_000000006017	4079	0.5443936665203126	5	5	5	3	3	False	73190	maximal	True	FIJ0039_000000006017	1.0		177	12	False	False	0.9953420162200928	0					non-mobilizable	chromosome	3887.0	99.35700000000001	99.0	0.0013204585790221064	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0839_000000019425	1132	0.5443920548323479	1	1	1	1	1	False	88299	fragment	False	CHI0033_000000006392	0.35373694597195005		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.29299999999999	100.0	0.003595852846637353	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0856_000000002741	2092	0.5443899083727212	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.30597298135739326	PS777	0	0	False	True	0.9995219707489014	0					non-mobilizable	chromosome	2091.0	97.75200000000001	100.0	0.000605852418409217	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0855_000000008761	1962	0.5443899083727212	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.2542325119035357	PS777	0	0	False	True	1.0	0					non-mobilizable	other	1962.0	99.439	100.0	0.64189852700491	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	False	True
ISR0217_000000012538	1866	0.5443899083727212	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.1321937039811176	PS777	0	0	False	True	1.0	0					non-mobilizable	other	1866.0	99.625	100.0	0.6104746317512275	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	False	True
CHI0146_000000002303	2899	0.5443832684664986	3	2	2	2	2	True	119041	fragment	False	AUS0022_000000010720	0.5249057822499216		0	0	False	False	0.9913763403892517	0					non-mobilizable	no_good_hit	2112.0	77.557	72.0	0.0005058020124692578	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0068_000000011500	2751	0.5443814812102084	3	3	3	3	3	False	45089	maximal	True	FIJ0068_000000011500	1.0		14	5	False	False	1.0	0					non-mobilizable	chromosome	2751.0	96.329	100.0	0.000557285504862164	CP041520.1	enterobacteria	Escherichia coli strain 3057 chromosome	False	False
ISR0157_000000001171	19024	0.5443814135542261	20	9	7	6	3	True	126545	fragment	False	ISR0157_000000001171	1.0		0	0	False	False	0.9992115497589111	0					non-mobilizable	no_good_hit								True	True
ENG0204_000000006486	3627	0.5443743674749076	4	4	4	4	3	False	113208	maximal	True	ENG0204_000000006486	0.9875945537065053		57	12	False	False	1.0	0					non-mobilizable	chromosome	3627.0	99.28299999999999	100.0	0.0007018660423039789	CP049197.1	enterobacteria	Escherichia coli strain E597 chromosome, complete genome	False	False
ISR0259_000000002349	5339	0.5443719843095959	8	4	2	3	3	True	107656	fragment	False	ISR0259_000000002349	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	71.494	16.0	0.0003544746378519083	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
SPA0023_000000004197	5288	0.5443708767506312	5	2	2	2	2	False	59216	maximal	True	SPA0023_000000004197	1.0		3	1	False	False	0.9967851638793945	0					non-mobilizable	no_good_hit								True	False
ISR0232_000000026687	1128	0.5443707626578307	3	2	2	1	1	False	27406	fragment	False	ISR0232_000000026687	1.0		0	0	False	False	0.9760638475418091	0					non-mobilizable	other	1125.0	92.62200000000001	99.0	0.0005351004979671893	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0083_000000020970	1838	0.5443706180750958	1	1	1	1	1	False	9874	fragment	False	MON0083_000000020970	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1838.0	99.456	100.0	0.004324102931068574	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0112_000000005018	5040	0.5443699011221029	3	1	1	1	1	False	42049	maximal	True	FIJ0112_000000005018	1.0		134	9	False	False	0.990674614906311	0					non-mobilizable	no_good_hit	287.0	73.171	6.0	4.79919843028232e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	False
ISR0372_000000002632	5349	0.5443694146252839	7	4	1	3	2	False	96600	fragment	False	ISR0372_000000002632	1.0		0	0	False	False	0.9985044002532959	0					non-mobilizable	no_good_hit	2103.0	95.055	39.0	0.16499407348873962	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
ISR0307_000000001607	4424	0.5443694146252839	5	4	1	3	2	False	96598	fragment	False	ISR0307_000000001607	1.0		0	0	False	False	0.9993218779563904	0					non-mobilizable	no_good_hit	1343.0	97.245	30.0	0.10588700118530225	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
AST0061_000000008871	4420	0.5443694146252839	5	4	1	3	2	False	112154	fragment	False	AST0061_000000008871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1345.0	81.487	30.0	0.10541288028447254	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
SPA0114_000000020183	2307	0.5443689943989941	3	2	2	2	2	False	71455	fragment	False	ISR0139_000000009827	0.6877749261971017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	76.166	33.0	0.0002508528998595224	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ENG0050_000000011468	2301	0.5443689943989941	3	2	2	2	2	False	71455	fragment	False	ISR0139_000000009827	0.6858166412540895		0	0	False	False	0.9973924160003662	0					non-mobilizable	no_good_hit	770.0	76.104	33.0	0.00025019276064936575	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ENG0043_000000011674	2901	0.5443661710139097	6	4	3	3	3	False	64618	maximal	True	ENG0043_000000011674	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	2.0	1.6314861554514722e-05	CP039704.1	a-proteobacteria	Hankyongella ginsenosidimutans strain W1-2-3 chromosome, complete genome	True	False
ENG0096_000000017565	1867	0.5443649687945114	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.10435039148700251		0	0	False	False	0.9962506890296936	0					non-mobilizable	no_good_hit	1000.0	86.8	54.0	0.0002793537448921468	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0136_000000021304	1960	0.5443616969347514	3	2	2	2	1	False	99947	maximal	True	SPA0136_000000021304	1.0	PS564	116	7	True	True	1.0	1					non-mobilizable	other	1611.0	90.62700000000001	99.0	0.0017902511472971437	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	True
MON0103_000000005089	7118	0.5443587888765622	7	4	3	1	3	False	101716	maximal	True	MON0103_000000005089	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	91.11	25.0	0.031053871417026327	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ENG0178_000000013498	1670	0.5443568582873677	1	1	1	1	1	False	84815	fragment	False	SPA0086_000000007628	0.9248737290634274		0	0	False	False	1.0	0					non-mobilizable	chromosome	1670.0	100.0	100.0	0.0003243195556141969	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
MAD0094_000000009579	1655	0.5443568582873677	1	1	1	1	1	False	84815	fragment	False	SPA0086_000000007628	0.9207896565918601		0	0	False	False	1.0	0					non-mobilizable	chromosome	1655.0	100.0	100.0	0.0003214047603270711	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
FIJ0036_000000030464	1419	0.5443568582873677	1	1	1	1	1	False	84815	fragment	False	SPA0086_000000007628	0.0788017890772128		0	0	False	False	1.0	0					non-mobilizable	chromosome	1419.0	99.71799999999999	100.0	0.00022419979015658568	CP050210.1	enterobacteria	Escherichia coli strain RM-055-WU chromosome	False	False
FIJ0043_000000026412	1164	0.5443568582873677	1	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.6883639836050399		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	99.742	100.0	0.0027108735632719754	NZ_NQCD01000079.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_1_length_429013_cov_62.7344_ID_1.ctg_1, whole genome shotgun sequence	False	False
ENG0128_000000002281	9800	0.5443537790842886	10	10	6	4	9	True	107462	fragment	False	ENG0128_000000002281	1.0		0	0	False	False	0.996122419834137	0					non-mobilizable	other	9775.0	99.795	99.0	0.24031865456959503	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0055_000000005159	2579	0.5443537533292198	5	4	4	4	4	False	36794	fragment	False	ISR0055_000000005159	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2579.0	99.26299999999999	100.0	0.00124864443614598	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
MON0079_000000009112	2541	0.5443515274377243	4	4	3	2	0	False	10101	maximal	True	MON0079_000000009112	1.0		1	1	False	False	0.9976387023925781	0					non-mobilizable	no_good_hit	1192.0	91.779	86.0	0.0028653570870072536	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	True	False
DEN0063_000000007553	5369	0.5443480906353935	8	3	3	2	3	False	71574	fragment	False	DEN0063_000000007553	1.0		0	0	False	False	0.99850994348526	0					non-mobilizable	no_good_hit	1423.0	93.39399999999999	59.0	0.025165703753588772	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
FIJ0093_000000006850	2979	0.5443451523381961	4	2	1	2	1	False	43255	fragment	False	FIJ0093_000000006850	1.0		0	0	False	False	0.99932861328125	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00016187100555385	AL353748.13	primates	Human DNA sequence from clone RP11-317B17 on chromosome 9, complete sequence	True	False
DEN0096_000000013174	3293	0.5443445363931309	5	3	3	3	2	True	104400	maximal	True	DEN0096_000000013174	1.0		17	10	False	False	1.0	0					non-mobilizable	chromosome	3294.0	99.757	100.0	0.0009167275637679646	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0096_000000008830	3788	0.5443443818493258	4	4	4	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.822712363320106	PS317|PS959	0	0	False	True	0.9992080330848694	0					non-mobilizable	no_good_hit	337.0	98.81299999999999	9.0	9.395681509886019e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0233_000000007600	2025	0.5443435906146518	3	3	3	3	2	False	80903	maximal	False	ISR0031_000000010743	0.973708098517456		0	0	False	False	0.9995061755180359	0					non-mobilizable	no_good_hit	1074.0	70.205	52.0	0.000336008107923875	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
CHI0132_000000016160	1908	0.5443435906146518	3	3	3	3	2	False	80903	maximal	False	ISR0031_000000010743	0.7435814637969836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	70.26	55.0	0.000336008107923875	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0816_000000022599	1691	0.5443366739308304	3	3	2	3	2	False	21409	fragment	False	ISR0816_000000022599	1.0		0	0	False	False	0.9905381202697754	0					non-mobilizable	other	904.0	93.25200000000001	98.0	0.0003279361269036547	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0186_000000012304	1192	0.5443357284442422	2	2	2	2	1	False	55006	maximal	True	ENG0186_000000012304	1.0		2	2	False	False	0.9882550239562988	0					non-mobilizable	chromosome	1121.0	78.145	93.0	0.00030371455752260774	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
SPA0072_000000004759	4186	0.5443347738208733	5	5	5	5	5	False	94378	fragment	False	USA0113_01_000000004306	0.9650650696620143		0	0	False	False	0.9971333146095276	0					non-mobilizable	no_good_hit	2026.0	76.357	48.0	0.06365137847795706	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0052_000000009651	3409	0.5443346267089266	4	3	2	3	2	False	40152	fragment	False	SPA0082_000000004554	0.9335148070667526		0	0	False	False	0.9994133114814758	0					non-mobilizable	no_good_hit	1519.0	73.404	44.0	0.0006579125798659503	NZ_CP028107.1	fusobacteria	Fusobacterium necrophorum subsp. funduliforme strain 1_1_36S chromosome, complete genome	True	False
FIJ0123_000000011168	2875	0.5443329184613708	4	3	3	3	3	False	41359	maximal	True	FIJ0123_000000011168	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	1198.0	71.369	56.0	0.00039960738403160666	NZ_HG917868.1	firmicutes	Clostridium bornimense strain M2/40 chromosome M2/40_rep1	True	False
AST0094_000000009090	2429	0.5443296237167075	3	2	2	2	2	False	109254	fragment	False	AST0094_000000009090	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2353.0	100.0	100.0	0.019012974414938766	LT883141.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, plasmid: III	False	True
SPA0089_000000015959	2452	0.5443252329272534	4	2	2	1	1	False	5423	maximal	True	SPA0089_000000015959	1.0		1	1	False	False	0.9930669069290161	0					non-mobilizable	no_good_hit	1207.0	91.21799999999999	49.0	0.04604349838037945	NZ_QRYH01000032.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf32, whole genome shotgun sequence	True	False
ENG0043_000000021885	1583	0.5443240207273143	2	2	2	2	1	False	72174	maximal	True	ENG0043_000000021885	1.0		116	12	False	False	0.9924194812774658	0					non-mobilizable	no_good_hit	167.0	77.844	10.0	5.60444835036673e-05	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
MON0020_000000004059	4107	0.5443225944038874	6	5	5	5	2	False	76150	fragment	False	MON0020_000000004059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0160_000000002045	10841	0.5443189790072654	12	3	1	3	3	False	88686	maximal	True	ISR0160_000000002045	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	85.714	1.0	2.501115251390784e-05	BX908798.2	bacteria	Candidatus Protochlamydia amoebophila UWE25 complete genome	True	False
FIJ0084_000000002072	7029	0.5443179920584359	10	5	4	4	3	False	44024	maximal	True	FIJ0084_000000002072	1.0		1	1	False	False	0.9981505274772644	0					non-mobilizable	no_good_hit	1193.0	80.553	17.0	0.021217529248463218	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	True	False
SPA0063_000000003126	5522	0.5443164239449575	8	6	2	6	4	True	6133	fragment	False	SPA0063_000000003126	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5526.0	91.78399999999999	100.0	0.13053657152316314	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ISR0324_000000009827	3187	0.5443065031185453	7	3	2	2	3	False	59929	fragment	False	ISR0324_000000009827	1.0		0	0	False	False	0.9968622326850891	0					non-mobilizable	no_good_hit								True	False
ISR0009_000000025308	1341	0.5443059531011756	1	1	1	1	1	False	38337	fragment	False	ISR0009_000000025308	1.0		0	0	False	False	0.9970171451568604	0					non-mobilizable	chromosome	1341.0	100.0	100.0	0.00025722001217764	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	False
ENG0176_000000008743	1135	0.5443058379154319	2	2	2	2	1	False	55559	maximal	True	ENG0176_000000008743	1.0		594	15	False	False	0.9744493365287781	0					non-mobilizable	other	1135.0	100.0	100.0	0.0037454049430097336	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	False
ENG0098_000000006346	3978	0.5443049547027654	4	3	3	2	2	False	60726	fragment	False	ENG0098_000000006346	1.0		0	0	False	False	0.9982402920722961	0					non-mobilizable	no_good_hit	1513.0	96.23299999999999	81.0	0.007387790601088624	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0077_000000000330	27470	0.5443038884221614	35	26	10	17	19	True	116738	fragment	False	CHI0077_000000000330	1.0		0	0	False	False	1.0	0					non-mobilizable	other	27397.0	99.876	99.0	0.0065674753192283	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
ETH0003_000000027954	1511	0.5443031484745944	2	2	2	2	2	False	53080	fragment	False	ETH0003_000000027954	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1519.0	77.683	99.0	0.00033779411618307584	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0124_000000006149	4654	0.5443030333422021	7	3	2	2	2	False	89933	maximal	True	SPA0124_000000006149	1.0		1	1	True	True	1.0	101					non-mobilizable	no_good_hit	1452.0	96.625	77.0	0.3200970659607324	LN852900.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0227	True	True
ISR0148_000000013297	2188	0.5443016227444405	3	2	1	2	2	False	30922	maximal	True	ISR0148_000000013297	1.0		1	1	False	False	0.9899451732635498	0					non-mobilizable	no_good_hit	911.0	99.561	42.0	0.0002599440006352917	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
SPA0093_000000007155	5662	0.5443007045660219	2	2	2	2	2	False	5291	fragment	False	SPA0093_000000007155	1.0		0	0	False	False	0.9991168975830078	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0016344789023183793	NZ_QRST01000027.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf27, whole genome shotgun sequence	True	False
SPA0120_000000010248	4126	0.5442975118203119	3	2	2	2	2	False	92630	maximal	False	CHI0186_000000004416	0.9459320981991396		0	0	False	False	1.0	0					non-mobilizable	chromosome	4126.0	99.63600000000001	100.0	0.0014555979119844934	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0095_000000010650	1857	0.5442937757365696	2	2	1	2	1	False	5206	maximal	True	SPA0095_000000010650	1.0		1	1	False	False	0.9962304830551147	0					non-mobilizable	other	1877.0	80.82	99.0	0.009112229442517222	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	False	False
SPA0028_000000019841	1624	0.5442895678331984	2	2	1	2	2	False	85030	maximal	True	SPA0028_000000019841	1.0		195	11	False	False	0.9901477694511414	0					non-mobilizable	chromosome	1631.0	91.539	100.0	0.0004952822833858475	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	False
ENG0152_000000016776	1491	0.544288739678766	2	2	2	1	1	False	57021	maximal	True	ENG0152_000000016776	1.0		62	10	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	100.0	73.0	0.00037835345717431463	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
MAD0001_000000004313	5745	0.5442882130419621	5	5	3	5	4	False	20303	maximal	True	MAD0001_000000004313	1.0		14	2	False	False	0.9970409274101257	0					non-mobilizable	no_good_hit	1877.0	92.435	44.0	0.0005633222706192962	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0098_000000008818	2888	0.5442855260835487	4	4	4	4	3	False	60722	maximal	True	ENG0098_000000008818	1.0		74	9	False	False	0.9878808856010437	0					non-mobilizable	no_good_hit	147.0	76.19	5.0	2.599725187383317e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0164_000000015607	1444	0.544283433241579	3	3	3	3	3	False	39085	fragment	False	MON0075_000000013936	0.47614503816793896		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	97.721	100.0	0.00044953705460833035	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0305_000000014380	1315	0.5442819908665824	2	2	2	2	2	False	54892	fragment	False	ISR0389_000000015446	0.8256821393509867		0	0	False	False	0.9939163327217102	0					non-mobilizable	no_good_hit	1168.0	73.373	87.0	0.0005133836259144645	NZ_CVLB01000001.1	bacteria	Brachyspira suanatina strain AN4859/03, whole genome shotgun sequence	True	False
SPA0059_000000018149	1294	0.5442819908665824	2	2	2	2	2	False	54892	fragment	False	ISR0389_000000015446	0.6864592099809779		0	0	False	False	0.9814528822898865	0					non-mobilizable	no_good_hit	1168.0	73.373	88.0	0.0005133836259144645	NZ_CVLB01000001.1	bacteria	Brachyspira suanatina strain AN4859/03, whole genome shotgun sequence	True	False
FIJ0006_000000008402	3995	0.5442794962549073	4	4	2	4	2	True	93170	maximal	True	FIJ0006_000000008402	1.0		1	1	False	False	0.9949937462806702	0					non-mobilizable	other	2935.0	97.751	98.0	0.011377124725560323	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
CHI0165_000000004628	3551	0.5442790026085143	4	3	2	2	2	True	78372	fragment	False	CHI0165_000000004628	1.0		0	0	False	False	0.998591959476471	0					non-mobilizable	no_good_hit	1149.0	95.99700000000001	32.0	0.00040014890558577197	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
CAN0016_000000021914	2205	0.5442735967910497	4	2	2	2	1	False	92865	fragment	False	CAN0016_000000021914	1.0		0	0	False	False	0.994557797908783	0					non-mobilizable	no_good_hit	599.0	70.952	27.0	0.0006150600048370821	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0301_000000003850	4148	0.5442732755634335	5	3	3	2	0	False	25570	fragment	False	ISR0301_000000003850	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4149.0	99.976	100.0	0.0010884296620698793	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
ENG0040_000000005250	4147	0.5442691253372548	6	6	5	6	4	False	112296	fragment	False	FIJ0079_000000006384	0.832331197747794		0	0	False	False	1.0	0					non-mobilizable	other	2921.0	99.384	97.0	0.0007156742968481646	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0041_000000005779	6732	0.5442681564907433	7	4	3	4	1	False	11831	fragment	False	MON0041_000000005779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	92.65	22.0	0.05202068165031128	NZ_QEKH01000048.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_148, whole genome shotgun sequence	True	False
ISR0253_000000002457	4435	0.5442681560070386	6	6	6	5	3	False	131595	maximal	True	ISR0253_000000002457	1.0		78	8	False	False	1.0	0					non-mobilizable	chromosome	4435.0	99.865	100.0	0.001874149626797381	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0035_000000001814	6438	0.5442668854694641	13	2	1	1	2	True	48054	fragment	False	FIJ0035_000000001814	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6359.0	98.538	100.0	0.0016955079975106229	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0097_000000025233	1644	0.5442639859543781	1	1	1	1	1	False	15407	fragment	False	MAD0097_000000025233	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0154_000000011143	2774	0.5442617625854784	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9840194942481144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.22	63.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0816_000000014791	2774	0.5442617625854784	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.9848267205152091		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.359	63.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0020_000000013354	2774	0.5442617625854784	4	4	4	3	2	False	105079	fragment	False	ISR0392_000000011430	0.984754926145069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	91.359	63.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0131_000000008445	2912	0.5442598451560254	4	4	4	4	4	False	128218	fragment	False	SPA0131_000000008445	1.0		0	0	False	False	0.9941620826721191	0					non-mobilizable	no_good_hit	1217.0	98.932	54.0	0.22418879056047197	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0069_01_000000046630	1289	0.5442582041938105	2	2	2	2	1	False	25987	maximal	False	SPA0023_000000020671	0.9672698876358835		0	0	False	False	0.9961210489273071	0					non-mobilizable	chromosome	1289.0	99.61200000000001	100.0	0.0005629724947723983	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
ISR0027_000000022788	1113	0.5442558255651403	2	2	2	2	2	False	37210	maximal	True	ISR0027_000000022788	1.0		236	9	False	False	0.9991015195846558	0					non-mobilizable	no_good_hit	112.0	78.571	10.0	0.000820878413855836	NZ_QZWI01000014.1	enterobacteria	Rahnella bruchi strain DSM 27398 contig_0014, whole genome shotgun sequence	True	False
ISR0197_000000001661	11249	0.5442537716815534	12	5	4	5	4	True	91348	maximal	True	ISR0197_000000001661	1.0		0	0	False	False	0.9974219799041748	0					non-mobilizable	no_good_hit	4324.0	98.774	38.0	0.0007684666645809216	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
CHI0120_000000001484	7664	0.5442534841810287	8	6	4	4	6	True	123730	fragment	False	CHI0059_000000001883	0.9979101345935883		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3851.0	100.0	100.0	0.05204812761930512	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	False	True
ISR0024_000000013680	1827	0.5442489050135911	3	3	3	2	2	False	37442	maximal	True	ISR0024_000000013680	1.0		4	3	False	False	0.9961685538291931	0					non-mobilizable	no_good_hit	595.0	93.277	41.0	0.003868824697951607	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
ISR0214_000000008933	3071	0.544248741412783	5	5	2	2	4	True	123556	backbone	False	ISR0826_000000002301	0.011844243686012595	PS902	0	0	False	True	0.999674379825592	0					non-mobilizable	chromosome	3080.0	95.90899999999999	100.0	0.000696237879302223	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
FIJ0104_000000008075	3117	0.5442435472942967	4	4	4	3	3	False	42515	fragment	False	FIJ0104_000000008075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1954.0	96.77600000000001	63.0	0.0007610495391422236	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
CHI0178_000000005314	1936	0.5442431477251436	2	2	2	2	2	False	77633	fragment	False	CHI0178_000000005314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	78.75399999999999	69.0	0.04817878392105645	NZ_JAAISM010000062.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_62_length_27564_cov_182.882, whole genome shotgun sequence	True	False
ISR0294_000000010492	1820	0.5442415706443436	2	2	2	2	1	False	25763	fragment	False	ISR0294_000000010492	1.0		0	0	False	False	0.9846153855323792	0					non-mobilizable	other	1818.0	99.065	99.0	0.01992717860981334	NZ_NFHM01000012.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_12, whole genome shotgun sequence	False	False
MAD0099_000000021688	1453	0.5442336575803147	3	2	2	2	2	True	15204	maximal	True	MAD0099_000000021688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0115_000000009621	2078	0.5442268083627355	3	2	2	2	2	False	59539	maximal	True	ENG0115_000000009621	1.0		6	4	False	False	0.9898941516876221	0					non-mobilizable	no_good_hit	1432.0	77.654	68.0	0.00046139403082909433	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
ENG0146_000000016738	1325	0.5442265552750917	2	1	1	1	1	False	57404	maximal	True	ENG0146_000000016738	1.0		5	4	False	False	0.9894339442253113	0					non-mobilizable	other	1325.0	99.84899999999999	100.0	0.0014516129032258066	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ENG0119_000000025119	1195	0.5442256835812245	2	2	2	2	2	True	59233	maximal	True	ENG0119_000000025119	1.0		3	2	False	False	0.9765690565109253	0					non-mobilizable	no_good_hit	385.0	76.883	32.0	0.00013828756664792743	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	True
ISR0265_000000015501	1155	0.5442256835812245	2	2	2	2	2	True	26593	maximal	True	ISR0265_000000015501	1.0		63	11	False	False	0.9948052167892456	0					non-mobilizable	no_good_hit	438.0	77.169	38.0	0.0031992955679483416	NZ_SLZZ01000008.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_108, whole genome shotgun sequence	True	True
ISR0244_000000024085	1142	0.5442256835812245	2	2	2	2	2	True	27167	fragment	False	ISR0244_000000024085	1.0		0	0	False	False	0.9614710807800293	0					non-mobilizable	other	1142.0	99.387	100.0	0.000366317065559518	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0110_000000011822	2585	0.5442244497043893	4	4	4	3	2	False	99499	maximal	True	ENG0110_000000011822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	92.59700000000001	42.0	0.00026107870187959804	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0108_000000011378	2014	0.5442211275469255	2	2	2	1	1	False	42223	maximal	True	FIJ0108_000000011378	0.9795615731785944		121	10	False	False	1.0	0					non-mobilizable	chromosome	2018.0	80.525	99.0	0.0005631199532263386	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0061_000000009032	2720	0.5442158130993999	5	4	4	2	3	False	45824	maximal	True	FIJ0061_000000009032	1.0		2	1	False	False	0.9996323585510254	0					non-mobilizable	no_good_hit	437.0	87.64299999999999	16.0	0.002998871983932649	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ENG0100_000000007361	3971	0.5442142859063381	4	3	3	3	2	True	122821	maximal	True	ENG0100_000000007361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2471.0	97.774	62.0	0.026834039778284968	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0364_000000013648	1342	0.5442110878445042	2	2	2	2	1	True	65573	fragment	False	ISR0378_000000023668	0.9648513053092691		0	0	False	False	1.0	0					non-mobilizable	virus	1331.0	99.324	99.0	0.21242613001118033	MK233194.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_5_c1 sequence	False	True
ISR0088_000000006584	3488	0.5442100687775759	5	4	2	3	3	False	33789	maximal	True	ISR0088_000000006584	1.0		13	2	False	False	0.9997133016586304	0					non-mobilizable	no_good_hit	997.0	79.94	36.0	0.002585174131444545	NZ_DS562848.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_5, whole genome shotgun sequence	True	False
ISR0327_000000018117	1598	0.5442078680606267	2	1	1	1	1	False	49443	fragment	False	ISR0327_000000018117	1.0		0	0	False	False	0.9962453246116638	0					non-mobilizable	no_good_hit								True	False
SPA0056_000000019974	1787	0.5442028997415508	4	3	2	2	3	False	72832	fragment	False	ISR0204_000000006022	0.9674085850556439		0	0	False	False	1.0	0					non-mobilizable	other	1788.0	99.385	100.0	0.004890865549093397	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0285_000000012951	1487	0.5441966269434436	2	2	2	2	1	False	73529	fragment	False	ISR0285_000000012951	0.9809739639729828		0	0	False	False	0.9993274807929993	0					non-mobilizable	chromosome	1490.0	96.443	100.0	0.0006644719902074054	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0396_000000016036	1447	0.5441966269434436	2	2	2	2	1	False	73529	fragment	False	ISR0285_000000012951	0.9770681886669147		0	0	False	False	1.0	0					non-mobilizable	chromosome	1456.0	96.429	100.0	0.0006492993591348387	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0024_000000025173	2002	0.5441963801356673	3	2	2	2	2	False	14274	fragment	False	MON0024_000000025173	1.0		0	0	False	False	0.9955044984817505	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	3.0	0.00018522977753903717	NZ_SMBU01000002.1	b-proteobacteria	Pelomonas saccharophila strain DSM 654 Ga0310527_1002, whole genome shotgun sequence	True	False
ENG0077_000000001793	11479	0.5441957658435186	11	6	4	5	3	False	111129	maximal	True	ENG0077_000000001793	0.9843878015475649		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5797.0	100.0	78.0	0.0015671561280644513	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0065_000000011435	1660	0.5441941102869383	2	2	2	2	2	False	45413	fragment	False	FIJ0065_000000011435	1.0		0	0	False	False	0.9897590279579163	0					non-mobilizable	no_good_hit	192.0	81.25	12.0	0.010967444008312168	NZ_WEHX01000047.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_47_length_17324_cov_116.114311, whole genome shotgun sequence	True	False
DEN0021_000000001555	15543	0.5441896610829582	18	13	5	4	11	False	112200	maximal	True	DEN0021_000000001555	1.0		1	1	False	False	0.9997426271438599	0					non-mobilizable	no_good_hit	2870.0	93.624	57.0	0.0005650312892812507	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0049_000000022133	1328	0.5441870020659071	2	2	2	2	2	False	126840	fragment	False	ENG0053_000000016561	0.7240788232921587		0	0	False	False	0.9570783376693726	0					non-mobilizable	other	1328.0	99.473	100.0	0.006943972035729797	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0093_000000001311	16199	0.5441819936610592	15	14	5	6	13	False	109602	maximal	True	AST0093_000000001311	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	16199.0	100.0	100.0	0.17570044798299184	CP028978.1	firmicutes	Lactiplantibacillus plantarum strain LQ80 plasmid pLQ801, complete sequence	False	True
ISR0229_000000013096	1246	0.5441702234529335	1	1	1	1	1	False	42835	fragment	False	ISR0229_000000013096	0.988655462184874		0	0	False	False	0.9919742941856384	0					non-mobilizable	no_good_hit	86.0	97.67399999999999	11.0	2.9627749978040608e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AST0084_000000001793	12442	0.5441585852217227	12	4	2	4	1	True	111611	fragment	False	AST0084_000000001793	0.9895321252222491		0	0	False	False	0.9995981454849243	0					non-mobilizable	no_good_hit	448.0	73.438	4.0	0.011673874399724072	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
ENG0089_000000001778	11495	0.5441585852217227	11	4	2	4	1	True	111611	fragment	False	AST0084_000000001793	0.9683637690376083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	72.60600000000001	6.0	0.00023310866738371062	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
CHI0185_000000004399	4554	0.5441577904397589	10	4	3	2	3	True	89677	maximal	True	CHI0185_000000004399	1.0		15	5	False	False	0.9997804164886475	0					non-mobilizable	no_good_hit	1361.0	98.824	30.0	0.0003161240531443028	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ISR0141_000000008859	4010	0.5441565758614326	3	2	2	1	1	False	109469	maximal	True	ISR0141_000000008859	1.0		44	10	False	False	1.0	0					non-mobilizable	no_good_hit	2553.0	100.0	64.0	0.0006834056416849591	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
FIJ0004_000000008397	3166	0.5441548861316104	4	2	0	2	0	True	128076	maximal	True	FIJ0004_000000008397	1.0		0	0	False	False	0.9993683099746704	0					non-mobilizable	no_good_hit	1267.0	93.291	54.0	0.19163129169193452	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
MON0083_000000000117	43031	0.5441544895407577	72	15	10	13	11	False	117133	maximal	True	MON0083_000000000117	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5816.0	94.99700000000001	80.0	0.0024157224309112545	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
CHI0153_000000002018	8086	0.5441535099214886	13	2	0	2	0	False	88476	maximal	True	CHI0153_000000002018	1.0		1	1	False	False	0.9991343021392822	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	7.297109093865842e-05	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
ISR0042_000000018862	1681	0.5441530889677834	3	3	3	3	3	False	36354	maximal	True	ISR0042_000000018862	1.0		134	8	False	False	0.9994051456451416	0					non-mobilizable	other	1413.0	97.87700000000001	100.0	0.019545416793554996	NZ_VULP01000015.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq15, whole genome shotgun sequence	False	False
ISR0146_000000013691	2883	0.544152788820258	3	2	2	1	2	False	31024	fragment	False	ISR0146_000000013691	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2803.0	98.359	97.0	0.000783532725913709	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0126_000000009687	3941	0.5441516476489892	4	3	2	3	1	True	93946	maximal	True	SPA0126_000000009687	1.0		5	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1536.0	99.74	39.0	0.502454991816694	LN852761.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0070	True	True
DEN0073_000000003286	10416	0.5441515926220086	15	10	6	7	8	False	70235	maximal	True	DEN0073_000000003286	1.0		5	3	False	False	0.9999039769172668	0					non-mobilizable	no_good_hit	1661.0	85.19	39.0	0.000586084892714593	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0041_000000010860	2919	0.544146301012979	4	4	4	3	3	False	51593	fragment	False	MAD0041_000000010860	0.9777298850574713		0	0	False	False	0.990750253200531	0					non-mobilizable	plasmid	2820.0	98.865	97.0	0.07793320800619263	CP019257.1	enterobacteria	Escherichia coli strain 13TMH22 plasmid p13TMH22-1, complete sequence	False	True
DEN0045_000000032317	1331	0.5441412978973353	3	3	2	3	2	False	72827	maximal	True	DEN0045_000000032317	1.0		474	14	False	False	0.9864763617515564	0					non-mobilizable	no_good_hit	152.0	81.579	11.0	0.000697588404114367	NZ_ATZZ01000019.1	b-proteobacteria	Chitinimonas koreensis DSM 17726 F559DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
AST0026_000000010399	2852	0.5441393087461375	3	3	3	3	2	False	119468	fragment	False	AST0026_000000010399	1.0		0	0	False	False	0.9954417943954468	0					non-mobilizable	other	1439.0	99.444	99.0	0.027499426298477778	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0032_000000002821	2262	0.544138133603921	3	3	3	3	3	False	88454	maximal	True	CHI0032_000000002821	1.0		664	13	False	False	0.9955791234970093	0					non-mobilizable	other	2263.0	99.691	100.0	0.0068367078622140415	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0099_000000014678	1504	0.5441345751081711	2	2	1	2	1	False	42762	fragment	False	FIJ0099_000000014678	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1508.0	94.62899999999999	100.0	0.0004017361617764314	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0160_000000004681	4686	0.5441344928621094	7	7	5	5	6	False	110447	maximal	True	ENG0160_000000004681	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1958.0	78.498	42.0	0.011584231613087857	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	False
USA0033_01_000000003235	3308	0.5441303811850773	4	2	1	1	2	False	88175	maximal	True	USA0033_01_000000003235	1.0		77	9	False	False	0.9996976852416992	0					non-mobilizable	chromosome	3309.0	98.70100000000001	100.0	0.0005095808443227438	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0136_000000001727	4212	0.544129822363389	4	4	4	4	4	False	121672	fragment	False	ISR0136_000000001727	0.959159014016433		0	0	False	False	0.9969135522842407	0					non-mobilizable	no_good_hit	1078.0	81.169	38.0	0.0002997669815058873	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0126_000000007104	4818	0.5441296109049123	4	3	1	3	3	False	45924	fragment	False	FIJ0095_000000005447	0.9733612869707544		0	0	False	False	0.9997924566268921	0					non-mobilizable	chromosome	4808.0	84.838	99.0	0.0012766993826440907	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
BAN0014_000000002172	1699	0.5441270706220674	2	2	2	2	1	False	98471	maximal	True	BAN0014_000000002172	1.0		30	5	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	97.794	32.0	0.998158379373849	EU065458.1	bacteria	Uncultured bacterium clone LM0ACA14ZC09RM1 genomic sequence	True	False
MAD0030_000000007734	1537	0.5441172044476802	3	3	2	3	3	True	97911	fragment	False	MAD0030_000000007734	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1537.0	99.545	100.0	0.014674131111832928	CP024241.1	enterobacteria	Escherichia coli O114:H49 strain 90-9280 plasmid unnamed1	False	True
MON0094_000000027963	1376	0.5441157043611698	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.6579668070559332	PS748	0	0	False	True	0.9992732405662537	0					non-mobilizable	chromosome	1378.0	95.35600000000001	100.0	0.00039167498656017205	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
DEN0064_000000013563	2839	0.5441149922330767	5	4	3	4	2	False	71302	maximal	True	DEN0064_000000013563	1.0		1	1	False	False	0.9996477365493774	0					non-mobilizable	no_good_hit	489.0	77.096	17.0	0.00015260480284912852	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
MON0080_000000031814	1733	0.5441141447278512	2	2	2	2	2	False	63749	fragment	False	MON0080_000000031814	0.9699115044247788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	718.0	74.791	41.0	0.0002423062620917508	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
USA0120_01_000000002413	4804	0.5441104938751459	7	6	4	5	3	False	212	maximal	True	USA0120_01_000000002413	1.0		8	4	False	False	0.9943796992301941	0					non-mobilizable	no_good_hit	1637.0	86.439	34.0	0.0016570968476528189	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0073_000000011982	2236	0.5441086770710406	3	3	3	2	2	False	76852	fragment	False	ISR0073_000000011982	0.9664913617005809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1037.0	71.938	45.0	0.00034478090475855913	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0005_000000012552	2719	0.5441074975460812	4	4	1	4	1	False	76523	maximal	True	DEN0005_000000012552	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	0.0006954465636246675	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
USA0082_01_000000009510	3127	0.5441023711159351	6	1	1	1	1	True	538	maximal	True	USA0082_01_000000009510	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0122_000000008557	3450	0.5441012433346902	6	5	2	4	2	True	4117	fragment	False	SPA0122_000000008557	1.0		0	0	False	False	0.9863768219947815	0					non-mobilizable	chromosome	3450.0	98.522	100.0	0.0012284815376927272	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ISR0283_000000004239	3177	0.5440957266462519	4	3	3	3	1	False	28553	maximal	True	ISR0283_000000004239	1.0		0	0	False	False	0.9993704557418823	0					non-mobilizable	no_good_hit	1732.0	70.727	53.0	0.0006835505004653873	NZ_LN831027.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain NCTC10562 chromosome 1	True	False
FIJ0106_000000020399	1365	0.5440893080488988	2	2	2	2	1	False	65848	fragment	False	FIJ0106_000000020399	0.9918882426256751		0	0	False	False	0.9919413924217224	0					non-mobilizable	other	1365.0	100.0	100.0	0.00036244621433697985	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MON0037_000000055727	1365	0.5440890465619056	2	2	2	2	2	False	12060	maximal	True	MON0037_000000055727	1.0		40	9	False	False	0.9860805869102478	0					non-mobilizable	no_good_hit	343.0	73.469	25.0	0.0004452359750667854	NZ_RHHQ01000012.1	firmicutes	Brevibacillus fluminis strain JCM 15716 contig_12, whole genome shotgun sequence	True	False
ENG0014_000000013187	1795	0.544086240140197	2	2	2	2	2	False	102683	fragment	False	CAN0020_000000020591	0.9576482448025059		0	0	False	False	0.9938718676567078	0					non-mobilizable	other	1796.0	98.21799999999999	100.0	0.003946882095147579	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0117_000000001863	8436	0.5440813592314833	13	9	4	9	8	False	113904	maximal	True	CHI0117_000000001863	1.0		1	1	False	False	0.9979848265647888	0					non-mobilizable	no_good_hit	2265.0	80.66199999999999	43.0	0.0007835668464780622	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0385_000000002180	8126	0.5440812243999759	11	6	3	6	3	False	23057	fragment	False	ISR0385_000000002180	1.0		0	0	False	False	0.9998769164085388	0					non-mobilizable	no_good_hit	3850.0	92.44200000000001	80.0	0.15656669265170475	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
ENG0187_000000027035	1136	0.5440811786064226	2	2	2	2	2	False	67033	maximal	False	ISR0028_000000016235	0.9696922660321019		0	0	False	False	0.9947183132171631	0					non-mobilizable	other	1136.0	99.56	100.0	0.0024301362589176367	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
AST0047_000000004203	4876	0.5440802619044706	7	6	4	6	4	False	115464	maximal	True	AST0047_000000004203	1.0		1	1	False	False	0.995077908039093	0					non-mobilizable	no_good_hit	2634.0	100.0	54.0	0.00047224557343759444	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ENG0032_000000002045	8195	0.5440786846544443	9	5	3	5	4	False	79880	fragment	False	ENG0032_000000002045	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8217.0	94.876	100.0	0.02214860055837262	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ENG0110_000000014157	2153	0.5440716083559738	2	2	2	2	2	False	59803	maximal	True	ENG0110_000000014157	1.0		11	2	False	False	1.0	0					non-mobilizable	other	1495.0	78.194	93.0	0.000694583297628229	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MAD0013_000000010929	2208	0.5440688610285334	3	3	2	3	2	True	34343	maximal	True	MAD0013_000000010929	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	77.953	6.0	6.882491994940259e-05	NZ_LN898144.1	firmicutes	Lactobacillus oligofermentans DSM 15707 = LMG 22743 isolate LACOL chromosome I	True	True
FIJ0129_000000018873	1198	0.5440680363260162	1	1	1	1	1	False	40911	maximal	True	FIJ0129_000000018873	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0386_000000011842	2812	0.5440646995243658	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.8049233699993278		0	0	False	False	1.0	0					non-mobilizable	other	2812.0	99.324	100.0	0.0349570343103727	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0308_000000009165	1882	0.5440642604266708	3	2	1	1	0	True	61514	fragment	False	ISR0308_000000009165	0.953886547064624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	79.932	16.0	0.004572623562276636	NZ_QOHO01000057.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_57, whole genome shotgun sequence	True	True
ISR0233_000000008635	1860	0.5440642604266708	3	2	1	1	0	True	61514	fragment	False	ISR0308_000000009165	0.6905155894614856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0084_000000016401	1768	0.5440642604266708	3	2	1	1	0	True	61514	fragment	False	ISR0308_000000009165	0.707996494723659		0	0	False	False	0.9994344115257263	0					non-mobilizable	no_good_hit								True	True
ISR0778_000000007778	1759	0.5440642604266708	3	2	1	1	0	True	61514	fragment	False	ISR0308_000000009165	0.71251039858435		0	0	False	False	0.9920409321784973	0					non-mobilizable	no_good_hit								True	True
DEN0010_000000036152	1301	0.5440630220663736	2	1	1	1	1	False	75856	maximal	True	DEN0010_000000036152	0.9693061263066447		75	7	False	False	1.0	0					non-mobilizable	other	1305.0	93.333	99.0	0.00043491593295480284	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
SPA0137_000000029292	1261	0.5440630220663736	2	1	1	1	1	False	75856	maximal	False	DEN0010_000000036152	0.9356749540278325		0	0	False	False	0.9793814420700073	0					non-mobilizable	other	1261.0	99.524	100.0	0.0003541002845729747	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0090_000000011140	2481	0.544061024489684	2	2	2	2	2	False	63905	fragment	False	ISR0090_000000011140	1.0		0	0	False	False	0.993954062461853	0					non-mobilizable	no_good_hit								True	False
MON0086_000000002040	11387	0.5440595793967393	11	3	2	3	0	True	31923	fragment	False	MON0086_000000002040	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	1.0	3.320344669252166e-05	NZ_CP006712.1	high GC Gram+	Bifidobacterium breve JCM 7017, complete genome	True	True
CHI0122_000000005408	2564	0.5440570869310841	3	3	2	3	2	False	81767	maximal	True	CHI0122_000000005408	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	98.45	55.0	0.0004240380814326682	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0316_000000006596	2872	0.5440558463505977	2	2	2	1	1	True	25220	maximal	True	ISR0316_000000006596	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	91.98200000000001	39.0	0.02403276215109387	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0132_000000002266	13810	0.5440525979815506	26	6	3	5	2	True	100667	fragment	False	ISR0022_000000001841	0.9579078377810124		0	0	False	False	1.0	0					non-mobilizable	chromosome	8498.0	98.84700000000001	98.0	0.0022658346335517987	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0161_000000000961	13777	0.5440525979815506	26	6	3	5	2	True	100667	fragment	False	ISR0022_000000001841	0.956716687409804		0	0	False	False	1.0	0					non-mobilizable	chromosome	13781.0	98.28	100.0	0.0036732449851669727	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
DEN0065_000000001993	11581	0.5440525979815506	20	6	3	5	2	True	89498	fragment	False	CHI0019_000000000384	0.9333372227775947		0	0	False	False	1.0	0					non-mobilizable	chromosome	4545.0	98.52600000000001	96.0	0.0012113438981585492	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ENG0060_000000010802	2680	0.5440506799683297	3	3	2	3	2	False	63342	maximal	True	ENG0060_000000010802	1.0		48	9	False	False	0.999626874923706	0					non-mobilizable	other	2678.0	98.432	99.0	0.018682001214295186	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
CHI0017_000000009769	1300	0.5440446931194993	2	1	1	1	1	False	89630	maximal	True	CHI0017_000000009769	1.0		6	4	False	False	0.9992307424545288	0					non-mobilizable	plasmid	1297.0	99.69200000000001	100.0	0.016881154587610067	CP032836.1	enterobacteria	Klebsiella pneumoniae strain INF237 plasmid pINF237_03, complete sequence	False	True
ISR0244_000000010620	2286	0.5440441785990526	3	2	2	2	2	False	119328	fragment	False	ISR0244_000000010620	1.0		0	0	False	False	0.9903761744499207	0					non-mobilizable	other	2286.0	99.256	100.0	0.19098963557338683	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
MON0060_000000014657	2659	0.5440436348279238	3	3	3	3	2	True	79261	fragment	False	ISR0007_000000005368	0.9516672911202697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	71.975	23.0	0.010779421736182347	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0083_000000001193	9026	0.5440416010560303	16	3	2	3	2	True	112187	maximal	True	SPA0083_000000001193	0.9995556542990447		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	99.072	14.0	0.004159088348436318	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0228_000000002173	9002	0.5440416010560303	16	3	2	3	2	True	112187	maximal	False	SPA0083_000000001193	0.998227343230667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	99.07600000000001	14.0	0.004178403000209242	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0378_000000006665	3532	0.5440416010560303	7	3	2	3	2	True	100422	fragment	False	ISR0378_000000006665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	99.073	37.0	0.004162307457065139	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0244_000000022899	1192	0.5440395193226004	2	2	2	2	1	False	27171	maximal	True	ISR0244_000000022899	1.0		1256	13	False	False	1.0	0					non-mobilizable	chromosome	1192.0	100.0	100.0	0.00021873631750155006	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0019_000000004130	3880	0.5440379842682307	4	3	3	2	2	False	78946	maximal	True	ISR0019_000000004130	1.0	PS383	5	3	False	True	1.0	0					non-mobilizable	no_good_hit	1683.0	98.039	59.0	0.0004682465114660542	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0030_000000000757	16666	0.5440363036406155	21	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.808124676598897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000008376	3282	0.5440353691232961	4	2	2	2	2	False	58305	maximal	True	MAD0112_000000008376	0.9522001689666474		89	11	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	91.837	15.0	8.574794972417743e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0032_000000004930	3168	0.5440353691232961	2	2	2	2	2	False	58305	maximal	False	MAD0112_000000008376	0.6405646963233801		0	0	False	False	0.9952651262283325	0					non-mobilizable	no_good_hit	245.0	91.837	16.0	8.574794972417743e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0069_000000019097	2554	0.5440274090324783	2	2	2	2	2	False	10500	fragment	False	MON0069_000000019097	1.0		0	0	False	False	0.9698511958122253	0					non-mobilizable	chromosome	2554.0	99.961	100.0	0.0004996093927348614	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0002_000000002373	9274	0.5440252734376589	13	2	1	2	1	True	38661	maximal	True	ISR0002_000000002373	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	93.51	4.0	0.00012747859652839446	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	True
MAD0096_000000003448	4640	0.5440252734376589	7	2	1	2	1	True	27990	fragment	False	MAD0096_000000003448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0109_000000005068	2776	0.5440252734376589	5	2	1	2	1	True	14595	fragment	False	MAD0109_000000005068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0397_000000007216	2696	0.5440252734376589	5	2	1	2	1	True	27989	fragment	False	ISR0397_000000007216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0121_000000005067	2425	0.5440252734376589	5	2	1	2	1	True	27988	fragment	False	SPA0121_000000005067	0.9740065913154005		0	0	False	False	0.9946391582489014	0					non-mobilizable	no_good_hit								True	True
ISR0220_000000004205	2333	0.5440252734376589	5	2	1	2	1	True	27988	fragment	False	SPA0121_000000005067	0.9645913239478254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0070_000000009585	2232	0.5440252734376589	4	2	1	2	1	True	27988	fragment	False	SPA0121_000000005067	0.636376625232176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0072_000000011210	1851	0.5440252734376589	4	2	1	2	1	True	7822	fragment	False	SPA0072_000000011210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0017_000000008458	1529	0.5440252734376589	2	2	1	2	1	True	7821	fragment	False	SPA0017_000000008458	1.0		0	0	False	False	0.974493145942688	0					non-mobilizable	no_good_hit								True	True
SPA0133_000000015556	1252	0.5440252734376589	2	2	1	2	1	True	3679	fragment	False	SPA0133_000000015556	1.0		0	0	False	False	0.9888178706169128	0					non-mobilizable	no_good_hit								True	True
DEN0005_000000012838	2670	0.5440210574875706	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.2087698305189675	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1597.0	100.0	70.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AUS0020_000000015568	1704	0.5440186203346253	2	2	2	2	2	False	99538	fragment	False	ISR0215_000000016753	0.9732715993025377		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	99.765	100.0	0.0004110002292720011	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MON0040_000000008098	3302	0.5440129697280828	3	3	3	3	3	False	49208	fragment	False	MON0040_000000008098	1.0		0	0	False	False	0.9969715476036072	0					non-mobilizable	chromosome	3302.0	98.06200000000001	100.0	0.0009238861658052406	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0045_000000003657	7445	0.5440049330259005	11	4	2	2	3	False	11581	fragment	False	MON0045_000000003243	0.9616285119667014		0	0	False	False	0.9981195330619812	0					non-mobilizable	no_good_hit								True	False
ENG0014_000000008074	3063	0.5440028876397711	4	2	2	2	1	False	82403	maximal	True	ENG0014_000000008074	1.0		1	1	False	False	0.9957557916641235	0					non-mobilizable	no_good_hit	1671.0	93.896	54.0	0.028843646226333085	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ENG0032_000000016891	1444	0.5440014544789789	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.07553299894194682	PS730	0	0	False	True	0.992382287979126	0					non-mobilizable	other	1446.0	83.74799999999999	100.0	0.0004489148579929555	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0106_000000036171	1235	0.5440013077494122	2	2	2	2	2	False	81895	fragment	False	USA0078_01_000000011569	0.4364686039048298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	225.0	77.778	18.0	0.0009597841782604561	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
MON0057_000000010501	2414	0.5440011003480465	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.7100101904680574		0	0	False	False	0.9958574771881104	0					non-mobilizable	other	2332.0	98.756	98.0	0.0006302693123737467	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0192_000000007388	2599	0.5439972644117768	4	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.4341269028990572		0	0	False	False	1.0	0					non-mobilizable	chromosome	2599.0	97.76799999999999	100.0	0.0006959525948285658	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0082_000000013037	3006	0.5439874523468394	4	4	3	4	4	False	107886	maximal	True	DEN0082_000000013037	0.9750795334040296		22	7	False	False	0.9903526306152344	0					non-mobilizable	no_good_hit	731.0	74.008	24.0	0.00029552375822383936	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CAN0011_000000009158	3356	0.5439869930211622	5	4	3	4	2	False	94506	maximal	True	CAN0011_000000009158	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1370.0	87.51799999999999	53.0	0.0003816414178175394	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0344_000000016260	2081	0.5439861657303632	3	3	3	3	3	False	24264	maximal	True	ISR0344_000000016260	1.0		1	1	False	False	0.9605958461761475	0					non-mobilizable	no_good_hit	438.0	99.772	21.0	0.005392398815399803	NZ_JAANXY010000012.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_12, whole genome shotgun sequence	True	False
ISR0317_000000019430	1207	0.5439821565794593	3	2	1	2	1	False	25139	maximal	True	ISR0317_000000019430	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0398_000000006901	3322	0.5439817220813798	6	3	3	2	2	False	22624	fragment	False	ISR0398_000000006901	1.0		0	0	False	False	0.9996989965438843	0					non-mobilizable	no_good_hit	599.0	87.479	30.0	0.0898707544334235	MK232879.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_3-proph_c1 sequence	True	False
ISR0115_000000013552	2468	0.5439777147771755	3	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.9091737850726119		0	0	False	False	1.0	0					non-mobilizable	other	2468.0	96.79899999999999	100.0	0.0007920282215033575	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0008_000000013191	2166	0.5439777147771755	3	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.9403006895163779		0	0	False	False	1.0	0					non-mobilizable	other	2028.0	95.90700000000001	94.0	0.0022143760746879443	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0136_000000004109	2030	0.5439777147771755	2	2	2	2	2	False	114053	fragment	False	ISR0836_000000009571	0.9394059843431166		0	0	False	False	0.9995073676109314	0					non-mobilizable	other	2028.0	96.696	99.0	0.0022143760746879443	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0141_000000016099	2016	0.5439777147771755	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.6472861698588349		0	0	False	False	1.0	0					non-mobilizable	other	1972.0	99.44200000000001	98.0	0.0006327878494459334	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0393_000000009685	1838	0.5439777147771755	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.5642003197387111		0	0	False	False	1.0	0					non-mobilizable	chromosome	1838.0	99.67399999999999	100.0	0.0005790179892725649	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0068_000000013724	1819	0.5439777147771755	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.5603446002113665		0	0	False	False	1.0	0					non-mobilizable	other	1819.0	99.725	100.0	0.0005836673314524134	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0096_000000018036	1817	0.5439777147771755	2	2	2	2	2	False	127981	fragment	False	AST0024_000000013247	0.5609844164303194		0	0	False	False	0.9955971240997314	0					non-mobilizable	other	1817.0	99.615	100.0	0.0005830252331779883	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0051_000000020698	2210	0.5439734178777639	3	3	3	3	3	False	72546	maximal	True	DEN0051_000000020698	1.0		1	1	False	False	0.996380090713501	0					non-mobilizable	no_good_hit	818.0	87.40799999999999	37.0	0.000280005963407299	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0036_000000021100	1185	0.5439710524944136	2	2	2	2	1	False	12158	fragment	False	MON0036_000000021100	1.0		0	0	False	False	0.9578059315681458	0					non-mobilizable	other	1176.0	98.29899999999999	99.0	0.00035469749284718544	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
SPA0137_000000003114	10873	0.5439684191021907	12	11	6	9	9	True	131152	maximal	True	SPA0137_000000003114	0.9839567116005316		88	10	False	False	0.9999080300331116	0					non-mobilizable	other	10622.0	99.37899999999999	98.0	0.06586670306625138	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	True
ISR0227_000000002300	10534	0.5439684191021907	12	11	6	9	9	True	131152	maximal	False	SPA0137_000000003114	0.9689138232318587		0	0	False	False	0.9998101592063904	0					non-mobilizable	other	10436.0	99.281	99.0	0.06471267077816521	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	True
AST0084_000000013654	2519	0.543967190371932	2	2	1	2	2	False	113845	fragment	False	AST0110_000000006063	0.5295450928801311		0	0	False	False	0.9988090395927429	0					non-mobilizable	other	2519.0	99.64299999999999	100.0	0.001075613768368839	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
CAN0017_000000013724	2630	0.543967126142366	5	3	3	3	3	False	92510	maximal	True	CAN0017_000000013724	1.0		0	0	False	False	0.9836502075195312	0					non-mobilizable	other	1967.0	97.865	98.0	0.0005992105058525942	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
TAN0006_000000008987	1565	0.5439661242565675	2	1	1	1	1	False	2869	maximal	True	TAN0006_000000008987	1.0		2	1	False	False	0.9993610382080078	0					non-mobilizable	no_good_hit								True	False
TAN0004_000000004558	1377	0.5439661242565675	1	1	1	1	1	False	2954	fragment	False	TAN0004_000000004558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000022022	1231	0.5439602044763094	1	1	1	1	1	False	17727	maximal	True	MAD0046_000000022022	1.0		2	2	False	False	0.978066623210907	0					non-mobilizable	no_good_hit								True	False
FIJ0158_000000007142	2519	0.5439595781154823	4	4	4	4	4	False	87717	maximal	False	CHI0040_000000006421	0.9805577212585611		0	0	False	False	1.0	0					non-mobilizable	other	2525.0	84.04	100.0	0.03463619633586948	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0128_000000004790	5242	0.5439593511368167	4	2	1	2	0	True	49321	maximal	True	FIJ0128_000000004790	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit	49.0	89.796	1.0	9.146256065825606e-06	NC_012796.1	d-proteobacteria	Desulfovibrio magneticus RS-1, complete genome	True	True
FIJ0078_000000002551	8638	0.5439591108528911	10	6	2	4	4	True	113134	fragment	False	ISR0042_000000002093	0.9132726414467336		0	0	False	False	1.0	0					non-mobilizable	other	8145.0	95.45700000000001	94.0	0.18598857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
AST0140_000000022795	1275	0.5439589109103828	2	2	2	2	2	True	105410	fragment	False	AST0140_000000022795	1.0		0	0	False	False	0.9929412007331848	0					non-mobilizable	other	1285.0	81.79	100.0	0.00039633924399378053	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0094_000000025143	1539	0.5439585261971099	1	1	1	1	0	True	84971	maximal	True	DEN0094_000000025143	1.0		5	4	False	False	0.9980506896972656	0					non-mobilizable	no_good_hit	1231.0	97.319	80.0	0.0035258037771141197	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
CHI0134_000000003888	3489	0.5439566451875885	3	2	1	1	2	False	126892	fragment	False	CHI0134_000000003888	0.9849100406268136		0	0	False	True	0.9965606331825256	0					non-mobilizable	no_good_hit	1968.0	99.74600000000001	58.0	0.026870483450131825	NZ_CYZO01000015.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
USA0038_01_000000005380	3446	0.5439566451875885	3	2	1	1	2	False	126892	fragment	False	CHI0134_000000003888	0.9787904843794784		0	0	False	True	0.9843296408653259	0					non-mobilizable	no_good_hit	1904.0	99.947	58.0	0.025996202341434096	NZ_CYZO01000015.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0011_000000009331	2839	0.5439566451875885	2	2	1	1	2	False	126865	fragment	False	SPA0140_000000007180	0.9409744931327665		0	0	False	True	0.9992955327033997	0					non-mobilizable	no_good_hit	1512.0	78.77	53.0	0.0019333749168545258	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
ITA0005_000000005286	3379	0.543954731452536	4	4	4	4	4	False	101490	maximal	False	FIJ0093_000000006089	0.7702633465762865		0	0	False	False	0.994672954082489	0					non-mobilizable	other	3379.0	95.679	99.0	0.051113705629937375	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0345_000000000620	8144	0.5439535360916934	11	8	4	6	5	True	130642	fragment	False	ISR0345_000000000620	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	3190.0	92.445	66.0	0.6233228097868981	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0214_000000009171	3005	0.5439513332707159	4	3	3	3	3	False	126236	fragment	False	ISR0214_000000009171	1.0		0	0	False	False	0.9940099716186523	0					non-mobilizable	no_good_hit	144.0	79.861	5.0	0.01135448542438396	NZ_BCFK01000060.1	high GC Gram+	Bifidobacterium aesculapii strain DSM 26737, whole genome shotgun sequence	True	False
CHI0041_000000013281	1149	0.5439492627946032	2	2	2	2	0	True	87527	maximal	True	CHI0041_000000013281	1.0		0	0	False	False	0.9921671152114868	0					non-mobilizable	no_good_hit	87.0	85.057	8.0	2.7355568957663756e-05	CP017831.1	firmicutes	Butyrivibrio hungatei strain MB2003 chromosome I, complete sequence	True	True
ISR0355_000000016463	1308	0.5439395757090557	1	1	1	1	1	False	23940	fragment	False	ISR0355_000000016463	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	90.625	15.0	0.00041421247581953347	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
AST0110_000000001602	11503	0.5439356218514273	13	10	3	3	8	True	107063	maximal	True	AST0110_000000001602	1.0		26	7	False	False	1.0	0					non-mobilizable	other	11503.0	99.95700000000001	100.0	0.004821613708290903	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	True
FIJ0096_000000031810	1202	0.5439336751915854	2	2	2	2	2	False	60036	fragment	False	ISR0103_000000025728	0.9200766971938137		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	96.42299999999999	100.0	0.000361598101022862	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0199_000000006210	4471	0.5439336338324658	7	4	4	3	3	True	55454	maximal	True	ISR0199_000000006210	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	79.554	6.0	0.007461430575035063	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0034_000000020306	1443	0.5439324304742079	1	1	1	1	1	False	36291	fragment	False	MON0034_000000020306	1.0		0	0	False	False	0.9944559931755066	0					non-mobilizable	no_good_hit								True	False
MAD0037_000000007407	1779	0.5439322250805372	3	3	0	3	3	False	18627	fragment	False	MAD0037_000000007407	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1779.0	98.257	100.0	0.0003620059571064703	FP929040.1	enterobacteria	Enterobacter hormaechei strain NCTC 9394 genome assembly, ENC001	False	False
ENG0175_000000016865	1483	0.5439254508194985	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.1351881086657835		0	0	False	False	1.0	0					non-mobilizable	chromosome	1283.0	87.60700000000001	98.0	0.0003632309061999562	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0007_000000047954	1361	0.5439234943842832	2	2	2	2	2	False	13918	fragment	False	MON0007_000000047954	1.0		0	0	False	False	0.9933872222900391	0					non-mobilizable	no_good_hit	773.0	76.32600000000001	56.0	0.00017324121617147797	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0035_000000001048	14309	0.5439232634096207	22	18	8	9	14	True	116924	fragment	False	AST0035_000000001048	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10420.0	99.20299999999999	98.0	0.0031139469606580187	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0080_000000015426	2060	0.5439210725782933	4	3	2	3	2	False	65066	fragment	False	MAD0068_000000013221	0.9243498817966903		0	0	False	False	0.9883494973182678	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000007376	4019	0.5439196404265209	6	4	4	3	3	False	117005	fragment	False	SPA0042_000000007376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0005_000000021095	1351	0.5439193420219698	2	2	2	2	1	False	8288	maximal	True	SPA0005_000000021095	1.0		37	6	False	False	0.9962990283966064	0					non-mobilizable	no_good_hit	209.0	76.555	15.0	0.00890681082997297	NZ_WIQI01000041.1	high GC Gram+	Ornithinicoccus halotolerans strain EGI 80423 EGI_scaffold41, whole genome shotgun sequence	True	False
ISR0183_000000009423	3604	0.5439166580401984	8	8	1	4	7	False	29485	fragment	False	ISR0183_000000009423	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3604.0	99.889	100.0	0.029073944031447	CP059926.1	enterobacteria	Escherichia coli strain 34.1 plasmid p1, complete sequence	False	True
FIJ0049_000000007663	2220	0.5439123319477615	3	2	2	1	2	False	115192	maximal	True	FIJ0049_000000007663	1.0	PS748	1	1	False	True	0.9873873591423035	0					non-mobilizable	no_good_hit	1495.0	89.632	67.0	0.0004246701197780224	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0158_000000003253	5018	0.5439088417773971	7	4	4	3	3	True	48762	fragment	False	ISR0158_000000003253	1.0		0	0	False	False	0.9988043308258057	0					non-mobilizable	no_good_hit	204.0	78.431	4.0	6.629273146604387e-05	NZ_CP041070.1	e-proteobacteria	Arcobacter anaerophilus strain DSM 24636 chromosome, complete genome	True	True
ENG0035_000000013029	1710	0.5439067034449434	3	3	3	2	2	False	65385	maximal	False	ISR0046_000000015234	0.5300894800190311		0	0	False	False	1.0	0					non-mobilizable	other	1710.0	97.368	100.0	0.0748925721301412	NZ_SPFY01000030.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_30_length_22806_cov_22.6189, whole genome shotgun sequence	False	False
ENG0159_000000010596	2159	0.5439047263540757	3	3	3	2	1	False	56533	maximal	False	ISR0389_000000009680	0.9722098710538016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	79.182	12.0	0.001370181742974587	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0054_000000020986	1209	0.5439033931766094	3	2	1	2	1	True	46294	fragment	False	FIJ0054_000000020986	1.0		0	0	False	False	0.9685690402984619	0					non-mobilizable	no_good_hit	69.0	97.101	6.0	2.177388651386308e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ENG0053_000000019095	1306	0.5439031972417915	2	1	1	1	1	False	63828	maximal	True	ENG0053_000000019095	1.0		12	3	False	False	0.9709035158157349	0					non-mobilizable	no_good_hit	820.0	72.07300000000001	61.0	0.0008928929285552058	LR215010.1	mycoplasmas	Mycoplasma canis strain NCTC10146 genome assembly, chromosome: 1	True	False
FIJ0166_000000008820	2716	0.5439029286304451	3	3	3	3	3	False	39022	maximal	True	FIJ0166_000000008820	1.0		15	3	False	False	0.9830633401870728	0					non-mobilizable	no_good_hit	441.0	71.202	16.0	0.0001589492250403128	NZ_CP039729.1	firmicutes	Enterococcus faecium strain ZY2 chromosome, complete genome	True	False
CHI0059_000000014128	1318	0.5439019141907424	1	1	1	1	1	False	85791	maximal	True	CHI0059_000000014128	0.9916286149162861		15	7	True	True	0.999241292476654	6					non-mobilizable	no_good_hit	122.0	84.426	19.0	0.003027550711474417	NZ_SRYX01000036.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_36_length_39636_cov_239.057, whole genome shotgun sequence	True	True
CHI0124_000000011082	1314	0.5439019141907424	1	1	1	1	1	False	85791	maximal	False	CHI0059_000000014128	0.9901365705614568		0	0	True	True	0.9687975645065308	1					non-mobilizable	no_good_hit	135.0	83.704	22.0	0.0001096156145782124	NZ_JACCCY010000001.1	CFB group bacteria	Macellibacteroides fermentans strain DSM 23697 Ga0376912_01, whole genome shotgun sequence	True	True
ISR0020_000000003874	4877	0.5439000648568121	8	7	5	5	3	False	37703	maximal	True	ISR0020_000000003874	1.0		20	6	False	False	0.9975394606590271	0					non-mobilizable	no_good_hit	1567.0	79.00399999999999	35.0	0.054583698510078875	NZ_FOAT01000025.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0842_000000002103	8519	0.5438969167050094	9	5	4	5	3	False	20750	maximal	True	ISR0842_000000002103	1.0		1	1	False	False	0.9958915114402771	0					non-mobilizable	no_good_hit	1976.0	99.949	23.0	0.0006340720459947836	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
DEN0079_000000000259	41190	0.5438957434054733	52	22	12	19	10	True	116047	maximal	True	DEN0079_000000000259	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	18664.0	97.691	87.0	0.10726093517803864	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0083_000000019899	1800	0.5438930718149279	3	3	2	2	3	False	44072	fragment	False	MAD0015_000000010403	0.9319116135662898		0	0	False	False	0.9855555295944214	0					non-mobilizable	plasmid	1800.0	99.389	100.0	0.013878281530853912	CP026724.1	enterobacteria	Escherichia coli strain 266917_2 plasmid p266917_2_01, complete sequence	False	True
MAD0014_000000029006	1197	0.543889752612682	2	2	2	2	2	False	19469	fragment	False	MAD0014_000000029006	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	98.914	100.0	0.008438342246743901	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	False	False
CHI0129_000000002389	7670	0.543882593832401	8	3	2	2	2	True	81301	maximal	True	CHI0129_000000002389	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.450557848445988e-07	LR812081.1	bony fishes	Danio rerio genome assembly, chromosome: 19	True	True
ENG0162_000000002568	8622	0.5438718349202482	9	8	7	8	8	False	115823	maximal	True	ENG0162_000000002568	1.0		177	13	False	False	1.0	0					non-mobilizable	no_good_hit	3140.0	72.07	36.0	0.011123962567213317	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MAD0015_000000010403	1946	0.543869775535188	4	4	2	2	4	False	44072	fragment	False	MAD0015_000000010403	0.9669444444444444		0	0	False	False	1.0	0					non-mobilizable	plasmid	1948.0	97.331	100.0	0.013109408998740257	CP054369.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-1, complete sequence	False	True
MON0081_000000029157	1860	0.5438688275437208	3	2	2	2	2	False	83459	fragment	False	ENG0121_000000008149	0.632243556478118		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1252.0	85.14399999999999	67.0	0.00034814355594666943	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0044_000000033690	1649	0.5438688275437208	3	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.6002043798023342		0	0	False	False	0.9878714084625244	0					non-mobilizable	no_good_hit	1276.0	85.18799999999999	77.0	0.00035485475702515945	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0009_000000024617	1570	0.5438688275437208	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.5370402320436205		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1276.0	85.18799999999999	81.0	0.00035485475702515945	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0051_000000025834	1409	0.5438688275437208	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.36010654171737566		0	0	False	False	1.0	0					non-mobilizable	chromosome	1276.0	85.11	90.0	0.00035485475702515945	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0029_000000022957	1396	0.5438688275437208	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.35822080065741496		0	0	False	False	1.0	0					non-mobilizable	chromosome	1276.0	85.031	91.0	0.00035485475702515945	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0107_000000044373	1386	0.5438688275437208	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.349122688186573		0	0	False	False	1.0	0					non-mobilizable	chromosome	1287.0	84.615	93.0	0.00035485475702515945	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0045_000000005236	6079	0.5438626878652295	13	5	3	5	1	True	72976	maximal	True	DEN0045_000000005236	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	790.0	99.62	13.0	0.009988859067200082	NZ_WKRD01000012.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold12_size78988, whole genome shotgun sequence	True	True
FIJ0142_000000024434	1490	0.5438520606246896	3	2	2	2	2	False	40175	fragment	False	MON0102_000000027305	0.9004515599343185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	98.529	9.0	4.351297315120629e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0011_000000017874	1594	0.5438517974369338	2	2	2	2	2	False	38239	maximal	True	ISR0011_000000017874	1.0		3	2	False	False	0.999372661113739	0					non-mobilizable	other	1597.0	95.679	100.0	0.0005554041802352767	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MON0026_000000036342	1414	0.5438479228435951	1	1	1	1	1	False	12715	maximal	True	MON0026_000000036342	1.0		126	9	False	False	0.99929279088974	0					non-mobilizable	other	1428.0	76.751	100.0	0.021898149583113785	NZ_VZBY01000067.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_18_length_64526_cov_24.3876_ID_35, whole genome shotgun sequence	False	False
ISR0218_000000009811	1767	0.5438478238578377	3	2	1	2	1	False	28069	maximal	True	ISR0218_000000009811	1.0		33	4	False	False	0.994340717792511	0					non-mobilizable	no_good_hit	501.0	98.00399999999999	31.0	0.001699865030716561	NZ_PYLQ01000001.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_0, whole genome shotgun sequence	True	False
ISR0359_000000007528	3229	0.5438475786444771	4	4	4	4	3	False	119436	fragment	False	CHI0024_000000003275	0.6911401834378696		0	0	False	False	0.9993805885314941	0					non-mobilizable	chromosome	2814.0	87.456	96.0	0.0006202502009637357	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0037_000000040210	1819	0.5438469265542671	3	2	2	1	1	False	74888	maximal	True	MON0037_000000040210	1.0	PS354	152	13	False	True	1.0	0					non-mobilizable	chromosome	1819.0	97.801	100.0	0.0006249712436544331	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
FIJ0072_000000017707	1464	0.5438469265542671	3	2	2	1	1	False	74887	backbone	True	FIJ0072_000000017707	0.987028634489251	PS354	93	12	False	True	1.0	0					non-mobilizable	chromosome	1464.0	98.90700000000001	100.0	0.0005095972996222985	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
SPA0126_000000033063	1370	0.5438469265542671	2	2	2	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9831111270040268	PS354	0	0	False	True	0.9897810220718384	0					non-mobilizable	chromosome	1370.0	98.905	100.0	0.00047613537023533494	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0006_000000013946	1356	0.5438469265542671	2	2	2	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9783310233935171	PS354	0	0	False	True	1.0	0					non-mobilizable	chromosome	1357.0	98.67399999999999	100.0	0.0004723011908264121	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
SPA0057_000000024343	1356	0.5438469265542671	2	2	2	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9679135108857999	PS354	0	0	False	True	1.0	0					non-mobilizable	chromosome	1356.0	98.37799999999999	100.0	0.00043674132311025577	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
SPA0033_000000023716	1341	0.5438469265542671	2	2	2	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9732573350299324	PS354	0	0	False	True	1.0	0					non-mobilizable	chromosome	1341.0	98.956	100.0	0.00046637564083080394	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0088_000000024205	1337	0.5438469265542671	2	2	2	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9769993042027842	PS354	0	0	False	True	0.9977561831474304	0					non-mobilizable	chromosome	1337.0	98.87799999999999	100.0	0.0004649813937730138	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0120_000000029584	1239	0.5438445621343934	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.9152692967340856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	90.0	24.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0014_000000002825	6487	0.5438433490078992	7	4	2	4	3	True	60473	maximal	True	SPA0014_000000002825	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	1.064326887060154e-06	LN590686.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG35, chromosome: 35	True	True
ISR0245_000000005065	1519	0.5438362072682204	2	2	2	2	2	False	30417	maximal	True	ISR0245_000000005065	1.0		201	9	False	False	1.0	0					non-mobilizable	other	971.0	91.65799999999999	99.0	0.001990997407598221	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
FIJ0144_000000017877	1762	0.5438349512940044	4	1	1	1	1	True	40070	fragment	False	FIJ0144_000000017877	1.0		0	0	False	False	0.9994324445724487	0					non-mobilizable	no_good_hit								True	True
ITA0008_000000001568	1378	0.5438308463000596	4	4	2	2	2	False	20326	maximal	True	ITA0008_000000001568	1.0		50	11	False	False	0.9949201941490173	0					non-mobilizable	other	833.0	94.35799999999999	100.0	0.0026782983791788055	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0081_01_000000002874	10400	0.5438260565687021	11	8	3	4	5	True	106553	fragment	False	USA0081_01_000000002874	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	10410.0	99.337	100.0	0.0018669214485043375	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0040_000000012294	1900	0.5438215142288867	3	2	1	2	1	True	106124	fragment	False	ENG0040_000000012294	1.0		0	0	False	False	0.9910526275634766	0					non-mobilizable	no_good_hit	324.0	90.12299999999999	17.0	0.0651863923405989	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
ISR0279_000000000816	16096	0.5438192129753319	17	14	8	10	13	False	87468	maximal	True	ISR0279_000000000816	1.0		1	1	False	False	0.9998757243156433	0					non-mobilizable	no_good_hit	12539.0	94.976	87.0	0.08320422371317052	CP024265.1	enterobacteria	Escherichia coli O169:H41 strain F6326-C1 plasmid unnamed2, complete sequence	True	False
ISR0829_000000010508	1461	0.5438176848567075	2	2	2	2	2	False	31463	maximal	False	ISR0134_000000019899	0.9520846297448662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	4.0	1.1032663553512686e-05	NZ_CP013990.1	enterobacteria	Leclercia adecarboxylata strain USDA-ARS-USMARC-60222 chromosome, complete genome	True	False
ENG0165_000000015839	1272	0.5438137065947951	2	2	2	2	1	False	56202	maximal	True	ENG0165_000000015839	1.0		178	12	False	False	0.9921383857727051	0					non-mobilizable	other	1272.0	99.214	100.0	0.008203228367292934	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	False	False
MON0088_000000015797	2019	0.5438125377251718	2	2	2	2	2	False	9636	maximal	True	MON0088_000000015797	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	75.98	10.0	0.0003381990728562791	NZ_AUBE01000001.1	high GC Gram+	Streptomyces flavidovirens DSM 40150 G412DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
SPA0042_000000020112	1666	0.543812524811016	2	2	2	1	1	False	9389	maximal	False	MON0093_000000026262	0.9422518862449216		0	0	False	False	0.989195704460144	0					non-mobilizable	other	1651.0	97.335	99.0	0.004070676817865584	NZ_CABJDM010000001.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
DEN0094_000000033019	1200	0.5438108973260155	2	2	2	2	1	False	68273	fragment	False	DEN0094_000000033019	1.0		0	0	False	False	0.996666669845581	0					non-mobilizable	no_good_hit	110.0	82.727	9.0	0.001227109684727204	NZ_LUUB01000042.1	a-proteobacteria	Bradyrhizobium centrolobii strain BR 10245 contig16, whole genome shotgun sequence	True	False
ISR0067_000000006929	3926	0.5438105700165718	6	6	5	5	6	False	131923	fragment	False	ISR0067_000000006929	0.9958645644869475		0	0	False	False	1.0	0					non-mobilizable	other	3926.0	99.87299999999999	100.0	0.0009472553728083407	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
USA0005_01_000000011911	2879	0.5438099217458188	3	2	2	2	2	False	2176	maximal	True	USA0005_01_000000011911	1.0		3	2	False	False	0.9993053078651428	0					non-mobilizable	no_good_hit	1829.0	75.56	63.0	0.00040075326397982227	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ISR0397_000000005248	3850	0.5438078245194203	6	6	5	4	5	False	61051	maximal	True	ISR0397_000000005248	1.0		68	6	False	False	1.0	0					non-mobilizable	chromosome	2543.0	99.84299999999999	100.0	0.001416285387634302	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
MON0092_000000022261	2464	0.5438073900293691	4	4	3	3	2	False	9458	maximal	True	MON0092_000000022261	1.0		2	1	False	False	0.9959415793418884	0					non-mobilizable	other	2228.0	100.0	90.0	0.0004797860761642622	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0196_000000001500	10560	0.5438070134495759	8	5	2	4	2	False	36129	maximal	True	ISR0196_000000001500	1.0		1	1	False	False	0.9998105764389038	0					non-mobilizable	no_good_hit	370.0	84.595	4.0	0.0009930486593843098	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
MON0107_000000007125	6717	0.5438070133638953	7	7	7	7	7	False	128575	maximal	True	MON0107_000000007125	1.0		612	12	False	False	0.999553382396698	0					non-mobilizable	chromosome	6701.0	99.61200000000001	99.0	0.0013372340650598302	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0059_000000011763	3218	0.5438038725723379	3	3	3	3	2	False	47531	maximal	True	MON0059_000000011763	1.0		5	3	False	False	0.9950279593467712	0					non-mobilizable	no_good_hit	1208.0	98.92399999999999	69.0	0.01724261081984543	NZ_WNAJ01000022.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold22_size70001, whole genome shotgun sequence	True	False
ISR0794_000000007570	2603	0.5438000457789135	3	3	2	3	2	False	121043	fragment	False	ENG0016_000000008208	0.9478569453849369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2370.0	73.376	89.0	0.0007934304637201797	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MAD0089_000000000894	14157	0.5437999959434173	17	12	10	9	7	True	128589	maximal	True	MAD0089_000000000894	1.0		3	2	False	False	0.999576210975647	0					non-mobilizable	no_good_hit	7054.0	95.223	50.0	0.2836223196685038	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ISR0020_000000015402	1633	0.5437999015422529	3	3	2	2	3	False	65171	fragment	False	MON0102_000000027122	0.9757114666776915		0	0	False	False	1.0	0					non-mobilizable	other	1633.0	100.0	100.0	0.0004926521772992397	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0198_000000016051	2059	0.5437994616389773	5	1	1	1	1	True	34547	fragment	False	ISR0198_000000016051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	95.338	62.0	0.00037972484713729847	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0076_000000023826	1124	0.5437994616389773	2	1	1	1	1	True	34545	fragment	False	ISR0076_000000023826	1.0		0	0	False	False	0.9715302586555481	0					non-mobilizable	no_good_hit	806.0	89.82600000000001	72.0	0.012491271626968734	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
FIJ0008_000000008610	3330	0.5437984265503226	5	3	2	3	2	False	51437	fragment	False	FIJ0008_000000008610	1.0		0	0	False	False	0.9996997117996216	0					non-mobilizable	no_good_hit	1861.0	92.69200000000001	56.0	0.1154228237923755	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
SPA0023_000000008573	2979	0.5437952032676497	3	2	1	2	1	False	75413	maximal	True	SPA0023_000000008573	0.9950427350427351		14	5	False	False	0.999664306640625	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000009797	2925	0.5437952032676497	4	2	1	2	1	False	75413	maximal	False	SPA0023_000000008573	0.9879154078549849		0	0	False	False	0.9986324906349182	0					non-mobilizable	no_good_hit								True	False
TAN0009_000000028082	1521	0.5437929704122284	2	2	2	2	1	True	2670	maximal	True	TAN0009_000000028082	1.0		1	1	False	False	0.9973701238632202	0					non-mobilizable	chromosome	1536.0	79.94800000000001	100.0	0.0004519506289843698	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
SPA0144_000000010247	1764	0.5437908866971302	3	2	2	1	2	True	3381	maximal	True	SPA0144_000000010247	1.0		5	3	False	False	0.9988662004470825	0					non-mobilizable	no_good_hit	165.0	76.97	9.0	3.832880654157741e-05	CP028530.1	firmicutes	Clostridioides difficile strain 020711 chromosome	True	True
SPA0135_000000007042	3449	0.5437898510307905	3	3	2	3	2	True	115710	fragment	False	SPA0135_000000007042	0.9704330195623275		0	0	False	False	0.9956508874893188	0					non-mobilizable	other	3282.0	95.03399999999999	95.0	0.21746358981179756	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
AST0110_000000005493	3407	0.5437898510307905	4	3	2	3	2	True	115710	fragment	False	SPA0135_000000007042	0.9676829526703987		0	0	False	False	0.9903140664100647	0					non-mobilizable	other	3140.0	95.064	92.0	0.20808671942541732	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
AST0046_000000006078	3100	0.5437898510307905	3	3	2	3	2	True	115710	fragment	False	SPA0135_000000007042	0.7081092198801793		0	0	False	False	1.0	0					non-mobilizable	other	3100.0	94.09700000000001	100.0	0.2052271064707056	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
ISR0847_000000011568	2372	0.5437895223778559	3	2	2	2	2	False	20641	maximal	True	ISR0847_000000011568	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	76.55	62.0	0.0004365499522430938	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
BAN0018_000000001941	1147	0.5437894500527356	2	1	1	1	1	True	97905	maximal	True	BAN0018_000000001941	1.0		2	2	False	False	0.9782040119171143	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	5.587764414457204e-06	NZ_BLAX01000001.1	CFB group bacteria	Prolixibacter bellariivorans strain JCM 13498 sequence1, whole genome shotgun sequence	True	True
SPA0042_000000000634	26986	0.5437883540470453	45	9	2	8	1	False	6881	fragment	False	SPA0042_000000000634	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00010995499989818981	NZ_JONL01000008.1	d-proteobacteria	Desulfovibrio frigidus DSM 17176 BR06DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
ISR0228_000000013618	1970	0.5437857688556663	3	3	3	2	2	False	66208	maximal	True	ISR0228_000000013618	1.0		280	13	False	False	0.9984771609306335	0					non-mobilizable	no_good_hit	314.0	76.115	16.0	9.996411711496395e-05	CP047121.1	firmicutes	Lactobacillus hilgardii strain FLUB chromosome, complete genome	True	False
CHI0168_000000007074	2354	0.5437837217431087	4	4	4	3	3	False	78107	maximal	True	CHI0168_000000007074	1.0		130	13	False	False	0.9910790324211121	0					non-mobilizable	no_good_hit	1656.0	77.234	70.0	0.004983255768141637	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
ISR0312_000000006079	2734	0.5437805854200667	4	2	1	2	1	True	79416	maximal	True	ISR0312_000000006079	1.0		3	3	False	False	0.9996342062950134	0					non-mobilizable	no_good_hit	153.0	94.118	6.0	5.1649434897416405e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
SPA0077_000000020063	1409	0.5437805854200667	2	2	1	2	1	True	79415	fragment	False	SPA0077_000000020063	1.0		0	0	False	False	0.9929027557373047	0					non-mobilizable	no_good_hit								True	True
MAD0080_000000001637	3317	0.5437712361323987	4	2	1	2	1	True	16162	fragment	False	MAD0080_000000001637	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0086_000000004088	5762	0.5437700705560743	6	6	4	3	5	False	61456	fragment	False	ENG0086_000000004088	1.0		0	0	False	False	0.99739670753479	0					non-mobilizable	other	5736.0	98.745	100.0	0.0009213502641150539	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0377_000000001619	6454	0.5437604870630178	8	3	1	2	2	False	64969	maximal	True	ISR0377_000000001619	1.0	PS292	1	1	True	True	0.9961264133453369	11					non-mobilizable	no_good_hit	210.0	82.381	3.0	0.005889549605940763	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
MON0099_000000033685	1111	0.5437519043909272	1	1	1	1	1	False	117262	fragment	False	MON0037_000000031911	0.05610927327664081		0	0	False	False	0.9801980257034302	0					non-mobilizable	other	1114.0	83.75200000000001	100.0	0.004024524217846408	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0148_000000004744	2489	0.5437518611681527	4	4	4	4	2	False	100828	fragment	False	CHI0089_000000002831	0.27135107207439935		0	0	False	False	0.9995982050895691	0					non-mobilizable	no_good_hit	967.0	86.35	41.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0062_01_000000013649	1367	0.5437505574280115	3	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.48504094764290206		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	94.39	90.0	0.9185351270553064	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0271_000000007327	2279	0.543748986003706	4	3	1	3	2	False	120303	fragment	False	MON0086_000000011703	0.4636329541468025		0	0	False	False	0.9995611906051636	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000009789	4935	0.5437479177276707	4	3	2	3	3	False	96778	fragment	False	CAN0003_000000009789	0.9616067872076458		0	0	False	False	0.9997973442077637	0					non-mobilizable	other	4935.0	95.947	100.0	0.008959050565796546	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0094_000000005619	2622	0.5437446306005616	4	4	3	3	4	False	15627	maximal	True	MAD0094_000000005619	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	2622.0	99.962	100.0	0.0005153310495706787	CP028951.1	enterobacteria	Klebsiella aerogenes strain AR_0161 chromosome, complete genome	False	False
FIJ0099_000000008315	2696	0.5437424977524343	4	4	4	3	3	False	42795	maximal	True	FIJ0099_000000008315	1.0		66	9	False	False	1.0	0					non-mobilizable	other	2696.0	99.666	100.0	0.0005071049257481726	AP022014.1	enterobacteria	Klebsiella quasipneumoniae DNA, complete genome, strain: WP3-S18-ESBL-03	False	False
FIJ0135_000000004475	6605	0.5437389177553221	5	2	2	2	2	True	67179	maximal	True	FIJ0135_000000004475	1.0		41	7	False	False	0.9965177774429321	0					non-mobilizable	no_good_hit	623.0	74.47800000000001	9.0	0.006570004531037608	NZ_FORW01000005.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	True
SPA0140_000000018425	1158	0.5437365444252485	2	2	2	2	1	False	3474	maximal	True	SPA0140_000000018425	1.0		11	4	False	False	1.0	0					non-mobilizable	other	1102.0	80.85300000000001	95.0	0.0030570633224922877	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
MAD0003_000000010388	2721	0.5437325597571998	4	4	4	4	1	False	55909	maximal	True	MAD0003_000000010388	0.9920496577823805		22	7	False	False	0.9977949261665344	0					non-mobilizable	no_good_hit	974.0	91.684	45.0	0.00027288204469869717	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0026_01_000000011595	2858	0.5437268439492261	4	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.1485448831807624		0	0	False	False	1.0	0					non-mobilizable	other	2858.0	99.615	100.0	0.0064710772067233975	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CAN0016_000000014840	3246	0.5437249196853929	5	5	4	5	3	False	125187	fragment	False	CAN0016_000000014840	1.0		0	0	False	False	0.9932224154472351	0					non-mobilizable	no_good_hit	679.0	79.676	21.0	0.00020177915000984802	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0108_000000002441	10342	0.5437245742122983	13	11	4	5	9	True	118478	fragment	False	ENG0108_000000002441	0.9979925527726629		0	0	False	False	1.0	0					non-mobilizable	virus	10342.0	100.0	100.0	0.10762121827094195	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
ISR0170_000000012744	3584	0.5437228113199801	4	4	4	4	4	False	91997	fragment	False	MON0016_000000006260	0.96625606066621		0	0	False	False	1.0	0					non-mobilizable	other	3584.0	98.521	100.0	0.013876678427438876	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0168_000000004999	3575	0.5437228113199801	4	4	4	4	4	False	91997	fragment	False	MON0016_000000006260	0.9656259524412739		0	0	False	False	0.9994405508041382	0					non-mobilizable	other	3575.0	98.51700000000001	100.0	0.01384182213219831	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0019_000000001696	3562	0.5437228113199801	4	4	4	4	4	False	91997	fragment	False	MON0016_000000006260	0.9587104646016228		0	0	False	False	0.9997192621231079	0					non-mobilizable	other	3526.0	98.95100000000001	99.0	0.013652048969221892	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0053_000000000260	29079	0.5437220373599491	30	9	8	9	6	True	77181	maximal	True	MAD0053_000000000260	1.0		1	1	False	False	0.9997248649597168	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0011863852070037636	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0082_000000010516	2787	0.5437217953625471	2	2	1	1	2	False	34180	fragment	False	ISR0082_000000010516	1.0		0	0	False	False	0.9996411800384521	0					non-mobilizable	plasmid	1967.0	99.84700000000001	100.0	0.015245746545279713	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ISR0197_000000004342	5224	0.5437202395623113	7	2	2	1	1	False	28944	fragment	False	ISR0197_000000004342	1.0		0	0	False	False	0.9996171593666077	0					non-mobilizable	no_good_hit	3924.0	98.522	75.0	0.021114928539887345	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0201_000000002133	10395	0.5437200484381697	12	10	3	4	8	True	107742	fragment	False	ISR0201_000000002133	0.9980195068398272		0	0	False	False	0.9973064064979553	0					non-mobilizable	other	10376.0	99.99	99.0	0.044628070733879054	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0167_000000002461	9599	0.5437200484381697	12	10	3	4	8	True	107742	fragment	False	ISR0201_000000002133	0.9698114808126638		0	0	False	False	0.9998958110809326	0					non-mobilizable	other	9599.0	99.427	100.0	0.04128580461723095	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0077_000000000487	9299	0.5437200484381697	11	10	3	4	8	True	107742	fragment	False	ISR0201_000000002133	0.6534708476577421		0	0	False	False	1.0	0					non-mobilizable	other	9299.0	100.0	100.0	0.03999535437914288	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0021_01_000000002236	8230	0.5437200484381697	10	10	3	4	8	True	84101	fragment	False	USA0021_01_000000002236	0.9860488290981564		0	0	False	False	1.0	0					non-mobilizable	other	8233.0	99.441	100.0	0.001836908335105456	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
ENG0112_000000003084	8028	0.5437200484381697	10	10	3	4	8	True	84101	fragment	False	USA0021_01_000000002236	0.9739368165249089		0	0	False	False	0.9992526173591614	0					non-mobilizable	other	8027.0	99.751	99.0	0.0017909409982454312	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	True
CHI0043_000000004619	2002	0.5437197901398351	2	2	1	1	2	False	87389	maximal	True	CHI0043_000000004619	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1176.0	98.29899999999999	100.0	0.00640299060531421	CP021203.1	enterobacteria	Escherichia coli strain Z1002 plasmid p1002-1, complete sequence	False	True
ENG0211_000000013138	1881	0.5437147171556876	3	1	1	1	1	False	114661	maximal	True	ENG0211_000000013138	1.0		46	5	False	False	1.0	0					non-mobilizable	chromosome	1207.0	93.786	99.0	0.00034132896432259	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0028_000000011057	1460	0.5437128315784128	4	2	1	2	1	False	118722	maximal	True	AST0028_000000011057	1.0		75	12	False	False	0.9876712560653687	0					non-mobilizable	chromosome	1460.0	100.0	100.0	0.00030416478518127514	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
CHI0025_000000008038	1259	0.5437127000995391	3	2	1	2	1	True	96996	maximal	True	CHI0025_000000008038	1.0		2	2	False	False	0.9666401743888855	0					non-mobilizable	no_good_hit	1084.0	98.339	86.0	0.0065883526684957505	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	True	True
ISR0081_000000018592	1292	0.5437121403004049	2	2	1	1	2	False	34226	fragment	False	ISR0081_000000018592	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	99.917	100.0	0.00023523862957978376	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	False
ISR0109_000000010681	2965	0.5437106169327185	6	3	1	3	1	True	114124	fragment	False	ISR0094_000000007029	0.6699705756257001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2457.0	93.73200000000001	83.0	0.16259892265744497	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
ISR0027_000000010735	2415	0.5437106169327185	3	3	1	3	1	True	114124	fragment	False	ISR0094_000000007029	0.43135118928403915		0	0	False	False	1.0	0					non-mobilizable	other	2415.0	98.551	100.0	0.16027133071756333	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
ENG0189_000000011343	1564	0.5437104500560112	3	3	2	3	2	True	54838	maximal	True	ENG0189_000000011343	1.0		10	4	False	False	0.9987212419509888	0					non-mobilizable	no_good_hit	596.0	71.812	37.0	0.00012858266771918872	CP019336.1	CFB group bacteria	Polaribacter sejongensis strain KCTC 23670 chromosome	True	True
ISR0222_000000001340	37042	0.5437091647594459	28	19	12	16	11	True	74133	maximal	True	ISR0222_000000001340	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	86.34100000000001	1.0	0.0005080296208797672	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	True
MAD0098_000000020226	2207	0.5437089620474048	3	3	3	2	2	False	15319	maximal	True	MAD0098_000000020226	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	84.473	43.0	0.05101460269296416	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0826_000000012254	1108	0.5437089457289772	2	2	1	2	1	False	21096	maximal	True	ISR0826_000000012254	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	96.24600000000001	31.0	0.0031001496990094384	HE963029.1	firmicutes	Enterococcus faecium transfer chromosomal element, strain MM5-F9a	True	False
MAD0051_000000015139	1926	0.5437087418269559	3	3	3	3	3	False	104584	fragment	False	SPA0145_000000018204	0.9844028396758623		0	0	False	False	0.9875389337539673	0					non-mobilizable	no_good_hit	426.0	75.117	21.0	0.0019394076333578113	NZ_QGDS01000007.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_107, whole genome shotgun sequence	True	False
ISR0293_000000017295	2056	0.5437065219634468	1	1	1	1	1	False	25827	maximal	True	ISR0293_000000017295	1.0		1	1	False	False	0.9902724027633667	0					non-mobilizable	no_good_hit	1187.0	99.32600000000001	70.0	0.018665407617248976	LM997259.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.1_41473_105012_[organism:Escherichia	True	False
CHI0016_000000002402	2000	0.5437065219634468	3	1	1	1	1	False	89691	maximal	True	CHI0016_000000002402	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	829.0	99.87899999999999	100.0	0.004230481978249082	CP045467.1	enterobacteria	Salmonella enterica subsp. enterica serovar Anatum strain Sal-3973 plasmid pSal-3973_DHA_CMY, complete sequence	False	True
SPA0053_000000017782	1863	0.5437065219634468	2	1	1	1	1	False	6475	maximal	True	SPA0053_000000017782	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	1043.0	99.904	100.0	0.007234855059885436	MK295825.1	enterobacteria	Escherichia coli O25b:H4-ST131 strain U1 plasmid pU1, complete sequence	False	True
FIJ0115_000000013043	1824	0.5437065219634468	3	1	1	1	1	False	45207	fragment	False	FIJ0115_000000013043	0.9988956377691882		0	0	False	False	0.999451756477356	0					non-mobilizable	plasmid	1745.0	100.0	96.0	0.021125310399127854	CP056427.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00515 plasmid pRHBSTW-00515_3, complete sequence	False	True
FIJ0067_000000017246	1811	0.5437065219634468	2	1	1	1	1	False	45207	fragment	False	FIJ0115_000000013043	0.9953399122807017		0	0	False	False	0.9983434677124023	0					non-mobilizable	plasmid	1749.0	100.0	97.0	0.021173762945914845	CP056427.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00515 plasmid pRHBSTW-00515_3, complete sequence	False	True
FIJ0101_000000017782	1572	0.5437065219634468	3	1	1	1	1	False	42671	maximal	True	FIJ0101_000000017782	1.0		0	0	False	False	0.991730272769928	0					non-mobilizable	no_good_hit	1098.0	99.818	70.0	0.00022528410543624716	AP021890.1	enterobacteria	Escherichia coli 2017.15.01CC DNA, complete genome	True	False
FIJ0132_000000021773	1563	0.5437065219634468	3	1	1	1	1	False	40765	fragment	False	FIJ0132_000000021773	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1497.0	100.0	100.0	0.006348263351085273	CP026274.1	enterobacteria	Klebsiella oxytoca strain KONIH4 plasmid pKPC-4b66, complete sequence	False	True
CHI0110_000000007125	1418	0.5437065219634468	1	1	1	1	1	False	82690	maximal	True	CHI0110_000000007125	1.0		6	4	False	False	0.9985895752906799	0					non-mobilizable	plasmid	840.0	99.524	100.0	0.0030874646726330663	CP047272.1	enterobacteria	Klebsiella pneumoniae strain N16-03892 plasmid pKp3892, complete sequence	False	True
FIJ0030_000000028459	1344	0.5437065219634468	1	1	1	1	1	False	48670	fragment	False	FIJ0030_000000028459	1.0		0	0	False	False	0.996279776096344	0					non-mobilizable	plasmid	823.0	100.0	94.0	0.005637705412745878	MG197503.1	enterobacteria	Escherichia coli strain ZYTM118 plasmid pHNZY118, complete sequence	False	True
FIJ0108_000000018166	1320	0.5437065219634468	2	1	1	1	1	False	50707	fragment	False	FIJ0108_000000018166	0.9618029029793735		0	0	False	False	0.9431818127632141	0					non-mobilizable	plasmid	1151.0	99.913	98.0	0.004779459131468374	CP056712.1	enterobacteria	Enterobacter asburiae strain RHBSTW-00542 plasmid pRHBSTW-00542_2, complete sequence	False	True
FIJ0085_000000023965	1311	0.5437065219634468	1	1	1	1	1	False	43899	maximal	True	FIJ0085_000000023965	1.0		0	0	False	False	0.9961861371994019	0					non-mobilizable	plasmid	1134.0	99.824	91.0	0.012744226853986929	MT062911.1	enterobacteria	Raoultella ornithinolytica strain 193104922 plasmid p104922-FII, complete sequence	False	True
FIJ0139_000000020620	1299	0.5437065219634468	1	1	1	1	1	False	40425	fragment	False	FIJ0139_000000020620	1.0		0	0	False	False	0.9923017621040344	0					non-mobilizable	plasmid	829.0	99.759	99.0	0.01116038333490585	CP028551.2	enterobacteria	Klebsiella variicola strain WCHKP19 plasmid p3_020019, complete sequence	False	True
CHI0059_000000015704	1201	0.5437065219634468	2	1	1	1	1	False	85783	fragment	False	CHI0059_000000015704	1.0		0	0	False	False	0.9883430600166321	0					non-mobilizable	plasmid	1141.0	100.0	100.0	0.023640171702299734	CP037995.1	enterobacteria	Salmonella enterica subsp. enterica serovar Brancaster strain sg_ww281 plasmid psg_ww281	False	True
MON0087_000000044150	1174	0.5437065219634468	1	1	1	1	1	False	9664	fragment	False	MON0087_000000044150	1.0		0	0	False	False	0.950596272945404	0					non-mobilizable	plasmid	1053.0	99.715	100.0	0.007815111692209404	CP034401.1	enterobacteria	Escherichia coli strain CRE10 plasmid pCRE10.1, complete sequence	False	True
ISR0191_000000010287	1166	0.5437065219634468	1	1	1	1	1	False	29145	maximal	True	ISR0191_000000010287	1.0		4	4	False	False	1.0	0					non-mobilizable	plasmid	1088.0	99.816	100.0	0.00878703366880886	LT883141.1	enterobacteria	Escherichia coli isolate 6666666.257727.embl genome assembly, plasmid: III	False	True
MAD0096_000000017304	1165	0.5437065219634468	1	1	1	1	1	False	15459	fragment	False	MAD0096_000000017304	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1165.0	100.0	100.0	0.00965038095790809	CP051701.1	enterobacteria	Escherichia coli strain SCU-125 plasmid pSCU-125-1, complete sequence	False	True
FIJ0167_000000019029	1139	0.5437065219634468	1	1	1	1	1	False	38937	maximal	True	FIJ0167_000000019029	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	99.87899999999999	83.0	0.005941591137965761	AP022223.1	enterobacteria	Escherichia coli plasmid pWP8-S17-ESBL-12_1 DNA, complete genome, strain: WP8-S17-ESBL-12	True	False
MAD0044_000000021961	1133	0.5437065219634468	1	1	1	1	1	False	17929	maximal	True	MAD0044_000000021961	1.0		1	1	True	True	0.9911738634109497	22					non-mobilizable	plasmid	899.0	99.889	100.0	0.011978763706213483	MT077885.1	enterobacteria	Escherichia coli plasmid p37, complete sequence	False	True
MON0096_000000020559	1805	0.5437058628029996	3	2	2	1	1	False	80992	fragment	False	MON0096_000000020559	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1728.0	86.34299999999999	99.0	0.0003157075816835975	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ENG0091_000000007278	3198	0.5437010689698482	3	3	3	3	2	False	131895	maximal	True	ENG0091_000000007278	1.0		37	5	False	False	1.0	0					non-mobilizable	no_good_hit	1592.0	99.56	50.0	0.010732595790609822	NZ_JAAWUO010000008.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_8_length_148240_cov_165.037, whole genome shotgun sequence	True	False
ISR0791_000000004402	3857	0.5436964855137978	4	4	3	4	3	False	86902	maximal	True	ISR0791_000000004402	1.0		48	6	False	False	0.9914441108703613	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	0.00026097235228197296	NZ_FMXA01000005.1	firmicutes	Allisonella histaminiformans strain DSM 15230, whole genome shotgun sequence	True	False
CHI0023_000000003127	3972	0.54369390057025	7	5	4	3	3	False	127789	fragment	False	AST0029_000000007310	0.5423923121044177		0	0	False	False	0.9949647784233093	0					non-mobilizable	other	3709.0	98.679	93.0	0.07087126137841353	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0164_000000008486	2726	0.5436888027148173	4	4	4	4	4	False	73612	fragment	False	SPA0158_000000006081	0.9749856264740545		0	0	False	False	0.9985326528549194	0					non-mobilizable	other	2726.0	99.67	100.0	0.09821235493404455	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
FIJ0126_000000024943	1590	0.543688019493079	2	2	2	2	1	False	109064	fragment	False	FIJ0126_000000024943	1.0		0	0	False	False	0.9937106966972351	0					non-mobilizable	no_good_hit	66.0	81.818	4.0	3.115372301368655e-05	CP002952.1	euryarchaeotes	Thermococcus sp. AM4, complete genome	True	False
ISR0149_000000007533	2193	0.5436855312210181	2	2	1	1	2	False	119184	maximal	True	ISR0149_000000007533	1.0	PS816	3	2	False	True	0.99863201379776	0					non-mobilizable	no_good_hit	1496.0	87.366	68.0	0.006891703129480764	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
MON0038_000000014275	2216	0.5436820294809	4	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.2641459331436387		0	0	False	False	1.0	0					non-mobilizable	other	2216.0	98.736	100.0	0.0006621920620062895	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0086_000000011526	2210	0.5436820294809	4	3	3	3	3	False	127054	fragment	False	ENG0049_000000005054	0.26422993856118077		0	0	False	False	1.0	0					non-mobilizable	other	2210.0	99.27600000000001	100.0	0.0006603983137570625	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0069_000000013258	3464	0.5436815387529739	3	3	3	3	1	False	10504	maximal	True	MON0069_000000013258	1.0		46	7	False	False	1.0	0					non-mobilizable	other	3464.0	98.845	100.0	0.011290327843710537	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0041_000000020088	1675	0.5436778290645795	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.1111368188684056		0	0	False	False	1.0	0					non-mobilizable	chromosome	1702.0	80.259	100.0	0.00046642847495505593	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0032_000000014454	2298	0.5436744368739029	3	3	3	3	1	False	36946	fragment	False	ISR0032_000000014454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000004235	4002	0.5436735402651669	4	4	3	4	3	False	86436	maximal	True	FIJ0160_000000004235	1.0		16	7	False	False	0.9990004897117615	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.0014351205899940202	NZ_CYXX01000040.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0241_000000005396	2575	0.5436705887109651	4	4	3	4	3	False	129305	fragment	False	ISR0241_000000005396	1.0		0	0	False	False	0.9968932271003723	0					non-mobilizable	chromosome	2576.0	97.516	100.0	0.0008968494199235116	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0150_000000011014	2114	0.543667594470108	2	2	2	2	2	False	112427	backbone	False	ISR0310_000000006501	0.6722597002363645	PS720	0	0	False	True	0.9995269775390625	0					non-mobilizable	no_good_hit	744.0	92.204	35.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
AST0092_000000003005	5804	0.5436675458396838	6	6	5	6	5	False	111250	maximal	True	AST0092_000000003005	1.0		192	12	False	False	1.0	0					non-mobilizable	chromosome	5804.0	100.0	100.0	0.001129147154356537	CP051744.1	enterobacteria	Escherichia coli strain SCU-484 chromosome, complete genome	False	False
MON0007_000000017600	3275	0.5436666938324914	3	3	2	3	1	True	122401	fragment	False	MON0007_000000017600	1.0		0	0	False	False	0.9996946454048157	0					non-mobilizable	no_good_hit	625.0	79.36	41.0	0.00019225875415082916	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0005_000000007654	3855	0.5436665432104515	6	6	4	2	5	False	77625	maximal	True	SPA0005_000000007654	1.0		62	10	False	False	0.9971465468406677	0					non-mobilizable	other	3836.0	99.557	99.0	0.012855107684572195	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
MON0061_000000043552	1062	0.5436653902365023	2	2	2	1	1	False	10782	maximal	True	MON0061_000000043552	1.0		1297	14	False	False	1.0	0					non-mobilizable	other	1062.0	99.435	100.0	0.010108901740712863	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	False	False
ENG0122_000000020444	1443	0.5436647282062824	2	2	1	2	0	False	59009	fragment	False	ENG0122_000000020444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000028609	1617	0.5436631694730277	2	2	2	2	1	False	94170	fragment	False	CAN0012_000000028609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	4.0	0.000248399801280159	NZ_FQZO01000006.1	firmicutes	Clostridium amylolyticum strain DSM 21864, whole genome shotgun sequence	True	False
ENG0096_000000009613	3480	0.5436609924615082	6	4	2	3	2	False	60875	maximal	True	ENG0096_000000009613	1.0		621	14	False	False	1.0	0					non-mobilizable	other	3486.0	95.927	100.0	0.0937062183424938	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0118_000000004358	2151	0.5436600252273085	5	4	3	0	2	False	41588	maximal	True	FIJ0118_000000004358	1.0		19	5	False	False	0.9976754784584045	0					non-mobilizable	no_good_hit	862.0	93.619	40.0	0.9953703703703703	GQ877120.1		Uncultured organism clone VC1AJ46TF genomic sequence	True	False
ENG0091_000000014767	1637	0.5436593718918197	2	2	2	2	2	False	90546	fragment	False	ENG0091_000000014767	1.0		0	0	False	False	0.9804520606994629	0					non-mobilizable	no_good_hit	917.0	96.51	87.0	0.013993278337916285	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0011_000000005445	4598	0.5436559924633845	4	3	3	3	3	False	67226	maximal	True	ENG0011_000000005445	1.0		3	3	False	False	0.9947803616523743	0					non-mobilizable	other	4505.0	99.09	98.0	0.001928853863297676	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ENG0162_000000020814	1173	0.5436551430003745	2	2	2	2	1	False	56332	maximal	True	ENG0162_000000020814	1.0		223	9	False	False	1.0	0					non-mobilizable	other	1172.0	97.27	99.0	0.020886098526736348	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	False	False
ISR0311_000000008016	2516	0.5436493193128856	2	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.8961368088608305		0	0	False	False	0.9797297120094299	0					non-mobilizable	other	2400.0	98.667	97.0	0.008168219505940679	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0821_000000011768	2511	0.5436493193128856	3	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.9795285774032684		0	0	False	False	1.0	0					non-mobilizable	other	2511.0	98.765	100.0	0.008547739123001967	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
SPA0137_000000015627	2346	0.5436493193128856	2	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.853156036330499		0	0	False	False	0.9974424839019775	0					non-mobilizable	other	2346.0	98.89200000000001	100.0	0.007983588340883837	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
DEN0087_000000005436	2320	0.5436493193128856	2	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.8486243066572166		0	0	False	False	1.0	0					non-mobilizable	other	2320.0	99.181	100.0	0.007928882810496623	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
DEN0067_000000014997	2235	0.5436493193128856	3	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.16148036656126577		0	0	False	False	0.9879194498062134	0					non-mobilizable	other	2235.0	99.15	100.0	0.0076348405846653564	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0015_000000011689	2175	0.5436493193128856	2	2	2	2	2	False	101388	fragment	False	CAN0003_000000019018	0.23514026068189467		0	0	False	False	0.9783908128738403	0					non-mobilizable	other	2106.0	98.71799999999999	97.0	0.007159586289426447	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
MAD0006_000000001923	3994	0.5436483902819531	5	4	1	4	2	False	101179	maximal	True	MAD0006_000000001923	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	97.544	17.0	0.0001517847782541763	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0150_000000005499	2930	0.5436469880574125	2	2	2	2	1	False	126037	fragment	False	ENG0150_000000005499	1.0		0	0	False	False	0.9996587038040161	0					non-mobilizable	no_good_hit	1355.0	74.244	46.0	0.07477311953677412	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	True	False
ISR0070_000000002644	7128	0.5436466897015049	11	8	4	8	5	True	108201	maximal	True	ISR0070_000000002644	0.9964065230358246		7	1	True	True	0.9985970854759216	15					non-mobilizable	no_good_hit	651.0	78.648	9.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0069_000000003293	7068	0.5436466897015049	12	8	4	8	5	True	108201	maximal	False	ISR0070_000000002644	0.9936519728419031		0	0	True	True	1.0	8					non-mobilizable	no_good_hit	651.0	78.648	9.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0090_000000023244	1346	0.5436450725103841	2	2	2	2	1	True	33654	maximal	True	ISR0090_000000023244	1.0		11	4	False	False	0.9851411581039429	0					non-mobilizable	no_good_hit	456.0	88.37700000000001	34.0	0.0048996381805651275	NZ_DS483540.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_20, whole genome shotgun sequence	True	True
FIJ0114_000000002882	10646	0.5436388372209406	8	7	7	4	4	False	41899	maximal	True	FIJ0114_000000002882	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5079.0	84.367	50.0	0.01436284545975284	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
DEN0045_000000028047	1508	0.5436375450684625	3	2	2	2	2	False	78935	fragment	False	USA0037_01_000000020782	0.808928128792756		0	0	False	False	1.0	0					non-mobilizable	chromosome	1508.0	98.40799999999999	100.0	0.0005072473768376778	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0090_000000004064	7056	0.5436314031306573	3	3	3	3	3	False	5387	maximal	True	SPA0090_000000004064	1.0		10	2	False	False	0.9968820810317993	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	1.0	0.006403055493147607	XM_035847229.1	springtails	PREDICTED: Folsomia candida phenolphthiocerol synthesis polyketide synthase type I Pks15/1-like (LOC118434252), mRNA	True	False
FIJ0047_000000003098	8420	0.5436284434210474	6	4	4	4	3	False	47426	maximal	False	FIJ0169_000000002213	0.951077492381367		0	0	False	False	0.9998812079429626	0					non-mobilizable	no_good_hit	2540.0	73.976	30.0	0.0036825835460527856	CP024726.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 2, complete sequence	True	False
ENG0202_000000004877	4851	0.5436280237982396	2	2	2	2	0	False	63678	fragment	False	ENG0182_000000005521	0.9825131943695847		0	0	False	False	0.9927849769592285	0					non-mobilizable	no_good_hit	3782.0	95.875	86.0	0.10734913363871738	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
ENG0182_000000005521	4844	0.5436280237982396	2	2	2	2	0	False	63678	fragment	False	ENG0182_000000005521	0.9883598055276471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3699.0	96.648	85.0	0.10498762341024838	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
ENG0055_000000004027	4803	0.5436280237982396	2	2	2	2	0	False	63678	fragment	False	ENG0182_000000005521	0.9821262246943502		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3673.0	97.631	85.0	0.10424787321819785	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
AST0047_000000004989	4181	0.5436280237982396	2	2	2	2	0	False	115445	fragment	False	AST0047_000000004989	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2400.0	82.583	84.0	0.06751643098984265	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
AST0003_000000015013	2244	0.5436258991546981	2	2	2	2	2	False	130144	maximal	True	AST0003_000000015013	0.9891662741403674		27	6	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	3.0	0.000248399801280159	NZ_FQZO01000006.1	firmicutes	Clostridium amylolyticum strain DSM 21864, whole genome shotgun sequence	True	False
ENG0018_000000009915	2123	0.5436258991546981	2	2	2	2	2	False	130144	maximal	False	AST0003_000000015013	0.9627896613190731		0	0	False	False	0.99057936668396	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000006411	5318	0.5436258744706015	4	4	2	4	3	True	125814	maximal	True	FIJ0126_000000006411	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	3637.0	99.89	86.0	0.0010215512177958437	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0026_000000028746	1132	0.5436258421792661	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.15565019294124569		0	0	False	False	1.0	0					non-mobilizable	chromosome	1150.0	88.17399999999999	99.0	0.00030517009898554953	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0117_000000004904	4319	0.5436255240401974	5	3	2	3	2	True	111709	fragment	False	FIJ0117_000000004904	1.0		0	0	False	False	0.9997684359550476	0					non-mobilizable	other	4301.0	98.675	99.0	0.17298949993965482	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	True
SPA0104_000000018401	2030	0.5436189352333568	2	2	2	2	2	False	65649	maximal	True	SPA0104_000000018401	1.0		711	15	False	False	1.0	0					non-mobilizable	other	2030.0	99.458	100.0	0.018600003666831674	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
AST0024_000000011165	2991	0.5436123163025622	2	2	2	2	2	False	121615	maximal	True	AST0024_000000011165	1.0		37	9	False	False	1.0	0					non-mobilizable	other	1336.0	79.266	94.0	0.009515396989543835	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0112_000000024442	1196	0.5436106807133457	3	1	1	1	1	True	14419	maximal	True	MAD0112_000000024442	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1197.0	91.646	99.0	0.00029804860538714116	LR607381.1	firmicutes	Clostridium perfringens strain 4928STDY7387880 genome assembly, chromosome: 1	False	True
USA0113_01_000000004853	3918	0.5436104135727389	6	4	4	4	2	True	108110	maximal	True	USA0113_01_000000004853	1.0		11	6	False	False	0.9997447729110718	0					non-mobilizable	no_good_hit	1289.0	87.51	54.0	0.00021107561476387823	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
FIJ0132_000000025695	1361	0.5436074735419522	1	1	1	1	1	False	40754	maximal	True	FIJ0132_000000025695	1.0		20	9	False	False	0.9985305070877075	0					non-mobilizable	other	1360.0	78.235	99.0	0.007673532259982671	NZ_CACWHY010000004.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	False	False
MAD0107_000000021567	1832	0.5436059390361516	2	2	2	2	2	False	14673	maximal	True	MAD0107_000000021567	1.0		8	5	False	False	0.998908281326294	0					non-mobilizable	no_good_hit	487.0	72.485	26.0	0.009126816735053878	NZ_QGDS01000022.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_122, whole genome shotgun sequence	True	False
ISR0393_000000013481	1345	0.5436058086051846	2	2	2	2	1	False	22772	fragment	False	ISR0393_000000013481	1.0		0	0	False	False	0.994795560836792	0					non-mobilizable	no_good_hit	307.0	95.765	28.0	9.862940580940093e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0063_000000006178	6262	0.5436043481888538	8	3	3	1	1	False	71583	fragment	False	DEN0063_000000006178	1.0		0	0	False	False	0.9995208978652954	0					non-mobilizable	no_good_hit								True	False
ISR0348_000000002976	4074	0.5436036903589662	4	2	2	1	2	False	47506	fragment	False	FIJ0139_000000005541	0.8377374286934152		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3646.0	98.601	89.0	0.0189521264379815	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ENG0143_000000005438	3492	0.5435960770812949	3	3	3	2	1	False	99943	maximal	True	ENG0143_000000005438	1.0	PS564	3	2	False	True	0.9968499541282654	0					non-mobilizable	no_good_hit	1475.0	96.814	42.0	0.005344278105500546	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0099_000000013074	1688	0.5435914309419427	4	4	4	4	3	True	42770	maximal	True	FIJ0099_000000013074	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1452.0	98.62299999999999	100.0	0.0071160754598457035	CP041514.1	enterobacteria	Klebsiella michiganensis strain KNU07 plasmid unnamed, complete sequence	False	True
SPA0029_000000005793	4251	0.5435911298488891	4	4	4	4	2	False	7392	maximal	True	SPA0029_000000005793	1.0		1	1	False	False	0.9981181025505066	0					non-mobilizable	no_good_hit	846.0	80.615	20.0	0.002447105324343176	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
CHI0175_000000008822	1314	0.5435901121013822	3	3	3	1	1	False	77746	maximal	True	CHI0175_000000008822	1.0		213	13	False	False	0.9878234267234802	0					non-mobilizable	chromosome	497.0	94.76899999999999	93.0	0.00015986988654072832	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0067_000000011611	2492	0.5435889055625799	3	3	3	3	3	False	101072	fragment	False	USA0015_01_000000013264	0.9740662221938953		0	0	False	False	0.9995987415313721	0					non-mobilizable	chromosome	1765.0	96.714	97.0	0.000598385887199673	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0098_000000014726	1606	0.5435880613722248	3	2	2	1	1	False	42854	maximal	True	FIJ0098_000000014726	1.0		55	9	False	False	0.9993773102760315	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	2.0	8.534991217943246e-05	NZ_JH724317.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.4, whole genome shotgun sequence	True	False
MON0027_000000029212	1417	0.5435838950190185	2	2	1	1	2	False	67737	fragment	False	ENG0136_000000007528	0.7443329317104399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	79.577	10.0	0.0016967549561463702	NZ_BIMA01000022.1	firmicutes	Paenibacillus koleovorans NBRC 103111 PKO02S_CON000022, whole genome shotgun sequence	True	False
ENG0011_000000012691	2171	0.5435785297499885	3	3	3	2	3	False	67183	fragment	False	ENG0011_000000012691	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2171.0	100.0	100.0	0.000520076137229159	CP046048.1	enterobacteria	Proteus mirabilis strain HN2p chromosome HN2p, complete sequence	False	False
MON0103_000000013471	3446	0.5435781209984806	5	2	1	1	2	False	11211	maximal	True	MON0103_000000013471	1.0		0	0	False	False	0.999419629573822	0					non-mobilizable	no_good_hit	2317.0	96.461	70.0	0.0008191023304222679	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0109_000000014204	2222	0.5435781209984806	4	2	1	1	2	False	11210	fragment	False	SPA0109_000000014204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1902.0	98.212	86.0	0.0006728467046270252	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0010_000000011936	2152	0.5435726435068075	4	4	0	4	4	False	13744	fragment	False	MON0010_000000011936	1.0		0	0	False	False	0.999535322189331	0					non-mobilizable	chromosome	2152.0	100.0	100.0	0.000427681129221338	CP053231.1	enterobacteria	Escherichia coli strain SCU-306 chromosome, complete genome	False	False
ISR0076_000000021834	1221	0.5435699400485975	2	2	2	1	1	False	34552	maximal	True	ISR0076_000000021834	1.0		110	11	False	False	0.9721539616584778	0					non-mobilizable	no_good_hit	376.0	88.03200000000001	42.0	0.00013197421068659407	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0066_000000007926	3617	0.5435678602050836	3	2	2	2	2	False	10651	fragment	False	MON0066_000000007926	1.0		0	0	False	False	0.9892175793647766	0					non-mobilizable	chromosome	3617.0	99.419	100.0	0.0005502639319036211	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
MON0081_000000042770	1210	0.5435675714626449	2	2	2	2	2	True	9945	maximal	True	MON0081_000000042770	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	98.75	7.0	0.3910891089108911	NZ_ATDK01000210.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig210, whole genome shotgun sequence	True	True
SPA0149_000000036817	1103	0.5435675714626449	2	2	2	2	2	True	3273	maximal	True	SPA0149_000000036817	1.0		78	10	False	False	0.9873073697090149	0					non-mobilizable	chromosome	1103.0	100.0	100.0	0.0002509006353796762	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ENG0150_000000016692	1099	0.5435675714626449	2	2	2	2	2	True	57123	fragment	False	ENG0150_000000016692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	97.87200000000001	47.0	0.008789860997547016	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
ENG0142_000000018909	1799	0.5435611693884733	2	2	2	2	2	False	100837	fragment	False	ENG0142_000000018909	0.9525514854355369		0	0	False	False	0.9955530762672424	0					non-mobilizable	chromosome	1799.0	99.5	100.0	0.0005667252829134849	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0825_000000020859	1159	0.543558091735685	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.08269310521970372		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	92.169	100.0	0.0002703968838333926	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ENG0005_000000018294	1305	0.5435566156521411	2	2	2	1	1	False	67644	maximal	True	ENG0005_000000018294	1.0		18	5	False	False	1.0	0					non-mobilizable	other	1305.0	98.774	100.0	0.0008114069884293612	NZ_HE978574.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	False	False
ISR0322_000000002576	3657	0.5435547125193082	6	3	2	3	3	False	25019	fragment	False	ISR0322_000000002576	1.0		0	0	False	False	0.9983593225479126	0					non-mobilizable	no_good_hit	1101.0	71.935	30.0	0.033026396562308165	NZ_WHJC01000010.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig010, whole genome shotgun sequence	True	False
ISR0078_000000004842	3647	0.543554310422772	4	4	3	4	3	False	97072	fragment	False	DEN0010_000000011304	0.6366405570060922		0	0	False	False	0.9986290335655212	0					non-mobilizable	no_good_hit	421.0	80.048	21.0	0.002948574026970571	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
ISR0162_000000011773	3293	0.5435539384599791	4	4	4	4	4	False	30359	maximal	True	ISR0162_000000011773	1.0		10	3	False	False	0.9939265251159668	0					non-mobilizable	other	3322.0	77.243	99.0	0.02704502297593897	NZ_FOGP01000006.1	actinobacteria	Olsenella umbonata strain KHGC19, whole genome shotgun sequence	False	False
MON0015_000000027581	1387	0.5435523036861457	2	2	2	2	2	False	13398	maximal	True	MON0015_000000027581	1.0		40	9	False	False	0.9351117610931396	0					non-mobilizable	no_good_hit	244.0	73.77	17.0	0.000988690548201793	NZ_NPMS01000006.1	firmicutes	Virgibacillus indicus strain P2-C2 NODE_6_length_239711_cov_119.18, whole genome shotgun sequence	True	False
CHI0065_000000012001	1136	0.5435517744094588	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.03595488466362874		0	0	False	False	0.9920774698257446	0					non-mobilizable	chromosome	1136.0	99.912	100.0	0.00038203435481802545	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0150_000000012387	2253	0.5435472649724864	2	1	1	1	1	False	104129	maximal	True	AST0150_000000012387	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	86.0	2.0	9.148014880770872e-05	NZ_FNGW01000003.1	firmicutes	Romboutsia lituseburensis DSM 797, whole genome shotgun sequence	True	False
ENG0171_000000013847	1732	0.5435464412888006	2	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.8350130384713216		0	0	False	False	1.0	0					non-mobilizable	other	1734.0	79.354	99.0	0.0009974097378839552	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ENG0097_000000018185	1727	0.5435464412888006	2	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.8347724688023455		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	79.342	100.0	0.0009968321989506119	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ENG0131_000000022070	1195	0.5435459994663273	2	2	2	1	1	False	120646	fragment	False	ENG0131_000000022070	0.9698977469110028		0	0	False	False	1.0	0					non-mobilizable	other	1085.0	80.184	90.0	0.01336230984166408	NZ_FOJY01000015.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	False	False
ISR0385_000000011917	1909	0.5435421015284271	3	2	1	2	1	False	23039	maximal	True	ISR0385_000000011917	1.0		1	1	False	False	0.9994761943817139	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000020856	1212	0.5435398619340351	2	2	1	2	0	True	18093	maximal	True	MAD0042_000000020856	1.0		1	1	False	False	0.9975247383117676	0					non-mobilizable	no_good_hit								True	True
ENG0105_000000020953	1102	0.5435350521723122	2	1	1	1	1	False	60108	maximal	True	ENG0105_000000020953	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	75.258	61.0	0.00022894000435260187	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0115_000000007156	3560	0.5435327355666831	5	4	4	4	1	False	108222	maximal	True	SPA0115_000000007156	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	99.44	15.0	0.00013424024537611357	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0206_000000006688	3832	0.543532004470815	5	3	2	3	3	True	113509	maximal	True	ISR0206_000000006688	1.0	PS730	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	1652.0	88.196	59.0	0.0005733841025161977	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0144_000000003504	8554	0.5435297903310357	12	6	4	6	2	False	40121	fragment	False	FIJ0144_000000003504	1.0		0	0	False	False	0.9978957176208496	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.4495001752659607e-05	LR131309.1	apicomplexans	Plasmodium falciparum strain KH2 genome assembly, chromosome: 4	True	False
CAN0010_000000007955	1652	0.5435297645081757	2	2	2	2	2	False	94585	fragment	False	CAN0010_000000007955	1.0		0	0	False	False	0.9963680505752563	0					non-mobilizable	no_good_hit	1041.0	88.184	63.0	0.08121827411167512	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
USA0021_01_000000008143	2262	0.5435289061855607	4	3	3	3	2	False	72507	maximal	True	USA0021_01_000000008143	1.0		12	6	False	False	0.9960212111473083	0					non-mobilizable	no_good_hit	2030.0	92.956	89.0	0.05074858544890091	NZ_NFHM01000027.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_27, whole genome shotgun sequence	True	False
AUS0006_000000002119	7907	0.5435285492566018	6	3	3	3	2	True	110148	fragment	False	AUS0006_000000002119	0.9714363810304769		0	0	False	False	0.9986088275909424	0					non-mobilizable	no_good_hit								True	True
ISR0124_000000008438	1724	0.5435270681674925	3	3	2	2	0	False	32080	fragment	False	ISR0124_000000008438	1.0		0	0	False	False	0.9988399147987366	0					non-mobilizable	no_good_hit	41.0	100.0	2.0	1.1107963854685617e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0015_01_000000026727	1250	0.5435270616143331	2	2	2	2	1	False	1935	maximal	True	USA0015_01_000000026727	1.0		49	9	False	False	0.9879999756813049	0					non-mobilizable	no_good_hit	1011.0	70.92	80.0	0.0003509426759396747	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0052_000000002818	5069	0.5435268375949397	5	5	5	5	5	False	75356	maximal	True	MAD0052_000000002818	0.988932343691504		95	12	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	69.413	21.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0111_000000012032	1685	0.5435259569910522	3	2	2	2	2	False	59736	fragment	False	ENG0111_000000012032	1.0		0	0	False	False	0.9928783178329468	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	4.70566156134681e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
USA0135_01_000000002887	4957	0.5435243845899216	6	6	3	6	3	False	46	maximal	True	USA0135_01_000000002887	1.0		13	6	False	False	0.9993947744369507	0					non-mobilizable	no_good_hit	129.0	93.79799999999999	3.0	0.000560181747855971	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0031_000000028864	1194	0.5435242358357979	3	2	1	2	2	False	73681	fragment	False	ISR0178_000000014254	0.9566680929967194		0	0	False	False	0.9865996837615967	0					non-mobilizable	other	1195.0	98.41	100.0	0.0034862229956407614	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
USA0017_01_000000012705	2173	0.5435203350930018	3	3	3	3	2	False	1895	maximal	True	USA0017_01_000000012705	1.0		1	1	False	False	0.9958582520484924	0					non-mobilizable	no_good_hit	948.0	75.211	43.0	0.0056321708644157895	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0012_000000019246	1187	0.5435193669586681	2	2	2	1	1	False	67032	maximal	True	ENG0012_000000019246	1.0		102	11	False	False	1.0	0					non-mobilizable	other	1187.0	99.916	100.0	0.00037424181322367355	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0007_000000016700	3417	0.5435190139551658	3	2	2	2	1	False	39105	maximal	True	MON0007_000000016700	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	97.416	11.0	0.09512074913750616	KJ910950.1	bacteria	Uncultured bacterium clone F6_TE_1 genomic sequence	True	False
ISR0846_000000003528	2812	0.5435190139551658	3	2	2	2	1	False	70721	maximal	True	ISR0846_000000003528	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000008492	2723	0.5435190139551658	3	2	2	2	1	False	39104	fragment	False	FIJ0164_000000008492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0130_01_000000016734	2137	0.5435190139551658	3	2	2	2	1	False	117	fragment	False	USA0130_01_000000016734	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000013716	2007	0.5435190139551658	3	2	2	2	1	False	70720	fragment	False	DEN0069_000000013716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0024_000000007741	1304	0.5435179583810691	2	2	1	1	2	False	74308	maximal	False	ISR0001_000000017179	0.9286216596343179		0	0	False	False	0.9923312664031982	0					non-mobilizable	virus	1305.0	98.238	100.0	0.021129042711776524	NC_047909.1	viruses	Faecalibacterium phage FP_Brigit, complete genome	False	False
DEN0071_000000033174	1324	0.5435174186389532	3	3	0	2	1	True	70382	fragment	False	DEN0071_000000033174	1.0		0	0	False	False	0.9992446899414062	0					non-mobilizable	other	1325.0	97.811	100.0	0.00037208633077350677	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
USA0020_01_000000029344	1174	0.5435174186389532	3	3	0	2	1	True	1760	fragment	False	USA0020_01_000000029344	1.0		0	0	False	False	0.9974446296691895	0					non-mobilizable	other	1174.0	97.445	100.0	0.013674835039287464	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0052_000000018063	1995	0.5435167967031185	5	4	2	2	4	False	104848	fragment	False	ISR0052_000000018063	0.9988931931377975		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	97.65299999999999	32.0	0.01508238575920191	NZ_CYZN01000030.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0184_000000014114	1592	0.5435163810102658	2	1	1	1	1	False	55099	maximal	True	ENG0184_000000014114	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	92.0	9.0	4.4559965821301893e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0087_000000027042	1187	0.5435138782977909	4	2	2	2	1	False	43700	fragment	False	FIJ0087_000000027042	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	96.97	100.0	0.02011772089630723	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
MON0109_000000013207	2657	0.5435115860781196	3	2	2	2	1	True	59118	maximal	True	MON0109_000000013207	1.0		11	3	False	False	0.9951072931289673	0					non-mobilizable	no_good_hit	1979.0	100.0	74.0	0.0006347674113363426	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0115_000000001294	17212	0.5435089168203097	31	5	1	5	2	False	52475	maximal	False	FIJ0154_000000001345	0.9137941155807107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	90.0	0.0	0.000462457904472798	AC209191.1	eudicots	Populus trichocarpa clone POP081-E07, complete sequence	True	False
FIJ0056_000000006866	3289	0.5435088983619338	4	3	1	2	2	False	46207	maximal	True	FIJ0056_000000006866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	86.07600000000001	17.0	0.01220838605136401	NZ_VULP01000025.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq25, whole genome shotgun sequence	True	False
FIJ0085_000000018380	1702	0.5435027617244328	3	2	1	2	1	False	43935	fragment	False	FIJ0085_000000018380	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	95.652	3.0	0.00013034448599376084	LN598313.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001750	True	False
ISR0073_000000020495	1358	0.5435013204852192	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.027872660095132843	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1360.0	89.853	100.0	0.00045574847261991755	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0209_000000013765	1309	0.5435013204852192	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.019773095623987037		0	0	False	False	1.0	0					non-mobilizable	chromosome	1314.0	89.041	100.0	0.0004615568651819921	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0250_000000007795	1656	0.5434995906995276	3	3	1	1	3	False	27020	fragment	False	ISR0250_000000007795	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1656.0	100.0	100.0	0.018831213162505973	CP056607.1	enterobacteria	Escherichia coli strain RHBSTW-00321 plasmid pRHBSTW-00321_4, complete sequence	False	True
ISR0251_000000004165	3194	0.5434974616545644	5	4	4	3	3	False	125535	fragment	False	ISR0251_000000004165	1.0		0	0	False	False	0.9959298968315125	0					non-mobilizable	other	2607.0	99.079	100.0	0.03239525947297079	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0217_000000017982	1252	0.5434963959150678	2	2	2	2	1	False	28082	maximal	True	ISR0217_000000017982	1.0		46	5	False	False	0.9648562073707581	0					non-mobilizable	no_good_hit	927.0	99.569	74.0	0.018152947403501207	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	True	False
AST0087_000000011347	3146	0.5434929266313562	7	3	3	2	2	True	111000	maximal	True	AST0087_000000011347	1.0		16	5	False	False	0.9993642568588257	0					non-mobilizable	no_good_hit	1429.0	72.708	45.0	0.0005012655429993979	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
ENG0120_000000000693	22211	0.5434896736410073	20	16	14	15	14	True	116929	maximal	False	AST0060_000000000939	0.930966814422431	PS762|PS763|PS764	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5994.0	95.61200000000001	47.0	0.20906959655691243	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0040_000000018196	1528	0.5434882959691385	2	2	2	2	1	False	15072	fragment	False	MON0040_000000018196	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1443.0	100.0	94.0	0.00025647679498628774	CP050498.1	enterobacteria	Escherichia coli strain RM13322 chromosome, complete genome	False	False
FIJ0013_000000008877	3036	0.5434846337470249	4	2	2	2	2	False	117369	fragment	False	FIJ0013_000000008877	1.0		0	0	False	True	0.9953886866569519	0					non-mobilizable	chromosome	1499.0	98.399	100.0	0.0006495114139273805	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
FIJ0027_000000009456	1835	0.5434846337470249	2	2	2	2	2	False	117365	maximal	True	FIJ0027_000000009456	1.0	PS787	0	0	False	True	0.9885558485984802	0					non-mobilizable	chromosome	1476.0	98.848	99.0	0.0006074413417576181	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0172_000000016554	1685	0.5434846337470249	2	2	2	2	2	False	117364	fragment	False	FIJ0172_000000016554	1.0		0	0	False	True	0.9940652847290039	0					non-mobilizable	chromosome	1499.0	98.999	99.0	0.0006169133084426521	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0125_000000012330	1551	0.5434846337470249	3	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.779731484275011	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1551.0	98.839	100.0	0.0006383281896435987	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0174_000000016761	1462	0.5434846337470249	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7727907547979609	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1081.0	98.61200000000001	100.0	0.00046309775521939043	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	True
FIJ0105_000000022928	1456	0.5434846337470249	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7721729239482307	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	98.90100000000001	100.0	0.0005992048489880233	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MAD0056_000000000937	9596	0.5434844883599573	9	4	3	4	3	False	17080	maximal	True	MAD0056_000000000937	1.0		2	2	False	False	0.9996873736381531	0					non-mobilizable	no_good_hit	82.0	100.0	2.0	4.337730328125201e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
TAN0001_000000001904	4985	0.5434833372936276	6	4	3	4	2	True	3117	maximal	True	TAN0001_000000001904	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	544.0	79.96300000000001	11.0	0.00046624556413098797	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	True
SPA0017_000000001628	7031	0.5434820003386168	9	8	2	5	8	False	125590	fragment	False	SPA0017_000000001628	0.9969021065675341		0	0	False	False	0.9987199306488037	0					non-mobilizable	other	7012.0	99.47200000000001	99.0	0.0029846359807756467	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
MAD0109_000000002466	5254	0.5434803943163348	2	2	2	2	1	False	37608	maximal	True	MAD0109_000000002466	1.0		1	1	False	False	0.9969546794891357	0					non-mobilizable	no_good_hit	129.0	77.51899999999999	2.0	0.0005811432841052699	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	False
ENG0061_000000011536	1838	0.5434731309833791	2	2	2	2	2	False	128981	fragment	False	ENG0061_000000011536	1.0		0	0	False	True	0.9896626472473145	0					non-mobilizable	other	1443.0	80.388	98.0	0.025415618021339195	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	True
ENG0026_000000007066	1641	0.5434729942840643	3	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.4431041995395106	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1518.0	85.507	92.0	0.017865582758294734	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0309_000000010988	1756	0.5434632407517158	2	2	1	2	1	True	119655	fragment	False	ISR0309_000000010988	1.0		0	0	False	False	0.998291552066803	0					non-mobilizable	no_good_hit								True	True
SPA0019_000000003698	6683	0.5434628041412208	10	10	2	8	10	True	88033	maximal	True	SPA0019_000000003698	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	3976.0	99.723	100.0	0.02731057795366477	CP050770.1	enterobacteria	Salmonella enterica subsp. enterica serovar Indiana strain SI108 plasmid pSI108-1, complete sequence	False	True
ISR0226_000000004014	1870	0.5434573230306036	2	2	2	2	2	False	87661	fragment	False	ISR0226_000000004014	1.0		0	0	False	False	0.9919785857200623	0					non-mobilizable	other	1869.0	97.699	99.0	0.023478714073245453	NZ_JAAIQH010000014.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_14_length_78667_cov_335.352, whole genome shotgun sequence	False	False
ISR0120_000000007911	3731	0.5434547883774642	6	3	3	3	3	True	45275	maximal	True	ISR0120_000000007911	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2104.0	79.61	68.0	0.0006486399715282829	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0046_000000004332	5720	0.5434546191676279	5	4	2	1	3	False	6739	maximal	True	SPA0046_000000004332	1.0		4	3	False	False	0.9986013770103455	0					non-mobilizable	no_good_hit	3692.0	95.666	69.0	0.0012649963414153496	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0850_000000006827	2187	0.5434504187781714	3	3	3	3	3	False	95981	maximal	True	ISR0850_000000006827	1.0		3	2	False	False	0.9858253598213196	0					non-mobilizable	no_good_hit	62.0	83.87100000000001	3.0	0.0006337991583978389	NZ_FMWL01000012.1	firmicutes	Acidaminobacter hydrogenoformans DSM 2784, whole genome shotgun sequence	True	False
SPA0028_000000017465	1808	0.5434502570747679	2	2	1	2	0	True	39929	fragment	False	SPA0028_000000017465	1.0		0	0	False	False	0.9922566413879395	0					non-mobilizable	no_good_hit	1389.0	96.11200000000001	89.0	0.2628787878787879	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	True
SPA0027_000000027330	1378	0.5434502570747679	2	2	1	2	0	True	39928	fragment	False	SPA0027_000000027330	0.9782608695652174		0	0	False	False	1.0	0					non-mobilizable	plasmid	1278.0	95.931	93.0	0.2418560606060606	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	False	True
DEN0034_000000001303	4697	0.5434493665951026	6	5	3	4	2	False	130363	maximal	True	DEN0034_000000001303	1.0	PS1101	65	7	False	True	0.9985097050666809	0					non-mobilizable	other	4608.0	92.556	98.0	0.0008015241526351939	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
AST0149_000000017684	1506	0.5434431728426993	2	2	2	2	2	False	104374	fragment	False	AST0149_000000017684	1.0		0	0	False	False	1.0	0					non-mobilizable	other	999.0	90.991	91.0	0.010580045418850945	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0027_000000028597	1446	0.5434361300904678	3	3	3	3	3	False	12631	maximal	True	MON0027_000000028597	1.0		54	4	False	False	1.0	0					non-mobilizable	no_good_hit	1107.0	75.79	76.0	0.00028872603711943974	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MON0087_000000043468	1192	0.5434349938075064	2	2	2	2	2	False	9665	maximal	True	MON0087_000000043468	1.0		11	7	False	False	0.9991610646247864	0					non-mobilizable	chromosome	1208.0	81.209	100.0	0.00033416188703314857	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0060_000000007596	1946	0.5434343056734326	2	1	1	1	1	False	6230	fragment	False	SPA0060_000000007596	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1946.0	94.553	100.0	0.0030102813877938895	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	False
FIJ0123_000000017006	1930	0.543433797107768	4	4	4	2	1	False	41331	maximal	True	FIJ0123_000000017006	1.0		48	5	False	False	0.99170982837677	0					non-mobilizable	chromosome	1931.0	95.65	100.0	0.0008368204465152499	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0040_000000016919	2427	0.543425578886601	4	1	1	1	1	False	70349	fragment	False	SPA0040_000000016919	1.0		0	0	False	False	0.9995879530906677	0					non-mobilizable	no_good_hit								True	False
ISR0131_000000005378	4672	0.5434254535355381	4	4	1	3	2	True	97580	fragment	False	FIJ0053_000000002732	0.25262948974316635		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	89.573	6.0	0.0019897292073297835	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
SPA0109_000000006572	4162	0.5434254535355381	4	4	1	3	2	True	97580	fragment	False	FIJ0053_000000002732	0.1430282762017798		0	0	False	False	0.9995194673538208	0					non-mobilizable	no_good_hit	89.0	92.135	4.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
MON0027_000000008993	4161	0.5434254535355381	4	4	1	3	2	True	97580	fragment	False	FIJ0053_000000002732	0.14460230276538125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	90.04299999999999	8.0	0.002179227227075477	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ISR0813_000000024972	1256	0.5434218754006496	2	2	2	1	1	False	47867	maximal	True	ISR0813_000000024972	0.9567307692307693		375	12	False	False	0.9992038011550903	0					non-mobilizable	chromosome	1256.0	97.691	100.0	0.0003363190244550828	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0014_000000001294	18084	0.5434217233376774	23	8	4	7	5	False	66943	maximal	True	ENG0014_000000001294	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2588.0	79.598	32.0	0.020788057854939403	NZ_FQVD01000014.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
CHI0017_000000004923	2501	0.5434216752555396	2	2	1	1	2	False	131358	fragment	False	CHI0017_000000004923	1.0		0	0	False	False	0.9996001720428467	0					non-mobilizable	chromosome	2501.0	99.2	100.0	0.00035286671744183486	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0186_000000009495	2028	0.5434216752555396	3	2	1	1	2	False	131355	fragment	False	CHI0186_000000009495	0.9591022443890275		0	0	False	False	1.0	0					non-mobilizable	chromosome	2028.0	99.704	100.0	0.0002861043345018397	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
AST0116_000000013982	1934	0.543408621330124	2	2	2	2	2	False	120655	fragment	False	AST0116_000000013982	0.8217131025168045		0	0	False	False	0.9968976378440857	0					non-mobilizable	other	1054.0	87.571	100.0	0.0384871094038561	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ISR0167_000000015084	1922	0.543408621330124	2	2	2	2	2	False	120655	fragment	False	AST0116_000000013982	0.8189972874245015		0	0	False	False	0.9781477451324463	0					non-mobilizable	other	1054.0	87.571	100.0	0.0384871094038561	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
DEN0063_000000003698	9179	0.5434073800593998	9	7	6	7	6	True	100772	maximal	True	DEN0063_000000003698	1.0		1	1	False	False	0.9996731877326965	0					non-mobilizable	no_good_hit	2647.0	93.76700000000001	45.0	0.0008008852144291406	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
CHI0029_000000007786	1453	0.5434059223103825	2	2	2	2	2	False	88561	maximal	False	ENG0047_000000013395	0.960509138381201		0	0	False	False	1.0	0					non-mobilizable	chromosome	1453.0	100.0	100.0	0.0002794380907989043	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
MAD0109_000000010806	1326	0.5434058746462795	2	1	1	1	1	False	14577	maximal	True	MAD0109_000000010806	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0042_000000001477	11894	0.5434015350348586	17	12	11	12	10	False	95312	maximal	True	ISR0042_000000001477	1.0		4	1	False	False	0.9999158978462219	0					non-mobilizable	no_good_hit	2502.0	98.48100000000001	38.0	0.06257665640409502	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0078_000000010427	3842	0.5434009683429463	2	2	2	0	1	False	118049	fragment	False	MON0078_000000010427	0.7946273755039849		0	0	False	False	1.0	0					non-mobilizable	other	3844.0	96.02	100.0	0.010171199724170856	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0148_000000007807	3717	0.5434009683429463	2	2	2	0	1	False	118049	fragment	False	MON0078_000000010427	0.6780090294227807		0	0	False	False	0.9997309446334839	0					non-mobilizable	chromosome	3717.0	98.33200000000001	100.0	0.0008253760947450018	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0002_000000007712	2691	0.5434009095038506	3	2	2	2	2	False	38652	maximal	True	ISR0002_000000007712	1.0		3	2	False	False	0.9996283650398254	0					non-mobilizable	no_good_hit								True	False
ENG0016_000000013345	1681	0.5434003993147575	2	2	2	2	1	False	66758	fragment	False	ENG0016_000000013345	1.0		0	0	False	False	0.9976204633712769	0					non-mobilizable	no_good_hit	1278.0	77.387	79.0	0.0004107452526573453	NZ_JNLN01000001.1	firmicutes	Clostridium algidicarnis strain B3 BV55DRAFT_scf7180000000002_quiver_dupTrim_6430.1_C, whole genome shotgun sequence	True	False
ISR0081_000000014827	1613	0.5433995380159948	2	2	2	2	1	False	85652	fragment	False	CHI0061_000000004539	0.9286521744618083		0	0	False	False	0.9913205504417419	0					non-mobilizable	other	1594.0	99.184	99.0	0.0004764069341148961	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0080_000000015134	1604	0.5433995380159948	2	2	2	2	1	False	85652	fragment	False	CHI0061_000000004539	0.9290001142005616		0	0	False	False	0.9869077205657959	0					non-mobilizable	other	1604.0	99.19	100.0	0.00047939943998245193	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0056_01_000000010977	1601	0.5433995380159948	2	2	2	2	1	False	85652	fragment	False	CHI0061_000000004539	0.9637487215639071		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	99.001	100.0	0.0004785016882221852	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0008_000000016633	1549	0.5433995380159948	2	2	2	2	1	False	85652	fragment	False	CHI0061_000000004539	0.8662342282026687		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	98.773	100.0	0.0004629406577108946	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0054_000000032056	1546	0.5433995380159948	2	2	2	2	1	False	85652	fragment	False	CHI0061_000000004539	0.6870619363581136		0	0	False	False	0.9598965048789978	0					non-mobilizable	other	1546.0	98.25399999999999	100.0	0.007263512719374539	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
ISR0148_000000019104	1523	0.5433995380159948	2	2	2	2	1	False	85652	fragment	False	CHI0061_000000004539	0.9078949765872211		0	0	False	False	0.9993433952331543	0					non-mobilizable	other	1523.0	99.212	100.0	0.00045516014245524934	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0066_000000022735	1438	0.5433995380159948	2	2	2	2	1	False	85652	fragment	False	CHI0061_000000004539	0.44303635657990337		0	0	False	False	0.998609185218811	0					non-mobilizable	other	1438.0	98.95700000000001	100.0	0.00042972384258102434	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0048_000000013576	1392	0.5433995380159948	2	2	2	2	1	False	85652	fragment	False	CHI0061_000000004539	0.5996741492540595		0	0	False	False	0.9985632300376892	0					non-mobilizable	other	1392.0	99.066	100.0	0.0004159583155902673	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0031_000000010029	2406	0.5433975560203482	2	2	0	1	2	False	48593	maximal	True	FIJ0031_000000010029	1.0		2	1	False	False	1.0	0	IncFII				non-mobilizable	plasmid	2236.0	99.64200000000001	99.0	0.061337065700642186	CP056311.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00832 plasmid pRHBSTW-00832_5, complete sequence	False	True
CHI0061_000000004539	1686	0.5433933114359798	2	2	2	2	2	False	85652	fragment	False	CHI0061_000000004539	0.9714509342686043		0	0	False	False	1.0	0					non-mobilizable	other	1616.0	98.762	96.0	0.000482990447023519	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0078_000000027460	1682	0.5433933114359798	2	2	2	2	2	False	85652	fragment	False	CHI0061_000000004539	0.9416834077387601		0	0	False	False	0.9994054436683655	0					non-mobilizable	other	1682.0	98.811	100.0	0.0005027409857493878	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0043_01_000000004576	2238	0.5433895995153418	4	3	3	3	3	False	1249	maximal	True	USA0043_01_000000004576	1.0		1	1	False	False	0.989276111125946	0					non-mobilizable	no_good_hit	1021.0	83.64299999999999	62.0	0.000354009188907805	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
FIJ0101_000000003955	6816	0.5433846377056539	8	3	2	1	1	True	51315	fragment	False	FIJ0101_000000003955	0.9616664026611754		0	0	False	False	0.9998533129692078	0					non-mobilizable	no_good_hit	1881.0	76.92699999999999	27.0	0.0006600980302235658	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0030_000000031559	1224	0.5433845139610923	2	1	1	1	1	False	48653	maximal	True	FIJ0030_000000031559	1.0		2	2	False	False	0.9934640526771545	0					non-mobilizable	no_good_hit	84.0	96.429	7.0	0.003117935926416712	NZ_CYXX01000039.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0148_000000011919	2441	0.5433836326495478	2	2	2	2	1	True	30924	maximal	True	ISR0148_000000011919	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0086_000000016528	1693	0.5433808901796819	3	3	3	2	1	False	77819	maximal	False	USA0063_01_000000011299	0.963583543404685		0	0	False	False	0.9982280135154724	0					non-mobilizable	no_good_hit	165.0	80.0	10.0	5.846681734052719e-05	CP021849.1	firmicutes	Enterococcus faecium strain 16-346 chromosome, complete genome	True	False
USA0125_01_000000009389	2579	0.543375881062383	4	4	4	3	2	False	149	fragment	False	USA0125_01_000000009389	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2579.0	100.0	100.0	0.0005008342056163369	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ISR0008_000000009434	1403	0.5433749118284996	2	2	2	2	2	False	38400	maximal	True	ISR0008_000000009434	1.0		0	0	False	False	0.9900214076042175	0					non-mobilizable	chromosome	1252.0	86.34200000000001	100.0	0.00034674538905531734	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0034_000000005612	6063	0.5433741405271159	7	6	3	3	4	True	116368	fragment	False	SPA0034_000000005612	0.9892985611510792		0	0	False	False	1.0	0					non-mobilizable	plasmid	6063.0	99.96700000000001	100.0	0.18349679137910158	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0062_000000025470	1515	0.5433738814601194	2	2	2	2	2	False	35320	fragment	False	ISR0062_000000025470	1.0		0	0	False	False	0.9973597526550293	0					non-mobilizable	other	1094.0	94.79	96.0	0.00026354213174693196	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0045_000000013906	1858	0.5433732556896212	4	3	2	2	1	False	36241	fragment	False	ISR0045_000000013906	1.0		0	0	False	False	0.9359526634216309	0					non-mobilizable	no_good_hit	125.0	97.6	7.0	4.802891650637661e-05	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	False
ISR0228_000000002580	7936	0.5433727955215769	10	9	7	8	6	False	109776	maximal	True	ISR0228_000000002580	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	99.52799999999999	3.0	4.616256705878595e-05	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0164_000000008021	3136	0.5433711931986742	4	4	2	3	4	False	30291	fragment	False	ISR0164_000000008021	1.0		0	0	False	False	0.9993622303009033	0					non-mobilizable	no_good_hit	1080.0	99.259	67.0	0.006426551143890301	NZ_JAAITI010000004.1	firmicutes	Blautia luti strain MSK.16.34 NODE_4_length_167586_cov_139.322, whole genome shotgun sequence	True	False
MAD0016_000000003849	1598	0.5433648185548521	2	2	1	1	2	False	99956	maximal	False	AUS0018_000000015084	0.6207619047619047		0	0	False	False	1.0	0					non-mobilizable	chromosome	1598.0	100.0	100.0	0.0005777417136390819	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	False	False
ISR0816_000000011327	3731	0.5433647917205998	5	5	5	5	5	False	94807	fragment	False	ISR0816_000000011327	0.9697694038245219		0	0	False	False	0.995711624622345	0					non-mobilizable	no_good_hit	978.0	76.074	26.0	0.013435806701315936	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0028_000000011557	2652	0.5433647719378434	4	3	3	2	2	False	48940	maximal	True	FIJ0028_000000011557	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1636.0	99.205	62.0	0.000310095044605323	CP026153.1	enterobacteria	Klebsiella pneumoniae strain F10(AN) chromosome, complete genome	True	False
USA0057_01_000000001568	16017	0.543364147148757	16	5	4	4	1	True	63612	fragment	False	USA0057_01_000000001568	0.9593279059566382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	86.604	9.0	0.027560077938947825	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0221_000000001089	15795	0.543364147148757	15	5	4	4	1	True	63612	fragment	False	USA0057_01_000000001568	0.7992229273907497		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	96.539	7.0	0.0015806318304259562	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0056_000000000957	15366	0.543364147148757	15	5	4	4	1	True	63612	fragment	False	USA0057_01_000000001568	0.8054330475369018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	70.58800000000001	8.0	0.0004325319622012229	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0053_01_000000001300	14209	0.543364147148757	13	5	4	4	1	True	63612	fragment	False	USA0057_01_000000001568	0.4706183761716756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	70.667	9.0	0.0004325319622012229	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0007_000000000632	8647	0.5433632791635359	11	3	2	2	3	False	19875	maximal	True	MAD0007_000000000632	1.0		1	1	False	False	0.9930611848831177	0					non-mobilizable	no_good_hit	77.0	84.416	1.0	0.00040115278642836785	NZ_JH376767.1	CFB group bacteria	Prevotella histicola F0411 supercont1.6, whole genome shotgun sequence	True	False
ENG0153_000000010358	2880	0.5433631070993769	3	3	3	2	0	False	56957	fragment	False	ENG0153_000000010358	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0005_000000000759	13833	0.5433624008518958	20	7	4	7	3	True	105176	fragment	False	CHI0005_000000000759	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	0.0	9.283951090677494e-07	LR736844.1	bivalves	Pecten maximus genome assembly, chromosome: 7	True	True
USA0061_01_000000008803	1243	0.5433547910069755	2	2	2	1	1	False	886	fragment	False	USA0061_01_000000008803	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	677.0	92.171	100.0	0.00023854162145491335	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0132_000000013620	2273	0.5433519605683897	5	4	1	4	1	False	80912	maximal	True	CHI0132_000000013620	1.0		51	7	False	False	1.0	0					non-mobilizable	chromosome	2273.0	99.736	100.0	0.0006358889332655276	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0006_000000019270	1935	0.5433516340569583	3	2	1	1	2	False	51711	maximal	True	FIJ0006_000000019270	1.0		18	4	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	76.875	8.0	0.0010451786918408631	NZ_AEEC02000010.1	b-proteobacteria	Herbaspirillum frisingense GSF30 contig10, whole genome shotgun sequence	True	False
MON0080_000000029029	1869	0.5433485880027179	2	2	2	2	2	False	10048	fragment	False	MON0080_000000029029	1.0		0	0	False	False	0.9946495294570923	0					non-mobilizable	other	1869.0	100.0	100.0	0.000402442923338501	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MON0026_000000001899	9653	0.5433482632111062	9	3	3	1	1	True	112172	fragment	False	MON0026_000000001899	1.0		0	0	False	False	0.9995856285095215	0					non-mobilizable	no_good_hit	649.0	82.435	7.0	0.00047896454548492374	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	True
USA0011_01_000000012609	2942	0.5433459114645898	3	2	2	2	1	True	2025	maximal	True	USA0011_01_000000012609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	87.448	33.0	0.0004726155368308846	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0086_000000017093	1646	0.5433443494535635	2	2	2	2	1	False	33907	maximal	True	ISR0086_000000017093	1.0		6	2	False	False	0.9981774091720581	0					non-mobilizable	no_good_hit	465.0	81.505	28.0	0.043996945982057646	NZ_CABIWU010000073.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0046_000000011004	2807	0.543342662150929	2	2	1	1	2	False	128972	fragment	False	ISR0046_000000011004	1.0		0	0	False	True	0.9989312291145325	0					non-mobilizable	no_good_hit	1506.0	82.736	54.0	0.2607335303320007	KX125640.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time2_PI_5 genomic sequence	True	True
FIJ0150_000000013109	1847	0.5433413015549389	3	3	3	3	3	False	39805	maximal	True	FIJ0150_000000013109	1.0		11	1	False	False	0.9994586110115051	0					non-mobilizable	no_good_hit	1482.0	97.773	80.0	0.6397058823529411	KU547548.1	bacteria	Uncultured bacterium clone CH_08G_000_Contig_3 genomic sequence	True	False
SPA0087_000000012077	1164	0.5433409883412199	2	2	2	1	1	False	5467	maximal	True	SPA0087_000000012077	1.0		155	12	False	False	1.0	0					non-mobilizable	other	1164.0	96.735	100.0	0.005797664981704703	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
MAD0045_000000004651	6569	0.5433395395160234	8	6	4	5	6	False	17906	maximal	True	MAD0045_000000004651	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	82.165	16.0	0.00025582003927197724	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0101_000000005514	4711	0.543337841056743	7	7	0	5	7	True	15127	fragment	False	MAD0101_000000005514	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4711.0	99.512	100.0	0.05396425297891842	AP018354.1	enterobacteria	Escherichia coli plasmid pVE155 DNA, complete genome, strain: E155	False	True
CHI0175_000000002835	4408	0.543335027661008	7	7	5	7	4	False	88619	maximal	True	CHI0175_000000002835	1.0		4	1	False	False	0.9916061758995056	0					non-mobilizable	no_good_hit	267.0	83.521	6.0	0.37822349570200575	NZ_GG663518.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld14, whole genome shotgun sequence	True	False
SPA0119_000000018585	1706	0.5433342129727254	2	2	2	2	0	False	4214	maximal	True	SPA0119_000000018585	1.0		11	6	False	False	1.0	0					non-mobilizable	other	1056.0	82.292	99.0	0.0003103228584655447	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0108_000000007132	3053	0.5433317540039942	3	3	3	3	2	False	117290	fragment	False	ISR0108_000000007132	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2845.0	99.156	97.0	0.010916167365879683	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ITA0001_000000001178	2225	0.5433312110215993	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.3291238929174575	PS777	0	0	False	True	0.9991011023521423	0					non-mobilizable	other	2228.0	97.262	99.0	0.0008780322269468091	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
MAD0056_000000010798	1317	0.5433311554698531	2	1	1	1	1	False	17039	maximal	True	MAD0056_000000010798	1.0		16	5	False	False	0.9992406964302063	0					non-mobilizable	no_good_hit								True	False
FIJ0015_000000029779	1140	0.5433309875177379	1	1	1	1	1	False	96337	fragment	False	FIJ0015_000000029779	0.9411247803163445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.3472005173249987e-05	NZ_BEVZ01000002.1	high GC Gram+	Streptomyces fragilis strain NBRC 12862, whole genome shotgun sequence	True	False
CHI0142_000000014237	1310	0.5433302123961186	2	2	2	1	1	False	79972	fragment	False	CHI0142_000000014237	1.0		0	0	False	False	0.9923664331436157	0					non-mobilizable	no_good_hit	1143.0	99.475	87.0	0.0003414100834361998	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0134_000000013825	2822	0.5433300101842456	3	2	2	1	2	False	87632	maximal	True	ENG0134_000000013825	1.0		2	1	False	False	0.9939758777618408	0					non-mobilizable	no_good_hit	2485.0	100.0	88.0	0.0007524201485030202	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ENG0011_000000012672	2173	0.5433300101842456	2	2	2	1	2	False	91243	fragment	False	ENG0011_000000012672	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2176.0	96.691	100.0	0.00030721940168915586	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
FIJ0120_000000012517	1927	0.5433293940186248	3	2	2	2	2	False	109787	maximal	True	FIJ0120_000000012517	1.0		217	13	False	False	0.9937726855278015	0					non-mobilizable	no_good_hit	1040.0	71.058	53.0	0.004220389836205716	NZ_FOHN01000002.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
ISR0002_000000017989	1133	0.5433213656180211	1	1	1	1	1	False	38626	maximal	True	ISR0002_000000017989	1.0		57	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0199_000000017608	1738	0.5433204722399501	3	3	2	3	3	False	39493	maximal	True	ISR0199_000000017608	1.0		40	8	False	False	0.9982738494873047	0					non-mobilizable	chromosome	1738.0	99.94200000000001	100.0	0.00031352726658373325	CP022823.1	enterobacteria	Klebsiella quasivariicola strain KPN1705 chromosome, complete genome	False	False
CHI0184_000000004796	1822	0.5433183279919392	2	2	2	1	1	False	108061	maximal	True	CHI0184_000000004796	1.0		10	3	False	False	0.9994511604309082	0					non-mobilizable	chromosome	1070.0	96.729	97.0	0.00037722040434216326	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0114_000000014084	2726	0.5433167724074307	2	2	2	2	2	True	89821	fragment	False	FIJ0010_000000006100	0.6501474926253688		0	0	False	False	1.0	0					non-mobilizable	plasmid	2726.0	99.743	100.0	0.01725743019448649	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
SPA0099_000000002536	1906	0.5433167724074307	2	2	2	2	2	True	87137	fragment	False	FIJ0159_000000011440	0.47234513274336287		0	0	False	False	1.0	0					non-mobilizable	plasmid	1906.0	100.0	100.0	0.008786778780736429	CP054304.1	enterobacteria	Klebsiella pneumoniae strain MS14393 plasmid pMS14393A, complete sequence	False	True
DEN0063_000000025073	1949	0.5433087037297877	2	2	2	2	2	False	71511	maximal	True	DEN0063_000000025073	1.0		36	6	False	False	0.9989738464355469	0					non-mobilizable	chromosome	1949.0	99.897	100.0	0.0008022343957585357	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0301_000000007120	2471	0.5433039427307098	3	3	3	3	3	False	55385	maximal	True	ISR0301_000000007120	1.0		405	9	False	False	0.999190628528595	0					non-mobilizable	no_good_hit	2113.0	85.42399999999999	85.0	0.006482269808728473	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
MON0078_000000013684	3075	0.5433039129369822	4	3	3	3	3	False	104979	fragment	False	MON0078_000000013684	1.0		0	0	False	False	0.9996747970581055	0					non-mobilizable	no_good_hit	147.0	79.592	5.0	3.295311166718842e-05	NC_015064.1	bacteria	Granulicella tundricola MP5ACTX9, complete genome	True	False
ENG0174_000000002928	5257	0.5433038354573952	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9849960024121078		0	0	False	False	0.9988586902618408	0					non-mobilizable	no_good_hit	1712.0	88.96	54.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0062_000000005798	5226	0.5433038354573952	3	3	3	3	3	False	122831	fragment	False	ENG0125_000000004504	0.9833899316951409		0	0	False	False	0.999808669090271	0					non-mobilizable	no_good_hit	1712.0	88.96	54.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
SPA0001_000000005740	5728	0.5433032328099748	9	9	1	8	8	True	19242	fragment	False	SPA0001_000000005740	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5753.0	97.149	100.0	0.08987460815047021	CP013026.1	enterobacteria	Escherichia coli strain 2009C-3133 plasmid unnamed2, complete sequence	False	True
ITA0006_000000002620	9603	0.5432997090672301	10	3	2	2	2	True	31921	fragment	False	ITA0006_000000002620	1.0		0	0	False	False	0.9988545179367065	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	0.00010126582278481013	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
AST0048_000000002163	8490	0.5432991195496675	11	11	2	5	10	True	114993	maximal	True	AST0048_000000002163	1.0		24	5	False	False	1.0	0					non-mobilizable	other	8490.0	99.988	100.0	0.0035588799904079193	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	True
MAD0106_000000014170	1570	0.5432968934111977	2	2	2	2	2	False	45033	fragment	False	MAD0106_000000014170	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1567.0	94.831	99.0	0.04430290162774239	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	False	False
MON0005_000000022100	2422	0.5432952166372236	3	2	1	2	1	False	96085	fragment	False	MON0005_000000022100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	99.444	22.0	0.00010038838279907978	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0024_000000020515	2400	0.5432952166372236	2	2	1	2	1	False	96083	fragment	False	MON0024_000000020515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	75.714	17.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0089_000000006112	3754	0.5432951698797325	3	3	3	3	3	False	43585	maximal	True	FIJ0089_000000006112	1.0		26	2	False	False	0.9997336268424988	0					non-mobilizable	no_good_hit	1802.0	82.852	86.0	0.018715404699738904	NZ_CABKPS010000077.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0122_000000023473	1273	0.5432938280444769	2	2	2	2	1	True	59002	fragment	False	ENG0122_000000023473	0.9868532654792197		0	0	False	False	0.9984288811683655	0					non-mobilizable	other	1273.0	99.921	100.0	0.0009241251143350549	NZ_UWNY01000001.1	high GC Gram+	Varibaculum vaginae strain Marseille-P5644, whole genome shotgun sequence	False	True
ISR0286_000000018305	1179	0.5432938280444769	2	2	2	2	1	True	59002	fragment	False	ENG0122_000000023473	0.9509033778476041		0	0	False	False	0.9804919362068176	0					non-mobilizable	other	1152.0	99.74	98.0	0.0008362169863204782	NZ_UWNY01000001.1	high GC Gram+	Varibaculum vaginae strain Marseille-P5644, whole genome shotgun sequence	False	True
ISR0168_000000012800	1967	0.5432826413767508	3	3	3	3	1	False	63756	fragment	False	ISR0168_000000012800	0.9537084102062076		0	0	False	False	0.9989832043647766	0					non-mobilizable	other	1967.0	98.57700000000001	100.0	0.0006295214836213944	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MAD0025_000000008059	1593	0.5432813138230316	3	3	2	2	2	False	41665	maximal	True	MAD0025_000000008059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1390.0	96.54700000000001	87.0	0.0012629040792983745	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
AST0057_000000002638	2230	0.5432784348679166	2	2	1	1	1	True	113203	fragment	False	AST0057_000000002638	1.0		0	0	False	False	0.994618833065033	0					non-mobilizable	plasmid	2230.0	100.0	100.0	0.015015864675329924	CP054369.1	enterobacteria	Escherichia coli strain SCU-115 plasmid pSCU-115-1, complete sequence	False	True
USA0101_01_000000026342	1125	0.5432768875408206	2	2	2	2	2	False	347	fragment	False	USA0130_01_000000029196	0.931981981981982		0	0	False	False	1.0	0					non-mobilizable	other	676.0	97.633	95.0	0.00013011683487903383	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
FIJ0078_000000018192	1329	0.5432752086359343	2	2	2	2	1	False	58134	fragment	False	FIJ0078_000000018192	0.9946280991735538		0	0	False	False	0.981941282749176	0					non-mobilizable	other	1329.0	99.54899999999999	100.0	0.0033234647119622204	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
ISR0100_000000001798	5724	0.5432718234530924	5	3	0	3	1	False	33187	fragment	False	ISR0100_000000001798	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0180_000000008474	2044	0.5432667581939379	3	3	3	3	3	False	55334	fragment	False	ENG0180_000000008474	1.0		0	0	False	False	0.9955968856811523	0					non-mobilizable	other	2044.0	98.288	100.0	0.04771134983652499	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0075_000000000950	14614	0.5432658801959553	18	9	7	9	6	True	46502	maximal	True	FIJ0075_000000000950	1.0		5	1	False	False	0.9993157386779785	0					non-mobilizable	no_good_hit	548.0	73.358	4.0	0.00016129606626126192	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ENG0115_000000010730	1895	0.5432501820966575	4	3	3	2	1	False	59535	maximal	True	ENG0115_000000010730	1.0		1	1	False	False	0.9989445805549622	0					non-mobilizable	no_good_hit	1219.0	76.94800000000001	64.0	0.0037327453690045496	NZ_LGSS01000002.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_2c, whole genome shotgun sequence	True	False
SPA0010_000000024641	1101	0.5432492320977844	2	2	2	2	2	False	8061	fragment	False	SPA0010_000000024641	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	95.913	100.0	0.004814004376367615	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0210_000000007720	2480	0.5432467734588021	4	3	3	3	2	False	71765	maximal	True	ISR0210_000000007720	1.0		16	7	False	False	1.0	0					non-mobilizable	chromosome	2324.0	100.0	94.0	0.0010153611066430754	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
SPA0123_000000005016	1708	0.5432449804262233	2	1	1	1	1	False	4087	maximal	True	SPA0123_000000005016	1.0		10	5	False	False	0.9959016442298889	0					non-mobilizable	other	1708.0	97.89200000000001	100.0	0.020318042231056727	NZ_QJKD01000023.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_123, whole genome shotgun sequence	False	False
MON0005_000000021551	2480	0.5432435753120377	3	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.9559194828809805		0	0	False	False	0.9879032373428345	0					non-mobilizable	other	2336.0	98.545	94.0	0.04463397842882277	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0070_000000009464	2052	0.5432412902282079	3	3	2	3	1	False	79837	fragment	False	FIJ0070_000000009464	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2051.0	98.34200000000001	99.0	0.0005731956581548418	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0149_000000017025	2305	0.5432391862131842	3	2	2	2	1	True	3307	fragment	False	SPA0149_000000017025	1.0		0	0	False	False	0.9995661377906799	0			MPF_T		non-mobilizable	plasmid	2305.0	99.95700000000001	100.0	0.06766519823788546	CP056935.1	enterobacteria	Escherichia coli strain RHB42-C16 plasmid pRHB42-C16_3, complete sequence	False	True
MAD0024_000000004527	2717	0.5432355103326589	4	4	4	3	1	False	70405	maximal	True	MAD0024_000000004527	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	91.772	62.0	0.0004426253557162184	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0179_000000012495	2677	0.5432355103326589	4	4	4	3	1	False	55401	maximal	True	ENG0179_000000012495	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	91.75299999999999	48.0	0.000270914820895514	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0244_000000007452	3059	0.5432346471010657	4	4	4	2	2	False	27199	maximal	True	ISR0244_000000007452	1.0		12	3	False	False	0.9905197620391846	0					non-mobilizable	no_good_hit	1273.0	100.0	42.0	0.0044346207213928615	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
AST0006_000000004757	3022	0.5432336781634061	4	2	2	2	2	False	127571	maximal	True	AST0006_000000004757	1.0		6	3	False	False	0.9990072846412659	0					non-mobilizable	chromosome	3023.0	99.206	100.0	0.001006771706514713	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	False	False
FIJ0141_000000014758	1992	0.5432335844183749	3	2	2	2	1	False	58425	maximal	False	SPA0015_000000010826	0.6309183349221481		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	97.02600000000001	98.0	0.0003866951964554703	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0082_000000018128	2235	0.5432270269710039	3	3	3	2	2	False	69258	maximal	True	DEN0082_000000018128	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	92.46799999999999	17.0	8.665448526330746e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0098_000000035033	1119	0.543226806270242	2	2	2	2	2	False	5028	maximal	True	SPA0098_000000035033	1.0		2	1	False	False	0.9946380853652954	0					non-mobilizable	no_good_hit	109.0	80.734	10.0	0.00042456610930791756	NZ_KB899695.1	bacteria	Deinococcus aquatilis DSM 23025 F561DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ENG0002_000000004775	4125	0.543223050928396	5	2	2	2	1	True	68009	maximal	True	ENG0002_000000004775	1.0		6	4	False	False	0.9970909357070923	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	1.5037108487872792e-05	NZ_AP019846.1	fusobacteria	Leptotrichia hongkongensis strain JMUB5056	True	True
ISR0187_000000015883	1794	0.5432195958685194	3	2	1	1	2	False	29294	maximal	True	ISR0187_000000015883	1.0		2	2	False	False	0.9988851547241211	0					non-mobilizable	no_good_hit	1095.0	98.539	61.0	0.0003512277561105282	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
USA0016_01_000000008638	1736	0.5432195958685194	3	2	1	1	2	False	35766	maximal	True	USA0016_01_000000008638	1.0		61	11	False	False	0.9873272180557251	0					non-mobilizable	no_good_hit	1025.0	95.70700000000001	67.0	0.00015585579442620715	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
AST0026_000000018399	1431	0.5432195958685194	2	2	1	1	2	False	119227	fragment	False	AST0026_000000018399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	81.741	73.0	0.0009185473356898342	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
ISR0197_000000020043	1264	0.5432195958685194	3	2	1	1	2	False	35765	fragment	False	ISR0197_000000020043	0.9695173581710415		0	0	False	False	0.9359177350997925	0					non-mobilizable	chromosome	1197.0	93.15	95.0	0.00021556054678720005	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
CHI0021_000000007630	1204	0.5432195958685194	2	2	1	1	2	False	89245	fragment	False	CHI0021_000000007630	1.0		0	0	False	False	0.9991694092750549	0					non-mobilizable	other	1204.0	97.67399999999999	100.0	0.00027998755196773946	CP016318.1	firmicutes	Clostridioides difficile strain 630 delta erm, complete genome	False	False
ISR0002_000000017195	1187	0.5432195958685194	2	2	1	1	2	False	38629	maximal	True	ISR0002_000000017195	0.9620905947525912		20	7	False	False	1.0	0					non-mobilizable	other	1187.0	100.0	100.0	0.0007038203916825758	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	False
ISR0052_000000031980	1181	0.5432195958685194	3	2	1	1	2	False	35765	fragment	False	ISR0197_000000020043	0.9567780737199755		0	0	False	False	0.9771380424499512	0					non-mobilizable	other	1183.0	95.01299999999999	100.0	0.0017150742255685354	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
ISR0781_000000026431	1181	0.5432195958685194	2	2	1	1	2	False	35765	fragment	False	ISR0197_000000020043	0.9573054998803131		0	0	False	False	0.9754445552825928	0					non-mobilizable	other	1183.0	94.844	100.0	0.0017150742255685354	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
ISR0099_000000016367	1144	0.5432195958685194	2	2	1	1	2	False	38629	maximal	False	ISR0002_000000017195	0.952797404849481		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	100.0	100.0	0.004345165006025447	NZ_AJTG01000031.1	firmicutes	Aerococcus viridans LL1 Contig67, whole genome shotgun sequence	False	False
MON0041_000000062165	1142	0.5432195958685194	2	2	1	1	2	False	38629	maximal	False	ISR0002_000000017195	0.9550498995528481		0	0	False	False	0.9991243481636047	0					non-mobilizable	other	1142.0	99.912	100.0	0.0012948281770952725	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	False	False
USA0119_01_000000006235	3636	0.5432169751155786	4	1	1	1	1	False	54784	fragment	False	USA0119_01_000000006235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	88.333	2.0	1.5807652484567779e-06	LT594788.1	eudicots	Theobroma cacao genome assembly, chromosome: I	True	False
ENG0190_000000022176	1349	0.5432169751155786	2	1	1	1	1	False	54783	fragment	False	ENG0190_000000022176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0157_000000025731	1236	0.5432169751155786	2	1	1	1	1	False	30525	fragment	False	ISR0157_000000025731	0.9939341421143848		0	0	False	False	0.9983818531036377	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000021612	1154	0.5432169751155786	1	1	1	1	1	False	30525	fragment	False	ISR0157_000000025731	0.9611650485436893		0	0	False	False	0.998266875743866	0					non-mobilizable	no_good_hit								True	False
ENG0040_000000017759	1376	0.5432099189485629	2	1	1	1	1	False	64824	maximal	True	ENG0040_000000017759	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0101_000000023916	1178	0.543208867559731	2	1	1	1	1	False	42842	fragment	False	FIJ0098_000000018079	0.6999466132109915		0	0	False	False	0.9405772686004639	0					non-mobilizable	other	1159.0	95.686	98.0	0.01755849039438371	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
USA0009_01_000000002394	10139	0.5432021483423348	14	5	3	4	3	True	98541	maximal	True	USA0009_01_000000002394	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1250.0	96.96	15.0	0.0016753521864151491	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0009_000000003297	9777	0.5432021483423348	11	5	3	4	3	True	98546	maximal	True	FIJ0009_000000003297	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	99.84700000000001	21.0	0.004279678283247587	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
SPA0028_000000009769	2940	0.5432017522879744	4	4	4	4	3	False	115077	fragment	False	ISR0018_000000007133	0.9708220955579794		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	73.77	30.0	0.001109797912386861	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0038_000000003235	6296	0.5432016840765845	7	4	2	3	3	False	14337	maximal	True	MON0038_000000003235	1.0		1	1	False	False	0.9998411536216736	0					non-mobilizable	no_good_hit	888.0	75.90100000000001	29.0	0.0014444269194690486	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0061_01_000000005283	2064	0.5432016127358913	2	2	1	2	1	False	893	maximal	True	USA0061_01_000000005283	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0081_000000010018	5517	0.5432006098773875	5	4	3	3	4	False	44374	fragment	False	MON0081_000000010018	1.0		0	0	False	False	0.999818742275238	0					non-mobilizable	chromosome	4268.0	95.361	92.0	0.0014288421464339364	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0131_000000001896	6956	0.5431955480671667	6	6	6	5	5	False	103247	maximal	True	CHI0131_000000001896	1.0		332	11	False	False	1.0	0					non-mobilizable	other	6956.0	100.0	100.0	0.0020995072874486595	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
FIJ0090_000000004750	7395	0.5431953677062237	11	7	2	4	7	True	74253	fragment	False	FIJ0090_000000004750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2130.0	95.587	81.0	0.04866285714285714	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0007_000000002495	6859	0.5431953677062237	10	7	2	4	7	True	74253	fragment	False	FIJ0090_000000004750	0.9637592968221771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1923.0	95.684	80.0	0.04393142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0123_000000010549	3044	0.5431946178549406	3	3	2	3	1	False	105017	fragment	False	ISR0088_000000007877	0.7266021798045553		0	0	False	False	0.9983574151992798	0					non-mobilizable	no_good_hit	80.0	83.75	3.0	1.19443997380195e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
SPA0038_000000001795	14878	0.5431941961938077	15	10	4	6	9	True	7057	maximal	True	SPA0038_000000001795	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9007.0	79.96	61.0	0.0021630197326457184	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	True
FIJ0046_000000017781	1813	0.5431833817681337	3	3	2	3	1	False	46966	maximal	True	FIJ0046_000000017781	1.0		3	3	False	False	0.9988968372344971	0					non-mobilizable	no_good_hit	868.0	73.157	47.0	0.001154341998090481	NZ_LN908976.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0112_000000014529	2328	0.5431814405828087	3	3	3	3	3	False	67291	maximal	True	ISR0112_000000014529	1.0		19	6	False	False	0.9957044720649719	0					non-mobilizable	chromosome	2323.0	94.318	99.0	0.00032703687372509255	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0039_000000003410	7786	0.5431810917170671	13	6	2	3	6	False	110803	maximal	True	ISR0039_000000003410	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2360.0	95.89	67.0	0.00036110836728244335	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
FIJ0067_000000002101	14582	0.543178509471549	15	9	8	9	8	True	101309	maximal	True	FIJ0067_000000002101	1.0		21	4	False	False	1.0	0					non-mobilizable	plasmid	5280.0	98.163	91.0	0.04558305725634399	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0137_000000015152	1628	0.5431774236894392	2	2	2	2	2	False	119091	backbone	False	ISR0851_000000006747	0.22828209207723296	PS816	0	0	False	True	0.9932432174682617	0					non-mobilizable	no_good_hit	1447.0	97.719	89.0	0.006688189748475962	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
AST0092_000000003855	4468	0.5431772805887837	7	5	2	5	3	False	109716	maximal	True	AST0092_000000003855	1.0		2	2	False	False	0.9995523691177368	0					non-mobilizable	no_good_hit	1039.0	84.889	41.0	0.0002307855968422655	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0797_000000004265	2713	0.5431749219368558	4	4	4	3	2	False	21939	maximal	True	ISR0797_000000004265	1.0		1	1	False	False	0.999262809753418	0					non-mobilizable	no_good_hit	1060.0	76.887	74.0	0.0001620141076899927	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MON0011_000000024881	1886	0.5431722905626262	3	3	3	3	3	False	52147	maximal	True	MON0011_000000024881	1.0		64	9	False	False	1.0	0					non-mobilizable	other	1810.0	91.65700000000001	96.0	0.02835642693310711	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0037_000000018755	1294	0.5431674740236231	1	1	1	1	1	False	47456	fragment	False	FIJ0040_000000019130	0.9448302469135803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000006105	4736	0.5431647729337071	5	5	4	4	3	False	73110	maximal	True	ENG0168_000000006105	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	2567.0	99.68799999999999	54.0	0.0013528766429671511	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	False
ISR0356_000000009435	2063	0.5431610008283332	4	1	1	1	1	False	23914	fragment	False	ISR0356_000000009435	1.0		0	0	False	False	0.9980610609054565	0					non-mobilizable	no_good_hit								True	False
ENG0079_000000012043	2738	0.5431590657880184	4	3	3	3	3	False	106585	fragment	False	ENG0107_000000009843	0.9859785218085898		0	0	False	False	0.9978086352348328	0					non-mobilizable	other	2738.0	100.0	100.0	0.0008290555339986981	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
FIJ0123_000000003612	9113	0.5431585553803772	12	7	5	6	5	True	41386	maximal	True	FIJ0123_000000003612	1.0		0	0	False	False	0.9984637498855591	0					non-mobilizable	no_good_hit	67.0	85.075	1.0	0.00023559089821748302	NZ_AYZQ01000003.1	firmicutes	Lactobacillus brantae DSM 23927 Scaffold3, whole genome shotgun sequence	True	True
FIJ0121_000000007105	3657	0.5431580051638353	4	2	1	2	2	False	41494	maximal	True	FIJ0121_000000007105	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	71.513	13.0	0.00020015341001651163	NZ_LN831027.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain NCTC10562 chromosome 1	True	False
ENG0192_000000002439	6165	0.5431578491413728	6	6	6	6	4	False	54663	maximal	True	ENG0192_000000002439	1.0		99	8	False	False	0.9990267753601074	0					non-mobilizable	no_good_hit	2489.0	99.92	40.0	0.015162133668102843	NZ_SPHG01000007.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_7_length_164093_cov_57.8536, whole genome shotgun sequence	True	False
ISR0357_000000024067	1111	0.5431570990237378	2	2	2	2	2	False	116768	fragment	False	AST0035_000000013752	0.9484060402684564		0	0	False	False	0.9927992820739746	0					non-mobilizable	chromosome	1111.0	99.64	100.0	0.00015678783258618988	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MAD0053_000000003347	3707	0.5431564765111949	2	2	2	2	1	True	17227	fragment	False	MAD0053_000000003347	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	1.0	0.00013062471268843244	CP017294.1	g-proteobacteria	Pseudomonas aeruginosa strain PA83 plasmid unnamed1, complete sequence	True	True
FIJ0020_000000008805	2553	0.5431564765111949	2	2	2	2	1	True	49789	fragment	False	FIJ0020_000000008805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0025_000000003805	2863	0.5431553355079289	5	4	3	3	2	False	47616	maximal	True	MAD0025_000000003805	1.0		18	6	False	False	1.0	0					non-mobilizable	other	580.0	99.48299999999999	93.0	0.00013508179097457664	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MAD0070_000000004323	4106	0.5431540643364925	4	3	2	2	0	True	16383	maximal	True	MAD0070_000000004323	1.0		1	1	False	False	0.997077465057373	0					non-mobilizable	no_good_hit								True	True
USA0059_01_000000002437	9750	0.543152515416101	10	8	5	8	5	False	76813	maximal	True	USA0059_01_000000002437	1.0		6	3	False	False	0.9986666440963745	0					non-mobilizable	no_good_hit	5887.0	96.68799999999999	84.0	0.001560857084322155	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0292_000000017415	1195	0.5431476380155403	2	1	1	1	1	False	25860	maximal	True	ISR0292_000000017415	1.0		50	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0776_000000003392	7866	0.5431472715761467	10	9	5	6	7	True	71098	maximal	True	ISR0776_000000003392	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	87.15100000000001	18.0	0.0026555508033679533	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	True
ISR0830_000000005637	4207	0.5431421312599317	3	3	1	2	3	False	56581	maximal	True	ISR0830_000000005637	1.0		462	11	False	False	0.992155909538269	0					non-mobilizable	other	4207.0	100.0	100.0	0.04928463458361163	NZ_CZAI01000013.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CAN0003_000000007508	6314	0.5431418687105408	8	5	3	5	1	True	124833	fragment	False	CAN0003_000000007508	1.0		0	0	False	False	0.9996832609176636	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	9.74662793158969e-06	NC_008576.1	a-proteobacteria	Magnetococcus marinus MC-1, complete sequence	True	True
USA0135_01_000000001964	6769	0.5431406577339737	6	5	5	5	5	False	95671	fragment	False	USA0135_01_000000001964	1.0		0	0	False	False	0.9998522400856018	0					non-mobilizable	other	6370.0	99.56	94.0	0.03458912851037022	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0147_000000007928	3036	0.543139963903107	4	4	4	4	3	False	30956	maximal	True	ISR0147_000000007928	1.0		44	9	False	False	0.9825428128242493	0					non-mobilizable	no_good_hit	1021.0	73.751	32.0	0.00028826734770065406	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0265_000000010450	1629	0.5431397430538881	3	3	3	3	2	False	26599	fragment	False	ISR0265_000000010450	1.0		0	0	False	False	0.9938612580299377	0					non-mobilizable	no_good_hit	1036.0	78.764	63.0	0.04829826295720943	NZ_CABKPS010000054.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CAN0021_000000029765	1470	0.5431381565329336	2	2	2	1	0	True	91464	maximal	True	CAN0021_000000029765	1.0		2	2	False	False	0.9986394643783569	0					non-mobilizable	no_good_hit								True	True
ISR0172_000000000320	41345	0.5431378400429762	36	22	14	21	6	True	99309	fragment	False	ISR0172_000000000320	1.0		0	0	False	True	0.9988874197006226	0					non-mobilizable	plasmid	25156.0	95.79799999999999	97.0	0.34728045051402323	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
SPA0062_000000006370	5031	0.54313723076139	3	2	1	2	2	False	22522	maximal	True	SPA0062_000000006370	1.0		72	10	False	False	0.9952296018600464	0					non-mobilizable	other	5037.0	90.03399999999999	100.0	0.002591493101888441	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
CHI0151_000000009005	2778	0.5431348971168574	3	3	3	3	2	False	79483	maximal	True	CHI0151_000000009005	1.0		83	13	False	False	0.9964002966880798	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000009246	1995	0.5431293945268789	3	3	3	3	3	False	117310	maximal	False	MON0090_000000029355	0.9691176470588235		0	0	False	False	0.9989975094795227	0					non-mobilizable	other	1995.0	97.34299999999999	100.0	0.003907122562946997	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ENG0145_000000001359	19063	0.5431280219402563	14	5	5	5	3	True	57528	maximal	True	ENG0145_000000001359	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	10360.0	98.861	87.0	0.002005075213549802	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
MON0039_000000005117	7613	0.5431276496506847	7	5	5	5	3	False	11964	maximal	True	MON0039_000000005117	1.0		1	1	False	False	0.999868631362915	0					non-mobilizable	no_good_hit	90.0	84.444	1.0	1.374134058623402e-05	CP056483.1	enterobacteria	Klebsiella sp. RHBSTW-00464 chromosome, complete genome	True	False
MON0033_000000044330	1339	0.5431262497311811	2	2	2	2	2	False	12276	maximal	True	MON0033_000000044330	1.0		9	6	False	False	0.9985063672065735	0					non-mobilizable	other	1339.0	99.925	100.0	0.0005801789535531625	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	False	False
MON0083_000000010883	3119	0.5431222596106245	3	3	3	3	2	False	91319	fragment	False	MON0048_000000010648	0.8163104402816301		0	0	False	False	0.9990381598472595	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000003911	10917	0.5431215380605171	8	7	7	6	6	True	116516	maximal	True	CAN0003_000000003911	1.0		68	10	False	False	1.0	0					non-mobilizable	other	7155.0	98.854	99.0	0.04342351001636442	NZ_KE150241.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.4, whole genome shotgun sequence	False	True
FIJ0001_000000016563	1287	0.5431188563328763	1	1	1	1	1	False	52521	maximal	True	FIJ0001_000000016563	1.0		70	9	False	False	0.999222993850708	0					non-mobilizable	chromosome	1287.0	98.601	100.0	0.000252575643066229	CP052181.1	enterobacteria	Klebsiella pneumoniae strain F16KP0037 chromosome, complete genome	False	False
FIJ0088_000000020139	1451	0.5431186964066148	3	2	2	2	1	False	43645	fragment	False	FIJ0088_000000020139	1.0		0	0	False	False	0.9993107914924622	0					non-mobilizable	no_good_hit	1182.0	91.54	81.0	0.016827747912615806	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	False
ISR0135_000000006654	2825	0.5431176119381473	5	4	1	4	1	False	31431	maximal	True	ISR0135_000000006654	1.0		1	1	False	False	0.9883185625076294	0					non-mobilizable	no_good_hit								True	False
DEN0038_000000004403	1163	0.5431161280268613	1	1	1	1	1	False	73332	maximal	True	DEN0038_000000004403	1.0		146	8	False	False	1.0	0					non-mobilizable	other	1163.0	98.022	100.0	0.006590514649999433	NZ_CABMOJ010000047.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
MON0011_000000017959	2633	0.5431155569678958	3	3	3	3	3	False	13685	maximal	True	MON0011_000000017959	1.0		172	12	False	False	0.9996201992034912	0					non-mobilizable	other	2575.0	95.34	99.0	0.017623739327504398	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0008_01_000000003831	1894	0.5431150400802276	2	2	2	2	2	False	2101	maximal	True	USA0008_01_000000003831	1.0		167	10	False	False	1.0	0					non-mobilizable	other	1890.0	99.84100000000001	99.0	0.0005688967378635865	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0144_000000029268	1103	0.5431112768161507	1	1	1	1	1	False	40029	fragment	False	FIJ0144_000000029268	1.0		0	0	False	False	0.9981867671012878	0					non-mobilizable	other	1093.0	77.768	99.0	0.0005280394295420524	NZ_KB913034.1	firmicutes	Allobaculum stercoricanis DSM 13633 AllstDRAFT_scaffold1.1, whole genome shotgun sequence	False	False
FIJ0017_000000005440	5065	0.5431069476302939	6	6	5	6	4	False	96234	maximal	True	FIJ0017_000000005440	1.0		11	8	False	False	1.0	0					non-mobilizable	chromosome	3881.0	90.363	94.0	0.0018736246463376296	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
SPA0106_000000008329	4658	0.5431049571722131	3	3	3	3	2	False	4752	fragment	False	SPA0106_000000008329	1.0		0	0	False	False	0.997638463973999	0					non-mobilizable	other	4639.0	99.741	99.0	0.03173278233144953	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0843_000000006168	2676	0.5431042691071576	4	2	1	1	1	False	77089	fragment	False	ISR0843_000000006168	0.9998516540572616		0	0	False	False	1.0	0					non-mobilizable	other	2674.0	96.29799999999999	99.0	0.011874963877169038	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0187_000000006862	2437	0.5431042691071576	3	2	1	1	1	False	77089	fragment	False	ISR0843_000000006168	0.9700808518649348		0	0	False	False	0.9983586668968201	0					non-mobilizable	other	2437.0	96.389	100.0	0.010821288684773282	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
DEN0085_000000013393	2247	0.5431042691071576	2	2	1	1	1	False	77089	fragment	False	ISR0843_000000006168	0.6405416495691424		0	0	False	False	1.0	0					non-mobilizable	other	2247.0	96.351	100.0	0.00997657017610158	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0078_000000036862	1289	0.5431025689968335	2	2	2	1	1	False	10137	fragment	False	MON0078_000000036862	1.0		0	0	False	False	0.9976726174354553	0					non-mobilizable	no_good_hit	240.0	74.167	18.0	9.00606740677379e-05	NZ_LN879430.1	firmicutes	Herbinix luporum strain SD1D chromosome I	True	False
MON0088_000000024135	1341	0.5431000530982487	2	2	2	2	2	False	110603	fragment	False	MON0088_000000024135	0.9373408603635334		0	0	False	False	0.9932885766029358	0					non-mobilizable	other	1341.0	93.139	100.0	0.0004034483391928685	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0843_000000001550	8780	0.5430962542263863	9	7	3	7	4	True	86826	fragment	False	ISR0843_000000001550	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8790.0	92.765	100.0	0.207770709674368	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
ISR0031_000000010202	2216	0.5430932221143459	4	4	4	4	4	False	37015	maximal	True	ISR0031_000000010202	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.2426730830020185e-05	CP024185.2	g-proteobacteria	Moraxella osloensis strain TT16 chromosome, complete genome	True	False
ISR0310_000000004882	3268	0.5430904999182915	3	3	3	3	3	False	83683	fragment	False	ISR0310_000000004882	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3268.0	99.725	100.0	0.0006171983539865876	CP041934.1	enterobacteria	Klebsiella pneumoniae strain KP14003 chromosome, complete genome	False	False
FIJ0083_000000010836	3217	0.5430890308233135	4	4	4	3	1	False	128953	maximal	True	FIJ0083_000000010836	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1500.0	81.333	67.0	0.00024354878626601332	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ENG0145_000000018568	1586	0.5430889578968984	3	2	0	1	1	True	57477	maximal	True	ENG0145_000000018568	1.0		1	1	False	False	0.9873896837234497	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	1.14344109122177e-05	LT594516.1	apicomplexans	Plasmodium ovale genome assembly, chromosome: 12	True	True
MON0080_000000024575	2152	0.5430869388164394	3	3	3	3	2	False	10052	maximal	True	MON0080_000000024575	1.0		21	9	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	76.923	7.0	3.1986613145447014e-05	NZ_CP023665.1	firmicutes	Bacillus paralicheniformis strain Bac84 chromosome, complete genome	True	False
MON0075_000000004063	4798	0.5430828793391307	8	5	5	4	4	False	131675	maximal	False	SPA0077_000000005750	0.9503358436800325		0	0	False	False	0.9997915625572205	0					non-mobilizable	no_good_hit	900.0	87.556	19.0	0.00027322779299945263	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0320_000000016047	1617	0.5430817296128231	2	1	1	1	1	False	25055	fragment	False	ISR0320_000000016047	1.0		0	0	False	False	0.9993815422058105	0					non-mobilizable	no_good_hit	55.0	94.545	3.0	1.9615455646679012e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ENG0135_000000005124	3996	0.5430790779837135	4	4	4	2	0	False	58104	fragment	False	ENG0135_000000005124	1.0		0	0	False	False	0.989739716053009	0					non-mobilizable	no_good_hit	462.0	85.281	12.0	0.00039572581780474323	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
SPA0023_000000012912	2102	0.5430777715080699	2	2	2	2	2	False	7622	maximal	True	SPA0023_000000012912	1.0		5	4	False	False	1.0	0					non-mobilizable	chromosome	2102.0	91.912	100.0	0.0007200642951269709	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ENG0135_000000016098	1404	0.5430688765007599	2	1	1	1	1	False	58068	maximal	True	ENG0135_000000016098	1.0		0	0	False	False	0.9693732261657715	0					non-mobilizable	no_good_hit	1086.0	98.711	77.0	0.007086732461153602	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	False
AST0113_000000017736	2131	0.5430687898678324	4	4	4	3	3	False	106609	fragment	False	ENG0027_000000009711	0.8204980408569162		0	0	False	False	0.9990614652633667	0					non-mobilizable	other	2131.0	98.311	100.0	0.008372180776215146	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0064_000000010578	1992	0.54306863598476	3	3	3	2	2	False	17269	maximal	True	MAD0064_000000010578	1.0		1	1	False	False	0.9819276928901672	0					non-mobilizable	no_good_hit	100.0	79.0	5.0	0.0039463948039135084	NZ_FQXP01000016.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
ISR0165_000000013343	1710	0.5430677377834654	3	2	1	2	1	False	30240	fragment	False	ISR0165_000000013343	1.0		0	0	False	False	0.9976608157157898	0					non-mobilizable	no_good_hit	1060.0	98.01899999999999	88.0	0.0003009383702110835	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0012_000000006389	3177	0.5430624604553902	4	4	3	4	2	False	125541	maximal	True	AST0012_000000006389	1.0		3	2	False	False	0.9858356714248657	0					non-mobilizable	no_good_hit								True	False
ENG0139_000000018956	1205	0.5430621952172949	2	1	0	1	1	False	57820	fragment	False	ENG0139_000000018956	1.0		0	0	False	False	0.9883817434310913	0					non-mobilizable	plasmid	1210.0	96.529	98.0	0.2726449275362319	CP055938.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_5, complete sequence	False	True
ENG0135_000000005706	3671	0.5430554395171225	4	3	3	3	3	False	103031	fragment	False	ISR0354_000000005093	0.9591631422044958		0	0	False	False	0.9931898713111877	0					non-mobilizable	other	3452.0	81.46	94.0	0.9997091332169866	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
TAN0007_000000021916	1843	0.5430533654802986	2	2	2	2	2	False	2817	maximal	True	TAN0007_000000021916	1.0		1	1	False	False	0.9810092449188232	0					non-mobilizable	no_good_hit	863.0	95.59700000000001	47.0	0.000210852995988154	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0184_000000005574	4156	0.5430517333799129	4	3	2	2	2	False	106944	maximal	True	ENG0184_000000005574	1.0		15	5	False	False	0.9853224158287048	0					non-mobilizable	no_good_hit	1372.0	73.251	33.0	0.018848693855325803	NZ_LOHE01000056.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00056, whole genome shotgun sequence	True	False
MAD0093_000000009852	3063	0.5430460720050679	3	3	3	3	3	False	39406	maximal	True	MAD0093_000000009852	1.0		75	10	False	False	0.9990205764770508	0					non-mobilizable	chromosome	1345.0	85.874	95.0	0.00046742132612414655	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0113_000000012476	2251	0.5430460128490582	3	3	3	3	1	False	59612	maximal	True	ENG0113_000000012476	1.0		0	0	False	False	0.9840071201324463	0					non-mobilizable	no_good_hit	299.0	95.652	13.0	0.07308641975308643	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
ETH0001_000000008998	3046	0.5430448938937328	5	3	2	2	2	True	53561	maximal	True	ETH0001_000000008998	1.0		3	2	False	False	0.9996716976165771	0					non-mobilizable	no_good_hit	522.0	76.82	17.0	0.004530744336569579	NZ_QEKJ01000007.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_107, whole genome shotgun sequence	True	True
AST0047_000000003552	5642	0.5430414045245576	7	6	4	5	5	False	122193	fragment	False	FIJ0096_000000004876	0.6362932226832642		0	0	False	False	0.9966323971748352	0					non-mobilizable	other	5605.0	96.806	99.0	0.09722077651712294	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0147_000000011824	2068	0.543034563317431	2	2	2	2	1	False	131313	fragment	False	ISR0147_000000011824	1.0		0	0	False	False	0.9927465915679932	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	9.476062101935125e-06	CP013923.1	b-proteobacteria	Achromobacter denitrificans strain USDA-ARS-USMARC-56712, complete genome	True	False
MON0031_000000010114	3384	0.5430339067883849	3	3	3	3	3	False	68956	maximal	True	MON0031_000000010114	1.0		14	3	False	False	0.9976359605789185	0					non-mobilizable	other	3149.0	80.946	93.0	0.0008316146189096166	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
DEN0062_000000005123	3429	0.5430197056700242	2	2	2	2	2	False	85340	maximal	True	DEN0062_000000005123	1.0		1	1	False	False	0.9848352074623108	0					non-mobilizable	no_good_hit	1272.0	98.506	37.0	0.006469279828164526	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0093_000000007412	2446	0.5430173472474028	3	2	2	1	2	False	109551	maximal	True	AST0093_000000007412	1.0		2	2	False	False	0.997955858707428	0					non-mobilizable	no_good_hit	685.0	95.47399999999999	43.0	0.02396132557976599	HM197723.1	firmicutes	Lactococcus lactis subsp. lactis strain IL594 plasmid pIL7, complete sequence	True	False
CHI0117_000000006095	2416	0.5430171902793797	4	3	2	3	1	False	82094	maximal	True	CHI0117_000000006095	1.0		11	3	False	False	0.9995861053466797	0					non-mobilizable	no_good_hit	884.0	99.54799999999999	69.0	0.00030676764869371875	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
FIJ0042_000000022131	1104	0.5430114103573127	4	2	2	2	1	True	47260	maximal	True	FIJ0042_000000022131	1.0		1	1	False	False	0.9981883764266968	0					non-mobilizable	no_good_hit	946.0	97.35700000000001	85.0	0.000302592981700009	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ENG0075_000000015280	1608	0.5430097097940471	2	2	2	1	2	False	121112	fragment	False	ENG0200_000000010145	0.5940940498159761		0	0	False	False	1.0	0					non-mobilizable	chromosome	1608.0	99.316	100.0	0.0005065225415138878	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0063_000000013892	1973	0.5430095536501165	2	2	1	2	1	False	45593	fragment	False	FIJ0063_000000013892	1.0		0	0	False	False	0.9574252367019653	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.0027439547247470417	XM_026440045.1	bees	PREDICTED: Apis mellifera DNA-dependent protein kinase catalytic subunit (LOC552548), mRNA	True	False
CHI0045_000000010831	1942	0.5430076157334603	2	2	1	2	2	False	87139	maximal	False	ISR0326_000000009739	0.9645906579608238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	82.25399999999999	46.0	0.00027003579410632514	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	True	False
MAD0038_000000009359	1569	0.5430074487159102	3	2	1	2	1	False	18540	maximal	True	MAD0038_000000009359	1.0		19	5	False	False	0.9859783053398132	0					non-mobilizable	no_good_hit	288.0	74.306	18.0	6.492638674705533e-05	NZ_ARWH01000001.1	b-proteobacteria	Methyloversatilis universalis Fam500 Metunv3DRAFT_Contig245.1_C, whole genome shotgun sequence	True	False
ISR0118_000000008163	1963	0.5430046844173978	3	3	3	1	2	True	32381	maximal	True	ISR0118_000000008163	1.0		45	8	False	False	0.9954151511192322	0					non-mobilizable	no_good_hit	1139.0	99.824	58.0	0.00047268008779056535	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	True
FIJ0009_000000004704	7122	0.5430035505842807	8	4	3	3	3	True	128106	maximal	True	FIJ0009_000000004704	0.9997191709043207		12	1	True	True	1.0	41					non-mobilizable	no_good_hit	1676.0	90.75200000000001	61.0	0.25288053365676166	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0003_000000003537	7060	0.5430035505842807	8	4	3	3	3	True	128106	maximal	False	FIJ0009_000000004704	0.999292950395989		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1846.0	91.441	61.0	0.27850212249848394	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0157_000000002767	7059	0.5430035505842807	8	4	3	3	3	True	128106	maximal	False	FIJ0009_000000004704	0.9997164511299106		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1845.0	91.382	61.0	0.27850212249848394	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0086_000000004238	6990	0.5430035505842807	9	4	3	3	3	True	128106	maximal	False	FIJ0009_000000004704	0.9914713333694879		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	1676.0	90.75200000000001	60.0	0.25288053365676166	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ENG0172_000000021754	1129	0.5430018067784431	2	2	2	2	2	False	55700	maximal	True	ENG0172_000000021754	1.0		3	1	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	4.0	1.1027422311153424e-05	CP005587.1	a-proteobacteria	Hyphomicrobium denitrificans 1NES1, complete genome	True	False
SPA0106_000000025697	1490	0.5430016010879671	2	2	2	2	2	False	4739	maximal	True	SPA0106_000000025697	1.0		318	14	False	False	1.0	0					non-mobilizable	chromosome	738.0	96.61200000000001	100.0	0.00023722628325398393	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0255_000000017658	1830	0.5429993194959051	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.11888185707749807		0	0	False	False	1.0	0					non-mobilizable	chromosome	1830.0	99.29	100.0	0.0005091693635382956	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0043_000000014193	1978	0.5429949914595478	2	2	2	2	2	False	25379	maximal	True	MON0043_000000014193	0.9897383273473577		643	15	False	False	0.9989888668060303	0					non-mobilizable	chromosome	1976.0	98.178	99.0	0.0006365786812861661	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0309_000000009711	1949	0.5429949914595478	2	2	2	2	2	False	25379	maximal	False	MON0043_000000014193	0.9825581395348837		0	0	False	False	0.9979476928710938	0					non-mobilizable	chromosome	1949.0	98.204	100.0	0.0006278760866559249	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CAN0021_000000023447	1856	0.5429937719108776	2	2	1	2	0	True	91744	fragment	False	CAN0021_000000023447	0.9581267217630853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00011645912500377414	AC051638.24	rodents	Mus musculus chromosome 6, clone RP23-177J17, complete sequence	True	True
CAN0011_000000003952	8043	0.5429857330572955	7	7	7	7	7	False	94544	maximal	True	CAN0011_000000003952	1.0		8	6	False	False	0.9996269941329956	0					non-mobilizable	other	8011.0	92.598	99.0	0.002246569583235206	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0079_000000004604	6652	0.5429844731209982	4	4	4	4	2	False	99235	maximal	True	ENG0079_000000004604	1.0		37	8	False	False	0.9971437454223633	0					non-mobilizable	no_good_hit	2432.0	80.551	42.0	0.0007341362596265039	CP036295.1	d-proteobacteria	Desulfovibrio desulfuricans strain IC1 chromosome, complete genome	True	False
ISR0125_000000003482	4307	0.5429843149804454	5	4	0	2	4	False	32050	maximal	True	ISR0125_000000003482	1.0		1	1	False	False	0.9997678399085999	0					non-mobilizable	no_good_hit	1296.0	86.111	30.0	0.020783476012270923	CP016744.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2 plasmid pJM2C, complete sequence	True	False
SPA0032_000000011563	2401	0.5429838386471442	1	1	1	1	1	False	7241	fragment	False	SPA0032_000000011563	1.0		0	0	False	False	0.9995834827423096	0					non-mobilizable	no_good_hit	62.0	100.0	3.0	0.00034857142857142856	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0389_000000007184	2921	0.5429833349005744	2	1	1	1	1	False	22911	fragment	False	ISR0389_000000007184	1.0		0	0	False	False	0.9931530356407166	0					non-mobilizable	no_good_hit	501.0	100.0	17.0	0.0997207818109294	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
USA0045_01_000000012967	1111	0.5429833349005744	1	1	1	1	1	False	1198	fragment	False	USA0045_01_000000012967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	100.0	5.0	0.00997207818109294	NZ_WKRD01000017.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold17_size5014, whole genome shotgun sequence	True	False
SPA0010_000000009102	2475	0.5429749142840199	4	4	4	3	3	False	123000	fragment	False	ISR0157_000000012693	0.3874100077712677		0	0	False	False	0.9995959401130676	0					non-mobilizable	other	2481.0	87.868	100.0	0.0007687239182956292	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0197_000000002898	7249	0.5429697250710771	6	6	5	5	6	False	50125	maximal	True	ISR0197_000000002898	0.9984833861850269		33	4	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	74.561	25.0	0.004508686315243704	AP012299.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC1 DNA, complete genome	True	False
ISR0186_000000004856	4904	0.5429691479675309	5	5	5	5	3	False	29352	maximal	True	ISR0186_000000004856	1.0		1	1	False	False	0.9900081753730774	0					non-mobilizable	no_good_hit	2540.0	79.72399999999999	73.0	0.0007079195371740662	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0030_000000003652	7787	0.5429660528511203	12	8	7	8	6	True	91795	fragment	False	MON0030_000000003652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	794.0	75.819	10.0	0.0002743181086202113	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0121_000000015964	1607	0.5429644627495901	1	1	1	1	1	False	88816	maximal	True	ISR0121_000000015964	1.0		392	10	False	False	1.0	0					non-mobilizable	other	1415.0	99.29299999999999	99.0	0.0004539634800185438	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0151_000000001864	8342	0.5429556222064762	9	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.9081151258383412		0	0	False	False	1.0	0					non-mobilizable	other	7609.0	95.28200000000001	97.0	0.1737142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0087_000000003049	8239	0.5429556222064762	10	5	2	3	4	True	113134	fragment	False	ISR0042_000000002093	0.8806944443396991		0	0	False	False	1.0	0					non-mobilizable	other	7576.0	95.525	98.0	0.17296	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0080_000000004998	5076	0.5429520855815043	5	5	4	4	5	False	72146	maximal	True	FIJ0080_000000004998	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	77.419	25.0	0.00044734310593184435	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0134_000000005024	3127	0.5429518676399366	2	2	2	2	1	False	40636	maximal	True	FIJ0134_000000005024	1.0		31	7	False	False	1.0	0					non-mobilizable	other	1595.0	86.771	95.0	0.0025474523073669435	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
SPA0149_000000006268	5438	0.5429514351730982	7	6	4	4	5	True	80278	fragment	False	DEN0073_000000007026	0.35942065902505194		0	0	False	False	1.0	0					non-mobilizable	chromosome	5442.0	96.509	100.0	0.001230584191506865	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0127_000000004809	5326	0.5429514351730982	6	6	4	4	5	True	80278	fragment	False	DEN0073_000000007026	0.3576631408636055		0	0	False	False	1.0	0					non-mobilizable	chromosome	5334.0	96.288	100.0	0.0012059227322543831	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
FIJ0099_000000002907	7728	0.5429509945216362	10	6	1	3	5	True	42819	maximal	True	FIJ0099_000000002907	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	92.0	6.0	0.001745855058878669	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	True
MON0058_000000032947	1585	0.5429498954012912	2	2	2	2	1	False	10999	maximal	True	MON0058_000000032947	1.0		9	3	False	False	0.9993690848350525	0					non-mobilizable	other	1585.0	99.55799999999999	100.0	0.005101202840442491	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	False	False
FIJ0092_000000028981	1293	0.5429444534096329	3	2	1	2	1	True	43269	fragment	False	FIJ0092_000000028981	1.0		0	0	False	False	0.9806651473045349	0					non-mobilizable	no_good_hit								True	True
ISR0071_000000002544	3046	0.5429442969371905	4	3	1	2	3	False	65322	maximal	False	ENG0036_000000007529	0.9908306364617044		0	0	False	False	0.9993433952331543	0					non-mobilizable	other	3046.0	100.0	100.0	0.014696513378894938	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0004_000000009680	1954	0.5429438550837463	2	2	2	2	1	False	71453	fragment	False	ISR0004_000000009680	0.97151794553064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	4.0	2.3608731936574868e-05	CP034086.1	a-proteobacteria	Methylocystis rosea strain GW6 chromosome, complete genome	True	False
ITA0003_000000001475	3528	0.5429367402961028	3	3	2	3	2	False	31540	maximal	True	ITA0003_000000001475	1.0		3	3	False	False	0.9926303625106812	0					non-mobilizable	no_good_hit	1193.0	95.47399999999999	41.0	0.00038420343700916964	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CAN0003_000000021064	2365	0.5429364518554295	4	2	2	2	0	False	96642	maximal	True	CAN0003_000000021064	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0102_01_000000006958	1923	0.5429331913250766	2	2	2	1	1	False	336	maximal	True	USA0102_01_000000006958	1.0		10	5	False	False	0.9989599585533142	0					non-mobilizable	no_good_hit	126.0	92.06299999999999	7.0	3.495417228380215e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0017_000000027446	1186	0.5429318976271763	2	2	2	2	2	False	37830	fragment	False	ISR0017_000000027446	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1126.0	97.602	100.0	0.00025453340971598145	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0068_000000013671	3063	0.5429292202984121	3	3	3	3	2	False	130868	maximal	True	MON0068_000000013671	1.0	PS1128	10	4	False	True	1.0	0					non-mobilizable	no_good_hit	1292.0	95.279	47.0	0.021077551020408165	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ENG0082_000000000846	18948	0.5429276347060826	28	6	4	6	2	True	61640	fragment	False	ENG0082_000000000846	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14066.0	96.133	91.0	0.0037622123275987424	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0386_000000025345	1103	0.5429228284769133	1	1	1	1	1	False	32439	fragment	False	ISR0115_000000030149	0.9487284659557014		0	0	False	False	1.0	0					non-mobilizable	chromosome	1117.0	77.35	99.0	0.00023675806156910547	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	False	False
SPA0102_000000010878	3364	0.5429216375998754	4	4	1	3	2	True	4914	maximal	True	SPA0102_000000010878	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	99.51299999999999	18.0	0.0034745762711864405	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
CHI0091_000000002801	1639	0.5429194598909334	2	2	2	2	1	False	83724	fragment	False	CHI0091_000000002801	1.0		0	0	False	False	0.9774252772331238	0	Inc18				non-mobilizable	chromosome	1641.0	99.87799999999999	100.0	0.0007628471128795106	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
ENG0193_000000008691	2349	0.5429172429482041	4	3	2	2	3	False	56888	fragment	False	ENG0193_000000008691	0.997414907367514		0	0	False	False	0.9885057210922241	0					non-mobilizable	other	2350.0	99.66	100.0	0.011223821833176452	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0009_000000001550	13683	0.5429163518461486	15	8	3	8	3	True	38395	fragment	False	ISR0009_000000001550	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7061.0	100.0	90.0	0.18543324665773644	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0139_000000009630	2607	0.5429144702569134	4	3	3	3	2	False	31311	maximal	True	ISR0139_000000009630	1.0		6	3	False	False	0.9769850373268127	0					non-mobilizable	no_good_hit	61.0	83.60700000000001	2.0	0.00021497362990139876	NZ_QSBM01000007.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf7, whole genome shotgun sequence	True	False
ENG0170_000000009541	1412	0.5429093798685949	3	1	1	1	1	False	55838	maximal	True	ENG0170_000000009541	1.0		397	13	False	False	1.0	0					non-mobilizable	other	1412.0	99.221	100.0	0.005572141661137965	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0384_000000016611	1227	0.5429093798685949	3	1	1	1	1	False	38062	fragment	False	ISR0384_000000016611	0.9732449435419732		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	99.104	100.0	0.004841563200960414	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0309_000000019335	1111	0.5429093798685949	2	1	1	1	1	False	38062	fragment	False	ISR0384_000000016611	0.9417601324691788		0	0	False	False	0.9990999102592468	0					non-mobilizable	other	1111.0	99.19	100.0	0.0043834707610653015	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CAN0016_000000009218	4987	0.5429062572754507	3	3	3	3	3	False	93007	maximal	True	CAN0016_000000009218	1.0		390	12	False	False	1.0	0					non-mobilizable	chromosome	4987.0	99.96	100.0	0.0007685329975176045	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0010_000000007553	3651	0.5429052808051427	4	4	4	3	2	False	126382	fragment	False	AST0010_000000007553	1.0		0	0	False	False	0.9997261166572571	0					non-mobilizable	no_good_hit								True	False
FIJ0107_000000010505	2555	0.5428985866241035	4	2	2	2	2	True	48280	maximal	True	FIJ0107_000000010505	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0363_000000011750	1591	0.5428985694561492	2	2	2	2	2	False	30545	maximal	False	ISR0157_000000018381	0.9619407321324811		0	0	False	False	0.9924575686454773	0					non-mobilizable	chromosome	1591.0	100.0	100.0	0.0006580384989769364	CP043523.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 chromosome, complete genome	False	False
USA0120_01_000000002730	4290	0.54289854408866	5	5	5	4	4	False	119447	maximal	True	USA0120_01_000000002730	1.0		154	11	False	False	0.9878787994384766	0					non-mobilizable	other	4281.0	99.11200000000001	99.0	0.0009982987626601268	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0138_000000002710	7222	0.5428971841792153	9	6	4	4	4	True	94709	maximal	True	SPA0138_000000002710	1.0		91	9	False	False	0.9997230768203735	0					non-mobilizable	no_good_hit	2117.0	77.421	50.0	0.009692145507572135	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	True	True
SPA0097_000000026017	1258	0.5428957562265254	2	2	1	2	1	False	5105	fragment	False	SPA0097_000000026017	1.0		0	0	False	False	0.9841017723083496	0					non-mobilizable	other	1251.0	82.654	99.0	0.00828049335152634	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0130_000000002131	10193	0.5428940183392064	17	3	0	3	1	False	40896	maximal	True	FIJ0130_000000002131	1.0		2	1	False	False	0.9988227486610413	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	5.529050444129108e-06	CP012184.1	high GC Gram+	Pseudonocardia sp. EC080619-01, complete genome	True	False
ENG0186_000000002127	9164	0.5428940183392064	11	3	0	3	1	False	55031	fragment	False	ENG0186_000000002127	1.0		0	0	False	False	0.9998908638954163	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00011724789869781553	NZ_AUAX01000018.1	high GC Gram+	Hamadaea tsunoensis DSM 44101 G401DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
SPA0021_000000013007	2558	0.5428902016797115	3	3	3	3	3	False	103370	fragment	False	SPA0021_000000013007	0.9981825525040388		0	0	False	False	1.0	0					non-mobilizable	other	2559.0	98.945	100.0	0.01007408460493476	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0089_000000015420	1268	0.5428898199411851	2	2	2	1	1	False	68811	maximal	True	DEN0089_000000015420	1.0		76	10	False	False	1.0	0					non-mobilizable	other	1268.0	99.921	100.0	0.009874522640480088	NZ_WNCH01000008.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold8_size127380, whole genome shotgun sequence	False	False
MON0004_000000028669	1576	0.542888301178052	4	3	3	0	0	False	14203	maximal	True	MON0004_000000028669	1.0		0	0	False	False	0.8978426456451416	0					non-mobilizable	no_good_hit	215.0	93.023	27.0	0.001034356089167295	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0132_000000016815	1944	0.5428881300884262	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.07447665966090071		0	0	False	False	0.998971164226532	0					non-mobilizable	other	1954.0	98.772	100.0	0.005940883193049805	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0039_000000021184	1757	0.5428881300884262	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.07619796497147745		0	0	False	False	1.0	0					non-mobilizable	other	1757.0	99.26	100.0	0.006034053227496864	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0106_000000020811	1339	0.5428839173038552	3	2	2	2	1	False	42329	maximal	True	FIJ0106_000000020811	1.0		16	8	False	False	0.9962658882141113	0					non-mobilizable	no_good_hit	567.0	82.54	42.0	0.0028175075817477553	NZ_FCOU01000005.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
MAD0014_000000008249	3618	0.5428833563543722	3	3	2	3	3	True	19518	maximal	True	MAD0014_000000008249	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	76.721	30.0	0.00039317350261936136	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
MON0067_000000012494	1465	0.5428814251652272	2	2	2	1	2	False	10590	maximal	True	MON0067_000000012494	1.0		22	6	False	False	1.0	0					non-mobilizable	chromosome	1465.0	99.181	100.0	0.00022282508109371804	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
MON0101_000000036692	1765	0.5428808922314352	3	3	3	2	2	False	110604	maximal	False	FIJ0051_000000010587	0.5132644694618134		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	93.314	100.0	0.0005311066196538955	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0042_000000014942	1765	0.5428808922314352	3	3	3	2	2	False	110604	maximal	False	FIJ0051_000000010587	0.6080313210945626		0	0	False	False	0.9943342804908752	0					non-mobilizable	other	1765.0	93.428	100.0	0.0005311066196538955	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0058_000000005231	3548	0.542879994056975	6	2	2	2	1	False	85923	maximal	True	CHI0058_000000005231	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	73.295	19.0	0.0033492492551743186	NZ_FQXV01000009.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0115_000000013852	1712	0.54287770978242	3	3	1	3	2	False	41726	maximal	True	FIJ0115_000000013852	1.0		92	13	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	94.789	47.0	0.001859858289901941	NZ_FOZH01000005.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ENG0193_000000016639	1189	0.542874865104619	1	1	1	1	1	False	54569	maximal	True	ENG0193_000000016639	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0023_000000005592	5314	0.5428745223689164	5	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.43183416744702596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	93.846	5.0	0.0018381307915332284	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ISR0362_000000010446	2040	0.5428733301095651	2	1	1	1	1	False	29207	maximal	True	ISR0362_000000010446	1.0		241	11	False	False	0.9921568632125854	0					non-mobilizable	no_good_hit	623.0	79.294	30.0	0.0013274753132413522	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
ISR0282_000000015612	1557	0.5428643929881254	2	2	2	2	1	False	26133	maximal	False	MON0025_000000025272	0.9709480122324159		0	0	False	False	0.9987154603004456	0					non-mobilizable	no_good_hit	456.0	75.0	28.0	0.003891977760127085	NZ_PGLQ01000006.1	high GC Gram+	Bifidobacterium scaligerum strain TRE D NODE_6_length_113310_cov_59.401535, whole genome shotgun sequence	True	False
ISR0217_000000015250	1496	0.5428587189904712	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.6886217539889463		0	0	False	False	1.0	0					non-mobilizable	chromosome	1315.0	97.262	96.0	0.00046332122628742786	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0091_000000011462	1971	0.5428563619728851	2	2	2	2	2	False	117885	fragment	False	ISR0122_000000008533	0.4507729356205077		0	0	False	False	0.9939117431640625	0					non-mobilizable	other	1971.0	98.63	100.0	0.12165750632989564	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	False	False
FIJ0051_000000010587	2086	0.5428562906876653	3	3	3	3	3	False	110604	maximal	True	FIJ0051_000000010587	0.8158491245247341		830	14	False	False	0.9990411996841431	0					non-mobilizable	chromosome	2086.0	93.48	100.0	0.0007017987927714388	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0008_000000013981	1809	0.542853183335237	3	2	2	2	2	False	74551	maximal	True	ENG0008_000000013981	0.9864396999422966		363	12	False	False	1.0	0					non-mobilizable	other	1801.0	86.73	99.0	0.03518109065294382	NZ_QRYH01000019.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf19, whole genome shotgun sequence	False	False
CAN0012_000000033514	1355	0.5428513805829619	3	3	1	3	1	False	94067	maximal	True	CAN0012_000000033514	1.0		11	5	False	False	1.0	0					non-mobilizable	chromosome	1356.0	96.31299999999999	100.0	0.0004643917752960712	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
TAN0001_000000008311	1686	0.5428476942910829	2	2	2	2	1	False	3100	maximal	True	TAN0001_000000008311	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	75.208	28.0	9.929504805086823e-05	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	False
ISR0050_000000004070	5458	0.5428472238222902	7	3	2	2	2	True	35933	maximal	True	ISR0050_000000004070	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	97.205	50.0	0.01251849544428004	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	True	True
CHI0151_000000003760	6343	0.5428435782677581	10	6	3	4	4	True	128133	maximal	False	FIJ0079_000000004640	0.9751523908077864		0	0	True	True	1.0	52					non-mobilizable	no_good_hit	2243.0	90.103	56.0	0.33762886597938147	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
USA0024_01_000000017574	1199	0.5428426264365604	2	2	2	1	1	False	1665	maximal	True	USA0024_01_000000017574	1.0		234	14	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0320_000000005663	3642	0.5428422968069507	6	4	3	4	3	False	35981	maximal	True	ISR0320_000000005663	1.0		2	1	False	False	0.9923118948936462	0					non-mobilizable	no_good_hit	553.0	70.88600000000001	15.0	0.0002526619577006007	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
MAD0011_000000010414	1349	0.542841486485119	2	1	1	1	1	True	27411	fragment	False	MAD0011_000000010414	1.0		0	0	False	False	0.9977761507034302	0					non-mobilizable	no_good_hit	860.0	76.279	63.0	0.018536245757549388	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
MON0103_000000019240	2620	0.5428411673734246	4	4	4	4	3	False	110709	fragment	False	MON0103_000000019240	0.9754980079681275		0	0	False	False	0.989313006401062	0					non-mobilizable	no_good_hit	474.0	72.785	18.0	0.00011725671403258867	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
DEN0083_000000017624	1695	0.5428379497937733	2	2	2	2	2	False	126833	maximal	True	DEN0083_000000017624	1.0		1	1	False	False	0.9858406782150269	0					non-mobilizable	chromosome	1474.0	78.833	95.0	0.0006300000563661441	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0107_000000011559	2233	0.542835659090951	3	3	3	2	2	False	72681	fragment	False	ISR0107_000000011559	0.9956709956709957		0	0	False	False	0.9995521903038025	0					non-mobilizable	other	2246.0	99.33200000000001	100.0	0.009672930014520166	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	False	False
MAD0027_000000007901	1538	0.5428348559594167	2	2	2	1	1	False	19039	maximal	True	MAD0027_000000007901	1.0		88	11	False	False	0.9934980273246765	0					non-mobilizable	no_good_hit	616.0	75.0	40.0	0.0003119089491322958	CP048914.1	firmicutes	Firmicutes bacterium zrk13 chromosome, complete genome	True	False
FIJ0024_000000009264	2225	0.542833657769661	4	4	1	4	3	True	124266	maximal	True	FIJ0024_000000009264	1.0		5	2	False	False	0.9842696785926819	0					non-mobilizable	no_good_hit	1643.0	93.061	74.0	0.0005279574075679697	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
DEN0010_000000015873	2802	0.5428303149043028	2	2	2	2	2	False	76003	maximal	True	DEN0010_000000015873	1.0		6	4	False	False	0.9989293217658997	0					non-mobilizable	no_good_hit	125.0	80.0	4.0	0.0016320979258755525	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
ITA0013_000000000833	1633	0.5428234433840499	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.5551744758042718		0	0	False	False	0.9993876218795776	0					non-mobilizable	other	1277.0	94.59700000000001	98.0	0.0003537886487717369	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0061_000000017127	2597	0.5428189675369759	3	2	2	2	1	False	10835	maximal	True	MON0061_000000017127	1.0		8	4	False	False	0.9976896643638611	0					non-mobilizable	no_good_hit	1218.0	81.527	46.0	0.00033695822081585274	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0046_000000003033	7863	0.5428109712052915	9	3	1	3	1	False	46992	fragment	False	FIJ0046_000000003033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	9.152296614193078e-07	CP020629.1	bony fishes	Oryzias latipes strain HSOK chromosome 9	True	False
MON0097_000000003488	7619	0.5428109712052915	10	3	1	3	1	False	12842	fragment	False	MON0097_000000003488	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	1.659312267861271e-05	CP012819.1	budding yeasts	Saccharomycopsis fibuligera x Saccharomycopsis cf. fibuligera strain KJJ81 chromosome B4, complete sequence	True	False
MON0025_000000004043	6151	0.5428109712052915	6	3	1	3	1	False	12841	fragment	False	MON0025_000000004043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.00037881583154994713	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
CHI0169_000000011452	1361	0.5428101504534686	2	1	1	1	1	True	78017	fragment	False	ENG0115_000000014065	0.922283002932329		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	99.19200000000001	100.0	0.00041185550291948013	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MON0098_000000023967	1465	0.5428060057238699	3	3	2	1	2	True	13054	fragment	False	MON0098_000000023967	0.9563037249283668		0	0	False	False	0.9986348152160645	0					non-mobilizable	other	1337.0	91.54799999999999	90.0	0.0005996416599237083	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	True
SPA0107_000000029192	1137	0.5428055283970321	2	2	2	2	2	False	4703	fragment	False	SPA0107_000000029192	1.0		0	0	False	False	0.9982410073280334	0					non-mobilizable	chromosome	1146.0	83.24600000000001	100.0	0.00038439051383452427	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0057_000000008179	1964	0.5428028768897584	5	4	2	4	2	False	16996	maximal	True	MAD0057_000000008179	1.0		5	3	False	False	0.994908332824707	0					non-mobilizable	no_good_hit	973.0	94.656	87.0	0.00018488948651147156	CP027587.1	enterobacteria	Escherichia coli strain 2013C-4974 chromosome, complete genome	True	False
MON0076_000000025602	1868	0.5427993740748895	2	2	2	2	2	False	10286	fragment	False	MON0076_000000025602	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	78.21300000000001	99.0	0.0005959356522665531	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	False	False
ISR0101_000000019998	1175	0.5427919978653973	2	2	2	2	2	False	33113	maximal	True	ISR0101_000000019998	1.0		40	7	False	False	0.9965957403182983	0					non-mobilizable	other	1175.0	99.83	100.0	0.0006114271250738243	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
DEN0010_000000037742	1251	0.5427907938463881	2	1	1	1	1	False	75847	fragment	False	DEN0021_000000029439	0.9486274509803921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	89.384	47.0	0.0001658289885000583	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0130_000000018926	1751	0.5427906296170072	3	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.7289472726025032		0	0	False	False	0.9851513504981995	0					non-mobilizable	no_good_hit	1383.0	84.743	79.0	0.00038449589512182367	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0052_000000019149	1507	0.5427906296170072	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.4852175660399668		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	84.541	89.0	0.00037582726039544074	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0085_000000021488	1434	0.5427906296170072	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.42024888117930764		0	0	False	False	0.991631805896759	0					non-mobilizable	chromosome	1326.0	84.992	92.0	0.0003685567925604099	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0169_000000002900	7073	0.5427870248587469	15	7	5	7	4	False	55928	fragment	False	ENG0169_000000002900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0027_000000002392	3317	0.5427865282455371	2	2	2	2	2	False	2313	maximal	True	TAN0027_000000002392	1.0		233	12	False	False	0.9984925985336304	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.0006091061367443277	NZ_WWCJ01000029.1	b-proteobacteria	Massilia guangdongensis strain DS3 NODE_29_length_59103_cov_29.141195_29, whole genome shotgun sequence	True	False
ISR0125_000000001501	9175	0.5427864263941642	8	4	2	3	0	False	32058	fragment	False	ISR0125_000000001501	1.0		0	0	False	False	0.9998909831047058	0					non-mobilizable	no_good_hit								True	False
FIJ0093_000000001377	13976	0.5427819567621117	27	6	3	5	3	True	100667	fragment	False	ISR0022_000000001841	0.958281343238078		0	0	False	False	1.0	0					non-mobilizable	chromosome	13028.0	97.59700000000001	99.0	0.0034699760905629613	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0018_000000001654	13960	0.5427819567621117	27	6	3	5	3	True	100667	fragment	False	ISR0022_000000001841	0.9579459267311093		0	0	False	False	1.0	0					non-mobilizable	chromosome	13025.0	97.551	99.0	0.003468642305165297	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0022_000000001841	13959	0.5427819567621117	24	6	3	5	3	True	100667	fragment	False	ISR0022_000000001841	0.9638218838703909		0	0	False	False	1.0	0					non-mobilizable	chromosome	9979.0	98.60700000000001	97.0	0.0026606351112603765	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0139_000000001623	13947	0.5427819567621117	27	6	3	5	3	True	100667	fragment	False	ISR0022_000000001841	0.962582770454146		0	0	False	False	1.0	0					non-mobilizable	chromosome	9986.0	98.62799999999999	98.0	0.0026622356537375734	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0072_000000001631	13748	0.5427819567621117	24	6	3	5	3	True	100667	fragment	False	ISR0022_000000001841	0.9565807213561409		0	0	False	False	1.0	0					non-mobilizable	chromosome	12670.0	97.98700000000001	99.0	0.003375810841487875	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
USA0055_01_000000019624	1345	0.542781027978222	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.34738001470594926		0	0	False	False	0.9992564916610718	0					non-mobilizable	other	1305.0	92.64399999999999	97.0	0.3496916063287745	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	False	False
SPA0046_000000009053	3180	0.5427793699361705	3	3	3	3	3	False	97769	maximal	True	SPA0046_000000009053	1.0		34	10	False	False	0.999685525894165	0					non-mobilizable	chromosome	3180.0	100.0	100.0	0.0006627415024614624	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
FIJ0008_000000008370	3423	0.5427781531019191	4	2	2	2	2	False	51443	fragment	False	FIJ0008_000000008370	1.0		0	0	False	False	0.9988314509391785	0					non-mobilizable	no_good_hit								True	False
ISR0381_000000003684	4169	0.542776914722259	6	6	3	6	3	False	23165	maximal	True	ISR0381_000000003684	1.0		357	9	False	False	1.0	0					non-mobilizable	other	4171.0	99.041	100.0	0.013456664568098535	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
MAD0047_000000035630	1341	0.5427706225412393	1	1	1	1	1	False	100095	fragment	False	MAD0047_000000035630	1.0		0	0	False	False	0.9850857853889465	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	3.614908333832266e-05	NZ_JTJC03000002.1	cyanobacteria	Scytonema millei VB511283 NODE_3_length_885223_cov_10.9012, whole genome shotgun sequence	True	False
FIJ0135_000000020356	1398	0.5427699437250619	3	2	1	2	2	False	48354	fragment	False	FIJ0083_000000025845	0.9804131054131053		0	0	False	False	0.9978540539741516	0					non-mobilizable	no_good_hit	173.0	76.87899999999999	12.0	0.00013780416804606737	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
ENG0073_000000000683	26370	0.5427611600945602	16	11	7	9	7	False	75366	maximal	True	ENG0073_000000000683	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	94.20299999999999	0.0	0.07631874298540965	GQ875609.1		Uncultured organism clone VC1A415TF genomic sequence	True	False
ISR0036_000000004774	2374	0.5427607590181927	4	2	2	2	2	True	44219	maximal	True	ISR0036_000000004774	1.0		93	10	False	False	0.9957876801490784	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.006570580754557015	XM_015861846.2	birds	PREDICTED: Coturnix japonica transmembrane protease serine 11E-like (LOC107313524), mRNA	True	True
FIJ0081_000000030441	1196	0.5427607590181927	3	2	2	2	2	True	44218	fragment	False	FIJ0081_000000030441	1.0		0	0	False	False	0.9556856155395508	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	0.006570580754557015	XM_015861846.2	birds	PREDICTED: Coturnix japonica transmembrane protease serine 11E-like (LOC107313524), mRNA	True	True
MAD0110_000000015961	1699	0.5427593296728969	3	3	2	3	1	False	22904	fragment	False	MAD0110_000000015961	0.9725378787878788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	7.098529362179391e-06	NZ_NDXL01000001.1	high GC Gram+	Streptomyces kasugaensis strain BCRC 12349 scaffold1, whole genome shotgun sequence	True	False
ISR0233_000000010803	1600	0.5427593296728969	3	3	2	3	1	False	27385	maximal	True	ISR0233_000000010803	1.0		77	9	False	False	0.9837499856948853	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000000280	28768	0.5427559298207385	29	11	2	7	8	False	17924	maximal	True	MAD0045_000000000280	1.0		2	1	False	False	0.9995828866958618	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.812828218490843e-07	LR792837.1	monocots	Digitaria exilis annotation	True	False
DEN0072_000000010924	1526	0.5427525524445989	2	2	2	2	2	False	70266	maximal	False	USA0015_01_000000021406	0.9801536491677337		0	0	False	False	0.9973787665367126	0					non-mobilizable	no_good_hit	442.0	74.208	28.0	0.001457800077975353	NZ_QSBM01000005.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf5, whole genome shotgun sequence	True	False
AST0052_000000020469	1242	0.5427492132059822	2	2	2	2	2	False	114359	fragment	False	AST0052_000000020469	1.0		0	0	False	False	0.998389720916748	0					non-mobilizable	chromosome	1211.0	90.256	97.0	0.0004210626114526242	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0102_000000008108	2298	0.5427468001646301	3	3	3	3	3	False	14999	maximal	True	MAD0102_000000008108	1.0		155	12	False	False	0.989991307258606	0					non-mobilizable	other	2298.0	99.34700000000001	100.0	0.0036736247497073256	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0102_000000015080	1891	0.5427438807470503	4	2	2	2	1	False	60373	maximal	True	ENG0102_000000015080	1.0		6	2	True	True	0.9994711875915527	8					non-mobilizable	no_good_hit	619.0	81.583	68.0	0.00982959873249911	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	True	True
SPA0117_000000012161	3110	0.5427432043954837	5	3	2	2	0	False	4311	maximal	True	SPA0117_000000012161	1.0		4	3	False	False	0.99710613489151	0					non-mobilizable	no_good_hit	407.0	97.789	13.0	0.00013705215003092112	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
MAD0008_000000002034	4726	0.5427406580385636	6	6	6	5	2	True	124768	maximal	True	MAD0008_000000002034	1.0		1	1	False	False	0.997672438621521	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	1.0	0.0007831221513931743	NZ_FOXB01000009.1	e-proteobacteria	Hydrogenimonas thermophila strain EP1-55-1, whole genome shotgun sequence	True	True
FIJ0047_000000008831	3436	0.5427363468548476	3	3	3	2	2	True	46898	maximal	True	FIJ0047_000000008831	1.0		0	0	False	False	0.9950523972511292	0					non-mobilizable	no_good_hit								True	True
SPA0156_000000008877	2060	0.5427331202257294	2	2	1	2	1	False	116792	maximal	True	SPA0156_000000008877	1.0		5	2	False	False	0.9893203973770142	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	0.00010752341322322936	NZ_FRBH01000001.1	CFB group bacteria	Chishuiella changwenlii strain DSM 27989, whole genome shotgun sequence	True	False
DEN0016_000000003987	2023	0.5427331202257294	2	2	1	2	1	False	116793	maximal	True	DEN0016_000000003987	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	94.915	3.0	1.4784701741083439e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
SPA0157_000000004713	1633	0.5427331202257294	2	2	1	2	1	False	116790	fragment	False	SPA0132_000000025666	0.9679235745771949		0	0	False	False	0.9938762784004211	0					non-mobilizable	no_good_hit								True	False
SPA0132_000000025666	1617	0.5427331202257294	2	2	1	2	1	False	116790	fragment	False	SPA0132_000000025666	0.9753782318144069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	94.915	4.0	1.4784701741083439e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ISR0268_000000010562	1887	0.5427314476820679	3	2	2	2	2	False	70532	maximal	True	ISR0268_000000010562	1.0		14	5	False	False	0.9925808310508728	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000021688	1472	0.542727268397494	5	5	5	3	1	True	6150	maximal	True	SPA0062_000000021688	1.0		4	3	False	False	0.991847813129425	0					non-mobilizable	no_good_hit	867.0	100.0	59.0	0.0003660382446564122	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	True
CHI0022_000000001718	6588	0.5427256797551967	8	8	3	5	7	True	89211	fragment	False	CHI0022_000000001718	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3253.0	99.6	100.0	0.0841854565223019	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
AST0024_000000011675	2862	0.5427172907914739	5	2	1	2	0	True	121613	maximal	True	AST0024_000000011675	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	90.625	3.0	2.1591136530009622e-05	NZ_HG917868.1	firmicutes	Clostridium bornimense strain M2/40 chromosome M2/40_rep1	True	True
ENG0196_000000003564	2899	0.5427169802624383	4	3	3	3	2	False	81207	maximal	True	ENG0196_000000003564	1.0		15	8	False	False	0.9975853562355042	0					non-mobilizable	no_good_hit	778.0	71.337	26.0	0.00022913801181965207	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
ENG0131_000000023034	1145	0.5427163328975372	3	3	2	2	1	False	58338	maximal	True	ENG0131_000000023034	1.0		4	2	False	False	0.9895196557044983	0					non-mobilizable	no_good_hit	761.0	77.792	66.0	0.00019057409295928358	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
CHI0101_000000005692	2268	0.542711388137528	2	1	1	1	1	False	83312	fragment	False	CHI0101_000000005692	0.9975833736104399		0	0	False	False	0.9995591044425964	0					non-mobilizable	no_good_hit								True	False
ENG0049_000000009268	2069	0.542711388137528	1	1	1	1	1	False	83312	fragment	False	CHI0101_000000005692	0.9685479129923574		0	0	False	False	0.995650053024292	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	3.0	1.0066027331974291e-05	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
USA0084_01_000000015907	2048	0.542711388137528	1	1	1	1	1	False	83312	fragment	False	CHI0101_000000005692	0.9642828018318056		0	0	False	False	0.99365234375	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000007000	5396	0.5427043473608995	8	8	7	5	8	False	95295	maximal	True	SPA0092_000000007000	1.0		107	12	False	False	1.0	0					non-mobilizable	chromosome	5183.0	98.34100000000001	97.0	0.001501876258267059	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0045_000000031360	1367	0.5427042354179116	2	2	1	1	2	False	72831	fragment	False	DEN0045_000000031360	0.9689124988643867		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	99.415	100.0	0.000304227493619457	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0216_000000011992	1444	0.5427024513521049	1	1	1	1	1	False	28125	maximal	True	ISR0216_000000011992	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1274.0	98.587	88.0	0.0004447121178986671	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	False
SPA0111_000000017918	1914	0.5427020341156925	3	3	3	2	1	False	4571	maximal	True	SPA0111_000000017918	1.0		36	8	False	False	1.0	0					non-mobilizable	no_good_hit	1458.0	86.214	76.0	0.044734734117937026	KJ512903.1	bacteria	Uncultured bacterium DCM005Carb03 genomic sequence	True	False
ISR0297_000000006108	2300	0.542696629819987	2	2	2	2	2	False	106479	maximal	True	ISR0297_000000006108	1.0		7	3	False	False	0.9952173829078674	0					non-mobilizable	no_good_hit	1962.0	83.384	85.0	0.01929347013251174	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	True	False
MAD0070_000000011098	1810	0.5426962302576122	3	2	2	2	2	False	16361	maximal	True	MAD0070_000000011098	1.0		13	2	False	False	0.9950276017189026	0					non-mobilizable	other	996.0	95.48200000000001	96.0	0.0002687634905617779	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0814_000000013249	2948	0.5426937327783605	3	2	2	1	1	False	24504	maximal	True	ISR0814_000000013249	1.0		9	5	False	False	0.9833785891532898	0					non-mobilizable	no_good_hit	1530.0	97.255	52.0	0.024383242700177013	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	True	False
MAD0097_000000008193	4657	0.5426880028025073	8	3	0	3	1	False	15437	maximal	True	MAD0097_000000008193	1.0		1	1	False	False	0.9877603650093079	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.0455426728975163e-07	LR738604.1	rodents	Sciurus carolinensis genome assembly, chromosome: 14	True	False
TAN0008_000000017064	1317	0.5426870315563349	2	1	1	1	1	False	2737	maximal	True	TAN0008_000000017064	1.0		1	1	False	False	0.9984813928604126	0					non-mobilizable	no_good_hit								True	False
MON0055_000000003292	4597	0.5426840814607873	10	2	1	2	2	False	39814	fragment	False	MON0055_000000003292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	71.806	19.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
DEN0061_000000027299	1588	0.5426825008096757	3	2	2	1	2	False	73016	fragment	False	DEN0061_000000027299	1.0		0	0	False	False	0.999370276927948	0					non-mobilizable	other	1606.0	74.595	98.0	0.037623715489889666	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0070_000000006595	3247	0.5426802502103698	4	3	3	2	3	False	80656	maximal	False	ENG0151_000000007120	0.9662121212121213		0	0	False	False	1.0	0					non-mobilizable	other	3248.0	98.06	100.0	0.00953000803983991	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ENG0104_000000025838	1226	0.5426766932916084	2	1	1	1	1	False	60209	fragment	False	ENG0104_000000025838	0.9739022369511184		0	0	False	False	0.9771615266799927	0					non-mobilizable	no_good_hit								True	False
ISR0188_000000001572	11712	0.542675324284619	13	6	5	6	1	False	37320	fragment	False	ISR0188_000000001572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8791.0	98.521	88.0	0.2500924687740063	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
CAN0005_000000012389	1364	0.5426724091715937	2	2	1	1	2	False	116533	fragment	False	CAN0005_000000012389	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1305.0	99.92299999999999	99.0	0.00037800552804096604	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0052_000000004286	3669	0.5426713335633373	6	5	5	5	4	False	86513	maximal	True	CHI0052_000000004286	1.0		22	5	False	False	1.0	0					non-mobilizable	other	1793.0	99.331	98.0	0.001034372229617929	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
CHI0136_000000005649	2545	0.5426693104692103	5	4	2	4	2	True	124277	fragment	False	ENG0208_000000012463	0.8723902717850115		0	0	False	False	1.0	0		MOBV			mobilizable	other	2546.0	99.60700000000001	100.0	0.000766152906532357	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
SPA0090_000000014344	2451	0.5426693104692103	5	4	2	4	2	True	124307	fragment	False	ENG0176_000000002846	0.7873074074065549		0	0	False	False	1.0	0		MOBV			mobilizable	other	2451.0	100.0	100.0	0.004858566147890787	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
USA0021_01_000000007902	2327	0.5426689622377769	4	3	2	3	2	True	1749	maximal	True	USA0021_01_000000007902	1.0		20	7	False	False	0.9957026243209839	0					non-mobilizable	other	2327.0	92.43700000000001	100.0	0.0006164824160593139	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	True
ISR0254_000000003232	3111	0.5426616853304846	3	3	3	3	2	False	87696	maximal	True	ISR0254_000000003232	0.9707302131851402		152	10	False	False	1.0	0					non-mobilizable	chromosome	3105.0	96.973	99.0	0.00422471527150736	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
SPA0131_000000020167	1385	0.5426595502256112	3	3	3	2	2	False	81617	fragment	False	ISR0197_000000016885	0.9367691667889818		0	0	False	False	0.9985559582710266	0					non-mobilizable	chromosome	1413.0	87.04899999999999	100.0	0.0004915510039743998	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0052_000000012147	2384	0.5426564333919799	2	2	2	2	2	False	46476	maximal	True	FIJ0052_000000012147	1.0		0	0	False	False	0.9995805621147156	0					non-mobilizable	no_good_hit	1425.0	89.544	61.0	0.0006243228040306351	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
AST0150_000000006620	4024	0.5426555679712965	4	4	4	4	3	False	125356	fragment	False	AST0150_000000006620	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4024.0	99.553	100.0	0.015859476194989418	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0086_000000007545	3377	0.5426553325163244	4	4	4	4	4	False	93101	fragment	False	ISR0086_000000007545	1.0		0	0	False	False	0.9988155364990234	0					non-mobilizable	other	3377.0	93.13	99.0	0.012081027873502423	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
FIJ0045_000000021209	1120	0.5426545859224157	2	2	1	2	1	True	47013	fragment	False	FIJ0045_000000021209	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1119.0	97.319	99.0	0.00044319757137244967	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	True
MON0066_000000033231	1126	0.5426522503206029	3	3	1	2	2	False	42376	fragment	False	MON0066_000000033231	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1126.0	97.691	100.0	0.0003041840310684106	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
USA0132_01_000000000144	63138	0.5426519349738377	88	16	7	11	6	True	115267	backbone	False	ISR0052_000000000170	0.4689739368132168	PS749	0	0	True	True	1.0	410					non-mobilizable	no_good_hit	73.0	87.671	0.0	1.8224609196036553e-05	NZ_CP017940.1	a-proteobacteria	Phyllobacterium zundukense strain Tri-48 chromosome, complete genome	True	True
ISR0012_000000009162	2538	0.5426471473395938	3	3	3	3	2	False	38183	maximal	True	ISR0012_000000009162	1.0		219	10	False	False	0.9988179802894592	0					non-mobilizable	other	2538.0	99.56700000000001	100.0	0.004576605374670104	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0206_000000005288	4781	0.5426469838499549	9	3	2	2	2	False	28642	maximal	True	ISR0206_000000005288	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	84.48899999999999	24.0	0.004691863389589441	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
SPA0114_000000019871	2343	0.5426462427668933	3	3	3	3	2	True	131052	fragment	False	SPA0114_000000019871	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2366.0	90.617	99.0	0.0006562995388006692	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0389_000000015326	1451	0.542643813098678	3	3	3	2	1	False	61144	fragment	False	ISR0389_000000015326	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1451.0	98.553	100.0	0.005797680927628949	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
USA0044_01_000000010098	2893	0.5426335251393211	4	2	2	1	1	False	27369	maximal	True	USA0044_01_000000010098	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	99.663	10.0	5.645966252762661e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ENG0141_000000019208	1376	0.5426298536285418	2	2	2	2	2	False	57718	fragment	False	ENG0141_000000019208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	80.41199999999999	7.0	5.185718962121564e-05	CP009217.2	a-proteobacteria	Rickettsiales bacterium Ac37b, complete genome	True	False
CHI0059_000000016429	1151	0.5426263462439435	2	1	1	1	1	False	87008	fragment	False	CHI0059_000000016429	0.9914491449144915		0	0	False	False	0.9991312026977539	0					non-mobilizable	other	1151.0	99.82600000000001	100.0	0.0002477566176869787	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
SPA0134_000000020216	1243	0.5426192336217486	2	2	2	2	2	False	3657	maximal	True	SPA0134_000000020216	1.0		17	4	False	False	0.9895414113998413	0					non-mobilizable	no_good_hit	99.0	80.808	8.0	0.00025904452628233715	NZ_OBEK01000003.1	firmicutes	Terribacillus aidingensis strain CGMCC 1.8913, whole genome shotgun sequence	True	False
MAD0045_000000004770	6471	0.5426180320579119	9	5	2	2	3	True	54479	maximal	True	MAD0045_000000004770	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	1241.0	74.053	19.0	0.00914090368608799	NZ_BAJR01000005.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	True	True
MAD0059_000000003280	5521	0.5426180320579119	8	5	2	2	3	True	54478	fragment	False	TAN0011_000000000569	0.9475560081466394		0	0	False	False	0.9961963295936584	0					non-mobilizable	no_good_hit	1264.0	74.051	23.0	0.009319262782401902	NZ_BAJR01000005.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	True	True
MAD0040_000000014362	2238	0.542617905516113	4	4	1	2	4	False	18372	fragment	False	MAD0040_000000014362	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2237.0	99.10600000000001	100.0	0.03385980586640822	CP055978.1	enterobacteria	Escherichia coli strain RHB06-C09 plasmid pRHB06-C09_3, complete sequence	False	True
MAD0066_000000012208	2218	0.542617905516113	4	4	1	2	4	False	18372	fragment	False	MAD0040_000000014362	0.9955317247542448		0	0	False	False	0.9990983009338379	0					non-mobilizable	plasmid	2217.0	99.098	100.0	0.0335569453488196	CP055978.1	enterobacteria	Escherichia coli strain RHB06-C09 plasmid pRHB06-C09_3, complete sequence	False	True
CHI0037_000000005534	2417	0.542614373766353	4	4	4	4	4	False	87982	fragment	False	CHI0037_000000005534	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2417.0	100.0	100.0	0.0004478981046642952	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
MAD0083_000000001918	4505	0.5426132604716075	5	5	5	4	4	False	16115	maximal	True	MAD0083_000000001918	1.0		19	2	False	False	1.0	0					non-mobilizable	chromosome	2708.0	97.48899999999999	100.0	0.0007624196182828507	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
FIJ0102_000000021648	1494	0.5426100526031753	1	1	1	1	1	False	42616	fragment	False	FIJ0102_000000021648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	94.64299999999999	15.0	6.192689848987231e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0025_000000012063	2967	0.5426038702694047	4	4	4	3	4	False	12830	maximal	True	MON0025_000000012063	1.0		371	14	False	False	0.9902257919311523	0					non-mobilizable	chromosome	2967.0	99.96600000000001	100.0	0.0006221432225718427	CP043750.1	enterobacteria	Escherichia coli strain CVM N62675 chromosome, complete genome	False	False
FIJ0088_000000012988	2141	0.542602304738515	5	3	3	2	3	False	43665	maximal	True	FIJ0088_000000012988	1.0		1	1	False	False	0.9953292608261108	0					non-mobilizable	no_good_hit	1383.0	79.82600000000001	64.0	0.00975703488620351	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	True	False
MAD0012_000000018756	1592	0.5425991601192738	3	3	3	1	1	False	19652	maximal	True	MAD0012_000000018756	1.0		1	1	False	False	0.9956030249595642	0					non-mobilizable	no_good_hit	249.0	96.787	28.0	0.01421855291824332	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	True	False
ENG0206_000000006071	4082	0.5425976880726304	5	5	5	4	5	False	107813	maximal	True	ENG0206_000000006071	1.0		158	8	False	False	0.9985301494598389	0					non-mobilizable	no_good_hit	369.0	73.171	9.0	0.00036435592541372516	NZ_LT838843.1	actinobacteria	Collinsella vaginalis strain Marseille-P2666, whole genome shotgun sequence	True	False
ENG0075_000000014340	1716	0.5425920964965599	2	2	2	2	2	False	62081	maximal	True	ENG0075_000000014340	1.0		6	3	False	False	0.9836829900741577	0					non-mobilizable	no_good_hit	894.0	84.34	52.0	0.007824891614676959	NZ_MIEH01000015.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_15, whole genome shotgun sequence	True	False
MAD0013_000000001098	12219	0.5425903017234676	16	4	1	4	1	False	19622	maximal	True	MAD0013_000000001098	1.0		4	1	False	False	0.9981995224952698	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	1.0	0.0003500589714728866	NC_007581.1	viruses	Clostridium phage c-st, complete genome	True	False
AST0089_000000021912	1112	0.5425886093281391	2	2	2	1	1	False	109970	maximal	True	AST0089_000000021912	1.0		33	5	False	False	0.9991007447242737	0					non-mobilizable	other	1112.0	97.302	100.0	0.0003813087865372211	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
ISR0124_000000004114	4050	0.5425885445507231	4	4	2	4	2	True	105293	fragment	False	ISR0124_000000004114	1.0		0	0	False	False	0.9997530579566956	0					non-mobilizable	no_good_hit	149.0	78.523	4.0	0.0003531226128190715	NZ_MIKB01000012.1	firmicutes	Enterococcus quebecensis strain LMG 26306 2, whole genome shotgun sequence	True	True
ISR0046_000000009071	3246	0.5425856244807038	2	2	1	2	0	False	36194	maximal	True	ISR0046_000000009071	1.0		4	1	False	False	0.9876771569252014	0					non-mobilizable	no_good_hit	182.0	97.802	6.0	7.417330572392531e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MAD0105_000000024533	1559	0.5425855309619315	2	2	2	2	2	False	18018	maximal	True	MAD0105_000000024533	0.9735579578106947		13	5	False	False	0.9993585348129272	0					non-mobilizable	plasmid	1548.0	100.0	99.0	0.013682274070012206	CP027415.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain FDAARGOS_320 plasmid unnamed1, complete sequence	False	True
MAD0043_000000017320	1528	0.5425855309619315	2	2	2	2	2	False	18018	maximal	False	MAD0105_000000024533	0.9404275239600914		0	0	False	False	1.0	0					non-mobilizable	chromosome	1465.0	99.863	100.0	0.0002800828922920576	CP057200.1	enterobacteria	Escherichia coli strain RHB33-C11 chromosome, complete genome	False	False
ISR0033_000000003776	6771	0.5425843242754219	9	9	9	8	8	False	105183	maximal	True	ISR0033_000000003776	1.0		73	9	False	False	0.9997045993804932	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	0.00011197714308982264	AP017606.1	a-proteobacteria	Mesorhizobium loti plasmid plasmid_1 DNA, complete genome, strain: TONO	True	False
ENG0035_000000006506	3400	0.5425829698981999	4	4	4	4	3	False	102733	maximal	False	ISR0368_000000003463	0.9508196206281743		0	0	False	False	0.9997059106826782	0					non-mobilizable	other	3281.0	95.48899999999999	99.0	0.000803938341680415	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0162_000000012202	2023	0.5425801729912014	2	2	2	2	1	True	56358	maximal	True	ENG0162_000000012202	1.0		1	1	False	False	0.9940682053565979	0					non-mobilizable	no_good_hit	113.0	81.416	8.0	0.0005773401781952658	NZ_ADAE01000023.1	a-proteobacteria	Citromicrobium bathyomarinum JL354 contig23, whole genome shotgun sequence	True	True
ENG0091_000000004950	4570	0.5425783853997104	6	5	5	5	4	False	112813	maximal	True	ENG0091_000000004950	1.0	PS721	0	0	False	True	0.9993435740470886	0					non-mobilizable	no_good_hit	2299.0	74.206	50.0	0.2765386959171237	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CAN0013_000000005043	4765	0.5425772734879266	6	4	1	2	4	False	125588	fragment	False	ENG0135_000000003386	0.6854663635725379		0	0	False	False	0.9995802640914917	0					non-mobilizable	other	4766.0	98.993	100.0	0.002005226046724629	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
USA0035_01_000000009911	2545	0.5425765871395336	2	2	2	2	2	False	11463	maximal	True	USA0035_01_000000009911	1.0		348	13	False	False	0.9889980554580688	0					non-mobilizable	chromosome	1596.0	93.35799999999999	97.0	0.000533165126019165	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0049_000000004863	4084	0.5425741763364468	5	4	4	3	4	False	119183	maximal	True	ENG0049_000000004863	1.0	PS816	7	4	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	80.78	44.0	0.00041956406215225576	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0097_000000017584	1800	0.5425739113806718	3	1	1	1	1	False	42910	maximal	True	FIJ0097_000000017584	1.0		30	5	False	False	0.9900000095367432	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.0559432324918212e-05	NZ_KK211188.1	firmicutes	Exiguobacterium undae 190-11 P399DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ISR0093_000000007968	3007	0.5425729644669071	3	2	2	2	2	False	33532	fragment	False	ISR0093_000000007968	1.0		0	0	False	False	0.9920186400413513	0					non-mobilizable	no_good_hit	528.0	75.758	17.0	0.0042768463756781856	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	False
FIJ0048_000000001481	16651	0.542572418136049	25	13	7	12	5	False	47710	maximal	True	FIJ0048_000000001481	1.0		4	1	False	False	0.9986187219619751	0					non-mobilizable	no_good_hit	6665.0	99.415	40.0	0.002439369907531628	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
FIJ0106_000000001868	12266	0.542568406123457	10	10	10	9	7	False	51819	maximal	False	FIJ0067_000000002509	0.8635481516391921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3950.0	73.165	32.0	0.02237796843262154	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
AUS0006_000000015921	1635	0.5425604407233767	1	1	1	1	1	False	102043	fragment	False	USA0032_01_000000013529	0.8348192545427962		0	0	False	False	0.988379180431366	0					non-mobilizable	other	1475.0	96.40700000000001	90.0	0.0657648004286097	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0051_000000001022	16176	0.5425603484035413	23	7	2	7	2	False	17370	maximal	True	MAD0051_000000001022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0169_000000000911	21020	0.5425585011603674	27	13	7	10	7	True	130535	fragment	False	ENG0169_000000000911	0.9931376861438606		0	0	False	False	0.9999524354934692	0					non-mobilizable	no_good_hit	7525.0	99.588	89.0	0.0013374839658354973	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
CAN0016_000000016799	2881	0.5425565520417247	4	4	4	3	3	False	92948	fragment	False	CAN0016_000000016799	1.0		0	0	False	False	0.9881985187530518	0					non-mobilizable	no_good_hit	181.0	76.796	6.0	2.808374856227681e-05	NZ_CP017147.1	a-proteobacteria	Bosea vaviloviae strain Vaf18 chromosome, complete genome	True	False
SPA0096_000000001848	14392	0.5425562905029744	7	7	6	6	5	False	106632	maximal	True	SPA0096_000000001848	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	91.831	11.0	0.00024643316746440834	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0145_000000002137	5205	0.5425544432890643	6	6	3	5	6	False	97869	fragment	False	FIJ0145_000000002137	0.9594143746092101		0	0	False	False	0.9984630346298218	0					non-mobilizable	other	5207.0	98.867	100.0	0.001261287552439335	AP023205.1	enterobacteria	Escherichia coli TUM18781 DNA, complete genome	False	False
ISR0056_000000003774	5053	0.5425544432890643	7	6	3	5	6	False	97869	fragment	False	FIJ0145_000000002137	0.9466582900382307		0	0	False	False	1.0	0					non-mobilizable	chromosome	5053.0	99.98	100.0	0.0009852954599176658	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
SPA0031_000000001444	13539	0.5425538729457507	18	11	1	5	9	False	77350	maximal	True	SPA0031_000000001444	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2334.0	92.288	27.0	0.05101570220709344	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
AST0055_000000012523	2743	0.5425522491215601	3	1	0	0	1	False	113841	maximal	True	AST0055_000000012523	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000015010	2361	0.5425522491215601	3	1	0	0	1	False	48440	maximal	True	FIJ0032_000000015010	1.0		1	1	False	False	0.9754341244697571	0					non-mobilizable	no_good_hit	78.0	85.897	3.0	1.179126640804489e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
ENG0102_000000017676	1627	0.5425522491215601	2	1	0	0	1	False	60363	fragment	False	ENG0102_000000017676	1.0		0	0	False	False	0.9944683313369751	0					non-mobilizable	no_good_hit								True	False
ISR0108_000000015591	1452	0.5425522491215601	2	1	0	0	1	False	32788	fragment	False	ISR0108_000000015591	1.0		0	0	False	False	0.9986225962638855	0					non-mobilizable	no_good_hit								True	False
ISR0255_000000025037	1352	0.5425522491215601	3	1	0	0	1	False	26877	maximal	True	ISR0255_000000025037	1.0		1	1	False	False	0.9963017702102661	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0005809825059712091	NZ_AGJL01000005.1	euryarchaeotes	Methanotorris formicicus Mc-S-70 ctg182, whole genome shotgun sequence	True	False
TAN0012_000000005865	1609	0.5425507380858265	2	2	2	2	2	False	2591	maximal	True	TAN0012_000000005865	1.0		28	5	False	False	0.9968924522399902	0					non-mobilizable	no_good_hit								True	False
MAD0049_000000003783	4211	0.5425490007387087	4	1	1	1	1	False	17529	maximal	True	MAD0049_000000003783	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0825_000000019477	1237	0.5425480025388315	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.12217505223983213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	91.537	83.0	0.00012440919517247892	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0089_000000010434	3752	0.5425473237483903	2	2	2	1	1	False	5432	maximal	True	SPA0089_000000010434	1.0		87	13	False	False	0.9997334480285645	0					non-mobilizable	other	3784.0	80.708	100.0	0.012583591720439118	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
ENG0168_000000023136	1355	0.5425462559752224	2	1	1	1	1	False	84943	fragment	False	ENG0168_000000023136	1.0		0	0	False	False	0.9970479607582092	0					non-mobilizable	no_good_hit	1160.0	82.32799999999999	85.0	0.01556141418238356	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
FIJ0144_000000024972	1276	0.5425451295130177	1	1	1	1	1	False	125827	fragment	False	ISR0035_000000011751	0.211212596103459		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	95.68799999999999	94.0	0.0003927005961286375	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ISR0257_000000016410	1115	0.5425387769225121	2	2	1	2	1	False	29016	fragment	False	ISR0194_000000024597	0.9625761531766754		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	98.92200000000001	99.0	0.000268368910716656	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0353_000000008730	4027	0.5425364171439241	5	4	4	3	3	True	128159	fragment	False	MAD0102_000000004786	0.8036813883487701		0	0	False	False	1.0	0					non-mobilizable	other	4027.0	99.975	100.0	0.01870305074352292	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0043_000000008337	3965	0.5425364171439241	5	4	4	3	3	True	128159	fragment	False	MAD0102_000000004786	0.5211313614695066		0	0	False	False	1.0	0					non-mobilizable	other	3965.0	99.571	100.0	0.01841038005379566	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0076_000000003401	2373	0.5425355436611466	4	4	4	3	2	False	84600	fragment	False	CHI0076_000000003401	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2374.0	96.42	100.0	0.04230728070488353	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	False	False
ISR0094_000000008295	2376	0.5425302707580478	4	3	3	3	1	True	33458	fragment	False	ISR0094_000000008295	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2149.0	99.95299999999999	99.0	0.0006767292449473037	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ENG0083_000000006859	3242	0.5425298975223293	5	4	1	3	1	False	120308	fragment	False	ENG0083_000000006859	0.9700101660454084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0070_000000010433	2951	0.5425298975223293	4	4	1	3	1	False	120308	fragment	False	ENG0083_000000006859	0.9279765576804442		0	0	False	False	0.9986445307731628	0					non-mobilizable	no_good_hit								True	False
ENG0078_000000019617	1313	0.5425290308485308	2	1	1	1	1	False	61897	fragment	False	ENG0078_000000019617	1.0		0	0	False	False	0.9862909317016602	0					non-mobilizable	chromosome	1313.0	100.0	100.0	0.0007057975458472529	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
FIJ0059_000000013158	1361	0.5425285471527636	3	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.049579889336916524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	98.45700000000001	100.0	0.0004370636414298943	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0395_000000023591	1638	0.5425278153967108	3	2	2	1	1	False	22719	maximal	True	ISR0395_000000023591	1.0		19	7	False	False	0.9926739931106567	0					non-mobilizable	no_good_hit	1242.0	83.01100000000001	76.0	0.0003440860215053763	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
DEN0011_000000017965	2434	0.5425249977149257	4	3	0	3	1	True	75715	maximal	True	DEN0011_000000017965	1.0		1	1	False	False	0.9995891451835632	0					non-mobilizable	no_good_hit								True	True
CHI0089_000000002831	2802	0.5425243535332543	4	4	4	4	3	False	100828	fragment	False	CHI0089_000000002831	0.9758177589128694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	86.35	41.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0063_000000027458	1101	0.5425236080689765	2	1	1	1	1	False	63013	fragment	False	ENG0063_000000027458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0194_000000020781	1273	0.5425223749699649	3	3	3	2	1	True	54503	maximal	True	ENG0194_000000020781	1.0		93	13	False	False	0.9992144703865051	0					non-mobilizable	other	968.0	100.0	100.0	0.0029415432911823664	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0046_000000012767	1272	0.5425223749699649	3	3	3	2	1	True	115514	maximal	True	AST0046_000000012767	1.0		4	4	False	False	0.99842768907547	0					non-mobilizable	no_good_hit	261.0	75.096	20.0	0.006254292161287158	NZ_QOHO01000088.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_88, whole genome shotgun sequence	True	True
FIJ0081_000000009347	3565	0.5425175451409088	4	4	4	4	3	False	89308	fragment	False	FIJ0081_000000009347	1.0		0	0	False	False	0.9980364441871643	0					non-mobilizable	chromosome	3328.0	99.51899999999999	100.0	0.0007101564756259655	CP047658.1	enterobacteria	Escherichia coli strain LD39-1 chromosome, complete genome	False	False
MON0050_000000005350	4809	0.542509116794436	6	5	4	4	5	False	12323	maximal	True	MON0050_000000005350	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2760.0	99.891	81.0	0.0164259433456771	CP042885.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 plasmid pNMBU-W12E19_01, complete sequence	True	False
FIJ0063_000000014215	1931	0.5425062979796366	3	3	2	3	3	False	45592	maximal	True	FIJ0063_000000014215	1.0		37	5	False	False	0.9984464049339294	0					non-mobilizable	chromosome	1931.0	99.689	100.0	0.0003846698884596841	CP012162.1	enterobacteria	Enterobacter cloacae complex sp. 35734 chromosome 1, complete sequence	False	False
SPA0097_000000006545	4720	0.5425062669395121	10	6	2	6	1	False	110191	fragment	False	SPA0097_000000006545	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1603.0	95.134	59.0	0.0005049465535191339	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0054_000000007696	3101	0.542506014685747	3	2	2	2	2	False	35885	fragment	False	ISR0054_000000007696	1.0		0	0	False	False	0.9945179224014282	0					non-mobilizable	no_good_hit	2428.0	83.60799999999999	78.0	0.0008142212372729546	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0016_000000015263	1592	0.5424936453153448	2	2	2	2	0	True	123286	maximal	True	AST0016_000000015263	1.0		0	0	False	False	0.9748743772506714	0					non-mobilizable	no_good_hit	446.0	100.0	28.0	0.005410137016279041	NZ_QRML01000017.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf17, whole genome shotgun sequence	True	True
ENG0148_000000006252	5994	0.5424924433920525	20	5	0	5	2	False	57327	maximal	True	ENG0148_000000006252	1.0		1	1	False	False	0.9998331665992737	0					non-mobilizable	no_good_hit	1344.0	85.93799999999999	82.0	0.04313700051894136	NC_049480.1	viruses	Lactococcus phage CHPC129, complete genome	True	False
ISR0023_000000020349	1573	0.5424864143168449	3	3	3	3	1	True	55137	maximal	True	ISR0023_000000020349	1.0		106	10	False	False	0.9974570870399475	0					non-mobilizable	no_good_hit	1048.0	74.523	66.0	0.0002874631128619889	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
FIJ0145_000000009673	1629	0.542485208214178	3	2	2	2	2	False	40019	fragment	False	FIJ0145_000000009673	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1629.0	98.15799999999999	100.0	0.012785567984874744	CP026212.1	enterobacteria	Citrobacter sp. CFNIH10 plasmid pCIT-a850, complete sequence	False	True
ENG0070_000000003342	6444	0.5424829287609617	6	5	4	4	3	False	99664	fragment	False	ENG0070_000000003342	1.0		0	0	False	False	0.9998447895050049	0					non-mobilizable	no_good_hit	558.0	76.882	17.0	0.00023264636285706501	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0036_000000013112	2226	0.5424824366162162	3	3	2	3	2	False	65616	fragment	False	MAD0036_000000013112	0.9882240665374358		0	0	False	False	0.9887691140174866	0					non-mobilizable	no_good_hit	821.0	73.082	36.0	0.014261580866008714	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
ISR0337_000000001727	4819	0.5424812619814157	4	3	3	2	2	False	124482	fragment	False	ISR0337_000000001727	1.0		0	0	False	False	0.9933596253395081	0					non-mobilizable	other	4816.0	92.587	99.0	0.0017288862238467807	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0330_000000005664	4345	0.5424812619814157	4	3	3	2	2	False	124481	fragment	False	ISR0330_000000005664	0.9686274509803922		0	0	False	False	1.0	0					non-mobilizable	other	4341.0	94.287	99.0	0.0015576133829797165	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
SPA0060_000000004061	4080	0.5424812619814157	4	3	3	2	2	False	124481	fragment	False	ISR0330_000000005664	0.9400460299194476		0	0	False	False	1.0	0					non-mobilizable	other	4081.0	92.649	100.0	0.0014649752426365245	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
SPA0087_000000004116	3753	0.5424812619814157	3	3	3	2	2	False	124479	fragment	False	SPA0087_000000004116	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3752.0	96.00200000000001	99.0	0.0013468436605709813	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
AST0014_000000013672	1207	0.5424801001747936	2	2	2	2	2	False	124051	maximal	True	AST0014_000000013672	1.0		30	8	False	False	0.9933720231056213	0					non-mobilizable	other	1210.0	80.248	99.0	0.0003198943124547737	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
SPA0137_000000016707	2196	0.5424799044905754	2	1	1	1	1	False	3566	maximal	True	SPA0137_000000016707	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	91.654	58.0	0.0005283612142065464	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0193_000000022462	1163	0.5424787917092673	2	2	2	2	2	False	29064	fragment	False	ISR0193_000000022462	1.0		0	0	False	False	0.9484092593193054	0					non-mobilizable	other	1096.0	97.993	94.0	0.00031084076323188096	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0110_000000005933	5008	0.5424784077402852	4	2	2	2	1	True	75698	maximal	True	ENG0110_000000005933	1.0		26	5	False	False	0.9960063695907593	0					non-mobilizable	no_good_hit	1465.0	70.648	29.0	0.0003610686226097709	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
MON0034_000000007468	3239	0.5424784077402852	2	2	2	2	1	True	75697	fragment	False	MON0034_000000007468	1.0		0	0	False	False	0.9996912479400635	0					non-mobilizable	no_good_hit	514.0	72.763	16.0	0.01418064300440185	NZ_LT707032.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	True
CHI0097_000000000766	5785	0.5424778295769095	9	8	6	6	5	False	130509	fragment	False	ISR0203_000000002513	0.6288313966168178		0	0	False	False	0.9922212362289429	0					non-mobilizable	other	2881.0	97.605	99.0	0.016405714285714287	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0054_000000022037	1331	0.5424772159005015	2	2	2	2	1	False	6421	maximal	True	SPA0054_000000022037	1.0		8	3	False	False	0.9722013473510742	0					non-mobilizable	no_good_hit	528.0	83.523	40.0	0.003907089848238844	NZ_JAAITU010000006.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_6_length_134883_cov_164.29, whole genome shotgun sequence	True	False
ENG0003_000000012476	1798	0.5424740624497805	2	2	2	2	2	False	67854	maximal	True	ENG0003_000000012476	1.0		7	5	False	False	0.9988876581192017	0					non-mobilizable	no_good_hit	932.0	80.258	71.0	0.00041233856208975326	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0028_000000002738	5857	0.5424675150135159	7	7	7	6	6	False	117357	maximal	True	ISR0028_000000002738	1.0	PS787	1	1	False	True	0.9993170499801636	0					non-mobilizable	chromosome	2257.0	98.538	98.0	0.000929076384410296	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
AUS0020_000000008924	3148	0.5424639516681536	4	3	3	3	3	False	124243	maximal	False	ISR0003_000000007528	0.949150058616647		0	0	False	False	0.9993646740913391	0					non-mobilizable	no_good_hit	1530.0	86.405	79.0	0.007127111044686892	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0052_000000014871	1852	0.5424581519366624	3	3	3	3	3	False	6526	fragment	False	SPA0052_000000014871	1.0		0	0	False	False	0.9989200830459595	0					non-mobilizable	no_good_hit	244.0	77.459	13.0	6.604251339257861e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0132_000000018943	1613	0.5424534721155234	2	2	2	2	1	False	91187	fragment	False	DEN0018_000000025606	0.7673796724777979		0	0	False	False	1.0	0					non-mobilizable	chromosome	1613.0	99.62799999999999	100.0	0.0002276954829990433	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0790_000000006963	2331	0.5424518188419903	3	2	2	2	2	False	22076	maximal	True	ISR0790_000000006963	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	98.815	29.0	0.0001876326686849706	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0136_000000007334	1909	0.5424506501091021	3	2	2	2	1	False	80618	maximal	True	CHI0136_000000007334	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	99.719	37.0	0.18401245782507136	NZ_DS499578.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_8, whole genome shotgun sequence	True	False
TAN0007_000000005305	5846	0.5424489914307077	7	7	7	6	5	False	121350	maximal	True	TAN0007_000000005305	1.0		0	0	False	False	0.997434139251709	0					non-mobilizable	no_good_hit	2078.0	99.32600000000001	88.0	0.000654350215421799	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0038_000000000024	81246	0.5424473398240653	97	25	9	20	9	True	18592	maximal	True	MAD0038_000000000024	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1645.0	93.79899999999999	2.0	0.9993920972644377	NZ_AXCY01000217.1	high GC Gram+	Cellulomonas carbonis T26 contig239, whole genome shotgun sequence	True	True
MAD0085_000000000585	13549	0.5424463484960395	14	6	4	5	4	True	16078	maximal	True	MAD0085_000000000585	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	97.087	1.0	0.00012426037665512994	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0210_000000007335	2607	0.542443175132634	6	5	3	3	3	False	28443	maximal	True	ISR0210_000000007335	1.0		130	11	False	False	0.9980821013450623	0					non-mobilizable	no_good_hit	1085.0	96.959	66.0	0.00042873285315781124	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0009_000000026199	1298	0.5424356943356737	3	3	2	1	2	False	38335	maximal	False	ISR0223_000000024460	0.9878048780487805		0	0	False	False	0.9922958612442017	0					non-mobilizable	no_good_hit	52.0	86.538	4.0	0.0002023239484113603	NZ_BDCH01000011.1	high GC Gram+	Nocardia crassostreae strain NBRC 100342, whole genome shotgun sequence	True	False
SPA0071_000000017336	1100	0.5424348331758486	2	2	2	2	1	False	5880	fragment	False	SPA0071_000000017336	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	99.273	100.0	0.030454180175686536	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0099_000000010831	2045	0.5424345872162404	2	2	1	2	1	True	63948	fragment	False	FIJ0099_000000010831	1.0		0	0	False	False	0.9926650524139404	0					non-mobilizable	other	2036.0	94.646	99.0	0.022051950874904903	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0265_000000012064	1441	0.5424276271476963	2	2	2	2	2	False	26597	maximal	True	ISR0265_000000012064	1.0		71	7	False	False	0.9986120462417603	0					non-mobilizable	no_good_hit	1278.0	75.509	88.0	0.0003785519922458188	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MON0007_000000041008	1573	0.5424264961754586	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.6056068228980949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	84.52600000000001	87.0	0.00038449589512182367	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0054_000000033657	1482	0.5424264961754586	2	2	2	2	2	False	83457	fragment	False	MON0033_000000033957	0.4227064448060357		0	0	False	False	0.9993252158164978	0					non-mobilizable	chromosome	1383.0	84.743	93.0	0.00038449589512182367	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0142_000000002904	1520	0.5424224576611665	2	2	2	2	2	False	105245	maximal	True	AST0142_000000002904	1.0		6	2	False	False	0.9973683953285217	0					non-mobilizable	other	1520.0	99.27600000000001	100.0	0.0008018539242804958	NC_008530.1	firmicutes	Lactobacillus gasseri ATCC 33323 = JCM 1131, complete sequence	False	False
MAD0068_000000003303	6761	0.5424208563637696	6	6	4	6	4	False	16483	maximal	True	MAD0068_000000003303	1.0		3	1	False	False	0.9997041821479797	0					non-mobilizable	no_good_hit								True	False
ISR0057_000000011076	1991	0.5424169356172576	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.14331449345417008		0	0	False	False	1.0	0					non-mobilizable	chromosome	1991.0	98.795	100.0	0.0006414134560807446	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0095_000000002741	8744	0.5424133703234327	9	4	2	3	1	True	114593	maximal	True	ENG0095_000000002741	1.0		3	2	False	False	0.9907364845275879	0					non-mobilizable	no_good_hit	172.0	85.465	2.0	3.9322087216389446e-05	CP041063.1	firmicutes	Bacillus sp. Cs-700 chromosome, complete genome	True	True
MAD0091_000000006681	2269	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.9211127442838773		0	0	False	False	1.0	0					non-mobilizable	chromosome	1989.0	78.834	99.0	0.0005196427909299392	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0051_000000015663	2227	0.5424122630865253	2	2	1	2	1	False	100296	maximal	True	MON0051_000000015663	0.9552341597796143		26	5	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	87.704	44.0	0.00021207187822859427	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0007_000000017985	2178	0.5424122630865253	2	2	1	2	1	False	100296	maximal	False	MON0051_000000015663	0.9272563987427032		0	0	False	False	0.9995408654212952	0					non-mobilizable	no_good_hit	552.0	90.76100000000001	38.0	0.00014698315082258546	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0160_000000008329	2173	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.9194675046892713		0	0	False	False	1.0	0					non-mobilizable	chromosome	1984.0	78.931	99.0	0.0005193760338504064	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0160_000000008335	2172	0.5424122630865253	2	2	1	2	1	False	51387	maximal	True	FIJ0160_000000008335	1.0		51	5	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	81.197	62.0	0.0003041030706674182	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0089_000000011293	2169	0.5424122630865253	3	2	1	2	1	False	43574	fragment	False	FIJ0089_000000011293	1.0		0	0	False	False	0.9990779161453247	0					non-mobilizable	no_good_hit	405.0	83.45700000000001	19.0	0.07509293680297398	NZ_JH379386.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld181, whole genome shotgun sequence	True	False
FIJ0031_000000011293	2150	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.7501698921875711		0	0	False	False	1.0	0					non-mobilizable	chromosome	1990.0	78.693	99.0	0.0005196427909299392	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0049_000000008109	2102	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.8010327235362114		0	0	False	False	1.0	0					non-mobilizable	chromosome	398.0	93.97	99.0	0.00010590256057453073	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0004_000000012640	2083	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5628779587348057		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	72.51100000000001	92.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0083_000000017140	2072	0.5424122630865253	2	2	1	2	1	False	53102	maximal	True	FIJ0083_000000017140	1.0		64	6	False	False	0.9966216087341309	0					non-mobilizable	no_good_hit	320.0	75.312	15.0	0.0002190354349109	NZ_CP012075.1	CFB group bacteria	Prevotella fusca JCM 17724 strain W1435 chromosome 2, complete sequence	True	False
FIJ0171_000000010015	2055	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.918254137967072		0	0	False	False	1.0	0					non-mobilizable	chromosome	1835.0	77.275	99.0	0.00047909571484095007	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ETH0005_000000023274	2020	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.7159741538594304		0	0	False	False	1.0	0					non-mobilizable	chromosome	1827.0	77.559	99.0	0.0004756278728070234	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0018_000000013256	2018	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.9128581316338427		0	0	False	False	1.0	0					non-mobilizable	chromosome	1832.0	77.402	99.0	0.00047882895776141726	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AUS0012_000000008438	2010	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.8741252825176362		0	0	False	False	1.0	0					non-mobilizable	chromosome	1801.0	76.846	99.0	0.00046869218873917	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0169_000000015729	1996	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.8801437549458887		0	0	False	False	1.0	0					non-mobilizable	chromosome	1813.0	77.22	99.0	0.0004726935449321623	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0011_000000006956	1993	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.722761689555733		0	0	False	False	0.9934771656990051	0					non-mobilizable	chromosome	1743.0	76.535	99.0	0.0004542873064443976	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0051_000000011161	1986	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6760270653060135		0	0	False	False	1.0	0					non-mobilizable	chromosome	282.0	93.97200000000001	99.0	7.495873934872326e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0049_000000010922	1980	0.5424122630865253	3	2	1	2	1	False	72256	maximal	False	MAD0065_000000005903	0.9214529755926868		0	0	False	False	1.0	0					non-mobilizable	chromosome	1982.0	95.257	100.0	0.0005279122603954567	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0191_000000005217	1978	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.7201516790300112		0	0	False	False	1.0	0					non-mobilizable	chromosome	1859.0	77.622	99.0	0.0004854978847497378	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0095_000000017888	1978	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.7522591410066753		0	0	False	False	1.0	0					non-mobilizable	chromosome	1716.0	75.932	99.0	0.0004468181082174785	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0092_000000009319	1976	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6082889924652989		0	0	False	False	1.0	0					non-mobilizable	chromosome	1601.0	74.391	99.0	0.00041667455823026953	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0131_000000016949	1959	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.8527237359837166		0	0	False	False	1.0	0					non-mobilizable	chromosome	1774.0	76.719	99.0	0.0004628235329894479	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0055_000000007044	1957	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.7581742803231987		0	0	False	False	1.0	0					non-mobilizable	chromosome	1709.0	76.068	99.0	0.0004452175657402816	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0084_000000003594	1953	0.5424122630865253	2	2	1	2	1	False	72256	maximal	False	MAD0065_000000005903	0.9128215485750973		0	0	False	False	0.995903730392456	0					non-mobilizable	chromosome	1953.0	94.163	100.0	0.000519909548009472	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0006_000000003452	1952	0.5424122630865253	2	2	1	2	1	False	76368	maximal	True	DEN0006_000000003452	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000021101	1950	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.7394178114742121		0	0	False	False	1.0	0					non-mobilizable	chromosome	1668.0	75.719	99.0	0.00043561431087709996	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0134_000000007880	1947	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6379216618786167		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	72.51100000000001	99.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0077_000000006107	1930	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.7002475898121958		0	0	False	False	1.0	0					non-mobilizable	chromosome	1837.0	77.082	99.0	0.00047909571484095007	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0097_000000016452	1925	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6128221816257745		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	72.51100000000001	99.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0012_000000012710	1917	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6566561814843617		0	0	False	False	1.0	0					non-mobilizable	chromosome	1624.0	74.877	99.0	0.00042280997105952447	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0061_000000013779	1913	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6119053302506237		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	72.51100000000001	98.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0147_000000010875	1912	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6810021886385562		0	0	False	False	1.0	0					non-mobilizable	chromosome	1796.0	76.893	99.0	0.0004684254316596372	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0098_000000012337	1905	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.7858255749398412		0	0	False	False	1.0	0					non-mobilizable	chromosome	1722.0	76.132	99.0	0.00044868540777420827	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0033_000000019327	1903	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.7834720885948874		0	0	False	False	1.0	0					non-mobilizable	chromosome	1719.0	76.09100000000001	99.0	0.00044788513653560983	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0006_000000019666	1902	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.48347700572547775		0	0	False	False	1.0	0					non-mobilizable	chromosome	1347.0	72.235	99.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0078_000000023867	1901	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.1388876055618434		0	0	False	False	1.0	0					non-mobilizable	chromosome	1940.0	78.918	100.0	0.0005065716940328308	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0087_000000015810	1897	0.5424122630865253	3	2	1	2	1	False	72256	maximal	False	MAD0065_000000005903	0.7261128112161932		0	0	False	False	0.9841855764389038	0					non-mobilizable	chromosome	1787.0	94.124	94.0	0.0004756278728070234	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0012_000000012912	1893	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.8415046616545925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	91.44	37.0	6.802305528086986e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0131_000000009830	1886	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.7459335651612793		0	0	False	False	1.0	0					non-mobilizable	chromosome	1670.0	75.389	99.0	0.00043561431087709996	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0138_000000009749	1885	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5612192630293731		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	72.51100000000001	99.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0093_000000016816	1882	0.5424122630865253	2	2	1	2	1	False	100297	maximal	True	MAD0093_000000016816	1.0		67	6	False	False	0.9936237931251526	0					non-mobilizable	no_good_hit	508.0	83.071	27.0	0.005846856875036616	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
FIJ0009_000000021627	1880	0.5424122630865253	3	2	1	2	1	False	51243	maximal	True	FIJ0009_000000021627	0.9733893557422969		18	5	False	False	0.9994680881500244	0					non-mobilizable	no_good_hit	278.0	94.964	57.0	7.389171103059196e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0015_000000010848	1879	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6061977040406101		0	0	False	False	0.9994677901268005	0					non-mobilizable	chromosome	1600.0	74.375	99.0	0.00041640780115073667	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0083_000000005499	1872	0.5424122630865253	2	2	1	2	1	False	47754	maximal	True	MAD0083_000000005499	1.0		138	9	False	False	0.9967948794364929	0					non-mobilizable	other	1879.0	85.73700000000001	99.0	0.02175874392172945	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
FIJ0170_000000008592	1869	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.510467813987453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	72.51100000000001	90.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0130_000000016112	1868	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6510136843950981		0	0	False	False	1.0	0					non-mobilizable	chromosome	1617.0	75.015	99.0	0.00042067591442326185	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0066_000000017640	1857	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5108954144964295		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	72.437	99.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0006_000000020306	1851	0.5424122630865253	2	2	1	2	1	False	51707	maximal	True	FIJ0006_000000020306	1.0		23	6	False	False	0.9875742793083191	0					non-mobilizable	no_good_hit	84.0	92.85700000000001	6.0	3.455233700767603e-05	NZ_UGTL01000001.1	CFB group bacteria	Prevotella disiens strain NCTC11157, whole genome shotgun sequence	True	False
FIJ0008_000000015488	1850	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.4728374220024788		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	72.51100000000001	99.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0076_000000007977	1844	0.5424122630865253	2	2	1	2	1	False	51386	fragment	False	FIJ0140_000000017617	0.9991042979916163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	77.855	55.0	0.00022194189017130873	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0140_000000017617	1843	0.5424122630865253	2	2	1	2	1	False	51386	fragment	False	FIJ0140_000000017617	0.9996746203904555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	77.596	55.0	0.00022167513309177592	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0073_000000009976	1841	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.47059250521491836		0	0	False	False	1.0	0					non-mobilizable	chromosome	1346.0	72.51100000000001	99.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AUS0016_000000015394	1841	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.9333675330952041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	83.11200000000001	39.0	0.00013978070967519924	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0015_000000011115	1841	0.5424122630865253	2	2	1	2	1	False	72256	maximal	False	MAD0065_000000005903	0.9112313940882243		0	0	False	False	1.0	0					non-mobilizable	chromosome	1841.0	96.089	100.0	0.0004908330263403943	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0032_000000019723	1841	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.47059250521491836		0	0	False	False	0.9994568228721619	0					non-mobilizable	chromosome	1346.0	72.51100000000001	99.0	0.00035105231666519507	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0171_000000011271	1834	0.5424122630865253	2	2	1	2	1	False	44478	maximal	True	FIJ0171_000000011271	1.0		3	2	False	False	0.9978189468383789	0					non-mobilizable	no_good_hit	231.0	84.848	13.0	0.04275092936802974	NZ_JH379386.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld181, whole genome shotgun sequence	True	False
DEN0067_000000018396	1833	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6033113010389259		0	0	False	False	1.0	0					non-mobilizable	chromosome	1603.0	74.423	99.0	0.00041720807238933516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0115_000000013000	1832	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5594759499866566		0	0	False	False	1.0	0					non-mobilizable	chromosome	1583.0	74.605	99.0	0.00041107265956008023	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0146_000000010550	1832	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6458077065689135		0	0	False	False	0.999454140663147	0					non-mobilizable	chromosome	1614.0	74.411	99.0	0.00042067591442326185	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0080_000000013420	1830	0.5424122630865253	2	2	1	2	1	False	72256	maximal	False	MAD0065_000000005903	0.9130095760054358		0	0	False	False	1.0	0					non-mobilizable	chromosome	1830.0	96.01100000000001	100.0	0.00048789869846553325	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0044_000000012045	1829	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6444263990395241		0	0	False	False	0.9994532465934753	0					non-mobilizable	chromosome	1613.0	74.64399999999999	99.0	0.00042040915734372904	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0052_000000016359	1828	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.4165959695368908		0	0	False	False	0.9994529485702515	0					non-mobilizable	no_good_hit	280.0	93.571	27.0	7.442522518965762e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0101_000000015250	1826	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6330995433159746		0	0	False	False	1.0	0					non-mobilizable	chromosome	1608.0	74.378	99.0	0.0004190753719460649	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0112_000000015013	1826	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6332515853415105		0	0	False	False	1.0	0					non-mobilizable	chromosome	1608.0	74.378	99.0	0.0004190753719460649	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0002_000000022553	1825	0.5424122630865253	2	2	1	2	1	False	53014	maximal	True	MAD0002_000000022553	0.958963911525029		113	11	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	93.258	24.0	0.00520241373249751	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
SPA0109_000000017908	1821	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6620499296880735		0	0	False	False	1.0	0					non-mobilizable	chromosome	1660.0	75.422	99.0	0.0004316129546841076	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0159_000000013771	1810	0.5424122630865253	2	2	1	2	1	False	51386	fragment	False	FIJ0140_000000017617	0.9925143269426557		0	0	False	False	0.9983425140380859	0					non-mobilizable	no_good_hit	825.0	76.727	54.0	0.00021313890654672558	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0040_000000013548	1809	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.7540927946038203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	84.72200000000001	38.0	0.00017205831629867082	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0037_000000017383	1809	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6542396584860198		0	0	False	False	1.0	0					non-mobilizable	chromosome	1625.0	74.708	99.0	0.00042280997105952447	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0092_000000019590	1802	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.3828621779936035		0	0	False	False	1.0	0					non-mobilizable	chromosome	1777.0	76.984	99.0	0.0004630902900689807	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0082_000000017077	1801	0.5424122630865253	2	2	1	2	1	False	51386	fragment	False	FIJ0140_000000017617	0.9895670445005887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	76.442	54.0	0.00021073809283093017	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0061_000000009750	1797	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.6428633919136365		0	0	False	False	0.9988870620727539	0					non-mobilizable	chromosome	1615.0	74.861	99.0	0.00042040915734372904	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0113_000000014340	1786	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5689009437961061		0	0	False	False	1.0	0					non-mobilizable	chromosome	1602.0	74.844	99.0	0.00041667455823026953	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0090_000000025383	1785	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5755151186901565		0	0	False	False	0.9994397759437561	0					non-mobilizable	chromosome	1614.0	74.907	99.0	0.00042067591442326185	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0110_000000009451	1785	0.5424122630865253	3	2	1	2	1	False	51243	maximal	False	FIJ0009_000000021627	0.949468085106383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	80.941	54.0	0.00021500620610345533	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0151_000000009866	1784	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5685169396656453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1601.0	74.828	99.0	0.00041640780115073667	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0270_000000004445	1784	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.35213470400090957		0	0	False	False	1.0	0					non-mobilizable	chromosome	1680.0	75.655	99.0	0.00043881539583149384	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0095_000000015337	1784	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5685169396656453		0	0	False	False	1.0	0					non-mobilizable	chromosome	1601.0	74.828	99.0	0.00041640780115073667	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0039_000000012909	1782	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5752159154400045		0	0	False	False	1.0	0					non-mobilizable	chromosome	1593.0	74.513	99.0	0.0004142737445144741	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0027_000000009751	1779	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5422726041146965		0	0	False	False	1.0	0					non-mobilizable	chromosome	1596.0	74.561	99.0	0.0004150740157530726	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0049_000000010354	1778	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.2583894839855203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1733.0	75.995	99.0	0.000450552707330938	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0154_000000022011	1776	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5238380311262144		0	0	False	False	0.9994369149208069	0					non-mobilizable	chromosome	1660.0	75.482	99.0	0.0004316129546841076	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0053_000000011869	1747	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.49191295287451203		0	0	False	False	1.0	0					non-mobilizable	chromosome	1625.0	75.015	99.0	0.0004236102422981229	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0083_000000005940	1743	0.5424122630865253	2	2	1	2	1	False	87210	maximal	True	MAD0083_000000005940	0.9699463825115243		309	15	False	False	0.9977051019668579	0					non-mobilizable	no_good_hit	406.0	90.64	25.0	0.00010750310305172766	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0787_000000008323	1742	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.5240044348681496		0	0	False	False	1.0	0					non-mobilizable	chromosome	1577.0	74.572	99.0	0.00041107265956008023	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0126_000000022410	1742	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.4487736001016359		0	0	False	False	0.9965556859970093	0					non-mobilizable	chromosome	1592.0	74.183	99.0	0.0004150740157530726	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0089_000000015531	1742	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.11109095938600815		0	0	False	False	1.0	0					non-mobilizable	chromosome	1776.0	77.477	99.0	0.0004633570471485135	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0018_000000011444	1738	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.40642459290356875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	75.816	46.0	0.00021874080521691486	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0132_000000019174	1735	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.4643295772863716		0	0	False	False	1.0	0					non-mobilizable	chromosome	1617.0	75.015	99.0	0.00042040915734372904	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0115_000000013734	1728	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.6752803105426585		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	91.429	36.0	6.482197032647598e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0071_000000003544	1727	0.5424122630865253	2	2	1	2	1	False	87210	maximal	False	MAD0083_000000005940	0.964752358509204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	407.0	90.41799999999999	25.0	0.00010750310305172766	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0098_000000026132	1724	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.48482946955667977		0	0	False	False	1.0	0					non-mobilizable	chromosome	1576.0	74.365	99.0	0.0004100056312419489	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0009_000000024175	1719	0.5424122630865253	2	2	1	2	1	False	51225	maximal	True	FIJ0009_000000024175	1.0		2	1	False	False	0.9994182586669922	0					non-mobilizable	other	1592.0	88.31700000000001	92.0	0.29405204460966544	NZ_JH379386.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld181, whole genome shotgun sequence	False	False
ETH0005_000000027216	1718	0.5424122630865253	2	2	1	2	1	False	53014	maximal	False	MAD0002_000000022553	0.9336986301369863		0	0	False	False	0.9854481816291809	0					non-mobilizable	no_good_hit	316.0	91.772	18.0	0.0036909016345421522	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
ISR0206_000000015183	1715	0.5424122630865253	2	2	1	2	1	False	39054	fragment	False	ISR0206_000000015183	0.9499243796446593		0	0	False	False	0.9994168877601624	0					non-mobilizable	other	1583.0	91.40899999999999	92.0	0.29349442379182156	NZ_JH379386.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld181, whole genome shotgun sequence	False	False
MON0100_000000026553	1714	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.6562065554427726		0	0	False	False	0.9994165897369385	0					non-mobilizable	no_good_hit	435.0	78.62100000000001	30.0	0.00011523905835817953	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0052_000000026569	1713	0.5424122630865253	2	2	1	2	1	False	72256	maximal	False	MAD0065_000000005903	0.4874153788665244		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	96.32700000000001	100.0	0.019778545901927472	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
FIJ0108_000000013493	1713	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.2956411911232118		0	0	False	False	1.0	0					non-mobilizable	chromosome	1683.0	75.579	99.0	0.0004374816104338297	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0040_000000014381	1698	0.5424122630865253	2	2	1	2	1	False	51386	fragment	False	FIJ0140_000000017617	0.9443989443802394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	76.442	51.0	0.00021073809283093017	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0153_000000015245	1697	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.8304423247134768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	93.15799999999999	29.0	5.0417088031703545e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0089_000000014589	1697	0.5424122630865253	3	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.39610852276137143		0	0	False	False	1.0	0					non-mobilizable	chromosome	1582.0	74.589	99.0	0.00041107265956008023	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0092_000000010897	1695	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.5624182772114626		0	0	False	False	0.9964601993560791	0					non-mobilizable	no_good_hit	165.0	95.152	22.0	4.374816104338297e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0083_000000021252	1694	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.3720177547599344		0	0	False	False	0.9970483779907227	0					non-mobilizable	chromosome	1611.0	75.109	99.0	0.0004188086148665321	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0135_000000016840	1689	0.5424122630865253	2	2	1	2	1	False	72256	maximal	False	MAD0065_000000005903	0.41448352194001004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1691.0	94.145	100.0	0.0004502859502514052	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0135_000000016965	1676	0.5424122630865253	2	2	1	2	1	False	47753	fragment	False	FIJ0135_000000016965	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	84.45100000000001	100.0	0.019485617200773332	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
TAN0007_000000024608	1663	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.329158052362502		0	0	False	False	1.0	0					non-mobilizable	chromosome	1636.0	75.55	99.0	0.00042521078477531985	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0045_000000025325	1657	0.5424122630865253	2	2	1	2	1	False	72256	maximal	False	MAD0065_000000005903	0.3031389617656479		0	0	False	False	1.0	0					non-mobilizable	chromosome	1642.0	93.24	99.0	0.0004369480962747641	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ETH0003_000000025330	1643	0.5424122630865253	2	2	1	2	1	False	53101	fragment	False	ETH0003_000000025330	1.0		0	0	False	False	0.9878271222114563	0					non-mobilizable	no_good_hit								True	False
ISR0046_000000021827	1635	0.5424122630865253	2	2	1	2	1	False	39054	fragment	False	ISR0206_000000015183	0.9405279883582973		0	0	False	False	0.9993883967399597	0					non-mobilizable	other	1489.0	96.911	91.0	0.2760223048327137	NZ_JH379386.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld181, whole genome shotgun sequence	False	False
FIJ0078_000000015074	1629	0.5424122630865253	2	2	1	2	1	False	47750	fragment	False	FIJ0078_000000015074	0.9249629631996233		0	0	False	False	1.0	0					non-mobilizable	other	1644.0	79.745	99.0	0.01861854824535708	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
TAN0016_000000007409	1607	0.5424122630865253	2	2	1	2	1	False	39054	fragment	False	ISR0206_000000015183	0.9329952906582013		0	0	False	False	0.9975109100341797	0					non-mobilizable	other	1476.0	90.921	92.0	0.2734200743494424	NZ_JH379386.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld181, whole genome shotgun sequence	False	False
MAD0057_000000010009	1586	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.6555873972895112		0	0	False	False	0.994955837726593	0					non-mobilizable	no_good_hit	407.0	78.624	30.0	0.00010776986013126049	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0138_000000011952	1561	0.5424122630865253	2	2	1	2	1	False	40470	maximal	True	FIJ0138_000000011952	1.0		98	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0002_000000024232	1550	0.5424122630865253	2	2	1	2	1	False	72256	maximal	False	MAD0065_000000005903	0.2394957135645893		0	0	False	False	1.0	0					non-mobilizable	chromosome	1550.0	95.806	100.0	0.0004132067161963428	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0048_000000021871	1542	0.5424122630865253	2	2	1	2	1	False	101141	fragment	False	MAD0091_000000006681	0.04962180922076485		0	0	False	False	0.9993515014648438	0					non-mobilizable	chromosome	1572.0	74.682	99.0	0.000408405088764752	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0165_000000010459	1516	0.5424122630865253	2	2	1	2	1	False	39054	fragment	False	ISR0206_000000015183	0.6888207935846421		0	0	False	False	0.998021125793457	0					non-mobilizable	other	1460.0	98.288	96.0	0.2711895910780669	NZ_JH379386.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld181, whole genome shotgun sequence	False	False
FIJ0037_000000022418	1469	0.5424122630865253	2	2	1	2	1	False	47750	fragment	False	FIJ0078_000000015074	0.800953637713329		0	0	False	False	1.0	0					non-mobilizable	other	1477.0	78.199	99.0	0.016907844630616908	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
TAN0024_000000005903	1460	0.5424122630865253	2	2	1	2	1	False	72256	maximal	False	MAD0065_000000005903	0.12374193548387095		0	0	False	False	0.998630166053772	0					non-mobilizable	other	1462.0	96.648	99.0	0.01711875329544789	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	False	False
MAD0030_000000008393	1441	0.5424122630865253	2	2	1	2	1	False	100295	fragment	False	AUS0016_000000015394	0.24575010559342492		0	0	False	False	0.9986120462417603	0					non-mobilizable	no_good_hit	371.0	80.054	26.0	0.004241607592711934	NZ_VZBY01000035.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_13_length_85345_cov_30.1373_ID_25, whole genome shotgun sequence	True	False
MON0106_000000031311	1400	0.5424122630865253	2	2	1	2	1	False	8639	maximal	True	MON0106_000000031311	1.0		39	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0118_000000008787	3322	0.5424119460170129	4	4	4	4	4	False	105946	maximal	True	AST0118_000000008787	1.0		78	13	False	False	0.9963877201080322	0					non-mobilizable	chromosome	3323.0	96.238	100.0	0.001360936730989812	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
FIJ0097_000000001977	12654	0.5424089592775586	15	11	8	10	6	True	52103	maximal	True	FIJ0097_000000001977	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	87.5	1.0	0.001662089897384015	NZ_JHZB01000034.1	d-proteobacteria	Desulfobulbus elongatus DSM 2908 Q362DRAFT_scaffold00033.33_C, whole genome shotgun sequence	True	True
DEN0083_000000007635	3551	0.5424047879543605	2	1	1	1	1	False	69131	maximal	True	DEN0083_000000007635	0.9873177842565598		158	11	False	False	0.9969022870063782	0					non-mobilizable	chromosome	3353.0	99.911	100.0	0.0009534455736744347	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0399_000000004294	3348	0.5424025616925711	5	5	5	5	4	False	99292	maximal	True	ISR0399_000000004294	1.0		174	8	False	False	0.9826762080192566	0					non-mobilizable	no_good_hit	2687.0	99.814	80.0	0.033931707070579464	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	True	False
ISR0343_000000004516	3450	0.5423980861859283	3	3	3	3	3	False	108828	fragment	False	AUS0008_000000006160	0.9833817306554263		0	0	False	False	0.9994202852249146	0					non-mobilizable	other	1501.0	91.47200000000001	99.0	0.006793798899921942	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0029_000000017366	1769	0.5423968822242098	2	2	2	2	2	False	68407	fragment	False	MON0029_000000017366	1.0		0	0	False	False	0.9994347095489502	0					non-mobilizable	other	1689.0	80.107	94.0	0.018922076890789667	NZ_JAAISM010000009.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_9_length_88151_cov_199.544, whole genome shotgun sequence	False	False
ENG0107_000000008904	3040	0.5423956542446157	3	3	3	2	3	False	60022	maximal	True	ENG0107_000000008904	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	88.29799999999999	64.0	0.013497390906132877	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
ISR0037_000000020615	1196	0.5423886146475287	2	1	1	1	1	False	36668	maximal	True	ISR0037_000000020615	1.0		0	0	False	False	0.9882943034172058	0					non-mobilizable	no_good_hit	982.0	80.855	80.0	0.018933312448603988	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	True	False
MON0088_000000011864	2630	0.5423885782566087	2	2	2	2	2	False	9645	maximal	True	MON0088_000000011864	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	98.551	3.0	0.0005817733821566681	LN594859.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002464	True	False
FIJ0099_000000012166	1822	0.5423882305551834	2	2	2	2	1	False	42777	maximal	True	FIJ0099_000000012166	1.0		35	9	False	False	0.9917672872543335	0					non-mobilizable	no_good_hit	976.0	98.258	54.0	0.001550925226315781	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0819_000000013681	1926	0.5423853638464786	2	2	2	2	2	False	22773	maximal	True	ISR0819_000000013681	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	94.969	50.0	0.0002559207457930207	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0067_000000006849	4490	0.5423848839794554	4	4	1	4	2	False	100392	maximal	True	DEN0067_000000006849	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2353.0	92.13799999999999	53.0	0.0006231445377886746	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0107_000000005556	5365	0.5423836741393364	6	5	3	3	4	False	111021	maximal	True	SPA0107_000000005556	1.0		18	6	False	False	0.998508870601654	0					non-mobilizable	other	4671.0	83.023	90.0	0.000884952545373367	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
SPA0007_000000023098	1134	0.5423835189381846	1	1	1	1	1	False	8187	maximal	True	SPA0007_000000023098	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0046_000000003355	5592	0.5423822627514582	6	6	5	5	4	True	64458	maximal	True	ENG0046_000000003355	1.0		22	4	False	False	1.0	0					non-mobilizable	no_good_hit	2051.0	93.07700000000001	37.0	0.02034147455825826	NZ_LNAM01000197.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf7, whole genome shotgun sequence	True	True
CHI0168_000000010332	1543	0.5423806688558319	2	2	2	2	2	False	78098	maximal	True	CHI0168_000000010332	1.0		0	0	False	False	0.9844458699226379	0					non-mobilizable	no_good_hit	496.0	98.387	37.0	0.00019411741868538977	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
FIJ0095_000000005447	4818	0.5423701470848072	4	4	1	4	3	False	45924	fragment	False	FIJ0095_000000005447	0.9737405920837873		0	0	False	False	1.0	0					non-mobilizable	chromosome	4790.0	84.48899999999999	99.0	0.0012718977552125	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0168_000000002094	10428	0.5423695977525573	13	7	4	7	3	False	30147	maximal	True	ISR0168_000000002094	1.0		1	1	False	False	0.9987533688545227	0					non-mobilizable	no_good_hit	766.0	79.896	7.0	0.012964905342435133	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0135_000000010404	1891	0.5423674158001089	3	2	2	2	2	False	128044	maximal	True	ISR0135_000000010404	1.0		149	9	False	False	0.9762030839920044	0					non-mobilizable	no_good_hit	611.0	78.56	32.0	0.005207154177043242	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
ENG0129_000000003479	7176	0.5423654952960044	14	5	2	4	2	False	68501	fragment	False	ENG0129_000000003479	1.0		0	0	False	False	0.9983277320861816	0					non-mobilizable	no_good_hit								True	False
ISR0032_000000020200	1661	0.5423653540960067	3	2	2	2	2	False	36933	maximal	True	ISR0032_000000020200	1.0		21	7	False	False	0.9993979334831238	0					non-mobilizable	other	1665.0	91.83200000000001	100.0	0.00729304875798501	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
MAD0077_000000007250	1669	0.5423646246962083	3	2	1	2	2	True	16220	fragment	False	MAD0077_000000007250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0084_000000003254	2152	0.5423644172969923	2	2	2	2	2	False	95278	maximal	True	MAD0084_000000003254	1.0		206	13	False	False	0.9953531622886658	0					non-mobilizable	other	1385.0	96.39	96.0	0.0003734027972493111	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0168_000000005060	5632	0.5423610210896513	6	5	5	4	4	False	65856	maximal	True	ENG0168_000000005060	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	98.684	4.0	0.0009776120369291328	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0199_000000014118	1797	0.5423539174055071	2	2	2	2	2	False	54269	maximal	True	ENG0199_000000014118	1.0		68	9	False	False	0.9983305335044861	0					non-mobilizable	no_good_hit	251.0	76.494	14.0	0.0024775659425325556	NZ_JXLF01000013.1	firmicutes	Enterococcus termitis strain DSM 22803 Scaffold13, whole genome shotgun sequence	True	False
ISR0146_000000038884	1117	0.5423530193066312	2	2	2	2	1	True	30970	fragment	False	ISR0146_000000038884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	72.577	43.0	0.00019540112416964743	NZ_CP011402.1	actinobacteria	Denitrobacterium detoxificans strain NPOH1 chromosome, complete genome	True	True
ISR0089_000000015292	1917	0.5423509206756637	4	1	1	1	1	False	33735	maximal	True	ISR0089_000000015292	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	78.582	34.0	0.003751971350652752	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MAD0066_000000029414	1187	0.5423503365615366	3	2	2	2	1	False	16543	fragment	False	SPA0092_000000038066	0.9795833333333334		0	0	False	False	0.9839932322502136	0					non-mobilizable	no_good_hit								True	False
USA0134_01_000000001273	3367	0.5423488008148165	4	4	4	4	3	False	98959	fragment	False	USA0134_01_000000001273	0.997479621166004		0	0	False	False	1.0	0					non-mobilizable	other	3367.0	99.762	100.0	0.0005875283749499266	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0083_000000030497	1193	0.5423451524761997	3	3	3	3	1	False	130039	fragment	False	USA0135_01_000000006480	0.011464824834062663		0	0	False	False	0.9966471195220947	0					non-mobilizable	chromosome	1218.0	87.02799999999999	100.0	0.0004209765597569698	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0087_000000012096	2215	0.5423383647456714	4	3	3	1	1	False	87792	fragment	False	ENG0087_000000012096	1.0		0	0	False	False	0.9990970492362976	0					non-mobilizable	other	1513.0	98.678	92.0	0.010728578321459995	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0052_000000008673	3335	0.5423377889146928	3	3	3	3	2	False	128985	maximal	True	ENG0052_000000008673	1.0	PS1059	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	2931.0	76.083	87.0	0.02879244944894119	NZ_QGDS01000015.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_115, whole genome shotgun sequence	True	True
ISR0046_000000015806	2128	0.5423374185186178	3	2	2	1	1	False	36171	maximal	True	ISR0046_000000015806	1.0		25	5	False	False	0.9990601539611816	0					non-mobilizable	no_good_hit	1488.0	85.34899999999999	69.0	0.0029002878673255847	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
FIJ0046_000000004851	5296	0.5423354419468603	5	5	4	5	5	False	65749	fragment	False	FIJ0070_000000003250	0.9463212445891985		0	0	False	False	0.9986782670021057	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	5.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
CHI0114_000000006179	1276	0.542331167577261	1	1	1	1	1	False	82272	maximal	True	CHI0114_000000006179	0.9891862032965726		77	7	True	True	0.9984325766563416	18					non-mobilizable	no_good_hit	713.0	80.926	61.0	0.0003826425977816444	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	True
ISR0018_000000017141	1232	0.542331167577261	1	1	1	1	1	False	82272	maximal	False	CHI0114_000000006179	0.9783338709849532		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	713.0	80.926	63.0	0.0003826425977816444	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	True
ENG0069_000000014660	1232	0.542331167577261	2	1	1	1	1	False	82272	maximal	False	CHI0114_000000006179	0.9783176593521422		0	0	True	True	1.0	60					non-mobilizable	no_good_hit	713.0	80.926	63.0	0.0003826425977816444	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	True
ENG0204_000000015946	1677	0.5423302213880834	2	2	2	2	1	False	96108	fragment	False	ENG0204_000000015946	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	95.088	98.0	0.0016826164686086864	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
FIJ0112_000000010346	2605	0.5423291388960438	4	4	3	3	4	False	47434	fragment	False	FIJ0112_000000010346	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2605.0	99.655	100.0	0.00050117248185848	CP019219.1	enterobacteria	Klebsiella pneumoniae strain 1756, complete genome	False	False
AST0104_000000027992	1263	0.5423240711409996	2	2	2	2	2	False	107691	maximal	False	ISR0341_000000010433	0.9493882739182393		0	0	False	False	0.9976246953010559	0					non-mobilizable	other	1265.0	83.241	100.0	0.0003281444985496971	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0047_000000006360	4644	0.5423225546929743	5	4	4	3	3	False	125538	fragment	False	FIJ0047_000000006360	1.0		0	0	False	False	0.9989233613014221	0					non-mobilizable	other	2421.0	99.215	100.0	0.030094636439381692	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0062_000000000942	20702	0.5423221414609605	30	23	9	14	20	True	111511	maximal	True	SPA0062_000000000942	1.0		2	1	False	False	1.0	0					non-mobilizable	other	18142.0	100.0	90.0	0.00531240427803603	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0814_000000038523	1115	0.5423207377819791	2	2	2	1	2	False	21479	fragment	False	ISR0814_000000038523	1.0		0	0	False	False	0.9991031289100647	0					non-mobilizable	no_good_hit								True	False
SPA0016_000000005599	5621	0.5423189571367499	8	3	2	0	2	False	63680	fragment	False	SPA0016_000000005599	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	95.833	1.0	8.300908278319211e-06	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
DEN0007_000000017730	1437	0.5423173910989706	2	1	1	1	1	True	76247	fragment	False	DEN0007_000000017730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	87.78399999999999	60.0	0.010681029760817966	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0310_000000003016	4946	0.5423168306259053	1	1	1	1	1	False	113104	fragment	False	ISR0021_000000004049	0.928705943836676		0	0	False	False	1.0	0					non-mobilizable	other	4947.0	95.45200000000001	100.0	0.02694323667549337	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0090_000000001006	16017	0.5423167362056281	12	7	6	7	1	True	115743	fragment	False	ISR0090_000000001006	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	16021.0	97.272	100.0	0.4557999260249808	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	True
ENG0165_000000015577	1293	0.5423140338092222	2	2	2	1	1	False	56203	fragment	False	ENG0165_000000015577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	95.17200000000001	28.0	4.641383802795338e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0045_000000004048	4666	0.5423134612133367	7	7	7	4	7	False	98168	fragment	False	CHI0045_000000004048	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4666.0	99.95700000000001	100.0	0.0009093829607559828	CP054230.1	enterobacteria	Escherichia coli strain EcPF14 chromosome, complete genome	False	False
ISR0258_000000006350	3168	0.5423048195884785	5	5	5	4	2	True	104304	maximal	True	ISR0258_000000006350	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1268.0	91.87700000000001	40.0	0.0003312838256499055	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
ENG0141_000000000087	74136	0.5423039490671762	65	31	19	30	15	True	110467	maximal	True	ENG0141_000000000087	1.0		2	2	False	False	0.9999460577964783	0					non-mobilizable	no_good_hit	3703.0	77.505	5.0	0.018891014170831534	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	True
ISR0246_000000000894	11561	0.5423039024422134	6	6	6	6	3	True	91063	fragment	False	ISR0246_000000000894	1.0		0	0	False	False	0.9998270273208618	0					non-mobilizable	no_good_hit	2182.0	74.885	19.0	0.004466404732381643	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0048_000000007193	2184	0.542302908841929	3	3	1	2	3	False	114929	maximal	True	AST0048_000000007193	1.0		6	3	False	False	1.0	0					non-mobilizable	plasmid	2184.0	100.0	100.0	0.0568608043342363	CP002617.1	firmicutes	Lactobacillus paracasei strain LC2W plasmid pLC2W, complete sequence	False	True
FIJ0115_000000017544	1342	0.5423021788064	2	2	2	2	2	False	41713	maximal	True	FIJ0115_000000017544	1.0		84	9	False	False	1.0	0					non-mobilizable	chromosome	1207.0	91.715	90.0	0.0005311600659468558	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0047_000000010866	1819	0.5422994941300886	4	4	4	3	1	False	87111	maximal	True	ENG0047_000000010866	1.0		1	1	False	False	0.9945024847984314	0					non-mobilizable	no_good_hit	1226.0	99.021	67.0	0.00023804161511527334	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	True	False
SPA0123_000000007139	1117	0.5422982072582355	2	2	2	1	1	True	4079	maximal	True	SPA0123_000000007139	1.0		4	1	False	False	0.9946284890174866	0					non-mobilizable	other	1117.0	100.0	100.0	0.002501406480794533	NZ_CABIYM010000003.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	False	True
ISR0802_000000008244	2011	0.5422967194769253	3	2	2	2	1	False	99839	fragment	False	ISR0802_000000008244	0.9924585218702866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0098_000000016697	1989	0.5422967194769253	3	2	2	2	1	False	99839	fragment	False	ISR0802_000000008244	0.9870711089010443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0020_000000010290	2708	0.5422959339827498	2	2	2	1	1	False	99647	fragment	False	AUS0020_000000010290	1.0		0	0	False	False	0.9903988242149353	0					non-mobilizable	no_good_hit	567.0	71.958	20.0	9.965613218302715e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0011_000000024791	1805	0.5422958848192236	3	2	2	2	2	False	50952	maximal	True	FIJ0011_000000024791	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.0003837214401613823	NZ_AYYY01000007.1	firmicutes	Lactobacillus vaccinostercus DSM 20634 NODE_10, whole genome shotgun sequence	True	False
FIJ0007_000000006108	2784	0.5422947482730636	4	4	4	3	3	False	51593	fragment	False	MAD0041_000000010860	0.9556354916067147		0	0	False	False	0.9949712753295898	0					non-mobilizable	chromosome	2784.0	99.24600000000001	100.0	0.0005474536911814318	CP055713.1	enterobacteria	Escherichia coli strain RHB15-C06 chromosome, complete genome	False	False
ENG0080_000000024263	1186	0.5422933918608333	3	3	3	2	2	False	61706	maximal	True	ENG0080_000000024263	1.0		1	1	False	False	0.9890387654304504	0					non-mobilizable	no_good_hit	110.0	80.0	9.0	0.0010424138095921198	NZ_NIGF01000012.1	bacteria	Abditibacterium utsteinense strain LMG 29911 Contig0012, whole genome shotgun sequence	True	False
ETH0004_000000003616	7629	0.5422889493117873	8	4	3	4	3	False	52956	maximal	True	ETH0004_000000003616	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	97.037	2.0	0.0028237277420714363	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
SPA0045_000000018329	1365	0.5422841021620727	2	2	2	2	2	False	45154	maximal	False	SPA0010_000000016865	0.9322087183961789		0	0	False	False	0.9970695972442627	0					non-mobilizable	other	1365.0	99.414	100.0	0.029299937705411037	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0162_000000024947	1587	0.5422823277440668	3	3	3	3	2	False	55511	fragment	False	ISR0162_000000024947	0.9510246049488668		0	0	False	False	1.0	0					non-mobilizable	other	1589.0	94.21	100.0	0.01058572096440259	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
SPA0041_000000030674	1101	0.5422807840966744	2	2	2	2	1	False	6884	maximal	True	SPA0041_000000030674	1.0		27	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0079_000000021877	1305	0.5422804835497547	2	2	2	1	1	False	103262	fragment	False	FIJ0079_000000021877	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	99.617	100.0	0.0002525570921382115	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0097_000000027078	1205	0.542280165536978	2	2	2	2	2	False	57832	fragment	False	ISR0067_000000022638	0.49025591601308727		0	0	False	False	0.985892117023468	0					non-mobilizable	chromosome	1205.0	87.22	99.0	0.00035599256621180375	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0214_000000005043	5090	0.5422799543991231	7	4	3	4	3	False	28242	maximal	True	ISR0214_000000005043	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	78.717	18.0	0.012173205829496412	NZ_FUWW01000009.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
TAN0007_000000027914	1495	0.5422738674194102	2	2	2	2	1	False	2803	maximal	True	TAN0007_000000027914	1.0		12	4	False	False	0.9973244071006775	0					non-mobilizable	other	1520.0	77.829	100.0	0.006084576849067209	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0097_000000006048	5093	0.5422717330905777	5	5	5	5	5	False	131413	fragment	False	ISR0058_000000003113	0.23865474705818887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.845	16.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
SPA0112_000000022405	1483	0.5422703673936912	2	2	2	2	1	False	66905	maximal	False	ENG0014_000000015727	0.9952956989247311		0	0	False	False	0.997977077960968	0					non-mobilizable	no_good_hit	401.0	75.561	27.0	0.0001263603229858976	CP025249.1	high GC Gram+	Actinomyces sp. 432 chromosome, complete genome	True	False
CHI0100_000000000447	9238	0.5422701086368228	10	5	4	4	3	True	90118	fragment	False	CHI0100_000000000447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.00019709362705337447	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	True
FIJ0089_000000019860	1268	0.5422672185942112	1	1	1	1	1	False	51651	fragment	False	FIJ0089_000000019860	0.9988476287559296		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	99.84200000000001	100.0	0.00028197237338394444	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0006_000000032549	1237	0.5422672185942112	1	1	1	1	1	False	51651	fragment	False	FIJ0089_000000019860	0.9934478096972311		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	99.838	100.0	0.00029829494032894497	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0036_000000011811	1231	0.5422672185942112	1	1	1	1	1	False	51651	fragment	False	FIJ0089_000000019860	0.9909909164839036		0	0	False	False	0.9991876482963562	0					non-mobilizable	other	1231.0	99.919	100.0	0.00029684690663802775	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
USA0013_01_000000007929	1215	0.5422672185942112	1	1	1	1	1	False	51651	fragment	False	FIJ0089_000000019860	0.9798829142850847		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	100.0	100.0	0.014722111058561017	NZ_WNAJ01000016.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold16_size82461, whole genome shotgun sequence	False	False
FIJ0082_000000027716	1158	0.5422672185942112	1	1	1	1	1	False	51651	fragment	False	FIJ0089_000000019860	0.9422521056869844		0	0	False	False	0.9991364479064941	0					non-mobilizable	other	1158.0	99.914	100.0	0.0002792291633985351	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
USA0051_01_000000018101	1107	0.5422671951138084	2	1	1	1	1	False	1088	fragment	False	USA0051_01_000000018101	1.0		0	0	False	False	0.9728997349739075	0					non-mobilizable	no_good_hit								True	False
ISR0231_000000002245	5627	0.5422668141637438	8	2	1	2	0	True	27495	maximal	True	ISR0231_000000002245	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	77.28	21.0	0.1570313533536182	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
MON0045_000000006411	3699	0.5422612824044586	4	3	2	3	3	False	11579	maximal	True	MON0045_000000006411	1.0		8	4	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit	173.0	78.035	5.0	0.0017436702729710714	NZ_AAXG02000034.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont317, whole genome shotgun sequence	True	False
CHI0060_000000000155	30212	0.5422611804200805	42	17	6	15	12	False	130931	maximal	True	CHI0060_000000000155	1.0	PS1128	1	1	False	True	0.9998013973236084	0					non-mobilizable	no_good_hit	1741.0	85.009	6.0	0.020512335759523586	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
SPA0124_000000008401	3469	0.542260127886429	4	2	2	2	1	False	104745	maximal	True	SPA0124_000000008401	1.0		0	0	False	False	0.9933698177337646	0					non-mobilizable	no_good_hit	1290.0	93.023	37.0	0.0005747749653372318	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0149_000000014538	2663	0.542260127886429	2	2	2	2	1	False	104743	fragment	False	SPA0149_000000014538	0.956097404261756		0	0	False	False	0.9981223940849304	0					non-mobilizable	no_good_hit	1481.0	91.897	56.0	0.000658670690091424	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0367_000000003644	2660	0.542260127886429	2	2	2	2	1	False	104743	fragment	False	SPA0149_000000014538	0.9392233121846967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1456.0	89.01100000000001	55.0	0.0006488531052797632	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0023_000000006798	2535	0.542260127886429	3	2	2	2	1	False	104743	fragment	False	SPA0149_000000014538	0.38161764705882356		0	0	False	False	0.9909270405769348	0					non-mobilizable	no_good_hit	1162.0	96.816	46.0	0.0005181007257426445	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0066_000000013190	2448	0.542260127886429	2	2	2	2	1	False	104743	fragment	False	SPA0149_000000014538	0.9158192372793967		0	0	False	False	0.9922385811805725	0					non-mobilizable	no_good_hit	1309.0	94.041	53.0	0.0005832537885836661	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0061_000000034557	1345	0.5422597898529921	2	1	1	1	1	False	10801	maximal	True	MON0061_000000034557	1.0		25	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0075_000000002852	2346	0.5422505236011135	2	2	2	2	2	True	84678	fragment	False	CHI0075_000000002852	1.0		0	0	False	False	0.9995737671852112	0		MOBV			mobilizable	other	2348.0	99.87200000000001	100.0	0.09039787389746948	KP834592.1	firmicutes	Enterococcus faecium strain E506 transposon Tn6248, complete sequence	False	True
ISR0279_000000007893	2616	0.5422464659886522	4	4	2	3	2	True	117185	maximal	True	ISR0279_000000007893	0.9719409282700422		181	10	False	False	1.0	0					non-mobilizable	other	2624.0	93.102	100.0	0.040966913147010904	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0388_000000012459	2750	0.5422458270826468	3	3	3	3	3	False	22947	maximal	True	ISR0388_000000012459	1.0		87	7	False	False	0.9989091157913208	0					non-mobilizable	no_good_hit	881.0	79.682	32.0	0.014751787332594905	NZ_JAEB01000024.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00017.17_C, whole genome shotgun sequence	True	False
ISR0117_000000013448	1997	0.5422449411620802	4	4	4	2	2	False	102427	fragment	False	ENG0142_000000017107	0.9654527825644803		0	0	False	False	0.9994992613792419	0					non-mobilizable	chromosome	1830.0	100.0	100.0	0.0003338435597032388	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
SPA0073_000000007544	1434	0.5422422566665974	3	1	1	1	1	False	5842	fragment	False	SPA0073_000000007544	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1434.0	99.93	100.0	0.00022470049603457722	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
AST0040_000000003057	5999	0.5422398125600864	6	4	3	3	2	False	116400	maximal	True	AST0040_000000003057	1.0		1	1	False	False	0.9971662163734436	0					non-mobilizable	no_good_hit	412.0	100.0	7.0	0.000985219313175091	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	True	False
USA0069_01_000000037799	1602	0.5422386893951895	2	2	2	2	2	False	85547	fragment	False	USA0069_01_000000037799	1.0		0	0	False	False	0.9925093650817871	0					non-mobilizable	no_good_hit	439.0	74.487	27.0	0.002583067751714571	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	True	False
FIJ0097_000000013268	2371	0.5422335961600633	3	2	1	2	2	False	52163	fragment	False	FIJ0097_000000013268	0.9963998305802626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	84.258	61.0	0.029339199191462797	NZ_JH379378.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld119, whole genome shotgun sequence	True	False
FIJ0100_000000007914	2361	0.5422335961600633	3	2	1	2	2	False	52163	fragment	False	FIJ0097_000000013268	0.99514972585407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	84.359	61.0	0.029339199191462797	NZ_JH379378.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld119, whole genome shotgun sequence	True	False
FIJ0083_000000024393	1484	0.5422335961600633	2	2	1	2	2	False	52161	fragment	False	SPA0147_000000000563	0.9720076248624883		0	0	False	False	0.9986522793769836	0					non-mobilizable	no_good_hit	776.0	86.34	52.0	0.012765606984022402	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
SPA0149_000000018523	2126	0.5422329807907582	2	2	1	2	2	False	41945	fragment	False	USA0053_01_000000008897	0.6763610930677503		0	0	False	False	1.0	0					non-mobilizable	plasmid	2126.0	100.0	100.0	0.016392557393236237	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ISR0829_000000007788	1943	0.5422274031384378	2	2	2	2	1	False	21066	maximal	True	ISR0829_000000007788	1.0		38	4	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	94.64299999999999	3.0	1.2578576077743833e-05	NZ_QTUC01000001.1	high GC Gram+	Thermasporomyces composti strain DSM 22891 Ga0197492_11, whole genome shotgun sequence	True	False
SPA0036_000000006826	3446	0.5422266454244132	2	2	2	2	2	False	9741	maximal	True	SPA0036_000000006826	1.0		333	12	False	False	0.9933255910873413	0					non-mobilizable	chromosome	3446.0	99.73899999999999	100.0	0.0004866072822156974	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
USA0080_01_000000035997	1155	0.5422240455886289	2	2	2	2	2	False	591	maximal	True	USA0080_01_000000035997	1.0		166	9	False	False	0.9601731896400452	0					non-mobilizable	chromosome	1155.0	99.48100000000001	100.0	0.00032269691852406147	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0821_000000019619	1618	0.5422239382463464	3	2	2	2	2	False	21223	fragment	False	ISR0821_000000019619	1.0		0	0	False	False	0.995055615901947	0					non-mobilizable	no_good_hit	567.0	92.06299999999999	35.0	0.00017045820732175223	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0042_000000005731	4350	0.5422158580487615	7	6	5	4	3	False	36381	maximal	True	ISR0042_000000005731	1.0		21	6	False	False	1.0	0					non-mobilizable	other	4351.0	91.335	100.0	0.0019279752445672301	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	False	False
ENG0097_000000020432	1537	0.5422100101590301	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.20649947206888059		0	0	False	False	0.9934937953948975	0					non-mobilizable	other	1557.0	85.292	100.0	0.08029883496160076	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0077_000000006457	4434	0.5422022430406838	5	5	5	5	4	False	54415	maximal	True	SPA0077_000000006457	1.0		2	2	False	False	0.9952638745307922	0					non-mobilizable	no_good_hit	606.0	78.548	14.0	0.00020791872306348078	NZ_LT964679.1	actinobacteria	Raoultibacter timonensis strain Marseille-P3277, whole genome shotgun sequence	True	False
MAD0103_000000017653	1390	0.5421976300058603	2	2	2	2	1	False	14912	maximal	True	MAD0103_000000017653	1.0		16	4	False	False	1.0	0					non-mobilizable	other	1390.0	98.48899999999999	100.0	0.0005297420205939594	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
ISR0238_000000009194	1619	0.5421969104897314	2	2	2	1	1	False	27782	fragment	False	ISR0238_000000009194	1.0		0	0	False	False	0.99876469373703	0					non-mobilizable	chromosome	1619.0	100.0	100.0	0.000683891316228724	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
SPA0032_000000008029	3278	0.5421966732195037	6	5	2	4	3	True	46896	fragment	False	SPA0032_000000008029	0.9692161218660742		0	0	False	False	0.9978645443916321	0					non-mobilizable	no_good_hit	798.0	70.80199999999999	24.0	0.00020642070959814225	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0038_000000023921	1459	0.5421964800335379	2	2	2	2	2	False	117651	fragment	False	USA0005_01_000000019153	0.6474025974025973		0	0	False	False	0.9897189736366272	0					non-mobilizable	no_good_hit								True	False
FIJ0163_000000007694	3211	0.5421904106519404	4	3	3	3	1	True	39172	maximal	True	FIJ0163_000000007694	1.0		6	2	False	False	0.9943942427635193	0					non-mobilizable	no_good_hit	160.0	77.5	5.0	7.646984044105077e-05	NZ_LN824141.1	bacteria	Defluviitoga tunisiensis isolate L3 chromosome I	True	True
CHI0026_000000007776	1477	0.5421892542884617	2	2	2	1	1	False	88886	fragment	False	CHI0026_000000007776	1.0		0	0	False	False	0.9993229508399963	0					non-mobilizable	no_good_hit	518.0	94.402	36.0	0.0027236472639725214	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
DEN0017_000000019772	1460	0.5421889814245088	3	1	1	1	1	False	75193	fragment	False	DEN0017_000000019772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	73.333	50.0	0.009160134099378109	NZ_ADFP01000121.1	bacteria	Pyramidobacter piscolens W5455 contig00280, whole genome shotgun sequence	True	False
ISR0190_000000000902	24418	0.5421885415027498	17	16	3	7	13	True	117328	maximal	True	ISR0190_000000000902	1.0		4	3	False	False	0.999631404876709	0					non-mobilizable	chromosome	11108.0	98.398	95.0	0.005043582365038187	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	True
ETH0002_000000005647	5046	0.5421884960955456	7	5	3	5	3	False	53380	maximal	True	ETH0002_000000005647	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	92.75	61.0	0.0004212094285823275	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0096_000000004190	7131	0.5421845014605421	5	5	5	5	5	False	60888	maximal	True	ENG0096_000000004190	1.0		2	2	False	False	0.9990183711051941	0					non-mobilizable	no_good_hit	3517.0	99.71600000000001	49.0	0.0010492581333172582	AP013044.1	CFB group bacteria	Tannerella forsythia 3313 DNA, complete genome	True	False
ISR0359_000000011725	2244	0.5421828058540629	2	2	2	2	2	False	23820	backbone	True	ISR0359_000000011725	1.0	PS56	19	9	True	True	1.0	4					non-mobilizable	no_good_hit	1103.0	83.59	49.0	0.030376670716889428	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
FIJ0023_000000007021	4327	0.5421825777514415	4	3	2	3	1	False	49393	fragment	False	FIJ0023_000000007021	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	87.5	2.0	0.001662089897384015	NZ_JHZB01000034.1	d-proteobacteria	Desulfobulbus elongatus DSM 2908 Q362DRAFT_scaffold00033.33_C, whole genome shotgun sequence	True	False
MON0101_000000009654	5623	0.5421803432058571	6	6	6	6	5	False	86253	maximal	True	MON0101_000000009654	0.9430560854635635		384	14	False	False	1.0	0					non-mobilizable	no_good_hit	2593.0	72.31	63.0	0.005356854910485237	NZ_FUHN01000006.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
AST0047_000000002593	7535	0.5421722699674988	6	4	3	4	4	False	130375	maximal	True	AST0047_000000002593	1.0	PS1101	80	10	False	True	1.0	0					non-mobilizable	chromosome	5074.0	98.522	99.0	0.0010119069716199014	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0308_000000002747	5131	0.542172094477035	7	7	3	4	6	True	78468	fragment	False	ISR0308_000000002747	1.0		0	0	False	False	0.9994153380393982	0		MOBP			mobilizable	plasmid	3114.0	99.711	100.0	0.08058712366356882	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MON0027_000000005864	5908	0.5421720005798907	12	6	3	4	5	True	97241	maximal	True	MON0027_000000005864	1.0		18	7	False	False	0.9966147541999817	0					non-mobilizable	no_good_hit	1410.0	80.426	33.0	0.03209142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
SPA0027_000000006336	5312	0.5421714504663028	6	3	3	3	1	True	128436	maximal	False	ENG0013_000000004194	0.9497607655502392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2037.0	90.133	46.0	0.0004552207104619562	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
ISR0160_000000000311	40566	0.5421682087805157	40	10	8	9	9	True	73648	fragment	False	ISR0160_000000000311	1.0		0	0	False	False	0.999531626701355	0					non-mobilizable	no_good_hit	1377.0	80.32	3.0	0.00562864115563809	NZ_BJFA01000002.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_1, whole genome shotgun sequence	True	True
ENG0193_000000001111	16699	0.5421674225627695	14	11	8	10	7	False	54612	maximal	True	ENG0193_000000001111	1.0		1	1	False	False	0.9989221096038818	0					non-mobilizable	no_good_hit	7392.0	99.865	67.0	0.0032290154408189317	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0092_000000008769	2883	0.5421650786327743	3	3	2	2	3	False	68170	maximal	True	ISR0092_000000008769	0.9982238010657194		132	12	False	False	0.9968782663345337	0					non-mobilizable	chromosome	2864.0	99.65100000000001	99.0	0.0007970212617879388	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
TAN0017_000000009776	3479	0.5421648636178499	3	3	3	2	2	False	60224	maximal	True	TAN0017_000000009776	1.0		17	5	False	False	0.9997125864028931	0					non-mobilizable	no_good_hit	88.0	80.682	3.0	0.00021771931423479257	NZ_LFEJ01000027.1	enterobacteria	Franconibacter pulveris strain DJ34 Bact_Masurca_120, whole genome shotgun sequence	True	False
SPA0145_000000008875	3777	0.5421635179150371	7	4	1	1	3	False	3364	maximal	True	SPA0145_000000008875	1.0		0	0	False	False	0.9989409446716309	0					non-mobilizable	no_good_hit	2956.0	81.02199999999999	78.0	0.026577648872228455	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	False
ISR0104_000000008269	3053	0.5421635179150371	4	4	1	1	3	False	75465	fragment	False	ISR0104_000000008269	1.0		0	0	False	False	0.9960694313049316	0					non-mobilizable	plasmid	2984.0	80.395	97.0	0.026632372926186372	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	False	True
DEN0012_000000002090	3005	0.5421635179150371	4	4	1	1	3	False	75465	fragment	False	ISR0104_000000008269	0.9921388797903701		0	0	False	False	0.9976705312728882	0					non-mobilizable	plasmid	2974.0	80.39699999999999	98.0	0.026541166169589844	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	False	True
ISR0023_000000011474	2571	0.5421635179150371	5	4	1	1	3	False	37539	fragment	False	ISR0023_000000011474	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2592.0	79.745	100.0	0.023057068067602448	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	False	True
USA0057_01_000000001596	15799	0.542162951347718	9	5	3	5	3	True	92501	fragment	False	USA0057_01_000000001596	1.0		0	0	False	False	0.9997467994689941	0					non-mobilizable	no_good_hit	5676.0	90.62700000000001	42.0	0.09794771264507399	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	True	True
SPA0090_000000016917	2102	0.5421576486297559	3	3	3	3	2	False	76385	fragment	False	SPA0090_000000016917	1.0		0	0	False	False	0.9971455931663513	0					non-mobilizable	other	2102.0	99.95200000000001	100.0	0.0005626313688009793	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0074_000000003672	8107	0.5421560265740006	5	4	1	4	2	False	47032	maximal	True	FIJ0074_000000003672	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	87.97	2.0	0.00013687923698706858	NZ_LT574836.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
FIJ0096_000000009006	3748	0.5421480452587647	3	3	3	2	2	False	106337	fragment	False	FIJ0096_000000009006	0.980524861878453		0	0	False	False	0.9930629730224609	0					non-mobilizable	no_good_hit	1132.0	75.442	30.0	0.041022810890360556	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0049_000000007908	3620	0.5421480452587647	3	3	3	2	2	False	106337	fragment	False	FIJ0096_000000009006	0.9665154749199574		0	0	False	False	0.9988950490951538	0					non-mobilizable	no_good_hit	1129.0	75.376	31.0	0.041022810890360556	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0784_000000004341	2839	0.5421480452587647	3	3	3	2	2	False	106333	fragment	False	ISR0784_000000004341	0.9930763473053892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1132.0	75.35300000000001	39.0	0.041022810890360556	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0014_000000012801	2857	0.5421460609628225	3	3	3	3	3	False	38042	maximal	True	ISR0014_000000012801	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	77.156	22.0	0.00015662897756754473	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0097_000000024207	1285	0.5421454976720805	2	2	2	1	2	False	108122	fragment	False	AST0102_000000024384	0.9465116279069767		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	97.67299999999999	100.0	0.00769610915577841	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	False	False
FIJ0069_000000006566	3621	0.5421445266908366	4	4	2	3	1	False	101143	maximal	False	FIJ0085_000000008536	0.9423377316411836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1657.0	75.377	59.0	0.00043081268344550915	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0111_000000006275	3595	0.5421445266908366	4	4	2	3	1	False	101143	maximal	False	FIJ0085_000000008536	0.9512339767574242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1701.0	75.83800000000001	57.0	0.00044388378034261746	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0149_000000006337	3505	0.5421445266908366	4	4	2	3	1	False	101143	maximal	False	FIJ0085_000000008536	0.9524099018724573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1603.0	74.797	56.0	0.00041640780115073667	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0003_000000008055	3066	0.5421445266908366	4	4	2	3	1	False	101143	maximal	False	FIJ0085_000000008536	0.3704422253922967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1602.0	74.782	54.0	0.00041667455823026953	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CAN0014_000000019907	2405	0.5421425895565537	2	2	2	2	1	False	93643	maximal	True	CAN0014_000000019907	1.0		66	10	False	False	0.9995841979980469	0					non-mobilizable	no_good_hit	796.0	77.387	33.0	0.00022035110207708876	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0171_000000002797	1682	0.5421417907449506	1	1	0	0	1	False	77943	maximal	True	CHI0171_000000002797	1.0		1	1	True	True	0.9994054436683655	169	Col(MG828)			MOBP	mobilizable	plasmid	1603.0	99.93799999999999	100.0	0.9993761696818465	CP057183.1	enterobacteria	Escherichia coli strain RHB34-C04 plasmid pRHB34-C04_6, complete sequence	False	True
ISR0014_000000015099	2403	0.5421398011859253	2	2	2	2	1	False	56820	fragment	False	ISR0014_000000015099	1.0		0	0	False	False	0.9925093650817871	0					non-mobilizable	no_good_hit	1033.0	72.023	48.0	0.0038633065649620506	NZ_QVHZ01000008.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf8, whole genome shotgun sequence	True	False
ENG0148_000000013561	2771	0.5421394137206776	3	3	3	3	2	False	57314	maximal	True	ENG0148_000000013561	1.0		1	1	False	False	0.9859256744384766	0					non-mobilizable	no_good_hit	2378.0	99.664	86.0	0.0005188803012780128	CP044097.1	enterobacteria	Citrobacter koseri strain FDAARGOS_646 chromosome, complete genome	True	False
ISR0834_000000009067	1889	0.5421373960967613	3	3	2	3	1	False	20976	maximal	True	ISR0834_000000009067	1.0		25	5	False	False	0.995764970779419	0					non-mobilizable	no_good_hit	162.0	87.654	9.0	0.001042287075640262	NZ_QXGK01000005.1	high GC Gram+	Bifidobacterium samirii strain 2033B Contig_5, whole genome shotgun sequence	True	False
CHI0032_000000006146	1277	0.5421364303650357	2	2	2	2	1	True	88399	fragment	False	CHI0032_000000006146	1.0		0	0	False	False	0.9992169141769409	0					non-mobilizable	no_good_hit								True	True
MON0037_000000049890	1505	0.5421353219315223	2	2	2	2	1	True	13286	maximal	True	MON0037_000000049890	1.0		7	1	False	False	0.9973421692848206	0					non-mobilizable	no_good_hit	1236.0	74.191	81.0	0.00032028079527456977	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0063_000000006126	3310	0.5421327657021674	3	3	3	2	2	False	60256	fragment	False	ENG0104_000000008717	0.9411000728457539		0	0	False	False	0.9996978640556335	0					non-mobilizable	other	3310.0	99.305	100.0	0.010444317489576199	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	False	False
ISR0805_000000001777	7461	0.5421313833154663	5	4	3	2	3	True	74762	fragment	False	ISR0805_000000001777	1.0		0	0	False	False	0.9998659491539001	0					non-mobilizable	no_good_hit	1373.0	72.032	18.0	0.009202138949559407	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0155_000000006743	3375	0.5421306854437621	4	3	1	3	2	False	100341	maximal	True	FIJ0155_000000006743	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.009015025041736227	XM_034606419.1	bony fishes	PREDICTED: Hippoglossus hippoglossus PWP2 small subunit processome component (pwp2h), mRNA	True	False
USA0108_01_000000000173	50399	0.5421233561360387	56	33	13	25	20	True	100682	maximal	True	USA0108_01_000000000173	0.9995765075299028	PS581|PS582	2	1	True	True	1.0	1					non-mobilizable	no_good_hit	22917.0	96.68799999999999	60.0	0.3678497338500876	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
FIJ0069_000000004572	5282	0.5421149731007285	5	3	1	2	1	False	45003	maximal	True	FIJ0069_000000004572	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	85.771	5.0	8.748900287633168e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0130_000000006269	2579	0.5421139281809566	4	4	4	4	2	False	81110	maximal	True	CHI0130_000000006269	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1182.0	97.37700000000001	58.0	0.0003143054767130513	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0077_000000017510	1970	0.5421134141010756	4	3	3	2	2	False	91053	fragment	False	ENG0104_000000015041	0.955861283815341		0	0	False	False	1.0	0					non-mobilizable	other	1970.0	97.56299999999999	100.0	0.021399847842625802	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0029_000000032319	1288	0.5421134011360558	3	1	1	1	1	True	99853	fragment	False	AUS0018_000000020630	0.9398986241853728		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	96.73899999999999	100.0	0.02195496417604913	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
ENG0011_000000007206	3579	0.5421119368190771	5	4	2	4	0	True	67213	fragment	False	ENG0011_000000007206	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	88.37200000000001	1.0	0.0012954566484685852	NZ_FMJR01000081.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	True
FIJ0072_000000013176	1900	0.5421113402632811	2	2	2	2	2	False	44767	maximal	True	FIJ0072_000000013176	1.0		60	5	False	False	0.9994736909866333	0					non-mobilizable	no_good_hit	114.0	76.316	6.0	0.000194750432537233	NZ_SNZA01000002.1	g-proteobacteria	Marinomonas communis strain DSM 5604 Ga0215679_102, whole genome shotgun sequence	True	False
SPA0093_000000004439	8915	0.5421057830708882	11	5	4	5	4	False	66482	maximal	True	SPA0093_000000004439	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	96.34100000000001	1.0	6.920432962791139e-05	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
ISR0814_000000033244	1272	0.5421055794946897	2	2	2	1	1	False	21498	maximal	True	ISR0814_000000033244	1.0		350	14	False	False	0.9992138147354126	0					non-mobilizable	no_good_hit								True	False
ENG0205_000000004325	1988	0.5421047828689529	3	3	3	3	2	False	120838	fragment	False	USA0052_01_000000006844	0.6032354001273783		0	0	False	False	0.9979879260063171	0					non-mobilizable	other	1988.0	97.08200000000001	100.0	0.02067737670099014	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0035_000000002985	8767	0.5421044620266237	8	3	2	3	2	True	88831	maximal	True	DEN0035_000000002985	1.0		1	1	False	False	0.9963499307632446	0					non-mobilizable	no_good_hit								True	True
MON0085_000000026877	1196	0.5420960986772276	2	2	2	2	2	False	9763	fragment	False	MON0085_000000026877	1.0		0	0	False	False	0.9832776188850403	0					non-mobilizable	no_good_hit	98.0	82.65299999999999	13.0	2.0346171910589067e-05	NC_012669.1	high GC Gram+	Beutenbergia cavernae DSM 12333, complete sequence	True	False
MON0019_000000007100	7475	0.5420898326012883	8	8	6	7	8	False	13233	maximal	True	MON0019_000000007100	1.0		1	1	False	False	0.9997324347496033	0					non-mobilizable	no_good_hit	607.0	72.982	8.0	0.00026260135798658845	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0132_000000016156	2543	0.5420830561444556	2	2	0	2	0	True	94700	maximal	True	SPA0132_000000016156	1.0		0	0	False	False	0.9992135167121887	0					non-mobilizable	no_good_hit	1510.0	97.086	59.0	0.0005340278055671337	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0147_000000012598	1952	0.5420803067457377	2	2	2	2	1	True	79361	maximal	True	ISR0147_000000012598	1.0		0	0	False	False	0.9948770403862	0					non-mobilizable	no_good_hit	1514.0	88.771	78.0	0.0004907606985832292	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
FIJ0149_000000020888	1305	0.5420799531497101	1	1	1	1	1	False	78267	fragment	False	FIJ0115_000000016977	0.9280128030761187		0	0	False	False	1.0	0					non-mobilizable	plasmid	1305.0	99.77	100.0	0.010809062025599973	CP050074.1	enterobacteria	Enterobacter kobei strain 070 plasmid p070, complete sequence	False	True
FIJ0104_000000023306	1208	0.5420799531497101	1	1	1	1	1	False	42452	fragment	False	FIJ0104_000000023306	1.0		0	0	False	False	0.996688723564148	0					non-mobilizable	plasmid	1212.0	94.719	100.0	0.0075205274944015925	LR792629.1	enterobacteria	Klebsiella pneumoniae isolate SB5881 genome assembly, plasmid: SB5881_II	False	True
USA0011_01_000000031415	1146	0.5420788675533329	1	1	1	1	1	True	4958	fragment	False	USA0011_01_000000031415	0.9890734265734266		0	0	False	False	1.0	0					non-mobilizable	other	1083.0	99.354	100.0	0.005944009844422959	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
SPA0100_000000024234	1144	0.5420788675533329	2	1	1	1	1	True	4958	fragment	False	USA0011_01_000000031415	0.9882198952879582		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	99.36399999999999	100.0	0.006037400017579327	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MON0098_000000016631	1997	0.5420779042343423	2	1	1	1	1	False	28131	maximal	False	ISR0216_000000009152	0.9655611284646889		0	0	False	False	1.0	0					non-mobilizable	other	1997.0	99.399	99.0	0.00814993262831244	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0153_000000016153	2028	0.54207746946195	3	2	2	2	1	False	114853	fragment	False	AST0153_000000016153	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2028.0	99.359	100.0	0.002213283634591897	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ENG0165_000000002237	7504	0.5420730311618865	18	5	2	1	4	False	56243	maximal	True	ENG0165_000000002237	1.0		1	1	False	False	0.9976012706756592	0					non-mobilizable	no_good_hit	989.0	89.68700000000001	51.0	0.00041053125075465305	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0134_000000006848	4812	0.5420695313126707	5	3	2	3	2	True	85893	fragment	False	ISR0134_000000006848	1.0		0	0	False	False	0.9987531304359436	0					non-mobilizable	other	4816.0	97.21799999999999	100.0	0.05229866318878383	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0090_000000005679	3771	0.5420662199072389	4	4	4	3	2	True	61263	maximal	True	ENG0090_000000005679	1.0		5	5	False	False	0.9907186627388	0					non-mobilizable	no_good_hit	927.0	71.09	24.0	0.05889546858908342	NZ_VMYE01000034.1	b-proteobacteria	Extensimonas perlucida strain HX2-24 Scaffold34, whole genome shotgun sequence	True	True
MON0024_000000009905	4311	0.5420621676276137	3	3	2	3	2	True	105778	maximal	True	MON0024_000000009905	1.0		1	1	False	False	0.9958246350288391	0					non-mobilizable	no_good_hit	145.0	79.31	3.0	2.660040499581648e-05	CP013653.1	firmicutes	Paenibacillus sp. 32O-W, complete genome	True	True
FIJ0014_000000022802	1135	0.5420572552962797	2	1	1	1	1	False	50419	fragment	False	FIJ0014_000000022802	1.0		0	0	False	False	0.9991189241409302	0					non-mobilizable	no_good_hit	1023.0	80.645	89.0	0.033265466964402995	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	False
CHI0092_000000005195	1938	0.5420560957208747	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.3071490230224924	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1959.0	73.915	99.0	0.23583180987202926	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
MAD0105_000000010151	3304	0.5420542409835031	3	2	2	2	1	False	14844	maximal	True	MAD0105_000000010151	1.0		2	1	False	False	0.9963680505752563	0					non-mobilizable	no_good_hit	488.0	73.975	14.0	0.000152579785457627	CP038158.1	firmicutes	Clostridium tyrobutyricum strain Cirm BIA 2237 chromosome	True	False
SPA0136_000000008473	4476	0.5420540915213108	9	5	2	3	5	True	93214	maximal	True	SPA0136_000000008473	1.0		3	2	False	False	0.9888293147087097	0					non-mobilizable	no_good_hit								True	True
USA0081_01_000000005698	5469	0.5420527387561153	6	6	6	6	5	False	124939	maximal	True	USA0081_01_000000005698	1.0		149	10	False	False	0.9998171329498291	0					non-mobilizable	no_good_hit	2375.0	79.747	52.0	0.0006518254047483426	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0856_000000001554	3184	0.5420526676298789	4	4	3	4	2	False	20968	maximal	True	ISR0856_000000001554	1.0		232	10	False	False	1.0	0					non-mobilizable	no_good_hit	1887.0	89.40100000000001	85.0	0.0003542129401651299	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
USA0034_01_000000031275	1668	0.5420520703480206	2	2	2	1	1	False	24503	fragment	False	USA0034_01_000000031275	0.940866372505218		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	98.98100000000001	100.0	0.026583953944535697	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
USA0081_01_000000019670	1549	0.5420487103570746	3	2	2	1	1	True	40569	fragment	False	USA0081_01_000000019670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	72.941	32.0	0.00014963718252153406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0151_000000008271	2311	0.5420483738900972	4	3	3	3	2	False	30773	maximal	False	USA0116_01_000000010374	0.9599275070479258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0849_000000013640	2014	0.5420483738900972	4	3	3	3	2	False	20591	fragment	False	ISR0849_000000013640	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0110_000000004964	4655	0.542044145590567	8	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.9081296478992894		0	0	False	False	1.0	0					non-mobilizable	other	4655.0	99.95700000000001	100.0	0.00144785152397728	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0095_000000006776	4015	0.5420439546454402	4	3	3	3	3	False	53717	maximal	True	ISR0095_000000006776	1.0		5	2	False	False	0.9977583885192871	0					non-mobilizable	no_good_hit	314.0	77.389	8.0	0.11243042671614101	KX126941.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinB_Time1_GE_2 genomic sequence	True	False
FIJ0137_000000005832	1926	0.542042032009146	2	2	2	2	2	False	40494	maximal	True	FIJ0137_000000005832	1.0		3	1	False	False	0.9958463311195374	0					non-mobilizable	no_good_hit	797.0	83.814	41.0	0.032098965071151356	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0776_000000007130	3539	0.5420415490161696	5	3	2	3	1	False	127937	maximal	True	ISR0776_000000007130	1.0		7	5	False	False	0.9971743226051331	0					non-mobilizable	no_good_hit	2902.0	96.27799999999999	82.0	0.0006440631796157342	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0105_000000026394	2060	0.5420404138074539	3	3	3	3	1	False	80740	maximal	False	CHI0134_000000007293	0.972289156626506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	90.68299999999999	54.0	0.00026979069300798076	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0099_000000017967	1160	0.542031774646045	2	1	1	1	1	False	108682	fragment	False	AST0099_000000017967	0.9819383259911895		0	0	False	False	0.998275876045227	0					non-mobilizable	other	1160.0	99.569	100.0	0.005717358274630518	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0122_000000012715	2066	0.5420314309818837	7	6	4	5	5	False	58402	maximal	True	SPA0122_000000012715	1.0		11	4	False	False	0.984027087688446	0					non-mobilizable	chromosome	2064.0	99.37	99.0	0.0010490287458284199	LS483348.1	firmicutes	Streptococcus lutetiensis strain NCTC8738 genome assembly, chromosome: 1	False	False
AST0061_000000022989	1824	0.5420310001934001	3	3	2	2	3	False	111969	fragment	False	ISR0046_000000017421	0.9609010901805529		0	0	False	False	0.9972587823867798	0					non-mobilizable	other	1824.0	99.616	100.0	0.0004399609030903452	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0016_000000011233	1674	0.5420308972699157	3	3	3	2	2	False	73187	fragment	False	FIJ0016_000000011233	0.9033495739571945		0	0	False	False	1.0	0					non-mobilizable	chromosome	1511.0	94.375	100.0	0.0005130963598361762	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0126_000000004234	7874	0.5420274950193007	8	8	8	7	6	False	112753	maximal	True	SPA0126_000000004234	1.0	PS721	2	2	False	True	0.9982219934463501	0					non-mobilizable	no_good_hit	1982.0	78.759	31.0	0.00055561729081009	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
MON0004_000000012292	3097	0.5420271656843645	2	2	1	1	2	False	14247	fragment	False	MON0004_000000012292	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3045.0	99.31	98.0	0.05331651866253306	CP056448.1	enterobacteria	Escherichia coli strain RHBSTW-00503 plasmid pRHBSTW-00503_3, complete sequence	False	True
SPA0122_000000010028	2831	0.5420271656843645	2	2	1	1	2	False	4116	fragment	False	SPA0122_000000010028	1.0		0	0	False	False	0.9985870718955994	0		MOBP		MOBP	mobilizable	plasmid	2831.0	100.0	100.0	0.030799368776187625	KU932021.1	enterobacteria	Escherichia coli plasmid pEC3I, complete sequence	False	True
MON0031_000000001136	23670	0.5420239854359789	20	16	14	15	15	True	116929	maximal	False	AST0060_000000000939	0.9658823072606015	PS762|PS763|PS764	0	0	True	True	1.0	187					non-mobilizable	no_good_hit	5318.0	96.521	46.0	0.1860107071626019	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0155_000000009609	2339	0.5420189207781202	1	1	1	1	0	False	39535	maximal	True	FIJ0155_000000009609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1898.0	89.146	81.0	0.0005616933513402386	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AUS0016_000000014378	1973	0.5420189207781202	2	1	1	1	0	False	113062	maximal	True	AUS0016_000000014378	1.0		7	4	False	False	0.9878357648849487	0					non-mobilizable	no_good_hit	1380.0	100.0	70.0	0.0022054543011956473	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ENG0189_000000008877	1899	0.5420189207781202	2	1	1	1	0	False	113055	fragment	False	ISR0395_000000021207	0.7255853991887485		0	0	False	False	0.9957872629165649	0					non-mobilizable	chromosome	1899.0	99.21	100.0	0.0005288587462313938	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	False	False
CHI0116_000000009548	1681	0.5420189207781202	1	1	1	1	0	False	113056	fragment	False	CHI0116_000000009548	0.999361053057553		0	0	False	False	1.0	0					non-mobilizable	other	515.0	94.175	94.0	0.001407733220860744	NZ_DS483474.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_14, whole genome shotgun sequence	False	False
ISR0054_000000017455	1491	0.5420189207781202	2	1	1	1	0	False	113055	fragment	False	ISR0395_000000021207	0.5899422892309986		0	0	False	False	0.9946344494819641	0					non-mobilizable	other	1491.0	100.0	100.0	0.0023829781789568632	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
USA0075_01_000000016826	1470	0.5420189207781202	2	1	1	1	0	False	113060	maximal	True	USA0075_01_000000016826	1.0		36	8	False	False	1.0	0					non-mobilizable	chromosome	1240.0	100.0	100.0	0.0002803261285672009	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CHI0074_000000009621	1431	0.5420189207781202	1	1	1	1	0	False	113055	fragment	False	ISR0395_000000021207	0.32715818016368753		0	0	False	False	1.0	0					non-mobilizable	chromosome	1091.0	99.725	100.0	0.00038224436356138126	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
ENG0149_000000013587	1376	0.5420189207781202	2	1	1	1	0	False	57201	fragment	False	ENG0149_000000013587	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	92.324	100.0	0.02931925894011202	NZ_QRYH01000020.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf20, whole genome shotgun sequence	False	False
CHI0046_000000008462	1365	0.5420189207781202	2	1	1	1	0	False	87039	maximal	True	CHI0046_000000008462	1.0		6	1	False	False	0.9992673993110657	0					non-mobilizable	other	1365.0	100.0	100.0	0.0003299553229848958	CP003939.1	firmicutes	Clostridioides difficile BJ08, complete genome	False	False
USA0069_01_000000049303	1215	0.5420189207781202	1	1	1	1	0	False	750	maximal	True	USA0069_01_000000049303	1.0		0	0	False	False	0.9432098865509033	0					non-mobilizable	no_good_hit	65.0	96.92299999999999	5.0	2.761917454616874e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0395_000000033563	1141	0.5420189207781202	1	1	1	1	0	False	22697	maximal	True	ISR0395_000000033563	1.0		9	5	False	False	0.9868536591529846	0					non-mobilizable	other	833.0	89.676	100.0	0.0002960229584642114	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
ISR0222_000000038206	1101	0.5420189207781202	1	1	1	1	0	False	55948	maximal	False	ISR0820_000000021228	0.4725859247135843		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	1101.0	100.0	100.0	0.0003946972779522818	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
SPA0108_000000005804	5094	0.5420167088457898	7	6	3	4	5	False	124391	maximal	True	SPA0108_000000005804	0.9994002399040384		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	4227.0	98.912	85.0	0.0012646329796291147	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0093_000000005827	6935	0.5420150550790426	8	5	1	5	2	False	61684	fragment	False	SPA0093_000000005827	1.0		0	0	False	False	0.9998558163642883	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.8615622629416805e-05	CP022242.1	euryarchaeotes	Methanofervidicoccus sp. A16 chromosome, complete genome	True	False
ENG0081_000000004845	5233	0.5420150550790426	6	5	1	5	2	False	61681	fragment	False	ENG0081_000000004845	1.0		0	0	False	False	0.9969424605369568	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
ISR0048_000000016222	1162	0.5420134462872376	2	2	2	2	1	False	36018	maximal	True	ISR0048_000000016222	1.0		101	9	False	False	0.9991394281387329	0					non-mobilizable	other	1162.0	99.914	100.0	0.00375680739324163	NZ_AGDG01000039.1	CFB group bacteria	Bacteroides faecis MAJ27 contig039, whole genome shotgun sequence	False	False
USA0017_01_000000007017	3873	0.5420132226230652	5	3	3	3	3	True	28366	maximal	False	SPA0043_000000004618	0.9581405895564573		0	0	False	False	1.0	0					non-mobilizable	other	3874.0	96.154	99.0	0.0012286786941717134	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
SPA0043_000000004618	3812	0.5420132226230652	5	3	3	3	3	True	28366	maximal	True	SPA0043_000000004618	0.9606502953926883		96	10	False	False	1.0	0					non-mobilizable	other	3814.0	97.273	100.0	0.0012096294120915317	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
ISR0212_000000009040	3746	0.5420132226230652	5	3	3	3	3	True	28366	maximal	False	SPA0043_000000004618	0.9443166776348795		0	0	False	False	0.9970635175704956	0					non-mobilizable	other	3748.0	98.079	100.0	0.001188675201803332	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
ENG0198_000000001631	11883	0.5420092277358737	10	4	4	4	2	True	54358	maximal	True	ENG0198_000000001631	1.0		17	7	False	False	0.9998316764831543	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	5.2926319558220894e-06	CP045886.1	ascomycetes	Beauveria bassiana strain HN6 chromosome 1	True	True
MON0097_000000003348	7848	0.5420081923939895	18	3	2	3	1	False	41754	fragment	False	MON0097_000000003348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	1.0	0.0052183996907614995	MH617643.1	viruses	Phage sp. isolate ctbi12, complete genome	True	False
FIJ0067_000000017747	1767	0.5420079781650441	3	2	2	2	2	False	91305	fragment	False	ENG0135_000000008766	0.1787011608646638		0	0	False	False	0.9988681674003601	0					non-mobilizable	no_good_hit	367.0	75.204	21.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0011_01_000000003613	10229	0.5420064406578057	6	3	2	3	2	False	94309	maximal	True	USA0011_01_000000003613	0.9696571255183575		62	6	False	False	1.0	0					non-mobilizable	chromosome	10151.0	98.384	99.0	0.0015615205877927217	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0041_01_000000002506	9887	0.5420064406578057	5	3	2	3	2	False	94309	maximal	False	USA0011_01_000000003613	0.9539055626160915		0	0	False	False	1.0	0					non-mobilizable	other	9887.0	99.98	100.0	0.00477287792565685	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
USA0106_01_000000001318	8821	0.5420064406578057	4	3	2	3	2	False	94308	fragment	False	USA0106_01_000000001318	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8822.0	98.47	100.0	0.0042582220619354055	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ENG0003_000000002709	7944	0.5420064406578057	3	3	2	3	2	False	94307	fragment	False	ENG0003_000000002709	0.9584863575800933		0	0	False	False	1.0	0					non-mobilizable	other	7945.0	98.414	100.0	0.0015051331426035486	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
MON0037_000000065709	1178	0.5419977848019315	2	2	1	2	1	False	12030	fragment	False	SPA0038_000000020836	0.952088452088452		0	0	False	False	0.9032257795333862	0					non-mobilizable	no_good_hit								True	False
SPA0134_000000009015	3247	0.5419944615597564	3	3	2	2	2	False	3670	maximal	True	SPA0134_000000009015	1.0		1	1	False	False	0.9833692908287048	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	1.0833952009013849e-05	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ENG0150_000000001699	8758	0.5419929295013662	11	7	2	4	4	False	132498	fragment	False	ISR0032_000000003111	0.9536214517892703		0	0	False	False	0.9997716546058655	0					non-mobilizable	no_good_hit	3613.0	95.79299999999999	41.0	0.5818358426420592	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0312_000000000182	33393	0.5419918288461284	32	8	3	7	4	False	25273	maximal	True	ISR0312_000000000182	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	78.99600000000001	2.0	0.0001424482804705275	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0171_000000019484	1519	0.5419901398066089	3	3	3	2	2	False	34217	fragment	False	ISR0171_000000019484	1.0		0	0	False	False	0.965766966342926	0					non-mobilizable	other	1519.0	99.934	100.0	0.010138248847926268	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0200_000000008911	2621	0.5419898830513576	4	4	4	4	3	False	126595	maximal	True	ISR0200_000000008911	1.0		328	10	False	False	0.9996184706687927	0					non-mobilizable	no_good_hit	102.0	83.333	4.0	0.005703855806525211	NZ_BAIV01000048.1	CFB group bacteria	Bacteroides reticulotermitis JCM 10512, whole genome shotgun sequence	True	False
MON0069_000000028119	1819	0.5419837502315713	2	2	2	2	1	False	119238	fragment	False	MON0019_000000036240	0.9457467411386753		0	0	False	False	0.9983507394790649	0					non-mobilizable	chromosome	1820.0	91.319	100.0	0.0008022592184750098	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MON0061_000000033087	1400	0.5419837502315713	2	2	2	2	1	False	19857	fragment	False	MON0061_000000033087	1.0		0	0	False	False	0.9900000095367432	0					non-mobilizable	chromosome	1392.0	91.02	99.0	0.0006137260944855606	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
CAN0012_000000024747	1910	0.5419833032192845	1	1	1	1	1	False	94203	maximal	False	ISR0157_000000014993	0.9443916349809887		0	0	False	False	1.0	0					non-mobilizable	other	1910.0	98.90100000000001	100.0	0.0006485668168211529	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0330_000000009313	2958	0.5419814584023477	3	3	3	2	2	False	59298	fragment	False	ISR0330_000000009313	0.9947564796941181		0	0	False	False	0.9918864369392395	0					non-mobilizable	chromosome	2959.0	99.662	100.0	0.0010806043932157917	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	False	False
ISR0009_000000012543	2596	0.5419814584023477	3	3	3	2	2	False	59298	fragment	False	ISR0330_000000009313	0.7331782829457398		0	0	False	False	1.0	0					non-mobilizable	chromosome	2596.0	99.538	100.0	0.0009479947262998579	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	False	False
ENG0011_000000002397	8887	0.5419813078427508	16	15	3	5	13	False	67228	fragment	False	ENG0011_000000002397	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7681.0	96.79700000000001	93.0	0.07007874734239125	CP057127.1	enterobacteria	Escherichia coli strain RHB36-C16 plasmid pRHB36-C16_2, complete sequence	False	True
FIJ0153_000000005959	4638	0.5419789873078291	8	7	4	6	5	False	39667	fragment	False	FIJ0153_000000005959	1.0		0	0	False	False	0.9997844099998474	0					non-mobilizable	chromosome	4619.0	99.95700000000001	99.0	0.0009696030086667979	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
MAD0023_000000013046	1148	0.5419785781387614	2	2	2	2	1	True	19217	fragment	False	MAD0023_000000013046	1.0		0	0	False	False	0.9991289377212524	0					non-mobilizable	no_good_hit	351.0	72.65	30.0	0.003849705708913293	NZ_PXZH01000007.1	firmicutes	Vagococcus humatus strain JCM 31581, whole genome shotgun sequence	True	True
ENG0132_000000010771	1780	0.5419761147034254	2	2	2	2	2	False	58318	fragment	False	ENG0132_000000010771	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	73.58	22.0	0.0016251487667747362	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
CHI0155_000000004780	2535	0.5419741815490515	5	3	2	2	1	True	90729	maximal	True	CHI0155_000000004780	1.0		1	1	False	False	0.9984220862388611	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	3.709130023552976e-05	LR865428.1	apicomplexans	Plasmodium vinckei genome assembly, chromosome: PVSEL_07	True	True
ISR0121_000000007794	3069	0.5419706318361963	4	4	4	4	3	False	110177	maximal	True	ISR0121_000000007794	1.0		359	12	False	False	0.9925057291984558	0					non-mobilizable	no_good_hit	1754.0	91.84700000000001	57.0	0.040422684693830466	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	True	False
ENG0144_000000002562	8227	0.5419674504052878	9	8	4	4	7	False	113896	fragment	False	ENG0144_000000002562	1.0		0	0	False	False	0.999878466129303	0					non-mobilizable	no_good_hit	2226.0	93.396	47.0	0.0006586750975499596	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0124_000000003227	8495	0.5419651379777416	5	2	2	2	1	False	61867	fragment	False	SPA0124_000000003227	0.9834680825389164		0	0	False	False	1.0	0					non-mobilizable	other	8418.0	100.0	99.0	0.0022086095625945454	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
ENG0079_000000003700	8093	0.5419651379777416	5	2	2	2	1	False	61867	fragment	False	SPA0124_000000003227	0.967694097842036		0	0	False	False	1.0	0					non-mobilizable	other	8093.0	100.0	100.0	0.002123329996496978	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
CHI0027_000000010484	1652	0.541962099383442	2	1	1	1	1	False	102349	fragment	False	CHI0027_000000010484	0.9897407824831527		0	0	False	False	0.9897094368934631	0					non-mobilizable	no_good_hit	281.0	93.95	22.0	0.008752117447769622	NZ_CYXX01000037.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0007_000000024677	1632	0.541962099383442	2	1	1	1	1	False	102349	fragment	False	CHI0027_000000010484	0.9870979715355188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	96.31	21.0	0.008438421481899742	NZ_CYXX01000037.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0017_000000022177	1551	0.541962099383442	1	1	1	1	1	False	102349	fragment	False	CHI0027_000000010484	0.9782126230470384		0	0	False	False	0.996776282787323	0					non-mobilizable	no_good_hit	190.0	92.105	17.0	0.005897484158353724	NZ_CYXX01000037.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AUS0004_000000013020	1551	0.541962099383442	1	1	1	1	1	False	102349	fragment	False	CHI0027_000000010484	0.9786780294715788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	190.0	92.105	17.0	0.005897484158353724	NZ_CYXX01000037.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0037_000000017196	1443	0.541962099383442	1	1	1	1	1	False	102349	fragment	False	CHI0027_000000010484	0.7741167688303532		0	0	False	False	0.9785169959068298	0					non-mobilizable	no_good_hit	75.0	96.0	5.0	0.002289980550850116	NZ_CYXX01000037.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0084_000000015115	1284	0.541962099383442	1	1	1	1	1	False	102349	fragment	False	CHI0027_000000010484	0.48604065262372415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000035970	1247	0.541962099383442	1	1	1	1	1	False	102349	fragment	False	CHI0027_000000010484	0.3928617669907483		0	0	False	False	0.9943865537643433	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0003787954305309117	NZ_NFIG01000014.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_14, whole genome shotgun sequence	True	False
ISR0069_000000021265	1209	0.541962099383442	1	1	1	1	1	False	102349	fragment	False	CHI0027_000000010484	0.3882568210394684		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0091_01_000000008562	1191	0.541962099383442	1	1	1	1	1	False	102349	fragment	False	CHI0027_000000010484	0.3785906374273233		0	0	False	False	0.9647355079650879	0					non-mobilizable	no_good_hit	54.0	92.59299999999999	5.0	6.266960701426621e-05	NZ_OEPZ01000001.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
MON0066_000000019868	1743	0.5419609629741862	4	4	4	3	2	False	105476	fragment	False	MON0066_000000019868	0.9462870283427809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.211	86.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0056_000000021245	1680	0.5419590191730683	3	3	3	3	3	False	6370	maximal	False	USA0032_01_000000013035	0.9849112426035502		0	0	False	False	1.0	0					non-mobilizable	other	1680.0	99.405	100.0	0.02189828650475681	NZ_QRHR01000011.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf11, whole genome shotgun sequence	False	False
FIJ0058_000000031618	1342	0.541953806389054	2	2	2	1	1	False	45962	maximal	True	FIJ0058_000000031618	1.0		0	0	False	False	0.9582712650299072	0					non-mobilizable	no_good_hit	478.0	94.979	35.0	7.214418609181854e-05	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
MON0024_000000017092	2802	0.5419522115739366	3	3	3	3	3	False	12943	maximal	True	MON0024_000000017092	1.0		6	3	False	False	0.9914346933364868	0					non-mobilizable	no_good_hit	685.0	75.91199999999999	24.0	0.0015503233103664339	NZ_CABJAT010000005.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ISR0114_000000017275	1619	0.5419515651116567	2	2	2	2	1	True	32538	fragment	False	ISR0114_000000017275	1.0		0	0	False	False	0.9975293278694153	0					non-mobilizable	no_good_hit	86.0	93.023	6.0	2.5297684478846617e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0077_000000007052	4089	0.5419498213196967	4	4	4	4	3	False	116719	maximal	False	DEN0041_000000007296	0.9479700013474259		0	0	False	False	0.9987772107124329	0					non-mobilizable	other	4089.0	98.99700000000001	100.0	0.0035091695079952066	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0233_000000008091	1938	0.5419485424367521	2	2	2	1	2	False	107855	fragment	False	AST0104_000000017558	0.9666709165026337		0	0	False	False	0.9994840025901794	0					non-mobilizable	other	1939.0	94.53299999999999	99.0	0.006652578045805199	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0078_000000019345	2300	0.5419462754391502	3	3	3	2	1	False	120645	maximal	True	MON0078_000000019345	0.9942196531791907		80	5	False	False	1.0	0					non-mobilizable	chromosome	2304.0	91.97	100.0	0.0009862267009301832	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0785_000000010657	3152	0.5419387917425419	5	2	2	2	2	False	22200	maximal	True	ISR0785_000000010657	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	90.12299999999999	3.0	0.0012265747511916406	NZ_JNJN01000008.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
ISR0151_000000002548	5898	0.5419368050670137	14	3	2	3	2	True	45202	fragment	False	ISR0151_000000002548	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	94.78299999999999	2.0	0.0015496796867433204	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0028_000000004055	4284	0.5419368050670137	8	3	2	3	2	True	67422	fragment	False	ISR0028_000000004055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	783.0	98.212	18.0	0.010778575678330774	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0826_000000003996	2955	0.5419368050670137	4	3	2	3	2	True	67421	fragment	False	ISR0826_000000003996	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	97.89	21.0	0.00848172899976478	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
ISR0244_000000005855	3707	0.5419365236085049	3	3	3	3	3	False	81102	fragment	False	ISR0244_000000005855	1.0		0	0	False	False	0.9991907477378845	0					non-mobilizable	no_good_hit	976.0	71.926	25.0	0.0002897562586279827	NZ_CP017253.2	firmicutes	Clostridium taeniosporum strain 1/k chromosome, complete genome	True	False
CHI0061_000000007218	1200	0.5419345602109008	2	2	2	1	1	False	85613	fragment	False	SPA0112_000000025384	0.944389892422049		0	0	False	False	0.996666669845581	0					non-mobilizable	other	1200.0	98.917	100.0	0.0002939683048718565	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0186_000000004391	3781	0.5419297452754466	4	2	1	2	1	False	106409	maximal	True	ENG0186_000000004391	0.9892886569623729		32	9	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	89.939	46.0	0.009016858205755854	NZ_FQVD01000024.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
USA0040_01_000000004773	3641	0.5419297452754466	4	2	1	2	1	False	106409	maximal	False	ENG0186_000000004391	0.9711716477122454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	656.0	89.939	47.0	0.009016858205755854	NZ_FQVD01000024.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0215_000000018205	1625	0.5419297452754466	2	2	1	2	1	False	106408	fragment	False	ISR0215_000000018205	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1115.0	74.709	74.0	0.0151295136151793	NZ_FQVD01000024.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
AST0113_000000028610	1296	0.5419297452754466	2	2	1	2	1	False	106407	fragment	False	AST0113_000000028610	1.0		0	0	False	False	0.9922839403152466	0					non-mobilizable	other	1234.0	75.527	92.0	0.016719910384599426	NZ_FQVD01000024.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
MAD0033_000000008870	2241	0.5419294423868983	5	2	0	1	2	False	100258	fragment	False	MAD0033_000000008870	1.0		0	0	False	False	0.9991075396537781	0					non-mobilizable	no_good_hit	1219.0	97.539	70.0	0.0003235763374733143	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0045_000000021107	1125	0.5419293850978962	2	1	1	1	1	False	47015	fragment	False	FIJ0045_000000021107	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	80.94	99.0	0.0005094810591293648	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
FIJ0167_000000013545	1534	0.5419254451643247	3	3	3	2	2	False	38958	fragment	False	FIJ0167_000000013545	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1497.0	99.065	98.0	0.000308271315024435	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
DEN0016_000000005821	1589	0.5419240792992299	2	2	2	2	1	False	75327	maximal	True	DEN0016_000000005821	1.0		18	9	False	False	0.992448091506958	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.8473058071084326e-05	NZ_VZPG01000001.1	a-proteobacteria	Pseudochrobactrum saccharolyticum strain CCUG 33852 contig_0000001, whole genome shotgun sequence	True	False
ISR0786_000000011709	1241	0.5419197870502375	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1147158075278342		0	0	False	False	0.996776819229126	0					non-mobilizable	chromosome	1244.0	90.113	100.0	0.00041603036348465146	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0774_000000019970	1239	0.5419197870502375	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.12504761008003798		0	0	False	False	1.0	0					non-mobilizable	chromosome	1255.0	89.801	100.0	0.0004346565202660781	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0172_000000001503	10871	0.5419177166132473	10	8	4	6	6	False	29950	maximal	True	ISR0172_000000001503	1.0		33	8	False	False	0.9997240304946899	0					non-mobilizable	no_good_hit	4122.0	92.09100000000001	42.0	0.012735189698041787	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0071_01_000000005803	2181	0.5419120754139451	3	3	2	1	2	False	91260	maximal	True	USA0071_01_000000005803	1.0		85	11	False	False	0.9825767874717712	0					non-mobilizable	no_good_hit	1675.0	98.26899999999999	77.0	0.00045262583822979494	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AST0024_000000008051	3975	0.5419107131547745	6	6	6	5	4	False	121654	fragment	False	AST0024_000000008051	1.0		0	0	False	False	0.9927043914794922	0					non-mobilizable	other	3791.0	99.34100000000001	95.0	0.0626643512775986	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0045_000000012035	3126	0.5419103675662265	4	3	3	2	2	False	122143	maximal	True	MAD0045_000000012035	1.0		3	1	False	False	0.9977607131004333	0					non-mobilizable	no_good_hit	2463.0	94.803	79.0	0.04152460434583482	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ISR0128_000000016221	2188	0.5419082841047523	3	2	2	2	2	False	102777	fragment	False	SPA0019_000000012543	0.9513083314033556		0	0	False	False	0.9913162589073181	0					non-mobilizable	other	2188.0	98.492	100.0	0.00638556925583446	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
MAD0066_000000032569	1099	0.5419008474955629	2	1	1	1	1	False	16532	maximal	True	MAD0066_000000032569	1.0		23	8	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit	67.0	85.075	6.0	2.8397684671235637e-05	NZ_CP006712.1	high GC Gram+	Bifidobacterium breve JCM 7017, complete genome	True	False
CHI0123_000000000625	16446	0.5418994107477909	21	6	1	5	0	False	83259	maximal	True	CHI0123_000000000625	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0169_000000015834	1983	0.5418968319659775	2	2	2	2	2	False	109869	fragment	False	ISR0169_000000015834	0.9747508237784396		0	0	False	False	0.9924356937408447	0					non-mobilizable	other	1983.0	98.84	100.0	0.016280196808030032	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0382_000000000080	55866	0.5418931609529348	48	22	12	18	8	True	132147	fragment	False	ISR0104_000000000158	0.7853580088601627		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2810.0	98.185	8.0	0.01339454006671025	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MON0059_000000015916	2456	0.5418919714434911	3	3	3	3	3	False	10943	maximal	True	MON0059_000000015916	1.0		9	4	False	False	0.9938924908638	0					non-mobilizable	no_good_hit	543.0	72.744	21.0	0.0018199027065398186	NZ_NMWT01000001.1	high GC Gram+	Bifidobacterium parmae strain Uis4E Contig_1, whole genome shotgun sequence	True	False
CHI0041_000000013398	1140	0.5418890154620911	2	1	1	1	1	False	116526	fragment	False	ENG0045_000000008222	0.2997784134567943		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	98.86	100.0	0.3728314238952537	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	False	False
FIJ0037_000000018487	1722	0.5418882275350548	3	3	3	3	1	True	89407	maximal	True	FIJ0037_000000018487	0.9543859649122808		68	9	False	False	0.9785133600234985	0					non-mobilizable	no_good_hit								True	True
DEN0001_000000034196	1295	0.5418787641236196	3	3	3	3	3	False	76737	maximal	True	DEN0001_000000034196	1.0		14	7	False	False	0.9945945739746094	0					non-mobilizable	no_good_hit	364.0	72.80199999999999	28.0	0.0013219605119997623	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CAN0014_000000024217	2000	0.5418728790112273	3	3	3	3	3	False	93615	fragment	False	CAN0014_000000024217	1.0		0	0	False	False	0.9919999837875366	0					non-mobilizable	no_good_hit	509.0	70.727	25.0	0.001839624554379523	NZ_FNBY01000003.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ENG0191_000000015689	1999	0.5418701084575379	2	2	2	2	2	False	54713	maximal	True	ENG0191_000000015689	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	94.23100000000001	3.0	0.0011168779975034493	NZ_JXMW01000031.1	euryarchaeotes	Methanobrevibacter arboriphilus JCM 13429 = DSM 1125 strain DH1 MBBAR_31c, whole genome shotgun sequence	True	False
CHI0143_000000008581	2248	0.5418664368603748	3	3	3	3	3	True	79933	maximal	True	CHI0143_000000008581	1.0		106	9	False	False	1.0	0					non-mobilizable	chromosome	2252.0	96.448	100.0	0.001024087019127082	CP018189.1	firmicutes	Streptococcus salivarius strain ICDC3 chromosome, complete genome	False	True
CHI0013_000000008806	1113	0.5418629125750862	3	1	1	1	1	False	89913	fragment	False	CHI0013_000000008806	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	97.305	100.0	0.018769833232057255	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0079_000000013984	1833	0.5418604258968001	2	2	2	2	1	False	96162	fragment	False	SPA0079_000000013984	0.9571432089037722		0	0	False	False	1.0	0					non-mobilizable	chromosome	1123.0	82.90299999999999	91.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
TAN0009_000000023815	1748	0.5418552929318141	2	1	1	1	1	False	2680	maximal	True	TAN0009_000000023815	1.0		68	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0211_000000001593	9750	0.5418548106703219	15	6	4	5	5	False	42163	maximal	True	ISR0211_000000001593	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	93.0	4.0	0.005403158769742311	JQ680367.1	viruses	Unidentified phage clone 2203_scaffold802 genomic sequence	True	False
TAN0009_000000031609	1372	0.5418546566289403	2	2	2	2	1	False	2661	fragment	False	TAN0009_000000031609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	75.90100000000001	32.0	0.0021132126102728008	NZ_SLUK01000004.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_104, whole genome shotgun sequence	True	False
DEN0039_000000013317	1570	0.5418545399052669	2	2	2	2	1	False	73248	maximal	True	DEN0039_000000013317	1.0		76	12	False	False	0.9796178340911865	0					non-mobilizable	no_good_hit								True	False
FIJ0090_000000008889	4434	0.541851224207346	5	3	3	3	2	False	43523	fragment	False	MON0008_000000005981	0.940742302825812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0016_000000000143	12583	0.5418504802524701	13	8	3	7	3	False	90799	fragment	False	MAD0016_000000000143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	73.814	8.0	0.001831278457808527	NZ_FRDH01000004.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
ISR0003_000000007528	3412	0.5418494786920206	4	3	3	3	3	False	124243	maximal	True	ISR0003_000000007528	0.9868170266836086		77	5	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	98.964	80.0	0.005403713944104021	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0007_000000013014	2003	0.5418484103584394	3	3	3	3	3	False	128154	fragment	False	ISR0009_000000015954	0.9756152873421567		0	0	False	False	0.9685471653938293	0					non-mobilizable	other	2003.0	99.45100000000001	100.0	0.000568313431954544	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0197_000000012768	2004	0.5418435672953683	2	2	2	2	2	False	36786	fragment	False	ISR0197_000000012768	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2000.0	98.35	99.0	0.026718169424470046	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0093_000000013151	2366	0.541842706323049	3	2	2	2	2	False	15676	maximal	True	MAD0093_000000013151	1.0		1	1	False	False	0.9852070808410645	0					non-mobilizable	chromosome	2240.0	77.902	94.0	0.0006141211678324112	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0142_000000020320	1757	0.5418425067769566	5	2	2	2	1	False	40183	maximal	True	FIJ0142_000000020320	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1518.0	96.574	86.0	0.0053944299044151114	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0199_000000018204	1685	0.5418425067769566	5	2	2	2	1	False	28805	fragment	False	ISR0199_000000018204	1.0		0	0	False	False	0.9982196092605591	0					non-mobilizable	other	1538.0	96.814	91.0	0.005465549613108784	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
FIJ0122_000000009049	1785	0.5418396561228357	4	3	1	3	3	False	41426	maximal	True	FIJ0122_000000009049	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1421.0	93.87799999999999	91.0	0.0002686775418543904	CP026399.1	enterobacteria	Escherichia coli strain ECONIH4 chromosome, complete genome	False	False
FIJ0101_000000004629	5888	0.5418362525523253	10	5	5	5	2	False	42710	maximal	True	FIJ0101_000000004629	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	84.99600000000001	21.0	0.0005479997340327024	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0040_000000014505	2777	0.5418357972560335	3	3	1	3	2	True	6964	maximal	True	SPA0040_000000014505	1.0		9	4	False	False	0.999279797077179	0					non-mobilizable	no_good_hit	492.0	93.49600000000001	37.0	0.00013613112015868045	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
USA0007_01_000000010348	1582	0.5418350033180056	2	2	2	2	2	False	54939	fragment	False	USA0007_01_000000010348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	89.95700000000001	74.0	0.00025939251004829814	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0079_000000020410	1623	0.5418330274176797	3	3	2	2	1	False	109637	maximal	True	ENG0079_000000020410	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	97.09299999999999	81.0	0.004786495193347284	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0061_000000030277	1389	0.541832667740277	2	2	2	2	1	False	111887	maximal	True	AST0061_000000030277	1.0		1	1	False	False	0.9920806288719177	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000010303	2262	0.5418300126428766	4	3	2	2	2	False	37634	fragment	False	ISR0021_000000010303	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2262.0	99.204	100.0	0.0008778387075232447	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	False
MAD0088_000000003950	4786	0.5418299863726106	4	4	4	4	4	False	15915	maximal	True	MAD0088_000000003950	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	2875.0	98.15700000000001	96.0	0.013889895753287614	CP020429.2	firmicutes	Streptococcus sp. FDAARGOS_192 plasmid unnamed1, complete sequence	False	True
ENG0053_000000006845	3804	0.5418299100508591	6	5	4	5	5	False	63882	maximal	True	ENG0053_000000006845	1.0		1	1	False	False	0.9981598258018494	0					non-mobilizable	plasmid	3775.0	99.97399999999999	99.0	0.020199533280524096	CP033823.1	enterobacteria	Klebsiella sp. FDAARGOS_511 plasmid unnamed1, complete sequence	False	True
ENG0197_000000006104	1657	0.5418293347921397	3	2	2	2	0	True	54372	maximal	True	ENG0197_000000006104	1.0		0	0	False	False	0.9758599996566772	0					non-mobilizable	no_good_hit	916.0	92.35799999999999	55.0	0.004120065305974773	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	True
ENG0046_000000003543	5297	0.5418268316294594	6	4	3	4	3	False	74851	maximal	True	ENG0046_000000003543	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	93.12799999999999	10.0	0.0850015398829689	NZ_CABKPS010000062.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0033_000000005709	5104	0.5418268316294594	6	4	3	4	3	False	74848	fragment	False	SPA0033_000000005709	0.975560079553289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	92.167	12.0	0.09223898983677241	NZ_CABKPS010000062.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0109_000000005421	5088	0.5418268316294594	7	4	3	4	3	False	74848	fragment	False	SPA0033_000000005709	0.974069295604846		0	0	False	False	0.9998034834861755	0					non-mobilizable	no_good_hit	595.0	92.101	12.0	0.09146904835232522	NZ_CABKPS010000062.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0366_000000005670	2971	0.5418252570899673	5	1	1	1	1	False	25670	fragment	False	ISR0366_000000005670	1.0		0	0	False	False	0.9912487268447876	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
SPA0018_000000022979	1306	0.5418250670709411	1	1	1	1	1	False	7784	fragment	False	SPA0018_000000022979	1.0		0	0	False	False	0.9977028965950012	0					non-mobilizable	chromosome	1306.0	99.005	100.0	0.00036524430365823655	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0039_000000017556	2675	0.541824617788127	3	3	3	3	3	True	69442	maximal	True	MON0039_000000017556	1.0		16	4	False	False	0.9958878755569458	0					non-mobilizable	no_good_hit	380.0	72.368	14.0	0.0004099585864891718	NZ_RKQN01000002.1	g-proteobacteria	Vulcaniibacterium tengchongense strain DSM 25623 Ga0244695_102, whole genome shotgun sequence	True	True
ISR0233_000000006788	2182	0.5418240467010301	5	1	1	1	1	True	118212	fragment	False	ISR0233_000000006788	0.9809827809564734		0	0	False	False	0.9972502589225769	0					non-mobilizable	chromosome	2128.0	99.81200000000001	100.0	0.0004245219188630237	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
DEN0073_000000025754	2034	0.5418240467010301	4	1	1	1	1	True	70156	fragment	False	DEN0073_000000025754	1.0		0	0	False	False	0.9995083808898926	0					non-mobilizable	other	1963.0	99.949	97.0	0.0003799977107171556	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0154_000000023948	1647	0.5418240467010301	3	1	1	1	1	True	39581	maximal	True	FIJ0154_000000023948	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	99.354	57.0	0.00016496346628061423	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
SPA0046_000000020755	1582	0.5418240467010301	4	1	1	1	1	True	56781	fragment	False	ISR0228_000000016377	0.9537484885126966		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	99.279	100.0	0.0002936169874858348	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0355_000000014452	1465	0.5418240467010301	4	1	1	1	1	True	56778	fragment	False	ISR0355_000000014452	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	96.20700000000001	98.0	0.0002634589076695579	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ENG0154_000000031368	1100	0.5418240467010301	2	1	1	1	1	True	56776	fragment	False	FIJ0081_000000031409	0.9702586206896552		0	0	False	False	0.9981818199157715	0					non-mobilizable	other	1100.0	99.455	100.0	0.00021285294805206627	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0116_000000004742	4123	0.5418221019658047	6	3	2	2	1	False	41680	maximal	True	FIJ0116_000000004742	1.0		3	1	False	False	0.9995149374008179	0					non-mobilizable	no_good_hit	1568.0	85.459	53.0	0.0031625989706845943	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0282_000000015731	1548	0.5418194499405596	2	1	1	1	1	False	125500	fragment	False	CHI0133_000000005744	0.12015485449623058		0	0	False	False	0.9987080097198486	0					non-mobilizable	no_good_hit	56.0	100.0	4.0	1.8512677986776562e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0065_000000023632	1465	0.5418181776013803	1	1	1	1	0	True	128056	maximal	True	DEN0065_000000023632	1.0		22	7	False	False	0.9986348152160645	0					non-mobilizable	no_good_hit	1096.0	92.15299999999999	75.0	0.16600970285021224	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0018_000000014017	1504	0.5418136493661518	2	2	2	2	2	False	37778	maximal	True	ISR0018_000000014017	1.0		6	3	False	False	0.991356372833252	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	1.1545284357467403e-05	CP001638.1	firmicutes	Geobacillus sp. WCH70, complete genome	True	False
ISR0838_000000001312	12279	0.5418101087161121	13	8	6	5	6	False	86397	fragment	False	ISR0838_000000001312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3226.0	96.559	30.0	0.0005731058354404097	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
MAD0034_000000001069	10562	0.5418081435480796	14	9	7	8	7	False	18830	maximal	True	MAD0034_000000001069	1.0		1	1	False	False	0.9999053478240967	0					non-mobilizable	no_good_hit	2287.0	95.584	74.0	0.0007687810276690485	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0155_000000012591	1750	0.5418068598450265	3	3	3	2	3	False	101770	fragment	False	SPA0023_000000015059	0.9458393763842937		0	0	False	False	0.9817143082618713	0					non-mobilizable	other	1734.0	97.059	99.0	0.0004680378291372611	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0354_000000007059	2743	0.5418059758818594	3	3	2	3	3	False	72297	fragment	False	ISR0354_000000007059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2120.0	81.462	77.0	0.00046980558817167066	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0181_000000015467	1355	0.5418010255261099	2	2	2	2	2	False	78111	maximal	True	CHI0181_000000015467	0.9971625774937645		275	12	False	False	0.9690036773681641	0					non-mobilizable	chromosome	1355.0	99.926	100.0	0.00030827537232675276	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MAD0011_000000010784	1307	0.5417978935505312	2	2	2	1	1	False	28147	maximal	True	MAD0011_000000010784	1.0		0	0	False	False	0.9632746577262878	0					non-mobilizable	other	1259.0	98.729	96.0	0.0003036043971956414	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0064_000000007433	3648	0.5417975636698821	4	4	4	4	4	False	45510	maximal	True	FIJ0064_000000007433	1.0		81	10	False	False	0.999451756477356	0					non-mobilizable	chromosome	3648.0	99.80799999999999	100.0	0.0007576435892487321	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	False	False
SPA0022_000000000237	24246	0.5417971368229689	24	16	6	13	12	True	8460	fragment	False	SPA0001_000000001063	0.9924407839035059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1901.0	98.79	14.0	0.26288659793814434	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
CAN0018_000000029099	1151	0.5417947306935759	2	2	2	1	1	False	92020	fragment	False	CAN0018_000000029099	1.0		0	0	False	False	0.9548218846321106	0					non-mobilizable	other	1151.0	95.917	100.0	0.0015524072436671908	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
ISR0381_000000005581	2884	0.5417942110765182	3	2	2	2	0	True	111947	maximal	True	ISR0381_000000005581	1.0		0	0	False	False	0.9968793392181396	0					non-mobilizable	no_good_hit	970.0	99.691	82.0	0.11985157699443413	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0013_000000010022	2491	0.5417941580120449	2	1	1	1	0	True	38108	maximal	True	ISR0013_000000010022	1.0		2	1	False	False	0.9987956881523132	0					non-mobilizable	no_good_hit	406.0	95.56700000000001	16.0	0.002190307347830566	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	True
AST0100_000000004281	3736	0.5417908973880402	4	4	4	3	3	False	108651	maximal	True	AST0100_000000004281	1.0		5	3	False	False	0.9933083653450012	0					non-mobilizable	no_good_hit	1587.0	85.12899999999999	75.0	0.0005865359557677644	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
USA0086_01_000000005276	3482	0.541787755800174	6	3	2	3	1	True	66982	maximal	True	USA0086_01_000000005276	1.0		2	2	False	False	0.9928202033042908	0					non-mobilizable	no_good_hit	2660.0	99.887	76.0	0.0010516611222754798	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
CHI0169_000000012056	1301	0.5417854189046568	2	2	2	2	2	False	78014	fragment	False	CHI0169_000000012056	0.9837688044338876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	389.0	71.722	29.0	9.995634884978421e-05	CP027862.1	high GC Gram+	Actinomyces sp. Z16 chromosome, complete genome	True	False
ISR0801_000000005485	1393	0.5417828844735093	3	2	2	2	1	True	21868	maximal	False	MON0093_000000031626	0.9681069958847737		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	92.396	100.0	0.17304075235109717	NZ_SRYX01000107.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_107_length_7975_cov_312.391, whole genome shotgun sequence	False	True
ISR0334_000000000960	13809	0.5417807900553054	18	9	5	8	7	False	24520	maximal	True	ISR0334_000000000960	0.999891075448406		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	0.0003873588738249327	NZ_AXBK01000003.1	CFB group bacteria	Adhaeribacter aquaticus DSM 16391 AdhaqDRAFT_Scaffold2.3_C, whole genome shotgun sequence	True	False
SPA0118_000000001835	13771	0.5417807900553054	18	9	5	8	7	False	24520	maximal	False	ISR0334_000000000960	0.9985154609312767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	0.0	0.0003873588738249327	NZ_AXBK01000003.1	CFB group bacteria	Adhaeribacter aquaticus DSM 16391 AdhaqDRAFT_Scaffold2.3_C, whole genome shotgun sequence	True	False
CHI0159_000000007230	2073	0.541766272826913	2	2	1	1	2	False	78806	maximal	True	CHI0159_000000007230	1.0		280	11	False	False	1.0	0					non-mobilizable	chromosome	2073.0	99.035	100.0	0.00029245593541579273	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0837_000000008161	1653	0.5417660794403488	2	2	2	2	2	False	20905	maximal	True	ISR0837_000000008161	1.0		57	5	False	False	0.9921355247497559	0					non-mobilizable	no_good_hit	1316.0	99.46799999999999	80.0	0.0016019842676617243	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CAN0015_000000022100	1617	0.5417646151666609	2	2	2	2	2	False	93194	fragment	False	SPA0113_000000016247	0.49145431945307644		0	0	False	False	0.963512659072876	0					non-mobilizable	other	1565.0	99.80799999999999	97.0	0.0004935195580791108	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0037_000000009695	2968	0.5417634048917949	4	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.43763153998622734		0	0	False	False	0.9989892244338989	0					non-mobilizable	other	2973.0	97.74600000000001	100.0	0.021328852119958636	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0111_01_000000001355	14339	0.5417631504443667	13	13	10	12	10	False	94252	maximal	True	USA0111_01_000000001355	1.0		41	10	False	False	1.0	0					non-mobilizable	other	13524.0	99.12700000000001	97.0	0.004094933904762655	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0087_000000003518	6368	0.5417566972610923	7	6	3	5	3	True	93172	fragment	False	ISR0087_000000003518	1.0		0	0	False	False	0.9998429417610168	0					non-mobilizable	other	3375.0	97.837	99.0	0.013080008378653054	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
ISR0820_000000007400	2916	0.5417533330272878	4	4	4	3	2	False	21287	maximal	True	ISR0820_000000007400	1.0		127	10	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	4.0	2.2309316042301087e-05	CP022187.1	b-proteobacteria	Azoarcus communis strain TSPY31 chromosome, complete genome	True	False
MON0032_000000013863	2033	0.5417522465158172	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.28741536366394166		0	0	False	False	1.0	0					non-mobilizable	chromosome	2039.0	91.564	100.0	0.000682612926494234	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0018_000000012287	1729	0.5417516988202978	2	2	1	2	1	False	95163	maximal	True	ENG0018_000000012287	1.0		28	8	False	False	0.9895893335342407	0					non-mobilizable	other	847.0	85.83200000000001	91.0	0.00018833219567893645	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	False
MON0006_000000017782	1275	0.5417512360660988	3	2	2	1	1	False	14033	maximal	True	MON0006_000000017782	1.0		1	1	False	False	0.9631372690200806	0					non-mobilizable	no_good_hit								True	False
MON0062_000000029025	1209	0.5417438289426054	3	3	3	2	1	False	10765	fragment	False	MON0062_000000029025	1.0		0	0	False	False	0.9735318422317505	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	76.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0185_000000021187	1560	0.5417371374572817	3	3	3	3	2	False	29385	maximal	True	ISR0185_000000021187	1.0		58	10	False	False	0.9448717832565308	0					non-mobilizable	no_good_hit	445.0	73.03399999999999	28.0	0.003625392545337959	NZ_QSBM01000021.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf21, whole genome shotgun sequence	True	False
ISR0794_000000003996	4716	0.5417313637565928	7	4	2	2	3	False	79463	fragment	False	ISR0794_000000003996	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	2104.0	93.10799999999999	78.0	0.3376769626769627	CP051691.1	enterobacteria	Escherichia coli strain SCU-387 plasmid pSCU-387-3, complete sequence	True	True
ISR0356_000000011821	1712	0.5417282545576474	2	2	2	2	2	False	64013	fragment	False	ISR0361_000000007014	0.6573546180159635		0	0	False	False	0.9953271150588989	0					non-mobilizable	other	1610.0	76.52199999999999	93.0	0.0005407994985001987	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
FIJ0102_000000012510	2533	0.5417262285617925	5	2	1	2	1	False	42634	fragment	False	FIJ0102_000000012510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.202116805168939e-05	LN598354.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001373	True	False
ISR0814_000000003768	10240	0.5417251865432783	6	2	2	2	1	False	21559	fragment	False	ISR0814_000000003768	1.0		0	0	False	False	0.995898425579071	0					non-mobilizable	no_good_hit	2371.0	90.97399999999999	81.0	0.0009683451725253321	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
ISR0789_000000006247	2228	0.5417244618273351	3	3	3	3	3	False	62236	maximal	True	ISR0789_000000006247	0.9558228394233365		144	9	False	False	0.975314199924469	0					non-mobilizable	other	1219.0	88.76100000000001	96.0	0.00034295970843912154	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0204_000000004072	2528	0.5417211011312506	3	2	2	1	1	False	41225	maximal	True	ISR0204_000000004072	1.0		14	6	False	False	0.9984177350997925	0					non-mobilizable	no_good_hit	89.0	83.146	4.0	0.0002876982829643385	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
AST0108_000000014417	1954	0.5417181005306794	3	3	3	2	2	False	114387	maximal	True	AST0108_000000014417	1.0		3	2	False	False	0.9969293475151062	0					non-mobilizable	no_good_hit	1506.0	81.673	77.0	0.003736395191987647	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
ISR0052_000000016855	2127	0.5417168089119325	3	2	2	2	2	False	122016	fragment	False	ISR0052_000000016855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1170.0	98.291	55.0	0.8736920777279522	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0042_000000002560	4745	0.5417161305998146	3	3	3	3	3	False	87492	maximal	True	CHI0042_000000002560	1.0		414	12	False	False	1.0	0					non-mobilizable	chromosome	4745.0	99.916	100.0	0.0007312315564026305	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0002_000000013011	2795	0.541714515470739	4	4	4	4	4	False	131985	fragment	False	ENG0208_000000010609	0.9667928423950447		0	0	False	False	0.9964221715927124	0					non-mobilizable	other	2806.0	95.68799999999999	99.0	0.01085114386879346	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0080_000000043838	1317	0.541712557439162	2	2	1	2	1	False	10023	maximal	True	MON0080_000000043838	1.0		4	3	False	False	0.9992406964302063	0					non-mobilizable	no_good_hit	434.0	79.493	33.0	0.00025083744967794474	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
MON0019_000000036240	1855	0.5417115938069356	2	2	2	2	2	False	119238	fragment	False	MON0019_000000036240	0.9516296406765756		0	0	False	False	0.9584905505180359	0					non-mobilizable	chromosome	1855.0	91.429	100.0	0.0008181542827926215	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0071_000000018710	1919	0.5417011831951513	2	2	1	2	1	False	44870	fragment	False	FIJ0071_000000018710	1.0		0	0	False	False	0.9739447832107544	0					non-mobilizable	no_good_hit	186.0	86.022	10.0	0.00016555580214918278	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
CHI0055_000000011048	1535	0.5416982027562123	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.5444324586162537		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	98.89299999999999	100.0	0.00042571271473082625	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0125_000000009067	1667	0.5416938738285404	4	4	4	4	2	False	32041	maximal	True	ISR0125_000000009067	1.0		51	8	False	False	0.9862027764320374	0					non-mobilizable	no_good_hit	371.0	72.237	22.0	0.004246607393542349	NZ_AZQP01000006.1	firmicutes	Fervidicella metallireducens AeB contig00006, whole genome shotgun sequence	True	False
MON0059_000000017892	2189	0.5416937170444234	2	2	2	2	2	False	13802	fragment	False	MON0059_000000017892	1.0		0	0	False	False	0.9840109348297119	0					non-mobilizable	other	2147.0	99.581	98.0	0.0019511822564249905	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0117_000000017267	1194	0.5416901590337679	2	2	2	2	2	False	41595	maximal	True	FIJ0117_000000017267	0.9675105485232067		132	8	False	False	0.9974874258041382	0					non-mobilizable	chromosome	1194.0	95.14200000000001	100.0	0.0006410573308371682	CP030927.1	firmicutes	Streptococcus thermophilus strain CS9 chromosome, complete genome	False	False
AST0061_000000009828	4048	0.5416891335359661	6	3	2	3	1	True	112147	fragment	False	AST0061_000000009828	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	2.0	0.0007585838110753236	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0194_000000015831	1683	0.5416885625651481	3	3	3	2	2	False	65050	fragment	False	ISR0219_000000017727	0.9551503710609989		0	0	False	False	1.0	0					non-mobilizable	chromosome	1683.0	99.346	100.0	0.0007671859691629554	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
FIJ0121_000000005988	4348	0.5416877257316215	3	3	3	3	2	False	49672	maximal	True	FIJ0121_000000005988	0.999648382559775		40	7	False	False	0.9988500475883484	0					non-mobilizable	no_good_hit	944.0	71.61	21.0	0.000324783292667832	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
FIJ0021_000000011740	4266	0.5416877257316215	3	3	3	3	2	False	49672	maximal	False	FIJ0121_000000005988	0.9902253909843606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	71.61	22.0	0.000324783292667832	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
MAD0025_000000003827	2847	0.5416870281029116	4	4	4	4	3	False	19144	fragment	False	MAD0025_000000003827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	93.62700000000001	89.0	0.020339543600485063	LM996862.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-20_contig-13.0_1_54426_[organism:Escherichia	True	False
ENG0207_000000002820	5703	0.5416837806322246	8	5	3	3	3	False	126173	fragment	False	ENG0207_000000002820	1.0		0	0	False	False	0.9971944689750671	0					non-mobilizable	no_good_hit	603.0	85.406	11.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
DEN0090_000000022804	1323	0.5416810150109498	3	2	2	2	2	False	93479	fragment	False	CAN0014_000000034781	0.9548600797233143		0	0	False	False	0.9811035394668579	0					non-mobilizable	chromosome	1306.0	98.009	99.0	0.0004648212254824613	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ENG0168_000000011345	2637	0.5416796916035299	3	3	3	2	1	True	119762	maximal	True	ENG0168_000000011345	1.0		345	9	False	False	1.0	0					non-mobilizable	other	1652.0	99.334	100.0	0.0004091854829615512	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	True
ENG0040_000000004119	5278	0.5416784659639127	7	6	3	6	3	False	64874	maximal	False	ISR0159_000000004329	0.9713339093419551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	84.05799999999999	3.0	0.002307912602550496	NZ_LOHE01000036.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00036, whole genome shotgun sequence	True	False
AST0024_000000031208	1172	0.5416631194521107	2	2	2	2	2	False	120657	fragment	False	ISR0241_000000011415	0.5638861354852015		0	0	False	False	0.9914675951004028	0					non-mobilizable	other	1118.0	94.991	95.0	0.0018545113437321004	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0008_000000023980	1158	0.5416579088286582	2	1	1	1	1	False	94870	fragment	False	CAN0008_000000023980	0.9371750433275563		0	0	False	False	1.0	0					non-mobilizable	other	1070.0	96.262	92.0	0.005712392525262241	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0017_000000019626	1693	0.541657012050552	3	3	2	3	2	False	94918	maximal	False	CAN0017_000000020179	0.6304263565891474		0	0	False	False	0.9775546193122864	0					non-mobilizable	no_good_hit	428.0	71.729	25.0	0.00010938982827111743	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MAD0106_000000010815	1992	0.5416552662333975	3	2	1	2	2	False	87009	fragment	False	FIJ0033_000000016817	0.9535315985130112		0	0	False	False	0.9924699068069458	0					non-mobilizable	other	1973.0	99.848	99.0	0.0003951526868378888	CP010121.1	enterobacteria	Escherichia coli strain C4, complete genome	False	False
CHI0007_000000003268	2616	0.5416550154131118	4	4	4	4	4	False	90559	maximal	False	MON0017_000000007102	0.9521540970240522		0	0	False	False	0.9992354512214661	0					non-mobilizable	other	2618.0	98.854	100.0	0.018793806733310353	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
TAN0009_000000005364	5437	0.5416513536949503	7	5	3	5	3	False	48713	maximal	True	TAN0009_000000005364	1.0		1	1	False	False	0.9968732595443726	0					non-mobilizable	no_good_hit	1145.0	81.485	34.0	0.005143874113555675	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ENG0161_000000009633	2255	0.5416456887708939	2	1	1	1	1	False	56412	maximal	True	ENG0161_000000009633	1.0		141	13	False	False	0.9880266189575195	0					non-mobilizable	other	2255.0	99.645	100.0	0.0004271144534090896	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
USA0054_01_000000004623	1987	0.5416456887708939	1	1	1	1	1	False	7074	fragment	False	USA0054_01_000000004623	0.9906707009581441		0	0	False	False	0.9994967579841614	0					non-mobilizable	other	1987.0	99.54700000000001	100.0	0.0003763306585938119	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
SPA0037_000000012510	1983	0.5416456887708939	1	1	1	1	1	False	7074	fragment	False	USA0054_01_000000004623	0.989682939104177		0	0	False	False	0.9974785447120667	0					non-mobilizable	other	1983.0	98.185	100.0	0.0003755726915070167	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
USA0087_01_000000007931	1948	0.5416456887708939	2	1	1	1	1	False	44634	fragment	False	FIJ0074_000000015524	0.9719719719719719		0	0	False	False	0.9989733099937439	0					non-mobilizable	chromosome	1948.0	99.384	100.0	0.0002750143333741547	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0842_000000020962	1128	0.5416441829564285	2	1	1	1	1	False	22438	fragment	False	ISR0775_000000016757	0.967381974248927		0	0	False	False	0.9982269406318665	0					non-mobilizable	no_good_hit	299.0	78.595	29.0	0.00013064307959933784	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0092_000000024393	2260	0.5416432624317067	4	3	2	2	0	False	120999	fragment	False	MON0092_000000024393	0.9369307832422586		0	0	False	False	0.9907079935073853	0					non-mobilizable	other	2261.0	90.09299999999999	100.0	0.0005437366509394118	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ITA0006_000000013686	1715	0.5416432624317067	3	3	2	2	0	False	70087	fragment	False	ITA0006_000000013686	1.0		0	0	False	False	0.9801748991012573	0					non-mobilizable	other	1699.0	99.882	99.0	0.00039614659943839573	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0179_000000013785	1676	0.5416432624317067	4	3	2	2	0	False	120996	fragment	False	ISR0179_000000013785	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	93.73100000000001	99.0	0.020161727666035984	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	False	False
ISR0035_000000001986	7945	0.5416414887773499	16	7	4	6	4	False	73422	maximal	True	ISR0035_000000001986	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0226_000000005892	1379	0.5416406097399341	2	2	2	2	2	False	27646	maximal	True	ISR0226_000000005892	1.0		20	6	False	False	0.9746192693710327	0					non-mobilizable	no_good_hit	242.0	90.083	17.0	0.004326429073603375	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	True	False
ISR0106_000000008693	2769	0.5416395972877269	2	1	1	1	1	True	32901	fragment	False	ISR0106_000000008693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0075_000000011892	2063	0.5416383251478459	3	2	1	2	1	False	74460	maximal	True	MON0075_000000011892	1.0		51	9	False	False	1.0	0					non-mobilizable	no_good_hit	1522.0	99.146	74.0	0.18143862579028988	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
FIJ0133_000000024277	1583	0.5416379712159599	2	2	2	2	2	False	40671	maximal	True	FIJ0133_000000024277	1.0		34	6	False	False	0.9962097406387329	0					non-mobilizable	no_good_hit	582.0	83.84899999999999	37.0	0.00315762446120984	NZ_QSFT01000003.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf3, whole genome shotgun sequence	True	False
MAD0014_000000012541	2519	0.5416352707593828	4	3	2	2	2	True	64989	maximal	True	MAD0014_000000012541	1.0		12	8	False	False	1.0	0					non-mobilizable	no_good_hit	1654.0	89.117	66.0	0.011192587115636383	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
AST0047_000000012963	1734	0.5416351574192217	2	2	2	2	2	False	115279	fragment	False	AST0047_000000012963	0.9827787507297139		0	0	False	False	1.0	0					non-mobilizable	chromosome	1734.0	96.655	100.0	0.0006115275591440308	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0014_000000012964	1292	0.5416270196212466	2	2	2	1	1	False	87015	fragment	False	FIJ0061_000000022609	0.5785043991585395		0	0	False	False	0.9597523212432861	0					non-mobilizable	plasmid	1209.0	99.75200000000001	94.0	0.004957524520868388	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ENG0060_000000008056	3431	0.5416258359296733	5	5	2	4	2	False	63351	maximal	True	ENG0060_000000008056	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	95.79799999999999	14.0	0.02454526663910707	NZ_WNAF01000017.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold17_size19438, whole genome shotgun sequence	True	False
SPA0054_000000001655	11829	0.5416134741140572	17	11	9	10	8	False	6453	maximal	True	SPA0054_000000001655	0.9998704551342948		2	1	False	False	0.9995772838592529	0					non-mobilizable	no_good_hit	134.0	95.522	1.0	0.00013319233780805773	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
SPA0055_000000002287	11579	0.5416134741140572	17	11	9	10	8	False	6453	maximal	False	SPA0054_000000001655	0.9893059430213882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	81.579	1.0	0.003820178729790572	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MON0081_000000024682	2238	0.5416129040059906	4	3	3	3	2	False	9982	maximal	True	MON0081_000000024682	1.0		2	1	False	False	0.9669347405433655	0					non-mobilizable	no_good_hit								True	False
ISR0153_000000007177	3691	0.5416123891737374	5	2	2	2	1	False	30684	maximal	True	ISR0153_000000007177	1.0		2	2	False	False	0.9989162683486938	0					non-mobilizable	no_good_hit	980.0	93.061	40.0	0.02331180130145639	JQ680373.1	viruses	Unidentified phage clone 2209_scaffold64 genomic sequence	True	False
FIJ0064_000000021912	1173	0.5416119545095857	2	1	1	1	1	True	45444	maximal	True	FIJ0064_000000021912	1.0		14	5	False	False	0.9974424839019775	0					non-mobilizable	other	1161.0	98.01899999999999	99.0	0.0037047928960036824	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
DEN0011_000000026716	1717	0.5416104549614937	2	1	1	1	1	False	75640	maximal	True	DEN0011_000000026716	1.0		22	9	False	False	0.9726266860961914	0					non-mobilizable	no_good_hit	91.0	86.81299999999999	5.0	1.204796843870377e-05	CP041656.1	a-proteobacteria	Bradyrhizobium cosmicum strain 58S1 chromosome, complete genome	True	False
ISR0273_000000012019	1191	0.5416086059805305	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.1745348809529364	PS1128	0	0	False	True	0.9941225647926331	0					non-mobilizable	other	1197.0	85.965	100.0	0.014084507042253521	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
DEN0043_000000001609	3543	0.5416080109554569	7	6	6	5	5	False	73007	maximal	True	DEN0043_000000001609	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	94.493	20.0	0.00012247826321911984	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
CAN0011_000000021528	1404	0.5416054036996238	2	2	2	2	2	False	94405	maximal	True	CAN0011_000000021528	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	79.6	35.0	0.00013757962210904527	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0022_000000001298	5957	0.5416053997727113	3	2	2	2	1	False	34419	maximal	True	MAD0022_000000001298	0.9995802552048354		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	88.199	3.0	0.0001273662256611103	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
MAD0071_000000001078	5956	0.5416053997727113	3	2	2	2	1	False	34419	maximal	False	MAD0022_000000001298	0.9993285210676515		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	88.272	3.0	0.00012816226457149226	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
MAD0075_000000000326	5324	0.5416053997727113	2	2	2	2	1	False	34418	fragment	False	MAD0075_000000000326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	4.744030944705643e-06	NZ_ABIZ01000001.1	verrucomicrobia	Verrucomicrobium spinosum DSM 4136 = JCM 18804 strain DSM 4136 chromosome, whole genome shotgun sequence	True	False
ENG0132_000000013494	1429	0.5415993190726066	2	2	2	2	1	False	58306	maximal	True	ENG0132_000000013494	1.0		177	13	False	False	0.9972008466720581	0					non-mobilizable	no_good_hit	493.0	73.834	34.0	0.00012700790157439836	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0832_000000010584	1270	0.5415948447899642	4	3	3	1	1	False	91045	fragment	False	DEN0061_000000031252	0.7346671783933051		0	0	False	False	0.9992126226425171	0					non-mobilizable	other	1270.0	97.244	100.0	0.013791979132702968	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0131_000000018340	1842	0.5415876931493409	2	2	2	1	1	False	31658	maximal	True	ISR0131_000000018340	1.0		1	1	False	False	0.9527687430381775	0					non-mobilizable	no_good_hit								True	False
MON0005_000000021005	2535	0.5415873326331669	2	2	2	2	2	False	14134	maximal	True	MON0005_000000021005	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	80.435	5.0	2.0327074587210923e-05	LN890477.1	b-proteobacteria	Achromobacter xylosoxidans isolate R8 genome assembly, chromosome: BN2910	True	False
ENG0005_000000011611	2064	0.541586818770328	3	2	2	2	1	False	127980	maximal	True	ENG0005_000000011611	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	1388.0	99.28	100.0	0.0004371790697447183	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0086_01_000000004532	4126	0.5415695330168181	5	4	4	3	3	False	92017	maximal	True	USA0086_01_000000004532	0.9992090693382547		29	7	False	False	0.9995152950286865	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.06169871794871795	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
ISR0254_000000002389	3793	0.5415695330168181	5	4	4	3	3	False	92017	maximal	False	USA0086_01_000000004532	0.9589190499272904		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.06169871794871795	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
USA0062_01_000000015058	1196	0.5415669044440198	3	2	2	1	1	False	869	maximal	True	USA0062_01_000000015058	1.0		16	6	False	False	0.9991638660430908	0					non-mobilizable	no_good_hit	471.0	87.04899999999999	39.0	0.0001314276877870961	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0017_000000006520	2987	0.5415660589134369	3	3	3	3	3	False	93388	maximal	True	MON0017_000000006520	1.0		198	12	False	False	0.9819216728210449	0					non-mobilizable	no_good_hit	1763.0	88.76899999999999	85.0	0.0004915954789993935	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0028_000000014073	1837	0.541564984669757	2	2	2	2	1	False	12592	maximal	True	MON0028_000000014073	1.0		112	12	False	False	0.9912901520729065	0					non-mobilizable	no_good_hit	1252.0	99.92	68.0	0.00024968355453579814	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ENG0033_000000008973	2928	0.5415637996594838	4	4	4	3	3	False	94455	maximal	True	ENG0033_000000008973	1.0		22	6	False	False	0.999658465385437	0					non-mobilizable	no_good_hit	338.0	88.462	12.0	0.008174188054981145	NZ_SMMX01000025.1	firmicutes	Extibacter muris strain DSM 28560 NODE_25_length_41105_cov_115.680829, whole genome shotgun sequence	True	False
ISR0825_000000018142	1330	0.5415610367315135	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.20933676100554072		0	0	False	False	0.9984962344169617	0					non-mobilizable	other	1326.0	95.551	99.0	0.00041189415937815184	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0195_000000010341	2410	0.5415591428036771	2	2	1	2	2	False	56825	fragment	False	ENG0195_000000010341	0.9659043659043659		0	0	False	False	0.9975103735923767	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000021153	1945	0.5415533966813503	3	3	3	2	2	False	102725	fragment	False	FIJ0036_000000021153	1.0		0	0	False	False	0.9778920412063599	0					non-mobilizable	other	1946.0	95.17	100.0	0.0004766258420941527	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0081_000000006844	1403	0.5415490670695681	2	2	2	1	2	False	84304	maximal	False	ENG0163_000000018022	0.9840720221606648		0	0	False	False	0.9693514108657837	0					non-mobilizable	no_good_hit								True	False
SPA0123_000000005550	1500	0.5415395996052867	3	2	2	2	2	False	4085	maximal	True	SPA0123_000000005550	1.0		5	5	False	False	0.9879999756813049	0					non-mobilizable	other	1501.0	97.335	100.0	0.09229633275904504	NZ_QJKD01000034.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_134, whole genome shotgun sequence	False	False
CHI0039_000000008086	1554	0.5415384424674066	3	2	2	2	2	False	90230	fragment	False	CHI0039_000000008086	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1554.0	99.936	100.0	0.0003159373186869702	CP054314.1	enterobacteria	Escherichia coli strain SCU-483 chromosome, complete genome	False	False
FIJ0059_000000009418	1905	0.5415371031254922	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.16900156165992195		0	0	False	False	1.0	0					non-mobilizable	other	1911.0	91.68	100.0	0.0005723546961236141	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0020_000000017560	1479	0.5415336287747492	1	1	1	1	1	False	37679	maximal	True	ISR0020_000000017560	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0145_000000025497	1360	0.5415327218962932	2	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.36717473639913556		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	98.309	100.0	0.07711950970377937	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
DEN0078_000000026947	1304	0.5415327056542149	2	2	2	1	1	False	69702	maximal	True	DEN0078_000000026947	1.0		42	9	False	False	0.9884969592094421	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	4.0	0.000412577965100758	NZ_OBJM01000007.1	firmicutes	Clostridium cadaveris strain LH052 isolate Clostridium cadaveris, whole genome shotgun sequence	True	False
ISR0180_000000002650	7622	0.5415323602798293	10	6	2	4	1	False	72748	fragment	False	ISR0180_000000002650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2689.0	95.5	61.0	0.011008037549593609	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0344_000000029080	1218	0.5415291246292052	2	1	1	1	1	True	24230	fragment	False	ISR0344_000000029080	1.0		0	0	False	False	0.9753694534301758	0					non-mobilizable	no_good_hit								True	True
ISR0234_000000008615	1591	0.5415275122031806	3	3	3	3	2	False	87335	fragment	False	MON0054_000000022302	0.41964414635372177		0	0	False	False	0.9849151372909546	0					non-mobilizable	other	1592.0	98.807	100.0	0.007848418477081237	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0093_000000007180	4407	0.5415264627048861	6	5	3	4	3	False	68508	maximal	True	DEN0093_000000007180	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1730.0	78.324	39.0	0.04785413744740533	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0145_000000014061	2432	0.5415233283513124	3	1	1	1	1	False	116806	maximal	True	SPA0145_000000014061	1.0		75	8	False	False	0.9856085777282715	0					non-mobilizable	no_good_hit	1866.0	95.445	77.0	0.0006772988667500731	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0132_000000019976	1450	0.5415227972870815	3	3	3	3	2	False	94372	fragment	False	ISR0185_000000020684	0.7456304812121829		0	0	False	False	0.9993103742599487	0					non-mobilizable	no_good_hit	448.0	98.661	31.0	0.0037495910680882118	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0216_000000005451	3510	0.5415227336410232	4	2	1	1	1	False	28136	fragment	False	ISR0216_000000005451	1.0		0	0	False	False	0.9997150897979736	0					non-mobilizable	other	2976.0	99.53	100.0	0.0013009189881467921	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0144_000000007412	2421	0.5415204969446741	4	4	4	3	3	False	108567	fragment	False	ENG0144_000000007412	1.0		0	0	False	False	0.9966955780982971	0					non-mobilizable	other	2430.0	91.399	100.0	0.004911258568330598	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0056_000000011982	1641	0.5415166141736361	2	1	1	1	1	False	113370	fragment	False	FIJ0140_000000018253	0.9510899944102851		0	0	False	False	0.9987812042236328	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	1.1124124018687137e-05	NZ_CP043926.1	proteobacteria	Acidithiobacillus caldus strain MTH-04 chromosome	True	False
FIJ0041_000000022500	1667	0.5415146837250853	3	3	3	3	2	False	47366	maximal	True	FIJ0041_000000022500	1.0		10	4	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit	111.0	78.378	6.0	0.0005625670038530532	NZ_JNNU01000013.1	a-proteobacteria	Rhizobium vignae strain CCBAU 05176 contig15, whole genome shotgun sequence	True	False
ISR0318_000000001907	2272	0.5415132707427206	3	3	1	2	2	True	25120	fragment	False	ISR0318_000000001907	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2162.0	99.861	95.0	0.044435762460931075	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
MON0048_000000014862	2650	0.5415108901966604	3	3	3	1	1	False	11410	fragment	False	MON0048_000000014862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	80.916	5.0	4.532862010118906e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0118_000000006924	1500	0.5414979115517722	3	2	2	2	1	False	85611	fragment	False	ENG0098_000000015056	0.9643945913726615		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	99.26700000000001	100.0	0.005891971353777701	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0099_000000006935	3047	0.5414973078177112	4	2	1	2	0	True	108866	maximal	True	AST0099_000000006935	1.0		7	5	False	False	0.9688217639923096	0					non-mobilizable	no_good_hit								True	True
SPA0044_000000010905	2447	0.5414973078177112	2	2	1	2	0	True	6788	fragment	False	SPA0044_000000010905	1.0		0	0	False	False	0.9991827011108398	0					non-mobilizable	no_good_hit								True	True
ISR0081_000000000739	19982	0.5414966788945303	21	14	4	9	13	True	98552	maximal	True	ISR0081_000000000739	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	4772.0	96.039	24.0	0.0008515844977902387	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
AST0060_000000027858	1111	0.5414883101249925	2	2	2	2	1	True	112222	fragment	False	AST0060_000000027858	1.0		0	0	False	False	0.9972997307777405	0					non-mobilizable	no_good_hit	962.0	99.376	87.0	0.000267529665587918	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0167_000000020758	1343	0.5414864707963655	3	3	1	1	3	False	30169	fragment	False	ISR0167_000000020758	1.0		0	0	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit								True	False
FIJ0095_000000004547	5690	0.5414860280069379	6	5	5	5	5	False	111069	fragment	False	FIJ0095_000000004547	0.983989420904945		0	0	False	False	0.9998242259025574	0					non-mobilizable	no_good_hit	515.0	71.845	9.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
DEN0079_000000048242	1300	0.5414855942552422	3	3	2	2	2	False	69445	fragment	False	DEN0079_000000048242	1.0		0	0	False	False	0.994615375995636	0					non-mobilizable	chromosome	1101.0	94.914	100.0	0.00024410342522194754	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0139_000000014594	1823	0.541484007176762	2	2	2	2	2	False	56140	fragment	False	ISR0139_000000014594	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	87.061	99.0	0.0017926601402017826	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ENG0166_000000015981	1818	0.541484007176762	2	2	2	2	2	False	56140	fragment	False	ISR0139_000000014594	0.9986286341195831		0	0	False	False	0.9988998770713806	0					non-mobilizable	other	1821.0	87.095	100.0	0.0017897052059047468	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
ISR0220_000000000563	23910	0.5414827264378752	30	6	3	4	3	True	28011	maximal	True	ISR0220_000000000563	1.0		1	1	False	False	0.998410701751709	0					non-mobilizable	no_good_hit	3523.0	81.976	39.0	0.0007416973340854851	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	True
DEN0094_000000009721	3428	0.5414815906157578	2	2	2	2	2	False	68386	maximal	True	DEN0094_000000009721	1.0		948	13	False	False	1.0	0					non-mobilizable	chromosome	3241.0	99.75299999999999	100.0	0.0005950509392989271	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
CHI0173_000000012257	1433	0.5414765920564893	2	2	2	2	1	False	77877	maximal	True	CHI0173_000000012257	1.0		52	9	False	False	1.0	0					non-mobilizable	no_good_hit	339.0	72.566	23.0	0.0011550688679278203	NZ_FZOR01000005.1	high GC Gram+	Actinomadura meyerae strain DSM 44715, whole genome shotgun sequence	True	False
ISR0157_000000025327	1256	0.541474264349308	2	2	2	2	2	False	39883	fragment	False	ISR0083_000000018688	0.7035503802510132		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	99.76100000000001	100.0	0.03980588683075362	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
MAD0105_000000009654	3444	0.5414736395562436	6	4	0	1	4	False	14848	maximal	True	MAD0105_000000009654	1.0		2	1	False	False	0.9985482096672058	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	2991.0	99.766	100.0	0.4919381375452451	CP028663.1	enterobacteria	Escherichia coli strain 119 plasmid pTA118-2, complete sequence	False	True
ENG0008_000000021454	1232	0.5414731468719785	4	4	4	4	3	False	67364	fragment	False	ENG0008_000000021454	1.0		0	0	False	False	0.9926947951316833	0					non-mobilizable	no_good_hit	646.0	99.845	52.0	0.0008144352321646272	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0813_000000007896	3654	0.5414724436736942	4	3	3	3	2	False	58191	maximal	True	ISR0813_000000007896	1.0		142	7	False	False	0.9657909274101257	0					non-mobilizable	other	3620.0	99.03299999999999	99.0	0.013110522136696046	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0127_000000006143	3233	0.5414699864485727	4	4	4	3	3	False	81404	maximal	True	CHI0127_000000006143	0.9716744973873988		407	15	False	False	0.9996907114982605	0					non-mobilizable	chromosome	3233.0	99.072	100.0	0.0007192854860117667	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0008_000000012304	2467	0.5414678894667482	3	3	2	2	2	False	107633	maximal	True	SPA0008_000000012304	1.0		1	1	False	False	0.9987839460372925	0					non-mobilizable	no_good_hit	134.0	82.09	5.0	3.9298777808010174e-05	CP042344.1	b-proteobacteria	Comamonas sp. NLF-7-7 strain NLF 7-7 chromosome, complete genome	True	False
ISR0029_000000015473	2949	0.5414676156279015	3	2	2	2	2	False	78858	maximal	True	ISR0029_000000015473	1.0		10	4	False	False	0.9989827275276184	0					non-mobilizable	no_good_hit	2045.0	83.57	69.0	0.0006389055330732113	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CHI0054_000000007204	2376	0.5414676156279015	2	2	2	2	2	False	117277	maximal	True	CHI0054_000000007204	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1759.0	86.35600000000001	74.0	0.0005531717861586017	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0077_000000009396	2157	0.5414676156279015	2	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.6953079097452073		0	0	False	False	1.0	0					non-mobilizable	other	2033.0	82.046	93.0	0.041327386554278	NZ_CACWHD010000032.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	False	False
CHI0164_000000011259	1945	0.5414676156279015	2	2	2	2	2	False	78857	fragment	False	CHI0164_000000011259	1.0		0	0	False	False	0.9994858503341675	0					non-mobilizable	chromosome	1960.0	83.77600000000001	100.0	0.0006121137371623958	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0181_000000010747	1908	0.5414676156279015	2	2	2	2	2	False	117274	fragment	False	CHI0181_000000010747	1.0		0	0	False	False	0.99842768907547	0					non-mobilizable	chromosome	1850.0	86.919	97.0	0.0005818547676631219	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0102_000000004548	1859	0.5414653110852408	1	1	1	1	1	False	83287	maximal	True	CHI0102_000000004548	1.0		28	6	False	False	1.0	0					non-mobilizable	other	1273.0	99.37200000000001	100.0	0.000661424573120747	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
MON0105_000000048891	1122	0.5414602515162716	2	2	2	2	1	False	8684	maximal	True	MON0105_000000048891	1.0		1	1	False	False	0.9973261952400208	0					non-mobilizable	no_good_hit	152.0	99.34200000000001	14.0	4.2224640118833e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0081_000000038089	1376	0.5414580256092858	3	1	1	1	1	False	9956	fragment	False	MON0081_000000038089	1.0		0	0	False	False	0.9876453280448914	0					non-mobilizable	no_good_hit	363.0	93.939	39.0	0.0014856157918496328	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
TAN0007_000000030229	1391	0.541457952104234	2	2	2	2	2	False	2801	maximal	True	TAN0007_000000030229	1.0		6	2	False	False	0.9906542301177979	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	5.082994406527727e-06	CP013203.1	firmicutes	Paenibacillus sp. IHB B 3084, complete genome	True	False
ISR0207_000000025449	1201	0.5414451015858239	3	2	2	2	2	False	77704	maximal	False	CHI0176_000000006077	0.9636650868878357		0	0	False	False	1.0	0					non-mobilizable	chromosome	1202.0	99.41799999999999	100.0	0.0003779219211419735	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0032_000000033981	1124	0.5414402845272253	2	2	2	2	2	False	48325	maximal	False	ISR0265_000000014495	0.938875305623472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	1.1734906332333258e-05	CP020815.1	firmicutes	Anoxybacillus flavithermus strain DSM 2641T, complete genome	True	False
USA0087_01_000000001429	7697	0.541425224269233	12	7	4	7	4	False	99436	maximal	True	USA0087_01_000000001429	1.0		7	4	False	False	0.9998700618743896	0					non-mobilizable	no_good_hit								True	False
ISR0115_000000017982	1927	0.5414250247775949	3	2	2	2	2	False	32468	maximal	True	ISR0115_000000017982	0.9745586708203531		56	6	False	False	0.9901401400566101	0					non-mobilizable	no_good_hit	1103.0	99.00299999999999	57.0	0.011721619521127661	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0102_000000009886	1974	0.5414207872832562	4	4	4	3	4	False	76707	fragment	False	MAD0102_000000009886	0.9610842726784756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00010802515123521173	NZ_SJKB01000011.1	high GC Gram+	Kribbella pittospori strain NRRL B-24813 NODE_11_length_268456_cov_19.3447_ID_4280, whole genome shotgun sequence	True	False
SPA0020_000000012193	2538	0.5414202172090278	3	3	3	3	2	False	7726	maximal	True	SPA0020_000000012193	1.0		10	5	False	False	1.0	0					non-mobilizable	chromosome	1738.0	96.89299999999999	99.0	0.0007103106269748742	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
DEN0066_000000013134	2606	0.5414196914189263	3	3	3	2	2	False	70981	maximal	True	DEN0066_000000013134	1.0		35	10	False	False	0.997313916683197	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	0.0004374638386746257	NZ_WRPK01000017.1	a-proteobacteria	Sphingomonas formosensis strain CC-Nfb-2 NODE_18_length_70863_cov_36.884524_cov_36.884524, whole genome shotgun sequence	True	False
ENG0200_000000010145	2006	0.5414192601579392	3	3	3	3	2	False	121112	fragment	False	ENG0200_000000010145	0.9702369736517978		0	0	False	False	0.9995014667510986	0					non-mobilizable	chromosome	2006.0	99.402	100.0	0.0006319711858962943	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0031_000000021405	1152	0.5414158107539204	1	1	1	1	1	True	36982	maximal	True	ISR0031_000000021405	1.0		119	11	False	False	1.0	0					non-mobilizable	other	1083.0	90.67399999999999	99.0	0.00032456515645515837	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0001_000000003907	8226	0.541414597829709	17	6	2	2	6	False	101589	maximal	True	SPA0001_000000003907	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	93.03299999999999	31.0	9.718020614351228e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
TAN0007_000000009671	3627	0.5414131114357409	5	5	3	5	2	False	2847	maximal	True	TAN0007_000000009671	1.0		2	1	False	False	0.984284520149231	0					non-mobilizable	no_good_hit	169.0	76.923	5.0	0.0007945591615509039	NZ_VITW01000012.1	a-proteobacteria	Bradyrhizobium sacchari strain BR 10556 Ga0314227_112, whole genome shotgun sequence	True	False
ISR0047_000000011551	2568	0.5414094988080899	3	3	3	3	2	False	81444	maximal	True	ISR0047_000000011551	1.0		10	3	False	False	0.9996106028556824	0					non-mobilizable	no_good_hit	1400.0	80.0	54.0	0.0003404015607841672	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
ISR0785_000000012488	2755	0.5414090689816625	4	2	2	2	2	False	54263	maximal	True	ISR0785_000000012488	1.0		6	5	False	False	0.9996370077133179	0					non-mobilizable	no_good_hit								True	False
CHI0083_000000005555	1903	0.5414083626415649	1	1	1	1	1	False	84220	maximal	True	CHI0083_000000005555	1.0		692	12	False	False	1.0	0					non-mobilizable	chromosome	1903.0	99.475	100.0	0.00026865806989093073	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MON0068_000000022735	1860	0.5414070388746469	3	2	2	1	1	False	10559	maximal	True	MON0068_000000022735	1.0		0	0	False	False	0.9956989288330078	0					non-mobilizable	no_good_hit	906.0	79.581	48.0	0.00025772813363731745	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0033_000000005853	5386	0.5414051589061645	6	4	3	4	3	False	49510	maximal	True	FIJ0033_000000005853	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1670.0	75.988	30.0	0.002741969586623753	NZ_RKRG01000002.1	euryarchaeotes	Methanobrevibacter gottschalkii DSM 11977 Ga0244664_12, whole genome shotgun sequence	True	False
ISR0077_000000012684	2564	0.5414027711231384	3	3	2	2	0	True	34518	fragment	False	ISR0077_000000012684	0.9993791390728477		0	0	False	False	0.9960998296737671	0					non-mobilizable	no_good_hit	337.0	84.273	13.0	0.007060116682167921	NZ_GG704772.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld3, whole genome shotgun sequence	True	True
ISR0123_000000008875	2416	0.5414027711231384	3	3	2	2	0	True	34518	fragment	False	ISR0077_000000012684	0.9705538221528861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	86.131	11.0	0.0057284180265494205	NZ_GG704772.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld3, whole genome shotgun sequence	True	True
FIJ0002_000000015071	2359	0.5413989371789347	2	2	2	1	0	False	52399	maximal	True	FIJ0002_000000015071	1.0		0	0	False	False	0.953794002532959	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000006757	4511	0.5413986920491856	8	4	2	4	3	True	110673	fragment	False	DEN0017_000000006757	0.9969762941461054		0	0	False	False	0.9984482526779175	0					non-mobilizable	other	4313.0	99.675	100.0	0.0011547198773297586	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0154_000000006618	4994	0.5413981572027632	6	4	1	2	4	False	95372	maximal	True	FIJ0154_000000006618	1.0		6	3	False	False	0.9953944683074951	0					non-mobilizable	no_good_hit	1286.0	73.406	33.0	0.00038920690487162995	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0128_000000009150	3799	0.5413970588954846	3	3	3	3	3	False	31863	maximal	True	ISR0128_000000009150	1.0		1	1	False	False	0.9839431643486023	0					non-mobilizable	chromosome	3795.0	99.84200000000001	99.0	0.0007702976162801203	CP022073.2	enterobacteria	Citrobacter koseri strain FDAARGOS_287 chromosome, complete genome	False	False
ISR0039_000000014983	2395	0.5413950838415816	3	3	3	3	2	True	36549	maximal	True	ISR0039_000000014983	1.0		0	0	False	False	0.9962421655654907	0					non-mobilizable	no_good_hit	371.0	99.73	15.0	0.0001030030970525803	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
FIJ0084_000000002826	5029	0.5413947667271846	6	3	3	3	3	False	44023	maximal	True	FIJ0084_000000002826	1.0		71	7	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	94.898	19.0	0.0001299106977324848	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0179_000000015110	2201	0.541387778208431	3	3	3	3	3	False	55392	maximal	False	ISR0370_000000011983	0.9848690153568203		0	0	False	False	1.0	0					non-mobilizable	other	2201.0	98.59200000000001	100.0	0.05029721079103795	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0269_000000014694	1326	0.541387206852052	2	2	2	2	2	False	26453	maximal	True	ISR0269_000000014694	1.0		130	9	False	False	0.9917043447494507	0					non-mobilizable	no_good_hit	550.0	78.36399999999999	41.0	0.0015490020851951147	NZ_AUFP01000001.1	CFB group bacteria	Prevotella albensis DSM 11370 = JCM 12258 strain DSM 11370 K333DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0035_000000013899	2044	0.5413868143664351	5	2	2	1	1	True	98403	maximal	True	MON0035_000000013899	1.0		3	3	False	False	0.9995107650756836	0					non-mobilizable	no_good_hit	113.0	97.345	6.0	1.785954330277491e-05	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
ENG0028_000000010065	1768	0.5413843640072106	2	2	2	2	1	False	65869	maximal	True	ENG0028_000000010065	1.0		43	8	False	False	1.0	0					non-mobilizable	no_good_hit	872.0	86.927	49.0	0.0002310482721117308	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0238_000000002005	6128	0.5413837947477127	7	7	2	4	4	True	69011	maximal	False	DEN0085_000000005580	0.9681945743685687		0	0	False	False	1.0	0					non-mobilizable	chromosome	5552.0	99.73	91.0	0.0016091324280332843	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0139_000000008455	2333	0.5413793804458226	4	4	4	4	3	False	57866	fragment	False	ENG0139_000000008455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0096_000000007233	1281	0.5413679498993298	3	1	1	1	1	False	83438	maximal	True	CHI0096_000000007233	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	646.0	99.381	50.0	0.00025294087889308364	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
CHI0069_000000006838	1505	0.5413666092562116	3	1	1	1	1	False	85046	fragment	False	CHI0069_000000006838	1.0		0	0	False	False	0.985382080078125	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000037778	1261	0.5413666092562116	3	1	1	1	1	False	49539	fragment	False	FIJ0021_000000037778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000029198	1181	0.5413666092562116	2	1	1	1	1	False	18320	maximal	True	MAD0040_000000029198	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0311_000000002666	5819	0.5413624251188891	6	4	3	4	1	True	58409	fragment	False	ISR0311_000000002666	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5110.0	96.262	93.0	0.13884729520023958	NZ_KB904241.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_21.22, whole genome shotgun sequence	False	True
MAD0011_000000009723	1444	0.5413619551785739	2	1	1	1	1	True	19713	maximal	True	MAD0011_000000009723	1.0		14	2	False	False	0.9986149668693542	0					non-mobilizable	no_good_hit								True	True
ENG0025_000000004100	5081	0.541354568961123	7	5	4	4	5	False	66181	maximal	True	ENG0025_000000004100	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1427.0	90.68	43.0	0.0003488881549897013	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0399_000000006056	2538	0.5413530774924951	3	3	3	3	3	False	129917	fragment	False	ISR0399_000000006056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	99.34899999999999	54.0	0.01927153056671129	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0128_000000016167	2194	0.5413511341506159	1	1	1	1	1	False	31843	maximal	True	ISR0128_000000016167	1.0		1	1	False	False	0.9986326098442078	0					non-mobilizable	chromosome	2194.0	100.0	100.0	0.00044524582828210435	CP022073.2	enterobacteria	Citrobacter koseri strain FDAARGOS_287 chromosome, complete genome	False	False
CHI0052_000000012452	1273	0.541348322692322	4	3	1	2	2	False	86455	fragment	False	ISR0345_000000010629	0.9408644030841806		0	0	False	False	0.9905734658241272	0					non-mobilizable	other	1273.0	99.764	100.0	0.00898178223414772	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
USA0080_01_000000001748	17794	0.5413406829928749	28	15	11	12	9	True	7398	maximal	True	USA0080_01_000000001748	1.0		1	1	False	False	1.0	0					non-mobilizable	other	13195.0	97.355	99.0	0.003662851081082582	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0158_000000001953	6769	0.5413392465457151	14	10	4	6	8	True	89802	maximal	True	CHI0158_000000001953	1.0		43	7	False	False	0.9946816563606262	0					non-mobilizable	no_good_hit	5950.0	99.16	88.0	0.05574520763776869	NZ_JH379375.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld115, whole genome shotgun sequence	True	True
FIJ0149_000000014810	1734	0.5413365195303358	2	2	2	2	2	False	39848	maximal	True	FIJ0149_000000014810	1.0		980	12	False	False	0.9988465905189514	0					non-mobilizable	other	1743.0	79.059	100.0	0.0005290739072031812	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MAD0105_000000016533	2183	0.5413357101130775	2	2	2	2	2	False	79801	maximal	True	MAD0105_000000016533	1.0		77	7	False	False	0.9844251275062561	0					non-mobilizable	plasmid	2023.0	99.654	99.0	0.0032704911400598755	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
FIJ0030_000000011127	2924	0.541335064991909	6	3	3	2	2	False	48758	maximal	True	FIJ0030_000000011127	1.0		3	1	False	False	0.9996579885482788	0					non-mobilizable	no_good_hit	1502.0	79.96	51.0	0.00024338478034933588	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
SPA0101_000000016152	2727	0.5413265118617397	4	4	3	4	4	False	85908	maximal	False	SPA0020_000000011052	0.9862451961883105		0	0	False	False	0.9985331892967224	0					non-mobilizable	no_good_hit	575.0	91.304	35.0	0.0002677001571689076	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0224_000000012303	2435	0.5413251143454335	3	3	2	2	3	True	27747	fragment	False	ISR0224_000000012303	1.0		0	0	False	False	0.9946612119674683	0					non-mobilizable	chromosome	2435.0	99.055	100.0	0.000848399334665304	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0026_000000012213	3060	0.5413237573628926	5	4	2	3	1	False	85974	fragment	False	MON0026_000000012213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	83.645	66.0	0.0004083830734990449	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MON0034_000000008381	3003	0.5413237573628926	5	4	2	3	1	False	85974	fragment	False	MON0026_000000012213	0.995343137254902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1553.0	83.645	67.0	0.0004083830734990449	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ISR0149_000000005688	2777	0.5413211904407169	3	3	3	3	3	False	125921	fragment	False	ISR0149_000000005688	0.986441307578009		0	0	False	False	1.0	0					non-mobilizable	other	2777.0	99.928	100.0	0.016180079151828126	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0344_000000012214	2692	0.5413211904407169	3	3	3	3	3	False	125921	fragment	False	ISR0149_000000005688	0.9720921858120274		0	0	False	False	0.9873700141906738	0					non-mobilizable	other	2653.0	99.887	98.0	0.015457337864066353	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
MAD0081_000000000600	8071	0.5413188830570795	8	4	3	3	3	False	46804	fragment	False	MAD0081_000000000600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3361.0	78.935	41.0	0.013884771016114687	NZ_LXWL01000009.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig009, whole genome shotgun sequence	True	False
FIJ0157_000000002078	9489	0.5413175193222826	10	5	3	5	1	False	101324	fragment	False	FIJ0035_000000001207	0.9581620718562762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	89.413	18.0	0.004658089003096313	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0078_000000002286	9474	0.5413175193222826	11	5	3	5	1	False	101324	fragment	False	FIJ0035_000000001207	0.9543509583232181		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1097.0	89.79	18.0	0.004921411773251855	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0149_000000002060	9430	0.5413175193222826	10	5	3	5	1	False	101324	fragment	False	FIJ0035_000000001207	0.9441554211462811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	89.31700000000001	18.0	0.004658089003096313	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0035_000000001207	9308	0.5413175193222826	10	5	3	5	1	False	101324	fragment	False	FIJ0035_000000001207	0.9638108304417272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1040.0	89.32700000000001	18.0	0.004662629050857615	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0024_000000002146	9285	0.5413175193222826	10	5	3	5	1	False	101324	fragment	False	FIJ0035_000000001207	0.9628695070318571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	89.34700000000001	18.0	0.00467170914638022	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
USA0011_01_000000012860	2880	0.5413157606587249	2	2	1	1	2	False	71797	maximal	True	USA0011_01_000000012860	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1484.0	99.663	52.0	0.32190145430866074	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	False
AST0084_000000005268	5549	0.5413139297992842	4	3	3	3	3	True	111559	fragment	False	AST0084_000000005268	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	77.016	31.0	0.00027942112088821076	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
DEN0024_000000007193	1378	0.5413125870918524	1	1	1	1	1	False	74309	maximal	True	DEN0024_000000007193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0074_000000010591	1907	0.5413112577306479	2	2	2	1	1	False	10374	maximal	True	MON0074_000000010591	1.0		0	0	False	False	0.9952805638313293	0					non-mobilizable	no_good_hit	70.0	87.14299999999999	4.0	3.840393256269442e-05	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
AST0118_000000019275	1613	0.5413109631648577	2	2	2	2	2	False	105823	fragment	False	AST0118_000000019275	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1613.0	99.62799999999999	100.0	0.0005943961569264851	CP055229.1	firmicutes	Enterococcus hirae strain 13344 chromosome, complete genome	False	False
ISR0103_000000021752	1390	0.5413061490301199	3	2	1	2	1	False	85611	fragment	False	ENG0098_000000015056	0.8728456603720595		0	0	False	False	0.9985611438751221	0					non-mobilizable	other	1390.0	99.42399999999999	100.0	0.006620117722755761	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	False	False
ENG0070_000000005583	4176	0.5413057123116015	4	4	4	4	4	False	62447	maximal	True	ENG0070_000000005583	1.0		107	8	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	75.0	10.0	7.751997799293958e-05	NZ_KZ987724.1	firmicutes	Paenibacillus aceti strain L14 Scaffold1, whole genome shotgun sequence	True	False
ENG0046_000000011656	1621	0.5413001438728526	3	2	1	2	1	False	89919	maximal	True	ENG0046_000000011656	1.0		322	11	False	False	0.9932140707969666	0					non-mobilizable	other	815.0	99.755	98.0	0.09076717216770741	NZ_JAAITU010000072.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_72_length_8968_cov_113.507, whole genome shotgun sequence	False	False
ISR0040_000000004090	6465	0.5412973591563044	6	5	4	3	5	False	36507	maximal	True	ISR0040_000000004090	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1208.0	99.50299999999999	94.0	0.0006142334219315427	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	False
USA0145_01_000000007297	3330	0.5412936282986105	7	6	2	2	6	False	73659	fragment	False	USA0145_01_000000007297	0.9873493975903614		0	0	False	False	1.0	0					non-mobilizable	chromosome	3252.0	100.0	100.0	0.0006130903752920242	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
SPA0050_000000008548	3042	0.5412936282986105	6	6	2	2	6	False	73657	fragment	False	SPA0050_000000008548	0.9768476197245345		0	0	False	False	1.0	0					non-mobilizable	plasmid	3037.0	99.934	99.0	0.07859380258355121	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0780_000000003763	2995	0.5412936282986105	6	6	2	2	6	False	73657	fragment	False	SPA0050_000000008548	0.9330752120148443		0	0	False	False	1.0	0					non-mobilizable	plasmid	3000.0	92.9	100.0	0.08192013129102844	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
DEN0032_000000000026	2983	0.5412936282986105	6	6	2	2	6	False	73657	fragment	False	SPA0050_000000008548	0.9667227905959125		0	0	False	False	1.0	0					non-mobilizable	plasmid	2983.0	99.79899999999999	100.0	0.07719588909886355	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MAD0101_000000001414	12443	0.5412933316534422	12	12	8	7	11	False	15135	maximal	True	MAD0101_000000001414	1.0		6	1	False	False	0.9992766976356506	0					non-mobilizable	plasmid	12017.0	99.53399999999999	100.0	0.19843117826769052	AP009243.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-3 DNA, complete sequence	False	True
ENG0078_000000019298	1336	0.5412904068227707	2	2	2	2	2	False	120740	maximal	False	AST0024_000000027103	0.8957866445293766		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	99.925	100.0	0.11984917856180986	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
DEN0064_000000032473	1336	0.5412904068227707	2	2	2	2	2	False	120740	maximal	False	AST0024_000000027103	0.8957866445293766		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	99.925	100.0	0.11984917856180986	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
AST0024_000000027103	1336	0.5412904068227707	2	2	2	2	2	False	120740	maximal	True	AST0024_000000027103	0.8960671611679148		1039	15	False	False	1.0	0					non-mobilizable	other	1336.0	100.0	100.0	0.11984917856180986	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
ISR0026_000000017298	1336	0.5412904068227707	2	2	2	2	2	False	120740	maximal	False	AST0024_000000027103	0.8955004141974571		0	0	False	False	0.9970059990882874	0					non-mobilizable	other	1336.0	99.925	100.0	0.11984917856180986	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
ISR0083_000000021223	1330	0.5412904068227707	2	2	2	2	2	False	120740	maximal	False	AST0024_000000027103	0.8878230036465368		0	0	False	False	0.9992481470108032	0					non-mobilizable	other	1330.0	99.925	100.0	0.11931053056827363	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
ISR0824_000000008105	2562	0.5412862017133232	4	3	2	3	3	False	66453	maximal	False	ISR0182_000000014295	0.9781783681214421		0	0	False	False	0.9992193579673767	0					non-mobilizable	no_good_hit	1164.0	79.038	80.0	0.0003973604114701917	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0074_000000009489	3411	0.5412821302525399	6	3	2	2	3	False	44655	maximal	True	FIJ0074_000000009489	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	74.933	11.0	0.00010531747653617954	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0217_000000004096	6620	0.5412802441296355	8	2	1	1	2	False	96588	backbone	True	ISR0217_000000004096	1.0	PS516	1	1	True	True	1.0	99					non-mobilizable	no_good_hit	2566.0	99.805	76.0	0.23250543872371285	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	True
AUS0018_000000017935	1576	0.5412790064533983	2	1	1	1	1	False	99914	maximal	True	AUS0018_000000017935	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000014135	2896	0.5412780975731434	6	4	2	3	1	True	72067	maximal	True	SPA0126_000000014135	1.0		14	3	False	False	1.0	0					non-mobilizable	chromosome	848.0	97.64200000000001	93.0	0.00023864593367897078	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0336_000000001050	8299	0.5412774452115298	10	7	6	7	6	False	85330	maximal	True	ISR0336_000000001050	1.0		2	2	False	False	0.9997590184211731	0					non-mobilizable	no_good_hit	1060.0	77.17	15.0	0.0004546933621233965	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
ISR0064_000000003722	4653	0.5412734262866453	4	4	4	4	4	False	119487	maximal	True	ISR0064_000000003722	1.0		207	7	False	False	1.0	0					non-mobilizable	other	4653.0	99.678	100.0	0.013224286977261163	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0267_000000015806	1199	0.5412731720486962	1	1	1	1	0	False	26520	maximal	True	ISR0267_000000015806	1.0		1	1	False	False	0.999165952205658	0					non-mobilizable	no_good_hit	402.0	85.323	33.0	0.00012013125920742875	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0049_000000012873	1692	0.5412714736900285	3	1	1	1	1	False	11357	maximal	True	MON0049_000000012873	1.0		1263	13	False	False	1.0	0					non-mobilizable	other	1692.0	99.823	100.0	0.04040138573647115	LR131279.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 20L12-Mucin	False	False
CAN0010_000000000968	16501	0.5412653637110755	13	10	4	7	8	False	94659	maximal	True	CAN0010_000000000968	1.0		138	10	False	False	1.0	0					non-mobilizable	other	16501.0	100.0	100.0	0.004329577971107283	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
MAD0059_000000001660	9785	0.5412646286348718	7	7	4	5	6	False	103509	maximal	True	MAD0059_000000001660	1.0		5	1	False	False	0.9982626438140869	0		MOBF			mobilizable	plasmid	9774.0	97.064	99.0	0.11467884522817193	LC549806.1	enterobacteria	Escherichia coli VNCEc57 plasmid pVNCEc57 DNA, complete sequence	False	True
CHI0036_000000006580	1551	0.5412629793134827	2	2	1	2	1	False	88178	fragment	False	CHI0036_000000006580	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1552.0	99.742	100.0	0.00038760601024380166	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	False	False
ISR0337_000000002285	3870	0.5412483169798978	5	4	4	4	3	False	90759	maximal	True	ISR0337_000000002285	1.0		125	6	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	94.079	57.0	0.004950680017934539	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0046_000000013651	1172	0.5412439601622391	2	2	2	2	1	False	115503	fragment	False	AST0046_000000013651	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	85.945	100.0	0.02695218755768876	NZ_JAAIQH010000023.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_23_length_43336_cov_314.734, whole genome shotgun sequence	False	False
ENG0011_000000013534	2046	0.541237582845218	4	3	3	3	3	False	67176	maximal	True	ENG0011_000000013534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	99.096	16.0	0.0040962304779348065	NZ_SMCZ01000015.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_115, whole genome shotgun sequence	True	False
SPA0025_000000008164	2606	0.5412354567199911	4	3	1	2	2	True	7570	maximal	True	SPA0025_000000008164	1.0		3	2	False	False	0.9953952431678772	0					non-mobilizable	no_good_hit	235.0	99.149	9.0	0.001259107002572022	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	True
SPA0146_000000014565	1578	0.5412348460640886	3	3	3	3	2	False	104631	fragment	False	DEN0070_000000020404	0.2054821928771509		0	0	False	False	0.9930291771888733	0					non-mobilizable	chromosome	1568.0	99.171	99.0	0.0003179433975480189	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
SPA0014_000000015020	1589	0.5412348389947885	4	3	3	3	2	False	7936	maximal	True	SPA0014_000000015020	1.0		1	1	False	False	0.9754562377929688	0					non-mobilizable	no_good_hit	113.0	77.876	7.0	3.1930368145318654e-05	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
MON0074_000000018981	1173	0.5412348149025238	2	2	2	2	1	True	10360	maximal	True	MON0074_000000018981	1.0		363	12	False	False	0.9309462904930115	0					non-mobilizable	other	1152.0	80.295	98.0	0.003112499285187172	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	False	True
ISR0032_000000002988	9589	0.5412335107739901	14	8	2	4	7	False	92087	maximal	True	ISR0032_000000002988	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	4465.0	91.512	76.0	0.009351878381339222	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
DEN0070_000000012199	2754	0.5412284687608662	4	1	1	1	1	False	76000	fragment	False	DEN0070_000000012199	0.9626132930513596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	2.0	1.7876518338198856e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
USA0009_01_000000022575	1156	0.5412284687608662	1	1	1	1	1	False	21783	fragment	False	ISR0805_000000010468	0.9887543252595156		0	0	False	False	0.9446367025375366	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	4.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0009_000000014590	2254	0.5412230581614382	4	3	1	2	3	True	119998	fragment	False	MON0078_000000014760	0.3076355340848094		0	0	False	True	1.0	0					non-mobilizable	other	2255.0	95.344	100.0	0.0007009044872197704	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0299_000000007996	1556	0.5412194560493344	2	2	2	2	1	False	37949	fragment	False	ISR0299_000000007996	1.0		0	0	False	False	0.990359902381897	0					non-mobilizable	other	1577.0	80.533	99.0	0.019641600482557555	NZ_NHOC01000006.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c6, whole genome shotgun sequence	False	False
ISR0011_000000003143	7663	0.5412175744552036	7	2	2	1	2	False	129815	maximal	True	ISR0011_000000003143	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	72.586	6.0	0.00012298605346139856	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ISR0341_000000002636	5106	0.5412175744552036	6	2	2	1	2	False	129791	maximal	True	ISR0341_000000002636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0111_000000004453	4487	0.5412175744552036	6	2	2	1	2	False	129839	fragment	False	AST0111_000000004453	0.9903846153846154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	495.0	81.212	12.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0013_000000006318	3745	0.5412175744552036	3	2	2	1	2	False	129812	fragment	False	ISR0013_000000006318	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0018_000000008430	3412	0.5412175744552036	4	2	2	1	2	False	129837	fragment	False	SPA0018_000000008430	0.998869730287084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	80.76899999999999	14.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
AST0028_000000005075	3401	0.5412175744552036	4	2	2	1	2	False	129837	fragment	False	SPA0018_000000008430	0.9971358644323087		0	0	False	False	0.999117910861969	0					non-mobilizable	no_good_hit	493.0	80.73	14.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
SPA0064_000000006396	3359	0.5412175744552036	4	2	2	1	2	False	129837	fragment	False	SPA0018_000000008430	0.9917472043952165		0	0	False	False	0.9994046092033386	0					non-mobilizable	no_good_hit	494.0	80.76899999999999	15.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ENG0183_000000008381	3288	0.5412175744552036	3	2	2	1	2	False	129817	fragment	False	ENG0183_000000008381	1.0		0	0	False	False	0.9996958374977112	0					non-mobilizable	no_good_hit								True	False
ISR0260_000000003924	3056	0.5412175744552036	4	2	2	1	2	False	129837	fragment	False	SPA0018_000000008430	0.4771509377791009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	80.972	16.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
DEN0007_000000009525	2841	0.5412175744552036	3	2	2	1	2	False	129829	maximal	True	DEN0007_000000009525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	97.406	19.0	0.014245602444462796	MK231434.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_6-proph-CL08_c1 sequence	True	False
ISR0057_000000007663	2780	0.5412175744552036	2	2	2	1	2	False	129811	fragment	False	ISR0057_000000007663	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0041_000000012419	2733	0.5412175744552036	3	2	2	1	2	False	129827	fragment	False	DEN0041_000000012419	0.9889469453376205		0	0	False	False	0.9996340870857239	0					non-mobilizable	no_good_hit	299.0	85.95299999999999	11.0	0.017836697800542332	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0058_000000009199	2702	0.5412175744552036	3	2	2	1	2	False	129810	fragment	False	ISR0058_000000009199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000010277	2698	0.5412175744552036	2	2	2	1	2	False	129821	maximal	True	ENG0166_000000010277	1.0		0	0	False	False	0.9996293783187866	0					non-mobilizable	no_good_hit	101.0	89.109	4.0	0.0009334075030877875	NZ_VULP01000008.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq8, whole genome shotgun sequence	True	False
ENG0002_000000008628	2528	0.5412175744552036	3	2	2	1	2	False	129788	fragment	False	ENG0002_000000008628	0.9470970414456857		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0207_000000011606	2490	0.5412175744552036	2	2	2	1	2	False	129788	fragment	False	ENG0002_000000008628	0.9450106964826441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0288_000000012116	2488	0.5412175744552036	3	2	2	1	2	False	129827	fragment	False	DEN0041_000000012419	0.9451152579582875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	85.531	12.0	0.018559807170834587	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0346_000000008810	2473	0.5412175744552036	4	2	2	1	2	False	129788	fragment	False	ENG0002_000000008628	0.945636455703914		0	0	False	False	0.9967650771141052	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000011795	2467	0.5412175744552036	2	2	2	1	2	False	129788	fragment	False	ENG0002_000000008628	0.9468793772356932		0	0	False	False	0.9866234064102173	0					non-mobilizable	no_good_hit								True	False
ISR0048_000000008221	2342	0.5412175744552036	2	2	2	1	2	False	129788	fragment	False	ENG0002_000000008628	0.9375662472284539		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0169_000000013122	2337	0.5412175744552036	2	2	2	1	2	False	129788	fragment	False	ENG0002_000000008628	0.936938217260222		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0133_000000009018	2293	0.5412175744552036	2	2	2	1	2	False	129788	fragment	False	ENG0002_000000008628	0.9217747586024578		0	0	False	False	0.9952027797698975	0					non-mobilizable	no_good_hit								True	False
SPA0033_000000013689	2267	0.5412175744552036	2	2	2	1	2	False	129788	fragment	False	ENG0002_000000008628	0.4666203902489612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	95.31200000000001	3.0	0.0009973404255319148	NZ_VULP01000017.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq17, whole genome shotgun sequence	True	False
ISR0150_000000010429	2226	0.5412175744552036	2	2	2	1	2	False	129785	fragment	False	ISR0150_000000010429	0.961502566495567		0	0	False	False	0.9928122162818909	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00032257516850308146	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0290_000000006332	2202	0.5412175744552036	2	2	2	1	2	False	129787	fragment	False	ISR0290_000000006332	1.0		0	0	False	False	0.9909173250198364	0					non-mobilizable	no_good_hit								True	False
SPA0019_000000013323	2195	0.5412175744552036	3	2	2	1	2	False	129786	fragment	False	SPA0019_000000013323	1.0		0	0	False	False	0.9977220892906189	0					non-mobilizable	no_good_hit	233.0	90.12899999999999	11.0	0.013919855378125942	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0103_000000013299	2165	0.5412175744552036	3	2	2	1	2	False	64739	maximal	True	ISR0103_000000013299	1.0		0	0	False	False	0.9944573044776917	0					non-mobilizable	no_good_hit	319.0	83.699	15.0	0.0024100220539753996	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0227_000000012388	2143	0.5412175744552036	2	2	2	1	2	False	129785	fragment	False	ISR0150_000000010429	0.9442946990116801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0222_000000024710	1973	0.5412175744552036	2	2	2	1	2	False	129784	fragment	False	ISR0222_000000024710	0.954977826363792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000013089	1959	0.5412175744552036	3	2	2	1	2	False	129784	fragment	False	ISR0222_000000024710	0.9366787311989024		0	0	False	False	0.9826442003250122	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000025210	1853	0.5412154753814559	3	2	2	2	1	False	30049	maximal	True	ISR0170_000000025210	1.0		20	4	False	False	0.9740960597991943	0					non-mobilizable	no_good_hit	554.0	79.422	30.0	0.004576276848047567	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	True	False
ISR0029_000000008780	5210	0.5412077252071846	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7972325136686836		0	0	False	False	0.999424159526825	0					non-mobilizable	other	4118.0	98.057	99.0	0.00860452035287943	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0021_000000005845	5174	0.5412077252071846	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7949994871032122		0	0	False	False	1.0	0					non-mobilizable	other	4409.0	98.50299999999999	99.0	0.009217187294165863	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0092_000000007370	5159	0.5412077252071846	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7605675960205505		0	0	False	False	0.9988369941711426	0					non-mobilizable	other	3716.0	98.116	100.0	0.007763932945380638	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0012_000000004630	5147	0.5412077252071846	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7460836490724032		0	0	False	False	0.9992228746414185	0					non-mobilizable	other	4762.0	98.257	99.0	0.00995531504254167	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0065_000000005384	5122	0.5412077252071846	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.797838787007463		0	0	False	False	0.9982428550720215	0					non-mobilizable	other	3403.0	98.09	99.0	0.007113627761967393	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0228_000000004490	5117	0.5412077252071846	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.8015703627140025		0	0	False	False	0.9933554530143738	0					non-mobilizable	other	4409.0	98.412	99.0	0.009217187294165863	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0082_000000007205	5097	0.5412077252071846	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7997592309200147		0	0	False	False	1.0	0					non-mobilizable	other	4421.0	98.16799999999999	99.0	0.009240188442132249	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0053_000000003902	5036	0.5412077252071846	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7886169020730351		0	0	False	False	0.9992057085037231	0					non-mobilizable	other	4453.0	98.24799999999999	100.0	0.009309191886031402	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0038_000000005901	5030	0.5412077252071846	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7291637164416686		0	0	False	False	1.0	0					non-mobilizable	other	4362.0	97.77600000000001	100.0	0.009116818648494366	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0299_000000001425	4941	0.5412077252071846	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7420871276741016		0	0	False	False	1.0	0					non-mobilizable	other	3818.0	98.376	100.0	0.007981398344335549	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0036_000000004505	4857	0.5412077252071846	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7301280125565546		0	0	False	False	1.0	0					non-mobilizable	other	3083.0	98.021	100.0	0.006440321430587763	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0032_000000005222	4776	0.5412077252071846	3	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7256519469029155		0	0	False	False	1.0	0					non-mobilizable	other	4778.0	98.221	100.0	0.009986680244314011	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0053_000000006868	4721	0.5412077252071846	4	3	3	3	1	True	130997	fragment	False	USA0037_01_000000005669	0.7132909091269586		0	0	False	False	0.9997881650924683	0					non-mobilizable	other	4724.0	98.32799999999999	100.0	0.009875856531385067	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0110_000000004304	5335	0.5412075103342676	6	5	5	4	4	False	61123	maximal	True	ISR0110_000000004304	1.0		327	13	False	False	1.0	0					non-mobilizable	other	4522.0	84.14399999999999	93.0	0.0012777116669467545	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0060_000000011000	2576	0.5412053936115818	3	3	3	3	3	False	35416	maximal	True	ISR0060_000000011000	1.0		46	6	False	False	0.9840838313102722	0					non-mobilizable	no_good_hit	421.0	75.297	16.0	0.005820495367219081	NZ_JAAIPW010000016.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_16_length_71987_cov_279.652, whole genome shotgun sequence	True	False
ISR0015_000000015519	1675	0.5412018057694226	3	3	3	3	1	False	90133	fragment	False	ISR0015_000000015519	0.9792881547538734		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	99.58200000000001	100.0	0.02896795182390808	NZ_NQCD01000009.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_29_length_57788_cov_72.3398_ID_57.ctg_1, whole genome shotgun sequence	False	False
ISR0185_000000020834	1586	0.5412018057694226	3	3	3	3	1	False	90133	fragment	False	ISR0015_000000015519	0.9477241907546127		0	0	False	False	1.0	0					non-mobilizable	chromosome	1586.0	99.874	100.0	0.00033648639841305796	CP045190.1	enterobacteria	Escherichia coli strain NT1F31 chromosome, complete genome	False	False
CHI0021_000000005931	1495	0.5412018057694226	3	3	3	3	1	False	90133	fragment	False	ISR0015_000000015519	0.5720752264286462		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	99.79799999999999	99.0	0.02562815809510625	NZ_NQCD01000009.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_29_length_57788_cov_72.3398_ID_57.ctg_1, whole genome shotgun sequence	False	False
SPA0104_000000007502	4588	0.541201389371323	6	4	3	3	2	False	7019	maximal	True	SPA0104_000000007502	0.9770361990950226		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1797.0	93.99	44.0	0.000578883702070863	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0070_000000003250	5776	0.5412006946978811	5	5	5	5	5	False	65749	fragment	False	FIJ0070_000000003250	0.993113293583439		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	5.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
AST0116_000000002900	7896	0.5411987920922294	6	6	3	6	2	True	111383	fragment	False	AST0116_000000002900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3385.0	78.168	44.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0086_000000024286	1252	0.5411874538322741	2	2	1	2	2	False	9725	fragment	False	MON0086_000000024286	1.0		0	0	False	False	0.9944089651107788	0					non-mobilizable	plasmid	710.0	95.775	90.0	0.1348165050389808	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
FIJ0124_000000006963	3723	0.5411863125790536	4	2	2	2	1	False	125516	fragment	False	FIJ0124_000000006963	0.9679511612478674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2248.0	82.295	60.0	0.0009802614965910047	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0119_000000009495	3487	0.5411856428046922	4	4	4	3	2	False	124366	fragment	False	SPA0119_000000009495	0.7128264004192076		0	0	False	False	0.9994264245033264	0					non-mobilizable	other	3304.0	98.03299999999999	95.0	0.019024963424608615	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0108_000000001921	8007	0.5411853061357105	10	7	7	7	6	False	14623	maximal	True	MAD0108_000000001921	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	92.63600000000001	6.0	0.013052845013306297	CP047611.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 plasmid pNMBU_W06E18_Str1_2, complete sequence	True	False
FIJ0095_000000004645	5575	0.5411840115573343	6	5	4	4	4	False	88206	maximal	True	FIJ0095_000000004645	1.0		1	1	False	False	0.9994618892669678	0					non-mobilizable	no_good_hit	2069.0	79.314	43.0	0.0009425470690563803	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0203_000000011358	1553	0.5411824351108363	3	3	3	2	1	False	68044	fragment	False	ENG0001_000000016928	0.626993892605183		0	0	False	False	1.0	0					non-mobilizable	other	1031.0	98.545	95.0	0.009221458243804612	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0324_000000010384	2996	0.5411802967452107	3	2	1	2	1	False	54520	maximal	True	ISR0324_000000010384	1.0		5	3	False	False	0.9916555285453796	0					non-mobilizable	no_good_hit								True	False
CHI0039_000000006361	2033	0.5411768353178756	2	2	2	2	1	False	87793	fragment	False	CHI0039_000000006361	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2033.0	100.0	100.0	0.06831859597216151	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0141_000000009113	2552	0.5411755315623106	3	2	2	2	2	False	3466	fragment	False	SPA0141_000000009113	1.0		0	0	False	False	0.9992163181304932	0					non-mobilizable	no_good_hit	2053.0	95.86	85.0	0.0009367057173741564	CP033165.1	firmicutes	Streptococcus dysgalactiae subsp. dysgalactiae strain DB60705-15 chromosome	True	False
FIJ0075_000000016791	1175	0.5411688342916388	2	2	2	2	1	False	44559	fragment	False	MAD0005_000000025653	0.9044765884234041		0	0	False	False	0.999148964881897	0					non-mobilizable	chromosome	1175.0	92.51100000000001	100.0	0.00048348212557521605	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AST0012_000000008037	2639	0.5411684311861881	3	3	3	3	3	False	125441	maximal	True	AST0012_000000008037	1.0		66	7	False	False	0.9893898963928223	0					non-mobilizable	other	2639.0	99.92399999999999	100.0	0.0132845862541294	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
USA0003_01_000000018125	2143	0.5411671691935428	4	4	3	4	3	False	2237	maximal	True	USA0003_01_000000018125	1.0		1	1	False	False	0.9995333552360535	0					non-mobilizable	no_good_hit	197.0	88.325	9.0	0.0022933364535189845	NZ_PUEC01000015.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq15, whole genome shotgun sequence	True	False
MON0035_000000009395	2900	0.5411662535596661	2	2	2	2	1	False	31428	fragment	False	MON0035_000000009395	0.9796763266842303		0	0	False	False	0.9996551871299744	0					non-mobilizable	other	2630.0	98.40299999999999	91.0	0.008913647136206902	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	False	False
ISR0135_000000007107	2657	0.5411662535596661	2	2	2	2	1	False	31428	fragment	False	MON0035_000000009395	0.9394827586206896		0	0	False	False	1.0	0					non-mobilizable	other	2657.0	97.29	100.0	0.0009530145184011459	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
USA0042_01_000000007617	3029	0.5411642681238047	3	1	1	1	1	True	123432	fragment	False	USA0037_01_000000011529	0.9912192548015767		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0037_01_000000011529	3026	0.5411642681238047	3	1	1	1	1	True	123432	fragment	False	USA0037_01_000000011529	0.9943411922635068		0	0	False	False	0.9996695518493652	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000018120	3015	0.5411642681238047	3	1	1	1	1	True	123432	fragment	False	USA0037_01_000000011529	0.9874152951701003		0	0	False	False	0.9990049600601196	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2167760110688193e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
USA0081_01_000000010747	2898	0.5411642681238047	3	1	1	1	1	True	123432	fragment	False	USA0037_01_000000011529	0.9715993166077747		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0060_000000012693	2303	0.5411642681238047	2	1	1	1	1	True	123427	fragment	False	AST0016_000000010500	0.7994646887610395		0	0	False	False	0.9926183223724365	0					non-mobilizable	no_good_hit								True	True
ENG0011_000000012280	2234	0.5411642681238047	2	1	1	1	1	True	123427	fragment	False	AST0016_000000010500	0.41121995026250346		0	0	False	False	0.9991047382354736	0					non-mobilizable	no_good_hit								True	True
USA0011_01_000000019550	1859	0.5411642681238047	1	1	1	1	1	True	57683	fragment	False	FIJ0094_000000011091	0.9711460156846149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0084_000000004043	5216	0.5411613039234417	4	3	3	2	3	False	106344	maximal	True	ISR0084_000000004043	0.9953693959166491		12	4	False	False	0.9967408180236816	0					non-mobilizable	no_good_hit	1130.0	75.31	21.0	0.04105960264900662	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0126_000000010245	4751	0.5411613039234417	4	3	3	2	3	False	106344	maximal	False	ISR0084_000000004043	0.9506326687116564		0	0	False	False	0.9962113499641418	0					non-mobilizable	no_good_hit	1129.0	75.376	23.0	0.041022810890360556	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0206_000000008434	3072	0.5411562894594096	4	4	4	4	4	False	40833	maximal	True	ISR0206_000000008434	0.9931972789115646		254	12	False	False	1.0	0					non-mobilizable	chromosome	2380.0	84.874	98.0	0.000762605144264845	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0104_000000018272	1499	0.5411521586978792	2	2	1	2	1	False	42481	maximal	True	FIJ0104_000000018272	0.9826241134751773		3	3	False	False	0.9626417756080627	0					non-mobilizable	no_good_hit	188.0	81.915	12.0	6.586815108454036e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0848_000000000243	27291	0.5411476403813644	23	13	6	11	4	True	83835	maximal	True	ISR0848_000000000243	1.0		1	1	False	False	0.9999633431434631	0					non-mobilizable	no_good_hit	1012.0	73.715	4.0	0.001831278457808527	NZ_FRDH01000004.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	True
CHI0107_000000002851	4329	0.5411462418740813	5	5	3	4	2	False	130509	fragment	False	ISR0203_000000002513	0.2267586107779558		0	0	False	False	0.9993069767951965	0					non-mobilizable	other	2537.0	84.706	98.0	0.01430857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0770_000000002288	4041	0.5411462418740813	5	5	3	4	2	False	130509	fragment	False	ISR0203_000000002513	0.26689073981923167		0	0	False	False	1.0	0					non-mobilizable	other	2043.0	96.476	100.0	0.011605714285714285	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0089_000000005447	4022	0.5411462418740813	7	5	3	4	2	False	130509	fragment	False	ISR0203_000000002513	0.2668413164503767		0	0	False	False	0.9960218667984009	0					non-mobilizable	other	1977.0	96.81299999999999	99.0	0.011251428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0111_000000007727	3975	0.5411462418740813	5	5	3	4	2	False	130509	fragment	False	ISR0203_000000002513	0.24793226744051877		0	0	False	False	0.9964779615402222	0					non-mobilizable	other	1908.0	96.384	100.0	0.010857142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0792_000000003091	3965	0.5411462418740813	6	5	3	4	2	False	130509	fragment	False	ISR0203_000000002513	0.26632136718220556		0	0	False	False	0.9972257018089294	0					non-mobilizable	other	1885.0	96.499	100.0	0.010725714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0400_000000004503	3882	0.5411462418740813	7	5	3	4	2	False	130509	fragment	False	ISR0203_000000002513	0.2300168209932966		0	0	False	False	0.9994847774505615	0					non-mobilizable	other	1885.0	96.81700000000001	100.0	0.010725714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0096_000000029671	1431	0.5411462045434663	2	2	2	2	2	False	5158	fragment	False	SPA0096_000000029671	1.0		0	0	False	False	0.9993011951446533	0					non-mobilizable	other	1431.0	100.0	100.0	0.05700617899142914	NZ_CYXX01000040.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0014_000000004282	4295	0.5411444670543161	5	4	3	4	4	False	124533	maximal	True	AST0014_000000004282	1.0		220	12	False	False	0.9962747097015381	0					non-mobilizable	no_good_hit	1360.0	85.956	86.0	0.00047920047623634956	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0104_000000008717	3482	0.5411423019353035	4	3	3	2	3	False	60256	fragment	False	ENG0104_000000008717	0.9724452826590869		0	0	False	False	0.9997128248214722	0					non-mobilizable	other	3482.0	97.961	100.0	0.0011627821525465965	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
MAD0039_000000001760	6035	0.5411406147149057	8	1	1	1	1	False	18509	fragment	False	MAD0039_000000001760	1.0		0	0	False	False	0.9998342990875244	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	1.6194981094383944e-05	CP013328.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain ChDC F319 genome	True	False
ISR0164_000000004436	5176	0.5411395626410161	6	5	5	4	3	False	30392	maximal	True	ISR0164_000000004436	1.0		3	2	False	False	1.0	0					non-mobilizable	other	2814.0	98.579	100.0	0.001242460433840859	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
SPA0099_000000002686	1772	0.541139120518042	2	2	2	2	2	False	25325	maximal	True	SPA0099_000000002686	0.9820410490307867		5	3	False	False	1.0	0					non-mobilizable	plasmid	1772.0	100.0	100.0	0.00816870615259014	CP054304.1	enterobacteria	Klebsiella pneumoniae strain MS14393 plasmid pMS14393A, complete sequence	False	True
ISR0310_000000009834	1754	0.541139120518042	2	2	2	2	2	False	25325	maximal	False	SPA0099_000000002686	0.9771444695259593		0	0	False	False	0.9994298815727234	0					non-mobilizable	plasmid	1754.0	100.0	100.0	0.008085681471197355	CP054304.1	enterobacteria	Klebsiella pneumoniae strain MS14393 plasmid pMS14393A, complete sequence	False	True
MON0070_000000015804	2106	0.541137467785666	2	2	2	2	2	False	35788	maximal	True	MON0070_000000015804	1.0		711	15	False	False	0.994301974773407	0					non-mobilizable	other	2091.0	98.18299999999999	99.0	0.00526952750743785	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ENG0092_000000013348	1716	0.5411345005121786	2	2	2	2	2	False	61100	fragment	False	ENG0092_000000013348	1.0		0	0	False	False	1.0	0					non-mobilizable	other	996.0	85.44200000000001	99.0	0.0003089206195336139	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0007_000000018181	1366	0.5411328645548742	2	2	2	1	1	False	67505	fragment	False	ENG0007_000000018181	0.986223662884927		0	0	False	False	0.966325044631958	0					non-mobilizable	no_good_hit	117.0	82.051	9.0	3.018472007835537e-05	CP002158.1	bacteria	Fibrobacter succinogenes subsp. succinogenes S85, complete genome	True	False
ENG0161_000000009316	2327	0.5411314525137532	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8487725875690426	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2307.0	99.913	99.0	0.9987007362494587	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0071_000000034126	1113	0.5411302718027444	2	2	2	1	1	False	44791	fragment	False	FIJ0071_000000034126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0111_000000014217	1212	0.541127842878671	3	1	1	1	1	False	14492	maximal	True	MAD0111_000000014217	1.0		16	4	False	False	0.9917491674423218	0					non-mobilizable	no_good_hit	584.0	93.836	62.0	0.00018376020018829906	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0104_000000012368	2938	0.5411261307274073	6	2	1	1	2	False	88165	fragment	False	SPA0104_000000012368	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2938.0	99.523	100.0	0.0005098880433771151	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
FIJ0005_000000004121	6351	0.5411251866344876	8	4	3	4	2	False	51922	maximal	True	FIJ0005_000000004121	1.0		1	1	False	False	0.9976381659507751	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	1.0	1.3470806458188212e-05	CP048407.1	firmicutes	Thermaerobacter sp. PB12/4term chromosome, complete genome	True	False
ISR0139_000000007149	3361	0.5411196977407935	4	3	3	3	3	False	31317	maximal	True	ISR0139_000000007149	1.0		198	13	False	False	0.9997024536132812	0					non-mobilizable	no_good_hit								True	False
ENG0023_000000012094	1443	0.5411195033177011	3	3	3	2	3	False	66259	maximal	True	ENG0023_000000012094	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	88.76799999999999	60.0	0.009682006595866993	NZ_CYYA01000018.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0013_000000006273	3552	0.5411179253171537	5	3	2	3	1	True	19602	maximal	True	MAD0013_000000006273	1.0		1	1	False	False	0.997184693813324	0					non-mobilizable	no_good_hit								True	True
ISR0819_000000013059	2016	0.5411149340597807	4	4	2	4	2	False	27421	maximal	True	ISR0819_000000013059	1.0		9	4	False	False	0.9836309552192688	0					non-mobilizable	no_good_hit	85.0	80.0	4.0	1.605728931288731e-05	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	False
SPA0056_000000020965	1704	0.5411110914233936	3	3	3	3	2	False	85109	fragment	False	MON0105_000000029705	0.976528384279476		0	0	False	False	1.0	0					non-mobilizable	chromosome	1704.0	99.941	100.0	0.00047409263319066013	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CAN0017_000000012042	3019	0.5411094349325557	4	4	2	3	1	False	92522	maximal	True	CAN0017_000000012042	1.0		2	1	False	False	0.9960251450538635	0					non-mobilizable	no_good_hit	675.0	85.48100000000001	24.0	0.00018763399681944997	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0013_000000009964	2747	0.5411068481831076	4	3	2	2	2	True	51893	maximal	True	FIJ0013_000000009964	1.0		19	6	False	False	0.9989079236984253	0					non-mobilizable	no_good_hit	1571.0	76.384	56.0	0.0005170086070488873	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0102_000000010240	1625	0.5411029774363816	2	1	1	1	1	False	103339	fragment	False	ISR0102_000000010240	0.9855611814058286		0	0	False	False	0.984000027179718	0					non-mobilizable	other	1586.0	99.62200000000001	98.0	0.000658346167968406	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
DEN0017_000000019136	1512	0.5411029774363816	2	1	1	1	1	False	103339	fragment	False	ISR0102_000000010240	0.9474572603304939		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	99.537	100.0	0.0006276095014512691	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0354_000000012673	1482	0.5411029774363816	1	1	1	1	1	False	103339	fragment	False	ISR0102_000000010240	0.6502383953232748		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	99.663	100.0	0.0006151486907010784	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0011_000000019864	1452	0.5411029774363816	1	1	1	1	1	False	103339	fragment	False	ISR0102_000000010240	0.6467315408330601		0	0	False	False	0.9958677887916565	0					non-mobilizable	other	1453.0	99.656	100.0	0.0006031032403092275	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0036_000000010718	1322	0.5411029774363816	1	1	1	1	1	False	103339	fragment	False	ISR0102_000000010240	0.32235038918309983		0	0	False	False	0.9992435574531555	0					non-mobilizable	other	1322.0	99.773	100.0	0.0005486910333667283	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ENG0041_000000021339	1109	0.5411029774363816	1	1	1	1	1	False	78604	fragment	False	CHI0161_000000010361	0.958593054318789		0	0	False	False	1.0	0					non-mobilizable	other	1038.0	99.711	94.0	0.0004307286915982568	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
MAD0028_000000004638	2682	0.5410956623448347	4	3	3	3	3	False	90952	maximal	True	MAD0028_000000004638	1.0		1	1	False	False	0.9932885766029358	0					non-mobilizable	no_good_hit	925.0	92.432	34.0	0.14942528735632185	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0385_000000004598	4292	0.5410939103335742	11	2	1	2	0	True	23052	maximal	True	ISR0385_000000004598	1.0		0	0	False	False	0.9923112988471985	0					non-mobilizable	no_good_hit								True	True
SPA0016_000000004269	7212	0.5410909776125818	5	3	3	3	2	False	7890	fragment	False	SPA0016_000000004269	1.0		0	0	False	False	0.999445378780365	0					non-mobilizable	other	7162.0	98.087	99.0	0.01954006328300411	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0092_000000015009	2253	0.5410860836233746	3	2	2	2	0	True	43312	fragment	False	FIJ0092_000000015009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1605.0	77.009	70.0	0.002067667454287308	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0091_000000023402	1233	0.5410849329137044	2	2	2	2	2	False	33609	fragment	False	ISR0091_000000023402	0.9260599163374642		0	0	False	False	0.9837793707847595	0					non-mobilizable	other	1235.0	97.652	100.0	0.0047714395262642186	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0286_000000004222	3471	0.5410847219107854	5	4	2	2	3	False	26046	maximal	True	ISR0286_000000004222	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	99.669	44.0	0.011266975078346515	NZ_QSFT01000007.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf7, whole genome shotgun sequence	True	False
ISR0091_000000004354	7187	0.5410840410175817	6	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.6410928360509546		0	0	False	False	1.0	0					non-mobilizable	other	7026.0	98.634	98.0	0.1161498387496899	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0023_000000002101	3661	0.5410799394688625	5	3	3	3	2	False	19249	maximal	True	MAD0023_000000002101	1.0		4	1	False	False	0.9898934960365295	0					non-mobilizable	no_good_hit								True	False
AST0092_000000002393	7365	0.5410768504417629	13	4	2	4	0	False	109728	maximal	True	AST0092_000000002393	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0024_000000002796	7146	0.5410768504417629	14	4	2	4	0	False	49260	maximal	True	FIJ0024_000000002796	1.0		2	1	False	False	0.9998600482940674	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.0001043442199136e-05	NZ_CP053187.1	firmicutes	Turicibacter sanguinis strain MOL361 chromosome, complete genome	True	False
SPA0109_000000010441	2867	0.5410715510131637	4	4	3	2	2	False	66197	maximal	True	SPA0109_000000010441	0.9742193173565723		53	10	False	False	1.0	0					non-mobilizable	no_good_hit	1408.0	81.605	49.0	0.0004209110285012165	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0044_000000018630	1198	0.5410706339760278	1	1	1	1	1	False	47089	fragment	False	FIJ0044_000000018630	1.0		0	0	False	False	0.9966611266136169	0					non-mobilizable	other	1198.0	99.666	100.0	0.020237712817218118	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
DEN0010_000000023730	1918	0.5410694323123544	3	3	3	3	2	False	91447	fragment	False	DEN0010_000000023730	0.7918687417984515		0	0	False	False	0.9984358549118042	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	1.364351673728161e-05	NZ_CP009211.1	high GC Gram+	Corynebacterium imitans strain DSM 44264 chromosome, complete genome	True	False
DEN0079_000000012032	3929	0.5410660318803409	5	5	5	4	4	False	103710	fragment	False	ISR0103_000000006253	0.953211166283392		0	0	False	False	0.9997454881668091	0					non-mobilizable	other	3929.0	99.338	100.0	0.14080367064558913	LR131275.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 9D11-Mucin	False	False
SPA0126_000000010480	3686	0.5410587112487798	5	2	2	2	1	False	116307	fragment	False	SPA0126_000000010480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0058_000000009597	3294	0.5410587112487798	4	2	2	2	1	False	116304	fragment	False	SPA0112_000000010497	0.9710996408550182		0	0	False	False	0.9996964335441589	0					non-mobilizable	no_good_hit								True	False
MON0033_000000020543	3185	0.5410587112487798	4	2	2	2	1	False	116304	fragment	False	SPA0112_000000010497	0.9540067978922155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	92.5	3.0	0.21525885558583105	NZ_UIDD01000016.1	g-proteobacteria	Pseudomonas wadenswilerensis strain CCOS 864, whole genome shotgun sequence	True	False
MAD0001_000000008910	2874	0.5410587112487798	4	2	2	2	1	False	116304	fragment	False	SPA0112_000000010497	0.5373487441260528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0064_000000009543	2715	0.5410587112487798	4	2	2	2	1	False	116304	fragment	False	SPA0112_000000010497	0.42793366864854016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0301_000000002864	5333	0.5410566914002691	3	3	1	3	1	False	25573	maximal	True	ISR0301_000000002864	1.0		1	1	False	False	0.9928745627403259	0					non-mobilizable	no_good_hit	128.0	95.31200000000001	2.0	3.583954125387195e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0021_000000008490	3795	0.5410541678751418	3	2	2	2	2	True	32930	fragment	False	SPA0021_000000008490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	79.023	35.0	0.0021882237699542596	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0008_000000013794	1553	0.5410514389852187	3	1	1	1	1	False	2744	maximal	True	TAN0008_000000013794	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	82.87100000000001	65.0	0.015590614635960698	NZ_VZBY01000067.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_18_length_64526_cov_24.3876_ID_35, whole genome shotgun sequence	True	False
ENG0135_000000013362	1683	0.5410505897093375	3	3	3	3	3	False	66671	fragment	False	ENG0135_000000013362	0.9907120743034056		0	0	False	False	0.9809863567352295	0					non-mobilizable	other	1686.0	90.51	100.0	0.02113467830568855	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
ISR0096_000000011909	1972	0.5410444626050136	3	3	3	3	3	False	33349	maximal	True	ISR0096_000000011909	1.0		106	10	False	False	0.9984787106513977	0					non-mobilizable	no_good_hit	924.0	76.623	46.0	0.012565271903115141	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0021_000000013507	3695	0.5410439902655464	4	4	4	3	3	False	49661	fragment	False	FIJ0021_000000013507	0.9828936181518678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	81.203	3.0	4.3424785932507195e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0258_000000014764	1804	0.541043598746589	3	2	2	2	1	True	81454	maximal	True	ISR0258_000000014764	1.0		1	1	False	False	0.9944567680358887	0					non-mobilizable	no_good_hit	249.0	99.197	14.0	0.0010873949874598803	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	True
USA0125_01_000000008620	2814	0.5410432815025075	3	2	2	2	2	False	76140	fragment	False	USA0125_01_000000008620	0.9777200148533235		0	0	False	False	0.9989339113235474	0					non-mobilizable	other	1681.0	81.44	95.0	0.0009862859567416988	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
CAN0022_000000011608	2640	0.5410399192161671	3	3	3	3	2	False	91314	maximal	True	CAN0022_000000011608	1.0		5	4	False	False	0.9996212124824524	0					non-mobilizable	no_good_hit	1317.0	71.071	49.0	0.001002091692164247	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
FIJ0171_000000006430	3213	0.5410386385959473	3	2	2	2	2	False	38814	maximal	True	FIJ0171_000000006430	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1336.0	94.461	91.0	0.0006958055870767534	CP016877.1	firmicutes	Streptococcus thermophilus strain KLDS 3.1003, complete genome	False	False
ENG0035_000000012715	1748	0.5410371099500121	2	2	2	1	1	False	76833	fragment	False	ENG0035_000000012715	0.9662010778003596		0	0	False	False	1.0	0					non-mobilizable	chromosome	1748.0	99.82799999999999	100.0	0.00035464642644497104	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ENG0111_000000018416	1126	0.5410363693296922	2	2	2	2	1	False	119632	fragment	False	ENG0065_000000020600	0.712001610698934		0	0	False	False	0.9991118907928467	0					non-mobilizable	other	1126.0	98.934	100.0	0.0036214972074232643	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0052_000000019927	2191	0.5410272249431805	2	2	2	2	2	False	72291	maximal	True	DEN0052_000000019927	1.0		23	9	False	False	0.9990871548652649	0					non-mobilizable	no_good_hit	79.0	83.544	4.0	1.9485648819644333e-05	CP033431.1	b-proteobacteria	Burkholderia gladioli strain Co14 chromosome 2, complete sequence	True	False
ISR0062_000000007239	4379	0.5410247399313667	4	4	4	4	4	False	131813	maximal	True	ISR0062_000000007239	1.0		11	4	False	False	0.9995432496070862	0					non-mobilizable	no_good_hit	1894.0	86.64200000000001	83.0	0.0006010039848618911	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0067_000000026870	1169	0.5410238923794863	2	2	2	1	1	False	67719	maximal	True	ISR0067_000000026870	0.9847958297132928		85	10	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	77.907	7.0	4.3218507690352105e-05	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
ISR0371_000000002310	5832	0.5410233851981848	6	6	6	6	6	False	121659	fragment	False	SPA0158_000000001980	0.6652393760748122		0	0	False	False	0.9998285174369812	0					non-mobilizable	other	5832.0	98.834	100.0	0.09640287769784173	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0061_000000022609	1275	0.5410206851471779	1	1	1	1	1	False	87015	fragment	False	FIJ0061_000000022609	0.6702451521224859		0	0	False	False	0.9945098161697388	0					non-mobilizable	plasmid	1197.0	90.56	94.0	0.004891861944433045	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
USA0020_01_000000019846	1746	0.5410174184410159	3	2	2	1	2	False	1783	maximal	True	USA0020_01_000000019846	1.0		0	0	False	False	0.9473081231117249	0					non-mobilizable	no_good_hit	74.0	83.78399999999999	4.0	6.386454240605616e-05	NZ_KB235898.1	cyanobacteria	Kamptonema formosum PCC 6407 Oscil6407scaffold_1, whole genome shotgun sequence	True	False
ENG0199_000000011466	2205	0.5410170858260609	2	2	2	2	1	True	54334	maximal	True	ENG0199_000000011466	1.0		6	5	False	False	0.999546468257904	0					non-mobilizable	no_good_hit	129.0	82.946	6.0	0.06307222787385554	XM_027980834.1	aphids	PREDICTED: Aphis gossypii ATP-binding cassette sub-family B member 10, mitochondrial-like (LOC114119321), mRNA	True	True
FIJ0009_000000004320	7695	0.5410148958911257	14	8	5	6	5	False	60979	fragment	False	FIJ0009_000000004320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3583.0	98.01799999999999	83.0	0.0010223501380829136	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0167_000000001506	15090	0.5410114996190334	16	9	7	9	4	True	107519	maximal	True	ENG0167_000000001506	1.0		31	6	False	False	1.0	0					non-mobilizable	no_good_hit	4912.0	98.005	54.0	0.042443584895842365	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MON0052_000000011247	2322	0.5410111861832668	3	2	1	2	1	False	41945	fragment	False	USA0053_01_000000008897	0.9197998276572836		0	0	False	False	0.9646856188774109	0					non-mobilizable	plasmid	2322.0	98.794	100.0	0.01848503914432029	CP027367.1	enterobacteria	Escherichia coli strain 89-3156 plasmid unnamed, complete sequence	False	True
SPA0124_000000013329	2196	0.5410069388563898	3	3	3	3	1	False	41990	fragment	False	SPA0124_000000013329	1.0		0	0	False	False	0.9931694269180298	0					non-mobilizable	chromosome	2196.0	99.954	100.0	0.00041369424056574526	CP033756.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_566 chromosome 1, complete sequence	False	False
ISR0796_000000004223	4945	0.5410062588209851	6	6	6	5	5	False	83247	maximal	True	ISR0796_000000004223	1.0		33	8	False	False	0.9967644214630127	0					non-mobilizable	other	4945.0	99.98	100.0	0.04888757045387126	NZ_QSFT01000011.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf11, whole genome shotgun sequence	False	False
AST0019_000000002358	9391	0.5410044026682861	9	4	2	1	4	True	132596	backbone	False	ISR0120_000000000296	0.005385126567991684	PS1169|PS902	0	0	False	True	1.0	0		MOBB	MPF_T		conjugative	plasmid	9391.0	99.96799999999999	100.0	0.2842353795859063	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
USA0040_01_000000002556	7590	0.5410044026682861	6	4	2	1	4	True	26905	fragment	False	USA0040_01_000000002556	1.0		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	7591.0	96.641	100.0	0.2450284090909091	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
CAN0018_000000009047	3787	0.540997677359844	5	3	3	3	2	False	92289	maximal	False	MON0062_000000009998	0.6445510258459899		0	0	False	False	0.99947190284729	0					non-mobilizable	no_good_hit	1752.0	96.689	73.0	0.0021566659350361417	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
DEN0005_000000000134	49181	0.5409975240212502	54	11	7	10	5	False	76571	fragment	False	DEN0005_000000000134	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	91.338	3.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	False
ISR0807_000000004470	3003	0.5409974102689019	4	4	3	2	4	False	74513	maximal	True	ISR0807_000000004470	1.0		55	10	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	82.383	38.0	0.0003816977606728113	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0052_01_000000011821	1286	0.5409954834251998	2	2	2	1	1	False	100114	fragment	False	ISR0824_000000018339	0.9768970370324445		0	0	False	False	0.9828926920890808	0					non-mobilizable	other	1286.0	99.22200000000001	100.0	0.04723743704738448	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
DEN0049_000000004603	1108	0.5409954834251998	2	2	2	1	1	False	72616	fragment	False	ENG0162_000000021919	0.9640610961365679		0	0	False	False	0.9891696572303772	0					non-mobilizable	other	1108.0	99.09700000000001	100.0	0.04069404109840826	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
SPA0121_000000003251	4137	0.5409953852090876	4	4	4	4	3	False	84797	maximal	True	SPA0121_000000003251	1.0		34	7	False	False	1.0	0					non-mobilizable	other	4060.0	100.0	98.0	0.13276854638231061	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
MAD0032_000000004436	3516	0.5409838147618388	5	4	2	3	4	False	18923	maximal	True	MAD0032_000000004436	1.0		75	10	False	False	0.994027316570282	0					non-mobilizable	no_good_hit	890.0	71.57300000000001	24.0	0.0002523176333727401	NZ_CP017755.1	b-proteobacteria	Cupriavidus malaysiensis strain USMAA1020 isolate pure chromosome 2, complete sequence	True	False
MON0064_000000025730	1158	0.5409820609094302	2	1	1	1	1	False	10692	fragment	False	MON0064_000000025730	1.0		0	0	False	False	0.9706390500068665	0					non-mobilizable	no_good_hit	723.0	81.46600000000001	62.0	0.020315009439012707	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	True	False
ENG0100_000000015110	2019	0.5409818176262599	3	2	1	2	1	False	66912	fragment	False	ENG0095_000000013576	0.9814634146341463		0	0	False	False	0.9995046854019165	0					non-mobilizable	other	2019.0	98.316	100.0	0.0007115347253980169	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ENG0053_000000018908	1319	0.5409812079255798	2	2	2	2	1	False	63832	fragment	False	FIJ0112_000000018408	0.7177885003316669		0	0	False	False	0.999241828918457	0					non-mobilizable	chromosome	1319.0	100.0	100.0	0.0002560973714072531	CP057313.1	enterobacteria	Klebsiella pneumoniae strain RHB30-C05 chromosome, complete genome	False	False
ISR0221_000000002290	9052	0.5409810549045321	11	8	7	8	8	False	89464	maximal	True	ISR0221_000000002290	1.0		30	5	False	False	1.0	0					non-mobilizable	no_good_hit	3810.0	99.97399999999999	42.0	0.193714082286528	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
FIJ0052_000000007658	3588	0.5409782225295707	4	1	1	1	1	False	46493	fragment	False	FIJ0052_000000007658	1.0		0	0	False	False	0.9986064434051514	0					non-mobilizable	no_good_hit								True	False
ISR0103_000000025728	1188	0.5409774736820749	2	2	2	2	2	False	60036	fragment	False	ISR0103_000000025728	0.9257418864700754		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	99.83200000000001	100.0	0.0005203803204174967	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
DEN0052_000000040707	1170	0.5409774736820749	2	2	2	2	2	False	72175	fragment	False	DEN0052_000000040707	1.0		0	0	False	False	0.9871794581413269	0					non-mobilizable	chromosome	1170.0	99.48700000000001	100.0	0.00040746870263917023	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0069_000000011625	1983	0.5409756438423069	2	1	1	1	1	False	5948	maximal	True	SPA0069_000000011625	1.0		2	1	False	False	0.9959657192230225	0					non-mobilizable	no_good_hit								True	False
ENG0118_000000006218	2211	0.5409736508412897	3	3	1	3	1	False	59306	maximal	True	ENG0118_000000006218	1.0		47	11	False	False	0.9846223592758179	0					non-mobilizable	chromosome	2192.0	97.765	99.0	0.00089786581680177	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
ISR0335_000000017813	1129	0.5409733864500376	2	2	2	1	1	False	44559	fragment	False	MAD0005_000000025653	0.8953124181704605		0	0	False	False	1.0	0					non-mobilizable	chromosome	1129.0	93.00299999999999	100.0	0.000489084696201659	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
USA0024_01_000000007042	3421	0.5409730206165514	3	3	3	2	2	True	120779	fragment	False	USA0024_01_000000007042	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2823.0	82.82	96.0	0.0009093698242621689	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
ISR0183_000000008729	3935	0.5409703757023016	4	2	2	2	2	False	29489	maximal	True	ISR0183_000000008729	1.0		1	1	False	False	0.9951715469360352	0					non-mobilizable	no_good_hit	1346.0	81.947	34.0	0.011945819409946212	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0028_000000001235	10422	0.5409670286162734	11	6	3	6	3	False	96281	maximal	False	ISR0377_000000000816	0.9463661453541858		0	0	False	False	0.9997121691703796	0					non-mobilizable	no_good_hit	1675.0	86.985	16.0	0.007586419809136392	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
AST0108_000000010540	2573	0.5409667094007293	2	2	1	2	1	False	107229	fragment	False	ISR0332_000000005385	0.921608569299594		0	0	False	False	0.993781566619873	0					non-mobilizable	no_good_hit	1136.0	97.007	44.0	0.0003892247500302635	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0332_000000005385	2534	0.5409667094007293	2	2	1	2	1	False	107229	fragment	False	ISR0332_000000005385	0.9259371699281064		0	0	False	False	0.9996053576469421	0					non-mobilizable	no_good_hit	878.0	83.14399999999999	35.0	0.002360172559024498	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0087_000000013978	2385	0.5409667094007293	2	2	1	2	1	False	107229	fragment	False	ISR0332_000000005385	0.6134214276460681		0	0	False	False	0.99245285987854	0					non-mobilizable	no_good_hit	1020.0	82.84299999999999	43.0	0.002742321365616834	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0322_000000005525	2004	0.5409667094007293	2	2	1	2	1	False	57560	fragment	False	ISR0322_000000005525	0.9961935834692768		0	0	False	False	0.9910179376602173	0					non-mobilizable	no_good_hit	880.0	83.182	44.0	0.0023655549365821362	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0378_000000016140	1839	0.5409667094007293	3	2	1	2	1	False	57560	fragment	False	ISR0322_000000005525	0.9553393213572855		0	0	False	False	0.980424165725708	0					non-mobilizable	no_good_hit	736.0	83.696	40.0	0.001978023752432162	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0213_000000014237	1854	0.5409662079368937	2	1	1	1	1	False	28270	fragment	False	ISR0213_000000014237	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0001402706704418526	AC135635.5	rodents	Mus musculus BAC clone RP23-245M20 from 3, complete sequence	True	False
FIJ0097_000000019579	1620	0.5409653606380194	2	2	2	2	2	False	42906	fragment	False	ISR0288_000000017877	0.9484099855877287		0	0	False	False	0.9888888597488403	0					non-mobilizable	other	1620.0	98.82700000000001	100.0	0.017208392678727067	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0067_000000005131	5941	0.5409649276931309	6	5	4	4	4	False	46556	fragment	False	FIJ0067_000000005131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0052_000000019728	1558	0.5409638366359085	3	3	2	3	2	False	46455	maximal	True	FIJ0052_000000019728	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	79.25	25.0	0.0002308175593280618	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
SPA0115_000000026625	1104	0.5409638213332649	2	2	2	1	1	False	4370	maximal	True	SPA0115_000000026625	1.0		50	6	False	False	0.9746376872062683	0					non-mobilizable	other	1072.0	97.38799999999999	97.0	0.0020985598118937986	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
USA0003_01_000000025877	1459	0.5409636908302584	2	2	2	1	1	False	37101	fragment	False	USA0009_01_000000013908	0.5641255770039816		0	0	False	False	0.9794379472732544	0					non-mobilizable	chromosome	1459.0	99.863	100.0	0.0002591775149107064	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0008_000000005253	5205	0.5409584686387857	6	4	3	4	3	False	111913	backbone	False	SPA0114_000000008141	0.8592359334609704	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	662.0	74.471	13.0	0.00021779200329226684	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
SPA0105_000000020207	1179	0.5409557158679933	1	1	1	1	1	False	93032	fragment	False	ISR0834_000000011067	0.223452135089911		0	0	False	False	1.0	0					non-mobilizable	other	1063.0	98.40100000000001	90.0	0.10041721979897592	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0053_000000008203	2180	0.540955352735274	3	3	3	2	1	False	35750	fragment	False	ISR0053_000000008203	0.9467253176930597		0	0	False	False	0.9931192398071289	0					non-mobilizable	chromosome	1803.0	93.06700000000001	90.0	0.0006348171257357827	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0091_000000008993	1375	0.5409549530556029	2	2	2	2	2	False	84042	fragment	False	CHI0086_000000004993	0.9713435089706277		0	0	False	False	0.9985454678535461	0					non-mobilizable	chromosome	1375.0	99.63600000000001	100.0	0.0002543814143828807	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
SPA0095_000000012563	1551	0.5409539116894664	3	1	1	1	1	False	5201	fragment	False	SPA0095_000000012563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000012473	3624	0.5409536856525076	5	4	4	2	3	False	101221	fragment	False	ISR0256_000000004788	0.9033616037006262		0	0	False	False	0.985927164554596	0					non-mobilizable	no_good_hit	1690.0	99.46700000000001	47.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0288_000000023731	1230	0.5409512297668267	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.4329338354084997		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	92.095	99.0	0.914050822122571	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0119_000000027128	1156	0.5409501077026124	2	2	2	2	1	False	32321	fragment	False	ISR0119_000000027128	1.0		0	0	False	False	0.9948096871376038	0					non-mobilizable	other	1151.0	96.177	99.0	0.017591898548285936	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	False	False
ISR0344_000000019462	1762	0.5409477074286922	3	1	1	1	1	False	24257	maximal	True	ISR0344_000000019462	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	82.588	59.0	0.00023582148742990077	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
MAD0048_000000006053	3750	0.5409476462826699	3	3	3	3	2	False	17560	maximal	True	MAD0048_000000006053	1.0		10	1	False	False	0.9938666820526123	0					non-mobilizable	no_good_hit								True	False
AUS0010_000000004037	5367	0.5409466497845692	6	6	6	6	6	False	101611	fragment	False	AUS0010_000000004037	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2108.0	79.317	91.0	0.017563369042970407	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0210_000000022410	1211	0.5409298195853103	3	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.12341918512784496		0	0	False	False	0.9942196607589722	0					non-mobilizable	chromosome	1177.0	93.54299999999999	100.0	0.0003944883381909478	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0005_000000007360	3512	0.5409284780640459	5	5	5	4	4	False	42279	maximal	True	MAD0005_000000007360	1.0		210	12	False	False	0.998576283454895	0					non-mobilizable	chromosome	3513.0	95.303	100.0	0.0011930339863475592	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0105_000000022762	2391	0.5409260857301029	3	3	2	3	2	False	102925	fragment	False	MON0105_000000022762	0.9925117672229353		0	0	False	False	0.9995817542076111	0					non-mobilizable	chromosome	2391.0	98.536	100.0	0.0006686349742831626	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0077_000000013204	2242	0.540925871020274	3	2	2	2	2	False	44512	maximal	True	FIJ0077_000000013204	1.0		291	12	False	False	1.0	0					non-mobilizable	other	2242.0	97.368	100.0	0.06747967479674796	NZ_CABIWU010000023.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0114_000000033165	1243	0.5409201593980701	2	2	2	1	1	False	41798	maximal	True	FIJ0114_000000033165	1.0		117	13	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	70.669	40.0	0.5896510228640193	HQ398574.1	b-proteobacteria	Burkholderia bryophila strain LMG 23644 recombinase A-like (recA) gene, partial sequence	True	False
ISR0785_000000011406	2977	0.5409185641486027	3	3	3	3	2	True	22199	maximal	True	ISR0785_000000011406	1.0		4	2	False	False	0.9993281960487366	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00017882789491625826	NZ_FQYI01000005.1	CFB group bacteria	Cruoricaptor ignavus strain DSM 25479, whole genome shotgun sequence	True	True
AST0094_000000001896	9139	0.5409142026829213	15	6	2	6	1	False	109416	fragment	False	AST0094_000000001896	1.0		0	0	False	False	0.9991246461868286	0					non-mobilizable	no_good_hit								True	False
ISR0800_000000006689	1770	0.5409078749220262	3	2	2	2	2	False	119091	backbone	False	ISR0851_000000006747	0.2350028300146771	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1447.0	99.309	82.0	0.006688189748475962	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
DEN0083_000000016946	1757	0.5409078749220262	3	2	2	2	2	False	119091	backbone	False	ISR0851_000000006747	0.23424504355144318	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1443.0	98.891	82.0	0.00666968853202098	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0148_000000010976	1729	0.5409078749220262	2	2	2	2	2	False	119091	backbone	False	ISR0851_000000006747	0.23485379524172342	PS816	0	0	False	True	0.9994216561317444	0					non-mobilizable	no_good_hit	1449.0	82.195	84.0	0.0198946108443515	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0085_000000018231	1713	0.5409078749220262	2	2	2	2	2	False	119091	backbone	False	ISR0851_000000006747	0.22714143026240097	PS816	0	0	False	True	0.9982486963272095	0					non-mobilizable	no_good_hit	1433.0	98.395	84.0	0.006623435490883525	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0039_000000013500	1697	0.5409078749220262	3	2	2	2	2	False	119091	backbone	False	ISR0851_000000006747	0.22791302078641212	PS816	0	0	False	True	0.9994107484817505	0					non-mobilizable	no_good_hit	1437.0	82.324	85.0	0.01972951033941912	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0114_000000030575	1539	0.540907037766617	2	1	1	1	1	True	63946	fragment	False	SPA0114_000000030575	0.9676214345274915		0	0	False	False	0.9961013793945312	0					non-mobilizable	other	1464.0	96.65299999999999	95.0	0.015889577219867404	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0052_000000022713	1453	0.540907037766617	1	1	1	1	1	True	63946	fragment	False	SPA0114_000000030575	0.9494762560418035		0	0	False	False	0.9545767307281494	0					non-mobilizable	other	1384.0	96.821	95.0	0.015030974894033258	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0049_000000002394	6593	0.5408987042970924	6	4	1	3	3	True	46685	fragment	False	FIJ0049_000000002394	0.992920491675743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1653.0	92.075	37.0	0.00044041593830869077	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0152_000000003346	6427	0.5408987042970924	6	4	1	3	3	True	46685	fragment	False	FIJ0049_000000002394	0.9803579554072501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1394.0	92.82600000000001	35.0	0.00037159261178922243	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0268_000000015152	1332	0.5408978086980321	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.029806611187863808	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1325.0	90.71700000000001	99.0	0.00046190973740307923	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0092_000000026448	1217	0.5408978086980321	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03157978844089607	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1228.0	94.544	100.0	0.00043226847083175865	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0295_000000017064	2084	0.5408952584974226	3	3	2	2	1	False	115794	maximal	True	ISR0295_000000017064	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	98.48899999999999	64.0	0.01645256364020743	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0095_000000033943	1135	0.5408839367153291	2	2	2	2	2	False	15550	fragment	False	MAD0095_000000033943	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1132.0	80.3	99.0	0.0003632527462326629	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0023_000000001126	8528	0.5408788713911896	9	8	4	6	8	False	97876	fragment	False	MAD0067_000000000840	0.6256818834338215		0	0	False	False	1.0	0					non-mobilizable	chromosome	8471.0	99.976	100.0	0.0016440370562458657	CP048934.1	enterobacteria	Escherichia coli strain 190693 chromosome, complete genome	False	False
FIJ0105_000000003513	7605	0.5408788713911896	10	8	4	6	8	False	97871	fragment	False	FIJ0105_000000003513	0.9774030159230754		0	0	False	False	0.999737024307251	0					non-mobilizable	chromosome	7605.0	100.0	100.0	0.0014759454280629943	CP048934.1	enterobacteria	Escherichia coli strain 190693 chromosome, complete genome	False	False
FIJ0060_000000010009	1448	0.5408769694935425	2	2	1	2	1	False	45873	maximal	True	FIJ0060_000000010009	1.0		65	10	False	False	0.9965469837188721	0					non-mobilizable	no_good_hit	434.0	70.737	29.0	0.0034830611507245426	NZ_JAAIPW010000009.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_9_length_121732_cov_277.833, whole genome shotgun sequence	True	False
MAD0022_000000003043	3418	0.5408764369142686	4	3	3	3	2	False	102779	maximal	True	MAD0022_000000003043	1.0		1	1	False	False	0.9897601008415222	0					non-mobilizable	other	3416.0	95.785	99.0	0.009927268161791113	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
DEN0026_000000003825	7343	0.5408749575877541	8	7	6	6	7	False	104202	maximal	True	DEN0026_000000003825	1.0		178	11	False	False	0.9990466833114624	0					non-mobilizable	other	7347.0	99.061	100.0	0.0017726345766311497	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0181_000000009954	1917	0.5408716030704107	2	2	2	2	2	False	29582	fragment	False	ISR0181_000000009954	1.0		0	0	False	False	0.9880020618438721	0					non-mobilizable	other	1915.0	95.875	99.0	0.0009204024957622534	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
TAN0002_000000018911	2072	0.5408706337683127	2	2	2	2	2	False	3039	fragment	False	TAN0002_000000018911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	74.346	36.0	0.011601462859952671	NZ_JXQL01000017.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig17, whole genome shotgun sequence	True	False
CHI0060_000000012270	1271	0.5408681259239635	2	2	2	1	2	False	85703	fragment	False	CHI0060_000000012270	1.0		0	0	False	False	0.9992132186889648	0					non-mobilizable	other	1174.0	82.964	92.0	0.8550512445095169	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	False	False
ISR0183_000000018490	1699	0.5408675596824127	3	3	2	2	3	False	89063	fragment	False	ISR0183_000000018490	0.9772995283018868		0	0	False	False	0.9976456761360168	0					non-mobilizable	other	1699.0	99.823	100.0	0.00033921126389158026	CP015912.1	enterobacteria	Escherichia coli strain 210205630, complete genome	False	False
CHI0179_000000000478	23173	0.5408672609522875	18	17	15	13	13	True	110989	maximal	True	CHI0179_000000000478	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4698.0	78.544	28.0	0.0008622549166490016	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ENG0177_000000023240	1109	0.5408654742181099	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.7790173563096007		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	90.0	29.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
CHI0165_000000012045	1402	0.540863254063852	3	3	3	3	2	False	78287	fragment	False	CHI0165_000000012045	1.0		0	0	False	False	0.9514978528022766	0					non-mobilizable	chromosome	1381.0	96.959	98.0	0.0002563605508365949	CP028391.2	enterobacteria	Klebsiella pneumoniae strain WCHKP13F2 chromosome, complete genome	False	False
AUS0022_000000008332	4266	0.5408629679104983	6	5	5	5	4	False	113597	fragment	False	USA0019_01_000000006368	0.9344357562008326		0	0	False	False	1.0	0					non-mobilizable	chromosome	3568.0	95.796	100.0	0.0009974947879218047	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0822_000000005808	1448	0.5408599232369281	2	2	2	1	1	False	121857	maximal	True	ISR0822_000000005808	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1112.0	93.165	100.0	0.00037328290704245835	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0046_000000010392	2438	0.5408582824852212	4	2	2	2	2	False	88962	maximal	True	MAD0046_000000010392	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000026257	1425	0.5408525652189686	3	3	3	2	2	False	21404	maximal	True	ISR0816_000000026257	1.0		27	5	False	False	0.9978947639465332	0					non-mobilizable	no_good_hit	686.0	97.81299999999999	88.0	0.0003024477515989993	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
AST0089_000000019115	1259	0.5408478951435176	1	1	1	1	1	False	110003	fragment	False	AST0089_000000019115	0.9816372805037306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1041.0	70.98899999999999	81.0	0.004002163755526984	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ENG0115_000000018132	1199	0.5408478951435176	1	1	1	1	1	False	110003	fragment	False	AST0089_000000019115	0.9500102641119148		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	70.822	90.0	0.0042491141145849665	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ISR0776_000000006048	4218	0.5408437137963349	5	4	4	4	4	False	77125	fragment	False	ISR0776_000000006048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	70.736	14.0	0.00022582495217767285	NC_015437.1	firmicutes	Selenomonas sputigena ATCC 35185, complete sequence	True	False
ISR0842_000000010296	2143	0.5408415278716274	2	2	2	2	1	False	111301	fragment	False	ISR0183_000000015089	0.9770832129043514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	97.531	9.0	2.7884941155802925e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0127_000000006797	4317	0.5408405800699617	5	4	3	3	3	False	117898	fragment	False	SPA0127_000000006797	0.9789564587685229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3477.0	93.09700000000001	80.0	0.0010937356683591727	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0127_000000007162	3543	0.5408395849753984	4	4	3	4	2	True	127722	fragment	False	SPA0051_000000006089	0.4018928419292366		0	0	False	True	0.9974597692489624	0					non-mobilizable	other	3547.0	93.036	100.0	0.011695307674777307	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
MAD0111_000000007853	2175	0.5408370537923972	3	2	1	2	1	False	14516	maximal	True	MAD0111_000000007853	1.0		1	1	False	False	0.9995402097702026	0					non-mobilizable	no_good_hit	177.0	91.525	8.0	0.0012256011364665084	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	False
MON0094_000000023790	1598	0.540835420880995	2	1	1	1	0	True	51662	fragment	False	MON0094_000000023790	1.0		0	0	False	False	0.9937421679496765	0					non-mobilizable	other	1609.0	92.48	99.0	0.05474452554744526	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0157_000000013784	1385	0.540835420880995	2	1	1	1	0	True	51660	fragment	False	FIJ0157_000000013784	0.9571106094808126		0	0	False	False	1.0	0					non-mobilizable	other	1394.0	91.96600000000001	99.0	0.04741114673579371	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
FIJ0006_000000029868	1329	0.540835420880995	2	1	1	1	0	True	51660	fragment	False	FIJ0157_000000013784	0.9386281588447654		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	94.15299999999999	99.0	0.04546694863223958	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
MON0103_000000054613	1104	0.540835420880995	2	1	1	1	0	True	8833	fragment	False	MON0103_000000054613	1.0		0	0	False	False	0.95652174949646	0					non-mobilizable	no_good_hit	410.0	93.902	69.0	0.013916365372808513	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0037_000000013203	2283	0.5408344708437771	4	3	2	2	1	False	50228	fragment	False	FIJ0037_000000013203	0.95927431697526		0	0	False	False	0.9969338774681091	0					non-mobilizable	no_good_hit	1376.0	74.055	60.0	0.0009887492647761877	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
MAD0089_000000010219	2381	0.5408312416194566	3	3	3	3	3	False	74175	fragment	False	FIJ0153_000000010755	0.8471803251017078		0	0	False	False	0.9911801815032959	0					non-mobilizable	other	2381.0	93.742	100.0	0.06886470213628205	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	False
MON0104_000000023069	1969	0.5408312335834069	2	2	2	2	2	False	8804	maximal	True	MON0104_000000023069	1.0		53	10	False	False	0.9471812844276428	0					non-mobilizable	other	1861.0	95.056	95.0	0.05870841487279843	NZ_ALJP01000017.1	g-proteobacteria	Haemophilus sputorum HK 2154 ctg120006325156, whole genome shotgun sequence	False	False
ENG0167_000000016525	1524	0.540831202850954	4	1	1	1	1	True	56051	maximal	True	ENG0167_000000016525	1.0		0	0	False	False	0.943569540977478	0					non-mobilizable	no_good_hit								True	True
ISR0042_000000018673	1697	0.5408276444457765	3	2	2	2	2	False	36356	maximal	True	ISR0042_000000018673	1.0		4	3	False	False	0.9994107484817505	0					non-mobilizable	no_good_hit	360.0	75.0	21.0	0.0001363340653128502	LT599049.1	firmicutes	Lactococcus lactis subsp. lactis strain A12 genome assembly, chromosome: 1	True	False
MON0034_000000007019	3377	0.5408269942317354	5	3	2	3	2	True	59923	fragment	False	MON0034_000000007019	1.0		0	0	False	False	0.9896357655525208	0					non-mobilizable	no_good_hit	381.0	74.803	11.0	9.525358480279722e-05	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	True
MAD0042_000000004136	5078	0.5408213306696741	5	5	3	3	4	False	18841	fragment	False	MAD0042_000000004136	1.0		0	0	False	False	0.992910623550415	0					non-mobilizable	no_good_hit	1686.0	95.96700000000001	43.0	0.02057814198307341	CP002730.1	enterobacteria	Escherichia coli UMNK88 plasmid pUMNK88_K88, complete sequence	True	False
DEN0093_000000012894	2510	0.5408173341315118	2	2	1	2	1	False	68490	maximal	True	DEN0093_000000012894	1.0		4	4	False	False	0.9936255216598511	0					non-mobilizable	no_good_hit	1283.0	96.025	51.0	0.008810905989490192	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
MON0058_000000003772	8616	0.5408156547666356	9	7	7	7	6	False	11027	maximal	True	MON0058_000000003772	1.0		2	1	False	False	0.9948931932449341	0					non-mobilizable	no_good_hit	177.0	78.531	2.0	5.4089205772647304e-05	NZ_RKHK01000001.1	high GC Gram+	Bogoriella caseilytica strain DSM 11294 Ga0197518_11, whole genome shotgun sequence	True	False
ISR0153_000000008380	3211	0.5408153135758782	5	3	3	3	2	False	108962	maximal	True	ISR0153_000000008380	1.0		23	6	False	False	0.9990656971931458	0					non-mobilizable	no_good_hit	1389.0	96.68799999999999	47.0	0.8412121212121212	HG796490.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01438	True	False
CHI0167_000000015534	1438	0.5408115897397501	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.3181219978090205		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	88.537	100.0	0.0004272337263542391	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
AST0104_000000012514	2682	0.5408105151454173	4	3	2	3	3	False	107937	maximal	True	AST0104_000000012514	1.0		16	6	False	False	1.0	0					non-mobilizable	chromosome	1264.0	97.785	94.0	0.00044023350849723867	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0113_01_000000010864	1693	0.5408095645710354	3	3	3	2	2	False	21310	fragment	False	USA0113_01_000000010864	1.0		0	0	False	False	0.9793266654014587	0					non-mobilizable	other	1675.0	99.045	99.0	0.04638789591819769	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0140_000000007576	3950	0.5408066496592746	4	4	4	4	4	False	80274	maximal	True	CHI0140_000000007576	1.0		165	11	False	False	0.9830379486083984	0					non-mobilizable	no_good_hit	143.0	76.923	4.0	0.0022561886300803964	NZ_NCXA01000011.1	firmicutes	Lactobacillus parakefiri strain KR NODE_11_length_62938_cov_35.7079, whole genome shotgun sequence	True	False
ENG0162_000000016050	1523	0.5408020679584559	2	2	2	2	1	False	56346	fragment	False	ENG0162_000000016050	1.0		0	0	False	False	0.9803020358085632	0					non-mobilizable	other	1504.0	97.87200000000001	99.0	0.02247980855518995	NZ_WAJR01000011.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_011, whole genome shotgun sequence	False	False
MON0078_000000012563	3299	0.5408017953365851	3	3	3	3	3	False	91319	fragment	False	MON0048_000000010648	0.9672394301013832		0	0	False	False	0.9990906119346619	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000012262	1849	0.5408004451528272	2	2	2	1	2	False	39100	maximal	True	FIJ0164_000000012262	1.0		275	13	False	False	1.0	0					non-mobilizable	chromosome	1206.0	93.947	100.0	0.00033697635371993627	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0120_000000006139	6853	0.5407989642819029	2	2	2	2	1	False	4191	maximal	True	SPA0120_000000006139	1.0		53	4	False	False	1.0	0					non-mobilizable	no_good_hit	5991.0	78.084	87.0	0.16840697641334965	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
ISR0125_000000009289	1631	0.5407987252279876	2	2	1	2	1	True	32040	maximal	True	ISR0125_000000009289	1.0		0	0	False	False	0.9644389748573303	0					non-mobilizable	no_good_hit	1169.0	95.038	72.0	0.007297993051910725	NZ_CYXX01000005.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
USA0023_01_000000012018	2608	0.5407978510017022	3	2	1	1	2	True	33101	maximal	False	ISR0102_000000006892	0.9789293849658315		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	86.93700000000001	12.0	4.909133062721092e-05	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	True
SPA0095_000000015421	1227	0.5407967277143113	3	3	3	2	1	False	5189	maximal	True	SPA0095_000000015421	1.0		248	11	False	False	0.9918500185012817	0					non-mobilizable	other	1230.0	83.008	99.0	0.0011819737188143622	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
FIJ0020_000000007226	3175	0.5407964924432198	3	3	3	3	3	False	49806	maximal	True	FIJ0020_000000007226	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3184.0	98.964	100.0	0.01763261868215293	AF250878.1	enterobacteria	Salmonella typhi R27 plasmid complete sequence	False	True
MON0031_000000007316	4808	0.5407932910326764	8	4	4	3	2	True	12474	maximal	True	MON0031_000000007316	1.0		2	1	False	False	0.9977121353149414	0					non-mobilizable	no_good_hit	56.0	96.429	2.0	1.569772685498611e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
FIJ0048_000000011269	2809	0.540792729389882	4	4	4	3	3	False	46783	maximal	True	FIJ0048_000000011269	1.0		21	6	False	False	0.9932360053062439	0					non-mobilizable	no_good_hit	2406.0	77.598	85.0	0.0007640072532658428	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0100_000000021379	1467	0.5407851332306668	4	3	2	3	1	False	60548	maximal	True	ENG0100_000000021379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0080_000000005052	5033	0.5407810880578872	5	4	4	4	3	False	48730	maximal	True	FIJ0080_000000005052	1.0		21	2	False	False	0.9992052316665649	0					non-mobilizable	other	2899.0	97.654	100.0	0.0014706997426529897	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	False
ISR0180_000000014852	1613	0.5407795561462083	4	3	3	2	2	False	68044	fragment	False	ENG0001_000000016928	0.9032730291969147		0	0	False	False	0.9981400966644287	0					non-mobilizable	other	1058.0	98.488	100.0	0.009463185790001433	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0018_000000006810	3096	0.5407778938495424	4	3	3	3	2	False	119334	fragment	False	ENG0018_000000006810	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3096.0	98.579	100.0	0.0009933260305356256	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0052_000000017662	2038	0.5407727087582556	2	2	2	1	0	True	55881	maximal	True	ISR0052_000000017662	1.0		0	0	False	False	0.982826292514801	0					non-mobilizable	no_good_hit	1363.0	97.579	73.0	0.44510385756676557	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	True
DEN0041_000000020761	1641	0.5407714275473369	3	3	2	3	2	False	73100	maximal	True	DEN0041_000000020761	1.0		1	1	False	False	0.9737964868545532	0					non-mobilizable	no_good_hit	346.0	72.832	21.0	0.0002152325486995108	NZ_CP009498.1	bacteria	Endomicrobium proavitum strain Rsa215 chromosome, complete genome	True	False
MAD0041_000000001178	14119	0.5407690618387067	27	10	3	8	6	True	65700	maximal	True	MAD0041_000000001178	1.0		1	1	False	False	0.9949004650115967	0					non-mobilizable	no_good_hit	689.0	79.681	5.0	0.29982285208148807	MK233005.1	viruses	Uncultured human fecal virus clone D.longicatenaA_S08.e.P15_2_c1 sequence	True	True
USA0091_01_000000005037	2202	0.5407679316905504	4	3	1	2	2	False	384	fragment	False	USA0091_01_000000005037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00020680753349925477	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	True	False
ISR0293_000000010219	3586	0.5407647746357961	4	3	3	3	1	True	122721	fragment	False	ISR0293_000000010219	0.884972346765834		0	0	False	False	0.9969325065612793	0					non-mobilizable	other	3458.0	99.24799999999999	96.0	0.0633069020455253	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0140_000000011842	2474	0.5407615409799862	2	2	2	2	2	True	93647	fragment	False	ISR0390_000000005204	0.6856887220670391		0	0	False	False	0.9995958209037781	0					non-mobilizable	no_good_hit	71.0	91.54899999999999	3.0	0.08433734939759036	GQ881812.1		Uncultured organism clone VC1CV35TR genomic sequence	True	True
MON0033_000000016945	3975	0.5407586446718754	5	3	1	3	3	False	82429	fragment	False	MON0033_000000016945	1.0		0	0	False	False	0.9987421631813049	0					non-mobilizable	other	1997.0	98.24700000000001	93.0	0.0008762097843865126	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0152_000000018348	1292	0.5407585392807295	1	1	1	1	1	False	30699	fragment	False	ISR0152_000000018348	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1292.0	100.0	100.0	0.00023710208723299843	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
SPA0138_000000018849	1436	0.5407544113478379	2	2	2	2	2	False	41041	fragment	False	SPA0138_000000018849	0.9875536051126159		0	0	False	False	1.0	0					non-mobilizable	chromosome	1436.0	97.772	100.0	0.000500186131982215	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0033_000000022572	1405	0.5407544113478379	2	2	2	2	2	False	41041	fragment	False	SPA0138_000000018849	0.984150558253253		0	0	False	False	0.9964413046836853	0					non-mobilizable	chromosome	1405.0	98.149	100.0	0.0004893807172843414	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0075_000000008167	2319	0.5407408384089984	2	2	2	1	1	False	44933	fragment	False	SPA0075_000000008167	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2312.0	88.625	99.0	0.0009282185706644205	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
USA0052_01_000000008767	1783	0.5407347046656941	2	1	1	1	1	False	105748	fragment	False	USA0052_01_000000008767	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1783.0	99.60700000000001	100.0	0.00040295466907036705	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
DEN0052_000000004619	6958	0.5407334834952449	6	3	1	3	2	True	72359	maximal	True	DEN0052_000000004619	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.0492039165283342e-05	NZ_CP047602.1	firmicutes	Thermoanaerobacterium aotearoense strain SCUT27 chromosome, complete genome	True	True
ISR0812_000000007039	5407	0.5407285920829521	6	5	5	5	5	True	88239	maximal	True	ISR0812_000000007039	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2702.0	97.631	99.0	0.0007500652592876463	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MAD0052_000000002282	6072	0.5407266083052223	5	3	2	3	3	False	17301	maximal	True	MAD0052_000000002282	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	83.238	26.0	0.00587959049497511	NZ_FORI01000004.1	spirochetes	Treponema bryantii strain XBD1002, whole genome shotgun sequence	True	False
ISR0145_000000011532	2646	0.5407254253667694	3	3	3	3	3	False	116053	fragment	False	ISR0145_000000011532	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2678.0	72.928	99.0	0.002027010772180907	NZ_DS560019.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_4, whole genome shotgun sequence	False	False
ISR0016_000000001863	9355	0.5407221119302404	9	9	9	7	7	True	77330	maximal	True	ISR0016_000000001863	1.0		3	3	False	False	0.9987172484397888	0					non-mobilizable	no_good_hit	4457.0	79.987	47.0	0.01741280757820555	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	True
ISR0042_000000014576	2090	0.5407218037700144	2	1	1	0	1	False	71976	maximal	True	ISR0042_000000014576	0.9809474768280124		1263	13	False	False	1.0	0					non-mobilizable	chromosome	2090.0	99.139	100.0	0.0004169376062552217	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0120_000000006110	3537	0.5407203994554279	2	2	1	2	1	True	86429	maximal	True	ENG0120_000000006110	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	89.84	53.0	0.000380790824187208	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
SPA0107_000000010283	3051	0.5407180015046256	3	2	1	2	1	False	4721	maximal	True	SPA0107_000000010283	1.0		1	1	False	False	0.9990167021751404	0					non-mobilizable	no_good_hit	1071.0	96.639	35.0	0.0023540489642184556	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0147_000000009023	2690	0.5407178966099743	6	4	4	4	3	False	105481	maximal	True	ISR0147_000000009023	1.0		101	9	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	47.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0115_000000012816	2590	0.5407178966099743	4	4	4	4	3	False	105482	maximal	False	ISR0391_000000005112	0.9851671047690574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	63.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0351_000000006278	2220	0.5407178966099743	4	4	4	4	3	False	105480	fragment	False	USA0119_01_000000009954	0.7695918590683517		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	54.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0146_000000010784	2160	0.5407178966099743	4	4	4	4	3	False	105480	fragment	False	USA0119_01_000000009954	0.7721489275526319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	57.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0244_000000011363	2158	0.5407178966099743	4	4	4	4	3	False	105480	fragment	False	USA0119_01_000000009954	0.7718787977743202		0	0	False	False	0.9990732073783875	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	57.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0147_000000013199	1421	0.5407174356729042	2	2	2	1	1	False	93032	fragment	False	ISR0834_000000011067	0.7697485874068289		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	97.75299999999999	100.0	0.12630381187179973	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0008_000000013194	2166	0.5407152147646929	5	5	3	5	4	True	51422	maximal	True	FIJ0008_000000013194	1.0		74	11	False	False	1.0	0					non-mobilizable	no_good_hit	1390.0	76.475	67.0	0.004068365189306861	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
MON0105_000000008747	5840	0.5407144902060443	9	7	6	7	6	False	75935	fragment	False	MON0105_000000008747	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	992.0	80.74600000000001	25.0	0.0002762777777311722	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ENG0137_000000009523	1678	0.5407102912937015	3	2	2	2	2	False	67309	fragment	False	ENG0137_000000009523	1.0		0	0	False	False	0.9910607933998108	0					non-mobilizable	no_good_hit	148.0	77.703	9.0	0.0011459676264145538	NZ_WXEY01000009.1	firmicutes	Heliobacterium undosum strain DSM 13378 Helio_und_assembly_contig_9, whole genome shotgun sequence	True	False
FIJ0133_000000000898	25012	0.5406979290951298	31	12	5	10	6	True	93019	maximal	True	FIJ0133_000000000898	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	90.31	1.0	0.04848830576155162	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ISR0200_000000002120	8490	0.5406972736891643	6	5	3	4	2	False	38392	fragment	False	ISR0200_000000002120	0.9829531076246809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3208.0	83.51	38.0	0.0014235497976908147	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0141_000000003794	7810	0.5406951791425231	10	10	4	4	9	False	40310	fragment	False	FIJ0141_000000003794	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	3507.0	99.287	100.0	0.029315851965817683	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
CHI0112_000000013028	1429	0.5406946319515126	2	2	2	2	2	False	82384	fragment	False	MON0011_000000032384	0.9507286606523249		0	0	False	False	1.0	0					non-mobilizable	chromosome	1429.0	99.44	100.0	0.0002897249884962137	CP041425.1	enterobacteria	Escherichia coli strain STEC388 chromosome, complete genome	False	False
DEN0083_000000005181	5005	0.5406908703680875	6	4	3	4	3	False	69135	maximal	True	DEN0083_000000005181	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	78.87	18.0	0.0002660177445927359	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
ISR0838_000000003715	5221	0.5406882799736438	7	7	2	4	5	False	20890	maximal	True	ISR0838_000000003715	1.0		896	15	False	False	0.9996169209480286	0					non-mobilizable	other	3938.0	97.89200000000001	100.0	0.0010477736340552778	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0153_000000021710	1368	0.540687955109373	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14032037335524247		0	0	False	False	1.0	0					non-mobilizable	chromosome	1370.0	94.59899999999999	100.0	0.00032506096379267914	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
MAD0033_000000012112	1682	0.5406875216225944	4	3	3	1	1	False	18874	maximal	True	MAD0033_000000012112	1.0		3	1	False	False	0.9982163906097412	0					non-mobilizable	no_good_hit	202.0	95.545	17.0	3.6050649548407325e-05	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0183_000000021461	1444	0.5406820649694366	2	1	1	1	1	False	29449	fragment	False	ISR0183_000000021461	1.0		0	0	False	False	0.9792243838310242	0					non-mobilizable	other	1444.0	99.238	100.0	0.003800809153549529	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
FIJ0005_000000032476	1149	0.5406728214052156	2	1	1	1	1	False	51830	fragment	False	FIJ0005_000000032476	1.0		0	0	False	False	0.9982593655586243	0					non-mobilizable	no_good_hit								True	False
ENG0151_000000006108	3867	0.5406725459618835	6	3	1	3	3	False	57114	maximal	True	ENG0151_000000006108	1.0		8	5	True	True	1.0	5					non-mobilizable	other	3867.0	100.0	100.0	0.0007731403135677926	CP011134.1	enterobacteria	Escherichia coli VR50, complete genome	False	True
ISR0077_000000004652	5791	0.5406717009461679	6	3	2	3	0	True	99416	fragment	False	AUS0022_000000005513	0.9504434417302008		0	0	False	False	0.9998273253440857	0					non-mobilizable	no_good_hit								True	True
USA0111_01_000000004192	5499	0.5406717009461679	6	3	2	3	0	True	102507	fragment	False	ISR0189_000000001535	0.9197198524939991		0	0	False	False	0.9996362924575806	0					non-mobilizable	no_good_hit								True	True
ISR0172_000000003013	5239	0.5406717009461679	6	3	2	3	0	True	29945	maximal	True	ISR0172_000000003013	1.0		0	0	False	False	0.9994273781776428	0					non-mobilizable	no_good_hit								True	True
DEN0041_000000006218	5235	0.5406717009461679	7	3	2	3	0	True	102507	fragment	False	ISR0189_000000001535	0.6938998212822536		0	0	False	False	0.996561586856842	0					non-mobilizable	no_good_hit								True	True
ENG0160_000000004341	5059	0.5406717009461679	7	3	2	3	0	True	56489	fragment	False	ENG0160_000000004341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	100.0	1.0	0.0003643559028458999	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	True
ISR0279_000000003710	4865	0.5406717009461679	6	3	2	3	0	True	99700	fragment	False	CHI0181_000000003409	0.4854106114914663		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0001_000000006958	4823	0.5406717009461679	5	3	2	3	0	True	8449	fragment	False	SPA0001_000000006958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.099574191221227e-07	LR778273.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 21	True	True
ISR0002_000000004504	4637	0.5406717009461679	6	3	2	3	0	True	38655	fragment	False	ISR0002_000000004504	0.9852037641441829		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	98.68	7.0	0.00013095220027881544	NZ_MCGI01000001.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000001, whole genome shotgun sequence	True	True
ISR0360_000000005535	4357	0.5406717009461679	6	3	2	3	0	True	38655	fragment	False	ISR0002_000000004504	0.9646536191927714		0	0	False	False	0.9990819096565247	0					non-mobilizable	no_good_hit								True	True
ENG0093_000000002882	4345	0.5406717009461679	5	3	2	3	0	True	88013	fragment	False	ENG0093_000000002882	0.9467406707605102		0	0	False	False	0.9993095397949219	0					non-mobilizable	no_good_hit								True	True
SPA0001_000000007923	4253	0.5406717009461679	5	3	2	3	0	True	38655	fragment	False	ISR0002_000000004504	0.6445566521306709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0037_000000002758	4234	0.5406717009461679	5	3	2	3	0	True	88013	fragment	False	ENG0093_000000002882	0.9352128883774453		0	0	False	False	0.9990552663803101	0					non-mobilizable	no_good_hit								True	True
ISR0232_000000011648	2329	0.5406699681636877	2	1	1	1	1	False	90518	maximal	True	ISR0232_000000011648	0.9507592190889371		142	12	False	False	0.9871189594268799	0					non-mobilizable	other	1689.0	96.448	96.0	0.000572804428056817	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0081_000000031482	1157	0.5406684461479075	3	1	1	1	1	True	44212	fragment	False	FIJ0081_000000031482	1.0		0	0	False	False	0.9965428113937378	0					non-mobilizable	other	1157.0	94.46799999999999	100.0	0.019084725615796078	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
FIJ0108_000000019697	1230	0.5406682981728329	2	2	2	2	2	True	42195	maximal	True	FIJ0108_000000019697	1.0		19	3	False	False	0.9983739852905273	0					non-mobilizable	chromosome	1230.0	97.805	100.0	0.00026085725462278745	NZ_CP027986.1	enterobacteria	Enterobacter sichuanensis strain SGAir0282 chromosome, complete genome	False	True
MON0047_000000007008	5002	0.540665973037493	5	5	5	5	5	False	130074	fragment	False	MON0053_000000005739	0.9604279761770828		0	0	False	False	1.0	0					non-mobilizable	other	4998.0	98.439	99.0	0.010448794217093198	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0003_01_000000009679	4038	0.5406649036277744	5	2	2	2	0	True	2278	maximal	True	USA0003_01_000000009679	0.9972979927946475		12	4	False	False	0.9970282316207886	0					non-mobilizable	no_good_hit								True	True
USA0001_01_000000008558	1920	0.5406649036277744	3	2	2	2	0	True	2276	fragment	False	USA0001_01_000000008558	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0175_000000002993	8131	0.5406631281332313	10	3	1	2	1	True	68125	maximal	True	ENG0175_000000002993	1.0		2	1	False	False	0.9995080828666687	0					non-mobilizable	no_good_hit	258.0	87.984	4.0	0.001816478869241904	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0082_000000013773	1507	0.5406537438685007	2	2	2	2	1	False	61609	fragment	False	ENG0082_000000013773	0.9753086419753086		0	0	False	False	0.9834107756614685	0					non-mobilizable	no_good_hit								True	False
ISR0805_000000006464	1800	0.5406530526088303	2	2	1	2	1	False	128881	maximal	True	ISR0805_000000006464	1.0	PS1059	0	0	False	True	0.9977777600288391	0					non-mobilizable	no_good_hit	1501.0	82.478	86.0	0.00042382215479926783	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
BAN0019_000000000514	4926	0.5406520779359337	6	3	2	3	2	False	97859	fragment	False	BAN0019_000000000514	0.9447474747474747		0	0	False	False	1.0	0					non-mobilizable	other	4061.0	95.02600000000001	95.0	0.0976214550532043	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0199_000000006412	4363	0.5406491685392292	6	4	4	4	4	False	111985	maximal	True	ISR0199_000000006412	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1601.0	99.25	37.0	0.006137605106487448	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0050_000000022693	1287	0.5406435258990258	1	1	1	1	1	True	35896	fragment	False	ISR0050_000000022693	1.0		0	0	False	False	0.9906759858131409	0					non-mobilizable	no_good_hit	785.0	97.07	61.0	0.05193855157278712	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
ISR0024_000000005004	4163	0.5406366366245491	4	3	2	3	3	False	80469	maximal	True	ISR0024_000000005004	1.0		42	7	False	False	1.0	0					non-mobilizable	no_good_hit	1835.0	80.109	45.0	0.00036991881885855074	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0271_000000015715	1246	0.5406304673826413	3	2	2	2	0	True	26407	fragment	False	ISR0271_000000015715	1.0		0	0	False	False	0.9983948469161987	0					non-mobilizable	no_good_hit	228.0	87.719	18.0	0.002444434872501723	NZ_DS483540.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_20, whole genome shotgun sequence	True	True
ISR0134_000000008246	3974	0.5406294326015767	4	4	4	4	3	False	31491	maximal	True	ISR0134_000000008246	1.0		4	1	False	False	1.0	0					non-mobilizable	other	2252.0	78.55199999999999	96.0	0.001925684254927195	NZ_ATUF01000002.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00001.1_C, whole genome shotgun sequence	False	False
FIJ0115_000000017129	1373	0.5406263115228473	1	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.8863814278712719		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	99.78200000000001	100.0	0.0002837289511686345	CP006584.1	enterobacteria	Escherichia coli LY180, complete genome	False	False
ENG0079_000000025908	1267	0.5406263115228473	1	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.958376479929859		0	0	False	False	1.0	0					non-mobilizable	chromosome	1267.0	99.29	100.0	0.00025337599496610345	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
SPA0084_000000004868	3392	0.5406197720086773	4	2	2	2	2	True	109755	maximal	True	SPA0084_000000004868	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	89.962	43.0	0.005336478583977368	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
DEN0065_000000003634	7296	0.5406190659919241	8	7	3	4	6	True	126043	maximal	False	ISR0020_000000002415	0.9437443284549009		0	0	False	False	0.9993146657943726	0					non-mobilizable	no_good_hit	1461.0	72.827	20.0	0.00028116933686543377	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	True
ISR0155_000000007778	2877	0.5406183936719802	3	3	2	2	2	False	30599	maximal	True	ISR0155_000000007778	1.0		1	1	False	False	0.9975669384002686	0					non-mobilizable	no_good_hit	1016.0	88.583	75.0	0.006570242573615255	NZ_FQLR01000002.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	False
ISR0026_000000002441	8878	0.5406150607294485	7	6	5	6	4	True	132046	fragment	False	ISR0378_000000001574	0.958182959952285		0	0	False	False	0.9998873472213745	0					non-mobilizable	no_good_hit	1098.0	75.319	12.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0161_000000002366	8356	0.5406134448812234	12	6	4	5	4	True	108904	fragment	False	ENG0161_000000002366	1.0		0	0	False	False	0.999880313873291	0					non-mobilizable	no_good_hit	4289.0	99.90700000000001	66.0	0.0016959469320486113	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
DEN0079_000000002241	11866	0.5406134007318172	12	4	4	2	1	True	112177	fragment	False	ISR0023_000000001614	0.624738932803306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.227	4.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
FIJ0021_000000023693	2041	0.5406103107375599	3	3	3	3	1	False	65616	fragment	False	MAD0036_000000013112	0.9359019527540084		0	0	False	False	0.9931406378746033	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	0.00016158743496105742	NZ_LS999945.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
MON0004_000000029318	1548	0.5406103107375599	3	3	3	3	1	False	37575	fragment	False	MON0004_000000029318	1.0		0	0	False	False	0.9961240291595459	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.0026201527174726756	NZ_POTW01000142.1	high GC Gram+	Jiangella anatolica strain GTF31 NODE_142_length_13358_cov_27.9034, whole genome shotgun sequence	True	False
MON0094_000000023257	1629	0.5406102565668273	3	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.24620257620233402		0	0	False	False	0.986494779586792	0					non-mobilizable	other	1533.0	95.369	94.0	0.00042515731653809197	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0044_000000008575	1909	0.5406062281194896	3	1	1	1	1	False	64517	fragment	False	ENG0044_000000008575	1.0		0	0	False	False	0.9994761943817139	0					non-mobilizable	other	1909.0	99.26700000000001	100.0	0.009976835753465486	NZ_FNVS01000006.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	False	False
ISR0798_000000004352	2937	0.5406054304103843	4	3	3	3	2	False	75704	fragment	False	ISR0798_000000004352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000020357	2179	0.5406027111830599	4	3	3	2	2	False	111386	backbone	False	MON0071_000000005258	0.36144924424348046	PS708	0	0	False	True	0.9954107403755188	0					non-mobilizable	chromosome	1218.0	99.09700000000001	100.0	0.00017190161464630008	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ENG0122_000000016346	1776	0.540602285124354	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.9291051102416461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	90.086	13.0	8.968630757977423e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ENG0054_000000008145	3152	0.5406019882977	4	3	3	3	1	False	63784	fragment	False	ISR0056_000000006136	0.9725903614457831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.342055178654704e-06	NZ_CP030032.1	d-proteobacteria	Bradymonas sediminis strain FA350 chromosome, complete genome	True	False
SPA0064_000000005199	4083	0.5405996749046678	3	2	1	1	2	False	6129	maximal	True	SPA0064_000000005199	1.0		98	10	False	False	0.9973059296607971	0					non-mobilizable	chromosome	4083.0	99.045	100.0	0.0007783365411273257	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
MON0083_000000022660	1724	0.5405969459538513	2	2	2	2	2	False	62598	fragment	False	MON0061_000000025096	0.9291224439759578		0	0	False	False	0.9988399147987366	0					non-mobilizable	chromosome	1729.0	79.294	99.0	0.0005076299987412908	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0316_000000014988	1449	0.5405942992976851	3	2	2	2	2	False	25202	fragment	False	ISR0316_000000014988	1.0		0	0	False	False	0.9951691031455994	0					non-mobilizable	other	1449.0	100.0	100.0	0.01829229778041663	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
MAD0098_000000026245	1716	0.5405926311250965	1	1	1	1	1	False	70131	maximal	True	MAD0098_000000026245	0.9855247968187029		40	5	False	False	0.9493007063865662	0					non-mobilizable	other	1630.0	85.27600000000001	96.0	0.008655225545932736	NZ_CABIXZ010000005.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
MAD0042_000000014484	1660	0.5405926311250965	1	1	1	1	1	False	70131	maximal	False	MAD0098_000000026245	0.9817018695768821		0	0	False	False	1.0	0					non-mobilizable	other	1662.0	85.62	99.0	0.008825248392752776	NZ_CABIXZ010000005.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
DEN0073_000000033031	1608	0.5405926311250965	1	1	1	1	1	False	70131	maximal	False	MAD0098_000000026245	0.9616842127980642		0	0	False	False	0.9925373196601868	0					non-mobilizable	other	1594.0	85.32	99.0	0.008458636629297063	NZ_CABIXZ010000005.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
CHI0173_000000007515	2233	0.5405875242743512	3	3	3	2	2	False	85616	fragment	False	MON0026_000000017562	0.6542528228702301		0	0	False	False	0.9932825565338135	0					non-mobilizable	chromosome	2230.0	97.57799999999999	99.0	0.0006218948986426066	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0093_000000006264	1174	0.5405864138544473	2	2	2	2	1	False	83563	maximal	True	CHI0093_000000006264	1.0		2	2	False	False	0.9821124076843262	0					non-mobilizable	no_good_hit	136.0	76.471	11.0	2.792659806310286e-05	CP026697.1	enterobacteria	Citrobacter koseri strain AR_0025 chromosome, complete genome	True	False
MON0033_000000015562	4360	0.5405857149887849	4	2	2	2	1	False	12344	maximal	True	MON0033_000000015562	1.0		4	3	False	False	0.9910550713539124	0					non-mobilizable	other	4318.0	96.54899999999999	99.0	0.0011862144345917997	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
CHI0175_000000007236	1609	0.5405785890128763	2	2	2	2	2	False	77753	maximal	True	CHI0175_000000007236	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	84.729	67.0	0.003047877281514398	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
ISR0384_000000001169	8868	0.5405755567546346	11	9	5	3	3	False	23090	maximal	True	ISR0384_000000001169	1.0		4	3	False	False	0.9901894330978394	0					non-mobilizable	no_good_hit	113.0	100.0	1.0	0.0002950038982657985	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
ISR0244_000000006172	3543	0.5405713011940967	6	4	3	3	3	False	127780	fragment	False	FIJ0043_000000007004	0.7081251857908192		0	0	False	False	0.9909681081771851	0					non-mobilizable	other	3543.0	99.15299999999999	100.0	0.06771590300619598	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0100_000000018408	2384	0.5405709669795951	3	3	2	1	3	False	65684	fragment	False	MON0100_000000018408	1.0		0	0	False	False	0.9995805621147156	0					non-mobilizable	chromosome	2384.0	99.329	100.0	0.0006663663404184042	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0028_000000009652	1836	0.5405635305672658	2	2	2	1	1	False	65870	maximal	True	ENG0028_000000009652	1.0		1	1	False	False	0.9896514415740967	0					non-mobilizable	no_good_hit								True	False
ENG0182_000000005253	5071	0.540562809910977	3	3	2	2	2	False	55250	maximal	True	ENG0182_000000005253	1.0		244	11	False	False	0.9996055960655212	0					non-mobilizable	chromosome	5074.0	95.211	100.0	0.002087127267815328	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0079_000000007251	3298	0.5405574400007399	5	5	3	1	4	False	120723	fragment	False	ISR0334_000000005338	0.356494300818564		0	0	False	False	0.9993935823440552	0					non-mobilizable	chromosome	3214.0	98.009	97.0	0.0007187342224640124	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CHI0032_000000005249	1424	0.5405567535423175	3	2	2	1	1	False	88439	maximal	True	CHI0032_000000005249	1.0		318	14	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	91.162	28.0	0.9924433249370277	KU543889.1	bacteria	Uncultured bacterium clone PE_060601_060602_Contig_2 genomic sequence	True	False
DEN0052_000000029114	1580	0.5405560449510416	2	2	2	2	2	False	72252	fragment	False	ISR0022_000000015083	0.947314339277065		0	0	False	False	1.0	0					non-mobilizable	other	1580.0	99.367	100.0	0.007369791788213001	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0042_000000005988	3572	0.5405528391980827	3	2	1	1	2	True	100248	maximal	True	MAD0042_000000005988	1.0		18	2	False	False	0.99944007396698	0					non-mobilizable	no_good_hit	2244.0	94.92	63.0	0.02394896018124693	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	True	True
USA0069_01_000000006348	9355	0.5405482387676174	13	8	4	4	4	True	74034	maximal	True	USA0069_01_000000006348	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	73.325	8.0	0.00017692900124257555	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0159_000000024050	1107	0.5405459545724187	2	1	1	1	1	True	30452	fragment	False	ISR0159_000000024050	1.0		0	0	False	False	0.9909665584564209	0					non-mobilizable	other	1112.0	83.18299999999999	100.0	0.00034376362999460555	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0112_000000002664	9040	0.5405456297033479	10	8	5	8	5	True	59701	fragment	False	ENG0112_000000002664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	5.504489290636465e-06	CP009318.1	firmicutes	Bacillus cereus 03BB102, complete genome	True	True
FIJ0127_000000005753	3303	0.5405451209061445	5	5	4	4	4	False	70069	maximal	True	FIJ0127_000000005753	1.0		28	6	False	True	1.0	0					non-mobilizable	chromosome	1919.0	99.323	98.0	0.0005559927935449179	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0108_000000009764	2008	0.5405444238868521	4	4	4	3	2	True	59941	maximal	True	ENG0108_000000009764	1.0		9	5	False	False	1.0	0					non-mobilizable	other	1955.0	99.079	97.0	0.566376811594203	KX127135.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinB_Time2_TR_8 genomic sequence	False	True
FIJ0015_000000003732	7639	0.5405395893238293	10	4	3	4	3	True	50399	maximal	True	FIJ0015_000000003732	1.0		1	1	False	False	0.9988218545913696	0					non-mobilizable	no_good_hit	609.0	73.727	8.0	9.06549313449685e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	True
SPA0125_000000012085	2918	0.5405361887321839	4	3	3	3	2	False	4024	maximal	True	SPA0125_000000012085	1.0		33	7	False	False	0.9986292123794556	0					non-mobilizable	no_good_hit	311.0	71.061	10.0	6.0417192799720634e-05	NZ_CP011409.1	b-proteobacteria	Herbaspirillum hiltneri N3 chromosome, complete genome	True	False
MON0087_000000033760	1519	0.5405359705916323	3	1	1	1	1	False	42669	fragment	False	FIJ0101_000000017837	0.9805484693877551		0	0	False	False	0.9993416666984558	0					non-mobilizable	chromosome	1519.0	99.539	100.0	0.0005356600316102936	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0145_000000009030	3593	0.5405343710664704	7	5	3	3	3	False	57513	maximal	True	ENG0145_000000009030	1.0		1	1	False	False	0.9935986399650574	0					non-mobilizable	no_good_hit	199.0	86.935	6.0	0.0026896401070394846	NZ_CYZO01000014.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0388_000000011868	2867	0.540533010305429	6	3	2	2	1	False	64737	fragment	False	ISR0388_000000011868	1.0		0	0	False	False	0.9850017428398132	0					non-mobilizable	no_good_hit	494.0	80.76899999999999	17.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
USA0047_01_000000008399	4119	0.5405247035080467	4	4	3	4	2	True	83210	fragment	False	USA0047_01_000000008399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2974.0	79.422	71.0	0.004841778473488929	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ENG0135_000000011749	1901	0.5405219518275678	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.7385972201390806		0	0	False	False	1.0	0					non-mobilizable	other	1901.0	97.52799999999999	100.0	0.008498875017333232	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0215_000000015757	1861	0.5405219518275678	2	2	2	2	2	False	117268	maximal	True	ISR0215_000000015757	1.0		50	8	False	False	1.0	0					non-mobilizable	chromosome	1858.0	89.074	99.0	0.0005853219412515803	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0083_000000003398	4137	0.5405213686314141	4	4	4	4	4	False	129962	fragment	False	SPA0083_000000003398	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2944.0	98.641	98.0	0.10862820418113318	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
FIJ0082_000000028258	1137	0.5405193110476222	2	2	2	2	2	False	44150	fragment	False	ISR0011_000000023709	0.9497975708502024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	85.714	13.0	4.233380650490021e-05	NZ_LR698996.1	actinobacteria	Arabia massiliensis isolate MGYG-HGUT-02413 chromosome 1	True	False
ENG0035_000000003808	5889	0.5405114735993254	6	6	5	5	5	False	131848	maximal	True	ENG0035_000000003808	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	2040.0	90.98	64.0	0.0005700012917396913	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0025_000000019994	1379	0.5405104269787357	2	1	1	1	1	False	66119	maximal	True	ENG0025_000000019994	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	69.805	41.0	0.001346652120550934	NZ_HG326226.1	firmicutes	Fenollaria massiliensis strain 9401234, whole genome shotgun sequence	True	False
FIJ0068_000000010112	3121	0.5405095269073823	5	3	3	2	3	False	45097	maximal	True	FIJ0068_000000010112	1.0		0	0	False	False	0.9958346486091614	0					non-mobilizable	no_good_hit	392.0	99.49	13.0	8.552080309939639e-05	NZ_CP055696.1	enterobacteria	Escherichia fergusonii strain RHB18-C03 chromosome, complete genome	True	False
MON0086_000000009206	3339	0.5405068744799418	4	3	2	2	1	True	85890	fragment	False	MON0086_000000009206	1.0		0	0	False	False	0.9946091771125793	0					non-mobilizable	other	3244.0	97.596	97.0	0.03522443212694272	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0156_000000007767	2282	0.5405067288442293	3	2	2	1	1	False	102893	maximal	True	SPA0156_000000007767	1.0		5	2	False	False	0.9995617866516113	0					non-mobilizable	no_good_hit	398.0	78.643	17.0	0.010173993890290875	MK231466.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_2-CL09_c16 sequence	True	False
SPA0139_000000013587	2047	0.5405067288442293	3	2	2	1	1	False	102892	fragment	False	SPA0139_000000013587	0.9900474087355778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	99.476	9.0	0.0010300950398213055	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
SPA0049_000000010001	1884	0.5405067288442293	2	2	2	1	1	False	102892	fragment	False	SPA0139_000000013587	0.9634635350940478		0	0	False	False	0.9989384412765503	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000020178	1833	0.5405067288442293	2	2	2	1	1	False	102892	fragment	False	SPA0139_000000013587	0.6495046001415429		0	0	False	False	0.9961811304092407	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.0006209983083149532	NZ_JAAIQH010000012.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_12_length_93398_cov_330.367, whole genome shotgun sequence	True	False
DEN0035_000000024279	1447	0.5405067288442293	2	2	2	1	1	False	73402	fragment	False	ISR0843_000000011509	0.8285678628195546		0	0	False	False	0.9993089437484741	0					non-mobilizable	no_good_hit								True	False
MON0044_000000032115	1721	0.5405032907423133	3	3	3	2	1	False	69452	fragment	False	MON0044_000000032115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	73.707	27.0	0.00011441785400281829	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0208_000000000999	17107	0.5404961722940588	11	6	3	5	3	True	28535	maximal	True	ISR0208_000000000999	1.0		1	1	False	False	0.9998246431350708	0					non-mobilizable	no_good_hit	599.0	72.788	4.0	0.00022999989218755053	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
ISR0152_000000018959	1252	0.5404937063083269	1	1	1	1	1	False	30697	fragment	False	ISR0152_000000018959	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1252.0	100.0	100.0	0.00022696977927325038	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
DEN0093_000000027066	1141	0.5404936457527232	3	3	2	2	3	False	68408	fragment	False	ISR0058_000000023300	0.9453458582408198		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	99.124	100.0	0.03832834616548431	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0006_000000024540	1846	0.540492321990115	3	3	3	3	2	False	128163	fragment	False	AST0118_000000014400	0.18712277536834107		0	0	False	False	0.984290361404419	0					non-mobilizable	no_good_hit	1537.0	88.61399999999999	83.0	0.024751020408163266	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
USA0035_01_000000001603	15903	0.5404903409931563	19	17	7	9	13	False	76997	maximal	True	USA0035_01_000000001603	0.9954251233060413		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	88.625	4.0	0.7268232385661311	GQ879520.1		Uncultured organism clone VC1C890TF genomic sequence	True	False
DEN0001_000000001555	15814	0.5404903409931563	20	17	7	9	13	False	76997	maximal	False	USA0035_01_000000001603	0.9934543010735283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	587.0	88.416	4.0	0.7243510506798516	GQ879520.1		Uncultured organism clone VC1C890TF genomic sequence	True	False
ENG0177_000000001140	15558	0.5404903409931563	19	17	7	9	13	False	76997	maximal	False	USA0035_01_000000001603	0.9847827663096536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	89.304	4.0	0.7268232385661311	GQ879520.1		Uncultured organism clone VC1C890TF genomic sequence	True	False
ISR0019_000000001224	9812	0.5404898632013004	7	6	4	6	5	True	54944	maximal	True	ISR0019_000000001224	1.0		2	2	False	False	0.9995923638343811	0					non-mobilizable	no_good_hit	2275.0	80.615	32.0	0.0006348512244844047	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
CAN0012_000000003386	15718	0.5404841018338694	13	7	3	7	5	False	94348	maximal	False	SPA0113_000000001835	0.9028564816862551		0	0	False	False	0.9994274377822876	0					non-mobilizable	no_good_hit	58.0	100.0	0.0	0.022135922330097087	NZ_CYGX02000184.1	b-proteobacteria	Paraburkholderia ribeironis strain STM 7296, whole genome shotgun sequence	True	False
DEN0069_000000001913	14458	0.5404841018338694	13	7	3	7	5	False	94348	maximal	False	SPA0113_000000001835	0.7788022893765559		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00029587210689572895	NZ_PGVG01000025.1	a-proteobacteria	Bradyrhizobium forestalis strain INPA54B NODE_25_length_104775_cov_26.114, whole genome shotgun sequence	True	False
ENG0065_000000001666	14329	0.5404841018338694	13	7	3	7	5	False	94348	maximal	False	SPA0113_000000001835	0.6984782797387402		0	0	False	False	0.999930202960968	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.001113414727789296	NZ_QLIQ01000036.1	g-proteobacteria	Cysteiniphilum litorale strain DSM 101832 ZB100035, whole genome shotgun sequence	True	False
ISR0214_000000001599	14097	0.5404841018338694	12	7	3	7	5	False	94348	maximal	False	SPA0113_000000001835	0.7378207744208929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.909366101376192e-07	LR031877.1	eudicots	Brassica oleracea HDEM genome, scaffold: C5	True	False
CHI0122_000000002056	6583	0.540483977544614	9	7	6	7	4	False	105620	fragment	False	CHI0122_000000002056	0.9678777483237175		0	0	False	False	0.9987847208976746	0					non-mobilizable	no_good_hit	890.0	96.404	13.0	0.00031370340454647626	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0172_000000005329	3737	0.5404822185118902	6	3	3	3	2	False	55745	maximal	True	ENG0172_000000005329	1.0		1	1	False	False	0.9983944296836853	0					non-mobilizable	no_good_hit	203.0	78.325	5.0	9.395229102661669e-05	CP025420.1	firmicutes	Streptococcus parauberis strain SPOF3K chromosome, complete genome	True	False
MON0011_000000001095	21434	0.540481952675424	22	16	7	12	10	False	122549	fragment	False	MON0011_000000001095	1.0		0	0	False	False	0.9999533295631409	0					non-mobilizable	no_good_hit	7457.0	95.977	68.0	0.1666181769352998	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
CAN0016_000000034010	1342	0.5404816845153929	2	2	2	2	1	False	92699	maximal	True	CAN0016_000000034010	1.0		185	13	False	False	0.9985097050666809	0					non-mobilizable	no_good_hit	342.0	75.73100000000001	25.0	0.00028547413821971294	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0058_000000014118	1849	0.5404784406648697	2	2	1	2	0	False	49851	fragment	False	ISR0058_000000014118	1.0		0	0	False	False	0.9945916533470154	0					non-mobilizable	no_good_hit	59.0	89.831	3.0	2.3732536808331868e-05	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0099_000000005225	4133	0.5404779048062139	4	2	1	2	1	True	63597	maximal	True	ISR0099_000000005225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0121_000000003874	3373	0.5404779048062139	4	2	1	2	1	True	63596	maximal	True	SPA0121_000000003874	1.0		1	1	False	False	0.9997035264968872	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.04205946337926034	NZ_JAAIUD010000036.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_37_length_1379_cov_646.637, whole genome shotgun sequence	True	True
USA0034_01_000000018293	2981	0.5404770946260398	4	3	2	2	1	False	44592	fragment	False	USA0034_01_000000018293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2160.0	73.704	80.0	0.0006554841342974062	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0083_000000015758	2255	0.5404770946260398	3	3	2	2	1	False	44110	maximal	True	FIJ0083_000000015758	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	73.589	67.0	0.0004072276847628404	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0075_000000009128	2121	0.5404770946260398	3	3	2	2	1	False	44591	fragment	False	FIJ0075_000000009128	1.0		0	0	False	False	0.9933993220329285	0					non-mobilizable	no_good_hit	1327.0	77.694	62.0	0.0004562673496618254	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0087_000000019524	1578	0.5404728978999782	2	2	2	1	1	False	15972	fragment	False	MAD0087_000000019524	1.0		0	0	False	False	0.9974651336669922	0					non-mobilizable	no_good_hit	147.0	74.15	9.0	0.0007468106036804887	NZ_ACFE01000004.1	actinobacteria	Atopobium rimae ATCC 49626 contig00001, whole genome shotgun sequence	True	False
ENG0112_000000006980	3906	0.5404698743979763	4	4	4	4	3	False	59699	maximal	True	ENG0112_000000006980	1.0		272	11	False	False	0.9984639286994934	0					non-mobilizable	other	3906.0	99.64200000000001	100.0	0.0021072114658205444	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
AST0047_000000012636	1777	0.5404660163938759	3	2	2	2	1	False	115284	maximal	True	AST0047_000000012636	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.251230061927826e-06	NZ_AP018166.1	cyanobacteria	Anabaena cylindrica PCC 7122 DNA, nearly complete genome	True	False
FIJ0157_000000012898	1471	0.5404636086373346	2	2	2	2	1	True	39455	maximal	True	FIJ0157_000000012898	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	75.336	15.0	6.593670618152104e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0065_000000013107	2494	0.5404626291588346	3	3	2	3	2	False	108212	fragment	False	ISR0098_000000006673	0.9628429878048781		0	0	False	False	0.9947875142097473	0					non-mobilizable	no_good_hit	716.0	72.905	28.0	0.00019476936966056073	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
ISR0336_000000003825	3323	0.5404625854727241	3	3	3	3	2	False	119469	maximal	True	ISR0336_000000003825	1.0		15	8	False	False	0.9879626631736755	0					non-mobilizable	other	1844.0	99.40299999999999	98.0	0.0352443968484663	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0015_000000031113	1100	0.5404620839504682	1	1	1	1	1	False	115806	fragment	False	DEN0021_000000024863	0.0875356615388749		0	0	False	False	0.9818181991577148	0					non-mobilizable	no_good_hit	797.0	78.419	72.0	0.0003286391864503405	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0176_000000004161	1846	0.5404616168476394	3	3	3	3	2	False	89771	fragment	False	FIJ0167_000000010627	0.9779411764705883		0	0	False	False	0.9913325905799866	0					non-mobilizable	chromosome	1846.0	100.0	100.0	0.0003585198203164729	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
ISR0176_000000010130	3282	0.5404486456361642	5	2	2	2	0	False	29836	fragment	False	ISR0176_000000010130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	94.025	10.0	0.031660154293157	NZ_JAAITI010000062.1	firmicutes	Blautia luti strain MSK.16.34 NODE_62_length_9981_cov_152.963, whole genome shotgun sequence	True	False
FIJ0089_000000005211	4393	0.5404454508172708	5	3	1	3	1	False	51737	backbone	True	FIJ0089_000000005211	0.9999103536510294	PS208	6	1	True	True	1.0	188					non-mobilizable	no_good_hit	1207.0	71.251	30.0	0.40317569899896444	CP021586.1	other sequences	Unidentified plasmid plasmid FAKO27_6413, complete sequence	True	True
MON0088_000000027420	1184	0.5404432432445827	2	2	1	2	1	True	9621	fragment	False	MON0088_000000027420	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1107.0	97.471	93.0	0.0004935567637134925	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0056_000000009043	2360	0.5404418209948774	5	1	1	1	1	False	35642	maximal	True	ISR0056_000000009043	1.0		44	8	False	False	0.9995762705802917	0					non-mobilizable	no_good_hit	1807.0	100.0	77.0	0.0007893853459308628	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	True	False
SPA0045_000000018324	1366	0.540437461217182	2	2	2	2	2	False	6746	maximal	True	SPA0045_000000018324	1.0		81	11	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	81.48100000000001	24.0	0.0002419933010826373	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
SPA0008_000000018176	1680	0.5404369893906552	3	1	1	1	1	False	94872	maximal	True	SPA0008_000000018176	1.0		45	7	False	False	0.9958333373069763	0					non-mobilizable	no_good_hit	959.0	96.24600000000001	87.0	0.005119244190085338	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ISR0096_000000021150	1154	0.5404369893906552	2	1	1	1	1	False	94870	fragment	False	CAN0008_000000023980	0.9352331606217616		0	0	False	False	0.9991334676742554	0					non-mobilizable	no_good_hit	959.0	95.62	83.0	0.005119244190085338	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
FIJ0078_000000000920	18463	0.5404369085998157	21	7	3	5	2	True	44467	maximal	True	FIJ0078_000000000920	1.0		3	1	False	False	0.998916745185852	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	0.0006473153447805941	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	True	True
ISR0097_000000025631	1219	0.5404342397255417	2	1	1	1	1	False	33272	maximal	True	ISR0097_000000025631	1.0		5	2	False	False	0.9958983063697815	0					non-mobilizable	no_good_hit	377.0	76.658	33.0	0.00018701131418450816	CP032680.1	firmicutes	Lactobacillus johnsonii strain ZLJ010 chromosome, complete genome	True	False
DEN0006_000000006278	1234	0.5404284973845495	2	2	2	2	2	False	76360	maximal	True	DEN0006_000000006278	1.0		1	1	False	False	0.9991896152496338	0					non-mobilizable	other	1238.0	89.499	100.0	0.00030558794699672476	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	False
SPA0063_000000005450	3263	0.5404259009708084	5	2	0	2	1	False	6131	maximal	True	SPA0063_000000005450	0.9998461538461538		9	3	False	False	1.0	0					non-mobilizable	chromosome	3263.0	100.0	100.0	0.0005079739609619987	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
SPA0064_000000006623	3250	0.5404259009708084	6	2	0	2	1	False	6131	maximal	False	SPA0063_000000005450	0.9978547349065278		0	0	False	False	1.0	0					non-mobilizable	chromosome	3250.0	100.0	100.0	0.0005059495399035971	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ISR0363_000000008792	2145	0.5404249606339064	3	3	3	3	1	False	46230	maximal	True	ISR0363_000000008792	0.9883277751310149		20	4	False	False	1.0	0					non-mobilizable	other	2145.0	98.788	100.0	0.0019493638200257127	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0068_000000014195	1455	0.5404243268287104	3	2	2	2	1	False	39890	fragment	False	FIJ0148_000000014285	0.9139541860846752		0	0	False	True	0.9876288771629333	0					non-mobilizable	no_good_hit	199.0	83.417	14.0	5.242860195806191e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
SPA0060_000000004179	3960	0.5404232300596744	6	5	5	3	4	False	6247	maximal	True	SPA0060_000000004179	1.0		19	4	False	False	1.0	0					non-mobilizable	other	2686.0	99.88799999999999	99.0	0.009298121675531915	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	False	False
ENG0146_000000008488	2809	0.5404224158969395	3	3	2	3	2	False	74470	maximal	True	ENG0146_000000008488	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1413.0	92.35700000000001	50.0	0.16807825360849338	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
MON0015_000000019029	1986	0.540422101164412	4	3	3	3	2	False	13415	maximal	True	MON0015_000000019029	1.0		21	9	False	False	0.9994964599609375	0					non-mobilizable	other	1889.0	99.15299999999999	95.0	0.005983014323741919	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0257_000000005982	2753	0.5404202797457217	3	3	3	3	3	False	108825	fragment	False	ISR0257_000000005982	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1410.0	91.348	99.0	0.006380815800461089	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0126_000000003128	14817	0.540417095933743	17	11	5	9	9	False	96601	maximal	True	ISR0126_000000003128	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2117.0	95.84299999999999	23.0	0.1668115369419202	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
AUS0002_000000010486	3280	0.5404142178759707	2	2	1	1	2	False	103037	maximal	True	AUS0002_000000010486	1.0		130	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0080_01_000000020735	2076	0.5404057168127987	3	3	3	3	2	False	609	maximal	True	USA0080_01_000000020735	1.0		4	3	False	False	0.9995182752609253	0					non-mobilizable	no_good_hit	54.0	87.037	3.0	6.604592305121597e-05	NZ_LT706965.1	high GC Gram+	Corynebacterium urinapleomorphum strain Marseille-P2799T, whole genome shotgun sequence	True	False
MON0058_000000041019	1305	0.5404039847658734	2	2	2	1	1	False	75630	fragment	False	ISR0213_000000010997	0.14224679594533549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0001_000000038978	1104	0.5404023252738686	2	2	2	2	1	False	96993	maximal	True	CAN0001_000000038978	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	79.027	54.0	0.0003817822783373382	NZ_UICR01000002.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
CHI0129_000000024370	1110	0.5403996464538304	2	2	2	2	2	False	81141	fragment	False	MON0090_000000054799	0.939526730937774		0	0	False	False	0.9900900721549988	0					non-mobilizable	no_good_hit	600.0	76.5	54.0	0.00020843993513962688	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0062_000000024445	1291	0.5403983075380778	3	3	3	1	2	False	69709	maximal	False	DEN0078_000000025262	0.9691133720930232		0	0	False	False	0.9961270093917847	0					non-mobilizable	no_good_hit	335.0	85.67200000000001	26.0	0.0016078718323962104	NZ_QSBM01000013.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf13, whole genome shotgun sequence	True	False
ISR0175_000000006848	3386	0.5403963361361236	6	6	4	4	5	False	50903	maximal	True	ISR0175_000000006848	1.0		91	11	False	False	0.9997046589851379	0					non-mobilizable	other	3032.0	100.0	100.0	0.0006360101786808801	CP010137.1	enterobacteria	Escherichia coli strain D2, complete genome	False	False
CHI0123_000000012368	1146	0.5403961962387924	1	1	1	1	1	False	81704	fragment	False	CHI0123_000000012368	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1146.0	99.215	100.0	0.00041961655880557987	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ISR0209_000000011123	2637	0.5403945639476107	3	2	2	2	2	False	126367	maximal	False	SPA0066_000000003952	0.3466326784321229		0	0	False	False	0.999620795249939	0					non-mobilizable	other	2493.0	96.39	97.0	0.05676726108824874	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0342_000000006789	2455	0.5403945639476107	2	2	2	2	2	False	126367	maximal	False	SPA0066_000000003952	0.2531808970606543		0	0	False	False	1.0	0					non-mobilizable	other	2332.0	96.99799999999999	98.0	0.05308641975308642	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
BAN0018_000000000586	3804	0.5403873064167534	5	4	2	3	4	True	98172	maximal	True	BAN0018_000000000586	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3801.0	98.23700000000001	100.0	0.05066193821909955	CP019258.1	enterobacteria	Escherichia coli strain 13TMH22 plasmid p13TMH22-2, complete sequence	False	True
DEN0040_000000002005	3673	0.5403860989426525	5	3	1	2	1	True	115124	fragment	False	DEN0040_000000002005	1.0		0	0	False	False	0.9956439137458801	0					non-mobilizable	chromosome	3673.0	99.891	100.0	0.0006662134528308357	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0786_000000006027	2803	0.5403860989426525	4	3	1	2	1	True	54367	fragment	False	ISR0786_000000006027	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2803.0	100.0	100.0	0.0005114432226836933	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ENG0042_000000007086	3774	0.540384841141022	4	3	3	3	3	False	123422	maximal	True	ENG0042_000000007086	1.0		54	5	False	False	1.0	0					non-mobilizable	other	1407.0	91.18700000000001	94.0	0.05171012779788727	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ISR0056_000000005648	3596	0.5403819741479985	4	4	3	4	3	False	35650	maximal	True	ISR0056_000000005648	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	3596.0	100.0	100.0	0.0007207164583171281	CP032265.1	enterobacteria	Escherichia coli strain AR_0089 chromosome, complete genome	False	False
CHI0157_000000003254	3047	0.5403798899482487	3	2	2	2	1	False	78947	fragment	False	CHI0157_000000003254	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3047.0	99.60600000000001	100.0	0.014142380247097006	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	False	False
ISR0089_000000013035	2183	0.5403795917968405	3	2	2	2	1	False	33740	maximal	True	ISR0089_000000013035	1.0		1	1	False	False	0.9977095723152161	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000028860	1302	0.5403792070509515	2	2	2	2	2	False	102735	maximal	True	AUS0002_000000028860	1.0		1	1	False	False	0.9984639286994934	0					non-mobilizable	no_good_hit	87.0	82.759	7.0	7.299583494353558e-05	NZ_MPTA01000001.1	firmicutes	Paenisporosarcina indica strain PN2 contig00001, whole genome shotgun sequence	True	False
AST0104_000000004945	6156	0.5403773409490643	7	7	5	7	5	False	108029	maximal	True	AST0104_000000004945	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1116.0	78.047	45.0	0.00033513096485089113	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
USA0016_01_000000004509	4067	0.5403758495176588	5	5	5	4	4	False	121967	fragment	False	USA0016_01_000000004509	0.987028857624321		0	0	False	False	0.9982788562774658	0					non-mobilizable	no_good_hit	1179.0	76.421	29.0	0.00039858866027256884	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CAN0021_000000002286	14069	0.5403726428607865	15	5	4	4	1	True	103570	fragment	False	ISR0181_000000000999	0.6052684942069966		0	0	False	False	1.0	0					non-mobilizable	other	13253.0	99.736	100.0	0.0035487819606618643	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0125_000000009822	1975	0.5403724725704272	3	1	1	1	1	False	41195	fragment	False	FIJ0125_000000009822	1.0		0	0	False	False	0.9969620108604431	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.993707665543917e-05	MN577570.1	bacteria	Uncultured Candidatus Melainabacteria bacterium isolate LL20 clone UCI_2 genomic sequence	True	False
ENG0045_000000008773	1490	0.5403683766661522	3	2	2	2	1	False	64478	maximal	False	ISR0393_000000011375	0.9390862944162437		0	0	False	False	1.0	0					non-mobilizable	chromosome	1490.0	93.087	100.0	0.0006456091424151332	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0107_000000013932	2319	0.5403683350795804	3	3	2	3	2	False	4720	maximal	True	SPA0107_000000013932	1.0		3	3	False	False	0.9935317039489746	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	8.06447472272387e-07	LR792820.1	monocots	Digitaria exilis annotation	True	False
FIJ0144_000000027266	1177	0.5403682737725342	2	2	2	2	1	False	40036	maximal	True	FIJ0144_000000027266	1.0		1	1	False	False	0.9651656746864319	0					non-mobilizable	no_good_hit	187.0	98.93	16.0	7.744301484824084e-05	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
SPA0022_000000001204	9121	0.5403676073204787	8	6	3	4	6	False	36440	maximal	True	SPA0022_000000001204	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4643.0	74.908	50.0	0.013661316934153293	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0392_000000017867	1903	0.5403631027538823	4	4	4	3	2	False	22810	maximal	True	ISR0392_000000017867	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	98.57799999999999	76.0	0.00022594514206663417	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0163_000000000883	10150	0.5403583916441539	11	4	0	4	1	False	78488	fragment	False	CHI0163_000000000883	1.0		0	0	False	False	0.9997044205665588	0					non-mobilizable	no_good_hit								True	False
ENG0026_000000003302	3241	0.5403555357782895	2	2	2	2	2	False	66085	maximal	True	ENG0026_000000003302	1.0		484	13	False	False	0.9996914267539978	0					non-mobilizable	other	3241.0	98.889	100.0	0.0008609426205658466	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MON0093_000000040682	1163	0.5403517294353313	2	2	2	2	1	False	9361	maximal	True	MON0093_000000040682	1.0		18	6	False	False	0.9638864994049072	0					non-mobilizable	no_good_hit								True	False
ENG0108_000000004389	5580	0.540347037096144	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9979645716592919	PS1045|PS658	0	0	True	True	1.0	421					non-mobilizable	plasmid	4046.0	99.75299999999999	100.0	0.732657127332005	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
AST0100_000000003035	5580	0.540347037096144	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9979601976534682	PS1045|PS658	0	0	True	True	0.999462366104126	27					non-mobilizable	plasmid	4046.0	99.75299999999999	100.0	0.732657127332005	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0060_000000004336	5577	0.540347037096144	8	8	4	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9959915384661292	PS1045|PS658	0	0	True	True	1.0	621					non-mobilizable	plasmid	4046.0	99.82700000000001	100.0	0.732657127332005	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
SPA0073_000000007667	1406	0.5403441329709677	1	1	1	1	1	False	5840	maximal	True	SPA0073_000000007667	1.0		46	8	False	False	1.0	0					non-mobilizable	other	1406.0	99.71600000000001	100.0	0.00019445454393212554	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
ISR0140_000000017815	1282	0.5403441329709677	1	1	1	1	1	False	31224	fragment	False	ISR0140_000000017815	1.0		0	0	False	False	0.9921996593475342	0					non-mobilizable	other	1282.0	99.844	100.0	0.00836691638962006	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0356_000000019863	1113	0.5403426417445087	2	2	2	2	2	False	23895	maximal	True	ISR0356_000000019863	1.0		352	11	False	False	1.0	0					non-mobilizable	other	1112.0	99.01100000000001	99.0	0.003947143832498862	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
AST0099_000000006374	3322	0.5403422242015716	4	4	4	4	3	False	108870	fragment	False	AST0099_000000006374	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3282.0	98.23299999999999	99.0	0.0009313867983231064	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0096_000000019714	1233	0.5403410898742869	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.1156420071550326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0124_000000023157	1259	0.5403406872324876	2	2	2	2	1	False	41218	maximal	True	FIJ0124_000000023157	1.0		35	10	False	False	0.9984114170074463	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	6.483730646586901e-06	NZ_AP018449.1	firmicutes	Methylomusa anaerophila strain MMFC1	True	False
MON0047_000000008446	4299	0.5403404727549764	6	5	5	5	4	False	131673	fragment	False	MON0047_000000008446	1.0		0	0	False	False	0.9969760179519653	0					non-mobilizable	no_good_hit	899.0	83.76	35.0	0.00025236671075121533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0034_01_000000029103	1800	0.5403367626064667	3	2	2	1	1	False	1463	maximal	True	USA0034_01_000000029103	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	71.32300000000001	67.0	0.004676377434224968	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
SPA0057_000000008405	3611	0.5403366146865128	6	5	3	5	3	False	104986	maximal	True	SPA0057_000000008405	1.0		4	3	False	False	0.9922459125518799	0					non-mobilizable	no_good_hit	757.0	85.73299999999999	21.0	0.00018535449414772606	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0013_000000017354	1525	0.5403354434106404	3	3	1	3	2	True	38089	maximal	True	ISR0013_000000017354	1.0		52	7	False	False	0.9895082116127014	0					non-mobilizable	other	1524.0	99.934	99.0	0.00989243680012471	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0057_01_000000013357	2391	0.5403344802849628	3	2	2	1	1	False	6757	fragment	False	USA0057_01_000000013357	1.0		0	0	False	False	0.9970723390579224	0					non-mobilizable	no_good_hit	1712.0	88.84299999999999	72.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ENG0119_000000007791	4176	0.5403227827474775	8	6	4	5	2	False	105129	fragment	False	SPA0112_000000008223	0.9958578394372294		0	0	False	False	0.9997605085372925	0					non-mobilizable	no_good_hit	1426.0	77.34899999999999	44.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0010_000000003053	5864	0.5403159390049624	5	4	4	4	4	False	8095	maximal	True	SPA0010_000000003053	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	71.10600000000001	7.0	0.005675854293822649	NZ_KK366034.1	CFB group bacteria	Flavobacterium sasangense DSM 21067 BP92DRAFT_scaffold00014.14, whole genome shotgun sequence	True	False
MAD0047_000000003227	8872	0.540315725079867	7	6	4	6	4	False	17709	maximal	True	MAD0047_000000003227	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	91.368	11.0	0.00900163666121113	NZ_WAJR01000008.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_008, whole genome shotgun sequence	True	False
FIJ0085_000000005403	5420	0.5403133533094879	8	8	7	8	7	False	113227	fragment	False	FIJ0028_000000005720	0.7364090368217351		0	0	False	False	0.9998155236244202	0					non-mobilizable	chromosome	5420.0	99.613	100.0	0.0011094352771755854	CP023541.1	enterobacteria	Escherichia coli O104:H21 str. CFSAN002236 chromosome, complete genome	False	False
ISR0082_000000011278	2630	0.5403102045607511	4	2	0	1	1	False	96597	maximal	True	ISR0082_000000011278	1.0		33	7	False	False	1.0	0					non-mobilizable	no_good_hit	1429.0	96.081	54.0	0.11268273409719479	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
MON0017_000000009080	2146	0.5403102045607511	3	2	0	1	1	False	96596	fragment	False	MON0017_000000009080	0.974739970282318		0	0	False	False	0.999534010887146	0					non-mobilizable	no_good_hit	1349.0	96.81200000000001	63.0	0.10636112208613197	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
CAN0003_000000024546	2019	0.5403102045607511	3	2	0	1	1	False	96596	fragment	False	MON0017_000000009080	0.9461789375582479		0	0	False	False	0.9876176118850708	0					non-mobilizable	no_good_hit	1178.0	94.73700000000001	58.0	0.09269063611220861	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
ISR0835_000000010099	1490	0.5403102045607511	2	2	0	1	1	False	20947	fragment	False	ISR0835_000000010099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	95.904	79.0	0.09237455551165548	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	False
ETH0001_000000006390	3925	0.5403086960452531	5	5	5	4	4	False	121967	fragment	False	USA0016_01_000000004509	0.9827353274040114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1177.0	76.89	30.0	0.0003257160554127601	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0034_000000004072	7846	0.5403076742599058	5	5	4	4	4	False	99676	fragment	False	ENG0042_000000003173	0.9393138299746521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2228.0	71.36399999999999	28.0	0.0004970480966595284	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
DEN0033_000000012229	1872	0.5403071183361055	3	3	3	3	2	False	73609	maximal	True	DEN0033_000000012229	1.0		6	4	False	False	0.9919871687889099	0					non-mobilizable	no_good_hit	954.0	84.277	50.0	0.006971100816236488	NZ_JAAITU010000004.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_4_length_135990_cov_185.338, whole genome shotgun sequence	True	False
CHI0140_000000011921	2455	0.5403069033581357	2	2	2	2	2	False	115271	maximal	True	CHI0140_000000011921	1.0		658	13	False	False	1.0	0					non-mobilizable	other	2455.0	99.919	100.0	0.000734360939898213	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0055_000000004043	2114	0.5403046184582673	3	2	1	2	1	False	17109	fragment	False	MAD0055_000000004043	1.0		0	0	False	False	0.9697256088256836	0					non-mobilizable	no_good_hit	42.0	95.238	2.0	0.00022321054893054246	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0040_000000006474	4122	0.5403022225099745	6	5	2	3	5	False	18403	fragment	False	MAD0040_000000006474	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	4123.0	98.52	100.0	0.05570947817977862	CP057202.1	enterobacteria	Escherichia coli strain RHB33-C11 plasmid pRHB33-C11_3, complete sequence	False	True
FIJ0163_000000001589	14399	0.5403013000575724	19	10	5	9	10	False	39185	maximal	True	FIJ0163_000000001589	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	386.0	77.461	3.0	0.005979166342276131	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
ISR0790_000000006644	2432	0.5403011501950803	2	2	2	2	2	False	71455	fragment	False	ISR0139_000000009827	0.6507780444327944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	76.432	37.0	0.004269552008510353	NZ_SLUK01000004.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_104, whole genome shotgun sequence	True	False
ISR0320_000000000562	19444	0.5403004968890297	26	13	8	12	5	False	78515	maximal	True	ISR0320_000000000562	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	6438.0	92.575	89.0	0.002543430785264434	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ENG0171_000000001437	13743	0.5402998492967919	14	10	6	7	7	True	66658	fragment	False	ENG0171_000000001437	1.0		0	0	False	False	1.0	0					non-mobilizable	other	13568.0	98.90899999999999	99.0	0.004782937834501536	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0084_000000010788	2566	0.5402966404493806	5	5	3	3	2	False	61534	maximal	True	ENG0084_000000010788	1.0		12	5	False	False	0.9996103048324585	0					non-mobilizable	no_good_hit	748.0	95.18700000000001	46.0	0.000251099232329733	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0034_000000010968	2454	0.5402948575272933	3	3	3	3	3	False	12245	maximal	True	MON0034_000000010968	1.0		411	16	False	False	0.9722901582717896	0					non-mobilizable	no_good_hit	208.0	76.923	8.0	6.708495191076967e-05	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
USA0063_01_000000014856	1407	0.5402935203667039	2	2	2	2	2	False	15279	fragment	False	MAD0098_000000032810	0.9407655157613273		0	0	False	False	0.9879175424575806	0					non-mobilizable	other	739.0	99.729	99.0	0.00023631070951810228	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0113_000000006595	2367	0.5402933766469009	3	3	2	2	0	True	32590	maximal	True	ISR0113_000000006595	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	89.18299999999999	62.0	0.00029165201670970723	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	True
FIJ0062_000000019427	1516	0.5402907880697141	2	2	2	2	1	False	61554	maximal	True	FIJ0062_000000019427	1.0		151	13	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	0.00023998231709242477	NZ_AUBS01000008.1	a-proteobacteria	Pseudodonghicola xiamenensis DSM 18339 G455DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
AST0111_000000006308	3189	0.5402880600828438	4	4	3	4	4	False	106840	maximal	True	AST0111_000000006308	0.9992038216560509		17	5	True	True	1.0	3					non-mobilizable	no_good_hit	2624.0	98.59	82.0	0.0007835690268706478	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
SPA0116_000000003571	9474	0.5402877036111051	6	6	2	4	5	False	123389	maximal	True	SPA0116_000000003571	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3987.0	94.883	42.0	0.004676555854159172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0043_000000017890	1483	0.5402865322199933	3	3	3	3	3	False	57665	fragment	False	ENG0142_000000023040	0.9527796383121232		0	0	False	False	0.9804450273513794	0					non-mobilizable	no_good_hit	88.0	82.955	6.0	0.00022392522478140948	NZ_RHHU01000005.1	firmicutes	Brevibacillus nitrificans strain JCM 15774 contig_5, whole genome shotgun sequence	True	False
MAD0052_000000014551	1489	0.5402859731694529	1	1	1	1	1	False	17261	maximal	True	MAD0052_000000014551	0.9401740391588107		57	8	False	False	0.9899260997772217	0					non-mobilizable	no_good_hit	1179.0	79.64399999999999	79.0	0.00039249325746689193	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
USA0011_01_000000025684	1406	0.5402858574753276	2	1	1	1	1	False	1999	maximal	True	USA0011_01_000000025684	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	76.692	9.0	7.143603200983653e-05	NZ_AP018492.1	firmicutes	Melissococcus plutonius strain DAT561	True	False
MON0085_000000005743	3712	0.5402851250563098	3	2	1	2	1	True	101022	maximal	True	MON0085_000000005743	1.0		6	4	False	False	0.998652994632721	0					non-mobilizable	no_good_hit	3276.0	91.789	88.0	0.0006632957086777636	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0062_000000008917	3232	0.5402851250563098	2	2	1	2	1	True	101023	fragment	False	FIJ0062_000000008917	0.9829942784488239		0	0	False	False	1.0	0					non-mobilizable	chromosome	3250.0	90.92299999999999	100.0	0.0006582199839404069	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
MAD0040_000000009617	3090	0.5402791377570316	3	1	1	1	1	False	18387	maximal	True	MAD0040_000000009617	1.0		1	1	False	False	0.9990290999412537	0					non-mobilizable	no_good_hit	1312.0	81.021	42.0	0.00042042447542343334	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ENG0017_000000006615	3300	0.5402780640705928	2	2	2	2	2	False	66716	maximal	True	ENG0017_000000006615	1.0		371	11	False	False	0.9996969699859619	0					non-mobilizable	other	3300.0	100.0	100.0	0.062069614299153336	NZ_SPGG01000028.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_28_length_53150_cov_37.9609, whole genome shotgun sequence	False	False
SPA0041_000000007066	4811	0.540274239238517	5	5	5	5	4	False	85468	maximal	True	SPA0041_000000007066	1.0		514	13	False	False	1.0	0					non-mobilizable	other	4811.0	98.711	100.0	0.019619452043607856	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CAN0009_000000003085	6245	0.5402720365686267	6	6	6	6	4	False	94836	maximal	True	CAN0009_000000003085	1.0		1	1	False	False	0.998879075050354	0					non-mobilizable	no_good_hit	4255.0	83.22	89.0	0.001509155197217769	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0012_000000010029	2384	0.5402663221402045	5	4	1	3	2	False	67074	maximal	True	ENG0012_000000010029	1.0		31	11	False	False	0.9995805621147156	0					non-mobilizable	no_good_hit	922.0	90.23899999999999	39.0	0.00025446637422607966	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0029_000000003721	3202	0.5402634048421686	6	4	3	3	4	False	90465	maximal	True	CHI0029_000000003721	1.0		73	11	False	False	0.995315432548523	0					non-mobilizable	chromosome	3176.0	99.49600000000001	99.0	0.001245096574396187	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
CHI0187_000000008831	1803	0.5402628620057386	2	1	1	1	1	False	77068	fragment	False	CHI0187_000000008831	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	85.366	25.0	0.0002188852849704824	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0022_000000011538	1150	0.5402617186831683	2	2	2	2	1	False	7665	maximal	True	SPA0022_000000011538	1.0		28	6	False	False	0.9426087141036987	0					non-mobilizable	no_good_hit	763.0	89.12200000000001	66.0	0.00021560612913043602	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0380_000000008308	1446	0.5402612345951471	3	3	3	3	2	False	23181	maximal	False	SPA0084_000000012896	0.4847664184157075		0	0	False	False	0.9854771494865417	0					non-mobilizable	other	1450.0	96.345	100.0	0.0049653797914196865	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0062_000000008385	2992	0.5402598058751934	3	3	3	3	2	False	99227	maximal	True	ENG0062_000000008385	0.9904376609047444		11	4	False	False	0.999331533908844	0					non-mobilizable	other	3019.0	98.211	100.0	0.0009139558145669052	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
AST0090_000000008646	2734	0.5402568970610764	2	2	2	2	2	False	109907	maximal	True	AST0090_000000008646	1.0		77	7	False	False	0.9912216663360596	0					non-mobilizable	no_good_hit	160.0	75.625	6.0	4.233688764169966e-05	CP037934.1	g-proteobacteria	Marinobacter sp. JH2 chromosome, complete genome	True	False
ENG0101_000000009885	3188	0.5402562854506096	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.1008462260636091		0	0	False	False	0.9981179237365723	0					non-mobilizable	chromosome	3169.0	98.454	99.0	0.0011042436697697958	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0074_000000013738	2305	0.5402524953021718	4	2	1	2	2	False	106497	fragment	False	FIJ0074_000000013738	1.0		0	0	False	False	0.9995661377906799	0					non-mobilizable	no_good_hit	1164.0	96.39200000000001	73.0	0.007334300309011793	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	True	False
ISR0373_000000008765	1856	0.5402456689394147	1	1	1	1	1	False	23436	maximal	True	ISR0373_000000008765	1.0		450	12	False	False	0.9919180870056152	0					non-mobilizable	other	1856.0	99.62299999999999	100.0	0.02849506136807017	NZ_SPGG01000021.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_21_length_65099_cov_39.5151, whole genome shotgun sequence	False	False
SPA0109_000000003362	7009	0.5402450498701069	8	7	3	4	6	True	126043	maximal	False	ISR0020_000000002415	0.9390655203210257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1124.0	74.199	16.0	0.00021565415157640065	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	True
ENG0007_000000014229	1777	0.5402447598691569	3	2	1	2	2	False	67522	maximal	False	USA0036_01_000000018383	0.9967034776817384		0	0	False	False	0.9994372725486755	0					non-mobilizable	no_good_hit	704.0	88.92	72.0	0.0002265897787059113	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0036_01_000000018383	1771	0.5402447598691569	3	2	1	2	2	False	67522	maximal	True	USA0036_01_000000018383	0.99811144088279		162	12	False	False	0.9994353652000427	0					non-mobilizable	no_good_hit	688.0	89.244	72.0	0.00022143268559169423	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0107_000000012189	1256	0.5402429632810614	2	1	1	1	1	False	115968	fragment	False	ISR0258_000000017551	0.16844116844116844		0	0	False	False	0.9912420511245728	0					non-mobilizable	chromosome	1222.0	95.008	97.0	0.00038359547792308737	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0101_000000009642	4668	0.5402384614564208	5	5	5	4	4	False	125358	fragment	False	SPA0101_000000009642	0.9794950845021031		0	0	False	False	0.9993573427200317	0					non-mobilizable	other	4669.0	99.208	100.0	0.018406628123716552	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0025_000000007182	1752	0.540230472773545	3	2	2	1	1	False	110174	maximal	True	MAD0025_000000007182	1.0		475	13	False	False	0.9982876777648926	0					non-mobilizable	other	780.0	98.07700000000001	90.0	0.00023311620708260303	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0292_000000012592	1589	0.5402278409990812	2	2	2	2	1	False	25870	maximal	True	ISR0292_000000012592	1.0		365	11	False	False	0.9981120228767395	0					non-mobilizable	no_good_hit	819.0	75.458	51.0	0.004228130674355446	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0377_000000011959	1362	0.5402265320201259	2	1	1	1	1	False	23302	fragment	False	ISR0377_000000011959	1.0		0	0	False	False	0.9985315799713135	0					non-mobilizable	other	1363.0	96.33200000000001	100.0	0.00909637347225005	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
AST0002_000000014343	2550	0.5402257290829616	4	1	1	1	1	False	131920	maximal	True	AST0002_000000014343	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	83.824	3.0	0.0004370885985112893	NZ_AOCG01000001.1	firmicutes	Listeria aquatica FSL S10-1188 c1, whole genome shotgun sequence	True	False
ENG0156_000000005450	2892	0.5402224264624352	3	2	2	2	2	True	56689	maximal	True	ENG0156_000000005450	1.0		45	10	False	False	0.9979252815246582	0					non-mobilizable	other	2940.0	76.667	99.0	0.03455335656046837	NZ_KQ960531.1	CFB group bacteria	Prevotella amnii strain DNF00307 Scaffold228, whole genome shotgun sequence	False	True
CHI0135_000000007130	2862	0.5402193921967253	5	3	3	3	2	True	129360	maximal	True	CHI0135_000000007130	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1957.0	99.898	68.0	0.24860193187595322	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0072_000000016476	1200	0.5402169898341731	2	2	2	2	2	False	5860	fragment	False	SPA0072_000000016476	1.0		0	0	False	False	0.9958333373069763	0					non-mobilizable	other	1201.0	89.425	99.0	0.006138238351713222	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ENG0116_000000012658	1886	0.5402163140333696	3	2	2	2	2	False	59447	maximal	True	ENG0116_000000012658	1.0		4	4	False	False	0.998939573764801	0					non-mobilizable	no_good_hit	1000.0	89.5	53.0	0.0019731727825107485	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
TAN0017_000000000460	31827	0.5402148485651939	50	20	8	18	12	False	2507	maximal	True	TAN0017_000000000460	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	857.0	74.329	3.0	0.00021076973105782317	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0121_000000001254	15345	0.5402130751127607	20	8	1	8	2	False	32233	maximal	True	ISR0121_000000001254	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0066_000000001523	15007	0.5402130751127607	21	8	1	8	2	False	71026	maximal	True	DEN0066_000000001523	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0432	EU067816.1	bacteria	Uncultured bacterium clone HA0AAA20ZF03RM1 genomic sequence	True	False
SPA0003_000000002188	7542	0.5402124803590859	9	3	1	3	1	True	93554	maximal	True	SPA0003_000000002188	1.0		0	0	False	False	0.9990718364715576	0					non-mobilizable	no_good_hit	863.0	80.417	11.0	0.0017919985279265301	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0165_000000016148	1472	0.5402116603132989	2	2	2	2	2	False	30232	fragment	False	ISR0227_000000017033	0.9571607862255704		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	96.399	100.0	0.0004175769522503168	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0142_000000019184	1390	0.5402079966857871	2	2	2	2	2	False	3428	maximal	True	SPA0142_000000019184	1.0		2	1	False	False	0.9899280667304993	0					non-mobilizable	other	1402.0	80.171	100.0	0.000418616445542819	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0060_000000007764	4393	0.5402071974951373	5	3	3	3	2	False	96366	maximal	True	MON0060_000000007764	1.0		1	1	False	False	0.9990894794464111	0					non-mobilizable	no_good_hit	2543.0	95.43799999999999	88.0	0.00045592413508483293	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0023_000000010880	2683	0.540203971602782	2	2	2	2	2	False	73122	maximal	True	ISR0023_000000010880	0.9696818544093031		260	7	False	False	0.9970182776451111	0					non-mobilizable	chromosome	1608.0	99.81299999999999	99.0	0.0005065225415138878	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0041_000000002714	4925	0.5402026312791736	5	4	4	3	2	False	87615	maximal	True	CHI0041_000000002714	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	82.89200000000001	17.0	0.009954325793272998	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
ISR0181_000000010187	1876	0.5402000888407372	4	4	4	4	3	False	110173	fragment	False	USA0093_01_000000009316	0.8945930575698539		0	0	False	False	1.0	0					non-mobilizable	other	1886.0	92.63	99.0	0.04349130173965207	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ENG0044_000000008056	2040	0.5401999464181896	2	2	2	2	2	False	64521	maximal	True	ENG0044_000000008056	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	8.279101489253726e-06	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ISR0112_000000002860	8353	0.5401955939214843	3	3	3	2	2	False	89399	maximal	True	ISR0112_000000002860	1.0		159	12	False	False	1.0	0					non-mobilizable	chromosome	8007.0	97.73899999999999	100.0	0.002135123664580715	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0216_000000009261	1931	0.5401940548040753	3	3	3	3	3	False	28128	fragment	False	ISR0216_000000009261	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1932.0	92.34	100.0	0.0008363868607916668	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0125_000000007927	4579	0.5401905167694055	3	3	3	3	2	False	28268	maximal	True	SPA0125_000000007927	1.0		19	8	False	False	0.9949770569801331	0					non-mobilizable	no_good_hit	760.0	80.921	16.0	0.00026736803262810733	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0031_000000008715	2533	0.5401901307439422	4	2	2	2	2	False	37018	maximal	True	ISR0031_000000008715	1.0		1	1	False	False	0.9905250668525696	0					non-mobilizable	no_good_hit								True	False
USA0053_01_000000005069	4353	0.5401887016840717	4	3	3	3	3	False	131668	fragment	False	DEN0028_000000005326	0.9379583136735549		0	0	False	False	0.9997702836990356	0					non-mobilizable	no_good_hit	1970.0	85.33	66.0	0.0006734537553186568	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0020_000000006591	4213	0.5401887016840717	4	3	3	3	3	False	131668	fragment	False	DEN0028_000000005326	0.8333438351990098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1970.0	85.33	66.0	0.0006734537553186568	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0016_000000006284	5074	0.5401874521113758	5	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.6933110762869985		0	0	False	False	1.0	0					non-mobilizable	chromosome	5074.0	98.20700000000001	100.0	0.002239879480090107	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ENG0151_000000006860	3428	0.5401853437511139	4	3	3	3	3	False	126839	maximal	True	ENG0151_000000006860	1.0		8	2	False	False	0.9807468056678772	0					non-mobilizable	chromosome	1109.0	88.458	97.0	0.00047781146738850016	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0830_000000015202	1914	0.5401849154353071	3	1	1	1	1	True	89355	fragment	False	ISR0830_000000015202	1.0		0	0	False	False	0.9979101419448853	0					non-mobilizable	other	1868.0	99.679	100.0	0.004418244723901119	NZ_JH992945.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.6, whole genome shotgun sequence	False	True
DEN0049_000000002149	1749	0.5401849154353071	2	1	1	1	1	True	89354	fragment	False	DEN0049_000000002149	0.9979398434281005		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	100.0	100.0	0.004136631910754769	NZ_JH992945.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.6, whole genome shotgun sequence	False	True
CHI0020_000000006447	1618	0.5401849154353071	2	1	1	1	1	True	89354	fragment	False	DEN0049_000000002149	0.9679417424396122		0	0	False	False	1.0	0					non-mobilizable	other	1619.0	99.382	100.0	0.0038289876610990946	NZ_JH992945.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.6, whole genome shotgun sequence	False	True
DEN0053_000000007773	1550	0.5401849154353071	2	1	1	1	1	True	89354	fragment	False	DEN0049_000000002149	0.6473011948908117		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	100.0	100.0	0.0036656995593587747	NZ_JH992945.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.6, whole genome shotgun sequence	False	True
USA0009_01_000000017247	1479	0.5401849154353071	2	1	1	1	1	True	69350	fragment	False	USA0009_01_000000017247	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	99.863	99.0	0.003445615596143561	NZ_JH992945.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.6, whole genome shotgun sequence	False	True
ISR0284_000000012582	1200	0.5401849154353071	2	1	1	1	1	True	26080	fragment	False	ISR0284_000000012582	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	99.833	100.0	0.000318601914215571	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
DEN0081_000000008499	1158	0.5401849154353071	1	1	1	1	1	True	69349	fragment	False	DEN0081_000000008499	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	99.825	99.0	0.002707269396969941	NZ_JH992945.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.6, whole genome shotgun sequence	False	True
MON0102_000000018595	2449	0.5401841240121772	3	3	3	2	2	False	8953	maximal	True	MON0102_000000018595	1.0		0	0	False	False	0.9848917722702026	0					non-mobilizable	no_good_hit								True	False
ISR0031_000000007406	2893	0.5401832485685996	1	1	1	1	0	False	37020	fragment	False	ISR0031_000000007406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000006983	4069	0.5401822041999029	4	2	1	2	1	True	58659	fragment	False	ENG0128_000000006005	0.9808107459822499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0026_000000007837	3623	0.5401822041999029	4	2	1	2	1	True	51158	fragment	False	SPA0026_000000007837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0787_000000004258	3168	0.5401822041999029	3	2	1	2	1	True	36522	fragment	False	ISR0787_000000004258	0.9806139726651623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0116_000000013463	2926	0.5401822041999029	4	2	1	2	1	True	36522	fragment	False	ISR0787_000000004258	0.9525976085051427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0783_000000004847	2920	0.5401822041999029	3	2	1	2	1	True	36522	fragment	False	ISR0787_000000004258	0.6532239690134427		0	0	False	False	0.9965753555297852	0					non-mobilizable	no_good_hit								True	True
FIJ0079_000000008612	3314	0.5401815904984559	5	2	1	2	1	False	84959	maximal	True	FIJ0079_000000008612	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	94.92200000000001	82.0	0.0005206155577542297	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ISR0078_000000006436	2850	0.5401798992826171	2	2	2	2	2	False	88636	maximal	True	ISR0078_000000006436	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	1757.0	100.0	62.0	0.000596686892630679	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MAD0049_000000007597	2326	0.5401785506839385	2	2	2	2	2	False	17475	maximal	True	MAD0049_000000007597	1.0		33	8	False	False	0.995270848274231	0					non-mobilizable	no_good_hit	1103.0	95.014	68.0	0.001432868728586972	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0138_000000012727	2302	0.5401773309719058	2	2	2	1	1	False	61435	fragment	False	ENG0086_000000010657	0.9571846282372598		0	0	False	False	0.9930495023727417	0					non-mobilizable	other	2302.0	97.698	100.0	0.006352054548717029	NZ_KB905475.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.4, whole genome shotgun sequence	False	False
FIJ0022_000000009972	2548	0.5401689993877465	3	3	3	3	3	False	49478	fragment	False	FIJ0022_000000009972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	601.0	99.00200000000001	47.0	0.00019292331555437802	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
AST0108_000000002968	6712	0.5401680179831795	6	6	6	6	6	False	107316	maximal	True	AST0108_000000002968	1.0		271	14	False	False	0.9937425255775452	0					non-mobilizable	no_good_hit	442.0	75.113	8.0	0.03313618441006976	NZ_QIML01000035.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_35, whole genome shotgun sequence	True	False
ISR0806_000000001163	7543	0.5401668434409491	6	6	6	6	5	False	116686	maximal	True	ISR0806_000000001163	1.0	PS782	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	3534.0	99.66	47.0	0.0004985300984018243	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
USA0019_01_000000006368	4557	0.5401666691161162	6	5	5	5	4	False	113597	fragment	False	USA0019_01_000000006368	0.9664319456928608		0	0	False	False	1.0	0					non-mobilizable	chromosome	4564.0	94.45700000000001	99.0	0.0012762559576103899	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0023_000000014442	1908	0.5401627880738454	4	4	4	2	2	False	7619	maximal	True	SPA0023_000000014442	1.0		1	1	False	False	0.99947589635849	0					non-mobilizable	no_good_hit	731.0	76.744	38.0	0.0004127741283939365	CP019058.1	high GC Gram+	Gardnerella vaginalis strain GV37, complete genome	True	False
MON0048_000000014734	2669	0.5401611202543783	3	2	2	1	2	False	107641	fragment	False	MON0048_000000014734	1.0		0	0	False	False	0.990258514881134	0					non-mobilizable	no_good_hit	95.0	81.053	3.0	0.0012376742604556274	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
ENG0062_000000005873	4192	0.5401603934639756	5	5	5	5	5	False	98808	maximal	False	ISR0221_000000004935	0.9654005749219681		0	0	False	False	0.9966602921485901	0					non-mobilizable	chromosome	4192.0	98.211	100.0	0.0018702499066213809	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0075_000000006038	2895	0.5401597346786762	3	3	3	2	3	True	5794	maximal	True	SPA0075_000000006038	1.0		30	6	False	False	0.9858376383781433	0					non-mobilizable	no_good_hit	2084.0	98.081	72.0	0.005972923892556222	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
DEN0065_000000026126	1318	0.5401597340702234	1	1	1	1	1	False	71054	maximal	True	DEN0065_000000026126	1.0		21	5	False	False	0.9666160941123962	0					non-mobilizable	no_good_hit								True	False
ENG0055_000000017080	1136	0.5401539452781727	2	2	2	1	1	False	63616	maximal	True	ENG0055_000000017080	1.0		205	10	False	False	0.9911971688270569	0					non-mobilizable	other	1136.0	98.06299999999999	100.0	0.0002112545242901755	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
SPA0023_000000000241	32393	0.5401507455481789	37	17	7	15	7	False	98995	maximal	True	SPA0023_000000000241	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3624.0	97.986	26.0	0.15020320145973293	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ENG0086_000000002347	9566	0.5401484062796208	7	2	1	2	1	False	102103	maximal	True	ENG0086_000000002347	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000003722	5097	0.5401471456690213	7	6	5	4	4	False	101581	fragment	False	ISR0798_000000002203	0.5756215605431069		0	0	False	False	0.9998037815093994	0					non-mobilizable	other	5099.0	98.84299999999999	100.0	0.010063682699862212	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0076_000000004258	5769	0.5401467941846443	6	6	6	6	6	False	34594	maximal	True	ISR0076_000000004258	1.0		40	5	False	False	1.0	0					non-mobilizable	no_good_hit	3737.0	93.23	65.0	0.40295928285992005	NZ_CABMGA010000036.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0066_000000021296	1513	0.5401457208567123	2	1	1	1	1	False	35119	maximal	True	ISR0066_000000021296	1.0		565	13	False	False	0.9993390440940857	0					non-mobilizable	no_good_hit	991.0	97.78	65.0	0.002147244662688984	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0279_000000007941	2600	0.5401412035675378	5	2	1	2	1	False	115366	fragment	False	ISR0279_000000007941	0.9793037508935544		0	0	False	False	1.0	0					non-mobilizable	other	2599.0	97.42200000000001	99.0	0.0007822080486739345	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0084_000000013528	2539	0.5401412035675378	5	2	1	2	1	False	115366	fragment	False	ISR0279_000000007941	0.9664511962820015		0	0	False	False	1.0	0					non-mobilizable	other	2540.0	96.929	100.0	0.0007644442785154426	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0063_000000011855	2441	0.5401412035675378	4	2	1	2	1	False	129420	fragment	False	ISR0301_000000005878	0.9534587932431373		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	97.345	79.0	0.00032113366726683676	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0328_000000011983	2368	0.5401412035675378	3	2	1	2	1	False	129420	fragment	False	ISR0301_000000005878	0.9558700491546982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	90.665	84.0	0.0002585378587178077	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0118_000000013287	2298	0.5401412035675378	3	2	1	2	1	False	129420	fragment	False	ISR0301_000000005878	0.9408658234745803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	90.665	86.0	0.0002585378587178077	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0006_01_000000010605	2287	0.5401412035675378	3	2	1	2	1	False	129420	fragment	False	ISR0301_000000005878	0.9560266247667152		0	0	False	False	0.9995627403259277	0					non-mobilizable	no_good_hit	905.0	90.387	85.0	0.00025103998311589495	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0265_000000007402	2229	0.5401412035675378	3	2	1	2	1	False	129420	fragment	False	ISR0301_000000005878	0.9312915140768441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	86.675	82.0	0.0002177160915518381	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0053_01_000000008980	2222	0.5401412035675378	3	2	1	2	1	False	129420	fragment	False	ISR0301_000000005878	0.9131736387259446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	90.56200000000001	87.0	0.0002468744966703878	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0036_000000010936	2200	0.5401412035675378	3	2	1	2	1	False	110473	fragment	False	FIJ0108_000000009949	0.888420370149561		0	0	False	False	1.0	0					non-mobilizable	other	2200.0	94.545	100.0	0.010976822267410778	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0204_000000011804	2195	0.5401412035675378	3	2	1	2	1	False	110473	fragment	False	FIJ0108_000000009949	0.7922432204972382		0	0	False	False	1.0	0					non-mobilizable	chromosome	2195.0	98.77	100.0	0.0005879553304019534	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0082_000000014140	2170	0.5401412035675378	4	2	1	2	1	False	106496	fragment	False	ISR0082_000000014140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	97.516	72.0	0.008116289335939964	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	True	False
ENG0207_000000008266	2166	0.5401412035675378	3	2	1	2	1	False	129420	fragment	False	ISR0301_000000005878	0.33873249783032733		0	0	False	False	1.0	0					non-mobilizable	other	977.0	90.37899999999999	90.0	0.00027103431805432904	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0826_000000005870	2065	0.5401412035675378	3	2	1	2	1	False	110473	fragment	False	FIJ0108_000000009949	0.6830638191718637		0	0	False	False	0.9995157122612	0					non-mobilizable	other	2066.0	95.54700000000001	100.0	0.11997413590406772	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
SPA0085_000000005334	2573	0.5401401269637139	3	3	3	3	2	False	11563	maximal	True	SPA0085_000000005334	1.0		9	4	False	False	0.9980567693710327	0					non-mobilizable	no_good_hit	303.0	76.238	12.0	0.002010264010099347	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0149_000000020686	1913	0.5401355224982128	3	2	2	2	2	False	3297	fragment	False	SPA0149_000000020686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	86.885	3.0	2.28217148616909e-05	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
ISR0375_000000005253	3710	0.5401321542572118	3	2	2	0	2	False	23398	maximal	True	ISR0375_000000005253	1.0		1	1	False	False	0.9795148372650146	0					non-mobilizable	no_good_hit	1490.0	72.819	40.0	0.0003899436969049877	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0039_000000007576	5552	0.5401232529712918	7	5	5	3	3	False	60257	maximal	True	MON0039_000000007576	1.0		368	12	False	False	0.9998198747634888	0					non-mobilizable	other	5552.0	98.145	100.0	0.001854238359318057	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
FIJ0021_000000015772	3138	0.5401178065477925	8	1	1	1	1	False	49655	maximal	True	FIJ0021_000000015772	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0138_000000002053	10466	0.5401115863419047	16	10	4	5	8	False	87831	maximal	True	ENG0138_000000002053	1.0		2	2	False	False	0.998089075088501	0					non-mobilizable	no_good_hit	4620.0	98.24700000000001	75.0	0.0010257230370108769	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
DEN0085_000000000850	28609	0.5401050599212366	26	23	17	19	19	False	106663	maximal	True	DEN0085_000000000850	1.0		31	9	False	False	0.9999650716781616	0					non-mobilizable	chromosome	28613.0	99.322	100.0	0.007996675718399121	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0066_000000011709	2284	0.5401031833122233	3	2	2	2	2	False	16578	maximal	True	MAD0066_000000011709	1.0		3	3	False	False	0.9947460889816284	0					non-mobilizable	no_good_hit								True	False
SPA0093_000000007965	5100	0.5401020617503065	7	3	2	1	3	False	129832	maximal	True	SPA0093_000000007965	1.0		1	1	False	False	0.998235285282135	0					non-mobilizable	no_good_hit	175.0	88.0	5.0	0.005950102647969658	MK233338.1	viruses	Uncultured human fecal virus clone E.hallii_S01.O12_3_c1 sequence	True	False
AST0094_000000004833	4240	0.5401020617503065	6	3	2	1	3	False	129833	fragment	False	AST0094_000000004833	1.0		0	0	False	False	0.9992924332618713	0					non-mobilizable	no_good_hit								True	False
MAD0037_000000006585	1981	0.540100686228835	3	3	3	2	2	False	18632	fragment	False	MAD0037_000000006585	1.0		0	0	False	False	0.9878848791122437	0					non-mobilizable	chromosome	1981.0	99.596	100.0	0.00040428847984060414	CP025976.1	enterobacteria	Escherichia coli strain 10754 a-1 chromosome, complete genome	False	False
ENG0047_000000016720	1279	0.5401002668298077	3	3	3	3	2	True	64294	maximal	True	ENG0047_000000016720	1.0		178	13	False	False	0.9992181658744812	0					non-mobilizable	other	1277.0	95.458	99.0	0.02034633415186402	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	False	True
FIJ0113_000000002060	10510	0.540092559656592	15	5	3	5	1	True	91272	maximal	True	FIJ0113_000000002060	1.0		3	1	False	False	0.999143660068512	0					non-mobilizable	no_good_hit								True	True
MAD0030_000000003668	2865	0.5400923034964246	4	2	1	2	2	False	50284	fragment	False	MAD0030_000000003668	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2865.0	98.08	100.0	0.0005409327841908616	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
DEN0033_000000008953	2795	0.5400921172733789	4	3	2	3	3	True	131624	fragment	False	ISR0345_000000002701	0.6751039720834837		0	0	False	False	1.0	0					non-mobilizable	other	2793.0	99.463	99.0	0.02128470581060271	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
CHI0090_000000002340	5212	0.5400920124690981	8	6	3	3	6	False	85937	maximal	False	ENG0113_000000005184	0.9786244814582284		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	3200.0	93.656	61.0	0.16659679278901582	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	True
USA0010_01_000000021533	1214	0.5400913397892434	2	2	1	2	1	True	2038	fragment	False	USA0010_01_000000021533	1.0		0	0	False	False	0.9868203997612	0					non-mobilizable	other	1214.0	99.75299999999999	100.0	0.006401663482547155	NZ_AKCB01000004.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.4, whole genome shotgun sequence	False	True
MON0056_000000014368	1386	0.5400905993913356	2	2	2	2	1	False	11063	maximal	True	MON0056_000000014368	1.0		15	3	False	False	0.9978355169296265	0					non-mobilizable	no_good_hit	972.0	99.28	70.0	0.002367582408204368	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0228_000000004400	5188	0.5400873497219596	4	4	4	4	4	True	110108	maximal	True	ISR0228_000000004400	1.0		3	2	False	False	0.9998072385787964	0					non-mobilizable	no_good_hit	1436.0	95.47399999999999	62.0	0.0005323370636525154	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
SPA0086_000000001553	9466	0.5400860169145613	8	5	4	5	4	False	127628	fragment	False	SPA0086_000000001553	0.9760710722907118		0	0	False	False	1.0	0					non-mobilizable	other	8839.0	99.559	93.0	0.6349594080034485	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0126_000000005274	9121	0.5400860169145613	8	5	4	5	4	False	127628	fragment	False	SPA0086_000000001553	0.9733565857108906		0	0	False	False	1.0	0					non-mobilizable	other	9031.0	99.446	99.0	0.6481069042316259	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0181_000000002186	8876	0.5400860169145613	8	5	4	5	4	False	127628	fragment	False	SPA0086_000000001553	0.9597496440484092		0	0	False	False	0.9998873472213745	0					non-mobilizable	other	8769.0	99.41799999999999	99.0	0.6292837129104102	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0083_000000007385	3282	0.540085096916776	4	4	4	4	4	False	67077	fragment	False	SPA0100_000000008907	0.9427985379398448		0	0	False	False	1.0	0					non-mobilizable	chromosome	3285.0	95.34200000000001	100.0	0.0014225947590759248	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0780_000000003993	2841	0.5400844712675921	4	2	1	1	2	True	34429	fragment	False	ISR0780_000000003993	0.9976652298850575		0	0	False	False	0.9996480345726013	0					non-mobilizable	other	2841.0	99.789	100.0	0.09710065645514224	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0078_000000006599	2784	0.5400844712675921	4	2	1	1	2	True	34429	fragment	False	ISR0780_000000003993	0.9876803942273847		0	0	False	False	1.0	0					non-mobilizable	other	2784.0	99.928	100.0	0.09515180525164114	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
MON0079_000000014825	1536	0.540080468735279	2	2	2	2	2	False	86094	maximal	False	CHI0056_000000012898	0.9685138539042821		0	0	False	False	0.994140625	0					non-mobilizable	other	1530.0	99.085	99.0	0.0007013942505868668	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
MON0072_000000010217	2113	0.5400796506974499	3	2	1	1	2	True	48015	fragment	False	MON0072_000000010217	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2113.0	95.551	100.0	0.034851086310506506	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
FIJ0099_000000015454	1430	0.540075270458814	2	2	2	2	2	False	42761	maximal	True	FIJ0099_000000015454	1.0		20	7	False	False	1.0	0					non-mobilizable	chromosome	1428.0	99.72	99.0	0.00031219897247814003	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0026_000000002708	8059	0.5400743783553096	9	5	1	5	2	True	37317	fragment	False	ISR0026_000000002708	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8059.0	100.0	100.0	0.21164604838074225	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
USA0022_01_000000000926	11226	0.5400720033168271	16	7	1	7	0	False	1734	fragment	False	USA0022_01_000000000926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00033539653017044244	NZ_WOTP01000008.1	firmicutes	Enterococcus lactis strain CICC 6078 NODE_8_length_98391_cov_3.729195, whole genome shotgun sequence	True	False
SPA0155_000000008249	2294	0.5400719914542171	2	1	1	1	1	False	55052	fragment	False	ISR0004_000000007614	0.9671954713638055		0	0	False	False	1.0	0					non-mobilizable	other	2293.0	99.43299999999999	99.0	0.0023401437779436342	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
SPA0022_000000006202	2167	0.5400719914542171	2	1	1	1	1	False	55052	fragment	False	ISR0004_000000007614	0.6389131066550422		0	0	False	False	1.0	0					non-mobilizable	other	2167.0	98.569	100.0	0.002211497130465058	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
FIJ0072_000000013272	1889	0.5400715290126731	3	2	2	2	1	False	44937	fragment	False	FIJ0072_000000013272	0.9853672004417449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	88.961	41.0	0.00016378884683315332	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0070_000000010762	1811	0.5400715290126731	2	2	2	2	1	False	44937	fragment	False	FIJ0072_000000013272	0.965590259396506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	88.25399999999999	35.0	0.0001669899317875472	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0164_000000013304	1698	0.5400715290126731	3	2	2	2	1	False	40044	fragment	False	FIJ0164_000000013304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	88.631	35.0	0.00011443878711958107	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0019_000000042191	1594	0.5400703137573349	1	1	1	1	1	False	13168	maximal	True	MON0019_000000042191	1.0		10	7	False	False	0.9642409086227417	0					non-mobilizable	no_good_hit								True	False
ISR0224_000000005500	4848	0.5400680021777879	5	5	5	5	3	True	73289	fragment	False	ISR0224_000000005500	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4780.0	100.0	99.0	0.000744208326007784	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
MON0059_000000023840	1645	0.5400654383805111	2	2	2	2	2	False	10934	maximal	True	MON0059_000000023840	1.0		51	10	False	False	0.9738602042198181	0					non-mobilizable	other	1636.0	98.35	99.0	0.013635112708592205	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0025_000000021017	1872	0.5400621563810514	2	2	2	2	1	False	37351	maximal	True	ISR0025_000000021017	1.0		6	4	False	False	0.997863233089447	0					non-mobilizable	other	1823.0	79.375	96.0	0.025170124944221328	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0109_000000018216	1776	0.5400621563810514	2	2	2	2	1	False	129874	fragment	False	AST0007_000000009148	0.8202769859020201		0	0	False	False	0.9988738894462585	0					non-mobilizable	other	1778.0	96.007	100.0	0.02470995091477019	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0125_000000013168	1448	0.5400621563810514	2	2	2	2	1	False	129454	fragment	False	ENG0177_000000014127	0.7198282990667986		0	0	False	False	0.9979282021522522	0					non-mobilizable	other	1308.0	95.795	99.0	0.7346824058459809	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
CAN0018_000000028335	1187	0.5400596336351488	2	1	1	1	1	False	92027	fragment	False	CHI0130_000000012425	0.4914425427872861		0	0	False	False	0.9915754199028015	0					non-mobilizable	no_good_hit	100.0	91.0	8.0	2.8255908338975e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0395_000000032840	1166	0.5400596336351488	1	1	1	1	1	False	92027	fragment	False	CHI0130_000000012425	0.48564144710868695		0	0	False	False	0.9939965605735779	0					non-mobilizable	no_good_hit	82.0	91.463	7.0	2.3118470459161365e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0310_000000000917	13121	0.5400579496898718	25	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.9574465592870793		0	0	False	False	1.0	0					non-mobilizable	chromosome	10084.0	98.661	98.0	0.0026889113616908556	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0059_000000011347	1603	0.5400572195478301	2	2	2	2	2	False	85798	maximal	True	CHI0059_000000011347	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	83.58	84.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0110_000000019653	1342	0.5400572195478301	2	2	2	2	2	False	41604	fragment	False	FIJ0157_000000012926	0.9356644947286842		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	83.506	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0003_000000007445	3736	0.5400545822733278	6	6	3	3	3	False	20105	maximal	True	MAD0003_000000007445	1.0		3	2	False	False	0.9906316995620728	0					non-mobilizable	no_good_hit	856.0	96.02799999999999	38.0	0.0002858032978023565	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ENG0100_000000007495	3904	0.5400535528614546	4	3	2	3	1	True	96976	fragment	False	CAN0002_000000003451	0.6391222574342257		0	0	False	False	1.0	0					non-mobilizable	other	3839.0	97.89	99.0	0.001351492865436372	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0002_000000004889	4149	0.5400469767332421	7	3	2	3	3	False	44064	maximal	True	MON0002_000000004889	1.0		2	1	False	False	0.9995179772377014	0					non-mobilizable	no_good_hit	2193.0	95.62200000000001	53.0	0.0007357948014380648	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0271_000000007314	2283	0.5400447549598117	3	3	3	3	3	False	26416	maximal	True	ISR0271_000000007314	1.0		42	7	False	False	0.9969338774681091	0					non-mobilizable	other	2283.0	98.16	100.0	0.0027587274070259298	NZ_SAXT01000005.1	bacteria	Brachyspira aalborgi strain W1 W1_contig5, whole genome shotgun sequence	False	False
ISR0143_000000025124	1153	0.5400446353548337	2	2	2	1	1	False	31104	maximal	True	ISR0143_000000025124	1.0		16	6	False	False	0.9956634640693665	0					non-mobilizable	no_good_hit	285.0	75.789	24.0	0.012497180239115724	NZ_FNID01000042.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0203_000000004126	4231	0.5400431703069226	4	1	1	1	1	False	28698	maximal	True	ISR0203_000000004126	1.0		173	12	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	4.770985671607443e-05	NZ_SNYR01000003.1	a-proteobacteria	Maritalea mobilis strain CGMCC 1.7002 Ga0070545_13, whole genome shotgun sequence	True	False
ISR0197_000000020372	1244	0.5400413742639986	3	2	2	1	0	False	114033	fragment	False	ISR0083_000000021192	0.9230601850323096		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	95.572	100.0	0.00031992361018197494	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
ENG0191_000000029660	1107	0.5400399452836546	1	1	1	1	1	False	57193	fragment	False	ISR0165_000000020759	0.4769900497512438		0	0	False	False	0.9945799708366394	0					non-mobilizable	other	1107.0	99.639	100.0	0.009409402596518691	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
MON0021_000000007695	3452	0.5400388300879443	2	2	2	2	2	False	13080	maximal	True	MON0021_000000007695	1.0		2	1	False	False	0.9997103214263916	0					non-mobilizable	no_good_hit	1082.0	73.19800000000001	31.0	0.0036381986995229765	NZ_NBAX01000005.1	CFB group bacteria	Prevotella timonensis strain DNF00076 Contig_5, whole genome shotgun sequence	True	False
ENG0188_000000018013	1395	0.5400367771299014	2	1	1	1	1	False	54891	maximal	True	ENG0188_000000018013	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	98.24799999999999	65.0	0.0004069835158288474	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0776_000000005680	4545	0.5400367090620203	4	4	3	3	4	False	22431	maximal	True	ISR0776_000000005680	1.0		439	12	False	False	1.0	0					non-mobilizable	chromosome	4533.0	99.316	100.0	0.0006400051076108345	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0075_000000008504	2849	0.5400353795523044	4	4	4	3	3	False	125865	maximal	True	ISR0075_000000008504	1.0		148	12	False	False	1.0	0					non-mobilizable	other	2897.0	83.914	100.0	0.0008875634718322259	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0200_000000002745	6950	0.5400344314357447	6	6	5	5	3	False	54220	maximal	True	ENG0200_000000002745	1.0		1	1	False	False	0.9943884611129761	0					non-mobilizable	no_good_hit	2237.0	90.434	34.0	0.0006814717343623791	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
MAD0110_000000006111	4506	0.5400338274783171	5	3	2	3	1	False	33482	fragment	False	MAD0110_000000006111	1.0		0	0	False	False	0.9942299127578735	0					non-mobilizable	no_good_hit	899.0	98.665	24.0	0.00022016975627600264	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0826_000000001467	8146	0.5400320558126761	6	3	3	3	3	False	21106	maximal	True	ISR0826_000000001467	1.0		1	1	False	False	0.9997544884681702	0					non-mobilizable	no_good_hit	1186.0	72.513	14.0	0.0004849943095957193	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0105_000000029705	1832	0.5400320405838536	3	3	3	3	1	False	85109	fragment	False	MON0105_000000029705	0.9995998828691303		0	0	False	False	0.9939956068992615	0					non-mobilizable	chromosome	1832.0	100.0	100.0	0.0005097261370358771	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0069_000000020284	2428	0.5400294370305991	2	2	2	2	1	False	118279	maximal	True	MON0069_000000020284	1.0		59	7	False	False	0.9472817182540894	0					non-mobilizable	no_good_hit	1285.0	74.708	52.0	0.006685316011568915	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
ISR0271_000000011529	1601	0.5400235530494645	2	2	2	2	2	False	26410	fragment	False	ISR0271_000000011529	1.0		0	0	False	False	0.9800124764442444	0					non-mobilizable	no_good_hit	40.0	97.5	2.0	1.5212251869644264e-05	NZ_CP012342.1	high GC Gram+	Corynebacterium riegelii strain PUDD_83A45 genome	True	False
ISR0139_000000021858	1269	0.5400206546859353	2	2	2	2	2	False	31281	maximal	True	ISR0139_000000021858	1.0		23	8	False	False	0.9834515452384949	0					non-mobilizable	no_good_hit	120.0	84.167	9.0	0.0009602678901190897	NZ_JAAVNF010000011.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_22_length_121731_cov_32.216633, whole genome shotgun sequence	True	False
ISR0229_000000003302	4629	0.5400181365922097	6	1	1	1	1	False	106382	maximal	True	ISR0229_000000003302	1.0		2	2	False	False	0.9989198446273804	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00023876395669575817	NZ_JH591190.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.4, whole genome shotgun sequence	True	False
AST0118_000000010155	2915	0.5400140397684704	4	4	4	3	3	False	105939	maximal	True	AST0118_000000010155	1.0		94	10	False	False	0.9931389093399048	0					non-mobilizable	no_good_hit	1285.0	73.307	43.0	0.006588640994827316	NZ_WNAJ01000006.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold6_size191390, whole genome shotgun sequence	True	False
MAD0032_000000006492	2488	0.5400133400323559	2	2	2	2	2	False	18921	maximal	True	MAD0032_000000006492	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	95.61	54.0	0.00043287350327459297	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0149_000000020524	1291	0.5400120718452774	1	1	1	1	1	True	104347	maximal	True	AST0149_000000020524	1.0		7	4	False	False	0.9953524470329285	0					non-mobilizable	no_good_hit	832.0	86.05799999999999	64.0	0.00019066278025065586	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	True
ISR0327_000000025140	1187	0.5400120718452774	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.05363407143517273		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	99.495	100.0	0.004549499785183821	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0159_000000021936	1187	0.5400109844531459	2	2	2	2	2	False	39370	fragment	False	FIJ0159_000000021936	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	84.67399999999999	99.0	0.01620567473288104	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0082_000000012096	2456	0.5400100208134667	3	3	3	3	3	False	84442	fragment	False	FIJ0082_000000012096	0.9709980990086565		0	0	False	False	0.9934853315353394	0					non-mobilizable	other	1890.0	97.725	99.0	0.0178889351869389	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
FIJ0035_000000007129	1698	0.5400087361376695	3	2	2	2	1	True	114492	fragment	False	FIJ0033_000000013131	0.1680467514480374		0	0	False	False	0.9994110465049744	0					non-mobilizable	other	1403.0	88.596	100.0	0.0004209110285012165	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0085_000000009230	2549	0.5400077503193884	3	3	3	3	1	False	86339	maximal	True	ISR0085_000000009230	0.9841206828106392		240	13	False	False	0.997646152973175	0					non-mobilizable	no_good_hit	1296.0	72.531	50.0	0.003824184629205844	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0254_000000004323	2519	0.5400077503193884	3	3	3	3	1	False	86339	maximal	False	ISR0085_000000009230	0.9784229109454688		0	0	False	False	0.9996030330657959	0					non-mobilizable	no_good_hit	1366.0	72.914	53.0	0.004024499062164246	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0844_000000005264	2446	0.5400077503193884	3	3	3	3	1	False	97538	maximal	True	ISR0844_000000005264	0.9945872801082545		118	11	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	76.185	35.0	0.0034575900474031074	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ENG0011_000000011246	2414	0.5400077503193884	3	3	3	3	1	False	67192	maximal	True	ENG0011_000000011246	0.9576062378167642		200	11	False	False	0.9987572431564331	0					non-mobilizable	no_good_hit	860.0	71.628	35.0	0.0011341140425164655	NZ_LN908976.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
MON0109_000000014955	2375	0.5400077503193884	3	3	3	3	1	False	67192	maximal	False	ENG0011_000000011246	0.9233978336248428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	80.569	40.0	0.0001619012565401119	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
FIJ0049_000000007262	2346	0.5400077503193884	3	3	3	3	1	False	87837	maximal	True	FIJ0049_000000007262	0.9614318869409594		11	4	False	False	0.9919010996818542	0					non-mobilizable	other	1321.0	82.059	92.0	0.014405001311532745	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
FIJ0154_000000016998	2226	0.5400077503193884	3	3	3	3	1	False	39597	maximal	True	FIJ0154_000000016998	1.0		52	10	False	False	0.9964061379432678	0					non-mobilizable	chromosome	2227.0	98.56299999999999	100.0	0.0009117989239543306	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
ISR0289_000000004262	2224	0.5400077503193884	3	3	3	3	1	False	87837	maximal	False	FIJ0049_000000007262	0.9517447635998655		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	82.21	91.0	0.014405001311532745	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ENG0081_000000011981	2197	0.5400077503193884	3	3	3	3	1	False	87837	maximal	False	FIJ0049_000000007262	0.9448248407291785		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	82.088	91.0	0.01430663635568768	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ENG0149_000000009822	2119	0.5400077503193884	3	3	3	3	1	False	103203	maximal	True	ENG0149_000000009822	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	76.443	71.0	0.010300878775533958	NZ_VWXL01000108.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_108, whole genome shotgun sequence	True	False
DEN0093_000000016115	2000	0.5400077503193884	3	3	3	3	1	False	86337	fragment	False	DEN0093_000000016115	0.9898989898989898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	77.747	23.0	0.00043897831496447483	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
CHI0054_000000008740	1980	0.5400077503193884	3	3	3	3	1	False	86337	fragment	False	DEN0093_000000016115	0.985		0	0	False	False	0.9959595799446106	0					non-mobilizable	no_good_hit	359.0	77.437	23.0	0.00043281288919250183	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0233_000000007931	1965	0.5400077503193884	3	3	3	3	1	False	72444	maximal	True	ISR0233_000000007931	0.9955357142857143		207	10	False	False	0.996437668800354	0					non-mobilizable	no_good_hit	740.0	74.73	37.0	0.00044022719551351067	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0355_000000010566	1909	0.5400077503193884	3	3	3	3	1	False	87835	fragment	False	ISR0355_000000010566	0.9854344421962873		0	0	False	False	1.0	0					non-mobilizable	other	886.0	82.95700000000001	90.0	0.009650695112354639	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ISR0278_000000006110	1857	0.5400077503193884	3	3	3	3	1	False	87835	fragment	False	ISR0355_000000010566	0.9699720488615768		0	0	False	False	0.9994614720344543	0					non-mobilizable	other	906.0	83.554	90.0	0.009749060068199703	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
CHI0038_000000006562	1838	0.5400077503193884	3	3	3	3	1	False	87835	fragment	False	ISR0355_000000010566	0.9725929542900595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	83.39200000000001	89.0	0.009126082014514295	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
USA0020_01_000000019125	1813	0.5400077503193884	3	3	3	3	1	False	1788	maximal	True	USA0020_01_000000019125	1.0		8	5	False	False	0.9906232953071594	0					non-mobilizable	no_good_hit	192.0	76.042	11.0	0.0005144743290848584	NZ_MKIR01000024.1	firmicutes	Floricoccus tropicus strain DF1 DF1_Contig7, whole genome shotgun sequence	True	False
DEN0008_000000004732	1804	0.5400077503193884	3	3	3	3	1	False	76126	maximal	True	DEN0008_000000004732	1.0		4	4	False	False	0.9800443649291992	0					non-mobilizable	no_good_hit	868.0	74.885	47.0	0.0055488697349162465	NZ_SLUM01000004.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_104, whole genome shotgun sequence	True	False
SPA0098_000000020742	1792	0.5400077503193884	3	3	3	3	1	False	72444	maximal	False	ISR0233_000000007931	0.9519083969465649		0	0	False	False	0.9988839030265808	0					non-mobilizable	no_good_hit	737.0	74.763	41.0	0.0004384327911839719	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
FIJ0070_000000011406	1712	0.5400077503193884	3	3	3	3	1	False	97536	fragment	False	FIJ0070_000000011406	1.0		0	0	False	False	0.9964953064918518	0					non-mobilizable	no_good_hit	712.0	75.562	41.0	0.002828563558398737	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ENG0018_000000013319	1608	0.5400077503193884	3	3	3	3	1	False	130992	fragment	False	ENG0018_000000013319	0.972808701215611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	429.0	84.848	50.0	0.00014506968610928877	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0182_000000025599	1563	0.5400077503193884	3	3	3	3	1	False	130992	fragment	False	ENG0018_000000013319	0.9595771144278606		0	0	False	False	0.999360203742981	0					non-mobilizable	no_good_hit	305.0	85.902	49.0	0.00010328146271012597	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
AUS0020_000000016841	1562	0.5400077503193884	3	3	3	3	1	False	99520	maximal	True	AUS0020_000000016841	1.0		56	9	False	False	0.9705505967140198	0					non-mobilizable	no_good_hit	828.0	86.594	79.0	0.00898399930051587	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0103_000000015096	1487	0.5400077503193884	3	3	3	3	1	False	48192	fragment	False	FIJ0103_000000015096	0.9924297043979813		0	0	False	False	0.9986550211906433	0					non-mobilizable	no_good_hit	721.0	82.94	47.0	0.007727113753606715	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0046_000000025055	1458	0.5400077503193884	3	3	3	3	1	False	36152	maximal	True	ISR0046_000000025055	1.0		171	11	False	False	0.9965706467628479	0					non-mobilizable	other	1458.0	99.314	100.0	0.0005137294821134344	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0080_000000025283	1321	0.5400076938308076	2	2	2	2	2	False	34282	maximal	True	ISR0080_000000025283	1.0		92	9	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	96.667	32.0	0.00011888836809891512	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
MON0094_000000002581	8712	0.5400041639744017	13	3	1	2	2	False	68995	maximal	True	MON0094_000000002581	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	85.911	7.0	7.735955306451866e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0026_000000021453	1521	0.5400021687276462	3	2	2	2	1	False	49064	maximal	True	FIJ0026_000000021453	1.0		59	10	False	False	1.0	0					non-mobilizable	no_good_hit	1250.0	100.0	82.0	0.0002622421303215311	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	True	False
ENG0103_000000001676	12273	0.5399997717139353	15	8	5	7	5	False	60334	maximal	True	ENG0103_000000001676	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1184.0	86.655	12.0	0.0004350761162352591	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
AST0099_000000006894	3066	0.5399988123999303	3	3	3	3	3	False	108867	maximal	False	ISR0260_000000003905	0.9896675905592208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0260_000000003905	3066	0.5399988123999303	3	3	3	3	3	False	108867	maximal	True	ISR0260_000000003905	0.9899012524123834		37	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0807_000000004428	3026	0.5399988123999303	3	3	3	3	3	False	108867	maximal	False	ISR0260_000000003905	0.9812191738841136		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0043_000000014337	1545	0.5399937790384035	3	3	1	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.2049285830496429		0	0	False	False	0.999352753162384	0					non-mobilizable	other	1545.0	96.311	100.0	0.0013236642322232409	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0020_000000016310	1239	0.5399928971562921	2	1	1	1	1	False	66450	maximal	True	ENG0020_000000016310	1.0		301	14	False	False	0.9822437167167664	0					non-mobilizable	other	1239.0	99.435	100.0	0.00039641281623768374	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
FIJ0063_000000012452	2168	0.5399926740095772	2	2	2	2	2	False	45607	maximal	True	FIJ0063_000000012452	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0012_000000000906	7072	0.5399925328780119	11	11	5	8	11	False	75497	maximal	True	DEN0012_000000000906	1.0		2	2	False	False	0.9966063499450684	0					non-mobilizable	plasmid	7072.0	99.35	100.0	0.027588011733595815	LR135294.1	firmicutes	Enterococcus faecium isolate E7237 genome assembly, plasmid: 2	False	True
ISR0385_000000013815	1676	0.539992271513745	1	1	1	1	1	False	32078	fragment	False	ISR0385_000000013815	0.9785086505544965		0	0	False	False	1.0	0					non-mobilizable	chromosome	1676.0	100.0	100.0	0.00029775194614227246	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0023_000000012161	2451	0.5399912754176399	2	2	2	2	1	False	80240	fragment	False	ISR0023_000000012161	1.0		0	0	False	False	0.9865360856056213	0					non-mobilizable	chromosome	2452.0	99.021	100.0	0.0008328471377208396	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0154_000000006352	4383	0.5399891994831357	5	5	2	1	4	False	98151	fragment	False	ENG0154_000000006352	0.9722747604487787		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	4383.0	100.0	100.0	0.8480743177859493	CP054222.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p3, complete sequence	False	True
ENG0204_000000005435	4197	0.5399891994831357	5	5	2	1	4	False	98151	fragment	False	ENG0154_000000006352	0.7392197125256673		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	4197.0	99.976	100.0	0.8120766402167602	CP034960.1	enterobacteria	Escherichia coli strain WCHEC020032 plasmid p2_020032, complete sequence	False	True
ENG0112_000000006443	4197	0.5399891994831357	5	5	2	1	4	False	98151	fragment	False	ENG0154_000000006352	0.7392197125256673		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	4197.0	99.976	100.0	0.8120766402167602	CP034960.1	enterobacteria	Escherichia coli strain WCHEC020032 plasmid p2_020032, complete sequence	False	True
USA0069_01_000000027444	2237	0.5399888236273878	3	3	2	3	2	False	71876	maximal	False	DEN0061_000000017260	0.942998760842627		0	0	False	False	0.9964237809181213	0					non-mobilizable	no_good_hit	98.0	80.612	4.0	3.324428206916524e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0135_000000018676	1523	0.5399884023152672	2	1	1	1	1	False	65546	fragment	False	FIJ0135_000000018676	0.9933659217877095		0	0	False	False	0.9947472214698792	0					non-mobilizable	no_good_hit								True	False
ISR0107_000000020404	1432	0.5399884023152672	2	1	1	1	1	False	65546	fragment	False	FIJ0135_000000018676	0.9625738673670388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0001_000000017040	1256	0.5399884023152672	2	1	1	1	1	False	65545	fragment	False	ISR0194_000000020975	0.9722227574722396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000021145	1243	0.5399884023152672	2	1	1	1	1	False	65545	fragment	False	ISR0194_000000020975	0.971808173939799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0101_000000057053	1176	0.5399884023152672	3	1	1	1	1	False	65545	fragment	False	ISR0194_000000020975	0.7530591695661308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000022861	1130	0.5399884023152672	2	1	1	1	1	False	65545	fragment	False	ISR0194_000000020975	0.5618601583835465		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000007710	3111	0.5399856623357691	4	4	4	3	2	False	67695	fragment	False	ENG0005_000000007710	1.0		0	0	False	False	0.9929283261299133	0					non-mobilizable	no_good_hit	2607.0	86.881	84.0	0.00038379978596858654	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	False
ENG0136_000000003655	3326	0.5399796780187114	2	2	1	2	2	False	58046	maximal	True	ENG0136_000000003655	1.0		239	12	False	False	1.0	0					non-mobilizable	other	3326.0	98.73700000000001	100.0	0.0020002490535663687	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
FIJ0091_000000000666	25367	0.5399789029823728	27	22	8	10	19	True	125594	fragment	False	FIJ0091_000000000666	1.0		0	0	False	False	0.9999606013298035	0					non-mobilizable	other	13922.0	99.152	100.0	0.0059466319576896775	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	True
ISR0343_000000015410	1250	0.5399782700575879	2	2	2	2	2	False	24301	fragment	False	ISR0343_000000015410	0.9760746147607462		0	0	False	False	0.9832000136375427	0					non-mobilizable	other	1248.0	96.955	99.0	0.0066111759092355	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	False	False
CHI0076_000000004248	1974	0.5399776668403673	2	2	2	2	2	False	84590	maximal	True	CHI0076_000000004248	1.0		8	5	False	False	1.0	0					non-mobilizable	chromosome	1974.0	99.74700000000001	100.0	0.0011837088544182097	LR699000.1	euryarchaeotes	Candidatus Methanomethylophilus alvus isolate MGYG-HGUT-02456 genome assembly, chromosome: 1	False	False
ISR0059_000000009415	1809	0.5399757466328151	2	2	1	2	1	True	35447	fragment	False	ISR0059_000000009415	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1809.0	92.92399999999999	100.0	0.0058201484009077886	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0007_000000010052	1773	0.5399740064255039	2	2	2	2	2	False	119173	maximal	True	FIJ0007_000000010052	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1493.0	80.57600000000001	84.0	0.1383982805345295	NZ_NFHM01000047.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_47, whole genome shotgun sequence	True	True
MAD0024_000000001171	6723	0.5399700031356984	4	3	3	3	2	False	19210	fragment	False	MON0041_000000005504	0.9790315607436231		0	0	False	False	0.9974713921546936	0					non-mobilizable	no_good_hit	142.0	78.169	2.0	0.17534942820838628	GQ880075.1		Uncultured organism clone VC1CE15TR genomic sequence	True	False
CHI0064_000000010462	1727	0.5399663025723508	2	2	1	2	1	False	129014	maximal	True	CHI0064_000000010462	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1415.0	81.131	82.0	0.0002302643070151399	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
FIJ0109_000000014774	1674	0.5399663025723508	2	2	1	2	1	False	128951	maximal	True	FIJ0109_000000014774	1.0	PS1059	1	1	False	True	0.9982078671455383	0					non-mobilizable	no_good_hit	1485.0	99.125	89.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0123_000000010423	2107	0.5399651520931411	3	3	3	3	3	False	127744	fragment	False	ISR0348_000000004387	0.2117920124183821		0	0	False	False	1.0	0					non-mobilizable	other	2107.0	99.905	100.0	0.06676600196557081	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0043_000000023913	1238	0.5399636717247098	2	2	2	2	2	False	77115	fragment	False	MON0043_000000023913	0.9853723404255319		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	97.738	100.0	0.0003435137822061527	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0074_000000005715	3792	0.5399590524888974	4	4	4	2	3	False	62185	maximal	True	ENG0074_000000005715	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	3100.0	99.742	100.0	0.0008149487744606256	CP026722.1	enterobacteria	Klebsiella aerogenes isolate E20 chromosome	False	False
MON0047_000000028565	1395	0.5399532228930665	2	2	2	2	2	False	11448	fragment	False	MON0047_000000028565	1.0		0	0	False	False	0.9935483932495117	0					non-mobilizable	other	1401.0	84.79700000000001	100.0	0.000661258533519952	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MAD0100_000000020408	1751	0.5399526278388938	4	2	2	2	2	False	15156	maximal	True	MAD0100_000000020408	1.0		1	1	False	False	0.9988577961921692	0					non-mobilizable	no_good_hit								True	False
MAD0005_000000018859	1630	0.5399523217976654	2	2	2	2	2	False	19945	maximal	True	MAD0005_000000018859	1.0		109	11	False	False	0.9993864893913269	0					non-mobilizable	other	1124.0	99.288	100.0	0.00027533478429615923	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0134_000000001957	8970	0.5399496406335293	9	9	9	9	8	False	62878	maximal	True	FIJ0134_000000001957	1.0		57	10	False	False	0.9973244071006775	0					non-mobilizable	no_good_hit	299.0	85.95299999999999	3.0	8.333074672458434e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0339_000000011750	1314	0.5399482087799657	3	3	3	2	2	False	24384	fragment	False	ISR0339_000000011750	1.0		0	0	False	False	0.9969558715820312	0					non-mobilizable	no_good_hit	639.0	94.992	73.0	0.0014036291954872661	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AUS0002_000000023687	1578	0.5399476209562691	2	1	1	1	1	False	102848	maximal	True	AUS0002_000000023687	1.0		1	1	False	False	0.9892268776893616	0					non-mobilizable	no_good_hit	1052.0	98.479	67.0	0.0002536472348589977	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ENG0037_000000011819	2857	0.5399418498306826	4	4	3	4	3	False	121406	fragment	False	ISR0196_000000005183	0.4772090626106927		0	0	False	False	0.9954497814178467	0					non-mobilizable	chromosome	2857.0	99.16	100.0	0.0009002043426033998	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0208_000000012117	2243	0.5399400114830935	3	3	3	3	2	False	128158	maximal	True	ISR0208_000000012117	1.0		607	13	False	False	0.998662531375885	0					non-mobilizable	other	947.0	93.98100000000001	97.0	0.00029429899907230483	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0118_000000020264	1189	0.5399399295314193	4	2	1	1	1	False	4236	maximal	True	SPA0118_000000020264	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	86.22399999999999	52.0	0.00016234237154526783	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0112_000000008349	3162	0.5399346213090395	4	3	3	3	2	False	49129	maximal	True	FIJ0112_000000008349	0.9783040741967539		13	3	False	False	0.9996837377548218	0					non-mobilizable	no_good_hit	630.0	92.54	20.0	0.0003347014142071914	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0026_000000010494	3019	0.5399346213090395	4	3	3	3	2	False	49129	maximal	False	FIJ0112_000000008349	0.9566729917773561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	399.0	92.48100000000001	13.0	0.00021153129377894498	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0144_000000012261	2577	0.5399346213090395	4	3	3	3	2	False	40095	fragment	False	FIJ0144_000000012261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.0004811025738987704	NZ_AUZM01000032.1	cyanobacteria	Lyngbya aestuarii BL J laest3.contig.31, whole genome shotgun sequence	True	False
MAD0088_000000012544	1985	0.5399289571916547	3	2	1	2	2	False	15895	maximal	True	MAD0088_000000012544	1.0		22	4	False	False	0.9838790893554688	0					non-mobilizable	no_good_hit	980.0	91.32700000000001	48.0	0.00018961149785529834	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0396_000000007361	3062	0.5399210675784291	3	2	2	2	1	False	22685	maximal	True	ISR0396_000000007361	1.0		108	9	False	False	0.9895493388175964	0					non-mobilizable	other	3093.0	94.40700000000001	100.0	0.060089282217958256	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
MON0103_000000020221	2519	0.5399204764960622	5	5	3	3	4	False	8904	fragment	False	MON0103_000000020221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2063.0	90.015	83.0	0.0009896490785155263	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	True	False
ISR0826_000000008496	1486	0.5399171120625861	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.4005569936898752	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	85.714	99.0	0.01762926552604216	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0206_000000009237	2767	0.5399158633334487	2	2	2	2	2	False	53962	maximal	True	ENG0206_000000009237	1.0		1	1	False	False	0.9974702000617981	0					non-mobilizable	no_good_hit	1220.0	82.869	44.0	0.005432472222346524	NZ_AWEY01000032.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00003, whole genome shotgun sequence	True	False
SPA0060_000000007568	1956	0.5399158023736503	4	3	1	3	3	False	49730	maximal	True	SPA0060_000000007568	0.9884615384615385		2	1	False	False	1.0	0					non-mobilizable	chromosome	1918.0	99.322	98.0	0.00034947550417356154	CP038412.1	enterobacteria	Escherichia coli O157:H7 strain 493/89 chromosome, complete genome	False	False
SPA0061_000000008338	1950	0.5399158023736503	4	3	1	3	3	False	49730	maximal	False	SPA0060_000000007568	0.9869631901840491		0	0	False	False	1.0	0					non-mobilizable	chromosome	1905.0	99.52799999999999	98.0	0.0003471055607441112	CP038412.1	enterobacteria	Escherichia coli O157:H7 strain 493/89 chromosome, complete genome	False	False
ENG0093_000000006267	1930	0.5399158023736503	4	3	1	3	3	False	61056	maximal	True	ENG0093_000000006267	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1930.0	100.0	100.0	0.00035650689773389875	CP032204.1	enterobacteria	Escherichia coli strain AR_0013 chromosome, complete genome	False	False
ISR0787_000000002961	4378	0.5399155805092842	6	3	3	2	3	False	22140	fragment	False	ISR0787_000000002961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3419.0	78.23899999999999	79.0	0.010606335186898505	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ITA0005_000000008755	2089	0.5399109015977405	3	3	3	3	2	False	76257	fragment	False	MAD0100_000000017130	0.9473124720254864		0	0	False	False	1.0	0					non-mobilizable	chromosome	2092.0	96.367	100.0	0.0005936279571177044	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0128_000000023832	1258	0.5399088856315952	2	2	2	1	1	False	58579	fragment	False	ISR0385_000000017719	0.7131390654355039		0	0	False	False	0.9960254430770874	0					non-mobilizable	chromosome	1258.0	97.93299999999999	100.0	0.0003368549910279196	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0112_000000005593	2991	0.5399035674717579	5	3	2	2	2	False	89351	fragment	False	CHI0112_000000005593	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2991.0	96.42299999999999	100.0	0.0010550879410505783	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0092_000000021888	2504	0.539900661607562	4	3	3	3	3	False	9459	maximal	True	MON0092_000000021888	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	88.941	34.0	0.3711563447379818	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	False
ISR0183_000000019220	1630	0.5398994226305007	2	2	2	1	1	False	29458	maximal	True	ISR0183_000000019220	1.0		15	6	False	False	0.9754601120948792	0					non-mobilizable	other	1630.0	100.0	100.0	0.0003597666485936746	CP010129.1	enterobacteria	Escherichia coli strain C9, complete genome	False	False
ISR0111_000000008176	2184	0.5398971453634045	5	4	2	2	4	False	111970	fragment	False	CHI0027_000000007196	0.7037730874687397		0	0	False	False	0.9981684684753418	0					non-mobilizable	other	2184.0	100.0	100.0	0.001953558465360357	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0046_000000017421	1962	0.5398971453634045	4	4	2	2	4	False	111969	fragment	False	ISR0046_000000017421	0.9863463050155609		0	0	False	False	1.0	0					non-mobilizable	chromosome	1962.0	99.694	100.0	0.0005459164143786756	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0165_000000008380	1950	0.5398971453634045	4	4	2	2	4	False	111969	fragment	False	ISR0046_000000017421	0.9835931689229913		0	0	False	False	1.0	0					non-mobilizable	other	1950.0	99.897	100.0	0.006533143383893405	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
SPA0038_000000014887	1813	0.5398969774136433	3	2	2	2	2	False	105774	maximal	True	SPA0038_000000014887	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	99.315	72.0	0.008980027651914416	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0055_000000003700	5237	0.5398933871728779	4	4	4	4	2	False	63683	maximal	True	ENG0055_000000003700	1.0		5	2	False	False	0.9996181130409241	0					non-mobilizable	no_good_hit	51.0	90.196	1.0	5.301040806351919e-05	NZ_FOMT01000003.1	firmicutes	Paenibacillus catalpae strain CGMCC 1.10784, whole genome shotgun sequence	True	False
MON0011_000000037767	1237	0.5398924985912527	2	2	2	1	1	False	76585	maximal	True	MON0011_000000037767	0.9731601731601731		43	9	False	False	0.9983831644058228	0					non-mobilizable	no_good_hit	821.0	97.199	66.0	0.003005303260754038	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0029_000000001752	10850	0.5398903007360282	13	5	1	5	3	False	61685	fragment	False	SPA0029_000000001752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	4.883104580230019e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
FIJ0049_000000011430	1495	0.5398900244697713	2	2	2	2	1	False	119648	fragment	False	ISR0366_000000011586	0.7004314994606257		0	0	False	False	1.0	0					non-mobilizable	other	1495.0	99.53200000000001	100.0	0.0002890111308968772	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0059_000000009159	1957	0.5398884951218826	2	2	2	1	1	False	94554	maximal	True	FIJ0059_000000009159	1.0		46	9	False	False	0.9994890093803406	0					non-mobilizable	chromosome	1950.0	97.12799999999999	99.0	0.00040390719405900954	CP030919.1	enterobacteria	Escherichia coli strain KL53 chromosome, complete genome	False	False
ISR0179_000000008153	3001	0.5398868266953083	3	3	3	3	3	False	29683	maximal	True	ISR0179_000000008153	1.0		129	11	False	False	0.9926691055297852	0					non-mobilizable	no_good_hit								True	False
ENG0063_000000013481	2352	0.539885472897658	3	3	3	2	3	False	63095	fragment	False	ENG0063_000000013481	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2352.0	99.95700000000001	100.0	0.00041791929873461647	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0250_000000005901	2070	0.5398787069296677	2	2	2	2	2	False	27023	fragment	False	ISR0250_000000005901	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2072.0	98.021	100.0	0.0005596986171658754	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0028_000000013301	2289	0.5398786024968079	6	4	2	3	3	False	113644	fragment	False	ENG0163_000000010629	0.9703334776959722		0	0	False	False	0.9925732016563416	0					non-mobilizable	no_good_hit	1276.0	89.734	86.0	0.0004433705643772665	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0062_000000012354	1680	0.5398784882795237	2	2	2	1	2	False	99939	backbone	False	AUS0018_000000016405	0.9715649118099456	PS564	0	0	True	True	1.0	24					non-mobilizable	other	1399.0	96.926	98.0	0.005068725095990341	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
USA0133_01_000000011140	1984	0.5398747900778131	3	2	1	1	2	False	65547	fragment	False	USA0133_01_000000011140	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0024_000000001377	6116	0.5398744854924469	7	5	2	2	3	True	100325	maximal	True	MAD0024_000000001377	1.0		12	6	False	False	1.0	0					non-mobilizable	other	5980.0	96.304	98.0	0.006559139784946237	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0346_000000005556	3580	0.5398737153429236	5	3	0	3	0	True	53708	fragment	False	ISR0346_000000005556	1.0		0	0	False	False	0.9899441599845886	0					non-mobilizable	no_good_hit	67.0	94.03	2.0	0.0006757656117214617	NZ_CYXX01000014.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0065_000000005385	5301	0.5398714310400968	9	3	1	3	3	True	63974	maximal	True	ISR0065_000000005385	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	734.0	98.91	16.0	0.0006559589350018972	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
SPA0112_000000007857	4395	0.5398709965948584	7	4	4	3	3	False	8737	fragment	False	SPA0112_000000007857	1.0		0	0	False	False	0.9997724890708923	0					non-mobilizable	no_good_hit	747.0	85.81	29.0	0.00020824469116553513	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0104_000000014988	2121	0.5398695017444196	3	3	3	3	3	False	60242	maximal	True	ENG0104_000000014988	1.0		44	9	False	False	1.0	0					non-mobilizable	chromosome	1458.0	86.626	91.0	0.0003864318990153222	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0037_000000023748	1401	0.5398673880577359	1	1	1	1	1	False	48910	fragment	False	FIJ0037_000000023748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	0.0006879229526293055	NZ_LSZO01000176.1	g-proteobacteria	Ventosimonas gracilis strain CV58 contig_57, whole genome shotgun sequence	True	False
ISR0833_000000002533	3096	0.5398669828109561	4	4	4	4	3	False	97190	fragment	False	ISR0833_000000002533	1.0		0	0	False	False	0.9983850121498108	0					non-mobilizable	chromosome	3051.0	76.27	98.0	0.0004823671293829831	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
SPA0023_000000015387	1804	0.5398664101199977	2	2	2	2	2	False	7618	maximal	True	SPA0023_000000015387	1.0		2	1	False	False	0.9961197376251221	0					non-mobilizable	no_good_hit	416.0	72.837	23.0	0.0012038511463076502	NZ_VCIZ01000006.1	b-proteobacteria	Cupriavidus campinensis strain S14E4C NODE_6_length_339743_cov_25.7079, whole genome shotgun sequence	True	False
ENG0123_000000001094	10827	0.5398644472700541	11	8	6	7	6	False	117776	maximal	True	ENG0123_000000001094	1.0	PS794	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	4036.0	89.76700000000001	51.0	0.0010337287328644465	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0131_000000010835	2764	0.5398638186421117	4	4	4	4	2	False	99287	fragment	False	ENG0082_000000007149	0.8251278536743614		0	0	False	False	1.0	0					non-mobilizable	chromosome	2764.0	98.77	100.0	0.0007859099403527635	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0138_000000010019	2577	0.5398638186421117	4	4	4	4	2	False	99287	fragment	False	ENG0082_000000007149	0.6788394616092542		0	0	False	False	0.9996119737625122	0					non-mobilizable	chromosome	2577.0	98.758	100.0	0.0007327195100791598	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0164_000000005728	4201	0.5398617401759225	6	5	5	5	2	False	61756	fragment	False	FIJ0164_000000005728	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1887.0	96.184	86.0	0.024268719744566895	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0075_000000006015	3139	0.5398615404952084	8	1	1	1	1	False	44602	fragment	False	FIJ0075_000000006015	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0387_000000009987	2431	0.5398587595152564	4	4	4	4	3	False	88867	maximal	False	FIJ0163_000000009744	0.931637519872814		0	0	False	False	1.0	0					non-mobilizable	other	2443.0	93.98299999999999	99.0	0.000756902182603507	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0090_000000005862	2197	0.5398587595152564	4	4	4	4	3	False	88866	fragment	False	CHI0090_000000005862	1.0		0	0	False	False	0.9831588268280029	0					non-mobilizable	chromosome	2197.0	97.406	100.0	0.0007388241487449919	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0067_000000018609	1697	0.5398580228705195	3	3	2	1	2	False	48536	maximal	True	FIJ0067_000000018609	1.0		10	1	False	False	0.9988214373588562	0					non-mobilizable	chromosome	1698.0	99.47	100.0	0.00031893598295149034	LR134202.1	enterobacteria	Klebsiella quasipneumoniae strain NCTC9180 genome assembly, chromosome: 1	False	False
MAD0066_000000009308	2663	0.5398544138086582	4	4	4	3	2	False	24438	maximal	True	MAD0066_000000009308	1.0		8	3	False	False	0.9988734722137451	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000000395	44085	0.5398533899965077	76	24	8	18	13	False	51378	maximal	True	FIJ0009_000000000395	1.0		2	1	True	True	0.9999546408653259	6					non-mobilizable	no_good_hit	196.0	75.51	0.0	5.046931031788068e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ENG0115_000000001846	8523	0.5398531107625776	16	4	4	4	2	False	59549	maximal	True	ENG0115_000000001846	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	73.414	4.0	9.06813443565277e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0092_000000014052	1634	0.539851757370083	2	2	2	2	1	False	66951	fragment	False	ENG0092_000000014052	1.0		0	0	False	False	0.9981639981269836	0					non-mobilizable	chromosome	1634.0	95.41	100.0	0.0007205762490650611	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
AUS0004_000000010593	1949	0.5398501170295443	2	2	2	2	2	False	102437	maximal	True	AUS0004_000000010593	1.0		1	1	False	False	0.9984607696533203	0					non-mobilizable	no_good_hit								True	False
SPA0112_000000024690	1344	0.5398432807105921	1	1	1	1	1	False	7180	fragment	False	SPA0112_000000024690	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	78.955	99.0	0.002277311916449515	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	False	False
MON0071_000000007883	1520	0.5398423140170653	3	3	2	2	0	False	10414	maximal	True	MON0071_000000007883	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	99.559	60.0	0.0001487533664264472	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ENG0172_000000014866	1565	0.5398417406704242	2	2	2	2	2	False	55722	fragment	False	ENG0172_000000014866	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	85.075	4.0	0.019400352733686066	NZ_FOYM01000063.1	firmicutes	Desulfallas geothermicus DSM 3669, whole genome shotgun sequence	True	False
MON0012_000000024741	2099	0.5398415797776807	3	2	1	1	1	False	68257	maximal	True	MON0012_000000024741	1.0		57	9	False	False	0.9995235800743103	0					non-mobilizable	no_good_hit	283.0	96.113	13.0	0.34348355663824603	GQ879330.1		Uncultured organism clone VC1C709TR genomic sequence	True	False
MAD0057_000000004887	3289	0.5398395128447316	5	3	2	3	2	True	17006	maximal	True	MAD0057_000000004887	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	87.302	2.0	0.09448818897637795	EU064495.1	bacteria	Uncultured bacterium clone HA0AAA14ZG09FM1 genomic sequence	True	True
MON0041_000000016599	3351	0.5398394665834505	4	3	3	3	1	False	114471	maximal	False	ISR0214_000000008258	0.950922397311902		0	0	False	False	0.999403178691864	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	6.959439633444433e-05	NZ_FNUY01000004.1	a-proteobacteria	Bosea lathyri strain DSM 26656, whole genome shotgun sequence	True	False
ISR0214_000000008258	3286	0.5398394665834505	4	3	3	3	1	False	114471	maximal	True	ISR0214_000000008258	0.9521471674577295		127	10	False	False	1.0	0					non-mobilizable	no_good_hit	555.0	76.036	17.0	0.0001540779914269999	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0116_000000013117	2994	0.5398394665834505	4	3	3	3	1	False	114470	fragment	False	ISR0829_000000004618	0.9656621937337219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0089_000000006901	3137	0.5398387693894668	4	4	3	4	2	True	122724	maximal	True	ENG0089_000000006901	1.0		2	2	False	False	0.9968122243881226	0					non-mobilizable	no_good_hit	2006.0	94.31700000000001	63.0	0.0004910913383305494	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0093_000000004181	9410	0.5398380254272123	11	4	4	4	3	True	22218	fragment	False	SPA0093_000000004181	0.9672318226279752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0024_000000009478	4467	0.5398376803398051	3	3	3	3	2	False	84598	fragment	False	MON0024_000000009478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0051_000000014121	2009	0.5398330638773929	2	2	2	2	2	False	131474	fragment	False	ENG0051_000000014121	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1303.0	78.358	66.0	0.00036550643262877344	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0116_000000012408	1924	0.5398312640787063	4	3	1	3	2	False	101058	fragment	False	ENG0116_000000012408	0.9785675529028757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	74.21600000000001	30.0	0.05516637478108581	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
ISR0366_000000010611	1843	0.5398312640787063	4	3	1	3	2	False	101058	fragment	False	ENG0116_000000012408	0.9646569646569647		0	0	False	False	0.9913185238838196	0					non-mobilizable	no_good_hit	515.0	73.98100000000001	28.0	0.049620548744892	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	False
DEN0089_000000009112	2106	0.539830820562139	3	3	2	3	1	True	68842	fragment	False	DEN0089_000000009112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1102.0	72.868	52.0	0.00030269201504018304	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0227_000000014587	1803	0.5398255907302295	3	2	2	2	2	False	34020	fragment	False	ISR0227_000000014587	0.990459153249851		0	0	False	False	0.9955629706382751	0					non-mobilizable	no_good_hit	67.0	83.58200000000001	3.0	2.8108480600614758e-05	CP041676.1	firmicutes	Lactobacillus reuteri strain LL7 chromosome, complete genome	True	False
MAD0052_000000001992	6792	0.5398230458163773	11	11	2	8	11	True	86840	fragment	False	MAD0052_000000001992	1.0		0	0	False	False	0.9979387521743774	0			MPF_F	MOBF	mobilizable	plasmid	6693.0	99.94	100.0	0.05627975039106521	CP056605.1	enterobacteria	Escherichia coli strain RHBSTW-00321 plasmid pRHBSTW-00321_2, complete sequence	False	True
ENG0118_000000003382	4037	0.5398201822671184	10	5	5	4	1	True	59322	fragment	False	ENG0118_000000003382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	0.001520912547528517	MN693299.1	viruses	Marine virus AFVG_25M439, complete genome	True	True
ENG0104_000000009024	3376	0.5398201822671184	8	5	5	4	1	True	63991	fragment	False	ENG0104_000000009024	1.0		0	0	False	False	0.9991113543510437	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	2.0	0.0015842839036755386	MN693299.1	viruses	Marine virus AFVG_25M439, complete genome	True	True
CHI0037_000000007584	1849	0.5398196795554698	2	1	1	1	1	False	87943	fragment	False	CHI0037_000000007584	1.0		0	0	False	False	0.998918354511261	0					non-mobilizable	chromosome	1849.0	97.67399999999999	100.0	0.00073258417879811	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0353_000000018358	2018	0.5398034676794621	2	2	2	2	1	False	34893	maximal	False	ISR0106_000000012334	0.9780808572820263		0	0	False	False	0.9940535426139832	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.078438055740898e-07	AP022685.1	bony fishes	Epinephelus fuscoguttatus DNA, LG11, complete sequence	True	False
ISR0034_000000017532	1236	0.539803332556043	1	1	1	1	1	False	37417	fragment	False	ISR0024_000000021482	0.9605367008681926		0	0	False	False	0.9975728392601013	0					non-mobilizable	other	946.0	98.52	92.0	0.009206039941548953	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	False	False
FIJ0077_000000008518	3482	0.5398024047486826	5	4	4	4	3	False	112459	fragment	False	FIJ0077_000000008518	0.966897947383637		0	0	False	False	1.0	0					non-mobilizable	other	3483.0	98.249	100.0	0.011015337812143491	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0085_000000018544	1687	0.5398004934487411	2	2	2	1	1	False	43934	maximal	True	FIJ0085_000000018544	1.0		55	9	False	False	0.9988144636154175	0					non-mobilizable	chromosome	1675.0	100.0	99.0	0.00031435137986923057	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
DEN0031_000000019331	1791	0.5398004753495633	3	3	3	2	2	False	73749	maximal	True	DEN0031_000000019331	1.0		219	12	False	False	0.9977666139602661	0					non-mobilizable	other	1791.0	96.929	100.0	0.0004721176121828303	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0034_000000012368	2917	0.5397955697749789	3	2	2	2	2	False	7161	fragment	False	SPA0034_000000012368	1.0		0	0	False	False	0.9945149421691895	0					non-mobilizable	chromosome	2917.0	99.417	100.0	0.0008452945703738168	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ETH0003_000000029986	1413	0.5397905905261495	2	2	2	2	1	False	53054	fragment	False	MAD0099_000000021028	0.9331586209161835		0	0	False	False	1.0	0					non-mobilizable	chromosome	1399.0	83.774	98.0	0.0005728480721253199	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0128_000000006322	1277	0.5397855752332051	2	2	2	1	1	False	81329	fragment	False	CHI0128_000000006322	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	99.68700000000001	100.0	0.006132286295109069	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
MON0002_000000011521	2212	0.5397852713268332	4	1	1	1	1	True	107664	fragment	False	MON0002_000000011521	1.0		0	0	False	False	0.9801084995269775	0					non-mobilizable	no_good_hit	738.0	98.78	33.0	0.9986449864498645	EU058008.1	bacteria	Uncultured bacterium clone LM0ABA1ZB12FM1 genomic sequence	True	True
ISR0074_000000009523	3025	0.5397845450794401	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.661478589243106		0	0	False	False	1.0	0					non-mobilizable	other	2938.0	99.04700000000001	99.0	0.0009429213159932554	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0031_000000010517	2160	0.5397804934896927	3	3	3	3	3	False	68454	fragment	False	USA0075_01_000000010729	0.9621539792387543		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	99.815	100.0	0.0023585781673661926	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0142_000000002940	1268	0.5397804890069832	4	3	2	1	2	False	31173	fragment	False	ISR0142_000000002940	1.0		0	0	False	False	0.988959014415741	0					non-mobilizable	other	1268.0	99.054	100.0	0.0022067128693542314	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ISR0091_000000024466	1172	0.5397769511089635	2	2	2	2	1	False	33608	maximal	True	ISR0091_000000024466	1.0		5	3	False	False	1.0	0					non-mobilizable	chromosome	608.0	93.586	100.0	0.00017237112698290796	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0142_000000003151	8426	0.5397749275750809	6	6	6	6	6	False	116643	fragment	False	ENG0021_000000002068	0.9798963133640552		0	0	False	False	0.9992879033088684	0					non-mobilizable	chromosome	5950.0	99.613	99.0	0.0011641896895337605	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0128_000000007118	4829	0.5397713831213238	8	6	3	5	5	False	113647	maximal	True	ISR0128_000000007118	1.0		2	1	False	False	0.9997929334640503	0					non-mobilizable	no_good_hit	1853.0	90.71799999999999	58.0	0.0005573006536164175	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0035_000000017861	1892	0.5397703516642134	4	2	2	1	1	True	73434	maximal	True	DEN0035_000000017861	1.0		3	3	False	False	0.9957716464996338	0					non-mobilizable	no_good_hit	916.0	86.135	49.0	0.0001426918711733882	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	True
FIJ0023_000000000977	21341	0.5397702359109379	33	13	5	10	9	False	49428	fragment	False	FIJ0023_000000000977	1.0		0	0	False	False	0.9999531507492065	0					non-mobilizable	no_good_hit	1440.0	88.47200000000001	10.0	0.0003835966803681995	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0013_000000009314	2937	0.5397690181509032	3	3	3	3	2	False	24015	fragment	False	SPA0013_000000009314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	40.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0135_000000008204	2900	0.5397690181509032	3	3	3	3	2	False	24015	fragment	False	SPA0013_000000009314	0.9937010554988084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	38.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
TAN0008_000000007079	2517	0.5397683811374355	2	2	2	2	2	False	2764	fragment	False	TAN0008_000000007079	1.0		0	0	False	False	0.983710765838623	0					non-mobilizable	other	2517.0	97.89399999999999	100.0	0.03242644121096519	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	False	False
MON0025_000000022592	1795	0.5397661692483071	3	2	2	2	0	False	47777	fragment	False	MON0025_000000022592	1.0		0	0	False	False	0.9944289922714233	0					non-mobilizable	no_good_hit	83.0	92.771	5.0	2.7600719907557785e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0069_01_000000012203	5046	0.5397647469506305	7	3	2	2	1	False	805	fragment	False	USA0069_01_000000012203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	9.452452772487802e-05	NZ_NIDK01000006.1	CFB group bacteria	Polaribacter haliotis strain RA4-7 contig6, whole genome shotgun sequence	True	False
MON0065_000000006238	4252	0.5397611000239699	6	6	6	6	5	False	49237	fragment	False	MON0041_000000010656	0.9336756993006994		0	0	False	False	0.9997648000717163	0					non-mobilizable	chromosome	3723.0	88.90700000000001	91.0	0.0014449419821502124	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0011_000000002251	10542	0.5397606714048199	10	6	3	4	4	False	80289	maximal	True	ISR0011_000000002251	0.9999524805170119		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	95.387	11.0	0.00034998859360606645	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0009_000000002308	10522	0.5397606714048199	10	6	3	4	4	False	80289	maximal	False	ISR0011_000000002251	0.999003984063745		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	95.387	11.0	0.00034998859360606645	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
USA0121_01_000000016967	2726	0.5397589304864704	4	2	2	2	2	False	87073	fragment	False	USA0121_01_000000016967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	74.223	42.0	0.0002619554521012322	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0296_000000007968	3210	0.5397582408157777	5	5	5	5	1	False	25689	maximal	True	ISR0296_000000007968	1.0		8	4	False	False	0.9962616562843323	0					non-mobilizable	no_good_hit	246.0	76.829	7.0	0.004820394909340272	NZ_NMWV01000018.1	high GC Gram+	Bifidobacterium imperatoris strain Tam1G Contig_18, whole genome shotgun sequence	True	False
USA0021_01_000000006424	2870	0.5397566799204206	2	2	2	2	2	True	130085	fragment	False	USA0021_01_000000006424	0.9353378333140089		0	0	False	False	1.0	0					non-mobilizable	chromosome	1586.0	93.947	100.0	0.000557890981538784	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
DEN0062_000000012814	1630	0.5397533255903908	3	3	3	3	2	False	85109	fragment	False	MON0105_000000029705	0.6521909233176838		0	0	False	False	1.0	0					non-mobilizable	chromosome	1630.0	99.939	100.0	0.0004534920137801441	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0256_000000005493	3260	0.539750285464249	2	2	1	2	2	False	26851	fragment	False	ISR0256_000000005493	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3265.0	86.064	100.0	0.0008682942938793389	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0224_000000028165	1121	0.5397501991114779	2	2	2	2	1	False	27705	maximal	True	ISR0224_000000028165	1.0		50	8	False	False	0.9919714331626892	0					non-mobilizable	no_good_hit	183.0	76.503	16.0	8.74679447085314e-05	NC_014632.1	fusobacteria	Ilyobacter polytropus DSM 2926, complete sequence	True	False
FIJ0008_000000010968	2617	0.5397492472173856	4	4	4	3	3	False	51432	maximal	True	FIJ0008_000000010968	1.0		12	3	False	False	0.9946503639221191	0					non-mobilizable	no_good_hit	1536.0	71.289	58.0	0.00028518511640669025	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	True	False
ISR0361_000000011096	1351	0.5397473618975059	2	2	2	2	2	False	74928	maximal	True	ISR0361_000000011096	1.0		19	8	False	False	0.9896373152732849	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00012897037308710738	NZ_NXDN01000005.1	a-proteobacteria	Rhizobium sophoriradicis strain JJW1 Scaffold5_1, whole genome shotgun sequence	True	False
ISR0814_000000020081	2016	0.5397465249446093	4	4	2	1	1	False	21530	maximal	True	ISR0814_000000020081	1.0		221	9	False	False	1.0	0					non-mobilizable	chromosome	2028.0	88.708	100.0	0.0004799219930267215	CP028361.1	firmicutes	Clostridioides difficile strain DSM 105001 chromosome, complete genome	False	False
SPA0010_000000009630	2376	0.539745033177038	3	3	2	3	1	False	51238	maximal	True	SPA0010_000000009630	0.984235193864508		77	9	False	False	0.9983165264129639	0					non-mobilizable	no_good_hit	81.0	86.42	3.0	2.662518081531022e-05	NZ_CP013403.1	b-proteobacteria	Burkholderia metallica strain FL-6-5-30-S1-D7 chromosome 2, complete sequence	True	False
MAD0100_000000000037	95325	0.5397364420785649	91	14	4	13	4	False	55294	maximal	True	MAD0100_000000000037	0.9552701461810652		5	2	True	True	1.0	16					non-mobilizable	no_good_hit	37.0	94.595	0.0	0.0661764705882353	BT121898.1	crustaceans	Lepeophtheirus salmonis Atlantic form clone lsaA-evv-515-187 Probable 28S ribosomal protein S16, mitochondrial putative mRNA, complete cds	True	True
ISR0164_000000010289	2530	0.5397323873236318	3	1	1	1	1	False	30289	maximal	True	ISR0164_000000010289	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1240.0	99.59700000000001	49.0	0.004492239194515045	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0121_000000013787	1869	0.5397323873236318	3	1	1	1	1	False	41477	maximal	True	FIJ0121_000000013787	1.0		1	1	False	False	0.9657570719718933	0					non-mobilizable	no_good_hit	1086.0	80.847	58.0	0.005018093865693012	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0848_000000013213	1369	0.5397323873236318	1	1	1	1	1	False	20609	maximal	True	ISR0848_000000013213	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	79.062	64.0	0.004026522224641945	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
FIJ0161_000000013337	1341	0.5397323873236318	1	1	1	1	1	False	39266	maximal	True	FIJ0161_000000013337	1.0		1	1	False	False	0.9992542862892151	0					non-mobilizable	no_good_hit	919.0	85.637	80.0	0.0033247646015902308	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0046_000000021581	1253	0.5397323873236318	1	1	1	1	1	False	17729	maximal	True	MAD0046_000000021581	1.0		73	11	False	False	0.9752593636512756	0					non-mobilizable	other	1252.0	99.361	99.0	0.005796523939041512	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0217_000000017957	1253	0.5397323873236318	1	1	1	1	1	False	32029	fragment	False	ISR0125_000000011589	0.9236322188449848		0	0	False	False	0.9936153292655945	0					non-mobilizable	no_good_hit	892.0	72.422	70.0	0.003157982516886686	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0116_000000034322	1202	0.5397323873236318	1	1	1	1	1	False	4339	fragment	False	SPA0116_000000034322	1.0		0	0	False	False	0.9958402514457703	0					non-mobilizable	other	1202.0	99.667	100.0	0.004354462689759943	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0011_000000018802	1602	0.5397286351078519	2	2	2	1	1	False	94447	maximal	True	CAN0011_000000018802	1.0		27	10	False	False	1.0	0					non-mobilizable	other	1559.0	99.679	97.0	0.0007151650801140959	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
SPA0106_000000015374	2553	0.5397265183568863	4	3	3	1	1	False	124167	fragment	False	SPA0106_000000015374	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1500.0	99.26700000000001	59.0	0.0354927309750438	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ITA0008_000000001557	1387	0.5397265183568863	3	3	3	1	1	False	124163	fragment	False	ITA0008_000000001557	1.0		0	0	False	False	0.9963951110839844	0					non-mobilizable	no_good_hit	984.0	99.085	71.0	0.02327508642326088	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0122_000000016085	1505	0.5397229070792539	2	2	2	1	1	False	4107	maximal	True	SPA0122_000000016085	1.0		13	4	False	False	0.9813953638076782	0					non-mobilizable	no_good_hit	781.0	78.745	52.0	0.0032989356344796388	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0155_000000018954	1138	0.53972139643804	2	2	2	2	2	False	39514	maximal	True	FIJ0155_000000018954	1.0		3	1	False	False	0.9920914173126221	0					non-mobilizable	no_good_hit								True	False
ENG0192_000000005162	3574	0.5397209352610397	4	4	4	4	4	False	54657	maximal	True	ENG0192_000000005162	1.0		787	14	False	False	1.0	0					non-mobilizable	other	2420.0	99.421	100.0	0.0007766178629171552	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
TAN0007_000000007731	4346	0.5397126336151811	6	4	3	2	3	True	76594	maximal	True	TAN0007_000000007731	1.0		2	1	False	False	0.9949378967285156	0					non-mobilizable	no_good_hit	887.0	87.59899999999999	20.0	0.9988636363636364	GQ876981.1		Uncultured organism clone VC1AH96TR genomic sequence	True	True
ISR0092_000000007376	3260	0.5397066025952579	4	2	2	2	2	False	33591	maximal	True	ISR0092_000000007376	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	96.40799999999999	50.0	0.00043931986966736425	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0023_01_000000023238	1305	0.5397006958105164	1	1	1	1	1	False	1691	maximal	True	USA0023_01_000000023238	1.0		33	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0085_000000005613	2007	0.5397005435338051	3	2	2	2	1	True	16067	maximal	True	MAD0085_000000005613	1.0		1	1	False	False	0.9970104694366455	0					non-mobilizable	no_good_hit	572.0	91.60799999999999	46.0	0.006881259113751672	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0064_000000017503	1622	0.5397002339399772	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.08208905835646713		0	0	False	False	0.9993834495544434	0		MOBV			mobilizable	other	1624.0	95.32	100.0	0.000378415656236206	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0029_000000029370	1437	0.5397002339399772	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0593383530269408		0	0	False	False	1.0	0		MOBV			mobilizable	other	1437.0	95.755	100.0	0.04818145215407328	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
ISR0297_000000002061	5366	0.5396995563724892	7	3	3	3	3	False	36705	maximal	True	ISR0297_000000002061	0.9864727420667209		43	6	False	False	1.0	0					non-mobilizable	no_good_hit	3445.0	90.82700000000001	64.0	0.7536869909751266	NZ_CABIWU010000113.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0032_000000015735	2110	0.5396966906758133	2	2	2	2	2	True	102692	fragment	False	ISR0032_000000015735	1.0		0	0	False	False	0.9976303577423096	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	2.0	0.0011207067044630497	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	True	True
MAD0058_000000010897	1442	0.5396937744010187	3	1	1	1	1	False	50278	fragment	False	MAD0058_000000010897	0.9717943940189193		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	99.16799999999999	100.0	0.0002778411912966488	CP002729.1	enterobacteria	Escherichia coli UMNK88, complete genome	False	False
MAD0084_000000005076	1383	0.5396937744010187	3	1	1	1	1	False	50278	fragment	False	MAD0058_000000010897	0.9660238791725311		0	0	False	False	1.0	0					non-mobilizable	other	1383.0	98.12	100.0	0.00025874249646760245	CP010122.1	enterobacteria	Escherichia coli strain C5, complete genome	False	False
MAD0043_000000019591	1369	0.5396937744010187	3	1	1	1	1	False	50278	fragment	False	MAD0058_000000010897	0.949625730901894		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	97.04799999999999	100.0	0.00025986746384354853	CP010122.1	enterobacteria	Escherichia coli strain C5, complete genome	False	False
MAD0023_000000010684	1323	0.5396937744010187	3	1	1	1	1	False	50278	fragment	False	MAD0058_000000010897	0.9545624773273758		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	98.337	100.0	0.0002496903424232958	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
FIJ0048_000000027793	1245	0.5396937744010187	2	1	1	1	1	False	50278	fragment	False	MAD0058_000000010897	0.6091257965488261		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	98.47399999999999	100.0	0.00022990047933510712	CP055981.1	enterobacteria	Escherichia coli strain RHB01-C20 chromosome	False	False
FIJ0015_000000027384	1218	0.5396937744010187	2	1	1	1	1	False	50278	fragment	False	MAD0058_000000010897	0.5991544654901136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	98.11200000000001	100.0	0.00022847552195486435	CP056556.1	enterobacteria	Escherichia coli strain RHBSTW-00410 chromosome, complete genome	False	False
FIJ0037_000000029827	1164	0.5396937744010187	2	1	1	1	1	False	50278	fragment	False	MAD0058_000000010897	0.474376340319423		0	0	False	False	0.9991409182548523	0					non-mobilizable	other	1164.0	98.54	100.0	0.00022423962906176442	CP002729.1	enterobacteria	Escherichia coli UMNK88, complete genome	False	False
MAD0039_000000013328	1144	0.5396937744010187	1	1	1	1	1	False	50278	fragment	False	MAD0058_000000010897	0.46457968127652555		0	0	False	False	1.0	0					non-mobilizable	other	1144.0	99.38799999999999	100.0	0.0002203834015628519	CP002729.1	enterobacteria	Escherichia coli UMNK88, complete genome	False	False
ISR0189_000000004533	2919	0.5396907202995235	6	4	3	4	3	False	29236	maximal	True	ISR0189_000000004533	1.0		122	10	False	False	1.0	0					non-mobilizable	no_good_hit	1991.0	91.21	71.0	0.0006034796901182107	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0007_000000018701	3113	0.5396893776888466	3	3	2	3	1	False	121064	fragment	False	MON0007_000000018701	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0265_000000008243	2014	0.5396892554677155	3	3	1	3	2	False	26605	maximal	True	ISR0265_000000008243	1.0		553	11	False	False	1.0	0					non-mobilizable	other	2014.0	98.709	100.0	0.07830856609351902	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	False	False
ENG0200_000000004117	4792	0.5396844973704427	7	2	1	2	0	False	54219	fragment	False	ENG0200_000000004117	1.0		0	0	False	False	0.9997913241386414	0					non-mobilizable	no_good_hit								True	False
MAD0026_000000007608	1814	0.5396808651852429	2	2	2	2	2	False	115980	fragment	False	ISR0021_000000012496	0.9289650459354384		0	0	False	False	0.9961411356925964	0					non-mobilizable	no_good_hit	1051.0	90.485	58.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0011_000000013426	1258	0.5396807058428968	3	2	2	2	1	False	8027	fragment	False	SPA0011_000000013426	1.0		0	0	False	False	1.0	0					non-mobilizable	other	897.0	97.77	100.0	0.0002672684891348184	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0183_000000001914	13946	0.5396799936650934	16	6	3	6	2	False	72782	fragment	False	ENG0183_000000001914	1.0		0	0	False	False	0.9989961385726929	0					non-mobilizable	no_good_hit								True	False
ENG0115_000000011853	1737	0.5396765271627265	3	3	3	3	3	False	63838	maximal	True	ENG0115_000000011853	1.0		130	9	False	False	0.9982728958129883	0					non-mobilizable	no_good_hit	225.0	76.0	12.0	0.0007738995220453878	NZ_OKQO01000007.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
AUS0004_000000007580	2786	0.5396717228937826	7	7	2	3	6	False	102474	fragment	False	AUS0004_000000007580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2114.0	95.412	80.0	0.0008357126556480214	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
AUS0008_000000009122	2594	0.5396714575257541	3	3	2	2	3	True	101855	maximal	True	AUS0008_000000009122	1.0		180	11	False	False	0.9942173957824707	0					non-mobilizable	other	2599.0	90.804	100.0	0.0064002251062590405	NZ_CZAI01000005.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0004_000000036721	1285	0.5396711967516765	2	2	2	2	2	False	14188	fragment	False	MON0064_000000020414	0.928319209039548		0	0	False	False	0.9992218017578125	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.03562005277044855	XM_001694177.1	green algae	Chlamydomonas reinhardtii predicted protein (CHLREDRAFT_148463), partial mRNA	True	False
MON0109_000000010971	3138	0.5396711475218929	3	3	3	2	2	False	8507	maximal	True	MON0109_000000010971	1.0		1	1	False	False	0.9939451813697815	0					non-mobilizable	no_good_hit	189.0	78.836	6.0	0.005945228005818734	NZ_FOGW01000025.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
ISR0781_000000010313	2681	0.5396706249776534	3	2	2	2	1	False	93582	fragment	False	ISR0781_000000010313	0.9892451298701299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	71.166	24.0	0.00016794613008672802	NZ_LN907827.1	enterobacteria	Erwinia gerundensis isolate E_g_EM595 chromosome 1	True	False
ISR0326_000000008795	2173	0.5396706249776534	3	2	2	2	1	False	93581	fragment	False	ISR0326_000000008795	1.0		0	0	False	False	0.9792913198471069	0					non-mobilizable	no_good_hit	652.0	71.166	29.0	0.00016794613008672802	NZ_LN907827.1	enterobacteria	Erwinia gerundensis isolate E_g_EM595 chromosome 1	True	False
CAN0015_000000020141	1800	0.5396706249776534	3	2	2	2	1	False	93576	fragment	False	CAN0015_000000020141	0.9957386363636364		0	0	False	False	0.9977777600288391	0					non-mobilizable	no_good_hit	655.0	71.45	35.0	0.00016794613008672802	NZ_LN907827.1	enterobacteria	Erwinia gerundensis isolate E_g_EM595 chromosome 1	True	False
CAN0014_000000027856	1760	0.5396706249776534	3	2	2	2	1	False	93576	fragment	False	CAN0015_000000020141	0.9847222222222223		0	0	False	False	0.9994317889213562	0					non-mobilizable	no_good_hit	641.0	71.607	36.0	0.0002034917361550854	NZ_JOMG01000002.1	d-proteobacteria	Pelobacter seleniigenes DSM 18267 N909DRAFT_scf7180000000030_quiver.2_C, whole genome shotgun sequence	True	False
FIJ0163_000000009744	2516	0.5396705867998309	4	4	4	4	4	False	88867	maximal	True	FIJ0163_000000009744	0.9463183874948581		1212	15	False	False	1.0	0					non-mobilizable	other	2516.0	98.76799999999999	100.0	0.0007821011455261885	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0088_000000008696	1779	0.5396703663746928	3	3	3	3	2	False	5885	fragment	False	SPA0088_000000008696	1.0		0	0	False	False	0.9977515339851379	0					non-mobilizable	no_good_hit	978.0	75.46	54.0	0.0016171596188386554	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
USA0034_01_000000018536	2938	0.539670254714973	5	2	0	2	0	True	20313	maximal	True	USA0034_01_000000018536	1.0		9	5	False	False	0.9986385107040405	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.894700489651334e-05	NZ_MBDL01000008.1	g-proteobacteria	Acinetobacter celticus strain ANC 4603 Contig2, whole genome shotgun sequence	True	True
ISR0328_000000003222	7313	0.53966989392025	8	8	6	4	7	False	76695	maximal	True	ISR0328_000000003222	1.0		13	5	False	False	0.9989060759544373	0					non-mobilizable	no_good_hit	1083.0	78.67	22.0	0.0037331006205673757	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
SPA0124_000000024136	1224	0.5396633469733981	3	3	1	3	2	False	103316	fragment	False	AST0153_000000023185	0.6347438752783964		0	0	False	False	0.9852941036224365	0					non-mobilizable	other	780.0	99.744	100.0	0.0002706364647026126	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MON0105_000000039103	1397	0.5396588936376469	1	1	1	1	1	False	8699	maximal	True	MON0105_000000039103	1.0		10	4	False	False	0.960629940032959	0					non-mobilizable	no_good_hit	556.0	76.079	39.0	0.0006923629956660861	NZ_FORA01000002.1	a-proteobacteria	Jannaschia pohangensis strain DSM 19073, whole genome shotgun sequence	True	False
SPA0030_000000013588	2252	0.5396587430260208	2	2	2	2	2	False	7331	maximal	True	SPA0030_000000013588	1.0		3	1	False	False	1.0	0					non-mobilizable	chromosome	2170.0	76.72800000000001	95.0	0.0006009321299031267	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0063_000000006467	1964	0.5396583083307153	3	3	3	3	3	False	73920	fragment	False	MAD0063_000000006467	1.0		0	0	False	False	0.9979633688926697	0					non-mobilizable	no_good_hit	1189.0	75.694	59.0	0.000356989969489459	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MAD0040_000000008227	3461	0.5396571875919919	5	3	3	3	3	False	18399	maximal	True	MAD0040_000000008227	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	95.815	67.0	0.00041446206265648936	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0122_000000011701	1367	0.5396560300078125	3	2	1	2	2	False	41603	fragment	False	MAD0109_000000009435	0.9404757194871793		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	99.927	100.0	0.02653921625769851	NZ_JAAIOD010000018.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_18_length_51471_cov_342.947, whole genome shotgun sequence	False	False
FIJ0048_000000022517	1500	0.5396557842482622	2	2	2	2	2	False	46743	maximal	True	FIJ0048_000000022517	1.0		15	1	False	False	0.9919999837875366	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000024123	1581	0.5396531940783441	2	2	2	2	2	False	14798	maximal	True	MAD0105_000000024123	1.0		2	2	False	False	0.9892473220825195	0					non-mobilizable	chromosome	1561.0	97.88600000000001	99.0	0.00031037910106079087	CP026238.1	enterobacteria	Citrobacter freundii complex sp. CFNIH9 chromosome, complete genome	False	False
FIJ0152_000000010530	2332	0.5396516024824544	3	2	2	2	2	False	39721	maximal	True	FIJ0152_000000010530	1.0		94	7	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	92.243	51.0	0.014792899408284023	NZ_JXQL01000064.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig64, whole genome shotgun sequence	True	False
ISR0287_000000004916	2391	0.5396464942027535	4	2	2	2	2	False	90836	fragment	False	ISR0287_000000004916	1.0		0	0	False	False	0.9970723390579224	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000018252	1213	0.539645327181603	2	1	1	1	1	False	71618	maximal	True	DEN0062_000000018252	1.0		4	2	False	False	0.985160768032074	0					non-mobilizable	no_good_hit								True	False
ISR0136_000000001280	5501	0.5396444888827292	4	3	2	2	2	False	126893	maximal	True	ISR0136_000000001280	1.0	PS979	51	9	False	True	1.0	0					non-mobilizable	no_good_hit	4020.0	99.9	75.0	0.05490212149775282	NZ_CYZO01000015.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
USA0117_01_000000012162	1735	0.5396423011714963	3	2	2	2	2	False	83387	fragment	False	USA0117_01_000000012162	0.9920886075949367		0	0	False	False	0.9971181750297546	0					non-mobilizable	chromosome	1735.0	98.271	100.0	0.0005585776479336334	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0116_000000005556	3453	0.5396403388589248	4	4	4	4	4	False	42622	maximal	True	FIJ0116_000000005556	1.0		116	10	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	71.182	31.0	0.006685703643925756	NZ_JADU01000007.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
CHI0142_000000007972	2337	0.5396398902959181	3	3	3	2	2	False	94166	fragment	False	CHI0142_000000007972	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2285.0	99.56200000000001	98.0	0.00041234530055440943	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ENG0208_000000015657	1962	0.5396359348696884	5	4	4	4	4	False	109489	maximal	True	ENG0208_000000015657	1.0		39	7	False	False	0.9989806413650513	0					non-mobilizable	chromosome	1962.0	97.859	100.0	0.0009191986425296947	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
ISR0097_000000003975	5739	0.5396293930397558	6	6	5	5	6	True	33316	maximal	True	ISR0097_000000003975	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	76.827	17.0	0.00023951040629674377	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	True
ENG0160_000000010664	1929	0.5396239666066155	3	2	2	2	1	False	56466	maximal	True	ENG0160_000000010664	1.0		15	7	False	False	0.9979264140129089	0					non-mobilizable	no_good_hit								True	False
MON0032_000000010729	2472	0.5396203627014653	3	3	3	3	3	False	113588	fragment	False	DEN0061_000000010968	0.1384748905553768		0	0	False	False	0.9955501556396484	0					non-mobilizable	chromosome	2379.0	97.184	96.0	0.00066555628666612	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0124_000000010272	2641	0.5396183615181864	2	2	2	2	2	False	68667	fragment	False	ENG0107_000000009846	0.9378368666906216		0	0	False	False	0.9992427229881287	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00016491515399663347	NZ_PVTX01000010.1	high GC Gram+	Isoptericola halotolerans strain CG 23 Ga0105836_110, whole genome shotgun sequence	True	False
CHI0057_000000014946	1371	0.5396100240146721	2	2	2	2	2	False	86591	fragment	False	ISR0207_000000019334	0.6382168458781362		0	0	False	False	0.9905178546905518	0					non-mobilizable	other	1371.0	98.541	100.0	0.019104194556001784	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0807_000000008697	1643	0.539609527207474	2	1	1	1	1	False	23941	maximal	True	ISR0807_000000008697	1.0		246	12	False	False	0.9993913769721985	0					non-mobilizable	no_good_hit	195.0	84.103	12.0	5.423917057347946e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0088_000000015230	1684	0.5396093841248945	2	2	2	2	2	False	15890	maximal	True	MAD0088_000000015230	1.0		17	6	False	False	0.9934679269790649	0					non-mobilizable	other	1677.0	95.34899999999999	99.0	0.00063919915515873	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
FIJ0053_000000004037	4718	0.5396079199304967	4	3	3	3	3	False	46423	maximal	True	FIJ0053_000000004037	1.0		3	1	False	False	0.9972445964813232	0					non-mobilizable	no_good_hit	1269.0	95.272	28.0	0.0008547769086197645	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
AST0028_000000010086	1611	0.5396062968990271	2	2	2	2	2	False	118737	fragment	False	AST0028_000000010086	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1611.0	96.772	100.0	0.0007841154889401656	NZ_CP058954.1	firmicutes	Lactobacillus mucosae strain A1 chromosome, complete genome	False	False
ISR0820_000000018329	1413	0.5396045636817502	1	1	1	1	1	False	21269	fragment	False	ISR0820_000000018329	1.0		0	0	False	False	0.9858457446098328	0					non-mobilizable	chromosome	1413.0	99.788	100.0	0.00022515781378141226	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
SPA0112_000000009465	3644	0.5396022105804412	3	3	2	3	3	True	100762	fragment	False	SPA0112_000000009465	1.0		0	0	False	False	0.9986279010772705	0					non-mobilizable	no_good_hit	1318.0	95.14399999999999	57.0	0.00039892807390437904	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
MAD0007_000000005312	1661	0.539600810135395	2	2	2	2	2	False	19861	maximal	True	MAD0007_000000005312	1.0		210	12	False	False	1.0	0					non-mobilizable	other	1661.0	98.796	100.0	0.018401915572898192	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	False	False
FIJ0091_000000004749	5424	0.5395990752358792	7	3	3	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.635964162700299		0	0	False	False	1.0	0					non-mobilizable	other	4863.0	95.867	96.0	0.0014214437112390105	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0080_000000005080	5014	0.5395990752358792	7	3	3	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5629007263450907		0	0	False	False	1.0	0					non-mobilizable	other	5017.0	95.715	100.0	0.0014668338585900706	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0088_000000004018	4722	0.5395990752358792	7	3	3	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5058588311692203		0	0	False	False	1.0	0					non-mobilizable	other	4722.0	96.59	100.0	0.001380738998453221	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0115_000000005318	4699	0.5395990752358792	7	3	3	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5044620608244507		0	0	False	False	0.9997872114181519	0					non-mobilizable	chromosome	4700.0	97.89399999999999	100.0	0.0008427960309849055	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0068_000000006253	6036	0.5395975078120803	8	8	8	8	6	False	49239	fragment	False	MON0068_000000006253	1.0		0	0	False	False	0.9990059733390808	0					non-mobilizable	no_good_hit	3702.0	88.35799999999999	87.0	0.0014881348575319633	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
AST0050_000000003431	3909	0.5395943731330551	6	2	2	2	1	False	114778	maximal	True	AST0050_000000003431	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	6.444103749312234e-06	CP033922.1	CFB group bacteria	Chryseobacterium sp. G0162 chromosome, complete genome	True	False
MON0082_000000015799	2139	0.5395933461307606	2	2	2	2	2	False	16230	fragment	False	MON0082_000000015799	1.0		0	0	False	False	0.9934548735618591	0					non-mobilizable	other	1216.0	75.57600000000001	90.0	0.02469924192485168	NZ_QFFN01000018.1	high GC Gram+	Bifidobacterium catulorum strain MRM 8.19 DS8229455_c18, whole genome shotgun sequence	False	False
ISR0214_000000013414	2152	0.5395924180624708	4	3	2	3	1	False	28220	maximal	True	ISR0214_000000013414	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	74.297	34.0	0.0001405769300096649	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
MON0103_000000021430	2403	0.5395880917078681	3	2	1	2	0	False	8902	maximal	True	MON0103_000000021430	1.0		14	9	False	False	0.9829379916191101	0					non-mobilizable	no_good_hit	350.0	96.85700000000001	15.0	4.9296354569892134e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
FIJ0091_000000018425	1140	0.5395879736600959	2	1	1	1	1	False	43362	fragment	False	FIJ0091_000000018425	0.985790408525755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	95.714	6.0	0.00016824221026375016	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0048_000000011870	3240	0.5395860826650799	5	5	4	5	4	False	74688	maximal	True	MON0048_000000011870	1.0		163	10	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	75.342	6.0	0.00035490202228124416	NZ_NOXS01000032.1	a-proteobacteria	Elstera cyanobacteriorum strain TH019 scaffold1, whole genome shotgun sequence	True	False
ISR0278_000000001833	5012	0.5395845001719949	3	3	3	2	2	False	78326	maximal	True	ISR0278_000000001833	1.0		373	12	False	False	0.9976057410240173	0					non-mobilizable	other	5012.0	100.0	100.0	0.0009700165953946764	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0012_000000012819	1792	0.5395794827823669	2	2	2	2	1	False	109470	fragment	False	ISR0012_000000012819	1.0		0	0	False	False	0.97265625	0					non-mobilizable	no_good_hit	671.0	99.851	37.0	0.9985096870342772	EU061906.1	bacteria	Uncultured bacterium clone HA0AAA5ZC08RM1 genomic sequence	True	False
FIJ0114_000000033467	1233	0.5395787583616887	2	2	2	2	1	False	41794	maximal	True	FIJ0114_000000033467	1.0		25	8	False	False	0.9902676343917847	0					non-mobilizable	chromosome	1266.0	75.039	100.0	0.000347863922568399	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0298_000000002152	5995	0.5395783754076577	3	2	2	1	2	False	125107	maximal	True	ISR0298_000000002152	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2106.0	80.959	35.0	0.01479436891550535	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0107_000000003100	4091	0.5395783754076577	4	2	2	1	2	False	125111	maximal	True	CHI0107_000000003100	1.0		71	7	False	False	1.0	0					non-mobilizable	no_good_hit	1557.0	99.936	57.0	0.21896988460455952	NZ_CYZN01000051.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0135_000000005660	3594	0.5395783754076577	3	2	2	1	2	False	125112	fragment	False	CHI0135_000000005660	1.0		0	0	False	False	0.9997217655181885	0					non-mobilizable	no_good_hit	1875.0	80.373	52.0	0.013162376181420826	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0121_000000006973	3397	0.5395783754076577	4	2	2	1	2	False	124196	fragment	False	ISR0121_000000006973	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2117.0	75.342	62.0	0.0005728932358054107	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0112_000000009169	3026	0.5395783754076577	3	2	2	1	2	False	125110	fragment	False	ENG0112_000000009169	1.0		0	0	False	False	0.9993390440940857	0					non-mobilizable	no_good_hit	1861.0	80.333	61.0	0.01306303749325916	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0049_000000009798	2985	0.5395783754076577	5	2	2	1	2	False	124200	maximal	True	ISR0049_000000009798	1.0		19	4	False	False	0.9922947883605957	0					non-mobilizable	other	1088.0	99.816	99.0	0.007712939573695115	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0134_000000014289	2736	0.5395783754076577	3	2	2	1	2	False	125109	maximal	True	ENG0134_000000014289	1.0		54	5	False	False	0.9992690086364746	0					non-mobilizable	no_good_hit	2109.0	80.465	78.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0113_000000011793	2724	0.5395783754076577	3	2	2	1	2	False	124190	fragment	False	SPA0113_000000011793	0.9912954825408652		0	0	False	False	0.9827459454536438	0					non-mobilizable	no_good_hit	2112.0	80.682	78.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0107_000000011868	2691	0.5395783754076577	3	2	2	1	2	False	124190	fragment	False	SPA0113_000000011793	0.9908045231094167		0	0	False	False	0.9996283650398254	0					non-mobilizable	no_good_hit	2117.0	75.10600000000001	78.0	0.0005728932358054107	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0264_000000003812	2668	0.5395783754076577	3	2	2	1	2	False	124190	fragment	False	SPA0113_000000011793	0.9882523562008936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2105.0	80.808	78.0	0.014787273294922373	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0284_000000004326	2553	0.5395783754076577	3	2	2	1	2	False	124188	fragment	False	ISR0284_000000004326	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2106.0	80.959	82.0	0.01479436891550535	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0184_000000004920	2475	0.5395783754076577	2	2	2	1	2	False	124195	maximal	True	ISR0184_000000004920	1.0		68	5	False	False	0.99919193983078	0					non-mobilizable	other	2107.0	80.399	99.0	0.0005880518027101714	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0209_000000011998	2432	0.5395783754076577	3	2	2	1	2	False	124190	fragment	False	SPA0113_000000011793	0.7011197926677687		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1861.0	80.387	76.0	0.013055941872676185	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0132_000000007992	2399	0.5395783754076577	3	2	2	1	2	False	124207	maximal	True	ENG0132_000000007992	1.0		48	5	False	False	1.0	0					non-mobilizable	no_good_hit	2030.0	79.95100000000001	89.0	0.0005637964285935888	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0001_000000014289	2385	0.5395783754076577	3	2	2	1	2	False	125105	fragment	False	ENG0129_000000011278	0.9806012584494782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2086.0	80.872	86.0	0.014652456503845826	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0115_000000014150	2375	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9371850680774542		0	0	False	False	1.0	0					non-mobilizable	chromosome	2109.0	80.56	94.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0129_000000011278	2365	0.5395783754076577	2	2	2	1	2	False	125105	fragment	False	ENG0129_000000011278	0.9870435834606478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2106.0	80.91199999999999	88.0	0.01479436891550535	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0373_000000006992	2270	0.5395783754076577	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9199136708712493		0	0	False	False	0.9995594620704651	0					non-mobilizable	chromosome	2111.0	80.483	96.0	0.0005582091856095119	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0137_000000006820	2262	0.5395783754076577	2	2	2	1	2	False	125105	fragment	False	ENG0129_000000011278	0.929144448474086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2021.0	80.554	88.0	0.014184145545369398	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0287_000000005290	2258	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9307339313184421		0	0	False	False	0.9982285499572754	0					non-mobilizable	other	2106.0	80.389	97.0	0.0005880518027101714	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0088_000000012307	2255	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9082709181080096		0	0	False	False	1.0	0					non-mobilizable	other	2104.0	80.703	92.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0177_000000011977	2255	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9290306691666735		0	0	False	False	1.0	0					non-mobilizable	chromosome	2111.0	80.578	95.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0025_000000017482	2252	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9121280096389603		0	0	False	False	0.9982237815856934	0					non-mobilizable	other	2104.0	80.846	93.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0073_000000023233	2241	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9091828433866046		0	0	False	False	0.9964301586151123	0					non-mobilizable	chromosome	2109.0	80.56	99.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0127_000000010986	2241	0.5395783754076577	2	2	2	1	2	False	125105	fragment	False	ENG0129_000000011278	0.9625199538633845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	81.11399999999999	86.0	0.009749382681009281	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0164_000000011833	2241	0.5395783754076577	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9111421747134851		0	0	False	False	0.9995537996292114	0					non-mobilizable	other	2104.0	80.846	93.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0048_000000008593	2239	0.5395783754076577	2	2	2	1	2	False	125105	fragment	False	ENG0129_000000011278	0.9615179568800488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1409.0	80.34100000000001	87.0	0.00039457288824533806	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0378_000000012428	2237	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9189331542227562		0	0	False	False	0.9955297112464905	0					non-mobilizable	other	2104.0	80.98899999999999	93.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0007_000000006695	2231	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9138258397882835		0	0	False	False	0.981622576713562	0					non-mobilizable	other	2105.0	80.238	99.0	0.0005877697634762576	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0119_000000014525	2220	0.5395783754076577	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9085130434471932		0	0	False	False	0.9941441416740417	0					non-mobilizable	other	2105.0	80.95	94.0	0.014787273294922373	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0269_000000008129	2212	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.914036662267138		0	0	False	False	1.0	0					non-mobilizable	chromosome	2109.0	80.607	96.0	0.0005582091856095119	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0046_000000014032	2202	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.8737082594533956		0	0	False	False	1.0	0					non-mobilizable	other	2079.0	80.616	93.0	0.014602787159764994	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0814_000000018345	2192	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9064602900570605		0	0	False	False	1.0	0					non-mobilizable	other	2104.0	80.98899999999999	95.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0280_000000005688	2185	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.8799764745465785		0	0	False	False	1.0	0					non-mobilizable	other	2079.0	80.664	94.0	0.014602787159764994	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0108_000000012745	2183	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9340133902468913		0	0	False	False	1.0	0					non-mobilizable	chromosome	2109.0	80.56	100.0	0.0005574052357502567	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0079_000000012660	2178	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9290728586229368		0	0	False	False	1.0	0					non-mobilizable	chromosome	2108.0	80.503	98.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0152_000000010857	2175	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.929015884121227		0	0	False	False	1.0	0					non-mobilizable	chromosome	2109.0	80.322	99.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0019_000000013443	2172	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9087009343462806		0	0	False	False	0.9940147399902344	0					non-mobilizable	other	2111.0	80.388	99.0	0.0005891799596458265	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0035_000000008679	2171	0.5395783754076577	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9091476748551784		0	0	False	False	0.9875633120536804	0					non-mobilizable	chromosome	2114.0	80.605	99.0	0.0005587451521823487	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0102_000000013053	2165	0.5395783754076577	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9131356050088887		0	0	False	False	0.9986143112182617	0					non-mobilizable	chromosome	2109.0	80.512	100.0	0.0005576732190366751	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0047_000000010219	2162	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9277568592628714		0	0	False	False	0.9925994277000427	0					non-mobilizable	chromosome	2109.0	80.275	99.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0005_000000006735	2162	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9289084710942433		0	0	False	False	0.9986124038696289	0					non-mobilizable	chromosome	2109.0	80.465	99.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0364_000000007819	2152	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.8796318198833333		0	0	False	False	1.0	0					non-mobilizable	other	2079.0	80.664	96.0	0.014602787159764994	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0055_000000006616	2151	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.8799927570453082		0	0	False	False	0.9972106218338013	0					non-mobilizable	other	2079.0	80.568	96.0	0.014602787159764994	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0131_000000012312	2150	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9079156933018727		0	0	False	False	0.992093026638031	0					non-mobilizable	chromosome	2109.0	80.512	99.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0001_000000020122	2147	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9068170434273646		0	0	False	False	1.0	0					non-mobilizable	other	2104.0	80.941	97.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0046_000000008730	2141	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9228774808559138		0	0	False	False	1.0	0					non-mobilizable	chromosome	2109.0	80.56	99.0	0.0005579412023230936	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0020_000000011006	2138	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9275584483272433		0	0	False	False	0.999064564704895	0					non-mobilizable	chromosome	2102.0	80.447	99.0	0.0005560653193181648	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0234_000000005807	2132	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9056059695864827		0	0	False	False	0.9971857666969299	0					non-mobilizable	other	2104.0	81.036	98.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0160_000000013540	2132	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9208719994884473		0	0	False	False	1.0	0					non-mobilizable	chromosome	2097.0	80.44800000000001	99.0	0.0005547254028860728	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0165_000000010085	2130	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.808704866217383		0	0	False	False	1.0	0					non-mobilizable	other	2016.0	80.605	94.0	0.014155763063037494	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0043_000000010408	2126	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.8578989750798989		0	0	False	False	1.0	0					non-mobilizable	other	2076.0	80.395	97.0	0.014581500298016064	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0024_000000012713	2121	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9210523330425044		0	0	False	False	0.9938707947731018	0					non-mobilizable	chromosome	2089.0	80.565	99.0	0.0005525815365947257	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0036_000000011748	2118	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9133302703276786		0	0	False	False	1.0	0					non-mobilizable	other	2118.0	75.354	99.0	0.0005728932358054107	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0262_000000007746	2114	0.5395783754076577	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.783337263720017		0	0	False	False	1.0	0					non-mobilizable	chromosome	1962.0	79.969	99.0	0.0005188156425060082	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0015_000000012137	2102	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9124646945149157		0	0	False	False	0.9985727667808533	0					non-mobilizable	chromosome	2061.0	80.592	99.0	0.0005450780045750107	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0200_000000011481	2100	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9075465198014623		0	0	False	False	1.0	0					non-mobilizable	other	2104.0	80.98899999999999	99.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0367_000000004559	2100	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9064621379610764		0	0	False	False	1.0	0					non-mobilizable	other	2104.0	80.98899999999999	99.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0084_000000002324	2099	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.6197875964472642		0	0	False	False	1.0	0					non-mobilizable	chromosome	1864.0	80.043	99.0	0.0004928212637234241	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0388_000000016702	2090	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9124175810172345		0	0	False	False	1.0	0					non-mobilizable	other	2106.0	81.007	99.0	0.01479436891550535	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0084_000000013566	2089	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5494715305900785		0	0	False	False	0.9980852007865906	0					non-mobilizable	other	1382.0	81.11399999999999	92.0	0.009749382681009281	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0005_000000011488	2085	0.5395783754076577	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.7655398607844869		0	0	False	False	1.0	0					non-mobilizable	other	1976.0	80.617	94.0	0.013864842619135469	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0114_000000013464	2078	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.8994075433332801		0	0	False	False	1.0	0					non-mobilizable	chromosome	2048.0	80.518	100.0	0.0005415942218515716	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0019_000000008335	2077	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9045415545468536		0	0	False	False	1.0	0					non-mobilizable	other	2084.0	80.998	99.0	0.014638265262679874	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0048_000000012892	2072	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.8734908801315091		0	0	False	False	0.9840733408927917	0					non-mobilizable	other	2039.0	80.775	98.0	0.014318962336445945	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0035_000000016107	2072	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9045461657033966		0	0	False	False	1.0	0					non-mobilizable	other	2095.0	80.955	100.0	0.014716317089092611	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0083_000000008216	2068	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9041242574455475		0	0	False	False	1.0	0					non-mobilizable	other	2087.0	80.977	99.0	0.014652456503845826	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0042_000000015031	2041	0.5395783754076577	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.7984891718568207		0	0	False	False	1.0	0					non-mobilizable	other	1996.0	80.611	97.0	0.014006755030794992	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0091_000000011879	2013	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.743433441780128		0	0	False	False	1.0	0					non-mobilizable	other	1959.0	80.551	96.0	0.013751312689807851	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0309_000000009405	2002	0.5395783754076577	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.8407208584915574		0	0	False	False	1.0	0					non-mobilizable	other	2020.0	80.891	99.0	0.014184145545369398	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0037_01_000000017038	1997	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.7367647799682444		0	0	False	False	1.0	0					non-mobilizable	other	1957.0	80.27600000000001	97.0	0.013744217069224874	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0145_000000017474	1984	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.7220677385590331		0	0	False	False	0.9989919066429138	0					non-mobilizable	other	1942.0	80.33	97.0	0.013630687139897256	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0278_000000005655	1982	0.5395783754076577	2	2	2	1	2	False	125103	fragment	False	ISR0278_000000005655	1.0		0	0	False	False	0.99798184633255	0					non-mobilizable	no_good_hit	1137.0	80.123	85.0	0.00801805125876309	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0398_000000011935	1941	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.7425353426443617		0	0	False	False	1.0	0					non-mobilizable	other	1961.0	80.52	100.0	0.013765503930973803	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0099_000000010423	1939	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5844703895995541		0	0	False	False	1.0	0					non-mobilizable	chromosome	1864.0	79.98899999999999	100.0	0.0004928212637234241	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0083_000000013761	1932	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.7258931794444841		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	80.37100000000001	99.0	0.01362359151931428	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0112_000000018532	1923	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.7106747308946892		0	0	False	False	0.9953197836875916	0					non-mobilizable	other	1945.0	79.743	100.0	0.0005429255252839713	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0066_01_000000010765	1910	0.5395783754076577	3	2	2	1	2	False	125102	fragment	False	USA0066_01_000000010765	0.9931222371355636		0	0	False	False	0.9942408204078674	0					non-mobilizable	no_good_hit	1671.0	99.22200000000001	87.0	0.039541601553250934	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0063_000000009446	1907	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.6891833763469637		0	0	False	False	1.0	0					non-mobilizable	other	1925.0	80.36399999999999	99.0	0.01351006158998666	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0030_000000015989	1901	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.6077493470828649		0	0	False	False	1.0	0					non-mobilizable	chromosome	1864.0	79.98899999999999	100.0	0.0004925532804370057	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0106_01_000000004866	1900	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.6568168356093464		0	0	False	False	0.9926315546035767	0					non-mobilizable	other	1920.0	80.208	100.0	0.013474583487071779	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0034_000000018681	1899	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.6085764071790593		0	0	False	False	1.0	0					non-mobilizable	chromosome	1865.0	80.107	99.0	0.0004928212637234241	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0158_000000010401	1891	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5595899712935283		0	0	False	False	0.9994711875915527	0					non-mobilizable	other	1795.0	99.554	95.0	0.04247762466259412	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0036_000000006638	1885	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.59636605447065		0	0	False	False	0.9989389777183533	0					non-mobilizable	chromosome	1847.0	79.968	100.0	0.00048826554785431144	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0025_000000019791	1883	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5909323356059646		0	0	False	False	0.9962825179100037	0					non-mobilizable	chromosome	1846.0	79.957	100.0	0.0004877295812814746	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0209_000000009899	1873	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.6048186674935457		0	0	False	False	1.0	0					non-mobilizable	other	1885.0	80.265	99.0	0.01323333238725059	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0033_000000012258	1867	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5679842648460408		0	0	False	False	1.0	0					non-mobilizable	other	1861.0	99.301	99.0	0.04404034664014775	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0092_000000024007	1865	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5808031628226119		0	0	False	False	1.0	0					non-mobilizable	other	1828.0	79.869	97.0	0.0128430732551869	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0038_000000017934	1862	0.5395783754076577	3	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.4020556262113679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1663.0	99.459	89.0	0.03935218070748686	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0089_000000020594	1860	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.58359789161568		0	0	False	False	0.9956989288330078	0					non-mobilizable	other	1861.0	80.441	99.0	0.013055941872676185	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0123_000000012033	1853	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5833430650666596		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	80.278	100.0	0.013133993699088922	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0383_000000007768	1853	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5836523570178633		0	0	False	False	0.9978413581848145	0					non-mobilizable	other	1872.0	80.395	100.0	0.013141089319671898	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0020_000000019670	1841	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5827761650975942		0	0	False	False	1.0	0					non-mobilizable	other	1859.0	80.204	100.0	0.013048846252093209	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0027_000000020429	1835	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5616205563557273		0	0	False	False	0.9983651041984558	0					non-mobilizable	other	1835.0	99.23700000000001	100.0	0.0434247288914145	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0151_000000010289	1828	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5331484704162709		0	0	False	False	1.0	0					non-mobilizable	other	1770.0	99.37899999999999	97.0	0.04188568451958138	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0095_000000015828	1756	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5162057311829655		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	96.132	100.0	0.04155419803949425	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0084_000000020223	1741	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.4859410333102692		0	0	False	False	0.9948305487632751	0					non-mobilizable	other	1741.0	99.54	100.0	0.041199033953686605	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0095_000000019680	1733	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5104217349966859		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	99.25	100.0	0.041009613107922525	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0154_000000012426	1701	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.35038507717387163		0	0	False	False	1.0	0					non-mobilizable	other	1699.0	99.235	99.0	0.040204574513425205	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0071_000000004711	1658	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.39242892041370947		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	74.925	100.0	0.0004518164297893375	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ETH0002_000000015803	1607	0.5395783754076577	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.35564095157529907		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	98.595	99.0	0.03366955533456457	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0035_000000012840	1531	0.5395754510933475	3	3	3	2	1	False	36779	maximal	True	ISR0035_000000012840	1.0		212	14	False	False	0.9954278469085693	0					non-mobilizable	chromosome	1228.0	99.837	100.0	0.00019107420297374996	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ENG0183_000000025059	1244	0.539572087730268	2	1	1	1	1	False	55141	maximal	True	ENG0183_000000025059	1.0		1	1	False	False	0.9557877779006958	0					non-mobilizable	no_good_hit	826.0	97.458	65.0	0.021725391057039026	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	True	False
MAD0050_000000012613	1909	0.5395715669673731	2	2	2	2	2	False	46315	fragment	False	FIJ0101_000000012725	0.8113494677354249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0054_000000014480	1740	0.5395715669673731	2	2	2	2	2	False	46315	fragment	False	FIJ0101_000000012725	0.4807935863701438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0150_000000017243	1405	0.5395703808540337	2	2	2	1	1	False	30809	maximal	True	ISR0150_000000017243	1.0		4	3	False	False	0.9807829260826111	0					non-mobilizable	other	1361.0	88.17	97.0	0.0005820319525240486	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	False
ISR0821_000000004734	5543	0.5395676627621031	6	4	0	1	3	True	21252	maximal	True	ISR0821_000000004734	1.0		1	1	False	False	0.9992783665657043	0					non-mobilizable	no_good_hit								True	True
SPA0149_000000026124	1535	0.539565623784095	2	2	2	2	2	False	3286	maximal	True	SPA0149_000000026124	1.0		38	6	False	False	0.990227997303009	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.7401918408306784e-06	CP054580.1	g-proteobacteria	Halomonas titanicae strain GPM3 chromosome, complete genome	True	False
ISR0166_000000009810	2061	0.5395628203901695	3	3	3	2	2	False	87626	maximal	True	ISR0166_000000009810	1.0		14	6	False	False	0.9844735860824585	0					non-mobilizable	no_good_hit	1299.0	99.461	63.0	0.010508674919241887	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0026_000000022166	1513	0.5395603456635325	2	2	2	2	2	False	7513	maximal	True	SPA0026_000000022166	1.0		17	5	False	False	0.9907468557357788	0					non-mobilizable	no_good_hit	160.0	83.75	11.0	0.0011857707509881424	NZ_JAAIQH010000006.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_6_length_131560_cov_258.508, whole genome shotgun sequence	True	False
ISR0816_000000016372	2465	0.5395565950434885	4	4	4	3	3	False	78377	fragment	False	ISR0816_000000016372	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2465.0	98.986	100.0	0.0007910650740917199	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0101_000000022639	1846	0.5395502866006956	2	2	1	2	2	False	57538	fragment	False	MON0079_000000011582	0.9318147754479768		0	0	False	False	0.9972914457321167	0					non-mobilizable	other	1852.0	95.572	100.0	0.0005137433282792098	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0083_000000012471	2811	0.5395495695536536	2	2	2	2	1	True	107782	fragment	False	FIJ0083_000000012471	1.0		0	0	False	False	0.9992884993553162	0					non-mobilizable	other	1805.0	96.23299999999999	93.0	0.028597259231062048	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	True
ISR0140_000000017351	1320	0.5395444201270521	2	2	2	2	0	False	31227	maximal	True	ISR0140_000000017351	1.0		2	2	False	False	0.9856060743331909	0					non-mobilizable	no_good_hit	159.0	99.37100000000001	12.0	0.0005155698841925621	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
SPA0132_000000027927	1483	0.5395425130455695	2	2	2	2	2	False	83035	fragment	False	SPA0132_000000027927	1.0		0	0	False	False	0.99662846326828	0					non-mobilizable	other	1483.0	97.303	100.0	0.6592526690391459	GQ874725.1		Uncultured organism clone 1041059767160 genomic sequence	False	False
DEN0021_000000019393	1860	0.5395421922727128	3	2	1	2	0	True	74767	maximal	True	DEN0021_000000019393	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0174_000000013833	1466	0.5395421922727128	1	1	1	1	0	True	55641	maximal	True	ENG0174_000000013833	1.0		1	1	False	False	0.9972714781761169	0					non-mobilizable	no_good_hit	376.0	94.947	26.0	0.00010981487262353295	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
AST0055_000000015841	2216	0.5395368982994618	4	3	3	2	2	True	116010	maximal	True	AST0055_000000015841	1.0		191	14	False	False	0.9927797913551331	0					non-mobilizable	no_good_hit	275.0	72.0	12.0	6.719362760069882e-05	NZ_CP011412.1	g-proteobacteria	Sedimenticola thiotaurini strain SIP-G1 chromosome, complete genome	True	True
AST0101_000000002911	3503	0.5395355884386616	4	4	1	1	4	False	108520	maximal	True	AST0101_000000002911	1.0		3	3	False	False	0.9994290471076965	0					non-mobilizable	chromosome	3503.0	100.0	100.0	0.0018839199737477742	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
ENG0116_000000005862	3856	0.5395352603457769	3	3	2	3	1	False	59481	maximal	True	ENG0116_000000005862	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	79.487	3.0	4.9681713025465115e-05	CP050534.1	firmicutes	Lactococcus raffinolactis strain Lr_19_4S chromosome	True	False
ISR0789_000000009099	1537	0.5395322478218503	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.5734415794070781		0	0	False	False	0.9986987709999084	0					non-mobilizable	no_good_hit	340.0	87.941	81.0	0.0013387356648658895	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0026_000000022437	1497	0.5395322478218503	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.5250406363516825		0	0	False	False	0.994655966758728	0					non-mobilizable	no_good_hit	914.0	74.398	61.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0158_000000014383	1487	0.5395322478218503	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.5239174262095337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.508	81.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0197_000000018433	1381	0.539531670686081	2	2	2	2	2	False	29612	fragment	False	ISR0197_000000018433	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	76.779	57.0	0.00422428671879994	NZ_PDYG01000074.1	firmicutes	Agathobacter ruminis strain JK623 contig000075, whole genome shotgun sequence	True	False
MON0009_000000029638	1336	0.5395261391161376	2	2	1	2	0	False	53005	maximal	True	MON0009_000000029638	1.0		3	1	False	False	0.996257483959198	0					non-mobilizable	no_good_hit	227.0	94.273	17.0	6.763063260676289e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0038_000000002435	11462	0.5395258769593364	9	8	6	8	6	True	82206	maximal	True	SPA0038_000000002435	1.0		1	1	False	False	0.9996510148048401	0					non-mobilizable	no_good_hit	2083.0	99.568	18.0	0.29057920446615493	NZ_WNCH01000090.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold90_size7200, whole genome shotgun sequence	True	True
MAD0047_000000012238	3329	0.5395231146073824	4	3	3	2	1	True	17679	maximal	True	MAD0047_000000012238	1.0		1	1	False	False	0.9993992447853088	0					non-mobilizable	no_good_hit								True	True
DEN0029_000000007768	1723	0.5395226814552787	3	2	2	1	1	False	73840	fragment	False	DEN0029_000000007768	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1723.0	100.0	100.0	0.0003162585547755409	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
SPA0017_000000007590	1682	0.5395193523927811	3	2	2	2	1	False	7827	maximal	True	SPA0017_000000007590	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1683.0	89.42399999999999	100.0	0.00037613971901177064	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	False	False
TAN0020_000000003357	1961	0.5395178080291811	1	1	1	0	1	False	2398	maximal	True	TAN0020_000000003357	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0130_000000012037	1706	0.5395178080291811	1	1	1	0	1	False	40876	fragment	False	FIJ0130_000000012037	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000030399	1100	0.5395095454753974	2	2	2	1	1	False	58574	maximal	False	ENG0128_000000027452	0.9927601809954751		0	0	False	False	0.9927272796630859	0					non-mobilizable	other	1100.0	98.818	100.0	0.0149778534923339	NZ_CABIYV010000013.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0013_000000015594	1844	0.5395076627890935	1	1	1	1	1	False	73693	maximal	True	FIJ0013_000000015594	1.0		36	7	False	False	0.9983730912208557	0					non-mobilizable	no_good_hit	1121.0	89.206	64.0	0.0002488122442330307	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0088_000000019058	1523	0.5395076627890935	1	1	1	1	1	False	73692	fragment	False	FIJ0088_000000019058	1.0		0	0	False	False	0.982928454875946	0					non-mobilizable	no_good_hit	1124.0	88.87899999999999	77.0	0.0002494798978400961	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0065_000000015763	1252	0.5395076627890935	1	1	1	1	1	False	73691	fragment	False	DEN0031_000000027316	0.9869565217391304		0	0	False	False	0.9968051314353943	0					non-mobilizable	other	1127.0	90.506	90.0	0.007188130958161883	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
ISR0365_000000000296	32204	0.5395065419670743	56	27	2	19	15	False	112211	maximal	True	ISR0365_000000000296	1.0		2	1	False	False	0.999968945980072	0					non-mobilizable	no_good_hit	7369.0	94.40899999999999	81.0	0.24141208863248984	MF775702.1	viruses	Lactococcus phage LP1407, complete genome	True	False
USA0045_01_000000001963	7404	0.5395064382969407	8	8	7	7	7	False	100930	fragment	False	USA0045_01_000000001963	1.0		0	0	False	False	0.9993246793746948	0					non-mobilizable	chromosome	3750.0	96.48	99.0	0.0006969037508813536	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ENG0179_000000007897	4177	0.5395021775576012	6	5	3	5	2	True	93726	maximal	False	CAN0014_000000010441	0.9420071901693982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1921.0	91.20200000000001	71.0	0.0005130898156224066	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
ENG0043_000000008803	3787	0.5395021775576012	6	5	3	5	2	True	93726	maximal	False	CAN0014_000000010441	0.6197430372675764		0	0	False	False	0.999735951423645	0					non-mobilizable	no_good_hit	1533.0	91.911	68.0	0.00040945424221641946	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
USA0075_01_000000011791	2107	0.5395006413297221	3	2	1	2	2	False	676	maximal	True	USA0075_01_000000011791	1.0		51	8	False	False	1.0	0					non-mobilizable	chromosome	2107.0	99.146	100.0	0.00047648654298831726	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0122_000000002870	5339	0.5394933575031625	7	4	4	2	3	False	32169	maximal	True	ISR0122_000000002870	1.0		1	1	False	False	0.9988762140274048	0					non-mobilizable	no_good_hit	359.0	86.072	7.0	0.004609544468546637	NZ_AAXG02000049.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont354, whole genome shotgun sequence	True	False
ISR0186_000000025158	1300	0.5394909814696138	2	2	2	2	2	False	63047	fragment	False	ENG0063_000000023089	0.937170805116629		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	74.225	100.0	0.0004028723084552165	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0065_000000008100	3231	0.5394881230520964	6	5	3	3	4	True	111688	maximal	True	MON0065_000000008100	1.0		8	4	False	False	0.9981430172920227	0					non-mobilizable	no_good_hit	2089.0	99.713	65.0	0.018663520326075298	NZ_JAAIUL010000012.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_12_length_111876_cov_341.882, whole genome shotgun sequence	True	True
ENG0153_000000024624	1202	0.5394877837296128	2	2	2	1	1	True	56898	fragment	False	ENG0153_000000024624	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	97.37100000000001	95.0	0.002938826016343997	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	False	True
ISR0027_000000003854	6667	0.5394850738381936	11	3	1	3	1	False	55650	maximal	True	ISR0027_000000003854	1.0		0	0	False	False	0.9919003844261169	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.685499681307437e-06	CP024780.1	enterobacteria	Pectobacterium brasiliense strain BZA12 chromosome, complete genome	True	False
FIJ0043_000000007412	3452	0.5394804518160657	5	3	2	3	2	True	47237	maximal	True	FIJ0043_000000007412	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1174.0	82.709	34.0	0.0039019957639292563	NZ_HE978586.1	firmicutes	Kallipyga massiliensis ph2, whole genome shotgun sequence	True	True
CHI0124_000000012969	1114	0.5394786837041508	2	2	2	2	2	False	81660	fragment	False	CHI0124_000000012969	1.0		0	0	False	False	0.9578096866607666	0					non-mobilizable	other	1057.0	98.10799999999999	95.0	0.009225898978592417	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0083_000000016456	1385	0.5394745131268893	2	1	1	1	1	False	61555	maximal	True	ENG0083_000000016456	1.0		0	0	False	False	0.9711191058158875	0					non-mobilizable	chromosome	1354.0	82.49600000000001	97.0	0.00037839609082745897	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
USA0075_01_000000018990	1298	0.5394732353928855	2	2	0	2	2	False	664	fragment	False	USA0075_01_000000018990	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1298.0	97.689	100.0	0.00027158151738058896	CP047876.1	enterobacteria	Escherichia coli strain LD22-1 chromosome, complete genome	False	False
AUS0002_000000013643	2604	0.5394723796347595	3	1	1	1	1	False	121261	fragment	False	AUS0002_000000013643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	95.238	3.0	3.1866837037658826e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0010_000000009485	1979	0.539469623599037	3	3	3	3	3	False	78288	fragment	False	FIJ0010_000000009485	1.0		0	0	False	False	0.9994946718215942	0					non-mobilizable	chromosome	1979.0	99.899	100.0	0.0003692187998447713	CP052136.1	enterobacteria	Klebsiella pneumoniae strain F17KP0054 chromosome, complete genome	False	False
MAD0081_000000002160	3202	0.5394695937968679	4	4	4	4	4	False	105744	maximal	True	MAD0081_000000002160	1.0		8	2	False	False	1.0	0					non-mobilizable	chromosome	3203.0	99.844	100.0	0.0011704568217674263	CP055231.1	firmicutes	Enterococcus hirae strain 13144 chromosome, complete genome	False	False
SPA0127_000000021824	1344	0.539461343474234	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.03029412817516541		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	98.512	100.0	0.0028082310653504434	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0052_000000006526	3603	0.5394601628284591	5	5	4	4	1	False	11232	maximal	True	MON0052_000000006526	1.0		1	1	False	False	0.9994449019432068	0					non-mobilizable	no_good_hit								True	False
ENG0105_000000013382	1665	0.5394545529579929	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.884935931433187		0	0	False	False	0.9849849939346313	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	4.0	6.0896915410979394e-05	NZ_PUIP01000001.1	b-proteobacteria	Massilia phosphatilytica strain 12-OD1 Scaffold1_1, whole genome shotgun sequence	True	False
ENG0122_000000017661	1651	0.5394545529579929	3	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.7568003624935337		0	0	False	False	0.9993942975997925	0					non-mobilizable	no_good_hit	195.0	77.436	12.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
ISR0083_000000017028	1606	0.5394545529579929	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.7559302440581911		0	0	False	False	0.9950186610221863	0					non-mobilizable	no_good_hit	195.0	76.923	12.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
ISR0012_000000019207	1184	0.5394496728558101	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.23369898074370532		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	92.743	100.0	0.01651048639000446	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0031_01_000000004805	6315	0.5394442568575031	8	6	2	5	1	False	81043	fragment	False	USA0031_01_000000004805	1.0		0	0	False	False	0.9995249509811401	0					non-mobilizable	no_good_hit	4956.0	92.333	89.0	0.001293709168941133	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
FIJ0138_000000015722	1211	0.5394404393716721	2	2	1	2	1	False	40457	maximal	True	FIJ0138_000000015722	1.0		2	1	False	False	0.9364162087440491	0					non-mobilizable	no_good_hit	678.0	78.46600000000001	56.0	0.0023125955706750512	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0261_000000013805	1336	0.5394392410824219	2	2	2	2	2	False	64729	fragment	False	ISR0261_000000013805	1.0		0	0	False	False	0.988772451877594	0					non-mobilizable	other	1336.0	100.0	100.0	0.02250164337844899	NZ_SPGG01000023.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_23_length_59329_cov_36.7253, whole genome shotgun sequence	False	False
ENG0041_000000019907	1196	0.5394392410824219	2	2	2	2	2	False	64728	fragment	False	ENG0041_000000019907	1.0		0	0	False	False	0.9924749135971069	0					non-mobilizable	other	1196.0	99.749	100.0	0.020141920477338232	NZ_SPGG01000023.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_23_length_59329_cov_36.7253, whole genome shotgun sequence	False	False
FIJ0057_000000013179	2455	0.5394372774855184	4	3	3	3	2	False	112453	fragment	False	ISR0328_000000011990	0.4718913832625654		0	0	False	False	1.0	0					non-mobilizable	other	2455.0	97.23	100.0	0.007770313094181772	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0068_000000009258	1670	0.5394343596750885	3	2	2	2	2	False	126594	fragment	False	FIJ0088_000000017629	0.9667850797603476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	83.333	6.0	0.005703855806525211	NZ_BAIV01000048.1	CFB group bacteria	Bacteroides reticulotermitis JCM 10512, whole genome shotgun sequence	True	False
ISR0295_000000021823	1641	0.5394343596750885	3	2	2	2	2	False	126594	fragment	False	FIJ0088_000000017629	0.9650329857993935		0	0	False	False	0.9957343339920044	0					non-mobilizable	no_good_hit	102.0	83.333	6.0	0.005703855806525211	NZ_BAIV01000048.1	CFB group bacteria	Bacteroides reticulotermitis JCM 10512, whole genome shotgun sequence	True	False
ENG0077_000000015136	1373	0.5394343596750885	2	2	2	2	2	False	126593	fragment	False	SPA0042_000000023410	0.8607040443492556		0	0	False	False	0.9941733479499817	0					non-mobilizable	no_good_hit	360.0	76.111	26.0	8.749671887304226e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
MON0109_000000024994	1449	0.5394314413925545	1	1	1	1	1	False	8491	maximal	True	MON0109_000000024994	1.0		147	12	False	False	0.9779158234596252	0					non-mobilizable	other	1447.0	99.654	99.0	0.003180286621682253	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0045_01_000000003743	3716	0.5394272322419637	4	4	2	3	3	False	1209	maximal	True	USA0045_01_000000003743	1.0		3	2	False	False	0.9981162548065186	0					non-mobilizable	no_good_hit	226.0	87.611	6.0	6.705241762879901e-05	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
SPA0090_000000028382	1295	0.5394253719661622	2	2	2	1	1	False	5366	fragment	False	SPA0090_000000028382	1.0		0	0	False	False	0.9714285731315613	0					non-mobilizable	other	1293.0	92.421	99.0	0.0042631521548747	NZ_WBKJ01000005.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000005, whole genome shotgun sequence	False	False
SPA0118_000000005947	4912	0.5394216895222821	5	4	3	4	4	False	126379	maximal	True	SPA0118_000000005947	1.0		42	9	False	False	1.0	0					non-mobilizable	no_good_hit	3550.0	96.197	78.0	0.001195113672181229	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
ISR0066_000000027179	1186	0.5394187459424042	1	1	1	1	1	False	73402	fragment	False	ISR0843_000000011509	0.2695816644414775		0	0	False	False	0.9991568326950073	0					non-mobilizable	no_good_hit								True	False
TAN0008_000000004610	3381	0.5394186652388324	5	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.8008543362255065		0	0	False	False	1.0	0					non-mobilizable	other	3381.0	99.941	100.0	0.007655667118909725	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0094_000000002678	6354	0.5394172687871398	7	7	7	7	5	True	43201	maximal	True	FIJ0094_000000002678	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3936.0	97.104	89.0	0.083710407239819	MG692624.1	enterobacteria	Escherichia coli 634-1 plasmid p634-1 contig COV47-1_c5 genomic sequence	True	True
FIJ0141_000000010889	2667	0.5394168476507708	3	2	2	2	2	False	40293	maximal	True	FIJ0141_000000010889	1.0		76	11	False	False	0.9913761019706726	0					non-mobilizable	no_good_hit								True	False
ENG0128_000000023979	1252	0.5394148012202372	3	2	2	1	2	False	58578	maximal	True	ENG0128_000000023979	1.0		57	9	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	77.39699999999999	12.0	0.0004492391208735973	NZ_FNCK01000002.1	firmicutes	Facklamia miroungae strain ATCC BAA-466, whole genome shotgun sequence	True	False
CHI0132_000000002400	13275	0.5394117857124284	14	10	7	8	6	False	81679	maximal	True	CHI0132_000000002400	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	2547.0	91.04799999999999	39.0	0.005657979802483447	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MON0041_000000031833	2034	0.5394117347921775	2	2	2	1	1	False	11806	fragment	False	MON0041_000000031833	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2034.0	94.051	100.0	0.0007241237941807232	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
FIJ0128_000000003542	6921	0.539406569528692	5	5	4	4	5	False	66558	fragment	False	FIJ0092_000000003834	0.9693083573487031		0	0	False	False	1.0	0					non-mobilizable	other	6738.0	98.189	97.0	0.019425346716328774	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
CHI0140_000000010547	2772	0.5394007840891224	4	4	4	4	3	False	100828	fragment	False	CHI0089_000000002831	0.9721917406469586		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	86.35	41.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0165_000000005863	2765	0.5394007840891224	4	4	4	4	3	False	100828	fragment	False	CHI0089_000000002831	0.9718309902862082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	86.35	41.0	0.00021498446147505157	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0063_000000003046	5652	0.539400641456366	4	4	4	4	3	False	117304	maximal	True	SPA0063_000000003046	1.0		2	1	False	False	0.9998230934143066	0					non-mobilizable	no_good_hit	3922.0	77.817	69.0	0.021742908884989094	NZ_OEPZ01000005.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
MAD0005_000000028797	1116	0.5393983800082398	2	2	2	2	2	False	19903	fragment	False	MAD0005_000000028797	1.0		0	0	False	False	0.9865591526031494	0					non-mobilizable	chromosome	1120.0	85.536	100.0	0.00038550931147897545	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0063_000000007827	5216	0.5393978768868269	6	6	5	6	4	False	124971	maximal	True	DEN0063_000000007827	1.0		1	1	False	False	0.9998083114624023	0					non-mobilizable	no_good_hit	3072.0	78.84100000000001	71.0	0.0072909805896710705	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0837_000000009192	1505	0.5393934248013733	3	3	2	2	2	True	34463	maximal	True	ISR0837_000000009192	1.0		165	9	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	92.41	49.0	0.009016600657284908	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	True
ISR0264_000000010874	1112	0.5393920446113369	2	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.335677873531724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	86.04700000000001	31.0	9.443434679591657e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0169_000000015501	1468	0.5393793346348661	3	2	1	2	1	True	38856	fragment	False	FIJ0169_000000015501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0016_000000002202	4181	0.5393787495581803	5	5	4	4	3	False	45917	maximal	True	TAN0016_000000002202	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	74.78	8.0	0.008992131884600974	NZ_AXAC01000041.1	firmicutes	Acetobacterium dehalogenans DSM 11527 A3KSDRAFT_scaffold_36.37_C, whole genome shotgun sequence	True	False
CAN0012_000000017817	2795	0.5393759043410444	4	4	4	3	3	True	94233	maximal	True	CAN0012_000000017817	1.0		4	3	False	False	0.9735241532325745	0					non-mobilizable	no_good_hit	428.0	72.89699999999999	15.0	0.0003572649175320656	NZ_RJVI01000001.1	g-proteobacteria	Inmirania thermothiophila strain DSM 100275 Ga0244718_11, whole genome shotgun sequence	True	True
ENG0032_000000006040	3304	0.5393715941243022	6	2	2	2	1	True	65631	maximal	True	ENG0032_000000006040	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.768404336650025e-07	LR584441.1	bony fishes	Salmo trutta genome assembly, chromosome: 12	True	True
SPA0042_000000027455	1247	0.5393715941243022	2	2	2	2	1	True	6830	fragment	False	SPA0042_000000027455	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1058.0	72.40100000000001	84.0	0.027993318245500592	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CAN0022_000000006939	4160	0.5393696696653641	4	3	2	2	1	True	91345	fragment	False	CAN0022_000000006939	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4160.0	94.80799999999999	99.0	0.005431055764325095	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ENG0194_000000006692	4065	0.5393680973982288	3	3	2	3	2	False	54547	maximal	True	ENG0194_000000006692	1.0		1	1	False	False	0.9982779622077942	0					non-mobilizable	no_good_hit	1773.0	99.21	56.0	0.0005136700887182452	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0112_000000021415	1306	0.5393630306540501	2	1	1	1	1	False	41993	maximal	True	FIJ0112_000000021415	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0791_000000011366	1622	0.5393627108963114	2	2	2	2	2	False	22045	fragment	False	ISR0791_000000011366	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1623.0	94.023	100.0	0.0005508140392678421	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0033_000000008188	3216	0.5393599405649031	3	3	3	3	3	False	65524	maximal	True	ENG0033_000000008188	1.0		20	7	False	False	0.9888059496879578	0					non-mobilizable	other	3216.0	99.969	100.0	0.0009035177896048522	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0014_000000003187	2134	0.5393593399277166	2	1	1	1	1	False	89905	maximal	True	CHI0014_000000003187	1.0		1031	13	False	False	1.0	0					non-mobilizable	other	2134.0	99.906	100.0	0.0004131167772475499	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
USA0011_01_000000015178	2435	0.5393569391497504	3	3	3	2	2	False	2020	fragment	False	USA0011_01_000000015178	1.0		0	0	False	False	0.9979466199874878	0					non-mobilizable	no_good_hit	265.0	100.0	11.0	0.003335059816319054	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	True	False
ISR0353_000000002643	10215	0.5393562273436248	15	3	2	3	2	False	68902	maximal	True	ISR0353_000000002643	0.9987383030175586		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	96.096	8.0	0.00015343789496266656	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0112_000000020143	1797	0.5393561080520852	2	1	1	0	1	False	32630	maximal	True	ISR0112_000000020143	1.0		168	13	False	False	1.0	0					non-mobilizable	other	1663.0	99.699	93.0	0.00032133856482841007	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
DEN0069_000000009577	2938	0.5393515852103485	4	4	4	4	3	False	70741	maximal	True	DEN0069_000000009577	1.0		2	2	False	False	0.9972770810127258	0					non-mobilizable	no_good_hit	2409.0	78.663	81.0	0.6685314685314685	NZ_FMKA01000078.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0295_000000003307	8096	0.5393512170752319	13	8	6	8	5	True	36813	fragment	False	ISR0295_000000003307	1.0		0	0	False	False	0.999752938747406	0					non-mobilizable	no_good_hit	1051.0	75.167	13.0	0.09898428516673055	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
ISR0821_000000000247	47884	0.5393479322864798	81	13	4	11	2	False	21256	maximal	True	ISR0821_000000000247	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.006157635467980296	XM_034565907.1	apicomplexans	Plasmodium berghei ANKA repetitive organellar protein, putative (PBANKA_0301000), partial mRNA	True	False
FIJ0064_000000016632	1585	0.5393476016754242	2	2	2	2	1	False	45473	fragment	False	ISR0199_000000017570	0.9396898334290638		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	99.874	100.0	0.0003069877505298155	CP018337.1	enterobacteria	Klebsiella pneumoniae isolate Kp_Goe_154414, complete genome	False	False
MON0004_000000026087	1701	0.5393398020448261	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.1310324136415484		0	0	False	False	1.0	0					non-mobilizable	chromosome	1701.0	99.765	100.0	0.0005722100468640029	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0148_000000005752	5102	0.5393391985359391	7	6	6	5	6	False	89187	maximal	True	ISR0148_000000005752	0.9661821118514032		5	2	False	False	0.9994120001792908	0					non-mobilizable	no_good_hit	1968.0	98.679	62.0	0.000693552430553964	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0036_000000009835	1416	0.5393384271329458	2	1	1	1	1	False	36746	maximal	True	ISR0036_000000009835	1.0		90	10	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	74.60300000000001	17.0	0.0001239540429002413	NZ_HF952018.1	firmicutes	Thermobrachium celere DSM 8682, whole genome shotgun sequence	True	False
MAD0005_000000008514	3149	0.5393378155089589	3	3	2	3	0	False	19976	maximal	True	MAD0005_000000008514	1.0		69	8	False	False	0.9984121918678284	0					non-mobilizable	other	1615.0	93.87	100.0	0.0003765492411622913	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0232_000000011422	2363	0.5393376901024094	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.3875696963696447		0	0	False	False	0.9995768070220947	0		MOBV			mobilizable	other	2367.0	95.395	100.0	0.0007138753666132495	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0054_000000011538	2281	0.5393376901024094	5	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.33267752710457016		0	0	False	False	1.0	0		MOBV			mobilizable	other	2281.0	97.852	100.0	0.000686646472835603	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0069_000000010968	2237	0.5393376901024094	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.31730413706516547		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2239.0	96.60600000000001	100.0	0.0006260931090294829	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0208_000000012384	2202	0.5393376901024094	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.3061192649966011		0	0	False	False	1.0	0		MOBV			mobilizable	other	2203.0	96.505	100.0	0.0077623862986825115	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	True
ENG0159_000000010437	2192	0.5393376901024094	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.2355526990383581		0	0	False	False	1.0	0		MOBV			mobilizable	other	2114.0	100.0	96.0	0.2431530494821634	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
AST0153_000000014840	2186	0.5393376901024094	4	3	2	2	2	True	124277	fragment	False	ENG0208_000000012463	0.6200863248699443		0	0	False	False	1.0	0		MOBV			mobilizable	other	2190.0	97.07799999999999	100.0	0.0011109698741578746	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	True
ISR0060_000000012906	2156	0.5393376901024094	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.23181242766146323		0	0	False	False	1.0	0		MOBV			mobilizable	other	2151.0	87.169	100.0	0.00029493425844794274	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	True
ENG0114_000000007330	2123	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7041869152217409		0	0	False	False	1.0	0		MOBV			mobilizable	other	2123.0	100.0	100.0	0.004208113210540511	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0018_000000010024	2116	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7036830010926436		0	0	False	False	1.0	0		MOBV			mobilizable	other	2116.0	100.0	100.0	0.004194231592975108	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0056_000000005212	2115	0.5393376901024094	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.25040204031168867		0	0	False	False	0.9952718615531921	0		MOBV			mobilizable	other	2115.0	99.338	100.0	0.2432681242807825	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
USA0032_01_000000010862	2114	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7034941161376302		0	0	False	False	1.0	0		MOBV			mobilizable	other	2114.0	100.0	100.0	0.004190265416527851	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0134_000000018605	2114	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7034941161376302		0	0	False	False	1.0	0		MOBV			mobilizable	other	2114.0	100.0	100.0	0.004190265416527851	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0001_000000012580	2111	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7028865177485981		0	0	False	False	1.0	0		MOBV			mobilizable	other	2111.0	100.0	100.0	0.004184316151856964	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0056_000000005232	2107	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7024602297342049		0	0	False	False	0.9985761642456055	0		MOBV			mobilizable	other	2107.0	99.85799999999999	100.0	0.004176383798962448	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0815_000000014777	2107	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7028637118878298		0	0	False	False	1.0	0		MOBV			mobilizable	other	2107.0	100.0	100.0	0.004176383798962448	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
DEN0070_000000016140	2098	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7012968287658757		0	0	False	False	1.0	0		MOBV			mobilizable	other	2098.0	100.0	100.0	0.004158536004949788	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
USA0062_01_000000009932	2093	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.700729007884873		0	0	False	False	0.9985666275024414	0		MOBV			mobilizable	other	2093.0	100.0	100.0	0.004148620563831644	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0831_000000008598	2093	0.5393376901024094	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.23811109126545482		0	0	False	False	1.0	0		MOBV			mobilizable	other	2093.0	100.0	100.0	0.24073647871116224	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
AUS0010_000000011576	2092	0.5393376901024094	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.2423176692067762		0	0	False	False	1.0	0		MOBV			mobilizable	other	2092.0	99.18700000000001	100.0	0.24016110471806673	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
USA0080_01_000000020624	2089	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7004117152932334		0	0	False	False	1.0	0		MOBV			mobilizable	other	2089.0	99.95200000000001	100.0	0.004140688210937128	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
AST0039_000000008064	2087	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7003800500205322		0	0	False	False	1.0	0		MOBV			mobilizable	other	2087.0	100.0	100.0	0.00413672203448987	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0060_000000013330	2086	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6999082045400931		0	0	False	False	0.9995205998420715	0		MOBV			mobilizable	other	2086.0	99.95200000000001	100.0	0.004134738946266241	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0344_000000016216	2086	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7002250937557757		0	0	False	False	1.0	0		MOBV			mobilizable	other	2086.0	100.0	100.0	0.004134738946266241	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0052_000000014973	2086	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7000466485618042		0	0	False	False	1.0	0		MOBV			mobilizable	other	2086.0	99.95200000000001	100.0	0.004134738946266241	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0209_000000013827	2086	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6999082045400931		0	0	False	False	1.0	0		MOBV			mobilizable	other	2086.0	99.95200000000001	100.0	0.004134738946266241	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
AST0113_000000018111	2086	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.7002250937557757		0	0	False	False	1.0	0		MOBV			mobilizable	other	2086.0	100.0	100.0	0.004134738946266241	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0120_000000016128	2085	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.699601530128927		0	0	False	False	1.0	0		MOBV			mobilizable	other	2085.0	99.904	100.0	0.004132755858042613	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
AST0014_000000007994	2082	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6996058984649292		0	0	False	False	1.0	0		MOBV			mobilizable	other	2082.0	100.0	100.0	0.004126806593371726	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0073_000000011935	2081	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6994286104117302		0	0	False	False	1.0	0		MOBV			mobilizable	other	2081.0	100.0	100.0	0.004124823505148097	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
AST0029_000000014371	2079	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6988153485008151		0	0	False	False	1.0	0		MOBV			mobilizable	other	2079.0	100.0	100.0	0.0041208573287008395	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
USA0006_01_000000011619	2077	0.5393376901024094	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.2884097771797534		0	0	False	False	1.0	0		MOBV			mobilizable	other	2077.0	96.29299999999999	100.0	0.0006252096831608385	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0012_000000011402	2076	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6979784214294934		0	0	False	False	1.0	0		MOBV			mobilizable	other	2076.0	99.95200000000001	100.0	0.004114908064029953	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0025_000000012434	2076	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6978354272098602		0	0	False	False	1.0	0		MOBV			mobilizable	other	2076.0	100.0	100.0	0.004114908064029953	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
SPA0043_000000008274	2075	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6980486730209768		0	0	False	False	0.999518096446991	0		MOBV			mobilizable	other	2075.0	100.0	100.0	0.004112924975806323	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
USA0017_01_000000013269	2074	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6977819977828418		0	0	False	False	1.0	0		MOBV			mobilizable	other	2074.0	100.0	100.0	0.004110941887582695	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0179_000000016089	2070	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.69665504617519		0	0	False	False	1.0	0		MOBV			mobilizable	other	2070.0	100.0	100.0	0.0041030095346881795	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0120_000000010384	2067	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.693540965741504		0	0	False	False	1.0	0		MOBV			mobilizable	other	2067.0	99.613	100.0	0.004097060270017293	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0162_000000011953	2066	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6954172145290024		0	0	False	False	1.0	0		MOBV			mobilizable	other	2066.0	100.0	100.0	0.004095077181793663	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
AST0148_000000016763	2064	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6930355778518428		0	0	False	False	1.0	0		MOBV			mobilizable	other	2064.0	99.709	100.0	0.004091111005346406	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0009_000000016104	2059	0.5393376901024094	4	3	2	2	2	True	124307	fragment	False	ENG0176_000000002846	0.6916419510060557		0	0	False	False	1.0	0		MOBV			mobilizable	other	2059.0	99.709	100.0	0.0040811955642282615	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
MON0095_000000015146	2042	0.5393376901024094	4	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.11625706320915916		0	0	False	False	0.9990205764770508	0		MOBV			mobilizable	other	2041.0	91.867	100.0	0.0006162126205666253	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
DEN0041_000000017491	1957	0.5393376901024094	3	3	2	2	2	True	124250	fragment	False	ISR0071_000000003227	0.14941137911233288		0	0	False	False	1.0	0		MOBV			mobilizable	other	1962.0	94.59700000000001	100.0	0.07285236147266642	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
MAD0105_000000008686	3765	0.5393358226427032	2	2	2	2	2	True	18494	fragment	False	MAD0105_000000008686	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	3765.0	98.699	100.0	0.04411109808976913	CP055983.1	enterobacteria	Escherichia coli strain RHB01-C20 plasmid pRHB01-C20_3, complete sequence	False	True
SPA0142_000000022365	1178	0.5393301265155375	2	2	2	2	2	False	3421	fragment	False	SPA0142_000000022365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000005117	4706	0.5393300156914547	2	2	2	2	1	False	7394	maximal	True	SPA0029_000000005117	1.0		34	8	False	False	0.9997875094413757	0					non-mobilizable	no_good_hit	3657.0	100.0	78.0	0.04994330833435788	NZ_CYZO01000015.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ENG0171_000000014344	1674	0.5393279235874582	4	3	2	1	3	False	55788	maximal	True	ENG0171_000000014344	1.0		15	4	False	False	0.9940263032913208	0					non-mobilizable	no_good_hit	975.0	99.48700000000001	70.0	0.0003533575320899845	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0109_000000001416	12903	0.5393259560485888	18	11	6	8	7	False	20987	fragment	False	SPA0109_000000001416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	70.008	9.0	0.00035273473074730306	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0366_000000007273	2487	0.5393244004127296	2	2	2	2	1	False	23629	maximal	True	ISR0366_000000007273	1.0		22	7	False	False	0.9971853494644165	0					non-mobilizable	no_good_hit	932.0	99.785	37.0	0.004090258068484364	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	True	False
CAN0003_000000020260	2455	0.5393238540499857	3	2	2	2	2	False	96646	fragment	False	CAN0003_000000020260	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2428.0	99.54700000000001	99.0	0.00316391286649201	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
MAD0022_000000002442	3989	0.5393235845525227	5	3	2	3	2	False	19300	fragment	False	MAD0022_000000002442	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000039462	1125	0.539321708072968	2	2	1	1	2	False	95454	maximal	True	CAN0006_000000039462	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	73.247	48.0	0.015007012622720898	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0827_000000002400	4253	0.5393204218566803	5	4	4	4	3	False	61122	fragment	False	ISR0827_000000002400	0.9852521408182684		0	0	False	False	1.0	0					non-mobilizable	other	4253.0	99.6	100.0	0.001194947944447848	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0067_000000019889	1538	0.5393187907950829	1	1	1	1	1	False	35729	fragment	False	ISR0067_000000019889	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	98.31200000000001	100.0	0.005964792608153046	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
MON0100_000000010071	3960	0.5393187191212702	4	2	1	2	1	False	9132	maximal	True	MON0100_000000010071	1.0		2	1	False	False	0.9921717047691345	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	8.381959967218425e-06	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0201_000000005207	1417	0.5393160351178379	2	2	2	1	1	False	117263	fragment	False	MAD0026_000000006911	0.050706391523474524		0	0	False	False	1.0	0					non-mobilizable	other	1435.0	91.70700000000001	100.0	0.007076030317385126	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
USA0007_01_000000003475	5471	0.5393146760252362	6	4	1	2	3	True	60321	maximal	True	USA0007_01_000000003475	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	87.065	80.0	0.0018639049003588049	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ENG0092_000000002891	6212	0.5393140259968986	8	2	1	1	2	True	121798	maximal	False	SPA0132_000000005938	0.9383552684378819		0	0	True	True	0.9998390078544617	18					non-mobilizable	plasmid	5261.0	88.975	100.0	0.832855321861058	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
ENG0011_000000003835	6190	0.5393140259968986	7	2	1	1	2	True	121798	maximal	False	SPA0132_000000005938	0.8487712626789374		0	0	True	True	1.0	17					non-mobilizable	plasmid	5293.0	88.985	99.0	0.8377947737412365	LN852867.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0182	False	True
SPA0098_000000021219	1757	0.5393082621379973	2	2	2	2	2	False	68053	maximal	False	ENG0001_000000015261	0.9898074745186862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	76.757	11.0	0.0014596918780839956	NZ_MWWV01000019.1	high GC Gram+	Bifidobacterium tissieri strain DSM 100201 Contig_19, whole genome shotgun sequence	True	False
MAD0111_000000011203	1531	0.539307329605895	3	3	3	3	2	False	23181	maximal	False	SPA0084_000000012896	0.7392386314531691		0	0	False	False	0.9902024865150452	0					non-mobilizable	other	1531.0	99.28200000000001	100.0	0.005257460955620844	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0076_000000004343	2734	0.5393037015631242	2	2	2	2	2	False	62042	fragment	False	ENG0076_000000004343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	81.928	3.0	3.2280782974327723e-05	CP013015.1	d-proteobacteria	Candidatus Desulfofervidus auxilii strain HS1 genome	True	False
CHI0174_000000003358	4699	0.539302513921147	1	1	1	1	1	False	77852	fragment	False	CHI0174_000000003358	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4600.0	92.87	98.0	0.0013831654255612223	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0132_000000005670	4486	0.539302513921147	1	1	1	1	1	False	31608	maximal	True	ISR0132_000000005670	1.0		1165	16	False	False	0.9991083145141602	0					non-mobilizable	chromosome	4486.0	97.59299999999999	100.0	0.0014421017837689756	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ISR0285_000000007486	2295	0.5393007512775945	3	3	2	2	1	True	76892	fragment	False	ISR0285_000000007486	0.9492134831460675		0	0	False	False	0.9947712421417236	0					non-mobilizable	other	2296.0	96.47200000000001	100.0	0.003998577663742975	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
MAD0111_000000005923	2905	0.5393004523119073	4	3	2	1	2	False	128897	maximal	True	MAD0111_000000005923	1.0	PS1059	2	1	False	True	0.9927710890769958	0					non-mobilizable	no_good_hit	1500.0	82.333	82.0	0.0004232544091129996	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
SPA0068_000000001771	7826	0.5392975470136263	7	7	7	7	7	False	83684	fragment	False	SPA0068_000000001771	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7826.0	99.57799999999999	100.0	0.0015013793503066268	CP052524.1	enterobacteria	Klebsiella pneumoniae strain B16KP0177 chromosome, complete genome	False	False
AST0140_000000005564	4935	0.5392955141876966	6	3	3	3	3	False	105637	maximal	True	AST0140_000000005564	1.0		1	1	False	False	0.9983789324760437	0					non-mobilizable	no_good_hit	907.0	80.265	18.0	0.0002910534426336243	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0086_000000015846	1949	0.5392953761060117	1	1	1	1	1	False	9740	fragment	False	MON0086_000000015846	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	94.35600000000001	100.0	0.0073596082935380525	NZ_SPFU01000007.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_7_length_264688_cov_23.5584, whole genome shotgun sequence	False	False
CHI0078_000000002213	7776	0.5392953325913826	10	8	4	7	8	False	90626	maximal	True	CHI0078_000000002213	1.0		463	12	False	False	1.0	0					non-mobilizable	other	7777.0	99.37	100.0	0.027651342740100136	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ENG0142_000000002455	8850	0.5392945595995831	11	6	5	6	4	False	77167	maximal	True	ENG0142_000000002455	1.0		17	6	False	False	1.0	0					non-mobilizable	other	7997.0	97.81200000000001	100.0	0.0021375171755209027	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0040_000000016310	1701	0.5392918910234564	4	2	1	2	1	True	11863	maximal	True	MON0040_000000016310	1.0		2	1	False	False	0.957084059715271	0					non-mobilizable	no_good_hit	735.0	76.735	43.0	0.0002051171661372972	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
CHI0047_000000007477	2082	0.5392918328337953	2	2	2	2	0	True	93364	maximal	True	CHI0047_000000007477	1.0		1	1	False	False	0.9995197057723999	0					non-mobilizable	no_good_hit	1205.0	96.01700000000001	58.0	0.000341782903133502	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0141_000000012670	2302	0.5392890101038874	2	2	2	2	1	False	126866	maximal	True	FIJ0141_000000012670	1.0	PS979	25	7	False	True	1.0	0					non-mobilizable	chromosome	1492.0	80.295	95.0	0.0002388207675957655	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
FIJ0142_000000016748	2095	0.5392890101038874	3	2	2	2	1	False	126891	maximal	True	FIJ0142_000000016748	1.0	PS979	26	7	False	True	0.9985679984092712	0					non-mobilizable	no_good_hit	1216.0	88.734	87.0	0.00041724569205113955	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CHI0137_000000009341	1746	0.5392890101038874	2	2	2	2	1	False	126890	fragment	False	CHI0137_000000009341	0.9730902777777778		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1482.0	99.865	85.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0058_000000016216	2455	0.5392877613313116	3	3	2	3	2	True	114353	fragment	False	FIJ0058_000000016216	1.0		0	0	False	False	0.981262743473053	0					non-mobilizable	no_good_hit	1159.0	79.37899999999999	47.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
FIJ0060_000000002642	4870	0.5392850879096021	5	4	4	4	1	False	115288	maximal	True	FIJ0060_000000002642	1.0		1	1	False	False	0.9997946619987488	0					non-mobilizable	no_good_hit	627.0	71.45100000000001	13.0	0.0010160796261092617	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0087_000000013082	2030	0.5392847767317279	3	3	2	2	3	False	61384	maximal	True	ENG0087_000000013082	1.0		153	8	False	False	0.9965517520904541	0					non-mobilizable	other	2030.0	100.0	100.0	0.0008971262777085564	AP018131.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: JCM 7004	False	False
FIJ0037_000000002275	9394	0.5392826043015322	12	7	6	7	5	True	52106	fragment	False	FIJ0037_000000002275	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	87.5	1.0	0.001662089897384015	NZ_JHZB01000034.1	d-proteobacteria	Desulfobulbus elongatus DSM 2908 Q362DRAFT_scaffold00033.33_C, whole genome shotgun sequence	True	True
CHI0056_000000011714	1726	0.5392804226739605	3	3	3	3	2	False	121854	fragment	False	FIJ0048_000000015861	0.47952861882597525		0	0	False	False	1.0	0					non-mobilizable	chromosome	1726.0	97.277	100.0	0.0005796151180587134	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0062_000000004877	5705	0.5392794872217953	9	9	5	6	5	True	116766	maximal	True	FIJ0062_000000004877	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1651.0	89.279	29.0	0.082389495840433	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
USA0135_01_000000004392	3366	0.5392783680754867	4	4	4	3	3	False	93391	maximal	False	ENG0021_000000005387	0.9740278172012489		0	0	False	False	0.9997029304504395	0					non-mobilizable	chromosome	3366.0	99.941	100.0	0.0009409663178799539	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0020_000000018286	1162	0.5392781575224751	2	2	2	2	1	False	49734	fragment	False	ISR0061_000000005776	0.9697095435684647		0	0	False	False	0.9948365092277527	0					non-mobilizable	other	1157.0	98.79	99.0	0.00028342565507244883	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0054_000000007473	4771	0.5392775022886267	8	3	2	2	3	False	11148	maximal	True	MON0054_000000007473	1.0		1	1	False	False	0.9974848031997681	0					non-mobilizable	no_good_hit								True	False
SPA0144_000000000897	13613	0.5392772100869416	11	8	7	8	6	True	93653	maximal	True	SPA0144_000000000897	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	2006.0	75.872	15.0	0.000614419157682666	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0394_000000016708	1155	0.5392738809079509	2	2	2	1	2	False	24686	fragment	False	ISR0329_000000013882	0.9540094339622642		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	100.0	100.0	0.0012606758708386225	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0816_000000027295	1364	0.5392715834199339	2	2	2	2	1	False	21403	maximal	True	ISR0816_000000027295	1.0		394	13	False	False	0.9523460268974304	0					non-mobilizable	no_good_hit	769.0	74.902	56.0	0.001010923029998708	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0277_000000001137	7757	0.539271541241089	12	5	3	3	4	False	70231	backbone	False	ISR0807_000000001655	0.6067753958985036	PS330	0	0	False	True	0.9989686608314514	0					non-mobilizable	no_good_hit	491.0	80.855	6.0	0.07135485773256671	AP019727.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN3 DNA, complete genome	True	True
MON0085_000000026875	1196	0.5392706004004272	2	2	2	2	1	True	9764	maximal	True	MON0085_000000026875	1.0		49	11	False	False	0.9974916577339172	0					non-mobilizable	no_good_hit	755.0	71.523	62.0	0.0037635251685745647	NZ_QVMD01000006.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf6, whole genome shotgun sequence	True	True
ISR0345_000000008172	1609	0.5392700649163125	2	1	1	1	1	False	91256	fragment	False	ISR0345_000000008172	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	98.819	100.0	0.0004347803750737815	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0090_000000006855	3520	0.5392696328722852	3	3	3	1	2	False	129830	maximal	True	AST0090_000000006855	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	2.0	0.013155057149018762	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	False
AST0085_000000003709	3849	0.5392692784992139	4	4	4	4	4	False	117563	fragment	False	AST0116_000000006720	0.9928761517283726		0	0	False	False	1.0	0					non-mobilizable	chromosome	3849.0	99.818	100.0	0.0016128897013198277	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
CAN0020_000000016191	2273	0.5392686796727435	3	3	3	3	2	False	91879	maximal	True	CAN0020_000000016191	1.0		6	3	False	False	0.9819621443748474	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.219472276581447e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0194_000000023880	1179	0.539264978255924	2	2	2	2	2	False	29018	maximal	True	ISR0194_000000023880	1.0		9	5	False	False	0.9898219108581543	0					non-mobilizable	no_good_hit	336.0	72.619	28.0	3.225281154267959e-05	CP017637.1	a-proteobacteria	Bradyrhizobium japonicum strain J5, complete genome	True	False
ISR0192_000000010040	1812	0.5392641424270034	3	2	2	2	1	False	54681	fragment	False	ISR0192_000000010040	1.0		0	0	False	False	0.9944812655448914	0					non-mobilizable	no_good_hit	1199.0	98.415	66.0	0.0002794956573187268	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0792_000000011090	1411	0.5392641070552586	2	1	1	1	1	False	22034	maximal	True	ISR0792_000000011090	1.0		24	8	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	79.832	58.0	0.00012644845380169924	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ENG0190_000000025758	1148	0.5392641070552586	2	1	1	1	1	False	54770	maximal	True	ENG0190_000000025758	1.0		30	8	False	False	0.9834494590759277	0					non-mobilizable	no_good_hit	863.0	78.795	74.0	0.0001311201947057029	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
SPA0109_000000030570	1136	0.5392641070552586	1	1	1	1	1	False	4638	maximal	True	SPA0109_000000030570	1.0		1	1	False	False	0.9947183132171631	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.0015698587127158557	NZ_JH379428.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld717, whole genome shotgun sequence	True	False
CHI0002_000000008246	1113	0.5392605097516598	2	2	2	2	1	False	91002	fragment	False	CHI0002_000000008246	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1113.0	98.652	100.0	0.0003923939098489107	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0134_000000019899	1607	0.5392570361092524	2	2	2	2	2	False	31463	maximal	True	ISR0134_000000019899	0.9972621492128679		35	8	False	False	0.9987554550170898	0					non-mobilizable	no_good_hit	180.0	78.889	11.0	0.00014472767760594107	NZ_CADIKO010000003.1	b-proteobacteria	Achromobacter aegrifaciens strain LMG 26854 isolate LMG 26854, whole genome shotgun sequence	True	False
ENG0066_000000011615	1752	0.5392566465992424	2	2	1	2	2	False	62761	maximal	True	ENG0066_000000011615	1.0		3	3	False	False	0.9885844588279724	0					non-mobilizable	no_good_hit	601.0	96.007	54.0	0.000170664482161295	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0051_01_000000003872	5755	0.5392539327382713	6	6	6	5	4	False	103356	maximal	True	USA0051_01_000000003872	1.0		9	5	False	False	0.9994786977767944	0					non-mobilizable	chromosome	3616.0	85.177	96.0	0.0005075634863683353	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0181_000000007383	2570	0.5392521210493783	3	3	3	3	2	True	29590	maximal	True	ISR0181_000000007383	1.0		66	9	False	False	1.0	0					non-mobilizable	chromosome	2562.0	98.04799999999999	99.0	0.0007423866237062225	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
USA0003_01_000000009130	4276	0.5392447257314565	7	3	2	3	2	False	78616	fragment	False	USA0003_01_000000009130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	77.524	7.0	0.0732843137254902	HG796323.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00451	True	False
MAD0051_000000008339	3341	0.5392445778544488	4	3	3	3	3	False	44249	maximal	True	MAD0051_000000008339	1.0		1	1	False	False	0.9979048371315002	0					non-mobilizable	no_good_hit	938.0	78.465	33.0	0.0036540034051361463	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0176_000000023916	1428	0.5392425497079925	3	2	2	2	2	True	86752	maximal	True	ISR0176_000000023916	0.9801422002352438		48	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0354_000000013435	1387	0.5392425497079925	2	2	2	2	2	True	86752	maximal	False	ISR0176_000000023916	0.9708231141082665		0	0	False	False	0.9913482069969177	0					non-mobilizable	no_good_hit								True	True
MON0107_000000030578	1964	0.5392423627360378	2	2	1	2	0	False	18524	fragment	False	MON0107_000000030578	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	78.521	35.0	0.0014553453622367153	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0146_000000027654	1534	0.5392422760468233	3	3	3	3	2	False	131324	fragment	False	ISR0146_000000027654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	76.248	37.0	0.009380004575611988	NZ_BBAB01000022.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
USA0023_01_000000005796	5548	0.5392360101964464	4	3	3	2	2	False	1719	maximal	True	USA0023_01_000000005796	1.0		25	5	False	False	0.9974765777587891	0					non-mobilizable	no_good_hit	2744.0	99.016	77.0	0.0009529599777654252	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0221_000000010597	2160	0.5392353595804713	2	2	2	1	2	False	27953	maximal	True	ISR0221_000000010597	1.0		0	0	False	False	0.9944444298744202	0					non-mobilizable	chromosome	1448.0	87.01700000000001	95.0	0.00036082038050103566	CP043955.1	enterobacteria	Morganella morganii subsp. morganii strain 171229813 chromosome, complete genome	False	False
MAD0095_000000008751	3467	0.5392284574973049	4	3	2	3	2	True	15597	maximal	True	MAD0095_000000008751	1.0		18	4	False	False	0.9974040985107422	0					non-mobilizable	no_good_hit	110.0	83.63600000000001	3.0	0.00046016531221782317	NZ_QGHH01000005.1	firmicutes	Bacillus aciditolerans strain YN-1 YN_scaffold5, whole genome shotgun sequence	True	True
ENG0062_000000000278	45165	0.5392283040149534	38	19	13	19	10	True	104244	fragment	False	DEN0078_000000000103	0.6317996997608648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	0.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	True
MON0083_000000022612	1727	0.5392255698167276	2	1	1	1	1	False	9870	maximal	True	MON0083_000000022612	1.0		5	3	False	False	0.9826288223266602	0					non-mobilizable	no_good_hit								True	False
MON0107_000000035400	1710	0.5392255698167276	2	1	1	1	1	False	39700	fragment	False	MON0107_000000035400	1.0		0	0	False	False	0.9257310032844543	0					non-mobilizable	no_good_hit								True	False
MON0043_000000012694	2183	0.5392231096537049	2	2	2	2	2	False	21532	maximal	True	MON0043_000000012694	0.9915499758570738		53	6	False	False	0.9743472337722778	0					non-mobilizable	other	2066.0	99.46799999999999	95.0	0.001877535582254243	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0107_000000024860	2380	0.5392202986120674	3	3	3	3	3	False	94917	maximal	True	MON0107_000000024860	1.0		11	6	False	False	0.9957982897758484	0					non-mobilizable	no_good_hit	477.0	72.53699999999999	20.0	0.005951368814827411	NZ_JNJN01000005.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
CAN0017_000000003483	11285	0.5392189458704689	19	5	2	3	2	True	100858	maximal	True	CAN0017_000000003483	0.999951751423333	PS584	40	8	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	98.684	1.0	1.195951560453677e-05	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
ENG0040_000000002071	10363	0.5392189458704689	18	5	2	3	2	True	100858	maximal	False	CAN0017_000000003483	0.9591050066459903	PS584	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0067_000000023293	1436	0.5392178236879424	1	1	1	1	1	True	70806	maximal	True	DEN0067_000000023293	1.0		39	9	False	False	0.9965181350708008	0					non-mobilizable	other	1434.0	99.163	100.0	0.002381514264156964	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	True
USA0023_01_000000017916	1711	0.5392153065420564	3	3	2	3	2	False	1699	maximal	True	USA0023_01_000000017916	1.0		1	1	False	False	0.9964932799339294	0					non-mobilizable	no_good_hit	649.0	75.347	38.0	0.006801505371822635	NZ_SLXA01000010.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_110, whole genome shotgun sequence	True	False
AST0148_000000003999	7958	0.5392143272506492	10	5	2	5	1	True	105204	fragment	False	DEN0072_000000002171	0.6335533302988924		0	0	False	False	1.0	0					non-mobilizable	other	7958.0	99.899	100.0	0.20894071914480078	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0009_000000001910	6944	0.5392143272506492	8	5	2	5	1	True	67339	fragment	False	ENG0009_000000001910	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6944.0	99.986	100.0	0.18236020276836604	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
USA0145_01_000000018891	1239	0.5392101595018827	2	2	2	2	2	False	2	maximal	True	USA0145_01_000000018891	1.0		4	4	False	False	0.9854721426963806	0					non-mobilizable	no_good_hit	232.0	74.569	18.0	3.576494521739966e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
MAD0003_000000004433	5885	0.5392090022711711	4	2	2	2	2	False	20110	maximal	True	MAD0003_000000004433	1.0		9	5	False	False	0.9959218502044678	0					non-mobilizable	no_good_hit	2324.0	73.064	39.0	0.0004146922746819083	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
DEN0083_000000002825	8628	0.5392081258872858	8	4	3	4	2	True	111346	fragment	False	ISR0080_000000002743	0.7586717360695135		0	0	False	True	0.9996522665023804	0					non-mobilizable	no_good_hit	470.0	81.277	5.0	0.001895532369702664	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0088_000000008252	3340	0.5392076692001477	6	6	6	6	5	False	98264	maximal	True	FIJ0088_000000008252	0.9689859076957746		279	13	False	False	0.9964072108268738	0					non-mobilizable	chromosome	3340.0	99.91	100.0	0.0007010620281373838	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ENG0190_000000017366	1734	0.5392052617823004	2	2	2	2	2	True	114473	maximal	True	ENG0190_000000017366	1.0		112	9	False	False	1.0	0					non-mobilizable	other	1549.0	95.61	100.0	0.022338059895457302	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0106_000000013172	1577	0.5392052617823004	2	2	2	2	2	True	114472	fragment	False	ENG0182_000000017453	0.8454867572811428		0	0	False	False	0.9835129976272583	0					non-mobilizable	other	1581.0	97.40700000000001	100.0	0.022814566667629307	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0107_000000005910	7690	0.5392049773951338	8	6	5	6	3	False	122581	maximal	True	MON0107_000000005910	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2612.0	98.469	99.0	0.04171926180394663	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0065_000000008968	2891	0.5392010571616889	4	4	2	3	3	True	11732	maximal	True	MON0065_000000008968	1.0		1	1	False	False	0.9986163973808289	0					non-mobilizable	no_good_hit	815.0	71.902	28.0	0.00033073509962923295	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0113_000000015314	2011	0.5392006149569195	3	3	3	3	3	False	131585	fragment	False	ISR0255_000000013518	0.8422630864668875		0	0	False	False	1.0	0					non-mobilizable	chromosome	2009.0	99.552	99.0	0.0008483126524542948	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0129_000000019589	1161	0.5392003666935703	1	1	1	1	1	False	40906	fragment	False	FIJ0129_000000019589	1.0		0	0	False	False	0.9982773661613464	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	4.0	2.097822369171132e-05	NZ_JH556653.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_3, whole genome shotgun sequence	True	False
ISR0169_000000019877	1610	0.5391974074493687	1	1	1	1	1	False	32078	fragment	False	ISR0385_000000013815	0.9750801452460282		0	0	False	False	1.0	0					non-mobilizable	chromosome	1610.0	99.93799999999999	100.0	0.0002860196306524874	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
USA0069_01_000000032189	1892	0.5391971403834018	2	1	1	1	1	False	13271	maximal	True	USA0069_01_000000032189	1.0		1	1	False	False	0.9957716464996338	0					non-mobilizable	no_good_hit	1329.0	90.67	70.0	0.005178117846279281	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
DEN0053_000000006166	1819	0.5391971403834018	2	1	1	1	1	False	72127	maximal	True	DEN0053_000000006166	1.0		3	3	False	False	0.9994502663612366	0					non-mobilizable	no_good_hit	1328.0	90.587	73.0	0.005174197999310107	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0805_000000006438	1805	0.5391971403834018	1	1	1	1	1	False	84431	maximal	True	ISR0805_000000006438	1.0		1	1	False	False	0.9988919496536255	0					non-mobilizable	no_good_hit	1206.0	73.54899999999999	78.0	0.0024785545719030553	NZ_CYXL01000004.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
MON0018_000000012809	1587	0.5391971403834018	1	1	1	1	1	False	13270	fragment	False	MON0018_000000012809	1.0		0	0	False	False	0.9615626931190491	0					non-mobilizable	no_good_hit	1328.0	90.587	83.0	0.005174197999310107	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
DEN0085_000000018398	1549	0.5391971403834018	1	1	1	1	1	False	68963	maximal	True	DEN0085_000000018398	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	82.14	83.0	0.0050644422841732255	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ENG0044_000000010649	1535	0.5391971403834018	1	1	1	1	1	False	64500	maximal	True	ENG0044_000000010649	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	75.579	86.0	0.0001999946424570666	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
CHI0181_000000003857	5046	0.5391964654694493	8	4	2	4	1	False	109356	maximal	True	CHI0181_000000003857	1.0	PS534|PS688	2	1	True	True	1.0	8					non-mobilizable	no_good_hit	1547.0	97.479	79.0	0.35607282784051625	HG796318.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00403	True	True
FIJ0092_000000024096	1514	0.5391952567864235	2	2	2	2	1	False	43289	maximal	True	FIJ0092_000000024096	1.0		16	6	False	False	0.9960370063781738	0					non-mobilizable	no_good_hit	252.0	76.19	17.0	5.680280329754983e-05	NZ_UGYG01000001.1	fusobacteria	Sebaldella termitidis strain NCTC11300, whole genome shotgun sequence	True	False
ISR0101_000000008399	2857	0.5391946569798476	4	3	3	2	2	False	41740	maximal	True	ISR0101_000000008399	1.0		29	8	False	False	0.9894994497299194	0					non-mobilizable	no_good_hit	184.0	95.109	9.0	6.275606101809535e-05	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0293_000000023406	1499	0.5391923865604816	3	2	2	1	1	False	25816	fragment	False	ISR0293_000000023406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000028698	1486	0.5391923865604816	3	2	2	1	1	False	71220	maximal	True	DEN0064_000000028698	1.0		1	1	False	False	0.9845222234725952	0					non-mobilizable	no_good_hit								True	False
MON0085_000000017486	1684	0.5391883834692337	3	1	1	1	1	False	9780	fragment	False	MON0085_000000017486	1.0		0	0	False	False	0.9780284762382507	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	4.0	6.528544846238688e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ISR0162_000000017140	2307	0.5391882785552771	2	2	2	2	2	False	131892	fragment	False	SPA0028_000000012892	0.9858914766851831		0	0	False	False	1.0	0					non-mobilizable	other	2302.0	99.21799999999999	99.0	0.01890047066361105	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ENG0170_000000001447	7406	0.5391882439261003	8	3	3	3	1	True	122714	maximal	True	ENG0170_000000001447	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	89.744	1.0	2.1721652289770365e-05	NC_015172.1	firmicutes	Syntrophobotulus glycolicus DSM 8271, complete sequence	True	True
FIJ0148_000000006284	2729	0.5391876237137185	5	5	5	4	4	False	40745	maximal	True	FIJ0148_000000006284	1.0		27	7	False	False	0.9996335506439209	0					non-mobilizable	chromosome	2729.0	98.42399999999999	100.0	0.0004653789930174386	LR607362.1	enterobacteria	Klebsiella variicola strain 4928STDY7387736 genome assembly, chromosome: 1	False	False
ISR0343_000000003925	3838	0.5391847920750888	4	4	4	4	2	False	131349	fragment	False	ISR0343_000000003925	0.9780190677966102		0	0	False	False	0.9997394680976868	0					non-mobilizable	other	3831.0	99.086	99.0	0.05974945788677244	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ISR0364_000000007715	2174	0.5391845744219802	2	2	2	2	2	False	92858	maximal	False	CAN0016_000000022191	0.9924207625172256		0	0	False	False	0.9940202236175537	0					non-mobilizable	no_good_hit	1550.0	73.355	70.0	0.006166115225467641	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
SPA0115_000000022384	1290	0.5391834579282289	2	1	1	1	1	False	7232	fragment	False	SPA0032_000000022760	0.982837528604119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	2.9535266796284295e-06	LT559118.1	high GC Gram+	Nonomuraea sp. ATCC 39727 isolate nono1 genome assembly, chromosome: I	True	False
ENG0096_000000007541	4372	0.5391825212720579	7	2	1	2	1	False	66175	maximal	True	ENG0096_000000007541	0.9999209361163821		7	1	True	True	1.0	20					non-mobilizable	no_good_hit	1191.0	91.52	65.0	0.0003798905696978875	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	True
MON0016_000000031765	1232	0.5391821683317493	2	2	2	2	2	False	13321	maximal	True	MON0016_000000031765	1.0		121	11	False	False	0.9935064911842346	0					non-mobilizable	other	805.0	98.634	100.0	0.0034175391167956745	NZ_CABMGA010000004.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0042_000000009323	2426	0.5391811859137565	5	2	2	1	2	False	45325	fragment	False	MAD0042_000000009323	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0117_000000007440	4984	0.5391803959150056	4	4	4	4	4	False	124515	fragment	False	SPA0117_000000007440	1.0		0	0	False	False	0.9989967942237854	0					non-mobilizable	no_good_hit	1829.0	93.33	37.0	0.0002863959710696008	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
AST0050_000000001535	8538	0.5391802755321484	9	7	2	4	5	True	114793	maximal	True	AST0050_000000001535	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3305.0	79.032	38.0	0.001521137119646071	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	True	True
ENG0034_000000002667	5409	0.539178382104912	8	6	3	5	3	True	65472	fragment	False	ENG0034_000000002667	1.0		0	0	False	False	0.9996302723884583	0					non-mobilizable	chromosome	2804.0	99.287	100.0	0.0005582453253690068	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MAD0045_000000017596	2269	0.5391742016778418	5	5	5	5	4	False	17861	maximal	True	MAD0045_000000017596	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	87.786	39.0	0.00018192245009797224	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0078_000000010266	2431	0.5391740779223226	2	2	1	2	1	False	128955	maximal	True	FIJ0078_000000010266	1.0	PS1059	1	1	False	True	0.9979432225227356	0					non-mobilizable	no_good_hit	1436.0	94.429	59.0	0.01974326871483015	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0112_000000008527	2104	0.5391709849464977	3	2	1	2	2	True	119981	maximal	False	ISR0101_000000009643	0.6183023564123574	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	2104.0	95.72200000000001	100.0	0.0006778354261999024	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0153_000000021370	1183	0.5391693479440666	2	2	1	1	2	False	76199	maximal	False	USA0045_01_000000009885	0.48253150057273775		0	0	False	False	0.9991546869277954	0					non-mobilizable	chromosome	1183.0	98.478	100.0	0.000397854279643089	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0167_000000009353	2179	0.5391655059205406	4	2	1	1	2	False	78180	maximal	True	CHI0167_000000009353	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	89.31200000000001	50.0	0.00020299251020418536	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0097_000000014305	2317	0.5391652116988448	4	1	1	1	1	False	5119	maximal	True	SPA0097_000000014305	1.0		1	1	False	False	0.9835994839668274	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.006169751542437886	MK231387.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L04_2-CL02_c3 sequence	True	False
SPA0046_000000001391	12916	0.5391648834548132	11	8	5	6	5	True	6740	maximal	True	SPA0046_000000001391	1.0		53	8	False	False	0.9999225735664368	0					non-mobilizable	no_good_hit	173.0	76.301	1.0	4.9459865688328804e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
CHI0036_000000002392	4834	0.5391647040875902	6	4	3	3	1	False	88075	maximal	True	CHI0036_000000002392	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1300.0	74.154	27.0	0.0005072590796995631	CP022123.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain KCOM 1275, complete genome	True	False
CHI0074_000000010130	1359	0.5391646299953756	2	2	2	2	2	False	84696	fragment	False	CHI0074_000000010130	1.0		0	0	False	False	0.9977924823760986	0					non-mobilizable	other	1358.0	99.632	99.0	0.020282490097900008	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0125_000000003827	4105	0.5391645849199439	6	5	2	4	2	False	111699	fragment	False	CHI0048_000000003768	0.9353432193478612		0	0	False	False	0.999512791633606	0					non-mobilizable	other	4121.0	92.35600000000001	100.0	0.0009581708385709607	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0785_000000019616	1890	0.5391618820897648	4	3	3	2	2	False	22184	fragment	False	ISR0813_000000015381	0.9608826479438315		0	0	False	False	0.9989417791366577	0					non-mobilizable	other	1890.0	99.63	100.0	0.0014843184000477747	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	False
MON0082_000000033296	1108	0.5391606652998715	2	2	2	2	1	False	9896	maximal	True	MON0082_000000033296	1.0		0	0	False	False	0.9720216393470764	0					non-mobilizable	plasmid	1047.0	99.904	99.0	0.009217158365937048	CP056686.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00634 plasmid pRHBSTW-00634_5, complete sequence	False	True
MON0103_000000046524	1265	0.5391584903895795	2	2	2	1	1	False	8847	maximal	True	MON0103_000000046524	1.0		13	6	False	False	0.9905138611793518	0					non-mobilizable	no_good_hit	736.0	75.27199999999999	58.0	0.005736978001710891	NZ_JADU01000011.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0071_000000015136	2361	0.5391579819932779	3	3	3	3	2	False	44878	fragment	False	FIJ0071_000000015136	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2383.0	76.584	100.0	0.0005916869128070721	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	False	False
CHI0132_000000007255	4447	0.5391508240377698	2	2	2	1	2	False	80947	maximal	True	CHI0132_000000007255	1.0		128	9	False	False	1.0	0					non-mobilizable	chromosome	4128.0	97.699	94.0	0.0011009064672319604	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
TAN0007_000000025421	1616	0.539149065797443	2	2	2	2	2	False	2809	maximal	True	TAN0007_000000025421	1.0		12	5	False	False	0.9746286869049072	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	5.167965015337782e-05	NZ_JACCBS010000002.1	firmicutes	Carboxydothermus ferrireducens DSM 11255 Ga0395992_02, whole genome shotgun sequence	True	False
ENG0211_000000013203	1872	0.5391437229343984	2	2	2	2	2	False	109196	maximal	False	ISR0384_000000009219	0.9742767606918087		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	77.278	42.0	0.00422428671879994	NZ_PDYG01000074.1	firmicutes	Agathobacter ruminis strain JK623 contig000075, whole genome shotgun sequence	True	False
ISR0222_000000028833	1626	0.5391435492836183	3	2	2	2	1	False	27866	maximal	True	ISR0222_000000028833	1.0		556	14	False	False	1.0	0					non-mobilizable	no_good_hit	574.0	98.084	69.0	0.0012606262210253974	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0132_01_000000003473	5260	0.53913977873208	5	5	4	4	3	False	85	maximal	True	USA0132_01_000000003473	1.0		1	1	False	False	0.9975284934043884	0					non-mobilizable	no_good_hit	3072.0	79.329	58.0	0.0012847947786610886	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0025_000000018908	2080	0.5391368738308787	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.1816680782733552		0	0	False	False	0.9990384578704834	0					non-mobilizable	other	2080.0	98.221	100.0	0.004345125952195251	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0043_000000008630	1185	0.5391354180104209	2	2	1	2	1	False	87295	maximal	True	CHI0043_000000008630	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1185.0	96.118	100.0	0.006167887394380137	CP048110.1	enterobacteria	Klebsiella michiganensis strain BD177 plasmid unnamed2	False	True
ENG0034_000000007697	1876	0.539133146060135	2	2	1	2	1	True	65460	maximal	True	ENG0034_000000007697	1.0		5	2	False	False	0.9994669556617737	0					non-mobilizable	no_good_hit	626.0	72.524	33.0	0.010755697021633816	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ISR0262_000000005304	2962	0.5391305316674948	4	2	2	2	2	False	26665	maximal	True	ISR0262_000000005304	1.0		0	0	False	False	0.9929102063179016	0					non-mobilizable	no_good_hit	1398.0	99.64200000000001	47.0	0.0573175234891068	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
ISR0803_000000009341	1616	0.5391305140410572	3	2	0	2	2	False	22043	maximal	True	ISR0803_000000009341	1.0		7	4	False	False	0.9777227640151978	0					non-mobilizable	chromosome	1599.0	99.81200000000001	99.0	0.0007728580755930645	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
ENG0058_000000024589	1405	0.5391274640877541	3	2	2	1	1	False	63418	maximal	True	ENG0058_000000024589	1.0		5	4	False	False	0.9843416213989258	0					non-mobilizable	no_good_hit	72.0	84.72200000000001	5.0	0.0016059351745040828	NZ_VWXL01000026.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_26, whole genome shotgun sequence	True	False
CAN0008_000000000609	30846	0.5391241093990883	36	14	9	11	6	True	95091	maximal	True	CAN0008_000000000609	1.0		2	1	False	False	0.9978927373886108	0					non-mobilizable	no_good_hit	331.0	94.26	1.0	8.92273157800671e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0014_000000009740	2501	0.5391236685109356	4	3	3	3	3	False	66928	maximal	True	ENG0014_000000009740	1.0		362	12	False	False	1.0	0					non-mobilizable	other	2501.0	99.24	100.0	0.0006759645134853568	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0211_000000004634	4302	0.5391231255197213	6	5	5	4	4	False	56316	maximal	True	ISR0211_000000004634	1.0		469	13	False	False	0.999535083770752	0					non-mobilizable	plasmid	2204.0	83.802	97.0	0.0035326482725139574	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0023_000000016332	1899	0.5391196261714235	2	2	2	2	2	False	37527	fragment	False	ISR0023_000000016332	1.0		0	0	False	False	0.9994733929634094	0					non-mobilizable	other	1319.0	97.119	100.0	0.005471210614564654	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	False	False
MON0105_000000034456	1581	0.5391152080025534	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.28335758437437675		0	0	False	False	0.992409884929657	0					non-mobilizable	chromosome	1526.0	77.851	99.0	0.00042836785022485046	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0188_000000006625	2286	0.539115134242502	5	3	2	1	2	True	77042	maximal	True	CHI0188_000000006625	1.0		52	8	False	False	0.9855642914772034	0					non-mobilizable	other	2286.0	99.956	100.0	0.0005330948054868871	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0209_000000003957	7026	0.5391045700337261	5	5	5	5	5	False	102190	fragment	False	ISR0209_000000003957	0.9805612394036831		0	0	False	False	0.9987190365791321	0					non-mobilizable	no_good_hit	1794.0	88.963	25.0	0.13978914486528699	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0384_000000009219	1933	0.5391039883878468	2	2	2	2	2	False	109196	maximal	True	ISR0384_000000009219	0.9892141756548536		79	11	False	False	0.998965322971344	0					non-mobilizable	no_good_hit	801.0	77.403	41.0	0.00422428671879994	NZ_PDYG01000074.1	firmicutes	Agathobacter ruminis strain JK623 contig000075, whole genome shotgun sequence	True	False
ISR0162_000000006808	5266	0.5390996599095661	3	3	3	3	2	False	30364	fragment	False	ISR0162_000000006808	1.0		0	0	False	False	0.9967717528343201	0					non-mobilizable	other	5266.0	99.75299999999999	100.0	0.03602266040859892	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0059_000000000023	6130	0.5390962318813409	9	8	2	7	5	False	132521	backbone	False	USA0060_01_000000001071	0.017557865067868522	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6130.0	100.0	100.0	0.1676422319474836	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0330_000000022238	1437	0.53909287155988	2	2	2	2	1	False	24647	fragment	False	ISR0330_000000022238	1.0		0	0	False	False	0.9993041157722473	0					non-mobilizable	no_good_hit	562.0	74.555	39.0	0.0010422792177440026	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0036_000000003492	2913	0.5390864864992856	4	3	2	3	2	False	74555	maximal	True	ISR0036_000000003492	1.0		166	10	False	False	0.9965671300888062	0					non-mobilizable	no_good_hit	2301.0	99.305	79.0	0.2958054554812146	NZ_QRUU01000090.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf90, whole genome shotgun sequence	True	False
ENG0070_000000007270	3299	0.5390825295988274	5	4	1	3	2	False	62442	fragment	False	ENG0070_000000007270	1.0		0	0	False	False	0.9996968507766724	0					non-mobilizable	no_good_hit	1165.0	77.597	42.0	0.00021832320911092305	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
FIJ0082_000000012686	2356	0.5390810662324542	2	2	2	2	1	False	44184	maximal	True	FIJ0082_000000012686	1.0		1	1	False	False	0.9673174619674683	0					non-mobilizable	no_good_hit								True	False
ISR0241_000000009697	1618	0.5390806888813563	3	3	2	2	1	False	27256	maximal	True	ISR0241_000000009697	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1511.0	92.455	93.0	0.006315940876363236	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	False
SPA0057_000000016681	1935	0.5390721728228594	2	2	2	2	2	False	6339	fragment	False	SPA0057_000000016681	1.0		0	0	False	False	0.9901808500289917	0					non-mobilizable	no_good_hit	423.0	74.941	22.0	0.0002320767665738728	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	False
ISR0190_000000012385	1848	0.5390690551039085	3	2	2	2	2	False	29186	maximal	True	ISR0190_000000012385	1.0		1	1	False	False	0.9951298832893372	0					non-mobilizable	no_good_hit	662.0	92.447	59.0	0.000198412280244851	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0191_000000006880	4018	0.5390672004844258	4	4	4	4	4	False	54747	maximal	True	ENG0191_000000006880	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	83.255	67.0	0.0001488778158070668	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0086_000000012105	2235	0.5390646649422852	6	4	2	3	2	True	91463	maximal	True	ISR0086_000000012105	1.0		8	5	False	False	0.9847874641418457	0					non-mobilizable	chromosome	2239.0	94.417	100.0	0.0006085225968004723	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
MON0103_000000046673	1262	0.5390646505490012	3	3	3	1	1	False	10690	maximal	True	MON0103_000000046673	1.0		11	6	False	False	0.9817749857902527	0					non-mobilizable	no_good_hit	94.0	77.66	7.0	0.0003204212843320958	NZ_FUWJ01000005.1	a-proteobacteria	Enhydrobacter aerosaccus strain ATCC 27094, whole genome shotgun sequence	True	False
ENG0002_000000020131	1217	0.5390579525269982	2	2	2	2	2	False	67952	maximal	True	ENG0002_000000020131	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.664566764621722e-06	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0058_000000009163	4494	0.5390566830210167	6	4	4	3	4	False	122430	maximal	True	MON0058_000000009163	1.0	PS871	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	2311.0	92.904	51.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MON0103_000000024919	2130	0.5390537200656831	2	2	2	2	1	False	8898	maximal	True	MON0103_000000024919	1.0		1	1	False	False	0.9507042169570923	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	2.0	2.6594868231100154e-05	NZ_FXLO01000009.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	False
AST0060_000000015758	1883	0.5390527273129613	2	2	2	2	2	False	112417	maximal	True	AST0060_000000015758	1.0		2	2	False	False	0.9968135952949524	0					non-mobilizable	other	934.0	85.546	97.0	0.004609102100869774	NZ_FCOU01000005.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	False	False
FIJ0063_000000022541	1293	0.5390520712538382	4	3	2	2	2	False	45545	maximal	True	FIJ0063_000000022541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1035.0	98.647	80.0	0.02086191590670648	CP042391.1	firmicutes	Leuconostoc lactis strain CBA3626 plasmid unnamed, complete sequence	True	False
SPA0096_000000036082	1201	0.5390514317528456	3	2	1	1	2	False	5153	maximal	True	SPA0096_000000036082	1.0		0	0	False	False	0.9933388829231262	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000032360	1102	0.5390510840956139	2	2	2	2	1	False	35811	maximal	True	ISR0051_000000032360	1.0		78	9	False	False	0.9809437394142151	0					non-mobilizable	other	1102.0	99.365	100.0	0.010904444972664606	NZ_GL882581.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld1, whole genome shotgun sequence	False	False
AST0148_000000016703	2072	0.5390480000658643	2	1	1	1	1	False	105003	maximal	True	AST0148_000000016703	1.0		54	9	False	False	0.9932432174682617	0					non-mobilizable	chromosome	1327.0	99.62299999999999	95.0	0.0002594915999868493	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
CHI0186_000000012317	1574	0.5390464980894294	2	2	2	2	2	False	77133	maximal	True	CHI0186_000000012317	1.0		4	4	False	False	0.9695044755935669	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.96712481747924e-07	LR738626.1	rodents	Sciurus vulgaris genome assembly, chromosome: 15	True	False
MON0005_000000015510	3322	0.539044847147659	3	3	3	3	3	False	122035	maximal	True	MON0005_000000015510	0.9971212121212121		31	7	False	False	0.9990969300270081	0					non-mobilizable	no_good_hit	1874.0	99.52	59.0	0.025723075232784904	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0142_000000009888	3300	0.539044847147659	3	3	3	3	3	False	122035	maximal	False	MON0005_000000015510	0.9938290186634557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1874.0	98.82600000000001	59.0	0.025723075232784904	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CAN0021_000000026363	1653	0.5390380868542265	2	2	1	2	2	False	91502	maximal	True	CAN0021_000000026363	1.0		13	6	False	False	0.9909256100654602	0					non-mobilizable	other	1634.0	99.816	100.0	0.00046607978098531493	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0049_000000002472	7130	0.5390365401826284	9	6	4	5	6	False	97571	maximal	True	MON0049_000000002472	0.9678176564018365		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	82.404	32.0	0.029796407185628742	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
FIJ0042_000000003119	7084	0.5390365401826284	8	6	4	5	6	False	97571	maximal	False	MON0049_000000002472	0.9587574124449892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1269.0	82.585	33.0	0.029796407185628742	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
SPA0136_000000006070	5993	0.5390365401826284	8	6	4	5	6	False	97560	fragment	False	SPA0136_000000006070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	82.16799999999999	38.0	0.029796407185628742	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
FIJ0050_000000010836	2339	0.5390353228584035	3	3	3	3	2	False	46611	maximal	True	FIJ0050_000000010836	1.0		2	2	False	False	0.9991449117660522	0					non-mobilizable	no_good_hit	354.0	74.859	15.0	7.777714286232584e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0002_000000003409	6216	0.5390328279642171	6	4	4	4	3	True	71607	fragment	False	ISR0002_000000003409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	2.1409373572708427e-05	NZ_CP016908.1	d-proteobacteria	Pajaroellobacter abortibovis strain BTF92-0548A/99-0131 chromosome	True	True
MON0046_000000015533	2108	0.5390258958139617	3	3	3	3	1	False	11526	maximal	True	MON0046_000000015533	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	100.0	4.0	0.00029115108661744826	NZ_LT891956.1	firmicutes	Selenomonas felix strain Marseille-P3560, whole genome shotgun sequence	True	False
AST0024_000000011258	2965	0.5390250703583562	4	3	3	3	3	True	121614	maximal	True	AST0024_000000011258	1.0		31	9	False	False	0.9959527850151062	0					non-mobilizable	other	2966.0	93.425	100.0	0.00115078015440022	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
FIJ0153_000000013526	1919	0.5390151464938687	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.1046426631492615	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1187.0	97.725	62.0	0.011455063505094896	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0848_000000014753	1241	0.5390148172026963	2	1	1	1	1	False	20603	maximal	True	ISR0848_000000014753	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	73.817	25.0	0.003978932064836188	NZ_QWGR01000021.1	CFB group bacteria	Maribellus luteus strain XSD2 XSD2_scaffold21, whole genome shotgun sequence	True	False
MON0104_000000007839	5057	0.5390131154512725	9	8	0	0	8	False	8828	fragment	False	MON0104_000000007839	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4252.0	99.48299999999999	98.0	0.03830412519832684	CP032187.1	enterobacteria	Klebsiella pneumoniae strain AR_0075 plasmid unnamed2, complete sequence	False	True
ISR0126_000000018856	2603	0.5390123449902376	4	3	2	3	3	False	105737	maximal	True	ISR0126_000000018856	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0072_000000001341	8381	0.539008618354483	13	11	3	4	10	False	84860	fragment	False	CHI0072_000000001341	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4150.0	99.976	99.0	0.013919782597755522	CP055935.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_2, complete sequence	False	True
CAN0011_000000025273	1194	0.5390021882942795	2	2	2	2	2	False	94360	maximal	True	CAN0011_000000025273	1.0		15	5	False	False	0.9932998418807983	0					non-mobilizable	chromosome	1194.0	99.916	100.0	0.00036997915339590003	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
CAN0021_000000024122	1804	0.5390010744138855	4	3	2	2	3	False	91507	fragment	False	CAN0021_000000024122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	268.0	94.77600000000001	40.0	8.425174041376124e-05	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0043_000000018301	1215	0.5389997675631311	2	2	2	1	1	False	36292	fragment	False	ISR0043_000000018301	1.0		0	0	False	False	0.9753086566925049	0					non-mobilizable	other	1215.0	99.75299999999999	100.0	0.010124175430110665	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
CHI0152_000000008175	1480	0.538999648269036	2	2	2	2	2	False	87331	fragment	False	FIJ0059_000000011948	0.9906103286384976		0	0	False	False	0.9891892075538635	0					non-mobilizable	other	1480.0	99.73	100.0	0.00032006523357945246	AP023235.1	enterobacteria	Escherichia coli YJ6 DNA, complete genome	False	False
DEN0064_000000003447	8386	0.5389991599708504	6	4	4	4	4	False	71357	maximal	True	DEN0064_000000003447	1.0		10	5	False	False	1.0	0					non-mobilizable	chromosome	5408.0	97.134	90.0	0.0019174139628304675	CP010553.1	verrucomicrobia	Akkermansia muciniphila strain H2 chromosome	False	False
CAN0022_000000016402	1929	0.5389989653931966	3	3	3	2	3	False	110604	maximal	False	FIJ0051_000000010587	0.6210235422617516		0	0	False	False	1.0	0					non-mobilizable	chromosome	1929.0	98.80799999999999	100.0	0.000680337642256025	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0108_000000002711	7805	0.5389929908717289	9	8	3	5	7	True	53848	fragment	False	ISR0135_000000002339	0.9411147956248288		0	0	False	False	1.0	0					non-mobilizable	other	7806.0	96.874	100.0	0.0023330685561612115	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MAD0059_000000007730	2489	0.5389927699006102	2	2	2	2	2	False	110526	maximal	True	MAD0059_000000007730	1.0		157	11	False	False	0.9995982050895691	0					non-mobilizable	other	1274.0	92.30799999999999	97.0	0.005571115973741794	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0191_000000009791	1209	0.5389894950412946	1	1	1	1	1	False	29147	maximal	True	ISR0191_000000009791	1.0		18	6	False	False	0.9991728663444519	0					non-mobilizable	other	1203.0	95.345	99.0	0.0005875446469638087	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ISR0392_000000015996	2094	0.5389826355551609	2	1	1	1	1	False	22815	maximal	True	ISR0392_000000015996	1.0		62	9	False	False	0.9995224475860596	0					non-mobilizable	no_good_hit	1440.0	78.125	68.0	0.0020531489525058336	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	True	False
DEN0096_000000006374	6140	0.5389687761099954	5	4	2	3	1	True	68237	maximal	True	DEN0096_000000006374	1.0		1	1	False	False	0.9995114207267761	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.206826086217398e-07	AP022711.1	bony fishes	Plectropomus leopardus DNA, chromosome 12, nearly complete sequence	True	True
MAD0024_000000002443	4161	0.5389682980024663	2	2	2	2	2	True	19204	maximal	True	MAD0024_000000002443	1.0		1	1	False	False	0.974044680595398	0					non-mobilizable	no_good_hit	557.0	76.84	13.0	0.00017679251996966511	NC_018664.1	firmicutes	Gottschalkia acidurici 9a, complete sequence	True	True
ISR0199_000000015002	2030	0.5389681697655531	3	2	2	2	2	False	127490	fragment	False	MON0078_000000019965	0.9290702181418679		0	0	False	False	0.9832512140274048	0					non-mobilizable	other	2031.0	95.963	100.0	0.03298506735128284	NZ_SPFY01000013.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_13_length_61543_cov_14.8577, whole genome shotgun sequence	False	False
MON0064_000000012482	2160	0.5389614312516152	4	3	3	3	2	False	118210	fragment	False	MON0064_000000012482	0.9494350351559248		0	0	False	False	0.9990741014480591	0					non-mobilizable	other	2160.0	96.389	100.0	0.0037632646800440646	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
AST0029_000000014905	1996	0.5389614312516152	3	3	3	3	2	False	118210	fragment	False	MON0064_000000012482	0.9260548276518372		0	0	False	False	0.9954909682273865	0					non-mobilizable	other	1996.0	99.95	100.0	0.0034774029813283507	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
DEN0020_000000001795	4492	0.5389591286947236	5	5	4	5	4	False	99894	fragment	False	DEN0020_000000001795	0.9863152589799191		0	0	False	False	1.0	0					non-mobilizable	other	4419.0	99.208	98.0	0.013994169096209912	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0039_000000021358	2228	0.5389532409702401	3	3	3	2	2	False	18633	maximal	True	MON0039_000000021358	1.0		2	1	False	False	0.9950628280639648	0					non-mobilizable	chromosome	1957.0	99.48899999999999	100.0	0.00036940307597937614	LR134092.1	enterobacteria	Escherichia coli strain NCTC10444 genome assembly, chromosome: 1	False	False
ISR0268_000000007675	2496	0.5389522355751731	3	2	2	2	2	False	26497	maximal	True	ISR0268_000000007675	1.0		111	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0055_000000022653	1594	0.5389499520375133	2	2	2	2	2	True	113698	maximal	True	AST0055_000000022653	0.97895846079817		125	10	False	False	0.9861982464790344	0					non-mobilizable	other	1592.0	98.367	99.0	0.003406472940914502	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
CAN0008_000000018796	1527	0.5389499520375133	2	2	2	2	2	True	113698	maximal	False	AST0055_000000022653	0.9099425651791264		0	0	False	False	0.9855926632881165	0					non-mobilizable	other	1527.0	98.494	99.0	0.0032673021419456507	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
ENG0200_000000015201	1378	0.5389499520375133	2	2	2	2	2	True	113698	maximal	False	AST0055_000000022653	0.7725470435474351		0	0	False	False	0.9811320900917053	0					non-mobilizable	other	1378.0	98.839	100.0	0.002948279848924745	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
MON0099_000000026271	1378	0.5389499520375133	2	2	2	2	2	True	113698	maximal	False	AST0055_000000022653	0.7725470435474351		0	0	False	False	0.9963715672492981	0					non-mobilizable	other	1378.0	98.839	100.0	0.002948279848924745	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
FIJ0096_000000009349	3625	0.538945188328946	3	2	2	2	2	False	43026	maximal	True	FIJ0096_000000009349	1.0		25	1	False	False	0.9975172281265259	0					non-mobilizable	no_good_hit	256.0	76.953	7.0	0.00833662844339001	NZ_SNXW01000016.1	b-proteobacteria	Aquabacterium commune strain DSM 11901 Ga0310490_116, whole genome shotgun sequence	True	False
MON0013_000000015974	3101	0.5389419738845806	3	2	1	1	1	True	131229	fragment	False	MON0013_000000015974	1.0		0	0	False	False	0.9996775388717651	0					non-mobilizable	no_good_hit	1948.0	92.351	63.0	0.013200469410320244	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
SPA0155_000000010355	1867	0.5389419738845806	2	2	1	1	1	True	131217	fragment	False	MON0058_000000020907	0.7656946297039848		0	0	False	False	1.0	0					non-mobilizable	other	1831.0	92.572	98.0	0.00051400747657458	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
CHI0049_000000009207	1789	0.5389403264945032	2	2	2	2	1	False	87030	maximal	True	CHI0049_000000009207	1.0		2	2	False	False	0.9742873311042786	0					non-mobilizable	no_good_hit	1566.0	90.613	87.0	0.006402101202445931	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
CHI0146_000000005352	1479	0.5389399867907907	2	2	1	2	1	False	79695	fragment	False	CHI0146_000000005352	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	85.204	19.0	0.0012799002606221773	NZ_WNAJ01000008.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold8_size150793, whole genome shotgun sequence	True	False
ISR0031_000000016407	1460	0.5389393379908611	2	2	2	2	1	False	36999	maximal	True	ISR0031_000000016407	1.0		14	6	False	False	0.9945205450057983	0					non-mobilizable	no_good_hit	164.0	78.65899999999999	11.0	7.04159337174816e-05	NZ_PKRZ01000001.1	firmicutes	Lactococcus lactis subsp. lactis strain WFLU12 Lclactis11W7FMR12contig01, whole genome shotgun sequence	True	False
ISR0219_000000005562	5542	0.5389349086818223	4	3	3	3	2	False	105039	maximal	True	ISR0219_000000005562	1.0		33	8	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	2.0	2.2548630126215958e-05	CP054143.1	b-proteobacteria	Deefgea sp. D17 chromosome, complete genome	True	False
ISR0825_000000011263	2096	0.5389320303347866	3	2	2	2	2	False	21131	maximal	True	ISR0825_000000011263	1.0		6	2	False	False	0.9937977194786072	0					non-mobilizable	no_good_hit	1404.0	97.29299999999999	81.0	0.001774305327215795	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0086_000000008355	3095	0.5389301286338859	4	2	2	2	2	False	128932	maximal	True	ISR0086_000000008355	1.0	PS1059	22	4	False	True	0.9990307092666626	0					non-mobilizable	no_good_hit	1485.0	99.32700000000001	48.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0061_000000014588	1828	0.5389292180867993	2	2	2	2	2	False	45804	maximal	True	FIJ0061_000000014588	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	86.304	59.0	0.015520651935009384	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
USA0069_01_000000002507	19847	0.5389287917172918	30	17	12	13	9	True	74635	maximal	True	USA0069_01_000000002507	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2337.0	93.881	18.0	0.021646988991012882	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
MON0040_000000011460	2359	0.5389286073670664	3	2	2	2	1	False	131314	fragment	False	MON0040_000000011460	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	100.0	2.0	9.531795915171556e-06	NZ_CP014784.1	g-proteobacteria	Pseudomonas alcaligenes strain NEB 585 chromosome, complete genome	True	False
FIJ0039_000000016819	1364	0.5389283327167651	2	2	2	2	1	False	64380	fragment	False	FIJ0039_000000016819	1.0		0	0	False	False	0.9992668628692627	0					non-mobilizable	no_good_hit	652.0	73.773	47.0	0.002581069985611043	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
ISR0212_000000011738	2948	0.5389153778510531	7	5	3	4	5	False	113646	fragment	False	ISR0212_000000011738	0.9540512101017187		0	0	False	False	0.9989823698997498	0					non-mobilizable	no_good_hit	1851.0	93.463	74.0	0.0005569995727662736	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0038_000000002360	10608	0.5389141937744818	9	9	9	9	9	False	125058	fragment	False	SPA0126_000000002874	0.9754590244416522		0	0	False	False	1.0	0					non-mobilizable	other	10608.0	99.31200000000001	100.0	0.03834305920124954	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0143_000000016777	1751	0.5389127483697538	3	3	3	2	2	False	31138	maximal	True	ISR0143_000000016777	1.0		32	6	False	False	0.9914334416389465	0					non-mobilizable	other	1751.0	95.603	100.0	0.035327842377260985	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0801_000000000334	18285	0.5389106925432522	15	8	6	7	7	True	61956	fragment	False	ISR0801_000000000334	0.9970644180108033		0	0	False	False	0.9998906254768372	0					non-mobilizable	other	18246.0	100.0	99.0	0.0498962147793436	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0119_000000023008	1358	0.5389060293804796	3	2	2	2	1	False	32328	maximal	True	ISR0119_000000023008	1.0		34	8	False	False	0.9963181018829346	0					non-mobilizable	no_good_hit	200.0	78.0	15.0	6.272397686739733e-05	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
FIJ0057_000000002254	9938	0.5389016641635673	17	4	3	4	2	False	79658	maximal	False	SPA0001_000000003154	0.8091315761756661	PS392	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	88.0	100.0	2.0	0.00018627476169677038	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
FIJ0150_000000002116	9929	0.5389016641635673	17	4	3	4	2	False	79658	maximal	False	SPA0001_000000003154	0.8088810558407525	PS392	0	0	False	True	0.9998992681503296	0					non-mobilizable	no_good_hit	80.0	100.0	2.0	0.00016914604797752713	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
SPA0132_000000026433	1570	0.538900410170026	2	2	1	1	2	False	3726	maximal	True	SPA0132_000000026433	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1572.0	93.00299999999999	100.0	0.030447995294578964	CP032643.1	firmicutes	Lactiplantibacillus plantarum strain ZFM9 plasmid unnamed1, complete sequence	False	True
ENG0032_000000013655	1716	0.5389002605277703	2	2	2	2	2	False	100837	fragment	False	ENG0142_000000018909	0.9408015497265023		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	99.59200000000001	100.0	0.0005505992703195209	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0056_000000030910	1155	0.5388994566050123	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.11498826525973181		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	96.97	100.0	0.04045999579272141	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0094_000000002432	6312	0.5388969405874878	6	4	2	4	2	True	5244	fragment	False	SPA0094_000000002432	1.0		0	0	False	False	0.999366283416748	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00018790671914868366	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
MON0036_000000013898	1691	0.53889671550638	4	3	3	3	3	False	78871	fragment	False	MON0036_000000013898	0.984232868405094		0	0	False	False	0.979302167892456	0					non-mobilizable	chromosome	1691.0	97.81200000000001	100.0	0.00037804570058019946	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
USA0015_01_000000007054	4494	0.538896159498788	5	5	4	4	3	False	113756	fragment	False	ISR0059_000000003816	0.8349136422332109		0	0	False	False	1.0	0					non-mobilizable	chromosome	4495.0	96.99700000000001	100.0	0.001256384428445842	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0066_000000004678	6010	0.5388938886033143	7	5	1	4	4	False	82430	maximal	True	DEN0066_000000004678	1.0		3	2	False	False	0.9981697201728821	0					non-mobilizable	no_good_hit	3868.0	94.338	83.0	0.0005411563978687979	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0123_000000007017	2943	0.5388938476776006	3	3	3	3	2	False	106755	fragment	False	ISR0123_000000007017	1.0		0	0	False	False	0.9969419240951538	0					non-mobilizable	other	2939.0	99.149	99.0	0.014019650415388213	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0002_000000013566	1706	0.5388900601145798	2	2	1	2	1	False	67978	maximal	True	ENG0002_000000013566	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1397.0	99.069	100.0	0.01069600779565561	CP045691.1	enterobacteria	Klebsiella pneumoniae strain TK421 plasmid pTK421_1, complete sequence	False	True
CHI0159_000000006407	2305	0.5388869698251517	3	3	2	3	2	False	113391	fragment	False	DEN0085_000000012183	0.9533492822966507		0	0	False	False	1.0	0					non-mobilizable	chromosome	2307.0	98.04899999999999	100.0	0.0006454048768091138	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0810_000000008465	1927	0.5388860555172681	2	2	2	2	2	False	21710	fragment	False	ISR0810_000000008465	1.0		0	0	False	False	0.9937726855278015	0					non-mobilizable	no_good_hit	1476.0	92.344	77.0	0.021883821126132817	MK285062.1	firmicutes	Clostridium perfringens strain 16SBCL1142 plasmid pCP16SBCL1142-1	True	False
USA0037_01_000000007331	4868	0.5388855413908149	5	4	4	4	3	False	34433	maximal	True	USA0037_01_000000007331	1.0		56	7	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	89.315	45.0	0.00018347507513990927	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
USA0006_01_000000000685	24841	0.5388834793151588	29	26	8	11	24	True	123802	fragment	False	ENG0073_000000000695	0.5612800837450789		0	0	False	False	1.0	0					non-mobilizable	other	24763.0	99.988	99.0	0.015878522441991325	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ENG0177_000000000541	24666	0.5388834793151588	29	26	8	11	24	True	123802	fragment	False	ENG0073_000000000695	0.48058076814510736		0	0	False	False	1.0	0					non-mobilizable	chromosome	24611.0	99.492	99.0	0.007523704760396495	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ENG0004_000000015861	1669	0.5388807524134719	3	3	3	3	2	False	67778	maximal	True	ENG0004_000000015861	0.9936783606966505		130	9	False	False	0.9994008541107178	0					non-mobilizable	no_good_hit	171.0	77.778	10.0	6.412034288068798e-05	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	True	False
AST0089_000000005937	3450	0.5388764313881198	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.8535328528156786		0	0	False	False	0.9988405704498291	0					non-mobilizable	other	3449.0	99.13	99.0	0.06312377534015785	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0174_000000005088	3333	0.5388764313881198	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.7354280107739006		0	0	False	False	0.9927992820739746	0					non-mobilizable	other	3107.0	99.646	93.0	0.05687915468712802	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0092_000000024620	1294	0.5388761212719648	2	1	1	1	1	False	34088	fragment	False	ISR0083_000000021371	0.9882664647993944		0	0	False	False	0.9984543919563293	0					non-mobilizable	other	1294.0	99.61399999999999	100.0	0.017683260393873086	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
MON0100_000000035186	1307	0.5388760075094439	3	3	3	2	3	False	9096	fragment	False	MON0100_000000035186	1.0		0	0	False	False	0.9908186793327332	0					non-mobilizable	other	1298.0	98.382	99.0	0.00908810628249506	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	False	False
MAD0040_000000013287	2387	0.5388745845092446	3	3	1	2	2	False	34306	maximal	True	MAD0040_000000013287	1.0		111	8	False	False	0.9995810389518738	0					non-mobilizable	chromosome	2387.0	91.62100000000001	100.0	0.0006311472501746592	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0123_000000020782	1611	0.5388744639813295	3	1	1	1	1	False	41314	fragment	False	FIJ0123_000000020782	1.0		0	0	False	False	0.9993792772293091	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	4.0	0.003286042144794492	NZ_JRAS01000154.1	spirochetes	Alkalispirochaeta odontotermitis strain JC202 57867, whole genome shotgun sequence	True	False
FIJ0095_000000006713	3950	0.5388735456949482	4	3	2	3	2	False	109303	maximal	True	FIJ0095_000000006713	0.983301912200377		381	14	False	False	0.9931645393371582	0					non-mobilizable	chromosome	3912.0	96.447	99.0	0.005357169853069515	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
MON0013_000000042073	1347	0.53887213229381	2	2	2	2	1	False	13492	maximal	True	MON0013_000000042073	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	76.23100000000001	34.0	0.0001964030189949777	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0049_000000009788	2988	0.5388694073423791	4	4	3	3	2	False	68439	maximal	True	ISR0049_000000009788	0.9888746400671057		193	11	False	False	1.0	0					non-mobilizable	other	2988.0	99.163	100.0	0.0008421691524664613	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0031_000000007666	2708	0.5388694073423791	4	4	3	3	2	False	68439	maximal	False	ISR0049_000000009788	0.9509406363782029		0	0	False	False	0.9996307492256165	0					non-mobilizable	chromosome	2708.0	99.00299999999999	100.0	0.0007248947897617521	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0124_000000011985	2607	0.5388694073423791	4	4	3	3	2	False	68439	maximal	False	ISR0049_000000009788	0.5802794308184749		0	0	False	False	0.9946298599243164	0					non-mobilizable	other	2609.0	99.195	100.0	0.0007352762828131496	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0032_000000010526	2605	0.5388694073423791	4	4	3	3	2	False	68439	maximal	False	ISR0049_000000009788	0.7578123251379434		0	0	False	False	1.0	0					non-mobilizable	other	2607.0	99.38600000000001	100.0	0.000734712204345322	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0100_000000004559	2759	0.5388678695102109	4	4	2	4	1	False	33179	fragment	False	ISR0100_000000004559	0.9593318809005084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	96.603	25.0	0.15042278593680464	KU546418.1	bacteria	Uncultured bacterium clone CH_03F_000_Contig_3 genomic sequence	True	False
ISR0246_000000007347	2754	0.5388678695102109	4	4	2	4	1	False	33179	fragment	False	ISR0100_000000004559	0.9586806814063066		0	0	False	False	0.9851125478744507	0					non-mobilizable	no_good_hit	828.0	97.101	30.0	0.1840231419670672	KU546418.1	bacteria	Uncultured bacterium clone CH_03F_000_Contig_3 genomic sequence	True	False
ENG0091_000000011748	2035	0.5388654998522375	3	3	2	3	2	True	61184	maximal	True	ENG0091_000000011748	1.0		1	1	False	False	0.9960687756538391	0					non-mobilizable	no_good_hit	806.0	95.40899999999999	40.0	0.00022006320324545386	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
USA0102_01_000000000902	15365	0.5388642699132498	20	4	3	4	2	True	20369	fragment	False	USA0102_01_000000000902	1.0		0	0	False	False	1.0	0					non-mobilizable	other	14070.0	96.119	94.0	0.0037632834963161168	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ITA0006_000000001697	13571	0.5388642699132498	16	4	3	4	2	True	20367	fragment	False	ITA0006_000000001697	1.0		0	0	False	False	0.996831476688385	0					non-mobilizable	other	13569.0	99.26299999999999	99.0	0.0036334042893344533	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0084_01_000000004421	6966	0.5388630978593093	8	6	6	5	4	True	68845	maximal	True	USA0084_01_000000004421	1.0		7	4	False	False	0.9998564720153809	0					non-mobilizable	no_good_hit	4049.0	99.58	58.0	0.0015874491128049653	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
USA0081_01_000000001970	14574	0.5388628198538096	19	12	8	8	7	True	126207	maximal	False	ISR0844_000000000822	0.9887681553953392	PS946|PS948	0	0	True	True	1.0	72					non-mobilizable	no_good_hit	1604.0	73.192	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
USA0132_01_000000000642	26734	0.5388568628300715	33	30	8	13	28	True	123808	fragment	False	USA0132_01_000000000642	1.0		0	0	False	False	1.0	0					non-mobilizable	other	26734.0	99.993	100.0	0.017142417431619178	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
MON0023_000000007548	2628	0.538856137231955	4	4	4	4	2	False	20016	maximal	True	MON0023_000000007548	1.0		4	3	False	False	0.9920091032981873	0					non-mobilizable	other	2538.0	98.345	97.0	0.001207308596837004	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0100_000000008765	3371	0.5388539767819652	3	2	2	2	1	False	60594	maximal	True	ENG0100_000000008765	1.0		67	10	False	False	0.9997033476829529	0					non-mobilizable	no_good_hit								True	False
SPA0053_000000011555	2900	0.5388516727097964	5	4	0	2	2	True	6483	fragment	False	SPA0053_000000011555	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2912.0	82.96700000000001	100.0	0.0056839801662017094	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
MON0030_000000026578	1363	0.5388506202697364	2	1	1	1	1	False	41520	fragment	False	USA0001_01_000000012507	0.9432461088579697		0	0	False	False	0.9911959171295166	0					non-mobilizable	no_good_hit	250.0	80.8	18.0	0.0017736578956972374	NZ_DS544172.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_5, whole genome shotgun sequence	True	False
MON0106_000000022327	1883	0.5388492590001966	3	3	3	3	3	False	8649	fragment	False	MON0106_000000022327	1.0		0	0	False	False	0.9803504943847656	0					non-mobilizable	no_good_hit	161.0	77.64	8.0	4.6352514712494834e-05	CP012157.1	b-proteobacteria	Betaproteobacteria bacterium UKL13-2, complete genome	True	False
FIJ0072_000000003078	8015	0.5388483960414611	14	4	3	4	4	True	96463	fragment	False	FIJ0072_000000003078	1.0		0	0	False	False	0.9997504949569702	0					non-mobilizable	no_good_hit	38.0	92.105	0.0	0.0004415169089043221	NZ_JABAGO010000017.1	firmicutes	Aneurinibacillus aneurinilyticus strain WB01_D5_05 Contig_17, whole genome shotgun sequence	True	True
FIJ0038_000000014277	2422	0.5388468995770822	5	4	4	2	2	False	47660	maximal	True	FIJ0038_000000014277	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	92.553	4.0	3.6714763006204796e-05	CP018154.1	a-proteobacteria	Sphingopyxis sp. LPB0140, complete genome	True	False
FIJ0130_000000007705	2729	0.5388461489547589	3	3	3	3	3	False	40882	maximal	True	FIJ0130_000000007705	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	77.73100000000001	60.0	0.0007076119008875067	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
MON0049_000000016465	1343	0.5388457586979319	3	3	3	2	3	False	89055	fragment	False	ISR0146_000000030323	0.9393253947287857		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	98.905	95.0	0.03198918675377337	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0101_01_000000009542	3411	0.5388449729162614	7	3	2	3	3	False	130147	fragment	False	USA0101_01_000000009542	0.976444802649673		0	0	False	True	1.0	0					non-mobilizable	plasmid	1767.0	99.943	100.0	0.3358052861760791	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0199_000000008874	3267	0.5388449729162614	6	3	2	3	3	False	130147	fragment	False	USA0101_01_000000009542	0.9716202200531944		0	0	False	True	1.0	0					non-mobilizable	plasmid	1703.0	100.0	100.0	0.323635672181023	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0096_000000007435	3219	0.5388449729162614	6	3	2	3	3	False	130147	fragment	False	USA0101_01_000000009542	0.9686240234093024		0	0	False	True	1.0	0					non-mobilizable	plasmid	1702.0	100.0	100.0	0.32344552196235027	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CHI0081_000000003533	2983	0.5388449729162614	6	3	2	3	3	False	130147	fragment	False	USA0101_01_000000009542	0.7471850823463855		0	0	False	True	1.0	0					non-mobilizable	plasmid	1702.0	100.0	100.0	0.32344552196235027	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0097_000000021064	1457	0.5388440232137388	3	3	3	3	3	False	110000	fragment	False	ISR0159_000000016853	0.9519197040302192		0	0	False	False	0.9993136525154114	0					non-mobilizable	chromosome	1457.0	99.314	100.0	0.0005116860159655877	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0045_000000007981	2847	0.5388424967305342	4	3	1	3	1	False	84650	maximal	True	FIJ0045_000000007981	1.0	PS421	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1344.0	78.869	47.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
FIJ0171_000000012529	1668	0.53884077625591	2	2	2	1	1	False	124756	fragment	False	ENG0129_000000016830	0.5617495750479333		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	98.15299999999999	93.0	0.01354569545910328	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0013_000000005027	4565	0.5388401872826308	7	5	3	2	2	False	88487	fragment	False	ISR0835_000000002316	0.9363729508196721		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1778.0	88.639	57.0	0.000551577299529806	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0003_01_000000017046	2291	0.5388383825423426	4	4	4	4	2	False	2240	maximal	True	USA0003_01_000000017046	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	336.0	80.06	15.0	0.00010040959250339562	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	True	False
BAN0018_000000000775	3033	0.5388370080836373	5	4	2	2	3	False	98142	fragment	False	ISR0169_000000010290	0.7900111863082132		0	0	False	False	0.9940652847290039	0		MOBQ			mobilizable	plasmid	3036.0	97.859	100.0	0.4067274189225409	CP049124.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_4, complete sequence	False	True
SPA0013_000000012286	2284	0.5388322435214993	3	2	1	1	2	False	7982	maximal	True	SPA0013_000000012286	1.0		35	9	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	88.205	69.0	0.0042512166758808135	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
ISR0339_000000002458	5402	0.5388287869514355	4	4	4	4	3	False	77303	maximal	True	ISR0339_000000002458	1.0		255	11	False	False	0.9968529939651489	0					non-mobilizable	other	5377.0	99.944	99.0	0.0009383697396704709	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
USA0063_01_000000002388	8911	0.5388257686632919	10	9	6	6	9	True	59078	fragment	False	USA0063_01_000000002388	1.0		0	0	False	False	0.9998877644538879	0					non-mobilizable	no_good_hit	1755.0	83.191	20.0	0.0004584104676075408	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0121_000000011504	2177	0.5388244213257345	5	5	4	4	4	False	32210	maximal	True	ISR0121_000000011504	1.0		286	11	False	False	0.9875975847244263	0					non-mobilizable	other	2179.0	97.24600000000001	99.0	0.00045914545301330574	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0032_000000012048	1896	0.5388202390962655	2	1	1	1	1	False	65604	maximal	True	ENG0032_000000012048	1.0		6	5	False	False	0.982594907283783	0					non-mobilizable	no_good_hit	1059.0	77.809	56.0	0.0006087260357438846	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0120_000000023556	1723	0.5388170432921103	3	3	3	3	2	False	28512	maximal	False	ISR0208_000000014836	0.9578378378378378		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	99.76799999999999	100.0	0.0007775473933649289	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	False	False
ISR0252_000000012667	1102	0.5388072093569515	2	2	2	2	1	False	26946	maximal	True	ISR0252_000000012667	1.0		66	11	False	False	0.9872958064079285	0					non-mobilizable	no_good_hit	695.0	99.568	63.0	0.0033828575885197316	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
ISR0022_000000000429	38107	0.5388033687018403	23	11	8	10	5	True	124906	maximal	True	ISR0022_000000000429	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	945.0	97.14299999999999	2.0	0.9989384288747346	GQ883038.1		Uncultured organism clone VC1D785TF genomic sequence	True	True
MON0053_000000036685	1133	0.5387966054173627	1	1	1	1	1	False	11158	maximal	True	MON0053_000000036685	1.0		1	1	False	False	0.9876434206962585	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000015088	2284	0.5387952130182425	3	3	2	3	1	False	31061	maximal	True	SPA0111_000000015088	1.0		45	11	False	False	0.9947460889816284	0					non-mobilizable	no_good_hit								True	False
ENG0144_000000009440	1850	0.5387952130182425	3	3	2	3	1	False	57564	maximal	True	ENG0144_000000009440	1.0		23	8	False	False	0.9940540790557861	0					non-mobilizable	no_good_hit	358.0	73.464	19.0	0.08811013767209011	NZ_CACWHD010000082.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
MON0036_000000003585	4721	0.5387930530230326	6	4	2	2	2	False	12185	fragment	False	MON0036_000000003585	1.0		0	0	False	False	0.988561749458313	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000021078	1183	0.5387928323924026	3	3	3	1	1	False	61143	fragment	False	ENG0091_000000021078	1.0		0	0	False	False	0.9467455744743347	0					non-mobilizable	other	1204.0	79.734	100.0	0.0003624147261686668	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	False
FIJ0112_000000013896	1967	0.5387928026093064	2	2	1	2	1	False	42014	fragment	False	FIJ0112_000000013896	1.0		0	0	False	False	0.997966468334198	0					non-mobilizable	other	1967.0	98.98299999999999	100.0	0.012728379235779306	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0108_000000005523	3002	0.5387914501914515	4	4	4	4	4	False	111366	fragment	False	MAD0045_000000013063	0.7171540828949133		0	0	False	False	1.0	0					non-mobilizable	other	3002.0	98.76700000000001	100.0	0.0006462744571057672	CP000802.1	enterobacteria	Escherichia coli HS, complete genome	False	False
ITA0006_000000016955	1332	0.5387909459563395	2	2	2	2	1	False	66950	fragment	False	ENG0207_000000013569	0.9267402100900085		0	0	False	False	0.9932432174682617	0					non-mobilizable	chromosome	1332.0	95.646	100.0	0.0005876758501872527	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MAD0070_000000014637	1438	0.5387902675236456	2	2	2	2	1	False	53022	fragment	False	FIJ0111_000000013429	0.2131091035382278		0	0	False	False	0.9728789925575256	0					non-mobilizable	other	1313.0	95.735	91.0	0.022910509102992357	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0114_000000023487	1702	0.5387884317295847	1	1	1	1	1	False	51694	maximal	True	FIJ0114_000000023487	0.947639225181598		108	12	False	False	0.9982373714447021	0					non-mobilizable	chromosome	1702.0	90.541	100.0	0.0007933065633176164	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0083_000000005636	2811	0.5387850482925589	4	2	2	2	1	False	5582	fragment	False	SPA0083_000000005636	1.0		0	0	False	False	0.9971540570259094	0					non-mobilizable	no_good_hit								True	False
ISR0040_000000011458	2365	0.5387848779752176	2	2	1	2	1	False	102085	fragment	False	ISR0040_000000011458	0.9897472317002511		0	0	False	False	0.9987314939498901	0					non-mobilizable	no_good_hit	767.0	77.836	32.0	0.010233701008519084	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
USA0101_01_000000013759	2352	0.5387848779752176	2	2	1	2	1	False	102085	fragment	False	ISR0040_000000011458	0.9883905526650006		0	0	False	False	0.9910714030265808	0					non-mobilizable	no_good_hit	794.0	77.708	33.0	0.010584725053666175	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
AUS0006_000000011029	2240	0.5387848779752176	2	2	1	2	1	False	102085	fragment	False	ISR0040_000000011458	0.9646378264226106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	81.373	37.0	0.0016876393490941417	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
ENG0054_000000011910	2219	0.5387848779752176	2	2	1	2	1	False	102085	fragment	False	ISR0040_000000011458	0.9561567749457076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	81.389	37.0	0.001699524133242692	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
MON0097_000000009060	3693	0.5387827428622916	5	2	2	2	1	True	47371	fragment	False	MON0097_000000009060	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1147.0	72.014	31.0	0.00039981259448626917	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0027_000000030429	1362	0.5387827428622916	2	2	2	2	1	True	27845	fragment	False	MON0027_000000030429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0086_000000027583	1231	0.5387827428622916	2	2	2	2	1	True	124763	fragment	False	MON0096_000000025597	0.36394913986537025		0	0	False	False	0.9967505931854248	0					non-mobilizable	no_good_hit								True	True
DEN0010_000000012626	3455	0.5387809294437537	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.8600972639473579		0	0	False	False	0.9997105598449707	0					non-mobilizable	other	3455.0	99.566	100.0	0.06325196403391506	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0048_000000004773	3392	0.5387809294437537	3	2	2	2	1	True	122721	fragment	False	ISR0293_000000010219	0.7986675257105895		0	0	False	False	0.9882075190544128	0					non-mobilizable	other	3393.0	99.735	100.0	0.062116578460636916	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0217_000000013419	1723	0.5387806011321125	3	3	3	3	3	False	48077	fragment	False	ISR0217_000000013419	1.0		0	0	False	False	0.9936158061027527	0					non-mobilizable	other	1720.0	96.105	99.0	0.02376147296251244	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0138_000000016501	1767	0.5387774305285108	3	2	2	2	2	False	31348	fragment	False	ISR0138_000000016501	1.0		0	0	False	False	0.9858517050743103	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000001129	13148	0.5387761960304506	12	12	5	8	12	False	29604	maximal	True	ISR0181_000000001129	1.0		1	1	False	False	0.9999239444732666	0					non-mobilizable	plasmid	12571.0	100.0	96.0	0.1073826650036734	MN335638.1	enterobacteria	Escherichia coli strain SFE199 plasmid pSFE199, complete sequence	False	True
DEN0026_000000002704	10156	0.5387733844892976	9	5	3	5	4	False	74224	fragment	False	DEN0026_000000002704	0.9773147154098288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	0.0	6.792616878294419e-06	CP003942.1	enterobacteria	Serratia sp. FGI94 chromosome, complete genome	True	False
USA0145_01_000000002305	10023	0.5387733844892976	9	5	3	5	4	False	74224	fragment	False	DEN0026_000000002704	0.9696577440654098		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	0.0	6.792616878294419e-06	CP003942.1	enterobacteria	Serratia sp. FGI94 chromosome, complete genome	True	False
USA0015_01_000000026993	1237	0.5387733042599314	2	2	2	1	1	False	101943	fragment	False	SPA0124_000000018742	0.4357594098608051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	77.321	60.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	False
MON0064_000000011671	2294	0.5387722036640403	5	2	0	2	2	False	48841	maximal	True	MON0064_000000011671	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	97.551	61.0	6.508872740600881e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0002_000000031420	1410	0.5387696060947518	2	2	1	2	1	False	20138	fragment	False	MAD0002_000000031420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0034_000000003944	3831	0.5387637762447296	5	5	2	3	4	True	18823	fragment	False	MAD0034_000000003944	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	3831.0	98.721	100.0	0.0584295717707364	CP002733.1	enterobacteria	Escherichia coli UMNK88 plasmid pUMNK88_Hly, complete sequence	False	True
MAD0003_000000016282	1674	0.5387629827096889	2	1	1	1	1	False	33662	fragment	False	MAD0003_000000016282	0.9646401985111662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0007_000000020094	1264	0.5387610858055486	2	2	2	2	2	False	76236	maximal	True	DEN0007_000000020094	1.0		126	7	False	False	0.9984177350997925	0					non-mobilizable	other	1254.0	95.53399999999999	99.0	0.00035512492676080645	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0099_000000006236	3653	0.5387581007265175	5	2	0	2	1	False	42805	maximal	True	FIJ0099_000000006236	1.0		1	1	True	True	1.0	2					non-mobilizable	no_good_hit	1963.0	81.202	73.0	0.47770700636942676	LN854182.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1679	True	True
DEN0082_000000002444	12050	0.538754609278951	8	4	4	4	3	False	69342	maximal	True	DEN0082_000000002444	1.0		3	1	False	False	0.9995850324630737	0					non-mobilizable	no_good_hit	800.0	75.875	7.0	0.0012660959643191138	NZ_LT891958.1	firmicutes	Selenomonas felix strain Marseille-P3560, whole genome shotgun sequence	True	False
DEN0028_000000022311	1409	0.5387507712669596	3	3	2	3	1	False	73922	maximal	True	DEN0028_000000022311	1.0		1	1	False	False	0.9992902874946594	0					non-mobilizable	no_good_hit	1096.0	70.438	76.0	0.00032499078224639254	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ISR0343_000000016788	1157	0.5387488447391768	3	3	3	2	2	False	24295	fragment	False	ISR0343_000000016788	1.0		0	0	False	False	0.9766637682914734	0					non-mobilizable	other	1157.0	99.48100000000001	100.0	0.001921165728796546	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	False
ISR0293_000000028353	1230	0.5387450766287833	2	2	2	2	2	False	25803	fragment	False	ISR0293_000000028353	1.0		0	0	False	False	0.9943089485168457	0					non-mobilizable	other	1230.0	99.919	100.0	0.005093097174967987	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	False	False
ENG0095_000000006363	4268	0.5387445614811459	4	2	2	1	1	False	63346	fragment	False	ENG0095_000000006363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0171_000000006243	3784	0.5387445614811459	3	2	2	1	1	False	63345	fragment	False	ENG0171_000000006243	1.0		0	0	False	False	0.9976215362548828	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000008714	3210	0.5387445614811459	3	2	2	1	1	False	63344	fragment	False	ENG0060_000000008714	1.0		0	0	False	False	0.9987539052963257	0					non-mobilizable	no_good_hit								True	False
ISR0393_000000005694	3034	0.5387445614811459	4	2	2	1	1	False	36033	fragment	False	ISR0393_000000005694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0193_000000010204	2685	0.5387445614811459	3	2	2	1	1	False	36032	fragment	False	ISR0193_000000010204	1.0		0	0	False	False	0.9891992807388306	0					non-mobilizable	no_good_hit								True	False
ISR0048_000000010966	1744	0.5387445614811459	3	2	2	1	1	False	36031	fragment	False	ISR0048_000000010966	1.0		0	0	False	False	0.9994266033172607	0					non-mobilizable	no_good_hit								True	False
ISR0341_000000006190	2154	0.5387441590792988	2	1	1	1	1	False	24355	maximal	True	ISR0341_000000006190	1.0		143	11	False	False	0.9995357394218445	0					non-mobilizable	chromosome	2154.0	85.98	99.0	0.0004779896006165888	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0122_000000012594	1422	0.5387392165708407	3	2	2	2	2	False	39883	fragment	False	ISR0083_000000018688	0.9260221795188983		0	0	False	False	0.9929676651954651	0					non-mobilizable	other	1422.0	99.226	100.0	0.05248577971485558	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
MON0087_000000027232	1865	0.5387377338234033	3	2	2	1	1	False	12042	maximal	True	MON0087_000000027232	1.0		144	10	False	False	0.9951742887496948	0					non-mobilizable	chromosome	1847.0	99.62100000000001	99.0	0.0005162032162871902	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0201_000000016299	1842	0.5387371182518464	3	3	2	2	3	False	28731	maximal	True	ISR0201_000000016299	1.0		3	2	False	False	0.9989142417907715	0					non-mobilizable	no_good_hit	688.0	75.436	37.0	0.00018902460242892438	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0070_000000013308	1584	0.5387308182985749	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.25808455743575226		0	0	False	False	1.0	0					non-mobilizable	chromosome	1586.0	89.66	100.0	0.0006519184027134302	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0129_000000015180	1665	0.5387229007492687	2	2	2	2	2	False	110604	maximal	False	FIJ0051_000000010587	0.4871989758733576		0	0	False	False	1.0	0					non-mobilizable	chromosome	1665.0	98.73899999999999	100.0	0.0005600926576362946	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0048_000000019292	2080	0.5387159249597103	2	2	2	2	2	False	13336	maximal	True	MON0048_000000019292	1.0		3	1	False	False	0.9879807829856873	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	4.550165699817944e-06	NZ_CP023445.1	high GC Gram+	Actinosynnema pretiosum strain X47 chromosome, complete genome	True	False
FIJ0153_000000019064	1336	0.5387139297865919	3	1	1	1	1	False	68685	fragment	False	FIJ0165_000000011553	0.6379643029425953		0	0	False	False	0.9902694821357727	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000003697	9579	0.5387111566136181	11	9	4	8	3	False	132286	fragment	False	DEN0096_000000003697	1.0		0	0	False	False	0.9961373805999756	0					non-mobilizable	other	9557.0	92.64399999999999	99.0	0.002215201390852513	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0023_000000015951	1939	0.5387106223427508	3	3	3	3	3	False	37529	maximal	True	ISR0023_000000015951	1.0		65	8	False	False	0.9747292399406433	0					non-mobilizable	other	1920.0	100.0	99.0	0.45355707870479794	NZ_QIML01000052.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_53, whole genome shotgun sequence	False	False
ISR0070_000000004115	4742	0.5386949061178253	6	5	2	3	4	False	109875	maximal	True	ISR0070_000000004115	1.0		20	6	False	False	1.0	0	rep_cluster_1097				non-mobilizable	no_good_hit	2314.0	98.185	55.0	0.5718525847143211	AF412330.1	CFB group bacteria	Bacteroides fragilis clone 38-F transposon Tet element BTF-37, partial sequence	True	True
FIJ0026_000000012495	2568	0.5386925493915872	3	3	2	3	2	True	49115	maximal	True	FIJ0026_000000012495	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	0.0003883710608078118	NZ_FOJS01000004.1	firmicutes	Parageobacillus thermantarcticus strain M1, whole genome shotgun sequence	True	True
ISR0392_000000029218	1207	0.5386919760067022	2	2	2	2	2	False	22789	maximal	True	ISR0392_000000029218	1.0		214	13	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	71.0	41.0	0.016944473202885047	NZ_NVPT01000063.1	high GC Gram+	Geodermatophilus chilensis strain B12 NODE_63, whole genome shotgun sequence	True	False
SPA0014_000000009681	2366	0.5386914358785511	3	3	2	3	2	False	80071	maximal	True	SPA0014_000000009681	1.0		204	12	False	False	0.9923922419548035	0					non-mobilizable	no_good_hit	1350.0	98.889	57.0	0.0003598553002897782	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0083_01_000000005454	5647	0.5386882294655445	5	5	5	4	5	False	54782	maximal	True	USA0083_01_000000005454	1.0		18	6	False	False	0.9987604022026062	0					non-mobilizable	no_good_hit	1501.0	70.953	26.0	0.0005218980149878947	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0175_000000015093	1671	0.5386838760854111	2	2	1	2	1	False	58072	fragment	False	ENG0175_000000015093	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	75.0	14.0	0.0007167043069150816	NZ_BAEW01000001.1	firmicutes	Peptoniphilus rhinitidis 1-13 strain 42017, whole genome shotgun sequence	True	False
FIJ0105_000000004509	6099	0.5386822644542547	5	4	4	4	4	False	101230	maximal	True	FIJ0105_000000004509	1.0		36	6	False	False	1.0	0					non-mobilizable	no_good_hit	2695.0	97.92200000000001	44.0	0.026000869271260926	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0039_000000003623	3649	0.5386798549211962	7	5	1	5	4	False	87803	maximal	True	CHI0039_000000003623	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	97.38799999999999	42.0	0.00042456583089435924	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
MON0039_000000018274	2576	0.5386790805919309	2	2	2	2	2	False	83461	fragment	False	MON0039_000000018274	1.0		0	0	False	False	0.9996117949485779	0					non-mobilizable	no_good_hit	1825.0	82.959	70.0	0.0005083734816956185	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0036_000000020869	1498	0.5386777629020146	3	2	2	2	1	True	18718	maximal	True	MAD0036_000000020869	1.0		24	7	False	False	0.9993324279785156	0					non-mobilizable	chromosome	1390.0	97.914	93.0	0.0004675292677024117	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0140_000000009339	2339	0.5386774979472025	2	1	1	0	1	False	6128	fragment	False	SPA0063_000000007713	0.9991449337323642		0	0	False	False	0.9987174272537231	0					non-mobilizable	chromosome	2339.0	99.059	100.0	0.0004457988322282429	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
SPA0063_000000007713	2339	0.5386774979472025	2	1	1	0	1	False	6128	fragment	False	SPA0063_000000007713	0.9991449337323642		0	0	False	False	0.9995724558830261	0					non-mobilizable	chromosome	2339.0	99.059	100.0	0.0004457988322282429	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
MAD0088_000000000316	25834	0.5386720539644689	54	16	8	14	11	False	25356	maximal	True	MAD0088_000000000316	1.0		7	1	False	False	0.9997677206993103	0					non-mobilizable	virus	4302.0	95.76899999999999	90.0	0.016259606913940277	LR756499.1	viruses	uncultured phage genome assembly, chromosome: 1	False	False
USA0019_01_000000004729	5993	0.5386706397980017	6	5	5	5	5	False	131680	maximal	True	USA0019_01_000000004729	1.0		47	12	False	False	0.9986650943756104	0					non-mobilizable	no_good_hit	1970.0	85.07600000000001	48.0	0.0006734537553186568	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0053_000000011788	2149	0.5386685135714038	3	3	2	3	3	False	63867	maximal	True	ENG0053_000000011788	1.0		58	9	False	False	1.0	0					non-mobilizable	chromosome	2149.0	99.95299999999999	100.0	0.0004018434662553446	CP052372.1	enterobacteria	Klebsiella pneumoniae strain D16KP0042 chromosome, complete genome	False	False
MON0100_000000019246	2295	0.5386632485921362	4	4	3	3	2	False	9118	fragment	False	MON0100_000000019246	1.0		0	0	False	False	0.9786492586135864	0					non-mobilizable	other	2289.0	99.083	99.0	0.0006079742950168694	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
DEN0089_000000016812	1166	0.5386610947327028	2	2	2	2	2	False	68805	fragment	False	DEN0089_000000016812	1.0		0	0	False	False	0.9905660152435303	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000006573	5761	0.5386568868071334	10	8	5	7	7	False	46068	maximal	True	FIJ0058_000000006573	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	85.1	22.0	0.0002522143565541534	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0059_000000032399	1201	0.5386561198986274	3	2	2	2	1	False	10918	maximal	True	MON0059_000000032399	1.0		201	12	False	False	0.9991673827171326	0					non-mobilizable	no_good_hit	501.0	97.206	51.0	0.00016829707260705967	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0010_000000016879	2647	0.5386542476130427	3	3	3	3	2	False	86235	fragment	False	SPA0020_000000010794	0.8444307404442765		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	76.923	8.0	0.00015529788169166135	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
USA0024_01_000000012574	1799	0.5386465326729141	2	2	2	1	1	True	1674	maximal	True	USA0024_01_000000012574	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1439.0	98.33200000000001	80.0	0.026911200524001123	MK233470.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_2_c1 sequence	True	True
ISR0160_000000021183	1404	0.5386391671893751	2	2	2	2	1	False	112244	maximal	False	CHI0129_000000018064	0.9771626297577855		0	0	False	False	1.0	0					non-mobilizable	other	1404.0	99.501	100.0	0.01055363321799308	NZ_SPGG01000013.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_13_length_132940_cov_40.1678, whole genome shotgun sequence	False	False
ISR0092_000000025689	1246	0.5386357725997103	2	1	1	1	1	False	33559	fragment	False	ISR0092_000000025689	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	94.48	100.0	0.0006729046601480714	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
ISR0124_000000008907	1616	0.5386353538534684	1	1	1	1	1	False	32078	fragment	False	ISR0385_000000013815	0.9771117765358711		0	0	False	False	0.9993811845779419	0					non-mobilizable	chromosome	1616.0	99.93799999999999	100.0	0.0002870862047879224	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
MON0002_000000011453	2224	0.5386341445881309	4	3	3	3	3	False	14331	maximal	True	MON0002_000000011453	1.0		3	2	False	False	0.9635791182518005	0					non-mobilizable	no_good_hit	75.0	98.667	3.0	0.00019963955488583624	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MAD0036_000000006333	4023	0.5386335458293505	4	3	3	3	3	False	111913	backbone	False	SPA0114_000000008141	0.5007868852010081	PS714	0	0	False	True	0.9997514486312866	0					non-mobilizable	no_good_hit								True	True
AST0153_000000031890	1114	0.5386305938468336	2	2	2	2	2	False	103168	maximal	True	AST0153_000000031890	1.0		3	3	False	False	0.9991023540496826	0					non-mobilizable	no_good_hit	101.0	84.15799999999999	9.0	0.00013685086607048098	NZ_JABFNL010000003.1	b-proteobacteria	Achromobacter deleyi strain As-55 As_55.cleaned_1_(paired)_contig_3, whole genome shotgun sequence	True	False
MON0046_000000001836	11690	0.5386286842101808	12	4	1	2	1	False	11547	maximal	True	MON0046_000000001836	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	100.0	1.0	0.1415929203539823	EU065108.1	bacteria	Uncultured bacterium clone HA0AAA22ZE04FM1 genomic sequence	True	False
ENG0163_000000005406	4127	0.5386284134914647	3	2	2	2	1	False	56321	maximal	True	ENG0163_000000005406	1.0		31	5	False	False	1.0	0					non-mobilizable	no_good_hit	1929.0	89.01	81.0	0.012051296551117478	NZ_JH591190.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.4, whole genome shotgun sequence	True	False
CHI0059_000000007595	2267	0.5386264144704085	3	3	1	2	3	False	87143	fragment	False	ISR0392_000000013708	0.9522792283476402		0	0	False	False	0.9995588660240173	0					non-mobilizable	other	2267.0	98.985	100.0	0.0008268998626455833	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
MON0106_000000011913	3339	0.5386257245749806	7	2	2	2	1	True	126304	fragment	False	MON0106_000000011913	0.9671014194167354		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000010725	3112	0.5386257245749806	7	2	2	2	1	True	126304	fragment	False	MON0106_000000011913	0.6359189378057303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0814_000000016061	2474	0.5386257245749806	5	2	2	2	1	True	126300	fragment	False	ISR0814_000000016061	0.9987396630968847		0	0	False	False	0.9810024499893188	0					non-mobilizable	no_good_hit								True	True
ISR0368_000000005197	2440	0.5386257245749806	5	2	2	2	1	True	126300	fragment	False	ISR0814_000000016061	0.992712055059466		0	0	False	False	0.9995901584625244	0					non-mobilizable	no_good_hit								True	True
AST0010_000000012157	2395	0.5386257245749806	4	2	2	2	1	True	126300	fragment	False	ISR0814_000000016061	0.9800498581604431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0070_000000010711	2327	0.5386257245749806	5	2	2	2	1	True	121025	fragment	False	ENG0070_000000010711	1.0		0	0	False	False	0.9978513121604919	0					non-mobilizable	no_good_hit								True	True
SPA0137_000000017722	2070	0.5386257245749806	4	2	2	2	1	True	121023	fragment	False	SPA0137_000000017722	1.0		0	0	False	False	0.9821255803108215	0					non-mobilizable	no_good_hit								True	True
SPA0119_000000015608	2042	0.5386257245749806	2	2	2	2	1	True	121024	maximal	True	SPA0119_000000015608	1.0		0	0	False	False	0.989226222038269	0					non-mobilizable	no_good_hit	284.0	98.944	14.0	9.085690583115127e-05	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ENG0013_000000015048	1805	0.5386257245749806	2	2	2	2	1	True	121022	fragment	False	ENG0013_000000015048	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	100.0	9.0	0.0005176322583181538	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	True
SPA0052_000000017577	1545	0.5386257245749806	2	2	2	2	1	True	6520	maximal	True	SPA0052_000000017577	1.0		0	0	False	False	0.9883494973182678	0					non-mobilizable	no_good_hit								True	True
AST0024_000000024953	1440	0.5386257245749806	2	2	2	2	1	True	121020	fragment	False	AST0024_000000024953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0054_000000023134	1222	0.5386257245749806	2	2	2	2	1	True	63712	fragment	False	ENG0054_000000023134	1.0		0	0	False	False	0.9795417189598083	0					non-mobilizable	no_good_hit	36.0	100.0	3.0	0.00044596781386577644	NZ_SPFY01000006.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_6_length_78481_cov_20.0915, whole genome shotgun sequence	True	True
FIJ0044_000000006506	3369	0.5386217549500455	5	4	1	4	3	False	47132	maximal	True	FIJ0044_000000006506	1.0		3	2	False	False	0.9970317482948303	0					non-mobilizable	no_good_hit	1490.0	99.06	44.0	0.00864481369236307	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
CHI0010_000000006095	1258	0.5386215815405513	2	2	2	2	2	False	90232	maximal	True	CHI0010_000000006095	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1256.0	85.51	99.0	0.000509295456962293	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
DEN0096_000000007498	5397	0.5386187309642201	6	4	4	4	3	False	117469	maximal	True	DEN0096_000000007498	1.0		21	4	False	False	0.9975912570953369	0					non-mobilizable	no_good_hit	1881.0	98.83	57.0	0.07338017174082748	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	False
ENG0039_000000021732	1208	0.5386160517247884	2	1	0	0	1	False	64904	fragment	False	ENG0039_000000021732	1.0		0	0	False	False	0.9958609342575073	0					non-mobilizable	other	1208.0	100.0	100.0	0.111367410961432	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
MAD0089_000000009192	2578	0.5386141163303194	3	3	3	3	2	False	51391	maximal	True	MAD0089_000000009192	1.0		73	9	False	False	0.9972847104072571	0					non-mobilizable	other	1286.0	86.47	97.0	0.002126794119356151	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0021_000000040927	1164	0.5386112083646566	2	2	2	2	1	True	49507	fragment	False	FIJ0021_000000040927	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	80.822	100.0	0.0001907388810958744	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0039_000000006434	4870	0.5386099456362414	3	3	3	3	3	False	36567	fragment	False	ISR0039_000000006434	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2944.0	98.03	91.0	0.0060407271861459425	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
FIJ0114_000000030819	1329	0.5386070921342709	3	3	3	3	2	False	41809	maximal	True	FIJ0114_000000030819	1.0		208	12	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	85.366	6.0	4.930410339563523e-05	NZ_FMWM01000002.1	firmicutes	Peptoniphilus raoultii strain KHD4, whole genome shotgun sequence	True	False
AST0094_000000013895	1636	0.538603779315021	2	2	2	2	2	False	109195	fragment	False	AST0094_000000013895	1.0		0	0	False	False	0.9859412908554077	0					non-mobilizable	no_good_hit	801.0	77.029	49.0	0.00422428671879994	NZ_PDYG01000074.1	firmicutes	Agathobacter ruminis strain JK623 contig000075, whole genome shotgun sequence	True	False
MON0019_000000053777	1242	0.5385997009511073	2	2	2	2	2	False	26654	fragment	False	MON0019_000000053777	0.9644276543069518		0	0	False	False	0.990338146686554	0					non-mobilizable	other	1242.0	96.86	100.0	0.002594947693298511	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0140_000000008078	3274	0.5385996289671526	2	2	2	2	2	False	128556	fragment	False	ISR0263_000000003210	0.8730389373620859		0	0	False	False	0.9996945858001709	0					non-mobilizable	no_good_hit	107.0	96.262	3.0	3.6947547031438875e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0056_000000007739	2851	0.5385983402077109	2	1	1	1	1	False	72191	maximal	True	FIJ0056_000000007739	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	75.46300000000001	8.0	0.007809945875258818	KC246827.1	bacteria	Uncultured bacterium Contig178 genomic sequence	True	False
MAD0025_000000011416	1208	0.5385970811342775	1	1	1	1	1	False	19120	fragment	False	MAD0025_000000011416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	99.071	89.0	0.0002896745679794092	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0309_000000001454	10112	0.5385956160024546	16	8	7	4	6	True	123362	maximal	True	ISR0309_000000001454	1.0		13	3	False	False	0.9986155033111572	0					non-mobilizable	no_good_hit	3774.0	99.23200000000001	37.0	0.0013654926214371446	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
MON0033_000000032698	1881	0.5385945060687924	1	1	1	1	1	False	33343	maximal	True	MON0033_000000032698	1.0		152	11	False	False	1.0	0					non-mobilizable	other	1872.0	100.0	99.0	0.007668535641681421	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
FIJ0159_000000002794	7112	0.5385928988780309	4	4	3	4	2	True	39417	fragment	False	FIJ0159_000000002794	1.0		0	0	False	False	0.9998593926429749	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	0.000845880561664693	NZ_PZFX01000021.1	firmicutes	Staphylococcus simulans strain SNUC 3210 contig021, whole genome shotgun sequence	True	True
CAN0001_000000018659	2448	0.5385870121197539	3	3	3	3	3	False	97345	fragment	False	SPA0132_000000015268	0.6090819104050967		0	0	False	False	1.0	0					non-mobilizable	other	2447.0	99.01899999999999	99.0	0.006689292482887061	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0194_000000004468	4828	0.5385811901493236	6	4	3	2	2	False	29054	maximal	True	ISR0194_000000004468	1.0		9	3	False	False	0.9997928738594055	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005176678106486186	NZ_LOBQ01000082.1	g-proteobacteria	Vibrio cidicii strain 2423-01, whole genome shotgun sequence	True	False
AST0040_000000003137	5869	0.5385782099977684	6	6	6	6	5	False	121655	fragment	False	AST0040_000000003137	0.7660054947515916		0	0	False	False	1.0	0					non-mobilizable	other	5868.0	99.301	99.0	0.09701480195154222	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0199_000000017065	1787	0.5385781395069914	2	2	2	1	1	False	114050	fragment	False	ISR0199_000000017065	1.0		0	0	False	False	0.9994404315948486	0					non-mobilizable	other	1787.0	98.76899999999999	100.0	0.0005339390621865612	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0345_000000010629	1340	0.538577062636162	4	4	1	2	3	False	86455	fragment	False	ISR0345_000000010629	0.9494246110608625		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	96.71600000000001	100.0	0.00036204659342275715	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0046_000000019063	1255	0.538577062636162	5	4	1	2	3	False	86455	fragment	False	ISR0345_000000010629	0.9398402723225976		0	0	False	False	0.9944223165512085	0					non-mobilizable	other	1255.0	97.052	100.0	0.000339063799964255	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0006_000000008264	1529	0.5385714485626548	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.3894500815448321		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	93.99600000000001	95.0	0.020136099955377063	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0224_000000022571	1388	0.5385714485626548	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.36493313427964547		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	94.164	99.0	0.019285475234270415	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0156_000000007966	2242	0.5385714154568015	3	3	3	3	2	False	86338	fragment	False	SPA0156_000000007966	1.0		0	0	False	False	0.9942016005516052	0					non-mobilizable	no_good_hit	610.0	75.082	31.0	0.0007361518371735716	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0830_000000012799	2207	0.5385714154568015	4	3	3	3	2	False	87836	maximal	True	ISR0830_000000012799	1.0		273	13	False	False	1.0	0					non-mobilizable	other	1142.0	83.18700000000001	91.0	0.012317478359709715	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
MON0011_000000024368	1930	0.5385714154568015	3	3	3	3	2	False	21366	maximal	True	MON0011_000000024368	1.0		1	1	False	False	0.9766839146614075	0					non-mobilizable	no_good_hit	509.0	81.532	48.0	0.0001690226283219126	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
FIJ0009_000000006965	5010	0.5385699768434672	5	5	5	4	3	False	126395	maximal	True	FIJ0009_000000006965	1.0	PS958	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3546.0	99.323	71.0	0.003043054282251225	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
CAN0004_000000006484	3948	0.5385699768434672	5	5	5	4	3	False	126386	backbone	False	MON0066_000000006846	0.8526164523651529	PS958	0	0	False	True	0.9997466802597046	0					non-mobilizable	other	3741.0	98.075	95.0	0.0011248380561377288	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0189_000000003359	3845	0.5385672452348892	3	2	2	2	2	False	54860	maximal	True	ENG0189_000000003359	1.0		274	11	False	False	0.995318591594696	0					non-mobilizable	chromosome	3822.0	99.37200000000001	99.0	0.0005393214909381004	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0847_000000001230	13941	0.5385629915777391	25	11	7	9	10	True	116853	maximal	True	ISR0847_000000001230	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	96.779	23.0	0.0002131570836164715	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0222_000000009363	6635	0.5385622094132584	7	5	4	5	3	True	107783	maximal	True	ISR0222_000000009363	1.0		3	2	False	False	0.999849259853363	0					non-mobilizable	no_good_hit	1980.0	95.20200000000001	67.0	0.03137292221799264	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
SPA0046_000000016279	1948	0.5385534465597351	3	2	2	2	2	False	67515	fragment	False	ENG0191_000000015929	0.9645412121178245		0	0	False	False	0.9994866251945496	0					non-mobilizable	other	1948.0	99.846	100.0	0.000821135444330433	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
MON0003_000000008070	1866	0.538552247083094	2	2	2	2	2	False	14283	fragment	False	MON0073_000000002398	0.9242516842410654		0	0	False	False	0.9989281892776489	0					non-mobilizable	other	1866.0	96.35600000000001	100.0	0.028278570453821778	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0373_000000012509	1343	0.538552239484302	3	1	1	1	1	True	23431	fragment	False	ISR0373_000000012509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	0.0003480244061370772	NZ_WBXO01000007.1	firmicutes	Heliorestis acidaminivorans strain DSM 24790 NODE_7_length_135048_cov_23.8347, whole genome shotgun sequence	True	True
AUS0004_000000016928	1159	0.538552239484302	1	1	1	1	1	True	102257	fragment	False	AUS0004_000000016928	1.0		0	0	False	False	0.9792925119400024	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	0.0003480244061370772	NZ_WBXO01000007.1	firmicutes	Heliorestis acidaminivorans strain DSM 24790 NODE_7_length_135048_cov_23.8347, whole genome shotgun sequence	True	True
MON0077_000000031642	1417	0.5385450936640722	4	1	1	1	1	False	10205	maximal	True	MON0077_000000031642	1.0		116	6	False	False	0.9717713594436646	0					non-mobilizable	no_good_hit								True	False
FIJ0092_000000013463	2468	0.5385435385858149	3	3	1	2	3	True	102079	fragment	False	CAN0001_000000019362	0.9435812612160067		0	0	False	False	0.9951377511024475	0					non-mobilizable	other	1884.0	89.17200000000001	99.0	0.02218156061858104	NZ_FNBY01000021.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	True
ISR0197_000000001216	14344	0.5385435215316509	26	8	4	7	5	True	98411	maximal	True	ISR0197_000000001216	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	2331.0	83.226	16.0	0.0006196766957547479	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
TAN0009_000000003682	7074	0.5385407102596004	6	3	2	3	2	False	65129	maximal	True	TAN0009_000000003682	1.0		2	1	False	False	0.9974554777145386	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	1.22125753878978e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
DEN0083_000000027432	1148	0.5385378856660838	2	2	2	2	2	False	69063	fragment	False	DEN0083_000000027432	1.0		0	0	False	False	0.9991289377212524	0					non-mobilizable	other	1148.0	98.693	100.0	0.00031852086353311007	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0115_000000027418	1328	0.5385342609266784	2	2	2	2	2	False	74929	fragment	False	ISR0115_000000027418	1.0		0	0	False	False	0.9992470145225525	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	6.0	0.0015876000083557896	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
MAD0003_000000006757	4093	0.5385323431593075	6	2	2	2	2	False	88858	fragment	False	MAD0003_000000006757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1373.0	95.77600000000001	34.0	0.00047822674082202016	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0073_000000015956	1500	0.5385310671126123	2	2	2	2	1	False	62219	maximal	True	ENG0073_000000015956	1.0		45	9	False	False	0.9953333139419556	0					non-mobilizable	no_good_hit								True	False
ENG0053_000000020842	1199	0.5385284885054024	3	2	2	2	1	False	63824	maximal	True	ENG0053_000000020842	1.0		2	2	False	False	0.9983319640159607	0					non-mobilizable	chromosome	1115.0	86.27799999999999	92.0	0.00048345023628794067	CP023197.1	high GC Gram+	Bifidobacterium breve strain NRBB49 chromosome, complete genome	False	False
ISR0086_000000004289	5555	0.5385213960235672	7	4	3	4	3	False	132115	fragment	False	ENG0130_000000005013	0.9402681688012635		0	0	False	False	0.9956795573234558	0					non-mobilizable	no_good_hit	94.0	89.36200000000001	2.0	4.077116242529671e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0052_000000024163	1375	0.5385208305723038	2	2	2	2	1	False	63937	maximal	True	ENG0052_000000024163	1.0		0	0	False	False	0.906181812286377	0					non-mobilizable	no_good_hit	760.0	92.23700000000001	55.0	0.01691691467698986	NZ_JAANXY010000026.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_26, whole genome shotgun sequence	True	False
ISR0810_000000013638	1335	0.5385198260969233	2	1	1	1	1	False	21704	maximal	True	ISR0810_000000013638	1.0		49	8	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	74.06	19.0	6.160449013483772e-05	CP031747.1	b-proteobacteria	Alcaligenes faecalis strain AU14 chromosome	True	False
SPA0083_000000010931	1620	0.538517465274322	3	2	2	1	1	True	105526	fragment	False	AST0140_000000015756	0.6978632961708215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	87.24600000000001	66.0	0.013450185624733735	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0290_000000005378	2448	0.538515065345768	3	3	1	2	2	False	87143	fragment	False	ISR0392_000000013708	0.9727457599198055		0	0	False	False	1.0	0					non-mobilizable	other	2448.0	99.101	100.0	0.0008929496751516956	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
FIJ0060_000000005705	2405	0.538515065345768	3	3	1	2	2	False	87143	fragment	False	ISR0392_000000013708	0.9626716599946733		0	0	False	False	1.0	0					non-mobilizable	other	2405.0	98.337	100.0	0.015160496941413887	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
ISR0392_000000013708	2396	0.538515065345768	3	3	1	2	2	False	87143	fragment	False	ISR0392_000000013708	0.9742156914938995		0	0	False	False	1.0	0					non-mobilizable	other	2396.0	99.875	100.0	0.015103739673330391	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
ISR0305_000000007353	2376	0.538515065345768	3	3	1	2	2	False	87143	fragment	False	ISR0392_000000013708	0.9386072517949823		0	0	False	False	1.0	0					non-mobilizable	other	2384.0	94.589	99.0	0.015002837863404174	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
DEN0082_000000016941	2376	0.538515065345768	3	3	1	2	2	False	69275	fragment	False	ISR0234_000000005032	0.816882013350148		0	0	False	False	1.0	0					non-mobilizable	other	2367.0	92.902	99.0	0.016925236724110764	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
ENG0143_000000008005	2341	0.538515065345768	3	3	1	2	2	False	69275	fragment	False	ISR0234_000000005032	0.833091571995727		0	0	False	False	1.0	0					non-mobilizable	other	2341.0	99.31700000000001	100.0	0.016760496798315355	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
DEN0034_000000004342	1770	0.5385146601352307	2	2	2	2	2	False	73545	maximal	True	DEN0034_000000004342	1.0		656	14	False	False	1.0	0					non-mobilizable	other	1770.0	98.531	100.0	0.005905938990882352	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
ISR0805_000000005506	2115	0.538514599193477	5	2	1	2	2	False	27683	fragment	False	ISR0805_000000005506	1.0		0	0	False	False	0.9943262338638306	0					non-mobilizable	no_good_hit								True	False
CHI0022_000000002726	4465	0.5385128362635567	4	4	4	4	4	True	89209	maximal	True	CHI0022_000000002726	1.0		8	2	False	False	0.9939529895782471	0					non-mobilizable	no_good_hit	3614.0	99.779	81.0	0.0011591404902663647	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
FIJ0130_000000004117	5450	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.6224711504257456		0	0	False	False	1.0	0					non-mobilizable	other	4732.0	94.01899999999999	94.0	0.0013824960364151974	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
TAN0002_000000005398	5407	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5667358732268042		0	0	False	False	1.0	0					non-mobilizable	other	5217.0	96.60700000000001	99.0	0.0015251089509956256	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0003_000000003263	5375	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.6730485723992128		0	0	False	False	1.0	0					non-mobilizable	other	5305.0	94.04299999999999	98.0	0.0015470719255203322	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0015_000000006433	5353	0.5385107781491809	7	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.6027433186768493		0	0	False	False	1.0	0					non-mobilizable	other	4728.0	95.876	95.0	0.0013816175174342091	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0059_000000006439	5257	0.5385107781491809	7	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5925561768406796		0	0	False	False	1.0	0					non-mobilizable	other	4728.0	95.876	90.0	0.0013816175174342091	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0113_000000004702	5202	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.47966251235070434		0	0	False	False	1.0	0					non-mobilizable	other	4594.0	95.059	96.0	0.0013423770029500667	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ENG0148_000000007238	5197	0.5385107781491809	6	2	2	2	0	True	118115	maximal	True	ENG0148_000000007238	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	3.0	1.4754275540184248e-05	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
SPA0101_000000008830	5084	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.48635976478142323		0	0	False	False	1.0	0					non-mobilizable	chromosome	4571.0	96.631	90.0	0.0008194796904809605	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0008_000000005455	5043	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5809900010095082		0	0	False	False	0.9996033906936646	0					non-mobilizable	other	4936.0	97.00200000000001	98.0	0.001443406685763717	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0109_000000005309	4907	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.20794330997813418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4220.0	96.611	89.0	0.0012328549699868632	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
DEN0070_000000006667	4863	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.23775340071183038		0	0	False	False	1.0	0					non-mobilizable	other	4728.0	93.71799999999999	97.0	0.0013816175174342091	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0078_000000007828	4808	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5328674383157915		0	0	False	False	1.0	0					non-mobilizable	other	4703.0	95.45	98.0	0.0013742965259259737	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0077_000000001961	4778	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5334279834140228		0	0	False	False	0.9981163740158081	0					non-mobilizable	other	4734.0	96.008	99.0	0.0013839602347168445	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0058_000000008630	4710	0.5385107781491809	7	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5146771363051633		0	0	False	False	1.0	0					non-mobilizable	other	4605.0	96.52600000000001	98.0	0.0013458910788740198	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0005_000000010272	4689	0.5385107781491809	7	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5137865111141128		0	0	False	False	1.0	0					non-mobilizable	chromosome	4594.0	96.147	98.0	0.0008236048891855047	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0146_000000003591	4674	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.47977837806072926		0	0	False	False	0.9995720982551575	0					non-mobilizable	chromosome	4585.0	95.09299999999999	98.0	0.0008219906809967699	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0206_000000005422	4674	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.45843921244233365		0	0	False	False	1.0	0					non-mobilizable	chromosome	4568.0	96.081	98.0	0.0008187622646193007	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
FIJ0003_000000005408	4668	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.45852745200247114		0	0	False	False	1.0	0					non-mobilizable	chromosome	4567.0	96.67200000000001	98.0	0.0008187622646193007	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
TAN0007_000000007086	4651	0.5385107781491809	6	2	2	2	0	True	96533	fragment	False	TAN0007_000000007086	1.0		0	0	False	False	0.9997850060462952	0					non-mobilizable	no_good_hit	3387.0	97.31299999999999	73.0	0.0006067629224988158	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
MAD0031_000000002698	4649	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5042518051701734		0	0	False	False	1.0	0					non-mobilizable	other	4649.0	96.55799999999999	100.0	0.0013593617032491732	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0090_000000006930	4647	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.5044088221224228		0	0	False	False	0.9984936714172363	0					non-mobilizable	chromosome	4582.0	97.01	99.0	0.0008214526116005251	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
CHI0078_000000003623	4638	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.48497474636403354		0	0	False	False	1.0	0					non-mobilizable	chromosome	4568.0	95.95	98.0	0.0008191209775501306	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0009_000000006393	4598	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.4534683030066013		0	0	False	False	0.9995650053024292	0					non-mobilizable	chromosome	4516.0	95.771	99.0	0.0008096150848831376	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0077_000000007820	4540	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.4547178536263926		0	0	False	False	1.0	0					non-mobilizable	chromosome	4517.0	96.635	99.0	0.0008096150848831376	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MAD0094_000000002889	4513	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.4378681743107602		0	0	False	False	0.9942388534545898	0					non-mobilizable	chromosome	4510.0	97.738	99.0	0.0008087183025560628	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0061_000000009172	4481	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.3930643697907535		0	0	False	False	0.9997768402099609	0					non-mobilizable	other	4395.0	96.61	98.0	0.2515766540534342	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
TAN0017_000000007340	4473	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.38972595581647224		0	0	False	False	0.9986585974693298	0					non-mobilizable	chromosome	4462.0	97.311	99.0	0.0007999298357507297	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0066_000000006139	4381	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.3232609896315244		0	0	False	False	0.9956631064414978	0					non-mobilizable	chromosome	4285.0	97.15299999999999	98.0	0.0007683630978376964	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MAD0092_000000003974	4380	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.1894829500044128		0	0	False	False	1.0	0					non-mobilizable	other	4310.0	97.726	100.0	0.0012600890583974993	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0097_000000007345	4266	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.19840307897349826		0	0	False	False	0.9981247186660767	0					non-mobilizable	other	4238.0	96.34299999999999	99.0	0.0012378332442124634	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
CHI0151_000000005825	4206	0.5385107781491809	5	2	2	2	0	True	118114	fragment	False	CHI0151_000000005825	0.9660797514241326		0	0	False	False	0.999762237071991	0					non-mobilizable	no_good_hit	405.0	84.198	9.0	0.0011330760426312672	NZ_FQZN01000003.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
MON0057_000000005334	4197	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.1332732612764067		0	0	False	False	1.0	0					non-mobilizable	chromosome	4114.0	97.18	98.0	0.0007375137857863229	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MAD0069_000000001692	4126	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.1757177914948817		0	0	False	False	1.0	0					non-mobilizable	other	4134.0	95.331	100.0	0.0012079635988588625	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0107_000000013560	4049	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.20849775324824182		0	0	False	False	1.0	0					non-mobilizable	other	4049.0	97.333	100.0	0.23208347666552	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
FIJ0089_000000005931	3872	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.16094018519966727		0	0	False	False	0.9992251992225647	0					non-mobilizable	other	3873.0	95.92	100.0	0.0011321181268335422	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
CHI0047_000000003972	3862	0.5385107781491809	4	2	2	2	0	True	118114	fragment	False	CHI0151_000000005825	0.926414645744175		0	0	False	False	0.9976695775985718	0					non-mobilizable	no_good_hit								True	True
FIJ0133_000000009824	3787	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.157579218561856		0	0	False	False	1.0	0					non-mobilizable	other	3784.0	95.79799999999999	99.0	0.001105469717743565	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
TAN0009_000000009172	3670	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.08784719370766216		0	0	False	False	1.0	0					non-mobilizable	other	3019.0	95.926	94.0	0.0008814473775915578	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0117_000000010310	3651	0.5385107781491809	6	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.14884581254638407		0	0	False	False	1.0	0					non-mobilizable	other	3651.0	98.055	100.0	0.0010671077222404108	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0002_000000006120	3549	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.12493453135281075		0	0	False	False	0.9988729357719421	0					non-mobilizable	other	3549.0	97.605	100.0	0.20307304208233	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	True
TAN0011_000000001143	3449	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.059081367512973666		0	0	False	False	1.0	0					non-mobilizable	other	3381.0	93.58200000000001	98.0	0.0009854054570085024	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0040_000000011376	3424	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.11509823645882476		0	0	False	False	0.9947429895401001	0					non-mobilizable	chromosome	3424.0	97.868	100.0	0.0006139371811154143	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ETH0005_000000014460	3315	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.11901969336748516		0	0	False	False	1.0	0					non-mobilizable	other	3315.0	97.79799999999999	100.0	0.0009687135963697253	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0076_000000014294	3243	0.5385107781491809	4	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.06783417279230632		0	0	False	False	0.9901325702667236	0					non-mobilizable	chromosome	3243.0	97.84200000000001	100.0	0.0005814736608753062	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0021_000000008729	3132	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.09875829631112373		0	0	False	False	1.0	0					non-mobilizable	other	3132.0	96.90299999999999	100.0	0.0009151239385294412	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0084_000000009736	3104	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.07933468659710839		0	0	False	False	1.0	0					non-mobilizable	chromosome	3098.0	97.256	99.0	0.0005552876169247217	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MAD0068_000000008935	3007	0.5385107781491809	4	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.04839165784662223		0	0	False	False	0.9983372092247009	0					non-mobilizable	chromosome	2998.0	98.132	99.0	0.0005375313268486405	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0012_000000015948	2928	0.5385107781491809	4	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.08613215175542417		0	0	False	False	0.9962431788444519	0					non-mobilizable	chromosome	2912.0	98.249	99.0	0.0005221066708229539	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MAD0060_000000005616	2876	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.07731496496629511		0	0	False	False	1.0	0					non-mobilizable	other	2876.0	96.662	100.0	0.0008401569854851094	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0052_000000008861	2815	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.049433315830734334		0	0	False	False	0.9996447563171387	0					non-mobilizable	other	2815.0	97.62	100.0	0.0008222937662050147	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0084_000000002377	2813	0.5385107781491809	4	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.02916177389932195		0	0	False	False	0.9985780119895935	0					non-mobilizable	chromosome	2804.0	98.431	99.0	0.000502736172558138	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0085_000000008874	2764	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.039882539901738526		0	0	False	False	1.0	0					non-mobilizable	other	2764.0	97.902	100.0	0.0008088231418298613	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0083_000000003645	2715	0.5385107781491809	5	2	2	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.03949872334398148		0	0	False	False	0.999263346195221	0					non-mobilizable	other	2715.0	97.311	100.0	0.0007930098001720726	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MAD0058_000000006412	2369	0.5385107781491809	4	2	2	2	0	True	47794	fragment	False	MAD0058_000000006412	0.9824833702882484		0	0	False	False	1.0	0					non-mobilizable	chromosome	2369.0	98.354	100.0	0.00042471611010262955	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0376_000000010879	2222	0.538509742546944	4	3	2	2	2	True	102077	maximal	True	ISR0376_000000010879	0.9870923913043478		21	9	False	False	0.9986498355865479	0					non-mobilizable	chromosome	2263.0	78.392	100.0	0.0004965117324542857	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
DEN0063_000000021817	2208	0.538509742546944	4	3	2	2	2	True	102077	maximal	False	ISR0376_000000010879	0.984023402340234		0	0	False	False	0.9895833134651184	0					non-mobilizable	chromosome	2212.0	78.797	98.0	0.0004853841723365295	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
AUS0006_000000014169	1807	0.538509742546944	4	3	2	2	2	True	102075	fragment	False	AUS0006_000000014169	0.9773329672062694		0	0	False	False	0.9983397722244263	0					non-mobilizable	chromosome	1804.0	97.949	99.0	0.0005019313080697359	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0032_000000012461	2251	0.5385066351960415	3	3	3	3	2	False	85870	fragment	False	SPA0032_000000012461	1.0		0	0	False	False	0.9937805533409119	0					non-mobilizable	no_good_hit	399.0	73.183	17.0	0.0001709758424286636	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0075_000000010052	1980	0.5385053582193821	3	3	3	2	2	False	5781	maximal	True	SPA0075_000000010052	1.0		121	13	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	96.006	73.0	0.000473262927726456	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0376_000000015981	1556	0.5385030094788095	3	3	3	1	1	False	23331	maximal	True	ISR0376_000000015981	1.0		7	2	False	False	0.9877892136573792	0					non-mobilizable	no_good_hit	717.0	83.264	46.0	0.007875844828158358	NZ_JAAITU010000010.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_10_length_90403_cov_167.363, whole genome shotgun sequence	True	False
SPA0027_000000003496	8507	0.5385017625727128	8	4	2	1	4	True	34868	fragment	False	SPA0027_000000003496	1.0		0	0	False	False	1.0	0		MOBB	MPF_T		conjugative	plasmid	8507.0	99.63600000000001	100.0	0.2574766920934738	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0022_000000012291	3124	0.538499958574312	2	2	2	2	2	False	74621	maximal	True	DEN0022_000000012291	1.0		213	12	False	False	0.9990397095680237	0					non-mobilizable	other	3113.0	99.775	99.0	0.0015546987171737255	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0013_000000007894	3086	0.538499734758371	4	2	2	2	1	True	130089	fragment	False	ISR0013_000000007894	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3087.0	97.344	100.0	0.0009594271809080213	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0124_000000006917	2201	0.538499734758371	3	2	2	2	1	True	130079	fragment	False	ISR0124_000000006917	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1867.0	95.126	100.0	0.0006584595645486217	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0117_000000012016	1909	0.538499734758371	3	2	2	2	1	True	130077	fragment	False	ISR0110_000000010759	0.490806736097194		0	0	False	False	0.9963331818580627	0					non-mobilizable	chromosome	1561.0	94.042	100.0	0.0005487163037905181	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0009_000000020332	1650	0.538499734758371	2	2	2	2	1	True	130077	fragment	False	ISR0110_000000010759	0.30961095452159293		0	0	False	False	1.0	0					non-mobilizable	chromosome	1321.0	93.26299999999999	100.0	0.0004643798429506893	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0018_000000006828	2524	0.5384975966282607	4	3	3	3	2	False	89569	maximal	True	CHI0018_000000006828	1.0		1	1	False	False	0.999603807926178	0					non-mobilizable	no_good_hit	605.0	80.82600000000001	37.0	0.00018634788630476809	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0008_000000009490	2592	0.5384950980656316	4	4	2	2	4	False	104855	fragment	False	ENG0008_000000009490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1209.0	72.78699999999999	46.0	0.13032993532829112	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	False
ISR0228_000000023189	1185	0.5384902862504879	2	2	2	2	2	False	27587	fragment	False	ISR0398_000000017905	0.9632290432722458		0	0	False	False	0.99915611743927	0					non-mobilizable	other	1185.0	98.734	100.0	0.019581576118415614	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0112_000000007125	4085	0.5384893516500471	5	2	2	2	1	False	32656	maximal	True	ISR0112_000000007125	1.0		1	1	False	False	0.9946144223213196	0					non-mobilizable	no_good_hit	911.0	72.558	22.0	0.002750380810217619	NZ_FNHS01000007.1	a-proteobacteria	Methylobacterium phyllostachyos strain BL47, whole genome shotgun sequence	True	False
MAD0087_000000028043	1152	0.538487100301368	2	2	2	1	1	False	15949	fragment	False	MAD0087_000000028043	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	98.785	100.0	0.001046510147784326	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ENG0154_000000012139	2543	0.538482069891423	4	3	3	2	2	False	56839	maximal	True	ENG0154_000000012139	1.0		3	3	False	False	0.9952811598777771	0					non-mobilizable	no_good_hit	1332.0	77.027	52.0	0.00024855524904179876	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	False
DEN0041_000000009215	3618	0.5384776797236149	4	4	4	3	3	False	105415	maximal	True	DEN0041_000000009215	1.0		117	12	False	False	0.994472086429596	0					non-mobilizable	no_good_hit	1113.0	76.37	31.0	0.000378936871174838	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
TAN0003_000000006425	1551	0.538476919673992	1	1	1	1	1	False	48197	maximal	True	TAN0003_000000006425	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010348158027871038	NZ_SLWK01000006.1	CFB group bacteria	Natronoflexus pectinivorans strain DSM 24179 Ga0310552_106, whole genome shotgun sequence	True	False
CHI0053_000000007051	1607	0.5384752907142722	4	3	3	3	2	False	86426	maximal	True	CHI0053_000000007051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1231.0	86.02799999999999	76.0	0.0003407367912424813	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0102_000000001942	7496	0.5384730138304332	7	6	3	3	6	False	15042	maximal	True	MAD0102_000000001942	1.0		2	1	False	False	1.0	0					non-mobilizable	other	5483.0	99.891	100.0	0.0011107747583021397	CP002291.1	enterobacteria	Escherichia coli P12b, complete genome	False	False
MAD0054_000000010553	1647	0.5384717178094964	2	1	1	1	1	False	85799	fragment	False	CHI0059_000000011176	0.9289667896678966		0	0	False	False	0.9617486596107483	0					non-mobilizable	no_good_hit	925.0	82.919	56.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CHI0059_000000011176	1626	0.5384717178094964	1	1	1	1	1	False	85799	fragment	False	CHI0059_000000011176	0.9295689131754705		0	0	False	False	0.9815497994422913	0					non-mobilizable	no_good_hit	924.0	83.225	57.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0069_000000005536	1613	0.5384717178094964	1	1	1	1	1	False	39131	fragment	False	MAD0069_000000005536	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	82.86	57.0	0.0003788086468057958	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0167_000000014538	1442	0.5384717178094964	1	1	1	1	1	False	39130	fragment	False	FIJ0167_000000014538	0.981651376146789		0	0	False	False	0.9993064999580383	0					non-mobilizable	no_good_hit	925.0	83.351	64.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
TAN0004_000000004545	1380	0.5384717178094964	2	1	1	1	1	False	2955	maximal	True	TAN0004_000000004545	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	82.811	67.0	0.00038296225038919265	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0034_000000022193	1325	0.5384717178094964	1	1	1	1	1	False	39128	maximal	True	MON0034_000000022193	1.0		10	4	False	False	0.999245285987854	0					non-mobilizable	no_good_hit	924.0	82.9	70.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0350_000000015291	1308	0.5384717178094964	1	1	1	1	1	False	39130	fragment	False	FIJ0167_000000014538	0.9372399445214978		0	0	False	False	0.9954128265380859	0					non-mobilizable	no_good_hit	924.0	83.117	71.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MON0082_000000028664	1268	0.5384717178094964	1	1	1	1	1	False	9906	maximal	True	MON0082_000000028664	1.0		2	1	False	False	0.9518927335739136	0					non-mobilizable	no_good_hit	925.0	83.243	73.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
MAD0062_000000011853	1257	0.5384717178094964	1	1	1	1	1	False	16752	fragment	False	MAD0062_000000011853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	83.079	73.0	0.0003788086468057958	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0163_000000019937	1245	0.5384717178094964	1	1	1	1	1	False	39126	fragment	False	MON0053_000000033561	0.969474005339889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0080_000000047988	1217	0.5384717178094964	1	1	1	1	1	False	39126	fragment	False	MON0053_000000033561	0.9617984131648546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	83.117	76.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CHI0149_000000005694	2460	0.5384684273636721	4	2	0	1	2	False	79583	fragment	False	CHI0149_000000005694	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2460.0	100.0	100.0	0.012695675519392012	CP056373.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 plasmid pRHBSTW-00636_2, complete sequence	False	True
MON0013_000000024519	2175	0.5384640959576168	2	2	2	2	2	False	13531	maximal	True	MON0013_000000024519	1.0		12	7	False	False	0.9820689558982849	0					non-mobilizable	no_good_hit	599.0	72.454	27.0	0.0005428720985937116	NZ_OLMM01000005.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	False
MAD0104_000000004269	2517	0.5384639428940806	4	3	2	2	3	False	105826	maximal	True	MAD0104_000000004269	1.0		9	2	False	False	1.0	0					non-mobilizable	other	2420.0	99.917	96.0	0.0008355283654799332	CP042289.1	firmicutes	Enterococcus hirae strain HDC14-2 complete genome	False	False
MAD0040_000000012685	2483	0.5384639428940806	4	3	2	2	3	False	105826	maximal	False	MAD0104_000000004269	0.9932459276916965		0	0	False	False	1.0	0					non-mobilizable	other	2405.0	99.917	97.0	0.0008303473297287141	CP042289.1	firmicutes	Enterococcus hirae strain HDC14-2 complete genome	False	False
CHI0181_000000012737	1629	0.5384622385075438	2	1	1	1	1	False	77417	fragment	False	CHI0181_000000012737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	980.0	84.898	60.0	0.011150717484690613	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	True	False
ETH0003_000000001966	11558	0.5384569528698504	10	7	5	7	1	True	53292	maximal	True	ETH0003_000000001966	1.0		1	1	False	False	0.9980100393295288	0					non-mobilizable	no_good_hit								True	True
FIJ0156_000000003550	2140	0.5384560611099889	3	3	2	2	2	False	39503	fragment	False	FIJ0156_000000003550	1.0		0	0	False	False	0.9981308579444885	0					non-mobilizable	other	2145.0	92.541	100.0	0.0010211440551063193	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
MAD0044_000000013045	1886	0.5384560611099889	3	3	2	2	2	False	17962	fragment	False	MAD0044_000000013045	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1890.0	92.169	100.0	0.0009037436358191075	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
ISR0089_000000022327	1400	0.5384527458415118	2	2	2	1	1	False	33717	maximal	True	ISR0089_000000022327	1.0		1	1	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit	758.0	80.87100000000001	75.0	0.0006579727119979364	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
MON0078_000000011709	3503	0.538450363676222	2	2	1	2	2	False	10167	maximal	True	MON0078_000000011709	1.0		80	11	False	False	0.9994290471076965	0					non-mobilizable	other	3504.0	95.51899999999999	100.0	0.018380018159583903	NZ_JXQL01000045.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig45, whole genome shotgun sequence	False	False
CHI0057_000000012153	1659	0.538444703881653	1	1	1	1	1	False	105517	maximal	True	CHI0057_000000012153	0.9836363636363636		50	10	False	False	0.9993972182273865	0					non-mobilizable	other	1658.0	98.613	100.0	0.0003998986376416358	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
SPA0106_000000003135	11112	0.538440617316156	11	5	0	5	2	False	4761	fragment	False	SPA0106_000000003135	1.0		0	0	False	False	0.9973902106285095	0					non-mobilizable	no_good_hit								True	False
AST0092_000000003136	5575	0.538440538167994	8	8	7	7	6	False	124865	maximal	True	AST0092_000000003136	1.0	PS916	1	1	False	True	0.9973094463348389	0					non-mobilizable	other	2850.0	98.772	96.0	0.0015546284312499966	CP002340.1	firmicutes	Streptococcus thermophilus ND03, complete genome	False	True
FIJ0083_000000015265	2326	0.5384397563875665	3	3	2	2	2	False	47363	maximal	True	FIJ0083_000000015265	1.0		17	3	False	False	0.9995700716972351	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0001982025082869152	NZ_JJMW01000064.1	firmicutes	Exiguobacterium alkaliphilum 12/1 HybridContig46, whole genome shotgun sequence	True	False
ISR0022_000000014310	1804	0.5384395992601838	2	2	2	1	1	False	37582	fragment	False	ISR0022_000000014310	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1804.0	100.0	100.0	0.0003311348282580141	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
AST0040_000000008103	2452	0.5384383808212301	3	2	2	2	2	False	116239	maximal	True	AST0040_000000008103	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0002_000000014185	2579	0.5384383480229636	4	4	4	3	3	False	131922	fragment	False	ISR0234_000000004651	0.960366306949263		0	0	False	False	0.997673511505127	0					non-mobilizable	other	2581.0	97.249	100.0	0.00864158216709964	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
ISR0825_000000012235	1942	0.5384381003910537	2	2	2	2	2	False	78865	fragment	False	CHI0186_000000009043	0.9444183864915572		0	0	False	False	0.9989701509475708	0					non-mobilizable	no_good_hit	969.0	70.382	48.0	0.00033323618371264773	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0070_000000011598	2889	0.5384280950782473	5	4	3	2	3	False	84210	maximal	True	DEN0070_000000011598	1.0		1	1	False	False	0.9944617748260498	0					non-mobilizable	no_good_hit	1657.0	98.31	57.0	0.0004595920044876174	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0102_000000017623	1271	0.5384270318659554	2	1	1	1	1	False	14969	fragment	False	MAD0102_000000017623	1.0		0	0	False	False	0.9590873122215271	0					non-mobilizable	no_good_hit	64.0	82.81200000000001	5.0	2.201624799101737e-05	NZ_CP032363.1	e-proteobacteria	Arcobacter peruensis strain PSE-93 chromosome	True	False
ENG0118_000000002534	5504	0.5384170216292709	6	4	3	4	4	False	111913	backbone	False	SPA0114_000000008141	0.803519011471074	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1067.0	90.44	19.0	0.3864049436568521	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	True
SPA0114_000000008141	5127	0.5384170216292709	6	4	3	4	4	False	111913	backbone	True	SPA0114_000000008141	0.9037508368594415	PS714	37	8	False	True	0.9998049736022949	0					non-mobilizable	no_good_hit	371.0	90.566	7.0	0.13449654671028716	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	True
ISR0083_000000004505	4984	0.5384170216292709	6	4	3	4	4	False	111913	backbone	False	SPA0114_000000008141	0.9003424471355301	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	648.0	74.22800000000001	13.0	0.0002131154878841507	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
FIJ0009_000000007799	4559	0.5384170216292709	5	4	3	4	4	False	111913	backbone	False	SPA0114_000000008141	0.6021149729485643	PS714	0	0	False	True	0.9989032745361328	0					non-mobilizable	no_good_hit	371.0	91.375	8.0	0.13449654671028716	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	True
USA0119_01_000000010416	2335	0.5384147375677513	3	3	3	3	3	True	60009	maximal	True	USA0119_01_000000010416	1.0		7	4	False	False	0.9995717406272888	0					non-mobilizable	no_good_hit	1840.0	86.73899999999999	79.0	0.01862525896904679	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	True	True
ISR0032_000000010175	3204	0.5384116728899355	3	3	3	2	2	False	114071	maximal	True	ISR0032_000000010175	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1922.0	95.63	60.0	0.0020985774245069273	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
CHI0031_000000000646	9909	0.5384115008244945	8	8	8	7	7	False	130245	maximal	True	CHI0031_000000000646	0.9965549270890867		107	11	False	False	1.0	0					non-mobilizable	other	9909.0	99.788	100.0	0.0019187753924948322	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0085_000000012362	2472	0.5384083792947509	2	2	2	2	2	False	84771	maximal	True	DEN0085_000000012362	0.9872711031710585		25	9	False	False	0.9995954632759094	0					non-mobilizable	no_good_hit	213.0	99.061	9.0	0.23348017621145375	GQ882793.1		Uncultured organism clone VC1D543TR genomic sequence	True	False
ISR0183_000000020560	1514	0.538397493433733	2	2	2	2	1	False	112338	fragment	False	ISR0805_000000006670	0.29325422930019984		0	0	False	False	0.9993395209312439	0					non-mobilizable	chromosome	1524.0	81.759	100.0	0.0004295056134392591	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0067_000000002566	11947	0.5383955902878751	12	11	10	7	10	False	47311	maximal	True	FIJ0067_000000002566	1.0		7	1	False	False	0.9999163150787354	0					non-mobilizable	no_good_hit	368.0	90.48899999999999	5.0	0.0032981056112728713	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	True	False
AUS0012_000000009817	1744	0.5383928370267712	2	2	2	1	1	False	128994	maximal	True	AUS0012_000000009817	1.0	PS1059	10	4	False	True	0.9988532066345215	0					non-mobilizable	no_good_hit	1336.0	99.85	77.0	0.06644104912158463	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0087_000000001850	9899	0.5383926364675179	12	8	4	2	6	False	33867	maximal	True	ISR0087_000000001850	1.0		34	10	False	False	1.0	0					non-mobilizable	no_good_hit	7041.0	80.15899999999999	89.0	0.14605920076873263	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
SPA0044_000000001534	13598	0.5383881102918504	18	13	9	9	7	True	126207	maximal	False	ISR0844_000000000822	0.9344003619492545	PS946|PS948	0	0	False	True	0.9993381500244141	0					non-mobilizable	no_good_hit	1603.0	73.175	12.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0097_000000000443	26547	0.5383863863270473	60	40	12	23	30	False	86010	maximal	True	ISR0097_000000000443	1.0		1	1	False	False	1.0	0	rep_cluster_1817				non-mobilizable	no_good_hit	9565.0	97.794	86.0	0.15818377305433795	CP001105.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
CHI0170_000000004658	2140	0.5383860457874052	2	1	1	1	1	False	77974	maximal	True	CHI0170_000000004658	1.0		1019	13	False	False	1.0	0					non-mobilizable	other	2140.0	99.766	100.0	0.004198052292148327	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0179_000000011085	1868	0.5383860457874052	1	1	1	1	1	False	77557	fragment	False	CHI0179_000000011085	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1868.0	99.839	100.0	0.0036642186205894938	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0008_01_000000003889	1857	0.5383860457874052	1	1	1	1	1	False	99580	fragment	False	FIJ0025_000000010775	0.9188236033190771		0	0	False	False	1.0	0					non-mobilizable	chromosome	1857.0	98.115	100.0	0.00026216055610807967	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
AST0029_000000012557	2411	0.5383859375401484	3	2	2	2	1	False	118303	maximal	True	AST0029_000000012557	1.0		9	4	False	False	0.9995852112770081	0					non-mobilizable	other	2411.0	99.959	100.0	0.0006634987583487966	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ISR0115_000000002050	12155	0.5383842417552026	15	7	1	7	4	False	32502	maximal	True	ISR0115_000000002050	1.0		1	1	False	False	0.999588668346405	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	9.343022670711039e-06	CP013655.1	firmicutes	Enterococcus rotai strain LMG 26678 genome	True	False
ENG0165_000000008076	2389	0.5383805779998067	2	2	1	1	2	False	56229	maximal	True	ENG0165_000000008076	1.0		59	10	False	False	0.9820008277893066	0					non-mobilizable	no_good_hit								True	False
ISR0159_000000014491	1805	0.5383804815498913	3	2	2	1	1	False	105697	fragment	False	ISR0159_000000014491	1.0		0	0	False	False	0.996121883392334	0					non-mobilizable	chromosome	1592.0	99.24600000000001	100.0	0.0005406200718538783	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0300_000000006227	1651	0.5383804815498913	2	2	2	1	1	False	105696	fragment	False	ISR0300_000000006227	0.988970447954823		0	0	False	False	0.9951544404029846	0					non-mobilizable	chromosome	1545.0	99.288	94.0	0.0005246495229053351	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0045_000000014328	1638	0.5383804815498913	2	2	2	1	1	False	105696	fragment	False	ISR0300_000000006227	0.9862104827040851		0	0	False	False	1.0	0					non-mobilizable	chromosome	1537.0	99.219	100.0	0.0005219311315949448	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0158_000000013773	1536	0.5383804815498913	2	2	2	1	1	False	105696	fragment	False	ISR0300_000000006227	0.9546050333451909		0	0	False	False	1.0	0					non-mobilizable	chromosome	1529.0	99.346	99.0	0.0005192127402845544	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0219_000000024033	1363	0.5383801141014226	2	2	2	2	2	False	116049	fragment	False	ISR0288_000000016396	0.5124522670090481		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	79.087	79.0	0.004631091913302545	NZ_KI912471.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
MON0069_000000034780	1503	0.538379633749356	2	2	1	1	2	False	10475	maximal	True	MON0069_000000034780	1.0		15	7	False	False	0.986693263053894	0					non-mobilizable	other	1504.0	90.824	100.0	0.0006583651462633496	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0002_000000003315	5619	0.5383763994270636	6	2	2	2	1	True	82953	maximal	True	ENG0002_000000003315	0.9785972534177438		2	2	True	True	1.0	30					non-mobilizable	no_good_hit	561.0	76.11399999999999	10.0	0.38033012379642367	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	True	True
FIJ0017_000000004926	5604	0.5383763994270636	7	2	2	2	1	True	82953	maximal	False	ENG0002_000000003315	0.9778795037931861		0	0	True	True	1.0	29					non-mobilizable	no_good_hit	561.0	76.11399999999999	10.0	0.38033012379642367	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	True	True
CHI0108_000000001244	5579	0.5383763994270636	6	2	2	2	1	True	82953	maximal	False	ENG0002_000000003315	0.9571696070055671		0	0	True	True	1.0	11					non-mobilizable	no_good_hit	560.0	75.536	10.0	0.38033012379642367	LN852838.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0148	True	True
CHI0031_000000004458	2153	0.5383724445929853	2	2	2	2	2	False	88478	maximal	True	CHI0031_000000004458	1.0		314	14	False	False	1.0	0					non-mobilizable	chromosome	2156.0	83.53399999999999	100.0	0.0007233408180651424	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0098_000000013455	1872	0.5383698511747127	3	3	3	2	2	False	105004	fragment	False	AST0148_000000016636	0.9446849446849448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	94.118	4.0	0.00044747211647632406	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
USA0066_01_000000016883	1202	0.538369312218095	2	2	2	2	1	True	816	maximal	True	USA0066_01_000000016883	1.0		33	9	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	5.0	1.3884372961521605e-05	CP058348.1	proteobacteria	Bdellovibrio sp. KM01 chromosome, complete genome	True	True
SPA0006_000000011175	2865	0.5383663755137491	5	4	2	4	1	False	8255	fragment	False	SPA0006_000000011175	1.0		0	0	False	False	0.9996509552001953	0					non-mobilizable	other	2836.0	97.53200000000001	99.0	0.0008945830864157795	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0032_000000018745	1786	0.5383657178731697	2	2	2	2	2	False	36937	maximal	True	ISR0032_000000018745	1.0		74	12	False	False	1.0	0					non-mobilizable	other	1786.0	99.384	100.0	0.0028598757035534555	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
ENG0152_000000003844	5776	0.5383603196301701	5	5	5	5	4	False	57062	maximal	True	ENG0152_000000003844	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2332.0	77.959	40.0	0.03847431723038076	NZ_DS483463.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_3, whole genome shotgun sequence	True	False
SPA0037_000000008868	2784	0.5383595675834523	4	4	4	3	3	False	122300	fragment	False	MON0097_000000011802	0.9712585034013606		0	0	False	False	0.9978448152542114	0					non-mobilizable	no_good_hit	1837.0	79.913	65.0	0.007056463325368024	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0087_000000010154	4645	0.5383549834910079	5	5	3	5	3	False	9713	maximal	True	MON0087_000000010154	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	78.328	12.0	0.0004715631045746542	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
MON0053_000000020182	1942	0.5383454368893302	3	3	3	3	3	False	11181	maximal	True	MON0053_000000020182	1.0		1	1	False	False	0.9994850754737854	0					non-mobilizable	no_good_hit	340.0	75.0	17.0	0.008719430399339593	NZ_QTTN01000054.1	firmicutes	Paenibacillus taihuensis strain CGMCC 1.10966 Ga0079840_154, whole genome shotgun sequence	True	False
ISR0059_000000015133	1205	0.5383450160732765	3	2	1	1	2	False	35439	maximal	True	ISR0059_000000015133	1.0		0	0	False	False	0.9950207471847534	0					non-mobilizable	no_good_hit	568.0	76.76100000000001	46.0	0.0023021785660953392	CP014152.1	firmicutes	Clostridium botulinum strain BrDura plasmid pRSJ20_1, complete sequence	True	False
ISR0160_000000009069	3065	0.5383442993445682	5	2	2	2	1	False	30433	fragment	False	ISR0160_000000009069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	79.167	3.0	2.62324646063516e-05	CP011477.1	g-proteobacteria	Spongiibacter sp. IMCC21906, complete genome	True	False
ENG0071_000000006559	3175	0.538343409817607	6	2	2	2	1	True	82768	fragment	False	ENG0071_000000006559	1.0		0	0	False	False	0.9937008023262024	0					non-mobilizable	no_good_hit	980.0	95.816	38.0	0.007875474098709163	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0007_000000008637	1820	0.538343409817607	3	2	2	2	1	True	82767	fragment	False	CHI0152_000000006390	0.9801311276879279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	99.351	34.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ENG0007_000000015677	1605	0.538343409817607	3	2	2	2	1	True	82767	fragment	False	CHI0152_000000006390	0.7660276996702418		0	0	False	False	0.977570116519928	0					non-mobilizable	no_good_hit	616.0	99.51299999999999	38.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
SPA0028_000000008374	3316	0.5383365039335049	3	3	3	3	2	False	90839	fragment	False	CHI0097_000000001523	0.971027048234757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0106_000000016768	2454	0.5383347378808134	3	3	2	3	1	True	13347	maximal	True	MON0106_000000016768	1.0		12	1	False	False	0.9885900616645813	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.0006336484449924648	NZ_JH417560.1	firmicutes	Anaeroglobus geminatus F0357 Scfld0, whole genome shotgun sequence	True	True
MON0095_000000000813	19769	0.5383278603266519	18	12	4	11	3	True	14067	fragment	False	MON0095_000000000813	1.0		0	0	False	False	0.9983813166618347	0					non-mobilizable	no_good_hit	199.0	98.492	1.0	6.728018493216085e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
CHI0054_000000012906	1354	0.5383256323743969	2	2	2	2	1	False	86310	maximal	False	ISR0258_000000019478	0.9721815085228668		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	99.852	100.0	0.00023616336640144107	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
DEN0052_000000037193	1270	0.5383256323743969	2	2	2	2	1	False	86310	maximal	False	ISR0258_000000019478	0.7762994219552561		0	0	False	False	1.0	0					non-mobilizable	chromosome	1270.0	99.921	100.0	0.0002330616178920798	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0278_000000003306	3068	0.538324064866638	4	3	2	2	3	True	78465	fragment	False	ISR0278_000000003306	1.0		0	0	False	False	0.9996740818023682	0		MOBP			mobilizable	plasmid	3069.0	99.64200000000001	100.0	0.07942219575966243	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MON0078_000000006542	5566	0.5383226148461226	6	5	1	4	2	False	10177	fragment	False	MON0078_000000006542	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	4047.0	96.961	92.0	0.06995649385540707	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	False	False
USA0093_01_000000007240	2558	0.5383211574120234	3	2	2	2	2	True	76876	fragment	False	USA0093_01_000000007240	0.955655526992288		0	0	False	False	1.0	0					non-mobilizable	other	2563.0	91.845	100.0	0.00142215402406209	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
ENG0021_000000005387	3523	0.5383203870281622	5	5	5	3	3	False	93391	maximal	True	ENG0021_000000005387	0.9961378490790256		29	9	False	False	0.9994323253631592	0					non-mobilizable	chromosome	3523.0	99.262	100.0	0.0009848687582684095	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0180_000000010902	1629	0.5383154562891663	3	3	3	3	1	True	55328	maximal	True	ENG0180_000000010902	1.0		3	3	False	False	0.9981583952903748	0					non-mobilizable	no_good_hit	530.0	97.54700000000001	33.0	0.0013933666266304234	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	True
ISR0337_000000004715	2115	0.5383154074563113	3	2	2	1	2	False	24442	fragment	False	ISR0337_000000004715	1.0		0	0	False	False	0.9763593673706055	0					non-mobilizable	no_good_hit	266.0	76.316	12.0	0.006002400960384154	NZ_SNXO01000019.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_119, whole genome shotgun sequence	True	False
USA0018_01_000000008699	2761	0.5383093476843713	2	2	2	2	1	False	1864	maximal	True	USA0018_01_000000008699	1.0		49	8	False	False	0.9985512495040894	0					non-mobilizable	no_good_hit	852.0	89.319	42.0	0.08919202518363065	NZ_QOHO01000100.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_100, whole genome shotgun sequence	True	False
SPA0079_000000016353	1591	0.5383055799775534	2	2	2	2	2	False	77215	maximal	True	SPA0079_000000016353	0.9902454373820012		135	11	False	False	0.997485876083374	0					non-mobilizable	no_good_hit	1155.0	74.719	71.0	0.0018027348490978234	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0066_000000004786	6153	0.5383011873398932	2	2	2	0	0	False	119663	maximal	True	FIJ0066_000000004786	1.0		1351	15	False	False	1.0	0					non-mobilizable	other	6097.0	96.835	100.0	0.002555337347705709	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
USA0011_01_000000009336	4043	0.5383011873398932	2	2	2	0	0	False	10618	fragment	False	USA0011_01_000000009336	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	97.395	100.0	0.00910828025477707	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
ENG0025_000000006321	3609	0.5383011873398932	2	2	2	0	0	False	118049	fragment	False	MON0078_000000010427	0.6658020415071182		0	0	False	False	1.0	0					non-mobilizable	chromosome	3609.0	99.446	100.0	0.0008070940163866034	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0338_000000006920	3541	0.5383011873398932	2	2	2	0	0	False	74012	maximal	True	ISR0338_000000006920	1.0		5	4	False	False	1.0	0					non-mobilizable	chromosome	1866.0	95.177	97.0	0.0002628668076062156	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
FIJ0021_000000014344	3471	0.5383011873398932	2	2	2	0	0	False	118049	fragment	False	MON0078_000000010427	0.40524896919301795		0	0	False	False	0.9953903555870056	0					non-mobilizable	chromosome	3434.0	97.204	99.0	0.0007625177968944003	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
DEN0035_000000009081	3446	0.5383011873398932	2	2	2	0	0	False	73487	fragment	False	DEN0035_000000009081	1.0		0	0	False	False	0.9979686737060547	0					non-mobilizable	chromosome	3427.0	99.912	99.0	0.0007624604192686611	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0042_000000007779	3430	0.5383011873398932	2	2	2	0	0	False	92869	fragment	False	ENG0042_000000007779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1461.0	72.62100000000001	42.0	0.00031953153705312985	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
FIJ0060_000000004009	3316	0.5383011873398932	2	2	2	0	0	False	45880	maximal	True	FIJ0060_000000004009	1.0		26	5	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	89.771	51.0	0.00018288022938885287	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0200_000000006718	3313	0.5383011873398932	2	2	2	0	0	False	118049	fragment	False	MON0078_000000010427	0.26760505412190805		0	0	False	False	1.0	0					non-mobilizable	chromosome	3313.0	97.495	100.0	0.0007356419875660512	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0063_000000004051	3143	0.5383011873398932	3	2	2	0	0	False	120714	fragment	False	CHI0063_000000004051	0.959524811749954		0	0	False	False	0.9968183040618896	0					non-mobilizable	chromosome	3143.0	99.045	100.0	0.0007028518291260277	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
MON0054_000000014501	2974	0.5383011873398932	2	2	2	0	0	False	120714	fragment	False	CHI0063_000000004051	0.9380857353693584		0	0	False	False	0.9963012933731079	0					non-mobilizable	chromosome	2918.0	99.28	98.0	0.0006479069075272256	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0113_000000002522	2942	0.5383011873398932	2	2	2	0	0	False	82357	fragment	False	CHI0113_000000002522	1.0		0	0	False	False	0.9993202090263367	0					non-mobilizable	chromosome	2943.0	99.083	100.0	0.0009269961385142152	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0128_000000009288	2875	0.5383011873398932	2	2	2	0	0	False	120714	fragment	False	CHI0063_000000004051	0.47108271687962344		0	0	False	False	1.0	0					non-mobilizable	chromosome	2772.0	98.016	96.0	0.0006198607315430372	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
FIJ0063_000000009096	2863	0.5383011873398932	2	2	2	0	0	False	45619	fragment	False	FIJ0063_000000009096	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2866.0	93.09100000000001	100.0	0.02020901002683237	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
SPA0077_000000010177	2837	0.5383011873398932	2	2	2	0	0	False	6376	maximal	True	SPA0077_000000010177	1.0		7	2	False	False	0.9954177141189575	0					non-mobilizable	no_good_hit								True	False
CHI0127_000000006956	2797	0.5383011873398932	5	2	2	0	0	False	94882	maximal	True	CHI0127_000000006956	1.0		22	7	False	False	1.0	0					non-mobilizable	other	2721.0	100.0	97.0	0.00045514290566912283	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0106_01_000000003697	2776	0.5383011873398932	2	2	2	0	0	False	119662	fragment	False	USA0106_01_000000003697	1.0		0	0	False	False	0.9992795586585999	0					non-mobilizable	chromosome	2776.0	96.794	100.0	0.0007725232278943523	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0101_000000011566	2774	0.5383011873398932	2	2	2	0	0	False	60502	maximal	True	ENG0101_000000011566	1.0		39	11	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	77.414	41.0	0.0163070568966745	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	False
ISR0395_000000014428	2678	0.5383011873398932	2	2	2	0	0	False	118041	fragment	False	ISR0395_000000014428	1.0		0	0	False	False	0.9992531538009644	0					non-mobilizable	chromosome	2430.0	99.42399999999999	97.0	0.0003581443258231643	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
USA0045_01_000000005239	2667	0.5383011873398932	2	2	2	0	0	False	1207	fragment	False	USA0045_01_000000005239	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2668.0	99.325	100.0	0.06823938796919377	NZ_JH379408.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld372, whole genome shotgun sequence	False	False
CHI0130_000000006096	2650	0.5383011873398932	3	2	2	0	0	False	81111	maximal	True	CHI0130_000000006096	1.0		11	6	False	False	0.999245285987854	0					non-mobilizable	no_good_hit	911.0	85.40100000000001	67.0	0.00037852192010798144	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
AST0031_000000010756	2642	0.5383011873398932	2	2	2	0	0	False	117474	fragment	False	AST0031_000000010756	1.0		0	0	False	False	0.9924299716949463	0					non-mobilizable	other	2647.0	91.613	100.0	0.005770720030976644	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0029_000000012658	2640	0.5383011873398932	2	2	2	0	0	False	48882	fragment	False	FIJ0029_000000012658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	79.38	35.0	0.00015934708734297726	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
SPA0030_000000011725	2629	0.5383011873398932	2	2	2	0	0	False	7336	fragment	False	SPA0030_000000011725	1.0		0	0	False	False	0.9965766668319702	0					non-mobilizable	chromosome	1704.0	99.824	100.0	0.0003787821464084242	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0154_000000012086	2554	0.5383011873398932	2	2	2	0	0	False	56841	fragment	False	ENG0154_000000012086	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2555.0	99.961	100.0	0.06478780345501128	NZ_WNAJ01000030.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold30_size39421, whole genome shotgun sequence	False	False
ENG0118_000000005367	2554	0.5383011873398932	2	2	2	0	0	False	59309	fragment	False	ENG0118_000000005367	1.0		0	0	False	False	0.9984338283538818	0					non-mobilizable	no_good_hit	1021.0	72.282	39.0	0.000552815529454078	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
USA0015_01_000000013163	2545	0.5383011873398932	2	2	2	0	0	False	1957	maximal	True	USA0015_01_000000013163	1.0		13	6	False	False	0.9968565702438354	0					non-mobilizable	no_good_hit								True	False
CAN0023_000000003350	2509	0.5383011873398932	2	2	2	0	0	False	94883	maximal	True	CAN0023_000000003350	1.0		2	1	False	False	0.999601423740387	0					non-mobilizable	other	2425.0	89.27799999999999	97.0	0.0004690899364714327	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0198_000000007662	2499	0.5383011873398932	2	2	2	0	0	False	87709	fragment	False	ENG0198_000000007662	1.0		0	0	False	False	0.9987995028495789	0					non-mobilizable	other	2508.0	93.14200000000001	100.0	0.0009856109502484	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
CHI0154_000000013029	2426	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.6207590912333808		0	0	False	False	0.9954658150672913	0					non-mobilizable	chromosome	2426.0	99.835	100.0	0.0005386267572003847	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0110_000000009706	2406	0.5383011873398932	2	2	2	0	0	False	32715	fragment	False	ISR0110_000000009706	1.0		0	0	False	False	0.997921884059906	0					non-mobilizable	other	2406.0	99.958	100.0	0.0006440401913214446	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0034_01_000000022425	2392	0.5383011873398932	3	2	2	0	0	False	8125	maximal	True	USA0034_01_000000022425	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	90.411	35.0	0.00020385273275913416	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0157_000000010758	2338	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.11437785807795782		0	0	False	False	1.0	0					non-mobilizable	chromosome	2338.0	100.0	100.0	0.0003445793698842054	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
DEN0001_000000018707	2296	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.5835384318524146		0	0	False	False	0.9986934065818787	0					non-mobilizable	chromosome	2296.0	98.214	100.0	0.0005097519207319104	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
USA0026_01_000000014173	2296	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.4850482916019936		0	0	False	False	0.9934669137001038	0					non-mobilizable	other	2296.0	99.869	100.0	0.003908851376784319	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	False	False
SPA0012_000000010734	2272	0.5383011873398932	2	2	2	0	0	False	8010	maximal	True	SPA0012_000000010734	1.0		54	6	False	False	0.9995598793029785	0					non-mobilizable	no_good_hit	261.0	77.01100000000001	11.0	8.037538773244641e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0056_000000015702	2250	0.5383011873398932	2	2	2	0	0	False	6375	fragment	False	SPA0056_000000015702	1.0		0	0	False	False	0.9968888759613037	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000008077	2228	0.5383011873398932	3	2	2	0	0	False	39340	fragment	False	FIJ0160_000000008077	1.0		0	0	False	False	0.9991023540496826	0					non-mobilizable	other	2228.0	99.102	100.0	0.003540881593619414	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
CAN0016_000000021838	2214	0.5383011873398932	2	2	2	0	0	False	92867	fragment	False	CAN0016_000000021838	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	77.74	19.0	5.061890336764073e-05	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0344_000000015443	2180	0.5383011873398932	2	2	2	0	0	False	94706	fragment	False	ISR0344_000000015443	0.9887750122010737		0	0	False	False	0.9990825653076172	0					non-mobilizable	chromosome	2180.0	99.725	100.0	0.00048398668203696423	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0056_000000009923	2172	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.5233767831350495		0	0	False	False	0.9995396137237549	0					non-mobilizable	chromosome	2172.0	99.171	100.0	0.00048220976902351966	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0037_000000032828	2167	0.5383011873398932	3	2	2	0	0	False	118040	fragment	False	ENG0187_000000013556	0.9654191537943277		0	0	False	False	0.9963082671165466	0					non-mobilizable	chromosome	2167.0	97.04700000000001	100.0	0.0004810991983901168	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0187_000000013556	2165	0.5383011873398932	3	2	2	0	0	False	118040	fragment	False	ENG0187_000000013556	0.973782673167606		0	0	False	False	1.0	0					non-mobilizable	chromosome	2165.0	99.954	100.0	0.0004840774532873087	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CHI0123_000000006344	2161	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.3210661525728092		0	0	False	False	0.9995372295379639	0					non-mobilizable	chromosome	2161.0	92.55	99.0	0.0003046768962958663	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0014_000000011323	2128	0.5383011873398932	2	2	2	0	0	False	66917	maximal	True	ENG0014_000000011323	1.0		793	14	False	False	0.9985902309417725	0					non-mobilizable	other	1544.0	95.402	100.0	0.0005536744667023336	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
USA0081_01_000000014890	2071	0.5383011873398932	2	2	2	0	0	False	569	fragment	False	USA0081_01_000000014890	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1852.0	98.866	100.0	0.0009406381085547222	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	False
CHI0037_000000006760	2049	0.5383011873398932	2	2	2	0	0	False	94706	fragment	False	ISR0344_000000015443	0.9596330275229358		0	0	False	False	0.9995119571685791	0					non-mobilizable	chromosome	2050.0	98.34100000000001	100.0	0.0004583524499933898	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
MON0103_000000026183	2044	0.5383011873398932	2	2	2	0	0	False	8897	fragment	False	MON0103_000000026183	1.0		0	0	False	False	0.9907044768333435	0					non-mobilizable	other	1957.0	72.202	93.0	0.0341246554636792	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	False	False
DEN0028_000000014680	2030	0.5383011873398932	2	2	2	0	0	False	74011	fragment	False	DEN0028_000000014680	1.0		0	0	False	False	0.9970443248748779	0					non-mobilizable	other	2028.0	100.0	99.0	0.005392721555189596	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	False
ENG0031_000000010518	2022	0.5383011873398932	2	2	2	0	0	False	94881	fragment	False	ENG0031_000000010518	1.0		0	0	False	False	0.9990108609199524	0					non-mobilizable	chromosome	2022.0	87.09200000000001	100.0	0.00029798669513734664	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
ISR0271_000000008579	2022	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.08939313410521946		0	0	False	False	0.9995054602622986	0					non-mobilizable	chromosome	2022.0	98.714	100.0	0.00045208897093052257	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0096_000000016363	2021	0.5383011873398932	2	2	2	0	0	False	67288	fragment	False	ENG0096_000000016363	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	71.637	70.0	0.00032153932530255987	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0791_000000009131	2003	0.5383011873398932	3	2	2	0	0	False	118040	fragment	False	ENG0187_000000013556	0.9289050218957254		0	0	False	False	0.9995007514953613	0					non-mobilizable	chromosome	2003.0	97.853	100.0	0.00044783875299500553	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0793_000000008320	1986	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.22294300310458656		0	0	False	False	1.0	0					non-mobilizable	chromosome	1965.0	91.399	99.0	0.00027741558846781705	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0131_000000016817	1972	0.5383011873398932	3	2	2	0	0	False	31662	maximal	True	ISR0131_000000016817	1.0		3	2	False	False	0.9797160029411316	0					non-mobilizable	no_good_hit								True	False
ENG0139_000000010561	1943	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.1720197432056604		0	0	False	False	0.9912506341934204	0					non-mobilizable	chromosome	1922.0	97.399	99.0	0.0003063230596842018	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0018_01_000000011877	1922	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.19604496605496005		0	0	False	False	0.9994797110557556	0					non-mobilizable	chromosome	1911.0	96.86	99.0	0.00026978807228794833	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0008_000000013420	1876	0.5383011873398932	4	2	2	0	0	False	67423	fragment	False	ENG0008_000000013420	1.0		0	0	False	False	0.9994669556617737	0					non-mobilizable	no_good_hit	534.0	96.44200000000001	53.0	0.00017066884576307385	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MON0090_000000032191	1873	0.5383011873398932	2	2	2	0	0	False	9556	fragment	False	MON0090_000000032191	1.0		0	0	False	False	0.9946609735488892	0					non-mobilizable	chromosome	1874.0	99.68	100.0	0.0002643677447074227	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0046_01_000000006159	1825	0.5383011873398932	2	2	2	0	0	False	14172	fragment	False	USA0046_01_000000006159	0.9910269710978502		0	0	False	False	0.9983561635017395	0					non-mobilizable	other	1821.0	99.78	99.0	0.0005494037761547894	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0229_000000008860	1824	0.5383011873398932	2	2	2	0	0	False	27571	maximal	True	ISR0229_000000008860	1.0		6	3	False	False	0.9956140518188477	0					non-mobilizable	no_good_hit	479.0	74.322	26.0	0.0038158681908580854	NZ_KB822475.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.13, whole genome shotgun sequence	True	False
USA0044_01_000000015275	1823	0.5383011873398932	2	2	2	0	0	False	1225	fragment	False	USA0044_01_000000015275	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1823.0	97.806	100.0	0.005515395885550995	NZ_OKQO01000004.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
FIJ0066_000000018080	1815	0.5383011873398932	2	2	2	0	0	False	49338	fragment	False	FIJ0066_000000018080	0.9446039035591274		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00010073461651823856	NZ_SLUL01000003.1	firmicutes	Thermolongibacillus altinsuensis strain DSM 24979 Ga0244693_103, whole genome shotgun sequence	True	False
ISR0323_000000011695	1814	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.08459073687508711		0	0	False	False	1.0	0					non-mobilizable	chromosome	1814.0	93.605	100.0	0.00028910135721366885	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0027_01_000000015080	1806	0.5383011873398932	2	2	2	0	0	False	94705	fragment	False	USA0027_01_000000015080	1.0		0	0	False	False	0.9950166344642639	0					non-mobilizable	chromosome	1806.0	99.945	100.0	0.0004037707038741184	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0044_000000015183	1802	0.5383011873398932	4	2	2	0	0	False	8124	fragment	False	SPA0044_000000015183	0.999440715883669		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	718.0	90.669	40.0	0.00020049713221988915	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0009_000000020584	1788	0.5383011873398932	4	2	2	0	0	False	8124	fragment	False	SPA0044_000000015183	0.9952977135131958		0	0	False	False	0.9994407296180725	0					non-mobilizable	no_good_hit	709.0	90.83200000000001	40.0	0.00019798043181545538	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0067_000000015208	1784	0.5383011873398932	2	2	2	0	0	False	62671	fragment	False	ENG0067_000000015208	1.0		0	0	False	False	0.9988788962364197	0					non-mobilizable	other	1784.0	95.179	100.0	0.0007051943516424146	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
FIJ0055_000000007761	1783	0.5383011873398932	2	2	2	0	0	False	46255	fragment	False	FIJ0055_000000007761	1.0		0	0	False	False	0.9887829422950745	0					non-mobilizable	no_good_hit	802.0	72.693	44.0	0.00034448056129811105	CP012717.1	fusobacteria	Fusobacterium nucleatum subsp. nucleatum strain KCOM 1250, complete genome	True	False
SPA0107_000000018445	1775	0.5383011873398932	2	2	2	0	0	False	14172	fragment	False	USA0046_01_000000006159	0.9779239754280318		0	0	False	False	0.999436616897583	0					non-mobilizable	other	1775.0	98.197	100.0	0.0005355177466475805	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
CHI0139_000000006409	1772	0.5383011873398932	2	2	2	0	0	False	80325	fragment	False	CHI0139_000000006409	1.0		0	0	False	False	0.9887133240699768	0					non-mobilizable	other	1772.0	99.436	100.0	0.0003740324734528815	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0023_000000019219	1742	0.5383011873398932	2	2	2	0	0	False	49338	fragment	False	FIJ0066_000000018080	0.9267217630853994		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	70.95100000000001	32.0	0.01136433191194173	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	True	False
SPA0098_000000021526	1735	0.5383011873398932	2	2	2	0	0	False	5057	maximal	True	SPA0098_000000021526	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0031_000000020043	1728	0.5383011873398932	5	2	2	0	0	False	73736	maximal	True	DEN0031_000000020043	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	0.0011225266362252663	NZ_LQBK01000041.1	high GC Gram+	Kocuria polaris strain CD08_4 CD08_4_contig_8_consensus, whole genome shotgun sequence	True	False
USA0027_01_000000015838	1712	0.5383011873398932	4	2	2	0	0	False	8124	fragment	False	SPA0044_000000015183	0.9676918760412865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	89.96799999999999	37.0	0.0001753301281755516	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AUS0024_000000018976	1704	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.22397718308094977		0	0	False	False	0.998826265335083	0					non-mobilizable	chromosome	1704.0	97.007	100.0	0.00024054926026511833	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
FIJ0076_000000008520	1703	0.5383011873398932	3	2	2	0	0	False	44541	maximal	True	FIJ0076_000000008520	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	93.29799999999999	59.0	0.00018091538059312708	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0344_000000020223	1702	0.5383011873398932	3	2	2	0	0	False	41405	fragment	False	ISR0344_000000020223	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1702.0	95.12299999999999	100.0	0.0004835493661236692	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0133_01_000000012612	1697	0.5383011873398932	2	2	2	0	0	False	14172	fragment	False	USA0046_01_000000006159	0.9517319441764744		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	98.99799999999999	100.0	0.0005119718705266609	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ENG0095_000000016568	1681	0.5383011873398932	2	2	2	0	0	False	94704	fragment	False	ENG0095_000000016568	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1681.0	92.20700000000001	100.0	0.0002373005033736928	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0012_000000013744	1665	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.16649743557078325		0	0	False	False	0.9921922087669373	0					non-mobilizable	chromosome	1665.0	96.21600000000001	100.0	0.00023504049857965762	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0815_000000018829	1649	0.5383011873398932	3	2	2	0	0	False	21457	maximal	True	ISR0815_000000018829	1.0		2	1	False	False	0.9375379085540771	0					non-mobilizable	no_good_hit	97.0	92.78399999999999	6.0	0.0007840190777975598	NZ_KE159497.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.13, whole genome shotgun sequence	True	False
SPA0002_000000011973	1616	0.5383011873398932	2	2	2	0	0	False	94877	fragment	False	SPA0002_000000011973	1.0		0	0	False	False	0.9993811845779419	0					non-mobilizable	other	1616.0	100.0	100.0	0.00027024110024104165	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
DEN0018_000000024674	1613	0.5383011873398932	2	2	2	0	0	False	75058	maximal	True	DEN0018_000000024674	1.0		19	7	False	False	0.9938004016876221	0					non-mobilizable	no_good_hit	301.0	76.744	18.0	0.0008909554522273886	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MON0013_000000034564	1611	0.5383011873398932	2	2	2	0	0	False	81136	fragment	False	MON0013_000000034564	1.0		0	0	False	False	0.9776536226272583	0					non-mobilizable	no_good_hit								True	False
SPA0125_000000020446	1609	0.5383011873398932	2	2	2	0	0	False	4015	maximal	True	SPA0125_000000020446	1.0		204	11	False	False	1.0	0					non-mobilizable	other	1610.0	92.484	100.0	0.0004223563010530165	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MAD0022_000000008514	1608	0.5383011873398932	2	2	2	0	0	False	19277	fragment	False	MAD0022_000000008514	1.0		0	0	False	False	0.9993780851364136	0					non-mobilizable	other	944.0	85.699	100.0	0.005264130550437651	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0008_000000006140	1603	0.5383011873398932	3	2	2	0	0	False	90514	maximal	True	CHI0008_000000006140	1.0		1029	16	False	False	0.9993761777877808	0					non-mobilizable	chromosome	1605.0	99.12799999999999	100.0	0.0005169985847002584	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0773_000000010271	1599	0.5383011873398932	2	2	2	0	0	False	22496	fragment	False	ISR0773_000000010271	1.0		0	0	False	False	0.9899937510490417	0					non-mobilizable	other	1600.0	96.625	100.0	0.00048393021593038917	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0111_000000011190	1598	0.5383011873398932	2	2	2	0	0	False	32679	fragment	False	ISR0111_000000011190	1.0		0	0	False	False	0.9949937462806702	0					non-mobilizable	chromosome	1598.0	99.56200000000001	100.0	0.00023546994167953617	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
AST0029_000000018653	1583	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.11389080138838598		0	0	False	False	0.9981048703193665	0					non-mobilizable	chromosome	1566.0	98.46700000000001	99.0	0.0003500837404781137	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
FIJ0005_000000022689	1580	0.5383011873398932	3	2	2	0	0	False	81356	fragment	False	FIJ0005_000000022689	0.977984503557017		0	0	False	False	1.0	0					non-mobilizable	chromosome	1580.0	97.72200000000001	100.0	0.00035071820602862165	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AST0055_000000022959	1575	0.5383011873398932	2	2	2	0	0	False	113694	fragment	False	AST0055_000000022959	1.0		0	0	False	False	0.9917460083961487	0					non-mobilizable	other	1568.0	91.008	99.0	0.005059163478457391	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ISR0814_000000026717	1552	0.5383011873398932	2	2	2	0	0	False	21517	fragment	False	ISR0814_000000026717	1.0		0	0	False	False	0.998711347579956	0					non-mobilizable	chromosome	1552.0	100.0	100.0	0.00034517691485280017	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0069_01_000000039113	1546	0.5383011873398932	3	2	2	0	0	False	765	fragment	False	USA0069_01_000000039113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	90.34299999999999	51.0	0.00021979183532054794	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0024_000000033442	1542	0.5383011873398932	2	2	2	0	0	False	12909	maximal	True	MON0024_000000033442	1.0		2	2	False	False	0.9837872982025146	0					non-mobilizable	no_good_hit								True	False
MON0062_000000023563	1535	0.5383011873398932	4	2	2	0	0	False	10769	fragment	False	MON0062_000000023563	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1535.0	100.0	100.0	0.0002566872122413362	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0027_000000011349	1530	0.5383011873398932	2	2	2	0	0	False	111755	fragment	False	CHI0027_000000011349	0.9513981358189081		0	0	False	False	0.9888888597488403	0					non-mobilizable	other	1530.0	100.0	100.0	0.0040678200581573225	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	False
ISR0320_000000017133	1526	0.5383011873398932	2	2	2	0	0	False	25053	fragment	False	ISR0320_000000017133	1.0		0	0	False	False	0.9993447065353394	0					non-mobilizable	chromosome	1531.0	81.515	100.0	0.00023551046932835195	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
MON0089_000000018502	1524	0.5383011873398932	3	2	2	0	0	False	9595	maximal	True	MON0089_000000018502	1.0		5	3	False	False	0.9993438124656677	0					non-mobilizable	no_good_hit	492.0	78.252	32.0	0.0034402295366264602	NZ_CYYA01000008.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0771_000000007687	1517	0.5383011873398932	2	2	2	0	0	False	118036	fragment	False	ENG0007_000000010287	0.059953411244472524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	98.945	100.0	0.0003391226521180961	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0329_000000011237	1502	0.5383011873398932	2	2	2	0	0	False	111755	fragment	False	CHI0027_000000011349	0.9431372549019608		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	97.803	100.0	0.003993327604508922	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	False
SPA0013_000000019370	1467	0.5383011873398932	2	2	2	0	0	False	7972	fragment	False	SPA0013_000000019370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0839_000000014369	1466	0.5383011873398932	2	2	2	0	0	False	95819	fragment	False	ISR0839_000000014369	0.9673202614379085		0	0	False	False	0.9884037971496582	0					non-mobilizable	chromosome	1466.0	98.295	100.0	0.0003277141723964451	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0369_000000010967	1463	0.5383011873398932	2	2	2	0	0	False	81356	fragment	False	FIJ0005_000000022689	0.9709978906250846		0	0	False	False	0.9911141395568848	0					non-mobilizable	chromosome	1463.0	99.24799999999999	100.0	0.0003247308532069948	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0182_000000027570	1456	0.5383011873398932	2	2	2	0	0	False	29524	fragment	False	ISR0182_000000027570	1.0		0	0	False	False	0.9828296899795532	0					non-mobilizable	no_good_hit	463.0	71.706	30.0	0.0007466523449140859	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
ISR0773_000000011784	1452	0.5383011873398932	3	2	2	0	0	False	81356	fragment	False	FIJ0005_000000022689	0.9577641115252439		0	0	False	False	1.0	0					non-mobilizable	chromosome	1452.0	98.072	100.0	0.00032228759781350853	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
USA0057_01_000000022323	1450	0.5383011873398932	2	2	2	0	0	False	966	maximal	True	USA0057_01_000000022323	1.0		4	2	False	False	1.0	0					non-mobilizable	other	1374.0	99.78200000000001	95.0	0.0011730561059150905	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	False
DEN0007_000000017662	1443	0.5383011873398932	2	2	2	0	0	False	76248	maximal	True	DEN0007_000000017662	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.383097978973872e-07	CP032580.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_10	True	False
ENG0045_000000009165	1432	0.5383011873398932	2	2	2	0	0	False	81356	fragment	False	FIJ0005_000000022689	0.9496551457194814		0	0	False	False	0.958798885345459	0					non-mobilizable	chromosome	1432.0	96.29899999999999	100.0	0.0003178453152798971	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0115_000000014973	1423	0.5383011873398932	2	2	2	0	0	False	59520	fragment	False	ENG0115_000000014973	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1424.0	96.699	100.0	0.00031606840226645254	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0112_000000023620	1405	0.5383011873398932	2	2	2	0	0	False	87752	fragment	False	CHI0039_000000009352	0.9426049287469969		0	0	False	False	0.9992882609367371	0					non-mobilizable	chromosome	1405.0	96.37	100.0	0.00022388213211692835	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
DEN0036_000000000522	1405	0.5383011873398932	2	2	2	0	0	False	73368	fragment	False	DEN0036_000000000522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0090_000000021256	1401	0.5383011873398932	2	2	2	0	0	False	68700	fragment	False	DEN0090_000000021256	1.0		0	0	False	False	0.997144877910614	0					non-mobilizable	no_good_hit	335.0	74.925	24.0	0.0001063077988618021	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CAN0005_000000012284	1377	0.5383011873398932	2	2	2	0	0	False	95819	fragment	False	ISR0839_000000014369	0.9389495225102319		0	0	False	False	1.0	0					non-mobilizable	chromosome	1377.0	99.78200000000001	100.0	0.0003056290383124657	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0194_000000019866	1376	0.5383011873398932	2	2	2	0	0	False	29023	maximal	True	ISR0194_000000019866	1.0		37	9	False	False	0.9883720874786377	0					non-mobilizable	other	1378.0	81.277	99.0	0.0006736884664338278	CP000837.1	firmicutes	Streptococcus suis GZ1, complete genome	False	False
CHI0127_000000012794	1374	0.5383011873398932	2	2	2	0	0	False	81356	fragment	False	FIJ0005_000000022689	0.8190926023174718		0	0	False	False	1.0	0					non-mobilizable	chromosome	1374.0	99.199	100.0	0.000304962695932424	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0278_000000008842	1371	0.5383011873398932	2	2	2	0	0	False	26267	fragment	False	ISR0278_000000008842	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1371.0	98.61399999999999	100.0	0.0003830977282304716	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0087_000000026923	1361	0.5383011873398932	2	2	2	0	0	False	110606	maximal	True	AST0087_000000026923	1.0		5	3	False	False	0.9779573678970337	0					non-mobilizable	no_good_hit	737.0	73.134	53.0	0.000316101300861638	CP012717.1	fusobacteria	Fusobacterium nucleatum subsp. nucleatum strain KCOM 1250, complete genome	True	False
FIJ0144_000000023361	1361	0.5383011873398932	2	2	2	0	0	False	40048	maximal	True	FIJ0144_000000023361	1.0		25	5	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	76.453	27.0	6.165653092711597e-05	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
MON0009_000000029250	1351	0.5383011873398932	2	2	2	0	0	False	13789	fragment	False	MON0009_000000029250	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	96.52600000000001	100.0	0.0005250255711936229	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
MON0001_000000025819	1351	0.5383011873398932	3	2	2	0	0	False	14365	fragment	False	MON0001_000000025819	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	90.98299999999999	100.0	0.024041966746688005	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	False	False
AST0108_000000021353	1343	0.5383011873398932	2	2	2	0	0	False	107122	maximal	True	AST0108_000000021353	1.0		133	12	False	False	0.9962769746780396	0					non-mobilizable	no_good_hit	181.0	84.53	13.0	4.036248230173178e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0184_000000016845	1342	0.5383011873398932	2	2	2	0	0	False	55096	maximal	True	ENG0184_000000016845	1.0		36	8	False	False	0.9992548227310181	0					non-mobilizable	chromosome	1262.0	77.1	93.0	0.0003488185962348192	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0001_000000025297	1323	0.5383011873398932	2	2	2	0	0	False	8430	fragment	False	SPA0001_000000025297	1.0		0	0	False	False	0.9992441534996033	0					non-mobilizable	chromosome	1257.0	98.329	95.0	0.0002809617751057577	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ITA0013_000000001163	1322	0.5383011873398932	2	2	2	0	0	False	20318	fragment	False	ITA0013_000000001163	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0061_000000011502	1314	0.5383011873398932	2	2	2	0	0	False	94702	fragment	False	CHI0027_000000013122	0.6097253716301335		0	0	False	False	0.9961948394775391	0					non-mobilizable	chromosome	1286.0	73.173	99.0	0.0002609543491048522	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
CHI0039_000000009352	1309	0.5383011873398932	2	2	2	0	0	False	87752	fragment	False	CHI0039_000000009352	0.9462111662865619		0	0	False	False	0.9992360472679138	0					non-mobilizable	chromosome	1309.0	94.34700000000001	100.0	0.0001847553919123751	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0097_000000025192	1303	0.5383011873398932	2	2	2	0	0	False	81356	fragment	False	FIJ0005_000000022689	0.5432729675791343		0	0	False	False	0.9992325305938721	0					non-mobilizable	chromosome	1303.0	100.0	100.0	0.0002891925929381035	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0046_000000026414	1303	0.5383011873398932	2	2	2	0	0	False	46946	fragment	False	FIJ0046_000000026414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	78.601	18.0	0.00071996400179991	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
SPA0054_000000022718	1288	0.5383011873398932	2	2	2	0	0	False	6418	fragment	False	SPA0054_000000022718	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	870.0	99.425	100.0	0.00019317444364424924	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0115_000000028418	1286	0.5383011873398932	2	2	2	0	0	False	32441	fragment	False	ISR0115_000000028418	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	71.429	42.0	9.965613218302715e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0244_000000021091	1279	0.5383011873398932	3	2	2	0	0	False	27174	maximal	True	ISR0244_000000021091	1.0		4	4	False	False	0.9663800001144409	0					non-mobilizable	no_good_hit	354.0	74.57600000000001	27.0	6.246561908573803e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0783_000000011026	1273	0.5383011873398932	2	2	2	0	0	False	22238	fragment	False	ISR0783_000000011026	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	99.765	100.0	0.0005034842454519315	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0022_000000010433	1268	0.5383011873398932	2	2	2	0	0	False	7668	maximal	True	SPA0022_000000010433	0.9945286195286196		21	5	False	False	0.9992113709449768	0					non-mobilizable	no_good_hit								True	False
ISR0301_000000015947	1265	0.5383011873398932	2	2	2	0	0	False	73044	fragment	False	ISR0301_000000015947	0.9776031697139044		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	99.447	100.0	0.00028075225612424177	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0136_000000022916	1228	0.5383011873398932	2	2	2	0	0	False	40513	fragment	False	FIJ0136_000000022916	1.0		0	0	False	False	0.9991856813430786	0					non-mobilizable	no_good_hit	197.0	97.97	16.0	0.017724724181587992	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
ENG0172_000000019816	1224	0.5383011873398932	2	2	2	0	0	False	55705	fragment	False	ENG0172_000000019816	1.0		0	0	False	False	0.9991829991340637	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000029761	1214	0.5383011873398932	2	2	2	0	0	False	87752	fragment	False	CHI0039_000000009352	0.6348357524828113		0	0	False	False	0.9678747653961182	0					non-mobilizable	chromosome	1214.0	94.234	100.0	0.00017133661344779128	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
AST0025_000000032049	1214	0.5383011873398932	2	2	2	0	0	False	119661	fragment	False	AST0025_000000032049	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	92.03	100.0	0.0003595077555710096	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
AUS0016_000000023384	1209	0.5383011873398932	2	2	2	0	0	False	100109	fragment	False	AUS0016_000000023384	1.0		0	0	False	False	0.9991728663444519	0					non-mobilizable	other	1164.0	97.509	96.0	0.000351075050367044	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
FIJ0122_000000013245	1209	0.5383011873398932	3	2	2	0	0	False	41404	fragment	False	FIJ0122_000000013245	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	99.09	100.0	0.007208239351735825	NZ_JAAITI010000004.1	firmicutes	Blautia luti strain MSK.16.34 NODE_4_length_167586_cov_139.322, whole genome shotgun sequence	False	False
ENG0153_000000024481	1208	0.5383011873398932	2	2	2	0	0	False	73044	fragment	False	ISR0301_000000015947	0.9430352929847369		0	0	False	False	1.0	0					non-mobilizable	chromosome	1208.0	98.427	100.0	0.0002680917509034492	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0105_000000028803	1204	0.5383011873398932	2	2	2	0	0	False	73044	fragment	False	ISR0301_000000015947	0.9359827762217626		0	0	False	False	0.9991694092750549	0					non-mobilizable	chromosome	1204.0	99.25200000000001	100.0	0.00026910590402247337	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0054_000000023611	1199	0.5383011873398932	2	2	2	0	0	False	63711	maximal	True	ENG0054_000000023611	1.0		2	2	False	False	0.9774812459945679	0					non-mobilizable	no_good_hit	1047.0	74.212	84.0	0.0002388462222920163	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
MON0066_000000030947	1198	0.5383011873398932	2	2	2	0	0	False	10617	fragment	False	MON0066_000000030947	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	97.83	100.0	0.01899065539179134	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	False	False
CAN0008_000000023311	1196	0.5383011873398932	2	2	2	0	0	False	94876	fragment	False	CAN0008_000000023311	1.0		0	0	False	False	0.9974916577339172	0					non-mobilizable	other	1196.0	99.833	100.0	0.00019996168098330947	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
CHI0179_000000019193	1195	0.5383011873398932	2	2	2	0	0	False	77507	maximal	True	CHI0179_000000019193	1.0		2	2	False	False	1.0	0					non-mobilizable	other	995.0	93.367	100.0	0.01912373615792008	NZ_CYXV01000019.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0783_000000011732	1195	0.5383011873398932	2	2	2	0	0	False	22237	fragment	False	ISR0783_000000011732	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	97.573	100.0	0.0012138488565015127	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0824_000000020356	1189	0.5383011873398932	2	2	2	0	0	False	21140	fragment	False	ISR0824_000000020356	1.0		0	0	False	False	0.9983178973197937	0					non-mobilizable	chromosome	1189.0	98.57	100.0	0.00026575046881022305	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0042_000000028881	1188	0.5383011873398932	2	2	2	0	0	False	7668	maximal	False	SPA0022_000000010433	0.9633280757097792		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0041_000000029118	1168	0.5383011873398932	2	2	2	0	0	False	73042	fragment	False	DEN0041_000000029118	1.0		0	0	False	False	0.9845890402793884	0					non-mobilizable	other	1168.0	98.63	100.0	0.010287285901922585	NZ_KE159498.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.14, whole genome shotgun sequence	False	False
ENG0001_000000023825	1167	0.5383011873398932	2	2	2	0	0	False	68030	maximal	True	ENG0001_000000023825	1.0		12	7	False	False	0.9965724349021912	0					non-mobilizable	other	1172.0	83.788	100.0	0.0005943815940002542	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	False
ENG0194_000000022669	1165	0.5383011873398932	2	2	2	0	0	False	54495	fragment	False	ENG0194_000000022669	1.0		0	0	False	False	0.9836909770965576	0					non-mobilizable	chromosome	1166.0	87.221	100.0	0.00018561168218241068	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ENG0129_000000023391	1163	0.5383011873398932	2	2	2	0	0	False	58491	maximal	True	ENG0129_000000023391	1.0		166	13	False	False	1.0	0					non-mobilizable	other	653.0	98.775	100.0	0.0047989518853551	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	False	False
ISR0355_000000018840	1163	0.5383011873398932	2	2	2	0	0	False	23935	maximal	True	ISR0355_000000018840	1.0		31	7	False	False	1.0	0					non-mobilizable	other	1183.0	77.346	100.0	0.01213657806687587	NZ_CABMOJ010000001.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
MON0004_000000041550	1161	0.5383011873398932	2	2	2	0	0	False	14171	fragment	False	MON0004_000000041550	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	98.96600000000001	100.0	0.0003501694397470086	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ENG0043_000000030116	1159	0.5383011873398932	2	2	2	0	0	False	64542	fragment	False	ENG0043_000000030116	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	97.84299999999999	100.0	0.0008205596244983107	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
DEN0010_000000041515	1145	0.5383011873398932	3	2	2	0	0	False	75816	fragment	False	DEN0010_000000041515	1.0		0	0	False	False	0.9650654792785645	0					non-mobilizable	no_good_hit	302.0	96.35799999999999	26.0	0.00010226223774917078	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0789_000000012537	1139	0.5383011873398932	2	2	2	0	0	False	22088	maximal	True	ISR0789_000000012537	1.0		19	8	False	False	0.9947322010993958	0					non-mobilizable	no_good_hit	698.0	77.507	67.0	0.00010803813103127963	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
USA0034_01_000000045382	1129	0.5383011873398932	2	2	2	0	0	False	1439	fragment	False	USA0034_01_000000045382	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1129.0	99.734	100.0	0.00025103775625658195	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0063_000000026884	1128	0.5383011873398932	2	2	2	0	0	False	63017	fragment	False	ENG0063_000000026884	1.0		0	0	False	False	0.9973404407501221	0					non-mobilizable	no_good_hit	176.0	73.86399999999999	16.0	0.00316380893503282	NZ_QNRX01000019.1	firmicutes	Alkalibaculum bacchi strain DSM 22112 Ga0244545_119, whole genome shotgun sequence	True	False
ISR0811_000000014600	1125	0.5383011873398932	2	2	2	0	0	False	21669	fragment	False	ISR0811_000000014600	1.0		0	0	False	False	0.988444447517395	0					non-mobilizable	no_good_hit	200.0	76.5	18.0	0.0005909704514774261	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0126_000000044739	1119	0.5383011873398932	2	2	2	0	0	False	31927	maximal	True	ISR0126_000000044739	1.0		8	3	False	False	1.0	0					non-mobilizable	chromosome	1123.0	80.766	99.0	0.000310888241382871	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	False	False
SPA0151_000000017879	1114	0.5383011873398932	2	2	2	0	0	False	3235	fragment	False	SPA0151_000000017879	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1114.0	99.37200000000001	100.0	0.0001996237460068525	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0009_000000012257	1113	0.5383011873398932	2	2	2	0	0	False	67286	fragment	False	ENG0009_000000012257	1.0		0	0	False	False	0.9991015195846558	0					non-mobilizable	other	1114.0	71.185	99.0	0.0002487508038483133	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
FIJ0083_000000032920	1108	0.5383011873398932	2	2	2	0	0	False	44026	fragment	False	FIJ0083_000000032920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	78.947	65.0	0.0003650692767255625	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
AST0061_000000037854	1106	0.5383011873398932	2	2	2	0	0	False	111754	fragment	False	AST0061_000000037854	1.0		0	0	False	False	0.9629294872283936	0					non-mobilizable	other	1106.0	99.277	100.0	0.00019287547662497588	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0130_000000018799	1104	0.5383011873398932	2	2	2	0	0	False	40856	fragment	False	FIJ0130_000000018799	1.0		0	0	False	False	0.9755434989929199	0					non-mobilizable	chromosome	1104.0	97.645	100.0	0.00034640216124689647	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0129_000000024594	1101	0.5383011873398932	2	2	2	0	0	False	81135	fragment	False	CHI0129_000000024594	1.0		0	0	False	False	0.9936421513557434	0					non-mobilizable	no_good_hit								True	False
AST0149_000000023977	1073	0.5383011873398932	2	2	2	0	0	False	104275	fragment	False	AST0149_000000023977	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1073.0	99.814	100.0	0.002198307446946077	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
MON0029_000000030484	1051	0.5383011873398932	2	2	2	0	0	False	12530	maximal	True	MON0029_000000030484	1.0		114	12	False	False	0.9923881888389587	0					non-mobilizable	other	911.0	88.47399999999999	100.0	0.00028123287014943294	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0054_000000029996	1635	0.5382966954141424	2	2	2	1	1	False	12851	fragment	False	MON0054_000000029996	1.0		0	0	False	False	0.9700306057929993	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	1.5450871892700904e-05	NZ_CP039288.1	b-proteobacteria	Cupriavidus necator H16 chromosome 2, complete sequence	True	False
SPA0104_000000017804	2091	0.5382954937453657	1	1	1	0	1	False	12083	maximal	True	SPA0104_000000017804	1.0		296	11	False	False	1.0	0					non-mobilizable	other	2091.0	99.522	100.0	0.040189216214137374	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
TAN0017_000000008549	3919	0.5382948328821158	5	3	2	3	2	False	2487	maximal	True	TAN0017_000000008549	1.0		1	1	False	False	0.9974483251571655	0					non-mobilizable	no_good_hit	118.0	81.35600000000001	3.0	1.3906436021656628e-05	NZ_RBXX01000002.1	high GC Gram+	Saccharopolyspora antimicrobica strain DSM 45119 Ga0074777_12, whole genome shotgun sequence	True	False
ISR0042_000000004904	4909	0.5382935472192591	6	6	6	5	6	False	36384	maximal	True	ISR0042_000000004904	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2597.0	99.42200000000001	84.0	0.01283205095239037	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	False
MON0093_000000012254	3369	0.5382934956278365	4	2	2	2	0	True	96840	maximal	True	MON0093_000000012254	1.0		6	4	False	False	0.9952508211135864	0					non-mobilizable	no_good_hit	816.0	85.662	37.0	0.00022660681351567666	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
FIJ0012_000000007055	3315	0.5382879153387684	6	6	5	4	5	False	50827	maximal	True	FIJ0012_000000007055	1.0		68	9	False	False	1.0	0					non-mobilizable	chromosome	3254.0	99.478	98.0	0.0006330657253779177	CP042953.1	enterobacteria	Escherichia coli strain D8-1 chromosome, complete genome	False	False
MAD0012_000000010247	2714	0.5382878857649933	3	3	3	3	3	False	19679	maximal	True	MAD0012_000000010247	1.0		2	2	False	False	0.9963154196739197	0					non-mobilizable	no_good_hit	1573.0	76.16	58.0	0.00032921552310585995	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	False
MON0106_000000040320	1123	0.5382843167985356	2	2	2	1	1	False	75177	fragment	False	DEN0017_000000023160	0.9354694474348946		0	0	False	False	0.9572573304176331	0					non-mobilizable	chromosome	1135.0	82.115	100.0	0.00037900500751109837	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0004_000000001889	4600	0.5382841718623033	5	5	5	5	5	False	113827	maximal	True	MAD0004_000000001889	1.0		306	13	False	False	0.998913049697876	0					non-mobilizable	other	4601.0	96.37	100.0	0.02810396021456763	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
TAN0005_000000003069	4234	0.5382836382094777	3	3	1	3	2	False	2945	maximal	True	TAN0005_000000003069	1.0		7	3	False	False	0.9964572787284851	0					non-mobilizable	no_good_hit	109.0	87.156	3.0	0.00044450906673867437	NZ_FTLW01000005.1	g-proteobacteria	Lysobacter tolerans strain UM1, whole genome shotgun sequence	True	False
ISR0278_000000006930	1674	0.5382822162492836	2	2	2	2	2	False	77624	fragment	False	ISR0278_000000006930	0.9782059380922299		0	0	False	False	0.9964157938957214	0					non-mobilizable	chromosome	1674.0	99.94	100.0	0.0003723281615401255	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0032_000000002099	12809	0.5382803024497621	12	5	4	5	1	True	103122	maximal	False	ISR0217_000000001957	0.9559788280900552		0	0	False	False	0.9985947608947754	0					non-mobilizable	no_good_hit	272.0	85.294	2.0	0.008013496415014762	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0829_000000002661	5002	0.5382798442426922	7	6	5	6	6	False	124950	maximal	False	MON0102_000000008514	0.9663828068350517		0	0	False	False	0.9984006285667419	0					non-mobilizable	no_good_hit	2826.0	78.76899999999999	61.0	0.006688039982953004	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0039_000000004445	3934	0.5382793435805312	5	5	4	4	4	False	116717	fragment	False	AST0039_000000004445	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	78.03399999999999	26.0	0.005872603262424878	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	False
ISR0015_000000001577	13344	0.5382732164915978	16	9	2	9	3	True	95436	fragment	False	ISR0015_000000001577	0.9998083714126625		0	0	False	False	0.9994754195213318	0					non-mobilizable	other	13332.0	99.977	99.0	0.13303329075522913	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0079_01_000000001276	12865	0.5382732164915978	16	9	2	9	3	True	95436	fragment	False	ISR0015_000000001577	0.9924078590184212		0	0	False	False	1.0	0					non-mobilizable	other	12865.0	99.984	100.0	0.12837298419287882	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0177_000000001111	12560	0.5382732164915978	15	9	2	9	3	True	95436	fragment	False	ISR0015_000000001577	0.982926716196167		0	0	False	False	1.0	0					non-mobilizable	plasmid	12560.0	99.96799999999999	100.0	0.16504586432570242	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
SPA0024_000000001240	12523	0.5382732164915978	15	9	2	9	3	True	95436	fragment	False	ISR0015_000000001577	0.9815113773443974		0	0	False	False	1.0	0					non-mobilizable	other	12523.0	100.0	100.0	0.12496008302730321	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0007_000000003456	11948	0.5382732164915978	14	9	2	9	3	True	95436	fragment	False	ISR0015_000000001577	0.7665296017195471		0	0	False	False	1.0	0					non-mobilizable	other	11948.0	99.992	100.0	0.11922201820213955	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0130_000000015186	1968	0.5382660524323108	3	3	2	2	2	False	31769	maximal	True	ISR0130_000000015186	1.0		1	1	False	False	0.9994918704032898	0					non-mobilizable	no_good_hit	1257.0	81.464	63.0	0.005896393964365889	NZ_OFSM01000009.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
MON0035_000000005048	4793	0.5382651148175565	6	3	2	2	3	False	12215	fragment	False	MON0035_000000005048	1.0		0	0	False	False	0.9987481832504272	0					non-mobilizable	other	4730.0	96.829	99.0	0.0013287191630643052	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0055_000000000492	19341	0.5382645411362685	12	10	8	9	7	False	122687	maximal	True	CHI0055_000000000492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12501.0	99.96799999999999	65.0	0.005578173188443632	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0116_000000031087	1324	0.5382645397928061	3	2	2	2	2	False	69428	fragment	False	SPA0116_000000031087	0.9465348193483624		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	92.85700000000001	99.0	0.00036156422347001683	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0814_000000007731	4953	0.5382645360592315	5	4	3	4	3	True	21554	maximal	True	ISR0814_000000007731	1.0		0	0	False	False	0.9991924166679382	0					non-mobilizable	no_good_hit	3284.0	99.787	66.0	0.0007472376454774022	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
ISR0073_000000022749	1232	0.5382621590719557	2	1	1	1	1	False	34766	maximal	True	ISR0073_000000022749	1.0		255	12	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	6.0	2.0438844705657926e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
CHI0154_000000029075	1169	0.5382572141096559	1	1	1	1	1	False	79101	fragment	False	CHI0154_000000029075	1.0		0	0	False	False	0.9948673844337463	0					non-mobilizable	no_good_hit	176.0	75.0	15.0	0.00011785996980274146	NZ_JNIF01000004.1	bacteria	Bryobacter aggregatus MPL3 M017DRAFT_scf7180000000021_quiver.4_C, whole genome shotgun sequence	True	False
ENG0132_000000010320	1855	0.5382543278984503	2	2	2	2	1	True	58319	maximal	True	ENG0132_000000010320	1.0		26	6	False	False	0.9994609355926514	0					non-mobilizable	no_good_hit	999.0	99.6	54.0	0.0002986520855820768	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
CHI0152_000000006390	1744	0.5382542223027535	3	2	2	2	2	True	82767	fragment	False	CHI0152_000000006390	0.9827653819592481		0	0	False	False	0.997706413269043	0					non-mobilizable	no_good_hit	616.0	99.351	35.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
CHI0109_000000011225	1707	0.5382542223027535	3	2	2	2	2	True	82767	fragment	False	CHI0152_000000006390	0.977170477933134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	99.351	36.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ISR0784_000000005393	2283	0.5382511021129316	1	1	0	1	1	False	84787	fragment	False	ENG0005_000000009869	0.9566378956021373		0	0	False	False	1.0	0					non-mobilizable	plasmid	2285.0	99.081	100.0	0.08429373522458629	JQ480155.1	enterobacteria	Escherichia coli plasmid pASL01a, complete sequence	False	True
ENG0136_000000005776	1979	0.5382511021129316	2	1	0	1	1	False	58036	maximal	True	ENG0136_000000005776	1.0		0	0	False	False	0.9949469566345215	0					non-mobilizable	plasmid	1751.0	94.46	100.0	0.017861522112319138	CP011136.1	enterobacteria	Escherichia coli VR50 plasmid pVR50B, complete sequence	False	True
FIJ0065_000000014814	1328	0.5382511021129316	1	1	0	1	1	False	45397	maximal	True	FIJ0065_000000014814	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	no_good_hit	1019.0	93.719	77.0	0.25973360655737704	CP016386.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 13-931 plasmid p931-3904, complete sequence	True	True
CHI0049_000000010256	1609	0.5382507213281744	2	1	1	1	1	False	86766	maximal	True	CHI0049_000000010256	1.0		0	0	False	False	0.978247344493866	0					non-mobilizable	no_good_hit	95.0	86.316	6.0	4.3358713556194045e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
MAD0038_000000013262	1142	0.5382491442629759	1	1	1	1	1	False	72167	fragment	False	MAD0038_000000013262	0.9861111111111112		0	0	False	False	0.9956217408180237	0					non-mobilizable	other	1015.0	79.212	92.0	0.006805890336040835	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0042_01_000000001452	17948	0.5382491111566371	18	8	4	5	4	True	13764	maximal	True	USA0042_01_000000001452	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1497.0	71.142	8.0	0.0002543257004421205	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	True
ENG0085_000000011607	1366	0.5382490262192838	2	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.7972004759649984		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	99.34100000000001	100.0	0.0004080777266991355	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0058_01_000000013192	1347	0.5382490262192838	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.1394472698436993		0	0	False	False	0.9977728128433228	0					non-mobilizable	other	1353.0	86.031	100.0	0.006641796936680878	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
MAD0045_000000032377	1322	0.5382490262192838	2	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.7915719418097534		0	0	False	False	1.0	0					non-mobilizable	chromosome	1322.0	98.26	100.0	0.00038293351421941424	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0780_000000009595	1304	0.5382490262192838	2	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.7869333849841651		0	0	False	False	0.9984662532806396	0					non-mobilizable	other	1304.0	99.156	100.0	0.0003895423281237902	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0086_000000020226	1515	0.5382485683554125	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.139748405571202		0	0	False	False	1.0	0					non-mobilizable	chromosome	1514.0	92.008	99.0	0.0005075839709828919	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0057_01_000000013542	2360	0.5382450381168823	3	3	3	3	3	False	974	maximal	True	USA0057_01_000000013542	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1794.0	75.195	75.0	0.0005080355236704596	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0124_000000019291	1522	0.5382412769180788	2	2	2	1	1	False	4045	fragment	False	SPA0124_000000019291	1.0		0	0	False	False	0.994086742401123	0					non-mobilizable	chromosome	1522.0	99.869	100.0	0.00031072999075573173	LR607352.1	enterobacteria	Klebsiella pneumoniae strain 4928STDY7071137 genome assembly, chromosome: 1	False	False
ENG0168_000000007323	3978	0.5382385823859837	5	3	2	0	1	False	63018	maximal	True	ENG0168_000000007323	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00017799054808813602	NZ_FPAP01000006.1	CFB group bacteria	Chryseobacterium formosense strain DSM 17452, whole genome shotgun sequence	True	False
ITA0005_000000001574	9610	0.5382380466857087	9	7	4	5	7	False	102403	maximal	True	ITA0005_000000001574	1.0		19	7	False	False	0.9973985552787781	0					non-mobilizable	no_good_hit	4402.0	96.274	75.0	0.0014813508330873391	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0105_000000021514	1540	0.5382357864901566	1	1	1	1	1	False	42418	fragment	False	ISR0334_000000012376	0.47540983606557374		0	0	False	False	1.0	0					non-mobilizable	chromosome	1540.0	100.0	100.0	0.0003418336409613988	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0094_000000014199	2499	0.538235781319736	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.6367390810001863		0	0	False	False	0.999599814414978	0					non-mobilizable	no_good_hit	463.0	76.67399999999999	18.0	0.020163439332030558	NZ_PPEL01000052.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_052, whole genome shotgun sequence	True	False
MAD0045_000000001183	14733	0.5382336823735927	17	6	2	6	1	True	39624	fragment	False	FIJ0154_000000001652	0.9265047448404008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	100.0	7.0	0.00020505238657526234	CP051218.1	enterobacteria	Salmonella sp. SCFS4 chromosome, complete genome	True	True
ISR0375_000000003951	4602	0.5382329494487617	6	6	5	5	6	False	85288	maximal	True	ISR0375_000000003951	1.0		136	11	False	False	0.9995654225349426	0					non-mobilizable	no_good_hit	1153.0	79.705	43.0	0.001500430193272197	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
AST0025_000000017947	2055	0.5382310986089697	4	3	1	3	2	False	120301	fragment	False	AST0025_000000017947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000020237	2009	0.5382310986089697	4	3	1	3	2	False	74572	fragment	False	MON0092_000000027622	0.9417379907325873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000005847	5059	0.5382303879997901	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.5278137502387873		0	0	False	False	1.0	0					non-mobilizable	chromosome	5051.0	92.18	99.0	0.0020731252301070167	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CAN0021_000000009063	4545	0.5382286285860585	5	2	1	1	2	True	91657	fragment	False	CAN0021_000000009063	1.0		0	0	False	False	0.9911991357803345	0					non-mobilizable	no_good_hit	59.0	91.525	1.0	0.001027894942047992	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
USA0125_01_000000015627	1499	0.5382283134646267	2	2	2	2	1	False	138	fragment	False	USA0125_01_000000015627	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	80.357	41.0	0.00021566507532518858	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0114_000000010711	2601	0.5382264045957258	4	4	4	3	4	False	121226	maximal	True	ISR0114_000000010711	1.0		0	0	False	False	0.9796231985092163	0					non-mobilizable	no_good_hit	1740.0	83.79299999999999	67.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0110_000000013369	2284	0.5382262181123859	4	1	1	1	1	False	68660	fragment	False	ENG0110_000000013369	1.0		0	0	False	False	0.99956214427948	0					non-mobilizable	no_good_hit	502.0	98.805	22.0	0.00016042231093302064	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CHI0058_000000009785	2123	0.5382261380962524	2	2	2	2	2	False	85888	maximal	True	CHI0058_000000009785	1.0		988	15	False	False	0.9934055805206299	0					non-mobilizable	other	2104.0	98.62200000000001	99.0	0.003345226411222654	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
ISR0234_000000001814	5509	0.5382233725334784	8	5	4	5	3	True	112873	maximal	True	ISR0234_000000001814	0.9831634510374955		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	96.429	2.0	0.0002566830366531006	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
DEN0033_000000013739	1616	0.5382216589025074	1	1	1	1	1	False	87019	fragment	False	DEN0033_000000013739	1.0		0	0	False	False	0.9956682920455933	0					non-mobilizable	no_good_hit	1287.0	88.19	79.0	0.005253006114827431	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0340_000000008840	2707	0.5382179329867828	5	3	2	3	3	True	24375	fragment	False	ISR0340_000000008840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0055_000000004902	2684	0.5382170529843917	2	2	2	1	1	False	108833	fragment	False	ISR0055_000000004902	0.8454023630089805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1371.0	99.927	51.0	0.009377010581648438	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0046_000000007083	2646	0.5382170529843917	2	2	2	1	1	False	108833	fragment	False	ISR0055_000000004902	0.42041797299114914		0	0	False	False	0.9996220469474792	0					non-mobilizable	no_good_hit	1300.0	81.538	49.0	0.0003459664227661449	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0131_000000010274	2610	0.5382170529843917	2	2	2	1	1	False	108833	fragment	False	ISR0055_000000004902	0.8355352012978644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	98.977	49.0	0.008692557254520814	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0207_000000011070	2602	0.5382170529843917	2	2	2	1	1	False	108833	fragment	False	ISR0055_000000004902	0.8378719160526854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1304.0	99.00299999999999	50.0	0.00891842685247293	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0099_000000008230	2580	0.5382170529843917	2	2	2	1	1	False	108833	fragment	False	ISR0055_000000004902	0.8287889711880798		0	0	False	False	0.9937984347343445	0					non-mobilizable	no_good_hit	1334.0	99.925	52.0	0.009123762850611217	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AUS0006_000000010550	2332	0.5382170529843917	2	2	2	1	1	False	108833	fragment	False	ISR0055_000000004902	0.4049937735617644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	81.846	55.0	0.8303108808290155	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
FIJ0090_000000021249	2078	0.5382092765560164	3	3	2	3	2	False	91179	maximal	True	FIJ0090_000000021249	1.0		9	5	False	False	0.9985563158988953	0					non-mobilizable	no_good_hit	1357.0	79.071	65.0	0.00036522414885950213	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
SPA0052_000000008605	3382	0.5382063585956005	3	3	3	1	1	False	13540	fragment	False	MON0031_000000009985	0.6427947598253275		0	0	False	False	1.0	0					non-mobilizable	other	2990.0	81.104	99.0	0.0012407806019043468	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0310_000000004986	3199	0.5382061437597594	2	2	2	2	1	False	25341	maximal	True	ISR0310_000000004986	1.0		103	13	False	False	0.9946858286857605	0					non-mobilizable	no_good_hit	1130.0	76.991	65.0	0.0012235329075730133	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MAD0024_000000000473	12406	0.5382051485356677	15	7	3	7	1	False	19212	maximal	True	MAD0024_000000000473	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	80.263	1.0	5.2183914449408575e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MAD0024_000000011655	1362	0.5382050048014547	1	1	1	1	1	False	19177	fragment	False	MAD0024_000000011655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	84.145	59.0	0.004911385540683774	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	True	False
CHI0144_000000014104	1231	0.5382044442105085	3	2	2	1	1	False	79804	maximal	True	CHI0144_000000014104	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	86.087	32.0	9.507534861194185e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0117_000000007583	4894	0.5382039881534058	4	4	4	3	4	False	56954	fragment	False	SPA0117_000000007583	1.0		0	0	False	False	0.998773992061615	0					non-mobilizable	no_good_hit	198.0	76.263	4.0	3.3836075263860966e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	False
USA0080_01_000000023438	1817	0.5381981891727451	2	2	1	2	2	False	604	maximal	True	USA0080_01_000000023438	1.0		26	7	False	False	0.9944964051246643	0					non-mobilizable	no_good_hit	821.0	88.551	45.0	0.003005303260754038	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0179_000000013390	1601	0.5381969826959433	2	1	1	1	1	False	77545	fragment	False	CHI0179_000000013390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	186.0	80.108	11.0	4.948060238712812e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0021_000000035879	1328	0.5381941671804948	2	2	2	2	2	False	49557	maximal	False	ISR0073_000000020284	0.9595481049562682		0	0	False	False	0.9947289228439331	0					non-mobilizable	no_good_hit	142.0	77.465	11.0	3.054896713722332e-05	CP049115.1	enterobacteria	Pantoea stewartii strain ZJ-FGZX1 chromosome, complete genome	True	False
USA0037_01_000000008196	4341	0.5381934627962371	6	6	2	3	5	True	1374	fragment	False	USA0037_01_000000008196	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4344.0	98.48100000000001	100.0	0.06936009716806239	CP014491.1	enterobacteria	Escherichia coli strain G749 plasmid pG749_3, complete sequence	False	True
ISR0297_000000005213	2614	0.5381909124108465	2	2	1	2	0	True	25654	maximal	True	ISR0297_000000005213	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0223_000000011880	2452	0.5381906644778333	3	3	3	3	3	False	101415	fragment	False	ISR0223_000000011880	0.9957716701902748		0	0	False	False	0.9824633002281189	0					non-mobilizable	other	2434.0	89.934	99.0	0.03820655418355484	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0311_000000022191	1108	0.5381895618108675	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.1769594069143024		0	0	False	False	0.987364649772644	0					non-mobilizable	other	1108.0	99.007	100.0	0.010147956658049613	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0122_000000007669	3573	0.5381895372490806	4	3	3	3	3	False	101862	maximal	False	ISR0198_000000009022	0.9682260681449433		0	0	False	False	0.997481107711792	0					non-mobilizable	other	3573.0	98.573	100.0	0.01192205095333006	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
ISR0058_000000007927	3080	0.5381895372490806	4	3	3	3	3	False	101860	fragment	False	ISR0058_000000007927	0.9957474648348054		0	0	False	False	0.9996753334999084	0					non-mobilizable	other	3080.0	98.669	100.0	0.010279472104537456	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
AST0153_000000015970	2050	0.53818903143383	2	1	1	1	1	False	103398	maximal	True	AST0153_000000015970	1.0		282	12	False	False	0.9868292808532715	0					non-mobilizable	other	2031.0	100.0	99.0	0.001666952703706958	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
SPA0063_000000009495	1898	0.53818903143383	1	1	1	1	1	False	103398	maximal	False	AST0153_000000015970	0.9629268292682926		0	0	False	False	0.9968387484550476	0					non-mobilizable	other	1898.0	100.0	100.0	0.0015577385610502951	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
FIJ0011_000000029639	1534	0.5381885501207968	3	1	1	1	1	False	50925	maximal	True	FIJ0011_000000029639	1.0		8	2	False	False	0.9967405200004578	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	3.0	0.003107953824686033	NZ_BJEC01000026.1	firmicutes	Weissella thailandensis strain JCM 10695 scaffold26, whole genome shotgun sequence	True	False
FIJ0090_000000033606	1389	0.5381870386425706	2	2	2	2	1	False	43427	maximal	True	FIJ0090_000000033606	1.0		1184	13	False	False	0.9913606643676758	0					non-mobilizable	other	1370.0	100.0	99.0	0.00026514621099479413	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0084_000000002176	2182	0.5381869948069029	4	3	3	2	1	False	106065	maximal	True	CHI0084_000000002176	1.0		36	6	False	False	0.9972502589225769	0					non-mobilizable	other	2112.0	99.76299999999999	100.0	0.030156712046970756	NZ_WNAJ01000022.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold22_size70001, whole genome shotgun sequence	False	False
CHI0044_000000003716	3582	0.5381817902792002	4	2	2	2	1	True	87266	fragment	False	CHI0044_000000003716	0.9858388377501305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2642.0	98.6	86.0	0.000703705175807587	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
SPA0090_000000010168	3312	0.5381817902792002	3	2	2	2	1	True	87266	fragment	False	CHI0044_000000003716	0.9678605101525072		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2604.0	99.38600000000001	83.0	0.0006938351638648726	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0053_000000002637	3278	0.5381817902792002	3	2	2	2	1	True	87266	fragment	False	CHI0044_000000003716	0.9616510491264697		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2574.0	99.37799999999999	83.0	0.000685832451478888	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0273_000000005656	2096	0.5381808032180646	3	3	3	3	3	False	26379	maximal	True	ISR0273_000000005656	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1617.0	99.93799999999999	77.0	0.0082102223623072	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	True	False
ENG0001_000000012120	2182	0.5381796500010153	3	3	1	2	3	True	68060	maximal	True	ENG0001_000000012120	1.0		14	5	False	False	0.9981667995452881	0					non-mobilizable	no_good_hit	1402.0	81.027	64.0	0.016216279232437222	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
SPA0057_000000025559	1293	0.5381777759973627	1	1	1	1	1	False	83393	fragment	False	ISR0029_000000031465	0.9571404193706601		0	0	False	False	0.988399088382721	0					non-mobilizable	other	1295.0	84.24700000000001	100.0	0.004680775464179922	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0099_000000004783	5416	0.5381773277050362	6	6	5	6	6	False	105609	fragment	False	ISR0101_000000004127	0.7487003892241526		0	0	False	False	0.9998153448104858	0					non-mobilizable	other	5416.0	98.837	100.0	0.021643342662934825	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
USA0083_01_000000022119	1198	0.5381767021103548	2	1	1	1	1	False	489	maximal	True	USA0083_01_000000022119	1.0		6	3	False	False	0.9974958300590515	0					non-mobilizable	no_good_hit	59.0	84.74600000000001	5.0	0.001058799905073112	NZ_AVPG01000023.1	firmicutes	Pontibacillus litoralis JSM 072002 contig24, whole genome shotgun sequence	True	False
AST0039_000000004503	3890	0.5381763035158987	4	4	4	3	3	False	116716	maximal	True	AST0039_000000004503	1.0		5	3	False	False	0.9966580867767334	0					non-mobilizable	other	2341.0	99.31700000000001	100.0	0.008227009200890204	NZ_QSGP01000009.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf9, whole genome shotgun sequence	False	False
ENG0068_000000008074	2907	0.5381761570211132	4	3	2	3	1	True	62615	fragment	False	ENG0068_000000008074	1.0		0	0	False	False	0.9996560215950012	0					non-mobilizable	no_good_hit	534.0	76.592	18.0	0.00016399162486962666	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
CHI0118_000000006881	1508	0.5381749710197629	2	2	2	2	2	False	81975	maximal	True	CHI0118_000000006881	1.0		183	14	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	91.617	33.0	0.0001742808822237683	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0057_01_000000023396	1386	0.5381742022347996	2	2	2	2	1	False	962	maximal	True	USA0057_01_000000023396	1.0		1	1	False	False	0.9913420081138611	0					non-mobilizable	no_good_hit	760.0	74.342	77.0	0.000187936343526559	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ENG0090_000000007021	3126	0.5381689913806341	3	3	1	2	2	True	131887	fragment	False	ENG0090_000000007021	1.0		0	0	False	False	0.9974408149719238	0					non-mobilizable	no_good_hit	794.0	72.166	25.0	0.005270691023545133	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
AUS0024_000000026049	1231	0.5381676555708671	2	2	2	2	2	False	98797	fragment	False	FIJ0097_000000025526	0.9512241016024271		0	0	False	False	0.9991876482963562	0					non-mobilizable	other	1232.0	95.13	100.0	0.18059022170019087	NZ_CABIWU010000096.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AST0010_000000025323	1199	0.5381654957273606	1	1	1	1	1	False	125706	fragment	False	AST0010_000000025323	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	78.952	97.0	0.15034554700743252	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	False
ISR0379_000000021274	1191	0.5381650065428044	2	2	2	2	1	False	70882	fragment	False	ISR0365_000000013508	0.8117157079675288		0	0	False	False	1.0	0					non-mobilizable	chromosome	1191.0	98.48899999999999	100.0	0.00039516152648137607	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0018_000000007456	3628	0.5381633234138152	3	3	2	3	2	False	108736	fragment	False	FIJ0137_000000003029	0.9697356457308673		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2529.0	96.79700000000001	70.0	0.06972254399029179	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0111_000000007241	2451	0.5381627462813495	3	3	3	3	3	False	32687	maximal	True	ISR0111_000000007241	1.0		22	6	False	False	0.9987760186195374	0					non-mobilizable	no_good_hit	751.0	95.60600000000001	66.0	0.005295050402084041	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
MAD0027_000000004613	2510	0.5381602094345207	4	4	4	3	2	True	19055	maximal	True	MAD0027_000000004613	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1105.0	86.516	55.0	0.0003409637452254187	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0207_000000016196	1843	0.5381589127309292	1	1	1	1	1	False	28571	maximal	True	ISR0207_000000016196	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	1637.0	99.939	89.0	0.0003168584376826028	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
AST0055_000000015802	2222	0.5381584054841333	3	2	2	2	2	True	118993	fragment	False	AST0055_000000015802	0.974014681639183		0	0	False	False	0.9990999102592468	0					non-mobilizable	other	2120.0	77.358	94.0	0.0005080086135900641	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0045_000000012061	2125	0.538154136227812	4	3	3	3	2	False	36246	maximal	True	ISR0045_000000012061	1.0		216	9	False	False	0.9858823418617249	0					non-mobilizable	no_good_hit	1819.0	73.007	83.0	0.0018071778561684197	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
ISR0022_000000008750	2882	0.5381476592508169	3	3	2	3	2	False	52257	maximal	True	ISR0022_000000008750	1.0		20	7	False	False	0.9972241520881653	0					non-mobilizable	no_good_hit	651.0	76.19	22.0	0.0003522498041841151	NZ_CP012074.1	CFB group bacteria	Prevotella fusca JCM 17724 strain W1435 chromosome 1, complete sequence	True	False
ENG0185_000000008423	2523	0.538145042217563	2	2	2	2	2	False	63601	maximal	False	ENG0056_000000004430	0.9948251998704674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	99.385	29.0	0.0013692936428063556	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	True	False
FIJ0058_000000004285	8486	0.5381434213574041	9	2	1	1	1	True	105975	maximal	True	FIJ0058_000000004285	1.0		43	4	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	94.541	24.0	0.0003070373985422793	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0327_000000002950	6932	0.5381434213574041	9	2	1	1	1	True	100854	fragment	False	ISR0327_000000002950	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0042_000000001706	6701	0.5381434213574041	6	2	1	1	1	True	89958	fragment	False	CHI0042_000000001706	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6710.0	99.866	100.0	0.14672819525850755	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0014_000000002964	6273	0.5381434213574041	7	2	1	1	1	True	105972	fragment	False	SPA0014_000000002964	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	83.838	2.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
FIJ0107_000000004430	6215	0.5381434213574041	9	2	1	1	1	True	105974	maximal	True	FIJ0107_000000004430	1.0		32	2	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	82.97399999999999	7.0	0.00010963715968799026	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0060_000000002409	5695	0.5381434213574041	7	2	1	1	1	True	105971	fragment	False	MAD0060_000000002409	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	92.929	3.0	0.14961832061068703	EU063412.1	bacteria	Uncultured bacterium clone LM0ACA26ZE09FM1 genomic sequence	True	True
CHI0111_000000005546	5561	0.5381434213574041	6	2	1	1	1	True	89955	fragment	False	CHI0111_000000005546	0.9998076183147364		0	0	False	False	0.9992806911468506	0					non-mobilizable	other	5561.0	99.838	100.0	0.12140232700551133	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0065_000000004255	5376	0.5381434213574041	6	2	1	1	1	True	89954	maximal	True	SPA0065_000000004255	1.0		16	5	False	False	0.996465802192688	0					non-mobilizable	no_good_hit	4675.0	100.0	87.0	0.10222202781908844	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
MON0037_000000010234	5300	0.5381434213574041	8	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.9607716731508713		0	0	False	False	0.999245285987854	0					non-mobilizable	no_good_hit	302.0	89.404	6.0	0.0041883062489529235	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
ISR0094_000000004275	5198	0.5381434213574041	5	2	1	1	1	True	89955	fragment	False	CHI0111_000000005546	0.967182161481748		0	0	False	False	0.9978837966918945	0					non-mobilizable	other	5198.0	99.82700000000001	100.0	0.11346338902983116	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0030_000000005571	5015	0.5381434213574041	8	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.9027431946168185		0	0	False	False	0.9952143430709839	0					non-mobilizable	no_good_hit	83.0	89.15700000000001	3.0	6.657086956168765e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0061_000000008307	4872	0.5381434213574041	6	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.9042026425284945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	97.87200000000001	2.0	0.04403409090909091	NZ_QYYA01000015.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_14, whole genome shotgun sequence	True	True
CHI0126_000000002976	4863	0.5381434213574041	8	2	1	1	1	True	105969	maximal	True	CHI0126_000000002976	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	92.15700000000001	7.0	0.004244150332272296	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
FIJ0006_000000006835	4805	0.5381434213574041	6	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.9087173057264973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	91.561	5.0	0.0032948009158429666	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
ISR0206_000000005568	4560	0.5381434213574041	8	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.3813876071582506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	87.95200000000001	2.0	6.575902968898415e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0114_000000008007	4558	0.5381434213574041	6	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.784827499929849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	87.5	2.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0016_000000003891	4448	0.5381434213574041	6	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.674385991265854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	91.781	5.0	0.003043502540905791	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
FIJ0133_000000008894	4161	0.5381434213574041	6	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.28524877726601827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	88.75	2.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
TAN0017_000000008033	4133	0.5381434213574041	7	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.43098062193071573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	90.85	8.0	0.004244150332272296	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
FIJ0151_000000004291	4079	0.5381434213574041	6	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.5258857594637427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	95.429	4.0	0.0024292176243926955	NZ_JH379449.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1034, whole genome shotgun sequence	True	True
AST0118_000000007140	4006	0.5381434213574041	7	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.3785000234070549		0	0	False	False	0.9987518787384033	0					non-mobilizable	no_good_hit	80.0	90.0	2.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0056_000000004033	3792	0.5381434213574041	6	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.19089203123243442		0	0	False	False	0.9997363090515137	0					non-mobilizable	no_good_hit	99.0	83.838	3.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
MON0097_000000008953	3735	0.5381434213574041	5	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.4239713527743344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	94.595	3.0	2.9343278748610528e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0054_000000010773	3700	0.5381434213574041	6	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.1437385505225963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	90.0	2.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
CAN0003_000000013375	3691	0.5381434213574041	6	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.23092117768079218		0	0	False	False	0.9964779019355774	0					non-mobilizable	no_good_hit								True	True
FIJ0064_000000007341	3687	0.5381434213574041	5	2	1	1	1	True	45511	fragment	False	FIJ0064_000000007341	1.0		0	0	False	False	0.999728798866272	0					non-mobilizable	other	3687.0	99.973	100.0	0.08061411949960634	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0092_000000015179	3481	0.5381434213574041	5	2	1	1	1	True	105966	fragment	False	MON0037_000000010234	0.23317956587622163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	83.838	3.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
TAN0001_000000003447	3252	0.5381434213574041	6	2	1	1	1	True	97591	fragment	False	TAN0001_000000003447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	83.838	3.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
BAN0041_000000001214	3213	0.5381434213574041	6	2	1	1	1	True	97590	fragment	False	BAN0041_000000001214	0.9837169696028587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	2.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0167_000000006452	2956	0.5381434213574041	5	2	1	1	1	True	97590	fragment	False	BAN0041_000000001214	0.9599739492860676		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	88.75	3.0	6.413534994357714e-05	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0023_000000007333	2684	0.5381434213574041	5	2	1	1	1	True	97590	fragment	False	BAN0041_000000001214	0.6287776274244474		0	0	False	False	0.9981371164321899	0					non-mobilizable	no_good_hit	99.0	83.838	4.0	0.0005877705798704376	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	True
SPA0086_000000011631	1201	0.538139824046934	2	2	2	2	1	True	5498	maximal	True	SPA0086_000000011631	1.0		8	4	False	False	0.9983347058296204	0					non-mobilizable	other	1200.0	95.167	99.0	0.021665672828463527	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	False	True
MON0036_000000005437	3515	0.538136018195672	3	3	3	3	1	True	52344	maximal	True	MON0036_000000005437	1.0		3	2	False	False	0.9988620281219482	0					non-mobilizable	no_good_hit	2056.0	86.479	58.0	0.0016553415004424527	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0102_000000027913	1593	0.5381317453480419	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.6291543254607916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0057_000000016698	1553	0.5381317453480419	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.5843005881289637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000025636	1546	0.5381317453480419	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.5797093146156306		0	0	False	False	0.9948253631591797	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000034912	1180	0.5381309339372902	3	2	2	2	1	False	4337	maximal	True	SPA0116_000000034912	1.0		331	13	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	97.679	81.0	0.00015868491931198307	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0087_000000027274	1862	0.5381291412559069	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.37957417153134076		0	0	False	False	1.0	0					non-mobilizable	other	1862.0	100.0	100.0	0.0005789539506062995	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0785_000000017766	2063	0.5381277901217968	3	3	2	3	3	False	22187	maximal	True	ISR0785_000000017766	1.0		213	12	False	False	0.9859427809715271	0					non-mobilizable	other	2063.0	99.22399999999999	100.0	0.0009056363786491173	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0794_000000005810	3326	0.538125402448685	5	2	0	1	1	True	124584	maximal	True	ISR0794_000000005810	1.0		0	0	False	False	0.998196005821228	0					non-mobilizable	no_good_hit	1708.0	85.831	50.0	0.013517388603017317	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	True
MON0041_000000048041	1433	0.5381248861746648	2	2	2	2	2	False	11781	maximal	True	MON0041_000000048041	1.0		380	11	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	80.278	30.0	0.00014531521234356767	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0039_000000003833	7162	0.5381245291627001	9	8	3	3	8	False	93704	maximal	True	ISR0039_000000003833	1.0		314	12	False	False	0.998184859752655	0					non-mobilizable	chromosome	7162.0	100.0	100.0	0.0026160270655234226	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	False	False
ISR0028_000000001875	7789	0.5381231308950298	7	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9694643494422509		0	0	False	False	1.0	0					non-mobilizable	plasmid	5355.0	98.05799999999999	99.0	0.04637226163426014	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0114_000000003061	7786	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9763268169579624		0	0	False	False	1.0	0					non-mobilizable	other	7299.0	98.205	94.0	0.9998628634119583	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0387_000000002659	7728	0.5381231308950298	8	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9352209114142044		0	0	False	False	1.0	0					non-mobilizable	plasmid	5369.0	97.46700000000001	99.0	0.04626819072728219	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
DEN0022_000000004272	7533	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9734762460615819		0	0	False	False	1.0	0					non-mobilizable	plasmid	4912.0	97.883	98.0	0.042443584895842365	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
CHI0180_000000002117	7490	0.5381231308950298	7	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.955518744495182		0	0	False	False	1.0	0					non-mobilizable	plasmid	5088.0	97.779	99.0	0.04410871940748964	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0015_000000002985	7485	0.5381231308950298	7	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9711262686763085		0	0	False	False	1.0	0					non-mobilizable	other	7309.0	98.57700000000001	98.0	0.9998628634119583	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0160_000000003236	7477	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.973306937419186		0	0	False	False	1.0	0					non-mobilizable	plasmid	4912.0	97.86200000000001	98.0	0.042443584895842365	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0391_000000001356	7466	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9726286285713512		0	0	False	False	1.0	0					non-mobilizable	other	7299.0	98.34200000000001	98.0	0.9998628634119583	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0172_000000002161	7418	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9748951223495869		0	0	False	False	1.0	0					non-mobilizable	plasmid	4896.0	98.366	99.0	0.042443584895842365	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0266_000000001612	7402	0.5381231308950298	7	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9688125333953029		0	0	False	False	1.0	0					non-mobilizable	other	7305.0	98.617	99.0	0.9993143170597916	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
CHI0071_000000001504	7399	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9715430955949539		0	0	False	False	1.0	0					non-mobilizable	plasmid	4918.0	97.96700000000001	99.0	0.042443584895842365	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
CHI0106_000000002263	7386	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9658093076228584		0	0	False	False	1.0	0					non-mobilizable	plasmid	4896.0	98.57	99.0	0.042443584895842365	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
CHI0182_000000003147	7378	0.5381231308950298	7	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9731775688629447		0	0	False	False	1.0	0					non-mobilizable	other	7291.0	98.395	99.0	0.9993143170597916	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ITA0005_000000002191	7326	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9703660136995886		0	0	False	False	1.0	0					non-mobilizable	other	7293.0	98.505	99.0	0.9998628634119583	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
SPA0084_000000001777	7322	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.970067828860085		0	0	False	False	1.0	0					non-mobilizable	other	7293.0	98.32700000000001	99.0	0.9998628634119583	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0377_000000001370	7319	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9690467281029594		0	0	False	False	1.0	0					non-mobilizable	other	7291.0	98.505	99.0	0.9987657707076248	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
SPA0013_000000003168	7314	0.5381231308950298	7	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9630219999258048		0	0	False	False	1.0	0					non-mobilizable	other	7293.0	98.094	99.0	0.9976686780032913	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ENG0010_000000002431	7307	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9665876690484506		0	0	False	False	1.0	0					non-mobilizable	other	7278.0	98.75	99.0	0.997805814591333	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ENG0202_000000003372	7305	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9688155012158154		0	0	False	False	1.0	0					non-mobilizable	other	7285.0	98.353	99.0	0.9987657707076248	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ENG0078_000000003510	7299	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9685722339262702		0	0	False	False	1.0	0					non-mobilizable	other	7285.0	98.353	99.0	0.9987657707076248	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0357_000000002760	7299	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9685155781330071		0	0	False	False	1.0	0					non-mobilizable	other	7277.0	98.461	99.0	0.9976686780032913	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ENG0096_000000004085	7292	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9683037041669769		0	0	False	False	1.0	0					non-mobilizable	other	7279.0	98.37899999999999	99.0	0.9971201316511246	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0306_000000000957	7285	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9682571685966794		0	0	False	False	1.0	0					non-mobilizable	other	7272.0	98.501	99.0	0.9969829950630829	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
USA0125_01_000000003605	7284	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9684402993170595		0	0	False	False	1.0	0					non-mobilizable	other	7278.0	98.585	99.0	0.997805814591333	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0376_000000002190	7284	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9701366658170734		0	0	False	False	1.0	0					non-mobilizable	other	7278.0	98.48899999999999	99.0	0.997805814591333	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0347_000000002109	7260	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9616738650621138		0	0	False	False	1.0	0					non-mobilizable	other	7241.0	98.13600000000001	99.0	0.9917718047174986	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
SPA0083_000000001573	7242	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9631318390239195		0	0	False	False	1.0	0					non-mobilizable	other	7236.0	98.32799999999999	99.0	0.992046077893582	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ENG0008_000000002941	7210	0.5381231308950298	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9604307880648765		0	0	False	False	1.0	0					non-mobilizable	other	7227.0	98.53299999999999	100.0	0.9906747120131651	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0802_000000002023	5696	0.5381214364268254	7	4	2	4	4	False	100900	maximal	False	ISR0812_000000006807	0.9870976584565987		0	0	False	False	0.9996488690376282	0					non-mobilizable	no_good_hit	2461.0	85.25	72.0	0.0006428705132060388	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
CHI0185_000000012505	1589	0.5381209997371166	2	2	2	2	2	False	77215	maximal	False	SPA0079_000000016353	0.9896291640477687		0	0	False	False	0.9874134659767151	0					non-mobilizable	no_good_hit	1160.0	74.741	71.0	0.001804353103001861	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
MON0108_000000014615	1501	0.5381198244605545	3	2	2	2	2	True	82767	fragment	False	CHI0152_000000006390	0.38666666666666666		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	99.351	41.0	0.9983766233766234	EU064389.1	bacteria	Uncultured bacterium clone HA0AAA13ZD11FM1 genomic sequence	True	True
ISR0089_000000012145	2305	0.5381175921959777	4	2	2	2	1	False	86751	maximal	True	ISR0089_000000012145	1.0		447	11	False	False	0.9913232326507568	0					non-mobilizable	chromosome	2249.0	99.867	100.0	0.00040319333425283417	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0162_000000023084	1716	0.5381164265709395	3	2	2	2	2	True	122129	fragment	False	ISR0162_000000023084	0.9971079691516709		0	0	False	False	0.999417245388031	0					non-mobilizable	no_good_hit	848.0	81.722	49.0	0.0027010785134798203	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
MON0068_000000001382	16980	0.5381152238639683	20	5	0	5	2	False	10575	maximal	True	MON0068_000000001382	0.9659205305856576		1	1	False	False	0.9995288848876953	0					non-mobilizable	no_good_hit								True	False
MON0095_000000015059	2054	0.5381148974192053	3	3	3	2	2	False	51898	fragment	False	MON0095_000000015059	0.9825834376483004		0	0	False	False	0.9931840300559998	0					non-mobilizable	other	889.0	84.36399999999999	92.0	0.00026525222897680383	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AUS0022_000000006614	5384	0.5381133342541068	8	6	5	6	6	False	112300	fragment	False	AUS0022_000000006614	1.0		0	0	False	False	0.9985141158103943	0					non-mobilizable	other	3756.0	99.441	98.0	0.0009201526673762115	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0014_000000031794	1555	0.5381130491893925	1	1	1	1	1	False	93519	maximal	True	CAN0014_000000031794	1.0		10	7	False	False	0.9922829866409302	0					non-mobilizable	no_good_hit								True	False
MON0106_000000004315	7819	0.5381050421033203	7	6	6	6	6	False	125484	maximal	True	MON0106_000000004315	0.9252133946158897		214	13	False	False	0.9989768266677856	0					non-mobilizable	no_good_hit	2417.0	85.18799999999999	76.0	0.0007236944738412907	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0001_000000012281	2104	0.5381031521366654	3	3	3	3	3	False	57785	fragment	False	MAD0001_000000012281	0.9666834931852599		0	0	False	False	0.9980988502502441	0					non-mobilizable	no_good_hit	55.0	85.455	3.0	5.961654190311749e-05	CP021033.1	a-proteobacteria	Rhizobium sp. NXC14 plasmid pRspNXC14c, complete sequence	True	False
MAD0002_000000004081	6544	0.5381015153183161	5	4	3	4	3	False	20245	maximal	True	MAD0002_000000004081	1.0		8	5	False	False	0.9990831017494202	0					non-mobilizable	no_good_hit								True	False
AST0060_000000014330	2054	0.5381014230600429	5	3	2	3	1	False	112422	maximal	True	AST0060_000000014330	1.0		1	1	False	False	0.9995131492614746	0					non-mobilizable	no_good_hit								True	False
ISR0359_000000004291	5119	0.5380950842272632	6	6	6	6	5	False	58855	maximal	True	ISR0359_000000004291	1.0		76	7	False	False	1.0	0					non-mobilizable	no_good_hit	1658.0	95.054	87.0	0.000682393425960931	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
USA0032_01_000000010497	2200	0.5380923286603978	3	3	3	2	2	False	1500	maximal	True	USA0032_01_000000010497	1.0		115	10	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	81.87	40.0	0.028342575477510783	NZ_JH604983.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld584, whole genome shotgun sequence	True	False
DEN0005_000000031246	1256	0.5380919423817956	2	2	2	2	2	False	76435	maximal	False	SPA0129_000000018706	0.9549706373426927		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	75.908	47.0	0.0006500018571481633	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MON0058_000000037793	1403	0.5380913339187976	2	1	1	1	1	True	115086	fragment	False	AST0047_000000016968	0.9418431966681693		0	0	False	False	0.9992872476577759	0					non-mobilizable	chromosome	1406.0	86.771	100.0	0.0004922567484165741	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0278_000000006795	1703	0.5380877215406182	2	2	2	1	1	False	26270	maximal	True	ISR0278_000000006795	1.0		10	5	False	False	1.0	0					non-mobilizable	other	1721.0	75.712	99.0	0.00044476573703192997	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
MON0068_000000000748	23450	0.5380812247268092	35	11	5	5	8	False	71359	maximal	True	MON0068_000000000748	1.0		2	2	False	False	0.998592734336853	0					non-mobilizable	no_good_hit	77.0	89.61	0.0	0.0004811344644213725	NZ_AUMO01000045.1	b-proteobacteria	Azohydromonas australica DSM 1124 H537DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
SPA0041_000000029244	1155	0.5380759104704255	2	1	1	1	1	False	6887	fragment	False	SPA0041_000000029244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	87.963	9.0	2.811838902852292e-05	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ENG0188_000000010549	2457	0.538074004045279	3	2	2	2	1	False	54916	maximal	True	ENG0188_000000010549	1.0		25	7	False	False	0.9979649782180786	0					non-mobilizable	no_good_hit	1502.0	99.40100000000001	61.0	0.005377210800276562	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0018_000000011630	1521	0.5380708407242779	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.5167715340466681		0	0	False	False	1.0	0					non-mobilizable	chromosome	1521.0	100.0	100.0	0.0005330380115718344	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
SPA0137_000000025601	1442	0.5380708407242779	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.47605046550080354		0	0	False	False	0.9979195594787598	0					non-mobilizable	chromosome	1444.0	97.161	100.0	0.0004015202599154049	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	False	False
SPA0103_000000012439	1429	0.5380708407242779	2	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.4774021669301348		0	0	False	False	0.9972008466720581	0					non-mobilizable	other	1430.0	99.441	100.0	0.0004964563646470262	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0139_000000021086	1344	0.5380708407242779	2	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.4188617033362792		0	0	False	False	0.9985119104385376	0					non-mobilizable	other	1344.0	100.0	100.0	0.002147878989489307	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
USA0075_01_000000019075	1292	0.5380708407242779	1	1	1	1	1	False	107341	fragment	False	USA0075_01_000000019075	0.9845224273974094		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	100.0	100.0	0.00046323107803308714	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
USA0047_01_000000028249	1285	0.5380708407242779	2	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.30512764938487813		0	0	False	False	0.9992218017578125	0					non-mobilizable	chromosome	1285.0	99.92200000000001	100.0	0.0003577737777455794	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	False	False
SPA0136_000000033950	1259	0.5380708407242779	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.31159330450056627		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	100.0	100.0	0.0020119372812937813	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0005_000000019038	1253	0.5380708407242779	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.31108021745753595		0	0	False	False	0.9720670580863953	0					non-mobilizable	other	1253.0	100.0	100.0	0.002002341396009391	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
SPA0095_000000015285	1242	0.5380708407242779	1	1	1	1	1	False	5192	fragment	False	SPA0095_000000015285	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	98.551	100.0	0.00020009307555320894	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
ISR0380_000000010628	1195	0.5380708407242779	1	1	1	1	1	False	100687	fragment	False	ISR0380_000000010628	0.9904458598726115		0	0	False	False	0.9949790835380554	0					non-mobilizable	chromosome	1196.0	98.161	100.0	0.0002703710440983092	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CHI0168_000000013340	1165	0.5380708407242779	1	1	1	1	1	False	78064	maximal	True	CHI0168_000000013340	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	1165.0	99.14200000000001	100.0	0.0002602322981622185	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	False	False
AUS0014_000000024317	1099	0.5380708407242779	1	1	1	1	1	False	100687	fragment	False	ISR0380_000000010628	0.9506276150627615		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	99.90899999999999	100.0	0.0002484246078827979	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0055_000000003725	7822	0.5380678223355482	13	12	5	8	11	True	118548	fragment	False	USA0048_01_000000001648	0.9403989719740546		0	0	False	False	1.0	0					non-mobilizable	chromosome	7825.0	95.335	100.0	0.0022234737617580717	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0387_000000014715	1637	0.5380664401838189	2	2	2	2	2	False	78212	fragment	False	ISR0387_000000014715	1.0		0	0	False	False	0.978619396686554	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000025617	1410	0.5380651565716882	2	2	2	2	2	True	27168	fragment	False	USA0011_01_000000025617	0.9904694001436605		0	0	False	False	1.0	0					non-mobilizable	other	1410.0	99.22	100.0	0.0004523582343324811	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
MON0082_000000017551	1957	0.5380642914629328	3	3	2	3	1	True	9920	fragment	False	MON0082_000000017551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	97.79	9.0	5.801729753494172e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0111_000000011221	1795	0.5380642914629328	3	3	2	3	1	True	59741	fragment	False	ENG0111_000000011221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000011842	2828	0.5380589056199145	3	2	2	2	2	False	93252	fragment	False	ISR0176_000000011842	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2828.0	99.54	100.0	0.012200700882144769	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ENG0025_000000009177	2676	0.5380577359943892	3	3	3	2	2	False	126367	maximal	False	SPA0066_000000003952	0.3873986703154191		0	0	False	False	1.0	0					non-mobilizable	other	2553.0	96.788	98.0	0.058116140832190216	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0062_000000015943	1834	0.5380559657062322	2	2	2	1	0	False	45711	fragment	False	FIJ0062_000000015943	1.0		0	0	False	False	0.9923664331436157	0					non-mobilizable	other	1857.0	98.061	100.0	0.0004479250883903899	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ETH0004_000000015608	1803	0.5380559657062322	2	2	2	1	0	False	66837	fragment	False	ETH0004_000000015608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	94.848	37.0	0.576048951048951	KU545047.1	bacteria	Uncultured bacterium clone TE_01B_000_Contig_13 genomic sequence	True	False
ENG0079_000000024710	1330	0.5380559657062322	2	2	2	1	0	False	66836	fragment	False	ENG0079_000000024710	1.0		0	0	False	False	0.9879699349403381	0					non-mobilizable	no_good_hit	734.0	92.64299999999999	55.0	0.6407342657342657	KU545047.1	bacteria	Uncultured bacterium clone TE_01B_000_Contig_13 genomic sequence	True	False
ENG0015_000000015826	1102	0.5380559657062322	2	2	2	1	0	False	66835	fragment	False	ENG0015_000000015826	1.0		0	0	False	False	0.9990925788879395	0					non-mobilizable	no_good_hit	754.0	92.573	68.0	0.6582167832167832	KU545047.1	bacteria	Uncultured bacterium clone TE_01B_000_Contig_13 genomic sequence	True	False
ENG0014_000000007361	3387	0.5380518624321581	3	3	2	3	1	True	77031	fragment	False	ENG0014_000000007361	1.0		0	0	False	False	0.9946855902671814	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.300476067886743e-06	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	True
SPA0079_000000020275	1308	0.5380505722867487	2	2	2	2	1	True	27168	fragment	False	USA0011_01_000000025617	0.9676931191633559		0	0	False	False	0.9938837885856628	0					non-mobilizable	other	1309.0	99.31200000000001	100.0	0.00041993227147401366	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0264_000000009466	1246	0.5380505722867487	2	2	2	2	1	True	27168	fragment	False	USA0011_01_000000025617	0.6495922528032619		0	0	False	False	0.9935794472694397	0					non-mobilizable	chromosome	1246.0	99.51799999999999	100.0	0.00039210581309475815	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
DEN0010_000000003825	9474	0.5380504537723126	9	7	5	5	5	False	128693	fragment	False	DEN0010_000000003825	0.90050930354389		0	0	False	False	0.9995778203010559	0					non-mobilizable	other	5287.0	96.74700000000001	99.0	0.040894810963059254	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0069_01_000000038190	1584	0.5380495499156788	3	3	3	2	1	False	767	maximal	True	USA0069_01_000000038190	1.0		22	8	False	False	0.9987373948097229	0					non-mobilizable	no_good_hit	428.0	74.533	27.0	0.0023102691463555503	NZ_BFBT01000003.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0283_000000008645	1545	0.5380495499156788	3	3	3	2	1	False	85639	fragment	False	FIJ0066_000000019844	0.9563452819752758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	76.984	24.0	0.0001960803017728839	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
ISR0075_000000017890	1514	0.5380495499156788	3	3	3	2	1	False	72442	fragment	False	ISR0075_000000017890	0.9907076483202288		0	0	False	False	0.9874504804611206	0					non-mobilizable	no_good_hit	375.0	78.667	36.0	0.00013056272180224547	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0032_000000020638	1479	0.5380495499156788	3	3	3	2	1	False	97533	fragment	False	ISR0200_000000017311	0.9521066240305581		0	0	False	False	0.999323844909668	0					non-mobilizable	no_good_hit	865.0	76.185	57.0	0.0034575900474031074	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ISR0200_000000017311	1453	0.5380495499156788	3	3	3	2	1	False	97533	fragment	False	ISR0200_000000017311	0.9761827899492981		0	0	False	False	0.9993117451667786	0					non-mobilizable	no_good_hit	884.0	76.471	60.0	0.003535704447998421	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
CHI0061_000000005757	1418	0.5380495499156788	3	3	3	2	1	False	85638	fragment	False	CHI0061_000000005757	0.9948189937406835		0	0	False	False	0.9908321499824524	0					non-mobilizable	no_good_hit	383.0	77.285	36.0	0.0001344443162342041	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0324_000000021824	1412	0.5380495499156788	3	3	3	2	1	False	97533	fragment	False	ISR0200_000000017311	0.7407846444358176		0	0	False	False	0.9992917776107788	0					non-mobilizable	no_good_hit	844.0	75.829	58.0	0.0033712530783240762	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
SPA0033_000000022510	1406	0.5380495499156788	3	3	3	2	1	False	7190	maximal	True	SPA0033_000000022510	1.0		23	7	False	False	0.9871976971626282	0					non-mobilizable	no_good_hit	836.0	78.34899999999999	59.0	0.006035601844253122	NZ_SRMQ01000008.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000008, whole genome shotgun sequence	True	False
DEN0051_000000034627	1399	0.5380495499156788	3	3	3	2	1	False	72442	fragment	False	ISR0075_000000017890	0.9534346103038309		0	0	False	False	0.9964260458946228	0					non-mobilizable	no_good_hit	375.0	78.667	39.0	0.00013056272180224547	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0043_000000021273	1387	0.5380495499156788	3	3	3	2	1	False	48192	fragment	False	FIJ0103_000000015096	0.9593140551445865		0	0	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit	721.0	83.079	85.0	0.007727113753606715	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
CHI0162_000000024425	1351	0.5380495499156788	3	3	3	2	1	False	78527	maximal	True	CHI0162_000000024425	1.0		136	12	False	False	0.9918578863143921	0					non-mobilizable	other	1262.0	99.366	93.0	0.0004446210548696231	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0357_000000019857	1338	0.5380495499156788	3	3	3	2	1	False	85638	fragment	False	CHI0061_000000005757	0.9812448033475969		0	0	False	False	0.9992526173591614	0					non-mobilizable	no_good_hit	378.0	76.984	28.0	0.0001960803017728839	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
SPA0054_000000022085	1328	0.5380495499156788	3	3	3	2	1	False	6420	maximal	True	SPA0054_000000022085	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	81.064	57.0	0.00045278802582028203	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0100_000000024630	1288	0.5380495499156788	3	3	3	2	1	False	85638	fragment	False	CHI0061_000000005757	0.9635914828910579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	78.146	32.0	0.00011531096688828114	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
USA0023_01_000000024151	1256	0.5380495499156788	3	3	3	2	1	False	85638	fragment	False	CHI0061_000000005757	0.7255994740458086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	76.72	30.0	0.0001960803017728839	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
ENG0095_000000022956	1220	0.5380495499156788	3	3	3	2	1	False	60906	fragment	False	ENG0095_000000022956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	75.77600000000001	67.0	0.0033465853728729244	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ENG0004_000000022501	1215	0.5380495499156788	3	3	3	2	1	False	67735	fragment	False	ENG0004_000000022501	0.9987277353689568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	78.933	41.0	0.00013056272180224547	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0068_000000017142	1195	0.5380495499156788	3	3	3	2	1	False	35000	maximal	True	ISR0068_000000017142	1.0		45	8	False	False	0.9958158731460571	0					non-mobilizable	no_good_hit	669.0	89.985	56.0	0.005935754189944134	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0100_000000023576	1179	0.5380495499156788	3	3	3	2	1	False	67735	fragment	False	ENG0004_000000022501	0.9839506172839506		0	0	False	False	0.9660729169845581	0					non-mobilizable	no_good_hit	375.0	78.667	39.0	0.00013056272180224547	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0010_000000022322	1356	0.5380484941695487	2	2	2	2	1	False	125871	maximal	True	AST0010_000000022322	0.9776		93	10	False	False	0.9955752491950989	0					non-mobilizable	no_good_hit	470.0	75.532	34.0	0.0035873107674031465	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
CAN0004_000000023066	1257	0.5380464923548	2	1	1	1	1	True	96052	fragment	False	CAN0004_000000023066	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	100.0	100.0	0.000396330284493199	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
FIJ0034_000000023360	1199	0.5380448845928434	2	1	1	1	1	False	100782	fragment	False	AUS0014_000000019563	0.6441476826394344		0	0	False	False	0.9724770784378052	0					non-mobilizable	no_good_hit	252.0	95.635	21.0	0.0009530287484196247	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
CHI0151_000000018112	1355	0.538037851562693	2	2	2	2	2	False	79448	maximal	True	CHI0151_000000018112	1.0		732	13	False	False	0.9867158532142639	0					non-mobilizable	other	1356.0	94.912	100.0	0.0004054845450538217	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0033_000000032073	1227	0.5380352148387317	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.0283783233176522	PS871	0	0	False	True	0.9771801233291626	0					non-mobilizable	other	1227.0	91.60600000000001	100.0	0.5309657860545691	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0146_000000030323	1410	0.5380339447366278	3	3	3	3	3	False	89055	fragment	False	ISR0146_000000030323	0.9662651495119303		0	0	False	False	0.9865248203277588	0					non-mobilizable	other	1410.0	99.07799999999999	100.0	0.035268203549347954	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0108_000000020566	1393	0.5380290677731907	4	1	1	1	1	False	107131	maximal	False	ENG0057_000000016952	0.9504885993485341		0	0	False	False	0.9992821216583252	0					non-mobilizable	no_good_hit	487.0	78.645	35.0	0.004685825621042377	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
ISR0853_000000003593	4227	0.5380249070596731	6	3	2	2	0	True	122409	fragment	False	ISR0853_000000003593	1.0		0	0	False	False	0.9992902874946594	0					non-mobilizable	no_good_hit	376.0	82.979	27.0	0.00013091559402333261	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0130_000000008301	3396	0.5380249070596731	5	3	2	2	0	True	122407	fragment	False	ISR0130_000000008301	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	77.867	11.0	0.00037818406584469243	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0381_000000005232	3051	0.5380249070596731	3	3	2	2	0	True	122400	fragment	False	ISR0381_000000005232	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	78.56	26.0	0.00019225875415082916	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0209_000000010453	2819	0.5380249070596731	3	3	2	2	0	True	122398	fragment	False	ISR0209_000000010453	0.97015503875969		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	77.62899999999999	16.0	0.00013781655030552966	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
AST0094_000000009235	2396	0.5380249070596731	3	3	2	2	0	True	122396	fragment	False	AST0094_000000009235	0.8353530479427627		0	0	False	False	0.9995826482772827	0					non-mobilizable	no_good_hit	376.0	81.649	33.0	0.0001255496161648665	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0803_000000006207	2324	0.5380249070596731	3	3	2	2	0	True	122396	fragment	False	AST0094_000000009235	0.828440876599307		0	0	False	False	0.9952667951583862	0					non-mobilizable	no_good_hit	358.0	82.402	31.0	0.00012526963848593823	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0051_000000016733	2321	0.5380249070596731	3	3	2	2	0	True	122397	fragment	False	ISR0051_000000016733	1.0		0	0	False	False	0.9948298335075378	0					non-mobilizable	no_good_hit	376.0	79.255	16.0	0.00037818406584469243	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
CAN0007_000000018210	2241	0.5380249070596731	3	3	2	2	0	True	122396	fragment	False	AST0094_000000009235	0.7360539186904321		0	0	False	False	0.9915216565132141	0					non-mobilizable	no_good_hit	304.0	82.23700000000001	29.0	0.00010131483770944992	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
AST0019_000000013114	2207	0.5380249070596731	3	3	2	2	0	True	122396	fragment	False	AST0094_000000009235	0.332890227493364		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	77.021	26.0	0.00015584308923413724	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0098_000000014942	2183	0.5380249070596731	3	3	2	2	0	True	122396	fragment	False	AST0094_000000009235	0.4121215524695172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	79.518	15.0	0.0003344692410293113	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
FIJ0114_000000018446	2128	0.5380249070596731	3	3	2	2	0	True	122396	fragment	False	AST0094_000000009235	0.5045904709448434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	373.0	75.335	17.0	0.027145619515097426	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
FIJ0129_000000010185	2083	0.5380249070596731	3	3	2	2	0	True	122396	fragment	False	AST0094_000000009235	0.5866502171949998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	77.039	16.0	0.00010141804830610083	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0088_000000013359	2082	0.5380249070596731	3	3	2	2	0	True	122396	fragment	False	AST0094_000000009235	0.5873702899424988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	76.737	16.0	0.0001011069499984134	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0074_000000015018	2080	0.5380249070596731	3	3	2	2	0	True	122396	fragment	False	AST0094_000000009235	0.5871987516727125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	76.947	16.0	9.799596692153915e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0060_000000016485	1856	0.5380249070596731	3	3	2	2	0	True	82738	fragment	False	FIJ0017_000000015670	0.3779578606158833		0	0	False	False	0.9962284564971924	0					non-mobilizable	no_good_hit	240.0	78.333	13.0	0.0002429730960668857	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0005_000000008030	1852	0.5380249070596731	3	3	2	2	0	True	82738	fragment	False	FIJ0017_000000015670	0.7535537365568398		0	0	False	False	0.9956803321838379	0					non-mobilizable	no_good_hit	307.0	79.805	20.0	0.00010727315521049357	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0017_000000015670	1851	0.5380249070596731	3	3	2	2	0	True	82738	fragment	False	FIJ0017_000000015670	0.9138463431264687		0	0	False	False	0.9989194869995117	0					non-mobilizable	no_good_hit								True	True
FIJ0043_000000000476	35866	0.538020803816822	33	18	11	17	10	True	98440	fragment	False	FIJ0020_000000000236	0.962199230038143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	78.767	3.0	0.00025082563437983364	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
FIJ0154_000000022019	1775	0.5380195352198929	4	3	3	3	1	False	39585	maximal	True	FIJ0154_000000022019	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	351.0	92.023	32.0	0.00028414395544622777	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0151_000000000485	34702	0.5380152075284186	24	5	1	4	2	False	57122	maximal	True	ENG0151_000000000485	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2622.0	99.352	8.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	False
USA0121_01_000000030319	1387	0.5380124764206545	3	1	1	1	1	False	57278	maximal	False	ENG0148_000000023753	0.951402478799739		0	0	False	False	0.9891852736473083	0					non-mobilizable	no_good_hit	244.0	75.82	17.0	6.661160480510368e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0372_000000014498	1221	0.5380123111367938	2	2	1	2	1	False	23446	maximal	True	ISR0372_000000014498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	99.179	80.0	0.0033922059449019294	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
AST0142_000000000965	6062	0.5380118146213396	8	7	3	6	7	False	123751	fragment	False	AST0142_000000000965	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4350.0	97.632	100.0	0.000807694531229523	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
SPA0132_000000003222	10194	0.5380107243567824	16	13	7	13	11	True	132198	maximal	True	SPA0132_000000003222	0.9914719510992802		5	2	False	False	0.9989209175109863	0					non-mobilizable	no_good_hit	8399.0	99.821	83.0	0.002917593107281823	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
SPA0001_000000026474	1261	0.5380093837782581	2	1	1	1	1	False	110485	fragment	False	ENG0183_000000020390	0.4626051200438311		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	96.462	100.0	0.006269855364154778	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0190_000000017204	1315	0.5380088819922468	3	3	3	3	2	False	29169	maximal	True	ISR0190_000000017204	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	1315.0	99.62	100.0	0.0002888315817331829	CP036514.1	enterobacteria	Hafnia alvei strain PCM_1220 chromosome, complete genome	False	False
ENG0008_000000014347	1769	0.5380071755196036	3	3	3	3	2	False	67405	maximal	True	ENG0008_000000014347	1.0		27	7	False	False	0.9864330291748047	0					non-mobilizable	chromosome	1769.0	100.0	100.0	0.0003227093567825731	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
CHI0001_000000006455	1433	0.5380071755196036	3	3	3	3	2	False	94442	fragment	False	CAN0011_000000019018	0.4759480337078652		0	0	False	False	0.9993021488189697	0					non-mobilizable	other	1429.0	99.51	99.0	0.0002703402652515073	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
FIJ0003_000000016470	1425	0.5380049103933076	3	3	2	3	1	False	52160	fragment	False	FIJ0003_000000016470	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	96.564	99.0	0.005032335583277379	NZ_JHWQ01000002.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00002.2_C, whole genome shotgun sequence	False	False
ETH0005_000000011161	4324	0.5380045845459097	7	5	2	4	2	False	52789	maximal	True	ETH0005_000000011161	1.0		1	1	False	False	0.9937557578086853	0		MOBP			mobilizable	no_good_hit	1569.0	83.301	36.0	0.26218175687067946	CP016731.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM4 plasmid pJM4C, complete sequence	True	True
ISR0258_000000016565	1655	0.5380025328291812	2	2	2	1	1	False	26782	maximal	True	ISR0258_000000016565	1.0		1034	16	False	False	1.0	0					non-mobilizable	other	1655.0	100.0	100.0	0.047378974505872244	NZ_VJZV01000039.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold39_1, whole genome shotgun sequence	False	False
MON0076_000000011504	3916	0.5379966962411101	5	4	4	1	1	False	10307	maximal	True	MON0076_000000011504	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	97.98	3.0	0.12009803921568628	KU543759.1	bacteria	Uncultured bacterium clone TE_060101_060102_Contig_24 genomic sequence	True	False
MON0040_000000004866	5193	0.5379948034873563	6	5	5	4	3	True	13704	fragment	False	MON0011_000000007735	0.9545144310806672		0	0	False	False	0.9974966049194336	0					non-mobilizable	no_good_hit	2985.0	92.32799999999999	81.0	0.04810963321241435	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
ISR0244_000000003950	5057	0.5379928508061027	4	4	4	4	3	False	89735	fragment	False	ISR0244_000000003950	0.9896664620421527		0	0	False	False	0.9998022317886353	0					non-mobilizable	no_good_hit	2181.0	98.12	59.0	0.09950702939565456	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0024_000000003440	4887	0.5379928508061027	4	4	4	4	3	False	89735	fragment	False	ISR0244_000000003950	0.9736009491793554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2184.0	98.031	58.0	0.09959832024831113	NZ_CABKPS010000047.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0097_000000016884	2122	0.5379913800497255	3	3	3	3	1	False	78023	fragment	False	ISR0796_000000011293	0.724666973041894		0	0	False	False	1.0	0					non-mobilizable	chromosome	2133.0	86.029	100.0	0.0007115600229826482	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0106_000000019626	1379	0.5379889679741376	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.5090979104969708		0	0	False	False	0.9934735298156738	0					non-mobilizable	other	1379.0	99.20200000000001	100.0	0.01989776763797037	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0045_000000002783	10038	0.5379867766870827	15	7	2	5	3	False	107964	fragment	False	DEN0045_000000002783	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10042.0	97.899	100.0	0.002780878751020544	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0036_000000012560	3070	0.5379865389606521	3	3	3	2	2	True	47966	maximal	True	FIJ0036_000000012560	1.0		0	0	False	False	0.9960911870002747	0		MOBV			mobilizable	no_good_hit	2051.0	91.029	67.0	0.014218602323900594	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	True	True
MON0090_000000012015	4571	0.5379813863892005	4	4	4	4	4	False	9926	fragment	False	MON0090_000000012015	1.0		0	0	False	False	0.9846860766410828	0					non-mobilizable	other	4479.0	99.821	98.0	0.0879056163012112	NZ_WEHX01000008.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_8_length_50941_cov_151.896090, whole genome shotgun sequence	False	False
FIJ0141_000000018781	1584	0.5379777172004435	2	2	2	2	2	False	40257	maximal	True	FIJ0141_000000018781	1.0		35	3	False	False	0.9993686676025391	0					non-mobilizable	other	1431.0	94.27	90.0	0.022465202501021145	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
CHI0011_000000001365	4211	0.5379766469113128	5	4	3	3	4	True	90210	maximal	True	CHI0011_000000001365	1.0		22	10	False	False	0.9992876052856445	0					non-mobilizable	chromosome	4212.0	99.691	100.0	0.0007899697293955034	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	True
MON0094_000000034840	1117	0.5379730063943488	2	2	2	2	2	False	14300	fragment	False	MON0002_000000024573	0.9504237288135593		0	0	False	False	0.9973142147064209	0					non-mobilizable	other	1122.0	77.807	99.0	0.017601126472094213	NZ_QSBM01000029.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf29, whole genome shotgun sequence	False	False
CHI0109_000000010464	1815	0.5379678129781312	2	2	2	2	1	False	82775	maximal	True	CHI0109_000000010464	1.0		6	4	False	False	0.9730027318000793	0					non-mobilizable	no_good_hit	223.0	73.991	12.0	0.0003494539582442412	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0015_000000015924	1638	0.5379663032557176	3	2	2	1	1	False	78236	maximal	False	CHI0186_000000011467	0.9812945368171022		0	0	False	False	0.9951159954071045	0					non-mobilizable	other	1637.0	100.0	99.0	0.00441729983097618	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ENG0090_000000003352	6074	0.5379632685329435	4	3	1	3	0	True	129144	fragment	False	ISR0812_000000005528	0.5789042826104268		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	81.047	32.0	0.002622130868167875	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0071_000000012616	2834	0.5379593587498407	5	2	2	1	1	False	44887	maximal	True	FIJ0071_000000012616	1.0		9	2	False	False	0.9985885620117188	0					non-mobilizable	no_good_hit								True	False
MAD0068_000000004247	5587	0.5379590520811252	7	6	4	5	4	True	57324	maximal	True	MAD0068_000000004247	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4885.0	97.912	87.0	0.13209488734835356	CP016734.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06A, complete sequence	True	True
ISR0321_000000002724	3588	0.5379583177537742	6	4	3	3	2	False	25033	maximal	True	ISR0321_000000002724	1.0		4	2	False	False	0.9924749135971069	0					non-mobilizable	no_good_hit	2093.0	89.059	58.0	0.02965281730221969	NZ_CABMGA010000013.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0801_000000006560	1226	0.5379528422889274	2	2	2	2	2	False	21866	maximal	True	ISR0801_000000006560	1.0		178	10	False	False	1.0	0					non-mobilizable	other	1226.0	98.777	100.0	0.01998173098881023	NZ_QRUU01000015.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf15, whole genome shotgun sequence	False	False
AST0151_000000005306	3043	0.5379460036335637	4	3	3	3	3	False	129918	fragment	False	AST0151_000000005306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	98.473	63.0	0.009037273821503976	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0099_000000014469	2306	0.5379440250478492	3	3	3	3	3	False	9167	maximal	True	MON0099_000000014469	1.0		204	10	False	False	0.9986990690231323	0					non-mobilizable	other	2306.0	98.916	100.0	0.008257475612683196	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0063_000000011360	1248	0.537942640516622	2	2	2	1	1	False	85381	fragment	False	CHI0063_000000011360	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	96.87799999999999	100.0	0.000300457891079557	CP011914.1	firmicutes	Eubacterium limosum strain SA11, complete genome	False	False
SPA0029_000000023400	1167	0.5379350209439638	2	2	2	2	2	False	126840	fragment	False	ENG0053_000000016561	0.23873209772535803		0	0	False	False	0.9717223644256592	0					non-mobilizable	other	1167.0	99.486	100.0	0.006101485601854517	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0152_000000006264	3830	0.537934202439566	4	2	2	1	1	False	30733	maximal	True	ISR0152_000000006264	1.0		253	13	False	False	0.9869451522827148	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.0005653915740501421	NZ_APLF01000017.1	CFB group bacteria	Psychroflexus gondwanensis ACAM 44 pgond_contig024, whole genome shotgun sequence	True	False
ISR0042_000000020139	1593	0.5379320789033052	3	3	2	3	2	False	36352	maximal	True	ISR0042_000000020139	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0076_000000019072	2482	0.5379312487620225	4	3	3	0	2	False	10294	maximal	True	MON0076_000000019072	1.0		8	3	False	False	0.9995970726013184	0					non-mobilizable	chromosome	1542.0	90.53200000000001	90.0	0.0005281774951655415	CP051910.1	firmicutes	Staphylococcus aureus strain ER11236.3 chromosome, complete genome	False	False
FIJ0145_000000008681	1773	0.5379306147984986	2	2	2	2	2	False	83533	fragment	False	FIJ0145_000000008681	0.9721542227662179		0	0	False	False	0.9971799254417419	0					non-mobilizable	chromosome	1775.0	95.211	100.0	0.0003666606936011915	CP057520.1	enterobacteria	Escherichia coli strain RHB23-C14 chromosome, complete genome	False	False
CHI0111_000000004862	6362	0.5379290666845553	7	3	3	3	3	False	82649	maximal	True	CHI0111_000000004862	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	93.08200000000001	35.0	0.0002585873802846252	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
CAN0017_000000003988	9732	0.5379287256270037	13	10	9	8	6	True	93275	maximal	True	CAN0017_000000003988	0.9789915966386555		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	82.29700000000001	2.0	7.250084700508761e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0827_000000003390	3166	0.5379264985790648	3	3	3	3	3	False	92324	fragment	False	ISR0827_000000003390	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1822.0	99.89	58.0	0.9994511525795828	NZ_JAANXY010000054.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_54, whole genome shotgun sequence	True	False
ISR0807_000000000478	21522	0.5379238100041329	32	8	3	7	2	False	21770	maximal	True	ISR0807_000000000478	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	90.551	1.0	0.0017433896475862354	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	False
MAD0105_000000015348	2326	0.5379207364400856	2	2	2	2	2	False	92751	fragment	False	MAD0105_000000015348	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	83.309	94.0	0.00343401744743079	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
MON0044_000000026684	2023	0.5379189102920021	3	3	3	3	2	False	11621	fragment	False	MON0044_000000026684	1.0		0	0	False	False	0.9970341324806213	0					non-mobilizable	other	1981.0	98.94	98.0	0.005419089976052002	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
BAN0041_000000004378	1358	0.5379185833791358	3	3	3	2	2	False	97533	fragment	False	ISR0200_000000017311	0.7213007083127807		0	0	False	False	0.9985272288322449	0					non-mobilizable	no_good_hit	787.0	75.34899999999999	57.0	0.0031369098765381344	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ISR0109_000000006960	4259	0.537912681555605	4	3	3	3	2	False	41010	maximal	True	ISR0109_000000006960	1.0		16	3	False	False	0.9992955923080444	0					non-mobilizable	no_good_hit	1335.0	73.708	31.0	0.0009583262104753819	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ENG0171_000000006115	3863	0.5379114106963687	5	4	3	2	4	False	112804	maximal	True	ENG0171_000000006115	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2290.0	74.148	59.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0041_000000000996	15473	0.5379112115708213	21	9	2	9	3	False	18311	maximal	True	MAD0041_000000000996	1.0		1	1	False	False	0.9997414946556091	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.056910569105691054	XM_009693241.1	apicomplexans	Theileria orientalis strain Shintoku conserved hypothetical protein partial mRNA	True	False
FIJ0027_000000015329	1130	0.537911057651431	2	1	1	1	1	False	48968	fragment	False	FIJ0027_000000015329	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	94.186	99.0	0.01942034528921884	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
CHI0031_000000003625	2622	0.5379096672173745	4	4	2	3	4	False	88480	maximal	True	CHI0031_000000003625	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1943.0	80.34	74.0	0.12976687777927504	LN852896.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0222	True	False
AST0104_000000020255	1706	0.5379093647717479	2	2	2	1	1	False	107810	fragment	False	AST0104_000000020255	1.0		0	0	False	False	0.9923798441886902	0					non-mobilizable	no_good_hit	149.0	100.0	9.0	2.0889709672556624e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0231_000000009994	1856	0.5379034435003572	2	2	2	2	2	False	27480	maximal	True	ISR0231_000000009994	1.0		93	10	False	False	0.9854525923728943	0					non-mobilizable	no_good_hit	157.0	79.618	8.0	0.002170374389582203	NZ_QOHO01000062.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_62, whole genome shotgun sequence	True	False
FIJ0090_000000006247	5937	0.5379027687343356	9	6	5	5	6	False	43536	maximal	True	FIJ0090_000000006247	1.0		3	1	False	False	0.9998315572738647	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000012522	2190	0.5378997541839878	3	2	2	2	2	False	14551	maximal	True	MAD0110_000000012522	1.0		31	10	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	81.35600000000001	5.0	0.0005414056600637339	NZ_FOOK01000001.1	firmicutes	Planifilum fulgidum strain DSM 44945, whole genome shotgun sequence	True	False
MAD0093_000000008197	3576	0.5378930195193468	3	2	2	2	2	False	15682	maximal	True	MAD0093_000000008197	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1403.0	74.555	39.0	0.0011383123289558609	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
ISR0845_000000004292	2369	0.5378917024597871	4	4	2	3	1	False	82093	maximal	True	ISR0845_000000004292	0.9610664409648753		144	11	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	97.537	74.0	0.002610697097973571	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0158_000000007986	2363	0.5378917024597871	4	4	2	3	1	False	82093	maximal	False	ISR0845_000000004292	0.9598986914309835		0	0	False	False	0.9995768070220947	0					non-mobilizable	no_good_hit	961.0	96.87799999999999	74.0	0.0030903442836678523	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0117_000000006872	2128	0.5378917024597871	4	4	2	3	1	False	82092	fragment	False	CHI0117_000000006872	0.9789896128423041		0	0	False	False	0.9995300769805908	0					non-mobilizable	no_good_hit	1025.0	96.29299999999999	70.0	0.0032963672359123757	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0264_000000004970	2118	0.5378917024597871	4	4	2	3	1	False	82092	fragment	False	CHI0117_000000006872	0.9767387218045113		0	0	False	False	0.9938621520996094	0					non-mobilizable	no_good_hit	1050.0	98.095	70.0	0.0033768449516328927	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0393_000000009516	1866	0.5378917024597871	4	4	2	3	1	False	77972	fragment	False	ISR0393_000000009516	0.9929378531073447		0	0	False	False	0.9898177981376648	0					non-mobilizable	no_good_hit	905.0	97.79	66.0	0.0029100742004538943	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0170_000000005502	1804	0.5378917024597871	4	4	2	3	1	False	77971	fragment	False	CHI0170_000000005502	1.0		0	0	False	False	0.9994456768035889	0					non-mobilizable	no_good_hit	1060.0	96.132	59.0	0.0034090360379210997	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0046_000000018334	1770	0.5378917024597871	4	4	2	3	1	False	77972	fragment	False	ISR0393_000000009516	0.967577706323687		0	0	False	False	0.9988700747489929	0					non-mobilizable	no_good_hit	820.0	97.073	65.0	0.0026364499670041364	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0069_000000015778	1585	0.5378917024597871	4	4	2	3	1	False	77788	fragment	False	ISR0069_000000015778	0.9608372721134368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	97.51799999999999	43.0	0.0022018703021133446	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0174_000000010272	1481	0.5378917024597871	4	4	2	3	1	False	77788	fragment	False	ISR0069_000000015778	0.9305993690851735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	94.844	50.0	0.00236926395081202	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0236_000000001558	5298	0.5378910813805083	6	6	4	5	5	False	27337	maximal	True	ISR0236_000000001558	1.0		42	4	False	False	1.0	0					non-mobilizable	no_good_hit	2002.0	97.552	73.0	0.34812108559498955	NZ_JAAIQH010000045.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_45_length_5748_cov_292.224, whole genome shotgun sequence	True	False
ENG0196_000000007293	1600	0.5378873816652466	3	3	3	2	2	False	54411	maximal	True	ENG0196_000000007293	1.0		24	5	False	False	0.9850000143051147	0					non-mobilizable	no_good_hit	113.0	84.071	7.0	0.0008227036562136361	NZ_SMBP01000007.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_107, whole genome shotgun sequence	True	False
ENG0042_000000016145	1562	0.5378816690530452	2	2	2	1	1	False	64681	maximal	True	ENG0042_000000016145	1.0		59	8	False	False	0.9967989921569824	0					non-mobilizable	other	589.0	98.132	94.0	0.0001829258049202064	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0025_000000020341	1360	0.5378816690530452	2	2	2	1	1	False	66118	maximal	True	ENG0025_000000020341	1.0		10	3	False	False	1.0	0					non-mobilizable	chromosome	603.0	97.844	96.0	0.00020262967541889983	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0062_000000017007	1289	0.5378774656885351	3	3	2	2	1	False	71626	fragment	False	DEN0062_000000017007	1.0		0	0	False	False	0.9992241859436035	0					non-mobilizable	other	1317.0	94.229	100.0	0.007514285714285715	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0127_000000008245	2851	0.5378760709418651	3	1	1	1	0	True	48649	maximal	True	ISR0127_000000008245	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	92.23	24.0	0.003985853675394842	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CHI0105_000000006051	1127	0.5378756894058905	3	2	1	2	2	False	83180	maximal	False	DEN0001_000000039081	0.9846491228070176		0	0	False	False	0.997338056564331	0					non-mobilizable	other	1127.0	99.46799999999999	100.0	0.003576090374092083	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
USA0081_01_000000007322	4285	0.5378719345989552	5	3	2	3	0	True	1128	fragment	False	USA0081_01_000000007322	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3054.0	79.306	94.0	0.391604745144049	NZ_FOYZ01000033.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	False	True
USA0048_01_000000003920	3876	0.5378719345989552	5	3	2	3	0	True	1127	fragment	False	USA0048_01_000000003920	1.0		0	0	False	False	0.9994840025901794	0					non-mobilizable	other	2437.0	79.442	93.0	0.31156302959196974	NZ_FOYZ01000033.1	firmicutes	[Clostridium] populeti strain 743A, whole genome shotgun sequence	False	True
SPA0057_000000026800	1234	0.5378655947199922	3	2	1	1	2	False	68691	fragment	False	DEN0090_000000023353	0.9602929838087895		0	0	False	False	0.9797406792640686	0					non-mobilizable	no_good_hit	675.0	81.48100000000001	55.0	0.0642754662840746	NZ_RXHQ01000050.1	firmicutes	Xylanivirga thermophila strain SYSU GA17129 Scaffold49_1, whole genome shotgun sequence	True	False
ENG0159_000000003302	6453	0.5378639809928095	9	8	7	8	7	False	75938	maximal	False	SPA0158_000000001819	0.960782520959938	PS39	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	993.0	80.665	23.0	0.00027655741110944263	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0028_000000001373	9724	0.5378631526285896	13	10	5	6	10	False	116704	maximal	True	ISR0028_000000001373	1.0	PS782	5	3	False	True	0.9992801547050476	0					non-mobilizable	no_good_hit	6199.0	97.193	64.0	0.002094670306670553	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	True	True
ENG0210_000000013363	1879	0.5378627146562858	4	3	2	3	3	False	53718	maximal	True	ENG0210_000000013363	1.0		41	9	False	False	0.9898882508277893	0					non-mobilizable	no_good_hit								True	False
ISR0101_000000017306	1364	0.5378604837040204	2	2	2	2	1	False	81519	maximal	True	ISR0101_000000017306	1.0		1	1	False	False	0.9985337257385254	0					non-mobilizable	no_good_hit								True	False
CHI0125_000000013028	1197	0.5378604837040204	2	2	2	2	1	False	81516	fragment	False	CHI0125_000000013028	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0178_000000003227	4642	0.5378592178689487	4	4	2	2	4	False	89152	fragment	False	ISR0178_000000003227	1.0		0	0	False	False	0.9993537068367004	0					non-mobilizable	other	4635.0	99.50399999999999	100.0	0.000895427706549743	CP021844.1	enterobacteria	Escherichia coli strain EC1515, complete genome	False	False
MAD0052_000000002958	4889	0.5378465718495135	7	2	2	2	2	False	76853	maximal	True	MAD0052_000000002958	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	70.747	19.0	0.0003197620120673317	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0183_000000018286	1630	0.5378442067950285	2	2	2	2	2	False	111256	maximal	True	ENG0183_000000018286	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	95.76700000000001	64.0	0.00021475280671962954	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0019_000000016092	3903	0.5378374250199702	3	2	1	2	0	False	13218	maximal	True	MON0019_000000016092	1.0		2	1	False	False	0.9989751577377319	0					non-mobilizable	no_good_hit								True	False
ISR0069_000000022041	1168	0.5378370934638621	2	2	1	2	2	False	34926	fragment	False	ISR0069_000000022041	0.964633068081344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0004_01_000000007829	3264	0.5378354690099568	2	2	1	1	2	False	2207	maximal	True	USA0004_01_000000007829	1.0		42	9	False	False	0.9950980544090271	0					non-mobilizable	other	3264.0	99.41799999999999	100.0	0.009685280332914815	NZ_JAATLI010000006.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_06, whole genome shotgun sequence	False	False
SPA0019_000000008629	3284	0.537831120666674	5	5	5	4	4	False	71807	maximal	True	SPA0019_000000008629	1.0		50	9	False	False	1.0	0					non-mobilizable	other	3276.0	99.939	99.0	0.00131644267042908	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
ENG0204_000000007714	3155	0.5378269363326984	5	4	4	3	2	False	111372	maximal	True	ENG0204_000000007714	1.0		54	10	False	False	0.9984152317047119	0					non-mobilizable	chromosome	2965.0	97.538	100.0	0.0005824175932177736	CP042615.1	enterobacteria	Escherichia coli strain NCYU-26-73 chromosome, complete genome	False	False
MON0015_000000003315	8861	0.5378248289766789	14	5	3	4	3	False	26676	maximal	True	MON0015_000000003315	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	239.0	96.234	8.0	0.00011330419796814153	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ISR0261_000000003406	4887	0.537824273074135	5	4	4	4	4	False	100479	fragment	False	ISR0261_000000003406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3498.0	97.77	87.0	0.006052820205615826	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
MON0083_000000037257	1117	0.5378239670644462	2	2	2	2	2	False	9839	maximal	True	MON0083_000000037257	1.0		161	12	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	4.0	0.00015750995962366646	NZ_CABJCG010000007.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0323_000000013254	1627	0.5378204810505133	3	3	2	2	3	False	24973	maximal	True	ISR0323_000000013254	1.0		43	9	False	False	1.0	0					non-mobilizable	chromosome	1627.0	99.816	100.0	0.0007621708275131481	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
FIJ0008_000000001243	16838	0.5378202290831703	18	9	5	7	2	True	122922	fragment	False	FIJ0008_000000001243	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0187_000000011665	2402	0.5378198493184504	4	3	3	3	3	False	29299	maximal	True	ISR0187_000000011665	1.0		3	2	False	False	0.9950041770935059	0					non-mobilizable	other	1459.0	99.52	100.0	0.000622406904703868	CP015895.1	firmicutes	Lactococcus lactis subsp. lactis strain 184, complete genome	False	False
CAN0018_000000023151	1473	0.537819841042269	2	2	2	2	2	False	92113	maximal	True	CAN0018_000000023151	1.0		196	12	False	False	0.9775967597961426	0					non-mobilizable	no_good_hit	57.0	94.73700000000001	7.0	3.564719714364102e-05	NC_009620.1	a-proteobacteria	Sinorhizobium medicae WSM419 plasmid pSMED01, complete sequence	True	False
AST0153_000000006740	4448	0.5378173350108577	7	5	5	5	4	False	128348	fragment	False	AST0153_000000006740	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2349.0	98.765	100.0	0.0008244611218786187	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0090_000000003007	8953	0.5378144091736964	11	7	5	6	2	True	5392	fragment	False	SPA0090_000000003007	1.0		0	0	False	False	0.9983245730400085	0					non-mobilizable	no_good_hit	3080.0	76.494	34.0	0.030367076745159812	NZ_FMKA01000013.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
MON0013_000000025921	2073	0.5378111584731887	4	1	1	1	1	True	13525	fragment	False	MON0013_000000025921	1.0		0	0	False	False	0.9961408376693726	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
ENG0171_000000014506	1656	0.5378111584731887	3	1	1	1	1	True	55786	fragment	False	ENG0171_000000014506	1.0		0	0	False	False	0.9722222089767456	0					non-mobilizable	no_good_hit	60.0	86.667	4.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
SPA0020_000000015598	2067	0.5378106302197093	3	3	3	2	1	True	32516	maximal	True	SPA0020_000000015598	1.0		3	3	False	False	0.9995161890983582	0					non-mobilizable	no_good_hit	711.0	71.589	33.0	0.00010835173953935301	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	True
ENG0169_000000015324	1571	0.5378084641955057	4	4	4	3	2	False	99098	maximal	True	ENG0169_000000015324	1.0		38	10	False	False	0.9656270146369934	0					non-mobilizable	no_good_hit	298.0	98.993	19.0	6.762022568762598e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0037_000000002003	8823	0.5378082755346603	12	7	4	4	5	True	113134	fragment	False	ISR0042_000000002093	0.898118669867483		0	0	False	False	0.9998866319656372	0					non-mobilizable	other	8059.0	95.955	94.0	0.18402285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ENG0097_000000005642	5493	0.537804629954608	7	5	3	5	3	False	64874	maximal	False	ISR0159_000000004329	0.9997209638575251		0	0	False	False	0.9996358752250671	0					non-mobilizable	no_good_hit	138.0	84.05799999999999	3.0	0.002307912602550496	NZ_LOHE01000036.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00036, whole genome shotgun sequence	True	False
ISR0159_000000004329	5493	0.537804629954608	7	5	3	5	3	False	64874	maximal	True	ISR0159_000000004329	0.9998140424802157		10	5	False	False	0.999817967414856	0					non-mobilizable	no_good_hit	138.0	84.05799999999999	3.0	0.002307912602550496	NZ_LOHE01000036.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00036, whole genome shotgun sequence	True	False
USA0026_01_000000006303	5469	0.537804629954608	6	5	3	5	3	False	64874	maximal	False	ISR0159_000000004329	0.9975367647287081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	84.05799999999999	3.0	0.002307912602550496	NZ_LOHE01000036.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00036, whole genome shotgun sequence	True	False
SPA0034_000000010172	3533	0.5378030331329434	4	4	4	3	2	False	75999	maximal	True	SPA0034_000000010172	1.0		82	11	False	False	0.9966034293174744	0					non-mobilizable	no_good_hit	613.0	71.778	17.0	0.0012711536085475133	NZ_FUHN01000006.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
ISR0282_000000017876	1393	0.5378008380086315	2	2	2	1	1	False	26131	maximal	True	ISR0282_000000017876	1.0		53	8	False	False	1.0	0					non-mobilizable	other	1393.0	99.713	100.0	0.018215842024680372	NZ_QSFS01000017.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf17, whole genome shotgun sequence	False	False
ISR0814_000000005289	7237	0.5377996812967131	5	3	3	3	3	True	86146	maximal	True	ISR0814_000000005289	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	76.443	6.0	0.011877991120336735	NZ_FNGW01000015.1	firmicutes	Romboutsia lituseburensis DSM 797, whole genome shotgun sequence	True	True
MON0025_000000039181	1112	0.5377988307354656	5	3	3	1	0	False	12778	maximal	True	MON0025_000000039181	1.0		11	4	False	False	0.9757194519042969	0					non-mobilizable	no_good_hit								True	False
FIJ0147_000000017588	1255	0.5377987683518578	2	2	2	2	2	False	39932	fragment	False	FIJ0147_000000017588	1.0		0	0	False	False	0.9896414279937744	0					non-mobilizable	other	1246.0	93.579	98.0	0.05033150064683053	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0785_000000005117	5596	0.5377968433973832	5	3	3	2	1	False	22212	maximal	True	ISR0785_000000005117	1.0		163	10	False	False	1.0	0					non-mobilizable	other	5599.0	96.60700000000001	100.0	0.0019494895786802845	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CHI0152_000000010468	1234	0.5377944264972484	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.03793597776092889		0	0	False	False	1.0	0					non-mobilizable	other	1038.0	79.76899999999999	94.0	0.00047576200444537236	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
SPA0143_000000017331	1220	0.5377932960588503	1	1	1	1	1	False	3397	fragment	False	SPA0143_000000017331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	87.242	63.0	0.00035957634351433407	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CHI0119_000000009866	1320	0.537792983712114	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.37073044511198766		0	0	False	False	1.0	0					non-mobilizable	chromosome	1323.0	92.139	100.0	0.00046649707627721216	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0091_000000000944	17907	0.5377852424969322	16	10	3	6	9	True	5354	maximal	True	SPA0091_000000000944	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9372.0	98.624	88.0	0.003675442357335371	CP012713.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1279, complete genome	True	True
SPA0034_000000019935	1769	0.5377841543036384	2	2	2	2	2	False	119248	maximal	False	CAN0007_000000022786	0.972515619626433		0	0	False	False	0.9988694190979004	0					non-mobilizable	no_good_hit	548.0	74.453	31.0	0.016301732435033685	NZ_SPFY01000026.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_26_length_33248_cov_17.5032, whole genome shotgun sequence	True	False
USA0079_01_000000002366	5830	0.5377812081497247	13	9	5	6	7	True	89796	maximal	True	USA0079_01_000000002366	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1887.0	97.03200000000001	74.0	0.009316217338845264	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
CAN0017_000000024381	1397	0.5377790349585415	2	2	2	2	2	False	92359	fragment	False	ETH0004_000000018317	0.9331608259224371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	78.956	43.0	0.0001691781938536024	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0032_000000011161	3114	0.5377722252730968	5	3	3	2	2	False	48458	maximal	True	FIJ0032_000000011161	1.0		1	1	False	False	0.9942196607589722	0					non-mobilizable	no_good_hit	319.0	76.48899999999999	10.0	0.0019061816493358911	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
USA0031_01_000000015401	1802	0.5377721271495658	2	2	2	2	2	False	41053	fragment	False	USA0031_01_000000015401	0.9885657965044006		0	0	False	False	0.997225284576416	0					non-mobilizable	other	1802.0	99.556	100.0	0.005718712987924339	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
FIJ0132_000000007741	3770	0.5377714985478651	8	2	1	1	2	False	40793	maximal	True	FIJ0132_000000007741	1.0		3	2	False	False	0.999469518661499	0					non-mobilizable	no_good_hit	102.0	86.275	3.0	2.7703125393108764e-05	NZ_AP017369.1	high GC Gram+	Corynebacterium suranareeae strain N24	True	False
MAD0111_000000014379	1199	0.53777017150661	3	2	1	2	1	False	14491	maximal	True	MAD0111_000000014379	1.0		10	4	False	False	0.9666388630867004	0					non-mobilizable	no_good_hit	674.0	99.555	56.0	0.0033199155468734585	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0058_000000023997	1713	0.5377631309242681	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.06831667888142019		0	0	False	False	1.0	0					non-mobilizable	chromosome	1681.0	98.215	98.0	0.0005414947769927894	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0209_000000004107	4657	0.5377630762680062	9	5	2	3	4	False	53800	maximal	True	ENG0209_000000004107	1.0		1	1	False	False	0.996349573135376	0					non-mobilizable	no_good_hit	1388.0	88.545	60.0	0.00042313004950988455	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
ENG0091_000000018897	1308	0.5377606865214846	3	3	3	3	2	False	61154	maximal	True	ENG0091_000000018897	1.0		15	9	False	False	0.9992354512214661	0					non-mobilizable	no_good_hit	889.0	99.213	68.0	0.006943955157863423	NZ_CYXV01000011.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0052_000000009856	2287	0.5377599150475098	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8093876855856504	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2300.0	92.21700000000001	100.0	0.9948029449978346	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0836_000000009655	2070	0.5377599150475098	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.3387457218620679	PS871	0	0	False	True	0.9937198162078857	0					non-mobilizable	other	2026.0	91.85600000000001	98.0	0.8765699436985708	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
AST0060_000000008244	3422	0.5377592024897431	5	3	3	1	2	False	112494	maximal	True	AST0060_000000008244	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	92.43299999999999	25.0	0.001066300793760276	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0057_000000007609	1226	0.5377541784259653	2	2	2	2	1	False	117152	fragment	False	CHI0101_000000008344	0.8463862213725519		0	0	False	False	0.9975529909133911	0					non-mobilizable	no_good_hit	288.0	73.611	23.0	0.00010657472220210395	NZ_VUNZ01000001.1	CFB group bacteria	Chryseobacterium sediminis strain IMT-174 Chryseobacteium.sediminis-2_scaffold1, whole genome shotgun sequence	True	False
AUS0010_000000002524	7928	0.537752110723714	10	6	4	4	5	False	101616	maximal	True	AUS0010_000000002524	1.0		8	4	False	False	0.9989908933639526	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000001417	11788	0.5377504366508941	14	9	5	9	5	True	105450	fragment	False	ISR0097_000000001417	1.0		0	0	False	True	0.9999151825904846	0					non-mobilizable	other	11788.0	99.941	100.0	0.005176884575721215	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
SPA0003_000000001049	13091	0.5377504138633	18	10	6	8	3	False	40898	maximal	True	SPA0003_000000001049	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1399.0	89.27799999999999	11.0	0.007284434314044725	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	True	False
ENG0185_000000009090	2310	0.537747324307476	5	4	2	2	3	True	124250	fragment	False	ISR0071_000000003227	0.3233557827766547		0	0	False	False	1.0	0		MOBV			mobilizable	other	2312.0	97.189	100.0	0.36258044263067024	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
TAN0022_000000001078	4283	0.5377469650872455	6	4	2	4	3	False	69230	maximal	True	TAN0022_000000001078	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	85.0	5.0	0.27229299363057324	AY546478.1	CFB group bacteria	Porphyromonas gingivicanis strain ATCC 55562 16S-23S ribosomal RNA intergenic spacer, partial sequence	True	False
DEN0051_000000039828	1231	0.5377465068608215	2	2	2	2	1	False	72413	fragment	False	DEN0051_000000039828	1.0		0	0	False	False	0.9788789749145508	0					non-mobilizable	other	1190.0	99.916	97.0	0.002537767703544337	NZ_JAATLI010000003.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_03, whole genome shotgun sequence	False	False
ISR0791_000000007324	2480	0.5377442943957504	4	2	2	2	1	False	22051	maximal	True	ISR0791_000000007324	1.0		72	9	False	False	0.9995967745780945	0					non-mobilizable	no_good_hit	403.0	80.893	16.0	0.00012709864840031783	NC_009922.1	firmicutes	Alkaliphilus oremlandii OhILAs, complete genome	True	False
ISR0389_000000001053	13692	0.537743190176348	20	6	5	6	4	False	62687	fragment	False	ISR0389_000000001053	1.0		0	0	False	False	0.9981741309165955	0					non-mobilizable	no_good_hit	889.0	95.726	6.0	0.9988751406074241	GQ882589.1		Uncultured organism clone VC1D347TR genomic sequence	True	False
ISR0123_000000021135	1116	0.5377429644246527	2	2	2	1	1	False	32092	fragment	False	ISR0271_000000016191	0.6925131289163159		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	97.36399999999999	99.0	0.0005231987964999476	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0166_000000005170	5003	0.5377420836238412	7	3	3	2	1	True	78547	maximal	True	ENG0166_000000005170	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	78.788	2.0	1.9928030747290774e-05	NZ_CP010803.1	a-proteobacteria	Martelella endophytica strain YC6887 chromosome, complete genome	True	True
ENG0005_000000007582	3160	0.5377406986591359	3	3	1	3	1	True	67696	fragment	False	ENG0005_000000007582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2575.0	92.272	81.0	0.029162885662431942	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ISR0146_000000035565	1214	0.5377390071290964	2	2	2	2	2	False	30973	maximal	True	ISR0146_000000035565	1.0		208	12	False	False	0.9950576424598694	0					non-mobilizable	no_good_hit	508.0	89.37	63.0	0.004183512331440004	NZ_JAAIOD010000009.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_9_length_120951_cov_287.588, whole genome shotgun sequence	True	False
CHI0095_000000003666	2232	0.5377378881010946	2	2	2	2	1	False	83502	fragment	False	CHI0095_000000003666	1.0		0	0	False	False	0.9923835396766663	0					non-mobilizable	other	2157.0	98.98	97.0	0.0006445535375555577	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0088_000000012782	2455	0.5377343533363717	3	2	2	2	2	False	124762	maximal	True	MON0088_000000012782	1.0		5	3	False	False	0.9926680326461792	0					non-mobilizable	no_good_hit	1126.0	99.023	81.0	0.010063028219452801	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0388_000000016357	2130	0.5377343533363717	3	2	2	2	2	False	124761	fragment	False	ISR0388_000000016357	0.9929111531190926		0	0	False	False	0.9995304942131042	0					non-mobilizable	other	1950.0	98.51299999999999	96.0	0.017449147686577855	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0190_000000014270	2116	0.5377343533363717	2	2	2	2	2	False	124761	fragment	False	ISR0388_000000016357	0.9896713615023474		0	0	False	False	0.989130437374115	0					non-mobilizable	other	1950.0	97.949	94.0	0.017449147686577855	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0021_000000011709	1549	0.5377341956236503	2	2	2	2	1	True	66351	maximal	True	ENG0021_000000011709	1.0		7	5	False	False	0.9967721104621887	0					non-mobilizable	other	1549.0	99.54799999999999	100.0	0.00043503749247536896	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0286_000000016200	1299	0.5377335620703817	2	2	2	2	1	True	113698	maximal	False	AST0055_000000022653	0.5706702457296827		0	0	False	False	0.9969207048416138	0					non-mobilizable	other	1299.0	98.76799999999999	100.0	0.002779133800947218	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
SPA0019_000000023008	1268	0.5377335620703817	2	2	2	2	1	True	113698	maximal	False	AST0055_000000022653	0.5037778579257581		0	0	False	False	0.9992113709449768	0					non-mobilizable	other	1268.0	98.738	100.0	0.00271276003528515	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
DEN0008_000000007984	1188	0.5377335620703817	2	2	2	2	1	True	113698	maximal	False	AST0055_000000022653	0.19338232364440794		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	98.65299999999999	100.0	0.0025414728980927177	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	True
ISR0358_000000006803	2803	0.5377335019744969	5	5	5	4	3	False	23863	maximal	True	ISR0358_000000006803	1.0		225	11	False	False	1.0	0					non-mobilizable	no_good_hit	2492.0	94.984	88.0	0.00813069287501431	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
FIJ0088_000000014703	1896	0.5377333950683144	3	3	2	2	3	False	43659	fragment	False	FIJ0088_000000014703	1.0		0	0	False	False	0.9984177350997925	0					non-mobilizable	other	543.0	92.265	99.0	0.002078703757567296	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0055_000000003810	5093	0.5377315685684809	4	3	3	3	2	False	125883	fragment	False	ENG0055_000000003810	1.0		0	0	False	False	0.9990182518959045	0					non-mobilizable	no_good_hit	1013.0	86.575	28.0	0.003104358704037818	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
FIJ0149_000000019080	1407	0.5377312632468818	3	3	2	2	2	True	39843	maximal	True	FIJ0149_000000019080	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	0.0003213846190024535	NZ_SORN01000009.1	a-proteobacteria	Rhodobaca bogoriensis DSM 18756 Ga0310485_109, whole genome shotgun sequence	True	True
MON0092_000000026714	2073	0.5377299164856884	2	2	2	2	2	False	17854	maximal	True	MON0092_000000026714	0.9894758409433336		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1283.0	84.95700000000001	87.0	0.00643078720489888	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MAD0045_000000020568	1986	0.5377299164856884	2	2	2	2	2	False	17854	maximal	False	MON0092_000000026714	0.9678110493545665		0	0	False	False	0.9969788789749146	0					non-mobilizable	no_good_hit	1281.0	85.09	88.0	0.00643078720489888	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
FIJ0126_000000013584	2685	0.5377271967731543	3	2	0	2	1	True	59841	maximal	True	FIJ0126_000000013584	1.0		10	9	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	79.293	50.0	0.0056078327424538615	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
MON0030_000000001866	12740	0.5377246334151254	12	12	12	11	11	False	62795	maximal	True	MON0030_000000001866	1.0		46	8	False	False	0.9979591965675354	0					non-mobilizable	no_good_hit	3054.0	94.46600000000001	24.0	0.0037535112099771387	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
MAD0070_000000003506	4910	0.5377238327681346	6	5	5	5	5	False	125071	maximal	False	MAD0108_000000003098	0.9420865508880542		0	0	False	False	0.9997963309288025	0					non-mobilizable	other	4052.0	97.705	99.0	0.038353725519906054	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
MAD0065_000000004138	2927	0.5377208185758111	7	6	3	3	5	True	82408	maximal	True	MAD0065_000000004138	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	1863.0	96.779	90.0	0.017091343942599577	CP024150.1	enterobacteria	Escherichia coli strain 14EC033 plasmid p14EC033c, complete sequence	False	True
USA0080_01_000000016592	2626	0.5377183141488588	5	4	2	3	2	False	1327	maximal	False	USA0039_01_000000008601	0.9454682211357652		0	0	False	False	0.9950494766235352	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	7.797320553388151e-06	NZ_KZ119600.1	firmicutes	Bacillus alkalitelluris strain 10368 Scaffold1, whole genome shotgun sequence	True	False
CHI0137_000000009597	1708	0.5377173623352893	3	2	1	1	2	True	80511	maximal	True	CHI0137_000000009597	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1731.0	80.358	99.0	0.00032391610213258336	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	True
ENG0030_000000005956	3552	0.5377147608945182	5	4	3	2	3	False	65752	maximal	True	ENG0030_000000005956	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	94.805	2.0	2.3643471384244362e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0293_000000006946	5243	0.5377144014684221	9	7	1	4	4	True	125618	fragment	False	ISR0056_000000002323	0.41295463575618213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2113.0	94.274	58.0	0.25463131129676714	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	True
AST0055_000000008519	3881	0.5377126056872887	3	2	1	2	0	False	113910	fragment	False	AST0055_000000008519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	75.578	29.0	0.25362956445226575	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
ISR0341_000000003837	3446	0.5377126056872887	3	2	1	2	0	False	80802	fragment	False	ENG0092_000000006122	0.9418706857298079		0	0	False	False	0.999419629573822	0					non-mobilizable	no_good_hit	1363.0	74.688	39.0	0.29564452265728114	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
CHI0133_000000005197	3427	0.5377126056872887	3	2	1	2	0	False	80802	fragment	False	ENG0092_000000006122	0.9590729980494066		0	0	False	False	0.9973738193511963	0					non-mobilizable	no_good_hit	1363.0	74.688	39.0	0.29564452265728114	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
ENG0092_000000006122	3377	0.5377126056872887	3	2	1	2	0	False	80802	fragment	False	ENG0092_000000006122	0.9595108727406426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1363.0	74.688	39.0	0.29564452265728114	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
USA0015_01_000000011726	2840	0.5377126056872887	4	2	1	2	0	False	77696	fragment	False	ENG0091_000000008600	0.9641353482950077		0	0	False	False	0.9961267709732056	0					non-mobilizable	no_good_hit	1365.0	74.652	47.0	0.29564452265728114	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
ENG0091_000000008600	2736	0.5377126056872887	3	2	1	2	0	False	77696	fragment	False	ENG0091_000000008600	0.96537558685446		0	0	False	False	0.9996345043182373	0					non-mobilizable	no_good_hit	1363.0	74.688	49.0	0.29564452265728114	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
CHI0177_000000005911	2729	0.5377126056872887	3	2	1	2	0	False	77696	fragment	False	ENG0091_000000008600	0.9637011640996075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1363.0	74.688	49.0	0.29564452265728114	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
FIJ0104_000000018205	1504	0.537711313237679	3	3	3	3	3	False	42482	maximal	True	FIJ0104_000000018205	1.0		329	14	False	False	0.998670220375061	0					non-mobilizable	no_good_hit	811.0	78.915	54.0	0.0002116798359573306	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
SPA0026_000000011385	2659	0.5377108931943876	3	3	3	3	3	False	32684	fragment	False	SPA0026_000000011385	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2605.0	99.309	98.0	0.010283385461093735	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0378_000000006622	3547	0.5377052069608047	4	2	2	2	2	False	81083	fragment	False	ISR0378_000000006622	1.0		0	0	False	False	0.99351567029953	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	3.632978361072637e-05	NZ_FWYF01000002.1	CFB group bacteria	Reichenbachiella faecimaris strain DSM 26133, whole genome shotgun sequence	True	False
AST0085_000000004295	3133	0.5376985331054507	4	2	2	1	2	False	129831	fragment	False	AST0085_000000004295	1.0		0	0	False	False	0.9990424513816833	0					non-mobilizable	no_good_hit								True	False
SPA0034_000000029565	1158	0.5376979662318307	2	2	2	2	2	False	71786	fragment	False	MON0013_000000043762	0.640881009938222		0	0	False	False	0.9991364479064941	0					non-mobilizable	no_good_hit	244.0	77.04899999999999	21.0	5.87064905406721e-05	CP031694.1	firmicutes	Bacillus velezensis strain SRCM101368 chromosome, complete genome	True	False
CAN0001_000000022536	1987	0.5376977790664383	3	3	3	2	0	True	119761	maximal	True	CAN0001_000000022536	1.0		12	7	False	False	0.9969803690910339	0					non-mobilizable	no_good_hit	1346.0	90.936	71.0	0.0002562675921791097	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	True
ISR0848_000000013723	1321	0.5376971897792888	2	2	2	2	2	False	39768	fragment	False	ISR0848_000000013723	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1321.0	99.167	100.0	0.02314408949047936	MK233918.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_1_c1 sequence	False	False
FIJ0112_000000019999	1388	0.5376927687429499	2	2	1	2	1	False	75831	maximal	True	FIJ0112_000000019999	1.0		139	12	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	0.03208556149732621	XM_018720132.1	beetles	PREDICTED: Anoplophora glabripennis retinol dehydrogenase 13-like (LOC108914338), mRNA	True	False
AST0104_000000011942	2796	0.5376900490807622	4	4	4	4	3	False	107981	fragment	False	SPA0090_000000012058	0.9585946311752763		0	0	False	False	0.9907010197639465	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0002183160089016592	MF001361.1	viruses	Enterococcus phage EF5, partial genome	True	False
FIJ0008_000000001580	14145	0.5376855888511782	13	9	3	9	3	False	84736	maximal	True	FIJ0008_000000001580	1.0		6	1	False	False	0.9998586177825928	0					non-mobilizable	no_good_hit	3237.0	98.146	44.0	0.001127533204041001	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
AST0104_000000015938	2141	0.537684978285334	2	1	1	1	1	False	107871	fragment	False	AST0104_000000015938	1.0		0	0	False	False	0.9719756841659546	0					non-mobilizable	other	2141.0	99.25299999999999	100.0	0.004200014915940823	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0075_000000014007	1867	0.537684978285334	1	1	1	1	1	False	95592	fragment	False	ISR0075_000000014007	0.978134089030579		0	0	False	False	1.0	0					non-mobilizable	other	1867.0	99.839	100.0	0.00039409632719541326	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0110_000000008625	3530	0.5376826820672258	4	4	4	4	3	False	59815	fragment	False	ENG0110_000000008625	1.0		0	0	False	False	0.9966005682945251	0					non-mobilizable	no_good_hit	906.0	81.347	26.0	0.016383296319219427	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
ISR0820_000000018075	1430	0.5376825024944539	3	2	2	2	2	False	21270	maximal	True	ISR0820_000000018075	1.0		85	11	False	False	0.9951049089431763	0					non-mobilizable	no_good_hit	397.0	72.292	27.0	0.0008656552965153398	NZ_CZBO01000002.1	firmicutes	Clostridium baratii strain 2789STDY5834956, whole genome shotgun sequence	True	False
SPA0116_000000022819	1788	0.5376824535930562	2	1	1	1	1	False	4351	maximal	True	SPA0116_000000022819	1.0		59	8	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	94.118	3.0	0.0005224605803492127	NZ_ADFP01000051.1	bacteria	Pyramidobacter piscolens W5455 contig00025, whole genome shotgun sequence	True	False
ISR0332_000000010508	1438	0.537682321281003	3	3	3	2	2	False	84206	maximal	False	CHI0089_000000006236	0.9602669417841107		0	0	False	False	0.9993045926094055	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	7.127329745910694e-06	NC_014328.1	firmicutes	Clostridium ljungdahlii DSM 13528, complete sequence	True	False
FIJ0058_000000009151	4236	0.537681817585506	7	5	4	5	4	False	46054	maximal	True	FIJ0058_000000009151	1.0		2	2	False	False	0.9981114268302917	0					non-mobilizable	no_good_hit	233.0	79.399	5.0	8.475328574241503e-05	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	True	False
ISR0015_000000009864	2536	0.5376803836939013	4	4	4	3	3	False	110343	fragment	False	ISR0015_000000009864	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2536.0	98.462	100.0	0.021519159267245038	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0036_000000002201	3979	0.5376802558003975	3	3	3	2	3	False	36760	maximal	True	ISR0036_000000002201	1.0		0	0	False	False	0.995476245880127	0					non-mobilizable	chromosome	3740.0	96.65799999999999	99.0	0.001178208624877979	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0201_000000002129	4207	0.5376796088029738	5	4	3	3	3	False	124376	maximal	True	ENG0201_000000002129	1.0		3	2	False	False	1.0	0					non-mobilizable	other	4208.0	99.73899999999999	100.0	0.0006898088855453549	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
MON0078_000000004135	8032	0.5376790865252555	7	7	6	7	6	False	61444	maximal	True	MON0078_000000004135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	73.627	16.0	0.0005814903169122227	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
ISR0076_000000003647	6695	0.5376770144509907	8	6	3	4	5	True	128125	maximal	True	ISR0076_000000003647	1.0		3	1	True	True	0.9983569979667664	29					non-mobilizable	chromosome	4242.0	99.694	100.0	0.6429654335961189	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	True
AUS0002_000000025683	1460	0.5376765181147066	2	2	2	1	1	False	102811	maximal	True	AUS0002_000000025683	1.0		100	10	False	False	0.9972602725028992	0					non-mobilizable	no_good_hit	855.0	90.05799999999999	84.0	0.00022701318512805487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
AUS0010_000000021877	1150	0.537674147705227	2	2	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0840829369631963		0	0	False	False	0.9991304278373718	0					non-mobilizable	other	1151.0	96.525	100.0	0.003546537874056163	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
DEN0041_000000029618	1148	0.537674147705227	2	2	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06571271276338034		0	0	False	False	0.9991289377212524	0					non-mobilizable	other	1148.0	100.0	100.0	0.006711645025951304	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	True
ISR0387_000000020752	1147	0.537674147705227	2	2	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06425366907769321		0	0	False	False	1.0	0					non-mobilizable	chromosome	1148.0	99.042	100.0	0.00027122482007413634	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
DEN0041_000000029664	1146	0.537674147705227	2	2	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06593531841609221		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	100.0	100.0	0.0029084314029307846	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ENG0069_000000015859	1134	0.537674147705227	2	2	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06864080035332805		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	92.36200000000001	100.0	0.042246188174042396	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
SPA0077_000000016935	1682	0.5376713944610055	3	2	0	1	2	False	7506	maximal	True	SPA0077_000000016935	1.0		2	1	False	False	0.9976218938827515	0					non-mobilizable	no_good_hit								True	False
ISR0115_000000023850	1499	0.5376713944610055	4	2	0	1	2	False	32456	fragment	False	ISR0115_000000023850	0.9488135593220339		0	0	False	False	1.0	0					non-mobilizable	chromosome	1499.0	96.73100000000001	100.0	0.0006614112874383956	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0026_000000027429	1263	0.5376713944610055	3	2	0	1	2	False	7505	fragment	False	SPA0026_000000027429	1.0		0	0	False	False	0.993665874004364	0					non-mobilizable	no_good_hit								True	False
MON0038_000000028061	1249	0.5376713944610055	3	2	0	1	2	False	11983	fragment	False	MON0038_000000028061	1.0		0	0	False	False	0.9983987212181091	0					non-mobilizable	chromosome	1251.0	95.92299999999999	100.0	0.0005094270777994398	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
TAN0005_000000016346	1183	0.5376713944610055	3	2	0	1	2	False	2906	maximal	True	TAN0005_000000016346	1.0		6	2	False	False	0.9991546869277954	0					non-mobilizable	chromosome	1186.0	88.027	100.0	0.0005081624680393123	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0075_000000003531	5268	0.5376693413999494	5	4	4	4	4	False	100468	maximal	True	MON0075_000000003531	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3959.0	94.84700000000001	75.0	0.006844049849198902	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
FIJ0134_000000004623	3440	0.5376680672710215	4	3	3	3	3	False	40637	maximal	True	FIJ0134_000000004623	1.0		90	11	False	False	0.9950581192970276	0					non-mobilizable	no_good_hit	935.0	83.85	52.0	0.0002586608749001359	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0014_000000022229	1161	0.5376666585216444	1	1	1	1	1	False	50430	maximal	True	FIJ0014_000000022229	1.0		111	12	False	False	1.0	0					non-mobilizable	other	915.0	95.191	100.0	0.0002840327549186198	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0004_000000023284	1247	0.5376656750666154	2	2	2	2	2	False	96050	fragment	False	CAN0004_000000023284	1.0		0	0	False	False	0.9975942373275757	0					non-mobilizable	other	1190.0	99.664	95.0	0.00037518846199236747	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0104_000000026178	1211	0.5376651929952103	3	2	2	1	1	False	95141	fragment	False	ENG0104_000000026178	0.958590308370044		0	0	False	False	0.9991742372512817	0					non-mobilizable	other	1211.0	98.76100000000001	100.0	0.0029678102956037164	NZ_FNRI01000003.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
CHI0184_000000006387	1284	0.5376643788892519	1	1	1	1	1	False	77244	fragment	False	USA0063_01_000000015580	0.9651076466221232		0	0	False	False	0.9992212057113647	0					non-mobilizable	other	1284.0	99.92200000000001	100.0	0.009063230692069144	NZ_RCXZ01000014.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0014, whole genome shotgun sequence	False	False
MAD0105_000000005328	5574	0.5376643691174464	6	5	3	4	4	True	14860	maximal	True	MAD0105_000000005328	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1724.0	93.09700000000001	58.0	0.012024313818539635	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	True
ISR0777_000000005547	3083	0.5376627140691871	3	3	3	2	2	False	62043	fragment	False	ISR0777_000000005547	1.0		0	0	False	False	0.9996756315231323	0					non-mobilizable	no_good_hit	83.0	81.928	3.0	3.2280782974327723e-05	CP013015.1	d-proteobacteria	Candidatus Desulfofervidus auxilii strain HS1 genome	True	False
FIJ0149_000000006462	3448	0.5376611356954595	5	4	3	2	2	False	39860	fragment	False	FIJ0149_000000006462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	97.009	36.0	0.00022562282374699559	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0127_000000020692	1413	0.5376605823490755	2	2	2	2	2	False	90575	fragment	False	SPA0127_000000020692	0.991274468910245		0	0	False	False	0.9879688620567322	0					non-mobilizable	chromosome	1414.0	99.01	100.0	0.0002563615492510814	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0396_000000017589	1323	0.5376599839351701	2	2	2	2	2	False	25043	maximal	True	ISR0396_000000017589	1.0		489	15	False	False	0.9992441534996033	0					non-mobilizable	other	1323.0	96.59899999999999	100.0	0.010702980156577637	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0279_000000011571	1885	0.5376591023306169	4	2	2	2	1	False	26237	maximal	True	ISR0279_000000011571	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	99.26799999999999	44.0	0.004702572347266881	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
ISR0318_000000003109	1496	0.5376556369751057	2	2	1	1	2	False	25115	fragment	False	ISR0318_000000003109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	85.86399999999999	62.0	0.000220142488020893	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0055_000000005412	2497	0.537654605665278	4	3	2	3	1	False	104100	fragment	False	ISR0055_000000005412	1.0		0	0	False	False	0.9979975819587708	0					non-mobilizable	no_good_hit	2179.0	99.036	87.0	0.012659993722317162	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
DEN0051_000000006660	5896	0.5376523447956043	6	6	6	5	5	False	105545	maximal	True	DEN0051_000000006660	1.0		88	10	False	False	0.9994911551475525	0					non-mobilizable	other	5887.0	99.27	99.0	0.012179274954477735	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
MAD0044_000000000267	39858	0.5376498106353128	106	13	8	9	6	False	17997	maximal	True	MAD0044_000000000267	1.0		1	1	False	False	0.9996236562728882	0					non-mobilizable	no_good_hit	911.0	79.91199999999999	6.0	0.004418442108144303	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0182_000000008547	3975	0.5376482263693345	4	4	4	4	4	False	121623	maximal	True	ISR0182_000000008547	0.9967733608673206		138	10	False	False	1.0	0					non-mobilizable	chromosome	3976.0	94.64299999999999	100.0	0.0008829036535552698	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0143_000000005950	3181	0.5376480801565756	4	3	1	2	2	False	57623	maximal	True	ENG0143_000000005950	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0037_000000069792	1118	0.5376413366109783	2	1	1	1	1	True	12021	maximal	True	MON0037_000000069792	1.0		72	9	False	False	0.980322003364563	0					non-mobilizable	no_good_hit	987.0	99.39200000000001	88.0	0.0002985952396166231	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ENG0169_000000012875	1854	0.5376413052639819	2	2	2	2	2	False	69695	maximal	True	ENG0169_000000012875	1.0		2	2	False	False	0.9951456189155579	0					non-mobilizable	no_good_hit	1528.0	82.65700000000001	82.0	0.0006601329090890821	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
FIJ0078_000000009795	2553	0.5376388835019729	3	3	3	2	2	False	44454	maximal	True	FIJ0078_000000009795	1.0		18	2	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	77.612	8.0	9.201731052180388e-05	HE613569.1	firmicutes	Streptococcus macedonicus ACA-DC 198 main chromosome complete genome	True	False
ISR0194_000000012897	1977	0.5376353915809721	4	4	4	3	4	False	54039	fragment	False	ENG0204_000000012418	0.9268060836501901		0	0	False	False	0.9817906022071838	0					non-mobilizable	other	1958.0	100.0	99.0	0.000421617131142102	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0084_000000014056	1861	0.5376353056738089	3	3	3	3	2	False	130900	maximal	True	ISR0084_000000014056	1.0	PS1128	80	7	False	True	1.0	0					non-mobilizable	no_good_hit	1646.0	84.87200000000001	88.0	0.01936619718309859	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
SPA0042_000000020663	1627	0.537631634853704	2	2	2	2	1	False	11120	maximal	True	SPA0042_000000020663	1.0		0	0	False	False	0.9969268441200256	0					non-mobilizable	no_good_hit	1391.0	97.34	85.0	0.0011906110830698022	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
SPA0044_000000018366	1516	0.5376288246071328	2	2	2	2	2	False	75178	maximal	True	SPA0044_000000018366	1.0		682	14	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	81.86	70.0	0.0003227586713542948	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0074_000000024498	1241	0.5376278800994094	2	1	1	1	1	False	85611	fragment	False	ENG0098_000000015056	0.5848461001209173		0	0	False	False	0.9991942048072815	0					non-mobilizable	other	1236.0	99.676	99.0	0.004854292609683429	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0130_000000012729	1616	0.5376245463487607	1	1	1	1	1	False	90731	fragment	False	CHI0005_000000011396	0.9461549606641351		0	0	False	False	0.9993811845779419	0					non-mobilizable	no_good_hit	1176.0	81.548	72.0	0.7577720207253886	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ISR0292_000000013287	1518	0.5376245463487607	1	1	1	1	1	False	90731	fragment	False	CHI0005_000000011396	0.7040859415659741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	81.59899999999999	76.0	0.7493523316062176	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
ISR0102_000000008754	1977	0.5376223831641341	3	3	2	3	1	False	57547	maximal	True	ISR0102_000000008754	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	97.99	70.0	0.00038655714214305947	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0099_000000014567	1114	0.5376203884528882	2	1	1	1	1	False	116526	fragment	False	ENG0045_000000008222	0.2494809080574176		0	0	False	False	1.0	0					non-mobilizable	chromosome	1114.0	98.743	100.0	0.00032263815391840123	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0126_000000015038	3252	0.5376187065624273	4	3	3	3	3	False	31995	maximal	True	ISR0126_000000015038	0.9956883276870958		10	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000010113	3247	0.5376187065624273	4	3	3	3	3	False	31995	maximal	False	ISR0126_000000015038	0.9949261992619925		0	0	False	False	0.9993840456008911	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0002003577817531306	CP023318.1	firmicutes	Bacillus megaterium strain A plasmid p1, complete sequence	True	False
ISR0159_000000008496	2996	0.5376179253462258	3	3	3	3	3	False	102279	maximal	True	ISR0159_000000008496	1.0		0	0	False	False	0.9969959855079651	0					non-mobilizable	no_good_hit	1583.0	99.179	53.0	0.018468547397932362	NZ_JAAIPV010000014.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_14_length_85605_cov_116.177, whole genome shotgun sequence	True	False
MON0026_000000022581	2014	0.5376166606563332	1	1	1	0	1	False	12745	maximal	True	MON0026_000000022581	1.0		13	5	False	False	0.9841112494468689	0					non-mobilizable	other	1935.0	76.848	95.0	0.03682409045458042	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
ISR0284_000000002646	3560	0.5376137373131584	7	3	2	2	2	True	120394	maximal	True	ISR0284_000000002646	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	443.0	95.03399999999999	12.0	0.003349779081311719	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0320_000000002888	5842	0.537613390977023	10	5	2	4	5	True	25072	maximal	True	ISR0320_000000002888	1.0		1	1	False	False	0.9988017678260803	0					non-mobilizable	no_good_hit	898.0	90.535	16.0	0.0003920782531677539	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ENG0128_000000027146	1117	0.5375966136809197	2	2	2	1	1	False	58575	maximal	True	ENG0128_000000027146	1.0		22	5	False	False	0.9946284890174866	0					non-mobilizable	no_good_hit	492.0	75.813	44.0	0.00030164346237245053	NC_013170.1	actinobacteria	Cryptobacterium curtum DSM 15641, complete sequence	True	False
ISR0190_000000008378	2746	0.5375939834722002	3	1	1	1	1	False	60246	fragment	False	ISR0190_000000008378	1.0		0	0	False	False	0.9992716908454895	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000028445	1370	0.5375938171593766	3	2	2	2	2	False	35043	fragment	False	MAD0105_000000028445	1.0		0	0	False	False	0.9810218811035156	0					non-mobilizable	no_good_hit	382.0	83.508	28.0	0.0001157299328735773	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
SPA0055_000000006603	4728	0.5375914773799689	6	4	4	4	4	False	119073	maximal	True	SPA0055_000000006603	1.0		14	4	False	False	0.9997885227203369	0					non-mobilizable	no_good_hit	984.0	84.146	45.0	0.0003168389082047095	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0090_000000017389	2050	0.5375905480066367	1	1	1	1	0	False	5375	maximal	True	SPA0090_000000017389	1.0		7	4	False	False	0.997560977935791	0					non-mobilizable	no_good_hit	606.0	88.61399999999999	30.0	0.00018190108315469482	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
BAN0017_000000000432	1952	0.5375904150349913	3	2	1	1	2	False	98248	maximal	True	BAN0017_000000000432	1.0		10	4	False	False	0.998975396156311	0					non-mobilizable	other	1952.0	99.59	100.0	0.0007054840810464163	CP003490.1	bacteria	Brachyspira pilosicoli B2904, complete genome	False	False
ISR0058_000000006048	3899	0.5375820702754616	10	2	1	2	1	True	112080	fragment	False	ISR0058_000000006048	0.9874663072776281		0	0	False	False	0.999487042427063	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	0.0003480244061370772	NZ_WBXO01000007.1	firmicutes	Heliorestis acidaminivorans strain DSM 24790 NODE_7_length_135048_cov_23.8347, whole genome shotgun sequence	True	True
USA0120_01_000000003200	3710	0.5375820702754616	10	2	1	2	1	True	112080	fragment	False	ISR0058_000000006048	0.9638368812516029		0	0	False	False	0.998921811580658	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	0.0003480244061370772	NZ_WBXO01000007.1	firmicutes	Heliorestis acidaminivorans strain DSM 24790 NODE_7_length_135048_cov_23.8347, whole genome shotgun sequence	True	True
ISR0074_000000011914	2462	0.5375793380314895	3	3	3	3	3	False	40496	fragment	False	ISR0074_000000011914	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1609.0	89.62100000000001	91.0	0.0005587445084094012	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0137_000000017326	1392	0.5375789713145126	2	2	2	2	1	False	117029	fragment	False	ISR0185_000000019355	0.4201084065329156		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	98.132	100.0	0.011807948931257533	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0124_000000014871	1973	0.5375686318712365	3	2	2	2	2	False	60620	fragment	False	SPA0124_000000014871	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1973.0	100.0	100.0	0.0003716651673784281	CP033756.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_566 chromosome 1, complete sequence	False	False
ISR0199_000000017570	1741	0.5375686318712365	2	2	2	2	2	False	45473	fragment	False	ISR0199_000000017570	0.9829652996845426		0	0	False	False	1.0	0					non-mobilizable	chromosome	1741.0	99.024	100.0	0.00032087407573513357	CP037441.1	enterobacteria	Klebsiella sp. PO552 chromosome, complete genome	False	False
MON0084_000000016272	2064	0.5375657549498127	3	3	3	3	2	False	79373	fragment	False	MON0084_000000016272	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2065.0	96.949	100.0	0.0006421069070668469	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0057_000000009006	1774	0.5375644099205985	3	2	1	2	2	False	34221	fragment	False	MAD0057_000000009006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	82.353	4.0	0.0027457440966501922	NZ_CABIWU010000034.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
AST0089_000000005282	3788	0.5375636529443397	5	2	2	2	1	False	110282	maximal	True	AST0089_000000005282	1.0		27	11	False	False	0.9915522933006287	0					non-mobilizable	no_good_hit	327.0	75.535	9.0	6.163663666511279e-05	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
ISR0781_000000021161	1434	0.5375591304217299	3	3	3	2	2	True	22282	maximal	False	SPA0040_000000027831	0.9533594259621656		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1438.0	98.47	100.0	0.0007561054461706629	CP029252.1	firmicutes	Streptococcus thermophilus isolate NWC_1_1 chromosome, complete genome	False	True
MON0035_000000000289	25767	0.5375544437911054	20	6	5	5	1	True	37184	fragment	False	MON0035_000000000289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	97.22200000000001	1.0	4.774951723637532e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0094_000000008899	1931	0.5375534510711263	3	2	2	2	1	False	67501	fragment	False	SPA0093_000000019620	0.9869029275808937		0	0	False	False	0.9994821548461914	0					non-mobilizable	no_good_hit	1410.0	76.95	73.0	0.0034661134232437316	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
ISR0846_000000002658	3603	0.537552693140699	6	3	2	2	2	False	20672	maximal	True	ISR0846_000000002658	1.0		4	3	False	False	0.9936164021492004	0					non-mobilizable	no_good_hit	164.0	95.73200000000001	5.0	5.4103627366079415e-05	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	False
ENG0006_000000015306	1455	0.5375512552138526	3	3	3	3	3	False	110000	fragment	False	ISR0159_000000016853	0.9451266637805972		0	0	False	False	0.9869415760040283	0					non-mobilizable	chromosome	1437.0	99.304	99.0	0.0005046573619001263	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0148_000000005283	5537	0.5375499826106076	7	6	6	6	5	False	93544	maximal	True	ISR0148_000000005283	0.990551631990838		10	6	False	False	0.9992775917053223	0					non-mobilizable	no_good_hit	1938.0	94.73700000000001	69.0	0.03151028110359188	NZ_CABKPS010000037.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0191_000000024399	1332	0.5375496340403914	2	2	2	1	0	False	54676	maximal	True	ENG0191_000000024399	1.0		10	5	False	False	0.9939939975738525	0					non-mobilizable	no_good_hit	482.0	84.025	45.0	0.010047836894988615	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
FIJ0114_000000004570	7380	0.5375474283199986	11	11	2	10	10	True	62804	fragment	False	FIJ0114_000000004570	1.0		0	0	False	False	0.9993224740028381	0			MPF_F	MOBP	mobilizable	plasmid	7310.0	99.124	99.0	0.09791811800010718	CP024242.1	enterobacteria	Escherichia coli O114:H49 strain 90-9280 plasmid unnamed2, complete sequence	False	True
FIJ0120_000000005080	4353	0.5375306128161511	4	4	4	4	3	False	126424	maximal	True	FIJ0120_000000005080	1.0	PS317|PS959	5	4	False	True	1.0	0					non-mobilizable	no_good_hit	809.0	92.583	20.0	0.00026043320226796065	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MON0057_000000021029	1272	0.5375268437441426	3	1	1	1	1	False	11035	maximal	True	MON0057_000000021029	1.0		6	3	False	False	0.9842767119407654	0					non-mobilizable	no_good_hit								True	False
CHI0055_000000008234	1995	0.5375225106851195	4	3	1	2	3	True	86208	fragment	False	CHI0055_000000008234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	3.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
CHI0078_000000004554	3598	0.5375209210616628	5	4	4	4	4	True	84490	maximal	True	CHI0078_000000004554	0.978448275862069		40	8	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	98.387	9.0	0.014565166156021683	NZ_CABMGA010000026.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0010_000000006412	3596	0.5375209210616628	5	4	4	4	4	True	84490	maximal	False	CHI0078_000000004554	0.9781823235130629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	285.0	98.947	8.0	0.01338675465472543	NZ_CABMGA010000026.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
TAN0010_000000005941	2441	0.5375204451390926	2	2	2	2	1	False	97233	fragment	False	TAN0010_000000005941	0.9565037282518641		0	0	False	False	1.0	0					non-mobilizable	other	2392.0	96.02799999999999	98.0	0.024432523360651534	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
ENG0128_000000020967	1413	0.5375152339695827	2	2	2	2	2	False	58599	fragment	False	ENG0128_000000020967	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	83.62700000000001	99.0	0.00037232291441283556	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0087_000000006363	4641	0.5375136375042334	9	6	3	4	1	True	95908	fragment	False	FIJ0087_000000006363	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4657.0	95.81299999999999	100.0	0.0010860202711341178	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ENG0171_000000004961	4628	0.5375088179259332	4	2	1	1	1	True	106550	fragment	False	ENG0171_000000004961	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4279.0	99.346	92.0	0.011699424873994623	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0285_000000004184	3461	0.5375088179259332	4	2	1	1	1	True	101440	fragment	False	ISR0020_000000005463	0.970475401141703		0	0	False	False	1.0	0					non-mobilizable	chromosome	3461.0	99.971	100.0	0.0006205733703357678	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0077_000000009345	3285	0.5375088179259332	3	2	1	1	1	True	101440	fragment	False	ISR0020_000000005463	0.6457671193296735		0	0	False	False	0.9936072826385498	0					non-mobilizable	other	3285.0	100.0	100.0	0.008981045181439539	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
DEN0035_000000009704	3251	0.5375088179259332	4	2	1	1	1	True	73485	maximal	True	DEN0035_000000009704	1.0		10	4	False	False	0.9944632649421692	0					non-mobilizable	other	3259.0	92.23700000000001	99.0	0.000765060267940793	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
USA0075_01_000000010070	2463	0.5375088179259332	2	2	1	1	1	True	101439	fragment	False	USA0075_01_000000010070	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2384.0	99.958	97.0	0.00042740645708385397	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0070_000000010413	2386	0.5375088179259332	2	2	1	1	1	True	101435	fragment	False	ENG0070_000000010413	1.0		0	0	False	False	0.9953897595405579	0					non-mobilizable	chromosome	2389.0	92.633	100.0	0.00042758581354926893	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
USA0001_01_000000009192	1803	0.5375088179259332	3	2	1	1	1	True	2274	maximal	True	USA0001_01_000000009192	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	297.0	74.411	16.0	0.000508757777286056	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	True	True
MAD0064_000000018090	1287	0.537507693364354	2	2	2	2	1	True	49503	maximal	True	MAD0064_000000018090	1.0		34	8	False	False	0.9797979593276978	0					non-mobilizable	no_good_hit	1126.0	73.535	86.0	0.0015752758877008405	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ISR0245_000000000058	37096	0.5375062223098219	33	13	7	13	5	True	108414	fragment	False	ISR0245_000000000058	1.0		0	0	False	False	0.9999730587005615	0					non-mobilizable	no_good_hit	2592.0	99.19	7.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	True
CHI0124_000000002145	7548	0.5375059768320379	9	5	4	3	5	False	102898	maximal	True	CHI0124_000000002145	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	76.238	8.0	0.008450823849159165	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
ENG0067_000000011754	2393	0.5374994078760008	3	1	1	1	1	False	62678	maximal	True	ENG0067_000000011754	1.0		29	8	False	False	1.0	0					non-mobilizable	no_good_hit	305.0	96.721	48.0	5.8847544402311237e-05	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
SPA0101_000000020779	2042	0.5374994078760008	3	1	1	1	1	False	88168	fragment	False	SPA0101_000000020779	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1974.0	99.949	97.0	0.00713350832664454	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0044_000000000367	1621	0.5374994078760008	2	1	1	1	1	False	36273	maximal	True	ISR0044_000000000367	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	983.0	89.82700000000001	99.0	0.00017906625488162158	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ITA0003_000000005364	1287	0.5374987880898202	2	2	2	2	1	True	20411	maximal	True	ITA0003_000000005364	1.0		14	5	False	False	1.0	0					non-mobilizable	chromosome	1249.0	81.505	96.0	0.00019143962754048633	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ENG0003_000000001962	10583	0.5374973573753998	10	8	2	3	8	False	67939	fragment	False	ENG0003_000000001962	1.0		0	0	False	False	0.998866081237793	0					non-mobilizable	plasmid	10591.0	96.75200000000001	100.0	0.11363148172015294	CP041570.1	enterobacteria	Escherichia coli strain 405 plasmid p168-7	False	True
ENG0092_000000003359	5517	0.537497151989002	6	5	2	3	4	False	124440	maximal	True	ENG0092_000000003359	1.0	PS913	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3541.0	88.054	67.0	0.0005799249213714634	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
CAN0007_000000009548	4455	0.5374927752609495	5	4	4	4	2	False	118958	fragment	False	ISR0018_000000004470	0.9101540553207859		0	0	False	False	0.9995510578155518	0					non-mobilizable	no_good_hit	487.0	95.68799999999999	11.0	0.0001439370941588491	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0209_000000007419	3969	0.5374927752609495	4	4	4	4	2	False	118958	fragment	False	ISR0018_000000004470	0.7875751920473884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	100.0	3.0	3.698344362538285e-05	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
USA0042_01_000000007077	3367	0.5374884793297474	4	4	4	4	4	False	1271	fragment	False	USA0042_01_000000007077	1.0		0	0	False	False	0.9997029900550842	0					non-mobilizable	other	3367.0	99.61399999999999	100.0	0.0009013884756706788	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0026_000000019419	1681	0.5374840193810301	2	2	1	2	0	False	49075	fragment	False	FIJ0026_000000019419	1.0		0	0	False	False	0.9904818534851074	0					non-mobilizable	no_good_hit	791.0	74.589	46.0	0.00041416674727331315	NZ_GL982488.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0164_000000005642	4225	0.5374834350516038	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.3783505133598979		0	0	False	False	0.9997633099555969	0					non-mobilizable	other	4224.0	97.396	99.0	0.06982551889522864	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0022_000000005299	4395	0.5374821468877936	7	6	5	5	5	False	116547	maximal	True	MON0022_000000005299	1.0	PS777	299	13	False	True	0.9949942827224731	0					non-mobilizable	no_good_hit	3103.0	99.065	71.0	0.0008992125367968379	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
SPA0129_000000016967	1455	0.537476333110831	2	1	1	1	1	False	3829	maximal	True	SPA0129_000000016967	1.0		62	7	False	False	0.9986254572868347	0					non-mobilizable	no_good_hit	436.0	86.927	55.0	0.003223021154332842	NZ_CYXX01000008.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0095_000000014437	1887	0.5374747108207544	3	2	2	2	2	False	43122	fragment	False	FIJ0095_000000014437	1.0		0	0	False	False	0.9856915473937988	0					non-mobilizable	other	1884.0	96.391	99.0	0.08401749063001963	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0286_000000004314	3417	0.5374741289391902	4	4	4	4	4	False	111919	maximal	False	FIJ0131_000000005289	0.9837608016364137		0	0	False	False	1.0	0					non-mobilizable	chromosome	3417.0	99.854	100.0	0.0015580899349944444	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ENG0153_000000008578	3435	0.5374660683860364	4	3	3	3	3	False	70204	fragment	False	DEN0073_000000013314	0.958128078817734		0	0	False	False	0.9988355040550232	0					non-mobilizable	other	3435.0	98.486	100.0	0.028256862616022643	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0108_000000006970	3588	0.5374654976449743	4	4	2	3	4	False	131149	fragment	False	AST0108_000000006970	0.9935725485829637		0	0	False	False	0.9991638660430908	0					non-mobilizable	other	3582.0	99.88799999999999	99.0	0.022218223782992295	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
FIJ0163_000000018936	1309	0.5374626464112933	2	1	1	1	1	False	121055	fragment	False	MON0102_000000027913	0.1198166916011189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	72.33800000000001	72.0	0.0002677175961813995	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0109_000000012809	2514	0.5374607613748869	2	1	1	1	1	False	32752	maximal	True	ISR0109_000000012809	1.0		115	9	False	False	0.999602198600769	0					non-mobilizable	no_good_hit								True	False
SPA0117_000000020653	1828	0.5374585689655926	3	3	3	3	3	False	128154	fragment	False	ISR0009_000000015954	0.4905163329820864		0	0	False	False	0.9901531934738159	0					non-mobilizable	other	1828.0	99.508	100.0	0.0005186356844060698	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0092_000000005412	3000	0.5374578394437379	4	4	4	3	4	False	109687	maximal	True	AST0092_000000005412	1.0		294	13	False	False	1.0	0					non-mobilizable	chromosome	3000.0	99.96700000000001	100.0	0.0006073985559347436	CP052057.1	enterobacteria	Escherichia coli strain SCAID URN1-2019 chromosome	False	False
MAD0041_000000017863	1949	0.5374574162536017	3	3	2	3	2	False	84975	maximal	True	MAD0041_000000017863	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	371.0	98.652	19.0	0.0037390733161538074	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0063_000000003184	7203	0.5374560007783791	10	10	3	2	8	False	45646	fragment	False	FIJ0063_000000003184	1.0		0	0	False	False	0.9958350658416748	0					non-mobilizable	plasmid	7173.0	99.97200000000001	99.0	0.06522767377976678	CP040026.1	enterobacteria	Klebsiella pneumoniae strain KPC160132 plasmid pIncFI-L132, complete sequence	False	True
MON0050_000000006030	4457	0.5374523761294168	5	5	2	4	2	True	11345	maximal	True	MON0050_000000006030	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3398.0	99.029	76.0	0.004437060228814899	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0025_000000000687	11813	0.5374504911082617	9	6	5	4	4	False	19487	maximal	True	MAD0025_000000000687	1.0		1	1	False	False	0.9956827163696289	0					non-mobilizable	no_good_hit	3614.0	93.83	52.0	0.0010827334310292806	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ENG0064_000000014679	1512	0.5374495529166217	2	2	1	2	2	False	125442	fragment	False	MON0070_000000010284	0.0657430838687952		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	87.303	67.0	0.00028382787894447347	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0058_000000023300	1171	0.5374481237410683	3	3	2	2	3	False	68408	fragment	False	ISR0058_000000023300	0.9566170026292726		0	0	False	False	0.9948761463165283	0					non-mobilizable	other	1172.0	97.95200000000001	100.0	0.022759130908807726	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
SPA0054_000000013381	2230	0.5374467726792678	3	3	3	3	1	False	6438	maximal	True	SPA0054_000000013381	1.0		123	12	False	False	0.9995515942573547	0					non-mobilizable	no_good_hit	1209.0	99.75200000000001	54.0	0.0003876638184501021	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
SPA0028_000000017895	1772	0.5374461882011339	2	2	2	2	1	False	7438	fragment	False	SPA0028_000000017895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0003_000000009499	3641	0.5374419534249422	4	4	4	4	4	False	126221	maximal	True	ETH0003_000000009499	1.0		3	3	False	False	0.9969788789749146	0					non-mobilizable	other	3641.0	99.23100000000001	100.0	0.031001149767917218	NZ_FUXC01000009.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	False	False
AST0024_000000022040	1610	0.5374418757571992	3	2	2	2	1	True	121144	fragment	False	ISR0211_000000012313	0.7141004833976063		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	99.705	89.0	0.04292553022857686	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MON0083_000000028158	1427	0.5374388503787991	2	2	2	2	2	True	9864	maximal	True	MON0083_000000028158	1.0		188	12	False	False	0.9838822484016418	0					non-mobilizable	other	1354.0	87.223	95.0	0.012881465743113846	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	False	True
MON0044_000000022774	2312	0.5374377577380415	3	3	3	3	3	False	15951	maximal	True	MON0044_000000022774	1.0		79	6	False	False	0.9991349577903748	0					non-mobilizable	other	2245.0	98.04	97.0	0.002038467203590321	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ENG0170_000000002054	5387	0.5374344022816214	2	2	2	1	2	False	85059	maximal	True	ENG0170_000000002054	1.0		185	7	False	False	1.0	0					non-mobilizable	chromosome	5390.0	94.471	100.0	0.0015322826090048269	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0093_000000017689	2191	0.5374343411928145	3	2	2	2	2	False	5277	maximal	True	SPA0093_000000017689	1.0		2	1	False	False	0.9917845726013184	0					non-mobilizable	no_good_hit	1226.0	84.421	56.0	0.00035835141938514166	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
ISR0257_000000002329	6080	0.5374328363856811	10	3	2	1	3	False	26822	fragment	False	ISR0257_000000002329	1.0		0	0	False	False	0.995394766330719	0					non-mobilizable	no_good_hit	620.0	75.32300000000001	10.0	0.0001956979714926765	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0204_000000000439	18619	0.5374324328136707	30	11	8	8	8	False	122628	maximal	True	ISR0204_000000000439	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1534.0	98.95700000000001	20.0	0.06330002477496077	MK231434.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_6-proph-CL08_c1 sequence	True	False
ENG0030_000000012515	1549	0.5374234885278488	3	2	2	2	1	False	65736	fragment	False	SPA0100_000000016803	0.9288442796857149		0	0	False	False	1.0	0					non-mobilizable	chromosome	1549.0	97.676	100.0	0.0004989487588004988	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0028_000000011827	1355	0.5374182743740243	2	2	2	2	1	False	118699	maximal	True	AST0028_000000011827	1.0		78	7	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	95.973	28.0	0.0515804098645363	NZ_JAAIOD010000034.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_34_length_5758_cov_233.055, whole genome shotgun sequence	True	False
SPA0079_000000004050	5439	0.5374161938684233	5	3	3	3	3	True	95362	maximal	True	SPA0079_000000004050	1.0		56	9	False	False	0.9992645978927612	0					non-mobilizable	other	3360.0	88.839	97.0	0.0010107995312216497	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0171_000000011650	2351	0.5374160354084918	2	2	2	2	2	False	118567	fragment	False	ISR0171_000000011650	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	98.613	98.0	0.035925155925155924	NZ_QEKJ01000023.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_123, whole genome shotgun sequence	False	False
ISR0056_000000007542	2779	0.5374154865492029	3	2	2	2	2	False	35646	fragment	False	ISR0056_000000007542	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2778.0	100.0	100.0	0.0005416004537195879	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
ISR0785_000000017074	2131	0.5374080736294387	2	1	1	1	1	False	22190	maximal	True	ISR0785_000000017074	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	524.0	77.672	24.0	0.00013670313137091906	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
ISR0083_000000000482	30959	0.5374080273710518	44	21	14	16	9	True	41067	maximal	True	ISR0083_000000000482	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	88.406	0.0	1.4424391476287679e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	True
ENG0006_000000009312	2518	0.5374065598441061	3	2	2	2	2	False	67612	maximal	True	ENG0006_000000009312	1.0		113	9	False	False	0.9980142712593079	0					non-mobilizable	chromosome	2490.0	98.31299999999999	99.0	0.000695727845136798	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0065_000000005749	4820	0.5374042913864437	6	6	4	4	4	False	122188	fragment	False	MAD0111_000000003353	0.7066497798433338		0	0	False	False	0.9991701245307922	0					non-mobilizable	other	4820.0	97.552	100.0	0.08358488602060997	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
SPA0057_000000009845	3122	0.5373959980436325	3	2	1	2	0	True	6343	fragment	False	SPA0057_000000009845	1.0		0	0	False	False	0.9993593692779541	0					non-mobilizable	no_good_hit								True	True
MAD0041_000000013572	2450	0.5373959980436325	6	2	1	2	0	True	18263	maximal	True	MAD0041_000000013572	1.0		8	5	False	False	0.9995918273925781	0					non-mobilizable	no_good_hit	74.0	82.432	3.0	0.00012967015155198962	NZ_ALIM01000034.1	firmicutes	Bacillus filamentosus strain 2102 contig52, whole genome shotgun sequence	True	True
SPA0136_000000010373	3742	0.5373911678694618	6	3	2	3	1	False	3628	maximal	True	SPA0136_000000010373	1.0		2	1	False	False	0.9946552515029907	0					non-mobilizable	no_good_hit	353.0	83.286	9.0	0.003857818214253858	NZ_FQVD01000018.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
SPA0122_000000006292	4945	0.5373898687939784	7	6	2	4	4	True	129845	fragment	False	SPA0122_000000006292	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4945.0	99.05	100.0	0.0063779986787233164	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0137_000000003132	4170	0.5373895236257278	5	4	3	3	4	False	127786	fragment	False	ISR0395_000000009183	0.9529383659818442		0	0	False	False	0.9750599265098572	0					non-mobilizable	no_good_hit	3175.0	98.39399999999999	76.0	0.060659374282873095	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0210_000000005130	4058	0.5373865934676064	5	5	5	3	2	False	118958	fragment	False	ISR0018_000000004470	0.7894459021161656		0	0	False	False	0.9901429414749146	0					non-mobilizable	no_good_hit	78.0	98.71799999999999	2.0	2.7267998029621543e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0009_000000001761	16589	0.5373853472489559	6	5	5	5	4	True	51373	maximal	True	FIJ0009_000000001761	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.2600740587526798e-06	CP032594.1	bony fishes	Lateolabrax maculatus linkage group 20 sequence	True	True
MON0101_000000049290	1346	0.5373818828031118	3	2	2	2	1	False	9014	fragment	False	MON0101_000000049290	1.0		0	0	False	False	0.9970282316207886	0					non-mobilizable	no_good_hit								True	False
MON0058_000000049219	1108	0.5373798801307896	2	1	0	1	1	False	10964	fragment	False	MON0058_000000049219	1.0		0	0	False	False	0.9593862891197205	0					non-mobilizable	other	1108.0	99.639	100.0	0.008815097945532728	NZ_QEKH01000016.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_116, whole genome shotgun sequence	False	False
SPA0093_000000022505	1676	0.5373766759747509	4	3	1	3	2	False	110471	fragment	False	SPA0093_000000022505	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	97.01700000000001	100.0	0.008368765269873945	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	False
MAD0005_000000005069	4612	0.5373754760644835	5	4	3	4	3	False	113756	fragment	False	ISR0059_000000003816	0.8006005083737547		0	0	False	False	1.0	0					non-mobilizable	other	3166.0	96.336	100.0	0.000775988060816869	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0033_000000022111	1695	0.5373744496884564	3	3	3	3	3	False	90133	fragment	False	ISR0015_000000015519	0.9685593372268357		0	0	False	False	0.9970501661300659	0					non-mobilizable	chromosome	1686.0	100.0	99.0	0.00033527907954053433	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	False	False
ENG0156_000000007310	2210	0.5373717071196564	2	2	2	2	2	False	56684	maximal	True	ENG0156_000000007310	1.0		134	11	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	3.0	2.1878077707403293e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0073_000000006642	2782	0.537369698978666	2	2	2	2	1	False	44700	maximal	True	FIJ0073_000000006642	1.0		1	1	False	False	0.9989216327667236	0					non-mobilizable	other	2477.0	98.022	91.0	0.001669864542692488	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
SPA0092_000000015215	2823	0.5373665462394359	4	2	2	2	2	False	126641	fragment	False	SPA0036_000000008803	0.4771986970684039		0	0	False	False	0.9985830783843994	0					non-mobilizable	other	2770.0	97.473	98.0	0.0008889850609415472	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0036_000000008803	2763	0.5373665462394359	3	2	2	2	2	False	126641	fragment	False	SPA0036_000000008803	0.9342127179810811		0	0	False	False	0.9985523223876953	0					non-mobilizable	virus	2763.0	96.67	100.0	0.1616906685399836	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
SPA0038_000000004373	6771	0.5373597837447968	7	7	4	4	7	True	100946	fragment	False	SPA0105_000000003842	0.7074816126472461		0	0	False	False	0.9995569586753845	0					non-mobilizable	other	6770.0	99.985	100.0	0.004340591164277492	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0375_000000013884	1650	0.5373587706781761	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.8090445922984297		0	0	False	False	0.9915151596069336	0					non-mobilizable	chromosome	1469.0	80.191	100.0	0.0006226092042394027	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0158_000000012743	1461	0.5373587706781761	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.7880892387920377		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	96.0	99.0	0.0006888704809239529	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0031_000000006403	3623	0.5373583306951636	3	2	2	2	1	False	90476	fragment	False	FIJ0062_000000006899	0.7742725481470685		0	0	False	False	1.0	0					non-mobilizable	plasmid	3508.0	98.917	100.0	0.5116788321167883	CP001385.1	enterobacteria	Shigella flexneri 2002017 plasmid pSFxv_2, complete sequence	False	True
ISR0226_000000005526	1453	0.5373471527383502	3	2	2	1	0	False	27647	maximal	True	ISR0226_000000005526	1.0		2	2	False	False	0.9931176900863647	0					non-mobilizable	no_good_hit	713.0	69.705	48.0	0.0002168355204581358	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0083_000000005449	1936	0.5373419057058817	2	2	2	2	2	False	110176	maximal	True	CHI0083_000000005449	1.0		135	10	False	False	0.9741735458374023	0					non-mobilizable	other	1941.0	89.74799999999999	100.0	0.10901146294404722	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
CHI0050_000000003855	2525	0.537341015180003	2	2	2	2	2	False	86708	fragment	False	CHI0050_000000003855	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2527.0	99.367	100.0	0.36875912408759126	LR130560.1	enterobacteria	Escherichia coli strain MS14385 genome assembly, plasmid: 6	False	True
ISR0206_000000023396	1112	0.5373403984995069	2	2	2	1	0	False	109639	fragment	False	ISR0305_000000011417	0.11436847885330759		0	0	False	False	0.9910072088241577	0					non-mobilizable	other	1113.0	97.664	100.0	0.00027263782737072933	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0050_000000018713	1378	0.5373379836321048	2	2	2	2	2	False	6578	fragment	False	SPA0050_000000018713	1.0		0	0	False	False	0.9985486268997192	0					non-mobilizable	other	1378.0	99.927	100.0	0.0004345117848305215	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0026_000000028905	1125	0.5373329976115754	1	1	1	1	1	False	49014	fragment	False	FIJ0026_000000028905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0012_000000004473	5525	0.5373328882013164	4	4	4	4	3	False	8020	maximal	True	SPA0012_000000004473	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	99.44	34.0	0.00283639062665677	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	True	False
FIJ0047_000000021028	1477	0.5373326582056389	3	2	2	2	2	False	113369	fragment	False	ISR0821_000000021839	0.9667764773998494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.8758311950995835e-05	NZ_PVTF01000002.1	high GC Gram+	Umezawaea tangerina strain DSM 44720 Ga0180964_102, whole genome shotgun sequence	True	False
MAD0088_000000010560	2296	0.5373320758894069	4	4	4	3	4	False	61520	fragment	False	MAD0088_000000010560	0.946886357289762		0	0	False	False	0.9995644688606262	0					non-mobilizable	chromosome	2296.0	95.906	100.0	0.0010679584543220907	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
ISR0036_000000001669	4987	0.5373270353417281	9	5	2	4	5	True	36761	maximal	True	ISR0036_000000001669	1.0		3	2	False	False	0.9957890510559082	0					non-mobilizable	no_good_hit	2476.0	77.908	62.0	0.00047451294151734517	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0112_000000000696	23369	0.5373260632206697	27	19	11	15	15	True	97485	fragment	False	ISR0386_000000001069	0.9987193169690501		0	0	False	False	1.0	0					non-mobilizable	other	23369.0	99.991	100.0	0.5110663983903421	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0136_000000023350	1803	0.5373250473589591	3	2	2	2	2	False	80882	fragment	False	FIJ0041_000000018839	0.7622954480347562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	378.0	72.222	21.0	6.552419087779632e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ENG0094_000000003764	4490	0.5373230032179037	6	5	4	3	5	False	95922	fragment	False	ENG0094_000000003764	1.0		0	0	False	False	0.9946547746658325	0					non-mobilizable	no_good_hit	1088.0	77.02199999999999	37.0	0.0002444424489958812	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0177_000000007761	3441	0.5373216540274143	5	2	1	2	1	True	55537	fragment	False	ENG0177_000000007761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	82.822	4.0	0.0014684287812041115	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	True
MAD0024_000000001950	4829	0.5373201060542679	7	6	3	5	5	False	34898	fragment	False	MAD0024_000000001950	1.0		0	0	False	False	0.9983433485031128	0		MOBP		MOBP	mobilizable	plasmid	4829.0	99.42	100.0	0.1137096964130102	KM007160.1	firmicutes	Lactococcus garvieae strain IPLA 31405 plasmid pLG42, complete sequence	False	True
ENG0008_000000016281	1580	0.5373190286100955	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.8389318032394563		0	0	False	False	1.0	0					non-mobilizable	chromosome	1580.0	99.494	100.0	0.0002970612570789566	CP042981.1	enterobacteria	Escherichia coli strain NCCP 14539 chromosome, complete genome	False	False
USA0015_01_000000008517	3802	0.5373123519202017	6	5	3	4	3	True	64000	fragment	False	ISR0137_000000007194	0.9961671116361996		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	80.773	47.0	0.10184667039731393	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
DEN0070_000000026072	1314	0.537311049284058	2	2	2	2	1	False	70534	maximal	True	DEN0070_000000026072	1.0		7	5	False	False	0.9977169036865234	0					non-mobilizable	other	1314.0	99.163	100.0	0.0005756186695098341	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0089_000000002530	8550	0.5373055033374861	10	6	3	5	3	False	67918	fragment	False	ENG0089_000000002530	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8560.0	99.743	100.0	0.136925809187053	NZ_LMUA01000020.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00020, whole genome shotgun sequence	False	False
CHI0159_000000005943	2453	0.5373024380064143	4	3	3	3	1	False	99848	fragment	False	CHI0159_000000005943	0.9744588744588745		0	0	False	False	0.9995923638343811	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000038709	1215	0.5373023967667029	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.10512652538422591		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	99.259	100.0	0.004659714199078037	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0286_000000010239	1842	0.5373007258809137	2	2	2	1	1	False	26034	maximal	True	ISR0286_000000010239	1.0		66	11	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	88.805	29.0	0.00015509830278142957	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	False
MON0102_000000034333	1279	0.5373005861710983	1	1	1	1	1	True	8930	maximal	True	MON0102_000000034333	1.0		6	3	False	False	1.0	0					non-mobilizable	other	1261.0	98.969	100.0	0.002588688254135224	NZ_UGTE01000002.1	CFB group bacteria	Porphyromonas endodontalis strain NCTC13058, whole genome shotgun sequence	False	True
USA0053_01_000000012492	1509	0.5372964214359675	3	3	3	2	3	False	1059	maximal	True	USA0053_01_000000012492	1.0		15	8	False	False	1.0	0					non-mobilizable	chromosome	1495.0	99.93299999999999	99.0	0.0002834826930400445	CP031792.1	enterobacteria	Klebsiella pneumoniae strain INF116-sc-2279924 chromosome, complete genome	False	False
ISR0144_000000003373	2046	0.5372959169233981	2	1	1	1	1	False	31096	fragment	False	ISR0144_000000003373	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1967.0	99.949	96.0	0.0003923883838668099	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0394_000000009881	1928	0.5372959169233981	1	1	1	1	1	False	35073	fragment	False	ISR0394_000000009881	0.9894427295092644		0	0	False	False	1.0	0					non-mobilizable	chromosome	1918.0	99.68700000000001	99.0	0.00029494876015357643	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0098_000000019610	1890	0.5372959169233981	2	1	1	1	1	False	77027	fragment	False	SPA0098_000000019610	0.9792887667887668		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	89.65700000000001	100.0	0.00042129287374624645	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	False
SPA0026_000000004199	5817	0.5372945286874342	9	3	2	3	2	False	82648	maximal	False	CHI0111_000000004888	0.945552136833721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	76.819	14.0	0.00022250515050444296	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0247_000000001305	7872	0.5372885774619961	8	5	4	3	4	False	27107	maximal	True	ISR0247_000000001305	1.0		0	0	False	False	0.9970782399177551	0					non-mobilizable	no_good_hit	1924.0	92.412	49.0	0.0005466952245233483	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0050_000000025401	1160	0.5372824661140617	2	2	2	2	1	True	131026	fragment	False	CHI0117_000000007167	0.016648272493128384		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	92.334	100.0	0.00858356395495109	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	False	True
AST0093_000000007377	2463	0.5372823676038629	4	3	3	3	2	False	109552	maximal	True	AST0093_000000007377	1.0		2	2	False	False	0.9975639581680298	0					non-mobilizable	no_good_hit	1572.0	97.774	64.0	0.00043941268715971756	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0812_000000007854	4897	0.537279411314255	9	2	2	2	2	False	65143	maximal	True	ISR0812_000000007854	1.0		1	1	False	False	0.9936695694923401	0					non-mobilizable	no_good_hit	1312.0	79.268	27.0	0.0003674076712129609	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0083_000000010377	1693	0.5372791392621621	1	1	1	1	1	False	5579	maximal	True	SPA0083_000000010377	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	78.44800000000001	7.0	0.003243150977212597	NZ_CGIH01000046.1	firmicutes	Syntrophomonas zehnderi OL-4, whole genome shotgun sequence	True	False
ISR0310_000000005322	2997	0.5372773853601015	5	5	2	2	5	False	25340	fragment	False	ISR0310_000000005322	1.0		0	0	False	False	0.9996663331985474	0					non-mobilizable	plasmid	2997.0	100.0	100.0	0.08170834810592631	CP052790.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N19S0552 plasmid pN19S0552-2, complete sequence	False	True
ENG0010_000000017676	1241	0.5372743133173491	2	2	2	2	1	False	67256	maximal	True	ENG0010_000000017676	0.9551495016611296		149	9	False	False	1.0	0					non-mobilizable	chromosome	1241.0	95.165	100.0	0.000510662551714879	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0079_000000006700	3528	0.5372736990326186	2	2	2	2	2	False	72592	maximal	False	ENG0131_000000007593	0.9728080942720873		0	0	False	False	0.999716579914093	0					non-mobilizable	other	3528.0	100.0	100.0	0.06782170602261364	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
CHI0126_000000009902	1540	0.5372699465884979	3	1	1	1	1	False	81463	maximal	True	CHI0126_000000009902	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	85.631	88.0	0.020382961629446684	NZ_WNCH01000011.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold11_size67213, whole genome shotgun sequence	True	False
CAN0005_000000009525	1779	0.5372656162985059	3	3	3	2	1	False	131315	fragment	False	CAN0005_000000009525	0.9737584650112867		0	0	False	False	0.9988757967948914	0					non-mobilizable	no_good_hit	299.0	72.91	17.0	5.623550444667577e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
ISR0200_000000011054	2173	0.5372607851669507	2	2	2	2	2	False	60371	maximal	True	ISR0200_000000011054	1.0		16	5	False	False	0.9783709049224854	0					non-mobilizable	no_good_hit	1912.0	99.58200000000001	88.0	0.031194397740813895	NZ_CYYA01000021.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0129_000000006449	3237	0.5372592613130278	3	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.824172683324263		0	0	False	False	1.0	0					non-mobilizable	chromosome	3237.0	99.846	100.0	0.0004987911712729579	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0007_000000016117	1176	0.5372589158669896	2	2	2	1	1	False	51519	fragment	False	FIJ0007_000000016117	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1176.0	98.81	100.0	0.00021981660747208095	CP052372.1	enterobacteria	Klebsiella pneumoniae strain D16KP0042 chromosome, complete genome	False	False
MAD0021_000000004962	2913	0.5372567560024718	5	5	2	3	4	False	56545	fragment	False	ENG0159_000000007427	0.9587949497711598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	82.345	79.0	0.0005420135437159193	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0124_000000006924	2182	0.5372500947949925	2	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.7027263931033987		0	0	False	False	1.0	0					non-mobilizable	chromosome	2008.0	79.93	95.0	0.0006291344075057374	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0222_000000023554	2101	0.5372500947949925	3	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.7095938294065548		0	0	False	False	0.9947643876075745	0					non-mobilizable	other	2011.0	81.65100000000001	95.0	0.0031842346002034327	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0223_000000017428	1771	0.5372500947949925	2	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.3635262310426664		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	81.782	99.0	0.0028195909593966106	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ITA0002_000000003843	2352	0.5372446527070768	3	2	1	2	2	False	20428	maximal	True	ITA0002_000000003843	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0023_000000008570	3304	0.5372440382469907	8	1	1	1	1	True	112079	fragment	False	ISR0023_000000008570	1.0		0	0	False	False	0.9996973276138306	0					non-mobilizable	no_good_hit	53.0	86.792	2.0	8.691787181420435e-06	CP042170.1	CFB group bacteria	Flavobacterium sp. KBS0721 chromosome, complete genome	True	True
ISR0188_000000007384	2942	0.5372440382469907	6	1	1	1	1	True	112077	fragment	False	ISR0188_000000007384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	0.0003480244061370772	NZ_WBXO01000007.1	firmicutes	Heliorestis acidaminivorans strain DSM 24790 NODE_7_length_135048_cov_23.8347, whole genome shotgun sequence	True	True
ISR0368_000000004532	2757	0.5372440382469907	6	1	1	1	1	True	112076	fragment	False	ISR0368_000000004532	1.0		0	0	False	False	0.9989118576049805	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	0.0003480244061370772	NZ_WBXO01000007.1	firmicutes	Heliorestis acidaminivorans strain DSM 24790 NODE_7_length_135048_cov_23.8347, whole genome shotgun sequence	True	True
AST0061_000000016292	2573	0.5372440382469907	5	1	1	1	1	True	112076	fragment	False	ISR0368_000000004532	0.9666303953572724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	0.0003480244061370772	NZ_WBXO01000007.1	firmicutes	Heliorestis acidaminivorans strain DSM 24790 NODE_7_length_135048_cov_23.8347, whole genome shotgun sequence	True	True
ISR0338_000000013471	2044	0.5372440382469907	3	1	1	1	1	True	102258	fragment	False	ISR0338_000000013471	1.0		0	0	False	False	0.9902152419090271	0					non-mobilizable	no_good_hit	53.0	86.792	3.0	8.691787181420435e-06	CP042170.1	CFB group bacteria	Flavobacterium sp. KBS0721 chromosome, complete genome	True	True
ISR0017_000000018828	1769	0.5372426359247354	4	3	3	1	1	False	37848	fragment	False	ISR0849_000000015482	0.9519546268980212		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	99.943	100.0	0.044957534455576466	NZ_JAAITU010000038.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_38_length_39326_cov_192.594, whole genome shotgun sequence	False	False
ISR0215_000000006339	4532	0.5372383371912435	5	4	4	4	2	False	38033	maximal	True	ISR0215_000000006339	1.0		15	6	False	False	0.9960282444953918	0					non-mobilizable	no_good_hit								True	False
ISR0130_000000029013	1129	0.5372382165579722	1	1	1	1	1	False	31709	fragment	False	ISR0130_000000029013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0085_000000007866	4317	0.5372310204340341	5	4	3	4	3	True	70849	maximal	True	DEN0085_000000007866	1.0		3	2	False	False	0.9939773082733154	0					non-mobilizable	no_good_hit	805.0	72.05	18.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
MON0092_000000048544	1151	0.5372294171272269	2	2	2	2	2	False	9414	maximal	True	MON0092_000000048544	1.0		16	1	False	False	0.9991312026977539	0					non-mobilizable	other	1118.0	75.313	95.0	0.00031366912388417704	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0049_000000001602	9129	0.5372280105898548	11	5	3	3	2	False	46689	fragment	False	FIJ0123_000000003366	0.9603777458427427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.5107465916905708e-06	CP025657.1	eudicots	Ipomoea trifida cultivar NCNSP0306 chromosome 14	True	False
SPA0038_000000020836	1221	0.537226308312289	2	2	1	2	1	False	12030	fragment	False	SPA0038_000000020836	0.9685908319185059		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0115_000000020655	1388	0.5372260523247937	3	1	1	1	1	False	4380	maximal	True	SPA0115_000000020655	1.0		8	3	False	False	0.9719020128250122	0					non-mobilizable	no_good_hit	1135.0	87.75299999999999	81.0	0.00866976629992788	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	True	False
ISR0324_000000026621	1162	0.5372225811525925	2	1	1	1	1	False	24895	maximal	True	ISR0324_000000026621	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0037_01_000000027579	1217	0.5372218877963254	2	2	1	1	2	False	1355	fragment	False	USA0037_01_000000027579	1.0		0	0	False	False	0.9967132210731506	0					non-mobilizable	chromosome	1217.0	95.727	100.0	0.000536899950283771	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0217_000000008673	2892	0.5372203384323011	7	6	3	3	3	False	28094	maximal	True	ISR0217_000000008673	1.0		84	10	False	False	1.0	0					non-mobilizable	chromosome	1140.0	85.0	90.0	0.000400157098712828	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AUS0008_000000003089	5977	0.537214732536061	7	4	3	3	3	True	101900	maximal	True	AUS0008_000000003089	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	97.436	8.0	0.192527640106748	GQ873429.1		Uncultured organism clone 1041059765066 genomic sequence	True	True
ENG0039_000000019253	1365	0.5372099200666047	4	3	3	3	2	False	96012	fragment	False	ENG0039_000000019253	1.0		0	0	False	False	0.9809523820877075	0					non-mobilizable	no_good_hit	799.0	99.124	82.0	0.0002157678727045259	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0121_000000006133	3806	0.5372095381792289	7	5	5	4	3	False	32225	maximal	True	ISR0121_000000006133	1.0		1	1	False	False	0.9934314489364624	0					non-mobilizable	no_good_hit	1031.0	97.963	41.0	0.004662629050857615	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0011_000000002306	10309	0.537205503135282	12	8	6	8	7	True	118319	maximal	True	ISR0011_000000002306	1.0	PS770|PS805	5	5	False	True	1.0	0					non-mobilizable	no_good_hit	1567.0	75.75	15.0	0.0005469519426850824	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ETH0005_000000031837	1468	0.5372054912141747	2	2	2	1	1	False	52718	maximal	True	ETH0005_000000031837	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0020_000000004281	5422	0.5372044404487036	6	4	1	3	2	False	49820	maximal	True	FIJ0020_000000004281	1.0		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	1943.0	75.399	35.0	0.029294850973659383	NZ_KI912454.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00019.19, whole genome shotgun sequence	True	False
ENG0134_000000023251	1685	0.5372039690033226	2	2	2	2	2	False	125749	maximal	True	ENG0134_000000023251	1.0		57	8	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	79.643	80.0	0.8706952566601689	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	True	False
ISR0384_000000013444	1445	0.5372039690033226	2	2	2	2	2	False	125742	fragment	False	ISR0384_000000013444	1.0		0	0	False	False	0.9965397715568542	0					non-mobilizable	chromosome	1008.0	79.167	90.0	0.00041377635759527384	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	False	False
MON0103_000000020119	2529	0.5372039179182663	4	3	2	2	0	True	8906	maximal	True	MON0103_000000020119	1.0		0	0	False	False	0.9497825503349304	0					non-mobilizable	no_good_hit	1462.0	97.12700000000001	58.0	0.000332181512721368	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
USA0053_01_000000003699	6007	0.5372002210653722	4	4	2	3	3	False	1074	fragment	False	USA0053_01_000000003699	1.0		0	0	False	False	0.9996670484542847	0			MPF_I		non-mobilizable	plasmid	4385.0	99.475	99.0	0.031369855172019005	CP033633.1	enterobacteria	Escherichia coli isolate ECCNB12-2 plasmid pTB-nb2, complete sequence	False	True
MON0082_000000032932	1119	0.5371983450980208	1	1	1	1	1	False	9897	fragment	False	MON0082_000000032932	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	82.85700000000001	6.0	1.9876752090522345e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0030_000000025415	1421	0.5371964985967157	2	2	2	2	2	False	125901	fragment	False	MON0030_000000025415	0.9947750338437219		0	0	False	False	0.9985925555229187	0					non-mobilizable	other	1422.0	92.053	99.0	0.004100790513833992	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	False	False
ITA0001_000000000506	3474	0.5371917689269049	5	2	1	2	1	True	81649	fragment	False	ITA0001_000000000506	0.922062701435687		0	0	False	False	1.0	0					non-mobilizable	other	3232.0	91.955	93.0	0.0132318006326647	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0306_000000001167	6399	0.5371911264375661	11	5	3	3	5	False	122625	maximal	True	ISR0306_000000001167	1.0		4	1	False	False	0.9995311498641968	0					non-mobilizable	no_good_hit	2597.0	98.76799999999999	55.0	0.000817622571678298	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
CAN0005_000000004424	4162	0.5371893600091694	3	3	3	3	1	True	95959	maximal	True	CAN0005_000000004424	1.0		3	2	False	False	0.9990389347076416	0					non-mobilizable	no_good_hit	64.0	92.18799999999999	2.0	1.0958236722703975e-05	LN899827.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IX	True	True
SPA0108_000000024464	1119	0.537188263568066	1	1	1	1	1	False	115513	maximal	False	AST0046_000000013115	0.9540650406504065		0	0	False	False	0.9982126951217651	0					non-mobilizable	other	1119.0	100.0	100.0	0.0003077973493086949	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ENG0182_000000015489	1848	0.5371812278620941	1	1	1	1	1	False	116440	maximal	True	ENG0182_000000015489	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	92.061	68.0	0.00033363919159089885	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0082_000000029280	1450	0.5371812278620941	3	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9530611774403066		0	0	False	False	0.9972413778305054	0					non-mobilizable	other	1331.0	86.777	92.0	0.0054224000653301215	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0023_000000021873	1308	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9327719084116171		0	0	False	False	0.9969419240951538	0					non-mobilizable	other	1311.0	86.728	100.0	0.005340737413743824	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0068_000000020341	1302	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9126552555016512		0	0	False	False	0.9992319345474243	0					non-mobilizable	chromosome	1302.0	91.935	100.0	0.00034837827234391043	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0116_01_000000018947	1289	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9056975892324867		0	0	False	False	0.9968968033790588	0					non-mobilizable	other	1289.0	99.069	100.0	0.0060115844352237775	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0362_000000016184	1282	0.5371812278620941	2	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8834873399882548		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	99.22	100.0	0.005978912780684518	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0042_000000019479	1274	0.5371812278620941	2	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8840878975020384		0	0	False	False	0.9992150664329529	0					non-mobilizable	other	1274.0	99.529	100.0	0.005941573746925364	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0119_000000024871	1271	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8881496375415661		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	99.37100000000001	100.0	0.005927571609265681	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0112_000000031048	1270	0.5371812278620941	2	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8835420879816656		0	0	False	False	0.9992126226425171	0					non-mobilizable	other	1270.0	99.213	100.0	0.005922904230045787	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0842_000000018638	1261	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8833340194072782		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	99.286	100.0	0.0058808978170667384	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0217_000000017923	1256	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8799507526890672		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	98.965	100.0	0.005857560920967268	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0193_000000015856	1249	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.877448774660048		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	99.6	100.0	0.005824889266428008	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0111_000000014431	1215	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8424163855157836		0	0	False	False	0.9991769790649414	0					non-mobilizable	other	1215.0	99.506	100.0	0.0056661983729516035	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0064_000000037079	1189	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8052792665547144		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	99.411	100.0	0.005544846513234353	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0137_000000031214	1184	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.6622818202686835		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	99.662	100.0	0.005521509617134882	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0105_000000017588	1164	0.5371812278620941	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.6624093503315363		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	99.57	100.0	0.005428162032736998	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0121_000000002361	6427	0.5371787859366143	5	5	5	4	3	False	4145	maximal	True	SPA0121_000000002361	1.0		294	13	False	False	1.0	0					non-mobilizable	other	6440.0	95.714	100.0	0.011774509624365855	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
DEN0003_000000013751	1869	0.537178685289504	3	2	2	2	2	False	76659	fragment	False	DEN0003_000000013751	1.0		0	0	False	False	0.9983948469161987	0					non-mobilizable	other	1869.0	100.0	100.0	0.0007758931493785378	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
CHI0051_000000005587	3127	0.5371783295883507	2	2	2	2	2	False	86650	maximal	True	CHI0051_000000005587	1.0		411	12	False	False	0.9987208247184753	0					non-mobilizable	other	3129.0	87.31200000000001	100.0	0.0196798327371656	NZ_AGDG01000026.1	CFB group bacteria	Bacteroides faecis MAJ27 contig026, whole genome shotgun sequence	False	False
CHI0056_000000014464	1433	0.5371774151243579	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.05006938550331014		0	0	False	False	0.9888346195220947	0					non-mobilizable	chromosome	1292.0	95.20100000000001	100.0	0.0003660753142359778	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0115_000000027434	1327	0.5371765462071065	3	2	2	2	2	False	32447	maximal	True	ISR0115_000000027434	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	79.669	32.0	0.0010803563371021181	NZ_HG326225.1	firmicutes	Fenollaria massiliensis strain 9401234, whole genome shotgun sequence	True	False
ENG0055_000000003332	5781	0.5371753321910344	9	7	5	5	5	False	112828	maximal	True	ENG0055_000000003332	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2647.0	73.819	45.0	0.31639244363193175	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0026_000000002414	8440	0.5371735282054587	9	7	6	5	4	False	118063	maximal	True	MON0026_000000002414	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	78.96600000000001	14.0	0.00029124265767034786	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MAD0046_000000005115	4577	0.5371645733934297	6	4	3	4	2	True	17766	maximal	True	MAD0046_000000005115	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	1.0	6.089596607721857e-05	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ISR0153_000000023280	1264	0.5371583847221701	2	2	2	2	1	False	30658	maximal	False	SPA0085_000000010468	0.9845051849187796		0	0	False	False	0.9944620132446289	0					non-mobilizable	other	1264.0	99.209	100.0	0.004011191956019805	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
FIJ0158_000000015723	1199	0.5371556884424922	1	1	1	1	1	False	51042	fragment	False	FIJ0151_000000013379	0.6450351837372947		0	0	False	False	1.0	0					non-mobilizable	plasmid	1199.0	100.0	100.0	0.005160501059668832	CP045194.1	enterobacteria	Klebsiella pneumoniae strain YML0508 plasmid pYML0508_1, complete sequence	False	True
ISR0153_000000013827	2058	0.5371490786368991	3	3	3	2	1	False	30676	maximal	True	ISR0153_000000013827	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	76.432	37.0	0.00025858697340088083	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0140_000000016912	1356	0.5371416417782378	2	2	2	2	2	False	31229	maximal	False	ISR0282_000000018058	0.987698986975398		0	0	False	False	0.9970501661300659	0					non-mobilizable	chromosome	1356.0	99.41	100.0	0.0004781418595730881	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0105_000000027443	1411	0.5371413042470322	2	2	2	1	2	False	14785	maximal	True	MAD0105_000000027443	1.0		1	1	False	False	0.9992913007736206	0					non-mobilizable	other	1432.0	93.296	100.0	0.0002958756308394661	NC_015968.1	enterobacteria	Enterobacter soli, complete sequence	False	False
ENG0051_000000005316	5031	0.5371408442102371	3	3	1	2	2	False	75288	fragment	False	ENG0051_000000005316	1.0		0	0	False	False	0.9900616407394409	0					non-mobilizable	no_good_hit	3522.0	95.99700000000001	70.0	0.517418785829781	MK233957.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_1-CL39_c1 sequence	True	False
ISR0067_000000013992	2110	0.5371349518577886	3	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.4439399940119556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.25	38.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0054_000000016241	1592	0.5371326755700437	4	3	3	3	2	False	35697	maximal	True	ISR0054_000000016241	1.0		2	2	False	False	0.9924623370170593	0					non-mobilizable	no_good_hit	1212.0	89.439	76.0	0.24228456913827656	NZ_CBYM010000072.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0031_000000010591	2287	0.5371312957653678	4	3	2	2	3	False	52898	maximal	True	FIJ0031_000000010591	1.0		91	11	False	False	0.9995627403259277	0					non-mobilizable	other	2304.0	95.833	100.0	0.026785610439758547	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	False	False
ENG0042_000000016557	1522	0.5371307945675187	4	2	2	1	2	False	64675	maximal	True	ENG0042_000000016557	1.0		1	1	False	False	0.9789750576019287	0					non-mobilizable	no_good_hit	593.0	94.772	39.0	0.00021050524464378133	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
SPA0047_000000009175	4305	0.5371307678571088	4	4	4	4	3	False	121632	maximal	True	SPA0047_000000009175	1.0		64	4	False	False	0.9872241616249084	0					non-mobilizable	other	2540.0	92.126	92.0	0.012194533218758146	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0209_000000002183	11629	0.5371298180494136	19	7	3	7	4	True	100081	fragment	False	ISR0209_000000002183	1.0		0	0	False	True	0.9990540742874146	0					non-mobilizable	no_good_hit	429.0	78.322	4.0	0.00011968308589973857	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
FIJ0028_000000003540	8170	0.5371258024141634	18	7	3	4	6	True	55695	maximal	True	FIJ0028_000000003540	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3768.0	94.719	89.0	0.017259033088269208	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	True
MAD0100_000000019834	1811	0.5371225518319827	4	4	4	3	3	False	15160	maximal	True	MAD0100_000000019834	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	81.48100000000001	4.0	0.00012072902220055807	NZ_VOLT01000002.1	g-proteobacteria	Colwellia demingiae strain ACAM 459 NODE_2_length_662641_cov_149.411, whole genome shotgun sequence	True	False
ISR0381_000000009098	1880	0.5371185426761539	3	3	3	2	2	False	23155	maximal	True	ISR0381_000000009098	1.0		10	6	False	False	0.978723406791687	0					non-mobilizable	no_good_hit	666.0	100.0	35.0	0.0001349970655901006	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
MAD0095_000000003703	6291	0.5371091941363858	7	3	2	3	2	True	34427	maximal	True	MAD0095_000000003703	1.0		1	1	False	False	0.9961850047111511	0					non-mobilizable	no_good_hit	1120.0	76.429	18.0	0.0003985594410114074	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	True
CHI0175_000000006669	1745	0.5371061467016957	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.1117322504300394		0	0	False	False	1.0	0					non-mobilizable	chromosome	1745.0	98.223	100.0	0.0006136447924705537	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0194_000000006509	3545	0.537104966851556	5	2	2	2	1	True	98375	maximal	True	ISR0194_000000006509	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1940.0	99.072	55.0	0.2656335710367526	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
SPA0075_000000019117	1216	0.5371048145004982	2	2	2	2	2	False	125823	fragment	False	ISR0158_000000013331	0.7448047276241059		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	99.178	100.0	0.0033226137529935	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0042_000000020112	1212	0.5371048145004982	2	2	2	2	2	False	125823	fragment	False	ISR0158_000000013331	0.7450937672611502		0	0	False	False	0.9983498454093933	0					non-mobilizable	other	1212.0	99.34	100.0	0.003314403010605542	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0063_000000026183	1876	0.5370992447328039	2	1	1	1	1	False	71472	fragment	False	DEN0063_000000026183	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1876.0	99.947	100.0	0.0003806308240322385	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ISR0375_000000012962	1756	0.5370992447328039	1	1	1	1	1	False	35073	fragment	False	ISR0394_000000009881	0.9487095401942482		0	0	False	False	1.0	0					non-mobilizable	other	1756.0	99.772	100.0	0.005579576524448401	NZ_RCXZ01000001.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0001, whole genome shotgun sequence	False	False
CHI0051_000000010508	1750	0.5370992447328039	2	1	1	1	1	False	86605	fragment	False	USA0081_01_000000017088	0.9559397657557167		0	0	False	False	0.9988571405410767	0					non-mobilizable	other	1679.0	99.762	96.0	0.0002807830131297015	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0064_000000013447	1654	0.5370992447328039	1	1	1	1	1	False	62950	fragment	False	ENG0064_000000013447	1.0		0	0	False	False	0.9885126948356628	0					non-mobilizable	chromosome	1654.0	99.395	100.0	0.0003072771139522213	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ETH0003_000000028573	1481	0.5370992447328039	1	1	1	1	1	False	53072	fragment	False	ETH0003_000000028573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0077_000000009431	1463	0.5370992447328039	1	1	1	1	1	False	69886	fragment	False	MON0013_000000036832	0.9543063773833005		0	0	False	False	1.0	0					non-mobilizable	chromosome	1463.0	99.863	100.0	0.00026850755347377513	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
MAD0070_000000003486	4934	0.5370977597734387	4	4	4	2	2	False	45503	maximal	True	MAD0070_000000003486	1.0		212	13	False	False	1.0	0					non-mobilizable	other	4858.0	96.624	98.0	0.013889724526193649	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ISR0333_000000004648	4096	0.5370976209491157	3	2	1	2	2	False	24555	maximal	True	ISR0333_000000004648	1.0		484	12	False	False	1.0	0					non-mobilizable	other	4096.0	99.78	100.0	0.022967296140709043	NZ_SPGG01000009.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_9_length_178297_cov_37.5316, whole genome shotgun sequence	False	False
ISR0339_000000011773	1312	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.005607248856928285		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	95.413	100.0	0.0003936170789456724	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ENG0076_000000010035	1272	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.0632812578631426		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	97.338	100.0	0.00033825762989186134	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
CHI0106_000000016194	1264	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.05760939992523909		0	0	False	False	1.0	0					non-mobilizable	chromosome	1257.0	93.556	100.0	0.0002659514726506525	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
SPA0007_000000022025	1190	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04279606845410656		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	98.15100000000001	100.0	0.008294095078650901	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
SPA0155_000000016376	1186	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.073274427574501		0	0	False	False	0.9957841634750366	0					non-mobilizable	other	1186.0	95.95299999999999	100.0	0.00035687546943429367	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
SPA0075_000000020191	1167	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.0687818724027554		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	93.895	100.0	0.00034994877255919765	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
AST0046_000000013739	1162	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.07438943234062032		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	99.914	100.0	0.025650656179576688	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0387_000000020649	1154	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.07576769617710064		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	95.325	100.0	0.0035589059224399684	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
DEN0071_000000039000	1149	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.058997742023725395		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	98.089	100.0	0.00671749650374202	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	True
ENG0025_000000024722	1143	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.06969972408918768		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	97.113	100.0	0.003531077813576407	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
FIJ0025_000000018431	1138	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.07259480686526798		0	0	False	False	1.0	0					non-mobilizable	chromosome	1139.0	97.805	100.0	0.00031850422801768064	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0303_000000013206	1134	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.0726454236114224		0	0	False	False	0.9911816716194153	0					non-mobilizable	other	1134.0	97.443	100.0	0.003503249704712845	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
USA0037_01_000000029853	1127	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.06619437687123965		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	95.133	100.0	0.024921567761035747	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0262_000000015421	1127	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.06488267982902893		0	0	False	False	0.997338056564331	0					non-mobilizable	other	1128.0	92.73	100.0	0.007854626626207666	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ENG0112_000000024595	1122	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.007263177560238991		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	90.65	100.0	0.0028738799943599145	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0072_000000026521	1121	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.023268787799619862		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	100.0	100.0	0.002871316319075026	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
MON0060_000000038815	1118	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.057221802694433166		0	0	False	False	0.9588550925254822	0					non-mobilizable	chromosome	1118.0	95.259	100.0	0.0002641308840652226	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
ISR0023_000000030385	1118	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.0501763733926128		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	100.0	100.0	0.00029727283445256424	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0122_000000016132	1115	0.5370968182681343	3	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.005548533022877481		0	0	False	False	0.9991031289100647	0					non-mobilizable	other	1115.0	100.0	100.0	0.1281933256616801	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
ENG0121_000000014840	1110	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.06635502385650588		0	0	False	False	0.99909907579422	0					non-mobilizable	chromosome	1111.0	96.76	100.0	0.0003106675686288449	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ENG0123_000000010619	1108	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04834946737713237		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	99.368	100.0	0.0011254025830378348	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
USA0030_01_000000014811	1107	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.06272605170063517		0	0	False	False	0.9981933236122131	0					non-mobilizable	other	1107.0	99.09700000000001	100.0	0.02443550881534179	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0317_000000021646	1104	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.0445700627927075		0	0	False	False	0.9990941882133484	0					non-mobilizable	other	1105.0	99.27600000000001	100.0	0.00029354694395808265	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0001_000000030168	1101	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.047696470540917406		0	0	False	False	1.0	0					non-mobilizable	other	1101.0	100.0	100.0	0.12658227848101267	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
ENG0174_000000019429	1099	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.06452768150317421		0	0	False	False	1.0	0					non-mobilizable	other	1099.0	95.99600000000001	100.0	0.003388845257162646	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
MON0101_000000061228	1097	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.050096853253051375		0	0	False	False	0.9863263368606567	0					non-mobilizable	other	1097.0	97.995	100.0	0.0002916839987108419	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0038_000000032451	1091	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03889508883492595		0	0	False	False	1.0	0					non-mobilizable	other	1092.0	97.89399999999999	100.0	0.00029008718849892124	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0004_000000044768	1014	0.5370968182681343	2	2	0	2	1	True	124250	fragment	False	ISR0071_000000003227	0.012777398286830263		0	0	False	False	1.0	0					non-mobilizable	chromosome	1015.0	96.45299999999999	100.0	0.0002837990221528367	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0305_000000005534	2984	0.5370918539837601	3	3	3	2	3	False	25479	maximal	True	ISR0305_000000005534	1.0		242	11	False	False	1.0	0					non-mobilizable	other	2984.0	99.531	100.0	0.021109412164458035	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	False	False
ISR0094_000000002609	9021	0.5370905673620069	6	3	3	3	3	False	33477	maximal	True	ISR0094_000000002609	1.0		29	5	False	False	0.9997782707214355	0					non-mobilizable	no_good_hit	5577.0	79.756	69.0	0.0035358279922922285	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CAN0008_000000017084	1690	0.5370900223252791	1	1	1	1	1	False	94973	maximal	False	SPA0053_000000017939	0.9203549859265118		0	0	False	False	0.9994083046913147	0					non-mobilizable	chromosome	1699.0	96.17399999999999	100.0	0.0004724223126979156	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0095_000000023221	1206	0.5370879562423871	3	3	3	3	2	False	60901	maximal	True	ENG0095_000000023221	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1206.0	98.425	100.0	0.0002588684462780303	CP024676.1	enterobacteria	Citrobacter pasteurii strain UMH17 chromosome, complete genome	False	False
FIJ0014_000000008762	2742	0.5370862000996289	5	4	3	3	4	False	121862	fragment	False	FIJ0014_000000008762	0.9421159210624932		0	0	False	False	1.0	0					non-mobilizable	other	2745.0	95.956	100.0	0.0008533426579866091	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0021_000000006800	5865	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.8605940214634065		0	0	False	False	1.0	0					non-mobilizable	other	5865.0	100.0	100.0	0.012963184026810624	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CAN0007_000000007319	5865	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.8605940214634065		0	0	False	False	1.0	0					non-mobilizable	other	5865.0	100.0	100.0	0.012963184026810624	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0015_000000003914	5864	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.8605651508368927		0	0	False	False	1.0	0					non-mobilizable	other	5864.0	100.0	100.0	0.012960973388334018	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
DEN0085_000000006173	5747	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.7817643252973133		0	0	False	False	1.0	0					non-mobilizable	other	5747.0	100.0	100.0	0.012702328686571255	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0134_000000005183	5746	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.7816231268510139		0	0	False	False	1.0	0					non-mobilizable	other	5746.0	99.98299999999999	100.0	0.012700118048094651	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0098_000000004391	5741	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.7815220012322971		0	0	False	False	1.0	0					non-mobilizable	other	5741.0	100.0	100.0	0.012689064855711626	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CHI0137_000000002041	5741	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.7815220012322971		0	0	False	False	0.9972130060195923	0					non-mobilizable	other	5741.0	100.0	100.0	0.012689064855711626	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0178_000000003245	5741	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.7814073533265942		0	0	False	False	1.0	0					non-mobilizable	other	5741.0	99.98299999999999	100.0	0.012689064855711626	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
USA0047_01_000000005818	5741	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.7815220012322971		0	0	False	False	0.9998258352279663	0					non-mobilizable	other	5741.0	100.0	100.0	0.012689064855711626	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
CAN0018_000000005868	5741	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.7815220012322971		0	0	False	False	0.9996516108512878	0					non-mobilizable	other	5741.0	100.0	100.0	0.012689064855711626	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0106_000000003509	5741	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.78150146300282		0	0	False	False	1.0	0					non-mobilizable	other	5741.0	99.98299999999999	100.0	0.012689064855711626	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0009_000000002231	5741	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.7815220012322971		0	0	False	False	1.0	0					non-mobilizable	other	5741.0	100.0	100.0	0.012689064855711626	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0037_000000005288	5741	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.78150146300282		0	0	False	False	1.0	0					non-mobilizable	other	5741.0	99.98299999999999	100.0	0.012689064855711626	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0138_000000003633	5740	0.5370861048883253	3	2	1	2	2	False	105179	fragment	False	DEN0079_000000005641	0.7814103641621865		0	0	False	False	0.9996515512466431	0					non-mobilizable	other	5740.0	99.98299999999999	100.0	0.012686854217235023	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0087_000000006029	4332	0.5370856424034238	6	2	0	2	0	True	33858	fragment	False	ISR0087_000000006029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.303664242695676e-06	NZ_LT883155.1	enterobacteria	Serratia grimesii isolate BXF1 chromosome 1	True	True
DEN0005_000000017671	2053	0.5370856424034238	2	2	0	2	0	True	112335	maximal	True	DEN0005_000000017671	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	95.556	4.0	0.0002983323556523925	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	True
MON0030_000000005677	5517	0.5370855761325453	7	7	3	6	7	True	124258	maximal	True	MON0030_000000005677	1.0		32	9	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	91.208	70.0	0.0006228003972912399	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	True
FIJ0010_000000010134	1858	0.5370801399788925	3	3	3	2	2	False	51085	maximal	True	FIJ0010_000000010134	1.0		175	12	False	False	1.0	0					non-mobilizable	no_good_hit	1203.0	91.10600000000001	64.0	0.011978148649325915	NZ_QRYH01000006.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf6, whole genome shotgun sequence	True	False
SPA0121_000000002584	5617	0.5370783542039819	8	3	1	2	2	False	104296	maximal	True	SPA0121_000000002584	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	2179.0	85.26799999999999	40.0	0.04781213795561893	NZ_SPFU01000033.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_33_length_44884_cov_22.2797, whole genome shotgun sequence	True	False
USA0121_01_000000007087	6575	0.5370771967221838	8	6	1	6	2	False	201	maximal	True	USA0121_01_000000007087	1.0		2	2	False	False	0.9978707432746887	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.109241686728755e-06	CP026251.1	bony fishes	Scophthalmus maximus chromosome 9	True	False
ISR0296_000000021455	1198	0.5370753046320473	2	2	2	2	1	False	115502	maximal	True	ISR0296_000000021455	0.9785407725321889		261	11	False	False	0.9966611266136169	0					non-mobilizable	other	1157.0	85.134	96.0	0.020594044919160143	NZ_JAAIQH010000019.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_19_length_54676_cov_322.576, whole genome shotgun sequence	False	False
ENG0164_000000009198	2143	0.5370750930355137	3	2	2	2	1	False	102221	maximal	True	ENG0164_000000009198	1.0		1	1	False	False	0.996733546257019	0					non-mobilizable	no_good_hit	1664.0	95.67299999999999	78.0	0.0004074856736422232	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0029_000000008639	3023	0.5370703824448565	5	5	3	4	3	True	30942	fragment	False	MON0029_000000008639	1.0		0	0	False	False	0.9996691942214966	0					non-mobilizable	other	2959.0	87.428	97.0	0.000981734198889528	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0385_000000000951	15176	0.5370690755548356	15	11	11	10	8	True	130766	maximal	True	ISR0385_000000000951	1.0		132	7	False	False	1.0	0					non-mobilizable	other	10767.0	99.016	99.0	0.003456415011230299	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0019_000000006701	3001	0.5370671879851835	4	4	4	4	3	False	66554	maximal	True	ENG0019_000000006701	1.0		2	2	False	False	0.9763412475585938	0					non-mobilizable	no_good_hit	865.0	81.965	29.0	0.003311964568959834	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0029_000000025836	1128	0.5370667690802347	2	2	2	2	2	False	117655	maximal	True	AST0029_000000025836	1.0		33	8	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	80.583	9.0	0.004048261628829973	NZ_LFCV01000140.1	enterobacteria	Xenorhabdus khoisanae strain MCB contig140, whole genome shotgun sequence	True	False
ISR0296_000000009972	2593	0.5370626733484267	5	3	3	2	3	False	25683	maximal	True	ISR0296_000000009972	1.0		38	6	False	False	0.9764751195907593	0					non-mobilizable	no_good_hit	339.0	90.265	13.0	0.0013826718800644974	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0099_000000010819	2821	0.5370622245114728	2	2	2	2	2	False	15235	maximal	True	MAD0099_000000010819	1.0		214	12	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	76.936	21.0	0.00015542286062694496	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0147_000000001974	8012	0.5370613806312418	19	4	3	4	4	False	46156	maximal	True	FIJ0147_000000001974	1.0		6	1	False	False	0.9957563877105713	0					non-mobilizable	no_good_hit	252.0	94.444	3.0	0.05379339905700815	MK233562.1	viruses	Uncultured human fecal virus clone F.saccharivorans_S05.J22_3-CL32_c1 sequence	True	False
ENG0066_000000010193	1962	0.5370612609973763	2	2	2	2	1	True	62774	maximal	True	ENG0066_000000010193	1.0		3	2	False	False	0.9959225058555603	0					non-mobilizable	no_good_hit	1292.0	87.152	81.0	0.00023271151156507608	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	True
FIJ0001_000000007606	2581	0.5370588749114827	3	3	2	3	1	False	95525	maximal	True	FIJ0001_000000007606	1.0		0	0	False	False	0.9899263978004456	0					non-mobilizable	no_good_hit	672.0	98.512	26.0	0.0002367772603494776	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0333_000000008588	2518	0.5370555338639649	4	1	1	1	1	True	24547	maximal	True	ISR0333_000000008588	1.0		1	1	False	False	0.9928514957427979	0					non-mobilizable	no_good_hit	866.0	96.65100000000001	35.0	0.0015512180566814718	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
FIJ0112_000000006626	3906	0.5370524461367543	8	8	5	7	7	False	48592	maximal	True	FIJ0112_000000006626	1.0		16	3	False	False	0.9994879961013794	0					non-mobilizable	chromosome	3906.0	99.488	100.0	0.0008007060156089487	CP022148.1	enterobacteria	Enterobacter roggenkampii strain 704SK10 chromosome, complete genome	False	False
DEN0062_000000011378	1799	0.5370468367053319	3	3	3	3	2	False	71705	fragment	False	DEN0062_000000011378	1.0		0	0	False	False	0.9983323812484741	0					non-mobilizable	no_good_hit	809.0	91.71799999999999	71.0	0.0001243185175816848	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MON0021_000000018354	1636	0.53704491367598	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.21085105595581644		0	0	False	False	0.9963325262069702	0					non-mobilizable	chromosome	1645.0	94.34700000000001	100.0	0.0005513412098607274	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0802_000000000265	23076	0.5370429451180739	19	14	11	10	6	True	131982	maximal	True	ISR0802_000000000265	1.0		1	1	False	False	0.9999133348464966	0					non-mobilizable	no_good_hit	102.0	83.333	0.0	0.011057054400707651	MK233462.1	viruses	Uncultured human fecal virus clone Faecalibacterium.sp_S08.L11_1_c9 sequence	True	True
ENG0010_000000004977	3923	0.5370385701714214	4	3	3	2	2	False	67281	maximal	True	ENG0010_000000004977	0.9916759156492786		98	8	False	False	0.9984705448150635	0					non-mobilizable	other	3923.0	99.975	100.0	0.014219985569723976	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0187_000000007415	3604	0.5370385701714214	4	3	3	2	2	False	67281	maximal	False	ENG0010_000000004977	0.9516951312770838		0	0	False	False	1.0	0					non-mobilizable	other	3604.0	99.917	100.0	0.013063388069279827	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0034_000000001462	8513	0.5370376624271664	8	7	7	7	5	False	18829	maximal	True	MAD0034_000000001462	1.0		1	1	False	False	0.9988253116607666	0					non-mobilizable	no_good_hit	1459.0	77.176	17.0	0.0004343948852042744	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
DEN0017_000000014757	1998	0.5370375382174133	3	2	2	2	2	False	102289	maximal	True	DEN0017_000000014757	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1425.0	76.281	70.0	0.005778306726310174	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
ISR0382_000000004791	2836	0.537032899231559	7	4	1	4	2	False	67678	fragment	False	ISR0382_000000004791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0024_000000010112	2053	0.5370324943073487	6	4	2	3	2	False	86459	fragment	False	FIJ0024_000000010112	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	98.79899999999999	100.0	0.0002943423681623726	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
FIJ0089_000000008820	2721	0.5370312588982089	3	2	2	2	2	False	121231	maximal	True	FIJ0089_000000008820	1.0		0	0	False	False	0.984932005405426	0					non-mobilizable	no_good_hit	1740.0	83.506	64.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0316_000000007529	2583	0.5370312588982089	3	2	2	2	2	False	121221	maximal	True	ISR0316_000000007529	1.0		0	0	False	False	0.9941927790641785	0					non-mobilizable	no_good_hit	1738.0	83.774	67.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0073_000000013741	1967	0.5370312588982089	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8650932236147507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1743.0	83.649	88.0	0.0005123686685078373	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0024_000000017943	1940	0.5370312588982089	3	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.9075736542385325		0	0	False	False	0.9989690780639648	0					non-mobilizable	no_good_hit	1741.0	84.03200000000001	89.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0070_000000011367	1843	0.5370312588982089	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8169457319466492		0	0	False	False	0.9744980931282043	0					non-mobilizable	chromosome	1739.0	83.84100000000001	94.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0102_000000015941	1792	0.5370312588982089	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8137564280610822		0	0	False	False	1.0	0					non-mobilizable	chromosome	1738.0	83.71700000000001	97.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0084_000000014868	1775	0.5370312588982089	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8130163045748336		0	0	False	False	0.997183084487915	0					non-mobilizable	chromosome	1723.0	83.807	97.0	0.0005070376650204725	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0094_000000009794	1770	0.5370312588982089	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.8083798046222099		0	0	False	False	0.994915246963501	0					non-mobilizable	chromosome	1712.0	83.762	96.0	0.0005037798295559719	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0398_000000013209	1747	0.5370312588982089	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.7640775127629196		0	0	False	False	0.9868345856666565	0					non-mobilizable	chromosome	1712.0	83.93700000000001	98.0	0.0005034836626955627	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MON0044_000000032355	1709	0.5370312588982089	2	2	2	2	2	False	121214	fragment	False	AST0024_000000017943	0.6768101592670211		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	83.806	99.0	0.0004990411597894254	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
USA0047_01_000000027531	1321	0.5370307618719744	2	1	1	1	1	False	1154	fragment	False	USA0047_01_000000027531	1.0		0	0	False	False	0.9992430210113525	0					non-mobilizable	no_good_hit	1074.0	98.51	81.0	0.00036460423450610397	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0250_000000003614	3033	0.5370299793805238	5	3	2	2	3	False	116236	maximal	True	ISR0250_000000003614	1.0		60	8	False	False	1.0	0					non-mobilizable	chromosome	3034.0	99.637	100.0	0.0013122246729389247	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
ENG0211_000000003018	10934	0.5370285099284253	12	10	5	6	7	True	53676	fragment	False	ENG0211_000000003018	0.9957095709570958		0	0	False	False	0.9951527118682861	0					non-mobilizable	other	10895.0	99.98200000000001	99.0	0.0037008058332282964	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0135_000000001854	10605	0.5370285099284253	11	10	5	6	7	True	53676	fragment	False	ENG0211_000000003018	0.9807481251143223		0	0	False	False	0.999434232711792	0					non-mobilizable	other	10605.0	99.12299999999999	100.0	0.0036019410120156433	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0805_000000001844	7159	0.5370281975630296	8	7	4	5	4	False	50915	maximal	True	ISR0805_000000001844	1.0		565	13	False	False	0.9997206330299377	0					non-mobilizable	other	2359.0	95.337	90.0	0.0006647664743347117	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0083_000000008280	3812	0.5370277696463633	6	6	6	6	3	False	91599	fragment	False	MON0083_000000008280	1.0		0	0	False	False	0.9997376799583435	0					non-mobilizable	other	3470.0	98.79	91.0	0.0045260262820044465	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0125_000000002561	5796	0.537026996157739	11	9	3	3	6	False	109467	maximal	True	ISR0125_000000002561	1.0		1	1	False	False	1.0	0		MOBQ			mobilizable	plasmid	3982.0	90.256	92.0	0.05774690953566593	CP021475.1	firmicutes	Pediococcus pentosaceus strain SRCM100892 plasmid pPC892-4, complete sequence	False	True
CHI0143_000000005013	3757	0.5370253609372155	4	3	3	3	2	False	79947	maximal	True	CHI0143_000000005013	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	2767.0	95.916	74.0	0.0008318863889476833	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0785_000000029064	1333	0.5370251671151886	3	2	2	1	1	False	22163	fragment	False	ISR0785_000000029064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	96.476	66.0	0.00021885413903458573	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0044_01_000000004130	7147	0.5370230602752567	7	3	0	3	1	False	1241	fragment	False	USA0044_01_000000004130	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.892791452628185e-05	NZ_AUAX01000018.1	high GC Gram+	Hamadaea tsunoensis DSM 44101 G401DRAFT_scaffold00016.16_C, whole genome shotgun sequence	True	False
CHI0060_000000002118	5185	0.5370230602752567	9	3	0	3	1	False	85779	fragment	False	CHI0060_000000002118	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.0130344257837616e-06	CP003261.1	firmicutes	Clostridium pasteurianum BC1, complete genome	True	False
ENG0037_000000003154	8929	0.5370216937992937	12	5	2	4	3	False	65249	maximal	True	ENG0037_000000003154	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0012_000000007350	7565	0.5370190515102207	10	9	5	7	7	False	119725	fragment	False	ENG0005_000000002953	0.48322874480928846		0	0	False	False	1.0	0					non-mobilizable	chromosome	7565.0	99.96	100.0	0.001381668344432894	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
SPA0146_000000002963	7497	0.5370190515102207	10	9	5	7	7	False	119725	fragment	False	ENG0005_000000002953	0.5387811230078545		0	0	False	False	1.0	0					non-mobilizable	chromosome	7498.0	99.226	100.0	0.0011573216112437178	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
USA0034_01_000000007676	7434	0.5370190515102207	10	9	5	7	7	False	119725	fragment	False	ENG0005_000000002953	0.5316472386291917		0	0	False	False	0.9995964765548706	0					non-mobilizable	chromosome	7343.0	98.965	99.0	0.0013403863447182147	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
AST0142_000000000869	7339	0.5370190515102207	9	9	5	7	7	False	119725	fragment	False	ENG0005_000000002953	0.4784109429237136		0	0	False	False	0.9997274875640869	0					non-mobilizable	chromosome	7045.0	99.986	100.0	0.0012866832123460212	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
USA0066_01_000000007377	2788	0.5370172587353766	3	2	2	1	1	False	30813	maximal	True	USA0066_01_000000007377	1.0		10	6	False	False	0.9967718720436096	0					non-mobilizable	no_good_hit	1228.0	97.31299999999999	65.0	0.006054580260287592	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
ISR0150_000000013235	1791	0.5370172587353766	3	2	2	1	1	False	30812	fragment	False	ISR0150_000000013235	1.0		0	0	False	False	0.9888330698013306	0					non-mobilizable	no_good_hit	301.0	94.684	42.0	0.0014691260925697835	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
MON0018_000000008935	2095	0.5370145650548305	3	3	2	3	3	False	122098	fragment	False	USA0023_01_000000013187	0.628121842067273		0	0	False	False	1.0	0					non-mobilizable	chromosome	2095.0	97.995	100.0	0.0007048281400783658	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0039_01_000000004970	4666	0.5370127842726199	9	1	1	1	1	False	1331	maximal	True	USA0039_01_000000004970	1.0		1	1	False	False	0.9997856616973877	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	1.017951733047402e-05	NC_014150.1	bacteria	Brachyspira murdochii DSM 12563, complete sequence	True	False
FIJ0101_000000016591	1682	0.5370109520491289	2	2	2	2	2	False	122994	fragment	False	FIJ0101_000000016591	1.0		0	0	False	False	0.9643281698226929	0					non-mobilizable	chromosome	1685.0	87.774	100.0	0.000541817095312428	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0134_000000010267	3690	0.537010788207808	5	2	1	2	2	False	115364	fragment	False	ENG0134_000000010267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1850.0	96.595	62.0	0.0005566984919161297	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0204_000000005700	1969	0.537010788207808	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.8042040064976584		0	0	False	False	1.0	0					non-mobilizable	chromosome	1969.0	98.17200000000001	100.0	0.0005273911076713967	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0207_000000016643	1795	0.537010788207808	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.306017334022069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.939	89.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0085_000000007207	3132	0.5370094747395283	5	4	4	3	3	False	114370	maximal	True	ISR0085_000000007207	1.0		33	4	False	False	0.9996806979179382	0					non-mobilizable	no_good_hit	1955.0	85.01299999999999	62.0	0.0006143201203550511	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0086_000000004285	5557	0.5370093902914973	4	3	2	3	1	True	118858	maximal	True	ISR0086_000000004285	1.0		3	2	False	False	0.9994601607322693	0					non-mobilizable	no_good_hit	3601.0	88.92	65.0	0.0008037385811743531	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	True
TAN0007_000000019203	2063	0.5370073248421351	2	1	1	1	1	False	2824	maximal	True	TAN0007_000000019203	1.0		219	11	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	86.74700000000001	4.0	0.00011440945189501119	NZ_PGFA01000003.1	CFB group bacteria	Hymenobacter chitinivorans DSM 11115 Ga0180960_13, whole genome shotgun sequence	True	False
CHI0150_000000003881	2001	0.5370073248421351	1	1	1	1	1	False	99580	fragment	False	FIJ0025_000000010775	0.9313168926255766		0	0	False	False	1.0	0					non-mobilizable	chromosome	2001.0	92.854	100.0	0.0003043495198581975	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
FIJ0025_000000010775	1992	0.5370073248421351	1	1	1	1	1	False	99580	fragment	False	FIJ0025_000000010775	0.9640275953635855		0	0	False	False	0.9809237122535706	0					non-mobilizable	other	1992.0	98.745	100.0	0.0003331579136717734	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MON0021_000000014862	1983	0.5370073248421351	1	1	1	1	1	False	13065	maximal	True	MON0021_000000014862	1.0		147	11	False	False	0.9989914298057556	0					non-mobilizable	no_good_hit								True	False
AUS0020_000000014157	1892	0.5370073248421351	1	1	1	1	1	False	99580	fragment	False	FIJ0025_000000010775	0.9376839616813039		0	0	False	False	0.9947145581245422	0					non-mobilizable	other	1893.0	98.415	100.0	0.028838825717160017	NZ_RCXZ01000036.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0036, whole genome shotgun sequence	False	False
SPA0023_000000005462	4315	0.5370039319325488	4	3	3	3	3	False	7641	fragment	False	SPA0023_000000005462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	70.529	20.0	0.019775229878533317	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
AST0010_000000000689	24238	0.5370031662848298	19	14	13	14	12	False	126564	maximal	True	AST0010_000000000689	1.0		1	1	False	False	0.9989685416221619	0					non-mobilizable	no_good_hit	1151.0	74.457	9.0	0.00984555649928065	NZ_AUGK01000011.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	False
FIJ0036_000000006565	5341	0.5369966874487611	6	6	6	6	6	False	113193	maximal	True	FIJ0036_000000006565	1.0		39	10	False	False	1.0	0					non-mobilizable	chromosome	5341.0	99.64399999999999	100.0	0.0011132556222536046	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
AUS0018_000000010050	2769	0.5369946239461462	6	3	3	3	2	False	100004	maximal	True	AUS0018_000000010050	1.0		26	8	False	False	0.9996388554573059	0					non-mobilizable	no_good_hit								True	False
MAD0044_000000007010	3394	0.5369930965074439	4	4	4	3	4	False	17977	fragment	False	MAD0044_000000007010	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3401.0	92.76700000000001	100.0	0.0016042212370359697	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	False	False
ISR0065_000000014093	2343	0.5369913902905028	3	3	3	3	3	False	64403	maximal	True	ISR0065_000000014093	0.9625668449197862		1054	14	False	False	1.0	0					non-mobilizable	other	2347.0	94.12	100.0	0.27114917254947346	NZ_AAXG02000024.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont244, whole genome shotgun sequence	False	False
ISR0228_000000006266	3911	0.5369901270275085	4	3	3	3	3	False	75569	fragment	False	ISR0228_000000006266	1.0		0	0	False	False	0.9984658360481262	0					non-mobilizable	no_good_hit	142.0	79.577	4.0	0.0007288939964672583	NZ_JAAKYA010000006.1	verrucomicrobia	Limisphaera ngatamarikiensis strain NGM72.4 VerNGM_NODE_7_len_187884_cov_42_882458.6, whole genome shotgun sequence	True	False
SPA0122_000000016342	1473	0.5369834022035643	2	2	1	2	2	False	4106	maximal	True	SPA0122_000000016342	1.0		0	0	False	False	0.9823489189147949	0					non-mobilizable	no_good_hit	132.0	98.485	9.0	4.27273904425677e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0113_000000014593	1758	0.5369825521273253	2	2	2	1	1	False	41941	maximal	True	FIJ0113_000000014593	1.0		199	9	False	False	0.9994311928749084	0					non-mobilizable	no_good_hit	1060.0	82.17	74.0	0.009464145277757918	NZ_VZBY01000074.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_9_length_111896_cov_23.9657_ID_17, whole genome shotgun sequence	True	False
ISR0821_000000011471	2566	0.5369824918010024	4	4	4	4	3	True	21241	maximal	True	ISR0821_000000011471	1.0		6	3	False	False	0.9980514645576477	0					non-mobilizable	no_good_hit	1235.0	98.462	82.0	0.0002791948689684632	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0092_000000038246	1464	0.5369801976818971	1	1	1	1	1	False	9432	maximal	True	MON0092_000000038246	1.0		8	3	False	False	0.999316930770874	0					non-mobilizable	no_good_hit								True	False
ENG0062_000000003189	6884	0.5369797345223366	7	5	2	3	5	True	121758	maximal	True	ENG0062_000000003189	1.0		11	5	False	False	1.0	0					non-mobilizable	other	4401.0	99.682	97.0	0.0008519928284631843	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0278_000000001470	6010	0.5369797345223366	7	5	2	3	5	True	121757	maximal	True	ISR0278_000000001470	1.0		102	11	False	False	0.9963394403457642	0					non-mobilizable	other	3183.0	99.654	99.0	0.0006160921089659898	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CHI0100_000000000673	4837	0.5369797345223366	6	5	2	3	5	True	105589	fragment	False	ENG0029_000000005148	0.9334732002575472		0	0	False	False	1.0	0					non-mobilizable	other	2259.0	97.698	93.0	0.0004355835124377589	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0074_000000005687	3141	0.5369775833082123	4	4	4	4	4	False	10381	maximal	True	MON0074_000000005687	1.0		19	7	False	False	0.9996816515922546	0					non-mobilizable	no_good_hit	1597.0	94.552	51.0	0.0005674024614510044	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0797_000000005441	2098	0.536976504878259	3	3	3	3	2	False	21938	maximal	True	ISR0797_000000005441	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0016_000000010818	2573	0.536973703342682	4	2	2	1	2	False	100445	maximal	True	AUS0016_000000010818	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	99.09899999999999	4.0	0.0007302080429096799	NZ_GL882580.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld0, whole genome shotgun sequence	True	False
AUS0014_000000022564	1199	0.5369733910091563	2	1	1	1	1	False	100699	maximal	True	AUS0014_000000022564	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0368_000000009472	1393	0.5369723147807385	3	2	2	1	1	False	23562	maximal	True	ISR0368_000000009472	1.0		90	12	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	89.738	61.0	0.00014783069742067048	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0012_000000028799	1858	0.5369720090357917	2	2	2	2	2	False	13599	maximal	True	MON0012_000000028799	1.0		1	1	False	False	0.9402583241462708	0					non-mobilizable	no_good_hit	1205.0	93.693	65.0	0.0034962799348988607	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ENG0190_000000014280	2115	0.5369699015109962	2	2	1	2	1	True	115644	fragment	False	ISR0251_000000007205	0.6327551179871854		0	0	False	False	0.9938534498214722	0		MOBV			mobilizable	other	2011.0	97.911	95.0	0.29768957345971564	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0086_000000008400	3078	0.5369687504079971	2	2	2	2	1	False	118280	maximal	True	ISR0086_000000008400	0.9782279557833155		21	10	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	74.686	41.0	0.006616829716730149	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
AST0029_000000014204	2105	0.5369687504079971	2	2	2	2	1	False	118278	fragment	False	AST0029_000000014204	1.0		0	0	False	False	0.9990499019622803	0					non-mobilizable	no_good_hit	1236.0	74.83800000000001	58.0	0.003686161761367935	NZ_JHWJ01000004.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
DEN0093_000000015163	2129	0.536965984933402	4	3	3	3	3	False	107792	fragment	False	DEN0093_000000015163	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2129.0	99.24799999999999	100.0	0.000670740490567239	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
TAN0005_000000010651	1677	0.5369612396676381	3	2	2	2	2	False	30660	maximal	True	TAN0005_000000010651	1.0		3	1	False	False	0.9958258867263794	0					non-mobilizable	no_good_hit	789.0	86.69200000000001	47.0	0.0002827503598151021	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
DEN0011_000000011921	3484	0.5369563337279962	6	4	4	4	3	True	80922	maximal	True	DEN0011_000000011921	1.0		24	9	False	False	0.9954075813293457	0					non-mobilizable	no_good_hit	131.0	77.09899999999999	4.0	2.5514079257720856e-05	NC_014963.1	bacteria	Terriglobus saanensis SP1PR4, complete sequence	True	True
ISR0194_000000006392	3599	0.5369557878492298	5	5	5	5	4	False	121655	fragment	False	AST0040_000000003137	0.24833903039369204		0	0	False	False	0.9899972081184387	0					non-mobilizable	other	3545.0	99.069	98.0	0.05859588191515753	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0230_000000004998	5403	0.5369527739126911	7	3	2	3	0	True	27552	maximal	True	ISR0230_000000004998	1.0		1	1	False	False	0.9985193610191345	0					non-mobilizable	no_good_hit								True	True
ENG0057_000000003216	6563	0.5369524381468134	5	4	3	4	4	False	92811	maximal	True	ENG0057_000000003216	1.0		35	8	False	False	0.9984763264656067	0					non-mobilizable	chromosome	6529.0	99.985	99.0	0.0018254466933492837	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0108_000000007853	3809	0.5369519803550284	7	3	2	3	2	True	124511	maximal	False	ENG0053_000000006728	0.8919682419763436		0	0	True	True	0.9997374415397644	18					non-mobilizable	plasmid	1889.0	92.43	93.0	0.4972302822474281	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
MON0057_000000002865	6490	0.5369512284076323	16	3	1	3	2	False	39817	fragment	False	MON0057_000000002865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	71.806	14.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ENG0154_000000000501	31741	0.5369506134914978	27	14	8	14	9	True	56873	fragment	False	ENG0154_000000000501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	84.51299999999999	1.0	7.645475560472824e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
CHI0105_000000005969	1144	0.536948691724881	2	2	2	2	2	False	83181	fragment	False	CHI0105_000000005969	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	80.435	36.0	7.401995325188612e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
MAD0098_000000009096	4609	0.5369422680706982	9	5	2	5	4	False	15348	maximal	True	MAD0098_000000009096	1.0		1	1	False	False	0.9947928190231323	0					non-mobilizable	no_good_hit	507.0	72.97800000000001	11.0	0.00017111438586020229	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ISR0019_000000006272	2704	0.536941975870615	2	2	1	2	1	False	80314	maximal	True	ISR0019_000000006272	1.0		27	8	False	False	0.99334317445755	0					non-mobilizable	no_good_hit	665.0	74.737	24.0	0.000750330407652914	NZ_FYDE01000004.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
ITA0006_000000014727	1580	0.5369401298537223	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.1870626056231275		0	0	False	False	1.0	0					non-mobilizable	other	1585.0	81.199	99.0	0.003762930533493472	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0066_000000021282	1514	0.5369401298537223	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.17117944015026984		0	0	False	False	0.9993395209312439	0					non-mobilizable	chromosome	1540.0	80.065	99.0	0.00042140750105351877	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0043_000000016693	1332	0.5369400233552487	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.033628478970087416		0	0	False	False	0.9992492198944092	0					non-mobilizable	chromosome	1334.0	93.928	100.0	0.0004476702131347787	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0013_000000009034	2743	0.5369371409845898	3	3	3	3	2	True	107015	maximal	False	AST0110_000000006294	0.9647574284369265		0	0	False	False	0.9996354579925537	0					non-mobilizable	other	2743.0	98.469	100.0	0.0011324555907663981	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	True
ISR0132_000000008583	3130	0.5369350195696017	3	3	3	3	2	False	48203	maximal	True	ISR0132_000000008583	1.0		2	2	False	False	0.9996805191040039	0					non-mobilizable	no_good_hit	515.0	73.398	16.0	0.00021718891443743994	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
FIJ0031_000000007171	3278	0.5369339847992138	3	3	3	3	2	False	48609	maximal	True	FIJ0031_000000007171	1.0		10	1	False	False	0.9987797141075134	0					non-mobilizable	no_good_hit	1950.0	95.897	59.0	0.027669624964214143	NZ_JH379471.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1440, whole genome shotgun sequence	True	False
CAN0017_000000023268	1473	0.536933852488374	2	2	2	2	2	False	112568	fragment	False	MON0105_000000034395	0.9389768747163113		0	0	False	False	0.9809911847114563	0					non-mobilizable	other	1475.0	87.458	100.0	0.003077971800592593	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0112_000000014475	2341	0.5369284610201193	4	3	2	3	2	False	72059	fragment	False	SPA0112_000000014475	0.9997776789684304		0	0	False	False	1.0	0					non-mobilizable	other	2341.0	100.0	100.0	0.0006275157616405514	NZ_LT896588.1	CFB group bacteria	Parabacteroides bouchesdurhonensis strain Marseille-P3763, whole genome shotgun sequence	False	False
DEN0055_000000000253	2249	0.5369284610201193	4	3	2	3	2	False	72059	fragment	False	SPA0112_000000014475	0.9801366937206322		0	0	False	False	0.9995553493499756	0					non-mobilizable	other	2249.0	99.956	100.0	0.0006028442017811794	NZ_LT896588.1	CFB group bacteria	Parabacteroides bouchesdurhonensis strain Marseille-P3763, whole genome shotgun sequence	False	False
ISR0214_000000015363	1914	0.5369276943364389	2	2	2	2	2	False	62604	fragment	False	ENG0068_000000012385	0.927404843262749		0	0	False	False	1.0	0					non-mobilizable	chromosome	1914.0	97.806	100.0	0.0004328199224770422	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0024_000000003913	5163	0.5369275077918031	9	4	3	3	2	False	37476	fragment	False	ISR0024_000000003913	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	95.365	17.0	0.9965277777777778	GQ882848.1		Uncultured organism clone VC1D588TR genomic sequence	True	False
MON0048_000000005503	6073	0.5369262421856995	6	3	3	2	2	False	52335	maximal	True	MON0048_000000005503	1.0		3	2	False	False	0.9998353123664856	0					non-mobilizable	no_good_hit	814.0	70.393	13.0	0.002405844146031113	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0057_000000013262	2393	0.5369241877536285	2	2	2	0	1	False	85058	fragment	False	SPA0057_000000013262	0.9333188531711556		0	0	False	False	1.0	0					non-mobilizable	other	2207.0	95.605	100.0	0.004996568539738122	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0209_000000007785	3777	0.536919603913912	3	2	1	1	1	False	28473	maximal	True	ISR0209_000000007785	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	98.42299999999999	51.0	0.000424055942669421	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
DEN0035_000000006857	4382	0.5369159745905261	7	4	4	4	4	False	73500	maximal	True	DEN0035_000000006857	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	90.329	24.0	0.0003059403668026566	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0293_000000007371	4967	0.536915062835461	5	5	5	5	3	False	25844	fragment	False	ISR0293_000000007371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	83.212	3.0	0.0004894833593786825	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
FIJ0138_000000013523	1393	0.5369145947593817	2	2	2	2	2	False	40464	maximal	True	FIJ0138_000000013523	1.0		188	11	False	False	0.9913855195045471	0					non-mobilizable	no_good_hit	482.0	88.382	35.0	0.002417389119236085	NZ_SLUM01000002.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_102, whole genome shotgun sequence	True	False
ISR0094_000000004593	4798	0.5369082311741237	7	4	4	4	4	False	127943	fragment	False	ENG0101_000000005587	0.941976254308694		0	0	False	False	1.0	0					non-mobilizable	chromosome	4800.0	99.81200000000001	100.0	0.001068023220102249	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0003_000000010523	3303	0.5369070299868034	5	4	4	3	2	False	130341	fragment	False	AST0003_000000010523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	78.161	5.0	0.017011062408682946	NZ_JAAITI010000063.1	firmicutes	Blautia luti strain MSK.16.34 NODE_63_length_9582_cov_201.122, whole genome shotgun sequence	True	False
MON0080_000000036897	1527	0.5369067770500779	2	2	2	2	2	False	10037	maximal	True	MON0080_000000036897	1.0		22	4	False	False	0.9738048315048218	0					non-mobilizable	chromosome	1417.0	75.15899999999999	90.0	0.0004702220208641247	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0132_000000003039	7642	0.5369053881725135	8	6	2	5	3	True	110313	maximal	True	ISR0132_000000003039	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	594.0	72.054	8.0	0.04622678783089688	MK233937.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_4_c2 sequence	True	True
ISR0302_000000011642	1412	0.5369039386292545	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.1684133356615107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1333.0	98.275	99.0	0.00035695373750929904	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0087_000000007583	4383	0.5369036859563006	1	1	1	1	1	False	111030	fragment	False	MON0041_000000011213	0.9644876724722913		0	0	False	False	1.0	0					non-mobilizable	other	4442.0	74.313	100.0	0.0011624035917262967	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0043_000000020374	1697	0.5369035754936001	3	3	2	2	2	False	64590	maximal	True	ENG0043_000000020374	1.0		117	9	False	False	0.9952858090400696	0					non-mobilizable	no_good_hit								True	False
MON0019_000000045607	1471	0.53690341641677	2	2	2	2	1	False	13159	maximal	True	MON0019_000000045607	0.9944713199723566		8	5	False	False	0.9857239723205566	0					non-mobilizable	no_good_hit	1061.0	95.759	89.0	0.000149615488195338	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MON0069_000000036251	1447	0.53690341641677	2	2	2	2	1	False	13159	maximal	False	MON0019_000000045607	0.9864038069340584		0	0	False	False	0.9578438401222229	0					non-mobilizable	no_good_hit	1027.0	96.3	88.0	0.00014481650083812903	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
CHI0132_000000020100	1516	0.5369013225006397	3	2	1	2	1	False	80862	maximal	False	USA0125_01_000000015839	0.9644415437097548		0	0	False	False	0.9993403553962708	0					non-mobilizable	no_good_hit	123.0	90.244	8.0	3.4004868597880906e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0097_000000012032	1796	0.5368996478833499	2	2	1	2	0	True	108979	maximal	True	AST0097_000000012032	1.0		1	1	False	False	0.9994432330131531	0					non-mobilizable	other	1387.0	83.77799999999999	96.0	0.016857027433985823	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0100_000000011360	1626	0.5368995430074183	2	1	1	1	1	False	42729	maximal	True	FIJ0100_000000011360	1.0		1	1	False	False	0.9717097282409668	0					non-mobilizable	no_good_hit	77.0	84.416	5.0	1.387707795365278e-05	CP025262.1	g-proteobacteria	Pseudomonas sp. 02C 26 chromosome	True	False
FIJ0144_000000017635	1785	0.5368941907903027	3	3	2	3	1	False	40072	maximal	True	FIJ0144_000000017635	1.0		1	1	False	False	0.9994397759437561	0					non-mobilizable	no_good_hit	625.0	96.0	35.0	0.00025571349597640553	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ENG0114_000000007038	2230	0.5368890572159055	2	2	2	2	2	False	59579	maximal	True	ENG0114_000000007038	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	98.251	54.0	0.006906125082078635	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0102_000000000634	23906	0.5368886151246478	32	15	7	7	15	False	60411	fragment	False	ENG0102_000000000634	1.0		0	0	False	False	0.9995816946029663	0					non-mobilizable	no_good_hit	13774.0	98.221	85.0	0.07404495471141316	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
FIJ0029_000000021409	1486	0.5368879383099799	2	1	1	1	1	False	48850	maximal	False	ISR0046_000000024321	0.9762382864792503		0	0	False	False	0.9952893853187561	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	1.4480044236535142e-05	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
ISR0052_000000026528	1403	0.5368876878513614	2	2	1	1	2	False	35774	maximal	True	ISR0052_000000026528	1.0		1	1	False	False	0.9964361786842346	0					non-mobilizable	no_good_hit	936.0	74.786	66.0	0.0162348571933858	KT901798.1	firmicutes	Clostridium botulinum strain GA0702E1CS plasmid pGA0702E1CS, complete sequence	True	False
FIJ0063_000000008643	2997	0.5368870078622188	4	4	3	3	2	True	128159	fragment	False	MAD0102_000000004786	0.02064738188482905		0	0	False	False	0.9996663331985474	0					non-mobilizable	other	3003.0	97.469	100.0	0.0014440954894896052	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0187_000000017945	1595	0.5368867145163236	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.16677315804040094		0	0	False	False	0.9993730187416077	0					non-mobilizable	chromosome	1595.0	95.98700000000001	100.0	0.0005556074525293733	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0117_000000015780	1463	0.5368849077480581	3	2	2	1	1	False	125741	maximal	True	ENG0117_000000015780	1.0		12	5	False	False	0.956254243850708	0					non-mobilizable	no_good_hit	1063.0	76.105	72.0	0.022652041279937692	NZ_LZYV01000061.1	firmicutes	Clostridium roseum strain DSM 7320 CROST_contig000061, whole genome shotgun sequence	True	False
ISR0229_000000011312	1437	0.5368849077480581	2	2	2	1	1	False	125740	maximal	True	ISR0229_000000011312	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1106.0	80.199	76.0	0.0003229279430465016	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
ISR0207_000000023565	1291	0.5368849077480581	3	2	2	1	1	False	125737	fragment	False	FIJ0086_000000023964	0.7296096628479177		0	0	False	False	0.999225378036499	0					non-mobilizable	chromosome	1087.0	80.405	94.0	0.00031731437404569325	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	False	False
ENG0036_000000021414	1206	0.5368849077480581	2	2	2	1	1	False	125737	fragment	False	FIJ0086_000000023964	0.7933128957962702		0	0	False	False	0.9966832399368286	0					non-mobilizable	other	1143.0	81.80199999999999	95.0	0.7400909681611436	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	False	False
ISR0311_000000020128	1198	0.5368849077480581	2	2	2	1	1	False	125737	fragment	False	FIJ0086_000000023964	0.55855013043111		0	0	False	False	0.9891485571861267	0					non-mobilizable	chromosome	1087.0	80.221	96.0	0.00031731437404569325	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	False	False
ISR0815_000000026115	1176	0.5368849077480581	2	2	2	1	1	False	125737	fragment	False	FIJ0086_000000023964	0.7950013877137329		0	0	False	False	0.9770408272743225	0					non-mobilizable	other	1143.0	81.80199999999999	97.0	0.7400909681611436	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	False	False
FIJ0132_000000031637	1132	0.5368849077480581	2	2	2	1	1	False	125737	fragment	False	FIJ0086_000000023964	0.5562772780004831		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	81.85	100.0	0.7348927875243665	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	False	False
ISR0138_000000025684	1123	0.5368849077480581	2	2	2	1	1	False	125737	fragment	False	FIJ0086_000000023964	0.39152323641213527		0	0	False	False	1.0	0					non-mobilizable	other	1050.0	80.952	98.0	0.00022124471043776545	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	False	False
ENG0063_000000006398	4746	0.5368829500589759	6	5	5	4	3	False	63118	maximal	True	ENG0063_000000006398	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1763.0	94.15799999999999	67.0	0.0007265613853653548	CP021394.1	high GC Gram+	Bifidobacterium breve strain NRBB56 chromosome, complete genome	True	False
FIJ0091_000000017821	1183	0.5368810262579562	2	2	2	2	1	False	43363	fragment	False	FIJ0091_000000017821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	72.708	39.0	0.0005419538081365959	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0018_000000022314	1763	0.5368795621052842	3	2	2	2	0	True	75071	fragment	False	DEN0018_000000022314	1.0		0	0	False	False	0.99886554479599	0					non-mobilizable	no_good_hit								True	True
ENG0096_000000020954	1551	0.5368795621052842	3	2	2	2	0	True	65843	fragment	False	ENG0096_000000020954	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0085_000000010740	2870	0.5368795082891529	3	3	3	3	3	False	44942	fragment	False	FIJ0085_000000010740	0.9625482793681167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	7.599242854866186e-06	NZ_CP053896.1	enterobacteria	Providencia rettgeri strain YPR31 chromosome, complete genome	True	False
USA0017_01_000000001559	15307	0.5368790517890679	16	11	8	9	8	True	113137	maximal	True	USA0017_01_000000001559	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	8315.0	95.346	67.0	0.18976	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0123_000000030689	1156	0.5368775363126019	2	2	1	2	2	False	41282	maximal	True	FIJ0123_000000030689	1.0		34	8	False	False	1.0	0					non-mobilizable	chromosome	1156.0	99.30799999999999	100.0	0.0002233828675977832	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ENG0067_000000013711	2013	0.5368770579682934	4	3	3	2	1	False	116800	fragment	False	ISR0159_000000013040	0.8037055099623146		0	0	False	False	0.998012900352478	0					non-mobilizable	no_good_hit	1479.0	99.053	73.0	0.005607001544011927	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
AST0019_000000022980	1334	0.5368732734720806	2	2	2	2	1	False	121954	maximal	True	AST0019_000000022980	1.0		69	7	False	False	1.0	0					non-mobilizable	other	1335.0	93.93299999999999	100.0	0.0006619765906419138	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	False	False
ISR0027_000000015977	1614	0.5368731904766347	3	2	2	1	1	False	84054	fragment	False	CHI0086_000000003268	0.46459874307383875		0	0	False	False	0.9894671440124512	0					non-mobilizable	chromosome	1614.0	99.75200000000001	100.0	0.0007141380292004089	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	False
ISR0305_000000010968	1679	0.536872648217908	2	2	2	2	2	False	91046	fragment	False	ISR0305_000000010968	0.9472985188304669		0	0	False	False	0.9749851226806641	0					non-mobilizable	other	1684.0	97.387	100.0	0.01829149005542876	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0041_000000025062	1359	0.536870362688511	2	1	1	1	1	True	73077	fragment	False	DEN0041_000000025062	1.0		0	0	False	False	0.9977924823760986	0					non-mobilizable	other	1359.0	99.926	100.0	0.002312949964999174	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	False	True
ENG0097_000000012808	2457	0.5368691817042183	3	2	2	2	2	True	106734	fragment	False	SPA0033_000000012463	0.9888709024686362		0	0	False	False	0.9987789988517761	0					non-mobilizable	chromosome	2457.0	99.59299999999999	100.0	0.0010171153680499877	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
SPA0025_000000010011	2138	0.5368682744199689	3	1	1	1	1	False	68826	fragment	False	SPA0025_000000010011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1306.0	96.095	61.0	0.0004392553595044257	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0026_000000014315	2194	0.5368675078125837	3	1	1	1	1	False	7524	maximal	True	SPA0026_000000014315	1.0		2	1	False	False	0.9908842444419861	0					non-mobilizable	no_good_hit	73.0	87.671	3.0	0.04838709677419355	KJ798871.1	bacteria	Uncultured bacterium BD_contig01681 genomic sequence	True	False
ENG0128_000000019658	1496	0.5368667127686154	3	3	3	2	1	False	58605	fragment	False	ENG0128_000000019658	1.0		0	0	False	False	0.9772727489471436	0					non-mobilizable	other	1478.0	99.256	99.0	0.0004192801893091216	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0198_000000015421	1332	0.5368662233295547	3	1	1	1	1	True	54323	maximal	True	ENG0198_000000015421	1.0		11	5	False	False	0.977477490901947	0					non-mobilizable	no_good_hit								True	True
USA0026_01_000000009672	3463	0.5368645351641885	6	6	5	5	3	False	60724	fragment	False	USA0026_01_000000009672	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3463.0	99.39399999999999	100.0	0.04457204655474302	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
ISR0289_000000008516	1369	0.5368629944095347	2	2	2	2	2	False	28788	maximal	True	ISR0289_000000008516	1.0		822	15	False	False	0.9963477253913879	0					non-mobilizable	other	1369.0	99.196	100.0	0.01119485429504333	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0791_000000008156	2234	0.5368599369593382	3	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.56666470208253		0	0	False	False	1.0	0					non-mobilizable	other	2234.0	99.955	100.0	0.00797804875434541	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
ISR0852_000000005023	2132	0.5368599369593382	3	2	2	2	2	True	102798	fragment	False	ISR0831_000000007027	0.2738159816685044		0	0	False	False	0.99343341588974	0					non-mobilizable	other	2132.0	99.906	100.0	0.0006838672161565957	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
CHI0139_000000002072	4784	0.536855922819902	8	6	0	2	5	False	80357	fragment	False	CHI0139_000000002072	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	4784.0	99.39399999999999	100.0	0.05650725391049572	CP056818.1	enterobacteria	Escherichia coli strain RHBSTW-00147 plasmid pRHBSTW-00147_3, complete sequence	False	True
ENG0082_000000006897	2860	0.5368551977427669	7	3	1	2	3	True	108959	fragment	False	ENG0082_000000006897	1.0		0	0	False	False	0.96293705701828	0					non-mobilizable	no_good_hit	1668.0	91.60700000000001	68.0	0.025727364419272248	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
MON0049_000000016953	1308	0.5368514864270243	2	2	2	2	1	False	11352	maximal	True	MON0049_000000016953	0.9746738296239448		247	13	False	False	0.9923547506332397	0					non-mobilizable	no_good_hit	601.0	84.359	46.0	0.0005852950014045122	NZ_LOJF01000001.1	actinobacteria	Olsenella scatoligenes strain SK9K4 contig_1, whole genome shotgun sequence	True	False
FIJ0032_000000009628	3591	0.5368485723170016	5	4	4	4	4	False	49124	maximal	True	FIJ0032_000000009628	1.0		142	8	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	5.941895924817766e-06	CP043575.1	b-proteobacteria	Comamonas koreensis strain T50-37 chromosome, complete genome	True	False
ISR0145_000000008775	3603	0.5368406484230517	4	4	4	4	4	False	91997	fragment	False	MON0016_000000006260	0.969343796084866		0	0	False	False	1.0	0					non-mobilizable	other	3603.0	98.723	100.0	0.013950263939613405	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0055_000000000302	43494	0.5368393570437638	36	15	9	14	6	True	119621	maximal	False	AST0026_000000000287	0.99096440922334	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	25					non-mobilizable	no_good_hit	7143.0	93.42	22.0	0.24972882186220652	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0051_01_000000016312	1228	0.5368368975402943	3	2	1	2	1	False	1089	fragment	False	USA0051_01_000000016312	1.0		0	0	False	False	0.9405537247657776	0					non-mobilizable	no_good_hit	72.0	95.833	6.0	1.3557512614781292e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
FIJ0087_000000015313	2104	0.536835512756442	3	3	3	2	3	False	128165	fragment	False	FIJ0087_000000015313	1.0		0	0	False	False	0.999524712562561	0					non-mobilizable	no_good_hit	1156.0	89.87899999999999	55.0	0.00032796024655328855	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0026_01_000000019223	1682	0.536833794602548	3	2	2	2	2	False	65736	fragment	False	SPA0100_000000016803	0.9634727021861037		0	0	False	False	1.0	0					non-mobilizable	chromosome	1681.0	97.501	99.0	0.0005414947769927894	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0173_000000008039	1194	0.5368305741506999	2	2	2	2	2	False	29914	maximal	True	ISR0173_000000008039	1.0		0	0	False	False	0.9572864174842834	0					non-mobilizable	other	1197.0	92.648	99.0	0.005875214585923163	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0007_000000015812	2602	0.5368301546325206	4	4	4	4	2	False	95360	maximal	True	CAN0007_000000015812	1.0		4	3	True	True	0.9980784058570862	8					non-mobilizable	no_good_hit	153.0	90.85	11.0	0.001885002371857289	NZ_JXQL01000064.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig64, whole genome shotgun sequence	True	True
ENG0142_000000011253	2846	0.5368289486563759	5	3	3	3	2	False	57694	maximal	True	ENG0142_000000011253	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	69.809	27.0	0.001147183152030782	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
CHI0017_000000003458	3415	0.5368285241927062	5	4	2	3	3	False	89637	fragment	False	CHI0017_000000003458	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3415.0	97.86200000000001	100.0	0.01403592440170536	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
ENG0002_000000019380	1260	0.5368239286547539	3	3	2	3	1	False	127422	fragment	False	ENG0002_000000019380	0.8583654332785376		0	0	False	False	1.0	0					non-mobilizable	other	1260.0	99.04799999999999	100.0	0.00432623747916774	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0162_000000000105	90792	0.536822489082464	105	31	14	25	13	True	87452	maximal	True	FIJ0162_000000000105	1.0		1	1	True	True	1.0	131					non-mobilizable	no_good_hit	157.0	80.892	0.0	0.20051413881748073	EU064146.1	bacteria	Uncultured bacterium clone LM0ACA9ZD07FM1 genomic sequence	True	True
ISR0090_000000008941	2946	0.5368178155143009	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.5402747850056885		0	0	False	False	0.9996605515480042	0					non-mobilizable	other	2946.0	94.12799999999999	99.0	0.0009451686599537433	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0205_000000011014	1491	0.5368162840801509	2	2	2	2	2	False	28653	maximal	True	ISR0205_000000011014	1.0		112	10	False	False	0.996646523475647	0					non-mobilizable	no_good_hit	1261.0	79.937	84.0	0.008905716343308591	NZ_JAAITI010000008.1	firmicutes	Blautia luti strain MSK.16.34 NODE_8_length_140247_cov_225.262, whole genome shotgun sequence	True	False
ISR0853_000000009525	1869	0.5368152624653649	4	3	3	3	3	False	101783	maximal	False	ISR0193_000000014178	0.971984107034943		0	0	False	False	0.9973247647285461	0					non-mobilizable	no_good_hit	567.0	74.074	30.0	0.0004582600144490524	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
FIJ0037_000000024970	1346	0.5368140202271131	4	3	3	3	2	False	47733	maximal	True	FIJ0037_000000024970	1.0		105	10	False	False	0.9762258529663086	0					non-mobilizable	no_good_hit	259.0	79.53699999999999	19.0	0.00010085505309524158	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ISR0165_000000002321	7181	0.5368130345370021	8	4	4	4	1	False	96278	fragment	False	ISR0165_000000002321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1103.0	90.118	15.0	0.0002912987308498427	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0067_000000013076	2314	0.5368127923412943	3	3	3	3	3	False	45223	fragment	False	FIJ0067_000000013076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1601.0	76.452	69.0	0.13470493607653883	MK231933.1	viruses	Uncultured human fecal virus clone B.obeum_B10.V01.K04_7_c1 sequence	True	False
DEN0041_000000016852	2030	0.5368110982779425	6	4	1	4	1	False	110190	fragment	False	ISR0393_000000006920	0.6675292007297813		0	0	False	False	1.0	0					non-mobilizable	other	2030.0	96.79799999999999	100.0	0.014327072447394435	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
AST0089_000000011818	1921	0.5368110982779425	6	4	1	4	1	False	110190	fragment	False	ISR0393_000000006920	0.45828858650052784		0	0	False	False	1.0	0					non-mobilizable	other	1921.0	95.88799999999999	100.0	0.01355740714588335	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
ISR0348_000000008814	1887	0.5368110982779425	6	4	1	4	1	False	110190	fragment	False	ISR0393_000000006920	0.5246459108998327		0	0	False	False	0.9867514371871948	0					non-mobilizable	other	1887.0	98.09200000000001	100.0	0.0005099476289733532	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0081_000000013978	1856	0.5368077898599846	3	2	2	2	1	False	61661	maximal	True	ENG0081_000000013978	1.0		12	6	False	False	0.9806034564971924	0					non-mobilizable	no_good_hit	1157.0	99.13600000000001	62.0	0.00028342565507244883	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0046_000000007388	4018	0.5368076390859908	8	4	4	4	3	False	93875	fragment	False	MON0046_000000007388	1.0		0	0	False	False	0.996515691280365	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000024069	1492	0.5368066797136917	2	2	2	2	1	False	128841	backbone	False	ENG0186_000000008765	0.5014737246839037	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1385.0	90.397	100.0	0.019027833193456516	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0106_000000018535	2097	0.536806164322888	4	3	2	3	2	False	4748	fragment	False	SPA0106_000000018535	1.0		0	0	False	False	0.9995231032371521	0					non-mobilizable	no_good_hit								True	False
USA0015_01_000000009928	3309	0.5368060916120789	2	2	1	2	2	False	1963	maximal	True	USA0015_01_000000009928	1.0		252	13	False	False	0.9987911581993103	0					non-mobilizable	chromosome	3309.0	99.758	100.0	0.00063750646323247	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ENG0082_000000013398	1543	0.536804425805438	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.5703878412868858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	87.96600000000001	80.0	0.0013742773196853378	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0066_000000003862	8207	0.5368036043971669	7	7	6	7	6	False	104501	maximal	True	ISR0066_000000003862	1.0		48	8	False	False	0.9993907809257507	0					non-mobilizable	other	8208.0	99.22	100.0	0.05803877740130579	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0145_000000015949	1106	0.5368027371526545	2	2	2	1	1	False	39998	fragment	False	SPA0014_000000021543	0.9691358024691359		0	0	False	False	0.9972875118255615	0					non-mobilizable	other	1106.0	96.926	100.0	0.0036451804446790263	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
SPA0041_000000006537	5185	0.5368023260325662	7	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9917349889638594	PS490|PS845	0	0	True	True	0.9998071193695068	27					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0134_000000006342	5171	0.5368023260325662	7	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9915381846692187	PS490|PS845	0	0	True	True	1.0	61					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0011_000000004754	5168	0.5368023260325662	7	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9916579586416315	PS490|PS845	0	0	True	True	1.0	38					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
DEN0021_000000006218	4980	0.5368023260325662	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9522471960886064	PS490|PS845	0	0	False	True	0.9839357137680054	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0228_000000012983	2062	0.5368023260325662	3	2	1	2	0	True	27607	fragment	False	ISR0228_000000012983	0.9869608826479439		0	0	False	False	0.9966052174568176	0					non-mobilizable	no_good_hit								True	True
USA0006_01_000000001909	11445	0.5368022294856182	9	9	9	8	8	False	49605	maximal	True	USA0006_01_000000001909	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2090.0	77.943	18.0	0.009743660223023663	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
ISR0046_000000011853	2650	0.5368000783791408	2	2	2	1	1	True	71886	fragment	False	ISR0165_000000005873	0.4105479984759801		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	88.28	54.0	0.004431648090649315	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0098_000000024903	1532	0.5367954164939498	2	2	0	2	0	True	5052	maximal	True	SPA0098_000000024903	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0109_000000027593	1247	0.5367946539931335	2	2	2	2	1	False	4645	maximal	True	SPA0109_000000027593	1.0		27	6	False	False	0.9791499376296997	0					non-mobilizable	no_good_hit	234.0	73.077	18.0	3.642633578544368e-05	NZ_CP019630.1	a-proteobacteria	Labrenzia aggregata strain RMAR6-6 chromosome, complete genome	True	False
FIJ0011_000000010628	4028	0.5367944573002649	4	3	2	3	3	False	82591	fragment	False	FIJ0011_000000010628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1546.0	71.928	38.0	0.0015317796181181283	NZ_PQDH01000002.1	firmicutes	Vallitalea okinawensis strain S15 Contig2, whole genome shotgun sequence	True	False
FIJ0102_000000012543	2527	0.5367888899459446	3	3	3	3	2	False	42633	maximal	True	FIJ0102_000000012543	1.0		12	6	False	False	0.9968342185020447	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	0.00023797786805827058	NZ_NAQA01000001.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_1, whole genome shotgun sequence	True	False
AST0059_000000002825	4782	0.5367854398642982	3	2	2	2	1	True	131945	fragment	False	AST0059_000000002825	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0033448811372595866	NZ_MDZA01000101.1	CFB group bacteria	Hymenobacter coccineus strain CCM 8649 NODE_191_length_8371_cov_105.721_ID_381, whole genome shotgun sequence	True	True
MAD0072_000000001732	3220	0.5367782761717063	4	3	2	2	1	True	19395	fragment	False	MAD0072_000000001732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0038_000000014491	1869	0.5367775770547936	3	2	1	2	1	False	7040	maximal	True	SPA0038_000000014491	1.0		2	2	False	False	0.9989299178123474	0					non-mobilizable	no_good_hit	80.0	86.25	4.0	0.0006629185197616849	NZ_OAOG01000011.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	False
FIJ0136_000000002881	8695	0.5367774048833661	11	2	1	2	1	False	40556	maximal	True	FIJ0136_000000002881	1.0		1	1	False	False	0.9998849630355835	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	0.0005333091263942629	MK893987.1	viruses	Staphylococcus phage PMBT8, complete genome	True	False
CHI0167_000000010343	2009	0.5367752235015124	3	3	2	2	3	False	78161	fragment	False	CHI0167_000000010343	1.0		0	0	False	False	0.9721254110336304	0					non-mobilizable	no_good_hit	307.0	76.221	15.0	0.005323247180780276	NZ_LNAM01000090.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf18, whole genome shotgun sequence	True	False
FIJ0007_000000011861	1537	0.5367709128207492	3	2	2	2	1	False	51560	fragment	False	FIJ0007_000000011861	1.0		0	0	False	False	0.9993493556976318	0					non-mobilizable	no_good_hit	411.0	78.589	26.0	0.00013826042377504345	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ISR0395_000000009749	3938	0.5367673592606966	7	6	5	6	3	False	58620	fragment	False	ISR0395_000000009749	0.9997944501134322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	86.023	17.0	0.009607875948237393	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0176_000000008323	3908	0.5367673592606966	7	6	5	6	3	False	58620	fragment	False	ISR0395_000000009749	0.9982708340646764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	86.023	18.0	0.009607875948237393	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0062_000000008478	3893	0.5367673592606966	7	6	5	6	3	False	58620	fragment	False	ISR0395_000000009749	0.9966410270139049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	697.0	85.94	18.0	0.3898876404494382	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	True	False
ISR0174_000000006786	3890	0.5367673592606966	7	6	5	6	3	False	58620	fragment	False	ISR0395_000000009749	0.996435477127337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	86.023	18.0	0.009607875948237393	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0080_000000007547	3889	0.5367673592606966	7	6	5	6	3	False	58620	fragment	False	ISR0395_000000009749	0.9961287736558356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	86.023	18.0	0.009607875948237393	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0319_000000004668	3556	0.5367646289445556	4	4	4	4	3	False	25104	maximal	True	ISR0319_000000004668	1.0		1	1	False	False	0.9988751411437988	0					non-mobilizable	no_good_hit	690.0	70.87	19.0	0.00010523993320033714	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
AST0084_000000002443	9864	0.5367642720207569	9	6	4	6	2	False	111608	maximal	True	AST0084_000000002443	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	4343.0	96.339	45.0	0.0010626010286193715	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0138_000000008430	3487	0.536761489925409	5	3	3	1	3	False	124197	maximal	True	ISR0138_000000008430	1.0		114	6	False	False	0.9997132420539856	0					non-mobilizable	no_good_hit	2107.0	80.921	60.0	0.014787273294922373	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0161_000000006370	3416	0.5367573095497583	6	3	2	3	1	True	56423	maximal	True	ENG0161_000000006370	1.0		1	1	False	False	0.9997072815895081	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.008641975308641974	XM_014432680.1	bugs	PREDICTED: Halyomorpha halys uncharacterized LOC106688293 (LOC106688293), mRNA	True	True
MAD0106_000000010080	2121	0.5367570430860467	4	3	3	3	3	False	119086	maximal	True	MAD0106_000000010080	1.0		17	3	False	False	1.0	0					non-mobilizable	other	2127.0	95.48700000000001	100.0	0.0027126149377901007	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ENG0204_000000011183	2297	0.5367546198950487	2	2	2	2	1	False	54043	maximal	True	ENG0204_000000011183	1.0		29	9	False	False	0.9969525337219238	0					non-mobilizable	no_good_hit	56.0	87.5	2.0	1.3835712237310136e-05	CP021011.1	firmicutes	Bacillus velezensis strain GFP-2 chromosome, complete genome	True	False
CHI0137_000000005880	2539	0.5367535635822446	4	4	3	2	3	False	80522	maximal	True	CHI0137_000000005880	1.0		0	0	False	False	0.995667576789856	0					non-mobilizable	chromosome	2341.0	100.0	100.0	0.00034974525392701146	LN890477.1	b-proteobacteria	Achromobacter xylosoxidans isolate R8 genome assembly, chromosome: BN2910	False	False
ISR0274_000000005742	1424	0.5367531163461301	3	2	0	2	2	False	26350	fragment	False	ISR0274_000000005742	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	99.86	100.0	0.0003124883338420693	NC_017168.1	enterobacteria	Yersinia pestis A1122, complete sequence	False	False
MAD0097_000000009845	3972	0.536750165574508	5	5	1	2	5	False	119974	maximal	True	MAD0097_000000009845	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000019317	2052	0.5367444488610058	3	3	3	2	1	False	56119	maximal	True	ISR0162_000000019317	0.9987757100881489		104	10	False	False	0.9970760345458984	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	3.0	9.401747042532018e-06	CP006704.1	b-proteobacteria	Comamonas testosteroni TK102, complete genome	True	False
ISR0837_000000006096	2042	0.5367444488610058	3	3	3	2	1	False	56119	maximal	False	ISR0162_000000019317	0.996345029239766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	3.0	9.401747042532018e-06	CP006704.1	b-proteobacteria	Comamonas testosteroni TK102, complete genome	True	False
SPA0014_000000013922	1704	0.5367444488610058	3	3	3	2	1	False	56117	fragment	False	SPA0014_000000013922	1.0		0	0	False	False	0.9994131326675415	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	3.0	9.401747042532018e-06	CP006704.1	b-proteobacteria	Comamonas testosteroni TK102, complete genome	True	False
MON0009_000000021523	1773	0.5367440156198653	2	2	2	2	1	False	13803	fragment	False	MON0009_000000021523	1.0		0	0	False	False	0.9994359612464905	0					non-mobilizable	other	1788.0	71.197	99.0	0.0036479254496689924	NZ_FUWY01000002.1	CFB group bacteria	Anaerorhabdus furcosa strain ATCC 25662, whole genome shotgun sequence	False	False
MAD0025_000000001596	5794	0.5367422667785313	5	2	2	1	2	True	19158	maximal	True	MAD0025_000000001596	1.0		1	1	False	False	0.9981014728546143	0					non-mobilizable	no_good_hit								True	True
ISR0783_000000003264	4369	0.5367412275167059	6	4	2	3	4	False	22253	maximal	True	ISR0783_000000003264	1.0		6	2	False	False	0.9993133544921875	0					non-mobilizable	no_good_hit	249.0	76.707	6.0	4.534628205090083e-05	CP010978.1	firmicutes	Pelosinus fermentans JBW45, complete genome	True	False
ISR0199_000000004302	6072	0.5367358466754238	8	7	2	5	4	False	28828	maximal	True	ISR0199_000000004302	1.0		1	1	False	False	0.9917654991149902	0					non-mobilizable	no_good_hit	40.0	90.0	1.0	6.314393660348765e-06	AP014642.1	cyanobacteria	Leptolyngbya boryana dg5 DNA, complete genome, strain: dg5	True	False
ISR0348_000000003441	3647	0.5367357955133901	4	3	3	2	2	False	126061	maximal	True	ISR0348_000000003441	0.9936325045482111		214	10	False	False	1.0	0					non-mobilizable	other	3647.0	99.89	100.0	0.008258154531226289	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0120_000000017172	1980	0.5367349813546806	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.578945054195351		0	0	False	False	1.0	0					non-mobilizable	other	1975.0	80.911	99.0	0.020196602267218172	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0047_000000017887	1674	0.5367349813546806	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.28690364783837197		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	99.462	99.0	0.03956527915897144	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0107_000000007146	2006	0.5367349128847276	3	3	2	2	2	False	119711	fragment	False	CHI0123_000000006377	0.4699250658856849		0	0	False	False	0.9995014667510986	0					non-mobilizable	chromosome	2006.0	99.95	100.0	0.0003084884006822748	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0158_000000003348	4856	0.5367338701067043	6	6	5	6	4	False	98925	maximal	True	ENG0158_000000003348	1.0		2	2	False	False	1.0	0					non-mobilizable	other	3766.0	94.211	97.0	0.004854143441099963	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
DEN0083_000000016552	1793	0.5367325030674935	2	2	2	2	2	False	92029	maximal	True	DEN0083_000000016552	0.9821124361158433		11	6	False	False	0.99832683801651	0					non-mobilizable	no_good_hit	158.0	77.215	9.0	0.007689293760407483	NZ_MQNM01000047.1	firmicutes	Megasphaera cerevisiae strain NSB1 NODE_47_length_20418_cov_31.6113, whole genome shotgun sequence	True	False
USA0039_01_000000015984	1395	0.5367321406795326	2	2	2	2	2	False	59712	fragment	False	USA0039_01_000000015984	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	77.98	92.0	0.0002774574125144748	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	False	False
TAN0001_000000005971	2148	0.5367315433834307	3	3	3	3	3	False	3109	maximal	True	TAN0001_000000005971	1.0		1673	15	False	False	0.9962756037712097	0					non-mobilizable	chromosome	2137.0	98.12799999999999	99.0	0.0005946340954170582	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0111_000000008295	2150	0.5367311188663918	3	2	2	2	1	False	121205	fragment	False	MON0054_000000022142	0.9351125967096534		0	0	False	False	0.9879069924354553	0					non-mobilizable	other	2129.0	95.115	99.0	0.010994186320322761	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0331_000000015639	1576	0.5367305692895672	3	3	3	3	2	False	119933	maximal	True	ISR0331_000000015639	1.0		99	8	False	False	0.9987309575080872	0					non-mobilizable	no_good_hit	1366.0	95.095	87.0	0.0032130650522093646	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
CAN0006_000000015740	2865	0.5367280786901429	4	3	2	3	2	False	95689	maximal	True	CAN0006_000000015740	1.0		2	2	False	False	0.9888307452201843	0					non-mobilizable	no_good_hit	907.0	81.367	32.0	0.003831644728207256	NZ_WNAJ01000002.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold2_size236191, whole genome shotgun sequence	True	False
ISR0099_000000005422	3981	0.5367277370108032	4	4	4	4	4	False	117085	fragment	False	ISR0099_000000005422	0.979156736009374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3512.0	80.638	88.0	0.0005432158565003485	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
TAN0002_000000035717	1193	0.5367274286013751	1	1	1	1	1	False	3007	maximal	True	TAN0002_000000035717	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	95.96	29.0	0.0003956073384146898	NZ_SAXT01000003.1	bacteria	Brachyspira aalborgi strain W1 W1_contig3, whole genome shotgun sequence	True	False
ISR0290_000000008499	1788	0.5367258349909656	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.1383913644024753		0	0	False	False	1.0	0					non-mobilizable	other	1788.0	97.036	100.0	0.0037366410378117964	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0116_000000015178	1780	0.5367258349909656	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.13818009502849884		0	0	False	False	1.0	0					non-mobilizable	other	1780.0	97.079	100.0	0.00371991293019988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0047_000000024348	1879	0.5367248186383963	3	2	2	2	2	True	46098	fragment	False	MAD0047_000000024348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	76.992	47.0	0.019275955095291966	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
SPA0042_000000014814	2211	0.536720261212111	2	2	1	1	2	False	103222	fragment	False	SPA0042_000000014814	1.0		0	0	False	False	0.9891451597213745	0					non-mobilizable	other	1687.0	91.405	98.0	0.0036541781243765127	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ENG0087_000000015368	1708	0.5367184394035012	3	1	1	1	1	False	61378	maximal	True	ENG0087_000000015368	1.0		17	4	False	False	0.9871194362640381	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	0.00022473227546314392	NZ_FNNG01000004.1	firmicutes	Tepidimicrobium xylanilyticum strain DSM 23310, whole genome shotgun sequence	True	False
ISR0046_000000016254	2078	0.5367178702107949	3	2	2	2	2	True	118993	fragment	False	AST0055_000000015802	0.9472964498706506		0	0	False	False	1.0	0					non-mobilizable	other	2092.0	76.625	99.0	0.0004947690068652264	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
TAN0008_000000010144	1948	0.5367178702107949	3	2	2	2	2	True	2751	maximal	True	TAN0008_000000010144	1.0		0	0	False	False	0.9707392454147339	0					non-mobilizable	no_good_hit	1366.0	78.111	69.0	0.00032902874490244494	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ITA0005_000000003597	4845	0.5367107297150401	6	2	2	2	1	True	81879	maximal	False	CHI0120_000000002430	0.957347385166037		0	0	False	False	0.9995871782302856	0					non-mobilizable	no_good_hit	57.0	100.0	1.0	1.9760844380880395e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
TAN0009_000000032660	1332	0.536710269636901	2	2	1	1	2	False	2659	maximal	True	TAN0009_000000032660	1.0		1	1	False	False	0.9857357144355774	0					non-mobilizable	no_good_hit	125.0	98.4	9.0	0.0004053930350861133	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
DEN0093_000000009693	3313	0.5367031932161046	3	3	3	3	2	True	124742	fragment	False	DEN0031_000000009469	0.9358304297328688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1929.0	77.812	57.0	0.0039520154233152185	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0093_000000024842	1513	0.5367029133489968	3	2	2	2	2	True	61013	fragment	False	SPA0093_000000024842	1.0		0	0	False	False	0.992729663848877	0					non-mobilizable	other	1513.0	97.68700000000001	100.0	0.23455448618441477	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	False	True
ISR0780_000000007505	1609	0.5367000367113851	3	3	3	2	1	False	92375	fragment	False	ENG0171_000000013063	0.239501953125		0	0	False	False	0.9968924522399902	0					non-mobilizable	other	1609.0	99.19200000000001	100.0	0.0004584472323814281	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
AST0116_000000012037	2247	0.5366964936127315	2	2	1	2	1	False	106221	fragment	False	AST0116_000000012037	0.9168524297815426		0	0	False	False	0.9915443062782288	0					non-mobilizable	chromosome	2257.0	91.848	100.0	0.0005999366718693189	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0029_000000025108	1256	0.5366928995585111	3	2	2	2	2	False	48820	fragment	False	FIJ0066_000000026096	0.6371610845295056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	71.024	36.0	0.0019726645061293505	NZ_QSBM01000011.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf11, whole genome shotgun sequence	True	False
USA0023_01_000000007615	4182	0.5366900083163246	5	5	5	5	5	True	5479	fragment	False	USA0023_01_000000007615	1.0		0	0	False	False	0.9980870485305786	0					non-mobilizable	no_good_hit	1256.0	76.592	30.0	0.0003449022776879884	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
CHI0007_000000004823	1665	0.5366895521583631	2	2	2	2	1	False	90558	fragment	False	CHI0007_000000004823	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	96.796	87.0	0.00027217708853011425	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0010_000000008218	3404	0.5366892100419757	3	3	2	2	3	False	126380	maximal	True	AST0010_000000008218	1.0		0	0	False	False	0.9961809515953064	0					non-mobilizable	no_good_hit								True	False
CHI0112_000000000968	13866	0.5366876368124411	11	10	9	6	9	False	83518	maximal	True	CHI0112_000000000968	1.0	PS398|PS407	10	5	False	True	0.9982691407203674	0					non-mobilizable	no_good_hit	4969.0	99.839	79.0	0.001204269630346431	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
ISR0187_000000001254	16025	0.5366852981880953	19	6	6	4	3	True	117630	fragment	False	ISR0187_000000001254	0.985799653023196		0	0	False	False	0.9989391565322876	0					non-mobilizable	no_good_hit	3377.0	93.604	21.0	0.32992829780964544	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
USA0035_01_000000013845	1834	0.5366828627411325	3	3	3	3	2	True	4731	maximal	True	USA0035_01_000000013845	1.0		19	8	False	False	0.9994547367095947	0					non-mobilizable	no_good_hit	1021.0	74.73100000000001	54.0	0.04107265457776342	NZ_FOGW01000027.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
ISR0128_000000026294	1336	0.5366826626992287	2	2	2	2	1	True	31824	maximal	True	ISR0128_000000026294	1.0		341	13	False	False	0.9955089688301086	0					non-mobilizable	no_good_hit	163.0	78.528	12.0	0.0013277016654357765	NZ_JWID01000011.1	firmicutes	Defluviitalea phaphyphila strain Alg1 scaffold11, whole genome shotgun sequence	True	True
ENG0114_000000010260	1434	0.5366812151014879	3	3	3	2	2	False	59568	maximal	True	ENG0114_000000010260	1.0		24	8	False	False	1.0	0					non-mobilizable	other	1221.0	100.0	99.0	0.007517221831983931	NZ_NFHM01000002.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_2, whole genome shotgun sequence	False	False
FIJ0095_000000021064	1325	0.5366763309453675	1	1	1	1	1	False	43085	maximal	True	FIJ0095_000000021064	1.0		7	4	False	False	0.9652830362319946	0					non-mobilizable	chromosome	1328.0	97.816	100.0	0.000287247032664555	CP047570.1	enterobacteria	Enterobacter hormaechei strain F2 chromosome, complete genome	False	False
TAN0002_000000011577	3065	0.5366728797746796	5	5	5	4	2	False	79253	maximal	True	TAN0002_000000011577	1.0		1	1	False	False	0.9964110851287842	0					non-mobilizable	no_good_hit	2393.0	99.833	78.0	0.000532342476033461	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0002_000000007873	1163	0.5366708377936942	2	2	2	2	1	False	91004	fragment	False	MON0095_000000026530	0.9382207578253707		0	0	False	False	1.0	0					non-mobilizable	chromosome	1163.0	97.936	100.0	0.0004100375209032682	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0043_000000003445	2219	0.5366707072676846	3	2	0	1	1	True	72998	maximal	True	DEN0043_000000003445	1.0		1	1	False	False	0.9923388957977295	0					non-mobilizable	no_good_hit	513.0	95.712	25.0	0.00018052813647362968	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
MAD0105_000000016843	2147	0.5366685701140484	4	2	2	2	1	True	49312	fragment	False	MAD0105_000000016843	1.0		0	0	False	False	0.9836981892585754	0					non-mobilizable	no_good_hit	681.0	89.28	32.0	0.00018139481408231963	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0175_000000018444	1346	0.5366656923233729	2	2	2	2	2	False	61356	fragment	False	ENG0087_000000017295	0.6405138793301216		0	0	False	False	0.9992570877075195	0					non-mobilizable	no_good_hit	53.0	88.679	4.0	0.0006502113186785706	NZ_AZGF01000009.1	firmicutes	Lactobacillus suebicus DSM 5007 = KCTC 3549 strain DSM 5007 Scaffold9, whole genome shotgun sequence	True	False
ISR0010_000000008512	2351	0.5366640635978552	5	2	2	2	2	True	112644	fragment	False	ISR0362_000000009069	0.9668880660949292		0	0	False	False	0.9991493225097656	0					non-mobilizable	chromosome	2351.0	99.617	100.0	0.0006297607230832228	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0148_000000008738	4329	0.5366552019766961	5	4	2	3	3	False	57326	fragment	False	ENG0148_000000008738	0.9807692307692308		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	4329.0	99.90799999999999	100.0	0.08899490047705215	CP016735.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06 plasmid pUC06B, complete sequence	False	True
ISR0157_000000005472	5124	0.5366548672717256	5	4	2	1	3	True	30560	fragment	False	ISR0157_000000005472	1.0		0	0	False	False	0.9988290667533875	0					non-mobilizable	chromosome	5124.0	97.65799999999999	100.0	0.0011590885848666425	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0103_000000007232	3665	0.536652918233318	3	3	3	2	2	False	105912	maximal	True	ISR0103_000000007232	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.00013474337511739005	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CHI0003_000000000197	27616	0.5366508748696724	56	39	10	21	33	False	90999	fragment	False	CHI0003_000000000197	1.0		0	0	False	False	0.9999637603759766	0	rep_cluster_1817				non-mobilizable	no_good_hit	6847.0	98.40799999999999	87.0	0.002046068836284896	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MAD0105_000000000398	30693	0.5366489291786365	36	12	3	8	7	False	14871	maximal	True	MAD0105_000000000398	1.0		2	1	False	False	0.9998044967651367	0					non-mobilizable	no_good_hit	286.0	78.322	1.0	0.0013880946445940067	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0290_000000008173	1836	0.5366477356997776	2	1	1	1	1	False	28855	fragment	False	MAD0026_000000006909	0.9606997971602433		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	82.53299999999999	93.0	0.004659124797155727	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0232_000000005544	4217	0.536647083699884	5	3	3	3	3	False	27467	maximal	True	ISR0232_000000005544	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	134.0	75.373	3.0	0.00019985574322293684	NZ_JH414505.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.2, whole genome shotgun sequence	True	False
ISR0815_000000027449	1119	0.5366452742696787	2	1	1	1	1	True	21440	fragment	False	ISR0815_000000027449	1.0		0	0	False	False	0.983020544052124	0					non-mobilizable	chromosome	1119.0	99.01700000000001	100.0	0.0003945111431754336	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0333_000000019484	1242	0.5366448639561296	2	1	1	1	1	False	131420	fragment	False	CHI0008_000000005149	0.34338975862425786		0	0	False	False	0.9951691031455994	0					non-mobilizable	no_good_hit								True	False
MON0027_000000024100	1712	0.5366447787301857	2	2	2	2	2	False	13655	fragment	False	MON0027_000000024100	1.0		0	0	False	False	0.9976635575294495	0					non-mobilizable	no_good_hit	738.0	74.797	43.0	0.0002578065268255128	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0126_000000017205	2854	0.5366433906620961	4	4	3	3	2	False	52904	fragment	False	ISR0126_000000017205	1.0		0	0	False	False	0.988437294960022	0					non-mobilizable	other	2853.0	97.617	99.0	0.022487502562566035	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	False	False
AST0014_000000007236	2351	0.5366406878495328	3	3	3	3	1	True	124368	maximal	True	AST0014_000000007236	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1687.0	99.822	72.0	0.009262107761272743	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
AUS0002_000000003233	8399	0.5366385370021405	10	10	4	8	3	False	132284	fragment	False	AUS0002_000000003233	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8413.0	95.103	100.0	0.0019604357332631563	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0115_000000024347	1473	0.5366365651097814	3	2	2	2	2	False	63840	maximal	True	ISR0115_000000024347	0.9821303433777155		98	7	False	False	1.0	0					non-mobilizable	other	1491.0	92.421	99.0	0.0003960089325563255	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
DEN0082_000000017689	2286	0.5366363648413094	5	2	2	2	1	False	69270	fragment	False	DEN0082_000000017689	0.9753717472118959		0	0	False	False	0.9978127479553223	0					non-mobilizable	other	2275.0	98.066	99.0	0.0006490296521497894	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
USA0060_01_000000005797	2152	0.5366363648413094	4	2	2	2	1	False	69270	fragment	False	DEN0082_000000017689	0.94750656167979		0	0	False	False	0.99349445104599	0					non-mobilizable	other	2127.0	98.449	99.0	0.0006067884962490996	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0068_000000003772	3400	0.5366363242090885	2	2	2	2	2	False	99123	fragment	False	CHI0068_000000003772	0.9949985289791115		0	0	False	False	0.9926470518112183	0					non-mobilizable	chromosome	3400.0	99.941	100.0	0.0005239156956603165	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0109_000000009193	3399	0.5366363242090885	2	2	2	2	2	False	99123	fragment	False	CHI0068_000000003772	0.9948529411764706		0	0	False	False	0.9938217401504517	0					non-mobilizable	other	3399.0	100.0	100.0	0.015776693394496263	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	False	False
ISR0311_000000018096	1307	0.5366318068297974	3	3	3	2	2	False	70352	fragment	False	ISR0110_000000017218	0.9821652070070042		0	0	False	False	0.9892884492874146	0					non-mobilizable	other	1307.0	99.694	100.0	0.0004192901731995885	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0110_000000017218	1362	0.5366308365318954	3	3	3	2	3	False	70352	fragment	False	ISR0110_000000017218	0.9958045585991077		0	0	False	False	0.9933920502662659	0					non-mobilizable	other	1361.0	99.633	99.0	0.00043662682660906615	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0021_000000004010	7162	0.5366286566839664	9	8	5	7	5	False	74878	maximal	True	DEN0021_000000004010	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	72.887	8.0	0.00015783350819649673	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0067_000000004902	5860	0.5366286273045769	6	6	6	6	5	False	95510	maximal	True	DEN0067_000000004902	1.0		82	8	False	False	1.0	0					non-mobilizable	no_good_hit	2480.0	81.452	89.0	0.0007442333262237873	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MON0004_000000012223	3110	0.536626809215264	4	4	2	4	1	True	14249	fragment	False	MON0004_000000012223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	71.331	9.0	0.005081246072358381	MN602278.1	enterobacteria	Escherichia coli plasmid pUZ8002, complete sequence	True	True
SPA0110_000000013584	1343	0.5366240757680153	3	2	1	2	2	False	78249	fragment	False	SPA0110_000000013584	1.0		0	0	False	False	0.9985107779502869	0					non-mobilizable	other	1355.0	88.635	100.0	0.00040495374344358816	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0349_000000001346	6417	0.5366221626135845	6	6	6	6	6	False	129427	maximal	True	ISR0349_000000001346	1.0		206	7	False	False	1.0	0					non-mobilizable	chromosome	6111.0	92.48899999999999	99.0	0.001918922982412289	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0019_000000044613	1505	0.5366216133104504	2	1	1	1	1	False	13160	maximal	True	MON0019_000000044613	1.0		3	2	False	False	0.9873754382133484	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000008671	5704	0.5366189247874625	10	9	2	3	7	False	50166	fragment	False	FIJ0021_000000008671	0.9767706872370266		0	0	False	False	1.0	0					non-mobilizable	plasmid	5712.0	99.45700000000001	100.0	0.02682719453591443	CP052325.1	enterobacteria	Klebsiella pneumoniae strain E16KP0032 plasmid pE16KP0032-1, complete sequence	False	True
AST0060_000000025532	1204	0.5366145821579339	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5937290713434943		0	0	False	False	1.0	0					non-mobilizable	chromosome	1204.0	93.355	100.0	0.0003421822867333965	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0124_000000021873	1327	0.5366144673930863	1	1	1	1	1	False	41219	fragment	False	FIJ0124_000000021873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	6.1108031190897076e-06	CP054159.1	enterobacteria	Klebsiella michiganensis strain Biosolid 27 chromosome, complete genome	True	False
USA0053_01_000000010282	1883	0.5366134329654745	3	3	3	3	3	False	1062	fragment	False	USA0053_01_000000010282	1.0		0	0	False	False	0.9941582679748535	0					non-mobilizable	no_good_hit	623.0	83.62799999999999	33.0	0.00018667012708923765	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0096_000000039545	1104	0.5366126776744676	2	2	2	1	1	False	5143	maximal	True	SPA0096_000000039545	1.0		1	1	False	False	0.9963768124580383	0					non-mobilizable	no_good_hit	621.0	74.87899999999999	56.0	0.0003177777743217933	NZ_JH815225.1	firmicutes	Peptoanaerobacter stomatis strain CM2 supercont2.1, whole genome shotgun sequence	True	False
SPA0008_000000015661	1945	0.5366123474820808	3	3	3	2	2	False	42216	maximal	True	SPA0008_000000015661	0.9917941807459479		26	8	False	False	0.9984576106071472	0					non-mobilizable	no_good_hit	343.0	74.05199999999999	17.0	0.00044619132417597786	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MON0063_000000016696	1763	0.5366123474820808	3	3	3	2	2	False	42216	maximal	False	SPA0008_000000015661	0.9623410652282668		0	0	False	False	0.9699376225471497	0					non-mobilizable	no_good_hit	303.0	76.238	17.0	0.003967469387217103	NZ_VNHV01000012.1	a-proteobacteria	Maritimibacter alkaliphilus HTCC2654 Ga0131271_112, whole genome shotgun sequence	True	False
FIJ0108_000000013346	1730	0.5366123474820808	3	3	3	2	2	False	42216	maximal	False	SPA0008_000000015661	0.6577802987332199		0	0	False	False	0.9791907668113708	0					non-mobilizable	no_good_hit	304.0	73.355	18.0	0.000973424533553846	NZ_KI271583.1	firmicutes	Lactobacillus shenzhenensis LY-73 LY73.Scaffold2, whole genome shotgun sequence	True	False
DEN0090_000000016643	1710	0.5366123474820808	3	3	3	2	2	False	72443	fragment	False	DEN0090_000000016643	1.0		0	0	False	False	0.9941520690917969	0					non-mobilizable	no_good_hit	375.0	78.667	32.0	0.00013056272180224547	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0084_000000018003	1627	0.5366123474820808	3	3	3	2	2	False	61508	maximal	True	ENG0084_000000018003	1.0		9	6	False	False	0.988936722278595	0					non-mobilizable	no_good_hit	1048.0	75.286	63.0	0.007669466867604709	NZ_SRMQ01000008.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000008, whole genome shotgun sequence	True	False
ISR0211_000000014099	1619	0.5366123474820808	3	3	3	2	2	False	97534	maximal	True	ISR0211_000000014099	1.0		132	13	False	False	0.9759110808372498	0					non-mobilizable	no_good_hit	1056.0	75.095	64.0	0.004222288916388812	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ISR0023_000000021292	1511	0.5366123474820808	3	3	3	2	2	False	67736	fragment	False	ISR0023_000000021292	1.0		0	0	False	False	0.9986763596534729	0					non-mobilizable	no_good_hit	526.0	79.468	35.0	0.0006978535959629371	NZ_FXLN01000003.1	firmicutes	Clostridium merdae strain Marseille-P2953, whole genome shotgun sequence	True	False
FIJ0059_000000011881	1500	0.5366123474820808	3	3	3	2	2	False	45899	maximal	True	FIJ0059_000000011881	0.9975142045454546		38	6	False	False	0.9993333220481873	0					non-mobilizable	other	1511.0	96.36	100.0	0.016503453702894116	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
ISR0275_000000010069	1429	0.5366123474820808	3	3	3	2	2	False	26326	fragment	False	ISR0275_000000010069	1.0		0	0	False	False	0.9951014518737793	0					non-mobilizable	no_good_hit	1046.0	83.461	86.0	0.011279181603567369	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MAD0033_000000014814	1408	0.5366123474820808	3	3	3	2	2	False	45899	maximal	False	FIJ0059_000000011881	0.9663333333333333		0	0	False	False	1.0	0					non-mobilizable	other	1417.0	96.04799999999999	100.0	0.015476086386290111	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
FIJ0114_000000029645	1378	0.5366123474820808	3	3	3	2	2	False	41815	maximal	True	FIJ0114_000000029645	1.0		9	7	False	False	0.9970972537994385	0					non-mobilizable	no_good_hit	302.0	79.801	43.0	0.0022408580587332696	NZ_PDYG01000123.1	firmicutes	Agathobacter ruminis strain JK623 contig000124, whole genome shotgun sequence	True	False
CHI0162_000000029974	1120	0.5366117253996495	2	2	2	1	1	False	78499	maximal	True	CHI0162_000000029974	1.0		7	4	False	False	0.9982143044471741	0					non-mobilizable	no_good_hit	781.0	79.385	69.0	0.0027401231817956824	NZ_JXQL01000033.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig33, whole genome shotgun sequence	True	False
DEN0017_000000019469	1484	0.5366111014991168	2	2	2	2	2	False	75195	fragment	False	MON0013_000000033523	0.5355105831724514		0	0	False	False	0.9952830076217651	0					non-mobilizable	no_good_hit	84.0	84.524	6.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
AST0002_000000004177	7472	0.53660644179476	7	5	5	3	4	False	132490	maximal	True	AST0002_000000004177	1.0		2	2	False	False	0.9998661875724792	0					non-mobilizable	no_good_hit	1232.0	98.78200000000001	16.0	0.010921004732435385	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	False
USA0065_01_000000007003	1651	0.5366035351253393	1	1	1	1	1	False	843	maximal	True	USA0065_01_000000007003	1.0		1	1	False	False	0.9878861308097839	0					non-mobilizable	other	1652.0	93.039	100.0	0.0019952814616585506	NZ_FQXY01000008.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
DEN0065_000000010566	3144	0.5366017455782114	5	3	3	3	3	False	72736	maximal	True	DEN0065_000000010566	0.9930422876822841		9	3	False	True	0.9926844835281372	0					non-mobilizable	other	3000.0	99.867	97.0	0.19209582372533948	NZ_WEHX01000054.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_54_length_15612_cov_135.737510, whole genome shotgun sequence	False	True
ENG0174_000000012252	1623	0.5365992085105569	2	2	2	1	1	False	55646	maximal	True	ENG0174_000000012252	1.0		155	11	False	False	0.996303141117096	0					non-mobilizable	chromosome	1623.0	99.445	100.0	0.0002291079859953153	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0068_000000012474	1967	0.5365990109582067	4	2	2	2	2	False	95177	maximal	True	ENG0068_000000012474	1.0		58	9	False	False	1.0	0					non-mobilizable	chromosome	1967.0	99.949	100.0	0.00044481127422366177	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0111_000000013094	1558	0.5365951605404506	4	1	1	1	1	False	59724	maximal	True	ENG0111_000000013094	1.0		6	4	False	False	0.9794608354568481	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000022026	1137	0.5365924879199102	1	1	1	1	1	False	61137	backbone	True	ENG0091_000000022026	0.9811937857726901	PS269	9	2	False	True	0.9964819550514221	0					non-mobilizable	no_good_hit	96.0	90.625	8.0	3.352286100327924e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0141_000000018004	1650	0.5365924012785646	1	1	1	1	1	False	63951	maximal	True	FIJ0141_000000018004	0.9801684958661703		71	9	False	False	0.9987878799438477	0					non-mobilizable	no_good_hit	1362.0	77.093	82.0	0.018726072241025356	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
MON0046_000000021396	1591	0.5365924012785646	1	1	1	1	1	False	63951	maximal	False	FIJ0141_000000018004	0.9689199689199689		0	0	False	False	0.996228814125061	0					non-mobilizable	no_good_hit	1362.0	77.166	85.0	0.018726072241025356	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ENG0052_000000020920	1560	0.5365924012785646	1	1	1	1	1	False	63951	maximal	False	FIJ0141_000000018004	0.9619522693941298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	77.093	87.0	0.018726072241025356	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
USA0134_01_000000003064	1357	0.5365924012785646	1	1	1	1	1	False	58414	fragment	False	ENG0130_000000021183	0.9985261606484893		0	0	False	False	0.9918938875198364	0					non-mobilizable	virus	1362.0	77.166	100.0	0.018726072241025356	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
ENG0130_000000021183	1357	0.5365924012785646	1	1	1	1	1	False	58414	fragment	False	ENG0130_000000021183	0.9985261606484893		0	0	False	False	0.9690493941307068	0					non-mobilizable	virus	1362.0	77.313	100.0	0.018726072241025356	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
FIJ0115_000000004834	5085	0.5365915319008279	4	4	3	3	4	False	66557	fragment	False	FIJ0115_000000004834	0.9907488027862429		0	0	False	False	1.0	0					non-mobilizable	other	4517.0	98.428	100.0	0.013026205320692768	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
USA0035_01_000000006679	3756	0.5365883923725228	5	5	3	2	3	False	1429	maximal	True	USA0035_01_000000006679	1.0		27	7	False	False	0.9946751594543457	0					non-mobilizable	no_good_hit	616.0	72.89	16.0	0.0028517919468800546	NZ_WBSO01000004.1	high GC Gram+	Bifidobacterium apri strain DSM 100238 Contig_4, whole genome shotgun sequence	True	False
DEN0031_000000024395	1416	0.5365851501101137	3	3	3	3	2	False	73715	maximal	True	DEN0031_000000024395	1.0		67	11	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	76.86	9.0	3.839793572697532e-05	NZ_KK211188.1	firmicutes	Exiguobacterium undae 190-11 P399DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
MON0079_000000014512	1569	0.5365847067448518	3	2	2	2	2	False	10089	maximal	True	MON0079_000000014512	1.0		8	5	False	False	0.9993626475334167	0					non-mobilizable	other	1569.0	99.363	100.0	0.0006874105664824219	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0317_000000003439	4624	0.536583399990043	7	5	3	4	3	False	132417	fragment	False	FIJ0075_000000003112	0.7260528872528715		0	0	False	False	0.9974048733711243	0					non-mobilizable	chromosome	4624.0	99.95700000000001	100.0	0.0013025503558416552	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
DEN0001_000000017394	2446	0.5365813365887936	4	1	1	1	1	False	76916	fragment	False	ISR0814_000000016537	0.9646630518174849		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	80.952	3.0	0.0006802890398798709	NZ_RKLX01000008.1	bacteria	Lactobacillus suantsaiihabitans strain BCRC 81129 Scaffold8_1, whole genome shotgun sequence	True	False
ENG0100_000000020136	1547	0.5365794515673995	2	1	1	1	1	False	60553	fragment	False	SPA0107_000000019578	0.9578853046594982		0	0	False	False	0.9993535876274109	0					non-mobilizable	no_good_hit								True	False
MON0033_000000033156	1853	0.5365793949102619	1	1	1	1	1	False	12301	fragment	False	MON0033_000000033156	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	98.705	100.0	0.0195412243864351	NZ_SPFU01000021.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_21_length_94774_cov_19.94, whole genome shotgun sequence	False	False
ENG0049_000000010514	1803	0.5365773973863186	4	4	4	3	3	False	64179	maximal	True	ENG0049_000000010514	1.0		106	11	False	False	0.999445378780365	0					non-mobilizable	no_good_hit	982.0	80.75399999999999	54.0	0.0012488343999663236	NZ_QSBM01000001.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf1, whole genome shotgun sequence	True	False
ISR0219_000000004687	6454	0.5365649985143032	5	4	3	3	2	True	131023	maximal	True	ISR0219_000000004687	1.0		2	2	False	False	1.0	0					non-mobilizable	other	5084.0	98.171	100.0	0.010628621373921298	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0021_000000003251	2510	0.5365641391763071	4	4	4	4	2	False	89303	maximal	True	CHI0021_000000003251	1.0		111	8	False	False	1.0	0					non-mobilizable	other	2510.0	99.323	100.0	0.03137348071825139	NZ_CZBD01000020.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0026_000000005208	4991	0.5365612729460659	6	6	4	6	4	False	107774	maximal	True	SPA0026_000000005208	1.0		18	5	False	False	0.999599277973175	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.296671538501009e-05	NZ_JH376798.1	firmicutes	Selenomonas infelix ATCC 43532 supercont1.2, whole genome shotgun sequence	True	False
SPA0053_000000028160	1163	0.5365607460826476	2	2	2	2	2	False	102260	fragment	False	CHI0170_000000004962	0.14477004358893475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	99.306	12.0	3.971097078050108e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0771_000000000206	24558	0.5365586475800492	25	19	13	15	13	True	109117	maximal	True	ISR0771_000000000206	1.0		6	3	False	False	1.0	0					non-mobilizable	other	10032.0	99.85	92.0	0.002118531756750906	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0178_000000009405	1804	0.5365571760712956	3	2	1	1	0	False	29707	maximal	True	ISR0178_000000009405	1.0		16	3	False	False	0.9811530113220215	0					non-mobilizable	no_good_hit	1180.0	97.119	73.0	0.0004653970919420894	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ISR0007_000000005738	2534	0.5365524818821998	2	2	2	2	2	False	38448	maximal	True	ISR0007_000000005738	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	97.02799999999999	66.0	0.0012183523875160705	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
SPA0106_000000020477	1888	0.5365508625915916	1	1	1	0	1	False	4746	maximal	True	SPA0106_000000020477	1.0		1	1	False	False	0.9973517060279846	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	4.0	0.0006540935353755587	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	True	False
ISR0337_000000004264	2299	0.5365504014392558	2	1	1	1	1	False	58129	maximal	True	ISR0337_000000004264	1.0		1	1	False	False	0.9904305934906006	0					non-mobilizable	no_good_hit	81.0	88.889	4.0	0.0004553604462532373	NZ_BCWE01000006.1	firmicutes	Desulfofarcimen intricatum strain NBRC 109411, whole genome shotgun sequence	True	False
MON0092_000000005432	7941	0.5365500414684455	9	2	1	2	1	False	34388	fragment	False	MON0092_000000005432	1.0		0	0	False	False	0.9994962811470032	0					non-mobilizable	no_good_hit	521.0	73.12899999999999	6.0	0.0017155973567594875	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	False
ISR0079_000000005595	4981	0.5365500414684455	6	2	1	2	1	False	34387	fragment	False	ISR0079_000000005595	0.9922448124083001		0	0	False	False	0.9979923963546753	0					non-mobilizable	no_good_hit	521.0	73.321	10.0	0.0017155973567594875	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	False
ISR0320_000000003880	4771	0.5365500414684455	5	2	1	2	1	False	34387	fragment	False	ISR0079_000000005595	0.971592049789199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	73.438	9.0	0.011673874399724072	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	False
ISR0079_000000020294	1413	0.5365487612156815	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.36967467053844033		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	95.053	100.0	0.019661981258366802	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0089_000000014260	1736	0.5365486754134023	2	2	2	1	1	False	43567	maximal	True	FIJ0089_000000014260	1.0		345	15	False	False	0.9994239807128906	0					non-mobilizable	other	1736.0	99.48200000000001	100.0	0.0005555543103169477	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0130_000000014091	2317	0.53654506773835	3	2	2	2	2	False	41516	maximal	True	SPA0130_000000014091	1.0		1	1	False	False	0.9956840872764587	0					non-mobilizable	no_good_hit								True	False
DEN0067_000000007791	4023	0.5365445175224948	6	1	1	1	1	False	70940	maximal	True	DEN0067_000000007791	1.0		12	4	False	False	0.9995028376579285	0					non-mobilizable	chromosome	4018.0	100.0	99.0	0.0007377529701122809	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0178_000000007927	2123	0.5365445175224948	4	1	1	1	1	False	29712	maximal	True	ISR0178_000000007927	1.0		12	4	False	False	0.98304283618927	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0015073861923424782	NZ_CP011804.1	firmicutes	Clostridium carboxidivorans P7 plasmid unnamed, complete sequence	True	False
ISR0328_000000014102	2033	0.5365445175224948	3	1	1	1	1	False	24745	fragment	False	ISR0328_000000014102	1.0		0	0	False	False	0.9955730438232422	0					non-mobilizable	no_good_hit								True	False
DEN0066_000000021855	1662	0.5365445175224948	2	1	1	1	1	False	70939	fragment	False	DEN0066_000000021855	1.0		0	0	False	False	0.9987966418266296	0					non-mobilizable	chromosome	1525.0	100.0	92.0	0.00027989433070727313	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
DEN0052_000000000323	42303	0.5365410154888549	57	16	5	9	10	False	72372	maximal	True	DEN0052_000000000323	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	0.0	0.0003025624713923304	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	False
ISR0381_000000005902	2746	0.5365331845899894	4	4	3	4	3	False	23162	fragment	False	ISR0381_000000005902	1.0		0	0	False	False	0.988710880279541	0					non-mobilizable	no_good_hit	208.0	76.442	7.0	5.233238748343345e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
USA0069_01_000000022192	2785	0.5365328394490245	4	4	4	4	2	False	121155	maximal	True	USA0069_01_000000022192	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	73.05199999999999	22.0	0.009965409323011036	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
CHI0086_000000002666	2093	0.5365324543738673	2	1	1	1	1	False	84057	maximal	True	CHI0086_000000002666	1.0		246	12	False	False	0.9918776750564575	0					non-mobilizable	other	2093.0	99.331	100.0	0.015865432014500337	NZ_RCXZ01000016.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0016, whole genome shotgun sequence	False	False
MAD0064_000000004861	3844	0.5365283372093398	4	3	2	3	2	False	91589	fragment	False	MAD0064_000000004861	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3859.0	97.823	100.0	0.05171254069470229	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0083_000000010930	2360	0.5365239248741472	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7606425720702152	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	81.0	91.35799999999999	3.0	0.03343083994985374	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
MON0030_000000003278	8477	0.5365208051616237	16	8	7	7	5	False	69476	maximal	True	MON0030_000000003278	1.0		3	3	False	False	0.9823050498962402	0					non-mobilizable	no_good_hit	6161.0	99.62700000000001	82.0	0.0027028546431652123	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0115_000000016824	1281	0.5365150301498791	2	2	2	2	2	False	59499	fragment	False	ENG0115_000000016824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1046.0	98.757	82.0	0.0016712833536979344	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
MAD0014_000000018001	1840	0.5365120650895118	5	2	2	2	1	False	19503	maximal	True	MAD0014_000000018001	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0001_000000014819	1415	0.5365093027804226	2	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.31324942684673573		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	97.54899999999999	100.0	0.0006116172437352781	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0026_000000028802	1130	0.5365093027804226	1	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.11575979631258515		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	98.14200000000001	100.0	0.0005462941995072223	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
USA0034_01_000000015073	3707	0.5365088012180623	2	2	2	2	1	True	81807	maximal	True	USA0034_01_000000015073	0.9838092139230561		16	4	False	False	0.9997302293777466	0					non-mobilizable	no_good_hit	2307.0	85.652	62.0	0.000601417739986539	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ENG0094_000000004721	3602	0.5365088012180623	2	2	2	2	1	True	81807	maximal	False	USA0034_01_000000015073	0.9680739615157353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2312.0	85.164	64.0	0.0006024673346462014	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0802_000000000516	14960	0.5365070028032579	17	11	8	8	6	True	21864	maximal	True	ISR0802_000000000516	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2580.0	80.34899999999999	40.0	0.0009044036524508987	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
MAD0087_000000019187	1602	0.5365031899020734	3	3	3	2	2	False	15973	maximal	True	MAD0087_000000019187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	1.3413291882429048e-05	NZ_LN879430.1	firmicutes	Herbinix luporum strain SD1D chromosome I	True	False
MON0030_000000020377	1754	0.5364999845972273	2	2	2	2	1	False	12509	fragment	False	MON0038_000000017648	0.9457863660762211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0002723888502163978	NZ_JYFN01000026.1	high GC Gram+	Frankia torreyi strain CpI1 FF36_scaffold_25.26, whole genome shotgun sequence	True	False
ISR0282_000000004324	4538	0.5364983722292053	9	4	3	4	3	False	117588	maximal	False	AST0031_000000006245	0.9388543231066295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	96.50200000000001	18.0	0.998792270531401	GQ882843.1		Uncultured organism clone VC1D585TF genomic sequence	True	False
BAN0016_000000000587	1227	0.5364941041517646	3	2	2	1	1	False	98253	maximal	True	BAN0016_000000000587	1.0		2	1	False	False	0.9991850256919861	0					non-mobilizable	no_good_hit	777.0	100.0	63.0	0.0001643395118777653	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	True	False
ENG0111_000000013887	1476	0.5364921473414557	3	2	2	2	2	False	114438	fragment	False	ENG0111_000000013887	0.9530526926036839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	77.178	16.0	3.980824185136207e-05	NZ_QXCY01000001.1	high GC Gram+	Promicromonospora thailandica strain SAI-039 Ga0222404_11, whole genome shotgun sequence	True	False
ISR0131_000000005576	4546	0.5364874000460493	6	3	2	2	3	False	43526	fragment	False	FIJ0090_000000008254	0.9578377230246389		0	0	False	False	1.0	0					non-mobilizable	other	4549.0	96.329	100.0	0.0012977738910840337	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0047_000000026997	1166	0.5364860217401882	2	2	2	1	2	False	46832	fragment	False	FIJ0047_000000026997	1.0		0	0	False	False	0.9991423487663269	0					non-mobilizable	other	1166.0	95.02600000000001	100.0	0.0002856322561932551	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0083_000000003911	2558	0.5364829276575463	3	3	3	3	3	False	16109	fragment	False	MAD0083_000000003911	1.0		0	0	False	False	0.9980453252792358	0					non-mobilizable	chromosome	2558.0	99.844	100.0	0.0007207049774304063	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
USA0034_01_000000008565	6661	0.5364820636991289	6	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.45434936698168016		0	0	False	False	0.9995496273040771	0					non-mobilizable	other	6661.0	99.204	100.0	0.11012982717274457	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0029_000000001797	7905	0.536481776288561	7	7	6	7	6	False	108272	maximal	True	MON0029_000000001797	1.0		209	13	False	False	1.0	0					non-mobilizable	no_good_hit	1936.0	83.471	61.0	0.0006727242053837456	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CAN0017_000000007952	4645	0.5364792766015549	7	5	4	5	4	False	129933	maximal	True	CAN0017_000000007952	1.0		2	2	False	False	0.9989235997200012	0					non-mobilizable	no_good_hit	2435.0	97.29	59.0	0.01991832993723353	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0779_000000020483	1678	0.5364767885100417	3	2	2	1	2	False	22335	maximal	True	ISR0779_000000020483	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000016701	1793	0.5364750595281071	1	1	1	1	1	False	35073	fragment	False	ISR0394_000000009881	0.9743638870214925		0	0	False	False	1.0	0					non-mobilizable	chromosome	1793.0	99.665	100.0	0.0002726971697929449	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
AST0140_000000007795	3584	0.5364722908806155	3	3	3	3	2	False	105614	maximal	True	AST0140_000000007795	1.0		1	1	False	False	0.998046875	0					non-mobilizable	no_good_hit								True	False
ENG0074_000000013517	1690	0.5364717898029665	3	3	3	2	3	False	62157	fragment	False	ENG0074_000000013517	1.0		0	0	False	False	0.9940828680992126	0					non-mobilizable	chromosome	1690.0	99.941	100.0	0.00032116225368053085	CP033817.1	enterobacteria	Klebsiella aerogenes strain FDAARGOS_513 chromosome, complete genome	False	False
TAN0008_000000018959	1206	0.5364702432134352	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.1928030104098481		0	0	False	False	1.0	0					non-mobilizable	other	1153.0	91.587	100.0	0.00034684513936580934	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0777_000000002421	6564	0.5364696374905108	7	2	2	2	2	False	22397	maximal	True	ISR0777_000000002421	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	76.928	22.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
CHI0142_000000001083	12879	0.536467787101616	8	6	6	5	5	False	102191	maximal	True	CHI0142_000000001083	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	1794.0	89.01899999999999	14.0	0.13978914486528699	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0286_000000003682	3808	0.5364662534766476	4	4	0	3	1	False	30078	fragment	False	ISR0286_000000003682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000043169	1348	0.5364653168598982	2	2	2	2	1	False	8851	maximal	True	MON0103_000000043169	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	2.3224224207692688e-05	NZ_AP018549.1	firmicutes	Lactobacillus paragasseri strain JCM 5343	True	False
MON0107_000000004255	9703	0.5364625235314369	8	4	1	3	1	True	51305	fragment	False	MON0107_000000004255	0.9441299790356394		0	0	False	False	0.9976295828819275	0					non-mobilizable	no_good_hit	1750.0	77.543	18.0	0.0006154776698114577	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0154_000000002026	12794	0.5364601961864288	14	12	6	8	11	True	123508	maximal	True	FIJ0154_000000002026	1.0		16	7	False	False	0.9976551532745361	0					non-mobilizable	other	12799.0	99.477	100.0	0.0022338645699967797	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
CHI0053_000000001883	6449	0.5364566230641828	2	1	1	1	1	False	129988	maximal	True	CHI0053_000000001883	1.0		56	8	False	False	1.0	0					non-mobilizable	other	4512.0	85.01799999999999	96.0	0.001357331426785115	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
ISR0324_000000007383	4300	0.5364566230641828	3	1	1	1	1	False	120500	maximal	True	ISR0324_000000007383	0.9895796884385183		42	11	False	False	0.9988372325897217	0					non-mobilizable	no_good_hit	1927.0	81.111	45.0	0.007336492527291215	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
SPA0090_000000007795	4188	0.5364566230641828	3	1	1	1	1	False	120500	maximal	False	ISR0324_000000007383	0.9860792198171124		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1815.0	80.551	43.0	0.006910576904629435	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0344_000000007440	4112	0.5364566230641828	3	1	1	1	1	False	120500	maximal	False	ISR0324_000000007383	0.9653544317761068		0	0	False	False	0.9922178983688354	0					non-mobilizable	no_good_hit	1755.0	80.684	43.0	0.006684189321412812	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
SPA0127_000000007156	4101	0.5364566230641828	3	1	1	1	1	False	120500	maximal	False	ISR0324_000000007383	0.9738613207097979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1745.0	80.28699999999999	42.0	0.006645818544596435	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0164_000000005876	4089	0.5364566230641828	4	1	1	1	1	False	120500	maximal	False	ISR0324_000000007383	0.9732910572266755		0	0	False	False	0.9990217685699463	0					non-mobilizable	no_good_hit	1689.0	80.047	41.0	0.006430942194424726	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0291_000000003086	4054	0.5364566230641828	4	1	1	1	1	False	111939	maximal	True	ISR0291_000000003086	0.987832451115832		71	9	False	False	0.9997533559799194	0					non-mobilizable	no_good_hit	1307.0	73.833	32.0	0.00035904982515586417	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0025_000000008168	4040	0.5364566230641828	3	1	1	1	1	False	120500	maximal	False	ISR0324_000000007383	0.9685665919216478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	79.712	41.0	0.006346526485428697	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0073_000000006426	4035	0.5364566230641828	4	1	1	1	1	False	111939	maximal	False	ISR0291_000000003086	0.9862934384436598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	74.33	33.0	0.0003676122216222202	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0063_000000010889	4000	0.5364566230641828	3	1	1	1	1	False	120500	maximal	False	ISR0324_000000007383	0.9661127593153607		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1698.0	80.094	42.0	0.006465475893559465	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
SPA0120_000000012765	3288	0.5364566230641828	2	1	1	1	1	False	111937	fragment	False	SPA0120_000000012765	1.0		0	0	False	False	0.9933090209960938	0					non-mobilizable	no_good_hit	1122.0	81.907	34.0	0.0003050814097166789	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ENG0129_000000008687	3060	0.5364566230641828	2	1	1	1	1	False	111936	fragment	False	ENG0129_000000008687	1.0		0	0	False	False	0.9996731877326965	0					non-mobilizable	no_good_hit	1152.0	81.597	37.0	0.0003132825228811057	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
MON0044_000000016677	2962	0.5364566230641828	3	1	1	1	1	False	129985	maximal	True	MON0044_000000016677	1.0		93	8	False	False	1.0	0					non-mobilizable	chromosome	2972.0	98.85600000000001	100.0	0.0009008558281976061	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
AST0007_000000006382	2939	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9810417697853723		0	0	False	False	0.9996597766876221	0					non-mobilizable	other	2653.0	99.887	90.0	0.0008858656330231467	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ENG0033_000000008996	2922	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9929385293800749		0	0	False	False	1.0	0					non-mobilizable	other	2922.0	100.0	100.0	0.0009757215362219501	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
FIJ0030_000000011812	2787	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9621193866363519		0	0	False	False	0.9992823600769043	0					non-mobilizable	other	2787.0	100.0	100.0	0.0009306265662151157	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0370_000000009423	2780	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9510424589111047		0	0	False	False	1.0	0					non-mobilizable	other	2780.0	98.633	99.0	0.004926842774082251	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ENG0208_000000011092	2777	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9842554257196765		0	0	False	False	1.0	0					non-mobilizable	other	2776.0	99.89200000000001	100.0	0.0009269521612515958	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ENG0211_000000009602	2742	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.982045557771219		0	0	False	False	1.0	0					non-mobilizable	other	2742.0	99.964	100.0	0.000915594909546171	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
SPA0069_000000008835	2706	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.902410042908379		0	0	False	False	1.0	0					non-mobilizable	other	2706.0	100.0	100.0	0.0009035695842110151	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ENG0060_000000010979	2646	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9544764092945401		0	0	False	False	1.0	0					non-mobilizable	other	2646.0	100.0	100.0	0.0008835273753190887	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
AST0090_000000008911	2644	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.8038271645763588		0	0	False	False	1.0	0					non-mobilizable	other	2569.0	99.883	97.0	0.0008578065405744498	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ENG0152_000000008855	2617	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9230234018191127		0	0	False	False	1.0	0					non-mobilizable	other	2606.0	99.80799999999999	99.0	0.004623352098877617	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
MON0025_000000014307	2612	0.5364566230641828	3	1	1	1	1	False	129978	fragment	False	MON0025_000000014307	1.0		0	0	False	False	0.9961715340614319	0					non-mobilizable	other	2612.0	99.885	100.0	0.004710097214530406	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0784_000000004769	2582	0.5364566230641828	3	1	1	1	1	False	22233	maximal	True	ISR0784_000000004769	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1541.0	75.406	59.0	0.005724919901003396	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0146_000000015609	2567	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9217014006295262		0	0	False	False	1.0	0					non-mobilizable	other	2567.0	100.0	100.0	0.0008571384669447189	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ENG0009_000000004720	2561	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9208901143395053		0	0	False	False	1.0	0					non-mobilizable	other	2561.0	100.0	100.0	0.0008551342460555262	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
FIJ0046_000000011709	2556	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9204761368898301		0	0	False	False	1.0	0					non-mobilizable	other	2556.0	100.0	100.0	0.0008534640619811991	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
AST0025_000000013969	2554	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9201919805367801		0	0	False	False	1.0	0					non-mobilizable	other	2554.0	100.0	100.0	0.0008527959883514682	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
DEN0085_000000012011	2547	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.868604079426181		0	0	False	False	1.0	0					non-mobilizable	other	2547.0	100.0	100.0	0.0008504577306474101	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
DEN0096_000000017357	2547	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.9192310486900778		0	0	False	False	1.0	0					non-mobilizable	other	2547.0	100.0	100.0	0.0008504577306474101	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
SPA0074_000000009177	2546	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.8694275453789314		0	0	False	False	1.0	0					non-mobilizable	other	2546.0	100.0	100.0	0.0008501236938325446	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0855_000000006297	2528	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.7226846863267121		0	0	False	False	0.9984177350997925	0					non-mobilizable	other	2528.0	100.0	100.0	0.0008441110311649668	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
SPA0071_000000009358	2516	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.5242887346800548		0	0	False	False	0.9980127215385437	0					non-mobilizable	other	2498.0	100.0	100.0	0.0008340899267190036	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
FIJ0096_000000014156	2506	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.7888841861127589		0	0	False	False	1.0	0					non-mobilizable	other	2506.0	99.96	100.0	0.0044458721718573626	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
DEN0078_000000012318	2490	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.8398351461870505		0	0	False	False	1.0	0					non-mobilizable	other	2490.0	99.96	100.0	0.00083141763220008	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0072_000000011331	2490	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.8399682580986318		0	0	False	False	0.9991967678070068	0					non-mobilizable	other	2490.0	100.0	100.0	0.00083141763220008	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
DEN0052_000000017121	2490	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.8395481049206269		0	0	False	False	1.0	0					non-mobilizable	other	2488.0	99.96	99.0	0.0008307495585703491	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0781_000000011304	2483	0.5364566230641828	1	1	1	1	1	False	111935	fragment	False	ISR0781_000000011304	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	74.104	53.0	0.0022912658578314793	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
USA0036_01_000000014079	2478	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.8143162804842642		0	0	False	False	1.0	0					non-mobilizable	other	2478.0	100.0	100.0	0.0008274091904216948	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
FIJ0046_000000012144	2475	0.5364566230641828	2	1	1	1	1	False	46979	maximal	True	FIJ0046_000000012144	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	79.563	47.0	0.004504729198242618	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0198_000000013383	2475	0.5364566230641828	3	1	1	1	1	False	110702	maximal	True	ISR0198_000000013383	0.987133767972227		79	8	False	False	1.0	0					non-mobilizable	no_good_hit	2068.0	90.861	83.0	0.0006244299127341045	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0383_000000005522	2469	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.7645676606442716		0	0	False	False	0.9947347044944763	0					non-mobilizable	other	2469.0	100.0	100.0	0.004380204598859869	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
DEN0031_000000013816	2463	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.7790813116011753		0	0	False	False	1.0	0					non-mobilizable	other	2463.0	99.959	100.0	0.0008223986381987132	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ENG0150_000000006765	2448	0.5364566230641828	1	1	1	1	1	False	109795	maximal	True	ENG0150_000000006765	1.0		2	1	False	False	0.9922385811805725	0					non-mobilizable	no_good_hit	2130.0	92.86399999999999	87.0	0.0005857257194557539	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AST0010_000000011921	2437	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.6848152706850479		0	0	False	False	0.9991793036460876	0					non-mobilizable	other	2437.0	99.91799999999999	100.0	0.0043198614236729825	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ENG0131_000000011035	2414	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.6674816785018391		0	0	False	False	1.0	0					non-mobilizable	other	2414.0	100.0	100.0	0.004282590638998729	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
DEN0073_000000021595	2399	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.7515548996327821		0	0	False	False	1.0	0					non-mobilizable	other	2399.0	99.958	100.0	0.000801020282047325	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0790_000000006759	2394	0.5364566230641828	2	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9674198259097831		0	0	False	False	1.0	0					non-mobilizable	other	2290.0	78.646	95.0	0.004018145547738551	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
MON0081_000000023512	2358	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.3743279410999271		0	0	False	False	0.9766751527786255	0					non-mobilizable	other	2259.0	99.956	96.0	0.004007496752117336	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
FIJ0083_000000015068	2356	0.5364566230641828	2	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.4756313062974192		0	0	False	False	1.0	0					non-mobilizable	other	2356.0	100.0	100.0	0.0007866566990081111	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
SPA0126_000000018026	2350	0.5364566230641828	2	1	1	1	1	False	110702	maximal	False	ISR0198_000000013383	0.9779803697526596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1912.0	89.749	81.0	0.0005766295608872109	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
AUS0018_000000012084	2318	0.5364566230641828	2	1	1	1	1	False	110702	maximal	False	ISR0198_000000013383	0.9682533541278209		0	0	False	False	0.9995685815811157	0					non-mobilizable	no_good_hit	1912.0	89.958	82.0	0.0005769320947596595	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
AUS0020_000000011923	2311	0.5364566230641828	2	1	1	1	1	False	110702	maximal	False	ISR0198_000000013383	0.9791506225492501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1906.0	89.71700000000001	82.0	0.0005748143576525187	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
FIJ0141_000000012698	2298	0.5364566230641828	2	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9643110261630963		0	0	False	False	1.0	0					non-mobilizable	other	2170.0	77.788	94.0	0.003808719233854651	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
FIJ0002_000000015527	2294	0.5364566230641828	1	1	1	1	1	False	52398	fragment	False	FIJ0002_000000015527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1801.0	80.455	78.0	0.006856857817086507	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
AST0094_000000009731	2287	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.39820523866618973		0	0	False	False	1.0	0					non-mobilizable	other	2290.0	99.60700000000001	100.0	0.0007642762324121266	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
DEN0094_000000015989	2278	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.4225362263383217		0	0	False	False	1.0	0					non-mobilizable	other	2278.0	100.0	100.0	0.0007606018274486068	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ENG0068_000000010598	2272	0.5364566230641828	2	1	1	1	1	False	62612	maximal	True	ENG0068_000000010598	1.0		3	1	False	False	1.0	0					non-mobilizable	other	2071.0	77.982	90.0	0.0015745807261696248	NZ_DS560019.1	firmicutes	Anaerofustis stercorihominis DSM 17244 Scfld_02_4, whole genome shotgun sequence	False	False
USA0005_01_000000014706	2258	0.5364566230641828	2	1	1	1	1	False	110702	maximal	False	ISR0198_000000013383	0.9683844597297135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1853.0	89.90799999999999	82.0	0.0005587800624127379	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0849_000000012137	2256	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.3729054428141138		0	0	False	False	1.0	0					non-mobilizable	other	2256.0	100.0	100.0	0.004002172354306728	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
FIJ0112_000000012133	2241	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9141047515454311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1978.0	77.705	88.0	0.0034750569710565735	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
FIJ0038_000000015476	2241	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9159614454021057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1978.0	77.604	88.0	0.0034750569710565735	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
SPA0031_000000014180	2227	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.2749166933432307		0	0	False	False	1.0	0					non-mobilizable	other	2227.0	100.0	100.0	0.003950703175470854	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ENG0072_000000005084	2189	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.4115221050100013		0	0	False	False	1.0	0					non-mobilizable	other	2113.0	93.42200000000001	96.0	0.0005612787894901146	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0174_000000011312	2185	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9155300200411092		0	0	False	False	0.9995423555374146	0					non-mobilizable	no_good_hit	1966.0	77.67	89.0	0.003453759379814143	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
MON0055_000000010187	2180	0.5364566230641828	1	1	1	1	1	False	127135	fragment	False	ENG0033_000000008996	0.19749120969231443		0	0	False	False	0.9949541091918945	0					non-mobilizable	other	2179.0	99.954	99.0	0.003865512810501132	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ENG0168_000000013941	2171	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9089495658407948		0	0	False	False	1.0	0					non-mobilizable	other	1964.0	77.699	90.0	0.0005539870513732372	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AUS0010_000000011155	2164	0.5364566230641828	2	1	1	1	1	False	110702	maximal	False	ISR0198_000000013383	0.8336034887666276		0	0	False	False	0.9995378851890564	0					non-mobilizable	no_good_hit	1774.0	89.515	82.0	0.0005351824203617397	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0159_000000010583	2161	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9396170759673091		0	0	False	False	1.0	0					non-mobilizable	other	2012.0	78.082	92.0	0.0035336253469732573	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
DEN0072_000000008064	2143	0.5364566230641828	1	1	1	1	1	False	111237	fragment	False	FIJ0021_000000022980	0.9500618092906569		0	0	False	False	1.0	0					non-mobilizable	other	2074.0	99.904	97.0	0.0036791588871298657	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ENG0136_000000005347	2143	0.5364566230641828	1	1	1	1	1	False	58042	maximal	True	ENG0136_000000005347	1.0		7	4	False	False	0.9995333552360535	0					non-mobilizable	no_good_hit	1002.0	84.83	47.0	0.00026473728538175357	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ENG0174_000000008735	2141	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9388265580934708		0	0	False	False	1.0	0					non-mobilizable	other	2011.0	78.22	93.0	0.0005682577121504973	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0138_000000012324	2131	0.5364566230641828	1	1	1	1	1	False	110702	maximal	False	ISR0198_000000013383	0.8246335253305261		0	0	False	False	0.9981229305267334	0					non-mobilizable	no_good_hit	1746.0	89.462	82.0	0.0005267114719331764	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ISR0089_000000013470	2128	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9394156532003026		0	0	False	False	1.0	0					non-mobilizable	other	2000.0	77.95	93.0	0.0035141025550010294	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ISR0084_000000011936	2127	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9397656203519127		0	0	False	False	1.0	0					non-mobilizable	other	1999.0	77.98899999999999	93.0	0.003512327755730827	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
MON0028_000000012003	2126	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.8624470374238322		0	0	False	False	1.0	0					non-mobilizable	other	1978.0	77.553	92.0	0.0034750569710565735	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
FIJ0120_000000011213	2124	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9395676189025589		0	0	False	False	1.0	0					non-mobilizable	other	1996.0	78.006	93.0	0.0035070033579202194	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ISR0115_000000016135	2117	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9356943040670438		0	0	False	False	1.0	0					non-mobilizable	other	1997.0	77.817	94.0	0.003508778157190422	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
USA0018_01_000000011009	2113	0.5364566230641828	1	1	1	1	1	False	45316	maximal	True	USA0018_01_000000011009	1.0		75	8	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	99.89	86.0	0.0032123866790665975	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
FIJ0021_000000022980	2105	0.5364566230641828	1	1	1	1	1	False	111237	fragment	False	FIJ0021_000000022980	0.9578141789270243		0	0	False	False	1.0	0					non-mobilizable	other	2027.0	100.0	96.0	0.003595743321430346	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ISR0255_000000015067	2105	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9074407370008053		0	0	False	False	1.0	0					non-mobilizable	other	1989.0	77.778	94.0	0.003489255365218194	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
FIJ0021_000000023010	2101	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9099848435432905		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	77.75	93.0	0.003466182974705561	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
FIJ0108_000000010908	2093	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.9066052922384527		0	0	False	False	0.9971333146095276	0					non-mobilizable	other	1972.0	77.586	93.0	0.003464408175435358	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ISR0840_000000007668	2088	0.5364566230641828	1	1	1	1	1	False	111237	fragment	False	FIJ0021_000000022980	0.6570071258907363		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	99.949	94.0	0.003499904160839409	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ITA0006_000000011542	2083	0.5364566230641828	1	1	1	1	1	False	111934	fragment	False	ITA0006_000000011542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	81.51	55.0	0.0003132825228811057	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
MON0004_000000020299	2080	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.37319410486830057		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	97.039	95.0	0.005659496489016067	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
USA0102_01_000000006517	2075	0.5364566230641828	2	1	1	1	1	False	110702	maximal	False	ISR0198_000000013383	0.4611375118857484		0	0	False	False	0.9903614521026611	0					non-mobilizable	no_good_hit	1667.0	91.72200000000001	80.0	0.0005034163637546269	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MON0087_000000024658	2052	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.7101458222422024		0	0	False	False	1.0	0					non-mobilizable	other	1852.0	82.667	90.0	0.007075571244939854	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
CHI0140_000000014374	2046	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.6028528774545743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	79.933	86.0	0.0004687282397490566	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
USA0006_01_000000011839	2041	0.5364566230641828	1	1	1	1	1	False	57422	maximal	True	USA0006_01_000000011839	0.989013796627491		34	7	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	87.656	62.0	0.00021623340679647498	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MON0033_000000030493	2039	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.8416667297100372		0	0	False	False	1.0	0					non-mobilizable	other	1852.0	82.721	91.0	0.007075571244939854	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
DEN0029_000000006530	2039	0.5364566230641828	3	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.33159985991633184		0	0	False	False	0.9936243295669556	0					non-mobilizable	other	2039.0	96.51799999999999	100.0	0.03691895221187638	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
MON0051_000000017249	2035	0.5364566230641828	2	1	1	1	1	False	107746	maximal	True	MON0051_000000017249	1.0		2	1	False	False	0.9926289916038513	0					non-mobilizable	other	1856.0	84.698	91.0	0.0071024307887113175	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
MAD0033_000000009891	2032	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.8387534306653001		0	0	False	False	1.0	0					non-mobilizable	other	1902.0	77.55	93.0	0.003345496624331788	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ISR0143_000000014714	2022	0.5364566230641828	1	1	1	1	1	False	129974	maximal	True	ISR0143_000000014714	1.0		23	6	False	False	1.0	0					non-mobilizable	other	1968.0	92.68299999999999	100.0	0.0007059169919175018	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
CHI0133_000000009355	2019	0.5364566230641828	1	1	1	1	1	False	129977	fragment	False	DEN0005_000000018159	0.9060853392518733		0	0	False	False	1.0	0					non-mobilizable	other	1845.0	98.32	100.0	0.003326472333816189	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0005_000000018159	2004	0.5364566230641828	1	1	1	1	1	False	129977	fragment	False	DEN0005_000000018159	0.9760920965648029		0	0	False	False	0.9965069890022278	0					non-mobilizable	other	2003.0	100.0	99.0	0.003611495451355754	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0106_000000019314	2004	0.5364566230641828	1	1	1	1	1	False	129977	fragment	False	DEN0005_000000018159	0.9752098288627653		0	0	False	False	1.0	0					non-mobilizable	other	2004.0	100.0	100.0	0.00361329939513765	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0781_000000014477	2002	0.5364566230641828	2	1	1	1	1	False	120025	maximal	False	ISR0115_000000018065	0.9535402907086963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1272.0	84.82700000000001	63.0	0.002246895876076416	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ISR0375_000000011103	2002	0.5364566230641828	1	1	1	1	1	False	129977	fragment	False	DEN0005_000000018159	0.9755882091419601		0	0	False	False	0.9995005130767822	0					non-mobilizable	other	2002.0	100.0	100.0	0.003609691507573858	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0092_000000014199	1998	0.5364566230641828	1	1	1	1	1	False	129977	fragment	False	DEN0005_000000018159	0.9720464754219106		0	0	False	False	0.9954954981803894	0					non-mobilizable	other	1998.0	100.0	100.0	0.003602475732446274	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0052_000000013901	1997	0.5364566230641828	1	1	1	1	1	False	129977	fragment	False	DEN0005_000000018159	0.9726075514422463		0	0	False	False	1.0	0					non-mobilizable	other	1997.0	100.0	100.0	0.003600671788664378	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0175_000000012823	1994	0.5364566230641828	1	1	1	1	1	False	129977	fragment	False	DEN0005_000000018159	0.9738493904205388		0	0	False	False	1.0	0					non-mobilizable	other	1994.0	100.0	100.0	0.00359525995731869	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0090_000000030112	1994	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.7766559937928931		0	0	False	False	1.0	0					non-mobilizable	other	1843.0	80.62899999999999	92.0	0.0004854401124735561	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0378_000000014681	1978	0.5364566230641828	1	1	1	1	1	False	129977	fragment	False	DEN0005_000000018159	0.9190815903271594		0	0	False	False	0.9838220477104187	0					non-mobilizable	other	1978.0	93.175	100.0	0.0035663968568083546	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0144_000000008042	1965	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.7428446614192835		0	0	False	False	1.0	0					non-mobilizable	other	1842.0	80.456	93.0	0.0004854401124735561	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
MON0037_000000036799	1961	0.5364566230641828	1	1	1	1	1	False	12094	maximal	True	MON0037_000000036799	1.0		2	1	False	False	0.9994900822639465	0					non-mobilizable	no_good_hit								True	False
ENG0146_000000011761	1957	0.5364566230641828	1	1	1	1	1	False	57422	maximal	False	USA0006_01_000000011839	0.9688878000979911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	87.51700000000001	65.0	0.00021623340679647498	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0385_000000011619	1950	0.5364566230641828	1	1	1	1	1	False	129980	maximal	True	ISR0385_000000011619	1.0		112	8	False	False	0.9994871616363525	0					non-mobilizable	other	1951.0	95.59200000000001	100.0	0.0006998129284065162	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ISR0783_000000007094	1950	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2402991641112037		0	0	False	False	0.9933333396911621	0					non-mobilizable	other	1802.0	95.17200000000001	94.0	0.005700783500439866	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
USA0069_01_000000031321	1948	0.5364566230641828	1	1	1	1	1	False	773	maximal	True	USA0069_01_000000031321	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	82.17	67.0	0.0050035492968555145	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
DEN0045_000000020868	1944	0.5364566230641828	2	1	1	1	1	False	120025	maximal	False	ISR0115_000000018065	0.8659136399409988		0	0	False	False	0.9984567761421204	0					non-mobilizable	no_good_hit	1055.0	87.39299999999999	54.0	0.000278796479896015	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0260_000000007247	1943	0.5364566230641828	1	1	1	1	1	False	110699	fragment	False	ISR0260_000000007247	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	95.728	100.0	0.000584552984111362	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
USA0034_01_000000027029	1942	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.40677512851657094		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	79.977	90.0	0.0004631576155075568	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
AST0055_000000018377	1934	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.6834275803936651		0	0	False	False	1.0	0					non-mobilizable	other	1825.0	80.329	94.0	0.0004809305595161515	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0115_000000018065	1921	0.5364566230641828	1	1	1	1	1	False	120025	maximal	True	ISR0115_000000018065	0.9749189278157334		117	9	False	False	0.9916710257530212	0					non-mobilizable	no_good_hit	1075.0	82.605	56.0	0.001899035219116718	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
USA0101_01_000000016631	1910	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.30099927015191785		0	0	False	False	0.9926701784133911	0					non-mobilizable	other	1910.0	99.319	100.0	0.03458208035940727	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ENG0004_000000013855	1901	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3810555683753702		0	0	False	False	0.9968437552452087	0					non-mobilizable	chromosome	1901.0	99.316	100.0	0.0004228472844747391	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0206_000000013425	1898	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2061164979387641		0	0	False	False	1.0	0					non-mobilizable	other	1719.0	94.648	91.0	0.0005968593663146192	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0082_000000016737	1891	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.46127297395820377		0	0	False	False	0.9888947606086731	0					non-mobilizable	other	1759.0	79.704	92.0	0.0004634228833285806	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
FIJ0058_000000021463	1890	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.3989024149227082		0	0	False	False	0.9984126687049866	0					non-mobilizable	other	1752.0	78.995	92.0	0.003091700328692825	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
AST0099_000000011263	1889	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.38170777802335815		0	0	False	False	1.0	0					non-mobilizable	other	1889.0	99.735	100.0	0.0005649851077945501	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0124_000000016564	1881	0.5364566230641828	1	1	1	1	1	False	77054	maximal	True	ENG0124_000000016564	1.0		4	3	False	False	0.9994683861732483	0					non-mobilizable	no_good_hit	1475.0	89.695	78.0	0.00022206406647249632	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
FIJ0046_000000017061	1876	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.40272206736141714		0	0	False	False	1.0	0					non-mobilizable	other	1743.0	79.69	92.0	0.0004591785981921998	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0232_000000015069	1872	0.5364566230641828	1	1	1	1	1	False	120025	maximal	False	ISR0115_000000018065	0.8533148574227951		0	0	False	False	0.9919871687889099	0					non-mobilizable	no_good_hit	1030.0	87.087	55.0	0.00027216478437042	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ENG0082_000000010994	1868	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.397923172484099		0	0	False	False	1.0	0					non-mobilizable	other	1868.0	98.715	100.0	0.0005587008454726827	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0082_000000010998	1867	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3734294128329937		0	0	False	False	1.0	0					non-mobilizable	chromosome	1867.0	99.25	100.0	0.0004152805435946648	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0348_000000008955	1863	0.5364566230641828	2	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.1966904266647782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1639.0	79.07300000000001	87.0	0.0004318560126267483	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0345_000000006514	1858	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.37961762397925375		0	0	False	False	0.9989235997200012	0					non-mobilizable	other	1858.0	98.385	100.0	0.033640085504148404	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ENG0184_000000012064	1856	0.5364566230641828	1	1	1	1	1	False	120025	maximal	False	ISR0115_000000018065	0.9602312252066264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	88.046	60.0	0.0002963041560835859	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
SPA0145_000000018769	1852	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.37061080928952406		0	0	False	False	1.0	0					non-mobilizable	chromosome	1852.0	99.244	100.0	0.00041194227555933793	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0009_01_000000013550	1848	0.5364566230641828	1	1	1	1	1	False	2094	fragment	False	USA0009_01_000000013550	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	80.10600000000001	91.0	0.006450127582832915	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
MON0104_000000024707	1843	0.5364566230641828	1	1	1	1	1	False	56331	maximal	True	MON0104_000000024707	1.0		27	8	False	False	1.0	0					non-mobilizable	chromosome	1687.0	81.565	91.0	0.0002549398981092744	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
SPA0055_000000017017	1828	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.3168207943256983		0	0	False	False	1.0	0					non-mobilizable	other	1716.0	79.545	93.0	0.0004520163670245572	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
FIJ0066_000000017947	1826	0.5364566230641828	1	1	1	1	1	False	45315	fragment	False	FIJ0066_000000017947	0.9670575097710776		0	0	False	False	0.9978094100952148	0					non-mobilizable	other	1750.0	99.829	96.0	0.003104123923584243	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
FIJ0104_000000014720	1813	0.5364566230641828	1	1	1	1	1	False	120025	maximal	False	ISR0115_000000018065	0.9580103388358734		0	0	False	False	0.9961389899253845	0					non-mobilizable	no_good_hit	1077.0	87.55799999999999	59.0	0.0002846323719585386	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0013_000000014311	1809	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3533204869887734		0	0	False	False	1.0	0					non-mobilizable	chromosome	1809.0	99.889	100.0	0.0004023725738580675	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0081_000000019935	1800	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.303058655317403		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	78.96600000000001	92.0	0.0029355179929150014	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ENG0150_000000009536	1795	0.5364566230641828	2	1	1	1	1	False	57152	maximal	True	ENG0150_000000009536	1.0		28	7	False	False	0.9977715611457825	0					non-mobilizable	no_good_hit	1192.0	76.09100000000001	73.0	0.00035687546943429367	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
DEN0011_000000025482	1792	0.5364566230641828	1	1	1	1	1	False	120025	maximal	False	ISR0115_000000018065	0.8437929968172069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1055.0	87.39299999999999	59.0	0.000278796479896015	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
MON0054_000000026912	1791	0.5364566230641828	1	1	1	1	1	False	45315	fragment	False	FIJ0066_000000017947	0.9583789704271632		0	0	False	False	0.9960915446281433	0					non-mobilizable	other	1793.0	96.765	100.0	0.003178665492932749	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
MON0005_000000030400	1786	0.5364566230641828	1	1	1	1	1	False	113780	fragment	False	ISR0370_000000011413	0.28432079089441537		0	0	False	False	0.9938409924507141	0					non-mobilizable	other	1695.0	79.41	94.0	0.00044644574278305735	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0138_000000011019	1784	0.5364566230641828	1	1	1	1	1	False	120025	maximal	False	ISR0115_000000018065	0.8407775034931099		0	0	False	False	0.9977578520774841	0					non-mobilizable	no_good_hit	1047.0	87.29700000000001	59.0	0.0002766743373278246	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
AST0085_000000006168	1778	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3346859307921854		0	0	False	False	1.0	0					non-mobilizable	chromosome	1778.0	99.944	100.0	0.0003954734865850586	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0819_000000014870	1778	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3527426282210015		0	0	False	False	0.9988751411437988	0					non-mobilizable	chromosome	1778.0	98.819	100.0	0.0004946932526011762	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0248_000000002391	1776	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3889512268547442		0	0	False	False	1.0	0					non-mobilizable	chromosome	1776.0	98.42299999999999	100.0	0.0004941364791035946	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0122_000000008066	1765	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.368196337968334		0	0	False	False	1.0	0					non-mobilizable	chromosome	1765.0	99.26299999999999	100.0	0.00039258032095444196	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AST0150_000000015835	1762	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.30063201334878287		0	0	False	False	1.0	0					non-mobilizable	chromosome	1752.0	99.943	99.0	0.00038968715532382536	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0006_000000012820	1762	0.5364566230641828	1	1	1	1	1	False	110698	fragment	False	ENG0006_000000012820	0.9979265402843602		0	0	False	False	0.9971623420715332	0					non-mobilizable	other	1762.0	99.943	100.0	0.0005327621493821502	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0013_000000014851	1751	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3435468834515433		0	0	False	False	0.9994288682937622	0					non-mobilizable	chromosome	1751.0	98.515	100.0	0.0004871768103838257	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0087_000000029310	1742	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3142333290289506		0	0	False	False	1.0	0					non-mobilizable	other	1742.0	92.537	100.0	0.0006251279160368111	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
FIJ0017_000000016723	1739	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3581944088717903		0	0	False	False	0.9959747195243835	0					non-mobilizable	other	1739.0	97.24	100.0	0.000520097519781212	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0093_000000014548	1737	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.33753465463151044		0	0	False	False	1.0	0					non-mobilizable	other	1737.0	98.618	100.0	0.0005194990186077008	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0129_000000014545	1735	0.5364566230641828	1	1	1	1	1	False	129984	maximal	True	CHI0129_000000014545	1.0		7	3	False	False	1.0	0					non-mobilizable	chromosome	1518.0	90.382	90.0	0.0003373876227703708	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0035_000000012853	1731	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.35441503828732074		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	97.74700000000001	100.0	0.0313394442230354	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ENG0064_000000012837	1730	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2089462305434645		0	0	False	False	1.0	0					non-mobilizable	other	1682.0	97.8	100.0	0.005776334553201725	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0383_000000008557	1715	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.4041099083203211		0	0	False	False	1.0	0					non-mobilizable	chromosome	1715.0	97.551	100.0	0.00047715488742735846	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0105_000000031794	1713	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3372494739978706		0	0	False	False	0.9970811605453491	0					non-mobilizable	other	1713.0	97.14	100.0	0.0019060385349332775	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0189_000000010120	1713	0.5364566230641828	1	1	1	1	1	False	54840	maximal	True	ENG0189_000000010120	1.0		0	0	False	False	0.9982486963272095	0					non-mobilizable	no_good_hit	1071.0	76.28399999999999	62.0	0.004051954031809374	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	False
AST0060_000000017469	1709	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.32938476335612643		0	0	False	False	0.99941486120224	0					non-mobilizable	chromosome	1709.0	99.941	100.0	0.00038011745362255496	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0072_01_000000010669	1708	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2105911346514605		0	0	False	False	0.9970725774765015	0					non-mobilizable	other	1708.0	96.07700000000001	100.0	0.007367030918224662	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
MON0088_000000018838	1701	0.5364566230641828	2	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.5884867257161215		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	96.414	100.0	0.005399070724650569	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
AST0061_000000024816	1694	0.5364566230641828	1	1	1	1	1	False	111933	fragment	False	AST0061_000000024816	1.0		0	0	False	False	0.996458113193512	0					non-mobilizable	no_good_hit	1076.0	81.041	63.0	0.00029250636953122435	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
AST0116_000000015970	1693	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3318230064179951		0	0	False	False	1.0	0					non-mobilizable	chromosome	1693.0	99.941	100.0	0.0003765566343848729	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0116_000000009486	1690	0.5364566230641828	1	1	1	1	1	False	129976	fragment	False	CHI0116_000000009486	0.9919786096256684		0	0	False	False	1.0	0					non-mobilizable	other	1690.0	100.0	100.0	0.003046861047622312	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0266_000000011627	1683	0.5364566230641828	1	1	1	1	1	False	129976	fragment	False	CHI0116_000000009486	0.9899408284023667		0	0	False	False	0.9982174634933472	0					non-mobilizable	other	1683.0	98.515	100.0	0.00303423344114904	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0093_000000027475	1655	0.5364566230641828	1	1	1	1	1	False	92064	fragment	False	MON0093_000000027475	1.0		0	0	False	False	0.990332305431366	0					non-mobilizable	other	1657.0	93.42200000000001	100.0	0.000498119853539512	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
DEN0093_000000019664	1627	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.300929893649929		0	0	False	False	0.9963122606277466	0					non-mobilizable	other	1628.0	94.595	100.0	0.00043300170246582094	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MON0066_000000021717	1620	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.27302603689202104		0	0	False	False	0.999382734298706	0					non-mobilizable	other	1620.0	99.383	100.0	0.008762007847381952	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
USA0023_01_000000018850	1618	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.1396359929860125		0	0	False	False	0.9981458783149719	0					non-mobilizable	other	1618.0	99.93799999999999	100.0	0.0009555568556329102	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0212_000000022188	1613	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.29740421891217317		0	0	False	False	1.0	0					non-mobilizable	chromosome	1613.0	99.814	100.0	0.00035875253819646287	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0039_000000030202	1613	0.5364566230641828	1	1	1	1	1	False	11921	maximal	True	MON0039_000000030202	1.0		13	4	False	False	0.9987601041793823	0					non-mobilizable	other	1608.0	91.045	99.0	0.00042442851363808185	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0015_000000010883	1608	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.3132230415737066		0	0	False	False	1.0	0					non-mobilizable	other	1615.0	93.932	100.0	0.00042874354190069916	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
SPA0045_000000015939	1598	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2932843428496696		0	0	False	False	1.0	0					non-mobilizable	chromosome	1598.0	100.0	100.0	0.000355414270161136	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0055_000000012154	1584	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.30470765916864395		0	0	False	False	0.9987373948097229	0					non-mobilizable	chromosome	1584.0	99.93700000000001	100.0	0.00035229855332816423	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0021_000000023384	1571	0.5364566230641828	1	1	1	1	1	False	74735	fragment	False	DEN0021_000000023384	1.0		0	0	False	False	0.9987269043922424	0					non-mobilizable	no_good_hit	1131.0	74.005	71.0	0.001964702792114212	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
MAD0032_000000010873	1566	0.5364566230641828	1	1	1	1	1	False	18915	maximal	True	MAD0032_000000010873	1.0		4	2	False	False	0.9993614554405212	0					non-mobilizable	no_good_hit	1101.0	77.929	70.0	0.0003273617175317107	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
SPA0142_000000017315	1559	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2880839058429631		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	99.80799999999999	100.0	0.00046623241416520605	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0153_000000018656	1551	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.21975471142591882		0	0	False	False	1.0	0					non-mobilizable	chromosome	1551.0	96.77600000000001	100.0	0.00034495436365044506	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0063_000000011721	1532	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2848697056113302		0	0	False	False	1.0	0					non-mobilizable	chromosome	1532.0	100.0	100.0	0.00034072589080569765	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0148_000000018997	1532	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.25893047939513136		0	0	False	False	0.9954308271408081	0					non-mobilizable	other	1503.0	95.742	96.0	0.00039973482305080704	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0118_000000009497	1524	0.5364566230641828	1	1	1	1	1	False	129975	fragment	False	ENG0118_000000009497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	100.0	95.0	0.0026066987648396926	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0064_000000013654	1521	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.20204384840888992		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	99.211	100.0	0.0008982352631799774	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
AST0084_000000023576	1505	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2796790755810217		0	0	False	False	0.999335527420044	0					non-mobilizable	chromosome	1505.0	98.14	100.0	0.0003347170083421093	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0010_000000014664	1495	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.19289832463326392		0	0	False	False	1.0	0					non-mobilizable	other	1495.0	98.729	100.0	0.0016633303570036896	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0127_000000017786	1494	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.2052734439428868		0	0	False	False	0.9993306398391724	0					non-mobilizable	other	1494.0	98.527	100.0	0.005130319742968576	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0025_000000025589	1492	0.5364566230641828	1	1	1	1	1	False	120022	fragment	False	AST0025_000000025589	0.989766081871345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	86.789	66.0	0.00025996246460332513	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
SPA0063_000000012089	1487	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.18147185778331693		0	0	False	False	0.9973100423812866	0					non-mobilizable	other	1487.0	98.92399999999999	100.0	0.0008781431586088463	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0117_000000025685	1461	0.5364566230641828	1	1	1	1	1	False	107745	fragment	False	AST0104_000000022996	0.933531746031746		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	83.23	99.0	0.005544577249966425	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	False
ISR0322_000000008512	1460	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.20510136564736559		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	98.35600000000001	100.0	0.0016243634477030677	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
USA0037_01_000000023206	1456	0.5364566230641828	1	1	1	1	1	False	129965	fragment	False	FIJ0121_000000010166	0.33468087871476687		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	92.926	100.0	0.0003872264763907618	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
DEN0064_000000006446	5210	0.5364549965175757	7	4	2	2	4	False	71343	maximal	True	DEN0064_000000006446	1.0		3	3	False	False	0.9976967573165894	0					non-mobilizable	no_good_hit	1050.0	76.857	20.0	0.00032423486974223327	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
TAN0007_000000021015	1910	0.5364530299445158	2	2	2	2	2	False	2820	maximal	True	TAN0007_000000021015	1.0		626	15	False	False	0.9890052080154419	0					non-mobilizable	no_good_hit	760.0	74.47399999999999	40.0	0.0003160637073769856	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0115_000000001000	7224	0.536440209193655	4	4	3	4	4	False	103508	fragment	False	CHI0115_000000001000	0.9641216991963261		0	0	False	False	1.0	0		MOBF,MOBF			mobilizable	plasmid	6982.0	96.87799999999999	98.0	0.06476787558019478	CP014321.1	enterobacteria	Escherichia coli JJ1887 plasmid pJJ1887-4, complete sequence	False	True
MAD0057_000000002069	6968	0.536440209193655	4	4	3	4	4	False	103508	fragment	False	CHI0115_000000001000	0.9477436323366556		0	0	False	False	1.0	0		MOBF,MOBF			mobilizable	plasmid	6971.0	97.50399999999999	100.0	0.10087890766401691	CP056798.1	enterobacteria	Escherichia coli strain RHBSTW-00177 plasmid pRHBSTW-00177_5, complete sequence	False	True
AST0048_000000003466	4874	0.5364399464914481	5	2	2	2	1	False	114983	fragment	False	AST0048_000000003466	1.0		0	0	False	False	0.9977431297302246	0					non-mobilizable	no_good_hit	266.0	87.594	6.0	7.377248842955075e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0140_000000014589	2014	0.536439465724497	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.908157588675719		0	0	False	False	0.9940416812896729	0					non-mobilizable	other	1944.0	95.113	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0127_000000009201	2012	0.536439465724497	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9076330193322322		0	0	False	False	1.0	0					non-mobilizable	other	1942.0	95.10799999999999	100.0	0.0004751547746802819	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0049_000000008108	2009	0.536439465724497	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9062836592125472		0	0	False	False	0.9970134496688843	0					non-mobilizable	other	1944.0	94.959	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0155_000000006350	1963	0.536439465724497	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8302521979315161		0	0	False	False	1.0	0					non-mobilizable	other	1963.0	99.84700000000001	100.0	0.00048103904433576526	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0047_000000020205	1932	0.536439465724497	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8355077105740727		0	0	False	False	1.0	0					non-mobilizable	other	1932.0	100.0	100.0	0.00047343852936409923	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0152_000000001816	11270	0.5364377675260371	8	6	5	5	5	False	100639	maximal	True	FIJ0152_000000001816	1.0		3	2	False	False	0.9998225569725037	0					non-mobilizable	no_good_hit	1190.0	96.387	11.0	0.01731715893108298	NZ_CABKPS010000033.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0143_000000000416	8866	0.5364369244930499	11	8	5	6	4	False	106230	maximal	True	FIJ0143_000000000416	1.0		84	7	False	False	1.0	0					non-mobilizable	chromosome	4650.0	91.95700000000001	99.0	0.0012316174362030437	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0047_000000033928	1400	0.5364342401308505	2	2	1	2	1	False	17622	maximal	True	MAD0047_000000033928	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0080_01_000000028342	1487	0.5364208629464744	3	1	1	1	1	False	598	maximal	True	USA0080_01_000000028342	1.0		0	0	False	False	0.9852051138877869	0					non-mobilizable	no_good_hit	997.0	99.699	67.0	0.00045383474394598134	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
MAD0091_000000007179	2130	0.5364201675192627	2	1	1	1	1	False	87258	maximal	False	CHI0044_000000006683	0.9738255033557047		0	0	False	False	1.0	0					non-mobilizable	other	2069.0	77.139	96.0	0.0005658147857238962	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	False	False
SPA0040_000000020157	2071	0.5364201675192627	2	1	1	1	1	False	12642	fragment	False	SPA0040_000000020157	1.0		0	0	False	False	0.9995171427726746	0					non-mobilizable	other	2071.0	99.03399999999999	100.0	0.00040091501589424675	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0071_000000011038	2051	0.5364201675192627	2	1	1	1	1	False	86440	maximal	False	CHI0053_000000005356	0.9681665868836764		0	0	False	False	0.9873232841491699	0					non-mobilizable	chromosome	2051.0	99.854	100.0	0.00045857614567420646	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0395_000000020403	1897	0.5364201675192627	2	1	1	1	1	False	22723	maximal	True	ISR0395_000000020403	1.0		377	12	False	False	0.9994728565216064	0					non-mobilizable	chromosome	1897.0	99.684	100.0	0.0002922460014627714	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0065_000000019043	1828	0.5364201675192627	2	1	1	1	1	False	77889	maximal	False	CHI0173_000000008998	0.9716330858960763		0	0	False	False	0.9945295453071594	0					non-mobilizable	other	1828.0	99.836	100.0	0.0031211402155585507	NZ_VJZV01000002.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold2_1, whole genome shotgun sequence	False	False
CHI0146_000000004344	1743	0.5364201675192627	2	1	1	1	1	False	79712	maximal	True	CHI0146_000000004344	1.0		190	11	False	False	0.9919678568840027	0					non-mobilizable	no_good_hit	1323.0	99.92399999999999	76.0	0.0029224640660715628	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	True	False
ISR0301_000000011239	1689	0.5364201675192627	1	1	1	1	1	False	94451	maximal	True	ISR0301_000000011239	0.9526319293665267		467	14	False	False	0.9597395062446594	0					non-mobilizable	other	1653.0	100.0	98.0	0.0003197899452388755	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0203_000000010579	1653	0.5364201675192627	1	1	1	1	1	False	94451	maximal	False	ISR0301_000000011239	0.9483793674171563		0	0	False	False	0.9848759770393372	0					non-mobilizable	other	1653.0	99.758	100.0	0.0003197899452388755	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0136_000000025666	1647	0.5364201675192627	1	1	1	1	1	False	94451	maximal	False	ISR0301_000000011239	0.9465382744305465		0	0	False	False	0.9963570237159729	0					non-mobilizable	other	1647.0	99.818	100.0	0.00031862848054672465	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0013_000000016126	1628	0.5364201675192627	1	1	1	1	1	False	38093	fragment	False	ISR0013_000000016126	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1628.0	99.939	100.0	0.00034361989514841235	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0119_000000026084	1213	0.5364162334861149	2	2	2	2	2	False	70882	fragment	False	ISR0365_000000013508	0.7918087116879794		0	0	False	False	1.0	0					non-mobilizable	chromosome	1137.0	97.713	97.0	0.0003766488484945995	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0078_000000008101	3121	0.5364158588829424	5	2	1	2	0	True	119012	maximal	True	FIJ0078_000000008101	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	99.541	79.0	0.0006090878140463298	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
CHI0110_000000004398	2055	0.5364158588829424	2	2	1	2	0	True	119011	fragment	False	CHI0110_000000004398	1.0		0	0	False	False	0.9995133876800537	0					non-mobilizable	no_good_hit	1162.0	97.074	66.0	0.0005414632098834525	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ENG0024_000000009731	2817	0.5364142071567309	5	3	3	2	1	False	73273	maximal	True	ENG0024_000000009731	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	1856.0	83.459	66.0	0.00035207379283604215	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
FIJ0013_000000016412	1764	0.5364140210623457	3	3	3	2	1	False	50631	maximal	True	FIJ0013_000000016412	1.0		36	4	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	4.0	7.915975065935047e-05	NZ_KI535367.1	firmicutes	Catonella morbi ATCC 51271 Scfld1, whole genome shotgun sequence	True	False
FIJ0020_000000011768	1856	0.5364138029745152	3	3	3	3	2	False	49782	fragment	False	FIJ0020_000000011768	1.0		0	0	False	False	0.998383641242981	0					non-mobilizable	other	1856.0	97.575	100.0	0.00039791078604219056	CP017183.1	enterobacteria	Enterobacter xiangfangensis strain LMG27195, complete genome	False	False
ISR0088_000000013307	1828	0.5364105854682871	2	2	2	2	2	False	33786	maximal	True	ISR0088_000000013307	1.0		30	9	False	False	0.9896061420440674	0					non-mobilizable	no_good_hit	107.0	79.439	6.0	6.208121548992627e-05	NZ_CP058235.1	a-proteobacteria	Bartonella alsatica strain CIP 105477 chromosome, complete genome	True	False
SPA0031_000000010534	2846	0.5364089692996518	4	4	3	2	3	True	118240	fragment	False	MAD0072_000000001538	0.6375869750014089		0	0	False	False	1.0	0					non-mobilizable	other	2848.0	96.91	100.0	0.0007568880404503963	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0110_000000012330	1898	0.5364068225650607	2	1	1	1	1	False	32711	fragment	False	ISR0110_000000012330	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1898.0	95.416	100.0	0.007528614290476719	NZ_ABJL02000002.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont554, whole genome shotgun sequence	False	False
FIJ0077_000000018330	1630	0.5364052490365311	2	2	2	2	2	False	44501	maximal	True	FIJ0077_000000018330	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	830.0	100.0	98.0	0.0034894831439864294	CP026179.1	enterobacteria	Klebsiella pneumoniae strain KPNIH49 plasmid pKPC-224e, complete sequence	False	True
CHI0018_000000011849	1491	0.5364003945365146	1	1	1	1	1	False	89519	maximal	True	CHI0018_000000011849	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	76.618	87.0	0.0004812571077829243	CP033837.1	fusobacteria	Fusobacterium necrophorum strain FDAARGOS_565 chromosome, complete genome	True	False
DEN0034_000000000786	6799	0.5364000770742481	11	7	2	3	6	False	77351	maximal	True	DEN0034_000000000786	1.0		1	1	False	False	0.9998528957366943	0					non-mobilizable	no_good_hit	1711.0	93.337	25.0	0.03744372460744482	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
AST0019_000000019299	1561	0.5363997515631642	3	2	2	1	1	False	122135	maximal	True	AST0019_000000019299	1.0		24	7	False	False	0.9980781674385071	0					non-mobilizable	other	1547.0	88.494	99.0	0.014772814197200336	NZ_JAAWUO010000017.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_17_length_104584_cov_146.344, whole genome shotgun sequence	False	False
ENG0134_000000009042	4132	0.5363987164157243	5	2	2	2	1	False	58213	maximal	True	ENG0134_000000009042	1.0		5	3	False	False	0.9997580051422119	0					non-mobilizable	no_good_hit	2868.0	98.501	74.0	0.007174979916563017	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
ISR0133_000000006892	2854	0.5363951970970878	3	3	3	3	2	False	108273	fragment	False	ISR0373_000000004618	0.6249201277955272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1367.0	82.516	48.0	0.0004740439996486497	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0085_000000010785	2417	0.5363901938584493	4	4	2	3	4	True	131064	fragment	False	USA0072_01_000000007207	0.3149758399117967		0	0	False	False	0.999586284160614	0					non-mobilizable	other	2426.0	95.837	100.0	0.012076003377483775	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	True
ENG0185_000000014453	1322	0.5363873502632936	3	3	3	3	3	False	55038	maximal	True	ENG0185_000000014453	1.0		3	3	False	False	0.9977307319641113	0					non-mobilizable	no_good_hit	54.0	88.889	4.0	8.142459237773637e-06	NZ_CP026520.1	firmicutes	Paenibacillus chitinolyticus strain KCCM 41400 chromosome, complete genome	True	False
USA0009_01_000000014379	1746	0.5363789580571536	2	2	2	2	2	False	46400	fragment	False	FIJ0053_000000011046	0.9586446104589115		0	0	False	False	1.0	0					non-mobilizable	other	1747.0	99.428	100.0	0.02678228838922569	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0080_000000009378	2722	0.5363783829769803	4	4	4	3	3	False	72542	fragment	False	ENG0080_000000009378	1.0		0	0	False	False	0.9996325969696045	0					non-mobilizable	other	2722.0	99.486	100.0	0.0014683027909085022	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
USA0021_01_000000007827	2350	0.5363777858193495	3	2	2	1	1	True	122971	maximal	True	USA0021_01_000000007827	1.0		3	1	False	False	1.0	0					non-mobilizable	other	2273.0	92.521	97.0	0.0010959369705888175	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
CHI0047_000000007426	2096	0.5363777858193495	2	2	2	1	1	True	119766	fragment	False	CHI0047_000000007426	0.922792597018061		0	0	False	False	0.9976145029067993	0					non-mobilizable	other	2096.0	100.0	100.0	0.0005192268847997878	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	True
USA0111_01_000000012570	2013	0.5363777858193495	3	2	2	1	1	True	119766	fragment	False	CHI0047_000000007426	0.9165459323028177		0	0	False	False	1.0	0					non-mobilizable	chromosome	2013.0	99.95	100.0	0.00040844224957486074	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	True
ISR0181_000000009898	1928	0.5363777858193495	3	2	2	1	1	True	29586	fragment	False	ISR0181_000000009898	1.0		0	0	False	False	0.9896265268325806	0					non-mobilizable	other	1908.0	96.90799999999999	99.0	0.008922674835246674	NZ_FQZN01000008.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	True
MON0046_000000019915	1690	0.5363777858193495	2	2	2	1	1	True	119759	fragment	False	ISR0282_000000010198	0.5519775951876876		0	0	False	False	0.9994083046913147	0					non-mobilizable	other	1692.0	98.227	100.0	0.0031528096549435346	NZ_JH951904.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.4, whole genome shotgun sequence	False	True
FIJ0105_000000020125	1634	0.5363777858193495	2	2	2	1	1	True	129843	fragment	False	AST0003_000000018727	0.9416772903387076		0	0	False	False	0.9926560521125793	0					non-mobilizable	chromosome	1635.0	94.86200000000001	100.0	0.0002966892172273784	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	True
MON0012_000000036667	1524	0.5363777858193495	2	2	2	1	1	True	129843	fragment	False	AST0003_000000018727	0.6315789473684211		0	0	False	False	0.9553805589675903	0					non-mobilizable	chromosome	1524.0	99.934	100.0	0.00022576227751001552	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
ISR0785_000000014219	2489	0.5363729974635234	3	3	3	2	2	True	22195	fragment	False	ISR0785_000000014219	1.0		0	0	False	False	0.998794674873352	0					non-mobilizable	no_good_hit	83.0	84.337	3.0	0.00016477443986737667	NZ_MAHB01000011.1	CFB group bacteria	Elizabethkingia ursingii strain CSID_3000516135 16-107_contig_6, whole genome shotgun sequence	True	True
MON0071_000000005254	2273	0.5363642717465276	3	3	2	3	2	True	131624	fragment	False	ISR0345_000000002701	0.2834833136751544		0	0	False	False	0.996480405330658	0					non-mobilizable	other	2273.0	99.956	100.0	0.017320505587997623	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
FIJ0146_000000018839	1130	0.5363628227783495	3	3	2	2	3	False	39952	fragment	False	FIJ0146_000000018839	1.0		0	0	False	False	0.9955752491950989	0					non-mobilizable	other	1035.0	99.51700000000001	100.0	0.0002495444727347323	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0126_000000036327	1367	0.5363622484247088	3	3	1	2	0	False	31943	maximal	True	ISR0126_000000036327	1.0		26	7	False	False	0.9824433326721191	0					non-mobilizable	other	1367.0	100.0	100.0	0.007622640245978025	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0019_000000018004	1610	0.5363615581936301	2	2	2	2	2	False	121981	maximal	True	SPA0019_000000018004	1.0		9	4	False	False	0.9993788599967957	0					non-mobilizable	no_good_hit	1222.0	94.51700000000001	76.0	0.9125560538116592	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0106_000000010494	3735	0.5363594680129475	6	6	4	4	6	False	121864	fragment	False	MON0106_000000010494	1.0		0	0	False	False	0.9946452379226685	0					non-mobilizable	chromosome	2919.0	97.773	99.0	0.0009821817157348001	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0211_000000003542	9192	0.5363587967001384	9	6	5	6	3	True	106820	fragment	False	ENG0211_000000003542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8046.0	100.0	88.0	0.08298348582215025	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0396_000000020717	1126	0.5363571319915212	2	2	2	2	1	False	22656	maximal	True	ISR0396_000000020717	1.0		147	10	False	False	0.9822379946708679	0					non-mobilizable	no_good_hit	970.0	99.691	86.0	0.001058574453069866	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0209_000000004380	6481	0.5363569899568994	4	4	4	4	4	False	122832	maximal	True	ISR0209_000000004380	1.0		176	6	False	False	0.9981484413146973	0					non-mobilizable	no_good_hit	1707.0	88.51799999999999	52.0	0.0004846871293380778	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0016_000000013121	1712	0.536356613278628	3	2	2	2	2	False	66760	backbone	False	ENG0025_000000014312	0.2946770608286192	PS306	0	0	False	True	0.9941588640213013	0					non-mobilizable	other	1591.0	91.766	93.0	0.16198836378483208	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ENG0125_000000022399	1198	0.5363556933389758	3	3	3	3	3	False	68410	fragment	False	ENG0125_000000022399	0.9965256770782313		0	0	False	False	0.9632720947265625	0					non-mobilizable	other	1198.0	99.249	100.0	0.008231726186792103	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0119_000000018111	1751	0.5363533743707689	3	3	3	3	1	False	4215	fragment	False	SPA0119_000000018111	1.0		0	0	False	False	0.9994288682937622	0					non-mobilizable	other	1751.0	98.915	100.0	0.0005907420259953496	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ENG0029_000000013277	1848	0.5363529839526311	2	2	2	1	1	False	98884	maximal	False	USA0013_01_000000005452	0.9728931654277864		0	0	False	False	0.9978355169296265	0					non-mobilizable	chromosome	1848.0	98.37700000000001	100.0	0.00036144870676901256	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ENG0177_000000002700	8483	0.5363512262781224	7	5	2	3	3	False	101892	fragment	False	ENG0177_000000002700	1.0		0	0	False	False	0.9898620843887329	0					non-mobilizable	no_good_hit	492.0	73.984	6.0	0.0011692929739178038	NZ_FQXK01000003.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ISR0278_000000001031	7845	0.5363496378358902	12	4	2	4	1	False	45596	maximal	True	ISR0278_000000001031	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	99.219	6.0	2.8264002699100982e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0169_000000014738	2109	0.5363490311359747	3	3	2	2	3	False	30099	fragment	False	ISR0169_000000014738	1.0		0	0	False	False	0.9952583909034729	0					non-mobilizable	other	2109.0	99.95299999999999	100.0	0.05117995532679421	LM997258.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-18_contig-14.0_1_41188_[organism:Escherichia	False	False
ENG0005_000000014258	1669	0.5363461492597752	3	3	3	2	2	False	67662	maximal	True	ENG0005_000000014258	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0055_000000002604	7405	0.5363394111274216	9	6	2	3	5	True	118476	fragment	False	ENG0031_000000002375	0.6438880832925464		0	0	False	False	0.9991897344589233	0					non-mobilizable	virus	7405.0	98.65	100.0	0.0770551687533173	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
ISR0126_000000006899	6965	0.5363394111274216	8	6	2	3	5	True	118476	fragment	False	ENG0031_000000002375	0.5383897266979321		0	0	False	False	1.0	0					non-mobilizable	other	6972.0	95.81200000000001	100.0	0.05125751676321	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	False	True
MON0079_000000005881	3909	0.5363390594031157	4	3	2	2	3	False	10111	maximal	True	MON0079_000000005881	1.0		10	4	False	False	0.9992325305938721	0					non-mobilizable	other	3911.0	90.20700000000001	100.0	0.07699278931399976	NZ_LS999955.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	False	False
MON0101_000000022456	2759	0.5363335897701422	3	2	1	2	1	False	14223	fragment	False	MON0101_000000022456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	93.56700000000001	62.0	0.0032119524003966634	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
MON0095_000000017817	1744	0.5363335897701422	2	2	1	2	1	False	9312	fragment	False	MON0095_000000017817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	87.462	75.0	0.000459086759634382	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0011_000000013799	2008	0.5363325028594278	2	1	1	0	1	False	67170	maximal	True	ENG0011_000000013799	1.0		21	7	False	False	1.0	0					non-mobilizable	chromosome	2002.0	87.163	99.0	0.00030450169461812657	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0154_000000018763	1756	0.5363325028594278	2	1	1	0	1	False	79144	fragment	False	CHI0154_000000018763	1.0		0	0	False	False	0.9971526265144348	0					non-mobilizable	other	1756.0	99.20299999999999	100.0	0.0018807104477483985	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0087_000000021114	1529	0.5363325028594278	1	1	1	0	1	False	43722	fragment	False	FIJ0087_000000021114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	4.464678052065666e-06	CP051205.1	CFB group bacteria	Chitinophaga sp. 1310 chromosome, complete genome	True	False
ENG0064_000000001586	13900	0.5363324970139814	15	15	5	10	15	False	117828	maximal	True	ENG0064_000000001586	1.0	PS794|PS796	5	5	False	True	1.0	0					non-mobilizable	no_good_hit	10112.0	99.14	89.0	0.07236046403446622	NZ_QRML01000006.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf6, whole genome shotgun sequence	True	True
ISR0153_000000010254	2683	0.5363323717381346	4	3	3	2	2	False	63602	maximal	False	ENG0134_000000012688	0.37582338038364094		0	0	False	False	0.9921729564666748	0					non-mobilizable	other	2567.0	92.053	99.0	0.013397687047677069	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	False	False
AST0093_000000012537	1349	0.5363289341262037	2	2	2	2	1	False	109454	maximal	True	AST0093_000000012537	0.9799054373522459		139	12	False	False	0.9844329357147217	0					non-mobilizable	chromosome	720.0	95.833	99.0	0.00020123421787760314	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0004_000000001410	1450	0.5363280127355037	2	2	2	2	1	True	76588	maximal	True	DEN0004_000000001410	1.0		61	7	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	72.372	27.0	0.00011245858961554537	CP047591.1	firmicutes	Aminipila sp. CBA3637 chromosome, complete genome	True	True
ISR0056_000000006521	3160	0.5363241611175521	5	5	5	4	5	False	84043	fragment	False	ISR0056_000000006521	1.0		0	0	False	False	0.9933544397354126	0					non-mobilizable	chromosome	3142.0	99.87299999999999	99.0	0.0006548194587075978	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
USA0034_01_000000020186	2682	0.5363240304178929	2	2	2	2	2	False	1470	maximal	True	USA0034_01_000000020186	1.0		0	0	False	False	0.9977628588676453	0					non-mobilizable	no_good_hit	736.0	99.86399999999999	27.0	0.028688524590163935	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	False
SPA0052_000000001895	15753	0.5363234876772357	21	8	1	8	0	False	92563	maximal	True	SPA0052_000000001895	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00041956085963358353	NZ_AYYQ01000003.1	firmicutes	Lactobacillus ozensis DSM 23829 = JCM 17196 strain DSM 23829 NODE_6, whole genome shotgun sequence	True	False
FIJ0074_000000001690	15318	0.5363234876772357	22	8	1	8	0	False	44674	maximal	True	FIJ0074_000000001690	1.0		1	1	False	False	0.999934732913971	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.517032384823521e-06	NZ_CP011663.1	firmicutes	Clostridium sporogenes strain DSM 795 chromosome, complete genome	True	False
MAD0057_000000000838	13972	0.5363234876772357	18	8	1	8	0	False	17018	maximal	True	MAD0057_000000000838	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0047_01_000000016550	2186	0.5363229725350057	4	4	3	4	2	False	84795	fragment	False	USA0047_01_000000016550	0.9593023255813953		0	0	False	False	0.9908508658409119	0					non-mobilizable	other	2186.0	100.0	100.0	0.07147062671725762	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
DEN0093_000000003415	8696	0.5363211944219805	10	7	3	4	7	True	94716	fragment	False	DEN0093_000000003415	0.9928287332770881		0	0	False	False	0.9997699856758118	0					non-mobilizable	no_good_hit	2628.0	78.27199999999999	32.0	0.0004772771394140077	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	True
ISR0177_000000012475	2343	0.5363206445159371	4	4	2	1	3	True	78879	maximal	True	ISR0177_000000012475	1.0		10	5	False	False	0.9842082858085632	0					non-mobilizable	no_good_hit	530.0	88.302	41.0	0.00018485360192163402	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
USA0065_01_000000005665	2021	0.5363153402011475	3	2	2	1	1	False	844	maximal	True	USA0065_01_000000005665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	81.83800000000001	68.0	0.006780061887774208	NZ_QGLI01000001.1	high GC Gram+	Bifidobacterium indicum strain ESL0197 Ga0133550_11, whole genome shotgun sequence	True	False
SPA0120_000000010496	4032	0.5363151209886077	6	5	2	3	3	False	124369	fragment	False	ENG0025_000000004712	0.8728321322031494		0	0	False	False	1.0	0					non-mobilizable	other	4032.0	99.57799999999999	100.0	0.3626304426052537	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0198_000000008350	4024	0.5363151209886077	6	5	2	3	3	False	124369	fragment	False	ENG0025_000000004712	0.8721244988059373		0	0	False	False	0.9997515082359314	0					non-mobilizable	other	4024.0	99.404	100.0	0.04276057056610191	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
USA0063_01_000000005148	3972	0.5363151209886077	6	5	2	3	3	False	124369	fragment	False	ENG0025_000000004712	0.8452822186902603		0	0	False	False	0.9992446899414062	0					non-mobilizable	other	3963.0	99.041	99.0	0.35642317380352645	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0099_000000005708	3767	0.5363151209886077	6	5	2	3	3	False	124369	fragment	False	ENG0025_000000004712	0.6182491069031507		0	0	False	False	1.0	0					non-mobilizable	other	3767.0	99.336	100.0	0.33879093198992444	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
DEN0018_000000027412	1463	0.5363144560754098	2	2	2	2	2	False	75015	fragment	False	DEN0018_000000027412	0.9662606723897241		0	0	False	False	1.0	0					non-mobilizable	chromosome	1463.0	100.0	100.0	0.00040700142673208753	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0070_000000011177	1798	0.5363137627561301	3	3	3	3	3	False	16360	maximal	True	MAD0070_000000011177	1.0		563	15	False	False	0.9994438290596008	0					non-mobilizable	other	1798.0	97.99799999999999	100.0	0.005927954080622815	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ENG0105_000000009477	2302	0.5363132233788734	2	2	2	2	2	True	60166	fragment	False	ENG0105_000000009477	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	2302.0	99.73899999999999	100.0	0.03153739669138307	CP051708.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-2, complete sequence	False	True
ISR0037_000000010013	2234	0.536311613920295	1	1	1	1	1	False	114667	maximal	True	ISR0037_000000010013	1.0		47	6	False	False	0.9995523691177368	0					non-mobilizable	no_good_hit	1296.0	90.818	58.0	0.003968046620705765	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ISR0370_000000021702	1246	0.536311613920295	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.7074909003272667		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	95.02799999999999	100.0	0.28614111698460126	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
SPA0101_000000020031	2130	0.5363108513462621	4	4	3	4	3	False	78036	maximal	False	FIJ0068_000000014038	0.9690656765398656		0	0	False	False	1.0	0					non-mobilizable	chromosome	2133.0	97.18700000000001	100.0	0.0007172821234512882	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0011_000000010756	3791	0.5363055490284678	5	4	3	4	3	True	75764	maximal	True	DEN0011_000000010756	1.0		1	1	False	False	0.998944878578186	0					non-mobilizable	no_good_hit								True	True
FIJ0167_000000004343	4188	0.5363027531066006	4	4	4	4	3	False	38979	maximal	True	FIJ0167_000000004343	1.0		21	4	False	False	0.9990448951721191	0					non-mobilizable	chromosome	4188.0	98.329	100.0	0.0008666390136998096	CP056474.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00473 chromosome, complete genome	False	False
ISR0163_000000000527	10428	0.5363021910292535	11	6	5	5	4	False	84135	maximal	True	ISR0163_000000000527	1.0		12	3	False	False	0.9997122883796692	0					non-mobilizable	no_good_hit	4380.0	98.17399999999999	67.0	0.0011832082844047687	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
FIJ0146_000000014381	1411	0.5362986363632102	2	2	2	2	2	False	39969	maximal	True	FIJ0146_000000014381	1.0		270	13	False	False	0.9992913007736206	0					non-mobilizable	no_good_hit	741.0	79.487	87.0	0.0036548364510346266	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
ISR0812_000000014382	2759	0.5362980070848334	5	5	4	3	1	False	21656	fragment	False	ISR0812_000000014382	1.0		0	0	False	False	0.9996375441551208	0					non-mobilizable	no_good_hit								True	False
FIJ0078_000000021402	1123	0.5362971704185685	1	1	1	1	1	False	44413	fragment	False	FIJ0078_000000021402	1.0		0	0	False	False	0.9910953044891357	0					non-mobilizable	other	1098.0	99.545	98.0	0.008525155815290881	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	False
MON0100_000000038611	1187	0.5362962296039132	1	1	1	1	1	False	9089	maximal	True	MON0100_000000038611	1.0		68	7	False	False	0.9587194323539734	0					non-mobilizable	no_good_hit								True	False
AST0024_000000015978	2158	0.5362894624879201	3	3	3	3	3	False	121444	fragment	False	AST0024_000000015978	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	93.333	100.0	0.017831321319088107	NZ_JH378834.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.6, whole genome shotgun sequence	False	False
MON0057_000000006035	3797	0.536288230579682	6	3	3	3	3	False	117131	fragment	False	MON0057_000000006035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	93.241	49.0	0.010102424366444441	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
FIJ0033_000000022624	1660	0.53628819510932	3	2	2	1	0	True	48266	maximal	True	FIJ0033_000000022624	1.0		16	5	False	False	0.9855421781539917	0					non-mobilizable	other	977.0	95.59899999999999	100.0	0.0002936317153573302	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0323_000000000572	17784	0.5362874925733241	40	12	4	10	6	False	50724	maximal	True	ISR0323_000000000572	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	89.655	1.0	0.00040868125013443464	NZ_DS483478.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_18, whole genome shotgun sequence	True	False
FIJ0105_000000008924	3348	0.5362861903778763	7	3	2	3	1	True	118223	fragment	False	ISR0370_000000007367	0.9484521442771939		0	0	False	False	1.0	0					non-mobilizable	chromosome	3332.0	99.25	99.0	0.0006648248762260141	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0058_000000002862	8679	0.5362851587570965	9	7	3	4	6	True	96267	fragment	False	ENG0058_000000002862	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8681.0	94.86200000000001	100.0	0.011294453870639515	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0085_000000027241	1183	0.5362838445229576	2	1	1	1	1	True	9761	fragment	False	MON0085_000000027241	1.0		0	0	False	False	0.9797126054763794	0					non-mobilizable	no_good_hit								True	True
USA0003_01_000000006918	5610	0.536279765224507	6	6	6	5	6	False	55093	maximal	True	USA0003_01_000000006918	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000002273	9864	0.5362781156410779	7	6	5	6	5	False	111737	maximal	True	ISR0360_000000002273	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.003670826937195488	NZ_FNID01000053.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ENG0155_000000006614	3467	0.5362772193532023	4	3	3	3	3	False	103031	fragment	False	ISR0354_000000005093	0.9495245750469723		0	0	False	False	0.9867320656776428	0					non-mobilizable	other	3451.0	81.542	99.0	0.9985456660849331	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
ISR0789_000000006879	2021	0.5362746697992997	3	3	3	3	2	False	71038	fragment	False	ISR0789_000000006879	0.9986522911051212		0	0	False	False	0.9990103840827942	0					non-mobilizable	no_good_hit	301.0	90.698	15.0	9.032425504317951e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0009_01_000000011437	2171	0.5362737457605672	3	3	3	2	3	False	41717	fragment	False	USA0009_01_000000011437	1.0		0	0	False	False	0.9940119981765747	0					non-mobilizable	no_good_hit	741.0	75.97800000000001	76.0	0.0002845890192899329	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ENG0163_000000004891	4452	0.5362661457305431	7	6	5	5	3	True	56323	maximal	True	ENG0163_000000004891	1.0		8	3	False	False	0.9842767119407654	0					non-mobilizable	no_good_hit	278.0	75.18	6.0	0.00014307775809594607	NZ_JH815225.1	firmicutes	Peptoanaerobacter stomatis strain CM2 supercont2.1, whole genome shotgun sequence	True	True
ISR0130_000000017726	1723	0.536264214725689	2	1	1	1	1	False	117354	maximal	True	ISR0130_000000017726	1.0	PS787	4	2	False	True	0.990713894367218	0					non-mobilizable	chromosome	1480.0	98.514	98.0	0.0006412732851793028	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ISR0110_000000020754	1130	0.536264214725689	3	1	1	1	1	False	117343	backbone	False	MON0013_000000032866	0.05154893827982305	PS787	0	0	False	True	0.9938052892684937	0					non-mobilizable	chromosome	1103.0	99.09299999999999	100.0	0.0004538307516046747	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
DEN0040_000000002772	2773	0.5362615706681153	4	4	4	4	4	False	78379	maximal	True	DEN0040_000000002772	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	2041.0	99.118	74.0	0.00965918237862101	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
CHI0100_000000001794	1473	0.5362580256483995	2	2	2	2	2	False	83333	maximal	True	CHI0100_000000001794	1.0		1	1	False	False	0.9959266781806946	0					non-mobilizable	no_good_hit	499.0	82.96600000000001	34.0	0.00044386852900537655	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
SPA0107_000000015767	2063	0.5362569878941309	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.38043418185931954		0	0	False	False	1.0	0					non-mobilizable	other	2063.0	97.916	100.0	0.0006414847104514721	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0053_000000005356	2089	0.5362487796003235	2	1	1	1	1	False	86440	maximal	True	CHI0053_000000005356	0.976840565577767		946	13	False	False	1.0	0					non-mobilizable	chromosome	2089.0	99.904	100.0	0.00046377429650903225	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0334_000000012376	1715	0.5362487796003235	1	1	1	1	1	False	42418	fragment	False	ISR0334_000000012376	0.9995443499392467		0	0	False	False	0.9953352808952332	0					non-mobilizable	chromosome	1708.0	100.0	99.0	0.0003791488142437347	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0105_000000011444	1708	0.5362487796003235	1	1	1	1	1	False	42418	fragment	False	ISR0334_000000012376	0.9985239417759814		0	0	False	False	0.9871194362640381	0					non-mobilizable	chromosome	1708.0	100.0	100.0	0.0003791488142437347	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0394_000000011576	1646	0.5362487796003235	1	1	1	1	1	False	42418	fragment	False	ISR0334_000000012376	0.9694383736036463		0	0	False	False	0.9993924498558044	0					non-mobilizable	chromosome	1646.0	99.939	100.0	0.0003653777383895393	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
USA0060_01_000000005285	2423	0.5362481485639554	3	3	2	1	2	False	902	maximal	True	USA0060_01_000000005285	1.0		60	9	False	False	1.0	0					non-mobilizable	other	2423.0	99.67	100.0	0.0008175869639775639	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0027_000000009326	2792	0.5362475579731156	4	4	4	4	3	False	130049	fragment	False	ENG0005_000000004373	0.4997602526903965		0	0	False	False	1.0	0					non-mobilizable	chromosome	2795.0	92.34299999999999	100.0	0.0009390976651473929	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0114_000000034511	1197	0.5362474071835789	1	1	1	1	1	False	41782	maximal	True	FIJ0114_000000034511	1.0		22	3	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	76.19	68.0	0.007711008128846008	NZ_QENY01000010.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_110, whole genome shotgun sequence	True	False
ISR0858_000000006196	1661	0.5362455187073154	3	3	1	2	2	True	94692	fragment	False	ISR0858_000000006196	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1005.0	96.41799999999999	100.0	0.0003411581094539873	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ENG0045_000000003140	3879	0.5362400806317766	5	4	4	3	3	False	132072	backbone	False	SPA0051_000000006600	0.964473666673425	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	601.0	94.84200000000001	17.0	0.00016922354034825077	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
AUS0008_000000006808	3296	0.5362400806317766	5	4	4	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8851951306833622	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	139.0	97.84200000000001	4.0	0.0003616020543189173	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
ISR0393_000000005467	3156	0.5362400806317766	5	4	4	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8376201624905756	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	3.0	0.0002122446840567558	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
ENG0079_000000009483	3444	0.536238884616678	6	4	1	2	4	False	61845	fragment	False	ENG0079_000000009483	1.0		0	0	False	False	0.9988385438919067	0	IncFIC				non-mobilizable	plasmid	3107.0	99.936	92.0	0.02316334447362139	CP054344.1	enterobacteria	Escherichia coli strain SCU-164 plasmid pSCU-164-1	False	True
ENG0110_000000007708	3932	0.5362372123078349	4	3	2	2	2	False	59819	maximal	True	ENG0110_000000007708	1.0		38	7	False	False	0.997965395450592	0					non-mobilizable	no_good_hit	2585.0	97.988	89.0	0.007626352991195592	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
ENG0097_000000004892	6294	0.5362360262645699	10	2	2	2	1	False	60793	maximal	True	ENG0097_000000004892	1.0		1	1	False	False	0.9945980310440063	0					non-mobilizable	no_good_hit	1722.0	94.48299999999999	77.0	0.0007165560674936692	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MON0015_000000023073	1641	0.5362359848178114	2	2	1	1	2	True	48013	fragment	False	FIJ0138_000000011021	0.9694180522565321		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	94.455	100.0	0.027058706993330253	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
USA0014_01_000000003550	1481	0.5362341721423219	3	3	2	3	2	True	1970	fragment	False	USA0014_01_000000003550	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1481.0	99.527	100.0	0.00022771213616447217	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
MAD0111_000000000203	40892	0.5362336108192436	61	31	13	23	21	False	14531	maximal	True	MAD0111_000000000203	1.0		1	1	True	True	1.0	40					non-mobilizable	no_good_hit	3547.0	90.75299999999999	25.0	0.07181007696838	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	True
ISR0152_000000015535	1522	0.5362330392371262	2	1	1	1	1	False	83618	fragment	False	ISR0152_000000015535	1.0		0	0	False	False	0.9980289340019226	0					non-mobilizable	other	1462.0	92.066	100.0	0.01946619312831275	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0096_000000029817	1520	0.5362330392371262	2	1	1	1	1	False	68148	fragment	False	DEN0096_000000029817	1.0		0	0	False	False	0.9986842274665833	0					non-mobilizable	other	1520.0	99.605	100.0	0.02043479430677752	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0092_000000008995	1216	0.5362330392371262	2	1	1	1	1	False	83617	fragment	False	CHI0092_000000008995	1.0		0	0	False	False	0.9884868264198303	0					non-mobilizable	other	1188.0	96.465	99.0	0.015901202679796594	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0083_000000032121	1271	0.5362297970505729	2	1	1	1	1	False	43070	fragment	False	MON0083_000000032121	0.9792514239218877		0	0	False	False	0.9834775924682617	0					non-mobilizable	other	1271.0	96.853	100.0	0.010195630673731778	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0047_000000036782	1029	0.5362262053039287	1	1	1	1	1	False	11425	fragment	False	MON0047_000000036782	1.0		0	0	False	False	0.9893100261688232	0					non-mobilizable	other	1029.0	99.32	100.0	0.0002854746710654204	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0023_01_000000003542	9182	0.5362245613205207	9	9	8	8	9	False	99347	fragment	False	USA0032_01_000000002648	0.9755455046415363		0	0	False	False	1.0	0					non-mobilizable	other	9142.0	99.727	100.0	0.0020806923407572547	CP002544.1	CFB group bacteria	Odoribacter splanchnicus DSM 20712, complete genome	False	False
SPA0095_000000005413	3812	0.5362219327937936	6	5	5	5	5	False	102820	maximal	True	SPA0095_000000005413	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2885.0	98.51	76.0	0.0012662219590908852	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
CHI0086_000000000681	6333	0.5362184070531746	6	3	3	3	3	False	130082	maximal	True	CHI0086_000000000681	1.0		1	1	False	False	0.9990525841712952	0					non-mobilizable	no_good_hit	4274.0	88.58200000000001	71.0	0.0014318714937408637	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0787_000000004232	3193	0.5362031653758748	8	6	6	4	1	False	22137	maximal	True	ISR0787_000000004232	1.0		12	5	False	False	0.9987472891807556	0					non-mobilizable	no_good_hit	1573.0	100.0	49.0	0.015687370269838734	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	False
USA0116_01_000000010374	2483	0.5362028333773744	4	3	3	3	3	False	30773	maximal	True	USA0116_01_000000010374	0.9941583729987018		252	13	False	False	0.9995972514152527	0					non-mobilizable	no_good_hit	283.0	73.852	11.0	0.0007718097844680123	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0082_000000009716	2978	0.5361985815046592	3	2	2	2	2	False	76130	maximal	True	ISR0082_000000009716	1.0		12	4	False	False	0.9996641874313354	0					non-mobilizable	no_good_hit	780.0	75.641	26.0	0.0002531633870950706	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0130_000000007230	2907	0.5361934890760377	5	3	2	3	1	False	40884	fragment	False	FIJ0130_000000007230	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	85.566	46.0	0.000458311490776184	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
USA0132_01_000000004982	3441	0.5361926927254121	4	2	1	1	2	False	83	maximal	True	USA0132_01_000000004982	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	95.946	5.0	3.6225105784752404e-05	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	False
CHI0063_000000011899	1200	0.5361877636554523	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.09850814822841425	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1195.0	82.09200000000001	99.0	0.0003296288273877957	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
FIJ0160_000000015413	1290	0.5361869963921067	2	1	1	1	1	False	39306	fragment	False	FIJ0160_000000015413	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1290.0	99.61200000000001	100.0	0.00025173962037899607	CP056560.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00399 chromosome, complete genome	False	False
AUS0002_000000013997	2546	0.5361861679467429	3	3	3	3	2	False	103006	maximal	False	ENG0004_000000009570	0.9616781692698874		0	0	False	False	0.9819324612617493	0					non-mobilizable	no_good_hit	692.0	73.555	27.0	0.0012040684094468171	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0097_000000016275	2199	0.5361768132119936	3	2	2	2	2	False	119310	maximal	True	MON0097_000000016275	1.0	PS818	10	4	False	True	0.9972714781761169	0					non-mobilizable	no_good_hit	1409.0	96.238	64.0	0.024624425051155144	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ISR0834_000000009581	1799	0.5361768132119936	2	2	2	2	2	False	119308	backbone	True	ISR0834_000000009581	0.9896882462116974	PS818	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1409.0	95.955	78.0	0.024624425051155144	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
SPA0008_000000017320	1759	0.5361768132119936	2	2	2	2	2	False	119308	backbone	False	ISR0834_000000009581	0.9824742806515181	PS818	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1359.0	96.1	77.0	0.023732489200580634	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
USA0045_01_000000007343	1936	0.5361766349197085	3	2	2	1	1	False	78558	maximal	True	USA0045_01_000000007343	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	1496.0	92.447	77.0	0.011103101287930022	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	True	False
CHI0162_000000018282	1752	0.5361766349197085	3	2	2	1	1	False	78557	fragment	False	CHI0162_000000018282	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1533.0	92.49799999999999	88.0	0.011378077691981837	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	True	False
MAD0086_000000000019	56656	0.5361759724472461	65	20	10	16	10	False	19967	fragment	False	MAD0086_000000000019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	85.366	0.0	1.2936213428893429e-05	NZ_CP014263.1	CFB group bacteria	Spirosoma montaniterrae strain DY10, complete genome	True	False
ISR0391_000000014386	1139	0.5361731015045492	2	2	2	2	2	False	22841	fragment	False	ISR0391_000000014386	1.0		0	0	False	False	0.9402984976768494	0					non-mobilizable	chromosome	1139.0	99.561	100.0	0.00035869486760597654	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0047_000000033666	1410	0.5361680438325076	1	1	1	1	1	False	17625	maximal	True	MAD0047_000000033666	1.0		37	7	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	71.301	62.0	0.022253164556962024	NZ_LDAQ01000092.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_92, whole genome shotgun sequence	True	False
USA0113_01_000000000931	16166	0.5361641937350072	14	14	9	10	10	False	119728	maximal	True	USA0113_01_000000000931	1.0		44	9	False	False	1.0	0					non-mobilizable	chromosome	16166.0	99.90100000000001	100.0	0.0032641247349981008	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ISR0339_000000002237	5854	0.5361616558252025	7	6	6	4	3	False	131759	maximal	True	ISR0339_000000002237	1.0		54	4	False	False	0.9982917904853821	0					non-mobilizable	other	5854.0	99.727	100.0	0.039090362652775	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
CHI0041_000000012944	1176	0.5361607987777236	2	2	2	2	2	False	87532	maximal	True	CHI0041_000000012944	1.0		154	12	False	False	0.9957482814788818	0					non-mobilizable	other	1185.0	83.291	100.0	0.00205150658618358	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	False	False
ENG0150_000000016115	1133	0.5361574466097139	1	1	1	1	1	False	57125	maximal	True	ENG0150_000000016115	1.0		31	7	False	False	0.9867607951164246	0					non-mobilizable	no_good_hit	65.0	86.154	6.0	1.156806995790307e-05	CP012334.1	b-proteobacteria	Bordetella sp. H567, complete genome	True	False
USA0036_01_000000026627	1113	0.5361558923716268	2	2	2	2	2	False	22156	fragment	False	ISR0785_000000031853	0.49577777777777776		0	0	False	False	0.9892183542251587	0					non-mobilizable	chromosome	1113.0	98.92200000000001	100.0	0.0003223482723784925	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0093_000000004017	5478	0.5361493571463055	3	3	3	3	3	False	44954	maximal	False	FIJ0070_000000003444	0.9685106393752244		0	0	False	False	1.0	0					non-mobilizable	other	5465.0	96.78	99.0	0.06703883197349855	NZ_VZBY01000025.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_14_length_81505_cov_25.5715_ID_27, whole genome shotgun sequence	False	False
ISR0208_000000025246	1112	0.5361489730226351	2	2	2	1	1	False	28491	maximal	True	ISR0208_000000025246	1.0		63	8	False	False	0.9991007447242737	0					non-mobilizable	chromosome	1112.0	97.75200000000001	100.0	0.00039204103762782353	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0017_000000006097	5011	0.5361484277308269	7	2	2	2	2	False	112224	maximal	True	DEN0017_000000006097	1.0		13	7	False	False	0.9986030459403992	0					non-mobilizable	chromosome	4383.0	99.40700000000001	90.0	0.0012198907332010996	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0142_000000007284	2534	0.5361483741421006	3	3	3	3	2	False	115286	fragment	False	CHI0142_000000007284	0.9666469966438932		0	0	False	False	0.9905288219451904	0					non-mobilizable	no_good_hit	319.0	73.668	12.0	0.00011155090103026995	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0776_000000018873	1247	0.536144826824674	2	2	2	2	2	False	22743	fragment	False	ISR0776_000000018873	0.9947043248014122		0	0	False	False	0.9975942373275757	0					non-mobilizable	other	1247.0	98.87700000000001	100.0	0.0004510483605917377	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0394_000000017006	1133	0.536144826824674	2	2	2	2	2	False	22743	fragment	False	ISR0776_000000018873	0.9510825982357658		0	0	False	False	0.998234748840332	0					non-mobilizable	other	1133.0	99.559	100.0	0.00041110043815607654	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0081_000000013980	4035	0.536138451768568	6	4	3	3	4	True	34546	maximal	True	MON0081_000000013980	1.0		1	1	False	False	0.9995043277740479	0					non-mobilizable	no_good_hit	1846.0	91.06200000000001	79.0	0.0006392440244580322	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0111_000000011673	1778	0.536135088317609	3	3	3	3	2	False	119637	fragment	False	FIJ0111_000000011673	0.9890643985419199		0	0	False	False	0.9831271171569824	0					non-mobilizable	other	1774.0	99.154	99.0	0.005707479598899065	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0140_000000008122	2708	0.5361337925586098	3	3	0	2	1	False	7066	fragment	False	SPA0140_000000008122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0206_000000007168	3584	0.5361326884620179	2	2	2	2	2	False	65993	maximal	True	ISR0206_000000007168	1.0	PS11|PS300	7	2	False	True	1.0	0					non-mobilizable	no_good_hit	1526.0	99.345	84.0	0.06047987309141384	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	True	True
DEN0033_000000007406	3522	0.5361326884620179	2	2	2	2	2	False	73622	maximal	True	DEN0033_000000007406	1.0	PS11|PS300	38	6	False	True	1.0	0					non-mobilizable	no_good_hit	3045.0	88.01299999999999	86.0	0.11992861392028555	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	True	True
ISR0153_000000007563	3514	0.5361326884620179	2	2	2	2	2	False	65994	maximal	True	ISR0153_000000007563	1.0	PS11|PS300	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1526.0	99.345	86.0	0.06047987309141384	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	True	True
ISR0365_000000004927	3071	0.5361326884620179	2	2	2	2	2	False	65990	backbone	True	ISR0365_000000004927	0.9910784605158934	PS11|PS300	24	5	False	True	1.0	0					non-mobilizable	other	1498.0	100.0	98.0	0.05936942296252231	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	False	True
SPA0010_000000007012	3050	0.5361326884620179	2	2	2	2	2	False	65990	backbone	False	ISR0365_000000004927	0.9894510197173663	PS11|PS300	0	0	True	True	0.9963934421539307	1					non-mobilizable	other	1494.0	100.0	99.0	0.059210787229823515	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	False	True
ISR0036_000000003289	3020	0.5361326884620179	2	2	2	2	2	False	65990	backbone	False	ISR0365_000000004927	0.9815817322941379	PS11|PS300	0	0	True	True	1.0	3					non-mobilizable	other	1497.0	99.93299999999999	99.0	0.05932976402934761	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	False	True
ISR0257_000000005390	3013	0.5361326884620179	3	2	2	2	2	False	65990	backbone	False	ISR0365_000000004927	0.9719753236876411	PS11|PS300	0	0	False	True	0.9966810345649719	0					non-mobilizable	other	1403.0	99.43	97.0	0.05552250644457664	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	False	True
ISR0055_000000009914	1588	0.5361272886385325	4	1	1	1	1	False	35667	fragment	False	ISR0055_000000009914	1.0		0	0	False	False	0.998740553855896	0					non-mobilizable	no_good_hit								True	False
FIJ0005_000000028307	1300	0.5361261800109726	2	2	2	2	1	False	51859	maximal	True	FIJ0005_000000028307	1.0		343	14	False	False	0.9930769205093384	0					non-mobilizable	other	1319.0	84.306	100.0	0.000406916586455153	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0116_000000013283	1289	0.5361261800109726	2	2	2	2	1	False	41650	maximal	True	FIJ0116_000000013283	1.0		253	12	False	False	0.9976726174354553	0					non-mobilizable	chromosome	1299.0	86.836	100.0	0.00041514599569447187	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0389_000000006169	3314	0.5361248741170448	3	3	3	3	2	False	85634	maximal	True	ISR0389_000000006169	1.0		358	12	False	False	0.9960772395133972	0					non-mobilizable	other	3314.0	99.60799999999999	100.0	0.0006997004994632391	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0056_000000006020	3833	0.5361204042796889	3	3	3	3	2	False	46210	maximal	True	FIJ0056_000000006020	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0080_000000002205	11444	0.5361175054558216	25	8	5	4	7	True	34327	maximal	True	ISR0080_000000002205	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1300.0	80.923	11.0	0.002140076205971958	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0029_000000011961	3865	0.536116716610754	4	3	3	3	3	False	42347	maximal	True	ISR0029_000000011961	1.0		6	1	False	False	0.9979301691055298	0					non-mobilizable	other	2675.0	90.131	98.0	0.1017865986057674	NZ_WEHX01000027.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_27_length_26251_cov_159.095366, whole genome shotgun sequence	False	False
ENG0037_000000027686	1296	0.5361111686856762	2	2	2	2	2	False	107547	fragment	False	ENG0037_000000027686	0.9824421388667199		0	0	False	False	0.9853395223617554	0					non-mobilizable	no_good_hit	90.0	78.889	7.0	1.555100570827939e-05	NZ_CP009286.1	firmicutes	Paenibacillus stellifer strain DSM 14472 chromosome, complete genome	True	False
MON0087_000000010411	4544	0.5361101799649323	5	5	5	3	3	False	9711	maximal	True	MON0087_000000010411	1.0		1	1	False	False	0.99845951795578	0					non-mobilizable	no_good_hit	3061.0	97.844	67.0	0.0010662504374450144	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0169_000000005132	5053	0.5361084968400079	6	5	5	3	4	False	124194	maximal	True	ISR0169_000000005132	1.0		78	6	False	False	1.0	0					non-mobilizable	no_good_hit	1981.0	80.919	39.0	0.013928703204382255	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0041_000000015879	2153	0.5361057517584584	4	3	3	2	2	False	18259	maximal	True	MAD0041_000000015879	1.0		0	0	False	False	0.9921040534973145	0					non-mobilizable	no_good_hit	1897.0	99.473	88.0	0.00038339883063356656	LR698971.1	enterobacteria	Citrobacter portucalensis isolate MGYG-HGUT-01705 genome assembly, chromosome: 1	True	False
FIJ0167_000000016821	1269	0.5361031328145353	2	2	1	1	1	False	38947	maximal	True	FIJ0167_000000016821	1.0		4	2	False	False	0.9992119669914246	0					non-mobilizable	chromosome	1269.0	98.897	100.0	0.0002626148318560904	CP046000.1	enterobacteria	Escherichia coli strain 1916D18 chromosome, complete genome	False	False
FIJ0061_000000022995	1258	0.5360998586047226	2	2	2	2	2	False	74450	maximal	False	ISR0312_000000014179	0.9675494696343947		0	0	False	False	0.9944356083869934	0					non-mobilizable	no_good_hit	1031.0	71.581	80.0	0.0161154060731649	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0021_01_000000002459	7480	0.5360987616409841	10	3	3	2	1	True	130522	fragment	False	USA0021_01_000000002459	1.0		0	0	False	False	0.9998663067817688	0					non-mobilizable	chromosome	7402.0	99.595	99.0	0.001315441433703174	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
CHI0034_000000006856	2352	0.5360970035327096	5	2	1	1	0	True	88241	fragment	False	CHI0034_000000006856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	95.17200000000001	27.0	8.34858834937103e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
USA0009_01_000000022420	1164	0.5360965454582555	2	2	2	1	0	True	2079	maximal	True	USA0009_01_000000022420	1.0		45	8	False	False	0.9896907210350037	0					non-mobilizable	no_good_hit	631.0	89.382	87.0	0.0010194999595436523	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
MAD0072_000000001463	3729	0.536092748711071	6	4	2	3	1	False	16320	maximal	True	MAD0072_000000001463	1.0		13	2	False	False	1.0	0					non-mobilizable	no_good_hit	1371.0	90.51799999999999	36.0	0.005608642314682991	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0152_000000019179	1428	0.5360921307499044	3	3	2	2	2	False	90142	fragment	False	CHI0011_000000004067	0.3252706749596867		0	0	False	False	1.0	0					non-mobilizable	chromosome	1428.0	99.93	100.0	0.0002996153082216372	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ISR0392_000000005212	5444	0.5360919037758043	8	5	5	5	3	False	103644	maximal	True	ISR0392_000000005212	1.0		14	5	False	False	0.9976120591163635	0					non-mobilizable	no_good_hit	1484.0	93.12700000000001	27.0	0.003170754652435687	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ENG0060_000000002790	8067	0.536090242727888	19	8	6	8	5	False	63358	maximal	True	ENG0060_000000002790	1.0		23	8	False	False	0.9977687001228333	0					non-mobilizable	no_good_hit								True	False
ENG0047_000000001775	7447	0.536090082373481	7	3	3	3	2	False	112443	maximal	True	ENG0047_000000001775	1.0	PS720	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	744.0	92.339	10.0	0.8619489559164734	GQ879420.1		Uncultured organism clone VC1C785TF genomic sequence	True	True
SPA0120_000000022345	1819	0.5360895481000989	4	3	2	2	2	True	4173	maximal	True	SPA0120_000000022345	1.0		15	6	False	False	0.9945024847984314	0					non-mobilizable	no_good_hit	74.0	83.78399999999999	4.0	3.125191310940696e-05	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	True
ENG0126_000000002215	10131	0.5360749144791729	8	6	6	6	6	False	58783	maximal	True	ENG0126_000000002215	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2728.0	99.633	27.0	0.0006581313125218714	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
AST0097_000000012913	1657	0.5360671019536862	3	3	2	1	1	True	108971	fragment	False	AST0097_000000012913	1.0		0	0	False	False	0.9993965029716492	0					non-mobilizable	other	1657.0	98.853	100.0	0.03313922074803386	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	False	True
ISR0155_000000017109	1105	0.5360671019536862	3	3	2	1	1	True	30587	fragment	False	ISR0397_000000015891	0.984375		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	98.73299999999999	100.0	0.0032832420825985196	NZ_BHEO01000005.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
CHI0087_000000001063	5721	0.536064003312666	6	6	6	4	5	False	90632	fragment	False	CHI0087_000000001063	1.0		0	0	False	False	0.9998251795768738	0					non-mobilizable	other	5170.0	99.92299999999999	90.0	0.010776787687483582	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0047_000000005422	5033	0.536064003312666	6	6	6	4	5	False	90631	fragment	False	ISR0047_000000005422	0.9861032090177659		0	0	False	False	0.9990065693855286	0					non-mobilizable	other	5033.0	100.0	100.0	0.010491157988666547	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0022_000000002379	5007	0.536064003312666	6	6	6	4	5	False	90631	fragment	False	ISR0047_000000005422	0.9855866185150836		0	0	False	False	0.9986019730567932	0					non-mobilizable	other	5007.0	100.0	100.0	0.010436950892540686	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0838_000000004230	4730	0.536064003312666	7	6	6	4	5	False	90631	fragment	False	ISR0047_000000005422	0.8631932731922133		0	0	False	False	0.9995771646499634	0					non-mobilizable	other	4729.0	99.57700000000001	99.0	0.00985318216503142	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0049_000000006006	4635	0.536064003312666	7	6	6	4	5	False	90631	fragment	False	ISR0047_000000005422	0.9564306837605001		0	0	False	False	0.9997842311859131	0					non-mobilizable	other	4635.0	100.0	100.0	0.009661372440278374	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0849_000000005576	4634	0.536064003312666	7	6	6	4	5	False	90631	fragment	False	ISR0047_000000005422	0.8578754141088665		0	0	False	False	0.9993526339530945	0					non-mobilizable	other	4634.0	100.0	100.0	0.009659287551965842	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0147_000000005133	4615	0.536064003312666	7	6	6	4	5	False	90631	fragment	False	ISR0047_000000005422	0.48579779546026564		0	0	False	False	0.9989165663719177	0					non-mobilizable	other	4175.0	99.83200000000001	97.0	0.00870232381651315	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0145_000000007547	4374	0.536064003312666	6	6	6	4	5	False	90631	fragment	False	ISR0047_000000005422	0.4813429133046876		0	0	False	False	0.9986282587051392	0					non-mobilizable	other	4193.0	99.785	97.0	0.008739851806138746	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0271_000000003278	4366	0.536064003312666	6	6	6	4	5	False	90631	fragment	False	ISR0047_000000005422	0.48049451688682077		0	0	False	False	1.0	0					non-mobilizable	other	4287.0	100.0	98.0	0.008935831307516856	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0049_000000003560	4231	0.536064003312666	6	6	6	4	5	False	90631	fragment	False	ISR0047_000000005422	0.4738211376185893		0	0	False	False	1.0	0					non-mobilizable	other	4231.0	100.0	100.0	0.008819077562015002	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0033_000000019181	1916	0.5360598739667478	3	1	1	1	1	False	83403	fragment	False	FIJ0033_000000019181	0.9937329700272479		0	0	False	False	1.0	0					non-mobilizable	chromosome	1916.0	98.64299999999999	100.0	0.0005359715260578721	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0084_01_000000012239	2676	0.5360597406095567	3	2	2	1	0	True	20704	maximal	True	USA0084_01_000000012239	1.0		3	3	False	False	0.998131513595581	0					non-mobilizable	no_good_hit								True	True
ISR0301_000000016970	1197	0.5360596910562675	2	2	2	1	1	False	25551	maximal	True	ISR0301_000000016970	1.0		561	11	False	False	0.9924812316894531	0					non-mobilizable	other	1197.0	98.413	100.0	0.013109435285864609	NZ_WAJR01000010.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_010, whole genome shotgun sequence	False	False
SPA0129_000000012919	2021	0.536058781559906	3	2	2	2	2	False	45419	fragment	False	SPA0129_000000012919	0.9522388059701492		0	0	False	False	1.0	0					non-mobilizable	other	2024.0	97.53	100.0	0.00745325130579341	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
AST0088_000000003960	3087	0.5360575388405018	4	2	2	1	2	False	110445	maximal	True	AST0088_000000003960	1.0		0	0	False	False	0.9902818202972412	0					non-mobilizable	no_good_hit	2087.0	75.515	67.0	0.000571504740323575	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0039_000000001953	9693	0.5360572947474155	8	6	4	4	5	False	64979	maximal	True	ENG0039_000000001953	1.0		3	2	False	False	0.9986588358879089	0					non-mobilizable	no_good_hit	1322.0	77.08	26.0	0.00046049824851873065	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0012_000000015497	2988	0.5360558182650208	6	4	0	4	3	False	13605	maximal	True	MON0012_000000015497	1.0		0	0	False	False	0.9695448279380798	0					non-mobilizable	no_good_hit	1939.0	98.65899999999999	65.0	0.0003638336578048703	CP056556.1	enterobacteria	Escherichia coli strain RHBSTW-00410 chromosome, complete genome	True	False
DEN0052_000000035435	1326	0.5360519093701144	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.2970909522401702		0	0	False	False	0.9917043447494507	0					non-mobilizable	chromosome	849.0	85.866	100.0	0.0002717143434553104	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0031_000000002567	8690	0.5360503640782559	8	6	3	4	5	False	92874	maximal	True	SPA0031_000000002567	1.0		1	1	False	False	0.9978135824203491	0					non-mobilizable	no_good_hit	1985.0	70.529	26.0	0.00037612413568436097	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0035_000000006898	2645	0.5360469922591623	4	3	3	3	2	False	59457	maximal	True	ISR0035_000000006898	1.0		0	0	False	False	0.9780718088150024	0					non-mobilizable	no_good_hit								True	False
SPA0030_000000006549	4577	0.5360456167163858	8	4	4	4	4	False	7346	maximal	True	SPA0030_000000006549	1.0		28	8	False	False	0.9962857961654663	0					non-mobilizable	no_good_hit	135.0	94.074	3.0	0.0002647331924057135	NZ_CABMOJ010000022.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
SPA0077_000000007015	4111	0.5360456167163858	6	4	4	4	4	False	5704	fragment	False	SPA0077_000000007015	1.0		0	0	False	False	0.998054027557373	0					non-mobilizable	no_good_hit	135.0	94.815	3.0	0.0002647331924057135	NZ_CABMOJ010000022.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
DEN0021_000000010147	3306	0.5360454369747776	3	3	2	3	1	False	126325	fragment	False	DEN0021_000000010147	0.946948788715118		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	90.678	25.0	0.8408163265306122	GQ879899.1		Uncultured organism clone VC1CC55TR genomic sequence	True	False
USA0025_01_000000004173	4175	0.5360398167037917	2	2	1	2	1	True	66365	fragment	False	USA0025_01_000000004173	1.0		0	0	False	False	0.9997605085372925	0					non-mobilizable	no_good_hit	129.0	98.45	3.0	5.3852328434750274e-05	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
ISR0199_000000024444	1249	0.5360396650351448	4	3	2	2	1	False	28797	fragment	False	ISR0199_000000024444	1.0		0	0	False	False	0.9887910485267639	0					non-mobilizable	other	1157.0	94.296	93.0	0.0012751231615022133	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	False	False
ENG0024_000000014607	1815	0.5360363386872486	3	3	3	3	2	False	68833	fragment	False	ENG0024_000000014607	0.9966461710452768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	73.46600000000001	30.0	0.0025032436719742155	NZ_OBJM01000003.1	firmicutes	Clostridium cadaveris strain LH052 isolate Clostridium cadaveris, whole genome shotgun sequence	True	False
DEN0096_000000011548	3726	0.5360357629767339	5	4	4	3	3	False	115988	backbone	False	ENG0038_000000005492	0.9241063388054357	PS760	0	0	False	True	0.9876543283462524	0					non-mobilizable	no_good_hit	1054.0	90.70200000000001	28.0	0.00023824327149415863	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0266_000000011028	1749	0.5360343216934018	4	3	3	3	3	False	108758	maximal	True	ISR0266_000000011028	1.0		34	5	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	83.564	78.0	0.9992679355783309	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	True	False
ISR0395_000000026158	1479	0.536032761686927	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.15182156657364543		0	0	False	False	1.0	0					non-mobilizable	other	1390.0	95.54	100.0	0.019841439897150204	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ENG0160_000000014856	1347	0.5360310805335857	2	1	1	1	1	False	56452	fragment	False	ENG0160_000000014856	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	99.18299999999999	100.0	0.0070315479331114865	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
MAD0039_000000004032	3249	0.5360290093433157	2	2	2	2	1	True	18493	fragment	False	MAD0039_000000004032	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3252.0	96.37100000000001	100.0	0.037567416775153434	CP010124.1	enterobacteria	Escherichia coli strain C5 plasmid B, complete genome	False	True
FIJ0015_000000005540	5151	0.5360279184117962	4	3	3	3	1	True	50387	maximal	True	FIJ0015_000000005540	1.0		3	2	False	False	0.9990293383598328	0					non-mobilizable	other	4767.0	99.245	93.0	0.025142229868800204	NZ_AKCB01000004.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.4, whole genome shotgun sequence	False	True
FIJ0158_000000013626	1371	0.5360255730553279	3	3	3	2	2	False	46376	fragment	False	ISR0811_000000010876	0.946985446985447		0	0	False	False	0.9890590906143188	0					non-mobilizable	chromosome	1371.0	98.979	100.0	0.0002693781180025593	CP034678.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 chromosome, complete genome	False	False
CAN0018_000000025361	1337	0.5360201027228898	2	2	2	2	2	False	92050	fragment	False	SPA0107_000000022826	0.9588804422944022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	74.242	15.0	9.953194334067167e-05	NZ_JDTH01000002.1	euryarchaeotes	Haladaptatus cibarius D43 HAPD43_2, whole genome shotgun sequence	True	False
FIJ0158_000000016339	1156	0.5360193021720443	2	2	2	2	1	False	119632	fragment	False	ENG0065_000000020600	0.8129290840750161		0	0	False	False	0.9982699155807495	0					non-mobilizable	other	1157.0	95.419	100.0	0.003718070466287885	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0160_000000007030	3054	0.5360176893015532	3	3	3	3	2	False	128249	maximal	False	ENG0091_000000006744	0.30416858205231484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1816.0	85.573	60.0	0.0010436128525514227	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0118_000000000333	14499	0.5360167245078605	15	9	7	8	4	True	41590	maximal	True	FIJ0118_000000000333	1.0		15	4	False	False	0.9991033673286438	0					non-mobilizable	no_good_hit	964.0	73.96300000000001	7.0	0.015920884156614325	NZ_KB905863.1	firmicutes	Propionispira raffinosivorans DSM 20765 F606DRAFT_scaffold00025.25, whole genome shotgun sequence	True	True
CHI0165_000000001698	10409	0.5360064768379351	15	9	4	8	5	True	114001	backbone	False	CAN0022_000000002344	0.9599982954380094	PS735	0	0	False	True	0.999711811542511	0					non-mobilizable	no_good_hit	1630.0	77.117	26.0	0.15286928291797958	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
ISR0078_000000000536	25248	0.5360047016435244	45	9	7	7	6	False	84285	backbone	False	ISR0311_000000000374	0.9926435690555292	PS418	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.133113951142345e-05	NZ_QJGZ01000038.1	CFB group bacteria	Flavobacterium sharifuzzamanii strain A7.6 contig10, whole genome shotgun sequence	True	True
ISR0790_000000016000	1128	0.5360042960906716	2	1	1	1	1	False	22060	fragment	False	ISR0790_000000016000	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	4.0	0.00016694026320914832	NZ_PJZH01000004.1	enterobacteria	Chimaeribacter coloradensis strain 2016-Iso4 NODE_4_length_251660_cov_30.8292_ID_5209, whole genome shotgun sequence	True	False
SPA0142_000000022179	1190	0.5360039581626349	2	2	2	2	2	False	3422	maximal	True	SPA0142_000000022179	1.0		246	13	False	False	1.0	0					non-mobilizable	other	1190.0	98.90799999999999	100.0	0.00024254342169815072	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	False	False
ENG0160_000000012529	1614	0.5360038658869648	3	3	2	3	2	False	56461	maximal	True	ENG0160_000000012529	1.0		10	5	False	False	0.9993804097175598	0					non-mobilizable	no_good_hit								True	False
MON0066_000000027595	1322	0.5360026762002368	3	2	2	2	2	False	10624	maximal	True	MON0066_000000027595	1.0		223	13	False	False	0.9992435574531555	0					non-mobilizable	no_good_hit	359.0	80.501	27.0	9.323086318685088e-05	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0269_000000006983	2487	0.5359987943976202	5	4	3	3	2	False	71209	fragment	False	ISR0269_000000006983	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2492.0	98.154	100.0	0.16929454940872637	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	False	False
BAN0018_000000000840	2782	0.535998631666978	3	3	3	3	3	False	98129	maximal	True	BAN0018_000000000840	1.0		212	13	False	False	0.999281108379364	0					non-mobilizable	chromosome	2782.0	99.605	100.0	0.0006798684854187646	CP054563.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student chromosome, complete genome	False	False
AST0024_000000006344	4879	0.53599203602743	5	5	5	5	4	False	121726	fragment	False	AST0024_000000006344	1.0		0	0	False	False	0.9997950196266174	0					non-mobilizable	no_good_hit	3061.0	76.87	62.0	0.01014592910870066	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
CHI0081_000000004065	2577	0.5359920268098131	3	2	2	2	1	True	130088	fragment	False	CHI0126_000000005431	0.9154571843251089		0	0	False	False	0.9837020039558411	0					non-mobilizable	other	2518.0	99.245	98.0	0.0007830344404492508	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0100_000000040884	1119	0.5359898084169343	2	1	1	1	1	False	9084	maximal	True	MON0100_000000040884	1.0		3	1	False	False	0.9919571280479431	0					non-mobilizable	no_good_hit								True	False
ENG0192_000000002760	5658	0.5359885893353066	2	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.7744780253530306		0	0	False	False	1.0	0					non-mobilizable	other	5658.0	100.0	100.0	0.012505581862153427	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0151_000000004351	5574	0.5359885893353066	2	1	1	1	1	False	105179	fragment	False	DEN0079_000000005641	0.7466827129469413		0	0	False	False	0.9908503890037537	0					non-mobilizable	other	5574.0	100.0	100.0	0.012319888230118623	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0131_000000000152	46180	0.5359883252258325	69	22	9	16	13	False	65970	maximal	True	SPA0131_000000000152	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	90.28	1.0	0.0001882799873369212	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0020_000000005972	1719	0.5359835679909475	2	2	2	2	2	False	89366	maximal	True	CHI0020_000000005972	1.0		1	1	False	False	0.9953461289405823	0					non-mobilizable	no_good_hit	1139.0	95.435	66.0	0.00018146571677283793	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0832_000000011948	1125	0.5359824860514057	3	1	1	1	1	False	20991	maximal	True	ISR0832_000000011948	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.922277343327277e-05	NZ_FQWQ01000002.1	CFB group bacteria	Chryseolinea serpens strain DSM 24574, whole genome shotgun sequence	True	False
MAD0048_000000005537	4041	0.5359816595966969	2	1	1	1	1	False	17564	maximal	True	MAD0048_000000005537	1.0		1	1	False	False	0.9992576241493225	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000009091	2730	0.5359801543646661	6	3	0	0	3	False	35509	maximal	True	ISR0058_000000009091	0.999603017070266		5	3	True	True	0.9989010691642761	28	rep_cluster_2335				non-mobilizable	plasmid	1410.0	100.0	100.0	0.5337121212121212	CP011067.1	enterobacteria	Escherichia coli str. Sanji plasmid pSJ_2, complete sequence	False	True
MON0015_000000015414	2440	0.5359801543646661	3	3	0	0	3	False	35509	maximal	False	ISR0058_000000009091	0.960989010989011		0	0	False	True	0.9959016442298889	0					non-mobilizable	plasmid	2162.0	99.399	100.0	0.8143939393939394	CP011067.1	enterobacteria	Escherichia coli str. Sanji plasmid pSJ_2, complete sequence	False	True
USA0145_01_000000010026	2407	0.5359688445898915	4	2	0	2	1	False	114819	fragment	False	USA0023_01_000000011363	0.5492459325845469		0	0	False	False	0.9995845556259155	0					non-mobilizable	plasmid	1507.0	99.071	99.0	0.181928001932834	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0010_000000015329	1436	0.5359688445898915	3	2	0	2	1	False	114814	fragment	False	ISR0010_000000015329	1.0		0	0	False	False	0.9993036389350891	0					non-mobilizable	plasmid	1245.0	100.0	99.0	0.15027784489007007	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0125_000000011265	1353	0.5359688445898915	3	2	0	2	1	False	114810	fragment	False	ENG0075_000000014574	0.12508934953538242		0	0	False	False	1.0	0					non-mobilizable	plasmid	1109.0	88.729	95.0	0.1327615366030442	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
CHI0053_000000010096	1180	0.5359688445898915	3	2	0	2	1	False	86410	fragment	False	CHI0053_000000010096	1.0		0	0	False	False	0.9991525411605835	0					non-mobilizable	plasmid	1008.0	99.90100000000001	99.0	0.1216477410002416	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
DEN0077_000000005966	2079	0.5359687402051179	3	3	3	3	3	False	95983	maximal	True	DEN0077_000000005966	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.003893294881038212	NZ_PVXP01000107.1	firmicutes	Clostridium luticellarii strain DSM 29923 CLLU_contig000107, whole genome shotgun sequence	True	False
ENG0078_000000020121	1282	0.5359684428556234	1	1	1	1	1	False	61893	fragment	False	ENG0078_000000020121	1.0		0	0	False	False	0.9984399080276489	0					non-mobilizable	other	1282.0	99.29799999999999	100.0	0.0005370391409721456	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
ISR0032_000000026850	1259	0.5359684428556234	1	1	1	1	1	False	61420	fragment	False	MON0080_000000039846	0.632494899736279		0	0	False	False	0.9984114170074463	0					non-mobilizable	other	1259.0	99.206	100.0	0.005136580784778082	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0125_000000014944	1252	0.5359684428556234	1	1	1	1	1	False	104675	fragment	False	MON0044_000000041950	0.9087215064760168		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	98.00299999999999	100.0	0.00038918398291696974	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0063_000000004587	2796	0.5359681179293265	4	3	2	3	2	False	126727	maximal	True	CHI0063_000000004587	1.0	PS974|PS975	34	5	False	True	1.0	0					non-mobilizable	no_good_hit	2178.0	99.954	78.0	0.33394692437490414	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0048_000000001432	17083	0.5359654160183076	23	7	0	7	1	False	47826	maximal	True	FIJ0048_000000001432	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.0004117536964252293	NZ_AWQP01000014.1	g-proteobacteria	Pseudomonas syringae pv. coryli str. NCPPB 4273 contig14, whole genome shotgun sequence	True	False
USA0055_01_000000020657	1273	0.5359644884863632	2	2	1	2	1	False	1024	maximal	True	USA0055_01_000000020657	1.0		704	12	False	False	0.9874312877655029	0					non-mobilizable	other	1273.0	97.486	100.0	0.002029705182130935	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0100_000000010736	3765	0.5359581219854809	5	5	5	5	5	False	9131	maximal	True	MON0100_000000010736	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	75.705	20.0	0.00032888909119063655	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0251_000000000944	9668	0.5359569968886063	9	6	4	6	5	True	33319	maximal	True	ISR0251_000000000944	1.0		8	2	False	False	0.9998965859413147	0					non-mobilizable	no_good_hit	1878.0	98.72200000000001	19.0	0.07301797245779196	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	True
MAD0112_000000018594	1555	0.5359560765519922	2	2	2	2	2	False	46288	fragment	False	MAD0112_000000018594	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	96.27	36.0	0.00018882931546512094	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0006_000000004072	4638	0.5359527245627558	4	2	2	2	1	True	119498	fragment	False	MON0006_000000004072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	91.65100000000001	45.0	0.00021825616370633482	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
USA0057_01_000000018719	1710	0.5359522652079256	2	1	1	1	1	False	56264	maximal	True	USA0057_01_000000018719	1.0		309	12	False	False	0.9783625602722168	0					non-mobilizable	other	1710.0	99.415	100.0	0.0054628913367301924	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0119_000000003689	2865	0.5359516794097811	4	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.4455395436698931		0	0	False	False	0.9989528656005859	0					non-mobilizable	other	1855.0	88.086	100.0	0.0005573006536164175	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0203_000000015674	1216	0.5359460940267208	2	1	1	1	1	False	54077	fragment	False	ENG0203_000000015674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000013939	2047	0.5359404227099257	4	1	1	1	1	False	83990	maximal	True	MAD0112_000000013939	1.0		367	15	False	False	0.9956033229827881	0					non-mobilizable	other	2047.0	98.14399999999999	100.0	0.01590015387245683	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	False
FIJ0095_000000010128	2654	0.5359349582822373	4	4	4	3	3	False	43669	maximal	True	FIJ0095_000000010128	0.988349028619061		20	4	False	False	0.997362494468689	0					non-mobilizable	no_good_hit	466.0	85.62200000000001	83.0	0.00779072500755566	NZ_PDYG01000087.1	firmicutes	Agathobacter ruminis strain JK623 contig000088, whole genome shotgun sequence	True	False
ENG0004_000000009570	2753	0.5359337930468293	3	3	3	3	3	False	103006	maximal	True	ENG0004_000000009570	0.9992144540455616		31	9	False	False	0.9978205561637878	0					non-mobilizable	no_good_hit	692.0	73.41	25.0	0.0012040684094468171	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0104_000000038979	1186	0.5359335516559871	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.0111685104320456		0	0	False	False	0.9991568326950073	0					non-mobilizable	other	1029.0	91.059	97.0	0.00214956182813124	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0071_000000031313	1395	0.5359328855799987	2	2	2	1	1	False	70393	fragment	False	DEN0071_000000031313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0004_000000028637	1578	0.5359325909500692	4	2	2	1	1	False	14720	maximal	True	MON0004_000000028637	1.0		9	5	False	False	0.9980988502502441	0					non-mobilizable	no_good_hit	1149.0	94.169	73.0	0.01246603630040213	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0006_000000012390	1785	0.535927520514128	3	3	3	3	2	False	56212	fragment	False	ISR0830_000000016133	0.977591996951289		0	0	False	False	0.9859943985939026	0					non-mobilizable	chromosome	1785.0	98.711	100.0	0.0006295240424194754	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0102_000000009071	1888	0.5359266777833122	3	2	2	2	1	False	89530	maximal	True	ISR0102_000000009071	1.0		1	1	False	False	0.9835805296897888	0					non-mobilizable	no_good_hit	588.0	99.83	31.0	0.00016300936956751142	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0101_000000024318	2570	0.5359262514349478	4	2	2	2	1	False	9058	maximal	True	MON0101_000000024318	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	88.0	4.0	4.566502810705543e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
ISR0291_000000006624	2130	0.535925613177012	2	2	1	2	2	True	114494	maximal	True	ISR0291_000000006624	1.0		9	4	False	False	0.9995304942131042	0					non-mobilizable	other	1166.0	91.509	90.0	0.0003504581095675365	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0095_000000011549	1701	0.5359243590411625	1	1	1	1	1	False	101791	fragment	False	ENG0084_000000015116	0.6322204557498675		0	0	False	False	1.0	0					non-mobilizable	chromosome	1701.0	99.471	100.0	0.0002399493678604477	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MAD0015_000000013943	1503	0.5359209999117763	2	1	1	1	1	True	27412	fragment	False	MAD0015_000000013943	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	860.0	76.163	57.0	0.018536245757549388	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ENG0070_000000017917	1443	0.5359207621548845	2	2	2	1	0	False	62335	maximal	True	ENG0070_000000017917	1.0		72	7	False	False	0.992376983165741	0					non-mobilizable	other	880.0	85.455	99.0	0.02343078245915735	NZ_SLUM01000032.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_132, whole genome shotgun sequence	False	False
DEN0079_000000052572	1199	0.5359207621548845	2	2	2	1	0	False	69421	fragment	False	DEN0079_000000052572	0.9754768392370572		0	0	False	False	1.0	0					non-mobilizable	other	1199.0	95.913	100.0	0.0004738209945415663	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0268_000000018401	1101	0.5359207621548845	2	2	2	1	0	False	69421	fragment	False	DEN0079_000000052572	0.9366138448707256		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	1101.0	98.54700000000001	100.0	0.0012016841056520665	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
USA0018_01_000000012111	1877	0.5359200917587494	2	2	2	2	2	False	9873	maximal	True	USA0018_01_000000012111	0.9616858237547893		330	11	False	False	1.0	0					non-mobilizable	other	1877.0	100.0	100.0	0.006414223437900675	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0120_000000004650	5638	0.5359183934386753	7	7	5	6	5	False	109939	fragment	False	ISR0120_000000004650	1.0		0	0	False	False	0.999113142490387	0					non-mobilizable	other	5636.0	99.698	99.0	0.011746260752811473	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0843_000000007529	2187	0.5359169476229421	2	1	1	1	1	False	34948	maximal	True	ISR0843_000000007529	1.0		454	12	False	False	1.0	0					non-mobilizable	chromosome	2187.0	97.66799999999999	100.0	0.00044356178693890193	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
MON0018_000000018050	1213	0.5359101870370679	3	2	2	1	1	False	13251	maximal	True	MON0018_000000018050	1.0		13	7	False	False	0.9934048056602478	0					non-mobilizable	no_good_hit								True	False
ISR0244_000000002639	6893	0.5359050039180452	9	3	3	3	1	True	27210	maximal	True	ISR0244_000000002639	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0109_000000007220	3405	0.5359045358514877	4	4	4	3	3	False	81279	fragment	False	ENG0109_000000007220	0.9808920651073386		0	0	False	False	0.9997063279151917	0					non-mobilizable	no_good_hit	946.0	74.419	27.0	0.0003602982399741579	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
FIJ0130_000000006400	3326	0.5359045358514877	4	4	4	3	3	False	81279	fragment	False	ENG0109_000000007220	0.9729936179826048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	74.101	28.0	0.0003602982399741579	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MON0093_000000011380	3597	0.5358999015056369	4	3	3	3	2	False	130682	fragment	False	ISR0168_000000004408	0.10732136012583396		0	0	False	False	1.0	0					non-mobilizable	other	3597.0	98.63799999999999	100.0	0.0255970388297683	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
ISR0236_000000003064	3175	0.5358985296299947	3	1	1	1	1	False	71725	maximal	True	ISR0236_000000003064	0.9998839368616528		11	7	False	False	1.0	0					non-mobilizable	other	3172.0	99.811	99.0	0.01614011513383927	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0103_000000004934	3151	0.5358985296299947	3	1	1	1	1	False	71725	maximal	False	ISR0236_000000003064	0.9973642518222826		0	0	False	False	0.9984132051467896	0					non-mobilizable	other	3151.0	99.81	100.0	0.016033226954144972	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0062_000000006413	2872	0.5358985296299947	3	1	1	1	1	False	71725	maximal	False	ISR0236_000000003064	0.938674536517591		0	0	False	False	1.0	0					non-mobilizable	other	2873.0	99.82600000000001	100.0	0.014618231051525193	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0080_000000002577	10387	0.5358957838694831	12	7	5	4	6	True	87269	maximal	True	MON0080_000000002577	1.0		84	7	False	False	0.9985558986663818	0					non-mobilizable	chromosome	10390.0	97.96	100.0	0.0027697387567893013	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
USA0005_01_000000014502	2295	0.53589544000703	3	3	3	3	2	False	125803	maximal	False	ISR0226_000000002952	0.9625156184922949		0	0	False	False	1.0	0					non-mobilizable	chromosome	1905.0	98.898	98.0	0.0005102401773406196	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0268_000000000985	11120	0.5358953950180716	8	6	6	5	5	False	56305	fragment	False	ISR0268_000000000985	1.0		0	0	False	False	0.9974820017814636	0					non-mobilizable	no_good_hit	1794.0	89.01899999999999	16.0	0.13978914486528699	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
DEN0007_000000005147	5509	0.5358936321288733	9	7	1	7	5	False	76327	maximal	True	DEN0007_000000005147	1.0		6	5	False	False	0.999455451965332	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000006219	5585	0.5358917619670148	8	3	1	2	1	True	92528	maximal	True	SPA0040_000000006219	1.0	PS490	1	1	False	True	0.9983885288238525	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0136_000000016066	1716	0.5358913451786188	3	2	2	1	1	False	40531	maximal	True	FIJ0136_000000016066	1.0		16	2	False	False	0.9836829900741577	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0002416426613759642	NZ_QEKH01000010.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_110, whole genome shotgun sequence	True	False
ISR0212_000000025955	1386	0.5358896841518651	2	2	2	1	1	False	115808	fragment	False	ISR0212_000000025955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	77.483	64.0	0.006587518308884686	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0130_000000005989	4565	0.5358889588785517	4	4	4	1	2	False	59318	maximal	True	ISR0130_000000005989	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	2653.0	85.413	58.0	0.019661314172344867	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
AUS0012_000000002351	5912	0.5358873288461032	8	3	1	2	1	False	110302	fragment	False	AUS0012_000000002351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	208.0	92.30799999999999	4.0	0.01900719689979701	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0362_000000004934	4647	0.5358873288461032	7	3	1	2	1	False	110297	fragment	False	ISR0384_000000002486	0.9645287992857051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	92.833	13.0	0.054991695884849603	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
SPA0021_000000006861	4561	0.5358873288461032	7	3	1	2	1	False	110297	fragment	False	ISR0384_000000002486	0.7921065908202483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	514.0	91.051	11.0	0.04705665251891493	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AST0116_000000005718	4550	0.5358873288461032	7	3	1	2	1	False	110297	fragment	False	ISR0384_000000002486	0.7913571564885189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	91.054	11.0	0.04604170511164422	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0199_000000005254	4545	0.5358873288461032	7	3	1	2	1	False	110297	fragment	False	ISR0384_000000002486	0.7815101772039128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	586.0	92.15	13.0	0.05369994463923233	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AST0089_000000004240	4503	0.5358873288461032	6	3	1	2	1	False	110297	fragment	False	ISR0384_000000002486	0.7246510876073667		0	0	False	False	0.9962247610092163	0					non-mobilizable	no_good_hit	477.0	95.59700000000001	11.0	0.04382727440487175	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0214_000000005957	4389	0.5358873288461032	6	3	1	2	1	False	110297	fragment	False	ISR0384_000000002486	0.6089778837447982		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	89.443	8.0	0.03118656578704558	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0391_000000002631	4380	0.5358873288461032	6	3	1	2	1	False	110297	fragment	False	ISR0384_000000002486	0.6079972604727328		0	0	False	False	0.9997717142105103	0					non-mobilizable	no_good_hit	331.0	89.728	8.0	0.030263886325890384	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
SPA0001_000000007684	4380	0.5358873288461032	6	3	1	2	1	False	110297	fragment	False	ISR0384_000000002486	0.6082080387386181		0	0	False	False	0.9984018206596375	0					non-mobilizable	no_good_hit	331.0	89.426	8.0	0.030263886325890384	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0292_000000003773	4321	0.5358873288461032	6	3	1	2	1	False	110297	fragment	False	ISR0384_000000002486	0.5971700956195828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	93.796	6.0	0.025096881343421296	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0290_000000002423	4086	0.5358873288461032	6	3	1	2	1	False	110297	fragment	False	ISR0384_000000002486	0.3517848084894437		0	0	False	False	0.9995105266571045	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	8.163124626423672e-06	LR131494.1	apicomplexans	Plasmodium falciparum genome assembly, chromosome: 14	True	False
USA0120_01_000000002079	5399	0.5358750875084934	9	7	5	4	4	True	107304	maximal	True	USA0120_01_000000002079	0.9933419918784316		685	13	False	False	1.0	0					non-mobilizable	other	5399.0	100.0	100.0	0.03334321646529785	NZ_CZAI01000010.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MAD0049_000000010797	1716	0.5358734942998103	3	3	3	3	1	False	17458	fragment	False	MAD0049_000000010797	1.0		0	0	False	False	0.9627039432525635	0					non-mobilizable	no_good_hit	884.0	76.923	73.0	0.000296202847788425	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0178_000000005219	3950	0.5358651004518921	5	4	3	3	3	True	128162	maximal	False	ISR0005_000000002093	0.24604963803110874		0	0	False	False	1.0	0					non-mobilizable	other	3953.0	99.115	100.0	0.01834069655624155	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0118_000000003701	2490	0.5358622243316297	4	2	1	2	2	False	126726	fragment	False	CHI0118_000000003701	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2490.0	99.43799999999999	100.0	0.38180702561742597	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0010_000000014239	1349	0.5358553426443228	2	2	2	2	2	False	51052	fragment	False	FIJ0010_000000014239	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1349.0	98.814	100.0	0.00025550221264536785	CP052544.1	enterobacteria	Klebsiella pneumoniae strain B16KP0102 chromosome, complete genome	False	False
ENG0130_000000003146	8557	0.5358528329156732	8	6	3	5	2	True	58478	maximal	True	ENG0130_000000003146	1.0		1	1	False	False	0.9996494054794312	0					non-mobilizable	no_good_hit	1154.0	76.43	13.0	0.028154714738510302	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
DEN0083_000000019800	1533	0.5358520819593983	2	2	2	2	2	False	69079	maximal	True	DEN0083_000000019800	1.0		7	4	False	False	0.9928245544433594	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.0274660604977423e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0024_000000000361	37153	0.5358519683993727	36	26	18	20	18	True	96965	maximal	True	ISR0024_000000000361	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	6323.0	95.698	51.0	0.0508845816255043	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
ISR0124_000000011699	1161	0.5358513478574002	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.6616720247271803		0	0	False	False	0.9974160194396973	0					non-mobilizable	other	1161.0	99.311	100.0	0.005414159895077315	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0047_01_000000017835	2024	0.5358500289167664	2	1	1	0	1	False	1168	fragment	False	USA0047_01_000000017835	1.0		0	0	False	False	0.9985178112983704	0					non-mobilizable	other	2051.0	79.278	99.0	0.009583093287619263	NZ_FQZN01000008.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
ISR0032_000000016662	1998	0.5358496909841052	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.24893487358726205		0	0	False	False	0.9979979991912842	0					non-mobilizable	chromosome	1998.0	98.79899999999999	100.0	0.0007046858255110384	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0067_000000015085	1801	0.5358496722472013	3	2	2	2	1	False	115328	fragment	False	ENG0104_000000014764	0.6814594035783249		0	0	False	False	0.988895058631897	0					non-mobilizable	other	1676.0	99.344	100.0	0.020829965304117494	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0085_000000000729	11547	0.5358494449035801	12	5	3	5	3	False	22111	maximal	True	MAD0085_000000000729	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2165.0	98.476	19.0	0.0026362691674676588	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0094_000000001252	8739	0.5358494449035801	10	5	3	5	3	False	22108	fragment	False	MAD0094_000000001252	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	243.0	96.296	3.0	0.0005900668823743121	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0109_000000003316	8276	0.5358494449035801	11	5	3	5	3	False	22107	fragment	False	MON0109_000000003316	0.991558696505693		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	97.021	3.0	0.0005705605391553266	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0789_000000001787	7641	0.5358494449035801	8	5	3	5	3	False	22107	fragment	False	MON0109_000000003316	0.9531174480425326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	96.17	3.0	0.0005705605391553266	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
FIJ0155_000000005970	3807	0.5358453995416974	3	2	2	2	2	False	49356	fragment	False	FIJ0155_000000005970	1.0		0	0	False	False	0.9997373223304749	0					non-mobilizable	no_good_hit	46.0	89.13	1.0	7.022070530982845e-06	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	False
FIJ0142_000000012728	2654	0.5358453995416974	3	2	2	2	2	False	43308	fragment	False	FIJ0142_000000012728	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	2.0	7.022070530982845e-06	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	False
CHI0091_000000004793	1174	0.5358440317163418	2	2	2	2	2	False	83698	maximal	True	CHI0091_000000004793	1.0		335	13	False	False	1.0	0					non-mobilizable	other	1174.0	100.0	100.0	0.0002830905865743143	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CHI0023_000000008964	1499	0.5358406361593896	3	3	2	3	2	False	89061	fragment	False	CHI0023_000000008964	1.0		0	0	False	False	0.9839892983436584	0					non-mobilizable	chromosome	1499.0	100.0	100.0	0.00029175511345631844	CP023364.1	enterobacteria	Escherichia coli strain 144 chromosome, complete genome	False	False
SPA0023_000000016331	1705	0.5358282067840261	3	3	2	2	2	False	122422	maximal	True	SPA0023_000000016331	1.0	PS871	36	9	False	True	0.9976539611816406	0					non-mobilizable	no_good_hit	1490.0	99.866	87.0	0.6444348202685145	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
DEN0020_000000010695	1110	0.5358210417218253	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.3758407903665536	PS354	0	0	False	True	0.9873873591423035	0					non-mobilizable	chromosome	1110.0	99.009	100.0	0.00038655499677231806	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0149_000000007368	3095	0.5358207794192892	3	2	2	2	2	False	94611	maximal	True	ENG0149_000000007368	1.0		4	3	False	False	0.9896607398986816	0					non-mobilizable	no_good_hit								True	False
ISR0097_000000015780	1898	0.5358198663229885	3	3	3	3	3	False	128154	fragment	False	ISR0009_000000015954	0.9571430350551658		0	0	False	False	1.0	0					non-mobilizable	other	1898.0	99.52600000000001	100.0	0.0005385067834254595	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0179_000000019358	1151	0.5358152079747053	2	2	2	2	2	False	56716	fragment	False	ENG0155_000000016779	0.9557152160668894		0	0	False	False	0.9669852256774902	0					non-mobilizable	other	1151.0	98.95700000000001	100.0	0.04876807599338451	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
ENG0169_000000008918	2611	0.5358130075511072	4	4	4	4	3	False	55913	maximal	True	ENG0169_000000008918	1.0		2	2	False	False	0.9988510012626648	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000027498	1462	0.5358111413087923	2	2	2	2	2	False	41122	maximal	True	FIJ0126_000000027498	1.0		2	1	False	False	0.9993159770965576	0					non-mobilizable	no_good_hit	805.0	78.137	55.0	0.007261514883368759	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
SPA0049_000000004457	4927	0.5358088941889382	7	2	2	2	2	False	83986	maximal	True	SPA0049_000000004457	1.0		10	4	False	False	0.9971585273742676	0					non-mobilizable	no_good_hit	210.0	75.238	4.0	0.007591993897344619	KC246827.1	bacteria	Uncultured bacterium Contig178 genomic sequence	True	False
ENG0058_000000005777	5033	0.5358066703288662	6	5	4	3	5	False	63479	fragment	False	ENG0058_000000005777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.0008123138447439129	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	True	False
MON0051_000000020776	1716	0.535805137081135	2	2	2	2	1	False	11265	fragment	False	MON0051_000000020776	1.0		0	0	False	False	0.9708624482154846	0					non-mobilizable	no_good_hit								True	False
ENG0189_000000004299	3231	0.5358023429521028	6	4	4	4	4	False	95839	fragment	False	ENG0189_000000004299	1.0		0	0	False	False	0.9879294633865356	0					non-mobilizable	chromosome	3186.0	99.59200000000001	99.0	0.0004495521980208976	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0046_000000024972	1367	0.5358009103238872	2	2	2	2	1	False	127812	maximal	True	FIJ0046_000000024972	1.0		66	8	False	False	1.0	0					non-mobilizable	chromosome	1300.0	88.385	95.0	0.00043117710001928683	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0147_000000008558	2272	0.5358005851644857	3	2	2	2	1	True	83179	maximal	False	CHI0140_000000013217	0.9573520108957122		0	0	False	False	1.0	0					non-mobilizable	other	2272.0	99.47200000000001	100.0	0.0006306546478497759	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0010_000000000537	12097	0.5358002247892627	11	9	5	7	4	True	90398	maximal	True	CHI0010_000000000537	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5733.0	96.93	77.0	0.016917925915428084	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
ENG0183_000000020390	1488	0.5357987224159056	2	2	1	2	1	False	110485	fragment	False	ENG0183_000000020390	0.9486814995412945		0	0	False	False	0.9979838728904724	0					non-mobilizable	other	1481.0	99.12200000000001	99.0	0.0073008543972848715	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0092_000000050778	1100	0.5357946965442187	2	2	2	1	2	False	38840	fragment	False	ISR0329_000000013230	0.6043627864714072		0	0	False	False	0.9909090995788574	0					non-mobilizable	other	1069.0	94.387	97.0	0.01677820718258083	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
CHI0109_000000007117	2542	0.5357899412723147	3	3	2	2	0	True	82805	maximal	True	CHI0109_000000007117	1.0		1	1	False	False	0.9917387962341309	0					non-mobilizable	other	2314.0	97.105	91.0	0.013316898406810511	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0365_000000012135	1409	0.5357891751043198	2	2	2	2	1	True	23647	fragment	False	ISR0365_000000012135	1.0		0	0	False	False	0.9936124682426453	0					non-mobilizable	no_good_hit								True	True
CHI0162_000000027132	1230	0.5357887627246541	2	2	2	2	2	False	78513	fragment	False	CHI0162_000000027132	1.0		0	0	False	False	0.9569105505943298	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.303219956792415e-07	CP050586.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 06a	True	False
MAD0100_000000007666	4832	0.5357829154420137	7	5	2	3	5	False	73886	maximal	True	MAD0100_000000007666	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1663.0	81.058	34.0	0.005836930525578953	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
DEN0022_000000033465	1256	0.5357821688885979	2	1	1	1	1	False	74451	fragment	False	DEN0051_000000038854	0.988880063542494		0	0	False	False	0.9960191249847412	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.00015449401004652476	AL807234.6	rodents	Mouse DNA sequence from clone RP23-293E12 on chromosome 4, complete sequence	True	False
USA0015_01_000000010712	3078	0.535778634368801	3	3	2	3	2	False	91313	maximal	True	USA0015_01_000000010712	1.0		206	12	False	False	0.9987004399299622	0					non-mobilizable	other	2892.0	97.822	98.0	0.0007816853633944667	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0087_000000029475	1733	0.535774961259524	2	2	1	2	1	False	9691	maximal	True	MON0087_000000029475	1.0		1	1	False	False	0.9826889634132385	0					non-mobilizable	no_good_hit								True	False
FIJ0135_000000008644	3331	0.5357733661441751	2	2	1	2	2	False	44274	fragment	False	FIJ0135_000000008644	0.970168810906945		0	0	False	False	1.0	0					non-mobilizable	chromosome	3345.0	83.169	100.0	0.0008883010748443005	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0055_000000003321	3578	0.5357700007251514	2	2	2	2	1	False	71620	maximal	True	ISR0055_000000003321	1.0		140	11	False	False	0.998602569103241	0					non-mobilizable	other	2294.0	92.764	100.0	0.07963555431909862	NZ_QRYH01000030.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf30, whole genome shotgun sequence	False	False
FIJ0048_000000017996	1841	0.535766398108276	2	2	2	2	2	False	81201	fragment	False	DEN0010_000000020867	0.13410623975962252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1488.0	74.73100000000001	79.0	0.0004446050470906272	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
USA0111_01_000000010542	2369	0.5357556992986401	3	2	1	2	1	True	105830	fragment	False	USA0111_01_000000010542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	925.0	76.0	39.0	0.0002958882174282028	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
USA0051_01_000000009678	2129	0.5357556992986401	3	2	1	2	1	True	1097	fragment	False	USA0051_01_000000009678	1.0		0	0	False	False	0.9990605711936951	0					non-mobilizable	no_good_hit	924.0	75.758	43.0	0.0002955658991085642	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
USA0130_01_000000017054	2083	0.5357556992986401	2	2	1	2	1	True	105829	fragment	False	USA0130_01_000000017054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	76.082	44.0	0.0002955658991085642	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0785_000000026270	1462	0.5357556350162426	3	2	2	2	1	False	22168	maximal	True	ISR0785_000000026270	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	1.1326465849729043e-05	CP017237.1	firmicutes	Moorella thermoacetica strain DSM 103284, complete genome	True	False
ISR0180_000000006412	3339	0.5357545964847313	4	4	1	4	1	True	93168	maximal	True	ISR0180_000000006412	1.0		1	1	False	False	0.9994010329246521	0					non-mobilizable	no_good_hit	1447.0	96.89	76.0	0.005597405720758113	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0266_000000005278	2984	0.5357533403539033	3	3	3	3	3	False	26581	maximal	True	ISR0266_000000005278	1.0		207	10	False	False	0.9936327338218689	0					non-mobilizable	chromosome	2984.0	99.765	100.0	0.001285640094041793	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
DEN0007_000000016895	1509	0.5357530611817484	3	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.7292128426472253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	73.529	29.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
ENG0146_000000010900	2134	0.5357516693133146	3	3	3	1	0	False	57424	fragment	False	ENG0146_000000010900	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2134.0	100.0	100.0	0.004447066770633097	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0375_000000012784	1777	0.5357491410806374	2	2	1	1	1	False	37325	maximal	True	ISR0375_000000012784	1.0		1	1	False	False	0.9994372725486755	0					non-mobilizable	no_good_hit								True	False
SPA0124_000000012957	2254	0.5357467964566223	3	3	2	2	3	False	4053	fragment	False	SPA0124_000000012957	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	77.325	95.0	0.47988338192419827	KU546415.1	bacteria	Uncultured bacterium clone CH_03F_000_Contig_13 genomic sequence	False	False
ISR0177_000000009519	2905	0.5357443062395415	4	3	3	3	3	False	60782	fragment	False	ENG0097_000000010106	0.9651573538856776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	72.202	9.0	0.18421052631578946	XM_017133316.1	flies	PREDICTED: Drosophila rhopaloa glyceraldehyde-3-phosphate dehydrogenase (LOC108051266), mRNA	True	False
FIJ0082_000000025091	1275	0.5357439110690516	2	2	2	2	1	True	44160	fragment	False	FIJ0082_000000025091	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	96.15700000000001	100.0	0.003939929984289761	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0105_000000005201	5675	0.5357434687607662	4	3	3	3	2	False	14861	maximal	True	MAD0105_000000005201	1.0		1	1	False	False	0.9996475577354431	0					non-mobilizable	no_good_hit	2342.0	98.42	47.0	0.018472634303389936	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0097_000000033238	1128	0.5357410282630384	2	2	2	2	1	True	9210	fragment	False	MON0097_000000033238	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1128.0	99.20200000000001	100.0	0.000514041966258413	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	True
FIJ0160_000000010230	1808	0.5357390899594396	2	2	2	2	1	False	47744	fragment	False	FIJ0160_000000010230	0.9809775492226747		0	0	False	False	1.0	0					non-mobilizable	other	772.0	89.896	92.0	0.0024512843012885932	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
FIJ0100_000000010530	1755	0.5357390899594396	2	2	2	2	1	False	47744	fragment	False	FIJ0160_000000010230	0.9691107714809246		0	0	False	False	1.0	0					non-mobilizable	other	744.0	89.65100000000001	94.0	0.0023622623033170234	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
FIJ0055_000000011809	1214	0.5357339458702629	2	2	2	1	1	False	86877	fragment	False	DEN0076_000000007165	0.949640910954093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	81.25	8.0	0.011355486492947646	NZ_FOJY01000034.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
SPA0120_000000016006	2599	0.5357339254722339	5	3	3	2	2	False	122203	fragment	False	USA0038_01_000000006409	0.9493367722918202		0	0	False	False	0.991919994354248	0					non-mobilizable	no_good_hit	515.0	76.505	20.0	0.009954946979086741	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0167_000000000985	15386	0.5357338410588877	20	6	2	6	2	False	78206	maximal	False	SPA0111_000000001709	0.5969624553246986		0	0	False	False	0.9994150400161743	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.019770408163265307	XM_035377178.1	spiders	PREDICTED: Stegodyphus dumicola transportin-1-like (LOC118204880), partial mRNA	True	False
SPA0009_000000019316	1898	0.5357327087173677	2	2	2	2	1	False	74754	fragment	False	SPA0009_000000019316	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	75.46300000000001	100.0	0.0005963415256632276	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	False	False
CHI0088_000000002009	2269	0.5357276076181314	2	1	1	1	1	False	83945	fragment	False	CHI0088_000000002009	1.0		0	0	False	False	0.9973556399345398	0					non-mobilizable	other	2273.0	91.949	100.0	0.0034245530073191426	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
FIJ0047_000000016535	1863	0.5357276076181314	2	1	1	1	1	False	46880	maximal	True	FIJ0047_000000016535	1.0		217	12	False	False	1.0	0					non-mobilizable	other	1863.0	99.51700000000001	100.0	0.0019011115682945232	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
ENG0168_000000005541	5178	0.5357265725715255	7	3	2	3	0	True	56004	maximal	True	ENG0168_000000005541	1.0		1	1	False	False	0.997682511806488	0					non-mobilizable	no_good_hit	1237.0	96.928	24.0	0.0019217822197828511	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	True	True
MON0106_000000005896	6128	0.5357227635149848	5	4	4	3	3	False	8670	maximal	True	MON0106_000000005896	1.0		8	4	False	False	0.9983681440353394	0					non-mobilizable	no_good_hit	144.0	100.0	2.0	0.036092882382635035	KU547704.1	bacteria	Uncultured bacterium clone TE_08X_000_Contig_10 genomic sequence	True	False
ENG0186_000000002795	6632	0.5357223715770854	7	6	4	6	4	False	83071	maximal	True	ENG0186_000000002795	1.0	PS412	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	3495.0	99.14200000000001	76.0	0.001005472801125715	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	True
DEN0073_000000014031	3499	0.5357186627797328	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7552197409274711		0	0	False	False	1.0	0					non-mobilizable	chromosome	3308.0	89.964	97.0	0.000730413046129523	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0018_000000022720	1320	0.5357156267172084	2	2	2	2	1	False	7785	fragment	False	SPA0018_000000022720	1.0		0	0	False	False	0.9931818246841431	0					non-mobilizable	other	1321.0	94.852	100.0	0.0004790119062967005	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0093_000000025688	1757	0.5357145975954428	1	1	1	1	1	False	9420	fragment	False	MON0093_000000025688	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1273.0	77.298	74.0	0.01518443414445732	AP023050.1	CFB group bacteria	Alistipes indistinctus 2BBH45 plasmid p2BBH45 DNA, complete sequence	True	False
MON0060_000000025634	1624	0.5357145975954428	1	1	1	1	1	False	14111	maximal	True	MON0060_000000025634	0.9993485342019544		6	2	False	False	0.988916277885437	0					non-mobilizable	no_good_hit	1253.0	76.935	79.0	0.014930957898802626	AP023050.1	CFB group bacteria	Alistipes indistinctus 2BBH45 plasmid p2BBH45 DNA, complete sequence	True	False
ISR0062_000000023803	1617	0.5357134672835507	3	1	1	1	1	True	35325	fragment	False	ISR0062_000000023803	1.0		0	0	False	False	0.9752628207206726	0					non-mobilizable	no_good_hit								True	True
MON0066_000000013681	2378	0.5357100728969055	3	3	2	2	2	True	106321	maximal	True	MON0066_000000013681	1.0		34	10	False	False	0.9932716488838196	0					non-mobilizable	chromosome	2378.0	99.916	100.0	0.0005200399142120105	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	True
FIJ0039_000000015620	1462	0.5357099720858823	4	4	2	2	3	False	47554	fragment	False	FIJ0039_000000015620	1.0		0	0	False	False	0.99863201379776	0					non-mobilizable	other	837.0	99.164	99.0	0.00020175936093446442	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MAD0109_000000002461	5262	0.535709770720946	6	6	6	6	6	False	95508	maximal	True	MAD0109_000000002461	0.9969951923076923		12	5	False	False	0.9986696839332581	0					non-mobilizable	other	3122.0	79.564	90.0	0.000755638294924989	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0040_000000001262	11973	0.5357054415332544	13	5	3	5	1	True	18424	maximal	True	MAD0040_000000001262	1.0		1	1	False	False	0.993401825428009	0					non-mobilizable	no_good_hit								True	True
ISR0172_000000013459	1228	0.535698511375811	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.46343350278019363		0	0	False	False	0.9942996501922607	0					non-mobilizable	other	1233.0	81.184	100.0	0.0003930702550356899	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	False
CHI0162_000000017680	1805	0.5356981698241212	4	2	1	2	2	False	78559	fragment	False	CHI0162_000000017680	1.0		0	0	False	False	0.9844875335693359	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	1.2907130967322704e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	False
AST0097_000000000480	32800	0.5356971904059239	41	16	5	14	9	True	110323	maximal	False	ISR0219_000000000540	0.9522702966866178	PS698	0	0	True	True	1.0	101					non-mobilizable	no_good_hit	1719.0	86.446	8.0	0.051418599753287	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0074_000000020129	1495	0.5356871968736698	2	2	2	1	1	False	129454	fragment	False	ENG0177_000000014127	0.8063539001897484		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	85.26700000000001	100.0	0.020791499330655955	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0027_000000003458	3241	0.5356831268216206	3	3	3	3	3	False	19060	fragment	False	MAD0027_000000003458	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2182.0	96.37899999999999	99.0	0.10997326338092116	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0174_000000010498	2372	0.5356813047653538	2	1	1	1	1	False	33840	maximal	True	ISR0174_000000010498	1.0		437	12	False	False	0.9940978288650513	0					non-mobilizable	no_good_hit	1961.0	71.64699999999999	81.0	0.04876371877466833	NZ_CBVI010000082.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0087_000000016453	2100	0.5356813047653538	1	1	1	1	1	False	33839	fragment	False	ISR0087_000000016453	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1961.0	71.64699999999999	91.0	0.04876371877466833	NZ_CBVI010000082.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ISR0832_000000006724	2000	0.5356804989901066	4	3	3	2	2	False	78138	fragment	False	ISR0832_000000006724	1.0		0	0	False	False	0.9994999766349792	0					non-mobilizable	other	2000.0	98.95	100.0	0.003964193359034157	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
AST0007_000000009649	1885	0.5356781537023871	3	3	2	1	1	False	127004	fragment	False	MAD0087_000000016173	0.9491196368213162		0	0	False	False	0.980371356010437	0					non-mobilizable	other	1846.0	95.775	98.0	0.0008075320557784574	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MAD0087_000000016173	1863	0.5356781537023871	3	3	2	1	1	False	127004	fragment	False	MAD0087_000000016173	0.9595441377248419		0	0	False	False	1.0	0					non-mobilizable	chromosome	1863.0	97.69200000000001	100.0	0.0004659502244043307	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	False
ENG0015_000000009750	1801	0.5356781537023871	3	3	2	1	1	False	127004	fragment	False	MAD0087_000000016173	0.931973709251737		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	99.334	99.0	0.0006169298020303472	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
FIJ0153_000000015630	1648	0.5356781537023871	3	3	2	1	1	False	39641	fragment	False	FIJ0153_000000015630	1.0		0	0	False	False	0.9890776872634888	0					non-mobilizable	chromosome	1630.0	98.098	99.0	0.00029409391182273775	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
USA0057_01_000000024304	1338	0.5356781537023871	3	3	2	1	1	False	958	fragment	False	USA0057_01_000000024304	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1338.0	97.309	100.0	0.0003345732814331848	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	False
USA0034_01_000000007369	7728	0.5356762305268079	12	9	8	7	5	False	116361	maximal	False	FIJ0052_000000003133	0.7469308485421233		0	0	False	False	0.9998705983161926	0					non-mobilizable	no_good_hit	4517.0	97.941	82.0	0.05809043155834792	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
SPA0144_000000006532	2623	0.5356760969433282	4	3	2	3	0	False	3387	maximal	True	SPA0144_000000006532	1.0		3	2	False	False	0.9900876879692078	0					non-mobilizable	no_good_hit	166.0	96.988	6.0	0.00019279918554100157	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0008_000000012248	1254	0.5356759705890116	3	2	2	2	2	False	19811	maximal	True	MAD0008_000000012248	0.9909983633387889		7	5	False	False	0.9976076483726501	0					non-mobilizable	no_good_hit	505.0	79.208	40.0	0.00042109528306309566	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0043_000000010215	3289	0.5356756461407737	3	1	1	1	1	False	93434	fragment	False	SPA0106_000000011939	0.9867944513937306		0	0	False	False	0.9996959567070007	0					non-mobilizable	no_good_hit	2753.0	79.11399999999999	84.0	0.013910733100215303	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0106_000000011939	3278	0.5356756461407737	3	1	1	1	1	False	93434	fragment	False	SPA0106_000000011939	0.9871928281249797		0	0	False	False	0.9996949434280396	0					non-mobilizable	no_good_hit	2754.0	79.158	84.0	0.013910733100215303	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0353_000000011025	3278	0.5356756461407737	3	1	1	1	1	False	93434	fragment	False	SPA0106_000000011939	0.9871209488081598		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2754.0	79.194	84.0	0.013910733100215303	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0203_000000005192	3278	0.5356756461407737	3	1	1	1	1	False	93434	fragment	False	SPA0106_000000011939	0.9819975279377334		0	0	False	False	0.9987797141075134	0					non-mobilizable	no_good_hit	2755.0	79.274	84.0	0.013910733100215303	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
USA0035_01_000000007790	3210	0.5356756461407737	3	1	1	1	1	False	93434	fragment	False	SPA0106_000000011939	0.9667376076020572		0	0	False	False	0.9981308579444885	0					non-mobilizable	no_good_hit	2750.0	79.164	86.0	0.0138903734469402	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0108_000000009348	3182	0.5356756461407737	3	1	1	1	1	False	93434	fragment	False	SPA0106_000000011939	0.9594291984654828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2710.0	79.188	84.0	0.013661327347595271	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0093_000000010120	3175	0.5356756461407737	3	1	1	1	1	False	93434	fragment	False	SPA0106_000000011939	0.9578596073446559		0	0	False	False	0.9993700981140137	0					non-mobilizable	no_good_hit	2710.0	79.188	85.0	0.013661327347595271	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CAN0016_000000015501	3112	0.5356756461407737	3	1	1	1	1	False	93434	fragment	False	SPA0106_000000011939	0.9210423675046218		0	0	False	False	0.9964653253555298	0					non-mobilizable	no_good_hit	2525.0	79.683	82.0	0.012760412690171887	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0074_000000010587	3047	0.5356756461407737	3	1	1	1	1	False	93434	fragment	False	SPA0106_000000011939	0.9229498691515465		0	0	False	False	0.9993436336517334	0					non-mobilizable	no_good_hit	2710.0	79.188	88.0	0.013661327347595271	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0825_000000016853	1425	0.5356756461407737	2	1	1	1	1	False	21122	fragment	False	ISR0825_000000016853	1.0		0	0	False	False	0.9985964894294739	0					non-mobilizable	no_good_hit	1189.0	79.563	83.0	0.005985738062880789	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CAN0014_000000039735	1255	0.5356756461407737	2	1	1	1	1	False	93433	fragment	False	CAN0014_000000039735	1.0		0	0	False	False	0.9649402499198914	0					non-mobilizable	other	1237.0	80.598	98.0	0.006230053902182046	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0091_000000010727	1530	0.5356708548586512	3	3	3	3	3	False	82693	fragment	False	MAD0061_000000010381	0.8138792733148029		0	0	False	False	0.9960784316062927	0					non-mobilizable	other	1530.0	98.954	100.0	0.03827188305674451	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AST0052_000000006735	3142	0.5356698988477707	3	3	3	3	2	False	129494	fragment	False	AST0052_000000006735	1.0		0	0	False	False	0.9879058003425598	0					non-mobilizable	other	3123.0	98.84700000000001	99.0	0.0008862510162647784	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0063_000000016541	1895	0.5356686912481741	4	3	3	3	1	False	63082	fragment	False	ENG0063_000000016541	1.0		0	0	False	False	0.9994723200798035	0					non-mobilizable	other	1896.0	98.62899999999999	100.0	0.004296769600185022	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
SPA0139_000000010683	2555	0.5356673889938338	2	2	2	2	2	False	85469	fragment	False	CHI0063_000000004831	0.9334836527621195		0	0	False	False	1.0	0					non-mobilizable	other	2555.0	98.943	100.0	0.034136170440268385	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0236_000000002969	3254	0.5356666320532445	5	4	3	3	3	True	128502	fragment	False	FIJ0148_000000004736	0.9806362407390238		0	0	False	False	1.0	0					non-mobilizable	other	3246.0	98.583	99.0	0.0015524167980685716	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
ENG0090_000000021862	1169	0.5356662095887494	1	1	1	1	1	False	61214	fragment	False	ENG0184_000000018158	0.9502500928167231		0	0	False	False	0.9931565523147583	0					non-mobilizable	other	1184.0	97.382	100.0	0.0003167981481635214	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
TAN0016_000000010731	1107	0.5356643851767678	2	2	2	2	1	True	2510	maximal	True	TAN0016_000000010731	1.0		2	1	False	False	0.9728997349739075	0					non-mobilizable	other	1079.0	89.34200000000001	97.0	0.00026258553337594527	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0020_000000015487	2081	0.5356627726468759	6	5	1	4	2	False	110190	fragment	False	ISR0393_000000006920	0.6665047582005942		0	0	False	False	0.9942335486412048	0					non-mobilizable	other	2081.0	94.954	100.0	0.0004599790576842487	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
USA0047_01_000000004888	6583	0.5356578407105056	21	2	1	2	1	False	1182	maximal	True	USA0047_01_000000004888	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	90.33	16.0	0.10567141403865717	MK232839.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_4_c1 sequence	True	False
MON0064_000000015219	1826	0.5356562482889474	4	4	0	4	3	False	10709	fragment	False	MON0064_000000015219	1.0		0	0	False	False	0.9994523525238037	0					non-mobilizable	chromosome	1826.0	99.179	100.0	0.00035018238266011967	CP027134.1	enterobacteria	Escherichia coli strain AR_0372 chromosome, complete genome	False	False
ENG0199_000000010390	2422	0.5356558509906398	3	3	3	1	1	False	62908	maximal	True	ENG0199_000000010390	1.0		13	3	False	False	0.9979355931282043	0					non-mobilizable	no_good_hit								True	False
USA0081_01_000000012302	2538	0.5356543675742083	3	2	2	2	2	True	130078	fragment	False	USA0081_01_000000012302	0.9785781209231718		0	0	False	False	0.9996060132980347	0					non-mobilizable	other	2538.0	96.69	100.0	0.0007886342099876245	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0026_000000010176	2209	0.5356543675742083	3	2	2	2	2	True	130077	fragment	False	ISR0110_000000010759	0.9327747354214246		0	0	False	False	0.996378481388092	0					non-mobilizable	chromosome	1648.0	94.721	100.0	0.0005804748036883616	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0008_000000012119	2067	0.5356543675742083	2	2	2	2	2	True	130077	fragment	False	ISR0110_000000010759	0.8062720978496569		0	0	False	False	1.0	0					non-mobilizable	chromosome	1591.0	94.469	100.0	0.0005593024704231327	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0003_000000016337	2041	0.5356543675742083	2	2	2	2	2	True	130077	fragment	False	ISR0110_000000010759	0.8632718833584972		0	0	False	False	1.0	0					non-mobilizable	chromosome	1538.0	93.368	100.0	0.0005406002427055137	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0094_000000010755	1712	0.5356532732848431	1	1	1	0	1	False	33443	fragment	False	ISR0094_000000010755	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1712.0	96.963	100.0	0.016972354207378162	NZ_RCXZ01000025.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0025, whole genome shotgun sequence	False	False
CAN0014_000000028744	1709	0.5356532732848431	1	1	1	0	1	False	93568	maximal	True	CAN0014_000000028744	1.0		138	10	False	False	0.9953188896179199	0					non-mobilizable	other	1709.0	97.71799999999999	100.0	0.0015490832243826608	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	False
TAN0013_000000006673	1653	0.5356532732848431	1	1	1	0	1	False	2566	maximal	True	TAN0013_000000006673	1.0		405	14	False	False	0.9993950128555298	0					non-mobilizable	no_good_hit	87.0	81.609	5.0	1.2532839726212006e-05	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	False
FIJ0168_000000013221	1696	0.5356507591132357	2	2	2	2	2	False	38905	fragment	False	FIJ0168_000000013221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	81.613	36.0	0.001090410397248702	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0071_000000013855	1456	0.5356477362302109	1	1	1	1	1	False	62280	maximal	True	ENG0071_000000013855	1.0		13	4	False	False	0.9910714030265808	0					non-mobilizable	other	1456.0	86.05799999999999	100.0	0.011906807748017579	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0135_000000002543	11358	0.5356460049364021	10	4	3	4	2	False	40618	maximal	True	FIJ0135_000000002543	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000017453	2585	0.5356447655391628	3	3	3	3	2	False	37125	maximal	True	ISR0029_000000017453	0.996829171621086		4	3	False	False	0.990328848361969	0					non-mobilizable	other	2611.0	81.348	100.0	0.01506373793063213	NZ_FOZC01000007.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	False
USA0015_01_000000013296	2523	0.5356447655391628	3	3	3	3	2	False	37125	maximal	False	ISR0029_000000017453	0.9852998065764023		0	0	False	False	0.9944510459899902	0					non-mobilizable	other	2539.0	84.325	100.0	0.007187244994036784	NZ_UYZY01000006.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	False	False
MON0004_000000030272	1507	0.5356446955095557	1	1	1	1	1	False	14197	maximal	True	MON0004_000000030272	1.0		24	9	False	False	0.9781022071838379	0					non-mobilizable	no_good_hit	565.0	75.575	37.0	0.008958046216467421	NZ_LCZJ02000001.1	firmicutes	Paenibacillus etheri strain SH7 Contig_1, whole genome shotgun sequence	True	False
ENG0095_000000004583	5741	0.5356437397330225	6	6	6	5	5	False	60997	maximal	True	ENG0095_000000004583	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3215.0	91.695	99.0	0.000633040327035338	CP042534.1	enterobacteria	Citrobacter freundii strain E51 chromosome, complete genome	False	False
ISR0845_000000005277	1929	0.5356423547726056	3	1	1	1	0	False	20690	maximal	True	ISR0845_000000005277	1.0		91	8	False	False	0.9974079728126526	0					non-mobilizable	no_good_hit	1168.0	97.68799999999999	61.0	0.004368806645677427	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
MAD0097_000000028667	1450	0.5356387256884176	2	2	2	2	2	True	18535	fragment	False	MAD0097_000000028667	0.9958071278825995		0	0	False	False	0.9951724410057068	0					non-mobilizable	no_good_hit	725.0	78.345	50.0	0.00020099523262692695	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
SPA0041_000000004355	7538	0.5356327120966359	3	2	2	2	1	False	68109	maximal	True	SPA0041_000000004355	1.0		7	4	False	False	0.99986732006073	0					non-mobilizable	no_good_hit	1234.0	74.23	16.0	0.003896585453173847	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0009_000000039005	1154	0.5356261892655018	1	1	1	1	1	False	51126	maximal	True	FIJ0009_000000039005	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	92.21799999999999	29.0	8.583150702960042e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0113_000000025933	1105	0.5356211127727224	2	2	2	2	2	False	4479	fragment	False	SPA0113_000000025933	1.0		0	0	False	False	0.9574660658836365	0		MOBC			mobilizable	plasmid	1105.0	100.0	100.0	0.11878631375080698	CP052312.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 plasmid pE16KP0102-3, complete sequence	False	True
ENG0119_000000001173	19479	0.535614706881927	30	20	13	14	19	True	124139	maximal	True	ENG0119_000000001173	1.0		1	1	False	False	0.9998459815979004	0					non-mobilizable	other	12321.0	97.70299999999999	100.0	0.003460908733743003	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
FIJ0033_000000030641	1279	0.5356141656050288	2	2	2	2	1	False	51146	fragment	False	FIJ0033_000000030641	1.0		0	0	False	False	0.9906176924705505	0					non-mobilizable	no_good_hit	339.0	92.92	26.0	0.004656866121987848	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0009_000000038035	1178	0.5356141656050288	2	2	2	2	1	False	51146	fragment	False	FIJ0033_000000030641	0.9605160281469898		0	0	False	False	0.9957554936408997	0					non-mobilizable	no_good_hit	285.0	92.98200000000001	23.0	0.003912869759303399	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ENG0148_000000013831	2711	0.5356100025054492	2	2	2	2	2	False	57311	maximal	True	ENG0148_000000013831	1.0		2	2	False	False	0.999262273311615	0					non-mobilizable	other	2712.0	98.82	100.0	0.0011880629050812267	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
SPA0158_000000016563	1338	0.5356091958574569	2	2	2	2	1	False	94689	fragment	False	SPA0158_000000016563	0.9683496608892238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	84.884	6.0	3.563052404117212e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0064_000000016767	1572	0.5356047145835907	1	1	1	1	1	False	45469	maximal	True	FIJ0064_000000016767	1.0		219	12	False	False	0.991094172000885	0					non-mobilizable	no_good_hit	119.0	81.513	7.0	3.472357341491378e-05	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
ISR0131_000000016595	1992	0.5356032053515055	2	2	1	2	1	False	31663	fragment	False	ISR0131_000000016595	1.0		0	0	False	False	0.9984939694404602	0					non-mobilizable	no_good_hit	134.0	76.119	7.0	3.690346960743792e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
CAN0021_000000009005	4570	0.5355984535393626	5	5	4	5	3	True	91658	maximal	True	CAN0021_000000009005	1.0		11	5	False	False	0.9982494711875916	0					non-mobilizable	no_good_hit	662.0	83.837	18.0	0.26989335520918784	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ENG0186_000000006858	2268	0.5355972520746527	5	4	3	4	1	True	55018	maximal	True	ENG0186_000000006858	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	86.194	37.0	0.002554180280252898	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	True
ISR0329_000000003488	3497	0.5355968830577631	4	4	4	4	4	False	127054	fragment	False	ENG0049_000000005054	0.6751309267678508		0	0	False	False	1.0	0					non-mobilizable	other	3163.0	98.48200000000001	100.0	0.0009447074112595371	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0105_000000011637	4496	0.5355964131575714	4	4	2	3	4	False	8754	maximal	True	MON0105_000000011637	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	81.434	29.0	0.00046402697072960215	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0050_000000009977	2392	0.5355920141181447	6	4	3	4	1	False	17406	maximal	True	MAD0050_000000009977	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1519.0	84.398	63.0	0.020643079783452725	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0028_000000002596	8149	0.5355910341151955	9	9	9	9	8	False	74058	maximal	True	DEN0028_000000002596	1.0		197	11	False	False	0.9970548748970032	0					non-mobilizable	chromosome	8119.0	99.729	99.0	0.01115550223123788	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
FIJ0006_000000005951	5464	0.5355871879574146	7	1	1	1	1	False	51801	maximal	True	FIJ0006_000000005951	1.0		23	3	False	False	0.9998169541358948	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	1.2308806226807855e-05	NZ_CP040586.1	firmicutes	Lactobacillus rossiae strain L1 chromosome, complete genome	True	False
FIJ0149_000000018813	1423	0.5355871879574146	2	1	1	1	1	False	39844	fragment	False	FIJ0149_000000018813	1.0		0	0	False	False	0.9985945224761963	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	1.2308806226807855e-05	NZ_CP040586.1	firmicutes	Lactobacillus rossiae strain L1 chromosome, complete genome	True	False
MAD0110_000000019508	1355	0.5355867548098372	2	2	2	2	1	False	14537	maximal	True	MAD0110_000000019508	1.0		20	6	False	False	0.9785977602005005	0					non-mobilizable	no_good_hit	411.0	73.723	30.0	0.0036491933607022834	NZ_LFML01000111.1	high GC Gram+	Streptomyces roseus strain ATCC 31245 contig_115, whole genome shotgun sequence	True	False
CHI0182_000000006224	4121	0.5355856746679122	7	6	4	3	6	False	131924	maximal	True	CHI0182_000000006224	1.0		15	3	False	False	1.0	0					non-mobilizable	other	2142.0	96.07799999999999	99.0	0.000516465349760471	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MON0029_000000001363	9027	0.5355852937757548	6	2	1	2	1	False	74075	fragment	False	MON0029_000000001363	1.0		0	0	False	False	0.9998891949653625	0					non-mobilizable	no_good_hit	91.0	80.22	1.0	0.00010270520739286414	CP025989.1	a-proteobacteria	Candidatus Fokinia solitaria isolate Rio ETE_ALG 3VII chromosome, complete genome	True	False
FIJ0018_000000005869	4611	0.5355851370535727	4	4	4	4	3	False	124466	maximal	True	FIJ0018_000000005869	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	3440.0	97.355	75.0	0.007557157188869529	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0189_000000005799	2600	0.5355818258506714	4	2	1	2	1	True	93472	fragment	False	ENG0189_000000005799	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.009850419554906968	XM_032450249.1	flies	PREDICTED: Drosophila ananassae exostosin-2 (LOC6495892), mRNA	True	True
MON0069_000000003937	8779	0.5355766965767409	9	6	5	6	3	False	10520	maximal	True	MON0069_000000003937	1.0		2	1	False	False	0.9944185018539429	0					non-mobilizable	no_good_hit	149.0	81.87899999999999	2.0	0.003640055467511886	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	False
FIJ0018_000000023708	1160	0.5355752092173699	2	2	2	2	2	False	49915	maximal	False	FIJ0055_000000011802	0.9695222405271828		0	0	False	False	0.990517258644104	0					non-mobilizable	chromosome	1160.0	98.27600000000001	100.0	0.00025309528546156476	CP042319.1	enterobacteria	Klebsiella quasipneumoniae strain 68-17 chromosome, complete genome	False	False
MAD0003_000000014436	1911	0.5355750011219143	3	3	3	2	0	False	20097	maximal	True	MAD0003_000000014436	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	85.613	37.0	0.009162201019474578	NZ_WNAJ01000021.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold21_size76510, whole genome shotgun sequence	True	False
DEN0083_000000013610	2127	0.5355747020863554	3	2	2	1	1	False	69273	maximal	False	DEN0082_000000017350	0.6307498424700694		0	0	False	False	0.9924776554107666	0					non-mobilizable	no_good_hit	722.0	73.82300000000001	33.0	0.00010252591082790623	CP020370.1	g-proteobacteria	Candidatus Thiodictyon syntrophicum strain Cad16T chromosome, complete genome	True	False
MAD0023_000000003654	2635	0.5355743058853799	4	3	2	3	3	True	114492	fragment	False	FIJ0033_000000013131	0.8871655798851736		0	0	False	False	1.0	0					non-mobilizable	chromosome	2463.0	84.40899999999999	100.0	0.000852233514074227	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MAD0088_000000001055	11918	0.5355718944097001	11	10	7	9	5	False	127398	fragment	False	DEN0026_000000002144	0.9711792490593227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	92.49600000000001	5.0	0.99836867862969	EU063395.1	bacteria	Uncultured bacterium clone LM0ACA26ZD02FM1 genomic sequence	True	False
CHI0123_000000001109	10792	0.535567162492474	8	6	5	4	6	False	81722	maximal	True	CHI0123_000000001109	1.0		5	3	False	False	0.9992586970329285	0					non-mobilizable	no_good_hit	3342.0	92.37	60.0	0.020393699825266683	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
ENG0047_000000010123	1919	0.5355653470848563	5	5	4	3	3	True	113201	maximal	False	AST0057_000000002893	0.9496259351620948		0	0	False	False	0.976550281047821	0					non-mobilizable	chromosome	1919.0	100.0	100.0	0.00038552539090726907	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	True
SPA0122_000000004464	7205	0.5355620331767226	9	7	2	5	5	False	126724	maximal	True	SPA0122_000000004464	1.0	PS974|PS975	2	2	False	True	0.999722421169281	0					non-mobilizable	no_good_hit	3372.0	99.555	47.0	0.005288614652804252	NZ_OEPZ01000002.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	True
AUS0010_000000005419	4146	0.5355576443561737	5	4	2	4	3	False	114847	maximal	True	AUS0010_000000005419	1.0		1	1	False	False	0.9963820576667786	0					non-mobilizable	no_good_hit	785.0	90.573	35.0	0.09422565837158733	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
SPA0117_000000012011	3153	0.535555038248266	4	4	3	3	2	False	4312	maximal	True	SPA0117_000000012011	1.0		1	1	False	False	0.9996828436851501	0					non-mobilizable	no_good_hit	596.0	92.28200000000001	23.0	0.00021483316489691076	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
SPA0073_000000004906	2466	0.535551103632666	3	2	0	2	1	True	5847	maximal	True	SPA0073_000000004906	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	5.951277856997437e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
MON0064_000000015996	1749	0.5355508801397981	3	2	2	2	1	False	37843	maximal	True	MON0064_000000015996	1.0		30	6	False	False	0.9862778782844543	0					non-mobilizable	other	1749.0	98.34200000000001	100.0	0.002570747016727504	NZ_CABKQR010000001.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ISR0074_000000020135	1495	0.5355493174019621	2	2	2	1	1	False	34687	maximal	True	ISR0074_000000020135	1.0		508	10	False	False	0.9986622333526611	0					non-mobilizable	no_good_hit	863.0	92.005	89.0	0.00024461909109785616	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0048_000000002883	6218	0.5355463829339957	3	3	3	2	2	False	36049	maximal	True	ISR0048_000000002883	1.0		331	13	False	False	1.0	0					non-mobilizable	other	1688.0	95.37899999999999	99.0	0.0007063227412867649	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0083_000000011829	2950	0.5355458975645996	4	4	3	3	2	False	44118	maximal	True	FIJ0083_000000011829	1.0		19	2	False	False	0.9911864399909973	0					non-mobilizable	no_good_hit	966.0	77.226	32.0	0.0009588648961363149	NZ_LT891970.1	actinobacteria	Enorma phocaeensis strain Marseille-P3242, whole genome shotgun sequence	True	False
ITA0011_000000001100	1550	0.5355446818432781	3	3	2	3	2	False	113626	fragment	False	ISR0331_000000014703	0.6342046656197595		0	0	False	False	0.9954838752746582	0					non-mobilizable	other	1472.0	94.973	95.0	0.0004576256106082034	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0093_000000013632	2295	0.5355444528548083	2	2	2	2	2	False	22670	maximal	True	MAD0093_000000013632	1.0		18	7	False	False	0.9904139637947083	0					non-mobilizable	no_good_hit	1238.0	79.079	53.0	0.0003677789711226176	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0081_000000012539	1894	0.5355398701780842	2	2	1	2	1	False	34234	maximal	True	ISR0081_000000012539	1.0		4	3	False	False	0.9989440441131592	0					non-mobilizable	other	1790.0	99.441	95.0	0.018350035387156002	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	False	False
MAD0078_000000003321	2443	0.5355394836260471	3	2	2	1	1	False	100252	maximal	True	MAD0078_000000003321	1.0		67	9	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.1459338235949472e-05	NZ_CP035130.1	firmicutes	Gudongella oleilytica strain W6 chromosome, complete genome	True	False
SPA0012_000000011878	2040	0.5355359692155278	2	2	2	2	1	False	8007	maximal	True	SPA0012_000000011878	1.0		111	9	False	False	0.9931372404098511	0					non-mobilizable	no_good_hit	1380.0	99.78299999999999	68.0	0.01157432664948843	NZ_CZAF01000013.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
CHI0112_000000008052	2221	0.5355357664400067	2	2	2	2	2	False	85815	fragment	False	CHI0112_000000008052	1.0		0	0	False	False	0.9864925742149353	0					non-mobilizable	other	2221.0	99.009	100.0	0.0004782779924044284	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ENG0015_000000015664	1112	0.5355337421790348	2	2	2	2	2	False	127811	fragment	False	AST0005_000000022669	0.7741458264273483		0	0	False	False	1.0	0					non-mobilizable	chromosome	1113.0	98.113	100.0	0.0003923939098489107	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0204_000000021902	1261	0.5355289338522795	1	1	1	1	1	False	54010	fragment	False	ENG0204_000000021902	1.0		0	0	False	False	0.9896907210350037	0					non-mobilizable	other	1202.0	92.845	95.0	0.0045194771570318416	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
FIJ0132_000000006772	4228	0.5355268453795493	4	4	3	3	2	False	79455	maximal	True	FIJ0132_000000006772	0.9898817345597897		29	3	False	False	1.0	0					non-mobilizable	chromosome	4228.0	99.71600000000001	100.0	0.0008234449805505685	CP031257.1	enterobacteria	Klebsiella quasipneumoniae strain L22 chromosome, complete genome	False	False
ISR0134_000000006779	4852	0.5355259602119246	4	3	3	2	3	False	31494	maximal	True	ISR0134_000000006779	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	83.399	47.0	0.0008818485300111481	NZ_FNWI01000004.1	high GC Gram+	Varibaculum massiliense strain Marseille-P2802T, whole genome shotgun sequence	True	False
MAD0085_000000003267	3292	0.5355244726232743	3	3	2	2	1	False	16075	maximal	True	MAD0085_000000003267	1.0		146	12	False	False	0.9996962547302246	0					non-mobilizable	chromosome	2958.0	99.155	100.0	0.000449980765110345	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
USA0011_01_000000010791	3486	0.535523052643405	7	4	3	3	2	True	2026	fragment	False	USA0011_01_000000010791	1.0		0	0	False	False	0.9956970810890198	0					non-mobilizable	no_good_hit								True	True
MON0050_000000010383	3100	0.5355218397472885	4	4	3	3	2	False	72061	fragment	False	MON0050_000000010383	1.0		0	0	False	False	0.9996774196624756	0					non-mobilizable	other	3095.0	100.0	99.0	0.0008297152848358403	NZ_LT896588.1	CFB group bacteria	Parabacteroides bouchesdurhonensis strain Marseille-P3763, whole genome shotgun sequence	False	False
AST0059_000000006214	2339	0.5355208859524879	5	1	1	1	1	False	112716	maximal	True	AST0059_000000006214	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	96.825	3.0	2.7940148596525777e-05	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
DEN0066_000000005701	5170	0.5355180762553547	5	5	5	5	4	False	71011	maximal	True	DEN0066_000000005701	1.0		1	1	False	False	0.9996131658554077	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	4.708984742889433e-05	NZ_JAABOO010000003.1	CFB group bacteria	Leptobacterium flavescens strain KCTC 22160 Scaffold3_1, whole genome shotgun sequence	True	False
MAD0093_000000002221	10336	0.5355171669928558	12	10	5	6	9	True	132512	maximal	True	MAD0093_000000002221	0.9983208597198234	PS1165|PS799|PS800	8	3	True	True	0.994678795337677	42	rep_cluster_1097	MOBB			mobilizable	no_good_hit	7027.0	99.758	87.0	0.7860100727476217	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
ENG0160_000000005699	3824	0.5355157540412598	5	4	4	4	4	False	66469	fragment	False	ENG0160_000000005699	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	0.00011197714308982264	AP017606.1	a-proteobacteria	Mesorhizobium loti plasmid plasmid_1 DNA, complete genome, strain: TONO	True	False
FIJ0094_000000010825	1878	0.5355154335779087	3	2	2	2	2	False	97640	fragment	False	FIJ0094_000000010825	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	92.544	24.0	0.00012110771410790164	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0116_000000011117	2145	0.5355137693223856	3	3	3	2	1	False	95971	fragment	False	ENG0116_000000011117	1.0		0	0	False	False	0.9673659801483154	0					non-mobilizable	no_good_hit	197.0	75.635	9.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
USA0080_01_000000015579	2793	0.5355133438929612	3	3	3	3	2	False	615	maximal	True	USA0080_01_000000015579	1.0		4	3	False	False	0.9935553073883057	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000009646	2072	0.5355131008792707	2	2	1	2	2	False	76367	maximal	False	ISR0830_000000013127	0.9648310967144841		0	0	False	False	0.9990347623825073	0					non-mobilizable	other	2072.0	97.104	100.0	0.0005599690029712696	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0006_000000003924	1770	0.5355131008792707	2	2	1	2	2	False	76366	fragment	False	DEN0006_000000003924	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1720.0	97.73299999999999	97.0	0.0005139088734035267	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0187_000000023975	1202	0.5355129023332259	2	2	2	2	0	True	29281	maximal	True	ISR0187_000000023975	1.0		1	1	False	False	0.980033278465271	0					non-mobilizable	no_good_hit	455.0	81.758	38.0	0.0071124201027697705	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
SPA0106_000000030089	1261	0.5355053789234373	3	3	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0791295131568679		0	0	False	False	0.9984139800071716	0					non-mobilizable	other	1264.0	95.57	100.0	0.027882108612080774	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0109_000000027737	1241	0.5355053789234373	3	3	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.07324617478381834		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	97.18	100.0	0.027396049666386816	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0090_000000050298	1239	0.5355053789234373	3	3	0	2	2	True	124250	fragment	False	ISR0071_000000003227	0.03459208795593018		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	91.539	100.0	0.00037283698832038444	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
SPA0098_000000009061	3813	0.5355012273370411	7	3	1	2	2	True	5082	fragment	False	SPA0098_000000009061	1.0		0	0	False	False	0.9994754791259766	0					non-mobilizable	no_good_hit								True	True
ENG0175_000000006818	3789	0.5354944755655417	3	3	2	1	3	False	92285	fragment	False	ENG0175_000000006818	0.9655365491907032		0	0	False	False	1.0	0					non-mobilizable	other	3790.0	95.541	100.0	0.0020416600104484635	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ENG0083_000000005870	3759	0.5354944755655417	3	3	2	1	3	False	92285	fragment	False	ENG0175_000000006818	0.9635571350972749		0	0	False	False	1.0	0					non-mobilizable	other	3760.0	95.53200000000001	100.0	0.0020254692094139794	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
CAN0018_000000009442	3631	0.5354944755655417	4	3	2	1	3	False	92285	fragment	False	ENG0175_000000006818	0.9167510414806925		0	0	False	False	0.9997245669364929	0					non-mobilizable	other	3639.0	91.838	100.0	0.001959086925172594	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
MON0073_000000001034	6135	0.5354925031889611	6	6	5	5	5	False	114696	maximal	True	MON0073_000000001034	1.0		133	10	False	False	1.0	0	rep_cluster_870				non-mobilizable	no_good_hit	4848.0	98.927	79.0	0.017471877704066916	NZ_SPGG01000004.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_4_length_277360_cov_37.4038, whole genome shotgun sequence	True	True
AST0005_000000006388	4615	0.5354862894750256	8	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.9067845001191167		0	0	False	False	1.0	0					non-mobilizable	other	4615.0	100.0	100.0	0.001435407591669783	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0025_000000007088	4574	0.5354862894750256	8	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.890958255835954		0	0	False	False	1.0	0					non-mobilizable	other	4011.0	98.404	100.0	0.0012475042138265777	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0021_000000029797	1262	0.5354861307780711	2	2	2	1	1	False	74692	maximal	True	DEN0021_000000029797	1.0		249	14	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	72.744	41.0	0.00018308512962745895	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0082_000000010739	1575	0.5354844594645551	2	2	2	2	1	False	70573	maximal	True	SPA0082_000000010739	1.0		12	3	False	False	0.995555579662323	0					non-mobilizable	chromosome	1575.0	99.87299999999999	100.0	0.00024511067276339235	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
DEN0070_000000022894	1486	0.5354844594645551	2	2	2	2	1	False	70573	maximal	False	SPA0082_000000010739	0.9717460317460318		0	0	False	False	1.0	0					non-mobilizable	chromosome	1486.0	100.0	100.0	0.00023125117474818147	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
CHI0146_000000005655	1421	0.5354842032274216	3	3	2	2	1	False	79691	fragment	False	CHI0146_000000005655	1.0		0	0	False	False	0.9964813590049744	0					non-mobilizable	other	1421.0	99.648	100.0	0.00029513368204832753	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	False	False
MON0054_000000015494	2828	0.5354837949479625	3	3	3	2	2	False	107843	fragment	False	ISR0829_000000005007	0.970107751129649		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	79.008	28.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
SPA0075_000000001637	7679	0.5354828909283141	8	6	3	6	2	True	5806	maximal	True	SPA0075_000000001637	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5747.0	94.414	75.0	0.0034083525558758813	NZ_CP018809.1	firmicutes	Lactobacillus jensenii strain SNUV360 chromosome, complete genome	True	True
ENG0046_000000004359	4313	0.5354802902044701	5	5	5	4	4	False	121966	maximal	True	ENG0046_000000004359	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	76.55199999999999	27.0	0.0008143748471279855	NZ_FOZH01000001.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
AST0050_000000006126	2176	0.5354759860960221	3	2	1	1	2	False	114739	maximal	True	AST0050_000000006126	1.0		24	5	False	False	0.9963235259056091	0					non-mobilizable	other	2152.0	99.257	99.0	0.0005919179794397978	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ISR0234_000000005871	2116	0.5354746703744612	2	1	1	1	1	False	27362	maximal	True	ISR0234_000000005871	1.0		13	6	False	False	0.9848771095275879	0					non-mobilizable	other	1810.0	76.133	99.0	0.0005174211407854839	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
CHI0163_000000004633	2020	0.5354746703744612	2	1	1	1	1	False	78460	fragment	False	CHI0163_000000004633	0.9432606541129831		0	0	False	False	0.9836633801460266	0					non-mobilizable	other	1883.0	93.309	93.0	0.0009696202818596513	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
USA0023_01_000000015293	2018	0.5354746703744612	2	1	1	1	1	False	78460	fragment	False	CHI0163_000000004633	0.9428217821782179		0	0	False	False	0.9995044469833374	0					non-mobilizable	other	2019.0	92.42200000000001	100.0	0.0010391732776359813	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
USA0145_01_000000020917	1112	0.5354734954113778	2	1	1	1	1	False	1	fragment	False	USA0145_01_000000020917	1.0		0	0	False	False	0.9892086386680603	0					non-mobilizable	other	1112.0	94.964	99.0	0.008249292121554435	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
FIJ0056_000000012379	1711	0.5354706023729611	2	1	1	1	1	False	50768	maximal	True	FIJ0056_000000012379	0.9656511350059738		4	3	False	False	0.9994155168533325	0					non-mobilizable	no_good_hit	63.0	90.476	4.0	0.0011992564609941837	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
USA0022_01_000000005166	1391	0.5354706023729611	2	1	1	1	1	False	1722	fragment	False	USA0022_01_000000005166	1.0		0	0	False	False	0.9820272922515869	0					non-mobilizable	no_good_hit	63.0	92.06299999999999	4.0	0.0011992564609941837	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
DEN0083_000000003922	6437	0.5354694762402117	3	3	3	2	1	False	118382	fragment	False	DEN0083_000000003922	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4845.0	85.8	83.0	0.0020162684780945634	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0001_01_000000003839	4016	0.5354683541040499	5	3	3	3	3	False	2286	maximal	True	USA0001_01_000000003839	1.0		16	6	False	False	1.0	0					non-mobilizable	other	4014.0	99.77600000000001	99.0	0.1940507859733978	NZ_WNCH01000042.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold42_size20675, whole genome shotgun sequence	False	False
MAD0068_000000021590	1339	0.5354639612818752	2	2	2	2	2	False	16431	maximal	True	MAD0068_000000021590	1.0		19	8	False	False	0.9932785630226135	0					non-mobilizable	no_good_hit								True	False
ISR0323_000000013771	1574	0.5354621220219142	1	1	1	0	1	False	24972	fragment	False	ISR0323_000000013771	1.0		0	0	False	False	0.9891995191574097	0					non-mobilizable	other	1574.0	99.809	100.0	0.00030411017189483865	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0052_000000012087	2187	0.5354592139613976	4	3	3	3	2	False	42915	maximal	False	FIJ0097_000000014088	0.9649553571428571		0	0	False	False	1.0	0					non-mobilizable	other	2190.0	86.073	100.0	0.01084532990361362	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	False	False
FIJ0169_000000016196	1409	0.535452658504166	3	3	3	2	1	True	38855	maximal	True	FIJ0169_000000016196	1.0		82	10	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	70.917	48.0	0.03182999257609503	NZ_JALP01000188.1	firmicutes	Bacillus alcalophilus ATCC 27647 = CGMCC 1.3604 contig_443, whole genome shotgun sequence	True	True
SPA0014_000000013537	1751	0.5354512777180349	2	2	2	2	2	False	102222	fragment	False	ENG0067_000000013847	0.46522139486425207		0	0	False	False	0.9994288682937622	0					non-mobilizable	other	1751.0	97.773	100.0	0.0004288161511433504	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0079_000000021659	2568	0.5354441461603048	3	3	3	3	3	False	69582	maximal	True	DEN0079_000000021659	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	82.65299999999999	4.0	2.1052896596419444e-05	CP028520.1	enterobacteria	Lelliottia sp. WB101 chromosome, complete genome	True	False
DEN0065_000000018589	1871	0.5354438704306614	2	2	1	2	1	True	71083	fragment	False	DEN0065_000000018589	1.0		0	0	False	False	0.9951897263526917	0					non-mobilizable	no_good_hit	323.0	75.542	17.0	8.335715279313515e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0291_000000008653	1686	0.5354438704306614	2	2	1	2	1	True	40862	fragment	False	ISR0291_000000008653	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	70.67699999999999	47.0	0.00020642070959814225	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
MON0025_000000029596	1430	0.5354438704306614	2	2	1	2	1	True	40861	fragment	False	MON0025_000000029596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	802.0	71.696	55.0	0.00020642070959814225	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0808_000000003359	4154	0.5354424382212463	3	2	1	2	2	False	96111	fragment	False	ISR0808_000000003359	0.998656570591109		0	0	False	False	1.0	0					non-mobilizable	other	4104.0	96.589	99.0	0.006261560155539413	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0043_01_000000002967	4094	0.5354424382212463	3	2	1	2	2	False	96111	fragment	False	ISR0808_000000003359	0.9913336543090996		0	0	False	False	1.0	0					non-mobilizable	other	4094.0	96.58	100.0	0.006246299224134247	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0080_01_000000021839	1959	0.5354424382212463	2	2	1	2	2	False	34929	fragment	False	USA0080_01_000000021839	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1959.0	95.45700000000001	100.0	0.0029880903691314087	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
FIJ0150_000000013022	1858	0.5354420683580967	3	3	3	2	2	False	49783	fragment	False	FIJ0020_000000011733	0.9514224369296833		0	0	False	False	0.9994617700576782	0					non-mobilizable	other	1858.0	95.963	100.0	0.0005777095573755498	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0299_000000002533	3496	0.5354415226072947	4	4	4	4	3	False	129928	maximal	True	ISR0299_000000002533	1.0		86	5	False	False	1.0	0					non-mobilizable	no_good_hit	1821.0	92.31200000000001	52.0	0.025337460954930835	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0171_000000008354	2853	0.5354412497520613	4	4	3	3	4	False	90464	fragment	False	ISR0054_000000008403	0.9639661351159319		0	0	False	False	0.9870312213897705	0					non-mobilizable	other	2834.0	99.61200000000001	99.0	0.0011542672236593409	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
SPA0107_000000018681	1754	0.5354382781161604	2	2	2	2	2	False	110221	fragment	False	ISR0375_000000009302	0.3480966425583243		0	0	False	False	0.9988597631454468	0					non-mobilizable	no_good_hit	1145.0	94.76	85.0	0.005488988230296125	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0400_000000009896	1885	0.5354368403226957	3	2	2	2	1	False	94385	maximal	True	ISR0400_000000009896	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1560.0	99.936	83.0	0.04444254397217708	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	True	False
MON0077_000000040384	1138	0.5354341651837256	1	1	1	1	1	False	10186	fragment	False	MON0077_000000040384	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	98.682	100.0	0.00023703588810905401	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
AST0055_000000031458	1170	0.5354318015320686	2	2	2	2	2	False	113327	maximal	True	AST0055_000000031458	1.0		201	8	False	False	1.0	0					non-mobilizable	other	1174.0	91.056	100.0	0.00022641046066684757	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0106_000000017159	2404	0.5354273927184855	3	3	2	2	2	False	101747	fragment	False	SPA0150_000000008213	0.9806616517607649		0	0	False	False	1.0	0					non-mobilizable	other	2321.0	81.517	96.0	0.37625225817047137	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
DEN0078_000000013371	2327	0.5354273927184855	3	3	2	2	2	False	84886	fragment	False	DEN0078_000000013371	0.9709006928406467		0	0	False	False	0.984529435634613	0					non-mobilizable	plasmid	2147.0	95.34200000000001	92.0	0.316140506891952	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
MAD0052_000000009090	2086	0.5354273927184855	3	3	2	2	2	False	101747	fragment	False	SPA0150_000000008213	0.41329468025371424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1792.0	83.259	85.0	0.29249466250615863	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CHI0010_000000003846	2021	0.5354273927184855	3	3	2	2	2	False	101747	fragment	False	SPA0150_000000008213	0.2779756197781126		0	0	False	False	0.9995052218437195	0					non-mobilizable	other	1839.0	83.68700000000001	90.0	0.30021349975365413	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
AUS0010_000000004648	4759	0.5354269901939964	4	2	2	1	2	False	101602	maximal	True	AUS0010_000000004648	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	96.262	12.0	5.628574378142565e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0082_000000003189	6857	0.5354259252767198	6	6	4	4	4	False	36438	fragment	False	MON0082_000000003189	0.9370648412552365		0	0	False	False	0.9998541474342346	0					non-mobilizable	no_good_hit	2542.0	73.289	57.0	0.03977407942123717	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	True	False
AST0108_000000009649	2762	0.5354217036729647	5	4	1	3	1	False	107253	fragment	False	AST0108_000000009649	1.0		0	0	False	False	0.9981897473335266	0					non-mobilizable	no_good_hit	782.0	84.527	28.0	0.003175632151839528	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0806_000000006690	1790	0.5354212506104652	2	2	2	2	1	False	102427	fragment	False	ENG0142_000000017107	0.7804328877114597		0	0	False	False	1.0	0					non-mobilizable	chromosome	1790.0	100.0	100.0	0.00032654244303394984	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ITA0005_000000013063	1418	0.5354212506104652	2	2	2	2	1	False	20375	fragment	False	ITA0005_000000013063	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1402.0	100.0	100.0	0.00025572161134184665	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
CHI0058_000000006894	2848	0.5354199783341697	6	4	2	2	4	False	85909	maximal	True	CHI0058_000000006894	0.9916604892512972		682	12	False	False	0.997542142868042	0					non-mobilizable	other	2849.0	99.087	100.0	0.00779473144030106	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0102_000000013171	2698	0.5354199783341697	6	4	2	2	4	False	85909	maximal	False	CHI0058_000000006894	0.9655898876404494		0	0	False	False	0.9981467723846436	0					non-mobilizable	other	2699.0	99.259	100.0	0.007381457406773862	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0067_000000004513	2428	0.5354199783341697	6	4	2	2	4	False	85185	fragment	False	ISR0347_000000008982	0.9600432949602348		0	0	False	False	1.0	0					non-mobilizable	chromosome	1747.0	99.37	100.0	0.0003885743993120497	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0828_000000002574	2726	0.5354198236301516	3	3	2	2	3	False	21080	maximal	True	ISR0828_000000002574	1.0		3	1	False	False	0.995964765548706	0					non-mobilizable	no_good_hit								True	False
ENG0130_000000012936	2318	0.5354184557156345	3	3	3	2	2	False	58840	fragment	False	ENG0130_000000012936	0.9997102708967116		0	0	False	False	1.0	0					non-mobilizable	chromosome	2318.0	99.95700000000001	100.0	0.00043761915536669915	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
ENG0125_000000011330	2301	0.5354184557156345	3	3	3	2	2	False	58840	fragment	False	ENG0130_000000012936	0.9968341023621062		0	0	False	False	1.0	0					non-mobilizable	chromosome	2301.0	100.0	100.0	0.0004476025725082111	CP042953.1	enterobacteria	Escherichia coli strain D8-1 chromosome, complete genome	False	False
ISR0135_000000008306	2300	0.5354184557156345	3	3	3	2	2	False	58840	fragment	False	ENG0130_000000012936	0.9971218325878247		0	0	False	False	0.997826099395752	0					non-mobilizable	chromosome	2300.0	100.0	100.0	0.0004342194381476225	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
ENG0152_000000006177	3617	0.5354122052960021	7	6	2	3	3	False	57058	maximal	True	ENG0152_000000006177	1.0		184	13	False	False	0.9997235536575317	0					non-mobilizable	other	3617.0	99.336	100.0	0.0008726816377261044	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
SPA0138_000000010912	2381	0.5354105320287676	3	3	2	2	1	False	3532	maximal	True	SPA0138_000000010912	1.0		149	14	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	99.189	57.0	0.0003041758545771232	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0196_000000019347	1166	0.5354094581368732	2	2	2	2	2	False	28955	maximal	True	ISR0196_000000019347	1.0		204	12	False	False	0.9982847571372986	0					non-mobilizable	no_good_hit	55.0	83.63600000000001	5.0	2.183896192134334e-05	NC_014484.1	spirochetes	Spirochaeta thermophila DSM 6192, complete sequence	True	False
ISR0385_000000014742	1581	0.5354079451229475	1	1	1	1	1	False	95592	fragment	False	ISR0075_000000014007	0.5579830327748726		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	99.93700000000001	100.0	0.0003336935675073703	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
AST0031_000000017801	1446	0.5354079451229475	1	1	1	1	1	False	117245	fragment	False	AST0031_000000017801	1.0		0	0	False	False	0.9979252815246582	0					non-mobilizable	chromosome	1443.0	100.0	99.0	0.0002878047047486978	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0040_000000019235	2163	0.5354074185663026	4	3	3	3	2	True	6958	maximal	True	SPA0040_000000019235	1.0		1	1	False	False	0.9995377063751221	0					non-mobilizable	no_good_hit	1743.0	90.476	80.0	0.6275787187839305	KX128751.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CH_2 genomic sequence	True	True
USA0042_01_000000007829	2922	0.5354055862363557	4	4	4	4	4	False	98807	fragment	False	USA0042_01_000000007829	0.9803892147941425		0	0	False	False	0.9989733099937439	0					non-mobilizable	chromosome	2861.0	99.021	98.0	0.001276286025515903	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0131_000000024790	1161	0.5354039716018109	2	2	2	2	1	False	55086	maximal	False	ENG0184_000000019513	0.9502572898799314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	83.75	7.0	0.0011286842970011286	NZ_FWXW01000012.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ISR0807_000000007735	1814	0.5354039030907316	2	2	2	2	1	False	21764	maximal	True	ISR0807_000000007735	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0006_01_000000001685	12743	0.5354023195994589	17	8	5	7	5	False	54527	maximal	True	USA0006_01_000000001685	1.0		23	6	False	False	0.9999215006828308	0					non-mobilizable	no_good_hit	637.0	90.581	5.0	0.0001972395151381328	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
FIJ0082_000000007102	3911	0.5354009761181403	4	2	2	1	2	False	47506	fragment	False	FIJ0139_000000005541	0.7130338349082367		0	0	False	False	1.0	0					non-mobilizable	other	3731.0	98.01700000000001	95.0	0.019390567258909745	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	False	False
SPA0097_000000008295	3840	0.5354009761181403	3	2	2	1	2	False	47506	fragment	False	FIJ0139_000000005541	0.5959077666173467		0	0	False	False	1.0	0					non-mobilizable	other	3625.0	98.20700000000001	94.0	0.01884251623274944	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	False	False
FIJ0040_000000006824	3625	0.5354009761181403	2	2	2	1	2	False	47506	fragment	False	FIJ0139_000000005541	0.4652838770863941		0	0	False	False	1.0	0					non-mobilizable	other	3459.0	98.61200000000001	95.0	0.017976073658057916	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	False	False
FIJ0063_000000007853	3245	0.5354009761181403	2	2	2	1	2	False	45625	fragment	False	FIJ0063_000000007853	1.0		0	0	False	False	0.9892141819000244	0					non-mobilizable	other	3080.0	98.24700000000001	95.0	0.01599787043029835	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	False	False
FIJ0036_000000013084	2963	0.5353936229908752	2	2	2	2	2	False	57411	maximal	True	FIJ0036_000000013084	1.0	PS249	3	1	False	True	0.9996625185012817	0					non-mobilizable	no_good_hit	1432.0	85.824	81.0	0.0004492837052825274	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	True
FIJ0126_000000014592	2526	0.5353936229908752	2	2	2	2	2	False	57410	maximal	True	FIJ0126_000000014592	1.0	PS249	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1431.0	85.814	84.0	0.0004489677533097549	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	True
FIJ0087_000000007032	4272	0.5353923688770488	6	4	3	3	2	False	43754	maximal	True	FIJ0087_000000007032	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	96.15799999999999	26.0	0.00029330967087109425	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0066_000000000727	19395	0.5353906908218018	20	9	6	6	4	True	132164	maximal	True	MON0066_000000000727	1.0		1	1	False	False	0.999639093875885	0					non-mobilizable	no_good_hit	1625.0	75.015	8.0	0.000568378400487566	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0058_000000013480	2924	0.5353863111215291	3	2	2	2	2	False	115191	maximal	True	FIJ0058_000000013480	1.0	PS748	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	1001.0	99.20100000000001	66.0	0.0011133402657320546	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	True
FIJ0115_000000010566	2272	0.5353831021877595	4	3	1	2	3	False	87143	fragment	False	ISR0392_000000013708	0.7073580219018675		0	0	False	False	0.9995598793029785	0					non-mobilizable	other	2272.0	99.868	100.0	0.01432175064640222	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
MAD0037_000000005341	2414	0.5353830794171317	3	3	3	3	3	False	18644	fragment	False	MAD0037_000000005341	1.0		0	0	False	False	0.9987572431564331	0					non-mobilizable	no_good_hit	1488.0	87.90299999999999	62.0	0.057846729554845246	NZ_CABJDZ010000015.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0092_000000009666	3253	0.5353756976315444	7	2	1	2	1	False	110175	maximal	True	FIJ0092_000000009666	1.0		4	3	False	False	0.9944666624069214	0					non-mobilizable	no_good_hit	1355.0	94.686	42.0	0.36310002681684095	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	True	False
ENG0018_000000012853	1660	0.535370355578607	3	2	2	2	2	False	66607	maximal	True	ENG0018_000000012853	1.0		15	7	False	False	0.9915662407875061	0					non-mobilizable	no_good_hit								True	False
ISR0804_000000010017	1914	0.5353645343394651	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.13085060310600796		0	0	False	False	0.9989550709724426	0					non-mobilizable	other	1914.0	97.126	100.0	0.004000108732699477	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0064_000000006838	2872	0.5353638296130186	4	3	3	2	1	False	82052	maximal	True	MAD0064_000000006838	1.0		1	1	False	False	0.9933844208717346	0					non-mobilizable	no_good_hit	565.0	74.336	20.0	0.00014725553805727346	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
AST0059_000000002408	5513	0.5353628665356737	6	6	6	5	5	False	130062	maximal	False	ENG0198_000000002709	0.5518536898897873		0	0	False	False	0.9990930557250977	0					non-mobilizable	chromosome	5513.0	98.54899999999999	100.0	0.0019415029604214987	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0294_000000005157	3694	0.5353563196368778	3	1	1	1	0	False	25780	fragment	False	ISR0294_000000005157	1.0		0	0	False	False	0.9994586110115051	0					non-mobilizable	no_good_hit								True	False
MON0108_000000009444	2288	0.535355539504027	2	2	2	2	2	False	83458	fragment	False	MON0108_000000009444	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2039.0	84.306	89.0	0.0005662575909975949	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0353_000000018850	1964	0.5353529206861579	3	3	2	3	2	True	24026	fragment	False	ISR0353_000000018850	1.0		0	0	False	False	0.9984725117683411	0					non-mobilizable	other	1964.0	98.676	100.0	0.0005944649648756908	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MAD0076_000000000996	6301	0.535349417875989	4	4	3	4	2	False	16253	maximal	True	MAD0076_000000000996	1.0		1	1	False	False	0.9944453239440918	0					non-mobilizable	no_good_hit	2141.0	99.066	34.0	0.2549463647199047	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	True	False
ISR0082_000000026945	1260	0.5353491101277692	2	2	2	2	2	False	34143	fragment	False	ISR0082_000000026945	0.9671993271656855		0	0	False	False	0.9968253970146179	0					non-mobilizable	other	1255.0	99.681	99.0	0.00024287315455622484	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0181_000000006171	3283	0.5353486465498073	3	3	3	3	2	False	77442	fragment	False	CHI0181_000000006171	1.0		0	0	False	False	0.9984769821166992	0					non-mobilizable	no_good_hit	881.0	74.347	27.0	0.002667253279071686	NZ_FRDE01000001.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0217_000000013871	1660	0.5353451293837177	1	1	1	1	1	False	28085	maximal	True	ISR0217_000000013871	1.0		141	10	False	False	0.9680722951889038	0					non-mobilizable	no_good_hit	1193.0	99.916	72.0	0.00024774602042366647	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
FIJ0022_000000006708	3665	0.5353444730014681	5	3	3	3	1	False	119075	fragment	False	FIJ0022_000000006708	1.0		0	0	False	False	0.9994543194770813	0					non-mobilizable	no_good_hit	447.0	79.866	12.0	0.00014085310568205295	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0023_000000008534	3318	0.5353444730014681	5	3	3	3	1	False	119069	fragment	False	ISR0023_000000008534	0.986297144234254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	79.195	13.0	0.00014085310568205295	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0329_000000000289	17152	0.5353433569683083	18	6	4	6	4	True	24724	fragment	False	ISR0329_000000000289	1.0		0	0	False	False	0.9994753003120422	0					non-mobilizable	no_good_hit	539.0	91.28	3.0	0.00014546756330204879	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ENG0125_000000002201	9738	0.5353413782715525	12	10	4	5	8	True	118478	fragment	False	ENG0108_000000002441	0.9862892570378371		0	0	False	False	0.999794602394104	0					non-mobilizable	virus	9738.0	99.99	100.0	0.10133524826459354	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
MAD0100_000000027273	1173	0.53532771268199	2	2	2	2	1	False	15140	maximal	True	MAD0100_000000027273	1.0		101	8	False	False	0.9795396327972412	0					non-mobilizable	other	1176.0	97.194	100.0	0.0026678675482229	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	False
CHI0065_000000006213	2141	0.5353274557657636	2	1	1	0	1	False	85258	maximal	True	CHI0065_000000006213	1.0		398	12	False	False	0.9901915192604065	0					non-mobilizable	chromosome	2141.0	98.69200000000001	100.0	0.0003412448452494492	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
DEN0094_000000002251	10148	0.5353257717193917	11	6	4	6	4	True	101302	fragment	False	DEN0094_000000002251	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5806.0	97.365	94.0	0.05004943368081453	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0204_000000023059	1204	0.5353252788073047	2	2	1	2	2	False	54008	maximal	True	ENG0204_000000023059	1.0		199	12	False	False	0.9991694092750549	0					non-mobilizable	other	1204.0	100.0	100.0	0.015252947888931152	NZ_CYZO01000011.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0083_000000009668	2614	0.5353240515677552	2	2	2	2	2	False	131893	maximal	True	ISR0083_000000009668	1.0		24	7	False	False	0.9808722138404846	0					non-mobilizable	other	2614.0	98.77600000000001	100.0	0.0214550323221869	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
SPA0031_000000012438	2488	0.5353196761448987	4	2	2	2	1	True	7284	maximal	True	SPA0031_000000012438	1.0		6	3	False	False	0.9967845678329468	0					non-mobilizable	no_good_hit	108.0	84.259	4.0	0.00018557812839205306	NZ_LVXY01000003.1	b-proteobacteria	Cupriavidus gilardii strain JZ4 J4B_S4.Contig_3, whole genome shotgun sequence	True	True
AUS0018_000000023026	1242	0.5353195974666217	2	2	2	2	2	False	99817	maximal	True	AUS0018_000000023026	1.0		54	7	False	False	0.9911433458328247	0					non-mobilizable	chromosome	1207.0	73.902	97.0	0.00021017193300425235	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	False	False
MON0005_000000008306	5477	0.5353182634406536	15	4	1	4	3	False	14151	fragment	False	MON0005_000000008306	1.0		0	0	False	False	0.9822895526885986	0					non-mobilizable	no_good_hit	66.0	95.455	1.0	1.8050441263864127e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0011_01_000000004216	8856	0.5353165642393353	12	3	2	3	0	True	54384	fragment	False	USA0011_01_000000004216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4083.0	99.02	87.0	0.32921711057304276	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MAD0070_000000002474	6634	0.5353165642393353	7	3	2	3	0	True	54383	fragment	False	MAD0070_000000002474	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3948.0	98.25200000000001	100.0	0.31840193704600483	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	False	True
ENG0197_000000002566	4102	0.5353165642393353	5	3	2	3	0	True	54382	fragment	False	ENG0197_000000002566	1.0		0	0	False	False	0.9985373020172119	0					non-mobilizable	other	4102.0	100.0	100.0	0.2464691387703588	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	True
ISR0023_000000010382	2793	0.5353162071756794	4	4	3	2	2	False	37540	maximal	True	ISR0023_000000010382	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	80.851	3.0	0.00046446818392940084	NZ_NISX01000009.1	g-proteobacteria	Lacimicrobium alkaliphilum strain X13M-12 contig9, whole genome shotgun sequence	True	False
FIJ0089_000000013135	1868	0.5353138116121479	3	1	1	1	1	False	43784	fragment	False	FIJ0089_000000013135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1143.0	71.041	60.0	0.002815258953774699	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
MAD0032_000000002995	4951	0.5353134135335352	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.8811931475825107		0	0	False	False	1.0	0					non-mobilizable	other	4961.0	97.319	100.0	0.2824649412837761	MK211789.1	firmicutes	Streptococcus suis ILCSsuYS106 integron, complete sequence	False	True
ISR0041_000000009126	1617	0.5353053246844529	2	2	2	2	0	True	36414	fragment	False	ISR0041_000000009126	1.0		0	0	False	False	0.9764996767044067	0					non-mobilizable	other	1600.0	99.875	99.0	0.0003027129440736416	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	True
ISR0376_000000017888	1395	0.5353012854712866	2	2	1	1	2	False	67737	fragment	False	ENG0136_000000007528	0.6417094680973393		0	0	False	False	0.9684587717056274	0					non-mobilizable	no_good_hit	522.0	74.33	37.0	0.00011538847907124491	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0814_000000022530	1817	0.5352979223341588	3	2	2	2	2	False	63409	maximal	True	ISR0814_000000022530	1.0		54	10	False	False	1.0	0					non-mobilizable	no_good_hit	619.0	85.46	33.0	0.0006887044629169042	NZ_QGDL01000001.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_101, whole genome shotgun sequence	True	False
DEN0041_000000007743	4282	0.53529707307297	4	3	2	3	0	True	73152	maximal	True	DEN0041_000000007743	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	98.973	27.0	0.20444600035007876	KX125686.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time3_CH_3 genomic sequence	True	True
USA0086_01_000000013002	1308	0.5352963940107547	2	2	2	2	1	False	433	fragment	False	USA0086_01_000000013002	1.0		0	0	False	False	0.9923547506332397	0					non-mobilizable	other	1309.0	89.152	99.0	0.10183522061694651	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	False	False
MON0104_000000017191	2629	0.5352963223347137	4	4	3	3	2	False	41735	fragment	False	MON0104_000000017191	1.0		0	0	False	False	0.9851654767990112	0					non-mobilizable	no_good_hit	134.0	82.09	5.0	0.00046274386075616556	NZ_FNHC01000004.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	False
ISR0344_000000023279	1496	0.5352908251743753	4	2	1	2	2	False	24250	maximal	True	ISR0344_000000023279	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0220_000000004166	2367	0.535289527103468	2	2	2	2	2	False	27991	maximal	True	ISR0220_000000004166	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2367.0	99.071	100.0	0.0011723799958079735	CP028249.1	firmicutes	Pediococcus acidilactici strain SRCM102732 chromosome, complete genome	False	False
ISR0839_000000016033	1340	0.5352880079006849	2	2	2	2	1	False	20823	fragment	False	ISR0839_000000016033	1.0		0	0	False	False	0.9888059496879578	0					non-mobilizable	other	1322.0	86.23299999999999	98.0	0.01462176303653778	NZ_QRYH01000007.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf7, whole genome shotgun sequence	False	False
ENG0210_000000002474	7423	0.5352876945964986	6	3	0	2	2	False	53759	maximal	True	ENG0210_000000002474	1.0		1	1	False	False	0.9998652935028076	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.2192224302065124e-07	LR699158.1	caecilians	Geotrypetes seraphini genome assembly, chromosome: 13	True	False
MON0046_000000022583	1516	0.5352876445017689	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.6285394875993817		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	97.296	100.0	0.00045807758594624014	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MAD0098_000000035267	1299	0.5352876445017689	2	2	2	1	1	False	29282	maximal	True	MAD0098_000000035267	0.9893982189980792		163	12	False	False	0.9769052863121033	0		MOBT			mobilizable	other	1299.0	100.0	100.0	0.0014729947185536053	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	False	True
ISR0111_000000013946	1263	0.5352876445017689	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.2766849944312782		0	0	False	False	0.9992082118988037	0					non-mobilizable	other	1264.0	97.152	100.0	0.0003096596906198122	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0800_000000010413	1261	0.5352876445017689	2	2	2	1	1	False	29282	maximal	False	MAD0098_000000035267	0.9777577710798832		0	0	False	False	0.9817605018615723	0					non-mobilizable	other	1227.0	100.0	97.0	0.001391287769604561	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	False	False
ISR0187_000000023212	1239	0.5352876445017689	2	2	2	1	1	False	29282	maximal	False	MAD0098_000000035267	0.9735476383651428		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	100.0	100.0	0.004706311703814089	NZ_AJTG01000031.1	firmicutes	Aerococcus viridans LL1 Contig67, whole genome shotgun sequence	False	False
SPA0020_000000011247	2710	0.5352869861867773	3	3	3	3	2	False	131316	maximal	True	SPA0020_000000011247	1.0		74	12	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	80.16199999999999	9.0	0.008746144075485393	NZ_PPEL01000035.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_035, whole genome shotgun sequence	True	False
DEN0007_000000016841	1513	0.5352845009287602	3	2	1	2	2	False	76272	maximal	True	DEN0007_000000016841	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	87.65100000000001	88.0	0.000454452763131063	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0006_000000005239	2551	0.5352842987506621	3	3	3	2	3	False	90627	fragment	False	ISR0215_000000010584	0.9563393739034644		0	0	False	False	0.998039960861206	0					non-mobilizable	other	2551.0	100.0	100.0	0.005316465196959399	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0051_000000007472	2415	0.5352842987506621	3	3	3	2	3	False	90627	fragment	False	ISR0215_000000010584	0.6253456697981767		0	0	False	False	0.9995859265327454	0					non-mobilizable	other	2415.0	100.0	100.0	0.005032920386454897	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0158_000000001819	6894	0.5352831681105371	11	9	8	9	8	False	75938	maximal	True	SPA0158_000000001819	0.9811250681540856	PS39	48	10	False	True	1.0	0					non-mobilizable	no_good_hit	993.0	81.168	32.0	0.00027655741110944263	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
AST0005_000000016437	1677	0.5352826033412965	3	2	2	2	2	False	128156	fragment	False	MON0075_000000014372	0.9761561183571144		0	0	False	False	0.999403715133667	0					non-mobilizable	other	652.0	94.785	95.0	0.0002025249983045142	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0041_000000023943	1408	0.5352810349421445	3	3	3	2	1	False	61802	fragment	False	SPA0041_000000023943	0.9636774580785534		0	0	False	False	1.0	0					non-mobilizable	chromosome	1408.0	96.37799999999999	100.0	0.0004933153650798355	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0079_000000023476	1403	0.5352810349421445	3	3	3	2	1	False	61802	fragment	False	SPA0041_000000023943	0.9601637849875883		0	0	False	False	0.9779044985771179	0					non-mobilizable	chromosome	1407.0	96.51700000000001	100.0	0.0004947268539641842	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0101_000000016820	1403	0.5352810349421445	3	3	3	2	1	False	61802	fragment	False	SPA0041_000000023943	0.9627348053169748		0	0	False	False	1.0	0					non-mobilizable	chromosome	1403.0	97.006	100.0	0.0004901395150900512	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0020_000000015580	1368	0.5352810349421445	3	3	3	2	1	False	61802	fragment	False	SPA0041_000000023943	0.9505272032738288		0	0	False	False	1.0	0					non-mobilizable	chromosome	1368.0	97.95299999999999	100.0	0.0004823763262261339	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0043_000000001787	9961	0.5352777342749495	14	5	3	4	3	True	101330	maximal	True	MAD0043_000000001787	1.0		6	3	False	False	0.9969882369041443	0					non-mobilizable	no_good_hit	1142.0	83.975	11.0	0.009132383415527462	NZ_QSFS01000011.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf11, whole genome shotgun sequence	True	True
MAD0101_000000015368	1859	0.5352749264121632	1	1	1	1	1	False	15408	maximal	True	MAD0101_000000015368	1.0		3	1	False	False	0.9994620680809021	0					non-mobilizable	no_good_hit								True	False
ETH0005_000000035365	1306	0.5352721508641389	3	3	3	3	2	False	52697	maximal	True	ETH0005_000000035365	1.0		2	2	False	False	0.9969372153282166	0					non-mobilizable	no_good_hit								True	False
USA0066_01_000000017755	1141	0.5352655362658983	2	2	2	2	2	False	68258	fragment	False	DEN0094_000000034295	0.9809853068280034		0	0	False	False	0.997370719909668	0					non-mobilizable	no_good_hit								True	False
MON0068_000000019413	2183	0.5352641595612523	4	4	4	4	4	False	20258	fragment	False	MON0068_000000019413	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2183.0	98.946	100.0	0.00044866359113463774	CP051753.1	enterobacteria	Escherichia coli strain SCU-102 chromosome, complete genome	False	False
ISR0320_000000000336	26826	0.5352597377012716	28	10	5	8	4	False	93661	fragment	False	ISR0320_000000000336	1.0		0	0	False	False	0.9999627470970154	0					non-mobilizable	no_good_hit	1820.0	76.09899999999999	7.0	0.03107106625169799	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
AUS0018_000000007321	3735	0.5352569363449605	4	4	2	3	2	True	100042	fragment	False	AUS0018_000000007321	1.0		0	0	False	False	0.9975903630256653	0					non-mobilizable	other	3735.0	100.0	100.0	0.0629668976914386	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ISR0185_000000008672	3634	0.5352524907276226	5	5	5	3	4	False	90629	fragment	False	ISR0185_000000008672	1.0		0	0	False	False	0.9942212700843811	0					non-mobilizable	other	3623.0	99.945	99.0	0.007551465467994879	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
MAD0056_000000007929	1745	0.5352523310523536	3	3	1	2	2	False	17048	maximal	True	MAD0056_000000007929	1.0		1	1	False	False	0.9971346855163574	0					non-mobilizable	chromosome	1692.0	85.52	99.0	0.00036905488954027646	CP045761.1	enterobacteria	Salmonella enterica subsp. houtenae str. CFSAN000552 isolate SARC10 chromosome, complete genome	False	False
FIJ0132_000000011520	2663	0.5352522423100121	2	2	1	2	1	False	91583	fragment	False	FIJ0132_000000011520	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2664.0	97.86	100.0	0.03563645169101622	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0114_000000003150	2299	0.5352522423100121	2	2	1	2	1	False	91582	fragment	False	CAN0021_000000018040	0.962546037561063		0	0	False	False	0.9947803616523743	0					non-mobilizable	other	2300.0	97.696	100.0	0.030739634622111014	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0074_000000010339	2169	0.5352522423100121	2	2	1	2	1	False	91582	fragment	False	CAN0021_000000018040	0.9293249397196185		0	0	False	False	0.9866297841072083	0					non-mobilizable	other	2170.0	98.295	100.0	0.02917911050125111	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0006_000000003636	2431	0.5352484500073871	3	3	3	3	3	False	19894	maximal	True	MAD0006_000000003636	1.0		1	1	False	False	0.9925956130027771	0					non-mobilizable	no_good_hit	473.0	71.67	19.0	0.00011597060873022727	NZ_CP035708.1	b-proteobacteria	Sphaerotilus natans subsp. sulfidivorans strain D-507 chromosome, complete genome	True	False
USA0007_01_000000013143	1215	0.5352478798785879	1	1	1	1	1	False	2108	fragment	False	USA0007_01_000000013143	1.0		0	0	False	False	0.9925925731658936	0					non-mobilizable	no_good_hit	219.0	76.256	18.0	8.055588759595246e-05	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
SPA0136_000000008074	4662	0.5352441063580281	5	4	3	4	2	False	3634	fragment	False	SPA0136_000000008074	1.0		0	0	False	False	0.9927070140838623	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00020498103925386903	NZ_MASI01000008.1	a-proteobacteria	Methyloligella halotolerans strain VKM B-2706 A7A08_contig000008, whole genome shotgun sequence	True	False
ISR0803_000000008238	1811	0.5352365072140048	2	1	1	1	1	False	21834	fragment	False	ISR0803_000000008238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	92.609	38.0	0.9298245614035088	EU058809.1	bacteria	Uncultured bacterium clone LM0ABA37ZF10FM1 genomic sequence	True	False
USA0037_01_000000024112	1398	0.5352347848924347	2	2	2	2	2	False	62517	fragment	False	USA0037_01_000000024112	1.0		0	0	False	False	0.9992846846580505	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	1.0016245266985724e-05	NC_022444.1	d-proteobacteria	Desulfovibrio gigas DSM 1382 = ATCC 19364, partial sequence	True	False
FIJ0144_000000019888	1588	0.535232934697389	2	2	2	2	1	True	45281	maximal	True	FIJ0144_000000019888	1.0		35	6	False	False	1.0	0					non-mobilizable	no_good_hit	1313.0	80.274	82.0	0.021254037125240596	NZ_QRUU01000015.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf15, whole genome shotgun sequence	True	True
ISR0280_000000003912	2796	0.5352328160301005	5	4	4	4	4	True	26200	maximal	True	ISR0280_000000003912	1.0		67	8	False	False	0.9974964261054993	0					non-mobilizable	no_good_hit	2299.0	91.344	82.0	0.40049011027481185	KX125686.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time3_CH_3 genomic sequence	True	True
SPA0109_000000029646	1167	0.5352320290814073	2	1	1	0	0	False	4641	maximal	True	SPA0109_000000029646	1.0		271	10	False	False	0.9725792407989502	0					non-mobilizable	no_good_hit	264.0	83.333	28.0	3.626127438449601e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
MON0077_000000028727	1548	0.5352304051330424	3	2	2	2	1	True	113031	fragment	False	MON0077_000000028727	1.0		0	0	False	False	0.9993540048599243	0					non-mobilizable	chromosome	1548.0	96.77	100.0	0.00036016865298786323	CP029154.1	firmicutes	Clostridioides difficile strain CD161 chromosome, complete genome	False	True
SPA0062_000000013137	2513	0.5352261308340394	5	5	5	5	4	True	115510	maximal	True	SPA0062_000000013137	1.0		62	8	False	False	0.9984082579612732	0					non-mobilizable	chromosome	2513.0	99.881	100.0	0.001145778931260106	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	True
ENG0155_000000015200	1300	0.5352260580325542	2	2	2	2	2	False	56726	maximal	True	ENG0155_000000015200	1.0		485	14	False	False	0.9823076725006104	0					non-mobilizable	other	1300.0	99.76899999999999	100.0	0.017098404675406728	NZ_CYXX01000017.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0075_000000020977	1317	0.5352246674311676	2	2	2	2	2	False	34617	fragment	False	ISR0075_000000020977	1.0		0	0	False	False	0.9954441785812378	0					non-mobilizable	no_good_hit	312.0	73.39699999999999	24.0	0.00012132953612459326	NZ_UICR01000001.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
MAD0101_000000018667	1540	0.5352195626082457	2	2	1	1	2	False	15089	fragment	False	MAD0101_000000018667	1.0		0	0	False	False	0.9980519413948059	0				MOBQ	mobilizable	plasmid	1540.0	100.0	100.0	0.2529170090386196	LC056431.1	enterobacteria	Escherichia coli plasmid pV234-a DNA, contig: V234-a_scaffold_5, strain: V234	False	True
ISR0307_000000006452	1679	0.5352177845473628	3	3	3	2	1	False	25433	maximal	True	ISR0307_000000006452	1.0		170	9	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	71.756	23.0	0.00016090516929912564	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	False
MON0102_000000008516	5178	0.5352169807514485	5	5	5	5	5	False	8973	maximal	True	MON0102_000000008516	1.0		62	9	False	False	0.9942062497138977	0					non-mobilizable	other	5079.0	99.961	98.0	0.0009450745665321886	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
CHI0169_000000002108	6526	0.5352162103719175	5	5	5	4	0	True	91321	maximal	True	CHI0169_000000002108	1.0		1069	14	False	False	0.9995403289794922	0					non-mobilizable	other	4470.0	96.935	100.0	0.001042626120665601	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
FIJ0108_000000012512	1842	0.5352149207658833	1	1	1	1	1	False	42219	maximal	True	FIJ0108_000000012512	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000007459	3215	0.535212937857497	2	2	2	1	0	False	92868	fragment	False	ENG0070_000000007459	1.0		0	0	False	False	0.9828926920890808	0					non-mobilizable	no_good_hit	557.0	73.609	17.0	0.00012151511610348032	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
MON0085_000000018858	1587	0.5352128660879159	3	3	2	3	3	False	9777	fragment	False	MON0085_000000018858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	77.15899999999999	32.0	0.0009687730884636842	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0136_000000006901	5312	0.5352113960149717	6	4	4	3	1	True	3638	maximal	True	SPA0136_000000006901	1.0		69	9	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	98.941	52.0	0.0014095614421025544	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0014_000000000450	9684	0.5352111139667268	11	6	2	3	5	True	113134	fragment	False	ISR0042_000000002093	0.8813835799665701		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8141.0	95.074	84.0	0.18573714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0819_000000013021	2020	0.5351994648839917	3	3	3	3	3	False	21318	maximal	True	ISR0819_000000013021	1.0		2	1	False	False	0.9925742745399475	0					non-mobilizable	no_good_hit	671.0	72.429	33.0	0.06009681249429172	LR214960.1	mycoplasmas	Mycoplasma fermentans strain NCTC10117 genome assembly, plasmid: 6	True	False
CAN0006_000000030106	1494	0.5351950651645827	2	2	2	2	2	False	95579	maximal	True	CAN0006_000000030106	1.0		61	9	False	False	0.9979919791221619	0					non-mobilizable	other	1494.0	99.531	100.0	0.013644921310936043	NZ_LN866273.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
FIJ0111_000000005656	4033	0.5351944929363367	5	5	4	4	4	False	42094	maximal	True	FIJ0111_000000005656	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	673.0	77.415	16.0	0.00026734879648618066	CP024597.1	CFB group bacteria	Porphyromonas gingivalis strain KCOM 2796 chromosome, complete genome	True	False
ENG0129_000000015825	1698	0.5351926835168626	3	2	1	2	1	False	115800	fragment	False	ENG0129_000000015825	1.0		0	0	False	False	0.9988221526145935	0					non-mobilizable	other	1592.0	99.93700000000001	94.0	0.01978535808886623	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0031_01_000000016729	1636	0.5351926835168626	2	2	1	2	1	False	115795	fragment	False	USA0031_01_000000016729	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	99.694	100.0	0.020332533296854985	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0201_000000019533	1525	0.5351926835168626	3	2	1	2	1	False	115792	fragment	False	ISR0054_000000014703	0.34954898929122713		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	99.51700000000001	95.0	0.01801947446308433	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0056_000000024302	1473	0.5351926835168626	3	2	1	2	1	False	115792	fragment	False	ISR0054_000000014703	0.34938854670610836		0	0	False	False	0.9993211030960083	0					non-mobilizable	other	1473.0	99.86399999999999	100.0	0.018305497867260268	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0015_000000018502	1438	0.5351926835168626	2	2	1	2	1	False	115792	fragment	False	ISR0054_000000014703	0.46634827564588865		0	0	False	False	0.9965229630470276	0					non-mobilizable	other	1436.0	99.791	99.0	0.01784537326054245	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0045_000000030202	1413	0.5351926835168626	2	2	1	2	1	False	115792	fragment	False	ISR0054_000000014703	0.46271061804729274		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	99.788	100.0	0.017559349856366507	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0016_000000016725	1335	0.5351926835168626	2	2	1	2	1	False	115792	fragment	False	ISR0054_000000014703	0.13841968414894726		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	99.76299999999999	95.0	0.01571885142949523	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0037_000000026888	1334	0.5351926835168626	2	2	1	2	1	False	115792	fragment	False	ISR0054_000000014703	0.22973075265751333		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	100.0	99.0	0.016328205638391803	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0012_000000006873	3924	0.5351894310672592	7	5	1	5	3	False	100340	maximal	True	MAD0012_000000006873	1.0		1	1	False	False	0.9994903206825256	0					non-mobilizable	no_good_hit	756.0	97.884	21.0	0.00020113483796774852	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0078_000000003052	7485	0.5351872438350395	7	6	5	6	3	True	44462	fragment	False	FIJ0078_000000003052	1.0		0	0	False	False	0.9995992183685303	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	1.03977679458143e-05	AP022839.1	g-proteobacteria	Legionella sp. TUM19329 DNA, complete genome	True	True
FIJ0036_000000034712	1265	0.5351867613621664	1	1	1	1	1	False	47885	fragment	False	FIJ0036_000000034712	0.9701244813278009		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	82.035	99.0	0.004797893532823349	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0180_000000005801	3664	0.5351853126252881	4	2	1	2	1	False	102208	maximal	True	ISR0180_000000005801	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	77.039	22.0	0.0051310515751360215	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
SPA0141_000000007320	3185	0.5351842212295379	4	3	2	3	2	False	12034	maximal	True	SPA0141_000000007320	1.0		5	4	False	False	1.0	0					non-mobilizable	other	3187.0	93.191	100.0	0.0014619554112782697	CP014264.1	firmicutes	Streptococcus sp. oral taxon 431, complete genome	False	False
FIJ0001_000000006181	3169	0.5351819560013935	4	4	3	4	1	False	105040	maximal	True	FIJ0001_000000006181	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
ENG0050_000000012806	2086	0.535181595614126	2	1	1	1	1	False	64139	fragment	False	ENG0050_000000012806	0.9987928536938677		0	0	False	False	1.0	0					non-mobilizable	other	2086.0	99.85600000000001	100.0	0.00036393246041907214	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0003_000000012659	2071	0.535181595614126	2	1	1	1	1	False	64139	fragment	False	ENG0050_000000012806	0.9952061361457335		0	0	False	False	1.0	0					non-mobilizable	other	2070.0	99.95200000000001	99.0	0.00036113969333671954	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0188_000000020820	1207	0.5351804086907493	2	2	0	1	2	False	54881	maximal	False	SPA0120_000000031752	0.9682730923694779		0	0	False	False	0.9975144863128662	0					non-mobilizable	other	1207.0	99.917	100.0	0.004352690655790956	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
USA0015_01_000000009595	3416	0.5351800365016752	4	3	2	3	2	False	97058	maximal	True	USA0015_01_000000009595	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	87.5	34.0	0.0002373856794407212	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0002_000000022322	1280	0.5351785151704196	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.25214251854606284		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	89.59299999999999	99.0	0.00039665034230146795	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0059_000000003103	5832	0.5351774607019836	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.8133780315676773		0	0	False	False	1.0	0					non-mobilizable	other	5174.0	96.695	96.0	0.001512224005941131	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0147_000000003156	5566	0.5351774607019836	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.7545664032607519		0	0	False	False	1.0	0					non-mobilizable	other	5569.0	95.67200000000001	100.0	0.0016284813510919112	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0044_000000004289	5074	0.5351774607019836	7	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6499584250963618		0	0	False	False	1.0	0					non-mobilizable	other	5077.0	95.98200000000001	100.0	0.0014844042382098361	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
SPA0117_000000027323	1369	0.5351770855882515	1	1	1	1	1	False	4289	maximal	True	SPA0117_000000027323	1.0		16	5	False	False	0.9678597450256348	0					non-mobilizable	no_good_hit	1149.0	92.95	84.0	0.005771090161953106	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
MON0019_000000023193	2834	0.5351732568332872	2	2	2	2	2	False	126315	maximal	True	MON0019_000000023193	0.9433036307784748	PS954	13	6	False	True	1.0	0					non-mobilizable	no_good_hit	136.0	93.382	8.0	0.05641454241537819	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
ENG0001_000000009252	2794	0.5351732568332872	2	2	2	2	2	False	126315	maximal	False	MON0019_000000023193	0.939775049268242	PS954	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	136.0	93.382	8.0	0.05641454241537819	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
AST0102_000000002878	8770	0.5351727388408238	12	7	3	4	3	True	115475	fragment	False	ENG0130_000000003030	0.960691466856748		0	0	False	False	0.9971493482589722	0					non-mobilizable	no_good_hit	537.0	95.531	6.0	0.005666744487127788	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0393_000000000624	18958	0.5351718418417338	39	9	4	5	8	False	44660	maximal	True	ISR0393_000000000624	1.0		2	2	False	False	0.9999472498893738	0					non-mobilizable	no_good_hit	221.0	97.738	1.0	0.00911247035326426	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
MON0093_000000028763	1585	0.5351691527462558	1	1	1	1	1	False	77066	maximal	True	MON0093_000000028763	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1302.0	80.415	82.0	0.002210583768634691	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	True	False
CHI0187_000000010085	1556	0.5351691527462558	1	1	1	1	1	False	77066	maximal	False	MON0093_000000028763	0.9908517350157728		0	0	False	False	0.9987146258354187	0					non-mobilizable	no_good_hit	1302.0	80.415	83.0	0.002210583768634691	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	True	False
ENG0006_000000014858	1499	0.5351691527462558	2	1	1	1	1	False	67580	maximal	True	ENG0006_000000014858	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1311.0	79.48100000000001	87.0	0.024008830834329867	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	False
SPA0033_000000024917	1281	0.5351691527462558	1	1	1	1	1	False	7179	fragment	False	SPA0033_000000024917	0.997191011235955		0	0	False	False	0.9968774318695068	0					non-mobilizable	other	1288.0	80.512	99.0	0.017569445399887182	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0002_000000036002	1268	0.5351691527462558	1	1	1	1	1	False	20128	maximal	True	MAD0002_000000036002	1.0		0	0	False	False	0.9992113709449768	0					non-mobilizable	no_good_hit	400.0	84.0	89.0	0.00017627027275481875	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
USA0130_01_000000026407	1246	0.5351691527462558	1	1	1	1	1	False	7179	fragment	False	SPA0033_000000024917	0.9836065573770492		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	80.57600000000001	99.0	0.017156694137556237	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0019_000000006375	1341	0.5351687489141509	2	2	2	2	2	False	89408	fragment	False	CHI0019_000000006375	0.9905362776025237		0	0	False	False	0.9970171451568604	0					non-mobilizable	plasmid	1346.0	82.764	99.0	0.0021652237236022332	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
SPA0103_000000003110	4969	0.5351682170841857	4	3	1	3	2	False	109616	maximal	True	SPA0103_000000003110	1.0		40	4	False	False	0.9981887936592102	0					non-mobilizable	no_good_hit	3034.0	98.18700000000001	61.0	0.18966275199397098	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	True	False
ENG0130_000000002104	11796	0.5351645212179788	8	4	3	3	4	False	58481	fragment	False	ENG0130_000000002104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4234.0	85.23899999999999	64.0	0.001727318415855998	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
SPA0096_000000022033	1857	0.5351579878725596	3	2	2	2	1	False	122279	fragment	False	AST0019_000000015172	0.7343862063122714		0	0	False	False	0.9978460073471069	0					non-mobilizable	other	1753.0	75.528	93.0	0.11471272002656925	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	False	False
CHI0075_000000004470	1581	0.5351563500437462	2	2	1	2	0	True	84663	maximal	True	CHI0075_000000004470	1.0		76	10	False	False	0.9993674755096436	0					non-mobilizable	no_good_hit	977.0	98.36200000000001	89.0	0.002968920633085822	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0225_000000003579	4012	0.5351543513209569	5	2	1	1	2	False	116439	fragment	False	ISR0225_000000003579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1304.0	98.926	33.0	0.006081595123522191	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0055_000000006810	1410	0.5351519426962409	2	2	2	1	1	False	17094	maximal	True	MAD0055_000000006810	1.0		643	15	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	98.353	86.0	0.005708450200478135	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	False
SPA0117_000000013215	2880	0.535147627017714	3	3	2	3	3	True	82416	fragment	False	SPA0117_000000013215	0.9898380828131991		0	0	False	False	0.9993055462837219	0					non-mobilizable	plasmid	2881.0	99.965	100.0	0.013150264603414502	MH909349.1	enterobacteria	Klebsiella pneumoniae strain A1705 plasmid pA1705-NDM, complete sequence	False	True
MAD0109_000000005277	2663	0.535147627017714	3	3	2	3	3	True	82416	fragment	False	SPA0117_000000013215	0.9648820905035054		0	0	False	False	1.0	0					non-mobilizable	plasmid	2663.0	99.962	100.0	0.03399180212736072	CP041524.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-2	False	True
ENG0152_000000008860	2615	0.535147627017714	3	3	2	3	3	True	82416	fragment	False	SPA0117_000000013215	0.9601697125213836		0	0	False	False	0.9992351531982422	0					non-mobilizable	plasmid	2615.0	100.0	100.0	0.03796383704887082	CP056405.1	enterobacteria	Escherichia coli strain RHBSTW-00562 plasmid pRHBSTW-00562_2, complete sequence	False	True
ISR0033_000000007346	3936	0.5351374393009904	7	7	6	7	5	False	49486	maximal	True	ISR0033_000000007346	1.0		8	3	False	False	0.9964430928230286	0					non-mobilizable	no_good_hit	1802.0	72.808	45.0	0.0028352884112173393	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
ISR0333_000000007764	2734	0.5351333414669861	4	3	2	2	3	False	67992	fragment	False	ISR0333_000000007764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	78.88	39.0	0.0037538785460992908	NZ_JAAIPW010000003.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_3_length_288768_cov_205.212, whole genome shotgun sequence	True	False
ENG0026_000000006559	1749	0.5351320537239227	1	1	1	1	1	False	111249	fragment	False	ENG0026_000000006559	1.0		0	0	False	False	0.9868496060371399	0					non-mobilizable	chromosome	1651.0	99.334	94.0	0.0003162207232153952	CP031215.1	enterobacteria	Escherichia coli strain Es_ST80_L1_NDM_10_2017 chromosome, complete genome	False	False
AST0084_000000026703	1330	0.5351320537239227	2	1	1	1	1	False	111247	fragment	False	AST0084_000000026703	0.9978886249670098		0	0	False	False	0.969924807548523	0					non-mobilizable	chromosome	1331.0	99.925	100.0	0.0002661848920260013	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
USA0069_01_000000050766	1179	0.5351320537239227	1	1	1	1	1	False	747	fragment	False	USA0069_01_000000050766	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1179.0	99.23700000000001	100.0	0.0002478165114377418	CP051706.1	enterobacteria	Escherichia coli strain SCU-124 chromosome, complete genome	False	False
CHI0187_000000013185	1161	0.5351320537239227	2	1	1	1	1	False	111247	fragment	False	AST0084_000000026703	0.6378991818421748		0	0	False	False	1.0	0					non-mobilizable	chromosome	1161.0	100.0	100.0	0.00023216125921064773	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ISR0824_000000004780	3730	0.5351317448330282	4	3	2	3	0	True	115123	fragment	False	ISR0824_000000004780	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2622.0	100.0	100.0	0.000687746900743769	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
CHI0094_000000004216	1248	0.5351307100686638	2	2	2	2	2	False	83527	fragment	False	CHI0094_000000004216	1.0		0	0	False	False	0.9983974099159241	0					non-mobilizable	chromosome	1248.0	99.92	100.0	0.0002515491351914214	CP054371.1	enterobacteria	Escherichia coli strain SCU-316 chromosome, complete genome	False	False
SPA0088_000000005478	2988	0.5351214173687355	4	4	3	4	1	False	5458	maximal	True	SPA0088_000000005478	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	98.678	75.0	0.03026207103702035	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0024_000000010593	1470	0.5351167065971307	3	1	1	1	1	False	124064	maximal	True	MAD0024_000000010593	1.0		13	3	False	False	0.9959183931350708	0					non-mobilizable	no_good_hit	1284.0	81.77600000000001	86.0	0.9397058823529412	NZ_JAEB01000048.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00037.37_C, whole genome shotgun sequence	True	False
ISR0196_000000019971	1136	0.5351167065971307	2	1	1	1	1	False	29242	fragment	False	ISR0196_000000019971	0.9511978704525288		0	0	False	False	0.9832746386528015	0					non-mobilizable	other	1143.0	81.452	100.0	0.836764705882353	NZ_JAEB01000048.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00037.37_C, whole genome shotgun sequence	False	False
MAD0105_000000008445	3851	0.5351082220055778	6	6	5	6	5	False	112714	maximal	True	MAD0105_000000008445	1.0		5	3	False	False	0.9979225993156433	0					non-mobilizable	chromosome	3851.0	98.338	100.0	0.0007702318397837749	NZ_CP046348.1	enterobacteria	Citrobacter portucalensis strain FDAARGOS_738 chromosome, complete genome	False	False
ISR0294_000000013859	1365	0.5351042423525186	3	1	1	1	1	False	25748	maximal	True	ISR0294_000000013859	1.0		3	2	False	False	0.9934065937995911	0					non-mobilizable	no_good_hit	405.0	91.111	59.0	0.00010655493544657545	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
ISR0275_000000003205	4218	0.5350999782129172	6	5	2	4	5	True	123556	backbone	False	ISR0826_000000002301	0.3410019262950201	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4145.0	98.26299999999999	100.0	0.0011089274146619968	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0107_000000032698	1213	0.5350994925754418	2	1	1	1	1	False	14637	fragment	False	MAD0107_000000032698	1.0		0	0	False	False	0.9744435548782349	0					non-mobilizable	no_good_hit								True	False
FIJ0028_000000013326	2294	0.5350994199579068	3	3	3	2	1	False	106749	fragment	False	FIJ0028_000000013326	0.9611087418584554		0	0	False	False	0.9952048659324646	0					non-mobilizable	other	2294.0	99.346	100.0	0.010941817019225723	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0057_000000010941	2203	0.5350994199579068	3	3	3	2	1	False	106750	fragment	False	ENG0057_000000010941	1.0		0	0	False	False	0.999092161655426	0					non-mobilizable	other	2203.0	99.455	100.0	0.01050758005945706	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0141_000000010628	2730	0.5350970749837315	4	4	4	4	2	False	52138	fragment	False	MON0011_000000015764	0.4634840871021776		0	0	False	False	1.0	0					non-mobilizable	other	2731.0	93.51899999999999	100.0	0.12180974477958237	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
USA0051_01_000000013819	1463	0.5350950241477589	2	1	1	1	1	False	44373	fragment	False	FIJ0079_000000018783	0.9450366422385077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	94.949	73.0	0.0002995687892405662	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0109_000000016032	1530	0.5350929880837799	2	2	2	1	1	False	42139	fragment	False	FIJ0109_000000016032	1.0		0	0	False	False	0.998039186000824	0					non-mobilizable	no_good_hit	833.0	83.914	86.0	0.00023076794908109368	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0023_000000026271	1265	0.5350886495885563	2	1	1	1	1	False	37493	fragment	False	ISR0023_000000026271	1.0		0	0	False	False	0.9581027626991272	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.017704918032786884	XM_024298346.2	bony fishes	PREDICTED: Oryzias melastigma C-type lectin domain family 17, member A-like (LOC112162547), mRNA	True	False
ISR0166_000000008324	2347	0.5350876268468379	2	1	1	1	1	False	30214	maximal	True	ISR0166_000000008324	1.0		371	13	False	False	0.9965913891792297	0					non-mobilizable	other	2345.0	99.787	99.0	0.0029539583420010516	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
FIJ0091_000000018303	1148	0.5350852024327569	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.16191356263102713	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1155.0	85.801	100.0	0.013576424992910483	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MAD0096_000000015966	1247	0.535082837692723	2	1	1	1	1	True	15462	maximal	True	MAD0096_000000015966	1.0		68	12	False	False	1.0	0					non-mobilizable	other	1195.0	99.49799999999999	100.0	0.00022221721788882103	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	True
ENG0201_000000004205	1811	0.535081082751226	3	3	3	1	0	False	54155	fragment	False	ENG0201_000000004205	1.0		0	0	False	False	0.9966869354248047	0					non-mobilizable	chromosome	1338.0	78.251	99.0	0.0003705069690529476	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0153_000000008932	3458	0.5350797249671055	6	6	5	4	4	False	103489	maximal	True	AST0153_000000008932	1.0		2	2	False	False	0.9991324543952942	0					non-mobilizable	no_good_hit	461.0	99.566	13.0	0.006165971877806523	NZ_CABMOJ010000038.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
MAD0039_000000002961	4159	0.5350778304505522	4	4	4	4	1	False	18498	maximal	True	MAD0039_000000002961	1.0		30	6	False	False	0.9949507117271423	0					non-mobilizable	no_good_hit	109.0	77.064	3.0	2.2731566575933403e-05	CP053332.1	enterobacteria	Salmonella enterica subsp. houtenae serovar 44:z4,z32:- strain 2009K1701 chromosome, complete genome	True	False
SPA0122_000000007647	3960	0.5350694917048521	4	4	4	4	4	False	120937	maximal	True	SPA0122_000000007647	1.0		130	8	False	False	0.9997474551200867	0					non-mobilizable	other	2451.0	99.34700000000001	100.0	0.02550834487282268	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0077_000000014010	1469	0.5350691171738082	3	3	2	3	3	False	61985	maximal	True	ENG0077_000000014010	1.0		138	10	False	False	0.9734513163566589	0					non-mobilizable	chromosome	1469.0	99.796	100.0	0.00041361538446367074	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CHI0162_000000023530	1397	0.5350657284859239	2	2	2	1	1	False	85690	fragment	False	CHI0162_000000023530	1.0		0	0	False	False	0.9835361242294312	0					non-mobilizable	other	1397.0	99.571	100.0	0.014484182567103475	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
ISR0390_000000000081	53000	0.5350643401184676	91	20	4	15	9	False	22890	maximal	True	ISR0390_000000000081	1.0		1	1	True	True	1.0	15					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.049062049062049064	XM_031106389.1	eudicots	PREDICTED: Quercus lobata collagen alpha-2(IX) chain-like (LOC115983651), mRNA	True	True
ISR0836_000000017248	1186	0.5350622123534186	2	2	2	2	1	False	20913	maximal	True	ISR0836_000000017248	1.0		43	10	False	False	0.9983136653900146	0					non-mobilizable	other	1186.0	93.59200000000001	100.0	0.010362739611025604	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0062_000000012316	2673	0.5350617270039945	5	3	2	3	1	False	6174	maximal	True	SPA0062_000000012316	1.0		24	8	False	False	1.0	0					non-mobilizable	other	2675.0	97.72	100.0	0.04577850877192982	NZ_JAAIPV010000027.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_27_length_58368_cov_108.729, whole genome shotgun sequence	False	False
ENG0171_000000006710	3522	0.5350607962284577	7	6	5	6	3	False	65089	maximal	True	ENG0171_000000006710	1.0		44	5	False	False	0.99971604347229	0					non-mobilizable	no_good_hit	527.0	77.23	15.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
SPA0074_000000006706	3721	0.5350605698077576	3	3	3	3	3	False	5822	maximal	True	SPA0074_000000006706	1.0		113	10	False	False	1.0	0					non-mobilizable	other	1855.0	96.927	90.0	0.020953871985115603	NZ_JAANXY010000010.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_10, whole genome shotgun sequence	False	False
CHI0112_000000005830	2898	0.5350587686023363	4	2	0	2	1	True	131295	maximal	True	CHI0112_000000005830	1.0	PS1133	70	12	False	True	1.0	0					non-mobilizable	no_good_hit	1148.0	92.944	59.0	0.00036905447598615707	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0363_000000007831	2409	0.5350587686023363	3	2	0	2	1	True	131272	fragment	False	ISR0363_000000007831	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1108.0	98.105	51.0	0.0003568063798398916	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MON0041_000000060241	1175	0.5350542533420406	2	2	2	2	2	False	11752	fragment	False	MON0041_000000060241	1.0		0	0	False	False	0.999148964881897	0					non-mobilizable	chromosome	1169.0	74.936	98.0	0.00040972823013340424	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ISR0062_000000017806	2100	0.5350513646485859	3	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.9620394886063771		0	0	False	False	1.0	0					non-mobilizable	other	2046.0	77.81	97.0	0.0090803769922034	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0266_000000009916	1887	0.5350513646485859	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.7209179075718517		0	0	False	False	0.999470055103302	0					non-mobilizable	chromosome	1887.0	99.046	100.0	0.0005054164781850886	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0091_000000013246	1816	0.5350513646485859	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.6898174591075947		0	0	False	False	0.9994493126869202	0					non-mobilizable	chromosome	1816.0	98.51299999999999	100.0	0.0004863896648493827	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0060_000000008395	1706	0.5350506241524727	4	1	1	1	1	False	85751	fragment	False	ISR0185_000000018060	0.9372592184920199		0	0	False	False	0.9876905083656311	0					non-mobilizable	chromosome	1695.0	98.76100000000001	99.0	0.000595326999344578	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0107_000000027929	1190	0.5350504822942256	2	2	2	2	2	False	4705	maximal	True	SPA0107_000000027929	1.0		155	10	False	False	0.9941176176071167	0					non-mobilizable	no_good_hit	440.0	78.40899999999999	88.0	0.04684295736643281	NZ_ADFP01000092.1	bacteria	Pyramidobacter piscolens W5455 contig00051, whole genome shotgun sequence	True	False
ENG0054_000000012049	2195	0.5350488168186402	3	2	2	1	1	False	63763	maximal	True	ENG0054_000000012049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	99.213	23.0	0.00014248320974483982	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0167_000000008053	3816	0.5350469780541101	3	3	3	3	3	False	30189	fragment	False	ISR0167_000000008053	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3816.0	99.18799999999999	100.0	0.04916807361678545	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	False	False
MON0037_000000015745	3920	0.5350445330306486	4	3	2	3	3	False	12133	maximal	True	MON0037_000000015745	1.0		81	9	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	90.199	35.0	0.00019097146747952103	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0051_000000030817	1166	0.5350442582714406	1	1	1	1	1	False	35818	maximal	True	ISR0051_000000030817	1.0		12	5	False	False	0.9982847571372986	0					non-mobilizable	no_good_hit	76.0	88.15799999999999	7.0	1.8795130537261348e-05	CP016448.1	b-proteobacteria	Methyloversatilis sp. RAC08 chromosome, complete genome	True	False
USA0121_01_000000034101	1205	0.5350428637386302	1	1	1	1	1	False	94355	maximal	True	USA0121_01_000000034101	1.0		19	9	False	False	0.9809128642082214	0					non-mobilizable	no_good_hit								True	False
CAN0011_000000026478	1139	0.5350428637386302	1	1	1	1	1	False	94355	maximal	False	USA0121_01_000000034101	0.9726141078838174		0	0	False	False	0.998244047164917	0					non-mobilizable	no_good_hit								True	False
USA0071_01_000000006771	1769	0.5350423561547119	2	2	2	2	2	False	740	fragment	False	USA0071_01_000000006771	1.0		0	0	False	False	0.9988694190979004	0					non-mobilizable	no_good_hit	586.0	98.12299999999999	68.0	0.0001748904542996295	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0795_000000004492	2174	0.5350396509621224	3	1	1	1	1	True	62215	fragment	False	ISR0795_000000004492	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0069_000000014813	1680	0.5350396509621224	2	1	1	1	1	True	62218	fragment	False	ISR0069_000000014813	1.0		0	0	False	False	0.9922618865966797	0					non-mobilizable	no_good_hit								True	True
USA0086_01_000000010905	1563	0.5350396509621224	2	1	1	1	1	True	62214	fragment	False	USA0086_01_000000010905	1.0		0	0	False	False	0.999360203742981	0					non-mobilizable	no_good_hit								True	True
ENG0073_000000017456	1357	0.5350396509621224	1	1	1	1	1	True	62213	fragment	False	ENG0073_000000017456	1.0		0	0	False	False	0.9933677315711975	0					non-mobilizable	no_good_hit								True	True
ISR0153_000000026662	1114	0.5350396509621224	1	1	1	1	1	True	30644	fragment	False	ISR0153_000000026662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0104_000000031704	1444	0.5350380626553031	3	2	2	2	1	False	118947	fragment	False	MON0104_000000031704	1.0		0	0	False	False	0.9861496090888977	0					non-mobilizable	no_good_hit	364.0	81.593	25.0	0.00012784087387913477	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0162_000000005064	4576	0.5350326641862764	8	6	4	6	2	True	50349	maximal	True	FIJ0162_000000005064	1.0		3	1	False	False	0.9980332255363464	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.000631260694054521	NZ_JAAITU010000022.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_22_length_60197_cov_159.13, whole genome shotgun sequence	True	True
FIJ0005_000000021169	1680	0.535029000989921	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.3731254678765011		0	0	False	False	1.0	0					non-mobilizable	other	1680.0	95.179	99.0	0.017481024914885422	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0789_000000005853	2383	0.5350281600690452	4	4	4	4	3	False	38296	maximal	True	ISR0789_000000005853	1.0		54	7	False	False	0.998741090297699	0					non-mobilizable	other	2384.0	99.455	100.0	0.00421142297673202	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0067_000000008179	2665	0.5350261497525006	4	4	3	3	3	False	6041	maximal	True	SPA0067_000000008179	1.0		1	1	False	False	0.995872437953949	0					non-mobilizable	other	2665.0	98.537	100.0	0.06257634125716434	NZ_JNJN01000025.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00024.24_C, whole genome shotgun sequence	False	False
ISR0097_000000011382	2521	0.5350213825348905	4	4	4	4	4	False	36085	maximal	True	ISR0097_000000011382	1.0		102	10	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	78.41199999999999	16.0	0.0007335200364382023	NZ_AUMI01000014.1	firmicutes	Anaeroarcus burkinensis DSM 6283 H523DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0233_000000014920	1278	0.5350204177920815	1	1	1	1	1	False	27375	maximal	True	ISR0233_000000014920	1.0		61	5	False	False	0.9937402009963989	0					non-mobilizable	other	1085.0	77.512	93.0	0.0002868935680750799	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0812_000000001925	16254	0.5350171891856507	16	14	11	13	9	True	132351	maximal	True	ISR0812_000000001925	1.0		1	1	False	False	1.0	0					non-mobilizable	other	6132.0	96.95	96.0	0.06657971959569613	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0076_000000003462	5045	0.5350167074430708	4	4	2	2	3	True	105868	fragment	False	FIJ0076_000000003462	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3219.0	94.719	64.0	0.07355428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
AST0061_000000020457	2054	0.5350156184614497	2	2	2	2	2	False	115811	fragment	False	AST0061_000000020457	0.9702411493073371		0	0	False	False	0.9917234778404236	0					non-mobilizable	no_good_hit	910.0	77.91199999999999	43.0	0.006587518308884686	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0042_000000025368	1306	0.535014385584105	2	2	2	2	1	False	36336	fragment	False	ISR0042_000000025368	1.0		0	0	False	False	0.9831546545028687	0					non-mobilizable	other	1309.0	97.17299999999999	100.0	0.0006258161126085654	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
MON0100_000000006782	5483	0.5350142447537448	4	4	4	4	4	False	90165	maximal	False	FIJ0088_000000004962	0.970191131541247		0	0	False	False	1.0	0					non-mobilizable	chromosome	5483.0	99.945	100.0	0.001096015517756371	CP027457.1	enterobacteria	Escherichia coli strain 88-3493 chromosome, complete genome	False	False
ISR0320_000000021459	1249	0.5350085216481384	1	1	1	1	1	False	58013	fragment	False	ISR0320_000000021459	1.0		0	0	False	False	0.9943954944610596	0					non-mobilizable	chromosome	1029.0	99.32	100.0	0.0004075197704569573	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0145_000000004942	3679	0.5350065916565958	4	4	3	3	4	False	79773	maximal	True	CHI0145_000000004942	1.0		0	0	False	False	0.9994563460350037	0					non-mobilizable	no_good_hit	1693.0	99.291	62.0	0.01203541586596632	CP013836.1	enterobacteria	Escherichia coli strain JJ1897 plasmid pJJ1897_1, complete sequence	True	False
USA0020_01_000000020342	1704	0.5350062970473064	3	2	2	2	1	False	1782	maximal	True	USA0020_01_000000020342	1.0		37	11	False	False	0.9929577708244324	0					non-mobilizable	no_good_hit	481.0	76.507	28.0	0.0013359456007423162	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0133_000000030864	1269	0.5350035469862967	3	2	2	2	2	False	40659	fragment	False	FIJ0133_000000030864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	80.19800000000001	8.0	1.1805835329257369e-05	NZ_CP023445.1	high GC Gram+	Actinosynnema pretiosum strain X47 chromosome, complete genome	True	False
MON0080_000000002811	9876	0.5349997533715138	7	7	5	6	7	False	44823	maximal	True	MON0080_000000002811	0.9732049947970863		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	78.995	2.0	6.54123445813292e-05	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ENG0184_000000017550	1290	0.5349982453087607	2	2	2	2	1	False	55094	fragment	False	ENG0184_000000017550	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1290.0	99.92200000000001	100.0	0.00028200734094206204	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0124_000000000126	84145	0.5349966454811306	131	36	12	27	17	False	65821	maximal	True	SPA0124_000000000126	1.0		1	1	True	True	1.0	106					non-mobilizable	no_good_hit	688.0	94.041	1.0	0.00010454406007129083	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	True
SPA0110_000000002989	7428	0.5349962966827371	13	5	4	5	2	True	130702	fragment	False	SPA0089_000000004688	0.9617630259357597		0	0	False	False	0.9998653531074524	0					non-mobilizable	other	5402.0	95.205	95.0	0.0014458099762762909	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ETH0003_000000024921	1667	0.5349907053824152	2	2	2	2	2	False	122039	maximal	True	ETH0003_000000024921	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1349.0	79.911	87.0	0.00036305342583507717	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ENG0051_000000001716	14770	0.5349865410030005	18	5	1	4	3	False	64106	maximal	True	ENG0051_000000001716	1.0		1	1	False	False	0.9991875290870667	0					non-mobilizable	no_good_hit	836.0	75.957	6.0	0.008664335299337127	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
MON0033_000000025362	2514	0.5349864489823952	3	3	3	3	3	False	12319	fragment	False	MON0033_000000025362	1.0		0	0	False	False	0.9932378530502319	0					non-mobilizable	chromosome	2496.0	100.0	99.0	0.0005183221154854913	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	False	False
ISR0145_000000001000	27949	0.5349839982666362	32	5	2	5	2	False	58009	backbone	False	ISR0190_000000000726	0.3821782074047548	PS253	0	0	True	True	0.999821126461029	9					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.4894291462364442e-05	NZ_CP001668.1	mycoplasmas	Mycoplasma mycoides subsp. capri str. GM12 chromosome clone deltatypeIIIres, complete genome	True	True
USA0004_01_000000000656	27567	0.5349839982666362	32	5	2	5	2	False	2214	fragment	False	USA0004_01_000000000656	1.0		0	0	False	False	0.999274492263794	0					non-mobilizable	no_good_hit	48.0	91.667	0.0	0.05420991926182238	GQ876989.1		Uncultured organism clone VC1AI12TR genomic sequence	True	False
MAD0034_000000004818	3191	0.5349815708363032	4	4	4	1	2	False	18820	maximal	True	MAD0034_000000004818	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1251.0	84.01299999999999	49.0	0.0010821999954544104	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0855_000000014220	1318	0.5349782534087117	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.8691136023149598		0	0	False	False	0.9916540384292603	0					non-mobilizable	other	1320.0	95.227	100.0	0.00039712564133984594	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0011_000000018280	1651	0.5349768948915038	1	1	1	1	1	False	94451	maximal	False	ISR0301_000000011239	0.7272958168854077		0	0	False	False	0.998788595199585	0					non-mobilizable	chromosome	1651.0	100.0	100.0	0.00030139513066026905	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ITA0005_000000012750	1454	0.5349724169031573	2	2	2	1	1	False	20376	maximal	True	ITA0005_000000012750	1.0		196	11	False	False	0.9986245036125183	0					non-mobilizable	other	1454.0	99.381	100.0	0.003728049919435122	NZ_CABMOJ010000045.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
CHI0004_000000003620	1800	0.5349686851461433	3	1	1	1	1	False	90850	maximal	True	CHI0004_000000003620	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	87.166	44.0	0.0001393656870301741	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
SPA0140_000000017868	1198	0.5349686851461433	1	1	1	1	1	False	3476	fragment	False	SPA0140_000000017868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	787.0	87.166	66.0	0.0001393656870301741	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0190_000000012038	1904	0.53496845742518	2	2	2	2	2	False	29187	maximal	True	ISR0190_000000012038	1.0		42	9	False	False	0.9994747638702393	0					non-mobilizable	chromosome	1191.0	82.45200000000001	97.0	0.0003123921057357873	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	False	False
ISR0332_000000004169	3144	0.5349658913181183	4	4	4	3	1	False	108154	maximal	True	ISR0332_000000004169	1.0		3	1	False	False	0.9856870174407959	0					non-mobilizable	no_good_hit	2077.0	100.0	66.0	0.007237635705669481	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
ISR0020_000000017536	1480	0.5349645103629818	3	2	2	2	0	True	37680	fragment	False	ISR0020_000000017536	1.0		0	0	False	False	0.9952702522277832	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.0624461279836314e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
MAD0063_000000012994	1172	0.5349645103629818	2	2	2	2	0	True	16702	maximal	True	MAD0063_000000012994	1.0		58	11	False	False	0.9991467595100403	0					non-mobilizable	no_good_hit								True	True
MAD0009_000000009651	1161	0.5349645103629818	2	2	2	2	0	True	19757	maximal	True	MAD0009_000000009651	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	75.352	12.0	0.0009214435031356584	NZ_QBKN01000011.1	a-proteobacteria	Roseivivax pacificus strain DSM 29329 Ga0196855_111, whole genome shotgun sequence	True	True
DEN0094_000000031202	1265	0.5349620400458706	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.14642695246292095		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	96.51299999999999	97.0	0.004728803865950693	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ENG0096_000000027880	1149	0.5349614094545819	2	2	2	1	1	False	60804	maximal	True	ENG0096_000000027880	1.0		244	12	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	80.76899999999999	9.0	2.8955029999682063e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AST0087_000000026977	1358	0.5349613877828481	2	2	2	2	2	False	110605	maximal	True	AST0087_000000026977	1.0		75	9	False	False	0.9941089749336243	0					non-mobilizable	other	1368.0	79.825	100.0	0.0003627420531413116	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0200_000000004734	4429	0.5349578566005239	5	5	3	4	5	False	122188	fragment	False	MAD0111_000000003353	0.24137965834728284		0	0	False	False	1.0	0					non-mobilizable	other	4432.0	97.225	100.0	0.076749592311162	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ENG0104_000000006384	4551	0.53495376112397	6	6	4	5	3	False	60260	maximal	True	ENG0104_000000006384	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2360.0	99.831	52.0	0.0008014505609644315	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0323_000000009392	2191	0.5349518789171406	3	2	2	2	2	False	24983	maximal	True	ISR0323_000000009392	1.0		36	8	False	False	0.9995436072349548	0					non-mobilizable	chromosome	2192.0	97.08	100.0	0.001027008784182846	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
ISR0795_000000007219	1585	0.5349471885449574	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.18611799561241663		0	0	False	False	0.9905362725257874	0					non-mobilizable	other	1592.0	82.34899999999999	100.0	0.014181349376880103	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0362_000000009682	2226	0.5349471516366139	2	1	1	1	1	False	23737	maximal	True	ISR0362_000000009682	1.0		33	6	False	False	0.9779874086380005	0					non-mobilizable	other	2069.0	98.88799999999999	93.0	0.0016654647710288093	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
SPA0071_000000011977	1836	0.5349471469670178	4	4	2	3	2	False	5890	fragment	False	SPA0071_000000011977	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1836.0	96.07799999999999	100.0	0.0005108396840310402	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0001_01_000000004560	3419	0.5349451921545482	4	4	2	3	3	True	131251	fragment	False	USA0001_01_000000004560	1.0		0	0	False	False	0.9979526400566101	0					non-mobilizable	no_good_hit	1852.0	94.006	54.0	0.0005806026033957254	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
MON0093_000000012119	3406	0.5349429279268036	5	3	2	3	1	True	9400	maximal	True	MON0093_000000012119	1.0		1	1	False	False	0.9997063875198364	0					non-mobilizable	no_good_hit	157.0	92.994	8.0	0.006769658045478215	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
CHI0064_000000010051	1797	0.5349429220786739	1	1	1	1	1	False	111673	fragment	False	CHI0064_000000010051	0.8460984095563089		0	0	False	False	0.9983305335044861	0					non-mobilizable	other	1650.0	98.485	100.0	0.0004934642175599646	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0123_000000008501	3802	0.5349389990194184	4	3	2	3	1	True	41372	maximal	True	FIJ0123_000000008501	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2516.0	93.48200000000001	84.0	0.13056611634810686	NZ_VULP01000043.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq43, whole genome shotgun sequence	True	True
FIJ0137_000000000969	11778	0.5349389214979816	15	6	2	6	3	False	101326	maximal	True	FIJ0137_000000000969	1.0		17	1	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	84.88799999999999	26.0	0.007109714794199635	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0145_000000015987	1103	0.5349386855980668	4	3	2	2	3	False	39997	fragment	False	FIJ0145_000000015987	1.0		0	0	False	False	0.9646418690681458	0					non-mobilizable	chromosome	1103.0	99.456	100.0	0.0002104757267577734	CP031938.1	enterobacteria	Klebsiella pneumoniae strain TOP52_1721_U1 chromosome	False	False
MAD0095_000000006143	4481	0.5349320257109034	6	2	1	1	1	True	98483	fragment	False	MAD0095_000000006143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0077_000000006568	4352	0.5349320257109034	6	2	1	1	1	True	109977	maximal	True	SPA0077_000000006568	1.0		33	8	False	False	0.9908088445663452	0					non-mobilizable	other	4352.0	99.931	100.0	0.008589070895861218	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0252_000000001896	4303	0.5349320257109034	6	2	1	1	1	True	111292	maximal	True	ISR0252_000000001896	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	3825.0	99.97399999999999	89.0	0.018909349842751746	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
SPA0043_000000004598	3823	0.5349320257109034	6	2	1	1	1	True	101239	fragment	False	SPA0003_000000003521	0.4737793519917179		0	0	False	False	1.0	0					non-mobilizable	other	3824.0	96.65299999999999	100.0	0.0011195260214393772	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
AUS0014_000000009112	3394	0.5349320257109034	5	2	1	1	1	True	111289	fragment	False	ENG0173_000000004652	0.4739690958760974		0	0	False	False	0.9955804347991943	0					non-mobilizable	other	3160.0	100.0	93.0	0.015620982257649782	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MAD0051_000000009094	3107	0.5349320257109034	5	2	1	1	1	True	44070	fragment	False	FIJ0142_000000009584	0.9123807555175046		0	0	False	False	1.0	0					non-mobilizable	other	3110.0	88.939	100.0	0.0009098528246435116	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
MON0034_000000009168	2803	0.5349320257109034	4	2	1	1	1	True	44069	fragment	False	MON0034_000000009168	0.9649212253422039		0	0	False	False	1.0	0					non-mobilizable	other	2803.0	96.825	100.0	0.0008205367282430382	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0084_000000004836	2786	0.5349320257109034	4	2	1	1	1	True	44069	fragment	False	MON0034_000000009168	0.961564127838807		0	0	False	False	1.0	0					non-mobilizable	other	2787.0	97.13	100.0	0.030723477645602088	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0168_000000015341	1984	0.5349311627750927	2	1	1	1	1	True	55983	maximal	True	ENG0168_000000015341	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0024_000000019970	1762	0.5349311627750927	2	1	1	1	1	True	121184	maximal	True	AST0024_000000019970	1.0		43	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0108_000000021312	1154	0.5349311525802037	2	2	2	2	2	False	42186	maximal	True	FIJ0108_000000021312	1.0		51	10	False	False	0.9948006868362427	0					non-mobilizable	other	1169.0	74.594	99.0	0.004560223909406769	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	False	False
FIJ0166_000000001618	15819	0.5349280427730225	20	9	5	7	4	False	101561	maximal	True	FIJ0166_000000001618	1.0		1	1	False	False	0.9996839165687561	0					non-mobilizable	no_good_hit	1340.0	80.672	18.0	0.005905904574415728	NZ_KB822504.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.9, whole genome shotgun sequence	True	False
ENG0159_000000003485	6088	0.5349251485905631	9	7	5	4	5	True	132395	backbone	False	SPA0082_000000002281	0.8686992418627273	PS1159|PS1161|PS463	0	0	True	True	1.0	61		MOBV			mobilizable	plasmid	3441.0	99.12799999999999	93.0	0.49418187042091655	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ENG0137_000000002900	6088	0.5349251485905631	9	7	5	4	5	True	132395	backbone	False	SPA0082_000000002281	0.8684951668820231	PS1159|PS1161|PS463	0	0	True	True	1.0	228		MOBV			mobilizable	plasmid	3450.0	99.04299999999999	91.0	0.4954747881051573	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ENG0201_000000001606	6064	0.5349251485905631	9	7	5	4	5	True	132395	backbone	False	SPA0082_000000002281	0.8686794815409845	PS1159|PS1161|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	plasmid	1844.0	99.241	93.0	0.26476081022841547	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ENG0147_000000007480	1949	0.5349246830032071	3	2	1	2	1	False	123103	fragment	False	AST0052_000000011832	0.2508584958244629		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	96.819	100.0	0.0014596866469394163	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
AST0087_000000016063	2290	0.5349218012392642	3	3	3	3	2	False	110920	maximal	True	AST0087_000000016063	1.0		51	7	False	False	0.9899563193321228	0					non-mobilizable	other	2290.0	99.432	100.0	0.03301601038511467	NZ_QIML01000010.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_10, whole genome shotgun sequence	False	False
AST0019_000000021244	1431	0.5349194118888053	2	2	2	2	1	False	122074	fragment	False	AST0019_000000021244	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1431.0	99.79	100.0	0.0006063687374936447	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ENG0053_000000003016	8785	0.5349187553798129	4	4	2	4	3	True	63897	maximal	True	ENG0053_000000003016	0.9539820977736975		1	1	False	False	1.0	0					non-mobilizable	plasmid	4293.0	99.837	95.0	0.0795654672524702	CP031806.1	enterobacteria	Klebsiella pneumoniae strain MSB1_8A-sc-2280397 plasmid unnamed6, complete sequence	False	True
MON0011_000000005489	7484	0.5349140029544177	11	3	2	2	2	True	105970	maximal	True	MON0011_000000005489	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1548.0	98.837	31.0	0.00041240644495774435	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
AST0057_000000001993	3105	0.5349137241959121	4	4	1	1	4	False	113221	fragment	False	AST0057_000000001993	1.0		0	0	False	False	0.9990338087081909	0					non-mobilizable	plasmid	3090.0	99.96799999999999	99.0	0.030276002665934842	CP043218.1	enterobacteria	Escherichia coli O80:H26 strain EC-107 plasmid pET6.1-IncY, complete sequence	False	True
DEN0067_000000022363	1498	0.5349130427156651	3	1	1	1	1	False	70811	maximal	True	DEN0067_000000022363	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1502.0	90.479	99.0	0.0005310716070454787	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
CHI0142_000000003248	5236	0.5349121573096178	3	2	1	2	1	True	80005	maximal	True	CHI0142_000000003248	1.0		4	2	False	False	0.9984720945358276	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000032577	1278	0.5349113183145037	2	2	2	2	2	False	15390	maximal	True	MAD0097_000000032577	1.0		1	1	False	False	0.956181526184082	0					non-mobilizable	no_good_hit	880.0	98.523	69.0	0.0005090664797966051	NZ_NQLF01000001.1	firmicutes	Leuconostoc lactis strain CCK940 contig00001, whole genome shotgun sequence	True	False
MON0084_000000011484	2731	0.534906212512926	3	3	2	2	2	False	117485	maximal	False	AST0031_000000009978	0.9487970153848796		0	0	False	False	0.9835225343704224	0					non-mobilizable	chromosome	2731.0	99.59700000000001	100.0	0.0011539080922771425	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0078_000000020919	1148	0.5349050709587635	2	2	1	2	1	True	44416	fragment	False	FIJ0078_000000020919	1.0		0	0	False	False	0.9869338274002075	0					non-mobilizable	no_good_hit								True	True
SPA0149_000000004039	7688	0.5349016539023811	10	6	6	6	5	False	77046	maximal	False	CHI0188_000000002008	0.9844865636764897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	95.86200000000001	2.0	4.087768941131585e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AST0111_000000015659	1200	0.534900501961868	2	2	2	2	2	False	106744	maximal	True	AST0111_000000015659	1.0		74	9	False	False	0.9975000023841858	0					non-mobilizable	other	1200.0	93.917	100.0	0.0005407760474547895	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	False	False
ENG0058_000000001357	15199	0.5349002071123105	17	13	7	8	12	True	71067	fragment	False	ENG0058_000000001357	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0110_000000008456	2360	0.5348961836430921	3	3	2	2	1	False	84715	fragment	False	SPA0110_000000008456	1.0		0	0	False	False	0.9995762705802917	0					non-mobilizable	chromosome	2339.0	99.40100000000001	100.0	0.0005866424181109411	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
DEN0079_000000049226	1275	0.534896068523906	2	2	1	1	2	False	69436	maximal	True	DEN0079_000000049226	1.0		35	5	False	False	0.9850980639457703	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00148350575834472	MK233934.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_3_c1 sequence	True	False
FIJ0062_000000012655	2308	0.5348911718480979	3	3	3	3	3	False	82698	maximal	False	ISR0023_000000012295	0.9674763277068752		0	0	False	False	0.9995667338371277	0					non-mobilizable	no_good_hit	1217.0	81.676	83.0	0.016557471421913977	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	True	False
MAD0068_000000010950	2495	0.5348902092784777	3	2	2	2	1	False	16462	maximal	True	MAD0068_000000010950	1.0		4	3	False	False	0.9995992183685303	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	0.00020347893992971728	NZ_QOVG01000009.1	g-proteobacteria	Pseudoxanthomonas gei strain KCTC 32298 NODE_9_length_181837_cov_53.186699, whole genome shotgun sequence	True	False
SPA0116_000000016865	2375	0.5348887898436413	3	3	3	3	2	False	82174	fragment	False	SPA0116_000000016865	0.9967411545623837		0	0	False	False	0.9823157787322998	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000018523	2126	0.5348867683306548	4	2	2	2	1	False	37357	maximal	True	ISR0025_000000018523	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	97.245	17.0	0.00031074348382932116	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ENG0142_000000000100	60388	0.534885209359725	67	30	18	24	15	False	113174	maximal	True	ENG0142_000000000100	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	10836.0	96.226	38.0	0.4489093472671477	MK233947.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_4_c1 sequence	True	False
ISR0182_000000017047	2266	0.5348807529373536	2	2	2	2	2	False	105010	maximal	False	AST0148_000000014883	0.980925846549507		0	0	False	False	0.999558687210083	0					non-mobilizable	no_good_hit	1264.0	79.27199999999999	55.0	0.0004425054907703227	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0165_000000004120	4396	0.5348802110777184	4	4	4	4	4	False	112800	maximal	True	FIJ0165_000000004120	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.322	51.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
AST0003_000000020039	1622	0.5348792690799077	2	2	2	2	2	False	129509	maximal	True	AST0003_000000020039	0.9778067885117494		253	11	False	False	1.0	0					non-mobilizable	chromosome	1622.0	99.87700000000001	100.0	0.0006628747992667075	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
AST0058_000000005500	2782	0.5348790944077856	4	4	4	3	3	False	127806	maximal	True	AST0058_000000005500	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	97.947	93.0	0.00717768384867671	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
CHI0182_000000012238	2253	0.5348770196362018	4	4	3	3	2	False	77356	maximal	True	CHI0182_000000012238	1.0		38	9	False	False	0.9853528738021851	0					non-mobilizable	other	2207.0	85.999	98.0	0.02941845375857871	NZ_CBYM010000016.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
CHI0127_000000007661	2517	0.5348767924228023	2	1	1	1	1	False	127886	fragment	False	CHI0127_000000007661	0.974446680080483		0	0	False	False	0.9996026754379272	0					non-mobilizable	no_good_hit	1293.0	83.06299999999999	51.0	0.9551569506726457	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0821_000000021750	1482	0.534875913064828	2	2	2	2	2	False	21220	maximal	True	ISR0821_000000021750	1.0		157	11	False	False	1.0	0					non-mobilizable	other	1482.0	97.031	100.0	0.012571942751396411	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0096_000000004132	6827	0.5348757190303344	6	4	4	4	4	False	113464	maximal	True	MON0096_000000004132	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	72.516	14.0	0.0003729304562810141	NZ_CP022278.1	b-proteobacteria	Neisseria chenwenguii strain 10023 chromosome, complete genome	True	False
MON0072_000000010513	2055	0.5348752213521789	3	2	2	2	2	False	10401	maximal	True	MON0072_000000010513	1.0		1	1	False	False	0.9917274713516235	0					non-mobilizable	no_good_hit	1801.0	97.946	88.0	0.02775245306343197	NZ_CZBD01000023.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0105_000000017051	1197	0.5348730192684105	2	2	2	1	1	False	73015	fragment	False	ISR0105_000000017051	0.9959128065395095		0	0	False	False	0.9866332411766052	0					non-mobilizable	no_good_hit	1110.0	74.234	89.0	0.011212311881749822	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0045_000000010463	2059	0.5348723817996699	3	3	3	3	3	False	78398	fragment	False	SPA0086_000000006741	0.9886330271477952		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	82.87899999999999	92.0	0.012770072752049586	NZ_CZBD01000015.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0178_000000002265	6289	0.5348709549150386	7	6	6	6	5	False	64421	maximal	True	ISR0178_000000002265	1.0		18	6	False	False	0.9920496344566345	0					non-mobilizable	no_good_hit								True	False
AST0102_000000024871	1263	0.5348704126832788	2	1	1	1	1	False	108117	maximal	True	AST0102_000000024871	1.0		40	4	False	False	0.9968329668045044	0					non-mobilizable	no_good_hit								True	False
MON0079_000000010088	2278	0.5348662392317867	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.13264823862646888		0	0	False	False	1.0	0					non-mobilizable	chromosome	2279.0	96.139	100.0	0.0007339188138170128	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0087_01_000000007777	1983	0.5348654696016617	1	1	1	1	1	False	424	fragment	False	USA0087_01_000000007777	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1983.0	100.0	100.0	0.0003819642715014376	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
CHI0107_000000006178	2274	0.5348650725636914	2	2	2	2	2	False	83020	maximal	False	DEN0007_000000011376	0.9846701591729623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	72.043	12.0	0.0008820850445037473	NZ_PKJM01000003.1	high GC Gram+	Gardnerella vaginalis strain UMB0233 .16933_8_5.3, whole genome shotgun sequence	True	False
AST0108_000000003276	6242	0.5348632792977212	6	5	3	4	3	False	107313	maximal	True	AST0108_000000003276	1.0		101	11	False	False	0.9977571368217468	0					non-mobilizable	no_good_hit	1238.0	78.756	23.0	0.0003619159034199868	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0016_000000001171	13502	0.5348615818328167	19	9	9	7	6	False	56541	maximal	False	FIJ0079_000000001880	0.9534279778393352		0	0	False	False	0.9997037649154663	0					non-mobilizable	no_good_hit	265.0	76.604	2.0	0.0001028326031559326	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
DEN0071_000000024592	1725	0.5348595305383845	4	3	3	2	2	False	70429	fragment	False	DEN0071_000000024592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	94.336	62.0	0.00015276755922583022	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0049_000000017130	1725	0.5348595305383845	4	3	3	2	2	False	70429	fragment	False	DEN0071_000000024592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	94.336	62.0	0.00015276755922583022	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0068_000000012385	1980	0.5348592714788424	3	2	2	2	2	False	62604	fragment	False	ENG0068_000000012385	0.9729401463347004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1980.0	97.677	100.0	0.0004477525491803798	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0031_000000012560	2469	0.5348564835934534	4	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.6863470035233165		0	0	False	False	1.0	0					non-mobilizable	other	2469.0	99.919	100.0	0.07824239926449608	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0080_000000005114	5494	0.5348549598591786	10	6	3	5	3	True	126431	fragment	False	ISR0080_000000005114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	91.35600000000001	31.0	0.09511899959661153	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0019_000000004670	1826	0.5348535203575842	3	2	2	2	2	False	95791	fragment	False	ENG0200_000000009646	0.8880338170844981		0	0	False	False	1.0	0					non-mobilizable	chromosome	1826.0	99.014	100.0	0.0006142843150157678	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0001_000000037560	1146	0.5348523305029044	2	2	2	2	2	False	97016	maximal	True	CAN0001_000000037560	1.0		64	8	False	False	0.9912739992141724	0					non-mobilizable	no_good_hit	83.0	80.723	7.0	1.7679641870825206e-05	CP047029.1	CFB group bacteria	Algibacter sp. L1A34 chromosome, complete genome	True	False
MAD0023_000000008879	1498	0.5348497581110644	2	2	2	2	2	False	67372	fragment	False	MAD0023_000000008879	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	83.014	98.0	0.000662686737696021	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0182_000000004902	5374	0.534849527132738	4	4	4	4	2	True	130997	fragment	False	USA0037_01_000000005669	0.6149101786301558		0	0	False	False	0.98697429895401	0					non-mobilizable	other	4420.0	98.552	99.0	0.009240188442132249	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0092_000000003487	5349	0.534849527132738	5	4	4	4	2	True	130997	fragment	False	USA0037_01_000000005669	0.6150717370644959		0	0	False	False	0.9945784211158752	0					non-mobilizable	other	4423.0	98.417	100.0	0.009246461482486716	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0312_000000017920	1079	0.5348474965396569	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.24915581276740806		0	0	False	False	1.0	0					non-mobilizable	other	1080.0	93.796	100.0	0.1088339222614841	NZ_CABIWU010000075.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
USA0074_01_000000000790	1581	0.5348472524983388	2	2	2	2	2	False	697	maximal	True	USA0074_01_000000000790	1.0		1177	14	False	False	1.0	0					non-mobilizable	other	1167.0	98.029	100.0	0.0012981547498435756	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
DEN0093_000000012802	2530	0.534844670992103	3	2	2	2	1	False	68491	maximal	True	DEN0093_000000012802	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	74.834	29.0	0.00019884359852244735	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0048_000000009804	1604	0.5348432892146664	2	1	1	1	1	False	117189	maximal	True	AST0048_000000009804	1.0		5	2	False	False	0.9987531304359436	0					non-mobilizable	other	1606.0	97.572	100.0	0.0026864908847599642	NZ_PPTS01000001.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_1, whole genome shotgun sequence	False	False
ENG0096_000000007725	4281	0.5348431515534706	5	5	5	5	3	False	92112	maximal	True	ENG0096_000000007725	1.0		64	11	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	73.134	25.0	0.001071521519893295	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
FIJ0002_000000028580	1343	0.5348422329657523	2	2	2	2	2	False	52310	maximal	True	FIJ0002_000000028580	1.0		20	8	False	False	0.9955323934555054	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	6.6607806802448595e-06	CP059900.1	high GC Gram+	Tomitella sp. HY172 chromosome, complete genome	True	False
SPA0033_000000020576	1535	0.5348376735245154	2	2	2	2	2	False	7193	maximal	True	SPA0033_000000020576	1.0		4	2	False	False	0.9602605700492859	0					non-mobilizable	no_good_hit	134.0	100.0	9.0	4.5564360858775146e-05	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ISR0085_000000014249	1775	0.5348355716805661	3	2	2	2	1	True	127826	fragment	False	ISR0085_000000014249	0.9292993871691467		0	0	False	False	0.997183084487915	0					non-mobilizable	no_good_hit	236.0	89.831	13.0	9.123931723483526e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
AST0087_000000003218	8066	0.5348310871818315	7	5	3	4	5	True	111087	maximal	True	AST0087_000000003218	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	2346.0	72.847	29.0	0.003477993321528869	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
SPA0031_000000008587	3357	0.5348306849006733	4	4	4	4	3	False	81206	fragment	False	FIJ0005_000000008187	0.7737447819632872		0	0	False	False	0.9964253902435303	0					non-mobilizable	no_good_hit	1397.0	75.304	41.0	0.0004171602910973786	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
DEN0026_000000000126	77393	0.5348298570090086	66	19	11	14	7	True	112191	fragment	False	DEN0026_000000000126	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	33546.0	98.197	99.0	0.28450529675404046	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
MAD0098_000000009128	4599	0.5348220907080483	4	4	3	4	3	False	127585	fragment	False	MON0060_000000007008	0.9417437827030742		0	0	False	False	0.9986953735351562	0					non-mobilizable	chromosome	3661.0	83.42	99.0	0.0014940997884045008	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0067_000000014033	1307	0.5348191774352201	2	1	1	1	1	True	29917	fragment	False	MON0067_000000014033	1.0		0	0	False	False	0.9969395399093628	0					non-mobilizable	no_good_hit	1072.0	91.325	81.0	0.10214641625143733	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
FIJ0084_000000009378	1361	0.5348167192808424	2	2	2	2	1	False	43992	maximal	True	FIJ0084_000000009378	1.0		1	1	False	False	0.9529757499694824	0					non-mobilizable	chromosome	1246.0	97.913	92.0	0.0006074821305105826	NZ_CP058954.1	firmicutes	Lactobacillus mucosae strain A1 chromosome, complete genome	False	False
FIJ0087_000000011094	2867	0.5348127334056487	6	4	3	4	3	True	45575	maximal	True	FIJ0087_000000011094	1.0		9	3	False	False	0.9986048340797424	0					non-mobilizable	no_good_hit	622.0	85.209	22.0	0.002718487468649701	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	True
AST0108_000000008767	2991	0.5348099080027778	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.6038390315939375		0	0	False	False	0.9996656775474548	0					non-mobilizable	chromosome	2896.0	96.789	100.0	0.000912181851363529	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0816_000000018623	2117	0.5348095620499715	3	2	2	2	2	False	21417	maximal	True	ISR0816_000000018623	1.0		3	3	False	False	0.9891355633735657	0					non-mobilizable	no_good_hit	790.0	86.835	76.0	0.0002402940858075543	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0038_000000007114	3732	0.534808150600718	4	3	3	3	1	True	12015	maximal	True	MON0038_000000007114	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1395.0	99.785	37.0	0.00047367968583551627	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
FIJ0050_000000015678	1633	0.5348021025644447	4	3	2	3	2	False	46592	fragment	False	FIJ0050_000000015678	1.0		0	0	False	False	0.9644825458526611	0					non-mobilizable	other	1109.0	95.40100000000001	97.0	0.00031595242960853867	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0018_000000002627	8201	0.5347993386663934	15	7	4	7	1	False	37810	maximal	True	ISR0018_000000002627	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000015005	2399	0.5347977292650494	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7635200180542323	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0004389504835535166	NZ_RCHH01000018.1	a-proteobacteria	Ochrobactrum soli strain BO-7 contig_18, whole genome shotgun sequence	True	True
ISR0047_000000014238	2095	0.534795274145186	2	1	1	1	1	False	36092	fragment	False	ISR0047_000000014238	1.0		0	0	False	False	0.9971360564231873	0					non-mobilizable	other	2095.0	99.905	100.0	0.004929053640532168	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0072_000000007895	3421	0.5347950862443194	4	4	2	4	2	True	131635	maximal	True	ISR0072_000000007895	1.0	PS1133	250	13	False	True	1.0	0					non-mobilizable	no_good_hit	2176.0	94.531	74.0	0.0007007200268942406	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
AST0110_000000007519	2441	0.5347900290642784	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8901397400093702	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2441.0	98.525	100.0	0.0006926497372472963	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0190_000000012562	1816	0.5347890796942688	4	2	1	1	2	False	29185	maximal	True	ISR0190_000000012562	1.0		3	2	False	False	0.9988986849784851	0					non-mobilizable	no_good_hit	545.0	86.42200000000001	47.0	8.338875885620217e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
CHI0160_000000020829	1541	0.5347869996642951	2	2	2	2	2	False	91181	maximal	True	CHI0160_000000020829	1.0		4	3	False	False	0.9837767481803894	0					non-mobilizable	no_good_hit	1237.0	78.73899999999999	79.0	0.0003326633034931275	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ISR0254_000000003511	2928	0.5347860701772439	4	3	3	3	2	False	26928	fragment	False	ISR0254_000000003511	1.0		0	0	False	False	0.9883880019187927	0					non-mobilizable	other	2882.0	80.777	98.0	0.031128362481161433	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
MON0007_000000022005	2725	0.5347804510132869	3	3	2	3	2	False	13981	maximal	True	MON0007_000000022005	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	77.167	25.0	0.00013154392545545684	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0126_000000012979	2791	0.5347758397771172	4	4	4	4	2	False	41151	maximal	True	FIJ0126_000000012979	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1476.0	76.152	62.0	0.0005310737856118799	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
USA0086_01_000000005128	3598	0.5347756401584447	4	4	3	3	4	True	67652	maximal	True	USA0086_01_000000005128	1.0		1	1	False	False	0.9997220635414124	0					non-mobilizable	no_good_hit	2309.0	78.562	63.0	0.0005580249056616727	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0331_000000016363	1513	0.53476968316207	2	2	2	2	2	False	60454	fragment	False	ENG0101_000000021366	0.9531941808981658		0	0	False	False	1.0	0					non-mobilizable	chromosome	1513.0	96.365	100.0	0.0005089303475637484	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0013_000000033393	1660	0.5347693932216367	3	3	2	3	1	False	13511	maximal	True	MON0013_000000033393	1.0		1	1	False	False	0.9819276928901672	0					non-mobilizable	no_good_hit								True	False
MON0040_000000011852	2287	0.5347679976351492	1	1	1	0	1	False	11871	maximal	True	MON0040_000000011852	1.0		0	0	False	False	0.9995627403259277	0					non-mobilizable	no_good_hit	970.0	71.031	42.0	0.0002383151792015116	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ISR0783_000000005630	2477	0.5347660186291195	4	3	1	3	3	True	124264	fragment	False	ISR0783_000000005630	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2425.0	95.052	98.0	0.039318714211348256	NZ_CABKPS010000037.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ISR0329_000000010037	1642	0.5347633651881902	3	1	1	1	1	False	87686	fragment	False	ISR0329_000000010037	0.9943029490616622		0	0	False	False	0.9993909597396851	0					non-mobilizable	other	1642.0	98.477	100.0	0.0004023369376936752	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0063_000000010388	3064	0.53476084249124	3	2	2	2	1	True	63101	maximal	True	ENG0063_000000010388	1.0		1	1	False	False	0.9872715473175049	0					non-mobilizable	no_good_hit	1142.0	74.431	80.0	0.005976326375871438	NZ_FNVS01000007.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ISR0057_000000019862	1132	0.5347580240801819	2	1	1	1	1	False	35549	maximal	True	ISR0057_000000019862	1.0		242	12	False	False	1.0	0					non-mobilizable	other	1132.0	96.113	100.0	0.003357747014098975	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	False	False
ENG0025_000000015407	1729	0.5347538821143133	2	1	1	1	1	False	66145	maximal	True	ENG0025_000000015407	1.0		65	8	False	False	0.9994216561317444	0					non-mobilizable	no_good_hit	1462.0	99.111	85.0	0.008692444534350327	NZ_SPGG01000010.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_10_length_168077_cov_37.0224, whole genome shotgun sequence	True	False
FIJ0038_000000031917	1130	0.5347536891285305	2	2	2	2	2	False	47598	maximal	True	FIJ0038_000000031917	1.0		2	1	False	False	0.9920353889465332	0					non-mobilizable	no_good_hit	31.0	100.0	3.0	1.0225269504019895e-05	LR134489.1	CFB group bacteria	Capnocytophaga sputigena strain NCTC11097 genome assembly, chromosome: 1	True	False
ENG0067_000000014821	1840	0.5347522222098819	3	3	3	3	3	False	62673	maximal	True	ENG0067_000000014821	0.9673109721432633		449	12	False	False	1.0	0					non-mobilizable	other	1840.0	98.696	100.0	0.0006407705692927691	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
FIJ0122_000000004036	4304	0.5347516992060479	6	5	2	2	5	False	41442	maximal	True	FIJ0122_000000004036	1.0		3	3	True	True	1.0	1					non-mobilizable	plasmid	2457.0	97.92399999999999	100.0	0.5321916323433774	NZ_CP027564.1	firmicutes	Weissella confusa strain VTT E-133279 plasmid pWconfE3279-1, complete sequence	False	True
ISR0395_000000005477	6900	0.534751656939935	11	9	6	6	4	False	128520	maximal	True	ISR0395_000000005477	1.0		4	4	False	False	0.9995652437210083	0					non-mobilizable	no_good_hit	2050.0	96.439	77.0	0.0006374404324515356	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0112_000000001851	7740	0.5347485683644355	11	7	4	5	4	True	105859	maximal	True	CHI0112_000000001851	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	5241.0	86.071	87.0	0.11908571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
SPA0095_000000009807	2026	0.5347470892935282	4	4	4	3	2	True	5211	maximal	True	SPA0095_000000009807	1.0		75	10	False	False	0.99901282787323	0					non-mobilizable	no_good_hit	854.0	85.831	73.0	0.016019298543186143	NZ_BFBT01000004.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
DEN0090_000000021528	1386	0.5347457546544395	2	2	2	2	1	False	68699	maximal	True	DEN0090_000000021528	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.002106905969566914	NZ_AQUR01000050.1	b-proteobacteria	Cupriavidus neocaledonicus strain STM6070 A3AGDRAFT_scaffold_57.58_C, whole genome shotgun sequence	True	False
AST0084_000000010414	3206	0.5347402897260279	3	2	0	2	2	False	111530	maximal	True	AST0084_000000010414	1.0		1	1	False	False	0.9996880888938904	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	0.00020297699594046007	KX284713.1	red algae	Sebdenia flabellata plastid, complete genome	True	False
ENG0207_000000000934	14854	0.5347392022460016	17	8	4	6	3	False	107967	maximal	True	ENG0207_000000000934	1.0		1	1	False	False	0.999326765537262	0					non-mobilizable	no_good_hit	11668.0	98.62899999999999	79.0	0.003239915357315427	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0139_000000004306	5102	0.5347363369799315	5	3	2	3	2	True	112896	maximal	True	ISR0139_000000004306	1.0		2	2	False	False	0.9950999617576599	0					non-mobilizable	no_good_hit								True	True
SPA0136_000000011577	3398	0.5347363369799315	5	3	2	3	2	True	3627	maximal	True	SPA0136_000000011577	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0031_01_000000009846	2985	0.5347350370263956	5	4	3	3	1	False	1542	maximal	True	USA0031_01_000000009846	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	646.0	74.303	21.0	0.0178302780408982	NZ_LT707032.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0146_000000032281	1328	0.53473477275555	2	2	2	2	2	False	30981	maximal	True	ISR0146_000000032281	1.0		43	11	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	76.829	12.0	3.445673042238568e-05	CP019062.1	enterobacteria	Rahnella sp. ERMR1:05 chromosome, complete genome	True	False
MAD0086_000000000595	8872	0.5347338193620446	10	4	3	2	2	False	16048	maximal	True	MAD0086_000000000595	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	79.558	2.0	0.0009386935974622905	CP006906.1	firmicutes	Clostridium baratii str. Sullivan plasmid pCBJ, complete sequence	True	False
FIJ0024_000000011351	1833	0.5347324475540159	2	1	1	1	1	False	49220	maximal	True	FIJ0024_000000011351	1.0		17	8	False	False	1.0	0					non-mobilizable	other	1833.0	99.945	100.0	0.0009433447056774822	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ENG0058_000000018545	1829	0.5347285360992122	2	1	1	1	1	False	63439	fragment	False	ENG0058_000000018545	1.0		0	0	False	False	0.9978129863739014	0					non-mobilizable	other	1829.0	99.781	100.0	0.00038607078569840057	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0058_000000032198	1618	0.5347285360992122	1	1	1	1	1	False	11000	maximal	True	MON0058_000000032198	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1520.0	100.0	94.0	0.0002827034790394633	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ENG0036_000000015444	1613	0.5347285360992122	1	1	1	1	1	False	65296	maximal	True	ENG0036_000000015444	1.0		1	1	False	False	0.9634221792221069	0					non-mobilizable	no_good_hit	46.0	100.0	3.0	0.00021324386568479713	NZ_AGDG01000015.1	CFB group bacteria	Bacteroides faecis MAJ27 contig015, whole genome shotgun sequence	True	False
MON0055_000000015129	1606	0.5347285360992122	1	1	1	1	1	False	11087	maximal	True	MON0055_000000015129	1.0		77	8	False	False	0.9987546801567078	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000004719	6934	0.5347250269139245	4	2	1	1	1	True	37878	fragment	False	ISR0017_000000004719	1.0		0	0	False	False	0.9998557567596436	0					non-mobilizable	no_good_hit	376.0	86.436	9.0	0.00015647551348009134	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	True	True
ISR0003_000000010561	2492	0.5347250269139245	3	2	1	1	1	True	38604	fragment	False	ISR0003_000000010561	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0099_000000004520	5762	0.5347245855350797	10	4	3	4	2	False	51012	maximal	True	MAD0099_000000004520	0.9887005649717514		4	3	True	True	1.0	177					non-mobilizable	no_good_hit	44.0	90.90899999999999	1.0	9.317687419323454e-06	NZ_LT899436.1	CFB group bacteria	Tenacibaculum jejuense strain KCTC 22618(T) chromosome TJEJU	True	True
SPA0027_000000032675	1151	0.5347235319855057	3	2	2	1	1	False	114033	fragment	False	ISR0083_000000021192	0.6144496893716712		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	96.525	100.0	0.00032401750145314806	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0046_000000016102	1970	0.5347216473511738	2	2	2	2	2	False	46971	fragment	False	FIJ0046_000000016102	1.0		0	0	False	False	0.9994924068450928	0					non-mobilizable	no_good_hit	1220.0	83.197	62.0	0.0004273282597365385	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0205_000000006964	1155	0.5347209381297651	1	1	1	1	1	False	53982	fragment	False	ENG0205_000000006964	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1095.0	96.53	95.0	0.0003682339948642465	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0003_000000014914	3330	0.5347198612000896	4	3	2	3	2	False	96707	maximal	True	CAN0003_000000014914	1.0		19	9	False	False	1.0	0					non-mobilizable	no_good_hit	1722.0	82.11399999999999	54.0	0.00038011745362255496	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0122_000000025582	1175	0.5347178723878812	2	2	2	2	1	True	58990	maximal	True	ENG0122_000000025582	0.94067067927773		3	3	False	False	0.9719148874282837	0					non-mobilizable	no_good_hit	397.0	72.796	34.0	0.0001551492622534446	CP048617.1	firmicutes	Caloranaerobacter azorensis strain T3-1 chromosome, complete genome	True	True
FIJ0106_000000008948	2820	0.534716619301463	3	2	2	2	2	False	42358	fragment	False	FIJ0106_000000008948	1.0		0	0	False	False	0.9804964661598206	0					non-mobilizable	no_good_hit	174.0	76.437	6.0	0.0007514794752168331	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0776_000000003088	8606	0.5347165092418036	11	7	2	3	7	False	118613	maximal	True	ISR0776_000000003088	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	6587.0	92.60700000000001	82.0	0.0016449498937959532	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ENG0004_000000002853	8853	0.5347164454130923	11	8	8	7	7	False	116219	maximal	True	ENG0004_000000002853	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	94.787	44.0	0.0003771619502191476	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0092_000000000645	17785	0.5347159958537077	15	10	4	9	4	True	83834	fragment	False	MAD0092_000000000645	0.99037147102526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	73.84	6.0	0.001831278457808527	NZ_FRDH01000004.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	True
ISR0054_000000014039	1817	0.5347151846872981	2	1	1	1	1	False	35705	fragment	False	ISR0054_000000014039	1.0		0	0	False	False	0.9933956861495972	0					non-mobilizable	other	1817.0	99.89	100.0	0.009232051894705804	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
MON0034_000000025786	1146	0.5347141262135148	2	2	2	2	1	True	78793	fragment	False	DEN0079_000000050436	0.4616982094406749		0	0	False	False	0.9572426080703735	0					non-mobilizable	other	1146.0	99.65100000000001	100.0	0.0003157172309641122	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
FIJ0052_000000009616	2928	0.5347121754908645	2	2	1	2	1	True	131264	fragment	False	MON0053_000000011697	0.8888770658992269		0	0	False	True	0.999658465385437	0					non-mobilizable	no_good_hit	2047.0	81.192	89.0	0.0007065346965351567	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0087_000000009894	2833	0.5347121754908645	2	2	1	2	1	True	131263	fragment	False	SPA0132_000000014435	0.9347481102898865		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1015.0	88.27600000000001	78.0	0.00035309306738535453	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0053_000000004277	2782	0.5347121754908645	3	2	1	2	1	True	131263	fragment	False	SPA0132_000000014435	0.9171422241859705		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2242.0	80.553	86.0	0.0007734585553090836	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0091_000000011448	2666	0.5347121754908645	2	2	1	2	1	True	131288	fragment	False	FIJ0165_000000006260	0.7694040528043912		0	0	False	True	1.0	0					non-mobilizable	chromosome	2679.0	93.318	100.0	0.0009007259325929833	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0094_000000005862	2529	0.5347121754908645	2	2	1	2	1	True	131288	fragment	False	FIJ0165_000000006260	0.6382351403615648		0	0	False	True	0.9992091655731201	0					non-mobilizable	chromosome	2537.0	91.92	100.0	0.0008948839526770122	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0177_000000006520	2491	0.5347121754908645	2	2	1	2	1	True	131263	fragment	False	SPA0132_000000014435	0.826868237316441		0	0	False	True	0.9851465225219727	0					non-mobilizable	no_good_hit	2053.0	81.101	87.0	0.0007079289435929468	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0084_000000010733	2327	0.5347121754908645	2	2	1	2	1	True	131263	fragment	False	SPA0132_000000014435	0.6196172289092104		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1042.0	78.503	74.0	0.00035867005561651514	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0164_000000010020	2295	0.5347121754908645	2	2	1	2	1	True	131263	fragment	False	SPA0132_000000014435	0.5476175491198382		0	0	False	True	0.9995642900466919	0					non-mobilizable	no_good_hit	1042.0	78.407	73.0	0.00035867005561651514	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0201_000000013364	2274	0.5347121754908645	2	2	1	2	1	True	131263	fragment	False	SPA0132_000000014435	0.39681679029643924		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1042.0	78.407	72.0	0.00035867005561651514	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0330_000000012915	2264	0.5347121754908645	2	2	1	2	1	True	131263	fragment	False	SPA0132_000000014435	0.46578105553199123		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	453.0	93.819	73.0	0.00015754991753028652	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0080_000000024230	2175	0.5347121754908645	2	2	1	2	1	True	131287	fragment	False	ISR0006_000000008656	0.6210248866055533		0	0	False	True	1.0	0					non-mobilizable	chromosome	2176.0	93.75	100.0	0.0007674970808645511	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0017_01_000000012966	2126	0.5347121754908645	3	2	1	2	1	True	131263	fragment	False	SPA0132_000000014435	0.3855809633441149		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1044.0	78.544	71.0	0.00035936717914541023	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0194_000000013648	1885	0.5347121754908645	2	2	1	2	1	True	71076	fragment	False	ISR0194_000000013648	1.0		0	0	False	False	0.9893898963928223	0					non-mobilizable	no_good_hit	651.0	74.962	45.0	0.0002020032828670163	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ITA0006_000000013099	1800	0.5347121754908645	2	2	1	2	1	True	131287	fragment	False	ISR0006_000000008656	0.11841732729331823		0	0	False	True	0.9994444251060486	0					non-mobilizable	chromosome	1800.0	94.22200000000001	100.0	0.0006348171257357827	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0100_000000029053	1579	0.5347121754908645	2	2	1	2	1	True	9107	fragment	False	MON0100_000000029053	1.0		0	0	False	False	0.9886003732681274	0					non-mobilizable	no_good_hit	655.0	75.878	41.0	0.00020128060507376453	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CAN0007_000000018363	2222	0.5347119859086539	5	4	3	3	0	False	95325	maximal	True	CAN0007_000000018363	1.0		182	12	False	False	1.0	0					non-mobilizable	other	2025.0	96.04899999999999	98.0	0.033622938020167116	NZ_JAAITU010000022.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_22_length_60197_cov_159.13, whole genome shotgun sequence	False	False
ENG0149_000000009601	2183	0.5347119859086539	5	4	3	3	0	False	122113	fragment	False	ENG0149_000000009601	0.9931997550622675		0	0	False	False	0.9995419383049011	0					non-mobilizable	no_good_hit	1071.0	97.199	85.0	0.00030539214063336615	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0151_000000011905	2088	0.5347119859086539	4	4	3	3	0	False	122113	fragment	False	ENG0149_000000009601	0.9599296711147699		0	0	False	False	0.9995210766792297	0					non-mobilizable	no_good_hit	1071.0	97.199	83.0	0.00030539214063336615	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0231_000000009017	2021	0.5347119859086539	5	4	3	3	0	False	122113	fragment	False	ENG0149_000000009601	0.9410653347678478		0	0	False	False	1.0	0					non-mobilizable	other	1055.0	97.156	92.0	0.00030082552918464294	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0146_000000025837	1631	0.5347119859086539	4	4	3	3	0	False	30992	fragment	False	ISR0146_000000025837	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1048.0	97.71	100.0	0.0002988276366758265	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0111_000000005756	3698	0.5347111416783614	3	2	1	2	0	True	130205	maximal	True	ENG0111_000000005756	1.0		1	1	False	False	0.9948620796203613	0					non-mobilizable	no_good_hit	3294.0	95.811	89.0	0.0007450475717286461	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0029_000000015055	1984	0.5347107995832054	3	2	2	2	1	True	27846	maximal	True	MON0029_000000015055	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0148_000000009096	2005	0.5347059965048675	2	2	2	2	1	False	39911	maximal	True	FIJ0148_000000009096	0.9466173361522199		570	13	False	False	0.9950124621391296	0					non-mobilizable	other	2005.0	99.152	100.0	0.007011700162346751	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
ISR0162_000000013664	2879	0.5347041489633325	9	3	2	2	2	False	30355	maximal	True	ISR0162_000000013664	1.0		1	1	False	False	0.9843695759773254	0					non-mobilizable	no_good_hit								True	False
CAN0007_000000000793	37602	0.5347040580401101	23	3	2	3	2	False	95443	maximal	True	CAN0007_000000000793	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2622.0	93.555	7.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	False
AST0099_000000005230	4007	0.5347032313931555	7	5	3	3	4	True	131627	fragment	False	ISR0350_000000003545	0.6494628866812051		0	0	False	False	0.9997504353523254	0					non-mobilizable	other	4007.0	99.626	100.0	0.09242766831249134	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0345_000000002701	3180	0.5347032313931555	5	5	3	3	4	True	131624	fragment	False	ISR0345_000000002701	0.9702222039070578		0	0	False	False	1.0	0					non-mobilizable	other	3180.0	98.648	100.0	0.024234985591656884	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
ENG0132_000000010127	1892	0.5347003188896293	2	2	2	2	2	False	114361	fragment	False	ISR0196_000000008430	0.5673240064672904		0	0	False	False	1.0	0					non-mobilizable	other	1902.0	81.598	100.0	0.0030275018072250617	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
AST0087_000000013003	2790	0.5346950688208052	3	2	2	1	2	True	110970	fragment	False	AST0087_000000013003	1.0		0	0	False	False	0.9903225898742676	0					non-mobilizable	no_good_hit	1368.0	79.24	61.0	0.0004974418865372179	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ENG0186_000000008580	1761	0.5346939263366549	2	2	2	2	2	False	55011	maximal	True	ENG0186_000000008580	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	99.73299999999999	21.0	0.0026571747270001636	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	False
ENG0084_000000006937	3805	0.5346897295851583	6	5	4	4	4	False	65686	maximal	True	ENG0084_000000006937	1.0		277	13	False	False	0.9997372031211853	0					non-mobilizable	other	3449.0	92.14299999999999	90.0	0.019895773016792125	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
FIJ0015_000000027517	1214	0.5346894852376322	1	1	1	1	1	False	50277	maximal	True	FIJ0015_000000027517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	95.60700000000001	71.0	0.09942396313364055	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
USA0116_01_000000008480	3081	0.5346884320774324	4	3	3	2	1	True	91114	fragment	False	USA0116_01_000000008480	1.0		0	0	False	False	0.9993508458137512	0					non-mobilizable	other	3081.0	95.81299999999999	100.0	0.0059514263134198865	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
CHI0145_000000011869	1562	0.5346847401599591	1	1	1	0	1	False	79745	fragment	False	CHI0145_000000011869	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1562.0	99.936	100.0	0.0002931317228051786	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
SPA0120_000000009362	4526	0.5346821056055712	5	4	4	4	4	False	60560	maximal	True	SPA0120_000000009362	1.0		84	11	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	84.536	2.0	0.0012329189355799856	NZ_KQ959780.1	firmicutes	Lachnoanaerobaculum saburreum strain DNF00896 Scaffold29, whole genome shotgun sequence	True	False
DEN0079_000000005641	6497	0.5346797838406973	4	2	1	2	1	False	105179	fragment	False	DEN0079_000000005641	0.9042543315066959		0	0	False	False	1.0	0					non-mobilizable	other	6509.0	99.662	100.0	0.014386835205744124	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0070_000000003693	5534	0.5346794975836766	7	5	0	2	3	True	102000	fragment	False	SPA0070_000000003693	1.0		0	0	False	False	0.9992771744728088	0					non-mobilizable	other	5540.0	98.881	100.0	0.05486457290665293	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
FIJ0015_000000013799	2197	0.5346766150089408	2	2	2	2	1	False	50353	maximal	True	FIJ0015_000000013799	1.0		8	5	False	False	0.9863449931144714	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000017795	1822	0.534665915689116	2	2	2	2	1	False	102339	fragment	False	ENG0029_000000011530	0.6364746945898778		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0083_01_000000014950	1922	0.5346657083373946	2	1	1	1	1	False	498	maximal	True	USA0083_01_000000014950	1.0		8	5	False	False	0.9490114450454712	0					non-mobilizable	other	1870.0	99.412	97.0	0.005006469033020195	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
SPA0098_000000020214	1836	0.5346632524665768	5	4	3	3	3	False	5058	maximal	True	SPA0098_000000020214	1.0		44	5	False	False	1.0	0					non-mobilizable	chromosome	1358.0	96.76	100.0	0.0004648935164312622	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
TAN0019_000000000693	6829	0.5346630085339529	9	3	1	1	2	True	105967	maximal	True	TAN0019_000000000693	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	95.124	23.0	0.0002856968321796534	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0086_000000030763	1118	0.5346622333753465	2	2	2	2	2	False	43776	maximal	True	FIJ0086_000000030763	1.0		28	8	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	4.0	5.792073473194581e-05	NZ_QWEH01000001.1	firmicutes	Oceanobacillus profundus strain DSM 18246 NODE_1_length_673334_cov_52.0872, whole genome shotgun sequence	True	False
MAD0058_000000012545	1261	0.534654366400482	2	1	1	1	1	False	16936	maximal	True	MAD0058_000000012545	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0184_000000008270	2725	0.5346527758793559	3	3	3	3	3	False	114523	fragment	False	ENG0184_000000008270	0.9606343283582088		0	0	False	False	0.9933944940567017	0					non-mobilizable	no_good_hit	438.0	76.027	16.0	7.559124985363026e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
CHI0057_000000014508	1407	0.5346523566915542	1	1	1	1	1	False	86329	maximal	False	ENG0122_000000017009	0.3762820512820513		0	0	False	False	0.9914712309837341	0					non-mobilizable	other	1407.0	100.0	100.0	0.0017726271570010577	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0276_000000001489	7790	0.5346493992103035	11	7	5	6	7	False	26321	maximal	True	ISR0276_000000001489	1.0		2	1	False	False	0.9998716115951538	0					non-mobilizable	no_good_hit	1172.0	98.635	30.0	0.00039415174404573374	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ETH0001_000000017012	1890	0.5346486179638305	3	3	3	2	2	False	122999	fragment	False	MAD0108_000000009258	0.7605194978681331		0	0	False	False	0.9984126687049866	0					non-mobilizable	chromosome	1889.0	89.25399999999999	99.0	0.0006580846112769491	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0108_000000009258	1858	0.5346486179638305	3	3	3	2	2	False	122999	fragment	False	MAD0108_000000009258	0.9288532914496539		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	88.728	100.0	0.0005767762624524875	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0104_000000006312	4003	0.5346457146672063	3	3	3	2	3	False	32990	maximal	True	ISR0104_000000006312	1.0		269	9	False	False	0.9995003938674927	0					non-mobilizable	no_good_hit	3479.0	96.75200000000001	87.0	0.000977547984745062	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0058_000000003032	7963	0.5346438524684674	17	3	3	3	3	False	85754	fragment	False	SPA0058_000000003032	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7970.0	95.74700000000001	100.0	0.0027984586161634442	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0094_000000020240	1843	0.5346408290622067	2	1	1	0	1	False	43723	maximal	True	MON0094_000000020240	1.0		231	13	False	False	0.990233302116394	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	4.464678052065666e-06	CP051205.1	CFB group bacteria	Chitinophaga sp. 1310 chromosome, complete genome	True	False
MON0033_000000038527	1561	0.5346399410519926	3	3	2	2	2	True	12296	fragment	False	MON0033_000000038527	1.0		0	0	False	False	0.998718798160553	0					non-mobilizable	other	956.0	98.32600000000001	100.0	0.004728846458564411	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	True
ISR0234_000000003766	2971	0.5346368259546492	3	3	3	3	2	False	82022	fragment	False	ISR0021_000000007074	0.3657675016056519		0	0	False	False	0.9828340411186218	0					non-mobilizable	no_good_hit	1738.0	91.945	58.0	0.07435996397787212	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0043_000000009634	2746	0.5346362968328605	3	3	2	3	1	False	47226	maximal	True	FIJ0043_000000009634	1.0		5	4	False	False	0.9996358156204224	0					non-mobilizable	no_good_hit								True	False
ISR0109_000000018395	1758	0.5346348429175738	2	2	2	2	1	False	32746	maximal	True	ISR0109_000000018395	1.0		280	12	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	73.179	85.0	0.00033756786426332826	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0048_000000006444	3128	0.5346330204633352	4	4	3	4	2	False	121406	fragment	False	ISR0196_000000005183	0.6805414461080778		0	0	False	False	1.0	0					non-mobilizable	chromosome	3128.0	99.425	100.0	0.0009856228919190586	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0030_000000006704	3084	0.5346330204633352	4	4	3	4	2	False	121406	fragment	False	ISR0196_000000005183	0.6789306430566356		0	0	False	False	0.9990272521972656	0					non-mobilizable	chromosome	3084.0	99.384	100.0	0.0009717541975652246	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0172_000000009872	2686	0.534632844868468	4	2	0	1	1	False	76796	fragment	False	FIJ0172_000000009872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	263.0	92.77600000000001	10.0	0.00412155414295452	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
ISR0089_000000004112	5367	0.5346326783588908	8	6	5	6	6	False	112794	maximal	True	ISR0089_000000004112	1.0	PS721	3	2	False	True	0.9986957311630249	0					non-mobilizable	no_good_hit	2683.0	99.62700000000001	53.0	0.0009317676486937188	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0068_000000025929	1125	0.5346321991253854	2	2	2	2	1	False	16414	maximal	True	MAD0068_000000025929	1.0		42	9	False	False	0.9804444313049316	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	5.0	1.1004866850454864e-05	NZ_LT732548.1	firmicutes	Paenibacillus bouchesdurhonensis strain Marseille-P3071, whole genome shotgun sequence	True	False
FIJ0012_000000007181	3260	0.5346263648052973	5	5	5	3	3	False	97674	fragment	False	FIJ0012_000000007181	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	chromosome	3260.0	99.969	100.0	0.0006342333842627217	CP042953.1	enterobacteria	Escherichia coli strain D8-1 chromosome, complete genome	False	True
SPA0062_000000025594	1230	0.534623506260924	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.1457844252851671		0	0	False	False	0.9991869926452637	0					non-mobilizable	other	1231.0	96.426	100.0	0.004721127236298176	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0055_000000015066	1611	0.534621929305669	3	3	2	3	1	True	90572	fragment	False	ENG0208_000000017623	0.9337318257392387		0	0	False	False	0.9993792772293091	0					non-mobilizable	no_good_hit	385.0	72.987	24.0	0.035200148602210456	NZ_DF970178.1	g-proteobacteria	Mizugakiibacter sediminis strain skMP5, whole genome shotgun sequence	True	True
SPA0009_000000024187	1537	0.534621929305669	3	3	2	3	1	True	90572	fragment	False	ENG0208_000000017623	0.46313547856962306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	321.0	75.078	20.0	9.610805769955753e-05	CP003029.1	CFB group bacteria	Rhodothermus marinus SG0.5JP17-172, complete genome	True	True
ENG0038_000000018862	1408	0.5346210163798424	2	2	2	1	1	False	65037	maximal	True	ENG0038_000000018862	1.0		77	9	False	False	0.984375	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000027261	1108	0.5346190722886142	2	2	2	1	1	False	82467	maximal	True	CHI0111_000000027261	1.0		189	13	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	93.698	87.0	0.0003370592262207679	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0001_000000004373	4478	0.5346181156167064	1	1	1	1	1	False	52652	fragment	False	FIJ0001_000000004373	1.0		0	0	False	False	0.9997766613960266	0		MOBF			mobilizable	plasmid	4461.0	99.641	99.0	0.053152820317248446	CP034679.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_83kb, complete sequence	False	True
ISR0170_000000023814	1953	0.5346179279905514	3	3	3	3	3	False	30051	fragment	False	ISR0170_000000023814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000015864	1506	0.5346127471966259	2	2	1	2	1	False	44618	fragment	False	ISR0021_000000015864	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1087.0	94.38799999999999	96.0	0.13119110896351777	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
MON0064_000000009391	2750	0.5346123607755694	4	4	3	4	3	False	120941	fragment	False	MON0064_000000009391	0.9509849495064495		0	0	False	False	1.0	0					non-mobilizable	chromosome	2546.0	97.40799999999999	100.0	0.0007374586375277743	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0033_000000013437	2626	0.5346114183056428	4	1	0	1	1	False	48289	maximal	True	FIJ0033_000000013437	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.8530066013817744e-07	CP053561.1	eudicots	Gossypium arboreum cultivar Shixiya1 chromosome 12	True	False
FIJ0054_000000013422	1866	0.5346114183056428	3	1	0	1	1	False	46321	maximal	True	FIJ0054_000000013422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.0151955981118867e-05	CP034376.1	ascomycetes	Exophiala lecanii-corni strain CBS 102400 chromosome 7, complete sequence	True	False
FIJ0030_000000031670	1221	0.5346114183056428	1	1	0	1	1	False	48652	maximal	True	FIJ0030_000000031670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0004578031762068639	NZ_QHLI01000008.1	e-proteobacteria	Campylobacter troglodytis strain MIT 05-9149A accn_213849_11_con_0008, whole genome shotgun sequence	True	False
FIJ0044_000000020084	1114	0.5346083355568074	2	1	1	1	1	False	47072	maximal	True	FIJ0044_000000020084	1.0		457	13	False	False	0.9991023540496826	0					non-mobilizable	chromosome	1105.0	99.095	99.0	0.00045966176555084883	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
CHI0077_000000006060	2249	0.5346051997128246	3	3	3	2	2	False	130049	fragment	False	ENG0005_000000004373	0.25675452766510143		0	0	False	False	0.9973321557044983	0					non-mobilizable	chromosome	2253.0	90.90100000000001	100.0	0.0007232823092689401	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0072_000000023538	1136	0.5346017599175944	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.026601562731025662		0	0	False	False	0.9947183132171631	0					non-mobilizable	other	1136.0	99.47200000000001	100.0	0.02687408249277833	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0027_000000020605	1105	0.5345980477018328	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.14770402602342275		0	0	False	False	0.992760181427002	0					non-mobilizable	chromosome	1105.0	93.303	100.0	0.00038481218795008036	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0819_000000024680	1099	0.5345980477018328	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.14258822909167246		0	0	False	False	0.9990900754928589	0					non-mobilizable	chromosome	1099.0	93.085	100.0	0.0003539055149631445	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0035_000000026896	1086	0.5345980477018328	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.13142885520957664		0	0	False	False	0.9963167309761047	0					non-mobilizable	chromosome	1086.0	93.27799999999999	100.0	0.0003488696622941669	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
ISR0088_000000023248	1081	0.5345980477018328	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.14705700580893313		0	0	False	False	1.0	0					non-mobilizable	chromosome	1081.0	98.79700000000001	100.0	0.0003764467056033395	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0058_000000019879	2425	0.5345957457662149	4	3	3	2	2	False	121999	maximal	True	MON0058_000000019879	1.0		1	1	False	False	0.9975257515907288	0					non-mobilizable	no_good_hit	1341.0	93.587	55.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0109_000000005468	3195	0.5345931525886701	4	3	3	3	3	False	82810	maximal	True	CHI0109_000000005468	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1260.0	74.048	39.0	0.008192548021291367	NZ_FQZY01000007.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ISR0378_000000027386	1217	0.5345814132494106	2	1	1	1	1	False	79082	fragment	False	ISR0378_000000027386	0.9697876563489212		0	0	False	False	0.991783082485199	0					non-mobilizable	other	1217.0	97.946	100.0	0.0004405166355859725	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MAD0012_000000014362	2008	0.534576386209701	4	2	1	2	2	False	19665	fragment	False	MAD0012_000000014362	1.0		0	0	False	False	0.9760956168174744	0					non-mobilizable	no_good_hit	1009.0	77.8	50.0	0.0003372673335045476	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0048_000000005383	4836	0.5345761944425559	5	5	2	5	1	True	64281	fragment	False	ENG0048_000000005383	1.0		0	0	False	False	0.9997932314872742	0					non-mobilizable	no_good_hit								True	True
MON0024_000000033005	1563	0.5345752154439989	3	2	1	2	1	False	12911	maximal	True	MON0024_000000033005	1.0		11	5	False	False	0.9865642786026001	0					non-mobilizable	no_good_hit								True	False
ISR0803_000000005523	2556	0.5345706064877653	3	2	2	0	1	False	120713	fragment	False	ENG0067_000000010243	0.23418554218129728		0	0	False	False	1.0	0					non-mobilizable	chromosome	2556.0	99.531	100.0	0.000567501593668859	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0012_000000009929	2461	0.5345706064877653	3	2	2	0	1	False	120713	fragment	False	ENG0067_000000010243	0.23318705807600343		0	0	False	False	0.9934985637664795	0					non-mobilizable	chromosome	2442.0	99.304	100.0	0.0005460411568735307	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
DEN0081_000000004020	2124	0.5345706064877653	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.3942810804935315		0	0	False	False	1.0	0					non-mobilizable	other	2123.0	94.63	99.0	0.0015036507108682343	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
CHI0077_000000007041	1938	0.5345706064877653	2	2	2	0	1	False	111757	fragment	False	CHI0077_000000007041	0.9645648775403857		0	0	False	False	0.9912280440330505	0					non-mobilizable	other	1940.0	93.351	100.0	0.005153281525605451	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	False
ENG0104_000000016584	1919	0.5345706064877653	2	2	2	0	1	False	111757	fragment	False	CHI0077_000000007041	0.9600103199174407		0	0	False	False	0.9890568256378174	0					non-mobilizable	other	1919.0	100.0	100.0	0.005102733074915464	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	False
ISR0815_000000016684	1866	0.5345706064877653	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.20752798668396524		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	85.65100000000001	100.0	0.0003022015028082485	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0119_01_000000013610	1809	0.5345706064877653	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.23846472409756408		0	0	False	False	0.9889441728591919	0					non-mobilizable	other	1802.0	95.117	99.0	0.01584083356105817	NZ_KE159498.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.14, whole genome shotgun sequence	False	False
ISR0317_000000011900	1766	0.5345706064877653	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.11640589630796297		0	0	False	False	0.9892412424087524	0					non-mobilizable	chromosome	1766.0	98.92399999999999	100.0	0.00039482287664145097	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0100_000000008514	1730	0.5345706064877653	2	2	2	0	1	False	33168	maximal	True	ISR0100_000000008514	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1669.0	77.232	95.0	0.000494108048790297	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	False	False
CHI0048_000000011570	1676	0.5345706064877653	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.20202202801320973		0	0	False	False	0.9880668520927429	0					non-mobilizable	chromosome	1676.0	98.568	100.0	0.0003746902653679492	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0838_000000014780	1644	0.5345706064877653	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.16847290100431483		0	0	False	False	1.0	0					non-mobilizable	chromosome	1644.0	100.0	100.0	0.00036493351013617816	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
AUS0006_000000017504	1497	0.5345706064877653	2	2	2	0	1	False	102015	fragment	False	AUS0006_000000017504	1.0		0	0	False	False	0.9979959726333618	0					non-mobilizable	chromosome	1497.0	99.065	100.0	0.0003346487385017624	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0175_000000017333	1440	0.5345706064877653	2	2	2	0	1	False	94703	fragment	False	ENG0175_000000017333	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1440.0	97.361	100.0	0.0003196222282933417	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CAN0009_000000020321	1400	0.5345706064877653	2	2	2	0	1	False	94702	fragment	False	CHI0027_000000013122	0.6301335348954397		0	0	False	False	0.9714285731315613	0					non-mobilizable	chromosome	1381.0	100.0	99.0	0.00020347433908438317	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
CHI0027_000000013122	1323	0.5345706064877653	2	2	2	0	1	False	94702	fragment	False	CHI0027_000000013122	0.8920946582590418		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	95.616	100.0	0.0009367701412666379	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
SPA0020_000000029852	1186	0.5345706064877653	2	2	2	0	1	False	65554	fragment	False	SPA0020_000000029852	0.9801210025929127		0	0	False	False	1.0	0					non-mobilizable	chromosome	1186.0	98.314	100.0	0.00026507938176777304	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0032_000000022230	1157	0.5345706064877653	2	2	2	0	1	False	65554	fragment	False	SPA0020_000000029852	0.9683811129848229		0	0	False	False	0.9887640476226807	0					non-mobilizable	other	1157.0	100.0	100.0	0.0030659470354997415	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0155_000000009554	1357	0.5345694904443452	3	2	2	1	1	False	79027	fragment	False	CHI0155_000000009554	1.0		0	0	False	False	0.954310953617096	0					non-mobilizable	no_good_hit	755.0	73.907	55.0	0.0001692364359711592	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
TAN0017_000000012636	2783	0.5345693647261098	3	2	2	2	2	False	2477	maximal	True	TAN0017_000000012636	1.0		10	4	False	False	0.992094874382019	0					non-mobilizable	no_good_hit								True	False
MON0055_000000011811	1946	0.5345689206619093	3	3	3	2	3	False	42593	maximal	True	MON0055_000000011811	1.0		680	14	False	False	0.9984583854675293	0					non-mobilizable	other	1946.0	96.454	100.0	0.0006050862084520433	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0050_000000018490	2008	0.5345674801347392	2	2	2	2	2	False	11334	maximal	True	MON0050_000000018490	1.0		29	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000002198	10126	0.5345662342333719	10	8	3	4	7	True	96268	maximal	True	ISR0114_000000002198	1.0		34	7	False	False	1.0	0					non-mobilizable	other	10048.0	99.99	99.0	0.013123092175126078	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
FIJ0102_000000023153	1405	0.5345650004756595	3	1	1	1	1	True	42611	maximal	True	FIJ0102_000000023153	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000003608	7714	0.5345643224478027	7	6	4	5	3	True	54242	maximal	True	USA0015_01_000000003608	1.0		1	1	False	False	0.9994814395904541	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00024739905467519106	NZ_CZAF01000011.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0040_000000033962	1277	0.5345640902206992	3	3	3	3	3	False	6941	fragment	False	SPA0040_000000033962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	82.48200000000001	11.0	4.845211638844385e-05	NZ_CP012669.1	a-proteobacteria	Altererythrobacter epoxidivorans strain CGMCC 1.7731, complete genome	True	False
ETH0005_000000022553	2088	0.5345576382766979	5	5	3	4	4	False	52743	maximal	True	ETH0005_000000022553	1.0		49	4	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	93.902	4.0	0.003836378458734954	NZ_QRST01000031.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf31, whole genome shotgun sequence	True	False
CAN0010_000000005280	2465	0.5345563357328623	3	2	2	2	2	False	94628	maximal	True	CAN0010_000000005280	1.0		51	9	False	False	0.9898580312728882	0					non-mobilizable	no_good_hit								True	False
USA0038_01_000000001136	16844	0.5345540224314389	21	7	3	4	7	False	1350	maximal	True	USA0038_01_000000001136	1.0		8	3	False	False	0.9988719820976257	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.93064609002451e-06	FQ310508.3	bony fishes	Dicentrarchus labrax chromosome sequence corresponding to linkage group 18, complete sequence	True	False
USA0031_01_000000007600	3955	0.5345530083472657	7	6	5	6	5	True	108652	fragment	False	USA0031_01_000000007600	0.9943597067237911		0	0	False	False	1.0	0					non-mobilizable	other	3959.0	98.73700000000001	100.0	0.03563899749554062	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	False	True
FIJ0066_000000023386	1427	0.5345483796242563	3	1	1	1	1	True	47701	fragment	False	FIJ0066_000000023386	1.0		0	0	False	False	0.9992992281913757	0					non-mobilizable	no_good_hit	53.0	96.226	4.0	1.0311128384454387e-05	LO017727.1	bacteria	Magneto-ovoid bacterium MO-1 chromosome, complete genome	True	True
SPA0018_000000015131	1967	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.915004629001967		0	0	False	False	1.0	0					non-mobilizable	chromosome	1994.0	88.11399999999999	100.0	0.0006982967814035871	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0254_000000006123	1948	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.9040159065797522		0	0	False	False	1.0	0					non-mobilizable	other	1974.0	85.56200000000001	100.0	0.0006903790844050134	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0095_000000016327	1896	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.8905202173357258		0	0	False	False	0.9920886158943176	0					non-mobilizable	chromosome	1922.0	89.646	100.0	0.0006729936267679262	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
FIJ0034_000000014641	1886	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.8564547660879117		0	0	False	False	1.0	0					non-mobilizable	chromosome	1913.0	87.35	100.0	0.0006698307324384685	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
SPA0098_000000019865	1868	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.7949962405739851		0	0	False	False	1.0	0					non-mobilizable	chromosome	1895.0	87.757	100.0	0.0006635049437795533	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
SPA0023_000000015230	1821	0.5345474710765139	3	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.0717529611155556		0	0	False	False	1.0	0					non-mobilizable	other	1821.0	98.243	100.0	0.0006341503187128003	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	True
CHI0054_000000009687	1799	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.08440653424797727		0	0	False	False	1.0	0					non-mobilizable	chromosome	1800.0	97.111	100.0	0.0006322274331882502	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0015_000000014802	1748	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.7561508177192475		0	0	False	False	0.9988558292388916	0					non-mobilizable	chromosome	1775.0	87.155	100.0	0.0006213330193867851	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0294_000000011024	1731	0.5345474710765139	3	2	0	1	1	True	25760	fragment	False	ISR0294_000000011024	1.0		0	0	False	False	0.9994223117828369	0					non-mobilizable	chromosome	1736.0	91.302	100.0	0.0005362061661538232	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	True
SPA0063_000000010431	1728	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.6212669121258035		0	0	False	False	0.9890046119689941	0					non-mobilizable	chromosome	1755.0	88.148	100.0	0.0006143043653213237	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
FIJ0114_000000023103	1727	0.5345474710765139	3	2	0	1	1	True	124581	maximal	True	FIJ0114_000000023103	1.0		22	10	False	False	0.996525764465332	0					non-mobilizable	no_good_hit	1422.0	84.81	81.0	0.0004972772751313919	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
MON0041_000000039524	1694	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.5868126241608365		0	0	False	False	0.9846516847610474	0					non-mobilizable	chromosome	1720.0	89.07	100.0	0.0006020042207067663	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
MON0046_000000020872	1626	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.37093605590129675		0	0	False	False	1.0	0					non-mobilizable	chromosome	1653.0	87.175	100.0	0.0005784582295874707	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
DEN0069_000000016793	1619	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.37093023419148974		0	0	False	False	1.0	0					non-mobilizable	chromosome	1644.0	86.679	99.0	0.0005752953352580131	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0398_000000014181	1614	0.5345474710765139	3	2	0	1	1	True	96054	fragment	False	ISR0398_000000014181	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	99.69	100.0	0.03956243408304923	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
CAN0008_000000017984	1599	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.5190447325287754		0	0	False	False	1.0	0					non-mobilizable	chromosome	1625.0	88.985	100.0	0.0005686181138958249	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
FIJ0038_000000022255	1593	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.35546651514113975		0	0	False	False	1.0	0					non-mobilizable	chromosome	1615.0	86.625	99.0	0.0005651037868630942	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0160_000000018530	1590	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.3557488916486482		0	0	False	False	0.9993710517883301	0					non-mobilizable	chromosome	1615.0	86.68700000000001	99.0	0.0005651037868630942	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0782_000000008219	1584	0.5345474710765139	4	2	0	1	1	True	22263	fragment	False	ISR0782_000000008219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1584.0	99.116	100.0	0.23694057775782068	NZ_CABKTP010000097.1	firmicutes	Clostridium polynesiense isolate MGYG-HGUT-01479, whole genome shotgun sequence	False	True
SPA0136_000000026922	1578	0.5345474710765139	3	2	0	1	1	True	54558	fragment	False	SPA0136_000000026922	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1578.0	99.87299999999999	100.0	0.005091449142008491	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
CHI0118_000000006529	1576	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.3761448428403937		0	0	False	False	1.0	0					non-mobilizable	other	1611.0	84.109	100.0	0.012728807888993325	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0175_000000013091	1576	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.3545650223870299		0	0	False	False	1.0	0					non-mobilizable	chromosome	1603.0	86.712	100.0	0.0005608865944238173	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
CHI0044_000000010133	1569	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.3542906492981923		0	0	False	False	0.9968132376670837	0					non-mobilizable	chromosome	1596.0	86.529	100.0	0.0005584265655009059	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0023_000000020580	1558	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.36481923521223353		0	0	False	False	0.9967907667160034	0					non-mobilizable	other	1583.0	84.46	100.0	0.0005528674179504909	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0143_000000013298	1542	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.3172705194030063		0	0	False	False	1.0	0					non-mobilizable	chromosome	1569.0	86.42399999999999	100.0	0.000548937882512533	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0815_000000020170	1535	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.31732456137387594		0	0	False	False	1.0	0					non-mobilizable	chromosome	1562.0	86.428	100.0	0.0005464778535896215	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
MON0042_000000017094	1533	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.3363103550439858		0	0	False	False	0.9941291809082031	0					non-mobilizable	chromosome	1558.0	86.2	99.0	0.0005450721227765292	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
MON0013_000000036667	1526	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.35808232315527544		0	0	False	False	1.0	0					non-mobilizable	chromosome	1555.0	87.91	100.0	0.0005433149592601639	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0180_000000015931	1518	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.46917947564942164		0	0	False	False	1.0	0					non-mobilizable	chromosome	1545.0	86.01899999999999	100.0	0.0005405034976339793	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0816_000000025030	1505	0.5345474710765139	3	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.028890048258771357		0	0	False	False	1.0	0					non-mobilizable	chromosome	1505.0	100.0	100.0	0.000528554785722695	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0289_000000008015	1424	0.5345474710765139	4	2	0	1	1	True	25935	maximal	True	ISR0289_000000008015	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	99.70299999999999	71.0	0.0003142092907643001	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0087_000000008047	1394	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.18399743695130513		0	0	False	False	0.9971305727958679	0					non-mobilizable	chromosome	1410.0	90.78	100.0	0.0004934115153953882	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0816_000000027098	1375	0.5345474710765139	3	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.15743776020412692		0	0	False	False	1.0	0					non-mobilizable	chromosome	1402.0	85.59200000000001	100.0	0.0004902486210659305	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
CHI0151_000000017888	1373	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.17361658632330135		0	0	False	False	0.996358335018158	0					non-mobilizable	chromosome	1399.0	88.84899999999999	100.0	0.0004891943229561114	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0135_000000015345	1359	0.5345474710765139	2	2	0	1	1	True	65021	fragment	False	ISR0135_000000015345	0.9804719283970709		0	0	False	False	0.9992641806602478	0					non-mobilizable	chromosome	1360.0	96.103	100.0	0.00047759704374810005	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
USA0061_01_000000008234	1322	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.04392927282111091		0	0	False	False	0.9931921362876892	0					non-mobilizable	other	1219.0	85.398	91.0	0.00042628616600902007	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
FIJ0083_000000027446	1321	0.5345474710765139	4	2	0	1	1	True	107699	fragment	False	FIJ0083_000000027446	0.9228975049304088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0059_000000029557	1320	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.2687009602510998		0	0	False	False	1.0	0					non-mobilizable	chromosome	1344.0	92.56	100.0	0.0004709198223859118	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0267_000000014199	1313	0.5345474710765139	4	2	0	1	1	True	26525	fragment	False	ISR0267_000000014199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	572.0	81.469	43.0	0.00017191716543218501	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0039_000000021832	1295	0.5345474710765139	4	2	0	1	1	True	107699	fragment	False	FIJ0083_000000027446	0.9202751006296239		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	72.516	47.0	0.0003161012655464011	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
ISR0336_000000012293	1281	0.5345474710765139	3	2	0	1	1	True	24455	maximal	True	ISR0336_000000012293	1.0		1	1	False	False	0.9968774318695068	0					non-mobilizable	no_good_hit	899.0	86.318	68.0	0.00031066650969339255	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
FIJ0032_000000030080	1255	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.2933447047003942		0	0	False	False	0.9784860610961914	0					non-mobilizable	chromosome	1283.0	85.34700000000001	100.0	0.00044772526396988924	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0844_000000010253	1251	0.5345474710765139	2	2	0	1	1	True	20701	fragment	False	ISR0844_000000010253	1.0		0	0	False	False	0.9984012842178345	0					non-mobilizable	chromosome	1258.0	92.051	100.0	0.0002630506449487104	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	True
MON0064_000000023620	1250	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.12748472960668028		0	0	False	False	0.9927999973297119	0					non-mobilizable	chromosome	1277.0	86.061	100.0	0.00044631953315679696	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
SPA0141_000000017854	1246	0.5345474710765139	2	2	0	1	1	True	35736	fragment	False	SPA0141_000000017854	0.9403479701739851		0	0	False	False	0.995184600353241	0					non-mobilizable	other	1246.0	99.43799999999999	100.0	0.034232450713519755	NZ_CZBD01000029.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
USA0079_01_000000010744	1245	0.5345474710765139	3	2	0	1	1	True	640	maximal	True	USA0079_01_000000010744	1.0		29	8	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	78.27	37.0	0.00014211016126793575	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0282_000000020636	1242	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.3023237710186389		0	0	False	False	0.9975845217704773	0					non-mobilizable	other	1270.0	85.43299999999999	100.0	0.0658795256256204	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0790_000000014300	1237	0.5345474710765139	2	2	0	1	1	True	22067	fragment	False	ISR0790_000000014300	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1238.0	97.334	100.0	0.00043472225394878574	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
TAN0010_000000013660	1235	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.11522923414087191		0	0	False	False	0.9959514141082764	0					non-mobilizable	chromosome	1262.0	84.70700000000001	100.0	0.00044104804260770093	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
CHI0021_000000007438	1233	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.02904231421629304		0	0	False	False	0.9918897151947021	0					non-mobilizable	no_good_hit	1112.0	84.62200000000001	89.0	0.00038855860623816384	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ENG0038_000000022420	1229	0.5345474710765139	3	2	0	1	1	True	65021	fragment	False	ISR0135_000000015345	0.9341427520235467		0	0	False	False	1.0	0					non-mobilizable	chromosome	1229.0	100.0	100.0	0.0004315593596193281	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
FIJ0083_000000029732	1223	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.10272538233132479		0	0	False	False	0.9844644069671631	0					non-mobilizable	chromosome	1249.0	87.03	100.0	0.0004364794174651511	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0375_000000019781	1222	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.10341703072135897		0	0	False	False	1.0	0					non-mobilizable	chromosome	1249.0	84.62799999999999	100.0	0.0004364794174651511	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0053_000000014722	1207	0.5345474710765139	4	2	0	1	1	True	35736	fragment	False	SPA0141_000000017854	0.9261637239165329		0	0	False	False	1.0	0					non-mobilizable	other	1207.0	93.37200000000001	100.0	0.0012250317186635869	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0124_000000025666	1205	0.5345474710765139	2	2	0	1	1	True	58902	maximal	True	ENG0124_000000025666	1.0		3	3	False	False	0.9908713698387146	0					non-mobilizable	other	1213.0	84.25399999999999	100.0	0.1788654393054932	NZ_CABKTP010000097.1	firmicutes	Clostridium polynesiense isolate MGYG-HGUT-01479, whole genome shotgun sequence	False	True
MON0098_000000030479	1186	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.10144757265811583		0	0	False	False	0.997470498085022	0					non-mobilizable	chromosome	1212.0	86.551	100.0	0.0004234764074440475	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0166_000000018548	1181	0.5345474710765139	3	2	0	1	1	True	129084	fragment	False	SPA0083_000000014219	0.9477779898836346		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	97.806	100.0	0.00036834039630191217	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0031_000000029044	1168	0.5345474710765139	2	2	0	1	1	True	7259	maximal	True	SPA0031_000000029044	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	74.933	76.0	0.00022585737138107115	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0093_000000006432	1152	0.5345474710765139	3	2	0	1	1	True	129084	fragment	False	SPA0083_000000014219	0.8596287184879721		0	0	False	False	0.9921875	0					non-mobilizable	other	1152.0	99.65299999999999	100.0	0.0003580741521482271	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0061_000000036719	1142	0.5345474710765139	2	2	0	1	1	True	129084	fragment	False	SPA0083_000000014219	0.8552643409995909		0	0	False	False	0.9912434220314026	0					non-mobilizable	other	1142.0	100.0	100.0	0.0003653530075340849	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
USA0061_01_000000009648	1141	0.5345474710765139	2	2	0	1	1	True	882	fragment	False	USA0061_01_000000009648	1.0		0	0	False	False	0.9956178665161133	0					non-mobilizable	other	938.0	91.365	100.0	0.00024829068047827786	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	True
ISR0399_000000015905	1124	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.08573931902520683		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	84.014	100.0	0.00040203901254439036	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0196_000000020295	1123	0.5345474710765139	2	2	0	1	1	True	28954	fragment	False	ISR0196_000000020295	1.0		0	0	False	False	0.9973285794258118	0					non-mobilizable	no_good_hit	714.0	95.65799999999999	87.0	0.00015040506002279912	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	True
ISR0032_000000030538	1114	0.5345474710765139	2	2	0	1	1	True	36907	fragment	False	ISR0032_000000030538	1.0		0	0	False	False	0.9847396612167358	0					non-mobilizable	chromosome	1114.0	99.91	100.0	0.0002347837753231072	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	True
SPA0029_000000024679	1111	0.5345474710765139	4	2	0	1	1	True	7354	fragment	False	SPA0029_000000024679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	79.241	40.0	0.00013458314001433747	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0183_000000028676	1105	0.5345474710765139	2	2	0	1	1	True	124578	fragment	False	SPA0018_000000015131	0.0835002026875702		0	0	False	False	1.0	0					non-mobilizable	chromosome	1136.0	82.65799999999999	100.0	0.000395010358478929	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
MON0024_000000048730	1046	0.5345474710765139	3	2	0	1	1	True	12849	fragment	False	MON0024_000000048730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	79.931	55.0	0.00017492797393362433	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
USA0125_01_000000000302	42896	0.5345471684981461	40	18	5	11	13	False	73461	maximal	True	USA0125_01_000000000302	1.0		100	11	False	False	0.9999533891677856	0					non-mobilizable	no_good_hit	29442.0	97.81299999999999	85.0	0.31156007577601624	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	True	False
SPA0112_000000016839	1991	0.5345458599261754	3	3	3	3	1	False	107153	maximal	True	SPA0112_000000016839	1.0		405	13	False	False	0.9949774146080017	0					non-mobilizable	other	1991.0	98.64399999999999	100.0	0.0020318002260505375	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
ENG0028_000000009736	1821	0.534543713379517	2	1	1	1	1	False	69888	fragment	False	ENG0028_000000009736	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1821.0	99.945	100.0	0.00031767725561760736	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CHI0124_000000005430	2839	0.5345383832936521	3	2	2	1	1	False	81684	fragment	False	CHI0124_000000005430	1.0		0	0	False	False	0.9852060675621033	0					non-mobilizable	no_good_hit								True	False
CAN0013_000000018849	1244	0.5345307939562146	2	1	1	1	1	False	93787	maximal	True	CAN0013_000000018849	1.0		1	1	False	False	0.9638263583183289	0					non-mobilizable	no_good_hit	95.0	82.105	8.0	3.080338168699635e-05	NZ_CP014228.1	high GC Gram+	Actinomyces radicidentis strain CCUG 36733 chromosome, complete genome	True	False
ISR0187_000000015984	1780	0.5345222627467227	2	2	0	0	2	False	29291	maximal	True	ISR0187_000000015984	1.0		1	1	False	False	0.9960674047470093	0	rep_cluster_1953				non-mobilizable	plasmid	806.0	95.65799999999999	99.0	0.022302875824236717	CP012010.1	firmicutes	Leuconostoc mesenteroides subsp. dextranicum strain DSM 20484 plasmid pDSM20484, complete sequence	False	True
ISR0282_000000022517	1157	0.534521973876656	2	2	1	2	2	False	26126	fragment	False	ISR0282_000000022517	1.0		0	0	False	False	0.9939498901367188	0					non-mobilizable	other	1157.0	95.506	100.0	0.004483174521917527	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0037_000000006250	4286	0.5345213605842882	4	3	3	3	3	False	83116	fragment	False	FIJ0037_000000006250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1729.0	88.375	49.0	0.02839729863284467	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
CHI0162_000000008276	3497	0.5345195402967755	3	2	2	2	2	False	78582	maximal	True	CHI0162_000000008276	1.0		37	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0016_000000014236	1990	0.5345181854915808	2	2	2	2	1	True	100326	fragment	False	AUS0016_000000014236	1.0		0	0	False	False	0.9989949464797974	0					non-mobilizable	other	1997.0	93.24	100.0	0.00037654536945745665	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	True
ISR0106_000000012334	2053	0.5345171509001125	2	2	2	2	2	False	34893	maximal	True	ISR0106_000000012334	0.986372646184341		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.078438055740898e-07	AP022685.1	bony fishes	Epinephelus fuscoguttatus DNA, LG11, complete sequence	True	False
FIJ0130_000000011737	1749	0.5345156959059968	2	2	2	2	2	False	40878	fragment	False	FIJ0130_000000011737	1.0		0	0	False	False	0.9988564848899841	0					non-mobilizable	other	1714.0	97.43299999999999	98.0	0.0011552818908046171	NZ_FNWH01000006.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	False	False
ISR0820_000000001627	9186	0.5345131296312471	11	6	6	6	5	True	21295	maximal	True	ISR0820_000000001627	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	289.0	78.893	3.0	0.0030670899107755663	NZ_HG529431.1	firmicutes	[Clostridium] dakarense strain 1, whole genome shotgun sequence	True	True
SPA0065_000000010969	1887	0.53450999435467	2	2	2	2	2	True	110724	fragment	False	SPA0065_000000010969	0.9805125467164977		0	0	False	False	0.9798622131347656	0					non-mobilizable	chromosome	1889.0	96.13600000000001	100.0	0.00093913022705352	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	True
ISR0364_000000003880	3866	0.5345099450893237	4	4	1	4	1	True	23683	maximal	True	ISR0364_000000003880	1.0		2	1	False	False	0.9997413158416748	0					non-mobilizable	no_good_hit	64.0	84.375	2.0	2.1682022471523418e-05	NZ_CP034791.1	firmicutes	Caldicellulosiruptor changbaiensis strain CBS-Z chromosome, complete genome	True	True
ISR0223_000000017207	1791	0.5345097321472162	2	2	2	2	2	False	27801	fragment	False	ISR0223_000000017207	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	99.051	100.0	0.013850844205085349	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0331_000000022059	1152	0.5345097218141506	2	2	2	1	1	False	24592	maximal	True	ISR0331_000000022059	1.0		25	6	False	False	0.9973958134651184	0					non-mobilizable	chromosome	793.0	96.21700000000001	100.0	0.00027833470099227023	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0034_000000002400	11685	0.5345090315176648	10	7	3	7	4	False	10519	fragment	False	SPA0034_000000002400	1.0		0	0	False	False	0.9998288154602051	0					non-mobilizable	no_good_hit	111.0	76.577	1.0	3.8274581850193284e-05	CP049872.1	g-proteobacteria	Thermomonas sp. HDW16 chromosome, complete genome	True	False
ISR0058_000000003341	6432	0.5345081240481739	7	3	3	3	3	False	35534	maximal	True	ISR0058_000000003341	1.0		1	1	False	False	0.99642413854599	0					non-mobilizable	no_good_hit	46.0	100.0	1.0	0.0006883786388459715	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	True	False
CHI0074_000000007302	1904	0.5345015491905113	2	2	0	1	1	True	84738	maximal	True	CHI0074_000000007302	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1904.0	100.0	100.0	0.0033319267921581536	NZ_PKIB01000001.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.1, whole genome shotgun sequence	False	True
ISR0060_000000015740	1742	0.5344959429502341	2	2	1	2	0	True	35405	fragment	False	ISR0060_000000015740	1.0		0	0	False	False	0.9936854243278503	0					non-mobilizable	no_good_hit	1300.0	76.846	72.0	0.4095299420476497	HG796358.1	bacteria	Uncultured bacterium plasmid pRGI00710	True	True
MON0108_000000018223	1187	0.5344938084000129	1	1	1	1	0	True	8522	maximal	True	MON0108_000000018223	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	100.0	58.0	0.00021434673399663642	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0044_000000008174	2013	0.534492998106565	3	2	2	2	2	False	122992	maximal	True	ENG0044_000000008174	1.0		46	8	False	False	0.992548406124115	0					non-mobilizable	no_good_hit	914.0	71.77199999999999	45.0	0.00020544049980544376	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0034_000000013047	2130	0.5344919403246372	2	1	1	1	1	False	12243	maximal	True	MON0034_000000013047	1.0		254	15	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0041_000000002177	11778	0.5344916322239592	12	11	8	8	7	False	11838	maximal	True	MON0041_000000002177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	189.0	74.60300000000001	2.0	0.0003560483230315409	NZ_FQUT01000003.1	CFB group bacteria	Chryseobacterium arachidis strain DSM 27619, whole genome shotgun sequence	True	False
SPA0157_000000001720	3508	0.5344915946425011	5	4	2	4	2	False	60018	fragment	False	SPA0157_000000001720	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	82.53200000000001	48.0	0.00021193470653633415	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	False
MON0104_000000016500	2730	0.5344854663499083	2	2	2	2	1	False	9277	maximal	False	MON0096_000000012403	0.9423282306870773		0	0	False	False	0.995604395866394	0					non-mobilizable	no_good_hit	1590.0	73.145	58.0	0.029514898085469445	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	False
ENG0082_000000007312	2717	0.5344833838493577	3	3	2	3	3	False	61634	maximal	True	ENG0082_000000007312	1.0		1	1	False	False	0.9955833554267883	0					non-mobilizable	no_good_hit	293.0	73.37899999999999	11.0	0.00018470074951307624	CP050963.1	e-proteobacteria	Campylobacter ureolyticus strain FDAARGOS_673 chromosome	True	False
MAD0082_000000006331	1230	0.5344714206565526	2	2	2	2	2	False	16123	maximal	True	MAD0082_000000006331	1.0		26	5	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	1.378633756158824e-05	CP051518.1	firmicutes	Lactococcus lactis subsp. cremoris strain F chromosome, complete genome	True	False
ISR0170_000000031275	1505	0.5344697642091768	3	3	3	2	1	False	75314	fragment	False	ISR0164_000000017815	0.9656895285474271		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	79.219	99.0	0.0006275164057604077	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0376_000000019762	1261	0.5344697642091768	3	3	3	2	1	False	75314	fragment	False	ISR0164_000000017815	0.40507956413484675		0	0	False	False	0.9960349202156067	0					non-mobilizable	chromosome	1255.0	74.422	99.0	0.0004167035517750797	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0053_000000006006	5299	0.534468422441274	9	8	3	4	5	False	76035	maximal	True	SPA0053_000000006006	0.9964754258860388		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	3509.0	99.345	75.0	0.0006794250607521825	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
MAD0059_000000011150	1738	0.534468176957357	2	2	2	2	2	False	46118	fragment	False	MAD0051_000000016332	0.9545709478407178		0	0	False	False	0.9982738494873047	0					non-mobilizable	other	1572.0	83.397	91.0	0.0208252472663517	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
DEN0025_000000002472	1130	0.5344676731743149	3	1	1	1	1	False	84571	fragment	False	MAD0062_000000012232	0.8096978018604295		0	0	False	False	1.0	0					non-mobilizable	chromosome	1130.0	98.85	100.0	0.00030063522863349153	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0063_000000038137	1334	0.5344670238657344	2	2	2	1	1	False	71410	fragment	False	SPA0114_000000034758	0.965635469450565		0	0	False	False	0.995502233505249	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	0.00016694026320914832	NZ_PJZH01000004.1	enterobacteria	Chimaeribacter coloradensis strain 2016-Iso4 NODE_4_length_251660_cov_30.8292_ID_5209, whole genome shotgun sequence	True	False
MAD0102_000000018984	1199	0.5344665704178192	1	1	1	1	1	False	14959	maximal	True	MAD0102_000000018984	1.0		7	3	False	False	0.9974979162216187	0					non-mobilizable	no_good_hit	113.0	78.76100000000001	9.0	0.00317497305642131	NZ_BJUY01000023.1	firmicutes	Alkalibacterium kapii strain NBRC 103247 sequence23, whole genome shotgun sequence	True	False
ISR0069_000000012832	1930	0.5344659254387281	2	2	2	2	1	False	34953	fragment	False	ISR0069_000000012832	1.0		0	0	False	False	0.9984455704689026	0					non-mobilizable	no_good_hit	1307.0	69.931	66.0	0.27747669629308475	NZ_NSKI01000044.1	bacteria	Inordinaticella fortuita strain 4B NODE_46_length_4613_cov_453.385, whole genome shotgun sequence	True	False
ISR0388_000000031437	1117	0.5344625017093333	3	1	1	1	1	True	111684	fragment	False	FIJ0053_000000008919	0.08319208078235837		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	95.70299999999999	100.0	0.001311974945510718	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
SPA0030_000000007963	3838	0.5344589143503021	3	2	2	2	2	False	111981	fragment	False	SPA0158_000000003819	0.9529309488325881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	77.928	38.0	0.007307128687209036	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
SPA0076_000000012343	1398	0.5344583139444159	2	2	2	2	2	False	60034	fragment	False	ISR0024_000000018406	0.6437735849056604		0	0	False	False	0.9935622215270996	0					non-mobilizable	other	1263.0	98.73299999999999	90.0	0.006598604926190863	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0085_000000005172	6942	0.5344565152930526	5	5	5	5	4	True	69012	maximal	True	DEN0085_000000005172	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	92.21799999999999	20.0	0.998546511627907	NZ_RCXZ01000108.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0108, whole genome shotgun sequence	True	True
MON0018_000000012922	1577	0.5344500019776882	1	1	1	1	1	False	13269	maximal	True	MON0018_000000012922	1.0		71	8	False	False	0.9543436765670776	0					non-mobilizable	chromosome	1544.0	92.681	97.0	0.0006220395636525582	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ITA0003_000000005555	1253	0.5344498171705214	3	2	1	1	1	False	20409	fragment	False	ITA0003_000000005555	1.0		0	0	False	False	0.994413435459137	0					non-mobilizable	other	1247.0	99.118	99.0	0.00024132372454310698	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0102_000000003155	11549	0.534448907425031	12	9	8	8	9	False	83974	maximal	True	MON0102_000000003155	1.0		0	0	False	False	0.999393880367279	0					non-mobilizable	chromosome	5522.0	99.602	99.0	0.0012570076297016262	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
SPA0040_000000008180	4502	0.5344486536932791	5	4	4	4	4	False	23020	maximal	True	SPA0040_000000008180	1.0		34	4	True	True	0.999555766582489	15					non-mobilizable	chromosome	4502.0	100.0	100.0	0.0024800305471880772	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
AST0087_000000016224	2268	0.5344449660239159	4	3	3	3	2	True	110919	maximal	True	AST0087_000000016224	1.0		2	2	False	False	0.9819223880767822	0					non-mobilizable	no_good_hit	530.0	70.943	23.0	0.00023146700863478363	CP049860.1	firmicutes	Erysipelothrix sp. HDW6B chromosome, complete genome	True	True
FIJ0120_000000019081	1330	0.5344443488315506	2	2	1	2	1	False	41524	maximal	True	FIJ0120_000000019081	1.0		10	4	False	False	0.9684210419654846	0					non-mobilizable	no_good_hit								True	False
ISR0848_000000000639	14553	0.5344422050734406	19	16	5	7	16	True	123781	fragment	False	ISR0848_000000000639	1.0		0	0	False	False	0.999931275844574	0					non-mobilizable	chromosome	14494.0	99.986	100.0	0.004430636327671421	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ISR0038_000000003835	6886	0.5344396770752878	8	4	3	3	1	True	118427	maximal	False	SPA0118_000000003691	0.9446718605572428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	100.0	1.0	0.0006604485658831141	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0026_000000005223	2083	0.5344385441115721	4	4	3	4	2	False	88899	maximal	False	ISR0223_000000013662	0.9504410679303442		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	85.329	65.0	0.0004170949653250112	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0048_000000018144	1828	0.534438253903492	2	1	1	1	1	False	52564	maximal	False	ISR0385_000000012841	0.9763979184144913		0	0	False	False	0.9994529485702515	0					non-mobilizable	no_good_hit	818.0	87.286	45.0	0.001796883934933887	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0385_000000012841	1793	0.534438253903492	2	1	1	1	1	False	52564	maximal	True	ISR0385_000000012841	0.9768405993806643		29	7	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	87.164	46.0	0.001796883934933887	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0332_000000008102	1776	0.534438253903492	2	1	1	1	1	False	52564	maximal	False	ISR0385_000000012841	0.9713712588648055		0	0	False	False	0.997184693813324	0					non-mobilizable	no_good_hit	818.0	87.164	46.0	0.001796883934933887	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0085_000000017690	1763	0.534438253903492	2	1	1	1	1	False	52564	maximal	False	ISR0385_000000012841	0.971515693212374		0	0	False	False	0.9982983469963074	0					non-mobilizable	no_good_hit	818.0	87.164	46.0	0.001796883934933887	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0276_000000005780	1760	0.534438253903492	3	1	1	1	1	False	52564	maximal	False	ISR0385_000000012841	0.969096061371568		0	0	False	False	0.9994317889213562	0					non-mobilizable	no_good_hit	818.0	87.042	46.0	0.001796883934933887	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0125_01_000000013763	1716	0.534438253903492	2	1	1	1	1	False	52564	maximal	False	ISR0385_000000012841	0.9490144381656316		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	87.042	48.0	0.001796883934933887	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0001_000000011901	1706	0.534438253903492	3	1	1	1	1	False	52564	maximal	False	ISR0385_000000012841	0.791498872016212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	87.042	48.0	0.001796883934933887	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0068_000000029321	1440	0.534438253903492	3	1	1	1	1	False	10546	fragment	False	MON0068_000000029321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	818.0	87.40799999999999	57.0	0.001796883934933887	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0829_000000001963	6403	0.5344354301841447	7	5	5	5	4	False	91650	maximal	True	ISR0829_000000001963	1.0		57	10	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	73.016	14.0	0.00024745325787769014	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0166_000000009508	2517	0.5344308486057424	3	2	2	2	2	False	39018	maximal	True	FIJ0166_000000009508	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	87.35600000000001	3.0	8.87784090909091e-05	NZ_GG668534.1	firmicutes	Oribacterium sinus F0268 SCAFFOLD2, whole genome shotgun sequence	True	False
CHI0187_000000012693	1213	0.5344295791402772	1	1	1	1	1	False	77050	fragment	False	CHI0187_000000012693	1.0		0	0	False	False	0.9620774984359741	0					non-mobilizable	no_good_hit	917.0	88.87700000000001	76.0	0.013613437876601252	NZ_WNCH01000011.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold11_size67213, whole genome shotgun sequence	True	False
MAD0109_000000004967	2834	0.5344287150917112	2	2	2	2	2	False	14596	maximal	True	MAD0109_000000004967	1.0		2	2	False	False	0.9915314316749573	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000031018	1145	0.5344275545813032	2	2	2	2	2	False	41280	maximal	True	FIJ0123_000000031018	1.0		267	13	False	False	0.9860262274742126	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	4.6317089602515156e-05	NZ_LT727809.1	firmicutes	Oceanobacillus sojae strain SK-2, whole genome shotgun sequence	True	False
SPA0046_000000011974	2524	0.5344268305237588	4	2	1	2	1	True	6733	maximal	True	SPA0046_000000011974	1.0		3	1	False	False	1.0	0					non-mobilizable	other	1108.0	98.82700000000001	93.0	0.050798458149779735	NZ_NFHU01000018.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_18, whole genome shotgun sequence	False	True
FIJ0131_000000007318	2523	0.5344264574751679	4	4	4	4	3	False	87761	fragment	False	FIJ0131_000000007318	1.0		0	0	False	False	0.9861276149749756	0					non-mobilizable	other	2524.0	97.9	100.0	0.00045678450873840357	CP010523.2	enterobacteria	Klebsiella variicola strain DSM 15968, complete genome	False	False
ISR0210_000000013737	1387	0.5344225650287359	3	3	2	2	2	False	78931	fragment	False	SPA0137_000000022025	0.5082380875861283		0	0	False	False	1.0	0					non-mobilizable	chromosome	1388.0	96.61399999999999	100.0	0.000617615335424479	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
AST0116_000000017282	1562	0.5344197278550146	2	2	2	2	2	False	106185	maximal	True	AST0116_000000017282	1.0		4	2	False	False	0.9852752685546875	0					non-mobilizable	no_good_hit	257.0	72.763	16.0	0.002185228201488364	NZ_AEWH01000042.1	firmicutes	Ornithinibacillus scapharcae TW25 contig00096, whole genome shotgun sequence	True	False
SPA0026_000000026273	1310	0.5344166144465313	2	2	2	2	1	False	7508	maximal	True	SPA0026_000000026273	1.0		665	14	False	False	1.0	0					non-mobilizable	other	1310.0	99.16	100.0	0.12889239258967283	NZ_CYZN01000050.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0145_000000023048	1511	0.5344157140314111	2	2	2	2	1	False	76225	maximal	False	SPA0077_000000018623	0.9910685799979888		0	0	False	False	0.9947054982185364	0					non-mobilizable	other	1511.0	100.0	100.0	0.01849424963562654	NZ_NFIG01000018.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_18, whole genome shotgun sequence	False	False
DEN0066_000000024388	1507	0.5344157140314111	2	2	2	2	1	False	76225	maximal	False	SPA0077_000000018623	0.9899927474582771		0	0	False	False	0.9953550100326538	0					non-mobilizable	other	1505.0	100.0	99.0	0.018420762550981663	NZ_NFIG01000018.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_18, whole genome shotgun sequence	False	False
DEN0041_000000022762	1495	0.5344157140314111	2	2	2	2	1	False	76225	maximal	False	SPA0077_000000018623	0.9849775827069454		0	0	False	False	0.9993311166763306	0					non-mobilizable	other	1495.0	100.0	100.0	0.01829828407657354	NZ_NFIG01000018.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_18, whole genome shotgun sequence	False	False
ENG0126_000000012398	1465	0.5344157140314111	2	2	2	2	1	False	76225	maximal	False	SPA0077_000000018623	0.9640512528545125		0	0	False	False	0.9815699458122253	0					non-mobilizable	other	1465.0	100.0	100.0	0.017930848653349173	NZ_NFIG01000018.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_18, whole genome shotgun sequence	False	False
ENG0189_000000006665	2342	0.5344142581355622	6	2	1	2	1	True	70569	maximal	True	ENG0189_000000006665	1.0		84	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0136_000000009548	2807	0.5344130310947336	5	1	1	1	1	False	49646	fragment	False	ISR0838_000000008115	0.6347732952516959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0838_000000008115	2801	0.5344130310947336	5	1	1	1	1	False	49646	fragment	False	ISR0838_000000008115	0.9481422615120175		0	0	False	False	0.9975008964538574	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000018516	2657	0.5344130310947336	5	1	1	1	1	False	49646	fragment	False	ISR0838_000000008115	0.6312031417350946		0	0	False	False	0.9977418184280396	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000017029	2357	0.5344130310947336	5	1	1	1	1	False	47957	fragment	False	FIJ0036_000000017029	1.0		0	0	False	False	0.9953330755233765	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000019562	2014	0.5344130310947336	4	1	1	1	1	False	41864	maximal	True	FIJ0114_000000019562	1.0		2	1	False	False	0.9990069270133972	0					non-mobilizable	no_good_hit								True	False
MAD0056_000000010953	1297	0.5344130310947336	2	1	1	1	1	False	17037	fragment	False	MAD0056_000000010953	1.0		0	0	False	False	0.9992290139198303	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000000398	24734	0.5344095651728097	19	11	9	11	8	True	17922	maximal	True	MAD0045_000000000398	1.0		1	1	False	False	0.9999595880508423	0					non-mobilizable	no_good_hit	453.0	71.082	2.0	0.0001420771811887252	CP035457.1	g-proteobacteria	Photobacterium damselae subsp. damselae strain KC-Na-NB1 chromosome 1, complete sequence	True	True
ISR0814_000000016931	2360	0.5344085046480721	4	2	2	2	1	False	21537	maximal	True	ISR0814_000000016931	1.0		8	2	False	False	0.994915246963501	0					non-mobilizable	no_good_hit								True	False
ISR0396_000000016569	1401	0.534404828262545	3	2	2	2	2	False	22671	fragment	False	ISR0396_000000016569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	81.12	44.0	0.0003042799925598634	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0200_000000002368	7742	0.5344037694712129	14	8	6	6	6	False	81403	maximal	True	ISR0200_000000002368	1.0		1	1	False	False	0.9998708367347717	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	1.0	0.0002612745072926326	NZ_FOJY01000004.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ISR0386_000000007177	4953	0.5344036292274217	5	3	2	2	3	False	23007	maximal	True	ISR0386_000000007177	1.0		15	6	False	False	0.9983848333358765	0					non-mobilizable	no_good_hit	1660.0	99.88	60.0	0.08369066236190284	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0105_000000025651	1327	0.5344034980608896	2	2	1	2	1	False	95448	fragment	False	FIJ0105_000000025651	1.0		0	0	False	False	0.996985673904419	0					non-mobilizable	no_good_hit	537.0	99.069	40.0	0.00020830030063640406	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0058_000000047964	1135	0.5344031188650303	2	2	2	2	1	False	10967	maximal	True	MON0058_000000047964	1.0		9	3	False	False	0.9973568320274353	0					non-mobilizable	no_good_hit	654.0	82.26299999999999	57.0	0.00023053852879589124	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0142_000000027116	1277	0.5343926226750342	2	2	2	2	2	False	57652	fragment	False	ENG0142_000000027116	1.0		0	0	False	False	0.9992169141769409	0					non-mobilizable	no_good_hit	65.0	81.538	5.0	7.605168617452775e-05	NZ_LKBA01000004.1	a-proteobacteria	Aliiroseovarius crassostreae strain CV919-312 Joined_contig_5, whole genome shotgun sequence	True	False
ENG0066_000000012396	1656	0.5343918691907666	2	2	2	2	1	False	62759	maximal	True	ENG0066_000000012396	1.0		8	5	False	False	0.9897342920303345	0					non-mobilizable	no_good_hit	410.0	74.878	24.0	0.00010825921069633238	NZ_FNUC01000004.1	high GC Gram+	Jiangella alba strain DSM 45237, whole genome shotgun sequence	True	False
SPA0015_000000008595	2534	0.5343913979432132	4	3	2	2	3	False	7914	maximal	True	SPA0015_000000008595	1.0		16	5	False	False	1.0	0					non-mobilizable	chromosome	2534.0	97.632	100.0	0.0005666211595086658	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
MAD0068_000000021506	1344	0.534389679596337	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.5410207978058308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000028888	1221	0.534389679596337	1	1	1	1	1	False	99835	fragment	False	SPA0106_000000024458	0.4504513336015156		0	0	False	False	0.9991809725761414	0					non-mobilizable	no_good_hit								True	False
ISR0807_000000007132	1956	0.5343895730661685	3	3	3	2	2	False	21765	maximal	True	ISR0807_000000007132	1.0		36	7	False	False	0.9984662532806396	0					non-mobilizable	no_good_hit	509.0	71.709	26.0	0.00014466001661826044	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
FIJ0022_000000017354	1481	0.5343892392581566	1	1	1	1	1	False	49459	fragment	False	FIJ0022_000000017354	1.0		0	0	False	False	0.9972991347312927	0					non-mobilizable	other	1451.0	84.21799999999999	98.0	0.013217267396189189	NZ_JAAIOD010000012.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_12_length_109478_cov_283.605, whole genome shotgun sequence	False	False
MAD0054_000000017909	1107	0.5343850326980882	1	1	1	1	1	False	17119	fragment	False	MAD0054_000000017909	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	0.000358085436532672	NZ_NGKC01000013.1	firmicutes	Vagococcus acidifermentans strain LMG 24798, whole genome shotgun sequence	True	False
ISR0777_000000009767	1763	0.534384421188293	1	1	1	1	1	False	35073	fragment	False	ISR0394_000000009881	0.9647970395433549		0	0	False	False	0.99886554479599	0					non-mobilizable	other	1763.0	99.49	100.0	0.0029105637606730308	NZ_SPFU01000002.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_2_length_605381_cov_32.3905, whole genome shotgun sequence	False	False
ENG0173_000000010137	1713	0.534384421188293	1	1	1	1	1	False	55685	maximal	True	ENG0173_000000010137	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	77.74	17.0	0.00019522199239917695	NZ_HG726020.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
MON0101_000000038210	1700	0.534384421188293	1	1	1	1	1	False	35073	fragment	False	ISR0394_000000009881	0.7622551564729251		0	0	False	False	0.9599999785423279	0					non-mobilizable	chromosome	1700.0	99.471	100.0	0.00026140737793475555	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
DEN0023_000000000276	8226	0.5343834055626089	2	2	2	2	2	False	107511	maximal	True	DEN0023_000000000276	1.0		623	13	False	False	1.0	0					non-mobilizable	chromosome	8043.0	95.412	98.0	0.002282921889710923	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0310_000000001034	11936	0.5343773377642926	11	10	8	9	10	False	101322	fragment	False	FIJ0093_000000001367	0.6568785671323734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	79.277	12.0	0.008753909083704683	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0110_000000019103	1226	0.5343770980743868	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.10981079887547332		0	0	False	False	0.9796084761619568	0					non-mobilizable	chromosome	1229.0	89.91	100.0	0.0004109814513064397	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0108_000000008519	2540	0.5343760439428862	2	2	1	2	0	True	8535	fragment	False	MON0108_000000008519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0027_000000008706	4052	0.5343746858248289	5	5	5	4	4	False	7490	maximal	True	SPA0027_000000008706	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	93.37799999999999	33.0	0.00040034777563202406	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0306_000000001719	4805	0.5343738811790796	5	4	2	2	3	False	129792	fragment	False	ISR0306_000000001719	1.0		0	0	False	False	0.9960457682609558	0					non-mobilizable	no_good_hit								True	False
CHI0024_000000005657	2229	0.5343729634963821	6	3	1	2	1	False	89031	fragment	False	CHI0024_000000005657	1.0		0	0	False	False	0.9991027116775513	0					non-mobilizable	no_good_hit	164.0	96.95100000000001	7.0	0.0004933278925154241	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
AST0005_000000023153	1165	0.5343721687290252	3	1	1	1	1	False	127751	fragment	False	AST0005_000000023153	0.9701159678858162		0	0	False	False	0.9896995425224304	0					non-mobilizable	other	1165.0	99.056	100.0	0.022259619062189245	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0361_000000003964	3065	0.5343710528369654	2	2	1	2	1	True	23766	maximal	True	ISR0361_000000003964	1.0		6	3	False	False	0.9986949563026428	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.602020046932479e-05	NZ_FRBM01000004.1	CFB group bacteria	Chryseobacterium contaminans strain DSM 27621, whole genome shotgun sequence	True	True
ENG0059_000000004914	2543	0.5343706617328347	4	2	2	2	1	True	63383	maximal	True	ENG0059_000000004914	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	1645.0	98.116	100.0	0.017179940016511134	MH830362.1	firmicutes	Enterococcus faecalis plasmid p4, complete sequence	False	True
ISR0261_000000004218	4024	0.5343699993456833	4	4	4	4	4	False	29956	maximal	True	ISR0261_000000004218	1.0		38	8	False	False	0.9935387969017029	0					non-mobilizable	other	4035.0	87.881	100.0	0.0014624571240764313	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0027_000000007196	2405	0.5343685663911921	6	5	2	2	5	False	111970	fragment	False	CHI0027_000000007196	0.9711789167897246		0	0	False	False	0.9887734055519104	0					non-mobilizable	other	2405.0	98.711	100.0	0.008058325651554513	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
ISR0213_000000005887	3977	0.534366270291847	6	4	2	4	1	True	42690	fragment	False	ISR0213_000000005887	0.9730900498818588		0	0	False	False	0.99949711561203	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	0.0010411846367422489	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ETH0005_000000004261	10966	0.5343660519801129	12	9	5	9	1	True	52815	maximal	True	ETH0005_000000004261	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0020_000000013317	1829	0.5343595784804736	3	3	2	3	2	False	65691	fragment	False	ENG0031_000000011203	0.9782793307463094		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	99.56299999999999	100.0	0.0005537133782059263	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
CAN0004_000000006909	3715	0.5343580765301269	6	5	4	4	5	False	96258	maximal	True	CAN0004_000000006909	1.0		46	8	False	False	0.9997308254241943	0					non-mobilizable	no_good_hit	3204.0	96.91	86.0	0.06616811618154399	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	True	False
DEN0071_000000031641	1382	0.5343576822543362	2	2	2	2	2	False	70391	maximal	True	DEN0071_000000031641	1.0		148	11	False	False	0.97467440366745	0					non-mobilizable	no_good_hit	538.0	77.32300000000001	39.0	0.0010076069617165856	NZ_FORW01000002.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	False
MON0012_000000001241	13832	0.5343441692982746	12	5	1	5	1	True	13615	maximal	True	MON0012_000000001241	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.612419994433311e-06	CP033917.1	CFB group bacteria	Chryseobacterium sp. G0201 chromosome, complete genome	True	True
SPA0035_000000016440	1273	0.5343439896538476	2	2	2	2	2	False	116769	fragment	False	SPA0035_000000016440	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	99.686	100.0	0.00021284624118056037	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0070_000000006599	3071	0.5343389409244742	3	3	2	3	2	False	131182	maximal	True	ISR0070_000000006599	1.0		8	2	False	False	0.9957668781280518	0					non-mobilizable	no_good_hit	1083.0	86.51899999999999	43.0	0.007423721603578755	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	True	False
ENG0141_000000004766	5519	0.5343385309035998	9	7	3	6	3	True	123550	maximal	False	AST0025_000000005696	0.9993205290813553		0	0	True	True	1.0	1		MOBV			mobilizable	no_good_hit	4631.0	99.568	84.0	0.9201112877583466	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
AST0025_000000005696	5519	0.5343385309035998	9	7	3	6	3	True	123550	maximal	True	AST0025_000000005696	0.9993205290813553		37	6	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4631.0	99.568	84.0	0.9201112877583466	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0035_000000004069	5519	0.5343385309035998	8	7	3	6	3	True	123550	maximal	False	AST0025_000000005696	0.9992299329588693		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4631.0	99.54700000000001	84.0	0.9201112877583466	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0178_000000003418	5519	0.5343385309035998	9	7	3	6	3	True	123550	maximal	False	AST0025_000000005696	0.9985957601014677		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4631.0	99.395	84.0	0.9201112877583466	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ISR0799_000000010202	1588	0.5343357701676292	2	2	2	2	2	False	24738	maximal	False	ISR0328_000000017373	0.9686379928315412		0	0	False	False	0.988035261631012	0					non-mobilizable	other	1588.0	99.43299999999999	100.0	0.022911343063796615	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
AUS0016_000000007465	3549	0.5343351831039231	7	7	5	7	4	False	100598	maximal	True	AUS0016_000000007465	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	74.584	36.0	0.0004403793922832346	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
DEN0076_000000000100	15110	0.5343304150183462	16	11	9	8	8	False	70019	maximal	True	DEN0076_000000000100	1.0		79	9	False	False	1.0	0					non-mobilizable	no_good_hit	13419.0	99.605	89.0	0.021967297937209158	NZ_CYXL01000002.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	False
USA0089_01_000000001889	4698	0.5343275819786616	11	8	3	4	7	False	410	maximal	True	USA0089_01_000000001889	1.0		23	5	False	False	0.9997871518135071	0					non-mobilizable	no_good_hit	1104.0	96.83	23.0	0.009681018351767094	NZ_CYZO01000006.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0211_000000015026	1523	0.5343204149409776	2	2	2	2	2	False	28398	maximal	True	ISR0211_000000015026	1.0		24	3	False	False	0.9973735809326172	0					non-mobilizable	no_good_hit	953.0	98.321	69.0	0.00034536794760285227	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
USA0116_01_000000002606	10316	0.5343186891478064	9	7	5	5	6	True	121804	maximal	True	USA0116_01_000000002606	1.0		16	8	False	False	1.0	0					non-mobilizable	no_good_hit	5720.0	80.524	55.0	0.0020268404543637617	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
ISR0180_000000012360	1888	0.5343168938876632	3	2	2	2	2	False	37342	fragment	False	ISR0180_000000012360	1.0		0	0	False	False	0.9984109997749329	0					non-mobilizable	no_good_hit	54.0	87.037	3.0	2.9254097781545852e-05	NZ_VYSA01000001.1	high GC Gram+	Microbacterium rhizomatis strain JCM 30598 Scaffold1, whole genome shotgun sequence	True	False
FIJ0004_000000007192	3697	0.534314181777931	4	4	2	4	3	False	52080	fragment	False	FIJ0004_000000007192	1.0		0	0	False	False	0.997295081615448	0					non-mobilizable	no_good_hit	1025.0	88.098	80.0	0.00032940932267061355	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0150_000000002583	3364	0.5343092337305195	6	5	4	3	2	True	129446	fragment	False	ISR0232_000000006817	0.5989397271358495		0	0	False	False	0.9958382844924927	0					non-mobilizable	other	3364.0	99.97	100.0	0.0010462236087528131	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0137_000000004214	3319	0.5343092337305195	6	5	4	3	2	True	129446	fragment	False	ISR0232_000000006817	0.5946391655356368		0	0	False	False	0.9990960955619812	0					non-mobilizable	other	3320.0	99.006	100.0	0.0010325352832145664	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0774_000000007645	3171	0.5343092337305195	6	5	4	3	2	True	129446	fragment	False	ISR0232_000000006817	0.5891340287707265		0	0	False	False	0.9996846318244934	0					non-mobilizable	other	3172.0	98.834	100.0	0.0009864927336768272	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0193_000000009623	2847	0.5343092337305195	6	5	4	3	2	True	129446	fragment	False	ISR0232_000000006817	0.3891510142939336		0	0	False	False	0.9863013625144958	0					non-mobilizable	other	2847.0	99.61399999999999	100.0	0.000885385783678414	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0085_000000002571	7437	0.5343078804535424	12	8	2	6	2	False	34012	maximal	True	ISR0085_000000002571	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00011988097531736348	NZ_SAXA01000007.1	CFB group bacteria	Ancylomarina salipaludis strain SHSM-M15, whole genome shotgun sequence	True	False
FIJ0058_000000020295	1988	0.5343073106331294	2	2	2	1	1	False	46011	maximal	True	FIJ0058_000000020295	1.0		4	1	False	False	0.9984909296035767	0					non-mobilizable	no_good_hit	1514.0	80.251	75.0	0.0032071018062397373	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
FIJ0002_000000014141	2510	0.5343058934297449	3	3	2	2	2	False	52411	maximal	True	FIJ0002_000000014141	1.0		128	8	False	False	1.0	0					non-mobilizable	chromosome	1855.0	92.93799999999999	99.0	0.0008168296940994872	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0028_000000015774	1922	0.5343031829977917	2	2	2	2	2	False	48931	maximal	True	FIJ0028_000000015774	1.0		59	9	False	False	0.9973985552787781	0					non-mobilizable	other	1166.0	87.90700000000001	96.0	0.01643523463647369	NZ_CABIYV010000014.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0004_000000017324	1510	0.5343031667713428	5	3	2	1	2	False	51982	maximal	True	FIJ0004_000000017324	1.0		109	12	False	False	0.9940397143363953	0					non-mobilizable	no_good_hit	554.0	87.906	37.0	0.00016649771012959422	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ETH0003_000000003354	7809	0.5342975505276828	11	4	3	2	2	False	53273	fragment	False	ETH0003_000000003354	1.0		0	0	False	False	0.9973108172416687	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000023637	1918	0.5342968081054753	2	2	2	2	2	False	95627	maximal	True	CAN0006_000000023637	1.0		3	3	False	False	0.9911366105079651	0					non-mobilizable	chromosome	1252.0	96.805	99.0	0.00043605076732386824	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0004_000000006736	4783	0.5342942852425251	2	1	1	1	1	False	25125	fragment	False	MON0004_000000006736	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	4783.0	99.854	100.0	0.038794152483247614	AP022299.1	enterobacteria	Escherichia coli plasmid pBEC1-S17-ESBL-09_1 DNA, complete genome, strain: BEC1-S17-ESBL-09	False	True
MON0046_000000005689	4966	0.5342933795952252	4	4	4	4	3	False	119450	maximal	False	AST0029_000000005806	0.9605557627750839		0	0	False	False	1.0	0					non-mobilizable	other	3835.0	98.67	100.0	0.027533609100310236	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
TAN0006_000000003597	3041	0.5342916709301612	4	4	3	3	3	False	72060	maximal	True	TAN0006_000000003597	1.0		227	12	False	False	0.99605393409729	0					non-mobilizable	other	2964.0	100.0	97.0	0.0007945851289491257	NZ_LT896588.1	CFB group bacteria	Parabacteroides bouchesdurhonensis strain Marseille-P3763, whole genome shotgun sequence	False	False
MON0080_000000046786	1245	0.5342862470737251	2	1	1	1	1	False	39778	maximal	True	MON0080_000000046786	0.943502824858757		489	15	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0034_000000014183	1191	0.5342845294829298	2	2	2	2	2	False	120740	maximal	False	AST0024_000000027103	0.1668593727417257		0	0	False	False	0.963895857334137	0					non-mobilizable	other	1145.0	96.681	96.0	0.0078327730344464	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0119_000000010945	2888	0.5342811417560596	4	4	4	4	3	False	115077	fragment	False	ISR0018_000000007133	0.9627669629081725		0	0	False	False	0.9927285313606262	0					non-mobilizable	no_good_hit	922.0	74.187	30.0	0.0011172545612942754	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0035_000000022266	1560	0.5342783724457298	3	2	1	1	2	True	73416	maximal	True	DEN0035_000000022266	1.0		1	1	False	False	0.9993589520454407	0					non-mobilizable	no_good_hit	847.0	99.764	54.0	0.00017174062780334602	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	True
USA0040_01_000000008038	1894	0.5342781371894919	2	2	2	2	2	False	1301	maximal	True	USA0040_01_000000008038	1.0		202	13	False	False	0.9894403219223022	0					non-mobilizable	other	1894.0	99.26100000000001	100.0	0.0009984387856283889	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
CHI0154_000000017408	1881	0.5342776719082403	2	1	1	1	1	False	79158	maximal	True	CHI0154_000000017408	1.0		11	7	False	False	0.9920254945755005	0					non-mobilizable	other	1737.0	99.539	92.0	0.008649295002740273	NZ_RBXN01000008.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_108, whole genome shotgun sequence	False	False
USA0012_01_000000002401	2166	0.5342772252169621	6	3	1	2	3	True	108958	fragment	False	USA0012_01_000000002401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	91.37799999999999	85.0	0.02551012491271627	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
MAD0104_000000004567	2375	0.5342756716820228	5	4	2	4	2	False	63727	maximal	True	MAD0104_000000004567	1.0		3	1	False	False	0.9806315898895264	0					non-mobilizable	no_good_hit	1648.0	76.396	68.0	0.1074061773497177	NZ_CABDWS010000071.1	firmicutes	Haloimpatiens lingqiaonensis strain P8956, whole genome shotgun sequence	True	False
SPA0096_000000018696	2144	0.5342730707576491	3	2	2	2	2	False	116052	fragment	False	SPA0096_000000018696	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2043.0	77.533	94.0	0.0022747828925445608	NZ_CABIYM010000002.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	False	False
ENG0065_000000017670	1518	0.5342710590161438	2	2	2	2	2	False	62827	fragment	False	ENG0065_000000017670	1.0		0	0	False	False	0.9993412494659424	0					non-mobilizable	other	1518.0	99.802	100.0	0.0004870315411514363	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0116_000000005635	4611	0.534269070310762	6	6	6	5	4	False	106271	maximal	True	AST0116_000000005635	1.0		38	4	False	False	1.0	0					non-mobilizable	chromosome	2258.0	98.583	100.0	0.0009294882090487757	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0012_000000004885	4858	0.5342689957646164	6	4	3	3	2	True	115672	fragment	False	ISR0012_000000004885	0.9944396920444825		0	0	False	False	0.9995883107185364	0					non-mobilizable	other	4824.0	98.839	99.0	0.02811113895866969	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ENG0106_000000004391	4676	0.5342689957646164	6	4	3	3	2	True	115672	fragment	False	ISR0012_000000004885	0.9757101687937423		0	0	False	False	0.9991445541381836	0					non-mobilizable	other	4675.0	100.0	99.0	0.027242683701601104	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
FIJ0168_000000007792	2654	0.5342657368378212	6	3	3	3	2	False	38922	maximal	True	FIJ0168_000000007792	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	1.0215156738811212e-05	CP060287.1	firmicutes	Sporosarcina sp. resist chromosome, complete genome	True	False
ISR0772_000000004666	1289	0.5342621284308658	3	2	2	1	1	True	113030	fragment	False	AST0058_000000010126	0.9604212055192447		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	97.36200000000001	100.0	0.020690430675812437	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	False	True
MAD0039_000000001670	6304	0.5342605441828617	7	5	4	4	1	False	18512	maximal	True	MAD0039_000000001670	1.0		1	1	False	False	0.9992068409919739	0					non-mobilizable	no_good_hit								True	False
CHI0010_000000001914	4463	0.5342571112050581	4	4	4	4	1	True	90393	fragment	False	ISR0171_000000005481	0.9676877832134432		0	0	False	False	0.9993277788162231	0					non-mobilizable	no_good_hit	256.0	97.266	11.0	0.0026626848216523263	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	True
MON0047_000000029240	1363	0.5342556197225731	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.573112415296981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	73.303	32.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
ISR0153_000000022272	1317	0.5342556197225731	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.5830438161923386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	73.529	33.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
ENG0136_000000004943	2344	0.5342522840509908	1	1	1	1	1	False	63031	maximal	True	ENG0136_000000004943	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	87.141	40.0	0.00027040034355355807	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0026_000000014503	2234	0.5342522840509908	1	1	1	1	1	False	67524	fragment	False	FIJ0026_000000014503	0.9289305301645339		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	87.454	21.0	7.270467835030847e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0011_000000028415	1592	0.5342522840509908	3	1	1	1	1	False	63026	fragment	False	FIJ0011_000000028415	0.9585131984257401		0	0	False	False	0.9924623370170593	0					non-mobilizable	no_good_hit	78.0	93.59	5.0	2.638979092088375e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0092_000000033405	1366	0.5342522840509908	1	1	1	1	1	False	63022	fragment	False	SPA0096_000000030403	0.9453571428571428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	4.0	0.0013725912369469265	NZ_QSBM01000032.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf32, whole genome shotgun sequence	True	False
MON0100_000000013808	3054	0.5342499930208003	2	2	2	2	2	True	9126	fragment	False	MON0100_000000013808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	7.542395562151773e-06	NZ_JACBZI010000001.1	high GC Gram+	Nocardioides marinus strain DSM 18248 Ga0104575_01, whole genome shotgun sequence	True	True
ISR0303_000000002997	3714	0.5342451861524059	4	4	4	3	3	False	99529	maximal	True	ISR0303_000000002997	1.0		6	3	False	False	0.9991922378540039	0					non-mobilizable	no_good_hit	520.0	97.885	21.0	0.00015626096122470055	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0187_000000003612	4920	0.5342449968546595	5	2	2	2	0	False	77101	maximal	True	CHI0187_000000003612	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	73.362	28.0	0.00041048504696033263	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0165_000000011553	1382	0.5342441154303894	3	1	1	1	1	False	68685	fragment	False	FIJ0165_000000011553	0.9362601706661052		0	0	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit								True	False
ISR0781_000000003202	7153	0.5342428430528214	8	8	8	7	6	False	22301	maximal	True	ISR0781_000000003202	1.0		12	8	False	False	0.9998602271080017	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.028861154446177848	LN852853.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0165	True	False
MON0092_000000048437	1154	0.5342421519363189	1	1	0	1	0	True	9415	maximal	True	MON0092_000000048437	1.0		0	0	False	False	0.9046793580055237	0					non-mobilizable	no_good_hit	96.0	92.708	8.0	2.8602680763673513e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0025_000000027429	1524	0.5342386206895966	2	2	1	2	2	True	12801	fragment	False	MON0025_000000027429	1.0		0	0	False	False	0.9678477644920349	0					non-mobilizable	plasmid	1481.0	100.0	97.0	0.010433850795933617	CP053733.1	enterobacteria	Escherichia coli strain CP55_Sichuan plasmid pCP55-141k, complete sequence	False	True
SPA0153_000000007088	2544	0.5342368755088758	3	3	3	3	3	False	85871	maximal	True	SPA0153_000000007088	1.0		12	4	False	False	0.9996069073677063	0					non-mobilizable	no_good_hit	267.0	72.65899999999999	12.0	5.900527213254467e-05	NC_011420.2	a-proteobacteria	Rhodospirillum centenum SW, complete sequence	True	False
ISR0213_000000016713	1617	0.534236783936778	4	2	1	2	1	False	28259	maximal	True	ISR0213_000000016713	1.0		6	3	False	False	0.9857761263847351	0					non-mobilizable	no_good_hit	1013.0	80.652	62.0	0.03566847206385405	NZ_JAAIPV010000048.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_48_length_28064_cov_115.968, whole genome shotgun sequence	True	False
ISR0089_000000006281	3849	0.5342364224700402	5	5	3	4	3	True	127722	fragment	False	SPA0051_000000006089	0.41625272546437325		0	0	False	True	1.0	0					non-mobilizable	chromosome	3852.0	90.654	100.0	0.0017336411556586238	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	False	True
ENG0185_000000009940	2080	0.5342348855320138	1	1	1	1	1	False	55051	fragment	False	ENG0185_000000009940	1.0		0	0	False	False	0.9908654093742371	0					non-mobilizable	other	2061.0	99.175	99.0	0.002103270585760858	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
AUS0024_000000018994	1701	0.5342324893241214	2	1	1	1	1	False	98872	maximal	True	AUS0024_000000018994	1.0		14	5	False	False	0.9870664477348328	0					non-mobilizable	chromosome	1673.0	96.65299999999999	98.0	0.00029027334304614793	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ISR0825_000000007016	3253	0.5342324783466081	3	2	2	2	2	False	106341	fragment	False	ISR0825_000000007016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	75.78399999999999	31.0	0.036938925680647536	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0247_000000005745	2342	0.5342324783466081	2	2	2	2	2	False	106332	fragment	False	ISR0247_000000005745	0.9740408751354007		0	0	False	False	0.9982920289039612	0					non-mobilizable	no_good_hit	1017.0	75.516	43.0	0.036938925680647536	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
SPA0039_000000011814	2273	0.5342324783466081	2	2	2	2	2	False	106332	fragment	False	ISR0247_000000005745	0.967276910669712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	75.74	44.0	0.03671817512877115	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
ISR0386_000000018784	1575	0.5342321118043458	1	1	1	1	1	False	22995	maximal	True	ISR0386_000000018784	1.0		52	8	True	True	0.9796825647354126	4					non-mobilizable	no_good_hit	191.0	76.96300000000001	15.0	0.00023109535510628542	NZ_DS995474.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld1, whole genome shotgun sequence	True	True
ENG0066_000000004212	4193	0.5342272872203685	8	8	1	4	8	False	84493	fragment	False	ENG0066_000000004212	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4201.0	94.64399999999999	100.0	0.021677160343730437	CP059908.1	enterobacteria	Escherichia coli strain 181.1 plasmid p1, complete sequence	False	True
ENG0040_000000012961	1812	0.5342263227058204	2	2	2	2	1	False	64848	maximal	True	ENG0040_000000012961	1.0		137	10	False	False	1.0	0					non-mobilizable	other	1814.0	98.181	100.0	0.009611918142296682	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	False	False
ENG0043_000000007303	4461	0.5342253973108109	5	5	3	5	4	False	93988	maximal	False	ENG0017_000000004965	0.9925039158648468		0	0	False	False	0.9997758269309998	0					non-mobilizable	other	4476.0	98.794	100.0	0.0011983700025627712	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
DEN0007_000000016631	1537	0.5342249089230346	3	2	2	2	2	True	76273	fragment	False	DEN0007_000000016631	1.0		0	0	False	False	0.9947950839996338	0					non-mobilizable	no_good_hit	71.0	83.09899999999999	5.0	1.0223446006573825e-05	CP034446.1	a-proteobacteria	Mesorhizobium sp. M2A.F.Ca.ET.043.05.1.1 chromosome, complete genome	True	True
MAD0088_000000004839	4127	0.5342241576541247	4	3	3	3	2	False	16878	maximal	True	MAD0088_000000004839	1.0		2	1	False	False	0.999757707118988	0					non-mobilizable	no_good_hit	1958.0	92.74799999999999	47.0	0.006926744536415038	NZ_LT699742.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
FIJ0163_000000008658	2846	0.5342236993469422	4	3	3	3	2	False	39171	maximal	True	FIJ0163_000000008658	1.0		1	1	False	False	0.9992972612380981	0					non-mobilizable	chromosome	2733.0	98.79299999999999	96.0	0.0006008407371779223	CP017186.1	enterobacteria	Enterobacter hormaechei subsp. hoffmannii strain DSM 14563 chromosome, complete genome	False	False
DEN0053_000000010533	1251	0.5342236447126406	3	2	2	2	1	True	72076	maximal	True	DEN0053_000000010533	1.0		55	6	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	97.288	47.0	0.005643654481866526	NZ_JAAIPW010000011.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_11_length_104365_cov_241.027, whole genome shotgun sequence	True	True
AUS0014_000000011300	2682	0.5342208898037853	2	2	2	2	2	False	104376	fragment	False	AUS0014_000000011300	0.984175993824778		0	0	False	False	0.9940342903137207	0					non-mobilizable	other	2080.0	94.76	98.0	0.021945370036292634	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0015_000000031388	1226	0.5342196668689642	2	2	2	2	1	False	13387	fragment	False	MON0015_000000031388	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	95.11	100.0	0.8454106280193237	NZ_JVKM01000058.1	high GC Gram+	Xylanimonas cellulosilytica strain 352_XCEL 489_1449_106283_419+,...,35+, whole genome shotgun sequence	False	False
MON0070_000000029755	1180	0.5342190611233518	2	2	1	1	2	False	12265	fragment	False	MON0049_000000017577	0.9439754904960883		0	0	False	False	1.0	0					non-mobilizable	chromosome	1178.0	98.896	99.0	0.0004747993297140474	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0001_000000003405	6787	0.5342142827676537	8	8	5	5	7	False	105492	maximal	True	ENG0001_000000003405	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2370.0	90.675	82.0	0.0062645042368948	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
FIJ0027_000000002398	7035	0.5342076324891559	9	6	6	5	5	True	102948	maximal	True	FIJ0027_000000002398	0.9659780410286044	PS298	154	12	False	True	0.9977256655693054	0					non-mobilizable	no_good_hit	356.0	75.843	5.0	0.0005953616693460802	NZ_LT556049.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
USA0020_01_000000021658	1601	0.5342045568487019	2	2	2	2	1	False	1776	fragment	False	USA0020_01_000000021658	1.0		0	0	False	False	0.9925046563148499	0					non-mobilizable	no_good_hit								True	False
ENG0151_000000017666	1361	0.5342011316367129	2	2	2	2	1	False	57082	fragment	False	ENG0151_000000017666	1.0		0	0	False	False	0.9904481768608093	0					non-mobilizable	chromosome	1361.0	100.0	100.0	0.0003803013944477674	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0032_01_000000001490	15319	0.5341987380622156	15	14	13	13	13	False	100923	maximal	True	USA0032_01_000000001490	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	3573.0	97.845	29.0	0.0008130364509444861	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0018_000000009649	2182	0.5341986080920795	2	2	1	2	1	False	85851	fragment	False	ENG0018_000000009649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	90.0	4.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
CHI0186_000000011884	1628	0.5341986080920795	3	2	1	2	1	False	77135	fragment	False	CHI0186_000000011884	1.0		0	0	False	False	0.9809582233428955	0					non-mobilizable	no_good_hit	80.0	91.25	5.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
AST0108_000000014757	1910	0.5341980769710925	3	2	2	2	2	True	107198	fragment	False	AST0108_000000014757	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	86.86200000000001	72.0	0.01393707017223541	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
USA0032_01_000000013142	1675	0.5341960469801625	3	3	2	2	3	False	1493	maximal	True	USA0032_01_000000013142	1.0		62	10	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	99.109	80.0	0.009215832608710537	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0010_000000020802	1268	0.5341940513554317	2	2	0	1	1	True	8070	maximal	True	SPA0010_000000020802	1.0		1	1	False	False	0.9960567951202393	0					non-mobilizable	no_good_hit	845.0	86.74600000000001	79.0	0.08724692131079106	NZ_JAAITI010000063.1	firmicutes	Blautia luti strain MSK.16.34 NODE_63_length_9582_cov_201.122, whole genome shotgun sequence	True	True
ISR0855_000000007549	2194	0.5341937848039963	4	4	3	3	1	False	20484	maximal	True	ISR0855_000000007549	1.0		183	12	False	False	0.9963536858558655	0					non-mobilizable	other	2060.0	93.59200000000001	100.0	0.0005505807207305157	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0058_000000019044	1619	0.5341932516715201	3	2	1	1	1	False	6296	maximal	True	SPA0058_000000019044	1.0		9	3	False	False	0.9827053546905518	0					non-mobilizable	no_good_hit	59.0	98.305	4.0	9.094646734128038e-06	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
MON0109_000000020279	1772	0.5341890800587961	4	4	4	3	3	False	89361	fragment	False	MON0109_000000020279	1.0		0	0	False	False	0.9966139793395996	0					non-mobilizable	no_good_hit	98.0	84.694	6.0	1.564997491970514e-05	AP022213.1	g-proteobacteria	Pseudomonas otitidis DNA, complete genome, strain: WP8-S17-CRE-03	True	False
USA0093_01_000000003679	5381	0.5341815674915215	6	6	6	6	5	False	102434	fragment	False	DEN0045_000000006090	0.9940733255837126		0	0	False	True	1.0	0					non-mobilizable	chromosome	3510.0	100.0	100.0	0.0006404904598133761	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
MAD0002_000000034045	1324	0.5341802038381401	3	2	2	2	2	False	20133	maximal	True	MAD0002_000000034045	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0016_000000024180	1407	0.5341796654339416	3	1	1	1	1	False	7862	maximal	True	SPA0016_000000024180	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	97.71700000000001	89.0	0.00017552905260404718	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0179_000000001772	7620	0.5341780228286209	9	7	2	3	6	True	118476	fragment	False	ENG0031_000000002375	0.8176312875782987		0	0	False	False	0.9967191815376282	0					non-mobilizable	virus	7512.0	100.0	99.0	0.07816874291007109	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
FIJ0008_000000011106	2591	0.5341735936368661	4	2	1	1	2	False	131159	fragment	False	FIJ0008_000000011106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1400.0	83.214	66.0	0.0004029677868766149	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
FIJ0160_000000009000	2022	0.5341669421675008	3	3	3	2	2	False	51895	fragment	False	FIJ0007_000000008142	0.9570825515947468		0	0	False	False	0.9995054602622986	0					non-mobilizable	chromosome	2022.0	96.637	100.0	0.0003898288803597613	CP052278.1	enterobacteria	Klebsiella pneumoniae strain E16KP0235 chromosome, complete genome	False	False
ISR0805_000000004778	2454	0.5341667866024302	4	2	2	2	1	True	21796	fragment	False	ISR0805_000000004778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1447.0	87.215	59.0	0.01156357955597787	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0057_01_000000009180	3402	0.5341648580398916	5	4	3	3	2	False	986	maximal	True	USA0057_01_000000009180	1.0		28	7	False	False	1.0	0					non-mobilizable	chromosome	2492.0	98.836	97.0	0.0005635935320911198	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0395_000000016032	2407	0.5341638633799943	3	1	1	1	1	False	22730	fragment	False	ISR0395_000000016032	1.0		0	0	False	False	0.9995845556259155	0					non-mobilizable	no_good_hit								True	False
ISR0333_000000011516	1988	0.5341636815951796	2	1	1	1	1	False	107196	fragment	False	ISR0333_000000011516	0.9856459330143541		0	0	False	False	0.9964788556098938	0					non-mobilizable	chromosome	1988.0	98.29	100.0	0.00028045846702277037	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
AST0108_000000015008	1881	0.5341636815951796	1	1	1	1	1	False	107196	fragment	False	ISR0333_000000011516	0.9595070422535211		0	0	False	False	0.9994683861732483	0					non-mobilizable	chromosome	1853.0	98.975	99.0	0.00026140366428091126	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0139_000000019043	1396	0.5341635399970958	3	2	2	2	2	False	40428	maximal	True	FIJ0139_000000019043	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000007860	2956	0.5341548517719522	3	3	3	3	2	False	84596	fragment	False	MAD0066_000000007860	1.0		0	0	False	False	0.9820703864097595	0					non-mobilizable	no_good_hit								True	False
MON0037_000000065197	1186	0.5341542469443495	2	2	2	2	2	False	37397	fragment	False	ISR0024_000000025257	0.7247671121577279		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	98.04899999999999	99.0	0.0051754285764496035	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
DEN0087_000000000972	9626	0.5341511422474824	11	7	2	7	2	True	84071	fragment	False	DEN0087_000000000972	0.9753053167574071		0	0	False	False	1.0	0					non-mobilizable	other	9639.0	95.145	100.0	0.09612007025387195	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
DEN0001_000000003295	9288	0.5341511422474824	11	7	2	7	2	True	84071	fragment	False	DEN0087_000000000972	0.9670451792395546		0	0	False	False	0.9997846484184265	0					non-mobilizable	other	9302.0	96.012	100.0	0.09274708606099313	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
AST0002_000000011956	3014	0.5341492049729436	2	2	2	2	2	False	132023	fragment	False	DEN0005_000000011402	0.7648772392383353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1568.0	77.997	52.0	0.0006518289986355606	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0025_000000016515	1282	0.5341468107899132	2	2	2	2	2	False	81438	fragment	False	USA0024_01_000000016534	0.9841665940654173		0	0	False	False	0.986739456653595	0					non-mobilizable	other	1296.0	78.781	100.0	0.0007347445641550437	CP012068.1	firmicutes	Eubacterium sulci ATCC 35585, complete genome	False	False
SPA0083_000000011366	1566	0.5341453932148732	2	2	2	2	2	False	25937	fragment	False	SPA0083_000000011366	0.989327296248383		0	0	False	False	1.0	0					non-mobilizable	other	1566.0	99.042	100.0	0.005456117475613072	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
MAD0001_000000008646	2969	0.5341439608942083	3	2	2	2	1	False	20295	maximal	True	MAD0001_000000008646	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	83.088	36.0	0.018193763582149896	NZ_JH379444.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld979, whole genome shotgun sequence	True	False
MAD0103_000000018574	1326	0.5341410147966177	2	1	1	1	1	False	14910	maximal	True	MAD0103_000000018574	1.0		27	4	False	False	0.9977375268936157	0					non-mobilizable	other	1326.0	95.249	100.0	0.0006307901777638131	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CHI0140_000000003049	9875	0.5341408458669525	15	9	4	8	7	True	84320	maximal	True	CHI0140_000000003049	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3661.0	91.587	37.0	0.01919269571810695	NZ_FNVS01000007.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ENG0095_000000024010	1165	0.5341372866933584	2	2	2	1	1	False	85953	fragment	False	ENG0188_000000019390	0.6305399215052896		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	95.969	99.0	0.003996357576069962	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0218_000000001469	8950	0.5341372042063971	11	5	4	4	1	False	114065	fragment	False	ISR0218_000000001469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	93.382	18.0	0.0004905901461635761	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0274_000000005432	1486	0.5341345974290818	3	1	1	1	1	False	90503	fragment	False	ISR0274_000000005432	0.9920289855072464		0	0	False	False	0.9892328381538391	0					non-mobilizable	other	1477.0	97.833	99.0	0.01386266940914598	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
ISR0008_000000006583	1914	0.5341339062211039	3	2	2	1	0	True	130843	fragment	False	ISR0008_000000006583	1.0		0	0	False	False	0.9979101419448853	0					non-mobilizable	no_good_hit	1398.0	91.559	73.0	0.0006505953297049235	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
CHI0184_000000006378	1286	0.5341339062211039	3	2	2	1	0	True	89602	maximal	True	CHI0184_000000006378	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1080.0	91.204	84.0	0.0005032203302878942	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
USA0039_01_000000015067	1486	0.5341332004277858	3	3	2	3	2	False	1313	maximal	True	USA0039_01_000000015067	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	73.889	12.0	0.00012518350764188413	NZ_FOCW01000001.1	b-proteobacteria	Brachymonas denitrificans DSM 15123, whole genome shotgun sequence	True	False
ISR0217_000000005974	4452	0.5341311036637736	5	2	2	2	2	False	28104	maximal	True	ISR0217_000000005974	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0333_000000004855	3951	0.5341309340938137	7	1	1	1	1	True	24554	maximal	True	ISR0333_000000004855	1.0		5	2	False	False	0.9969627857208252	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.015	XM_035884067.1	wasps, ants, and bees	PREDICTED: Vespa mandarinia 2-hydroxyacyl-CoA lyase 1-like (LOC118449486), transcript variant X3, mRNA	True	True
MON0072_000000011000	1970	0.5341295894347837	2	2	2	2	2	False	63487	maximal	False	ISR0051_000000018818	0.9720685844587438		0	0	False	False	0.9857867956161499	0					non-mobilizable	no_good_hit	851.0	92.479	66.0	0.0002535164192240783	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0061_000000004690	1403	0.5341251630140413	2	2	2	2	2	False	35380	fragment	False	ISR0061_000000004690	1.0		0	0	False	False	0.9900214076042175	0					non-mobilizable	chromosome	1388.0	99.568	99.0	0.0004371790697447183	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0012_000000013142	1843	0.5341247923771364	3	3	3	3	0	True	22172	maximal	True	SPA0012_000000013142	1.0		0	0	False	False	0.9967444539070129	0					non-mobilizable	no_good_hit	249.0	100.0	14.0	0.002071015799846344	NZ_QIML01000007.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_7, whole genome shotgun sequence	True	True
CHI0173_000000006439	2592	0.5341245858079368	4	4	3	2	1	False	77901	maximal	False	FIJ0104_000000009629	0.9549583648750947		0	0	False	False	1.0	0					non-mobilizable	other	2593.0	99.961	100.0	0.06357459959284786	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
ENG0107_000000014628	1996	0.5341241514759233	4	4	1	3	4	False	59998	maximal	True	ENG0107_000000014628	1.0		4	1	False	False	0.9944889545440674	0					non-mobilizable	chromosome	1996.0	98.647	100.0	0.00039666380883150596	CP053231.1	enterobacteria	Escherichia coli strain SCU-306 chromosome, complete genome	False	False
ENG0152_000000009722	2425	0.5341193515232473	2	2	2	2	2	False	102928	maximal	True	ENG0152_000000009722	1.0		11	7	False	False	0.9979381561279297	0					non-mobilizable	other	2384.0	94.79899999999999	100.0	0.0005835234075021006	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0095_000000013011	2354	0.5341193515232473	3	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8969712377834864		0	0	False	False	1.0	0					non-mobilizable	other	1885.0	94.589	96.0	0.0004611796342485089	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0067_000000012463	2238	0.5341193515232473	3	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8932485755182804		0	0	False	False	0.9995531439781189	0					non-mobilizable	other	1885.0	94.48299999999999	96.0	0.0004611796342485089	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0143_000000013533	2229	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9124325777375027		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0847_000000012671	2198	0.5341193515232473	3	2	2	2	2	False	102927	maximal	True	ISR0847_000000012671	1.0		3	2	False	False	1.0	0					non-mobilizable	other	2201.0	96.04700000000001	100.0	0.0005386558513790399	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0227_000000012693	2091	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8862911475143183		0	0	False	False	0.9995217323303223	0					non-mobilizable	other	1885.0	94.536	100.0	0.0004611796342485089	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0813_000000014911	2054	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.912712195384978		0	0	False	False	1.0	0					non-mobilizable	other	1964.0	94.654	100.0	0.00048054868853114163	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0011_000000014767	2054	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9119256549374082		0	0	False	False	0.9936708807945251	0					non-mobilizable	other	1964.0	94.552	100.0	0.00048054868853114163	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0816_000000019126	2054	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9123237937103653		0	0	False	False	1.0	0					non-mobilizable	other	1964.0	94.603	100.0	0.00048054868853114163	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0002_000000009275	2036	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9119274138131241		0	0	False	False	0.990667998790741	0					non-mobilizable	other	1964.0	94.756	100.0	0.00048054868853114163	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0069_000000012149	2033	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9117835387729758		0	0	False	False	0.9955730438232422	0					non-mobilizable	other	1960.0	94.59200000000001	100.0	0.0004795679769218944	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0103_000000026396	2032	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9100969542709351		0	0	False	False	1.0	0					non-mobilizable	other	1969.0	94.667	100.0	0.0004817745780427007	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0168_000000015000	2024	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.911845084513417		0	0	False	False	1.0	0					non-mobilizable	other	1952.0	94.62100000000001	100.0	0.00047760655370339996	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0169_000000007474	2024	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9094856566369012		0	0	False	False	0.9965415000915527	0					non-mobilizable	other	1952.0	94.98	100.0	0.00047760655370339996	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0156_000000012454	2023	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8764673250634128		0	0	False	False	0.9995056986808777	0					non-mobilizable	other	1884.0	94.48	100.0	0.0004609344563461971	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0039_01_000000011086	2022	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9109201658228915		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0102_000000014057	2019	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9115204752829718		0	0	False	False	0.9995046854019165	0					non-mobilizable	other	1947.0	94.60700000000001	100.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0057_000000012153	2019	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9115204752829718		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	94.60700000000001	100.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0182_000000019434	2019	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8757574453963268		0	0	False	False	1.0	0					non-mobilizable	other	1884.0	94.427	100.0	0.0004609344563461971	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0090_000000013635	2019	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9114172679574182		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	94.613	100.0	0.0004768710199964645	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0133_000000012153	2019	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9115204752829718		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	94.60700000000001	100.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0080_01_000000021268	2018	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9113433410294679		0	0	False	False	1.0	0					non-mobilizable	other	1948.0	94.61	100.0	0.0004766258420941527	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0096_000000022224	2018	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9113974260818228		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	94.60700000000001	100.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0395_000000019232	2017	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9112644587001302		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	94.60700000000001	100.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0056_01_000000009185	2017	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9112644587001302		0	0	False	False	0.9995042085647583	0					non-mobilizable	other	1947.0	94.60700000000001	100.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0015_01_000000016673	2017	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9104779182525607		0	0	False	False	0.9995042085647583	0					non-mobilizable	other	1947.0	94.50399999999999	100.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0052_000000015579	2017	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9112644587001302		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	94.60700000000001	100.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0209_000000009253	2017	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9099324143300628		0	0	False	False	1.0	0					non-mobilizable	other	1939.0	94.585	100.0	0.0004744192409733465	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0006_000000011321	2016	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9111300851509774		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0034_01_000000026147	2016	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9090326752024182		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.805	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0143_000000009583	2016	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.908811172325284		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	95.06200000000001	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0074_000000011174	2016	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9095264268031122		0	0	False	False	0.9995039701461792	0					non-mobilizable	other	1944.0	94.959	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0168_000000008137	2016	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9111300851509774		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0079_000000013784	2015	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9110070359498285		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0003_01_000000019199	2015	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9110075071315713		0	0	False	False	1.0	0					non-mobilizable	other	1945.0	94.602	100.0	0.0004758903083872173	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0040_000000020749	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9103229588117014		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.65	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0094_000000009412	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9108740685681357		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0209_000000014293	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9104263614609107		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.54700000000001	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0153_000000007592	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9108740685681357		0	0	False	False	0.9990069270133972	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0101_000000011870	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9103229588117014		0	0	False	False	0.999503493309021	0					non-mobilizable	other	1944.0	94.65	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0110_000000015072	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8974372646362256		0	0	False	False	0.9990069270133972	0					non-mobilizable	other	1961.0	94.697	100.0	0.00047981315482420624	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0047_01_000000017955	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9108740685681357		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0064_000000011026	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.910087528120566		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.49600000000001	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0070_000000016822	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9108740685681357		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0214_000000014456	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9108740685681357		0	0	False	False	0.999503493309021	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0032_000000016502	2014	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9104462141617523		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.54700000000001	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0132_000000009522	2013	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9098153593967424		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.49600000000001	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0113_000000003785	2013	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9077302124041786		0	0	False	False	1.0	0					non-mobilizable	other	1940.0	94.948	100.0	0.00047466441887565825	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0040_000000011525	2012	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9096201909263768		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	94.65799999999999	100.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0084_01_000000016160	2012	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9078558748987078		0	0	False	False	1.0	0					non-mobilizable	other	1939.0	94.99700000000001	100.0	0.0004744192409733465	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0341_000000006620	2011	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9084735910211198		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	94.95100000000001	100.0	0.00047490959677797006	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0114_000000007667	2010	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9093373018031852		0	0	False	False	0.9995024800300598	0					non-mobilizable	other	1940.0	94.536	100.0	0.00047466441887565825	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AUS0002_000000018205	2009	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9094827860932477		0	0	False	False	1.0	0					non-mobilizable	other	1939.0	94.585	100.0	0.0004744192409733465	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0126_000000009201	2009	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8964930758705535		0	0	False	False	1.0	0					non-mobilizable	other	1951.0	94.772	100.0	0.00047736137580108815	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0025_000000012903	2009	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8999778406452593		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	94.60700000000001	100.0	0.00047638066419184095	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0038_000000013599	2008	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.9064685637716124		0	0	False	False	0.9990040063858032	0					non-mobilizable	other	1936.0	95.041	100.0	0.00047368370726641104	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0020_01_000000017366	2006	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8988098826991628		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.49600000000001	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0211_000000012441	2003	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8974602412987981		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	94.613	100.0	0.0004768710199964645	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0106_01_000000004683	2003	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8985689335103365		0	0	False	False	1.0	0					non-mobilizable	other	1933.0	94.568	100.0	0.0004729481735594756	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0041_000000012420	2003	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8988040902643146		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	94.59	100.0	0.00047490959677797006	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0008_000000012553	2002	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.898426724337373		0	0	False	False	1.0	0					non-mobilizable	other	1942.0	94.59299999999999	100.0	0.0004751547746802819	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0172_000000011200	2002	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8982872015715295		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0029_000000021917	2001	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8952279769781347		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	95.01	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0040_01_000000007719	1998	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8961069757956776		0	0	False	False	0.999499499797821	0					non-mobilizable	other	1928.0	94.45	100.0	0.0004717222840479166	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0031_000000011580	1997	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8961132578167953		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	94.499	100.0	0.00047147710614560477	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0062_000000016302	1995	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8952484566022829		0	0	False	False	1.0	0					non-mobilizable	other	1925.0	94.59700000000001	100.0	0.00047098675034098114	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0036_01_000000016729	1994	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8954767208726736		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	94.59899999999999	100.0	0.0004756451304849055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0093_000000012525	1994	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8932469951872395		0	0	False	False	0.9984954595565796	0					non-mobilizable	other	1924.0	94.595	100.0	0.0004707415724386694	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0189_000000008333	1993	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8778607324404857		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	92.68299999999999	100.0	0.00047147710614560477	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0147_000000012303	1992	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8933588911871414		0	0	False	False	1.0	0					non-mobilizable	other	1930.0	94.92200000000001	100.0	0.0004722126398525402	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0004_01_000000011814	1991	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.894693360623724		0	0	False	False	0.9974886775016785	0					non-mobilizable	other	1941.0	94.59	100.0	0.00047490959677797006	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0271_000000008754	1991	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.894693360623724		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	94.59	100.0	0.00047490959677797006	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0096_000000020354	1990	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8945880392494918		0	0	False	False	1.0	0					non-mobilizable	other	1927.0	94.551	100.0	0.00047147710614560477	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0301_000000009265	1989	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.893507127543904		0	0	False	False	0.9994972348213196	0					non-mobilizable	other	1924.0	94.595	100.0	0.0004707415724386694	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0120_000000020626	1985	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8684527193236303		0	0	False	False	1.0	0					non-mobilizable	other	1884.0	94.48	100.0	0.0004609344563461971	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0066_000000017964	1985	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.892996351878363		0	0	False	False	1.0	0					non-mobilizable	other	1930.0	94.56	100.0	0.0004722126398525402	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0086_000000012798	1981	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.889382379563521		0	0	False	False	0.9969712495803833	0					non-mobilizable	other	1909.0	94.5	100.0	0.0004670639039039923	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0208_000000015542	1979	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8696182680931125		0	0	False	False	1.0	0					non-mobilizable	other	1884.0	94.321	100.0	0.0004609344563461971	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
USA0069_01_000000030888	1978	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8668377271016423		0	0	False	False	1.0	0					non-mobilizable	other	1981.0	95.709	100.0	0.00048471671287044236	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0062_000000010143	1977	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8901747201131808		0	0	False	False	0.9984825253486633	0					non-mobilizable	other	1927.0	94.551	100.0	0.00047147710614560477	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0054_000000012785	1976	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8897808948244442		0	0	False	False	0.9979757070541382	0					non-mobilizable	other	1924.0	94.54299999999999	100.0	0.0004707415724386694	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0101_000000021390	1975	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8889752840180155		0	0	False	False	1.0	0					non-mobilizable	other	1924.0	94.491	100.0	0.0004707415724386694	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0776_000000012316	1974	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8887025111950771		0	0	False	False	1.0	0					non-mobilizable	other	1924.0	94.647	100.0	0.0004707415724386694	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0827_000000005845	1974	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8890506593100598		0	0	False	False	0.9989868402481079	0					non-mobilizable	other	1924.0	94.54299999999999	100.0	0.0004707415724386694	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0018_000000015069	1974	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8890506593100598		0	0	False	False	0.9984802603721619	0					non-mobilizable	other	1924.0	94.54299999999999	100.0	0.0004707415724386694	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0216_000000009112	1967	0.5341193515232473	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.8852883969662172		0	0	False	False	1.0	0					non-mobilizable	other	1935.0	94.574	100.0	0.00047343852936409923	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0006_000000008557	1471	0.5341138268440414	1	1	1	1	1	False	127483	maximal	True	AST0006_000000008557	1.0		2	1	False	False	0.9891230463981628	0					non-mobilizable	no_good_hit	706.0	72.946	47.0	0.02040151604879782	NZ_SLUM01000034.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_134, whole genome shotgun sequence	True	False
ISR0374_000000006272	2555	0.5341101105328611	3	3	3	3	3	False	95607	fragment	False	ISR0374_000000006272	1.0		0	0	False	False	0.9878669381141663	0					non-mobilizable	no_good_hit	1386.0	87.51799999999999	54.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0054_01_000000002872	3182	0.5341053922903518	5	5	3	3	4	False	95965	maximal	True	USA0054_01_000000002872	1.0		130	9	False	False	0.9930860996246338	0					non-mobilizable	other	3158.0	99.525	99.0	0.0009507713083299855	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0115_000000005857	5069	0.534101645564312	4	3	1	2	2	False	52062	maximal	True	ISR0115_000000005857	1.0		1	1	True	True	1.0	62					non-mobilizable	no_good_hit	1561.0	90.199	35.0	0.234732535232611	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
SPA0126_000000020263	2124	0.5341010799300439	2	2	2	2	2	False	89029	maximal	False	ENG0100_000000015539	0.5714650642591728		0	0	False	False	0.9877589344978333	0					non-mobilizable	chromosome	1932.0	98.292	99.0	0.0005401697364447483	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0059_000000005116	2794	0.53409941859271	4	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.28150562529817597		0	0	False	False	1.0	0					non-mobilizable	other	2720.0	99.963	97.0	0.028900320996577453	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0077_000000008504	1611	0.5340991504725848	2	2	2	1	1	False	98470	maximal	False	BAN0014_000000002396	0.9398486040607971		0	0	False	False	0.9807572960853577	0					non-mobilizable	chromosome	1614.0	92.50299999999999	100.0	0.0006163528754201536	CP054206.1	firmicutes	Staphylococcus pseudintermedius strain 157588 chromosome	False	False
CHI0149_000000008279	1514	0.5340991504725848	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.22507051499494246		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	72.92	95.0	0.001247097948170923	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	False	False
MON0031_000000019111	1680	0.5340965567326377	1	1	1	1	1	False	77027	fragment	False	SPA0098_000000019610	0.6371794871794872		0	0	False	False	1.0	0					non-mobilizable	chromosome	1680.0	100.0	100.0	0.0003285719429697737	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
MAD0075_000000003077	1342	0.5340952034582046	2	2	2	2	1	False	16260	maximal	True	MAD0075_000000003077	1.0		255	13	False	False	0.9962742328643799	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	0.000256126921866653	NZ_AUIP01000007.1	firmicutes	Streptococcus porci DSM 23759 G576DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
ISR0845_000000007229	1450	0.5340938775598063	2	2	2	2	2	False	20686	maximal	True	ISR0845_000000007229	1.0		6	3	False	False	0.9986206889152527	0					non-mobilizable	no_good_hit	183.0	77.596	13.0	3.6027611403016146e-05	NC_015572.1	g-proteobacteria	Methylomonas methanica MC09, complete sequence	True	False
MON0020_000000018629	1190	0.534093236535653	2	1	1	1	1	False	13089	maximal	True	MON0020_000000018629	1.0		15	5	False	False	0.9949579834938049	0					non-mobilizable	no_good_hit	899.0	77.308	75.0	0.005088348081755452	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
AST0094_000000017303	1328	0.5340909109634603	2	2	2	1	1	False	109138	maximal	True	AST0094_000000017303	0.9916855631141346		733	13	False	False	0.9984939694404602	0					non-mobilizable	chromosome	1326.0	97.964	99.0	0.0004270717735210988	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ETH0004_000000008938	3184	0.5340895287652058	4	2	2	2	1	False	52923	maximal	True	ETH0004_000000008938	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000033726	1311	0.5340852385121966	2	2	2	2	1	False	76739	maximal	True	DEN0001_000000033726	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0074_000000006810	4681	0.5340837129849576	9	4	4	2	0	True	119048	maximal	True	FIJ0074_000000006810	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1590.0	76.541	33.0	0.00037830950326711815	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0232_000000006761	3618	0.5340822633948971	4	4	3	3	4	False	27465	maximal	True	ISR0232_000000006761	1.0		1	1	False	False	0.9997236132621765	0					non-mobilizable	no_good_hit	2397.0	91.281	73.0	0.0007970549358670345	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0037_000000011699	2540	0.5340777749231375	3	3	0	1	2	True	124591	fragment	False	FIJ0037_000000011699	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2564.0	95.554	100.0	0.0008996677203790553	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
AUS0012_000000006244	2650	0.5340771211397328	4	2	0	1	2	False	101205	maximal	True	AUS0012_000000006244	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	697.0	96.557	33.0	0.06412622255028604	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
CAN0012_000000028076	1650	0.5340754312172207	2	2	2	2	2	False	94182	maximal	True	CAN0012_000000028076	1.0		8	4	False	False	1.0	0					non-mobilizable	chromosome	1650.0	99.57600000000001	100.0	0.0004883791528146958	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0190_000000019756	1518	0.5340749253534988	2	2	2	1	1	False	63634	fragment	False	FIJ0077_000000017663	0.8501938895255117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	72.619	27.0	0.00014135634814029752	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
AST0010_000000020448	1474	0.5340740115186776	1	1	1	1	1	False	125992	maximal	True	AST0010_000000020448	1.0		3	2	False	False	0.989823579788208	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	1.1553163069158933e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0080_000000024302	1368	0.5340740115186776	2	1	1	1	1	False	34285	maximal	True	ISR0080_000000024302	1.0		16	3	False	False	0.9948830604553223	0					non-mobilizable	no_good_hit	1218.0	73.81	88.0	0.05362085900526833	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0083_000000029886	1217	0.5340719247932278	2	2	2	2	2	False	44034	maximal	True	FIJ0083_000000029886	1.0		100	9	False	False	0.9950698614120483	0					non-mobilizable	no_good_hit	872.0	83.486	71.0	0.00023127838795495754	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0781_000000004209	5593	0.5340718390185304	6	4	4	4	4	False	111913	backbone	False	SPA0114_000000008141	0.8735667240267463	PS714	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	818.0	83.863	15.0	0.2955288985823337	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	True
USA0027_01_000000004937	5386	0.5340718390185304	6	4	4	4	4	False	111913	backbone	False	SPA0114_000000008141	0.8695792752895276	PS714	0	0	False	True	0.9975863099098206	0					non-mobilizable	no_good_hit	762.0	83.465	14.0	0.2751726644856416	KU545923.1	bacteria	Uncultured bacterium clone CH_03B_000_Contig_5 genomic sequence	True	True
SPA0131_000000004122	5188	0.5340718390185304	5	4	4	4	4	False	111913	backbone	False	SPA0114_000000008141	0.8520839866148123	PS714	0	0	False	True	0.9994217157363892	0					non-mobilizable	no_good_hit	644.0	74.689	12.0	0.00021077723018009262	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
AST0060_000000023852	1281	0.534070770274408	2	2	2	2	2	True	112263	fragment	False	CHI0186_000000012181	0.3326579965736255		0	0	False	False	0.9906322956085205	0					non-mobilizable	other	1281.0	98.90700000000001	100.0	0.02639828411153275	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0193_000000007131	3804	0.5340635500212445	4	4	4	4	3	True	130091	fragment	False	ISR0047_000000005869	0.41140161462823316		0	0	False	False	0.9976340532302856	0					non-mobilizable	chromosome	2248.0	93.37200000000001	100.0	0.0007865521808032572	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0099_000000003382	5858	0.5340573681024963	8	2	1	1	1	False	108917	maximal	True	AST0099_000000003382	1.0		1	1	False	False	0.9998292922973633	0					non-mobilizable	no_good_hit	84.0	91.667	1.0	0.010622759261718231	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MAD0105_000000011331	3022	0.5340561958441391	3	2	2	2	2	False	14840	maximal	True	MAD0105_000000011331	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2022.0	95.796	87.0	0.04755175581148873	KM007160.1	firmicutes	Lactococcus garvieae strain IPLA 31405 plasmid pLG42, complete sequence	True	False
ENG0054_000000006112	4090	0.5340540153378407	3	3	3	3	2	False	63794	fragment	False	ENG0054_000000006112	0.9986733881666224		0	0	False	False	0.999266505241394	0					non-mobilizable	other	4090.0	98.117	100.0	0.005662548659281857	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
SPA0014_000000018119	1334	0.5340508964376616	2	1	1	1	1	False	7930	maximal	True	SPA0014_000000018119	1.0		1	1	False	False	0.9872563481330872	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000035130	1395	0.5340479166987668	2	2	2	1	1	False	96452	fragment	False	CAN0003_000000035130	1.0		0	0	False	False	0.9856630563735962	0					non-mobilizable	other	1395.0	99.068	100.0	0.0005682550087154175	CP010453.1	high GC Gram+	Bifidobacterium longum strain BG7, complete genome	False	False
AST0116_000000009324	2877	0.5340461054691235	4	2	2	2	2	False	106260	maximal	True	AST0116_000000009324	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	79.02600000000001	26.0	0.0002646600165872867	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
USA0014_01_000000001128	6782	0.5340457526272117	7	7	5	4	6	False	1971	fragment	False	USA0014_01_000000001128	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6782.0	100.0	100.0	0.0010812996708581845	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
FIJ0116_000000007656	2359	0.5340440057085553	2	2	2	2	2	False	112402	maximal	False	FIJ0044_000000009141	0.98875		0	0	False	False	0.9983043670654297	0					non-mobilizable	no_good_hit	1252.0	97.84299999999999	68.0	0.0003474015695552927	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ETH0005_000000007551	6466	0.5340387066954716	7	5	3	4	3	False	52799	fragment	False	ETH0005_000000007551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	78.899	2.0	0.0021800565199838516	NZ_JAAZWC010000033.1	firmicutes	Saccharibacillus qingshengii strain JCM 31172 NODE_33_length_49540_cov_142.345774, whole genome shotgun sequence	True	False
ISR0846_000000006245	1690	0.5340377645741653	2	1	1	1	1	False	123023	maximal	True	ISR0846_000000006245	1.0		52	6	False	False	0.997633159160614	0					non-mobilizable	no_good_hit	1230.0	98.455	73.0	0.7953367875647669	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
CHI0117_000000011694	1240	0.5340377645741653	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.37734312613935234		0	0	False	False	0.9959677457809448	0					non-mobilizable	other	1230.0	98.699	99.0	0.7953367875647669	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
USA0069_01_000000028595	2143	0.5340360206350132	6	5	1	4	2	False	110190	fragment	False	ISR0393_000000006920	0.7448130781239405		0	0	False	False	0.9962669014930725	0					non-mobilizable	other	2143.0	94.914	100.0	0.015124982347126113	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
MON0061_000000021579	2082	0.5340360206350132	6	5	1	4	2	False	110190	fragment	False	ISR0393_000000006920	0.6111304838096637		0	0	False	False	1.0	0					non-mobilizable	other	2082.0	97.35799999999999	100.0	0.000562672861025211	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0080_000000026062	2050	0.5340360206350132	6	5	1	4	2	False	110190	fragment	False	ISR0393_000000006920	0.6056870804885782		0	0	False	False	0.9843902587890625	0					non-mobilizable	other	2050.0	95.902	100.0	0.014468295438497387	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
MON0105_000000029872	1823	0.5340360206350132	6	5	1	4	2	False	110190	fragment	False	ISR0393_000000006920	0.2649253295071157		0	0	False	False	1.0	0					non-mobilizable	other	1823.0	96.59899999999999	100.0	0.000492642937428128	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0104_000000019564	1910	0.5340356442651988	2	1	1	1	1	False	102890	maximal	True	SPA0104_000000019564	1.0		438	12	False	False	1.0	0					non-mobilizable	other	1926.0	84.32	100.0	0.004083334929217229	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
CHI0173_000000008998	1886	0.5340356442651988	2	1	1	1	1	False	77889	maximal	True	CHI0173_000000008998	0.986597374179431		248	11	False	False	0.9925768971443176	0					non-mobilizable	other	1869.0	98.395	99.0	0.003187765540357009	NZ_VJZV01000002.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold2_1, whole genome shotgun sequence	False	False
FIJ0106_000000018851	1462	0.5340353208378261	3	3	2	3	3	False	42337	fragment	False	FIJ0106_000000018851	1.0		0	0	False	False	0.99589604139328	0					non-mobilizable	no_good_hit	546.0	91.39200000000001	65.0	0.00044245273062341184	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0053_000000007389	4421	0.5340334723966506	4	3	3	2	2	True	27207	fragment	False	SPA0053_000000007389	1.0		0	0	False	False	0.9920832514762878	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.001131928181108509	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	True
SPA0040_000000012229	3212	0.5340334723966506	3	3	3	2	2	True	6967	fragment	False	SPA0040_000000012229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.001053864168618267	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	True
DEN0065_000000006580	4604	0.5340327197494283	3	3	3	3	1	False	71146	maximal	True	DEN0065_000000006580	1.0		5	3	False	False	0.999565601348877	0					non-mobilizable	no_good_hit	2937.0	99.523	64.0	0.0005960171196579478	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
ENG0158_000000002381	6364	0.5340316970329232	7	3	2	3	2	False	77166	fragment	False	ENG0158_000000002381	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6364.0	99.40299999999999	100.0	0.0017036938449842122	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0048_000000019716	1696	0.534029182372751	3	2	2	2	2	False	107145	fragment	False	FIJ0147_000000011258	0.26766343845600005		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	98.63799999999999	97.0	0.01182674401948145	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0023_01_000000007163	4478	0.5340273882671176	6	6	6	5	5	False	102244	maximal	True	USA0023_01_000000007163	1.0		96	10	False	False	0.9997766613960266	0					non-mobilizable	other	4478.0	99.821	100.0	0.011873914254266732	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0042_000000018690	1302	0.5340268213016959	3	2	2	1	1	False	47273	fragment	False	FIJ0042_000000018690	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0038_000000015181	1672	0.5340222193587033	3	3	3	2	2	False	65050	fragment	False	ISR0219_000000017727	0.6571598336304219		0	0	False	False	0.9994019269943237	0					non-mobilizable	chromosome	1672.0	99.163	100.0	0.0007585173187978839	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
MON0102_000000026512	1683	0.5340188846689621	2	2	1	2	2	False	44983	fragment	False	MON0102_000000026512	0.9604391437062711		0	0	False	False	0.9780154228210449	0					non-mobilizable	other	1683.0	97.98	100.0	0.11676501214855953	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
SPA0084_000000007079	2490	0.5340172295917056	5	3	3	3	3	False	5566	fragment	False	SPA0084_000000007079	1.0		0	0	False	False	0.9827309250831604	0					non-mobilizable	other	2491.0	99.88	100.0	0.025684136693244763	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0177_000000019685	1588	0.5340167783494629	4	4	4	4	3	False	29749	fragment	False	ISR0177_000000019685	1.0		0	0	False	False	0.989924430847168	0					non-mobilizable	other	1588.0	98.929	100.0	0.03946288698246923	NZ_JAAIQH010000025.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_25_length_40215_cov_181.153, whole genome shotgun sequence	False	False
FIJ0152_000000010984	2250	0.5340152352455882	4	4	3	4	3	False	39719	maximal	True	FIJ0152_000000010984	1.0		3	2	False	False	0.9977777600288391	0					non-mobilizable	no_good_hit	718.0	76.462	32.0	0.0007453693278957859	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0130_000000022568	1485	0.5340139563128989	2	2	2	2	2	False	109061	maximal	True	SPA0130_000000022568	1.0		139	9	False	False	1.0	0					non-mobilizable	other	1485.0	94.478	100.0	0.026775887267019106	NZ_SPFY01000014.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_14_length_55423_cov_17.595, whole genome shotgun sequence	False	False
AST0003_000000017188	1929	0.5340128449398662	2	2	2	2	2	False	129955	fragment	False	ISR0011_000000014131	0.6951077830871465		0	0	False	False	1.0	0					non-mobilizable	other	1929.0	99.06700000000001	100.0	0.0005434896037517987	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0032_01_000000002705	9584	0.5340107415250955	9	5	3	3	1	True	1505	fragment	False	USA0032_01_000000002705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	75.827	10.0	0.0003509426759396747	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0041_000000029092	2187	0.5340097814720715	2	2	2	2	2	False	77193	fragment	False	MON0041_000000029092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	75.41	11.0	0.00013135258093907077	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
SPA0067_000000009582	2253	0.5340068795628363	4	4	3	2	1	False	47766	fragment	False	SPA0067_000000009582	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2253.0	100.0	100.0	0.0004891635715630883	CP006636.1	enterobacteria	Escherichia coli PCN061, complete genome	False	False
SPA0073_000000005367	2217	0.5340068795628363	5	4	3	2	1	False	47766	fragment	False	SPA0067_000000009582	0.9920106524633822		0	0	False	False	1.0	0					non-mobilizable	other	2217.0	100.0	100.0	0.0004813439052325949	CP006636.1	enterobacteria	Escherichia coli PCN061, complete genome	False	False
MAD0105_000000020735	1796	0.5340068795628363	4	4	3	2	1	False	47765	fragment	False	MAD0105_000000020735	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	98.94200000000001	100.0	0.00036150199735410444	CP009166.1	enterobacteria	Escherichia coli 1303, complete genome	False	False
ISR0017_000000012600	2676	0.5340040139048504	4	4	2	2	2	True	78408	maximal	False	CHI0164_000000008614	0.9281223017687456		0	0	False	False	1.0	0					non-mobilizable	other	1588.0	97.73299999999999	95.0	0.00044070846593465186	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
DEN0069_000000017748	1528	0.5340007331919712	2	2	2	2	1	False	70703	maximal	True	DEN0069_000000017748	1.0		88	11	False	False	1.0	0					non-mobilizable	no_good_hit	1265.0	74.229	82.0	0.0015932524673727662	NZ_QSBM01000001.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf1, whole genome shotgun sequence	True	False
USA0069_01_000000028226	2173	0.533999685311464	3	3	3	3	3	False	65158	fragment	False	USA0069_01_000000028226	1.0		0	0	False	False	0.970547616481781	0					non-mobilizable	chromosome	2028.0	99.704	93.0	0.0007152719921436529	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0150_000000005953	4406	0.5339995967902663	5	5	5	5	4	False	104222	fragment	False	CHI0054_000000003369	0.9624794336141831		0	0	False	False	0.998184323310852	0					non-mobilizable	other	4405.0	98.456	99.0	0.007025779808901342	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0108_000000009417	2354	0.5339917195110787	4	4	3	2	2	True	113504	maximal	True	ISR0108_000000009417	1.0	PS730	8	4	False	True	0.9987255930900574	0					non-mobilizable	chromosome	1804.0	90.29899999999999	90.0	0.0006344642535146955	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0061_000000034982	1330	0.5339901263760369	4	3	2	1	0	False	10800	maximal	True	MON0061_000000034982	1.0		31	10	False	False	0.9984962344169617	0					non-mobilizable	no_good_hit	1032.0	80.13600000000001	77.0	0.01067463706233988	NZ_KE159500.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.16, whole genome shotgun sequence	True	False
ENG0135_000000020029	1133	0.5339864086047447	1	1	1	1	1	False	58051	fragment	False	ENG0135_000000020029	1.0		0	0	False	False	0.9929391145706177	0					non-mobilizable	other	1069.0	76.707	93.0	0.00044307604601786973	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MON0106_000000028725	1512	0.533983182434951	2	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.2221178952615274		0	0	False	False	0.97817462682724	0					non-mobilizable	other	1518.0	79.578	100.0	0.003501827393050576	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
TAN0001_000000002565	4012	0.5339831555405061	4	4	4	3	3	False	3115	maximal	True	TAN0001_000000002565	1.0		4	2	False	False	0.9952642321586609	0					non-mobilizable	no_good_hit	1949.0	96.40799999999999	54.0	0.0015814640720264335	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0116_000000015362	2592	0.5339824613373526	3	2	2	1	2	False	13846	maximal	True	SPA0116_000000015362	1.0		62	10	False	False	0.9969135522842407	0		MOBQ			mobilizable	chromosome	2592.0	98.727	100.0	0.0005766301653021311	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0218_000000005011	3219	0.5339822959415595	3	2	2	2	1	False	121119	maximal	True	ISR0218_000000005011	1.0		23	2	False	False	0.9984467029571533	0					non-mobilizable	no_good_hit	1656.0	98.853	58.0	0.0005216520262635247	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0044_000000014718	1849	0.5339822959415595	2	2	2	2	1	False	121112	fragment	False	ENG0200_000000010145	0.6442959604531496		0	0	False	False	0.9794483780860901	0					non-mobilizable	chromosome	1659.0	98.915	100.0	0.000522597619060377	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0020_000000007498	3775	0.5339813546699601	4	2	1	2	1	True	99696	fragment	False	AUS0020_000000007498	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0292_000000009160	2086	0.5339807186564614	3	3	3	3	2	False	25876	maximal	True	ISR0292_000000009160	1.0		7	2	False	False	0.9808245301246643	0					non-mobilizable	no_good_hit	123.0	77.236	6.0	0.00033888526353230473	NZ_AUJC01000004.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
MON0060_000000029541	1430	0.5339784408663568	2	2	2	2	1	True	10875	maximal	True	MON0060_000000029541	1.0		12	4	False	False	0.9867132902145386	0					non-mobilizable	no_good_hit	40.0	90.0	3.0	1.5327314807718834e-05	CP061846.1	high GC Gram+	Chryseoglobus sp. 28M-23 chromosome, complete genome	True	True
AUS0010_000000009051	2606	0.5339746143648213	2	2	1	2	1	False	101549	maximal	True	AUS0010_000000009051	1.0		147	11	False	False	0.9942440390586853	0					non-mobilizable	other	2580.0	99.574	99.0	0.0004978802925119113	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
DEN0029_000000000791	10857	0.5339705729783356	9	4	4	4	2	False	99564	maximal	True	DEN0029_000000000791	1.0		87	8	False	False	0.9989868402481079	0					non-mobilizable	no_good_hit	2223.0	82.411	33.0	0.0005829963300992184	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
DEN0066_000000031715	1185	0.533970104716566	2	2	2	2	1	False	70882	fragment	False	ISR0365_000000013508	0.7903002930425342		0	0	False	False	1.0	0					non-mobilizable	chromosome	1185.0	98.31200000000001	100.0	0.00039314196161009137	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0007_000000006462	6921	0.5339645120346459	9	8	7	6	8	True	14000	maximal	False	MON0047_000000004514	0.9897205868610411		0	0	False	False	1.0	0					non-mobilizable	plasmid	6921.0	99.986	100.0	0.04769486315296129	CP024274.1	enterobacteria	Escherichia coli strain F9792 plasmid unnamed, complete sequence	False	True
MON0100_000000005015	6921	0.5339645120346459	9	8	7	6	8	True	14000	maximal	False	MON0047_000000004514	0.9897205868610411		0	0	False	False	0.9997110366821289	0					non-mobilizable	plasmid	6921.0	99.986	100.0	0.04769486315296129	CP024274.1	enterobacteria	Escherichia coli strain F9792 plasmid unnamed, complete sequence	False	True
SPA0062_000000013257	2490	0.533964250237204	2	1	1	0	1	False	6171	fragment	False	SPA0062_000000013257	1.0		0	0	False	False	0.9995983839035034	0					non-mobilizable	other	2490.0	99.23700000000001	100.0	0.0007987543411608478	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0250_000000006978	1809	0.5339628116186097	5	4	4	4	4	False	29750	maximal	True	ISR0250_000000006978	1.0		637	10	False	False	1.0	0					non-mobilizable	other	1809.0	99.50200000000001	100.0	0.04495834887479796	NZ_JAAIQH010000025.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_25_length_40215_cov_181.153, whole genome shotgun sequence	False	False
AUS0022_000000022603	1503	0.5339604316111672	2	2	2	2	1	False	99100	fragment	False	AUS0022_000000022603	0.9770114942528736		0	0	False	False	0.9940119981765747	0					non-mobilizable	chromosome	1503.0	100.0	100.0	0.0005103779685257858	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0026_000000027690	1253	0.5339548244019658	2	2	2	2	1	False	7504	maximal	True	SPA0026_000000027690	1.0		52	9	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	86.24799999999999	53.0	0.00012698974433875525	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
SPA0024_000000012472	1130	0.5339505710621743	2	2	2	2	1	False	93120	fragment	False	CAN0015_000000027705	0.47447116591966426		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	98.76100000000001	100.0	0.0009096805643403607	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
MAD0035_000000010729	2084	0.5339478588983165	2	2	2	2	1	True	18774	maximal	True	MAD0035_000000010729	1.0		499	13	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	93.28399999999999	86.0	0.0003204376262438416	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0249_000000008487	2228	0.5339478548074438	3	3	3	2	2	False	105699	fragment	False	ISR0831_000000007377	0.9490601411283451		0	0	False	False	0.9995511770248413	0					non-mobilizable	chromosome	1437.0	99.374	99.0	0.00048795124021506554	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0041_000000007392	1925	0.533946933079096	2	2	2	2	1	False	36416	fragment	False	ISR0041_000000007392	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1925.0	99.792	100.0	0.0006537731101488761	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0830_000000024684	1246	0.5339456414899064	2	2	2	2	1	False	21032	maximal	True	ISR0830_000000024684	1.0		32	6	False	False	0.9919742941856384	0					non-mobilizable	other	1246.0	97.67299999999999	100.0	0.015085606271734784	NZ_WEHX01000004.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_4_length_82529_cov_169.930548, whole genome shotgun sequence	False	False
SPA0016_000000006207	5132	0.5339455566166184	9	7	5	4	3	True	107304	maximal	False	USA0120_01_000000002079	0.98741823527241		0	0	False	False	0.9980514645576477	0					non-mobilizable	other	5130.0	99.98100000000001	99.0	0.031681614903763006	NZ_CZAI01000010.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0117_000000004176	5076	0.5339455566166184	9	7	5	4	3	True	107304	maximal	False	USA0120_01_000000002079	0.983245966000775		0	0	False	False	0.9986209869384766	0					non-mobilizable	other	5076.0	99.90100000000001	100.0	0.03134805919996047	NZ_CZAI01000010.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
AST0108_000000004601	4958	0.5339455566166184	9	7	5	4	3	True	107304	maximal	False	USA0120_01_000000002079	0.9693123355940554		0	0	False	False	1.0	0					non-mobilizable	other	4958.0	100.0	100.0	0.03061917821757715	NZ_CZAI01000010.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0340_000000005279	4776	0.5339455566166184	9	7	5	4	3	True	107304	maximal	False	USA0120_01_000000002079	0.7637147546373948		0	0	False	False	0.9987437129020691	0					non-mobilizable	other	4776.0	99.83200000000001	100.0	0.02949497195661305	NZ_CZAI01000010.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
MON0047_000000014377	2705	0.5339450547848253	6	4	2	2	4	True	118518	fragment	False	MON0047_000000014377	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2705.0	97.85600000000001	100.0	0.000768843492136634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MON0004_000000013423	2892	0.5339425897962873	5	5	5	3	3	False	120863	maximal	True	MON0004_000000013423	1.0		1	1	False	False	0.9757952690124512	0					non-mobilizable	no_good_hit	1316.0	89.286	45.0	0.00037244117019198886	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0162_000000014544	1559	0.5339421565163444	2	1	1	1	1	False	39219	fragment	False	FIJ0162_000000014544	1.0		0	0	False	False	0.995509922504425	0					non-mobilizable	no_good_hit	463.0	73.002	29.0	0.0014940694922125305	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ENG0178_000000007115	3030	0.5339403849997497	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.392271358379717		0	0	False	False	1.0	0					non-mobilizable	other	3033.0	97.461	100.0	0.03216343189983206	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0009_000000036876	1208	0.5339361788692675	2	1	1	1	1	False	51156	maximal	True	FIJ0009_000000036876	1.0		1	1	False	False	0.9991722106933594	0					non-mobilizable	no_good_hit	128.0	82.031	11.0	5.858038959187919e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
MON0038_000000025909	1337	0.5339352088763129	3	3	1	3	1	False	11988	fragment	False	MON0038_000000025909	1.0		0	0	False	False	0.9364248514175415	0					non-mobilizable	no_good_hit	93.0	94.624	7.0	8.017680728981476e-05	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
MON0031_000000015508	2104	0.5339336545586606	3	3	2	3	1	False	12461	maximal	True	MON0031_000000015508	1.0		13	7	False	False	0.9648289084434509	0					non-mobilizable	no_good_hit	775.0	76.645	37.0	0.00047829272509923484	NZ_ATXD01000007.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CAN0010_000000000889	18200	0.5339333381707739	30	12	5	7	9	False	114082	maximal	True	CAN0010_000000000889	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5585.0	99.445	78.0	0.11047799936688825	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	True	False
USA0011_01_000000015307	2412	0.5339297119577162	2	2	2	2	2	False	2019	maximal	True	USA0011_01_000000015307	1.0		11	5	False	False	0.9995853900909424	0					non-mobilizable	no_good_hit	756.0	77.646	31.0	0.0020811828706932627	NZ_BDQY01000001.1	firmicutes	Tepidibacter mesophilus strain JCM 16806, whole genome shotgun sequence	True	False
ISR0073_000000001428	14503	0.533929550717802	14	8	3	7	7	True	98551	fragment	False	ISR0073_000000001428	1.0		0	0	False	False	0.9991036057472229	0					non-mobilizable	no_good_hit	933.0	72.99	7.0	0.004277175856480084	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	True	True
ENG0124_000000010948	2844	0.5339263027718318	5	4	3	4	4	False	58942	maximal	True	ENG0124_000000010948	1.0		266	12	False	False	1.0	0					non-mobilizable	other	2844.0	99.75399999999999	100.0	0.036880407850869795	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
CAN0018_000000022902	1491	0.5339206835594571	1	1	1	1	1	False	92115	fragment	False	CAN0018_000000022902	1.0		0	0	False	False	0.9926223754882812	0					non-mobilizable	no_good_hit	1319.0	80.13600000000001	88.0	0.0339784387582803	GU942954.1		Uncultured organism clone 26 genomic sequence	True	False
ISR0041_000000009675	1542	0.5339198153880995	2	2	2	2	2	False	36411	fragment	False	ISR0041_000000009675	1.0		0	0	False	False	0.9987030029296875	0					non-mobilizable	other	1555.0	80.38600000000001	99.0	0.0003008628895862443	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	False	False
FIJ0023_000000013510	2397	0.5339171202312554	4	2	2	2	1	False	49368	maximal	True	FIJ0023_000000013510	1.0		222	12	False	False	1.0	0					non-mobilizable	other	1229.0	85.76100000000001	100.0	0.035957440537593206	NZ_QRYH01000027.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf27, whole genome shotgun sequence	False	False
DEN0079_000000019045	2841	0.5339152846192425	3	2	2	2	2	False	93593	maximal	True	DEN0079_000000019045	1.0		42	7	False	False	1.0	0					non-mobilizable	no_good_hit	2096.0	95.46799999999999	80.0	0.0006309362974188531	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0187_000000009604	1634	0.5339148042467248	3	1	1	1	1	False	77067	maximal	True	CHI0187_000000009604	1.0		1	1	False	False	0.9920440912246704	0					non-mobilizable	no_good_hit	607.0	99.34100000000001	37.0	0.00017030537496128784	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0008_000000005319	4310	0.5339114776272965	4	4	4	4	4	False	67478	maximal	True	ENG0008_000000005319	1.0		10	4	False	False	0.9902552366256714	0					non-mobilizable	no_good_hit	1639.0	94.448	85.0	0.0003123261279682899	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ITA0002_000000000844	7156	0.5339092747405536	9	5	1	4	4	False	20441	fragment	False	ITA0002_000000000844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5239.0	99.007	86.0	0.09077357738373806	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	True	False
ISR0015_000000004260	5466	0.5339090548534382	7	7	4	5	6	False	123462	maximal	True	ISR0015_000000004260	0.9982449297971918		35	7	False	False	0.9941456317901611	0					non-mobilizable	no_good_hit	1695.0	91.74	69.0	0.00040465390344785265	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
FIJ0053_000000011857	1749	0.5339073286053195	2	2	2	1	1	False	46450	fragment	False	FIJ0053_000000011857	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0133_000000005145	4443	0.533906890666808	4	4	2	3	2	False	3701	fragment	False	SPA0133_000000005145	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4444.0	99.07700000000001	100.0	0.0008010403233624845	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
FIJ0015_000000008599	3382	0.5339068745084815	4	3	1	3	1	False	86917	maximal	True	FIJ0015_000000008599	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00015737108685135427	LN594450.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001670	True	False
ISR0349_000000007605	1470	0.5339045182764679	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.04947492241298629		0	0	False	False	1.0	0					non-mobilizable	chromosome	1463.0	96.92399999999999	100.0	0.00045136296169750296	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0120_000000023733	1099	0.533904201340646	2	1	1	1	1	False	41502	maximal	True	FIJ0120_000000023733	1.0		20	4	False	False	0.9927206635475159	0					non-mobilizable	no_good_hit	501.0	93.014	46.0	0.003481821410416217	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	False
DEN0052_000000011627	3419	0.5339029283146761	3	3	3	3	1	False	72325	maximal	True	DEN0052_000000011627	1.0		19	9	False	False	1.0	0					non-mobilizable	other	3421.0	91.932	100.0	0.026889672100195102	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	False	False
TAN0001_000000008068	1723	0.533901521811514	4	3	3	2	1	False	3101	maximal	True	TAN0001_000000008068	1.0		6	2	False	False	0.9941961765289307	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.2315113654815575e-05	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	False
MON0081_000000028108	1939	0.5339014317609677	4	2	2	2	2	False	95297	fragment	False	CAN0007_000000019492	0.9463670003636014		0	0	False	False	1.0	0					non-mobilizable	other	1799.0	75.875	91.0	0.0005026126725751008	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0303_000000003499	3262	0.5339011585943448	6	2	1	2	1	True	119046	maximal	True	ISR0303_000000003499	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	89.12899999999999	41.0	0.016052254184793745	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
FIJ0043_000000009940	2671	0.5339011585943448	4	2	1	2	1	True	119031	fragment	False	FIJ0043_000000009940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	85.863	50.0	0.016052254184793745	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
MON0059_000000012111	3140	0.5339009738353152	5	3	2	3	2	False	10950	maximal	True	MON0059_000000012111	1.0		180	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0104_000000007504	4588	0.5338967237650107	4	4	4	3	2	True	4847	maximal	True	SPA0104_000000007504	1.0		1	1	False	False	0.9945510029792786	0					non-mobilizable	no_good_hit	1860.0	81.613	40.0	0.00045272178697793215	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	True
CHI0121_000000003343	2409	0.5338952598078962	3	3	3	3	3	False	81786	maximal	True	CHI0121_000000003343	1.0		7	4	False	False	0.9991697669029236	0					non-mobilizable	no_good_hit	1221.0	72.563	50.0	0.0021460883233774693	NZ_FOJI01000001.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
ISR0090_000000006252	3889	0.5338942325515104	5	5	2	4	5	False	33685	maximal	True	ISR0090_000000006252	1.0		111	10	False	False	0.9994857311248779	0					non-mobilizable	other	3883.0	98.48100000000001	99.0	0.0016456062694122828	CP006713.1	high GC Gram+	Bifidobacterium breve JCM 7019, complete genome	False	False
TAN0008_000000017625	1282	0.5338881337179566	1	1	1	1	1	False	2736	maximal	True	TAN0008_000000017625	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1117.0	99.015	98.0	0.0004336998796832592	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0331_000000006650	3302	0.5338875275507353	6	5	2	3	3	False	24618	maximal	True	ISR0331_000000006650	1.0		458	15	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	85.346	38.0	0.0002321564445629294	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0219_000000009335	3474	0.5338858018218429	4	4	4	4	4	False	35161	maximal	True	ISR0219_000000009335	1.0		61	10	False	False	1.0	0					non-mobilizable	other	3475.0	97.554	100.0	0.0015010251746946086	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
MON0061_000000007355	5398	0.533885756769228	9	3	0	3	0	False	10842	maximal	True	MON0061_000000007355	1.0		1	1	True	True	0.9998147487640381	19					non-mobilizable	no_good_hit	1726.0	85.805	43.0	0.32936660268714013	NC_026613.1	viruses	Uncultured phage WW-nAnB strain 3, complete genome	True	True
ISR0190_000000011974	1913	0.5338831695971341	3	3	3	2	1	False	56922	maximal	True	ISR0190_000000011974	1.0		1	1	False	False	0.9717720746994019	0					non-mobilizable	no_good_hit	352.0	99.71600000000001	18.0	0.00011623413329571454	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
ENG0009_000000001709	8009	0.5338831454026693	5	5	3	5	0	True	129158	fragment	False	SPA0093_000000004000	0.08605823762760109		0	0	False	False	0.9992508292198181	0					non-mobilizable	no_good_hit	752.0	88.431	20.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0095_000000024046	1324	0.5338819217759463	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.12637370338134926	PS730	0	0	False	True	0.9848942756652832	0					non-mobilizable	chromosome	1326.0	91.176	100.0	0.0004611472143640909	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0093_000000010493	1160	0.5338810072290864	2	2	2	2	2	False	66578	fragment	False	SPA0019_000000024228	0.9689674521787882		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	98.60700000000001	99.0	0.022504949912763913	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	False	False
CHI0111_000000006014	5104	0.5338754695094529	4	4	1	4	3	False	82640	fragment	False	CHI0111_000000006014	1.0		0	0	False	False	0.9980407357215881	0					non-mobilizable	other	5108.0	98.473	100.0	0.025474879284887664	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
ISR0146_000000012687	3095	0.5338720164146635	2	2	2	2	2	False	56283	fragment	False	ISR0146_000000012687	1.0		0	0	False	False	0.996445894241333	0					non-mobilizable	other	3079.0	98.01899999999999	99.0	0.0009263771125825261	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0051_000000026203	1391	0.5338707430949947	2	1	1	1	1	False	11253	fragment	False	MON0051_000000026203	1.0		0	0	False	False	0.9669302701950073	0					non-mobilizable	no_good_hit	701.0	74.465	49.0	0.00023510904638605524	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0125_000000002259	8334	0.5338700422711065	9	4	2	4	2	False	101198	maximal	True	FIJ0125_000000002259	1.0	PS585	11	5	False	True	1.0	0					non-mobilizable	no_good_hit	181.0	93.92299999999999	14.0	4.801627431590814e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0077_000000034165	1104	0.5338688176286204	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.06744292698224048		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	99.819	100.0	0.004233661253363323	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0153_000000015080	1899	0.5338678294761108	2	2	2	2	2	False	30673	maximal	True	ISR0153_000000015080	1.0		2	1	False	False	0.9978936314582825	0					non-mobilizable	other	1892.0	96.089	99.0	0.006512425611637646	NZ_JAAWUO010000002.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_2_length_290368_cov_102.031, whole genome shotgun sequence	False	False
FIJ0020_000000012174	1785	0.5338676206586986	3	3	2	3	3	False	125017	fragment	False	CHI0065_000000006939	0.9608048293745791		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	98.655	100.0	0.05666370219794181	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0084_000000009932	2480	0.5338644897348143	2	2	2	2	2	False	62571	fragment	False	ISR0084_000000009932	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2410.0	99.046	100.0	0.0004808055018998703	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
AST0153_000000017334	1905	0.5338641408386726	2	1	1	1	1	False	103379	maximal	True	AST0153_000000017334	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0024_000000001497	4576	0.533862711641829	4	3	2	3	3	False	13352	maximal	True	TAN0024_000000001497	1.0		6	3	False	False	0.9958478808403015	0					non-mobilizable	no_good_hit	796.0	91.709	24.0	0.013044406840920666	NZ_JXQL01000022.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig22, whole genome shotgun sequence	True	False
ENG0145_000000011428	2790	0.533862663495628	2	2	2	2	2	False	60757	maximal	True	ENG0145_000000011428	1.0		33	6	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	84.615	5.0	2.8507741888189923e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0028_000000016123	1937	0.5338597739236756	3	3	3	3	2	False	46289	maximal	True	SPA0028_000000016123	1.0		126	13	False	False	0.995353639125824	0					non-mobilizable	no_good_hit	504.0	94.84100000000001	48.0	0.00016930685504270201	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0026_000000020418	1388	0.5338579351111447	2	2	2	2	1	False	74153	maximal	True	DEN0026_000000020418	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0026_000000002278	10801	0.53385709509833	10	5	3	4	1	False	49147	maximal	True	FIJ0026_000000002278	1.0		45	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0268_000000002985	5229	0.5338570216712305	3	3	2	3	1	False	26505	maximal	True	ISR0268_000000002985	1.0		1	1	False	False	0.9890992641448975	0					non-mobilizable	no_good_hit	2650.0	99.925	60.0	0.0008920417350262259	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
MON0061_000000008758	4652	0.5338539618257139	8	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.9079168051634451		0	0	False	False	1.0	0					non-mobilizable	chromosome	4633.0	99.935	99.0	0.0015591040806318007	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0129_000000004305	4638	0.5338539618257139	8	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.9076794920418703		0	0	False	False	1.0	0					non-mobilizable	chromosome	4638.0	99.935	100.0	0.0015607870513578712	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0030_000000004607	4637	0.5338539618257139	8	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.8465349727484578		0	0	False	False	1.0	0					non-mobilizable	other	4637.0	99.95700000000001	100.0	0.0014422517544389062	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0132_000000003080	8074	0.5338420331760426	24	5	3	4	5	False	46157	maximal	True	FIJ0132_000000003080	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	94.444	3.0	0.05379339905700815	MK233562.1	viruses	Uncultured human fecal virus clone F.saccharivorans_S05.J22_3-CL32_c1 sequence	True	False
ISR0177_000000018366	1689	0.533839046146999	2	2	2	2	1	True	29752	fragment	False	ISR0177_000000018366	1.0		0	0	False	False	0.9780935645103455	0					non-mobilizable	other	1648.0	96.602	98.0	0.0011102662212119495	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
FIJ0005_000000013203	2499	0.5338373794766031	4	2	1	2	0	False	91251	fragment	False	FIJ0005_000000013203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	98.286	30.0	6.139976646916408e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
TAN0010_000000006119	2383	0.5338373794766031	4	3	1	3	0	False	2620	fragment	False	TAN0010_000000006119	1.0		0	0	False	False	0.998741090297699	0					non-mobilizable	no_good_hit	622.0	74.116	26.0	0.00021525205486316144	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0034_000000016749	1712	0.5338373794766031	4	3	1	3	0	False	94773	fragment	False	ISR0016_000000012180	0.6307061673188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	83.10799999999999	9.0	3.280652836339316e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CAN0022_000000023209	1416	0.5338373794766031	2	2	1	2	0	False	91248	fragment	False	CAN0022_000000023209	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	93.939	8.0	1.1090360206097621e-05	LN899821.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : III	True	False
ISR0219_000000025829	1263	0.5338373794766031	2	2	1	2	0	False	28025	fragment	False	ISR0219_000000025829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	72.49600000000001	53.0	0.00020325439934619835	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0027_000000033468	1123	0.5338362425072333	2	2	2	2	2	False	58300	fragment	False	ISR0282_000000019115	0.21271186440677967		0	0	False	False	0.9750667810440063	0					non-mobilizable	no_good_hit	505.0	76.436	44.0	0.002932551319648094	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0144_000000003648	5431	0.5338351224196997	6	5	5	5	5	False	57574	maximal	True	ENG0144_000000003648	1.0		61	8	False	False	1.0	0					non-mobilizable	chromosome	5432.0	99.521	100.0	0.0013624757614809284	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
USA0145_01_000000010277	2341	0.5338348201511615	2	2	2	1	1	False	69198	maximal	True	USA0145_01_000000010277	1.0		59	8	False	False	1.0	0					non-mobilizable	no_good_hit	1066.0	86.492	48.0	0.0002817144259272768	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
USA0034_01_000000006790	8373	0.5338347737683338	8	7	2	4	6	True	105597	fragment	False	ISR0228_000000002266	0.6364384125025704		0	0	False	False	1.0	0					non-mobilizable	other	4848.0	96.679	99.0	0.0009385672304461448	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
USA0069_01_000000034879	1741	0.5338324998268845	2	2	2	2	2	False	28425	fragment	False	USA0069_01_000000034879	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1631.0	91.294	94.0	0.12729402577118312	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	False	False
USA0030_01_000000013471	1226	0.5338274708495394	2	2	2	1	1	False	81439	maximal	True	USA0030_01_000000013471	1.0		8	5	False	False	0.9053833484649658	0					non-mobilizable	other	1082.0	79.945	90.0	0.0006952048919723827	NZ_UICR01000002.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	False	False
MAD0090_000000000393	22548	0.533826754967827	35	14	4	10	10	False	58435	maximal	True	MAD0090_000000000393	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2489.0	94.536	36.0	0.09665296535525543	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
MON0037_000000015273	4002	0.5338267113112748	2	2	2	2	2	False	119085	maximal	False	MON0060_000000008518	0.9249267578125		0	0	False	False	0.9845077395439148	0					non-mobilizable	other	2556.0	97.22200000000001	99.0	0.003261018240481879	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
SPA0117_000000003402	10108	0.5338230029622753	13	8	7	6	4	False	95456	fragment	False	SPA0117_000000003402	1.0		0	0	False	False	0.999505341053009	0					non-mobilizable	chromosome	10092.0	98.494	99.0	0.0035942612922172544	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
AST0024_000000017824	1951	0.5338226507208	1	1	1	1	1	False	121239	maximal	True	AST0024_000000017824	1.0		275	11	False	False	0.9994874596595764	0					non-mobilizable	other	1957.0	85.02799999999999	99.0	0.04239645356164979	NZ_BAKJ01000038.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
ISR0220_000000005067	1909	0.5338213436863065	3	2	2	2	2	False	27987	fragment	False	ISR0220_000000005067	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1909.0	100.0	100.0	0.006551207921879936	CP027112.1	enterobacteria	Enterobacter hormaechei strain BW plasmid unnamed1, complete sequence	False	True
CHI0167_000000010053	2052	0.5338210439222351	6	5	5	4	2	True	117236	maximal	True	CHI0167_000000010053	1.0		5	5	False	False	0.9985380172729492	0					non-mobilizable	no_good_hit	1434.0	98.745	75.0	0.0003996696288306221	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0325_000000010467	1945	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.968791033674557		0	0	False	False	1.0	0					non-mobilizable	other	1945.0	100.0	100.0	0.014865908586897507	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0141_000000014333	1878	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.934189321585712		0	0	False	False	0.9717785120010376	0					non-mobilizable	other	1839.0	100.0	99.0	0.014055318921151038	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0810_000000008809	1874	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9326218916358366		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	99.946	99.0	0.014024730631877586	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0111_000000010948	1839	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9336202765996235		0	0	False	False	1.0	0					non-mobilizable	other	1839.0	100.0	100.0	0.014055318921151038	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0060_000000016667	1839	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9336202765996235		0	0	False	False	1.0	0					non-mobilizable	other	1839.0	100.0	100.0	0.014055318921151038	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0817_000000006731	1831	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.9164499507046004		0	0	False	False	0.9950846433639526	0					non-mobilizable	other	1839.0	96.465	100.0	0.014055318921151038	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0844_000000007110	1771	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8667329176071742		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	98.81	99.0	0.013489435569592182	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0794_000000011483	1767	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8660801657007035		0	0	False	False	0.9994340538978577	0					non-mobilizable	other	1758.0	99.943	99.0	0.013435906063363642	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0781_000000016748	1766	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8660735851081871		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	99.943	99.0	0.013435906063363642	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
USA0102_01_000000007718	1709	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8331893829562375		0	0	False	False	0.9923931956291199	0					non-mobilizable	other	1709.0	100.0	100.0	0.013061199519763858	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0055_000000011246	1709	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8331893829562375		0	0	False	False	0.9912229180335999	0					non-mobilizable	other	1709.0	100.0	100.0	0.013061199519763858	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0103_000000017357	1709	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8326761738870407		0	0	False	False	1.0	0					non-mobilizable	other	1709.0	99.941	100.0	0.013061199519763858	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0051_000000014483	1704	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.8196149880996285		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	99.941	100.0	0.01301531708585368	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
USA0082_01_000000018145	1645	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.5203114871207709		0	0	False	False	1.0	0					non-mobilizable	other	1645.0	99.939	100.0	0.012571786891388631	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ENG0116_000000015151	1582	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.3807869571933309		0	0	False	False	0.998735785484314	0					non-mobilizable	other	1582.0	100.0	100.0	0.012090021335331769	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0288_000000019837	1501	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.09008613510233722		0	0	False	False	1.0	0					non-mobilizable	other	1501.0	99.867	100.0	0.011470608477544372	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
AUS0014_000000019542	1410	0.5338209304816677	2	2	1	2	1	True	109741	fragment	False	ISR0134_000000015586	0.06752303291047852		0	0	False	False	0.9950354695320129	0					non-mobilizable	other	1392.0	100.0	100.0	0.00039700978282337603	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
CHI0039_000000005851	2224	0.5338189802868891	5	3	2	2	3	False	94420	fragment	False	ISR0197_000000010217	0.7030219140403874		0	0	False	False	1.0	0					non-mobilizable	other	2227.0	95.64399999999999	100.0	0.00043070982333928454	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0015_000000004558	2142	0.5338189802868891	5	3	2	2	3	False	94419	fragment	False	CHI0015_000000004558	1.0		0	0	False	False	0.9878618121147156	0					non-mobilizable	other	2146.0	95.76	100.0	0.0004150300499952477	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0056_000000010221	2111	0.5338182856715474	3	2	2	2	1	False	35640	fragment	False	ISR0056_000000010221	0.9958419958419958		0	0	False	False	0.9824727773666382	0					non-mobilizable	other	2113.0	94.321	100.0	0.09567466981346162	NZ_JAAIUL010000033.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_33_length_22033_cov_360.854, whole genome shotgun sequence	False	False
ENG0066_000000013624	1530	0.5338181030119586	2	2	2	2	2	False	62746	maximal	True	ENG0066_000000013624	0.9888814016172507		233	13	False	False	0.9921568632125854	0					non-mobilizable	no_good_hit	874.0	71.968	56.0	0.004401901214212288	NZ_VWRQ01000014.1	firmicutes	Paenibacillus tepidiphilus strain SYSU G01001 SYSU_G01001_Contig14, whole genome shotgun sequence	True	False
ENG0146_000000002911	8219	0.5338153123141351	5	4	2	2	4	False	57448	maximal	True	ENG0146_000000002911	1.0		6	4	False	False	0.9998783469200134	0					non-mobilizable	other	8070.0	98.12899999999999	98.0	0.001898744768493847	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	False
TAN0021_000000019698	1181	0.5338142793353698	2	2	2	1	2	False	87076	fragment	False	FIJ0123_000000027964	0.9245331914019905		0	0	False	False	0.995766282081604	0					non-mobilizable	other	1181.0	95.258	100.0	0.0003141883058679939	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0094_000000015420	2348	0.5338129047407896	2	2	2	2	2	False	68365	maximal	False	ISR0139_000000010535	0.977253928866832		0	0	False	False	1.0	0					non-mobilizable	other	2294.0	79.555	97.0	0.0011374658760237193	NZ_LT635494.1	actinobacteria	Olsenella phocaeensis strain Marseille-P2936T, whole genome shotgun sequence	False	False
SPA0153_000000004566	3722	0.5338065835641408	7	4	4	3	2	False	117079	fragment	False	SPA0153_000000004566	0.9692484707379467		0	0	False	False	0.9983879923820496	0					non-mobilizable	other	3411.0	99.795	92.0	0.05107389988916514	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
CHI0167_000000002145	7832	0.533805720564294	8	7	3	3	6	True	105595	fragment	False	CHI0167_000000002145	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3297.0	96.48200000000001	97.0	0.0006372030928947207	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0096_000000027671	1634	0.5338048858582827	2	2	2	2	2	False	83533	fragment	False	FIJ0145_000000008681	0.9351381838691484		0	0	False	False	0.9785801768302917	0					non-mobilizable	other	1634.0	99.816	100.0	0.00035181439711550974	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0398_000000010621	2198	0.5338043478311678	3	3	3	3	2	False	22619	maximal	True	ISR0398_000000010621	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit	167.0	76.64699999999999	8.0	0.0036054540687002886	NZ_CYYU01000013.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
AST0014_000000004720	3821	0.5338043192635025	5	3	2	3	2	False	124531	fragment	False	AST0014_000000004720	1.0		0	0	False	False	0.9958125948905945	0					non-mobilizable	other	2985.0	99.73200000000001	100.0	0.0005691160334901136	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ENG0042_000000003091	8639	0.5337990827336697	10	8	5	5	5	False	128693	fragment	False	DEN0010_000000003825	0.7862945078681376		0	0	False	False	0.9998842477798462	0					non-mobilizable	other	8641.0	98.553	100.0	0.066839995666775	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0059_01_000000007167	3687	0.5337981836318887	4	3	3	3	2	False	927	maximal	True	USA0059_01_000000007167	1.0		1	1	False	False	0.9894223213195801	0					non-mobilizable	no_good_hit	3045.0	97.537	89.0	0.0013575042271396422	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0037_000000023930	1392	0.533795459154265	2	2	2	1	2	False	47737	maximal	True	FIJ0037_000000023930	1.0		10	3	False	False	0.9992815852165222	0					non-mobilizable	chromosome	921.0	99.131	100.0	0.0003788786674013618	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0066_000000022377	1456	0.5337941840635397	2	1	1	1	1	False	16556	maximal	True	MAD0066_000000022377	1.0		23	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0144_000000027521	1167	0.5337920560354307	1	1	1	1	1	False	48216	fragment	False	ISR0217_000000019195	0.9501359032814398		0	0	False	False	0.999143123626709	0					non-mobilizable	no_good_hit								True	False
CHI0041_000000013395	1140	0.5337916186738703	2	2	2	2	2	False	87525	fragment	False	CHI0041_000000013395	1.0		0	0	False	False	0.9938596487045288	0					non-mobilizable	chromosome	1134.0	85.09700000000001	99.0	0.0003935262320612688	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0816_000000021644	1782	0.5337886338097512	2	2	2	2	2	False	21412	fragment	False	ISR0816_000000021644	1.0		0	0	False	False	0.9388327598571777	0					non-mobilizable	no_good_hit	1045.0	95.50200000000001	67.0	0.0003638984820832282	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0117_000000002183	11984	0.5337866767752688	10	8	6	6	8	False	116156	maximal	True	ISR0117_000000002183	1.0		195	9	False	False	1.0	0					non-mobilizable	other	11983.0	99.324	99.0	0.003377983904584999	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0088_000000018772	1540	0.5337820864397435	1	1	1	1	0	True	43652	maximal	True	FIJ0088_000000018772	1.0		1	1	False	False	0.9857142567634583	0					non-mobilizable	no_good_hit	1151.0	90.791	75.0	0.001860991989643175	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
CAN0006_000000010086	4468	0.5337788924261894	7	6	2	6	6	False	95753	fragment	False	CAN0006_000000010086	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4470.0	93.289	100.0	0.001557025401787146	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0043_000000005454	1742	0.5337759454521842	1	1	1	1	1	False	87378	fragment	False	CHI0043_000000005454	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1741.0	99.25299999999999	99.0	0.026626268190790985	NZ_DS499670.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0249_000000008469	2230	0.5337734252653649	3	3	3	3	3	False	35693	fragment	False	ISR0249_000000008469	1.0		0	0	False	False	0.9923766851425171	0					non-mobilizable	chromosome	2233.0	96.014	100.0	0.0007574117788575077	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0017_000000006251	3534	0.5337620134277873	5	3	2	2	2	False	66717	fragment	False	ENG0017_000000006251	0.9988485895221646		0	0	False	False	0.9903791546821594	0					non-mobilizable	no_good_hit	1291.0	90.473	81.0	0.002610817751937827	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0844_000000003867	3474	0.5337620134277873	5	3	2	2	2	False	66717	fragment	False	ENG0017_000000006251	0.9903791737408036		0	0	False	False	0.9994242787361145	0					non-mobilizable	no_good_hit	1291.0	90.395	81.0	0.002610817751937827	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0043_000000006545	3774	0.5337618229595285	4	3	2	2	2	False	11692	maximal	True	MON0043_000000006545	1.0		5	4	False	False	0.995760440826416	0					non-mobilizable	no_good_hit	2765.0	97.758	73.0	0.08262730892434811	NZ_QIML01000019.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_19, whole genome shotgun sequence	True	False
ISR0190_000000012888	1769	0.5337612892871196	1	1	1	1	1	False	29181	fragment	False	ISR0190_000000012888	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	99.60600000000001	100.0	0.00036398329862429084	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
CHI0137_000000014814	1199	0.5337503922471439	1	1	1	1	1	False	80454	fragment	False	FIJ0003_000000018162	0.963452566096423		0	0	False	False	0.9883236289024353	0					non-mobilizable	other	1210.0	81.653	100.0	0.031120924795427978	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
ISR0821_000000026997	1230	0.5337503634899258	2	1	1	1	1	False	45688	fragment	False	FIJ0062_000000022494	0.9612756264236901		0	0	False	False	0.9780488014221191	0					non-mobilizable	no_good_hit								True	False
USA0011_01_000000010653	3540	0.533749988590414	6	5	2	3	4	True	115646	fragment	False	USA0011_01_000000010653	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	other	2221.0	99.82	100.0	0.32864336492890994	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ISR0087_000000010864	2875	0.533749988590414	5	5	2	3	4	True	115630	fragment	False	ISR0087_000000010864	0.9868073878627968		0	0	False	False	1.0	0		MOBV			mobilizable	other	1680.0	99.70200000000001	100.0	0.24866706161137442	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
ENG0002_000000008153	2653	0.533749988590414	5	5	2	3	4	True	115630	fragment	False	ISR0087_000000010864	0.9490434782608695		0	0	False	False	0.9996230602264404	0					non-mobilizable	other	1416.0	98.164	100.0	0.2095675355450237	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	False	True
FIJ0120_000000020202	1264	0.5337469606386628	2	2	2	2	1	False	41511	fragment	False	ISR0233_000000015213	0.9759504130739345		0	0	False	False	0.9952531456947327	0					non-mobilizable	other	1251.0	97.522	99.0	0.0072658366174914845	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
SPA0061_000000011687	1291	0.533745384401404	1	1	1	1	1	False	117038	maximal	True	SPA0061_000000011687	0.9687975646879757		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	83.815	80.0	0.0009047471690592203	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0060_000000010925	1274	0.533745384401404	1	1	1	1	1	False	117038	maximal	False	SPA0061_000000011687	0.9641545241006209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	83.815	81.0	0.0009047471690592203	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MON0038_000000009788	2961	0.5337448059446325	4	4	4	3	3	False	117344	fragment	False	MON0038_000000009788	1.0		0	0	False	True	0.9993245601654053	0					non-mobilizable	chromosome	1857.0	94.13	99.0	0.0007643465290183995	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0810_000000012937	1394	0.5337444818915347	2	1	1	1	1	False	21707	maximal	True	ISR0810_000000012937	1.0		30	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0808_000000008516	1900	0.5337439742164947	3	3	2	2	2	False	21747	maximal	True	ISR0808_000000008516	1.0		511	14	False	False	0.9947368502616882	0					non-mobilizable	other	1809.0	99.447	95.0	0.1466104443723646	NZ_CYXV01000026.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CAN0020_000000012573	2952	0.5337371238068996	3	3	3	3	3	False	91894	maximal	True	CAN0020_000000012573	1.0		100	9	False	False	0.9939024448394775	0					non-mobilizable	chromosome	2933.0	99.38600000000001	99.0	0.0007356867279304019	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0153_000000006053	4566	0.5337368637578874	5	5	5	5	5	False	98880	maximal	True	FIJ0153_000000006053	1.0		74	9	False	False	1.0	0					non-mobilizable	no_good_hit	331.0	73.71600000000001	7.0	0.001124951702301535	NZ_FQXV01000004.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0853_000000007015	2472	0.5337308048431333	5	3	3	3	2	False	20526	fragment	False	ISR0853_000000007015	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2446.0	93.786	99.0	0.005701130810586873	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0116_000000013240	1809	0.5337253288806196	3	3	0	2	2	True	70384	fragment	False	ENG0116_000000013240	0.9668367346938775		0	0	False	False	0.9950248599052429	0					non-mobilizable	other	1809.0	99.55799999999999	100.0	0.0005081058051650304	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0355_000000014842	1432	0.533724280735748	2	2	1	1	2	False	23944	maximal	True	ISR0355_000000014842	1.0		203	11	False	False	1.0	0					non-mobilizable	no_good_hit	1239.0	76.998	85.0	0.0003673186371755967	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0094_000000004395	3870	0.5337241019826595	4	3	3	3	3	False	115903	maximal	False	CAN0017_000000008793	0.9390651085141903		0	0	False	False	0.9943152666091919	0					non-mobilizable	no_good_hit	1974.0	85.258	51.0	0.000674481928990899	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0054_000000014850	1811	0.5337201515729416	3	2	2	1	1	False	63754	fragment	False	ENG0054_000000014850	1.0		0	0	False	False	0.9845389127731323	0					non-mobilizable	other	1787.0	99.49600000000001	99.0	0.0035417955674012023	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0060_000000007294	3991	0.5337181710816478	3	2	1	1	1	True	61515	fragment	False	ISR0060_000000007294	1.0		0	0	False	False	0.9987471699714661	0					non-mobilizable	no_good_hit	1520.0	71.711	37.0	0.023300092076720198	NZ_QOHO01000057.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_57, whole genome shotgun sequence	True	True
MON0107_000000020389	2851	0.5337162606798012	3	3	3	3	3	False	8604	fragment	False	MON0107_000000020389	1.0		0	0	False	False	0.9912311434745789	0					non-mobilizable	no_good_hit	1475.0	84.949	78.0	0.0004118999661923246	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0093_000000013581	2378	0.5337074628029638	2	2	2	2	2	False	68485	maximal	True	DEN0093_000000013581	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0771_000000002896	3782	0.5337064910825033	5	4	3	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.7668769800734595	PS317|PS959	0	0	False	True	0.9992067813873291	0					non-mobilizable	no_good_hit	284.0	93.662	8.0	8.430263804030087e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0079_000000008792	3683	0.5337064910825033	4	4	3	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.8828432689169304	PS317|PS959	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	153.0	94.771	6.0	4.576428922187762e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
AST0087_000000009530	3663	0.5337064910825033	5	4	3	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.7662661811726899	PS317|PS959	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	155.0	95.484	6.0	4.636645092216548e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0001_000000011286	3601	0.5337064910825033	4	4	3	4	3	False	126419	backbone	False	FIJ0021_000000012876	0.7575217964195569	PS317|PS959	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	4.0	0.001220863921864709	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	True	True
ISR0213_000000012559	2076	0.5337048189539412	2	1	1	1	1	False	28276	maximal	True	ISR0213_000000012559	1.0		271	12	False	False	1.0	0					non-mobilizable	other	2076.0	96.435	100.0	0.004775801989495537	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	False	False
ISR0152_000000007022	3406	0.5337046515565363	5	4	4	4	3	False	112697	fragment	False	ISR0152_000000007022	0.5735053066746044		0	0	False	False	1.0	0					non-mobilizable	other	3406.0	97.09299999999999	100.0	0.037006847081838934	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0029_000000004611	5207	0.5337031481499318	2	2	2	2	1	True	65828	maximal	True	ENG0029_000000004611	1.0		1	1	False	False	0.9951987862586975	0					non-mobilizable	no_good_hit	2657.0	97.855	51.0	0.0015339434069599218	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
AST0104_000000006068	5164	0.5336997376749499	4	4	4	4	3	False	108021	maximal	True	AST0104_000000006068	1.0		144	11	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	85.156	33.0	0.0003034404300223214	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0088_000000003506	1465	0.5336931979851592	2	2	2	2	2	True	112263	fragment	False	CHI0186_000000012181	0.33764305253792093		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	98.87100000000001	91.0	0.02738821976571523	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0148_000000002951	5767	0.5336894859915193	7	3	1	2	1	False	113914	maximal	True	FIJ0148_000000002951	0.956743449973624		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1365.0	74.725	23.0	0.29564452265728114	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
ISR0029_000000008040	5687	0.5336894859915193	6	3	1	2	1	False	113914	maximal	False	FIJ0148_000000002951	0.9474596844113057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	75.407	20.0	0.25362956445226575	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
MAD0064_000000004425	4149	0.5336889867757537	5	2	2	2	2	False	96321	maximal	True	MAD0064_000000004425	1.0		24	3	False	False	0.9997589588165283	0					non-mobilizable	no_good_hit	2721.0	93.458	82.0	0.0009239132466189159	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0068_000000003544	3560	0.5336873229585696	4	2	1	1	2	False	88181	fragment	False	ISR0787_000000003413	0.9768281237458554		0	0	False	False	1.0	0					non-mobilizable	other	3560.0	100.0	100.0	0.012867793276496663	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0030_000000005966	3544	0.5336873229585696	4	2	1	1	2	False	88181	fragment	False	ISR0787_000000003413	0.9737174210128429		0	0	False	False	1.0	0					non-mobilizable	other	3544.0	99.97200000000001	100.0	0.012809944247998785	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0014_000000007409	3358	0.5336873229585696	4	2	1	1	2	False	88181	fragment	False	ISR0787_000000003413	0.8444181035123568		0	0	False	False	0.9994044303894043	0					non-mobilizable	other	3358.0	100.0	100.0	0.012137449291710957	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0003_000000008653	3185	0.5336873229585696	3	2	1	1	2	False	76682	fragment	False	DEN0003_000000008653	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2517.0	99.444	100.0	0.0006289220101697814	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	False	False
MON0102_000000014526	3149	0.5336873229585696	3	2	1	1	2	False	76682	fragment	False	DEN0003_000000008653	0.994348508634223		0	0	False	False	0.9996824264526367	0					non-mobilizable	other	2496.0	99.59899999999999	100.0	0.0006239206422956679	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	False	False
ISR0167_000000009818	3067	0.5336873229585696	4	2	1	1	2	False	88181	fragment	False	ISR0787_000000003413	0.4699182063732669		0	0	False	False	0.9850016236305237	0					non-mobilizable	other	3067.0	100.0	100.0	0.011085320085905808	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0073_000000008488	3016	0.5336873229585696	4	2	1	1	2	False	88172	fragment	False	ENG0073_000000008488	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1188.0	89.646	73.0	0.0012443788130981214	NZ_KE159504.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.2, whole genome shotgun sequence	True	False
USA0039_01_000000017219	1295	0.5336841079458935	2	2	2	2	2	False	1310	fragment	False	USA0039_01_000000017219	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	98.764	100.0	0.016952927458764033	NZ_PYLP01000010.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_9, whole genome shotgun sequence	False	False
SPA0073_000000005894	1972	0.5336832910674282	3	3	3	2	2	False	5845	maximal	True	SPA0073_000000005894	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0072_000000007694	3264	0.5336804212364892	4	1	1	1	1	False	50489	maximal	True	FIJ0072_000000007694	1.0	PS197	31	5	False	True	1.0	0					non-mobilizable	no_good_hit	1026.0	95.51700000000001	45.0	0.04431557536677198	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	True
MON0076_000000025794	1856	0.5336804212364892	1	1	1	1	1	False	50485	backbone	False	FIJ0037_000000016898	0.9227086557738383	PS197	0	0	False	True	0.9951508641242981	0					non-mobilizable	no_good_hit	910.0	97.58200000000001	72.0	0.03933872852382395	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	True
FIJ0037_000000016898	1853	0.5336804212364892	1	1	1	1	1	False	50485	backbone	True	FIJ0037_000000016898	0.9665141803568575	PS197	24	3	True	True	1.0	2					non-mobilizable	no_good_hit	1025.0	95.902	79.0	0.04427229843770286	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	True
FIJ0097_000000017141	1849	0.5336804212364892	1	1	1	1	1	False	50485	backbone	False	FIJ0037_000000016898	0.9657596381340143	PS197	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1025.0	95.512	79.0	0.04427229843770286	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	True
SPA0101_000000022653	1844	0.5336804212364892	1	1	1	1	1	False	50485	backbone	False	FIJ0037_000000016898	0.9646823613972547	PS197	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1026.0	96.00399999999999	79.0	0.04431557536677198	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	True
FIJ0014_000000013395	1842	0.5336804212364892	1	1	1	1	1	False	50485	backbone	False	FIJ0037_000000016898	0.9558122511989208	PS197	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1024.0	97.07	79.0	0.04427229843770286	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	True
MAD0047_000000025654	1793	0.5336804212364892	1	1	1	1	1	False	17645	fragment	False	MAD0047_000000025654	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	96.149	66.0	0.03254425065997317	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	False
DEN0018_000000022171	1773	0.5336796208459358	2	2	2	2	1	False	75088	maximal	True	DEN0018_000000022171	1.0		209	13	False	False	0.9819514751434326	0					non-mobilizable	chromosome	1774.0	95.885	100.0	0.0004933013188572224	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0023_000000001353	4858	0.5336776668926515	7	7	1	4	5	True	49924	maximal	True	MAD0023_000000001353	1.0		1	1	True	True	0.9977356791496277	17	rep_cluster_2335	MOBP		MOBP	mobilizable	plasmid	3656.0	99.67200000000001	100.0	0.764385854781335	CP023889.1	enterobacteria	Raoultella ornithinolytica strain FDAARGOS_431 plasmid unnamed4, complete sequence	False	True
SPA0075_000000013648	1577	0.5336773988791631	2	2	2	2	2	False	81442	fragment	False	ISR0784_000000007617	0.952621604548326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1391.0	80.086	88.0	0.0003384353423825258	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
SPA0156_000000004968	3174	0.5336767537915527	4	2	2	1	1	False	3186	maximal	True	SPA0156_000000004968	1.0		2	1	False	False	0.9993698596954346	0					non-mobilizable	no_good_hit								True	False
ISR0229_000000006109	2603	0.5336762100889934	2	2	2	2	2	False	27579	maximal	True	ISR0229_000000006109	1.0		615	14	False	False	0.9976949691772461	0					non-mobilizable	other	2603.0	92.662	99.0	0.010195979780986896	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0212_000000006805	4759	0.5336707163898091	6	3	3	3	1	False	28369	fragment	False	ISR0212_000000006805	1.0		0	0	False	False	0.9976885914802551	0					non-mobilizable	plasmid	1968.0	95.22399999999999	97.0	0.1817593192119138	LN852926.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0253	False	True
ISR0230_000000006694	4310	0.5336698878762517	4	3	3	2	2	True	77911	maximal	True	ISR0230_000000006694	1.0		23	4	False	False	0.9962877035140991	0					non-mobilizable	no_good_hit	3293.0	99.939	76.0	0.0005746118271940458	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
MAD0014_000000005193	5262	0.5336671589370816	5	5	5	4	3	False	19526	fragment	False	MAD0014_000000005193	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	72.19800000000001	9.0	0.0001631532539751125	CP009823.1	g-proteobacteria	Xylella fastidiosa strain J1a12, complete genome	True	False
SPA0092_000000010427	3876	0.5336665575445075	7	4	4	3	3	False	49042	maximal	True	SPA0092_000000010427	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	1087.0	97.792	86.0	0.0003785380761900247	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0152_000000008131	2826	0.5336634567786015	5	3	2	2	3	True	57053	fragment	False	ENG0152_000000008131	0.9943667443667443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	99.40700000000001	50.0	0.10431821699427334	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
ENG0130_000000006683	4462	0.5336609758567233	6	4	4	4	3	False	130515	maximal	True	ENG0130_000000006683	0.9954766875434934		142	6	False	False	0.9997758865356445	0					non-mobilizable	other	4462.0	99.821	100.0	0.01711888412511371	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0108_000000012517	1739	0.5336603105115767	2	2	2	2	1	True	8530	fragment	False	MON0108_000000012517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	0.0005351600128438403	NZ_FQZU01000028.1	d-proteobacteria	Desulfatibacillum alkenivorans DSM 16219, whole genome shotgun sequence	True	True
ISR0141_000000005574	6394	0.5336579576028411	5	4	4	3	3	False	130747	fragment	False	ISR0141_000000005574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1320.0	83.712	79.0	0.0003748929791476447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0781_000000017183	1726	0.5336567623269053	1	1	1	1	0	True	22293	maximal	True	ISR0781_000000017183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	365.0	92.329	21.0	0.002802997050692664	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	True	True
MON0041_000000049304	1401	0.5336560293135477	1	1	1	1	1	False	13146	maximal	True	MON0041_000000049304	1.0		35	6	False	False	1.0	0					non-mobilizable	chromosome	1371.0	89.934	98.0	0.0004691899190998682	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0376_000000004912	4179	0.5336555965775012	4	4	2	4	3	False	23351	maximal	True	ISR0376_000000004912	1.0		189	9	False	False	0.9985642433166504	0					non-mobilizable	other	4177.0	97.223	99.0	0.03201349227643835	NZ_QRML01000008.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf8, whole genome shotgun sequence	False	False
ISR0103_000000003978	6100	0.5336543174013672	2	2	2	2	1	False	128410	fragment	False	ISR0064_000000002339	0.9461480863986675		0	0	False	False	0.9996721148490906	0					non-mobilizable	no_good_hit	706.0	99.43299999999999	12.0	0.9957627118644068	EU060790.1	bacteria	Uncultured bacterium clone LM0ABA36ZB05RM1 genomic sequence	True	False
MON0074_000000011121	1840	0.5336538611406709	3	3	3	3	1	False	10373	maximal	True	MON0074_000000011121	1.0		263	11	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	98.925	20.0	0.00013392902267190927	CP025833.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-18 chromosome, complete genome	True	False
ENG0103_000000011339	1535	0.5336504910049251	2	1	1	1	1	False	96349	maximal	True	ENG0103_000000011339	1.0		19	7	False	False	0.99869704246521	0					non-mobilizable	chromosome	1360.0	99.706	99.0	0.0003797421276912266	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0150_000000004742	3348	0.5336490967225487	5	5	4	5	2	False	93967	maximal	True	ENG0150_000000004742	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1999.0	100.0	60.0	0.0004190971539779305	CP043750.1	enterobacteria	Escherichia coli strain CVM N62675 chromosome, complete genome	True	False
CHI0124_000000003774	4218	0.533647152026707	4	3	3	3	2	False	104403	fragment	False	CHI0124_000000003774	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4218.0	99.241	100.0	0.00836268303904304	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0040_000000002169	10657	0.5336424647758317	11	5	2	5	2	False	36508	maximal	True	ISR0040_000000002169	1.0		9	1	False	False	0.9991554617881775	0					non-mobilizable	no_good_hit	2256.0	99.69	21.0	0.10503516698495505	MK232073.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.I04_1-CL13_c5 sequence	True	False
MON0019_000000052265	1279	0.5336403719834034	2	2	2	2	2	False	13139	maximal	True	MON0019_000000052265	1.0		10	7	False	False	0.9984362721443176	0					non-mobilizable	no_good_hit	196.0	74.49	15.0	0.007381947428035777	NZ_BAUW01000060.1	firmicutes	Bacillus boroniphilus JCM 21738, whole genome shotgun sequence	True	False
ISR0223_000000022136	1435	0.5336382003170932	3	3	3	3	3	False	125782	fragment	False	FIJ0090_000000031382	0.9622997635619921		0	0	False	False	0.9993031620979309	0					non-mobilizable	no_good_hit	1161.0	70.28399999999999	79.0	0.0005780102923451001	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
MON0093_000000001634	15686	0.5336373257290059	16	7	1	7	3	False	53611	maximal	False	SPA0149_000000001445	0.9371286503710068		0	0	False	False	0.9970036745071411	0					non-mobilizable	no_good_hit	444.0	72.523	3.0	0.000268880345155827	NZ_ATLK01000001.1	high GC Gram+	Bifidobacterium bombi DSM 19703 DSM19703_C1, whole genome shotgun sequence	True	False
MON0085_000000022622	1372	0.5336372627548456	2	2	2	2	1	False	9774	maximal	True	MON0085_000000022622	1.0		34	11	False	False	0.9854227304458618	0					non-mobilizable	no_good_hit	79.0	98.734	6.0	0.000354123725381591	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0172_000000001385	15928	0.5336347320257393	32	9	3	8	4	True	124621	maximal	True	FIJ0172_000000001385	1.0		1	1	False	False	0.9991210699081421	0					non-mobilizable	no_good_hit	3208.0	91.895	43.0	0.056622833445574734	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
ISR0074_000000008514	3338	0.5336335442775603	3	3	3	3	3	False	49644	maximal	True	ISR0074_000000008514	0.9663098236775818		62	9	False	False	0.9925104975700378	0					non-mobilizable	no_good_hit	906.0	85.65100000000001	30.0	0.00024114839989767197	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0092_000000012795	3276	0.5336302273185606	3	2	1	2	2	False	77570	maximal	True	SPA0092_000000012795	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	86.031	40.0	0.00039161675836085666	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0164_000000017815	1573	0.5336288716100036	3	3	3	2	2	False	75314	fragment	False	ISR0164_000000017815	0.9858353757158035		0	0	False	False	1.0	0					non-mobilizable	other	1586.0	79.193	99.0	0.0006589551034437949	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
AST0101_000000003746	2245	0.5336284345076512	5	5	1	2	5	True	108505	maximal	True	AST0101_000000003746	1.0		4	3	False	False	1.0	0					non-mobilizable	plasmid	2245.0	100.0	100.0	0.010557565549590918	NZ_CP019987.1	enterobacteria	Citrobacter werkmanii strain BF-6 plasmid unnamed, complete sequence	False	True
FIJ0043_000000006796	3737	0.5336222252758345	4	4	3	2	3	False	47242	fragment	False	FIJ0043_000000006796	1.0		0	0	False	False	0.9997324347496033	0					non-mobilizable	no_good_hit	585.0	71.795	15.0	0.0008521251169074093	NZ_OLMH01000001.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
DEN0090_000000025748	1193	0.5336195080889525	2	2	2	2	1	False	103848	fragment	False	AST0150_000000022615	0.9387175324675324		0	0	False	False	0.9991617798805237	0					non-mobilizable	other	1192.0	96.896	99.0	0.006185254645471025	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ENG0121_000000008149	2087	0.5336181156655779	3	2	2	2	2	False	83459	fragment	False	ENG0121_000000008149	0.9702069999423398		0	0	False	False	0.9990416765213013	0					non-mobilizable	no_good_hit	1337.0	84.51799999999999	64.0	0.0003685567925604099	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0174_000000006430	4127	0.5336133641153371	7	4	2	3	4	True	131627	fragment	False	ISR0350_000000003545	0.9572300509142488		0	0	False	False	1.0	0					non-mobilizable	other	4127.0	97.98899999999999	100.0	0.09519634534631535	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
SPA0087_000000006544	2320	0.5336102824541966	2	1	1	1	1	False	49457	fragment	False	SPA0087_000000006544	1.0		0	0	False	False	0.9987068772315979	0					non-mobilizable	other	2184.0	97.89399999999999	100.0	0.0006056617291767333	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0105_000000014552	3658	0.5336060535728385	5	3	3	3	3	False	8750	maximal	True	MON0105_000000014552	1.0		1	1	False	False	0.9975396394729614	0					non-mobilizable	no_good_hit	1403.0	71.98899999999999	38.0	0.00022304804668133208	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
DEN0011_000000039451	1207	0.5336052740080939	2	1	1	1	1	False	75545	maximal	True	DEN0011_000000039451	1.0		205	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000025724	1216	0.5336038851208329	1	1	1	1	1	False	35045	fragment	False	ISR0067_000000025724	0.9940323955669224		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	99.42399999999999	100.0	0.0032634796482425557	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0088_000000021585	1173	0.5336038851208329	1	1	1	1	1	False	35045	fragment	False	ISR0067_000000025724	0.9765625		0	0	False	False	0.9599317908287048	0					non-mobilizable	other	1173.0	98.806	100.0	0.0031479820146010497	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0029_000000015329	2123	0.5336027315888229	3	3	3	2	2	False	62084	fragment	False	ISR0093_000000011395	0.9619990787655459		0	0	False	False	0.9981158971786499	0					non-mobilizable	other	2152.0	94.238	100.0	0.00677203055998016	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0347_000000007473	2893	0.533602654418156	5	2	1	2	2	False	110737	fragment	False	ISR0347_000000007473	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2903.0	93.48899999999999	100.0	0.003719961600396383	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0232_000000015052	1874	0.5336000600745329	2	1	1	1	1	False	27444	fragment	False	ISR0232_000000015052	1.0		0	0	False	False	0.993596613407135	0					non-mobilizable	other	1874.0	99.947	100.0	0.0044088431082697	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0031_000000017315	1392	0.5335996892800522	2	2	2	2	2	False	36995	maximal	True	ISR0031_000000017315	1.0		845	13	False	False	0.9964080452919006	0					non-mobilizable	chromosome	1392.0	99.21	100.0	0.000648729823383189	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0104_000000026041	1447	0.5335966184027403	1	1	1	1	1	False	4816	maximal	True	SPA0104_000000026041	1.0		152	13	False	False	0.9661368131637573	0					non-mobilizable	no_good_hit	1078.0	72.913	74.0	0.0003771482844356746	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0075_000000014131	1740	0.533592007191486	5	3	2	1	0	False	62090	maximal	True	ENG0075_000000014131	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	91.37200000000001	64.0	0.0027117029571389613	NZ_PYLP01000003.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_2, whole genome shotgun sequence	True	False
SPA0104_000000014120	2598	0.5335917032875841	5	3	3	2	1	True	4833	maximal	True	SPA0104_000000014120	1.0		7	4	False	False	0.9996150732040405	0					non-mobilizable	no_good_hit								True	True
CHI0135_000000001981	9767	0.5335832210526886	14	5	1	5	3	False	80704	maximal	True	CHI0135_000000001981	1.0		4	3	False	False	0.9993857145309448	0					non-mobilizable	no_good_hit	61.0	88.525	1.0	0.0001904854149514908	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
USA0059_01_000000015959	1609	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.9298381540181825		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	96.76799999999999	100.0	0.006122425668498064	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
CHI0101_000000007385	1600	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.9246541537788295		0	0	False	False	0.987500011920929	0					non-mobilizable	other	1600.0	95.56200000000001	100.0	0.0006849294531230256	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0079_000000016986	1534	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.6860085154973569		0	0	False	False	0.9882659912109375	0					non-mobilizable	other	1534.0	94.329	100.0	0.0003613177420681564	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	False
FIJ0122_000000010582	1519	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.9169147519704488		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	96.51100000000001	100.0	0.0006502332144094765	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
ISR0174_000000017089	1434	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.41246113012023583		0	0	False	False	1.0	0					non-mobilizable	other	1434.0	94.421	100.0	0.00033774841773233404	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	False
CHI0130_000000011887	1408	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.5858026612325667		0	0	False	False	0.984375	0					non-mobilizable	other	1403.0	95.795	100.0	0.0002640119841103201	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0296_000000018909	1371	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.4997974228620063		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	93.508	100.0	0.005216245749901958	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
SPA0071_000000015223	1325	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.41907036450206775		0	0	False	False	0.993207573890686	0					non-mobilizable	other	1325.0	94.34	100.0	0.002564340941136367	NZ_LT635837.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ISR0150_000000019013	1288	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.4895976442271545		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	96.273	100.0	0.0002153562204397651	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0115_000000030409	1210	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.2470409501708059		0	0	False	False	1.0	0					non-mobilizable	other	1210.0	95.868	100.0	0.00022766796632623182	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0286_000000018103	1190	0.5335828508605235	3	3	2	2	1	False	83307	fragment	False	USA0059_01_000000015959	0.24733679902562403		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	94.958	100.0	0.0005093065164248139	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
SPA0065_000000013802	1439	0.5335791534570704	1	1	1	1	1	False	116528	maximal	True	SPA0065_000000013802	1.0		110	7	False	False	0.9986101388931274	0					non-mobilizable	no_good_hit	1135.0	98.32600000000001	84.0	0.0003216279312709782	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0120_000000011845	1800	0.5335776868792681	3	2	2	2	2	False	59177	maximal	True	ENG0120_000000011845	1.0		44	10	False	False	1.0	0					non-mobilizable	no_good_hit	386.0	75.389	21.0	0.00012308185140049094	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
ENG0092_000000008997	2433	0.533574092488247	3	2	2	2	1	False	92075	maximal	True	ENG0092_000000008997	1.0		10	4	False	False	0.9901356101036072	0					non-mobilizable	chromosome	2403.0	96.38	99.0	0.0010710092521811774	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0158_000000009293	1965	0.533574092488247	2	2	2	2	1	False	92072	fragment	False	FIJ0158_000000009293	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1929.0	96.993	97.0	0.0008603774325855458	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0186_000000017480	1784	0.533574092488247	2	2	2	2	1	False	92069	fragment	False	ISR0186_000000017480	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1784.0	98.43	100.0	0.0007956706235995996	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0251_000000010729	1573	0.533574092488247	2	2	2	2	1	False	26985	fragment	False	ISR0251_000000010729	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1520.0	98.48700000000001	97.0	0.0006778596058596701	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0102_000000007522	3549	0.5335729959016289	3	3	3	2	1	False	66869	maximal	True	ENG0102_000000007522	1.0		18	5	False	False	1.0	0					non-mobilizable	other	3549.0	96.506	100.0	0.0007843969796182838	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
TAN0006_000000007896	1734	0.5335727708484173	5	4	3	4	2	False	2878	fragment	False	TAN0006_000000007896	1.0		0	0	False	False	0.9907727837562561	0					non-mobilizable	no_good_hit								True	False
CHI0102_000000006518	1436	0.5335687573757827	2	2	2	2	1	False	83277	fragment	False	ISR0263_000000008822	0.6005529049773374		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	96.51799999999999	100.0	0.03280749885688157	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0065_000000005945	4682	0.5335641092776827	4	4	4	4	3	False	94389	maximal	True	ENG0065_000000005945	1.0		2	2	False	False	1.0	0					non-mobilizable	other	4326.0	92.117	92.0	0.12315060292482682	NZ_WNCH01000022.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold22_size35079, whole genome shotgun sequence	False	False
ENG0195_000000021281	1267	0.5335621292847158	2	2	2	2	1	False	54440	maximal	True	ENG0195_000000021281	1.0		31	10	False	False	0.9826361536979675	0					non-mobilizable	other	1273.0	77.69	100.0	0.00038146943713236145	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0096_000000024134	1338	0.5335497347307923	1	1	1	1	1	False	60821	maximal	True	ENG0096_000000024134	1.0		1	1	False	False	0.9790732264518738	0					non-mobilizable	no_good_hit	104.0	82.69200000000001	8.0	1.0648077122678668e-05	NZ_CP017599.1	cyanobacteria	Moorea producens PAL-8-15-08-1 chromosome, complete genome	True	False
ISR0218_000000016088	1105	0.5335489196660249	2	2	2	2	1	True	28054	maximal	True	ISR0218_000000016088	1.0		227	12	False	False	0.9981900453567505	0					non-mobilizable	no_good_hit	800.0	77.0	70.0	0.00021699550153784377	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
CHI0149_000000006653	2005	0.5335439555990995	3	2	1	2	1	False	79580	fragment	False	SPA0087_000000007100	0.9667768855298379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	83.471	12.0	0.001932593718666106	NZ_CZBD01000014.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0085_000000015263	1911	0.5335439555990995	3	2	1	2	1	False	79580	fragment	False	SPA0087_000000007100	0.6510390689941813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	242.0	83.471	13.0	0.001932593718666106	NZ_CZBD01000014.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
SPA0132_000000037278	1110	0.5335431095897012	1	1	1	1	1	False	72795	fragment	False	ISR0329_000000016371	0.9730475428045974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	74.483	78.0	0.003408049789909329	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0104_000000019008	1301	0.5335405836561846	4	2	2	2	1	True	32964	maximal	True	ISR0104_000000019008	1.0		22	4	False	False	0.9777094721794128	0					non-mobilizable	no_good_hit								True	True
ISR0309_000000001228	11856	0.5335386842692487	17	10	7	8	7	True	126208	backbone	False	ISR0395_000000002325	0.43870962495520566	PS943|PS946|PS949	0	0	False	True	0.999409556388855	0					non-mobilizable	no_good_hit	1604.0	73.50399999999999	13.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0138_000000023826	1147	0.5335370837592716	2	2	2	1	2	False	3522	maximal	True	SPA0138_000000023826	1.0		50	6	False	False	0.9956408143043518	0					non-mobilizable	other	1146.0	97.382	99.0	0.0003999963668452269	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
ENG0066_000000004861	3695	0.5335359266159264	4	2	2	2	2	False	62787	maximal	True	ENG0066_000000004861	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	1384.0	97.11	56.0	0.0003113226415726137	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0177_000000008532	3165	0.5335359266159264	3	2	2	2	2	False	29772	fragment	False	ISR0177_000000008532	1.0		0	0	False	False	0.9946287274360657	0					non-mobilizable	no_good_hit	1385.0	97.04	62.0	0.0003113226415726137	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0250_000000011359	1210	0.5335357822444764	2	2	2	2	2	False	27013	maximal	True	ISR0250_000000011359	1.0		13	4	False	False	0.9785124063491821	0					non-mobilizable	other	1210.0	99.339	100.0	0.002613556771900698	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	False	False
ENG0032_000000012299	1867	0.5335352997168077	3	3	3	3	2	False	112570	fragment	False	ENG0032_000000012299	1.0		0	0	False	False	0.9812533259391785	0					non-mobilizable	other	1526.0	87.156	91.0	0.0031846134866185595	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0111_000000013811	2195	0.5335325987585496	3	3	3	2	1	False	82561	fragment	False	CHI0111_000000013811	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2195.0	99.59	100.0	0.0009636111613754429	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0005_000000014182	2470	0.5335272162862149	2	2	2	2	2	True	105831	fragment	False	SPA0090_000000013758	0.9222537825235934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	152.0	75.658	6.0	4.187376381061368e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0388_000000014602	2364	0.5335272162862149	2	2	2	2	2	True	105831	fragment	False	SPA0090_000000013758	0.4807692307692308		0	0	False	False	0.999576985836029	0					non-mobilizable	no_good_hit								True	True
DEN0010_000000027026	1705	0.5335232658925735	2	2	2	2	2	False	75919	maximal	True	DEN0010_000000027026	1.0		12	5	False	False	0.9583577513694763	0					non-mobilizable	no_good_hit	305.0	80.656	22.0	9.79847691701238e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0203_000000007053	2407	0.5335227131893866	4	4	4	4	3	False	55155	maximal	True	ISR0203_000000007053	1.0		20	5	False	False	0.9925218224525452	0					non-mobilizable	no_good_hit	1326.0	98.79299999999999	55.0	0.0029618138371471808	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	True	False
ISR0112_000000019701	1829	0.5335199443317143	2	1	1	1	1	False	32637	maximal	True	ISR0112_000000019701	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	82.27799999999999	4.0	0.0004334684505260198	NZ_LWBP01000112.1	CFB group bacteria	Niastella populi strain CCTCC AB 208238 contig20, whole genome shotgun sequence	True	False
MON0037_000000008652	5967	0.5335182105566337	6	5	3	5	2	False	95337	maximal	True	MON0037_000000008652	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000024872	1668	0.5335169226665227	4	3	2	2	2	False	5160	maximal	True	SPA0096_000000024872	1.0		1	1	False	False	0.9988009333610535	0					non-mobilizable	no_good_hit	1309.0	98.625	78.0	0.0004545245408395877	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0249_000000007077	2551	0.5335113751257855	3	3	3	3	3	False	44882	maximal	False	FIJ0071_000000013226	0.9768806269165352		0	0	False	False	0.9968639612197876	0					non-mobilizable	chromosome	2551.0	98.902	100.0	0.00086648723018692	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0392_000000004920	5675	0.5335060999847856	6	6	5	6	6	False	125481	fragment	False	ISR0392_000000004920	1.0		0	0	False	False	0.999823808670044	0					non-mobilizable	chromosome	1553.0	86.285	91.0	0.00043315210294087627	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0058_000000036722	1439	0.5335042630014506	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.11214881644799964		0	0	False	False	1.0	0					non-mobilizable	chromosome	1439.0	98.68	100.0	0.0004836857866726895	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0114_000000006903	5209	0.5335009915550984	8	6	1	3	5	True	101522	fragment	False	FIJ0114_000000006903	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5074.0	95.053	97.0	0.0015103360258491082	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
ISR0822_000000000193	19617	0.5334986201724408	39	13	5	11	8	False	95088	maximal	True	ISR0822_000000000193	1.0		4	1	False	False	0.999949038028717	0					non-mobilizable	no_good_hit	1299.0	91.301	11.0	0.00034545041799500576	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0104_000000001014	5985	0.5334979349675594	7	7	3	4	5	True	83253	maximal	True	CHI0104_000000001014	1.0		90	10	False	False	0.9989975094795227	0					non-mobilizable	no_good_hit	5225.0	90.22	87.0	0.02847312393506572	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
ENG0155_000000008219	2732	0.5334965575563061	3	3	2	3	2	True	56763	maximal	True	ENG0155_000000008219	1.0		158	5	False	False	0.9996339678764343	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.00015468088144305364	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
ISR0828_000000001629	4207	0.533490200105365	6	2	2	1	1	False	119157	maximal	True	ISR0828_000000001629	1.0	PS816	0	0	False	True	0.9881150722503662	0					non-mobilizable	no_good_hit	1502.0	85.885	36.0	0.3249403082266117	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
FIJ0127_000000006169	3081	0.5334901964454272	3	3	3	3	0	True	41058	maximal	True	FIJ0127_000000006169	1.0		9	2	False	False	0.9957805871963501	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.459545287432265e-05	NZ_CZBO01000003.1	firmicutes	Clostridium baratii strain 2789STDY5834956, whole genome shotgun sequence	True	True
ENG0188_000000009697	2701	0.5334900029167479	3	2	2	2	2	False	54918	maximal	True	ENG0188_000000009697	1.0		1	1	False	False	0.997408390045166	0					non-mobilizable	no_good_hit	2407.0	96.71799999999999	89.0	0.00037003222126726727	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CHI0041_000000006177	2317	0.5334900029167479	3	2	2	2	2	False	87604	maximal	True	CHI0041_000000006177	1.0		3	2	False	False	0.9956840872764587	0					non-mobilizable	chromosome	2066.0	96.805	92.0	0.00031633523780686133	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0063_000000003953	3215	0.5334863175926309	4	4	4	4	4	False	85481	maximal	True	CHI0063_000000003953	1.0		0	0	False	False	0.9987558126449585	0					non-mobilizable	other	3216.0	98.134	100.0	0.024552120688468685	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
AST0052_000000010232	2221	0.5334803707101502	3	3	2	3	2	True	114565	maximal	True	AST0052_000000010232	1.0		1	1	False	False	0.9941467642784119	0					non-mobilizable	other	2217.0	73.072	97.0	0.004896908967775984	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
FIJ0015_000000002018	13879	0.5334785628867977	17	8	1	7	1	False	50406	maximal	True	FIJ0015_000000002018	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.0307794169842898e-06	LN713256.1	eudicots	Cucumis melo genomic chromosome, chr_2	True	False
ENG0185_000000008338	2556	0.5334735816322212	3	3	3	3	2	True	67887	fragment	False	ENG0115_000000007652	0.9428427170988314		0	0	False	False	0.9851329922676086	0					non-mobilizable	other	2553.0	96.984	99.0	0.0006859687882849402	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0298_000000006172	2346	0.5334735816322212	3	3	3	3	2	True	67887	fragment	False	ENG0115_000000007652	0.786905435968581		0	0	False	False	0.9957374334335327	0					non-mobilizable	other	1436.0	97.006	100.0	0.00038773324493520067	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
MAD0084_000000003333	2098	0.5334735816322212	3	3	3	3	2	True	56666	fragment	False	MAD0084_000000003333	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	98.814	99.0	0.00034176765801819645	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
USA0042_01_000000010029	2020	0.5334735816322212	3	3	3	3	2	True	56665	fragment	False	ISR0027_000000012479	0.9345524542829644		0	0	False	False	0.9821782112121582	0					non-mobilizable	other	1998.0	98.54899999999999	100.0	0.000539960453372103	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
DEN0005_000000009404	3432	0.5334671365305619	5	2	1	2	2	False	76538	maximal	True	DEN0005_000000009404	1.0		6	4	False	False	0.9997086524963379	0					non-mobilizable	no_good_hit	486.0	85.391	14.0	0.07608871620527764	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0061_000000027669	1647	0.5334652974518711	5	2	2	2	2	False	10812	maximal	True	MON0061_000000027669	1.0		4	1	False	False	0.9659987688064575	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000003540	9499	0.5334638656153095	10	8	5	5	6	False	128693	fragment	False	DEN0010_000000003825	0.85025456824003		0	0	False	False	0.9982103109359741	0					non-mobilizable	other	9480.0	98.291	99.0	0.07333209526904684	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CAN0016_000000022191	2177	0.5334630313967966	2	2	2	2	2	False	92858	maximal	True	CAN0016_000000022191	0.9931002759889604		187	12	False	False	0.9958658814430237	0					non-mobilizable	no_good_hit	1562.0	73.23899999999999	70.0	0.006214891351179976	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
FIJ0071_000000008812	4062	0.5334618962025828	4	4	3	4	3	False	52533	fragment	False	FIJ0071_000000008812	0.9954106859744408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	83.838	12.0	0.0001373333351923294	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0133_000000016517	1475	0.5334614211816151	3	3	3	2	2	False	75314	fragment	False	ISR0164_000000017815	0.9660960423795765		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	79.783	99.0	0.0006128450135081604	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MON0044_000000023664	2238	0.5334561691449744	4	4	4	3	2	False	68751	maximal	True	MON0044_000000023664	0.9798350137488543		94	13	False	False	0.9794459342956543	0					non-mobilizable	no_good_hit	1998.0	72.222	88.0	0.008590234489007375	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0090_000000012375	2182	0.5334561691449744	4	4	4	3	2	False	68751	maximal	False	MON0044_000000023664	0.967828418230563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	72.553	83.0	0.007858409238422568	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0027_000000007819	1553	0.5334561094234975	1	1	1	1	1	False	19040	fragment	False	MAD0027_000000007819	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1553.0	99.227	100.0	0.0004140069874349413	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0209_000000005167	3630	0.5334502378770986	4	3	3	3	3	False	111492	maximal	True	ENG0209_000000005167	1.0		6	4	False	False	0.9980716109275818	0					non-mobilizable	no_good_hit	1031.0	98.836	28.0	0.37784299339691857	KX128644.1	bacteria	Uncultured bacterium clone Control_TwinB_Time2_PE_25 genomic sequence	True	False
ISR0197_000000012040	2108	0.5334486431849592	3	2	2	2	2	False	32681	maximal	True	ISR0197_000000012040	1.0		321	13	False	False	0.9985768795013428	0					non-mobilizable	no_good_hit	847.0	82.40899999999999	40.0	0.0003475024050603728	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0359_000000012991	2050	0.5334455643586935	2	1	1	0	1	False	79145	maximal	True	ISR0359_000000012991	1.0		573	12	False	False	0.9970731735229492	0					non-mobilizable	other	2050.0	99.463	100.0	0.0021957696338669335	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0011_000000009161	1958	0.5334444689036454	3	3	3	3	0	True	8040	maximal	True	SPA0011_000000009161	1.0		69	8	False	False	0.9673135876655579	0					non-mobilizable	chromosome	1939.0	99.381	99.0	0.0004862758795119777	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ISR0159_000000003958	5959	0.5334426354153301	6	4	3	4	3	False	57544	maximal	True	ISR0159_000000003958	1.0		2	2	False	False	0.9996643662452698	0					non-mobilizable	no_good_hit	1159.0	98.447	19.0	0.0003215755535931486	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0264_000000001933	4614	0.5334420791530398	5	3	3	3	3	False	130878	maximal	True	ISR0264_000000001933	1.0	PS1128	54	6	False	True	1.0	0					non-mobilizable	no_good_hit	1582.0	96.523	72.0	0.00042720957252274553	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0144_000000005064	6168	0.5334383986533641	11	8	3	4	8	True	40118	maximal	True	FIJ0144_000000005064	1.0		1	1	False	False	0.9998378753662109	0					non-mobilizable	plasmid	2502.0	99.76	100.0	0.028530019286293038	CP052880.1	enterobacteria	Escherichia coli strain C21 plasmid pC21-3, complete sequence	False	True
FIJ0063_000000015481	1795	0.5334383944120595	3	3	3	2	3	False	64813	fragment	False	FIJ0063_000000015481	0.9770927601809954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	90.385	30.0	0.00016242978223255205	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0811_000000008238	1828	0.5334382331511175	3	2	1	1	2	False	85561	fragment	False	ISR0811_000000008238	0.9849187935034802		0	0	False	False	0.9989058971405029	0					non-mobilizable	other	1828.0	97.429	100.0	0.009034357260122238	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	False
ENG0037_000000014423	2399	0.5334365147792511	3	2	2	1	2	False	65208	fragment	False	ENG0037_000000014423	1.0		0	0	False	False	0.9995831847190857	0					non-mobilizable	other	1547.0	96.76799999999999	91.0	0.00755391816751522	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0001_000000012832	2061	0.5334365147792511	3	2	2	1	2	False	38693	fragment	False	ISR0001_000000012832	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	97.345	94.0	0.007720045733941816	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0064_000000012153	1804	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9847348771923083		0	0	False	False	0.9977827072143555	0					non-mobilizable	other	1665.0	97.057	92.0	0.008125592440218507	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0234_000000007290	1795	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.996434133314514		0	0	False	False	1.0	0					non-mobilizable	other	1689.0	97.09899999999999	94.0	0.008242858957696103	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0320_000000014393	1771	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9954790994903995		0	0	False	False	0.9960474371910095	0					non-mobilizable	other	1665.0	97.117	94.0	0.008125592440218507	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0393_000000010080	1771	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9954790994903995		0	0	False	False	0.9988706707954407	0					non-mobilizable	other	1665.0	97.117	94.0	0.008125592440218507	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0812_000000022339	1770	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9953190471856671		0	0	False	False	1.0	0					non-mobilizable	other	1664.0	97.115	94.0	0.008120706335323608	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0076_000000014751	1754	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9921125283083342		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	97.61	93.0	0.00796435097868681	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0120_000000023146	1754	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9921125283083342		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	97.61	93.0	0.00796435097868681	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0092_000000025687	1752	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9915488204693551		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	97.61	93.0	0.00796435097868681	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0033_000000012894	1751	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9912261968173148		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	97.61	93.0	0.00796435097868681	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0058_000000017619	1751	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9912261968173148		0	0	False	False	0.9960022568702698	0					non-mobilizable	other	1632.0	97.61	93.0	0.00796435097868681	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0127_000000016799	1751	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9798034618052777		0	0	False	False	0.9988577961921692	0					non-mobilizable	other	1631.0	97.915	93.0	0.00796435097868681	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0062_000000018446	1751	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9912261968173148		0	0	False	False	1.0	0					non-mobilizable	other	1632.0	97.61	93.0	0.00796435097868681	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0084_000000010574	1751	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9912261968173148		0	0	False	False	0.9971444606781006	0					non-mobilizable	other	1632.0	97.61	93.0	0.00796435097868681	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0032_000000019330	1734	0.5334365147792511	2	2	2	1	2	False	73604	fragment	False	ISR0234_000000007290	0.9768957651768932		0	0	False	False	0.9988465905189514	0					non-mobilizable	other	1628.0	98.096	94.0	0.00794480655910721	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0781_000000019488	1541	0.5334365147792511	2	2	2	1	2	False	22291	fragment	False	ISR0781_000000019488	1.0		0	0	False	False	0.9993510842323303	0					non-mobilizable	other	1544.0	97.66799999999999	100.0	0.00753925985283052	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0019_01_000000006588	4420	0.5334360037692484	4	3	3	3	2	False	1843	maximal	True	USA0019_01_000000006588	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	3851.0	97.611	87.0	0.3641381935852289	NZ_SPFU01000053.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_53_length_10507_cov_19.4365, whole genome shotgun sequence	True	False
CHI0128_000000001850	5056	0.5334329896873883	9	4	2	2	3	True	81345	fragment	False	CHI0128_000000001850	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	94.685	54.0	0.08950766747376916	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
USA0075_01_000000011792	2107	0.5334324670451775	3	1	1	1	1	False	7233	maximal	True	USA0075_01_000000011792	1.0		140	13	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	96.774	3.0	0.08026315789473684	LT680744.1	CFB group bacteria	Uncultured Prevotella sp. partial 16S rRNA gene, isolate 49N_6158	True	False
ENG0185_000000006664	3335	0.5334308793326457	4	4	2	2	4	False	55063	fragment	False	ENG0185_000000006664	1.0		0	0	False	False	0.999700129032135	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000018551	1511	0.5334307534192361	2	2	2	2	2	False	79116	fragment	False	ISR0114_000000018551	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	92.15299999999999	98.0	0.0003562296804049224	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ISR0085_000000003288	6051	0.5334298216991021	7	6	5	5	5	False	34010	maximal	True	ISR0085_000000003288	1.0		37	9	False	False	0.9998347163200378	0					non-mobilizable	chromosome	6051.0	99.96700000000001	100.0	0.0011214137562559278	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
ENG0047_000000011787	1703	0.5334288666256873	3	3	2	1	2	False	64327	maximal	True	ENG0047_000000011787	1.0		32	5	False	False	0.9994127750396729	0					non-mobilizable	no_good_hit	491.0	92.057	29.0	0.0029936827185082907	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
ISR0115_000000009443	3371	0.5334284698738574	2	2	2	1	2	False	32485	maximal	True	ISR0115_000000009443	1.0		76	10	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	5.065731484389587e-05	NZ_MCAQ01000023.1	CFB group bacteria	Sphingobacterium siyangense strain T12B17 T12B17_scaffold3, whole genome shotgun sequence	True	False
ENG0126_000000012565	1448	0.533427598995523	2	2	2	2	2	False	58770	fragment	False	ISR0375_000000013975	0.7565393064317696		0	0	False	False	0.9633978009223938	0					non-mobilizable	other	1447.0	96.406	99.0	0.0004319943700221618	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0193_000000022741	1147	0.5334268501717362	2	1	1	1	1	False	29063	fragment	False	ISR0285_000000017318	0.9841337907375644		0	0	False	False	0.9982563257217407	0					non-mobilizable	other	1147.0	99.041	100.0	0.017530709335944073	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	False	False
SPA0006_000000006977	4531	0.5334253654415532	7	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.44762512639887203	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	96.0	100.0	2.0	3.3856215858679166e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
SPA0021_000000006926	4522	0.5334253654415532	5	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.41164310319795444	PS851	0	0	False	True	0.9973462820053101	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	2.0670110734772545e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
ISR0013_000000005128	4488	0.5334253654415532	6	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.3528565056695529	PS851	0	0	False	True	0.9991087317466736	0					non-mobilizable	no_good_hit	103.0	99.029	2.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
ENG0199_000000005513	4346	0.5334253654415532	8	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.3034799653128835	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	283.0	83.039	6.0	0.0009154036276138043	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
AST0062_000000004053	4258	0.5334253654415532	6	3	2	2	3	False	121494	maximal	True	AST0062_000000004053	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	98.795	4.0	4.9377259423604796e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ITA0003_000000001225	4196	0.5334253654415532	6	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.30016932495294096	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	164.0	98.171	4.0	4.877509772331693e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
USA0145_01_000000005847	4169	0.5334253654415532	5	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.29791088682114647	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	225.0	96.444	5.0	6.714102958209677e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0344_000000007395	4136	0.5334253654415532	6	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.26130850024559	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
USA0080_01_000000010508	4120	0.5334253654415532	6	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.29871315021968925	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	164.0	98.78	4.0	4.877509772331693e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0083_000000005428	4084	0.5334253654415532	8	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.2963288046434521	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	128.0	99.219	3.0	3.823726796827933e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0060_000000007170	4067	0.5334253654415532	6	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.29619113018220605	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	99.029	3.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
ISR0176_000000007989	4056	0.5334253654415532	6	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.2957187316614212	PS851	0	0	False	True	0.9995068907737732	0					non-mobilizable	no_good_hit	100.0	99.0	2.0	2.9505923314105307e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
DEN0064_000000008894	4047	0.5334253654415532	5	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.29070808064137516	PS851	0	0	False	True	0.9995058178901672	0					non-mobilizable	no_good_hit	124.0	98.387	3.0	0.0016644113667117727	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	True
USA0130_01_000000009580	4043	0.5334253654415532	8	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.29644715200456606	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	98.05799999999999	3.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
USA0083_01_000000007732	4020	0.5334253654415532	8	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.29570899285533425	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	89.0	100.0	2.0	3.136154732172386e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
ISR0376_000000006177	3522	0.5334253654415532	5	3	2	2	3	False	121490	fragment	False	ISR0376_000000006177	0.9972883398614041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	98.78	5.0	4.877509772331693e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0112_000000008286	3319	0.5334253654415532	5	3	2	2	3	False	121490	fragment	False	ISR0376_000000006177	0.9686257808063601		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000038061	1202	0.5334231231010638	1	1	1	1	1	False	68108	fragment	False	DEN0096_000000038061	1.0		0	0	False	False	0.9958402514457703	0					non-mobilizable	no_good_hit	906.0	73.95100000000001	75.0	0.0002414529410629718	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0776_000000019680	1196	0.5334229447116471	2	2	2	2	2	False	22402	maximal	True	ISR0776_000000019680	0.9872773536895674		18	5	False	False	0.9715719223022461	0					non-mobilizable	no_good_hit	107.0	78.505	9.0	1.5719283260001395e-05	CP048209.1	firmicutes	Paenibacillus sp. 12200R-189 chromosome, complete genome	True	False
ISR0021_000000006239	3599	0.5334226633632972	4	3	2	3	1	False	105049	maximal	True	ISR0021_000000006239	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000008826	3447	0.5334226633632972	4	3	2	3	1	False	105037	fragment	False	ISR0230_000000008826	1.0		0	0	False	False	0.9968088269233704	0					non-mobilizable	no_good_hit								True	False
AST0090_000000006953	3443	0.5334226633632972	5	3	2	3	1	False	109923	fragment	False	AST0090_000000006953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0088_000000007877	2964	0.5334226633632972	3	3	2	3	1	False	105017	fragment	False	ISR0088_000000007877	0.8249291586935082		0	0	False	False	0.9983130693435669	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000021973	2813	0.5334226633632972	3	3	2	3	1	False	105017	fragment	False	ISR0088_000000007877	0.7313421166442585		0	0	False	False	0.9985780119895935	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000009164	2808	0.5334226633632972	4	3	2	3	1	False	105021	maximal	True	ISR0378_000000009164	1.0		0	0	False	False	0.999643862247467	0					non-mobilizable	no_good_hit								True	False
SPA0154_000000005073	1735	0.5334211368707591	4	3	2	3	2	False	3211	maximal	True	SPA0154_000000005073	1.0		0	0	False	False	0.8899135589599609	0					non-mobilizable	no_good_hit	168.0	82.738	10.0	0.001227811426132918	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0010_000000013430	1823	0.5334203469241309	2	2	2	2	1	False	128869	maximal	True	SPA0010_000000013430	1.0	PS1059	0	0	False	True	0.9972572922706604	0					non-mobilizable	other	1488.0	99.395	97.0	0.02045870423620379	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0100_000000018712	2351	0.5334196470817614	4	3	3	2	2	False	91054	fragment	False	MON0100_000000018712	1.0		0	0	False	False	0.9995746612548828	0					non-mobilizable	other	2351.0	96.98	100.0	0.025540702097598088	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0031_000000008608	2562	0.5334186984031285	4	3	3	3	3	False	37019	maximal	True	ISR0031_000000008608	1.0		66	9	False	False	0.9988290667533875	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000005636	2876	0.5334146951021168	3	1	1	1	1	True	19582	maximal	True	MAD0057_000000005636	0.9963490959666204		122	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0100_000000012915	2876	0.5334146951021168	3	1	1	1	1	True	19582	maximal	False	MAD0057_000000005636	0.9963490959666204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0024_000000019792	2474	0.5334146951021168	3	1	1	1	1	True	19581	fragment	False	MON0024_000000019792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0013_000000011300	2141	0.5334146951021168	3	1	1	1	1	True	19579	fragment	False	MON0060_000000017607	0.9634149016323631		0	0	False	False	0.9985988140106201	0					non-mobilizable	no_good_hit								True	True
MON0107_000000029049	2062	0.5334146951021168	3	1	1	1	1	True	19579	fragment	False	MON0060_000000017607	0.6464269033162074		0	0	False	False	0.9917556047439575	0					non-mobilizable	no_good_hit								True	True
MON0103_000000054225	1111	0.5334146951021168	2	1	1	1	1	True	8836	fragment	False	MON0103_000000054225	1.0		0	0	False	False	0.9972997307777405	0					non-mobilizable	no_good_hit								True	True
USA0125_01_000000003732	7035	0.5334145990403677	8	4	2	4	1	False	155	maximal	True	USA0125_01_000000003732	1.0		1	1	False	False	0.9955934882164001	0					non-mobilizable	no_good_hit	51.0	98.039	1.0	1.6829707260705965e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0017_000000005716	2184	0.5334145802672726	3	3	1	2	3	False	89635	maximal	True	CHI0017_000000005716	1.0		356	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0053_000000005271	5785	0.5334122295264625	5	4	3	3	2	False	100110	maximal	True	MON0053_000000005271	0.9739583333333333		139	10	False	False	0.9994814395904541	0					non-mobilizable	other	5786.0	97.58	100.0	0.0017460172754281877	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0813_000000006368	4422	0.5334122295264625	4	4	3	3	2	False	94971	fragment	False	ISR0813_000000006368	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4449.0	98.11200000000001	100.0	0.001342718679305771	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MON0097_000000023756	1553	0.5334102536546989	3	3	3	2	1	False	9225	maximal	True	MON0097_000000023756	1.0		1	1	False	False	0.9929169416427612	0					non-mobilizable	no_good_hit	73.0	82.19200000000001	5.0	0.0005554398389224467	NZ_WEHZ01000013.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00013, whole genome shotgun sequence	True	False
CAN0016_000000012059	3932	0.5334072265077243	3	3	3	3	2	False	103879	maximal	True	CAN0016_000000012059	0.9889972144846797		934	14	False	False	1.0	0					non-mobilizable	other	2487.0	96.743	100.0	0.0006719087264044447	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0041_000000002323	9208	0.5334069966357291	8	7	6	7	6	False	18305	maximal	True	MAD0041_000000002323	1.0		1	1	False	False	0.9985882043838501	0					non-mobilizable	no_good_hit	1328.0	74.172	20.0	0.0005661022290221456	CP022124.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain ChDC F332, complete genome	True	False
SPA0105_000000007629	3543	0.5334045855138315	5	2	2	1	1	False	64366	fragment	False	SPA0105_000000007629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	80.76899999999999	16.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ENG0047_000000004752	3536	0.5334045855138315	5	2	2	1	1	False	64366	fragment	False	SPA0105_000000007629	0.9990121366073949		0	0	False	False	0.9994344115257263	0					non-mobilizable	no_good_hit	494.0	80.76899999999999	16.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
SPA0113_000000011063	2921	0.5334045855138315	5	2	2	1	1	False	27240	fragment	False	SPA0113_000000011063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	80.76899999999999	19.0	0.02940644772521844	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0804_000000008113	2307	0.5334045855138315	3	2	2	1	1	False	64736	fragment	False	ISR0804_000000008113	1.0		0	0	False	False	0.9895969033241272	0					non-mobilizable	no_good_hit	66.0	93.939	3.0	0.10220125786163523	MK233371.1	viruses	Uncultured human fecal virus clone E.hallii_S11.P08_1_c1 sequence	True	False
ENG0184_000000010162	2206	0.5334045855138315	3	2	2	1	1	False	64742	maximal	True	ENG0184_000000010162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	92.236	14.0	0.044063143445435826	MK233193.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_4_c1 sequence	True	False
ENG0191_000000014772	2108	0.5334045855138315	3	2	2	1	1	False	64740	maximal	True	ENG0191_000000014772	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0038_000000015538	1724	0.5334045855138315	3	2	2	1	1	False	27239	fragment	False	SPA0038_000000015538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	82.69200000000001	24.0	0.02470623681831877	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ENG0042_000000015225	1664	0.5334045855138315	3	2	2	1	1	False	64685	fragment	False	ENG0042_000000015225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0123_000000007048	1568	0.5334045855138315	4	2	2	1	1	False	58966	fragment	False	ENG0123_000000007048	1.0		0	0	False	False	0.9974489808082581	0					non-mobilizable	no_good_hit								True	False
ENG0041_000000017704	1357	0.5334045855138315	2	2	2	1	1	False	64735	fragment	False	ENG0041_000000017704	0.9813639968279144		0	0	False	False	0.943257212638855	0					non-mobilizable	no_good_hit								True	False
ENG0147_000000012325	1261	0.5334045855138315	2	2	2	1	1	False	64735	fragment	False	ENG0041_000000017704	0.947310243183493		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000018990	1250	0.5334045855138315	2	2	2	1	1	False	30696	fragment	False	ISR0152_000000018990	1.0		0	0	False	False	0.9976000189781189	0					non-mobilizable	no_good_hit								True	False
ISR0241_000000015104	1110	0.5334045855138315	3	2	2	1	1	False	27238	fragment	False	ISR0241_000000015104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	95.89	7.0	0.004338656221753541	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
ISR0009_000000006702	4518	0.5334016584652156	10	3	1	3	1	False	63934	fragment	False	ISR0009_000000006702	0.9751227130745204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0331_000000004888	4305	0.5334015168038548	5	3	3	3	1	False	116308	maximal	True	ISR0331_000000004888	1.0		1	1	False	False	0.9997677206993103	0					non-mobilizable	no_good_hit	1416.0	97.175	33.0	0.22521088651917873	NZ_JAAIUL010000046.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_46_length_6283_cov_347.508, whole genome shotgun sequence	True	False
ISR0264_000000005751	1877	0.5334014511139809	2	2	2	2	1	False	117278	fragment	False	ISR0264_000000005751	1.0		0	0	False	False	0.9962706565856934	0					non-mobilizable	other	1877.0	96.537	100.0	0.007200678614061282	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0012_000000009533	2442	0.5333960632336636	4	4	4	3	3	False	38182	maximal	True	ISR0012_000000009533	1.0		3	2	False	False	0.9995905160903931	0					non-mobilizable	no_good_hit	1690.0	75.03	69.0	0.016989340425970598	NZ_SLXA01000009.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_109, whole genome shotgun sequence	True	False
FIJ0072_000000018379	1415	0.5333959981570666	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.3208367934523211		0	0	False	False	1.0	0					non-mobilizable	other	1412.0	95.255	99.0	0.00043615982737777104	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0024_000000008260	3313	0.5333951133960847	5	3	0	1	2	True	109168	fragment	False	ENG0024_000000008260	0.9658295161615137		0	0	False	False	1.0	0					non-mobilizable	chromosome	3313.0	99.97	100.0	0.001012577112699955	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ENG0055_000000006386	3036	0.5333951133960847	5	3	0	1	2	True	109168	fragment	False	ENG0024_000000008260	0.942707336811548		0	0	False	False	0.9861660003662109	0					non-mobilizable	other	3036.0	99.96700000000001	100.0	0.045003632912706294	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
SPA0056_000000011898	2894	0.5333951133960847	5	3	0	1	2	True	23963	fragment	False	SPA0056_000000011898	1.0		0	0	False	False	0.9979267716407776	0					non-mobilizable	other	2894.0	99.896	100.0	0.00570369567146082	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ISR0355_000000007111	2671	0.5333951133960847	4	3	0	1	2	True	23962	fragment	False	ISR0355_000000007111	1.0		0	0	False	False	0.9996256232261658	0					non-mobilizable	other	2592.0	98.958	97.0	0.005108287412635667	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ISR0028_000000000142	40816	0.5333926942842321	29	16	10	9	9	True	58484	maximal	True	ISR0028_000000000142	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8349.0	87.51899999999999	66.0	0.0033965688357244124	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
ISR0085_000000017410	1512	0.5333818836020321	3	2	2	2	2	False	33971	fragment	False	ISR0085_000000017410	1.0		0	0	False	False	0.9933862686157227	0					non-mobilizable	chromosome	1512.0	99.934	100.0	0.00028536026308289934	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	False	False
ISR0330_000000023662	1362	0.5333816009593483	2	2	2	2	2	False	24641	fragment	False	ISR0330_000000023662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	86.22200000000001	73.0	0.0060342357828391344	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0039_000000008759	1893	0.533380448136818	3	2	2	1	1	False	116610	maximal	True	AST0039_000000008759	1.0		2	2	False	False	0.9994717240333557	0					non-mobilizable	no_good_hit	938.0	84.755	49.0	0.0002599263541996434	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0134_000000006311	2334	0.5333786369336817	4	3	1	2	2	True	106380	maximal	True	CHI0134_000000006311	1.0		18	8	False	False	1.0	0					non-mobilizable	other	2336.0	97.68799999999999	100.0	0.023912753810358435	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	False	True
MON0085_000000014054	2001	0.5333786369336817	3	3	1	2	2	True	11326	fragment	False	MON0085_000000014054	1.0		0	0	False	False	0.9885057210922241	0					non-mobilizable	no_good_hit	74.0	93.243	4.0	0.13345521023765997	KU547414.1	bacteria	Uncultured bacterium clone CH_08E_000_Contig_7 genomic sequence	True	True
MON0007_000000048836	1339	0.5333785174707614	3	1	1	1	1	False	114808	maximal	True	MON0007_000000048836	0.9430651473027108		374	11	False	False	1.0	0					non-mobilizable	chromosome	1339.0	96.191	100.0	0.0005510213662858936	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CAN0015_000000013963	2778	0.5333783687379371	5	3	2	2	3	False	93461	fragment	False	CAN0015_000000013963	0.9614249584885627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	91.89200000000001	5.0	4.7860092736356245e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
CAN0016_000000018110	2684	0.5333783687379371	5	3	2	2	3	False	93461	fragment	False	CAN0015_000000013963	0.9533541269244327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	2.0	0.0004006279229486215	NZ_QIML01000006.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_6, whole genome shotgun sequence	True	False
AST0148_000000009783	3577	0.533373710105697	4	4	4	3	3	False	105116	fragment	False	ISR0227_000000006955	0.8754674845455837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	98.571	3.0	0.00044940892956003516	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
ENG0142_000000012574	2593	0.533371429316282	3	2	2	2	2	False	101207	fragment	False	CHI0112_000000005645	0.7467497215544194		0	0	False	False	0.9996143579483032	0					non-mobilizable	chromosome	2592.0	93.32600000000001	99.0	0.0010947432871390285	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
SPA0038_000000018091	1442	0.5333671892866326	2	2	2	1	1	False	38007	fragment	False	ISR0014_000000024609	0.939943741209564		0	0	False	False	0.9916782379150391	0					non-mobilizable	other	1442.0	99.098	100.0	0.0004108348643418146	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0225_000000006360	2684	0.5333657859481631	4	4	4	4	4	False	67076	fragment	False	ISR0225_000000006360	0.9512294569218112		0	0	False	False	0.9884500503540039	0					non-mobilizable	chromosome	2684.0	96.23700000000001	100.0	0.0011049255050411455	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0033_000000002100	12513	0.5333625638904609	8	4	3	4	2	True	73641	maximal	True	DEN0033_000000002100	1.0		13	6	False	False	0.9998401403427124	0					non-mobilizable	no_good_hit	99.0	80.808	1.0	0.0005647926692216812	NZ_FQUI01000001.1	bacteria	Marinitoga hydrogenitolerans DSM 16785, whole genome shotgun sequence	True	True
DEN0010_000000009389	4516	0.5333619922313416	4	3	3	3	3	False	92762	maximal	True	DEN0010_000000009389	1.0		1	1	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit	2388.0	87.56299999999999	57.0	0.0008082843487412608	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
CHI0129_000000018064	1445	0.5333601739646457	2	2	2	2	1	False	112244	maximal	True	CHI0129_000000018064	0.9910968660968661		420	12	False	False	1.0	0					non-mobilizable	other	1445.0	98.75399999999999	100.0	0.010862043026929441	NZ_SPGG01000013.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_13_length_132940_cov_40.1678, whole genome shotgun sequence	False	False
CHI0062_000000002940	5411	0.5333594283586973	3	3	1	2	3	False	89580	fragment	False	CHI0062_000000002940	0.992407809110629		0	0	False	False	0.9966734647750854	0					non-mobilizable	other	5411.0	98.891	100.0	0.020598459494138386	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	False	False
FIJ0120_000000020182	1266	0.5333540988505353	2	2	2	2	1	False	41512	maximal	True	FIJ0120_000000020182	1.0		5	1	False	False	0.9952606558799744	0					non-mobilizable	no_good_hit	265.0	72.453	21.0	0.0005183828819328782	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
MON0082_000000007389	3873	0.5333540522949374	3	3	3	3	2	False	85809	fragment	False	FIJ0046_000000006688	0.919494053335636		0	0	False	False	0.9927704334259033	0					non-mobilizable	no_good_hit	945.0	71.005	24.0	0.00017021078845030362	CP037441.1	enterobacteria	Klebsiella sp. PO552 chromosome, complete genome	True	False
MON0101_000000034774	1860	0.5333535202570644	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.8221472523445836		0	0	False	False	1.0	0					non-mobilizable	chromosome	1763.0	99.71600000000001	95.0	0.000617903273940508	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
ISR0395_000000021207	1824	0.5333535202570644	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.8248812715526302		0	0	False	False	1.0	0					non-mobilizable	other	1750.0	100.0	96.0	0.0027972005603997007	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0140_000000014331	1618	0.5333535202570644	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.6588781906644642		0	0	False	False	1.0	0					non-mobilizable	chromosome	1618.0	100.0	100.0	0.0005670542530997739	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
AST0118_000000022439	1390	0.5333535202570644	2	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.3035278626568721		0	0	False	False	0.9985611438751221	0					non-mobilizable	other	1389.0	99.64	100.0	0.00033576098849196146	CP003939.1	firmicutes	Clostridioides difficile BJ08, complete genome	False	False
SPA0024_000000011075	1299	0.5333535202570644	1	1	1	1	1	False	113055	fragment	False	ISR0395_000000021207	0.05332204824375793		0	0	False	False	1.0	0					non-mobilizable	other	1087.0	99.816	100.0	0.002974315715670755	NZ_DS483474.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_14, whole genome shotgun sequence	False	False
ENG0168_000000025811	1222	0.5333535202570644	1	1	1	1	1	False	55948	maximal	False	ISR0820_000000021228	0.9777077699319996		0	0	False	False	0.9967266917228699	0					non-mobilizable	other	1222.0	98.527	100.0	0.0004381139785270328	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	False
CHI0151_000000021401	1135	0.5333535202570644	1	1	1	1	1	False	79419	fragment	False	CHI0151_000000021401	1.0		0	0	False	False	0.9991189241409302	0					non-mobilizable	chromosome	1135.0	100.0	100.0	0.00039767441126477645	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
ENG0133_000000011304	2180	0.5333530504395865	3	3	3	2	1	False	91715	maximal	True	ENG0133_000000011304	0.9881575550529105		420	11	False	False	0.9885321259498596	0					non-mobilizable	other	2180.0	99.587	100.0	0.008918617614269788	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0112_000000016748	2090	0.5333530504395865	3	3	3	2	1	False	91715	maximal	False	ENG0133_000000011304	0.984029114685938		0	0	False	False	0.9995215535163879	0					non-mobilizable	other	2090.0	99.569	100.0	0.008549740966620763	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0814_000000020927	1942	0.5333530504395865	3	3	3	2	1	False	91715	maximal	False	ENG0133_000000011304	0.876631754028633		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	99.074	100.0	0.00795953833038232	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0220_000000005270	1833	0.5333530504395865	3	3	3	2	1	False	91715	maximal	False	ENG0133_000000011304	0.7824417981013141		0	0	False	False	1.0	0					non-mobilizable	other	1833.0	99.564	100.0	0.007496393206111876	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0791_000000010363	1772	0.5333530504395865	3	3	3	2	1	False	91715	maximal	False	ENG0133_000000011304	0.7772563964252338		0	0	False	False	0.9977426528930664	0					non-mobilizable	other	1772.0	100.0	100.0	0.007258672699849171	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0101_000000014455	1635	0.5333530504395865	3	3	3	2	1	False	91715	maximal	False	ENG0133_000000011304	0.5824359741001045		0	0	False	False	0.9987767338752747	0					non-mobilizable	other	1635.0	99.51100000000001	100.0	0.006697160469538986	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ENG0193_000000012395	1618	0.5333530504395865	3	3	3	2	1	False	91715	maximal	False	ENG0133_000000011304	0.5789594259705386		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	99.506	100.0	0.006615187881172536	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0826_000000008018	1558	0.5333530504395865	3	3	3	2	1	False	91715	maximal	False	ENG0133_000000011304	0.290948999166427		0	0	False	False	0.9852374792098999	0					non-mobilizable	other	1453.0	95.802	93.0	0.0008394142625166798	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ISR0785_000000025045	1522	0.5333530504395865	3	3	3	2	1	False	91715	maximal	False	ENG0133_000000011304	0.4745566519852068		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	99.73700000000001	100.0	0.006234015345268542	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
SPA0101_000000027939	1444	0.5333530504395865	3	3	3	2	1	False	91715	maximal	False	ENG0133_000000011304	0.28462270946106655		0	0	False	False	0.9986149668693542	0					non-mobilizable	other	1444.0	100.0	100.0	0.0059143222506393865	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0162_000000026453	1494	0.5333500657664533	2	2	2	2	2	False	75182	fragment	False	USA0053_01_000000011931	0.6352398910538445		0	0	False	False	1.0	0					non-mobilizable	chromosome	1507.0	88.587	100.0	0.00041833153389254414	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0081_000000006671	1446	0.5333437531633113	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.34850699563088505		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	80.345	91.0	0.000610638223181342	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
MON0107_000000046762	1320	0.5333437531633113	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3368885671231453		0	0	False	False	0.9628787636756897	0					non-mobilizable	other	1275.0	81.49	96.0	0.0005847715510949917	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
CHI0025_000000007758	1308	0.5333437531633113	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3219864495671349		0	0	False	False	0.9992354512214661	0					non-mobilizable	other	1319.0	79.53	99.0	0.00037073793313318406	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0164_000000016114	1255	0.5333437531633113	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.34357830524846555		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	98.64299999999999	99.0	0.0003476792686516598	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0003_000000019631	1231	0.5333437531633113	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.30949492260357786		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	79.822	100.0	0.002412735148198222	NZ_KB822501.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.6, whole genome shotgun sequence	False	False
SPA0125_000000026630	1195	0.5333437531633113	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.17073736837985595	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1206.0	81.758	100.0	0.00033962231950097703	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MAD0100_000000009197	4047	0.5333347439544976	4	3	3	2	1	False	101879	fragment	False	ENG0195_000000005754	0.9181897906943058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2218.0	74.752	53.0	0.0010669430706857145	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0045_000000011765	2173	0.5333333286062699	3	3	3	3	3	False	36249	maximal	True	ISR0045_000000011765	1.0		5	3	False	False	0.9820524454116821	0					non-mobilizable	no_good_hit	54.0	87.037	2.0	9.174486618232302e-05	NZ_VMHH01000001.1	high GC Gram+	Corynebacterium godavarianum strain LMG 29598 LMG29598_1, whole genome shotgun sequence	True	False
SPA0062_000000019770	1629	0.5333299144566517	2	2	2	2	1	False	6158	maximal	True	SPA0062_000000019770	1.0		0	0	False	False	0.986494779586792	0					non-mobilizable	no_good_hit	562.0	97.865	34.0	0.0032698214712448053	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
MON0040_000000014967	1844	0.5333292812778881	1	1	1	1	1	False	11866	maximal	True	MON0040_000000014967	1.0		75	9	False	False	0.9994577169418335	0					non-mobilizable	no_good_hit	852.0	69.718	46.0	0.0005021880194338983	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	True	False
USA0026_01_000000016714	1935	0.5333291626832402	2	1	1	0	1	False	1624	maximal	True	USA0026_01_000000016714	1.0		23	8	False	False	0.9881137013435364	0					non-mobilizable	other	1773.0	79.808	90.0	0.00046408384680252123	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CHI0021_000000003745	2227	0.5333225261166197	2	2	2	2	2	False	92071	maximal	True	CHI0021_000000003745	1.0		1	1	False	False	0.9995509386062622	0					non-mobilizable	no_good_hit	1948.0	97.074	87.0	0.0008666249865566027	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0158_000000016515	1143	0.5333217616255672	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.027127776001670406		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	96.76299999999999	100.0	0.040039267933525	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0008_000000026574	1141	0.533313423051856	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.6130517461307935	PS354	0	0	False	True	1.0	0					non-mobilizable	chromosome	1141.0	98.948	100.0	0.0003973604114701917	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
DEN0094_000000035276	1128	0.533313423051856	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.5355448956090599	PS354	0	0	False	True	0.984929084777832	0					non-mobilizable	chromosome	1128.0	99.025	100.0	0.0003928291085323737	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ENG0091_000000022612	1108	0.533313423051856	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.3358220665039983	PS354	0	0	False	True	0.9494584798812866	0					non-mobilizable	chromosome	1108.0	98.736	100.0	0.00038585787324342297	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0160_000000002222	10116	0.5333097919868841	17	6	5	4	5	False	88922	maximal	True	ISR0160_000000002222	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	89.20700000000001	38.0	0.0003375631362808525	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
MON0031_000000018461	1745	0.5333047625129044	3	2	2	1	1	False	12452	maximal	True	MON0031_000000018461	1.0		3	3	False	False	1.0	0					non-mobilizable	other	1718.0	95.169	98.0	0.03609203151995281	NZ_QRUP01000029.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf29, whole genome shotgun sequence	False	False
AST0060_000000027262	1133	0.5333019356458762	1	1	1	1	1	False	112234	fragment	False	AST0060_000000027262	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	952.0	98.42399999999999	99.0	0.0004123400231274625	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
DEN0018_000000005521	5925	0.5332990350506311	7	4	2	3	3	True	118476	fragment	False	ENG0031_000000002375	0.21361026680175618		0	0	False	False	0.999662458896637	0					non-mobilizable	virus	5745.0	99.93	97.0	0.05977915847096902	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
BAN0017_000000000370	2292	0.533298646975352	3	3	3	3	3	False	98249	maximal	True	BAN0017_000000000370	1.0		9	4	False	False	0.9952006936073303	0					non-mobilizable	other	2292.0	98.822	100.0	0.0008857724682121354	NC_014330.1	bacteria	Brachyspira pilosicoli 95/1000, complete sequence	False	False
ISR0067_000000028545	1106	0.5332893945205539	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.11798476118930325	PS1128	0	0	False	True	0.9990958571434021	0					non-mobilizable	other	1113.0	85.624	100.0	0.013080158805180073	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0141_000000024245	1268	0.5332892526526294	2	2	2	2	2	False	31193	maximal	True	ISR0141_000000024245	1.0		87	13	False	False	0.9992113709449768	0					non-mobilizable	no_good_hit	1090.0	71.92699999999999	85.0	0.005027690097718638	NZ_SPFR01000003.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_3_length_211628_cov_63.8189, whole genome shotgun sequence	True	False
AUS0022_000000000786	29208	0.5332882938517061	40	17	10	15	8	True	105178	maximal	True	AUS0022_000000000786	1.0		4	3	False	False	0.9999315142631531	0					non-mobilizable	no_good_hit	2203.0	75.579	11.0	0.0006912283344990391	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ETH0004_000000016392	1725	0.533287787429537	3	3	3	2	2	False	52868	fragment	False	ETH0004_000000016392	1.0		0	0	False	False	0.9907246232032776	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.001315464934637836	NZ_FQXP01000016.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
ISR0214_000000018923	1602	0.5332845791079521	1	1	1	1	1	False	28209	maximal	True	ISR0214_000000018923	1.0		254	12	False	False	1.0	0					non-mobilizable	no_good_hit	1045.0	99.713	65.0	0.00022049119270740164	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MAD0008_000000010250	1424	0.5332836180459627	2	2	2	2	1	False	61783	fragment	False	ISR0126_000000033985	0.9188546896122304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	82.41799999999999	6.0	0.00017513901659442182	NZ_SIRE01000004.1	firmicutes	Paenibacillus thalictri strain N2SHLJ1 Scaffold3_1, whole genome shotgun sequence	True	False
ENG0179_000000019945	1652	0.5332835070247723	3	3	2	2	2	False	86095	fragment	False	ENG0059_000000007357	0.9649163784258193		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	96.075	100.0	0.00032034465521211793	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0056_000000012746	1603	0.5332835070247723	5	3	2	2	2	False	86095	fragment	False	ENG0059_000000007357	0.9450625599169404		0	0	False	False	1.0	0					non-mobilizable	other	1603.0	97.006	100.0	0.00027962580412055327	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0028_000000003830	6195	0.5332777854909779	5	4	4	3	3	False	7453	maximal	True	SPA0028_000000003830	1.0		7	4	False	False	0.9996771812438965	0					non-mobilizable	no_good_hit	1344.0	75.521	22.0	0.02008147254073627	NZ_FUWU01000013.1	bacteria	Fibrobacter intestinalis strain ATCC 43854, whole genome shotgun sequence	True	False
AUS0020_000000012609	2161	0.5332733359658831	2	2	2	2	2	False	99611	maximal	True	AUS0020_000000012609	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	81.735	40.0	0.002343890697280603	NZ_FQZO01000004.1	firmicutes	Clostridium amylolyticum strain DSM 21864, whole genome shotgun sequence	True	False
FIJ0165_000000007072	2338	0.5332714028924037	3	3	3	2	3	False	39058	maximal	True	FIJ0165_000000007072	1.0		60	9	False	False	0.9948673844337463	0					non-mobilizable	chromosome	2338.0	99.444	100.0	0.00045089116120198284	CP031789.1	enterobacteria	Klebsiella pneumoniae strain KSB1_1I-sc-2280289 chromosome, complete genome	False	False
ISR0082_000000007903	3575	0.5332707401512828	3	3	3	3	3	False	34186	fragment	False	ISR0082_000000007903	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00012556053811659193	NZ_FODD01000009.1	high GC Gram+	Streptomyces rubidus strain CGMCC 4.2026, whole genome shotgun sequence	True	False
MAD0060_000000006859	2400	0.5332687429931646	3	3	3	2	2	False	79752	maximal	True	MAD0060_000000006859	1.0		258	13	False	False	0.9995833039283752	0					non-mobilizable	chromosome	2398.0	99.958	99.0	0.0005021160304889378	CP047662.1	enterobacteria	Escherichia coli strain LD93-1 chromosome, complete genome	False	False
ENG0133_000000009363	2657	0.5332640724520433	4	3	2	2	2	False	58260	fragment	False	ENG0133_000000009363	1.0		0	0	False	False	0.9992472529411316	0					non-mobilizable	no_good_hit	542.0	76.753	20.0	0.0018370256635227024	NZ_QSBM01000006.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf6, whole genome shotgun sequence	True	False
FIJ0006_000000024171	1597	0.5332617477210776	2	2	2	2	2	False	51686	fragment	False	FIJ0006_000000024171	0.9805236270753512		0	0	False	False	0.9993738532066345	0					non-mobilizable	no_good_hit	160.0	76.25	10.0	5.7282733342308846e-05	NZ_LR590481.1	firmicutes	Hathewaya histolytica strain NCTC503 chromosome 1	True	False
FIJ0021_000000030561	1566	0.5332617477210776	2	2	2	2	2	False	51686	fragment	False	FIJ0006_000000024171	0.971195992485911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	76.25	10.0	5.7282733342308846e-05	NZ_LR590481.1	firmicutes	Hathewaya histolytica strain NCTC503 chromosome 1	True	False
MON0107_000000017657	3230	0.5332610175392958	4	3	3	3	2	False	47402	fragment	False	MON0107_000000017657	1.0		0	0	False	False	0.9916408658027649	0					non-mobilizable	other	2792.0	97.958	100.0	0.06517982251284446	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0013_000000008055	1202	0.5332596955225571	4	3	0	2	2	False	106912	fragment	False	CHI0013_000000008055	0.9696444058976583		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	437.0	93.36399999999999	82.0	0.1104887983706721	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MON0032_000000003832	5268	0.5332596261424591	8	4	3	0	2	False	12410	maximal	True	MON0032_000000003832	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	75.375	35.0	0.9978094194961665	NZ_FQZY01000145.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
USA0047_01_000000022065	1645	0.5332595252465197	3	1	1	1	1	False	56812	fragment	False	USA0047_01_000000022065	0.9893024623198966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	84.995	58.0	0.00026453317584381467	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0811_000000010019	1546	0.5332595252465197	3	1	1	1	1	False	56812	fragment	False	USA0047_01_000000022065	0.9731558192588875		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	85.016	62.0	0.00026677024286997803	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0154_000000022133	1502	0.5332595252465197	3	1	1	1	1	False	56812	fragment	False	USA0047_01_000000022065	0.9562030851260435		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	84.773	61.0	0.00025698307463051343	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0061_000000041336	1147	0.5332595252465197	1	1	1	1	1	False	10786	fragment	False	MON0061_000000041336	1.0		0	0	False	False	0.9912816286087036	0					non-mobilizable	no_good_hit	803.0	87.54700000000001	70.0	0.0002242659693728746	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0105_000000000688	20293	0.5332583570964075	21	14	11	12	7	False	60194	maximal	True	ENG0105_000000000688	1.0		1	1	False	False	0.9994579553604126	0					non-mobilizable	no_good_hit	857.0	74.562	4.0	0.02680965147453083	NZ_BBCE01000023.1	firmicutes	Syntrophomonas palmitatica JCM 14374, whole genome shotgun sequence	True	False
ISR0798_000000004144	3116	0.5332537532529636	3	3	2	2	3	False	21916	maximal	True	ISR0798_000000004144	1.0		99	10	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	89.831	76.0	0.0003280099527111994	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0058_01_000000013068	1363	0.5332536310447678	1	1	1	1	1	False	1311	fragment	False	USA0039_01_000000016218	0.9898033503277495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0021_000000015214	2169	0.5332532476133435	2	2	2	2	2	False	7685	maximal	True	SPA0021_000000015214	1.0		6	2	False	False	0.9976947903633118	0					non-mobilizable	chromosome	1447.0	97.789	90.0	0.0006539932484016513	LR134344.1	high GC Gram+	Bifidobacterium bifidum strain NCTC13001 genome assembly, chromosome: 1	False	False
DEN0018_000000036898	1119	0.5332500922105001	2	2	2	2	2	False	74927	fragment	False	DEN0018_000000036898	1.0		0	0	False	False	0.9865951538085938	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	0.00012897037308710738	NZ_NXDN01000005.1	a-proteobacteria	Rhizobium sophoriradicis strain JJW1 Scaffold5_1, whole genome shotgun sequence	True	False
ENG0107_000000009140	2967	0.5332496111419617	4	3	3	3	1	False	111387	maximal	True	ENG0107_000000009140	1.0	PS708	1	1	False	True	0.991910994052887	0					non-mobilizable	no_good_hit	1296.0	97.917	60.0	0.00019196464174357853	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
AST0026_000000020894	1231	0.5332492779131192	2	2	2	1	1	False	118981	fragment	False	AST0026_000000020894	0.9891398783666376		0	0	False	False	1.0	0					non-mobilizable	chromosome	1231.0	100.0	100.0	0.0005390802502033604	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
MAD0105_000000007094	4425	0.5332483706856459	3	3	3	3	3	False	19940	maximal	True	MAD0105_000000007094	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	90.289	49.0	0.00017307898912543814	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
CHI0005_000000017634	1169	0.5332413681823307	2	2	1	2	1	False	90676	maximal	True	CHI0005_000000017634	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	81.657	57.0	0.002551466617994874	NZ_PUBV01000001.1	CFB group bacteria	Paramuribaculum intestinale strain DSM 100764 seq1, whole genome shotgun sequence	True	False
ISR0353_000000023777	1552	0.5332379117884553	2	2	2	2	2	False	33941	fragment	False	ISR0353_000000023777	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1554.0	92.535	100.0	0.0006545822019436705	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	False	False
MON0090_000000051282	1217	0.5332377194460677	2	1	1	1	1	False	9513	maximal	True	MON0090_000000051282	1.0		3	1	False	False	0.9580936431884766	0					non-mobilizable	no_good_hit								True	False
MON0033_000000027322	2316	0.5332350011375607	2	2	1	1	1	False	130003	maximal	True	MON0033_000000027322	1.0	PS1072	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	524.0	100.0	23.0	0.00032287956715617184	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
ENG0021_000000011780	1537	0.533234743705938	2	2	2	2	2	False	111257	fragment	False	ENG0021_000000011780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1055.0	95.45	81.0	0.0002998006069966749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0395_000000029627	1298	0.5332329275509222	2	2	2	2	2	False	86310	maximal	False	ISR0258_000000019478	0.7848206521334908		0	0	False	False	1.0	0					non-mobilizable	chromosome	1298.0	99.538	100.0	0.00023820403341688533	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
AST0148_000000011935	2930	0.5332299971151016	4	3	3	3	3	False	105091	maximal	True	AST0148_000000011935	1.0		52	8	False	False	0.9996587038040161	0					non-mobilizable	no_good_hit	1178.0	78.862	60.0	0.00031514834482802975	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0041_000000013565	2451	0.533222847525308	2	2	1	1	0	True	18264	fragment	False	MAD0041_000000013565	1.0		0	0	False	False	0.9930640459060669	0					non-mobilizable	no_good_hit	131.0	92.366	5.0	0.0008298013583209927	NZ_JAAWUO010000006.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_6_length_156664_cov_165.33, whole genome shotgun sequence	True	True
AUS0002_000000007630	4285	0.5332142955362753	6	5	2	4	4	False	103099	maximal	True	AUS0002_000000007630	1.0		233	12	False	False	0.9974328875541687	0					non-mobilizable	no_good_hit	2736.0	97.95299999999999	80.0	0.01124436240148335	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ENG0006_000000011908	1910	0.5332112115858587	2	2	2	1	2	False	79576	maximal	False	ISR0323_000000010400	0.9217597276716131		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	75.28699999999999	99.0	0.0005245735930375282	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0173_000000012733	1387	0.5332110055030945	3	3	3	2	1	False	122995	fragment	False	CHI0173_000000012733	0.966376582278481		0	0	False	False	0.9978370666503906	0					non-mobilizable	other	1393.0	87.509	100.0	0.00043056005783939736	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0007_000000013145	3175	0.5332105142770167	3	3	3	3	1	True	103599	maximal	True	CAN0007_000000013145	1.0		15	7	False	False	0.992440938949585	0					non-mobilizable	no_good_hit								True	True
FIJ0104_000000006503	3816	0.5332093576128448	3	1	1	1	1	False	79250	maximal	True	FIJ0104_000000006503	1.0		91	10	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	81.444	78.0	0.0002410298516488884	NZ_LGTC01000001.1	firmicutes	Pseudobacteroides cellulosolvens ATCC 35603 = DSM 2933 ctg1, whole genome shotgun sequence	True	False
FIJ0020_000000013750	1559	0.5332093576128448	1	1	1	1	1	False	79249	fragment	False	FIJ0020_000000013750	0.9942941028966085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	83.367	63.0	0.024490809736711375	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0153_000000009614	1555	0.5332093576128448	1	1	1	1	1	False	79249	fragment	False	FIJ0020_000000013750	0.9918510775523609		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	989.0	83.215	63.0	0.024416294088425237	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
FIJ0074_000000020118	1474	0.5332093576128448	1	1	1	1	1	False	79249	fragment	False	FIJ0020_000000013750	0.9665349801518704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	83.35	67.0	0.02446597118728266	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0119_000000023284	1342	0.5332093576128448	1	1	1	1	1	False	79249	fragment	False	FIJ0020_000000013750	0.47506784260515605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	83.166	74.0	0.024639841033283656	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0842_000000004064	4857	0.5332080804914675	6	4	4	2	2	False	31253	maximal	True	ISR0842_000000004064	1.0		18	3	False	False	1.0	0					non-mobilizable	no_good_hit	1797.0	96.32700000000001	43.0	0.000578883702070863	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AUS0010_000000008528	2761	0.5332058423367505	6	4	2	3	3	False	101552	maximal	True	AUS0010_000000008528	1.0		19	10	False	False	1.0	0					non-mobilizable	no_good_hit	307.0	75.896	11.0	7.099562906711508e-05	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
FIJ0004_000000002445	9906	0.5332028692886297	9	7	7	7	6	False	52117	maximal	True	FIJ0004_000000002445	1.0		1	1	False	False	0.9998990297317505	0					non-mobilizable	no_good_hit	3462.0	73.77199999999999	35.0	0.01961021250151047	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ITA0003_000000001324	3892	0.5331954093558121	4	4	2	3	3	True	65318	fragment	False	ITA0003_000000001324	0.9946261976880083		0	0	False	False	0.9992291927337646	0					non-mobilizable	chromosome	3903.0	96.234	99.0	0.0008821562350956548	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ETH0005_000000021158	2234	0.5331867281269284	2	2	2	2	1	True	52750	fragment	False	ETH0005_000000021158	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	86.154	3.0	5.5945718666463864e-05	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
SPA0024_000000005584	2898	0.5331864634099047	4	4	4	3	2	False	7584	maximal	True	SPA0024_000000005584	1.0		516	12	False	False	1.0	0					non-mobilizable	other	2568.0	86.137	99.0	0.025334759527771176	NZ_GL882581.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld1, whole genome shotgun sequence	False	False
CHI0141_000000007246	3802	0.5331860522563485	7	5	3	5	3	False	80134	fragment	False	CHI0141_000000007246	1.0		0	0	False	False	0.9931614995002747	0					non-mobilizable	no_good_hit								True	False
SPA0041_000000020769	1620	0.5331857341209545	2	2	2	2	2	False	36467	fragment	False	SPA0041_000000020769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	99.01	6.0	2.2255120235512586e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0003_000000008202	4307	0.5331846646680528	6	4	2	4	2	False	130509	fragment	False	ISR0203_000000002513	0.052609850969486206		0	0	False	False	0.9953563809394836	0					non-mobilizable	other	3041.0	99.211	100.0	0.017365714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0047_000000005998	4621	0.5331846346771587	3	2	2	2	1	False	68471	fragment	False	ISR0047_000000005998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	97.24	34.0	0.06365570283096056	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0078_000000020997	1225	0.5331825290047207	2	1	1	1	1	False	86454	maximal	False	CHI0052_000000012806	0.9817666126418152		0	0	False	False	0.9959183931350708	0					non-mobilizable	no_good_hit	80.0	80.0	6.0	0.00040388140385033607	NZ_CABFJY010000022.1	g-proteobacteria	Actinobacillus vicugnae isolate W16181, whole genome shotgun sequence	True	False
SPA0098_000000010745	3243	0.5331815508432148	4	4	2	2	1	False	5078	maximal	True	SPA0098_000000010745	1.0		37	8	False	False	0.999383270740509	0					non-mobilizable	no_good_hit	2013.0	82.514	62.0	0.000774908207964533	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0016_000000004654	4517	0.5331783270854243	7	6	2	4	5	True	63953	maximal	True	MON0016_000000004654	1.0		6	3	False	False	0.9867168664932251	0					non-mobilizable	no_good_hit	1056.0	75.568	23.0	0.0003533212896053363	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
FIJ0100_000000009034	2054	0.5331782355793893	2	1	1	1	1	False	42736	fragment	False	MON0099_000000016109	0.9804854831032841		0	0	False	False	1.0	0					non-mobilizable	chromosome	2054.0	98.15	100.0	0.0005476522842808857	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
AST0062_000000009865	1646	0.5331745236677501	3	3	3	2	2	False	111675	maximal	True	AST0062_000000009865	1.0		79	9	False	False	1.0	0					non-mobilizable	other	1648.0	86.46799999999999	100.0	0.0019338698793594366	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0118_000000011837	1252	0.5331687106529056	2	2	2	2	2	False	59289	maximal	True	ENG0118_000000011837	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	97.796	76.0	0.7100149476831091	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0113_000000024902	1155	0.5331686920841261	2	2	2	2	2	False	4480	maximal	True	SPA0113_000000024902	1.0		3	3	False	False	0.9887446165084839	0					non-mobilizable	no_good_hit	124.0	79.032	11.0	1.5794323494454265e-05	CP026730.1	high GC Gram+	Streptomyces sp. CB09001 chromosome, complete genome	True	False
FIJ0059_000000001332	12643	0.5331674873521177	23	3	1	2	2	False	68999	maximal	True	FIJ0059_000000001332	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	94.444	1.0	1.8939752646830432e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0071_000000002845	11098	0.5331674873521177	19	3	1	2	2	False	68998	fragment	False	FIJ0071_000000002845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000017115	2024	0.5331644920067249	2	2	2	1	1	False	71088	maximal	True	DEN0065_000000017115	1.0		69	9	False	False	0.9896245002746582	0					non-mobilizable	chromosome	1926.0	100.0	95.0	0.0002961796365652763	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0152_000000001969	11357	0.5331637269442331	16	15	4	7	15	False	57065	maximal	True	ENG0152_000000001969	1.0		1	1	False	False	0.9986792206764221	0					non-mobilizable	other	11338.0	100.0	99.0	0.0023878332345862383	CP001855.1	enterobacteria	Escherichia coli O83:H1 str. NRG 857C, complete genome	False	False
ISR0069_000000019573	1307	0.5331605333664726	2	2	2	2	2	False	34935	fragment	False	ISR0069_000000019573	1.0		0	0	False	False	0.986993134021759	0					non-mobilizable	no_good_hit	819.0	80.342	63.0	0.007443965006066466	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
ENG0195_000000008641	2807	0.5331558575258695	4	3	2	3	2	True	58084	fragment	False	ISR0016_000000006676	0.9330842086651293		0	0	False	False	0.9964374899864197	0					non-mobilizable	chromosome	2807.0	99.89299999999999	100.0	0.0005121733343506223	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
SPA0131_000000010423	2447	0.5331555127208586	2	2	2	2	1	False	3769	maximal	True	SPA0131_000000010423	1.0		14	5	False	False	0.9975480437278748	0					non-mobilizable	no_good_hit	2113.0	100.0	86.0	0.0038099292673643118	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0094_000000003644	6220	0.5331553719236388	10	5	4	5	4	True	91421	fragment	False	ISR0094_000000003644	1.0		0	0	False	False	0.9998392462730408	0					non-mobilizable	other	3020.0	94.43700000000001	92.0	0.22685220007521625	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	False	True
USA0113_01_000000007818	2420	0.5331549309207434	2	2	2	2	1	False	27221	maximal	True	USA0113_01_000000007818	1.0		28	8	False	False	0.9995867609977722	0					non-mobilizable	no_good_hit	2119.0	99.15100000000001	88.0	0.00087973323896346	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ISR0029_000000033404	1240	0.533154821984318	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.5083765807806592		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	99.355	100.0	0.9260089686098655	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0783_000000012184	1153	0.5331547409730121	3	2	2	2	1	False	22235	maximal	True	ISR0783_000000012184	1.0		101	11	False	False	0.9887250661849976	0					non-mobilizable	no_good_hit	528.0	95.455	75.0	0.01673866090712743	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0047_000000027953	1424	0.5331529787137778	2	2	1	2	1	False	11451	maximal	True	MON0047_000000027953	1.0		84	11	False	False	0.9859550595283508	0					non-mobilizable	no_good_hit	142.0	75.352	10.0	5.3162005739933035e-05	NZ_CP040736.1	firmicutes	Lactobacillus futsaii strain Y97 chromosome, complete genome	True	False
CHI0056_000000001632	8542	0.5331522347582477	7	4	4	4	2	True	107715	maximal	True	CHI0056_000000001632	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	71.667	7.0	0.00023582349686874292	CP013331.1	fusobacteria	Fusobacterium hwasookii ChDC F174, complete genome	True	True
FIJ0002_000000012413	2850	0.5331493587979541	2	2	2	2	2	False	52422	fragment	False	FIJ0002_000000012413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1563.0	73.44800000000001	54.0	0.0023261405301436555	NZ_JH414505.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.2, whole genome shotgun sequence	True	False
CHI0008_000000001712	4762	0.5331407804642282	10	3	2	3	1	True	90537	fragment	False	CHI0008_000000001712	1.0		0	0	False	False	0.9964300990104675	0					non-mobilizable	no_good_hit	46.0	89.13	1.0	0.0011149100639215104	NZ_JAAIWN010000034.1	firmicutes	Bacillus aquiflavi strain 3H-10 NODE_34_length_40362_cov_0.305318, whole genome shotgun sequence	True	True
MAD0094_000000003434	3914	0.5331404247448159	5	4	3	4	3	False	68312	maximal	True	MAD0094_000000003434	1.0		79	4	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	94.92	64.0	0.005854690456209001	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
FIJ0061_000000013293	1970	0.5331404000538666	3	3	1	2	3	False	45809	backbone	False	FIJ0148_000000008973	0.9904749487662133	PS160	0	0	True	True	1.0	3					non-mobilizable	no_good_hit	827.0	96.61399999999999	56.0	0.003027293284613214	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0030_000000011972	2754	0.5331386339767471	3	2	2	2	2	False	48754	maximal	True	FIJ0030_000000011972	1.0		70	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000013677	2147	0.5331383854083194	3	2	2	2	1	False	80254	maximal	True	CHI0140_000000013677	1.0		324	14	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	91.74600000000001	53.0	0.00021171771733968106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0054_000000021913	1282	0.5331380696419159	2	2	2	2	2	False	63720	maximal	True	ENG0054_000000021913	1.0		86	12	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	98.788	13.0	0.07953443258971872	KU544213.1	bacteria	Uncultured bacterium clone CX_IN_B_Contig_24 genomic sequence	True	False
FIJ0039_000000016384	1396	0.5331377500344121	3	1	0	1	0	False	47551	fragment	False	FIJ0039_000000016384	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1396.0	99.14	100.0	0.18681318681318682	CP056633.1	enterobacteria	Escherichia coli strain RHBSTW-00303 plasmid pRHBSTW-00303_2, complete sequence	False	True
FIJ0068_000000026172	1229	0.5331377500344121	2	1	0	1	0	False	45022	maximal	True	FIJ0068_000000026172	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	99.00299999999999	24.0	0.07381889763779527	CP024518.1	enterobacteria	Klebsiella pneumoniae strain KSB1_10J plasmid unnamed3, complete sequence	True	False
USA0038_01_000000007566	2124	0.5331360541329255	3	2	2	2	2	False	62833	fragment	False	USA0038_01_000000007566	0.9975012493753124		0	0	False	False	1.0	0					non-mobilizable	other	2122.0	99.906	99.0	0.06579600446705547	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
USA0071_01_000000006172	2001	0.5331360541329255	2	2	2	2	2	False	62833	fragment	False	USA0038_01_000000007566	0.9686911487758945		0	0	False	False	0.9990004897117615	0					non-mobilizable	other	1992.0	100.0	99.0	0.06176324606030525	NZ_WNCH01000026.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold26_size32236, whole genome shotgun sequence	False	False
MAD0002_000000007933	4025	0.5331303342931711	4	4	3	4	3	False	40058	maximal	True	MAD0002_000000007933	1.0		86	7	False	False	0.9992546439170837	0					non-mobilizable	no_good_hit	2387.0	78.132	59.0	0.05156141266527488	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	True	False
MON0066_000000023099	1535	0.5331257905586783	3	3	3	3	2	False	10632	maximal	True	MON0066_000000023099	1.0		29	7	False	False	0.9869706630706787	0					non-mobilizable	other	1535.0	99.67399999999999	100.0	0.001299733444496976	NZ_JH370372.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.2, whole genome shotgun sequence	False	False
SPA0107_000000015601	2085	0.5331256507283515	3	2	2	2	1	False	4717	fragment	False	SPA0107_000000015601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0158_000000004426	3920	0.5331238839248856	5	3	3	3	3	False	117685	maximal	True	ISR0158_000000004426	1.0		33	6	False	False	0.9997448921203613	0					non-mobilizable	no_good_hit	1950.0	90.205	50.0	0.0060088571110478856	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0824_000000014223	1636	0.5331238398002149	4	3	2	3	2	False	21155	maximal	True	ISR0824_000000014223	1.0		7	3	False	False	0.9987775087356567	0					non-mobilizable	other	1635.0	100.0	99.0	0.00055024393923475	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ENG0149_000000003177	7847	0.5331222715158438	10	5	1	4	4	False	57239	maximal	True	ENG0149_000000003177	1.0		3	1	False	False	1.0	0					non-mobilizable	virus	7361.0	94.838	99.0	0.1270518087116288	MK231667.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c1 sequence	False	False
DEN0073_000000013433	3626	0.5331152124704743	4	3	3	2	3	True	112056	fragment	False	ISR0774_000000005893	0.628212237194472		0	0	False	False	0.9986210465431213	0					non-mobilizable	other	3625.0	99.50299999999999	99.0	0.0011629914553503062	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0034_000000011430	3159	0.5331151213722917	4	3	2	3	1	False	123048	maximal	True	SPA0034_000000011430	1.0		23	4	False	False	0.9990503191947937	0					non-mobilizable	chromosome	1560.0	98.462	98.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0200_000000012611	1935	0.5331132367313199	3	3	2	3	1	False	37973	fragment	False	MAD0098_000000021250	0.9618209386217161		0	0	False	False	0.99896639585495	0					non-mobilizable	no_good_hit	779.0	83.697	83.0	0.0015891702231320454	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0838_000000016728	1473	0.5331119430635374	2	2	2	2	1	False	20868	maximal	True	ISR0838_000000016728	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	91.89200000000001	3.0	2.0416751263853616e-05	NZ_CP042909.1	bacteria	Thermosulfurimonas marina strain SU872 chromosome, complete genome	True	False
ISR0066_000000011025	2941	0.5331084285566758	6	2	2	2	2	False	35144	maximal	True	ISR0066_000000011025	0.9793868921775899		130	11	False	False	1.0	0					non-mobilizable	other	2941.0	99.354	100.0	0.020929586889820675	NZ_SPHG01000008.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_8_length_140471_cov_59.6228, whole genome shotgun sequence	False	False
MON0066_000000014337	2288	0.5331074123229639	3	3	3	3	3	False	79132	maximal	True	MON0066_000000014337	0.9648401826484019		90	11	False	False	1.0	0					non-mobilizable	other	2297.0	97.083	100.0	0.004800966884619969	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0041_000000017290	2000	0.5331009722541813	2	2	2	2	2	False	18251	maximal	True	MAD0041_000000017290	1.0		19	2	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	76.271	6.0	0.0005408328826392645	NZ_FOJI01000008.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
MON0071_000000004937	2433	0.5330997434041749	4	3	3	3	3	False	50682	fragment	False	MON0071_000000004937	1.0		0	0	False	False	0.9856144785881042	0					non-mobilizable	chromosome	2414.0	99.959	99.0	0.0004784183366863592	CP029576.1	enterobacteria	Escherichia coli strain DA33135 chromosome, complete genome	False	False
ENG0115_000000007652	2515	0.5330959484808605	3	3	3	3	3	True	67887	fragment	False	ENG0115_000000007652	0.9479864967104853		0	0	False	False	0.9956262707710266	0					non-mobilizable	other	2515.0	98.84700000000001	100.0	0.0006794795289554807	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
TAN0007_000000017571	2220	0.5330959151217652	4	4	3	3	1	False	2830	maximal	True	TAN0007_000000017571	1.0		5	2	False	False	0.9896396398544312	0					non-mobilizable	no_good_hit	1739.0	95.055	79.0	0.0005474982293774879	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MAD0056_000000007168	1914	0.5330955765138939	4	4	1	0	4	False	17056	fragment	False	MAD0056_000000007168	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1914.0	99.896	100.0	0.0167727567643397	CP042573.1	enterobacteria	Enterobacter hormaechei strain E5 plasmid pE5_002, complete sequence	False	True
ISR0084_000000001493	11934	0.5330931614730807	17	4	2	4	3	False	56527	maximal	True	ISR0084_000000001493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1753.0	99.43	15.0	0.04189095432905093	NZ_WKRD01000014.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold14_size41799, whole genome shotgun sequence	True	False
ENG0147_000000012569	1240	0.5330915235468789	4	4	3	2	1	False	57339	maximal	True	ENG0147_000000012569	1.0		52	8	False	False	0.9798387289047241	0					non-mobilizable	other	1240.0	99.758	100.0	0.00037040901346536916	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0001_000000003450	7933	0.5330897159335741	6	6	5	6	5	False	52357	maximal	True	MON0001_000000003450	1.0		11	1	False	False	0.9799571633338928	0					non-mobilizable	no_good_hit	5770.0	96.499	73.0	0.6667822869695919	NZ_CABIWU010000085.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0154_000000016893	1226	0.5330895551910639	2	2	2	2	2	False	30613	maximal	True	ISR0154_000000016893	1.0		21	6	False	False	0.9796084761619568	0					non-mobilizable	no_good_hit	319.0	73.98100000000001	26.0	0.0001428071798356262	NZ_LJJB01000007.1	firmicutes	Brevibacillus choshinensis strain DSM 8552 super29, whole genome shotgun sequence	True	False
MON0027_000000005932	5848	0.5330886846778528	7	7	7	6	7	False	12677	maximal	True	MON0027_000000005932	1.0		10	3	False	False	0.9993159770965576	0					non-mobilizable	no_good_hit	133.0	78.195	2.0	3.9381511853233824e-05	CP024846.1	a-proteobacteria	Beijerinckiaceae bacterium strain MG08 chromosome, complete genome	True	False
ISR0033_000000018266	1726	0.5330864008898202	3	2	1	1	2	False	86721	fragment	False	ISR0064_000000009961	0.6167014980083368		0	0	False	False	1.0	0					non-mobilizable	other	1726.0	99.94200000000001	100.0	0.042309484682740185	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
SPA0033_000000018193	1722	0.5330864008898202	4	2	1	1	2	False	86721	fragment	False	ISR0064_000000009961	0.618566554627518		0	0	False	False	1.0	0					non-mobilizable	chromosome	1722.0	99.535	100.0	0.000521835368673201	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
CHI0154_000000019285	1716	0.5330864008898202	4	2	1	1	2	False	86721	fragment	False	ISR0064_000000009961	0.6150689973507301		0	0	False	False	1.0	0					non-mobilizable	chromosome	1716.0	99.009	100.0	0.0005200160704674838	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
ISR0772_000000003143	1702	0.5330864008898202	3	2	1	1	2	False	86721	fragment	False	ISR0064_000000009961	0.6133748953557404		0	0	False	False	1.0	0					non-mobilizable	other	1702.0	99.882	100.0	0.041720830982806406	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
FIJ0157_000000011001	1699	0.5330864008898202	3	2	1	1	2	False	86721	fragment	False	ISR0064_000000009961	0.6046883703550829		0	0	False	False	0.999411404132843	0					non-mobilizable	other	1699.0	98.411	100.0	0.0005451414349869076	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0080_000000020431	1383	0.5330864008898202	3	2	1	1	2	False	86720	fragment	False	ENG0080_000000020431	0.9863738159293943		0	0	False	False	0.9790310859680176	0					non-mobilizable	other	1383.0	98.84299999999999	100.0	0.0003335304268079304	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ENG0164_000000015232	1355	0.5330864008898202	3	2	1	1	2	False	86720	fragment	False	ENG0080_000000020431	0.9813333794251772		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	99.18799999999999	100.0	0.00043470053178579085	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0108_000000014499	1255	0.5330864008898202	3	2	1	1	2	False	86720	fragment	False	ENG0080_000000020431	0.9314142295435971		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	98.406	100.0	0.03075715582153982	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
CHI0049_000000014747	1118	0.5330864008898202	3	2	1	1	2	False	86719	fragment	False	CHI0049_000000014747	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	99.64200000000001	100.0	0.027396924284417846	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
USA0130_01_000000002419	14848	0.5330848008845899	17	4	3	3	0	True	111613	fragment	False	ISR0090_000000000852	0.21864338437951264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	99.09	4.0	0.003071135526690408	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
MAD0097_000000029437	1414	0.5330823620421984	2	2	2	1	1	False	15396	maximal	True	MAD0097_000000029437	1.0		3	2	False	False	0.9794908165931702	0					non-mobilizable	no_good_hit								True	False
SPA0126_000000006768	5314	0.5330775627365286	8	3	2	3	1	True	3993	maximal	True	SPA0126_000000006768	1.0		3	2	False	False	0.9998118281364441	0					non-mobilizable	no_good_hit	2075.0	92.145	63.0	0.0007291644262255199	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
USA0116_01_000000006638	3986	0.533076060651038	6	4	2	4	0	False	265	maximal	True	USA0116_01_000000006638	1.0		37	6	False	False	0.9949824213981628	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	4.1512723649798665e-05	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MAD0076_000000003601	1764	0.5330759422270276	3	1	1	1	1	False	16247	maximal	True	MAD0076_000000003601	1.0		3	1	False	False	0.9943310618400574	0					non-mobilizable	no_good_hit	347.0	80.115	20.0	0.002990067774869564	NZ_AUGK01000011.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	False
ENG0001_000000004157	5696	0.5330749949639123	5	3	2	2	2	True	68084	maximal	True	ENG0001_000000004157	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0040_000000007622	2591	0.5330693981776148	5	3	2	2	1	True	116263	maximal	True	AST0040_000000007622	1.0		31	8	False	False	0.9996140599250793	0					non-mobilizable	chromosome	2591.0	99.807	100.0	0.0011557974846455204	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
USA0132_01_000000006683	2464	0.5330693981776148	3	3	2	2	1	True	81	maximal	True	USA0132_01_000000006683	1.0		1	1	False	False	0.9975649118423462	0					non-mobilizable	no_good_hit	1126.0	81.172	78.0	0.0004975730484091719	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0070_000000014893	1421	0.5330638175057401	1	1	1	1	1	False	34890	fragment	False	ISR0070_000000014893	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	76.393	69.0	0.00026362616025928917	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0050_000000030058	1349	0.5330638175057401	1	1	1	1	1	False	11308	fragment	False	MON0050_000000030058	1.0		0	0	False	False	0.9985173940658569	0					non-mobilizable	other	1349.0	99.036	100.0	0.0023822904627086713	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MON0075_000000022840	1191	0.5330638175057401	1	1	1	1	1	False	10332	fragment	False	MON0075_000000022840	1.0		0	0	False	False	0.9983207583427429	0					non-mobilizable	no_good_hit	992.0	75.202	82.0	0.0016328371977147012	NZ_FPKO01000008.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
MAD0013_000000018090	1394	0.5330622307308439	2	2	2	1	0	True	19553	maximal	True	MAD0013_000000018090	1.0		1	1	False	False	0.9964131712913513	0					non-mobilizable	no_good_hit	977.0	80.86	70.0	0.001334728731552684	NZ_FUHN01000008.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	True
FIJ0034_000000022675	1235	0.5330622307308439	2	2	2	1	0	True	48078	maximal	True	FIJ0034_000000022675	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	99.78	74.0	0.000271453901716348	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
CHI0137_000000013253	1311	0.5330607770511075	2	2	1	2	0	True	80484	maximal	True	CHI0137_000000013253	1.0		3	2	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit	719.0	98.887	69.0	0.00013044878014039052	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	True
ISR0377_000000011055	1448	0.533058012152617	2	2	2	2	1	False	23307	maximal	True	ISR0377_000000011055	1.0		1	1	False	False	0.9924033284187317	0					non-mobilizable	no_good_hit	651.0	100.0	45.0	0.0002648336376203924	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
AST0153_000000010817	2909	0.5330568802796454	5	5	1	3	4	True	103438	fragment	False	AST0153_000000010817	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2727.0	99.37700000000001	94.0	0.027392304832340203	LM995886.1	enterobacteria	Escherichia coli genome assembly FHI30, scaffold scaffold-16_contig-12.0_1_99517_[organism:Escherichia	False	True
SPA0023_000000015628	1779	0.5330469982546044	2	2	1	2	1	False	7616	maximal	True	SPA0023_000000015628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1286.0	85.381	72.0	0.0005506600828182448	CP011013.1	firmicutes	Lactobacillus mucosae LM1, complete genome	True	False
AUS0008_000000021470	1156	0.5330469553583083	2	2	2	2	2	False	101624	maximal	True	AUS0008_000000021470	1.0		61	9	False	False	1.0	0					non-mobilizable	other	1156.0	95.329	100.0	0.005206807167812464	NZ_RBXN01000007.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_107, whole genome shotgun sequence	False	False
MAD0012_000000004478	5809	0.5330465601103852	6	3	2	2	1	True	58353	maximal	True	MAD0012_000000004478	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	91.579	2.0	0.0004377182770663562	NZ_BHYK01000006.1	firmicutes	Clostridium tagluense strain A121 sequence006, whole genome shotgun sequence	True	True
FIJ0020_000000016086	1325	0.5330457426676675	2	2	2	2	2	False	49759	maximal	True	FIJ0020_000000016086	1.0		7	4	False	False	0.999245285987854	0					non-mobilizable	chromosome	1291.0	99.76799999999999	97.0	0.0002745691499211412	CP043382.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis strain WCHEX045001 chromosome, complete genome	False	False
CHI0158_000000006868	2487	0.5330446067594619	2	1	1	1	1	False	101792	maximal	True	CHI0158_000000006868	0.997545008183306		233	11	False	False	0.9931644797325134	0					non-mobilizable	chromosome	2487.0	99.759	100.0	0.0003508906638241606	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0057_000000009655	2444	0.5330446067594619	2	1	1	1	1	False	101792	maximal	False	CHI0158_000000006868	0.9891435464414957		0	0	False	False	1.0	0					non-mobilizable	chromosome	2445.0	99.67299999999999	100.0	0.00034496250297113776	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0009_000000015825	2283	0.5330426884302134	3	3	2	3	2	False	54593	maximal	False	FIJ0171_000000008428	0.955476150825714		0	0	False	False	1.0	0					non-mobilizable	other	2284.0	97.94200000000001	100.0	0.01868264061080696	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0106_000000004143	8034	0.5330417696255842	7	4	4	4	3	False	126264	fragment	False	MON0106_000000004143	0.9536369261047426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1460.0	74.315	18.0	0.01695471322280157	NZ_GL882687.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld270, whole genome shotgun sequence	True	False
ENG0016_000000018651	1209	0.5330416707170965	2	1	1	1	1	False	93032	fragment	False	ISR0834_000000011067	0.4460189369834116		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	98.759	100.0	0.11454579935520577	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0035_000000018054	1162	0.5330416707170965	2	1	1	1	1	False	93032	fragment	False	ISR0834_000000011067	0.3268600629270365		0	0	False	False	0.9991394281387329	0					non-mobilizable	other	1163.0	98.194	100.0	0.11018395600227575	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0078_000000019049	1123	0.5330416707170965	1	1	1	1	1	False	93032	fragment	False	ISR0834_000000011067	0.3245749481571004		0	0	False	False	0.9955476522445679	0					non-mobilizable	other	1115.0	98.475	99.0	0.10553764460458942	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0099_000000033996	1102	0.5330416707170965	1	1	1	1	1	False	93032	fragment	False	ISR0834_000000011067	0.11141375517259441		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	99.09299999999999	100.0	0.1043997724255642	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0153_000000008439	3645	0.5330408416357063	4	4	1	3	3	True	103491	fragment	False	AST0153_000000008439	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3645.0	99.973	100.0	0.03661685943105198	LM995886.1	enterobacteria	Escherichia coli genome assembly FHI30, scaffold scaffold-16_contig-12.0_1_99517_[organism:Escherichia	False	True
ENG0194_000000016348	1626	0.5330391813670385	3	2	2	1	1	False	88802	maximal	True	ENG0194_000000016348	1.0		0	0	False	False	0.9698647260665894	0					non-mobilizable	no_good_hit	1026.0	78.07	63.0	0.0005711434796412547	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
ISR0054_000000023131	1147	0.5330391813670385	2	2	2	1	1	False	88800	fragment	False	CHI0027_000000013723	0.6374570446735395		0	0	False	False	0.9991281628608704	0					non-mobilizable	chromosome	1073.0	78.09899999999999	93.0	0.0005974608752717831	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	False	False
FIJ0125_000000013409	1415	0.5330388502413107	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.621701245677743		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	96.677	91.0	0.022578219276307734	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0014_000000017907	1415	0.5330388502413107	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.6208494409735308		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	96.445	91.0	0.022578219276307734	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0090_000000022954	1945	0.5330377324873686	1	1	1	0	1	False	43473	maximal	True	FIJ0090_000000022954	1.0		44	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000021871	1881	0.5330376126508448	3	3	1	3	2	False	69229	fragment	False	DEN0082_000000021871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	4.0	0.08496732026143791	GQ880955.1		Uncultured organism clone VC1CM64TR genomic sequence	True	False
SPA0140_000000003234	6320	0.5330311277618417	10	6	3	5	4	False	16475	maximal	True	SPA0140_000000003234	1.0		9	2	False	False	0.9996835589408875	0					non-mobilizable	no_good_hit	2361.0	83.05799999999999	70.0	0.21819025522041763	NZ_OFSM01000065.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
USA0037_01_000000014631	2343	0.5330302441724144	4	3	2	2	1	False	6728	fragment	False	USA0037_01_000000014631	1.0		0	0	False	False	0.9731113910675049	0					non-mobilizable	no_good_hit	1323.0	92.215	56.0	0.9969834087481146	LN854142.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK1633	True	False
DEN0001_000000023079	1887	0.5330302441724144	4	3	2	2	1	False	76867	maximal	True	DEN0001_000000023079	1.0		7	4	False	False	0.999470055103302	0					non-mobilizable	no_good_hit	1681.0	94.646	89.0	0.0025308208124568267	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
USA0119_01_000000005077	4306	0.5330242457961452	6	4	2	2	4	False	87166	maximal	True	USA0119_01_000000005077	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	3437.0	97.73100000000001	80.0	0.0005306321131883392	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
MAD0098_000000037937	1211	0.5330230851765534	2	2	1	2	2	False	52828	fragment	False	MON0099_000000031346	0.6410472972972973		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	92.32	100.0	0.00037611785399409785	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0123_000000014298	2267	0.5330230071537295	4	3	2	2	3	True	131254	maximal	True	FIJ0123_000000014298	0.9444055846592602		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1899.0	91.522	84.0	0.0005928357214575478	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
TAN0017_000000016854	2164	0.5330230071537295	3	3	2	2	3	True	131254	maximal	False	FIJ0123_000000014298	0.9314429698687379		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1841.0	92.45	85.0	0.0005771522367629037	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ENG0206_000000011884	2158	0.5330230071537295	3	3	2	2	3	True	131244	fragment	False	ENG0206_000000011884	1.0		0	0	False	False	0.9995366334915161	0					non-mobilizable	other	2136.0	90.02799999999999	99.0	0.0006665480995223751	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0106_000000019655	2122	0.5330230071537295	3	3	2	2	3	True	131254	maximal	False	FIJ0123_000000014298	0.9139559910320897		0	0	False	False	0.99434494972229	0					non-mobilizable	no_good_hit	1791.0	90.899	84.0	0.0005614687520682595	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
SPA0127_000000001606	15281	0.5330226031338731	9	8	6	7	5	True	31553	fragment	False	SPA0127_000000001606	1.0		0	0	False	False	0.9984948635101318	0					non-mobilizable	no_good_hit	88.0	82.955	1.0	4.9720840605969853e-05	NZ_FXLO01000009.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	True
MAD0036_000000004493	5298	0.5330224522881188	7	7	6	7	5	False	95040	maximal	True	MAD0036_000000004493	1.0		42	10	False	False	0.9975462555885315	0					non-mobilizable	no_good_hit	933.0	73.419	17.0	0.003332112646437105	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
SPA0090_000000005556	5580	0.5330194437913649	8	8	5	7	5	True	128684	backbone	False	ISR0180_000000003621	0.9979679248432143	PS1045|PS658	0	0	True	True	1.0	168					non-mobilizable	plasmid	3489.0	99.713	100.0	0.6317696069552617	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
FIJ0159_000000012414	1989	0.5330160057663114	4	3	2	3	3	False	54937	maximal	True	FIJ0159_000000012414	1.0		674	14	False	False	0.9994972348213196	0					non-mobilizable	other	1993.0	88.10799999999999	99.0	0.030213044603834498	NZ_JAAITU010000021.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_21_length_65667_cov_156.896, whole genome shotgun sequence	False	False
FIJ0130_000000009398	2193	0.5330117339886714	2	1	1	1	1	False	45812	maximal	True	FIJ0130_000000009398	0.9901380670611439		121	8	False	False	1.0	0					non-mobilizable	other	2196.0	90.93799999999999	100.0	0.017122134235652575	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	False	False
SPA0139_000000014853	1884	0.5330103213025418	3	3	3	3	3	False	3512	fragment	False	SPA0139_000000014853	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1884.0	100.0	100.0	0.0003784902560366985	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
SPA0053_000000014550	2295	0.5330067992860928	3	3	2	2	2	False	123108	fragment	False	ENG0064_000000009277	0.9410662224073303		0	0	False	False	1.0	0					non-mobilizable	other	2290.0	99.476	100.0	0.0007952334630350194	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0175_000000002909	4293	0.533004093095167	4	4	4	4	4	False	105084	maximal	True	CHI0175_000000002909	0.9941788486049107		19	8	False	False	0.9997670650482178	0					non-mobilizable	no_good_hit	1734.0	82.065	48.0	0.00038345572165788183	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0262_000000007643	2142	0.5330026005231762	3	2	2	2	2	False	37400	maximal	True	ISR0262_000000007643	1.0		543	12	False	False	0.9878618121147156	0					non-mobilizable	no_good_hit	1871.0	99.25200000000001	87.0	0.00821126995703252	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	True	False
ENG0130_000000003442	7929	0.5330013945173755	10	8	3	6	8	False	58476	maximal	True	ENG0130_000000003442	1.0		943	13	False	False	1.0	0					non-mobilizable	other	7929.0	100.0	100.0	0.10795500966801928	NZ_JAAIUL010000020.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_20_length_73438_cov_228.856, whole genome shotgun sequence	False	False
ISR0279_000000015943	1423	0.5330002237108084	2	2	2	1	2	False	120653	fragment	False	ENG0068_000000015998	0.6305138699408822		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	99.227	100.0	0.0004010597906253543	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0024_000000017661	1968	0.5329990874389922	4	4	3	3	2	False	121412	maximal	True	AST0024_000000017661	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	100.0	4.0	1.3751191366421024e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
MAD0065_000000004494	2672	0.5329971533025972	7	2	2	2	2	False	16634	maximal	True	MAD0065_000000004494	1.0		4	1	False	False	0.9996257424354553	0					non-mobilizable	no_good_hit	161.0	82.609	6.0	0.0002537097116906264	NZ_KE136493.1	firmicutes	Enterococcus columbae DSM 7374 = ATCC 51263 acyDG-supercont2.3, whole genome shotgun sequence	True	False
ENG0100_000000004162	6828	0.5329955813152358	5	3	3	2	2	False	60613	maximal	True	ENG0100_000000004162	1.0		1	1	False	False	0.998681902885437	0					non-mobilizable	no_good_hit	1472.0	70.992	22.0	0.00030207580077510287	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
TAN0001_000000001190	7385	0.5329943899587968	9	1	1	1	1	False	3118	fragment	False	TAN0001_000000001190	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	9.312615413968469e-05	NZ_JABFDI010000001.1	CFB group bacteria	Winogradskyella pacifica strain R3187 NODE_1_length_440263_cov_229.087_ID_1, whole genome shotgun sequence	True	False
SPA0054_000000010163	2883	0.5329923677198175	2	2	1	2	0	True	131633	maximal	True	SPA0054_000000010163	1.0	PS1133	13	7	False	True	1.0	0					non-mobilizable	no_good_hit	767.0	91.395	57.0	0.000256821332798373	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0055_000000013934	2265	0.5329923677198175	2	2	1	2	0	True	131632	fragment	False	SPA0055_000000013934	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	758.0	91.29299999999999	60.0	0.00025379198549144595	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0078_000000001176	18607	0.5329914765160586	18	16	14	15	14	False	67473	maximal	True	ENG0078_000000001176	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	3906.0	82.565	33.0	0.0010246486683909042	CP001056.1	firmicutes	Clostridium botulinum B str. Eklund 17B, complete genome	True	False
USA0071_01_000000000400	33033	0.5329889308920674	33	29	12	17	23	True	102533	maximal	True	USA0071_01_000000000400	1.0		3	1	False	False	1.0	0			MPF_T		non-mobilizable	no_good_hit	10934.0	97.339	49.0	0.0025737702174717988	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ENG0123_000000006103	1788	0.5329872155954363	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.8496178771797537		0	0	False	False	0.9972035884857178	0					non-mobilizable	chromosome	1788.0	98.82600000000001	100.0	0.0005632581093250264	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0140_000000012007	2523	0.5329872132789311	4	4	4	4	3	False	74152	fragment	False	FIJ0140_000000012007	1.0		0	0	False	False	0.9940546751022339	0					non-mobilizable	chromosome	2504.0	99.96	99.0	0.0005265650267837101	CP041919.1	enterobacteria	Escherichia coli strain Ec40743 chromosome, complete genome	False	False
MAD0022_000000002018	4525	0.5329845831566105	7	7	1	4	7	False	19305	maximal	True	MAD0022_000000002018	1.0		10	2	False	False	1.0	0					non-mobilizable	chromosome	4527.0	98.851	100.0	0.0008808623030831933	CP057916.1	enterobacteria	Escherichia coli strain RHB10-C05 chromosome, complete genome	False	False
FIJ0002_000000011786	3000	0.5329817462981971	5	4	2	3	3	False	99513	maximal	True	FIJ0002_000000011786	0.9828995948177986		28	4	False	False	1.0	0					non-mobilizable	other	2428.0	99.135	99.0	0.000725571166812309	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0071_000000005718	1412	0.5329815505166549	2	2	2	2	1	False	34873	maximal	True	ISR0071_000000005718	1.0		5	4	False	False	0.9886685609817505	0					non-mobilizable	no_good_hit	371.0	97.305	26.0	0.006270655029234811	NZ_JAAITI010000023.1	firmicutes	Blautia luti strain MSK.16.34 NODE_23_length_59005_cov_131.473, whole genome shotgun sequence	True	False
CHI0086_000000001011	4474	0.5329799980289274	5	3	3	3	2	True	84067	maximal	True	CHI0086_000000001011	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	90.929	10.0	0.3297644539614561	NZ_KI518075.1	fusobacteria	Cetobacterium somerae ATCC BAA-474 Scaffold125, whole genome shotgun sequence	True	True
CHI0109_000000002743	5677	0.5329798595117471	6	6	5	4	5	False	129428	maximal	True	CHI0109_000000002743	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2054.0	83.73899999999999	36.0	0.046790641871625675	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	True	False
SPA0069_000000013231	1711	0.53297915001566	3	2	2	2	2	False	12164	fragment	False	SPA0069_000000013231	1.0		0	0	False	False	0.9994155168533325	0					non-mobilizable	other	1647.0	77.35300000000001	95.0	0.017705543689215123	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	False	False
ISR0155_000000012588	1573	0.5329777478879618	1	1	1	1	1	False	84713	fragment	False	ISR0155_000000012588	1.0		0	0	False	False	0.9891926050186157	0					non-mobilizable	chromosome	1457.0	99.45100000000001	100.0	0.0003650832841537294	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0074_000000009859	1400	0.5329777478879618	1	1	1	1	1	False	84712	fragment	False	CHI0074_000000009859	1.0		0	0	False	False	0.9842857122421265	0					non-mobilizable	chromosome	1400.0	99.5	100.0	0.00035103196874987456	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0110_000000008203	2075	0.5329748530447312	2	2	2	2	2	False	42116	maximal	True	FIJ0110_000000008203	1.0		9	2	False	False	0.991325318813324	0					non-mobilizable	no_good_hit	1193.0	91.785	57.0	0.014880283624197937	NZ_JXQL01000064.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig64, whole genome shotgun sequence	True	False
DEN0028_000000017619	1729	0.5329748530447312	2	2	2	2	2	False	73960	fragment	False	DEN0028_000000017619	1.0		0	0	False	False	0.9959514141082764	0					non-mobilizable	other	950.0	89.15799999999999	98.0	0.001829870363249556	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
USA0080_01_000000015790	2759	0.5329748482678583	4	3	1	2	3	False	51177	maximal	True	USA0080_01_000000015790	1.0		315	14	False	False	1.0	0					non-mobilizable	no_good_hit	1294.0	86.012	47.0	0.00028937620535710246	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0139_000000003485	5081	0.5329737052015554	5	5	5	4	3	False	69044	maximal	True	ENG0139_000000003485	1.0		61	7	False	False	1.0	0					non-mobilizable	no_good_hit	1066.0	83.11399999999999	64.0	0.0020897566304257484	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
SPA0134_000000007451	3946	0.532972765216698	5	4	4	4	3	False	91887	maximal	True	SPA0134_000000007451	1.0		32	7	False	False	0.9977192282676697	0					non-mobilizable	other	3946.0	98.78399999999999	100.0	0.05893430984231373	NZ_CZBD01000022.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0787_000000002764	4618	0.5329720662601921	4	4	3	4	3	False	123384	maximal	True	ISR0787_000000002764	1.0		1	1	False	False	0.999133825302124	0					non-mobilizable	no_good_hit	1100.0	94.0	61.0	0.0003308878543081809	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0017_01_000000016449	1661	0.5329710092537141	2	2	2	1	1	False	26705	maximal	True	USA0017_01_000000016449	1.0		227	12	False	False	0.9861529469490051	0					non-mobilizable	chromosome	1648.0	97.209	99.0	0.0005596488110266107	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0346_000000001804	8480	0.5329660204215021	11	6	2	4	4	False	132498	fragment	False	ISR0032_000000003111	0.9621608735662193		0	0	False	False	0.9997641444206238	0					non-mobilizable	no_good_hit	3185.0	95.98100000000001	39.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ENG0048_000000020348	1249	0.5329654501068415	2	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.3197570975931642		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	96.637	100.0	0.33467417538214	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	False	False
ISR0846_000000009371	1191	0.5329653833508811	2	1	1	1	1	False	20656	maximal	True	ISR0846_000000009371	1.0		1	1	False	False	0.9983207583427429	0					non-mobilizable	no_good_hit								True	False
ISR0205_000000001705	11946	0.5329641770086767	18	8	4	7	5	False	29653	maximal	True	ISR0205_000000001705	1.0		1	1	False	False	0.9980746507644653	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.055969070454602e-07	LR877218.1	rodents	Acomys russatus genome assembly, chromosome: 7	True	False
FIJ0105_000000016264	1962	0.5329638646782002	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.20876968163392284		0	0	False	False	0.9994903206825256	0					non-mobilizable	chromosome	1962.0	98.624	100.0	0.0006902180644464652	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0015_000000009027	1956	0.5329638646782002	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.21190819720755213		0	0	False	False	1.0	0					non-mobilizable	chromosome	1956.0	99.48899999999999	100.0	0.0006898651922253781	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0106_000000013125	1952	0.5329638646782002	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.20125028337726522		0	0	False	False	1.0	0					non-mobilizable	chromosome	1952.0	98.77	100.0	0.0006866893422355937	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0353_000000019085	1941	0.5329638646782002	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.20056088463259378		0	0	False	False	0.9994847774505615	0					non-mobilizable	chromosome	1941.0	98.66	100.0	0.0006828077478036351	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0063_000000011979	3684	0.5329629522941429	5	5	3	3	2	True	113781	maximal	True	DEN0063_000000011979	1.0		280	11	False	False	1.0	0					non-mobilizable	other	3659.0	86.089	99.0	0.013970799838842737	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	False	True
CHI0080_000000003193	1481	0.532960380043218	3	2	2	2	2	False	84358	fragment	False	CHI0080_000000003193	1.0		0	0	False	False	0.9993247985839844	0					non-mobilizable	other	840.0	96.786	99.0	0.00793590666313118	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
SPA0036_000000013079	1909	0.5329592766710832	2	2	2	2	2	False	11430	maximal	True	SPA0036_000000013079	1.0		0	0	False	False	0.9863802790641785	0					non-mobilizable	other	1898.0	78.45100000000001	97.0	0.021417794466313485	NZ_JAAISM010000009.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_9_length_88151_cov_199.544, whole genome shotgun sequence	False	False
ISR0227_000000018047	1456	0.532959238569399	2	1	1	1	1	False	27631	fragment	False	ISR0227_000000018047	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	6.710240034541539e-06	NC_018017.1	firmicutes	Desulfitobacterium dehalogenans ATCC 51507, complete sequence	True	False
AST0005_000000013916	2003	0.5329592007172914	3	2	2	2	2	False	128423	fragment	False	ENG0112_000000013464	0.9792270531400966		0	0	False	False	0.9995007514953613	0					non-mobilizable	other	2003.0	99.8	100.0	0.009565811541089509	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0223_000000004514	5497	0.5329577204637921	7	6	6	4	5	False	31078	fragment	False	ISR0223_000000004514	1.0		0	0	False	False	0.9979988932609558	0					non-mobilizable	no_good_hit	277.0	93.50200000000001	5.0	0.034137291280148425	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
DEN0070_000000006855	4738	0.532955465831928	6	3	1	3	2	False	70636	fragment	False	DEN0070_000000006855	1.0		0	0	False	False	0.9949345588684082	0		MOBM			mobilizable	plasmid	2222.0	97.435	94.0	0.043192342114479164	CP053230.1	firmicutes	Enterocloster bolteae strain CBBP-2 plasmid pCbo51, complete sequence	False	True
ENG0154_000000029401	1169	0.5329544025655204	2	2	2	2	1	False	127811	fragment	False	AST0005_000000022669	0.624981025066909		0	0	False	False	1.0	0					non-mobilizable	chromosome	1169.0	94.696	100.0	0.0004121547542297911	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0169_000000002543	5486	0.5329533355557463	2	2	1	1	2	False	78052	maximal	True	CHI0169_000000002543	1.0		6	5	False	False	0.9952606558799744	0					non-mobilizable	chromosome	5452.0	81.365	99.0	0.0019761784261098187	CP021849.1	firmicutes	Enterococcus faecium strain 16-346 chromosome, complete genome	False	False
MON0082_000000013670	2419	0.532953051217447	2	2	2	2	1	False	72292	maximal	True	MON0082_000000013670	0.9986660738105825		183	12	False	False	1.0	0					non-mobilizable	other	2419.0	99.711	100.0	0.002641520152242452	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0228_000000015870	1704	0.532950630864887	2	1	1	1	1	False	27602	maximal	True	ISR0228_000000015870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	428.0	97.43	25.0	0.037059538274605106	NZ_JAAITU010000066.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_66_length_11522_cov_143.856, whole genome shotgun sequence	True	False
ISR0344_000000000808	22123	0.5329503403550319	40	12	6	11	5	False	65216	maximal	True	ISR0344_000000000808	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	89.777	2.0	0.0006312997721677917	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0053_000000005725	5410	0.5329485362128187	9	8	4	5	8	False	128602	fragment	False	MON0053_000000005725	0.9678893450187682		0	0	False	False	1.0	0					non-mobilizable	other	4031.0	99.10700000000001	100.0	0.0012537261799803261	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0002_000000008252	2520	0.5329480380503723	4	4	0	3	1	True	38650	maximal	True	ISR0002_000000008252	1.0		2	2	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit	1535.0	97.329	75.0	0.00043110304486900257	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
DEN0079_000000030551	1940	0.5329446917396131	3	2	2	2	2	True	69522	fragment	False	DEN0079_000000030551	1.0		0	0	False	False	0.9871134161949158	0					non-mobilizable	other	1940.0	99.845	100.0	0.025916223368708066	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MAD0009_000000001831	4829	0.5329433080190484	5	4	3	3	2	False	19788	maximal	True	MAD0009_000000001831	1.0		0	0	False	False	0.9960654377937317	0					non-mobilizable	no_good_hit	47.0	95.745	1.0	0.00039976361803455347	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
ISR0193_000000014655	1822	0.5329430085400764	2	2	0	2	0	True	29089	maximal	True	ISR0193_000000014655	1.0		1	1	False	False	0.9972557425498962	0					non-mobilizable	no_good_hit								True	True
SPA0053_000000010624	3141	0.5329420001296725	3	3	3	3	3	False	93612	fragment	False	SPA0053_000000010624	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3142.0	99.427	100.0	0.0008722528616891881	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0182_000000019593	1453	0.5329388308439997	2	2	2	2	2	False	61356	fragment	False	ENG0087_000000017295	0.9845708643959258		0	0	False	False	0.9786648154258728	0					non-mobilizable	no_good_hit	53.0	88.679	4.0	0.0006502113186785706	NZ_AZGF01000009.1	firmicutes	Lactobacillus suebicus DSM 5007 = KCTC 3549 strain DSM 5007 Scaffold9, whole genome shotgun sequence	True	False
CHI0165_000000008135	2006	0.5329373439217646	2	1	1	0	1	False	78324	fragment	False	CHI0165_000000008135	1.0		0	0	False	False	0.9995014667510986	0					non-mobilizable	other	2006.0	100.0	100.0	0.0003881227846270856	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0153_000000008232	1842	0.5329373439217646	2	1	1	0	1	False	79251	maximal	True	CHI0153_000000008232	1.0		46	8	False	False	0.9989142417907715	0					non-mobilizable	other	1852.0	76.89	99.0	0.0007851630316288342	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
USA0121_01_000000024348	1802	0.5329373439217646	2	1	1	0	1	False	175	maximal	True	USA0121_01_000000024348	1.0		22	5	False	False	0.9994450807571411	0					non-mobilizable	other	1826.0	74.535	100.0	0.13732911099096315	NZ_BAIV01000055.1	CFB group bacteria	Bacteroides reticulotermitis JCM 10512, whole genome shotgun sequence	False	False
ISR0113_000000009672	1664	0.5329373439217646	2	1	1	0	1	False	32581	fragment	False	ISR0113_000000009672	1.0		0	0	False	False	0.9939903616905212	0					non-mobilizable	other	1664.0	100.0	100.0	0.0003219192971744855	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0005_000000007664	1927	0.5329326786293603	2	2	2	1	0	True	38521	maximal	True	ISR0005_000000007664	1.0		9	3	False	False	0.9979242086410522	0					non-mobilizable	no_good_hit	1149.0	93.56	60.0	0.039182166301969364	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	True
SPA0047_000000003459	11108	0.5329283869170824	15	8	4	8	5	True	90484	fragment	False	SPA0047_000000003459	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7655.0	98.459	100.0	0.12327287384119306	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	False	True
ENG0159_000000015320	1508	0.532923169495713	1	1	1	1	1	False	56513	fragment	False	ISR0108_000000013548	0.545707451382701		0	0	False	False	0.9993368983268738	0					non-mobilizable	no_good_hit	1095.0	79.452	83.0	0.0004315014232427787	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0035_000000008887	1362	0.5329226682922319	3	2	2	2	2	False	48017	fragment	False	FIJ0035_000000008887	1.0		0	0	False	False	0.9985315799713135	0					non-mobilizable	other	1365.0	84.90799999999999	99.0	0.004977075400126809	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0128_000000009631	2663	0.5329223437658274	4	3	3	3	1	False	41026	maximal	True	FIJ0128_000000009631	1.0		64	7	False	False	1.0	0					non-mobilizable	other	2663.0	97.897	100.0	0.05814614107158465	NZ_CYYU01000013.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0309_000000011013	1752	0.5329192158407993	3	3	2	2	3	False	99950	fragment	False	ENG0067_000000014385	0.9538353050571547		0	0	False	False	0.9988584518432617	0					non-mobilizable	other	1752.0	99.65799999999999	100.0	0.05887099485593249	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0147_000000015417	1618	0.5329189555481224	3	3	3	2	1	False	30945	maximal	True	ISR0147_000000015417	1.0		18	6	False	False	0.97836834192276	0					non-mobilizable	no_good_hit	139.0	99.281	9.0	0.0021692996934685217	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0022_000000030066	1391	0.5329174964740947	2	2	2	2	2	False	74512	fragment	False	DEN0022_000000030066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	75.574	43.0	0.0020307494109470616	NZ_QSBM01000005.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf5, whole genome shotgun sequence	True	False
USA0065_01_000000003997	2822	0.5329128698704052	5	4	2	2	4	False	75205	fragment	False	USA0065_01_000000003997	1.0		0	0	False	False	0.9914953708648682	0					non-mobilizable	other	2744.0	87.318	97.0	0.447856790934472	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0099_000000013451	2452	0.5329095940404129	3	2	2	2	1	True	91466	maximal	True	MON0099_000000013451	0.997457627118644		43	8	False	False	0.9967373609542847	0					non-mobilizable	other	2437.0	78.62100000000001	99.0	0.0007233411089473478	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0104_000000013393	2360	0.5329095940404129	2	2	2	2	1	True	91466	maximal	False	MON0099_000000013451	0.9787928221859706		0	0	False	False	0.998305082321167	0					non-mobilizable	other	2344.0	78.413	99.0	0.0006954736960398286	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
DEN0028_000000012767	2294	0.5329095940404129	3	2	2	2	1	True	74027	maximal	True	DEN0028_000000012767	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	92.661	83.0	0.026053063457330414	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	True
SPA0135_000000009899	2289	0.5329095940404129	3	2	2	2	1	True	100752	fragment	False	SPA0135_000000009899	0.9526293288950853		0	0	False	False	1.0	0					non-mobilizable	chromosome	2281.0	94.52	99.0	0.0006964524947857782	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
CHI0118_000000004214	2250	0.5329095940404129	3	2	2	2	1	True	81983	maximal	True	CHI0118_000000004214	1.0		17	5	False	False	1.0	0					non-mobilizable	chromosome	2282.0	82.47200000000001	100.0	0.00041555711025724614	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
ISR0063_000000009192	2194	0.5329095940404129	3	2	2	2	1	True	100752	fragment	False	SPA0135_000000009899	0.9310682674259997		0	0	False	False	0.9958978891372681	0					non-mobilizable	chromosome	2194.0	95.169	100.0	0.0006704654613982491	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
MON0091_000000005711	2169	0.5329095940404129	2	2	2	2	1	True	122974	fragment	False	MON0091_000000005711	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2171.0	96.545	100.0	0.0004849722360105754	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
ISR0047_000000013895	2146	0.5329095940404129	2	2	2	2	1	True	100752	fragment	False	SPA0135_000000009899	0.9201243265403531		0	0	False	False	0.999534010887146	0					non-mobilizable	chromosome	2147.0	95.109	100.0	0.0006560961605839684	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ENG0032_000000011186	2016	0.5329095940404129	2	2	2	2	1	True	65610	maximal	True	ENG0032_000000011186	1.0		5	3	False	False	0.9960317611694336	0					non-mobilizable	other	2028.0	78.994	99.0	0.017821200192372776	NZ_LFQU01000010.1	CFB group bacteria	Prevotella rara strain 109 contig00010, whole genome shotgun sequence	False	True
SPA0126_000000021979	1972	0.5329095940404129	3	2	2	2	1	True	95804	fragment	False	SPA0126_000000021979	0.9668838219326819		0	0	False	False	0.9969574213027954	0					non-mobilizable	chromosome	1972.0	95.03	100.0	0.0006025934447861145	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ENG0140_000000008876	1954	0.5329095940404129	2	2	2	2	1	True	122969	fragment	False	ENG0140_000000008876	0.954094940010433		0	0	False	False	1.0	0					non-mobilizable	other	1954.0	96.315	100.0	0.06670541575492342	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0379_000000012937	1917	0.5329095940404129	2	2	2	2	1	True	122969	fragment	False	ENG0140_000000008876	0.9460081883316275		0	0	False	False	0.9994783401489258	0					non-mobilizable	other	1918.0	97.02799999999999	100.0	0.06550875273522976	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
MON0034_000000015411	1842	0.5329095940404129	3	2	2	2	1	True	95804	fragment	False	SPA0126_000000021979	0.936105476673428		0	0	False	False	1.0	0					non-mobilizable	other	1842.0	96.037	100.0	0.0004889303771114684	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0825_000000016280	1470	0.5329095940404129	2	2	2	2	1	True	122964	fragment	False	ISR0784_000000005990	0.05520098962006065		0	0	False	False	0.9972789287567139	0					non-mobilizable	other	1470.0	98.29899999999999	100.0	0.05019146608315098	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0182_000000032153	1253	0.5329080370163879	2	2	2	1	1	False	29514	maximal	True	ISR0182_000000032153	1.0		98	11	False	False	0.9976057410240173	0					non-mobilizable	no_good_hit	265.0	75.094	21.0	0.0013965355176581173	NZ_LR027598.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
ISR0047_000000019515	1537	0.5329040928325985	2	2	2	2	2	False	36071	fragment	False	ISR0047_000000019515	1.0		0	0	False	False	0.9817826747894287	0					non-mobilizable	no_good_hit	156.0	75.641	10.0	0.0001360242266306799	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ENG0179_000000026909	1187	0.5329022066800664	3	3	3	2	3	False	55365	fragment	False	ENG0179_000000026909	1.0		0	0	False	False	0.9907329678535461	0					non-mobilizable	no_good_hit	89.0	82.022	7.0	0.0023047509297574775	NZ_FIZY01000048.1	g-proteobacteria	Grimontia marina strain CECT 8713, whole genome shotgun sequence	True	False
ISR0358_000000003726	4557	0.5328967463905822	5	5	5	5	5	False	71690	maximal	True	ISR0358_000000003726	1.0		61	6	False	False	1.0	0					non-mobilizable	other	3205.0	99.095	100.0	0.0039032377137552584	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0104_000000008886	1293	0.5328955630297779	2	2	2	1	1	False	54493	fragment	False	MAD0104_000000008886	1.0		0	0	False	False	0.9729311466217041	0					non-mobilizable	other	1293.0	99.149	100.0	0.012680465997310798	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
ENG0194_000000022936	1152	0.5328955630297779	2	2	2	1	1	False	54492	fragment	False	ENG0194_000000022936	1.0		0	0	False	False	0.9991319179534912	0					non-mobilizable	other	1152.0	98.87200000000001	100.0	0.011296607092031525	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
FIJ0041_000000013942	2607	0.5328922301987813	7	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.9856625027298433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	84.694	52.0	0.008545969132799716	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
FIJ0018_000000010993	2448	0.5328922301987813	5	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.9716953376475451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	85.992	48.0	0.008402246495378764	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
FIJ0014_000000009874	2448	0.5328922301987813	6	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.976687929433965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	84.694	49.0	0.008545969132799716	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
FIJ0061_000000010965	2316	0.5328922301987813	5	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.8985284659348863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	650.0	83.385	45.0	0.007053464821120594	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
FIJ0013_000000012196	2305	0.5328922301987813	5	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.8971235049123331		0	0	False	False	0.9995661377906799	0					non-mobilizable	no_good_hit	639.0	82.16	45.0	0.006953964533675319	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
FIJ0147_000000008788	2302	0.5328922301987813	5	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.8931407892252372		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	81.67699999999999	45.0	0.00018419614634720592	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0070_000000008448	2297	0.5328922301987813	5	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.895238889437584		0	0	False	False	0.9991292953491211	0					non-mobilizable	no_good_hit	631.0	81.93299999999999	45.0	0.0068655198337239645	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
TAN0005_000000007223	2262	0.5328922301987813	5	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.5388171726698231		0	0	False	False	0.9995579123497009	0					non-mobilizable	no_good_hit	523.0	88.91	44.0	0.0057599610843320215	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
FIJ0066_000000015137	2144	0.5328922301987813	4	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.5297281379229454		0	0	False	False	0.9846082329750061	0					non-mobilizable	no_good_hit	389.0	87.147	41.0	0.000505487874168786	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0009_000000022673	1491	0.532891151624764	3	3	3	3	2	False	111661	fragment	False	ISR0820_000000015268	0.9517889630078835		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	99.866	100.0	0.00745234748945918	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0332_000000009024	1627	0.5328902848439517	2	2	1	1	2	False	85031	fragment	False	ISR0332_000000009024	1.0		0	0	False	False	0.984634280204773	0					non-mobilizable	chromosome	1627.0	99.385	100.0	0.0004971166622132025	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	False
ETH0001_000000017947	1815	0.5328887810641881	2	2	2	2	1	False	53505	maximal	True	ETH0001_000000017947	1.0		9	4	False	False	0.994490385055542	0					non-mobilizable	no_good_hit	473.0	83.51	26.0	0.010096019590574185	NZ_CYZK01000023.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0001_000000016319	2123	0.532886801739067	7	5	1	4	2	False	110190	fragment	False	ISR0393_000000006920	0.6656272004324454		0	0	False	False	1.0	0					non-mobilizable	other	2125.0	94.824	100.0	0.000573758679046371	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0025_000000006472	1899	0.532886801739067	6	5	1	4	2	False	110190	fragment	False	ISR0393_000000006920	0.524580024428632		0	0	False	False	1.0	0					non-mobilizable	other	1899.0	95.62899999999999	100.0	0.013402061855670102	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
AST0006_000000002358	7075	0.5328856185795611	12	5	1	2	4	True	127670	maximal	True	AST0006_000000002358	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1457.0	73.233	20.0	0.5970649895178197	NZ_WHJC01000409.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig409, whole genome shotgun sequence	True	True
ISR0102_000000014034	1111	0.5328829837145208	2	1	1	1	1	False	33081	fragment	False	ISR0102_000000014034	1.0		0	0	False	False	0.9972997307777405	0					non-mobilizable	other	1111.0	97.48	100.0	0.0053575824271296394	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
SPA0132_000000005187	6915	0.5328803087416379	12	4	4	4	3	True	130699	fragment	False	SPA0132_000000005187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4151.0	95.351	88.0	0.001111069752096746	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
DEN0035_000000006205	4763	0.5328746375931737	8	4	4	4	3	True	73502	fragment	False	DEN0035_000000006205	1.0		0	0	False	False	0.9976905584335327	0					non-mobilizable	no_good_hit								True	True
ENG0044_000000003370	5253	0.5328711855545859	3	3	3	3	1	False	64536	fragment	False	ENG0044_000000003370	0.9992187499999999		0	0	False	False	0.9992385506629944	0					non-mobilizable	no_good_hit	2952.0	91.15899999999999	79.0	0.040559285357598625	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0083_000000004340	5120	0.5328711855545859	3	3	3	3	1	False	64536	fragment	False	ENG0044_000000003370	0.9865790976584808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2952.0	91.226	81.0	0.040559285357598625	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
DEN0001_000000022039	1973	0.5328697232929462	2	2	2	1	1	False	76871	maximal	True	DEN0001_000000022039	1.0		2	2	False	False	0.9989863038063049	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000003267	6601	0.532865021006831	10	5	3	5	2	True	64511	maximal	True	ENG0091_000000003267	1.0		1	1	False	False	0.998788058757782	0					non-mobilizable	no_good_hit								True	True
ISR0113_000000000247	35490	0.5328610047796424	32	18	12	13	14	False	114911	maximal	True	ISR0113_000000000247	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	9772.0	88.73299999999999	69.0	0.00397847558424787	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
ISR0049_000000004556	5915	0.5328603896846158	4	4	3	4	3	False	104655	fragment	False	ISR0049_000000004556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	88.406	1.0	1.2374194153691924e-05	CP003687.1	firmicutes	Bacillus thuringiensis MC28, complete genome	True	False
ISR0207_000000014321	2062	0.5328592700848672	4	4	3	3	0	False	99994	fragment	False	AUS0018_000000012098	0.623660648759724		0	0	False	False	0.9558680653572083	0					non-mobilizable	chromosome	2062.0	96.169	100.0	0.0004113491653863149	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0137_000000014851	2473	0.5328581436626684	2	2	1	2	1	False	3570	maximal	True	SPA0137_000000014851	1.0		1	1	False	False	0.9850383996963501	0					non-mobilizable	no_good_hit	195.0	99.48700000000001	8.0	0.0003847191153840052	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
FIJ0020_000000008354	2701	0.5328580916790315	2	2	2	1	1	False	115159	maximal	True	FIJ0020_000000008354	1.0	PS748	16	1	False	True	1.0	0					non-mobilizable	no_good_hit	1209.0	98.346	72.0	0.00029153744977133137	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	True
DEN0085_000000017225	1666	0.5328564745533909	2	2	2	2	2	True	68969	fragment	False	DEN0085_000000017225	1.0		0	0	False	False	0.9993997812271118	0					non-mobilizable	other	1623.0	79.17399999999999	97.0	0.007583482331292417	NZ_AAXG02000007.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont39, whole genome shotgun sequence	False	True
ISR0824_000000017280	1379	0.5328560844416398	3	3	3	3	2	False	21146	maximal	True	ISR0824_000000017280	1.0		85	12	False	False	0.9985496997833252	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	3.0	0.00020401299066502722	NZ_FPBH01000022.1	b-proteobacteria	Paraburkholderia aspalathi strain LMG 27731, whole genome shotgun sequence	True	False
ISR0004_000000007614	2410	0.5328545239949551	2	1	1	1	1	False	55052	fragment	False	ISR0004_000000007614	0.9870432380666538		0	0	False	False	0.9991701245307922	0					non-mobilizable	other	2410.0	99.544	100.0	0.0024596013791737415	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
SPA0116_000000024500	1673	0.5328520285585198	3	3	3	1	1	False	124162	maximal	True	SPA0116_000000024500	1.0		64	5	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	99.035	74.0	0.02943126391059336	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0085_000000004084	5145	0.5328518650473507	6	2	2	1	1	True	130331	maximal	True	ENG0085_000000004084	0.9831805088871347	PS1094	1	1	True	True	0.9992225170135498	18					non-mobilizable	no_good_hit	1643.0	97.079	52.0	0.4054320987654321	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
MAD0038_000000005622	2433	0.5328484446822415	3	2	1	2	2	False	22846	maximal	True	MAD0038_000000005622	1.0		6	2	False	False	0.9946568012237549	0					non-mobilizable	no_good_hit	538.0	77.32300000000001	22.0	0.0010956910485805155	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0046_000000003742	5521	0.5328396882766819	5	4	4	3	4	False	72764	fragment	False	DEN0046_000000003742	1.0		0	0	False	False	0.9998188614845276	0					non-mobilizable	no_good_hit	3295.0	93.141	85.0	0.0015357780793679664	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MON0051_000000016970	2067	0.5328384900634482	5	1	1	1	1	False	11269	maximal	True	MON0051_000000016970	1.0		3	2	False	False	0.9995161890983582	0					non-mobilizable	no_good_hit								True	False
CHI0151_000000017863	1375	0.5328384900634482	1	1	1	1	1	False	79449	fragment	False	CHI0151_000000017863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0133_000000001331	11556	0.5328372395706045	16	9	3	6	8	False	90845	maximal	True	CHI0133_000000001331	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	745.0	73.154	6.0	0.0020380641713303076	NZ_FUXZ01000002.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
ISR0819_000000004274	5358	0.5328370758492103	11	5	4	4	5	False	132089	fragment	False	ISR0166_000000002991	0.9765087663783424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	85.80799999999999	28.0	0.00016400577128805632	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0040_000000004131	4570	0.5328353538111099	7	6	4	3	3	True	116363	fragment	False	ISR0819_000000004621	0.4021832564946682		0	0	False	False	0.9932166337966919	0					non-mobilizable	plasmid	4531.0	99.912	99.0	0.1462422520661157	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0048_000000003943	4221	0.5328353538111099	7	6	4	3	3	True	116363	fragment	False	ISR0819_000000004621	0.23626242933053		0	0	False	False	1.0	0					non-mobilizable	plasmid	4221.0	99.976	100.0	0.12773943576704203	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0329_000000002944	3918	0.5328353538111099	6	6	4	3	3	True	48958	fragment	False	FIJ0028_000000007434	0.9727116984826236		0	0	False	False	0.9964267611503601	0					non-mobilizable	plasmid	3918.0	99.92299999999999	100.0	0.11856762319893449	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0188_000000002482	9746	0.5328339373034322	8	7	6	6	4	False	118069	maximal	True	ENG0188_000000002482	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	78.486	8.0	0.00029124265767034786	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0395_000000002293	14345	0.5328337294958562	17	5	4	4	3	True	22740	maximal	True	ISR0395_000000002293	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	100.0	1.0	2.1330477501127205e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0265_000000003374	4487	0.5328316423753816	6	4	1	1	2	True	65437	maximal	True	ISR0265_000000003374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	96.03	51.0	0.3030716723549488	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
FIJ0132_000000017639	1863	0.5328296586955062	4	4	2	3	3	False	52327	fragment	False	FIJ0132_000000017639	1.0		0	0	False	False	0.998389720916748	0					non-mobilizable	no_good_hit								True	False
SPA0146_000000002398	8919	0.5328281907849016	12	7	6	5	1	False	3342	maximal	True	SPA0146_000000002398	1.0		6	3	False	False	0.99955153465271	0					non-mobilizable	other	2726.0	99.34	95.0	0.0008598726315636681	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
AUS0002_000000027311	1376	0.5328265206653541	2	2	2	2	2	False	102768	maximal	True	AUS0002_000000027311	1.0		3	3	False	False	0.9956395626068115	0					non-mobilizable	other	1379.0	86.875	100.0	0.0016594788078767354	NZ_CDPP01000006.1	firmicutes	Beduini massiliensis strain GM1, whole genome shotgun sequence	False	False
FIJ0024_000000012924	1621	0.5328201321624837	2	2	2	2	2	False	49214	maximal	True	FIJ0024_000000012924	1.0		2	1	False	False	0.9870450496673584	0					non-mobilizable	no_good_hit								True	False
ISR0032_000000013666	2412	0.5328199058850801	4	3	2	3	2	False	36951	maximal	True	ISR0032_000000013666	1.0		3	2	False	False	0.9995853900909424	0					non-mobilizable	no_good_hit	1256.0	99.045	52.0	0.00030769826740131774	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0034_000000026853	1099	0.532819491376151	2	2	2	2	1	False	12219	fragment	False	MON0034_000000026853	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1099.0	98.726	100.0	0.0005280051934937065	AP012325.1	high GC Gram+	Bifidobacterium catenulatum DSM 16992 = JCM 1194 = LMG 11043 DNA, complete genome	False	False
FIJ0127_000000013087	1481	0.5328184637714963	2	1	1	1	1	False	85541	fragment	False	ISR0770_000000007634	0.7199762818389281		0	0	False	False	1.0	0					non-mobilizable	chromosome	1481.0	98.31200000000001	100.0	0.0005867016150547634	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0078_000000001203	5344	0.5328178206543638	7	4	2	4	2	False	16211	maximal	True	MAD0078_000000001203	1.0		6	1	False	False	0.992514967918396	0					non-mobilizable	no_good_hit	696.0	98.42	13.0	0.00027936722319029327	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	True	False
DEN0073_000000046054	1177	0.5328168104151848	2	2	2	1	2	False	70061	maximal	True	DEN0073_000000046054	1.0		1	1	False	False	0.9940526485443115	0					non-mobilizable	chromosome	1167.0	80.891	100.0	0.00034164984055852423	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	False	False
FIJ0006_000000009511	3581	0.5328119876098055	4	4	4	3	4	False	124204	fragment	False	ISR0250_000000002708	0.7968689904923597		0	0	False	False	0.9986037611961365	0					non-mobilizable	no_good_hit	2084.0	80.758	58.0	0.014638265262679874	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0067_000000012965	2569	0.5328092765337961	3	3	3	3	2	False	70844	maximal	True	DEN0067_000000012965	1.0		2	2	False	False	0.9949396848678589	0					non-mobilizable	no_good_hit	1377.0	87.654	54.0	0.0005034564930292192	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
FIJ0164_000000008123	2857	0.5328084471536423	1	1	1	1	1	False	39106	maximal	True	FIJ0164_000000008123	1.0		745	15	False	False	1.0	0					non-mobilizable	other	2857.0	96.745	100.0	0.016403140489222517	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	False	False
ENG0151_000000013736	1729	0.5328021464159516	2	2	2	1	1	False	106529	maximal	True	ENG0151_000000013736	0.9823957494482874		336	13	False	False	0.9809138178825378	0					non-mobilizable	chromosome	1729.0	100.0	100.0	0.00039342676763709657	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AST0113_000000021784	1727	0.5328021464159516	2	2	2	1	1	False	106529	maximal	False	ENG0151_000000013736	0.9809412358508708		0	0	False	False	0.997104823589325	0					non-mobilizable	chromosome	1727.0	99.71	100.0	0.00039297141258196104	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MON0011_000000028918	1618	0.5328021464159516	2	2	2	1	1	False	106529	maximal	False	ENG0151_000000013736	0.94673180121923		0	0	False	False	0.9962916970252991	0					non-mobilizable	chromosome	1618.0	99.876	100.0	0.00036815456207707476	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MAD0098_000000000250	46110	0.532801341823062	58	15	11	14	11	True	20236	maximal	True	MAD0098_000000000250	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	312.0	91.667	1.0	9.755127480068644e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
MON0037_000000043729	1691	0.5327984337435467	2	1	1	1	1	False	108062	fragment	False	CHI0177_000000009305	0.9467190128996074		0	0	False	False	1.0	0					non-mobilizable	chromosome	1703.0	97.945	100.0	0.0005998827758481549	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0280_000000009183	1560	0.5327984337435467	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.6893810915002346		0	0	False	False	0.9967948794364929	0					non-mobilizable	chromosome	1282.0	99.376	99.0	0.0004516764429915519	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0009_000000024023	1409	0.5327984337435467	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.6492877611639243		0	0	False	False	1.0	0					non-mobilizable	chromosome	1289.0	99.61200000000001	99.0	0.0004544994207602491	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0039_000000021314	1321	0.5327984337435467	2	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.4793922653592621		0	0	False	False	0.9992430210113525	0					non-mobilizable	chromosome	1320.0	99.015	99.0	0.0004650855873928636	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0824_000000019597	1231	0.5327984337435467	1	1	1	1	1	False	108051	fragment	False	AST0118_000000020065	0.36193807415115387		0	0	False	False	0.9861900806427002	0					non-mobilizable	chromosome	1243.0	97.82799999999999	100.0	0.00043791442636915306	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0001_000000008228	4665	0.5327971471443927	2	2	1	2	1	False	76955	maximal	True	DEN0001_000000008228	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1385.0	94.65700000000001	29.0	0.0016682926475441644	NZ_SAXT01000005.1	bacteria	Brachyspira aalborgi strain W1 W1_contig5, whole genome shotgun sequence	True	False
MAD0035_000000003108	7303	0.5327926907072524	11	8	2	8	5	True	18790	maximal	True	MAD0035_000000003108	1.0		1	1	True	True	0.9971244931221008	1					non-mobilizable	no_good_hit	543.0	73.665	7.0	0.000752660993624849	LR215044.1	mycoplasmas	Mycoplasma arginini strain NCTC10129 genome assembly, chromosome: 1	True	True
ENG0085_000000008355	2112	0.5327922994087371	2	2	2	2	2	False	67050	fragment	False	ENG0085_000000008355	1.0		0	0	False	False	0.9777461886405945	0					non-mobilizable	no_good_hit								True	False
TAN0027_000000002914	2901	0.532790700581029	3	3	2	3	2	False	2309	maximal	True	TAN0027_000000002914	1.0		135	12	False	False	0.9931058287620544	0					non-mobilizable	no_good_hit	1226.0	83.85	50.0	0.00032677742242770815	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0073_000000007493	2457	0.5327802973066623	5	2	1	1	2	True	80905	fragment	False	FIJ0041_000000013942	0.9720446639222259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	85.01899999999999	48.0	0.00022490085913299548	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0025_000000019772	2006	0.5327763369015748	3	1	1	1	1	False	12816	maximal	True	MON0025_000000019772	1.0		186	13	False	False	1.0	0					non-mobilizable	other	1937.0	100.0	97.0	0.0003665117321617074	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ENG0008_000000009561	2573	0.5327760675251634	4	2	1	1	1	True	131237	maximal	True	ENG0008_000000009561	1.0		4	3	False	False	0.9988340735435486	0					non-mobilizable	other	2594.0	91.17200000000001	99.0	0.017474002672654136	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0174_000000011023	2248	0.5327760675251634	3	2	1	1	1	True	131223	fragment	False	ISR0174_000000011023	0.9539337766426602		0	0	False	False	1.0	0					non-mobilizable	other	2250.0	95.022	100.0	0.0006255771694122554	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0050_000000017406	2111	0.5327760675251634	3	2	1	1	1	True	131223	fragment	False	ISR0174_000000011023	0.6781021021583592		0	0	False	False	0.9995262622833252	0					non-mobilizable	other	911.0	94.95100000000001	95.0	0.006105047517619845	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ENG0003_000000010944	2080	0.5327760675251634	2	2	1	1	1	True	131217	fragment	False	MON0058_000000020907	0.7511462531529528		0	0	False	False	1.0	0					non-mobilizable	other	2083.0	95.295	100.0	0.000578644830107742	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0384_000000008522	2051	0.5327760675251634	3	2	1	1	1	True	131223	fragment	False	ISR0174_000000011023	0.9074489388380149		0	0	False	False	1.0	0					non-mobilizable	other	2048.0	95.898	99.0	0.013885591409519804	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
DEN0018_000000019633	1978	0.5327760675251634	3	2	1	1	1	True	131223	fragment	False	ISR0174_000000011023	0.47013651877133106		0	0	False	False	0.9989888668060303	0					non-mobilizable	other	1980.0	95.20200000000001	100.0	0.013424321152632972	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
CAN0018_000000017954	1919	0.5327760675251634	3	2	1	1	1	True	131216	maximal	True	CAN0018_000000017954	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1138.0	90.07	94.0	0.0003544467540989571	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ENG0082_000000011804	1745	0.5327760675251634	2	2	1	1	1	True	79627	fragment	False	ENG0082_000000011804	1.0		0	0	False	False	0.9673352241516113	0					non-mobilizable	other	1603.0	95.384	92.0	0.01083985103684057	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ENG0153_000000017773	1682	0.5327760675251634	2	2	1	1	1	True	131217	fragment	False	MON0058_000000020907	0.061989972915442726		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	85.994	99.0	0.0005263377463522567	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0019_000000041965	1603	0.5327760675251634	2	2	1	1	1	True	131217	fragment	False	MON0058_000000020907	0.031248581641487666		0	0	False	False	1.0	0					non-mobilizable	other	1605.0	94.95299999999999	100.0	0.010880551353624703	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ISR0024_000000017613	1490	0.5327760675251634	2	2	1	1	1	True	79626	fragment	False	ISR0024_000000017613	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1499.0	93.529	100.0	0.010161512423771698	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
ENG0036_000000017949	1409	0.5327760675251634	2	2	1	1	1	True	65288	maximal	True	ENG0036_000000017949	1.0		3	2	False	False	0.9950319528579712	0					non-mobilizable	other	1342.0	82.48899999999999	95.0	0.00036927601105467365	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0031_000000015482	1405	0.5327760675251634	3	2	1	1	1	True	131212	fragment	False	ENG0031_000000015482	0.9462528387585163		0	0	False	False	0.9900355935096741	0					non-mobilizable	other	1408.0	92.685	100.0	0.0004413332593072856	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0009_000000026198	1298	0.5327760675251634	2	2	1	1	1	True	55827	fragment	False	ISR0009_000000026198	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	99.538	100.0	0.008798051811503267	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
SPA0012_000000020751	1142	0.5327760675251634	2	2	1	1	1	True	55824	fragment	False	ENG0170_000000012484	0.9151567941567432		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	93.08200000000001	99.0	0.007739843575115826	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
MON0019_000000056371	1181	0.5327741436647389	1	1	0	1	1	True	13129	fragment	False	MON0019_000000056371	1.0		0	0	False	False	0.9991532564163208	0					non-mobilizable	no_good_hit	237.0	83.544	20.0	0.07653575025176233	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	True
ENG0144_000000007774	2295	0.5327687850712151	4	2	2	2	2	False	57567	maximal	True	ENG0144_000000007774	1.0		3	2	False	False	0.9904139637947083	0					non-mobilizable	no_good_hit	1398.0	99.85700000000001	61.0	0.021033138108071486	NZ_NFIG01000027.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_27, whole genome shotgun sequence	True	False
ISR0352_000000007212	1416	0.5327676358801544	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.012351789076482189	PS1061	0	0	False	True	1.0	0					non-mobilizable	other	1416.0	98.446	100.0	0.005777632599730513	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0116_000000009282	2561	0.5327594780629131	2	2	2	1	1	False	126884	fragment	False	ENG0189_000000005507	0.955991124260355		0	0	False	True	0.9968762397766113	0					non-mobilizable	no_good_hit	1516.0	80.73899999999999	59.0	0.054745057991100736	NZ_NFHM01000033.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_33, whole genome shotgun sequence	True	True
DEN0085_000000005839	6091	0.5327591894795921	5	5	5	5	5	False	125447	maximal	True	DEN0085_000000005839	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	3635.0	99.395	72.0	0.0010944260166205787	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0008_000000008788	3345	0.5327528829473162	3	3	3	3	2	False	70163	maximal	False	FIJ0141_000000007836	0.7081262439947874		0	0	False	False	0.9973094463348389	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000016144	2211	0.5327496152965	2	2	2	2	1	False	50713	fragment	False	FIJ0071_000000016144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	88.065	47.0	0.0002763603343960046	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0070_000000011580	1689	0.5327451756924924	2	2	2	1	1	False	44932	fragment	False	FIJ0070_000000011580	1.0		0	0	False	False	0.9769093990325928	0					non-mobilizable	chromosome	1701.0	84.656	99.0	0.0006785152698207542	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
AST0048_000000009668	1624	0.5327450852822311	5	3	1	3	2	False	114888	fragment	False	AST0048_000000009668	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00017970835900595606	NZ_LQWZ01000007.1	firmicutes	Domibacillus aminovorans strain DSM 4337 DSM4337_contig_15, whole genome shotgun sequence	True	False
ISR0360_000000002838	7993	0.5327447330861507	14	6	5	5	4	False	39784	maximal	True	ISR0360_000000002838	1.0		1	1	False	False	0.9982484579086304	0					non-mobilizable	no_good_hit	420.0	76.905	5.0	0.00014114674190838616	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
AUS0004_000000008575	2448	0.5327415385108363	4	2	2	2	1	False	102464	fragment	False	AUS0004_000000008575	0.9884070416487762		0	0	False	False	0.9975489974021912	0					non-mobilizable	no_good_hit	274.0	76.642	11.0	6.015110754332483e-05	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	False
ENG0146_000000012730	1792	0.532738224734689	2	2	2	2	1	False	57416	fragment	False	ENG0146_000000012730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0058_000000019689	1564	0.5327381327031506	2	2	2	1	1	False	6295	fragment	False	SPA0058_000000019689	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1507.0	99.867	96.0	0.1512351877887126	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	False	False
ISR0193_000000020183	1306	0.5327379793782884	3	3	2	2	2	False	29067	fragment	False	ISR0193_000000020183	1.0		0	0	False	False	0.9969372153282166	0					non-mobilizable	chromosome	1306.0	99.005	100.0	0.0002601309545071824	LR607364.1	enterobacteria	Enterobacter hormaechei strain 4928STDY7387798 genome assembly, chromosome: 1	False	False
ENG0068_000000003615	6257	0.5327366952640458	7	4	4	3	2	True	80416	maximal	True	ENG0068_000000003615	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	2143.0	99.81299999999999	45.0	0.0006858774251866871	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0049_000000025922	1129	0.5327343738720807	2	1	1	1	1	False	35940	fragment	False	ISR0049_000000025922	1.0		0	0	False	False	0.9920283555984497	0					non-mobilizable	no_good_hit	53.0	88.679	5.0	1.827450057019956e-05	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
SPA0108_000000007013	4238	0.5327340370705439	5	4	2	4	2	False	4694	maximal	True	SPA0108_000000007013	1.0		1	1	False	False	0.9903256297111511	0					non-mobilizable	no_good_hit	1226.0	93.719	29.0	0.024464831804281346	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0172_000000003818	4144	0.5327299903503248	4	3	2	3	2	True	29943	fragment	False	ISR0172_000000003818	1.0		0	0	False	False	0.9917953610420227	0					non-mobilizable	no_good_hit								True	True
FIJ0140_000000030273	1188	0.5327279773035205	2	2	2	1	2	False	40328	maximal	True	FIJ0140_000000030273	1.0		30	9	False	False	0.9924242496490479	0					non-mobilizable	chromosome	1187.0	79.697	99.0	0.0003460449928813183	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	False	False
ENG0169_000000007541	3034	0.5327274266457341	4	3	2	2	3	False	123119	maximal	True	ENG0169_000000007541	1.0		151	8	False	False	0.9996703863143921	0					non-mobilizable	chromosome	3034.0	99.96700000000001	100.0	0.0006749977967430967	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0057_000000013573	2347	0.532726033132979	4	3	2	3	1	False	51238	maximal	False	SPA0010_000000009630	0.9783249158249159		0	0	False	False	0.9995739459991455	0					non-mobilizable	no_good_hit	78.0	87.179	5.0	2.234810346936663e-05	CP013731.1	b-proteobacteria	Burkholderia cepacia JBK9 chromosome 2, complete sequence	True	False
ISR0211_000000006255	3390	0.532721923428565	2	2	2	2	2	False	57112	fragment	False	ISR0802_000000003775	0.9600737514100709		0	0	False	False	1.0	0					non-mobilizable	chromosome	3390.0	99.41	100.0	0.0006764009323116067	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0027_000000008513	2042	0.5327203547005017	2	1	1	1	1	False	48994	fragment	False	FIJ0027_000000008513	0.9693928750627195		0	0	False	False	0.9681684374809265	0					non-mobilizable	no_good_hit	75.0	90.667	4.0	2.1677821210363084e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0059_000000008454	1993	0.5327203547005017	2	1	1	1	1	False	48994	fragment	False	FIJ0027_000000008513	0.9588638589618022		0	0	False	False	0.9994982481002808	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	3.0	1.7776649986824364e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0330_000000019564	1606	0.5327195612620406	3	1	1	1	1	False	68311	fragment	False	ISR0330_000000019564	1.0		0	0	False	False	0.9950186610221863	0					non-mobilizable	other	1388.0	97.62200000000001	99.0	0.00688261320806249	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	False	False
MON0017_000000015889	1242	0.5327084032110608	2	2	2	2	1	True	13284	fragment	False	MON0017_000000015889	1.0		0	0	False	False	0.9935587644577026	0					non-mobilizable	chromosome	1189.0	74.012	95.0	0.00030845335753977815	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	False	True
ISR0257_000000006495	2554	0.5327078136110476	3	3	3	3	3	False	44882	maximal	False	FIJ0071_000000013226	0.9776416518758748		0	0	False	False	1.0	0					non-mobilizable	chromosome	2554.0	98.98200000000001	100.0	0.0008675066269283163	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0050_000000016008	1614	0.5327059686707164	2	2	2	2	2	False	6582	maximal	True	SPA0050_000000016008	1.0		1	1	False	False	0.9950433969497681	0					non-mobilizable	no_good_hit	638.0	83.699	39.0	0.00019033495941227454	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0295_000000006947	4518	0.5327051419620523	5	3	2	2	3	True	119022	maximal	True	ISR0295_000000006947	1.0		4	3	False	False	0.9940239191055298	0					non-mobilizable	no_good_hit	734.0	93.73299999999999	30.0	0.008833560298388748	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
USA0053_01_000000006240	3430	0.5327019773690128	1	1	1	1	1	False	69131	maximal	False	DEN0083_000000007635	0.9707124753590538		0	0	False	False	0.9932944774627686	0					non-mobilizable	chromosome	3399.0	99.912	99.0	0.000966529850640134	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0052_000000011453	3461	0.532701670250208	5	4	3	3	4	False	72326	maximal	True	DEN0052_000000011453	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	92.537	15.0	0.00016643759461277283	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0114_000000011073	1320	0.5327005360513049	2	2	2	2	2	False	59564	fragment	False	ENG0114_000000011073	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	1.736676879007765e-05	NZ_AP019551.1	bacteria	Athalassotoga saccharophila strain NAS-01	True	False
ISR0039_000000014635	2446	0.5326918981975702	5	2	1	2	1	True	36550	maximal	True	ISR0039_000000014635	1.0		3	2	False	False	0.9971382021903992	0					non-mobilizable	no_good_hit	68.0	85.294	3.0	1.7344631521187255e-05	CP040924.1	firmicutes	Clostridium sp. SYSU GA15002T chromosome, complete genome	True	True
MAD0093_000000010629	2853	0.5326909154258268	5	2	2	2	2	True	15680	maximal	True	MAD0093_000000010629	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	87.234	2.0	2.7631461181701484e-05	NZ_CTEJ01000002.1	CFB group bacteria	Lascolabacillus massiliensis strain SIT8, whole genome shotgun sequence	True	True
AST0148_000000014863	2336	0.5326909154258268	3	2	2	2	2	True	105011	maximal	True	AST0148_000000014863	1.0		5	2	False	False	0.9922945499420166	0					non-mobilizable	no_good_hit	125.0	84.8	5.0	3.364620687858712e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0141_000000002542	13037	0.5326895159982856	12	7	5	6	7	True	96300	maximal	False	ISR0349_000000000528	0.637983350190617		0	0	False	False	0.9979289770126343	0					non-mobilizable	no_good_hit	11192.0	99.714	86.0	0.09010895211099748	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0027_01_000000019808	1369	0.5326876868624163	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.20147720819342316		0	0	False	False	1.0	0					non-mobilizable	chromosome	1369.0	98.02799999999999	100.0	0.00046012419650770113	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ITA0008_000000000704	2159	0.5326841417112514	6	5	2	4	2	False	86319	fragment	False	ITA0008_000000000704	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2159.0	97.36	100.0	0.0005783079320908914	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0021_000000015778	1514	0.5326822438431097	2	2	1	2	2	False	37624	fragment	False	ISR0021_000000015778	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1514.0	99.934	100.0	0.00028570603096539745	CP060057.1	enterobacteria	Escherichia coli strain G8 chromosome, complete genome	False	False
MAD0068_000000014722	1914	0.5326800864528899	3	2	2	2	1	False	16453	maximal	True	MAD0068_000000014722	1.0		64	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000008401	2809	0.5326779372979932	3	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.9300548099665189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.125	28.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0134_000000012079	2689	0.5326779372979932	3	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.9326948548351014		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.25	29.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0081_01_000000012116	2575	0.5326779372979932	3	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.9277330086347919		0	0	False	False	0.9988349676132202	0					non-mobilizable	no_good_hit	800.0	78.125	31.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0011_000000010605	2533	0.5326779372979932	3	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.9317875592891578		0	0	False	False	0.9996052384376526	0					non-mobilizable	no_good_hit	800.0	78.125	31.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0007_000000010333	2511	0.5326779372979932	3	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8899144157655808		0	0	False	False	0.9992035031318665	0					non-mobilizable	no_good_hit	786.0	78.117	31.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0154_000000009012	2451	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8511766714869212		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	78.152	32.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0027_000000016577	2432	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8518959058293394		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.25	33.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0027_000000010844	2392	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8503257500725546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.0	33.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0065_000000013767	2391	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8501239713508569		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	78.244	33.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0303_000000005162	2380	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8469321446158665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	78.027	33.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0130_01_000000015317	2375	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8462515371751173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	78.152	33.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0027_01_000000011563	2372	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8477485828466503		0	0	False	False	0.9995784163475037	0					non-mobilizable	no_good_hit	800.0	77.625	33.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
AST0150_000000011796	2363	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8462718184536383		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.125	34.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0155_000000009066	2361	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8428078650146088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	78.152	34.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0129_000000011457	2335	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8387558590860176		0	0	False	False	0.9995717406272888	0					non-mobilizable	no_good_hit	801.0	78.152	34.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0136_000000017759	2333	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8155580512436943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	801.0	78.152	34.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
AST0007_000000008000	2332	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8396126084391966		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	78.637	32.0	0.0003164828900127641	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0106_000000009021	2325	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.8417695569432395		0	0	False	False	0.9909677505493164	0					non-mobilizable	no_good_hit	800.0	78.0	34.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0152_000000010910	2165	0.5326779372979932	3	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.4868855522056911		0	0	False	False	0.9824480414390564	0					non-mobilizable	no_good_hit	800.0	77.875	37.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0057_01_000000015117	2114	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.4838364962791357		0	0	False	False	0.996688723564148	0					non-mobilizable	no_good_hit	800.0	78.125	38.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
DEN0083_000000013738	2110	0.5326779372979932	3	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.4407163395425899		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	799.0	78.098	38.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0091_000000007436	2065	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.4413499468179364		0	0	False	False	0.9995157122612	0					non-mobilizable	no_good_hit	800.0	78.125	38.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0038_000000015807	2064	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.4179034818816819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	77.875	38.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0026_01_000000015692	2059	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.3886688145373934		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	78.117	38.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0041_000000012169	2053	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.44371919734380805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.0	39.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0083_000000018600	2038	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.41727253811034587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	77.625	39.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0083_000000012965	2037	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.4136176721401928		0	0	False	False	0.9995090961456299	0					non-mobilizable	no_good_hit	800.0	78.0	39.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0194_000000012483	2034	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.41529306154651424		0	0	False	False	0.9995083808898926	0					non-mobilizable	no_good_hit	800.0	78.25	39.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CAN0021_000000021447	2023	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.44025496620019033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	77.625	39.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0246_000000011087	1987	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.41592093462300295		0	0	False	False	0.9964771270751953	0					non-mobilizable	no_good_hit	786.0	78.244	39.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0060_000000013882	1984	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.41188827789166843		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	78.117	39.0	0.000326543273271448	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0001_000000013351	1961	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.41424506355267726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	77.75	40.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0176_000000017593	1944	0.5326779372979932	2	2	2	1	2	False	127093	fragment	False	ISR0134_000000012079	0.39135371191408214		0	0	False	False	0.9963991641998291	0					non-mobilizable	no_good_hit	800.0	78.125	41.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0003_01_000000009630	4061	0.5326761637696398	5	5	5	5	3	False	46693	maximal	True	USA0003_01_000000009630	1.0		54	11	False	False	0.9975375533103943	0					non-mobilizable	no_good_hit	1269.0	77.778	31.0	0.00035044686893849166	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0082_000000005935	4562	0.5326760702503064	8	2	2	2	2	True	98407	maximal	True	FIJ0082_000000005935	1.0		42	7	False	False	1.0	0					non-mobilizable	no_good_hit	1845.0	96.206	41.0	0.01974734541246558	NZ_LT965938.1	CFB group bacteria	Metaprevotella massiliensis strain Marseille P-3114, whole genome shotgun sequence	True	True
MON0031_000000013051	2552	0.5326753894452942	3	2	2	2	2	False	117979	maximal	True	MON0031_000000013051	0.9995979091274628		10	4	False	False	1.0	0					non-mobilizable	other	1472.0	99.728	100.0	0.0004049820222120663	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ENG0089_000000008546	2487	0.5326753894452942	3	2	2	2	2	False	117979	maximal	False	MON0031_000000013051	0.9868730407523512		0	0	False	False	0.9923602938652039	0					non-mobilizable	other	1472.0	99.728	100.0	0.0004049820222120663	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
FIJ0154_000000020870	1862	0.532671124742429	3	2	2	2	2	False	39590	maximal	True	FIJ0154_000000020870	1.0		7	2	False	False	1.0	0					non-mobilizable	chromosome	1872.0	90.491	99.0	0.0007848909970410416	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	False	False
CHI0058_000000012808	1666	0.5326688806111837	3	3	3	2	2	False	85867	fragment	False	CHI0058_000000012808	0.9602916064626298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	82.432	4.0	2.7827025683582322e-05	NZ_CP012370.1	firmicutes	Moorella thermoacetica strain DSM 2955 chromosome, complete genome	True	False
ENG0115_000000009182	2165	0.5326637546614856	3	3	3	3	2	False	59543	maximal	True	ENG0115_000000009182	1.0		62	9	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	89.527	87.0	0.0004750839286042485	NZ_CP027286.1	firmicutes	Clostridium chauvoei strain SBP 07/09 chromosome, complete genome	True	False
FIJ0008_000000023389	1233	0.5326628626571701	2	2	1	2	2	False	51396	maximal	True	FIJ0008_000000023389	1.0		7	4	False	False	0.9967558979988098	0					non-mobilizable	other	1195.0	77.57300000000001	96.0	0.0024744923900884715	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
FIJ0020_000000013638	1573	0.5326627778161979	4	2	2	0	0	True	49767	fragment	False	FIJ0020_000000013638	1.0		0	0	False	False	0.9923712611198425	0					non-mobilizable	other	1573.0	99.619	100.0	0.0056370958198711215	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	True
MON0026_000000023671	1946	0.5326626215100762	3	3	2	3	2	False	125442	fragment	False	MON0070_000000010284	0.11621539507386285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	86.155	51.0	0.0002801926450269581	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0087_01_000000006814	2242	0.5326609761621246	4	4	3	2	4	False	65172	maximal	False	ENG0211_000000011267	0.9908351810790835		0	0	False	False	0.9964317679405212	0					non-mobilizable	other	2242.0	99.955	100.0	0.0006764911331664193	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
SPA0071_000000000891	17658	0.5326595128830925	28	24	7	14	22	True	100371	maximal	True	SPA0071_000000000891	1.0	PS412	4	1	False	True	0.9998867511749268	0					non-mobilizable	no_good_hit	2853.0	98.458	34.0	0.0005756894289811065	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	True
ENG0029_000000012238	1994	0.5326562432301609	3	3	3	2	1	False	116496	fragment	False	ENG0029_000000012238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0016_000000009205	1301	0.5326445632108663	2	2	2	2	1	True	53805	maximal	True	TAN0016_000000009205	0.9661755929685135		276	14	False	False	0.9992313385009766	0					non-mobilizable	chromosome	1251.0	73.541	95.0	0.0006104720818390522	NZ_CP024727.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 1, complete sequence	False	True
ENG0208_000000025269	1174	0.5326445632108663	2	2	2	2	1	True	53804	fragment	False	ENG0208_000000025269	1.0		0	0	False	False	0.9991481900215149	0					non-mobilizable	chromosome	1186.0	81.029	100.0	0.00030890469809900903	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0116_000000027958	1470	0.5326382394432717	2	2	2	2	2	False	24476	fragment	False	SPA0116_000000027958	1.0		0	0	False	True	0.9959183931350708	0					non-mobilizable	no_good_hit	430.0	80.93	29.0	0.003019741205356513	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	True	True
ENG0188_000000003118	8044	0.5326323029186999	6	5	3	3	3	False	54932	fragment	False	ENG0188_000000003118	1.0		0	0	False	False	0.9991297721862793	0					non-mobilizable	no_good_hit	881.0	76.277	11.0	0.0004269735379469051	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0130_000000002135	7629	0.5326311301213703	9	7	4	5	5	False	81131	maximal	True	CHI0130_000000002135	1.0		1	1	False	False	0.9912177324295044	0					non-mobilizable	no_good_hit								True	False
TAN0027_000000003384	2624	0.5326304895748394	3	1	1	1	0	False	30862	fragment	False	TAN0027_000000003384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0017_000000019182	1931	0.5326304895748394	3	1	1	1	0	False	30861	fragment	False	TAN0017_000000019182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0149_000000011956	1482	0.5326304895748394	2	1	1	1	0	False	30860	fragment	False	ISR0149_000000011956	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000016177	1614	0.5326300556541589	2	2	2	2	2	False	90579	fragment	False	ENG0195_000000015012	0.9563970166379805		0	0	False	False	0.9987608194351196	0					non-mobilizable	chromosome	1601.0	99.5	99.0	0.00031933947822324304	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0037_000000000427	15128	0.5326290799946058	9	9	6	9	7	False	117176	maximal	True	CHI0037_000000000427	1.0		165	10	False	False	0.9998677968978882	0					non-mobilizable	no_good_hit	10242.0	95.75299999999999	69.0	0.015582937057814512	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
FIJ0164_000000002896	8229	0.5326279808971762	7	5	3	4	2	True	39116	fragment	False	FIJ0164_000000002896	1.0		0	0	False	False	0.996475875377655	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000002002	15248	0.5326274761606079	25	6	0	6	2	False	37393	maximal	True	ISR0025_000000002002	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0149_000000001767	14270	0.5326274761606079	18	6	0	6	2	False	3326	maximal	True	SPA0149_000000001767	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0015_000000024406	1555	0.532625497539707	2	2	1	1	2	False	13405	maximal	True	MON0015_000000024406	1.0		1	1	False	False	0.9511253833770752	0					non-mobilizable	no_good_hit	1020.0	97.059	65.0	0.0005181581638386622	LS483348.1	firmicutes	Streptococcus lutetiensis strain NCTC8738 genome assembly, chromosome: 1	True	False
USA0113_01_000000007947	2377	0.5326234979995105	2	2	1	1	2	False	129968	fragment	False	USA0113_01_000000007947	1.0		0	0	False	False	0.9957930445671082	0					non-mobilizable	other	2377.0	98.443	100.0	0.002645296471379362	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0167_000000003468	6997	0.5326167402143449	13	6	3	3	6	False	87834	maximal	True	ENG0167_000000003468	1.0		1	1	False	False	0.9991424679756165	0					non-mobilizable	chromosome	4108.0	98.272	96.0	0.000911778490023744	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0006_000000005005	5151	0.5326167402143449	10	6	3	3	6	False	87833	fragment	False	ENG0006_000000005005	0.9727936935204768		0	0	False	False	0.9998058676719666	0					non-mobilizable	chromosome	4141.0	96.74	100.0	0.0009184419138241612	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0131_000000005896	4664	0.5326167402143449	8	6	3	3	6	False	87833	fragment	False	ENG0006_000000005005	0.725611609972011		0	0	False	False	0.9995712041854858	0					non-mobilizable	chromosome	4120.0	96.723	100.0	0.0009137775171638692	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0183_000000005945	4653	0.5326167402143449	8	6	3	3	6	False	87833	fragment	False	ENG0006_000000005005	0.724489884476794		0	0	False	False	1.0	0					non-mobilizable	chromosome	4134.0	96.734	100.0	0.0009168871149373972	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CAN0016_000000012118	3916	0.5326162867791167	4	3	3	2	1	True	92989	fragment	False	CAN0016_000000012118	1.0		0	0	False	False	0.9954034686088562	0					non-mobilizable	no_good_hit								True	True
MAD0084_000000004321	1624	0.5326153900450793	2	2	2	1	2	False	79973	fragment	False	MAD0084_000000004321	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	99.62700000000001	83.0	0.0004006037756606898	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ENG0097_000000026272	1191	0.5326151830039328	2	2	2	2	1	True	60735	fragment	False	ISR0049_000000021433	0.7249073214047378		0	0	False	False	0.992443323135376	0					non-mobilizable	no_good_hit	400.0	74.25	33.0	0.004355108877721943	NZ_OAOG01000019.1	firmicutes	Anaerocolumna aminovalerica isolate src1, whole genome shotgun sequence	True	True
SPA0149_000000015655	2491	0.5326113412817837	4	3	1	3	2	True	118254	maximal	True	SPA0149_000000015655	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	2137.0	96.958	86.0	0.11159291573063058	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
TAN0022_000000002480	2219	0.5326113412817837	4	3	1	3	2	True	124586	fragment	False	ISR0810_000000006873	0.9536628420123565		0	0	False	False	1.0	0					non-mobilizable	other	2239.0	85.79700000000001	99.0	0.11603364505511729	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AUS0002_000000027673	1357	0.5326046487686894	2	2	2	2	2	False	102760	fragment	False	AUS0002_000000027673	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	96.536	100.0	0.007986524212832625	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
DEN0090_000000027963	1112	0.5326019480618913	2	2	2	2	2	False	68611	fragment	False	DEN0090_000000027963	1.0		0	0	False	False	0.9901078939437866	0					non-mobilizable	no_good_hit	292.0	75.685	25.0	0.0003292387166182083	NZ_LR027602.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
MON0009_000000028526	1381	0.5326017803575848	2	2	2	2	2	False	13790	fragment	False	MON0009_000000028526	0.9720713731574864		0	0	False	False	0.9616219997406006	0					non-mobilizable	no_good_hit	134.0	79.851	9.0	2.993627750047399e-05	NC_015064.1	bacteria	Granulicella tundricola MP5ACTX9, complete genome	True	False
MON0028_000000001176	12715	0.5326014082812034	12	4	3	2	1	True	112177	fragment	False	ISR0023_000000001614	0.8371170912324186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	74.227	4.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0250_000000008945	1484	0.5325991081084713	3	3	2	3	2	False	93962	fragment	False	ISR0250_000000008945	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1484.0	100.0	100.0	0.0003091681812363475	CP054227.1	enterobacteria	Escherichia coli strain EcPF15 chromosome, complete genome	False	False
ISR0009_000000000023	88915	0.5325894377927748	82	36	20	34	22	True	120603	maximal	True	ISR0009_000000000023	1.0		3	2	False	False	0.9999549984931946	0					non-mobilizable	no_good_hit	2446.0	76.86	3.0	0.0864228278659361	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
FIJ0105_000000011876	2599	0.5325869333502418	4	1	1	1	1	False	42434	maximal	True	FIJ0105_000000011876	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	78.25399999999999	25.0	0.00020963315151363077	CP014673.1	firmicutes	[Clostridium] stercorarium subsp. leptospartum DSM 9219, complete genome	True	False
ISR0385_000000015167	1543	0.5325869333502418	3	1	1	1	1	False	23030	maximal	True	ISR0385_000000015167	1.0		45	5	False	False	0.9844458699226379	0					non-mobilizable	no_good_hit	307.0	72.313	20.0	0.0001348883585968922	CP007572.1	firmicutes	Streptococcus agalactiae strain GBS6, complete genome	True	False
DEN0005_000000003751	7087	0.532585962932376	11	6	4	6	5	False	76556	fragment	False	DEN0005_000000003751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1603.0	73.113	22.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
SPA0083_000000011289	1574	0.5325833373776698	2	2	2	2	2	False	5577	fragment	False	SPA0083_000000011289	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1574.0	98.729	100.0	0.006096568403264939	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0135_000000001888	10431	0.532583192912969	12	12	3	6	11	True	31441	fragment	False	ISR0135_000000001888	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	10354.0	99.95200000000001	100.0	0.13687202538339502	LC501518.1	enterobacteria	Escherichia coli 23-Ec-C-141 plasmid p23C141-2, sequence_id: contig1	False	True
ISR0198_000000000640	37653	0.5325788478471487	32	10	6	9	2	True	108257	fragment	False	ISR0076_000000000351	0.6369593119987214		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	12110.0	99.538	88.0	0.16792431892581702	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	True
CHI0022_000000001512	7331	0.5325628643678572	11	10	3	8	8	False	132521	backbone	False	USA0060_01_000000001071	0.03416176579503989	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	7343.0	97.00399999999999	100.0	0.14354038849795167	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0779_000000004198	7310	0.5325628643678572	11	10	3	8	8	False	132521	backbone	False	USA0060_01_000000001071	0.03259176641490221	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	7263.0	97.06700000000001	99.0	0.14195268243918693	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0303_000000000238	26076	0.5325604760026788	29	16	9	16	6	True	45121	maximal	True	ISR0303_000000000238	1.0		1	1	False	False	0.999769926071167	0					non-mobilizable	no_good_hit	245.0	88.98	1.0	0.04177366889231296	HG796798.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00054	True	True
FIJ0036_000000015285	2580	0.5325604005053641	3	3	2	1	2	True	109528	fragment	False	FIJ0036_000000015285	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2580.0	97.40299999999999	100.0	0.01499087410920843	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	True
AST0026_000000010494	2820	0.5325599885847612	4	3	2	3	3	False	119467	maximal	False	SPA0126_000000014260	0.9817327766179541		0	0	False	False	0.9996454119682312	0					non-mobilizable	no_good_hit	2289.0	98.73299999999999	83.0	0.0006834180829554753	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
CAN0006_000000028197	1603	0.5325512717692877	3	2	2	1	1	False	95594	maximal	True	CAN0006_000000028197	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	90.345	18.0	0.004878131118763082	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0204_000000019525	1400	0.5325491704293358	2	1	1	1	1	False	111248	fragment	False	ENG0204_000000019525	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1400.0	99.64299999999999	100.0	0.00025974006684547084	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	False	False
ENG0129_000000001989	11559	0.5325483456845741	17	7	1	5	6	False	58571	maximal	True	ENG0129_000000001989	1.0		49	7	False	False	1.0	0					non-mobilizable	chromosome	11600.0	97.198	100.0	0.004766563458321574	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
MON0092_000000037749	1483	0.5325468412995591	2	2	2	2	2	False	9433	maximal	True	MON0092_000000037749	1.0		50	5	False	False	0.997977077960968	0					non-mobilizable	no_good_hit	408.0	82.84299999999999	36.0	0.0007192820610700514	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0031_000000009586	2332	0.5325466988354577	3	2	2	2	1	True	109664	maximal	True	ISR0031_000000009586	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	84.6	87.0	0.01593244767514726	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0812_000000011116	3541	0.532541585489787	4	4	2	1	3	False	93701	fragment	False	ISR0812_000000011116	0.989371678649578		0	0	False	False	0.9909629821777344	0					non-mobilizable	chromosome	3541.0	99.944	100.0	0.0012553440777547356	CP010553.1	verrucomicrobia	Akkermansia muciniphila strain H2 chromosome	False	False
AST0085_000000000760	22598	0.5325412569238539	28	11	9	7	6	True	111550	maximal	False	ENG0146_000000000736	0.967218878390497		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	10864.0	95.434	74.0	0.41166198466327536	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0366_000000003255	4453	0.5325401177768383	4	3	2	2	2	False	23634	backbone	True	ISR0366_000000003255	1.0	PS54	0	0	True	True	1.0	43	rep_cluster_1152	MOBQ			mobilizable	plasmid	2726.0	99.303	100.0	0.4364365971107544	CP002796.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563 plasmid BLNIAS_P2, complete sequence	False	True
MON0051_000000027575	1331	0.5325377044646452	2	2	2	2	1	False	13897	fragment	False	MON0051_000000027575	1.0		0	0	False	False	0.996243417263031	0					non-mobilizable	other	1331.0	99.925	100.0	0.0028843067687957043	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
SPA0106_000000007222	5352	0.5325366829666328	4	3	1	3	0	False	4756	maximal	True	SPA0106_000000007222	1.0		1	1	False	False	0.9992526173591614	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000008076	3344	0.5325329903859681	3	3	3	3	3	False	92331	maximal	True	ISR0137_000000008076	1.0		9	3	False	False	0.9997009634971619	0					non-mobilizable	no_good_hit	1550.0	97.161	46.0	0.024686239175849587	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	True	False
ENG0198_000000012728	1583	0.5325312706138607	2	2	2	2	1	True	54336	maximal	True	ENG0198_000000012728	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0017_01_000000017329	1576	0.5325294110997205	3	3	2	2	1	False	1883	maximal	True	USA0017_01_000000017329	1.0		1	1	False	False	0.9873096346855164	0					non-mobilizable	no_good_hit	603.0	93.367	38.0	0.00019870190225714798	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0107_000000006349	3562	0.5325288196079103	4	3	3	2	3	False	104801	maximal	True	ISR0107_000000006349	1.0		0	0	False	False	0.9997192621231079	0					non-mobilizable	no_good_hit	144.0	77.778	4.0	0.0006556889151371134	NZ_RBIR01000007.1	high GC Gram+	Arthrobacter oryzae strain DSM 25586 Ga0215705_107, whole genome shotgun sequence	True	False
ISR0106_000000015870	1664	0.5325282219220617	3	3	3	2	2	False	32888	maximal	True	ISR0106_000000015870	1.0		49	7	False	False	0.9975961446762085	0					non-mobilizable	no_good_hit	846.0	84.161	50.0	0.0002376015697032734	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0052_000000010703	2665	0.5325271495377585	2	2	2	2	2	False	46479	maximal	True	FIJ0052_000000010703	1.0		26	4	False	False	0.9962476491928101	0					non-mobilizable	other	2665.0	97.786	100.0	0.005402576113837533	NZ_SAXT01000003.1	bacteria	Brachyspira aalborgi strain W1 W1_contig3, whole genome shotgun sequence	False	False
MON0041_000000033733	1940	0.5325268382198076	2	1	1	1	1	False	11801	maximal	True	MON0041_000000033733	1.0		37	6	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	2.0	1.240296700541147e-05	CP058364.1	CFB group bacteria	Galbibacter sp. BG1 chromosome, complete genome	True	False
CHI0177_000000010697	1558	0.5325268382198076	1	1	1	1	1	False	77689	maximal	True	CHI0177_000000010697	1.0		71	8	False	False	0.9993581771850586	0					non-mobilizable	no_good_hit	396.0	100.0	25.0	0.44886363636363635	GQ883480.1		Uncultured organism clone VC1DC10TR genomic sequence	True	False
MAD0047_000000006171	5589	0.5325256216958987	8	3	3	3	1	False	53623	maximal	True	MAD0047_000000006171	1.0		1	1	False	False	0.9989264607429504	0					non-mobilizable	no_good_hit	260.0	100.0	5.0	0.000457724947953669	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0298_000000000601	15424	0.532525604728761	16	8	4	8	3	True	70511	maximal	True	ISR0298_000000000601	1.0		73	11	False	False	0.9997406601905823	0					non-mobilizable	no_good_hit	1098.0	99.454	7.0	0.0002689601588360522	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0018_000000002658	8327	0.5325231399709395	10	2	2	2	2	True	66654	fragment	False	ENG0018_000000002658	1.0		0	0	False	False	0.9961570501327515	0					non-mobilizable	no_good_hit	1686.0	95.07700000000001	20.0	0.16520970435124252	MK232139.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_5_c1 sequence	True	True
ISR0202_000000004885	2681	0.5325197762980484	3	3	3	2	3	False	28711	maximal	True	ISR0202_000000004885	1.0		58	8	False	False	0.997389018535614	0					non-mobilizable	other	2694.0	82.331	100.0	0.0008948484540548635	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
MAD0054_000000004779	3000	0.5325188923944677	3	3	3	3	2	False	107819	maximal	True	MAD0054_000000004779	1.0	PS663	16	7	False	True	0.999666690826416	0					non-mobilizable	no_good_hit	1805.0	83.65700000000001	61.0	0.054456344164095116	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	True	True
TAN0007_000000029516	1421	0.5325124215280345	2	2	2	2	1	False	19916	fragment	False	TAN0007_000000029516	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	74.792	58.0	0.004680797948392075	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0121_000000013127	1919	0.532511522647538	2	2	2	2	1	False	32206	maximal	True	ISR0121_000000013127	1.0		77	8	False	False	0.9775924682617188	0					non-mobilizable	no_good_hit	1599.0	98.061	86.0	0.003891515472187612	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
CHI0117_000000001136	13275	0.5325076329251045	17	10	5	7	7	True	82121	fragment	False	CHI0117_000000001136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5309.0	97.363	45.0	0.04271116014269264	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0047_01_000000013054	2732	0.5325067974957677	2	2	1	1	2	False	1171	maximal	True	USA0047_01_000000013054	1.0		170	12	False	False	0.9996339678764343	0					non-mobilizable	chromosome	2732.0	99.37799999999999	100.0	0.0004209513871280742	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0051_000000026491	1139	0.5324985012496567	2	1	1	1	1	True	64014	maximal	False	USA0015_01_000000029253	0.9706654991243433		0	0	False	False	0.9727831482887268	0					non-mobilizable	no_good_hit								True	True
ISR0037_000000006174	3394	0.5324965227131228	3	2	1	2	1	False	36712	maximal	True	ISR0037_000000006174	1.0		6	2	False	False	0.9997053742408752	0					non-mobilizable	no_good_hit	587.0	78.024	21.0	0.00031167395690973667	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0009_000000038555	1165	0.532495205808287	2	1	1	1	1	False	51132	fragment	False	FIJ0009_000000038555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	96.053	7.0	1.696889398106543e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0129_000000006558	4308	0.5324940522737127	3	3	3	2	2	False	4687	maximal	True	SPA0129_000000006558	1.0		22	5	False	False	0.9955896139144897	0					non-mobilizable	other	4296.0	99.93	99.0	0.0011824594054390379	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
FIJ0123_000000008300	3909	0.5324930986375227	5	5	5	4	5	False	84044	fragment	False	FIJ0123_000000008300	1.0		0	0	False	False	0.9984650611877441	0					non-mobilizable	chromosome	3909.0	98.84899999999999	100.0	0.0007963941360285202	CP022279.1	enterobacteria	Escherichia coli strain STEC299 chromosome, complete genome	False	False
FIJ0068_000000006664	4561	0.5324910042524004	5	4	3	4	3	False	82794	fragment	False	FIJ0068_000000006664	1.0		0	0	False	False	0.9997807741165161	0					non-mobilizable	no_good_hit	1214.0	86.82	65.0	0.05184613405377589	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0318_000000002986	1543	0.532490222047272	3	1	1	1	1	False	25116	fragment	False	ISR0318_000000002986	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000005212	3383	0.5324894465386791	9	5	2	5	1	False	110198	fragment	False	DEN0062_000000005212	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3384.0	96.24700000000001	100.0	0.0007472448249591713	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
FIJ0115_000000009812	2446	0.5324883014269723	3	3	3	3	3	False	41738	fragment	False	FIJ0115_000000009812	1.0		0	0	False	False	0.9897792339324951	0					non-mobilizable	chromosome	2446.0	99.714	100.0	0.0004387949273511736	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	False
CAN0003_000000018797	2645	0.5324876069506095	2	2	2	2	2	False	96665	fragment	False	MAD0009_000000003463	0.9403957126566699		0	0	False	False	0.9988657832145691	0					non-mobilizable	no_good_hit	1641.0	81.414	62.0	0.00044018809118166437	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0110_000000006274	4394	0.5324856225345049	3	2	2	1	1	False	55233	fragment	False	MAD0110_000000006274	1.0		0	0	False	False	0.998862087726593	0					non-mobilizable	other	4394.0	97.45100000000001	100.0	0.08621332548326956	KF704242.1	firmicutes	Streptococcus agalactiae strain 9056 vanG element, complete sequence; and RNA methyltransferase gene, partial sequence	False	False
ENG0184_000000002944	8036	0.5324772135770832	6	5	4	4	3	False	62188	fragment	False	ENG0184_000000002944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2228.0	71.23	27.0	0.0004970480966595284	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0151_000000003099	7950	0.5324772135770832	6	5	4	4	3	False	62188	fragment	False	ENG0184_000000002944	0.9946490791438527		0	0	False	False	0.9998742341995239	0					non-mobilizable	no_good_hit	2228.0	71.23	28.0	0.0004970480966595284	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0091_000000000470	26008	0.5324746657496559	20	16	8	7	14	False	10515	maximal	True	MON0091_000000000470	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	19855.0	96.61	99.0	0.006976719558042254	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	False	False
ISR0343_000000008789	2028	0.5324711053701201	4	3	3	3	2	False	59255	maximal	True	ISR0343_000000008789	1.0		13	5	False	False	0.9990137815475464	0					non-mobilizable	no_good_hit	1795.0	99.944	89.0	0.0007862682673697792	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	True	False
ISR0101_000000015123	1561	0.5324662327193999	3	1	1	1	1	False	33130	fragment	False	ISR0101_000000015123	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0145_000000018920	1474	0.5324661122087252	3	3	2	3	2	False	58301	fragment	False	ISR0145_000000018920	0.9467213114754098		0	0	False	False	0.997286319732666	0					non-mobilizable	no_good_hit	361.0	73.684	24.0	8.020523158557066e-05	NZ_CP013745.1	high GC Gram+	Arthrobacter alpinus strain A3 chromosome, complete genome	True	False
MON0061_000000001449	16713	0.5324607094513715	17	8	4	7	4	False	10849	maximal	True	MON0061_000000001449	1.0		6	4	False	False	0.9996410012245178	0					non-mobilizable	no_good_hit	1117.0	97.046	8.0	0.00037377880517867136	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0062_000000024544	1569	0.5324591579931126	3	2	0	2	0	False	35323	maximal	True	ISR0062_000000024544	1.0		2	2	False	False	0.992989182472229	0					non-mobilizable	no_good_hit	43.0	90.698	3.0	0.00011252051441085906	LN593065.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000403	True	False
ENG0020_000000002695	7497	0.5324588289124846	8	6	5	4	4	False	99668	fragment	False	ENG0020_000000002695	1.0		0	0	False	False	0.9998666048049927	0					non-mobilizable	no_good_hit	420.0	74.048	8.0	0.008290093636309417	NZ_KB822481.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.19, whole genome shotgun sequence	True	False
ENG0099_000000002603	7363	0.5324588289124846	7	6	5	4	4	False	99656	fragment	False	ENG0099_000000002603	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	78.346	7.0	0.009857912787849093	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0094_000000006405	2649	0.5324588242385186	4	3	1	3	3	False	108966	maximal	True	ENG0094_000000006405	1.0		147	12	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	71.73899999999999	17.0	0.00014807813176279187	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0052_000000019072	1900	0.5324568748761269	3	2	2	1	2	False	90617	maximal	False	CHI0006_000000006871	0.9560096153846154		0	0	False	False	0.9994736909866333	0					non-mobilizable	no_good_hit								True	False
MON0003_000000000716	9731	0.5324538592378039	8	8	6	7	7	False	53523	maximal	True	MON0003_000000000716	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	4089.0	72.878	50.0	0.0008477506202370787	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
DEN0093_000000020029	1593	0.5324516815321148	3	2	2	2	2	False	91046	fragment	False	ISR0305_000000010968	0.7628319896185602		0	0	False	False	0.9962335228919983	0					non-mobilizable	other	1593.0	97.803	100.0	0.01730246712313879	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0338_000000008699	2954	0.5324497594482094	3	3	3	3	3	False	34561	maximal	True	ISR0338_000000008699	1.0		1	1	False	False	0.9969533085823059	0					non-mobilizable	no_good_hit	1591.0	77.184	53.0	0.034188405482308476	NZ_SMUS01000033.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00033, whole genome shotgun sequence	True	False
SPA0014_000000009048	2506	0.532447326665242	2	2	2	2	2	False	7944	maximal	True	SPA0014_000000009048	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	77.67699999999999	48.0	0.807277628032345	NZ_JAAIQH010000051.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_57_length_1484_cov_1293.39, whole genome shotgun sequence	True	False
SPA0125_000000012352	2841	0.5324462917701588	3	3	3	3	3	True	4023	maximal	True	SPA0125_000000012352	1.0		4	2	False	False	0.9975360631942749	0					non-mobilizable	no_good_hit	863.0	74.16	30.0	0.0002130546830134618	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	True
SPA0014_000000005579	3749	0.5324462820987643	5	2	1	2	2	False	30878	fragment	False	SPA0014_000000005579	0.9665483342435828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0019995556542990447	AM427235.1	eudicots	Vitis vinifera contig VV78X129931.4, whole genome shotgun sequence	True	False
CAN0021_000000002012	15439	0.5324457214427069	9	7	5	6	3	False	91683	maximal	True	CAN0021_000000002012	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	83.09200000000001	3.0	0.4805194805194805	GQ880476.1		Uncultured organism clone VC1CI08TF genomic sequence	True	False
DEN0070_000000023867	1428	0.53244543150919	3	2	2	2	1	True	70567	fragment	False	DEN0070_000000023867	1.0		0	0	False	False	0.9607843160629272	0					non-mobilizable	no_good_hit	51.0	94.118	4.0	5.1976564806460065e-06	CP054916.1	high GC Gram+	Streptomyces sp. NA02950 chromosome, complete genome	True	True
MON0062_000000020255	1833	0.5324418037327273	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.715816718699685	PS1128	0	0	False	True	0.9994544386863708	0					non-mobilizable	other	1550.0	84.516	90.0	0.018220058606673598	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
FIJ0095_000000022271	1258	0.5324409140333651	2	2	2	2	1	False	43072	fragment	False	ISR0851_000000010321	0.9613382899628253		0	0	False	False	0.9880763292312622	0					non-mobilizable	no_good_hit	606.0	76.403	48.0	0.00013650682216653106	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0110_000000014671	2073	0.5324356926844435	3	2	1	2	1	False	59802	maximal	True	ENG0110_000000014671	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1204.0	99.917	58.0	0.00020130033658821866	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ENG0112_000000005047	5248	0.5324346840444992	6	6	4	5	5	False	122190	fragment	False	ENG0112_000000005047	1.0		0	0	False	False	0.9984756112098694	0					non-mobilizable	other	5251.0	97.162	100.0	0.0909579820269942	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
ISR0146_000000007861	4881	0.5324244018603179	6	5	4	5	4	False	40080	fragment	False	ISR0146_000000007861	0.9874948325754445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2165.0	77.09	62.0	0.0007551465531265008	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AUS0004_000000008890	2357	0.5324216733864413	2	2	2	2	1	False	102453	fragment	False	AUS0004_000000008890	1.0		0	0	False	False	0.9957573413848877	0					non-mobilizable	no_good_hit								True	False
ISR0085_000000022035	1246	0.5324209656999539	2	2	2	1	1	False	33947	fragment	False	ISR0085_000000022035	0.96964586846543		0	0	False	False	0.9991974234580994	0					non-mobilizable	other	1246.0	98.796	100.0	0.04598507793454975	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
AST0108_000000009421	2818	0.5324196764512598	5	3	1	3	2	True	129290	maximal	True	AST0108_000000009421	1.0		26	7	False	False	0.9996451139450073	0					non-mobilizable	no_good_hit	1449.0	98.82700000000001	51.0	0.005997150525164838	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
SPA0037_000000015758	1575	0.5324177042121769	3	3	1	2	2	False	72466	maximal	True	SPA0037_000000015758	0.9909385113268608		40	9	False	False	1.0	0					non-mobilizable	other	1284.0	97.04	99.0	0.007040820255559773	NZ_BFBT01000003.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0370_000000016697	1611	0.5324176733705385	3	3	3	3	2	False	87232	fragment	False	ISR0370_000000016697	0.9827475912883553		0	0	False	False	1.0	0					non-mobilizable	other	1611.0	97.145	100.0	0.007045951859956236	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0039_000000005584	3091	0.5324141921906643	5	4	4	3	3	False	73296	maximal	True	DEN0039_000000005584	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	85.538	31.0	0.00033195555773506174	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
FIJ0142_000000030300	1214	0.532411946884611	2	1	1	1	1	False	40159	fragment	False	FIJ0142_000000030300	1.0		0	0	False	False	0.9942339658737183	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.1360405578437472e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MAD0098_000000032659	1397	0.5324101083267261	2	2	2	2	1	False	15280	maximal	True	MAD0098_000000032659	1.0		59	7	False	False	0.9978525638580322	0					non-mobilizable	no_good_hit	552.0	78.442	39.0	0.0011775778762827575	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
MAD0051_000000020710	1380	0.5324082137083362	2	2	1	2	1	False	59330	fragment	False	MAD0051_000000020710	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1305.0	99.77	100.0	0.00027922230592229653	CP055397.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00123 chromosome, complete genome	False	False
ISR0360_000000006610	3657	0.532407255106204	5	3	3	3	3	False	23793	maximal	True	ISR0360_000000006610	1.0		71	10	False	False	0.9997265338897705	0					non-mobilizable	no_good_hit								True	False
ISR0179_000000005008	5132	0.5324052180889448	5	5	5	5	5	False	65511	fragment	False	ISR0179_000000005008	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5132.0	99.805	100.0	0.054888617833986006	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0110_000000010759	2171	0.5324051154231716	2	2	2	2	2	True	130077	fragment	False	ISR0110_000000010759	0.9406643616443817		0	0	False	False	0.9995393753051758	0					non-mobilizable	chromosome	1520.0	95.461	100.0	0.000534248542725945	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0255_000000015418	2063	0.5324051154231716	2	2	2	2	2	True	130077	fragment	False	ISR0110_000000010759	0.8684675797121885		0	0	False	False	0.9995152950286865	0					non-mobilizable	chromosome	1417.0	95.20100000000001	100.0	0.0004961383428485328	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0386_000000012001	2762	0.5324039617056506	3	3	3	3	3	False	130047	fragment	False	ISR0113_000000005250	0.9489612339357242		0	0	False	False	1.0	0					non-mobilizable	chromosome	2762.0	98.29799999999999	100.0	0.0009742802024216209	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0064_000000032797	1325	0.5324015480054825	1	1	1	1	1	False	107071	maximal	True	DEN0064_000000032797	1.0		8	4	False	False	0.999245285987854	0					non-mobilizable	no_good_hit								True	False
AST0108_000000024851	1153	0.5324015480054825	1	1	1	1	1	False	107070	fragment	False	AST0108_000000024851	1.0		0	0	False	False	0.9982653856277466	0					non-mobilizable	no_good_hit								True	False
CHI0167_000000006330	3009	0.5323952340008206	4	4	4	2	2	False	78197	maximal	True	CHI0167_000000006330	1.0		16	7	True	True	0.9970089793205261	1					non-mobilizable	no_good_hit	639.0	83.255	44.0	9.005158629115626e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0150_000000007173	3166	0.5323924547192423	3	2	2	2	1	False	125506	maximal	True	ISR0150_000000007173	1.0		3	2	False	False	0.9996841549873352	0					non-mobilizable	no_good_hit	190.0	80.0	6.0	8.783352873111102e-05	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
FIJ0055_000000010691	1327	0.5323871256683089	1	1	1	1	1	False	46243	fragment	False	FIJ0055_000000010691	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1328.0	99.699	100.0	0.0002638059263096811	LR134080.1	enterobacteria	Escherichia coli strain NCTC9082 genome assembly, chromosome: 1	False	False
ISR0270_000000004718	1709	0.5323814894576168	2	2	2	1	1	False	26434	maximal	True	ISR0270_000000004718	1.0		1	1	False	False	0.9947337508201599	0					non-mobilizable	no_good_hit	1484.0	93.666	87.0	0.0005641212773137924	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	False
ENG0011_000000010366	2593	0.5323798074798682	1	1	1	1	1	False	67193	fragment	False	ENG0011_000000010366	1.0		0	0	False	False	0.9988430142402649	0					non-mobilizable	other	2513.0	99.96	97.0	0.00047912972341893393	CP022151.1	enterobacteria	Citrobacter freundii strain 705SK3, complete genome	False	False
DEN0061_000000014909	2760	0.5323781634012438	4	4	4	4	2	False	112048	maximal	False	ISR0214_000000009074	0.6264367816091955		0	0	False	False	0.9981883764266968	0					non-mobilizable	no_good_hit	485.0	72.78399999999999	17.0	0.0001669085605742219	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0381_000000010537	1673	0.5323757567229221	2	2	2	2	2	False	39770	fragment	False	ISR0381_000000010537	0.992226368159204		0	0	False	False	1.0	0					non-mobilizable	other	1673.0	98.984	100.0	0.0005353814448702805	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0043_000000005629	3878	0.5323751807385616	5	5	5	5	4	False	123017	maximal	True	ISR0043_000000005629	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1312.0	97.33200000000001	34.0	0.008994730775563972	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0181_000000017670	1192	0.5323743353715743	2	1	1	1	1	False	77405	fragment	False	ENG0179_000000025113	0.9563182527301093		0	0	False	False	0.9991610646247864	0					non-mobilizable	no_good_hit	279.0	72.76	23.0	0.0028408791995033723	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
MON0063_000000020082	1483	0.5323724355341892	2	1	1	1	1	False	10734	maximal	True	MON0063_000000020082	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0006879197668314054	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	True	False
DEN0031_000000026547	1302	0.5323723292628093	1	1	1	1	1	False	73699	fragment	False	DEN0031_000000026547	1.0		0	0	False	False	0.996927797794342	0					non-mobilizable	no_good_hit								True	False
BAN0019_000000000711	4056	0.5323719951724807	6	6	1	2	6	True	97835	fragment	False	BAN0019_000000000711	0.9987848151778295		0	0	False	False	1.0	0					non-mobilizable	plasmid	4056.0	100.0	100.0	0.045220358640378266	CP055248.1	enterobacteria	Citrobacter freundii strain ZY198 plasmid pZY-1, complete sequence	False	True
ENG0133_000000008909	2796	0.5323701758945499	3	3	2	2	2	False	58266	maximal	True	ENG0133_000000008909	1.0		91	9	False	False	0.9996423721313477	0					non-mobilizable	other	2791.0	100.0	99.0	0.0035175176159551575	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
MON0105_000000018460	2919	0.5323684764777564	4	4	4	4	3	False	79664	fragment	False	MON0105_000000018460	0.9602357422633261		0	0	False	False	0.9952038526535034	0					non-mobilizable	other	2900.0	99.17200000000001	99.0	0.01122759998915582	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0074_000000003877	6675	0.5323679897899567	9	5	5	4	3	True	96781	fragment	False	SPA0074_000000003877	1.0		0	0	False	False	0.9995505809783936	0					non-mobilizable	other	6679.0	98.054	99.0	0.0021053468615753372	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ENG0134_000000021230	1848	0.5323671928158753	2	2	2	2	2	False	58187	fragment	False	ISR0816_000000020975	0.9856535051162115		0	0	False	False	0.9908008575439453	0					non-mobilizable	other	1876.0	80.97	99.0	0.03628069076242315	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
SPA0066_000000003381	4779	0.5323664774587704	6	4	2	2	4	False	93909	fragment	False	ISR0197_000000004474	0.9500341456126156		0	0	False	False	1.0	0					non-mobilizable	other	4810.0	84.88600000000001	100.0	0.000913942370135598	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
CHI0120_000000002841	4435	0.5323664774587704	5	4	2	2	4	False	111020	fragment	False	ENG0114_000000004403	0.8561088037913821		0	0	False	False	0.9997745156288147	0					non-mobilizable	other	4440.0	93.604	100.0	0.0008450915363252993	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
CAN0013_000000005377	4422	0.5323664774587704	5	4	2	2	4	False	93909	fragment	False	ISR0197_000000004474	0.47577319587628863		0	0	False	False	1.0	0					non-mobilizable	other	4362.0	84.984	98.0	0.0008290708436935402	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ENG0185_000000004799	4928	0.5323661302918337	5	5	5	5	4	False	75356	maximal	False	MAD0052_000000002818	0.9830285741173386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	69.413	21.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0050_000000019036	1269	0.5323644358347849	1	1	1	1	1	False	17383	maximal	True	MAD0050_000000019036	1.0		8	3	False	False	0.9960598945617676	0					non-mobilizable	no_good_hit								True	False
FIJ0005_000000012625	2589	0.5323632227631316	5	4	4	4	2	False	99269	maximal	True	FIJ0005_000000012625	1.0		257	12	False	False	0.9988412261009216	0					non-mobilizable	no_good_hit	532.0	74.06	20.0	0.0002232828754034413	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0815_000000016167	1927	0.5323624587097869	2	2	1	2	1	True	54702	fragment	False	ISR0815_000000016167	0.9542501353546291		0	0	False	False	0.9600415229797363	0					non-mobilizable	no_good_hit	1516.0	93.865	78.0	0.10041896654917869	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
SPA0124_000000005666	5036	0.5323624377618642	6	5	2	4	3	False	20025	maximal	True	SPA0124_000000005666	1.0		2	1	False	False	0.9998014569282532	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.0419837309518075e-06	CP025995.1	g-proteobacteria	Stenotrophomonas sp. ZAC14D2_NAIMI4_7 chromosome	True	False
ISR0112_000000014543	2327	0.5323623080143879	3	2	1	2	1	False	32647	maximal	True	ISR0112_000000014543	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	1.522231235804401e-05	CP006905.1	firmicutes	Clostridium baratii str. Sullivan, complete genome	True	False
ISR0125_000000003072	4912	0.5323617994057791	5	4	4	4	3	False	52248	fragment	False	ISR0125_000000003072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2234.0	81.558	45.0	0.0009511926542240151	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
SPA0058_000000026163	1144	0.5323596727095189	2	1	1	1	1	False	6285	maximal	True	SPA0058_000000026163	1.0		3	2	False	False	0.9886363744735718	0					non-mobilizable	no_good_hit	846.0	97.163	74.0	0.057428299578632595	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	True	False
FIJ0167_000000013911	1500	0.5323594977982948	3	2	0	2	2	False	38957	maximal	True	FIJ0167_000000013911	1.0		12	2	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	97.63	26.0	5.601898670189283e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0098_000000007970	5174	0.5323581237654388	5	5	5	4	3	True	49211	maximal	True	MAD0098_000000007970	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	3400.0	99.912	66.0	0.03183925811437403	NZ_WAJR01000006.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_006, whole genome shotgun sequence	True	True
MON0027_000000033267	1249	0.5323572590668927	3	3	3	3	2	False	12623	maximal	True	MON0027_000000033267	1.0		3	1	False	False	0.9655724763870239	0					non-mobilizable	no_good_hit	493.0	75.25399999999999	39.0	0.00011111020408903691	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0102_000000011309	3216	0.5323559507046445	6	3	2	3	2	False	4913	fragment	False	SPA0102_000000011309	1.0		0	0	False	False	0.9993780851364136	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000004018	7654	0.5323555401398475	12	6	2	5	2	False	91742	maximal	True	CHI0111_000000004018	1.0		1	1	False	False	0.9985628724098206	0					non-mobilizable	no_good_hit	2452.0	86.46	42.0	0.18360285821737496	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	False
SPA0124_000000012199	2399	0.532349215380956	4	1	1	1	1	False	4056	maximal	True	SPA0124_000000012199	1.0		74	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000015062	2395	0.532349215380956	5	1	1	1	1	False	68366	maximal	True	DEN0094_000000015062	1.0		18	5	False	False	0.9941545128822327	0					non-mobilizable	no_good_hit								True	False
MON0090_000000027154	2193	0.532349176775086	2	2	2	2	2	False	52024	maximal	True	MON0090_000000027154	0.975403114471858		198	10	False	False	1.0	0					non-mobilizable	no_good_hit	834.0	85.971	41.0	0.010907825528326887	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
MON0032_000000012995	2137	0.532349176775086	3	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.9739871746185171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	84.704	39.0	0.010144946933094208	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
MON0059_000000019399	2022	0.532349176775086	2	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.965350172933215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	82.956	36.0	0.0086593412476411	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
MON0044_000000027383	1981	0.532349176775086	3	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.8383015565592784		0	0	False	False	0.9989904165267944	0					non-mobilizable	no_good_hit	507.0	84.41799999999999	30.0	0.006718685172049199	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
MAD0003_000000014788	1862	0.532349176775086	3	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.8301229519798674		0	0	False	False	0.9983888268470764	0					non-mobilizable	no_good_hit	489.0	83.64	30.0	0.006477776141975721	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
FIJ0053_000000011237	1846	0.532349176775086	2	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.8286265869843338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	84.04899999999999	30.0	0.006477776141975721	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
MAD0084_000000003830	1834	0.532349176775086	3	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.8212884441566867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	83.19	29.0	0.00614318026687367	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
CAN0021_000000020897	2076	0.5323478898951259	2	2	2	1	1	True	91563	maximal	True	CAN0021_000000020897	1.0		0	0	False	False	0.9990366101264954	0					non-mobilizable	no_good_hit	925.0	94.486	77.0	0.00032911479873240935	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
ISR0034_000000006610	3043	0.5323442455497136	4	3	2	2	3	False	60391	fragment	False	ISR0034_000000006610	0.9609012591119948		0	0	False	False	0.999014139175415	0					non-mobilizable	other	3043.0	99.277	100.0	0.01772464722648031	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0346_000000009363	2360	0.5323423552465969	4	3	3	3	2	False	24193	maximal	True	ISR0346_000000009363	1.0		11	3	False	False	0.9995762705802917	0					non-mobilizable	chromosome	2208.0	99.86399999999999	94.0	0.0009511926542240151	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
FIJ0011_000000029033	1561	0.5323420847139781	3	2	1	2	2	False	50927	fragment	False	FIJ0011_000000029033	1.0		0	0	False	False	0.9993593692779541	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	4.603144646201509e-06	NZ_CP025774.1	b-proteobacteria	Achromobacter xylosoxidans strain SOLR10 chromosome	True	False
CHI0009_000000002160	4007	0.5323402763073484	3	3	3	3	3	False	90476	fragment	False	FIJ0062_000000006899	0.9760817675613611		0	0	False	False	1.0	0					non-mobilizable	plasmid	3888.0	99.51100000000001	100.0	0.5674452554744526	CP001385.1	enterobacteria	Shigella flexneri 2002017 plasmid pSFxv_2, complete sequence	False	True
ISR0037_000000010150	2208	0.5323400905535701	3	3	1	3	1	False	125503	maximal	True	ISR0037_000000010150	1.0		3	2	False	False	0.99048912525177	0					non-mobilizable	no_good_hit	180.0	94.444	8.0	5.53754987683618e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0344_000000005384	5382	0.5323332175068594	5	4	4	4	4	False	28540	maximal	True	ISR0344_000000005384	1.0		3	1	False	False	0.986993670463562	0					non-mobilizable	no_good_hit	62.0	98.387	1.0	1.1814403850023697e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0210_000000008951	2626	0.5323290402327128	2	2	2	2	2	False	126314	maximal	True	ENG0210_000000008951	1.0	PS954	4	4	False	True	0.9992383718490601	0					non-mobilizable	no_good_hit	62.0	88.71	2.0	0.014787878787878787	KU547240.1	bacteria	Uncultured bacterium clone CH_08A_000_Contig_13 genomic sequence	True	True
CHI0120_000000013044	1269	0.5323274815017109	2	1	1	1	1	False	81814	maximal	True	CHI0120_000000013044	1.0		9	6	False	False	0.9897556900978088	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.1242753108725334e-05	CP047956.1	cyanobacteria	Synechococcus sp. A18-40 chromosome, complete genome	True	False
CHI0013_000000008613	1133	0.5323241166564996	2	1	1	1	1	False	89917	fragment	False	CHI0013_000000008613	1.0		0	0	False	False	0.9947043061256409	0					non-mobilizable	other	1133.0	100.0	100.0	0.12622658340767173	NZ_JAAITU010000072.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_72_length_8968_cov_113.507, whole genome shotgun sequence	False	False
FIJ0142_000000003263	8268	0.5323232400725478	11	8	5	6	5	False	121824	fragment	False	CHI0054_000000001402	0.4301714083354606		0	0	False	False	0.9968553185462952	0					non-mobilizable	no_good_hit	6670.0	97.286	81.0	0.001873921188517933	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0066_000000024006	1344	0.5323209279756256	2	2	2	2	1	False	35110	fragment	False	ISR0066_000000024006	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1344.0	99.405	100.0	0.0005993189273663838	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0072_000000015127	1322	0.5323201141791583	2	2	2	2	2	False	10664	maximal	True	SPA0072_000000015127	1.0		188	12	False	False	0.9826021194458008	0					non-mobilizable	no_good_hit	73.0	80.822	6.0	2.005094611224687e-05	NC_016633.1	spirochetes	Sphaerochaeta pleomorpha str. Grapes, complete sequence	True	False
SPA0110_000000009089	2176	0.5323163739520542	2	2	2	2	2	False	80110	maximal	False	CHI0141_000000011647	0.9713049199895324		0	0	False	False	1.0	0					non-mobilizable	other	2176.0	99.678	100.0	0.025356151927067548	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0031_000000005740	4614	0.5323154052525585	7	4	2	3	2	False	25730	fragment	False	SPA0031_000000005740	1.0		0	0	False	False	0.99934983253479	0					non-mobilizable	other	4607.0	99.978	99.0	0.0020229685548292116	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0395_000000009451	4065	0.5323154052525585	6	4	2	3	2	False	25729	fragment	False	ISR0395_000000009451	1.0		0	0	False	False	0.9995080232620239	0					non-mobilizable	other	4055.0	99.87700000000001	99.0	0.0017805285543373043	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0295_000000010850	3127	0.5323154052525585	5	4	2	3	2	False	25728	fragment	False	ISR0295_000000010850	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3127.0	98.43299999999999	100.0	0.0013729482636552573	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0016_000000000330	9828	0.5323153404005359	13	12	4	4	11	True	123776	fragment	False	DEN0016_000000000330	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9772.0	99.98	99.0	0.017022477685221808	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
FIJ0078_000000019944	1209	0.5323151029783607	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.6685221845812301		0	0	False	False	1.0	0					non-mobilizable	chromosome	1225.0	87.91799999999999	99.0	0.0003251768799505112	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0111_000000005739	2998	0.5323090917506292	4	3	3	3	3	False	14518	fragment	False	MAD0111_000000005739	1.0		0	0	False	False	0.9969980120658875	0					non-mobilizable	chromosome	2840.0	99.965	95.0	0.0005695208642433979	LR134247.1	enterobacteria	Escherichia coli strain NCTC9040 genome assembly, chromosome: 1	False	False
MAD0093_000000008105	3617	0.5323071172504269	3	3	3	1	0	False	32443	maximal	True	MAD0093_000000008105	1.0		1	1	False	False	0.9997235536575317	0					non-mobilizable	no_good_hit	882.0	73.12899999999999	24.0	0.00029048311788333077	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
MON0013_000000002282	12369	0.5323051159153701	23	10	3	7	4	True	13554	maximal	True	MON0013_000000002282	1.0		1	1	False	False	0.9999191761016846	0					non-mobilizable	no_good_hit	758.0	78.892	6.0	0.0023814740371700467	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	True
MON0059_000000008357	4275	0.5323032858284275	5	4	4	3	2	False	10954	maximal	True	MON0059_000000008357	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	2169.0	96.911	77.0	0.0006348763835941851	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
ISR0046_000000032648	1172	0.5322938367343613	2	1	1	1	1	False	85290	fragment	False	MON0081_000000031907	0.3470153063496078		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	98.976	100.0	0.016908770612527796	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0032_000000007007	1161	0.5322931396429217	2	2	2	2	2	False	88393	fragment	False	USA0082_01_000000023057	0.9293546071095455		0	0	False	False	0.9991386532783508	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	0.0001985022105927998	NZ_NPNG01000003.1	firmicutes	Lactobacillus bombicola strain H70-3 scaffold3, whole genome shotgun sequence	True	False
USA0091_01_000000000645	14609	0.5322928041781351	17	14	10	9	10	True	91943	maximal	False	ENG0006_000000001679	0.9653711373048741		0	0	False	False	1.0	0					non-mobilizable	other	11140.0	99.749	100.0	0.0020975959279635205	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
ENG0126_000000009351	1966	0.5322907001937086	2	2	1	1	2	False	113055	fragment	False	ISR0395_000000021207	0.23779869577566976		0	0	False	False	1.0	0					non-mobilizable	other	1966.0	96.134	100.0	0.005365271166665754	NZ_DS483474.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_14, whole genome shotgun sequence	False	False
ISR0087_000000029057	1324	0.532290692350685	2	2	2	2	2	False	33821	maximal	True	ISR0087_000000029057	1.0		375	13	False	False	0.9992446899414062	0					non-mobilizable	other	1324.0	99.62200000000001	100.0	0.011033182944016812	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
FIJ0066_000000009267	3383	0.5322844265464057	4	2	1	2	0	True	83576	maximal	True	FIJ0066_000000009267	1.0		1	1	False	False	0.9997044205665588	0					non-mobilizable	no_good_hit								True	True
ISR0325_000000008015	2464	0.5322838978655086	3	2	2	1	1	False	24875	maximal	True	ISR0325_000000008015	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1041.0	71.085	42.0	0.0004778101792160009	NZ_RKRD01000001.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_11, whole genome shotgun sequence	True	False
ENG0044_000000007603	2172	0.5322803859687745	2	2	2	2	1	False	120642	fragment	False	ENG0044_000000007603	0.9611534795042898		0	0	False	False	0.9972375631332397	0					non-mobilizable	chromosome	2063.0	94.81299999999999	95.0	0.0008491824045452262	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0117_000000007682	2918	0.5322739840988703	4	4	4	4	4	False	59377	maximal	True	ENG0117_000000007682	1.0		17	4	False	False	0.9794379472732544	0					non-mobilizable	chromosome	2898.0	99.965	100.0	0.0005979419403948687	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
DEN0005_000000012142	2804	0.5322727758935171	5	5	5	3	3	False	102432	backbone	False	USA0018_01_000000006382	0.1612865903042925	PS597	0	0	False	True	0.9975035786628723	0					non-mobilizable	chromosome	1754.0	100.0	100.0	0.00031997143803158974	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ISR0774_000000008790	2798	0.5322727758935171	5	5	5	3	3	False	102432	backbone	False	USA0018_01_000000006382	0.16116771251066433	PS597	0	0	False	True	1.0	0					non-mobilizable	chromosome	1754.0	100.0	100.0	0.00031997143803158974	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
ENG0053_000000004981	5263	0.5322704995861292	12	11	4	6	11	False	63888	fragment	False	ENG0053_000000004981	1.0		0	0	False	False	0.9986699819564819	0					non-mobilizable	plasmid	5263.0	99.506	100.0	0.09506088087581746	CP052354.1	enterobacteria	Klebsiella pneumoniae strain D16KP0146 plasmid unnamed	False	True
AST0026_000000014470	1919	0.5322604639490449	2	1	1	1	1	False	119318	fragment	False	AST0026_000000014470	1.0		0	0	False	False	0.9973945021629333	0					non-mobilizable	other	1919.0	100.0	100.0	0.0003714758456450074	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0108_000000007780	3844	0.5322562614408074	4	4	4	4	4	False	118986	maximal	False	MON0040_000000006783	0.7900776205832608		0	0	False	False	0.9989594221115112	0					non-mobilizable	chromosome	3844.0	97.945	100.0	0.0015520537764345556	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
CHI0006_000000012047	1311	0.5322541903376669	2	2	2	2	1	False	90575	fragment	False	SPA0127_000000020692	0.9437041743716937		0	0	False	False	1.0	0					non-mobilizable	chromosome	1311.0	99.84700000000001	100.0	0.00023286868623664293	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0087_000000005987	4351	0.532253842859993	5	4	3	4	2	False	68337	maximal	True	ISR0087_000000005987	1.0		109	7	False	False	0.9898873567581177	0					non-mobilizable	no_good_hit	1334.0	77.736	31.0	0.004735265456382864	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0079_000000008532	3194	0.532253842859993	4	4	3	4	2	False	68335	fragment	False	ISR0079_000000008532	1.0		0	0	False	False	0.9984345436096191	0					non-mobilizable	no_good_hit	1334.0	77.736	42.0	0.004735265456382864	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0149_000000008079	1557	0.5322453087861939	2	2	2	1	1	False	79574	maximal	True	CHI0149_000000008079	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	0.03537735849056604	XM_007673422.1	ascomycetes	Baudoinia panamericana UAMH 10762 uncharacterized protein (BAUCODRAFT_62146), partial mRNA	True	False
ISR0005_000000011311	1375	0.5322421631415786	3	2	2	2	1	True	38516	maximal	True	ISR0005_000000011311	0.9349925705794948		310	13	False	False	0.9956363439559937	0					non-mobilizable	other	1373.0	92.571	99.0	0.004413397930113152	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0045_000000017632	1195	0.5322400278517154	2	2	2	2	1	False	101987	fragment	False	AUS0006_000000019715	0.6450013051422605		0	0	False	False	0.9991631507873535	0					non-mobilizable	no_good_hit	150.0	84.0	12.0	3.13632015556148e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
ISR0255_000000012137	2538	0.5322311737792056	2	2	2	2	1	False	118280	maximal	False	ISR0086_000000008400	0.5710388611216556		0	0	False	False	0.981875479221344	0					non-mobilizable	no_good_hit	1221.0	74.857	48.0	0.0036407656805629114	NZ_JHWJ01000004.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
ISR0004_000000014718	1350	0.5322308874776007	2	2	2	2	1	True	38549	maximal	True	ISR0004_000000014718	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0081_000000004150	2072	0.5322294405865124	5	3	2	2	0	True	69367	fragment	False	DEN0081_000000004150	0.9883495145631068		0	0	False	False	1.0	0					non-mobilizable	other	2072.0	100.0	100.0	0.0005545976034206702	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0132_000000020024	2060	0.5322294405865124	5	3	2	2	0	True	69367	fragment	False	DEN0081_000000004150	0.9855212355212355		0	0	False	False	0.9961165189743042	0					non-mobilizable	other	2060.0	98.05799999999999	100.0	0.0005513840972685465	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0005_000000009519	3397	0.5322290010995773	5	4	4	4	2	False	76535	maximal	True	DEN0005_000000009519	1.0		358	13	False	False	0.9988225102424622	0					non-mobilizable	chromosome	3398.0	98.381	100.0	0.0011987069350330483	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0156_000000004398	1789	0.5322284543162424	3	3	3	2	2	False	39496	maximal	True	FIJ0156_000000004398	1.0		72	9	False	False	0.9988820552825928	0					non-mobilizable	other	1795.0	93.036	100.0	0.00049819217888265	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0004_000000007983	2319	0.5322276796643455	2	2	2	2	1	False	119352	fragment	False	ISR0356_000000007406	0.9212357132996626		0	0	False	False	1.0	0					non-mobilizable	other	2319.0	99.87100000000001	100.0	0.0012508364091605689	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
MON0069_000000001519	16187	0.5322276490821479	3	3	3	3	2	False	11021	maximal	True	MON0069_000000001519	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	69.876	4.0	0.05774384796556485	NZ_RAWG01000292.1	d-proteobacteria	Corallococcus sicarius strain CA040B NODE_292_12313_cov_37.6354, whole genome shotgun sequence	True	False
ISR0175_000000015333	1314	0.5322256355573974	2	2	1	2	1	False	114681	fragment	False	ISR0175_000000015333	0.9842499897618419		0	0	False	False	0.9916285872459412	0					non-mobilizable	other	1314.0	98.32600000000001	100.0	0.011960937927013682	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
SPA0127_000000003860	7348	0.5322243020510703	7	5	2	5	3	False	45839	maximal	False	FIJ0163_000000003316	0.9629705579398145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4079.0	98.87200000000001	57.0	0.0021827887428936196	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
USA0108_01_000000002177	6364	0.5322232233947309	7	6	3	4	4	False	31859	fragment	False	USA0108_01_000000002177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3322.0	96.749	73.0	0.0009333071786244833	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0125_000000006126	3234	0.5322220921030169	3	2	1	1	2	False	119154	maximal	True	FIJ0125_000000006126	1.0	PS816	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	80.712	48.0	0.00041956406215225576	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0034_000000011567	2403	0.5322194666860887	3	3	3	3	2	True	48146	maximal	True	FIJ0034_000000011567	1.0		84	4	False	False	0.9995838403701782	0					non-mobilizable	no_good_hit	1295.0	94.98100000000001	54.0	0.0003868517057499497	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
FIJ0012_000000007935	2974	0.5322190302147467	7	2	1	2	1	False	50818	maximal	True	FIJ0012_000000007935	1.0		10	3	False	False	0.9942837953567505	0					non-mobilizable	no_good_hit								True	False
MON0024_000000020217	2432	0.5322190302147467	6	2	1	2	1	False	39070	fragment	False	MON0024_000000020217	0.9708614864864864		0	0	False	False	0.9893091917037964	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0017897388307039639	XM_004988496.1	choanoflagellates	Salpingoeca rosetta dynein heavy chain 10 (PTSG_10214), mRNA	True	False
MON0101_000000026657	2368	0.5322190302147467	7	2	1	2	1	False	39070	fragment	False	MON0024_000000020217	0.958470394736842		0	0	False	False	0.9945101141929626	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0017897388307039639	XM_004988496.1	choanoflagellates	Salpingoeca rosetta dynein heavy chain 10 (PTSG_10214), mRNA	True	False
ISR0101_000000013919	1699	0.5322190302147467	5	2	1	2	1	False	39069	fragment	False	ISR0101_000000013919	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0069_01_000000039825	1516	0.5322190302147467	5	2	1	2	1	False	39067	fragment	False	USA0069_01_000000039825	1.0		0	0	False	False	0.9953826069831848	0					non-mobilizable	no_good_hit								True	False
USA0133_01_000000015410	1335	0.5322190302147467	3	2	1	2	1	False	56	fragment	False	USA0133_01_000000015410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0326_000000017942	1177	0.5322190302147467	3	2	1	2	1	False	39066	fragment	False	ISR0326_000000017942	1.0		0	0	False	False	0.9983007907867432	0					non-mobilizable	no_good_hit								True	False
FIJ0164_000000020239	1126	0.5322190302147467	4	2	1	2	1	False	39065	fragment	False	FIJ0164_000000020239	1.0		0	0	False	False	0.9928951859474182	0					non-mobilizable	no_good_hit								True	False
DEN0073_000000046721	1162	0.5322189208845371	2	2	2	1	1	True	70051	fragment	False	ENG0191_000000027535	0.9827295703454086		0	0	False	False	0.9948365092277527	0					non-mobilizable	no_good_hit	93.0	82.796	8.0	0.0007387854035926553	NZ_LNAM01000153.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf3, whole genome shotgun sequence	True	True
ISR0385_000000000377	25999	0.5322170624274638	28	12	6	8	4	True	119615	maximal	True	ISR0385_000000000377	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3808.0	91.59700000000001	17.0	0.0010204360295574947	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CAN0014_000000007850	5613	0.5322157656258256	9	5	5	3	0	True	130696	fragment	False	ENG0211_000000005379	0.9447031245664275		0	0	False	False	1.0	0					non-mobilizable	other	5218.0	99.98100000000001	100.0	0.0015748568682415033	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0022_01_000000001545	5574	0.5322157656258256	10	5	5	3	0	True	130696	fragment	False	ENG0211_000000005379	0.9461577680456822		0	0	False	False	1.0	0					non-mobilizable	other	5513.0	99.98200000000001	100.0	0.0016639085792116478	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
DEN0031_000000005358	5515	0.5322157656258256	9	5	5	3	0	True	130696	fragment	False	ENG0211_000000005379	0.9454250129239262		0	0	False	False	0.9998186826705933	0					non-mobilizable	other	5454.0	100.0	100.0	0.001646098237017619	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
CAN0018_000000006184	5469	0.5322157656258256	9	5	5	3	0	True	130696	fragment	False	ENG0211_000000005379	0.9414610260889944		0	0	False	False	0.9998171329498291	0					non-mobilizable	other	5434.0	100.0	100.0	0.0016400608328840497	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
USA0120_01_000000002092	5381	0.5322157656258256	9	5	5	3	0	True	130696	fragment	False	ENG0211_000000005379	0.8699783790688855		0	0	False	False	1.0	0					non-mobilizable	other	5375.0	100.0	99.0	0.001622250490690021	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ENG0074_000000017297	1349	0.5322130881847689	2	2	2	2	2	False	62147	maximal	False	SPA0010_000000018129	0.9519971969166083		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	80.45100000000001	10.0	0.00033478406427854036	NZ_KI535306.1	CFB group bacteria	Porphyromonas uenonis DSM 23387 = JCM 13868 strain DSM 23387 L215DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
CHI0013_000000001209	7186	0.5322126040712577	11	10	6	6	9	True	132407	fragment	False	CHI0013_000000001209	1.0		0	0	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4647.0	97.26700000000001	65.0	0.039360770205563916	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
ISR0266_000000010667	1792	0.5322084119709429	2	2	2	2	1	False	124923	maximal	True	ISR0266_000000010667	1.0		6	5	False	False	0.9910714030265808	0					non-mobilizable	no_good_hit	1052.0	84.221	59.0	0.0025279919414203248	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CHI0035_000000005084	2089	0.5322068962646636	2	1	1	1	1	False	118810	maximal	False	AST0028_000000007365	0.4772209567198178		0	0	False	False	0.9942556023597717	0					non-mobilizable	chromosome	1977.0	99.949	95.0	0.0003866933646862852	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0067_000000020432	1501	0.5322068962646636	1	1	1	1	1	False	35067	maximal	True	ISR0067_000000020432	1.0		46	9	False	False	0.9860092997550964	0					non-mobilizable	no_good_hit	1311.0	99.84700000000001	87.0	0.002679199594234199	NZ_VJZV01000004.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold4_1, whole genome shotgun sequence	True	False
ISR0063_000000003083	6278	0.5322064246079949	5	4	4	4	3	False	107377	maximal	True	ISR0063_000000003083	1.0		97	10	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	78.73899999999999	13.0	0.00027506494971125055	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ENG0165_000000006159	3042	0.5322048568429167	3	2	1	2	1	True	56233	fragment	False	ENG0165_000000006159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	97.85700000000001	8.0	0.15777525539160045	GQ878016.1		Uncultured organism clone VC1BU50TF genomic sequence	True	True
SPA0143_000000004779	3767	0.532202252491622	7	5	4	5	2	False	3412	fragment	False	SPA0143_000000004779	1.0		0	0	False	False	0.9952216744422913	0					non-mobilizable	no_good_hit	332.0	100.0	9.0	0.00012020693023821672	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
AST0024_000000013775	2470	0.5322011848587023	5	2	2	2	2	False	121522	maximal	True	AST0024_000000013775	0.9982525120139799		13	3	False	False	0.9886639714241028	0					non-mobilizable	no_good_hit	444.0	90.315	18.0	0.0001284175221795613	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0211_000000009796	2289	0.5322011848587023	5	2	2	2	2	False	121522	maximal	False	AST0024_000000013775	0.9617408906882592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	91.01700000000001	18.0	0.00012233000984147828	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0300_000000006438	1613	0.5322011848587023	3	2	2	2	2	False	25590	maximal	True	ISR0300_000000006438	1.0		1	1	False	False	0.9931803941726685	0					non-mobilizable	no_good_hit	444.0	90.315	28.0	0.0001284175221795613	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
DEN0042_000000000073	1447	0.5321983515480668	1	1	1	1	1	False	115883	maximal	True	DEN0042_000000000073	0.987012738200079		239	14	False	False	1.0	0					non-mobilizable	other	1447.0	100.0	100.0	0.003618772570404647	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
DEN0031_000000025610	1347	0.5321983515480668	1	1	1	1	1	False	115883	maximal	False	DEN0042_000000000073	0.9744506692743151		0	0	False	False	0.9977728128433228	0					non-mobilizable	other	1347.0	97.179	100.0	0.00336851167341954	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
CHI0162_000000016099	1966	0.5321980709157302	3	2	2	2	1	False	117117	maximal	True	CHI0162_000000016099	1.0		1	1	False	False	0.9954221844673157	0					non-mobilizable	other	1294.0	89.335	98.0	0.0016906070971397394	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
SPA0115_000000012724	2128	0.532197898261511	2	2	2	2	2	False	4395	maximal	True	SPA0115_000000012724	1.0		74	9	False	False	1.0	0					non-mobilizable	no_good_hit	1000.0	73.9	47.0	0.005247585846812685	NZ_FRAC01000015.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
FIJ0164_000000015502	1453	0.5321960870058638	3	3	2	3	2	False	39087	maximal	True	FIJ0164_000000015502	1.0		41	7	False	False	0.9965588450431824	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	1.757684793214243e-05	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
CHI0165_000000015546	1128	0.5321958166711448	1	1	1	1	1	False	78233	maximal	True	CHI0165_000000015546	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	85.389	74.0	0.014073798742988444	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
SPA0027_000000010518	3439	0.5321956989548574	4	4	4	4	4	False	81280	maximal	False	MON0028_000000006482	0.4754770223058318		0	0	False	False	0.9997091889381409	0					non-mobilizable	no_good_hit	946.0	74.101	48.0	0.0003602982399741579	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ISR0112_000000004679	5680	0.5321918210581512	6	2	2	2	2	False	32661	maximal	True	ISR0112_000000004679	1.0		1	1	False	False	0.9994718432426453	0					non-mobilizable	no_good_hit	727.0	72.352	13.0	0.06346119851511402	NZ_QRYH01000044.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf44, whole genome shotgun sequence	True	False
MAD0014_000000029662	1171	0.5321896635699436	3	1	1	1	1	False	19467	maximal	True	MAD0014_000000029662	1.0		0	0	False	False	0.9812126159667969	0					non-mobilizable	other	1075.0	97.76700000000001	99.0	0.001720731935919558	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
CAN0012_000000005033	10928	0.5321869316680472	16	14	9	13	12	False	94336	maximal	True	CAN0012_000000005033	1.0		12	6	False	False	0.9996339678764343	0					non-mobilizable	no_good_hit	1090.0	75.229	15.0	0.00032495478038899406	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0059_000000000373	1923	0.5321825195487065	2	1	1	1	1	False	71977	fragment	False	DEN0059_000000000373	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1923.0	99.896	100.0	0.00035299009423843766	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
SPA0062_000000025056	1260	0.5321816516456209	2	2	2	2	2	False	6143	maximal	True	SPA0062_000000025056	1.0		15	3	False	False	0.9936507940292358	0					non-mobilizable	other	1261.0	92.704	100.0	0.00039569918531406965	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0109_000000016094	1525	0.5321803456746983	2	2	2	2	1	False	126869	fragment	False	ENG0109_000000016094	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1303.0	81.274	86.0	0.0002120596502639429	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
USA0101_01_000000010632	3064	0.5321788549958834	2	2	2	2	2	False	82227	maximal	True	USA0101_01_000000010632	1.0		358	11	False	False	1.0	0					non-mobilizable	other	3064.0	99.96700000000001	100.0	0.010888498645603008	NZ_SPFU01000006.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_6_length_281306_cov_28.5776, whole genome shotgun sequence	False	False
CHI0089_000000000614	8845	0.5321785682632547	11	6	2	3	5	True	113134	fragment	False	ISR0042_000000002093	0.8835846334713607		0	0	False	False	1.0	0					non-mobilizable	other	8113.0	95.10700000000001	92.0	0.18525714285714287	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0012_000000025668	2039	0.5321764028089097	3	3	2	3	2	True	124655	fragment	False	MON0028_000000011662	0.3701328447091159		0	0	False	False	0.9970573782920837	0					non-mobilizable	other	2029.0	86.939	99.0	0.0006274852866055379	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0048_000000016016	1492	0.5321686815220532	2	2	2	2	2	False	17536	maximal	True	MAD0048_000000016016	1.0		1	1	False	False	0.9711796045303345	0					non-mobilizable	no_good_hit	45.0	93.333	3.0	1.0814201209027696e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
MAD0056_000000000762	11262	0.5321650233358183	10	5	1	4	2	False	17083	maximal	True	MAD0056_000000000762	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	285.0	73.684	2.0	0.0014810187254622124	NC_007581.1	viruses	Clostridium phage c-st, complete genome	True	False
CHI0073_000000000696	12518	0.5321644350217243	14	5	4	5	2	False	84809	maximal	True	CHI0073_000000000696	1.0		1	1	False	False	0.9983224272727966	0					non-mobilizable	no_good_hit	309.0	85.113	2.0	0.0010069439903751848	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ISR0201_000000013200	2306	0.5321627771655201	5	4	2	4	2	False	28734	maximal	True	ISR0201_000000013200	1.0		5	2	False	False	0.9869904518127441	0					non-mobilizable	no_good_hit	658.0	72.94800000000001	28.0	0.001220890112306724	NZ_CCEZ01000043.1	firmicutes	Anaerosalibacter massiliensis, whole genome shotgun sequence	True	False
ISR0032_000000017402	1916	0.5321612320431814	2	2	2	2	2	False	36938	maximal	True	ISR0032_000000017402	1.0		826	15	False	False	0.9989561438560486	0					non-mobilizable	other	1917.0	99.478	100.0	0.04492801200581532	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0321_000000002278	4157	0.5321612017030584	3	3	3	2	3	False	62087	fragment	False	MON0013_000000008650	0.7089314426585897		0	0	False	False	1.0	0					non-mobilizable	other	4162.0	96.588	100.0	0.01313710341494743	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
DEN0003_000000010346	2607	0.5321536829101257	3	3	3	3	3	False	104516	maximal	True	DEN0003_000000010346	1.0		53	10	False	False	0.9988492727279663	0					non-mobilizable	no_good_hit	460.0	73.913	17.0	0.00010714274331025964	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0042_000000011152	2167	0.5321527306040323	2	2	2	1	1	False	78159	fragment	False	FIJ0042_000000011152	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2169.0	95.758	99.0	0.029856298480318542	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0170_000000035579	1324	0.5321520236251917	2	2	2	2	1	False	52522	fragment	False	ISR0170_000000035579	0.9720496894409938		0	0	False	False	0.9841389656066895	0					non-mobilizable	other	1324.0	98.565	100.0	0.008466874872004915	NZ_QSFS01000007.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf7, whole genome shotgun sequence	False	False
SPA0075_000000002706	5235	0.5321486663536515	3	1	1	1	1	False	5801	fragment	False	SPA0075_000000002706	1.0		0	0	False	False	0.9998089671134949	0					non-mobilizable	no_good_hit	2119.0	71.82600000000001	40.0	0.0005624024752198169	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0066_000000023118	1396	0.5321449270066198	3	2	2	2	2	False	54115	fragment	False	ISR0066_000000023118	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	99.28399999999999	100.0	0.0003735700901843722	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MAD0092_000000003053	5529	0.5321445362095945	12	3	1	3	1	False	15724	maximal	True	MAD0092_000000003053	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	74.90100000000001	14.0	0.0002336348290732568	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0131_000000014739	1820	0.5321440259192012	2	1	1	1	1	False	3765	maximal	True	SPA0131_000000014739	1.0		43	8	False	False	0.9961538314819336	0					non-mobilizable	no_good_hit	320.0	98.43799999999999	18.0	0.003859976041528018	NZ_QRUU01000009.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf9, whole genome shotgun sequence	True	False
CAN0012_000000011216	4769	0.5321432033300301	3	2	1	2	2	False	94291	fragment	False	CAN0012_000000011216	1.0		0	0	False	False	0.9985321760177612	0					non-mobilizable	other	4774.0	94.91	100.0	0.007239785858610522	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0117_000000025632	1464	0.5321413431201871	3	2	2	2	1	True	22315	fragment	False	SPA0117_000000025632	1.0		0	0	False	False	0.999316930770874	0					non-mobilizable	other	1464.0	99.863	100.0	0.0004886958601481386	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0103_000000001009	18534	0.5321406630297097	35	7	3	5	7	False	44661	maximal	True	ISR0103_000000001009	1.0		1	1	False	False	0.9997302293777466	0					non-mobilizable	no_good_hit	221.0	97.738	1.0	0.00911247035326426	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
ISR0794_000000012358	1656	0.5321385789400273	2	1	1	1	1	False	21986	fragment	False	ISR0794_000000012358	1.0		0	0	False	False	0.9873188138008118	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
SPA0006_000000018541	1711	0.532132734143398	3	3	3	2	2	False	128156	fragment	False	MON0075_000000014372	0.9847221197215039		0	0	False	False	1.0	0					non-mobilizable	other	643.0	94.557	96.0	0.0001997251135353274	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0066_000000007803	2972	0.532130819007658	3	1	1	1	1	False	100132	maximal	True	MAD0066_000000007803	1.0		9	3	False	False	0.9996635317802429	0					non-mobilizable	no_good_hit	442.0	70.58800000000001	14.0	0.007278119620242377	NZ_LZDH01000005.1	b-proteobacteria	Tepidimonas fonticaldi strain PL17 contig_13, whole genome shotgun sequence	True	False
ENG0142_000000002406	8953	0.5321294036070394	6	4	3	4	2	True	111344	maximal	True	ENG0142_000000002406	1.0	PS707	2	2	False	True	0.9993298053741455	0					non-mobilizable	no_good_hit	1618.0	89.679	20.0	0.017574176719921748	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0007_000000035668	1192	0.5321251511310029	2	1	1	1	1	False	2785	maximal	True	TAN0007_000000035668	1.0		1	1	False	False	0.9563758373260498	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	1.4232451264896838e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0087_000000014142	3435	0.5321211336950565	3	2	2	2	2	False	123082	maximal	False	MON0091_000000003119	0.6192620056497176		0	0	False	False	0.9982532858848572	0					non-mobilizable	chromosome	3451.0	86.757	100.0	0.0014741945207817262	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0011_000000003222	11089	0.5321209554813501	13	9	3	9	4	True	13707	maximal	True	MON0011_000000003222	1.0		3	1	False	False	0.9992785453796387	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	4.964760609653384e-06	CP015992.1	g-proteobacteria	Pseudomonas sp. TCU-HL1, complete genome	True	True
ISR0014_000000005405	6422	0.5321193295764625	14	5	3	3	2	False	121533	maximal	True	ISR0014_000000005405	1.0		6	4	False	False	0.9990656971931458	0					non-mobilizable	no_good_hit	91.0	86.81299999999999	1.0	0.0014860803804365773	NZ_FRAC01000036.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
FIJ0017_000000005650	4883	0.5321151460513323	3	1	0	1	0	True	50164	maximal	True	FIJ0017_000000005650	1.0		7	2	False	False	0.9995903968811035	0					non-mobilizable	no_good_hit	220.0	86.36399999999999	5.0	9.365418086803314e-05	NZ_CP007519.1	high GC Gram+	Trueperella pyogenes strain TP6375 chromosome, complete genome	True	True
ISR0193_000000016140	1653	0.5321124104903193	2	2	2	2	2	False	43725	fragment	False	FIJ0087_000000019311	0.9883233532934131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	95.789	10.0	2.4750558284770344e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
DEN0053_000000007781	1549	0.5321103361818309	2	2	2	2	2	False	113550	fragment	False	FIJ0020_000000010024	0.11226318161457331		0	0	False	False	1.0	0					non-mobilizable	chromosome	1549.0	96.64299999999999	100.0	0.00043325531192563236	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0029_000000003521	5413	0.5321080947072666	6	4	3	3	4	False	13108	maximal	True	MON0029_000000003521	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	73.023	26.0	0.0014542520453351348	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0212_000000025480	1410	0.5321064708092333	2	2	1	2	1	False	42481	maximal	False	FIJ0104_000000018272	0.9539693128752502		0	0	False	False	0.99858158826828	0					non-mobilizable	no_good_hit	83.0	84.337	6.0	0.0010126392378952105	NZ_JOFK01000040.1	high GC Gram+	Streptomyces avellaneus strain NRRL B-3447 contig40.1, whole genome shotgun sequence	True	False
USA0135_01_000000008402	1811	0.5321019310187662	3	3	3	2	2	False	8036	maximal	True	USA0135_01_000000008402	1.0		31	8	False	False	0.9983434677124023	0					non-mobilizable	other	955.0	99.686	99.0	0.00024983776258498804	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
CHI0162_000000006250	4444	0.5320950128439753	5	5	4	4	2	False	78585	maximal	True	CHI0162_000000006250	1.0		2	2	False	False	0.9880738258361816	0					non-mobilizable	no_good_hit	1259.0	91.025	45.0	0.0024269452758621354	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
ISR0383_000000006282	2215	0.5320928691850482	3	3	2	2	1	False	77963	maximal	True	ISR0383_000000006282	1.0		13	3	False	False	0.9990970492362976	0					non-mobilizable	no_good_hit	1170.0	99.48700000000001	57.0	0.00027415591521288594	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	True	False
ISR0069_000000016280	1544	0.5320918197284341	4	2	2	2	2	False	55374	maximal	True	ISR0069_000000016280	0.9774618585298197		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0232_000000001168	12398	0.5320890932616965	12	7	5	6	4	False	27468	maximal	True	ISR0232_000000001168	1.0		5	3	False	False	0.9998387098312378	0					non-mobilizable	no_good_hit	2432.0	69.449	19.0	0.0010460214359866446	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0211_000000014991	1525	0.5320850079552145	3	2	2	2	2	False	28399	maximal	True	ISR0211_000000014991	1.0		19	7	False	False	0.9993442893028259	0					non-mobilizable	no_good_hit								True	False
ISR0207_000000013243	2208	0.5320849094780818	3	2	2	2	2	False	28578	maximal	True	ISR0207_000000013243	1.0		10	4	False	False	0.9873188138008118	0					non-mobilizable	no_good_hit	1500.0	100.0	68.0	0.008059876440319814	NZ_FQVI01000005.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	False
DEN0053_000000006515	1747	0.5320830818207727	2	1	1	1	1	False	72125	maximal	True	DEN0053_000000006515	1.0		417	15	False	False	1.0	0					non-mobilizable	chromosome	1747.0	99.31299999999999	100.0	0.00046575786086430895	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0172_000000016146	1724	0.5320825233723183	2	2	2	2	0	True	38724	maximal	True	FIJ0172_000000016146	1.0		55	11	False	False	0.9988399147987366	0					non-mobilizable	no_good_hit	268.0	80.597	15.0	0.0004837806182207058	NZ_QGDS01000002.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_102, whole genome shotgun sequence	True	True
ISR0194_000000016513	1604	0.5320810525600316	3	3	3	3	3	False	112567	fragment	False	ISR0194_000000016513	1.0		0	0	False	False	0.9968827962875366	0					non-mobilizable	no_good_hit	1111.0	85.779	89.0	0.002321024931153382	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0094_000000027707	1406	0.5320793070047257	4	2	2	2	1	True	68305	maximal	True	DEN0094_000000027707	1.0		11	3	False	False	0.9743954539299011	0					non-mobilizable	no_good_hit	57.0	87.719	4.0	9.077154298679727e-06	HG322949.1	b-proteobacteria	Janthinobacterium agaricidamnosum NBRC 102515 = DSM 9628, complete genome	True	True
DEN0082_000000022712	1817	0.5320758991070014	3	3	1	3	2	True	124272	maximal	True	DEN0082_000000022712	1.0		22	8	False	False	1.0	0					non-mobilizable	chromosome	1825.0	89.863	100.0	0.0006422274423786128	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0104_000000005566	6541	0.5320731016148547	7	4	2	3	4	False	8829	maximal	True	MON0104_000000005566	1.0		1	1	False	False	0.9998471140861511	0					non-mobilizable	no_good_hit	975.0	77.744	15.0	0.008321978647441315	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	False
ISR0268_000000017658	1148	0.5320726509990046	2	1	1	1	1	False	26481	fragment	False	ISR0268_000000017658	1.0		0	0	False	False	0.9686411023139954	0					non-mobilizable	no_good_hit	533.0	80.488	46.0	0.00015890206156721722	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MON0022_000000011003	2585	0.5320711229351202	4	2	2	2	2	False	97641	fragment	False	MON0022_000000011003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	95.111	23.0	0.01024	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ENG0013_000000009761	2736	0.5320697068054236	3	2	2	1	0	False	66991	maximal	True	ENG0013_000000009761	1.0		3	3	False	False	0.9923245906829834	0					non-mobilizable	no_good_hit	444.0	100.0	16.0	0.00014917874239962932	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
FIJ0126_000000016198	2302	0.5320591747739364	4	4	4	4	1	False	41831	maximal	True	FIJ0126_000000016198	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	92.12200000000001	45.0	0.0002666993413172643	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0134_000000002814	10526	0.5320589332345292	18	4	3	3	3	True	58237	maximal	True	ENG0134_000000002814	1.0		1	1	True	True	1.0	28					non-mobilizable	no_good_hit	2820.0	98.333	71.0	0.23548575724667947	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	True	True
FIJ0138_000000011687	1594	0.5320572881760816	3	3	2	3	1	False	47471	fragment	False	FIJ0085_000000019477	0.9899692045842399		0	0	False	False	1.0	0					non-mobilizable	other	1627.0	74.985	99.0	0.034859951287404316	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
ENG0206_000000006984	3597	0.5320532947942674	5	5	4	5	4	False	112296	fragment	False	FIJ0079_000000006384	0.553755506427502		0	0	False	False	0.9980539083480835	0					non-mobilizable	other	3597.0	99.611	100.0	0.0008816597367132578	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0109_000000009627	1949	0.5320453762025814	1	1	1	1	1	False	82779	maximal	True	CHI0109_000000009627	1.0		133	10	False	False	0.9953822493553162	0					non-mobilizable	no_good_hit	139.0	99.281	7.0	0.2222222222222222	KX125909.1	bacteria	Uncultured bacterium clone AmoxDisc_Mom_PI_44 genomic sequence	True	False
BAN0014_000000002396	1607	0.5320445395116178	2	2	2	1	2	False	98470	maximal	True	BAN0014_000000002396	0.9576606277760699		130	13	False	False	1.0	0					non-mobilizable	other	1607.0	99.93799999999999	100.0	0.000715171567699717	CP000936.1	firmicutes	Streptococcus pneumoniae Hungary19A-6, complete genome	False	False
MAD0021_000000003941	3601	0.5320427805719601	6	2	2	1	2	False	89667	maximal	True	MAD0021_000000003941	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	96.803	32.0	0.0002624646197692551	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
CHI0145_000000007331	2560	0.5320421655321627	3	3	3	1	1	False	79766	maximal	True	CHI0145_000000007331	1.0		11	4	False	False	0.997265636920929	0					non-mobilizable	other	2517.0	75.447	97.0	0.019431682295928	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	False	False
ISR0209_000000005081	5661	0.5320416441051551	6	5	5	5	4	False	111584	fragment	False	AST0084_000000004806	0.8183963110157803		0	0	False	False	0.9985868334770203	0					non-mobilizable	other	5659.0	99.98200000000001	99.0	0.009028358428063547	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0848_000000002833	5106	0.5320416441051551	5	5	5	5	4	False	111584	fragment	False	AST0084_000000004806	0.48363068951304244		0	0	False	False	1.0	0					non-mobilizable	other	5106.0	100.0	100.0	0.008145947291492471	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0012_000000007865	4767	0.5320416441051551	5	5	5	5	4	False	111584	fragment	False	AST0084_000000004806	0.32226792009400707		0	0	False	False	1.0	0					non-mobilizable	other	4767.0	100.0	100.0	0.007605011712292482	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0041_000000004322	5824	0.5320372918684376	8	7	2	4	5	True	129850	maximal	True	ENG0041_000000004322	1.0		95	11	False	False	0.9986263513565063	0					non-mobilizable	other	5824.0	99.98299999999999	100.0	0.00751347082868822	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
FIJ0140_000000018858	1743	0.5320353095632027	2	1	1	1	1	False	40375	fragment	False	FIJ0140_000000018858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	401.0	73.815	23.0	0.00010590256057453073	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0076_000000008665	2890	0.5320337340651484	3	3	2	2	1	True	34578	fragment	False	ISR0076_000000008665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0054_000000005218	4342	0.532031646189136	9	4	1	4	1	False	35715	fragment	False	ISR0054_000000005218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	92.0	92.391	5.0	0.001394571897077529	CP041264.2	firmicutes	Enterococcus faecium strain VVEswe-R plasmid pVVEswe-R3, complete sequence	True	False
MON0102_000000017677	2576	0.5320260471366216	4	2	2	2	1	False	8957	maximal	True	MON0102_000000017677	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	80.142	5.0	3.0068733202091303e-05	NZ_CP011801.1	bacteria	Nitrospira moscoviensis strain NSP M-1 chromosome, complete genome	True	False
AST0024_000000024135	1485	0.5320216287021149	2	1	1	1	1	False	121051	fragment	False	AST0024_000000024135	1.0		0	0	False	False	0.9973064064979553	0					non-mobilizable	no_good_hit	95.0	88.421	9.0	4.1209562021267644e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0090_000000000232	58070	0.5320212835233753	66	20	14	18	10	True	32376	maximal	True	MON0090_000000000232	1.0		2	1	False	False	0.9999655485153198	0					non-mobilizable	no_good_hit	2126.0	95.955	4.0	0.000823469860731581	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	True	True
CHI0006_000000007127	2023	0.5320196228613039	5	3	2	2	2	False	90616	maximal	True	CHI0006_000000007127	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	89.655	36.0	0.0006479048689513964	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0355_000000008838	2217	0.5320159131782789	3	2	1	2	0	True	23959	maximal	True	ISR0355_000000008838	1.0		8	2	False	False	0.9941362142562866	0					non-mobilizable	no_good_hit	292.0	77.74	13.0	0.007106774960380349	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
FIJ0119_000000011961	1467	0.5320087872887146	3	3	3	2	1	False	41568	maximal	True	FIJ0119_000000011961	1.0		5	2	False	False	0.9768234491348267	0					non-mobilizable	other	1481.0	77.85300000000001	100.0	0.005681576124212344	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0154_000000003918	6651	0.5320082792050473	8	4	2	4	3	False	79217	maximal	True	CHI0154_000000003918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	2.0	2.8273908197986022e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0044_000000004717	4623	0.5320079298116235	6	5	5	4	2	False	120978	maximal	True	FIJ0044_000000004717	0.997828447339848		18	2	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	98.79899999999999	83.0	0.0004101823789708336	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0014_000000004378	1552	0.5320028618389271	2	2	1	2	1	False	89901	fragment	False	CHI0014_000000004378	1.0		0	0	False	False	0.998711347579956	0					non-mobilizable	chromosome	1567.0	80.855	100.0	0.0005364365554847588	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0008_000000009560	3312	0.5320004988840142	3	3	2	3	2	False	13869	maximal	True	MON0008_000000009560	1.0		415	11	False	False	1.0	0					non-mobilizable	other	3183.0	99.02600000000001	96.0	0.00440651255412934	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
FIJ0103_000000019941	1159	0.5320004266147614	1	1	1	1	1	False	42540	fragment	False	FIJ0103_000000019941	1.0		0	0	False	False	0.9991371631622314	0					non-mobilizable	no_good_hit	350.0	98.571	30.0	0.010286185858704942	NZ_QRYH01000027.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf27, whole genome shotgun sequence	True	False
ISR0233_000000007602	2025	0.5320003304508953	3	3	2	3	1	False	68721	maximal	True	ISR0233_000000007602	1.0		13	6	False	False	0.9970370531082153	0					non-mobilizable	no_good_hit	118.0	95.76299999999999	6.0	3.904492084483784e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0201_000000012538	2427	0.5319974434736274	5	4	3	3	2	False	28735	maximal	True	ISR0201_000000012538	1.0		3	2	False	False	0.9876390695571899	0					non-mobilizable	no_good_hit	1323.0	97.20299999999999	55.0	0.000323880008953897	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0203_000000008924	2006	0.5319970676198733	3	2	2	2	1	False	54088	maximal	True	ENG0203_000000008924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1505.0	99.00299999999999	77.0	0.004039731185972678	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0209_000000013568	1331	0.5319961980191869	3	3	2	1	2	False	103630	maximal	False	FIJ0160_000000013121	0.859496492532003		0	0	False	False	0.9834710955619812	0					non-mobilizable	chromosome	1223.0	97.956	99.0	0.00039258371331977234	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0054_000000006995	3625	0.5319939433044674	5	4	4	3	3	False	108274	fragment	False	ENG0054_000000006995	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	82.46799999999999	41.0	0.000513780040795669	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0179_000000019139	1729	0.5319915864820712	2	2	2	2	1	False	55382	maximal	True	ENG0179_000000019139	1.0		0	0	False	False	0.9705031514167786	0					non-mobilizable	no_good_hit	48.0	87.5	3.0	9.347653142402546e-05	NZ_SMAK01000002.1	a-proteobacteria	Tepidamorphus gemmatus strain DSM 19345 Ga0244678_102, whole genome shotgun sequence	True	False
ISR0054_000000020865	1266	0.5319861687431817	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04472512165477925		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	99.289	100.0	0.00264513201613426	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0170_000000037967	1244	0.5319861687431817	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.044493174288564925		0	0	False	False	0.9991961121559143	0					non-mobilizable	other	1244.0	99.277	100.0	0.00259912972020149	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0149_000000014810	1242	0.5319861687431817	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04447113917301037		0	0	False	False	0.999194860458374	0					non-mobilizable	other	1242.0	99.51700000000001	100.0	0.002594947693298511	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0108_000000022292	1240	0.5319861687431817	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04431331739348034		0	0	False	False	1.0	0					non-mobilizable	other	1240.0	99.355	100.0	0.0025907656663955317	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0144_000000003935	1833	0.5319852441163998	2	1	1	1	0	True	31091	maximal	True	ISR0144_000000003935	1.0		7	4	False	False	0.9781778454780579	0					non-mobilizable	no_good_hit	297.0	81.48100000000001	16.0	0.3150537634408602	GQ877966.1		Uncultured organism clone VC1BT90TR genomic sequence	True	True
ISR0331_000000011815	2018	0.5319757506374304	3	3	3	3	3	False	35840	maximal	True	ISR0331_000000011815	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	77.206	7.0	0.0008821734631609668	NZ_JAAVNF010000013.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_15_length_150654_cov_33.126549, whole genome shotgun sequence	True	False
SPA0136_000000028112	1514	0.5319756557426403	3	3	3	3	2	False	105239	fragment	False	SPA0136_000000028112	1.0		0	0	False	False	0.9993395209312439	0					non-mobilizable	chromosome	1514.0	97.556	100.0	0.0006680342309040671	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0098_000000003342	6402	0.5319703493228366	6	5	4	4	1	False	113406	fragment	False	MON0105_000000007865	0.53015746857796		0	0	False	False	0.9998437762260437	0					non-mobilizable	chromosome	5045.0	94.15299999999999	100.0	0.001403321791986512	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0107_000000007347	3587	0.5319695406554548	6	3	2	3	2	True	131626	fragment	False	ENG0107_000000007347	1.0		0	0	False	False	0.9888486266136169	0					non-mobilizable	other	2309.0	99.697	96.0	0.01759495021879336	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
FIJ0008_000000011781	2436	0.5319695406554548	4	3	2	3	2	True	131624	fragment	False	ISR0345_000000002701	0.47774571106683306		0	0	False	False	0.9967159032821655	0					non-mobilizable	other	2436.0	99.713	100.0	0.05618107147801209	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0082_000000021901	1506	0.531968323945808	2	2	1	1	2	False	34153	fragment	False	ISR0082_000000021901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	77.604	59.0	0.00022155913395721175	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0370_000000024346	1111	0.5319659943332686	2	2	2	2	1	False	23499	fragment	False	ISR0370_000000024346	1.0		0	0	False	False	0.9882988333702087	0					non-mobilizable	other	1114.0	92.01100000000001	100.0	0.007956647025934368	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	False	False
ISR0051_000000025623	1434	0.5319658448231598	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.027381074786359108		0	0	False	False	1.0	0					non-mobilizable	chromosome	1434.0	98.396	100.0	0.0005056658928178858	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0009_000000012987	2891	0.5319640715367246	7	4	3	4	3	True	94234	fragment	False	FIJ0009_000000012987	0.9633060206626292		0	0	False	False	0.9986163973808289	0					non-mobilizable	no_good_hit	1111.0	82.538	38.0	0.11914020306761719	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CAN0012_000000017756	2807	0.5319640715367246	7	4	3	4	3	True	94234	fragment	False	FIJ0009_000000012987	0.949844344517468		0	0	False	False	0.9978624582290649	0					non-mobilizable	no_good_hit	1045.0	83.06200000000001	37.0	0.11201123352775978	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
MON0089_000000007893	2948	0.5319622946663187	3	3	3	3	2	False	16582	maximal	True	MON0089_000000007893	1.0		11	6	False	False	0.9979647397994995	0					non-mobilizable	no_good_hit	1279.0	70.915	43.0	0.000485177929233005	NZ_LN879430.1	firmicutes	Herbinix luporum strain SD1D chromosome I	True	False
ISR0279_000000012082	1814	0.5319619826999317	3	1	1	1	1	False	26236	maximal	True	ISR0279_000000012082	1.0		59	9	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	92.15299999999999	27.0	0.00014798423056122496	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0055_000000002295	10976	0.5319604058527249	8	3	1	3	1	False	117046	maximal	True	AST0055_000000002295	1.0		3	2	False	False	0.9998177886009216	0					non-mobilizable	no_good_hit	1741.0	71.223	16.0	0.0006851877471730889	NZ_LN831027.1	fusobacteria	Fusobacterium nucleatum subsp. polymorphum strain NCTC10562 chromosome 1	True	False
DEN0071_000000002690	11204	0.531958490688159	13	8	4	2	7	False	92102	maximal	True	DEN0071_000000002690	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	4574.0	84.652	55.0	0.0009035311361978883	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
TAN0007_000000001614	13523	0.5319568718480684	12	9	6	9	5	False	126377	maximal	True	TAN0007_000000001614	1.0		2	1	False	False	0.9996302723884583	0					non-mobilizable	no_good_hit	2684.0	84.165	20.0	0.054576708207993124	NZ_QEKJ01000020.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_120, whole genome shotgun sequence	True	False
FIJ0105_000000006112	4685	0.531955576963145	5	4	4	3	3	False	126396	fragment	False	FIJ0105_000000006112	0.9818883636727765		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3583.0	99.219	76.0	0.0010784716052155633	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0013_000000005531	4653	0.531955576963145	5	4	4	3	3	False	126396	fragment	False	FIJ0105_000000006112	0.9725015576140302		0	0	False	True	0.9991403222084045	0					non-mobilizable	no_good_hit	3538.0	99.29299999999999	76.0	0.0030344702081122935	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
FIJ0005_000000006263	4525	0.531955576963145	5	4	4	3	3	False	126396	fragment	False	FIJ0105_000000006112	0.9682850439497956		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3583.0	99.191	79.0	0.0010784716052155633	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0090_000000009393	4231	0.531955576963145	5	4	4	3	3	False	126392	fragment	False	MON0094_000000006952	0.979706489337308		0	0	False	True	1.0	0					non-mobilizable	other	3508.0	99.65799999999999	98.0	0.0010558905414547685	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0852_000000001992	4104	0.531955576963145	5	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8532295728406973	PS958	0	0	False	True	0.9936647415161133	0					non-mobilizable	no_good_hit	3555.0	99.1	87.0	0.00304992154156237	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
FIJ0142_000000007850	3997	0.531955576963145	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.850411944647753	PS958	0	0	False	True	0.9924943447113037	0					non-mobilizable	other	3994.0	97.146	99.0	0.0012004093495238558	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0124_000000007868	3903	0.531955576963145	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.850979361714496	PS958	0	0	False	True	0.9997437596321106	0					non-mobilizable	other	3816.0	98.19200000000001	98.0	0.0011477202007486675	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0154_000000009036	3810	0.531955576963145	5	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8528701266680887	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3584.0	99.10700000000001	94.0	0.0010784716052155633	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0003_000000006230	3687	0.531955576963145	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8250034642831999	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3554.0	99.40899999999999	96.0	0.00304992154156237	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0154_000000007862	3681	0.531955576963145	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8253853208578322	PS958	0	0	False	True	0.9991850256919861	0					non-mobilizable	other	3554.0	99.40899999999999	97.0	0.0010697402605613893	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0067_000000008132	3670	0.531955576963145	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.7955300764009473	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3526.0	99.43299999999999	96.0	0.0010610089159072153	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0120_000000003613	3644	0.531955576963145	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8223942449347978	PS958	0	0	False	True	0.9791437983512878	0					non-mobilizable	other	3551.0	99.43700000000001	97.0	0.003047346319320691	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MAD0097_000000010785	3641	0.531955576963145	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8510091636659947	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3530.0	99.462	97.0	0.001062514320157935	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0293_000000010093	3636	0.531955576963145	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8501058233908163	PS958	0	0	False	True	1.0	0					non-mobilizable	other	3540.0	99.23700000000001	97.0	0.0010652240478092303	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0210_000000005959	3632	0.531955576963145	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8244905307615764	PS958	0	0	False	True	0.9997246861457825	0					non-mobilizable	other	3534.0	99.57600000000001	97.0	0.0010637186435585107	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0095_000000007481	3632	0.531955576963145	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8193290408541948	PS958	0	0	False	True	0.9991739988327026	0					non-mobilizable	other	3629.0	98.84299999999999	99.0	0.0010917191626218963	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0096_000000011593	3211	0.5319550697707119	3	3	2	3	3	False	112755	maximal	True	SPA0096_000000011593	1.0	PS721	7	3	True	True	1.0	4					non-mobilizable	no_good_hit	2287.0	74.421	70.0	0.27556368068251064	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0015_000000001339	15412	0.5319530761075267	11	5	4	4	3	True	60407	maximal	True	ISR0015_000000001339	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	0.001003890074036893	NZ_FUHU01000018.1	high GC Gram+	Agrococcus casei LMG 22410, whole genome shotgun sequence	True	True
MAD0084_000000002122	3113	0.5319502990872498	4	2	1	1	2	True	67465	fragment	False	MON0078_000000012882	0.19739815131804178		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1171.0	98.20700000000001	38.0	0.025432947524149336	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0219_000000011037	2987	0.5319459956429011	3	3	3	3	2	False	102462	fragment	False	CHI0024_000000003776	0.9507481296758105		0	0	False	False	0.9926347732543945	0					non-mobilizable	other	2988.0	98.561	100.0	0.029422484018084928	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
FIJ0063_000000005212	4695	0.5319445160075251	2	2	2	1	1	False	55219	fragment	False	FIJ0063_000000005212	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4695.0	99.212	100.0	0.09656449290269492	NZ_JAAIPV010000034.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_34_length_48610_cov_92.315, whole genome shotgun sequence	False	False
SPA0096_000000020271	1996	0.5319432673938769	5	2	1	2	2	True	57733	fragment	False	ENG0141_000000013510	0.9712872152424854		0	0	False	False	0.9989979863166809	0					non-mobilizable	other	2035.0	80.934	100.0	0.0006433824709739475	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0182_000000014527	1974	0.5319432673938769	5	2	1	2	2	True	57733	fragment	False	ENG0141_000000013510	0.9802904036089565		0	0	False	False	0.9959473013877869	0					non-mobilizable	other	2013.0	80.527	100.0	0.000636640439092484	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ENG0109_000000020921	1167	0.5319379623429427	1	1	1	1	1	False	59834	fragment	False	ENG0109_000000020921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	1.6493113115491847e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0031_000000002136	15254	0.5319355558568308	19	6	5	5	3	False	26907	maximal	True	MON0031_000000002136	1.0		6	3	False	False	0.9936410188674927	0					non-mobilizable	no_good_hit	244.0	79.508	2.0	8.6833401149502e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
ISR0001_000000020356	1151	0.5319271163272281	3	2	2	1	1	True	38666	fragment	False	ISR0001_000000020356	1.0		0	0	False	False	0.9808861613273621	0					non-mobilizable	other	1117.0	97.851	97.0	0.0003069714172443603	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	True
ISR0226_000000003455	2109	0.5319263323505419	3	3	3	3	3	False	27649	maximal	True	ISR0226_000000003455	1.0		185	13	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	71.429	15.0	0.0017251982345289991	NZ_AUJC01000011.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	False
ENG0101_000000023273	1452	0.5319256980781153	3	2	1	1	2	True	60445	fragment	False	ENG0101_000000023273	1.0		0	0	False	False	0.997245192527771	0					non-mobilizable	other	1454.0	92.641	100.0	0.02475264414875469	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	False	True
SPA0010_000000021421	1239	0.5319225235150602	2	2	2	2	2	False	8068	maximal	True	SPA0010_000000021421	1.0		43	7	False	False	0.9854721426963806	0					non-mobilizable	no_good_hit	339.0	98.525	27.0	0.006885593220338983	NZ_JAAIOD010000019.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_19_length_49088_cov_306.744, whole genome shotgun sequence	True	False
CAN0008_000000017203	1679	0.5319204400220758	3	2	2	2	1	False	99496	fragment	False	CAN0008_000000017203	0.9450395014406888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	92.573	66.0	0.00026782346920479756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0210_000000017585	1501	0.5319204400220758	2	2	2	2	1	False	99496	fragment	False	CAN0008_000000017203	0.7596025825180283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	93.904	67.0	0.0002388771761008163	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0075_000000009687	2035	0.5319185525552214	4	4	3	3	2	False	114691	fragment	False	SPA0075_000000009687	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2035.0	97.936	100.0	0.0009304028465842133	NZ_LR793266.1	firmicutes	Streptococcus salivarius isolate clinical strain from anonymous patient of Limoges Hospital, whole genome shotgun sequence	False	False
ENG0134_000000007030	5103	0.5319179370926335	6	6	4	4	5	True	58223	maximal	True	ENG0134_000000007030	1.0		102	11	False	False	1.0	0					non-mobilizable	other	5103.0	99.49	100.0	0.10012756353645373	KF704242.1	firmicutes	Streptococcus agalactiae strain 9056 vanG element, complete sequence; and RNA methyltransferase gene, partial sequence	False	True
ENG0041_000000012651	1957	0.5319173072536086	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.21106373009020676		0	0	False	False	0.9979560375213623	0					non-mobilizable	chromosome	1968.0	91.565	100.0	0.0006593879304744597	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0056_000000004650	3771	0.5319163465690456	6	4	3	4	3	False	86162	maximal	True	CHI0056_000000004650	1.0		1	1	False	False	0.9811720848083496	0					non-mobilizable	no_good_hit	2298.0	98.912	61.0	0.006984264112259269	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0148_000000008855	2049	0.5319160399574384	4	4	2	3	3	True	39912	fragment	False	FIJ0148_000000008855	1.0		0	0	False	False	0.990239143371582	0					non-mobilizable	no_good_hit	1307.0	96.404	66.0	0.18946757580153778	NZ_JQCL01000039.1	firmicutes	Lactobacillus xiangfangensis strain LMG 26013 NODE_57, whole genome shotgun sequence	True	True
SPA0086_000000005801	2457	0.5319137546352434	4	3	1	2	2	False	14222	fragment	False	SPA0086_000000005801	1.0		0	0	False	False	0.980463981628418	0					non-mobilizable	no_good_hit	1295.0	87.72200000000001	60.0	0.00045414654853916195	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0120_000000019449	2120	0.5319137546352434	3	3	1	2	2	False	14221	fragment	False	SPA0120_000000019449	1.0		0	0	False	False	0.9995282888412476	0					non-mobilizable	no_good_hit	1272.0	87.264	60.0	0.00044567761523307034	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0186_000000022153	1454	0.5319118131888054	2	2	2	2	1	False	29316	maximal	True	ISR0186_000000022153	1.0		170	7	False	False	0.9986245036125183	0					non-mobilizable	no_good_hit	513.0	86.745	82.0	0.00014563369144430507	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0102_000000004365	6263	0.5319113855836778	7	5	3	4	4	False	108369	maximal	True	AST0102_000000004365	1.0		26	7	False	False	0.9980840086936951	0					non-mobilizable	other	4309.0	98.979	92.0	0.0012970563024200577	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0022_000000006574	4386	0.5319092017876624	5	4	3	3	2	False	91349	maximal	True	CAN0022_000000006574	1.0		3	1	False	False	0.9993159770965576	0					non-mobilizable	no_good_hit	730.0	96.575	17.0	0.00020806623413245227	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MAD0055_000000004419	1964	0.531908067429968	3	3	3	3	2	False	17108	maximal	True	MAD0055_000000004419	1.0		14	2	False	False	0.994908332824707	0					non-mobilizable	other	1965.0	92.977	100.0	0.009044359102799576	NZ_JHWQ01000003.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	False
ISR0279_000000003908	4676	0.5319051474169876	6	5	2	2	3	True	116366	fragment	False	ISR0279_000000003908	0.9689259419662192		0	0	False	False	0.9927288293838501	0					non-mobilizable	plasmid	4645.0	99.978	99.0	0.14966644107125593	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
MAD0034_000000003216	4618	0.5319051474169876	6	5	2	2	3	True	116366	fragment	False	ISR0279_000000003908	0.963109495295124		0	0	False	False	1.0	0					non-mobilizable	plasmid	4618.0	99.935	100.0	0.14879628734409744	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
DEN0094_000000013276	2662	0.5319041209532878	2	1	1	1	1	True	75696	fragment	False	DEN0094_000000013276	1.0		0	0	False	False	0.9958677887916565	0					non-mobilizable	no_good_hit	1013.0	70.188	37.0	0.027414052487880983	NZ_LT707032.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	True
MON0094_000000014687	2431	0.5319041209532878	2	1	1	1	1	True	75695	fragment	False	MON0094_000000014687	1.0		0	0	False	False	0.9971204996109009	0					non-mobilizable	no_good_hit	1260.0	71.74600000000001	51.0	0.00031038352061729435	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
MON0025_000000017787	2195	0.5319041209532878	2	1	1	1	1	True	75694	fragment	False	MON0025_000000017787	0.9644059644059644		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	69.855	55.0	0.015193300907586622	NZ_FOOX01000024.1	firmicutes	Desulfotomaculum arcticum DSM 17038, whole genome shotgun sequence	True	True
DEN0011_000000021568	2079	0.5319041209532878	1	1	1	1	1	True	75694	fragment	False	MON0025_000000017787	0.9398633257403188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1235.0	70.04	58.0	0.015130622273479416	NZ_FOOX01000024.1	firmicutes	Desulfotomaculum arcticum DSM 17038, whole genome shotgun sequence	True	True
USA0023_01_000000011856	2645	0.5319025666445999	3	3	1	3	2	False	73875	fragment	False	USA0023_01_000000011856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1503.0	93.87899999999999	57.0	0.0005275439705252891	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0222_000000021645	2340	0.5319024697293216	3	3	3	3	2	False	117283	maximal	True	ISR0222_000000021645	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	2003.0	77.184	90.0	0.0005316788402540911	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0150_000000008839	2234	0.5319020012650489	3	2	0	2	0	True	131631	maximal	True	SPA0150_000000008839	1.0	PS1133	75	9	False	True	1.0	0					non-mobilizable	no_good_hit	975.0	90.97399999999999	61.0	0.00032784269743855223	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0057_000000016532	1949	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.9051850995108532		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	894.0	93.736	55.0	0.00028783025943723866	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
FIJ0108_000000011974	1918	0.5319020012650489	3	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.8333301557932812		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	925.0	89.514	54.0	0.0003106763960326321	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0006_000000016829	1894	0.5319020012650489	3	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.823848940798086		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	929.0	88.805	54.0	0.0002974234448129994	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
FIJ0029_000000017428	1840	0.5319020012650489	3	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.7981236484494726		0	0	False	True	0.999456524848938	0					non-mobilizable	no_good_hit	902.0	89.35700000000001	52.0	0.0003029347306927074	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0137_000000006157	1827	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.7406498348237451		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	637.0	94.19200000000001	52.0	0.00022442673261142734	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0210_000000011096	1719	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.6449170310795341		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	495.0	95.556	49.0	0.00016627750773577494	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0109_000000014703	1683	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.6938158608943703		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	714.0	88.936	47.0	0.0002515978936351379	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
AST0002_000000022316	1676	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.6709059483441676		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	717.0	93.72399999999999	48.0	0.00022957874550970982	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
FIJ0160_000000011752	1612	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.650603067439052		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	635.0	94.016	46.0	0.00021340068806575166	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0108_000000011178	1577	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.620246145072801		0	0	False	True	0.9974635243415833	0					non-mobilizable	no_good_hit	635.0	94.803	44.0	0.00022372098816925305	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0022_000000016401	1569	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.6472752703093135		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	593.0	94.098	45.0	0.00019926373396675863	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0034_000000010157	1563	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.5106990973687054		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	398.0	93.719	44.0	0.00013362787565000537	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0144_000000020493	1540	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.5712543686058777		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	618.0	89.15899999999999	43.0	0.0002177221604107715	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0167_000000018771	1502	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.5791917163102017		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	543.0	88.214	42.0	0.00017330944513968292	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
AST0019_000000020503	1477	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.49295392880415784		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	446.0	93.72200000000001	41.0	0.00014244171465098242	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
ISR0209_000000019371	1455	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.5004257219221464		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	459.0	93.464	40.0	0.0001466217198213273	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
DEN0067_000000022993	1455	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.4965712429238933		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	455.0	94.286	39.0	0.00015281374192721017	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0814_000000028859	1448	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.5281170862544277		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	507.0	94.083	40.0	0.00017031663747834436	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0106_000000015511	1447	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.3782033735423356		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	349.0	94.26899999999999	39.0	0.00011713476253451353	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0157_000000022076	1440	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.47917358200928006		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	443.0	95.93700000000001	39.0	0.00015596952172052027	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MAD0016_000000004501	1430	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.4751407936074873		0	0	False	True	0.9986013770103455	0					non-mobilizable	no_good_hit	473.0	93.235	39.0	0.00015887243654106432	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0198_000000023443	1416	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.47769994019365514		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	454.0	94.493	38.0	0.00015247714778199604	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0085_000000011344	1406	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.45968841549460315		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	434.0	93.088	38.0	0.00013858324833989486	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
MAD0052_000000015842	1402	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.4607805398179948		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	491.0	94.094	35.0	0.00015243817076683865	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0034_01_000000036942	1397	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.21077766192706957		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	291.0	95.189	37.0	9.347231269518389e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0058_000000019178	1396	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.450757486749231		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	394.0	94.416	37.0	0.0001322814990691489	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
USA0080_01_000000031071	1351	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.4104535994395407		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	389.0	95.116	35.0	0.0001305985283430783	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0121_000000020015	1305	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.3045182689363973		0	0	False	True	0.9992337226867676	0					non-mobilizable	no_good_hit	317.0	92.429	33.0	0.00010096320180679116	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
MAD0044_000000019099	1304	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.3187305363782983		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	353.0	92.635	33.0	0.00011253860074005384	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
ISR0016_000000017436	1285	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.24712027469598324		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	309.0	94.822	32.0	0.00010367099672594875	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CHI0034_000000013233	1276	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.2256461636972789		0	0	False	True	0.9992163181304932	0					non-mobilizable	no_good_hit	278.0	87.77	32.0	9.323657822431106e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0344_000000028394	1247	0.5319020012650489	2	2	0	2	0	True	24236	fragment	False	ISR0344_000000028394	1.0		0	0	False	False	0.9991980791091919	0					non-mobilizable	no_good_hit	500.0	93.0	40.0	0.00016796047846184554	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0150_000000014459	1247	0.5319020012650489	3	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.20752238511890006		0	0	False	True	0.9967923164367676	0					non-mobilizable	no_good_hit	305.0	93.443	29.0	0.00010232462014509227	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ITA0005_000000015270	1215	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.19076686233321546		0	0	False	True	0.9967077970504761	0					non-mobilizable	no_good_hit	230.0	91.73899999999999	28.0	7.298932105140634e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
ISR0184_000000009384	1201	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.18998996399571588		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	226.0	96.01799999999999	27.0	7.573368267317685e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0120_000000030613	1201	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.1898284312445519		0	0	False	True	0.9933388829231262	0					non-mobilizable	no_good_hit	239.0	95.816	27.0	8.01094065609604e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0069_000000015008	1201	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.1898284312445519		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	239.0	95.816	27.0	8.01094065609604e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0128_000000029271	1194	0.5319020012650489	2	2	0	2	0	True	131630	fragment	False	SPA0057_000000016532	0.1890686777574185		0	0	False	True	0.9974874258041382	0					non-mobilizable	no_good_hit	239.0	95.816	26.0	8.01094065609604e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0097_000000014584	2422	0.5318997439521195	4	3	2	2	3	False	73878	fragment	False	MON0097_000000014584	0.9479300042680325		0	0	False	False	0.9694467186927795	0					non-mobilizable	no_good_hit	1390.0	82.87799999999999	57.0	0.00495100040832993	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0175_000000011481	1830	0.5318994919395086	3	2	1	1	2	False	29852	maximal	True	ISR0175_000000011481	1.0		4	2	False	False	0.9420765042304993	0					non-mobilizable	no_good_hit	403.0	84.86399999999999	22.0	0.005742446968073709	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
SPA0120_000000002843	14025	0.5318988274555599	14	13	13	12	12	False	68496	maximal	True	SPA0120_000000002843	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	1839.0	86.134	40.0	0.0005598730222622712	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
MON0089_000000011434	2206	0.5318978294086417	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.8377322186170667		0	0	False	False	1.0	0					non-mobilizable	other	2206.0	97.325	100.0	0.0005406172745975343	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0070_000000006178	3829	0.5318945894783965	5	5	5	5	5	False	97367	fragment	False	ENG0070_000000006178	1.0		0	0	False	False	0.9994776844978333	0					non-mobilizable	chromosome	3829.0	99.869	100.0	0.0007115891059946177	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
SPA0009_000000001714	16101	0.5318940746043792	10	10	9	7	7	True	112071	maximal	True	SPA0009_000000001714	1.0		83	9	False	False	1.0	0					non-mobilizable	other	15555.0	99.788	97.0	0.004988604352489104	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
SPA0133_000000002816	8342	0.5318904537465776	8	7	6	7	6	False	5843	maximal	True	SPA0133_000000002816	1.0		13	6	False	False	1.0	0					non-mobilizable	chromosome	8342.0	99.736	100.0	0.0012695245911220642	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
DEN0026_000000016472	1739	0.5318898201515825	2	2	2	2	2	False	74163	maximal	True	DEN0026_000000016472	1.0		5	2	False	False	0.9879240989685059	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	1.0756066143130601e-05	NZ_VDBO01000001.1	firmicutes	Paenibacillus sinopodophylli strain CCTCC AB 2016047 NODE_1_length_2696153_cov_469.764451, whole genome shotgun sequence	True	False
FIJ0049_000000009064	1890	0.5318890901340958	5	2	1	2	1	True	46656	fragment	False	FIJ0049_000000009064	1.0		0	0	False	False	0.9920634627342224	0					non-mobilizable	plasmid	1871.0	99.46600000000001	99.0	0.020378361884835012	CP054002.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed2, complete sequence	False	True
ENG0037_000000006331	4884	0.5318868903508319	6	5	3	3	3	False	111026	maximal	True	ENG0037_000000006331	1.0		103	9	False	False	1.0	0					non-mobilizable	no_good_hit	4056.0	93.44200000000001	88.0	0.0007726169744197219	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0398_000000017356	1314	0.531884765156774	2	2	2	1	1	False	100098	fragment	False	ISR0398_000000017356	0.9688453456183953		0	0	False	False	0.9916285872459412	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	8.722767761348175e-06	CP018728.1	g-proteobacteria	Xanthomonas hortorum pv. gardneri strain JS749-3 chromosome, complete genome	True	False
MAD0051_000000009159	3087	0.5318731049135593	2	2	2	2	1	False	48706	maximal	True	MAD0051_000000009159	1.0		315	14	False	False	1.0	0					non-mobilizable	other	3086.0	97.31	99.0	0.0009878299984598178	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0310_000000008799	1932	0.531869227540642	3	3	3	2	2	False	25328	maximal	True	ISR0310_000000008799	1.0		596	14	False	False	1.0	0					non-mobilizable	other	1932.0	99.689	100.0	0.013624112774634174	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	False	False
SPA0144_000000013009	1435	0.5318650394519249	1	1	1	1	1	False	58341	fragment	False	SPA0144_000000013009	1.0		0	0	False	False	0.9993031620979309	0					non-mobilizable	other	1261.0	99.524	98.0	0.0048218560117842015	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0025_000000005671	4994	0.5318645955250688	4	3	2	3	2	False	12837	maximal	True	MON0025_000000005671	1.0		3	1	False	False	0.9997997879981995	0					non-mobilizable	no_good_hit								True	False
AST0106_000000013628	1435	0.5318621456307911	4	2	2	2	1	False	107387	maximal	True	AST0106_000000013628	1.0		2	2	False	False	0.9993031620979309	0					non-mobilizable	no_good_hit	175.0	93.14299999999999	12.0	0.04001850566736063	NZ_AWEZ01000036.1	actinobacteria	Olsenella profusa F0195 contig00045, whole genome shotgun sequence	True	False
MAD0095_000000033475	1150	0.5318573539350124	2	1	1	1	1	False	75181	fragment	False	DEN0017_000000022080	0.4701948084218199		0	0	False	False	0.9991304278373718	0					non-mobilizable	chromosome	1159.0	87.575	100.0	0.00032213765176752066	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0093_000000011250	2713	0.5318569700247635	4	4	2	4	3	True	128839	maximal	True	MAD0093_000000011250	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1660.0	94.458	78.0	0.00862400497315864	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
ENG0040_000000001444	14612	0.5318555882094659	15	7	4	6	5	False	64880	maximal	True	ENG0040_000000001444	1.0		2	2	False	False	0.9998631477355957	0					non-mobilizable	no_good_hit	2322.0	71.447	16.0	0.008390429780529805	NZ_HG726024.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
ISR0012_000000018939	1201	0.5318541451750617	3	3	3	2	3	False	38133	maximal	False	ISR0069_000000021158	0.9911689028498145		0	0	False	False	0.985845148563385	0					non-mobilizable	other	1191.0	97.397	99.0	0.002074240374827437	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ENG0199_000000005823	4144	0.531846229311808	7	5	2	2	5	False	94429	backbone	False	CAN0015_000000007549	0.4547419720754211	PS499	0	0	False	True	0.9987934231758118	0					non-mobilizable	other	3985.0	97.491	98.0	0.0007710189781394923	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0815_000000025953	1184	0.5318362404915539	2	2	2	2	1	False	35464	fragment	False	ISR0266_000000017792	0.9361500861380098		0	0	False	False	0.9974662065505981	0					non-mobilizable	other	1184.0	97.72	100.0	0.01285729811976959	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0061_000000023452	1833	0.531832056444412	2	2	2	2	2	False	71861	maximal	True	DEN0061_000000023452	1.0		17	5	False	False	1.0	0					non-mobilizable	other	1833.0	98.363	100.0	0.04196444933113432	NZ_QRST01000020.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf20, whole genome shotgun sequence	False	False
ISR0386_000000008332	4230	0.5318305769135333	4	4	4	4	3	False	44664	fragment	False	ISR0386_000000008332	0.9819454679439941		0	0	False	False	0.9931442141532898	0					non-mobilizable	other	3960.0	89.62100000000001	99.0	0.005478366959187828	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
MAD0090_000000012744	1106	0.5318290520411879	1	1	1	1	1	False	15770	maximal	True	MAD0090_000000012744	1.0		1	1	False	False	0.9990958571434021	0					non-mobilizable	other	994.0	96.579	100.0	0.0013139821997094155	NZ_LT635868.1	high GC Gram+	Actinomyces bouchesdurhonensis strain Marseille-P2825T, whole genome shotgun sequence	False	False
ENG0002_000000010082	2197	0.5318259418966929	2	2	2	2	1	False	67997	maximal	True	ENG0002_000000010082	1.0		122	9	False	False	0.995903491973877	0					non-mobilizable	other	2195.0	99.18	99.0	0.039555763891392925	NZ_CAPH01000001.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
DEN0014_000000000074	8221	0.5318213066575261	8	4	2	4	1	False	75420	maximal	True	DEN0014_000000000074	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0087_000000014346	2549	0.5318194590744819	3	2	1	2	0	True	110929	maximal	True	AST0087_000000014346	1.0		0	0	False	False	0.9996076822280884	0					non-mobilizable	no_good_hit	216.0	78.704	8.0	0.0002172192030011252	NZ_CABJAT010000001.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	True
ISR0171_000000005450	4426	0.5318162476223334	5	5	5	4	4	False	126390	fragment	False	ISR0171_000000005450	1.0		0	0	False	True	0.9990962743759155	0					non-mobilizable	no_good_hit	3533.0	99.321	80.0	0.0010634175627083668	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0144_000000013558	1254	0.5318149106242204	2	2	2	2	2	False	57532	maximal	True	ENG0144_000000013558	1.0		114	9	False	False	0.9704943895339966	0					non-mobilizable	other	1254.0	98.963	100.0	0.00034795696774802696	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0072_000000011239	1847	0.5318099830890435	3	2	2	2	1	False	39682	fragment	False	SPA0007_000000013830	0.9613319011815252		0	0	False	False	1.0	0					non-mobilizable	other	1847.0	99.459	100.0	0.015189915081298137	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ETH0003_000000014692	2580	0.5318091252922026	3	3	3	3	3	True	90573	maximal	True	ETH0003_000000014692	1.0		455	15	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	73.743	14.0	0.03269248630073372	NZ_DF970178.1	g-proteobacteria	Mizugakiibacter sediminis strain skMP5, whole genome shotgun sequence	True	True
ISR0214_000000006203	4233	0.5318081348945077	5	5	5	5	3	False	130342	maximal	True	ISR0214_000000006203	1.0		12	1	False	False	0.9997637867927551	0					non-mobilizable	no_good_hit	242.0	76.446	6.0	6.334013840618647e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0009_000000003658	6597	0.5318055118034789	7	4	1	4	2	False	13825	fragment	False	MON0009_000000003658	0.9645150931278099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	100.0	1.0	2.08688370032754e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0076_000000026526	1807	0.5318044000904585	2	2	1	2	1	False	10285	maximal	True	MON0076_000000026526	1.0		36	8	False	False	0.9618151783943176	0					non-mobilizable	other	1818.0	85.259	100.0	0.0005661737974766527	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
MON0035_000000021840	1341	0.5318027813962907	2	1	1	1	1	False	28309	fragment	False	MON0004_000000032533	0.9447960618846695		0	0	False	False	0.9619686603546143	0					non-mobilizable	no_good_hit	70.0	98.571	5.0	0.0004252015085410042	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	True	False
SPA0114_000000024071	1947	0.5318018622162448	3	2	2	2	1	False	4438	maximal	True	SPA0114_000000024071	1.0		1	1	False	False	0.9917822480201721	0					non-mobilizable	no_good_hit	997.0	88.465	51.0	0.0002998110675966558	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MAD0054_000000000914	10564	0.531800246842503	13	6	3	5	3	False	79284	maximal	True	MAD0054_000000000914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3534.0	98.67	33.0	0.000866213528867614	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0047_01_000000018297	1975	0.5317961858520666	3	3	3	3	2	False	1167	maximal	True	USA0047_01_000000018297	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	76.295	50.0	0.00527278026549376	NZ_MIEH01000014.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_14, whole genome shotgun sequence	True	False
ISR0148_000000016216	1795	0.5317952550365944	3	2	2	2	1	False	30915	maximal	True	ISR0148_000000016216	1.0		18	7	False	False	0.9927576780319214	0					non-mobilizable	no_good_hit	1031.0	92.435	57.0	0.0001913226968088007	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	False
ENG0055_000000001990	9566	0.5317908447781381	12	7	4	6	2	True	63686	maximal	True	ENG0055_000000001990	1.0		14	4	False	False	0.999895453453064	0					non-mobilizable	no_good_hit	454.0	79.515	5.0	0.00026496913698374443	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
USA0046_01_000000006703	1687	0.5317906692410781	2	1	1	1	1	False	1189	maximal	True	USA0046_01_000000006703	1.0		1	1	False	False	0.9685832858085632	0					non-mobilizable	other	1080.0	98.51899999999999	100.0	0.0002407706624852754	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	False	False
CHI0028_000000005376	2497	0.5317890330950749	3	2	0	2	0	True	109181	maximal	True	CHI0028_000000005376	1.0		23	7	False	False	0.9979975819587708	0					non-mobilizable	no_good_hit	1603.0	82.221	64.0	0.0007710182123481681	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	True	True
FIJ0071_000000001503	17928	0.5317884350402572	28	3	1	2	2	True	44909	maximal	True	FIJ0071_000000001503	1.0		3	1	False	False	0.9983266592025757	0					non-mobilizable	no_good_hit	98.0	86.735	1.0	0.0021244578206603523	NZ_VZBY01000016.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_29_length_45188_cov_19.3853_ID_57, whole genome shotgun sequence	True	True
MAD0106_000000001052	10783	0.5317883156250547	15	5	2	5	2	False	14754	maximal	True	MAD0106_000000001052	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	0.0	0.04303510758776897	XM_014371810.2	wasps, ants, and bees	PREDICTED: Trichogramma pretiosum E3 SUMO-protein ligase NSE2-like (LOC106652706), mRNA	True	False
MAD0020_000000000967	1141	0.5317881972733539	2	1	1	1	1	False	19346	fragment	False	MAD0020_000000000967	1.0		0	0	False	False	0.9807186722755432	0					non-mobilizable	plasmid	1141.0	98.42200000000001	100.0	0.29200819672131145	CP016386.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain 13-931 plasmid p931-3904, complete sequence	False	True
ISR0270_000000002147	3109	0.531787457841896	6	4	4	3	2	False	41317	fragment	False	ISR0270_000000002147	1.0		0	0	False	False	0.999678373336792	0					non-mobilizable	no_good_hit	101.0	100.0	3.0	2.8387284313413786e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0024_000000008258	1245	0.5317837071454292	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.15328567760502204		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	85.37	99.0	0.00037047222640341793	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0354_000000014242	1304	0.5317812247307786	1	1	1	1	1	False	26649	fragment	False	ISR0354_000000014242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	6.0	0.00019994945722053592	NZ_JOMF01000005.1	euryarchaeotes	Methanomicrobium mobile BP T502DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
MON0084_000000028685	1291	0.5317811912116476	3	3	3	2	1	True	69869	fragment	False	MON0084_000000028685	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	99.522	97.0	0.004101322954653235	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
MAD0001_000000015577	1661	0.531780459762581	2	1	1	1	1	False	20283	maximal	True	MAD0001_000000015577	1.0		1	1	False	False	1.0	0					non-mobilizable	other	879.0	89.76100000000001	95.0	0.16224243549285317	NZ_FOGC01000023.1	enterobacteria	Rosenbergiella nectarea strain 8N4, whole genome shotgun sequence	False	False
AUS0022_000000015488	2231	0.5317803260878328	3	3	3	3	2	False	121136	maximal	True	AUS0022_000000015488	1.0		75	6	False	False	0.974899172782898	0					non-mobilizable	chromosome	1656.0	98.73200000000001	100.0	0.0005216520262635247	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0150_000000002215	9218	0.5317784833775053	10	8	3	3	7	True	101243	fragment	False	ISR0150_000000002215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7422.0	98.154	81.0	0.00969308918399628	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0006_000000018128	1252	0.5317727165153013	2	2	2	2	1	False	14030	maximal	True	MON0006_000000018128	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1165.0	91.33	93.0	0.00038957335693085807	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
MON0105_000000041900	1306	0.5317709318797607	4	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.17627502194132377		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	99.84700000000001	100.0	0.02211676976527413	NZ_JAAITI010000023.1	firmicutes	Blautia luti strain MSK.16.34 NODE_23_length_59005_cov_131.473, whole genome shotgun sequence	False	True
ISR0375_000000019007	1263	0.5317709318797607	3	2	1	1	2	True	111684	fragment	False	FIJ0053_000000008919	0.11720467072809751		0	0	False	False	0.9992082118988037	0					non-mobilizable	other	1263.0	99.921	100.0	0.013317715093762202	NZ_QSFS01000014.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf14, whole genome shotgun sequence	False	True
AUS0006_000000023623	1130	0.5317681504183727	2	2	2	1	1	False	101907	maximal	True	AUS0006_000000023623	1.0		34	8	False	False	1.0	0					non-mobilizable	chromosome	735.0	100.0	100.0	0.0002675577481844165	LR135191.1	firmicutes	Enterococcus faecium isolate E4438 genome assembly, chromosome: 1	False	False
ISR0334_000000005338	3610	0.5317619993824962	5	5	3	1	5	False	120723	fragment	False	ISR0334_000000005338	0.9579151846761975		0	0	False	False	0.9994459748268127	0					non-mobilizable	chromosome	3610.0	98.255	100.0	0.0008073177120674201	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0339_000000003848	3618	0.5317616222955159	6	2	2	1	1	False	124173	maximal	True	ISR0339_000000003848	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1285.0	99.37700000000001	36.0	0.030402045745134252	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0082_000000007903	2535	0.5317616222955159	4	2	2	1	1	False	124187	fragment	False	ENG0082_000000007903	1.0		0	0	False	False	0.9996055364608765	0					non-mobilizable	no_good_hit	1437.0	99.02600000000001	57.0	0.0340010418146517	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0138_000000006428	2312	0.5317616222955159	3	2	2	1	1	False	125104	fragment	False	CHI0138_000000006428	1.0		0	0	False	False	0.9710207581520081	0					non-mobilizable	no_good_hit	1343.0	99.181	58.0	0.03177534687692381	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0253_000000005467	2239	0.5317616222955159	2	2	2	1	1	False	125105	fragment	False	ENG0129_000000011278	0.9620941779863726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1409.0	80.41199999999999	87.0	0.00039457288824533806	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0071_000000016110	2216	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.9124861830021951		0	0	False	False	0.999097466468811	0					non-mobilizable	other	2104.0	80.941	94.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0140_000000012508	1888	0.5317616222955159	3	2	2	1	1	False	124183	fragment	False	ISR0140_000000012508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1297.0	99.61399999999999	69.0	0.030686177013780368	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0012_000000012973	1769	0.5317616222955159	3	2	2	1	1	False	125102	fragment	False	USA0066_01_000000010765	0.967845555257831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1534.0	99.478	87.0	0.03629776956954113	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0096_000000013581	1739	0.5317616222955159	2	2	2	1	1	False	125102	fragment	False	USA0066_01_000000010765	0.6547955530431505		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1476.0	99.39	85.0	0.03492446843775157	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0382_000000008554	1688	0.5317616222955159	3	2	2	1	1	False	124171	fragment	False	ISR0382_000000008554	1.0		0	0	False	False	0.9982227683067322	0					non-mobilizable	no_good_hit	1475.0	99.39	87.0	0.03490079083203106	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0327_000000017270	1666	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.3125929826330963		0	0	False	False	1.0	0					non-mobilizable	other	1666.0	99.4	100.0	0.039423213524648386	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0016_000000020514	1653	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.25467972777152637		0	0	False	False	0.9993950128555298	0					non-mobilizable	no_good_hit	1361.0	99.559	82.0	0.032201543779892976	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0311_000000013876	1623	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.3297461219242931		0	0	False	False	1.0	0					non-mobilizable	other	1589.0	98.741	98.0	0.03757636027844864	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0795_000000006963	1621	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2827823201642907		0	0	False	False	1.0	0					non-mobilizable	chromosome	1359.0	80.059	98.0	0.00035909760380064615	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0168_000000014162	1603	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.3095873677786488		0	0	False	False	1.0	0					non-mobilizable	chromosome	1556.0	79.242	99.0	0.00041081837807939594	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0087_000000023075	1598	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.3131882268983513		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	97.705	95.0	0.03608467111805654	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0089_000000019820	1549	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.305915364320023		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	99.484	100.0	0.036652933655348774	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0131_000000017879	1544	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.3059297517315888		0	0	False	False	1.0	0					non-mobilizable	other	1544.0	99.352	100.0	0.036534545626746226	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0084_000000012502	1519	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2776535967424827		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	99.73700000000001	100.0	0.035942605483733486	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0046_000000023935	1514	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2599667309883216		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	99.417	91.0	0.03246199744281858	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0048_01_000000010562	1513	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2809194523628986		0	0	False	False	1.0	0					non-mobilizable	other	1513.0	98.94200000000001	100.0	0.03580053984941043	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0344_000000023038	1511	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.29991477594744304		0	0	False	False	0.9993382096290588	0					non-mobilizable	other	1511.0	99.471	100.0	0.03575318463796941	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0165_000000013254	1510	0.5317616222955159	3	2	2	1	1	False	124185	fragment	False	SPA0140_000000014356	0.9461413958522841		0	0	False	False	0.995364248752594	0					non-mobilizable	no_good_hit	1304.0	98.16	86.0	0.030851920253823932	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0140_000000014356	1496	0.5317616222955159	3	2	2	1	1	False	124185	fragment	False	SPA0140_000000014356	0.9686281586276172		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	98.698	84.0	0.016337547947151584	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0092_000000021003	1480	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2789860763504586		0	0	False	False	0.9986486434936523	0					non-mobilizable	other	1480.0	99.39200000000001	100.0	0.03501917886063361	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0087_000000025458	1475	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.287305411571537		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	98.44	99.0	0.034877113226310555	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0129_000000016834	1468	0.5317616222955159	3	2	2	1	1	False	124185	fragment	False	SPA0140_000000014356	0.962406299063876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	99.398	83.0	0.015721930198418336	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0043_000000011649	1462	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2440419982362534		0	0	False	False	0.9924760460853577	0					non-mobilizable	other	1359.0	99.338	93.0	0.03213051096273145	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0014_000000011276	1451	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2156713305052241		0	0	False	False	1.0	0					non-mobilizable	chromosome	1326.0	79.94	99.0	0.0003505221386352576	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0848_000000012560	1432	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.26423488637665044		0	0	False	False	1.0	0					non-mobilizable	other	1446.0	79.391	100.0	0.010153833054238923	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0148_000000023751	1423	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.24340694396409576		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	99.185	95.0	0.03191741251124686	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0086_000000020192	1416	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.23821987036511433		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	99.329	95.0	0.031727991665482784	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0182_000000020100	1414	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.26604402580177594		0	0	False	False	0.99929279088974	0					non-mobilizable	other	1414.0	99.57600000000001	100.0	0.03345645688307998	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0171_000000021222	1410	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.23734864750716175		0	0	False	False	0.9992907643318176	0					non-mobilizable	other	1341.0	98.956	95.0	0.031704314059762276	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0377_000000011456	1409	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2711924167846602		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	99.361	100.0	0.03333806885447744	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0017_000000014574	1400	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2710635161153172		0	0	False	False	0.9971428513526917	0					non-mobilizable	other	1397.0	99.427	99.0	0.03305393758583132	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0125_000000010887	1400	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.27034679252140403		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	99.071	100.0	0.03312497040299285	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0776_000000016948	1398	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.07518658373989603		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1200.0	99.333	86.0	0.02838944925889094	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0098_000000027893	1382	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2540458932443765		0	0	False	False	0.9891461730003357	0					non-mobilizable	other	1382.0	99.27600000000001	100.0	0.032698773500023676	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0077_000000020452	1380	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.20401976609087172		0	0	False	False	0.9956521987915039	0					non-mobilizable	other	1296.0	99.383	94.0	0.030662499408059856	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0150_000000015153	1378	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.1865082761869216		0	0	False	False	0.9992743134498596	0					non-mobilizable	other	1281.0	99.375	93.0	0.030307335322252212	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0029_000000030621	1370	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.203592524050067		0	0	False	False	0.9992700815200806	0					non-mobilizable	other	1296.0	99.61399999999999	95.0	0.030662499408059856	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0087_000000010445	1366	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.04853756570058441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1145.0	99.301	84.0	0.027087180944262917	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0015_000000025605	1360	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.24376270659450117		0	0	False	False	0.9992647171020508	0					non-mobilizable	other	1357.0	99.41	99.0	0.032106833357010936	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0117_000000010656	1360	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.10587449707261781		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	80.624	100.0	0.0003655292026746876	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0206_000000019223	1358	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.14847524438668794		0	0	False	False	0.9992636442184448	0					non-mobilizable	other	1256.0	78.66199999999999	92.0	0.0037508198306841845	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0356_000000015720	1355	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.24288630634393535		0	0	False	False	0.9859778881072998	0					non-mobilizable	other	1353.0	99.18700000000001	99.0	0.0320121229341289	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0006_01_000000017370	1354	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.24348678651879974		0	0	False	False	0.9992614388465881	0					non-mobilizable	other	1354.0	99.48299999999999	100.0	0.03203580053984941	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0164_000000015172	1349	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.24261909871988946		0	0	False	False	0.9970348477363586	0					non-mobilizable	other	1349.0	99.185	100.0	0.03191741251124686	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0092_000000017268	1349	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.24347232778061897		0	0	False	False	0.9799851775169373	0					non-mobilizable	other	1349.0	99.77799999999999	100.0	0.03191741251124686	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0047_000000015898	1335	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2375507124918337		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	99.625	100.0	0.03158592603115973	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0040_000000019783	1317	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.22024860612416378		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	99.241	100.0	0.031159729128190556	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0118_000000011168	1317	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.2206836566534852		0	0	False	False	0.9969627857208252	0					non-mobilizable	other	1316.0	99.62	99.0	0.031136051522470048	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0195_000000014926	1315	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.12521057284166265		0	0	False	False	0.9984790682792664	0					non-mobilizable	other	1227.0	98.20700000000001	93.0	0.0290287446133447	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0122_000000017965	1303	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.16391183090415384		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	99.693	100.0	0.030828242648103424	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0321_000000009251	1296	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.20325384780606087		0	0	False	False	0.9907407164573669	0					non-mobilizable	other	1296.0	99.46	100.0	0.030662499408059856	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0277_000000007736	1267	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.1651602213985486		0	0	False	False	0.988161027431488	0					non-mobilizable	other	1280.0	79.766	100.0	0.008975960037464877	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0153_000000028504	1230	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.053948688463727384		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	78.44	100.0	0.00033196017831648523	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0141_000000018087	1230	0.5317616222955159	2	2	2	1	1	False	3451	fragment	False	SPA0141_000000018087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	98.946	80.0	0.01344888004924942	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0043_000000028333	1228	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.07900306293516535		0	0	False	False	0.9804560542106628	0					non-mobilizable	other	1212.0	99.09200000000001	99.0	0.028673580527537056	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CAN0006_000000038140	1167	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.03753849023532709		0	0	False	False	0.999143123626709	0					non-mobilizable	other	1167.0	99.65700000000001	100.0	0.027608088270114125	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0062_000000019229	1162	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.04310926995769693		0	0	False	False	0.9948365092277527	0					non-mobilizable	other	1163.0	98.022	100.0	0.027489700241511577	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0088_000000012590	1155	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.04292125076079413		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	99.307	100.0	0.027323957001468013	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0050_000000023071	1114	0.5317616222955159	3	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.026635794862658956		0	0	False	False	1.0	0					non-mobilizable	other	1061.0	99.811	95.0	0.025098262063740114	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0815_000000028058	1041	0.5317616222955159	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.01090892493077321		0	0	False	False	0.9990394115447998	0					non-mobilizable	other	1041.0	99.42399999999999	100.0	0.024624709949329925	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0013_000000016343	1733	0.531757778285046	2	1	1	1	1	False	9852	maximal	True	SPA0013_000000016343	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0083_000000032083	1273	0.531757778285046	1	1	1	1	1	False	9851	fragment	False	MON0083_000000032083	1.0		0	0	False	False	0.9937156438827515	0					non-mobilizable	no_good_hit	99.0	97.98	8.0	0.0012702362898731059	NZ_SPFY01000007.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_7_length_77151_cov_21.4202, whole genome shotgun sequence	True	False
MON0106_000000023028	1833	0.5317574987731782	2	2	2	2	2	False	8646	maximal	True	MON0106_000000023028	1.0		147	12	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	84.708	36.0	0.0001851172964150162	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0109_000000008986	1588	0.5317485880058812	3	2	2	2	2	False	17940	fragment	False	MAD0109_000000008986	1.0		0	0	False	False	0.9571788311004639	0					non-mobilizable	chromosome	1441.0	98.54299999999999	91.0	0.0002947518400482746	CP051001.1	enterobacteria	Escherichia coli O157:H16 str. 98-3133 chromosome, complete genome	False	False
MAD0095_000000013502	2482	0.531748453709224	3	3	3	3	1	False	15588	maximal	True	MAD0095_000000013502	1.0		6	1	False	False	0.9911361932754517	0					non-mobilizable	no_good_hit	480.0	85.833	19.0	0.00015920903068627844	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0011_01_000000026487	1365	0.5317467844494913	2	2	2	2	2	False	47277	maximal	True	USA0011_01_000000026487	0.9316493313521546		471	14	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	79.333	11.0	2.8052196665855224e-05	NZ_CP007128.1	bacteria	Gemmatirosa kalamazoonesis strain KBS708 chromosome, complete genome	True	False
USA0015_01_000000007590	4217	0.5317388365385483	8	5	2	3	4	True	96191	fragment	False	USA0015_01_000000007590	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3759.0	98.324	89.0	0.0010273261090638702	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
FIJ0059_000000006839	2659	0.5317362918504588	2	2	2	2	2	False	50714	maximal	False	MAD0101_000000009945	0.963740615406761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1480.0	84.79700000000001	55.0	0.0003923996639927826	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0005_000000010244	2347	0.5317328485901697	2	2	1	1	2	False	67690	maximal	True	ENG0005_000000010244	1.0		5	3	False	False	0.9923306107521057	0					non-mobilizable	no_good_hit	1264.0	94.462	54.0	0.9890368050117463	NZ_KB291604.1	firmicutes	Clostridium celatum DSM 1785 Scfld8, whole genome shotgun sequence	True	False
FIJ0155_000000013165	1673	0.5317320059296518	2	1	1	1	1	False	39526	fragment	False	FIJ0155_000000013165	1.0		0	0	False	False	0.9922295212745667	0					non-mobilizable	no_good_hit	634.0	69.71600000000001	37.0	0.005383463592380062	NZ_OFSM01000020.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
MAD0030_000000009063	1346	0.5317320059296518	2	1	1	1	1	False	46090	fragment	False	MAD0030_000000009063	0.9670999187652316		0	0	False	False	0.9962853193283081	0					non-mobilizable	no_good_hit	634.0	69.558	46.0	0.005383463592380062	NZ_OFSM01000020.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
FIJ0022_000000019355	1325	0.5317320059296518	3	1	1	1	1	False	49442	fragment	False	FIJ0022_000000019355	1.0		0	0	False	False	0.997735857963562	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.003929273084479371	NZ_QRUU01000097.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf97, whole genome shotgun sequence	True	False
SPA0130_000000010461	3117	0.5317278316823698	7	5	2	3	4	True	3811	fragment	False	SPA0130_000000010461	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	98.87799999999999	100.0	0.0005590515376757388	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MAD0039_000000007875	1836	0.5317262223138184	3	2	2	2	1	False	18475	maximal	True	MAD0039_000000007875	1.0		3	1	False	False	0.9956427216529846	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	2.4572811129593225e-05	NZ_LK028559.1	mycoplasmas	Acholeplasma oculi genome assembly Acholeplasma oculi strain 19L, chromosome : 1	True	False
SPA0089_000000030953	1204	0.5317261950345143	1	1	1	1	1	False	5401	fragment	False	SPA0089_000000030953	1.0		0	0	False	False	0.9900332093238831	0					non-mobilizable	no_good_hit	988.0	75.202	81.0	0.0001743179808997298	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
ISR0848_000000006771	2543	0.5317226727732187	5	3	2	3	2	False	20616	maximal	True	ISR0848_000000006771	1.0		15	5	False	False	0.9992135167121887	0					non-mobilizable	no_good_hit	191.0	73.298	7.0	0.0009587387259427598	NZ_QXJP01000007.1	firmicutes	Longirhabdus pacifica strain SCSIO 06110 Scaffold7_1, whole genome shotgun sequence	True	False
MON0096_000000012403	2809	0.5317219834099846	3	2	2	2	2	False	9277	maximal	True	MON0096_000000012403	0.9549450549450549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1588.0	73.363	56.0	0.029514898085469445	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	False
DEN0049_000000000050	23642	0.5317186393508355	26	6	5	5	4	False	88377	fragment	False	SPA0122_000000001204	0.9373683625211887		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	98.288	4.0	0.9988571428571429	GQ879627.1		Uncultured organism clone VC1CA03TR genomic sequence	True	False
SPA0104_000000015243	2428	0.5317180593400784	5	3	1	3	1	True	114124	fragment	False	ISR0094_000000007029	0.5109137286184476		0	0	False	False	0.9987643957138062	0					non-mobilizable	other	2429.0	96.995	99.0	0.16080335173239343	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
ENG0045_000000003378	3656	0.5317167882494497	5	3	2	2	3	False	124420	fragment	False	ENG0045_000000003378	0.9873158688239282		0	0	False	False	0.9994529485702515	0					non-mobilizable	other	3412.0	95.399	95.0	0.03553830541810079	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
USA0078_01_000000006778	2376	0.5317160820400822	3	2	2	2	1	True	651	maximal	True	USA0078_01_000000006778	1.0		40	12	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	96.87799999999999	46.0	0.0034478387628343265	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
AST0113_000000005048	6533	0.5317151386485851	9	7	3	6	2	False	106692	fragment	False	AST0113_000000005048	1.0		0	0	False	False	0.9998469352722168	0					non-mobilizable	other	6534.0	99.663	100.0	0.03606483168273106	NZ_FQVD01000005.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ISR0201_000000020718	1429	0.5317122371935014	4	2	2	1	1	False	111838	fragment	False	ISR0201_000000020718	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	98.67	100.0	0.0004442483833776441	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0016_000000017400	1292	0.5317122371935014	3	2	2	1	1	False	111837	fragment	False	ENG0016_000000017400	0.9768392905802444		0	0	False	False	0.9922600388526917	0					non-mobilizable	other	1292.0	94.65899999999999	100.0	0.00040162791522446674	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0061_000000033219	1268	0.5317122371935014	4	2	2	1	1	False	111837	fragment	False	ENG0016_000000017400	0.9566981842523639		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	99.84200000000001	100.0	0.0004056987384274195	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0050_000000020436	1258	0.5317122371935014	3	2	2	1	1	False	111837	fragment	False	ENG0016_000000017400	0.9671064839683176		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	95.31	100.0	0.00039105057276309427	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0066_000000008649	1173	0.5317122371935014	3	2	2	1	1	False	85198	maximal	True	CHI0066_000000008649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	78.0	87.0	0.006872242002361778	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	False
CHI0186_000000004290	4486	0.531711088236159	4	4	3	4	3	False	77163	maximal	True	CHI0186_000000004290	1.0		100	9	False	False	0.9977708458900452	0					non-mobilizable	no_good_hit	1739.0	86.83200000000001	54.0	0.000686209871059781	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
MON0024_000000019585	2496	0.5317093299709259	3	3	3	3	3	False	12937	maximal	True	MON0024_000000019585	1.0		48	9	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	85.714	2.0	8.980375238816351e-05	NZ_FTOV01000003.1	CFB group bacteria	Chryseobacterium gambrini strain DSM 18014, whole genome shotgun sequence	True	False
SPA0005_000000023963	1180	0.5317082081161852	2	1	1	1	1	False	8274	maximal	True	SPA0005_000000023963	1.0		17	7	False	False	0.9974576234817505	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000007486	3121	0.5317064327619422	3	2	2	2	1	False	115084	maximal	True	ENG0091_000000007486	1.0		12	4	False	False	1.0	0					non-mobilizable	other	1635.0	99.38799999999999	100.0	0.0004889754587586308	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0062_01_000000006628	3585	0.5317064280064367	3	3	3	3	3	False	77840	maximal	True	USA0062_01_000000006628	1.0		386	14	False	False	1.0	0					non-mobilizable	no_good_hit	1973.0	76.635	54.0	0.0005458443543838544	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0026_000000004127	3030	0.531704557176671	3	1	1	1	1	False	47294	maximal	True	MAD0026_000000004127	1.0		272	12	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	75.806	4.0	0.00351828353904718	NZ_BDGQ01000006.1	g-proteobacteria	Thaumasiovibrio subtropicus strain C4V358, whole genome shotgun sequence	True	False
DEN0022_000000027312	1524	0.5317006779966573	3	3	2	1	2	False	74534	maximal	True	DEN0022_000000027312	1.0		18	6	False	False	0.9927821755409241	0					non-mobilizable	no_good_hit	569.0	94.90299999999999	37.0	0.753315649867374	EU063669.1	bacteria	Uncultured bacterium clone LM0ACA3ZG01FM1 genomic sequence	True	False
MAD0093_000000013137	2368	0.531696760579694	3	3	3	2	2	False	46380	maximal	True	MAD0093_000000013137	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	77.561	9.0	0.0003239077781376753	NZ_FRAC01000007.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
MAD0081_000000000292	12888	0.5316964473744904	10	6	2	4	5	False	16145	fragment	False	MAD0081_000000000292	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	5199.0	93.65299999999999	74.0	0.07552545132125933	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	True
ISR0220_000000000880	14009	0.5316948745523126	10	4	4	4	4	False	130267	maximal	True	ISR0220_000000000880	1.0		63	10	False	False	1.0	0					non-mobilizable	other	9865.0	99.74700000000001	100.0	0.004087976646779213	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
AST0059_000000000875	13862	0.5316939304322428	13	8	5	7	4	True	112916	fragment	False	AST0059_000000000875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2526.0	90.024	18.0	0.001482060706195744	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ISR0111_000000007598	2341	0.5316937096335452	4	3	2	2	2	False	32686	maximal	True	ISR0111_000000007598	1.0		863	12	False	False	1.0	0					non-mobilizable	chromosome	2340.0	99.444	99.0	0.0004668343997276034	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0005_000000024958	1524	0.5316923322214185	3	3	3	2	2	False	105476	fragment	False	MON0066_000000019868	0.5491342278277744		0	0	False	False	0.9927821755409241	0					non-mobilizable	no_good_hit	545.0	93.211	73.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0089_000000015232	1924	0.5316883563469909	2	2	1	2	1	False	129007	maximal	True	ISR0089_000000015232	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1430.0	99.79	74.0	0.019660718462363964	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0101_000000012683	2199	0.5316851162861623	3	2	2	2	2	True	42695	maximal	True	FIJ0101_000000012683	1.0		4	2	False	False	0.9990904927253723	0					non-mobilizable	no_good_hit	782.0	97.698	36.0	0.00022142081764462755	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0104_000000001789	12439	0.5316814183494895	25	7	3	5	6	False	51611	fragment	False	FIJ0104_000000001789	1.0		0	0	False	False	0.999919593334198	0					non-mobilizable	no_good_hit	4373.0	91.699	71.0	0.17079663339205323	NZ_JH379377.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld117, whole genome shotgun sequence	True	False
SPA0097_000000020416	1609	0.5316779998843479	2	1	1	1	1	False	5112	fragment	False	SPA0097_000000020416	1.0		0	0	False	False	1.0	0					non-mobilizable	other	819.0	85.59200000000001	90.0	0.0036084978578684685	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	False	False
SPA0076_000000010445	1589	0.5316779998843479	3	1	1	1	1	False	5734	maximal	True	SPA0076_000000010445	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	7.3064905441049235e-06	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
SPA0111_000000023195	1474	0.5316779998843479	2	1	1	1	1	False	4562	maximal	True	SPA0111_000000023195	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	89.26899999999999	43.0	0.0016391133421264934	NZ_GL882583.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld3, whole genome shotgun sequence	True	False
SPA0111_000000026086	1307	0.5316779998843479	2	1	1	1	1	False	4558	maximal	True	SPA0111_000000026086	1.0		20	7	False	False	0.9992349147796631	0					non-mobilizable	no_good_hit	680.0	84.853	52.0	0.001728752353024036	NZ_GL882583.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld3, whole genome shotgun sequence	True	False
ENG0064_000000019452	1148	0.5316779998843479	2	1	1	1	1	False	62897	fragment	False	ENG0064_000000019452	1.0		0	0	False	False	0.9878048896789551	0					non-mobilizable	chromosome	688.0	80.814	94.0	0.00010508607364887465	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0279_000000014061	1586	0.5316775192893958	2	1	1	1	1	False	26230	maximal	True	ISR0279_000000014061	1.0		33	8	False	False	0.9987389445304871	0					non-mobilizable	no_good_hit	954.0	91.719	67.0	0.0002831132653363233	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0165_000000013837	1167	0.5316693758165091	2	2	2	2	2	False	39043	maximal	True	FIJ0165_000000013837	1.0		203	11	False	False	1.0	0					non-mobilizable	other	1100.0	92.09100000000001	92.0	0.048857754774228095	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0045_000000024114	1103	0.5316693758165091	2	2	2	2	2	False	36208	maximal	True	ISR0045_000000024114	1.0		338	13	False	False	0.9873073697090149	0					non-mobilizable	no_good_hit	345.0	72.75399999999999	31.0	0.0006434318401386911	NZ_LT838844.1	actinobacteria	Collinsella vaginalis strain Marseille-P2666, whole genome shotgun sequence	True	False
MAD0012_000000008676	3166	0.5316685747735936	4	3	1	3	2	False	100398	fragment	False	MAD0012_000000008676	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	93.45100000000001	36.0	0.13532302529066284	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
ENG0068_000000003397	6651	0.5316668755674058	8	8	3	6	7	False	108127	fragment	False	ENG0068_000000003397	1.0		0	0	False	False	0.9995489120483398	0					non-mobilizable	no_good_hit	3099.0	97.61200000000001	47.0	0.0005630932735998556	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
ENG0156_000000016120	1125	0.5316598813304579	2	2	2	2	1	False	56649	maximal	True	ENG0156_000000016120	1.0		1	1	False	False	0.9902222156524658	0					non-mobilizable	chromosome	1046.0	94.93299999999999	92.0	0.00038871544123500874	CP046113.1	firmicutes	Enterococcus faecalis strain 092160007-3 chromosome, complete genome	False	False
MON0102_000000025516	1756	0.5316504175570932	2	1	1	1	1	False	8946	maximal	True	MON0102_000000025516	1.0		3	3	False	False	0.9635535478591919	0					non-mobilizable	no_good_hit								True	False
ENG0154_000000026726	1274	0.5316500440963047	2	2	2	2	2	False	56803	maximal	False	ISR0194_000000022144	0.9466929903329808		0	0	False	False	0.9992150664329529	0					non-mobilizable	chromosome	1274.0	99.686	100.0	0.0002473087446662517	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ENG0198_000000002325	7859	0.5316494310309328	8	8	8	7	7	False	114948	fragment	False	ISR0243_000000000897	0.9740427748759699		0	0	False	False	0.9996182918548584	0					non-mobilizable	no_good_hit	681.0	76.505	9.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ISR0092_000000009408	2730	0.5316477380553649	2	2	2	2	1	False	33588	fragment	False	ISR0092_000000009408	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2730.0	99.084	100.0	0.01317453727394734	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
SPA0092_000000023717	1887	0.5316446419361369	6	4	0	3	2	False	5314	fragment	False	SPA0092_000000023717	1.0		0	0	False	False	0.9803921580314636	0					non-mobilizable	no_good_hit	316.0	97.46799999999999	62.0	0.050280224179343476	LT726871.1	other sequences	Shuttle vector pAM1, complete sequence	True	False
FIJ0083_000000017346	2049	0.5316427236585012	2	1	1	1	1	False	44104	fragment	False	FIJ0083_000000017346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1027.0	81.986	53.0	0.02242463576751785	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0026_000000003339	6574	0.5316425008146549	9	7	3	5	6	False	124395	maximal	True	ISR0026_000000003339	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	3459.0	99.76899999999999	53.0	0.03675517102102421	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
FIJ0125_000000007703	2563	0.5316410845866781	4	3	2	3	3	False	41201	maximal	True	FIJ0125_000000007703	1.0		22	4	False	False	1.0	0					non-mobilizable	other	2576.0	98.95200000000001	100.0	0.0012459765843499534	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
USA0003_01_000000030024	1241	0.5316397761193831	2	2	2	1	1	False	62137	fragment	False	USA0003_01_000000030024	0.9932318104906938		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	0.00010148575140050336	NZ_FOLN01000006.1	CFB group bacteria	Algibacter lectus strain DSM 15365, whole genome shotgun sequence	True	False
MON0064_000000009608	2698	0.531638631072977	3	3	3	3	2	False	95202	maximal	True	MON0064_000000009608	1.0		378	15	False	False	0.9985173940658569	0					non-mobilizable	other	2697.0	97.664	100.0	0.06745763560361442	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0051_000000036604	1329	0.5316337522392861	3	3	3	3	2	False	72430	maximal	True	DEN0051_000000036604	1.0		142	9	False	False	0.9992475509643555	0					non-mobilizable	other	1283.0	99.065	100.0	0.008810330490478383	NZ_QRHR01000007.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf7, whole genome shotgun sequence	False	False
AST0151_000000013675	1207	0.5316272277059736	1	1	1	1	1	False	103603	fragment	False	AST0151_000000013675	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1207.0	100.0	100.0	0.00024069218762255395	CP054219.1	enterobacteria	Escherichia coli strain EcPF18 chromosome, complete genome	False	False
MON0106_000000038714	1163	0.5316260190069498	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.06388198733851914		0	0	False	False	0.9905416965484619	0					non-mobilizable	chromosome	1163.0	98.71	100.0	0.00037453388742001266	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0048_000000008152	4465	0.5316214248690985	4	4	4	4	4	False	14394	maximal	True	MON0048_000000008152	1.0		10	3	False	False	0.9991041421890259	0					non-mobilizable	no_good_hit	1038.0	77.36	23.0	0.007750779188746795	NZ_WUJG01000010.1	spirochetes	Sphaerochaeta halotolerans strain 585 NODE_10_length_133793, whole genome shotgun sequence	True	False
USA0075_01_000000004619	5404	0.5316192505430929	5	5	3	4	4	True	691	maximal	True	USA0075_01_000000004619	1.0		2	1	False	False	0.999444842338562	0					non-mobilizable	no_good_hit	3787.0	95.273	79.0	0.15544126722896523	NZ_JH379477.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1495, whole genome shotgun sequence	True	True
USA0031_01_000000016291	1686	0.5316171006314552	4	3	2	2	1	True	101099	fragment	False	AUS0012_000000009891	0.9459224985540775		0	0	False	False	0.9988137483596802	0					non-mobilizable	other	1686.0	100.0	100.0	0.0004131247653953947	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0094_000000002911	5801	0.5316169925827514	7	5	3	3	4	True	132345	maximal	True	ENG0094_000000002911	1.0	PS1158	7	3	True	True	1.0	27					non-mobilizable	no_good_hit	1753.0	84.883	73.0	0.26288659793814434	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
AUS0016_000000013925	2033	0.5316155038909469	2	2	2	2	2	False	100343	fragment	False	ISR0326_000000008520	0.9523063143752799		0	0	False	False	0.99655681848526	0					non-mobilizable	other	2071.0	79.672	100.0	0.0005031050555438279	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0353_000000017723	2097	0.5316110280177538	4	3	3	3	2	False	24027	maximal	True	ISR0353_000000017723	1.0		29	6	False	False	0.9961850047111511	0					non-mobilizable	no_good_hit	373.0	98.391	18.0	0.001241949861282213	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
ISR0217_000000001746	14753	0.5316081307452214	15	7	6	4	1	True	28108	fragment	False	ISR0217_000000001746	1.0		0	0	False	False	0.9997966289520264	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00024915908807773764	NZ_OBJM01000009.1	firmicutes	Clostridium cadaveris strain LH052 isolate Clostridium cadaveris, whole genome shotgun sequence	True	True
USA0062_01_000000009256	2306	0.5316068943246156	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9543360924185692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	764.0	91.361	79.0	0.00021188441052812814	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0123_000000009777	2225	0.5316068943246156	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9459271897344624		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	92.13	80.0	0.00020438653492621536	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0059_01_000000011828	2222	0.5316068943246156	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9423017856871003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	737.0	92.13	80.0	0.00020438653492621536	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0078_000000011512	2165	0.5316068943246156	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.9556665877894168		0	0	False	False	1.0	0					non-mobilizable	chromosome	2166.0	95.476	100.0	0.0005793798652365649	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CAN0021_000000020701	2094	0.5316068943246156	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9007760985926001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	91.29299999999999	85.0	0.00020383113673348106	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0026_000000003821	2764	0.5316065408972407	4	3	3	3	1	True	130135	maximal	True	ENG0026_000000003821	1.0		158	6	False	False	0.9996381998062134	0					non-mobilizable	no_good_hit	490.0	91.429	18.0	0.006510782229708953	NZ_VULP01000013.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq13, whole genome shotgun sequence	True	True
ISR0117_000000004915	5520	0.5316056158147646	7	6	5	5	4	False	130509	fragment	False	ISR0203_000000002513	0.48770345134357423		0	0	False	False	0.9976449012756348	0					non-mobilizable	other	3653.0	97.81	99.0	0.02082857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0052_000000009959	1949	0.5315996887855112	3	3	2	3	2	False	17275	maximal	True	MAD0052_000000009959	1.0		1	1	False	False	0.96664959192276	0					non-mobilizable	no_good_hit	50.0	98.0	3.0	1.0383762677196792e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
ENG0006_000000002492	10820	0.5315991065153624	8	7	6	4	5	False	104838	fragment	False	ENG0006_000000002492	1.0		0	0	False	False	0.9999075531959534	0					non-mobilizable	chromosome	8825.0	99.932	100.0	0.0015249506503984523	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ISR0378_000000026201	1259	0.5315989723908652	2	1	1	1	1	False	23255	maximal	True	ISR0378_000000026201	1.0		24	3	False	False	1.0	0					non-mobilizable	chromosome	1030.0	86.311	100.0	0.0003230775389245395	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0055_000000004414	6733	0.5315940673429017	4	4	2	4	2	False	6406	fragment	False	SPA0055_000000004414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	94.805	3.0	2.3175571727632143e-05	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
FIJ0066_000000026376	1276	0.5315923916380291	2	1	1	1	1	True	45296	maximal	True	FIJ0066_000000026376	1.0		36	8	False	False	0.9678683280944824	0					non-mobilizable	other	1258.0	99.523	99.0	0.00034659961512828734	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	True
SPA0119_000000027284	1162	0.5315896113153691	2	2	2	2	1	False	4196	maximal	True	SPA0119_000000027284	1.0		165	11	False	False	1.0	0					non-mobilizable	other	1162.0	99.82799999999999	100.0	0.00034965013904691576	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0085_000000003580	5688	0.5315888258308678	7	4	3	3	1	True	34007	maximal	True	ISR0085_000000003580	1.0		1	1	False	False	0.9991209506988525	0					non-mobilizable	no_good_hit	1788.0	86.465	31.0	0.13987391646966116	NZ_LNAM01000204.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf76, whole genome shotgun sequence	True	True
FIJ0041_000000017393	2117	0.5315875499092889	5	2	1	2	1	False	47387	maximal	True	FIJ0041_000000017393	1.0		56	8	False	False	0.9966934323310852	0					non-mobilizable	no_good_hit	240.0	77.917	11.0	0.004191488602718225	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	True	False
USA0048_01_000000002001	6893	0.5315829027080522	7	7	5	6	5	False	1134	maximal	True	USA0048_01_000000002001	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3999.0	99.85	58.0	0.006840490640094035	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	True	False
ENG0137_000000001347	11371	0.5315819284402423	15	5	3	5	3	True	58007	fragment	False	ENG0137_000000001347	0.9890816137547535		0	0	False	False	0.9977135062217712	0					non-mobilizable	other	11377.0	97.126	100.0	0.003043725910419767	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MON0071_000000000988	10954	0.5315819284402423	14	5	3	5	3	True	58007	fragment	False	ENG0137_000000001347	0.9834507577906364		0	0	False	False	1.0	0					non-mobilizable	other	10546.0	97.478	100.0	0.0028233329468199545	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0130_000000024285	1167	0.5315781791450916	1	1	1	1	1	False	58391	maximal	True	ENG0130_000000024285	1.0		52	4	False	False	1.0	0					non-mobilizable	other	1168.0	95.805	100.0	0.0057637458405957855	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
FIJ0139_000000015493	1689	0.5315729413948163	2	1	1	1	1	False	40438	fragment	False	FIJ0139_000000015493	1.0		0	0	False	False	0.9917110800743103	0					non-mobilizable	no_good_hit	54.0	85.185	3.0	0.00012475960236996167	NZ_CADIKK010000001.1	b-proteobacteria	Burkholderia ultramafica strain LMG 28614 isolate LMG 28614, whole genome shotgun sequence	True	False
ISR0108_000000005550	3914	0.5315724322213614	3	3	3	3	3	False	32815	maximal	True	ISR0108_000000005550	1.0		1	1	False	False	0.9956566095352173	0					non-mobilizable	no_good_hit	3385.0	98.227	89.0	0.005421747552282853	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
MON0053_000000021882	1812	0.5315714133058337	2	2	2	2	2	False	94766	maximal	True	MON0053_000000021882	0.9987684729064039		293	11	False	False	0.9817880988121033	0					non-mobilizable	other	1795.0	99.61	99.0	0.0005432858619393731	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MAD0068_000000005706	4424	0.5315709519470354	4	3	2	3	2	True	16479	maximal	True	MAD0068_000000005706	1.0		6	3	False	False	0.9952531456947327	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.1268203601172474e-05	NZ_LR134483.1	firmicutes	Listeria grayi strain NCTC 10812 chromosome 1	True	True
CHI0049_000000001054	11902	0.5315663176662601	12	8	6	7	7	True	105466	maximal	True	CHI0049_000000001054	1.0	PS636	36	5	False	True	0.9997479319572449	0					non-mobilizable	no_good_hit	10390.0	99.99	87.0	0.001959211291574543	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	True
MAD0026_000000012321	1177	0.5315614908236401	2	2	2	2	2	False	21738	maximal	True	MAD0026_000000012321	0.9567736185383244		83	8	False	False	1.0	0					non-mobilizable	chromosome	1203.0	76.06	100.0	0.00021140823849251266	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	False	False
SPA0069_000000013407	1687	0.5315606604513693	2	2	2	2	1	False	5946	maximal	True	SPA0069_000000013407	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1392.0	99.13799999999999	83.0	0.00039091547288968876	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0846_000000002117	4479	0.5315599733278183	5	2	2	1	0	True	20674	maximal	True	ISR0846_000000002117	1.0		2	1	False	False	0.9975441098213196	0					non-mobilizable	no_good_hit	207.0	93.72	5.0	0.0014723461325403073	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	True	True
SPA0028_000000017552	1801	0.5315583920303641	2	2	2	2	2	False	7439	maximal	True	SPA0028_000000017552	1.0		59	10	False	False	0.9933370351791382	0					non-mobilizable	no_good_hit	686.0	82.36200000000001	43.0	0.00020624038234859322	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0081_000000001179	5042	0.5315581027486644	9	4	3	4	2	False	46347	maximal	True	MAD0081_000000001179	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.7485744164046013e-07	LR812497.1	bony fishes	Danio aesculapii genome assembly, chromosome: 14	True	False
FIJ0126_000000007189	4769	0.5315581027486644	4	4	3	4	2	False	46350	maximal	True	FIJ0126_000000007189	1.0		31	4	False	False	0.9895156025886536	0					non-mobilizable	no_good_hit								True	False
FIJ0054_000000006951	3566	0.5315581027486644	4	4	3	4	2	False	46345	fragment	False	FIJ0054_000000006951	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0038_000000015098	1679	0.5315559773820451	2	2	2	2	2	False	86866	fragment	False	ENG0038_000000015098	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1679.0	99.821	100.0	0.0014404076405127096	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
FIJ0011_000000030523	1494	0.5315547137572063	3	2	2	2	2	False	51872	maximal	True	FIJ0011_000000030523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	85.35700000000001	88.0	0.00038886708771721987	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0026_000000038513	1352	0.5315547137572063	2	2	2	2	2	False	51870	fragment	False	FIJ0005_000000026667	0.958529081889723		0	0	False	False	1.0	0					non-mobilizable	chromosome	1353.0	85.07	99.0	0.0003989367609711311	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0186_000000025019	1307	0.5315547137572063	2	2	2	2	2	False	51870	fragment	False	FIJ0005_000000026667	0.9440499023994593		0	0	False	False	0.9977046847343445	0					non-mobilizable	chromosome	1278.0	85.055	98.0	0.0003770204133008537	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0092_000000008033	3060	0.5315543737252016	4	4	3	4	4	False	55895	maximal	True	ISR0092_000000008033	1.0		119	10	False	False	0.9957516193389893	0					non-mobilizable	no_good_hit	2342.0	98.719	77.0	0.0010446802747317234	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0034_000000010507	2535	0.5315538867899768	1	1	1	1	0	True	12246	maximal	True	MON0034_000000010507	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	98.321	21.0	9.825686806324877e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
ISR0289_000000001620	4289	0.5315498061020756	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.4213928003132514		0	0	False	False	0.9995337128639221	0					non-mobilizable	other	4289.0	98.99700000000001	100.0	0.0709005209625403	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0166_000000008678	2269	0.5315483216947442	3	3	3	3	3	False	30213	maximal	True	ISR0166_000000008678	1.0		222	13	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	85.965	3.0	0.0008554842652001222	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0119_000000011662	2701	0.5315457691110582	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.8766849987647278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	74.215	22.0	0.00027877598249439583	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
CHI0152_000000005339	1978	0.5315430767385916	1	1	1	1	1	True	79383	maximal	True	CHI0152_000000005339	1.0		4	3	False	False	0.9696663022041321	0					non-mobilizable	no_good_hit	85.0	100.0	4.0	1.626901513773755e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0092_000000002715	6829	0.5315428170149613	6	4	3	4	4	False	130372	fragment	False	ISR0092_000000002715	1.0		0	0	False	True	0.9919461011886597	0					non-mobilizable	chromosome	5171.0	97.699	100.0	0.0010312669274871854	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0042_000000006687	3847	0.5315396076815012	3	2	2	2	2	False	109818	maximal	False	AST0113_000000009598	0.772479612743388		0	0	False	False	0.9974005818367004	0					non-mobilizable	no_good_hit	1221.0	89.025	74.0	0.00039290603163941087	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0113_000000009598	3809	0.5315396076815012	3	2	2	2	2	False	109818	maximal	True	AST0113_000000009598	0.9324332314460072		187	13	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	89.02600000000001	74.0	0.00036430782867415736	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0025_000000008612	3797	0.5315396076815012	3	2	2	2	2	False	109818	maximal	False	AST0113_000000009598	0.5367692412677985		0	0	False	False	0.9992098808288574	0					non-mobilizable	no_good_hit	1224.0	88.889	82.0	0.0003676197180257406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0114_000000020005	1973	0.5315391188396801	2	2	2	2	1	False	41862	maximal	True	FIJ0114_000000020005	1.0		74	9	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	77.29899999999999	17.0	0.0012059385462130374	NZ_FNHC01000004.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	False
ISR0289_000000007168	1546	0.5315314698446099	2	2	2	2	2	False	25937	fragment	False	SPA0083_000000011366	0.9830779054916986		0	0	False	False	0.9799482822418213	0					non-mobilizable	other	1537.0	98.37299999999999	99.0	0.005355013701304587	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
SPA0132_000000001947	14977	0.5315306200865482	14	8	6	6	5	True	3749	maximal	True	SPA0132_000000001947	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0190_000000007433	4110	0.5315291660770308	4	3	2	3	2	False	84525	maximal	True	ENG0190_000000007433	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	88.28	23.0	0.0001779010747069243	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
AUS0018_000000008173	3368	0.5315291660770308	5	3	2	3	2	False	100035	maximal	True	AUS0018_000000008173	1.0		19	6	False	False	0.9997031092643738	0					non-mobilizable	no_good_hit	946.0	79.07	28.0	0.00017751683912440395	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
MAD0100_000000012045	3089	0.5315291565372113	3	3	3	3	2	False	15171	maximal	True	MAD0100_000000012045	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1984.0	97.329	85.0	0.0005748350936389845	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0056_000000005120	3897	0.5315264340439865	5	5	1	2	5	True	97835	fragment	False	BAN0019_000000000711	0.9857211071416575		0	0	False	False	0.998973548412323	0					non-mobilizable	plasmid	3897.0	100.0	100.0	0.043447229904540995	CP055248.1	enterobacteria	Citrobacter freundii strain ZY198 plasmid pZY-1, complete sequence	False	True
MAD0044_000000006156	3836	0.5315264340439865	5	5	1	2	5	True	97835	fragment	False	BAN0019_000000000711	0.974521758253327		0	0	False	False	0.9966110587120056	0					non-mobilizable	plasmid	3836.0	99.713	100.0	0.055565214871482804	MH329656.1	enterobacteria	Escherichia coli strain 92944 plasmid p92944-CTXM, complete sequence	False	True
BAN0020_000000000554	2964	0.5315264340439865	5	5	1	2	5	True	97741	fragment	False	BAN0020_000000000554	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2964.0	100.0	100.0	0.03304264430368454	CP055248.1	enterobacteria	Citrobacter freundii strain ZY198 plasmid pZY-1, complete sequence	False	True
SPA0158_000000003093	4651	0.5315209178275648	5	4	3	3	3	False	124407	maximal	True	SPA0158_000000003093	1.0		0	0	False	False	0.9997850060462952	0					non-mobilizable	no_good_hit	3398.0	98.999	78.0	0.0010165542432087325	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
CHI0181_000000017748	1187	0.5315186733596104	2	2	2	2	1	False	77404	maximal	True	CHI0181_000000017748	1.0		63	6	False	False	0.9941027760505676	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	4.903240320787287e-05	NZ_QEIH01000003.1	CFB group bacteria	Lutibacter citreus strain 1KV19 contig3, whole genome shotgun sequence	True	False
FIJ0113_000000007815	3212	0.5315167852205922	5	4	3	3	3	False	104980	fragment	False	FIJ0113_000000007815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	77.419	4.0	0.00022747489916204164	NZ_VOHK01000004.1	g-proteobacteria	Luteimonas marina strain FR1330 scaffold4, whole genome shotgun sequence	True	False
ISR0834_000000014023	1295	0.5315160571714649	2	2	2	1	1	False	20964	fragment	False	ISR0834_000000014023	1.0		0	0	False	False	0.9992278218269348	0					non-mobilizable	no_good_hit	668.0	87.874	60.0	0.000213501802546845	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
DEN0051_000000013881	3141	0.5315154061278923	4	4	4	3	3	False	109973	maximal	True	DEN0051_000000013881	1.0		1	1	False	False	0.9955428242683411	0					non-mobilizable	no_good_hit	1461.0	97.262	46.0	0.0005019935332230323	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
SPA0028_000000022759	1445	0.531515296679782	2	2	2	2	1	False	27094	fragment	False	SPA0028_000000022759	1.0		0	0	False	False	0.9972318410873413	0					non-mobilizable	no_good_hit	706.0	98.867	49.0	0.40893271461716935	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
MON0103_000000034160	1636	0.5315135392274951	1	1	1	1	1	False	8876	maximal	True	MON0103_000000034160	1.0		61	10	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	0.00013556672873496305	NZ_SNZV01000008.1	CFB group bacteria	Sphingobacterium paludis strain CGMCC 1.12801 Ga0171575_108, whole genome shotgun sequence	True	False
DEN0078_000000013108	2364	0.5315119512743655	4	3	3	3	2	False	69789	fragment	False	DEN0078_000000013108	1.0		0	0	False	False	0.999576985836029	0					non-mobilizable	no_good_hit	945.0	76.085	40.0	0.0002665759433192187	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0034_000000013739	1229	0.531510860413749	2	2	1	1	1	True	88152	maximal	True	CHI0034_000000013739	1.0		155	9	False	False	1.0	0					non-mobilizable	other	816.0	92.03399999999999	91.0	0.0002155693786092901	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0110_000000014433	1184	0.531510860413749	2	2	1	1	1	True	8465	maximal	True	MON0110_000000014433	1.0		158	10	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	92.17	78.0	0.00016287464161590805	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MAD0008_000000003291	3286	0.5315104776847001	4	3	3	2	2	False	71893	maximal	True	MAD0008_000000003291	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	7.053267214439073e-06	CP033906.1	firmicutes	Bacillus sp. FJAT-42376 chromosome	True	False
MON0006_000000005366	3695	0.5315085926775555	5	4	2	2	3	False	115346	fragment	False	MON0006_000000005366	1.0		0	0	False	False	0.9937753677368164	0					non-mobilizable	other	3637.0	93.786	98.0	0.0008478190473257539	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0004_000000011432	2299	0.5315064482930449	3	3	3	3	3	False	67796	maximal	True	ENG0004_000000011432	1.0		114	11	False	False	0.984341025352478	0					non-mobilizable	no_good_hit	242.0	72.314	11.0	4.390055522361959e-05	NZ_CP009450.1	enterobacteria	Pluralibacter gergoviae strain FB2 chromosome, complete genome	True	False
SPA0051_000000018500	1307	0.5315023213484018	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.35499585178963095		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	98.62299999999999	100.0	0.03013243505145125	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0029_000000032431	1283	0.5315023213484018	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.3434795068126533		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	99.92200000000001	100.0	0.029578699644686447	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0045_000000020617	1279	0.5315023213484018	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.3528674208953568		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	98.514	100.0	0.029486410410225646	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ENG0143_000000015119	1256	0.5315023213484018	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.331341008387164		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	99.92	100.0	0.028955747312076046	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ENG0190_000000023675	1256	0.5315023213484018	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.33073920107580335		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	98.32799999999999	100.0	0.028955747312076046	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
SPA0049_000000013628	1256	0.5315023213484018	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.3416477001816504		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	98.646	100.0	0.028955747312076046	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0185_000000027112	1228	0.5315023213484018	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.31737395316716077		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	99.837	100.0	0.028309722670850444	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0062_000000020286	1866	0.5315017862757682	2	2	2	2	1	False	35331	maximal	True	ISR0062_000000020286	1.0		35	7	False	False	0.9812433123588562	0					non-mobilizable	no_good_hit	1613.0	98.574	86.0	0.0006966620799473825	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	True	False
SPA0112_000000023589	1407	0.5315017862757682	2	2	2	2	1	False	4517	maximal	True	SPA0112_000000023589	1.0		8	5	False	False	1.0	0					non-mobilizable	other	1407.0	99.07600000000001	100.0	0.0005334508999422917	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	False	False
TAN0021_000000009851	1995	0.5315008851884898	2	2	2	2	1	False	2379	maximal	True	TAN0021_000000009851	1.0		1	1	False	False	0.9799498915672302	0					non-mobilizable	no_good_hit	1476.0	72.9	73.0	0.04551377808854845	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	True	False
SPA0035_000000001516	8741	0.5315005130708256	5	5	5	5	5	False	97168	maximal	True	SPA0035_000000001516	1.0		63	9	False	False	0.9994279742240906	0					non-mobilizable	no_good_hit	7453.0	99.03399999999999	85.0	0.025465424395247457	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
ENG0083_000000008644	2571	0.5314953246502421	4	2	1	2	2	False	115366	fragment	False	ISR0279_000000007941	0.9664283333838277		0	0	False	False	1.0	0					non-mobilizable	other	2572.0	96.229	100.0	0.0007734767040197605	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0108_000000009949	2274	0.5314953246502421	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.9618430936336473		0	0	False	False	1.0	0					non-mobilizable	chromosome	2275.0	95.78	100.0	0.0006085900434561698	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0041_000000011444	2199	0.5314953246502421	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9401358331483489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	91.76899999999999	85.0	0.00022576936534648517	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0021_000000016233	2182	0.5314953246502421	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9429253816286167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	91.975	84.0	0.0002177160915518381	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0003_000000022803	2179	0.5314953246502421	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9398251064808084		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	91.975	84.0	0.0002177160915518381	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0083_000000010259	2169	0.5314953246502421	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9358073722793901		0	0	False	False	0.9995389580726624	0					non-mobilizable	no_good_hit	785.0	91.975	84.0	0.0002177160915518381	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0089_000000007863	3232	0.5314896490111465	4	2	0	2	0	True	33753	maximal	True	ISR0089_000000007863	1.0		5	3	False	False	0.9925742745399475	0					non-mobilizable	no_good_hit	717.0	97.071	22.0	0.00020039457580022787	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
TAN0010_000000002035	5219	0.5314891906110631	6	5	5	5	5	False	41491	maximal	True	TAN0010_000000002035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	73.52199999999999	14.0	0.00037352016594449313	NC_012440.1	aquificales	Persephonella marina EX-H1, complete sequence	True	False
ISR0150_000000005090	4367	0.5314886646923253	5	5	5	5	4	False	122304	fragment	False	ISR0150_000000005090	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2473.0	81.601	56.0	0.009515768600674664	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0064_000000015244	1731	0.5314878327423228	2	2	2	2	2	False	45480	maximal	True	FIJ0064_000000015244	1.0		1	1	False	False	0.985557496547699	0					non-mobilizable	chromosome	678.0	86.726	94.0	0.00012199796573806243	CP048412.1	enterobacteria	Klebsiella pneumoniae strain MH9CRKP chromosome, complete genome	False	False
ISR0151_000000009846	1999	0.5314869441267943	3	3	3	3	2	False	30767	maximal	True	ISR0151_000000009846	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	96.46799999999999	23.0	6.3657155826507e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
MON0080_000000047368	1231	0.5314853872550558	1	1	1	1	1	False	10015	maximal	True	MON0080_000000047368	1.0		22	4	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	89.655	5.0	5.5678069402713514e-05	CP023991.1	bacteria	Candidatus Saccharibacteria bacterium isolate CG19_WC_8_21_14_NA_150_51_44 chromosome, complete genome	True	False
FIJ0161_000000013249	1348	0.5314838923429673	3	3	3	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.2126471225539813		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	96.58200000000001	99.0	0.0004181161255319003	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0080_000000025406	1315	0.5314833146449829	2	2	2	2	1	True	34280	fragment	False	ISR0080_000000025406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0012_000000014965	1558	0.5314792837313381	3	2	2	2	1	False	67044	maximal	True	ENG0012_000000014965	1.0		2	1	False	False	0.9929396510124207	0					non-mobilizable	no_good_hit	118.0	77.96600000000001	7.0	0.00048027730794128086	NZ_FRCP01000012.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	False
ISR0212_000000007108	4581	0.531475594073039	10	6	3	3	4	True	91460	fragment	False	ISR0212_000000007108	1.0		0	0	False	False	0.9969438910484314	0					non-mobilizable	no_good_hit	3678.0	98.45	85.0	0.0010046363626422894	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ENG0059_000000007357	1704	0.5314727715187961	5	3	2	2	3	False	86095	fragment	False	ENG0059_000000007357	0.9782972251886469		0	0	False	False	1.0	0					non-mobilizable	other	1708.0	96.838	100.0	0.0002977787901558451	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0050_000000018221	1531	0.5314700334386208	2	2	2	2	1	False	124922	fragment	False	ENG0206_000000011673	0.4444550303689991		0	0	False	False	0.9986936450004578	0					non-mobilizable	other	1517.0	84.179	99.0	0.003605536399209639	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0150_000000008481	2709	0.5314665736817439	3	2	0	1	2	False	84789	fragment	False	FIJ0064_000000009357	0.9581899518238128		0	0	False	False	1.0	0					non-mobilizable	plasmid	2709.0	99.37200000000001	100.0	0.5242060418280403	CP054384.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-5, complete sequence	False	True
ISR0840_000000012234	1439	0.5314628751070614	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.36122226119900813		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	97.569	100.0	0.0003990536014795808	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0162_000000025790	1286	0.53146234160354	1	1	1	1	1	False	78517	fragment	False	CHI0162_000000025790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	82.609	9.0	0.00025541124571233973	NZ_AKCB01000002.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.2, whole genome shotgun sequence	True	False
ISR0143_000000018669	1565	0.5314611529939941	2	2	2	2	1	False	31131	maximal	True	ISR0143_000000018669	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	98.85	72.0	0.015505259977476859	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MAD0048_000000021446	1115	0.5314607966403799	2	2	2	2	1	False	17510	maximal	True	MAD0048_000000021446	1.0		26	6	False	False	0.9865471124649048	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000004202	8289	0.5314604068491531	14	11	8	10	5	False	15181	maximal	True	MAD0100_000000004202	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1901.0	97.054	38.0	0.027107400205878988	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	False
ENG0073_000000012870	1908	0.5314570875495692	3	3	3	3	3	False	62231	maximal	True	ENG0073_000000012870	1.0		83	11	False	False	1.0	0					non-mobilizable	no_good_hit	627.0	74.322	33.0	0.00021920637377059399	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0100_000000020802	1504	0.5314537819783786	3	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.4030503275787911		0	0	False	False	1.0	0					non-mobilizable	other	1505.0	97.874	100.0	0.0004171040427434449	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0198_000000012358	2679	0.5314493927732872	3	3	2	3	3	True	28886	maximal	True	ISR0198_000000012358	1.0		11	5	False	False	1.0	0					non-mobilizable	other	1294.0	97.759	95.0	0.00030142603443722454	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
FIJ0133_000000016486	2291	0.5314465449918448	2	2	2	2	1	False	40690	maximal	True	FIJ0133_000000016486	1.0		2	1	False	False	0.9982540607452393	0					non-mobilizable	no_good_hit	1698.0	98.057	74.0	0.0006557268031810483	NC_014330.1	bacteria	Brachyspira pilosicoli 95/1000, complete sequence	True	False
ISR0145_000000005724	5690	0.5314449517842639	8	8	3	5	7	True	123556	backbone	False	ISR0826_000000002301	0.5577426976781512	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	4592.0	95.492	99.0	0.045734871467347914	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0004_000000007801	3381	0.5314423315951299	2	2	2	2	2	False	126038	maximal	True	ENG0004_000000007801	1.0		80	9	False	False	0.9961549639701843	0					non-mobilizable	no_good_hit	1376.0	72.384	40.0	0.0009938591595402	NZ_NQOF01000001.1	firmicutes	Blautia hominis strain KB1 KB1_contig1, whole genome shotgun sequence	True	False
ETH0003_000000013267	2808	0.5314403732117693	4	2	0	2	0	True	53211	maximal	True	ETH0003_000000013267	1.0		1	1	False	False	0.9971510171890259	0					non-mobilizable	no_good_hit								True	True
SPA0034_000000013604	2669	0.5314397430148167	7	6	2	5	3	False	91956	fragment	False	SPA0034_000000013604	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2669.0	98.464	100.0	0.038524850550148725	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0853_000000006721	2574	0.5314342518703329	5	5	4	4	5	True	120611	fragment	False	ISR0853_000000006721	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2588.0	91.461	100.0	0.5176589303733602	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	True
ISR0785_000000026641	1443	0.5314329424558696	3	1	1	1	1	False	22166	maximal	True	ISR0785_000000026641	1.0		3	3	False	False	0.9986140131950378	0					non-mobilizable	no_good_hit								True	False
AST0059_000000005620	2575	0.531431990140448	3	3	3	3	3	False	112863	maximal	True	AST0059_000000005620	1.0		85	9	False	False	0.9968932271003723	0					non-mobilizable	other	2577.0	98.25399999999999	100.0	0.0054489678315989285	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
USA0004_01_000000016680	1307	0.5314316644716369	3	2	2	2	1	False	73066	fragment	False	USA0004_01_000000016680	1.0		0	0	False	False	0.9977046847343445	0					non-mobilizable	chromosome	1334.0	74.363	100.0	0.00044451375096605486	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
FIJ0156_000000001580	4963	0.531430770777709	10	6	4	4	5	False	39513	maximal	True	FIJ0156_000000001580	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000017499	1782	0.5314250961837712	4	3	3	3	3	False	29325	maximal	True	ISR0186_000000017499	1.0		26	4	False	False	0.9797979593276978	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000002763	4834	0.5314228799567048	6	2	2	1	1	False	26585	fragment	False	ISR0266_000000002763	1.0		0	0	False	False	0.9991725087165833	0					non-mobilizable	no_good_hit	76.0	90.789	2.0	0.000216120889380684	NZ_JZUE01000003.1	b-proteobacteria	Aquincola tertiaricarbonis strain MIMtkpLc11 contig3, whole genome shotgun sequence	True	False
FIJ0111_000000008670	2454	0.5314191814307704	3	2	2	2	2	False	46141	fragment	False	FIJ0111_000000008670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1857.0	98.223	76.0	0.05745774255464058	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
AUS0016_000000000849	16045	0.5314185855864697	20	9	4	9	5	True	100673	fragment	False	AUS0016_000000000849	1.0		0	0	False	False	1.0	0					non-mobilizable	other	16047.0	98.33	100.0	0.2578839875850313	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
AST0007_000000010099	1791	0.5314182600678585	5	3	2	1	2	False	126951	maximal	True	AST0007_000000010099	1.0		42	6	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	91.84899999999999	47.0	0.0053637986657061425	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	True	False
FIJ0047_000000002705	9314	0.5314126723619169	11	5	3	4	4	False	116855	fragment	False	FIJ0081_000000002935	0.9982882384141509		0	0	False	False	0.9998926520347595	0					non-mobilizable	no_good_hit								True	False
FIJ0081_000000002935	9138	0.5314126723619169	11	5	3	4	4	False	116855	fragment	False	FIJ0081_000000002935	0.9988342518016109		0	0	False	False	0.9998905658721924	0					non-mobilizable	no_good_hit								True	False
USA0031_01_000000004295	7104	0.5314095550481321	11	7	2	4	7	False	97405	maximal	True	USA0031_01_000000004295	1.0		4	2	False	False	0.9991554021835327	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000016675	1908	0.5314095347665841	2	2	2	1	1	False	29465	fragment	False	ISR0183_000000016675	1.0		0	0	False	False	0.9848008155822754	0					non-mobilizable	no_good_hit	1427.0	95.165	84.0	0.027649859506712456	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	True	False
MAD0093_000000022818	1417	0.5314079985741118	2	2	2	2	2	False	15658	maximal	True	MAD0093_000000022818	1.0		105	10	False	False	0.9731827974319458	0					non-mobilizable	no_good_hit	647.0	84.389	46.0	0.0022521737311476326	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
FIJ0051_000000000486	27850	0.5314074380558844	38	19	14	19	8	True	108319	fragment	False	FIJ0051_000000000486	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	91.04799999999999	4.0	0.033225642974787785	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
ISR0271_000000002568	5357	0.5314066023315098	7	4	4	3	2	False	108228	maximal	True	ISR0271_000000002568	1.0	PS667	313	13	False	True	0.9994400143623352	0					non-mobilizable	other	5191.0	94.105	100.0	0.0013834143984892237	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0024_000000032136	1141	0.5314053450983061	2	2	2	2	1	False	120637	fragment	False	ISR0039_000000028021	0.26818950930626057		0	0	False	False	0.9903593063354492	0					non-mobilizable	chromosome	1141.0	94.566	100.0	0.00046948008786690487	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0107_000000013198	2181	0.5314041024771099	2	2	2	2	2	False	60011	fragment	False	ENG0107_000000013198	1.0		0	0	False	False	0.9958734512329102	0					non-mobilizable	chromosome	2179.0	99.35799999999999	100.0	0.0007461592327098667	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
USA0034_01_000000032546	1601	0.5314003882555338	2	1	1	1	1	False	32841	fragment	False	ISR0107_000000016890	0.9750750750750752		0	0	False	False	0.9937539100646973	0					non-mobilizable	other	1618.0	91.965	100.0	0.0049669739264605085	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
FIJ0014_000000002996	7371	0.5313965378646734	5	5	4	4	4	False	66560	maximal	True	FIJ0014_000000002996	1.0		10	3	False	False	0.9932166337966919	0					non-mobilizable	no_good_hit	5192.0	98.902	70.0	0.01497652974966028	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	True	False
ENG0195_000000002549	7740	0.5313955847412339	7	3	3	3	2	True	54487	maximal	True	ENG0195_000000002549	1.0		44	9	False	False	0.99896639585495	0					non-mobilizable	no_good_hit	261.0	75.862	3.0	0.0016157658030165202	NZ_FYDE01000002.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	True
ISR0312_000000014179	1331	0.5313909392979301	2	2	2	2	2	False	74450	maximal	True	ISR0312_000000014179	0.9933606042201382		109	10	False	False	0.9984973669052124	0					non-mobilizable	no_good_hit	1031.0	71.678	76.0	0.0161154060731649	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0167_000000008299	2364	0.5313843200834489	2	2	2	2	2	False	50923	fragment	False	FIJ0167_000000008299	1.0		0	0	False	False	0.9974619150161743	0					non-mobilizable	no_good_hit	346.0	74.855	14.0	0.02604931591559094	NZ_BBCF01000024.1	firmicutes	Calditerricola satsumensis JCM 14719, whole genome shotgun sequence	True	False
FIJ0158_000000016785	1126	0.5313835548867367	2	2	2	2	1	False	39418	maximal	False	ISR0068_000000016534	0.9532634971796938		0	0	False	False	0.980461835861206	0					non-mobilizable	no_good_hit	533.0	88.18	83.0	0.0019755140235502068	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0091_000000006983	4452	0.5313831919374024	9	8	5	3	4	False	33636	maximal	True	ISR0091_000000006983	1.0		4	3	False	False	0.9997754096984863	0					non-mobilizable	no_good_hit	1236.0	99.595	66.0	0.0003695744746431512	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
CAN0003_000000039118	1248	0.5313819904972343	2	1	1	1	1	False	96396	fragment	False	CAN0003_000000039118	1.0		0	0	False	False	0.9871794581413269	0					non-mobilizable	no_good_hit	567.0	81.48100000000001	87.0	0.0007220023190816539	NZ_QSBM01000001.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf1, whole genome shotgun sequence	True	False
FIJ0040_000000004761	5157	0.5313776572264828	8	8	0	1	8	False	47522	maximal	True	FIJ0040_000000004761	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	5156.0	98.09899999999999	99.0	0.04703015478971963	CP059316.1	enterobacteria	Klebsiella pneumoniae strain Kp46564 plasmid pKp46564-1, complete sequence	False	True
ISR0049_000000004832	5608	0.531374367537008	10	6	3	4	1	True	104137	maximal	True	ISR0049_000000004832	1.0		23	6	False	False	0.9996433854103088	0					non-mobilizable	no_good_hit	2954.0	96.818	89.0	0.008718784507549588	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
DEN0069_000000012802	2168	0.5313712972859137	4	1	1	1	1	False	82071	fragment	False	DEN0069_000000012802	0.9964859437751004		0	0	False	False	0.9976937174797058	0					non-mobilizable	no_good_hit								True	False
CHI0117_000000007358	1992	0.5313712972859137	4	1	1	1	1	False	82071	fragment	False	DEN0069_000000012802	0.9577952029520296		0	0	False	False	0.9979919791221619	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.00010206974766090162	NZ_CABVQD010000005.1	b-proteobacteria	Burkholderia paludis isolate LMG 30113, whole genome shotgun sequence	True	False
FIJ0064_000000020816	1239	0.5313709344033621	3	3	2	3	2	False	51957	fragment	False	FIJ0064_000000020816	0.9368965864265567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	521.0	94.626	74.0	0.00042215673380582413	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0001_000000008759	2254	0.531369081020722	3	3	3	2	1	False	52597	fragment	False	FIJ0001_000000008759	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2256.0	95.656	100.0	0.006466364290980655	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
MAD0096_000000012070	1585	0.5313685669692042	3	3	3	3	3	False	15480	fragment	False	MAD0096_000000012070	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1585.0	99.93700000000001	100.0	0.0002936550487534121	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
ISR0282_000000007734	2784	0.5313627190228649	7	5	2	3	3	False	26143	maximal	True	ISR0282_000000007734	1.0		1	1	False	False	0.9996408224105835	0					non-mobilizable	no_good_hit	731.0	93.98100000000001	56.0	0.000245377131861093	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0055_000000014842	1630	0.5313625378232018	2	2	2	2	2	False	13496	fragment	False	MON0055_000000014842	1.0		0	0	False	False	0.9950920343399048	0					non-mobilizable	no_good_hit	615.0	76.911	79.0	0.00021566507532518858	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0233_000000000750	8971	0.5313604221981486	7	7	2	2	7	False	27400	maximal	True	ISR0233_000000000750	1.0		2	1	False	False	1.0	0					non-mobilizable	other	5980.0	87.943	99.0	0.0014042603439282945	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	False
ISR0118_000000014323	1171	0.531354953102062	1	1	1	1	1	False	56717	fragment	False	ENG0155_000000015879	0.6163626312880044		0	0	False	False	0.9974380731582642	0					non-mobilizable	virus	1155.0	82.51100000000001	98.0	0.005601255150368774	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	False	False
ISR0807_000000001360	9407	0.5313512514004894	12	7	6	4	3	False	92307	maximal	True	ISR0807_000000001360	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.877	16.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
CHI0185_000000009210	2245	0.5313479710693488	4	3	3	3	1	False	77224	maximal	True	CHI0185_000000009210	1.0		5	2	False	False	0.9937639236450195	0					non-mobilizable	no_good_hit	813.0	83.395	36.0	0.00024176792266557715	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AST0055_000000029115	1262	0.5313475762729439	2	2	2	2	1	False	113381	fragment	False	AST0055_000000029115	1.0		0	0	False	False	0.999207615852356	0					non-mobilizable	no_good_hit	161.0	81.988	13.0	0.006555764975825617	NZ_SLUM01000040.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_140, whole genome shotgun sequence	True	False
ISR0139_000000019093	1432	0.5313472502133454	2	2	2	1	1	False	31292	fragment	False	ISR0139_000000019093	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1435.0	96.02799999999999	100.0	0.0005486494061282337	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	False	False
FIJ0048_000000003694	7302	0.5313445195198371	10	6	4	4	3	True	46817	fragment	False	FIJ0048_000000003694	1.0		0	0	False	False	0.9979457855224609	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.007978723404255319	XM_010882437.3	bony fishes	PREDICTED: Esox lucius zinc finger protein 180-like (LOC105017660), mRNA	True	True
FIJ0026_000000027307	1194	0.5313442413768671	3	3	3	3	2	False	49033	fragment	False	FIJ0026_000000027307	1.0		0	0	False	False	0.9949748516082764	0					non-mobilizable	chromosome	1145.0	100.0	96.0	0.00022241521537822348	CP023673.1	enterobacteria	Escherichia coli strain SMN013SH2 chromosome, complete genome	False	False
ISR0238_000000008839	1673	0.5313419221582069	1	1	1	1	1	False	72008	maximal	True	ISR0238_000000008839	0.9810469314079422		201	10	False	False	0.9754931330680847	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	0.00014163071425458667	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0326_000000013375	1522	0.5313419221582069	1	1	1	1	1	False	24811	maximal	True	ISR0326_000000013375	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	990.0	99.79799999999999	65.0	0.00018163746264402436	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ENG0155_000000010110	2097	0.5313391250060775	2	2	2	2	2	False	56754	maximal	True	ENG0155_000000010110	1.0		92	8	False	False	0.9985693693161011	0					non-mobilizable	no_good_hit	661.0	72.617	31.0	0.0001757507735061928	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0146_000000000589	9763	0.5313364429506552	11	7	3	5	4	True	102555	fragment	False	CHI0146_000000000589	0.9614016736401674		0	0	False	False	0.9991805553436279	0					non-mobilizable	chromosome	6413.0	99.626	99.0	0.0011398122260682095	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
MON0055_000000006500	2980	0.5313361555482681	3	3	3	3	2	False	18862	maximal	False	MON0103_000000015269	0.977508529462317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1640.0	76.829	55.0	0.00036915798419786145	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0004_000000012947	2971	0.5313361555482681	3	3	3	3	2	False	18862	maximal	False	MON0103_000000015269	0.9783065918237941		0	0	False	False	0.9962975382804871	0					non-mobilizable	no_good_hit	1653.0	76.709	55.0	0.0003718790504204501	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0037_000000006730	3172	0.5313298512111337	6	5	3	5	1	True	36708	maximal	True	ISR0037_000000006730	1.0		1	1	False	False	0.999684751033783	0					non-mobilizable	no_good_hit	55.0	87.273	2.0	0.00011446508484724415	NZ_QANS01000004.1	g-proteobacteria	Stenotrophobium rhamnosiphilum strain GT1R17 scaffold5, whole genome shotgun sequence	True	True
MON0096_000000010534	3220	0.5313208229981478	4	3	2	3	3	False	40422	maximal	True	MON0096_000000010534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0072_000000013062	1561	0.5313164782402793	2	2	2	1	1	False	5868	maximal	True	SPA0072_000000013062	1.0		0	0	False	False	0.9820627570152283	0					non-mobilizable	no_good_hit	1191.0	76.071	76.0	0.0017092702518779483	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
MON0103_000000028647	1896	0.5313159732091585	3	2	1	2	2	True	11731	maximal	True	MON0103_000000028647	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	71.76	53.0	0.000422116914228945	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ENG0142_000000022151	1549	0.5313159732091585	2	2	1	2	2	True	122078	fragment	False	MON0007_000000042982	0.7850861000069748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	76.19	63.0	0.00040912225251981164	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
TAN0017_000000015928	2272	0.5313113822261087	3	2	2	2	1	True	113032	maximal	True	TAN0017_000000015928	1.0		1	1	False	False	0.9793133735656738	0					non-mobilizable	no_good_hit	1713.0	97.37299999999999	75.0	0.02750156623989976	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	True	True
FIJ0027_000000014403	1205	0.5313090750333899	2	2	2	1	1	False	48975	fragment	False	FIJ0123_000000029517	0.964196980995607		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	79.555	99.0	0.0006927755867033081	CP012068.1	firmicutes	Eubacterium sulci ATCC 35585, complete genome	False	False
ENG0083_000000010790	2065	0.53130854366918	2	2	2	2	1	False	61572	maximal	True	ENG0083_000000010790	1.0		483	14	False	False	0.9985471963882446	0					non-mobilizable	chromosome	2065.0	98.257	100.0	0.0007276225198817032	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0172_000000001765	12797	0.5313063101939485	16	11	8	9	9	True	47416	maximal	True	FIJ0172_000000001765	1.0		7	1	False	False	0.9999218583106995	0					non-mobilizable	no_good_hit	2412.0	99.25399999999999	19.0	0.3300027374760471	NZ_JAAITU010000076.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_76_length_7306_cov_166.949, whole genome shotgun sequence	True	True
ENG0205_000000007232	1115	0.5313034442370582	1	1	1	1	1	True	53979	fragment	False	ENG0205_000000007232	1.0		0	0	False	False	0.9901345372200012	0					non-mobilizable	no_good_hit	98.0	100.0	9.0	2.7357805689633874e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0056_000000013397	1646	0.5312986584324032	2	2	2	2	2	False	109665	fragment	False	ISR0135_000000008946	0.26560609871655533		0	0	False	False	1.0	0					non-mobilizable	chromosome	1646.0	100.0	100.0	0.0003208256198663025	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
ISR0134_000000002515	11708	0.5312958708270415	14	9	6	9	5	False	32263	maximal	True	ISR0134_000000002515	1.0		15	5	False	False	0.9998291730880737	0					non-mobilizable	no_good_hit	298.0	79.195	3.0	0.001594195825809705	NZ_FXLO01000006.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	False
ISR0023_000000003794	6908	0.5312923396850696	8	4	2	4	0	False	132438	fragment	False	CHI0048_000000001975	0.4772102445376935		0	0	False	False	0.9995657205581665	0					non-mobilizable	no_good_hit								True	False
FIJ0016_000000013950	1376	0.5312923101732212	2	1	1	1	1	False	50204	maximal	True	FIJ0016_000000013950	1.0		96	11	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.643565441297321e-05	CP046236.1	basidiomycetes	Malassezia furfur isolate CBS14141 chromosome 3	True	False
ISR0174_000000010298	2430	0.5312922158373	3	3	1	2	2	False	115976	fragment	False	ISR0174_000000010298	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2430.0	99.13600000000001	100.0	0.0007795073051520681	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0145_000000016558	2087	0.5312922158373	3	3	1	2	2	False	115975	fragment	False	SPA0145_000000016558	1.0		0	0	False	False	0.9980833530426025	0					non-mobilizable	chromosome	2087.0	98.56299999999999	100.0	0.0006540350178228482	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0127_000000012221	2108	0.5312917144796436	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.6672744730554087		0	0	False	False	0.9981024861335754	0					non-mobilizable	other	2123.0	93.029	99.0	0.12278260869565218	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
USA0031_01_000000007406	4070	0.5312916422807357	5	5	4	3	2	False	1546	maximal	True	USA0031_01_000000007406	1.0		21	5	False	False	0.9995086193084717	0					non-mobilizable	no_good_hit	1573.0	83.725	57.0	0.0011917167709260604	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	True	False
MON0098_000000030641	1181	0.5312886702737155	2	2	2	2	2	False	10260	fragment	False	MON0098_000000030641	0.9816946918846368		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	98.391	100.0	0.0281898755345326	NZ_SPFY01000019.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_19_length_41859_cov_18.8987, whole genome shotgun sequence	False	False
ENG0206_000000003064	7357	0.5312818892303155	6	6	3	5	4	True	53977	fragment	False	ENG0206_000000003064	1.0		0	0	False	False	0.9985048174858093	0					non-mobilizable	no_good_hit	2606.0	94.781	43.0	0.0008353385094582911	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
CHI0081_000000001994	5315	0.5312771638718518	6	3	1	3	2	False	111172	maximal	True	CHI0081_000000001994	1.0		5	1	False	False	0.9992474317550659	0					non-mobilizable	no_good_hit	2668.0	93.928	80.0	0.0006817174356861515	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ENG0075_000000004694	5107	0.5312762716021261	6	6	6	5	4	False	124606	maximal	True	ENG0075_000000004694	1.0		8	5	False	False	0.9992167353630066	0					non-mobilizable	other	5089.0	99.60700000000001	99.0	0.224899420840886	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	False	False
ENG0187_000000022776	1341	0.5312718427976553	2	2	2	2	1	False	54951	maximal	True	ENG0187_000000022776	1.0		1	1	False	False	0.9992542862892151	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	4.236697767659737e-06	NZ_AP021876.1	d-proteobacteria	Desulfosarcina ovata subsp. sediminis strain 28bB2T	True	False
ENG0127_000000017667	1503	0.531271412221624	2	2	2	2	1	False	58695	fragment	False	ENG0127_000000017667	1.0		0	0	False	False	0.9747172594070435	0					non-mobilizable	other	1506.0	85.126	99.0	0.0005431604946367	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
MAD0047_000000025331	1813	0.5312706310785866	3	3	2	3	1	False	79797	fragment	False	MAD0047_000000025331	1.0		0	0	False	False	0.9988968372344971	0					non-mobilizable	plasmid	1815.0	98.512	99.0	0.0029338943280200662	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ENG0200_000000010536	1935	0.5312687092134962	2	2	2	2	2	False	54200	maximal	True	ENG0200_000000010536	1.0		18	4	False	False	0.9994832277297974	0					non-mobilizable	other	1217.0	90.46799999999999	99.0	0.0044346548116004705	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0051_000000010477	2413	0.5312685165260936	3	3	3	3	3	False	6557	maximal	True	SPA0051_000000010477	1.0		44	7	False	False	0.9896394610404968	0					non-mobilizable	chromosome	1295.0	94.44	100.0	0.000571339256305263	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0029_000000003399	6562	0.5312681179970602	4	3	2	2	1	False	7402	maximal	True	SPA0029_000000003399	1.0		1	1	False	False	0.9996952414512634	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.00011211815435336612	NZ_JHXQ01000003.1	a-proteobacteria	Rhizobium undicola ORS 992 = ATCC 700741 T424DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
AST0019_000000012965	2231	0.5312677703498002	4	3	2	2	3	False	122415	maximal	True	AST0019_000000012965	1.0		173	11	False	False	0.9932765364646912	0					non-mobilizable	other	2230.0	99.77600000000001	99.0	0.0019133901255678366	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MAD0008_000000005840	2164	0.5312648744984519	3	3	3	3	3	False	87759	fragment	False	MAD0008_000000005840	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2164.0	100.0	100.0	0.000465997881788639	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0091_000000002561	9868	0.5312644343812704	10	3	3	3	1	False	89495	maximal	True	FIJ0091_000000002561	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	747.0	71.75399999999999	8.0	0.0002119034056732716	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0025_000000001651	11121	0.5312608929700683	15	14	3	2	14	False	66187	maximal	True	ENG0025_000000001651	1.0		1	1	False	False	0.9999100565910339	0					non-mobilizable	plasmid	11132.0	99.90100000000001	100.0	0.03584920852187636	CP049309.1	enterobacteria	Salmonella enterica subsp. enterica serovar Johannesburg strain CVM N58011 plasmid p58011, complete sequence	False	True
USA0001_01_000000012597	1354	0.5312602558461079	2	1	1	1	1	False	3256	maximal	True	USA0001_01_000000012597	0.9995024875621891		22	6	False	False	1.0	0					non-mobilizable	other	1290.0	100.0	95.0	0.00141430765854729	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
USA0031_01_000000019845	1344	0.5312602558461079	2	1	1	1	1	False	3256	maximal	False	USA0001_01_000000012597	0.9950505963535351		0	0	False	False	0.9985119104385376	0					non-mobilizable	other	1288.0	100.0	96.0	0.00141211323238973	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0150_000000015654	1340	0.5312602558461079	2	1	1	1	1	False	3256	maximal	False	USA0001_01_000000012597	0.9925888314459216		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	100.0	95.0	0.0013967522492868115	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ENG0100_000000002393	11028	0.5312588096505798	14	10	6	7	7	False	106868	maximal	True	ENG0100_000000002393	1.0		23	7	False	False	0.9999093413352966	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	1.0	0.0007218502160801633	NZ_VWXL01000003.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_3, whole genome shotgun sequence	True	False
SPA0095_000000013727	1405	0.5312583282729927	2	2	1	2	1	False	77470	fragment	False	ENG0003_000000014987	0.9639552944097742		0	0	False	False	1.0	0					non-mobilizable	other	1405.0	99.64399999999999	100.0	0.000367685763804322	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
FIJ0139_000000005797	4449	0.5312541391330223	10	3	3	3	1	True	40446	maximal	True	FIJ0139_000000005797	1.0		1	1	False	False	0.999550461769104	0					non-mobilizable	no_good_hit								True	True
ISR0787_000000007303	1955	0.5312498211018938	4	2	1	2	1	False	22135	fragment	False	ISR0787_000000007303	1.0		0	0	False	False	0.9994884729385376	0					non-mobilizable	no_good_hit								True	False
ISR0131_000000018914	1797	0.5312498211018938	5	2	1	2	1	False	31654	fragment	False	ISR0131_000000018914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.9572179086326045e-06	NZ_LT906469.1	high GC Gram+	Mycolicibacter terrae strain NCTC10856 chromosome 1	True	False
FIJ0030_000000021368	1720	0.5312498211018938	4	2	1	2	1	False	48712	fragment	False	FIJ0030_000000021368	1.0		0	0	False	False	0.9831395149230957	0					non-mobilizable	no_good_hit	31.0	100.0	4.0	1.3352204448954523e-05	CU466930.1	bacteria	Candidatus Cloacamonas acidaminovorans str. Evry provisional genome sequence from WWE1 candidate division	True	False
FIJ0164_000000019572	1163	0.5312498211018938	2	2	1	2	1	False	39072	fragment	False	FIJ0164_000000019572	1.0		0	0	False	False	0.9991401433944702	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	6.0	9.275128642274081e-06	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	False
AST0116_000000001447	12786	0.5312431608464566	16	12	8	8	10	True	106291	maximal	True	AST0116_000000001447	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	8263.0	97.68799999999999	66.0	0.0029028341290355457	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	True
ISR0127_000000002319	8338	0.5312428158945878	9	9	7	7	6	True	112060	maximal	True	ISR0127_000000002319	0.991721410881191		41	9	False	False	1.0	0					non-mobilizable	no_good_hit	5569.0	87.251	67.0	0.0017775412999959566	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ENG0042_000000013409	1916	0.5312392481145655	2	1	1	1	1	False	64692	maximal	True	ENG0042_000000013409	1.0		122	8	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	77.51899999999999	69.0	0.00598384045511666	NZ_CAPH01000017.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
SPA0037_000000004571	5190	0.5312357939336897	8	3	2	2	3	False	24253	maximal	True	SPA0037_000000004571	1.0		1	1	False	False	0.9994219541549683	0					non-mobilizable	no_good_hit	3438.0	99.825	66.0	0.0005940445863560559	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ENG0036_000000010717	2238	0.5312346877412528	5	4	2	4	1	False	77434	maximal	False	CHI0181_000000008906	0.9606863596872285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0118_000000004358	6254	0.5312346737631043	15	3	3	3	3	False	106007	maximal	True	AST0118_000000004358	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	81.013	9.0	0.00015483953941864944	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0101_000000012592	2247	0.5312338250571318	3	2	2	2	0	False	40928	maximal	True	MAD0101_000000012592	1.0		0	0	False	False	0.9942145347595215	0					non-mobilizable	no_good_hit	550.0	86.36399999999999	24.0	0.0002541752363363321	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0103_000000000781	16945	0.5312337267922422	23	14	7	11	6	False	132287	maximal	True	FIJ0103_000000000781	1.0		1	1	False	False	0.9991738200187683	0					non-mobilizable	no_good_hit	10236.0	90.62100000000001	86.0	0.0023729134645983055	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0244_000000000869	16445	0.5312330602908476	12	7	6	7	2	True	115744	maximal	True	ISR0244_000000000869	1.0		39	5	False	False	0.9999392032623291	0					non-mobilizable	virus	9708.0	98.40299999999999	98.0	0.2761828890090193	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	True
FIJ0043_000000009429	2807	0.5312300907980895	3	3	3	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8720522239934336	PS871	0	0	False	True	0.9964374899864197	0					non-mobilizable	no_good_hit	2309.0	99.913	82.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0369_000000004699	2628	0.5312300907980895	3	3	3	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8691185019212445	PS871	0	0	False	True	0.9996194839477539	0					non-mobilizable	no_good_hit	2310.0	99.221	88.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0012_000000022874	1121	0.5312221849691201	1	1	1	1	1	False	50680	fragment	False	FIJ0012_000000022874	1.0		0	0	False	False	0.9982158541679382	0					non-mobilizable	chromosome	1121.0	100.0	100.0	0.00021796299183008539	CP042953.1	enterobacteria	Escherichia coli strain D8-1 chromosome, complete genome	False	False
ETH0003_000000003284	7919	0.5312197856244666	9	6	2	4	4	False	69505	maximal	True	ETH0003_000000003284	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	9.398648539158335e-05	NZ_SORE01000007.1	b-proteobacteria	Paraburkholderia rhizosphaerae strain LMG 29544 Ga0139080_107, whole genome shotgun sequence	True	False
ISR0151_000000002398	6198	0.5312197187340294	6	4	4	4	2	False	58110	maximal	True	ISR0151_000000002398	1.0		11	2	False	False	0.999838650226593	0					non-mobilizable	no_good_hit	1867.0	75.62899999999999	30.0	0.01694961639861703	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
SPA0108_000000005163	5635	0.5312151109925528	7	4	3	2	3	False	123396	maximal	True	SPA0108_000000005163	1.0		1	1	False	False	0.9994676113128662	0					non-mobilizable	no_good_hit	1410.0	74.89399999999999	25.0	0.0011383123289558609	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
FIJ0011_000000033705	1364	0.5312116128282058	2	2	2	2	1	True	50891	maximal	True	FIJ0011_000000033705	1.0		1	1	False	False	0.9948680400848389	0					non-mobilizable	no_good_hit								True	True
FIJ0030_000000014257	2403	0.5312071989323064	2	2	2	2	2	False	48749	maximal	True	FIJ0030_000000014257	1.0		1	1	False	False	0.9995838403701782	0					non-mobilizable	no_good_hit	889.0	76.265	45.0	0.00015696416026485168	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
FIJ0048_000000023482	1446	0.5312010490402448	2	1	1	1	1	False	46736	maximal	True	FIJ0048_000000023482	1.0		2	1	False	False	0.9937759041786194	0					non-mobilizable	no_good_hit	221.0	76.471	15.0	0.002609804204550921	NZ_NIQC01000009.1	firmicutes	Natranaerobius trueperi strain DSM 18760 ZB100008, whole genome shotgun sequence	True	False
DEN0067_000000011453	2881	0.5311954065225906	5	4	1	2	4	False	87061	fragment	False	DEN0067_000000011453	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2884.0	96.221	100.0	0.0004443803914647521	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CAN0012_000000009837	5492	0.5311952742136302	7	6	3	3	5	True	94303	maximal	True	CAN0012_000000009837	1.0		1	1	False	False	0.9990895986557007	0					non-mobilizable	no_good_hit	897.0	86.845	30.0	0.00635874700712606	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
ISR0267_000000005442	2982	0.5311932715292356	5	3	2	3	1	False	26541	maximal	True	ISR0267_000000005442	1.0		5	5	False	False	0.9996646642684937	0					non-mobilizable	other	2982.0	97.116	100.0	0.06198501872659176	NZ_LMUA01000025.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00025, whole genome shotgun sequence	False	False
SPA0149_000000016079	2431	0.5311932715292356	4	3	2	3	1	False	3309	maximal	True	SPA0149_000000016079	1.0		9	5	False	False	0.999588668346405	0					non-mobilizable	no_good_hit	913.0	96.166	67.0	0.01880982105701207	NZ_LMUA01000025.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00025, whole genome shotgun sequence	True	False
FIJ0053_000000008230	2470	0.5311896988640268	4	3	3	3	3	False	46415	maximal	True	FIJ0053_000000008230	1.0		30	6	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	76.183	26.0	0.00015638766792776425	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
ISR0853_000000004505	3548	0.5311870262601395	4	4	4	3	3	False	20530	maximal	True	ISR0853_000000004505	1.0		45	7	False	False	1.0	0					non-mobilizable	no_good_hit	1952.0	94.211	70.0	0.0003457477822368477	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0268_000000006970	2712	0.5311858353567842	4	3	3	3	3	False	26499	fragment	False	ISR0268_000000006970	1.0		0	0	False	False	0.9996312856674194	0					non-mobilizable	no_good_hit	1103.0	87.307	47.0	0.00029221626878148213	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
USA0010_01_000000020395	1282	0.5311849213456051	2	2	1	1	2	False	89918	fragment	False	USA0010_01_000000020395	1.0		0	0	False	False	0.9984399080276489	0					non-mobilizable	other	1282.0	100.0	100.0	0.14284121320249776	NZ_JAAITU010000072.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_72_length_8968_cov_113.507, whole genome shotgun sequence	False	False
FIJ0158_000000008919	2052	0.5311848965166767	3	3	3	3	2	True	92771	fragment	False	FIJ0158_000000008919	0.9962178517397882		0	0	False	False	0.9995126724243164	0					non-mobilizable	other	2052.0	99.561	100.0	0.004522502260148618	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	True
DEN0041_000000017236	1983	0.5311848965166767	3	3	3	3	2	True	92771	fragment	False	FIJ0158_000000008919	0.9795321637426901		0	0	False	False	1.0	0					non-mobilizable	other	1981.0	99.79799999999999	99.0	0.004365945624131772	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	True
FIJ0091_000000011627	1935	0.5311824105820214	2	2	2	2	2	False	126974	maximal	True	FIJ0091_000000011627	1.0		0	0	False	False	0.9994832277297974	0					non-mobilizable	no_good_hit	1480.0	93.851	87.0	0.021069923576887365	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
ISR0268_000000000085	42745	0.5311810193925283	67	18	8	16	11	False	37457	fragment	False	ISR0268_000000000085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	96.319	0.0	0.0005430319282661527	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
ENG0187_000000013044	2240	0.5311773327643159	2	2	2	2	2	False	119649	maximal	False	ISR0302_000000006537	0.9767820346417266		0	0	False	False	0.9924107193946838	0					non-mobilizable	chromosome	2240.0	99.464	100.0	0.00044687568233865076	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0319_000000006463	2782	0.5311710991565862	4	4	3	3	2	False	25101	maximal	True	ISR0319_000000006463	1.0		9	5	False	False	0.9956865310668945	0					non-mobilizable	other	2513.0	99.84100000000001	90.0	0.04547511721790764	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
ISR0305_000000008777	2036	0.5311695536776732	2	2	2	2	2	False	25475	fragment	False	ISR0305_000000008777	1.0		0	0	False	False	0.9921414256095886	0					non-mobilizable	chromosome	2036.0	97.741	100.0	0.0009281946773166554	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
FIJ0055_000000005977	2314	0.5311692863019987	2	1	1	1	1	False	46265	maximal	True	FIJ0055_000000005977	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	97.126	65.0	0.006707525190318608	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
USA0026_01_000000000123	64873	0.5311671242270969	63	3	2	3	2	False	1642	fragment	False	USA0026_01_000000000123	1.0		0	0	False	False	0.9999691843986511	0					non-mobilizable	no_good_hit	247.0	100.0	0.0	0.9959514170040485	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	False
FIJ0058_000000017153	2322	0.5311665864098536	2	2	2	2	2	False	46026	maximal	True	FIJ0058_000000017153	1.0		3	2	False	False	0.9922480583190918	0					non-mobilizable	no_good_hit	1192.0	74.581	51.0	0.00032973897428342346	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	True	False
MON0033_000000001811	24421	0.5311640561815706	22	13	4	11	5	True	14263	fragment	False	MON0033_000000001811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	98.831	11.0	0.001770101247842194	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
ISR0248_000000004116	1140	0.5311634685480952	2	2	2	2	1	False	27079	maximal	True	ISR0248_000000004116	1.0		30	9	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	75.922	45.0	0.00011350111320111418	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0120_000000014123	1195	0.5311604309428342	2	2	2	2	1	False	81812	maximal	True	CHI0120_000000014123	1.0		104	12	False	False	1.0	0					non-mobilizable	other	1110.0	74.775	91.0	0.0003062946080303339	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0089_000000003679	2246	0.531155328142255	2	2	2	2	2	False	83889	maximal	True	CHI0089_000000003679	1.0		122	11	False	False	0.9897595643997192	0					non-mobilizable	no_good_hit	105.0	83.81	5.0	1.732114238819875e-05	NZ_PDDX01000001.1	enterobacteria	Budvicia aquatica strain FDAARGOS_387 pRIID_90.contig.0, whole genome shotgun sequence	True	False
ISR0821_000000012068	2455	0.5311536491560387	6	5	5	4	5	False	41276	fragment	False	ISR0821_000000012068	1.0		0	0	False	False	0.99918532371521	0					non-mobilizable	other	1456.0	99.794	100.0	0.0003134659815083078	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ENG0167_000000002695	8813	0.5311531802350304	11	9	4	3	5	True	56102	maximal	True	ENG0167_000000002695	1.0		4	4	False	False	0.9988653063774109	0					non-mobilizable	no_good_hit	2038.0	79.49	53.0	0.00030815388885642496	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	True
MON0026_000000028682	1689	0.5311521482342142	2	2	2	2	2	False	124922	fragment	False	ENG0206_000000011673	0.19696868154506142		0	0	False	False	1.0	0					non-mobilizable	chromosome	1687.0	84.588	99.0	0.0005935216194499443	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0003_000000012536	1893	0.5311461921846138	2	2	2	2	1	True	74299	maximal	True	FIJ0003_000000012536	1.0		68	9	False	False	0.9994717240333557	0					non-mobilizable	no_good_hit	843.0	75.208	44.0	0.004739748410909533	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	True	True
DEN0024_000000008819	1189	0.5311461921846138	2	2	2	2	1	True	74298	fragment	False	DEN0024_000000008819	0.9635818337617823		0	0	False	False	0.9671993255615234	0					non-mobilizable	no_good_hit	843.0	75.32600000000001	70.0	0.004739748410909533	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	True	True
MAD0021_000000013478	1167	0.5311461921846138	2	2	2	2	1	True	74298	fragment	False	DEN0024_000000008819	0.9550042052144659		0	0	False	False	0.9905741214752197	0					non-mobilizable	no_good_hit	843.0	75.208	71.0	0.004739748410909533	NZ_DS483534.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_14, whole genome shotgun sequence	True	True
DEN0063_000000042187	1216	0.5311424149952609	2	2	2	2	2	False	71392	fragment	False	DEN0063_000000042187	0.996943231441048		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	99.34200000000001	100.0	0.004660743877738906	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0105_000000003912	7046	0.5311393543633351	10	7	7	3	7	True	14863	maximal	True	MAD0105_000000003912	1.0		21	1	False	False	1.0	0					non-mobilizable	chromosome	7064.0	96.376	100.0	0.0013716732675838885	CP040443.1	enterobacteria	Escherichia sp. E4742 chromosome, complete genome	False	True
ISR0255_000000027081	1263	0.5311317336388213	2	1	1	1	1	False	76201	maximal	True	ISR0255_000000027081	1.0		270	15	False	False	1.0	0					non-mobilizable	chromosome	1154.0	80.156	91.0	0.0002550436778989742	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0160_000000018281	1119	0.5311317336388213	1	1	1	1	1	False	76200	fragment	False	DEN0007_000000021286	0.9693534844668346		0	0	False	False	0.9901698231697083	0					non-mobilizable	no_good_hit	981.0	80.53	87.0	0.00022746933713335444	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MAD0032_000000004665	3353	0.5311310383877618	4	3	1	3	3	False	18922	fragment	False	MAD0032_000000004665	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	96.0	11.0	5.308465882703178e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0148_000000018522	1160	0.5311295341940484	2	2	2	1	1	False	39870	fragment	False	FIJ0148_000000018522	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	99.741	100.0	0.020056067003530145	NZ_NQCD01000009.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_29_length_57788_cov_72.3398_ID_57.ctg_1, whole genome shotgun sequence	False	False
ENG0179_000000007923	4163	0.531128634636988	7	3	2	2	2	False	55410	fragment	False	ENG0179_000000007923	1.0		0	0	False	False	0.9997597932815552	0					non-mobilizable	no_good_hit	108.0	85.185	3.0	4.8893868478261374e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
ISR0201_000000023451	1245	0.5311285830545743	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.044484448385202324		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	99.277	100.0	0.0026012207336529795	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0049_000000023336	1256	0.5311274687282708	2	2	2	1	1	False	35955	maximal	True	ISR0049_000000023336	0.9768703840090488		219	9	False	False	0.9976114630699158	0					non-mobilizable	other	1256.0	98.726	100.0	0.031470986508852	NZ_JAAITI010000032.1	firmicutes	Blautia luti strain MSK.16.34 NODE_32_length_39878_cov_181.88, whole genome shotgun sequence	False	False
SPA0026_000000027840	1247	0.5311274687282708	2	2	2	1	1	False	35955	maximal	False	ISR0049_000000023336	0.9747938731170592		0	0	False	False	0.9935845732688904	0					non-mobilizable	other	1230.0	98.86200000000001	99.0	0.03081899794372837	NZ_JAAITI010000032.1	firmicutes	Blautia luti strain MSK.16.34 NODE_32_length_39878_cov_181.88, whole genome shotgun sequence	False	False
ISR0110_000000019517	1201	0.5311274687282708	2	2	2	1	1	False	35955	maximal	False	ISR0049_000000023336	0.938216262554547		0	0	False	False	0.9725229144096375	0					non-mobilizable	other	1199.0	99.249	99.0	0.030041626962234814	NZ_JAAITI010000032.1	firmicutes	Blautia luti strain MSK.16.34 NODE_32_length_39878_cov_181.88, whole genome shotgun sequence	False	False
MON0061_000000026607	1710	0.5311229099668986	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.8973962176036253		0	0	False	False	0.9994152188301086	0					non-mobilizable	other	1711.0	91.935	100.0	0.039430575423376864	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0315_000000005762	1675	0.5311229099668986	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.8235848031537931		0	0	False	False	1.0	0					non-mobilizable	other	1675.0	96.119	100.0	0.09499489274770173	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ISR0062_000000027951	1384	0.5311184750554286	2	1	1	1	1	True	35313	maximal	True	ISR0062_000000027951	1.0		12	3	False	False	0.9790462255477905	0					non-mobilizable	chromosome	1349.0	98.962	97.0	0.0004248863633856383	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
DEN0093_000000026720	1157	0.5311184750554286	2	1	1	1	1	True	68411	fragment	False	DEN0093_000000026720	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	99.22200000000001	100.0	0.0067378139407468715	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ISR0058_000000019014	1408	0.5311130274318531	3	3	3	2	2	False	75195	fragment	False	MON0013_000000033523	0.21003026372676178		0	0	False	False	0.9971590638160706	0					non-mobilizable	no_good_hit	87.0	85.057	6.0	2.42518380150448e-05	CP003774.1	b-proteobacteria	Burkholderia cepacia GG4 chromosome 1, complete sequence	True	False
ISR0060_000000016744	1634	0.531111717146534	3	3	2	3	1	False	57140	maximal	True	ISR0060_000000016744	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1646.0	80.377	99.0	0.01569534707356174	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	False	False
ENG0143_000000011968	1555	0.531111717146534	3	3	2	3	1	False	57603	fragment	False	ENG0143_000000011968	0.9808441558441559		0	0	False	False	0.9897106289863586	0					non-mobilizable	other	1586.0	79.508	99.0	0.01509057223219514	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	False	False
SPA0006_000000020524	1540	0.531111717146534	3	3	2	3	1	False	57603	fragment	False	ENG0143_000000011968	0.9762057877813505		0	0	False	False	0.9980519413948059	0					non-mobilizable	other	1567.0	79.324	99.0	0.0149081798197195	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	False	False
ENG0150_000000013098	1357	0.531111717146534	3	3	2	3	1	False	57139	fragment	False	ENG0150_000000013098	1.0		0	0	False	False	0.9823139309883118	0					non-mobilizable	other	1376.0	79.72399999999999	99.0	0.01312265409758954	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	False	False
AUS0010_000000010102	2367	0.5311029932135678	5	3	2	2	3	True	131064	fragment	False	USA0072_01_000000007207	0.26798214043946655		0	0	False	False	1.0	0					non-mobilizable	other	2367.0	97.719	100.0	0.0007080268882637212	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
AST0012_000000009325	2333	0.5310971782410701	2	2	2	2	2	False	125276	maximal	True	AST0012_000000009325	1.0		46	8	False	False	1.0	0					non-mobilizable	no_good_hit	1396.0	74.71300000000001	59.0	0.10047917434574272	NZ_SRYR01000020.1	firmicutes	Clostridium sartagoforme strain NM50_B9-20 NODE_20_length_13565_cov_393.538, whole genome shotgun sequence	True	False
ISR0264_000000003470	2880	0.5310873859452269	2	2	2	2	1	False	129458	maximal	True	ISR0264_000000003470	1.0		86	6	False	False	1.0	0					non-mobilizable	no_good_hit	1170.0	94.359	48.0	0.0003325112994109231	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0115_000000019864	1187	0.5310855295240889	2	2	2	1	1	False	41701	fragment	False	SPA0024_000000012286	0.638095238095238		0	0	False	False	0.9705138802528381	0					non-mobilizable	chromosome	1186.0	100.0	99.0	0.000242521883762638	CP055251.1	enterobacteria	Escherichia coli strain AH01 chromosome, complete genome	False	False
CAN0005_000000009725	1744	0.5310853848681587	2	2	2	2	2	False	95847	maximal	True	CAN0005_000000009725	1.0		129	11	False	False	1.0	0					non-mobilizable	no_good_hit	390.0	76.41	22.0	0.001713530141939662	NZ_DS562845.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_2, whole genome shotgun sequence	True	False
FIJ0022_000000012862	2003	0.5310822519238774	3	2	2	2	2	False	89541	fragment	False	ENG0137_000000007622	0.9481588001519178		0	0	False	False	1.0	0					non-mobilizable	other	2004.0	99.65100000000001	100.0	0.03668968549081384	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0126_000000017583	2404	0.531080632082965	3	3	3	3	2	False	86235	fragment	False	SPA0020_000000010794	0.3361125997434736		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	73.883	53.0	0.0011030535268527007	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0046_000000030084	1253	0.5310763429014114	2	2	2	2	2	False	107547	fragment	False	ENG0037_000000027686	0.9664351851851852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	80.0	9.0	0.0003503967919227051	NZ_ANAS01000020.1	high GC Gram+	Nocardiopsis baichengensis YIM 90130 Scaffold9_1, whole genome shotgun sequence	True	False
FIJ0039_000000009135	2614	0.5310740232733834	4	3	3	1	1	True	118240	fragment	False	MAD0072_000000001538	0.43542282023466156		0	0	False	False	1.0	0					non-mobilizable	other	2614.0	99.73200000000001	100.0	0.004551127410650789	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
DEN0018_000000020497	1906	0.5310735655334385	5	2	0	2	0	False	75093	maximal	True	DEN0018_000000020497	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000009354	3121	0.5310689718504088	3	3	3	2	2	False	69823	maximal	True	DEN0078_000000009354	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	74.197	35.0	0.0021419360479094265	NZ_FRFD01000004.1	firmicutes	Anaerocolumna xylanovorans DSM 12503, whole genome shotgun sequence	True	False
FIJ0014_000000016816	1498	0.5310665566753056	2	2	2	2	1	False	119091	backbone	False	ISR0851_000000006747	0.15938327858817328	PS816	0	0	False	True	0.9913217425346375	0					non-mobilizable	plasmid	1361.0	99.559	91.0	0.006290413594693851	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0043_000000008581	3057	0.5310651960788993	4	2	0	2	0	True	51166	maximal	True	FIJ0043_000000008581	1.0		5	4	False	False	0.9996728897094727	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0013601476731759448	NZ_BBVC01000042.1	a-proteobacteria	Caedimonas varicaedens, whole genome shotgun sequence	True	True
MAD0038_000000010007	1478	0.531062103745537	2	2	2	2	2	False	57408	backbone	True	MAD0038_000000010007	0.9544228210651751	PS249	4	3	True	True	1.0	1					non-mobilizable	other	1432.0	85.545	100.0	0.0004489677533097549	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	False	True
DEN0034_000000000606	8523	0.5310608669367484	10	4	3	3	2	False	73570	maximal	True	DEN0034_000000000606	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	86.059	13.0	0.00010922036432523941	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
ISR0114_000000009984	2775	0.5310560546108136	2	2	2	2	2	False	32554	maximal	True	ISR0114_000000009984	1.0		93	10	False	False	0.999639630317688	0					non-mobilizable	no_good_hit	1046.0	83.461	38.0	0.009959473925676709	MN990731.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-4 genomic sequence	True	False
ISR0059_000000004710	3385	0.5310497895254794	4	2	2	2	1	False	35456	maximal	True	ISR0059_000000004710	1.0		1	1	False	False	0.9796159267425537	0					non-mobilizable	no_good_hit	315.0	72.381	9.0	9.988609143803317e-05	NC_009922.1	firmicutes	Alkaliphilus oremlandii OhILAs, complete genome	True	False
ISR0822_000000006605	1342	0.5310497887333339	2	1	0	1	1	False	42843	fragment	False	ISR0793_000000012609	0.9314388682887941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	91.831	39.0	9.416524907508651e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0010_000000005299	3471	0.5310492909986901	6	3	2	3	1	False	51101	fragment	False	FIJ0010_000000005299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	82.42200000000001	22.0	0.00020433592292214242	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0012_000000012933	3390	0.5310492909986901	6	3	2	3	1	False	89698	fragment	False	MON0012_000000012933	0.9518474299290353		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	83.309	20.0	0.0030826924299243628	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0072_000000001633	3371	0.5310492909986901	5	3	2	3	1	False	89700	fragment	False	MAD0041_000000008958	0.9453309692671394		0	0	False	False	0.9994066953659058	0					non-mobilizable	no_good_hit	649.0	83.51299999999999	19.0	0.002932870853801382	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0138_000000005535	3244	0.5310492909986901	5	3	2	3	1	False	43256	maximal	True	FIJ0138_000000005535	0.9933652636291476		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	798.0	94.98700000000001	27.0	0.00021260539238765992	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0093_000000006390	3222	0.5310492909986901	5	3	2	3	1	False	43256	maximal	False	FIJ0138_000000005535	0.9916769420468557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	744.0	94.758	26.0	0.0001982005100928875	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0312_000000005444	2996	0.5310492909986901	4	3	2	3	1	False	42504	maximal	True	ISR0312_000000005444	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	82.4	25.0	0.0001995342954905516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0115_000000008139	2968	0.5310492909986901	4	3	2	3	1	False	52420	fragment	False	FIJ0115_000000008139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	83.87100000000001	27.0	0.00021393917778532405	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0169_000000007816	2862	0.5310492909986901	4	3	2	3	1	False	52419	fragment	False	FIJ0002_000000012461	0.9725352112676056		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	83.292	28.0	0.00021447269194438967	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0002_000000012461	2840	0.5310492909986901	4	3	2	3	1	False	52419	fragment	False	FIJ0002_000000012461	0.9786862334032145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	83.79700000000001	29.0	0.00021954107645551332	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0269_000000006988	2486	0.5310492909986901	4	3	2	3	1	False	49773	fragment	False	ISR0269_000000006988	1.0		0	0	False	False	0.9967820048332214	0					non-mobilizable	no_good_hit	636.0	83.01899999999999	25.0	0.0028693101851431477	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
TAN0010_000000005957	2435	0.5310492909986901	5	3	2	3	1	False	2622	maximal	True	TAN0010_000000005957	1.0		1	1	False	False	0.9979466199874878	0					non-mobilizable	no_good_hit	637.0	81.476	26.0	0.0028783902806657526	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0826_000000003847	3065	0.5310474835672687	2	2	2	2	2	False	21104	maximal	True	ISR0826_000000003847	1.0		87	10	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	100.0	56.0	0.00033430825389076156	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ISR0360_000000015273	1627	0.5310467673751094	2	2	2	2	2	False	24477	maximal	True	ISR0360_000000015273	1.0	PS22	14	4	False	True	1.0	0					non-mobilizable	no_good_hit	645.0	82.171	39.0	0.0010251604112156707	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	True
SPA0111_000000018748	1831	0.5310461934687406	3	2	2	2	2	False	107130	maximal	True	SPA0111_000000018748	1.0		386	14	False	False	0.9978154301643372	0					non-mobilizable	no_good_hit	66.0	83.333	4.0	0.00071002716135649	NZ_FNYE01000033.1	b-proteobacteria	Paraburkholderia diazotrophica strain LMG 26031, whole genome shotgun sequence	True	False
SPA0099_000000002036	2740	0.5310461767754956	4	3	3	3	3	False	4998	maximal	True	SPA0099_000000002036	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2328.0	98.711	100.0	0.045609564876519015	AP018394.1	firmicutes	Lactobacillus paracasei plasmid pLPS-2 IJH-SONE68 DNA, nearly complete genome	False	True
CHI0121_000000004947	1585	0.5310442612033599	2	2	2	2	2	False	85294	maximal	True	CHI0121_000000004947	0.9961666302628296		119	11	False	False	0.9899053573608398	0					non-mobilizable	no_good_hit	110.0	78.182	7.0	7.556690925043924e-05	NZ_KB946309.1	firmicutes	Enterococcus pallens ATCC BAA-351 acvKb-supercont1.5, whole genome shotgun sequence	True	False
FIJ0072_000000017823	1455	0.5310439142436814	1	1	1	1	1	False	44739	maximal	False	MON0020_000000014788	0.9688782489740082		0	0	False	False	0.9945017099380493	0					non-mobilizable	chromosome	1455.0	99.31299999999999	100.0	0.0006632016584602684	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0030_000000015406	1408	0.5310439142436814	1	1	1	1	1	False	77604	fragment	False	MON0079_000000014659	0.7729236825577763		0	0	False	False	0.9978693127632141	0					non-mobilizable	other	1401.0	99.64299999999999	99.0	0.014979349896214505	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0153_000000011626	2268	0.5310417197621241	5	4	4	3	1	False	39658	maximal	True	FIJ0153_000000011626	1.0		0	0	False	False	0.9902998208999634	0					non-mobilizable	no_good_hit	838.0	82.458	37.0	0.004746465791827873	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	True	False
USA0059_01_000000016526	1550	0.5310404666011332	2	2	2	1	1	False	915	maximal	True	USA0059_01_000000016526	1.0		2	1	False	False	0.9935483932495117	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	4.0	1.6721708958655574e-05	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
MAD0109_000000009435	1511	0.5310399091407746	3	2	1	2	2	False	41603	fragment	False	MAD0109_000000009435	0.9965332407474238		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	99.868	100.0	0.06757663906914299	NZ_WNAJ01000040.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold40_size22345, whole genome shotgun sequence	False	False
FIJ0084_000000003269	4306	0.5310358752548182	3	3	2	3	2	False	44022	maximal	True	FIJ0084_000000003269	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	91.228	1.0	0.0002933134997538262	NZ_KI912451.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
TAN0002_000000020085	1974	0.531034841827338	2	1	1	1	1	False	3035	maximal	True	TAN0002_000000020085	1.0		51	11	False	False	0.9924012422561646	0					non-mobilizable	other	1974.0	96.09899999999999	100.0	0.01633467454837481	NZ_JXQL01000060.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig60, whole genome shotgun sequence	False	False
AST0148_000000016193	2138	0.5310332571179325	2	1	1	1	1	False	105006	maximal	True	AST0148_000000016193	1.0		1	1	False	False	0.9995322823524475	0					non-mobilizable	no_good_hit	637.0	97.331	36.0	0.00019785852368920284	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0103_000000002074	8096	0.5310289860429019	11	9	7	7	5	False	105621	maximal	True	FIJ0103_000000002074	1.0		22	4	False	False	1.0	0					non-mobilizable	no_good_hit	314.0	95.223	16.0	0.00010535396745201934	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0152_000000008473	1442	0.5310261217982516	3	1	1	1	1	False	79330	fragment	False	CHI0152_000000008473	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0849_000000001793	11026	0.5310257495269176	9	6	4	6	4	False	20600	fragment	False	ISR0849_000000001793	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	3.763860120843434e-05	NZ_NBOF01000003.1	g-proteobacteria	Colwellia mytili strain KCTC 52417 NODE_3_length_850191_cov_18.1094_ID_453, whole genome shotgun sequence	True	False
ISR0374_000000004524	3502	0.5310247810335142	5	3	2	3	3	False	25967	maximal	True	ISR0374_000000004524	1.0		7	2	False	False	0.9997144341468811	0					non-mobilizable	no_good_hit	1805.0	98.227	52.0	0.0004159076850933291	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	False
ISR0834_000000013321	1356	0.5310245216799562	2	2	2	2	1	False	20967	fragment	False	ISR0834_000000013321	1.0		0	0	False	False	0.997787594795227	0					non-mobilizable	chromosome	1345.0	99.777	99.0	0.00026804557453363466	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0142_000000017899	1503	0.5310236451537576	3	2	2	2	2	False	127892	fragment	False	SPA0142_000000017899	1.0		0	0	False	False	0.9986693263053894	0					non-mobilizable	other	1503.0	98.603	100.0	0.00042334089010454066	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0093_000000000501	25156	0.5310216113831946	21	12	9	10	3	True	97623	fragment	False	FIJ0129_000000000627	0.861231473225025		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.58800000000001	5.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0003_000000000724	24721	0.5310216113831946	21	12	9	10	3	True	97623	fragment	False	FIJ0129_000000000627	0.8687791383762155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.506	5.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
FIJ0121_000000012119	2135	0.5310184113005109	4	3	3	2	2	False	51410	fragment	False	FIJ0121_000000012119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	90.455	67.0	0.017909322273541334	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
AST0094_000000004077	4893	0.5310176376099969	9	8	7	6	8	False	109363	maximal	True	AST0094_000000004077	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	96.18299999999999	4.0	3.0740389371959656e-05	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	True	False
FIJ0114_000000021327	1863	0.5310141378591974	3	3	3	2	2	False	41859	maximal	True	FIJ0114_000000021327	1.0		22	8	False	False	0.9946323037147522	0					non-mobilizable	no_good_hit	521.0	90.979	28.0	0.00018521612049875852	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0039_000000013323	3408	0.5310115718972723	2	2	1	2	2	False	11950	maximal	True	MON0039_000000013323	1.0		581	13	False	False	0.9950117468833923	0					non-mobilizable	other	3316.0	99.97	97.0	0.0007001228963841345	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MON0066_000000033395	1121	0.5310091528738925	3	2	2	1	1	False	10614	fragment	False	MON0066_000000033395	1.0		0	0	False	False	0.9705619812011719	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	0.00015476987085819894	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
MAD0043_000000013961	1848	0.5310068935178157	3	3	2	3	3	False	18032	maximal	True	MAD0043_000000013961	1.0		5	2	False	False	0.975649356842041	0					non-mobilizable	no_good_hit	870.0	84.48299999999999	51.0	0.0010657429408359013	NZ_DS995474.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld1, whole genome shotgun sequence	True	False
ISR0132_000000012584	2226	0.5310037223063726	2	2	1	2	1	False	54345	fragment	False	ISR0132_000000012584	0.9896755162241888		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1468.0	76.294	65.0	0.021939147333900157	NZ_RQYY01000011.1	fusobacteria	Fusobacterium canifelinum strain OH4460_COT-188 scaffold_10, whole genome shotgun sequence	True	False
ENG0171_000000007826	3031	0.5310015982949128	5	5	4	4	5	False	55803	maximal	True	ENG0171_000000007826	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	89.42200000000001	23.0	0.00019522078560925014	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0270_000000001146	5043	0.5309991554157524	8	4	2	4	3	False	116551	maximal	True	ISR0270_000000001146	1.0	PS777	75	9	False	True	1.0	0					non-mobilizable	no_good_hit	2376.0	99.116	64.0	0.000710025348652342	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0311_000000005315	3468	0.5309976820949651	4	2	2	2	2	False	96001	maximal	True	ISR0311_000000005315	1.0		17	2	False	False	0.9942330121994019	0					non-mobilizable	no_good_hit	582.0	78.351	17.0	0.002333124679906675	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	True	False
SPA0056_000000007608	4317	0.5309970033525957	3	3	3	3	2	False	6383	fragment	False	SPA0056_000000007608	1.0		0	0	False	False	0.9986101388931274	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00012965243885498375	NZ_FRFG01000028.1	g-proteobacteria	Vibrio quintilis isolate CECT 7734, whole genome shotgun sequence	True	False
USA0042_01_000000003375	8188	0.5309966020453971	9	5	3	3	1	True	47684	maximal	True	USA0042_01_000000003375	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0021290533901080905	NC_047913.1	viruses	Faecalibacterium phage FP_Mushu, complete genome	True	True
USA0083_01_000000004359	6977	0.5309966020453971	8	5	3	3	1	True	47683	fragment	False	USA0083_01_000000004359	1.0		0	0	False	False	0.9998566508293152	0					non-mobilizable	no_good_hit								True	True
CHI0062_000000011781	1157	0.5309955846430577	2	1	1	1	1	False	85535	maximal	True	CHI0062_000000011781	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0092_000000035390	1580	0.5309954885868561	3	3	3	3	3	False	13937	maximal	False	SPA0116_000000024796	0.9493033127720039		0	0	False	False	0.9974683523178101	0					non-mobilizable	no_good_hit	97.0	79.381	6.0	8.191942440275075e-05	NZ_JMIT01000002.1	g-proteobacteria	Pseudomonas capeferrum strain WCS358 WCS358-Sc2, whole genome shotgun sequence	True	False
USA0086_01_000000005048	3665	0.5309912152392116	4	3	2	2	2	True	35449	maximal	True	USA0086_01_000000005048	1.0		278	13	False	False	1.0	0					non-mobilizable	other	3665.0	95.089	100.0	0.01179481401599897	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0023_000000009394	3039	0.5309910069181074	4	2	2	2	2	False	37542	fragment	False	ISR0023_000000009394	1.0		0	0	False	False	0.99901282787323	0					non-mobilizable	no_good_hit	2319.0	93.79	76.0	0.6435947530002791	NZ_QEKJ01000039.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_139, whole genome shotgun sequence	True	False
MON0005_000000044095	1244	0.5309908917673989	2	2	1	2	1	False	14091	maximal	True	MON0005_000000044095	1.0		0	0	False	False	0.9991961121559143	0					non-mobilizable	no_good_hit	950.0	97.789	76.0	0.007630641568904935	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0782_000000005184	2676	0.5309907609860854	4	3	1	2	3	False	22268	fragment	False	ISR0782_000000005184	1.0		0	0	False	False	0.9977578520774841	0					non-mobilizable	no_good_hit	113.0	84.071	4.0	0.00014997124404586643	NZ_FODH01000001.1	firmicutes	Paenibacillus sophorae strain CGMCC 1.10238, whole genome shotgun sequence	True	False
USA0108_01_000000008144	1228	0.5309871760459951	2	2	2	2	1	False	314	maximal	True	USA0108_01_000000008144	1.0		148	8	False	False	1.0	0					non-mobilizable	other	1194.0	99.916	97.0	0.054752397998990315	NZ_BBAB01000035.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
ENG0208_000000013258	2336	0.5309864475938387	3	3	3	3	2	False	53839	maximal	True	ENG0208_000000013258	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1696.0	90.979	95.0	0.0004526237707606652	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0193_000000014677	1354	0.5309844817091189	2	2	2	2	1	True	54576	maximal	True	ENG0193_000000014677	1.0		9	6	False	False	0.9830132722854614	0					non-mobilizable	no_good_hit								True	True
CAN0020_000000029173	1187	0.5309826241644209	1	1	1	1	0	True	91702	maximal	True	CAN0020_000000029173	1.0		1	1	False	False	0.9974726438522339	0					non-mobilizable	no_good_hit	664.0	71.235	55.0	0.00019756286926337358	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0033_000000011430	2674	0.5309818057140631	3	3	3	3	3	False	64468	maximal	False	ISR0128_000000013045	0.9481673454276194		0	0	False	False	0.9906507134437561	0					non-mobilizable	no_good_hit	1167.0	94.43	88.0	0.0035469603410491503	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
ISR0001_000000009632	2918	0.5309777449799641	4	4	3	4	3	False	61981	fragment	False	ISR0003_000000008794	0.9741728561782579		0	0	False	False	0.9955449104309082	0					non-mobilizable	other	2919.0	98.458	100.0	0.0008714177086322722	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0150_000000005491	1296	0.5309767564811898	2	1	1	1	1	True	79544	maximal	True	CHI0150_000000005491	1.0		7	6	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	90.476	5.0	1.6236835723552683e-05	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	True
FIJ0011_000000019884	2224	0.5309754877080819	3	3	3	3	2	False	94934	maximal	True	FIJ0011_000000019884	1.0		24	6	False	False	0.997751772403717	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000004308	4190	0.5309739545414867	3	3	3	2	2	False	90743	maximal	True	ISR0165_000000004308	1.0		93	6	False	False	1.0	0					non-mobilizable	no_good_hit	1251.0	98.48100000000001	32.0	0.004528496169450598	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0002_000000004792	4112	0.5309712499592609	5	3	3	3	3	False	100474	fragment	False	ENG0002_000000004792	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4016.0	95.294	98.0	0.0011748727172416378	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	False
AST0060_000000015943	1865	0.5309701643393577	2	2	2	2	1	True	112416	maximal	True	AST0060_000000015943	1.0		1	1	False	False	0.9994637966156006	0					non-mobilizable	no_good_hit	116.0	78.44800000000001	6.0	4.608771413754658e-05	NZ_CP010975.1	g-proteobacteria	Kangiella geojedonensis strain YCS-5 chromosome, complete genome	True	True
ENG0029_000000011530	2116	0.5309664656719081	2	2	2	2	1	False	102339	fragment	False	ENG0029_000000011530	0.9918768666080463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0195_000000011495	1806	0.5309652396472501	3	2	2	2	1	False	113071	fragment	False	ISR0388_000000018539	0.9556546992507583		0	0	False	False	1.0	0					non-mobilizable	other	1807.0	99.66799999999999	100.0	0.0120617110799439	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
MON0105_000000008683	5883	0.5309572097938193	4	1	1	1	1	False	8758	maximal	True	MON0105_000000008683	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.0006201186605436932	NZ_RDQG01000023.1	euryarchaeotes	Halalkalicoccus subterraneus strain GSM28 scaffold23, whole genome shotgun sequence	True	False
SPA0027_000000020502	1829	0.5309553362722363	2	2	2	2	1	False	65290	fragment	False	MON0106_000000022768	0.957590491626148		0	0	False	False	0.998359739780426	0					non-mobilizable	no_good_hit	111.0	99.09899999999999	6.0	3.291756454311468e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AST0104_000000003383	8576	0.5309509856047994	8	6	6	6	5	False	108034	maximal	True	AST0104_000000003383	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2055.0	70.219	23.0	0.0004979059690448033	CP027779.1	firmicutes	Clostridium botulinum strain RF5 chromosome, complete genome	True	False
MON0105_000000035982	1517	0.5309481674768227	3	1	1	1	1	False	44057	maximal	True	MON0105_000000035982	0.9807152875175316		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.489048161296805e-05	NZ_JACCEU010000004.1	b-proteobacteria	Eoetvoesia caeni strain PB3-7B NODE_4_length_477728_cov_38.619718, whole genome shotgun sequence	True	False
ENG0045_000000002465	4743	0.5309464885138505	10	9	3	5	8	True	118542	fragment	False	ENG0045_000000002465	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4743.0	97.66	100.0	0.0013371480079850948	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0810_000000005602	2615	0.5309461765250882	5	3	1	3	1	False	21719	maximal	True	ISR0810_000000005602	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	2105.0	78.622	79.0	0.024857648691324945	MK415405.1	viruses	Phage FAKO05_000032F, complete genome	True	False
ISR0802_000000003072	4245	0.5309451933351997	4	4	4	4	4	False	83941	maximal	True	ISR0802_000000003072	1.0		1	1	False	False	0.9985865950584412	0					non-mobilizable	no_good_hit	576.0	82.81200000000001	16.0	0.002937458554376658	NZ_QSFT01000002.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf2, whole genome shotgun sequence	True	False
SPA0029_000000008500	3030	0.5309450286149031	3	3	3	3	3	False	108867	maximal	False	ISR0260_000000003905	0.9814485434524928		0	0	False	False	0.9996699690818787	0					non-mobilizable	no_good_hit								True	False
FIJ0046_000000003598	6816	0.5309431389198275	9	2	1	2	0	True	81592	maximal	True	FIJ0046_000000003598	1.0		0	0	False	False	0.997799277305603	0					non-mobilizable	no_good_hit	905.0	90.166	32.0	0.22988505747126436	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
FIJ0115_000000003707	6583	0.5309431389198275	9	2	1	2	0	True	104150	maximal	True	FIJ0115_000000003707	1.0	PS612	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	904.0	92.92	31.0	0.23039591315453384	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
MAD0042_000000023148	1107	0.5309429925332854	3	3	3	3	2	False	18087	maximal	True	MAD0042_000000023148	1.0		2	1	False	False	0.9855465292930603	0					non-mobilizable	no_good_hit	933.0	100.0	84.0	0.00019143426163887448	CP049348.1	enterobacteria	Escherichia coli strain 3R chromosome, complete genome	True	False
SPA0149_000000009471	3905	0.5309393823788645	5	4	4	3	2	True	3315	maximal	True	SPA0149_000000009471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2255.0	81.641	59.0	0.009421843345533575	NZ_NFJN01000004.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_4, whole genome shotgun sequence	True	True
SPA0150_000000014168	1467	0.5309365185202617	3	3	3	2	2	False	3258	fragment	False	SPA0150_000000014168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	75.76100000000001	60.0	0.0036671344560278	NZ_FOJI01000006.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
FIJ0028_000000019250	1571	0.5309339832637119	3	3	3	3	2	False	76619	maximal	True	FIJ0028_000000019250	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	78.27	87.0	0.00029723133581057635	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
TAN0002_000000020258	1960	0.5309310453181607	2	2	1	2	1	False	3034	maximal	True	TAN0002_000000020258	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	81.462	47.0	0.0002794030289335686	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0057_000000013512	1149	0.5309301641245256	1	1	1	1	1	False	16979	fragment	False	MAD0057_000000013512	1.0		0	0	False	False	0.962576150894165	0					non-mobilizable	other	834.0	100.0	100.0	0.0002522614955381816	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
MON0090_000000053021	1178	0.5309241087437289	2	2	2	1	1	False	9510	maximal	True	MON0090_000000053021	1.0		87	11	False	False	0.9881154298782349	0					non-mobilizable	no_good_hit	1006.0	73.559	84.0	0.0002729221771919272	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0020_01_000000015417	2264	0.5309210675087108	4	3	2	3	2	False	46200	maximal	True	USA0020_01_000000015417	1.0		36	6	False	False	0.9991165995597839	0					non-mobilizable	no_good_hit	620.0	97.09700000000001	50.0	0.013334769495906937	NZ_QRYH01000020.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf20, whole genome shotgun sequence	True	False
FIJ0054_000000017435	1451	0.530918751585756	3	3	3	2	1	False	97535	fragment	False	FIJ0054_000000017435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	74.925	45.0	0.0026558896202406746	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
AST0048_000000009188	1712	0.5309187041186211	2	2	2	2	2	False	117029	fragment	False	ISR0185_000000019355	0.9551657082656223		0	0	False	False	1.0	0					non-mobilizable	other	1712.0	98.189	100.0	0.01452437140286243	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0113_01_000000003492	5421	0.5309162573215731	4	4	3	4	3	True	76874	maximal	True	USA0113_01_000000003492	1.0		187	10	False	False	1.0	0					non-mobilizable	other	3286.0	91.266	99.0	0.0018196677563546602	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	True
CHI0028_000000006253	2194	0.5309123971911613	4	2	2	2	2	False	88706	fragment	False	ISR0291_000000005815	0.9417637176533034		0	0	False	False	1.0	0					non-mobilizable	other	2194.0	98.131	100.0	0.0004583006591715149	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0097_000000016103	1864	0.5309123971911613	3	2	2	2	2	False	33293	fragment	False	ISR0097_000000016103	1.0		0	0	False	False	0.9973176121711731	0					non-mobilizable	other	1864.0	99.14200000000001	100.0	0.0003934627318140702	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0320_000000000046	72888	0.5309095644681896	123	39	17	26	25	True	88284	maximal	True	ISR0320_000000000046	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	75.726	1.0	0.0028356184330525815	NZ_MJAT01000006.1	firmicutes	Desulfuribacillus stibiiarsenatis strain MLFW-2 MLFW-2_Contig_14_85X, whole genome shotgun sequence	True	True
FIJ0068_000000020792	1550	0.5309093820854521	1	1	1	1	1	False	45048	maximal	True	FIJ0068_000000020792	1.0		5	2	True	True	1.0	6					non-mobilizable	chromosome	1558.0	98.26700000000001	100.0	0.00028620492272467084	CP037441.1	enterobacteria	Klebsiella sp. PO552 chromosome, complete genome	False	True
MON0101_000000035378	1828	0.5309066316179358	3	2	1	2	1	True	127826	fragment	False	ISR0085_000000014249	0.8926952429806738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	91.74799999999999	11.0	6.1721574279506e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0147_000000004249	3261	0.5309054854385162	5	2	2	1	0	True	75221	maximal	True	ENG0147_000000004249	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	2439.0	87.98700000000001	75.0	0.0004324958119188949	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
MON0054_000000017784	2534	0.5309042444562889	4	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.7004849745276066		0	0	False	False	0.9842146635055542	0					non-mobilizable	other	2532.0	99.566	99.0	0.08023967282756872	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0110_000000012272	1344	0.5308995937956167	1	1	1	1	1	False	28119	fragment	False	MON0049_000000016661	0.9461534146607629		0	0	False	False	0.9888392686843872	0					non-mobilizable	other	1311.0	98.47399999999999	97.0	0.0011901666233272658	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
CHI0143_000000004634	4060	0.5308990406612761	6	4	3	3	3	False	79950	maximal	True	CHI0143_000000004634	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1409.0	97.94200000000001	35.0	0.0006035337675853362	CP011013.1	firmicutes	Lactobacillus mucosae LM1, complete genome	True	False
USA0117_01_000000011657	1830	0.5308960589183799	3	2	2	1	1	False	111386	backbone	False	MON0071_000000005258	0.4532527317878772	PS708	0	0	False	True	1.0	0					non-mobilizable	chromosome	1829.0	100.0	100.0	0.0002582055477185181	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
MON0105_000000032282	1687	0.5308960589183799	3	2	2	1	1	False	111386	backbone	False	MON0071_000000005258	0.19720659130612023	PS708	0	0	False	True	0.9762892723083496	0					non-mobilizable	chromosome	1687.0	98.22200000000001	100.0	0.00023772425427257438	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
FIJ0063_000000009974	2633	0.5308909754500012	4	4	4	3	3	False	45614	maximal	True	FIJ0063_000000009974	1.0		22	6	False	False	0.9996201992034912	0					non-mobilizable	other	2636.0	84.522	99.0	0.01572562080326232	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
FIJ0003_000000016710	1401	0.5308870851937805	3	3	2	2	3	False	52159	maximal	True	FIJ0003_000000016710	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	99.43299999999999	63.0	0.0004906549742099479	NZ_LS483403.1	firmicutes	Streptococcus lutetiensis strain NCTC13774 chromosome 1	True	False
ISR0099_000000014913	1283	0.5308870851937805	3	3	2	2	3	False	33199	maximal	True	ISR0099_000000014913	1.0		3	2	False	False	0.9672642350196838	0					non-mobilizable	chromosome	1248.0	100.0	97.0	0.000572520223002825	NZ_LS483462.1	firmicutes	Streptococcus pasteurianus strain NCTC13784 chromosome 1	False	False
FIJ0163_000000015173	1615	0.5308863612892126	2	2	1	2	1	False	39158	fragment	False	FIJ0163_000000015173	1.0		0	0	False	False	0.9969040155410767	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0006982156710628394	NZ_QNRX01000024.1	firmicutes	Alkalibaculum bacchi strain DSM 22112 Ga0244545_124, whole genome shotgun sequence	True	False
ENG0054_000000005353	4592	0.5308844668545152	3	3	3	3	0	True	63801	maximal	True	ENG0054_000000005353	1.0		1	1	False	False	0.9984756112098694	0					non-mobilizable	no_good_hit	195.0	93.846	4.0	0.0001168195457164862	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	True
FIJ0051_000000008404	2594	0.5308812147144933	4	2	2	2	2	False	46545	maximal	True	FIJ0051_000000008404	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	430.0	99.535	17.0	0.0009435290184658966	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0017_000000006955	2812	0.5308780614420218	3	2	2	2	1	True	119041	fragment	False	AUS0022_000000010720	0.4234240853133931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2099.0	78.085	74.0	0.0005080086135900641	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0387_000000008922	2719	0.5308780614420218	3	2	2	2	1	True	119041	fragment	False	AUS0022_000000010720	0.41529172416813714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2114.0	77.862	77.0	0.0005114411042224294	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0096_000000019246	1260	0.5308764368592198	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04480504560734599		0	0	False	False	0.9777777791023254	0					non-mobilizable	other	1260.0	99.524	100.0	0.0026325859354253225	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0066_000000005127	3864	0.5308674412156068	4	3	3	3	3	False	100451	fragment	False	MAD0066_000000005127	0.9550736104552849		0	0	False	False	1.0	0					non-mobilizable	other	3866.0	95.215	100.0	0.006688227818733963	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
AST0050_000000010818	1273	0.530862281250444	2	2	1	2	1	False	114681	fragment	False	ISR0175_000000015333	0.9807012102019567		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	99.921	100.0	0.011587443292582943	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
AST0061_000000033280	1266	0.530862281250444	2	2	1	2	1	False	114681	fragment	False	ISR0175_000000015333	0.9786174869464261		0	0	False	False	0.9676145315170288	0					non-mobilizable	other	1266.0	99.921	100.0	0.011523675915972817	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
ISR0065_000000018624	1820	0.530861537232091	2	2	2	2	1	False	35187	maximal	True	ISR0065_000000018624	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1533.0	99.73899999999999	89.0	0.0006496202138743104	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MAD0078_000000003204	2510	0.5308598124979997	3	3	3	3	2	False	16202	maximal	True	MAD0078_000000003204	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	756.0	71.561	29.0	0.00716792869537782	NZ_FQUF01000005.1	firmicutes	Atopostipes suicloacalis DSM 15692, whole genome shotgun sequence	True	False
FIJ0136_000000005025	5171	0.5308588612410453	5	3	3	3	2	True	40550	fragment	False	FIJ0136_000000005025	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	82.82799999999999	2.0	0.0029584896452862415	CP031118.1	enterobacteria	Providencia sp. WCHPHu000369 strain WCHPr000369 plasmid p1_000369, complete sequence	True	True
CHI0159_000000008048	1885	0.530858627869759	2	2	2	2	2	False	102229	maximal	True	CHI0159_000000008048	1.0		28	9	False	False	1.0	0					non-mobilizable	other	1886.0	94.06200000000001	100.0	0.00046191516795544434	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0820_000000003969	4610	0.5308579570016996	4	4	4	4	3	False	50799	maximal	True	ISR0820_000000003969	1.0		5	2	False	False	0.9980477094650269	0					non-mobilizable	no_good_hit	1765.0	98.01700000000001	65.0	0.0033780029353944964	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
USA0034_01_000000024899	2130	0.5308572603172608	4	4	4	3	4	False	121173	fragment	False	USA0034_01_000000024899	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	75.931	19.0	9.807116092472278e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0067_000000005773	5184	0.5308543845495649	7	7	5	6	6	False	70858	maximal	True	DEN0067_000000005773	1.0		6	5	False	False	0.9994212985038757	0					non-mobilizable	no_good_hit	2593.0	86.656	76.0	0.0003951113281556517	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
MAD0054_000000010278	1678	0.5308503406207417	3	3	3	3	3	False	17147	fragment	False	MAD0054_000000010278	1.0		0	0	False	False	0.9851012825965881	0					non-mobilizable	chromosome	1678.0	99.583	100.0	0.0003009648642813571	CP043541.1	enterobacteria	Escherichia coli strain 15RDA-Livestock feces-ECO087 chromosome	False	False
CHI0151_000000004722	5118	0.5308493832888823	5	3	1	2	2	False	101788	maximal	True	CHI0151_000000004722	1.0		18	4	False	False	0.9964830279350281	0					non-mobilizable	other	5118.0	100.0	100.0	0.05039194831797054	NZ_WBKJ01000017.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000017, whole genome shotgun sequence	False	False
MON0012_000000010558	3905	0.5308464775171345	5	4	4	4	4	False	13609	maximal	True	MON0012_000000010558	1.0		2	1	False	False	0.9895006418228149	0					non-mobilizable	other	3901.0	91.694	99.0	0.0812957157784744	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
ENG0111_000000013498	1513	0.5308431367624535	2	1	1	1	1	False	106499	fragment	False	AST0113_000000024073	0.9762516046213094		0	0	False	False	0.9828156232833862	0					non-mobilizable	chromosome	920.0	100.0	99.0	0.0002079255142479884	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0007_000000014341	1761	0.5308424121209561	2	1	1	1	1	False	67519	fragment	False	ENG0007_000000014341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1123.0	70.703	63.0	0.0005256228035626286	CP038020.1	firmicutes	Streptococcus thermophilus strain ATCC 19258 chromosome, complete genome	True	False
ISR0196_000000015470	1412	0.5308424121209561	1	1	1	1	1	False	28971	fragment	False	ISR0196_000000015470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	71.113	66.0	0.00044523343360599124	CP038020.1	firmicutes	Streptococcus thermophilus strain ATCC 19258 chromosome, complete genome	True	False
FIJ0054_000000006786	3649	0.5308423572570025	7	3	2	2	2	True	46352	maximal	True	FIJ0054_000000006786	1.0		2	1	False	False	0.9994518756866455	0					non-mobilizable	no_good_hit								True	True
ISR0847_000000024494	1234	0.5308404275523759	2	2	2	2	2	False	20626	maximal	True	ISR0847_000000024494	1.0		9	5	False	False	0.9732577204704285	0					non-mobilizable	no_good_hit	586.0	97.27	63.0	0.002144027326269649	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0105_000000017720	2056	0.530838273350503	3	2	2	2	2	False	63316	fragment	False	MAD0105_000000017720	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2056.0	99.27	100.0	0.017894150223785724	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
USA0049_01_000000001307	3081	0.5308365250537407	2	2	2	2	2	False	94736	maximal	True	USA0049_01_000000001307	1.0		455	13	False	False	1.0	0					non-mobilizable	other	3081.0	99.96799999999999	100.0	0.0005962185419707849	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0104_000000012445	2108	0.5308359177835131	3	3	3	3	1	False	42497	maximal	True	FIJ0104_000000012445	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	80.618	44.0	0.0004150160852202062	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
USA0039_01_000000004237	5574	0.530835111727197	10	7	6	6	4	False	63564	fragment	False	USA0039_01_000000004237	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5497.0	100.0	99.0	0.07075908950458337	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
CHI0036_000000004388	2522	0.5308341571117319	4	4	2	3	3	False	88072	maximal	True	CHI0036_000000004388	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	73.421	27.0	0.00036909872197486135	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
DEN0057_000000004686	1662	0.5308334255995311	1	1	1	1	1	False	72008	maximal	False	ISR0238_000000008839	0.9778840406455469		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	1.2595135915948459e-05	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
DEN0011_000000037237	1274	0.5308305927482194	1	1	1	1	1	False	75579	maximal	True	DEN0011_000000037237	1.0		1	1	False	False	0.9984301328659058	0					non-mobilizable	no_good_hit								True	False
ISR0308_000000014152	1327	0.5308274528191486	3	3	3	3	2	False	25406	maximal	True	ISR0308_000000014152	1.0		63	9	False	False	0.9540316462516785	0					non-mobilizable	other	1339.0	79.91	100.0	0.005824945295404814	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0055_000000002022	5365	0.5308269852739428	9	7	3	4	7	False	35679	maximal	True	ISR0055_000000002022	1.0		0	0	False	False	1.0	0		MOBB			mobilizable	no_good_hit	3126.0	95.074	83.0	0.34894901610017887	EU818711.2	CFB group bacteria	Bacteroides uniformis strain BUN24 plasmid pBUN24, complete sequence	True	True
SPA0045_000000013489	1929	0.5308259643673671	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.8744460874023465		0	0	False	False	1.0	0					non-mobilizable	chromosome	1916.0	99.21700000000001	99.0	0.0005131879934912219	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0167_000000015214	1904	0.5308259643673671	2	2	2	2	2	False	125790	fragment	False	SPA0115_000000011713	0.8720554985637337		0	0	False	False	1.0	0					non-mobilizable	chromosome	1904.0	99.00200000000001	100.0	0.0005099721940542012	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0149_000000018777	2100	0.5308250129713163	3	3	3	3	3	False	3303	maximal	True	SPA0149_000000018777	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	83.178	16.0	3.757646012020922e-05	CP048407.1	firmicutes	Thermaerobacter sp. PB12/4term chromosome, complete genome	True	False
MAD0066_000000021162	1518	0.5308245962761048	2	2	2	2	1	True	69867	maximal	True	MAD0066_000000021162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1221.0	96.72399999999999	80.0	0.003986852218279342	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
ISR0338_000000013934	1989	0.5308224873041807	4	2	1	2	1	False	24421	maximal	True	ISR0338_000000013934	1.0		1	1	False	False	0.9919557571411133	0					non-mobilizable	no_good_hit	1551.0	80.851	78.0	0.00044978234535165095	NZ_CP023671.1	firmicutes	Clostridium septicum strain DSM 7534 chromosome, complete genome	True	False
ENG0120_000000005199	4115	0.5308191537797157	3	3	2	2	2	False	59193	maximal	False	USA0020_01_000000008249	0.9778959810874704		0	0	False	False	0.9990279674530029	0					non-mobilizable	other	4115.0	99.927	100.0	0.02635608259178823	NZ_RCXZ01000008.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0008, whole genome shotgun sequence	False	False
AST0050_000000002001	6753	0.5308184360947948	7	7	1	4	7	True	114788	maximal	True	AST0050_000000002001	1.0		1	1	False	False	0.9992595911026001	0	Inc11				non-mobilizable	chromosome	6752.0	98.238	99.0	0.0029716932277793562	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	False	True
MAD0097_000000005659	6426	0.5308132042714502	7	3	1	3	1	False	15442	maximal	True	MAD0097_000000005659	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0815_000000009277	3301	0.5308115643059963	3	2	2	2	2	False	129498	fragment	False	ISR0815_000000009277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1776.0	82.15100000000001	53.0	0.02115109126148142	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	True	False
ISR0244_000000002481	7185	0.5308097346318765	8	7	6	4	6	False	51434	maximal	True	ISR0244_000000002481	1.0		29	7	False	False	1.0	0					non-mobilizable	no_good_hit	1799.0	85.93700000000001	25.0	0.010863447374313847	NZ_QRUU01000001.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf1, whole genome shotgun sequence	True	False
CHI0044_000000007393	2050	0.5308086454885248	4	4	4	4	3	False	87256	maximal	True	CHI0044_000000007393	1.0		36	11	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	70.017	28.0	0.00034247594319028484	CP027242.1	firmicutes	Peptostreptococcaceae bacterium oral taxon 929 strain W2294 chromosome, complete genome	True	False
ISR0028_000000006989	2660	0.5308060834942988	3	3	3	3	2	False	37199	maximal	True	ISR0028_000000006989	1.0		0	0	False	False	0.9996240735054016	0					non-mobilizable	no_good_hit	1988.0	77.062	74.0	0.0005298029572491623	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0024_000000018936	1846	0.5308008082971415	4	3	3	3	3	False	131587	fragment	False	AST0024_000000018936	1.0		0	0	False	False	0.9869989156723022	0					non-mobilizable	chromosome	1716.0	100.0	93.0	0.0007248909810458972	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MAD0052_000000002920	4940	0.5307996181265353	1	1	1	1	1	False	17299	maximal	True	MAD0052_000000002920	1.0		46	9	False	False	0.9985830187797546	0					non-mobilizable	no_good_hit								True	False
ISR0104_000000017024	1452	0.5307995105248193	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.9249661998533896		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	94.494	99.0	0.3325672259250747	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
MAD0057_000000003991	3959	0.5307990621027635	4	4	3	4	2	False	47194	maximal	True	MAD0057_000000003991	1.0		179	12	False	False	0.9974741339683533	0					non-mobilizable	chromosome	3958.0	97.42299999999999	99.0	0.0013445843019018206	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0286_000000010351	1826	0.5307963502053086	2	1	1	1	1	True	26033	maximal	True	ISR0286_000000010351	1.0		0	0	False	False	0.9989047050476074	0					non-mobilizable	no_good_hit	1518.0	78.524	80.0	0.04479947046965731	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0117_000000007627	3539	0.5307913814800256	3	3	3	3	3	False	126419	backbone	False	FIJ0021_000000012876	0.7022871772601879	PS317|PS959	0	0	False	True	0.9997174143791199	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	2.6254343326701307e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0046_000000014792	2240	0.530789609776306	5	4	3	4	1	True	56664	maximal	True	ISR0046_000000014792	1.0		1	1	False	False	0.9955357313156128	0					non-mobilizable	no_good_hit	1574.0	99.365	70.0	0.00047026099933900376	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
FIJ0031_000000009882	2439	0.5307891937238404	2	2	1	2	2	True	82415	maximal	True	FIJ0031_000000009882	0.9826105624731645		4	3	False	False	0.9917998909950256	0					non-mobilizable	plasmid	2423.0	99.09200000000001	99.0	0.035799840298110196	CP041428.1	enterobacteria	Escherichia coli strain STEC388 plasmid pSTEC388_3, complete sequence	False	True
ISR0152_000000010110	2329	0.5307891937238404	2	2	1	2	2	True	82415	maximal	False	FIJ0031_000000009882	0.9608446084460844		0	0	False	False	1.0	0					non-mobilizable	plasmid	2251.0	99.11200000000001	97.0	0.033256439830834296	CP041428.1	enterobacteria	Escherichia coli strain STEC388 plasmid pSTEC388_3, complete sequence	False	True
MAD0005_000000012605	2310	0.5307891937238404	2	2	1	2	2	True	82410	fragment	False	MAD0005_000000012605	0.9986320109439124		0	0	False	False	1.0	0					non-mobilizable	plasmid	2309.0	99.78299999999999	99.0	0.0241130153817197	CP020338.1	enterobacteria	Shigella flexneri 4c strain 1602 plasmid unnamed2, complete sequence	False	True
SPA0017_000000005618	2193	0.5307891937238404	2	2	1	2	2	True	82410	fragment	False	MAD0005_000000012605	0.9735930735930736		0	0	False	False	0.99863201379776	0					non-mobilizable	plasmid	2193.0	100.0	100.0	0.015298502254295724	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
ISR0255_000000016244	1971	0.5307891937238404	2	2	1	2	2	True	82407	fragment	False	ISR0255_000000016244	0.9416020671834626		0	0	False	False	1.0	0					non-mobilizable	plasmid	1971.0	99.29	100.0	0.029116020465501435	CP041428.1	enterobacteria	Escherichia coli strain STEC388 plasmid pSTEC388_3, complete sequence	False	True
ISR0194_000000013245	1935	0.5307891937238404	2	2	1	2	2	True	82407	fragment	False	ISR0255_000000016244	0.9373414510400813		0	0	False	False	1.0	0					non-mobilizable	plasmid	1936.0	99.948	100.0	0.021581289523873257	LT985304.1	enterobacteria	Escherichia coli strain ECOR 31 genome assembly, plasmid: RCS89_p	False	True
TAN0002_000000020632	1929	0.5307891937238404	3	2	1	2	2	True	18976	maximal	True	TAN0002_000000020632	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1733.0	99.711	92.0	0.024430840409625638	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
MON0019_000000036957	1819	0.5307891937238404	3	2	1	2	2	True	82405	fragment	False	SPA0073_000000005950	0.9596434820743984		0	0	False	False	1.0	0					non-mobilizable	other	1819.0	100.0	100.0	0.3633819708175095	NZ_JABBXF010000140.1	high GC Gram+	Streptomyces morookaense strain DSM 40503 contig140, whole genome shotgun sequence	False	True
ISR0058_000000014801	1770	0.5307891937238404	2	2	1	2	2	True	82405	fragment	False	SPA0073_000000005950	0.7266524476592983		0	0	False	False	1.0	0					non-mobilizable	other	1770.0	99.944	100.0	0.353587847291625	NZ_JABBXF010000140.1	high GC Gram+	Streptomyces morookaense strain DSM 40503 contig140, whole genome shotgun sequence	False	True
MAD0054_000000009728	1748	0.5307891937238404	3	2	1	2	2	True	18975	fragment	False	MAD0054_000000009728	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1748.0	99.88600000000001	100.0	0.024642423900471125	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
CHI0112_000000010480	1745	0.5307891937238404	2	2	1	2	2	True	82405	fragment	False	SPA0073_000000005950	0.7041089348776102		0	0	False	False	0.9931232333183289	0					non-mobilizable	plasmid	1726.0	99.82600000000001	99.0	0.029280961434003258	LT174529.1	enterobacteria	Escherichia coli plasmid E873p3, strain E873	False	True
MAD0030_000000008482	1427	0.5307891937238404	2	2	1	2	2	True	18974	fragment	False	MAD0030_000000008482	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1427.0	99.01899999999999	100.0	0.02011453719637769	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
ISR0197_000000013040	1962	0.5307887831355862	3	3	3	2	2	False	117340	fragment	False	ISR0398_000000010638	0.8624929795137755		0	0	False	False	0.9994903206825256	0					non-mobilizable	other	1962.0	99.796	100.0	0.015876357100642016	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0091_000000010325	2970	0.5307862956662838	5	4	4	4	4	False	39318	maximal	True	ISR0091_000000010325	1.0		21	6	False	False	0.9962962865829468	0					non-mobilizable	other	1649.0	98.545	97.0	0.15503292568203197	NZ_PYLP01000033.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_32, whole genome shotgun sequence	False	False
ISR0399_000000005336	2811	0.5307836155621755	4	3	2	3	1	True	99829	fragment	False	ISR0399_000000005336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	90.884	13.0	0.0013695044366632651	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0141_000000025968	1175	0.5307803175066607	1	1	1	1	1	False	31187	maximal	True	ISR0141_000000025968	1.0		5	2	False	False	0.9974468350410461	0					non-mobilizable	no_good_hit	740.0	91.89200000000001	87.0	0.0009446854095319908	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
SPA0153_000000015960	1180	0.5307794667219029	2	2	2	1	1	False	3217	fragment	False	SPA0153_000000015960	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	82.713	39.0	0.008136332749186367	NZ_SLUM01000025.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_125, whole genome shotgun sequence	True	False
MON0103_000000008587	4825	0.5307767033440165	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.07083869532118098		0	0	False	False	1.0	0					non-mobilizable	chromosome	3248.0	89.90100000000001	96.0	0.001334723653312841	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0209_000000011167	1639	0.5307749817899011	3	2	2	2	2	False	53780	fragment	False	ENG0209_000000011167	0.9933774834437086		0	0	False	False	0.9414277076721191	0					non-mobilizable	other	1601.0	98.001	98.0	0.00039228464369889113	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0136_000000025984	1630	0.5307741607686741	2	2	2	2	2	False	60428	maximal	True	SPA0136_000000025984	0.975319675892689		343	13	False	False	1.0	0					non-mobilizable	other	1630.0	97.914	100.0	0.028879906392936923	NZ_JAAIPV010000028.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_28_length_56406_cov_119.209, whole genome shotgun sequence	False	False
ISR0811_000000000572	15233	0.5307717921846261	14	7	4	7	5	False	21696	maximal	True	ISR0811_000000000572	1.0		109	10	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	3.763860120843434e-05	NZ_NBOF01000003.1	g-proteobacteria	Colwellia mytili strain KCTC 52417 NODE_3_length_850191_cov_18.1094_ID_453, whole genome shotgun sequence	True	False
ISR0190_000000019073	1177	0.5307717787348398	2	1	1	1	1	False	29167	maximal	True	ISR0190_000000019073	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000034253	1154	0.5307692625374147	2	1	1	1	1	False	40649	fragment	False	FIJ0133_000000034253	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1155.0	98.615	100.0	0.00032298231909701534	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0157_000000012693	2457	0.5307648495085531	4	4	4	3	3	False	123000	fragment	False	ISR0157_000000012693	0.47448126604992874		0	0	False	False	0.9983720183372498	0					non-mobilizable	chromosome	2457.0	95.686	100.0	0.000826675220645877	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0198_000000008761	3822	0.5307627147344797	4	3	2	3	1	False	28894	maximal	True	ISR0198_000000008761	1.0		12	4	False	False	0.9989534020423889	0					non-mobilizable	no_good_hit								True	False
ISR0070_000000011945	1763	0.5307593547501624	2	2	2	2	1	False	34906	fragment	False	ISR0070_000000011945	1.0		0	0	False	False	0.99886554479599	0					non-mobilizable	no_good_hit	769.0	80.234	43.0	0.0002439956106406422	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0222_000000004361	14583	0.5307587048505716	20	13	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.9872148567573207	PS946|PS948	0	0	True	True	1.0	211					non-mobilizable	no_good_hit	603.0	85.24	4.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0035_000000001520	14238	0.5307587048505716	19	13	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.9541356710769291	PS946|PS948	0	0	True	True	1.0	133					non-mobilizable	no_good_hit	1605.0	73.458	11.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
CHI0029_000000008514	1317	0.5307586798254604	3	2	2	2	2	False	88554	fragment	False	CHI0029_000000008514	0.9894448788115715		0	0	False	False	0.9946848750114441	0					non-mobilizable	chromosome	1317.0	99.772	100.0	0.00025326482609597657	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
USA0005_01_000000012294	2773	0.5307556921394077	4	1	1	1	1	False	120710	fragment	False	USA0005_01_000000012294	1.0		0	0	False	False	0.9949513077735901	0					non-mobilizable	no_good_hit	1359.0	86.166	49.0	0.002670755912619962	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
ISR0110_000000008908	2626	0.5307556921394077	3	1	1	1	1	False	120709	fragment	False	ISR0110_000000008908	1.0		0	0	False	False	0.9900990128517151	0					non-mobilizable	no_good_hit	1472.0	84.647	58.0	0.03391629366434405	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	True	False
USA0034_01_000000033790	1538	0.5307556921394077	1	1	1	1	1	False	120707	fragment	False	USA0034_01_000000033790	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	84.04799999999999	99.0	0.03278575054219925	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
AST0024_000000027261	1329	0.5307556921394077	1	1	1	1	1	False	120706	fragment	False	FIJ0022_000000018434	0.8557435543377256		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	85.973	99.0	0.0026057116726816163	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	False	False
CHI0018_000000004085	3942	0.5307517524705829	5	5	5	3	3	False	89586	maximal	True	CHI0018_000000004085	1.0		3	3	False	False	0.9997463226318359	0					non-mobilizable	no_good_hit	1858.0	99.946	47.0	0.0004000730774301908	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	True	False
SPA0092_000000024606	1824	0.5307510636350307	3	3	3	3	3	False	72414	maximal	True	SPA0092_000000024606	1.0		75	8	False	False	0.9956140518188477	0					non-mobilizable	other	1824.0	98.575	100.0	0.0033537538863439853	NZ_WBKJ01000001.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000001, whole genome shotgun sequence	False	False
ISR0373_000000005290	2885	0.5307488349115078	3	2	1	2	2	False	23441	fragment	False	ISR0373_000000005290	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0389_000000017186	1295	0.5307428703572878	2	2	2	2	2	False	22896	fragment	False	MAD0057_000000011433	0.9549745824255629		0	0	False	False	0.9899613857269287	0					non-mobilizable	chromosome	1295.0	95.521	100.0	0.0004355528239070704	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0043_000000018830	1542	0.5307243525126352	2	2	2	2	1	False	47195	maximal	True	FIJ0043_000000018830	1.0		14	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0078_000000006619	3954	0.5307237219589807	6	4	2	4	3	False	65183	maximal	True	ENG0078_000000006619	1.0		7	4	False	False	0.9979767203330994	0					non-mobilizable	no_good_hit	841.0	80.737	35.0	0.0002881713464745478	NZ_CP027286.1	firmicutes	Clostridium chauvoei strain SBP 07/09 chromosome, complete genome	True	False
FIJ0107_000000008364	3277	0.5307185455716057	6	2	2	2	1	True	42294	fragment	False	FIJ0107_000000008364	1.0		0	0	False	False	0.9990845322608948	0					non-mobilizable	no_good_hit	593.0	92.58	69.0	0.02275702733923758	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ENG0108_000000007421	2882	0.530716402263998	4	4	4	4	4	False	106201	fragment	False	ENG0108_000000007421	1.0		0	0	False	False	0.9996530413627625	0					non-mobilizable	other	2882.0	98.89	100.0	0.006338331837302216	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0132_000000022557	1302	0.5307161917314052	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.4505058286223214		0	0	False	False	0.9884792566299438	0					non-mobilizable	other	1284.0	97.819	99.0	0.00038628673073466435	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0135_000000015272	1248	0.5307161917314052	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.44662174734113824		0	0	False	False	0.9967948794364929	0					non-mobilizable	other	1249.0	97.118	100.0	0.00037574890097962676	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0117_000000012644	1154	0.5307155993370617	2	2	2	2	2	False	82012	maximal	True	CHI0117_000000012644	1.0		199	12	False	False	0.9974003434181213	0					non-mobilizable	no_good_hit	596.0	99.49700000000001	52.0	0.002935140788097634	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0055_000000001495	8752	0.5307114136939172	10	7	6	6	7	False	117092	maximal	True	CHI0055_000000001495	1.0		1	1	False	False	0.9997714757919312	0					non-mobilizable	no_good_hit	3508.0	80.73	40.0	0.0005425948609513342	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
CHI0054_000000010460	1672	0.5307046270513893	3	3	3	3	3	False	86323	fragment	False	CHI0054_000000010460	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	86.184	99.0	0.02661990914162748	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0001_01_000000001553	9372	0.5306926991581264	5	3	3	3	1	False	96222	maximal	False	CHI0025_000000001169	0.9604171100234092		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1790.0	91.34100000000001	19.0	0.1393205778992581	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0269_000000006796	2546	0.5306910354756772	4	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.747153012291837		0	0	False	False	1.0	0					non-mobilizable	other	2547.0	99.60700000000001	100.0	0.08071521415210982	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0154_000000007157	3189	0.5306893193953219	6	3	2	3	1	False	30629	fragment	False	ISR0154_000000007157	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3189.0	98.40100000000001	100.0	0.0010059720915321006	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
CHI0105_000000002190	3376	0.5306862791775611	3	2	2	2	1	False	104404	fragment	False	CHI0185_000000005574	0.9522448979591837		0	0	False	False	1.0	0					non-mobilizable	chromosome	1695.0	99.351	95.0	0.0003770017367895832	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0046_000000002300	7941	0.5306808498231825	11	2	1	2	2	False	64462	fragment	False	ENG0046_000000002300	1.0		0	0	False	False	0.9913108944892883	0					non-mobilizable	no_good_hit	533.0	74.109	7.0	0.00032712258232064754	LM997412.1	firmicutes	Peptoniphilus sp. ING2-D1G genome assembly, chromosome: I	True	False
ISR0286_000000003098	4291	0.530680242953418	1	1	1	1	1	False	68701	fragment	False	ISR0192_000000004134	0.6334555387822586		0	0	False	False	0.9997669458389282	0					non-mobilizable	no_good_hit	688.0	69.913	16.0	0.003239392553729152	NZ_FNAM01000003.1	firmicutes	Sporomusa acidovorans strain Mol, whole genome shotgun sequence	True	False
FIJ0119_000000008950	1936	0.5306800141622429	2	2	1	2	1	True	41572	maximal	True	FIJ0119_000000008950	1.0		109	12	False	False	1.0	0					non-mobilizable	chromosome	976.0	96.414	99.0	0.00043509750869860327	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
AUS0022_000000015931	2168	0.530676209348457	4	2	2	2	2	False	99268	fragment	False	AUS0022_000000015931	1.0		0	0	False	False	0.9958487153053284	0					non-mobilizable	no_good_hit	614.0	73.453	28.0	0.0002584252857356528	NZ_GL622359.1	firmicutes	Pseudoramibacter alactolyticus ATCC 23263 SCAFFOLD1, whole genome shotgun sequence	True	False
CHI0020_000000002771	3332	0.5306730139274854	5	4	4	3	2	False	89384	maximal	True	CHI0020_000000002771	1.0		41	8	False	False	0.9996998906135559	0					non-mobilizable	no_good_hit	1090.0	92.661	51.0	0.0019519336342564352	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
FIJ0112_000000012278	2215	0.5306725849148144	4	4	3	3	3	False	42020	maximal	True	FIJ0112_000000012278	1.0		38	8	False	False	0.9990970492362976	0					non-mobilizable	chromosome	2215.0	98.646	100.0	0.0003996908624061498	CP026149.1	enterobacteria	Klebsiella pneumoniae strain F138 chromosome, complete genome	False	False
SPA0014_000000010280	2249	0.5306671447712449	2	2	2	2	2	False	83020	maximal	False	DEN0007_000000011376	0.9701039516885273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	75.949	7.0	6.64717112062414e-05	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	True	False
ISR0128_000000010829	3243	0.5306645643887217	4	3	2	3	1	True	107936	fragment	False	ISR0128_000000010829	1.0		0	0	False	False	0.9901325702667236	0					non-mobilizable	no_good_hit	218.0	77.523	7.0	0.00030292415123811273	NZ_LN879454.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	True
FIJ0052_000000021558	1438	0.5306610276858796	3	3	3	3	2	False	107557	fragment	False	MAD0016_000000002666	0.06975488093380532		0	0	False	False	1.0	0					non-mobilizable	chromosome	1438.0	97.01	100.0	0.0004836857866726895	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0015_000000002006	4218	0.5306603346020222	6	5	2	4	4	False	89879	maximal	True	CHI0015_000000002006	1.0		2	1	False	False	0.9959696531295776	0					non-mobilizable	no_good_hit	2193.0	100.0	70.0	0.0073541006156375285	CP055935.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_2, complete sequence	True	False
MON0020_000000004798	3634	0.5306578961694131	3	3	3	3	1	False	95270	maximal	True	MON0020_000000004798	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2262.0	98.09899999999999	66.0	0.0007880981494158802	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0070_000000008091	4043	0.5306568732722836	5	2	1	2	1	True	70632	maximal	True	DEN0070_000000008091	1.0		1	1	False	False	0.9945585131645203	0					non-mobilizable	no_good_hit	2174.0	87.167	53.0	0.03689866939611054	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	True	True
ISR0049_000000014640	2027	0.5306542987273559	3	1	1	1	1	False	128276	fragment	False	ISR0049_000000014640	1.0		0	0	False	False	0.9911198616027832	0					non-mobilizable	chromosome	1373.0	98.90799999999999	98.0	0.00048216566889064996	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0334_000000011683	1807	0.5306542987273559	2	1	1	1	1	False	128275	fragment	False	ISR0334_000000011683	1.0		0	0	False	False	0.9817376732826233	0					non-mobilizable	chromosome	1367.0	98.68299999999999	100.0	0.00048005707267101156	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0154_000000020657	1595	0.5306542987273559	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.124953260183967		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	99.15799999999999	100.0	0.0005004401694608495	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0104_000000020189	1571	0.5306542987273559	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.11329220179204132		0	0	False	False	0.9987269043922424	0					non-mobilizable	other	1429.0	98.111	91.0	0.01089591154813699	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
ENG0094_000000011588	1509	0.5306542987273559	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.10494222465337127		0	0	False	False	0.9980119466781616	0					non-mobilizable	other	1512.0	98.677	100.0	0.0005487391890934909	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ITA0002_000000007164	1475	0.5306542987273559	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.09446454526708105		0	0	False	False	1.0	0					non-mobilizable	chromosome	1366.0	99.34100000000001	100.0	0.0004797056399677385	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0081_000000036035	1465	0.5306542987273559	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.09429190579068186		0	0	False	False	1.0	0					non-mobilizable	chromosome	1359.0	98.823	96.0	0.000477245611044827	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0041_000000024447	1381	0.5306542987273559	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.08925887591642988		0	0	False	False	0.9985517859458923	0					non-mobilizable	other	1353.0	99.48299999999999	100.0	0.0004909962830273989	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
DEN0069_000000020160	1333	0.5306542987273559	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.07729313159785159		0	0	False	False	1.0	0					non-mobilizable	chromosome	1333.0	99.1	100.0	0.0004681083607597272	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0309_000000015805	1309	0.5306542987273559	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.07354076337738828		0	0	False	False	0.9992360472679138	0					non-mobilizable	chromosome	1309.0	99.236	100.0	0.0004596739758811736	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0025_000000018529	1129	0.5306542987273559	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.029751864249586885		0	0	False	False	1.0	0					non-mobilizable	chromosome	1129.0	99.291	100.0	0.0003964160892920212	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
SPA0071_000000007934	3025	0.5306497131559776	4	4	4	3	3	False	5906	fragment	False	SPA0071_000000007934	1.0		0	0	False	False	0.9990082383155823	0					non-mobilizable	no_good_hit	272.0	99.265	9.0	0.0034234894326608473	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	True	False
ENG0185_000000007770	2777	0.5306460175777435	2	2	2	2	1	False	109791	maximal	True	ENG0185_000000007770	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1751.0	90.52	63.0	0.00026574630573062276	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ISR0325_000000018477	1168	0.5306424297794768	2	2	2	2	2	False	33769	maximal	True	ISR0325_000000018477	0.9793351302785265		389	10	False	False	0.976883590221405	0					non-mobilizable	other	1168.0	99.05799999999999	100.0	0.0005171405275099263	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
USA0083_01_000000007715	4032	0.5306398418808058	5	3	2	2	2	True	129330	fragment	False	USA0083_01_000000007715	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1835.0	99.455	65.0	0.0006230861927972731	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0358_000000001006	11233	0.5306387592818803	23	8	5	8	4	False	50739	maximal	True	ISR0358_000000001006	1.0		1	1	False	False	0.9997329115867615	0					non-mobilizable	no_good_hit	176.0	92.61399999999999	2.0	8.897928053896022e-05	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
ISR0378_000000010649	2511	0.530637185372386	4	4	3	3	2	False	23277	maximal	True	ISR0378_000000010649	1.0		1	1	False	False	0.9772998690605164	0					non-mobilizable	no_good_hit	182.0	87.363	7.0	0.00010481001418468113	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
ENG0115_000000014065	1501	0.530635508471835	2	1	1	1	1	True	78017	fragment	False	ENG0115_000000014065	0.9633616218096471		0	0	False	False	0.9966688752174377	0					non-mobilizable	other	1501.0	97.335	100.0	0.00045280531001768353	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
SPA0136_000000030771	1387	0.530635508471835	1	1	1	1	1	True	78017	fragment	False	ENG0115_000000014065	0.9073757196098033		0	0	False	False	0.9956741333007812	0					non-mobilizable	other	1380.0	93.84100000000001	99.0	0.0004164966603025977	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0082_000000010642	2762	0.5306331706619544	3	3	2	2	3	False	49927	maximal	True	ISR0082_000000010642	1.0		355	13	False	False	0.9996379613876343	0					non-mobilizable	no_good_hit	1351.0	98.446	49.0	0.014537264537264538	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0131_000000009285	3118	0.5306323903163429	4	3	2	2	2	False	44475	maximal	True	ISR0131_000000009285	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	76.119	6.0	0.0006652175227702614	NZ_SMAE01000002.1	firmicutes	Keratinibaculum paraultunense strain DSM 26752 Ga0244701_102, whole genome shotgun sequence	True	False
ENG0091_000000012705	1887	0.5306271032805416	3	3	3	3	3	False	61169	fragment	False	ENG0091_000000012705	0.9963948973932335		0	0	False	False	0.9920508861541748	0					non-mobilizable	other	1887.0	99.36399999999999	100.0	0.009869126796824716	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0070_000000008586	3832	0.5306246680572193	2	1	1	1	1	False	70628	maximal	True	DEN0070_000000008586	1.0		1	1	False	False	0.9979122877120972	0					non-mobilizable	no_good_hit	423.0	74.704	11.0	0.00014448497657254013	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0124_000000007586	3816	0.5306237535162032	4	4	3	3	2	True	112055	fragment	False	SPA0124_000000007586	1.0		0	0	False	False	0.9992138147354126	0					non-mobilizable	other	3816.0	99.97399999999999	100.0	0.013630208686891063	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
FIJ0079_000000017824	1577	0.5306221667844709	1	1	1	1	1	False	44379	backbone	True	FIJ0079_000000017824	1.0	PS153	10	5	True	True	1.0	1					non-mobilizable	no_good_hit	395.0	73.671	25.0	0.00012742053868017937	CP009576.1	firmicutes	Listeria ivanovii subsp. londoniensis strain WSLC 30151, complete genome	True	True
FIJ0012_000000004907	4628	0.5306198324397472	6	5	1	4	4	True	82247	fragment	False	FIJ0012_000000004907	1.0		0	0	False	False	0.9997839331626892	0			MPF_F		non-mobilizable	plasmid	4628.0	100.0	100.0	0.03451748627357364	CP054344.1	enterobacteria	Escherichia coli strain SCU-164 plasmid pSCU-164-1	False	True
SPA0034_000000012467	2894	0.5306179654145902	3	2	1	2	1	True	51890	fragment	False	SPA0034_000000012467	1.0		0	0	False	False	0.9979267716407776	0		MOBQ			mobilizable	plasmid	2894.0	99.931	99.0	0.09638192963752665	HQ201416.1	enterobacteria	Escherichia coli plasmid p838C-R1, complete sequence	False	True
MON0061_000000017312	2573	0.5306160097674257	3	3	3	2	1	False	10834	maximal	True	MON0061_000000017312	1.0		1	1	False	False	0.9731830358505249	0					non-mobilizable	no_good_hit	980.0	94.59200000000001	49.0	0.0031054421444697408	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ISR0141_000000025681	1188	0.5306158107608824	2	2	2	2	2	False	31188	maximal	True	ISR0141_000000025681	1.0		63	7	False	False	1.0	0					non-mobilizable	other	1188.0	98.485	100.0	0.0003156361518896519	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0141_000000012105	2409	0.5306148596547594	3	3	3	2	2	False	124161	fragment	False	ISR0115_000000014150	0.9130367008121035		0	0	False	False	0.9987546801567078	0					non-mobilizable	no_good_hit	2104.0	80.846	86.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0008_000000008910	3513	0.5306120818468766	5	4	2	3	4	False	13872	maximal	True	MON0008_000000008910	1.0		4	2	False	False	0.9772274494171143	0					non-mobilizable	chromosome	2232.0	90.815	98.0	0.0008884544446480902	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0175_000000013096	1575	0.5306110929501278	2	2	2	2	1	False	29846	maximal	True	ISR0175_000000013096	1.0		120	10	False	False	0.9980952143669128	0					non-mobilizable	chromosome	1572.0	99.936	99.0	0.0004426360824199092	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MON0108_000000005136	4011	0.5306093148157556	4	4	4	4	3	False	66422	fragment	False	ETH0001_000000005261	0.9259708737864077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	74.88	25.0	0.0008119596885895783	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
FIJ0083_000000014646	2420	0.5306081554578791	4	4	1	3	2	True	70386	maximal	True	FIJ0083_000000014646	1.0		41	8	False	False	0.9909090995788574	0					non-mobilizable	other	2419.0	87.805	99.0	0.028014176129077386	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0063_000000004298	4651	0.5306067011745506	8	2	2	2	1	False	35285	maximal	True	ISR0063_000000004298	1.0		8	2	False	False	0.9905396699905396	0					non-mobilizable	no_good_hit	144.0	79.167	3.0	0.001637954732887382	NZ_KB850959.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.3, whole genome shotgun sequence	True	False
TAN0019_000000006782	1182	0.5305916938593527	2	2	1	2	0	False	2408	maximal	True	TAN0019_000000006782	1.0		1	1	False	False	0.9568527936935425	0					non-mobilizable	no_good_hit	519.0	86.12700000000001	44.0	0.020839387272198927	NZ_QEKJ01000024.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_124, whole genome shotgun sequence	True	False
MON0087_000000042936	1206	0.5305911784709655	3	1	1	1	1	False	9666	fragment	False	MON0087_000000042936	1.0		0	0	False	False	0.9933664798736572	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000006328	6824	0.5305873489541163	7	4	1	1	4	True	96776	maximal	True	CAN0014_000000006328	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	90.221	59.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CAN0003_000000012151	4038	0.5305845845584649	6	4	4	4	1	False	96757	maximal	True	CAN0003_000000012151	1.0		50	12	False	False	0.9888558983802795	0					non-mobilizable	no_good_hit	109.0	82.569	3.0	0.0005595878799848583	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0209_000000023742	1164	0.5305815869907904	2	2	2	2	1	False	28454	maximal	True	ISR0209_000000023742	1.0		11	7	False	False	0.9974226951599121	0					non-mobilizable	no_good_hit	590.0	82.712	55.0	0.00016313463479138393	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0139_000000003687	6973	0.5305812452131784	9	9	9	7	5	False	50800	fragment	False	FIJ0139_000000003687	0.9998565485583131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3043.0	95.235	71.0	0.005778818407912536	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
CHI0096_000000003832	1988	0.5305812117907225	3	2	2	2	1	True	83464	maximal	True	CHI0096_000000003832	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	89.758	89.0	0.0005759125548936967	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
ENG0061_000000004423	4662	0.5305793024554705	4	2	2	1	1	True	85001	fragment	False	ISR0078_000000003217	0.6386378519973804		0	0	False	False	1.0	0					non-mobilizable	other	4662.0	100.0	100.0	0.009717664424716768	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0353_000000031306	1149	0.5305750667186199	2	2	2	1	1	False	24004	maximal	True	ISR0353_000000031306	1.0		99	10	False	False	1.0	0					non-mobilizable	chromosome	1149.0	90.51299999999999	99.0	0.00045401020384938363	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0147_000000011265	2164	0.5305741577145335	3	3	3	3	3	False	30953	maximal	True	ISR0147_000000011265	1.0		783	14	False	False	0.9990757703781128	0					non-mobilizable	other	2164.0	98.891	100.0	0.005919945261717414	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0017_000000009100	3090	0.5305655374889165	2	2	2	1	2	False	50155	fragment	False	FIJ0017_000000009100	1.0		0	0	False	False	0.999352753162384	0					non-mobilizable	no_good_hit	1480.0	76.622	47.0	0.0012584252687673613	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ENG0153_000000022803	1299	0.5305639324822136	2	2	2	2	1	False	56903	fragment	False	ENG0153_000000022803	1.0		0	0	False	False	0.9876828193664551	0					non-mobilizable	chromosome	1300.0	74.154	98.0	0.0004468561820217419	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0129_000000008808	3144	0.5305629223348343	7	3	3	2	1	False	3844	maximal	True	SPA0129_000000008808	1.0		16	7	False	False	0.980597972869873	0					non-mobilizable	other	1442.0	99.584	94.0	0.00035330135723131385	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0026_000000010616	2818	0.5305629223348343	6	3	3	2	1	False	7526	fragment	False	SPA0026_000000010616	1.0		0	0	False	False	0.9989354014396667	0					non-mobilizable	other	735.0	99.728	100.0	0.0001799605802968663	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0052_000000022801	1368	0.5305611028378987	3	2	2	2	2	False	46439	maximal	True	FIJ0052_000000022801	1.0		7	2	False	False	0.9904970526695251	0					non-mobilizable	no_good_hit	1150.0	99.304	85.0	0.0004904285338064895	CP022606.1	firmicutes	Weissella cibaria strain CMS1, complete genome	True	False
ISR0038_000000002503	10116	0.5305606959740654	15	11	2	4	10	True	109180	maximal	True	ISR0038_000000002503	0.9928726300636832		531	11	False	False	0.9999011754989624	0					non-mobilizable	chromosome	9527.0	97.208	97.0	0.0029096305499895746	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ISR0286_000000000901	9897	0.5305606959740654	15	11	2	4	10	True	109180	maximal	False	ISR0038_000000002503	0.987363718903946		0	0	False	False	0.9996968507766724	0					non-mobilizable	other	9897.0	100.0	100.0	0.0026126680076743163	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
ENG0153_000000002487	9652	0.5305606959740654	14	11	2	4	10	True	109180	maximal	False	ISR0038_000000002503	0.9867216071607073		0	0	False	False	0.9998964071273804	0					non-mobilizable	other	9565.0	99.927	99.0	0.02113812511329522	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0813_000000002686	9612	0.5305606959740654	14	11	2	4	10	True	109180	maximal	False	ISR0038_000000002503	0.9853803388885494		0	0	False	False	1.0	0					non-mobilizable	other	9519.0	99.96799999999999	99.0	0.002512871270922003	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
ISR0812_000000003694	9610	0.5305606959740654	14	11	2	4	10	True	109180	maximal	False	ISR0038_000000002503	0.9850959012413373		0	0	False	False	1.0	0					non-mobilizable	other	9514.0	99.979	99.0	0.0025115512082665493	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
USA0113_01_000000001897	9445	0.5305606959740654	14	11	2	4	10	True	109180	maximal	False	ISR0038_000000002503	0.9762850129782952		0	0	False	False	1.0	0					non-mobilizable	chromosome	9395.0	99.95700000000001	100.0	0.0013269053146978988	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0323_000000001467	9224	0.5305606959740654	14	11	2	4	10	True	109180	maximal	False	ISR0038_000000002503	0.9600701437249706		0	0	False	False	0.9992411136627197	0					non-mobilizable	chromosome	9074.0	97.179	99.0	0.0027711349485242728	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
AUS0018_000000002765	9203	0.5305606959740654	14	11	2	4	10	True	109180	maximal	False	ISR0038_000000002503	0.9570992413727134		0	0	False	False	0.9983701109886169	0					non-mobilizable	chromosome	9031.0	97.165	99.0	0.0027579885669282286	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
ISR0809_000000000960	9134	0.5305606959740654	14	11	2	4	10	True	109180	maximal	False	ISR0038_000000002503	0.8840807784574726		0	0	False	False	1.0	0					non-mobilizable	other	9140.0	97.177	100.0	0.001734451817289464	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
USA0080_01_000000004348	8966	0.5305606959740654	14	11	2	4	10	True	109180	maximal	False	ISR0038_000000002503	0.8512342000224558		0	0	False	False	1.0	0					non-mobilizable	other	8966.0	100.0	100.0	0.0023668723412288042	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
ISR0046_000000002160	8728	0.5305606959740654	14	11	2	4	10	True	109180	maximal	False	ISR0038_000000002503	0.7812989578107764		0	0	False	False	1.0	0					non-mobilizable	other	8728.0	99.98899999999999	100.0	0.0023040373588291995	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
ISR0207_000000010198	2790	0.5305593422447672	2	2	2	2	2	False	108826	fragment	False	ISR0207_000000010198	1.0		0	0	False	False	0.9946236610412598	0					non-mobilizable	no_good_hit	1538.0	91.54700000000001	89.0	0.006961715105197233	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0097_000000023950	1309	0.5305588413632253	1	1	1	1	1	False	60747	fragment	False	ISR0009_000000025509	0.9395645645645645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	75.532	14.0	4.487475697893433e-05	CP012321.1	firmicutes	Clostridioides difficile strain DSM 28666 chromosome, complete genome	True	False
CHI0033_000000000387	13404	0.5305578192329311	18	6	5	5	4	False	88373	fragment	False	CHI0033_000000000387	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	95.89	7.0	0.9988571428571429	GQ879627.1		Uncultured organism clone VC1CA03TR genomic sequence	True	False
MON0074_000000019618	1139	0.5305531830057196	2	2	2	2	2	False	10358	fragment	False	MON0074_000000019618	1.0		0	0	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit	369.0	71.816	31.0	0.00016170993555950948	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
FIJ0109_000000018090	1333	0.530553073259366	2	2	2	2	1	False	46648	fragment	False	FIJ0147_000000016299	0.9791592742412414		0	0	False	False	0.9924980998039246	0					non-mobilizable	other	1333.0	98.35	100.0	0.00032657696587932685	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0141_000000012056	2835	0.5305520625579914	4	4	4	4	4	False	128223	maximal	True	ISR0141_000000012056	0.9941291585127201		45	6	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	85.594	77.0	0.0005037446631794224	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0782_000000008671	1487	0.5305456369410663	2	2	2	2	1	False	22259	fragment	False	ISR0782_000000008671	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1487.0	95.15799999999999	100.0	0.0007994017935434587	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
MON0077_000000012986	3034	0.5305455227899792	4	3	3	1	3	False	10239	maximal	True	MON0077_000000012986	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000024992	1672	0.5305432809061391	3	3	3	3	2	False	79900	fragment	False	FIJ0009_000000024992	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1672.0	99.22200000000001	100.0	0.0003217902243557648	CP052224.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 chromosome, complete genome	False	False
SPA0139_000000014850	1885	0.530542309925632	3	3	3	3	3	False	80851	fragment	False	FIJ0123_000000015282	0.626075661633382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	78.237	41.0	9.894618159201912e-05	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
ENG0210_000000001606	10822	0.5305397785519478	11	8	5	4	5	False	53762	maximal	True	ENG0210_000000001606	1.0		51	10	False	False	1.0	0					non-mobilizable	no_good_hit	1955.0	81.22800000000001	18.0	0.2954648870013651	NZ_JH379360.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld56, whole genome shotgun sequence	True	False
FIJ0169_000000003237	6496	0.5305393704397833	7	5	3	5	5	False	38879	fragment	False	FIJ0169_000000003237	1.0		0	0	False	False	0.9996921420097351	0					non-mobilizable	no_good_hit	4666.0	98.928	72.0	0.0024955337443288194	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0084_000000010456	2937	0.5305380472157158	4	4	4	4	3	False	26334	maximal	False	ISR0275_000000004520	0.9682591623036649		0	0	False	False	1.0	0					non-mobilizable	chromosome	2948.0	85.92299999999999	100.0	0.0009434257215820801	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0009_000000010846	3259	0.5305377284056013	4	4	4	3	3	False	8141	fragment	False	SPA0009_000000010846	1.0		0	0	False	False	0.9993863105773926	0					non-mobilizable	no_good_hit	910.0	90.76899999999999	28.0	0.0035553012010411116	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
FIJ0018_000000019588	1390	0.530526289807202	2	2	1	1	2	False	49945	fragment	False	FIJ0018_000000019588	1.0		0	0	False	False	1.0	0				MOBP	mobilizable	no_good_hit	597.0	86.432	69.0	0.16582491582491582	AY033498.1	enterobacteria	Klebsiella sp. KCL-2 plasmid pMGD2, complete sequence	True	True
CHI0074_000000003051	5279	0.5305237682530346	11	4	1	1	4	False	84757	fragment	False	CHI0074_000000003051	1.0		0	0	False	False	0.9988633990287781	0					non-mobilizable	other	2844.0	98.84	94.0	0.0005501471091821333	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0772_000000001916	2474	0.530520363240385	4	3	2	2	2	True	108765	fragment	False	ISR0772_000000001916	0.973563696919234		0	0	False	False	0.9902991056442261	0					non-mobilizable	other	2446.0	92.723	99.0	0.0005989696153477444	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0200_000000009874	2402	0.530520363240385	3	3	2	2	2	True	108765	fragment	False	ISR0772_000000001916	0.9603880355699272		0	0	False	False	1.0	0					non-mobilizable	other	2408.0	95.34899999999999	100.0	0.0005894076771575839	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0015_000000004571	4270	0.5305196797485205	7	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8734246536038333		0	0	False	False	1.0	0					non-mobilizable	other	4066.0	99.95100000000001	95.0	0.04320698964732893	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0175_000000011386	2270	0.5305195040841924	3	3	3	3	2	False	121332	fragment	False	SPA0114_000000018546	0.6372433236275475		0	0	False	False	1.0	0					non-mobilizable	chromosome	2270.0	99.339	100.0	0.0007151833520192977	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0018_000000008313	3311	0.5305160159562082	5	4	1	3	4	False	100032	fragment	False	AUS0018_000000008313	1.0		0	0	False	False	0.9990939497947693	0					non-mobilizable	chromosome	1442.0	93.62	100.0	0.28117023365403493	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	False	False
MON0096_000000011298	3042	0.5305144210513386	6	3	3	3	1	False	9278	maximal	True	MON0096_000000011298	1.0		11	5	False	False	0.9944115877151489	0					non-mobilizable	no_good_hit	1065.0	98.31	35.0	0.012641518409285511	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
CHI0062_000000011779	1157	0.5305131723023611	2	2	2	1	1	False	85536	maximal	False	SPA0021_000000026782	0.9906462585034013		0	0	False	False	0.9887640476226807	0					non-mobilizable	no_good_hit	608.0	99.178	52.0	0.00024731387390088946	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ISR0228_000000007333	3425	0.5305088302063251	3	2	1	1	2	False	104877	maximal	True	ISR0228_000000007333	1.0		3	3	True	True	1.0	11					non-mobilizable	no_good_hit	1808.0	99.723	53.0	0.14578459056070997	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0055_000000023029	1571	0.5305088095839856	3	2	2	2	2	False	113693	maximal	True	AST0055_000000023029	1.0		31	9	False	False	0.9885423183441162	0					non-mobilizable	no_good_hit	541.0	77.079	34.0	0.001164565966047589	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
CHI0141_000000023679	1171	0.530507769537285	2	1	1	1	1	False	122989	fragment	False	ISR0038_000000026647	0.7064628279335488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	71.506	77.0	0.00025292877469498197	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0101_000000001617	14258	0.5305062896794402	13	6	5	6	4	True	60524	maximal	True	ENG0101_000000001617	1.0		1	1	False	False	0.9960022568702698	0					non-mobilizable	no_good_hit								True	True
MAD0043_000000002535	7737	0.5305051976193488	4	4	2	4	2	True	18074	maximal	True	MAD0043_000000002535	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3066.0	95.238	64.0	0.010002252465470356	NZ_LT699738.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	True
MON0073_000000003763	1119	0.530500056607905	2	2	2	2	2	False	10383	maximal	True	MON0073_000000003763	1.0		519	14	False	False	0.976764976978302	0					non-mobilizable	chromosome	1119.0	98.03399999999999	100.0	0.0002982344149176961	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0091_000000009069	2612	0.5304984127912671	3	3	1	3	1	False	129989	fragment	False	CHI0186_000000007139	0.7590495165277684		0	0	False	False	1.0	0					non-mobilizable	other	2613.0	95.75200000000001	100.0	0.04729901090540198	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
FIJ0145_000000012469	1338	0.5304967577581824	2	2	2	2	2	False	40014	fragment	False	FIJ0145_000000012469	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	94.382	59.0	0.0008492358476685197	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
SPA0094_000000002212	7103	0.5304956490746623	7	5	1	4	3	False	5246	fragment	False	SPA0094_000000002212	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7018.0	97.20700000000001	99.0	0.15957422508508645	CP021561.1	other sequences	Unidentified plasmid plasmid YS1-2_2432, complete sequence	False	True
ISR0232_000000009521	2752	0.5304950738726194	2	2	2	2	1	True	61084	fragment	False	ISR0232_000000009521	1.0		0	0	False	False	0.9934592843055725	0					non-mobilizable	other	2269.0	87.572	90.0	0.14963091042096163	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
FIJ0087_000000006057	4850	0.5304915199232356	7	4	3	3	3	False	43756	maximal	True	FIJ0087_000000006057	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	89.325	19.0	0.0002566557028615137	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0394_000000010529	1806	0.5304906076183207	3	3	2	2	1	False	22756	maximal	True	ISR0394_000000010529	1.0		59	11	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit	1402.0	96.22	78.0	0.0004341750333229338	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
USA0020_01_000000013400	2608	0.530486692225461	3	2	2	2	2	False	47401	fragment	False	FIJ0041_000000013926	0.9628352490421456		0	0	False	False	1.0	0					non-mobilizable	other	2162.0	98.242	100.0	0.050467071461933674	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0078_000000004755	3701	0.5304842716054737	5	4	3	2	2	True	127128	maximal	True	ISR0078_000000004755	1.0		169	10	False	False	1.0	0					non-mobilizable	other	2716.0	96.57600000000001	100.0	0.035328102431978765	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ENG0209_000000003976	4831	0.5304838873283629	6	6	6	6	5	False	116978	maximal	True	ENG0209_000000003976	1.0		28	5	False	False	0.9997929930686951	0					non-mobilizable	no_good_hit	2008.0	86.355	59.0	0.0005570274869796587	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0088_000000010192	1477	0.5304823467885548	4	4	2	1	3	False	110031	fragment	False	SPA0087_000000009762	0.9988715865493116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	83.92	73.0	0.0019386941113392355	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
SPA0087_000000009762	1477	0.5304823467885548	4	4	2	1	3	False	110031	fragment	False	SPA0087_000000009762	0.9988715865493116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	84.0	73.0	0.0019485020073493834	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
AST0089_000000016570	1429	0.5304823467885548	4	4	2	1	3	False	110031	fragment	False	SPA0087_000000009762	0.9783344617467841		0	0	False	False	0.9965010285377502	0					non-mobilizable	no_good_hit	557.0	83.303	72.0	0.0018079221645372634	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
MON0059_000000017179	2279	0.5304762393496774	2	2	2	2	1	False	84957	fragment	False	MON0059_000000017179	0.9645947176684881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	95.27799999999999	74.0	0.0005521798243545984	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
MON0016_000000015093	2208	0.5304762393496774	4	2	2	2	1	False	84957	fragment	False	MON0059_000000017179	0.6360977036712008		0	0	False	False	0.9741848111152649	0					non-mobilizable	no_good_hit	1419.0	95.49	64.0	0.0005716148260023833	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ENG0089_000000014426	1424	0.5304709934785725	2	2	2	2	2	False	61283	maximal	True	ENG0089_000000014426	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	1.027403017825131e-05	CP035037.1	high GC Gram+	Leucobacter sp. DSM 101948 chromosome, complete genome	True	False
CHI0167_000000019908	1178	0.530470704248312	1	1	1	1	1	False	78115	fragment	False	CHI0167_000000019908	1.0		0	0	False	False	0.9592529535293579	0					non-mobilizable	other	835.0	99.88	100.0	0.02727986392777705	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ENG0070_000000020920	1257	0.5304705828316241	1	1	1	1	1	False	62315	maximal	True	ENG0070_000000020920	1.0		0	0	False	False	0.9395385980606079	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.05846153846153846	EU059966.1	bacteria	Uncultured bacterium clone HA0AAA6ZH10FM1 genomic sequence	True	False
SPA0087_000000007549	1976	0.5304689287144304	5	5	2	3	5	False	106029	maximal	True	SPA0087_000000007549	1.0		9	3	False	False	1.0	0					non-mobilizable	other	1076.0	95.26	100.0	0.00037312395775430794	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0135_000000009465	2116	0.5304657341452927	3	3	3	3	3	False	80677	maximal	True	CHI0135_000000009465	1.0		197	10	False	False	1.0	0					non-mobilizable	other	2143.0	79.70100000000001	99.0	0.0068631395966456885	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AUS0012_000000013081	1320	0.5304606061649056	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.30767862479181496		0	0	False	False	0.9909090995788574	0					non-mobilizable	other	1229.0	95.281	93.0	0.003771334782034062	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ISR0153_000000023723	1243	0.5304606061649056	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.59165774639926		0	0	False	False	1.0	0					non-mobilizable	chromosome	1245.0	94.94	99.0	0.00035270659646667634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0105_000000027071	1428	0.5304600810176626	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.16897582221904225		0	0	False	False	0.9964985847473145	0					non-mobilizable	other	1162.0	95.869	99.0	0.6526138279932546	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
SPA0114_000000008648	4893	0.5304577235833358	5	4	3	3	3	False	4467	maximal	True	SPA0114_000000008648	1.0		50	11	False	False	1.0	0					non-mobilizable	no_good_hit	1359.0	83.81200000000001	31.0	0.0003309901681209394	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0042_000000021267	1586	0.5304549779575572	3	2	2	1	1	False	79028	maximal	True	SPA0042_000000021267	1.0		75	12	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	75.899	47.0	0.00028924804825511603	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
FIJ0117_000000008054	2546	0.5304544989594989	2	2	2	2	2	False	41621	maximal	True	FIJ0117_000000008054	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2013.0	81.47	79.0	0.0007092731643851713	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0006_01_000000005732	4235	0.5304523113212025	4	4	4	3	2	True	120787	fragment	False	USA0006_01_000000005732	1.0		0	0	False	False	0.9966942071914673	0					non-mobilizable	no_good_hit	3737.0	95.103	88.0	0.0013846703259580769	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ENG0098_000000014629	1715	0.5304444439782138	3	2	2	2	2	False	60707	maximal	True	ENG0098_000000014629	1.0		727	15	False	False	1.0	0					non-mobilizable	other	1716.0	97.494	100.0	0.0005127130412373754	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0111_000000014559	1185	0.5304443860035164	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.9504529259616171		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	98.734	100.0	0.0032405063291139242	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0287_000000003409	3181	0.5304439419768399	4	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.3959648467504533		0	0	False	False	0.9987425208091736	0					non-mobilizable	other	2992.0	99.265	99.0	0.031280404239070164	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
DEN0005_000000011352	2955	0.5304439419768399	4	3	1	2	2	False	124369	fragment	False	ENG0025_000000004712	0.3685086927342129		0	0	False	False	1.0	0					non-mobilizable	other	2955.0	99.62799999999999	100.0	0.2656531126304426	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0089_000000014585	1596	0.530442096565539	3	3	1	2	3	False	110159	maximal	True	AST0089_000000014585	1.0		1	1	False	False	0.9981203079223633	0					non-mobilizable	no_good_hit	717.0	77.545	69.0	0.01595685159904214	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0011_000000003750	6536	0.5304413581065848	4	3	3	2	3	False	38274	maximal	True	ISR0011_000000003750	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3125.0	96.704	63.0	0.0010069224305508774	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0036_01_000000003320	11772	0.5304402970231171	13	5	4	3	3	True	112177	fragment	False	ISR0023_000000001614	0.5473727264927135		0	0	False	False	0.9999150633811951	0					non-mobilizable	no_good_hit	485.0	74.639	4.0	0.00014485935993244315	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0361_000000004581	2714	0.5304390289191913	3	3	3	3	3	False	125744	maximal	True	ISR0361_000000004581	1.0		99	7	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	75.363	56.0	0.00021771960063394824	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
ENG0168_000000005258	5439	0.5304386169160467	6	6	6	6	5	False	124954	fragment	False	ENG0184_000000004383	0.892749968257389		0	0	False	False	0.9985291361808777	0					non-mobilizable	no_good_hit	4227.0	78.898	89.0	0.010065960249506024	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0085_000000005821	5081	0.5304386169160467	6	6	6	6	5	False	124954	fragment	False	ENG0184_000000004383	0.8715970884405345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3921.0	78.781	89.0	0.009329839990701638	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0358_000000013737	1423	0.5304378520109547	3	3	3	2	1	True	54615	fragment	False	ISR0358_000000013737	1.0		0	0	False	False	0.9915671348571777	0					non-mobilizable	chromosome	884.0	95.249	100.0	0.00023325682262997991	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	True
ISR0329_000000012327	1400	0.530435951790615	5	2	2	2	1	True	24692	maximal	True	ISR0329_000000012327	1.0		37	9	False	False	1.0	0					non-mobilizable	no_good_hit	803.0	97.634	70.0	0.0002394653912718004	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0029_000000004369	9982	0.5304330857464681	10	8	7	8	8	False	125694	maximal	True	ISR0029_000000004369	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2913.0	98.97	39.0	0.019477218610375366	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0020_000000023258	1182	0.5304302062674375	2	1	1	1	1	True	37660	fragment	False	ISR0020_000000023258	1.0		0	0	False	False	0.9560067653656006	0					non-mobilizable	other	1163.0	98.96799999999999	98.0	0.18037876435889474	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	False	True
MAD0098_000000005491	7105	0.5304280609990534	6	5	4	3	2	False	15358	fragment	False	MAD0098_000000005491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3963.0	75.347	55.0	0.0020562900199009365	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	False
DEN0063_000000014255	3190	0.5304243812870565	4	2	2	1	0	True	89953	fragment	False	DEN0063_000000014255	1.0		0	0	False	False	0.9981191158294678	0					non-mobilizable	other	3065.0	99.706	96.0	0.06681392704050389	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0771_000000008682	1348	0.5304233824094976	2	2	2	1	1	False	22518	maximal	True	ISR0771_000000008682	1.0		39	8	False	False	0.9873887300491333	0					non-mobilizable	chromosome	1347.0	94.506	99.0	0.00026281841537129606	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
TAN0021_000000018595	1236	0.5304212973746527	2	2	2	2	1	False	2361	maximal	True	TAN0021_000000018595	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	511.0	86.88799999999999	41.0	0.0002855496488765246	CP049075.1	e-proteobacteria	Campylobacter sp. CGEMS strain 19S00001 chromosome, complete genome	True	False
CHI0178_000000003271	3504	0.5304159419483309	6	6	4	4	3	False	111360	maximal	True	CHI0178_000000003271	1.0		5	3	False	False	0.9974315166473389	0					non-mobilizable	chromosome	2369.0	98.649	98.0	0.000527001247176938	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0134_000000010472	1429	0.5304110887410217	2	2	2	2	1	False	40624	fragment	False	FIJ0134_000000010472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	84.04799999999999	59.0	0.04828183655789778	NZ_JH379368.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld80, whole genome shotgun sequence	True	False
CHI0165_000000012778	1335	0.5304103510055155	2	2	2	2	2	False	78283	maximal	True	CHI0165_000000012778	1.0		28	6	False	False	0.9797753095626831	0					non-mobilizable	no_good_hit	534.0	74.345	40.0	0.0016733824234514863	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ISR0820_000000000883	15653	0.5304092139552232	17	7	0	7	1	False	21927	maximal	True	ISR0820_000000000883	0.9916438647196664		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	7.262192142625823e-06	NZ_FO203512.1	g-proteobacteria	Oleispira antarctica strain RB-8, complete genome sequence	True	False
ISR0818_000000000855	15412	0.5304092139552232	17	7	0	7	1	False	21927	maximal	False	ISR0820_000000000883	0.9884028084027581		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	7.262192142625823e-06	NZ_FO203512.1	g-proteobacteria	Oleispira antarctica strain RB-8, complete genome sequence	True	False
ISR0798_000000000692	15375	0.5304092139552232	18	7	0	7	1	False	21927	maximal	False	ISR0820_000000000883	0.9871737749412821		0	0	False	False	0.9998699426651001	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	7.262192142625823e-06	NZ_FO203512.1	g-proteobacteria	Oleispira antarctica strain RB-8, complete genome sequence	True	False
ISR0841_000000000564	15238	0.5304092139552232	16	7	0	7	1	False	21927	maximal	False	ISR0820_000000000883	0.9819460915541944		0	0	False	False	0.9998031258583069	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.439475155381631e-05	NZ_SCFM01000004.1	firmicutes	Bacillus funiculus strain W18-2 contig4, whole genome shotgun sequence	True	False
FIJ0044_000000010925	2013	0.5304077002007681	3	3	2	3	2	False	47125	maximal	True	FIJ0044_000000010925	1.0		48	10	False	False	1.0	0					non-mobilizable	chromosome	2013.0	99.50299999999999	100.0	0.0009383496798324775	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0090_000000032236	1148	0.5304065908180134	2	2	2	1	1	False	5357	fragment	False	SPA0090_000000032236	1.0		0	0	False	False	0.9860627055168152	0					non-mobilizable	other	1145.0	99.301	99.0	0.014293925081840218	NZ_CYYV01000017.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0145_000000015600	1846	0.530403447449757	3	3	3	2	2	False	58606	fragment	False	ISR0047_000000015267	0.967330270546197		0	0	False	False	1.0	0					non-mobilizable	other	1846.0	98.971	100.0	0.0005237453955824844	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
SPA0013_000000004887	5147	0.53040204463259	8	7	6	7	3	False	120997	maximal	True	SPA0013_000000004887	1.0		32	7	False	False	0.9974742531776428	0					non-mobilizable	no_good_hit	1581.0	93.359	54.0	0.019016859687390787	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
ENG0008_000000004694	4794	0.5304005537195431	5	4	4	3	3	True	93242	fragment	False	ENG0008_000000004694	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1732.0	76.732	36.0	0.0006101657221433496	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0054_000000008642	2804	0.5304004176588221	4	3	2	2	3	False	89420	fragment	False	ISR0054_000000008642	1.0		0	0	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit	119.0	78.992	4.0	0.0002585151154664336	NZ_NOJZ02000001.1	firmicutes	Romboutsia maritimum strain CCRI-22766 CCRI-22766_NODE_1_length_456453_cov_379.987, whole genome shotgun sequence	True	False
ETH0003_000000010936	3268	0.5303996915088317	5	4	4	4	3	False	53227	maximal	True	ETH0003_000000010936	1.0		4	2	False	False	0.987148106098175	0					non-mobilizable	no_good_hit	1017.0	75.123	31.0	0.004288543765247919	NZ_SLUN01000005.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1005, whole genome shotgun sequence	True	False
MAD0106_000000009260	2281	0.5303953510447942	3	3	2	2	1	True	14740	maximal	True	MAD0106_000000009260	1.0		0	0	False	False	0.9829022288322449	0					non-mobilizable	no_good_hit	514.0	96.109	50.0	0.00017431684277878037	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
USA0034_01_000000036780	1405	0.5303853030890826	2	2	2	2	2	False	22990	fragment	False	USA0034_01_000000036780	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1405.0	99.288	100.0	0.011918303594166483	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0078_000000018257	1324	0.5303830037252937	1	1	1	1	1	False	44427	fragment	False	FIJ0104_000000021089	0.7160955156550092		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	85.789	100.0	0.00035452015869912176	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0030_000000029159	1314	0.5303830037252937	1	1	1	1	1	False	48664	fragment	False	FIJ0030_000000029159	1.0		0	0	False	False	0.9992389678955078	0					non-mobilizable	chromosome	1319.0	85.14	99.0	0.0003515858308242607	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0085_000000000142	4770	0.5303798009801456	7	2	1	2	0	False	84104	maximal	True	CHI0085_000000000142	1.0		1	1	False	False	0.999790370464325	0					non-mobilizable	no_good_hit	390.0	88.462	9.0	0.001426512490277967	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
ISR0014_000000019541	1821	0.5303798009801456	3	2	1	2	0	False	41049	fragment	False	ISR0014_000000019541	0.9595324295906167		0	0	False	False	0.9994508624076843	0					non-mobilizable	other	790.0	82.911	90.0	0.00046389123789229096	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0066_000000020331	1587	0.5303798009801456	3	2	1	2	0	False	35122	fragment	False	ISR0066_000000020331	1.0		0	0	False	False	0.9930686950683594	0					non-mobilizable	no_good_hit	761.0	84.494	86.0	0.0004473447988337124	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CHI0122_000000009681	1479	0.5303778675740983	2	2	1	2	1	False	81751	maximal	True	CHI0122_000000009681	1.0		17	6	False	False	0.9830966591835022	0					non-mobilizable	chromosome	1299.0	95.689	94.0	0.00024749652875631276	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0374_000000007805	2035	0.5303738984204429	4	4	4	3	3	False	98887	fragment	False	ISR0374_000000007805	0.9972503274263668		0	0	False	False	1.0	0					non-mobilizable	other	2035.0	99.95100000000001	100.0	0.0008697248067503992	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	False
SPA0106_000000026270	1455	0.5303699195347654	2	2	2	2	2	False	4737	maximal	True	SPA0106_000000026270	1.0		219	11	False	False	1.0	0					non-mobilizable	other	1455.0	100.0	100.0	0.002325402867250523	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
FIJ0012_000000022664	1130	0.5303695360530453	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.030549210266734534		0	0	False	False	0.9938052892684937	0					non-mobilizable	other	1135.0	80.0	100.0	0.0005205667757378006	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
FIJ0033_000000031167	1259	0.5303693008350405	2	2	2	2	2	False	48230	fragment	False	MON0100_000000035925	0.953125		0	0	False	False	0.9944400191307068	0					non-mobilizable	other	1236.0	82.686	98.0	0.050682261208576995	NZ_CYZX01000030.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	False	False
USA0009_01_000000007820	3106	0.5303627208662838	3	3	2	3	2	True	127127	fragment	False	USA0009_01_000000007820	0.9724983438616414		0	0	False	False	1.0	0					non-mobilizable	other	3106.0	97.48899999999999	100.0	0.04986265280879022	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	False	True
ISR0072_000000008894	3088	0.5303627208662838	4	3	2	3	2	True	127127	fragment	False	USA0009_01_000000007820	0.9723765609058326		0	0	False	False	1.0	0					non-mobilizable	chromosome	3079.0	99.18799999999999	99.0	0.0007166122261775327	CP029154.1	firmicutes	Clostridioides difficile strain CD161 chromosome, complete genome	False	True
CHI0094_000000001310	3473	0.5303617652125925	3	1	1	1	1	False	93435	maximal	True	CHI0094_000000001310	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	2887.0	78.663	82.0	0.014546972265062326	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0124_000000003366	4971	0.5303610494140731	7	7	3	4	6	True	123556	backbone	False	ISR0826_000000002301	0.4296796667489501	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	plasmid	3234.0	97.712	99.0	0.09768131735076886	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0368_000000006756	1901	0.5303580957375983	3	3	3	3	3	False	76250	fragment	False	MAD0102_000000008791	0.637037037037037		0	0	False	False	0.9973698258399963	0					non-mobilizable	chromosome	1904.0	95.90299999999999	100.0	0.0005401530860404986	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0100_000000024837	1373	0.5303568608250073	1	1	1	1	1	False	15148	maximal	True	MAD0100_000000024837	1.0		30	6	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	76.167	89.0	0.00034877494939623686	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0047_01_000000020582	1761	0.530356678286144	2	2	2	2	2	False	92029	maximal	False	DEN0083_000000016552	0.9740658114891243		0	0	False	False	0.9988642930984497	0					non-mobilizable	no_good_hit	497.0	77.867	28.0	0.0009235385473681036	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0096_000000015983	2752	0.5303539153278213	4	1	1	1	1	False	127950	fragment	False	DEN0096_000000015983	1.0		0	0	False	False	0.9970930218696594	0					non-mobilizable	no_good_hit	2201.0	98.546	80.0	0.014050399979553761	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	False
ISR0034_000000008537	2416	0.5303539153278213	2	1	1	1	1	False	127929	maximal	True	ISR0034_000000008537	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1595.0	95.486	75.0	0.00035274365573287445	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0029_000000011030	2209	0.5303539153278213	4	1	1	1	1	False	127933	fragment	False	ENG0029_000000011030	0.9831234655896095		0	0	False	False	0.996378481388092	0					non-mobilizable	chromosome	2211.0	96.789	100.0	0.000489835196383632	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0024_000000012329	2193	0.5303539153278213	4	1	1	1	1	False	127948	fragment	False	ENG0024_000000012329	1.0		0	0	False	False	0.99726402759552	0					non-mobilizable	no_good_hit	1735.0	96.369	79.0	0.0003841233752649472	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0047_000000011959	1863	0.5303539153278213	2	1	1	1	1	False	115300	fragment	False	AST0047_000000011959	1.0		0	0	False	False	0.9962426424026489	0					non-mobilizable	no_good_hit	1027.0	98.83200000000001	55.0	0.00022833753361635911	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0124_000000010261	1360	0.5303539153278213	2	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.7729126771487388		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	96.988	100.0	0.008683262197459555	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
SPA0091_000000007079	1173	0.5303539153278213	2	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.14818078811532168		0	0	False	False	0.9931798577308655	0					non-mobilizable	chromosome	1139.0	98.156	97.0	0.00025326326828013323	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0255_000000006690	4242	0.530350879331192	6	4	3	4	2	False	26903	maximal	True	ISR0255_000000006690	1.0		4	1	False	False	0.9988213181495667	0					non-mobilizable	no_good_hit	821.0	91.47399999999999	40.0	0.0002782953104012108	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0150_000000008213	2375	0.5303499435426281	3	3	2	2	3	False	101747	fragment	False	SPA0150_000000008213	0.9906439870706576		0	0	False	False	1.0	0					non-mobilizable	other	2388.0	81.24	100.0	0.3852849400558384	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0144_000000007420	2346	0.5303499435426281	3	3	2	2	3	False	101747	fragment	False	SPA0150_000000008213	0.9863685608027941		0	0	False	False	1.0	0					non-mobilizable	other	2359.0	81.094	100.0	0.38052225324355393	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
DEN0001_000000018441	2323	0.5303499435426281	3	3	2	2	3	False	101747	fragment	False	SPA0150_000000008213	0.9839053751024947		0	0	False	False	1.0	0					non-mobilizable	other	2334.0	80.977	99.0	0.37658071932993925	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0047_000000017272	2272	0.5303499435426281	3	3	2	2	3	False	101747	fragment	False	SPA0150_000000008213	0.9747474417350844		0	0	False	False	1.0	0					non-mobilizable	other	2285.0	80.832	100.0	0.3683691903432419	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
DEN0064_000000018670	2165	0.5303499435426281	3	3	2	2	3	False	84886	fragment	False	DEN0078_000000013371	0.940696175333047		0	0	False	False	1.0	0					non-mobilizable	plasmid	2165.0	99.538	100.0	0.3207351415443901	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ENG0081_000000007638	3436	0.5303498148946807	2	2	2	2	2	False	110235	maximal	True	ENG0081_000000007638	1.0		24	3	False	False	0.9892316460609436	0					non-mobilizable	no_good_hit	2537.0	92.196	85.0	0.0007176441474882455	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AUS0006_000000008471	2804	0.5303498148946807	2	2	2	2	2	False	110234	fragment	False	SPA0083_000000005237	0.9712605042016806		0	0	False	False	1.0	0					non-mobilizable	other	2477.0	92.249	93.0	0.011890394029216673	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0283_000000005161	2632	0.5303498148946807	2	2	2	2	2	False	110232	fragment	False	ISR0283_000000005161	0.9976306799114536		0	0	False	False	1.0	0					non-mobilizable	other	2540.0	92.28299999999999	98.0	0.012194533218758146	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ENG0055_000000007487	2578	0.5303498148946807	2	2	2	2	2	False	110232	fragment	False	ISR0283_000000005161	0.9881916268720585		0	0	False	False	1.0	0					non-mobilizable	other	2486.0	92.59899999999999	96.0	0.011962808121964643	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
SPA0150_000000007634	2539	0.5303498148946807	2	2	2	2	2	False	110232	fragment	False	ISR0283_000000005161	0.9893012335424691		0	0	False	False	0.9984245896339417	0					non-mobilizable	other	2536.0	92.311	99.0	0.012175222794025355	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0233_000000005353	2532	0.5303498148946807	2	2	2	2	2	False	110232	fragment	False	ISR0283_000000005161	0.9872490058525766		0	0	False	False	0.9826224446296692	0					non-mobilizable	other	2531.0	92.335	99.0	0.012146257156926167	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ENG0198_000000007746	2470	0.5303498148946807	2	2	2	2	2	False	110232	fragment	False	ISR0283_000000005161	0.9709561047260116		0	0	False	False	1.0	0					non-mobilizable	other	2472.0	92.193	100.0	0.011866255998300683	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
SPA0093_000000019215	1991	0.5303424353630977	2	1	1	1	1	False	5274	fragment	False	SPA0093_000000019215	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1991.0	99.49799999999999	100.0	0.009606936304564018	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
AST0058_000000010126	1377	0.5303421052461805	3	2	2	1	1	True	113030	fragment	False	AST0058_000000010126	0.9918541505042668		0	0	False	False	0.9782134890556335	0					non-mobilizable	other	1377.0	97.458	100.0	0.022104062585339996	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	False	True
SPA0114_000000008667	4884	0.5303404869780228	8	6	2	3	6	False	29804	maximal	True	SPA0114_000000008667	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1371.0	69.803	28.0	0.00024586536113255887	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
FIJ0063_000000011132	2386	0.5303383634493092	3	2	2	2	1	False	130946	maximal	True	FIJ0063_000000011132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0100_000000000995	9312	0.5303354081075247	12	2	1	2	0	True	106274	maximal	True	ISR0100_000000000995	1.0		1	1	False	False	0.9997852444648743	0					non-mobilizable	no_good_hit								True	True
ISR0083_000000002934	7170	0.5303354081075247	7	2	1	2	0	True	34128	maximal	True	ISR0083_000000002934	1.0		1	1	False	False	0.9994421005249023	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.014827018121911038	XM_008857448.1	eukaryotes	Entamoeba nuttalli P19 heat shock protein 70, putative partial mRNA	True	True
DEN0078_000000003382	7087	0.5303354081075247	6	2	1	2	0	True	72960	maximal	True	DEN0078_000000003382	1.0		23	8	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	1.4798148531220788e-05	NZ_CP007032.1	firmicutes	Desulfitobacterium metallireducens DSM 15288 chromosome, complete genome	True	True
FIJ0108_000000003346	6169	0.5303354081075247	6	2	1	2	0	True	52292	fragment	False	FIJ0108_000000003346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	93.421	1.0	0.05580357142857143	NZ_NSKI01000071.1	bacteria	Inordinaticella fortuita strain 4B NODE_91_length_1344_cov_354.976, whole genome shotgun sequence	True	True
AST0104_000000005552	5565	0.5303354081075247	6	2	1	2	0	True	108022	maximal	True	AST0104_000000005552	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0147_000000003412	5452	0.5303354081075247	5	2	1	2	0	True	79674	maximal	True	CHI0147_000000003412	1.0		10	5	False	False	0.9998165965080261	0					non-mobilizable	no_good_hit	83.0	87.95200000000001	2.0	0.00020425566681815628	NZ_LT962470.1	firmicutes	Ezakiella peruensis strain M6.X2 isolate M6.X2, whole genome shotgun sequence	True	True
ISR0075_000000004143	5298	0.5303354081075247	6	2	1	2	0	True	51164	fragment	False	ISR0075_000000004143	1.0		0	0	False	False	0.9990562200546265	0					non-mobilizable	no_good_hit	81.0	95.06200000000001	2.0	2.60930628656902e-05	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ISR0138_000000005575	5174	0.5303354081075247	5	2	1	2	0	True	88431	maximal	True	ISR0138_000000005575	1.0		5	3	False	False	0.9965210556983948	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.00019606177252913152	AC087091.2	primates	Homo sapiens chromosome 3 clone RP11-605M1 map 3p, complete sequence	True	True
ISR0839_000000003141	4896	0.5303354081075247	5	2	1	2	0	True	114591	maximal	True	ISR0839_000000003141	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	3.261212967398062e-05	NZ_VTRS01000001.1	a-proteobacteria	Rhabdaerophilum calidifontis strain SYSU G02060 Scaffold1_1, whole genome shotgun sequence	True	True
ISR0075_000000004670	4775	0.5303354081075247	5	2	1	2	0	True	106275	maximal	True	ISR0075_000000004670	1.0		3	1	False	False	0.9976963400840759	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ENG0183_000000005933	4664	0.5303354081075247	5	2	1	2	0	True	80938	fragment	False	ENG0183_000000005933	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0180_000000003319	4618	0.5303354081075247	4	2	1	2	0	True	77344	fragment	False	ENG0180_000000003319	1.0		0	0	False	False	0.999783456325531	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.00018253282548644998	AP003785.3	primates	Homo sapiens genomic DNA, chromosome 11q clone:RP11-7N14, complete sequences	True	True
ISR0209_000000006506	4509	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.6330267724913982		0	0	False	False	0.9973386526107788	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	1.555914376303078e-05	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	True
DEN0005_000000006863	4432	0.5303354081075247	4	2	1	2	0	True	93477	maximal	True	DEN0005_000000006863	1.0		3	3	False	False	0.9981949329376221	0					non-mobilizable	no_good_hit	41.0	90.244	1.0	1.053056958534566e-05	NC_008571.1	CFB group bacteria	Gramella forsetii KT0803, complete genome	True	True
SPA0114_000000009740	4427	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.630386994366321		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	94.366	2.0	0.0005460644356034012	NZ_CACWQI010000001.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	True
FIJ0152_000000005080	4322	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.625229933656534		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ISR0213_000000005418	4275	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.6272940745630426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
USA0016_01_000000004358	4216	0.5303354081075247	3	2	1	2	0	True	9562	maximal	True	USA0016_01_000000004358	1.0		1	1	False	False	0.9995256066322327	0					non-mobilizable	no_good_hit	136.0	80.14699999999999	3.0	0.000774733212172049	NZ_WHYR01000001.1	firmicutes	Desulfofundulus thermobenzoicus strain DSM 14055 NODE_1_length_171750_cov_73.8658, whole genome shotgun sequence	True	True
SPA0104_000000008276	4215	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.5748189451161254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0207_000000003969	4199	0.5303354081075247	6	2	1	2	0	True	55522	maximal	True	ENG0207_000000003969	1.0		17	6	False	False	0.9992855191230774	0					non-mobilizable	no_good_hit	191.0	78.01	4.0	0.00010277685376842939	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	True
DEN0077_000000002091	4147	0.5303354081075247	3	2	1	2	0	True	72959	fragment	False	DEN0077_000000002091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.060523012793201e-05	NZ_VDCS01000002.1	CFB group bacteria	Tamlana fucoidanivorans strain CW2-9 NODE_2, whole genome shotgun sequence	True	True
CHI0028_000000002851	4144	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.6182740061107876		0	0	False	False	0.9990347623825073	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
USA0019_01_000000007059	4136	0.5303354081075247	2	2	1	2	0	True	1841	maximal	True	USA0019_01_000000007059	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	9.425416158305101e-06	NZ_CP045743.1	firmicutes	Listeria innocua strain CFSAN044836 chromosome, complete genome	True	True
ISR0326_000000004154	4062	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.5153015711831372		0	0	False	False	0.9987691044807434	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ENG0032_000000004689	4046	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.556801074306526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
CAN0003_000000012384	3970	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.5095541374858849		0	0	False	False	0.9931989908218384	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
DEN0053_000000002053	3959	0.5303354081075247	4	2	1	2	0	True	72151	fragment	False	DEN0053_000000002053	0.9900926402470407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0115_000000008016	3886	0.5303354081075247	4	2	1	2	0	True	72151	fragment	False	DEN0053_000000002053	0.9810558221773175		0	0	False	False	0.9992280006408691	0					non-mobilizable	no_good_hit								True	True
ISR0821_000000007230	3814	0.5303354081075247	3	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.18625097902307813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0131_000000007264	3772	0.5303354081075247	2	2	1	2	0	True	58376	maximal	True	ENG0131_000000007264	1.0		1	1	False	False	0.990190863609314	0					non-mobilizable	no_good_hit	328.0	96.646	9.0	0.005600465849147085	NZ_PYLP01000015.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_14, whole genome shotgun sequence	True	True
CHI0132_000000008601	3723	0.5303354081075247	4	2	1	2	0	True	80937	fragment	False	CHI0132_000000008601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0154_000000009376	3703	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.14336541239385858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
DEN0045_000000009824	3643	0.5303354081075247	2	2	1	2	0	True	72958	fragment	False	DEN0045_000000009824	0.9915942028985507		0	0	False	False	0.9980785250663757	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.060523012793201e-05	NZ_VDCS01000002.1	CFB group bacteria	Tamlana fucoidanivorans strain CW2-9 NODE_2, whole genome shotgun sequence	True	True
MAD0101_000000007634	3557	0.5303354081075247	2	2	1	2	0	True	15118	maximal	True	MAD0101_000000007634	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.4041310735382034e-07	CP039346.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu03	True	True
DEN0066_000000009071	3542	0.5303354081075247	3	2	1	2	0	True	88430	fragment	False	DEN0066_000000009071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0007370604935575453	JN953740.1	rodents	Mus musculus targeted non-conditional, lacZ-tagged mutant allele Ubxn2b:tm1e(EUCOMM)Wtsi tm1e(EUCOMM)Hmgu; transgenic	True	True
DEN0082_000000011220	3450	0.5303354081075247	2	2	1	2	0	True	72958	fragment	False	DEN0045_000000009824	0.965550370573703		0	0	False	False	0.9840579628944397	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.060523012793201e-05	NZ_VDCS01000002.1	CFB group bacteria	Tamlana fucoidanivorans strain CW2-9 NODE_2, whole genome shotgun sequence	True	True
FIJ0058_000000011339	3441	0.5303354081075247	4	2	1	2	0	True	106272	fragment	False	ENG0001_000000004841	0.09549014312719417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
USA0081_01_000000009469	3306	0.5303354081075247	3	2	1	2	0	True	578	maximal	True	USA0081_01_000000009469	1.0		3	2	False	False	0.9921355247497559	0					non-mobilizable	no_good_hit	284.0	100.0	9.0	0.004906720299604688	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
ISR0131_000000008842	3241	0.5303354081075247	3	2	1	2	0	True	51163	fragment	False	ISR0131_000000008842	1.0		0	0	False	False	0.9993829131126404	0					non-mobilizable	no_good_hit								True	True
ENG0065_000000008725	3241	0.5303354081075247	3	2	1	2	0	True	68160	maximal	True	ENG0065_000000008725	1.0		11	5	False	False	0.9922863245010376	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.985694367955951e-06	CP023515.1	firmicutes	Enterococcus sp. FDAARGOS_375 chromosome, complete genome	True	True
ISR0224_000000008925	3229	0.5303354081075247	2	2	1	2	0	True	27754	maximal	True	ISR0224_000000008925	1.0		20	6	False	False	0.9938061237335205	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.7392948982368066e-05	NZ_QFGA01000003.1	firmicutes	Pelotomaculum schinkii strain HH Psch_contig000003, whole genome shotgun sequence	True	True
MAD0098_000000013863	3149	0.5303354081075247	3	2	1	2	0	True	15334	fragment	False	MAD0098_000000013863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	88.462	2.0	0.007823501799405413	NZ_JACBYF010000034.1	firmicutes	Gemella palaticanis strain CIP 106318 NODE_34_length_6391_cov_898.326628, whole genome shotgun sequence	True	True
SPA0093_000000012592	3148	0.5303354081075247	2	2	1	2	0	True	58352	fragment	False	SPA0093_000000012592	0.9673984272608126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0084_01_000000010555	3082	0.5303354081075247	3	2	1	2	0	True	479	fragment	False	USA0084_01_000000010555	1.0		0	0	False	False	0.9980531930923462	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.388200369918867e-05	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	True	True
SPA0096_000000012236	3074	0.5303354081075247	3	2	1	2	0	True	83570	fragment	False	SPA0096_000000012236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0062_000000012902	3052	0.5303354081075247	2	2	1	2	0	True	58352	fragment	False	SPA0093_000000012592	0.9533036848792884		0	0	False	False	0.9996723532676697	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	0.00018253282548644998	AP003785.3	primates	Homo sapiens genomic DNA, chromosome 11q clone:RP11-7N14, complete sequences	True	True
FIJ0077_000000009754	3025	0.5303354081075247	2	2	1	2	0	True	44517	maximal	True	FIJ0077_000000009754	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.087816869712932e-07	CP025660.1	eudicots	Ipomoea triloba cultivar NCNSP0323 chromosome 1	True	True
ISR0126_000000017518	2804	0.5303354081075247	3	1	1	1	0	True	31986	fragment	False	ISR0126_000000017518	1.0		0	0	False	False	0.9996433854103088	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	2.2880808150143862e-05	NZ_CP035946.1	e-proteobacteria	Campylobacter canadensis strain LMG 24001 chromosome, complete genome	True	True
ISR0160_000000010054	2801	0.5303354081075247	3	2	1	2	0	True	48870	fragment	False	ISR0160_000000010054	1.0		0	0	False	False	0.975365936756134	0					non-mobilizable	no_good_hit	169.0	85.79899999999999	6.0	3.8624061999530464e-05	CP041063.1	firmicutes	Bacillus sp. Cs-700 chromosome, complete genome	True	True
FIJ0092_000000012537	2621	0.5303354081075247	2	1	1	1	0	True	43321	fragment	False	FIJ0092_000000012537	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0108_000000011580	1978	0.5303354081075247	2	2	1	2	0	True	42221	fragment	False	FIJ0108_000000011580	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0019_000000010053	1864	0.5303354081075247	3	2	1	2	0	True	124250	fragment	False	ISR0071_000000003227	0.03612024228965698		0	0	False	False	0.9983905553817749	0					non-mobilizable	chromosome	1865.0	98.28399999999999	100.0	0.0003947948952575025	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
FIJ0154_000000021929	1783	0.5303354081075247	3	2	1	2	0	True	124250	fragment	False	ISR0071_000000003227	0.024213853015630733		0	0	False	False	1.0	0					non-mobilizable	chromosome	1773.0	94.021	99.0	0.0005242153429242035	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
ISR0070_000000012005	1755	0.5303354081075247	3	2	1	2	0	True	124250	fragment	False	ISR0071_000000003227	0.03700924870536494		0	0	False	False	1.0	0					non-mobilizable	other	1755.0	96.809	100.0	0.0044966864496942816	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
MON0014_000000009879	1676	0.5303354081075247	2	2	1	2	0	True	124250	fragment	False	ISR0071_000000003227	0.02187690857220791		0	0	False	False	1.0	0					non-mobilizable	chromosome	1678.0	95.17299999999999	100.0	0.0005914138425420633	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0080_000000012513	1975	0.5303340205899456	4	4	3	4	2	False	55834	maximal	True	FIJ0080_000000012513	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1121.0	92.774	57.0	0.48505846686877435	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	False
FIJ0085_000000008536	3571	0.5303326729727361	4	4	2	3	2	False	101143	maximal	True	FIJ0085_000000008536	0.960149677404295		35	5	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	74.985	55.0	0.00042067591442326185	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0068_000000011948	2648	0.5303253921055533	5	5	2	3	5	False	45086	fragment	False	FIJ0068_000000011948	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2648.0	99.471	100.0	0.01670200146387017	CP052225.1	enterobacteria	Klebsiella pneumoniae strain E17KP0052 plasmid pE17KP0052-1, complete sequence	False	True
FIJ0066_000000026748	1259	0.5303205009709672	2	2	2	2	2	False	45293	fragment	False	FIJ0066_000000026748	1.0		0	0	False	False	0.9952343106269836	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	8.029583906961941e-06	NZ_CP046603.1	g-proteobacteria	Lysobacter soli strain XL170 chromosome, complete genome	True	False
AST0059_000000005160	2776	0.5303168594857955	1	1	1	1	1	False	112866	maximal	True	AST0059_000000005160	1.0		5	4	False	False	0.9953169822692871	0					non-mobilizable	no_good_hit	598.0	71.906	21.0	0.00014717799360540451	CP030040.1	firmicutes	Acetobacterium sp. KB-1 chromosome	True	False
MON0001_000000010456	3237	0.5303150547226259	4	3	3	3	3	False	14405	maximal	True	MON0001_000000010456	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	897.0	98.21600000000001	56.0	0.0019706340339054624	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0224_000000010846	2735	0.5303090794451424	2	2	2	2	2	False	111668	fragment	False	ISR0224_000000010846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	87.259	38.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0834_000000001425	10803	0.5303054410987698	13	9	7	9	5	True	125260	fragment	False	ISR0834_000000001425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	80.218	11.0	0.00022577101732792557	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
CHI0163_000000001448	6292	0.5303011063278792	7	7	4	5	6	True	132405	maximal	True	CHI0163_000000001448	1.0	PS1159|PS463	9	3	False	True	1.0	0		MOBV			mobilizable	no_good_hit	4975.0	99.98	85.0	0.04230347255887531	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	True	True
FIJ0041_000000021626	1731	0.530300262042559	2	2	2	2	2	False	47368	maximal	True	FIJ0041_000000021626	1.0		82	10	False	False	0.9994223117828369	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	1.4147478821027712e-05	NZ_GL397214.1	CFB group bacteria	Prevotella marshii DSM 16973 = JCM 13450 strain DSM 16973 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0097_000000011533	2698	0.5302953264419161	4	3	3	3	3	False	42927	fragment	False	FIJ0097_000000011533	1.0		0	0	False	False	0.9992586970329285	0					non-mobilizable	no_good_hit	124.0	77.419	5.0	0.00022747489916204164	NZ_VOHK01000004.1	g-proteobacteria	Luteimonas marina strain FR1330 scaffold4, whole genome shotgun sequence	True	False
ISR0328_000000002462	9031	0.5302944597441258	11	5	5	5	5	False	127961	maximal	True	ISR0328_000000002462	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4845.0	98.039	54.0	0.0010762576145893887	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
AST0024_000000013760	2472	0.5302934111275575	4	3	3	2	1	False	121523	maximal	False	MON0092_000000020516	0.9354847200555116		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	79.72	11.0	0.0021192877977637336	NZ_FOAT01000011.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0035_000000017373	1165	0.5302894951944295	2	2	2	2	2	False	36767	fragment	False	ISR0853_000000014406	0.9541501976284585		0	0	False	False	0.9776824116706848	0					non-mobilizable	no_good_hit	252.0	76.984	35.0	6.962871118933388e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0134_000000031282	1210	0.5302880110221235	1	1	1	1	1	False	58134	fragment	False	FIJ0078_000000018192	0.9503386004514673		0	0	False	False	0.9966942071914673	0					non-mobilizable	other	1210.0	99.50399999999999	100.0	0.0030256542445499432	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
ISR0040_000000019987	1303	0.5302870565239456	2	2	2	1	1	True	70333	fragment	False	ISR0040_000000019987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	73.01	44.0	0.0002833498000423784	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
MAD0044_000000008428	2864	0.5302826437504596	6	4	4	4	3	False	17973	maximal	True	MAD0044_000000008428	1.0		1	1	False	False	0.9961591958999634	0					non-mobilizable	no_good_hit	1397.0	95.27600000000001	49.0	0.00037610665530325255	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0024_000000025141	2004	0.5302813136961917	2	2	1	2	2	False	12926	maximal	True	MON0024_000000025141	1.0		20	7	False	False	0.9665668606758118	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	0.00021774632553075667	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	True	False
ISR0060_000000015834	1732	0.5302807598038242	3	3	3	3	3	False	84837	fragment	False	ISR0060_000000015834	0.9493788601069766		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	95.439	100.0	0.00048069713581152005	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0361_000000008563	1648	0.5302719585610279	3	2	2	2	2	False	54013	fragment	False	ISR0361_000000008563	1.0		0	0	False	False	0.9921116232872009	0					non-mobilizable	no_good_hit	1383.0	78.163	83.0	0.0002910151173453588	NZ_CP014176.1	firmicutes	Clostridium argentinense strain 89G chromosome, complete genome	True	False
ISR0801_000000000267	20977	0.5302717247857452	20	12	10	11	10	False	115429	maximal	True	ISR0801_000000000267	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4705.0	92.51899999999999	44.0	0.0008435134568465654	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ENG0065_000000005011	5484	0.5302714610718878	6	6	6	6	4	False	62877	fragment	False	ENG0065_000000005011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	335.0	85.97	6.0	9.339754834231935e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0366_000000013055	1555	0.5302710654893822	2	2	2	2	2	False	23621	fragment	False	ISR0366_000000013055	1.0		0	0	False	False	0.9890674948692322	0					non-mobilizable	other	1554.0	98.777	99.0	0.000437724891034142	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0048_000000020964	1142	0.5302708991765018	1	1	1	1	1	False	17514	fragment	False	MAD0048_000000020964	1.0		0	0	False	False	0.9991243481636047	0					non-mobilizable	no_good_hit	55.0	89.09100000000001	5.0	0.002812353523253997	NZ_LTBA01000038.1	firmicutes	Clostridium tepidiprofundi DSM 19306 CLTE_contig000038, whole genome shotgun sequence	True	False
ISR0152_000000008162	2900	0.5302674458922716	4	3	3	3	3	False	48207	fragment	False	ISR0152_000000008162	1.0		0	0	False	False	0.998275876045227	0					non-mobilizable	no_good_hit	57.0	91.228	2.0	0.25925925925925924	KU547573.1	bacteria	Uncultured bacterium clone PE_08G_000_Contig_8 genomic sequence	True	False
USA0036_01_000000016113	2093	0.530266385317424	3	2	2	2	1	False	50934	fragment	False	MON0022_000000012793	0.9535872910187809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	81.74600000000001	16.0	3.861349114734908e-05	CP014205.2	g-proteobacteria	Pseudomonas sp. MS586, complete genome	True	False
MON0039_000000028526	1699	0.530266385317424	2	2	2	2	1	False	50933	fragment	False	MON0039_000000028526	0.9593228477037058		0	0	False	False	0.9947027564048767	0					non-mobilizable	no_good_hit	80.0	85.0	5.0	1.2333415872347247e-05	NZ_CP029608.1	g-proteobacteria	Pseudomonas kribbensis strain 46-2 chromosome, complete genome	True	False
SPA0061_000000004754	3885	0.5302656678102942	2	2	1	2	2	False	6203	maximal	True	SPA0061_000000004754	1.0		206	13	False	False	0.9984555840492249	0					non-mobilizable	chromosome	3816.0	99.79	100.0	0.0006929410131691496	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
AST0010_000000022813	1327	0.5302603512133579	2	2	2	2	2	False	125823	fragment	False	ISR0158_000000013331	0.9600700883186671		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	99.322	100.0	0.0036291481354772492	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0025_000000001845	10045	0.530260329727271	17	4	3	4	3	False	79658	maximal	False	SPA0001_000000003154	0.9557634077529968	PS392	0	0	True	True	0.9995022416114807	1					non-mobilizable	no_good_hit	78.0	100.0	2.0	0.0001648638695477163	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
SPA0001_000000003154	10032	0.530260329727271	17	4	3	4	3	False	79658	maximal	True	SPA0001_000000003154	0.9580246164463764	PS392	3	2	True	True	1.0	4					non-mobilizable	no_good_hit	79.0	100.0	2.0	0.00016700495876262173	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ISR0123_000000001524	9842	0.530260329727271	16	4	3	4	3	False	79658	maximal	False	SPA0001_000000003154	0.9202590968207847	PS392	0	0	True	True	0.9994919896125793	1					non-mobilizable	no_good_hit	102.0	99.02	2.0	0.00021625001070544608	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
SPA0096_000000003124	9705	0.530260329727271	16	4	3	4	3	False	79658	maximal	False	SPA0001_000000003154	0.270546056260342	PS392	0	0	True	True	1.0	4					non-mobilizable	no_good_hit	97.0	100.0	2.0	0.00020554456463091903	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ISR0140_000000003386	9497	0.530260329727271	19	4	3	4	3	False	79658	maximal	False	SPA0001_000000003154	0.40938831761969746	PS392	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	0.0004338447076971282	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ISR0015_000000022168	1226	0.5302602965035853	2	2	2	1	1	False	37948	fragment	False	ISR0015_000000022168	1.0		0	0	False	False	0.9991843104362488	0					non-mobilizable	other	1242.0	80.515	99.0	0.015507188096913642	NZ_NHOC01000006.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c6, whole genome shotgun sequence	False	False
SPA0001_000000017799	1889	0.5302508294537757	3	3	3	3	2	False	8440	fragment	False	SPA0001_000000017799	1.0		0	0	False	False	0.999470591545105	0					non-mobilizable	other	1786.0	72.676	93.0	0.007671096823094314	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0066_000000018821	1902	0.5302489556814446	2	2	2	2	1	False	70951	maximal	True	DEN0066_000000018821	1.0		196	12	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	73.666	77.0	0.20460251046025105	KU545774.1	bacteria	Uncultured bacterium clone GE_01Z_000_Contig_1 genomic sequence	True	False
DEN0092_000000002535	4477	0.5302487354293737	4	2	1	1	2	False	68582	maximal	True	DEN0092_000000002535	1.0		88	10	False	False	1.0	0					non-mobilizable	no_good_hit	1537.0	74.366	33.0	0.0004149820372061038	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
MON0076_000000010937	4084	0.5302468610096297	6	3	3	3	3	True	48583	maximal	True	MON0076_000000010937	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	80.135	59.0	0.00026363509304009355	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
MON0089_000000004689	4426	0.5302452066039748	3	3	2	3	2	False	19562	fragment	False	MON0089_000000004689	1.0		0	0	False	False	0.988251268863678	0					non-mobilizable	other	3962.0	97.249	98.0	0.0312238815384858	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	False	False
ISR0085_000000006959	3230	0.5302422270430017	5	5	5	4	5	True	34001	maximal	True	ISR0085_000000006959	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	3230.0	100.0	100.0	0.000609813560221497	CP045870.1	enterobacteria	Klebsiella aerogenes strain Y1 chromosome, complete genome	False	True
ISR0847_000000005921	4109	0.5302404814260361	5	5	4	4	4	False	131665	fragment	False	ISR0847_000000005921	0.9737423312883435		0	0	False	False	0.9951326251029968	0					non-mobilizable	other	4109.0	99.73200000000001	100.0	0.02083312151129096	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
SPA0062_000000015052	2179	0.5302317460877026	2	2	2	2	2	False	6168	maximal	True	SPA0062_000000015052	1.0		4	2	False	False	0.9981642961502075	0					non-mobilizable	no_good_hit	1266.0	94.708	58.0	0.0003799640328816418	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0010_01_000000015406	1724	0.5302311356586434	2	2	2	2	2	False	2055	maximal	True	USA0010_01_000000015406	1.0		5	3	False	False	0.9953595995903015	0					non-mobilizable	no_good_hit	1192.0	99.74799999999999	69.0	0.00038236952242014547	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0007_000000009949	1625	0.5302291023261565	2	2	2	1	1	False	109641	fragment	False	ISR0007_000000009949	1.0		0	0	False	False	0.998769223690033	0					non-mobilizable	other	1625.0	99.262	100.0	0.0003782860103124866	CP016318.1	firmicutes	Clostridioides difficile strain 630 delta erm, complete genome	False	False
USA0059_01_000000011785	2229	0.5302284717048217	3	3	1	3	2	True	922	fragment	False	USA0059_01_000000011785	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	98.741	100.0	0.0002871933486985797	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
AST0113_000000010331	3561	0.5302273655697013	4	4	3	3	4	True	110728	fragment	False	AST0113_000000010331	0.982905982905983		0	0	False	False	0.9977534413337708	0					non-mobilizable	other	3562.0	96.042	100.0	0.004550852581777926	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
ISR0107_000000008116	2947	0.5302265012602709	3	3	3	2	1	False	131972	fragment	False	ISR0107_000000008116	0.9781198547159139		0	0	False	False	0.9983033537864685	0					non-mobilizable	other	2723.0	99.266	92.0	0.005397966144717846	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MON0019_000000041383	1628	0.5302263326971475	2	2	2	2	1	True	17325	fragment	False	MON0019_000000041383	0.9770501879927554		0	0	False	False	0.998157262802124	0					non-mobilizable	no_good_hit	1151.0	70.46	69.0	0.005149937813809941	NZ_ATUF01000004.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
CHI0178_000000006452	1583	0.5302254446207855	2	2	2	2	2	False	77624	fragment	False	ISR0278_000000006930	0.95221027479092		0	0	False	False	1.0	0					non-mobilizable	other	1583.0	95.704	100.0	0.0003817982165051707	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MON0103_000000009663	4410	0.5302197211090517	6	4	2	1	2	True	131232	maximal	True	MON0103_000000009663	1.0		48	11	False	False	1.0	0					non-mobilizable	no_good_hit	2453.0	93.396	67.0	0.0005545434553012183	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0091_000000001754	10792	0.5302196129957272	18	4	2	4	3	False	27192	maximal	True	SPA0091_000000001754	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1257.0	83.45299999999999	12.0	0.005829556645647902	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0044_000000053437	1035	0.5302132108012318	2	2	2	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.011122433079490965		0	0	False	False	1.0	0					non-mobilizable	chromosome	1035.0	99.227	100.0	0.00034770175200618525	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0048_000000003021	5990	0.5302120632646662	7	5	5	5	4	False	119080	maximal	True	ISR0048_000000003021	0.993421052631579		23	5	False	False	0.9998330473899841	0					non-mobilizable	no_good_hit	3248.0	78.941	73.0	0.0009688781757631722	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0781_000000006440	3944	0.5302107099911211	4	4	4	4	3	False	27743	maximal	True	ISR0781_000000006440	1.0		5	2	False	False	0.9926470518112183	0					non-mobilizable	no_good_hit	206.0	78.155	5.0	0.00014870170292607046	NC_014371.1	CFB group bacteria	Prevotella melaninogenica ATCC 25845 chromosome II, complete sequence	True	False
FIJ0030_000000014694	2338	0.5302090171891904	2	2	2	2	2	False	66736	maximal	True	FIJ0030_000000014694	1.0		93	11	False	False	1.0	0					non-mobilizable	no_good_hit	1064.0	74.624	47.0	0.0017506708099209168	NZ_FPKO01000008.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ENG0038_000000003548	5716	0.5302070822848745	7	7	7	7	7	False	110993	maximal	True	ENG0038_000000003548	1.0		509	12	False	False	0.9987753629684448	0					non-mobilizable	chromosome	5717.0	97.516	100.0	0.0023539896335502	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0171_000000001480	4170	0.5302056029268382	5	5	2	3	5	False	77954	fragment	False	CHI0171_000000001480	0.9969887405079865		0	0	False	False	1.0	0	IncFII				non-mobilizable	plasmid	4170.0	99.95200000000001	100.0	0.022518824203009713	CP012197.1	enterobacteria	Escherichia coli strain ECwhn14 plasmid pECwhn14, complete sequence	False	True
USA0036_01_000000011381	3207	0.5302041031582378	5	4	3	4	4	False	70070	maximal	False	MON0033_000000019867	0.9643806732308218		0	0	True	True	1.0	9					non-mobilizable	no_good_hit	2606.0	98.542	84.0	0.0007781877821229668	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MON0001_000000008719	3819	0.5302034614276886	5	4	2	3	4	False	77954	fragment	False	CHI0171_000000001480	0.9551558752997602		0	0	False	False	1.0	0					non-mobilizable	plasmid	3819.0	100.0	100.0	0.03246874734246109	CP040885.1	enterobacteria	Escherichia coli strain K71-77 plasmid pK71-77-2, complete sequence	False	True
FIJ0079_000000000739	27119	0.5302031905767042	22	12	9	10	3	True	97625	maximal	True	FIJ0079_000000000739	1.0		22	1	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.506	4.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MAD0056_000000006867	1989	0.5301988527803592	3	3	3	3	2	False	17058	maximal	True	MAD0056_000000006867	1.0		14	2	False	False	1.0	0					non-mobilizable	chromosome	1989.0	99.196	100.0	0.0005586379606050315	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
MON0105_000000050537	1000	0.5301984859606622	2	1	1	1	1	False	8678	fragment	False	MON0105_000000050537	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1000.0	95.5	100.0	0.0002793537448921468	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0154_000000004170	7219	0.5301948033499897	8	5	2	4	5	False	96114	backbone	False	ENG0142_000000003285	0.9931789889731188	PS513	0	0	False	True	1.0	0					non-mobilizable	other	4127.0	99.806	100.0	0.2595318988297471	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	True
CHI0175_000000001769	7207	0.5301948033499897	8	5	2	4	5	False	96114	backbone	False	ENG0142_000000003285	0.9934380770159073	PS513	0	0	True	True	0.9998612403869629	12					non-mobilizable	other	4127.0	99.83	100.0	0.2595318988297471	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	True
ENG0142_000000003285	7205	0.5301948033499897	8	5	2	4	5	False	96114	backbone	True	ENG0142_000000003285	0.9935728499604822	PS513	34	8	True	True	1.0	11					non-mobilizable	other	4095.0	100.0	99.0	0.2575814772870266	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	True
ENG0076_000000001601	7177	0.5301948033499897	8	5	2	4	5	False	96114	backbone	False	ENG0142_000000003285	0.9929448215675308	PS513	0	0	True	True	0.9988853335380554	6					non-mobilizable	other	4127.0	99.83	100.0	0.2595318988297471	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	True
CHI0053_000000001855	6576	0.5301948033499897	6	5	2	4	5	False	96114	backbone	False	ENG0142_000000003285	0.9387415677500017	PS513	0	0	False	True	1.0	0					non-mobilizable	other	6576.0	99.985	100.0	0.41367811752862715	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	True
MAD0088_000000009217	2558	0.5301936875247003	3	3	3	3	2	False	100103	maximal	True	MAD0088_000000009217	1.0		40	6	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	88.235	2.0	9.691964179275751e-06	CP018728.1	g-proteobacteria	Xanthomonas hortorum pv. gardneri strain JS749-3 chromosome, complete genome	True	False
ENG0003_000000005367	4222	0.5301935448642385	6	3	1	3	1	False	67917	fragment	False	ENG0003_000000005367	1.0		0	0	False	False	0.9957365989685059	0					non-mobilizable	other	4233.0	92.818	100.0	0.06767891713732581	NZ_LMUA01000020.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00020, whole genome shotgun sequence	False	False
ISR0231_000000013106	1493	0.5301902425656693	2	2	2	2	2	False	63420	fragment	False	ENG0124_000000019034	0.9645144033803081		0	0	False	False	1.0	0					non-mobilizable	chromosome	1484.0	98.51799999999999	99.0	0.0020381433791949954	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
USA0069_01_000000034419	1764	0.5301886706948186	3	3	3	2	2	False	772	maximal	True	USA0069_01_000000034419	1.0		10	8	False	False	1.0	0					non-mobilizable	other	1160.0	97.5	100.0	0.00036540642471586337	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
AST0101_000000002809	3700	0.5301832758053511	6	3	2	1	3	False	109653	maximal	True	AST0101_000000002809	1.0		4	3	False	False	0.9997297525405884	0					non-mobilizable	chromosome	3701.0	99.595	100.0	0.0019922850109091064	CP028896.1	firmicutes	Streptococcus thermophilus strain CS5 chromosome, complete genome	False	False
AST0087_000000000234	35517	0.5301812317363506	36	29	10	11	24	True	129871	fragment	False	AST0087_000000000234	1.0		0	0	False	False	1.0	0					non-mobilizable	other	27192.0	98.867	99.0	0.00753432212996484	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
MAD0025_000000008572	1519	0.5301809207934521	2	2	2	2	2	True	93419	maximal	True	MAD0025_000000008572	1.0		274	12	False	False	0.9927583932876587	0					non-mobilizable	other	1519.0	97.89299999999999	100.0	0.024385150439350373	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	False	True
FIJ0068_000000015069	2120	0.5301787390051005	3	3	1	3	1	False	45072	fragment	False	FIJ0068_000000015069	1.0		0	0	False	False	0.977830171585083	0					non-mobilizable	no_good_hit	46.0	93.478	2.0	1.3552233016492164e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0031_000000002084	7276	0.5301778324705146	6	5	5	5	3	False	89444	maximal	True	ISR0031_000000002084	0.975820683653722		26	9	False	False	1.0	0					non-mobilizable	no_good_hit	2348.0	72.7	32.0	0.011656754803927017	NZ_BAKG01000001.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
MAD0068_000000010444	2610	0.530177625414597	4	4	4	4	4	False	16464	maximal	True	MAD0068_000000010444	1.0		23	3	False	False	0.9911877512931824	0					non-mobilizable	chromosome	2572.0	99.844	99.0	0.0005297898067699348	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
ISR0814_000000010723	3618	0.5301735504307195	6	4	3	4	3	False	21545	maximal	True	ISR0814_000000010723	1.0		1	1	False	False	0.9983416199684143	0					non-mobilizable	no_good_hit	806.0	71.34	22.0	0.00013365185341791892	NZ_CP043998.1	firmicutes	Clostridium diolis strain DSM 15410 chromosome, complete genome	True	False
FIJ0159_000000018268	1407	0.5301715936981738	2	2	2	2	2	False	39383	maximal	True	FIJ0159_000000018268	1.0		80	10	False	False	1.0	0					non-mobilizable	other	1407.0	99.574	100.0	0.00033932256157159926	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0003_000000008510	2876	0.5301703060908793	3	3	3	2	3	False	52202	maximal	True	FIJ0003_000000008510	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	2842.0	99.507	99.0	0.0005558134743976585	NZ_CP043318.1	enterobacteria	Enterobacter chengduensis strain WCHECl-C4 = WCHECh050004 chromosome, complete genome	False	False
ENG0098_000000003098	7995	0.5301692900204578	18	5	4	4	3	False	60728	maximal	True	ENG0098_000000003098	1.0		1	1	False	False	0.9998749494552612	0					non-mobilizable	no_good_hit	83.0	97.59	2.0	1.8441879732988902e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
MON0003_000000007456	1994	0.5301687500722462	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.29392755520627156		0	0	False	False	0.9994984865188599	0					non-mobilizable	chromosome	1994.0	99.09700000000001	100.0	0.0006704955372665257	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0009_01_000000015194	1656	0.5301633318205559	3	3	3	3	0	False	2091	maximal	True	USA0009_01_000000015194	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1658.0	98.975	100.0	0.0004960082857630356	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	False	False
ISR0344_000000013381	2486	0.5301610455171225	5	2	2	2	1	False	37786	fragment	False	ISR0038_000000013824	0.9319098915472924		0	0	False	False	1.0	0					non-mobilizable	other	2501.0	89.884	99.0	0.0007121059727852791	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0019_000000033459	2008	0.5301607723840265	2	2	2	2	1	True	13187	fragment	False	MON0019_000000033459	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0215_000000004057	6988	0.5301563463116705	5	4	2	2	3	True	95733	maximal	True	ISR0215_000000004057	0.9930490213088652		38	9	False	False	0.9994276165962219	0					non-mobilizable	no_good_hit	5102.0	89.73	75.0	0.0015423382914477295	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ENG0090_000000002859	6939	0.5301563463116705	5	4	2	2	3	True	95733	maximal	False	ISR0215_000000004057	0.9924440851695611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5101.0	89.74700000000001	76.0	0.0015423382914477295	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
USA0040_01_000000002778	6920	0.5301563463116705	5	4	2	2	3	True	95733	maximal	False	ISR0215_000000004057	0.9912278237564647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5101.0	89.74700000000001	76.0	0.0015423382914477295	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
DEN0073_000000006408	6474	0.5301563463116705	5	4	2	2	3	True	95733	maximal	False	ISR0215_000000004057	0.9420953031278917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5142.0	88.973	81.0	0.0015538460187351857	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
CHI0111_000000004793	6454	0.5301563463116705	5	4	2	2	3	True	95733	maximal	False	ISR0215_000000004057	0.9663549514721748		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5102.0	89.73	80.0	0.0015423382914477295	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0095_000000003436	6444	0.5301563463116705	4	4	2	2	3	True	95733	maximal	False	ISR0215_000000004057	0.9648621997571881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5102.0	89.73	79.0	0.0015423382914477295	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0135_000000002992	6443	0.5301563463116705	4	4	2	2	3	True	95733	maximal	False	ISR0215_000000004057	0.964729084814055		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5102.0	89.73	79.0	0.0015423382914477295	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
MON0101_000000009057	5931	0.5301563463116705	4	4	2	2	3	True	95733	maximal	False	ISR0215_000000004057	0.5784305668815802		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5049.0	89.82	85.0	0.0015265908751596318	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
USA0117_01_000000004539	5711	0.5301536715499389	6	2	2	2	2	True	111406	maximal	True	USA0117_01_000000004539	1.0		4	4	False	False	0.9984241127967834	0		MOBB			mobilizable	no_good_hit	3530.0	96.06200000000001	62.0	0.11349367333140152	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	True	True
TAN0015_000000000455	7020	0.5301531353253782	7	7	4	4	6	True	132371	maximal	True	TAN0015_000000000455	1.0	PS1159|PS463	117	14	False	True	1.0	0		MOBV			mobilizable	no_good_hit	5639.0	98.014	83.0	0.5531559831157358	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	True	True
MON0086_000000019338	1586	0.5301514149989054	2	2	2	2	1	False	9734	fragment	False	MON0086_000000019338	1.0		0	0	False	False	0.9993695020675659	0					non-mobilizable	no_good_hit	505.0	83.96	32.0	0.0001515560414293839	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0847_000000012090	2284	0.5301494894632963	2	1	1	1	1	False	20639	maximal	True	ISR0847_000000012090	1.0		61	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0017_01_000000007918	3461	0.5301438312714299	4	2	2	2	2	False	112347	maximal	True	USA0017_01_000000007918	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	77.764	45.0	0.008462994978183914	NZ_LOQF01000002.1	fusobacteria	Sneathia sanguinegens strain CCUG41628 contig_5, whole genome shotgun sequence	True	False
FIJ0038_000000028734	1250	0.5301424756305755	2	2	2	2	2	False	47606	maximal	True	FIJ0038_000000028734	1.0		3	1	False	False	0.9959999918937683	0					non-mobilizable	no_good_hit								True	False
ISR0137_000000019524	1206	0.5301421371316646	2	2	2	2	1	False	32387	fragment	False	ISR0137_000000019524	0.9941952693146234		0	0	False	False	0.9966832399368286	0					non-mobilizable	chromosome	1206.0	99.585	100.0	0.000521342146683615	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
SPA0035_000000017567	1192	0.5301421371316646	2	2	2	2	1	False	32387	fragment	False	ISR0137_000000019524	0.9914112532650358		0	0	False	False	0.9974831938743591	0					non-mobilizable	chromosome	1192.0	99.74799999999999	100.0	0.0005152850595022285	LR698991.1	high GC Gram+	Bifidobacterium bifidum isolate MGYG-HGUT-02396 genome assembly, chromosome: 1	False	False
ENG0205_000000000780	21446	0.5301411813158929	29	20	13	12	16	True	124123	fragment	False	ENG0205_000000000780	1.0		0	0	False	False	1.0	0					non-mobilizable	other	20626.0	99.90299999999999	96.0	0.0057962844200933365	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ISR0179_000000015485	1473	0.5301388288132239	3	3	3	2	1	False	68044	fragment	False	ENG0001_000000016928	0.5430677578836414		0	0	False	False	1.0	0					non-mobilizable	other	1014.0	97.83	100.0	0.009069259418421429	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0022_000000016604	1840	0.5301324654015906	2	2	2	2	2	False	44793	fragment	False	MON0022_000000016604	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1842.0	96.68799999999999	100.0	0.0004910997834199272	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0016_000000011200	2010	0.5301290662807815	3	3	3	3	3	False	75002	fragment	False	ENG0016_000000011200	1.0		0	0	False	False	0.993034839630127	0					non-mobilizable	no_good_hit	873.0	73.654	43.0	0.0002945762645603492	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0127_000000004122	5124	0.5301289050632588	7	4	4	3	2	False	92207	maximal	True	ISR0127_000000004122	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	74.368	6.0	7.946374488470335e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
MAD0075_000000000410	4713	0.5301281511392061	5	3	1	0	3	False	16272	fragment	False	MAD0075_000000000410	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	4714.0	97.221	100.0	0.07135393794387995	CP055978.1	enterobacteria	Escherichia coli strain RHB06-C09 plasmid pRHB06-C09_3, complete sequence	False	True
FIJ0172_000000004964	5007	0.5301275185094411	6	4	1	2	2	False	100387	fragment	False	FIJ0172_000000004964	0.9699778359862986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2428.0	78.87100000000001	53.0	0.0006415507762764392	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0033_000000008513	3484	0.5301272107624951	3	3	3	2	2	False	117269	maximal	True	ISR0033_000000008513	1.0		46	5	False	False	0.9988518953323364	0					non-mobilizable	no_good_hit	2057.0	96.54799999999999	59.0	0.01734211415062479	NZ_VULP01000007.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq7, whole genome shotgun sequence	True	False
ISR0069_000000008569	2843	0.5301269120864024	2	1	1	1	1	False	34961	maximal	True	ISR0069_000000008569	1.0		120	8	False	False	1.0	0					non-mobilizable	other	2654.0	94.725	93.0	0.013229167187664113	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0140_000000012962	2209	0.5301235411138857	2	2	0	2	1	True	112336	maximal	True	AST0140_000000012962	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0026_000000035435	1441	0.5301212160031766	2	2	1	2	1	False	12716	fragment	False	MON0026_000000035435	1.0		0	0	False	False	0.9972241520881653	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000013846	1862	0.5301176756135587	3	2	1	2	2	True	121193	fragment	False	ISR0194_000000013846	0.9895604395604396		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	88.149	89.0	0.0011691174078532157	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
AST0024_000000019239	1820	0.5301176756135587	3	2	1	2	2	True	121193	fragment	False	ISR0194_000000013846	0.9785177228786252		0	0	False	False	1.0	0					non-mobilizable	chromosome	1153.0	87.42399999999999	93.0	0.00035695390239621203	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	True
MON0043_000000020926	1394	0.5301139917976598	2	2	1	1	0	True	11671	fragment	False	MON0043_000000020926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	97.26	7.0	9.216769194689913e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
ISR0123_000000006577	3092	0.5301107959931802	3	3	3	3	1	False	121210	maximal	True	ISR0123_000000006577	1.0		10	4	False	False	1.0	0					non-mobilizable	other	3092.0	99.15899999999999	100.0	0.01616946012841377	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0005_000000009321	2578	0.5301107959931802	3	3	3	3	1	False	121209	fragment	False	ENG0005_000000009321	0.9803343555237349		0	0	False	False	0.9922420382499695	0					non-mobilizable	other	2559.0	100.0	99.0	0.013385591912130235	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0153_000000012540	2550	0.5301107959931802	3	3	3	3	1	False	121209	fragment	False	ENG0005_000000009321	0.9628687558106281		0	0	False	False	1.0	0					non-mobilizable	other	2552.0	96.865	100.0	0.013333263562200093	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0023_000000003022	8557	0.5301072376832603	11	6	2	6	1	True	92674	maximal	True	ISR0023_000000003022	1.0		1	1	False	False	0.9996494054794312	0					non-mobilizable	no_good_hit	173.0	97.68799999999999	2.0	0.4267990074441687	NZ_AXCY01000368.1	high GC Gram+	Cellulomonas carbonis T26 contig406, whole genome shotgun sequence	True	True
ISR0034_000000016350	1323	0.5301000699769162	1	1	1	1	1	False	36830	fragment	False	ISR0034_000000016350	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	85.509	100.0	0.01780771982880827	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
USA0006_01_000000003422	6858	0.5300989160131786	9	8	4	4	7	True	2141	fragment	False	USA0006_01_000000003422	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6867.0	94.685	99.0	0.05603286346634435	NZ_KE159497.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.13, whole genome shotgun sequence	False	True
ENG0068_000000005600	4073	0.5300982817264993	8	2	2	2	2	False	121495	backbone	False	ISR0040_000000004257	0.29355522777926274	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	99.029	3.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
SPA0036_000000005788	3979	0.5300982817264993	8	2	2	2	2	False	121495	backbone	False	ISR0040_000000004257	0.2901355120939359	PS851	0	0	False	True	0.9994973540306091	0					non-mobilizable	no_good_hit	68.0	100.0	2.0	2.387754171085794e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
SPA0013_000000008946	3044	0.5300982817264993	3	2	2	2	2	False	92735	fragment	False	SPA0013_000000008946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	81.67699999999999	10.0	0.0010298290810655298	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ISR0258_000000004622	3888	0.5300912360712902	4	2	1	2	0	True	42222	maximal	True	ISR0258_000000004622	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.007310704960835509	XM_012682983.3	ants	PREDICTED: Monomorium pharaonis uncharacterized LOC105837850 (LOC105837850), mRNA	True	True
FIJ0112_000000012517	2175	0.5300909342152412	2	1	0	0	1	False	60948	fragment	False	FIJ0112_000000012517	1.0		0	0	False	False	0.9912643432617188	0	IncHI1B				non-mobilizable	plasmid	2175.0	99.954	100.0	0.040711610486891384	CP013713.1	enterobacteria	Klebsiella pneumoniae strain J1 plasmid 2, complete sequence	False	True
ENG0095_000000015461	1795	0.5300909342152412	2	1	0	0	1	False	60947	fragment	False	ENG0095_000000015461	1.0		0	0	False	False	1.0	0	IncHI1B				non-mobilizable	plasmid	1795.0	99.777	100.0	0.006428379467884977	CP052240.1	enterobacteria	Klebsiella pneumoniae strain E17KP0027 plasmid pE17KP0027-1, complete sequence	False	True
SPA0082_000000005898	2782	0.5300868604248847	3	1	1	1	1	False	5603	maximal	True	SPA0082_000000005898	1.0		107	11	False	False	0.9996405243873596	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	8.47109559503029e-05	NZ_PVNG01000009.1	high GC Gram+	Nonomuraea fuscirosea strain CGMCC 4.7104 Ga0171605_109, whole genome shotgun sequence	True	False
ISR0310_000000003938	3948	0.5300839906328155	5	5	5	5	4	False	84891	fragment	False	ISR0310_000000003938	1.0		0	0	False	False	0.9939209818840027	0					non-mobilizable	chromosome	3946.0	99.949	99.0	0.0007240087732611906	CP054780.1	enterobacteria	Klebsiella pneumoniae strain KP20194a chromosome, complete genome	False	False
SPA0095_000000008032	2513	0.5300836359153602	4	2	1	2	2	False	5214	maximal	True	SPA0095_000000008032	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	97.954	47.0	0.0003069285720645765	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0056_000000017847	1265	0.5300826356833185	2	1	1	1	1	True	81611	fragment	False	ISR0088_000000018516	0.9451113315141042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	86.889	76.0	0.0003207742203890557	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0101_000000014065	3167	0.5300826264061358	5	5	2	3	5	False	4948	maximal	True	SPA0101_000000014065	1.0		7	2	True	True	0.9984211921691895	4					non-mobilizable	no_good_hit	673.0	74.889	21.0	0.3782559456398641	NZ_SRMQ01000025.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000025, whole genome shotgun sequence	True	True
ENG0058_000000023648	1457	0.5300821242957388	3	3	1	3	1	False	63426	maximal	True	ENG0058_000000023648	1.0		42	9	False	False	0.9931365847587585	0					non-mobilizable	no_good_hit	208.0	99.51899999999999	14.0	0.2515188335358445	GQ882360.1		Uncultured organism clone VC1D105TR genomic sequence	True	False
ISR0247_000000002462	4657	0.5300811319932434	8	3	1	2	3	True	100488	maximal	True	ISR0247_000000002462	1.0		1	1	False	False	0.9959201216697693	0					non-mobilizable	no_good_hit	2043.0	98.385	73.0	0.0005574023247422117	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
SPA0029_000000008726	2955	0.5300805459593309	3	2	2	2	1	False	89831	maximal	True	SPA0029_000000008726	1.0		31	8	False	False	1.0	0					non-mobilizable	other	2955.0	99.76299999999999	100.0	0.040699356580923385	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0068_000000005573	6653	0.5300798149715346	2	2	1	1	2	False	105179	fragment	False	DEN0079_000000005641	0.7838569129179815		0	0	False	False	0.9998496770858765	0					non-mobilizable	other	6537.0	93.514	98.0	0.014382413928790914	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0239_000000009827	1567	0.5300783695228031	1	1	1	1	1	False	27267	maximal	True	ISR0239_000000009827	1.0		132	11	False	False	1.0	0					non-mobilizable	other	1567.0	99.809	100.0	0.011638190506625444	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
USA0044_01_000000023790	1110	0.5300777614663443	1	1	1	1	1	False	1213	fragment	False	USA0044_01_000000023790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	89.47399999999999	5.0	5.861198447619726e-05	NZ_GG770778.1	a-proteobacteria	Roseomonas cervicalis ATCC 49957 SCAFFOLD2, whole genome shotgun sequence	True	False
ENG0069_000000005072	4234	0.5300730209615381	3	2	2	2	1	True	62499	maximal	True	ENG0069_000000005072	1.0		1	1	False	False	0.999527633190155	0					non-mobilizable	no_good_hit	1407.0	99.787	86.0	0.017992193998336427	CP002611.1	firmicutes	Lactobacillus amylovorus GRL1118 plasmid p2, complete sequence	True	True
DEN0007_000000009084	2989	0.5300726663105231	6	3	3	1	0	False	76319	maximal	True	DEN0007_000000009084	1.0		166	11	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	98.9	73.0	0.0004231770593901788	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0055_000000021006	1239	0.5300684425102038	2	2	2	2	2	False	11382	fragment	False	MON0055_000000021006	1.0		0	0	False	False	0.9410815238952637	0					non-mobilizable	other	1244.0	79.421	99.0	0.008809656932318324	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	False	False
FIJ0156_000000005442	1519	0.530066954248115	3	3	2	3	2	False	39492	fragment	False	FIJ0156_000000005442	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1519.0	99.539	100.0	0.0002874520368855121	CP052268.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 chromosome, complete genome	False	False
ISR0774_000000018823	1316	0.5300574969390511	3	3	3	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.031551862278305066		0	0	False	False	0.9840425252914429	0					non-mobilizable	chromosome	1316.0	98.48	100.0	0.0004622626096241664	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0019_000000000752	8006	0.530053566233285	6	5	3	4	4	False	89497	maximal	True	CHI0019_000000000752	1.0		54	10	False	False	0.9930052757263184	0					non-mobilizable	other	6154.0	96.588	98.0	0.048286628924668444	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	False	False
CHI0108_000000007220	1156	0.5300525009763755	2	1	1	1	1	False	82859	maximal	True	CHI0108_000000007220	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1156.0	100.0	100.0	0.000224717177381039	CP056396.1	enterobacteria	Escherichia coli strain RHBSTW-00573 chromosome, complete genome	False	False
TAN0009_000000016112	2404	0.5300518046873889	4	4	4	3	3	False	121215	fragment	False	TAN0009_000000016112	1.0		0	0	False	False	0.9667221307754517	0					non-mobilizable	no_good_hit	1733.0	83.90100000000001	72.0	0.0005097031667641549	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0137_000000002359	4954	0.5300512349706595	6	4	3	3	0	False	121006	maximal	True	FIJ0137_000000002359	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	2664.0	89.00200000000001	68.0	0.0006395482134884338	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
SPA0114_000000026901	1747	0.5300487336137355	2	2	2	2	2	False	4435	maximal	True	SPA0114_000000026901	1.0		110	11	False	False	0.9994276165962219	0					non-mobilizable	no_good_hit	1238.0	75.60600000000001	70.0	0.0003504874286895081	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0142_000000013505	2525	0.5300359020771955	3	3	2	3	3	False	48866	maximal	True	FIJ0142_000000013505	1.0		39	8	False	False	0.9928712844848633	0					non-mobilizable	no_good_hit	468.0	72.009	18.0	0.00037264204021924727	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
MON0027_000000021576	1902	0.5300305307715769	2	2	2	2	2	False	12646	fragment	False	MON0027_000000021576	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	7.8283138930205e-05	NZ_ARYH01000003.1	a-proteobacteria	Hyphomonas adhaerens MHS-3 contig3, whole genome shotgun sequence	True	False
ISR0775_000000013109	1504	0.5300281457087811	3	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.9848688942441481		0	0	False	False	1.0	0					non-mobilizable	other	1504.0	98.73700000000001	100.0	0.001211027358904838	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
ISR0051_000000025211	1460	0.5300281457087811	2	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.9800156631179948		0	0	False	False	1.0	0					non-mobilizable	chromosome	1460.0	98.973	100.0	0.000278195250736102	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
SPA0024_000000010252	1438	0.5300223038722992	2	1	1	1	1	True	44036	fragment	False	SPA0024_000000010252	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	97.427	100.0	0.06880536270050275	NZ_QOHO01000017.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_17, whole genome shotgun sequence	False	True
ISR0062_000000018044	2076	0.5300220027528956	3	3	3	3	2	False	35339	fragment	False	ISR0062_000000018044	1.0		0	0	False	False	0.997591495513916	0					non-mobilizable	no_good_hit	1212.0	81.271	58.0	0.015854979784900775	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
AST0084_000000028058	1263	0.5300186141632971	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04473788784820052		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	99.367	100.0	0.002638858975779791	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0103_000000001523	1564	0.5300165855490759	3	3	2	0	1	False	90435	fragment	False	CHI0103_000000001523	1.0		0	0	False	False	0.9833759665489197	0					non-mobilizable	chromosome	1571.0	97.008	100.0	0.0004388529257748007	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0009_000000006513	1201	0.5300165855490759	3	3	2	0	1	False	90434	fragment	False	CHI0009_000000006513	1.0		0	0	False	False	0.9925062656402588	0					non-mobilizable	other	1202.0	99.41799999999999	100.0	0.00035904860788693165	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0030_000000018066	1206	0.5300153843852535	2	2	2	1	2	False	127813	fragment	False	ENG0034_000000009950	0.47341099740063464		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	96.6	100.0	0.00042521102641001566	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0022_000000008990	3018	0.5300105795637334	2	2	2	2	2	False	17661	maximal	True	MON0022_000000008990	0.9566232899566233		2	1	False	False	0.9993373155593872	0					non-mobilizable	no_good_hit	1638.0	88.095	54.0	0.01565694867093529	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	False
MON0044_000000016402	2997	0.5300105795637334	2	2	2	2	2	False	17661	maximal	False	MON0022_000000008990	0.9532803180914513		0	0	False	False	0.9923256635665894	0					non-mobilizable	no_good_hit	1381.0	91.455	46.0	0.013218650104155667	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	False
FIJ0171_000000015883	1328	0.5300089532450022	2	2	2	2	2	False	38784	maximal	True	FIJ0171_000000015883	1.0		44	8	False	False	0.9819276928901672	0					non-mobilizable	no_good_hit	538.0	71.19	39.0	0.004123500812918732	NZ_WJNG01000009.1	firmicutes	Aquibacillus halophilus strain B6B scaffold9:size127319, whole genome shotgun sequence	True	False
ISR0398_000000009512	2454	0.530006136024494	3	3	2	2	3	False	93070	fragment	False	ISR0398_000000009512	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2384.0	99.874	100.0	0.000575110714242618	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
DEN0063_000000034450	1463	0.5300017172523678	3	2	2	1	1	True	71441	maximal	True	DEN0063_000000034450	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	97.333	58.0	0.0025122254176784577	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	True	True
ENG0029_000000016732	1480	0.5300013479985713	2	2	1	2	2	False	65780	maximal	True	ENG0029_000000016732	0.9989844278943805		169	12	False	False	0.9878378510475159	0					non-mobilizable	chromosome	1480.0	99.324	100.0	0.00028200875657210064	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0830_000000020505	1477	0.5300013479985713	2	2	1	2	2	False	65780	maximal	False	ENG0029_000000016732	0.9979729729729729		0	0	False	False	0.997968852519989	0					non-mobilizable	chromosome	1477.0	99.255	100.0	0.0002814367306967008	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
CHI0141_000000010033	2753	0.5299979165803794	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.1515100025627304		0	0	False	False	0.9909189939498901	0					non-mobilizable	other	1652.0	98.85	100.0	0.01185654372055613	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0087_000000026840	1412	0.5299969958204841	3	3	3	3	3	False	82726	maximal	True	ISR0087_000000026840	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0171_000000018455	1315	0.5299936509164177	2	2	2	2	1	False	55761	maximal	False	ISR0398_000000016779	0.9816176470588236		0	0	False	False	0.9825094938278198	0					non-mobilizable	other	1318.0	81.866	100.0	0.00038989970093639153	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0047_000000014543	2898	0.5299890639618671	4	4	4	4	3	False	17673	maximal	True	MAD0047_000000014543	1.0		11	2	False	False	0.9996549487113953	0					non-mobilizable	other	1216.0	77.878	92.0	0.0003415495122695528	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0110_000000007170	1411	0.5299878638984021	3	3	2	2	2	True	82689	fragment	False	CHI0110_000000007170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	99.169	79.0	0.0001645313611081347	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	True
SPA0023_000000017148	1634	0.5299850161573028	3	2	2	2	1	False	54371	fragment	False	SPA0023_000000017148	0.9590216010165185		0	0	False	False	0.9877601265907288	0					non-mobilizable	chromosome	1617.0	96.72200000000001	99.0	0.0004514475569354296	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0012_000000003115	5590	0.5299835592293233	7	2	2	2	2	False	125617	maximal	True	AST0012_000000003115	1.0		7	3	False	False	0.9948121905326843	0					non-mobilizable	no_good_hit	999.0	98.79899999999999	18.0	0.0011111135852005906	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
DEN0083_000000002455	9699	0.5299828314584794	17	4	3	4	2	False	105658	maximal	True	DEN0083_000000002455	1.0	PS637	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	219.0	91.324	4.0	6.0174348878560044e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0085_000000016459	1765	0.5299818366795668	2	2	2	2	1	True	9783	maximal	True	MON0085_000000016459	1.0		0	0	False	False	0.9994333982467651	0					non-mobilizable	no_good_hit	1064.0	90.977	60.0	0.0014931217795757844	NZ_LT635836.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	True
ISR0283_000000001897	6361	0.5299809313666838	4	3	3	2	2	False	26119	fragment	False	ISR0283_000000001897	1.0		0	0	False	False	0.9996855854988098	0					non-mobilizable	no_good_hit	3124.0	96.287	60.0	0.001006600112231239	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0033_000000000512	33716	0.5299804734363844	29	10	8	9	9	True	73646	fragment	False	ISR0067_000000000417	0.9477653550185853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	80.378	4.0	0.00562864115563809	NZ_BJFA01000002.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_1, whole genome shotgun sequence	True	True
FIJ0102_000000008874	3536	0.5299790523457469	4	4	4	3	4	False	116076	maximal	True	FIJ0102_000000008874	1.0		32	8	False	False	0.992364227771759	0					non-mobilizable	no_good_hit	495.0	75.152	14.0	0.0027980241113682684	NZ_AAXG02000011.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont151, whole genome shotgun sequence	True	False
FIJ0018_000000020118	1354	0.5299790262920765	4	3	3	3	1	False	81737	fragment	False	SPA0035_000000013226	0.7771687880828642		0	0	False	False	0.9992614388465881	0					non-mobilizable	other	1354.0	99.557	100.0	0.010993386092919707	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0109_000000002027	10151	0.5299788181617451	10	6	5	5	4	False	112754	maximal	True	SPA0109_000000002027	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1879.0	98.936	22.0	0.0005291346675904453	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
SPA0043_000000004686	3759	0.5299773307732617	6	5	4	3	3	True	6816	fragment	False	SPA0043_000000004686	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3759.0	99.947	100.0	0.11375469185131372	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0092_000000010050	2598	0.5299745320233522	3	3	2	3	2	False	113077	fragment	False	ISR0319_000000005898	0.3960261523373651		0	0	False	False	0.9923017621040344	0					non-mobilizable	other	2599.0	98.57600000000001	100.0	0.017351232217992386	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
FIJ0150_000000021780	1165	0.5299693037286937	2	2	2	2	2	False	39775	maximal	True	FIJ0150_000000021780	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	86.041	78.0	0.00043378405562350975	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	True	False
FIJ0089_000000001605	12196	0.5299689123498214	15	10	8	9	5	True	53384	maximal	True	FIJ0089_000000001605	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	92.18799999999999	13.0	0.00042654457017298397	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0346_000000008785	2481	0.5299667793120989	3	3	3	3	2	False	121209	fragment	False	ENG0005_000000009321	0.9593027551381443		0	0	False	False	0.9951632618904114	0					non-mobilizable	other	2481.0	99.71799999999999	100.0	0.01297743078267513	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AUS0018_000000001407	16880	0.5299637933122198	18	13	9	10	8	True	100092	maximal	True	AUS0018_000000001407	1.0	PS209|PS210	0	0	False	True	0.9999407529830933	0					non-mobilizable	no_good_hit	2292.0	98.38600000000001	14.0	0.001027549632755286	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	True
USA0031_01_000000023079	1129	0.5299630541687229	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.08665268691649848		0	0	False	False	0.9920283555984497	0					non-mobilizable	other	1111.0	95.32	98.0	0.00034500802322535523	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0161_000000001413	7689	0.5299621596838913	11	6	3	5	5	False	78640	maximal	True	CHI0161_000000001413	1.0		1	1	False	False	0.9998699426651001	0					non-mobilizable	no_good_hit	441.0	79.819	6.0	0.00012164051954763149	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ETH0005_000000018975	2513	0.5299605607708384	2	1	1	1	1	False	63161	fragment	False	ETH0005_000000018975	1.0		0	0	False	False	0.9976124167442322	0					non-mobilizable	no_good_hit								True	False
FIJ0163_000000014488	1692	0.5299573675524771	1	1	1	1	1	False	39160	maximal	True	FIJ0163_000000014488	1.0		106	13	False	False	0.9994089603424072	0					non-mobilizable	no_good_hit	1354.0	77.548	79.0	0.03612572507756644	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	True	False
FIJ0099_000000006954	3256	0.5299572735689804	4	3	3	3	3	True	42803	maximal	True	FIJ0099_000000006954	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	212.0	74.057	6.0	0.00144081078991573	NZ_JMLJ01000013.1	firmicutes	Clostridium hydrogeniformans DSM 21757 BR69DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	True
ISR0131_000000002075	9433	0.5299571579676366	12	6	4	6	4	True	31705	maximal	True	ISR0131_000000002075	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0145_000000011323	3001	0.5299567702908969	5	3	3	3	2	False	28985	maximal	True	SPA0145_000000011323	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	99.521	21.0	0.6937639198218263	GQ880951.1		Uncultured organism clone VC1CM62TF genomic sequence	True	False
ISR0377_000000001669	6303	0.5299535124441571	6	5	5	5	5	False	124539	maximal	True	ISR0377_000000001669	1.0		24	4	False	False	0.9992067217826843	0					non-mobilizable	no_good_hit	3131.0	94.602	76.0	0.0010026364555147894	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MON0088_000000006178	4614	0.5299511571613531	4	4	3	4	4	False	100269	maximal	True	MON0088_000000006178	1.0		44	9	False	False	1.0	0					non-mobilizable	no_good_hit	3014.0	73.49	64.0	0.15384214367636326	NZ_JH604880.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld141, whole genome shotgun sequence	True	False
ISR0287_000000009765	1422	0.5299506607323072	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.13116779211552532		0	0	False	False	1.0	0					non-mobilizable	chromosome	1438.0	90.40299999999999	100.0	0.0004984433231599773	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0385_000000009379	2349	0.5299505610651598	8	6	1	4	3	False	110190	fragment	False	ISR0393_000000006920	0.8146899080370372		0	0	False	False	0.9995743036270142	0					non-mobilizable	other	2349.0	97.531	100.0	0.0006348658710654472	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0178_000000008170	1275	0.5299497112264561	2	2	2	1	1	False	77605	fragment	False	SPA0033_000000024422	0.9716475095785441		0	0	False	False	0.9843137264251709	0					non-mobilizable	no_good_hit	708.0	90.395	89.0	0.00021870211030426036	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0378_000000022231	1438	0.5299464362097243	2	2	1	2	1	True	23264	maximal	True	ISR0378_000000022231	1.0		18	2	False	False	0.9993045926094055	0					non-mobilizable	no_good_hit	28.0	96.429	2.0	4.3882927176526147e-07	CP046687.1	eudicots	Solanum tuberosum cultivar P8 chromosome 9	True	True
CHI0065_000000010400	1308	0.5299460793188078	2	2	2	2	2	False	86868	maximal	False	ISR0392_000000024282	0.933015404569534		0	0	False	False	0.9885321259498596	0					non-mobilizable	chromosome	1310.0	94.962	100.0	0.00043992854779485393	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0143_000000000290	11473	0.5299443192597932	12	6	2	6	2	False	40139	maximal	True	FIJ0143_000000000290	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000018454	1704	0.5299441169747028	3	3	3	1	2	False	59610	maximal	True	ISR0186_000000018454	0.9764801297648013		4	2	False	False	0.9900234937667847	0					non-mobilizable	no_good_hit	721.0	75.312	42.0	0.00029013646658861397	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0176_000000023499	1455	0.5299409864630621	2	2	2	2	2	False	34999	maximal	True	ISR0176_000000023499	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	94.432	63.0	0.0002754889778816975	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0075_000000008857	2638	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.974114196201156		0	0	False	False	0.9931766390800476	0					non-mobilizable	no_good_hit	1070.0	74.01899999999999	40.0	0.0010684716483945476	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MON0090_000000022941	2561	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.9699672261288874		0	0	False	False	0.9992190599441528	0					non-mobilizable	no_good_hit	1082.0	73.013	42.0	0.018956166088734773	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
MON0007_000000023804	2549	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.9727931583378785		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	73.407	42.0	0.018956166088734773	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
MON0083_000000014599	2483	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.9682237349127145		0	0	False	False	0.9975835680961609	0					non-mobilizable	no_good_hit	1082.0	73.19800000000001	43.0	0.018956166088734773	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
ISR0839_000000008075	2367	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.879381711461361		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1068.0	74.157	45.0	0.0010684716483945476	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MON0013_000000022202	2366	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.8933811994993126		0	0	False	False	0.9995773434638977	0					non-mobilizable	no_good_hit	1070.0	74.29899999999999	45.0	0.0010684716483945476	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
USA0121_01_000000019541	2336	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.8185920985774898		0	0	False	False	0.9987157583236694	0					non-mobilizable	no_good_hit	1084.0	73.247	46.0	0.018956166088734773	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
ENG0066_000000008368	2331	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.7499488306852294		0	0	False	False	0.9991419911384583	0					non-mobilizable	no_good_hit	1072.0	73.78699999999999	45.0	0.0010684716483945476	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MAD0068_000000012064	2288	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.7475125848161367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	73.436	45.0	0.0010389895572399882	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MON0001_000000015193	2285	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.7476438079262661		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	73.405	44.0	0.0010176404567487556	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0184_000000010708	2094	0.5299379897799961	3	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.4093707878311503		0	0	False	False	0.9861509203910828	0					non-mobilizable	no_good_hit	851.0	72.503	40.0	0.014901751578198631	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
MAD0110_000000013415	2046	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.27740184896784575		0	0	False	False	0.9960899353027344	0					non-mobilizable	no_good_hit	852.0	71.94800000000001	41.0	0.014901751578198631	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
MAD0036_000000014564	2036	0.5299379897799961	2	2	2	2	2	False	62777	fragment	False	MON0075_000000008857	0.27619609977086323		0	0	False	False	0.9990176558494568	0					non-mobilizable	no_good_hit	857.0	72.112	42.0	0.01500844669689695	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
SPA0139_000000020358	1391	0.5299379860707422	2	2	2	2	1	False	4770	maximal	True	SPA0139_000000020358	1.0		12	3	False	False	0.9906542301177979	0					non-mobilizable	no_good_hit	635.0	91.969	87.0	0.0020552281692884627	NZ_AUGK01000005.1	actinobacteria	Enterorhabdus mucosicola DSM 19490 G503DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
MON0095_000000022465	1410	0.5299341288667981	3	2	2	2	1	False	9304	maximal	True	MON0095_000000022465	1.0		33	7	False	False	1.0	0					non-mobilizable	no_good_hit	892.0	98.655	76.0	0.0019602407730080784	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0052_000000002348	6129	0.5299310325219275	8	7	3	2	7	True	86529	fragment	False	CHI0052_000000002348	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	6129.0	99.91799999999999	100.0	0.167950228848631	CP000935.1	firmicutes	Lactobacillus paracasei strain Zhang plasmid plca36, complete sequence	False	True
USA0035_01_000000016891	1521	0.5299268156383738	2	2	1	1	2	False	1409	maximal	True	USA0035_01_000000016891	1.0		25	5	False	False	0.9684418439865112	0					non-mobilizable	no_good_hit	829.0	87.81700000000001	54.0	0.07412738395106153	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0095_000000016559	1654	0.5299250046565669	2	2	2	2	1	False	43113	maximal	True	FIJ0095_000000016559	0.9913633559531154		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	85.01899999999999	63.0	0.002963311649642985	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0114_000000024790	1621	0.5299250046565669	2	2	2	2	1	False	43113	maximal	False	FIJ0095_000000016559	0.9815598548972189		0	0	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	1059.0	85.08	65.0	0.002994504403849753	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
FIJ0168_000000019229	1240	0.5299223092864126	2	2	2	2	1	False	38896	maximal	True	FIJ0168_000000019229	1.0		3	1	False	False	1.0	0					non-mobilizable	chromosome	788.0	99.492	98.0	0.00043792790835241353	CP042390.1	firmicutes	Leuconostoc lactis strain CBA3626 chromosome, complete genome	False	False
ENG0046_000000006320	2973	0.5299216333746911	2	2	2	2	1	True	64445	maximal	True	ENG0046_000000006320	1.0		4	2	False	False	0.9926000833511353	0					non-mobilizable	no_good_hit	1093.0	91.125	37.0	0.00030344155618192576	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
FIJ0151_000000002682	6191	0.5299194302725337	10	3	2	2	0	False	39764	maximal	True	FIJ0151_000000002682	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	94.309	3.0	4.871525494250202e-05	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
MON0033_000000036959	1635	0.5299194174117392	2	2	2	1	1	False	12299	maximal	True	MON0033_000000036959	1.0		240	12	False	False	0.9951070547103882	0					non-mobilizable	other	1630.0	99.87700000000001	99.0	0.0017795849164611059	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
SPA0112_000000008223	4192	0.5299189618748974	7	5	3	5	2	False	105129	fragment	False	SPA0112_000000008223	0.9989093618068671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	77.279	44.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0148_000000008356	4149	0.5299189618748974	6	5	3	5	2	False	105129	fragment	False	SPA0112_000000008223	0.9949468792582696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	77.279	45.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0128_000000009052	3835	0.5299189618748974	6	5	3	5	2	False	105129	fragment	False	SPA0112_000000008223	0.9398907762418464		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	77.34899999999999	48.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AUS0016_000000024009	1176	0.5299182233314316	2	2	0	2	1	False	100105	fragment	False	AUS0016_000000024009	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	89.557	75.0	0.016187249088431364	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
CHI0028_000000003533	3512	0.5299160550978835	6	3	1	3	1	False	88722	fragment	False	CHI0028_000000003533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000013644	2162	0.5299130889424091	5	3	2	2	3	False	68356	fragment	False	ISR0074_000000013644	0.9816194927601879		0	0	False	False	0.9990749359130859	0					non-mobilizable	no_good_hit	912.0	76.316	42.0	0.0003197792496201072	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0094_000000017459	2112	0.5299130889424091	4	3	2	2	3	False	68356	fragment	False	ISR0074_000000013644	0.9700387220122725		0	0	False	False	0.9990530014038086	0					non-mobilizable	no_good_hit	918.0	73.529	44.0	0.00027217708853011425	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0091_000000011916	2007	0.5299130889424091	3	3	2	2	3	False	68356	fragment	False	ISR0074_000000013644	0.9418673611695119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	76.316	45.0	0.0003197792496201072	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0126_000000024796	1774	0.5299130889424091	3	3	2	2	3	False	3961	fragment	False	SPA0126_000000024796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	76.798	48.0	0.0003017186275485397	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0001_000000023246	1439	0.5299095976968707	3	3	1	2	1	False	41528	fragment	False	FIJ0120_000000017474	0.9558721334259903		0	0	False	False	0.9972202777862549	0					non-mobilizable	no_good_hit	274.0	95.985	19.0	6.075647824294936e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0127_000000016879	1527	0.5299092191239371	3	3	2	2	3	False	78931	fragment	False	SPA0137_000000022025	0.8273953146193114		0	0	False	False	0.9888670444488525	0					non-mobilizable	other	1527.0	100.0	100.0	0.0003682832353899434	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0385_000000017719	1345	0.5299080105042778	2	2	2	1	1	False	58579	fragment	False	ISR0385_000000017719	0.9536275772033467		0	0	False	False	0.9940520524978638	0					non-mobilizable	other	1345.0	98.51299999999999	100.0	0.00037877869114616794	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0053_01_000000003824	5823	0.5299068709778756	8	8	7	7	6	False	113228	maximal	True	USA0053_01_000000003824	1.0		40	12	False	False	1.0	0					non-mobilizable	other	5823.0	99.948	100.0	0.0011570313302700422	CP018976.1	enterobacteria	Escherichia coli strain Ecol_545, complete genome	False	False
SPA0010_000000003243	5571	0.5299052083775023	6	6	5	6	5	False	105610	maximal	True	SPA0010_000000003243	1.0		76	10	False	False	0.9974870085716248	0					non-mobilizable	other	5571.0	98.92299999999999	100.0	0.022255097960815675	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
AST0099_000000004453	4646	0.5299019053472771	7	4	4	4	4	False	108915	maximal	True	AST0099_000000004453	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	74.766	5.0	0.01856271546009016	NZ_BAEV01000118.1	firmicutes	Clostridium arbusti SL206, whole genome shotgun sequence	True	False
ISR0115_000000020826	1697	0.5299009139377839	3	3	2	3	2	False	54190	fragment	False	MAD0036_000000017538	0.9491963260619977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0134_000000006463	2407	0.5299006669156385	3	3	3	3	3	False	40633	maximal	True	FIJ0134_000000006463	1.0		250	11	False	False	1.0	0					non-mobilizable	chromosome	2281.0	77.94800000000001	94.0	0.0006521466493875674	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	False	False
ISR0096_000000019738	1231	0.5298984561263994	1	1	1	1	1	False	100689	fragment	False	ISR0120_000000029584	0.885839563935451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	90.0	29.0	6.48525032212921e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0061_000000032497	1351	0.5298948417421375	2	1	1	1	1	False	71801	fragment	False	DEN0061_000000032497	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	97.052	100.0	0.06488275068335492	NZ_QRST01000031.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf31, whole genome shotgun sequence	False	False
SPA0093_000000033471	1108	0.5298948417421375	1	1	1	1	1	False	5250	fragment	False	SPA0093_000000033471	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	97.926	100.0	0.0005009190303076375	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
SPA0108_000000005600	5253	0.5298935662194083	2	2	2	2	2	False	75437	maximal	True	SPA0108_000000005600	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	1922.0	99.272	66.0	0.0007318754049818633	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	True	False
FIJ0003_000000003664	6834	0.5298932650678094	9	7	2	6	7	False	80592	fragment	False	FIJ0003_000000003664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0120_000000004214	5186	0.5298932650678094	8	7	2	6	7	False	80589	fragment	False	FIJ0120_000000004214	0.9944456162553611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	96.899	3.0	3.554484794221919e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0153_000000005385	5145	0.5298932650678094	8	7	2	6	7	False	80589	fragment	False	FIJ0120_000000004214	0.9918103160882444		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	2.0	2.1085299598815397e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0073_000000004006	4741	0.5298932650678094	9	7	2	6	7	False	80589	fragment	False	FIJ0120_000000004214	0.6353741496598639		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	98.837	2.0	2.0594943794191785e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AUS0022_000000012860	2727	0.5298906381319906	4	3	2	2	3	True	99318	maximal	True	AUS0022_000000012860	1.0		24	5	False	False	0.9996333122253418	0					non-mobilizable	other	2747.0	86.42200000000001	100.0	0.00082014423579207	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0034_000000019737	1479	0.5298892326471385	2	2	2	2	2	False	62653	fragment	False	MON0034_000000019737	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1474.0	96.20100000000001	99.0	0.0005134314790312213	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0125_000000020114	1331	0.529886302387029	3	2	2	1	1	False	58804	maximal	True	ENG0125_000000020114	1.0		2	2	False	False	0.980465829372406	0					non-mobilizable	no_good_hit	147.0	90.476	11.0	4.144543509758413e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0021_000000004903	4478	0.5298793122910772	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.4223799303035893		0	0	False	False	1.0	0					non-mobilizable	other	4468.0	99.21700000000001	99.0	0.07386091127098321	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0034_000000008061	4387	0.5298779043740888	4	4	3	4	3	False	81422	maximal	True	SPA0034_000000008061	1.0		88	10	False	False	0.9943013191223145	0					non-mobilizable	no_good_hit	2555.0	99.21700000000001	58.0	0.0011397323458628029	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0162_000000013150	2343	0.5298753791678364	3	3	3	3	1	False	78572	maximal	True	CHI0162_000000013150	1.0		35	5	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	96.28	44.0	0.0001679719081463962	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
AUS0014_000000010552	2898	0.5298713420427961	5	5	5	4	1	True	100892	maximal	True	AUS0014_000000010552	1.0		28	9	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	98.899	47.0	0.00031137593593599485	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0069_000000012596	2209	0.5298697540220271	4	4	3	2	2	False	90899	maximal	True	DEN0069_000000012596	1.0		7	5	False	False	0.9945676922798157	0					non-mobilizable	no_good_hit								True	False
FIJ0107_000000000450	33415	0.5298691351299585	31	16	10	11	13	False	42312	maximal	True	FIJ0107_000000000450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6134.0	87.088	67.0	0.002502648841154997	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
SPA0030_000000018512	1645	0.5298685042541792	2	2	2	1	1	False	7318	maximal	True	SPA0030_000000018512	1.0		26	8	False	False	0.9495440721511841	0					non-mobilizable	no_good_hit	96.0	79.167	6.0	1.598473541897674e-05	NZ_LT629778.1	g-proteobacteria	Pseudomonas granadensis strain LMG 27940 chromosome I	True	False
ISR0289_000000010556	1169	0.5298684970938453	2	2	2	1	1	False	25932	maximal	True	ISR0289_000000010556	1.0		52	7	False	False	0.9974337220191956	0					non-mobilizable	other	1169.0	98.973	100.0	0.04002330123702155	NZ_LFQU01000035.1	CFB group bacteria	Prevotella rara strain 109 contig00035, whole genome shotgun sequence	False	False
ISR0234_000000005032	2373	0.5298652238970755	3	3	1	2	3	False	69275	fragment	False	ISR0234_000000005032	0.9637360691365611		0	0	False	False	1.0	0					non-mobilizable	other	2304.0	98.39399999999999	97.0	0.01649548039594883	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
ENG0162_000000001859	11328	0.5298633869038019	14	6	3	6	6	True	91866	maximal	True	ENG0162_000000001859	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	89.706	1.0	0.06857727737973388	NZ_AFCE01000190.1	firmicutes	Caldalkalibacillus thermarum TA2.A1 ctg43, whole genome shotgun sequence	True	True
ISR0819_000000001900	10530	0.5298633869038019	12	6	3	6	6	True	91865	fragment	False	ENG0113_000000002358	0.9952956982812521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	91.54899999999999	1.0	0.008188938998338476	NZ_FOQE01000054.1	firmicutes	Pisciglobus halotolerans strain DSM 27630, whole genome shotgun sequence	True	True
ENG0113_000000002358	10522	0.5298633869038019	12	6	3	6	6	True	91865	fragment	False	ENG0113_000000002358	0.9956651500150923		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	91.765	1.0	0.009850462853073819	NZ_FOQE01000054.1	firmicutes	Pisciglobus halotolerans strain DSM 27630, whole genome shotgun sequence	True	True
SPA0026_000000002056	9620	0.5298633869038019	11	6	3	6	6	True	91865	fragment	False	ENG0113_000000002358	0.9745385668726003		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	91.89200000000001	1.0	0.008544979824353193	NZ_FOQE01000054.1	firmicutes	Pisciglobus halotolerans strain DSM 27630, whole genome shotgun sequence	True	True
ISR0097_000000001909	9601	0.5298633869038019	11	6	3	6	6	True	91865	fragment	False	ENG0113_000000002358	0.9731810542547877		0	0	False	False	0.99916672706604	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
SPA0028_000000002109	9553	0.5298633869038019	11	6	3	6	6	True	91865	fragment	False	ENG0113_000000002358	0.9706483885021865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
ENG0138_000000002278	9300	0.5298633869038019	10	6	3	6	6	True	91865	fragment	False	ENG0113_000000002358	0.6996888242730456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	91.765	1.0	0.009850462853073819	NZ_FOQE01000054.1	firmicutes	Pisciglobus halotolerans strain DSM 27630, whole genome shotgun sequence	True	True
ENG0184_000000002553	9295	0.5298633869038019	10	6	3	6	6	True	91865	fragment	False	ENG0113_000000002358	0.699746127947108		0	0	False	False	0.9998924136161804	0					non-mobilizable	no_good_hit	82.0	91.463	1.0	0.009494422027059102	NZ_FOQE01000054.1	firmicutes	Pisciglobus halotolerans strain DSM 27630, whole genome shotgun sequence	True	True
ISR0147_000000005142	4608	0.5298616192686213	6	6	4	4	4	False	122188	fragment	False	MAD0111_000000003353	0.11787204450625868		0	0	False	False	0.9997829794883728	0					non-mobilizable	other	4606.0	97.37299999999999	99.0	0.07980292148086465	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
DEN0066_000000006382	4706	0.5298571827029658	4	4	4	4	4	False	75326	maximal	True	DEN0066_000000006382	0.9964818763326226		259	12	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	80.37100000000001	76.0	0.004934250835309848	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	False
ISR0115_000000003371	8093	0.5298546509812316	13	8	7	5	7	False	32499	maximal	True	ISR0115_000000003371	1.0		25	5	False	False	0.9998764395713806	0					non-mobilizable	no_good_hit	5641.0	99.344	70.0	0.002544221585051401	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	True	False
ISR0185_000000002995	8842	0.5298512965216721	6	6	4	5	4	False	29411	maximal	True	ISR0185_000000002995	1.0		273	11	False	False	0.9993214011192322	0					non-mobilizable	other	8766.0	99.544	99.0	0.03311445928791634	NZ_SPFU01000007.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_7_length_264688_cov_23.5584, whole genome shotgun sequence	False	False
FIJ0081_000000027517	1322	0.5298482086273358	1	1	1	1	0	True	44227	maximal	True	FIJ0081_000000027517	1.0		1	1	False	False	0.9924356937408447	0					non-mobilizable	no_good_hit	1086.0	97.79	82.0	0.004202120037334965	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0029_000000022000	1236	0.5298482086273358	2	1	1	1	0	True	7360	maximal	True	SPA0029_000000022000	1.0		0	0	False	False	0.991909384727478	0					non-mobilizable	no_good_hit	285.0	91.93	34.0	6.884311091352384e-05	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
MAD0022_000000006586	1967	0.5298472926163885	1	1	1	1	1	False	19285	maximal	True	MAD0022_000000006586	1.0		49	10	False	False	0.9938993453979492	0					non-mobilizable	no_good_hit	922.0	74.946	79.0	0.001789452227701426	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	True	False
ISR0082_000000005242	5116	0.52984568540448	7	5	3	4	3	False	73988	fragment	False	ISR0082_000000005242	1.0		0	0	False	False	0.9886630177497864	0					non-mobilizable	no_good_hit	1332.0	76.80199999999999	26.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
MAD0005_000000018469	1658	0.5298431372846589	3	3	3	3	3	False	19946	maximal	False	MAD0030_000000006968	0.9887085463075364		0	0	False	False	0.9993968605995178	0					non-mobilizable	other	1678.0	78.96300000000001	100.0	0.008038767126657319	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
MAD0077_000000007987	1542	0.5298431372846589	3	3	3	3	3	False	19946	maximal	False	MAD0030_000000006968	0.9271507152148432		0	0	False	False	1.0	0					non-mobilizable	other	1561.0	77.899	100.0	0.007468083536270386	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ISR0774_000000007480	3241	0.5298419954022165	4	3	3	3	3	False	117275	maximal	True	ISR0774_000000007480	1.0		16	5	False	False	0.9996914267539978	0					non-mobilizable	no_good_hit	1970.0	88.02	61.0	0.0006196784795372143	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0011_000000010095	2643	0.5298408339306048	4	4	4	4	3	False	127054	fragment	False	ENG0049_000000005054	0.3040742334587816		0	0	False	False	1.0	0					non-mobilizable	chromosome	2643.0	98.676	100.0	0.0007658670284388285	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AST0149_000000006421	4253	0.529838477560608	4	4	4	3	3	False	104561	maximal	True	AST0149_000000006421	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	73.625	19.0	0.0002883282064936432	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
ISR0229_000000009783	1659	0.5298369816522198	1	1	1	1	1	False	64583	fragment	False	ISR0229_000000009783	0.9993626513702996		0	0	False	False	1.0	0					non-mobilizable	other	1587.0	98.929	100.0	0.0003069808213489764	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0043_000000022080	1569	0.5298369816522198	1	1	1	1	1	False	64583	fragment	False	ISR0229_000000009783	0.9722724532851115		0	0	False	False	0.9604843854904175	0					non-mobilizable	chromosome	1570.0	99.17200000000001	100.0	0.0003129526886587782	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0126_000000036726	1244	0.5298345897243856	2	2	1	2	1	False	85195	maximal	True	SPA0126_000000036726	1.0		27	7	False	False	0.9622186422348022	0					non-mobilizable	no_good_hit	153.0	75.163	12.0	4.4245790147598576e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
CHI0159_000000005670	2559	0.5298320462032315	7	3	2	3	1	False	78812	maximal	True	CHI0159_000000005670	1.0		96	8	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	94.48	18.0	0.00010611215036159582	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0124_000000007953	1850	0.5298319772122277	2	2	2	1	1	False	56745	maximal	True	ISR0124_000000007953	1.0		0	0	False	False	0.9875675439834595	0					non-mobilizable	no_good_hit	1587.0	98.61399999999999	86.0	0.007232069165211285	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0134_000000006797	4839	0.5298300265552578	7	5	5	5	5	False	112700	maximal	True	ISR0134_000000006797	1.0		25	9	False	False	1.0	0					non-mobilizable	no_good_hit	3973.0	96.225	82.0	0.04310401043364852	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0093_000000009049	2672	0.5298287756693713	6	1	1	1	1	False	89744	fragment	False	ISR0093_000000009049	1.0		0	0	False	False	0.9794161915779114	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0038330494037478705	XM_015433352.1	primates	PREDICTED: Macaca fascicularis ST6 beta-galactosamide alpha-2,6-sialyltranferase 2 (ST6GAL2), transcript variant X4, mRNA	True	False
ISR0156_000000013637	1839	0.5298239501122723	3	3	2	3	2	False	30579	maximal	True	ISR0156_000000013637	1.0		198	9	False	False	0.9994562268257141	0					non-mobilizable	chromosome	1836.0	93.24600000000001	99.0	0.0008102067506338157	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
SPA0111_000000016081	2144	0.5298227234117788	3	3	3	2	2	False	84096	fragment	False	SPA0111_000000016081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	0.00013326852824508867	NZ_BAUV01000002.1	firmicutes	Bacillus akibai JCM 9157, whole genome shotgun sequence	True	False
MAD0038_000000002484	4641	0.5298217441880291	6	3	3	3	1	True	21548	fragment	False	MAD0038_000000002484	1.0		0	0	False	False	0.9984917044639587	0					non-mobilizable	no_good_hit	2262.0	76.74600000000001	48.0	0.000618991285802356	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
FIJ0157_000000011023	1695	0.5298207844346244	2	2	2	2	1	True	39459	maximal	True	FIJ0157_000000011023	1.0		1	1	False	False	0.9970501661300659	0					non-mobilizable	no_good_hit	1305.0	87.816	77.0	0.0028578594434764243	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0095_000000016633	1987	0.5298206023584792	3	2	1	2	1	True	33409	fragment	False	ISR0095_000000016633	1.0		0	0	False	False	0.9748364090919495	0					non-mobilizable	no_good_hit								True	True
AST0061_000000025365	1658	0.5298206023584792	2	2	1	2	1	True	111925	fragment	False	AST0061_000000025365	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0038_000000010264	2861	0.5298136725338328	5	2	2	2	1	False	18254	maximal	True	MON0038_000000010264	1.0		1	1	False	False	0.9835721850395203	0					non-mobilizable	no_good_hit								True	False
FIJ0162_000000004790	4867	0.52981143312164	5	4	2	4	2	False	39254	maximal	True	FIJ0162_000000004790	1.0		1	1	False	False	0.9991781115531921	0					non-mobilizable	no_good_hit	87.0	85.057	2.0	2.8059092448696956e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
FIJ0061_000000012830	2028	0.5298086740979475	2	1	1	1	1	False	45812	maximal	False	FIJ0130_000000009398	0.9532603739170087		0	0	False	False	1.0	0					non-mobilizable	other	2029.0	91.178	100.0	0.015829749904050255	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	False	False
MON0091_000000004772	2592	0.5298059803205666	3	3	3	2	2	False	97766	fragment	False	MON0091_000000004772	0.9887282007656317		0	0	False	False	0.9984567761421204	0					non-mobilizable	chromosome	2592.0	99.807	100.0	0.0004796959568166258	CP054343.1	enterobacteria	Escherichia coli strain SCU-164 chromosome	False	False
USA0039_01_000000008601	2659	0.5298040053221388	5	4	2	4	2	False	1327	maximal	True	USA0039_01_000000008601	0.9510662604722011		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	2.0	2.9936821332260398e-06	LT972182.1	bony fishes	Larimichthys crocea genome assembly, chromosome: XVI	True	False
FIJ0145_000000004096	3177	0.5298017293272458	3	3	1	2	2	True	131264	fragment	False	MON0053_000000011697	0.9307043173093308		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	840.0	89.762	81.0	0.00029104907331369305	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0066_000000011076	2925	0.5298017293272458	3	3	1	2	2	True	131264	fragment	False	MON0053_000000011697	0.823412409648572		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	781.0	84.635	79.0	0.0002683925586246032	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0043_000000009407	2813	0.5298017293272458	3	3	1	2	2	True	131264	fragment	False	MON0053_000000011697	0.705748208069457		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	781.0	84.635	79.0	0.0002683925586246032	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0003_000000022294	1171	0.5297965980728123	2	2	1	2	1	False	20056	fragment	False	MAD0003_000000022294	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1171.0	99.744	100.0	0.0002421704432836822	CP056474.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00473 chromosome, complete genome	False	False
MON0033_000000009213	7395	0.5297963861970102	20	4	3	3	2	False	63956	maximal	True	MON0033_000000009213	1.0		1	1	False	False	0.9962136745452881	0					non-mobilizable	no_good_hit	173.0	94.79799999999999	2.0	0.0007492496613130165	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0228_000000011338	2334	0.5297962186351268	3	3	3	2	1	False	120423	fragment	False	AST0025_000000013630	0.6310780862990484		0	0	False	False	0.9995715618133545	0					non-mobilizable	no_good_hit	1656.0	92.693	71.0	0.00046526758989685196	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MAD0073_000000000872	3969	0.5297907734986416	5	5	3	1	5	False	16305	fragment	False	MAD0073_000000000872	1.0		0	0	False	False	0.9909297227859497	0					non-mobilizable	other	1356.0	90.56	99.0	0.0002608931118011362	CP013025.1	enterobacteria	Escherichia coli strain 2009C-3133, complete genome	False	False
ISR0081_000000007105	3275	0.5297892683281619	3	3	2	3	2	False	34249	maximal	True	ISR0081_000000007105	1.0		2	1	True	True	1.0	14					non-mobilizable	no_good_hit	1003.0	70.58800000000001	30.0	0.0005621972178680245	CP019058.1	high GC Gram+	Gardnerella vaginalis strain GV37, complete genome	True	True
ISR0280_000000003316	3105	0.5297892683281619	3	3	2	3	2	False	34249	maximal	False	ISR0081_000000007105	0.9740458015267175		0	0	True	True	0.9980676174163818	1					non-mobilizable	no_good_hit	1003.0	70.58800000000001	32.0	0.0005621972178680245	CP019058.1	high GC Gram+	Gardnerella vaginalis strain GV37, complete genome	True	True
ISR0292_000000002361	6233	0.529783668378015	11	11	5	6	8	False	47767	maximal	True	ISR0292_000000002361	1.0		3	2	False	False	0.9988769292831421	0					non-mobilizable	chromosome	6238.0	98.71799999999999	100.0	0.0011406208445349886	CP038408.1	enterobacteria	Escherichia coli O157:H7 strain 86-24 chromosome, complete genome	False	False
MON0064_000000007151	3453	0.5297812071891566	2	2	2	2	2	False	10717	maximal	True	MON0064_000000007151	1.0		129	13	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	91.351	26.0	0.00019713348177475618	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
DEN0041_000000007582	4361	0.52977855639977	6	5	3	4	4	False	114525	maximal	True	DEN0041_000000007582	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	356.0	76.404	8.0	6.128542920376099e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MON0045_000000004663	5323	0.5297772448075562	4	4	4	4	4	False	96220	maximal	True	MON0045_000000004663	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1796.0	89.14299999999999	34.0	0.1396329558766107	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0069_000000002195	10048	0.5297760407884539	9	7	4	6	5	False	127632	maximal	False	CHI0053_000000001106	0.958674761196631		0	0	False	False	1.0	0					non-mobilizable	other	9400.0	99.021	93.0	0.6728931676126159	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0058_000000002891	7222	0.5297749510774347	8	5	2	4	2	False	47322	maximal	True	ISR0058_000000002891	1.0		109	12	False	False	1.0	0					non-mobilizable	other	7222.0	99.875	100.0	0.002246440879810902	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0042_000000004130	5528	0.5297749510774347	7	5	2	4	2	False	47321	fragment	False	FIJ0042_000000004130	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5533.0	96.277	100.0	0.00171975144489609	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0124_000000015363	2027	0.5297747016825954	3	3	3	3	3	False	127730	fragment	False	AST0019_000000013919	0.9423572085675012		0	0	False	False	0.9812530875205994	0					non-mobilizable	other	2036.0	99.01799999999999	100.0	0.0006533349942275366	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0063_000000002917	4351	0.5297732389455182	5	5	4	4	4	False	131189	maximal	True	CHI0063_000000002917	1.0		8	5	False	False	0.9988508224487305	0					non-mobilizable	chromosome	4351.0	99.242	100.0	0.001165727295920008	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0084_000000005294	2534	0.5297730074512234	4	3	2	3	2	False	44017	maximal	True	FIJ0084_000000005294	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0011_000000002999	10540	0.5297663121941801	13	3	3	3	3	False	100802	maximal	True	CAN0011_000000002999	1.0	PS583	11	5	False	True	1.0	0					non-mobilizable	no_good_hit	4035.0	82.677	38.0	0.043640424586093615	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
ENG0210_000000013911	1819	0.5297653690517388	1	1	1	1	1	False	53712	maximal	True	ENG0210_000000013911	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	74.877	11.0	0.0001147121123497243	LS483440.1	firmicutes	Gemella morbillorum strain NCTC11323 genome assembly, chromosome: 1	True	False
SPA0116_000000023798	1719	0.5297653690517388	1	1	1	1	1	False	4350	maximal	True	SPA0116_000000023798	1.0		2	2	False	False	0.9988365173339844	0					non-mobilizable	no_good_hit	203.0	73.892	12.0	0.0001147121123497243	LS483440.1	firmicutes	Gemella morbillorum strain NCTC11323 genome assembly, chromosome: 1	True	False
SPA0071_000000016519	1181	0.5297644516426467	3	1	1	1	1	False	5881	fragment	False	SPA0071_000000016519	1.0		0	0	False	False	0.9991532564163208	0					non-mobilizable	other	1181.0	99.15299999999999	100.0	0.05659743872607799	NZ_QSCB01000037.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf37, whole genome shotgun sequence	False	False
FIJ0088_000000015428	1818	0.5297628281245227	3	3	3	2	2	False	43656	fragment	False	MON0037_000000036899	0.9547777210015329		0	0	False	False	0.9983498454093933	0					non-mobilizable	chromosome	1806.0	99.50200000000001	99.0	0.0003781057300928381	CP047662.1	enterobacteria	Escherichia coli strain LD93-1 chromosome, complete genome	False	False
ENG0183_000000003165	8864	0.5297623963920903	8	6	6	6	4	False	130488	fragment	False	CHI0076_000000000512	0.7312416574205856		0	0	False	False	1.0	0					non-mobilizable	other	8864.0	100.0	100.0	0.014142513387756666	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0816_000000028022	1326	0.5297524761399823	2	2	1	2	0	True	21400	maximal	True	ISR0816_000000028022	1.0		6	5	False	False	0.9969834089279175	0					non-mobilizable	no_good_hit	1061.0	89.821	80.0	0.00040805328686728445	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
FIJ0047_000000025660	1224	0.5297503095026278	2	2	2	1	1	False	46837	maximal	True	FIJ0047_000000025660	1.0		9	5	False	False	0.9632353186607361	0					non-mobilizable	no_good_hit	988.0	98.684	81.0	0.09358998672482458	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0285_000000001633	6676	0.5297492372447719	7	6	6	5	6	True	93465	maximal	True	ISR0285_000000001633	1.0		17	6	False	False	0.9988016486167908	0					non-mobilizable	no_good_hit	2844.0	91.139	43.0	0.0010531661433627517	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0151_000000004154	4030	0.5297476493930612	8	3	1	3	2	True	53829	fragment	False	ISR0151_000000004154	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3813.0	97.351	100.0	0.0010740475787299135	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
MON0083_000000010107	3295	0.5297473243747836	3	3	3	3	3	False	107368	fragment	False	MON0083_000000010107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	84.694	3.0	0.0004017778670617482	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	True	False
ENG0110_000000010055	3032	0.5297440711804938	3	3	3	3	3	False	120468	fragment	False	ENG0110_000000010055	0.967165033481355		0	0	False	False	0.9990105628967285	0					non-mobilizable	no_good_hit	564.0	77.128	21.0	0.00014026223769205136	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CAN0003_000000017402	2861	0.5297440711804938	3	3	3	3	3	False	120468	fragment	False	ENG0110_000000010055	0.7300744324798263		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	72.256	27.0	0.0003629285485568537	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
MON0090_000000042867	1442	0.5297427521780526	2	2	2	2	2	False	9541	maximal	False	USA0005_01_000000020458	0.962041884816754		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	98.336	100.0	0.00040016439786504934	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0036_000000008615	4251	0.5297396193111368	8	8	1	4	8	False	84495	fragment	False	FIJ0036_000000008615	1.0		0	0	False	False	0.9997647404670715	0					non-mobilizable	plasmid	4251.0	98.589	100.0	0.06518470790378007	CP048869.1	enterobacteria	Escherichia coli strain 78-Pyelo plasmid p78-Pyelo_2, complete sequence	False	True
MON0040_000000016205	1713	0.529735363393938	1	1	1	1	1	False	11864	maximal	True	MON0040_000000016205	1.0		1	1	False	False	0.9673088192939758	0					non-mobilizable	chromosome	1711.0	98.305	100.0	0.0003735567424799783	CP033046.1	firmicutes	Virgibacillus sp. Bac332 chromosome, complete genome	False	False
ISR0839_000000002207	6355	0.5297346205299138	6	2	1	2	1	False	20854	fragment	False	ISR0839_000000002207	1.0		0	0	False	False	0.999842643737793	0					non-mobilizable	no_good_hit								True	False
ISR0074_000000014387	2055	0.5297329562897893	2	2	2	2	2	False	34718	maximal	True	ISR0074_000000014387	0.996011964107677		175	6	False	False	0.994647204875946	0					non-mobilizable	no_good_hit	913.0	90.471	75.0	0.0003168426903835464	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0043_000000008828	1945	0.5297325236778013	2	2	2	2	1	True	74147	maximal	True	SPA0043_000000008828	0.9953585352222305		73	11	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	99.257	41.0	0.9987608426270136	GQ881143.1		Uncultured organism clone VC1CO59TR genomic sequence	True	True
SPA0015_000000013178	1790	0.5297325236778013	2	2	2	2	1	True	74147	maximal	False	SPA0043_000000008828	0.9688095364525253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	99.257	45.0	0.9987608426270136	GQ881143.1		Uncultured organism clone VC1CO59TR genomic sequence	True	True
ISR0120_000000021698	1629	0.5297325236778013	2	2	2	2	1	True	74147	maximal	False	SPA0043_000000008828	0.635754189944134		0	0	False	False	0.9901780486106873	0					non-mobilizable	no_good_hit	807.0	99.257	50.0	0.9987608426270136	GQ881143.1		Uncultured organism clone VC1CO59TR genomic sequence	True	True
DEN0078_000000023201	1477	0.5297325236778013	2	2	2	2	1	True	74146	fragment	False	DEN0078_000000023201	0.9780370624571036		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	99.133	55.0	0.9987608426270136	GQ881143.1		Uncultured organism clone VC1CO59TR genomic sequence	True	True
ISR0343_000000012984	1457	0.5297325236778013	2	2	2	2	1	True	74146	fragment	False	DEN0078_000000023201	0.9719025050778605		0	0	False	False	0.9718599915504456	0					non-mobilizable	no_good_hit	807.0	99.009	55.0	0.9987608426270136	GQ881143.1		Uncultured organism clone VC1CO59TR genomic sequence	True	True
ISR0310_000000012226	1456	0.5297325236778013	2	2	2	2	1	True	74145	fragment	False	ISR0310_000000012226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1228.0	79.235	83.0	0.008350070157096871	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	True
DEN0026_000000020723	1368	0.5297325236778013	2	2	2	2	1	True	74144	fragment	False	DEN0026_000000020723	1.0		0	0	False	False	0.9802631735801697	0					non-mobilizable	no_good_hit	807.0	99.257	59.0	0.9987608426270136	GQ881143.1		Uncultured organism clone VC1CO59TR genomic sequence	True	True
MON0075_000000000457	17065	0.5297319643161446	18	11	6	7	9	False	125582	maximal	True	MON0075_000000000457	1.0		1	1	False	False	0.9952534437179565	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00018048007700483286	NZ_WNKT01000004.1	g-proteobacteria	Allochromatium palmeri strain DSM 15591 NODE_4_length_149601_cov_35.8816, whole genome shotgun sequence	True	False
MAD0061_000000005479	2983	0.5297256117861034	4	3	3	3	3	False	19956	maximal	True	MAD0061_000000005479	1.0		141	10	False	False	0.9993295073509216	0					non-mobilizable	no_good_hit	2045.0	99.169	69.0	0.0005526685862256278	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0046_000000001754	11193	0.5297231499387125	9	4	3	4	2	True	17780	maximal	True	MAD0046_000000001754	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	99.333	7.0	0.2894126738794436	NZ_JAAIUL010000051.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_53_length_2588_cov_832.761, whole genome shotgun sequence	True	True
MAD0021_000000008166	1828	0.5297220084865778	2	2	2	2	2	False	19324	maximal	True	MAD0021_000000008166	1.0		133	8	False	False	0.9907002449035645	0					non-mobilizable	no_good_hit	283.0	73.852	15.0	0.00011862502885328997	NZ_LS483464.1	high GC Gram+	Corynebacterium renale strain NCTC7448 chromosome 1	True	False
ENG0091_000000000712	23314	0.5297206740995517	24	17	8	14	10	True	122915	fragment	False	ENG0091_000000000712	0.9262525114560359		0	0	False	False	0.9999570846557617	0					non-mobilizable	chromosome	22149.0	97.10600000000001	100.0	0.006976898852775299	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0176_000000004195	7229	0.5297198158467955	9	6	4	4	6	True	123724	maximal	True	ISR0176_000000004195	1.0		8	2	False	False	1.0	0		MOBP			mobilizable	no_good_hit	3850.0	91.68799999999999	85.0	0.05196701365418413	CP018939.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 plasmid Q1F2-p2, complete sequence	True	True
USA0010_01_000000003862	6900	0.5297178052171997	7	5	2	2	5	False	95073	maximal	True	USA0010_01_000000003862	0.9825376503834297		29	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0008_000000004409	6287	0.5297178052171997	6	5	2	2	5	False	95073	maximal	False	USA0010_01_000000003862	0.6366666666666667		0	0	False	False	0.9998409152030945	0					non-mobilizable	no_good_hit								True	False
MON0105_000000036070	1513	0.5297171894353896	2	2	1	2	1	False	8710	maximal	True	MON0105_000000036070	1.0		1	1	False	False	0.9986781477928162	0					non-mobilizable	no_good_hit								True	False
CHI0175_000000009291	1250	0.5297136875634039	3	3	3	2	3	False	88990	fragment	False	DEN0051_000000034695	0.592299866081352		0	0	False	False	0.9847999811172485	0					non-mobilizable	other	1250.0	99.28	100.0	0.0003062271999874469	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0003_000000030137	1630	0.5297129617017879	2	1	1	1	1	False	96514	maximal	True	CAN0003_000000030137	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.0003411727243779284	NZ_BAXZ01000011.1	b-proteobacteria	Paraburkholderia acidipaludis NBRC 101816, whole genome shotgun sequence	True	False
FIJ0150_000000015486	1582	0.5297129617017879	2	1	1	1	1	False	39798	maximal	True	FIJ0150_000000015486	1.0		25	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000011126	1414	0.5297129617017879	1	1	1	1	1	False	16983	maximal	True	MAD0057_000000011126	1.0		52	6	False	False	0.99717116355896	0					non-mobilizable	no_good_hit								True	False
ISR0336_000000011888	1319	0.5297129617017879	1	1	1	1	1	False	24457	maximal	True	ISR0336_000000011888	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	3.0	8.254233616554208e-06	NC_007626.1	a-proteobacteria	Magnetospirillum magneticum AMB-1, complete genome	True	False
USA0020_01_000000000384	41775	0.5297113069520861	40	27	21	26	21	False	123301	maximal	True	USA0020_01_000000000384	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	3049.0	78.518	11.0	0.09907395244975699	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	False
AST0029_000000024032	1217	0.5297091291996139	2	2	2	1	1	False	117701	maximal	True	AST0029_000000024032	1.0		22	8	False	False	0.971240758895874	0					non-mobilizable	no_good_hit	84.0	83.333	7.0	0.00044760558306085796	NZ_LYPA01000032.1	firmicutes	Paenibacillus oryzae strain 1DrF-4 C1317, whole genome shotgun sequence	True	False
SPA0136_000000026262	1614	0.5297087012908827	2	2	2	2	1	False	3604	maximal	True	SPA0136_000000026262	1.0		174	8	False	False	1.0	0					non-mobilizable	chromosome	1614.0	95.477	100.0	0.0002602823636026823	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
CHI0062_000000009576	1450	0.529707875954895	2	2	2	0	0	False	85562	maximal	True	CHI0062_000000009576	1.0		19	5	False	False	1.0	0					non-mobilizable	chromosome	1450.0	99.79299999999999	100.0	0.00047261060115481374	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
DEN0052_000000034559	1357	0.529707875954895	4	2	2	0	0	False	72213	maximal	True	DEN0052_000000034559	1.0		7	5	False	False	0.9874723553657532	0					non-mobilizable	no_good_hit								True	False
ISR0048_000000008465	2276	0.5297030700765467	4	2	2	2	1	False	36039	fragment	False	ISR0048_000000008465	0.9600840336134453		0	0	False	False	0.9929701089859009	0					non-mobilizable	other	2224.0	84.48700000000001	97.0	0.0652244392702408	NZ_QRYH01000027.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf27, whole genome shotgun sequence	False	False
FIJ0132_000000005256	5210	0.5297023458632989	6	5	5	4	4	False	52538	fragment	False	FIJ0023_000000004898	0.8720727080540388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	93.16	16.0	0.0002635002666112497	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
TAN0018_000000009164	1146	0.5296987972461166	2	2	2	2	1	False	2418	maximal	True	TAN0018_000000009164	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000004185	6474	0.5296986798337211	8	6	6	6	5	False	41316	maximal	True	ISR0392_000000004185	1.0		20	7	False	False	0.9984553456306458	0					non-mobilizable	no_good_hit	270.0	75.185	4.0	0.0005919494869771113	NZ_CAUI01000015.1	firmicutes	Halanaerobium saccharolyticum subsp. saccharolyticum DSM 6643 strain type strain:DSM 6643, whole genome shotgun sequence	True	False
FIJ0001_000000005693	3434	0.5296960801877171	4	3	1	2	3	True	89003	fragment	False	FIJ0001_000000005693	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3446.0	96.605	100.0	0.000628363181497773	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	True
FIJ0067_000000011815	2545	0.5296956449686465	4	4	3	2	3	False	45227	maximal	True	FIJ0067_000000011815	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	96.26299999999999	26.0	0.005670531909475221	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0224_000000010160	2890	0.5296924008402341	5	4	2	4	2	False	36953	maximal	True	ISR0224_000000010160	0.9801071155317521		161	13	False	False	0.9944636821746826	0					non-mobilizable	other	2854.0	98.633	99.0	0.008324306332137195	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
AST0113_000000000091	92871	0.5296902498793853	89	9	3	9	4	False	115487	maximal	False	AUS0014_000000000041	0.9162352711151132	PS49	0	0	True	True	1.0	90					non-mobilizable	no_good_hit	246.0	99.59299999999999	0.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ENG0152_000000000306	42560	0.5296902498793853	41	9	3	9	4	False	57069	fragment	False	ENG0152_000000000306	1.0		0	0	False	False	0.9947368502616882	0					non-mobilizable	no_good_hit	246.0	100.0	1.0	0.9919028340080972	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	False
CAN0022_000000012364	2491	0.5296889315907722	3	3	2	3	1	False	91309	maximal	True	CAN0022_000000012364	1.0		404	13	False	False	1.0	0					non-mobilizable	other	2491.0	100.0	100.0	0.0004822600915829345	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0002_000000014083	2521	0.5296858517079901	3	3	3	3	3	False	52412	maximal	True	FIJ0002_000000014083	1.0		25	5	False	False	0.996429979801178	0					non-mobilizable	no_good_hit	707.0	72.843	28.0	0.00038795966600932257	AP018049.1	CFB group bacteria	Prevotella melaninogenica DNA, complete genome, strain: GAI 07411	True	False
SPA0061_000000012206	1226	0.5296858312239282	2	1	1	1	1	False	6213	fragment	False	SPA0061_000000012206	1.0		0	0	False	False	0.9869494438171387	0					non-mobilizable	chromosome	1230.0	97.073	100.0	0.0003492933068234504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0060_000000012025	1142	0.5296858312239282	2	1	1	1	1	False	6213	fragment	False	SPA0061_000000012206	0.965742251223491		0	0	False	False	0.9991243481636047	0					non-mobilizable	chromosome	1146.0	96.859	100.0	0.00032540027932086916	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0355_000000007345	2595	0.5296840958718078	5	5	2	4	3	False	23961	maximal	True	ISR0355_000000007345	1.0		8	6	False	False	0.9953756928443909	0					non-mobilizable	no_good_hit	1604.0	97.07	62.0	0.0005656541704027014	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0059_000000017547	1346	0.5296838697395593	2	2	2	2	2	False	6262	maximal	True	SPA0059_000000017547	1.0		2	2	False	False	0.9903417825698853	0					non-mobilizable	no_good_hit	395.0	72.911	29.0	0.0003365858487601847	NZ_ATUF01000002.1	high GC Gram+	Varibaculum cambriense DSM 15806 F605DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ENG0119_000000017225	1839	0.5296781943279094	2	2	2	1	1	False	81024	maximal	False	CHI0131_000000008913	0.6176016469377251		0	0	False	False	0.9994562268257141	0					non-mobilizable	other	1839.0	99.565	100.0	0.0023283535955834754	NZ_CZBZ01000001.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
SPA0009_000000027400	1366	0.5296775457237969	1	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09886036552632203		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	92.899	100.0	0.005702537375309875	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
DEN0079_000000047271	1324	0.5296775457237969	2	1	1	1	1	True	131026	fragment	False	CHI0117_000000007167	0.09457159579734424		0	0	False	False	1.0	0					non-mobilizable	chromosome	1324.0	99.773	100.0	0.000369954959451762	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
ISR0063_000000001554	11240	0.5296674446624073	12	10	8	6	9	False	83519	maximal	True	ISR0063_000000001554	1.0	PS398|PS407	1	1	False	True	0.998665452003479	0					non-mobilizable	no_good_hit	9932.0	100.0	88.0	0.002407327234092272	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
USA0121_01_000000011861	3993	0.5296637293662039	5	4	2	4	3	False	9100	maximal	True	USA0121_01_000000011861	1.0		2	2	False	False	0.9957425594329834	0					non-mobilizable	no_good_hit								True	False
FIJ0031_000000018519	1368	0.5296559634497946	2	2	2	2	2	False	48529	maximal	True	FIJ0031_000000018519	1.0		111	10	False	False	0.9992690086364746	0					non-mobilizable	chromosome	1396.0	79.01100000000001	100.0	0.00047743611513091384	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0192_000000008335	2268	0.5296554672762462	3	3	3	3	2	False	66405	maximal	True	ISR0192_000000008335	1.0		747	13	False	False	0.9960317611694336	0					non-mobilizable	chromosome	2267.0	95.545	99.0	0.0009331946307950934	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0066_000000006279	1751	0.5296508274453301	3	3	3	3	3	False	85203	maximal	True	CHI0066_000000006279	1.0		6	2	False	False	1.0	0					non-mobilizable	chromosome	1751.0	99.2	100.0	0.0005297180931117275	NZ_CP028103.1	fusobacteria	Fusobacterium varium ATCC 27725 chromosome, complete genome	False	False
ISR0376_000000006176	3524	0.5296479406297241	4	4	2	2	4	False	23348	fragment	False	ISR0376_000000006176	1.0		0	0	False	False	0.9968785643577576	0					non-mobilizable	chromosome	3524.0	98.89299999999999	100.0	0.0015523938433321136	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	False
USA0013_01_000000005452	1912	0.5296472207968514	2	2	2	1	2	False	98884	maximal	True	USA0013_01_000000005452	0.9827978282156088		5	3	False	False	0.999476969242096	0					non-mobilizable	chromosome	1912.0	98.69200000000001	100.0	0.00035523688128414693	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0066_000000007985	2931	0.5296406161125269	4	3	3	3	2	False	63536	fragment	False	MAD0066_000000007985	0.9723367697594502		0	0	False	False	0.9928352236747742	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	4.745997287126712e-06	NZ_CP031941.1	cyanobacteria	Nostoc sphaeroides strain Kutzing En chromosome, complete genome	True	False
ISR0199_000000004493	5841	0.5296399015061016	7	6	6	5	4	False	58171	maximal	True	ISR0199_000000004493	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	96.758	34.0	0.0005038800153112712	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0052_000000005543	2896	0.5296397122468101	4	4	4	4	4	False	86503	maximal	True	CHI0052_000000005543	1.0		4	3	False	False	0.9993094205856323	0					non-mobilizable	other	2896.0	99.448	100.0	0.0014465221510259064	CP012719.1	firmicutes	Streptococcus anginosus strain J4206, complete genome	False	False
FIJ0089_000000004201	5363	0.5296372619626399	6	4	2	4	0	True	43592	maximal	True	FIJ0089_000000004201	1.0		4	1	False	False	0.9998135566711426	0					non-mobilizable	no_good_hit	1382.0	83.068	46.0	0.0008607190893943348	NZ_FQLR01000004.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	True
AST0010_000000023931	1266	0.5296341556801868	2	2	1	1	1	True	125751	fragment	False	ENG0102_000000021244	0.3809084288102633		0	0	False	False	1.0	0					non-mobilizable	chromosome	1267.0	94.475	100.0	0.0004463833596752446	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0062_000000004354	7058	0.5296340173601349	9	5	1	5	1	False	6178	fragment	False	SPA0062_000000004354	1.0		0	0	False	False	0.9990082383155823	0					non-mobilizable	no_good_hit								True	False
CHI0049_000000012134	1363	0.5296313672065222	2	2	1	2	1	False	86762	maximal	True	CHI0049_000000012134	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0093_000000002776	2043	0.5296312498794395	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.28068122591089995	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2044.0	98.53200000000001	100.0	0.0007203495758117684	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0156_000000006411	2632	0.5296296874755403	4	3	2	3	1	False	3182	fragment	False	SPA0156_000000006411	1.0		0	0	False	False	0.9988601803779602	0					non-mobilizable	no_good_hit								True	False
AST0106_000000002259	8106	0.5296287040019648	8	6	2	5	4	True	107528	maximal	True	AST0106_000000002259	1.0		9	6	False	False	0.9998766183853149	0					non-mobilizable	no_good_hit	3162.0	85.104	41.0	0.0009134167322523651	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ENG0036_000000015134	1644	0.529626270643134	2	2	2	1	1	False	65297	maximal	True	ENG0036_000000015134	1.0		0	0	False	False	0.9616788029670715	0					non-mobilizable	plasmid	1502.0	100.0	91.0	0.011197481499164478	CP054344.1	enterobacteria	Escherichia coli strain SCU-164 plasmid pSCU-164-1	False	True
MON0086_000000021938	1390	0.5296243319311422	2	2	2	2	1	False	9729	fragment	False	MON0086_000000021938	1.0		0	0	False	False	0.9582734107971191	0					non-mobilizable	other	1378.0	98.041	99.0	0.0011820270089308708	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MON0102_000000013212	3443	0.5296236498624924	4	4	3	4	3	False	8967	maximal	True	MON0102_000000013212	1.0		105	8	False	False	0.9866395592689514	0					non-mobilizable	no_good_hit	1671.0	78.097	48.0	0.0024464244849147	NZ_QICS01000002.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_102, whole genome shotgun sequence	True	False
DEN0069_000000018056	1499	0.5296230519939581	2	2	2	2	1	True	70697	maximal	True	DEN0069_000000018056	0.9946091644204852		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	78.722	82.0	0.0004163892208828369	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
SPA0113_000000020008	1484	0.5296230519939581	2	2	2	2	1	True	70697	maximal	False	DEN0069_000000018056	0.9903268845897264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	78.806	83.0	0.0004163892208828369	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
AST0002_000000001737	15141	0.5296216606001393	22	14	8	12	9	False	132586	maximal	True	AST0002_000000001737	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	85.56700000000001	20.0	0.0002233245739186983	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MON0016_000000000330	13454	0.529620008603621	14	12	11	12	11	True	96705	maximal	True	MON0016_000000000330	1.0		20	3	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	85.72200000000001	33.0	0.03768025078369906	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	True
AST0028_000000011350	1418	0.5296191883680751	2	2	1	2	1	False	118721	maximal	True	AST0028_000000011350	1.0		2	1	False	False	0.9992947578430176	0					non-mobilizable	chromosome	1418.0	94.429	100.0	0.000600293533363348	CP054570.1	firmicutes	Streptococcus sanguinis strain FDAARGOS_770 chromosome, complete genome	False	False
ENG0187_000000026639	1152	0.5296183638824369	1	1	1	1	1	True	83861	fragment	False	CHI0089_000000006746	0.3201773145980606		0	0	False	False	0.9678819179534912	0					non-mobilizable	other	1063.0	98.777	92.0	0.00020568683424139616	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0818_000000017336	1128	0.5296183638824369	1	1	1	1	1	True	83861	fragment	False	CHI0089_000000006746	0.31583308807993		0	0	False	False	0.9769503474235535	0					non-mobilizable	other	1045.0	98.469	93.0	0.00020220061671188098	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0148_000000020784	1638	0.5296175049201538	3	2	2	2	1	True	104843	maximal	True	AST0148_000000020784	1.0		2	1	False	False	0.9987789988517761	0					non-mobilizable	no_good_hit								True	True
USA0050_01_000000008630	1341	0.5296159327592722	3	2	1	1	2	False	1106	fragment	False	USA0050_01_000000008630	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	94.12200000000001	100.0	0.005011154583468795	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	False	False
MON0033_000000009391	7278	0.5296155087763255	10	8	4	6	8	False	97871	fragment	False	FIJ0105_000000003513	0.9726351648844971		0	0	False	False	0.9998626112937927	0					non-mobilizable	chromosome	7278.0	99.89	100.0	0.0014203965984653784	CP026932.2	enterobacteria	Escherichia coli strain CFS3273 chromosome, complete genome	False	False
FIJ0122_000000002586	6854	0.5296155087763255	9	8	4	6	8	False	97871	fragment	False	FIJ0105_000000003513	0.9396368582810336		0	0	False	False	1.0	0					non-mobilizable	chromosome	6854.0	99.927	100.0	0.0014513127253844402	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ENG0070_000000004405	5111	0.5296015062136056	3	2	1	1	1	False	62453	fragment	False	ENG0070_000000004405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1508.0	94.695	30.0	0.0003431100340446207	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0064_000000007543	2657	0.5295997515281071	2	2	2	2	2	False	35250	maximal	True	ISR0064_000000007543	1.0		3	3	False	False	0.9992472529411316	0					non-mobilizable	no_good_hit	198.0	77.273	7.0	0.0008135109222142439	NZ_FOGS01000006.1	g-proteobacteria	Halomonas subterranea strain CGMCC 1.6495, whole genome shotgun sequence	True	False
CHI0113_000000005328	1502	0.5295898451035136	2	2	1	2	1	False	82342	fragment	False	CHI0113_000000005328	1.0		0	0	False	False	0.9360852241516113	0					non-mobilizable	chromosome	1502.0	99.867	100.0	0.0004201009193800867	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0005_01_000000023001	1335	0.5295898451035136	2	2	1	2	1	False	64554	fragment	False	USA0005_01_000000023001	0.9924060751398881		0	0	False	False	0.9932584166526794	0					non-mobilizable	chromosome	715.0	98.042	94.0	0.00019983481441531104	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0095_000000022177	1265	0.5295895532962648	2	2	2	1	1	False	60909	fragment	False	ISR0043_000000017505	0.9907542143713594		0	0	False	False	0.9833992123603821	0					non-mobilizable	chromosome	1265.0	99.684	100.0	0.00017840941233859172	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0145_000000022734	1196	0.5295895532962648	2	2	2	1	1	False	60909	fragment	False	ISR0043_000000017505	0.955570966394351		0	0	False	False	0.9983277320861816	0					non-mobilizable	chromosome	1199.0	99.166	100.0	0.00016909373099812725	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CAN0007_000000018309	2228	0.5295865953777528	3	3	3	3	2	False	95326	maximal	True	CAN0007_000000018309	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	78.462	9.0	0.004387261030665363	NZ_QEKH01000037.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_137, whole genome shotgun sequence	True	False
SPA0028_000000025243	1320	0.5295865933897149	2	1	1	1	1	False	7422	maximal	True	SPA0028_000000025243	1.0		31	8	False	False	0.9924242496490479	0					non-mobilizable	no_good_hit								True	False
MON0005_000000017429	3003	0.5295816975405566	3	3	3	3	2	False	14138	maximal	True	MON0005_000000017429	1.0		1	1	False	False	0.9850149750709534	0					non-mobilizable	no_good_hit	2095.0	97.23200000000001	70.0	0.00673719466048339	NZ_QEKH01000001.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_101, whole genome shotgun sequence	True	False
ENG0049_000000001335	13499	0.5295757140379416	15	4	3	3	3	False	92395	fragment	False	ENG0049_000000001335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	87.78299999999999	12.0	0.0002384802803576339	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0224_000000020271	1537	0.5295747577526002	3	3	3	3	2	False	55681	fragment	False	ISR0224_000000020271	1.0		0	0	False	False	0.9915419816970825	0					non-mobilizable	other	1537.0	99.024	100.0	0.00045964890125658314	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0165_000000014080	1424	0.5295735404322347	4	1	1	1	1	False	56208	fragment	False	ENG0165_000000014080	1.0		0	0	False	False	0.9817415475845337	0					non-mobilizable	no_good_hit	456.0	78.72800000000001	32.0	0.03513194170933438	NZ_LNAM01000203.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf75, whole genome shotgun sequence	True	False
ENG0151_000000019275	1251	0.5295735404322347	1	1	1	1	1	False	57075	fragment	False	ENG0151_000000019275	1.0		0	0	False	False	0.9992006421089172	0					non-mobilizable	other	729.0	93.82700000000001	100.0	0.0002018872430589111	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0038_000000000448	16124	0.5295688954725005	18	7	1	5	3	False	18585	maximal	True	MAD0038_000000000448	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000010629	2521	0.5295650492550258	3	3	2	3	2	True	38742	maximal	True	FIJ0172_000000010629	1.0		24	7	False	False	0.9996033310890198	0					non-mobilizable	no_good_hit	1789.0	78.759	86.0	0.00048128673360157406	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0130_000000002723	5995	0.5295636823079468	9	3	0	3	1	False	81127	fragment	False	CHI0130_000000002723	0.9645456083939753		0	0	False	False	0.9981651306152344	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	3.6435416081735356e-05	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0144_000000000792	5909	0.5295636823079468	9	3	0	3	1	False	81127	fragment	False	CHI0130_000000002723	0.9510425354462051		0	0	False	False	0.9952614903450012	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000005068	5095	0.5295636823079468	8	3	0	3	1	False	7537	fragment	False	SPA0026_000000005068	1.0		0	0	False	False	0.9976447224617004	0					non-mobilizable	no_good_hit								True	False
SPA0028_000000006179	4299	0.5295636823079468	6	3	0	3	1	False	7449	fragment	False	SPA0028_000000006179	1.0		0	0	False	False	0.9997673630714417	0					non-mobilizable	no_good_hit								True	False
ISR0268_000000006394	2899	0.5295570838666894	2	2	2	2	2	False	36485	fragment	False	ISR0268_000000006394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	86.189	55.0	0.016294073163815107	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
ISR0374_000000009110	1761	0.5295541989686893	3	2	1	0	2	False	90508	fragment	False	ISR0374_000000009110	0.995500899820036		0	0	False	False	1.0	0					non-mobilizable	other	1631.0	99.32600000000001	95.0	0.321301775147929	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0854_000000005442	1667	0.5295541989686893	4	2	1	0	2	False	90508	fragment	False	ISR0374_000000009110	0.9687677455990914		0	0	False	False	1.0	0					non-mobilizable	other	1631.0	100.0	100.0	0.3214990138067061	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0154_000000022424	1484	0.5295541989686893	3	2	1	0	2	False	90507	fragment	False	ENG0154_000000022424	0.9589744347119397		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	93.83	100.0	0.29270216962524653	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0008_000000007117	1411	0.5295541989686893	3	2	1	0	2	False	90507	fragment	False	ENG0154_000000022424	0.9439819343251027		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	99.929	100.0	0.2781065088757396	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0026_000000046126	1174	0.5295535185190813	2	2	2	2	1	False	12690	maximal	True	MON0026_000000046126	1.0		335	13	False	False	0.9991481900215149	0					non-mobilizable	other	1174.0	84.75299999999999	99.0	0.005185852249790392	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	False	False
ENG0024_000000014387	1845	0.5295493355265836	3	2	2	2	1	False	66236	maximal	True	ENG0024_000000014387	1.0		38	5	False	False	1.0	0					non-mobilizable	other	1330.0	99.85	100.0	0.0005520139162334458	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
USA0051_01_000000014776	1361	0.5295489130069446	2	2	2	2	1	False	125862	fragment	False	FIJ0065_000000011444	0.8834140309888007		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	98.898	100.0	0.00045776803749120225	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0357_000000019530	1358	0.5295489130069446	2	2	2	2	1	False	125862	fragment	False	FIJ0065_000000011444	0.8833232562017295		0	0	False	False	1.0	0					non-mobilizable	chromosome	1359.0	98.455	100.0	0.00045709484920077406	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0034_000000015282	1802	0.5295481882834041	3	3	2	2	2	False	81420	fragment	False	USA0059_01_000000013164	0.9238605279579069		0	0	False	False	0.9661487340927124	0					non-mobilizable	chromosome	1802.0	98.89	100.0	0.0008037031929909584	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0124_000000016829	1852	0.5295417200443168	3	3	3	3	2	False	60644	maximal	True	ENG0124_000000016829	1.0		117	9	False	False	1.0	0					non-mobilizable	other	1852.0	98.97399999999999	100.0	0.004197002918175449	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ISR0157_000000023564	1351	0.5295344194387841	3	1	1	1	1	False	30529	maximal	True	ISR0157_000000023564	1.0		494	10	False	False	0.9992598295211792	0					non-mobilizable	other	1351.0	99.556	100.0	0.0004334163352369407	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0828_000000005579	1278	0.5295344194387841	2	1	1	1	1	False	21076	maximal	True	ISR0828_000000005579	1.0		109	12	False	False	1.0	0					non-mobilizable	no_good_hit	719.0	80.25	56.0	0.003403764332588159	NZ_QSGP01000011.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf11, whole genome shotgun sequence	True	False
SPA0084_000000017468	1127	0.5295344194387841	2	1	1	1	1	False	5555	fragment	False	SPA0084_000000017468	1.0		0	0	False	False	0.9858030080795288	0					non-mobilizable	other	1127.0	97.249	100.0	0.01024832838377029	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
ISR0108_000000020707	1108	0.5295344194387841	2	1	1	1	1	False	32768	maximal	True	ISR0108_000000020707	1.0		118	8	False	False	0.993682324886322	0					non-mobilizable	chromosome	1111.0	90.729	100.0	0.00029665749806516065	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0003_000000021539	1102	0.5295344194387841	2	1	1	1	1	False	76600	maximal	True	DEN0003_000000021539	1.0		117	7	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	75.20100000000001	67.0	0.00022195438109749165	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
AST0102_000000017663	1778	0.5295337787334967	3	2	2	2	1	False	108227	backbone	True	AST0102_000000017663	1.0	PS667	278	13	True	True	1.0	1					non-mobilizable	other	1360.0	99.926	100.0	0.0003874563363223637	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
ENG0054_000000014002	1914	0.5295297794618594	3	3	2	3	1	False	123050	fragment	False	ENG0202_000000010180	0.9482596425211665		0	0	False	False	0.9942528605461121	0					non-mobilizable	chromosome	1518.0	98.485	100.0	0.00040626266221028325	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0137_000000007780	4684	0.5295279029791525	5	5	5	5	5	False	46392	maximal	True	SPA0137_000000007780	1.0		76	9	False	False	0.9997864961624146	0					non-mobilizable	no_good_hit	1245.0	87.95200000000001	53.0	0.16698087799622946	NZ_JH604978.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld563, whole genome shotgun sequence	True	False
FIJ0102_000000019005	1687	0.5295273952411789	3	1	1	1	1	False	42624	fragment	False	FIJ0102_000000019005	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.030927835051546393	XM_024646928.1	nematodes	Strongyloides ratti Ovarian tumour, otubain domain-containing protein (SRAE_1000013100), partial mRNA	True	False
ISR0198_000000018694	1770	0.5295273822800457	2	2	2	2	1	False	55200	fragment	False	ISR0198_000000018694	1.0		0	0	False	False	0.9988700747489929	0					non-mobilizable	chromosome	1232.0	88.39299999999999	99.0	0.0003873778491104966	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0046_000000003805	6482	0.5295256277070431	7	6	2	3	6	True	126044	maximal	False	DEN0011_000000004918	0.941259531205874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	75.851	5.0	8.335715279313515e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
USA0027_01_000000009057	3007	0.5295227060832549	3	1	1	1	1	False	1589	maximal	True	USA0027_01_000000009057	1.0		8	2	False	False	0.9973395466804504	0					non-mobilizable	no_good_hit	142.0	79.577	5.0	0.0011951437611776034	NZ_BCRO01000037.1	high GC Gram+	Actinomadura hibisca NBRC 15177, whole genome shotgun sequence	True	False
ENG0163_000000004926	4428	0.5295187693591336	6	3	1	2	2	False	56322	maximal	True	ENG0163_000000004926	1.0		26	6	False	False	1.0	0					non-mobilizable	other	3657.0	98.57799999999999	100.0	0.0009771736624249279	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0793_000000004117	3517	0.5295141797998266	4	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.3654483869556357		0	0	False	False	1.0	0					non-mobilizable	other	3014.0	98.441	97.0	0.0009016420178945866	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0125_000000005745	3481	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2942950663139499		0	0	False	False	1.0	0					non-mobilizable	other	3409.0	99.941	98.0	0.0362237197338492	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0114_000000011626	3250	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2934008170042521		0	0	False	False	1.0	0					non-mobilizable	other	2820.0	99.36200000000001	100.0	0.0008435874040640026	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AUS0014_000000009556	3212	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2937263308500912		0	0	False	False	1.0	0					non-mobilizable	other	3137.0	100.0	98.0	0.28211586901763225	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0093_000000003932	3149	0.5295141797998266	4	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.3595562928714663		0	0	False	False	0.9838044047355652	0					non-mobilizable	other	2909.0	99.141	98.0	0.03041208532541036	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0031_000000007990	2977	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.29616451835557656		0	0	False	False	0.9969767928123474	0					non-mobilizable	other	2857.0	99.125	100.0	0.0008546596757739593	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0090_000000007938	2974	0.5295141797998266	4	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.3252064684847003		0	0	False	False	1.0	0					non-mobilizable	other	2831.0	99.435	98.0	0.029606536453701864	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
MON0101_000000020714	2965	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2942143877379483		0	0	False	False	1.0	0					non-mobilizable	other	2967.0	99.494	100.0	0.03151506132947854	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AST0118_000000009985	2961	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.3351140980394218		0	0	False	False	1.0	0					non-mobilizable	other	2867.0	99.40700000000001	99.0	0.02998315670540973	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
MAD0087_000000009410	2960	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.29164960803680606		0	0	False	False	1.0	0					non-mobilizable	other	2960.0	99.595	100.0	0.03144065814927404	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0082_000000009952	2933	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.16102655681056358		0	0	False	False	1.0	0					non-mobilizable	other	2562.0	99.53200000000001	99.0	0.0007663807526810608	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
DEN0083_000000009496	2917	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.3530766209911701		0	0	False	False	1.0	0					non-mobilizable	other	2917.0	99.383	100.0	0.030994239068047023	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0039_000000008569	2880	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2966447160962033		0	0	False	False	1.0	0					non-mobilizable	other	2774.0	99.459	99.0	0.029010221055164404	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ENG0019_000000006968	2868	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.34484414940785		0	0	False	False	1.0	0					non-mobilizable	other	2868.0	99.303	100.0	0.25791651673263766	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0153_000000011118	2837	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.3223770376338338		0	0	False	False	1.0	0					non-mobilizable	other	2817.0	99.85799999999999	99.0	0.2533285354444045	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0105_000000010798	2833	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2839370068970794		0	0	False	False	1.0	0					non-mobilizable	other	2747.0	99.381	99.0	0.02871729419272495	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
SPA0065_000000007648	2832	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2845821548580234		0	0	False	False	1.0	0					non-mobilizable	other	2832.0	99.929	100.0	0.2546779417056495	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0820_000000007682	2831	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.31462633729094		0	0	False	False	0.9992935061454773	0					non-mobilizable	other	2792.0	99.821	100.0	0.029665610850109478	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0150_000000008280	2822	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.28378800509025703		0	0	False	False	0.9971651434898376	0					non-mobilizable	other	2733.0	99.34100000000001	99.0	0.028581292435163778	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0023_000000010251	2822	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.3228606088714049		0	0	False	False	0.9992913007736206	0					non-mobilizable	other	2822.0	99.646	100.0	0.02997385259667099	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0013_000000003010	2812	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.319560762056042		0	0	False	False	0.9992887377738953	0					non-mobilizable	other	2812.0	99.964	100.0	0.2528787333573228	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0181_000000007223	2804	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.32083497944891376		0	0	False	False	1.0	0					non-mobilizable	other	2804.0	99.536	100.0	0.2521590500179921	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0070_000000007686	2802	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.303779927973039		0	0	False	False	0.9964311122894287	0					non-mobilizable	other	2802.0	82.941	100.0	0.00045741250161340823	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0337_000000003386	2800	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.12783006235024902		0	0	False	False	1.0	0					non-mobilizable	other	2338.0	84.089	98.0	0.00038213378585845865	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
AST0092_000000005722	2784	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2832724840275853		0	0	False	False	1.0	0					non-mobilizable	other	2734.0	99.23200000000001	100.0	0.02859175410882233	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
SPA0027_000000013289	2777	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.30499666194840125		0	0	False	False	1.0	0					non-mobilizable	other	2777.0	99.712	100.0	0.249730118747751	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0065_01_000000004080	2758	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.21717457069377674		0	0	False	False	1.0	0					non-mobilizable	other	2591.0	99.382	100.0	0.027085273101990857	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
SPA0044_000000009668	2732	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.28416982636027055		0	0	False	False	1.0	0					non-mobilizable	other	2733.0	99.524	100.0	0.029017240279755958	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0293_000000013331	2722	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.27877527732228974		0	0	False	False	1.0	0					non-mobilizable	other	2723.0	99.339	100.0	0.028466214024919705	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0249_000000006539	2710	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.27661983323783373		0	0	False	False	1.0	0					non-mobilizable	other	2710.0	99.705	100.0	0.028340673941017084	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0089_000000008896	2699	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.1426734740079671		0	0	False	False	1.0	0					non-mobilizable	other	2433.0	99.34200000000001	96.0	0.0007277774269895899	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0111_000000012783	2696	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.24303740174207408		0	0	False	False	0.9981454014778137	0					non-mobilizable	other	2634.0	99.46799999999999	98.0	0.23686577905721481	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0055_000000004869	2694	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2672904683000583		0	0	False	False	1.0	0					non-mobilizable	other	2694.0	99.852	100.0	0.24226340410219505	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0016_000000012294	2684	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.27025583298936595		0	0	False	False	1.0	0					non-mobilizable	other	2684.0	99.77600000000001	100.0	0.24136379992803167	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0056_000000012967	2683	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.17696553307753263		0	0	False	False	1.0	0					non-mobilizable	other	2683.0	99.404	100.0	0.028058208752236184	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0773_000000004963	2681	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.2655062141600199		0	0	False	False	1.0	0					non-mobilizable	other	2681.0	99.664	100.0	0.24109391867578264	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0148_000000010973	2656	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.24304078427623774		0	0	False	False	1.0	0					non-mobilizable	other	2657.0	99.435	100.0	0.02822006334899343	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
SPA0007_000000009536	2632	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.23272757450509324		0	0	False	False	0.9939209818840027	0					non-mobilizable	other	2613.0	99.617	99.0	0.027752386216279415	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AST0150_000000010571	2626	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.23793037953228596		0	0	False	False	0.99961918592453	0					non-mobilizable	other	2626.0	99.772	100.0	0.02790119257668842	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
MON0062_000000014724	2625	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.1659743562085057		0	0	False	False	1.0	0					non-mobilizable	other	2499.0	99.84	95.0	0.026551306307263878	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0109_000000006856	2615	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.23250863632346946		0	0	False	False	1.0	0					non-mobilizable	other	2615.0	99.694	100.0	0.027784273293509916	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
MAD0070_000000007084	2614	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.14681941779707683		0	0	False	False	1.0	0					non-mobilizable	other	2436.0	99.54799999999999	100.0	0.025474175358573863	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
MON0106_000000015749	2599	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.22311936090359974		0	0	False	False	0.9980762004852295	0					non-mobilizable	other	2593.0	99.65299999999999	99.0	0.02755043472715291	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
DEN0079_000000021355	2594	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.10802509281805575		0	0	False	False	1.0	0					non-mobilizable	other	2623.0	96.68299999999999	100.0	0.2340770061173084	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0030_000000004157	2583	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.10264469230967545		0	0	False	False	1.0	0					non-mobilizable	other	2575.0	97.398	99.0	0.0272209349291044	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0209_000000011488	2555	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.10857002620111265		0	0	False	False	0.9996086359024048	0					non-mobilizable	other	2331.0	99.271	94.0	0.00069725386714052	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0052_000000008705	2539	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.11584357484635623		0	0	False	False	0.9984245896339417	0					non-mobilizable	other	2323.0	99.52600000000001	100.0	0.024669968750664312	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0142_000000000712	2515	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.18959138805255019		0	0	False	False	0.9964214563369751	0					non-mobilizable	other	2515.0	99.602	100.0	0.026710741693416383	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0244_000000009533	2507	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.17421659890535054		0	0	False	False	1.0	0					non-mobilizable	other	2507.0	99.322	100.0	0.026206492514672497	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0049_000000006785	2495	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.1353660128604242		0	0	False	False	1.0	0					non-mobilizable	other	2409.0	99.37700000000001	99.0	0.02518124849613441	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ENG0024_000000010979	2494	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.1677945371055329		0	0	False	False	0.999599039554596	0					non-mobilizable	other	2494.0	99.84	100.0	0.026498161178546375	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0369_000000005109	2478	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.1703377058446388		0	0	False	False	0.990314781665802	0					non-mobilizable	other	2478.0	99.71799999999999	100.0	0.02632809676665037	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0319_000000007559	2470	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.11273350056532143		0	0	False	False	1.0	0					non-mobilizable	other	2343.0	84.635	98.0	0.00038311782135852333	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
SPA0106_000000015917	2465	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.12834533691179212		0	0	False	False	1.0	0					non-mobilizable	other	2391.0	99.24700000000001	100.0	0.02499293837028048	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
MAD0040_000000012808	2462	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.1696168707566913		0	0	False	False	0.9987815022468567	0					non-mobilizable	other	2463.0	99.35	100.0	0.0007367549445922577	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0190_000000012430	2451	0.5295141797998266	3	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.14714478959366914		0	0	False	False	1.0	0					non-mobilizable	other	2451.0	99.837	100.0	0.02604111307157586	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0368_000000005223	2429	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.14201894986585348		0	0	False	False	0.996706485748291	0					non-mobilizable	other	2429.0	99.588	100.0	0.02580727450521885	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0142_000000013801	2387	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.12806446202480326		0	0	False	False	1.0	0					non-mobilizable	other	2387.0	99.874	100.0	0.025360855423991836	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0163_000000010246	2385	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.1279699690930089		0	0	False	False	1.0	0					non-mobilizable	other	2385.0	99.706	100.0	0.0007134133988253217	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0027_000000010917	2380	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.11077436040140697		0	0	False	False	1.0	0					non-mobilizable	other	2336.0	99.65799999999999	100.0	0.024428007992718676	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0345_000000004337	2379	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.12798798148899365		0	0	False	False	0.9987389445304871	0					non-mobilizable	other	2379.0	99.83200000000001	100.0	0.025275823218043836	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0103_000000007730	2377	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.12679286151977054		0	0	False	False	1.0	0					non-mobilizable	other	2377.0	98.696	100.0	0.025254565166556834	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AST0014_000000007169	2377	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.1278775507556065		0	0	False	False	1.0	0					non-mobilizable	other	2377.0	100.0	100.0	0.025254565166556834	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0112_000000011717	2375	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.12778815651966732		0	0	False	False	0.9995789527893066	0					non-mobilizable	other	2375.0	99.705	100.0	0.025233307115069832	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0125_000000010974	2371	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.1105200529699935		0	0	False	False	0.998734712600708	0					non-mobilizable	other	2333.0	99.571	100.0	0.02439662297174302	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ENG0122_000000011962	2367	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.12775930036447636		0	0	False	False	0.999577522277832	0					non-mobilizable	other	2367.0	99.57799999999999	100.0	0.0007080268882637212	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0153_000000011268	2350	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.10856917136743609		0	0	False	False	1.0	0					non-mobilizable	other	2334.0	99.743	99.0	0.024797517059586317	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0097_000000012531	2326	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.1133448088843139		0	0	False	False	0.9995700716972351	0					non-mobilizable	other	2326.0	99.914	100.0	0.024712484853638316	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0305_000000007575	2324	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.10853846254740376		0	0	False	False	1.0	0					non-mobilizable	other	2324.0	99.87100000000001	100.0	0.024691226802151314	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0141_000000011941	2316	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.11269815444931912		0	0	False	False	1.0	0					non-mobilizable	other	2316.0	99.266	100.0	0.02460619459620331	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0139_000000011622	2229	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.07360421644780604		0	0	False	False	1.0	0					non-mobilizable	other	2224.0	99.955	99.0	0.02362832422780128	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
SPA0137_000000016737	2191	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.07349241136064011		0	0	False	False	1.0	0					non-mobilizable	other	2191.0	99.635	100.0	0.02291106531222865	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0855_000000007580	2186	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.06657937550932373		0	0	False	False	0.9990850687026978	0					non-mobilizable	other	2186.0	99.771	100.0	0.023224421249548266	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0146_000000019007	2154	0.5295141797998266	2	2	1	1	2	False	124369	fragment	False	ENG0025_000000004712	0.08024221284184373		0	0	False	False	1.0	0					non-mobilizable	other	2154.0	99.76799999999999	100.0	0.022884292425756254	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0137_000000000859	15483	0.529511804892193	18	6	3	6	2	True	103570	fragment	False	ISR0181_000000000999	0.9010114627687706		0	0	False	False	0.9990311861038208	0					non-mobilizable	other	14128.0	97.671	93.0	0.003779351027076735	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
CHI0157_000000000486	14205	0.529511804892193	16	6	3	6	2	True	103570	fragment	False	ISR0181_000000000999	0.6492824647708033		0	0	False	False	0.9999296069145203	0					non-mobilizable	other	13282.0	98.336	94.0	0.0035530666355313625	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
USA0021_01_000000001794	10168	0.529511804892193	14	6	3	6	2	True	97461	fragment	False	USA0021_01_000000001794	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8817.0	97.323	90.0	0.0023568389704033406	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
MAD0026_000000005970	2236	0.5295115838857739	4	3	2	2	1	False	19096	maximal	True	MAD0026_000000005970	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	75.234	9.0	4.65132012922213e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0129_000000003434	5982	0.5295105872415804	13	2	2	2	1	False	79450	maximal	True	FIJ0129_000000003434	1.0		1	1	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
SPA0099_000000001916	3092	0.5295082159451315	4	3	3	3	3	False	113111	maximal	False	AST0058_000000005003	0.9841680129240711		0	0	False	False	1.0	0					non-mobilizable	chromosome	3092.0	100.0	100.0	0.0006043700786169916	LR536431.1	enterobacteria	Escherichia coli isolate f9610206-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0864	False	False
ENG0175_000000008941	2902	0.5295078000025946	3	3	2	3	2	False	126981	maximal	True	ENG0175_000000008941	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1492.0	95.10700000000001	88.0	0.021241339904292552	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	False
MON0043_000000006265	3901	0.5295065596652623	3	3	3	2	2	False	11693	maximal	True	MON0043_000000006265	1.0		4	1	False	False	0.9920533299446106	0					non-mobilizable	no_good_hit	3016.0	87.59899999999999	77.0	0.0014985273522300734	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
ENG0139_000000005197	3551	0.5295052078417869	5	1	1	1	1	False	106502	fragment	False	ENG0139_000000005197	1.0		0	0	False	False	0.9957758188247681	0					non-mobilizable	chromosome	1786.0	99.664	97.0	0.0004038596767493572	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0011_01_000000012791	2899	0.5295052078417869	2	1	1	1	1	False	106501	fragment	False	USA0011_01_000000012791	1.0		0	0	False	False	0.9989651441574097	0					non-mobilizable	chromosome	1786.0	99.664	98.0	0.0004038596767493572	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
USA0031_01_000000011267	2580	0.5295052078417869	2	1	1	1	1	False	106500	fragment	False	USA0031_01_000000011267	1.0		0	0	False	False	0.9972867965698242	0					non-mobilizable	chromosome	1786.0	99.664	98.0	0.0004038596767493572	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0109_000000016993	1428	0.5295041351959305	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.06407832716731984	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1424.0	92.486	99.0	0.6162841056734517	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0023_000000026227	1324	0.5295041351959305	2	2	1	2	1	False	122416	backbone	False	ISR0319_000000007079	0.049595710760405816	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1324.0	92.069	100.0	0.5729753139887397	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ENG0134_000000012459	3106	0.529496381355517	3	3	3	3	3	False	58204	maximal	True	ENG0134_000000012459	1.0		54	8	False	False	0.9990341067314148	0					non-mobilizable	no_good_hit	114.0	83.333	4.0	0.0009840011948585939	NZ_FNBY01000013.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0790_000000006561	2456	0.5294948194049196	6	5	3	3	2	False	92879	maximal	True	ISR0790_000000006561	1.0		369	13	False	False	1.0	0					non-mobilizable	other	1585.0	98.044	100.0	0.005370565638551439	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	False	False
ENG0029_000000013501	1819	0.5294916731191568	2	2	2	2	1	False	65792	maximal	True	ENG0029_000000013501	1.0		111	10	False	False	0.978559672832489	0					non-mobilizable	no_good_hit								True	False
MON0068_000000031896	1326	0.5294912104186744	2	1	1	1	1	False	10537	fragment	False	MON0068_000000031896	1.0		0	0	False	False	0.9773755669593811	0					non-mobilizable	other	1326.0	94.419	100.0	0.0016289054889552562	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
SPA0139_000000021348	1327	0.5294846987188818	2	2	2	1	1	False	94689	fragment	False	SPA0158_000000016563	0.9644992526158446		0	0	False	False	0.9849284291267395	0					non-mobilizable	no_good_hit	137.0	75.91199999999999	10.0	0.0003890373976934798	NZ_BJCL01000005.1	b-proteobacteria	Aquabacterium pictum strain W35 sequence05, whole genome shotgun sequence	True	False
SPA0017_000000002603	4306	0.5294825942408463	8	7	1	6	6	True	7841	fragment	False	SPA0017_000000002603	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4306.0	99.93	100.0	0.08040266701529612	CP051658.1	enterobacteria	Escherichia coli strain SJ7 plasmid pSJ7-2	False	True
FIJ0057_000000001352	14025	0.5294791683958098	12	8	6	7	7	False	51974	maximal	True	FIJ0057_000000001352	1.0		6	3	False	False	0.9999287128448486	0					non-mobilizable	no_good_hit	689.0	72.134	5.0	0.00015275025130245047	CP022564.1	a-proteobacteria	Rhizobium leguminosarum bv. viciae strain BIHB 1148, complete genome	True	False
MAD0063_000000008817	1562	0.5294741495283745	2	2	2	1	1	False	17526	maximal	True	MAD0063_000000008817	1.0		26	3	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	90.435	15.0	7.573368267317685e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0014_000000018118	1977	0.5294733013114897	3	2	1	1	2	False	109464	fragment	False	ISR0014_000000018118	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1977.0	97.167	100.0	0.06053736098771484	CP011537.1	firmicutes	Lactobacillus fermentum 3872 plasmid pLF3872, complete sequence	False	True
ISR0284_000000000800	8156	0.5294724040880563	7	7	5	4	7	False	48599	maximal	True	ISR0284_000000000800	1.0		0	0	False	False	0.9995095729827881	0					non-mobilizable	plasmid	8156.0	99.988	100.0	0.0921000621153086	CP031903.1	enterobacteria	Escherichia coli O104:H4 strain FWSEC0009 plasmid unnamed18, complete sequence	False	True
AST0110_000000012008	1483	0.5294715936731921	1	1	1	1	1	False	106977	maximal	True	AST0110_000000012008	1.0		191	12	False	False	1.0	0					non-mobilizable	other	1483.0	100.0	100.0	0.013019300542031608	NZ_CYZO01000006.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0013_000000006034	3898	0.5294706707630634	6	4	2	3	4	False	108501	fragment	False	AUS0022_000000008387	0.9395333704696329		0	0	False	False	1.0	0					non-mobilizable	other	3899.0	98.359	100.0	0.0010539638694263683	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0080_000000008786	3373	0.5294706707630634	5	4	2	3	4	False	53846	fragment	False	ISR0080_000000008786	1.0		0	0	False	False	0.9997035264968872	0					non-mobilizable	chromosome	3373.0	98.696	100.0	0.001145801937329527	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0011_000000022832	1955	0.5294701359813867	3	1	1	1	1	False	100780	maximal	True	FIJ0011_000000022832	1.0		69	11	False	False	0.9831202030181885	0					non-mobilizable	no_good_hit	472.0	72.881	24.0	0.006050763548733531	LK995527.1	high GC Gram+	Actinomyces succiniciruminis strain AM4 genome assembly, scaffold: scaffold72	True	False
MON0074_000000007669	2490	0.5294700595800113	3	2	1	2	1	True	60658	fragment	False	MON0074_000000007669	0.9922561741314357		0	0	False	False	0.9995983839035034	0					non-mobilizable	other	2490.0	99.398	100.0	0.00048206641283129477	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
DEN0018_000000003913	7826	0.5294695662497312	16	1	1	1	0	False	82502	maximal	True	DEN0018_000000003913	1.0		2	2	False	False	0.9997444152832031	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0054140765991578105	XM_018413297.1	basidiomycetes	Rhodotorula graminis WP1 uncharacterized protein (RHOBADRAFT_35702), partial mRNA	True	False
ENG0190_000000005049	5984	0.5294695662497312	13	1	1	1	0	False	54822	fragment	False	ISR0020_000000002957	0.9503873413548707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	86.441	1.0	1.629985436923217e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0013_000000006940	5864	0.5294695662497312	10	1	1	1	0	False	13552	maximal	True	MON0013_000000006940	0.9440664016583487		5	1	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
MON0106_000000006221	5850	0.5294695662497312	9	1	1	1	0	False	13552	maximal	False	MON0013_000000006940	0.9086146099152704		0	0	True	True	0.9948717951774597	9					non-mobilizable	no_good_hit								True	True
MON0076_000000007092	5821	0.5294695662497312	10	1	1	1	0	False	13552	maximal	False	MON0013_000000006940	0.9063515839074232		0	0	True	True	0.9979385137557983	6					non-mobilizable	no_good_hit								True	True
MON0051_000000005384	5651	0.5294695662497312	9	1	1	1	0	False	13552	maximal	False	MON0013_000000006940	0.9295926640065771		0	0	False	True	0.997699499130249	0					non-mobilizable	no_good_hit								True	True
FIJ0159_000000004775	4563	0.5294695662497312	9	1	1	1	0	False	82500	maximal	True	FIJ0159_000000004775	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	98.684	2.0	2.097250337028129e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0073_000000013430	3627	0.5294695662497312	5	1	1	1	0	False	70203	maximal	True	DEN0073_000000013430	1.0		2	2	False	False	0.999724268913269	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	3.0093455225201864e-07	LR738421.1	carnivores	Lutra lutra genome assembly, chromosome: X	True	False
MAD0008_000000003041	3484	0.5294695662497312	8	1	1	1	0	False	19843	maximal	True	MAD0008_000000003041	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	6.0	4.331030404286949e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0162_000000007518	3281	0.5294695662497312	8	1	1	1	0	False	82501	maximal	True	ENG0162_000000007518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	91.35799999999999	2.0	2.1811403505092544e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0093_000000011645	2631	0.5294695662497312	7	1	1	1	0	False	20189	maximal	True	MAD0093_000000011645	1.0		2	2	False	False	0.9942987561225891	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.155816973032927e-06	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
MAD0002_000000018776	2104	0.5294695662497312	5	1	1	1	0	False	20188	fragment	False	MAD0002_000000018776	1.0		0	0	False	False	0.9966729879379272	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000019610	2090	0.5294695662497312	6	1	1	1	0	False	15419	maximal	True	MAD0097_000000019610	1.0		1	1	False	False	0.9995215535163879	0					non-mobilizable	no_good_hit								True	False
SPA0025_000000011355	1875	0.5294695662497312	3	1	1	1	0	False	7566	maximal	True	SPA0025_000000011355	1.0		1	1	False	False	0.9893333315849304	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	3.0	0.0002146994441151349	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0050_000000022194	1734	0.5294695662497312	3	1	1	1	0	False	11329	fragment	False	MON0050_000000022194	1.0		0	0	False	False	0.9976931810379028	0					non-mobilizable	no_good_hit								True	False
FIJ0028_000000017480	1727	0.5294695662497312	3	1	1	1	0	False	48927	fragment	False	FIJ0028_000000017480	1.0		0	0	False	False	0.9994209408760071	0					non-mobilizable	no_good_hit								True	False
ISR0844_000000007488	1681	0.5294695662497312	2	1	1	1	0	False	20712	maximal	True	ISR0844_000000007488	1.0		123	12	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	87.368	51.0	0.0010050786030589864	NZ_OEPZ01000001.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
USA0062_01_000000011763	1670	0.5294695662497312	3	1	1	1	0	False	875	fragment	False	USA0062_01_000000011763	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0101_000000042521	1543	0.5294695662497312	3	1	1	1	0	False	37728	maximal	True	MON0101_000000042521	0.9770306258322237		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0033_000000013351	1542	0.5294695662497312	3	1	1	1	0	False	18869	maximal	True	MAD0033_000000013351	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000031604	1518	0.5294695662497312	3	1	1	1	0	False	72461	maximal	True	DEN0051_000000031604	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000032931	1453	0.5294695662497312	1	1	1	1	0	False	49570	maximal	True	FIJ0021_000000032931	1.0		5	3	False	False	0.9848589301109314	0					non-mobilizable	no_good_hit								True	False
MON0048_000000028633	1428	0.5294695662497312	3	1	1	1	0	False	11392	fragment	False	MON0048_000000028633	1.0		0	0	False	False	0.9740896224975586	0					non-mobilizable	no_good_hit	59.0	84.74600000000001	4.0	1.629985436923217e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0062_000000021163	1395	0.5294695662497312	2	1	1	1	0	False	45701	maximal	True	FIJ0062_000000021163	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0047_01_000000028847	1258	0.5294695662497312	2	1	1	1	0	False	1149	fragment	False	USA0047_01_000000028847	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0182_000000023345	1249	0.5294695662497312	3	1	1	1	0	False	82499	fragment	False	CHI0182_000000023345	0.9479418886198547		0	0	False	False	0.9847878217697144	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000024366	1239	0.5294695662497312	2	1	1	1	0	False	82499	fragment	False	CHI0182_000000023345	0.9443554843875099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000034099	1211	0.5294695662497312	2	1	1	1	0	False	41783	maximal	True	FIJ0114_000000034099	1.0		1	1	False	False	0.9744012951850891	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	0.0002996231056723385	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	True	False
MON0103_000000051365	1164	0.5294695662497312	3	1	1	1	0	False	8842	fragment	False	MON0103_000000051365	1.0		0	0	False	False	0.9957044720649719	0					non-mobilizable	no_good_hit								True	False
ISR0360_000000022014	1132	0.5294695662497312	2	1	1	1	0	False	109639	fragment	False	ISR0305_000000011417	0.19312867296704458		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	96.12	100.0	0.0003422731533274877	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
USA0130_01_000000011589	3306	0.5294693652788959	4	3	3	3	1	False	38032	maximal	True	USA0130_01_000000011589	1.0		5	3	False	False	0.9824561476707458	0					non-mobilizable	no_good_hit	53.0	100.0	2.0	1.6650619098836475e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0246_000000008370	2497	0.5294679103095328	3	3	2	2	2	True	117912	fragment	False	ISR0246_000000008370	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1652.0	84.08	66.0	0.01165888697060767	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
TAN0007_000000037657	1135	0.5294659829643721	2	2	2	2	2	False	2777	fragment	False	TAN0007_000000037657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	0.000453112315215134	NZ_SMAJ01000016.1	b-proteobacteria	Paralcaligenes ureilyticus strain DSM 24591 Ga0244690_116, whole genome shotgun sequence	True	False
MON0011_000000020633	2292	0.5294589555527974	3	3	3	3	3	False	69064	maximal	True	MON0011_000000020633	1.0		163	11	False	False	0.9986910820007324	0					non-mobilizable	other	2292.0	99.258	100.0	0.0006362086297771187	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0066_000000006219	4871	0.5294584607856319	4	4	4	4	2	False	45375	maximal	True	FIJ0066_000000006219	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2946.0	91.514	60.0	0.0012383174690728724	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
CHI0111_000000022430	1341	0.5294510364854028	2	2	2	2	2	False	83611	fragment	False	CHI0111_000000022430	0.9593855627805177		0	0	False	False	0.9985085725784302	0					non-mobilizable	chromosome	1341.0	98.65799999999999	100.0	0.0004510361545869199	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0126_000000010903	3568	0.5294503554613484	3	2	2	2	2	False	3986	maximal	True	SPA0126_000000010903	1.0		109	12	False	False	0.9946748614311218	0					non-mobilizable	no_good_hit	1427.0	77.155	74.0	0.0018448647142607912	NZ_QJKD01000001.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_101, whole genome shotgun sequence	True	False
ISR0176_000000010811	3084	0.5294472625016373	4	3	3	1	1	False	29835	maximal	True	ISR0176_000000010811	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	4.884352488368263e-05	NZ_JQNF01000005.1	firmicutes	Carnobacterium jeotgali MS3 BP18DRAFT_scf7180000000062_quiver.2_C, whole genome shotgun sequence	True	False
FIJ0059_000000003183	5941	0.5294470247203247	10	5	2	4	4	False	45930	maximal	True	FIJ0059_000000003183	1.0		1	1	False	False	0.9998316764831543	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00012166382033407984	AC215315.3	primates	Pongo abelii BAC clone CH276-289G9 from chromosome unknown, complete sequence	True	False
SPA0136_000000008916	4258	0.5294453325387318	4	3	3	3	2	False	115287	maximal	True	SPA0136_000000008916	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	72.619	16.0	0.00023324853813860608	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0100_000000018549	1952	0.5294437779799563	2	2	1	2	1	True	131287	fragment	False	ISR0006_000000008656	0.5034038486684985		0	0	False	True	1.0	0					non-mobilizable	chromosome	1952.0	93.03299999999999	100.0	0.0006563585831675327	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0853_000000005834	2899	0.5294427186001158	3	3	3	3	3	False	93100	fragment	False	MON0086_000000010311	0.715757262724996		0	0	False	False	0.9993101358413696	0					non-mobilizable	other	2899.0	98.931	100.0	0.010381292874380978	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
FIJ0086_000000008123	3758	0.5294424715214034	4	4	4	4	4	False	43855	maximal	True	FIJ0086_000000008123	1.0		53	8	False	False	0.9992017149925232	0					non-mobilizable	no_good_hit	1156.0	96.10700000000001	59.0	0.0004500830607830354	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
FIJ0108_000000012476	1847	0.5294358559253396	3	2	2	2	2	False	60212	fragment	False	FIJ0108_000000012476	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000003924	8744	0.5294320312073738	14	7	1	7	1	False	4365	fragment	False	SPA0116_000000003924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	8.905248159582047e-05	NZ_FQXP01000004.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
FIJ0028_000000004369	6764	0.5294303817065928	7	6	5	6	6	False	82818	maximal	True	FIJ0028_000000004369	1.0		23	7	False	False	0.9995564818382263	0					non-mobilizable	no_good_hit	4370.0	97.00200000000001	79.0	0.0012568410014071436	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
FIJ0066_000000003593	7944	0.5294303060992093	7	7	6	6	6	False	82592	maximal	True	FIJ0066_000000003593	1.0		14	5	False	False	0.9977341294288635	0					non-mobilizable	no_good_hit	1557.0	72.383	19.0	0.0006415200875189683	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	False
ISR0786_000000010112	1484	0.529428510531781	3	3	3	2	1	False	22144	maximal	True	ISR0786_000000010112	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1133.0	74.051	75.0	0.0005754214184293484	NZ_JH815225.1	firmicutes	Peptoanaerobacter stomatis strain CM2 supercont2.1, whole genome shotgun sequence	True	False
DEN0081_000000003237	2475	0.5294281291726536	5	4	2	3	3	True	131064	fragment	False	USA0072_01_000000007207	0.3935652006493652		0	0	False	False	1.0	0					non-mobilizable	other	2477.0	96.32600000000001	100.0	0.009490271895906217	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0087_000000025516	1248	0.5294255306966161	3	2	2	0	1	False	15961	fragment	False	MAD0087_000000025516	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	93.755	100.0	0.0003876284913785326	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0357_000000012741	2009	0.5294176313629267	3	3	3	2	2	False	108757	maximal	True	ISR0357_000000012741	1.0		46	5	False	False	0.996515691280365	0					non-mobilizable	no_good_hit	1267.0	84.13600000000001	63.0	0.9238653001464129	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	True	False
AST0024_000000002775	9942	0.5294150294389272	9	4	3	3	2	True	121835	maximal	True	AST0024_000000002775	1.0		1	1	False	False	0.9910480976104736	0					non-mobilizable	no_good_hit	1785.0	80.44800000000001	18.0	0.014849459222449577	NZ_RQUY01000004.1	firmicutes	Veillonella caviae strain DSM 20738 contig_0004, whole genome shotgun sequence	True	True
SPA0078_000000003406	2189	0.52941006612383	3	3	2	2	3	False	5668	fragment	False	SPA0078_000000003406	1.0		0	0	False	False	0.9995431900024414	0		MOBQ			mobilizable	no_good_hit	1030.0	87.087	75.0	0.1531895777178796	CP047347.1	enterobacteria	Proteus vulgaris strain ZN3 plasmid pZN3-6kb, complete sequence	True	True
ISR0123_000000010677	2063	0.5294096435310598	2	2	2	2	2	False	115155	maximal	True	ISR0123_000000010677	1.0	PS748	1	1	False	True	1.0	0					non-mobilizable	other	757.0	96.697	99.0	0.00022623344358722452	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
MAD0097_000000019186	2138	0.5294053637582327	2	1	1	1	1	False	15420	maximal	True	MAD0097_000000019186	1.0		1	1	False	False	0.9939195513725281	0					non-mobilizable	no_good_hit								True	False
MAD0069_000000006490	1409	0.5294053637582327	4	1	1	1	1	False	16396	maximal	True	MAD0069_000000006490	1.0		1	1	False	False	0.9730305075645447	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.009031893875246966	LN104352.1	flatworms	Spirometra erinaceieuropaei genome assembly S_erinaceieuropaei ,scaffold SPER_contig0005804	True	False
DEN0073_000000022111	2347	0.5294034275021832	4	3	2	3	3	False	105736	fragment	False	DEN0073_000000022111	1.0		0	0	False	False	0.997869610786438	0					non-mobilizable	no_good_hit	1278.0	72.848	54.0	0.0003681354074885791	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0223_000000008553	3247	0.529399687052648	4	4	4	2	3	False	81762	fragment	False	ISR0223_000000008553	1.0		0	0	False	False	0.9993840456008911	0					non-mobilizable	other	3247.0	99.10700000000001	100.0	0.01245166635978641	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0126_000000015776	2362	0.5293980822135387	3	2	2	2	2	False	111750	maximal	True	FIJ0126_000000015776	1.0		107	9	False	False	0.9953429102897644	0					non-mobilizable	no_good_hit	487.0	71.458	20.0	0.06145615866388309	NZ_ARZA01000097.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_171, whole genome shotgun sequence	True	False
MAD0101_000000011542	2448	0.5293978611378309	4	3	1	1	3	False	15105	maximal	True	MAD0101_000000011542	1.0		4	2	False	False	0.9975489974021912	0					non-mobilizable	chromosome	2272.0	99.824	100.0	0.00046646696156854496	CP049348.1	enterobacteria	Escherichia coli strain 3R chromosome, complete genome	False	False
FIJ0109_000000002135	11875	0.5293958328272823	9	7	6	6	6	False	73448	maximal	True	FIJ0109_000000002135	1.0		1	1	False	False	0.999494731426239	0					non-mobilizable	no_good_hit	2397.0	98.874	32.0	0.0006670146501026551	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
AUS0008_000000007667	2995	0.5293954125913344	7	3	3	1	1	False	101871	maximal	True	AUS0008_000000007667	1.0		3	3	False	False	0.9876461029052734	0					non-mobilizable	no_good_hit	1767.0	95.81200000000001	70.0	0.006351550960118168	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	True	False
CHI0135_000000015662	1215	0.5293928462616239	2	1	1	1	1	False	80639	maximal	True	CHI0135_000000015662	1.0		0	0	False	False	0.9670782089233398	0					non-mobilizable	no_good_hit	354.0	100.0	29.0	7.986692767088129e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
USA0080_01_000000027472	1536	0.5293913250851641	4	4	4	3	1	False	600	maximal	True	USA0080_01_000000027472	1.0		4	4	False	False	0.9895833134651184	0					non-mobilizable	other	1085.0	92.44200000000001	100.0	0.0003838632183135803	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0193_000000014178	1887	0.5293910804236656	4	3	3	3	3	False	101783	maximal	True	ISR0193_000000014178	0.9790106596853647		208	11	False	False	0.998940110206604	0					non-mobilizable	no_good_hit	567.0	74.074	30.0	0.0004582600144490524	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
ISR0066_000000002959	10467	0.5293882384167544	17	12	9	11	10	False	35153	maximal	True	ISR0066_000000002959	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4893.0	92.499	54.0	0.0008441413324885007	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ISR0393_000000004095	4140	0.5293877508186332	6	4	4	2	4	False	81763	maximal	True	ISR0393_000000004095	1.0		35	4	False	False	0.9900966286659241	0					non-mobilizable	no_good_hit	3430.0	98.805	83.0	0.013153654943840912	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0034_01_000000021238	2539	0.5293849151860031	4	4	4	4	3	False	112047	fragment	False	USA0034_01_000000021238	0.9929867986798679		0	0	False	False	0.9996061325073242	0					non-mobilizable	no_good_hit	494.0	74.899	19.0	0.0004954351353314875	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
DEN0039_000000002945	4757	0.5293801370859357	3	3	1	3	2	False	73315	fragment	False	DEN0039_000000002945	1.0		0	0	False	False	0.9976876378059387	0					non-mobilizable	other	4736.0	99.662	99.0	0.0033552243713294485	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
ISR0195_000000001554	13137	0.5293785494815684	17	10	4	7	6	True	122902	fragment	False	ISR0195_000000001554	1.0		0	0	False	False	0.998477578163147	0					non-mobilizable	other	11494.0	94.945	99.0	0.06679528353024147	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
SPA0125_000000003223	10342	0.5293762439153299	8	6	5	4	4	False	4029	maximal	True	SPA0125_000000003223	1.0		1	1	False	False	0.9991297721862793	0					non-mobilizable	no_good_hit	3317.0	99.27600000000001	50.0	0.0015233810974867427	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
ISR0795_000000009877	1289	0.5293751597723041	2	2	2	2	1	False	21965	maximal	True	ISR0795_000000009877	1.0		1	1	False	False	0.9945694208145142	0					non-mobilizable	no_good_hit	867.0	96.42399999999999	75.0	0.00019250679003718384	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CAN0015_000000002016	18706	0.5293740479505387	17	7	4	5	1	True	132160	fragment	False	SPA0132_000000001387	0.7464770117966816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1141.0	80.105	6.0	0.00032009541597509384	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MON0015_000000031810	1211	0.5293738492600338	3	3	3	2	2	False	13383	fragment	False	MON0015_000000031810	1.0		0	0	False	False	0.9975227117538452	0					non-mobilizable	other	1211.0	100.0	100.0	0.0005500517548696627	CP015283.1	firmicutes	Streptococcus salivarius strain ATCC 25975, complete genome	False	False
MAD0049_000000015340	1235	0.5293725562145255	2	2	2	2	2	False	17442	fragment	False	MAD0049_000000015340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0122_000000012688	2073	0.5293718243780368	2	2	2	2	1	False	110255	fragment	False	ISR0398_000000009851	0.4700889967239355		0	0	False	False	0.9932464957237244	0					non-mobilizable	other	1994.0	98.495	96.0	0.18888678171818699	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0103_000000008890	3082	0.5293711728673309	2	2	2	1	1	False	33061	fragment	False	ISR0103_000000008890	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2082.0	74.78399999999999	66.0	0.001000197781995164	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0130_000000019449	1704	0.5293683830742176	5	3	3	3	2	False	117227	fragment	False	SPA0130_000000019449	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	99.324	99.0	0.0003310988591783095	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0093_000000027788	1169	0.5293678998891925	2	2	2	2	2	False	15645	maximal	True	MAD0093_000000027788	1.0		140	11	False	False	0.9982891082763672	0					non-mobilizable	no_good_hit	118.0	85.59299999999999	10.0	1.4392105016812482e-05	NZ_CP018047.1	high GC Gram+	Streptomyces niveus strain SCSIO 3406 chromosome, complete genome	True	False
FIJ0098_000000007877	2911	0.5293651774224774	2	2	1	2	1	True	47010	fragment	False	FIJ0098_000000007877	1.0		0	0	False	False	0.9982823729515076	0					non-mobilizable	no_good_hit								True	True
ENG0171_000000018317	1324	0.5293618091898032	2	2	2	2	1	False	55762	fragment	False	ENG0171_000000018317	0.9602201058201058		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	98.71600000000001	100.0	0.002115892705208007	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
TAN0008_000000000328	18387	0.5293611080648376	16	7	5	6	3	False	19965	maximal	True	TAN0008_000000000328	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0092_000000025896	2136	0.5293596536846312	5	5	3	4	4	False	12412	maximal	True	MON0092_000000025896	1.0		2	2	False	False	0.9971910119056702	0					non-mobilizable	chromosome	2093.0	96.03399999999999	98.0	0.0005590131354687671	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0121_000000014656	1760	0.5293592156931374	2	2	2	2	1	False	41473	maximal	True	FIJ0121_000000014656	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	79.967	34.0	0.008311021865238733	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0399_000000014977	1185	0.5293585990069173	2	2	2	2	2	False	22572	maximal	True	ISR0399_000000014977	1.0		340	13	False	False	0.9957805871963501	0					non-mobilizable	other	1185.0	98.90299999999999	100.0	0.0003539663211807886	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0290_000000008736	1754	0.5293584403150325	2	1	1	1	1	False	25916	maximal	True	ISR0290_000000008736	1.0		2	2	False	False	0.9925883412361145	0					non-mobilizable	no_good_hit	938.0	93.49700000000001	53.0	0.008379888268156424	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0149_000000001628	14984	0.5293578588880771	19	13	8	7	11	False	125581	fragment	False	ISR0004_000000001014	0.825932776140349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	727.0	92.572	5.0	0.00020210877962209	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0109_000000007246	3734	0.5293525984500419	5	4	4	4	3	False	112801	maximal	True	FIJ0109_000000007246	1.0	PS721	1	1	False	True	0.9991965889930725	0					non-mobilizable	no_good_hit	1597.0	100.0	43.0	0.015415077027092288	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0065_000000020372	1299	0.5293500365056063	2	1	1	1	1	False	10663	fragment	False	MON0065_000000020372	1.0		0	0	False	False	0.9946112632751465	0					non-mobilizable	no_good_hit	704.0	71.165	53.0	0.0001972205319417346	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
MON0041_000000046827	1465	0.5293488669983495	1	1	1	1	1	False	79375	fragment	False	CHI0152_000000007468	0.9422062261597146		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	86.37	91.0	0.03444603195220158	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
ENG0145_000000005391	6021	0.5293465333808379	6	6	6	5	5	False	67078	maximal	False	ISR0128_000000005221	0.9341959917942244		0	0	False	False	0.9996678233146667	0					non-mobilizable	chromosome	3407.0	95.95	100.0	0.0014767929745238037	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0015_000000011912	1465	0.5293435219171627	5	4	4	2	2	True	66850	maximal	True	ENG0015_000000011912	1.0		285	11	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	97.603	70.0	0.023472169035658776	NZ_JAAITI010000027.1	firmicutes	Blautia luti strain MSK.16.34 NODE_27_length_44393_cov_261.821, whole genome shotgun sequence	True	True
MAD0077_000000002541	3937	0.5293430482318553	4	2	2	2	2	False	59219	maximal	True	MAD0077_000000002541	1.0		1	1	False	False	0.993649959564209	0					non-mobilizable	no_good_hit	85.0	85.882	2.0	0.001462927281809748	NZ_VYWO01000007.1	firmicutes	Aerococcus sanguinicola strain UMB623 NODE_7_length_56052_cov_31.124274, whole genome shotgun sequence	True	False
ENG0195_000000018792	1420	0.5293417110601688	3	3	2	2	2	False	73682	maximal	True	ENG0195_000000018792	1.0		223	12	False	False	0.997183084487915	0					non-mobilizable	plasmid	1430.0	93.63600000000001	100.0	0.0021402645708972013	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	False	True
MAD0005_000000002783	6900	0.5293390691077369	8	6	2	4	6	False	58873	maximal	True	MAD0005_000000002783	1.0		5	4	False	False	0.9949275255203247	0					non-mobilizable	other	6861.0	99.927	99.0	0.0013086665584377802	FN554766.1	enterobacteria	Escherichia coli 042 complete genome	False	False
SPA0096_000000007680	4556	0.5293305472517719	6	6	5	5	3	False	5175	maximal	True	SPA0096_000000007680	1.0		38	11	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	97.5	14.0	0.00022724593245809218	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
DEN0094_000000034519	1151	0.5293282927618402	2	2	2	2	1	True	68253	fragment	False	DEN0094_000000034519	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	77.04899999999999	10.0	0.00020557931906601342	NZ_KB822499.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.4, whole genome shotgun sequence	True	True
ISR0301_000000003313	4711	0.5293220024816804	8	3	3	3	2	False	127784	maximal	True	ISR0301_000000003313	1.0		0	0	False	False	0.995966911315918	0					non-mobilizable	no_good_hit	3200.0	98.719	68.0	0.0611183355006502	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0020_01_000000030744	1121	0.5293192403686741	2	2	2	1	2	False	1756	maximal	True	USA0020_01_000000030744	1.0		15	5	False	False	0.9803746938705444	0					non-mobilizable	chromosome	1121.0	97.77	100.0	0.0004054820888523951	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	False	False
AST0046_000000014280	1109	0.5293133663629979	1	1	1	1	1	False	115488	fragment	False	AST0046_000000014280	1.0		0	0	False	False	0.9981966018676758	0					non-mobilizable	other	1109.0	96.664	100.0	0.009240186471633128	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
SPA0005_000000010799	2719	0.5293133244109018	4	3	3	2	1	False	8321	maximal	True	SPA0005_000000010799	1.0		2	1	False	False	0.9819786548614502	0					non-mobilizable	no_good_hit	628.0	71.497	25.0	0.00021146105192448408	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0054_000000011319	2618	0.5293132924863779	3	3	2	3	2	True	6440	fragment	False	SPA0054_000000011319	1.0		0	0	False	False	0.9946523904800415	0					non-mobilizable	other	2620.0	94.50399999999999	100.0	0.0007660685514217658	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0114_000000024605	1143	0.5293108424221209	2	2	2	2	1	False	32505	fragment	False	ISR0114_000000024605	1.0		0	0	False	False	0.9912511110305786	0					non-mobilizable	no_good_hit	1012.0	73.518	86.0	0.0004451998630976998	NZ_CVLB01000001.1	bacteria	Brachyspira suanatina strain AN4859/03, whole genome shotgun sequence	True	False
FIJ0039_000000001631	13378	0.5293087910603127	20	18	5	9	14	True	101532	fragment	False	FIJ0039_000000001631	1.0		0	0	False	False	0.9992524981498718	0					non-mobilizable	chromosome	13389.0	96.34	100.0	0.002036931735162041	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ISR0067_000000022522	1371	0.5293055985816055	2	2	2	1	1	False	35053	maximal	True	ISR0067_000000022522	1.0		12	3	False	False	0.9897884726524353	0					non-mobilizable	no_good_hit	599.0	74.958	43.0	0.00016552783143927152	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0058_000000014615	2128	0.5293050939891378	3	3	3	1	2	False	109001	maximal	False	AST0097_000000010028	0.9722723174030659		0	0	False	False	0.99154132604599	0					non-mobilizable	no_good_hit	1125.0	87.111	86.0	0.003915156501669955	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	True	False
FIJ0024_000000001645	11825	0.5293028918608884	15	6	6	6	6	False	127058	maximal	True	FIJ0024_000000001645	1.0		13	1	False	False	0.9995771646499634	0					non-mobilizable	no_good_hit	2428.0	98.51700000000001	22.0	0.0007249732507292334	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0222_000000013929	4071	0.5293026854472205	5	2	0	2	0	True	28823	maximal	True	ISR0222_000000013929	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.0203843913803145	XM_012667791.3	ants	PREDICTED: Monomorium pharaonis 3-ketodihydrosphingosine reductase (LOC105829135), mRNA	True	True
ISR0199_000000007011	4051	0.5293026854472205	5	2	0	2	0	True	28823	maximal	False	ISR0222_000000013929	0.9975436010808155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	0.0203843913803145	XM_012667791.3	ants	PREDICTED: Monomorium pharaonis 3-ketodihydrosphingosine reductase (LOC105829135), mRNA	True	True
ISR0177_000000008632	3134	0.5293026854472205	3	2	0	2	0	True	80827	maximal	True	ISR0177_000000008632	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0148_000000016636	2079	0.5292976916112316	3	3	3	2	3	False	105004	fragment	False	AST0148_000000016636	0.9938568376068376		0	0	False	False	0.996632993221283	0					non-mobilizable	no_good_hit	74.0	100.0	4.0	0.5488721804511278	KU545167.1	bacteria	Uncultured bacterium clone TE_01D_013_Contig_21 genomic sequence	True	False
ENG0038_000000019118	1395	0.5292976423321811	2	2	2	2	2	False	85290	fragment	False	MON0081_000000031907	0.7621908574161741		0	0	False	False	0.9749103784561157	0					non-mobilizable	other	1395.0	98.351	100.0	0.020128801224478007	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0108_000000002813	2743	0.5292972221946143	4	4	3	2	3	False	82924	fragment	False	CHI0108_000000002813	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2665.0	100.0	100.0	0.0005534309080774944	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	False	False
ISR0230_000000013744	2376	0.5292929311478182	3	2	1	2	2	False	86610	fragment	False	ISR0230_000000013744	1.0		0	0	False	False	0.997053861618042	0					non-mobilizable	no_good_hit	572.0	75.874	24.0	0.00017639274045877046	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0010_000000024182	1886	0.5292929311478182	2	2	1	2	2	False	86609	fragment	False	DEN0010_000000024182	0.9911421362929266		0	0	False	False	0.9936373233795166	0					non-mobilizable	no_good_hit	571.0	76.532	30.0	0.00017639274045877046	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0145_000000020250	1720	0.5292929311478182	3	2	1	2	2	False	86609	fragment	False	DEN0010_000000024182	0.9505099655439695		0	0	False	False	0.9994186162948608	0					non-mobilizable	no_good_hit	571.0	76.357	33.0	0.00017608164215108304	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0113_000000024501	1128	0.5292896191893451	1	1	1	1	1	False	107326	fragment	False	CHI0042_000000007421	0.21418191199401632		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	98.227	100.0	0.03245219995392767	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
FIJ0087_000000020401	1581	0.5292893938940664	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.27147151672380054		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	96.397	100.0	0.09281683517517046	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
DEN0096_000000012445	3477	0.5292859317570998	3	3	3	3	1	False	68219	maximal	True	DEN0096_000000012445	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0097_000000006835	4620	0.5292846311777918	6	3	3	2	0	True	96532	fragment	False	FIJ0094_000000002896	0.45502895466949844		0	0	False	False	1.0	0					non-mobilizable	chromosome	4513.0	96.676	98.0	0.0008092563719523077	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
DEN0043_000000000034	20499	0.5292826396188636	22	13	4	9	8	True	73010	maximal	True	DEN0043_000000000034	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	91.15799999999999	13.0	0.0002295578381517855	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
MAD0014_000000016104	2027	0.5292752722448726	3	3	3	3	3	False	34544	maximal	True	MAD0014_000000016104	1.0		203	8	False	False	0.9940799474716187	0					non-mobilizable	no_good_hit	670.0	78.209	33.0	0.0005269777586728439	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
FIJ0016_000000017163	1141	0.5292750411211227	1	1	1	1	1	False	50191	fragment	False	ISR0237_000000011007	0.9779602420051858		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	99.825	100.0	0.014788485736894678	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
SPA0116_000000030051	1372	0.5292711837099932	2	2	2	2	2	False	4342	fragment	False	SPA0116_000000030051	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	99.708	100.0	0.0004326184872931336	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0162_000000002338	12146	0.5292687523956288	15	8	4	5	6	False	125580	maximal	True	ISR0162_000000002338	1.0		1	1	False	False	0.9999176859855652	0					non-mobilizable	no_good_hit								True	False
ENG0203_000000011564	1601	0.5292637396833921	2	2	2	2	2	False	68276	maximal	True	ENG0203_000000011564	1.0		199	12	False	False	0.9800124764442444	0					non-mobilizable	no_good_hit	110.0	82.727	7.0	0.001227109684727204	NZ_LUUB01000042.1	a-proteobacteria	Bradyrhizobium centrolobii strain BR 10245 contig16, whole genome shotgun sequence	True	False
AST0084_000000018574	1889	0.5292614331735416	2	2	2	2	2	False	111363	maximal	True	AST0084_000000018574	1.0		17	6	False	False	0.9989412426948547	0					non-mobilizable	no_good_hit								True	False
FIJ0020_000000014277	1496	0.5292612709221192	2	2	2	1	1	False	89411	fragment	False	FIJ0020_000000014277	1.0		0	0	False	False	0.981951892375946	0					non-mobilizable	plasmid	1048.0	81.48899999999999	90.0	0.0016846023141030828	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
SPA0042_000000031218	1104	0.5292611866757622	2	2	2	2	2	False	6821	fragment	False	SPA0042_000000031218	1.0		0	0	False	False	0.9990941882133484	0					non-mobilizable	other	1104.0	98.641	100.0	0.0003063021032929559	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MAD0063_000000001309	7237	0.5292598801749336	10	4	3	3	2	False	16734	maximal	True	MAD0063_000000001309	1.0		4	1	False	False	0.9980654716491699	0					non-mobilizable	no_good_hit	76.0	80.263	1.0	1.56816007778074e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
ISR0169_000000015196	2054	0.5292593991039433	4	1	1	1	1	False	30096	fragment	False	ISR0169_000000015196	0.9825581395348837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0292_000000010333	1885	0.5292593991039433	3	1	1	1	1	False	25874	fragment	False	ISR0292_000000010333	1.0		0	0	False	False	0.9830238819122314	0					non-mobilizable	no_good_hit								True	False
MAD0106_000000014100	1579	0.5292593991039433	3	1	1	1	1	False	14732	fragment	False	MAD0106_000000014100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0026_000000009877	3019	0.5292547533970069	3	3	3	3	3	False	119481	maximal	True	AST0026_000000009877	1.0		2	2	False	False	0.9940377473831177	0					non-mobilizable	other	3023.0	84.155	99.0	0.0032220820019869508	NZ_RJQC01000001.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_1, whole genome shotgun sequence	False	False
MAD0081_000000002530	2811	0.529254551070475	3	3	1	2	2	True	16949	maximal	True	MAD0081_000000002530	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	76.471	49.0	0.022940879231935322	NZ_AP019812.1	firmicutes	Enterococcus mundtii strain 15-1A plasmid pEM15-1A-2, complete sequence	True	True
USA0145_01_000000016748	1404	0.5292526394513359	1	1	1	1	1	False	83864	fragment	False	USA0145_01_000000016748	0.9517490495854227		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	93.706	99.0	0.0655137240356083	NZ_WNCH01000039.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold39_size21568, whole genome shotgun sequence	False	False
FIJ0090_000000033598	1389	0.5292521503835903	3	2	2	2	1	False	43428	maximal	True	FIJ0090_000000033598	1.0		38	9	False	False	0.9992800354957581	0					non-mobilizable	no_good_hit								True	False
ISR0127_000000013975	1805	0.5292432907958929	3	2	2	2	1	False	56885	fragment	False	ISR0370_000000014105	0.9717678100263852		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	99.889	100.0	0.008619742267794942	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0098_000000015302	1636	0.5292431089417233	2	2	2	2	1	False	60705	fragment	False	ENG0098_000000015302	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	99.32799999999999	100.0	0.016369807467035112	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0127_000000009889	2444	0.529243035907311	3	3	3	3	3	False	31903	fragment	False	ISR0127_000000009889	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2444.0	98.854	100.0	0.0011054608771829798	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
MAD0070_000000007587	2473	0.5292409055134353	6	5	4	3	1	True	16368	maximal	True	MAD0070_000000007587	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	95.198	75.0	0.00025646000510240176	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0069_000000008188	2392	0.5292395329789843	3	3	3	3	3	False	62492	maximal	False	ISR0794_000000007489	0.9451637471439451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	87.5	14.0	0.0004063873654540913	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0083_000000021051	1707	0.5292384070348994	4	2	2	2	2	False	126818	maximal	True	FIJ0083_000000021051	1.0		3	2	False	False	0.9994142055511475	0					non-mobilizable	chromosome	1471.0	80.082	100.0	0.0006238955868927899	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
CHI0086_000000003166	1851	0.5292366209711297	3	3	3	3	1	False	121112	fragment	False	ENG0200_000000010145	0.6606103247570935		0	0	False	False	0.9681253433227539	0					non-mobilizable	chromosome	1789.0	98.65799999999999	97.0	0.0005635733069239772	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0068_000000020895	1380	0.5292343852818996	2	2	2	2	2	False	16434	maximal	True	MAD0068_000000020895	1.0		6	5	False	False	0.9942029118537903	0					non-mobilizable	no_good_hit	153.0	75.163	11.0	0.0002789431196185684	NZ_PYAL01000005.1	b-proteobacteria	Achromobacter aloeverae strain AVA-1 Scaffold5_1, whole genome shotgun sequence	True	False
ENG0139_000000018305	1240	0.5292322123285991	3	3	3	3	2	False	57824	maximal	True	ENG0139_000000018305	1.0		24	8	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	410.0	98.04899999999999	33.0	0.00011856154982266497	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ETH0003_000000029903	1417	0.5292313056567238	2	2	2	2	1	False	53057	maximal	True	ETH0003_000000029903	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0023_000000012091	1213	0.5292313056567238	2	2	2	2	1	False	19219	maximal	True	MAD0023_000000012091	1.0		24	9	False	False	0.9925803542137146	0					non-mobilizable	chromosome	1213.0	98.76299999999999	100.0	0.0005646448467771917	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	False	False
SPA0016_000000006602	4838	0.5292271672219341	6	4	4	4	4	False	40080	fragment	False	ISR0146_000000007861	0.9830977258758451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2165.0	76.721	62.0	0.0007551465531265008	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0054_000000021449	2176	0.5292231982379023	3	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.9892175010528608		0	0	False	False	1.0	0					non-mobilizable	other	1830.0	84.91799999999999	95.0	0.02425150902739671	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0078_000000012855	1923	0.5292231982379023	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.9071429656667505		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	83.376	94.0	0.020865398771363945	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0114_000000020589	1922	0.5292231982379023	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.9065816396661639		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	83.65100000000001	94.0	0.02083863110135578	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0070_000000010127	1918	0.5292231982379023	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.9055247747780848		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	83.397	94.0	0.0208252472663517	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0154_000000020476	1893	0.5292231982379023	2	2	2	2	2	False	53035	fragment	False	MON0054_000000021449	0.8947782050400668		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	83.085	94.0	0.020450499886237403	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MAD0051_000000016332	1783	0.5292231982379023	2	2	2	2	2	False	46118	fragment	False	MAD0051_000000016332	0.9663406214039125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1572.0	83.206	87.0	0.020811863431347617	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
FIJ0167_000000012565	1639	0.5292231982379023	2	2	2	2	2	False	46117	fragment	False	FIJ0167_000000012565	0.9684248174128817		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	83.14200000000001	95.0	0.0208252472663517	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
FIJ0090_000000029614	1551	0.5292231982379023	2	2	2	2	2	False	46117	fragment	False	FIJ0167_000000012565	0.6331040233479258		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	83.50399999999999	93.0	0.019379793085910837	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
USA0084_01_000000022388	1435	0.5292230198411758	2	2	2	2	2	False	463	fragment	False	USA0084_01_000000022388	1.0		0	0	False	False	0.9770034551620483	0					non-mobilizable	no_good_hit	725.0	75.862	50.0	0.0005084466953457188	NZ_VTVE01000001.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_1_length_1404277_cov_48.6399, whole genome shotgun sequence	True	False
FIJ0005_000000012517	2608	0.5292226467721525	4	4	4	4	4	False	79749	fragment	False	FIJ0005_000000012517	1.0		0	0	False	False	0.9846625924110413	0					non-mobilizable	chromosome	2608.0	98.965	100.0	0.0005064523623953196	CP032167.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 chromosome, complete genome	False	False
AST0039_000000001785	8723	0.5292209060725559	9	8	4	7	2	True	116750	maximal	True	AST0039_000000001785	1.0		1	1	False	False	0.9998853802680969	0					non-mobilizable	no_good_hit	6631.0	98.34100000000001	76.0	0.10689238210399032	CP021620.1	other sequences	Unidentified plasmid plasmid FA1-2_000250F, complete sequence	True	True
MON0052_000000024591	1223	0.5292173602420555	2	2	1	2	1	False	11199	fragment	False	MON0052_000000024591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	88.235	6.0	1.1154393116107909e-05	NC_015174.1	planctomycetes	Rubinisphaera brasiliensis DSM 5305, complete sequence	True	False
DEN0022_000000018765	2150	0.5292157035348704	3	3	2	3	2	False	74582	fragment	False	DEN0022_000000018765	1.0		0	0	False	False	0.9976744055747986	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	1.384024175189105e-05	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
ENG0040_000000003842	5668	0.5292143529392396	7	6	5	5	4	False	124418	fragment	False	ENG0040_000000003842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3476.0	99.338	63.0	0.0010398957889756683	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0141_000000003214	6630	0.5292126186256101	11	8	3	6	8	False	123747	maximal	True	SPA0141_000000003214	0.9990713511840272	PS903	30	5	False	True	1.0	0					non-mobilizable	chromosome	3343.0	99.821	100.0	0.0010107495727299644	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	False	True
SPA0140_000000003157	6461	0.5292126186256101	10	8	3	6	8	False	123747	maximal	False	SPA0141_000000003214	0.9863499245852188	PS903	0	0	False	True	1.0	0					non-mobilizable	chromosome	3343.0	99.821	100.0	0.0010107495727299644	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	False	True
ISR0250_000000006971	1810	0.5292094133202125	2	2	2	2	1	False	87131	maximal	True	ISR0250_000000006971	0.9646075368735655		27	6	False	False	0.9988950490951538	0					non-mobilizable	other	1288.0	99.37899999999999	100.0	0.0006429618409391339	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0045_000000012778	1650	0.5292094133202125	2	2	2	2	1	False	87131	maximal	False	ISR0250_000000006971	0.9455185886375915		0	0	False	False	0.9993939399719238	0					non-mobilizable	other	1651.0	90.24799999999999	100.0	0.0034079622579043204	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ENG0197_000000006596	1541	0.5292094133202125	2	2	2	2	1	False	54370	maximal	True	ENG0197_000000006596	1.0		18	7	False	False	1.0	0					non-mobilizable	other	1564.0	81.84100000000001	100.0	0.001531640943963611	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
CHI0087_000000001245	5204	0.5292080016617643	6	6	1	5	5	False	84024	fragment	False	ISR0822_000000000946	0.6580736514701974		0	0	False	False	1.0	0					non-mobilizable	plasmid	5204.0	99.92299999999999	100.0	0.10198561263892428	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
FIJ0112_000000006858	3782	0.5292076569934301	7	7	4	2	5	False	42042	fragment	False	FIJ0112_000000006858	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3752.0	99.654	99.0	0.03299380761382028	CP052739.1	enterobacteria	Klebsiella pneumoniae strain C16KP0160 plasmid pC16KP0160-3, complete sequence	False	True
ISR0207_000000019576	1542	0.5292050099420786	2	2	2	2	2	False	66684	fragment	False	ENG0189_000000011346	0.976379123667164		0	0	False	False	1.0	0					non-mobilizable	virus	1547.0	82.999	99.0	0.1454631379962193	MK233948.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_5_c1 sequence	False	False
ENG0043_000000014682	2333	0.5292020347673797	2	2	1	2	2	False	64611	fragment	False	ENG0043_000000014682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	92.609	34.0	0.0001993155227952828	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0063_000000014288	1389	0.5292020113057752	3	3	2	3	1	False	114679	fragment	False	AST0104_000000025200	0.9986635116183245		0	0	False	False	1.0	0					non-mobilizable	chromosome	1394.0	88.594	100.0	0.00043780946494261983	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AST0104_000000025200	1389	0.5292020113057752	3	3	2	3	1	False	114679	fragment	False	AST0104_000000025200	0.9988436098233014		0	0	False	False	1.0	0					non-mobilizable	chromosome	1394.0	88.594	100.0	0.00043780946494261983	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0257_000000012938	1379	0.5292020113057752	3	3	2	3	1	False	114679	fragment	False	AST0104_000000025200	0.9960712774452134		0	0	False	False	1.0	0					non-mobilizable	chromosome	1384.0	88.728	100.0	0.0004346574889531121	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0830_000000001452	10881	0.5291967417522041	14	3	2	3	2	False	26486	fragment	False	ISR0830_000000001452	1.0		0	0	False	False	0.9998161792755127	0					non-mobilizable	no_good_hit	2557.0	73.602	23.0	0.013313011961245779	NC_007581.1	viruses	Clostridium phage c-st, complete genome	True	False
ISR0187_000000007028	3894	0.529193045728554	4	3	1	3	1	True	78317	fragment	False	ISR0187_000000007028	1.0		0	0	False	False	0.9997432231903076	0					non-mobilizable	plasmid	3894.0	99.307	100.0	0.0396036582264316	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0826_000000005088	2357	0.529193045728554	3	3	1	3	1	True	78314	fragment	False	ISR0826_000000005088	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2357.0	99.958	100.0	0.023511096918409708	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0089_000000008107	2829	0.5291898603856244	4	2	2	2	1	False	29634	maximal	True	MAD0089_000000008107	1.0		3	3	False	False	0.9982326030731201	0					non-mobilizable	no_good_hit	979.0	90.398	35.0	0.029372778212930047	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0184_000000003997	5922	0.5291889566698197	16	5	1	5	1	False	55121	maximal	True	ENG0184_000000003997	1.0		1	1	False	False	0.9954407215118408	0					non-mobilizable	no_good_hit								True	False
ISR0174_000000001372	17840	0.5291887464678027	26	13	6	11	9	False	86586	maximal	True	ISR0174_000000001372	1.0		1	1	False	False	0.9999439716339111	0					non-mobilizable	no_good_hit	1619.0	83.941	10.0	0.0004564675317596937	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0025_000000010914	3202	0.5291848333339654	3	2	2	2	1	False	35178	fragment	False	MON0025_000000010914	1.0		0	0	False	False	0.9878200888633728	0					non-mobilizable	no_good_hit								True	False
FIJ0137_000000002619	4488	0.5291795646029683	5	5	1	4	5	True	124669	maximal	False	FIJ0118_000000001538	0.919407894736842	PS730	0	0	False	True	1.0	0					non-mobilizable	other	4306.0	93.31200000000001	99.0	0.001338344919671306	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0022_000000019007	1628	0.5291783695383577	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.34813153111462986	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1637.0	90.40899999999999	100.0	0.0005052236516843796	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0100_000000027856	1640	0.5291755381467361	3	3	3	2	2	False	101087	fragment	False	TAN0024_000000004209	0.9499532886194118		0	0	False	False	0.9993902444839478	0					non-mobilizable	chromosome	1494.0	82.396	96.0	0.00039373344939044674	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0035_000000004249	2524	0.5291728555797424	5	3	2	3	3	False	88110	fragment	False	CHI0035_000000004249	1.0		0	0	False	False	0.9873217344284058	0					non-mobilizable	no_good_hit	1509.0	77.005	60.0	0.00045824780722357824	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0076_000000003255	3889	0.5291663532633615	5	5	3	3	4	True	78466	fragment	False	SPA0076_000000003255	0.9805749805749806		0	0	False	False	0.9984571933746338	0		MOBP			mobilizable	plasmid	3821.0	99.84299999999999	98.0	0.09888943539827591	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0048_000000005300	3861	0.5291663532633615	5	5	3	3	4	True	78466	fragment	False	SPA0076_000000003255	0.9769863718179481		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3782.0	99.97399999999999	98.0	0.07411255071838799	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
FIJ0081_000000020428	1764	0.5291654822702537	2	2	1	2	1	True	44251	maximal	True	FIJ0081_000000020428	1.0		5	2	False	False	0.9943310618400574	0					non-mobilizable	no_good_hit								True	True
CHI0141_000000011647	2377	0.5291648231230611	2	2	2	2	2	False	80110	maximal	True	CHI0141_000000011647	0.9945849966304883		102	8	False	False	0.9978964924812317	0					non-mobilizable	other	2378.0	99.285	100.0	0.027711068106041178	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
AST0052_000000008975	2470	0.5291647787052751	4	4	3	4	4	False	114574	maximal	True	AST0052_000000008975	1.0		701	14	False	False	0.994331955909729	0					non-mobilizable	other	2476.0	97.25399999999999	100.0	0.003457933402764095	NZ_QVHZ01000003.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf3, whole genome shotgun sequence	False	False
ENG0107_000000004857	5118	0.5291647579556834	5	3	3	3	1	True	67126	fragment	False	ISR0298_000000002485	0.9522466629065613		0	0	False	False	0.9978507161140442	0					non-mobilizable	no_good_hit	1830.0	78.142	47.0	0.0003799460303454172	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
USA0080_01_000000011912	3660	0.5291641199207847	5	2	1	2	1	True	132038	maximal	True	USA0080_01_000000011912	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	411.0	98.29700000000001	18.0	0.004143297458440705	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0016_000000006712	3395	0.5291641199207847	5	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9521545908302753		0	0	False	False	0.9982327222824097	0					non-mobilizable	no_good_hit	135.0	82.963	4.0	0.001344045273103936	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0035_000000005256	3386	0.5291641199207847	5	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9299748694350827		0	0	False	False	0.9997046589851379	0					non-mobilizable	no_good_hit	135.0	85.185	6.0	0.001344045273103936	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0125_01_000000007440	3314	0.5291641199207847	4	2	1	2	1	True	132039	fragment	False	ISR0084_000000002614	0.039746556803891456		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	100.0	7.0	6.124508473396666e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
MAD0049_000000005142	3273	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9554722782346483		0	0	False	False	0.999083399772644	0					non-mobilizable	no_good_hit	135.0	84.444	4.0	0.001344045273103936	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0171_000000006505	3170	0.5291641199207847	5	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9500464633307917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	85.714	2.0	0.0007680258703451064	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0186_000000006147	3149	0.5291641199207847	5	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9377855761023496		0	0	False	False	0.9923785328865051	0					non-mobilizable	no_good_hit	75.0	90.667	4.0	0.08108108108108109	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
ISR0821_000000009253	3090	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9095082438928592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	83.465	6.0	0.00020587234254501382	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0012_000000007666	3080	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9298538102029803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	99.306	7.0	0.0014349957051184882	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0002_000000011677	3078	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9277218365127755		0	0	False	False	0.9967511296272278	0					non-mobilizable	no_good_hit	116.0	97.414	4.0	0.0013667481071143472	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	True	True
MAD0042_000000007120	3052	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8942448712013357		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	98.59200000000001	6.0	0.0014248901015613158	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0018_000000007105	3045	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9328722378928491		0	0	False	False	0.9894909858703613	0					non-mobilizable	no_good_hit	61.0	90.164	2.0	0.0006063362134303471	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0267_000000005400	3006	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9294874754087038		0	0	False	False	0.9996673464775085	0					non-mobilizable	no_good_hit								True	True
ENG0046_000000006242	3003	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.9308964798184947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.00036380172805820825	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0036_000000008092	2981	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8944526568729869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	95.0	4.0	0.0005962306098731746	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0051_01_000000007137	2951	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.885765270700206		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	98.148	2.0	0.00041405926516199093	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0007_000000008887	2933	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8911051797530706		0	0	False	False	0.9938629269599915	0					non-mobilizable	no_good_hit	42.0	100.0	1.0	0.00041432974584407054	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0066_000000010503	2933	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8686488057064427		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	96.226	5.0	0.17567567567567569	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
MON0010_000000008287	2921	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8921612143639118		0	0	False	False	0.991098940372467	0					non-mobilizable	no_good_hit	68.0	95.588	3.0	0.00025948575345755085	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0035_01_000000008582	2918	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8169193981590682		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	98.148	5.0	0.0001776479084864232	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0045_000000012891	2906	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8890536961121103		0	0	False	False	0.9975911974906921	0					non-mobilizable	no_good_hit								True	True
MAD0040_000000010387	2905	0.5291641199207847	5	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8719221631787508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	94.286	4.0	0.11486486486486487	GQ878437.1		Uncultured organism clone VC1BY71TR genomic sequence	True	True
ENG0024_000000009440	2900	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8132026522002007		0	0	False	False	0.9993103742599487	0					non-mobilizable	no_good_hit	79.0	97.46799999999999	4.0	0.0001295003445041216	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0061_01_000000003892	2852	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8649557856337449		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	3.0	0.0002556128317641546	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0134_000000013767	2830	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.8482223629796201		0	0	False	False	0.9911660552024841	0					non-mobilizable	no_good_hit								True	True
ISR0368_000000004430	2815	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.7703612347814314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	0.00053559698853014	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0332_000000004758	2814	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.846799695067436		0	0	False	False	0.9882729053497314	0					non-mobilizable	no_good_hit								True	True
ISR0153_000000009698	2814	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.7940364887606471		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	97.0	4.0	0.0010651016193891968	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0057_01_000000011214	2807	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.7909332279533381		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	96.84200000000001	4.0	0.00036405463917925043	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0111_000000006110	2804	0.5291641199207847	3	2	1	2	1	True	116067	maximal	True	MAD0111_000000006110	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	93.0	96.774	4.0	0.00035630879579245787	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0103_000000017906	2774	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.7898407701670618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0082_000000011597	2766	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.7908314424102896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0120_000000016267	2560	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.31422770625832147		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	95.96	4.0	0.00037954632595283555	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0052_000000012021	2533	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.3001119854729722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	1.0	3.744281461041319e-05	NZ_KQ948764.1	high GC Gram+	Streptomyces griseoruber strain DSM 40281 PRJNA299232_s002, whole genome shotgun sequence	True	True
ISR0775_000000007640	2529	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.29931783497809633		0	0	False	False	0.9968367218971252	0					non-mobilizable	no_good_hit								True	True
DEN0093_000000012945	2503	0.5291641199207847	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.28140018913201015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	3.0	0.0002439940666839657	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0055_000000014114	2464	0.5291641199207847	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.2786355817317699		0	0	False	False	0.9995941519737244	0					non-mobilizable	no_good_hit								True	True
ISR0299_000000004844	2251	0.5291641199207847	2	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.15640356441425335		0	0	False	False	0.999111533164978	0					non-mobilizable	no_good_hit	91.0	97.802	5.0	0.0003485629524056653	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0382_000000006252	2235	0.5291641199207847	3	2	1	2	1	True	131084	fragment	False	ISR0382_000000006252	0.9951901053595968		0	0	False	False	0.9991051554679871	0					non-mobilizable	no_good_hit								True	True
USA0121_01_000000020708	2183	0.5291641199207847	3	2	1	2	1	True	131084	fragment	False	ISR0382_000000006252	0.983668903803132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0013_000000011396	2127	0.5291641199207847	2	2	1	2	1	True	19574	fragment	False	MAD0013_000000011396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0129_000000005241	2118	0.5291641199207847	2	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.12263901631056882		0	0	False	False	0.9995278716087341	0					non-mobilizable	no_good_hit								True	True
AUS0004_000000009973	2090	0.5291641199207847	2	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.12173589637470018		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0019_01_000000014433	2089	0.5291641199207847	2	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.1374653813629194		0	0	False	False	0.9755864143371582	0					non-mobilizable	no_good_hit	47.0	100.0	3.0	0.00017815439789622893	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0099_000000017309	1976	0.5291641199207847	2	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.10219650110020626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0056_000000010059	1970	0.5291641199207847	2	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.08452628678045755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0048_000000017231	1911	0.5291641199207847	3	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.9611952889543284		0	0	False	False	0.9963369965553284	0					non-mobilizable	no_good_hit								True	True
AST0040_000000011539	1742	0.5291641199207847	3	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.2520311453863719		0	0	False	False	0.9781860113143921	0					non-mobilizable	no_good_hit	129.0	78.295	7.0	0.001358547983914792	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0019_000000010269	1726	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.9089294311679694		0	0	False	False	0.9756662845611572	0					non-mobilizable	no_good_hit								True	True
CAN0019_000000003685	1717	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.8128134495480398		0	0	False	False	0.9959231019020081	0					non-mobilizable	no_good_hit	63.0	90.476	4.0	2.08688370032754e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0061_000000012386	1709	0.5291641199207847	3	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.753586350435144		0	0	False	False	0.9830310344696045	0					non-mobilizable	no_good_hit	185.0	100.0	11.0	0.0011262157315199627	NZ_LMUA01000006.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00006, whole genome shotgun sequence	True	True
ISR0271_000000011518	1602	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.7592246564101607		0	0	False	False	0.9975031018257141	0					non-mobilizable	no_good_hit	86.0	96.512	6.0	0.0035236081747709656	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
SPA0150_000000013031	1586	0.5291641199207847	3	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.7570682496497989		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	5.0	0.0028603407536376075	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
USA0020_01_000000022142	1565	0.5291641199207847	3	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.7513545925842341		0	0	False	False	0.9904153347015381	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0280_000000009150	1564	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.7540607942281261		0	0	False	False	0.9993606209754944	0					non-mobilizable	no_good_hit	61.0	90.164	4.0	2.0195648712847158e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0101_000000018611	1544	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.697188159046625		0	0	False	False	0.9961140155792236	0					non-mobilizable	no_good_hit								True	True
ENG0131_000000017098	1535	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.697203875549684		0	0	False	False	0.999348521232605	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	5.0	0.0002439940666839657	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0097_000000021435	1530	0.5291641199207847	3	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.6982376997275518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0060_000000020099	1501	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.5791382754038783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	93.96600000000001	9.0	0.0004453859947405723	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0042_01_000000012274	1496	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.24976896689256298		0	0	False	False	0.999331533908844	0					non-mobilizable	no_good_hit								True	True
USA0130_01_000000022541	1494	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.24987719971895853		0	0	False	False	0.9973226189613342	0					non-mobilizable	no_good_hit								True	True
ISR0363_000000012859	1450	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.43908343957705126		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0093_000000013235	1434	0.5291641199207847	2	2	1	2	1	True	116066	fragment	False	FIJ0048_000000017231	0.29293667498962733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	5.0	0.0024043444016084237	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ISR0392_000000006861	4338	0.5291627315083736	6	5	5	5	4	False	22834	maximal	True	ISR0392_000000006861	1.0		391	11	False	False	0.9995389580726624	0					non-mobilizable	other	4269.0	99.414	98.0	0.04402405438022837	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0062_000000001766	10587	0.529161820599351	7	6	5	3	5	True	120756	maximal	True	ENG0062_000000001766	1.0		1	1	False	False	0.999905526638031	0					non-mobilizable	no_good_hit	3523.0	90.633	81.0	0.0007140529560513298	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
SPA0002_000000009388	2240	0.5291592524935836	2	2	2	2	2	False	112362	maximal	True	SPA0002_000000009388	1.0		6	4	False	False	1.0	0					non-mobilizable	other	1679.0	99.524	100.0	0.0004657013846076945	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0155_000000013656	1470	0.5291588429393346	2	2	1	2	1	False	56746	maximal	True	ENG0155_000000013656	1.0		6	3	False	False	0.9775510430335999	0					non-mobilizable	no_good_hit	375.0	90.93299999999999	24.0	0.0028800148645928493	NZ_QSFS01000010.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf10, whole genome shotgun sequence	True	False
ISR0256_000000013719	1309	0.529153059319529	2	2	2	2	1	False	26833	maximal	True	ISR0256_000000013719	1.0		11	5	False	False	0.9847211837768555	0					non-mobilizable	no_good_hit	853.0	93.318	65.0	0.002419364085629436	NZ_AQXR01000009.1	high GC Gram+	Alloscardovia criceti DSM 17774 D570DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
FIJ0131_000000003562	5233	0.5291490044030766	5	4	4	4	3	False	130682	fragment	False	ISR0168_000000004408	0.3799857450753958		0	0	False	False	0.9998089075088501	0					non-mobilizable	chromosome	5233.0	98.93	100.0	0.0022685205057864184	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
CHI0028_000000000739	9638	0.5291467119133717	12	5	0	5	1	False	88732	fragment	False	CHI0028_000000000739	0.9595307286621462		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	8.861378668484178e-06	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
MON0033_000000007203	9291	0.5291467119133717	12	5	0	5	1	False	88732	fragment	False	CHI0028_000000000739	0.9431417306495122		0	0	False	False	0.999461829662323	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	8.861378668484178e-06	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
SPA0047_000000027394	1416	0.5291456106524942	1	1	1	1	1	False	6653	maximal	True	SPA0047_000000027394	1.0		8	5	False	False	0.991525411605835	0					non-mobilizable	no_good_hit	40.0	92.5	3.0	1.3034442987170234e-05	NZ_CP022386.1	CFB group bacteria	Capnocytophaga gingivalis strain H1496 chromosome, complete genome	True	False
FIJ0038_000000002453	11665	0.5291454555090023	15	5	4	5	3	True	47696	fragment	False	FIJ0038_000000002453	1.0		0	0	False	False	0.9973424673080444	0					non-mobilizable	no_good_hit	1108.0	83.935	9.0	0.0002714119378591703	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0366_000000011019	1783	0.5291453434470029	3	3	3	3	3	False	23624	maximal	True	ISR0366_000000011019	1.0		15	6	False	False	0.9994391202926636	0					non-mobilizable	no_good_hit	137.0	82.48200000000001	8.0	0.00018371692238508438	NZ_FOME01000002.1	high GC Gram+	Saccharopolyspora jiangxiensis strain CGMCC 4.3529, whole genome shotgun sequence	True	False
AST0148_000000021763	1557	0.5291446785259035	2	2	2	2	1	False	104803	fragment	False	AST0148_000000021763	0.9514877102199224		0	0	False	False	0.994861900806427	0					non-mobilizable	chromosome	1557.0	99.807	100.0	0.0002481200837421229	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0796_000000014243	1546	0.5291446785259035	2	2	2	2	1	False	104803	fragment	False	AST0148_000000021763	0.9482980089916506		0	0	False	False	0.9941785335540771	0					non-mobilizable	other	1546.0	100.0	100.0	0.003703561651716583	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
AUS0022_000000023984	1413	0.5291446785259035	2	2	2	2	1	False	99084	fragment	False	AUS0022_000000023984	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	94.95200000000001	97.0	0.005451004804545963	NZ_VJZV01000007.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold7_1, whole genome shotgun sequence	False	False
ISR0140_000000009019	2844	0.5291438709097177	5	2	2	1	1	False	31250	fragment	False	ISR0140_000000009019	0.9783893609161434		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	97.67399999999999	14.0	4.125674491373634e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0027_000000011207	1548	0.5291430293027779	1	1	1	1	1	False	48982	fragment	False	FIJ0032_000000021743	0.957763236168947		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	89.869	20.0	0.0026364629767748424	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0031_000000018616	1305	0.5291430293027779	1	1	1	1	1	False	36988	fragment	False	ISR0031_000000018616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	95.588	5.0	0.00886360629712925	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	False
MON0013_000000034287	1622	0.5291395256439728	3	3	2	3	3	False	13506	fragment	False	MON0013_000000034287	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0083_000000022758	1358	0.5291197499266574	1	1	1	1	1	False	92631	fragment	False	DEN0083_000000022758	0.9618695760895419		0	0	False	False	0.9992636442184448	0					non-mobilizable	other	1364.0	82.625	100.0	0.0005949082517325552	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MON0083_000000021296	1814	0.5291120261165995	2	2	1	2	1	False	9872	maximal	True	MON0083_000000021296	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0110_000000006524	3173	0.5291113593521368	4	3	2	2	0	True	81965	maximal	True	SPA0110_000000006524	1.0		30	7	False	False	0.9902300834655762	0					non-mobilizable	other	3096.0	99.806	98.0	0.0009371932123463544	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ISR0237_000000010115	1245	0.5291102640599459	2	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.2602110596656009		0	0	False	False	0.9975903630256653	0					non-mobilizable	other	1245.0	97.671	100.0	0.017347166443551984	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0016_000000010722	2416	0.5291068200506279	2	2	1	2	1	True	123426	maximal	True	AST0016_000000010722	1.0		4	4	False	False	0.9995861053466797	0					non-mobilizable	no_good_hit	2137.0	96.397	88.0	0.036335721596724664	NZ_JAAIPV010000025.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_25_length_58620_cov_91.9331, whole genome shotgun sequence	True	True
MAD0095_000000018298	1942	0.5291044982138509	2	2	2	2	1	True	79892	maximal	True	MAD0095_000000018298	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1499.0	88.259	100.0	0.00044891154756460214	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0382_000000002483	4944	0.5291020861282926	6	3	3	3	3	True	131297	maximal	True	ISR0382_000000002483	1.0	PS1133	498	15	False	True	1.0	0					non-mobilizable	chromosome	2127.0	98.684	99.0	0.0007502063420312807	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0005_000000001609	8534	0.5290963857733011	10	9	7	8	7	False	117066	maximal	True	CHI0005_000000001609	1.0		1	1	False	False	0.9998828172683716	0					non-mobilizable	no_good_hit	1552.0	99.162	18.0	0.00021891851150091434	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0126_000000001022	33056	0.5290959413532699	67	8	6	6	5	False	32021	maximal	True	ISR0126_000000001022	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	94.76899999999999	1.0	8.760500094770224e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0037_01_000000000315	50361	0.5290904650782249	53	17	10	16	8	True	110144	maximal	True	USA0037_01_000000000315	1.0		1	1	False	False	0.999642550945282	0					non-mobilizable	no_good_hit	503.0	93.439	1.0	0.023942385653646207	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	True
MON0028_000000023210	1137	0.5290888187625764	2	1	1	1	1	False	12579	fragment	False	MON0028_000000023210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	4.0	2.91467260406803e-05	NZ_VSDQ01000679.1	CFB group bacteria	Seonamhaeicola marinus strain B011 scaffold2639, whole genome shotgun sequence	True	False
ENG0054_000000026022	1099	0.5290888187625764	1	1	1	1	1	False	63694	fragment	False	ENG0054_000000026022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	4.0	2.91467260406803e-05	NZ_VSDQ01000679.1	CFB group bacteria	Seonamhaeicola marinus strain B011 scaffold2639, whole genome shotgun sequence	True	False
ISR0358_000000001924	7258	0.5290886092045569	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9652230956409213		0	0	False	False	1.0	0					non-mobilizable	other	7246.0	98.46799999999999	99.0	0.9934174437739989	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MAD0004_000000006368	1693	0.5290857881194216	2	2	2	1	1	True	20028	fragment	False	MAD0004_000000006368	1.0		0	0	False	False	0.9952746629714966	0					non-mobilizable	no_good_hit	610.0	89.18	36.0	0.025776774865474743	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
ENG0164_000000015257	1353	0.5290840697413277	1	1	1	1	1	False	56263	fragment	False	ENG0164_000000015257	1.0		0	0	False	False	0.9977827072143555	0					non-mobilizable	other	1353.0	99.77799999999999	100.0	0.0043217256215677124	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0044_000000018518	1344	0.5290840697413277	1	1	1	1	1	False	17945	fragment	False	MAD0044_000000018518	1.0		0	0	False	False	0.9992559552192688	0					non-mobilizable	other	1344.0	98.586	100.0	0.004483706085220463	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
SPA0095_000000015551	1217	0.5290840697413277	1	1	1	1	1	False	5187	maximal	True	SPA0095_000000015551	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1105.0	71.222	89.0	0.0004743483628405488	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0812_000000020087	1971	0.5290799169215563	3	2	1	2	1	True	80774	fragment	False	ISR0812_000000020087	1.0		0	0	False	False	0.9954338073730469	0					non-mobilizable	other	1863.0	99.03399999999999	95.0	0.0005170757174356155	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
USA0087_01_000000000748	12146	0.5290793089126599	17	10	6	8	8	True	126179	backbone	True	USA0087_01_000000000748	1.0	PS941|PS942	1	1	True	True	0.9999176859855652	52					non-mobilizable	no_good_hit	1506.0	73.17399999999999	13.0	0.18383360318844189	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0794_000000006734	2900	0.5290696505328365	4	4	2	3	3	False	119314	maximal	True	ISR0794_000000006734	1.0	PS818	32	6	False	True	1.0	0					non-mobilizable	no_good_hit	1691.0	72.915	58.0	0.023213151767445143	NZ_NFLJ01000010.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_10, whole genome shotgun sequence	True	True
DEN0031_000000008200	3906	0.5290672860018215	5	4	4	4	4	False	112705	fragment	False	DEN0031_000000008200	0.988130168044812		0	0	False	False	1.0	0					non-mobilizable	other	3906.0	97.84899999999999	100.0	0.0424410390174981	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0012_000000023983	1983	0.5290662062115246	3	2	2	2	1	False	94206	fragment	False	CAN0012_000000023983	1.0		0	0	False	False	0.9752899408340454	0					non-mobilizable	other	1983.0	99.49600000000001	100.0	0.002584623252998215	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
MON0054_000000042079	1216	0.5290632953006041	2	2	2	2	1	False	11107	fragment	False	MON0054_000000042079	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1226.0	77.569	100.0	0.0004079521039995126	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0020_000000016005	1261	0.5290623915087685	2	2	2	2	2	False	66451	fragment	False	ENG0020_000000016005	1.0		0	0	False	False	0.9976209402084351	0					non-mobilizable	chromosome	1145.0	78.865	90.0	0.0003928291085323737	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0064_000000005607	4047	0.5290621175322479	3	3	3	2	2	False	102228	maximal	False	FIJ0077_000000006639	0.9425157799819657		0	0	False	False	1.0	0					non-mobilizable	other	3048.0	91.634	97.0	0.0007470570683440758	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0180_000000016929	1439	0.5290617360575937	2	2	2	2	2	False	29621	maximal	True	ISR0180_000000016929	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	85.822	83.0	0.0003996139073672204	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ENG0177_000000014592	1841	0.529060825506061	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.2536600405230756		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	92.391	100.0	0.0005752207709140504	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0358_000000001713	7858	0.5290588287676284	4	4	4	2	3	False	72962	maximal	True	ISR0358_000000001713	1.0		16	2	False	False	1.0	0					non-mobilizable	no_good_hit	3604.0	94.728	68.0	0.0009586183972230405	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0260_000000003576	3267	0.5290585217843853	2	2	2	2	2	False	92489	fragment	False	ISR0260_000000003576	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3160.0	98.259	97.0	0.05224510047134706	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0081_000000004710	5342	0.5290557762602257	6	5	2	2	5	False	93703	fragment	False	ENG0081_000000004710	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5325.0	99.493	99.0	0.001900127662596715	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	False	False
TAN0002_000000008338	3954	0.5290557580950319	5	5	4	4	1	False	93069	maximal	True	TAN0002_000000008338	1.0		0	0	False	False	0.9724329710006714	0					non-mobilizable	no_good_hit	1826.0	99.507	46.0	0.00040593339309574956	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0072_000000005023	2188	0.5290555802049429	3	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.4572533000822943	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2167.0	93.309	100.0	0.0007287263243885683	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0140_000000014936	2108	0.5290555802049429	2	1	1	1	0	True	40389	maximal	True	FIJ0140_000000014936	1.0		19	6	False	False	0.9976280927658081	0					non-mobilizable	no_good_hit	1152.0	100.0	55.0	0.009657093474959518	NZ_NFIG01000011.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_11, whole genome shotgun sequence	True	True
ENG0047_000000009539	2010	0.5290555802049429	2	2	1	1	0	True	64330	fragment	False	ENG0047_000000009539	1.0		0	0	False	False	0.9800994992256165	0					non-mobilizable	other	1304.0	100.0	100.0	0.012414607887039453	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	False	True
ISR0183_000000016175	1974	0.5290555802049429	4	2	1	1	0	True	96055	maximal	True	ISR0183_000000016175	1.0		69	10	False	False	1.0	0					non-mobilizable	other	1972.0	99.645	99.0	0.04834318510706139	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
SPA0030_000000015514	1963	0.5290555802049429	3	2	1	1	0	True	71075	maximal	True	SPA0030_000000015514	1.0		1	1	False	False	0.9979622960090637	0					non-mobilizable	no_good_hit	457.0	78.337	29.0	0.00014092753338240392	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0279_000000012559	1754	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.2386494740725859	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1755.0	93.618	100.0	0.0005897129424151371	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0036_000000013548	1728	0.5290555802049429	2	2	1	1	0	True	12177	fragment	False	MON0036_000000013548	1.0		0	0	False	False	0.9994212985038757	0					non-mobilizable	other	1728.0	97.512	100.0	0.0030102631322075496	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
USA0135_01_000000008931	1707	0.5290555802049429	3	2	1	1	0	True	80242	fragment	False	USA0135_01_000000008931	0.9552548612758804		0	0	False	False	1.0	0					non-mobilizable	other	1707.0	99.766	100.0	0.04184346717029261	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
CHI0140_000000017627	1676	0.5290555802049429	4	2	1	1	0	True	80242	fragment	False	USA0135_01_000000008931	0.9502050380785003		0	0	False	False	1.0	0					non-mobilizable	other	904.0	99.779	100.0	0.02214809546000834	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	True
MAD0082_000000004808	1645	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.05153596938615787	PS1133	0	0	False	True	0.9987841844558716	0					non-mobilizable	chromosome	1646.0	93.682	100.0	0.0005530241805867981	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0255_000000020632	1601	0.5290555802049429	2	2	1	1	0	True	65480	maximal	True	ISR0255_000000020632	1.0		0	0	False	False	0.9562773108482361	0					non-mobilizable	no_good_hit	339.0	76.991	21.0	0.00010390683476760024	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0089_000000019684	1559	0.5290555802049429	3	2	1	1	0	True	33721	fragment	False	ISR0089_000000019684	1.0		0	0	False	False	0.9980756640434265	0					non-mobilizable	chromosome	1564.0	90.537	99.0	0.0005461264208863484	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ENG0100_000000020042	1553	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12803760052733962	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1554.0	94.208	100.0	0.0005223941133723132	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0050_000000006502	1442	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06252137834992193	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1451.0	94.14200000000001	99.0	0.000488061510560473	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0278_000000008939	1356	0.5290555802049429	3	2	1	1	0	True	26266	fragment	False	ISR0278_000000008939	1.0		0	0	False	False	0.9793510437011719	0					non-mobilizable	no_good_hit	420.0	70.0	30.0	0.00011740327940780757	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	True
CHI0057_000000015303	1340	0.5290555802049429	2	2	1	1	0	True	85960	fragment	False	ISR0022_000000019681	0.7216206123973115		0	0	False	False	0.996268630027771	0					non-mobilizable	chromosome	801.0	90.387	91.0	0.00026927531617129544	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0022_000000019681	1339	0.5290555802049429	2	2	1	1	0	True	85960	fragment	False	ISR0022_000000019681	0.9225447712844911		0	0	False	False	1.0	0					non-mobilizable	chromosome	749.0	90.921	91.0	0.00025177242062016125	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0097_000000027776	1336	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.028266727940483346	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1346.0	93.90799999999999	100.0	0.0004527191253129905	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0033_000000018744	1334	0.5290555802049429	2	2	1	1	0	True	65479	fragment	False	ENG0033_000000018744	0.9259154410550086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	76.259	31.0	0.018205921343349536	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	True
FIJ0017_000000022639	1319	0.5290555802049429	2	2	1	1	0	True	65479	fragment	False	ENG0033_000000018744	0.47207646176911544		0	0	False	False	0.9742228984832764	0					non-mobilizable	no_good_hit	400.0	79.25	35.0	0.00011892693580685302	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0146_000000015820	1305	0.5290555802049429	2	2	1	1	0	True	73694	fragment	False	ISR0047_000000022956	0.9543327655783859		0	0	False	False	0.9908046126365662	0					non-mobilizable	no_good_hit	366.0	71.038	28.0	0.00011386209888311632	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
DEN0031_000000026802	1290	0.5290555802049429	2	2	1	1	0	True	73694	fragment	False	ISR0047_000000022956	0.9729930644996467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	79.577	22.0	0.012505523641184268	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	True
MON0099_000000028531	1285	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.05732871382204672	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1296.0	93.75	100.0	0.00043588941805228454	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0096_000000007369	1265	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.023460182514258632	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1274.0	94.427	100.0	0.0004284843468575739	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0047_000000030749	1259	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.009442145549991612	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1270.0	94.016	100.0	0.00042713797027671744	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0084_01_000000025207	1259	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.013685937391108656	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1263.0	93.508	100.0	0.0004446189985698089	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0067_000000009590	1251	0.5290555802049429	2	2	1	1	0	True	85960	fragment	False	ISR0022_000000019681	0.4833955223880597		0	0	False	False	1.0	0					non-mobilizable	chromosome	793.0	90.416	90.0	0.0002665825630095825	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0055_000000008197	1219	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.004882810395688647	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1223.0	91.49600000000001	100.0	0.000424199667332652	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0287_000000012034	1209	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.02040971489039683	PS1133	0	0	False	True	0.9991728663444519	0					non-mobilizable	chromosome	1221.0	91.073	100.0	0.0004096350747255832	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0039_000000012586	1208	0.5290555802049429	2	2	1	1	0	True	18446	maximal	True	MAD0039_000000012586	1.0		268	14	False	False	0.9991722106933594	0					non-mobilizable	chromosome	863.0	94.322	100.0	0.0002891343707389285	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0053_000000034633	1196	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03424667846058183	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1207.0	93.538	100.0	0.0004059325391282279	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0042_000000028011	1195	0.5290555802049429	2	2	1	1	0	True	73694	fragment	False	ISR0047_000000022956	0.912069688753613		0	0	False	False	0.9899581670761108	0					non-mobilizable	no_good_hit								True	True
CHI0036_000000008139	1193	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03435299345286843	PS1133	0	0	False	True	0.997485339641571	0					non-mobilizable	chromosome	1195.0	92.887	100.0	0.00041513706145701606	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
CHI0083_000000009288	1178	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.02756028187397547	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1180.0	93.64399999999999	100.0	0.0003968444972074467	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0010_01_000000022193	1175	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.025244022968472436	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1188.0	92.59299999999999	100.0	0.00041304569087033085	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0091_000000010772	1164	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.02941080634616982	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1176.0	92.772	100.0	0.00039482493233616194	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0203_000000015869	1162	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.025338316980881622	PS1133	0	0	False	True	0.9948365092277527	0					non-mobilizable	chromosome	1166.0	93.99700000000001	100.0	0.00039145899088402074	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0123_000000030559	1160	0.5290555802049429	1	1	1	1	0	True	41285	maximal	True	FIJ0123_000000030559	1.0		8	4	False	False	1.0	0					non-mobilizable	other	746.0	91.421	99.0	0.00028924804825511603	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
MON0085_000000028023	1156	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.027996951821245293	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1167.0	94.259	100.0	0.0003924687733196631	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0304_000000009241	1154	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.00928731281932889	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1166.0	90.90899999999999	100.0	0.00039112239673880667	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0056_000000017819	1128	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.020833400184523114	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1128.0	93.262	100.0	0.00039768699316521794	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
DEN0067_000000029460	1127	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.027143129503654127	PS1133	0	0	False	True	0.9991126656532288	0					non-mobilizable	chromosome	1138.0	93.146	100.0	0.00038270754310845364	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0350_000000017865	1126	0.5290555802049429	2	2	1	1	0	True	125751	fragment	False	ENG0102_000000021244	0.18553308652335987		0	0	False	False	0.99733567237854	0					non-mobilizable	other	1127.0	91.304	100.0	0.00034936339953297923	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0159_000000020593	1121	0.5290555802049429	2	2	1	1	0	True	125751	fragment	False	ENG0102_000000021244	0.22644400933059727		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	95.27600000000001	100.0	0.0003945111431754336	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0205_000000007250	1113	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.009279993216700748	PS1133	0	0	False	True	0.9991015195846558	0					non-mobilizable	chromosome	1124.0	94.306	100.0	0.000377995225075456	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0122_000000027146	1111	0.5290555802049429	2	2	1	1	0	True	58989	fragment	False	ENG0122_000000027146	0.9593862815884476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0050_01_000000009965	1111	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.020739130653851537	PS1133	0	0	False	True	0.9990999102592468	0					non-mobilizable	chromosome	1122.0	93.226	100.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0084_000000031920	1110	0.5290555802049429	2	2	1	1	0	True	125751	fragment	False	ENG0102_000000021244	0.26146056160805525		0	0	False	False	0.9954954981803894	0					non-mobilizable	other	1112.0	92.806	100.0	0.0003335975819594763	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0088_000000027771	1109	0.5290555802049429	2	2	1	1	0	True	73694	fragment	False	ISR0047_000000022956	0.32088285229202035		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	79.11399999999999	14.0	0.00693769332744145	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	True
FIJ0086_000000031088	1108	0.5290555802049429	2	2	1	1	0	True	58989	fragment	False	ENG0122_000000027146	0.9572457245724573		0	0	False	False	0.994584858417511	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	4.0	1.1441072305469405e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0070_000000031833	1101	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.011926512308554224	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1109.0	93.508	100.0	0.0003729463128972442	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0038_000000032521	1073	0.5290555802049429	2	2	1	1	0	True	125751	fragment	False	ENG0102_000000021244	0.1522449310473396		0	0	False	False	1.0	0					non-mobilizable	other	1074.0	93.01700000000001	100.0	0.0003230597522044387	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0011_000000042627	1045	0.5290555802049429	2	2	1	1	0	True	125751	fragment	False	ENG0102_000000021244	0.1505767044690881		0	0	False	False	1.0	0					non-mobilizable	chromosome	1040.0	93.17299999999999	100.0	0.0003666342377095488	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0075_000000025511	1023	0.5290555802049429	2	2	1	1	0	True	131257	backbone	False	ISR0175_000000008482	0.00916137448375391	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1033.0	94.48200000000001	100.0	0.0003473651578609711	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0349_000000001041	7970	0.529054992026098	12	9	5	8	7	False	116531	maximal	True	ISR0349_000000001041	1.0		12	5	False	False	0.9997490644454956	0					non-mobilizable	no_good_hit	2569.0	99.766	56.0	0.0007674252926276051	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0171_000000023055	1312	0.529054915625093	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.4444510403040414		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	79.97	99.0	0.03047307856229578	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0099_000000018831	1843	0.5290536028452768	2	2	2	2	1	False	76180	maximal	True	MON0099_000000018831	1.0		1	1	False	False	0.9962018728256226	0					non-mobilizable	no_good_hit	1469.0	99.932	80.0	0.018083271741808328	NZ_NFIG01000019.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_19, whole genome shotgun sequence	True	False
CHI0060_000000010278	1459	0.5290522340489012	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06428219904468423	PS1133	0	0	False	True	0.9986292123794556	0					non-mobilizable	chromosome	1123.0	96.08200000000001	99.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0069_000000007881	1325	0.5290522340489012	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.059576142280044264	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1325.0	94.868	100.0	0.00046649707627721216	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0268_000000015820	1282	0.5290522340489012	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.054155016626681894	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1293.0	95.12799999999999	100.0	0.00045485229298133624	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0151_000000016983	1168	0.5290512421051442	2	1	1	1	1	False	7300	backbone	True	SPA0151_000000016983	1.0	PS22	10	4	True	True	0.9991438388824463	2					non-mobilizable	no_good_hit	140.0	90.0	12.0	3.8683949289893534e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0030_000000027385	1103	0.5290512421051442	1	1	1	1	1	False	7300	backbone	False	SPA0151_000000016983	0.9721746575342466	PS22	0	0	False	True	0.9981867671012878	0					non-mobilizable	no_good_hit	97.0	94.845	9.0	0.00017317860306201419	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0392_000000007761	3912	0.5290473206870993	5	5	5	4	3	False	62376	maximal	True	ISR0392_000000007761	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	77.23	13.0	0.0010557908591062473	NZ_JHVC01000002.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0127_000000013541	1911	0.5290465351049111	4	3	3	2	3	False	128210	fragment	False	ENG0127_000000013541	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	99.865	78.0	0.035034632750998794	NZ_CYZN01000030.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0056_000000010692	2023	0.5290438039380551	1	1	1	1	1	False	128929	fragment	False	ISR0056_000000010692	1.0		0	0	False	True	0.9985170364379883	0					non-mobilizable	no_good_hit	1266.0	89.652	63.0	0.017390586519543772	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0056_000000022654	1580	0.5290438039380551	2	1	1	1	1	False	6369	maximal	True	SPA0056_000000022654	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	1117.0	76.455	70.0	0.0001812265379285823	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
MON0038_000000023992	1430	0.5290438039380551	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.016081018425484407	PS816	0	0	False	True	0.9566433429718018	0					non-mobilizable	no_good_hit	1274.0	80.377	89.0	0.02738688027711626	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0207_000000021237	1428	0.5290438039380551	1	1	1	1	1	False	128912	fragment	False	ISR0207_000000021237	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1264.0	90.26899999999999	89.0	0.01737682814413274	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0179_000000016249	1395	0.5290438039380551	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10518875161538159	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1265.0	89.723	91.0	0.01737682814413274	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0060_000000023573	1347	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1071189055852928	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1265.0	98.57700000000001	94.0	0.01737682814413274	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0024_000000020030	1340	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.11682114520105018	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1281.0	89.617	95.0	0.017596962150709244	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0087_000000038539	1338	0.5290438039380551	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.015799565190905633	PS816	0	0	False	True	0.9902840256690979	0					non-mobilizable	plasmid	1265.0	98.26100000000001	95.0	0.005846384399774285	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0116_000000020293	1333	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.11857615799020854	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1265.0	90.04	95.0	0.01737682814413274	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0046_000000028055	1328	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10507365103488865	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1272.0	80.503	96.0	0.002713208128078818	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
CHI0054_000000013618	1283	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.024476631446032477	PS1059	0	0	False	True	0.9992205500602722	0					non-mobilizable	other	1278.0	79.421	99.0	0.0024822098513803746	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	True
ISR0294_000000014761	1277	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.09475671848211627	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1265.0	89.565	99.0	0.01737682814413274	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0244_000000021385	1264	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10485029631142384	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1265.0	89.723	100.0	0.01737682814413274	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0003_000000026230	1196	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.047106278306681675	PS1059	0	0	False	True	0.9824414849281311	0					non-mobilizable	other	1194.0	89.78200000000001	99.0	0.834849545136459	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0018_000000017774	1189	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.046845936721035555	PS1059	0	0	False	True	0.9983178973197937	0					non-mobilizable	other	1189.0	89.90700000000001	100.0	0.8313505948215535	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
AST0012_000000020365	1189	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.06309230899769605	PS1059	0	0	False	True	0.9991589784622192	0					non-mobilizable	other	1189.0	90.07600000000001	100.0	0.8313505948215535	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0115_000000031011	1189	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.06507552213908074	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1189.0	90.16	100.0	0.8313505948215535	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0020_000000023094	1189	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.04495455751534074	PS1059	0	0	False	True	0.9974768757820129	0					non-mobilizable	other	1189.0	89.823	100.0	0.8313505948215535	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0106_000000031774	1188	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.05685705257846182	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1188.0	89.98299999999999	100.0	0.8306508047585724	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0819_000000022723	1186	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.04255641406056591	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1186.0	99.663	100.0	0.8292512246326103	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0090_000000031165	1185	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.048817328781139854	PS1059	0	0	False	True	0.9957805871963501	0					non-mobilizable	other	1185.0	99.74700000000001	100.0	0.8285514345696291	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0161_000000018181	1136	0.5290438039380551	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.026621280616395276	PS1059	0	0	False	True	0.9885563254356384	0					non-mobilizable	other	1136.0	89.70100000000001	100.0	0.7942617214835549	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0147_000000008211	2436	0.5290415945767254	3	3	3	3	2	False	39946	maximal	True	FIJ0147_000000008211	1.0		275	12	False	False	0.9987684488296509	0					non-mobilizable	no_good_hit	118.0	79.661	5.0	1.7692024619913773e-05	NC_018025.1	d-proteobacteria	Desulfomonile tiedjei DSM 6799, complete sequence	True	False
SPA0079_000000013067	1947	0.5290337569391615	2	2	2	2	2	False	5648	maximal	True	SPA0079_000000013067	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	87.01700000000001	52.0	0.0016149886325948926	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
USA0034_01_000000034999	1480	0.5290320186653782	2	2	2	1	1	False	128841	backbone	False	ENG0186_000000008765	0.0890039411214485	PS1059	0	0	False	True	1.0	0					non-mobilizable	chromosome	1248.0	79.968	99.0	0.00019512692534412365	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	True
CAN0011_000000010279	2981	0.5290253908739182	5	4	4	1	1	False	94503	maximal	True	CAN0011_000000010279	1.0		1	1	False	False	0.9872525930404663	0					non-mobilizable	no_good_hit	1077.0	80.594	50.0	0.0002802163584548608	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MAD0087_000000027945	1155	0.5290178404069866	3	3	3	2	1	False	15953	maximal	True	MAD0087_000000027945	1.0		8	5	False	False	0.9818181991577148	0					non-mobilizable	no_good_hit								True	False
ISR0775_000000013129	1501	0.5290154791808757	2	1	1	1	1	False	22443	maximal	False	SPA0046_000000021196	0.9500644329896908		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	92.723	76.0	0.0003094255868530225	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0092_000000003262	3812	0.5290126822932876	3	3	3	2	2	False	68577	maximal	True	DEN0092_000000003262	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	379.0	74.142	10.0	9.786994773208517e-05	CP032508.1	g-proteobacteria	Gamma proteobacterium SS-5 chromosome, complete genome	True	False
ENG0060_000000005718	4465	0.5290125138579221	5	5	5	5	3	False	113466	fragment	False	ENG0060_000000005718	1.0		0	0	False	False	0.9997760653495789	0					non-mobilizable	no_good_hit	1444.0	70.222	32.0	0.00028017623619113754	NC_007912.1	g-proteobacteria	Saccharophagus degradans 2-40, complete sequence	True	False
MAD0068_000000023544	1234	0.5290117727401354	2	2	2	2	1	False	16421	maximal	True	MAD0068_000000023544	1.0		711	14	False	False	1.0	0					non-mobilizable	other	1234.0	98.865	100.0	0.00506921347021169	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
ISR0173_000000001659	4605	0.5290110604242815	3	3	3	3	2	False	57113	fragment	False	ISR0173_000000001659	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4606.0	99.11	100.0	0.000844825407646625	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
DEN0005_000000034039	1164	0.5290105182244044	2	2	2	2	2	False	76421	maximal	False	ENG0202_000000017400	1.0		0	0	True	True	0.9957044720649719	13					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.385782995621439e-05	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	True
USA0086_01_000000002770	7403	0.5290091591956659	5	5	2	5	1	True	129150	fragment	False	USA0086_01_000000002770	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	864.0	85.88	18.0	0.0017982715682809988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0298_000000012955	1166	0.5290032580741799	2	2	2	2	1	False	25624	maximal	True	ISR0298_000000012955	1.0		83	6	False	False	0.989708423614502	0					non-mobilizable	no_good_hit								True	False
AUS0010_000000003421	6247	0.5290020353123009	9	5	5	4	3	False	127555	maximal	True	AUS0010_000000003421	1.0	PS1009	2	2	False	True	0.9996798634529114	0					non-mobilizable	no_good_hit	1252.0	99.12100000000001	49.0	0.00342387957577831	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ETH0005_000000012832	3744	0.5289969534569766	4	4	4	4	4	False	78525	fragment	False	MON0081_000000014742	0.48422425032594524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.006583760058522311	XM_024825769.1	ascomycetes	Aspergillus novofumigatus IBT 16806 putative sensor histidine kinase/response regulator (P174DRAFT_432740), partial mRNA	True	False
ENG0173_000000008786	2019	0.5289934152492122	2	2	2	2	2	False	55688	maximal	True	ENG0173_000000008786	1.0		130	11	False	False	0.9980188012123108	0					non-mobilizable	no_good_hit	158.0	77.215	8.0	0.0012812670491179922	NZ_FNGW01000008.1	firmicutes	Romboutsia lituseburensis DSM 797, whole genome shotgun sequence	True	False
ISR0047_000000010747	2737	0.5289922247592946	3	3	3	3	3	False	53742	maximal	False	ENG0210_000000008155	0.9737676056338028		0	0	False	False	0.9996346235275269	0					non-mobilizable	no_good_hit	89.0	84.27	3.0	0.00016731914796526607	NZ_MCIB01000001.1	firmicutes	Thermohalobacter berrensis strain CTT3 contig_1, whole genome shotgun sequence	True	False
ISR0223_000000009541	2949	0.5289911337083848	4	4	3	4	2	False	114558	maximal	True	ISR0223_000000009541	0.9913889928865594		36	4	False	False	0.9996609091758728	0					non-mobilizable	no_good_hit	1669.0	72.798	56.0	0.0004678224454850592	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0080_000000036389	1545	0.5289872709066691	3	3	3	3	3	False	10039	maximal	True	MON0080_000000036389	1.0		108	9	False	False	0.9786407947540283	0					non-mobilizable	no_good_hit	1161.0	70.801	73.0	0.03818414667026153	NZ_CABMOJ010000018.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ISR0382_000000002735	4560	0.5289830292826201	6	5	4	3	2	False	23120	maximal	True	ISR0382_000000002735	1.0		65	8	False	False	0.9907894730567932	0					non-mobilizable	no_good_hit	1884.0	99.788	41.0	0.9994692144373672	NZ_WNCH01000110.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold110_size1884, whole genome shotgun sequence	True	False
ISR0079_000000016706	1688	0.5289814910855812	3	2	1	1	2	False	34359	fragment	False	ISR0079_000000016706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0153_000000003146	8594	0.5289811469761769	7	7	3	5	6	True	103555	maximal	True	AST0153_000000003146	1.0		1	1	False	False	1.0	0			MPF_Unknown		non-mobilizable	no_good_hit	6652.0	100.0	77.0	0.06683280243576474	LM995886.1	enterobacteria	Escherichia coli genome assembly FHI30, scaffold scaffold-16_contig-12.0_1_99517_[organism:Escherichia	True	True
AST0057_000000003589	1546	0.5289790860634243	2	2	2	1	1	False	113179	maximal	True	AST0057_000000003589	1.0		17	4	False	False	0.9974126815795898	0					non-mobilizable	chromosome	1546.0	100.0	100.0	0.0004299783702790045	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
MON0016_000000036378	1073	0.5289764833157206	2	2	2	1	1	False	13311	fragment	False	MON0016_000000036378	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	76.874	43.0	0.0035951262592711273	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
AUS0006_000000010396	2357	0.5289756811800702	3	2	0	2	0	False	102101	fragment	False	AUS0006_000000010396	1.0		0	0	False	False	0.9804836511611938	0					non-mobilizable	no_good_hit								True	False
AST0025_000000027828	1384	0.5289749547540463	3	2	2	2	1	True	119929	fragment	False	AST0025_000000027828	1.0		0	0	False	False	0.97398841381073	0					non-mobilizable	other	1448.0	87.70700000000001	100.0	0.004360774951123996	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	False	True
MON0024_000000002416	11147	0.5289741239137303	13	9	5	8	7	True	126164	fragment	False	MON0024_000000002416	1.0		0	0	False	False	0.999910295009613	0					non-mobilizable	no_good_hit	1049.0	75.119	23.0	0.09882555141793183	CP021563.1	other sequences	Unidentified plasmid plasmid YS1-2_2430, complete sequence	True	True
FIJ0166_000000013719	1762	0.5289726470460415	3	3	2	0	1	False	39008	maximal	True	FIJ0166_000000013719	1.0		1	1	False	False	0.9341657161712646	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000025993	1728	0.5289678323108239	2	2	1	1	2	False	50948	maximal	True	FIJ0011_000000025993	1.0		228	11	False	False	1.0	0					non-mobilizable	chromosome	1731.0	87.175	100.0	0.0007488025446278946	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0108_000000019388	1248	0.5289662465976778	2	2	2	2	2	False	42198	maximal	True	FIJ0108_000000019388	1.0		15	2	False	False	0.9679487347602844	0					non-mobilizable	no_good_hit	475.0	75.158	37.0	0.000979034287345506	NZ_OUNG01000002.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	False
FIJ0083_000000002219	12568	0.5289589368414795	17	12	5	9	9	True	74268	maximal	True	FIJ0083_000000002219	1.0		34	3	False	False	1.0	0					non-mobilizable	no_good_hit	4061.0	96.725	70.0	0.09261714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
DEN0001_000000008868	4389	0.5289555258354075	5	4	3	4	2	True	122739	maximal	True	DEN0001_000000008868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2273.0	99.384	52.0	0.039031094313691804	NZ_CYZK01000020.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0043_000000022483	1308	0.5289537688022571	2	2	1	2	1	False	12193	maximal	True	MON0043_000000022483	0.9992271794847388		30	4	False	False	0.9709480404853821	0					non-mobilizable	no_good_hit	566.0	73.145	42.0	0.00016047613386052282	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
CHI0047_000000013496	1151	0.5289535996976785	3	2	2	2	2	False	86948	maximal	True	CHI0047_000000013496	1.0		215	10	False	False	1.0	0					non-mobilizable	other	579.0	99.48200000000001	100.0	0.00012207271013877217	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0125_000000015217	1734	0.5289528578001086	3	3	3	3	2	False	58827	maximal	True	ENG0125_000000015217	1.0		27	5	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	84.596	23.0	0.002849250083163391	NZ_LT707054.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
SPA0107_000000019766	1659	0.5289509977508264	3	2	0	1	2	False	100255	fragment	False	AUS0016_000000016801	0.9586532782043709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	88.175	47.0	0.00020620322247887218	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0097_000000006735	5555	0.5289496069407773	7	5	4	3	3	True	15440	maximal	True	MAD0097_000000006735	1.0		10	6	False	False	0.9954995512962341	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	1.2471924312602963e-05	NC_009253.1	firmicutes	Desulfotomaculum reducens MI-1, complete genome	True	True
ENG0114_000000006913	2282	0.528948515638976	4	3	3	3	2	True	59580	maximal	True	ENG0114_000000006913	1.0		1	1	False	False	0.9995617866516113	0					non-mobilizable	no_good_hit	44.0	100.0	2.0	0.003470540758676352	NZ_BHVZ01000005.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs05, whole genome shotgun sequence	True	True
MON0029_000000027510	1197	0.5289481591016766	2	2	2	1	1	False	104598	fragment	False	SPA0126_000000036720	0.6119646529273113		0	0	False	False	0.981620728969574	0					non-mobilizable	no_good_hit	328.0	72.866	27.0	4.659572095481701e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
CHI0125_000000012653	1228	0.528945369692485	2	2	2	1	1	False	81521	fragment	False	CHI0125_000000012653	1.0		0	0	False	False	0.9837133288383484	0					non-mobilizable	no_good_hit	992.0	86.694	81.0	0.00018824313842317095	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ITA0006_000000001164	17787	0.5289425702223084	15	13	2	11	8	False	115126	fragment	False	ITA0006_000000001164	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	17788.0	99.837	100.0	0.003227107485158517	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0020_000000005463	3706	0.5289393349033554	5	3	1	1	2	True	101440	fragment	False	ISR0020_000000005463	0.9964364827121256		0	0	False	False	0.9975715279579163	0					non-mobilizable	other	3706.0	100.0	100.0	0.010132391107561964	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0139_000000007831	3119	0.5289393349033554	3	3	1	1	2	True	31315	maximal	True	ISR0139_000000007831	1.0		8	6	False	False	0.9987175464630127	0					non-mobilizable	other	3144.0	94.49700000000001	100.0	0.005439920219120402	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	True
MON0037_000000024330	2774	0.5289393349033554	3	3	1	1	2	True	101436	fragment	False	MON0037_000000024330	1.0		0	0	False	False	0.9960346221923828	0					non-mobilizable	chromosome	2674.0	99.963	96.0	0.00047941983205419293	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ISR0031_000000011017	2080	0.5289381830819431	3	3	3	2	1	False	85658	fragment	False	ISR0031_000000011017	0.9939341802468601		0	0	False	False	0.9995192289352417	0					non-mobilizable	other	2080.0	99.279	100.0	0.009774008377721466	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
FIJ0100_000000001392	12876	0.5289377515288163	16	10	4	10	5	True	42744	maximal	True	FIJ0100_000000001392	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	82.52799999999999	3.0	0.0005039221622284472	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
SPA0054_000000003049	7712	0.5289338233517075	9	7	5	6	5	False	101569	maximal	True	SPA0054_000000003049	1.0	PS500	9	4	False	True	1.0	0					non-mobilizable	no_good_hit	3403.0	99.794	50.0	0.0006444615155476104	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	True	True
ISR0058_000000004377	5131	0.528931063946618	6	4	4	3	3	False	35532	fragment	False	ISR0058_000000004377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	71.70100000000001	22.0	0.0004719996478865859	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0064_000000009961	2117	0.5289308891794323	5	3	1	1	3	False	86721	fragment	False	ISR0064_000000009961	0.9915666503509811		0	0	False	False	1.0	0					non-mobilizable	other	2117.0	99.52799999999999	100.0	0.0006790189252045405	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0181_000000009404	2024	0.5289308891794323	4	3	1	1	3	False	86721	fragment	False	ISR0064_000000009961	0.9823522210587833		0	0	False	False	1.0	0					non-mobilizable	other	2024.0	99.75299999999999	100.0	0.000649482404580986	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
DEN0052_000000022125	2006	0.5289308891794323	5	3	1	1	3	False	86721	fragment	False	ISR0064_000000009961	0.9845168624107417		0	0	False	False	1.0	0					non-mobilizable	other	2007.0	99.552	100.0	0.0006440245692483726	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0197_000000005040	1997	0.5289308891794323	5	3	1	1	3	False	86721	fragment	False	ISR0064_000000009961	0.9791881216830508		0	0	False	False	0.9994992613792419	0					non-mobilizable	other	1997.0	99.75	100.0	0.0004817125411784581	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
DEN0047_000000001478	1855	0.5289308891794323	4	3	1	1	3	False	86721	fragment	False	ISR0064_000000009961	0.8762759692822573		0	0	False	False	1.0	0					non-mobilizable	other	1854.0	99.40700000000001	99.0	0.005636690505233635	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0061_000000003289	1799	0.5289308891794323	4	3	1	1	3	False	86721	fragment	False	ISR0064_000000009961	0.6247177977525202		0	0	False	False	1.0	0					non-mobilizable	chromosome	1800.0	99.389	100.0	0.0005008177610745728	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0069_000000002039	10632	0.5289271116208318	8	7	6	5	7	False	96251	maximal	True	ISR0069_000000002039	1.0		28	7	False	False	1.0	0					non-mobilizable	no_good_hit	2321.0	79.233	80.0	0.003726838740998463	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
ISR0298_000000012345	1218	0.5289258598609887	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.16373178308372724	PS1128	0	0	False	True	0.9950739145278931	0					non-mobilizable	other	1166.0	79.846	96.0	0.0006371059806182746	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	False	True
ISR0151_000000018943	1170	0.5289258598609887	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.1635063972568878	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1164.0	86.08200000000001	99.0	0.01369458360903677	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0383_000000013480	1160	0.5289258598609887	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.1615633729910728	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1163.0	86.32799999999999	99.0	0.01369458360903677	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0368_000000011493	1159	0.5289258598609887	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.1634743424700014	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1165.0	86.43799999999999	100.0	0.013706399470649399	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0278_000000010832	1156	0.5289258598609887	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.16321090720463277	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1162.0	82.35799999999999	100.0	0.0005321143972049213	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
ISR0146_000000031921	1342	0.5289252730773701	2	2	2	1	1	False	49036	maximal	True	ISR0146_000000031921	0.9929208141526901		188	11	False	False	1.0	0					non-mobilizable	chromosome	1342.0	98.584	100.0	0.0004556703434041803	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0039_000000005647	3065	0.5289212370997353	3	3	3	3	2	False	73295	maximal	True	DEN0039_000000005647	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	100.0	16.0	0.0022289924314744694	NZ_QGDL01000011.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_111, whole genome shotgun sequence	True	False
FIJ0157_000000014157	1353	0.5289209422547777	3	3	2	2	1	False	39450	maximal	True	FIJ0157_000000014157	1.0		54	5	False	False	0.9815225601196289	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	3.0	6.259872684073615e-06	NZ_JH992901.1	cyanobacteria	Mastigocladopsis repens PCC 10914 Mas10914DRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ISR0327_000000022142	1334	0.5289205882642716	2	2	2	2	2	False	24767	maximal	True	ISR0327_000000022142	1.0		215	14	False	False	0.9895052313804626	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000026429	1190	0.5289189125405974	2	2	1	2	1	False	42890	fragment	False	FIJ0097_000000026429	1.0		0	0	False	False	0.9840335845947266	0					non-mobilizable	no_good_hit	1000.0	98.4	86.0	0.000433152137859448	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
AUS0022_000000023983	1413	0.528918633631569	2	2	2	2	1	False	99090	maximal	True	AUS0022_000000023983	0.98379970544919		292	10	False	False	0.9950460195541382	0					non-mobilizable	chromosome	1413.0	99.929	100.0	0.000259324668608051	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0838_000000006094	3558	0.5289152852698619	2	2	0	2	0	True	20888	maximal	True	ISR0838_000000006094	1.0		1	1	False	False	0.9985947012901306	0					non-mobilizable	no_good_hit								True	True
DEN0092_000000006414	2331	0.5289117413789575	4	3	3	2	3	False	69907	maximal	True	DEN0092_000000006414	0.9900997669078121		473	15	False	False	1.0	0					non-mobilizable	chromosome	2324.0	99.355	99.0	0.000650162848580907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0111_000000013005	1568	0.5289116060991793	2	1	1	1	1	False	59725	maximal	True	ENG0111_000000013005	1.0		0	0	False	False	0.9993622303009033	0					non-mobilizable	no_good_hit								True	False
ISR0371_000000018894	1163	0.5289047897974205	2	1	1	1	1	False	23464	fragment	False	ISR0371_000000018894	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	878.0	82.574	75.0	0.00027034442938037305	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0133_000000019046	1104	0.5289047897974205	3	1	1	1	1	False	80752	fragment	False	CHI0133_000000019046	1.0		0	0	False	False	0.945652186870575	0					non-mobilizable	no_good_hit	897.0	81.94	80.0	0.0002756331006110593	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0049_000000015347	1235	0.5289019889048383	2	2	2	2	2	False	24071	fragment	False	ISR0376_000000019917	0.9803000354408477		0	0	False	False	0.99676114320755	0					non-mobilizable	chromosome	1235.0	96.92299999999999	100.0	0.0003509999516450634	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0007_000000031719	1981	0.5289010506997889	3	2	2	2	1	True	47370	fragment	False	MON0007_000000031719	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0052_000000019322	1396	0.5289010506997889	3	2	2	2	1	True	6512	maximal	True	SPA0052_000000019322	1.0		15	7	False	False	1.0	0					non-mobilizable	other	874.0	88.444	98.0	0.0002712777243034353	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0012_000000017141	1393	0.5289010506997889	2	2	2	2	1	True	124763	fragment	False	MON0096_000000025597	0.912185068284501		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0108_000000003487	2273	0.5289005416547876	3	3	3	2	3	False	82916	maximal	True	CHI0108_000000003487	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	2278.0	99.649	100.0	0.007388850850350621	CP052538.1	enterobacteria	Klebsiella pneumoniae strain B16KP0141 plasmid pB16KP0141-1, complete sequence	False	True
ENG0031_000000015518	1403	0.5288970192270043	3	2	2	1	1	False	65674	fragment	False	ENG0031_000000015518	0.9780575539568346		0	0	False	False	0.9893085956573486	0					non-mobilizable	other	1412.0	90.439	99.0	0.10624621899576528	NZ_WNCH01000057.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold57_size13224, whole genome shotgun sequence	False	False
SPA0033_000000022800	1390	0.5288970192270043	3	2	2	1	1	False	65674	fragment	False	ENG0031_000000015518	0.973984319315752		0	0	False	False	0.9848920702934265	0					non-mobilizable	other	1343.0	90.76700000000001	96.0	0.10110405323653962	NZ_WNCH01000057.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold57_size13224, whole genome shotgun sequence	False	False
MON0109_000000009334	3634	0.5288961704232642	3	3	3	3	1	True	102711	maximal	True	MON0109_000000009334	1.0		2	1	False	False	0.999724805355072	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.0002459775436971872	NZ_AODF01000014.1	firmicutes	Listeria floridensis FSL S10-1187 c12p2, whole genome shotgun sequence	True	True
SPA0079_000000013244	1923	0.5288904544973744	3	3	3	3	2	False	5647	fragment	False	SPA0079_000000013244	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1923.0	94.02	100.0	0.006885409165977051	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0005_000000029654	1250	0.5288881356147752	2	2	2	2	2	False	60619	fragment	False	FIJ0005_000000029654	0.9902654867256637		0	0	False	False	1.0	0					non-mobilizable	chromosome	1250.0	98.72	100.0	0.00023637055939392242	LR134206.1	enterobacteria	Klebsiella pneumoniae strain NCTC9667 genome assembly, chromosome: 1	False	False
ENG0099_000000014373	1130	0.5288881356147752	2	2	2	2	2	False	60619	fragment	False	FIJ0005_000000029654	0.9432		0	0	False	False	1.0	0					non-mobilizable	chromosome	1130.0	100.0	100.0	0.0002132895444294023	CP041934.1	enterobacteria	Klebsiella pneumoniae strain KP14003 chromosome, complete genome	False	False
DEN0082_000000016227	2466	0.5288858093511097	4	4	1	2	3	False	69278	maximal	True	DEN0082_000000016227	1.0		1	1	False	False	0.9910786747932434	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000001434	12773	0.5288845331882933	8	7	6	6	7	False	35725	maximal	True	ISR0054_000000001434	1.0		21	3	False	False	0.9993736743927002	0					non-mobilizable	no_good_hit	3710.0	99.811	29.0	0.011470329915016267	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0079_000000046797	1336	0.5288844582912962	2	2	2	2	2	False	69450	fragment	False	ISR0325_000000014765	0.9479773231194686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	74.763	39.0	0.0005287332197835019	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
FIJ0115_000000009079	2656	0.5288837474537399	3	3	3	3	3	False	66953	maximal	False	ENG0199_000000008994	0.9420886635966829		0	0	False	False	0.9996234774589539	0					non-mobilizable	chromosome	2660.0	91.917	100.0	0.0010938062398021923	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0112_000000022790	1456	0.5288827756757036	3	3	3	3	2	False	4519	fragment	False	SPA0112_000000022790	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	76.902	99.0	0.0006579717664452765	CP014264.1	firmicutes	Streptococcus sp. oral taxon 431, complete genome	False	False
MAD0072_000000005805	1125	0.5288824622241118	2	1	1	1	1	False	16312	fragment	False	MAD0072_000000005805	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	95.46700000000001	100.0	0.018826826962042416	NZ_CABIYV010000015.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0176_000000016493	2066	0.5288813670066749	2	1	1	1	1	False	29823	maximal	True	ISR0176_000000016493	1.0		1	1	False	False	0.999515950679779	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000028825	1616	0.5288792823196439	1	1	1	1	1	False	17635	maximal	True	MAD0047_000000028825	1.0		16	1	False	False	0.9839109182357788	0					non-mobilizable	chromosome	1618.0	88.69	100.0	0.00043081268344550915	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CAN0018_000000005055	6535	0.5288787098606691	9	6	4	4	3	True	105168	fragment	False	FIJ0105_000000004082	0.48911939034716345		0	0	False	False	0.9989288449287415	0					non-mobilizable	plasmid	4870.0	96.59100000000001	93.0	0.6041848299912816	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
FIJ0003_000000020091	1158	0.5288679302760916	2	2	2	2	1	False	52129	maximal	True	FIJ0003_000000020091	1.0		22	3	False	False	0.9905008673667908	0					non-mobilizable	other	1158.0	98.791	100.0	0.01742916108039709	NZ_JHWQ01000010.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00010.10_C, whole genome shotgun sequence	False	False
CAN0023_000000002090	4254	0.5288676045404084	6	3	3	3	2	True	102696	fragment	False	CAN0023_000000002090	1.0		0	0	False	False	0.9997649192810059	0					non-mobilizable	no_good_hit	287.0	87.805	14.0	0.021286197818728845	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
FIJ0001_000000012829	1601	0.5288659280182779	2	2	2	2	2	True	52559	fragment	False	FIJ0001_000000012829	1.0		0	0	False	False	0.9918800592422485	0					non-mobilizable	plasmid	1601.0	99.56299999999999	100.0	0.01906827634699496	CP034679.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_83kb, complete sequence	False	True
MON0018_000000003380	4006	0.5288632799717841	3	3	2	3	1	True	40762	fragment	False	MON0018_000000003380	1.0		0	0	False	False	0.9905142188072205	0					non-mobilizable	no_good_hit	1446.0	85.131	36.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MON0008_000000009831	3242	0.5288628410865178	7	5	1	3	5	False	113667	fragment	False	MON0008_000000009831	1.0		0	0	False	False	0.9916718006134033	0					non-mobilizable	chromosome	3242.0	97.81	100.0	0.0010905650304937466	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0818_000000012288	1520	0.5288620981102247	2	2	2	2	1	False	21346	maximal	True	ISR0818_000000012288	1.0		2	2	False	False	0.9993420839309692	0					non-mobilizable	chromosome	1520.0	99.868	100.0	0.00033652996180085843	CP014031.2	enterobacteria	Hafnia paralvei strain FDAARGOS_158 chromosome, complete genome	False	False
ISR0047_000000015267	1959	0.5288615304954356	3	3	3	2	2	False	58606	fragment	False	ISR0047_000000015267	0.9959371614301191		0	0	False	False	0.9954057931900024	0					non-mobilizable	other	1945.0	99.383	99.0	0.000551848807052764	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0007_000000015108	1246	0.5288612932791917	2	1	1	1	1	False	79089	maximal	True	FIJ0007_000000015108	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1110.0	98.919	89.0	0.000402747690737711	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
USA0145_01_000000014999	1577	0.5288566438107037	2	2	1	2	1	False	80571	fragment	False	USA0145_01_000000014999	0.9901365850828503		0	0	False	False	0.9993658661842346	0					non-mobilizable	no_good_hit	1176.0	96.684	75.0	0.005296848938376234	NZ_SMMX01000006.1	firmicutes	Extibacter muris strain DSM 28560 NODE_6_length_221830_cov_109.999026, whole genome shotgun sequence	True	False
MAD0064_000000013580	1626	0.5288541393775142	1	1	1	1	1	False	16672	maximal	True	MAD0064_000000013580	1.0		0	0	False	False	0.9870848655700684	0					non-mobilizable	no_good_hit	891.0	82.82799999999999	55.0	0.00036971908475663304	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0145_01_000000011956	2002	0.5288503504130749	3	2	2	2	2	False	28845	fragment	False	USA0145_01_000000011956	0.9915300546448087		0	0	False	False	0.9985014796257019	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0004374638386746257	NZ_WRPK01000017.1	a-proteobacteria	Sphingomonas formosensis strain CC-Nfb-2 NODE_18_length_70863_cov_36.884524_cov_36.884524, whole genome shotgun sequence	True	False
DEN0076_000000003716	1952	0.5288480360057741	3	3	3	3	3	False	70004	fragment	False	DEN0076_000000003716	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	97.184	82.0	0.6907439446366782	KU547548.1	bacteria	Uncultured bacterium clone CH_08G_000_Contig_3 genomic sequence	True	False
MON0030_000000013322	2605	0.5288387219579659	3	2	2	2	1	False	12521	fragment	False	MON0030_000000013322	1.0		0	0	False	False	0.9988483786582947	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.54922531154301e-06	CP021361.1	b-proteobacteria	Acidovorax sp. NA3, complete genome	True	False
ISR0092_000000006856	3452	0.5288338584992429	5	4	2	3	1	True	33593	maximal	True	ISR0092_000000006856	1.0		4	2	False	False	0.9988412261009216	0					non-mobilizable	no_good_hit	1129.0	81.222	74.0	0.0003006451388828591	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
USA0106_01_000000002187	5294	0.5288317799688372	4	3	3	2	2	False	28424	fragment	False	USA0106_01_000000002187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1998.0	95.596	38.0	0.15587661069894573	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
ISR0820_000000003041	5629	0.5288314020049333	7	4	2	4	2	False	25346	fragment	False	ISR0820_000000003041	1.0		0	0	False	False	0.9998223781585693	0					non-mobilizable	no_good_hit	469.0	99.574	8.0	0.00016996025181717652	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0024_000000002721	6195	0.5288303011846555	9	7	4	7	5	False	7587	maximal	True	SPA0024_000000002721	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1923.0	76.96300000000001	31.0	0.01992797118847539	NZ_QOHO01000043.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_43, whole genome shotgun sequence	True	False
CAN0005_000000006403	2713	0.5288267937865317	3	3	3	3	2	False	95935	fragment	False	CAN0005_000000006403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	90.08200000000001	80.0	0.002583460058779996	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
ISR0164_000000000028	91729	0.5288239187695479	155	45	20	29	35	False	30302	maximal	True	ISR0164_000000000028	1.0		1	1	False	False	0.9999672770500183	0					non-mobilizable	no_good_hit	2566.0	73.77199999999999	3.0	0.0029625240705080727	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0013_000000011974	2033	0.5288182023825946	3	3	3	2	2	False	19572	maximal	True	MAD0013_000000011974	1.0		4	2	False	False	0.9990162253379822	0					non-mobilizable	no_good_hit	98.0	81.633	5.0	0.0001329431820227582	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	True	False
SPA0030_000000023432	1290	0.5288174963049238	3	3	1	3	0	True	40231	fragment	False	SPA0030_000000023432	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0010_000000003858	1250	0.5288153112622762	1	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.8775844356199548		0	0	False	False	1.0	0					non-mobilizable	chromosome	1250.0	99.6	100.0	0.0002741494617210309	LR782231.1	enterobacteria	Escherichia coli isolate SC457 genome assembly, chromosome: omosome1	False	False
ISR0797_000000003278	3570	0.5288152994235735	6	4	1	3	2	False	21942	fragment	False	ISR0797_000000003278	1.0		0	0	False	False	0.9957982897758484	0					non-mobilizable	no_good_hit	466.0	88.62700000000001	20.0	0.00019015224038187477	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
AST0033_000000009324	1411	0.5288141181966817	3	3	3	2	1	False	117040	maximal	True	AST0033_000000009324	1.0		36	5	False	False	0.9666903018951416	0					non-mobilizable	chromosome	1411.0	99.36200000000001	100.0	0.00039240744472064486	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ISR0821_000000004999	5287	0.5288135760544548	10	7	4	3	6	False	94429	backbone	False	CAN0015_000000007549	0.9637786436131056	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4058.0	95.022	100.0	0.0007812730356543027	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
MAD0044_000000008753	2762	0.5288105896136187	3	2	2	2	2	False	17971	fragment	False	MAD0044_000000008753	1.0		0	0	False	False	0.9927588701248169	0					non-mobilizable	no_good_hit	785.0	69.809	28.0	0.001147183152030782	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
MON0083_000000001075	13671	0.5288087424455123	14	12	10	12	11	False	125098	maximal	False	ENG0143_000000001372	0.9354164444657362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	87.16	14.0	0.0004777817228226682	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0171_000000001679	12212	0.5288077322790639	11	11	6	8	10	False	101920	maximal	True	ENG0171_000000001679	1.0		81	11	False	False	1.0	0					non-mobilizable	chromosome	6670.0	99.97	100.0	0.001218184319014142	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0224_000000014782	2055	0.5288062401873386	3	3	3	2	1	False	27741	fragment	False	ISR0224_000000014782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	7.466313351668789e-06	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0054_000000004774	6412	0.528803549703313	11	8	2	2	8	False	120264	maximal	True	MON0054_000000004774	1.0		16	5	False	False	0.9996880888938904	0					non-mobilizable	other	4578.0	88.772	97.0	0.017036430832240296	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	False	False
ENG0098_000000016593	1508	0.5288033950309229	2	2	1	2	1	False	60699	maximal	True	ENG0098_000000016593	1.0		45	7	False	False	0.9913793206214905	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	7.436410859351639e-06	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
DEN0022_000000008177	4425	0.5288023630182375	4	3	2	2	2	False	128995	maximal	True	DEN0022_000000008177	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	617.0	98.055	47.0	0.0024067860390730345	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
SPA0010_000000003831	4908	0.5287989030048014	3	3	3	2	3	False	8094	maximal	True	SPA0010_000000003831	1.0		493	12	False	False	0.9995924830436707	0					non-mobilizable	other	4908.0	99.165	100.0	0.007055183410326419	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
USA0020_01_000000006642	5158	0.5287971379333178	5	4	4	4	4	False	107376	fragment	False	DEN0061_000000006376	0.9349425049224234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	0.00010015106118395246	NZ_FPKU01000004.1	a-proteobacteria	Devosia enhydra strain ATCC 23634, whole genome shotgun sequence	True	False
CHI0057_000000009724	2030	0.528795889865732	3	2	2	2	1	False	128999	maximal	True	CHI0057_000000009724	1.0	PS1059	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1513.0	80.10600000000001	74.0	0.02658537449930878	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	True	True
CHI0186_000000011075	1738	0.5287877716692966	2	2	2	2	1	False	77142	fragment	False	CHI0186_000000011075	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	98.792	100.0	0.013974768226297974	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0050_000000011819	2830	0.5287856393714689	3	3	2	3	2	False	11340	maximal	True	MON0050_000000011819	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	73.214	22.0	0.00015987744131932549	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
AST0025_000000034420	1140	0.5287855561967395	2	2	2	2	1	False	119632	fragment	False	ENG0065_000000020600	0.8271946808387164		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	97.28299999999999	100.0	0.003666564728226754	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0026_000000010542	2835	0.5287846838409022	5	4	3	2	1	False	7527	maximal	True	SPA0026_000000010542	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	79.574	31.0	0.021123413961887563	NZ_ADGQ01000054.1	firmicutes	Peptostreptococcus stomatis DSM 17678 contig00024, whole genome shotgun sequence	True	False
MON0054_000000022409	2101	0.5287786638268418	3	3	3	3	3	False	129956	fragment	False	ISR0001_000000011907	0.5498492995274548		0	0	False	False	0.9890528321266174	0					non-mobilizable	other	2096.0	99.618	99.0	0.07738051266898131	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
MAD0015_000000009901	2028	0.5287765590683023	3	3	3	3	2	False	20161	maximal	True	MAD0015_000000009901	1.0		35	7	False	False	0.9975345134735107	0					non-mobilizable	no_good_hit	675.0	77.63	33.0	0.0011182030257457366	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
USA0015_01_000000016497	2040	0.5287733094784214	2	1	1	1	1	False	1949	maximal	True	USA0015_01_000000016497	1.0		55	11	False	False	0.9985294342041016	0					non-mobilizable	no_good_hit	1145.0	87.686	56.0	0.021607393099269023	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
ISR0253_000000011181	1144	0.5287727428022158	2	2	2	2	1	False	26935	maximal	True	ISR0253_000000011181	1.0		888	13	False	False	0.9973776340484619	0					non-mobilizable	other	1144.0	99.825	100.0	0.00024139984029172422	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0042_000000010866	2423	0.5287725487761411	3	2	2	2	1	False	64705	maximal	True	ENG0042_000000010866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0078_000000012434	2095	0.5287685200871777	4	4	2	3	2	True	61920	fragment	False	ENG0078_000000012434	1.0		0	0	False	False	0.9990453720092773	0					non-mobilizable	no_good_hit	878.0	71.298	41.0	0.000259426117981435	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
MON0018_000000016846	1281	0.5287653199801086	2	2	2	2	2	False	13255	maximal	True	MON0018_000000016846	1.0		49	8	False	False	0.8961748480796814	0					non-mobilizable	chromosome	1287.0	75.835	100.0	0.0005105107874979798	LS483409.1	firmicutes	Streptococcus gallolyticus strain NCTC13773 genome assembly, chromosome: 1	False	False
USA0059_01_000000001471	14901	0.5287616501065097	17	5	4	3	2	False	56866	maximal	True	USA0059_01_000000001471	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	245.0	86.939	2.0	0.0053255604988055845	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	False
ISR0015_000000002445	8913	0.5287606900582466	15	12	2	4	11	True	109180	maximal	False	ISR0038_000000002503	0.7816212937111636		0	0	False	False	1.0	0					non-mobilizable	other	8918.0	99.305	100.0	0.0023536717146742654	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
FIJ0094_000000010090	2009	0.5287605366885374	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.2681862358605416	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2009.0	99.50200000000001	100.0	0.0007941841043735101	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
CHI0167_000000008077	2456	0.5287604467606132	3	3	3	3	3	False	103250	fragment	False	CHI0167_000000008077	0.988626964433416		0	0	False	False	0.9816775321960449	0					non-mobilizable	other	2456.0	99.552	100.0	0.000652350041200356	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
AST0088_000000003660	3368	0.5287585941601844	6	3	2	1	2	False	110448	fragment	False	AST0088_000000003660	1.0		0	0	False	False	0.9991092681884766	0					non-mobilizable	no_good_hit								True	False
CHI0043_000000009159	1127	0.5287577937800332	2	2	2	1	1	True	87293	fragment	False	CHI0043_000000009159	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1127.0	100.0	100.0	0.010222609579838036	NZ_CP054255.1	enterobacteria	Klebsiella variicola strain FH-1 plasmid unnamed, complete sequence	False	True
ENG0011_000000008952	2951	0.5287575167139692	5	5	4	4	3	False	109188	fragment	False	ENG0011_000000008952	1.0		0	0	False	False	0.9989833831787109	0					non-mobilizable	plasmid	2937.0	100.0	99.0	0.020217600881421292	CP022155.1	enterobacteria	Escherichia coli strain ABWA45 plasmid pABWA45_1, complete sequence	False	True
ISR0182_000000013298	2790	0.5287569710289071	3	3	3	3	2	False	29561	maximal	True	ISR0182_000000013298	1.0		64	9	False	False	1.0	0					non-mobilizable	no_good_hit	1784.0	75.729	63.0	0.0005208801130750068	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	True	False
SPA0124_000000011944	2447	0.5287498333364657	3	2	2	2	1	False	51849	maximal	True	SPA0124_000000011944	1.0		3	1	False	False	0.983244776725769	0					non-mobilizable	no_good_hit	1396.0	95.917	57.0	0.013101913161083091	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	True	False
MON0091_000000009079	1363	0.5287456829635301	3	1	1	1	1	False	9483	fragment	False	MON0091_000000009079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0076_000000005494	7007	0.528744184366391	6	6	6	6	4	False	14506	maximal	True	MON0076_000000005494	1.0		64	7	False	False	1.0	0					non-mobilizable	no_good_hit	2906.0	83.964	52.0	0.089708858788728	MH106224.1	bacteria	Uncultured bacterium clone B2Cecum_14_B01_0 genomic sequence	True	False
SPA0056_000000020689	1725	0.5287381912237271	2	2	2	2	2	False	86638	fragment	False	CHI0134_000000008218	0.7181349745074022		0	0	False	False	1.0	0					non-mobilizable	other	1725.0	99.71	100.0	0.0031814163946284994	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
FIJ0025_000000016120	1312	0.5287323863196193	3	2	2	2	2	False	49167	maximal	True	FIJ0025_000000016120	1.0		14	8	False	False	0.9977133870124817	0					non-mobilizable	chromosome	1317.0	98.861	100.0	0.00020446652689856047	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ENG0026_000000011789	1116	0.5287316567493592	2	1	1	1	1	False	66033	maximal	True	ENG0026_000000011789	1.0		725	14	False	False	1.0	0					non-mobilizable	virus	1116.0	99.552	100.0	0.05087607227596277	MK232386.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_8-CL31_c1 sequence	False	False
FIJ0006_000000002168	12734	0.5287299221980735	17	11	9	11	8	False	51821	maximal	True	FIJ0006_000000002168	1.0		35	4	False	False	0.999921441078186	0					non-mobilizable	no_good_hit	3724.0	88.4	67.0	0.0014449419821502124	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
FIJ0166_000000022547	1135	0.5287279335899047	2	2	2	2	2	False	38985	maximal	True	FIJ0166_000000022547	1.0		53	7	False	False	0.9991189241409302	0					non-mobilizable	no_good_hit	371.0	79.245	32.0	0.0032243610581527134	NZ_FNBY01000013.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MON0096_000000002124	11323	0.5287268543587678	9	5	3	5	5	False	43907	maximal	False	MON0078_000000002420	0.9296726067136345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1348.0	82.12200000000001	17.0	0.00035772124365351563	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CAN0004_000000000142	51425	0.5287253381391653	50	9	3	8	4	False	96303	fragment	False	CAN0004_000000000142	0.9395673416152043		0	0	False	False	1.0	0					non-mobilizable	virus	28573.0	97.036	99.0	0.2887561042191149	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	False
ENG0034_000000008199	1774	0.5287182178083494	2	2	1	2	2	False	84183	fragment	False	ENG0034_000000008199	1.0		0	0	False	False	0.990980863571167	0					non-mobilizable	other	1774.0	100.0	100.0	0.04536499245196121	NZ_JH379408.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld372, whole genome shotgun sequence	False	False
FIJ0086_000000008996	3417	0.5287165574746917	3	3	3	3	3	False	48690	fragment	False	FIJ0031_000000006510	0.9801558846435178		0	0	False	False	0.9997073411941528	0					non-mobilizable	no_good_hit	873.0	77.663	28.0	0.00018226427136636743	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
MAD0053_000000008650	1266	0.5287160792720115	2	2	2	2	1	False	17206	maximal	True	MAD0053_000000008650	1.0		19	2	False	False	0.9976303577423096	0					non-mobilizable	chromosome	1266.0	99.84200000000001	100.0	0.0003565474370158248	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0374_000000004379	3613	0.5287159680623774	4	2	1	2	0	True	23421	maximal	True	ISR0374_000000004379	1.0		1	1	False	False	0.9964019060134888	0					non-mobilizable	no_good_hit								True	True
ISR0013_000000007005	3421	0.5287156123477564	4	2	2	1	1	False	38117	maximal	True	ISR0013_000000007005	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	86.538	2.0	6.996441809593978e-06	NC_019757.1	cyanobacteria	Cylindrospermum stagnale PCC 7417, complete sequence	True	False
CHI0135_000000005106	3989	0.5287101047146574	9	4	2	2	4	False	80696	fragment	False	CHI0135_000000005106	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3991.0	99.374	100.0	0.0011207555038706533	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CAN0005_000000005252	3405	0.5287101047146574	7	4	2	2	4	False	95941	fragment	False	CAN0005_000000005252	1.0		0	0	False	False	0.9982379078865051	0					non-mobilizable	no_good_hit	2283.0	96.54	67.0	0.0006410339278658376	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0005_000000010234	3072	0.5287101047146574	7	4	2	2	4	False	60975	fragment	False	MON0103_000000016243	0.9559871108945582		0	0	False	False	1.0	0					non-mobilizable	other	3082.0	94.54899999999999	99.0	0.0008622060897380051	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MON0103_000000016243	2990	0.5287101047146574	8	4	2	2	4	False	60975	fragment	False	MON0103_000000016243	0.9638556768623291		0	0	False	False	0.9996655583381653	0					non-mobilizable	other	2990.0	97.425	100.0	0.00083972353198734	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
FIJ0106_000000008626	2916	0.5287101047146574	7	4	2	2	4	False	55850	fragment	False	FIJ0106_000000008626	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2692.0	97.43700000000001	92.0	0.0007559760043661127	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0095_000000009731	2828	0.5287101047146574	7	4	2	2	4	False	60975	fragment	False	MON0103_000000016243	0.9330045464046822		0	0	False	False	0.9996463656425476	0					non-mobilizable	other	2828.0	97.87799999999999	100.0	0.0007941963525422433	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0230_000000016180	2057	0.5287101047146574	5	4	2	2	4	False	55849	fragment	False	ISR0230_000000016180	0.9831319234642497		0	0	False	False	0.9970831274986267	0					non-mobilizable	other	2053.0	97.272	99.0	0.0005763965743326756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0170_000000006239	1986	0.5287101047146574	5	4	2	2	4	False	55849	fragment	False	ISR0230_000000016180	0.9666990763247447		0	0	False	False	1.0	0					non-mobilizable	other	1986.0	99.899	100.0	0.0005578484641883769	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0042_000000002472	8327	0.5287075723615876	11	5	1	5	1	False	18169	maximal	True	MAD0042_000000002472	1.0		2	1	False	False	0.9997597932815552	0					non-mobilizable	no_good_hit								True	False
MON0044_000000029098	1878	0.528704979067038	3	2	2	2	1	False	11619	maximal	True	MON0044_000000029098	1.0		45	9	False	False	0.9930777549743652	0					non-mobilizable	no_good_hit	541.0	71.719	28.0	5.690287102622865e-05	CP058354.1	a-proteobacteria	Bradyrhizobium japonicum strain 5038 chromosome, complete genome	True	False
AST0035_000000004781	3404	0.5287033250078628	4	4	4	4	3	False	116848	maximal	True	AST0035_000000004781	1.0		25	5	False	False	0.999412477016449	0					non-mobilizable	chromosome	3404.0	99.912	100.0	0.0009470656272229464	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
SPA0079_000000010569	2363	0.5287008093488309	3	3	3	3	3	False	85789	fragment	False	SPA0079_000000010569	1.0		0	0	False	False	0.9983072280883789	0					non-mobilizable	other	2367.0	98.479	99.0	0.009131287449518244	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
ISR0399_000000005638	2695	0.5286985225439781	5	2	2	2	1	False	37788	maximal	True	ISR0399_000000005638	1.0		16	7	False	False	0.9988868236541748	0					non-mobilizable	no_good_hit	2126.0	97.131	79.0	0.0006062176698180091	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
FIJ0018_000000014061	1905	0.5286970103602369	2	2	2	2	1	True	89811	fragment	False	FIJ0018_000000014061	0.9329594017094017		0	0	False	False	0.9973753094673157	0					non-mobilizable	plasmid	1887.0	98.728	99.0	0.019281887702940335	CP050841.1	enterobacteria	Klebsiella pneumoniae strain Bckp101 plasmid pBckp101-1, complete sequence	False	True
FIJ0086_000000006148	4900	0.5286938348876359	7	5	1	2	5	True	74250	fragment	False	FIJ0086_000000006148	0.9616633319755856		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2018.0	95.639	85.0	0.04605714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0067_000000006660	4514	0.5286938348876359	7	5	1	2	5	True	74250	fragment	False	FIJ0086_000000006148	0.9190945743266561		0	0	False	False	0.9977846741676331	0					non-mobilizable	no_good_hit	1980.0	94.04	85.0	0.04464	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
FIJ0167_000000004622	3965	0.5286938348876359	6	5	1	2	5	True	74249	fragment	False	FIJ0167_000000004622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	95.64299999999999	83.0	0.041897142857142855	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ENG0011_000000006344	4014	0.5286919221336827	6	6	5	6	4	False	67222	maximal	True	ENG0011_000000006344	1.0		1	1	False	False	0.9920278787612915	0					non-mobilizable	no_good_hit	557.0	75.045	25.0	0.0001674716224387481	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ENG0048_000000005172	5018	0.5286917389199749	7	7	7	5	4	False	92299	maximal	True	ENG0048_000000005172	0.977238726223552		66	9	False	False	0.9982064366340637	0					non-mobilizable	other	4943.0	98.179	98.0	0.0013223577815988747	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0028_000000004097	3786	0.5286894878679592	4	4	3	4	2	False	65905	maximal	True	ENG0028_000000004097	1.0		1	1	False	False	0.996038019657135	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.519800513422217e-06	LT630032.1	high GC Gram+	Leifsonia sp. 98AMF genome assembly, chromosome: I	True	False
AST0019_000000009392	2978	0.5286867680367656	6	4	4	3	2	False	122708	maximal	True	AST0019_000000009392	1.0		2	2	False	False	0.986903965473175	0					non-mobilizable	no_good_hit	260.0	76.538	9.0	8.698852193249079e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0781_000000027418	1142	0.5286863920555234	2	2	2	1	1	False	87743	fragment	False	CHI0039_000000009722	0.9461800802992973		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	100.0	100.0	0.00022027197121213293	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
MAD0065_000000008452	1342	0.5286860390848984	2	2	2	2	1	False	16623	maximal	True	MAD0065_000000008452	1.0		19	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000004699	6839	0.528684397073538	11	8	5	8	3	True	71961	maximal	True	DEN0061_000000004699	1.0		22	9	False	False	0.9995613098144531	0					non-mobilizable	no_good_hit	4755.0	90.34700000000001	72.0	0.0016018120796475062	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0154_000000013038	1611	0.5286843313773746	4	3	3	2	1	False	30622	maximal	True	ISR0154_000000013038	1.0		330	12	False	False	1.0	0					non-mobilizable	chromosome	1611.0	97.95200000000001	100.0	0.0004536245020344073	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0024_000000012237	1994	0.5286797247031806	3	3	3	3	2	False	122097	fragment	False	DEN0005_000000016454	0.9454377576729271		0	0	False	False	1.0	0					non-mobilizable	other	1994.0	98.495	100.0	0.0006200189272210397	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0155_000000014646	1494	0.5286771846380309	3	3	3	2	2	False	39521	fragment	False	FIJ0155_000000014646	1.0		0	0	False	False	0.9879518151283264	0					non-mobilizable	no_good_hit	708.0	77.40100000000001	75.0	0.014545454545454545	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	True	False
ISR0318_000000000653	7404	0.5286758313232557	11	9	2	3	8	True	97454	fragment	False	ISR0318_000000000653	0.9820004177870435		0	0	False	False	1.0	0					non-mobilizable	plasmid	7379.0	99.553	100.0	0.19078930337311345	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ISR0326_000000002197	6658	0.5286758313232557	9	9	2	3	8	True	97454	fragment	False	ISR0318_000000000653	0.6432817489560304		0	0	False	False	1.0	0					non-mobilizable	other	6658.0	99.7	100.0	0.4557092004381161	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
SPA0031_000000008480	3392	0.5286750745026526	3	3	2	3	3	False	87130	maximal	True	SPA0031_000000008480	1.0		9	3	False	False	0.9970518946647644	0					non-mobilizable	other	2069.0	98.45299999999999	97.0	0.005214058796833241	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0351_000000013137	1181	0.5286717523336429	2	2	2	2	1	False	24070	maximal	True	ISR0351_000000013137	1.0		328	15	False	False	0.9991532564163208	0					non-mobilizable	other	1177.0	92.353	99.0	0.018722343807409066	NZ_CYXX01000023.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0041_000000005862	5733	0.5286699719756828	10	4	2	1	4	False	58125	maximal	True	SPA0041_000000005862	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	81.25	7.0	0.007324999570129134	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0162_000000032686	1196	0.5286697670352116	1	1	1	1	0	True	30316	maximal	True	ISR0162_000000032686	1.0		1	1	False	False	0.9991638660430908	0					non-mobilizable	no_good_hit	198.0	83.838	17.0	5.242860195806191e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0398_000000007446	3104	0.5286690806778623	5	2	1	2	1	True	119817	maximal	True	ISR0398_000000007446	1.0		1	1	False	False	0.999677836894989	0					non-mobilizable	no_good_hit	1101.0	98.728	35.0	0.0023001147966384868	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0013_000000020738	1373	0.5286687451956822	2	2	2	2	2	False	7971	maximal	True	SPA0013_000000020738	1.0		16	4	False	False	0.9949016571044922	0					non-mobilizable	other	1373.0	80.408	99.0	0.011422750311036147	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
DEN0051_000000009540	4389	0.5286683937224249	4	4	4	4	4	False	72602	maximal	True	DEN0051_000000009540	1.0		19	6	False	False	0.9979494214057922	0					non-mobilizable	no_good_hit	2211.0	75.803	49.0	0.005928530095751766	NZ_FQXV01000002.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MAD0105_000000013422	2616	0.5286626384531158	3	2	1	2	1	False	14834	maximal	True	MAD0105_000000013422	1.0		1	1	False	False	0.9892966151237488	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00022504239638003232	NC_014214.1	bacteria	Meiothermus silvanus DSM 9946 plasmid pMESIL02, complete sequence	True	False
FIJ0008_000000006195	4574	0.5286599070755676	4	3	0	2	2	False	52064	maximal	True	FIJ0008_000000006195	1.0		2	1	False	False	0.9997813701629639	0					non-mobilizable	no_good_hit	1657.0	89.62	37.0	0.24912865585694802	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
SPA0129_000000015349	1642	0.5286551425034868	3	3	2	3	2	False	121979	fragment	False	SPA0129_000000015349	1.0		0	0	False	False	0.9780755043029785	0					non-mobilizable	no_good_hit	1336.0	91.991	81.0	0.9955156950672646	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0049_000000004266	4671	0.5286529720296311	5	4	4	4	3	False	64193	maximal	True	ENG0049_000000004266	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1893.0	98.943	41.0	0.033314551345259895	NZ_QSOD01000011.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf11, whole genome shotgun sequence	True	False
MON0087_000000033719	1520	0.5286524702998119	2	2	2	2	2	False	92359	fragment	False	ETH0004_000000018317	0.9666265223428149		0	0	False	False	0.9993420839309692	0					non-mobilizable	no_good_hit	719.0	78.164	47.0	0.00016031615161418182	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0025_000000017231	2285	0.5286510045460187	2	2	2	2	2	False	37359	maximal	True	ISR0025_000000017231	0.990448689471346		90	10	False	False	1.0	0					non-mobilizable	no_good_hit	1676.0	77.983	73.0	0.0002776037060680422	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
ISR0811_000000006546	2251	0.5286510045460187	2	2	2	2	2	False	37359	maximal	False	ISR0025_000000017231	0.9831509846827133		0	0	False	False	0.9951132535934448	0					non-mobilizable	no_good_hit	1676.0	77.983	74.0	0.0002776037060680422	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
SPA0135_000000011669	1847	0.5286500374291229	3	3	3	3	1	False	3648	fragment	False	SPA0135_000000011669	1.0		0	0	False	False	0.9886302351951599	0					non-mobilizable	no_good_hit	120.0	77.5	10.0	0.0024997329345155432	NZ_SNXO01000016.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_116, whole genome shotgun sequence	True	False
FIJ0014_000000017803	1423	0.5286491856139228	5	4	1	3	2	False	86456	fragment	False	FIJ0014_000000017803	0.994199535962877		0	0	False	False	0.9943780899047852	0					non-mobilizable	other	1423.0	99.719	100.0	0.00038448861527047096	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
USA0009_01_000000020022	1293	0.5286491856139228	4	4	1	3	2	False	86456	fragment	False	FIJ0014_000000017803	0.949051300070274		0	0	False	False	0.9969063997268677	0					non-mobilizable	other	1293.0	99.613	100.0	0.0003493384605692324	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MAD0012_000000005068	5195	0.5286448857708835	5	3	2	3	2	False	19696	maximal	True	MAD0012_000000005068	1.0		1	1	False	False	0.998460054397583	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	2.0	0.002614647903874967	NZ_CABJAT010000016.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ENG0142_000000006303	4485	0.5286383265762012	3	3	3	3	2	True	101778	maximal	True	ENG0142_000000006303	1.0		108	11	False	False	0.9986622333526611	0					non-mobilizable	no_good_hit	3980.0	89.12100000000001	88.0	0.0007142925827328432	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	True
ENG0142_000000020230	1691	0.5286372972061916	2	1	1	1	1	False	99939	backbone	False	AUS0018_000000016405	0.9697293201173348	PS564	0	0	True	True	1.0	1					non-mobilizable	other	1607.0	96.266	99.0	0.005822870174649848	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0025_000000010549	3246	0.5286323589923219	5	3	3	2	2	False	120479	maximal	True	AST0025_000000010549	1.0		48	11	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	83.529	8.0	0.0005071518554657784	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CHI0174_000000012973	1196	0.5286278441152302	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.9562267790492628		0	0	False	False	0.9899665713310242	0					non-mobilizable	other	1196.0	98.74600000000001	100.0	0.0032706123845364352	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0002_000000011775	3002	0.5286195838279267	3	2	1	2	1	False	52426	maximal	True	FIJ0002_000000011775	1.0		5	1	False	False	0.9983344674110413	0					non-mobilizable	no_good_hit	595.0	96.134	20.0	0.02624834290764472	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	False
ENG0187_000000011863	2449	0.5286187018724459	3	3	3	3	1	False	60485	maximal	True	ENG0187_000000011863	1.0		331	12	False	False	0.99836665391922	0					non-mobilizable	no_good_hit	1246.0	75.762	67.0	0.0033950720099492544	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	False
FIJ0107_000000011649	2273	0.5286187018724459	3	3	3	3	1	False	61825	fragment	False	ENG0079_000000015338	0.9446374418411433		0	0	False	False	0.9815222024917603	0					non-mobilizable	no_good_hit	1334.0	76.91199999999999	87.0	0.0004409285956223807	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0079_000000015338	2176	0.5286187018724459	3	3	3	3	1	False	61825	fragment	False	ENG0079_000000015338	0.9567685709552674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1236.0	77.832	87.0	0.0004088610613952985	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
DEN0078_000000014798	2148	0.5286187018724459	3	3	3	3	1	False	69773	maximal	True	DEN0078_000000014798	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	382.0	76.44	17.0	0.001541731590696986	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ENG0191_000000015706	1997	0.5286187018724459	3	3	3	3	1	False	54712	maximal	True	ENG0191_000000015706	1.0		57	10	False	False	0.9989985227584839	0					non-mobilizable	no_good_hit	1029.0	75.12100000000001	73.0	0.00039213493790290897	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
FIJ0140_000000016107	1981	0.5286187018724459	3	3	3	3	1	False	45475	maximal	True	FIJ0140_000000016107	1.0		121	12	False	False	0.9939424395561218	0					non-mobilizable	no_good_hit	860.0	71.512	43.0	0.0011341140425164655	NZ_LN908976.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
SPA0016_000000017575	1912	0.5286187018724459	3	3	3	3	1	False	60484	fragment	False	ENG0101_000000017506	0.9295716644692013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	84.296	46.0	0.0011992404810286818	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	False
USA0009_01_000000013552	1848	0.5286187018724459	3	3	3	3	1	False	12735	fragment	False	USA0009_01_000000013552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	78.251	85.0	0.00028187944273688433	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
USA0019_01_000000017754	1710	0.5286187018724459	3	3	3	3	1	False	59603	fragment	False	USA0019_01_000000017754	0.9491423910086363		0	0	False	False	0.992397665977478	0					non-mobilizable	no_good_hit	432.0	84.491	53.0	0.000119962719278009	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0011_000000028574	1585	0.5286187018724459	3	3	3	3	1	False	50935	maximal	True	FIJ0011_000000028574	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	74.587	66.0	0.0002687383806169798	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
ISR0019_000000011328	1582	0.5286187018724459	3	3	3	3	1	False	59604	maximal	True	ISR0019_000000011328	1.0		11	5	False	False	0.9766119122505188	0					non-mobilizable	no_good_hit	614.0	74.104	38.0	0.008834207934618041	NZ_DS544168.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_1, whole genome shotgun sequence	True	False
ENG0189_000000011323	1566	0.5286187018724459	3	3	3	3	1	False	59603	fragment	False	USA0019_01_000000017754	0.9339045386155943		0	0	False	False	0.9993614554405212	0					non-mobilizable	no_good_hit	438.0	84.24700000000001	54.0	0.00010965044341936753	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0042_000000017325	1510	0.5286187018724459	3	3	3	3	1	False	59603	fragment	False	USA0019_01_000000017754	0.8116222704214325		0	0	False	False	0.9993377327919006	0					non-mobilizable	no_good_hit	441.0	83.9	57.0	0.00011522915674779323	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MON0033_000000028373	2214	0.5286167224451923	4	2	2	2	2	False	12311	maximal	True	MON0033_000000028373	1.0		35	8	False	False	0.9932249188423157	0					non-mobilizable	no_good_hit	968.0	78.926	43.0	0.0003075650734496216	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0059_000000005809	3177	0.5286134909230811	4	2	2	1	2	False	49807	fragment	False	FIJ0059_000000005809	0.9722491657913013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	81.617	30.0	0.00020380240876307677	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0075_000000001931	6785	0.5286093287168673	9	6	3	4	5	False	5804	fragment	False	SPA0075_000000001931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	84.397	2.0	0.0007627474161931276	NZ_SPFR01000005.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_5_length_183547_cov_48.9653, whole genome shotgun sequence	True	False
MAD0045_000000007685	4479	0.5286088934128982	3	3	2	3	0	False	43145	fragment	False	FIJ0095_000000005877	0.9946368715083799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0095_000000005877	4475	0.5286088934128982	3	3	2	3	0	False	43145	fragment	False	FIJ0095_000000005877	0.9946416610850637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0213_000000014751	1798	0.5286044170931632	3	2	2	1	2	False	73099	maximal	False	ENG0199_000000012935	0.6525018395879324		0	0	False	False	0.9938821196556091	0					non-mobilizable	other	1798.0	100.0	100.0	0.09285861926415874	NZ_WNAF01000017.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold17_size19438, whole genome shotgun sequence	False	False
SPA0031_000000025798	1300	0.5286044170931632	2	2	2	1	2	False	7267	fragment	False	SPA0031_000000025798	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	99.76299999999999	100.0	0.03668766145183293	NZ_JAAIPV010000045.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_45_length_34453_cov_115.983, whole genome shotgun sequence	False	False
FIJ0063_000000016500	1704	0.5286035620895144	3	2	2	2	1	False	45581	maximal	True	FIJ0063_000000016500	1.0		4	1	False	False	0.9812206625938416	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.0008501033315256424	NZ_JH379439.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld922, whole genome shotgun sequence	True	False
DEN0033_000000007238	3627	0.528603479478129	5	3	3	3	2	False	73623	maximal	True	DEN0033_000000007238	1.0		14	4	False	False	0.9994485974311829	0					non-mobilizable	no_good_hit	2755.0	84.17399999999999	75.0	0.0042933703507483925	NZ_FRDE01000004.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
SPA0005_000000010198	2888	0.5285974088148497	4	4	2	3	3	False	8323	maximal	True	SPA0005_000000010198	1.0		1	1	False	False	0.9996537566184998	0					non-mobilizable	no_good_hit								True	False
USA0061_01_000000005443	2001	0.528593509018628	3	2	2	2	1	False	891	maximal	True	USA0061_01_000000005443	1.0		1	1	False	False	0.995502233505249	0					non-mobilizable	no_good_hit	1173.0	95.56700000000001	87.0	0.0030790895142815107	NZ_DS562848.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_5, whole genome shotgun sequence	True	False
MAD0070_000000006488	2824	0.5285920395372761	4	3	3	3	3	False	54804	fragment	False	MAD0070_000000006488	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2813.0	81.79899999999999	99.0	0.8155904595695171	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
ISR0791_000000007762	2339	0.5285905979705852	4	4	2	3	3	False	72065	maximal	True	ISR0791_000000007762	1.0		938	13	False	False	1.0	0					non-mobilizable	other	2339.0	98.589	100.0	0.0006321620130115057	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0102_000000017493	1910	0.528588747299901	3	3	2	3	3	False	42259	fragment	False	ISR0083_000000013734	0.9824289405684754		0	0	False	False	0.9979057312011719	0					non-mobilizable	chromosome	1225.0	97.714	99.0	0.0003945176232376037	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0183_000000015189	2119	0.5285881983248268	4	2	2	2	1	True	29472	fragment	False	ISR0183_000000015189	1.0		0	0	False	False	0.9995280504226685	0					non-mobilizable	chromosome	2119.0	98.395	100.0	0.00037987699374888913	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
USA0121_01_000000026869	1602	0.5285872797240947	4	1	1	1	1	False	169	maximal	True	USA0121_01_000000026869	1.0		1	1	False	False	0.9981273412704468	0					non-mobilizable	no_good_hit	46.0	95.652	3.0	0.4368932038834951	XR_002393996.1	rodents	PREDICTED: Heterocephalus glaber uncharacterized LOC110348636 (LOC110348636), transcript variant X4, ncRNA	True	False
ENG0085_000000008265	2144	0.5285823512131518	3	2	2	2	1	True	61478	maximal	True	ENG0085_000000008265	1.0		0	0	False	False	0.9990671873092651	0					non-mobilizable	no_good_hit	1010.0	100.0	47.0	0.043197191540371604	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
FIJ0058_000000021530	1883	0.5285819651868449	1	1	1	1	1	False	46009	maximal	True	FIJ0058_000000021530	1.0		5	2	False	False	0.988316535949707	0					non-mobilizable	no_good_hit	215.0	73.023	11.0	0.13978494623655913	KJ798871.1	bacteria	Uncultured bacterium BD_contig01681 genomic sequence	True	False
SPA0099_000000002380	2088	0.5285783503410503	1	1	1	1	1	False	4990	maximal	True	SPA0099_000000002380	1.0		1	1	False	False	0.9990421533584595	0	rep_cluster_196				non-mobilizable	plasmid	2024.0	97.925	97.0	0.04006346687822293	CP012190.1	firmicutes	Lactobacillus paracasei strain CAUH35 plasmid unnamed3, complete sequence	False	True
MAD0050_000000004767	4601	0.5285776641707751	5	2	2	2	1	True	17420	maximal	True	MAD0050_000000004767	1.0		2	1	False	False	0.9997826814651489	0					non-mobilizable	no_good_hit	1683.0	92.395	37.0	0.0002677336893335632	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
ISR0076_000000022607	1182	0.5285760889495255	2	2	2	2	1	True	34551	fragment	False	ISR0076_000000022607	1.0		0	0	False	False	0.989847719669342	0					non-mobilizable	no_good_hit	108.0	79.63	9.0	3.142131160933674e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0064_000000019621	1214	0.5285727059651334	1	1	1	1	1	False	35222	maximal	True	ISR0064_000000019621	1.0		3	2	False	False	0.9983525276184082	0					non-mobilizable	chromosome	1099.0	85.896	96.0	0.0003248950458688425	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ITA0002_000000009054	1234	0.5285700599635424	2	2	2	2	2	False	20417	fragment	False	ITA0002_000000009054	1.0		0	0	False	False	0.9959481358528137	0					non-mobilizable	other	1235.0	98.947	100.0	0.008486173863409736	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0046_000000003636	7124	0.5285695760064202	9	4	4	3	1	False	11545	maximal	True	MON0046_000000003636	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	4.327775940075883e-06	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
MON0101_000000023538	2645	0.5285668351471907	3	3	3	3	2	False	67529	fragment	False	ENG0007_000000009532	0.9607914987174789		0	0	False	False	0.991304337978363	0					non-mobilizable	other	2645.0	99.773	100.0	0.008662149942994928	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
MON0058_000000003996	8297	0.5285632705786344	10	7	3	5	6	True	82458	fragment	False	MON0058_000000003996	0.9906441517395845		0	0	False	False	1.0	0					non-mobilizable	other	4943.0	99.777	99.0	0.005421329822251481	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
CHI0167_000000002196	7666	0.5285632705786344	8	7	3	5	6	True	82458	fragment	False	MON0058_000000003996	0.976281399682493		0	0	False	False	1.0	0					non-mobilizable	other	4943.0	99.818	99.0	0.005421329822251481	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ENG0140_000000001712	7626	0.5285632705786344	8	7	3	5	6	True	82458	fragment	False	MON0058_000000003996	0.9822950427194941		0	0	False	False	1.0	0					non-mobilizable	other	7548.0	99.89399999999999	99.0	0.43959692451071763	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
MON0062_000000005185	7619	0.5285632705786344	8	7	3	5	6	True	82458	fragment	False	MON0058_000000003996	0.9813035900332082		0	0	False	False	1.0	0					non-mobilizable	other	7522.0	99.89399999999999	99.0	0.43808247903075487	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
CHI0112_000000001903	7569	0.5285632705786344	8	7	3	5	6	True	82458	fragment	False	MON0058_000000003996	0.9783860327239482		0	0	False	False	1.0	0					non-mobilizable	other	7493.0	99.89299999999999	99.0	0.4363932898415657	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
MON0053_000000004033	7089	0.5285632705786344	7	7	3	5	6	True	82458	fragment	False	MON0058_000000003996	0.8316834620608952		0	0	False	False	1.0	0					non-mobilizable	other	6993.0	99.84299999999999	99.0	0.40726933830382106	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
USA0111_01_000000003363	6697	0.5285632705786344	7	7	3	5	6	True	82458	fragment	False	MON0058_000000003996	0.36692907720462664		0	0	False	False	1.0	0					non-mobilizable	other	6699.0	99.68700000000001	100.0	0.3897367194780988	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
ENG0166_000000003782	6614	0.5285632705786344	7	7	3	5	6	True	82458	fragment	False	MON0058_000000003996	0.3648428216995657		0	0	False	False	1.0	0					non-mobilizable	other	6616.0	99.804	100.0	0.38530987884436163	NZ_VJZV01000053.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold52_1, whole genome shotgun sequence	False	True
ISR0215_000000003769	7549	0.5285614890205875	5	4	2	4	2	False	125734	maximal	True	ISR0215_000000003769	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	2039.0	98.921	30.0	0.013631377585145946	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0010_000000007296	3238	0.5285578136346667	3	3	3	3	3	False	40343	maximal	True	MON0010_000000007296	1.0		98	11	False	False	0.9799258708953857	0					non-mobilizable	chromosome	3238.0	100.0	100.0	0.0006478499966076437	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ENG0136_000000000625	19210	0.5285562783887421	16	11	8	10	6	False	85672	fragment	False	ENG0136_000000000625	1.0		0	0	False	False	0.9985424280166626	0					non-mobilizable	no_good_hit	557.0	76.84	3.0	0.48212728857890147	GU591777.1	firmicutes	Roseburia inulinivorans DSM 16841 DNA topoisomerase gene, partial cds	True	False
MON0043_000000023022	1282	0.5285528566725486	3	2	2	2	1	False	11663	maximal	True	MON0043_000000023022	1.0		24	7	False	False	0.9594383835792542	0					non-mobilizable	no_good_hit	724.0	77.90100000000001	56.0	0.0001622226264589855	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0328_000000011185	2531	0.5285510942045231	4	4	1	3	3	False	79088	maximal	True	ISR0328_000000011185	1.0		11	4	False	False	0.9976294040679932	0					non-mobilizable	other	2537.0	97.12299999999999	100.0	0.0009191653789514397	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MON0011_000000036669	1274	0.5285504868868929	2	2	2	1	1	False	13642	fragment	False	MON0011_000000036669	0.9859098228663445		0	0	False	False	0.9913657903671265	0					non-mobilizable	other	1274.0	99.92200000000001	100.0	0.0014446242501685205	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	False	False
SPA0017_000000010791	1214	0.5285504868868929	2	2	2	1	1	False	109639	fragment	False	ISR0305_000000011417	0.23754409802094326		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	97.117	100.0	0.00029740079550422187	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0027_000000022120	1858	0.5285501666708746	2	1	1	1	1	False	12644	maximal	True	MON0027_000000022120	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	79.285	43.0	0.0003124504509546061	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0072_000000004947	4118	0.5285498905654675	3	3	2	3	3	False	10405	maximal	True	MON0072_000000004947	1.0		33	9	False	False	1.0	0					non-mobilizable	other	4118.0	98.883	100.0	0.0011570086282436008	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0184_000000019176	1186	0.5285496116018811	3	1	1	1	1	False	55087	fragment	False	ENG0184_000000019176	1.0		0	0	False	False	0.9966273307800293	0					non-mobilizable	chromosome	1123.0	95.102	94.0	0.00030302948387672294	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	False	False
AST0097_000000010265	2159	0.5285447342223318	3	2	2	1	1	False	108998	maximal	True	AST0097_000000010265	1.0		13	5	False	False	0.9967577457427979	0					non-mobilizable	other	2159.0	99.491	100.0	0.005620611339153626	NZ_QVMD01000005.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf5, whole genome shotgun sequence	False	False
CHI0022_000000005364	2276	0.5285385755966563	4	2	2	2	1	False	89191	maximal	True	CHI0022_000000005364	1.0		6	5	False	False	0.9969244003295898	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000017644	2233	0.5285378236356059	2	2	2	2	2	False	53992	maximal	True	ISR0025_000000017644	0.9939183318853171		3	2	True	True	1.0	8					non-mobilizable	no_good_hit	1196.0	96.906	79.0	0.0004022300035308726	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0254_000000002725	3502	0.5285345977944844	3	3	3	3	2	False	105023	maximal	True	ISR0254_000000002725	1.0		15	8	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	81.818	2.0	0.0006298325142748225	CP014203.1	firmicutes	Clostridium baratii strain CDC51267 plasmid pNPD11_1, complete sequence	True	False
FIJ0012_000000015269	1621	0.5285323760849672	3	3	3	3	2	False	126614	fragment	False	FIJ0012_000000015269	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1621.0	100.0	100.0	0.0003152678988970878	CP042953.1	enterobacteria	Escherichia coli strain D8-1 chromosome, complete genome	False	False
FIJ0121_000000013436	1920	0.5285321946810432	1	1	1	1	1	True	41479	maximal	True	FIJ0121_000000013436	1.0		22	7	False	False	1.0	0					non-mobilizable	chromosome	1920.0	97.969	100.0	0.0008690946063146358	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	False	True
ISR0334_000000004559	4100	0.5285275555221393	5	3	3	2	2	False	92074	maximal	True	ISR0334_000000004559	1.0		24	8	False	False	1.0	0					non-mobilizable	chromosome	2599.0	98.807	93.0	0.001158921261631049	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
USA0069_01_000000026446	2324	0.5285273859551121	4	1	1	1	1	False	72195	fragment	False	SPA0023_000000011562	0.47848269742679683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	72.51100000000001	20.0	0.0001407967608061514	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MAD0087_000000022057	1422	0.5285271694049058	1	1	1	1	1	False	15967	maximal	True	MAD0087_000000022057	1.0		2	1	False	False	0.9915611743927002	0					non-mobilizable	no_good_hit	65.0	86.154	5.0	0.019494364910143162	NZ_MIEH01000059.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_59, whole genome shotgun sequence	True	False
ISR0221_000000014720	1522	0.5285228480961921	4	1	1	1	1	False	27945	maximal	True	ISR0221_000000014720	1.0		1	1	False	False	0.9724047183990479	0					non-mobilizable	no_good_hit	232.0	100.0	15.0	0.009859154929577466	NZ_QSCB01000034.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf34, whole genome shotgun sequence	True	False
ISR0136_000000002650	2922	0.5285200617633485	5	4	1	2	3	True	31400	maximal	True	ISR0136_000000002650	1.0		21	7	False	False	0.9965776801109314	0					non-mobilizable	no_good_hit	442.0	88.68799999999999	35.0	0.0016844771022389347	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
ISR0821_000000024837	1325	0.5285167388354013	2	2	2	2	1	False	21216	maximal	True	ISR0821_000000024837	1.0		1	1	False	False	0.9781132340431213	0					non-mobilizable	no_good_hit	117.0	80.342	9.0	4.489986738784781e-05	NZ_CP029353.1	a-proteobacteria	Azospirillum thermophilum strain CFH 70021 chromosome 2, complete sequence	True	False
MON0002_000000012648	2049	0.5285166071516223	2	2	2	1	2	False	14325	maximal	True	MON0002_000000012648	1.0		6	5	False	False	0.923377275466919	0					non-mobilizable	chromosome	1926.0	97.975	94.0	0.0005358944914222083	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0089_000000010507	2573	0.5285162937710824	3	2	2	2	2	False	33747	maximal	True	ISR0089_000000010507	1.0		12	8	False	False	0.9996113777160645	0					non-mobilizable	no_good_hit								True	False
ENG0203_000000009487	1901	0.528513914161366	2	2	2	1	1	False	54087	maximal	True	ENG0203_000000009487	1.0		1277	13	False	False	0.9994739890098572	0					non-mobilizable	chromosome	1901.0	99.895	100.0	0.000348949624897519	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
MON0099_000000012438	2618	0.5285113466403015	4	3	2	3	3	False	115793	maximal	True	MON0099_000000012438	1.0		11	6	False	False	1.0	0					non-mobilizable	other	1240.0	96.21	98.0	0.0002987776182259174	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
USA0003_01_000000010003	3915	0.5285092412772626	4	2	2	2	2	False	118659	fragment	False	ISR0774_000000005924	0.9877697728628984		0	0	False	False	1.0	0					non-mobilizable	other	3915.0	99.949	100.0	0.0007574685567310654	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0014_000000009260	3915	0.5285092412772626	4	2	2	2	2	False	118659	fragment	False	ISR0774_000000005924	0.987851834244812		0	0	False	False	1.0	0					non-mobilizable	other	3915.0	99.97399999999999	100.0	0.0007574685567310654	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0336_000000003662	3438	0.5285092412772626	4	2	2	2	2	False	118651	fragment	False	ISR0336_000000003662	1.0		0	0	False	False	0.9988365173339844	0					non-mobilizable	other	3438.0	99.884	100.0	0.0006651321137050705	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0108_000000009071	2439	0.5285092412772626	3	2	2	2	2	False	118649	fragment	False	ISR0108_000000009071	0.9692889711635502		0	0	False	False	1.0	0					non-mobilizable	other	2440.0	99.713	100.0	0.000471748242461949	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CAN0016_000000028406	1649	0.5285092412772626	3	2	2	2	2	False	118606	fragment	False	CHI0059_000000010352	0.3075941289087428		0	0	False	False	0.9993935823440552	0					non-mobilizable	other	1649.0	99.697	100.0	0.0003188220579954165	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0064_000000014937	1380	0.5285092412772626	2	2	2	2	2	False	79114	fragment	False	ISR0856_000000004631	0.5597100668963545		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	99.63799999999999	100.0	0.0002667497242973187	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0020_000000004837	3618	0.5285071747790562	6	3	3	1	2	True	125530	fragment	False	MON0020_000000004837	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	77.041	33.0	0.00024403502184866253	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
DEN0094_000000011880	2919	0.5285071747790562	3	3	3	1	2	True	110542	fragment	False	DEN0094_000000011880	1.0		0	0	False	False	0.9955464005470276	0					non-mobilizable	no_good_hit	768.0	74.74	26.0	0.005371378227445185	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	True
MON0102_000000030341	1460	0.5285054491541646	2	1	0	1	1	False	8938	maximal	True	MON0102_000000030341	1.0		10	5	False	False	0.999315083026886	0					non-mobilizable	no_good_hit	126.0	91.27	9.0	4.209332460486154e-05	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
ISR0139_000000015609	1721	0.5285038063623889	2	2	2	2	2	False	31301	maximal	True	ISR0139_000000015609	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0006_000000004310	2692	0.5285017360748526	4	2	2	2	2	False	55333	maximal	True	TAN0006_000000004310	1.0	PS234	10	5	False	True	0.9910846948623657	0					non-mobilizable	no_good_hit	655.0	78.015	24.0	0.00023424807445927137	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	True
ISR0262_000000001571	8925	0.5284992714373739	6	5	3	5	1	True	129158	fragment	False	SPA0093_000000004000	0.48141250893241627		0	0	False	False	0.997422993183136	0					non-mobilizable	no_good_hit	868.0	85.25299999999999	31.0	0.0018045446086354673	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0029_000000005809	2280	0.5284933101270022	3	3	2	1	2	False	131357	fragment	False	DEN0029_000000005809	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2280.0	99.561	100.0	0.00032167329961997664	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0056_000000017807	2005	0.5284933101270022	3	3	2	1	2	False	131355	fragment	False	CHI0186_000000009495	0.9538954635108482		0	0	False	False	0.9990025162696838	0					non-mobilizable	chromosome	2005.0	99.751	100.0	0.0002828579607013748	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0062_000000022997	1669	0.5284922222065269	2	2	2	2	2	False	103637	maximal	True	ISR0062_000000022997	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1428.0	93.06700000000001	86.0	0.0030467467159277506	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
MON0074_000000001240	8983	0.5284917249805339	8	5	3	5	3	False	96285	maximal	True	MON0074_000000001240	1.0		3	2	False	False	0.9996660351753235	0					non-mobilizable	no_good_hit	1596.0	84.461	39.0	0.007214135892709591	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0075_000000001959	7767	0.5284917249805339	8	5	3	5	3	False	96272	fragment	False	MAD0089_000000002262	0.7331611584066003		0	0	False	False	0.9997425079345703	0					non-mobilizable	no_good_hit	824.0	89.07799999999999	35.0	0.003709219020984101	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0134_000000002246	7741	0.5284917249805339	9	5	3	5	3	False	96272	fragment	False	MAD0089_000000002262	0.7388314399307282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1608.0	84.515	36.0	0.007109714794199635	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0082_000000003261	6741	0.5284917249805339	7	5	3	5	3	False	96272	fragment	False	MAD0089_000000002262	0.6644989133500251		0	0	False	False	0.9943628311157227	0					non-mobilizable	no_good_hit	1210.0	82.479	28.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0373_000000001802	6712	0.5284917249805339	7	5	3	5	3	False	96272	fragment	False	MAD0089_000000002262	0.6519696143602574		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	82.066	28.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MAD0059_000000002707	6635	0.5284917249805339	7	5	3	5	3	False	96272	fragment	False	MAD0089_000000002262	0.652840160530482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1141.0	82.99700000000001	28.0	0.0051211738747491626	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0115_000000016454	2081	0.5284904424877067	3	2	2	2	1	False	32472	maximal	True	ISR0115_000000016454	1.0		23	6	False	False	0.9951946139335632	0					non-mobilizable	no_good_hit	407.0	92.875	20.0	0.0039747417886338045	NZ_SPFY01000005.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_5_length_102145_cov_21.3237, whole genome shotgun sequence	True	False
CHI0164_000000009256	2464	0.5284899998349666	4	3	2	3	3	False	78404	maximal	True	CHI0164_000000009256	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1917.0	84.09	77.0	0.00030347526572159316	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
MAD0107_000000023155	1705	0.5284848947289802	2	2	2	2	2	False	14672	maximal	True	MAD0107_000000023155	1.0		5	3	False	False	0.9988269805908203	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	1.0958904109589042e-05	NZ_CP023074.1	firmicutes	Enterococcus thailandicus strain a523 chromosome, complete genome	True	False
ISR0135_000000005440	3422	0.5284829868661239	4	3	2	3	3	False	114556	maximal	True	ISR0135_000000005440	1.0		32	4	False	False	0.9982466101646423	0					non-mobilizable	no_good_hit	1108.0	71.119	32.0	0.00030998914470247856	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0066_000000018302	1191	0.5284828892333046	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.07549216085997788		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	97.565	100.0	0.00033018422558052997	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0079_000000015063	1858	0.5284827721015566	2	1	1	1	1	False	92056	fragment	False	ISR0079_000000015063	0.9749303621169916		0	0	False	False	0.9994617700576782	0					non-mobilizable	no_good_hit	103.0	92.23299999999999	6.0	2.3563490308173126e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0230_000000023079	1511	0.5284827721015566	1	1	1	1	1	False	92055	fragment	False	ISR0230_000000023079	0.9777068441907417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	6.0	1.9548454827382317e-05	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MON0078_000000038364	1242	0.5284814924606036	2	2	2	1	1	False	13642	fragment	False	MON0011_000000036669	0.9737048665620094		0	0	False	False	0.9476650357246399	0					non-mobilizable	other	1242.0	100.0	100.0	0.0014083100506356119	NZ_HE610717.1	firmicutes	Peptoniphilus senegalensis JC140 strain type strain: JC140, whole genome shotgun sequence	False	False
MAD0097_000000002539	12469	0.5284811331971464	18	9	2	8	3	True	107770	maximal	True	MAD0097_000000002539	0.9892431641191254		2	1	False	False	0.9996792078018188	0					non-mobilizable	no_good_hit	1513.0	89.29299999999999	12.0	0.0004182896378830704	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
ENG0107_000000019034	1579	0.5284786702462815	2	2	2	2	2	False	59993	fragment	False	ENG0107_000000019034	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	635.0	75.748	39.0	0.3344280240831965	KU546959.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_4 genomic sequence	True	False
MON0056_000000013091	1516	0.5284783318921877	1	1	1	1	1	False	48665	maximal	True	MON0056_000000013091	1.0		123	6	False	False	1.0	0					non-mobilizable	chromosome	1522.0	84.428	99.0	0.0004054707608898909	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0027_000000024467	1538	0.5284774246071899	2	2	2	2	1	False	80594	fragment	False	ENG0101_000000020538	0.9689065279995297		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	99.74	100.0	0.02541966426858513	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0005_000000011064	2561	0.5284760978263677	3	3	3	3	2	False	108783	fragment	False	FIJ0063_000000009013	0.7585273754599948		0	0	False	False	0.9929714798927307	0					non-mobilizable	other	2556.0	96.04899999999999	99.0	0.015597697919085033	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0205_000000003845	4982	0.5284752902453367	5	4	3	4	1	True	114130	fragment	False	ISR0205_000000003845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2262.0	97.038	51.0	0.14963091042096163	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
FIJ0110_000000003304	5130	0.5284672592300793	3	3	3	3	2	False	42126	maximal	True	FIJ0110_000000003304	1.0		300	12	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	96.721	2.0	0.6722222222222223	EU061746.1	bacteria	Uncultured bacterium clone HA0AAA2ZD12RM1 genomic sequence	True	False
MAD0041_000000006573	4305	0.5284660873434208	6	2	1	2	1	False	40960	fragment	False	MAD0041_000000006573	1.0		0	0	False	False	0.9974448084831238	0					non-mobilizable	no_good_hit	263.0	86.31200000000001	6.0	0.05544973544973545	NZ_VZBY01000011.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_56_length_4726_cov_30.6643_ID_111, whole genome shotgun sequence	True	False
ISR0310_000000003796	4069	0.5284660873434208	4	2	1	2	1	False	25350	maximal	True	ISR0310_000000003796	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	234.0	84.18799999999999	13.0	6.188764245161494e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0139_000000004978	4522	0.5284639531598707	6	5	5	5	4	False	65894	fragment	False	ISR0139_000000004978	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	93.29299999999999	4.0	6.605766999734944e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
SPA0094_000000003218	4563	0.5284630325996145	7	4	3	2	1	False	5241	maximal	True	SPA0094_000000003218	1.0		4	1	False	False	0.9991233944892883	0					non-mobilizable	no_good_hit	1631.0	86.45	68.0	0.07320385712345512	NZ_CABJCG010000038.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0099_000000004646	4676	0.5284615997724769	4	3	3	2	2	False	106343	fragment	False	ISR0099_000000004646	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	75.575	24.0	0.041022810890360556	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
USA0034_01_000000021394	2519	0.5284610791721491	3	3	2	3	2	False	123046	fragment	False	USA0034_01_000000021394	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1549.0	98.58	99.0	0.00041457014408925345	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0109_000000020991	1588	0.5284585476150888	2	2	2	2	2	False	67518	maximal	False	ENG0007_000000015666	0.9943960149439601		0	0	False	False	0.998110830783844	0					non-mobilizable	no_good_hit	210.0	72.857	15.0	2.8812771824839505e-05	CP049258.1	a-proteobacteria	Nordella sp. HKS 07 chromosome, complete genome	True	False
ISR0059_000000008884	1906	0.5284576648476833	2	2	2	1	1	False	108625	fragment	False	ISR0059_000000008884	0.9974676420934159		0	0	False	False	0.9900314807891846	0					non-mobilizable	no_good_hit	1210.0	85.289	63.0	0.026350922501149024	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	True	False
ENG0071_000000011540	1777	0.5284576648476833	2	2	2	1	1	False	108625	fragment	False	ISR0059_000000008884	0.9637985309548793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	85.37200000000001	68.0	0.026350922501149024	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	True	False
FIJ0009_000000021767	1870	0.528456388454618	2	2	2	1	2	False	51241	maximal	True	FIJ0009_000000021767	1.0		10	4	False	False	0.9925133585929871	0					non-mobilizable	no_good_hit	131.0	77.863	7.0	5.019702331651733e-05	NC_018002.1	e-proteobacteria	Sulfurospirillum barnesii SES-3, complete sequence	True	False
ENG0045_000000005730	2232	0.5284540714446645	4	3	2	3	1	False	114660	maximal	True	ENG0045_000000005730	1.0		61	5	False	False	0.9995519518852234	0					non-mobilizable	chromosome	1286.0	93.39	100.0	0.0003640842286107627	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0008_000000012317	2696	0.5284518295488511	3	3	3	3	1	False	13866	maximal	True	MON0008_000000012317	1.0		42	7	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	96.37799999999999	53.0	0.00015430476061296323	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0104_000000004436	2435	0.5284487362993622	2	2	1	2	2	True	41944	fragment	False	MAD0104_000000004436	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2435.0	96.304	100.0	0.03815047021943574	CP057913.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_3, complete sequence	False	True
SPA0105_000000002737	10253	0.5284459488035734	15	5	2	3	3	False	4806	fragment	False	SPA0105_000000002737	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1389.0	73.362	14.0	0.00041048504696033263	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0279_000000016726	1360	0.5284438317366987	2	2	2	2	2	False	54892	fragment	False	ISR0389_000000015446	0.92516283231271		0	0	False	False	0.9992647171020508	0					non-mobilizable	other	1325.0	73.283	95.0	0.0005811217432226231	NZ_CVLB01000001.1	bacteria	Brachyspira suanatina strain AN4859/03, whole genome shotgun sequence	False	False
ISR0219_000000024259	1349	0.5284438317366987	2	2	2	2	2	False	54892	fragment	False	ISR0389_000000015446	0.9679492965902653		0	0	False	False	0.9614529013633728	0					non-mobilizable	no_good_hit	1213.0	77.329	88.0	0.00042728444576898634	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
ENG0101_000000007649	3995	0.5284436834414367	4	4	3	2	4	False	112836	maximal	True	ENG0101_000000007649	1.0	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2297.0	74.40100000000001	57.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0036_000000006136	3216	0.5284421929172786	4	4	4	4	3	False	89307	fragment	False	MON0036_000000006136	1.0		0	0	False	False	0.919465184211731	0					non-mobilizable	other	3003.0	99.9	93.0	0.0006467524924315739	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0258_000000013291	1941	0.5284383866543175	4	3	3	3	3	False	116013	fragment	False	FIJ0081_000000020765	0.5950760826198618		0	0	False	False	1.0	0					non-mobilizable	chromosome	1877.0	99.414	97.0	0.0008630366376534236	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	False
USA0119_01_000000002807	6775	0.5284381108862815	12	12	5	7	9	False	236	fragment	False	USA0119_01_000000002807	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6776.0	98.37700000000001	100.0	0.002025440731418786	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0047_000000006532	5313	0.5284343209555886	4	3	1	1	2	False	11483	maximal	True	MON0047_000000006532	1.0		14	8	False	False	0.9979296326637268	0					non-mobilizable	no_good_hit	1208.0	99.089	23.0	0.0003805528050149665	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
SPA0022_000000000313	21068	0.5284332810905604	26	7	5	5	4	False	117107	maximal	False	AST0104_000000000969	0.9465121668597914		0	0	False	False	0.9999525547027588	0					non-mobilizable	no_good_hit	867.0	94.925	4.0	0.9988425925925926	GQ882848.1		Uncultured organism clone VC1D588TR genomic sequence	True	False
CHI0106_000000001560	10000	0.5284309142290765	11	9	5	7	9	True	95864	maximal	True	CHI0106_000000001560	1.0		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	6074.0	98.73200000000001	61.0	0.007656589419962606	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	True	True
ISR0400_000000005315	3328	0.5284291220082457	6	6	5	4	4	False	37573	maximal	True	ISR0400_000000005315	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	97.46799999999999	32.0	0.00014849362857274572	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
CAN0012_000000005007	11000	0.5284288099547065	24	3	1	3	2	False	94337	backbone	True	CAN0012_000000005007	1.0	PS498	2	2	True	True	0.9999091029167175	16					non-mobilizable	no_good_hit	81.0	97.531	1.0	1.936905428263275e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0114_000000015828	2890	0.5284278735869075	3	3	3	2	2	False	4457	maximal	True	SPA0114_000000015828	1.0		1	1	False	False	0.9916955232620239	0					non-mobilizable	no_good_hit	708.0	75.42399999999999	24.0	0.00028490769610010913	CP053468.1	fusobacteria	Fusobacterium nucleatum strain Fn12230 chromosome, complete genome	True	False
AST0055_000000015809	2221	0.528424330242493	3	3	3	3	1	False	113818	maximal	True	AST0055_000000015809	1.0		185	9	False	False	0.9828906059265137	0					non-mobilizable	other	2221.0	98.064	100.0	0.08325832583258326	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ENG0183_000000010517	2664	0.5284228776017134	4	2	0	1	2	False	124369	fragment	False	ENG0025_000000004712	0.19773225185028132		0	0	False	False	0.9996246099472046	0					non-mobilizable	other	2664.0	99.399	100.0	0.23956459157970492	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0097_000000013519	1580	0.5284186674266736	2	2	2	1	1	False	108967	maximal	True	AST0097_000000013519	1.0		1	1	False	False	0.9797468185424805	0					non-mobilizable	no_good_hit	1248.0	99.199	79.0	0.0026957033040199917	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	False
ISR0815_000000001865	12339	0.5284180092117079	19	7	5	6	5	True	24232	maximal	True	ISR0815_000000001865	1.0		2	1	False	False	0.9998379349708557	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.8153260980486153e-06	LR584059.1	bony fishes	Echeneis naucrates genome assembly, chromosome: 18	True	True
ENG0125_000000017983	1478	0.5284166324894607	3	3	3	2	2	False	102050	fragment	False	ISR0361_000000005758	0.3628178749792002		0	0	False	False	0.9993234276771545	0					non-mobilizable	other	1478.0	94.993	100.0	0.004119783327847727	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
ISR0146_000000014410	2759	0.5284158550857913	4	2	1	2	2	False	31020	fragment	False	ISR0146_000000014410	1.0		0	0	False	False	0.9891265034675598	0					non-mobilizable	no_good_hit	2320.0	88.01700000000001	84.0	0.000645300483696976	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0844_000000001190	10847	0.5284111825174275	14	8	4	6	8	True	20722	maximal	True	ISR0844_000000001190	1.0		1	1	False	False	0.9998156428337097	0					non-mobilizable	no_good_hit								True	True
FIJ0021_000000029980	1597	0.5284109134822914	2	2	2	2	2	False	49594	maximal	True	FIJ0021_000000029980	1.0		4	4	False	False	0.9968691468238831	0					non-mobilizable	no_good_hit	41.0	90.244	3.0	3.8225897854667046e-05	NZ_JABXYR010000001.1	firmicutes	Mogibacterium timidum strain W9173 HMT-042_W9173_contig1, whole genome shotgun sequence	True	False
ENG0068_000000022526	1187	0.5284083493115014	2	2	2	2	2	False	62533	fragment	False	ENG0068_000000022526	1.0		0	0	False	False	0.9663016200065613	0					non-mobilizable	other	1187.0	99.916	100.0	0.05783391037206807	NZ_CAAHGR010000043.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	False
ISR0816_000000017748	2243	0.5284064251116342	2	2	2	2	2	False	21420	maximal	True	ISR0816_000000017748	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1418.0	91.396	63.0	0.00021567154365423392	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ENG0062_000000005924	4164	0.5284061012482953	5	5	2	3	3	False	132272	fragment	False	DEN0079_000000010289	0.31522575376074646		0	0	False	False	1.0	0					non-mobilizable	other	4169.0	92.948	100.0	0.0009696026308986882	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0004_01_000000013636	1670	0.5284057218735259	2	2	1	1	1	False	105747	fragment	False	USA0004_01_000000013636	1.0		0	0	False	False	0.9874251484870911	0					non-mobilizable	chromosome	1670.0	95.749	100.0	0.0004036966490026147	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	False	False
CHI0167_000000009676	2120	0.528405620249316	4	4	2	2	2	False	78175	maximal	True	CHI0167_000000009676	1.0		218	12	False	False	1.0	0					non-mobilizable	chromosome	2052.0	99.561	97.0	0.0003933035560972699	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
TAN0007_000000026228	1576	0.5284017598901144	3	3	1	3	2	False	2807	maximal	True	TAN0007_000000026228	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0025_000000012021	1155	0.5284012504486093	3	3	3	3	2	False	19113	fragment	False	MAD0025_000000012021	1.0		0	0	False	False	0.9818181991577148	0					non-mobilizable	other	1155.0	95.758	100.0	0.0005583910595494549	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0108_000000013507	1618	0.5283971622391977	2	2	2	2	1	False	8529	maximal	True	MON0108_000000013507	1.0		220	11	False	False	0.999381959438324	0					non-mobilizable	no_good_hit	864.0	99.884	53.0	0.005289740477854192	NZ_SPFU01000014.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_14_length_163146_cov_23.3993, whole genome shotgun sequence	True	False
ENG0029_000000019813	1250	0.5283952672200656	2	2	2	2	2	False	65771	maximal	True	ENG0029_000000019813	1.0		0	0	False	False	0.9815999865531921	0					non-mobilizable	no_good_hit	189.0	78.307	15.0	0.0035898326674772742	NZ_JAEB01000026.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ENG0086_000000019378	1276	0.5283948086436618	2	1	1	1	1	False	61421	maximal	True	ENG0086_000000019378	1.0		25	7	False	False	0.9874607920646667	0					non-mobilizable	chromosome	1176.0	99.49	92.0	0.000650773035288514	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ISR0357_000000024041	1113	0.5283948086436618	2	1	1	1	1	False	23868	fragment	False	ISR0357_000000024041	1.0		0	0	False	False	0.973045825958252	0					non-mobilizable	chromosome	1113.0	99.73	100.0	0.000615880523609215	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
USA0080_01_000000023102	1842	0.5283942345759689	3	2	2	2	1	False	22462	fragment	False	USA0080_01_000000023102	1.0		0	0	False	False	0.9978284239768982	0					non-mobilizable	no_good_hit								True	False
MAD0009_000000005796	1792	0.5283934535470387	2	2	2	2	2	False	19767	maximal	True	MAD0009_000000005796	1.0		77	5	False	False	0.9860491156578064	0					non-mobilizable	no_good_hit	424.0	79.953	24.0	0.00012602262420412672	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
FIJ0169_000000014972	1520	0.528391844482893	5	5	1	3	4	False	38857	fragment	False	FIJ0169_000000014972	1.0		0	0	False	False	0.9967105388641357	0					non-mobilizable	other	1533.0	91.65	100.0	0.0036785314744198915	NZ_QVMD01000004.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf4, whole genome shotgun sequence	False	False
ISR0281_000000002641	5318	0.5283913856227417	8	3	3	2	2	False	117082	maximal	True	ISR0281_000000002641	1.0		2	2	False	False	0.9992478489875793	0					non-mobilizable	no_good_hit	3896.0	99.949	73.0	0.05833807626636312	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	True	False
ISR0350_000000003964	4120	0.5283864161287926	5	4	4	4	4	False	97366	maximal	True	ISR0350_000000003964	1.0		15	7	False	False	1.0	0					non-mobilizable	chromosome	1675.0	96.0	90.0	0.00030987958194697693	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0070_000000010475	1857	0.5283823711565953	3	3	2	2	2	False	78509	maximal	True	FIJ0070_000000010475	1.0		25	9	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	81.07300000000001	77.0	0.0002647651760727704	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
AST0104_000000025234	1387	0.5283823316648919	2	2	2	2	2	False	107703	maximal	True	AST0104_000000025234	1.0		23	7	False	False	1.0	0					non-mobilizable	other	1387.0	100.0	100.0	0.0004765500253747416	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
MON0102_000000006120	6883	0.5283815148330262	7	2	1	1	2	False	65397	fragment	False	MON0102_000000006120	1.0		0	0	False	False	0.9930263161659241	0					non-mobilizable	no_good_hit								True	False
FIJ0083_000000010379	3341	0.5283807234278193	3	3	2	3	1	False	53028	maximal	False	FIJ0052_000000007445	0.9756142103966049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1735.0	95.447	51.0	0.030308329981286835	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0128_000000000393	37425	0.5283780740754334	43	25	8	9	23	False	104432	maximal	True	ISR0128_000000000393	0.9999169504194003		44	8	False	False	1.0	0					non-mobilizable	no_good_hit	11229.0	93.43700000000001	58.0	0.024986066834607752	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0032_000000007739	2706	0.5283679586927841	6	5	5	5	5	False	65623	fragment	False	ENG0032_000000007739	1.0		0	0	False	False	0.9992609024047852	0					non-mobilizable	no_good_hit	862.0	74.594	32.0	0.003836328637990897	NZ_DS562845.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_2, whole genome shotgun sequence	True	False
DEN0085_000000001943	16780	0.5283614347354713	20	8	2	8	2	False	127405	maximal	False	ISR0179_000000001403	0.8077194156773153		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0316_000000016839	1313	0.5283591889347538	3	3	3	3	3	False	25195	maximal	True	ISR0316_000000016839	1.0		36	6	False	False	0.9855293035507202	0					non-mobilizable	other	834.0	76.139	97.0	0.0003877574613205911	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
ENG0004_000000007722	3419	0.5283574890307133	5	5	5	2	3	False	67816	maximal	True	ENG0004_000000007722	1.0		0	0	False	False	0.9956127405166626	0					non-mobilizable	no_good_hit	2296.0	98.73700000000001	67.0	0.029296127039240217	NZ_QRHR01000010.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf10, whole genome shotgun sequence	True	False
DEN0089_000000009164	2091	0.5283574454678021	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9039795418184845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.03	80.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0064_000000019775	2057	0.5283574454678021	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9013303065089566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	92.708	84.0	0.00018633609366235123	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0325_000000010083	2013	0.5283574454678021	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.893728778107377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.182	83.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0145_000000014597	1997	0.5283574454678021	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.8123273571881096		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	684.0	92.836	87.0	0.0001896684828187569	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0063_000000009434	1908	0.5283574454678021	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7820475436383479		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.03	87.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0004_000000006349	1899	0.5283574454678021	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7641627576177811		0	0	False	False	0.9989467859268188	0					non-mobilizable	no_good_hit	660.0	93.03	87.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0005_000000030695	1767	0.5283573553529116	2	2	2	2	2	False	99811	fragment	False	MON0005_000000030695	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1684.0	84.145	95.0	0.017511068415337065	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
SPA0089_000000001687	15219	0.5283553497534601	11	11	11	10	9	True	69628	maximal	True	SPA0089_000000001687	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	85.23899999999999	16.0	0.0001850691373786948	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	True
FIJ0152_000000008102	2902	0.5283526808748189	3	3	2	3	1	False	52258	maximal	True	FIJ0152_000000008102	1.0		31	7	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	74.589	27.0	0.00041416674727331315	NZ_GL982488.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0023_000000021330	1591	0.5283526808748189	3	3	2	3	1	False	49334	fragment	False	FIJ0023_000000021330	1.0		0	0	False	False	0.9968573451042175	0					non-mobilizable	no_good_hit	267.0	78.652	17.0	8.021492701819379e-05	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
AUS0006_000000002955	6258	0.5283526296414283	7	3	3	2	3	False	127959	fragment	False	AUS0006_000000002955	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1747.0	97.825	34.0	0.0003883518481096946	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0037_000000060813	1263	0.5283490987816605	3	1	1	1	1	False	111247	fragment	False	AST0084_000000026703	0.9789426192526968		0	0	False	False	1.0	0					non-mobilizable	chromosome	1263.0	100.0	100.0	0.00024517174844368396	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
AST0047_000000004171	4905	0.5283389967193431	5	4	4	3	2	False	115465	maximal	True	AST0047_000000004171	1.0		8	4	False	False	0.9855249524116516	0					non-mobilizable	no_good_hit	1730.0	94.566	35.0	0.00048094438774359984	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	True	False
FIJ0034_000000002100	13269	0.5283387921853424	34	11	3	7	11	False	115689	maximal	True	FIJ0034_000000002100	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2023.0	94.90899999999999	45.0	0.0008481732011009803	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	True	False
MON0058_000000021469	2279	0.5283373649060749	3	3	2	3	3	False	34069	maximal	True	MON0058_000000021469	1.0		65	13	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	75.05	45.0	0.00186404004764705	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0021_000000013492	2464	0.5283360757508313	4	3	2	3	1	False	128254	maximal	True	SPA0021_000000013492	1.0		13	5	False	False	0.9983766078948975	0					non-mobilizable	no_good_hit								True	False
USA0119_01_000000013791	1787	0.5283351790549087	2	2	1	1	2	False	226	fragment	False	USA0119_01_000000013791	1.0		0	0	False	False	0.9994404315948486	0					non-mobilizable	other	1770.0	91.469	99.0	0.013757785035583166	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	False	False
ISR0074_000000016326	1827	0.5283325927454045	3	3	3	2	2	False	34712	fragment	False	ISR0074_000000016326	1.0		0	0	False	False	0.9759168028831482	0					non-mobilizable	no_good_hit	133.0	82.70700000000001	7.0	5.7985101812543464e-05	NZ_ATXD01000006.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0816_000000021123	1835	0.5283238299784334	6	5	1	3	4	False	119875	fragment	False	ISR0816_000000021123	0.9965297860034703		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	99.837	100.0	0.0297587174868974	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
MON0087_000000032317	1587	0.5283232690102346	2	1	1	1	1	False	69076	maximal	True	MON0087_000000032317	0.94628236213368		228	12	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	82.963	9.0	4.724759821770777e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0060_000000017492	1563	0.5283232690102346	3	1	1	1	1	False	69076	maximal	False	MON0087_000000032317	0.9364649355889155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	82.963	9.0	4.724759821770777e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0054_000000020328	1297	0.5283232690102346	1	1	1	1	1	False	35688	fragment	False	TAN0002_000000030017	0.9391209087462192		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	82.963	10.0	4.724759821770777e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
CHI0122_000000002917	4549	0.5283220406980043	5	4	4	3	4	False	99326	maximal	True	CHI0122_000000002917	1.0		13	6	False	False	1.0	0					non-mobilizable	other	4207.0	96.791	99.0	0.06697816830656865	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0221_000000003500	6266	0.5283159071080531	11	4	3	3	4	False	104625	maximal	True	ISR0221_000000003500	1.0		168	11	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	92.13799999999999	47.0	0.013710819009100102	NZ_BAKJ01000013.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
ISR0280_000000000578	9344	0.5283141108069337	12	9	1	5	9	False	83095	maximal	True	ISR0280_000000000578	1.0	PS412	1	1	False	True	0.9974315166473389	0					non-mobilizable	no_good_hit	4089.0	98.215	51.0	0.0008446408385911606	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
MAD0104_000000000922	9822	0.5283141048232777	15	1	1	1	1	True	19388	fragment	False	MAD0104_000000000922	0.9999486125385406		0	0	False	False	0.9998981952667236	0					non-mobilizable	no_good_hit								True	True
MAD0042_000000002111	9730	0.5283141048232777	15	1	1	1	1	True	19388	fragment	False	MAD0104_000000000922	0.9952657299938913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0069_000000001170	5339	0.5283141048232777	6	1	1	1	1	True	16407	fragment	False	MAD0069_000000001170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	2.0	0.042436345481777334	NZ_VZBY01000028.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_65_length_2003_cov_32.4209_ID_129, whole genome shotgun sequence	True	True
MON0026_000000006117	4776	0.5283141048232777	7	1	1	1	1	True	12775	fragment	False	MON0026_000000006117	1.0		0	0	False	False	0.9943467378616333	0					non-mobilizable	no_good_hit	87.0	82.759	3.0	2.2941108839822777e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0017_000000000392	4658	0.5283141048232777	9	1	1	1	1	True	19387	fragment	False	MAD0017_000000000392	1.0		0	0	False	False	0.9984971880912781	0					non-mobilizable	no_good_hit								True	True
ISR0363_000000006473	2907	0.5283141048232777	4	1	1	1	1	True	23707	fragment	False	ISR0363_000000006473	1.0		0	0	False	False	0.9996560215950012	0					non-mobilizable	no_good_hit								True	True
FIJ0163_000000012149	2015	0.5283141048232777	2	1	1	1	1	True	39163	maximal	True	FIJ0163_000000012149	1.0		0	0	False	False	0.9940446615219116	0					non-mobilizable	no_good_hit								True	True
ISR0333_000000002122	7277	0.5283109256212075	10	8	4	6	5	False	130511	maximal	True	ISR0333_000000002122	1.0		1	1	False	False	0.9979386925697327	0					non-mobilizable	no_good_hit	2517.0	96.742	69.0	0.014302857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0083_000000006293	3489	0.5283098695768885	6	6	3	2	4	False	61577	fragment	False	ENG0083_000000006293	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3502.0	98.40100000000001	100.0	0.13619388469617988	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	False	False
MON0050_000000030779	1323	0.5283086038503775	2	2	2	2	2	False	11305	fragment	False	MON0050_000000030779	1.0		0	0	False	False	0.9992441534996033	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0002723888502163978	NZ_JYFN01000026.1	high GC Gram+	Frankia torreyi strain CpI1 FF36_scaffold_25.26, whole genome shotgun sequence	True	False
ENG0135_000000013190	1705	0.5283067781289545	2	1	1	1	1	False	58088	maximal	True	ENG0135_000000013190	1.0		10	3	False	False	0.9912023544311523	0					non-mobilizable	no_good_hit	83.0	81.928	5.0	0.0005887184108963782	NZ_LLXY01000090.1	a-proteobacteria	Bradyrhizobium valentinum strain LmjM6 contig_18, whole genome shotgun sequence	True	False
ISR0090_000000016219	1833	0.5283053369535411	3	2	2	1	1	False	33664	maximal	True	ISR0090_000000016219	1.0		62	11	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	98.876	10.0	5.506440046067437e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0007_000000027588	2237	0.5283047339504192	4	4	4	3	2	False	13968	maximal	True	MON0007_000000027588	1.0		73	12	False	False	0.9986588954925537	0					non-mobilizable	no_good_hit	993.0	70.09100000000001	43.0	0.04037757817697937	NZ_CAKP01000114.1	firmicutes	Caloramator australicus RC3, whole genome shotgun sequence	True	False
FIJ0114_000000035262	1175	0.5283047239430722	2	2	1	2	1	False	41778	maximal	True	FIJ0114_000000035262	1.0		79	9	False	False	0.9965957403182983	0					non-mobilizable	chromosome	1175.0	99.915	100.0	0.00021914199748117368	CP052136.1	enterobacteria	Klebsiella pneumoniae strain F17KP0054 chromosome, complete genome	False	False
AST0116_000000003971	6183	0.5283020462280628	9	5	4	5	3	True	108896	maximal	True	AST0116_000000003971	1.0		12	5	False	False	0.9987061023712158	0					non-mobilizable	no_good_hit	5041.0	99.94	86.0	0.0013627444591864794	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0779_000000001815	14077	0.5282986640668885	19	13	8	9	8	True	126207	maximal	False	ISR0844_000000000822	0.9623525638663469	PS946|PS948	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1603.0	73.113	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0019_000000007236	2750	0.5282906445494253	2	2	1	2	1	True	126088	fragment	False	ISR0126_000000017756	0.9689081706435285		0	0	False	False	0.9967272877693176	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	2.425663520042045e-05	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
ISR0151_000000009659	2033	0.5282906445494253	2	2	1	2	1	True	69210	fragment	False	ISR0151_000000009659	1.0		0	0	False	False	0.9990162253379822	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0027111751249682286	XM_025168293.1	snakes	PREDICTED: Python bivittatus protein kinase AMP-activated catalytic subunit alpha 2 (PRKAA2), transcript variant X4, mRNA	True	True
DEN0082_000000026585	1579	0.5282906445494253	2	2	1	2	1	True	69209	fragment	False	DEN0082_000000026585	1.0		0	0	False	False	0.9943001866340637	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.251702426870044e-05	NZ_JXXZ01000006.1	g-proteobacteria	Pseudoalteromonas ruthenica strain S3137 contig0006, whole genome shotgun sequence	True	True
DEN0082_000000024169	1713	0.5282876816532889	3	2	2	2	1	False	69217	fragment	False	DEN0082_000000024169	1.0		0	0	False	False	0.9947460889816284	0					non-mobilizable	no_good_hit								True	False
SPA0100_000000002552	11590	0.5282867764253135	17	5	2	5	2	False	4975	maximal	True	SPA0100_000000002552	1.0		1	1	False	False	0.9999136924743652	0					non-mobilizable	no_good_hit	459.0	98.911	4.0	0.002583454609040963	NZ_SPHG01000006.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_6_length_177282_cov_53.5612, whole genome shotgun sequence	True	False
SPA0058_000000005897	4843	0.5282858910127715	7	6	1	3	3	True	72625	fragment	False	SPA0058_000000005897	0.9926686217008798		0	0	False	False	1.0	0					non-mobilizable	other	4843.0	99.44200000000001	100.0	0.0012705343355213009	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ISR0801_000000001356	4774	0.5282858910127715	7	6	1	3	3	True	72625	fragment	False	SPA0058_000000005897	0.9856493908734256		0	0	False	False	1.0	0					non-mobilizable	other	4774.0	100.0	100.0	0.001252428827642125	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
SPA0108_000000006217	4764	0.5282858669622239	2	2	2	2	1	False	128409	fragment	False	ENG0016_000000004451	0.9810908411063561		0	0	False	False	0.9997900724411011	0					non-mobilizable	no_good_hit	284.0	99.296	6.0	0.3997175141242938	EU060790.1	bacteria	Uncultured bacterium clone LM0ABA36ZB05RM1 genomic sequence	True	False
CAN0005_000000002572	7605	0.5282841207677839	7	7	6	6	7	False	106677	maximal	True	CAN0005_000000002572	1.0		125	10	False	False	0.9964497089385986	0					non-mobilizable	other	7605.0	98.58	100.0	0.002167360609803244	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0794_000000008699	2291	0.5282812879409707	3	2	2	2	2	False	53987	maximal	True	ISR0794_000000008699	1.0		9	4	True	True	0.994762122631073	7					non-mobilizable	no_good_hit	1172.0	97.27	54.0	0.00039415174404573374	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0061_000000002170	8948	0.5282795751826166	5	4	3	3	4	False	63282	maximal	True	ENG0061_000000002170	1.0		1042	13	False	False	1.0	0					non-mobilizable	chromosome	8948.0	99.93299999999999	100.0	0.0017857064447895973	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CAN0021_000000020544	2109	0.5282766472917697	2	2	2	2	1	False	91569	maximal	False	ISR0100_000000006233	0.9465696865493105		0	0	False	False	1.0	0					non-mobilizable	other	2109.0	96.586	100.0	0.0005697028919654588	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0258_000000012590	2018	0.528273128301989	2	2	2	2	2	False	48073	fragment	False	ISR0258_000000012590	1.0		0	0	False	False	0.9995044469833374	0					non-mobilizable	other	2004.0	91.816	99.0	0.0005660424492094709	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0077_000000009476	1456	0.5282715138501652	2	1	1	1	1	False	108202	fragment	False	CHI0077_000000009476	0.9530922588658424		0	0	False	False	0.9532967209815979	0					non-mobilizable	no_good_hit	54.0	85.185	4.0	0.00012475960236996167	NZ_CADIKK010000001.1	b-proteobacteria	Burkholderia ultramafica strain LMG 28614 isolate LMG 28614, whole genome shotgun sequence	True	False
MAD0005_000000022977	1374	0.5282715138501652	2	1	1	1	1	False	108202	fragment	False	CHI0077_000000009476	0.9221300537361826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	85.185	4.0	0.00012475960236996167	NZ_CADIKK010000001.1	b-proteobacteria	Burkholderia ultramafica strain LMG 28614 isolate LMG 28614, whole genome shotgun sequence	True	False
FIJ0150_000000019183	1303	0.5282715138501652	2	1	1	1	1	False	108202	fragment	False	CHI0077_000000009476	0.47416302765647744		0	0	False	False	0.9992325305938721	0					non-mobilizable	no_good_hit	54.0	85.185	4.0	0.00012475960236996167	NZ_CADIKK010000001.1	b-proteobacteria	Burkholderia ultramafica strain LMG 28614 isolate LMG 28614, whole genome shotgun sequence	True	False
ISR0207_000000013594	2158	0.5282706471406372	2	2	2	2	2	False	104344	maximal	True	ISR0207_000000013594	1.0		3	2	False	False	0.9721964597702026	0					non-mobilizable	no_good_hit	1754.0	99.772	81.0	0.0020608351966669254	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0024_000000010713	4052	0.528262225169606	8	6	3	5	4	False	12947	maximal	True	MON0024_000000010713	1.0		3	1	False	False	0.974827229976654	0					non-mobilizable	no_good_hit	811.0	87.546	20.0	0.0012201633118459909	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0046_000000024321	1494	0.5282610452269595	2	1	1	1	1	False	48850	maximal	True	ISR0046_000000024321	0.9788021534320324		73	11	False	False	0.9651941061019897	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	1.4480044236535142e-05	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
ISR0004_000000018374	1105	0.5282602709273229	1	1	1	1	1	False	38536	maximal	True	ISR0004_000000018374	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000008896	5143	0.5282530969149426	5	4	3	3	4	False	37147	maximal	True	ISR0029_000000008896	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2650.0	93.698	73.0	0.0009291125581224657	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0046_000000014782	1282	0.528251907654325	2	2	2	2	2	False	64402	fragment	False	ENG0046_000000014782	1.0		0	0	False	False	0.9851794242858887	0					non-mobilizable	other	1282.0	99.844	100.0	0.00877078868629881	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0078_01_000000015366	1165	0.5282493566280704	2	2	2	1	1	False	645	maximal	True	USA0078_01_000000015366	1.0		191	12	False	False	0.9708154797554016	0					non-mobilizable	other	1165.0	99.82799999999999	100.0	0.09395431431108241	NZ_CYZO01000051.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0096_000000002823	9720	0.5282465231146319	8	6	6	6	5	False	113468	maximal	True	ENG0096_000000002823	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1438.0	73.227	15.0	0.0002934699504241691	CP030158.1	CFB group bacteria	Rhodothermaceae bacterium strain MEBiC09517 chromosome, complete genome	True	False
SPA0080_000000001524	7499	0.5282460115047147	5	5	4	5	5	False	5633	maximal	True	SPA0080_000000001524	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	3291.0	77.271	59.0	0.0024580822601134836	NZ_WWFC01000001.1	firmicutes	Lactobacillus iners strain Indica1 scf7180000000004, whole genome shotgun sequence	True	False
DEN0018_000000023263	1702	0.5282435713451239	3	2	2	1	2	False	75064	maximal	True	DEN0018_000000023263	1.0		318	12	False	False	0.9941245317459106	0					non-mobilizable	no_good_hit	336.0	85.714	20.0	9.339754834231935e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0138_000000003974	3894	0.5282431437248558	6	5	3	5	4	False	83351	fragment	False	CHI0138_000000003974	1.0		0	0	False	False	0.9958910942077637	0					non-mobilizable	no_good_hit	1306.0	72.741	33.0	0.012835601693977527	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	True	False
FIJ0092_000000013314	2492	0.5282427966179722	3	2	2	1	1	False	43318	maximal	True	FIJ0092_000000013314	1.0		1	1	False	False	0.9911717772483826	0					non-mobilizable	no_good_hit	1274.0	83.43799999999999	51.0	0.00035327278421547133	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0050_000000018241	1407	0.5282411169784642	2	1	1	1	1	False	46579	fragment	False	FIJ0050_000000018241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000000732	19040	0.5282386105048957	23	10	7	9	4	True	64768	maximal	True	MAD0045_000000000732	1.0		2	1	False	False	0.9998949766159058	0					non-mobilizable	no_good_hit	175.0	88.571	1.0	0.00414272030651341	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	True
SPA0081_000000001934	6521	0.5282381410764487	5	5	5	5	5	False	5621	maximal	True	SPA0081_000000001934	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	2520.0	77.381	56.0	0.0018811240768105632	NZ_WWFC01000001.1	firmicutes	Lactobacillus iners strain Indica1 scf7180000000004, whole genome shotgun sequence	True	False
ISR0795_000000005355	1939	0.5282379163698545	2	2	2	2	2	False	95268	fragment	False	ISR0795_000000005355	0.7330317235531948		0	0	False	False	1.0	0					non-mobilizable	chromosome	1820.0	93.90100000000001	96.0	0.000612264750144483	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0053_000000009020	3670	0.5282377120301306	6	4	3	3	4	False	120182	fragment	False	SPA0053_000000009020	1.0		0	0	False	False	0.9972752332687378	0					non-mobilizable	no_good_hit	154.0	79.221	4.0	0.017797017797017797	NZ_BHEO01000004.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MAD0032_000000011263	1520	0.5282363985131172	1	1	1	1	1	False	18914	maximal	True	MAD0032_000000011263	1.0		284	13	False	False	0.9888157844543457	0					non-mobilizable	no_good_hit	1152.0	79.861	76.0	0.00033097451525063105	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	False
SPA0086_000000009162	1511	0.5282363985131172	1	1	1	1	1	False	5506	fragment	False	SPA0086_000000009162	1.0		0	0	False	False	0.982792854309082	0					non-mobilizable	chromosome	1511.0	99.669	100.0	0.0007990280432385294	LR822030.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1046 genome assembly, chromosome: STHERMO	False	False
CHI0111_000000018464	1625	0.528233782285931	2	2	2	2	2	False	82519	maximal	True	CHI0111_000000018464	1.0		728	14	False	False	0.9981538653373718	0					non-mobilizable	other	1572.0	99.36399999999999	100.0	0.010171049735203098	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0213_000000012333	2113	0.5282335979131223	3	3	3	2	2	False	28278	fragment	False	ISR0213_000000012333	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	94.397	72.0	0.0005387636572884885	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0133_000000000830	17405	0.5282332626879881	24	9	7	8	6	False	100671	maximal	True	ISR0133_000000000830	1.0		1	1	False	False	0.9999425411224365	0					non-mobilizable	no_good_hit	2072.0	99.51700000000001	12.0	0.0005524539117124764	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0255_000000013293	2343	0.5282321018216833	4	4	4	4	3	False	82400	fragment	False	MAD0003_000000011581	0.9768663460077824		0	0	False	False	0.9944515824317932	0					non-mobilizable	other	2344.0	98.976	100.0	0.03135832541456429	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
DEN0082_000000013554	2903	0.528231366058005	5	3	2	2	1	False	69287	maximal	True	DEN0082_000000013554	1.0		1	1	False	False	0.9810540676116943	0					non-mobilizable	no_good_hit	191.0	100.0	7.0	0.00023954421040554835	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	True	False
ISR0051_000000031994	1117	0.5282256452236442	2	2	2	2	1	False	35812	maximal	True	ISR0051_000000031994	1.0		14	4	False	False	0.9829901456832886	0					non-mobilizable	no_good_hit	313.0	75.719	28.0	0.0006335424369573345	NZ_VLKH01000004.1	firmicutes	Sedimentibacter saalensis strain DSM 13558 LY60DRAFT_scaffold00004.4, whole genome shotgun sequence	True	False
USA0071_01_000000002738	5037	0.5282249304834351	6	4	3	3	4	True	81872	fragment	False	SPA0066_000000002983	0.918259603131258		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2268.0	79.321	71.0	0.0004193448838993528	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	True
DEN0096_000000040964	1122	0.5282223221642454	3	1	1	1	1	False	68094	maximal	True	DEN0096_000000040964	1.0		44	9	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	93.662	13.0	4.027703746107267e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0060_000000002519	12645	0.5282219134035628	17	7	4	6	6	False	35432	maximal	True	ISR0060_000000002519	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	98.734	1.0	0.0017832647462277093	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0063_000000014677	3108	0.5282205148773188	4	4	4	4	3	False	76522	fragment	False	DEN0063_000000014677	0.9799660441426146		0	0	False	False	0.993565022945404	0					non-mobilizable	no_good_hit	716.0	73.464	23.0	0.004084648819117553	NZ_FRDE01000002.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
AST0061_000000001162	18175	0.5282133392066722	24	18	2	10	10	False	112210	fragment	False	AST0061_000000001162	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5715.0	95.311	84.0	0.19346316680779002	MF775677.1	viruses	Lactococcus phage LP9210, complete genome	True	False
SPA0079_000000006635	3559	0.5282115686458014	5	5	5	3	3	False	106730	maximal	True	SPA0079_000000006635	0.9871442359848123		18	7	False	False	0.9997190237045288	0					non-mobilizable	chromosome	3557.0	99.719	99.0	0.0015423899149560206	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
FIJ0010_000000002037	8964	0.5282075878538602	11	7	4	5	5	True	113134	fragment	False	ISR0042_000000002093	0.9031917713101814		0	0	False	False	1.0	0					non-mobilizable	other	8141.0	95.209	91.0	0.18585142857142858	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
FIJ0087_000000002529	9485	0.5282071459178302	7	5	3	3	4	False	43766	maximal	True	FIJ0087_000000002529	1.0		210	9	False	False	1.0	0					non-mobilizable	no_good_hit	2582.0	89.62	41.0	0.03999938009484549	NZ_VZBY01000067.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_18_length_64526_cov_24.3876_ID_35, whole genome shotgun sequence	True	False
FIJ0134_000000003974	4032	0.5282070961858283	3	2	1	2	2	False	40641	maximal	True	FIJ0134_000000003974	1.0		246	12	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	73.333	15.0	0.00018938126615264384	NZ_LR134384.1	CFB group bacteria	Prevotella oris strain NCTC13071 chromosome 1	True	False
FIJ0030_000000017160	2069	0.5282059824090841	3	2	2	0	0	False	48731	maximal	True	FIJ0030_000000017160	1.0		2	2	False	False	0.9946834444999695	0					non-mobilizable	no_good_hit	810.0	76.543	39.0	0.05540568582693505	NZ_LFVU01000020.1	firmicutes	Clostridium cylindrosporum DSM 605 CLCY_16c, whole genome shotgun sequence	True	False
SPA0127_000000006224	4686	0.5282057792430186	1	1	1	1	1	False	3922	fragment	False	SPA0127_000000006224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0088_000000015277	1614	0.5282015020791465	3	2	2	2	2	False	33783	maximal	True	ISR0088_000000015277	1.0		42	6	False	False	0.9931846261024475	0					non-mobilizable	no_good_hit	230.0	82.609	14.0	0.006825734215489627	NZ_QIML01000019.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_19, whole genome shotgun sequence	True	False
ISR0106_000000015258	1722	0.5282012856039107	2	2	2	2	2	False	32890	maximal	True	ISR0106_000000015258	1.0		25	5	False	False	0.9790940880775452	0					non-mobilizable	no_good_hit	714.0	87.675	77.0	0.0017236189199949506	NZ_FNHZ01000002.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
ISR0195_000000013935	1428	0.528201140513872	3	3	2	3	2	False	29002	maximal	True	ISR0195_000000013935	1.0		153	9	False	False	0.9894958138465881	0					non-mobilizable	no_good_hit	884.0	96.833	62.0	0.9988649262202043	GQ876357.1		Uncultured organism clone VC1AB59TF genomic sequence	True	False
USA0101_01_000000006743	4635	0.5282002463747951	6	6	6	5	6	False	29270	maximal	True	USA0101_01_000000006743	1.0		593	15	False	False	0.9991369843482971	0					non-mobilizable	other	3984.0	97.088	99.0	0.09969712898300417	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0180_000000010297	1720	0.5281972535111734	2	2	1	2	1	True	92716	fragment	False	ENG0180_000000010297	1.0		0	0	False	False	0.9965116381645203	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.000892034135172906	NZ_QRHR01000014.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf14, whole genome shotgun sequence	True	True
MON0013_000000007927	5308	0.5281956447127384	5	5	5	3	4	False	118064	maximal	True	MON0013_000000007927	1.0		1	1	False	False	0.997174084186554	0					non-mobilizable	no_good_hit	832.0	78.60600000000001	19.0	0.00029124265767034786	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0004_000000017800	1138	0.528193100629533	2	2	2	1	1	False	38540	maximal	True	ISR0004_000000017800	1.0		62	8	False	False	0.9920914173126221	0					non-mobilizable	other	1138.0	99.912	100.0	0.00036503286901066784	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0338_000000006553	3690	0.5281922805765327	5	2	1	2	1	True	24425	maximal	True	ISR0338_000000006553	1.0		32	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ETH0002_000000013029	2011	0.5281890712199692	4	2	2	2	1	False	53341	maximal	True	ETH0002_000000013029	1.0		3	2	False	False	0.9885628819465637	0					non-mobilizable	chromosome	866.0	98.037	95.0	0.0003011573644826716	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0225_000000006044	2786	0.5281882706257426	4	2	2	2	1	True	27694	maximal	True	ISR0225_000000006044	1.0		11	4	False	False	0.9953337907791138	0					non-mobilizable	chromosome	2776.0	99.89200000000001	99.0	0.0006276228253796733	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0339_000000006120	2376	0.5281882706257426	5	2	2	2	1	True	24399	maximal	True	ISR0339_000000006120	1.0		0	0	False	False	0.993686854839325	0					non-mobilizable	no_good_hit	1550.0	100.0	65.0	0.000350464223688938	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CAN0020_000000018747	1941	0.5281882706257426	2	2	2	2	1	True	91855	maximal	True	CAN0020_000000018747	1.0		11	5	False	False	0.988150417804718	0					non-mobilizable	chromosome	1941.0	100.0	100.0	0.0004389287243102258	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MON0019_000000048247	1388	0.5281882706257426	2	2	2	2	1	True	13154	fragment	False	MON0019_000000048247	1.0		0	0	False	False	0.9992795586585999	0					non-mobilizable	chromosome	1346.0	99.851	97.0	0.00030430883206044	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
CHI0177_000000011577	1443	0.5281841381113093	3	3	3	3	2	False	77687	fragment	False	CHI0177_000000011577	0.9873861247372109		0	0	False	False	0.9916840195655823	0					non-mobilizable	other	1445.0	84.36	99.0	0.006288840262582057	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0088_000000009864	3092	0.528181774842392	3	3	2	2	2	False	9648	maximal	True	MON0088_000000009864	1.0		339	12	False	False	1.0	0					non-mobilizable	other	2963.0	99.426	96.0	0.026119238468118127	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0038_000000003172	9467	0.5281814630358546	9	9	7	6	7	False	47692	maximal	True	FIJ0038_000000003172	1.0		1	1	False	False	0.9982042908668518	0					non-mobilizable	no_good_hit	174.0	91.954	2.0	0.00044068349245488723	NZ_JGYW01000004.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig04, whole genome shotgun sequence	True	False
CHI0049_000000005736	2795	0.5281809842223721	4	4	2	3	4	False	86802	maximal	True	CHI0049_000000005736	1.0		24	5	True	True	0.9989266395568848	5					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	0.002334545849394647	NZ_RHNR01000051.1	firmicutes	Lactobacillus songhuajiangensis strain 7-19 contig51, whole genome shotgun sequence	True	True
MAD0045_000000004886	6364	0.5281778216431632	6	1	1	1	1	False	40959	maximal	True	MAD0045_000000004886	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	87.0	14.0	0.00013257826852781303	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0076_000000003751	4590	0.5281778216431632	5	1	1	1	1	False	49814	maximal	True	FIJ0076_000000003751	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	317.0	95.26799999999999	12.0	8.402848005283924e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0020_000000005214	4419	0.5281778216431632	4	1	1	1	1	False	49814	maximal	False	FIJ0076_000000003751	0.9813725490196079		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	92.053	9.0	3.974680485039063e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0084_000000003579	3883	0.5281778216431632	3	1	1	1	1	False	48171	fragment	False	FIJ0034_000000007346	0.9930114358322744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	97.845	8.0	6.162088537208211e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0022_000000002883	3538	0.5281778216431632	4	1	1	1	1	False	40958	fragment	False	MAD0022_000000002883	1.0		0	0	False	False	0.9881289005279541	0					non-mobilizable	no_good_hit	94.0	96.809	3.0	2.4808408396552538e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0027_000000002385	3322	0.5281778216431632	2	1	1	1	1	False	11719	fragment	False	TAN0027_000000002385	1.0		0	0	False	False	0.9990969300270081	0					non-mobilizable	no_good_hit	226.0	83.62799999999999	13.0	5.975358581535235e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0129_000000008730	2411	0.5281778216431632	4	1	1	1	1	False	40957	fragment	False	FIJ0129_000000008730	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0246_000000008245	2526	0.5281754792233841	2	2	2	2	2	False	55890	fragment	False	ISR0246_000000008245	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	715.0	79.301	44.0	0.2194668319900806	KX125860.1	bacteria	Uncultured bacterium clone AmoxDisc_Mom_GE_10 genomic sequence	True	True
CAN0013_000000013620	1664	0.5281702871124917	3	1	1	1	1	False	93845	maximal	True	CAN0013_000000013620	1.0		14	4	False	False	0.9981971383094788	0					non-mobilizable	no_good_hit	671.0	81.818	40.0	0.00018716729327428663	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0042_000000010831	2457	0.5281669520351887	4	3	3	3	3	False	105893	maximal	True	MON0042_000000010831	1.0		338	13	False	False	0.9833129644393921	0					non-mobilizable	no_good_hit	591.0	77.834	24.0	0.0024586810841813606	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
FIJ0088_000000008509	3231	0.528166002482243	3	1	1	1	1	True	43677	fragment	False	FIJ0088_000000008509	1.0		0	0	False	False	0.999071478843689	0					non-mobilizable	no_good_hit								True	True
ETH0003_000000019758	2027	0.5281616611850948	3	3	3	3	2	False	53153	fragment	False	ETH0003_000000019758	1.0		0	0	False	False	0.9718796014785767	0					non-mobilizable	other	2047.0	94.48	100.0	0.08255174644243209	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0320_000000006203	3413	0.5281606086308802	7	3	3	1	1	False	25069	maximal	True	ISR0320_000000006203	1.0		67	10	False	False	0.9997069835662842	0					non-mobilizable	no_good_hit	1561.0	98.07799999999999	46.0	0.02279277302318777	NZ_CYXX01000020.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0002_000000008221	2682	0.5281582962842221	5	3	1	1	3	True	8411	fragment	False	SPA0002_000000008221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	741.0	77.193	27.0	0.0003208443327203879	LR134317.1	firmicutes	Streptococcus equi subsp. zooepidemicus strain NCTC6180 genome assembly, chromosome: 1	True	True
FIJ0024_000000007510	2722	0.5281570942283211	4	3	3	2	2	False	126819	maximal	True	FIJ0024_000000007510	1.0		0	0	False	False	0.9985305070877075	0					non-mobilizable	no_good_hit	1468.0	79.292	70.0	0.0005983811997110638	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
CHI0045_000000017079	1234	0.52815484436027	1	1	1	1	1	False	87078	fragment	False	CHI0045_000000017079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0072_000000012623	1720	0.5281536343410066	1	1	1	1	0	True	10399	maximal	True	MON0072_000000012623	1.0		558	13	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	98.88	78.0	0.00042938260685946737	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
FIJ0012_000000020283	1251	0.5281494331254777	2	2	2	2	2	True	50701	fragment	False	FIJ0012_000000020283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	578.0	74.39399999999999	46.0	0.0014179263570695527	NZ_RRCM01000002.1	firmicutes	Lachnoanaerobaculum orale strain DSM 24553 DSM24553_2, whole genome shotgun sequence	True	True
ENG0057_000000014485	1745	0.5281482837168853	3	3	3	1	1	False	69218	maximal	True	ENG0057_000000014485	1.0		29	11	False	False	0.9994269609451294	0					non-mobilizable	no_good_hit								True	False
ISR0181_000000013753	1368	0.5281482275318101	3	2	2	2	2	False	37398	fragment	False	ISR0181_000000013753	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1368.0	100.0	100.0	0.006005781718171993	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
ENG0158_000000008431	2181	0.5281472781066229	3	3	3	2	1	False	121206	fragment	False	ENG0158_000000008431	0.9937830252411833		0	0	False	False	0.9926639199256897	0					non-mobilizable	other	2181.0	99.90799999999999	100.0	0.011407580284770881	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0170_000000005673	2166	0.5281472781066229	3	3	3	2	1	False	121206	fragment	False	ENG0158_000000008431	0.9900557293175195		0	0	False	False	1.0	0					non-mobilizable	other	2166.0	100.0	100.0	0.011329087759875667	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0819_000000012717	2065	0.5281472781066229	3	3	3	2	1	False	121206	fragment	False	ENG0158_000000008431	0.9616740621328722		0	0	False	False	0.9995157122612	0					non-mobilizable	other	2065.0	99.758	100.0	0.010800571425581237	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0103_000000008833	2048	0.5281472781066229	3	3	3	2	1	False	121206	fragment	False	ENG0158_000000008431	0.949335417036979		0	0	False	False	0.9921875	0					non-mobilizable	other	2029.0	100.0	99.0	0.010612189365832728	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0119_000000017871	1736	0.5281472781066229	3	3	3	2	1	False	104845	fragment	False	ISR0119_000000017871	0.965781624567867		0	0	False	False	1.0	0					non-mobilizable	other	1736.0	99.94200000000001	100.0	0.009078968712879576	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0148_000000019864	1723	0.5281472781066229	3	3	3	2	1	False	104845	fragment	False	ISR0119_000000017871	0.9647380841069481		0	0	False	False	1.0	0					non-mobilizable	other	1723.0	100.0	100.0	0.009010941857970392	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0139_000000007708	1520	0.5281469551443241	2	2	2	2	2	False	80320	maximal	True	CHI0139_000000007708	1.0		363	11	False	False	0.9881578683853149	0					non-mobilizable	other	1505.0	94.551	99.0	0.005422555523507355	NZ_SPGG01000004.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_4_length_277360_cov_37.4038, whole genome shotgun sequence	False	False
AST0035_000000013752	1192	0.5281440267821707	2	2	2	2	2	False	116768	fragment	False	AST0035_000000013752	0.9810981098109811		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	97.133	97.0	0.0001624378445712778	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MAD0105_000000025564	1501	0.5281399578737295	2	2	2	2	2	False	14794	maximal	True	MAD0105_000000025564	1.0		8	2	False	False	0.9626915454864502	0					non-mobilizable	no_good_hit	851.0	76.263	87.0	0.0008397574612300294	NZ_LT891970.1	actinobacteria	Enorma phocaeensis strain Marseille-P3242, whole genome shotgun sequence	True	False
MON0037_000000005307	8085	0.5281374936534007	8	7	6	7	7	False	12145	maximal	True	MON0037_000000005307	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0259_000000014375	1284	0.5281371505920045	2	2	2	2	2	False	26736	fragment	False	ISR0259_000000014375	1.0		0	0	False	False	0.954828679561615	0					non-mobilizable	no_good_hit	632.0	95.411	66.0	0.00017919770626935975	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0106_000000017099	2410	0.5281366775914894	3	3	2	3	2	False	81915	fragment	False	MAD0068_000000011068	0.9472300849171047		0	0	False	False	0.996680498123169	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	4.364914864206252e-06	CP029193.1	high GC Gram+	Streptomyces venezuelae strain ATCC 14583 chromosome, complete genome	True	False
CHI0131_000000002793	5062	0.5281364944346092	4	2	2	1	0	True	91159	maximal	True	CHI0131_000000002793	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	3934.0	99.84700000000001	78.0	0.0010532266413585205	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
CHI0006_000000003187	3630	0.5281364944346092	3	2	2	1	0	True	91158	fragment	False	CHI0006_000000003187	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3630.0	99.917	100.0	0.0009718178188380551	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ENG0070_000000007741	3117	0.5281364944346092	2	2	2	1	0	True	91135	fragment	False	ENG0070_000000007741	1.0		0	0	False	False	0.9971126317977905	0					non-mobilizable	other	3120.0	96.795	100.0	0.0008349760151934571	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0060_000000009453	3014	0.5281364944346092	3	2	2	1	0	True	91157	fragment	False	ISR0060_000000009453	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3014.0	99.934	100.0	0.0008068578363623753	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0211_000000014222	1605	0.5281364944346092	2	2	2	1	0	True	28400	fragment	False	ISR0211_000000014222	1.0		0	0	False	False	0.9937694668769836	0					non-mobilizable	other	1607.0	94.711	100.0	0.0004295386556671922	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0197_000000004474	5098	0.5281302057525201	6	5	2	3	4	False	93909	fragment	False	ISR0197_000000004474	0.9719713077747735		0	0	False	False	1.0	0					non-mobilizable	other	5129.0	84.89	99.0	0.000974401412567356	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
MON0085_000000024048	1305	0.5281269950945856	2	2	2	2	1	False	65848	fragment	False	FIJ0106_000000020399	0.9704102122776822		0	0	False	False	0.9946359992027283	0					non-mobilizable	other	1305.0	98.62100000000001	100.0	0.0024063613564939464	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0119_000000013894	2313	0.5281260196639915	3	3	3	3	2	False	23500	maximal	True	SPA0119_000000013894	1.0		1	1	False	False	0.9948119521141052	0					non-mobilizable	no_good_hit	1358.0	90.133	58.0	0.009691339440597538	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	True	False
MON0103_000000047154	1251	0.5281259885460129	2	2	2	2	1	False	82044	fragment	False	MON0052_000000019897	0.5810706146169405		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	80.834	99.0	0.000520205651001113	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
SPA0057_000000029483	1126	0.5281259885460129	3	2	2	2	1	False	33646	fragment	False	ISR0090_000000027156	0.9721984602224123		0	0	False	False	0.9991118907928467	0					non-mobilizable	other	1134.0	80.423	99.0	0.0004715804652508074	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
USA0064_01_000000006629	1249	0.5281234908137907	1	1	1	1	1	False	852	fragment	False	USA0064_01_000000006629	1.0		0	0	False	False	0.9967974424362183	0					non-mobilizable	chromosome	1249.0	99.6	100.0	0.0003489824560814807	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0107_000000011379	3413	0.5281232794983755	3	1	1	1	1	True	83144	fragment	False	MAD0107_000000011379	1.0		0	0	False	False	0.9973630309104919	0					non-mobilizable	no_good_hit	1322.0	89.486	70.0	0.02002312701600633	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0142_000000009663	3364	0.5281232794983755	4	1	1	1	1	True	69616	fragment	False	FIJ0142_000000009663	1.0		0	0	False	False	0.9991081953048706	0					non-mobilizable	no_good_hit	1321.0	90.765	71.0	0.02002312701600633	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0121_000000007956	3274	0.5281232794983755	4	1	1	1	1	True	69615	fragment	False	ISR0065_000000009747	0.9340203154342753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	86.546	80.0	0.02419207595398941	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
TAN0007_000000010998	3274	0.5281232794983755	3	1	1	1	1	True	69615	fragment	False	ISR0065_000000009747	0.9353276022001621		0	0	False	False	0.9996945858001709	0					non-mobilizable	no_good_hit	1602.0	87.70299999999999	81.0	0.024268151664536546	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0813_000000009067	3241	0.5281232794983755	3	1	1	1	1	True	69615	fragment	False	ISR0065_000000009747	0.930247755946396		0	0	False	False	0.991669237613678	0					non-mobilizable	no_good_hit	1597.0	89.167	83.0	0.02419207595398941	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0065_000000009747	3210	0.5281232794983755	4	1	1	1	1	True	69615	fragment	False	ISR0065_000000009747	0.9426598558897885		0	0	False	False	0.999688446521759	0					non-mobilizable	no_good_hit	1597.0	88.165	81.0	0.02419207595398941	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0180_000000007101	3065	0.5281232794983755	3	1	1	1	1	True	69615	fragment	False	ISR0065_000000009747	0.9105398093877478		0	0	False	False	0.9973899126052856	0					non-mobilizable	no_good_hit	1597.0	88.165	80.0	0.02419207595398941	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
DEN0079_000000017297	3046	0.5281232794983755	3	1	1	1	1	True	69615	fragment	False	ISR0065_000000009747	0.9145691444650691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1597.0	88.478	81.0	0.02419207595398941	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0131_000000012182	2527	0.5281232794983755	4	1	1	1	1	True	77620	maximal	True	ISR0131_000000012182	1.0		4	2	False	False	0.989315390586853	0					non-mobilizable	no_good_hit	1076.0	86.617	42.0	0.01629541719919664	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
SPA0015_000000009524	2327	0.5281232794983755	4	1	1	1	1	True	107199	maximal	True	SPA0015_000000009524	1.0		3	3	False	False	0.9987108111381531	0					non-mobilizable	no_good_hit	1076.0	86.524	59.0	0.01629541719919664	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0386_000000014405	2204	0.5281232794983755	4	1	1	1	1	True	106392	fragment	False	ISR0386_000000014405	1.0		0	0	False	False	0.9972776770591736	0					non-mobilizable	plasmid	849.0	96.82	94.0	0.03630447812312698	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
ISR0334_000000010580	1974	0.5281232794983755	3	1	1	1	1	True	63972	fragment	False	ISR0334_000000010580	0.9735217434945523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1076.0	86.524	54.0	0.01629541719919664	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ENG0052_000000016170	1951	0.5281232794983755	3	1	1	1	1	True	63972	fragment	False	ISR0334_000000010580	0.9631570462239397		0	0	False	False	0.9912865161895752	0					non-mobilizable	no_good_hit	1076.0	86.524	55.0	0.01629541719919664	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
AST0140_000000015756	1835	0.5281232794983755	4	1	1	1	1	True	105526	fragment	False	AST0140_000000015756	0.9814869574614049		0	0	False	False	0.9852861166000366	0					non-mobilizable	no_good_hit	1135.0	87.137	71.0	0.017177895441543425	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0396_000000012581	1823	0.5281232794983755	3	1	1	1	1	True	63972	fragment	False	ISR0334_000000010580	0.46859435528500276		0	0	False	False	0.9989029169082642	0					non-mobilizable	no_good_hit	1076.0	86.524	59.0	0.01629541719919664	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0360_000000013683	1807	0.5281232794983755	3	1	1	1	1	True	63972	fragment	False	ISR0334_000000010580	0.7005312397923389		0	0	False	False	0.9983397722244263	0					non-mobilizable	no_good_hit	1076.0	86.524	59.0	0.01629541719919664	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
SPA0101_000000023994	1723	0.5281232794983755	3	1	1	1	1	True	105526	fragment	False	AST0140_000000015756	0.9585511047822002		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	86.59	69.0	0.015808532651694965	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0308_000000010280	1720	0.5281232794983755	4	1	1	1	1	True	105526	fragment	False	AST0140_000000015756	0.9593039247596151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	86.23	69.0	0.015945468930679812	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0129_000000014209	1541	0.5281232794983755	2	1	1	1	1	True	44623	fragment	False	FIJ0129_000000014209	1.0		0	0	False	False	0.9993510842323303	0					non-mobilizable	no_good_hit	846.0	86.99799999999999	67.0	0.012841579940356644	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
CHI0106_000000013212	1536	0.5281232794983755	2	1	1	1	1	True	83141	fragment	False	CHI0106_000000013212	1.0		0	0	False	False	0.9993489384651184	0					non-mobilizable	no_good_hit	1129.0	85.917	73.0	0.017071389446777434	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0320_000000018878	1407	0.5281232794983755	2	1	1	1	1	True	25049	fragment	False	ISR0320_000000018878	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	85.56200000000001	79.0	0.017071389446777434	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0815_000000022311	1381	0.5281232794983755	3	1	1	1	1	True	21452	fragment	False	ISR0815_000000022311	0.9914529914529915		0	0	False	False	0.990586519241333	0					non-mobilizable	no_good_hit	1041.0	87.60799999999999	75.0	0.01577810236747611	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ISR0062_000000029175	1327	0.5281232794983755	2	1	1	1	1	True	44622	fragment	False	FIJ0088_000000023953	0.5714179325383377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	87.02600000000001	66.0	0.013221958493092326	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0074_000000021983	1327	0.5281232794983755	3	1	1	1	1	True	44622	fragment	False	FIJ0088_000000023953	0.5789306537617183		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	992.0	85.988	74.0	0.015047775546223602	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0088_000000023953	1259	0.5281232794983755	1	1	1	1	1	True	44622	fragment	False	FIJ0088_000000023953	0.9218277765439151		0	0	False	False	0.9976171851158142	0					non-mobilizable	no_good_hit	879.0	87.486	70.0	0.013343679629967744	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
ENG0145_000000011358	2809	0.5281230694968461	2	2	2	2	1	False	57505	maximal	True	ENG0145_000000011358	1.0		1	1	False	False	0.9971520304679871	0					non-mobilizable	no_good_hit	1206.0	98.259	43.0	0.0004245231959262698	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0077_000000003010	6810	0.5281213888948401	6	4	3	3	2	True	90395	maximal	True	ENG0077_000000003010	1.0		27	10	False	False	0.9998531341552734	0					non-mobilizable	no_good_hit	2525.0	98.02	50.0	0.0007061389870725907	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0345_000000001662	4303	0.5281206135407658	5	5	3	3	5	False	79600	maximal	True	ISR0345_000000001662	1.0		772	12	False	False	1.0	0					non-mobilizable	chromosome	3524.0	99.404	100.0	0.0011327814011634562	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	False
MON0083_000000016124	2294	0.5281200361033682	4	4	2	4	2	False	9885	fragment	False	MON0083_000000016124	1.0		0	0	False	False	0.9895379543304443	0					non-mobilizable	other	1439.0	97.637	99.0	0.0005010484386313224	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
CAN0006_000000014361	3144	0.5281186066016105	5	3	1	1	3	False	95717	maximal	True	CAN0006_000000014361	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2261.0	90.801	98.0	0.0004010318749235622	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
CHI0062_000000007301	1980	0.5281101595002572	3	3	0	2	2	True	124270	maximal	True	CHI0062_000000007301	1.0		109	9	False	False	0.9959595799446106	0					non-mobilizable	no_good_hit	1619.0	95.491	84.0	0.0003748227526213848	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	True	True
SPA0008_000000010045	2974	0.5281072285237856	3	2	2	2	2	False	50121	fragment	False	SPA0008_000000010045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	74.561	62.0	0.004508686315243704	AP012299.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC1 DNA, complete genome	True	False
FIJ0119_000000006413	2664	0.5281072285237856	2	2	2	2	2	False	50120	fragment	False	FIJ0119_000000006413	0.996344435418359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	74.561	67.0	0.004508686315243704	AP012299.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC1 DNA, complete genome	True	False
MON0097_000000014344	2462	0.5281072285237856	2	2	2	2	2	False	50120	fragment	False	FIJ0119_000000006413	0.9613363363363363		0	0	False	False	0.9975629448890686	0					non-mobilizable	no_good_hit	1112.0	73.471	65.0	0.0038255520250552637	AP012299.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC1 DNA, complete genome	True	False
MON0001_000000015122	2296	0.5281072285237856	2	2	2	2	2	False	50119	fragment	False	MON0001_000000015122	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	579.0	72.193	25.0	0.00018810259415117457	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
MON0029_000000014054	2099	0.5281072285237856	2	2	2	2	2	False	50118	fragment	False	MON0029_000000014054	1.0		0	0	False	False	0.9637922644615173	0					non-mobilizable	no_good_hit	516.0	72.67399999999999	24.0	0.0001677941724817557	AP012292.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 DNA, complete genome	True	False
ISR0774_000000008950	2749	0.5281064451295853	2	2	2	2	2	False	70547	maximal	True	ISR0774_000000008950	1.0	PS332	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1484.0	80.32300000000001	54.0	0.19207197809362367	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
CHI0165_000000006096	2659	0.5281051707232159	5	4	2	3	3	False	106036	maximal	True	CHI0165_000000006096	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1369.0	95.325	63.0	0.0003301516815291236	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0232_000000005676	4145	0.5281049957517023	4	3	2	3	2	True	102033	fragment	False	ISR0232_000000005676	1.0		0	0	False	False	0.9980699419975281	0					non-mobilizable	no_good_hit	226.0	73.45100000000001	5.0	0.00011032241850487892	CP060264.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS0369-1-AR-4 chromosome, complete genome	True	True
ENG0117_000000004363	4878	0.5281011261841114	6	3	0	3	1	False	59397	maximal	True	ENG0117_000000004363	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000009544	3758	0.5280979987307363	6	2	2	2	2	False	75136	maximal	True	DEN0018_000000009544	1.0		64	9	False	False	0.9970729351043701	0					non-mobilizable	no_good_hit	79.0	81.013	2.0	2.5932107721301912e-05	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ENG0147_000000006193	2317	0.5280956772254177	2	2	2	2	1	True	57361	fragment	False	ENG0147_000000006193	1.0		0	0	False	False	0.9991368055343628	0					non-mobilizable	other	2317.0	97.15100000000001	100.0	0.08268180357716612	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
FIJ0122_000000008061	2011	0.5280945055472877	4	4	4	3	3	False	41428	maximal	True	FIJ0122_000000008061	1.0		53	8	False	False	1.0	0					non-mobilizable	chromosome	2011.0	99.50299999999999	100.0	0.00037619990926282787	CP052320.1	enterobacteria	Klebsiella pneumoniae strain E16KP0035 chromosome, complete genome	False	False
SPA0033_000000012299	2499	0.5280940666678546	4	4	4	3	3	False	94591	maximal	False	ISR0324_000000011438	0.971869612076953		0	0	False	False	0.9991996884346008	0					non-mobilizable	other	2502.0	97.36200000000001	100.0	0.007359545763770067	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ISR0198_000000005966	5788	0.528091637479463	6	2	1	2	2	True	28898	maximal	True	ISR0198_000000005966	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0045_000000000245	43497	0.5280899645226224	37	15	9	14	6	True	119621	maximal	False	AST0026_000000000287	0.9930043530501343	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	54					non-mobilizable	no_good_hit	5155.0	92.415	21.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0013_000000000259	43452	0.5280899645226224	37	15	9	14	6	True	119621	maximal	False	AST0026_000000000287	0.9936289666967879	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	63					non-mobilizable	no_good_hit	5155.0	93.094	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0238_000000000059	43432	0.5280899645226224	36	15	9	14	6	True	119621	maximal	False	AST0026_000000000287	0.9929956633364354	PS193|PS740|PS741|PS742|PS743|PS793	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	5155.0	92.415	22.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0095_000000000636	24463	0.5280888708761133	34	19	13	14	18	True	124119	maximal	True	ENG0095_000000000636	1.0		1	1	False	False	0.9998365044593811	0					non-mobilizable	no_good_hit	21283.0	95.59700000000001	87.0	0.0060693120285687215	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
DEN0064_000000008942	4029	0.5280868495782463	3	3	2	3	2	False	71318	maximal	True	DEN0064_000000008942	1.0		13	5	False	False	0.9980143904685974	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.000990549621181699	NZ_VDCQ01000084.1	firmicutes	Paenibacillus hemerocallicola strain KCTC 33185 RDPYD18112709_A.Scaf84, whole genome shotgun sequence	True	False
ISR0013_000000012384	2057	0.5280867475873617	2	2	2	2	2	False	38099	maximal	True	ISR0013_000000012384	1.0		151	12	False	False	0.9985415935516357	0					non-mobilizable	no_good_hit	283.0	80.919	14.0	0.0037345781927309103	NZ_PVXO01000051.1	firmicutes	Clostridium liquoris strain DSM 100320 CLLI_contig000051, whole genome shotgun sequence	True	False
ISR0082_000000003419	7509	0.5280837979909524	3	3	3	1	3	False	45505	maximal	True	ISR0082_000000003419	1.0		366	15	False	False	0.9997336268424988	0					non-mobilizable	other	7510.0	98.016	100.0	0.11456298828125	NZ_VJZV01000030.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold30_1, whole genome shotgun sequence	False	False
ENG0132_000000013516	1426	0.5280799997931863	3	1	1	1	1	False	58303	fragment	False	ENG0132_000000013516	0.9868815592203898		0	0	False	False	0.9936886429786682	0					non-mobilizable	no_good_hit	207.0	86.473	15.0	7.269167754395288e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0031_000000028389	1122	0.5280780708176117	1	1	1	1	1	False	96344	fragment	False	CAN0010_000000011182	0.9471854980661064		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	100.0	100.0	0.0003134690170411377	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0024_000000009595	1584	0.5280777103246209	2	2	2	2	1	True	19182	maximal	True	MAD0024_000000009595	1.0		1	1	False	False	0.9640151262283325	0					non-mobilizable	no_good_hit	576.0	99.65299999999999	36.0	0.007985223864015109	NZ_LXWL01000008.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig008, whole genome shotgun sequence	True	True
FIJ0105_000000029532	1176	0.528070303666075	2	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.27312168539727444		0	0	False	False	0.9982993006706238	0					non-mobilizable	other	1176.0	96.259	100.0	0.3150978814695629	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	False	False
CHI0145_000000007830	2410	0.5280674774401938	4	2	2	2	2	False	79765	maximal	True	CHI0145_000000007830	1.0		0	0	False	False	0.998755156993866	0					non-mobilizable	other	2271.0	98.76700000000001	94.0	0.0006478879992876086	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0142_000000004853	5866	0.5280655111900571	5	3	3	3	2	False	3441	maximal	True	SPA0142_000000004853	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1454.0	97.93700000000001	25.0	0.0035428395871482457	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0062_000000006843	5920	0.5280637046707516	7	4	1	4	1	False	10779	fragment	False	MON0062_000000006843	1.0		0	0	False	False	0.996283769607544	0					non-mobilizable	no_good_hit								True	False
ENG0051_000000022396	1327	0.5280623228332347	2	2	2	2	2	False	64030	fragment	False	ENG0051_000000022396	0.9832935560859188		0	0	False	False	0.9894498586654663	0					non-mobilizable	no_good_hit								True	False
ENG0100_000000025288	1257	0.5280623228332347	2	2	2	2	2	False	64030	fragment	False	ENG0051_000000022396	0.9574227581009797		0	0	False	False	0.969769299030304	0					non-mobilizable	no_good_hit								True	False
ENG0024_000000013578	1974	0.5280618444872941	3	3	2	2	2	False	66238	maximal	True	ENG0024_000000013578	1.0		55	9	False	False	1.0	0					non-mobilizable	chromosome	1971.0	93.506	99.0	0.00038493210948275456	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0128_000000007934	4344	0.5280568590151602	6	5	5	5	5	True	104556	fragment	False	ISR0128_000000007934	0.9953236524735417		0	0	False	False	0.9997698068618774	0					non-mobilizable	other	4344.0	99.54	100.0	0.001920265857115949	AP018131.1	high GC Gram+	Bifidobacterium bifidum DNA, complete genome, strain: JCM 7004	False	True
FIJ0114_000000002923	10513	0.5280553095856689	17	6	3	5	4	False	41898	fragment	False	FIJ0114_000000002923	1.0		0	0	False	False	0.9982878565788269	0					non-mobilizable	no_good_hit	44.0	95.455	0.0	4.129929503063831e-05	NZ_QICS01000001.1	firmicutes	Lachnotalea glycerini strain DSM 28816 Ga0215715_101, whole genome shotgun sequence	True	False
MAD0087_000000005431	4789	0.5280549084047796	6	4	3	4	3	True	16007	maximal	True	MAD0087_000000005431	1.0		1	1	False	False	0.9995823502540588	0					non-mobilizable	no_good_hit								True	True
ISR0147_000000003797	6116	0.5280530331774	9	7	7	7	6	False	103970	fragment	False	ENG0118_000000002228	0.9555134879318505		0	0	False	False	1.0	0					non-mobilizable	other	6116.0	99.01899999999999	100.0	0.0030005933459854917	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0174_000000004006	4028	0.5280502986213048	5	3	2	1	3	True	121880	maximal	True	ENG0174_000000004006	1.0		71	5	False	False	0.9965243339538574	0					non-mobilizable	no_good_hit	2255.0	95.521	56.0	0.0007348458829550003	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
CAN0012_000000031532	1453	0.5280499792094249	3	2	1	2	1	False	94083	maximal	True	CAN0012_000000031532	1.0		11	4	False	False	0.9986235499382019	0					non-mobilizable	chromosome	1419.0	98.943	98.0	0.0004859834224131579	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ENG0188_000000012512	2064	0.5280483058985226	4	3	2	1	2	False	55088	maximal	True	ENG0188_000000012512	1.0		3	1	False	False	0.9791666865348816	0					non-mobilizable	chromosome	2007.0	94.021	97.0	0.0005419929662558693	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	False	False
USA0001_01_000000012397	1374	0.5280471621250319	2	2	2	2	1	False	2268	maximal	True	USA0001_01_000000012397	1.0		5	3	False	False	0.9963610172271729	0					non-mobilizable	no_good_hit	151.0	74.834	11.0	0.0036577529533883646	NZ_FOBL01000022.1	firmicutes	Alkalibacterium putridalgicola strain DSM 19182, whole genome shotgun sequence	True	False
MON0066_000000003509	6586	0.5280443300113673	9	7	4	6	5	False	107896	fragment	False	MON0066_000000003509	1.0		0	0	False	False	0.9957485795021057	0					non-mobilizable	no_good_hit	595.0	93.445	20.0	0.00017775484853281925	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0047_000000004770	5962	0.5280429310483189	8	7	3	5	6	True	123556	backbone	False	ISR0826_000000002301	0.5346560778555214	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5971.0	98.794	99.0	0.001597915934143476	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0063_000000010210	1765	0.5280372647448791	4	2	1	1	2	False	6125	maximal	True	SPA0063_000000010210	1.0		29	6	False	False	0.9994333982467651	0					non-mobilizable	no_good_hit	1268.0	87.697	71.0	0.027561216646535634	NZ_QRUU01000023.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf23, whole genome shotgun sequence	True	False
ISR0343_000000005266	3062	0.5280367978178991	3	3	3	3	3	False	73842	fragment	False	ISR0343_000000005266	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3062.0	99.51	100.0	0.0005621762114796345	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
SPA0149_000000012053	3170	0.5280304343726856	4	3	3	3	3	False	113890	fragment	False	DEN0083_000000006854	0.17703780594405594		0	0	False	False	0.9984227418899536	0					non-mobilizable	no_good_hit	75.0	96.0	2.0	2.228605537422202e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0181_000000010910	1880	0.5280287182082303	3	1	1	1	1	False	77421	maximal	True	CHI0181_000000010910	1.0		3	2	False	False	0.9994680881500244	0					non-mobilizable	no_good_hit	176.0	100.0	9.0	5.893065444680616e-05	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
USA0043_01_000000006245	1527	0.5280254399223008	3	2	2	2	0	True	1248	maximal	True	USA0043_01_000000006245	1.0		44	8	False	False	0.9993451237678528	0					non-mobilizable	other	1525.0	83.41	99.0	0.039818363168670275	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
FIJ0135_000000022250	1276	0.5280254399223008	3	2	2	2	0	True	40568	fragment	False	FIJ0135_000000022250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	72.167	39.0	0.0001481317782708144	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0045_000000016380	1222	0.5280254399223008	3	2	2	2	0	True	11557	fragment	False	MON0045_000000016380	1.0		0	0	False	False	0.9942716956138611	0					non-mobilizable	other	1234.0	85.17	99.0	0.032206415034909966	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
DEN0046_000000007538	3163	0.5280226300907419	4	3	3	3	3	False	72736	maximal	False	DEN0065_000000010566	0.991287386242302		0	0	True	True	1.0	1					non-mobilizable	other	3059.0	99.771	97.0	0.19587496797335383	NZ_WEHX01000054.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_54_length_15612_cov_135.737510, whole genome shotgun sequence	False	True
ISR0021_000000016312	1466	0.5280186445645878	2	2	2	2	1	False	125675	fragment	False	ISR0021_000000016312	1.0		0	0	False	False	0.9754433631896973	0					non-mobilizable	other	1441.0	99.584	98.0	0.0016928708974331846	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0044_000000006275	2355	0.5280185795587122	3	3	3	3	3	False	87259	fragment	False	ENG0115_000000007768	0.9708366854384554		0	0	False	False	0.98428875207901	0					non-mobilizable	other	2355.0	99.406	100.0	0.012739818698416994	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
MON0059_000000020033	1961	0.5280183046714021	3	2	1	2	1	True	56780	fragment	False	MON0059_000000020033	1.0		0	0	False	False	0.9877613186836243	0					non-mobilizable	other	1959.0	99.541	99.0	0.00037902931695895693	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0054_000000005821	4266	0.528016882236612	4	4	4	3	2	False	75633	fragment	False	ENG0054_000000005821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	84.416	2.0	0.00021158953856776155	NZ_FOSQ01000005.1	a-proteobacteria	Roseomonas stagni DSM 19981, whole genome shotgun sequence	True	False
AST0016_000000014818	1650	0.5280093974544954	3	3	3	3	3	False	123303	maximal	True	AST0016_000000014818	1.0		31	7	False	False	0.9993939399719238	0					non-mobilizable	other	1650.0	98.727	100.0	0.0005760646366181478	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
ISR0812_000000007095	5374	0.52800642058628	8	4	3	3	0	True	102507	fragment	False	ISR0189_000000001535	0.6915181765270164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	93.29299999999999	5.0	0.00014586808513684753	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	True
DEN0077_000000001425	5302	0.5280063069239977	5	3	1	3	2	False	69926	maximal	True	DEN0077_000000001425	1.0		34	7	False	False	0.9981139302253723	0					non-mobilizable	other	5011.0	98.404	95.0	0.0654132393262828	NZ_QRML01000019.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf19, whole genome shotgun sequence	False	False
ISR0230_000000002867	8010	0.5280060173695565	9	9	8	8	8	False	111682	maximal	True	ISR0230_000000002867	1.0		1	1	False	False	0.9993757605552673	0					non-mobilizable	no_good_hit	4331.0	99.561	59.0	0.006925030546901489	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ENG0206_000000010633	2416	0.5280038827013077	3	3	3	3	3	False	93155	fragment	False	FIJ0023_000000014173	0.8435168189107465		0	0	False	False	0.9995861053466797	0					non-mobilizable	no_good_hit	563.0	77.087	24.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MON0087_000000022440	2251	0.5280038827013077	3	3	3	3	3	False	93155	fragment	False	FIJ0023_000000014173	0.8335560036309632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	71.094	27.0	0.0002885052259413976	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
ENG0027_000000011437	1979	0.5280036191606633	3	3	3	2	1	False	104807	maximal	True	ENG0027_000000011437	1.0		187	12	False	False	0.9959575533866882	0					non-mobilizable	chromosome	1979.0	99.899	100.0	0.0003048853327496634	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0111_000000009843	1814	0.5280036191606633	3	3	3	2	1	False	104805	fragment	False	ISR0111_000000009843	1.0		0	0	False	False	0.9388092756271362	0					non-mobilizable	other	1824.0	79.38600000000001	100.0	0.007273090763694522	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0076_000000012095	2104	0.5280031954525392	3	3	3	2	2	False	121206	fragment	False	ENG0158_000000008431	0.9610200424548015		0	0	False	False	0.9919201731681824	0					non-mobilizable	other	2091.0	99.617	99.0	0.010936625135399605	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0087_000000002502	9570	0.5280029333613889	16	8	5	8	4	False	51477	maximal	True	FIJ0087_000000002502	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	1.0	0.0008620257605372626	NZ_QRYH01000006.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf6, whole genome shotgun sequence	True	False
CAN0002_000000005856	3057	0.5280026929168948	4	3	2	3	2	False	96955	maximal	True	CAN0002_000000005856	1.0		1	1	False	False	0.9849525690078735	0					non-mobilizable	no_good_hit	650.0	87.23100000000001	39.0	0.00021678989284767053	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0177_000000019213	1624	0.5280011537140165	2	1	1	1	1	True	47873	maximal	True	ISR0177_000000019213	1.0		349	15	False	False	1.0	0					non-mobilizable	other	1625.0	91.631	100.0	0.0729602157788267	NZ_VJZV01000049.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold48_1, whole genome shotgun sequence	False	True
ISR0835_000000011728	1310	0.5280011537140165	2	1	1	1	1	True	47872	fragment	False	ISR0835_000000011736	0.9530175706646296		0	0	False	False	0.9992366433143616	0					non-mobilizable	other	1310.0	97.863	100.0	0.05884468419869634	NZ_VJZV01000049.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold48_1, whole genome shotgun sequence	False	True
ISR0835_000000011736	1309	0.5280011537140165	2	1	1	1	1	True	47872	fragment	False	ISR0835_000000011736	0.9530534351145038		0	0	False	False	0.9938884377479553	0					non-mobilizable	other	1310.0	92.061	100.0	0.05884468419869634	NZ_VJZV01000049.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold48_1, whole genome shotgun sequence	False	True
ISR0029_000000007065	6387	0.5279985273843636	8	6	2	3	6	False	118620	maximal	True	ISR0029_000000007065	1.0		15	5	False	False	1.0	0					non-mobilizable	other	3309.0	96.132	99.0	0.0006156570827271524	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
FIJ0023_000000003823	7327	0.5279951110301376	5	4	2	4	1	False	49417	maximal	True	FIJ0023_000000003823	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000008368	4042	0.5279949313359109	10	3	2	2	2	False	1635	maximal	True	USA0026_01_000000008368	1.0		1	1	False	False	0.9945571422576904	0					non-mobilizable	no_good_hit								True	False
ISR0243_000000012298	1099	0.5279908420793038	3	3	3	3	2	False	27214	maximal	True	ISR0243_000000012298	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	89.899	18.0	0.06652046783625731	NZ_CABMGA010000055.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0002_000000002833	6445	0.5279907399858212	8	7	1	3	7	False	68010	fragment	False	ENG0002_000000002833	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6173.0	98.04	96.0	0.08422447112167275	CP017988.1	enterobacteria	Klebsiella pneumoniae strain 825795-1 plasmid unnamed3, complete sequence	False	True
MAD0089_000000021190	1335	0.5279902038104014	1	1	1	1	1	False	99939	backbone	False	AUS0018_000000016405	0.3973420589140379	PS564	0	0	False	True	0.9970037341117859	0					non-mobilizable	chromosome	1351.0	77.942	100.0	0.00042047359700032747	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0080_000000001310	17082	0.5279862338349712	24	19	5	10	18	True	115785	maximal	True	ISR0080_000000001310	1.0		2	2	False	False	0.9999414682388306	0					non-mobilizable	no_good_hit	7066.0	99.335	83.0	0.0014925196487612213	CP007483.2	enterobacteria	Salmonella enterica subsp. enterica serovar Anatum str. USDA-ARS-USMARC-1175, complete genome	True	True
ISR0387_000000010528	2309	0.5279831948985346	3	3	3	3	1	False	91236	fragment	False	ISR0387_000000010528	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1852.0	89.68700000000001	80.0	0.0005569995727662736	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0077_000000002020	12174	0.5279763078093781	12	11	11	10	9	False	83723	maximal	True	MON0077_000000002020	1.0		1	1	False	False	1.0	0					non-mobilizable	other	9762.0	99.57	91.0	0.023800177020064713	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0841_000000005522	2514	0.5279714126887594	3	3	3	3	3	False	97345	fragment	False	SPA0132_000000015268	0.9777999071064285		0	0	False	False	1.0	0					non-mobilizable	other	2515.0	99.64200000000001	100.0	0.0068752580956574294	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0024_000000005704	3714	0.5279704717285633	2	2	2	2	2	False	71559	maximal	False	ENG0157_000000006313	0.9568249256094703		0	0	False	False	0.9889606833457947	0					non-mobilizable	other	3714.0	99.973	100.0	0.02494708905835321	NZ_VJZV01000018.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold18_1, whole genome shotgun sequence	False	False
DEN0082_000000031273	1369	0.5279697751268098	2	2	2	1	1	False	71410	fragment	False	SPA0114_000000034758	0.9638797959271869		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	0.00016694026320914832	NZ_PJZH01000004.1	enterobacteria	Chimaeribacter coloradensis strain 2016-Iso4 NODE_4_length_251660_cov_30.8292_ID_5209, whole genome shotgun sequence	True	False
ENG0101_000000019877	1688	0.5279671734405796	3	2	2	2	2	True	60474	fragment	False	ENG0101_000000019877	1.0		0	0	False	False	0.978672981262207	0					non-mobilizable	other	1681.0	99.286	99.0	0.022454489561335507	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MAD0046_000000020677	1302	0.5279602492430632	2	1	1	1	1	False	17731	maximal	True	MAD0046_000000020677	1.0		26	9	False	False	0.9646697640419006	0					non-mobilizable	no_good_hit								True	False
ISR0221_000000011754	1937	0.5279562423099089	3	2	2	2	2	False	27951	maximal	True	ISR0221_000000011754	0.9863964464186563		3	1	False	False	0.9963861703872681	0					non-mobilizable	no_good_hit	1464.0	84.426	75.0	0.0006902986851000218	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
ISR0390_000000007573	1836	0.5279562423099089	3	2	2	2	2	False	22871	maximal	True	ISR0390_000000007573	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1483.0	79.23100000000001	80.0	0.000602911270734341	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0138_000000015706	1212	0.5279549525421472	2	2	2	2	2	False	40458	fragment	False	FIJ0138_000000015706	1.0		0	0	False	False	0.9942244291305542	0					non-mobilizable	other	754.0	98.806	100.0	0.00027273536135619564	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
MAD0014_000000004741	5660	0.5279547102400022	6	5	2	4	2	True	19528	maximal	True	MAD0014_000000004741	1.0		3	1	False	False	0.9998233318328857	0					non-mobilizable	no_good_hit	97.0	93.814	2.0	0.0008650596981302095	NZ_PKIB01000007.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.7, whole genome shotgun sequence	True	True
FIJ0129_000000008461	2483	0.5279538930843295	3	3	3	2	2	False	107635	maximal	True	FIJ0129_000000008461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	89.37	39.0	0.013071718538565629	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	False
ISR0131_000000005106	4862	0.527950784110142	5	4	4	4	3	False	117907	fragment	False	ISR0131_000000005106	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4597.0	97.759	100.0	0.0014480177695798385	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0068_000000020918	1271	0.5279499638528045	2	2	1	2	1	True	62550	maximal	True	ENG0068_000000020918	1.0		28	8	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	87.34899999999999	89.0	0.00023883787485217675	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0372_000000004812	3307	0.5279489945135425	5	4	4	4	3	False	23460	maximal	True	ISR0372_000000004812	1.0		3	2	False	False	0.9942545890808105	0					non-mobilizable	no_good_hit	68.0	89.706	2.0	3.927400221719594e-05	NZ_SRSC01000001.1	d-proteobacteria	Geomonas terrae strain Red111 contig1, whole genome shotgun sequence	True	False
MON0051_000000021158	1685	0.5279481283063915	3	3	2	3	2	False	13759	fragment	False	MON0051_000000021158	1.0		0	0	False	False	0.9994065165519714	0					non-mobilizable	no_good_hit	64.0	84.375	4.0	1.6637992964275813e-05	AP017912.1	d-proteobacteria	Geobacter sulfurreducens DNA, complete genome	True	False
FIJ0142_000000030755	1197	0.5279474966676443	2	2	2	2	2	False	40157	fragment	False	FIJ0142_000000030755	1.0		0	0	False	False	0.9983291625976562	0					non-mobilizable	other	1196.0	93.896	99.0	0.03932750947750124	NZ_CABKPS010000044.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0343_000000013392	1418	0.5279439720440567	2	2	2	1	1	False	24307	fragment	False	ISR0343_000000013392	0.9540188269370022		0	0	False	False	0.9873060584068298	0					non-mobilizable	other	1418.0	98.37799999999999	100.0	0.00038313668624350024	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0049_000000008115	3534	0.5279424053770715	5	2	1	2	1	False	36004	maximal	True	ISR0049_000000008115	1.0		16	6	False	False	0.9994340538978577	0					non-mobilizable	no_good_hit								True	False
ISR0179_000000013210	1755	0.5279416142889929	3	2	2	2	1	False	115328	fragment	False	ENG0104_000000014764	0.6904330332533289		0	0	False	False	0.9800570011138916	0					non-mobilizable	other	1755.0	99.259	100.0	0.021812393518460944	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0038_000000010395	1431	0.5279386835743786	2	2	2	2	2	True	18535	fragment	False	MAD0097_000000028667	0.9893103448275862		0	0	False	False	0.9881201982498169	0					non-mobilizable	no_good_hit	719.0	78.303	50.0	0.0001993249121341824	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ISR0151_000000014738	1446	0.5279373250630615	3	3	3	3	3	True	30755	maximal	True	ISR0151_000000014738	1.0		258	12	False	False	0.95643150806427	0					non-mobilizable	no_good_hit	136.0	78.676	9.0	0.00023762151503222076	NZ_VCPD01000004.1	a-proteobacteria	Ruegeria sediminis strain CAU 1488 contig4, whole genome shotgun sequence	True	True
DEN0022_000000011619	3280	0.5279296376911808	3	3	1	3	1	False	95393	maximal	False	CAN0011_000000008217	0.26661691105452634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	75.0	11.0	0.0014266585902381484	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
CHI0125_000000011458	1346	0.5279291850703346	3	3	2	3	2	False	81615	maximal	True	CHI0125_000000011458	1.0		134	11	False	False	0.9970282316207886	0					non-mobilizable	other	1348.0	99.48100000000001	100.0	0.0011562747865140762	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0303_000000004224	2797	0.5279278263930809	2	2	2	2	1	False	118280	maximal	False	ISR0086_000000008400	0.7654503452267085		0	0	False	False	0.9982123970985413	0					non-mobilizable	no_good_hit	1234.0	75.28399999999999	44.0	0.0036770825452069303	NZ_JHWJ01000004.1	firmicutes	[Clostridium] aerotolerans DSM 5434 T546DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	False
SPA0101_000000025139	1632	0.5279219311900475	3	3	2	2	3	False	68409	fragment	False	SPA0101_000000025139	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1633.0	99.02	100.0	0.03177322638423799	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
MON0069_000000022970	2180	0.5279212414662396	5	4	4	4	3	False	10494	maximal	True	MON0069_000000022970	1.0		1	1	False	False	0.9922018051147461	0					non-mobilizable	no_good_hit	1311.0	82.99	58.0	0.15094995366079703	NZ_CABIWU010000086.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0176_000000029578	1150	0.5279161122477934	2	2	2	2	1	False	29793	maximal	True	ISR0176_000000029578	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	99.709	60.0	0.12812850205453866	MK232116.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K17_7_c1 sequence	True	False
FIJ0114_000000018980	2069	0.5279116647490176	2	2	2	2	2	False	41867	maximal	True	FIJ0114_000000018980	1.0		92	11	False	False	1.0	0					non-mobilizable	no_good_hit	1316.0	76.444	63.0	0.00904863817298375	NZ_RRCM01000003.1	firmicutes	Lachnoanaerobaculum orale strain DSM 24553 DSM24553_3, whole genome shotgun sequence	True	False
MON0060_000000025094	1655	0.5279103829092452	2	2	2	2	1	False	120641	fragment	False	MAD0061_000000010090	0.9116507747318235		0	0	False	False	0.9993957877159119	0					non-mobilizable	chromosome	1655.0	96.495	100.0	0.0006811579520454918	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0123_000000014968	2169	0.5279084546635194	2	2	2	2	2	False	41346	fragment	False	FIJ0123_000000014968	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2169.0	99.954	100.0	0.018127999732428048	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
ENG0080_000000024724	1166	0.5279042224035122	2	2	2	2	2	False	76433	maximal	False	ISR0063_000000015432	0.7002871059417125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	74.51	30.0	0.00010733949010692782	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0034_000000009422	3809	0.5279029721156069	5	3	1	1	3	False	7164	maximal	True	SPA0034_000000009422	1.0		277	12	False	False	0.998424768447876	0					non-mobilizable	chromosome	3809.0	99.921	100.0	0.0016993346801274678	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0130_000000002974	7612	0.5278999122339373	8	7	7	7	6	False	52373	maximal	True	FIJ0130_000000002974	1.0		5	1	False	False	0.9960588812828064	0					non-mobilizable	other	4101.0	82.712	98.0	0.0015510478333705352	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	False	False
DEN0008_000000003695	2195	0.5278995994885223	3	2	2	1	0	False	76139	fragment	False	MAD0026_000000005987	0.9316143497757847		0	0	False	False	1.0	0					non-mobilizable	other	1496.0	81.217	93.0	0.0008769612701046622	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0041_000000019026	1771	0.5278995994885223	3	2	2	1	0	False	6904	fragment	False	USA0015_01_000000018407	0.9245594713656388		0	0	False	False	1.0	0					non-mobilizable	other	1778.0	91.845	99.0	0.0010376981066737108	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
DEN0094_000000013507	2625	0.5278975024989297	3	3	3	3	3	False	68369	fragment	False	ISR0308_000000005875	0.9579234972677595		0	0	False	False	0.9992380738258362	0					non-mobilizable	no_good_hit								True	False
MON0017_000000012023	1619	0.527896316980877	1	1	1	1	0	True	13298	maximal	True	MON0017_000000012023	1.0		0	0	False	False	0.9499691128730774	0					non-mobilizable	no_good_hit	415.0	76.38600000000001	25.0	0.15020198310686741	LN853060.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0414	True	True
DEN0094_000000011592	2976	0.5278954868207045	5	3	2	3	2	False	96883	fragment	False	DEN0094_000000011592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	76.033	4.0	4.0784222332274886e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0072_000000002016	8393	0.5278949559629028	15	8	3	4	5	False	5909	maximal	True	SPA0072_000000002016	0.999742765273312		2	1	False	False	0.999523401260376	0					non-mobilizable	no_good_hit	2103.0	78.317	32.0	0.01920511134078737	NZ_KB894130.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
SPA0071_000000002860	7775	0.5278949559629028	14	8	3	4	5	False	5909	maximal	False	SPA0072_000000002016	0.9629453115691649		0	0	False	False	0.9996141195297241	0					non-mobilizable	no_good_hit	2103.0	78.317	34.0	0.01920511134078737	NZ_KB894130.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
ISR0080_000000003178	8384	0.5278923016739906	12	4	3	4	2	False	62373	maximal	True	ISR0080_000000003178	1.0		37	6	False	False	1.0	0					non-mobilizable	no_good_hit	1940.0	80.979	23.0	0.025749926543259343	NZ_JAAIPW010000014.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_14_length_74874_cov_389.862, whole genome shotgun sequence	True	False
CHI0112_000000000743	17336	0.5278922585764819	17	7	6	5	4	True	82464	maximal	True	CHI0112_000000000743	1.0		1	1	False	False	1.0	0					non-mobilizable	other	17351.0	96.865	99.0	0.005795957170286619	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	True
ISR0024_000000008234	2761	0.5278921037001183	5	4	3	2	3	True	129444	fragment	False	ISR0024_000000008234	0.9927501961601192		0	0	False	False	0.9996378421783447	0					non-mobilizable	other	2761.0	99.928	100.0	0.0008586313292172954	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0015_000000005756	4147	0.5278884970842933	6	6	4	4	4	False	37984	maximal	True	ISR0015_000000005756	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	342.0	78.947	24.0	9.386546518871225e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0036_000000013677	2848	0.5278883024940428	4	3	3	3	1	False	47964	maximal	True	FIJ0036_000000013677	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	94.861	74.0	0.00038109542691709664	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0089_000000007015	3152	0.5278873072417319	4	4	4	3	3	False	15842	maximal	True	MAD0089_000000007015	1.0		31	4	False	False	0.9996827244758606	0					non-mobilizable	chromosome	3152.0	94.226	100.0	0.0006563173618333229	CP043511.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 chromosome, complete genome	False	False
CHI0029_000000002295	5059	0.5278847175046092	6	6	6	5	5	False	116889	maximal	True	CHI0029_000000002295	0.9900118670886076		337	12	False	False	1.0	0					non-mobilizable	chromosome	5060.0	99.19	100.0	0.0007497738671343785	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
DEN0031_000000023620	1465	0.5278834633253396	2	2	2	2	2	False	73717	maximal	True	DEN0031_000000023620	1.0		239	12	False	False	0.9959044456481934	0					non-mobilizable	no_good_hit	480.0	73.958	33.0	0.00012702407776231812	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0033_000000020229	1829	0.5278725073102594	4	4	4	2	2	False	119936	fragment	False	FIJ0033_000000020229	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	98.745	100.0	0.04738735474520562	NZ_BAKJ01000044.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
FIJ0007_000000011717	1554	0.5278709568313704	1	1	1	1	1	False	51562	fragment	False	FIJ0007_000000011717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	94.64299999999999	57.0	0.004894743781313176	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0057_000000001535	3154	0.5278684409187603	5	5	2	4	4	True	72026	maximal	True	DEN0057_000000001535	1.0		1231	14	False	False	1.0	0					non-mobilizable	other	3154.0	99.461	100.0	0.009591195446843849	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0156_000000013530	1853	0.5278680849810247	3	3	3	3	3	False	107187	fragment	False	DEN0045_000000020714	0.7797838501379972		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	99.73	100.0	0.0513204200958794	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0395_000000024269	1592	0.5278673661872114	2	1	1	1	1	False	22718	maximal	True	ISR0395_000000024269	1.0		21	6	False	False	0.9767587780952454	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000026674	1242	0.5278626643979667	2	2	2	1	1	False	23254	fragment	False	ISR0378_000000026674	1.0		0	0	False	False	0.9951691031455994	0					non-mobilizable	other	1241.0	98.63	99.0	0.012790493774949199	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0024_000000021458	1154	0.5278614058861313	2	2	2	2	1	False	66194	maximal	False	MAD0091_000000014508	0.980285234899329		0	0	False	False	0.9913344979286194	0					non-mobilizable	chromosome	1154.0	99.65299999999999	100.0	0.00047749756488665954	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	False
MON0058_000000032429	1607	0.527860155611413	3	3	3	3	3	False	24346	maximal	True	MON0058_000000032429	1.0		92	10	False	False	1.0	0					non-mobilizable	chromosome	1512.0	99.868	94.0	0.0006512243319132247	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
FIJ0126_000000030788	1327	0.5278588648916096	1	1	1	1	1	False	41107	maximal	True	FIJ0126_000000030788	1.0		6	1	False	False	0.9917106032371521	0					non-mobilizable	no_good_hit	1146.0	86.911	86.0	0.0007678161663390471	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ENG0066_000000008253	2359	0.5278577420944988	3	3	2	3	3	False	62778	fragment	False	ENG0066_000000008253	1.0		0	0	False	False	0.9978804588317871	0					non-mobilizable	chromosome	2351.0	98.852	100.0	0.00047992784448119943	CP031653.1	enterobacteria	Escherichia coli strain UK_Dog_Liverpool chromosome, complete genome	False	False
MAD0111_000000009863	1729	0.5278577420944988	3	3	2	3	3	False	50899	fragment	False	MAD0111_000000009863	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1669.0	99.94	99.0	0.01382316623434742	CP020519.1	enterobacteria	Escherichia coli strain 222 plasmid unnamed1, complete sequence	False	True
ISR0134_000000025584	1259	0.5278575935036737	2	2	2	2	2	False	40859	fragment	False	ISR0134_000000025584	0.9861434347021921		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	99.603	100.0	0.0027676575672773993	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0262_000000004109	3760	0.5278555642052	9	6	1	5	5	False	26667	maximal	False	ISR0353_000000009251	0.9821942916993978		0	0	False	False	0.9989361763000488	0					non-mobilizable	chromosome	3760.0	100.0	100.0	0.0011848277744559454	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0157_000000004781	2212	0.5278507114772757	3	3	3	3	3	False	117941	maximal	True	CHI0157_000000004781	1.0		5	4	False	False	1.0	0					non-mobilizable	other	1619.0	98.579	100.0	0.0007093305462809686	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MAD0052_000000006573	2651	0.527850525595752	4	4	4	4	2	False	63644	maximal	True	MAD0052_000000006573	1.0		55	8	False	False	0.9988683462142944	0					non-mobilizable	no_good_hit	1905.0	76.693	71.0	0.0006374676767901789	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0052_000000016944	1874	0.5278420092156563	2	2	1	2	1	True	63969	maximal	True	ENG0052_000000016944	1.0		3	1	False	False	0.9925293326377869	0					non-mobilizable	no_good_hit	764.0	74.346	40.0	0.06813246471226928	NZ_SMUS01000063.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00063, whole genome shotgun sequence	True	True
ISR0217_000000018585	1211	0.5278416173645943	2	2	2	2	2	False	28080	fragment	False	ISR0849_000000021889	0.9683954619124797		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	95.706	100.0	0.004689668002511492	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
MAD0077_000000008883	1408	0.5278391809458348	2	2	2	2	1	False	16216	maximal	True	MAD0077_000000008883	1.0		193	12	False	False	1.0	0					non-mobilizable	other	1408.0	91.69	100.0	0.010359473738734073	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	False	False
ETH0005_000000026623	1758	0.5278369744729857	4	3	3	1	1	False	111783	maximal	True	ETH0005_000000026623	1.0		2	2	False	False	0.9732650518417358	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000019983	1978	0.5278342379735756	2	2	2	1	1	False	115153	maximal	True	ISR0162_000000019983	1.0	PS748	23	6	False	True	1.0	0					non-mobilizable	other	770.0	97.01299999999999	99.0	0.00023012370121504715	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
TAN0016_000000000415	11652	0.5278336863458709	11	8	7	8	5	True	105928	maximal	True	TAN0016_000000000415	0.9541929815842196		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	92.426	27.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
TAN0006_000000000527	10568	0.5278336863458709	12	8	7	8	5	True	105928	maximal	False	TAN0016_000000000415	0.7052065200550477		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	92.367	28.0	0.0004156075299121382	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0046_000000020416	1656	0.5278330812269052	1	1	1	1	1	False	56284	maximal	False	ENG0164_000000011574	0.9755887421022401		0	0	False	False	1.0	0					non-mobilizable	chromosome	1656.0	100.0	100.0	0.00023376924588301283	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0046_000000008255	3486	0.5278314654082228	5	4	3	3	2	False	99530	maximal	True	ISR0046_000000008255	1.0		3	3	False	False	0.9922547340393066	0					non-mobilizable	no_good_hit	102.0	99.02	3.0	3.010808501439317e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0212_000000009762	3502	0.5278304810674275	6	5	2	3	5	True	131065	fragment	False	ISR0212_000000009762	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3502.0	99.743	100.0	0.0009746320075164422	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0112_000000027819	1389	0.5278302404819233	2	2	2	2	2	False	32607	maximal	True	ISR0112_000000027819	1.0		280	15	False	False	0.9892008900642395	0					non-mobilizable	other	1356.0	72.493	96.0	0.007380482110353146	NZ_GL638147.1	firmicutes	Selenomonas artemidis F0399 Scfld85, whole genome shotgun sequence	False	False
MON0067_000000011444	1593	0.5278292164849302	3	3	3	2	2	False	31390	fragment	False	MON0067_000000011444	1.0		0	0	False	False	0.9315756559371948	0					non-mobilizable	other	1471.0	98.844	92.0	0.004305673530359392	NZ_QJKD01000007.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_107, whole genome shotgun sequence	False	False
ISR0835_000000002435	4687	0.5278281909945995	5	5	5	5	4	False	92328	maximal	True	ISR0835_000000002435	1.0		17	7	False	False	0.9997866153717041	0					non-mobilizable	no_good_hit	1534.0	95.37200000000001	53.0	0.01891658440276407	NZ_JAANXY010000012.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_12, whole genome shotgun sequence	True	False
ENG0193_000000003645	5503	0.5278271781128555	6	6	5	6	4	False	61590	maximal	True	ENG0193_000000003645	1.0		63	6	False	False	0.9932764172554016	0					non-mobilizable	no_good_hit	3065.0	98.85799999999999	56.0	0.0008205152375089007	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
CAN0003_000000015510	3205	0.5278260184014217	3	3	3	3	3	False	131878	fragment	False	CAN0003_000000015510	1.0		0	0	False	False	0.9968798756599426	0					non-mobilizable	no_good_hit	2093.0	100.0	65.0	0.12127536231884058	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	True	False
ISR0111_000000009436	1893	0.5278247955263327	3	3	2	2	1	False	77821	maximal	False	ISR0344_000000016617	0.944374786598857		0	0	False	False	0.9984152317047119	0					non-mobilizable	other	1893.0	97.464	100.0	0.003885102992867553	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0323_000000019794	1146	0.5278224225842895	2	2	2	2	1	False	24963	fragment	False	ISR0323_000000019794	1.0		0	0	False	False	0.9956369996070862	0					non-mobilizable	other	1146.0	95.375	100.0	0.0005316550677639656	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
FIJ0052_000000005043	5321	0.5278189345863477	5	3	3	3	1	True	69223	maximal	True	FIJ0052_000000005043	1.0		3	3	False	False	0.9998120665550232	0					non-mobilizable	no_good_hit	568.0	89.26100000000001	27.0	0.00015813259123900663	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0024_000000007865	3491	0.5278089440225707	4	3	3	2	2	False	66245	maximal	True	ENG0024_000000007865	1.0		332	12	False	False	0.999427080154419	0					non-mobilizable	chromosome	3492.0	99.084	100.0	0.0006827799339020491	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ENG0074_000000010844	2071	0.5278041833366018	3	2	1	2	1	True	62170	fragment	False	ENG0074_000000010844	1.0		0	0	False	False	0.9995171427726746	0					non-mobilizable	no_good_hit	166.0	81.928	8.0	5.606244863145921e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ISR0810_000000001313	8072	0.5278030013925478	11	2	2	2	1	False	31101	maximal	False	ISR0144_000000000510	0.9759820017025416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0067_000000006301	4800	0.5278021917868554	8	7	5	4	4	False	45242	maximal	True	FIJ0067_000000006301	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	1545.0	97.79899999999999	37.0	0.011425019609003863	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	False
ITA0007_000000000014	7119	0.5278000825903665	7	7	6	7	7	False	34998	maximal	True	ITA0007_000000000014	1.0		9	5	False	False	0.999578595161438	0					non-mobilizable	no_good_hit	3004.0	91.611	67.0	0.0009035436312819391	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0347_000000012885	1766	0.5277979568407546	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.8551983879483642		0	0	False	False	1.0	0					non-mobilizable	other	1766.0	93.431	100.0	0.10015889229372375	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
AUS0010_000000013888	1762	0.5277979568407546	2	2	2	2	2	False	110173	fragment	False	USA0093_01_000000009316	0.8542920141814325		0	0	False	False	1.0	0					non-mobilizable	other	1762.0	93.36	100.0	0.09993190330268982	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
ENG0020_000000010638	1850	0.5277931528391121	3	2	2	2	2	False	66465	maximal	True	ENG0020_000000010638	1.0		2	2	False	False	0.999459445476532	0					non-mobilizable	no_good_hit	95.0	92.632	13.0	0.001285065893804342	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0052_000000011270	2667	0.5277847237781689	7	5	5	4	1	True	63990	fragment	False	ENG0052_000000011270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	2.0	0.001520912547528517	MN693299.1	viruses	Marine virus AFVG_25M439, complete genome	True	True
FIJ0053_000000000774	16811	0.5277839493986429	21	9	5	8	3	True	55821	fragment	False	FIJ0053_000000000774	1.0		0	0	False	False	0.9995836019515991	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	8.956182158669403e-06	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MAD0066_000000013573	2061	0.5277816525468213	4	4	4	4	3	False	99099	maximal	True	MAD0066_000000013573	1.0		5	3	False	False	0.9927219748497009	0					non-mobilizable	no_good_hit	815.0	73.374	39.0	0.002614484697669909	NZ_LS999945.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
FIJ0083_000000027877	1301	0.5277815247771005	2	2	2	2	2	False	44051	fragment	False	FIJ0083_000000027877	0.9710504549214227		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	94.53399999999999	99.0	0.008910184244487767	NZ_VZBY01000014.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_7_length_145674_cov_20.4108_ID_13, whole genome shotgun sequence	False	False
AST0151_000000009003	1782	0.5277784995380105	3	2	1	2	1	True	103666	fragment	False	AST0151_000000009003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0009_000000013998	2719	0.5277776765405977	4	3	0	2	3	False	51276	maximal	True	FIJ0009_000000013998	1.0		2	1	True	True	1.0	3					non-mobilizable	plasmid	1735.0	100.0	100.0	0.6501687289088864	CP031813.1	enterobacteria	Klebsiella pneumoniae strain INF014-sc-2279884 plasmid unnamed3, complete sequence	False	True
FIJ0063_000000014519	1900	0.5277776765405977	4	3	0	2	3	False	45588	fragment	False	MAD0047_000000025820	0.951410196006328		0	0	False	False	1.0	0					non-mobilizable	plasmid	1733.0	99.94200000000001	100.0	0.6494188226471691	CP031813.1	enterobacteria	Klebsiella pneumoniae strain INF014-sc-2279884 plasmid unnamed3, complete sequence	False	True
MAD0047_000000025820	1782	0.5277776765405977	3	3	0	2	3	False	45588	fragment	False	MAD0047_000000025820	0.956140350877193		0	0	False	False	0.9938271641731262	0					non-mobilizable	plasmid	1782.0	99.88799999999999	100.0	0.5848932676518883	CP035551.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain YU07-18 plasmid pYU07-18_3.0, complete sequence	False	True
MAD0105_000000021266	1758	0.5277776765405977	3	3	0	2	3	False	45588	fragment	False	MAD0047_000000025820	0.9474404867387323		0	0	False	False	1.0	0					non-mobilizable	plasmid	1758.0	99.88600000000001	100.0	0.5770114942528736	CP035551.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain YU07-18 plasmid pYU07-18_3.0, complete sequence	False	True
FIJ0099_000000013892	1584	0.5277776765405977	3	3	0	2	3	False	42766	fragment	False	FIJ0099_000000013892	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1584.0	99.874	100.0	0.5198686371100164	CP035551.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain YU07-18 plasmid pYU07-18_3.0, complete sequence	False	True
MON0080_000000016639	2931	0.5277738038292578	2	2	2	1	2	False	10059	fragment	False	MON0080_000000016639	1.0		0	0	False	False	0.9535994529724121	0					non-mobilizable	other	2914.0	98.25	100.0	0.015131427855606823	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	False	False
FIJ0114_000000011274	3342	0.5277734495013491	4	3	3	2	2	True	81628	maximal	True	FIJ0114_000000011274	1.0		1	1	False	False	0.9991023540496826	0					non-mobilizable	no_good_hit	2280.0	95.132	68.0	0.0008113890817234075	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
FIJ0099_000000005574	4072	0.5277730219022537	6	5	5	4	3	False	42810	maximal	True	FIJ0099_000000005574	1.0		4	4	False	False	0.9987720847129822	0					non-mobilizable	plasmid	4072.0	99.975	100.0	0.03393518055416625	CP053298.1	enterobacteria	Escherichia coli strain M1/5 plasmid pM1-5_120, complete sequence	False	True
FIJ0096_000000033796	1137	0.527772336497385	2	1	1	1	1	False	42945	maximal	True	FIJ0096_000000033796	1.0		1	1	False	False	0.9956024885177612	0					non-mobilizable	no_good_hit								True	False
CHI0068_000000005397	2556	0.527769398658729	5	4	4	3	3	False	85158	maximal	True	CHI0068_000000005397	1.0		0	0	False	False	0.9992175102233887	0					non-mobilizable	no_good_hit	1515.0	99.736	65.0	0.000703307826020622	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	True	False
MAD0066_000000021470	1501	0.5277687784840649	1	1	1	1	1	False	16559	maximal	True	MAD0066_000000021470	1.0		1	1	False	False	0.9327115416526794	0					non-mobilizable	no_good_hit	1089.0	71.258	72.0	0.00025789268062632864	NZ_LT630337.1	firmicutes	Bacillus massilionigeriensis strain Marseille-P2348T, whole genome shotgun sequence	True	False
MON0028_000000018028	1449	0.5277687784840649	1	1	1	1	1	False	45866	maximal	True	MON0028_000000018028	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	75.571	39.0	0.0007885415495333408	NZ_ATXD01000010.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
AST0039_000000011286	1429	0.5277687784840649	1	1	1	1	1	False	117009	maximal	True	AST0039_000000011286	1.0		35	8	False	False	0.9993001818656921	0					non-mobilizable	other	1393.0	99.785	97.0	0.001216819380995589	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MON0061_000000033081	1400	0.5277687784840649	1	1	1	1	1	False	10805	maximal	True	MON0061_000000033081	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1193.0	77.536	84.0	0.001228035060505225	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0117_000000014866	1378	0.5277687784840649	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.4693237379255286		0	0	False	False	0.9789550304412842	0					non-mobilizable	chromosome	1364.0	91.64200000000001	99.0	0.00047508968494199233	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0068_000000030999	1362	0.5277687784840649	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.43184809111157374		0	0	False	False	1.0	0					non-mobilizable	chromosome	1362.0	99.927	100.0	0.00048025909289961104	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0044_000000041950	1358	0.5277687784840649	1	1	1	1	1	False	104675	fragment	False	MON0044_000000041950	0.9361475169038069		0	0	False	False	1.0	0					non-mobilizable	chromosome	1358.0	96.76	100.0	0.00045675825505555993	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0029_000000001996	9707	0.5277631471831928	9	6	4	6	3	True	106277	maximal	True	SPA0029_000000001996	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	80.916	1.0	9.20354712068869e-05	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	True
FIJ0167_000000001367	11727	0.5277606195734097	15	5	3	5	4	False	38981	maximal	True	FIJ0167_000000001367	1.0		2	1	False	False	0.9998294711112976	0					non-mobilizable	no_good_hit	523.0	72.084	5.0	0.00016932617044254183	NZ_CP015622.1	high GC Gram+	Corynebacterium crudilactis strain JZ16 chromosome, complete genome	True	False
MON0065_000000006435	4129	0.527760336794867	5	4	3	4	3	True	77296	fragment	False	MON0065_000000006435	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3100.0	87.87100000000001	92.0	0.001438581162414829	NZ_LS483447.1	CFB group bacteria	Porphyromonas crevioricanis strain NCTC12858 chromosome 1	False	True
MON0097_000000005883	5197	0.5277576937549289	8	5	3	5	1	True	12570	maximal	True	MON0097_000000005883	1.0		4	2	False	False	0.993842601776123	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.1786717560031e-06	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	True
ISR0094_000000008954	2156	0.5277561181804733	4	4	3	4	4	False	42662	maximal	False	ISR0115_000000014495	0.9543889845094664		0	0	False	False	1.0	0					non-mobilizable	chromosome	2183.0	86.166	100.0	0.0007240140063555706	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0060_000000011240	2595	0.5277531811678462	5	1	1	1	1	False	63339	fragment	False	ENG0060_000000011240	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	71.38600000000001	13.0	8.34163004691076e-05	NC_011837.1	firmicutes	Clostridium kluyveri NBRC 12016, complete genome	True	False
ISR0049_000000004238	6253	0.5277529296935002	6	3	2	3	2	True	106249	fragment	False	ISR0049_000000004238	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1741.0	72.372	27.0	0.20089076418190344	NZ_CDRZ01000059.1	firmicutes	Syntrophaceticus schinkii strain Sp3, whole genome shotgun sequence	True	True
AST0104_000000009478	3439	0.5277528092184756	5	5	4	4	3	False	107990	maximal	True	AST0104_000000009478	1.0		6	4	False	False	0.9997091889381409	0					non-mobilizable	no_good_hit	127.0	81.89	4.0	0.0015244824624021489	NZ_AWEZ01000060.1	actinobacteria	Olsenella profusa F0195 contig00013, whole genome shotgun sequence	True	False
USA0025_01_000000005528	2987	0.5277521925623737	2	2	2	1	1	False	1657	maximal	True	USA0025_01_000000005528	1.0		68	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0029_000000027532	1550	0.5277481346911468	3	3	2	2	2	False	37095	maximal	True	ISR0029_000000027532	1.0		2	2	False	False	0.9793548583984375	0					non-mobilizable	no_good_hit	278.0	81.655	18.0	0.0002894316690489923	NZ_LT574836.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
FIJ0040_000000006352	3912	0.5277480351396198	3	3	3	3	2	False	47514	maximal	True	FIJ0040_000000006352	1.0		1	1	False	False	0.9997443556785583	0					non-mobilizable	no_good_hit	36.0	100.0	1.0	0.039727582292849034	GQ879724.1		Uncultured organism clone VC1CB04TR genomic sequence	True	False
ISR0089_000000019355	1580	0.527747605626765	2	2	1	2	1	False	33724	fragment	False	ISR0089_000000019355	1.0		0	0	False	False	0.99556964635849	0					non-mobilizable	no_good_hit	170.0	77.64699999999999	11.0	0.0024894533637434225	NZ_LOHE01000052.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00052, whole genome shotgun sequence	True	False
MON0048_000000017055	2332	0.5277473959895627	3	3	3	3	3	False	68732	maximal	False	ISR0325_000000007499	0.7177675966773378		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	528.0	72.538	23.0	9.289952668927457e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
DEN0003_000000007768	3571	0.5277422082467809	4	4	4	4	4	False	102284	maximal	True	DEN0003_000000007768	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	95.62100000000001	75.0	0.00038572404485395805	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0117_000000022342	1684	0.5277419609087831	2	2	2	2	1	False	87131	maximal	False	ISR0250_000000006971	0.9575109444642376		0	0	False	False	0.9976246953010559	0					non-mobilizable	other	1685.0	90.682	100.0	0.003482453236219169	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0344_000000021662	1601	0.5277419609087831	3	2	2	2	1	False	87131	maximal	False	ISR0250_000000006971	0.622496141615271		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	92.005	100.0	0.0033065717596424435	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ISR0183_000000020693	1502	0.5277419609087831	2	2	2	2	1	False	87131	maximal	False	ISR0250_000000006971	0.4515765153206546		0	0	False	False	0.9980026483535767	0					non-mobilizable	other	1126.0	99.911	100.0	0.0005620295812405017	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0028_000000021937	1493	0.5277419609087831	2	2	2	2	1	False	87131	maximal	False	ISR0250_000000006971	0.444715676439599		0	0	False	False	0.995311439037323	0					non-mobilizable	other	1330.0	97.14299999999999	100.0	0.0019108087940337907	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
SPA0031_000000026120	1287	0.5277419609087831	2	2	2	2	1	False	24381	fragment	False	SPA0031_000000026120	0.9720640086791429		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	92.236	100.0	0.0026568448932295977	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ITA0006_000000017933	1229	0.5277419609087831	2	2	2	2	1	False	24381	fragment	False	SPA0031_000000026120	0.644878324844369		0	0	False	False	1.0	0					non-mobilizable	other	783.0	99.48899999999999	100.0	0.00039067300669339765	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0339_000000013335	1178	0.5277419609087831	2	2	2	2	1	False	24381	fragment	False	SPA0031_000000026120	0.6384356384356384		0	0	False	False	0.9770798087120056	0					non-mobilizable	other	1015.0	88.473	100.0	0.0014564705104260572	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
FIJ0022_000000015518	1661	0.5277373211640918	3	2	2	2	2	False	49467	fragment	False	FIJ0022_000000015518	0.9703843730308759		0	0	False	False	0.9885610938072205	0					non-mobilizable	other	1661.0	97.291	100.0	0.011531141027244058	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
ENG0112_000000006629	4093	0.5277373041748026	4	4	3	3	3	True	125309	fragment	False	ENG0112_000000006629	1.0		0	0	False	False	0.988761305809021	0					non-mobilizable	no_good_hit	1334.0	74.96300000000001	44.0	0.00393605840372288	NZ_VSLA01000024.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_23, whole genome shotgun sequence	True	True
AST0040_000000011331	1770	0.5277347603728249	1	1	1	1	1	False	116070	maximal	True	AST0040_000000011331	1.0		2	2	False	False	0.9937853217124939	0					non-mobilizable	no_good_hit	486.0	71.605	27.0	0.0003722364558105488	NZ_CP025057.1	mycoplasmas	Spiroplasma floricola 23-6 chromosome, complete genome	True	False
ISR0219_000000016025	2074	0.5277342208126523	2	2	2	2	1	False	100117	fragment	False	ISR0219_000000016025	0.9756243365771821		0	0	False	False	0.9995178580284119	0					non-mobilizable	other	2070.0	99.08200000000001	99.0	0.07605778774399882	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
CHI0182_000000017427	1635	0.5277305088496709	2	2	2	2	2	False	77340	maximal	True	CHI0182_000000017427	1.0		31	8	False	False	0.9981651306152344	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	6.0	0.0015585751899040645	NZ_CYYA01000019.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0117_000000009182	2932	0.5277275649901995	4	3	2	2	3	False	85656	maximal	True	ISR0117_000000009182	1.0		8	4	False	False	0.9890859723091125	0					non-mobilizable	no_good_hit	1141.0	94.654	60.0	0.005345381205131942	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	True	False
DEN0023_000000003165	2065	0.5277264447823294	4	4	3	3	3	False	74379	maximal	True	DEN0023_000000003165	1.0		5	2	False	False	0.9864406585693359	0					non-mobilizable	no_good_hit	163.0	76.687	8.0	0.0001237487730808756	CP040984.1	b-proteobacteria	Candidatus Methylopumilus planktonicus strain MMS-VI-228 chromosome	True	False
FIJ0168_000000020519	1172	0.5277248490696176	3	2	2	1	1	False	38890	fragment	False	FIJ0168_000000020519	1.0		0	0	False	False	0.9991467595100403	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000016617	1664	0.5277224930626908	3	3	2	3	3	False	59665	fragment	False	ENG0112_000000016617	1.0		0	0	False	False	0.9987980723381042	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	3.211868566171524e-06	NZ_SAUN01000001.1	high GC Gram+	Nonomuraea polychroma strain DSM 43925 Ga0197504_11, whole genome shotgun sequence	True	False
ISR0074_000000009192	3122	0.5277211600698538	4	4	4	3	3	False	36156	maximal	True	ISR0074_000000009192	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	79.837	40.0	0.0002248713522079226	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	False
MON0087_000000038475	1340	0.5277177041061634	2	2	1	2	1	False	71378	fragment	False	MON0087_000000038475	1.0		0	0	False	False	0.9402984976768494	0					non-mobilizable	no_good_hit	268.0	90.29899999999999	20.0	8.041049709347676e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0007_000000048656	1344	0.5277152804911197	2	2	2	2	2	False	13917	fragment	False	MON0007_000000048656	1.0		0	0	False	False	0.9992559552192688	0					non-mobilizable	chromosome	1344.0	98.661	100.0	0.0004325511849549544	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0110_000000002658	2943	0.527709061544305	5	3	2	3	1	False	82708	fragment	False	CHI0110_000000002658	1.0		0	0	False	False	0.9938837885856628	0					non-mobilizable	other	2943.0	98.471	100.0	0.0511500947545943	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
ISR0239_000000000759	14345	0.527704234348805	13	12	6	7	12	True	123729	fragment	False	ISR0356_000000000759	0.93929685316914		0	0	False	False	1.0	0		MOBP	MPF_T		conjugative	plasmid	9907.0	99.99	91.0	0.22541813630674706	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
AST0046_000000013115	1230	0.5277007535301206	2	2	2	1	1	False	115513	maximal	True	AST0046_000000013115	0.999106344950849		33	5	False	False	0.9991869926452637	0					non-mobilizable	other	1230.0	99.837	100.0	0.0003383568356890751	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
FIJ0065_000000006106	2804	0.5277007202867172	3	3	2	3	2	False	45435	maximal	True	FIJ0065_000000006106	1.0		139	12	False	False	0.995720386505127	0					non-mobilizable	chromosome	2805.0	91.15899999999999	100.0	0.0009024912949879823	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0112_000000010497	3280	0.5276988936443046	5	2	2	2	1	False	116304	fragment	False	SPA0112_000000010497	0.9718662629822332		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0040_000000006115	3177	0.5276988936443046	4	2	2	2	1	False	116304	fragment	False	SPA0112_000000010497	0.9672869703521155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000004913	4543	0.527698258728422	4	4	3	4	3	True	115712	maximal	True	ENG0195_000000004913	1.0		59	5	False	False	1.0	0					non-mobilizable	other	4545.0	94.917	100.0	0.2997273392298996	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
ISR0056_000000010265	2104	0.5276977553067289	4	4	4	2	2	False	35639	maximal	True	ISR0056_000000010265	1.0		20	9	False	False	1.0	0					non-mobilizable	chromosome	2104.0	99.905	100.0	0.0004101497134217837	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	False	False
MON0097_000000023403	1577	0.5276970587225623	2	2	2	2	1	True	9226	fragment	False	MON0097_000000023403	1.0		0	0	False	False	0.9232720136642456	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.0003449272389972872	NZ_FZOQ01000019.1	CFB group bacteria	Pontibacter ummariensis strain NKM1, whole genome shotgun sequence	True	True
AST0140_000000020847	1390	0.5276966117166981	2	2	2	2	1	False	105423	fragment	False	AST0140_000000020847	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1390.0	99.64	100.0	0.0005783244495925081	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
AST0106_000000007351	2738	0.5276960226529722	3	1	1	1	1	False	107437	maximal	True	AST0106_000000007351	1.0		2	2	False	False	0.9974433779716492	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	8.197578604885192e-05	NZ_PQDH01000005.1	firmicutes	Vallitalea okinawensis strain S15 Contig5, whole genome shotgun sequence	True	False
ISR0153_000000006073	4290	0.5276942556775176	6	5	4	3	3	False	30688	maximal	True	ISR0153_000000006073	1.0		1	1	False	False	0.9990676045417786	0					non-mobilizable	no_good_hit	703.0	96.15899999999999	19.0	0.00022626746038627272	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0041_000000011529	2925	0.5276921822611443	3	2	2	2	0	True	91146	maximal	True	DEN0041_000000011529	1.0		3	2	False	False	0.9996581077575684	0					non-mobilizable	no_good_hit	2179.0	94.08	89.0	0.0007065654031257881	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
USA0057_01_000000010896	2887	0.5276921822611443	3	2	2	2	0	True	84990	fragment	False	USA0057_01_000000010896	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2010.0	93.43299999999999	75.0	0.00037333981497904105	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ENG0041_000000009189	2783	0.5276921822611443	3	2	2	2	0	True	64751	maximal	True	ENG0041_000000009189	1.0		6	5	False	False	0.9985626935958862	0					non-mobilizable	no_good_hit	1798.0	80.70100000000001	89.0	0.0003350052209217257	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	True
CHI0012_000000002055	2755	0.5276921822611443	3	2	2	2	0	True	96868	fragment	False	CHI0012_000000002055	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2755.0	100.0	100.0	0.0005816405600729733	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0121_000000009265	2655	0.5276921822611443	2	2	2	2	0	True	65514	fragment	False	ISR0121_000000009265	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	77.618	67.0	0.00030578131406309295	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
CHI0129_000000009102	2554	0.5276921822611443	2	2	2	2	0	True	96866	fragment	False	CHI0129_000000009102	0.9792506043513296		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	99.359	99.0	0.0003619941612073625	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
SPA0146_000000009467	2482	0.5276921822611443	2	2	2	2	0	True	96866	fragment	False	CHI0129_000000009102	0.9657400156617071		0	0	False	False	1.0	0					non-mobilizable	other	1818.0	99.395	100.0	0.0003837476026334758	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0088_000000001821	2448	0.5276921822611443	2	2	2	2	0	True	96867	fragment	False	CHI0088_000000001821	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2246.0	99.64399999999999	92.0	0.0004741405437050926	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0033_000000011120	2368	0.5276921822611443	2	2	2	2	0	True	65513	fragment	False	ENG0033_000000011120	1.0		0	0	False	False	0.994087815284729	0					non-mobilizable	no_good_hit	1450.0	77.72399999999999	66.0	0.0002666978837811395	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
CAN0023_000000003629	2305	0.5276921822611443	2	2	2	2	0	True	91102	maximal	True	CAN0023_000000003629	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1622.0	82.306	70.0	0.0003038107027362199	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	True
ENG0104_000000014975	2122	0.5276921822611443	2	2	2	2	0	True	91136	maximal	True	ENG0104_000000014975	1.0		0	0	False	False	0.9929311871528625	0					non-mobilizable	no_good_hit	1573.0	93.38799999999999	74.0	0.0005099361166073421	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
USA0006_01_000000012050	2002	0.5276921822611443	2	2	2	2	0	True	2131	fragment	False	USA0006_01_000000012050	1.0		0	0	False	False	0.9995005130767822	0					non-mobilizable	other	2002.0	100.0	100.0	0.00042260811935585315	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0047_000000021284	1858	0.5276921822611443	2	2	2	2	0	True	11458	fragment	False	MON0047_000000021284	1.0		0	0	False	False	0.9709364771842957	0					non-mobilizable	no_good_hit	1167.0	76.35	62.0	0.00022162407276824078	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	True	True
ISR0319_000000010698	1850	0.5276921822611443	2	2	2	2	0	True	25092	fragment	False	ISR0319_000000010698	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	99.137	100.0	0.00026885564014992555	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ENG0021_000000010364	1748	0.5276921822611443	3	2	2	2	0	True	66362	maximal	True	ENG0021_000000010364	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	99.605	29.0	0.0002813627540343519	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	True	True
ISR0244_000000013454	1871	0.5276907135609239	4	2	1	2	1	False	27186	fragment	False	ISR0244_000000013454	1.0		0	0	False	False	0.9994655251502991	0					non-mobilizable	other	1871.0	99.947	100.0	0.02800826768115508	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
DEN0093_000000003762	7964	0.5276891534081378	13	7	3	4	4	False	68517	maximal	True	DEN0093_000000003762	1.0		193	13	False	False	1.0	0					non-mobilizable	other	6291.0	97.632	99.0	0.016921282420982713	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0324_000000006606	4820	0.5276887393844072	6	2	1	2	1	False	24952	maximal	True	ISR0324_000000006606	1.0		1	1	True	True	1.0	119					non-mobilizable	no_good_hit								True	True
ENG0133_000000017662	1378	0.5276834824151045	1	1	1	1	1	False	58249	maximal	True	ENG0133_000000017662	1.0		31	6	False	False	0.9651669263839722	0					non-mobilizable	no_good_hit	577.0	83.36200000000001	42.0	0.00032885280962181927	CP012068.1	firmicutes	Eubacterium sulci ATCC 35585, complete genome	True	False
FIJ0128_000000012857	2016	0.5276819758954174	3	3	2	3	2	False	41016	maximal	True	FIJ0128_000000012857	1.0		29	7	False	False	0.9940476417541504	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	4.746767846660412e-06	NZ_CP026746.1	high GC Gram+	Nocardia cyriacigeorgica strain MDA3349 isolate MDA3349 ancestor chromosome, complete genome	True	False
SPA0126_000000029962	1499	0.5276816383099225	2	1	1	1	0	True	3951	maximal	True	SPA0126_000000029962	1.0		3	2	False	False	0.9959973096847534	0					non-mobilizable	no_good_hit								True	True
MAD0035_000000001100	18457	0.527679864200269	13	9	5	9	5	False	96047	maximal	True	MAD0035_000000001100	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	87.845	6.0	0.0002652824903013751	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0180_000000007874	2813	0.5276794323814397	3	3	2	3	2	False	29642	maximal	True	ISR0180_000000007874	1.0		634	14	False	False	0.9943121075630188	0					non-mobilizable	no_good_hit	781.0	86.428	64.0	0.00026316413215789013	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0162_000000005817	5977	0.5276786400454867	9	9	9	7	7	False	89266	maximal	True	ISR0162_000000005817	1.0		1	1	False	False	0.9989961385726929	0					non-mobilizable	plasmid	2718.0	99.632	100.0	0.03564718094262026	CP056803.1	enterobacteria	Escherichia coli strain RHBSTW-00176 plasmid pRHBSTW-00176_4, complete sequence	False	True
ISR0355_000000013263	1576	0.5276748983974353	1	1	1	1	1	False	23950	maximal	True	ISR0355_000000013263	1.0		75	7	True	True	1.0	2					non-mobilizable	no_good_hit	137.0	81.752	9.0	3.426543720934217e-05	NC_015589.1	firmicutes	Desulfotomaculum ruminis DSM 2154, complete sequence	True	True
ENG0124_000000007183	4264	0.5276682945143897	6	4	3	3	4	True	64001	fragment	False	ENG0124_000000007183	0.9545458860203891		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	80.62100000000001	44.0	0.10307067058026642	NZ_LT669938.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0211_000000002138	7768	0.527665785222585	4	4	3	4	4	False	130374	maximal	True	ISR0211_000000002138	0.9829678361198908	PS1101	194	12	False	True	1.0	0					non-mobilizable	chromosome	7784.0	99.26799999999999	100.0	0.001553386974382188	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0142_000000019563	1359	0.5276617829073472	1	1	1	1	1	False	3427	maximal	True	SPA0142_000000019563	1.0		2	1	False	False	0.9977924823760986	0					non-mobilizable	other	1213.0	99.835	100.0	0.0005462833128026362	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	False	False
ENG0178_000000001422	10696	0.5276607553496546	15	6	4	5	5	True	86991	fragment	False	ENG0178_000000001422	1.0		0	0	False	True	0.999719500541687	0					non-mobilizable	no_good_hit	5675.0	99.98200000000001	88.0	0.3409459703107158	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	True	True
AUS0006_000000023221	1149	0.5276582796623427	2	2	2	2	2	False	129035	fragment	False	DEN0078_000000026948	0.3505682827520867		0	0	False	False	0.9991296529769897	0					non-mobilizable	no_good_hit	558.0	84.40899999999999	55.0	0.0015396888266566997	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
FIJ0037_000000006662	4069	0.5276575492007209	5	4	4	4	4	False	65098	fragment	False	FIJ0037_000000006662	1.0		0	0	False	False	0.9997542500495911	0					non-mobilizable	no_good_hit	563.0	81.883	14.0	0.0028864020711109255	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	True	False
ISR0332_000000003758	3422	0.5276541253616851	4	3	2	3	3	False	24578	maximal	True	ISR0332_000000003758	1.0		4	1	False	False	0.9739918112754822	0					non-mobilizable	no_good_hit	1200.0	86.167	62.0	0.0015686315656936603	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
CAN0012_000000031654	1446	0.5276517056201562	2	2	1	2	1	False	94078	maximal	True	CAN0012_000000031654	1.0		7	5	False	False	0.9910096526145935	0					non-mobilizable	other	1446.0	99.79299999999999	100.0	0.0004532527076752151	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
ISR0320_000000006159	3431	0.5276500786828103	4	2	2	2	2	False	25070	maximal	True	ISR0320_000000006159	1.0		0	0	False	False	0.9950451850891113	0					non-mobilizable	no_good_hit	142.0	77.465	4.0	4.006954481565452e-05	NZ_LR130778.1	firmicutes	Petrocella atlantisensis isolate 70B-A chromosome 1	True	False
FIJ0136_000000006968	3780	0.5276492531283625	6	5	4	4	3	False	111655	fragment	False	FIJ0136_000000006968	0.9797287636439277		0	0	False	False	0.9970899224281311	0					non-mobilizable	other	2539.0	99.015	99.0	0.014491428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0018_000000010800	1631	0.527643479584883	3	3	2	2	1	False	89529	fragment	False	CHI0018_000000010800	1.0		0	0	False	False	0.9632127285003662	0					non-mobilizable	no_good_hit	590.0	97.288	36.0	0.00016300936956751142	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
TAN0025_000000001386	1828	0.5276434476747874	4	2	1	2	2	False	2331	maximal	True	TAN0025_000000001386	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.456288448008717e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ISR0159_000000004801	5019	0.527643327874599	6	5	4	4	4	False	30487	fragment	False	ISR0279_000000003315	0.9696310312204353		0	0	False	False	0.9982067942619324	0					non-mobilizable	other	5023.0	99.124	100.0	0.0012117628603492176	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0129_000000001884	10286	0.5276425009692026	14	9	5	6	6	True	114839	maximal	True	FIJ0129_000000001884	1.0		1	1	False	False	0.9988333582878113	0					non-mobilizable	no_good_hit	2906.0	90.60600000000001	64.0	0.35020536361439963	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	True
CAN0006_000000028191	1603	0.5276414397548421	4	3	3	3	2	False	95595	maximal	True	CAN0006_000000028191	1.0		16	4	False	False	0.9906425476074219	0					non-mobilizable	no_good_hit	251.0	80.876	15.0	6.941489705517839e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0151_000000016898	1455	0.5276412024103322	2	2	2	1	1	False	79454	fragment	False	CHI0151_000000016898	1.0		0	0	False	False	0.999312698841095	0					non-mobilizable	chromosome	1447.0	99.86200000000001	99.0	0.000283869721466087	LR133964.1	enterobacteria	Klebsiella pneumoniae strain NCTC11359 genome assembly, chromosome: 1	False	False
MON0096_000000029865	1283	0.5276398343086159	1	1	1	1	1	False	9259	maximal	True	MON0096_000000029865	1.0		90	11	False	False	0.9524551630020142	0					non-mobilizable	other	1283.0	99.766	100.0	0.00024270043421038682	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
ENG0154_000000014726	2150	0.5276368558907352	3	2	2	2	2	False	110255	fragment	False	ISR0398_000000009851	0.8745981178903596		0	0	False	False	0.9976744055747986	0					non-mobilizable	other	2150.0	98.744	100.0	0.2036791200455149	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0229_000000007679	2090	0.5276368558907352	3	2	2	2	2	False	110255	fragment	False	ISR0398_000000009851	0.8013508234284641		0	0	False	False	0.9961722493171692	0					non-mobilizable	other	2090.0	98.325	100.0	0.19808458183197422	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0098_000000006836	3308	0.5276361962064349	5	4	2	3	0	False	120998	maximal	True	FIJ0098_000000006836	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	2206.0	90.25399999999999	67.0	0.0005304630087726707	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0059_000000014922	1220	0.5276334617496969	2	2	2	2	1	False	35440	fragment	False	ISR0059_000000014922	1.0		0	0	False	False	0.9950819611549377	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	5.0	2.4240540033059478e-05	NZ_CH724107.1	a-proteobacteria	Oceanicola granulosus HTCC2516 scf_1099521380027, whole genome shotgun sequence	True	False
ENG0198_000000012729	1583	0.5276298923141696	3	3	3	2	2	False	54335	fragment	False	ENG0198_000000012729	0.9680344226510912		0	0	False	False	1.0	0					non-mobilizable	chromosome	1583.0	99.81	100.0	0.0006974970349762577	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	False
MON0101_000000041093	1593	0.5276289900623103	2	2	2	2	1	False	9030	maximal	True	MON0101_000000041093	1.0		1	1	False	False	0.987445056438446	0					non-mobilizable	no_good_hit	1018.0	72.39699999999999	63.0	0.0030441723675344937	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
USA0007_01_000000013934	1143	0.5276274513676567	1	1	1	1	1	True	2107	maximal	True	USA0007_01_000000013934	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0136_000000015168	1812	0.5276236654814561	4	2	2	2	1	False	40534	maximal	True	FIJ0136_000000015168	0.9550946207260366		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	96.38600000000001	5.0	0.0074154458310725264	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
MAD0105_000000002089	11145	0.5276210262008904	27	7	4	7	5	False	14866	maximal	True	MAD0105_000000002089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	78.017	2.0	0.001749239959057091	MK554696.1	viruses	Fusobacterium phage Fnu1, complete genome	True	False
ISR0815_000000004365	6389	0.5276077884973691	5	3	2	3	1	False	21475	maximal	True	ISR0815_000000004365	1.0		7	5	False	False	0.9920175075531006	0					non-mobilizable	no_good_hit	970.0	98.351	15.0	0.00034193318223344827	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0154_000000002930	8578	0.5276072738962886	11	8	7	7	3	True	79228	maximal	True	CHI0154_000000002930	1.0		14	6	False	False	0.9997668266296387	0					non-mobilizable	no_good_hit	692.0	75.0	8.0	0.01603150049219519	NZ_LR130823.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
FIJ0098_000000001711	11243	0.5276046232168127	11	8	7	8	6	False	42884	maximal	True	FIJ0098_000000001711	1.0		15	3	False	False	0.9992884397506714	0					non-mobilizable	no_good_hit	652.0	74.847	6.0	0.0001461889505977887	NZ_QMDO01000001.1	firmicutes	Vallitalea guaymasensis strain L81 L81_Ga0082380_11, whole genome shotgun sequence	True	False
ISR0285_000000002452	4997	0.5276040799484998	6	3	3	3	3	False	126652	fragment	False	ISR0285_000000002452	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4963.0	98.54899999999999	100.0	0.001563695288394771	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0006_000000006370	1516	0.5276038175295297	4	3	2	3	2	False	19885	maximal	True	MAD0006_000000006370	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0074_000000010659	2107	0.5276024313984795	3	3	3	3	3	False	84442	fragment	False	FIJ0082_000000012096	0.6548113933795228		0	0	False	False	1.0	0					non-mobilizable	other	2133.0	85.74799999999999	99.0	0.2533969010727056	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
FIJ0067_000000021320	1509	0.5276012083355711	3	3	2	3	2	False	45178	fragment	False	FIJ0067_000000021320	1.0		0	0	False	False	0.9993373155593872	0					non-mobilizable	no_good_hit	78.0	80.76899999999999	5.0	1.4413490420149453e-05	NZ_PGET01000001.1	firmicutes	[Clostridium] celerecrescens 18A H171DRAFT_unitig_0_quiver.1, whole genome shotgun sequence	True	False
SPA0104_000000006044	5529	0.5276011617966627	7	4	1	3	2	True	20150	maximal	True	SPA0104_000000006044	1.0		4	3	False	False	0.9998191595077515	0					non-mobilizable	no_good_hit	3137.0	99.809	60.0	0.001006385541936689	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
FIJ0069_000000009554	2414	0.5276004790718277	2	1	1	1	1	False	112019	fragment	False	FIJ0069_000000009554	0.9682113528141959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1151.0	94.266	51.0	0.0003168249438629301	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0087_000000014368	2244	0.5276004790718277	3	1	1	1	1	False	112019	fragment	False	FIJ0069_000000009554	0.8073547221580392		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	979.0	96.118	47.0	0.0002686854647600821	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0018_000000009827	2137	0.5276004790718277	3	1	1	1	1	False	112019	fragment	False	FIJ0069_000000009554	0.6467507320964382		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	97.829	45.0	0.00024461572520865805	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0154_000000017870	2131	0.5276004790718277	3	1	1	1	1	False	112019	fragment	False	FIJ0069_000000009554	0.6471209494801317		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	96.686	44.0	0.00024461572520865805	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0092_000000009078	1755	0.5276004790718277	2	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.9128133372128837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	98.876	51.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
ENG0189_000000010102	1716	0.5276004790718277	2	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.9627140921933511		0	0	False	False	0.999417245388031	0					non-mobilizable	no_good_hit	890.0	99.43799999999999	52.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
FIJ0070_000000011723	1670	0.5276004790718277	2	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.9500469307992154		0	0	False	False	0.9994012117385864	0					non-mobilizable	no_good_hit	890.0	99.551	53.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
ENG0168_000000018917	1637	0.5276004790718277	2	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.7594006617115869		0	0	False	False	0.9975565075874329	0					non-mobilizable	no_good_hit	890.0	99.43799999999999	54.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
MON0090_000000037735	1620	0.5276004790718277	1	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.6500197163532211		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	98.876	55.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
FIJ0038_000000026869	1330	0.5276004790718277	1	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.38282577589017897		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	99.43799999999999	67.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
FIJ0089_000000018981	1322	0.5276004790718277	1	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.38572957694723226		0	0	False	False	0.9992435574531555	0					non-mobilizable	no_good_hit	890.0	98.652	67.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
FIJ0037_000000028812	1198	0.5276004790718277	1	1	1	1	1	False	68555	fragment	False	ISR0149_000000009890	0.18505637570601058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	99.551	74.0	0.998876404494382	GQ877674.1		Uncultured organism clone VC1AO89TF genomic sequence	True	False
ETH0005_000000002520	16681	0.5276003734689549	20	14	7	13	4	True	52820	fragment	False	ETH0005_000000002520	1.0		0	0	False	False	0.999940037727356	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.023827252419955324	XM_021821799.1	eudicots	PREDICTED: Hevea brasiliensis transcription repressor OFP7-like (LOC110662721), mRNA	True	True
ENG0098_000000006873	3697	0.5275998327591137	4	3	1	3	2	False	128561	fragment	False	ENG0098_000000006873	0.9445635849201036		0	0	False	False	0.9940492510795593	0					non-mobilizable	no_good_hit	1624.0	92.98	44.0	0.0005698886370557471	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0030_000000020723	1766	0.5275949476510535	3	3	2	2	2	False	48720	fragment	False	ISR0192_000000010172	0.9565582959641256		0	0	False	False	0.9903737306594849	0					non-mobilizable	chromosome	1766.0	99.54700000000001	100.0	0.00032800198473722207	CP035210.1	enterobacteria	Klebsiella pneumoniae strain TH164 chromosome, complete genome	False	False
FIJ0083_000000005342	5987	0.5275944491679665	8	5	1	3	4	False	52588	fragment	False	FIJ0071_000000005721	0.9753634894991923		0	0	False	False	0.9961583614349365	0					non-mobilizable	no_good_hit	1566.0	71.584	26.0	0.22398822663723325	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
CHI0178_000000006133	1666	0.527593396795734	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.9627315796328854		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	90.102	100.0	0.0005179786822995641	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0026_000000004203	2986	0.5275912592371397	4	4	4	3	2	False	19103	maximal	True	MAD0026_000000004203	1.0		1	1	False	False	0.9802411198616028	0					non-mobilizable	no_good_hit	514.0	99.027	17.0	0.00021752948414981803	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0812_000000009588	4074	0.5275904033465835	6	4	1	4	0	False	66720	fragment	False	ISR0812_000000009588	0.9969166255550074		0	0	False	False	1.0	0					non-mobilizable	other	3950.0	99.41799999999999	100.0	0.0010575113162280185	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0017_000000005452	4054	0.5275904033465835	6	4	1	4	0	False	66720	fragment	False	ISR0812_000000009588	0.9944771723122239		0	0	False	False	1.0	0					non-mobilizable	other	3950.0	99.74700000000001	100.0	0.0010575113162280185	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
AST0005_000000004968	5870	0.5275894299129591	7	5	5	4	3	False	128695	maximal	True	AST0005_000000004968	1.0		5	2	False	False	0.9998296499252319	0					non-mobilizable	no_good_hit	4372.0	98.445	74.0	0.12006705507310102	NZ_JAAITI010000037.1	firmicutes	Blautia luti strain MSK.16.34 NODE_37_length_36388_cov_239.617, whole genome shotgun sequence	True	False
SPA0128_000000001527	18321	0.5275894243765654	26	18	10	12	14	False	109965	maximal	True	SPA0128_000000001527	0.9922064352117209		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	2337.0	89.645	13.0	0.006337335813436677	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
ENG0117_000000012320	1867	0.527586722070169	4	4	0	4	1	False	59366	maximal	True	ENG0117_000000012320	1.0		1	1	False	False	0.9925013184547424	0	rep_cluster_707				non-mobilizable	plasmid	1015.0	99.507	90.0	0.022932356333536876	CP044413.1	firmicutes	Lactobacillus sp. JM1 plasmid unnamed1, complete sequence	False	True
CHI0037_000000003953	3182	0.5275857054648224	5	5	3	3	2	False	111848	maximal	True	CHI0037_000000003953	1.0		18	6	False	False	0.9965430498123169	0					non-mobilizable	no_good_hit	1820.0	98.626	75.0	0.005533264991376137	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0171_000000013599	1537	0.5275856224842957	3	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.3118991852607093		0	0	False	False	1.0	0					non-mobilizable	other	1537.0	96.42200000000001	100.0	0.021941289907863724	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0020_000000006085	3408	0.527585250169618	4	4	3	4	4	False	92409	maximal	True	ISR0020_000000006085	0.9876930942762562		242	11	False	False	0.9944248795509338	0					non-mobilizable	other	3408.0	100.0	100.0	0.0010284717941534986	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0072_000000010953	2562	0.5275788094191065	4	4	3	3	4	False	80256	maximal	False	ISR0390_000000004913	0.9750285932138772		0	0	False	False	0.9996097087860107	0					non-mobilizable	no_good_hit								True	False
CHI0088_000000004576	1204	0.5275784250503359	2	2	2	2	1	True	83927	maximal	True	CHI0088_000000004576	1.0		401	12	False	False	0.9983388781547546	0					non-mobilizable	other	1205.0	99.66799999999999	100.0	0.0003863801634221216	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ENG0021_000000003338	5535	0.5275760428988802	5	5	4	5	5	False	76311	fragment	False	ENG0021_000000003338	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5535.0	99.711	100.0	0.0015794767348271481	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
AST0024_000000014313	2389	0.5275713391261113	2	1	1	0	1	True	121482	fragment	False	AST0024_000000014313	1.0		0	0	False	False	0.9828380346298218	0					non-mobilizable	no_good_hit								True	True
ISR0334_000000005033	3778	0.52756767451033	4	4	3	2	3	False	33038	maximal	True	ISR0334_000000005033	1.0		5	3	False	False	0.9997352957725525	0					non-mobilizable	no_good_hit								True	False
SPA0036_000000017259	1455	0.5275672856052199	2	1	1	1	1	False	7093	fragment	False	SPA0036_000000017259	1.0		0	0	False	False	0.9979381561279297	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000015480	1894	0.5275657435614872	3	3	3	3	2	False	75222	maximal	True	DEN0017_000000015480	0.9668493150684931		5	4	False	False	1.0	0					non-mobilizable	chromosome	1894.0	99.419	100.0	0.0003737042501011252	CP056622.1	enterobacteria	Citrobacter freundii strain RHBSTW-00310 chromosome, complete genome	False	False
ISR0795_000000004061	2349	0.527564160889002	5	5	5	4	3	False	106610	maximal	True	ISR0795_000000004061	1.0		9	3	False	False	0.9812686443328857	0					non-mobilizable	no_good_hit	1983.0	98.689	84.0	0.007790451783313812	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0075_000000009615	2048	0.5275622396754679	4	4	4	2	2	False	5783	maximal	True	SPA0075_000000009615	1.0		26	7	False	False	0.9990234375	0					non-mobilizable	other	1915.0	92.742	93.0	0.03412050083829772	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	False	False
SPA0122_000000005258	6018	0.5275591795352417	8	6	4	4	5	True	95388	fragment	False	SPA0122_000000005258	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	6018.0	97.325	100.0	0.06262033365595762	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
MON0075_000000007726	2954	0.5275589189480085	2	2	2	1	2	False	49807	fragment	False	FIJ0059_000000005809	0.9070866143393511		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1754.0	74.173	65.0	0.005516184517166938	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MAD0042_000000005537	3827	0.5275569603346247	5	4	4	4	1	False	18154	maximal	True	MAD0042_000000005537	1.0		1	1	False	False	0.974915087223053	0					non-mobilizable	no_good_hit	229.0	82.096	6.0	0.002567688392672918	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0058_000000005534	2766	0.5275527094589867	3	3	3	3	1	False	113103	fragment	False	AST0058_000000005534	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2381.0	94.876	100.0	0.01296217594560136	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0092_000000004698	2126	0.527544714823518	3	3	2	2	3	False	83676	fragment	False	CHI0092_000000004698	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2126.0	100.0	100.0	0.00044581828740321023	CP025630.1	enterobacteria	Klebsiella pneumoniae strain LS359 chromosome	False	False
CHI0178_000000009210	1146	0.5275431844083788	3	2	1	1	1	False	77595	fragment	False	CHI0178_000000009210	1.0		0	0	False	False	0.9912739992141724	0					non-mobilizable	no_good_hit	827.0	89.48	85.0	0.003460441819735517	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
ISR0825_000000002596	7803	0.5275421597193007	5	5	3	4	5	False	36439	fragment	False	SPA0101_000000005413	0.9417586734758734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3652.0	74.535	62.0	0.0005627704677376816	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
ISR0165_000000005699	3353	0.5275410385714562	4	2	2	2	2	False	69585	fragment	False	ISR0057_000000005711	0.9353376860418143		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0138_000000009689	2655	0.527530277893904	4	4	4	4	4	False	13691	fragment	False	MON0025_000000012907	0.9394089662018746		0	0	False	False	1.0	0					non-mobilizable	other	2655.0	97.589	100.0	0.022703747743740215	NZ_CYYU01000006.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MON0025_000000039828	1081	0.5275246364673066	1	1	1	1	1	False	22057	fragment	False	ISR0790_000000016004	0.9337792106825106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0100_000000040219	1139	0.5275219957423976	2	2	1	2	2	False	84935	fragment	False	CHI0070_000000011669	0.9768153980752405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	74.52199999999999	14.0	0.0005716046129234607	NZ_QLAE01000001.1	g-proteobacteria	Pseudomonas nosocomialis strain A31/70 contig00001, whole genome shotgun sequence	True	False
ISR0793_000000011223	1500	0.5275216521093312	3	2	2	2	2	False	22013	fragment	False	ISR0793_000000011223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	81.0	13.0	3.47931687410401e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0816_000000022846	1672	0.5275214478065637	4	3	1	1	2	False	21408	maximal	True	ISR0816_000000022846	1.0		34	10	False	False	1.0	0					non-mobilizable	other	1222.0	85.516	100.0	0.0004005101410236625	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
MON0049_000000018037	1230	0.5275214478065637	3	3	1	1	2	False	11351	maximal	True	MON0049_000000018037	1.0		1	1	False	False	0.9861788749694824	0					non-mobilizable	no_good_hit	780.0	88.07700000000001	63.0	0.00022033900240089598	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0165_000000012123	1394	0.5275202568371596	3	1	1	1	1	False	78286	fragment	False	CHI0165_000000012123	1.0		0	0	False	False	0.9978479146957397	0					non-mobilizable	no_good_hit	209.0	90.431	15.0	0.0004432054674854192	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
CHI0083_000000000916	10564	0.527512879699891	13	4	3	3	2	True	130542	fragment	False	CHI0083_000000000916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4383.0	97.71799999999999	84.0	0.000763996344966081	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	True
SPA0090_000000025461	1438	0.5275120990918403	1	1	1	1	1	False	99939	backbone	False	AUS0018_000000016405	0.7216194342216155	PS564	0	0	False	True	1.0	0					non-mobilizable	other	1438.0	96.384	100.0	0.005210127298238999	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0127_000000019950	1350	0.5275120990918403	1	1	1	1	1	False	99939	backbone	False	AUS0018_000000016405	0.5504649113749921	PS564	0	0	False	True	0.9948148131370544	0					non-mobilizable	other	1350.0	96.37	100.0	0.00489106591880613	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0030_000000024672	1462	0.5275112309223711	2	1	1	1	1	True	63946	fragment	False	SPA0114_000000030575	0.6373021335168617		0	0	False	False	0.99863201379776	0					non-mobilizable	other	1464.0	96.448	100.0	0.015900445603738725	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0106_000000009794	2173	0.527510448215568	3	2	2	2	2	False	14739	maximal	True	MAD0106_000000009794	1.0		0	0	False	False	0.9769903421401978	0					non-mobilizable	no_good_hit	208.0	75.962	9.0	0.0006037242423260759	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	True	False
ENG0075_000000020059	1221	0.5275030232205351	3	3	3	3	2	False	62066	fragment	False	ENG0087_000000019799	0.9303215926493109		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	94.676	100.0	0.0005617954244986091	CP003122.1	firmicutes	Streptococcus parasanguinis FW213, complete genome	False	False
ISR0170_000000039258	1205	0.5274994019809436	2	2	2	2	2	False	30028	fragment	False	ISR0170_000000039258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	519.0	80.732	43.0	0.00015676286205929397	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
SPA0018_000000013730	2168	0.52749686766273	5	5	2	4	2	False	77757	fragment	False	SPA0115_000000011273	0.8049430959379972		0	0	False	False	1.0	0					non-mobilizable	other	2169.0	96.588	100.0	0.003447030733770562	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
SPA0047_000000019956	1957	0.52749686766273	5	5	2	4	2	False	77757	fragment	False	SPA0115_000000011273	0.6012052411612848		0	0	False	False	1.0	0					non-mobilizable	other	1957.0	99.949	100.0	0.00047205898323901004	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0395_000000020532	1887	0.52749686766273	5	5	2	4	2	False	69246	maximal	False	DEN0082_000000019825	0.9554971310921688		0	0	False	False	0.996820330619812	0					non-mobilizable	other	1893.0	92.921	100.0	0.03906331599507008	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	False	False
CAN0014_000000010441	4301	0.5274945363710387	6	5	3	5	4	True	93726	maximal	True	CAN0014_000000010441	0.9579157236396488		111	10	False	False	1.0	0					non-mobilizable	no_good_hit	1761.0	98.694	72.0	0.0004713142356447994	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
MON0090_000000009682	5504	0.5274908682170643	5	4	4	3	3	False	107646	maximal	True	MON0090_000000009682	1.0		2	1	False	False	0.9998183250427246	0					non-mobilizable	no_good_hit	1608.0	74.12899999999999	29.0	0.13215374195733154	NZ_JNJN01000062.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00060.60_C, whole genome shotgun sequence	True	False
MON0039_000000024225	1980	0.5274847184823319	3	2	2	2	2	False	11933	fragment	False	MON0039_000000024225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0049_000000012523	1319	0.5274840781195185	2	1	1	1	1	False	86760	maximal	True	CHI0049_000000012523	1.0		27	4	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	99.318	33.0	0.0001525152862701501	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0347_000000009269	2407	0.5274818298497003	4	2	2	2	2	False	24173	maximal	True	ISR0347_000000009269	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	713.0	98.738	30.0	0.00019066803169266885	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
AST0097_000000008394	2690	0.5274805065529707	3	3	3	3	3	False	109009	maximal	True	AST0097_000000008394	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	84.15799999999999	34.0	0.025096845600442723	NZ_FNBY01000032.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0178_000000005786	2808	0.5274795456938984	3	3	3	3	2	False	63044	maximal	True	ISR0178_000000005786	1.0		18	5	False	False	0.9814814925193787	0					non-mobilizable	no_good_hit	1204.0	79.817	43.0	0.032267637933360314	NZ_AAXG02000029.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont263, whole genome shotgun sequence	True	False
ISR0211_000000008133	2717	0.5274795456938984	3	3	3	3	2	False	63041	maximal	True	ISR0211_000000008133	0.9928571428571429		163	12	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	81.26	44.0	0.00033360262027660775	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0170_000000019433	2393	0.5274785422449056	3	3	3	2	3	False	30057	maximal	True	ISR0170_000000019433	1.0		1	1	False	False	0.9974926710128784	0					non-mobilizable	no_good_hit	1276.0	100.0	53.0	0.028169325261809024	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0019_000000016319	1776	0.5274654244175081	4	4	3	4	3	False	109131	fragment	False	SPA0019_000000016319	1.0		0	0	False	False	0.9909909963607788	0					non-mobilizable	other	1766.0	99.094	99.0	0.029190440750847597	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0834_000000002329	6935	0.5274651998263226	6	5	4	4	4	False	85334	fragment	False	ISR0834_000000002329	0.977997299724179		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	78.52	29.0	0.0008899715018070083	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
FIJ0154_000000004382	6935	0.5274651998263226	8	5	4	4	4	False	85334	fragment	False	ISR0834_000000002329	0.9744277971624732		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	77.132	17.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
FIJ0083_000000004499	6907	0.5274651998263226	7	5	4	4	4	False	85334	fragment	False	ISR0834_000000002329	0.9757750540735399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	77.682	18.0	0.0004469355606843243	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
USA0042_01_000000013255	1336	0.5274635588402389	2	2	1	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03972157316618531	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1336.0	97.081	100.0	0.00046532995553746133	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0105_000000041486	1318	0.5274635588402389	2	2	1	1	1	True	131257	backbone	False	ISR0175_000000008482	0.052787237886609426	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1322.0	94.932	100.0	0.0004439676775374234	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0119_01_000000019503	1264	0.5274635588402389	2	2	1	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03065495952213948	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1222.0	93.617	96.0	0.0004109814513064397	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0146_000000014442	1556	0.5274629734336799	3	3	3	2	2	False	57412	maximal	True	ENG0146_000000014442	1.0		14	7	False	False	0.9704369902610779	0					non-mobilizable	other	1556.0	99.165	100.0	0.002417776174564995	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	False	False
ISR0841_000000012113	1265	0.5274563462863124	2	1	1	1	1	False	20755	fragment	False	ISR0841_000000012113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000007958	4645	0.5274560722547541	5	4	3	4	3	False	113756	fragment	False	ISR0059_000000003816	0.8659832554496196		0	0	False	False	1.0	0					non-mobilizable	chromosome	3218.0	95.774	100.0	0.0008986969034839829	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0057_01_000000007551	4044	0.5274529797004279	6	6	5	5	1	True	988	fragment	False	USA0057_01_000000007551	1.0		0	0	False	False	0.997279942035675	0					non-mobilizable	no_good_hit	790.0	71.013	19.0	0.00032874382816084453	NZ_FKLA01000009.1	firmicutes	Anaerotruncus rubiinfantis strain MT15, whole genome shotgun sequence	True	True
MAD0064_000000009528	2181	0.5274496641139743	3	2	1	2	1	False	16674	maximal	True	MAD0064_000000009528	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	90.625	3.0	0.0004314507016210219	NZ_KB899641.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00006.6, whole genome shotgun sequence	True	False
MON0036_000000014208	1660	0.5274496575757768	1	1	1	1	1	False	13268	fragment	False	MON0036_000000014208	1.0		0	0	False	False	0.9891566038131714	0					non-mobilizable	other	1660.0	95.663	100.0	0.04145738061323937	NZ_SPFY01000020.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_20_length_40017_cov_22.6775, whole genome shotgun sequence	False	False
MON0100_000000028265	1618	0.5274496575757768	1	1	1	1	1	False	20917	maximal	True	MON0100_000000028265	1.0		140	14	False	False	0.9981458783149719	0					non-mobilizable	no_good_hit	574.0	74.042	35.0	0.01836139896373057	NZ_LJGW01000093.1	high GC Gram+	Streptomyces nanshensis strain SCSIO 10429 scaffold93, whole genome shotgun sequence	True	False
MON0027_000000009303	4040	0.5274476016464051	9	6	6	6	5	True	28016	fragment	False	MON0027_000000009303	1.0		0	0	False	False	0.9997524619102478	0					non-mobilizable	no_good_hit	63.0	85.714	2.0	1.559425750718129e-05	CP002876.1	b-proteobacteria	Nitrosomonas sp. Is79A3, complete genome	True	True
USA0044_01_000000002558	11408	0.5274460161471645	9	7	6	6	6	False	46557	maximal	True	USA0044_01_000000002558	1.0		3	2	False	False	0.9987727999687195	0					non-mobilizable	no_good_hit	562.0	79.53699999999999	5.0	0.00015512964847958893	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0141_000000002461	13416	0.5274450406389918	13	13	10	11	9	False	100925	maximal	True	ISR0141_000000002461	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5371.0	99.42299999999999	60.0	0.0012224006455113263	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ENG0128_000000019503	1507	0.5274440780322369	1	1	1	1	1	False	58608	maximal	True	ENG0128_000000019503	1.0		7	3	False	False	0.9993364214897156	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000001086	21024	0.5274421825380449	37	9	3	6	8	False	42447	maximal	True	FIJ0105_000000001086	1.0		6	5	False	False	0.9992865324020386	0					non-mobilizable	no_good_hit	199.0	81.407	1.0	9.668251376498885e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0037_000000013799	1112	0.5274421326855943	4	4	2	1	3	True	87900	fragment	False	CHI0037_000000013799	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1112.0	96.853	100.0	0.1196765498652291	DQ093580.1	high GC Gram+	Bifidobacterium longum strain B200304 plasmid pBIF10 Rep (rep), TetQ (tetQ), Tra (tra), MobA (mobA), and MobB (mobB) genes, complete cds	False	True
MON0069_000000004150	8493	0.5274375591035713	7	6	3	6	4	False	10518	fragment	False	MON0069_000000004150	1.0		0	0	False	False	0.9941127896308899	0					non-mobilizable	no_good_hit	59.0	98.305	1.0	0.0005438961720962509	NZ_CAPH01000023.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ENG0188_000000011063	2346	0.5274362796106219	3	3	3	3	3	False	115882	maximal	False	FIJ0122_000000006376	0.8840396642728668		0	0	False	False	1.0	0					non-mobilizable	other	2346.0	99.616	100.0	0.018362201271650953	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	False	False
MON0024_000000026517	1912	0.5274327258254192	2	2	2	2	2	False	114905	fragment	False	SPA0120_000000020511	0.26127713665359314		0	0	False	False	0.9958158731460571	0					non-mobilizable	plasmid	1807.0	94.245	94.0	0.010866806077675302	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
MON0084_000000018343	1874	0.5274327258254192	2	2	2	2	2	False	114905	fragment	False	SPA0120_000000020511	0.5092060218372711		0	0	False	False	1.0	0					non-mobilizable	plasmid	1844.0	95.119	98.0	0.011102515441985277	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
SPA0097_000000018752	1752	0.5274327258254192	2	2	2	2	2	False	114905	fragment	False	SPA0120_000000020511	0.33673190436551065		0	0	False	False	1.0	0					non-mobilizable	plasmid	1759.0	95.111	100.0	0.01058274607453251	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
CHI0137_000000005378	2717	0.5274299252571559	3	3	2	2	3	False	80523	maximal	True	CHI0137_000000005378	1.0		5	3	False	False	0.9992638826370239	0					non-mobilizable	chromosome	2717.0	99.632	100.0	0.001518401675385177	LT604074.1	firmicutes	Lactobacillus salivarius isolate LPM01 genome assembly, chromosome: I	False	False
ISR0135_000000008419	2268	0.5274293633014779	3	3	3	3	3	False	128172	fragment	False	ISR0135_000000008419	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2265.0	98.057	99.0	0.008874533538210667	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
FIJ0120_000000017474	1439	0.5274291255391991	3	3	2	1	1	False	41528	fragment	False	FIJ0120_000000017474	0.9558721334259903		0	0	False	False	0.9909659624099731	0					non-mobilizable	no_good_hit	323.0	96.904	22.0	7.166148715835052e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0099_000000031346	1184	0.5274288025384629	2	2	1	2	2	False	52828	fragment	False	MON0099_000000031346	0.9476023232882822		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	93.49700000000001	100.0	0.00036802929799422475	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0008_01_000000003817	1907	0.5274236309678583	2	2	2	2	2	False	31241	maximal	False	ISR0140_000000012346	0.9801566579634464		0	0	False	False	0.9790246486663818	0					non-mobilizable	other	1891.0	99.20700000000001	99.0	0.000568595574953124	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0096_000000025597	1481	0.5274236296915467	2	2	2	2	1	True	124763	fragment	False	MON0096_000000025597	0.9144669038404853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0070_000000019714	1139	0.5274236296915467	2	2	2	2	1	True	16339	fragment	False	MAD0070_000000019714	1.0		0	0	False	False	0.992098331451416	0					non-mobilizable	no_good_hit	64.0	82.81200000000001	6.0	0.0004711407011500467	NZ_VDHJ01000007.1	high GC Gram+	Corynebacterium tapiri strain LMG 28165 Scaffold4_2, whole genome shotgun sequence	True	True
MON0109_000000033623	1100	0.5274236296915467	2	2	2	2	1	True	8480	fragment	False	MON0109_000000033623	1.0		0	0	False	False	0.9863636493682861	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	4.368774837167571e-06	NZ_AP021874.1	d-proteobacteria	Desulfosarcina alkanivorans strain PL12	True	True
FIJ0064_000000014683	1798	0.5274231115955709	3	3	3	2	2	False	87242	maximal	True	FIJ0064_000000014683	1.0		214	14	False	False	0.9988876581192017	0					non-mobilizable	other	1782.0	99.719	99.0	0.00041551065583026077	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
AST0003_000000006146	5730	0.5274204559070441	12	2	0	1	1	False	130717	maximal	True	AST0003_000000006146	1.0		3	2	False	False	0.9909249544143677	0					non-mobilizable	no_good_hit								True	False
ENG0084_000000006458	4056	0.5274204559070441	6	2	0	1	1	False	61541	maximal	True	ENG0084_000000006458	1.0		5	3	False	False	0.9950690269470215	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.139269829307843e-05	LT608194.1	apicomplexans	Plasmodium chabaudi adami strain DS genome assembly, chromosome: 14	True	False
MON0051_000000019112	1852	0.5274203355569768	2	2	2	2	2	False	83367	fragment	False	CHI0099_000000003050	0.9561357702349869		0	0	False	False	0.997840166091919	0					non-mobilizable	other	1849.0	97.025	99.0	0.0005563974110659858	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0030_000000010474	3247	0.5274202990896298	3	3	3	3	3	False	12525	maximal	True	MON0030_000000010474	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	213.0	77.465	7.0	0.0013518621741275363	NZ_CYGY02000008.1	b-proteobacteria	Paraburkholderia piptadeniae strain STM7183, whole genome shotgun sequence	True	False
MAD0090_000000011569	1202	0.5274143845181286	2	2	2	2	1	False	106046	fragment	False	MAD0090_000000011569	1.0		0	0	False	False	0.9850249290466309	0					non-mobilizable	other	865.0	90.05799999999999	95.0	0.0018066356220869568	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0209_000000004089	4673	0.5274134116214675	5	4	3	3	2	False	109326	maximal	True	ENG0209_000000004089	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2432.0	99.054	67.0	0.0007784164428706052	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0097_000000028038	1122	0.527412603954814	2	1	1	1	1	False	33257	fragment	False	ISR0097_000000028038	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1035.0	97.488	92.0	0.004374201517856387	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	False
USA0012_01_000000002997	1522	0.5274123697316534	2	2	1	2	2	True	97910	fragment	False	USA0012_01_000000002997	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1522.0	100.0	100.0	0.011733214021229326	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
CHI0145_000000013757	1345	0.5274123697316534	2	2	1	2	2	True	97909	fragment	False	CHI0145_000000013757	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1345.0	99.926	100.0	0.011132278638283774	AB255435.1	enterobacteria	Escherichia coli plasmid pO86A1 DNA, complete sequence	False	True
ISR0309_000000003777	4380	0.5274123459256654	5	3	1	3	1	False	82630	fragment	False	ISR0309_000000003777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000001585	13045	0.5274115856465595	12	3	2	3	2	False	32566	maximal	True	ISR0114_000000001585	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	2004.0	76.048	15.0	0.095006438689369	MK233944.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_1-CL39_c1 sequence	True	False
AST0055_000000008674	3817	0.5274101806317769	7	2	1	2	0	True	113907	maximal	True	AST0055_000000008674	1.0		1	1	False	False	0.9950222969055176	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.115622383610364e-07	CP050577.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 16a	True	True
FIJ0032_000000030506	1240	0.5274022739171802	2	1	1	1	1	False	48359	maximal	True	FIJ0032_000000030506	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	79.63	8.0	7.18318159152803e-05	NZ_JNIF01000004.1	bacteria	Bryobacter aggregatus MPL3 M017DRAFT_scf7180000000021_quiver.4_C, whole genome shotgun sequence	True	False
AUS0022_000000000900	26628	0.5273999499678881	41	11	4	8	6	True	99427	maximal	True	AUS0022_000000000900	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	251.0	76.892	1.0	0.002089891801804185	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0166_000000004470	5725	0.5273980073240578	6	5	1	2	4	False	39031	maximal	True	FIJ0166_000000004470	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.309860575878182e-06	CP045606.2	firmicutes	Bacillus cereus strain SB1 chromosome, complete genome	True	False
ISR0083_000000003316	6417	0.5273973487957873	8	7	7	7	6	False	42907	maximal	True	ISR0083_000000003316	1.0		6	4	False	False	0.999376654624939	0					non-mobilizable	no_good_hit	1959.0	97.346	54.0	0.035215092699884126	NZ_GL882646.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld97, whole genome shotgun sequence	True	False
ENG0073_000000018091	1302	0.5273956139868425	2	2	2	1	1	False	62205	maximal	True	ENG0073_000000018091	1.0		11	3	False	False	0.9854070544242859	0					non-mobilizable	no_good_hit	147.0	100.0	11.0	5.302178796005934e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0061_000000005784	3065	0.5273905261181312	7	5	4	4	3	False	6202	maximal	True	SPA0061_000000005784	1.0		6	1	False	False	0.9996737241744995	0					non-mobilizable	no_good_hit	557.0	90.485	53.0	7.653620127719959e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ENG0006_000000009365	2502	0.5273898554094368	3	2	2	2	2	False	67611	maximal	True	ENG0006_000000009365	1.0		62	9	False	False	0.9992006421089172	0					non-mobilizable	other	2501.0	99.68	99.0	0.0007135330388630051	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0042_000000017104	1832	0.5273898492957678	3	3	3	3	1	False	85635	fragment	False	ISR0042_000000017104	0.9812362030905077		0	0	False	False	0.9961790442466736	0					non-mobilizable	other	1832.0	99.727	100.0	0.0003867043810797437	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
DEN0078_000000014931	2134	0.5273882354454419	4	3	3	2	2	True	69772	maximal	True	DEN0078_000000014931	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	76.27600000000001	15.0	0.0011012955424556188	NZ_FOZH01000008.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	True
USA0042_01_000000009526	2188	0.5273852677362064	3	3	2	2	3	False	117112	maximal	True	USA0042_01_000000009526	1.0		18	7	False	False	0.9940584897994995	0					non-mobilizable	no_good_hit	1262.0	84.23100000000001	86.0	0.000356260418133343	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0068_000000016534	1241	0.5273817753528024	2	2	2	2	2	False	39418	maximal	True	ISR0068_000000016534	0.9995559502664298		54	10	False	False	0.9975826144218445	0					non-mobilizable	no_good_hit	533.0	87.992	84.0	0.0019755140235502068	NZ_CABMGA010000003.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0037_000000028533	2438	0.5273771374671865	2	1	1	1	1	False	12112	fragment	False	MON0037_000000028533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0036_01_000000010823	3400	0.5273753873754522	4	3	3	2	2	True	105832	fragment	False	USA0080_01_000000012769	0.9852425482174167		0	0	False	False	0.9991176724433899	0					non-mobilizable	no_good_hit	881.0	82.179	53.0	0.00028235084800338307	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0183_000000016752	1898	0.5273729582555874	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.08865930393488002		0	0	False	False	1.0	0					non-mobilizable	other	1899.0	98.15700000000001	100.0	0.0367972082202404	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
AUS0022_000000018271	1874	0.5273718483897553	2	2	2	1	0	False	99203	maximal	True	AUS0022_000000018271	1.0		149	11	False	False	0.9994663596153259	0					non-mobilizable	other	1105.0	97.285	96.0	0.012613106663010694	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	False	False
MON0050_000000028147	1424	0.5273715592548035	2	2	2	2	1	False	92727	maximal	True	MON0050_000000028147	1.0		10	5	False	False	0.9585674405097961	0					non-mobilizable	no_good_hit	69.0	85.507	5.0	0.003152644456992283	NZ_PXYH01000034.1	g-proteobacteria	Zobellella taiwanensis strain JCM 13381 ZB100033, whole genome shotgun sequence	True	False
FIJ0044_000000004801	4538	0.5273710528395988	7	6	6	4	4	False	47140	maximal	True	FIJ0044_000000004801	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	1919.0	91.714	49.0	0.008332603938730853	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0001_000000016044	1321	0.5273709342536012	2	1	1	1	1	False	108778	fragment	False	FIJ0001_000000016044	1.0		0	0	False	False	0.9992430210113525	0					non-mobilizable	other	1188.0	97.13799999999999	90.0	0.00724593409010374	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0184_000000002895	4870	0.5273680903980543	8	2	2	2	1	False	116312	fragment	False	ISR0184_000000002895	1.0		0	0	False	False	0.9993839859962463	0					non-mobilizable	no_good_hit								True	False
ISR0371_000000010239	1883	0.5273621888917752	2	2	2	1	1	False	41427	maximal	False	FIJ0122_000000008437	0.9741833694713277		0	0	False	False	1.0	0					non-mobilizable	chromosome	1883.0	97.238	100.0	0.0005020368236807729	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0010_000000023992	1126	0.5273604435605501	2	2	2	1	1	False	8064	maximal	True	SPA0010_000000023992	1.0		100	8	False	False	0.9982237815856934	0					non-mobilizable	other	1126.0	98.845	100.0	0.00021718314427138433	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
CHI0083_000000009305	1177	0.5273582162282707	2	2	2	2	1	True	84181	fragment	False	CHI0083_000000009305	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1177.0	99.83	100.0	0.00046117592802831996	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	True
SPA0069_000000005622	4315	0.5273573561967541	4	4	4	3	3	False	22644	maximal	True	SPA0069_000000005622	1.0		38	6	False	False	0.9995365142822266	0					non-mobilizable	chromosome	4315.0	99.838	100.0	0.0013283639261437046	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
MON0039_000000011148	3994	0.5273562563057484	8	1	1	1	1	False	11954	maximal	True	MON0039_000000011148	1.0		1	1	False	False	0.9969955086708069	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000016336	1872	0.5273550015529858	2	2	2	2	1	False	63329	maximal	True	ENG0060_000000016336	1.0		80	9	False	False	0.9967948794364929	0					non-mobilizable	no_good_hit	463.0	73.218	24.0	0.0005524222917773972	NZ_KE383816.1	g-proteobacteria	Luteimonas mephitis DSM 12574 H570DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
MON0081_000000002497	17034	0.5273527158409564	21	4	3	4	1	False	9998	fragment	False	MON0081_000000002497	1.0		0	0	False	False	0.9999412894248962	0					non-mobilizable	no_good_hit	76.0	100.0	1.0	2.574984404177792e-06	LN590686.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG35, chromosome: 35	True	False
MAD0049_000000002425	5972	0.5273515295670312	5	5	4	5	4	False	127647	fragment	False	ISR0208_000000003772	0.9283903820225333		0	0	False	False	0.9996650815010071	0					non-mobilizable	chromosome	5973.0	97.539	100.0	0.0025889403555142783	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0093_000000009967	4050	0.5273497568288459	5	5	5	4	4	True	128159	fragment	False	MAD0102_000000004786	0.7836036158618572		0	0	False	False	1.0	0					non-mobilizable	other	4050.0	99.75299999999999	100.0	0.013572446157713903	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	True
ENG0092_000000011909	1898	0.527349459702038	3	2	1	1	2	False	62917	fragment	False	ENG0092_000000011909	1.0		0	0	False	False	0.9989462494850159	0					non-mobilizable	chromosome	982.0	95.01	92.0	0.0002212743775130932	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0112_000000018403	1503	0.5273467327363569	3	3	3	3	3	False	41996	maximal	False	FIJ0112_000000018388	0.9670658682634731		0	0	False	False	0.9993346929550171	0					non-mobilizable	chromosome	1503.0	99.46799999999999	100.0	0.00028880888639177524	CP060482.1	enterobacteria	Klebsiella quasipneumoniae strain UCI156 chromosome	False	False
FIJ0063_000000006460	3873	0.5273464124347151	3	3	3	3	1	False	81827	maximal	True	FIJ0063_000000006460	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2179.0	87.655	56.0	0.020587901056858215	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	True	False
ISR0262_000000006558	2453	0.5273462916979973	3	3	3	3	2	False	130049	fragment	False	ENG0005_000000004373	0.42170928019284964		0	0	False	False	1.0	0					non-mobilizable	chromosome	2458.0	92.10700000000001	100.0	0.0008239824674841641	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0065_000000008063	3792	0.5273448176987434	7	4	2	3	4	True	128415	fragment	False	ISR0065_000000008063	1.0		0	0	False	False	0.9963080286979675	0					non-mobilizable	no_good_hit	1484.0	98.787	78.0	0.0005145219566425792	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0288_000000009526	3153	0.5273392599618185	4	4	4	3	2	False	81206	fragment	False	FIJ0005_000000008187	0.5225693263111367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	72.108	24.0	0.00022913801181965207	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
ISR0397_000000012355	1470	0.5273355609352547	2	2	2	2	2	False	22637	maximal	True	ISR0397_000000012355	1.0		1	1	False	False	0.9721088409423828	0					non-mobilizable	no_good_hit	1253.0	85.634	85.0	0.00044909523477621046	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	False
ISR0115_000000019658	1783	0.5273346153452358	2	2	2	2	1	False	121205	fragment	False	MON0054_000000022142	0.37157894736842106		0	0	False	False	0.9966349005699158	0					non-mobilizable	other	1785.0	93.725	100.0	0.009319679122558228	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0159_000000021733	1196	0.5273342701120675	2	2	2	2	2	False	64665	fragment	False	ENG0042_000000019905	0.9570696307485181		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	74.264	98.0	0.0003513613521179683	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0061_000000007880	3077	0.5273327549905372	2	2	2	2	2	False	45826	maximal	True	FIJ0061_000000007880	1.0		15	6	False	False	0.9938251376152039	0					non-mobilizable	no_good_hit	1283.0	71.941	41.0	0.00028272143593034655	NZ_KQ033919.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.1, whole genome shotgun sequence	True	False
FIJ0142_000000012125	2769	0.5273326533666912	3	3	3	3	2	False	40206	maximal	True	FIJ0142_000000012125	1.0		1	1	False	False	0.9996388554573059	0					non-mobilizable	no_good_hit	836.0	80.502	41.0	0.0003708369535677326	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0129_000000015950	1392	0.5273320467147969	2	2	1	2	1	True	40931	maximal	True	FIJ0129_000000015950	1.0		9	3	False	False	0.9892241358757019	0					non-mobilizable	no_good_hit	62.0	83.87100000000001	4.0	0.00010832677749147149	NZ_KI912403.1	bacteria	Brachyspira alvinipulli ATCC 51933 T324DRAFT_scaffold00002.2, whole genome shotgun sequence	True	True
ENG0024_000000015468	1701	0.5273284596004928	3	3	3	3	3	False	78797	fragment	False	ENG0024_000000015468	1.0		0	0	False	False	0.9947090148925781	0					non-mobilizable	other	1692.0	91.43	99.0	0.02824028457389068	NZ_WNCH01000012.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold12_size59879, whole genome shotgun sequence	False	False
CHI0125_000000011497	1343	0.5273281609405784	2	2	2	1	1	True	81614	maximal	True	CHI0125_000000011497	1.0		94	12	False	False	0.9918093681335449	0					non-mobilizable	other	911.0	85.84	91.0	0.00027308033108054604	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0165_000000005439	3192	0.5273231998657733	5	5	5	5	5	False	79476	maximal	True	FIJ0165_000000005439	1.0		45	9	False	False	0.9962406158447266	0					non-mobilizable	chromosome	3192.0	99.969	100.0	0.0006156584062454117	CP031789.1	enterobacteria	Klebsiella pneumoniae strain KSB1_1I-sc-2280289 chromosome, complete genome	False	False
SPA0068_000000003746	3289	0.5273226450309232	3	3	3	3	3	False	10589	maximal	True	SPA0068_000000003746	1.0		5	4	False	False	0.9996959567070007	0					non-mobilizable	other	3289.0	99.696	100.0	0.12303028034584722	NZ_JAAISM010000064.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_64_length_26717_cov_180.198, whole genome shotgun sequence	False	False
FIJ0049_000000013832	1247	0.5273206690161096	2	1	1	1	1	False	120741	fragment	False	AST0024_000000027080	0.9528795811518325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	0.0004241894005673533	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0002_000000014590	2435	0.5273205746562502	4	3	3	3	2	False	52401	maximal	True	FIJ0002_000000014590	1.0		11	1	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	78.381	47.0	0.0694133993837975	NZ_WEHX01000052.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_52_length_16553_cov_204.700559, whole genome shotgun sequence	True	False
FIJ0154_000000017926	2125	0.5273205746562502	4	3	3	3	2	False	51716	fragment	False	FIJ0154_000000017926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	76.86399999999999	43.0	0.05455204494653537	NZ_WEHX01000052.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_52_length_16553_cov_204.700559, whole genome shotgun sequence	True	False
ENG0091_000000020480	1214	0.5273199098943845	2	1	1	1	1	False	61145	maximal	True	ENG0091_000000020480	1.0		259	11	False	False	1.0	0					non-mobilizable	chromosome	1214.0	99.012	100.0	0.00017121093130277829	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0104_000000017668	2106	0.5273195763473928	2	2	2	1	1	False	4830	maximal	True	SPA0104_000000017668	1.0		7	4	False	False	0.9962013363838196	0					non-mobilizable	no_good_hit								True	False
USA0031_01_000000006934	4375	0.5273195438998003	6	5	5	5	5	False	61099	maximal	True	USA0031_01_000000006934	1.0		97	9	False	False	1.0	0					non-mobilizable	chromosome	4375.0	99.88600000000001	100.0	0.000989625896975736	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0779_000000004557	6800	0.5273152842800156	7	7	2	4	6	True	22356	maximal	True	ISR0779_000000004557	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	82.67200000000001	81.0	0.0005015552218662992	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	True
ISR0199_000000008475	3413	0.5273137293893829	3	3	3	3	2	False	72514	maximal	False	SPA0139_000000007193	0.9669939289434334		0	0	False	False	0.9950190186500549	0					non-mobilizable	no_good_hit	524.0	70.038	15.0	0.00019502369614089244	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	False
ISR0365_000000014176	1223	0.5273121714968587	2	1	1	1	1	False	23642	maximal	True	ISR0365_000000014176	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0057_000000002426	8745	0.5273073746313686	16	5	5	5	3	False	109066	maximal	True	ENG0057_000000002426	1.0		3	2	False	False	0.9998856782913208	0					non-mobilizable	no_good_hit	196.0	76.02	2.0	6.19363551000577e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0042_000000008693	3153	0.5273036132137321	5	3	2	1	2	True	130850	maximal	True	ISR0042_000000008693	1.0		13	4	False	False	0.9996828436851501	0					non-mobilizable	no_good_hit	1619.0	93.391	54.0	0.0007541309305611909	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
FIJ0131_000000009281	1998	0.5273034752047184	2	2	2	2	2	False	40822	fragment	False	FIJ0131_000000009281	1.0		0	0	False	False	0.9794794917106628	0					non-mobilizable	plasmid	1102.0	100.0	100.0	0.005517110056574181	CP056777.1	enterobacteria	Enterobacter cloacae strain DSM 30054 plasmid p1, complete sequence	False	True
CHI0178_000000005454	1882	0.5272987087503936	4	2	2	2	2	True	77632	maximal	True	CHI0178_000000005454	1.0		3	2	False	False	0.9670563340187073	0					non-mobilizable	no_good_hit	751.0	87.48299999999999	85.0	0.00020827432227535532	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
SPA0088_000000012166	1199	0.5272987087503936	2	2	2	2	2	True	5444	maximal	True	SPA0088_000000012166	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	625.0	87.04	69.0	0.00017300653703672847	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
USA0087_01_000000005851	2590	0.5272982841462567	3	3	3	2	2	False	90587	fragment	False	ISR0239_000000005337	0.9818284001498689		0	0	False	False	0.9969111680984497	0					non-mobilizable	other	2562.0	96.48700000000001	99.0	0.01892878111135058	NZ_WNCH01000002.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold2_size134557, whole genome shotgun sequence	False	False
ISR0038_000000005339	5216	0.5272973125014522	9	4	2	3	3	False	124425	maximal	True	ISR0038_000000005339	1.0		2	1	False	False	0.9976993799209595	0					non-mobilizable	no_good_hit	4169.0	98.801	80.0	0.0012466779444237795	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
USA0019_01_000000010310	2896	0.5272949055751374	4	4	3	3	2	True	1837	maximal	True	USA0019_01_000000010310	1.0		51	9	False	False	1.0	0					non-mobilizable	other	2898.0	92.995	100.0	0.0644192256341789	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	False	True
CAN0008_000000001725	14280	0.5272945432160799	24	10	4	8	6	False	95086	fragment	False	CAN0008_000000001725	0.9866296849441718		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	70.717	8.0	0.002815258953774699	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0038_000000008148	3613	0.5272922842446929	4	3	3	3	2	False	75684	maximal	True	ISR0038_000000008148	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	97.648	32.0	0.003788341683978981	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
ISR0126_000000015998	3067	0.5272904005840527	4	3	2	3	1	False	31990	fragment	False	ISR0126_000000015998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0100_000000006831	4671	0.5272903600746408	8	3	2	3	2	False	116830	fragment	False	DEN0031_000000006623	0.9887652471645624		0	0	False	False	1.0	0					non-mobilizable	other	4671.0	98.758	100.0	0.014927854033077823	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0086_000000001374	4636	0.5272879122565567	9	4	2	3	2	False	16038	maximal	True	MAD0086_000000001374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	81.579	2.0	0.0005446101989299146	NZ_NFHM01000004.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_4, whole genome shotgun sequence	True	False
MON0039_000000024507	1959	0.5272836332810236	2	2	2	2	1	False	40061	maximal	True	MON0039_000000024507	1.0		5	2	False	False	0.9984685778617859	0					non-mobilizable	no_good_hit	96.0	83.333	5.0	0.0008507913274174366	NZ_JNYY01000021.1	high GC Gram+	Amycolatopsis vancoresmycina strain NRRL B-24208 contig21.1, whole genome shotgun sequence	True	False
MON0059_000000021590	1820	0.5272818671826605	3	3	1	3	2	False	78701	fragment	False	MON0062_000000019160	0.8116894272348407		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	99.945	100.0	0.0005658878216834276	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0035_000000006959	1741	0.5272818671826605	3	3	1	3	2	False	78701	fragment	False	MON0062_000000019160	0.7761290180857693		0	0	False	False	0.9913842678070068	0					non-mobilizable	chromosome	1742.0	95.465	99.0	0.0005860104068177817	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0192_000000013922	1240	0.5272803876311347	3	3	1	2	2	True	29113	fragment	False	ISR0192_000000013922	1.0		0	0	False	False	0.9943548440933228	0					non-mobilizable	other	1241.0	93.473	100.0	0.0003481986131634252	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
SPA0023_000000025499	1131	0.5272782734744517	2	2	2	2	1	False	74887	backbone	False	FIJ0072_000000017707	0.37800491653754476	PS354	0	0	True	True	1.0	24					non-mobilizable	chromosome	931.0	99.463	100.0	0.000324162440936209	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0286_000000008129	2196	0.5272781643885605	3	3	2	3	2	False	122478	fragment	False	ISR0062_000000015284	0.7166634209644492		0	0	False	False	1.0	0					non-mobilizable	other	2166.0	97.738	99.0	0.02688619999253852	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0125_000000015663	1190	0.5272772936252519	1	1	1	1	1	False	41176	maximal	True	FIJ0125_000000015663	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	97.647	14.0	2.7074738849639472e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0076_000000029613	1620	0.5272740002824717	2	2	2	2	2	False	45677	fragment	False	MON0076_000000029613	0.9556995754516153		0	0	False	False	0.9962962865829468	0					non-mobilizable	other	1578.0	97.90899999999999	97.0	0.027580055614823625	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0068_000000026979	1567	0.5272734086739583	3	2	2	1	1	False	46937	maximal	True	MON0068_000000026979	1.0		0	0	False	False	0.9885131120681763	0					non-mobilizable	no_good_hit	177.0	100.0	11.0	4.713142356447994e-05	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
SPA0121_000000005718	2105	0.5272732090790555	2	1	1	1	1	False	88605	fragment	False	SPA0062_000000013652	0.6192956349206349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	72.292	22.0	7.346835323270937e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
FIJ0048_000000007418	4068	0.527272366634534	4	4	3	4	2	False	46797	maximal	True	FIJ0048_000000007418	1.0		3	2	False	False	0.991150438785553	0					non-mobilizable	no_good_hit	1032.0	71.221	25.0	0.0005954641874163633	NZ_UFUL01000001.1	e-proteobacteria	Campylobacter hominis strain NCTC13146, whole genome shotgun sequence	True	False
ISR0013_000000018193	1461	0.5272680979447595	2	2	2	1	1	False	121112	fragment	False	ENG0200_000000010145	0.3150088588635403		0	0	False	False	1.0	0					non-mobilizable	chromosome	1460.0	98.63	100.0	0.0004598732968691738	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0162_000000016438	1389	0.5272671495018367	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.6606292145691551	PS787	0	0	False	True	0.970482349395752	0					non-mobilizable	chromosome	1389.0	98.92	100.0	0.0005716125982098807	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
AUS0020_000000002544	9529	0.5272646489481091	4	3	3	3	2	False	99711	maximal	True	AUS0020_000000002544	1.0		3	3	False	False	0.9997901320457458	0					non-mobilizable	no_good_hit	3261.0	92.51799999999999	50.0	0.018102215769066017	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
FIJ0070_000000000492	24318	0.5272623793296287	33	4	2	4	2	True	50977	fragment	False	FIJ0070_000000000492	1.0		0	0	False	False	0.9996710419654846	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.0006416297395384276	NZ_LAHB01000071.1	cyanobacteria	Nostoc linckia z6 scaffold71.1, whole genome shotgun sequence	True	True
ENG0059_000000003223	3836	0.5272594409372432	10	9	1	7	8	False	63388	maximal	True	ENG0059_000000003223	1.0		115	12	False	False	1.0	0					non-mobilizable	chromosome	3771.0	97.74600000000001	100.0	0.0007909589343522972	CP019271.1	enterobacteria	Escherichia coli strain 13P460A chromosome, complete genome	False	False
MON0107_000000050921	1218	0.5272564925040012	1	1	1	1	1	False	8554	fragment	False	MON0107_000000050921	1.0		0	0	False	False	0.9991790056228638	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00015330693634590275	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
MON0011_000000000296	39557	0.5272561663336361	41	23	17	21	10	True	13709	maximal	True	MON0011_000000000296	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	96.186	1.0	0.00045027265446268103	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0320_000000023301	1156	0.5272528748748815	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.10812692204564057		0	0	False	False	0.9472318291664124	0					non-mobilizable	no_good_hit	81.0	100.0	7.0	2.6927531617129544e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0141_000000002224	12203	0.5272525151261136	15	5	3	4	3	True	130525	fragment	False	CHI0141_000000002224	0.9934686344219926		0	0	False	False	1.0	0					non-mobilizable	other	12203.0	99.984	100.0	0.0023620320289375056	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
USA0041_01_000000002190	11339	0.5272525151261136	13	5	3	4	3	True	130525	fragment	False	CHI0141_000000002224	0.9726319098935488		0	0	False	False	1.0	0					non-mobilizable	other	11339.0	99.97399999999999	100.0	0.002194781113267779	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0395_000000003114	11247	0.5272525151261136	13	5	3	4	3	True	130525	fragment	False	CHI0141_000000002224	0.8375973343204061		0	0	False	False	1.0	0					non-mobilizable	other	11247.0	99.98200000000001	100.0	0.002176971987988132	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ENG0156_000000001531	10391	0.5272525151261136	13	5	3	4	3	True	130525	fragment	False	CHI0141_000000002224	0.6843629306505681		0	0	False	False	1.0	0					non-mobilizable	other	9435.0	99.98899999999999	98.0	0.0018262096509585664	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0174_000000002781	10104	0.5272525151261136	14	5	3	4	3	True	130520	fragment	False	ISR0174_000000002781	1.0		0	0	False	False	0.9990102648735046	0					non-mobilizable	other	8103.0	99.803	98.0	0.0015683644893010713	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ENG0082_000000010420	1961	0.5272498818282217	3	2	2	2	1	True	86491	maximal	False	CHI0052_000000007130	0.31088847468157815		0	0	False	False	0.9898011088371277	0					non-mobilizable	other	1964.0	95.774	100.0	0.3042533374728345	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	False	True
SPA0034_000000022167	1576	0.5272498818282217	2	2	2	2	1	True	61015	fragment	False	SPA0034_000000022167	1.0		0	0	False	False	0.989847719669342	0					non-mobilizable	other	1579.0	95.63	100.0	0.2444892890406706	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	False	True
DEN0010_000000029277	1582	0.5272473480783109	2	2	1	2	2	False	122416	backbone	False	ISR0319_000000007079	0.14591101456363154	PS871	0	0	False	True	0.999367892742157	0					non-mobilizable	other	1515.0	99.67	96.0	0.6548289302728454	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
FIJ0032_000000024712	1498	0.5272473480783109	2	2	1	2	2	False	122416	backbone	False	ISR0319_000000007079	0.14419772706880923	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1478.0	99.865	99.0	0.6396708531831962	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
MAD0013_000000017078	1467	0.5272473480783109	2	2	1	2	2	False	122416	backbone	False	ISR0319_000000007079	0.11621505604061101	PS871	0	0	False	True	1.0	0					non-mobilizable	other	1446.0	99.86200000000001	99.0	0.6253789519272412	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0785_000000023962	1584	0.5272469220631145	3	3	3	3	3	False	22173	maximal	True	ISR0785_000000023962	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	70.705	28.0	0.06290641786824992	NZ_WHJC01000176.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig176, whole genome shotgun sequence	True	False
ISR0811_000000001760	6872	0.5272462986647406	9	7	7	5	5	False	112182	fragment	False	ISR0013_000000003212	0.9875495256090349		0	0	False	False	1.0	0					non-mobilizable	other	6676.0	99.88	98.0	0.013916629486158426	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0830_000000002863	6855	0.5272462986647406	9	7	7	5	5	False	112182	fragment	False	ISR0013_000000003212	0.9872139160956452		0	0	False	False	0.9998541474342346	0					non-mobilizable	other	6676.0	99.88	98.0	0.013916629486158426	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0837_000000001150	6792	0.5272462986647406	9	7	7	5	5	False	112182	fragment	False	ISR0013_000000003212	0.9892140664267309		0	0	False	False	0.9998527765274048	0					non-mobilizable	other	6792.0	100.0	100.0	0.014158476530412266	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0795_000000001180	6776	0.5272462986647406	9	7	7	5	5	False	112182	fragment	False	ISR0013_000000003212	0.9873582375334816		0	0	False	False	1.0	0					non-mobilizable	other	6776.0	100.0	100.0	0.014125118317411737	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0291_000000001638	6528	0.5272462986647406	9	7	7	5	5	False	112182	fragment	False	ISR0013_000000003212	0.9602332497450493		0	0	False	False	0.9998468160629272	0					non-mobilizable	other	6528.0	100.0	100.0	0.013608066015903529	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0323_000000002532	6174	0.5272462986647406	9	7	7	5	5	False	112182	fragment	False	ISR0013_000000003212	0.5463309303659388		0	0	False	False	0.9983803033828735	0					non-mobilizable	other	6174.0	100.0	100.0	0.012870015553266811	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0851_000000002200	5993	0.5272462986647406	9	7	7	5	5	False	112182	fragment	False	ISR0013_000000003212	0.3156393222373292		0	0	False	False	0.9976639151573181	0					non-mobilizable	other	5974.0	100.0	99.0	0.012453037890760191	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0005_000000013986	2077	0.52724561574905	3	2	1	2	1	False	8313	maximal	True	SPA0005_000000013986	1.0		1	1	False	False	0.988926351070404	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	3.0	2.0193591635814343e-05	CP002410.1	firmicutes	Clostridium botulinum BKT015925, complete genome	True	False
ENG0037_000000028261	1269	0.5272452507291804	3	2	1	2	2	False	65147	maximal	True	ENG0037_000000028261	1.0		2	2	False	False	0.985027551651001	0					non-mobilizable	no_good_hit								True	False
SPA0005_000000017616	1633	0.5272429389689128	5	4	3	4	2	True	8299	fragment	False	SPA0005_000000017616	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	79.42	21.0	0.050651658767772514	NZ_NFHM01000054.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_54, whole genome shotgun sequence	True	True
ISR0331_000000006115	3546	0.5272422580454625	4	1	1	1	1	False	34754	fragment	False	ISR0331_000000006115	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	1.0	0.0003358146303240611	NZ_AUFC01000008.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
FIJ0126_000000006108	5581	0.5272419777142173	8	5	3	4	3	True	126136	fragment	False	FIJ0126_000000006108	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	85.904	11.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0085_000000008114	3753	0.5272419690985389	6	6	5	5	5	False	43969	maximal	True	FIJ0085_000000008114	1.0		1	1	False	False	0.9994670748710632	0					non-mobilizable	chromosome	3740.0	100.0	99.0	0.0007729809361690164	LR590082.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi str. Ty2 strain 4316STDY6559672 genome assembly, chromosome: 1	False	False
CAN0020_000000021883	1634	0.5272419163580938	3	3	3	3	2	False	91835	maximal	True	CAN0020_000000021883	1.0		20	6	False	False	1.0	0					non-mobilizable	other	1551.0	74.533	94.0	0.00731422730516287	NZ_CZBD01000007.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0149_000000004332	3451	0.5272415005024818	4	4	4	3	4	False	83556	fragment	False	ISR0055_000000003404	0.9781391252425736		0	0	False	False	0.9979715943336487	0					non-mobilizable	chromosome	3379.0	98.491	100.0	0.0013383139543411361	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MAD0047_000000012696	3236	0.5272369993095136	8	3	1	3	2	False	50721	fragment	False	MAD0047_000000012696	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0024_000000007710	2655	0.5272340185064832	5	4	3	4	3	True	81847	fragment	False	FIJ0024_000000007710	0.959256696883694		0	0	False	False	0.9887005686759949	0					non-mobilizable	plasmid	1812.0	95.585	99.0	0.14602662363856395	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0065_01_000000004343	2605	0.5272340185064832	6	4	3	4	3	True	81847	fragment	False	FIJ0024_000000007710	0.9472985349499828		0	0	False	False	1.0	0					non-mobilizable	plasmid	1573.0	94.914	99.0	0.12666397741024607	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
USA0121_01_000000019078	2402	0.5272340185064832	5	4	3	4	3	True	81847	fragment	False	FIJ0024_000000007710	0.936601277325172		0	0	False	False	1.0	0					non-mobilizable	plasmid	1572.0	95.35600000000001	100.0	0.12666397741024607	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
CHI0120_000000006155	2303	0.5272340185064832	5	4	3	4	3	True	81847	fragment	False	FIJ0024_000000007710	0.48261865112406327		0	0	False	False	1.0	0					non-mobilizable	plasmid	1333.0	96.54899999999999	100.0	0.10746268656716418	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0026_000000014962	2171	0.5272335577403985	3	3	2	3	2	True	49106	fragment	False	FIJ0026_000000014962	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2133.0	77.309	96.0	0.0006322697853022566	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0017_01_000000019442	1399	0.527232793921451	2	1	1	1	1	True	1881	maximal	True	USA0017_01_000000019442	1.0		57	11	False	False	1.0	0					non-mobilizable	chromosome	1401.0	86.867	100.0	0.0004685390501380541	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CAN0011_000000022740	1330	0.5272294877809129	3	3	3	2	2	False	94396	maximal	True	CAN0011_000000022740	1.0		8	4	False	False	0.9984962344169617	0					non-mobilizable	no_good_hit	35.0	100.0	3.0	1.1566545739564934e-05	NZ_CP020612.1	a-proteobacteria	Paracoccus contaminans strain RKI 16-01929T=LMG 29738T=CCM 8701T=CIP 111112T chromosome, complete genome	True	False
ENG0060_000000013616	2203	0.5272273097638182	4	3	1	2	3	True	63336	maximal	True	ENG0060_000000013616	1.0		22	4	False	False	0.9986382126808167	0					non-mobilizable	other	1696.0	95.28299999999999	96.0	0.00047608222684641217	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ENG0009_000000007517	1688	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.23448495759002003		0	0	False	False	1.0	0					non-mobilizable	other	1691.0	93.318	100.0	0.005216224405869876	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ISR0360_000000014953	1658	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.20157899713950805		0	0	False	False	1.0	0					non-mobilizable	other	1658.0	98.914	100.0	0.0016845456911415465	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0087_000000020357	1585	0.5272271928172443	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.24913390957252612		0	0	False	False	1.0	0					non-mobilizable	chromosome	1587.0	93.573	100.0	0.00033545910853066365	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
CHI0131_000000011483	1560	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1653669509362593		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	95.256	100.0	0.05230841497785532	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
CHI0139_000000007842	1498	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.18009883521714137		0	0	False	False	1.0	0					non-mobilizable	other	1499.0	99.266	100.0	0.007629658321780967	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	True
ISR0396_000000015563	1487	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1974541780307869		0	0	False	False	1.0	0					non-mobilizable	other	1488.0	98.589	100.0	0.0003957427975210054	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0062_000000019833	1487	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.18441395081346967		0	0	False	False	1.0	0					non-mobilizable	chromosome	1452.0	95.73	98.0	0.00040610688475716574	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
DEN0017_000000019468	1485	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.19281205412094904		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	100.0	100.0	0.17077100115074798	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
ISR0145_000000018813	1484	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.19084135316304954		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	100.0	100.0	0.1706559263521289	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
ISR0810_000000012117	1471	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.026318324650226994		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	100.0	100.0	0.0029151396887344724	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
CHI0177_000000011387	1467	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.18321754626771086		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	98.773	100.0	0.16858457997698503	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
ISR0830_000000021011	1448	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.19003376049452947		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	100.0	100.0	0.1665132336018412	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
MON0095_000000021846	1447	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.19178581991489776		0	0	False	False	0.9993089437484741	0					non-mobilizable	other	1451.0	92.419	100.0	0.03194732888515753	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0328_000000020483	1423	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.17067886900505172		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	99.649	100.0	0.008703688968594496	NZ_LMUA01000006.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00006, whole genome shotgun sequence	False	True
ENG0185_000000013592	1422	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.2471741397712984		0	0	False	False	0.9992967844009399	0					non-mobilizable	other	1423.0	94.8	100.0	0.004393749188346825	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ISR0266_000000014659	1408	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1968918499542285		0	0	False	False	1.0	0					non-mobilizable	chromosome	1408.0	97.301	100.0	0.00033155325863087843	CP019857.1	firmicutes	Clostridioides difficile strain DSM 29745 chromosome, complete genome	False	True
CHI0178_000000007431	1386	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.07513243334330834		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	97.295	100.0	0.006589945364103401	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	True
MON0009_000000028481	1383	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.18687387513852147		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	96.46	100.0	0.030533339224956917	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MON0009_000000028533	1381	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.21888917455890322		0	0	False	False	1.0	0					non-mobilizable	chromosome	1385.0	92.20200000000001	100.0	0.00029244066315370555	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
MON0098_000000025875	1371	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.2260959460348386		0	0	False	False	1.0	0					non-mobilizable	other	1371.0	96.93700000000001	100.0	0.004229872547261405	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
MON0036_000000018482	1325	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1540975568255364		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	95.928	100.0	0.004087639990847644	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
FIJ0074_000000022412	1296	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06103645448393482		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	94.919	100.0	0.04823354406842693	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
CHI0185_000000015047	1292	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.12363501765021563		0	0	False	False	1.0	0					non-mobilizable	chromosome	1292.0	100.0	100.0	0.0003613259739638187	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
ISR0324_000000023883	1288	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1468903414950115		0	0	False	False	1.0	0					non-mobilizable	chromosome	1288.0	97.05	100.0	0.00041482367737483334	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0039_000000039395	1264	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.11785068016705888		0	0	False	False	1.0	0					non-mobilizable	chromosome	1266.0	92.022	100.0	0.00030009285757597737	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
CHI0188_000000012260	1256	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.13583091930792723		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	98.645	100.0	0.0003776555600595816	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
SPA0088_000000011833	1240	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.12746832017703716		0	0	False	False	0.999193549156189	0					non-mobilizable	other	1240.0	99.194	100.0	0.003147202190594971	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ENG0016_000000018267	1234	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06768310331357047		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	92.805	100.0	0.04143739095423433	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
USA0025_01_000000013200	1178	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06253229738268336		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	95.258	100.0	0.026048340771508107	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0018_000000027023	1106	0.5272271928172443	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.027039891397514604		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	97.197	100.0	0.024413415226901155	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
MAD0043_000000014190	1823	0.5272270663712156	2	2	2	2	1	False	90738	maximal	True	MAD0043_000000014190	1.0		25	5	False	False	0.9923203587532043	0					non-mobilizable	no_good_hit	1292.0	81.96600000000001	70.0	0.8303108808290155	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
MAD0066_000000003731	4718	0.5272263648929858	3	3	3	2	2	False	16602	maximal	True	MAD0066_000000003731	1.0		17	9	False	False	0.9997880458831787	0					non-mobilizable	no_good_hit	175.0	79.429	4.0	6.0910333260972805e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0120_000000013347	1582	0.5272248517313239	3	1	1	1	1	False	59164	maximal	True	ENG0120_000000013347	1.0		8	5	False	False	0.9620733261108398	0					non-mobilizable	no_good_hit								True	False
MON0092_000000025410	2175	0.5272219430295622	2	2	2	2	2	False	9451	maximal	True	MON0092_000000025410	1.0		20	7	False	False	0.9981608986854553	0					non-mobilizable	other	1721.0	88.205	96.0	0.007729079701329185	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
CHI0123_000000009096	1534	0.5272196607918941	2	1	1	1	1	False	91255	fragment	False	SPA0019_000000017844	0.7544289675743064		0	0	False	False	0.987614095211029	0					non-mobilizable	other	1533.0	97.32600000000001	99.0	0.00045800371963595284	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CAN0022_000000022987	1427	0.5272196607918941	2	1	1	1	1	False	91254	fragment	False	CAN0022_000000022987	0.9905802562170309		0	0	False	False	0.9761738181114197	0					non-mobilizable	other	1428.0	97.199	100.0	0.00042661312527448084	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0044_000000018752	1327	0.5272196607918941	2	1	1	1	1	False	91254	fragment	False	CAN0022_000000022987	0.9562018220042046		0	0	False	False	0.9939713478088379	0					non-mobilizable	other	1327.0	98.34200000000001	100.0	0.0003964183630791602	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
CHI0165_000000014455	1200	0.5272196607918941	2	1	1	1	1	False	78241	fragment	False	CHI0165_000000014455	1.0		0	0	False	False	0.9983333349227905	0					non-mobilizable	other	1200.0	97.083	100.0	0.0003241925806675771	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0176_000000022278	1536	0.5272167084902794	2	2	2	2	2	False	98458	fragment	False	ISR0176_000000022278	0.9638927097661623		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	98.76299999999999	100.0	0.31985830381329444	NZ_WNAF01000023.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold23_size4799, whole genome shotgun sequence	False	False
SPA0002_000000013502	1385	0.5272152827911429	3	3	2	1	2	False	78973	maximal	False	ENG0014_000000016257	0.9474233983286908	PS384	0	0	False	True	0.9992779493331909	0					non-mobilizable	other	1243.0	97.265	90.0	0.00037873763270683053	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	True
CHI0179_000000002943	5098	0.5272148024592334	4	3	3	2	2	False	106346	maximal	True	CHI0179_000000002943	1.0		2	2	False	False	0.9954884052276611	0					non-mobilizable	no_good_hit	1129.0	75.199	22.0	0.041022810890360556	NZ_NFLJ01000041.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_41, whole genome shotgun sequence	True	False
USA0023_01_000000016115	1906	0.5272124861614453	3	2	2	2	2	False	1701	fragment	False	USA0023_01_000000016115	1.0		0	0	False	False	0.993704080581665	0					non-mobilizable	no_good_hit	90.0	93.333	5.0	0.002140858776304586	NZ_SMMX01000025.1	firmicutes	Extibacter muris strain DSM 28560 NODE_25_length_41105_cov_115.680829, whole genome shotgun sequence	True	False
SPA0121_000000007029	1662	0.5272056419063614	2	2	2	2	1	False	76357	fragment	False	SPA0121_000000007029	0.9944115713346482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	99.682	82.0	0.00718723492056214	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0087_000000024494	1521	0.5272056419063614	2	2	2	2	1	False	76357	fragment	False	SPA0121_000000007029	0.9521660649819494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	99.682	80.0	0.00718723492056214	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0109_000000022672	1416	0.5272056419063614	3	2	2	2	1	False	76355	fragment	False	ISR0109_000000022672	1.0		0	0	False	False	1.0	0					non-mobilizable	other	729.0	92.181	90.0	0.0002529182879377432	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
DEN0062_000000017886	1234	0.5272056419063614	3	2	2	2	1	False	76354	fragment	False	DEN0062_000000017886	0.9982638888888888		0	0	False	False	1.0	0					non-mobilizable	other	590.0	99.15299999999999	90.0	0.006751644925376556	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0006_000000006858	1152	0.5272056419063614	3	2	2	2	1	False	76354	fragment	False	DEN0062_000000017886	0.9651539708265802		0	0	False	False	1.0	0					non-mobilizable	other	545.0	99.083	94.0	0.00018899388549193996	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0014_000000008323	1996	0.5272021961940336	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.023581389939573375		0	0	False	False	1.0	0		MOBV			mobilizable	other	2000.0	89.5	100.0	0.0004656705609417184	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
DEN0041_000000017341	1973	0.5272021961940336	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.032274971221134326		0	0	False	False	1.0	0		MOBV			mobilizable	other	1977.0	89.58	100.0	0.0004603046176042136	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0159_000000004599	5208	0.5271931733471495	5	3	3	3	2	False	96335	maximal	True	ISR0159_000000004599	1.0		42	8	False	False	0.9938555955886841	0					non-mobilizable	no_good_hit	1026.0	83.723	20.0	0.00034104402982177356	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
MON0061_000000037303	1257	0.5271911339486908	2	2	2	1	0	True	10798	maximal	True	MON0061_000000037303	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	95.846	79.0	0.0003656569091337012	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	True
ISR0315_000000004834	1962	0.5271859698974418	3	3	3	1	1	False	82150	maximal	True	ISR0315_000000004834	1.0		11	3	False	False	0.9673802256584167	0					non-mobilizable	chromosome	1962.0	99.185	100.0	0.0005525202785648898	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0812_000000010999	3579	0.5271823317574835	5	4	3	4	3	True	21659	maximal	True	ISR0812_000000010999	1.0		1	1	False	False	0.9986029863357544	0					non-mobilizable	no_good_hit	492.0	71.545	13.0	0.0002485053439003328	LR134336.1	firmicutes	Streptococcus oralis strain NCTC11427 genome assembly, chromosome: 1	True	True
ENG0104_000000007205	4116	0.5271818795403287	5	5	4	5	4	False	60259	maximal	True	ENG0104_000000007205	1.0		3	2	False	False	0.9968416094779968	0					non-mobilizable	other	3934.0	99.23700000000001	96.0	0.0015284423179160022	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
SPA0134_000000008443	3501	0.5271779424565256	4	3	3	3	2	False	31155	maximal	True	SPA0134_000000008443	0.9821954090641554		37	7	False	False	0.9977149367332458	0					non-mobilizable	no_good_hit	1077.0	94.615	56.0	0.004155996647393039	NZ_FTRU01000006.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0143_000000009373	3398	0.5271779424565256	4	3	3	3	2	False	31155	maximal	False	SPA0134_000000008443	0.9701513853184804		0	0	False	False	0.9938198924064636	0					non-mobilizable	no_good_hit	1074.0	94.693	55.0	0.004144409296145661	NZ_FTRU01000006.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0090_000000013636	2562	0.5271779424565256	3	3	3	3	2	False	61826	maximal	True	SPA0090_000000013636	1.0		149	13	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	78.483	89.0	0.0004275671230277631	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ETH0004_000000012779	2200	0.5271779424565256	3	3	3	3	2	False	52907	fragment	False	ETH0004_000000012779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1030.0	79.417	84.0	0.000339381403903287	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
CHI0046_000000004974	2306	0.5271699761691744	3	3	2	3	3	False	87055	maximal	True	CHI0046_000000004974	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	93.54799999999999	3.0	0.004410701373825018	NZ_JH604943.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld403, whole genome shotgun sequence	True	False
FIJ0072_000000005227	4816	0.527169802546927	4	4	4	4	4	False	65747	fragment	False	FIJ0091_000000005316	0.9801849399862171		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	79.487	6.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
ISR0190_000000012538	1822	0.5271696647549133	3	3	3	3	2	False	116153	fragment	False	DEN0083_000000012288	0.5608779624293538		0	0	False	False	0.9994511604309082	0					non-mobilizable	other	1824.0	95.395	100.0	0.012148534027916918	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
CHI0083_000000001401	7082	0.5271685174916476	8	5	2	1	4	True	84239	fragment	False	ISR0263_000000001165	0.959983498349835		0	0	False	False	0.9998587965965271	0			MPF_T		non-mobilizable	plasmid	7082.0	99.845	100.0	0.2279532502656235	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0039_000000016494	2198	0.5271665603230937	3	2	2	2	1	True	36545	fragment	False	ISR0039_000000016494	1.0		0	0	False	False	0.9954504370689392	0					non-mobilizable	no_good_hit								True	True
SPA0014_000000003680	5259	0.5271648420689773	5	3	2	3	3	False	81889	maximal	True	SPA0014_000000003680	1.0		5	3	False	False	0.996196985244751	0					non-mobilizable	no_good_hit	513.0	93.177	22.0	0.0002387848091820221	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0009_000000009815	3555	0.5271648420689773	3	3	2	3	3	False	81888	fragment	False	SPA0009_000000009815	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	93.177	26.0	0.0002387848091820221	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0182_000000008836	3191	0.527159658396216	4	3	1	2	2	True	131222	maximal	True	ENG0182_000000008836	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1541.0	92.27799999999999	60.0	0.0004325082047284191	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ETH0002_000000011539	2314	0.5271571072842144	3	2	2	2	1	False	53347	maximal	True	ETH0002_000000011539	1.0		59	7	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.00015714136055847088	NZ_CCFK01000014.1	firmicutes	Clostridium amazonitimonense, whole genome shotgun sequence	True	False
SPA0158_000000009989	1951	0.5271565068113929	2	2	2	2	2	False	108149	fragment	False	SPA0158_000000009989	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1950.0	99.28200000000001	99.0	0.006794870900939219	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
CHI0132_000000003477	9529	0.5271550423066562	13	9	8	8	7	True	90655	maximal	True	CHI0132_000000003477	1.0	PS480	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3294.0	99.97	60.0	0.2974975155840636	KU852461.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium plasmid pNUC, complete sequence	True	True
USA0053_01_000000005630	3850	0.5271545123236707	5	5	4	4	4	False	78739	fragment	False	USA0053_01_000000005630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	8.0	0.0004852991306596542	NZ_VHKL01000002.1	a-proteobacteria	Rhodoligotrophos appendicifer strain 120-1 scaffold2.1-size595509, whole genome shotgun sequence	True	False
SPA0032_000000023963	1249	0.5271541174675862	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04458949692667897		0	0	False	False	0.9983987212181091	0					non-mobilizable	other	1249.0	99.6	100.0	0.0026095847874589378	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0032_000000009099	3541	0.5271530794662385	4	4	3	3	2	True	55324	fragment	False	ISR0032_000000009099	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3541.0	99.944	100.0	0.000940659529877499	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0214_000000003797	6604	0.5271504478099621	8	7	5	5	4	False	28243	maximal	True	ISR0214_000000003797	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	5068.0	87.51	77.0	0.0024354058688657253	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
MON0030_000000009579	3526	0.5271492152367251	5	4	4	3	3	False	116069	maximal	True	MON0030_000000009579	1.0		36	8	False	False	1.0	0					non-mobilizable	no_good_hit	388.0	80.155	21.0	0.002957042651710806	NZ_CZBD01000012.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0820_000000013237	1858	0.5271436106366575	2	2	2	2	2	False	21278	maximal	True	ISR0820_000000013237	1.0		224	13	False	False	0.9924650192260742	0					non-mobilizable	other	1872.0	79.006	100.0	0.0008854865891627867	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
SPA0137_000000003818	9130	0.5271420477707554	5	4	3	4	1	True	39034	maximal	True	SPA0137_000000003818	1.0		14	5	False	False	0.9993427991867065	0					non-mobilizable	no_good_hit	2378.0	74.643	26.0	0.0007001597332815937	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
MON0057_000000005006	4393	0.527137540525436	7	4	3	3	3	True	48584	maximal	True	MON0057_000000005006	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	80.248	20.0	0.00026363509304009355	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
ISR0216_000000001907	11498	0.5271368584964732	11	8	8	6	3	True	90394	maximal	True	ISR0216_000000001907	1.0		15	7	False	False	0.9999130368232727	0					non-mobilizable	no_good_hit	971.0	81.565	8.0	0.0010765475510495501	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
SPA0030_000000006298	4766	0.5271354135216554	5	4	4	4	3	False	39242	maximal	True	SPA0030_000000006298	1.0		191	10	False	False	0.9981116056442261	0					non-mobilizable	chromosome	4752.0	99.93700000000001	99.0	0.0013285381801627523	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0128_000000013666	2710	0.5271328222281253	3	2	2	2	2	False	91581	maximal	True	SPA0128_000000013666	1.0		88	9	False	False	0.9996309876441956	0					non-mobilizable	no_good_hit	1320.0	93.182	49.0	0.01363339247362032	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
MON0013_000000025374	2111	0.5271279598985875	3	3	3	2	2	False	13530	maximal	True	MON0013_000000025374	1.0		363	14	False	False	0.9985788464546204	0					non-mobilizable	chromosome	2098.0	98.475	99.0	0.0007125583222360671	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0140_000000017931	1816	0.5271269688898791	2	2	2	2	1	False	40377	maximal	True	FIJ0140_000000017931	1.0		56	8	False	False	0.9944933652877808	0					non-mobilizable	no_good_hit								True	False
ISR0052_000000027109	1375	0.5271233315501795	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.7301106780059561		0	0	False	False	1.0	0					non-mobilizable	chromosome	1375.0	97.309	100.0	0.00048484643177374397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0053_000000014099	2376	0.5271230019282688	3	3	3	3	2	False	6478	maximal	True	SPA0053_000000014099	1.0		11	4	False	False	0.997474730014801	0					non-mobilizable	chromosome	2374.0	97.051	99.0	0.0008132853747435992	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0117_000000015148	1789	0.5271192958231956	2	2	2	2	1	True	32417	fragment	False	ISR0117_000000015148	1.0		0	0	False	False	0.9809949398040771	0					non-mobilizable	no_good_hit	66.0	84.848	4.0	0.001973284760170006	NZ_RBVX01000051.1	firmicutes	Bacillus salarius strain IM0101 NODE_51_length_32940_cov_128.240809, whole genome shotgun sequence	True	True
ISR0308_000000003056	4732	0.5271184695129851	1	1	1	1	1	False	100941	maximal	True	ISR0308_000000003056	1.0		251	12	False	False	1.0	0					non-mobilizable	no_good_hit	4227.0	98.06	89.0	0.013603953065396192	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0013_000000009338	2543	0.5271133467481928	3	3	3	3	3	False	19592	maximal	False	MAD0103_000000007796	0.9534450651769087		0	0	False	True	0.9913488030433655	0					non-mobilizable	no_good_hit	640.0	85.469	85.0	0.00014857363433912825	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	True
FIJ0090_000000015564	2738	0.5271130030709182	5	3	2	2	1	False	43501	maximal	True	FIJ0090_000000015564	1.0		17	2	False	False	0.9948867559432983	0					non-mobilizable	no_good_hit	821.0	81.242	34.0	0.0005964532957333854	NZ_GL872282.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0106_000000010331	2477	0.5271130030709182	5	3	2	2	1	False	42356	fragment	False	FIJ0106_000000010331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	81.242	38.0	0.0005964532957333854	NZ_GL872282.1	CFB group bacteria	Prevotella multiformis DSM 16608 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0104_000000008566	4746	0.5271050592496823	5	5	4	4	3	False	46062	maximal	True	MON0104_000000008566	0.9849423323366082		43	8	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	73.666	18.0	0.002380138042399538	NZ_KK211353.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
FIJ0058_000000008223	4682	0.5271050592496823	5	5	4	4	3	False	46062	maximal	False	MON0104_000000008566	0.9807206068268015		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	72.992	18.0	0.002380138042399538	NZ_KK211353.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
ENG0122_000000017908	1628	0.5271046201512984	2	2	2	2	2	False	59028	maximal	True	ENG0122_000000017908	0.9797666552152966		893	16	False	False	0.9993857741355896	0					non-mobilizable	other	1628.0	98.649	100.0	0.0003989044470613099	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0023_000000017232	1625	0.5271046201512984	2	2	2	2	2	False	59028	maximal	False	ENG0122_000000017908	0.9751866962274356		0	0	False	False	0.9993846416473389	0					non-mobilizable	chromosome	1625.0	97.23100000000001	100.0	0.00045452624455247215	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0099_000000014506	2154	0.5271039396882709	2	2	2	2	2	False	82080	maximal	True	MAD0099_000000014506	1.0		814	15	False	False	0.9981430172920227	0					non-mobilizable	no_good_hit	1386.0	86.219	89.0	0.006285512008277815	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0117_000000007040	2077	0.5271039396882709	2	2	2	2	2	False	82079	fragment	False	CHI0117_000000007040	1.0		0	0	False	False	0.9956668019294739	0					non-mobilizable	no_good_hit	1219.0	84.988	85.0	0.005495852015902119	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0064_000000010328	3571	0.5270996391847241	3	3	2	2	3	False	78915	maximal	True	DEN0064_000000010328	0.9668911335578003		6	4	False	False	1.0	0					non-mobilizable	other	3569.0	99.04700000000001	99.0	0.008786857147078888	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	False	False
AST0140_000000005883	4672	0.5270995689991819	4	2	0	0	2	False	128631	backbone	False	ISR0392_000000006061	0.9794122154579844	PS1037	0	0	True	True	1.0	11					non-mobilizable	no_good_hit								True	True
AST0046_000000004273	4611	0.5270995689991819	4	2	0	0	2	False	128631	backbone	False	ISR0392_000000006061	0.9787121807044764	PS1037	0	0	True	True	1.0	48					non-mobilizable	no_good_hit								True	True
ENG0017_000000009536	2206	0.5270995689991819	2	2	0	0	2	False	117221	fragment	False	ISR0350_000000007559	0.5745511485099839		0	0	False	False	0.9990933537483215	0					non-mobilizable	no_good_hit								True	False
FIJ0047_000000024685	1269	0.5270930521260889	1	1	1	1	1	False	46845	maximal	True	FIJ0047_000000024685	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	72.03399999999999	27.0	0.0012607391220139667	NZ_WNLV01000020.1	firmicutes	Fructobacillus tropaeoli strain CRL 2034 contig002, whole genome shotgun sequence	True	False
ISR0354_000000015661	1173	0.5270924093509278	3	2	2	2	1	True	23983	fragment	False	ISR0354_000000015661	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	98.89200000000001	100.0	0.00028734850150943775	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MAD0037_000000001657	7672	0.5270895158612946	8	5	5	4	5	True	87096	maximal	True	MAD0037_000000001657	1.0		5	1	False	False	0.9997392892837524	0					non-mobilizable	no_good_hit	1852.0	93.305	54.0	0.0006524607367901402	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0105_000000015096	1489	0.5270873724422057	2	1	1	1	1	False	60136	maximal	True	ENG0105_000000015096	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	89.815	7.0	9.19087879681768e-05	NZ_LT629969.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
SPA0069_000000009990	2364	0.527086247537327	2	2	2	2	2	False	24331	maximal	True	SPA0069_000000009990	1.0		8	5	False	False	0.9953468441963196	0					non-mobilizable	other	2352.0	99.065	99.0	0.006192447900204396	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
USA0034_01_000000022981	2324	0.527086247537327	2	2	2	2	2	False	24330	maximal	True	USA0034_01_000000022981	1.0		1	1	False	False	0.9918244481086731	0					non-mobilizable	other	2167.0	99.21600000000001	93.0	0.0057051646753903534	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
ISR0019_000000006916	2476	0.5270846284106024	4	4	4	3	1	True	37746	maximal	True	ISR0019_000000006916	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0146_000000005465	4541	0.5270834725174367	5	2	2	2	0	True	57443	maximal	True	ENG0146_000000005465	1.0		30	7	False	False	1.0	0					non-mobilizable	other	4541.0	100.0	100.0	0.004981347377660742	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
MAD0096_000000008327	2204	0.5270819103045655	3	3	3	3	3	False	15497	maximal	True	MAD0096_000000008327	1.0		5	4	False	False	1.0	0					non-mobilizable	other	2208.0	84.69200000000001	100.0	0.0036592148626549232	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0179_000000004301	6948	0.5270802615197746	6	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.59920891309575		0	0	False	False	1.0	0					non-mobilizable	other	6792.0	99.323	98.0	0.11229636980071116	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0105_000000034639	1575	0.5270793301532747	2	2	1	2	1	False	8717	maximal	True	MON0105_000000034639	1.0		73	13	False	False	0.9688888788223267	0					non-mobilizable	no_good_hit	196.0	78.571	12.0	0.0012823081546784211	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ENG0029_000000013595	1807	0.5270748481786666	2	1	1	1	1	True	65791	maximal	True	ENG0029_000000013595	1.0		0	0	False	False	0.9928057789802551	0					non-mobilizable	no_good_hit	88.0	98.86399999999999	8.0	3.8559108872092265e-05	NZ_LT906446.1	firmicutes	Megamonas hypermegale strain NCTC10570 chromosome 1	True	True
ISR0121_000000003806	5937	0.5270741772855788	8	4	4	4	3	True	63550	maximal	True	ISR0121_000000003806	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	70.319	16.0	0.0001491016143638428	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	True
CAN0007_000000027182	1478	0.5270726843648688	2	1	1	1	1	False	95204	maximal	True	CAN0007_000000027182	0.9701008645533141		76	10	False	False	0.9993234276771545	0					non-mobilizable	other	1479.0	93.84700000000001	99.0	0.01027137316072784	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
ISR0338_000000019840	1469	0.5270706480019961	2	1	1	1	1	False	29377	fragment	False	ISR0338_000000019840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1174.0	73.935	78.0	0.005642269303988942	CP002411.1	firmicutes	Clostridium botulinum BKT015925 plasmid p1BKT015925, complete sequence	True	False
ENG0104_000000009127	3344	0.5270674736800922	5	3	2	3	2	True	120248	maximal	True	ENG0104_000000009127	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	77.778	3.0	0.0001019659222192402	NZ_SKCI01000002.1	a-proteobacteria	Marimonas lutisali strain GH1-19 contig2, whole genome shotgun sequence	True	True
ENG0141_000000007620	3590	0.5270670095242606	4	4	2	4	2	True	57751	maximal	True	ENG0141_000000007620	1.0		6	3	False	False	0.9977715611457825	0					non-mobilizable	no_good_hit	1693.0	99.705	47.0	0.0014524253443072136	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
FIJ0048_000000027353	1262	0.5270662805122943	2	1	1	1	1	False	46713	fragment	False	FIJ0048_000000027353	1.0		0	0	False	False	0.9445325136184692	0					non-mobilizable	no_good_hit								True	False
ISR0321_000000009714	1246	0.5270655819101597	2	2	2	2	2	False	25021	maximal	True	ISR0321_000000009714	1.0		222	13	False	False	0.9975922703742981	0					non-mobilizable	other	1250.0	84.72	100.0	0.00037002836482689206	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0016_000000023539	1581	0.5270615045884122	2	2	2	2	1	False	13342	maximal	True	MON0016_000000023539	1.0		51	8	False	False	0.9987349510192871	0					non-mobilizable	no_good_hit	1298.0	75.655	81.0	0.0004469118638101609	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0043_000000014666	1900	0.527057828847424	4	3	3	2	2	False	47205	maximal	True	FIJ0043_000000014666	1.0		71	10	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	85.185	4.0	0.00011621270160697158	NZ_QQAW01000002.1	a-proteobacteria	Gluconacetobacter liquefaciens strain DSM 5603 Ga0215678_102, whole genome shotgun sequence	True	False
DEN0096_000000017186	2571	0.5270565607130218	3	2	2	2	2	False	68192	maximal	True	DEN0096_000000017186	1.0		5	4	False	False	0.9996110200881958	0					non-mobilizable	no_good_hit	165.0	76.97	6.0	0.024637243047158405	NZ_WHJC01000189.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig189, whole genome shotgun sequence	True	False
ISR0126_000000017080	2876	0.5270535881748275	4	4	4	3	3	False	131754	fragment	False	ISR0126_000000017080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	79.90899999999999	67.0	0.0035182428152398014	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	True	False
FIJ0008_000000013178	2168	0.5270530860225343	2	2	1	2	1	False	51423	fragment	False	FIJ0008_000000013178	1.0		0	0	False	False	0.9963099360466003	0					non-mobilizable	no_good_hit	1043.0	71.812	48.0	0.006899838243091772	NZ_SPFR01000010.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_10_length_148989_cov_36.8612, whole genome shotgun sequence	True	False
ISR0784_000000004563	2693	0.5270510453809784	2	1	1	1	1	False	101842	fragment	False	ISR0784_000000004563	0.9619709637716344		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	90.10799999999999	34.0	0.0030381275160518777	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ENG0063_000000012512	2543	0.5270510453809784	2	1	1	1	1	False	101842	fragment	False	ISR0784_000000004563	0.9618995956611144		0	0	False	False	0.9992135167121887	0					non-mobilizable	no_good_hit	842.0	89.074	49.0	0.002742845144081393	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0217_000000009752	2523	0.5270510453809784	2	1	1	1	1	False	101842	fragment	False	ISR0784_000000004563	0.9604864111777648		0	0	False	False	0.9984145760536194	0					non-mobilizable	no_good_hit	866.0	89.376	49.0	0.002821587109940189	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
SPA0104_000000014736	2505	0.5270510453809784	2	1	1	1	1	False	101842	fragment	False	ISR0784_000000004563	0.9576445717696974		0	0	False	False	0.9904191493988037	0					non-mobilizable	no_good_hit	848.0	89.505	49.0	0.002762530635546092	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
SPA0136_000000016425	2503	0.5270510453809784	2	1	1	1	1	False	101842	fragment	False	ISR0784_000000004563	0.9571911775325211		0	0	False	False	0.9988014101982117	0					non-mobilizable	no_good_hit	846.0	89.48	49.0	0.002755968805057859	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0813_000000012266	2482	0.5270510453809784	2	1	1	1	1	False	101842	fragment	False	ISR0784_000000004563	0.5174429248861027		0	0	False	False	0.9879129528999329	0					non-mobilizable	no_good_hit	598.0	90.46799999999999	48.0	0.0019488636550052001	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0095_000000013303	2388	0.5270510453809784	3	1	1	1	1	False	111178	maximal	True	ISR0095_000000013303	1.0		43	8	False	False	0.9932998418807983	0					non-mobilizable	no_good_hit	1034.0	91.39299999999999	63.0	0.0015718759347320486	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
AUS0008_000000010139	2381	0.5270510453809784	2	1	1	1	1	False	101842	fragment	False	ISR0784_000000004563	0.5340397739191175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	89.376	43.0	0.002821587109940189	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ENG0037_000000018467	1900	0.5270510453809784	2	1	1	1	1	False	111168	fragment	False	ENG0037_000000018467	1.0		0	0	False	False	0.9957894682884216	0					non-mobilizable	other	1883.0	94.689	99.0	0.002867529011030601	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0205_000000009146	1835	0.5270510453809784	2	1	1	1	1	False	111180	maximal	True	ISR0205_000000009146	0.98375664500886		38	7	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	89.63799999999999	81.0	0.003953502869160381	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ISR0802_000000009300	1820	0.5270510453809784	3	1	1	1	1	False	21857	fragment	False	ISR0802_000000009300	1.0		0	0	False	False	0.9989010691642761	0					non-mobilizable	no_good_hit	1067.0	95.501	58.0	0.0016222370083690948	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
DEN0041_000000020069	1699	0.5270510453809784	1	1	1	1	1	False	111184	maximal	True	DEN0041_000000020069	0.9742268041237113		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	89.63799999999999	81.0	0.003953502869160381	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ENG0208_000000018545	1649	0.5270510453809784	2	1	1	1	1	False	111184	maximal	False	DEN0041_000000020069	0.9602707474985286		0	0	False	False	0.9993935823440552	0					non-mobilizable	no_good_hit	1119.0	90.527	78.0	0.0036352540904810806	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
DEN0020_000000006556	1648	0.5270510453809784	2	1	1	1	1	False	74913	maximal	True	DEN0020_000000006556	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	89.162	71.0	0.007458608188304841	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ENG0033_000000015538	1648	0.5270510453809784	2	1	1	1	1	False	111177	fragment	False	ENG0033_000000015538	1.0		0	0	False	False	0.9987863898277283	0					non-mobilizable	other	1135.0	90.661	92.0	0.0036877487343869447	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0073_000000015007	1606	0.5270510453809784	2	1	1	1	1	False	111164	fragment	False	ENG0073_000000015007	0.9673620457604306		0	0	False	False	1.0	0					non-mobilizable	other	1559.0	93.265	97.0	0.005072294967404107	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0002_000000015081	1556	0.5270510453809784	1	1	1	1	1	False	111179	fragment	False	ENG0002_000000015081	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	90.809	98.0	0.0017855289744043658	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0044_01_000000017872	1539	0.5270510453809784	1	1	1	1	1	False	111165	fragment	False	USA0044_01_000000017872	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1465.0	93.993	95.0	0.0047999790021424375	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
SPA0062_000000020963	1529	0.5270510453809784	2	1	1	1	1	False	111162	fragment	False	SPA0062_000000020963	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	90.042	93.0	0.01090696367680904	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0156_000000016625	1486	0.5270510453809784	1	1	1	1	1	False	111164	fragment	False	ENG0073_000000015007	0.9355541718555418		0	0	False	False	0.9986541271209717	0					non-mobilizable	other	1481.0	93.85600000000001	99.0	0.004852473646048302	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
SPA0106_000000026139	1463	0.5270510453809784	1	1	1	1	1	False	4738	maximal	True	SPA0106_000000026139	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	85.899	78.0	0.0017641636704371342	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
DEN0035_000000023994	1462	0.5270510453809784	1	1	1	1	1	False	111170	maximal	True	DEN0035_000000023994	1.0		2	1	False	False	0.9883720874786377	0					non-mobilizable	no_good_hit	1183.0	93.491	81.0	0.009021144269033306	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
CHI0018_000000012765	1387	0.5270510453809784	1	1	1	1	1	False	111175	fragment	False	CHI0018_000000012765	0.9775578572523471		0	0	False	False	1.0	0					non-mobilizable	other	1216.0	89.63799999999999	97.0	0.003953502869160381	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0182_000000020912	1356	0.5270510453809784	1	1	1	1	1	False	111175	fragment	False	CHI0018_000000012765	0.9715857075135926		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	90.65299999999999	99.0	0.003684467819142828	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0203_000000014635	1294	0.5270510453809784	1	1	1	1	1	False	111159	fragment	False	ENG0097_000000025791	0.42755332397460954		0	0	False	False	1.0	0					non-mobilizable	other	1050.0	89.524	99.0	0.008005110955456175	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0022_000000032529	1290	0.5270510453809784	1	1	1	1	1	False	111175	fragment	False	CHI0018_000000012765	0.9618925584329684		0	0	False	False	0.9891473054885864	0					non-mobilizable	other	1135.0	90.573	99.0	0.0036877487343869447	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
SPA0149_000000032232	1256	0.5270510453809784	1	1	1	1	1	False	111159	fragment	False	ENG0097_000000025791	0.8033715239533125		0	0	False	False	0.9992038011550903	0					non-mobilizable	other	1202.0	89.93299999999999	96.0	0.003937098292939798	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ISR0849_000000021605	1255	0.5270510453809784	1	1	1	1	1	False	20584	fragment	False	ISR0849_000000021605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	903.0	93.79799999999999	72.0	0.006873619310790735	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
USA0005_01_000000024325	1254	0.5270510453809784	1	1	1	1	1	False	111175	fragment	False	CHI0018_000000012765	0.7153263703093915		0	0	False	False	0.9928229451179504	0					non-mobilizable	other	1094.0	90.311	99.0	0.003553231209378168	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	False
ENG0097_000000025791	1212	0.5270510453809784	2	1	1	1	1	False	111159	fragment	False	ENG0097_000000025791	0.8064721488376992		0	0	False	False	0.9983498454093933	0					non-mobilizable	other	1086.0	91.068	98.0	0.0016497066848983927	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0024_01_000000017668	1191	0.5270510453809784	1	1	1	1	1	False	111159	fragment	False	ENG0097_000000025791	0.30694273689414486		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	88.52600000000001	100.0	0.009113510933903954	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0773_000000015498	1178	0.5270510453809784	1	1	1	1	1	False	111159	fragment	False	ENG0097_000000025791	0.598682695078454		0	0	False	False	0.990662157535553	0					non-mobilizable	other	1167.0	91.945	100.0	0.0017763724155612666	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
SPA0040_000000037057	1177	0.5270510453809784	2	1	1	1	1	False	111160	fragment	False	SPA0040_000000037057	1.0		0	0	False	False	0.9915038347244263	0					non-mobilizable	other	1178.0	92.53	100.0	0.0003017605948862732	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
SPA0156_000000018619	1162	0.5270510453809784	1	1	1	1	1	False	111159	fragment	False	ENG0097_000000025791	0.4039933989725035		0	0	False	False	1.0	0					non-mobilizable	other	1033.0	91.288	98.0	0.0015688237484510154	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
AST0084_000000031558	1123	0.5270510453809784	1	1	1	1	1	False	111159	fragment	False	ENG0097_000000025791	0.40654977024697725		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	91.93299999999999	100.0	0.00028894153817912477	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
USA0084_01_000000028235	1109	0.5270510453809784	1	1	1	1	1	False	111159	fragment	False	ENG0097_000000025791	0.31239063257267025		0	0	False	False	0.9963931441307068	0					non-mobilizable	other	1110.0	91.802	100.0	0.00028432667776455135	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
USA0034_01_000000046434	1102	0.5270510453809784	1	1	1	1	1	False	111159	fragment	False	ENG0097_000000025791	0.3031754991652439		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	93.948	100.0	0.0016832807339897569	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0059_01_000000021754	1147	0.5270497364341441	2	1	1	1	1	True	905	fragment	False	USA0059_01_000000021754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	5.0	0.00035853884873878687	NZ_QFZU02000056.1	high GC Gram+	Microbispora triticiradicis strain NEAU-HRDPA2-9 scaffold56, whole genome shotgun sequence	True	True
SPA0071_000000011402	1961	0.5270494375380903	2	1	1	1	1	False	5892	fragment	False	SPA0071_000000011402	1.0		0	0	False	False	0.9969403147697449	0					non-mobilizable	other	1961.0	99.949	100.0	0.003515474364838082	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0031_000000004624	4808	0.5270472616835418	8	7	1	3	7	True	48621	fragment	False	FIJ0031_000000004624	1.0		0	0	False	False	0.9997920393943787	0					non-mobilizable	plasmid	4795.0	97.89399999999999	99.0	0.033259038612424574	CP056702.1	enterobacteria	Klebsiella grimontii strain RHBSTW-00577 plasmid pRHBSTW-00577_2, complete sequence	False	True
USA0011_01_000000012370	3006	0.5270466200813972	4	4	4	4	4	False	108436	fragment	False	USA0011_01_000000012370	1.0		0	0	False	False	0.9980040192604065	0					non-mobilizable	chromosome	2989.0	100.0	99.0	0.0005941009828513984	CP053231.1	enterobacteria	Escherichia coli strain SCU-306 chromosome, complete genome	False	False
TAN0008_000000010986	1839	0.527044573722163	2	2	2	2	2	False	57146	maximal	True	TAN0008_000000010986	1.0		145	13	False	False	1.0	0					non-mobilizable	chromosome	1839.0	99.837	100.0	0.0003159106924941132	CP050197.1	enterobacteria	Escherichia coli strain RH-004-MS chromosome	False	False
MAD0061_000000005813	2830	0.5270393649373805	6	1	1	1	1	False	16827	fragment	False	MAD0061_000000005813	1.0		0	0	False	False	0.9992932677268982	0					non-mobilizable	no_good_hit								True	False
AST0052_000000008745	2529	0.5270346206883995	3	2	2	2	2	False	129024	maximal	True	AST0052_000000008745	1.0	PS1059	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	1484.0	99.461	59.0	0.020403670734559662	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0039_000000014784	1547	0.5270333566036118	2	2	2	2	2	False	47558	maximal	True	FIJ0039_000000014784	1.0		8	2	False	False	0.9935358762741089	0					non-mobilizable	no_good_hit	780.0	75.128	50.0	0.0022423946906634045	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
ENG0001_000000014550	1844	0.5270317133495136	4	3	3	3	3	False	95518	maximal	True	ENG0001_000000014550	0.9685487222247874		21	6	False	False	0.9886116981506348	0					non-mobilizable	no_good_hit	765.0	99.346	74.0	0.01381270479190427	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	True	False
DEN0065_000000005983	4973	0.5270290907818329	4	3	3	3	3	False	71149	maximal	True	DEN0065_000000005983	0.9764364037940485		13	4	False	False	0.9985923767089844	0					non-mobilizable	no_good_hit	73.0	82.19200000000001	1.0	0.0005554398389224467	NZ_WEHZ01000013.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00013, whole genome shotgun sequence	True	False
ISR0075_000000004553	4884	0.5270290907818329	5	3	3	3	3	False	71149	maximal	False	DEN0065_000000005983	0.9353160664005424		0	0	False	False	0.9973382353782654	0					non-mobilizable	no_good_hit	87.0	80.46	2.0	2.7626923265529956e-05	CP016893.1	firmicutes	Thermoanaerobacterium thermosaccharolyticum strain TG57, complete genome	True	False
DEN0090_000000004517	4843	0.5270290907818329	4	3	3	3	3	False	71149	maximal	False	DEN0065_000000005983	0.959348091793971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	82.19200000000001	2.0	0.0005554398389224467	NZ_WEHZ01000013.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00013, whole genome shotgun sequence	True	False
ENG0040_000000004563	4791	0.5270290907818329	4	3	3	3	3	False	71149	maximal	False	DEN0065_000000005983	0.9501314087151205		0	0	False	False	0.9954080581665039	0					non-mobilizable	no_good_hit	57.0	85.965	1.0	0.0004320087636063474	NZ_WEHZ01000013.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00013, whole genome shotgun sequence	True	False
ENG0199_000000005271	4534	0.5270290907818329	4	3	3	3	3	False	71149	maximal	False	DEN0065_000000005983	0.9298733031507013		0	0	False	False	0.9898544549942017	0					non-mobilizable	no_good_hit	73.0	82.19200000000001	2.0	0.0005554398389224467	NZ_WEHZ01000013.1	g-proteobacteria	Pseudoalteromonas peptidolytica strain DSM 14001 contig00013, whole genome shotgun sequence	True	False
CHI0076_000000000512	11320	0.5270287696330564	9	7	7	7	4	False	130488	fragment	False	CHI0076_000000000512	0.942596078280958		0	0	False	False	1.0	0					non-mobilizable	other	8879.0	99.572	100.0	0.014164852910201503	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0019_000000007790	2211	0.527026484685937	3	2	1	2	2	True	114492	fragment	False	FIJ0033_000000013131	0.4245066892213031		0	0	False	False	0.9968340396881104	0					non-mobilizable	chromosome	2209.0	82.979	100.0	0.0007394973370354202	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0008_000000016981	2049	0.5270249606142401	3	3	3	2	2	False	15950	fragment	False	MON0008_000000016981	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1905.0	98.898	93.0	0.0017311514521123866	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ENG0166_000000013632	2096	0.5270240187195094	2	2	1	2	1	True	56153	fragment	False	ENG0166_000000013632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0389_000000002150	7751	0.5270163780219672	10	4	2	3	2	True	119822	maximal	True	ISR0389_000000002150	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	3531.0	98.895	46.0	0.07660590277777778	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0038_000000011101	2536	0.5270160130954179	3	2	2	0	0	True	7044	maximal	True	SPA0038_000000011101	1.0		15	7	False	False	0.999605655670166	0					non-mobilizable	no_good_hit	284.0	90.493	16.0	0.03624487704918033	NZ_WNAJ01000049.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold49_size7808, whole genome shotgun sequence	True	True
SPA0092_000000020388	2175	0.5270160130954179	3	2	2	0	0	True	5317	fragment	False	SPA0092_000000020388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	284.0	90.141	13.0	0.03624487704918033	NZ_WNAJ01000049.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold49_size7808, whole genome shotgun sequence	True	True
ISR0009_000000007944	3914	0.5270130755737216	5	3	3	3	2	True	77153	maximal	True	ISR0009_000000007944	1.0		0	0	False	False	0.9974450469017029	0					non-mobilizable	no_good_hit	1580.0	72.848	40.0	0.02908361304355979	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	True
FIJ0068_000000005832	5153	0.5270129367240723	5	4	3	3	4	False	66168	fragment	False	FIJ0068_000000005832	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	5153.0	100.0	100.0	0.04046719502328906	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
MAD0026_000000011017	1305	0.5270127446571335	2	2	2	1	1	False	19078	maximal	True	MAD0026_000000011017	1.0		20	8	False	False	0.9892720580101013	0					non-mobilizable	other	874.0	99.199	100.0	0.00024782099205610236	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0066_000000014962	1420	0.5270100722344631	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.30441924359267425		0	0	False	False	1.0	0					non-mobilizable	other	1420.0	98.23899999999999	100.0	0.014774016887565463	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0152_000000005994	4015	0.5270062866719437	5	3	3	3	3	False	30734	fragment	False	ISR0152_000000005994	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4016.0	99.353	100.0	0.0007284441756851321	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MON0110_000000002797	4477	0.5270052730932682	13	8	2	5	6	False	8477	fragment	False	MON0110_000000002797	1.0		0	0	False	False	0.9825776219367981	0					non-mobilizable	no_good_hit	1564.0	95.90799999999999	84.0	0.000466374544799012	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0005_000000009757	1561	0.5270000200441061	2	2	2	2	2	False	38519	maximal	True	ISR0005_000000009757	1.0		832	15	False	False	1.0	0					non-mobilizable	chromosome	1561.0	95.772	100.0	0.0005504806648959538	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0038_000000004716	5776	0.5269988274384185	7	5	5	5	5	False	36652	maximal	True	ISR0038_000000004716	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1576.0	83.566	27.0	0.0005511864093381281	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0089_000000003834	5676	0.5269973951193637	5	3	3	1	2	False	38533	maximal	True	ISR0089_000000003834	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	3111.0	96.432	55.0	0.001079071706503613	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
FIJ0104_000000018428	1488	0.526997384203154	3	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.9363815214023783		0	0	False	False	1.0	0					non-mobilizable	chromosome	1364.0	88.27	90.0	0.00036358989940323775	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0146_000000013871	1459	0.526997384203154	2	2	2	2	2	False	51976	fragment	False	FIJ0013_000000020410	0.9796507399160371		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	90.571	86.0	0.002559382441682643	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0010_000000014604	1319	0.526997384203154	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.7412814033319265		0	0	False	False	1.0	0					non-mobilizable	chromosome	1333.0	88.147	99.0	0.00035425340161958894	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0052_000000000060	78318	0.5269963202889446	92	39	27	36	25	True	114986	maximal	True	ENG0052_000000000060	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5136.0	97.37100000000001	8.0	0.0012570271051526342	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0037_000000008816	3672	0.5269902677304866	6	4	4	4	2	False	65231	maximal	True	ENG0037_000000008816	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	81.0	23.0	0.000179644024279546	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0387_000000008135	2960	0.526986654069774	2	2	1	2	1	False	128888	maximal	True	ISR0387_000000008135	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1485.0	99.529	50.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0152_000000012183	2060	0.5269861004865031	4	4	4	1	2	False	39715	maximal	True	FIJ0152_000000012183	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	348.0	93.103	32.0	7.850941615239605e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0052_000000003166	8179	0.5269761086602094	13	3	2	3	1	True	46503	maximal	True	FIJ0052_000000003166	1.0		1	1	False	False	0.9993886947631836	0					non-mobilizable	no_good_hit	213.0	94.836	2.0	0.0009149446717420201	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	True
MON0104_000000030678	1492	0.5269715054851281	2	2	2	2	2	False	8792	maximal	True	MON0104_000000030678	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	893.0	95.29700000000001	60.0	0.09703768242213026	NZ_CABIWU010000082.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
CHI0117_000000005879	2515	0.5269711424258942	5	3	3	2	2	False	82105	maximal	True	CHI0117_000000005879	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	83.58	53.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0090_000000004217	2992	0.5269705971419703	7	5	2	5	4	False	83824	maximal	True	CHI0090_000000004217	1.0		3	3	False	False	0.9866310358047485	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	2.0	1.593584300432428e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0165_000000001754	9163	0.5269677625973342	10	5	5	5	4	True	85556	fragment	False	ISR0165_000000001754	1.0		0	0	False	False	0.9998908638954163	0					non-mobilizable	no_good_hit	372.0	99.194	4.0	8.632169716855501e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ISR0361_000000007451	1849	0.5269658314645573	3	3	3	3	3	False	23754	fragment	False	ISR0361_000000007451	1.0		0	0	False	False	0.9897241592407227	0					non-mobilizable	chromosome	1849.0	100.0	100.0	0.0003523732471671422	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
ISR0400_000000008182	2255	0.5269607978391467	3	3	2	1	2	False	79803	maximal	True	ISR0400_000000008182	1.0		27	9	False	False	1.0	0					non-mobilizable	chromosome	879.0	93.402	91.0	0.0002046762222643904	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	False	False
FIJ0020_000000009315	2398	0.5269597035009922	3	2	2	2	2	False	49787	maximal	True	FIJ0020_000000009315	1.0		55	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0139_000000012463	2079	0.5269597035009922	3	2	2	2	2	False	46315	fragment	False	FIJ0101_000000012725	0.9803819913323313		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	7.587828974459581e-07	LR736842.1	bivalves	Pecten maximus genome assembly, chromosome: 5	True	False
FIJ0140_000000016558	1937	0.5269597035009922	3	2	2	2	2	False	46315	fragment	False	FIJ0101_000000012725	0.8137270868256592		0	0	False	False	0.9984512329101562	0					non-mobilizable	no_good_hit								True	False
AST0055_000000010554	3198	0.5269541933350995	3	3	3	3	3	False	113874	maximal	True	AST0055_000000010554	1.0		400	13	False	False	0.9971857666969299	0					non-mobilizable	other	3183.0	99.18299999999999	99.0	0.01256200044229615	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0007_000000014317	1764	0.5269529154424246	1	1	1	1	1	False	92379	maximal	True	ENG0007_000000014317	1.0	PS488	1	1	False	True	0.9863945841789246	0					non-mobilizable	no_good_hit	676.0	77.367	38.0	0.00019843179647413352	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
DEN0070_000000021720	1568	0.5269529154424246	1	1	1	1	1	False	92378	backbone	False	SPA0103_000000011093	0.9356671553775405	PS488	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	60.0	100.0	4.0	0.0006047374516978773	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	True
SPA0103_000000011093	1566	0.5269529154424246	2	1	1	1	1	False	92378	backbone	True	SPA0103_000000011093	0.9497383933844048	PS488	10	3	True	True	0.9974457025527954	6					non-mobilizable	no_good_hit	59.0	100.0	4.0	0.0086463923673226	NZ_SLUM01000058.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_158, whole genome shotgun sequence	True	True
CAN0017_000000022088	1559	0.5269529154424246	1	1	1	1	1	False	92378	backbone	False	SPA0103_000000011093	0.9350488982805787	PS488	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	48.0	100.0	3.0	0.0008404563499159543	NZ_SLUM01000025.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_125, whole genome shotgun sequence	True	True
ISR0786_000000009799	1550	0.5269529154424246	1	1	1	1	1	False	92378	backbone	False	SPA0103_000000011093	0.9339742548693449	PS488	0	0	False	True	0.9954838752746582	0					non-mobilizable	no_good_hit								True	True
SPA0036_000000016185	1550	0.5269529154424246	1	1	1	1	1	False	92378	backbone	False	SPA0103_000000011093	0.9435187872601805	PS488	0	0	True	True	0.9987096786499023	2					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.00015823723717783887	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
SPA0035_000000013188	1550	0.5269529154424246	2	1	1	1	1	False	92378	backbone	False	SPA0103_000000011093	0.9467093861766992	PS488	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	51.0	100.0	3.0	0.0006961946003146799	NZ_SPFU01000027.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_27_length_71819_cov_27.714, whole genome shotgun sequence	True	True
SPA0047_000000025229	1540	0.5269529154424246	1	1	1	1	1	False	92378	backbone	False	SPA0103_000000011093	0.9398736256095513	PS488	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	40.0	100.0	3.0	0.0005430317882454504	NZ_SPFU01000027.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_27_length_71819_cov_27.714, whole genome shotgun sequence	True	True
SPA0065_000000008502	2521	0.5269524013606537	2	2	2	2	2	False	112345	maximal	True	SPA0065_000000008502	1.0		17	5	False	False	0.9984133243560791	0					non-mobilizable	no_good_hit	1279.0	99.765	64.0	0.0004107616331264943	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	False
MON0084_000000026337	1385	0.5269522362282759	1	1	1	1	1	False	94908	maximal	True	MON0084_000000026337	1.0		80	11	False	False	1.0	0					non-mobilizable	other	1271.0	76.39699999999999	90.0	0.0003914597779783173	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
ISR0182_000000020863	1895	0.5269511453424897	3	3	3	3	3	False	29544	fragment	False	ISR0182_000000020863	1.0		0	0	False	False	0.9852242469787598	0					non-mobilizable	other	1937.0	75.168	100.0	0.016111780784706542	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0003_01_000000016989	2299	0.5269507157495412	3	3	2	3	2	False	2241	maximal	True	USA0003_01_000000016989	1.0		1	1	False	False	0.9943453669548035	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	6.7549695244217035e-06	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
MON0046_000000011848	2675	0.5269486042341879	4	3	3	2	3	False	58324	fragment	False	MON0046_000000011848	0.969594126398847		0	0	False	False	0.9966354966163635	0					non-mobilizable	other	2670.0	97.90299999999999	99.0	0.054771188179766055	NZ_LNAM01000124.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf21, whole genome shotgun sequence	False	False
SPA0119_000000012358	2630	0.5269486042341879	4	3	3	2	3	False	58324	fragment	False	MON0046_000000011848	0.9418347596377871		0	0	False	False	1.0	0					non-mobilizable	other	2632.0	94.795	100.0	0.0539298173609686	NZ_LNAM01000124.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf21, whole genome shotgun sequence	False	False
MON0047_000000014922	2614	0.5269486042341879	3	3	3	2	3	False	58324	fragment	False	MON0046_000000011848	0.9450370408698499		0	0	False	False	0.9732211232185364	0					non-mobilizable	other	2615.0	97.476	100.0	0.053642520008208495	NZ_LNAM01000124.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf21, whole genome shotgun sequence	False	False
SPA0104_000000012576	2890	0.5269463271201437	4	3	2	3	2	True	114496	maximal	True	SPA0104_000000012576	1.0		80	11	False	False	0.9982699155807495	0					non-mobilizable	no_good_hit	2486.0	81.53699999999999	87.0	0.0007951592945483402	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0078_000000016563	1265	0.5269453995879649	2	2	2	1	2	False	81438	fragment	False	USA0024_01_000000016534	0.9778117897418069		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1273.0	80.676	100.0	0.0003096793982585204	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	False	False
DEN0001_000000004336	7604	0.5269428227313947	3	3	3	3	2	False	94682	maximal	True	DEN0001_000000004336	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	74.699	8.0	0.0001401378888326942	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0154_000000006077	3869	0.5269411367345528	8	3	2	3	2	True	124511	maximal	False	ENG0053_000000006728	0.8913566396600154		0	0	True	True	1.0	33					non-mobilizable	plasmid	1889.0	92.43	91.0	0.4972302822474281	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
ISR0155_000000006234	3850	0.5269411367345528	7	3	2	3	2	True	124511	maximal	False	ENG0053_000000006728	0.8654779820479703		0	0	True	True	1.0	20					non-mobilizable	plasmid	1889.0	92.43	93.0	0.4972302822474281	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0093_000000004992	3849	0.5269411367345528	7	3	2	3	2	True	124511	maximal	False	ENG0053_000000006728	0.8652848608998175		0	0	True	True	1.0	26					non-mobilizable	plasmid	1889.0	92.43	93.0	0.4972302822474281	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
SPA0128_000000009654	3810	0.5269411367345528	7	3	2	3	2	True	124511	maximal	False	ENG0053_000000006728	0.8914269047057808		0	0	True	True	0.9958004951477051	15					non-mobilizable	plasmid	1669.0	92.271	93.0	0.4391981007649697	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
MON0031_000000009108	3809	0.5269411367345528	8	3	2	3	2	True	124511	maximal	False	ENG0053_000000006728	0.8918306126632698		0	0	True	True	1.0	20					non-mobilizable	plasmid	1889.0	92.43	93.0	0.4972302822474281	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
AST0014_000000005056	3520	0.5269411367345528	7	3	2	3	2	True	124511	maximal	False	ENG0053_000000006728	0.21886496076736087		0	0	False	True	1.0	0					non-mobilizable	plasmid	1889.0	92.37700000000001	93.0	0.4972302822474281	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	False	True
MON0086_000000009318	3301	0.5269411367345528	6	3	2	3	2	True	91693	fragment	False	MON0086_000000009318	1.0		0	0	False	False	0.9975764751434326	0					non-mobilizable	no_good_hit	999.0	92.79299999999999	89.0	0.2627275125296755	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
ENG0148_000000015565	2399	0.5269411367345528	5	3	2	3	2	True	57304	fragment	False	ENG0148_000000015565	1.0		0	0	False	False	0.9995831847190857	0					non-mobilizable	no_good_hit	1028.0	89.59100000000001	89.0	0.2693220786072276	LN853226.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0595	True	True
ISR0812_000000021949	1801	0.5269399678303309	3	3	3	2	2	False	21642	fragment	False	ISR0812_000000021949	1.0		0	0	False	False	0.9922265410423279	0					non-mobilizable	no_good_hit	59.0	86.441	3.0	0.0003012501882813677	NZ_AGUF01000040.1	b-proteobacteria	Achromobacter arsenitoxydans SY8 Contig00041, whole genome shotgun sequence	True	False
FIJ0018_000000021155	1291	0.5269378707761546	2	2	1	2	1	False	49939	maximal	True	FIJ0018_000000021155	1.0		54	8	False	False	0.999225378036499	0					non-mobilizable	no_good_hit	288.0	78.125	22.0	0.0046315441237283934	NZ_LGSS01000017.1	firmicutes	Gottschalkia purinilytica strain DSM 1384 CLPU_17c, whole genome shotgun sequence	True	False
FIJ0156_000000004295	1820	0.526937717220519	2	2	2	2	1	False	40820	maximal	True	FIJ0156_000000004295	0.9831305309734513		135	11	False	False	0.9994505643844604	0					non-mobilizable	no_good_hit	210.0	87.14299999999999	12.0	6.994916803999085e-05	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
AST0088_000000001781	6701	0.5269373339155132	5	4	4	4	2	False	123856	maximal	True	AST0088_000000001781	1.0		3	2	False	False	0.9998507499694824	0					non-mobilizable	no_good_hit	2952.0	91.226	62.0	0.040559285357598625	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
ISR0383_000000007037	2011	0.5269360827895757	3	3	3	2	2	False	124937	fragment	False	ISR0383_000000007037	0.951802355171812		0	0	False	False	0.9990054965019226	0					non-mobilizable	chromosome	2043.0	80.617	100.0	0.0005606649234321865	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0182_000000013975	2683	0.5269325360823186	4	4	4	4	3	False	129960	fragment	False	ISR0182_000000013975	0.9734075204402837		0	0	False	False	0.9880730509757996	0					non-mobilizable	other	2668.0	97.07600000000001	99.0	0.09847085764940533	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
SPA0126_000000018372	2312	0.526927760513305	4	3	3	2	2	False	116497	fragment	False	SPA0126_000000018372	1.0		0	0	False	False	0.9757785201072693	0					non-mobilizable	no_good_hit	67.0	97.015	3.0	0.0011949594438006952	NZ_GL882646.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld97, whole genome shotgun sequence	True	False
CAN0002_000000001488	9034	0.5269257209261237	12	7	4	5	4	False	96990	maximal	True	CAN0002_000000001488	1.0		11	7	False	False	1.0	0					non-mobilizable	no_good_hit	1851.0	77.418	42.0	0.00025928646397626025	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0331_000000012635	1906	0.5269235360807815	2	2	2	2	2	False	24611	maximal	True	ISR0331_000000012635	1.0		21	4	False	False	0.999475359916687	0					non-mobilizable	no_good_hit								True	False
AST0002_000000001523	16573	0.5269207274589872	21	3	2	3	1	False	132588	maximal	True	AST0002_000000001523	1.0		1	1	False	False	0.9996379613876343	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.2592167671708197e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0163_000000010032	2446	0.526920509739037	3	3	3	3	3	False	41991	fragment	False	FIJ0132_000000011619	0.9329176114890401		0	0	False	False	1.0	0					non-mobilizable	chromosome	2446.0	99.428	100.0	0.00044815284046418734	CP044050.1	enterobacteria	Klebsiella variicola strain FDAARGOS_627 chromosome, complete genome	False	False
CHI0056_000000003098	5244	0.5269177985464357	4	3	3	3	1	True	91060	fragment	False	CHI0056_000000003098	1.0		0	0	False	False	0.9979023933410645	0					non-mobilizable	no_good_hit	2273.0	76.903	43.0	0.004648322902661233	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0805_000000007402	1582	0.5269120940499472	3	3	3	2	2	False	21788	maximal	True	ISR0805_000000007402	1.0		73	9	False	False	0.992414653301239	0					non-mobilizable	no_good_hit	437.0	84.211	34.0	0.00012164051954763149	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0112_000000013253	2511	0.5269111207772098	4	3	1	2	3	False	51677	maximal	True	ISR0112_000000013253	1.0		5	4	False	False	0.9908403158187866	0					non-mobilizable	no_good_hit	260.0	88.846	10.0	0.03174797744545232	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	False
SPA0075_000000002347	5851	0.5269087681316097	6	6	4	4	5	True	109585	fragment	False	SPA0075_000000002347	1.0		0	0	False	False	1.0	0	rep_cluster_1685				non-mobilizable	plasmid	4579.0	99.148	100.0	0.01888333415829332	CP000234.1	firmicutes	Lactobacillus salivarius UCC118 plasmid pMP118, complete sequence	False	True
ISR0003_000000019941	1273	0.5269086672672212	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04604872134715808		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	99.45	100.0	0.0026597691102946863	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0106_000000030694	1235	0.5269086672672212	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04426162688812427		0	0	False	False	0.9975708723068237	0					non-mobilizable	other	1235.0	99.595	100.0	0.0025803105991380844	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0008_000000004658	3353	0.5269075809261285	2	2	2	2	1	False	2770	maximal	True	TAN0008_000000004658	1.0		82	9	False	False	0.9994035363197327	0					non-mobilizable	other	3262.0	99.755	97.0	0.003576914636822471	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0063_000000009633	1870	0.5269070909475406	3	3	3	3	3	False	114894	fragment	False	ISR0216_000000008235	0.6460947292047775		0	0	False	False	1.0	0					non-mobilizable	other	1870.0	93.79700000000001	100.0	0.04670515031111778	NZ_SPFY01000020.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_20_length_40017_cov_22.6775, whole genome shotgun sequence	False	False
CAN0008_000000004839	5758	0.5269024116573052	12	5	3	3	4	False	95071	maximal	True	CAN0008_000000004839	1.0		2	1	False	False	0.9954845309257507	0					non-mobilizable	no_good_hit	2721.0	96.986	51.0	0.00047477040399994066	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0232_000000014506	1932	0.5269010531335963	4	3	3	2	1	False	27447	maximal	True	ISR0232_000000014506	1.0		15	6	False	False	0.9984471797943115	0					non-mobilizable	no_good_hit	1129.0	93.09100000000001	86.0	0.0003828888436654999	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0327_000000023851	1244	0.5268993550961414	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.044478770890134404		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	99.51799999999999	100.0	0.00259912972020149	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0051_000000000912	23303	0.5268984991164862	18	11	8	11	5	True	64107	maximal	True	ENG0051_000000000912	1.0		1	1	False	False	0.9997854232788086	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	0.0013246382718565316	NZ_OLMR01000009.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0246_000000019995	1201	0.5268969689996046	2	2	2	2	1	False	27114	maximal	True	ISR0246_000000019995	1.0		4	4	False	False	0.9883430600166321	0					non-mobilizable	no_good_hit	171.0	80.117	14.0	0.0004010422352053384	NZ_QRCT01000049.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.49, whole genome shotgun sequence	True	False
USA0035_01_000000003506	7263	0.526896084906016	8	4	1	4	0	False	112482	maximal	True	USA0035_01_000000003506	0.988941191957661		6	4	False	False	0.9994492530822754	0					non-mobilizable	no_good_hit	2401.0	97.459	33.0	0.007725860709169631	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0017_000000004526	6566	0.526896084906016	7	4	1	4	0	False	112482	maximal	False	USA0035_01_000000003506	0.6425650014607069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2076.0	98.36200000000001	32.0	0.0066796504048029105	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0224_000000003966	6229	0.526896084906016	10	4	1	4	0	False	112480	fragment	False	ISR0224_000000003966	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	84.527	19.0	0.003175632151839528	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0032_000000004005	5974	0.526896084906016	8	4	1	4	0	False	112473	fragment	False	SPA0032_000000004005	1.0		0	0	False	False	0.9968195557594299	0					non-mobilizable	no_good_hit	2377.0	97.434	40.0	0.007648602102077935	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0117_01_000000004414	5899	0.526896084906016	10	4	1	4	0	False	72747	fragment	False	USA0117_01_000000004414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1793.0	90.184	47.0	0.007344162211618547	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0230_000000004569	5797	0.526896084906016	9	4	1	4	0	False	112478	fragment	False	ISR0230_000000004569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	91.588	30.0	0.003889533953415856	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0037_01_000000006338	5659	0.526896084906016	8	4	1	4	0	False	72744	fragment	False	USA0037_01_000000006338	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1860.0	94.516	50.0	0.007610849666230393	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0328_000000004643	5463	0.526896084906016	8	4	1	4	0	False	112477	fragment	False	ISR0328_000000004643	1.0		0	0	False	False	0.9972542524337769	0					non-mobilizable	no_good_hit	782.0	84.655	22.0	0.003175632151839528	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0182_000000005052	5260	0.526896084906016	10	4	1	4	0	False	72746	fragment	False	ENG0182_000000005052	1.0		0	0	False	False	0.9998098611831665	0					non-mobilizable	no_good_hit	968.0	93.698	33.0	0.003951077212172436	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0394_000000003483	4971	0.526896084906016	8	4	1	4	0	False	112471	fragment	False	ISR0394_000000003483	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	99.88799999999999	18.0	0.002874664005536867	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0031_000000006187	4941	0.526896084906016	7	4	1	4	0	False	112476	fragment	False	DEN0031_000000006187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	84.527	16.0	0.003175632151839528	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0024_000000004301	4719	0.526896084906016	6	4	1	4	0	False	107254	fragment	False	ISR0024_000000004301	1.0		0	0	False	False	0.999576210975647	0					non-mobilizable	no_good_hit	1621.0	98.581	34.0	0.005214955978689501	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0280_000000001956	4275	0.526896084906016	9	4	1	4	0	False	72740	fragment	False	ISR0280_000000001956	1.0		0	0	False	False	0.9915789365768433	0					non-mobilizable	no_good_hit	782.0	84.655	25.0	0.003175632151839528	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0017_000000008509	3904	0.526896084906016	6	4	1	4	0	False	112472	fragment	False	ISR0017_000000008509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	84.527	20.0	0.003175632151839528	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0204_000000006282	3740	0.526896084906016	7	4	1	4	0	False	72742	fragment	False	ENG0204_000000006282	1.0		0	0	False	False	0.9727272987365723	0					non-mobilizable	no_good_hit	968.0	93.492	26.0	0.003951077212172436	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0046_000000007357	3223	0.526896084906016	7	4	1	4	0	False	72738	fragment	False	DEN0046_000000007357	1.0		0	0	False	False	0.9866583943367004	0					non-mobilizable	no_good_hit	643.0	89.891	20.0	0.0026176399391132027	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0106_000000012382	3159	0.526896084906016	6	4	1	4	0	False	39499	fragment	False	SPA0106_000000012382	1.0		0	0	False	False	0.9952516555786133	0					non-mobilizable	no_good_hit	1824.0	95.50399999999999	58.0	0.0074631458452146015	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0060_000000009124	3117	0.526896084906016	7	4	1	4	0	False	112470	fragment	False	AST0060_000000009124	1.0		0	0	False	False	0.9974334239959717	0					non-mobilizable	no_good_hit	782.0	84.655	30.0	0.003175632151839528	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0303_000000004788	2543	0.526896084906016	6	4	1	4	0	False	39500	fragment	False	ISR0303_000000004788	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	84.527	31.0	0.003175632151839528	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0076_000000019598	2417	0.526896084906016	5	4	1	4	0	False	10293	fragment	False	MON0076_000000019598	1.0		0	0	False	False	0.999586284160614	0					non-mobilizable	no_good_hit	779.0	83.825	32.0	0.003187940803590844	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0091_000000013399	2286	0.526896084906016	6	4	1	4	0	False	39501	maximal	True	ISR0091_000000013399	1.0		0	0	False	False	0.9912511110305786	0					non-mobilizable	no_good_hit	640.0	90.781	28.0	0.0026053312873618867	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0143_000000013415	2252	0.526896084906016	6	4	1	4	0	False	39498	fragment	False	ISR0143_000000013415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	89.137	42.0	0.003832093578576381	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0156_000000004124	1878	0.526896084906016	5	4	1	4	0	False	39497	fragment	False	FIJ0156_000000004124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	91.803	39.0	0.0029827966077355774	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ITA0006_000000002407	10280	0.5268940166887406	10	7	3	5	5	False	116857	fragment	False	ITA0006_000000002407	1.0		0	0	False	False	0.9973735213279724	0					non-mobilizable	no_good_hit	240.0	85.833	2.0	0.010651152383083463	NZ_WNAJ01000040.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold40_size22345, whole genome shotgun sequence	True	False
ISR0043_000000013398	1655	0.5268938636608149	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.24682584594726292		0	0	False	False	0.9939576983451843	0					non-mobilizable	other	1655.0	98.006	100.0	0.0005145566009150023	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0063_000000002064	7970	0.5268917766092442	7	6	6	6	4	False	56304	fragment	False	SPA0063_000000002064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1794.0	89.01899999999999	22.0	0.13978914486528699	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
CHI0051_000000005187	3327	0.5268917051492993	4	4	2	4	1	False	105045	fragment	False	CHI0051_000000005187	1.0		0	0	False	False	0.9954914450645447	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
MON0110_000000000716	11874	0.5268868551913858	11	7	6	5	5	True	101051	maximal	True	MON0110_000000000716	1.0		26	5	False	False	1.0	0					non-mobilizable	no_good_hit	5065.0	97.196	46.0	0.0045588298853224225	NZ_JH594521.1	CFB group bacteria	Prevotella micans F0438 supercont1.1, whole genome shotgun sequence	True	True
SPA0055_000000003634	8001	0.526886059798024	7	7	7	5	5	False	109016	maximal	True	SPA0055_000000003634	1.0		23	3	False	False	0.999750018119812	0					non-mobilizable	other	7893.0	97.111	99.0	0.1534889166406494	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	False	False
SPA0129_000000011269	2379	0.52688574328596	3	3	3	3	2	False	3841	maximal	True	SPA0129_000000011269	1.0		88	11	False	False	0.996637225151062	0					non-mobilizable	no_good_hit	498.0	89.35700000000001	21.0	0.0015367300116878057	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	True	False
TAN0002_000000010656	3271	0.5268824971349256	3	3	2	3	1	False	67709	fragment	False	TAN0002_000000010656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	840.0	90.95200000000001	26.0	0.8510204081632653	GQ879899.1		Uncultured organism clone VC1CC55TR genomic sequence	True	False
SPA0119_000000020163	1569	0.5268822143183078	2	1	1	1	1	False	4210	maximal	True	SPA0119_000000020163	1.0		1	1	False	False	0.9917144775390625	0					non-mobilizable	no_good_hit								True	False
ISR0808_000000011857	1415	0.526876470661544	3	3	3	2	1	False	49271	fragment	False	MAD0005_000000022040	0.9634574841883345		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	86.766	99.0	0.008626693874558585	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
MAD0083_000000002123	4187	0.5268756779858161	5	4	3	3	3	True	128162	maximal	False	ISR0005_000000002093	0.27801620790390125		0	0	False	False	0.999761164188385	0					non-mobilizable	other	4187.0	99.666	100.0	0.019446341384100084	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0299_000000002046	3989	0.5268756779858161	5	4	3	3	3	True	128162	maximal	False	ISR0005_000000002093	0.2741480850324739		0	0	False	False	1.0	0					non-mobilizable	other	3996.0	99.34899999999999	100.0	0.22762512826359593	MK211789.1	firmicutes	Streptococcus suis ILCSsuYS106 integron, complete sequence	False	True
ISR0110_000000005959	3905	0.5268756779858161	5	4	3	3	3	True	128162	maximal	False	ISR0005_000000002093	0.2189408661674652		0	0	False	False	1.0	0					non-mobilizable	other	3905.0	99.97399999999999	100.0	0.018136291630082832	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0101_000000008031	3830	0.5268756779858161	5	4	3	3	3	True	128162	maximal	False	ISR0005_000000002093	0.21622027221778217		0	0	False	False	1.0	0					non-mobilizable	other	3830.0	100.0	100.0	0.017787874142312286	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0037_000000012903	1791	0.5268751732288518	3	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.9172502776334446		0	0	False	False	0.9983249306678772	0					non-mobilizable	other	1699.0	97.94	95.0	0.0004712553665350373	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0089_000000005507	3671	0.5268745734378357	4	4	4	3	3	False	110998	maximal	True	AST0089_000000005507	1.0		336	11	False	False	1.0	0					non-mobilizable	other	3671.0	98.28399999999999	100.0	0.012023483468529269	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
MON0059_000000021174	1859	0.5268721588052572	2	1	1	1	1	False	16313	maximal	True	MON0059_000000021174	1.0		98	11	False	False	0.9800968170166016	0					non-mobilizable	no_good_hit	1424.0	97.331	76.0	0.023875455896258273	NZ_CABIYV010000015.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0066_000000029977	1128	0.5268694715681134	2	2	2	2	2	False	45257	fragment	False	FIJ0066_000000029977	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	72.452	31.0	0.00014578835258747405	CP041689.1	high GC Gram+	Micrococcus luteus strain 10240 chromosome, complete genome	True	False
SPA0110_000000003488	6317	0.5268694529465481	9	9	2	7	6	False	132521	backbone	False	USA0060_01_000000001071	0.02441619202471307	PS1166	0	0	False	True	1.0	0					non-mobilizable	plasmid	6323.0	97.675	100.0	0.1236646607993414	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ENG0063_000000025392	1201	0.5268668508882953	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.6016188330606561		0	0	False	False	0.9991673827171326	0					non-mobilizable	chromosome	1202.0	97.50399999999999	100.0	0.00034161340512619214	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0101_000000008187	1398	0.5268654926838122	4	4	3	2	3	False	103337	fragment	False	FIJ0169_000000013717	0.8838791434805662		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	98.854	99.0	0.0004253937178953531	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0043_000000025632	1163	0.5268652613743754	2	2	2	2	1	False	12222	fragment	False	MON0051_000000031596	0.9695742803260501		0	0	False	False	0.9948409199714661	0					non-mobilizable	other	1164.0	89.089	100.0	0.00036056293860972654	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0269_000000002127	5824	0.5268637782470958	8	2	2	2	1	True	130521	fragment	False	CAN0014_000000006821	0.400796266908285		0	0	False	False	1.0	0					non-mobilizable	other	5751.0	98.435	99.0	0.0011128767525292345	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ENG0020_000000004536	4379	0.5268637782470958	6	2	2	2	1	True	130516	fragment	False	ENG0051_000000005370	0.5884917586909201		0	0	False	False	0.9995432496070862	0					non-mobilizable	other	4379.0	98.698	100.0	0.0008472884929240668	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
AST0003_000000008067	4373	0.5268637782470958	5	2	2	2	1	True	130516	fragment	False	ENG0051_000000005370	0.46900543969822556		0	0	False	False	0.9988566040992737	0					non-mobilizable	chromosome	4373.0	99.383	100.0	0.0008725951242450116	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
USA0036_01_000000010324	3610	0.5268637782470958	6	2	2	2	1	True	118222	fragment	False	USA0036_01_000000010324	1.0		0	0	False	False	0.9991689920425415	0					non-mobilizable	chromosome	3610.0	99.25200000000001	100.0	0.0007203101105673025	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
AST0148_000000014883	2333	0.5268633344899571	2	2	2	2	2	False	105010	maximal	True	AST0148_000000014883	0.9953662842012356		109	11	False	False	0.9991427063941956	0					non-mobilizable	no_good_hit	1264.0	79.035	54.0	0.0004425054907703227	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0085_000000006975	3264	0.5268629674376276	4	3	3	3	3	False	69182	fragment	False	MON0085_000000006975	1.0		0	0	False	False	0.999387264251709	0					non-mobilizable	no_good_hit	542.0	80.443	16.0	0.0017061275732749603	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0048_000000022612	1789	0.5268628650430633	2	2	1	2	1	False	11397	fragment	False	MON0048_000000022612	1.0		0	0	False	False	0.9474566578865051	0					non-mobilizable	no_good_hit	98.0	79.592	5.0	0.00013571532579453548	NZ_LAYZ01000001.1	firmicutes	Salinicoccus sediminis strain SV-16 scf7180000000794, whole genome shotgun sequence	True	False
USA0116_01_000000004042	6697	0.5268543930305739	9	5	4	5	2	True	98515	fragment	False	USA0116_01_000000004042	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	6.039927427349415e-06	NZ_JWJG01000028.1	b-proteobacteria	Noviherbaspirillum autotrophicum strain TSA66 contig01, whole genome shotgun sequence	True	True
ISR0379_000000003554	5442	0.5268543930305739	8	5	4	5	2	True	98514	fragment	False	ISR0379_000000003554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.039927427349415e-06	NZ_JWJG01000028.1	b-proteobacteria	Noviherbaspirillum autotrophicum strain TSA66 contig01, whole genome shotgun sequence	True	True
ISR0288_000000024967	1158	0.5268525383539062	2	2	2	2	2	False	43367	maximal	False	FIJ0091_000000017208	0.9563621533442088		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	98.87700000000001	100.0	0.012161025856632332	NZ_JAAIUL010000013.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_13_length_95140_cov_205.626, whole genome shotgun sequence	False	False
FIJ0014_000000023343	1112	0.5268496213191758	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.04708125246078289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	89.109	18.0	0.0014157888775625778	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
ISR0806_000000001914	5067	0.52684851672029	7	6	2	4	6	True	123556	backbone	False	ISR0826_000000002301	0.3742637928654767	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	5071.0	98.81700000000001	100.0	0.001355296219658142	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
FIJ0152_000000014313	1801	0.5268480595271071	3	2	1	1	2	True	39707	fragment	False	FIJ0152_000000014313	1.0		0	0	False	False	0.9833425879478455	0					non-mobilizable	chromosome	1773.0	95.883	98.0	0.000629378624848666	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
CHI0181_000000007339	2764	0.5268476576648717	3	3	2	3	2	False	77436	maximal	True	CHI0181_000000007339	1.0		4	3	False	False	0.9996381998062134	0					non-mobilizable	no_good_hit	617.0	77.31	22.0	0.00022148999378880855	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	False
SPA0137_000000008697	4193	0.5268397664080914	5	4	4	4	4	False	100926	fragment	False	SPA0046_000000005059	0.8142788933790662		0	0	False	False	0.9992845058441162	0					non-mobilizable	chromosome	2890.0	97.09299999999999	100.0	0.0005370378597749348	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0223_000000029449	1108	0.5268385429019622	2	2	2	1	1	False	27770	maximal	True	ISR0223_000000029449	1.0		566	14	True	True	0.994584858417511	6					non-mobilizable	chromosome	1106.0	91.501	100.0	0.0005015928409764583	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ENG0211_000000009379	2823	0.5268367714315958	4	4	3	4	1	False	104601	maximal	True	ENG0211_000000009379	1.0		2	2	False	False	0.9996457695960999	0					non-mobilizable	no_good_hit	609.0	97.537	31.0	0.00021656038704470228	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
CHI0023_000000004798	2764	0.5268354230347532	4	3	3	3	2	False	89140	maximal	True	CHI0023_000000004798	1.0		8	3	False	False	0.9981909990310669	0					non-mobilizable	no_good_hit	375.0	96.26700000000001	17.0	0.00012054705154482336	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0035_000000007326	2240	0.5268332596753007	3	2	1	2	1	True	116819	maximal	True	AST0035_000000007326	1.0		1	1	False	False	0.9991071224212646	0					non-mobilizable	no_good_hit	1005.0	75.622	45.0	0.001964154186103609	NZ_QVHZ01000005.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf5, whole genome shotgun sequence	True	True
SPA0117_000000018186	2082	0.5268305659878291	2	2	1	1	2	False	126895	fragment	False	SPA0117_000000018186	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	766.0	81.20100000000001	75.0	0.00022772969652100244	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
CHI0092_000000006010	1708	0.5268305659878291	2	2	1	1	2	False	126894	fragment	False	CHI0092_000000006010	0.9724075197089145		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1482.0	99.865	87.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ENG0101_000000020402	1649	0.5268305659878291	2	2	1	1	2	False	126894	fragment	False	CHI0092_000000006010	0.9487704918032787		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1415.0	83.18	86.0	0.019399309329554366	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0170_000000005599	1769	0.5268298854103589	5	4	2	3	2	False	77970	maximal	True	CHI0170_000000005599	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0039_01_000000016218	1373	0.5268286427864555	1	1	1	1	1	False	1311	fragment	False	USA0039_01_000000016218	0.9933969185619955		0	0	False	False	0.9927166700363159	0					non-mobilizable	no_good_hit								True	False
MON0041_000000041146	1637	0.5268271787535337	2	2	2	2	1	False	11791	maximal	True	MON0041_000000041146	1.0		54	11	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	76.38	46.0	0.0010992623935044885	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
USA0025_01_000000001582	11791	0.5268261962446675	12	8	7	7	6	False	80044	maximal	True	USA0025_01_000000001582	1.0		27	4	False	False	1.0	0					non-mobilizable	no_good_hit	3979.0	93.566	37.0	0.0006389206626653129	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ENG0126_000000000765	27241	0.5268231515125569	24	8	5	8	3	True	64720	maximal	False	ENG0042_000000000667	0.9871498329478283		0	0	False	False	0.9998164772987366	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	4.960368474689009e-07	LR877235.1	rodents	Acomys russatus genome assembly, chromosome: 24	True	True
ISR0296_000000004973	4804	0.5268194070215524	6	4	4	4	1	True	81251	maximal	True	ISR0296_000000004973	1.0		40	10	False	False	0.997918426990509	0					non-mobilizable	no_good_hit	2004.0	84.03200000000001	66.0	0.000603692977442238	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
SPA0011_000000013501	1250	0.5268192540594975	2	2	2	2	1	False	8026	fragment	False	SPA0011_000000013501	1.0		0	0	False	False	0.9983999729156494	0					non-mobilizable	chromosome	1250.0	100.0	100.0	0.0005200340083088861	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
ISR0353_000000010094	3544	0.5268119746358475	5	4	4	4	4	False	95840	maximal	True	ISR0353_000000010094	1.0		63	9	False	False	0.9791196584701538	0					non-mobilizable	chromosome	3544.0	99.54899999999999	100.0	0.0004999415652715916	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0181_000000017245	1165	0.5268020013506738	2	2	2	2	1	True	55257	fragment	False	ENG0181_000000017245	1.0		0	0	False	False	0.9776824116706848	0					non-mobilizable	other	1165.0	100.0	100.0	0.025200259796492746	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MAD0037_000000009830	1381	0.5268012084977568	2	2	2	1	1	False	24307	fragment	False	ISR0343_000000013392	0.9432299012693935		0	0	False	False	1.0	0					non-mobilizable	other	1385.0	93.285	100.0	0.0004134589714468164	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0058_000000021394	2285	0.5267999578883275	3	2	2	2	2	False	11016	maximal	True	MON0058_000000021394	1.0		20	4	False	False	0.9816192388534546	0					non-mobilizable	other	2285.0	98.206	100.0	0.009581099561215844	NZ_QEKH01000003.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_103, whole genome shotgun sequence	False	False
MON0104_000000021617	2103	0.5267997088536389	3	2	2	1	1	False	92819	maximal	True	MON0104_000000021617	0.9784591991890522		27	6	False	False	1.0	0					non-mobilizable	no_good_hit	1522.0	90.67	72.0	0.18120004771561493	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
CAN0016_000000024271	1973	0.5267997088536389	3	2	2	1	1	False	92819	maximal	False	MON0104_000000021617	0.9488825487398954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1511.0	90.801	77.0	0.18012644637957773	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0222_000000024024	2044	0.5267968556746242	2	1	1	1	1	False	27876	maximal	True	ISR0222_000000024024	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	81.081	16.0	0.0001334311828674361	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0269_000000004605	3420	0.5267957975040619	4	4	4	3	3	False	108784	fragment	False	ISR0257_000000004662	0.7854095919704339		0	0	False	False	0.9982455968856812	0					non-mobilizable	other	3426.0	95.56299999999999	99.0	0.020888573907305807	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
DEN0089_000000005604	3416	0.5267940933737825	5	5	2	3	3	True	119187	maximal	True	DEN0089_000000005604	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1527.0	80.157	44.0	0.0003598860360885719	CP026591.1	firmicutes	Clostridioides difficile strain CD-17-01474 chromosome, complete genome	True	True
SPA0089_000000004189	8189	0.5267896803275844	7	6	5	6	6	True	85878	maximal	True	SPA0089_000000004189	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	4756.0	91.67399999999999	57.0	0.006182103639382077	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0020_000000009275	2447	0.5267884975546431	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.8327576734917398		0	0	False	False	0.9991827011108398	0					non-mobilizable	no_good_hit	1992.0	78.163	84.0	0.01395708568671416	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0090_000000014610	2412	0.5267884975546431	3	2	2	1	2	False	102425	maximal	True	SPA0090_000000014610	1.0		1	1	False	False	0.9995853900909424	0					non-mobilizable	no_good_hit	1872.0	74.679	77.0	0.000512354832797374	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0137_000000015524	2360	0.5267884975546431	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.8302986827300145		0	0	False	False	0.9995762705802917	0					non-mobilizable	no_good_hit	1992.0	78.263	87.0	0.01395708568671416	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0134_000000016805	2339	0.5267884975546431	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.8274106406834094		0	0	False	False	0.9863189458847046	0					non-mobilizable	no_good_hit	2017.0	78.681	88.0	0.0005324827901133462	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0046_000000014904	2226	0.5267884975546431	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.8217187035592352		0	0	False	False	0.9991015195846558	0					non-mobilizable	chromosome	1997.0	78.468	91.0	0.0005271231243849783	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0112_000000017033	2061	0.5267884975546431	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.5053992319257351		0	0	False	False	1.0	0					non-mobilizable	chromosome	1823.0	78.058	91.0	0.00047995806597534124	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0176_000000004371	1754	0.5267884975546431	2	2	2	1	2	False	77717	maximal	True	CHI0176_000000004371	1.0		2	2	False	False	0.9897377490997314	0					non-mobilizable	other	1801.0	74.903	100.0	0.042193493393948005	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0102_000000000150	59709	0.5267824142429541	71	27	14	21	21	True	128805	maximal	True	ENG0102_000000000150	1.0		0	0	False	False	0.9997655153274536	0	rep_cluster_329				non-mobilizable	no_good_hit	21773.0	98.96700000000001	84.0	0.11709334510872492	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
SPA0074_000000013316	1635	0.5267805772694636	3	2	2	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.5914402328884368		0	0	False	False	1.0	0					non-mobilizable	chromosome	1518.0	74.374	91.0	0.0004712204104314015	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0054_000000012245	2044	0.5267791329402387	3	3	3	3	2	False	46330	maximal	True	FIJ0054_000000012245	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	74.811	32.0	0.0002685111905254976	LR134488.1	g-proteobacteria	Pasteurella multocida strain NCTC8282 genome assembly, chromosome: 1	True	False
ISR0012_000000001828	12038	0.5267776416615365	13	9	5	5	7	True	100950	fragment	False	ISR0012_000000001828	1.0		0	0	False	False	1.0	0					non-mobilizable	other	12040.0	99.90899999999999	100.0	0.11931260715736895	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ISR0068_000000001977	8369	0.5267776416615365	10	9	5	5	7	True	100948	fragment	False	ISR0068_000000001977	0.9939128317506696		0	0	False	False	1.0	0					non-mobilizable	other	8369.0	99.988	100.0	0.04584627690756781	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
DEN0087_000000001242	8214	0.5267776416615365	10	9	5	5	7	True	100948	fragment	False	ISR0068_000000001977	0.9848249492173498		0	0	False	False	1.0	0					non-mobilizable	other	8213.0	99.81700000000001	99.0	0.044991590100973575	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ISR0093_000000011395	2171	0.5267750174049554	3	3	3	2	2	False	62084	fragment	False	ISR0093_000000011395	0.9674988224211022		0	0	False	False	1.0	0					non-mobilizable	other	2172.0	96.363	100.0	0.006857873200881318	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
FIJ0040_000000019130	1296	0.5267747656020325	1	1	1	1	1	False	47456	fragment	False	FIJ0040_000000019130	0.9451313755795981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000024419	1109	0.5267745573905314	2	1	1	1	1	True	15859	maximal	True	MAD0088_000000024419	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	389.0	72.751	35.0	0.0011568305862382467	NZ_CABPSM010000006.1	b-proteobacteria	Pandoraea horticolens strain LMG 31112, whole genome shotgun sequence	True	True
CHI0018_000000010530	1669	0.5267743426259505	2	2	2	2	1	False	89531	maximal	True	CHI0018_000000010530	1.0		82	10	False	False	1.0	0					non-mobilizable	chromosome	1669.0	96.465	100.0	0.0002354326738771922	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0064_000000003990	5454	0.5267707068672123	6	4	3	3	3	False	10719	maximal	True	MON0064_000000003990	1.0		4	4	False	False	0.9998166561126709	0					non-mobilizable	no_good_hit	1757.0	99.03200000000001	32.0	0.0007929296276090199	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	True	False
ISR0825_000000021028	1150	0.5267705268079579	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.07127408419244653		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	99.565	100.0	0.011558077073965658	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	False	True
MON0068_000000014092	2976	0.5267697531009712	4	3	3	2	2	False	27024	fragment	False	MON0068_000000014092	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2744.0	98.324	92.0	0.0007416682641961335	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0093_000000023945	1571	0.5267603313744725	2	2	2	2	2	False	7194	fragment	False	USA0145_01_000000014354	0.9823423834042121		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	96.681	66.0	0.00020840473404002213	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0033_000000020090	1570	0.5267603313744725	3	2	2	2	2	False	7194	fragment	False	USA0145_01_000000014354	0.9817268649209309		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	96.537	66.0	0.00020840473404002213	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0112_000000003690	6634	0.5267592884889276	11	7	5	7	1	True	14473	maximal	True	MAD0112_000000003690	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	1.0	0.0006338066981426708	AC174285.24	eudicots	Medicago truncatula clone mth2-26n7, complete sequence	True	True
ENG0131_000000013673	1926	0.5267588480398341	2	2	2	1	1	False	58362	fragment	False	ENG0131_000000013673	1.0		0	0	False	False	0.9989615678787231	0					non-mobilizable	other	1926.0	99.221	100.0	0.0005299730746147026	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
DEN0001_000000028141	1560	0.5267558466087365	2	1	1	1	1	False	76804	maximal	True	DEN0001_000000028141	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	3.0	0.018410041841004185	NZ_WOTD01000111.1	a-proteobacteria	Acetobacter lambici strain LMG 27439 contig00111, whole genome shotgun sequence	True	False
MON0010_000000011488	2220	0.52675502441151	2	2	1	2	2	False	35889	maximal	True	MON0010_000000011488	1.0		514	12	False	False	1.0	0					non-mobilizable	chromosome	2223.0	98.83	100.0	0.0003137169154720069	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0106_000000012724	2002	0.5267541316881331	2	2	2	2	2	False	32893	maximal	True	ISR0106_000000012724	1.0		35	5	False	False	0.9870129823684692	0					non-mobilizable	no_good_hit	1213.0	73.372	77.0	0.011365585046586513	NZ_JNKW01000009.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
SPA0030_000000004787	6062	0.5267533014864504	8	8	8	8	8	False	7349	maximal	True	SPA0030_000000004787	1.0		2	2	False	False	0.9995051026344299	0					non-mobilizable	no_good_hit	637.0	98.273	21.0	0.00017661662528950132	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0055_000000011626	1469	0.5267472978322074	2	2	2	2	2	False	95825	fragment	False	USA0119_01_000000015756	0.9585034581455317		0	0	False	False	0.9972770810127258	0					non-mobilizable	chromosome	1469.0	96.52799999999999	100.0	0.00027991132836230136	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0237_000000002890	3277	0.5267469539223082	3	3	2	3	1	False	126643	maximal	True	ISR0237_000000002890	1.0		9	4	False	False	0.9905401468276978	0					non-mobilizable	virus	3097.0	98.676	95.0	0.18124341412012646	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
ISR0188_000000003177	6686	0.5267440785221958	3	3	3	3	2	False	77912	maximal	True	ISR0188_000000003177	0.9805100507835851		347	12	False	False	0.9998504519462585	0					non-mobilizable	chromosome	6537.0	98.287	98.0	0.0012003867096474655	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0820_000000002480	6595	0.5267440785221958	3	3	3	3	2	False	77912	maximal	False	ISR0188_000000003177	0.9796852460094939		0	0	False	False	1.0	0					non-mobilizable	chromosome	6595.0	99.833	100.0	0.0011721649748430713	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
MON0107_000000049589	1248	0.5267421536075372	2	1	1	1	1	False	46708	maximal	True	MON0107_000000049589	0.9739495798319329		231	13	False	False	0.9943910241127014	0					non-mobilizable	no_good_hit	821.0	73.203	65.0	0.0028519858141026998	NZ_DF158900.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0048_000000029181	1190	0.5267421536075372	2	1	1	1	1	False	46708	maximal	False	MON0107_000000049589	0.9519230769230769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	73.589	73.0	0.0030740811247188557	NZ_DF158900.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0079_000000014011	3545	0.526741946821794	6	4	4	4	2	False	69623	maximal	True	DEN0079_000000014011	1.0		1	1	False	False	0.9988716244697571	0					non-mobilizable	no_good_hit	320.0	75.625	9.0	5.7591134359394316e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0131_000000015204	2136	0.526739160667935	3	3	3	2	1	False	31673	maximal	True	ISR0131_000000015204	1.0		17	9	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	81.676	24.0	0.014442780023176281	NZ_QEKH01000041.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_141, whole genome shotgun sequence	True	False
FIJ0006_000000007696	4322	0.526738991529892	7	5	5	4	4	False	51784	maximal	True	FIJ0006_000000007696	1.0		5	3	False	False	0.997917652130127	0					non-mobilizable	no_good_hit	1488.0	94.691	34.0	0.010448894639140463	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0146_000000010302	1865	0.5267361716421994	3	3	3	3	2	True	39972	maximal	True	FIJ0146_000000010302	1.0		12	2	False	False	1.0	0					non-mobilizable	chromosome	1300.0	97.92299999999999	98.0	0.0005975930662642843	LR698990.1	high GC Gram+	Bifidobacterium adolescentis isolate MGYG-HGUT-02395 genome assembly, chromosome: 1	False	True
ISR0115_000000020844	1695	0.526735339477174	2	2	2	2	2	False	110221	fragment	False	ISR0375_000000009302	0.30436936372290596		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	94.046	87.0	0.005460022593196937	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
SPA0132_000000024100	1719	0.5267348983705189	1	1	1	1	1	False	3728	maximal	True	SPA0132_000000024100	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	78.15100000000001	7.0	0.0008877490629315447	NZ_JACCCY010000005.1	CFB group bacteria	Macellibacteroides fermentans strain DSM 23697 Ga0376912_05, whole genome shotgun sequence	True	False
MAD0045_000000000380	25281	0.5267327369299376	17	14	8	12	6	True	17923	maximal	True	MAD0045_000000000380	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	73.984	1.0	6.919004582046188e-05	CP034298.1	g-proteobacteria	Vibrio parahaemolyticus strain 20160303005-1 chromosome I, complete sequence	True	True
ISR0230_000000005385	5099	0.5267326002204599	6	5	4	5	2	False	114069	maximal	True	ISR0230_000000005385	1.0		7	4	False	False	0.9996077418327332	0					non-mobilizable	no_good_hit	2028.0	98.37299999999999	43.0	0.000587589881394968	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0123_000000006154	1313	0.5267307986778207	2	2	2	2	2	False	4084	maximal	True	SPA0123_000000006154	1.0		8	5	False	False	0.9923838376998901	0					non-mobilizable	other	1313.0	93.679	100.0	0.003435445311743096	NZ_QJKD01000006.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_106, whole genome shotgun sequence	False	False
MAD0005_000000010432	2687	0.5267301759172731	4	2	2	2	2	True	19970	maximal	True	MAD0005_000000010432	1.0		5	1	False	False	0.9996278285980225	0					non-mobilizable	no_good_hit	832.0	80.40899999999999	31.0	0.0002206259442803722	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
ISR0102_000000006956	2597	0.5267265291173391	5	2	1	1	2	True	102259	maximal	True	ISR0102_000000006956	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	0.0003480244061370772	NZ_WBXO01000007.1	firmicutes	Heliorestis acidaminivorans strain DSM 24790 NODE_7_length_135048_cov_23.8347, whole genome shotgun sequence	True	True
ISR0260_000000006154	2198	0.5267261487441006	4	3	1	2	3	False	69275	fragment	False	ISR0234_000000005032	0.9368257769086089		0	0	False	False	1.0	0					non-mobilizable	other	2129.0	98.35600000000001	97.0	0.015242024438809862	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
ISR0130_000000006621	4165	0.5267250217961666	6	3	2	2	2	True	128434	maximal	True	ISR0130_000000006621	1.0		41	6	False	False	1.0	0					non-mobilizable	no_good_hit	1807.0	98.561	68.0	0.00037293950921160585	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
MON0035_000000004198	5530	0.5267185993623188	6	6	4	4	6	False	50223	maximal	True	MON0035_000000004198	0.9797787498737524		66	6	False	False	0.9992766976356506	0					non-mobilizable	chromosome	2565.0	89.86399999999999	93.0	0.0010290680459647704	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MON0057_000000003750	5396	0.5267185993623188	6	6	4	4	6	False	50223	maximal	False	MON0035_000000004198	0.9762361413901715		0	0	False	False	1.0	0					non-mobilizable	chromosome	2565.0	89.86399999999999	93.0	0.0010290680459647704	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MON0011_000000008587	5184	0.5267185993623188	7	6	4	4	6	False	50223	maximal	False	MON0035_000000004198	0.7650404927804718		0	0	False	False	0.9998071193695068	0					non-mobilizable	chromosome	2565.0	89.86399999999999	94.0	0.0010290680459647704	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MON0059_000000006571	5175	0.5267185993623188	6	6	4	4	6	False	50223	maximal	False	MON0035_000000004198	0.9524142738386436		0	0	False	False	1.0	0					non-mobilizable	other	2565.0	89.825	97.0	0.0010308245222283912	HE576794.1	firmicutes	Megasphaera elsdenii strain DSM 20460 draft genome	False	False
ENG0052_000000013376	2301	0.5267178015884252	3	3	3	3	2	False	125826	maximal	True	ENG0052_000000013376	1.0		618	14	False	False	1.0	0					non-mobilizable	other	2301.0	99.131	100.0	0.006289428669175505	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0068_000000005511	3622	0.5267171786756014	4	4	2	2	3	True	129292	maximal	True	ISR0068_000000005511	1.0		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	3256.0	80.958	89.0	0.0013927954840837228	AP023392.1	firmicutes	Streptococcus suis DAT300 DNA, complete genome	True	True
CHI0142_000000002405	6635	0.5267171346772285	4	4	3	4	4	True	105061	fragment	False	CHI0142_000000002405	0.9996838444514702		0	0	False	False	0.9972870945930481	0					non-mobilizable	other	6640.0	98.675	100.0	0.6037838821175187	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0148_000000004635	6326	0.5267171346772285	4	4	3	4	4	True	105061	fragment	False	CHI0142_000000002405	0.9764129615674453		0	0	False	False	1.0	0					non-mobilizable	other	6331.0	98.815	100.0	0.5756776423503729	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0203_000000010607	1730	0.5267166621480067	2	2	2	2	2	False	54086	maximal	True	ENG0203_000000010607	1.0		20	9	False	False	1.0	0					non-mobilizable	chromosome	1659.0	88.24600000000001	96.0	0.0005754754731028829	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0116_000000004979	3564	0.5267135443970644	5	4	4	4	2	False	82197	maximal	True	CHI0116_000000004979	1.0		6	4	False	False	0.9904601573944092	0					non-mobilizable	no_good_hit	890.0	83.37100000000001	43.0	0.0003133505323253891	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0229_000000004706	3302	0.5267124430222005	4	4	3	3	2	False	34110	maximal	True	ISR0229_000000004706	1.0		100	10	False	False	0.9978801012039185	0					non-mobilizable	no_good_hit	996.0	81.928	33.0	0.0002661074034134639	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0003_000000005639	4033	0.5267092012255726	6	4	3	4	2	False	67908	fragment	False	ENG0003_000000005639	0.9940249864204237		0	0	False	False	0.9965286254882812	0					non-mobilizable	other	4016.0	98.83	99.0	0.023401663470673607	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0060_000000021614	1462	0.5267075390741821	3	1	1	1	1	False	63306	fragment	False	ENG0060_000000021614	1.0		0	0	False	False	0.9616963267326355	0					non-mobilizable	no_good_hit								True	False
MON0077_000000038545	1189	0.5267075390741821	2	1	1	1	1	False	10192	maximal	True	MON0077_000000038545	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0074_000000020300	1106	0.5267075390741821	2	1	1	1	1	False	10356	maximal	True	MON0074_000000020300	1.0		13	7	False	False	0.9963833689689636	0					non-mobilizable	no_good_hit								True	False
ISR0050_000000001811	10377	0.5267074191650055	10	4	1	4	3	True	108366	maximal	True	ISR0050_000000001811	1.0	PS671	1	1	True	True	1.0	5					non-mobilizable	no_good_hit	547.0	81.536	5.0	0.016036345037157385	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
USA0081_01_000000005214	5934	0.526700829757238	6	3	3	3	3	False	77782	maximal	True	USA0081_01_000000005214	1.0		5	4	False	False	0.9996629357337952	0					non-mobilizable	no_good_hit	1891.0	78.001	61.0	0.0006390449630393909	CP015403.2	b-proteobacteria	Burkholderiales bacterium YL45, complete genome	True	False
ISR0010_000000004952	3545	0.5266960588491545	4	4	4	4	4	False	94589	maximal	True	ISR0010_000000004952	1.0		177	11	False	False	0.9994358420372009	0					non-mobilizable	no_good_hit	544.0	77.02199999999999	15.0	0.00043159153984494733	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
ISR0016_000000017684	1270	0.5266946665848289	1	1	1	1	1	False	54774	fragment	False	FIJ0020_000000016749	0.9264863438295521		0	0	False	False	0.9992126226425171	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000018606	1929	0.5266904854627328	3	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.19380002805653432		0	0	False	False	0.9984447956085205	0					non-mobilizable	no_good_hit	56.0	100.0	3.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
USA0062_01_000000002371	11066	0.5266901773624731	14	14	8	7	9	True	104752	maximal	True	USA0062_01_000000002371	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1194.0	98.66	60.0	0.0005323808491050602	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0025_000000002204	8408	0.5266835238501112	10	6	2	2	6	False	113751	maximal	True	ENG0025_000000002204	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6462.0	98.685	84.0	0.002833297904299445	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
USA0042_01_000000003502	7886	0.5266835238501112	11	6	2	2	6	False	113749	fragment	False	USA0042_01_000000003502	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7895.0	97.32700000000001	100.0	0.0034644324707973993	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0044_000000002359	7878	0.5266835238501112	11	6	2	2	6	False	113749	fragment	False	USA0042_01_000000003502	0.9994927720010145		0	0	False	False	0.9998730421066284	0					non-mobilizable	other	7887.0	97.325	100.0	0.0034609188476018645	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0039_000000001923	6636	0.5266835238501112	9	6	2	2	6	False	113746	fragment	False	CHI0039_000000001923	0.9688057918211685		0	0	False	False	1.0	0					non-mobilizable	other	6570.0	98.387	99.0	0.0028842454406347007	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0327_000000003185	6546	0.5266835238501112	9	6	2	2	6	False	113746	fragment	False	CHI0039_000000001923	0.9529185130731604		0	0	False	False	1.0	0					non-mobilizable	other	6364.0	98.602	99.0	0.0027942088462491192	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0204_000000001421	6472	0.5266835238501112	10	6	2	2	6	False	113746	fragment	False	CHI0039_000000001923	0.9558506594436197		0	0	False	False	1.0	0					non-mobilizable	other	6477.0	98.116	100.0	0.0028442779767854916	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0080_000000003579	6408	0.5266835238501112	9	6	2	2	6	False	113746	fragment	False	CHI0039_000000001923	0.9470797206737599		0	0	False	False	0.9973470568656921	0					non-mobilizable	other	6355.0	99.323	99.0	0.0027902560201541428	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0381_000000010158	1720	0.5266820341506079	3	3	3	3	1	False	49272	fragment	False	ISR0381_000000010158	1.0		0	0	False	False	0.9790697693824768	0					non-mobilizable	other	1672.0	86.304	97.0	0.010202959469201725	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0321_000000003389	2985	0.5266759469333824	2	2	2	2	1	True	125680	maximal	True	ISR0321_000000003389	1.0		205	12	False	False	1.0	0					non-mobilizable	other	836.0	91.148	92.0	0.0002597670869190006	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0085_000000002039	5058	0.5266745720473137	5	5	4	5	4	False	16076	maximal	True	MAD0085_000000002039	1.0		55	8	False	False	0.99980229139328	0					non-mobilizable	no_good_hit	1641.0	81.109	57.0	0.06527738890444382	NZ_JAAIPV010000054.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_54_length_25001_cov_73.0962, whole genome shotgun sequence	True	False
SPA0022_000000003532	3849	0.5266714778252323	3	3	3	1	1	False	99658	fragment	False	ENG0206_000000006185	0.5602716691692572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	73.81	16.0	0.008290093636309417	NZ_KB822481.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.19, whole genome shotgun sequence	True	False
ENG0084_000000007421	3572	0.5266714778252323	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.6592365608022552		0	0	False	False	1.0	0					non-mobilizable	other	3521.0	96.365	98.0	0.001365999173016717	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0102_000000005360	3551	0.5266714778252323	3	3	3	1	1	False	118374	maximal	True	ISR0102_000000005360	1.0		8	2	False	False	0.9890171885490417	0					non-mobilizable	no_good_hit	3168.0	94.539	89.0	0.001229982185660856	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0164_000000006800	3476	0.5266714778252323	3	3	3	1	1	False	118375	maximal	True	FIJ0164_000000006800	1.0		9	4	False	False	1.0	0					non-mobilizable	other	3477.0	94.363	99.0	0.0013496771345340136	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
FIJ0001_000000005859	3341	0.5266714778252323	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.6055020995860684		0	0	False	False	1.0	0					non-mobilizable	other	3343.0	97.338	100.0	0.0012979906793387863	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
SPA0059_000000008221	3176	0.5266714778252323	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.6050052702290493		0	0	False	False	1.0	0					non-mobilizable	other	3177.0	96.884	100.0	0.0013309048685967234	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
DEN0085_000000010112	3159	0.5266714778252323	4	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.5508379572542584		0	0	False	False	1.0	0					non-mobilizable	other	3160.0	97.24700000000001	100.0	0.001323778763788489	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0371_000000005349	3128	0.5266714778252323	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.5418076338631603		0	0	False	False	0.9878516793251038	0					non-mobilizable	other	3133.0	95.531	99.0	0.0013099457368077984	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ENG0063_000000010212	3114	0.5266714778252323	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.4365106232542014		0	0	False	False	0.9996788501739502	0					non-mobilizable	other	3116.0	97.65700000000001	100.0	0.00120938532757554	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ISR0338_000000008546	2999	0.5266714778252323	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.43325277835913345		0	0	False	False	1.0	0					non-mobilizable	other	3002.0	95.76899999999999	100.0	0.0012567095420639295	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
CAN0016_000000016885	2866	0.5266708940084267	2	2	2	1	1	False	92947	maximal	True	CAN0016_000000016885	1.0		2	1	False	False	0.989532470703125	0					non-mobilizable	no_good_hit	109.0	81.65100000000001	4.0	0.0004888983183742747	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	False
FIJ0040_000000016901	1457	0.5266707289492656	2	2	2	2	2	False	47467	maximal	True	FIJ0040_000000016901	1.0		31	1	False	False	1.0	0					non-mobilizable	no_good_hit	1256.0	95.541	86.0	0.11006758535943123	NZ_CACVNJ010000044.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
SPA0017_000000005827	2123	0.526668224264302	2	2	2	2	1	False	7831	maximal	True	SPA0017_000000005827	1.0		4	2	False	False	0.9957607388496399	0					non-mobilizable	other	1383.0	99.42200000000001	100.0	0.0003666001286548932	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ISR0113_000000012236	1348	0.5266660424394626	2	2	2	2	2	False	32576	maximal	True	ISR0113_000000012236	1.0		41	8	False	False	1.0	0					non-mobilizable	other	1348.0	95.92	100.0	0.0006254492369240713	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
ISR0025_000000030539	1300	0.5266658825768216	2	2	2	2	1	False	59001	maximal	True	ISR0025_000000030539	0.9976415094339622		394	13	False	False	1.0	0					non-mobilizable	chromosome	1309.0	83.04	100.0	0.0004517360467240074	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0003_000000015790	1143	0.5266634819182713	2	2	2	2	2	False	8365	maximal	True	SPA0003_000000015790	1.0		2	2	False	False	0.9991251230239868	0					non-mobilizable	no_good_hit	441.0	72.562	38.0	0.00025458595955465854	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
MON0087_000000023859	2125	0.5266608526423263	2	2	2	2	2	False	86070	maximal	False	FIJ0047_000000013672	0.9461332141260617		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	97.434	51.0	0.008756342116477843	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0275_000000005678	2456	0.5266582017890427	3	3	3	3	3	False	46945	maximal	True	ISR0275_000000005678	0.9957303370786517		851	15	False	False	0.9995928406715393	0					non-mobilizable	other	2456.0	99.87799999999999	100.0	0.02009018077071007	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0157_000000016414	1917	0.5266566064780571	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.839370585511399		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	91.212	82.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0010_01_000000013973	1909	0.5266566064780571	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.8251414339197467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.182	84.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0113_000000018252	1528	0.5266545163310561	3	3	3	2	1	False	59603	fragment	False	USA0019_01_000000017754	0.7988408649271631		0	0	False	False	0.9954188466072083	0					non-mobilizable	no_good_hit	434.0	83.41	51.0	0.000119962719278009	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0819_000000018487	1440	0.5266545163310561	3	3	3	2	1	False	59603	fragment	False	USA0019_01_000000017754	0.7966679942344387		0	0	False	False	0.9972222447395325	0					non-mobilizable	no_good_hit	747.0	78.715	51.0	0.003764121920322639	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0165_000000018305	1333	0.5266545163310561	3	3	3	2	1	False	59603	fragment	False	USA0019_01_000000017754	0.39473137509935696		0	0	False	False	0.9992498159408569	0					non-mobilizable	no_good_hit	672.0	78.72	50.0	0.0033763346345751146	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0374_000000012760	1280	0.5266542914625686	2	1	1	1	1	False	23409	maximal	True	ISR0374_000000012760	1.0		165	12	False	False	0.9375	0					non-mobilizable	no_good_hit	1119.0	85.07600000000001	86.0	0.00033600622876062776	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0149_000000005621	2802	0.5266510066832863	4	4	4	2	2	False	30872	maximal	True	ISR0149_000000005621	1.0		73	7	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	84.96700000000001	5.0	0.00027548510920886516	NZ_LT707060.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
MON0077_000000036035	1263	0.5266452940091139	2	1	1	1	1	False	10195	maximal	True	MON0077_000000036035	1.0		14	5	False	False	0.9992082118988037	0					non-mobilizable	no_good_hit	797.0	78.545	62.0	0.03828610248447205	NZ_SDIK01000030.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_32__1..20608__consensus, whole genome shotgun sequence	True	False
CHI0180_000000009820	1327	0.5266445757892447	2	2	2	2	2	False	96051	maximal	True	CHI0180_000000009820	1.0		72	10	False	False	0.9992464184761047	0					non-mobilizable	other	1327.0	99.62299999999999	100.0	0.00041841875576272437	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0186_000000005428	2934	0.5266310714756156	4	4	4	4	3	False	55024	maximal	True	ENG0186_000000005428	1.0		562	13	False	False	0.9959100484848022	0					non-mobilizable	no_good_hit	1482.0	99.325	51.0	0.004505093706557482	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0038_000000019870	1292	0.5266265273430831	2	1	1	1	1	False	7031	fragment	False	SPA0038_000000019870	1.0		0	0	False	False	0.9938080310821533	0					non-mobilizable	other	1293.0	99.072	100.0	0.0022520324069555033	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
ISR0265_000000011199	1536	0.5266263133399238	2	2	2	2	1	False	68326	fragment	False	MON0083_000000023354	0.9386608665369296		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	94.993	100.0	0.020853428249263	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
ISR0014_000000023018	1530	0.5266263133399238	2	2	2	2	1	False	68326	fragment	False	MON0083_000000023354	0.9367221312643949		0	0	False	False	0.9986928105354309	0					non-mobilizable	other	1530.0	95.556	100.0	0.02077191647760464	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
ENG0059_000000008375	1492	0.5266263133399238	2	2	2	2	1	False	68326	fragment	False	MON0083_000000023354	0.8016523397304853		0	0	False	False	1.0	0					non-mobilizable	other	1492.0	95.979	100.0	0.020255675257101712	NZ_SPFY01000008.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_8_length_73609_cov_18.2556, whole genome shotgun sequence	False	False
SPA0093_000000015117	2592	0.5266257806432435	4	2	1	1	2	False	5281	maximal	True	SPA0093_000000015117	1.0		45	9	False	False	0.9996141791343689	0					non-mobilizable	no_good_hit								True	False
ENG0080_000000015307	1771	0.526625365712466	2	1	1	1	1	False	61737	fragment	False	SPA0100_000000015324	0.9614188038244228		0	0	False	False	1.0	0					non-mobilizable	other	1772.0	95.711	100.0	0.0003430050691539667	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0021_000000006939	3727	0.5266235372679354	4	4	3	4	2	False	49206	maximal	True	MON0021_000000006939	1.0		21	6	False	False	0.9849745035171509	0					non-mobilizable	no_good_hit	2560.0	97.539	69.0	0.0007156549306161769	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0323_000000014457	1510	0.5266232003558072	3	2	2	1	1	False	127820	fragment	False	ISR0094_000000011849	0.9749835418038183		0	0	False	False	0.995364248752594	0					non-mobilizable	no_good_hit	1312.0	94.131	87.0	0.0004222369987265203	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0107_000000005213	7067	0.5266229089147035	7	5	3	5	3	False	84619	fragment	False	DEN0067_000000003918	0.9523872383215318		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1154.0	84.48899999999999	29.0	0.00030570361314461516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0093_000000003142	7042	0.5266229089147035	7	5	3	5	3	False	84619	fragment	False	DEN0067_000000003918	0.9572876015721571		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1154.0	84.14200000000001	29.0	0.00030570361314461516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0082_01_000000016539	1802	0.5266208328325862	6	5	1	3	5	False	119875	fragment	False	ISR0816_000000021123	0.9917789972089972		0	0	False	False	1.0	0					non-mobilizable	other	1802.0	99.834	100.0	0.02922325528566097	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0009_000000008549	3681	0.5266194544939021	5	5	4	5	3	False	59692	maximal	True	ISR0009_000000008549	1.0		1	1	False	False	0.9934800267219543	0					non-mobilizable	other	2196.0	99.089	99.0	0.0006231008906794326	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0157_000000022226	1429	0.5266193598600708	4	3	3	2	1	False	30535	fragment	False	ISR0157_000000022226	1.0		0	0	False	False	0.9881035685539246	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.01416697171858e-07	LR584414.1	bony fishes	Salmo trutta genome assembly, chromosome: 33	True	False
AST0061_000000020305	2067	0.5266181147879561	3	2	1	2	1	False	112004	maximal	True	AST0061_000000020305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	943.0	95.86399999999999	46.0	0.0003200905767984622	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0067_000000005457	4086	0.5266159721967151	4	4	4	3	4	False	6049	maximal	True	SPA0067_000000005457	1.0		1	1	False	False	0.9997552633285522	0					non-mobilizable	chromosome	4078.0	92.742	100.0	0.0010648451325271223	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
ISR0198_000000009706	3422	0.526610357289221	8	6	3	3	3	False	28890	maximal	True	ISR0198_000000009706	1.0		35	7	False	False	1.0	0					non-mobilizable	no_good_hit	2879.0	87.635	84.0	0.010365017791518404	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0076_000000004089	5982	0.5266094508938866	5	3	3	3	1	True	34595	fragment	False	ISR0076_000000004089	1.0		0	0	False	False	0.9981611371040344	0					non-mobilizable	other	5983.0	95.48700000000001	100.0	0.22708981854073343	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0018_000000003769	5771	0.5266094508938866	5	3	3	3	1	True	37807	maximal	True	ISR0018_000000003769	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0139_000000008858	2807	0.5266073696504188	3	3	0	1	2	False	84786	fragment	False	ISR0139_000000008858	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2807.0	99.964	100.0	0.5430617379523902	CP024722.1	enterobacteria	Escherichia coli isolate NQ3 plasmid p2NQ3, complete sequence	False	True
SPA0089_000000016881	2311	0.5266061576467596	4	3	2	3	0	False	5421	maximal	True	SPA0089_000000016881	1.0		0	0	False	False	0.9952401518821716	0					non-mobilizable	no_good_hit	200.0	84.5	9.0	0.0002173955791134193	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0243_000000005606	2048	0.5266055985436441	2	2	2	2	1	False	44970	fragment	False	MON0028_000000012031	0.9194969282573396		0	0	False	False	0.99658203125	0					non-mobilizable	no_good_hit	851.0	96.12200000000001	42.0	0.00422093883611336	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
ISR0083_000000020994	1341	0.5266011480872217	2	2	2	2	1	False	34090	maximal	True	ISR0083_000000020994	1.0		14	6	False	False	0.9992542862892151	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.0003483164703931	NZ_VMNK01000004.1	b-proteobacteria	Denitromonas halophilus strain SFB-3 k141_81, whole genome shotgun sequence	True	False
MON0015_000000016553	2280	0.5266005172963741	3	3	3	3	3	False	84188	fragment	False	MON0015_000000016553	1.0		0	0	False	False	0.9938596487045288	0					non-mobilizable	other	1172.0	99.40299999999999	100.0	0.00032518564184592143	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0288_000000008147	3622	0.5266004724672295	4	3	3	3	3	True	69523	maximal	True	ISR0288_000000008147	1.0		360	12	False	False	0.9975152015686035	0					non-mobilizable	other	3557.0	99.15700000000001	98.0	0.047528669571493494	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0176_000000004011	2125	0.5265951053887401	3	3	3	2	2	False	55571	maximal	True	ENG0176_000000004011	1.0		2	2	False	False	0.9929412007331848	0					non-mobilizable	chromosome	2123.0	98.917	99.0	0.000538243848813847	CP048275.1	enterobacteria	Morganella morganii strain N18-00103 chromosome, complete genome	False	False
ISR0157_000000008918	3364	0.5265946748528256	6	5	4	3	3	True	129446	fragment	False	ISR0232_000000006817	0.8429320861782067		0	0	False	False	1.0	0					non-mobilizable	other	3365.0	95.84	100.0	0.0010765265655824658	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0391_000000003800	3327	0.5265946748528256	6	5	4	3	3	True	129446	fragment	False	ISR0232_000000006817	0.8036531818187751		0	0	False	False	1.0	0					non-mobilizable	other	3326.0	98.286	100.0	0.001034401873060691	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0801_000000001946	3307	0.5265946748528256	6	5	4	3	3	True	129446	fragment	False	ISR0232_000000006817	0.9505419295108145		0	0	False	False	0.9833686351776123	0					non-mobilizable	other	3307.0	99.819	100.0	0.0010284910052146298	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0290_000000004187	2873	0.5265946748528256	6	5	4	3	3	True	129436	maximal	True	ISR0290_000000004187	1.0		24	4	False	False	1.0	0					non-mobilizable	no_good_hit	2038.0	91.56	87.0	0.0006490539406411833	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
AST0084_000000027280	1300	0.5265919775369761	2	1	1	1	1	False	114418	maximal	False	AST0052_000000018608	0.9739583333333333		0	0	False	False	0.9976922869682312	0					non-mobilizable	other	1302.0	96.62100000000001	100.0	0.0016618281899750853	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
FIJ0002_000000001916	15856	0.5265877385718714	23	8	6	7	4	True	52473	maximal	True	FIJ0002_000000001916	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0024064392996431833	KR232300.1	other sequences	Expression vector pWCD2353, complete sequence	True	True
ISR0018_000000018473	1145	0.5265862238849937	3	2	2	2	1	False	37762	maximal	True	ISR0018_000000018473	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	79.545	8.0	1.5941031529321395e-05	CP000154.2	firmicutes	Paenibacillus polymyxa E681, complete genome	True	False
ISR0354_000000014433	1284	0.526584893138531	2	2	2	2	2	False	108178	fragment	False	CHI0140_000000019596	0.6523493476058774		0	0	False	False	0.9883177280426025	0					non-mobilizable	chromosome	1278.0	99.765	100.0	0.0004374863820801193	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0286_000000004603	3275	0.526584839503372	6	5	2	3	5	True	81009	maximal	True	ISR0286_000000004603	1.0		4	3	False	False	1.0	0					non-mobilizable	other	2735.0	93.346	100.0	0.0011426918651321787	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
MON0068_000000034899	1211	0.5265836471162844	3	3	3	2	1	False	10530	maximal	True	MON0068_000000034899	1.0		296	13	False	False	1.0	0					non-mobilizable	other	1030.0	98.544	100.0	0.00031980906030267377	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0038_000000012363	2241	0.5265836066259105	3	3	3	3	3	False	131688	fragment	False	SPA0038_000000012363	1.0		0	0	False	False	0.9973226189613342	0					non-mobilizable	other	2241.0	98.527	100.0	0.002633354729340509	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0180_000000013919	1710	0.5265815815196541	3	1	1	1	1	False	29627	maximal	True	ISR0180_000000013919	1.0		57	9	False	False	0.9941520690917969	0					non-mobilizable	no_good_hit								True	False
MON0015_000000020633	1829	0.5265797427599547	2	2	2	2	2	False	112569	fragment	False	MON0015_000000020633	1.0		0	0	False	False	0.9994532465934753	0					non-mobilizable	other	1831.0	87.821	100.0	0.003822372589322867	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0049_000000008292	2158	0.52657864568112	1	1	0	0	1	False	17546	fragment	False	MAD0049_000000008292	1.0		0	0	False	False	0.9995366334915161	0					non-mobilizable	no_good_hit	413.0	75.061	19.0	0.013670399120697946	CP029330.1	firmicutes	Clostridium beijerinckii isolate WB53 plasmid unnamed1	True	False
MAD0099_000000014755	2122	0.52657864568112	2	1	0	0	1	False	17546	fragment	False	MAD0049_000000008292	0.9916589434661724		0	0	False	False	0.9995287656784058	0					non-mobilizable	no_good_hit	413.0	75.061	19.0	0.013670399120697946	CP029330.1	firmicutes	Clostridium beijerinckii isolate WB53 plasmid unnamed1	True	False
CHI0063_000000006935	1933	0.52657864568112	2	1	0	0	1	False	85455	maximal	True	CHI0063_000000006935	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	86.444	86.0	0.00043681360960781657	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MON0077_000000022909	1886	0.52657864568112	2	1	0	0	1	False	10226	maximal	True	MON0077_000000022909	1.0		1	1	False	False	0.9904559850692749	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000012732	1876	0.52657864568112	2	1	0	0	1	False	17545	fragment	False	MAD0048_000000012732	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	413.0	75.061	22.0	0.013670399120697946	CP029330.1	firmicutes	Clostridium beijerinckii isolate WB53 plasmid unnamed1	True	False
ISR0319_000000010671	1853	0.52657864568112	2	1	0	0	1	False	121077	fragment	False	ISR0319_000000010671	1.0		0	0	False	False	0.9962223172187805	0					non-mobilizable	no_good_hit	1360.0	81.39699999999999	84.0	0.0631909312347761	NZ_AVNC01000021.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.20, whole genome shotgun sequence	True	False
MAD0056_000000007949	1742	0.52657864568112	2	1	0	0	1	False	131156	fragment	False	MAD0056_000000007949	0.9950688374362651		0	0	False	False	0.9586681723594666	0					non-mobilizable	no_good_hit	1466.0	83.42399999999999	83.0	0.00042119246065495426	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0147_000000014940	1664	0.52657864568112	2	1	0	0	1	False	131156	fragment	False	MAD0056_000000007949	0.983415530181967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1456.0	83.37899999999999	87.0	0.0004182996552933131	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0105_000000023164	1633	0.52657864568112	2	1	0	0	1	False	131156	fragment	False	MAD0056_000000007949	0.9702385527295345		0	0	False	False	0.9755052328109741	0					non-mobilizable	no_good_hit	1459.0	83.413	88.0	0.0004191674969018055	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
AST0024_000000023274	1533	0.52657864568112	2	1	0	0	1	False	121076	fragment	False	AST0024_000000023274	1.0		0	0	False	False	0.9869536757469177	0					non-mobilizable	no_good_hit	1143.0	86.61399999999999	75.0	0.0003294905306909292	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
MAD0098_000000029731	1526	0.52657864568112	2	1	0	0	1	False	131156	fragment	False	MAD0056_000000007949	0.7119759343056667		0	0	False	False	0.9986894130706787	0					non-mobilizable	chromosome	1455.0	83.368	94.0	0.000418010374757149	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	False
ENG0182_000000018985	1499	0.52657864568112	2	1	0	0	1	False	55221	maximal	True	ENG0182_000000018985	1.0		7	3	False	False	0.9986657500267029	0					non-mobilizable	chromosome	1355.0	86.863	90.0	0.0003896608822130655	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	False
AST0002_000000028451	1320	0.52657864568112	1	1	0	0	1	False	131154	fragment	False	AST0002_000000028451	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1325.0	83.62299999999999	99.0	0.00038156102720047027	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	False	False
MAD0041_000000028990	1300	0.52657864568112	1	1	0	0	1	False	18210	fragment	False	MAD0041_000000028990	1.0		0	0	False	False	0.9984615445137024	0					non-mobilizable	no_good_hit	1078.0	83.488	83.0	0.050262319655237024	NZ_AVNC01000021.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.20, whole genome shotgun sequence	True	False
ISR0062_000000015774	2344	0.5265778380924234	3	3	2	3	2	True	93394	maximal	True	ISR0062_000000015774	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1206.0	78.192	51.0	0.009199427998990586	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	True	True
MON0059_000000030794	1264	0.5265774883812951	2	2	1	2	1	False	10924	maximal	True	MON0059_000000030794	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	91.277	63.0	0.014548267098817723	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
MAD0001_000000004312	5749	0.5265765912261295	7	6	3	6	3	False	47739	fragment	False	MAD0001_000000004312	1.0		0	0	False	False	0.9970429539680481	0					non-mobilizable	no_good_hit	516.0	71.318	9.0	7.910771510131818e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0400_000000004929	3569	0.526571429023027	9	2	2	2	1	False	22561	maximal	True	ISR0400_000000004929	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0012_000000000724	8597	0.5265699639487352	10	7	3	6	6	False	90120	maximal	True	CHI0012_000000000724	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	94.404	25.0	0.0004143473927585809	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0187_000000005513	3080	0.5265695438266487	4	3	2	3	3	False	77091	fragment	False	MAD0041_000000008285	0.26902931486018417		0	0	False	False	1.0	0					non-mobilizable	plasmid	3080.0	99.935	100.0	0.04367499787228007	CP031852.1	enterobacteria	Klebsiella pneumoniae strain 121 plasmid pKP121-3, complete sequence	False	True
CHI0060_000000000891	9701	0.5265628185049612	6	6	6	6	5	False	85781	maximal	False	ISR0359_000000001837	0.9657416750756811		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4421.0	87.605	89.0	0.0010980503167616342	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ISR0062_000000003269	8190	0.5265605614285406	9	7	7	6	3	True	64631	maximal	True	ISR0062_000000003269	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	5350.0	94.654	83.0	0.0014096688874912144	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	True	True
USA0035_01_000000008489	2947	0.5265593426025722	3	3	2	3	1	False	1426	maximal	True	USA0035_01_000000008489	1.0		2	1	False	False	0.9779436588287354	0					non-mobilizable	no_good_hit								True	False
SPA0001_000000020085	1669	0.5265584932042862	1	1	1	1	1	False	8436	maximal	True	SPA0001_000000020085	1.0		40	7	False	False	0.989814281463623	0					non-mobilizable	other	1669.0	99.7	100.0	0.0009656158550881529	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
MON0107_000000031904	1886	0.5265578085832835	3	3	3	2	2	False	95842	maximal	True	MON0107_000000031904	1.0		329	11	False	False	1.0	0					non-mobilizable	other	1886.0	99.89399999999999	100.0	0.0026836942439385524	NZ_CZBZ01000003.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
FIJ0032_000000024374	1517	0.5265565929308157	2	2	2	2	2	True	48397	maximal	True	FIJ0032_000000024374	1.0		66	7	False	False	0.9868161082267761	0					non-mobilizable	no_good_hit	358.0	72.626	23.0	6.247164233663933e-05	CP046266.1	firmicutes	Bacillus sp. DSL-17 chromosome, complete genome	True	True
ISR0054_000000019279	1360	0.5265560352361025	2	2	2	2	2	True	112263	fragment	False	CHI0186_000000012181	0.4066829685991399		0	0	False	False	0.9963235259056091	0					non-mobilizable	other	1358.0	99.116	99.0	0.027986305890117143	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0096_000000037750	1150	0.5265554980845141	1	1	1	1	1	False	41520	fragment	False	USA0001_01_000000012507	0.377007874015748		0	0	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit	44.0	97.727	4.0	0.007689556509298999	NZ_RKRD01000008.1	firmicutes	Hydrogenoanaerobacterium saccharovorans strain DSM 24774 Ga0244692_18, whole genome shotgun sequence	True	False
DEN0033_000000006506	4129	0.5265517884396214	5	2	1	1	2	True	77621	maximal	True	DEN0033_000000006506	1.0		4	3	False	False	0.9983046650886536	0					non-mobilizable	no_good_hit	1597.0	87.915	64.0	0.02419207595398941	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
SPA0084_000000007390	2410	0.5265517884396214	3	2	1	1	2	True	77619	fragment	False	SPA0084_000000007390	0.9852097130242825		0	0	False	False	0.9585062265396118	0					non-mobilizable	no_good_hit	1105.0	85.15799999999999	46.0	0.04700744926791677	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	True	True
SPA0089_000000017201	2265	0.5265517884396214	3	2	1	1	2	True	77619	fragment	False	SPA0084_000000007390	0.9558091286307053		0	0	False	False	0.9960265159606934	0					non-mobilizable	no_good_hit	1076.0	86.431	47.0	0.01629541719919664	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
FIJ0053_000000009868	2089	0.5265515808526078	3	2	2	2	2	False	46406	maximal	True	FIJ0053_000000009868	1.0		131	12	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	96.167	71.0	0.0027194886090201667	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
MON0041_000000052045	1336	0.5265506637482232	2	2	2	2	2	False	11770	fragment	False	MON0058_000000038350	0.9714415522551869		0	0	False	False	0.98128741979599	0					non-mobilizable	no_good_hit	438.0	71.233	32.0	0.00044826407132194117	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0023_000000007377	3806	0.5265496004009536	5	4	3	4	2	False	126631	maximal	True	ISR0023_000000007377	1.0		1	1	False	False	0.9978980422019958	0					non-mobilizable	no_good_hit	2643.0	97.881	69.0	0.15466573000819575	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	True	False
FIJ0017_000000020372	1446	0.5265474353142068	3	2	2	2	1	False	50107	maximal	True	FIJ0017_000000020372	1.0		12	2	False	False	1.0	0					non-mobilizable	other	674.0	98.516	97.0	0.02137593698386482	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0043_000000008885	2486	0.5265460685159579	4	2	1	2	1	False	36313	maximal	True	ISR0043_000000008885	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	95.609	69.0	0.00015355183235955623	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
USA0052_01_000000007514	2123	0.526544907818835	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.9436633005778715		0	0	False	False	1.0	0					non-mobilizable	other	2124.0	96.846	100.0	0.000639194644855567	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0172_000000007831	2046	0.526544907818835	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.85137826817917		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.333	76.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0115_000000010697	1900	0.526544907818835	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.8403142009391265		0	0	False	False	0.996842086315155	0					non-mobilizable	no_good_hit	660.0	93.03	82.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0035_01_000000013944	1821	0.526544907818835	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.7039061005273375		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	95.604	99.0	0.009083232991421391	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	False
AST0031_000000014880	1809	0.526544907818835	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7928491437279045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	94.697	81.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0100_000000007764	1757	0.526544907818835	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7607253833512859		0	0	False	False	0.9994308352470398	0					non-mobilizable	no_good_hit	663.0	90.196	86.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0007_000000014904	1728	0.526544907818835	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7513443145884637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.63600000000001	84.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0083_01_000000012981	2279	0.5265423955000339	2	2	2	2	1	True	78007	maximal	True	USA0083_01_000000012981	1.0		53	10	False	False	1.0	0					non-mobilizable	chromosome	2279.0	98.90299999999999	100.0	0.0005186494077993669	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
FIJ0051_000000007148	3015	0.5265378579560472	4	3	3	3	2	False	46548	maximal	True	FIJ0051_000000007148	0.977357848144365		2	1	False	False	0.9960198998451233	0					non-mobilizable	no_good_hit	56.0	85.714	2.0	4.203038873524447e-05	NZ_JAAXOR010000002.1	high GC Gram+	Nocardia cerradoensis strain IFM 10366 W9747_2, whole genome shotgun sequence	True	False
FIJ0140_000000009935	2937	0.5265378579560472	4	3	3	3	2	False	46548	maximal	False	FIJ0051_000000007148	0.9648424543946932		0	0	False	False	0.999659538269043	0					non-mobilizable	no_good_hit								True	False
DEN0003_000000005607	4930	0.5265335774011983	7	5	1	1	4	False	76688	maximal	True	DEN0003_000000005607	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	4079.0	96.053	83.0	0.02736866130526429	NZ_SPFY01000003.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_3_length_148966_cov_20.1561, whole genome shotgun sequence	True	False
FIJ0047_000000003504	7640	0.5265330524891206	10	10	6	8	7	True	46910	maximal	True	FIJ0047_000000003504	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	4544.0	85.01299999999999	59.0	0.002657934854099161	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
MON0012_000000026860	1966	0.5265289394175051	4	3	2	3	1	True	13601	maximal	True	MON0012_000000026860	1.0		1	1	False	False	0.9954221844673157	0					non-mobilizable	no_good_hit	1274.0	70.958	64.0	0.0015401233578388456	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	True
ISR0309_000000013038	1528	0.526527147312284	2	2	2	2	2	False	63841	maximal	True	ISR0309_000000013038	0.9916839916839917		522	11	False	False	0.9993455410003662	0					non-mobilizable	other	653.0	92.19	97.0	0.015737562249190155	NZ_VULP01000028.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq28, whole genome shotgun sequence	False	False
ISR0816_000000023548	1617	0.5265230829148261	3	3	3	3	1	False	71037	fragment	False	ISR0816_000000023548	1.0		0	0	False	False	0.9882498383522034	0					non-mobilizable	no_good_hit	165.0	93.333	10.0	5.7164129369396e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0069_000000014985	3127	0.5265222511246804	3	2	1	2	2	False	10503	maximal	True	MON0069_000000014985	1.0		336	12	False	False	0.9923248887062073	0					non-mobilizable	other	3127.0	99.584	100.0	0.07453682729678819	NZ_NFIG01000033.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_33, whole genome shotgun sequence	False	False
ENG0112_000000014919	1857	0.5265179810865064	1	1	1	1	1	False	110105	maximal	True	ENG0112_000000014919	1.0		23	5	False	False	1.0	0					non-mobilizable	chromosome	1858.0	88.15899999999999	100.0	0.0005276376906820037	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0165_000000007839	2451	0.5265169545020733	2	1	1	1	1	False	71998	maximal	True	ENG0165_000000007839	1.0		87	10	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	80.313	41.0	0.00029451964454725577	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0358_000000008942	2173	0.5265169545020733	5	1	1	1	1	False	23858	fragment	False	ISR0358_000000008942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	75.682	40.0	0.04546883184913567	NZ_CYXX01000047.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0007_000000013129	1964	0.5265169545020733	3	1	1	1	1	False	116111	maximal	True	SPA0007_000000013129	0.9857743013023925		3	2	True	True	0.9994908571243286	28					non-mobilizable	no_good_hit	535.0	79.252	27.0	0.0001547967423112545	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0101_000000016290	1709	0.5265169545020733	2	1	1	1	1	False	88655	fragment	False	FIJ0101_000000016290	1.0		0	0	False	False	0.9953188896179199	0					non-mobilizable	no_good_hit	146.0	100.0	9.0	3.555079583521201e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CAN0011_000000018170	1661	0.5265169545020733	2	1	1	1	1	False	94452	maximal	True	CAN0011_000000018170	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	82.295	61.0	0.02503725782414307	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
DEN0096_000000029074	1558	0.5265169545020733	3	1	1	1	1	False	71997	fragment	False	DEN0096_000000029074	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	623.0	70.14399999999999	39.0	0.00027864553642686126	NZ_JH556653.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_3, whole genome shotgun sequence	True	False
CHI0028_000000009425	1525	0.5265169545020733	1	1	1	1	1	False	88654	fragment	False	CHI0028_000000009425	1.0		0	0	False	False	0.9934425950050354	0					non-mobilizable	no_good_hit	535.0	79.252	35.0	0.0001547967423112545	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
USA0019_01_000000021267	1431	0.5265169545020733	2	1	1	1	1	False	1824	maximal	True	USA0019_01_000000021267	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	75.457	64.0	0.0003112033547449848	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0323_000000016896	1319	0.5265169545020733	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9589598889936792	PS354	0	0	False	True	0.9893859028816223	0					non-mobilizable	chromosome	1320.0	98.182	100.0	0.0004590558437774057	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
SPA0142_000000020132	1315	0.5265169545020733	3	1	1	1	1	False	65034	fragment	False	USA0041_01_000000012097	0.6071428571428571		0	0	False	False	0.9992395639419556	0					non-mobilizable	no_good_hit	868.0	75.0	65.0	0.0002973231850737487	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0120_000000027927	1306	0.5265169545020733	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9328935414663435	PS354	0	0	False	True	1.0	0					non-mobilizable	chromosome	1306.0	98.928	100.0	0.0004545245408395877	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0301_000000015857	1272	0.5265169545020733	1	1	1	1	1	False	83274	maximal	True	ISR0301_000000015857	1.0		124	13	False	False	0.9921383857727051	0					non-mobilizable	chromosome	976.0	81.762	91.0	0.000282054738331181	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0119_000000023991	1262	0.5265169545020733	2	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9095422840824775	PS354	0	0	False	True	0.991283655166626	0					non-mobilizable	chromosome	1243.0	98.391	98.0	0.0004003193529910979	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0268_000000016169	1254	0.5265169545020733	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9210504213577455	PS354	0	0	False	True	1.0	0					non-mobilizable	chromosome	1243.0	99.115	99.0	0.0004325651496793929	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0032_000000027063	1249	0.5265169545020733	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9223631244547278	PS354	0	0	False	True	1.0	0					non-mobilizable	chromosome	1249.0	99.199	100.0	0.0004346565202660781	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
SPA0089_000000030010	1243	0.5265169545020733	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9190392099745739	PS354	0	0	False	True	0.9991955161094666	0					non-mobilizable	chromosome	1243.0	98.874	100.0	0.0004325651496793929	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0080_000000027277	1233	0.5265169545020733	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9167681622028165	PS354	0	0	False	True	1.0	0					non-mobilizable	chromosome	1233.0	98.865	100.0	0.00042907953203491755	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0156_000000019688	1233	0.5265169545020733	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.9166235020293629	PS354	0	0	False	True	1.0	0					non-mobilizable	chromosome	1233.0	98.78299999999999	100.0	0.00042907953203491755	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ITA0006_000000017923	1230	0.5265169545020733	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.8755753877403613	PS354	0	0	False	True	0.9983739852905273	0					non-mobilizable	chromosome	1230.0	98.86200000000001	100.0	0.00042803384674157494	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
SPA0042_000000028084	1220	0.5265169545020733	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.7536272888450538	PS354	0	0	False	True	1.0	0					non-mobilizable	chromosome	1220.0	98.934	100.0	0.00042454822909709954	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
FIJ0159_000000021442	1212	0.5265169545020733	1	1	1	1	1	False	39372	maximal	True	FIJ0159_000000021442	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	90.90899999999999	5.0	3.2207976687150743e-06	LN590713.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG20, chromosome: 20	True	False
ENG0098_000000020693	1206	0.5265169545020733	2	1	1	1	1	False	71996	fragment	False	ENG0098_000000020693	0.9880848590526009		0	0	False	False	0.9601989984512329	0					non-mobilizable	no_good_hit	1044.0	80.65100000000001	86.0	0.00030118691996515625	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0023_000000024937	1154	0.5265169545020733	2	1	1	1	1	False	71996	fragment	False	ENG0098_000000020693	0.9705155323836113		0	0	False	False	0.9948006868362427	0					non-mobilizable	chromosome	1044.0	80.65100000000001	90.0	0.00030118691996515625	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0330_000000028500	1147	0.5265169545020733	1	1	1	1	1	False	24632	fragment	False	ISR0330_000000028500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	82.759	8.0	0.00041417754085739625	NZ_VLLC01000003.1	d-proteobacteria	Desulfobotulus alkaliphilus strain ASO4-4 LZ24DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
DEN0057_000000008342	1147	0.5265169545020733	1	1	1	1	1	False	71996	fragment	False	ENG0098_000000020693	0.9553182479667903		0	0	False	False	1.0	0					non-mobilizable	chromosome	1037.0	80.81	90.0	0.00029915774918579525	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0102_000000008693	1143	0.5265169545020733	1	1	1	1	1	False	83272	fragment	False	CHI0102_000000008693	1.0		0	0	False	False	0.9658792614936829	0					non-mobilizable	chromosome	976.0	81.66	93.0	0.000282054738331181	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0024_01_000000018751	1108	0.5265169545020733	2	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.291328361505133	PS354	0	0	False	True	0.9648014307022095	0					non-mobilizable	chromosome	1100.0	98.09100000000001	100.0	0.0003542278332827831	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
DEN0041_000000007296	4519	0.5265072971393974	4	4	4	4	3	False	116719	maximal	True	DEN0041_000000007296	0.9897366153105455		91	10	False	False	0.9984509944915771	0					non-mobilizable	other	4502.0	98.956	99.0	0.0038619749551052924	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
ISR0301_000000009186	2003	0.5265016990406152	4	4	3	2	2	False	25564	maximal	True	ISR0301_000000009186	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	100.0	62.0	0.029108550636749546	NZ_JAAITI010000029.1	firmicutes	Blautia luti strain MSK.16.34 NODE_29_length_42874_cov_168.243, whole genome shotgun sequence	True	False
SPA0095_000000003703	5742	0.5265016225287703	9	6	4	4	3	True	130627	maximal	True	SPA0095_000000003703	0.9978451991036028		68	7	True	True	1.0	110		MOBV			mobilizable	no_good_hit	1189.0	95.542	62.0	0.19354312734387738	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0090_000000010784	2544	0.5265004942441666	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.7447500477607694		0	0	False	False	0.9972484111785889	0					non-mobilizable	no_good_hit	65.0	100.0	3.0	2.1542025293703636e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0133_000000015536	1254	0.5264997733125107	1	1	1	1	1	False	3680	fragment	False	SPA0133_000000015536	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1254.0	99.84100000000001	100.0	0.0003488185962348192	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0049_000000006545	3184	0.5264934504971851	4	4	4	4	4	False	49481	fragment	False	MON0049_000000006545	1.0		0	0	False	False	0.9987437129020691	0					non-mobilizable	chromosome	2616.0	89.564	97.0	0.0009055634640347001	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0084_000000016418	2127	0.5264925528977243	4	3	2	2	1	True	111457	fragment	False	AST0084_000000016418	1.0		0	0	False	False	0.9985895752906799	0					non-mobilizable	other	1633.0	99.02	100.0	0.012441489929406743	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
MON0036_000000020203	1229	0.5264925528977243	4	3	2	2	1	True	12162	fragment	False	MON0036_000000020203	1.0		0	0	False	False	0.9991863369941711	0					non-mobilizable	other	1229.0	99.756	100.0	0.00936161129492125	NZ_VULP01000006.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq6, whole genome shotgun sequence	False	True
USA0024_01_000000005096	4774	0.5264898863695555	6	4	2	4	4	False	102860	maximal	False	SPA0130_000000006754	0.9564635652531907		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	73.57	21.0	0.000302003502149046	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
CHI0098_000000007377	1254	0.5264877386908585	2	2	2	1	2	False	83396	maximal	True	CHI0098_000000007377	1.0		3	2	False	False	1.0	0					non-mobilizable	other	880.0	82.15899999999999	99.0	0.0002628435821756524	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0103_000000010333	2702	0.5264858002230453	3	1	0	0	1	False	120141	fragment	False	ISR0346_000000007129	0.9379969748438833		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1262.0	94.691	63.0	0.2455078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
USA0082_01_000000018800	1591	0.5264858002230453	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.07308567198095532	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1372.0	99.781	100.0	0.23769070735090153	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0161_000000008143	1368	0.5264858002230453	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.04589050798264224	PS832	0	0	False	True	0.9992690086364746	0	rep_cluster_475				non-mobilizable	other	1368.0	99.196	100.0	0.2669921875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0081_000000018480	1366	0.5264858002230453	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.04635408074338977	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1366.0	100.0	100.0	0.2666015625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0130_000000012568	1341	0.5264858002230453	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.058969265537432654	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1341.0	99.925	100.0	0.23231622746185854	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0029_000000020859	1301	0.5264858002230453	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.04575690522453598	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	chromosome	1302.0	98.925	100.0	0.0007604055652328537	CP035891.1	e-proteobacteria	Campylobacter jejuni strain 15AR1555 chromosome	False	True
SPA0119_000000024870	1271	0.5264858002230453	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.04090490017657015	PS832	0	0	False	True	0.9771833419799805	0	rep_cluster_475				non-mobilizable	other	1271.0	100.0	100.0	0.248046875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0317_000000018248	1269	0.5264858002230453	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.054565798840968	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1269.0	99.84200000000001	100.0	0.21983356449375868	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0110_000000008482	1233	0.5264858002230453	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.05381748184448723	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1233.0	99.594	100.0	0.21359223300970873	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0086_000000011588	2690	0.5264825511447021	4	3	3	2	2	False	43849	maximal	True	FIJ0086_000000011588	1.0		1	1	False	False	0.9996282458305359	0					non-mobilizable	no_good_hit	1189.0	98.991	55.0	0.00047923670662726274	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
FIJ0002_000000030575	1267	0.5264782141924911	3	2	2	2	2	False	52294	maximal	True	FIJ0002_000000030575	0.997949138638228		170	12	False	False	1.0	0					non-mobilizable	chromosome	729.0	89.986	90.0	0.00019419915389989515	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0027_000000012479	2078	0.5264773807001517	3	3	3	3	2	True	56665	fragment	False	ISR0027_000000012479	0.9443069306930694		0	0	False	False	0.9990375638008118	0					non-mobilizable	other	1296.0	98.765	99.0	0.0003498792321800207	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0079_000000014453	1781	0.5264718942571202	2	2	2	2	2	False	60926	fragment	False	ISR0399_000000008062	0.8048209110442203		0	0	False	False	1.0	0					non-mobilizable	other	1782.0	97.25	100.0	0.0008603286862035795	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0070_000000019614	1741	0.5264718942571202	2	2	2	2	2	False	60926	fragment	False	ISR0399_000000008062	0.8010466794750002		0	0	False	False	0.9885123372077942	0					non-mobilizable	other	1741.0	96.726	100.0	0.0008404898357343182	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0065_000000011839	1611	0.5264718942571202	2	2	2	2	2	False	60926	fragment	False	ISR0399_000000008062	0.6278242508774684		0	0	False	False	0.9993792772293091	0					non-mobilizable	other	1606.0	97.447	99.0	0.0007751667915062623	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
CHI0121_000000002885	2778	0.5264711894123415	5	4	4	4	3	False	81787	fragment	False	CHI0121_000000002885	1.0		0	0	False	False	0.9931605458259583	0					non-mobilizable	no_good_hit	450.0	88.444	16.0	0.015672112755066265	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0046_000000016749	2028	0.5264711677922698	3	2	2	1	1	False	36169	fragment	False	ISR0046_000000016749	1.0		0	0	False	False	0.9960552453994751	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00034725667228891757	NZ_FQVG01000006.1	firmicutes	Caloramator proteoclasticus DSM 10124, whole genome shotgun sequence	True	False
USA0037_01_000000008367	4244	0.5264710557865626	6	6	5	5	6	False	3579	maximal	True	USA0037_01_000000008367	0.9526702100733991		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3220.0	93.665	76.0	0.0013948452727666108	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
MON0039_000000021364	2228	0.5264697559969277	2	2	2	2	1	True	11935	maximal	True	MON0039_000000021364	1.0		53	9	False	False	1.0	0					non-mobilizable	no_good_hit	1347.0	78.842	60.0	0.006548920386155396	NZ_NHOC01000010.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c10, whole genome shotgun sequence	True	True
ISR0803_000000002996	4245	0.5264667904267009	7	2	2	2	0	False	97370	fragment	False	DEN0093_000000007382	0.9616026534952624		0	0	False	False	1.0	0					non-mobilizable	other	4191.0	99.85700000000001	99.0	0.03513039685269224	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0785_000000007640	4131	0.5264667904267009	6	2	2	2	0	False	97370	fragment	False	DEN0093_000000007382	0.9622026312235772		0	0	False	False	0.9958847761154175	0					non-mobilizable	other	4131.0	99.976	100.0	0.05881934059673859	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	False
MON0092_000000021412	2555	0.5264667904267009	4	2	2	2	0	False	97369	fragment	False	ENG0080_000000009264	0.9463638517977755		0	0	False	False	0.9996086359024048	0					non-mobilizable	other	2555.0	97.26	100.0	0.0008751555613015264	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ISR0316_000000015043	1444	0.5264662053653718	4	4	1	2	2	True	25201	maximal	True	ISR0316_000000015043	1.0		8	4	False	False	0.9944598078727722	0					non-mobilizable	no_good_hit	837.0	75.26899999999999	57.0	0.00022986197563970728	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
AST0111_000000006328	3176	0.526465395178205	3	3	3	3	3	True	106837	fragment	False	AST0111_000000006328	1.0		0	0	False	False	0.9902393221855164	0					non-mobilizable	no_good_hit	1559.0	89.67299999999999	49.0	0.00042509103235612516	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ENG0078_000000018094	1428	0.5264606047118351	3	3	2	3	2	False	61903	maximal	True	ENG0078_000000018094	1.0		30	6	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	92.421	29.0	0.00010831695937528527	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0179_000000016588	2003	0.5264597419816109	2	2	2	2	2	False	100818	fragment	False	ENG0179_000000016588	0.9858611825192802		0	0	False	False	1.0	0					non-mobilizable	other	1925.0	99.948	96.0	0.002936203202353846	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
FIJ0065_000000001394	8719	0.5264592901295129	8	8	7	8	8	False	127650	maximal	True	FIJ0065_000000001394	1.0		3	2	False	False	0.9991971850395203	0					non-mobilizable	chromosome	8719.0	97.32799999999999	100.0	0.003737799196525395	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MON0090_000000023501	2505	0.5264590932573191	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7620718444729343	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	111.0	93.694	4.0	0.045967404931048894	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
FIJ0126_000000015843	2353	0.5264590932573191	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7600399409957239	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	3.0	0.03175929795236105	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
ENG0122_000000005947	4515	0.5264566808988324	3	2	0	2	0	True	59089	maximal	True	ENG0122_000000005947	1.0		1	1	False	False	0.987153947353363	0					non-mobilizable	no_good_hit	1379.0	94.706	30.0	0.006970176868238032	NZ_DS483542.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_22, whole genome shotgun sequence	True	True
MAD0012_000000016347	1792	0.5264566808988324	4	2	0	2	0	True	19658	fragment	False	MAD0012_000000016347	0.9827080890973037		0	0	False	False	0.9481026530265808	0					non-mobilizable	no_good_hit	96.0	84.375	5.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0029_000000015698	1706	0.5264566808988324	3	2	0	2	0	True	19658	fragment	False	MAD0012_000000016347	0.9598214285714286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	84.375	6.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0010_000000018165	1423	0.5264566808988324	3	2	0	2	0	True	8075	fragment	False	SPA0010_000000018165	1.0		0	0	False	False	0.9992972612380981	0					non-mobilizable	no_good_hit	96.0	84.375	7.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0109_000000019669	1211	0.5264524793258021	1	1	1	1	1	False	42130	fragment	False	FIJ0109_000000019669	1.0		0	0	False	False	0.9942196607589722	0					non-mobilizable	no_good_hit	31.0	96.774	3.0	0.00019321431331633046	NZ_LACF01000033.1	g-proteobacteria	Pseudomonas marginalis strain H21 FCC4LTTACXX-wHAIPI007915-133_L5_1_(paired)_contig_33, whole genome shotgun sequence	True	False
FIJ0035_000000006156	1965	0.5264499085968655	3	3	3	2	2	False	48214	maximal	True	FIJ0035_000000006156	1.0		2	1	False	False	0.985241711139679	0					non-mobilizable	no_good_hit	127.0	79.528	6.0	0.00038738644337966093	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ENG0051_000000010795	2573	0.5264488835608504	4	3	3	3	2	False	64071	maximal	True	ENG0051_000000010795	1.0		3	2	False	False	0.9704625010490417	0					non-mobilizable	other	2314.0	99.309	90.0	0.020140715069399698	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
ISR0335_000000006424	2736	0.5264475906585618	4	4	4	4	3	False	24485	maximal	True	ISR0335_000000006424	1.0		16	5	False	False	0.9974415302276611	0					non-mobilizable	no_good_hit	836.0	95.81299999999999	81.0	0.007256578718670699	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
MAD0060_000000003544	4165	0.5264475690821784	4	3	0	3	0	False	19237	fragment	False	MAD0060_000000003544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000020735	1909	0.5264390336405707	2	2	2	2	2	False	30341	fragment	False	ISR0162_000000020735	1.0		0	0	False	False	0.9874279499053955	0					non-mobilizable	other	1909.0	99.476	100.0	0.010326072250033826	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
ISR0199_000000005056	5285	0.5264363470690329	4	3	3	3	3	False	89462	fragment	False	ISR0199_000000005056	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3752.0	99.92	71.0	0.19071352286019427	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
ENG0134_000000005834	5945	0.5264360725510147	5	5	5	5	5	False	126509	maximal	False	AST0118_000000004071	0.7205582374210426		0	0	False	False	0.9983178973197937	0					non-mobilizable	other	5927.0	99.359	99.0	0.023374561652923894	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0143_000000010564	1831	0.5264351782435917	3	3	3	3	3	False	79924	maximal	True	CHI0143_000000010564	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	95.89	4.0	0.00011487944040948138	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
ENG0125_000000011713	2228	0.52643380856463	4	3	0	3	1	False	120303	fragment	False	MON0086_000000011703	0.46251980630286726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0019_000000047272	1418	0.52643380856463	3	3	0	3	1	False	40653	fragment	False	MON0019_000000047272	0.9613457408732999		0	0	False	False	0.9992947578430176	0					non-mobilizable	no_good_hit								True	False
MON0081_000000037551	1397	0.52643380856463	3	3	0	3	1	False	40653	fragment	False	MON0019_000000047272	0.9541607898448519		0	0	False	False	0.9885469079017639	0					non-mobilizable	no_good_hit								True	False
ENG0183_000000022534	1365	0.52643380856463	3	3	0	3	1	False	55145	fragment	False	ENG0183_000000022534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	94.118	4.0	1.7136227870703734e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0023_000000027943	1200	0.5264336170780506	3	2	2	2	1	True	37488	maximal	True	ISR0023_000000027943	1.0		1	1	False	False	0.996666669845581	0					non-mobilizable	no_good_hit	339.0	93.805	28.0	0.021814896088808572	NZ_QRYH01000038.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf38, whole genome shotgun sequence	True	True
CHI0028_000000002724	4286	0.5264320768997287	4	4	4	3	4	False	130350	maximal	True	CHI0028_000000002724	1.0	PS1101	52	7	False	True	0.997900128364563	0					non-mobilizable	no_good_hit	2229.0	97.353	58.0	0.005486860348568319	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	True	True
ENG0010_000000011774	1814	0.526426363444237	4	2	2	1	1	False	67269	maximal	True	ENG0010_000000011774	1.0		1	1	False	False	0.9950385689735413	0					non-mobilizable	no_good_hit	388.0	86.34	21.0	0.007543712598194967	NZ_JAAIQH010000021.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_21_length_51301_cov_301.036, whole genome shotgun sequence	True	False
MON0071_000000007493	1606	0.5264200872640946	1	1	1	1	1	False	20076	fragment	False	MON0071_000000007493	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1606.0	99.93799999999999	100.0	0.00033231967206156425	CP014111.1	enterobacteria	Escherichia coli strain FDAARGOS_144 chromosome, complete genome	False	False
ISR0068_000000014164	1457	0.5264192377539393	2	2	2	2	2	False	67398	maximal	True	ISR0068_000000014164	0.9996525364836693		161	12	False	False	0.9979409575462341	0					non-mobilizable	chromosome	1441.0	85.08	99.0	0.0004634937436402567	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0058_000000018198	2193	0.5264188648348568	3	3	3	3	2	False	70142	fragment	False	FIJ0058_000000018198	1.0		0	0	False	False	0.9981760382652283	0					non-mobilizable	no_good_hit								True	False
ISR0361_000000008453	1668	0.5264183374726722	2	2	2	2	1	False	84815	fragment	False	SPA0086_000000007628	0.3853313588990559		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	100.0	91.0	0.0003149404116537093	CP053384.1	enterobacteria	Escherichia coli strain SCU-107 chromosome, complete genome	False	False
ISR0780_000000002530	4385	0.5264178150218767	5	5	5	5	4	False	83982	maximal	False	MON0086_000000006873	0.9739042024401265		0	0	False	False	0.9995439052581787	0					non-mobilizable	no_good_hit	334.0	76.347	8.0	8.222276201799726e-05	LN890655.2	GNS bacteria	Ardenticatena sp. Cfx-K strain Cfx-K genome assembly, chromosome: I	True	False
FIJ0140_000000032173	1131	0.5264168687419002	2	2	2	2	2	False	50862	fragment	False	FIJ0011_000000040650	0.9560104529616725		0	0	False	False	0.9672855734825134	0					non-mobilizable	no_good_hit	443.0	73.589	39.0	0.0016084651432046928	NZ_CABJCG010000005.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0199_000000024228	1261	0.5264156264349645	1	1	1	1	1	False	78266	fragment	False	ISR0199_000000024228	0.9611378205128205		0	0	False	False	1.0	0					non-mobilizable	plasmid	1210.0	99.917	100.0	0.010029283184152239	CP050074.1	enterobacteria	Enterobacter kobei strain 070 plasmid p070, complete sequence	False	True
USA0034_01_000000013187	4265	0.5264135274525557	5	4	2	3	3	False	104061	fragment	False	USA0034_01_000000013187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2216.0	98.646	53.0	0.15741073352970758	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0115_000000001632	14584	0.5264112348541845	19	11	7	8	7	True	126207	maximal	False	ISR0844_000000000822	0.9716266636632624	PS946|PS948	0	0	True	True	1.0	67					non-mobilizable	no_good_hit	1610.0	73.354	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0145_000000001996	14228	0.5264112348541845	17	11	7	8	7	True	126207	maximal	False	ISR0844_000000000822	0.9654719284384965	PS946|PS948	0	0	True	True	1.0	49					non-mobilizable	no_good_hit	1605.0	73.458	11.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0005_000000007335	3277	0.5264109105059072	4	4	4	4	3	False	132072	backbone	False	SPA0051_000000006600	0.8698409626473276	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	129.0	100.0	4.0	3.610102194096016e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
FIJ0030_000000011709	2808	0.5264077928497833	5	5	5	4	4	False	48755	maximal	True	FIJ0030_000000011709	1.0		26	3	False	False	0.9953703880310059	0					non-mobilizable	other	2810.0	99.11	100.0	0.001428970545802628	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	False
SPA0042_000000023390	1450	0.5264060945628649	1	1	1	1	1	False	6839	maximal	True	SPA0042_000000023390	1.0		7	4	False	False	1.0	0					non-mobilizable	other	1450.0	95.448	100.0	0.00034712017309981673	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ISR0350_000000007863	2336	0.5263946608596184	2	2	2	2	1	False	27328	maximal	True	ISR0350_000000007863	1.0		141	11	False	False	0.9961472749710083	0					non-mobilizable	chromosome	2325.0	97.677	99.0	0.0010554962103871	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
ENG0188_000000018481	1364	0.5263886218881689	3	3	3	2	2	False	78016	maximal	True	ENG0188_000000018481	0.9877868245743893		119	11	False	False	0.9772727489471436	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	3.228206240523406e-06	LT963352.1	high GC Gram+	Streptomyces chartreusis NRRL 3882 isolate NRRL3882 genome assembly, chromosome: I	True	False
ISR0291_000000001691	6378	0.5263878743815158	5	5	5	5	4	False	99501	maximal	True	ISR0291_000000001691	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	909.0	92.29899999999999	46.0	0.0002546149665262818	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
TAN0020_000000000134	15852	0.5263860785147935	6	3	2	3	1	True	2405	maximal	True	TAN0020_000000000134	1.0		2	1	False	False	0.9996215105056763	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	3.8516556955865107e-07	LR735560.1	marsupials	Sarcophilus harrisii genome assembly, chromosome: X	True	True
ISR0839_000000004800	3555	0.5263839075814898	3	3	3	3	3	False	20847	maximal	True	ISR0839_000000004800	1.0		56	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000019359	1348	0.5263834806094614	2	1	1	1	1	False	8073	fragment	False	SPA0010_000000019359	1.0		0	0	False	False	0.9933234453201294	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.0004945203949782252	NZ_MIEH01000009.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_9, whole genome shotgun sequence	True	False
SPA0101_000000033209	1171	0.5263824848527034	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.17463144887460771	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1177.0	85.98100000000001	100.0	0.013848189810000945	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0057_000000024486	1135	0.5263824848527034	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.15959901111697	PS1128	0	0	False	True	0.992951512336731	0					non-mobilizable	other	1143.0	86.439	100.0	0.013422818791946308	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
DEN0096_000000034619	1316	0.5263818610360013	2	2	2	2	1	False	68138	maximal	True	DEN0096_000000034619	1.0		0	0	False	False	0.9931610822677612	0					non-mobilizable	no_good_hit	936.0	84.936	71.0	0.0010991904785416858	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0048_000000003696	5644	0.5263730559861431	5	5	5	5	4	False	95509	maximal	True	MAD0048_000000003696	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1911.0	82.78399999999999	72.0	0.0005729991544178265	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
SPA0037_000000015821	1567	0.5263724243608364	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.039747158943876024		0	0	False	False	0.9961710572242737	0					non-mobilizable	other	1567.0	97.32	100.0	0.0032745270650326092	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0136_000000002719	5453	0.5263705508887226	7	6	6	6	5	True	80633	maximal	True	CHI0136_000000002719	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	84.615	1.0	2.270145949101909e-05	NZ_AP019389.1	a-proteobacteria	Erythrobacter flavus strain KJ5	True	True
DEN0078_000000007353	3793	0.5263698330594251	3	3	3	3	3	False	130812	maximal	True	DEN0078_000000007353	0.988277979346916		151	11	False	False	1.0	0					non-mobilizable	chromosome	3793.0	99.367	100.0	0.0005844920029255428	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0103_000000001260	11967	0.5263679388737876	11	7	3	7	4	True	105926	maximal	True	FIJ0103_000000001260	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	84.92399999999999	13.0	0.012531871715261999	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MAD0107_000000002788	11595	0.5263674479596023	10	9	5	6	4	True	97587	maximal	True	MAD0107_000000002788	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2923.0	90.66	41.0	0.0033270433439179983	CP030095.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 2, complete sequence	True	True
ENG0134_000000001703	15188	0.526366467875693	15	10	7	8	7	True	110319	fragment	False	ENG0134_000000001703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	73.223	3.0	0.00011477606665178625	NC_019903.1	firmicutes	Desulfitobacterium dichloroeliminans LMG P-21439, complete sequence	True	True
CHI0038_000000010773	1179	0.5263609232322431	2	2	2	2	1	False	119632	fragment	False	ENG0065_000000020600	0.949488707846351		0	0	False	False	0.9813401103019714	0					non-mobilizable	other	1159.0	98.706	98.0	0.003727727792174347	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0094_000000000412	26894	0.5263594994041841	25	9	6	8	2	True	86183	fragment	False	DEN0007_000000000883	0.6761413270130499		0	0	False	False	0.9998512864112854	0					non-mobilizable	no_good_hit	183.0	83.06	1.0	0.002639265750337322	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0369_000000003291	3374	0.5263575091410532	5	4	4	4	1	False	23553	maximal	True	ISR0369_000000003291	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	99.521	31.0	0.0004648836765657621	CP018757.1	high GC Gram+	Bifidobacterium bifidum strain PRI 1 chromosome, complete genome	True	False
ISR0264_000000004869	2161	0.5263534921369978	4	3	3	3	1	False	26625	maximal	True	ISR0264_000000004869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	316.0	98.734	15.0	9.426393482801021e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
USA0072_01_000000001632	11944	0.5263528883138221	15	12	9	8	8	False	733	maximal	True	USA0072_01_000000001632	1.0		1	1	False	False	0.9998325705528259	0					non-mobilizable	no_good_hit	675.0	71.556	6.0	0.0002028994021735674	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
USA0008_01_000000005561	1221	0.5263515599933026	1	1	1	1	1	False	2099	fragment	False	USA0008_01_000000005561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	96.816	100.0	0.00036592464284230174	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0008_000000021955	1309	0.5263471510658214	2	2	2	1	1	False	51397	fragment	False	FIJ0008_000000021955	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	866.0	98.383	91.0	0.0003011573644826716	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0321_000000008244	1429	0.5263413160429161	2	2	2	2	1	False	25026	maximal	True	ISR0321_000000008244	1.0		665	14	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	99.838	87.0	0.022879443642954907	NZ_JAAITU010000027.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_27_length_54066_cov_154.331, whole genome shotgun sequence	True	False
CAN0015_000000004936	8458	0.5263386183562593	7	6	4	5	2	False	93336	maximal	True	CAN0015_000000004936	1.0		12	3	False	False	0.9989359378814697	0					non-mobilizable	no_good_hit	93.0	92.473	1.0	2.5446637422607966e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0033_000000020721	3152	0.5263360880358454	3	3	2	3	3	False	93694	maximal	True	MON0033_000000020721	0.9903554646663865		230	12	False	False	1.0	0					non-mobilizable	other	3152.0	99.11200000000001	100.0	0.0008438131571117971	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CAN0012_000000003197	16556	0.5263347452328406	13	8	7	7	4	False	94349	maximal	False	CAN0013_000000001637	0.9608057376589902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2265.0	71.038	13.0	0.009624182160305212	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
MAD0106_000000007533	2703	0.5263328623177991	5	3	3	2	2	False	14744	maximal	True	MAD0106_000000007533	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	100.0	30.0	0.00022520268946691225	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	True	False
ENG0003_000000009993	2291	0.5263271595219917	3	3	3	3	3	False	115882	maximal	False	FIJ0122_000000006376	0.8820301885931335		0	0	False	False	1.0	0					non-mobilizable	other	2291.0	99.738	100.0	0.009590458122364195	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0791_000000004059	4122	0.5263267372095269	6	4	4	4	1	True	88352	fragment	False	SPA0020_000000006415	0.955419960384695		0	0	False	False	1.0	0					non-mobilizable	other	4122.0	99.976	100.0	0.001244007121721916	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
ISR0112_000000010004	3129	0.5263252567380204	5	3	1	2	2	True	32650	fragment	False	ISR0112_000000010004	1.0		0	0	False	False	0.9888142943382263	0					non-mobilizable	no_good_hit	1006.0	95.92399999999999	70.0	0.02792938293606594	JQ680361.1	viruses	Unidentified phage clone 2019_scaffold132 genomic sequence	True	True
ISR0032_000000006121	5062	0.526325176510771	13	11	5	8	5	False	110200	maximal	True	ISR0032_000000006121	1.0		4	2	False	False	1.0	0					non-mobilizable	other	4489.0	96.792	98.0	0.0009924932744648598	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
ISR0330_000000018965	1649	0.5263234200800833	1	1	1	1	1	False	62204	maximal	True	ISR0330_000000018965	1.0		2	1	False	False	0.9993935823440552	0					non-mobilizable	no_good_hit	254.0	81.102	15.0	0.0009064243733888307	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0005_000000002093	5663	0.5263227510427737	6	5	5	4	4	True	128162	maximal	True	ISR0005_000000002093	0.9861334326616972		1388	15	False	False	1.0	0					non-mobilizable	other	5663.0	99.647	100.0	0.026303197543424434	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0098_000000003240	5384	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9743435867435633		0	0	False	False	0.9988855719566345	0					non-mobilizable	other	5384.0	99.87	100.0	0.024997793355910788	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0180_000000002862	5352	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9715668085721519		0	0	False	False	1.0	0					non-mobilizable	other	5357.0	98.936	100.0	0.3052103522973435	MK211789.1	firmicutes	Streptococcus suis ILCSsuYS106 integron, complete sequence	False	True
CHI0029_000000002160	5352	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9750007948449977		0	0	False	False	1.0	0					non-mobilizable	other	5352.0	100.0	100.0	0.024858426360802568	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0067_000000005216	5351	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9764132202036243		0	0	False	False	1.0	0					non-mobilizable	other	5352.0	99.421	100.0	0.024858426360802568	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
AST0016_000000004910	5329	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9768160806051309		0	0	False	False	1.0	0					non-mobilizable	other	5329.0	99.775	100.0	0.07394248917508604	KY400495.1	firmicutes	Streptococcus suis strain 1679718 genomic sequence	False	True
MAD0043_000000004040	5322	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9774921409217379		0	0	False	False	1.0	0					non-mobilizable	other	5322.0	100.0	100.0	0.024719059365694348	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CAN0018_000000006481	5236	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9634209571322376		0	0	False	False	0.9994270205497742	0					non-mobilizable	other	5239.0	98.416	100.0	0.02432883177939134	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0080_000000007626	5204	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9305611209395449		0	0	False	False	1.0	0					non-mobilizable	other	5204.0	100.0	100.0	0.02417088251826869	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0006_000000003537	5153	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9728228544329653		0	0	False	False	1.0	0					non-mobilizable	other	5153.0	100.0	100.0	0.02393395862658472	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0323_000000003255	5114	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9531764307031917		0	0	False	False	1.0	0					non-mobilizable	other	5118.0	98.76899999999999	100.0	0.2863302906423251	MK211798.1	firmicutes	Streptococcus suis ILCSsuYS249 integron, complete sequence	False	True
ENG0059_000000002354	5102	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9568213647524169		0	0	False	False	0.9998040199279785	0					non-mobilizable	other	5106.0	99.119	100.0	0.2857702861622893	MK211798.1	firmicutes	Streptococcus suis ILCSsuYS249 integron, complete sequence	False	True
AST0084_000000005991	5062	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9383681272046415		0	0	False	False	1.0	0					non-mobilizable	other	5062.0	100.0	100.0	0.023511212074756455	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0080_000000000878	5035	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9336330296947988		0	0	False	False	1.0	0					non-mobilizable	other	5036.0	99.345	100.0	0.023385781779159058	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0159_000000002670	4868	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.8983777845784774		0	0	False	False	1.0	0					non-mobilizable	other	4869.0	99.85600000000001	100.0	0.02261461773956025	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ENG0062_000000004983	4844	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.8630566428648506		0	0	False	False	1.0	0					non-mobilizable	other	4854.0	94.891	100.0	0.0007592461980456545	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ISR0064_000000003555	4811	0.5263227510427737	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.790613653326156		0	0	False	False	1.0	0					non-mobilizable	other	4811.0	100.0	100.0	0.022345174882351028	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
FIJ0114_000000003031	10182	0.5263225112988009	23	6	4	6	3	True	88426	maximal	True	FIJ0114_000000003031	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	93.62100000000001	5.0	0.0007259201487836338	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	True
ISR0378_000000007038	3391	0.5263211731205351	4	3	1	3	3	False	128561	fragment	False	ENG0098_000000006873	0.9274737893187681		0	0	False	False	0.9985255002975464	0					non-mobilizable	no_good_hit	1624.0	94.212	48.0	0.0005698886370557471	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0105_000000005196	5678	0.5263200377100696	6	6	6	6	4	False	65749	fragment	False	FIJ0070_000000003250	0.9875299185712731		0	0	False	False	0.9964776039123535	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	5.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
ISR0016_000000006805	3017	0.5263195625008947	7	6	2	2	6	False	111971	fragment	False	ISR0016_000000006805	0.9880403817084735		0	0	False	False	1.0	0					non-mobilizable	other	3017.0	98.807	100.0	0.001192858196608818	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0186_000000009479	2901	0.5263195625008947	6	6	2	2	6	False	111971	fragment	False	ISR0016_000000006805	0.9764882646534192		0	0	False	False	0.9996553063392639	0					non-mobilizable	other	2901.0	99.72399999999999	100.0	0.0011469790352007865	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0056_000000011921	2891	0.5263195625008947	6	6	2	2	6	False	111971	fragment	False	ISR0016_000000006805	0.9798118964408122		0	0	False	False	1.0	0					non-mobilizable	other	2891.0	100.0	100.0	0.002586250098438585	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
DEN0073_000000044698	1210	0.5263167906460636	2	2	2	2	2	False	93479	fragment	False	CAN0014_000000034781	0.8132134166153874		0	0	False	False	0.9983471035957336	0					non-mobilizable	chromosome	1210.0	98.09899999999999	100.0	0.00043062748015961356	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
ISR0058_000000010113	2490	0.5263150715714195	3	3	2	3	2	False	90552	maximal	True	ISR0058_000000010113	1.0		20	7	False	False	0.9975903630256653	0					non-mobilizable	no_good_hit	1768.0	95.079	79.0	0.026993583868010998	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0058_000000006011	6225	0.5263100441661671	6	6	2	3	6	True	95415	maximal	True	FIJ0058_000000006011	1.0		37	11	False	False	0.9974297285079956	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	2.349070701607186e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0167_000000024100	1136	0.5263077531548604	1	1	1	1	1	False	30154	fragment	False	ISR0167_000000024100	1.0		0	0	False	False	0.9991196990013123	0					non-mobilizable	chromosome	1041.0	93.756	92.0	0.0004016611807831657	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	False	False
SPA0115_000000008347	3090	0.5263032412952771	5	3	3	3	2	False	4401	maximal	True	SPA0115_000000008347	1.0		8	4	False	False	0.9977346062660217	0					non-mobilizable	no_good_hit	884.0	99.321	47.0	0.0002511612295807058	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0150_000000010685	2235	0.5263018635674611	4	1	1	1	1	False	39812	fragment	False	FIJ0150_000000010685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	71.696	40.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
FIJ0138_000000009837	1871	0.5263018635674611	3	1	1	1	1	False	40475	maximal	True	FIJ0138_000000009837	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	71.854	48.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
MON0024_000000028949	1762	0.5263018635674611	2	1	1	1	1	False	43779	maximal	True	MON0024_000000028949	1.0		7	2	False	False	0.9892168045043945	0					non-mobilizable	no_good_hit	908.0	71.586	50.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
MON0044_000000043609	1312	0.5263018635674611	1	1	1	1	1	False	11593	fragment	False	MON0044_000000043609	1.0		0	0	False	False	0.9984756112098694	0					non-mobilizable	no_good_hit	908.0	71.586	68.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0251_000000006783	2239	0.5262980075733888	4	2	0	2	0	False	26996	maximal	True	ISR0251_000000006783	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000004895	6943	0.5262936192070584	2	2	1	2	1	False	52803	maximal	False	ETH0005_000000006702	0.966837087190825		0	0	False	False	0.9972634315490723	0					non-mobilizable	no_good_hit								True	False
ENG0133_000000003111	7490	0.5262903284870201	10	3	2	3	2	False	96887	maximal	True	ENG0133_000000003111	1.0		1	1	False	False	0.9995994567871094	0					non-mobilizable	no_good_hit	1018.0	76.32600000000001	13.0	0.004542950915190662	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ISR0207_000000007658	3550	0.5262890191478946	7	3	2	1	1	True	28586	fragment	False	ISR0207_000000007658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0099_000000012838	2420	0.5262885320933943	3	2	2	1	2	False	122140	fragment	False	SPA0071_000000009370	0.9441556371838188		0	0	False	False	0.9995867609977722	0					non-mobilizable	other	2348.0	95.954	97.0	0.0397944124980917	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
USA0013_01_000000005126	2068	0.5262880281542301	2	2	2	2	2	True	1979	fragment	False	USA0013_01_000000005126	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	749.0	77.57	36.0	0.0015494409675537442	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0829_000000009833	1555	0.5262850377720198	2	2	2	1	1	False	21061	maximal	True	ISR0829_000000009833	1.0		36	6	False	False	0.9884244203567505	0					non-mobilizable	other	1484.0	76.078	95.0	0.0008861189555964647	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ISR0333_000000011966	1920	0.5262841304558454	3	2	1	2	2	False	24543	maximal	True	ISR0333_000000011966	1.0		3	2	False	False	0.9932291507720947	0					non-mobilizable	no_good_hit								True	False
MON0092_000000006287	7070	0.5262805093752362	10	8	3	5	7	True	89005	fragment	False	MON0031_000000004892	0.9667684195920632		0	0	False	False	0.999858558177948	0					non-mobilizable	other	7091.0	95.064	100.0	0.001360001844330796	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
SPA0062_000000025802	1219	0.5262800570910047	2	2	2	1	1	False	6141	maximal	True	SPA0062_000000025802	1.0		103	10	False	False	1.0	0					non-mobilizable	chromosome	1219.0	99.836	100.0	0.0005555568225616278	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
USA0034_01_000000008869	6436	0.5262770411109239	8	6	2	5	5	True	81113	maximal	True	USA0034_01_000000008869	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1904.0	96.744	49.0	0.009145564905636802	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
AST0084_000000018845	1861	0.5262762677969607	3	3	3	2	2	False	111362	maximal	True	AST0084_000000018845	1.0		2	2	False	False	0.9994626641273499	0					non-mobilizable	no_good_hit	522.0	94.444	47.0	0.0010953018541744349	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
DEN0011_000000010755	3791	0.526272157711841	5	4	4	1	1	False	75765	maximal	True	DEN0011_000000010755	1.0		124	10	False	False	1.0	0					non-mobilizable	other	3256.0	99.294	100.0	0.0009853553716104367	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MON0082_000000021639	1629	0.5262707817362366	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.08186049801762214		0	0	False	False	0.9993861317634583	0					non-mobilizable	chromosome	1629.0	99.01799999999999	100.0	0.0005744759759298801	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AUS0002_000000017951	2035	0.5262700761893704	3	3	3	3	2	False	102931	maximal	True	AUS0002_000000017951	1.0		44	8	False	False	1.0	0					non-mobilizable	chromosome	2036.0	98.527	100.0	0.0007151655511606944	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
CAN0011_000000020194	1497	0.5262679677525206	3	1	1	1	1	True	94431	fragment	False	USA0026_01_000000019875	0.9566687154271666		0	0	False	False	0.994655966758728	0					non-mobilizable	no_good_hit	225.0	77.333	15.0	6.403671748950453e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	True
SPA0094_000000004004	3501	0.5262610559685769	4	4	3	4	3	False	100451	fragment	False	MAD0066_000000005127	0.8751776051429682		0	0	False	False	1.0	0					non-mobilizable	chromosome	3366.0	95.544	99.0	0.0006146634028313971	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
ISR0377_000000002576	4535	0.5262597874365597	10	4	3	3	3	True	69767	maximal	True	ISR0377_000000002576	1.0		0	0	False	False	0.9907386898994446	0					non-mobilizable	no_good_hit								True	True
ISR0207_000000021797	1393	0.5262590585505431	3	3	2	2	1	False	28559	maximal	True	ISR0207_000000021797	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	93.919	72.0	8.004541152567097e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
MON0039_000000037536	1323	0.5262570097196825	1	1	1	1	1	False	11907	maximal	True	MON0039_000000037536	1.0		7	5	False	False	0.9939531087875366	0					non-mobilizable	no_good_hit	125.0	90.4	17.0	4.3221658791494533e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0086_01_000000010321	1653	0.5262506437390457	3	3	3	2	2	False	440	maximal	True	USA0086_01_000000010321	1.0		86	9	False	False	0.9879007935523987	0					non-mobilizable	no_good_hit	1265.0	94.229	76.0	0.017158432708688245	NZ_CABIYV010000013.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0057_000000006055	3787	0.5262496598379008	5	3	2	3	2	False	11048	maximal	True	MON0057_000000006055	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	72.88600000000001	18.0	0.00020583566994936443	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ENG0026_000000005846	1923	0.5262482654976045	4	3	3	3	3	False	111777	maximal	False	MAD0062_000000007002	0.9535642570281124		0	0	False	False	0.9843993782997131	0					non-mobilizable	chromosome	1923.0	99.53200000000001	100.0	0.00036684672135297214	CP031215.1	enterobacteria	Escherichia coli strain Es_ST80_L1_NDM_10_2017 chromosome, complete genome	False	False
CHI0091_000000000781	3508	0.5262475362478505	4	4	4	4	4	False	83733	fragment	False	FIJ0005_000000008082	0.9693218514531754		0	0	False	False	0.9974344372749329	0					non-mobilizable	other	3508.0	99.572	100.0	0.017477741552757255	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
ISR0395_000000009374	4103	0.5262429060168329	3	2	1	2	2	False	22736	maximal	True	ISR0395_000000009374	1.0		116	12	False	False	0.9939069151878357	0					non-mobilizable	chromosome	3341.0	100.0	99.0	0.0005325970949220376	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0044_01_000000020075	1350	0.5262341819051938	2	2	1	2	1	True	65569	fragment	False	USA0044_01_000000020075	0.9976057462090981		0	0	False	False	0.9807407259941101	0					non-mobilizable	no_good_hit								True	True
ENG0032_000000020097	1253	0.5262341819051938	2	2	1	2	1	True	65569	fragment	False	USA0044_01_000000020075	0.9618518518518517		0	0	False	False	0.9744613170623779	0					non-mobilizable	no_good_hit								True	True
ISR0113_000000005250	2932	0.5262323643748572	3	3	3	3	3	False	130047	fragment	False	ISR0113_000000005250	0.9856323919864832		0	0	False	False	0.9969304203987122	0					non-mobilizable	chromosome	2932.0	99.42	100.0	0.0010342684800064364	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0225_000000008174	2253	0.5262320420223203	5	4	4	4	3	False	27690	maximal	True	ISR0225_000000008174	1.0		105	11	False	False	0.9982246160507202	0					non-mobilizable	no_good_hit	907.0	77.839	39.0	0.00036846153684929754	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0102_000000013673	1552	0.5262315535922581	3	1	0	0	1	False	19910	maximal	True	MAD0102_000000013673	1.0		1	1	False	False	0.9890463948249817	0					non-mobilizable	no_good_hit	1016.0	96.35799999999999	82.0	0.37196969696969695	CP011067.1	enterobacteria	Escherichia coli str. Sanji plasmid pSJ_2, complete sequence	True	False
MAD0005_000000027242	1177	0.5262315535922581	1	1	0	0	1	False	19909	fragment	False	MAD0005_000000027242	0.9823633156966491		0	0	False	False	1.0	0					non-mobilizable	plasmid	919.0	99.34700000000001	100.0	0.3477272727272727	CP011067.1	enterobacteria	Escherichia coli str. Sanji plasmid pSJ_2, complete sequence	False	True
MAD0062_000000013450	1134	0.5262315535922581	1	1	0	0	1	False	19909	fragment	False	MAD0005_000000027242	0.9647408666100254		0	0	False	False	1.0	0					non-mobilizable	plasmid	949.0	99.15700000000001	100.0	0.3587121212121212	CP011067.1	enterobacteria	Escherichia coli str. Sanji plasmid pSJ_2, complete sequence	False	True
FIJ0001_000000007540	2604	0.5262310965715997	3	3	3	3	3	False	124918	fragment	False	FIJ0001_000000007540	0.9901803607214429		0	0	False	False	0.9861751198768616	0					non-mobilizable	no_good_hit	780.0	71.667	29.0	0.001595443263486514	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0007_000000005733	1574	0.5262304228783382	2	2	2	2	2	False	19860	fragment	False	MAD0007_000000005733	0.9950625411454905		0	0	False	False	1.0	0					non-mobilizable	chromosome	1574.0	99.619	100.0	0.0006651337159790235	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
MON0034_000000019816	1474	0.5262266867782069	3	2	2	2	1	False	129042	fragment	False	USA0026_01_000000018968	0.623352165725047		0	0	False	False	0.9050203561782837	0					non-mobilizable	no_good_hit	901.0	86.238	65.0	0.002451787098969636	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
CHI0135_000000008105	2497	0.5262259420013081	2	2	2	2	2	False	80691	maximal	True	CHI0135_000000008105	1.0		674	13	False	False	0.9891870021820068	0					non-mobilizable	other	2380.0	99.454	95.0	0.018307604697335816	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0081_000000025443	2164	0.5262259420013081	3	2	2	2	2	False	15790	fragment	False	MON0081_000000025443	0.9947668886774501		0	0	False	False	0.9972273707389832	0					non-mobilizable	virus	2166.0	99.446	100.0	0.057835123150077467	MK232434.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c9 sequence	False	False
MAD0090_000000006066	2102	0.5262259420013081	2	2	2	2	2	False	15790	fragment	False	MON0081_000000025443	0.9801293900184842		0	0	False	False	0.9961941242218018	0					non-mobilizable	other	2102.0	99.23899999999999	100.0	0.016152863497144967	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0101_000000031597	2033	0.5262176927994131	3	3	3	3	3	False	10134	maximal	True	MON0101_000000031597	0.9856446370530878		90	12	False	False	0.9921298623085022	0					non-mobilizable	no_good_hit	316.0	72.468	15.0	0.0008636133695175224	NZ_FNBY01000002.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0199_000000014558	2089	0.5262146799204049	2	2	2	2	2	False	28809	fragment	False	ISR0199_000000014558	0.9790949335956715		0	0	False	False	0.9990426301956177	0					non-mobilizable	other	1920.0	86.56200000000001	92.0	0.012781924713058833	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0055_000000011802	1214	0.5262135413708534	2	2	2	2	2	False	49915	maximal	True	FIJ0055_000000011802	0.9913793103448276		82	9	False	False	0.9736408591270447	0					non-mobilizable	other	1214.0	99.42299999999999	100.0	0.0002384066651663884	CP014156.1	enterobacteria	Klebsiella quasipneumoniae strain HKUOPL4, complete genome	False	False
USA0145_01_000000005823	4182	0.5262105106220806	7	6	5	5	6	False	95915	maximal	True	USA0145_01_000000005823	1.0		2	1	False	False	0.996891438961029	0					non-mobilizable	no_good_hit	431.0	74.942	10.0	0.0005986118373738465	NZ_LT707059.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0371_000000003017	4785	0.5262097262430543	6	2	1	2	0	True	120363	maximal	True	ISR0371_000000003017	1.0		41	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0209_000000001977	10366	0.5262071444222747	7	6	6	6	5	False	110939	maximal	True	ENG0209_000000001977	1.0		27	6	False	False	0.9965271353721619	0					non-mobilizable	no_good_hit	850.0	76.118	8.0	0.00023098566732557692	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
SPA0097_000000009527	3402	0.5262061298849696	6	4	3	3	3	False	5126	maximal	True	SPA0097_000000009527	1.0		51	6	False	False	1.0	0					non-mobilizable	other	1795.0	92.81299999999999	91.0	0.0008660109588165292	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
USA0010_01_000000009146	2974	0.5262051938008236	4	2	2	2	1	True	2065	maximal	True	USA0010_01_000000009146	1.0		1	1	False	False	0.9929388165473938	0					non-mobilizable	no_good_hit	1137.0	99.56	58.0	0.3262492820218265	LN853617.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1035	True	True
ISR0180_000000015318	1572	0.5262048028011922	2	2	1	1	0	True	78528	fragment	False	ISR0180_000000015318	0.7417867418716251		0	0	False	False	0.9840967059135437	0					non-mobilizable	no_good_hit	135.0	97.77799999999999	9.0	5.4717153457342426e-05	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	True	True
ENG0143_000000002128	9490	0.5262038261242922	13	4	3	4	2	False	57636	fragment	False	ENG0143_000000002128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	73.156	12.0	0.0003643243902621994	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0072_000000018789	1567	0.5262001927441223	3	2	2	2	1	False	41095	maximal	True	ISR0072_000000018789	1.0		8	4	False	False	0.9687300324440002	0					non-mobilizable	no_good_hit								True	False
ISR0806_000000000150	30723	0.5261971562658962	42	28	6	18	25	True	77205	maximal	True	ISR0806_000000000150	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3608.0	86.225	56.0	0.0010495373426206455	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
ISR0221_000000005474	4133	0.5261961337544768	4	1	1	1	1	True	27970	fragment	False	ISR0221_000000005474	1.0		0	0	False	False	0.9987902045249939	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	1.0531991263203635e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0050_000000012275	2169	0.526195007132666	4	4	2	4	1	False	64142	maximal	True	ENG0050_000000012275	1.0		9	3	False	False	0.9986168742179871	0					non-mobilizable	no_good_hit	700.0	99.0	42.0	0.0006000267823113134	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ENG0128_000000010248	2646	0.5261947099028511	3	3	3	3	2	False	73052	maximal	True	ENG0128_000000010248	1.0		3	2	False	False	0.9965986609458923	0					non-mobilizable	other	2493.0	98.195	94.0	0.0013143737209645773	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
CHI0167_000000020370	1156	0.5261946580368102	2	2	0	2	1	False	78113	maximal	True	CHI0167_000000020370	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1176.0	76.616	99.0	0.0041537165596769975	NZ_FNFM01000009.1	high GC Gram+	Actinopolyspora mzabensis strain DSM 45460, whole genome shotgun sequence	False	False
ISR0186_000000011419	2505	0.5261933476232048	3	2	2	2	2	False	93251	fragment	False	ISR0186_000000011419	0.9760440881676262		0	0	False	False	0.9948104023933411	0					non-mobilizable	other	2505.0	98.56299999999999	100.0	0.010806704990764238	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ENG0093_000000009302	1297	0.5261915800545174	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.08020670795176475		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	94.611	100.0	0.04348409609448396	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
ENG0093_000000009299	1297	0.5261915800545174	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.10145912445298468		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	97.149	100.0	0.0003023592419741819	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
USA0024_01_000000017856	1176	0.5261915800545174	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.08275607158691584		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	97.619	100.0	0.0003127086665011307	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
USA0022_01_000000000998	10175	0.5261873714447666	11	5	2	5	2	False	1733	maximal	True	USA0022_01_000000000998	1.0		1	1	False	False	0.9992137551307678	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	7.012402725979291e-05	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	False
ISR0015_000000006960	3485	0.5261862642828079	4	2	2	1	1	True	37982	maximal	True	ISR0015_000000006960	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	78.846	3.0	0.00015936819365006287	CP059225.1	CFB group bacteria	Blattabacterium cuenoti strain NYCTIBsp chromosome	True	True
ISR0324_000000017455	1757	0.5261853930070964	2	2	1	2	1	False	125500	fragment	False	CHI0133_000000005744	0.24176503679015415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	95.0	5.0	1.81824666474119e-05	NC_012881.1	d-proteobacteria	Desulfovibrio salexigens DSM 2638, complete genome	True	False
ENG0085_000000004515	4575	0.5261824109317345	5	4	3	3	4	False	75958	maximal	True	ENG0085_000000004515	1.0		108	11	False	False	0.9986885190010071	0					non-mobilizable	other	4575.0	99.956	100.0	0.0007348310563316925	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
USA0031_01_000000006684	4555	0.5261824109317345	5	4	3	3	4	False	75958	maximal	False	ENG0085_000000004515	0.9978142076502732		0	0	False	False	1.0	0					non-mobilizable	other	4555.0	99.956	100.0	0.000731617977816906	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0392_000000010418	3043	0.5261815468421224	5	3	1	2	2	True	42605	maximal	True	ISR0392_000000010418	1.0		10	5	False	False	0.999014139175415	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.0611841439437337e-06	LR584048.1	bony fishes	Echeneis naucrates genome assembly, chromosome: 7	True	True
FIJ0086_000000018877	1720	0.5261803843091727	2	1	1	1	1	False	43828	maximal	True	FIJ0086_000000018877	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0046_000000002431	7566	0.5261762212888903	5	5	5	5	5	False	130235	fragment	False	ENG0046_000000002431	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6219.0	99.96799999999999	100.0	0.0012042944776958582	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0122_000000000849	30465	0.5261761330222431	38	24	13	18	18	True	97486	maximal	True	SPA0122_000000000849	1.0		47	8	False	False	1.0	0					non-mobilizable	other	30433.0	99.941	99.0	0.6653617356311784	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0845_000000001332	8317	0.5261721970542629	9	5	3	4	3	False	20695	maximal	True	ISR0845_000000001332	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	76.76100000000001	2.0	6.965806533621456e-05	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	True	False
ENG0050_000000007056	3468	0.5261713456428593	4	3	3	3	3	False	69183	maximal	True	ENG0050_000000007056	1.0		26	8	False	False	0.992214560508728	0					non-mobilizable	no_good_hit	600.0	70.833	17.0	0.024126352443725903	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
SPA0019_000000000595	23265	0.5261690251613498	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18864804189992868	PS672	0	0	False	True	0.9998710751533508	0					non-mobilizable	other	23246.0	99.99600000000001	99.0	0.23196750758422482	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0213_000000007027	3419	0.5261602006873082	4	4	4	4	3	False	113124	fragment	False	ISR0176_000000008575	0.38415841584158417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	79.057	52.0	0.011409093832400798	NZ_JAAIPV010000006.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_6_length_155490_cov_78.5241, whole genome shotgun sequence	True	False
MON0068_000000020805	2039	0.5261571947725113	3	3	3	3	2	False	122997	fragment	False	ISR0189_000000008092	0.7287440236434489		0	0	False	False	0.9980382323265076	0					non-mobilizable	chromosome	2042.0	87.169	99.0	0.000710020314179632	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0052_000000026708	1706	0.5261554543540858	2	2	1	2	0	True	109193	maximal	True	DEN0052_000000026708	1.0		1	1	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1169.0	97.861	87.0	0.19182131712924946	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
FIJ0105_000000028130	1228	0.5261485237471815	2	1	1	1	1	False	42394	maximal	True	FIJ0105_000000028130	1.0		197	12	False	False	0.9975569844245911	0					non-mobilizable	no_good_hit								True	False
ISR0818_000000014355	1330	0.5261475370111129	2	2	0	2	1	True	21341	fragment	False	ISR0818_000000014355	1.0		0	0	False	False	0.9984962344169617	0					non-mobilizable	other	1271.0	90.40100000000001	95.0	0.0004063391468542978	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0216_000000003290	6190	0.5261460405881188	8	7	7	5	6	False	132085	maximal	True	ISR0216_000000003290	1.0	PS1137	9	3	False	True	1.0	0					non-mobilizable	no_good_hit	2040.0	90.98	33.0	0.051177740947215104	NZ_CYZN01000032.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0062_000000020181	1173	0.5261443680561386	2	2	2	2	1	False	63127	fragment	False	ENG0062_000000020181	1.0		0	0	False	False	0.9923273921012878	0					non-mobilizable	other	1173.0	98.21	100.0	0.0003573917113787483	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0290_000000003291	3337	0.5261440896174578	3	3	3	3	3	False	128221	maximal	True	ISR0290_000000003291	1.0		34	4	False	False	1.0	0					non-mobilizable	no_good_hit	1874.0	89.221	56.0	0.04723036490447791	NZ_VULP01000030.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq30, whole genome shotgun sequence	True	False
MAD0047_000000003343	8655	0.5261438652926024	9	8	7	8	5	True	20278	maximal	True	MAD0047_000000003343	1.0		1	1	False	False	0.9968804121017456	0					non-mobilizable	no_good_hit	1746.0	99.485	20.0	0.000739939473375112	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
SPA0018_000000003709	6867	0.5261421733141285	11	4	3	4	3	False	7809	maximal	True	SPA0018_000000003709	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1398.0	90.98700000000001	71.0	0.0005799898907720403	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
CHI0007_000000002240	3896	0.5261416109633561	5	5	5	4	3	False	111540	fragment	False	ISR0175_000000006008	0.8047462450905404		0	0	False	False	1.0	0					non-mobilizable	other	3896.0	99.35799999999999	100.0	0.0049106563133137415	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0146_000000005299	7049	0.5261379941309715	6	4	4	4	4	False	110444	maximal	True	ISR0146_000000005299	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	77.24600000000001	17.0	0.01390265779162536	NZ_QIBX01000012.1	actinobacteria	Slackia equolifaciens strain DSM 24851 DSM24851T_contig_012, whole genome shotgun sequence	True	False
ISR0156_000000009215	2798	0.5261368590906077	5	5	1	3	4	True	30581	fragment	False	ISR0156_000000009215	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2807.0	98.50399999999999	100.0	0.0012646662711294691	NZ_AKCA01000001.1	high GC Gram+	Bifidobacterium bifidum NCIMB 41171 cont1.1, whole genome shotgun sequence	False	True
SPA0109_000000013826	2276	0.5261367630297819	5	4	3	3	2	True	62574	maximal	True	SPA0109_000000013826	1.0		36	9	False	False	0.985061526298523	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.611669969402431e-06	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
FIJ0052_000000007293	3754	0.5261354162126524	6	4	3	3	1	True	46495	maximal	True	FIJ0052_000000007293	1.0		12	4	False	False	0.9962706565856934	0					non-mobilizable	no_good_hit	1868.0	98.287	50.0	0.03327689154264326	NZ_JXQL01000068.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig68, whole genome shotgun sequence	True	True
ISR0035_000000006741	2696	0.5261348802814572	3	2	2	2	1	False	36807	maximal	True	ISR0035_000000006741	1.0		25	11	False	False	0.9996290802955627	0					non-mobilizable	no_good_hit	479.0	74.113	17.0	0.00021339511630033838	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
MAD0012_000000024604	1256	0.5261344624193988	2	2	2	2	2	False	19640	maximal	True	MAD0012_000000024604	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	77.002	39.0	0.0016931945522694778	NZ_CABFVD010000003.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	False
MAD0102_000000005045	3346	0.5261326110910425	4	4	4	3	3	False	15017	maximal	True	MAD0102_000000005045	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1610.0	98.944	60.0	0.0003300644169224375	CP057990.1	enterobacteria	Escherichia coli strain RHB06-C11 chromosome, complete genome	True	False
ENG0198_000000015897	1299	0.5261303122823762	3	2	2	2	1	True	54318	maximal	True	ENG0198_000000015897	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	88.889	42.0	0.0035538722940634767	NZ_NFLJ01000001.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_1, whole genome shotgun sequence	True	True
ISR0153_000000013780	2065	0.5261250885222296	3	2	1	1	2	False	101701	fragment	False	ISR0100_000000006592	0.5580618172907224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	87.682	65.0	0.02235328507316402	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CAN0007_000000012425	3381	0.5261241780262532	4	4	4	4	4	False	95392	maximal	True	CAN0007_000000012425	1.0		235	13	False	False	0.9997042417526245	0					non-mobilizable	no_good_hit	178.0	75.281	5.0	0.00013974588608075078	NZ_JNVC02000001.1	firmicutes	Metabacillus indicus strain DSM 16189 Contig01, whole genome shotgun sequence	True	False
ENG0204_000000023814	1171	0.5261240375169282	2	2	1	2	1	False	54005	maximal	True	ENG0204_000000023814	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0795_000000000929	8816	0.5261231829142852	17	8	3	6	7	True	38704	maximal	True	ISR0795_000000000929	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4301.0	97.931	77.0	0.0014938854919399665	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0087_01_000000005988	2537	0.5261162456500037	4	4	4	2	2	False	426	maximal	True	USA0087_01_000000005988	1.0		4	4	False	False	0.9996058344841003	0					non-mobilizable	no_good_hit	1910.0	73.298	74.0	0.05461048591119253	NZ_MIEH01000011.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_11, whole genome shotgun sequence	True	False
DEN0028_000000018043	1695	0.5261149078275189	2	2	1	2	2	False	73959	fragment	False	DEN0028_000000018043	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	99.351	100.0	0.0007665373417715791	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
ENG0130_000000005013	5771	0.5261135627837955	7	4	3	4	3	False	132115	fragment	False	ENG0130_000000005013	0.960552121578434		0	0	False	False	0.9982671737670898	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.864942777542923e-06	CP053173.1	moths	Carposina sasakii isolate BJYQ chromosome 26	True	False
ISR0043_000000002898	7250	0.5261054561167998	6	4	4	4	2	False	36320	maximal	True	ISR0043_000000002898	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	739.0	79.432	10.0	0.00026220363635043044	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
DEN0079_000000022340	2505	0.5261035060322707	5	3	2	3	1	False	69577	maximal	True	DEN0079_000000022340	1.0		0	0	False	False	0.9988024234771729	0					non-mobilizable	no_good_hit	103.0	86.40799999999999	4.0	0.004690039470629208	NZ_JAAITI010000047.1	firmicutes	Blautia luti strain MSK.16.34 NODE_47_length_21535_cov_154.742, whole genome shotgun sequence	True	False
ISR0785_000000025230	1513	0.5261024530011948	3	2	2	2	1	False	47900	maximal	True	ISR0785_000000025230	1.0		10	6	False	False	0.9947124719619751	0					non-mobilizable	no_good_hit	95.0	97.895	6.0	0.0009281383913584392	NZ_AGDG01000030.1	CFB group bacteria	Bacteroides faecis MAJ27 contig030, whole genome shotgun sequence	True	False
ENG0101_000000017695	1879	0.5261012314970132	3	1	1	1	1	False	75194	maximal	True	ENG0101_000000017695	1.0		175	12	False	False	0.9877594709396362	0					non-mobilizable	no_good_hit	508.0	70.27600000000001	26.0	0.3587509077705156	XM_005394780.2	rodents	PREDICTED: Chinchilla lanigera UDP-galactose-4-epimerase (Gale), transcript variant X6, mRNA	True	False
FIJ0159_000000009815	2445	0.5260965336373395	4	3	2	2	3	False	83678	fragment	False	FIJ0159_000000009815	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2445.0	99.182	100.0	0.0004644841612611467	LR588408.1	enterobacteria	Klebsiella pneumoniae strain NCTC11698 genome assembly, chromosome: 1	False	False
USA0059_01_000000021445	1165	0.5260954310064204	2	2	1	2	1	True	907	fragment	False	USA0059_01_000000021445	1.0		0	0	False	False	0.9991416335105896	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.090784718067628e-06	NZ_KV440952.1	firmicutes	Neobacillus drentensis strain FJAT-10044 Scaffold1, whole genome shotgun sequence	True	True
ENG0109_000000003661	6289	0.5260949046809137	6	5	4	5	4	False	128052	maximal	True	ENG0109_000000003661	1.0		83	10	False	False	1.0	0					non-mobilizable	other	2529.0	86.35799999999999	98.0	0.005269353897753624	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0013_000000012876	3685	0.526093245754049	7	3	2	3	2	False	101641	fragment	False	MON0013_000000012876	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	90.179	12.0	0.01782977006857604	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0066_01_000000017643	1148	0.5260927584925265	1	1	1	1	1	False	814	maximal	True	USA0066_01_000000017643	1.0		84	7	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	97.13	76.0	0.0059547439460103215	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0058_000000020722	1299	0.5260892166310646	1	1	1	1	1	False	35472	fragment	False	ISR0058_000000020722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	97.083	66.0	0.0002073419934518975	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0056_000000008731	3821	0.5260841918261052	5	4	4	4	4	False	105422	maximal	True	SPA0056_000000008731	0.9810339983141332		76	9	False	False	0.9997382760047913	0					non-mobilizable	no_good_hit	570.0	81.404	15.0	0.0004930216457482128	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0058_000000005746	6490	0.5260841185949284	7	4	2	3	3	False	46071	maximal	True	FIJ0058_000000005746	0.9959003215434084		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	1.0	0.0021296296296296298	NZ_AEWH01000056.1	firmicutes	Ornithinibacillus scapharcae TW25 contig00112, whole genome shotgun sequence	True	False
ISR0025_000000005836	6220	0.5260841185949284	7	4	2	3	3	False	46071	maximal	False	FIJ0058_000000005746	0.9752696456086286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	1.0	0.0021296296296296298	NZ_AEWH01000056.1	firmicutes	Ornithinibacillus scapharcae TW25 contig00112, whole genome shotgun sequence	True	False
MAD0054_000000006684	2314	0.5260834734769125	2	2	2	2	1	True	78810	fragment	False	MAD0054_000000006684	0.9957664884135473		0	0	False	False	0.9948141574859619	0					non-mobilizable	plasmid	2314.0	99.78399999999999	100.0	0.02469438957988576	CP038368.1	enterobacteria	Escherichia coli O157:H7 strain F6667 plasmid pF6667-1, complete sequence	False	True
SPA0145_000000019374	1794	0.5260825091201524	3	3	3	1	1	False	72011	fragment	False	DEN0057_000000004058	0.9966777408637874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	100.0	4.0	2.965137397054136e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
FIJ0102_000000014021	2252	0.5260806095974943	3	3	2	3	2	False	42629	maximal	True	FIJ0102_000000014021	1.0		61	10	False	False	0.9991118907928467	0					non-mobilizable	no_good_hit								True	False
USA0042_01_000000009680	2134	0.5260806095974943	3	3	2	3	2	False	95275	maximal	True	USA0042_01_000000009680	1.0		215	14	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	2.0	1.5056145306858357e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CAN0007_000000021000	1930	0.5260806095974943	3	3	2	3	2	False	95274	fragment	False	CAN0007_000000021000	1.0		0	0	False	False	0.9989637136459351	0					non-mobilizable	no_good_hit	62.0	90.323	3.0	1.6040335395524432e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MON0093_000000012903	3229	0.5260801636293262	4	4	4	4	4	False	9399	maximal	True	MON0093_000000012903	1.0		22	7	False	False	0.986683189868927	0					non-mobilizable	chromosome	3229.0	99.071	100.0	0.0006541594041505216	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
MON0101_000000022324	2774	0.5260800003339768	3	2	2	2	2	False	53185	maximal	True	MON0101_000000022324	1.0		25	8	False	False	0.9873828291893005	0					non-mobilizable	no_good_hit								True	False
MON0016_000000011826	2618	0.5260800003339768	4	2	2	2	2	False	53183	fragment	False	MON0016_000000011826	0.9839440098806094		0	0	False	False	0.9992360472679138	0					non-mobilizable	no_good_hit								True	False
MON0070_000000013373	2429	0.5260800003339768	3	2	2	2	2	False	53183	fragment	False	MON0016_000000011826	0.9488158899923606		0	0	False	False	0.9930012226104736	0					non-mobilizable	no_good_hit								True	False
SPA0056_000000028030	1277	0.5260797422722847	2	2	2	2	2	False	6359	maximal	True	SPA0056_000000028030	1.0		1342	15	False	False	1.0	0					non-mobilizable	chromosome	1276.0	99.45100000000001	99.0	0.00031012578945256107	CP016104.1	firmicutes	Clostridioides difficile strain DSM 29629 chromosome, complete genome	False	False
MAD0070_000000006335	2893	0.5260750648801679	3	3	3	3	2	False	16374	maximal	True	MAD0070_000000006335	1.0		13	7	False	False	1.0	0					non-mobilizable	no_good_hit	1114.0	94.973	41.0	0.0003139096673460052	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
DEN0073_000000027298	1929	0.5260667605153223	3	3	3	3	1	False	121126	maximal	True	DEN0073_000000027298	1.0		59	4	False	False	0.9875583052635193	0					non-mobilizable	chromosome	1380.0	99.493	99.0	0.0004346574889531121	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0041_000000063917	1111	0.5260666064471005	1	1	1	1	1	False	11735	fragment	False	MON0041_000000063917	1.0		0	0	False	False	0.9657965898513794	0					non-mobilizable	no_good_hit								True	False
ENG0183_000000005791	4792	0.5260553314519614	5	4	3	3	4	True	55179	maximal	True	ENG0183_000000005791	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	72.079	10.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0019_000000038007	1770	0.5260537470736691	2	2	2	2	1	False	13176	maximal	True	MON0019_000000038007	1.0		22	8	False	False	0.9802259802818298	0					non-mobilizable	no_good_hit	890.0	79.101	50.0	0.00036846153684929754	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0316_000000015800	1384	0.5260489358402757	3	3	3	3	2	False	25199	maximal	True	ISR0316_000000015800	1.0		14	5	False	False	0.9942196607589722	0					non-mobilizable	other	1384.0	100.0	100.0	0.0030985416914049635	NZ_AKCB01000002.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.2, whole genome shotgun sequence	False	False
AUS0022_000000023173	1464	0.5260445895585742	3	2	2	2	1	False	99096	maximal	True	AUS0022_000000023173	1.0		1	1	False	False	0.999316930770874	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000011481	3009	0.5260396791352506	3	2	2	2	2	False	72712	maximal	True	USA0005_01_000000011481	0.9908853492094499		50	8	False	False	0.9870389103889465	0					non-mobilizable	no_good_hit	1452.0	80.234	55.0	0.0004463224153450253	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
USA0080_01_000000014620	2978	0.5260396791352506	3	2	2	2	2	False	72712	maximal	False	USA0005_01_000000011481	0.9884790074221779		0	0	False	False	0.9993284344673157	0					non-mobilizable	no_good_hit	1452.0	80.234	56.0	0.0004463224153450253	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
USA0044_01_000000010334	2826	0.5260396791352506	3	2	2	2	2	False	72712	maximal	False	USA0005_01_000000011481	0.9618275983183947		0	0	False	False	0.9922151565551758	0					non-mobilizable	no_good_hit	1452.0	80.234	59.0	0.0004463224153450253	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0134_000000003493	8895	0.5260393983919057	6	4	2	3	2	False	31502	maximal	True	ISR0134_000000003493	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	73.93	3.0	0.0028888362278118194	NZ_FCOU01000011.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
DEN0071_000000028079	1536	0.5260367790682519	4	2	1	2	1	False	70416	fragment	False	DEN0071_000000028079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0005_000000008693	3503	0.5260354126882097	3	3	2	3	1	True	58407	fragment	False	FIJ0005_000000008693	1.0		0	0	False	False	0.9940051436424255	0					non-mobilizable	other	3504.0	96.689	100.0	0.09536903433067437	NZ_KB904241.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_21.22, whole genome shotgun sequence	False	True
USA0125_01_000000015839	1478	0.5260349957468154	3	2	1	2	1	False	80862	maximal	True	USA0125_01_000000015839	0.9692467833289172		107	12	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	96.61	4.0	1.904009844733008e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
CHI0052_000000005491	2921	0.5260341103956504	3	3	2	2	1	False	86504	maximal	True	CHI0052_000000005491	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000018190	2226	0.5260332761570273	4	2	1	1	2	False	111169	fragment	False	DEN0082_000000018190	1.0		0	0	False	False	0.9995507597923279	0					non-mobilizable	other	2227.0	94.522	100.0	0.003392505051368295	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0126_000000022834	2153	0.5260332761570273	3	2	1	1	2	False	111181	fragment	False	ISR0126_000000022834	0.9922022684310019		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	91.119	100.0	0.0017824767881233327	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0351_000000006664	2116	0.5260332761570273	2	2	1	1	2	False	111181	fragment	False	ISR0126_000000022834	0.983743613562471		0	0	False	False	0.9919659495353699	0					non-mobilizable	other	1171.0	91.375	100.0	0.0017824767881233327	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
CHI0035_000000006265	1659	0.5260332761570273	2	2	1	1	2	False	111173	fragment	False	CHI0035_000000006265	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1666.0	87.035	100.0	0.012715810863859233	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0101_000000027282	1486	0.5260332761570273	3	2	1	1	2	False	111161	fragment	False	SPA0101_000000027282	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1077.0	92.015	96.0	0.0016374979397742603	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
FIJ0142_000000027518	1333	0.5260332761570273	2	2	1	1	2	False	40165	fragment	False	FIJ0142_000000027518	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	88.43299999999999	100.0	0.010183424801988963	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0093_000000016108	1959	0.5260278625668298	2	2	2	2	2	False	15671	fragment	False	MAD0093_000000016108	1.0		0	0	False	False	0.994895339012146	0					non-mobilizable	no_good_hit	506.0	77.47	26.0	0.008899920219838667	NZ_WNAJ01000025.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold25_size56405, whole genome shotgun sequence	True	False
MON0061_000000006757	5762	0.5260277470928983	4	4	3	3	2	False	10843	maximal	True	MON0061_000000006757	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1234.0	70.34	21.0	0.0004075160511594516	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
FIJ0058_000000010386	3744	0.5260271411894246	4	4	4	4	4	False	83392	maximal	True	FIJ0058_000000010386	1.0		793	15	False	False	0.9941239356994629	0					non-mobilizable	chromosome	3744.0	98.397	100.0	0.0012064374704071493	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0063_000000041022	1246	0.5260239506823796	2	2	2	2	2	False	71403	fragment	False	DEN0063_000000041022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	303.0	97.36	32.0	8.386512710287641e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MAD0041_000000020032	1772	0.5260238231967036	2	2	2	2	2	True	125175	fragment	False	ISR0383_000000006890	0.45149402669977656		0	0	False	False	0.9994356632232666	0					non-mobilizable	chromosome	1772.0	94.35700000000001	100.0	0.0007898693234836183	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
MON0017_000000015592	1265	0.5260226147988383	3	3	3	2	0	False	13287	maximal	True	MON0017_000000015592	1.0		296	13	False	False	0.9905138611793518	0					non-mobilizable	other	1265.0	97.154	100.0	0.004014367879975482	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
SPA0069_000000001135	14995	0.5260206894398619	15	2	2	2	2	False	88625	maximal	True	SPA0069_000000001135	1.0		4	1	False	False	0.9993330836296082	0					non-mobilizable	no_good_hit	177.0	89.831	1.0	4.8875040960616716e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0115_000000009569	2088	0.5260198047783565	2	1	1	1	1	False	74143	maximal	True	ENG0115_000000009569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	75.822	24.0	0.00017776649986824366	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0212_000000000428	39112	0.5260195206267269	25	10	5	10	4	False	28380	maximal	True	ISR0212_000000000428	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	0.0	1.668438312862344e-05	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0126_000000013558	3603	0.5260192205626817	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.8200048222764004		0	0	False	False	1.0	0					non-mobilizable	chromosome	3368.0	97.32799999999999	95.0	0.0010596943276724895	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ETH0005_000000013445	3569	0.526016404710418	4	4	4	3	2	False	52780	maximal	True	ETH0005_000000013445	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	83.037	32.0	0.00025014755144716147	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0064_000000008715	2064	0.5260151216413596	3	3	3	2	2	False	85308	fragment	False	ISR0387_000000011651	0.9865578492558809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000020541	1554	0.5260129474259471	2	2	2	1	1	False	57554	fragment	False	ISR0186_000000020541	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	94.09100000000001	99.0	0.01903118421696774	NZ_SPHG01000010.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_10_length_81708_cov_55.4711, whole genome shotgun sequence	False	False
MAD0096_000000006472	2738	0.5260127395217372	3	3	2	3	3	True	122079	fragment	False	MAD0096_000000006472	0.9550827423167849		0	0	False	False	0.982103705406189	0					non-mobilizable	no_good_hit	1041.0	76.465	38.0	0.0004313389322160719	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
MAD0112_000000010228	2721	0.5260127395217372	3	3	2	3	3	True	16170	maximal	True	MAD0112_000000010228	1.0		15	1	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	9.489597521102269e-06	NZ_MTFE01000010.1	CFB group bacteria	Cnuella takakiae strain RG1-1 Scaffold1, whole genome shotgun sequence	True	True
ISR0148_000000016332	1782	0.5260120422066772	3	3	3	2	2	False	33616	maximal	True	ISR0148_000000016332	1.0		2	1	False	False	0.9764309525489807	0					non-mobilizable	no_good_hit	1414.0	99.081	79.0	0.0005778174530313744	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
CHI0027_000000013723	1268	0.526008442589616	2	2	2	1	1	False	88800	fragment	False	CHI0027_000000013723	0.9742585119206336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	78.125	85.0	0.0006041802103263861	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
ISR0100_000000002390	4521	0.526001058408688	8	4	2	4	2	True	74830	fragment	False	ISR0100_000000002390	1.0		0	0	False	False	0.9973457455635071	0					non-mobilizable	no_good_hit								True	True
MAD0097_000000022158	1865	0.526000177912945	3	1	0	1	1	False	52150	maximal	True	MAD0097_000000022158	0.9757820383451059		11	3	True	True	0.9973190426826477	13					non-mobilizable	no_good_hit	188.0	95.745	33.0	4.98835738726379e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0064_000000011598	1848	0.526000177912945	3	1	0	1	1	False	44743	maximal	True	MAD0064_000000011598	0.9900584795321637		6	2	False	False	0.9561688303947449	0					non-mobilizable	no_good_hit	146.0	92.46600000000001	17.0	3.841301945272651e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0072_000000014824	1710	0.526000177912945	3	1	0	1	1	False	44743	maximal	False	MAD0064_000000011598	0.9531926406926408		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	92.46600000000001	17.0	3.841301945272651e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0073_000000011589	1589	0.526000177912945	2	1	0	1	1	False	52149	fragment	False	FIJ0073_000000011589	0.9987228607918264		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	98.374	39.0	3.2544363703004405e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0060_000000026495	1577	0.526000177912945	1	1	0	1	1	False	47092	maximal	True	MON0060_000000026495	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	95.726	20.0	3.094382122580747e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0131_000000011857	1566	0.526000177912945	2	1	0	1	1	False	52149	fragment	False	FIJ0073_000000011589	0.9915040906230334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	92.46600000000001	38.0	3.841301945272651e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0092_000000013207	1409	0.526000177912945	2	1	0	1	1	False	47093	fragment	False	MAD0092_000000013207	1.0		0	0	False	False	0.9964513778686523	0					non-mobilizable	no_good_hit	117.0	95.726	24.0	3.094382122580747e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0003_000000017208	1358	0.526000177912945	2	1	0	1	1	False	52148	fragment	False	FIJ0003_000000017208	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	95.726	29.0	3.094382122580747e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0044_000000018186	1227	0.526000177912945	2	1	0	1	1	False	47091	fragment	False	FIJ0044_000000018186	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	92.361	28.0	3.7879505293660864e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0106_000000000364	22039	0.526000011928654	20	11	7	11	5	True	46346	maximal	True	MAD0106_000000000364	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.7485744164046013e-07	LR812497.1	bony fishes	Danio aesculapii genome assembly, chromosome: 14	True	True
ISR0125_000000006249	2399	0.5259989547831027	2	2	2	2	2	True	130084	fragment	False	ISR0125_000000006249	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	93.26299999999999	100.0	0.0005014314261648401	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0802_000000016947	1106	0.5259983057364498	3	2	2	1	1	False	21846	maximal	True	ISR0802_000000016947	1.0		9	4	False	False	0.9963833689689636	0					non-mobilizable	no_good_hit	141.0	82.979	13.0	0.014867485455720749	NZ_CADAEU010000057.1	firmicutes	Kandleria vitulina isolate RUG13225, whole genome shotgun sequence	True	False
MAD0101_000000008947	3109	0.5259978332686478	4	4	4	3	3	False	15113	maximal	True	MAD0101_000000008947	1.0		1073	15	False	False	1.0	0					non-mobilizable	other	3034.0	97.792	98.0	0.0009067397399842329	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0087_000000029714	1720	0.5259958867197493	2	2	2	2	0	True	9690	maximal	True	MON0087_000000029714	1.0		89	11	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	75.0	13.0	7.148387838120415e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
FIJ0164_000000017597	1287	0.5259951444071048	3	2	2	2	2	False	73176	fragment	False	DEN0040_000000005863	0.954321168241179		0	0	False	False	0.998445987701416	0					non-mobilizable	no_good_hit	739.0	86.874	57.0	0.00022219766740622158	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0096_000000000458	28072	0.5259924685530624	55	39	12	21	31	False	91001	maximal	True	MON0096_000000000458	1.0		6	3	False	False	1.0	0	rep_cluster_1817				non-mobilizable	no_good_hit	3827.0	95.323	80.0	0.0011423186767160415	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0291_000000001656	6477	0.5259894971018482	6	3	3	3	1	True	118421	fragment	False	ISR0291_000000001656	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0108_000000003458	2286	0.5259874451208567	2	2	2	2	2	True	89819	fragment	False	CHI0108_000000003458	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2286.0	98.64399999999999	100.0	0.009675602660896591	CP027063.3	enterobacteria	Klebsiella variicola strain WCHKV030666 plasmid pVir_030666, complete sequence	False	True
CHI0159_000000006603	2244	0.5259874451208567	2	2	2	2	2	True	78810	fragment	False	MAD0054_000000006684	0.9807692307692308		0	0	False	False	0.9817290306091309	0					non-mobilizable	plasmid	2244.0	100.0	100.0	0.01703630563572839	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
DEN0084_000000001959	2090	0.5259874451208567	2	2	2	2	2	True	89814	fragment	False	DEN0084_000000001959	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2090.0	99.809	100.0	0.01299452600149291	LR792629.1	enterobacteria	Klebsiella pneumoniae isolate SB5881 genome assembly, plasmid: SB5881_II	False	True
MON0010_000000014361	1825	0.5259874451208567	2	2	2	2	2	True	41402	fragment	False	MON0010_000000014361	1.0		0	0	False	False	0.9589040875434875	0					non-mobilizable	plasmid	1825.0	99.945	100.0	0.013853866018532585	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
AST0016_000000017503	1350	0.5259837715811412	4	2	2	2	1	False	123093	maximal	True	AST0016_000000017503	1.0		62	8	False	False	0.9837037324905396	0					non-mobilizable	no_good_hit								True	False
ISR0090_000000024722	1275	0.5259837715811412	3	2	2	2	1	False	33649	fragment	False	ISR0090_000000024722	1.0		0	0	False	False	0.998431384563446	0					non-mobilizable	no_good_hit								True	False
SPA0096_000000027397	1534	0.5259833768955535	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.8060576824594922		0	0	False	False	0.9980443120002747	0					non-mobilizable	no_good_hit	195.0	77.436	13.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
ENG0166_000000024899	1213	0.52598336501137	2	2	2	1	1	False	56107	maximal	True	ENG0166_000000024899	1.0		295	13	False	False	0.9942291975021362	0					non-mobilizable	no_good_hit	72.0	81.944	6.0	2.1530249842718358e-05	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	True	False
ISR0179_000000015766	1442	0.5259778141926035	3	3	3	2	2	False	29672	fragment	False	ISR0179_000000015766	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	96.949	100.0	0.0056484994825802	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ISR0387_000000001362	12821	0.5259746704529449	13	6	4	5	5	True	25578	fragment	False	ISR0387_000000001362	1.0		0	0	False	True	0.999921977519989	0					non-mobilizable	no_good_hit	831.0	72.32300000000001	6.0	0.013840651972077988	NZ_FQZY01000026.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MAD0032_000000009756	1727	0.5259721522378142	2	2	2	2	2	False	79121	fragment	False	ISR0222_000000025282	0.9478079331941545		0	0	False	False	0.9988419413566589	0					non-mobilizable	other	1746.0	77.205	100.0	0.0167059032121433	NZ_QRHR01000008.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf8, whole genome shotgun sequence	False	False
AUS0018_000000001741	14165	0.5259713494759655	15	8	6	8	4	True	122757	maximal	True	AUS0018_000000001741	1.0		21	8	False	False	0.9986586570739746	0					non-mobilizable	no_good_hit	1123.0	93.14299999999999	23.0	0.004603435754992184	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0108_000000013500	1303	0.5259707484446305	3	3	1	1	3	False	59925	maximal	True	ENG0108_000000013500	1.0		17	7	False	False	1.0	0					non-mobilizable	other	1297.0	95.991	100.0	0.0004325776752507447	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ENG0001_000000023118	1201	0.5259697314947686	1	1	1	1	1	False	68033	maximal	True	ENG0001_000000023118	1.0		1	1	False	False	0.9925062656402588	0					non-mobilizable	no_good_hit								True	False
CHI0176_000000005028	1509	0.5259669208809402	3	3	3	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.058007338408148514		0	0	False	False	0.9986746311187744	0					non-mobilizable	chromosome	1509.0	97.87899999999999	100.0	0.000532131309399422	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0111_000000021456	1598	0.5259640991910529	4	2	0	2	1	True	4567	fragment	False	SPA0111_000000021456	1.0		0	0	False	False	0.9793491959571838	0					non-mobilizable	chromosome	1056.0	97.822	93.0	0.0002386957753336537	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
AUS0002_000000024703	1516	0.5259638023434601	2	2	2	2	2	False	102836	fragment	False	AUS0002_000000024703	1.0		0	0	False	False	0.9749340415000916	0					non-mobilizable	other	1476.0	94.986	97.0	0.011255285472882562	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
MAD0105_000000002838	8874	0.5259606609907803	10	6	6	6	6	True	72915	maximal	True	MAD0105_000000002838	1.0		2	1	False	False	0.9992111921310425	0					non-mobilizable	no_good_hit	1045.0	74.833	12.0	0.0002778986680158732	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0334_000000009573	2168	0.5259556832298333	3	3	2	1	2	False	94787	fragment	False	ISR0334_000000009573	0.9657748263451928		0	0	False	False	1.0	0					non-mobilizable	chromosome	2168.0	99.90799999999999	100.0	0.0009159409655547868	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
DEN0008_000000008188	1164	0.5259552864941488	2	2	2	2	1	False	87741	maximal	False	SPA0063_000000014816	0.9362931510632423		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	99.742	100.0	0.00023862039250284684	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
SPA0038_000000010122	2815	0.525954442465753	3	3	2	3	2	True	7045	maximal	True	SPA0038_000000010122	1.0		28	6	False	False	0.9985790252685547	0					non-mobilizable	no_good_hit	1493.0	74.012	52.0	0.01572677408296195	NZ_JNKW01000011.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	True
ISR0233_000000008784	1839	0.5259538924019307	2	2	2	2	1	True	27391	maximal	True	ISR0233_000000008784	1.0		60	9	False	False	1.0	0					non-mobilizable	virus	1839.0	99.34700000000001	100.0	0.40844444444444444	MK233373.1	viruses	Uncultured human fecal virus clone E.ramulus_B01.V10.L14_2_c1 sequence	False	True
FIJ0011_000000015944	2742	0.525950867912625	6	4	1	2	4	False	119975	maximal	True	FIJ0011_000000015944	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0047_000000016973	1367	0.5259491861194053	2	2	2	1	1	False	115085	fragment	False	AST0047_000000016973	1.0		0	0	False	False	0.9934162497520447	0					non-mobilizable	other	1352.0	90.75399999999999	99.0	0.00035954843271747026	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0038_000000025926	1360	0.5259491861194053	2	2	2	1	1	False	36611	maximal	True	ISR0038_000000025926	1.0		0	0	False	False	0.9654411673545837	0					non-mobilizable	no_good_hit	1035.0	90.338	76.0	0.000275183626520995	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0343_000000014941	1286	0.5259461496685872	3	1	1	1	1	False	24302	maximal	True	ISR0343_000000014941	1.0		43	4	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	93.06200000000001	89.0	0.0006612820786781289	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
USA0027_01_000000024680	1101	0.5259461496685872	2	1	1	1	1	False	1564	maximal	True	USA0027_01_000000024680	1.0		26	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0291_000000001938	5674	0.5259420615845427	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8436659586352823		0	0	False	False	1.0	0					non-mobilizable	chromosome	5683.0	94.87899999999999	100.0	0.0024325495975551868	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0036_000000031260	1388	0.5259401649577117	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.3203835329784443		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	96.527	91.0	0.022106017943650642	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0312_000000014884	1279	0.5259395482732467	1	1	1	1	1	False	25243	maximal	True	ISR0312_000000014884	1.0		42	7	False	False	0.9913995265960693	0					non-mobilizable	chromosome	1281.0	82.12299999999999	99.0	0.0006806487959317445	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
USA0037_01_000000008752	4054	0.525939062761399	5	5	3	3	3	False	1371	maximal	True	USA0037_01_000000008752	1.0		6	3	False	False	0.9987666606903076	0					non-mobilizable	no_good_hit	486.0	83.12799999999999	12.0	0.0043333750290380805	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
SPA0046_000000019281	1682	0.5259300498610151	2	2	2	1	1	False	6721	fragment	False	SPA0046_000000019281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	88.344	29.0	0.0001463429383485018	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ENG0071_000000015124	1325	0.5259281254162091	2	2	2	2	1	False	62271	maximal	True	ENG0071_000000015124	1.0		37	4	False	False	0.9833962321281433	0					non-mobilizable	no_good_hit	225.0	75.111	17.0	5.544178877994901e-05	NZ_JABDTL010000001.1	bacteria	Longimicrobium terrae strain CB-286315 Contig1, whole genome shotgun sequence	True	False
SPA0012_000000012255	1973	0.5259273094089035	3	3	2	2	2	True	8006	maximal	True	SPA0012_000000012255	1.0		30	7	False	False	0.9944247603416443	0					non-mobilizable	other	1992.0	81.878	100.0	0.016898847104035136	NZ_KB894125.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00011.11, whole genome shotgun sequence	False	True
ENG0013_000000011222	2397	0.525918498575878	4	1	1	1	1	False	66977	fragment	False	ENG0013_000000011222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1333.0	97.149	56.0	0.0005541755524892933	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0818_000000014775	1293	0.5259134561038462	1	1	1	1	1	False	21340	maximal	True	ISR0818_000000014775	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0152_000000000096	33298	0.5259097717959342	45	43	22	38	43	False	109704	maximal	True	CHI0152_000000000096	1.0		3	2	True	True	0.9999699592590332	23					non-mobilizable	chromosome	8172.0	97.74799999999999	93.0	0.0017133066818960593	CP049118.1	enterobacteria	Escherichia coli strain EC931 chromosome, complete genome	False	True
ISR0193_000000007415	3658	0.5259087239617507	5	4	2	3	1	True	29103	maximal	True	ISR0193_000000007415	1.0		1	1	False	False	0.9876981973648071	0					non-mobilizable	no_good_hit								True	True
ENG0154_000000028385	1207	0.5259064667746968	2	2	2	2	2	False	56802	fragment	False	ENG0154_000000028385	1.0		0	0	False	False	0.9958574771881104	0					non-mobilizable	chromosome	1198.0	99.33200000000001	99.0	0.00023254404349214711	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ENG0179_000000005991	5317	0.5259031483639357	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.9879628996737707	PS499	0	0	True	True	1.0	1					non-mobilizable	chromosome	5055.0	95.37100000000001	100.0	0.0009732187543301007	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
SPA0057_000000005528	5176	0.5259031483639357	9	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.951876178177485	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	5044.0	94.925	100.0	0.0009666663904395615	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
CHI0083_000000001985	5068	0.5259031483639357	8	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.9463660367039493	PS499	0	0	False	True	1.0	0					non-mobilizable	other	5015.0	93.59899999999999	100.0	0.0009698230179459845	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
ISR0140_000000006169	4681	0.5259031483639357	8	6	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.3170744819899489	PS499	0	0	False	True	0.9985045790672302	0					non-mobilizable	chromosome	4700.0	96.319	100.0	0.0009051897998195017	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ISR0066_000000019754	1634	0.5259019602356331	2	2	2	2	1	False	35124	maximal	True	ISR0066_000000019754	1.0		12	6	False	False	0.9761322140693665	0					non-mobilizable	no_good_hit	588.0	73.29899999999999	36.0	0.0013145350337045885	NZ_NHMP01000002.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_2_length_445785_cov_182.862_ID_5999, whole genome shotgun sequence	True	False
DEN0001_000000006096	5890	0.5259010846195475	8	5	4	4	4	False	90966	fragment	False	DEN0001_000000006096	1.0		0	0	False	False	0.9989812970161438	0					non-mobilizable	no_good_hit	1194.0	72.94800000000001	20.0	0.007826267580624628	NZ_OAOF01000013.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
MON0107_000000043913	1399	0.525901060154468	2	2	2	2	1	False	8568	maximal	True	MON0107_000000043913	1.0		16	4	False	False	1.0	0					non-mobilizable	chromosome	1351.0	80.977	97.0	0.000555418364237169	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	False	False
CHI0063_000000011489	1236	0.5259000127730287	4	1	1	1	1	False	85378	fragment	False	CHI0063_000000011489	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	99.757	100.0	0.0027972629857554764	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0323_000000011745	1808	0.5258985062894267	2	2	2	2	1	False	40820	maximal	False	FIJ0156_000000004295	0.979945054945055		0	0	False	False	0.9856194853782654	0					non-mobilizable	no_good_hit	265.0	84.906	15.0	8.835684383998844e-05	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ISR0235_000000003628	1342	0.525892265244667	2	2	2	2	1	False	33112	fragment	False	ISR0235_000000003628	1.0		0	0	False	False	0.9992548227310181	0					non-mobilizable	other	1343.0	98.36200000000001	100.0	0.07011668672492281	NZ_CYYV01000025.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0111_000000002356	6507	0.525887435963131	8	3	1	2	3	False	126495	maximal	True	ISR0111_000000002356	0.9955088957919315	PS879|PS961	28	4	True	True	1.0	37					non-mobilizable	no_good_hit	1956.0	87.065	37.0	0.2379845909257674	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0001_000000004854	6144	0.525887435963131	8	3	1	2	3	False	126495	maximal	False	ISR0111_000000002356	0.9843594819330312	PS879|PS961	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	1239.0	99.839	21.0	0.02330528416257224	CP049777.1	firmicutes	Enterococcus faecalis strain ES-1 plasmid unnamed2, complete sequence	True	True
MON0024_000000008537	4830	0.5258864385608467	5	4	4	3	3	False	12955	maximal	True	MON0024_000000008537	1.0		1	1	False	False	0.9995859265327454	0					non-mobilizable	no_good_hit	1345.0	79.108	42.0	0.0004086219225661457	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0180_000000003646	5567	0.5258841822027752	7	3	2	3	2	False	98951	maximal	True	ISR0180_000000003646	0.9999072528287887		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0115_000000005459	5391	0.5258841822027752	7	3	2	3	2	False	98951	maximal	False	ISR0180_000000003646	0.9841027483384228		0	0	False	False	0.999814510345459	0					non-mobilizable	no_good_hit								True	False
CHI0098_000000008103	1152	0.5258828286688388	2	2	1	1	2	False	83371	maximal	True	CHI0098_000000008103	1.0		93	9	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	97.11200000000001	66.0	0.00019275465573948772	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
AST0092_000000008525	1666	0.5258819416838955	5	5	4	5	4	False	109648	maximal	True	AST0092_000000008525	1.0		1	1	False	False	0.9873949289321899	0					non-mobilizable	no_good_hit	333.0	89.189	20.0	0.0032239269761118665	NZ_SLUM01000015.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_115, whole genome shotgun sequence	True	False
ENG0023_000000012350	1415	0.5258803346629365	3	3	3	2	1	False	66258	maximal	False	ENG0117_000000015107	0.9661851608667105		0	0	False	False	1.0	0					non-mobilizable	chromosome	1126.0	99.822	100.0	0.00031318509238960227	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0123_000000002601	6338	0.5258785826718909	7	1	0	0	1	False	76798	maximal	True	ISR0123_000000002601	1.0	PS167|PS168	1	1	True	True	1.0	56					non-mobilizable	no_good_hit	385.0	93.24700000000001	14.0	0.006023809901241222	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0222_000000011179	5359	0.5258785826718909	7	1	0	0	1	False	116321	fragment	False	ISR0222_000000011179	0.9619148158639236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
CHI0105_000000001463	5202	0.5258785826718909	5	1	0	0	1	False	83214	fragment	False	CHI0105_000000001463	1.0		0	0	False	False	0.9998077750205994	0					non-mobilizable	no_good_hit	2549.0	94.978	49.0	0.23014865844815083	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0152_000000004961	4984	0.5258785826718909	7	1	0	0	1	False	116321	fragment	False	ISR0222_000000011179	0.6394227778814455		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	1.0	0.00012352727114903732	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
FIJ0100_000000004308	4677	0.5258785826718909	4	1	0	0	1	False	48152	fragment	False	FIJ0100_000000004308	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	216.0	89.352	12.0	0.0033765039709588956	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ENG0109_000000005335	4500	0.5258785826718909	4	1	0	0	1	False	59892	maximal	True	ENG0109_000000005335	1.0	PS167	1	1	True	True	0.9991111159324646	8					non-mobilizable	no_good_hit	326.0	91.71799999999999	17.0	0.005088534153416927	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0151_000000003864	4484	0.5258785826718909	2	1	0	0	1	False	47223	backbone	True	FIJ0151_000000003864	1.0	PS167|PS168	0	0	True	True	0.994870662689209	5					non-mobilizable	no_good_hit	388.0	92.78399999999999	15.0	0.006071366295198389	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0063_000000005547	4452	0.5258785826718909	5	1	0	0	1	False	76800	fragment	False	FIJ0063_000000005547	1.0		0	0	False	False	0.9997754096984863	0					non-mobilizable	no_good_hit	305.0	84.59	18.0	0.07739463601532567	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	False
ISR0793_000000003102	4398	0.5258785826718909	5	1	0	0	1	False	22027	maximal	True	ISR0793_000000003102	1.0		1	1	True	True	0.9997726082801819	42					non-mobilizable	no_good_hit								True	True
MON0080_000000009729	4372	0.5258785826718909	5	1	0	0	1	False	52437	backbone	False	MON0077_000000008747	0.9521508313066873	PS214	0	0	True	True	1.0	4					non-mobilizable	no_good_hit								True	True
CHI0139_000000002307	4353	0.5258785826718909	2	1	0	0	1	False	80356	fragment	False	CHI0139_000000002307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	91.189	14.0	0.00355087741546851	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
MON0077_000000008747	4163	0.5258785826718909	4	1	0	0	1	False	52437	backbone	True	MON0077_000000008747	0.9572941804170745	PS214	3	2	True	True	1.0	9					non-mobilizable	no_good_hit								True	True
ISR0050_000000005724	4143	0.5258785826718909	5	1	0	0	1	False	52437	backbone	False	MON0077_000000008747	0.9557457151777843	PS214	0	0	True	True	1.0	24					non-mobilizable	no_good_hit								True	True
FIJ0083_000000008256	4127	0.5258785826718909	5	1	0	0	1	False	52437	backbone	False	MON0077_000000008747	0.7690962085288839	PS214	0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
FIJ0002_000000008477	4107	0.5258785826718909	5	1	0	0	1	False	52437	backbone	False	MON0077_000000008747	0.95509945076722	PS214	0	0	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
CHI0129_000000005085	4046	0.5258785826718909	6	1	0	0	1	False	81293	maximal	True	CHI0129_000000005085	1.0		1	1	False	False	0.9977755546569824	0					non-mobilizable	no_good_hit								True	False
ISR0180_000000005317	3963	0.5258785826718909	5	1	0	0	1	False	76792	backbone	True	ISR0180_000000005317	1.0	PS367	1	1	True	True	1.0	48					non-mobilizable	no_good_hit	342.0	83.91799999999999	12.0	0.08607918263090678	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0163_000000001226	3931	0.5258785826718909	6	1	0	0	1	False	74613	fragment	False	ISR0163_000000001226	1.0		0	0	False	False	0.9979649186134338	0					non-mobilizable	no_good_hit	224.0	86.60700000000001	14.0	0.03288377026822246	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ENG0094_000000004382	3881	0.5258785826718909	5	1	0	0	1	False	61036	fragment	False	ENG0094_000000004382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	92.83	7.0	0.03970298530080315	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
MON0063_000000008030	3528	0.5258785826718909	4	1	0	0	1	False	47222	backbone	True	MON0063_000000008030	0.9948030634573304	PS167	2	2	True	True	1.0	20					non-mobilizable	no_good_hit	388.0	93.041	19.0	0.006071366295198389	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
ISR0162_000000011010	3497	0.5258785826718909	4	1	0	0	1	False	31578	backbone	True	ISR0162_000000011010	1.0	PS99	1	1	True	True	1.0	118					non-mobilizable	no_good_hit	332.0	98.494	9.0	0.08454661558109834	HG796332.1	bacteria	Uncultured bacterium plasmid pRGI00484	True	True
ISR0336_000000003599	3478	0.5258785826718909	2	1	0	0	1	False	48151	backbone	True	ISR0336_000000003599	0.9771060578444631	PS180	1	1	True	True	1.0	64					non-mobilizable	no_good_hit	196.0	88.265	14.0	0.029246855584179422	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MON0061_000000012689	3397	0.5258785826718909	3	1	0	0	1	False	47222	backbone	False	MON0063_000000008030	0.9947987955105393	PS167	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	388.0	93.814	20.0	0.006071366295198389	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0162_000000006816	3345	0.5258785826718909	5	1	0	0	1	False	69117	fragment	False	FIJ0162_000000006816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000006603	3326	0.5258785826718909	4	1	0	0	1	False	47131	maximal	True	FIJ0044_000000006603	1.0		1	1	False	False	0.9996993541717529	0					non-mobilizable	no_good_hit	365.0	93.973	23.0	0.005706767274860105	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
AST0040_000000005825	3325	0.5258785826718909	4	1	0	0	1	False	116319	fragment	False	AST0040_000000005825	1.0		0	0	False	False	0.9912781715393066	0					non-mobilizable	no_good_hit								True	False
FIJ0028_000000009281	3280	0.5258785826718909	4	1	0	0	1	False	48952	maximal	True	FIJ0028_000000009281	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	388.0	93.041	14.0	0.006071366295198389	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
FIJ0070_000000005925	3263	0.5258785826718909	2	1	0	0	1	False	48151	backbone	False	ISR0336_000000003599	0.9593156986774007	PS180	0	0	False	True	0.9996935129165649	0					non-mobilizable	no_good_hit	216.0	89.815	15.0	0.0033765039709588956	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	True
FIJ0072_000000007757	3238	0.5258785826718909	3	1	0	0	1	False	44782	maximal	True	FIJ0072_000000007757	1.0		2	1	False	False	0.9996911883354187	0					non-mobilizable	no_good_hit								True	False
FIJ0165_000000005475	3168	0.5258785826718909	4	1	0	0	1	False	39062	fragment	False	FIJ0165_000000005475	1.0		0	0	False	False	0.997474730014801	0					non-mobilizable	no_good_hit	285.0	87.368	16.0	0.025018129079042786	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
FIJ0049_000000005461	3092	0.5258785826718909	4	1	0	0	1	False	46677	maximal	True	FIJ0049_000000005461	1.0		2	1	False	False	0.9822121858596802	0					non-mobilizable	no_good_hit	179.0	88.26799999999999	6.0	0.0387153541575011	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	False
ENG0049_000000006491	3038	0.5258785826718909	3	1	0	0	1	False	64192	maximal	True	ENG0049_000000006491	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	99.03399999999999	19.0	0.0001301766083666681	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0022_000000013232	2933	0.5258785826718909	4	1	0	0	1	False	74612	fragment	False	DEN0022_000000013232	0.9730823363828289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	86.60700000000001	13.0	0.03288377026822246	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
USA0006_01_000000008537	2867	0.5258785826718909	3	1	0	0	1	False	104538	maximal	False	ENG0143_000000006662	0.9464986470164823		0	0	True	True	1.0	267					non-mobilizable	no_good_hit								True	True
ISR0048_000000006871	2797	0.5258785826718909	3	1	0	0	1	False	59868	fragment	False	ISR0048_000000006871	1.0		0	0	False	False	0.9928494691848755	0					non-mobilizable	no_good_hit								True	False
MON0088_000000011256	2755	0.5258785826718909	2	1	0	0	1	False	31575	fragment	False	MON0088_000000011256	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	93.85	27.0	0.006879824992470238	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
AST0104_000000012628	2658	0.5258785826718909	3	1	0	0	1	False	107933	fragment	False	AST0104_000000012628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	359.0	89.694	23.0	0.05334141536596454	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
FIJ0013_000000010507	2622	0.5258785826718909	2	1	0	0	1	False	50645	fragment	False	FIJ0013_000000010507	1.0		0	0	False	False	0.9954233169555664	0					non-mobilizable	no_good_hit								True	False
FIJ0034_000000010650	2621	0.5258785826718909	2	1	0	0	1	False	48150	fragment	False	FIJ0034_000000010650	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	88.152	13.0	0.0032655390517255046	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
ISR0348_000000005585	2584	0.5258785826718909	3	1	0	0	1	False	32374	fragment	False	ISR0348_000000005585	1.0		0	0	False	False	0.9926470518112183	0					non-mobilizable	no_good_hit								True	False
DEN0083_000000010991	2563	0.5258785826718909	4	1	0	0	1	False	69114	fragment	False	DEN0083_000000010991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0093_000000007812	2561	0.5258785826718909	2	1	0	0	1	False	43254	maximal	True	FIJ0093_000000007812	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	211.0	88.626	8.0	0.0032655390517255046	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
FIJ0101_000000011132	2500	0.5258785826718909	3	1	0	0	1	False	76794	fragment	False	FIJ0101_000000011132	1.0		0	0	False	False	0.9983999729156494	0					non-mobilizable	no_good_hit	350.0	93.14299999999999	25.0	0.005468985305074267	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
FIJ0058_000000016154	2464	0.5258785826718909	2	1	0	0	1	False	49104	maximal	True	FIJ0058_000000016154	1.0		1	1	False	False	0.9906655550003052	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000011099	2433	0.5258785826718909	3	1	0	0	1	False	47221	fragment	False	FIJ0043_000000011099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	388.0	96.134	16.0	0.006071366295198389	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
TAN0027_000000003846	2414	0.5258785826718909	4	1	0	0	1	False	31571	fragment	False	TAN0027_000000003846	1.0		0	0	False	False	0.9975144863128662	0					non-mobilizable	no_good_hit	238.0	92.85700000000001	21.0	0.02139231327048586	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0799_000000006477	2385	0.5258785826718909	3	1	0	0	1	False	31576	maximal	True	ISR0799_000000006477	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	94.444	11.0	0.04061221397181391	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ISR0015_000000010898	2313	0.5258785826718909	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.030222251203273872	PS1004	0	0	False	True	1.0	0					non-mobilizable	plasmid	1678.0	99.523	100.0	0.29935737236701176	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
ISR0186_000000012941	2282	0.5258785826718909	2	1	0	0	1	False	59867	fragment	False	ISR0186_000000012941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0107_000000011629	2276	0.5258785826718909	3	1	0	0	1	False	42284	maximal	True	FIJ0107_000000011629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	88.205	18.0	0.028792241248674043	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
CHI0126_000000006669	2251	0.5258785826718909	4	1	0	0	1	False	126125	fragment	False	SPA0027_000000014469	0.4769324235499229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0018_000000001089	2227	0.5258785826718909	3	1	0	0	1	False	19361	fragment	False	MAD0018_000000001089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	83.962	14.0	0.08696852567642187	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	False
MON0047_000000018206	2165	0.5258785826718909	2	1	0	0	1	False	31574	fragment	False	MON0047_000000018206	1.0		0	0	False	False	0.9958429336547852	0					non-mobilizable	no_good_hit	388.0	93.041	18.0	0.006071366295198389	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
CHI0162_000000014854	2110	0.5258785826718909	4	1	0	0	1	False	126125	fragment	False	SPA0027_000000014469	0.1543758329631275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0020_000000017690	2065	0.5258785826718909	2	1	0	0	1	False	120121	backbone	True	CAN0020_000000017690	1.0	PS832|PS833	7	4	True	True	1.0	14	rep_cluster_475				non-mobilizable	other	1487.0	92.67	100.0	0.22534131001687374	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0092_000000027012	2051	0.5258785826718909	1	1	0	0	1	False	76785	fragment	False	MON0092_000000027012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	96.471	4.0	0.0002612305826374959	LN594483.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000925	True	False
FIJ0026_000000015853	2048	0.5258785826718909	1	1	0	0	1	False	49103	fragment	False	FIJ0026_000000015853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0080_000000026407	2026	0.5258785826718909	2	1	0	0	1	False	76786	fragment	False	MON0080_000000026407	1.0		0	0	False	False	0.999506413936615	0					non-mobilizable	no_good_hit	309.0	87.37899999999999	15.0	0.027646845540246556	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0345_000000005644	2020	0.5258785826718909	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.03190714424206109	PS1004	0	0	False	True	0.9995049238204956	0					non-mobilizable	plasmid	2036.0	97.79	100.0	0.3623705819350232	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
FIJ0026_000000016155	2009	0.5258785826718909	1	1	0	0	1	False	49100	fragment	False	FIJ0026_000000016155	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	75.0	84.0	4.0	8.903770307807102e-05	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
SPA0031_000000016454	1955	0.5258785826718909	3	1	0	0	1	False	7278	maximal	True	SPA0031_000000016454	1.0		0	0	False	False	0.9994884729385376	0	rep_cluster_475				non-mobilizable	other	1997.0	80.421	99.0	0.541413583655439	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
FIJ0097_000000016522	1917	0.5258785826718909	3	1	0	0	1	False	76795	fragment	False	FIJ0097_000000016522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	87.255	5.0	0.015153811183512653	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
SPA0149_000000021251	1867	0.5258785826718909	3	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.13401235345606313		0	0	False	False	0.9994643926620483	0					non-mobilizable	no_good_hit								True	False
ENG0106_000000011252	1843	0.5258785826718909	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.03905308255529055	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	49.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
TAN0006_000000007258	1839	0.5258785826718909	2	1	0	0	1	False	2882	fragment	False	TAN0006_000000007258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	91.818	6.0	0.009608411892675852	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
AST0089_000000012405	1836	0.5258785826718909	2	1	0	0	1	False	110189	maximal	True	AST0089_000000012405	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	341.0	86.51	19.0	0.09331860850358918	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	False
ISR0133_000000011788	1831	0.5258785826718909	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.11287252735422125	PS1072	0	0	True	True	1.0	77					non-mobilizable	no_good_hit	672.0	86.161	36.0	0.00041443418599558843	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
SPA0014_000000013294	1780	0.5258785826718909	2	1	0	0	1	False	31572	fragment	False	SPA0014_000000013294	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	84.713	9.0	0.013415518491660623	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
MAD0099_000000017820	1767	0.5258785826718909	2	1	0	0	1	False	31573	fragment	False	MAD0099_000000017820	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	98.742	9.0	0.002504636748410824	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
ENG0095_000000015833	1756	0.5258785826718909	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.11803340401336672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0068_000000018422	1736	0.5258785826718909	2	1	0	0	1	False	45058	maximal	True	FIJ0068_000000018422	1.0		0	0	False	False	0.9936636090278625	0					non-mobilizable	no_good_hit	159.0	93.711	13.0	5.570985461490915e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
SPA0034_000000020326	1730	0.5258785826718909	2	1	0	0	1	False	96440	fragment	False	SPA0023_000000015338	0.6794808944344998		0	0	False	False	1.0	0					non-mobilizable	other	1730.0	99.76899999999999	100.0	0.2922868741542625	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0394_000000011191	1700	0.5258785826718909	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.04418024297534369	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	99.885	51.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0298_000000008751	1688	0.5258785826718909	1	1	0	0	1	False	25635	fragment	False	ISR0298_000000008751	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	259.0	91.506	15.0	0.016504416220746568	NZ_CP039400.1	CFB group bacteria	Duncaniella dubosii strain H5 plasmid pH5-4	True	False
DEN0063_000000029657	1682	0.5258785826718909	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.16112288744015363		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0089_000000013775	1670	0.5258785826718909	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.17184050689257582		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000013288	1659	0.5258785826718909	2	1	0	0	1	False	47118	fragment	False	FIJ0044_000000013288	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	75.09100000000001	65.0	0.09508701957940537	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ENG0209_000000011153	1643	0.5258785826718909	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.035287949907891594	PS1004	0	0	False	True	0.9993913769721985	0					non-mobilizable	plasmid	1643.0	99.81700000000001	100.0	0.29310960371295963	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
FIJ0086_000000019954	1639	0.5258785826718909	2	1	0	0	1	False	43827	fragment	False	FIJ0086_000000019954	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1651.0	82.25299999999999	100.0	0.01381199023635173	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	False
ISR0339_000000009163	1639	0.5258785826718909	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.006987896349237919	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	972.0	98.354	94.0	0.1730529317412226	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0005_000000023057	1636	0.5258785826718909	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.1607842098230444		0	0	False	False	0.9987775087356567	0					non-mobilizable	no_good_hit								True	False
FIJ0060_000000008836	1617	0.5258785826718909	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.13937147178971898		0	0	False	False	0.9969078302383423	0					non-mobilizable	no_good_hit								True	False
MON0043_000000017767	1616	0.5258785826718909	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.03428348369035249	PS1072	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	867.0	100.0	54.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ISR0399_000000010503	1615	0.5258785826718909	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.14349200466080692		0	0	False	False	0.9671826362609863	0					non-mobilizable	no_good_hit								True	False
ISR0012_000000014149	1614	0.5258785826718909	2	1	0	0	1	False	38157	fragment	False	ISR0012_000000014149	1.0		0	0	False	False	0.9993804097175598	0					non-mobilizable	no_good_hit	341.0	86.804	21.0	0.09331860850358918	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	False
USA0017_01_000000017080	1598	0.5258785826718909	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.05802615913550547	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1616.0	96.225	100.0	0.32039028275587417	CP021603.1	other sequences	Unidentified plasmid plasmid FAKO03_2028, complete sequence	False	True
ENG0119_000000019553	1594	0.5258785826718909	2	1	0	0	1	False	59866	fragment	False	ENG0119_000000019553	0.9938551099611901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0083_000000024855	1590	0.5258785826718909	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.06992062054653901	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1604.0	90.711	100.0	0.19567078390607803	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ISR0263_000000009725	1589	0.5258785826718909	2	1	0	0	1	False	84377	fragment	False	ISR0263_000000009725	1.0		0	0	False	False	0.9993706941604614	0					non-mobilizable	other	1590.0	99.811	100.0	0.01351431803298208	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	False
ENG0203_000000011813	1575	0.5258785826718909	1	1	0	0	1	False	120120	fragment	False	ENG0203_000000011813	1.0		0	0	False	True	0.9987301826477051	0	rep_cluster_475				non-mobilizable	other	1575.0	98.984	100.0	0.24144807485810707	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
DEN0064_000000027102	1563	0.5258785826718909	1	1	0	0	1	False	71233	fragment	False	DEN0064_000000027102	1.0		0	0	False	False	0.9980806112289429	0					non-mobilizable	no_good_hit	195.0	94.359	12.0	0.029246855584179422	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
AST0084_000000022749	1558	0.5258785826718909	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.06040353659041164	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1529.0	94.375	97.0	0.18686559863030452	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0109_000000015885	1546	0.5258785826718909	1	1	0	0	1	False	59866	fragment	False	ENG0119_000000019553	0.9789836888331243		0	0	False	False	0.9818887710571289	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	3.0	0.007060444291372482	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	False
ENG0071_000000013132	1543	0.5258785826718909	2	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.004815389864866229	PS1072	0	0	False	True	0.9825016260147095	0					non-mobilizable	no_good_hit	868.0	89.286	56.0	0.0005062962558047216	CP040016.1	e-proteobacteria	Campylobacter jejuni subsp. jejuni strain 9090 chromosome, complete genome	True	True
ENG0202_000000013760	1539	0.5258785826718909	2	1	0	0	1	False	54124	fragment	False	ENG0202_000000013760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0118_000000010842	1529	0.5258785826718909	2	1	0	0	1	False	32373	fragment	False	ISR0118_000000010842	1.0		0	0	False	False	0.9908437132835388	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000028823	1528	0.5258785826718909	1	1	0	0	1	False	76784	fragment	False	DEN0001_000000028823	0.9380384360503645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0028_000000017148	1520	0.5258785826718909	1	1	0	0	1	False	84882	fragment	False	MON0028_000000017148	1.0		0	0	False	False	0.9993420839309692	0					non-mobilizable	plasmid	1521.0	98.751	100.0	0.25732678299169914	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	False	True
ENG0132_000000012701	1518	0.5258785826718909	1	1	0	0	1	False	58312	fragment	False	ENG0132_000000012701	1.0		0	0	False	False	0.9492753744125366	0					non-mobilizable	other	1418.0	100.0	93.0	0.0851613678706653	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
CHI0016_000000003117	1513	0.5258785826718909	2	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.015980768254881338	PS1004	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1516.0	95.119	100.0	0.26990360585505174	CP021635.1	other sequences	Unidentified plasmid plasmid apr34_1786, complete sequence	False	True
AST0055_000000023982	1513	0.5258785826718909	2	1	0	0	1	False	113518	maximal	True	AST0055_000000023982	1.0		0	0	False	False	0.992729663848877	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0073_000000002228	1509	0.5258785826718909	1	1	0	0	1	False	76784	fragment	False	DEN0001_000000028823	0.9368455497382199		0	0	False	False	0.9748177528381348	0					non-mobilizable	no_good_hit	92.0	95.652	7.0	0.013789968176996514	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
MON0097_000000024605	1502	0.5258785826718909	1	1	0	0	1	False	86307	fragment	False	MON0097_000000024605	1.0		0	0	False	False	0.989347517490387	0					non-mobilizable	no_good_hit	1289.0	85.881	86.0	0.19345057610673136	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
ETH0001_000000023201	1501	0.5258785826718909	1	1	0	0	1	False	53485	fragment	False	ETH0001_000000023201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	940.0	97.553	84.0	0.18437070488906343	HG796785.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00026	True	False
ISR0224_000000020915	1491	0.5258785826718909	2	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.08092523007979545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0053_000000008264	1481	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.21201319843486388		0	0	False	False	0.9945982694625854	0					non-mobilizable	no_good_hit								True	False
MON0104_000000030997	1477	0.5258785826718909	2	1	0	0	1	False	8790	fragment	False	MON0104_000000030997	1.0		0	0	False	False	0.9851049184799194	0					non-mobilizable	no_good_hit	1083.0	86.796	73.0	0.1635839902971498	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
SPA0031_000000022625	1468	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.08061512440260929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0009_000000026686	1464	0.5258785826718909	2	1	0	0	1	False	15957	fragment	False	MON0009_000000026686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1290.0	77.51899999999999	87.0	0.10326744655102864	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
FIJ0047_000000021264	1461	0.5258785826718909	1	1	0	0	1	False	96440	fragment	False	SPA0023_000000015338	0.5686191078605267		0	0	False	False	0.9986310601234436	0					non-mobilizable	other	1462.0	95.075	100.0	0.2469553450608931	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
SPA0031_000000022942	1451	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.10681726546810259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0810_000000012312	1450	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.09186121953359563		0	0	False	False	0.9882758855819702	0					non-mobilizable	no_good_hit								True	False
MON0039_000000034122	1444	0.5258785826718909	1	1	0	0	1	False	57816	maximal	True	MON0039_000000034122	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1449.0	84.955	99.0	0.012401041756498043	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
MON0009_000000027111	1443	0.5258785826718909	2	1	0	0	1	False	13791	fragment	False	MON0009_000000027111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	86.26100000000001	83.0	0.18041237113402062	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
SPA0114_000000032676	1438	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.10658381236203841		0	0	False	False	0.9965229630470276	0					non-mobilizable	no_good_hit								True	False
ISR0806_000000008806	1437	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.19060363118306134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0098_000000024646	1430	0.5258785826718909	1	1	0	0	1	False	9188	maximal	True	MON0098_000000024646	1.0		1	1	False	False	0.9972028136253357	0					non-mobilizable	other	1366.0	89.23899999999999	95.0	0.16540987594259304	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
FIJ0002_000000026566	1430	0.5258785826718909	1	1	0	0	1	False	96440	fragment	False	SPA0023_000000015338	0.5759868400435035		0	0	False	False	1.0	0					non-mobilizable	plasmid	1173.0	99.574	100.0	0.2122803839884079	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ISR0077_000000025469	1429	0.5258785826718909	1	1	0	0	1	False	96440	fragment	False	SPA0023_000000015338	0.6517627550388893		0	0	False	False	0.9958012700080872	0					non-mobilizable	other	1429.0	99.51	100.0	0.24154262516914748	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
SPA0046_000000023349	1424	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.07966745807684472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0383_000000010679	1421	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.07956165632546434		0	0	False	False	0.9978888034820557	0					non-mobilizable	no_good_hit								True	False
FIJ0087_000000022811	1417	0.5258785826718909	1	1	0	0	1	False	43717	fragment	False	FIJ0087_000000022811	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	99.787	99.0	0.28355196770938446	KU545838.1	bacteria	Uncultured bacterium clone CH_03A_000_Contig_30 genomic sequence	False	False
MON0023_000000016404	1411	0.5258785826718909	1	1	0	0	1	False	84376	fragment	False	MON0023_000000016404	0.9943964252589756		0	0	False	False	1.0	0					non-mobilizable	plasmid	1411.0	99.929	100.0	0.19472448556829167	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
DEN0041_000000024305	1401	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.10588875763741236		0	0	False	False	0.9957173466682434	0					non-mobilizable	no_good_hit								True	False
MON0054_000000036025	1397	0.5258785826718909	1	1	0	0	1	False	96440	fragment	False	SPA0023_000000015338	0.5704401217926834		0	0	False	False	0.9985683560371399	0					non-mobilizable	other	1397.0	99.714	100.0	0.2361299052774019	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0004_000000033259	1396	0.5258785826718909	1	1	0	0	1	False	104849	fragment	False	DEN0064_000000009405	0.04217837499668239		0	0	False	False	0.9992836713790894	0					non-mobilizable	plasmid	1329.0	98.947	95.0	0.10713997579669221	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0389_000000015965	1395	0.5258785826718909	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.08063112849375015	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1407.0	93.81700000000001	100.0	0.17194570135746606	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
MON0029_000000023088	1389	0.5258785826718909	1	1	0	0	1	False	82672	fragment	False	MON0029_000000023088	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	100.0	100.0	0.2347767253044655	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0102_000000031825	1387	0.5258785826718909	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.04437323739543996	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1387.0	99.42299999999999	100.0	0.270703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0036_000000010206	1373	0.5258785826718909	2	1	0	0	1	False	36742	maximal	True	ISR0036_000000010206	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	93.679	70.0	0.11645324957719255	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
MON0107_000000044928	1369	0.5258785826718909	1	1	0	0	1	False	8565	maximal	True	MON0107_000000044928	1.0		0	0	False	False	0.9349890351295471	0					non-mobilizable	no_good_hit	80.0	91.25	6.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
MON0054_000000036907	1367	0.5258785826718909	2	1	0	0	1	False	11116	fragment	False	MON0054_000000036907	1.0		0	0	False	False	0.9985369443893433	0					non-mobilizable	no_good_hit	1083.0	93.81299999999999	79.0	0.09717186366932559	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
ISR0115_000000026664	1360	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.1040691213191503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0258_000000021270	1360	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.08954896575208544		0	0	False	False	0.9926470518112183	0					non-mobilizable	no_good_hit								True	False
MON0058_000000039221	1358	0.5258785826718909	1	1	0	0	1	False	84881	fragment	False	ISR0106_000000014417	0.10991897007732565		0	0	False	False	0.9911634922027588	0					non-mobilizable	other	1358.0	96.90700000000001	100.0	0.23958333333333334	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0310_000000013388	1350	0.5258785826718909	1	1	0	0	1	False	126109	fragment	False	ISR0824_000000011381	0.1020855315614711		0	0	False	False	0.987407386302948	0					non-mobilizable	no_good_hit								True	False
MON0036_000000018173	1345	0.5258785826718909	1	1	0	0	1	False	12167	fragment	False	MON0036_000000018173	1.0		0	0	False	False	0.9925650358200073	0					non-mobilizable	other	1188.0	83.586	100.0	0.1275653488874487	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0090_000000046309	1341	0.5258785826718909	1	1	0	0	1	False	9529	fragment	False	MON0090_000000046309	1.0		0	0	False	False	0.9985085725784302	0					non-mobilizable	no_good_hit	114.0	78.947	8.0	0.019513068385248838	HM560030.1	bacteria	Uncultured bacterium plasmid pTRACA73, complete sequence	True	False
CAN0003_000000036669	1334	0.5258785826718909	1	1	0	0	1	False	96440	fragment	False	SPA0023_000000015338	0.558753813262362		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	97.079	100.0	0.2256427604871448	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
SPA0127_000000022183	1322	0.5258785826718909	1	1	0	0	1	False	3904	fragment	False	SPA0127_000000022183	1.0		0	0	False	False	0.9954614043235779	0					non-mobilizable	no_good_hit								True	False
CHI0079_000000004882	1317	0.5258785826718909	1	1	0	0	1	False	84376	fragment	False	MON0023_000000016404	0.9706317025160901		0	0	False	False	0.9711465239524841	0					non-mobilizable	other	1298.0	100.0	99.0	0.20074291905277822	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
MON0096_000000029109	1315	0.5258785826718909	1	1	0	0	1	False	9260	fragment	False	MON0096_000000029109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1170.0	86.154	89.0	0.17571255306246208	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
MON0034_000000022410	1313	0.5258785826718909	1	1	0	0	1	False	82672	fragment	False	MON0029_000000023088	0.97264218862491		0	0	False	False	0.9992383718490601	0					non-mobilizable	other	1313.0	100.0	100.0	0.2219215155615697	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0155_000000014734	1311	0.5258785826718909	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.010240370850317223	PS1004	0	0	False	True	0.9763539433479309	0					non-mobilizable	other	1311.0	99.92399999999999	100.0	0.23346996970237036	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
USA0125_01_000000017673	1311	0.5258785826718909	2	1	0	0	1	False	96440	fragment	False	SPA0023_000000015338	0.4581466745807273		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	94.96600000000001	100.0	0.2215832205683356	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0084_000000028364	1304	0.5258785826718909	1	1	0	0	1	False	93999	fragment	False	MON0084_000000028364	0.9612277867528272		0	0	False	False	0.9754601120948792	0	rep_cluster_269				non-mobilizable	other	1304.0	97.39299999999999	100.0	0.3597459966869133	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	False	True
ISR0036_000000011032	1294	0.5258785826718909	1	1	0	0	1	False	97205	fragment	False	ISR0391_000000009504	0.42944370905537793		0	0	False	False	0.9884080290794373	0					non-mobilizable	plasmid	1291.0	100.0	99.0	0.15583474269147138	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
USA0093_01_000000012644	1293	0.5258785826718909	1	1	0	0	1	False	67301	fragment	False	USA0093_01_000000012644	0.9950940310711365		0	0	False	False	0.9721577763557434	0					non-mobilizable	chromosome	1314.0	82.801	100.0	0.19724075197089144	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
MAD0098_000000035681	1284	0.5258785826718909	1	1	0	0	1	False	15269	fragment	False	MAD0098_000000035681	1.0		0	0	False	False	0.9984423518180847	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000020571	1282	0.5258785826718909	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.03239044201724015	PS832	0	0	False	True	0.9804992079734802	0	rep_cluster_475				non-mobilizable	other	1282.0	99.454	100.0	0.1965025310630465	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0839_000000016877	1280	0.5258785826718909	1	1	0	0	1	False	20819	fragment	False	ISR0839_000000016877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1134.0	79.365	88.0	0.22158642462509867	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MAD0105_000000030816	1277	0.5258785826718909	1	1	0	0	1	False	14778	fragment	False	MAD0105_000000030816	1.0		0	0	False	False	0.9992169141769409	0					non-mobilizable	no_good_hit								True	False
SPA0015_000000019894	1265	0.5258785826718909	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.011646531805416943	PS1072	0	0	False	True	0.9968379735946655	0					non-mobilizable	no_good_hit	579.0	100.0	46.0	0.0003575268052320151	CP012149.1	e-proteobacteria	Campylobacter jejuni strain CJM1cam, complete genome	True	True
AST0025_000000030863	1259	0.5258785826718909	1	1	0	0	1	False	119756	fragment	False	AST0025_000000030863	0.9650500114078915		0	0	False	False	0.9888800382614136	0					non-mobilizable	no_good_hit	65.0	89.23100000000001	5.0	0.000658300331240008	NZ_ADFP01000051.1	bacteria	Pyramidobacter piscolens W5455 contig00025, whole genome shotgun sequence	True	False
FIJ0054_000000020222	1253	0.5258785826718909	1	1	0	0	1	False	46298	fragment	False	FIJ0054_000000020222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0032_000000013967	1251	0.5258785826718909	1	1	0	0	1	False	18907	fragment	False	MAD0032_000000013967	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1267.0	91.476	100.0	0.1524522831601836	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ISR0016_000000017985	1250	0.5258785826718909	1	1	0	0	1	False	97205	fragment	False	ISR0391_000000009504	0.41934730970678025		0	0	False	False	0.9991999864578247	0					non-mobilizable	plasmid	1250.0	99.68	100.0	0.15088185552065717	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	False	True
ENG0040_000000019798	1249	0.5258785826718909	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.05231875940312476	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1256.0	91.72	100.0	0.15299009416656476	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
USA0027_01_000000021770	1246	0.5258785826718909	1	1	0	0	1	False	119756	fragment	False	AST0025_000000030863	0.9317841358152492		0	0	False	False	0.9871588945388794	0					non-mobilizable	no_good_hit								True	False
ISR0249_000000018435	1241	0.5258785826718909	1	1	0	0	1	False	27045	fragment	False	ISR0249_000000018435	1.0		0	0	False	False	0.954875111579895	0					non-mobilizable	plasmid	941.0	80.87100000000001	92.0	0.07575635336829367	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
MON0015_000000031025	1240	0.5258785826718909	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.006851122627609044	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1240.0	99.919	100.0	0.2208162537872037	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CAN0012_000000036160	1238	0.5258785826718909	1	1	0	0	1	False	93999	fragment	False	MON0084_000000028364	0.9390337423312884		0	0	False	False	0.9959612488746643	0	rep_cluster_269				non-mobilizable	plasmid	1238.0	98.465	100.0	0.32724867724867723	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	False	True
ENG0106_000000016888	1238	0.5258785826718909	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.026645950109139064	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1138.0	91.74	91.0	0.1390485508132567	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ENG0027_000000018530	1233	0.5258785826718909	1	1	0	0	1	False	65934	fragment	False	ENG0027_000000018530	1.0		0	0	False	False	1.0	0	rep_cluster_475				non-mobilizable	no_good_hit	1002.0	98.70299999999999	89.0	0.1955078125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0058_000000022032	1231	0.5258785826718909	1	1	0	0	1	False	84376	fragment	False	MON0023_000000016404	0.6426221209820299		0	0	False	False	1.0	0					non-mobilizable	other	1231.0	99.919	100.0	0.19037300727441572	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
ISR0023_000000027133	1230	0.5258785826718909	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.006742092845993518	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1234.0	83.46799999999999	99.0	0.7051724137931035	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ISR0270_000000007310	1229	0.5258785826718909	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.007009101807941966	PS1072	0	0	False	True	0.9975590109825134	0					non-mobilizable	no_good_hit	908.0	75.0	73.0	0.33772094772470856	HG796392.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00887	True	True
MON0037_000000062710	1228	0.5258785826718909	1	1	0	0	1	False	57815	fragment	False	MON0037_000000062710	0.9991319444444444		0	0	False	False	1.0	0					non-mobilizable	chromosome	1213.0	87.057	99.0	0.18283808368708307	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0034_000000017703	1226	0.5258785826718909	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.0051849679420317915	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1240.0	82.823	100.0	0.7022988505747126	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
ENG0009_000000010969	1223	0.5258785826718909	1	1	0	0	1	False	67301	fragment	False	USA0093_01_000000012644	0.9682907965970611		0	0	False	False	0.9991823434829712	0					non-mobilizable	plasmid	1127.0	80.21300000000001	92.0	0.009667293330343746	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
CAN0014_000000040846	1221	0.5258785826718909	1	1	0	0	1	False	93416	fragment	False	CAN0014_000000040846	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	992.0	85.685	91.0	0.15009096422073984	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	False	False
ISR0167_000000022569	1220	0.5258785826718909	1	1	0	0	1	False	30159	fragment	False	ISR0167_000000022569	0.9734816082121471		0	0	False	False	0.9983606338500977	0					non-mobilizable	other	1220.0	97.95100000000001	100.0	0.2152189265536723	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
DEN0046_000000019548	1219	0.5258785826718909	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.005143108064975495	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1228.0	82.492	99.0	0.6954022988505747	LK933328.1	firmicutes	Peptoclostridium difficile genome assembly 7032989, scaffold BN1095_Contig_630	False	True
SPA0079_000000021889	1217	0.5258785826718909	1	1	0	0	1	False	130000	backbone	False	AST0087_000000010321	0.007148963846440992	PS1072	0	0	False	True	0.9967132210731506	0					non-mobilizable	no_good_hit	528.0	100.0	43.0	0.00032534900935239495	CP054848.1	e-proteobacteria	Campylobacter jejuni strain BfR-CA-12970 chromosome	True	True
SPA0042_000000028182	1216	0.5258785826718909	1	1	0	0	1	False	6827	fragment	False	SPA0042_000000028182	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0018_000000017356	1216	0.5258785826718909	1	1	0	0	1	False	119756	fragment	False	AST0025_000000030863	0.9596002903655988		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0030_000000030080	1214	0.5258785826718909	1	1	0	0	1	False	12493	fragment	False	MON0030_000000030080	1.0		0	0	False	False	0.9991762638092041	0					non-mobilizable	no_good_hit	891.0	72.615	73.0	0.14958495680162628	FN429767.1	bacteria	Uncultured bacterium plasmid pTRACA22 complete sequence	True	False
CHI0094_000000004401	1208	0.5258785826718909	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.026591729707714472	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1208.0	99.917	100.0	0.30728105906313646	NZ_BBAB01000045.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	True
DEN0028_000000026544	1207	0.5258785826718909	1	1	0	0	1	False	119756	fragment	False	AST0025_000000030863	0.9577530274148292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000052358	1204	0.5258785826718909	1	1	0	0	1	False	69423	fragment	False	DEN0079_000000052358	1.0		0	0	False	False	0.9983388781547546	0					non-mobilizable	other	964.0	88.9	91.0	0.14873858535830367	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	False
ENG0023_000000014651	1204	0.5258785826718909	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.026605286729501135	PS879	0	0	False	True	1.0	0					non-mobilizable	plasmid	1204.0	96.01299999999999	100.0	0.14711997064938243	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
DEN0001_000000036855	1204	0.5258785826718909	1	1	0	0	1	False	105709	fragment	False	AST0118_000000026106	0.9959985983372889		0	0	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit								True	False
AST0118_000000026106	1200	0.5258785826718909	1	1	0	0	1	False	105709	fragment	False	AST0118_000000026106	0.9960140178448533		0	0	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit								True	False
CHI0110_000000008833	1194	0.5258785826718909	1	1	0	0	1	False	127304	backbone	False	ISR0832_000000002251	0.006723866571173767	PS1004	0	0	False	True	1.0	0					non-mobilizable	other	1194.0	100.0	100.0	0.21261807164498306	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
FIJ0114_000000034692	1192	0.5258785826718909	1	1	0	0	1	False	41780	fragment	False	FIJ0114_000000034692	1.0		0	0	False	False	0.9882550239562988	0					non-mobilizable	other	1203.0	92.934	100.0	0.07175912013943146	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
MAD0087_000000027066	1188	0.5258785826718909	1	1	0	0	1	False	15956	fragment	False	MAD0087_000000027066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1046.0	84.895	88.0	0.09994250670755078	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	False
ISR0132_000000024895	1187	0.5258785826718909	1	1	0	0	1	False	31569	fragment	False	ISR0132_000000024895	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000033420	1187	0.5258785826718909	1	1	0	0	1	False	105709	fragment	False	AST0118_000000026106	0.9862305439671881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0039_000000042225	1184	0.5258785826718909	1	1	0	0	1	False	11893	maximal	True	MON0039_000000042225	1.0		1	1	False	False	0.9923986196517944	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000016522	1181	0.5258785826718909	1	1	0	0	1	False	105709	fragment	False	AST0118_000000026106	0.9862276177834626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0209_000000023656	1169	0.5258785826718909	1	1	0	0	1	False	30159	fragment	False	ISR0167_000000022569	0.953688524590164		0	0	False	False	0.9965782761573792	0					non-mobilizable	other	1169.0	97.09200000000001	100.0	0.2062146892655367	NZ_LT969514.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
USA0125_01_000000019882	1158	0.5258785826718909	1	1	0	0	1	False	128	fragment	False	USA0125_01_000000019882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0080_000000050889	1156	0.5258785826718909	1	1	0	0	1	False	10006	fragment	False	MON0080_000000050889	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	83.333	99.0	0.18722286089669896	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0098_000000031493	1153	0.5258785826718909	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.026625840825337286	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1153.0	99.306	100.0	0.19972260748959778	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0139_000000020044	1152	0.5258785826718909	1	1	0	0	1	False	57815	fragment	False	MON0037_000000062710	0.9682410423452769		0	0	False	False	1.0	0					non-mobilizable	plasmid	1158.0	82.038	99.0	0.009891512444160817	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	False	True
ISR0138_000000025207	1145	0.5258785826718909	1	1	0	0	1	False	123123	backbone	False	CAN0014_000000020981	0.02656772181440554	PS879	0	0	False	True	0.9973798990249634	0					non-mobilizable	plasmid	1157.0	92.65299999999999	100.0	0.14137214137214138	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	False	True
ETH0004_000000025607	1144	0.5258785826718909	1	1	0	0	1	False	52837	fragment	False	ETH0004_000000025607	0.9506227758007118		0	0	False	False	0.9991258978843689	0					non-mobilizable	no_good_hit								True	False
MON0110_000000015111	1141	0.5258785826718909	1	1	0	0	1	False	8464	fragment	False	MON0110_000000015111	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1077.0	78.459	94.0	0.11546770360769065	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
CHI0019_000000007513	1140	0.5258785826718909	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.0178589727821804	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1140.0	99.825	100.0	0.17472004908728334	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0056_000000019322	1124	0.5258785826718909	1	1	0	0	1	False	52837	fragment	False	ETH0004_000000025607	0.9427447552447552		0	0	False	False	0.9875444769859314	0					non-mobilizable	no_good_hit	80.0	88.75	7.0	0.029543754674644727	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	False
CHI0110_000000009508	1121	0.5258785826718909	1	1	0	0	1	False	82671	fragment	False	CHI0110_000000009508	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	99.911	100.0	0.18944519621109607	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
CHI0150_000000005560	1276	0.5258777552762691	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.01449381178701021		0	0	False	False	0.9976488947868347	0					non-mobilizable	chromosome	1276.0	97.335	100.0	0.0004499120818861161	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0064_000000008525	2399	0.5258772483006802	3	3	3	1	1	False	35245	maximal	True	ISR0064_000000008525	1.0		109	13	False	False	0.9974989295005798	0					non-mobilizable	no_good_hit	1061.0	76.72	44.0	0.0064252229625520445	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0018_000000005748	2839	0.5258764296559091	3	3	3	3	2	False	50111	maximal	True	MON0018_000000005748	1.0		47	6	False	False	0.9996477365493774	0					non-mobilizable	chromosome	1929.0	93.46799999999999	99.0	0.0007777511535162984	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0119_000000008597	3767	0.5258747807278553	4	2	2	2	2	False	32357	maximal	True	ISR0119_000000008597	1.0		3	2	False	False	0.9997345209121704	0					non-mobilizable	no_good_hit	1248.0	97.196	42.0	0.0004346565202660781	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0046_000000009465	3247	0.5258738834801363	5	4	4	3	3	False	97644	maximal	False	CHI0069_000000002787	0.9623657837576665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	95.111	27.0	0.01024	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ENG0158_000000003568	4620	0.5258728532450483	5	3	2	2	2	True	131236	maximal	True	ENG0158_000000003568	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	2037.0	93.12700000000001	46.0	0.000569651807007476	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0345_000000003318	2797	0.5258631976873108	4	4	2	3	2	True	129253	maximal	True	ISR0345_000000003318	1.0		27	6	False	False	1.0	0					non-mobilizable	other	2808.0	88.426	100.0	0.0008972122060565346	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
FIJ0146_000000006790	2641	0.5258631976873108	5	4	2	3	2	True	129293	maximal	True	FIJ0146_000000006790	1.0		7	1	False	False	0.9996213316917419	0					non-mobilizable	chromosome	2597.0	87.33200000000001	100.0	0.000867546876494464	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
FIJ0162_000000013754	1643	0.52586298224978	1	1	1	1	1	False	39223	maximal	True	FIJ0162_000000013754	1.0		24	7	False	False	0.9981740713119507	0					non-mobilizable	no_good_hit	566.0	75.795	34.0	0.0001425010186897147	CP045926.1	firmicutes	Bacillus velezensis strain AL7 chromosome, complete genome	True	False
ENG0196_000000007893	1498	0.52586298224978	1	1	1	1	1	False	54410	maximal	True	ENG0196_000000007893	1.0		10	4	False	False	1.0	0					non-mobilizable	chromosome	1498.0	99.199	100.0	0.0006770594003162325	LR134344.1	high GC Gram+	Bifidobacterium bifidum strain NCTC13001 genome assembly, chromosome: 1	False	False
ENG0192_000000019878	1162	0.5258616993438572	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.17512133126998133		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	95.588	99.0	0.26545621696161803	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
USA0062_01_000000005032	5051	0.5258599097907426	6	4	0	4	0	True	110281	maximal	True	USA0062_01_000000005032	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005537974683544304	MK250091.1	viruses	Mimiviridae sp. ChoanoV1 genomic sequence	True	True
ISR0198_000000010276	3231	0.5258599097907426	4	4	0	4	0	True	53707	fragment	False	ISR0198_000000010276	1.0		0	0	False	False	0.999071478843689	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005537974683544304	MK250091.1	viruses	Mimiviridae sp. ChoanoV1 genomic sequence	True	True
CAN0020_000000001049	24587	0.5258585368785875	30	10	4	5	10	False	91946	maximal	True	CAN0020_000000001049	1.0		2	2	False	False	0.9999593496322632	0					non-mobilizable	no_good_hit	6990.0	90.744	51.0	0.07575544014485368	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ISR0108_000000009177	2413	0.525855073657906	5	2	2	2	1	True	41212	fragment	False	ISR0108_000000009177	1.0		0	0	False	False	0.9958558082580566	0					non-mobilizable	chromosome	2413.0	99.13	100.0	0.00048140426342153887	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
MON0007_000000034998	1808	0.5258542109922066	3	3	2	2	2	False	121060	fragment	False	MON0007_000000034998	0.8919398326883986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0311_000000003132	5184	0.5258526974600011	5	5	3	4	3	False	109209	maximal	True	ISR0311_000000003132	1.0		57	9	False	False	0.9974923133850098	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.770956604758046e-05	NZ_BJLR01000030.1	high GC Gram+	Cellulomonas cellasea strain NBRC 3753 sequence30, whole genome shotgun sequence	True	False
ISR0145_000000004121	7981	0.5258524226916941	10	6	3	6	5	False	112126	maximal	False	FIJ0105_000000003087	0.92555531548106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	81.764	6.0	0.00019629289194342668	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
USA0040_01_000000006270	2594	0.5258511360951362	3	2	2	2	1	False	114855	maximal	False	ISR0100_000000004490	0.7071193987352911		0	0	False	False	0.9961449503898621	0					non-mobilizable	other	2582.0	99.49700000000001	99.0	0.002819587887898167	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
USA0019_01_000000015773	1914	0.5258511360951362	3	2	2	2	1	False	114851	fragment	False	USA0019_01_000000015773	1.0		0	0	False	False	0.9832810759544373	0					non-mobilizable	other	1896.0	99.314	99.0	0.0020701739820096965	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0850_000000010195	1511	0.5258511360951362	2	2	2	2	1	False	114850	fragment	False	ISR0850_000000010195	0.9713990351481736		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	99.272	100.0	0.0016495845450314732	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0847_000000020425	1451	0.5258511360951362	2	2	2	2	1	False	114850	fragment	False	ISR0850_000000010195	0.9526803441429517		0	0	False	False	0.9896622896194458	0					non-mobilizable	other	1451.0	99.449	100.0	0.0015840381392686332	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0795_000000004889	2058	0.5258484240709994	2	2	2	2	2	False	125825	fragment	False	ISR0795_000000004889	0.9773652085452695		0	0	False	False	0.9893100261688232	0					non-mobilizable	other	1902.0	98.948	92.0	0.005197399931577147	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0127_000000009769	1888	0.5258478688325324	2	1	1	1	1	False	88101	maximal	True	CHI0127_000000009769	0.9975688816855753		585	13	False	False	0.9952330589294434	0					non-mobilizable	chromosome	1888.0	99.682	100.0	0.0003830668613060448	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
CHI0035_000000005666	1851	0.5258478688325324	2	1	1	1	1	False	88101	maximal	False	CHI0127_000000009769	0.9878177966101696		0	0	False	False	1.0	0					non-mobilizable	other	1851.0	99.78399999999999	100.0	0.00035714561502405426	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
USA0058_01_000000005170	4009	0.5258469575340493	5	3	1	3	2	False	107729	fragment	False	ENG0166_000000006743	0.9664105701408428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2396.0	81.76100000000001	59.0	0.11888182460389544	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0166_000000006743	3927	0.5258469575340493	5	3	1	3	2	False	107729	fragment	False	ENG0166_000000006743	0.9726627283733551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2396.0	81.845	70.0	0.11888182460389544	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
USA0121_01_000000012143	3895	0.5258469575340493	5	3	1	3	2	False	107729	fragment	False	ENG0166_000000006743	0.9655008681023677		0	0	False	False	0.9997432827949524	0					non-mobilizable	no_good_hit	2381.0	81.77199999999999	70.0	0.11807447774750227	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
CHI0117_000000006966	2097	0.525845993277291	3	3	2	3	2	False	104990	maximal	False	CHI0140_000000013574	0.9566660917835973		0	0	False	False	0.993323802947998	0					non-mobilizable	no_good_hit	541.0	88.90899999999999	26.0	0.002818474441441584	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
MON0104_000000017648	2564	0.5258442303503919	3	3	3	3	2	False	11628	maximal	True	MON0104_000000017648	0.9895898359057944		41	9	False	False	0.9964898824691772	0					non-mobilizable	no_good_hit	863.0	74.392	33.0	0.00024770566628894706	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
SPA0136_000000006658	5479	0.5258440352726154	3	1	1	1	1	False	3639	maximal	True	SPA0136_000000006658	1.0		1	1	False	False	0.99671471118927	0					non-mobilizable	no_good_hit	4824.0	99.959	88.0	0.026913611937300158	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
USA0042_01_000000005079	5110	0.5258440352726154	2	1	1	1	1	False	76954	maximal	True	USA0042_01_000000005079	1.0		98	10	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	84.81	2.0	1.4999599049179262e-05	NZ_CP013652.1	firmicutes	Paenibacillus naphthalenovorans strain 32O-Y chromosome, complete genome	True	False
USA0011_01_000000008215	4586	0.5258440352726154	1	1	1	1	1	False	44133	maximal	False	MON0020_000000003151	0.9374601636298134		0	0	False	False	1.0	0					non-mobilizable	other	4551.0	73.962	98.0	0.0022824456590822425	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	False
ISR0389_000000004650	4203	0.5258440352726154	1	1	1	1	1	False	22913	maximal	True	ISR0389_000000004650	1.0		71	4	False	False	0.9992862343788147	0					non-mobilizable	virus	4211.0	79.88600000000001	99.0	0.11935584829430677	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
MON0029_000000009875	2752	0.5258409179258078	3	3	3	2	2	False	77074	maximal	True	MON0029_000000009875	1.0		10	3	False	False	0.9832848906517029	0					non-mobilizable	no_good_hit	50.0	88.0	2.0	0.00025685649584836033	NZ_FNBY01000008.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
USA0038_01_000000002330	8935	0.5258389139962314	9	9	5	8	8	False	1348	maximal	True	USA0038_01_000000002330	1.0		3	3	False	False	0.9992165565490723	0					non-mobilizable	chromosome	6022.0	99.17	100.0	0.0017445071071706547	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0352_000000001853	4124	0.5258362967784944	5	5	4	5	5	False	104493	fragment	False	ISR0311_000000003753	0.484251497005988		0	0	False	False	1.0	0					non-mobilizable	other	4124.0	98.885	100.0	0.029157323637804076	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
USA0030_01_000000003405	4947	0.5258346977183488	6	3	2	2	1	True	119021	maximal	True	USA0030_01_000000003405	1.0		1	1	False	False	0.9995957016944885	0					non-mobilizable	no_good_hit	1342.0	84.79899999999999	27.0	0.016028151701032792	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
SPA0056_000000024931	1437	0.5258325817235575	2	2	2	1	1	True	6367	fragment	False	SPA0056_000000024931	1.0		0	0	False	False	0.9993041157722473	0					non-mobilizable	chromosome	1437.0	99.235	100.0	0.0003994849845147371	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
FIJ0089_000000006195	3713	0.525832200737202	2	2	2	2	2	False	43584	maximal	True	FIJ0089_000000006195	1.0		126	11	False	False	0.99973064661026	0					non-mobilizable	no_good_hit	57.0	98.24600000000001	2.0	0.0011960681976339595	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	True	False
FIJ0009_000000005527	6133	0.5258283013709171	6	4	3	3	4	False	75997	maximal	False	DEN0079_000000006167	0.9452600929834036		0	0	False	False	0.9998369216918945	0					non-mobilizable	no_good_hit	956.0	72.071	18.0	0.0017344737706460962	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
MON0088_000000020045	1602	0.5258282065523403	3	2	2	2	0	False	9630	maximal	True	MON0088_000000020045	1.0		394	13	False	False	0.9656679034233093	0					non-mobilizable	other	1612.0	88.958	100.0	0.0026680391489503	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0026_000000022748	1238	0.5258282065523403	2	2	2	2	0	False	74127	maximal	True	DEN0026_000000022748	1.0		53	8	False	False	1.0	0					non-mobilizable	chromosome	535.0	93.458	91.0	9.622593922745194e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
AST0005_000000023314	1157	0.5258282065523403	3	2	2	2	0	False	127748	fragment	False	AST0005_000000023314	1.0		0	0	False	False	0.968885064125061	0					non-mobilizable	chromosome	1165.0	81.03	100.0	0.00024391246615211237	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
CHI0175_000000007764	1492	0.5258204715328639	3	2	2	2	2	False	107139	maximal	False	AST0108_000000017287	0.9295261239368166		0	0	False	False	0.9939678311347961	0					non-mobilizable	chromosome	1492.0	99.79899999999999	100.0	0.0006304605025586295	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0814_000000031736	1327	0.5258183138983297	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.11763954951954372		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	96.53399999999999	100.0	0.20813059174383927	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	True
FIJ0012_000000021399	1191	0.5258183138983297	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.09179268885604423		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	95.134	100.0	0.006070088885264617	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	True
USA0073_01_000000012040	1154	0.5258183138983297	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.08746031858442384		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	96.96700000000001	100.0	0.0035589059224399684	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ISR0019_000000016012	1145	0.5258183138983297	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0789319971124654		0	0	False	False	0.9982532858848572	0					non-mobilizable	other	1146.0	96.771	100.0	0.0003445278793526008	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0334_000000019192	1141	0.5258183138983297	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.07816350848553355		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	94.82	100.0	0.0003427209149504018	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
USA0133_01_000000017777	1139	0.5258183138983297	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.08178764201321803		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	96.84200000000001	100.0	0.0035125257410006986	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ITA0005_000000016755	1112	0.5258183138983297	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0694094143911763		0	0	False	False	1.0	0					non-mobilizable	chromosome	1113.0	98.29299999999999	100.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
USA0083_01_000000023773	1009	0.5258183138983297	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.00745232674597134		0	0	False	False	1.0	0					non-mobilizable	other	1009.0	98.811	100.0	0.022270337148159604	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ISR0146_000000004272	8791	0.5258172868215277	13	9	5	4	6	True	59182	maximal	True	ISR0146_000000004272	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	1785.0	78.655	35.0	0.0004910742248668964	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0149_000000010943	1821	0.5258162550199674	2	2	2	2	2	False	57210	fragment	False	ENG0149_000000010943	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	589.0	92.19	41.0	8.291392588116527e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
AST0052_000000005105	3949	0.5258160113399553	5	3	2	2	3	True	124271	maximal	True	AST0052_000000005105	1.0		25	8	False	False	0.997974157333374	0					non-mobilizable	no_good_hit	1704.0	92.195	89.0	0.05703932358072742	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	True	True
TAN0017_000000016899	2158	0.5258116191787232	3	3	3	3	3	False	2470	maximal	True	TAN0017_000000016899	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	2165.0	89.838	100.0	0.0007236774122103565	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0070_000000018202	1861	0.5258105580654977	2	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.20313604644735941		0	0	False	False	1.0	0					non-mobilizable	other	1861.0	99.73100000000001	100.0	0.03556949437772508	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0064_000000016226	1253	0.5258105533906721	1	1	1	1	1	False	6096	fragment	False	SPA0064_000000016226	1.0		0	0	False	False	0.9984038472175598	0					non-mobilizable	other	1253.0	99.92	100.0	0.001734175304069356	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0108_000000022849	1204	0.5258079707231029	1	1	1	1	1	False	4671	fragment	False	SPA0108_000000022849	1.0		0	0	False	False	1.0	0					non-mobilizable	other	962.0	99.16799999999999	100.0	0.00025167095371506656	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
SPA0058_000000014307	2177	0.5258002603046936	2	2	2	2	1	False	32842	fragment	False	SPA0058_000000014307	1.0		0	0	False	False	0.9807074069976807	0					non-mobilizable	other	2194.0	91.477	100.0	0.0067373804745058385	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ENG0104_000000005106	5460	0.5258000137962919	10	7	4	4	3	False	126612	maximal	True	ENG0104_000000005106	1.0		6	2	False	False	0.9974358677864075	0					non-mobilizable	no_good_hit	2066.0	100.0	38.0	0.0006953817224723127	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
MAD0058_000000010368	1509	0.5257997607768746	3	3	3	2	1	False	16942	maximal	True	MAD0058_000000010368	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0239_000000001140	9812	0.5257953553288919	10	9	7	6	8	False	27277	maximal	True	ISR0239_000000001140	1.0		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	3963.0	79.839	40.0	0.0009837690608381392	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
DEN0094_000000018153	2046	0.5257941185573031	3	2	1	2	1	False	75423	maximal	True	DEN0094_000000018153	0.9770025839793282		287	13	False	False	1.0	0					non-mobilizable	other	2047.0	98.73	100.0	0.0005526685862256278	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0092_000000012547	1811	0.5257941185573031	2	2	1	2	1	False	75422	fragment	False	ENG0092_000000012547	0.9712841481300851		0	0	False	False	0.994478166103363	0					non-mobilizable	chromosome	1615.0	98.514	94.0	0.0004678688054126681	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0162_000000022011	1798	0.5257941185573031	2	2	1	2	1	False	75422	fragment	False	ENG0092_000000012547	0.957585219252417		0	0	False	False	0.9994438290596008	0					non-mobilizable	no_good_hit	1529.0	98.88799999999999	85.0	0.0004131495106422501	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0041_000000019855	1718	0.5257941185573031	3	2	1	2	1	False	75422	fragment	False	ENG0092_000000012547	0.958103056380955		0	0	False	False	1.0	0					non-mobilizable	chromosome	1525.0	98.62299999999999	94.0	0.00044177946682088365	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0127_000000015488	1693	0.5257941185573031	2	2	1	2	1	False	75422	fragment	False	ENG0092_000000012547	0.9514136776211913		0	0	False	False	0.9988186359405518	0					non-mobilizable	chromosome	1516.0	98.681	94.0	0.0004391705329617052	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0384_000000011944	1591	0.5257941185573031	2	2	1	2	1	False	75422	fragment	False	ENG0092_000000012547	0.4717153749118772		0	0	False	False	0.9956002235412598	0					non-mobilizable	other	1569.0	99.10799999999999	99.0	0.0004239649428580158	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0096_000000016340	1466	0.5257941185573031	2	2	1	2	1	False	33337	fragment	False	ISR0096_000000016340	1.0		0	0	False	False	0.9993178844451904	0					non-mobilizable	other	1465.0	99.113	99.0	0.000395844819097025	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0155_000000017742	1220	0.5257909224000741	2	2	2	2	2	False	79114	fragment	False	ISR0856_000000004631	0.2305491990846682		0	0	False	False	1.0	0					non-mobilizable	chromosome	1229.0	89.74799999999999	100.0	0.00027231191931038006	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0096_000000013656	2810	0.5257900888774389	5	3	2	2	3	True	20565	fragment	False	SPA0096_000000013656	1.0		0	0	False	False	0.9978647828102112	0					non-mobilizable	other	1642.0	89.22	98.0	0.0005694135630906059	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0028_000000015117	2056	0.5257899557730586	5	2	1	2	1	True	7459	maximal	True	SPA0028_000000015117	1.0		6	2	False	False	0.9975680708885193	0					non-mobilizable	no_good_hit								True	True
AST0104_000000006969	4555	0.5257891093534725	6	5	2	4	3	True	108016	maximal	True	AST0104_000000006969	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	82.022	2.0	3.159517501729564e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
MAD0056_000000011670	1225	0.5257888835124083	2	2	2	1	1	False	17035	fragment	False	MAD0056_000000011670	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0102_01_000000003307	4296	0.525788619265503	7	6	4	4	3	False	341	maximal	True	USA0102_01_000000003307	1.0		44	8	False	False	0.9976722598075867	0					non-mobilizable	other	4135.0	99.323	96.0	0.02267428145075901	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ISR0196_000000003701	4697	0.5257884120468262	4	3	2	2	2	False	126140	maximal	True	ISR0196_000000003701	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	72.575	13.0	0.002565744479728876	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0189_000000003876	3475	0.5257881930020659	3	3	2	3	3	False	54859	fragment	False	ENG0189_000000003876	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3356.0	99.97	97.0	0.023805807055885107	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0115_000000002529	10214	0.5257870231951867	11	10	9	9	9	False	76906	maximal	True	ISR0115_000000002529	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1530.0	80.327	15.0	0.00042448346821449335	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0083_000000007825	2838	0.5257864275031158	4	4	4	4	3	False	61574	maximal	True	ENG0083_000000007825	1.0		345	13	False	False	0.9989429116249084	0					non-mobilizable	other	2856.0	76.366	99.0	0.03003162340556487	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0303_000000008704	1580	0.5257839528421194	3	2	2	1	1	False	59780	maximal	True	ISR0303_000000008704	1.0		11	5	False	False	0.9993671178817749	0					non-mobilizable	no_good_hit	615.0	99.18700000000001	58.0	0.00018491402702395027	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0110_000000023202	1286	0.5257839528421194	2	2	2	1	1	False	59778	fragment	False	ENG0110_000000023202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	98.86	48.0	0.0001846128641134878	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0179_000000013680	1576	0.5257823770147105	2	2	2	1	1	False	77544	maximal	True	CHI0179_000000013680	1.0		1	1	False	False	0.9987309575080872	0					non-mobilizable	no_good_hit	138.0	78.26100000000001	9.0	2.2457135148186765e-05	CP013913.1	enterobacteria	Serratia fonticola strain GS2, complete genome	True	False
ISR0072_000000011478	2465	0.5257823248571724	3	3	2	2	1	False	75424	maximal	True	ISR0072_000000011478	1.0		330	15	False	False	0.9991886615753174	0					non-mobilizable	chromosome	1555.0	98.971	96.0	0.0004504759130181451	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
AUS0012_000000011597	1484	0.5257806969810734	3	1	0	1	1	False	101066	fragment	False	AUS0012_000000011597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	89.444	59.0	0.016187249088431364	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ENG0132_000000011997	1603	0.525775968445059	2	2	2	2	1	False	115897	fragment	False	FIJ0015_000000013913	0.07596713777715737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	85.0	41.0	0.00022517003422104704	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0148_000000012180	1600	0.5257692837959238	3	3	3	2	2	False	39898	fragment	False	FIJ0148_000000012180	1.0		0	0	False	False	0.9987499713897705	0					non-mobilizable	other	1601.0	95.87799999999999	100.0	0.0007612328258447828	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
AST0052_000000010404	2192	0.5257678306032351	4	3	2	2	2	False	114555	fragment	False	AST0089_000000009340	0.9545838614279679		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1432.0	70.461	64.0	0.00040139620019167096	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0108_000000001857	8728	0.5257654672235818	9	5	3	5	4	False	79881	fragment	False	MON0108_000000001857	1.0		0	0	False	False	0.9961044788360596	0					non-mobilizable	other	4297.0	94.647	100.0	0.0012225259530171417	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MON0053_000000003684	7559	0.5257649938400195	7	3	3	3	3	False	88843	fragment	False	MON0053_000000003684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4035.0	82.57700000000001	53.0	0.043640424586093615	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
MON0053_000000005873	5321	0.5257628714545044	6	2	1	1	2	True	11194	fragment	False	MON0053_000000005873	1.0		0	0	False	False	0.9960533976554871	0					non-mobilizable	no_good_hit	1229.0	78.682	39.0	0.09374747882210568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
CHI0056_000000016509	1264	0.5257628104010931	2	2	2	1	1	False	86058	maximal	True	CHI0056_000000016509	1.0		11	6	False	False	0.984968364238739	0					non-mobilizable	other	1266.0	88.78399999999999	100.0	0.0006020541343433987	AP022321.1	firmicutes	Veillonella sp. T1-7 DNA, complete genome	False	False
FIJ0098_000000009877	2351	0.5257617348831564	3	3	3	2	3	False	42870	maximal	True	FIJ0098_000000009877	1.0		64	8	False	False	0.9872394800186157	0					non-mobilizable	no_good_hit	722.0	79.501	30.0	0.007683533133891483	NZ_QSFS01000015.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf15, whole genome shotgun sequence	True	False
AST0084_000000003969	6823	0.5257614181506369	6	3	2	3	3	True	111592	fragment	False	AST0084_000000003969	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6823.0	96.57	99.0	0.14762935700368046	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0013_000000023082	1305	0.5257597226894699	3	3	2	3	2	False	50598	maximal	True	FIJ0013_000000023082	1.0		1	1	False	False	0.9946359992027283	0					non-mobilizable	other	772.0	96.632	100.0	0.0005197421108405666	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0360_000000011544	2132	0.52575914651824	5	2	2	1	1	True	23788	fragment	False	ISR0360_000000011544	1.0		0	0	False	False	0.9976547956466675	0					non-mobilizable	no_good_hit	1714.0	99.06700000000001	80.0	0.007246622050375234	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
DEN0046_000000015050	1615	0.5257543749293889	3	3	3	3	3	False	72702	maximal	False	SPA0097_000000020189	0.9950631372361304		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	72.694	99.0	0.0012736378211431745	NZ_KE159493.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.1, whole genome shotgun sequence	False	False
ENG0168_000000013733	2199	0.5257526634106815	2	2	1	1	2	False	55985	maximal	True	ENG0168_000000013733	1.0		126	12	False	False	1.0	0					non-mobilizable	other	2199.0	99.955	100.0	0.0004091078805196526	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
MAD0031_000000003021	4224	0.5257443555679956	5	4	2	3	2	False	101255	fragment	False	FIJ0097_000000006864	0.9621033641972881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	476.0	93.06700000000001	14.0	0.00012670961277809093	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0043_000000012771	1999	0.5257442796979748	3	3	3	3	3	True	18037	fragment	False	MAD0043_000000012771	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1999.0	98.84899999999999	100.0	0.014517922149640684	CP056561.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00399 plasmid pRHBSTW-00399_2, complete sequence	False	True
CAN0015_000000017438	2140	0.525739670211631	3	3	3	3	3	False	119638	maximal	True	CAN0015_000000017438	1.0		651	13	False	False	0.9887850284576416	0					non-mobilizable	other	2133.0	98.92200000000001	99.0	0.0068631395966456885	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0078_000000003923	2173	0.5257396352588551	3	2	2	1	1	False	49873	fragment	False	MAD0078_000000003923	1.0		0	0	False	False	0.9995397925376892	0					non-mobilizable	other	2174.0	96.596	99.0	0.012300569638926083	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0161_000000010361	1123	0.5257393414572878	1	1	1	1	1	False	78604	fragment	False	CHI0161_000000010361	0.9643823264201983		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	99.822	100.0	0.0004660343220571303	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
CHI0111_000000010563	2884	0.5257383247949966	4	3	3	3	1	False	82602	maximal	True	CHI0111_000000010563	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	93.333	5.0	0.013859175890614826	NZ_CYXV01000028.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0144_000000000334	25217	0.5257371618164548	17	5	3	5	2	False	3391	maximal	True	SPA0144_000000000334	1.0		2	1	False	False	0.999920666217804	0					non-mobilizable	no_good_hit	1293.0	91.18299999999999	5.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	False
DEN0065_000000021925	1583	0.5257364723208047	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.44708724764240076		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	89.60700000000001	99.0	0.0005066843984718244	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0006_000000007410	4268	0.5257358888030678	10	6	3	3	4	False	8264	maximal	True	SPA0006_000000007410	1.0		1	1	False	False	0.9953139424324036	0					non-mobilizable	no_good_hit	1354.0	96.824	32.0	0.02866897092813673	NC_016770.1	viruses	Bacteroides phage B124-14, complete genome	True	False
AST0053_000000002254	5272	0.5257358714455492	5	5	4	5	5	False	114251	maximal	True	AST0053_000000002254	1.0		4	3	False	False	1.0	0					non-mobilizable	other	5272.0	100.0	100.0	0.000882307303063938	CP003218.1	enterobacteria	Klebsiella michiganensis strain KCTC 1686, complete genome	False	False
ISR0160_000000006377	4172	0.5257341655266721	6	3	2	2	2	False	30442	fragment	False	ISR0160_000000006377	1.0		0	0	False	False	0.9916107654571533	0					non-mobilizable	no_good_hit								True	False
MAD0093_000000015307	2058	0.5257339416374158	5	3	2	3	1	True	68918	fragment	False	MAD0093_000000015307	1.0		0	0	False	False	0.999028205871582	0					non-mobilizable	no_good_hit								True	True
ENG0033_000000004249	6132	0.5257230584254008	6	4	3	3	3	True	65533	maximal	True	ENG0033_000000004249	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1583.0	99.93700000000001	26.0	0.0003060459463817568	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
ISR0091_000000017366	1719	0.5257188025674545	3	1	1	1	1	False	33622	fragment	False	ISR0201_000000016602	0.9516039823008849		0	0	False	False	1.0	0					non-mobilizable	chromosome	1719.0	97.382	100.0	0.0004062460687771284	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	False
AST0097_000000013605	1568	0.5257188025674545	2	1	1	1	1	False	108961	fragment	False	AST0097_000000013605	0.939411984729416		0	0	False	False	0.9968112111091614	0					non-mobilizable	no_good_hit	77.0	83.117	5.0	1.1644671351181572e-05	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
SPA0126_000000028669	1558	0.5257188025674545	2	1	1	1	1	False	3956	fragment	False	SPA0126_000000028669	1.0		0	0	False	False	0.9993581771850586	0					non-mobilizable	no_good_hit	1306.0	81.01100000000001	83.0	0.021930344886026607	NZ_JAAITI010000023.1	firmicutes	Blautia luti strain MSK.16.34 NODE_23_length_59005_cov_131.473, whole genome shotgun sequence	True	False
SPA0012_000000015946	1510	0.5257188025674545	2	1	1	1	1	False	108961	fragment	False	AST0097_000000013605	0.7902450743924034		0	0	False	False	0.9993377327919006	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000028526	1229	0.5257188025674545	2	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.18413065368460874		0	0	False	False	0.9902359843254089	0					non-mobilizable	other	1229.0	98.617	100.0	0.00037099749040002416	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ENG0103_000000014456	1171	0.5257188025674545	2	1	1	1	1	False	60279	maximal	True	ENG0103_000000014456	1.0		19	7	False	False	1.0	0					non-mobilizable	other	1171.0	98.54799999999999	100.0	0.0005404286846612482	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
SPA0013_000000019053	1492	0.5257133318098565	2	2	2	1	1	False	115516	fragment	False	ISR0235_000000003158	0.9601732826653123		0	0	False	False	0.9953083395957947	0					non-mobilizable	other	1492.0	98.794	100.0	0.008889392349518268	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	False	False
ISR0071_000000002291	3399	0.5257131348898934	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.5678248308239507		0	0	False	False	0.9997057914733887	0					non-mobilizable	other	3332.0	97.779	100.0	0.03482691160931926	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0269_000000004680	3387	0.5257131348898934	4	3	2	2	3	False	124369	fragment	False	ENG0025_000000004712	0.5885036750773698		0	0	False	False	1.0	0					non-mobilizable	other	3423.0	84.721	100.0	0.0005590961699534272	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
AST0150_000000013529	2066	0.5257117790322576	4	2	2	1	2	False	104110	maximal	True	AST0150_000000013529	1.0		1	1	False	False	0.9951597452163696	0					non-mobilizable	no_good_hit	747.0	94.913	68.0	0.000148862879680377	CP059481.1	enterobacteria	Enterobacter kobei strain IB2020 chromosome, complete genome	True	False
ENG0175_000000005792	4472	0.5257105763216183	9	8	6	7	3	True	55613	maximal	True	ENG0175_000000005792	1.0		2	2	False	False	0.9883720874786377	0					non-mobilizable	no_good_hit	310.0	99.355	7.0	0.001443169929756389	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CHI0069_000000000793	9013	0.5257100324754861	10	5	4	5	3	False	85080	maximal	True	CHI0069_000000000793	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	98.527	11.0	0.005805714285714286	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0009_000000002053	11488	0.5257092549633146	16	5	2	4	4	True	38394	maximal	True	ISR0009_000000002053	1.0		2	2	False	False	0.9998258948326111	0					non-mobilizable	no_good_hit	2685.0	73.035	24.0	0.0014480950003400452	CP051151.1	bacteria	Tenericutes bacterium zrk29 chromosome, complete genome	True	True
ISR0786_000000001172	14381	0.5257080339824799	17	16	5	9	14	True	132526	fragment	False	ISR0786_000000001172	1.0		0	0	False	True	1.0	0			MPF_T		non-mobilizable	plasmid	11590.0	99.413	100.0	0.22715957425956054	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
SPA0075_000000012381	1695	0.5257054579795696	2	2	1	2	1	False	119660	maximal	True	SPA0075_000000012381	1.0		21	6	False	False	0.9905604720115662	0					non-mobilizable	other	1676.0	99.105	99.0	0.004945466999710654	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	False	False
ENG0012_000000006432	3739	0.5257005883667591	4	4	2	4	2	False	112860	fragment	False	ENG0012_000000006432	1.0		0	0	False	True	0.9994651079177856	0					non-mobilizable	no_good_hit	2300.0	74.217	61.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0016_000000005393	3289	0.5257005883667591	4	4	2	4	2	False	112859	fragment	False	AUS0006_000000006348	0.9743767249506246		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2300.0	74.217	69.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0087_000000004675	3281	0.5257005883667591	4	4	2	4	2	False	112859	fragment	False	AUS0006_000000006348	0.9740124709511093		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2300.0	74.217	69.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0051_01_000000006494	3276	0.5257005883667591	4	4	2	4	2	False	112859	fragment	False	AUS0006_000000006348	0.9717708425256101		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2300.0	74.217	69.0	0.27666057282145035	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0354_000000006859	2812	0.5257005883667591	4	4	2	4	2	False	112816	fragment	False	ENG0049_000000006794	0.9816545517480098		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2166.0	74.192	76.0	0.2606946983546618	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
MON0017_000000003778	5020	0.5257002430085563	7	4	3	3	4	True	27748	fragment	False	MON0017_000000003778	0.9909827760891591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3362.0	98.87	76.0	0.0011715160903081705	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ENG0198_000000005249	3532	0.5256971895123543	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9213735214932696		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	100.0	2.0	0.03021978021978022	NZ_JAAIPV010000079.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_80_length_2184_cov_263.136, whole genome shotgun sequence	True	False
AST0061_000000011550	3527	0.5256971895123543	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.9213095921990655		0	0	False	False	0.9997164607048035	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.026556776556776556	NZ_JAAIPV010000079.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_80_length_2184_cov_263.136, whole genome shotgun sequence	True	False
AST0050_000000003796	3507	0.5256971895123543	3	3	3	3	3	False	124512	fragment	False	SPA0066_000000003987	0.8769578451609754		0	0	False	False	0.9954376816749573	0					non-mobilizable	no_good_hit								True	False
ISR0824_000000018250	1312	0.5256971654166339	2	2	2	2	2	False	70317	fragment	False	MON0107_000000041547	0.56357732873766		0	0	False	False	0.9916158318519592	0					non-mobilizable	chromosome	1280.0	73.281	96.0	0.0004210792756628633	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0143_000000014678	1413	0.5256969611853473	2	2	2	2	2	False	3402	maximal	True	SPA0143_000000014678	1.0		10	3	False	False	1.0	0					non-mobilizable	chromosome	1417.0	94.77799999999999	100.0	0.0006003119049140246	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
USA0027_01_000000005251	5065	0.5256952746531981	1	1	1	1	1	False	100940	fragment	False	USA0027_01_000000005251	0.6850994403539378		0	0	False	False	0.9998025894165039	0					non-mobilizable	other	5065.0	97.71	100.0	0.016301566096347923	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0333_000000007883	2705	0.525694457284487	4	4	4	4	3	False	125951	fragment	False	ISR0333_000000007883	0.9516883301508269		0	0	False	False	0.9944547414779663	0					non-mobilizable	other	2687.0	98.065	99.0	0.007307560725282244	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0044_000000005032	7186	0.5256894545058389	9	5	1	4	3	True	11645	fragment	False	MON0044_000000005032	1.0		0	0	False	False	0.9998608231544495	0					non-mobilizable	no_good_hit								True	True
ISR0222_000000019077	2758	0.5256877288339821	3	3	2	3	3	False	27889	maximal	True	ISR0222_000000019077	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0074_000000008217	2913	0.5256868560332119	4	3	3	3	0	False	5819	maximal	True	SPA0074_000000008217	1.0		2	1	False	False	0.9993134140968323	0					non-mobilizable	chromosome	956.0	86.715	96.0	0.00030749167693519113	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0050_000000011659	2170	0.5256855589130761	3	3	2	3	1	True	46606	maximal	True	FIJ0050_000000011659	1.0		45	10	False	False	0.9746543765068054	0					non-mobilizable	no_good_hit	231.0	94.37200000000001	11.0	0.0001912092187892699	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
ISR0212_000000009577	3565	0.5256831899270057	4	2	2	2	2	False	28365	maximal	True	ISR0212_000000009577	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	78.512	3.0	0.00030554365879391213	NZ_CADIKI010000007.1	b-proteobacteria	Paraburkholderia fynbosensis strain LMG 27177 isolate LMG 27177, whole genome shotgun sequence	True	False
ISR0821_000000003061	7901	0.5256794275308626	5	5	3	4	5	False	36439	fragment	False	SPA0101_000000005413	0.9315456469670296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2546.0	73.763	50.0	0.0007010408793239359	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0838_000000002403	7509	0.5256794275308626	5	5	3	4	5	False	36439	fragment	False	SPA0101_000000005413	0.9224862359878616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4758.0	74.212	62.0	0.0012385354563601277	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0135_000000002709	7260	0.525678150338541	5	5	5	5	4	False	99289	maximal	False	SPA0037_000000003119	0.9653844894153036		0	0	False	False	0.9982093572616577	0					non-mobilizable	no_good_hit	3341.0	73.78	45.0	0.37814447265174245	NZ_CYZO01000058.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0389_000000005762	3506	0.5256778225571279	4	4	4	4	4	False	126367	maximal	False	SPA0066_000000003952	0.9562484299484592		0	0	False	False	0.9991443157196045	0					non-mobilizable	other	3383.0	97.014	99.0	0.07709190672153635	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0045_000000014231	1649	0.525676338210724	4	3	2	2	2	True	102075	fragment	False	AUS0006_000000014169	0.9535398976104476		0	0	False	False	0.9993935823440552	0					non-mobilizable	chromosome	1649.0	97.999	100.0	0.00045878136200716845	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0017_000000026299	1242	0.5256759374846524	2	1	1	1	1	False	37834	fragment	False	ISR0017_000000026299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0018_000000019299	1773	0.5256694450207834	2	1	1	1	1	False	92194	fragment	False	CAN0018_000000019299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0337_000000003439	2764	0.5256682500899076	3	1	1	1	1	False	24445	maximal	True	ISR0337_000000003439	1.0		94	9	False	False	1.0	0					non-mobilizable	no_good_hit	1430.0	96.92299999999999	52.0	0.0005038568496500328	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0359_000000023469	1189	0.5256650690142824	3	3	2	2	2	False	23802	maximal	True	ISR0359_000000023469	1.0		52	7	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit	524.0	97.90100000000001	65.0	0.000911619929440966	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0266_000000017885	1205	0.5256620821232321	2	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.21468085240674434		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	99.088	100.0	0.000320692717560734	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
SPA0118_000000021245	1115	0.5256620821232321	2	1	1	1	1	False	93137	fragment	False	ENG0082_000000009793	0.09932778897377482		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	99.28299999999999	100.0	0.0028296878452968503	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	False
SPA0039_000000005123	4819	0.5256565696486815	10	3	2	3	1	True	7020	maximal	True	SPA0039_000000005123	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	7.34668606191787e-06	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	True
DEN0085_000000017886	1600	0.5256561744353822	3	3	3	3	2	False	93192	maximal	True	DEN0085_000000017886	0.9983277591973243		128	9	False	False	1.0	0					non-mobilizable	chromosome	1600.0	99.75	100.0	0.00044713377185439713	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0015_000000023632	1495	0.5256561744353822	3	3	3	3	2	False	93192	maximal	False	DEN0085_000000017886	0.965625		0	0	False	False	0.9993311166763306	0					non-mobilizable	chromosome	1494.0	100.0	99.0	0.0004174926337577329	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AUS0024_000000014328	2277	0.5256549441820779	3	3	3	3	2	False	98906	fragment	False	AUS0024_000000014328	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2060.0	80.04899999999999	96.0	0.005779229455024064	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	False	False
ISR0366_000000016820	1251	0.5256526313517997	3	2	1	1	1	False	23612	fragment	False	ISR0366_000000016820	1.0		0	0	False	False	0.9976019263267517	0					non-mobilizable	other	1252.0	97.28399999999999	100.0	0.11524266469828381	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
ISR0387_000000013696	1769	0.5256506265703257	1	1	1	1	1	False	22970	maximal	True	ISR0387_000000013696	1.0		7	6	False	False	1.0	0					non-mobilizable	other	929.0	82.992	93.0	0.00017718083267329482	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	False
ISR0326_000000000831	12806	0.5256489611192472	11	6	4	4	2	True	37030	fragment	False	ISR0326_000000000831	0.9842087171640692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	98.649	1.0	0.00011674993762674566	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	True
ISR0031_000000000955	11740	0.5256489611192472	10	6	4	4	2	True	37030	fragment	False	ISR0326_000000000831	0.9444791503982508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	1.0	0.00010243672951138944	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
USA0024_01_000000012507	1810	0.5256485254227989	3	3	3	2	2	False	1675	maximal	True	USA0024_01_000000012507	1.0		9	3	False	False	0.9784530401229858	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	1.6968528712205026e-05	NZ_LR027603.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
ISR0821_000000000950	19525	0.5256450683113134	12	5	5	5	4	False	21254	maximal	True	ISR0821_000000000950	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.997929649554051e-06	NZ_CP013862.1	firmicutes	Lentibacillus amyloliquefaciens strain LAM0015 chromosome, complete genome	True	False
ISR0143_000000019696	1482	0.5256429339674297	2	2	2	2	1	False	35612	maximal	True	ISR0143_000000019696	1.0		26	7	False	False	0.9811066389083862	0					non-mobilizable	no_good_hit	1293.0	99.92299999999999	87.0	0.0006950384369166546	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	True	False
ENG0027_000000011327	1995	0.5256411492214673	3	2	2	1	1	False	72433	maximal	False	USA0080_01_000000021406	0.9895209580838324		0	0	False	False	0.999498724937439	0					non-mobilizable	no_good_hit	90.0	78.889	5.0	0.0002512527348436728	NZ_MUGW01000002.1	CFB group bacteria	Flavobacterium hercynium strain DSM 18292 43415_contig_2, whole genome shotgun sequence	True	False
SPA0057_000000004937	5699	0.5256378785620742	3	3	3	1	2	False	125113	maximal	True	SPA0057_000000004937	1.0		36	4	False	False	1.0	0					non-mobilizable	no_good_hit	1796.0	99.38799999999999	32.0	0.042501302268314625	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0009_000000032531	1344	0.5256330231296638	2	2	2	2	2	False	51181	fragment	False	FIJ0009_000000032531	1.0		0	0	False	False	0.9836309552192688	0					non-mobilizable	no_good_hit	1170.0	78.205	87.0	0.000405377332052485	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0090_000000007085	3101	0.525630706818661	2	2	2	2	2	False	61258	maximal	True	ENG0090_000000007085	1.0		3	2	False	False	0.9922605752944946	0					non-mobilizable	other	3101.0	99.645	100.0	0.0030534321069371024	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
MON0106_000000037156	1206	0.5256281024425931	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.917577175687791		0	0	False	False	1.0	0					non-mobilizable	other	1206.0	93.449	100.0	0.4173882923449948	NZ_CABIWU010000119.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MON0092_000000046308	1206	0.5256281024425931	1	1	1	1	1	False	52277	fragment	False	MON0038_000000027565	0.917577175687791		0	0	False	False	0.9991708397865295	0					non-mobilizable	other	1206.0	93.449	100.0	0.4173882923449948	NZ_CABIWU010000119.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0128_000000015326	1701	0.5256270517835642	3	2	2	2	2	False	41006	maximal	True	FIJ0128_000000015326	1.0		26	5	False	False	0.9941211342811584	0					non-mobilizable	no_good_hit	360.0	73.889	21.0	0.0017954145520389687	NZ_FUXZ01000007.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
MAD0030_000000006968	1684	0.5256240833205604	3	3	3	3	3	False	19946	maximal	True	MAD0030_000000006968	0.9928088476032613		25	2	False	False	1.0	0					non-mobilizable	other	1702.0	79.26	100.0	0.008166678965881977	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ENG0028_000000005059	3186	0.525622584240871	5	5	2	3	5	False	75359	fragment	False	ENG0028_000000005059	0.9988735114258127		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	89.564	89.0	0.20972245032024964	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
USA0125_01_000000007893	3107	0.525622584240871	5	5	2	3	5	False	75359	fragment	False	ENG0028_000000005059	0.9865034526051475		0	0	False	False	0.9987125992774963	0					non-mobilizable	other	1290.0	89.69	92.0	0.21070783379865332	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0181_000000003125	5598	0.5256216783289229	7	3	2	2	0	False	29600	fragment	False	ISR0181_000000003125	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0058_000000004578	3913	0.5256216783289229	5	3	2	2	0	False	85933	fragment	False	CHI0058_000000004578	1.0		0	0	False	False	0.9946332573890686	0					non-mobilizable	no_good_hit								True	False
CHI0120_000000004596	2946	0.5256216783289229	3	3	2	2	0	False	81857	fragment	False	CHI0120_000000004596	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0108_000000008794	2558	0.5256216783289229	4	3	2	2	0	False	42229	maximal	True	FIJ0108_000000008794	1.0		2	1	False	False	0.9925723075866699	0					non-mobilizable	no_good_hit	44.0	97.727	2.0	0.0002078379057672602	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0073_000000018019	1308	0.5256215884901653	3	2	2	1	1	False	62206	fragment	False	ENG0073_000000018019	1.0		0	0	False	False	0.9961773753166199	0					non-mobilizable	chromosome	1308.0	100.0	100.0	0.00047282931729886033	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	False	False
ISR0034_000000003734	5175	0.5256199126638444	3	3	3	3	3	False	106207	maximal	False	ISR0387_000000004427	0.9921375670673053		0	0	False	False	0.9998067617416382	0					non-mobilizable	no_good_hit	2174.0	78.013	46.0	0.0005777719655180545	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0053_000000002898	3054	0.525614330491368	4	3	2	3	2	True	72148	maximal	True	DEN0053_000000002898	1.0		7	5	False	False	0.9990176558494568	0					non-mobilizable	no_good_hit								True	True
ENG0200_000000006335	3149	0.5256141305139233	5	5	4	4	4	False	70075	maximal	True	ENG0200_000000006335	1.0		2	1	True	True	1.0	37					non-mobilizable	other	1985.0	100.0	100.0	0.0005364454379019792	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0822_000000006908	1303	0.5256128552636471	2	2	1	2	1	False	21183	maximal	True	ISR0822_000000006908	1.0		15	8	False	False	1.0	0					non-mobilizable	other	1305.0	90.26799999999999	99.0	0.008590190386128727	NZ_QSFT01000004.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf4, whole genome shotgun sequence	False	False
MON0093_000000036598	1280	0.5256118819306403	1	1	1	1	0	True	9367	fragment	False	MON0093_000000036598	1.0		0	0	False	False	1.0	0					non-mobilizable	other	694.0	88.329	100.0	0.0002080468674494568	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0108_000000015997	1146	0.5256118819306403	3	1	1	1	0	True	14603	fragment	False	MAD0108_000000015997	1.0		0	0	False	False	0.9938917756080627	0					non-mobilizable	no_good_hit	542.0	97.04799999999999	47.0	0.00017437421092446375	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0364_000000006882	2392	0.5256101028586145	3	2	2	1	1	True	101665	fragment	False	ISR0364_000000006882	1.0		0	0	False	False	0.9949832558631897	0					non-mobilizable	no_good_hit	100.0	78.0	4.0	3.37987690976112e-05	NZ_CP016786.1	firmicutes	Clostridium isatidis strain DSM 15098 chromosome, complete genome	True	True
CHI0074_000000010833	1277	0.5256072351652594	2	2	2	2	1	False	101987	fragment	False	AUS0006_000000019715	0.9786082929576997		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	150.0	84.0	12.0	3.13632015556148e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
SPA0137_000000023032	1602	0.5256072271017798	3	1	1	1	1	True	3555	maximal	True	SPA0137_000000023032	1.0		1	1	False	False	0.9794007539749146	0					non-mobilizable	no_good_hit	1249.0	90.31200000000001	77.0	0.0005551698351480029	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	True	True
FIJ0032_000000013478	2608	0.5256069519237511	4	4	1	2	3	False	61923	maximal	True	FIJ0032_000000013478	0.9832563510392609		620	15	False	False	0.9973159432411194	0					non-mobilizable	no_good_hit	223.0	89.238	19.0	0.000553461639598803	NZ_FOGP01000002.1	actinobacteria	Olsenella umbonata strain KHGC19, whole genome shotgun sequence	True	False
FIJ0033_000000010936	3138	0.5256051498480722	4	3	2	2	2	False	48291	maximal	True	FIJ0033_000000010936	1.0		1	1	False	False	0.9936265349388123	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	0.001005911938586429	NZ_PYLQ01000018.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_17, whole genome shotgun sequence	True	False
ISR0326_000000008520	2233	0.5256047390430112	3	3	3	2	2	False	100343	fragment	False	ISR0326_000000008520	0.9968027545499263		0	0	False	False	1.0	0					non-mobilizable	chromosome	2230.0	100.0	99.0	0.0007574117788575077	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0036_000000006100	3800	0.5256036557493642	6	5	3	3	5	False	129486	fragment	False	FIJ0092_000000007740	0.9738618785591561		0	0	False	False	0.9971052408218384	0					non-mobilizable	other	3727.0	98.417	99.0	0.0008992289220595866	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0067_000000007176	3797	0.5256036557493642	6	5	3	3	5	False	129486	fragment	False	FIJ0092_000000007740	0.9732630369643793		0	0	False	False	1.0	0					non-mobilizable	other	3725.0	98.846	100.0	0.0011133197466868723	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0148_000000009464	1946	0.5256031062133957	2	2	2	2	2	False	39910	maximal	True	FIJ0148_000000009464	1.0		16	5	False	False	0.9958890080451965	0					non-mobilizable	other	1945.0	94.704	99.0	0.01612608421122595	NZ_JAAWUO010000014.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_14_length_120364_cov_136.787, whole genome shotgun sequence	False	False
FIJ0131_000000011187	1666	0.5256029059502191	3	2	2	2	2	False	48658	fragment	False	FIJ0131_000000011187	0.982509047044632		0	0	False	False	0.9915966391563416	0					non-mobilizable	chromosome	1666.0	99.16	100.0	0.00028864446664223447	LR134235.1	enterobacteria	Klebsiella variicola strain NCTC9668 genome assembly, chromosome: 1	False	False
FIJ0156_000000004857	1658	0.5256029059502191	3	2	2	2	2	False	48658	fragment	False	FIJ0131_000000011187	0.9801920768307323		0	0	False	False	0.9855247139930725	0					non-mobilizable	chromosome	1658.0	98.67299999999999	100.0	0.0003205610611751223	CP056297.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00852 chromosome, complete genome	False	False
CHI0167_000000004006	4383	0.5256010461486889	6	6	6	6	5	False	116341	maximal	False	SPA0052_000000006459	0.9399570354457571		0	0	False	False	1.0	0					non-mobilizable	other	4315.0	94.855	98.0	0.015466154116478465	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
DEN0061_000000002014	12386	0.5255987698889436	8	6	4	4	4	True	113131	maximal	True	DEN0061_000000002014	1.0		6	4	False	False	0.9992733597755432	0					non-mobilizable	no_good_hit	3590.0	91.476	29.0	0.08162285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
SPA0058_000000003489	7244	0.5255981294503317	6	5	2	5	1	True	106256	fragment	False	SPA0058_000000003489	0.9159951931740898		0	0	False	False	0.9998619556427002	0					non-mobilizable	no_good_hit	3392.0	78.096	50.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0054_000000010674	2755	0.5255973054212866	4	4	3	4	3	False	73689	maximal	True	SPA0054_000000010674	1.0		416	14	False	False	0.9996370077133179	0					non-mobilizable	no_good_hit	2014.0	78.40100000000001	73.0	0.003303919045682077	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0124_000000005058	3222	0.5255957186978729	4	3	2	2	3	False	128903	maximal	True	ISR0124_000000005058	1.0	PS1059	5	2	False	True	0.9965859651565552	0					non-mobilizable	chromosome	1421.0	81.351	95.0	0.00022219291821443758	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	True
ENG0165_000000008322	2319	0.5255955874521322	3	2	1	2	1	False	56227	fragment	False	ENG0165_000000008322	1.0		0	0	False	False	0.9987063407897949	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000015244	2061	0.5255955874521322	3	2	1	2	1	False	6726	fragment	False	SPA0046_000000015244	1.0		0	0	False	False	0.9912663698196411	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000008772	5109	0.5255953840076398	6	2	2	2	2	False	117370	maximal	True	ISR0170_000000008772	1.0	PS787	1	1	False	True	0.9994127750396729	0					non-mobilizable	chromosome	3411.0	86.837	99.0	0.0014694220172228921	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
FIJ0007_000000009819	1810	0.5255953840076398	2	2	2	2	2	False	117361	fragment	False	FIJ0007_000000009819	1.0		0	0	False	True	0.9895027875900269	0					non-mobilizable	chromosome	1484.0	98.51799999999999	100.0	0.000642574042350052	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
FIJ0034_000000015515	1770	0.5255953840076398	4	2	2	2	2	False	117359	fragment	False	FIJ0034_000000015515	1.0		0	0	False	True	0.9853107333183289	0					non-mobilizable	chromosome	1494.0	98.661	90.0	0.0006148541852502535	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ENG0112_000000016312	1697	0.5255953840076398	3	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8304437846561863	PS787	0	0	False	True	0.9994107484817505	0					non-mobilizable	chromosome	1498.0	98.932	100.0	0.0006490778282037974	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MON0103_000000032763	1694	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8179199448885548	PS787	0	0	False	True	0.9716647267341614	0					non-mobilizable	chromosome	1502.0	98.336	99.0	0.0006508121710981295	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MON0013_000000032866	1684	0.5255953840076398	2	2	2	2	2	False	117343	backbone	True	MON0013_000000032866	0.8420903542031909	PS787	2	1	False	True	0.9994061589241028	0					non-mobilizable	chromosome	1105.0	99.005	99.0	0.000473388816446488	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	True
ISR0147_000000015001	1657	0.5255953840076398	3	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8162508165721337	PS787	0	0	False	True	0.9891369938850403	0					non-mobilizable	chromosome	1498.0	98.865	100.0	0.0006165014838041725	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0384_000000011420	1649	0.5255953840076398	3	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8149392411866434	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1500.0	98.8	100.0	0.0006499449996509635	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
AST0031_000000016483	1595	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8146884860786071	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1501.0	98.66799999999999	100.0	0.0006173251330811319	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MAD0102_000000013204	1591	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.81453403308054	PS787	0	0	False	True	0.9886863827705383	0					non-mobilizable	chromosome	1504.0	97.806	99.0	0.0006516793425452956	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MON0018_000000012759	1591	0.5255953840076398	3	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8182484040615146	PS787	0	0	False	True	0.9949716925621033	0					non-mobilizable	chromosome	1515.0	98.68	96.0	0.0006564487855047089	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ISR0301_000000012120	1591	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.816569395829439	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1094.0	99.086	100.0	0.0004686720800507349	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	True
ISR0375_000000015464	1506	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8035504608892104	PS787	0	0	False	True	0.9946879148483276	0					non-mobilizable	chromosome	1497.0	98.86399999999999	99.0	0.0006160896591656927	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0099_000000023759	1503	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7737958939087566	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1503.0	98.603	100.0	0.0006512457568217126	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ISR0297_000000010072	1503	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8039127490564768	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1503.0	98.736	100.0	0.0006512457568217126	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MON0007_000000043735	1483	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7780261758904334	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1087.0	99.17200000000001	100.0	0.0004656705205261648	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	True
ISR0372_000000011931	1479	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7775105045205619	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1479.0	98.78299999999999	100.0	0.0006408396994557198	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ISR0160_000000020077	1477	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7757328367938006	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1477.0	98.984	100.0	0.0006078531663960979	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0131_000000012595	1476	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7749640291968799	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1476.0	98.916	100.0	0.0006074413417576181	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0100_000000031300	1476	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7774358448146275	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1476.0	99.051	100.0	0.0006074413417576181	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0004_000000031120	1475	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7752062463735856	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1475.0	98.915	100.0	0.0006070295171191384	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0102_000000022033	1470	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7727672623493551	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1470.0	98.50299999999999	100.0	0.0006369374279434726	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ISR0098_000000011954	1464	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.774207972344773	PS787	0	0	False	True	0.999316930770874	0					non-mobilizable	chromosome	1464.0	99.044	100.0	0.0006024994460958613	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0293_000000023950	1464	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7721311346368698	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1464.0	99.18	100.0	0.0006343359136019743	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ISR0146_000000029199	1460	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.770374278741657	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1472.0	82.677	100.0	0.000722637567398893	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	True
ISR0162_000000027044	1459	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7741063035965958	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1459.0	99.109	100.0	0.0006004403229034626	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0038_000000024415	1457	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7702529080413196	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	99.31299999999999	99.0	0.0006308672278133101	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MON0102_000000030440	1456	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7700669617782037	PS787	0	0	True	True	1.0	1					non-mobilizable	chromosome	1456.0	98.90100000000001	100.0	0.0006308672278133101	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ISR0175_000000014015	1456	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7730804508367843	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	99.245	100.0	0.0005992048489880233	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0081_000000036215	1456	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.773599845535855	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	99.176	100.0	0.0005992048489880233	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0152_000000016239	1456	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7725814731920269	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	99.176	100.0	0.0005992048489880233	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0101_000000045265	1456	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7737914446640148	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	99.176	100.0	0.0005992048489880233	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0146_000000013899	1456	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7553926204597389	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	98.695	100.0	0.0006308672278133101	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
FIJ0074_000000020353	1456	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7718526209849147	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	99.176	100.0	0.0006308672278133101	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
FIJ0047_000000021317	1456	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7714783033864653	PS787	0	0	False	True	0.9993131756782532	0					non-mobilizable	chromosome	1456.0	98.764	100.0	0.0005992048489880233	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ENG0165_000000013766	1456	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7726071862885925	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	99.038	100.0	0.0005992048489880233	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0317_000000015342	1455	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7579401303996386	PS787	0	0	True	True	1.0	1					non-mobilizable	chromosome	1455.0	98.83200000000001	100.0	0.0006304336420897271	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
FIJ0082_000000021764	1455	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7598664327197678	PS787	0	0	False	True	0.9986254572868347	0					non-mobilizable	chromosome	1455.0	98.9	100.0	0.0005987930243495436	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0093_000000031706	1455	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7610741452370804	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1455.0	99.175	100.0	0.0005987930243495436	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0053_000000027886	1454	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7602604653945617	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1454.0	99.037	100.0	0.0005983811997110638	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
FIJ0025_000000014692	1448	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.6768452591122033	PS787	0	0	False	True	0.9868784546852112	0					non-mobilizable	chromosome	1409.0	99.006	97.0	0.0006104886988049077	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
FIJ0049_000000011824	1446	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7066475780346121	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1446.0	98.479	100.0	0.0006265313705774798	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MAD0055_000000006732	1426	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7107336417465003	PS787	0	0	False	True	0.9985975027084351	0					non-mobilizable	chromosome	1426.0	99.229	100.0	0.0006178596561058192	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
MON0046_000000024205	1425	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.6974554051176738	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1425.0	99.01799999999999	100.0	0.0005864382851951513	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
MON0078_000000033769	1400	0.5255953840076398	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.685279006661741	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1400.0	99.0	100.0	0.0005761426692331578	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0343_000000003222	4457	0.5255945931865236	7	6	4	4	5	True	24316	maximal	True	ISR0343_000000003222	1.0		1	1	False	False	0.9988781809806824	0					non-mobilizable	no_good_hit	636.0	92.296	38.0	0.0001959919338430783	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0012_000000013465	1736	0.5255936512373792	2	2	2	1	2	False	67056	maximal	True	ENG0012_000000013465	1.0		411	14	False	False	0.9809907674789429	0					non-mobilizable	other	1737.0	99.48200000000001	100.0	0.01517946924321252	NZ_WNAJ01000011.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold11_size114365, whole genome shotgun sequence	False	False
FIJ0111_000000015598	1334	0.5255903665970705	3	3	3	3	2	False	42077	maximal	True	FIJ0111_000000015598	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0001_000000004841	4988	0.5255891181135403	6	3	2	2	0	True	106272	fragment	False	ENG0001_000000004841	0.9756679562764861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ENG0162_000000004784	4988	0.5255891181135403	6	3	2	2	0	True	106272	fragment	False	ENG0001_000000004841	0.9753134333846752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
AST0116_000000005187	4982	0.5255891181135403	6	3	2	2	0	True	106272	fragment	False	ENG0001_000000004841	0.9754508246475477		0	0	False	False	0.9997992515563965	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
CHI0147_000000003786	4957	0.5255891181135403	6	3	2	2	0	True	106272	fragment	False	ENG0001_000000004841	0.9716580584630818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
USA0080_01_000000008982	4821	0.5255891181135403	6	3	2	2	0	True	106272	fragment	False	ENG0001_000000004841	0.9506916967198166		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ENG0172_000000003919	4800	0.5255891181135403	6	3	2	2	0	True	106272	fragment	False	ENG0001_000000004841	0.9479177403875496		0	0	False	False	0.9925000071525574	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ENG0034_000000003347	4379	0.5255891181135403	5	3	2	2	0	True	106272	fragment	False	ENG0001_000000004841	0.7359962563678685		0	0	False	False	0.9997716546058655	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ISR0035_000000003976	4340	0.5255891181135403	6	3	2	2	0	True	106272	fragment	False	ENG0001_000000004841	0.1829237451178243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.202421336683822e-06	NZ_JQLH01000001.1	CFB group bacteria	Maribacter forsetii DSM 18668 P177DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	True
ISR0326_000000008466	2244	0.5255879403937981	3	3	1	3	2	False	121062	fragment	False	ISR0326_000000008466	1.0		0	0	False	False	0.9991087317466736	0					non-mobilizable	no_good_hit								True	False
ENG0060_000000015544	1962	0.5255863764756578	3	3	3	3	2	False	109997	fragment	False	ENG0060_000000015544	1.0		0	0	False	False	0.9872578978538513	0					non-mobilizable	no_good_hit	401.0	72.569	22.0	0.0001665851492960819	NZ_JABEKU010000002.1	a-proteobacteria	Ensifer sesbaniae strain CCBAU 65729 Scaffold_2, whole genome shotgun sequence	True	False
CHI0037_000000006517	2117	0.5255827418087486	3	3	3	3	2	False	87964	maximal	True	CHI0037_000000006517	1.0		41	10	False	False	0.9952763319015503	0					non-mobilizable	no_good_hit	645.0	97.209	55.0	0.00022447377630421356	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0205_000000004650	4022	0.5255785417543222	6	5	3	4	3	True	95451	maximal	True	ISR0205_000000004650	1.0		9	3	False	False	0.9945300817489624	0					non-mobilizable	no_good_hit	577.0	97.74700000000001	14.0	0.00022384509919135958	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
CAN0018_000000006410	5289	0.525575370133887	6	5	5	5	4	False	92300	maximal	True	CAN0018_000000006410	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	762.0	73.097	14.0	0.00022677567157823218	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0231_000000006362	2662	0.5255748702218909	2	2	2	2	2	False	27490	maximal	True	ISR0231_000000006362	1.0		21	6	True	True	0.9984973669052124	2					non-mobilizable	no_good_hit	773.0	74.127	29.0	0.00014957474958955045	NC_022571.1	firmicutes	Clostridium saccharobutylicum DSM 13864, complete sequence	True	True
DEN0023_000000002420	2498	0.5255727081407976	2	2	2	2	2	True	74383	fragment	False	DEN0023_000000002420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	77.236	5.0	0.0018886048745543056	NZ_JHVC01000023.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	True
SPA0135_000000015707	1255	0.525571390849354	2	2	2	2	2	False	3643	maximal	True	SPA0135_000000015707	1.0		126	11	False	False	0.9840637445449829	0					non-mobilizable	chromosome	1255.0	99.44200000000001	100.0	0.00023910681591711574	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0258_000000006503	3124	0.52557113163849	4	3	3	3	2	False	26790	maximal	True	ISR0258_000000006503	1.0		246	10	False	False	0.9987195730209351	0					non-mobilizable	no_good_hit	2156.0	92.99600000000001	69.0	0.002524023483881283	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0230_000000000590	20923	0.5255703545520425	17	9	5	8	7	True	27557	maximal	True	ISR0230_000000000590	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	99.259	6.0	0.003320033145635688	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0124_000000015438	1897	0.5255676544153342	3	2	1	2	1	True	60480	fragment	False	SPA0124_000000015438	0.9977476646456775		0	0	False	False	0.9873484373092651	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
ENG0154_000000029437	1167	0.5255676163815635	2	2	2	2	2	False	56799	maximal	True	ENG0154_000000029437	1.0		140	12	False	False	1.0	0					non-mobilizable	other	1165.0	99.914	99.0	0.015657156692627416	NZ_CYZO01000013.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0099_000000002577	7450	0.5255666171993804	5	4	4	4	4	False	60671	maximal	True	ENG0099_000000002577	1.0		45	8	False	False	1.0	0					non-mobilizable	other	5262.0	99.829	100.0	0.00159321455945543	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0108_000000013861	1259	0.5255638512329344	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.16910649297729985		0	0	False	False	0.9928514957427979	0					non-mobilizable	virus	1244.0	99.43700000000001	99.0	0.172590946959178	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
AST0097_000000012167	1776	0.5255610545314225	2	1	1	1	1	False	129018	maximal	True	AST0097_000000012167	1.0	PS1059	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1386.0	94.51700000000001	78.0	0.019055349944278578	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0117_000000019392	1418	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5023596634400569	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1383.0	99.494	98.0	0.019014074818045484	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0014_000000011785	1384	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.49857338423040115	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1385.0	90.25299999999999	100.0	0.019027833193456516	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0386_000000020941	1383	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5034880893603183	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1384.0	90.462	100.0	0.019014074818045484	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0195_000000014320	1383	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5096690475283158	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1383.0	99.205	100.0	0.019014074818045484	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0266_000000015096	1377	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.49324676779853255	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1354.0	80.798	100.0	0.005260434632631942	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
MON0047_000000028983	1376	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.07447131334963114	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1381.0	87.98	100.0	0.018986558067223422	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0078_000000025311	1374	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.4905691648198319	PS1059	0	0	False	True	0.9992722272872925	0					non-mobilizable	other	1374.0	99.56299999999999	100.0	0.018890249439346203	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0353_000000027413	1334	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.36729148194811967	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1311.0	90.465	98.0	0.9167249825052485	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
AST0093_000000012688	1334	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.3717327112519809	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1318.0	82.70100000000001	99.0	0.0003732927887213913	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0082_000000025802	1309	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.3536698499554491	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1309.0	99.465	100.0	0.017995955037629158	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0192_000000013303	1305	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.35797717623308595	PS1059	0	0	False	True	0.9984674453735352	0					non-mobilizable	other	1305.0	99.617	100.0	0.9125262421273618	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0074_000000018040	1298	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.34400254283982845	PS1059	0	0	False	True	0.9992296099662781	0					non-mobilizable	other	1298.0	99.92299999999999	100.0	0.907627711686494	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0227_000000021320	1232	0.5255610545314225	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.14680762572103495	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1232.0	99.51299999999999	100.0	0.8614415675297411	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0168_000000003297	7294	0.5255546393102375	5	4	4	4	3	False	126644	fragment	False	ISR0168_000000003297	0.9864786695589298		0	0	False	False	0.9998629093170166	0					non-mobilizable	virus	4381.0	97.215	94.0	0.25564922140264607	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
ISR0331_000000002683	6915	0.5255546393102375	6	4	4	4	3	False	126644	fragment	False	ISR0168_000000003297	0.9618864820400329		0	0	False	False	1.0	0					non-mobilizable	virus	4334.0	97.6	99.0	0.2535417398431097	MK231414.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_2-CL09_c1 sequence	False	False
ISR0098_000000005877	2968	0.5255542159334494	4	4	4	4	4	False	97773	fragment	False	ISR0098_000000005877	0.9794492254626382		0	0	False	False	0.9935984015464783	0					non-mobilizable	other	2949.0	99.45700000000001	99.0	0.020478195029105712	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
ISR0183_000000016454	1936	0.5255524881139061	3	3	2	2	2	False	29466	maximal	True	ISR0183_000000016454	1.0		121	9	False	False	0.9984503984451294	0					non-mobilizable	no_good_hit	1213.0	89.118	62.0	0.0056573843137438405	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	False
ISR0097_000000003536	6229	0.5255495958260894	5	5	5	5	2	True	131024	maximal	True	ISR0097_000000003536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4265.0	97.819	76.0	0.00891608135715137	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0105_000000005755	2981	0.525547966237178	3	3	2	1	2	False	32952	maximal	True	ISR0105_000000005755	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1499.0	78.586	50.0	0.0004658620512492384	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0038_000000003319	7782	0.5255476784641915	6	3	3	3	1	True	130421	fragment	False	ISR0038_000000003319	1.0		0	0	False	True	0.9975584745407104	0					non-mobilizable	no_good_hit	120.0	99.167	2.0	0.1328125	GQ883719.1		Uncultured organism clone VC1DE50TR genomic sequence	True	True
ENG0059_000000001918	6235	0.5255476784641915	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.573271070444441	PS1102	0	0	False	True	0.9998396039009094	0					non-mobilizable	no_good_hit	79.0	98.734	2.0	0.0032334286780251213	GU942941.1		Uncultured organism clone 24 genomic sequence	True	True
ENG0200_000000003104	6214	0.5255476784641915	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5730763084695375	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.0006303662645364634	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0139_000000002902	3538	0.5255452396369227	2	1	1	1	1	False	80355	maximal	False	FIJ0032_000000009352	0.9287969363935268		0	0	False	False	0.9951950311660767	0					non-mobilizable	no_good_hit	667.0	82.15899999999999	19.0	0.00018288022938885287	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0382_000000001663	6912	0.5255431970751647	10	9	2	3	9	True	123771	fragment	False	ISR0382_000000001663	0.9672561066986363		0	0	False	False	0.9995659589767456	0					non-mobilizable	other	6912.0	99.971	100.0	0.01876607172435516	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0104_000000007432	5264	0.5255423724805659	6	6	5	6	5	False	84817	fragment	False	MON0104_000000007432	1.0		0	0	False	False	0.9992401003837585	0					non-mobilizable	other	5255.0	99.848	99.0	0.0011099339511134725	CP010230.1	enterobacteria	Escherichia coli strain S21, complete genome	False	False
SPA0008_000000009783	3045	0.5255415503589064	4	3	1	2	1	False	100394	fragment	False	SPA0008_000000009783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	86.585	5.0	4.29478898047845e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0098_000000026200	1719	0.5255401664332362	3	3	3	2	1	False	15300	fragment	False	MAD0098_000000026200	1.0		0	0	False	False	0.9965096116065979	0					non-mobilizable	no_good_hit								True	False
SPA0015_000000004843	3867	0.5255401114096494	3	3	3	2	1	True	55540	fragment	False	ISR0236_000000002128	0.7411329487865007		0	0	False	False	1.0	0					non-mobilizable	other	3867.0	100.0	100.0	0.06263163010724816	NZ_JAAIPV010000023.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_23_length_61726_cov_95.4803, whole genome shotgun sequence	False	True
ISR0128_000000004720	6923	0.5255373722566197	10	8	4	7	7	False	90625	fragment	False	ISR0128_000000004720	0.9908841451373352		0	0	False	False	0.9997110962867737	0					non-mobilizable	other	6933.0	99.51	100.0	0.02465009103322713	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0158_000000013736	1539	0.5255369014594342	2	2	2	2	2	False	3157	fragment	False	SPA0157_000000004764	0.942283950617284		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	98.376	99.0	0.014976556132979118	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	False	False
ENG0125_000000009260	2776	0.5255367719114034	4	3	3	2	2	False	58847	maximal	True	ENG0125_000000009260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	95.73100000000001	78.0	0.0003894961820348905	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0115_000000012966	1838	0.525536567924099	2	2	2	2	2	False	42734	maximal	False	FIJ0100_000000009982	0.9924201407688142		0	0	False	False	0.9994559288024902	0					non-mobilizable	other	1089.0	95.40899999999999	93.0	0.0007327622237142618	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
MAD0047_000000010105	3864	0.5255346345654079	4	2	2	2	1	True	17687	maximal	True	MAD0047_000000010105	1.0		14	3	False	False	0.9994823932647705	0					non-mobilizable	no_good_hit								True	True
ETH0001_000000030989	1203	0.525529031124151	2	1	1	1	1	True	112263	fragment	False	CHI0186_000000012181	0.3087833700075289		0	0	False	False	0.9625934958457947	0					non-mobilizable	other	924.0	98.485	99.0	0.019035637683550568	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
SPA0150_000000002515	6752	0.5255287117021348	3	3	3	2	3	False	3272	maximal	True	SPA0150_000000002515	1.0		9	5	False	False	1.0	0					non-mobilizable	other	3256.0	97.881	100.0	0.0005681535533161055	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MON0009_000000010286	3254	0.5255274922942783	4	3	3	2	2	False	13824	fragment	False	MON0009_000000010286	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3254.0	91.70299999999999	100.0	0.18650384130260292	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	False
MON0092_000000041946	1330	0.5255261822318089	2	2	1	2	2	False	9428	maximal	True	MON0092_000000041946	1.0		304	12	False	False	1.0	0					non-mobilizable	other	676.0	100.0	100.0	0.002954048140043764	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0019_000000008990	1936	0.5255232436862747	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.10449465377897656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1479.0	80.663	76.0	0.013142816215441914	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0110_000000009392	1134	0.5255223134925718	1	1	1	1	1	False	82673	fragment	False	ISR0805_000000010092	0.9486644407345576		0	0	False	False	0.9929453134536743	0					non-mobilizable	other	1090.0	99.90799999999999	99.0	0.0011552672868404554	NZ_KE159504.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.2, whole genome shotgun sequence	False	False
ENG0003_000000011868	1906	0.5255203635723092	3	3	3	3	3	False	67856	fragment	False	ENG0003_000000011868	1.0		0	0	False	False	0.9800629615783691	0					non-mobilizable	other	1906.0	99.318	100.0	0.02616255115774439	NZ_CABMGA010000012.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0165_000000000749	17841	0.5255152199430365	21	7	0	7	1	False	39064	maximal	True	FIJ0165_000000000749	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2271.0	82.73899999999999	13.0	0.9969217238346526	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
ISR0024_000000014895	1706	0.5255146829995598	2	1	1	1	1	False	46308	fragment	False	ISR0024_000000014895	1.0		0	0	False	False	0.9994138479232788	0					non-mobilizable	no_good_hit	1324.0	81.571	77.0	0.04182690779645933	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	True	False
FIJ0030_000000022562	1646	0.5255146829995598	1	1	1	1	1	False	48703	maximal	True	FIJ0030_000000022562	1.0		1	1	False	False	0.9951397180557251	0					non-mobilizable	no_good_hit	1347.0	76.46600000000001	81.0	0.005718404198387626	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
ENG0127_000000017306	1533	0.5255146829995598	1	1	1	1	1	False	58697	maximal	True	ENG0127_000000017306	1.0		14	5	False	False	0.9967384338378906	0					non-mobilizable	no_good_hit	1144.0	71.154	73.0	0.003254999058830343	NZ_AXXR01000003.1	actinobacteria	Atopobium fossor DSM 15642 G469DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0776_000000008716	2866	0.5255114448476861	3	3	3	3	3	False	22429	maximal	True	ISR0776_000000008716	1.0		168	10	False	False	0.9968597292900085	0					non-mobilizable	other	2866.0	99.895	100.0	0.0008628317384749472	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0215_000000005689	5027	0.5255111819843987	5	5	5	4	5	False	132074	maximal	True	ISR0215_000000005689	1.0	PS1137	31	3	False	True	1.0	0					non-mobilizable	no_good_hit	1925.0	96.831	38.0	0.0005751952719187815	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
FIJ0113_000000022752	1154	0.5255105231388365	2	2	2	2	1	False	41903	fragment	False	FIJ0113_000000022752	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	5.0	0.0010510262962657654	NZ_JHVK01000023.1	b-proteobacteria	Microvirgula aerodenitrificans DSM 15089 Q352DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
ENG0016_000000013293	1690	0.5255104474068575	3	3	3	3	3	False	125784	fragment	False	USA0059_01_000000014197	0.8007216812082599		0	0	False	False	0.997633159160614	0					non-mobilizable	no_good_hit	1164.0	70.447	67.0	0.0005780102923451001	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
FIJ0066_000000002115	12496	0.5255069935754232	11	11	11	11	10	False	83686	fragment	False	FIJ0066_000000002115	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	12496.0	99.512	100.0	0.002437553184308673	CP050845.1	enterobacteria	Klebsiella pneumoniae strain Bckp206 chromosome, complete genome	False	False
ENG0038_000000011378	2101	0.5255038317945648	2	2	2	1	1	False	65083	maximal	True	ENG0038_000000011378	1.0		18	7	False	False	0.9938124418258667	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	4.448433466595133e-06	NZ_CP021780.1	firmicutes	Paenibacillus donghaensis strain KCTC 13049 chromosome, complete genome	True	False
DEN0066_000000024267	1514	0.5255020688659663	3	3	3	3	2	False	125699	fragment	False	DEN0066_000000024267	1.0		0	0	False	False	0.9993395209312439	0					non-mobilizable	other	1531.0	75.18	100.0	0.0018716188757610442	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0043_000000009690	3469	0.5255020682023562	8	7	4	6	5	False	64620	maximal	True	ENG0043_000000009690	1.0		2	2	False	False	0.9968290328979492	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.0870710585856305e-05	NZ_FIZW01000002.1	firmicutes	Murdochiella massiliensis strain SIT12, whole genome shotgun sequence	True	False
USA0089_01_000000001414	6539	0.5254989767686387	6	5	4	4	5	False	411	maximal	True	USA0089_01_000000001414	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2809.0	82.948	97.0	0.005730040905383444	NZ_UGTE01000002.1	CFB group bacteria	Porphyromonas endodontalis strain NCTC13058, whole genome shotgun sequence	False	False
FIJ0131_000000002001	8908	0.5254954574573618	8	3	3	2	2	False	40849	fragment	False	FIJ0131_000000002001	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3661.0	92.406	56.0	0.0009836635600238913	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0187_000000011490	2440	0.5254954326661052	5	1	1	1	1	False	85752	fragment	False	ISR0187_000000011490	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2446.0	95.70700000000001	100.0	0.0008508764166465156	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ENG0178_000000013337	1691	0.5254954326661052	4	1	1	1	1	False	55456	fragment	False	ENG0178_000000013337	1.0		0	0	False	False	0.9988172650337219	0					non-mobilizable	other	1697.0	94.166	100.0	0.0005898991700993247	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0260_000000002102	4930	0.5254920780936242	9	6	3	5	3	False	105130	fragment	False	ISR0260_000000002102	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1426.0	77.34899999999999	45.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0036_01_000000007519	5165	0.5254904633942856	7	2	1	2	1	True	120519	backbone	False	ISR0180_000000003918	0.9894794597373091	PS490|PS845	0	0	True	True	1.0	15					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
CHI0125_000000005424	2845	0.5254904633942856	5	2	1	2	1	True	114400	maximal	True	CHI0125_000000005424	1.0		20	3	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	86.458	3.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0005_000000018314	1303	0.5254890417586247	1	1	1	1	1	False	67643	maximal	True	ENG0005_000000018314	1.0		3	3	False	False	0.9953952431678772	0					non-mobilizable	no_good_hit	973.0	76.259	73.0	0.0004349802370642292	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
ISR0132_000000005506	4598	0.5254817066253091	5	4	3	4	3	False	95139	maximal	True	ISR0132_000000005506	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	87.571	4.0	8.637625595247735e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0004_000000007593	2416	0.5254782878044799	2	2	2	2	2	False	57861	maximal	True	ISR0004_000000007593	1.0		36	9	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	75.862	25.0	0.0002114155171907021	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0007_000000004861	2907	0.5254768961233175	4	4	2	3	3	True	131624	fragment	False	ISR0345_000000002701	0.4782156484291799		0	0	False	False	1.0	0					non-mobilizable	other	2831.0	99.788	97.0	0.0652946333810161	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0390_000000007217	1905	0.5254751592451359	3	2	2	2	2	False	22873	maximal	True	ISR0390_000000007217	1.0		1	1	False	False	0.9921259880065918	0					non-mobilizable	no_good_hit	77.0	81.818	4.0	1.964875364025909e-05	NZ_AP014924.1	firmicutes	Limnochorda pilosa strain HC45	True	False
AST0052_000000005172	3898	0.5254736680480645	5	4	2	2	2	True	114609	maximal	True	AST0052_000000005172	1.0		4	3	False	False	0.9953822493553162	0					non-mobilizable	no_good_hit								True	True
SPA0146_000000005982	3987	0.5254735815464261	6	2	1	1	1	False	3340	fragment	False	SPA0146_000000005982	1.0		0	0	False	False	0.9997491836547852	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000010210	2811	0.5254729554302416	3	3	2	2	3	False	117375	fragment	False	FIJ0008_000000010210	1.0		0	0	False	True	0.9985769987106323	0					non-mobilizable	chromosome	1494.0	98.728	97.0	0.0006473434853094653	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ENG0045_000000005276	2404	0.5254729554302416	3	3	2	2	3	False	117373	backbone	True	ENG0045_000000005276	1.0	PS787|PS788	3	2	True	True	1.0	6					non-mobilizable	chromosome	1475.0	99.051	99.0	0.0006066176924806587	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0802_000000015470	1195	0.5254681792256616	2	2	2	2	1	False	21847	maximal	True	ISR0802_000000015470	1.0		7	4	False	False	0.9991631507873535	0					non-mobilizable	no_good_hit	463.0	82.93700000000001	39.0	0.00014891106367301708	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AUS0004_000000008817	2376	0.5254677856964439	6	4	1	1	4	False	102460	fragment	False	AUS0004_000000008817	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2376.0	99.958	100.0	0.5740875030215131	CP036544.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B plasmid pBFO18_2, complete sequence	False	True
AST0010_000000017747	1685	0.5254660019173192	2	2	2	1	1	False	126079	maximal	True	AST0010_000000017747	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	chromosome	1502.0	77.896	99.0	0.0004226790341528073	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
CHI0102_000000007188	1332	0.5254620795090329	1	1	1	1	1	False	116445	fragment	False	CHI0102_000000007188	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	94.836	90.0	0.005418827274297209	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0038_000000010873	2595	0.5254612264208983	3	3	3	3	2	True	107015	maximal	False	AST0110_000000006294	0.6455219346214607		0	0	False	False	1.0	0					non-mobilizable	other	2595.0	98.882	100.0	0.0010713310731028582	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	True
DEN0022_000000018790	2148	0.5254599496722108	2	2	1	2	1	False	74581	maximal	True	DEN0022_000000018790	1.0	PS332	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1489.0	80.255	69.0	0.1927239535793454	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
SPA0001_000000016799	2009	0.5254569999246524	4	4	1	2	4	False	14948	maximal	True	SPA0001_000000016799	1.0		1	1	False	False	0.9975112080574036	0					non-mobilizable	other	1159.0	96.117	100.0	0.000234933661672399	CP005930.1	enterobacteria	Escherichia coli APEC IMT5155, complete genome	False	False
SPA0052_000000009253	3131	0.525447143357366	3	3	2	3	1	False	6537	maximal	True	SPA0052_000000009253	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.965206051198153e-05	NZ_RKST01000001.1	a-proteobacteria	Pseudaminobacter arsenicus strain CB3 contig1, whole genome shotgun sequence	True	False
MON0051_000000017723	1985	0.5254460383237988	3	2	2	2	2	False	11267	maximal	True	MON0051_000000017723	1.0		9	6	False	False	0.9622166156768799	0					non-mobilizable	no_good_hit	907.0	98.677	46.0	0.017325785971085444	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0008_000000014738	1966	0.5254414967719436	2	2	2	2	1	False	94983	maximal	True	CAN0008_000000014738	1.0	PS237	50	7	False	True	1.0	0					non-mobilizable	no_good_hit	719.0	79.416	44.0	0.22070675759454433	KX125860.1	bacteria	Uncultured bacterium clone AmoxDisc_Mom_GE_10 genomic sequence	True	True
MON0025_000000038419	1133	0.5254377928180789	3	3	3	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.03397289257651544		0	0	False	False	0.999117374420166	0					non-mobilizable	chromosome	1133.0	98.764	100.0	0.00038102457238238307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0194_000000003457	5984	0.5254369419042072	5	5	3	3	5	False	89153	fragment	False	ISR0194_000000003457	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5710.0	99.98200000000001	95.0	0.0012261474164672306	CP041110.1	enterobacteria	Escherichia coli strain ECCTRSRTH03 chromosome, complete genome	False	False
MON0049_000000014161	1549	0.5254366874162106	2	2	2	2	2	True	50857	maximal	True	MON0049_000000014161	0.9675802139037433		7	3	False	False	0.9896707534790039	0					non-mobilizable	no_good_hit	1350.0	74.593	86.0	0.01017772819658603	NZ_CZBD01000012.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
SPA0016_000000013448	2471	0.5254360658867823	4	4	3	3	3	False	98912	maximal	False	ENG0157_000000010153	0.9897422141530554		0	0	False	False	0.9931201934814453	0					non-mobilizable	other	2452.0	100.0	100.0	0.001012271572927951	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	False	False
ISR0222_000000008445	7402	0.5254340663891229	9	8	6	7	6	False	111727	maximal	True	ISR0222_000000008445	1.0		271	7	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	94.45100000000001	55.0	0.0002252771164529094	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0068_000000007253	5375	0.5254336723690469	7	4	3	1	3	False	10572	maximal	True	MON0068_000000007253	1.0		1	1	False	False	0.9858604669570923	0					non-mobilizable	no_good_hit	2147.0	96.74	68.0	0.0009425894888748075	CP033841.1	high GC Gram+	Bifidobacterium breve strain FDAARGOS_561 chromosome, complete genome	True	False
DEN0031_000000025820	1337	0.525431359591565	2	2	2	2	2	False	73703	maximal	True	DEN0031_000000025820	0.9876395534290271		882	15	False	False	1.0	0					non-mobilizable	chromosome	1337.0	97.083	100.0	0.000387281737318045	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ETH0005_000000037966	1195	0.525431359591565	2	2	2	2	2	False	52685	maximal	True	ETH0005_000000037966	0.9573502722323048		4	3	False	False	0.9891213178634644	0					non-mobilizable	other	1222.0	73.732	99.0	0.0023935874859200737	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MAD0032_000000011221	1524	0.5254300900879155	2	2	2	2	2	False	53031	fragment	False	MAD0002_000000026286	0.9784293963417074		0	0	False	False	1.0	0					non-mobilizable	other	1055.0	78.863	93.0	0.013919188404245353	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
MON0038_000000018582	1783	0.525429037620737	1	1	1	1	1	False	12003	maximal	True	MON0038_000000018582	1.0		355	13	False	False	1.0	0					non-mobilizable	other	1761.0	96.82	99.0	0.00027597548710457496	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
USA0102_01_000000005218	2676	0.5254250996673918	3	2	2	2	1	True	112246	fragment	False	USA0102_01_000000005218	1.0		0	0	False	False	0.9925261735916138	0					non-mobilizable	no_good_hit	2198.0	90.309	82.0	0.0005125642396738253	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ISR0135_000000002339	8477	0.5254250081888663	9	8	3	5	7	True	53848	fragment	False	ISR0135_000000002339	0.9655584855999978		0	0	False	False	1.0	0					non-mobilizable	other	8418.0	96.59100000000001	99.0	0.0025157319195408243	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0006_000000003402	8395	0.5254250081888663	9	8	3	5	7	True	53848	fragment	False	ISR0135_000000002339	0.9631458016190854		0	0	False	False	0.9997617602348328	0					non-mobilizable	other	8322.0	97.12799999999999	100.0	0.0024876298636362687	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MAD0041_000000019230	1833	0.5254218154561848	2	2	2	2	2	False	95200	fragment	False	MAD0041_000000019230	1.0		0	0	False	False	0.9989088773727417	0					non-mobilizable	other	1833.0	97.545	100.0	0.04585617381292083	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0107_000000002939	4239	0.525421364219654	2	2	2	2	2	False	83313	maximal	True	CHI0107_000000002939	1.0		188	12	False	False	0.999528169631958	0					non-mobilizable	no_good_hit								True	False
USA0040_01_000000003410	5530	0.5254186774053169	7	5	4	4	5	True	118268	fragment	False	AST0052_000000003476	0.9672728326950235		0	0	False	False	1.0	0					non-mobilizable	other	5530.0	99.837	100.0	0.009635630917685776	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0112_000000014683	2311	0.5254181459819413	4	2	2	2	1	False	32646	fragment	False	ISR0112_000000014683	1.0		0	0	False	False	0.980527937412262	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000002297	6523	0.5254167946235359	7	6	2	3	5	False	15529	fragment	False	MAD0096_000000002297	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	3591.0	99.554	100.0	0.03001822833921434	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
SPA0005_000000004504	6638	0.5254155189588745	8	5	3	3	5	True	8347	maximal	True	SPA0005_000000004504	1.0		2	1	False	False	0.999548077583313	0					non-mobilizable	no_good_hit	150.0	80.0	2.0	0.021044885945548198	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
FIJ0149_000000005944	3694	0.5254100926210215	2	2	2	2	2	False	39861	maximal	True	FIJ0149_000000005944	1.0		225	9	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	72.727	20.0	0.00023299068496505904	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
AST0084_000000007584	4184	0.525409303706934	5	4	2	2	3	False	132358	backbone	False	ISR0371_000000002559	0.025110290194185092	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	other	4028.0	99.95	96.0	0.03424931322770223	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
FIJ0170_000000004103	3969	0.525409303706934	5	4	2	2	3	False	89379	fragment	False	FIJ0170_000000004103	1.0		0	0	False	True	0.9987402558326721	0					non-mobilizable	no_good_hit	1575.0	97.77799999999999	83.0	0.29872599353489254	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ENG0210_000000005453	3861	0.525409303706934	5	4	2	2	3	False	132358	backbone	False	ISR0371_000000002559	0.012305026693335639	PS1159|PS463	0	0	False	True	1.0	0					non-mobilizable	other	2556.0	96.28299999999999	100.0	0.0008677001834265188	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0111_000000008178	3752	0.525409303706934	5	4	2	2	3	False	132358	backbone	False	ISR0371_000000002559	0.003218880904831318	PS1159|PS463	0	0	True	True	1.0	11					non-mobilizable	other	3752.0	100.0	100.0	0.031901955281130136	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0814_000000011906	3273	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9429190591790936	PS463	0	0	False	True	1.0	0					non-mobilizable	other	3174.0	99.055	97.0	0.02698611146548278	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0082_000000011868	3273	0.525409303706934	5	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9398241747191667	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2563.0	99.961	91.0	0.32562277580071175	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0125_000000007850	3242	0.525409303706934	5	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9389919552665776	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2982.0	99.531	100.0	0.5668378018634721	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
ISR0390_000000003855	3239	0.525409303706934	5	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9245389452878787	PS463	0	0	False	True	0.9984562993049622	0					non-mobilizable	other	1645.0	99.87799999999999	100.0	0.16890989417445804	FJ158002.1	bacteria	Uncultured bacterium clone 3 tetracycline resistance protein (tet(W)) gene, partial cds; hypothetical protein, tetracycline resistance protein (tet(40)), hypothetical proteins, putative mobilization protein (mob), and putative replication protein (rep) genes, complete cds; and tetracycline resistance protein (tet(W)) gene, partial cds	False	True
MAD0032_000000004811	3237	0.525409303706934	5	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8150803169755286	PS463	0	0	False	True	0.9959839582443237	0					non-mobilizable	other	1698.0	96.87899999999999	99.0	0.23292011019283745	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
SPA0106_000000012308	3177	0.525409303706934	6	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9577295011031328	PS463	0	0	False	True	1.0	0					non-mobilizable	other	3114.0	99.679	98.0	0.02647581625970624	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0818_000000005431	3169	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8950262272794618	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2916.0	99.52	93.0	0.5540977372123977	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
SPA0025_000000006729	3164	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8728756789272423	PS463	0	0	True	True	1.0	68					non-mobilizable	other	3100.0	99.839	99.0	0.026348242458262106	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0090_000000007888	3127	0.525409303706934	5	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8686765331013762	PS463	0	0	False	True	0.99968022108078	0					non-mobilizable	other	2749.0	96.508	100.0	0.0009332703225813027	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0133_000000005860	3075	0.525409303706934	4	4	2	2	3	False	89378	backbone	True	CHI0133_000000005860	0.9601211107040187	PS463	55	12	False	True	0.9993495941162109	0					non-mobilizable	other	3075.0	99.902	100.0	0.026144124375951486	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0015_000000012046	3071	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8688427967878384	PS463	0	0	False	True	0.9990231394767761	0					non-mobilizable	other	2485.0	99.79899999999999	99.0	0.3157092018301983	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
SPA0151_000000005710	3068	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.946943643873121	PS463	0	0	False	True	0.9990221858024597	0					non-mobilizable	other	2948.0	99.83	97.0	0.025063999523724474	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0794_000000006398	3041	0.525409303706934	5	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9471714451826472	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2981.0	100.0	98.0	0.025344661886901574	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0100_000000010085	3030	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9475615602224903	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2950.0	100.0	97.0	0.025081009363917026	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0019_000000009403	3029	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9394600409467115	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2962.0	99.899	98.0	0.025183068405072333	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0051_000000005797	3028	0.525409303706934	5	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9588642904381652	PS463	0	0	False	True	1.0	0					non-mobilizable	other	3028.0	100.0	100.0	0.02574439313142653	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ITA0003_000000001756	3024	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9471439031874993	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2944.0	100.0	97.0	0.02502997984333937	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0173_000000002782	3021	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9166277726361421	PS463	0	0	False	True	0.9960278272628784	0					non-mobilizable	other	2921.0	100.0	97.0	0.02483436668112503	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0135_000000006755	3016	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.929895278240993	PS463	0	0	False	True	1.0	0					non-mobilizable	other	3016.0	100.0	100.0	0.02564233409027122	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0020_000000003098	3016	0.525409303706934	5	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9147926400136698	PS463	0	0	False	True	0.9996684193611145	0					non-mobilizable	other	3016.0	100.0	100.0	0.02564233409027122	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0155_000000006097	3011	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9462184010297977	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2948.0	100.0	98.0	0.025063999523724474	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0125_000000004987	3011	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8959046467441321	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2870.0	99.965	96.0	0.02440061575621497	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0174_000000008509	3010	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9317480084922815	PS463	0	0	False	True	0.9990033507347107	0					non-mobilizable	other	2930.0	100.0	97.0	0.024910910961991512	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0147_000000006413	3008	0.525409303706934	5	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9147140348442132	PS463	0	0	False	True	0.998670220375061	0					non-mobilizable	other	3008.0	100.0	100.0	0.025574294729501016	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0002_000000007034	3007	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9576116666985626	PS463	0	0	False	True	1.0	0					non-mobilizable	other	3007.0	99.96700000000001	100.0	0.02556578980940474	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0369_000000003879	3002	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9038376089074882	PS463	0	0	False	True	0.9993337988853455	0					non-mobilizable	other	2981.0	99.262	100.0	0.5666476516447994	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0116_000000005778	3000	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9142701051926883	PS463	0	0	False	True	1.0	0					non-mobilizable	other	3000.0	100.0	100.0	0.025506255368730812	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0320_000000007387	3000	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9159429094606828	PS463	0	0	False	True	0.999666690826416	0					non-mobilizable	other	2921.0	99.96600000000001	97.0	0.02483436668112503	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0154_000000002341	3000	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9164391543512423	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2541.0	99.961	98.0	0.3228266395526182	NZ_FTRU01000002.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	True
ENG0071_000000006976	2993	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9064997717637536	PS463	0	0	False	True	0.998997688293457	0					non-mobilizable	other	2939.0	99.59200000000001	98.0	0.024987455242857993	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0350_000000005858	2992	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9299798518747832	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2926.0	99.96600000000001	98.0	0.02487689128160641	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0777_000000005728	2989	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9294586094119025	PS463	0	0	False	True	0.9986617565155029	0					non-mobilizable	other	2930.0	99.898	98.0	0.024910910961991512	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0033_000000002241	2986	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9297482303006768	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2926.0	100.0	98.0	0.02487689128160641	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0093_000000010807	2985	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9152312207097254	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2922.0	100.0	98.0	0.024842871601221308	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0150_000000006380	2985	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9225067225225664	PS463	0	0	False	True	0.9973199367523193	0					non-mobilizable	other	2943.0	99.83	100.0	0.025021474923243095	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0060_000000004262	2983	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8992125293723243	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2983.0	100.0	100.0	0.025361671727094123	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0109_000000005905	2981	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9130661477355352	PS463	0	0	False	True	0.9996645450592041	0					non-mobilizable	other	2981.0	99.96600000000001	100.0	0.025344661886901574	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0793_000000005090	2981	0.525409303706934	5	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9373583224001338	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2976.0	99.83200000000001	99.0	0.025302137286420195	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0063_000000005987	2979	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8977685595487988	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2899.0	99.96600000000001	97.0	0.024647258439006964	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0055_000000005264	2976	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.9120383423683115	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2977.0	99.93299999999999	100.0	0.02531064220651647	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0082_000000003056	2975	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8959768593021218	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2976.0	99.73100000000001	100.0	0.025302137286420195	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0047_000000005153	2974	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.89789327479204	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2974.0	99.96600000000001	100.0	0.025285127446227643	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0382_000000004603	2947	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8914372661943374	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2867.0	100.0	97.0	0.024375100995926144	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0118_000000003037	2946	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8909780646479993	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2867.0	99.93	97.0	0.024375100995926144	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0013_000000000745	2935	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8772706704399981	PS463	0	0	False	True	0.999318540096283	0					non-mobilizable	other	2876.0	99.93	98.0	0.024451645276792625	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0831_000000005915	2923	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8606625629072608	PS463	0	0	False	True	0.9986315369606018	0					non-mobilizable	other	2863.0	100.0	98.0	0.024341081315541042	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0044_000000004789	2915	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8713977763441576	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2915.0	100.0	100.0	0.024783337160547377	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0071_000000008199	2914	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8372829263163216	PS463	0	0	False	True	0.9969114661216736	0					non-mobilizable	other	2821.0	99.965	97.0	0.02398387467149746	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ENG0006_000000008206	2902	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8402339892114229	PS463	0	0	False	True	0.9993107914924622	0					non-mobilizable	other	2837.0	99.965	98.0	0.024119953393037873	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
USA0017_01_000000009513	2893	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8199018470942859	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2881.0	100.0	99.0	0.024494169877274003	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0072_000000007228	2891	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8352491738982829	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2815.0	99.964	97.0	0.023932845150919806	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0039_000000004567	2891	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8198690850707673	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2881.0	100.0	99.0	0.024494169877274003	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0039_000000006113	2886	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8299499329292793	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2887.0	99.37700000000001	100.0	0.5487735310895607	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0157_000000003490	2882	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.871414963647626	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2882.0	100.0	100.0	0.02450267479737028	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
USA0082_01_000000010341	2881	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.847425792692964	PS463	0	0	False	True	0.9937521815299988	0					non-mobilizable	other	2847.0	99.508	99.0	0.5409773721239779	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0038_000000003973	2874	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8192641897393124	PS463	0	0	False	True	0.9954766631126404	0					non-mobilizable	other	2874.0	100.0	100.0	0.024434635436600072	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0024_000000007825	2872	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.869251570924355	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2873.0	99.93	100.0	0.0244261305165038	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
CHI0156_000000004583	2862	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8668803385022266	PS463	0	0	False	True	0.9993011951446533	0					non-mobilizable	other	2862.0	99.93	100.0	0.024332576395444765	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
SPA0142_000000010042	2840	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8332461873352047	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2840.0	99.71799999999999	100.0	0.5398364708119414	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	True
CHI0028_000000004644	2830	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8107052432251004	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2830.0	99.859	100.0	0.02406041895236394	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
DEN0071_000000014085	2808	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.8042346300602377	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2808.0	99.822	100.0	0.023873310710245878	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0108_000000007926	2770	0.525409303706934	4	4	2	2	3	False	89378	backbone	False	CHI0133_000000005860	0.7212086267296124	PS463	0	0	False	True	1.0	0					non-mobilizable	other	2722.0	99.963	98.0	0.023141887581966166	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
FIJ0101_000000019265	1453	0.5254085053603694	3	3	3	3	3	False	42661	fragment	False	FIJ0101_000000019265	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1458.0	89.43799999999999	100.0	0.00044953705460833035	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0151_000000008076	1975	0.525408357217341	3	2	0	2	2	True	103673	maximal	True	AST0151_000000008076	1.0		1	1	False	False	0.9994936585426331	0					non-mobilizable	no_good_hit	775.0	72.258	38.0	0.00025899741961830084	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	True
USA0046_01_000000000541	17403	0.5254082080375455	12	6	4	6	4	True	80163	maximal	True	USA0046_01_000000000541	0.9864225648213034		1	1	False	False	0.9997701644897461	0					non-mobilizable	no_good_hit	1261.0	88.818	14.0	0.02182398556633069	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	True	True
ENG0129_000000017600	1530	0.525406105390884	2	1	1	1	1	False	67744	fragment	False	ENG0129_000000017600	1.0		0	0	False	False	0.998039186000824	0					non-mobilizable	other	1537.0	86.402	99.0	0.00048116931043168165	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
ISR0114_000000016661	1681	0.5254048037024119	3	3	3	2	1	False	32541	maximal	True	ISR0114_000000016661	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	80.711	12.0	0.0011006967296825002	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0078_000000010041	2614	0.5254045012413111	4	4	3	4	3	False	61925	maximal	True	ENG0078_000000010041	1.0		103	11	False	False	0.9996174573898315	0					non-mobilizable	no_good_hit	357.0	78.15100000000001	14.0	0.0007677027038749468	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
ENG0030_000000003763	5826	0.5253955210182276	7	6	4	4	5	False	93910	fragment	False	ENG0030_000000003763	1.0		0	0	False	False	0.9998283386230469	0					non-mobilizable	no_good_hit	3958.0	85.397	72.0	0.0007525911086300229	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
DEN0041_000000029293	1161	0.5253904653261561	2	2	2	2	2	False	73040	fragment	False	DEN0041_000000029293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	501.0	89.22200000000001	43.0	0.00023272191363638483	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0179_000000011496	2054	0.5253877291279309	4	3	1	2	3	False	29677	maximal	True	ISR0179_000000011496	1.0		311	8	False	False	0.9990262985229492	0					non-mobilizable	no_good_hit	1370.0	96.131	66.0	0.027343047310667386	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0084_000000013272	1949	0.5253876290514161	3	2	1	2	1	False	34051	maximal	True	ISR0084_000000013272	1.0		2	2	False	False	0.9953822493553162	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	4.884281600325098e-06	NZ_CP022753.1	high GC Gram+	Nocardiopsis gilva YIM 90087 chromosome, complete genome	True	False
ENG0084_000000012682	2223	0.5253871223199856	4	4	4	3	2	False	123000	fragment	False	ISR0157_000000012693	0.3839959361054602		0	0	False	False	0.9986504912376404	0					non-mobilizable	chromosome	2223.0	96.041	100.0	0.0007479121906657731	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0367_000000004717	2030	0.5253855128625649	2	1	1	1	1	False	73874	fragment	False	ISR0367_000000004717	1.0		0	0	False	False	0.9931034445762634	0					non-mobilizable	no_good_hit	698.0	91.691	34.0	0.00024489332143448205	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0295_000000023477	1524	0.5253855128625649	2	1	1	1	1	False	73872	fragment	False	ISR0295_000000023477	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	85.271	17.0	0.7122905027932961	KU546074.1	bacteria	Uncultured bacterium clone AX_03D_000_Contig_10 genomic sequence	True	False
DEN0028_000000026563	1206	0.5253855128625649	2	1	1	1	1	False	73868	fragment	False	DEN0028_000000026563	1.0		0	0	False	False	0.9925373196601868	0					non-mobilizable	no_good_hit								True	False
ISR0189_000000008447	1823	0.5253830246189775	4	3	3	2	2	False	29225	fragment	False	ISR0189_000000008447	1.0		0	0	False	False	0.994514524936676	0					non-mobilizable	plasmid	1815.0	97.906	99.0	0.15144933589507978	LN854351.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1858	False	True
USA0087_01_000000010114	1560	0.5253819928293628	2	2	2	2	1	True	12586	maximal	True	USA0087_01_000000010114	0.9674714956405097		41	10	False	False	0.9923076629638672	0					non-mobilizable	no_good_hit	1287.0	76.068	81.0	0.051694196518718954	NZ_FOGW01000027.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
SPA0106_000000029175	1302	0.5253819928293628	2	2	2	2	1	True	4730	fragment	False	SPA0106_000000029175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1030.0	75.243	77.0	0.041395743306005414	NZ_FOGW01000027.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
SPA0106_000000027367	1391	0.5253818956722396	2	2	2	1	1	False	4735	maximal	True	SPA0106_000000027367	1.0		16	6	False	False	0.9856218695640564	0					non-mobilizable	other	1388.0	99.49600000000001	99.0	0.1303857008466604	NZ_PYLP01000033.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_32, whole genome shotgun sequence	False	False
ISR0175_000000016799	1186	0.5253814445881697	3	2	2	1	1	False	29841	maximal	True	ISR0175_000000016799	1.0		2	2	False	False	0.982293426990509	0					non-mobilizable	no_good_hit	920.0	74.565	75.0	0.009438146616192352	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0019_000000033970	1979	0.5253807479895515	2	2	2	2	2	False	13185	fragment	False	MON0019_000000033970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000008478	4865	0.5253806007018981	6	4	4	4	4	False	126231	maximal	True	MON0103_000000008478	1.0		1	1	False	False	0.9987667202949524	0					non-mobilizable	no_good_hit	806.0	72.208	16.0	0.0002567941527509321	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0327_000000016855	1703	0.5253775261522131	3	2	2	1	2	False	24783	fragment	False	ISR0327_000000016855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	100.0	50.0	0.0038991313678874385	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
MON0076_000000017220	2727	0.5253741376194476	4	3	1	3	2	False	11594	fragment	False	MON0076_000000017220	1.0		0	0	False	False	0.9988998770713806	0					non-mobilizable	no_good_hit	911.0	72.44800000000001	33.0	0.002239694901002983	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
SPA0008_000000004378	6031	0.5253699183521228	7	5	3	2	3	False	80993	fragment	False	SPA0008_000000004378	1.0		0	0	False	False	0.9980102777481079	0					non-mobilizable	other	3210.0	99.439	92.0	0.0005601243479543417	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0207_000000009249	1964	0.5253696600007054	2	2	2	2	1	False	53894	fragment	False	ENG0207_000000009249	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	87.449	99.0	0.0011651846441309319	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0316_000000011595	1804	0.5253673146211651	3	2	2	2	2	False	25207	fragment	False	ISR0316_000000011595	1.0		0	0	False	False	0.9983370304107666	0					non-mobilizable	no_good_hit	1450.0	87.586	80.0	0.0014252633092703183	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0269_000000014940	1305	0.5253653508441254	2	2	2	2	1	False	26451	maximal	True	ISR0269_000000014940	1.0		97	11	False	False	0.9747126698493958	0					non-mobilizable	chromosome	1286.0	100.0	99.0	0.0005992939058572235	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0005_000000011577	2532	0.5253586475021244	4	2	2	2	1	True	8316	fragment	False	SPA0005_000000011577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0025_000000012867	2740	0.5253563657983158	3	2	2	2	2	False	120456	maximal	True	AST0025_000000012867	1.0		59	8	False	False	1.0	0					non-mobilizable	no_good_hit	1024.0	78.711	37.0	0.000422955279500502	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
AST0150_000000006410	4128	0.5253554375589758	5	4	1	3	3	True	104207	fragment	False	AST0150_000000006410	0.9988880652335064		0	0	False	False	0.9951550364494324	0					non-mobilizable	other	4128.0	99.855	100.0	0.005325106321483133	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ENG0110_000000007456	4047	0.5253554375589758	5	4	1	3	3	True	104207	fragment	False	AST0150_000000006410	0.9890988372093024		0	0	False	False	0.9982703328132629	0					non-mobilizable	other	4047.0	100.0	100.0	0.005220591271315909	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
USA0084_01_000000002551	11443	0.5253508795570556	13	10	3	4	7	True	106554	fragment	False	USA0084_01_000000002551	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	11445.0	98.986	100.0	0.002052376033743408	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
AST0006_000000004088	3689	0.5253505237903551	5	4	2	2	4	False	127618	maximal	True	AST0006_000000004088	1.0	PS787|PS788	7	3	False	True	1.0	0					non-mobilizable	chromosome	1494.0	98.728	99.0	0.0006148541852502535	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0016_000000013099	1677	0.5253485005450592	2	1	1	1	1	False	76624	fragment	False	ISR0016_000000013099	1.0		0	0	False	False	0.999403715133667	0					non-mobilizable	no_good_hit								True	False
USA0021_01_000000012203	1463	0.5253485005450592	3	1	1	1	1	False	76621	fragment	False	USA0021_01_000000012203	0.973389355742297		0	0	False	False	0.9706083536148071	0					non-mobilizable	no_good_hit	59.0	100.0	4.0	0.00012929977484004725	NZ_CZAI01000004.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0784_000000008441	1428	0.5253485005450592	3	1	1	1	1	False	76621	fragment	False	USA0021_01_000000012203	0.9624060150375939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0003_000000019779	1221	0.5253485005450592	1	1	1	1	1	False	76620	fragment	False	DEN0003_000000019779	0.9937888198757764		0	0	False	False	0.9885339736938477	0					non-mobilizable	no_good_hit								True	False
SPA0106_000000033311	1127	0.5253485005450592	1	1	1	1	1	False	76620	fragment	False	DEN0003_000000019779	0.9557739557739557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0126_000000004625	3219	0.5253479953994284	5	3	2	3	1	False	116309	fragment	False	CHI0126_000000004625	1.0		0	0	False	False	0.9993786811828613	0					non-mobilizable	no_good_hit								True	False
MON0015_000000009527	3827	0.525346022918363	5	4	4	4	4	False	51055	maximal	True	MON0015_000000009527	1.0		48	9	False	False	0.9997386932373047	0					non-mobilizable	chromosome	3827.0	99.713	100.0	0.0007301465407542379	CP056530.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00433 chromosome, complete genome	False	False
ISR0182_000000010810	3307	0.5253456308482292	1	1	1	1	1	False	112089	maximal	True	ISR0182_000000010810	1.0		33	7	False	False	0.9993952512741089	0					non-mobilizable	no_good_hit	43.0	93.023	1.0	0.0004217163856897573	NZ_LZYW01000162.1	firmicutes	Clostridium aurantibutyricum strain DSM 793 CLAUR_contig000162, whole genome shotgun sequence	True	False
USA0030_01_000000006214	2727	0.5253454834353567	4	4	2	4	2	True	69674	fragment	False	USA0030_01_000000006214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	72.87	21.0	0.0032285984352401235	NZ_VWXL01000058.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_58, whole genome shotgun sequence	True	True
DEN0090_000000009297	2750	0.5253383248148481	6	4	3	4	2	True	68767	fragment	False	DEN0090_000000009297	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2715.0	99.853	100.0	0.03753822312620204	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	False	True
FIJ0108_000000013355	1730	0.5253358625811992	2	2	2	1	2	False	42215	maximal	True	FIJ0108_000000013355	1.0		1	1	False	False	0.9861271381378174	0					non-mobilizable	no_good_hit	1243.0	97.667	72.0	0.00024400143493275424	CP021851.1	enterobacteria	Enterobacter cloacae strain A1137 chromosome, complete genome	True	False
SPA0156_000000004388	3491	0.5253347359455407	2	2	2	2	2	False	3187	fragment	False	SPA0156_000000004388	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3491.0	99.31299999999999	100.0	0.0028658447960282184	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
ENG0025_000000016914	1591	0.525333923262681	3	3	3	2	3	False	66143	maximal	True	ENG0025_000000016914	1.0		3	3	False	False	0.9824010133743286	0					non-mobilizable	chromosome	1591.0	99.93700000000001	100.0	0.00032580251408890966	CP017181.1	enterobacteria	Enterobacter kobei strain DSM 13645 chromosome, complete genome	False	False
MON0015_000000017322	2178	0.5253262311504088	3	3	3	3	3	False	13417	maximal	True	MON0015_000000017322	1.0		31	9	False	False	0.9843893647193909	0					non-mobilizable	no_good_hit	1144.0	74.21300000000001	51.0	0.0003134690170411377	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0070_000000009656	2557	0.5253219280287762	3	2	2	2	0	True	62431	maximal	True	ENG0070_000000009656	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	74.163	8.0	9.769003961018306e-05	CP002559.1	firmicutes	Lactobacillus amylovorus strain 30SC, complete genome	True	True
ISR0815_000000021103	1465	0.5253197309277364	2	2	2	2	2	False	78022	fragment	False	ENG0004_000000016563	0.9744826957658587		0	0	False	False	0.9808873534202576	0					non-mobilizable	chromosome	1470.0	87.415	100.0	0.0004931104227386848	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0034_000000017356	1587	0.5253188909166544	3	2	2	2	2	False	51977	maximal	False	ISR0787_000000008949	0.9852941176470589		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	753.0	89.243	78.0	0.0023908765169507423	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0222_000000019529	2678	0.5253185975844399	3	3	2	2	2	False	73881	fragment	False	ISR0222_000000019529	0.984437350359138		0	0	False	False	0.9996265769004822	0					non-mobilizable	no_good_hit	968.0	82.025	36.0	0.003467158607011608	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
FIJ0169_000000009058	2506	0.5253185975844399	3	3	2	2	2	False	73881	fragment	False	ISR0222_000000019529	0.9533233756534728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	972.0	81.584	39.0	0.001960208787893094	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
MAD0032_000000012800	1355	0.5253133978091808	2	1	1	1	1	False	18912	maximal	True	MAD0032_000000012800	1.0		1	1	False	False	0.9933579564094543	0					non-mobilizable	no_good_hit	442.0	75.792	33.0	0.001797063155692136	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0080_000000016499	1658	0.5253099156747404	3	3	2	2	2	False	61734	maximal	True	ENG0080_000000016499	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	99.90299999999999	62.0	0.01515573062336179	CP052261.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-3, complete sequence	True	False
USA0106_01_000000003249	3277	0.5253078444651154	4	3	2	0	1	False	326	maximal	True	USA0106_01_000000003249	1.0		66	8	False	False	1.0	0					non-mobilizable	other	2368.0	98.73299999999999	99.0	0.010415841584158416	NZ_LT160637.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
DEN0073_000000025142	2083	0.5253057204716384	3	2	2	1	1	False	74479	maximal	True	DEN0073_000000025142	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	1464.0	92.35	70.0	0.17416199451270428	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
AST0150_000000004024	6103	0.5253054465499861	6	3	3	3	1	True	104252	maximal	True	AST0150_000000004024	1.0		25	9	False	False	0.9968867897987366	0					non-mobilizable	no_good_hit	1895.0	78.1	84.0	0.013249242547301067	NZ_SPFU01000016.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_16_length_141593_cov_22.9012, whole genome shotgun sequence	True	True
MAD0074_000000002606	1780	0.5253053963321928	3	3	2	3	1	False	99504	maximal	True	MAD0074_000000002606	1.0		18	7	False	False	1.0	0					non-mobilizable	chromosome	1780.0	99.88799999999999	100.0	0.000334068760326978	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
MON0065_000000011208	2303	0.5252972904270717	4	2	1	2	2	True	87088	maximal	True	MON0065_000000011208	1.0		29	9	False	False	0.9995657801628113	0					non-mobilizable	no_good_hit	1067.0	94.939	86.0	0.0003209521862534312	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0073_000000017888	1537	0.5252846036522855	2	2	2	2	2	False	34783	fragment	False	MON0096_000000022826	0.9637416209628276		0	0	False	False	0.9967468976974487	0					non-mobilizable	no_good_hit	895.0	78.65899999999999	57.0	0.014056160751365683	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
ENG0155_000000008282	2706	0.5252832049578611	4	4	3	2	3	False	56762	maximal	True	ENG0155_000000008282	1.0		12	4	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	1424.0	99.789	53.0	0.13386641580432737	NZ_PYLP01000033.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_32, whole genome shotgun sequence	True	False
MAD0067_000000001965	4584	0.5252830178231824	6	3	2	3	2	False	16523	maximal	True	MAD0067_000000001965	1.0		23	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000005107	5828	0.5252755645177813	10	7	3	3	5	True	29572	fragment	False	ISR0182_000000005107	1.0		0	0	False	False	0.9974262118339539	0					non-mobilizable	no_good_hit	720.0	81.389	12.0	0.00031389411071518756	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
ISR0379_000000018532	1358	0.5252738141766258	2	2	2	1	1	False	23207	maximal	True	ISR0379_000000018532	1.0		48	8	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	83.101	37.0	0.0021721410981235477	NZ_CZBD01000003.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0156_000000009749	2643	0.5252715512931745	7	5	2	3	3	False	86501	maximal	False	CHI0052_000000006087	0.9314606741573034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	89.709	62.0	0.0002182307289624912	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
CHI0177_000000007522	2189	0.5252668730631189	3	3	3	3	3	False	130044	fragment	False	CHI0177_000000007522	1.0		0	0	False	False	0.9977158308029175	0					non-mobilizable	chromosome	2190.0	97.671	100.0	0.0007357948014380648	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0108_000000004461	6476	0.5252651647196672	5	4	4	3	3	False	103417	maximal	True	SPA0108_000000004461	1.0		2	2	False	False	0.997374951839447	0					non-mobilizable	no_good_hit	1393.0	97.775	21.0	0.017418071248920756	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0022_000000004887	3970	0.5252638979315625	4	4	3	4	2	False	66323	fragment	False	ENG0022_000000004887	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2880.0	99.514	78.0	0.000697975096423114	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
AST0035_000000004944	3299	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8926960706084632	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	5.0	0.00019652285560810723	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0050_000000007878	3299	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8924368123050727	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	5.0	0.00019652285560810723	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
AST0007_000000005724	3299	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8926960706084632	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	5.0	0.00019652285560810723	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0002_000000007046	3299	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8926960706084632	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	5.0	0.00019652285560810723	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0105_000000008193	3275	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8909411506409317	PS1137	0	0	False	True	0.9993892908096313	0					non-mobilizable	no_good_hit	64.0	96.875	4.0	0.00016507919871081006	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0066_000000004565	3274	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8911453449024644	PS1137	0	0	False	True	0.999389111995697	0					non-mobilizable	no_good_hit	71.0	97.18299999999999	4.0	0.00018342133190090007	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0035_000000005487	3274	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8910815181401006	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	4.0	0.00018080102715945865	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0039_000000007901	3264	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8898712198733063	PS1137	0	0	False	True	0.998161792755127	0					non-mobilizable	no_good_hit	61.0	96.721	4.0	0.00015721828448648579	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
ISR0796_000000006897	3262	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8896949613776075	PS1137	0	0	False	True	0.998467206954956	0					non-mobilizable	no_good_hit	62.0	96.774	4.0	1.720439326873883e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
SPA0118_000000008901	3260	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8895797767653432	PS1137	0	0	False	True	0.9990797638893127	0					non-mobilizable	no_good_hit	57.0	96.491	3.0	0.00014673706552072006	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0019_000000008696	3259	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8894691723503111	PS1137	0	0	False	True	0.9969315528869629	0					non-mobilizable	no_good_hit	56.0	96.429	3.0	0.00014411676077927862	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
ISR0051_000000012787	3141	0.525263819471564	3	3	3	3	3	False	132072	backbone	False	SPA0051_000000006600	0.8739019874962514	PS1137	0	0	False	True	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0794_000000004074	4646	0.5252622419629417	5	4	3	4	3	False	21996	maximal	True	ISR0794_000000004074	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	93.132	52.0	0.006549235510311089	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
ISR0095_000000021325	1617	0.5252619125530126	2	2	2	2	1	False	42401	maximal	True	ISR0095_000000021325	1.0		0	0	False	False	0.9536178112030029	0					non-mobilizable	no_good_hit								True	False
FIJ0080_000000008970	2852	0.5252610818262068	4	3	2	2	3	False	44332	maximal	True	FIJ0080_000000008970	1.0		31	1	False	False	0.9968442916870117	0					non-mobilizable	other	1096.0	97.90100000000001	95.0	0.05012359241966493	NZ_CACVNJ010000034.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	False	False
MAD0070_000000011970	1696	0.5252610422739011	2	2	2	1	1	False	119121	maximal	True	MAD0070_000000011970	1.0	PS816	1	1	False	True	0.9811320900917053	0					non-mobilizable	no_good_hit	1486.0	81.965	88.0	0.02038991235914863	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0052_000000012806	1234	0.5252608727931508	2	1	1	1	1	False	86454	maximal	True	CHI0052_000000012806	0.9848979591836735		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	75.089	22.0	4.947986115077787e-05	NZ_CP043612.1	CFB group bacteria	Flavobacterium nitrogenifigens strain KACC 18538 chromosome, complete genome	True	False
MAD0021_000000003031	4549	0.5252602505182932	6	5	5	5	5	False	90781	maximal	True	MAD0021_000000003031	1.0		8	2	False	False	0.9982413649559021	0					non-mobilizable	other	4549.0	99.25299999999999	100.0	0.5420738974970203	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
ISR0174_000000005981	4490	0.5252602464680024	5	4	4	4	2	False	131676	maximal	True	ISR0174_000000005981	1.0		55	9	False	False	0.9964365363121033	0					non-mobilizable	no_good_hit	1970.0	85.279	44.0	0.0006734537553186568	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0246_000000010456	2088	0.525259082279433	4	2	0	2	0	False	27127	fragment	False	ISR0246_000000010456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0135_000000017057	1668	0.525259082279433	3	2	0	2	0	False	40584	fragment	False	FIJ0135_000000017057	1.0		0	0	False	False	0.9928057789802551	0					non-mobilizable	no_good_hit								True	False
FIJ0082_000000021335	1480	0.5252587341416116	2	2	2	2	2	False	44167	maximal	True	FIJ0082_000000021335	1.0		304	13	False	False	1.0	0					non-mobilizable	chromosome	785.0	88.025	96.0	0.0002088707932742004	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0147_000000008079	2987	0.5252583122891479	4	3	3	3	2	False	47618	fragment	False	ISR0147_000000008079	1.0		0	0	False	False	0.9939739108085632	0					non-mobilizable	no_good_hit	1360.0	77.941	45.0	0.0006065716130794145	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
MAD0006_000000006138	1563	0.5252561991053949	3	2	2	1	2	False	76419	fragment	False	MAD0006_000000006138	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	81.25	5.0	0.000407122059316138	NZ_LOBQ01000066.1	g-proteobacteria	Vibrio cidicii strain 2423-01, whole genome shotgun sequence	True	False
USA0069_01_000000007451	8065	0.5252552448283565	12	3	1	2	1	False	811	maximal	True	USA0069_01_000000007451	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	95.31700000000001	5.0	0.0014042001877438925	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	False
CAN0001_000000031164	1395	0.5252526166232513	2	2	2	2	2	False	97166	fragment	False	CAN0001_000000031164	0.9992826398852224		0	0	False	False	1.0	0					non-mobilizable	chromosome	1395.0	99.928	100.0	0.00031023637608304543	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0167_000000016147	1394	0.5252526166232513	2	2	2	2	2	False	97166	fragment	False	CAN0001_000000031164	0.9989247311827957		0	0	False	False	1.0	0					non-mobilizable	chromosome	1394.0	99.785	100.0	0.0003100138248806903	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
DEN0016_000000006832	1433	0.5252509894003948	3	2	2	1	1	False	75313	maximal	True	DEN0016_000000006832	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	98.19	46.0	0.0001993155227952828	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0003_000000013261	1374	0.5252421655122943	2	2	2	2	1	True	21442	maximal	True	SPA0003_000000013261	1.0		127	11	False	False	1.0	0					non-mobilizable	chromosome	1374.0	99.12700000000001	100.0	0.0004844935595526568	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0090_000000013199	1804	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.2095669503358815		0	0	False	False	1.0	0		MOBV			mobilizable	other	1806.0	97.84100000000001	100.0	0.0004798414686821605	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0125_000000017172	1542	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.20298472780957258		0	0	False	False	1.0	0		MOBV			mobilizable	other	1542.0	96.044	100.0	0.0004640886906314317	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
CHI0090_000000008786	1524	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.2712327255358937		0	0	False	False	1.0	0		MOBV			mobilizable	other	1527.0	95.678	100.0	0.15904821540388228	NZ_JAAITI010000063.1	firmicutes	Blautia luti strain MSK.16.34 NODE_63_length_9582_cov_201.122, whole genome shotgun sequence	False	True
ENG0024_000000017106	1511	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.18136849649416728		0	0	False	False	0.9993382096290588	0					non-mobilizable	other	1511.0	99.868	100.0	0.002953614559168137	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	True
SPA0127_000000019390	1511	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.2354643426022953		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	96.488	100.0	0.0003515859395486822	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
AST0100_000000008775	1510	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.045486734999632766		0	0	False	False	0.9993377327919006	0					non-mobilizable	other	1523.0	86.211	100.0	0.056377835626627	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
ISR0179_000000015130	1510	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.1468064049415416		0	0	False	False	1.0	0					non-mobilizable	other	1510.0	100.0	100.0	0.00386858600489662	NZ_HE998569.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	False	True
ISR0252_000000008095	1507	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.024635143080271718		0	0	False	False	0.9933642745018005	0		MOBV			mobilizable	other	1506.0	99.934	100.0	0.0004532469042182379	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0042_000000021491	1507	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.2374395236127276		0	0	False	False	1.0	0		MOBV			mobilizable	other	1508.0	94.363	100.0	0.0003513526376644428	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
SPA0105_000000016422	1489	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.23867457609578488		0	0	False	False	1.0	0					non-mobilizable	other	1489.0	96.911	100.0	0.00034715320374813474	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
USA0130_01_000000022753	1477	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.02457973996725358		0	0	False	False	1.0	0					non-mobilizable	other	1477.0	100.0	100.0	0.0029270382180762457	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0200_000000014182	1473	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.024503180266253918		0	0	False	False	0.9986422061920166	0					non-mobilizable	other	1473.0	100.0	100.0	0.00291910586518173	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0023_000000021982	1469	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.024530940722514712		0	0	False	False	0.9993192553520203	0					non-mobilizable	other	1469.0	100.0	100.0	0.002911173512287215	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0109_000000021973	1465	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.024469157186465154		0	0	False	False	0.9993174076080322	0					non-mobilizable	other	1465.0	100.0	100.0	0.002903241159392699	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
DEN0045_000000029019	1462	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.024452477565726653		0	0	False	False	1.0	0					non-mobilizable	other	1462.0	100.0	100.0	0.0028972918947218125	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ISR0385_000000016994	1395	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.125753672887415		0	0	False	False	0.9935483932495117	0					non-mobilizable	other	1396.0	96.49	100.0	0.03079846228624453	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0067_000000019216	1368	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.12409207646141882		0	0	False	False	1.0	0					non-mobilizable	other	1370.0	95.62	100.0	0.00031713989390523843	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	False	True
SPA0015_000000018418	1354	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.11639638652521925		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	99.11399999999999	100.0	0.013610163865165826	NZ_WKRD01000010.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold10_size99411, whole genome shotgun sequence	False	True
ENG0154_000000025135	1345	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.08418992277309004		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	98.14299999999999	100.0	0.00031134844222691045	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	False	True
ISR0278_000000009089	1339	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.011657881928544014		0	0	False	False	0.9992531538009644	0					non-mobilizable	other	1339.0	100.0	100.0	0.0026533720432154588	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
ENG0133_000000018217	1333	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.07182083346355016		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	97.295	100.0	0.00040183835757264235	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0388_000000026890	1311	0.5252392521272516	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.11086912576287634		0	0	False	False	0.9961861371994019	0					non-mobilizable	chromosome	1311.0	95.805	100.0	0.00033719587600163027	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
FIJ0074_000000022492	1291	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.04944593205143951		0	0	False	False	0.9883810877799988	0					non-mobilizable	chromosome	1293.0	92.03399999999999	100.0	0.00029163872455457784	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
SPA0086_000000010814	1290	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.10887954214355001		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	99.92200000000001	100.0	0.00030338399664787876	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
ENG0036_000000020222	1267	0.5252392521272516	3	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.11220839019218382		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	95.189	100.0	0.00391448731347437	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ISR0091_000000023105	1251	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.11622263245989863		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	95.367	100.0	0.0024450451648742855	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	False	True
MON0068_000000034056	1243	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.10806353860948721		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	99.919	100.0	0.0003737404705214839	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
AST0151_000000013268	1240	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.056692095303293666		0	0	False	False	0.999193549156189	0					non-mobilizable	other	1242.0	94.36399999999999	100.0	0.003824818962691782	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
MON0033_000000047750	1239	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.1062274231437846		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	100.0	100.0	0.006309630596102096	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	True
CHI0077_000000011283	1236	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.1137286885140535		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	98.139	100.0	0.00037193350611928496	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
MON0077_000000037321	1224	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.1315540476191101		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	94.78399999999999	100.0	0.027020458662896027	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0011_000000037962	1223	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.11884209707398147		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	97.711	100.0	0.003778438781252512	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
SPA0002_000000015029	1211	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.09842709765492788		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	98.266	100.0	0.003070998747723422	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
MON0027_000000034399	1210	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.10901923997326927		0	0	False	False	0.9925619959831238	0					non-mobilizable	other	1210.0	100.0	100.0	0.003070998747723422	NZ_FYDD01000002.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ENG0052_000000028131	1203	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.10235597844994962		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	100.0	100.0	0.1383199079401611	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
ENG0152_000000021623	1201	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.08608289823056287		0	0	False	False	1.0	0					non-mobilizable	chromosome	1203.0	92.76799999999999	100.0	0.00027172855561679443	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
FIJ0142_000000030762	1197	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.09588395693759409		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	92.654	100.0	0.00027729470635834213	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	False	True
ISR0266_000000018077	1194	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.09061358673665408		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	92.21799999999999	100.0	0.003688770430469924	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
ISR0052_000000031805	1187	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.09294645032582002		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	100.0	100.0	0.13647871116225546	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
ISR0176_000000028668	1186	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.005866245565164083		0	0	False	False	0.9940978288650513	0					non-mobilizable	other	1186.0	100.0	100.0	0.002349959545000238	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	True
USA0101_01_000000025328	1179	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.09323236872560668		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	96.86200000000001	100.0	0.00027482961963394	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0160_000000025517	1178	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.09090876463339691		0	0	False	False	0.990662157535553	0					non-mobilizable	other	1178.0	100.0	100.0	0.13544303797468354	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
SPA0044_000000024355	1174	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.09172161331761622		0	0	False	False	1.0	0					non-mobilizable	chromosome	1175.0	97.447	100.0	0.0003285799329461837	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	True
CHI0159_000000014020	1167	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.020341109687926608		0	0	False	False	1.0	0					non-mobilizable	chromosome	1170.0	89.829	100.0	0.00026426224226512563	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0293_000000029906	1165	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.08207537468199293		0	0	False	False	1.0	0					non-mobilizable	chromosome	1164.0	92.44	100.0	0.00017670759504768212	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
ENG0012_000000019718	1157	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.07423962516746786		0	0	False	False	0.9991356730461121	0					non-mobilizable	other	1157.0	100.0	100.0	0.0067643083260677484	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	True
FIJ0142_000000031867	1156	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.07061168424748017		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	97.321	100.0	0.005891706760172878	NZ_OFSM01000010.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	False	True
MON0017_000000018051	1063	0.5252392521272516	2	2	1	2	1	True	124250	fragment	False	ISR0071_000000003227	0.016092362092283905		0	0	False	False	1.0	0					non-mobilizable	chromosome	1065.0	94.46	100.0	0.00016194391139598088	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
CAN0001_000000017730	2585	0.5252375311366507	3	2	2	2	1	False	97369	fragment	False	ENG0080_000000009264	0.9523312611311185		0	0	False	False	0.9980657696723938	0					non-mobilizable	other	2478.0	99.87899999999999	96.0	0.0008494358641629627	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
ENG0013_000000010666	2515	0.5252375311366507	3	2	2	2	1	False	97369	fragment	False	ENG0080_000000009264	0.9483199580020362		0	0	False	False	0.9980119466781616	0					non-mobilizable	other	2515.0	99.92	100.0	0.035790073346151106	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	False
MON0065_000000013477	1916	0.5252372487334311	3	2	2	2	2	False	114905	fragment	False	SPA0120_000000020511	0.6138106430737701		0	0	False	False	0.9953027367591858	0					non-mobilizable	chromosome	1734.0	96.367	95.0	0.0006117514164180949	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	False	False
MON0035_000000014940	1913	0.5252372487334311	3	2	2	2	2	False	114905	fragment	False	SPA0120_000000020511	0.6138987650344648		0	0	False	False	0.9973862767219543	0					non-mobilizable	plasmid	1836.0	94.553	96.0	0.01104812097329836	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
MON0103_000000008890	4692	0.5252359741843144	6	4	3	4	2	False	8923	maximal	True	MON0103_000000008890	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	80.165	3.0	3.0234209302360737e-05	NC_015589.1	firmicutes	Desulfotomaculum ruminis DSM 2154, complete sequence	True	False
ISR0202_000000003326	3729	0.5252351016523624	5	5	3	5	2	False	33082	fragment	False	ISR0202_000000003326	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3622.0	95.527	97.0	0.008301602711963993	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	False
CHI0057_000000008138	2381	0.5252333239797604	2	2	2	2	0	True	129315	fragment	False	SPA0095_000000008348	0.8850111914528266		0	0	False	False	1.0	0		MOBV			mobilizable	other	2211.0	100.0	100.0	0.3420523138832998	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	False	True
MON0009_000000002784	7738	0.5252332092151751	5	3	2	3	1	False	16870	fragment	False	MON0009_000000002784	0.9625129937629937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	95.15899999999999	9.0	0.01228295460889956	NZ_JXQL01000053.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig53, whole genome shotgun sequence	True	False
MAD0060_000000001611	7696	0.5252332092151751	5	3	2	3	1	False	16870	fragment	False	MON0009_000000002784	0.9599379684673042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	85.37	9.0	0.012245733534327136	NZ_JXQL01000053.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig53, whole genome shotgun sequence	True	False
ENG0012_000000003556	6744	0.5252306718900664	4	3	1	1	3	False	67099	maximal	True	ENG0012_000000003556	1.0		6	4	False	False	0.9995551705360413	0					non-mobilizable	no_good_hit	5141.0	79.031	76.0	0.10785912450496622	KF697366.1	firmicutes	Streptococcus agalactiae strain 2113 RNA methyltransferase, complete cds; and vanG element, complete sequence	True	False
ENG0188_000000017986	1398	0.5252195885951697	2	2	2	2	2	False	54892	fragment	False	ISR0389_000000015446	0.9858698713443388		0	0	False	False	0.9992846846580505	0					non-mobilizable	no_good_hit	1246.0	73.11399999999999	87.0	0.0005463613935513313	NZ_CVLB01000001.1	bacteria	Brachyspira suanatina strain AN4859/03, whole genome shotgun sequence	True	False
USA0026_01_000000023765	1368	0.5252195885951697	2	2	2	2	2	False	54892	fragment	False	ISR0389_000000015446	0.9772102370701486		0	0	False	False	0.9992690086364746	0					non-mobilizable	no_good_hit	1246.0	73.03399999999999	89.0	0.0005463613935513313	NZ_CVLB01000001.1	bacteria	Brachyspira suanatina strain AN4859/03, whole genome shotgun sequence	True	False
CAN0016_000000022374	2158	0.5252192144917941	4	2	2	2	2	False	92857	maximal	True	CAN0016_000000022374	1.0		3	2	False	False	0.9907321333885193	0					non-mobilizable	other	2155.0	92.62200000000001	99.0	0.0005711216186642439	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
MON0001_000000009994	3373	0.5252110646816357	5	3	3	1	2	False	77950	backbone	True	MON0001_000000009994	0.9994004796163068	PS379	5	4	True	True	1.0	163					non-mobilizable	plasmid	3373.0	100.0	100.0	0.02006844219610177	MT077881.1	enterobacteria	Escherichia coli plasmid p2, complete sequence	False	True
CHI0171_000000001753	3336	0.5252110646816357	5	3	3	1	2	False	77950	backbone	False	MON0001_000000009994	0.9957414652451004	PS379	0	0	True	True	0.9994004964828491	22					non-mobilizable	plasmid	3336.0	100.0	100.0	0.019513308251759707	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
ISR0135_000000005592	3322	0.5252110646816357	5	3	3	1	2	False	77950	backbone	False	MON0001_000000009994	0.9923620546195715	PS379	0	0	True	True	1.0	2					non-mobilizable	plasmid	3322.0	100.0	100.0	0.0197649159351287	MT077881.1	enterobacteria	Escherichia coli plasmid p2, complete sequence	False	True
FIJ0061_000000013813	1909	0.5252097094471859	3	2	2	2	2	False	45807	maximal	True	FIJ0061_000000013813	1.0		3	1	False	False	0.9874279499053955	0					non-mobilizable	no_good_hit	646.0	75.697	40.0	0.00015469826597965512	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
DEN0021_000000014255	2451	0.5252095498130417	2	2	1	2	1	False	74805	maximal	True	DEN0021_000000014255	1.0		20	5	False	False	0.9991840124130249	0					non-mobilizable	no_good_hit	805.0	97.01899999999999	33.0	0.00027989509685137187	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0154_000000017225	1877	0.5252060222138637	3	2	1	2	2	False	85118	fragment	False	ENG0154_000000017225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0068_000000011034	1449	0.5252060222138637	3	2	1	2	2	False	85116	fragment	False	FIJ0074_000000020148	0.9493548331966094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0089_000000017974	1675	0.5252054150480182	2	2	2	2	2	False	69454	fragment	False	ISR0089_000000017974	1.0		0	0	False	False	0.9934328198432922	0					non-mobilizable	no_good_hit	783.0	74.074	46.0	0.00033800608849358883	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0030_000000018246	1666	0.5252043345685029	3	3	2	3	1	False	102766	maximal	True	SPA0030_000000018246	1.0		22	6	False	False	0.9879952073097229	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00013613191899434335	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0023_01_000000022124	1373	0.5251996896796718	3	3	2	3	1	True	1693	maximal	True	USA0023_01_000000022124	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0016_000000017656	2748	0.525198516109765	4	4	4	4	2	False	92939	fragment	False	FIJ0124_000000009177	0.9265736349091409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2464.0	77.11	88.0	0.008166154195420144	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
ISR0235_000000004115	1197	0.5251943208993219	2	1	1	1	1	False	27341	maximal	True	ISR0235_000000004115	1.0		193	14	False	False	0.9949874877929688	0					non-mobilizable	no_good_hit	1047.0	78.70100000000001	87.0	0.010423158106342346	NZ_NFHM01000010.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_10, whole genome shotgun sequence	True	False
AST0059_000000006088	2378	0.5251939549045407	3	3	3	3	3	False	112717	fragment	False	AST0059_000000006088	1.0		0	0	False	False	0.9995794892311096	0					non-mobilizable	no_good_hit	1588.0	80.668	66.0	0.000500238032079053	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0182_000000015089	1894	0.5251814218418148	3	3	3	3	2	False	92371	maximal	True	ENG0182_000000015089	1.0		259	13	False	False	0.9889123439788818	0					non-mobilizable	no_good_hit	309.0	98.706	58.0	0.0005097000738816068	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0133_01_000000006433	4069	0.5251752362147554	4	2	2	1	1	True	65	fragment	False	USA0133_01_000000006433	1.0		0	0	False	False	0.9992626905441284	0					non-mobilizable	no_good_hit								True	True
ENG0117_000000017487	1325	0.5251749713902334	3	3	1	2	3	True	124250	fragment	False	ISR0071_000000003227	0.023829766805697247		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	91.93700000000001	100.0	0.1523590333716916	NZ_SLUM01000053.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_153, whole genome shotgun sequence	False	True
ISR0077_000000019696	1781	0.5251724980244531	2	2	2	2	1	False	85657	maximal	True	ISR0077_000000019696	1.0		4	3	False	False	0.981471061706543	0					non-mobilizable	no_good_hit	1512.0	99.008	85.0	0.0004515691354141823	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MON0049_000000005086	4020	0.5251709038520985	3	3	3	3	3	True	57853	maximal	True	MON0049_000000005086	1.0		190	10	False	False	1.0	0					non-mobilizable	chromosome	4020.0	99.527	100.0	0.0017614337606238254	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	True
MON0066_000000028502	1286	0.5251695651999165	1	1	1	1	1	False	21848	fragment	False	MON0066_000000028502	0.9885245901639343		0	0	False	False	0.9930015802383423	0					non-mobilizable	other	1286.0	98.834	100.0	0.00034411295045657227	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0066_01_000000017685	1145	0.5251695651999165	1	1	1	1	1	False	813	fragment	False	USA0066_01_000000017685	1.0		0	0	False	False	0.9947597980499268	0					non-mobilizable	other	1126.0	99.556	98.0	0.0003012662017615905	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0061_000000014457	1446	0.5251695171099177	2	1	1	1	1	False	63244	maximal	True	ENG0061_000000014457	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0156_000000019504	1246	0.5251684561430784	2	1	1	1	1	False	30572	maximal	True	ISR0156_000000019504	1.0		71	8	False	False	1.0	0					non-mobilizable	other	1181.0	99.492	95.0	0.0014375220044416993	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
FIJ0057_000000017662	1910	0.5251668780937941	1	1	1	1	1	False	46131	maximal	True	FIJ0057_000000017662	1.0		85	11	False	False	0.9732984304428101	0					non-mobilizable	no_good_hit								True	False
SPA0038_000000006651	4454	0.5251655175917067	4	3	3	3	1	False	7048	maximal	True	SPA0038_000000006651	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	96.74	70.0	0.00034045909214611413	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0841_000000003663	3601	0.5251641176122369	5	4	4	3	3	False	115988	backbone	False	ENG0038_000000005492	0.9229610810671937	PS760	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1051.0	90.105	29.0	0.00023756451573491601	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MAD0038_000000012003	1250	0.5251580477572056	2	1	1	1	1	False	18529	maximal	True	MAD0038_000000012003	1.0		20	4	False	False	0.979200005531311	0					non-mobilizable	no_good_hit								True	False
ISR0081_000000008171	2872	0.5251556295337826	4	3	2	2	2	False	115969	maximal	True	ISR0081_000000008171	1.0		0	0	False	False	0.9791086316108704	0					non-mobilizable	no_good_hit	1613.0	96.34200000000001	56.0	0.0009676753091051202	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ENG0025_000000002441	7672	0.525155520766635	10	8	2	4	8	True	88038	maximal	True	ENG0025_000000002441	1.0		1	1	False	False	0.9984358549118042	0					non-mobilizable	plasmid	7379.0	99.959	96.0	0.02544471344521006	CP035634.1	enterobacteria	Enterobacter cloacae strain EN3600 plasmid unnamed2, complete sequence	False	True
ISR0377_000000002335	4888	0.5251544421675786	5	3	1	3	1	False	73802	maximal	True	ISR0377_000000002335	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000008839	4712	0.5251537677888292	6	6	5	4	6	False	12322	maximal	True	MON0103_000000008839	1.0		1	1	False	False	0.9991511106491089	0					non-mobilizable	no_good_hit	2761.0	99.928	70.0	0.0005343581651766915	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	True	False
MAD0080_000000004352	1654	0.5251537105467362	2	2	2	2	2	False	16154	fragment	False	MAD0080_000000004352	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1654.0	100.0	100.0	0.007963962227789554	CP052037.1	enterobacteria	Klebsiella pneumoniae strain KPN41053 plasmid pKPN41953, complete sequence	False	True
ENG0032_000000013353	1746	0.5251522332195685	3	2	2	2	2	False	113713	fragment	False	ENG0032_000000013353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	596.0	86.913	34.0	0.00019177940018494626	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0048_000000008693	2210	0.5251522201807226	3	2	2	1	1	False	36038	maximal	True	ISR0048_000000008693	1.0		43	8	False	False	0.9864253401756287	0					non-mobilizable	no_good_hit	1015.0	99.113	59.0	0.0002365681106186886	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0812_000000029387	1343	0.5251514237671898	3	3	3	2	2	False	21622	maximal	True	ISR0812_000000029387	1.0		25	5	False	False	0.9478778839111328	0					non-mobilizable	other	1348.0	86.795	99.0	0.0015776616280245373	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
USA0044_01_000000010418	2798	0.5251470952695104	3	2	2	2	2	True	130085	fragment	False	USA0021_01_000000006424	0.640534262485482		0	0	False	False	0.9996426105499268	0					non-mobilizable	chromosome	1564.0	93.286	100.0	0.0005511864093381281	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0070_000000003207	5837	0.5251458498518891	8	7	5	6	4	False	130509	fragment	False	ISR0203_000000002513	0.5563271477531916		0	0	False	False	1.0	0					non-mobilizable	other	3370.0	97.478	100.0	0.0192	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0040_000000011291	1201	0.5251433556369584	2	1	1	1	1	False	87650	fragment	False	CHI0040_000000011291	0.9936440677966102		0	0	False	False	0.975853443145752	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	6.0	0.00031926598294628475	NZ_OAOI01000166.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
ISR0120_000000031223	1180	0.5251433556369584	2	1	1	1	1	False	87650	fragment	False	CHI0040_000000011291	0.9850124895920067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	83.60700000000001	5.0	0.0002799717081221266	NZ_OAOI01000166.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
SPA0090_000000008544	3858	0.5251418426451512	4	3	3	3	3	False	122743	maximal	True	SPA0090_000000008544	1.0		10	5	False	False	0.9997407793998718	0					non-mobilizable	no_good_hit	117.0	82.906	3.0	0.0005621245374692665	NZ_FNQE01000001.1	firmicutes	Proteiniborus ethanoligenes strain DSM 21650, whole genome shotgun sequence	True	False
ISR0056_000000006136	3320	0.5251412145659706	4	3	3	3	1	False	63784	fragment	False	ISR0056_000000006136	0.9977791878172588		0	0	False	False	0.99969881772995	0					non-mobilizable	no_good_hit	363.0	81.267	11.0	0.0031986562070013044	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0829_000000005007	2877	0.5251409226594321	4	4	3	2	2	False	107843	fragment	False	ISR0829_000000005007	0.9771923620933523		0	0	False	False	0.9958289861679077	0					non-mobilizable	no_good_hit	786.0	79.262	27.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
DEN0076_000000000898	4648	0.5251384387830349	10	4	3	4	1	True	70016	maximal	True	DEN0076_000000000898	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.022675736961451247	XM_640751.1	cellular slime molds	Dictyostelium discoideum AX4 hypothetical protein (DDB_G0269278) mRNA, complete cds	True	True
ISR0395_000000005347	7050	0.5251367000787699	5	3	3	3	0	False	34597	fragment	False	ISR0296_000000002823	0.9762781396260398		0	0	False	False	1.0	0					non-mobilizable	virus	7050.0	99.95700000000001	100.0	0.20055765783708424	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ENG0202_000000003520	6978	0.5251367000787699	4	3	3	3	0	False	115447	fragment	False	ENG0202_000000003520	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	5197.0	91.12899999999999	91.0	0.14709648049620166	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
SPA0056_000000004314	6924	0.5251367000787699	5	3	3	3	0	False	34597	fragment	False	ISR0296_000000002823	0.7438097422550654		0	0	False	False	0.9998555779457092	0					non-mobilizable	virus	6924.0	99.971	100.0	0.1969727145986855	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
ISR0076_000000003581	6818	0.5251367000787699	5	3	3	3	0	False	34597	fragment	False	ISR0296_000000002823	0.736249431517878		0	0	False	False	1.0	0					non-mobilizable	virus	6818.0	99.971	100.0	0.19395680996955644	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
FIJ0064_000000013814	1918	0.5251360886528971	3	3	1	1	3	False	90273	fragment	False	FIJ0086_000000013219	0.581577074431789		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1918.0	98.436	100.0	0.3082368082368082	CP051691.1	enterobacteria	Escherichia coli strain SCU-387 plasmid pSCU-387-3, complete sequence	False	True
ISR0389_000000001342	11232	0.525135608177939	11	4	2	4	0	False	22918	maximal	True	ISR0389_000000001342	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	93.574	7.0	0.003468417857117933	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	False
ISR0183_000000009846	3438	0.525135186093977	3	3	1	1	3	False	30188	maximal	True	ISR0183_000000009846	1.0		3	1	True	True	1.0	56		MOBQ			mobilizable	plasmid	3001.0	99.7	100.0	0.8928252456088122	CP035539.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain CCRI-22199 plasmid pKp199-4, complete sequence	False	True
ISR0167_000000008865	3418	0.525135186093977	3	3	1	1	3	False	30188	maximal	False	ISR0183_000000009846	1.0		0	0	True	True	1.0	11		MOBQ			mobilizable	plasmid	2922.0	99.69200000000001	100.0	0.8693063411729681	CP035539.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain CCRI-22199 plasmid pKp199-4, complete sequence	False	True
SPA0068_000000003670	3382	0.525135186093977	4	3	1	1	3	False	5989	maximal	True	SPA0068_000000003670	1.0		2	1	True	True	0.9997043013572693	62		MOBQ			mobilizable	other	3037.0	99.572	100.0	0.9139072847682119	NZ_JSYG01000040.1	enterobacteria	Dickeya undicola strain 2B12 contig_41, whole genome shotgun sequence	False	True
SPA0078_000000002243	3368	0.525135186093977	5	3	1	1	3	False	5989	maximal	False	SPA0068_000000003670	1.0		0	0	True	True	1.0	20		MOBQ			mobilizable	other	2975.0	99.56299999999999	100.0	0.8952438290186635	NZ_JSYG01000040.1	enterobacteria	Dickeya undicola strain 2B12 contig_41, whole genome shotgun sequence	False	True
CHI0063_000000003928	3237	0.525135186093977	5	3	1	1	3	False	88956	maximal	True	CHI0063_000000003928	1.0		1	1	True	True	0.9981464147567749	23		MOBQ			mobilizable	plasmid	2783.0	99.74799999999999	100.0	0.8764965343415249	CP034732.1	enterobacteria	Escherichia coli strain L41-1 plasmid pL41-1-6	False	True
CHI0082_000000002927	3116	0.525135186093977	3	3	1	1	3	False	90280	maximal	True	CHI0082_000000002927	1.0		1	1	True	True	1.0	3		MOBQ			mobilizable	plasmid	2758.0	98.73100000000001	99.0	0.8775510204081632	CP055733.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid unnamed	False	True
MON0106_000000013991	2895	0.525135186093977	4	3	1	1	3	False	90277	maximal	True	MON0106_000000013991	1.0		6	5	False	False	1.0	0	Col(MG828)	MOBQ			mobilizable	no_good_hit	2272.0	99.824	78.0	0.43941153697251256	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	True	True
ISR0169_000000010290	2878	0.525135186093977	4	3	1	1	3	False	98142	fragment	False	ISR0169_000000010290	0.962808249736023		0	0	False	False	0.9986101388931274	0		MOBQ			mobilizable	other	2878.0	99.305	100.0	0.3811100808054047	LM997247.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-8_contig-24.0_1_7549_[organism:Escherichia	False	True
SPA0063_000000006623	2705	0.525135186093977	4	3	1	1	3	False	98142	fragment	False	ISR0169_000000010290	0.7999807807276044		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	2705.0	100.0	100.0	0.5237265155917102	CP048314.1	enterobacteria	Escherichia coli strain 32-4 plasmid p32-4_D, complete sequence	False	True
SPA0102_000000013308	2665	0.525135186093977	4	3	1	1	3	False	90275	fragment	False	SPA0102_000000013308	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	2665.0	99.4	100.0	0.7102106105038656	NC_016840.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 plasmid pKPHS4, complete sequence	False	True
SPA0034_000000016553	2174	0.525135186093977	3	3	1	1	3	False	90273	fragment	False	FIJ0086_000000013219	0.9714552897006052		0	0	False	False	1.0	0		MOBQ			mobilizable	other	2174.0	99.816	100.0	0.2878526957212876	LM997247.1	enterobacteria	Escherichia coli genome assembly FHI99, scaffold scaffold-8_contig-24.0_1_7549_[organism:Escherichia	False	True
FIJ0054_000000012503	2001	0.525135186093977	3	3	1	1	3	False	90273	fragment	False	FIJ0086_000000013219	0.7610383189249657		0	0	False	False	0.9945027232170105	0		MOBQ			mobilizable	plasmid	2002.0	98.501	100.0	0.32938271604938274	CP018986.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_5, complete sequence	False	True
SPA0011_000000004527	4755	0.5251331228375201	10	3	2	3	3	False	8053	maximal	True	SPA0011_000000004527	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4755.0	99.874	100.0	0.0015887989174907607	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
ENG0126_000000005299	3771	0.5251304343286525	7	2	2	2	2	True	125183	maximal	True	ENG0126_000000005299	1.0		1	1	False	False	0.9888623952865601	0					non-mobilizable	no_good_hit	3072.0	92.87100000000001	89.0	0.0013633055272556235	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
SPA0105_000000007578	3567	0.5251304343286525	5	2	2	2	2	True	125179	maximal	True	SPA0105_000000007578	1.0		5	4	False	False	1.0	0					non-mobilizable	chromosome	3058.0	97.22	98.0	0.001363751781110699	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0104_000000008787	3458	0.5251304343286525	6	2	2	2	2	True	125178	fragment	False	ENG0104_000000008787	0.9773298265394196		0	0	False	False	0.9991324543952942	0					non-mobilizable	chromosome	3061.0	98.105	96.0	0.001363751781110699	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0825_000000007106	3212	0.5251304343286525	6	2	2	2	2	True	125178	fragment	False	ENG0104_000000008787	0.9592518598141414		0	0	False	False	1.0	0					non-mobilizable	chromosome	3058.0	98.005	98.0	0.0013624130195454727	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
USA0007_01_000000005660	3117	0.5251304343286525	5	2	2	2	2	True	125178	fragment	False	ENG0104_000000008787	0.6466376089663761		0	0	False	False	1.0	0					non-mobilizable	chromosome	3022.0	97.98100000000001	97.0	0.001346347880762755	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
SPA0025_000000007290	2910	0.5251304343286525	5	2	2	2	2	True	125181	maximal	True	SPA0025_000000007290	1.0		1	1	False	False	0.999312698841095	0					non-mobilizable	chromosome	2619.0	91.943	90.0	0.0011598137693412	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0081_000000010464	2548	0.5251304343286525	4	2	2	2	2	True	125180	fragment	False	ENG0081_000000010464	1.0		0	0	False	False	0.9984301328659058	0					non-mobilizable	chromosome	2476.0	91.963	97.0	0.0011018007681813861	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0166_000000013330	2141	0.5251304343286525	3	2	2	2	2	True	125177	maximal	True	ENG0166_000000013330	1.0		1	1	False	False	0.9892573356628418	0					non-mobilizable	no_good_hit	1742.0	97.302	81.0	0.000776927961686429	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ENG0023_000000008407	2056	0.5251304343286525	2	2	2	2	2	True	125175	fragment	False	ISR0383_000000006890	0.9668022181299353		0	0	False	False	0.9975680708885193	0					non-mobilizable	chromosome	2057.0	97.521	100.0	0.0009157129106149066	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0383_000000006890	2045	0.5251304343286525	3	2	2	2	2	True	125175	fragment	False	ISR0383_000000006890	0.9759610739427433		0	0	False	False	0.9955990314483643	0					non-mobilizable	chromosome	2039.0	98.13600000000001	100.0	0.0009090191027887742	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0855_000000008341	2037	0.5251304343286525	3	2	2	2	2	True	125175	fragment	False	ISR0383_000000006890	0.9756207513329299		0	0	False	False	0.9990181922912598	0					non-mobilizable	chromosome	2037.0	97.742	100.0	0.0009081265950786232	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
DEN0033_000000011446	2034	0.5251304343286525	3	2	2	2	2	True	125175	fragment	False	ISR0383_000000006890	0.9749666321243078		0	0	False	False	0.9995083808898926	0					non-mobilizable	chromosome	2034.0	97.738	100.0	0.0009067878335133968	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
SPA0038_000000013894	1961	0.5251304343286525	3	2	2	2	2	True	125175	fragment	False	ISR0383_000000006890	0.9568146358403814		0	0	False	False	0.9964303970336914	0					non-mobilizable	chromosome	1961.0	98.47	100.0	0.0008728725405276594	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
AST0012_000000011892	1908	0.5251304343286525	2	2	2	2	2	True	125175	fragment	False	ISR0383_000000006890	0.9293729485029514		0	0	False	False	0.9800838828086853	0					non-mobilizable	chromosome	1901.0	96.581	99.0	0.0008474360707883565	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
AUS0002_000000019874	1857	0.5251296904728193	2	2	2	2	2	False	102902	maximal	True	AUS0002_000000019874	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	314.0	71.975	16.0	0.00014547755479066063	CP015442.1	firmicutes	Leuconostoc mesenteroides subsp. mesenteroides strain BD1710, complete genome	True	False
ISR0183_000000005397	6692	0.5251285985519342	5	5	3	5	3	False	109830	maximal	True	ISR0183_000000005397	1.0		68	6	False	False	1.0	0					non-mobilizable	other	4016.0	83.26700000000001	94.0	0.0006545476134597032	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
TAN0007_000000001122	17040	0.5251261646868697	29	5	3	4	1	True	2858	maximal	True	TAN0007_000000001122	1.0		2	1	False	False	0.9967136383056641	0					non-mobilizable	no_good_hit	99.0	86.869	1.0	0.0008641746691004647	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0043_000000008895	2959	0.5251228880478479	5	3	3	3	2	False	47229	maximal	True	FIJ0043_000000008895	1.0		21	5	False	False	0.9972963929176331	0					non-mobilizable	no_good_hit	102.0	82.353	3.0	0.00016852800344700577	NZ_FOGL01000001.1	firmicutes	Gracilibacillus ureilyticus strain CGMCC 1.7727, whole genome shotgun sequence	True	False
TAN0007_000000008540	4015	0.5251215700445074	4	3	3	3	3	False	2849	maximal	True	TAN0007_000000008540	1.0		2	1	False	False	0.9957658648490906	0					non-mobilizable	no_good_hit	1579.0	85.244	53.0	0.0023682154234537477	NZ_JH414505.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.2, whole genome shotgun sequence	True	False
SPA0042_000000005292	5343	0.5251211346476566	5	3	3	2	2	False	6868	fragment	False	SPA0042_000000005292	1.0		0	0	False	False	0.9992513656616211	0					non-mobilizable	no_good_hit	842.0	88.836	16.0	0.0002341232557330271	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0114_000000024522	1637	0.5251199475491363	1	1	1	1	1	False	41848	fragment	False	MAD0095_000000021212	0.9196272568433314		0	0	False	False	0.9963347315788269	0					non-mobilizable	no_good_hit	394.0	93.655	24.0	0.07347167694896242	KU547019.1	bacteria	Uncultured bacterium clone TE_05X_000_Contig_1 genomic sequence	True	False
AST0006_000000000226	47175	0.5251193356254119	49	14	10	13	11	True	127687	fragment	False	AST0006_000000000226	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	80.305	3.0	0.00562864115563809	NZ_BJFA01000002.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_1, whole genome shotgun sequence	True	True
CHI0024_000000005263	2388	0.5251167580106412	4	4	2	2	4	False	89033	fragment	False	CHI0024_000000005263	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1534.0	95.43700000000001	100.0	0.0003405009562013154	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0015_000000013768	2719	0.5251160370091039	3	3	2	3	2	False	57539	fragment	False	MON0015_000000013768	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2688.0	98.363	99.0	0.0007458997728421392	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0010_000000002908	6094	0.5251132005050076	7	7	7	7	5	False	131664	maximal	True	SPA0010_000000002908	1.0		4	2	False	False	1.0	0					non-mobilizable	other	2480.0	99.516	99.0	0.01260256423291613	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
CAN0013_000000005930	3938	0.525113199501011	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8373687853698053		0	0	False	False	1.0	0					non-mobilizable	chromosome	3859.0	99.79299999999999	100.0	0.0007700073168657947	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0091_000000007906	3089	0.5251101495992229	3	3	3	3	3	False	43385	maximal	True	FIJ0091_000000007906	1.0		99	10	False	False	0.9951440691947937	0					non-mobilizable	no_good_hit	2553.0	95.104	83.0	0.0012751380067074658	CP012719.1	firmicutes	Streptococcus anginosus strain J4206, complete genome	True	False
CHI0164_000000013610	1539	0.5250995663442612	3	3	3	3	2	False	78374	maximal	False	ISR0175_000000012181	0.940677966101695		0	0	False	False	0.9935022592544556	0					non-mobilizable	chromosome	1539.0	100.0	100.0	0.0004333381888999493	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0087_000000015832	1894	0.5250983484091115	2	2	2	2	2	False	15982	fragment	False	MAD0087_000000015832	1.0		0	0	False	False	0.9910243153572083	0					non-mobilizable	no_good_hit	1474.0	84.125	78.0	0.000435069117941048	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0070_000000015399	1657	0.5250972906825785	4	3	2	2	2	False	62356	fragment	False	ENG0070_000000015399	1.0		0	0	False	False	0.9885334968566895	0					non-mobilizable	no_good_hit	433.0	80.6	26.0	0.00014372570000642894	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0028_000000022353	1406	0.5250937451249077	2	2	2	2	2	False	73921	maximal	True	DEN0028_000000022353	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	82.353	10.0	4.0198749818880634e-05	CP042344.1	b-proteobacteria	Comamonas sp. NLF-7-7 strain NLF 7-7 chromosome, complete genome	True	False
AUS0024_000000006735	4691	0.5250930643446207	4	3	3	3	3	False	98981	maximal	True	AUS0024_000000006735	1.0		123	13	False	False	0.9997868537902832	0					non-mobilizable	no_good_hit	1199.0	98.415	26.0	0.0002794956573187268	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0255_000000021058	1571	0.5250921497205095	2	2	2	2	2	False	26881	maximal	True	ISR0255_000000021058	1.0		110	10	False	False	0.998090386390686	0					non-mobilizable	chromosome	1572.0	99.109	100.0	0.00065865602307602	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	False	False
ENG0042_000000004788	5672	0.5250921403086098	5	4	1	3	4	False	111220	maximal	True	ENG0042_000000004788	1.0		6	3	False	False	1.0	0					non-mobilizable	chromosome	3770.0	94.589	99.0	0.0005281709026669384	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0024_000000009844	2785	0.5250888270624668	3	3	3	3	2	False	86235	fragment	False	SPA0020_000000010794	0.9755562578102648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	72.361	36.0	0.0037091961232917935	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MON0053_000000001025	16825	0.5250818424927038	14	9	3	8	3	True	83834	fragment	False	MAD0092_000000000645	0.9626932808546529		0	0	False	False	0.9999405741691589	0					non-mobilizable	no_good_hit	1012.0	73.814	6.0	0.001831278457808527	NZ_FRDH01000004.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	True
ISR0070_000000003024	6295	0.5250808306242221	7	5	4	4	2	False	61776	maximal	False	ENG0080_000000003442	0.973958186642181		0	0	False	False	0.9996823072433472	0					non-mobilizable	no_good_hit	1565.0	98.147	37.0	0.01211551314132952	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	True	False
FIJ0065_000000014775	1331	0.525080147715775	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.38389154757647004		0	0	False	False	0.9699473977088928	0					non-mobilizable	chromosome	1331.0	98.573	100.0	0.00042868336511929164	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0047_000000018803	2095	0.5250748733822604	2	2	2	2	1	False	11462	fragment	False	MON0047_000000018803	1.0		0	0	False	False	0.9947494268417358	0					non-mobilizable	chromosome	1599.0	86.054	97.0	0.000533165126019165	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0015_000000006982	2975	0.5250728085460739	3	3	3	3	3	False	121344	fragment	False	SPA0015_000000006982	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2975.0	97.647	100.0	0.0009373976592795906	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0041_000000014352	2376	0.5250716004321063	5	3	1	2	1	True	6913	fragment	False	SPA0041_000000014352	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2375.0	99.537	99.0	0.02159615017238713	NZ_JAAIUD010000008.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_8_length_109927_cov_318.445, whole genome shotgun sequence	False	True
ISR0213_000000004616	4905	0.5250699511422804	4	3	2	3	3	False	28299	maximal	False	ISR0384_000000002552	0.977579365079365		0	0	False	False	1.0	0					non-mobilizable	other	4905.0	99.49	100.0	0.0010357172500355342	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0029_000000032018	1301	0.52506947716862	3	2	1	1	2	False	37087	maximal	True	ISR0029_000000032018	1.0		1	1	False	False	0.9938508868217468	0					non-mobilizable	other	1301.0	94.081	100.0	0.00024322734579939066	CP015130.1	enterobacteria	Klebsiella pneumoniae strain Kpn555, complete genome	False	False
SPA0111_000000026847	1268	0.5250694162969303	2	2	2	2	2	False	70676	fragment	False	USA0054_01_000000006766	0.4683293745051465		0	0	False	False	0.9645110368728638	0					non-mobilizable	other	1268.0	89.74799999999999	99.0	0.0003806699188245491	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CHI0015_000000008496	1245	0.5250676657806588	2	2	2	2	2	False	89728	maximal	True	CHI0015_000000008496	1.0		12	6	False	False	0.9791164398193359	0					non-mobilizable	no_good_hit	935.0	97.861	75.0	0.05015842328553784	NZ_CABKPS010000030.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
SPA0058_000000010775	2881	0.5250654257670793	4	2	2	2	2	False	75012	maximal	True	SPA0058_000000010775	1.0		2	1	False	False	0.9840333461761475	0					non-mobilizable	no_good_hit	161.0	87.57799999999999	6.0	4.8465065926120456e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
ISR0779_000000025136	1383	0.5250599122081275	2	2	2	2	1	True	22327	maximal	True	ISR0779_000000025136	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0106_000000025689	1665	0.525057226302483	3	2	2	2	2	False	93549	fragment	False	SPA0027_000000017373	0.5153084888767513		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	73.52	76.0	0.00041939630493679266	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0149_000000009470	2517	0.5250546864772553	3	3	3	2	2	False	39854	maximal	True	FIJ0149_000000009470	1.0		536	13	False	False	0.9896702170372009	0					non-mobilizable	other	2514.0	99.56200000000001	99.0	0.0006161320685095709	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0359_000000023112	1209	0.5250541643631031	3	3	2	3	1	False	23807	maximal	True	ISR0359_000000023112	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	100.0	57.0	0.0028440103418557886	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	True	False
CHI0008_000000001553	5199	0.5250531516624541	6	3	3	3	1	True	95949	fragment	False	CHI0008_000000001553	1.0		0	0	False	False	0.9988459348678589	0					non-mobilizable	no_good_hit	1015.0	83.054	21.0	0.008149263586803346	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
USA0081_01_000000008144	3848	0.5250474729143072	4	3	1	1	3	False	103017	maximal	True	USA0081_01_000000008144	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	88.14200000000001	53.0	0.006077602016890998	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	True	False
ENG0020_000000005365	3717	0.5250464279427608	7	2	2	2	2	False	110261	maximal	True	ENG0020_000000005365	1.0		4	3	False	False	1.0	0					non-mobilizable	other	3722.0	95.137	100.0	0.0011918736934798668	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ENG0083_000000010941	2038	0.5250464279427608	2	2	2	2	2	False	104614	fragment	False	ENG0083_000000010941	0.9185643564356436		0	0	False	False	1.0	0					non-mobilizable	chromosome	1959.0	94.079	96.0	0.00030164843083472766	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0087_000000013149	2020	0.5250464279427608	3	2	2	2	2	False	104614	fragment	False	ENG0083_000000010941	0.9148675171736997		0	0	False	False	0.9995049238204956	0					non-mobilizable	chromosome	1998.0	92.19200000000001	99.0	0.0003444391821791612	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
USA0090_01_000000005633	1555	0.5250464279427608	2	2	2	2	2	False	104605	fragment	False	ENG0060_000000019538	0.6135084427767354		0	0	False	False	1.0	0					non-mobilizable	other	1480.0	100.0	95.0	0.0003545516132697713	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
USA0007_01_000000011853	1362	0.5250464279427608	2	2	2	2	2	False	98810	fragment	False	USA0007_01_000000011853	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1362.0	94.714	100.0	0.0002362811123718943	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
AUS0024_000000025221	1271	0.5250464279427608	2	2	2	2	2	False	98809	fragment	False	AUS0024_000000025221	0.9320032573289903		0	0	False	False	1.0	0					non-mobilizable	chromosome	1198.0	95.15899999999999	94.0	0.00020780932513531043	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ENG0112_000000006486	4171	0.5250421330245345	5	5	5	5	4	False	126397	fragment	False	ENG0112_000000006486	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3505.0	99.458	84.0	0.0010549872989043367	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CAN0014_000000030346	1626	0.5250405177111767	3	2	2	2	2	False	93549	fragment	False	SPA0027_000000017373	0.5032406243651611		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	73.318	77.0	0.00041939630493679266	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0011_000000008211	3179	0.5250379044095632	6	5	3	5	3	True	81851	maximal	True	ISR0011_000000008211	1.0		1	1	False	False	0.9921358823776245	0					non-mobilizable	no_good_hit	1628.0	93.796	79.0	0.13110125050423557	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0195_000000009356	2628	0.5250344350935703	5	3	2	0	1	False	120713	fragment	False	ENG0067_000000010243	0.6674299474832888		0	0	False	False	0.9996194839477539	0					non-mobilizable	chromosome	2638.0	98.787	100.0	0.0005898855103136012	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CAN0006_000000006415	6955	0.5250339661603984	5	4	4	4	4	False	130688	maximal	True	CAN0006_000000006415	1.0		55	7	False	False	0.999281108379364	0					non-mobilizable	chromosome	5422.0	96.33	100.0	0.002231677715921717	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
TAN0017_000000011152	3104	0.5250316554993715	4	4	4	4	3	False	2482	maximal	True	TAN0017_000000011152	1.0		70	12	False	False	1.0	0					non-mobilizable	no_good_hit	1435.0	71.847	55.0	0.0004587967510588633	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
TAN0017_000000014424	2484	0.5250313952868216	4	4	2	4	2	False	52903	fragment	False	TAN0017_000000014424	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2480.0	98.024	99.0	0.019546465235834923	NZ_JH379441.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld952, whole genome shotgun sequence	False	False
ISR0108_000000006426	3399	0.5250304928106858	2	2	1	2	2	False	32808	maximal	True	ISR0108_000000006426	1.0		413	12	False	False	0.9988231658935547	0					non-mobilizable	other	3399.0	99.853	100.0	0.005185664491475244	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
FIJ0115_000000007276	3325	0.5250266985272087	3	3	3	3	3	False	53026	maximal	True	FIJ0115_000000007276	1.0		74	3	False	False	0.9987969994544983	0					non-mobilizable	no_good_hit	1417.0	96.471	42.0	0.02471186974238794	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0107_000000024153	1372	0.5250263894087442	2	2	2	1	1	False	92021	fragment	False	CHI0131_000000012778	0.9830508474576272		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	99.781	100.0	0.00036430627555425173	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0022_000000007463	2144	0.5250247153917174	4	3	1	2	3	False	69275	fragment	False	ISR0234_000000005032	0.71398445475126		0	0	False	False	1.0	0					non-mobilizable	other	2075.0	98.699	97.0	0.014855243743464122	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
SPA0066_000000011322	1109	0.5250245095770611	1	1	1	1	1	False	6064	maximal	True	SPA0066_000000011322	1.0		6	3	False	False	0.9990983009338379	0					non-mobilizable	no_good_hit	485.0	98.557	44.0	0.00013766934894344463	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0087_000000005105	4890	0.5250212613614775	4	4	4	4	3	False	33861	maximal	True	ISR0087_000000005105	1.0		250	10	False	False	0.9997954964637756	0					non-mobilizable	no_good_hit	2957.0	98.275	60.0	0.08339927650915668	NZ_CYZK01000027.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0164_000000001749	9893	0.5250203400816359	11	8	6	7	4	True	131953	maximal	True	ENG0164_000000001749	1.0	PS1136	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	703.0	70.697	7.0	0.00014979455807758395	NZ_AP023184.1	enterobacteria	Buttiauxella agrestis strain DSM 9389	True	True
MON0096_000000023812	1580	0.5250185751970513	2	2	2	2	2	False	13919	maximal	True	MON0096_000000023812	1.0		9	3	False	False	0.998734176158905	0					non-mobilizable	no_good_hit	1424.0	79.07300000000001	89.0	0.00039372379660474746	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
USA0119_01_000000011172	2191	0.5250165225676474	3	3	3	3	1	True	85302	maximal	True	USA0119_01_000000011172	1.0		28	6	False	False	1.0	0					non-mobilizable	other	2163.0	99.26	99.0	0.0006003854463457576	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ENG0053_000000020538	1216	0.5250162965770466	2	2	2	2	2	False	63826	maximal	True	ENG0053_000000020538	1.0		38	8	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	77.193	42.0	0.00013329918360142445	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
DEN0017_000000016637	1751	0.5250156615876266	2	2	2	1	1	False	75218	fragment	False	DEN0017_000000016637	1.0		0	0	False	False	0.994288980960846	0					non-mobilizable	no_good_hit	228.0	85.965	15.0	6.319379197550196e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
USA0073_01_000000004547	4127	0.5250152905672362	5	3	1	1	3	False	101844	maximal	True	USA0073_01_000000004547	1.0		60	9	False	False	1.0	0					non-mobilizable	no_good_hit	1613.0	93.676	60.0	0.002449379490529066	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0051_000000010367	3932	0.5250152905672362	4	3	1	1	3	False	101844	maximal	False	USA0073_01_000000004547	0.9763750908650352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1559.0	93.906	61.0	0.0023669704609411723	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
SPA0066_000000006436	2148	0.5250132322846282	2	1	1	1	1	False	6075	maximal	True	SPA0066_000000006436	1.0		1	1	False	False	0.9934822916984558	0					non-mobilizable	no_good_hit	1174.0	98.211	55.0	0.00033298284499634373	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0066_000000004102	6676	0.5250131549824852	13	6	4	4	3	True	71016	maximal	True	DEN0066_000000004102	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	80.581	20.0	0.0002432164790933125	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ENG0080_000000007044	3500	0.5250127181148722	4	4	4	3	2	False	61760	maximal	True	ENG0080_000000007044	1.0		33	9	False	False	0.9988571405410767	0					non-mobilizable	no_good_hit	2876.0	99.02600000000001	82.0	0.0008278162380402149	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
FIJ0075_000000013431	1462	0.5250088689758873	2	2	1	2	1	True	44584	maximal	True	FIJ0075_000000013431	1.0		1	1	False	False	0.9801641702651978	0					non-mobilizable	no_good_hit	242.0	88.84299999999999	17.0	0.005548106708585695	NZ_CYYA01000026.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
TAN0008_000000011085	1828	0.5250038266690817	3	3	3	3	2	False	2749	fragment	False	TAN0008_000000011085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0112_000000012074	2253	0.5250037270506787	3	3	3	3	3	False	42022	fragment	False	FIJ0112_000000012074	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2253.0	99.822	100.0	0.00043485455833587415	CP052362.1	enterobacteria	Klebsiella pneumoniae strain D16KP0122 chromosome, complete genome	False	False
ISR0309_000000007742	2372	0.5250010220555719	3	3	3	3	2	False	25384	maximal	True	ISR0309_000000007742	1.0		180	13	False	False	0.996205747127533	0					non-mobilizable	no_good_hit	757.0	77.807	32.0	0.00021377449844335632	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0171_000000013381	1789	0.5249998162511839	2	1	1	0	1	False	55790	maximal	True	ENG0171_000000013381	1.0		199	9	False	False	0.9972051382064819	0					non-mobilizable	other	1789.0	97.596	100.0	0.0005097659524241253	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0091_000000002409	12210	0.5249986154359014	19	7	2	4	7	False	110881	maximal	True	ISR0091_000000002409	1.0		1	1	False	False	0.9989352822303772	0					non-mobilizable	no_good_hit	4448.0	99.191	43.0	0.0989885036984226	NZ_SPFU01000033.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_33_length_44884_cov_22.2797, whole genome shotgun sequence	True	False
DEN0003_000000017091	1456	0.5249970091524021	2	1	1	1	1	False	76639	fragment	False	ISR0776_000000016142	0.9945496221495717		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	5.0	0.00013738044515134102	CP021372.1	a-proteobacteria	Rhizobium sp. ACO-34A plasmid pRACO34Ad, complete sequence	True	False
MON0101_000000032623	1973	0.5249954346602801	3	2	2	2	2	False	9042	maximal	True	MON0101_000000032623	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	77.90100000000001	45.0	0.0065801579532323	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0117_000000020573	1338	0.5249937057855653	2	2	2	2	2	False	129454	fragment	False	ENG0177_000000014127	0.5910246286936748		0	0	False	False	1.0	0					non-mobilizable	chromosome	1334.0	93.25299999999999	99.0	0.0003791595912016771	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0025_000000004906	4400	0.5249855429294442	4	2	1	2	1	False	66177	fragment	False	ENG0025_000000004906	1.0		0	0	False	False	0.9988636374473572	0					non-mobilizable	no_good_hit	59.0	89.831	1.0	1.6860527608060175e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0043_000000007934	3024	0.5249821135159646	4	3	3	3	3	False	18051	fragment	False	MAD0043_000000007934	1.0		0	0	False	False	0.9970238208770752	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.461664381152043e-05	NZ_MKIP01000043.1	a-proteobacteria	Rhizobium oryzae strain 1.7048 scaffold17, whole genome shotgun sequence	True	False
ISR0174_000000012446	1975	0.5249820241118551	4	1	1	1	1	False	29895	maximal	True	ISR0174_000000012446	1.0		1	1	False	False	0.9863291382789612	0					non-mobilizable	no_good_hit	920.0	95.978	49.0	0.00016283031800974423	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0079_000000017841	1593	0.5249820241118551	2	1	1	1	1	False	34354	maximal	True	ISR0079_000000017841	1.0		2	2	False	False	0.9780288934707642	0					non-mobilizable	no_good_hit	910.0	96.264	57.0	0.0001612304568065917	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0004_000000016421	1224	0.5249820241118551	1	1	1	1	1	False	38546	maximal	True	ISR0004_000000016421	1.0		15	4	False	False	0.9910130500793457	0					non-mobilizable	no_good_hit	916.0	96.07	75.0	0.00016211926858612088	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ISR0047_000000025605	1171	0.5249820241118551	2	1	1	1	1	True	36058	maximal	True	ISR0047_000000025605	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	927.0	95.90100000000001	95.0	0.0001642524168569909	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0042_000000012061	2643	0.5249785991477406	4	3	2	2	1	False	6856	maximal	True	SPA0042_000000012061	1.0		6	3	False	False	0.9996216297149658	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.295075641724444e-06	CP053447.1	bacteria	Ignavibacteriae bacterium isolate IGN3 chromosome	True	False
ISR0193_000000011437	2380	0.5249731357212255	4	4	4	4	1	False	29095	fragment	False	ISR0193_000000011437	1.0		0	0	False	False	0.9995798468589783	0					non-mobilizable	other	1300.0	95.0	100.0	0.01261177292983427	NZ_JAAITI010000011.1	firmicutes	Blautia luti strain MSK.16.34 NODE_11_length_102999_cov_250.848, whole genome shotgun sequence	False	False
ENG0024_000000012194	2221	0.5249726761802999	4	4	4	3	2	False	123000	fragment	False	ISR0157_000000012693	0.38558410055014		0	0	False	False	0.9995497465133667	0					non-mobilizable	other	2221.0	98.109	100.0	0.0006906382430660854	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0323_000000009823	2106	0.5249726761802999	4	4	4	3	2	False	123000	fragment	False	ISR0157_000000012693	0.2920347284513634		0	0	False	False	0.9947768449783325	0					non-mobilizable	other	2106.0	98.006	100.0	0.0006548619376820314	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0034_01_000000020923	2582	0.5249723091460949	3	2	2	2	0	True	96828	fragment	False	USA0034_01_000000020923	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1461.0	93.361	57.0	0.00040588787973692454	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
CHI0109_000000008524	2169	0.5249723091460949	3	2	2	2	0	True	96853	maximal	True	CHI0109_000000008524	1.0		1	1	False	False	0.9806362390518188	0					non-mobilizable	no_good_hit	555.0	92.79299999999999	50.0	0.00021911254672456407	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0370_000000012272	2162	0.5249723091460949	3	2	2	2	0	True	130078	fragment	False	USA0081_01_000000012302	0.6263935340022296		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	96.25	99.0	0.0006707279513740902	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0110_000000008104	1857	0.5249723091460949	2	2	2	2	0	True	130077	fragment	False	ISR0110_000000010759	0.5592393613067291		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	92.885	100.0	0.00044567761523307034	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0044_000000030167	1820	0.5249723091460949	3	2	2	2	0	True	65254	fragment	False	MON0044_000000030167	1.0		0	0	False	False	0.9994505643844604	0					non-mobilizable	no_good_hit	843.0	94.069	46.0	0.000286110685418583	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
MAD0001_000000014702	1758	0.5249723091460949	3	2	2	2	0	True	130077	fragment	False	ISR0110_000000010759	0.3153365550899154		0	0	False	False	0.9971558451652527	0					non-mobilizable	chromosome	1132.0	96.113	98.0	0.0003987456098284794	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0085_000000019105	1570	0.5249723091460949	2	2	2	2	0	True	130077	fragment	False	ISR0110_000000010759	0.2523968722462439		0	0	False	False	1.0	0					non-mobilizable	chromosome	1150.0	91.652	100.0	0.00040403869314478664	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0375_000000016014	1462	0.5249723091460949	2	2	2	2	0	True	130077	fragment	False	ISR0110_000000010759	0.1836980905373393		0	0	False	False	0.9993159770965576	0					non-mobilizable	chromosome	1162.0	94.57799999999999	100.0	0.0004093317764610939	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0027_000000023776	1735	0.5249696084551799	1	1	1	1	1	False	12641	fragment	False	MON0027_000000023776	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1735.0	99.885	100.0	0.00034608415952443964	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0075_000000005255	3970	0.5249694793793334	4	4	4	4	4	False	81280	maximal	False	MON0028_000000006482	0.9346901645751877		0	0	False	False	0.9926952123641968	0					non-mobilizable	no_good_hit	707.0	73.833	18.0	0.006064748325921824	NZ_CACWHY010000008.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
FIJ0081_000000003980	7141	0.5249648359004762	10	7	7	6	3	False	44285	maximal	True	FIJ0081_000000003980	1.0		13	6	False	False	0.9988797307014465	0					non-mobilizable	no_good_hit	564.0	72.872	8.0	0.0001949242854317573	CP027782.1	firmicutes	Clostridium tetani strain Mfbjulcb2 chromosome, complete genome	True	False
DEN0035_000000028821	1245	0.5249607917058966	2	2	0	2	0	True	73385	maximal	True	DEN0035_000000028821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0032_000000015316	2319	0.5249607145347137	6	4	4	4	2	True	48438	fragment	False	FIJ0032_000000015316	1.0		0	0	False	False	0.99956876039505	0					non-mobilizable	no_good_hit	219.0	81.735	9.0	0.002010736224612149	NZ_JAAVNF010000015.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_24_length_108308_cov_31.503565, whole genome shotgun sequence	True	True
DEN0009_000000003497	1194	0.5249604981732768	2	1	1	1	1	False	87906	fragment	False	ISR0215_000000024467	0.9824035389564595		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	99.83200000000001	100.0	0.002365824250789269	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
FIJ0019_000000005910	1142	0.5249604981732768	2	1	1	1	1	False	87906	fragment	False	ISR0215_000000024467	0.955688276891137		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	99.65	100.0	0.002262703663160567	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0153_000000016492	1742	0.5249597378219726	3	3	2	2	2	False	123105	fragment	False	ISR0274_000000003666	0.7022398575238589		0	0	False	False	0.9959816336631775	0					non-mobilizable	other	1743.0	95.295	100.0	0.0013045762075572505	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
MON0048_000000017174	2317	0.5249583738306055	2	2	2	2	2	False	58417	maximal	True	MON0048_000000017174	1.0		91	9	False	False	0.9753991961479187	0					non-mobilizable	other	2320.0	96.94	100.0	0.019034989457037427	NZ_QIBZ01000007.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_007, whole genome shotgun sequence	False	False
FIJ0066_000000018766	1753	0.5249562802427026	3	2	2	2	2	True	45313	maximal	True	FIJ0066_000000018766	1.0		1	1	False	False	0.9583570957183838	0					non-mobilizable	no_good_hit	1271.0	75.767	71.0	0.000377959452630387	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
FIJ0036_000000011015	3438	0.5249561484002293	2	2	2	2	2	False	47975	maximal	True	FIJ0036_000000011015	1.0		49	7	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.6273716681825334e-05	NZ_CP058235.1	a-proteobacteria	Bartonella alsatica strain CIP 105477 chromosome, complete genome	True	False
ENG0202_000000012818	1666	0.5249557357633725	2	1	1	1	1	False	54126	fragment	False	ISR0287_000000007445	0.9576659038901603		0	0	False	False	0.9939975738525391	0					non-mobilizable	no_good_hit	61.0	90.164	4.0	1.0741951995290729e-05	CP050183.1	firmicutes	Bacillus thuringiensis strain HER1410 chromosome, complete genome	True	False
ISR0233_000000009751	1715	0.5249556837383709	3	1	1	1	1	False	27389	fragment	False	ISR0233_000000009751	1.0		0	0	False	False	0.991253674030304	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000027088	1377	0.5249539065645626	2	2	2	1	1	False	74709	fragment	False	DEN0021_000000027088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	91.304	6.0	1.4049798684980166e-05	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ISR0021_000000016782	1426	0.5249534017667475	2	2	1	1	2	False	65683	fragment	False	ENG0031_000000012727	0.40306615155042474		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	96.564	100.0	0.008251302837290099	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
DEN0061_000000008648	4328	0.5249523405690333	5	4	2	2	2	False	71943	fragment	False	DEN0061_000000008648	1.0		0	0	False	False	0.996996283531189	0					non-mobilizable	plasmid	2308.0	93.154	95.0	0.04979540583255754	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	False	True
FIJ0031_000000002431	8309	0.524951965535052	5	4	3	4	4	False	48631	maximal	True	FIJ0031_000000002431	1.0		17	1	False	False	0.9998796582221985	0					non-mobilizable	no_good_hit	3124.0	77.625	37.0	0.20012861736334406	NZ_JXQL01000018.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig18, whole genome shotgun sequence	True	False
ENG0124_000000015717	1979	0.524948254725933	2	1	1	1	0	True	111283	fragment	False	ENG0124_000000015717	1.0		0	0	False	False	0.9671551585197449	0					non-mobilizable	other	1834.0	99.945	93.0	0.009064026742093082	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0167_000000023497	1166	0.5249481003626134	2	2	2	1	1	False	30157	maximal	True	ISR0167_000000023497	1.0		396	14	False	False	0.9939965605735779	0					non-mobilizable	other	926.0	99.352	100.0	0.00015008405518355443	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	False	False
AST0151_000000010580	1537	0.5249469027497746	1	1	1	1	1	False	103650	fragment	False	AST0151_000000010580	1.0		0	0	False	False	0.9960963129997253	0					non-mobilizable	other	1534.0	98.044	99.0	0.013592233009708738	NZ_QEKJ01000007.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_107, whole genome shotgun sequence	False	False
SPA0069_000000006244	3907	0.5249461996721057	7	5	3	3	4	False	58702	fragment	False	SPA0069_000000006244	1.0		0	0	False	False	0.9984642863273621	0					non-mobilizable	chromosome	3888.0	99.56299999999999	99.0	0.0008633576104073795	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0185_000000022343	1479	0.5249451954930533	4	1	1	1	1	False	68685	fragment	False	FIJ0165_000000011553	0.93600173025873		0	0	False	False	0.9966193437576294	0					non-mobilizable	no_good_hit	440.0	83.182	29.0	0.00014363583039213917	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
SPA0027_000000026393	1424	0.5249451954930533	2	1	1	1	1	False	7469	maximal	True	SPA0027_000000026393	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	98.876	6.0	2.109570112761317e-05	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
FIJ0102_000000024065	1354	0.5249451954930533	2	1	1	1	1	False	42608	maximal	True	FIJ0102_000000024065	1.0		125	9	False	False	1.0	0					non-mobilizable	chromosome	1354.0	94.978	100.0	0.00036258138652408526	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0222_000000033802	1333	0.5249451954930533	2	1	1	1	1	False	27852	maximal	True	ISR0222_000000033802	0.9984532095901005		145	11	False	False	0.9932482838630676	0					non-mobilizable	other	1333.0	95.274	100.0	0.0006416061347565557	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
ISR0298_000000011511	1298	0.5249451954930533	3	1	1	1	1	False	25629	maximal	True	ISR0298_000000011511	1.0		136	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0108_000000017725	1224	0.5249451954930533	3	1	1	1	1	False	8523	maximal	True	MON0108_000000017725	1.0		28	9	False	False	0.9501634240150452	0					non-mobilizable	no_good_hit	814.0	85.135	66.0	0.00028476788241732997	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0003_000000021248	1187	0.5249451954930533	2	1	1	1	1	False	38587	maximal	True	ISR0003_000000021248	1.0		146	13	False	False	0.9974726438522339	0					non-mobilizable	no_good_hit								True	False
MAD0059_000000016318	1170	0.5249451954930533	2	1	1	1	1	False	38885	fragment	False	MAD0059_000000016318	0.9733570159857905		0	0	False	False	1.0	0					non-mobilizable	chromosome	1170.0	95.385	100.0	0.000313272461823101	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0134_000000033016	1136	0.5249451954930533	1	1	1	1	1	False	58121	maximal	True	ENG0134_000000033016	1.0		4	4	False	False	0.9595070481300354	0					non-mobilizable	no_good_hit	76.0	96.053	7.0	1.696889398106543e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0065_000000023646	1133	0.5249451954930533	2	1	1	1	1	False	10656	maximal	True	MON0065_000000023646	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1114.0	88.689	98.0	0.024994947113117293	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
FIJ0168_000000021499	1126	0.5249451954930533	2	1	1	1	1	False	38885	fragment	False	MAD0059_000000016318	0.9555555555555555		0	0	False	False	1.0	0					non-mobilizable	chromosome	1126.0	92.806	100.0	0.00030148119722069175	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0011_000000042102	1111	0.5249451954930533	2	1	1	1	1	False	50849	maximal	True	FIJ0011_000000042102	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000002941	9569	0.5249434425954199	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.746457427036991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	85.73100000000001	17.0	0.0018087266355384464	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0017_000000012007	2371	0.5249423746605371	2	2	2	2	1	False	50144	maximal	True	FIJ0017_000000012007	1.0		38	6	False	False	0.9970476627349854	0					non-mobilizable	no_good_hit	508.0	76.181	21.0	8.100542252234749e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
SPA0115_000000018259	1540	0.5249419992881279	3	3	3	3	3	False	80058	maximal	True	SPA0115_000000018259	1.0		118	10	False	False	0.9993506669998169	0					non-mobilizable	no_good_hit	965.0	78.446	62.0	0.0003357150926244315	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0255_000000027733	1236	0.524934990411748	2	1	1	1	1	False	26869	maximal	True	ISR0255_000000027733	1.0		42	9	False	False	0.9846278429031372	0					non-mobilizable	no_good_hit	34.0	97.059	3.0	1.0087051252307413e-05	CP015349.1	firmicutes	Sporosarcina sp. P37, complete genome	True	False
ISR0331_000000010344	2261	0.5249314120092414	3	3	3	3	2	False	24613	maximal	True	ISR0331_000000010344	1.0		4	3	False	False	0.9845201373100281	0					non-mobilizable	no_good_hit	524.0	76.908	23.0	0.0005403013775557957	NZ_CYUJ01000002.1	firmicutes	Neofamilia massiliensis strain SIT13, whole genome shotgun sequence	True	False
ISR0386_000000009723	3533	0.5249294111170222	3	3	3	3	3	False	23005	maximal	True	ISR0386_000000009723	1.0		138	12	False	False	1.0	0					non-mobilizable	other	3533.0	99.943	100.0	0.02477883556310114	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
MAD0093_000000023510	1378	0.5249241957040782	2	2	2	2	2	False	15654	fragment	False	MAD0093_000000023510	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1409.0	86.16	100.0	0.0004940211095220099	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0049_000000000625	16602	0.5249238329006423	11	10	10	9	6	True	72097	maximal	False	ETH0003_000000001115	0.9686615522305959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3151.0	95.113	67.0	0.04981918538256566	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0031_000000001412	9412	0.5249233706244842	14	8	4	5	6	True	37028	maximal	True	ISR0031_000000001412	1.0		1	1	False	False	0.9988312721252441	0					non-mobilizable	no_good_hit	1566.0	91.635	52.0	0.12569584509883017	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0113_01_000000002267	8149	0.5249228232175787	9	8	7	8	8	False	95749	maximal	True	USA0113_01_000000002267	1.0	PS467|PS497|PS510	3	1	False	True	1.0	0					non-mobilizable	other	4510.0	98.891	94.0	0.09001538553759467	NZ_VJZV01000035.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold35_1, whole genome shotgun sequence	False	True
USA0005_01_000000010964	3180	0.5249184097362393	4	3	1	3	1	False	2177	maximal	True	USA0005_01_000000010964	1.0		2	2	False	False	0.9968553185462952	0					non-mobilizable	no_good_hit								True	False
SPA0141_000000006492	3617	0.5249173652239061	3	3	3	3	3	False	132029	fragment	False	SPA0141_000000006492	0.9939657591916924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	77.955	43.0	0.0006518289986355606	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0142_000000008107	3563	0.5249173652239061	3	3	3	3	3	False	132029	fragment	False	SPA0141_000000006492	0.9881116947746752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	77.891	44.0	0.0006518289986355606	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0101_000000004723	9664	0.5249171961852169	9	7	7	6	7	False	12088	maximal	True	MON0101_000000004723	1.0		4	1	False	False	0.9997930526733398	0					non-mobilizable	no_good_hit	796.0	72.236	8.0	0.000207906102044095	NZ_CP013459.1	b-proteobacteria	Burkholderia stagnalis strain MSMB735WGS chromosome 1, complete sequence	True	False
SPA0107_000000010991	2883	0.5249163456049424	2	2	2	2	2	True	128015	fragment	False	SPA0107_000000010991	0.9683633792859667		0	0	False	False	1.0	0					non-mobilizable	other	2883.0	98.613	100.0	0.0008105807582681211	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
MAD0083_000000004243	2385	0.5249131574429565	4	3	3	2	2	False	16105	maximal	True	MAD0083_000000004243	1.0		18	2	False	False	1.0	0					non-mobilizable	chromosome	2277.0	99.605	95.0	0.0006415035309470492	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
FIJ0001_000000019791	1114	0.5249130078415717	2	2	2	2	1	False	52495	maximal	True	FIJ0001_000000019791	1.0		16	1	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	98.758	79.0	0.00017269805686390867	LR134196.1	enterobacteria	Klebsiella quasipneumoniae strain NCTC11357 genome assembly, chromosome: 1	True	False
CHI0048_000000009192	2082	0.5249129790248931	3	3	1	2	3	False	87143	fragment	False	ISR0392_000000013708	0.6131601828727176		0	0	False	False	1.0	0					non-mobilizable	other	2082.0	98.70299999999999	100.0	0.0007593903857746949	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
CHI0045_000000010127	2075	0.5249129790248931	3	3	1	2	3	False	87143	fragment	False	ISR0392_000000013708	0.6111969262364698		0	0	False	False	1.0	0					non-mobilizable	other	2075.0	98.602	100.0	0.000756835973136337	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
ENG0191_000000001312	14683	0.5249103213764537	16	3	2	3	1	True	54759	maximal	True	ENG0191_000000001312	1.0		11	5	False	False	0.9985016584396362	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	7.271046559298353e-07	AP022693.1	bony fishes	Epinephelus fuscoguttatus DNA, LG19, complete sequence	True	True
MON0102_000000004855	8338	0.5249094428988373	13	4	3	3	3	False	8980	fragment	False	MON0102_000000004855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	94.913	10.0	0.9965277777777778	GQ882848.1		Uncultured organism clone VC1D588TR genomic sequence	True	False
ENG0024_000000002609	9378	0.5249075498711201	14	2	1	1	1	True	103719	fragment	False	ENG0024_000000002609	1.0		0	0	False	False	0.9998933672904968	0					non-mobilizable	no_good_hit	196.0	89.286	4.0	8.182277524295881e-05	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	True	True
ISR0035_000000002471	6597	0.5249075498711201	9	2	1	1	1	True	103718	fragment	False	ISR0035_000000002471	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	97.79	5.0	0.00015039711504171124	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	True
AST0151_000000002920	5695	0.5249075498711201	13	2	1	1	1	True	103717	fragment	False	AST0151_000000002920	1.0		0	0	False	False	0.9992976188659668	0					non-mobilizable	no_good_hit	115.0	99.13	2.0	4.7493825802645654e-05	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	True
MON0021_000000004783	4836	0.5249075498711201	8	2	1	1	1	True	13082	fragment	False	MON0021_000000004783	1.0		0	0	False	False	0.9964846968650818	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.395586584218266e-06	NZ_NETK01000001.1	d-proteobacteria	Nannocystis exedens strain DSM 71 utg0, whole genome shotgun sequence	True	True
ISR0020_000000005591	3634	0.5249075498711201	4	2	1	1	1	True	37697	fragment	False	ISR0020_000000005591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	99.13	3.0	4.7493825802645654e-05	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	True	True
ISR0395_000000024495	1579	0.5249064795852972	4	2	1	2	1	True	22717	maximal	True	ISR0395_000000024495	1.0		0	0	False	False	0.9848005175590515	0					non-mobilizable	no_good_hit								True	True
ISR0797_000000007990	1384	0.5249040795802302	4	3	3	2	2	False	86374	fragment	False	FIJ0076_000000010016	0.9623385939741751		0	0	False	False	1.0	0					non-mobilizable	chromosome	813.0	99.75399999999999	100.0	0.00022726312227623607	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0257_000000012905	1382	0.5249040795802302	4	3	3	2	2	False	125933	fragment	False	ENG0065_000000017485	0.5325766261349119		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	99.493	100.0	0.07082051282051283	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0088_000000020357	1235	0.5249040795802302	3	3	3	2	2	False	125933	fragment	False	ENG0065_000000017485	0.3160788558504224		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	99.595	99.0	0.06323076923076923	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0012_000000014790	1630	0.5249038396534995	2	2	2	2	1	False	8003	maximal	True	SPA0012_000000014790	1.0		56	10	False	False	0.9950920343399048	0					non-mobilizable	other	1238.0	80.048	99.0	0.0176871530873429	NZ_JAAIPV010000019.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_19_length_69542_cov_109.211, whole genome shotgun sequence	False	False
CHI0160_000000013748	2258	0.5249022089053959	4	3	3	3	2	False	78720	maximal	True	CHI0160_000000013748	1.0		21	7	False	False	0.9995571374893188	0					non-mobilizable	no_good_hit	91.0	80.22	4.0	0.00025986084305864974	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
CAN0011_000000025418	1188	0.5248985047207492	2	2	2	2	2	False	94358	fragment	False	CAN0011_000000025418	0.9753032928942807		0	0	False	False	0.9006733894348145	0					non-mobilizable	other	1097.0	100.0	92.0	0.004744486050085496	NZ_JAAIPW010000004.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_4_length_231005_cov_215.803, whole genome shotgun sequence	False	False
SPA0112_000000021983	1510	0.52489680259758	2	2	2	2	2	False	53780	fragment	False	ENG0209_000000011167	0.9545454545454546		0	0	False	False	0.9980132579803467	0					non-mobilizable	chromosome	1510.0	89.404	100.0	0.000422339964919754	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0393_000000008664	2046	0.5248962199302761	2	2	2	2	2	False	43186	fragment	False	MON0013_000000025242	0.9669013973769588		0	0	False	False	0.9931573867797852	0					non-mobilizable	other	2046.0	99.169	100.0	0.026907894736842106	NZ_JAAIUL010000018.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_18_length_76000_cov_381.411, whole genome shotgun sequence	False	False
ENG0178_000000009631	2303	0.5248908009175446	4	2	2	2	1	False	55470	maximal	True	ENG0178_000000009631	1.0		3	2	False	False	0.9947894215583801	0					non-mobilizable	no_good_hit	1343.0	99.33	58.0	0.0047721324533454715	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0007_000000013427	1385	0.5248894859631178	3	3	3	3	2	False	51544	maximal	True	FIJ0007_000000013427	1.0		20	4	False	False	0.9956678748130798	0					non-mobilizable	other	1385.0	91.119	100.0	0.0002851218514791211	CP016906.1	enterobacteria	Enterobacter cloacae isolate SBP-8 genome	False	False
ISR0811_000000004422	3185	0.5248874464291483	3	3	3	3	3	False	121622	fragment	False	ISR0811_000000004422	0.9848398710077813		0	0	False	False	1.0	0					non-mobilizable	other	3186.0	99.05799999999999	100.0	0.008710301127553267	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0039_01_000000010856	2069	0.5248855595420922	3	3	3	3	2	False	1322	maximal	True	USA0039_01_000000010856	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	973.0	90.647	47.0	0.0002723199807549306	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0136_000000024817	1145	0.5248850196825591	2	2	2	2	1	False	40507	maximal	True	FIJ0136_000000024817	1.0		144	12	False	False	0.9965065717697144	0					non-mobilizable	no_good_hit	552.0	78.442	48.0	0.00017079297092039678	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0069_000000013567	1644	0.5248810156341345	3	3	3	2	2	False	44985	maximal	True	FIJ0069_000000013567	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	99.20299999999999	61.0	0.0036971370226067213	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	True	False
ISR0013_000000000749	21913	0.5248803437629275	28	25	9	13	24	True	123801	fragment	False	ISR0166_000000000456	0.8543687590857784		0	0	False	False	0.999954342842102	0					non-mobilizable	other	20837.0	99.93299999999999	95.0	0.005500965097807402	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
CAN0004_000000021143	1358	0.5248762430027534	2	1	1	1	1	False	96095	maximal	True	CAN0004_000000021143	1.0		99	13	False	False	1.0	0					non-mobilizable	chromosome	1358.0	99.853	100.0	0.0003020019815959058	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0067_000000025163	1241	0.5248762430027534	1	1	1	1	1	False	35046	fragment	False	ISR0067_000000025163	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	100.0	100.0	0.00028929433645677894	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0042_000000008027	3734	0.524874530800898	3	3	3	2	3	False	124217	fragment	False	SPA0042_000000008027	0.9944237918215613		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2084.0	80.854	55.0	0.014638265262679874	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0039_000000009659	3497	0.524874530800898	4	3	3	2	3	False	124217	fragment	False	SPA0042_000000008027	0.9630423138725228		0	0	False	False	0.9988561868667603	0					non-mobilizable	no_good_hit	2104.0	81.131	60.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0090_000000007014	1860	0.5248719415933073	3	2	1	1	2	False	90271	fragment	False	CHI0090_000000007014	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1860.0	99.946	100.0	0.35985288424312817	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
FIJ0085_000000021014	1495	0.5248719415933073	2	2	1	1	2	False	90269	fragment	False	FIJ0085_000000021014	0.9613315400134499		0	0	False	False	0.9986622333526611	0		MOBQ			mobilizable	plasmid	1496.0	98.99700000000001	100.0	0.28950426026336173	CP011139.1	enterobacteria	Escherichia coli VR50 plasmid pVR50E, complete sequence	False	True
CHI0010_000000005131	1487	0.5248719415933073	2	2	1	1	2	False	90269	fragment	False	FIJ0085_000000021014	0.9585284280936455		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1487.0	99.93299999999999	100.0	0.24460905349794237	CP018986.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_5, complete sequence	False	True
ISR0282_000000013380	1765	0.5248690018799055	2	2	2	2	0	False	26140	maximal	True	ISR0282_000000013380	1.0		73	10	False	False	0.9994333982467651	0					non-mobilizable	chromosome	1559.0	99.23	96.0	0.0003467347732692861	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0110_000000010929	2801	0.524866681298761	4	2	2	2	2	True	59808	fragment	False	ENG0110_000000010929	1.0		0	0	False	False	0.998928964138031	0					non-mobilizable	other	2801.0	99.964	100.0	0.04721674170755974	NZ_CBYM010000017.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	True
ENG0129_000000011848	2256	0.524866681298761	3	2	2	2	2	True	58541	fragment	False	ENG0129_000000011848	1.0		0	0	False	False	0.9906914830207825	0					non-mobilizable	other	2256.0	99.956	100.0	0.053610061098827946	NZ_SMUS01000036.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00036, whole genome shotgun sequence	False	True
ISR0178_000000011231	1546	0.5248649473384026	2	2	1	1	2	False	29702	maximal	True	ISR0178_000000011231	1.0		285	13	False	False	0.9993531703948975	0					non-mobilizable	other	1546.0	99.54700000000001	100.0	0.0002989919616640054	CP021844.1	enterobacteria	Escherichia coli strain EC1515, complete genome	False	False
SPA0145_000000017281	2005	0.5248548920970291	4	2	2	2	1	False	23974	fragment	False	SPA0145_000000017281	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1191.0	90.09200000000001	59.0	0.004160502958579882	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	True	False
ENG0009_000000002913	4248	0.5248548732943681	3	3	3	3	1	True	67337	maximal	True	ENG0009_000000002913	1.0		74	9	False	False	0.9974105358123779	0			MPF_T		non-mobilizable	chromosome	4248.0	100.0	100.0	0.0006613627873101191	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
ISR0341_000000001211	12370	0.5248489697910552	14	4	2	3	1	True	111612	fragment	False	ISR0341_000000001211	1.0		0	0	False	False	0.9999191761016846	0					non-mobilizable	no_good_hit	315.0	77.143	3.0	0.002267294458529518	NZ_MIEH01000016.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_16, whole genome shotgun sequence	True	True
SPA0112_000000028760	1159	0.5248481567491838	1	1	1	1	1	False	4511	fragment	False	SPA0112_000000028760	1.0		0	0	False	False	0.9939603209495544	0					non-mobilizable	chromosome	1152.0	98.958	99.0	0.0005026540131896413	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
MON0048_000000009698	3848	0.5248421745800654	3	3	2	2	3	False	13678	fragment	False	MON0091_000000003229	0.9869007320252946		0	0	False	False	1.0	0					non-mobilizable	chromosome	3758.0	91.03200000000001	100.0	0.0015123387316040473	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ITA0013_000000001380	1179	0.5248418202170072	2	1	1	1	1	False	20316	fragment	False	ITA0013_000000001380	1.0		0	0	False	False	0.9703138470649719	0					non-mobilizable	other	1117.0	99.37299999999999	95.0	0.0003573479021981059	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MON0015_000000022594	1676	0.5248417348447906	3	2	2	2	2	False	37898	maximal	False	MON0011_000000028024	0.9731086609805145		0	0	True	True	1.0	12					non-mobilizable	no_good_hit	647.0	91.499	67.0	0.013282221301284708	NZ_CABIWU010000014.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
CHI0021_000000004331	1966	0.5248413491248387	3	3	3	3	3	False	98263	fragment	False	TAN0004_000000002493	0.9787444389520514		0	0	False	False	0.9954221844673157	0					non-mobilizable	chromosome	1966.0	99.491	100.0	0.00041257468861633997	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
DEN0051_000000041421	1187	0.5248400722756559	2	1	1	1	1	False	72402	fragment	False	DEN0051_000000041421	1.0		0	0	False	False	0.973041296005249	0					non-mobilizable	other	1146.0	97.906	97.0	0.00030372142447739585	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0062_000000001557	11693	0.5248397018855817	6	6	5	6	4	False	103953	maximal	True	ENG0062_000000001557	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	6574.0	93.383	97.0	0.0023252165592531826	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
SPA0138_000000013877	1910	0.5248374646168601	4	3	3	2	1	False	3530	maximal	True	SPA0138_000000013877	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	97.302	46.0	0.0018308372369202348	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	True	False
ISR0794_000000001566	10140	0.5248371449654284	11	8	5	6	3	True	21998	fragment	False	ISR0794_000000001566	1.0		0	0	False	False	0.9999013543128967	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	2.0839052096193063e-05	CP020296.1	budding yeasts	Saccharomyces paradoxus strain UFRJ50816 chromosome IV, complete sequence	True	True
ISR0009_000000025509	1332	0.5248357726687323	1	1	1	1	1	False	60747	fragment	False	ISR0009_000000025509	0.9484339190221543		0	0	False	False	0.9932432174682617	0					non-mobilizable	no_good_hit								True	False
MAD0109_000000006151	2296	0.5248324089782314	3	3	3	3	3	False	14593	maximal	True	MAD0109_000000006151	1.0		87	9	False	False	0.9891114830970764	0					non-mobilizable	no_good_hit								True	False
MAD0037_000000008329	1596	0.5248312241224458	1	1	1	1	1	False	18622	maximal	True	MAD0037_000000008329	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1596.0	99.37299999999999	100.0	0.0046738146239117635	NZ_QNRL01000008.1	enterobacteria	Pseudocitrobacter faecalis strain DSM 27453 Ga0244571_108, whole genome shotgun sequence	False	False
FIJ0149_000000002056	9434	0.5248283975541349	7	7	5	5	6	False	39866	maximal	True	FIJ0149_000000002056	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3082.0	96.204	71.0	0.0010735702344984127	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0078_000000026560	1732	0.5248267773118838	1	1	1	1	1	False	50301	maximal	True	MON0078_000000026560	1.0		188	14	False	False	0.994226336479187	0					non-mobilizable	other	1310.0	90.382	99.0	0.0003209378741261553	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0003_000000017310	1568	0.5248267773118838	1	1	1	1	1	False	43112	maximal	False	FIJ0095_000000017023	0.9492984067133544		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1358.0	81.811	86.0	0.00037610689377371115	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0042_000000002681	9806	0.5248249324217856	10	7	2	5	7	False	118632	maximal	True	ENG0042_000000002681	1.0		1	1	False	False	0.9962267875671387	0					non-mobilizable	no_good_hit	5188.0	89.399	77.0	0.0008305807960723329	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ISR0335_000000017207	1164	0.5248216475994382	2	2	2	2	2	False	24478	maximal	True	ISR0335_000000017207	1.0		49	5	False	False	1.0	0					non-mobilizable	other	1168.0	91.096	100.0	0.0005278632838633601	CP007443.1	high GC Gram+	Bifidobacterium adolescentis strain 22L, complete genome	False	False
CAN0003_000000030683	1602	0.5248211570532889	2	2	2	2	1	False	96499	maximal	True	CAN0003_000000030683	1.0		88	11	False	False	1.0	0					non-mobilizable	no_good_hit	842.0	78.979	88.0	0.0009092617598397439	NZ_CABJCG010000001.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MAD0012_000000015723	1855	0.5248202239959338	2	1	1	1	1	False	19661	maximal	True	MAD0012_000000015723	1.0		126	8	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	92.822	67.0	0.00031576478230273725	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0079_000000025379	2266	0.5248201518094577	5	4	3	4	3	True	69553	fragment	False	DEN0079_000000025379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	79.098	21.0	0.06386934006108086	NZ_OKQO01000017.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
ISR0026_000000014316	1594	0.5248143559453023	2	2	2	2	2	False	37286	fragment	False	ISR0026_000000014316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	84.223	53.0	0.0002526756818780037	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0169_000000012025	1895	0.5248142956449068	3	2	1	2	1	True	93137	fragment	False	ENG0082_000000009793	0.7430597981163366		0	0	False	False	0.9936675429344177	0					non-mobilizable	chromosome	1903.0	89.49	100.0	0.00044266160695621907	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
MON0087_000000022234	2271	0.5248127892606012	3	3	2	3	3	False	52754	maximal	False	ETH0005_000000020401	0.956615120274914		0	0	False	False	0.9621312022209167	0					non-mobilizable	no_good_hit	132.0	82.57600000000001	6.0	0.0013795445380648174	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0041_000000009776	1519	0.5248113144276583	3	2	2	2	2	False	87589	maximal	True	CHI0041_000000009776	1.0		108	10	False	False	0.9993416666984558	0					non-mobilizable	no_good_hit	1326.0	82.805	87.0	0.000396824560489702	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0026_000000026996	1207	0.5248112148862529	2	2	2	2	1	False	65840	fragment	False	FIJ0026_000000026996	0.982942315137437		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	99.087	99.0	0.0005761744219711961	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
ISR0302_000000015026	1148	0.5248112148862529	2	2	2	2	1	False	65840	fragment	False	FIJ0026_000000026996	0.9648317683881064		0	0	False	False	0.9947735071182251	0					non-mobilizable	other	1144.0	99.913	99.0	0.0005469828607251471	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
ISR0201_000000008634	3445	0.5248102596922682	3	3	3	2	3	True	106448	maximal	True	ISR0201_000000008634	1.0		260	11	False	False	0.9976778030395508	0					non-mobilizable	chromosome	1854.0	93.635	98.0	0.0002606068028121805	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0320_000000007565	2950	0.5248095217430325	3	3	3	3	3	False	119445	fragment	False	USA0035_01_000000007606	0.24296061197916669		0	0	False	False	0.9989830255508423	0					non-mobilizable	chromosome	2950.0	99.492	100.0	0.0006563034957452661	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0025_000000002484	4049	0.5248094821423877	5	4	3	3	4	False	19151	fragment	False	MAD0025_000000002484	1.0		0	0	False	False	0.9997529983520508	0					non-mobilizable	no_good_hit	1037.0	94.021	44.0	0.0051396137592674435	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
MON0061_000000005246	7040	0.5248053264775034	8	8	7	7	7	False	104537	maximal	True	MON0061_000000005246	1.0		70	8	False	False	0.9995738863945007	0					non-mobilizable	other	7054.0	98.214	100.0	0.028192722910835667	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0123_000000030563	1160	0.5248027084476811	2	2	2	2	2	False	41283	fragment	False	FIJ0123_000000030563	0.9891493055555556		0	0	False	False	1.0	0					non-mobilizable	other	1160.0	99.397	100.0	0.0003468314300497265	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0230_000000023487	1489	0.5248021641685346	2	1	1	1	1	True	27521	maximal	True	ISR0230_000000023487	1.0		8	5	False	False	0.9905977249145508	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.3800191386864759e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
SPA0102_000000023783	1321	0.5247993947596548	3	2	1	1	2	False	4892	maximal	True	SPA0102_000000023783	1.0		255	11	False	False	0.9947009682655334	0					non-mobilizable	virus	1304.0	100.0	99.0	0.02550551020807642	MK233838.1	viruses	Uncultured human fecal virus clone RuminococcusB.sp_B10.V01.N10_1-proph_c1 sequence	False	False
ENG0111_000000004190	5243	0.5247969811778493	6	4	4	4	3	True	118247	fragment	False	MON0015_000000005626	0.8279751329321358		0	0	False	False	0.9998092651367188	0					non-mobilizable	no_good_hit	4403.0	95.889	87.0	0.018414517189535094	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
CAN0015_000000008230	5088	0.5247969811778493	6	4	4	4	3	True	118247	fragment	False	MON0015_000000005626	0.8152793470565404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4306.0	95.936	87.0	0.018008283810552854	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ITA0006_000000005437	4812	0.5247969811778493	6	4	4	4	3	True	118247	fragment	False	MON0015_000000005626	0.40871935909411755		0	0	False	False	0.9966749548912048	0					non-mobilizable	no_good_hit	4034.0	96.28200000000001	86.0	0.016869155160210907	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0089_000000016332	1815	0.5247933033382975	2	2	2	2	2	False	33731	maximal	True	ISR0089_000000016332	1.0		25	7	False	False	1.0	0					non-mobilizable	no_good_hit	1612.0	99.50399999999999	89.0	0.004233580095078167	NZ_CAPH01000006.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
TAN0002_000000017470	2208	0.5247927583415803	3	3	3	2	2	False	3042	maximal	True	TAN0002_000000017470	1.0		1	1	False	False	0.9981883764266968	0					non-mobilizable	no_good_hit	136.0	96.324	6.0	3.778389348188654e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CAN0013_000000012449	1812	0.5247907297871024	4	3	3	3	2	False	108570	fragment	False	SPA0088_000000008012	0.9336495240613432		0	0	False	False	0.996688723564148	0					non-mobilizable	other	1812.0	97.62700000000001	100.0	0.003673808040994099	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0140_000000016349	1405	0.5247907297871024	3	3	3	3	2	False	108568	fragment	False	ISR0140_000000016349	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1405.0	99.359	100.0	0.0028481648202958116	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0116_000000005485	3191	0.5247905182783817	5	5	4	3	1	False	82196	maximal	True	CHI0116_000000005485	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	1077.0	81.616	34.0	0.00022427838638395875	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	False
ISR0846_000000007461	1452	0.5247891968739198	2	2	2	2	1	False	20660	fragment	False	ISR0846_000000007461	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1452.0	99.587	100.0	0.0006356794141578519	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0148_000000011055	2638	0.5247826107068946	2	2	2	2	2	False	105784	maximal	False	ENG0094_000000005907	0.9397695530726257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	2.0	1.5379835804872947e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0029_000000005845	3951	0.524781035967687	6	4	3	4	1	True	12569	fragment	False	MON0029_000000005845	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0051_000000030548	1565	0.5247772873743386	2	2	2	2	2	False	72468	maximal	True	DEN0051_000000030548	1.0		10	6	False	False	0.9916933178901672	0					non-mobilizable	no_good_hit	139.0	77.69800000000001	9.0	0.0006227020691107723	NZ_QMFB01000016.1	firmicutes	Paenibacillus contaminans strain CKOBP-6 scaffold16, whole genome shotgun sequence	True	False
ENG0138_000000007584	2595	0.5247764962645184	4	2	2	2	0	False	57939	fragment	False	ENG0138_000000007584	1.0		0	0	False	False	0.9992293119430542	0					non-mobilizable	no_good_hit	625.0	93.44	24.0	0.0764378478664193	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
MON0078_000000007934	4757	0.5247714471180556	5	5	3	5	5	False	10172	fragment	False	MON0078_000000007934	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	92.15700000000001	4.0	0.0001587254191686874	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
FIJ0122_000000003530	4951	0.5247711348724077	5	5	2	5	5	False	58842	maximal	True	FIJ0122_000000003530	1.0		104	11	False	False	1.0	0					non-mobilizable	chromosome	4951.0	99.939	100.0	0.0010195840467846953	CP058308.1	enterobacteria	Escherichia coli strain AMSCJX04 chromosome, complete genome	False	False
MAD0045_000000010550	3483	0.5247709322504351	3	2	2	2	2	False	17885	maximal	True	MAD0045_000000010550	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	78.813	41.0	0.00032637164155602195	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0071_000000007924	4621	0.5247686351037434	5	4	2	3	4	True	72965	fragment	False	DEN0071_000000007924	0.9754120315839278		0	0	False	False	0.9997835755348206	0					non-mobilizable	chromosome	4633.0	96.395	100.0	0.0010475463884311058	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0330_000000005328	4546	0.5247686351037434	6	4	2	3	4	True	72965	fragment	False	DEN0071_000000007924	0.9522581289642497		0	0	False	False	1.0	0					non-mobilizable	chromosome	4320.0	96.59700000000001	95.0	0.0009760507817908834	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0224_000000006112	4465	0.5247686351037434	5	4	2	3	4	True	72965	fragment	False	DEN0071_000000007924	0.9635057336986838		0	0	False	False	0.9995520710945129	0					non-mobilizable	chromosome	4475.0	96.223	99.0	0.0010113460812714995	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
SPA0012_000000005666	4389	0.5247686351037434	5	4	2	3	4	True	72965	fragment	False	DEN0071_000000007924	0.9618829138737833		0	0	False	False	1.0	0					non-mobilizable	chromosome	4400.0	96.295	99.0	0.0009948296911299291	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MAD0063_000000012405	1211	0.5247634422127866	2	2	2	2	1	False	16703	maximal	True	MAD0063_000000012405	1.0		124	8	False	False	1.0	0					non-mobilizable	other	1201.0	99.417	99.0	0.0021207333495922892	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0808_000000014461	1173	0.5247634422127866	2	2	2	2	1	False	21740	maximal	True	ISR0808_000000014461	1.0		31	8	False	False	0.9948849081993103	0					non-mobilizable	other	1176.0	97.194	100.0	0.0006119479318243132	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
ISR0123_000000021236	1111	0.5247634422127866	2	2	2	2	1	False	32090	fragment	False	ISR0123_000000021236	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	99.91	100.0	0.007691721351802704	NZ_JAANXY010000003.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_3, whole genome shotgun sequence	False	False
SPA0149_000000033858	1199	0.5247611083413563	2	1	1	1	1	False	70525	fragment	False	SPA0149_000000033858	1.0		0	0	False	False	0.9891576170921326	0					non-mobilizable	other	1180.0	98.22	98.0	0.0003187848645596943	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0111_000000013654	2520	0.5247595593859395	3	3	3	2	2	True	106445	fragment	False	SPA0111_000000013654	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2532.0	96.32700000000001	100.0	0.00035580950476091195	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0036_000000011058	1291	0.5247553599870247	2	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.08406950267696921		0	0	False	False	0.9759876132011414	0					non-mobilizable	other	1282.0	77.691	99.0	0.0003937223538434149	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	False	False
ISR0232_000000015940	1780	0.524752122504684	3	3	3	3	3	False	86592	fragment	False	ISR0329_000000008212	0.917440563211168		0	0	False	False	1.0	0					non-mobilizable	other	1782.0	91.021	99.0	0.02477967425256582	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0047_000000018328	1636	0.5247512974307621	3	3	3	2	3	False	36074	fragment	False	ISR0047_000000018328	1.0		0	0	False	False	0.9987775087356567	0					non-mobilizable	other	1636.0	99.45	100.0	0.0004641320985243154	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0028_000000004437	3901	0.5247507005836188	5	3	1	2	3	False	118886	maximal	True	AST0028_000000004437	0.9983727303871189		115	10	False	False	1.0	0					non-mobilizable	chromosome	2882.0	89.90299999999999	95.0	0.0004394228789768463	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
USA0035_01_000000006424	3892	0.5247507005836188	5	3	1	2	3	False	118886	maximal	False	AST0028_000000004437	0.9976036968059857		0	0	False	False	1.0	0					non-mobilizable	chromosome	2882.0	89.90299999999999	95.0	0.0004394228789768463	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0165_000000004671	3892	0.5247507005836188	5	3	1	2	3	False	118886	maximal	False	AST0028_000000004437	0.9959801814680382		0	0	False	False	1.0	0					non-mobilizable	chromosome	2882.0	89.59100000000001	95.0	0.0004394228789768463	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0037_000000008467	2909	0.5247507005836188	3	3	1	2	3	False	67342	fragment	False	SPA0037_000000008467	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2633.0	90.505	100.0	0.0004026504461773133	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0128_000000012607	2209	0.5247472584768941	3	1	1	1	1	False	106606	fragment	False	USA0040_01_000000006278	0.47365659109991604		0	0	False	False	1.0	0					non-mobilizable	other	1836.0	98.42	90.0	0.0009673199856537058	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0092_000000012420	1826	0.5247464645414517	3	3	2	3	1	False	61980	fragment	False	ENG0148_000000019484	0.9756484912652197		0	0	False	False	1.0	0					non-mobilizable	other	1828.0	98.14	100.0	0.0020273926238980715	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0774_000000005924	4062	0.5247423921641081	5	3	2	2	3	False	118659	fragment	False	ISR0774_000000005924	0.9999148573861217		0	0	False	False	1.0	0					non-mobilizable	other	4061.0	99.975	99.0	0.0007857308642400701	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0124_000000004925	5144	0.5247414620382698	5	4	4	4	3	False	41264	maximal	True	FIJ0124_000000004925	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	71.467	14.0	0.000245377131861093	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0134_000000014275	2738	0.5247407092295848	3	3	3	3	3	False	58201	maximal	True	ENG0134_000000014275	0.9953344186441725		357	14	False	False	1.0	0					non-mobilizable	other	2536.0	80.836	95.0	0.02734485382023693	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0110_000000005617	3096	0.5247363476967986	3	3	2	3	1	False	53028	maximal	False	FIJ0052_000000007445	0.7311941221777819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1620.0	97.90100000000001	52.0	0.07266932986220208	NZ_CABIWU010000038.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0116_000000006429	3559	0.5247314836176213	4	3	3	3	3	False	102974	fragment	False	ENG0116_000000006429	1.0		0	0	False	False	0.9977521896362305	0					non-mobilizable	chromosome	3399.0	96.264	95.0	0.0007555613319956522	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0295_000000004917	6006	0.5247306993078731	7	7	5	6	6	False	67995	maximal	True	ISR0295_000000004917	1.0		1	1	False	False	0.9953380227088928	0					non-mobilizable	no_good_hit	1064.0	78.85300000000001	18.0	0.00029952566641640386	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0214_000000017838	1687	0.5247251568735319	2	2	2	1	1	False	110486	fragment	False	ISR0214_000000017838	0.9865249336278111		0	0	False	False	1.0	0					non-mobilizable	other	1606.0	98.568	99.0	0.00791748061327177	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0149_000000030706	1317	0.5247219293398819	2	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.7909572983762704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	93.204	16.0	0.0034718659141440055	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
USA0020_01_000000026791	1286	0.5247219293398819	2	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.3072752805611845		0	0	False	False	0.9992223978042603	0					non-mobilizable	no_good_hit	228.0	92.98200000000001	26.0	6.291751011084387e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0051_000000041805	1178	0.5247219293398819	1	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.3995757409332663		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	90.541	6.0	0.0012314007183170856	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0126_000000036640	1146	0.5247219293398819	2	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.40049393735599664		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	91.463	7.0	0.0013682230203523175	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
FIJ0038_000000031576	1141	0.5247219293398819	2	1	1	1	1	False	76401	fragment	False	FIJ0072_000000020123	0.3994998477970022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	91.139	7.0	0.0013169146570891055	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
CAN0016_000000014081	3406	0.5247217961145446	5	5	4	5	3	False	92982	maximal	True	CAN0016_000000014081	1.0		32	8	False	False	0.9997063875198364	0					non-mobilizable	no_good_hit	1763.0	94.66799999999999	52.0	0.00026767540271528466	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
CAN0016_000000003608	10426	0.5247215201765747	10	10	9	9	7	True	102431	fragment	False	CAN0016_000000003608	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9144.0	99.038	100.0	0.002448423895738864	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0022_000000037655	1118	0.5247203890210892	2	2	2	1	1	False	74409	fragment	False	DEN0022_000000037655	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	99.37299999999999	99.0	0.03127629733520337	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0142_000000012474	2706	0.5247199312315434	3	2	2	2	1	False	89989	maximal	True	FIJ0142_000000012474	1.0		84	6	False	False	0.9988913536071777	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000035944	1210	0.5247145679903007	3	3	3	3	2	True	69163	maximal	True	DEN0082_000000035944	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0014_000000008137	2945	0.5247108439607591	3	2	2	2	2	False	50500	maximal	True	FIJ0014_000000008137	1.0		2	1	False	False	0.997623085975647	0					non-mobilizable	no_good_hit	891.0	77.553	30.0	0.00019296390590449862	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
DEN0070_000000006703	4838	0.5247075845102505	4	3	2	3	3	False	70639	maximal	True	DEN0070_000000006703	0.979911653344552		150	12	False	False	0.9960727691650391	0					non-mobilizable	no_good_hit								True	False
CHI0145_000000008088	2334	0.5247015287219678	2	2	2	2	1	True	79764	maximal	True	CHI0145_000000008088	1.0		3	3	False	False	0.9901456832885742	0					non-mobilizable	no_good_hit	1219.0	99.59	52.0	0.01457181824707487	NZ_CABJDZ010000009.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
MON0068_000000016391	2585	0.5246979106119829	3	3	3	3	2	False	10566	maximal	True	MON0068_000000016391	1.0		95	10	False	False	0.993423581123352	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	2.0	0.0009867009867009866	NZ_BAFX01000026.1	high GC Gram+	Nocardia concava NBRC 100430, whole genome shotgun sequence	True	False
USA0102_01_000000006346	2144	0.5246972380935937	3	3	3	3	3	False	1497	maximal	True	USA0102_01_000000006346	0.9764309764309764		158	13	False	False	0.9986007213592529	0					non-mobilizable	other	1558.0	99.807	98.0	0.022778143515470705	NZ_CYXX01000020.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0084_000000011049	2271	0.524694935293889	4	3	3	2	2	False	34056	fragment	False	ISR0084_000000011049	1.0		0	0	False	False	0.9801849126815796	0					non-mobilizable	other	1299.0	95.99700000000001	99.0	0.00037046635377767226	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0181_000000006961	2714	0.5246924013221214	4	3	2	3	2	True	38238	maximal	True	ISR0181_000000006961	1.0		43	6	False	False	1.0	0					non-mobilizable	no_good_hit	2128.0	75.658	78.0	0.025103948854760017	NZ_JAAITU010000014.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_14_length_83214_cov_180.532, whole genome shotgun sequence	True	True
ENG0047_000000012868	1586	0.5246905050962387	2	1	1	1	1	False	64326	maximal	True	ENG0047_000000012868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	92.12799999999999	21.0	0.00015217256458074227	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0070_000000016395	1563	0.5246888220405023	2	1	1	1	1	False	62344	fragment	False	ENG0070_000000016395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0061_000000006246	3782	0.5246884029851868	6	4	2	4	3	False	45831	maximal	True	FIJ0061_000000006246	1.0		33	4	False	False	0.9957694411277771	0					non-mobilizable	no_good_hit	1081.0	83.811	48.0	0.020099380269108368	NZ_JXQL01000053.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig53, whole genome shotgun sequence	True	False
ISR0023_000000018047	1738	0.5246870629487311	3	2	2	1	2	False	71208	fragment	False	ISR0023_000000018047	1.0		0	0	False	False	0.9982738494873047	0					non-mobilizable	other	1738.0	97.52600000000001	100.0	0.012260731679691925	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	False	False
MAD0097_000000027686	1503	0.5246868517154977	4	3	1	2	1	True	45176	fragment	False	FIJ0067_000000021892	0.970620372407749		0	0	False	False	0.9980040192604065	0					non-mobilizable	other	1426.0	86.95700000000001	94.0	0.07392508228410219	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0067_000000021892	1476	0.5246868517154977	3	3	1	2	1	True	45176	fragment	False	FIJ0067_000000021892	0.974457284828908		0	0	False	False	0.9945799708366394	0					non-mobilizable	other	1478.0	87.212	99.0	0.07664176375319993	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
TAN0003_000000007081	1441	0.5246868517154977	3	3	1	2	1	True	45176	fragment	False	FIJ0067_000000021892	0.9674620947806285		0	0	False	False	0.9972241520881653	0					non-mobilizable	other	1451.0	87.38799999999999	100.0	0.07523117914424533	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MAD0031_000000002370	5207	0.5246823071688345	4	2	2	2	2	False	127903	maximal	True	MAD0031_000000002370	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1278.0	90.219	27.0	0.008114601170547192	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	False
ISR0243_000000009001	1404	0.5246809480314204	2	2	2	1	1	False	27222	maximal	True	ISR0243_000000009001	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	92.37299999999999	21.0	8.257209973439308e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0034_01_000000008763	6510	0.5246800243476206	8	7	5	6	7	False	122191	fragment	False	USA0034_01_000000008763	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6511.0	97.896	100.0	0.11285174005065751	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
CHI0116_000000006830	2462	0.5246798441631019	4	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.4846609020826253		0	0	False	False	0.9995938539505005	0					non-mobilizable	other	2276.0	94.596	97.0	0.000630932346946143	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0064_000000008412	2425	0.5246798441631019	3	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.5245124396819203		0	0	False	False	0.9991752505302429	0					non-mobilizable	other	2428.0	92.95700000000001	100.0	0.0018156163991448694	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
SPA0049_000000008753	2251	0.5246798441631019	3	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.4780632433187563		0	0	False	False	1.0	0					non-mobilizable	chromosome	2249.0	100.0	99.0	0.0005002951028943229	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0128_000000015790	2244	0.5246798441631019	4	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.39587611655555344		0	0	False	False	1.0	0					non-mobilizable	other	2244.0	99.777	100.0	0.0005969408842230095	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ISR0105_000000009409	2003	0.5246782754847621	5	4	3	3	2	False	113372	fragment	False	ISR0105_000000009409	0.949113924050633		0	0	False	False	0.998502254486084	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	1.1124124018687137e-05	NZ_CP043926.1	proteobacteria	Acidithiobacillus caldus strain MTH-04 chromosome	True	False
FIJ0013_000000027506	1115	0.5246774041033585	1	1	1	1	1	False	50535	fragment	False	FIJ0013_000000027506	1.0		0	0	False	False	0.9757847785949707	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000020262	1578	0.5246749087222976	3	2	2	2	2	False	31462	maximal	True	ISR0134_000000020262	1.0		249	10	False	False	0.9847908616065979	0					non-mobilizable	other	1577.0	98.92200000000001	99.0	0.003569624668462049	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0016_000000006391	3566	0.5246736215665601	6	3	2	3	2	False	69305	fragment	False	ENG0016_000000006391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0323_000000004982	3667	0.5246729987246497	5	3	3	2	3	False	124179	maximal	True	ISR0323_000000004982	1.0		23	4	False	False	0.9997273087501526	0					non-mobilizable	no_good_hit	1874.0	80.096	55.0	0.000495501096587608	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0058_000000023809	1448	0.5246715945701408	3	2	1	1	2	True	107701	fragment	False	ENG0058_000000023809	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	79.045	58.0	0.0002835972558207585	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ENG0160_000000014207	1411	0.5246715945701408	2	2	1	1	2	True	129085	fragment	False	ENG0160_000000014207	0.955240174672489		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	90.75	99.0	0.0003167297783024186	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	True
ISR0261_000000013435	1374	0.5246715945701408	3	2	1	1	2	True	129085	fragment	False	ENG0160_000000014207	0.9425939050318923		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	99.927	100.0	0.00043964038505197076	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0092_000000023871	1328	0.5246715945701408	4	2	1	1	2	True	33565	fragment	False	ISR0092_000000023871	0.9991789819376026		0	0	False	False	0.9954819083213806	0					non-mobilizable	no_good_hit	782.0	84.015	59.0	0.00023514414396241066	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0047_000000016643	1284	0.5246715945701408	3	2	1	1	2	True	64296	fragment	False	ENG0047_000000016643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	77.295	62.0	0.0002675634887072174	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
CAN0017_000000027603	1216	0.5246715945701408	2	2	1	1	2	True	92356	fragment	False	CAN0017_000000027603	1.0		0	0	False	False	0.9490131735801697	0					non-mobilizable	chromosome	1072.0	90.765	100.0	0.00030593409305538176	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	False	True
FIJ0083_000000030271	1203	0.5246715945701408	3	2	1	1	2	True	44032	fragment	False	FIJ0083_000000030271	1.0		0	0	False	False	0.9933499693870544	0					non-mobilizable	no_good_hit	774.0	78.036	63.0	0.00025453605292746523	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
FIJ0009_000000040160	1127	0.5246715945701408	2	2	1	1	2	True	51117	fragment	False	FIJ0009_000000040160	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	78.251	76.0	0.0003342853282518857	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
SPA0009_000000033628	1126	0.5246715945701408	3	2	1	1	2	True	8100	fragment	False	SPA0009_000000033628	1.0		0	0	False	False	0.99733567237854	0					non-mobilizable	no_good_hit	758.0	82.19	66.0	0.00022671388015838058	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0052_000000021895	1091	0.5246715945701408	2	2	1	1	2	True	41703	fragment	False	MAD0096_000000014493	0.45473421926910296		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	858.0	77.972	77.0	0.0002835972558207585	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0019_000000061075	1003	0.5246715945701408	2	2	1	1	2	True	13116	fragment	False	MON0019_000000061075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	75.911	76.0	0.00037713808762207985	NZ_FWCH01000012.1	firmicutes	Provencibacterium massiliense strain Marseille-P2780, whole genome shotgun sequence	True	True
ENG0143_000000009268	2007	0.5246702201698471	2	2	2	2	1	False	57612	maximal	True	ENG0143_000000009268	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1753.0	99.43	87.0	0.02680087500573649	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	True	False
MON0097_000000028122	1320	0.5246681403281093	3	3	3	3	1	False	101087	fragment	False	TAN0024_000000004209	0.2351386776261306		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	79.808	96.0	0.00030063522863349153	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0397_000000002882	7767	0.5246679171757888	8	8	8	8	5	False	102435	fragment	False	ISR0397_000000002882	0.9666754826765406		0	0	False	True	1.0	0					non-mobilizable	other	4798.0	99.93700000000001	100.0	0.001284599084311422	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0388_000000023396	1507	0.5246596783616531	3	3	3	3	1	True	112272	fragment	False	ISR0388_000000023396	0.9728520290096025		0	0	False	False	0.9953550100326538	0					non-mobilizable	other	1507.0	99.602	100.0	0.0003692379208815813	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ITA0005_000000003966	4417	0.5246590228257424	7	2	2	2	2	False	20394	maximal	True	ITA0005_000000003966	1.0		26	8	False	False	0.9966040253639221	0					non-mobilizable	other	1876.0	99.52	96.0	0.0005021103362693176	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0079_000000016875	1674	0.5246563788782055	3	3	3	3	2	False	34358	maximal	True	ISR0079_000000016875	1.0		161	10	False	False	0.9988052845001221	0					non-mobilizable	no_good_hit	1294.0	97.604	77.0	0.00038663175808821966	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0034_000000014431	2513	0.5246549675088932	3	3	3	3	2	False	7156	maximal	True	SPA0034_000000014431	1.0		157	13	False	False	0.9860724210739136	0					non-mobilizable	no_good_hit	390.0	98.71799999999999	16.0	0.00010887358936632492	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0079_000000003593	5977	0.5246529457855496	7	3	1	2	2	False	83264	maximal	True	SPA0079_000000003593	1.0		3	2	False	False	0.9984942078590393	0					non-mobilizable	no_good_hit	167.0	74.251	3.0	0.01178245563618076	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0038_000000015412	1741	0.5246512282951695	4	4	4	2	2	False	108566	fragment	False	SPA0038_000000015412	1.0		0	0	False	False	0.9879379868507385	0					non-mobilizable	chromosome	1668.0	93.885	99.0	0.00041827754961118	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0065_000000013247	1508	0.5246512282951695	4	4	4	2	2	False	6088	fragment	False	SPA0065_000000013247	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	98.14299999999999	100.0	0.0030571113847477124	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0185_000000000540	23501	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.2041511267875765	PS672	0	0	False	True	0.999744713306427	0					non-mobilizable	other	23501.0	99.84299999999999	100.0	0.2345122145936452	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0016_000000000536	23479	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.20416094912108285	PS672	0	0	False	True	0.9999573826789856	0					non-mobilizable	other	23479.0	99.97399999999999	100.0	0.23429267124381287	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0174_000000000579	23397	0.5246488760709972	29	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.20393829356155171	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23397.0	100.0	100.0	0.23347437330352866	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0020_000000001121	23302	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18458456326849565	PS672	0	0	False	True	1.0	0					non-mobilizable	other	21622.0	99.787	99.0	0.21562150726488902	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0127_000000000930	23281	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18863272338429532	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23281.0	100.0	100.0	0.23231678109532172	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0375_000000000328	23265	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18866387650058966	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23265.0	99.97	100.0	0.23215711320453455	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0006_01_000000000764	23211	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18486997293392365	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23211.0	99.99600000000001	100.0	0.2316182340731279	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0020_000000000684	23209	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18477852355670107	PS672	0	0	False	True	0.9978887438774109	0					non-mobilizable	other	23190.0	100.0	99.0	0.23140866996646975	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0069_000000000122	23209	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18487361613141742	PS672	0	0	False	True	0.9992675185203552	0					non-mobilizable	other	23209.0	100.0	100.0	0.2315982755867795	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0005_000000000410	23209	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18486495690662488	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23209.0	99.99600000000001	100.0	0.2315982755867795	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0182_000000000789	23208	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18487057396936565	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23208.0	100.0	100.0	0.2315882963436053	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0001_01_000000000493	23188	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.1846803244806255	PS672	0	0	False	True	1.0	0					non-mobilizable	other	23171.0	100.0	99.0	0.23121906434616	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0012_000000000639	23180	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18474259651185507	PS672	0	0	False	True	0.9999568462371826	0					non-mobilizable	other	23180.0	100.0	100.0	0.23130887753472776	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0088_000000000157	23143	0.5246488760709972	28	14	5	14	6	True	108400	backbone	False	ISR0280_000000000088	0.18453975727544217	PS672	0	0	False	True	0.9999567866325378	0					non-mobilizable	other	23143.0	99.99600000000001	100.0	0.23093964553728244	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0095_000000010403	3044	0.5246488437966604	3	2	2	2	2	False	15595	maximal	True	MAD0095_000000010403	1.0		34	6	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	76.796	6.0	5.127677709926393e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
MON0061_000000021636	2076	0.5246443256974914	2	1	1	1	1	False	10826	maximal	True	MON0061_000000021636	1.0		1	1	False	False	0.9701348543167114	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	2.0466588823054693e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0022_000000004079	5242	0.5246442781300285	7	6	3	5	4	False	83284	fragment	False	MON0022_000000004079	1.0		0	0	False	False	0.996947705745697	0					non-mobilizable	chromosome	5005.0	99.84	95.0	0.0015518656191056864	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	False
TAN0007_000000036710	1163	0.5246395464052733	3	2	2	2	1	True	2782	maximal	True	TAN0007_000000036710	1.0		12	9	False	False	0.9974204897880554	0					non-mobilizable	no_good_hit	117.0	78.632	10.0	0.00020043709352148632	CP022369.1	a-proteobacteria	Azospirillum sp. TSH58 plasmid TSH58_p05, complete sequence	True	True
SPA0008_000000023338	1308	0.5246391143922436	2	2	2	2	2	False	8158	maximal	True	SPA0008_000000023338	1.0		3	2	False	False	0.9380733966827393	0					non-mobilizable	no_good_hit	224.0	75.0	17.0	0.00011914137326281767	NZ_SSND01000001.1	a-proteobacteria	Gemmobacter aestuarii strain CC-PW-75 contig01, whole genome shotgun sequence	True	False
ENG0134_000000011368	3380	0.5246379864868626	2	2	2	2	2	False	58206	maximal	True	ENG0134_000000011368	1.0		76	6	False	False	0.997633159160614	0					non-mobilizable	no_good_hit	1205.0	80.249	70.0	0.00038352310470596935	AP012211.1	actinobacteria	Eggerthella sp. YY7918 DNA, complete genome	True	False
ISR0350_000000008922	2102	0.5246343600752787	3	2	2	1	0	False	24097	maximal	True	ISR0350_000000008922	1.0		0	0	False	False	0.9790675640106201	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	8.873870356303643e-06	CP044990.1	bacteria	Deinococcus sp. AJ005 chromosome, complete genome	True	False
ENG0018_000000015317	1422	0.5246334459680663	3	1	1	1	1	False	66595	fragment	False	ENG0018_000000015317	1.0		0	0	False	False	0.9824191331863403	0					non-mobilizable	no_good_hit								True	False
ISR0835_000000009561	1560	0.5246314209583967	2	2	2	1	1	False	20951	fragment	False	ISR0835_000000009561	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	99.744	100.0	0.0022414980510900525	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0037_000000004258	4676	0.5246300378882913	5	3	3	3	3	False	36718	maximal	True	ISR0037_000000004258	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	93.675	20.0	0.00415414370159174	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
SPA0007_000000016052	1613	0.524622670367729	2	2	2	2	1	True	8199	maximal	True	SPA0007_000000016052	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	99.745	49.0	0.00021942646288740036	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ISR0264_000000005767	1871	0.5246205282145652	3	2	1	2	2	True	44038	fragment	False	ISR0264_000000005767	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1871.0	97.70200000000001	100.0	0.030039678077460604	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	False	True
FIJ0028_000000011541	2655	0.5246164044305748	4	3	3	3	2	True	48941	fragment	False	FIJ0028_000000011541	1.0		0	0	False	False	0.9905837774276733	0					non-mobilizable	no_good_hit								True	True
FIJ0096_000000030492	1252	0.5246153720944989	1	1	1	1	1	False	42959	fragment	False	FIJ0096_000000030492	1.0		0	0	False	False	0.9305111765861511	0					non-mobilizable	no_good_hit	90.0	81.111	7.0	3.200066328647539e-05	NZ_GL892076.1	firmicutes	Centipeda periodontii DSM 2778 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0001_000000022245	1563	0.5246150870074107	2	2	1	2	0	False	14384	maximal	True	MON0001_000000022245	1.0		0	0	False	False	0.8605246543884277	0					non-mobilizable	no_good_hit	132.0	100.0	8.0	3.646866409158924e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0157_000000009883	1873	0.5246131269182127	3	2	2	2	2	False	98877	fragment	False	CHI0132_000000015074	0.9419066198845989		0	0	False	False	0.994127094745636	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	9.316760287848664e-06	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0039_000000017458	1586	0.5246124996824663	3	2	2	2	2	False	6994	fragment	False	SPA0039_000000017458	1.0		0	0	False	False	0.9918032884597778	0					non-mobilizable	other	1579.0	92.337	99.0	0.00044346845163186833	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0043_000000016886	2033	0.5246107123988075	2	2	2	2	2	False	64599	maximal	True	ENG0043_000000016886	1.0		59	9	False	False	1.0	0					non-mobilizable	chromosome	2034.0	95.428	100.0	0.0009788055584203784	CP020438.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 chromosome, complete genome	False	False
MAD0098_000000006384	6253	0.5246097194682849	14	5	3	3	1	True	15354	maximal	True	MAD0098_000000006384	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	96.685	9.0	0.019357155683246544	MK233417.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.N05_3-CL31_c3 sequence	True	True
ISR0212_000000020364	1751	0.5246086282887469	3	3	3	2	1	False	102050	fragment	False	ISR0361_000000005758	0.5096061125802956		0	0	False	False	0.9811536073684692	0					non-mobilizable	other	1747.0	93.932	99.0	0.004825474040065381	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
ISR0162_000000023993	1649	0.5246086282887469	3	3	3	2	1	False	102050	fragment	False	ISR0361_000000005758	0.3653509010744661		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	93.693	100.0	0.004554912778859403	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
SPA0116_000000027145	1516	0.5246086282887469	3	3	3	2	1	False	102050	fragment	False	ISR0361_000000005758	0.32776293302971193		0	0	False	False	1.0	0					non-mobilizable	other	1516.0	94.459	100.0	0.004225776399248007	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
ENG0038_000000017270	1508	0.5246086282887469	3	3	3	2	1	False	102050	fragment	False	ISR0361_000000005758	0.32670473903634717		0	0	False	False	0.9927055835723877	0					non-mobilizable	other	1508.0	94.62899999999999	100.0	0.004203462068426895	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
SPA0154_000000007379	1320	0.5246086282887469	3	3	3	2	1	False	102050	fragment	False	ISR0361_000000005758	0.0740598618572525		0	0	False	False	0.9848484992980957	0					non-mobilizable	other	1286.0	94.479	97.0	0.0035842393881410487	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
FIJ0165_000000002997	6077	0.5246076464619054	7	4	3	4	2	True	105741	fragment	False	FIJ0073_000000003138	0.9771627732877487		0	0	False	False	0.9986835718154907	0					non-mobilizable	no_good_hit	1477.0	86.053	24.0	0.20186505759736698	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
MON0001_000000022130	1572	0.5246076230438843	2	2	2	2	2	False	16755	maximal	True	MON0001_000000022130	0.9541960281870596		4	3	False	False	0.9968193173408508	0					non-mobilizable	other	1463.0	84.89399999999999	93.0	0.0006912508212174013	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MAD0079_000000003671	1561	0.5246076230438843	2	2	2	2	2	False	16755	maximal	False	MON0001_000000022130	0.9510178117048346		0	0	False	False	1.0	0					non-mobilizable	other	1432.0	84.916	91.0	0.0006769687794567111	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ISR0209_000000006825	4307	0.5246073338770549	8	7	6	5	6	False	120952	maximal	False	ENG0111_000000004580	0.9424619932432432		0	0	False	False	1.0	0					non-mobilizable	other	4310.0	97.21600000000001	100.0	0.001214460941232613	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0325_000000005697	3289	0.5246044990537694	4	3	3	3	3	False	128292	maximal	True	ISR0325_000000005697	1.0		1	1	False	False	0.9981757402420044	0					non-mobilizable	chromosome	1870.0	98.449	99.0	0.000656827722417365	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0007_000000002488	6874	0.5246042072096119	4	4	3	3	4	False	69294	maximal	False	MON0033_000000009889	0.9876676763305928		0	0	False	False	0.9998545050621033	0					non-mobilizable	other	6874.0	99.985	100.0	0.018981049329187125	LM996529.1	enterobacteria	Escherichia coli genome assembly FHI65, scaffold scaffold-22_contig-4.0_1_362098_[organism:Escherichia	False	False
ISR0051_000000012855	3121	0.524604143057767	5	4	4	3	4	False	35857	fragment	False	ISR0051_000000012855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	94.397	49.0	0.0005387636572884885	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0010_000000006391	2920	0.524604143057767	4	4	4	3	4	False	54259	maximal	True	ISR0010_000000006391	1.0		25	6	False	False	0.9917808175086975	0					non-mobilizable	no_good_hit	1425.0	91.15799999999999	49.0	0.0004996257214514321	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
SPA0006_000000014492	2212	0.5246000643873201	3	3	2	1	2	False	8247	maximal	True	SPA0006_000000014492	1.0		9	5	False	False	0.9805606007575989	0					non-mobilizable	no_good_hit	790.0	87.215	36.0	0.00021521679968453382	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0017_000000024759	1157	0.5246000591923237	2	2	2	2	2	False	75165	maximal	True	DEN0017_000000024759	0.9485665304260493		272	14	False	False	0.997407078742981	0					non-mobilizable	no_good_hit	479.0	73.278	41.0	0.00020752027254620383	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
USA0057_01_000000013950	2287	0.5245987694596252	2	2	2	2	2	False	110232	fragment	False	ISR0283_000000005161	0.6897192159946982		0	0	False	False	0.9851333498954773	0					non-mobilizable	other	2288.0	92.439	99.0	0.011011769703874637	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ENG0122_000000003012	8554	0.5245929170074616	12	9	7	8	6	False	101846	maximal	True	ENG0122_000000003012	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	0.016698473282442748	XM_013920680.2	horseshoe crabs	PREDICTED: Limulus polyphemus fringe glycosyltransferase-like (LOC106460922), mRNA	True	False
DEN0096_000000015186	2892	0.5245915931570966	6	4	3	4	0	False	68199	maximal	True	DEN0096_000000015186	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	92.15700000000001	2.0	1.2082956747848026e-05	NZ_CP031093.1	g-proteobacteria	Hydrocarboniclastica marina strain soil36-7 chromosome, complete genome	True	False
USA0020_01_000000026690	1290	0.5245872213704789	2	2	2	2	1	False	77251	fragment	False	ISR0246_000000012330	0.6647809098053519		0	0	False	False	0.9992247819900513	0					non-mobilizable	other	1290.0	96.35700000000001	100.0	0.00038809321583552794	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0119_000000003941	8884	0.5245844357890941	12	7	2	2	7	False	113750	maximal	True	SPA0119_000000003941	0.975776397515528		16	6	False	False	0.9995497465133667	0					non-mobilizable	other	8608.0	96.921	99.0	0.003775827326501679	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0026_000000002353	8855	0.5245844357890941	12	7	2	2	7	False	113750	maximal	False	SPA0119_000000003941	0.9741670418730302		0	0	False	False	0.999774158000946	0					non-mobilizable	other	8589.0	97.823	97.0	0.0037670432685128416	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0808_000000001919	6498	0.5245844357890941	9	7	2	2	7	False	113746	fragment	False	CHI0039_000000001923	0.9273904805955826		0	0	False	False	0.9995383024215698	0					non-mobilizable	other	6513.0	96.223	100.0	0.0028570148608693057	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0333_000000008418	2562	0.5245831295488327	3	3	2	2	2	True	92192	fragment	False	ISR0333_000000008418	0.9649719775820657		0	0	False	False	0.9996097087860107	0					non-mobilizable	other	2562.0	99.961	100.0	0.06296870005655135	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
USA0034_01_000000025333	2091	0.5245803818674677	3	2	1	2	1	True	1465	maximal	True	USA0034_01_000000025333	1.0		5	4	False	False	0.9990435242652893	0					non-mobilizable	no_good_hit								True	True
ISR0012_000000010099	2295	0.5245745614573334	2	2	2	2	1	False	38176	maximal	True	ISR0012_000000010099	1.0		13	5	False	False	0.9995642900466919	0					non-mobilizable	no_good_hit	237.0	95.359	10.0	0.004273980748504107	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	True	False
ISR0122_000000009177	1933	0.5245701576772696	4	3	3	2	1	False	108636	maximal	False	AST0100_000000007000	0.9558573153848421		0	0	False	False	1.0	0					non-mobilizable	chromosome	1101.0	95.913	99.0	0.00029478161506023195	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0815_000000012391	2513	0.5245693127924022	3	1	1	1	1	False	56718	maximal	True	ISR0815_000000012391	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	80.851	47.0	0.005713671265952091	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
SPA0016_000000019889	1701	0.5245686144270861	2	1	1	1	1	False	7868	maximal	True	SPA0016_000000019889	1.0		34	6	False	False	0.9988242387771606	0					non-mobilizable	other	1642.0	97.74700000000001	97.0	0.007939541432213927	NZ_WAJR01000002.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_002, whole genome shotgun sequence	False	False
ENG0072_000000002683	4386	0.5245664572905644	6	6	3	6	3	False	125807	maximal	True	ENG0072_000000002683	1.0		20	5	False	False	0.9933880567550659	0					non-mobilizable	no_good_hit	1464.0	96.038	75.0	0.0003920595480301085	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0120_000000024659	1642	0.5245664221442224	2	2	2	1	1	True	4169	maximal	True	SPA0120_000000024659	1.0		1	1	False	False	0.986601710319519	0					non-mobilizable	no_good_hit	901.0	76.471	55.0	0.002309814132144054	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	True
MON0091_000000011039	1138	0.5245642377926326	2	1	1	1	1	False	9478	maximal	True	MON0091_000000011039	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1138.0	97.979	100.0	0.0028360055472966906	NZ_QSGP01000007.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf7, whole genome shotgun sequence	False	False
ISR0855_000000003073	4074	0.5245628749150956	4	4	4	4	4	False	20489	maximal	True	ISR0855_000000003073	1.0		87	9	False	False	0.9997545480728149	0					non-mobilizable	other	4074.0	99.975	100.0	0.003153338334699806	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
AST0118_000000017092	1809	0.5245596630821527	3	2	2	1	1	False	105870	maximal	True	AST0118_000000017092	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	82.14299999999999	20.0	9.003472556438297e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0120_000000022709	1789	0.5245579743025957	3	2	2	2	2	False	4172	fragment	False	SPA0120_000000022709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0002044703679390463	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	True	False
MAD0012_000000010560	2634	0.5245568121331515	3	2	2	1	1	False	19676	maximal	True	MAD0012_000000010560	1.0		2	2	False	False	0.9981017708778381	0					non-mobilizable	no_good_hit								True	False
ISR0060_000000011102	2550	0.5245510742698151	3	3	3	3	2	False	35415	maximal	True	ISR0060_000000011102	1.0		97	12	False	False	0.9988235235214233	0					non-mobilizable	no_good_hit	881.0	79.796	58.0	0.00026050591755002767	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0019_000000004105	3912	0.5245486842219244	4	3	3	2	1	False	37752	maximal	True	ISR0019_000000004105	1.0		370	13	False	False	1.0	0					non-mobilizable	other	3706.0	96.465	100.0	0.015673517044156593	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	False
FIJ0050_000000011045	2290	0.5245484675017364	2	2	2	2	2	False	46610	maximal	True	FIJ0050_000000011045	1.0		92	11	False	False	0.9851528406143188	0					non-mobilizable	no_good_hit	1252.0	69.968	54.0	0.004766281563526506	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0020_000000016552	1285	0.5245483232531523	2	2	2	2	1	False	49757	fragment	False	SPA0013_000000020213	0.9502487562189055		0	0	False	False	0.991439700126648	0					non-mobilizable	chromosome	1285.0	98.911	100.0	0.0004138567224159176	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0300_000000005498	1810	0.5245469043458847	2	2	2	1	1	False	25593	maximal	True	ISR0300_000000005498	0.9987782529016493		188	10	False	False	1.0	0					non-mobilizable	other	1810.0	99.834	100.0	0.0007513868882364962	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0358_000000011989	1637	0.5245469043458847	2	2	2	1	1	False	25593	maximal	False	ISR0300_000000005498	0.9511049723756906		0	0	False	False	0.999389111995697	0					non-mobilizable	other	1637.0	99.81700000000001	100.0	0.0006795295462437302	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0778_000000006554	2052	0.5245453157931317	3	2	2	2	2	False	95605	fragment	False	ISR0778_000000006554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	87.51799999999999	67.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0178_000000012304	1823	0.5245453157931317	2	2	2	2	2	False	95604	fragment	False	ENG0178_000000012304	0.9956919246272551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1380.0	87.536	76.0	0.00040752559992299664	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0059_000000013997	1749	0.5245453157931317	2	2	2	2	2	False	95604	fragment	False	ENG0178_000000012304	0.9907470335564538		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	87.446	79.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CAN0006_000000026142	1733	0.5245453157931317	3	2	2	2	2	False	95604	fragment	False	ENG0178_000000012304	0.9893147124979853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	87.51799999999999	80.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0042_01_000000011143	1733	0.5245453157931317	2	2	2	2	2	False	95604	fragment	False	ENG0178_000000012304	0.9893147124979853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	87.51799999999999	80.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0168_000000017829	1732	0.5245453157931317	3	2	2	2	2	False	95604	fragment	False	ENG0178_000000012304	0.989123247609028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	87.51799999999999	80.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0804_000000011265	1732	0.5245453157931317	2	2	2	2	2	False	95604	fragment	False	ENG0178_000000012304	0.9891232476090278		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	87.51799999999999	80.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0104_000000008331	1378	0.5245447779316681	3	2	2	2	1	False	14879	maximal	True	MAD0104_000000008331	1.0		208	9	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	4.0	2.2470104287943343e-05	NZ_JQLQ01000002.1	firmicutes	Carnobacterium pleistocenium FTR1 BP17DRAFT_scf7180000000008_quiver_dupTrim_9589.2_C, whole genome shotgun sequence	True	False
MAD0110_000000009038	3019	0.5245421769626445	2	2	2	2	1	True	80429	fragment	False	MAD0110_000000009038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0050_01_000000002698	5327	0.5245356220636663	5	5	5	4	4	False	121547	maximal	True	USA0050_01_000000002698	0.9975020353395222		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2628.0	97.10799999999999	79.0	0.000508019365551019	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0167_000000017007	1483	0.524531101871846	3	2	2	2	2	False	56047	maximal	True	ENG0167_000000017007	1.0		32	9	False	False	0.995279848575592	0					non-mobilizable	no_good_hit	76.0	85.52600000000001	5.0	0.00026971665172290625	NZ_FOMG01000002.1	firmicutes	Clostridium uliginosum strain DSM 12992, whole genome shotgun sequence	True	False
SPA0044_000000022167	1280	0.524531101871846	2	2	2	2	2	False	15265	fragment	False	SPA0044_000000022167	0.9899436846339501		0	0	False	False	0.97265625	0					non-mobilizable	no_good_hit	76.0	85.52600000000001	6.0	0.00026971665172290625	NZ_FOMG01000002.1	firmicutes	Clostridium uliginosum strain DSM 12992, whole genome shotgun sequence	True	False
MAD0098_000000036928	1243	0.524531101871846	2	2	2	2	2	False	15265	fragment	False	SPA0044_000000022167	0.97578125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	506.0	71.146	39.0	0.001781783880096426	NZ_LOHE01000090.1	firmicutes	Abyssisolibacter fermentans strain MCWD3 contig00090, whole genome shotgun sequence	True	False
AST0084_000000006632	4665	0.5245291866039229	6	3	3	3	1	True	111547	fragment	False	AST0084_000000006632	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4375.0	95.88600000000001	94.0	0.16604661756890138	NZ_CYZN01000038.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0055_000000012686	1517	0.5245274832241456	2	2	2	1	1	False	63634	fragment	False	FIJ0077_000000017663	0.8499545920915784		0	0	False	False	0.9953856468200684	0					non-mobilizable	no_good_hit	419.0	72.554	27.0	0.00014101654922649875	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0187_000000020050	1517	0.5245274832241456	2	2	2	1	1	False	63634	fragment	False	FIJ0077_000000017663	0.8504535397336994		0	0	False	False	0.999340832233429	0					non-mobilizable	no_good_hit	419.0	72.554	27.0	0.00014101654922649875	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0089_000000025314	1492	0.5245274832241456	2	2	2	1	1	False	63634	fragment	False	FIJ0077_000000017663	0.6151311867696235		0	0	False	False	0.9778820276260376	0					non-mobilizable	no_good_hit	419.0	72.554	28.0	0.00014101654922649875	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0286_000000004263	3448	0.5245241547444012	3	3	2	2	3	False	26045	maximal	True	ISR0286_000000004263	1.0		55	12	True	True	1.0	5					non-mobilizable	no_good_hit	1355.0	92.03	47.0	0.0003769356578626857	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
DEN0029_000000002336	5070	0.5245233296903422	5	3	3	3	2	True	88091	fragment	False	DEN0029_000000002336	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5070.0	100.0	100.0	0.11828258079570646	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
MAD0087_000000008353	3280	0.524522385635933	3	2	2	2	1	False	16002	maximal	True	MAD0087_000000008353	1.0		2	1	False	False	0.9838414788246155	0					non-mobilizable	no_good_hit	1804.0	93.681	67.0	0.0006116380448378259	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0093_000000001066	12327	0.524519502974059	22	6	2	6	2	False	61076	fragment	False	ENG0093_000000001066	1.0		0	0	False	False	0.9999188780784607	0					non-mobilizable	no_good_hit	120.0	85.833	1.0	0.0009756016899405544	NZ_JAAIOD010000009.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_9_length_120951_cov_287.588, whole genome shotgun sequence	True	False
MAD0017_000000003531	1336	0.5245161712127901	2	2	2	1	2	False	19369	fragment	False	MAD0017_000000003531	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1336.0	98.95200000000001	100.0	0.00029609329844385783	CP057804.1	enterobacteria	Escherichia coli strain RHB14-C20 chromosome, complete genome	False	False
USA0062_01_000000004059	6436	0.5245158208500871	10	5	4	5	3	True	94312	maximal	True	USA0062_01_000000004059	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3879.0	92.73	80.0	0.29093644227153065	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
CAN0012_000000008967	6082	0.5245158208500871	9	5	4	5	3	True	94311	fragment	False	CAN0012_000000008967	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3422.0	98.539	77.0	0.25723956374576906	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	True	True
TAN0021_000000003300	4315	0.5245133202748141	3	3	1	3	3	False	26852	fragment	False	TAN0021_000000003300	1.0		0	0	False	False	0.9844727516174316	0					non-mobilizable	chromosome	4220.0	86.398	98.0	0.0011206464911173895	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0042_000000013087	1848	0.5245128776286291	2	2	2	2	1	False	128959	maximal	True	FIJ0042_000000013087	1.0	PS1059	0	0	False	True	0.9902597665786743	0					non-mobilizable	no_good_hit	1452.0	99.17399999999999	79.0	0.019963402721406655	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0020_000000005376	4289	0.5245121672867167	4	4	2	3	4	False	49812	fragment	False	FIJ0020_000000005376	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4290.0	99.34700000000001	100.0	0.051114898282663364	CP034679.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_83kb, complete sequence	False	True
ISR0330_000000022936	1400	0.524511306080668	2	2	2	2	1	False	24645	maximal	True	ISR0330_000000022936	1.0		102	12	False	False	0.9628571271896362	0					non-mobilizable	other	1269.0	97.242	91.0	0.05290387182910548	NZ_CABKPS010000092.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0010_000000016115	1354	0.524511306080668	2	2	2	2	1	False	67258	maximal	True	ENG0010_000000016115	1.0		36	7	False	False	0.9985228776931763	0					non-mobilizable	chromosome	1354.0	99.77799999999999	100.0	0.0004980186000560961	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
ISR0302_000000012563	1331	0.524511306080668	2	2	2	2	1	False	25529	maximal	True	ISR0302_000000012563	1.0		1109	13	False	False	1.0	0					non-mobilizable	other	1331.0	99.925	100.0	0.0002808939523954446	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0076_000000020680	1284	0.524511306080668	2	2	2	2	1	False	34553	maximal	True	ISR0076_000000020680	1.0		161	11	False	False	0.9735202789306641	0					non-mobilizable	other	1284.0	85.59200000000001	100.0	0.0009091347134985602	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
ISR0779_000000027794	1262	0.524511306080668	2	2	2	2	1	False	22319	maximal	True	ISR0779_000000027794	1.0		106	10	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	69.985	50.0	0.01735571019238641	NZ_FNBU01000028.1	firmicutes	Sporolituus thermophilus DSM 23256, whole genome shotgun sequence	True	False
ENG0059_000000009927	1247	0.524511306080668	2	2	2	2	1	False	63366	maximal	True	ENG0059_000000009927	1.0		51	11	False	False	0.9967923164367676	0					non-mobilizable	chromosome	1247.0	99.679	100.0	0.0005885923619984741	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	False	False
MON0060_000000034676	1238	0.524511306080668	2	2	2	2	1	False	10864	maximal	True	MON0060_000000034676	1.0		57	8	False	False	0.9765751361846924	0					non-mobilizable	other	1242.0	82.287	100.0	0.0225246533968924	NZ_QRUU01000018.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf18, whole genome shotgun sequence	False	False
CHI0136_000000011180	1230	0.524511306080668	2	2	2	2	1	False	80562	maximal	True	CHI0136_000000011180	1.0		99	9	False	False	0.9853658676147461	0					non-mobilizable	other	1230.0	99.756	100.0	0.0004138615675149987	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
CHI0088_000000004491	1220	0.524511306080668	2	2	2	2	1	False	83928	maximal	True	CHI0088_000000004491	1.0		348	13	False	False	0.992622971534729	0					non-mobilizable	other	1220.0	99.262	100.0	0.0023554508688502732	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
ENG0059_000000010282	1203	0.524511306080668	2	2	2	2	1	False	63364	fragment	False	ENG0059_000000010282	1.0		0	0	False	False	0.9700748324394226	0					non-mobilizable	chromosome	1203.0	92.51899999999999	100.0	0.0002201408755086866	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
CHI0173_000000015095	1195	0.524511306080668	2	2	2	2	1	False	77864	maximal	True	CHI0173_000000015095	1.0		896	13	False	False	0.9949790835380554	0					non-mobilizable	chromosome	1195.0	99.58200000000001	100.0	0.00016865285775487452	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0023_000000028269	1190	0.524511306080668	2	2	2	2	1	False	37487	maximal	True	ISR0023_000000028269	1.0		34	7	False	False	0.9941176176071167	0					non-mobilizable	chromosome	1190.0	99.664	100.0	0.0003937389871470216	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
ISR0342_000000006823	2436	0.5245096605562143	3	3	3	3	2	False	127073	maximal	True	ISR0342_000000006823	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2436.0	99.959	100.0	0.009393855222752033	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0034_000000006633	1275	0.5245077239784807	3	2	2	2	1	False	73532	maximal	True	DEN0034_000000006633	1.0		50	6	False	False	1.0	0					non-mobilizable	no_good_hit	512.0	73.047	40.0	0.00032732225070416496	NZ_SRYR01000001.1	firmicutes	Clostridium sartagoforme strain NM50_B9-20 NODE_1_length_1539767_cov_192.865, whole genome shotgun sequence	True	False
MON0076_000000014687	3165	0.5245053802235261	3	3	3	2	2	True	74459	maximal	True	MON0076_000000014687	1.0		11	1	False	False	0.9943128228187561	0					non-mobilizable	no_good_hit	1023.0	84.751	53.0	0.0002404844307021767	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	True	True
ISR0126_000000006943	6916	0.5245053592383837	9	6	4	5	4	True	55631	fragment	False	ISR0126_000000006943	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	87.243	10.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0200_000000002990	6453	0.5245053592383837	9	6	4	5	4	True	55630	fragment	False	ISR0200_000000002990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	87.07799999999999	11.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0086_000000007555	1848	0.5245036040246396	2	2	2	2	2	False	5513	maximal	True	SPA0086_000000007555	1.0		84	10	False	False	1.0	0					non-mobilizable	chromosome	1849.0	98.97200000000001	100.0	0.0008073060542271891	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
AST0142_000000001145	4678	0.5245032541706794	7	4	2	1	3	False	105266	fragment	False	AST0142_000000001145	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2762.0	97.755	94.0	0.0005191733524908363	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
USA0069_01_000000014794	4161	0.5245032541706794	7	4	2	1	3	False	799	fragment	False	USA0069_01_000000014794	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2646.0	98.375	96.0	0.0004977059015717375	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0064_000000005384	3937	0.5245006145145379	6	4	3	4	2	True	91419	fragment	False	SPA0064_000000005384	1.0		0	0	False	False	0.9989839792251587	0					non-mobilizable	other	2444.0	92.758	94.0	0.18367807446408424	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	False	True
ISR0778_000000006487	2071	0.5244957911299782	2	1	1	1	1	False	22370	maximal	True	ISR0778_000000006487	1.0		204	11	False	False	0.9951714277267456	0					non-mobilizable	no_good_hit	1697.0	98.46799999999999	82.0	0.00023956050816772794	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ENG0060_000000006077	4255	0.5244929333057888	5	4	3	4	3	False	121003	maximal	True	ENG0060_000000006077	1.0		18	6	False	False	0.9964747428894043	0					non-mobilizable	other	4258.0	94.598	100.0	0.0010429867964344267	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0031_000000008714	1656	0.5244872820135797	2	2	0	1	1	False	18946	maximal	True	MAD0031_000000008714	1.0		1	1	False	False	0.9800724387168884	0					non-mobilizable	no_good_hit	1242.0	77.778	73.0	0.20699015948422125	NZ_CP017254.1	firmicutes	Clostridium taeniosporum strain 1/k plasmid pCt1, complete sequence	True	False
ISR0348_000000008190	1984	0.5244870872472993	3	2	2	2	2	True	60475	fragment	False	ISR0348_000000008190	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1737.0	99.194	100.0	0.023202972546713357	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0107_000000002832	9242	0.5244851807366154	6	5	4	4	2	False	49422	maximal	True	FIJ0107_000000002832	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	93.988	11.0	0.008646557854751704	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0023_000000002960	9150	0.5244851807366154	6	5	4	4	2	False	49422	maximal	False	FIJ0107_000000002832	0.9950227223544688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	93.929	10.0	0.01000530668199708	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	False
DEN0049_000000000380	6967	0.5244835610248311	4	4	4	3	3	False	72626	maximal	True	DEN0049_000000000380	1.0		1177	13	False	False	1.0	0					non-mobilizable	chromosome	6967.0	99.986	100.0	0.0012382925712400418	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0020_000000014428	2213	0.5244747622472502	4	4	4	2	2	False	61293	fragment	False	SPA0020_000000014428	1.0		0	0	False	False	0.9959331154823303	0					non-mobilizable	no_good_hit	938.0	74.307	41.0	0.00035641571583650537	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ETH0005_000000008495	5736	0.5244693204388237	8	8	8	7	4	False	120963	maximal	True	ETH0005_000000008495	1.0		1	1	False	False	0.9965132474899292	0					non-mobilizable	no_good_hit	2302.0	96.39399999999999	51.0	0.0025595692709179936	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0191_000000004528	2233	0.5244682674758204	2	2	2	2	2	False	29153	maximal	True	ISR0191_000000004528	1.0		13	3	False	False	0.9991043210029602	0					non-mobilizable	no_good_hit	842.0	90.14299999999999	78.0	0.000281135412218145	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
MON0093_000000038456	1223	0.5244678495997338	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.09164716487560567		0	0	False	False	1.0	0					non-mobilizable	chromosome	1226.0	91.354	100.0	0.0004224568585104143	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0061_000000005070	3210	0.5244628310373128	5	3	1	2	1	False	50576	maximal	True	MAD0061_000000005070	1.0		2	2	False	False	0.9962616562843323	0					non-mobilizable	no_good_hit	206.0	89.806	14.0	5.4685201304228714e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0046_000000025313	1372	0.5244625181654106	3	2	2	2	1	True	119977	fragment	False	MON0046_000000025313	0.8994995623108221		0	0	False	True	0.9978134036064148	0					non-mobilizable	other	1375.0	90.98200000000001	100.0	0.00041278184554733037	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0126_000000011605	4179	0.524458589062668	3	3	3	3	3	False	53735	fragment	False	ISR0126_000000011605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	69.98	23.0	0.0003216774527154187	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
CAN0014_000000014795	3152	0.5244570417461978	3	3	2	3	3	False	93694	maximal	False	MON0033_000000020721	0.9888692650910148		0	0	False	False	1.0	0					non-mobilizable	other	3152.0	98.445	100.0	0.0008438131571117971	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CHI0141_000000008794	3140	0.5244570417461978	3	3	2	3	3	False	93694	maximal	False	MON0033_000000020721	0.9870981387478849		0	0	False	False	0.9996815323829651	0					non-mobilizable	other	3150.0	98.921	100.0	0.0008432775727531098	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0191_000000002141	10181	0.5244528809028337	12	10	5	5	9	True	80281	maximal	True	ENG0191_000000002141	1.0		199	13	False	False	0.9998035430908203	0					non-mobilizable	chromosome	10199.0	96.666	100.0	0.002306412069906413	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0166_000000021975	1363	0.5244521230253374	2	2	2	2	1	False	56120	fragment	False	ENG0166_000000021975	1.0		0	0	False	False	0.994864284992218	0					non-mobilizable	other	1363.0	98.53299999999999	100.0	0.0011632435534784569	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
CHI0174_000000007190	2099	0.5244513090791499	3	3	2	3	1	True	110899	fragment	False	CHI0174_000000007190	1.0		0	0	False	False	0.9995235800743103	0					non-mobilizable	other	1078.0	97.588	91.0	0.0002640566007898161	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0129_000000009789	2729	0.5244512783398351	4	2	2	2	2	False	104402	maximal	True	ENG0129_000000009789	0.9832968083616281		16	6	False	False	0.9996335506439209	0					non-mobilizable	other	2710.0	98.561	99.0	0.000631781502520127	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0198_000000000571	31294	0.5244502400318597	26	23	10	17	13	False	111581	maximal	True	ENG0198_000000000571	1.0		62	8	False	False	1.0	0					non-mobilizable	no_good_hit	22847.0	99.87700000000001	82.0	0.004142788121443165	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
MON0107_000000050850	1220	0.5244497759267434	2	2	2	2	2	False	8555	fragment	False	MON0107_000000050850	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	96.148	100.0	0.00033851519847154417	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0087_000000003253	3740	0.5244495716789065	5	5	4	4	1	False	114056	maximal	True	DEN0087_000000003253	1.0		11	6	False	False	1.0	0					non-mobilizable	no_good_hit	1558.0	99.743	59.0	0.0004979175518978984	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CHI0103_000000001342	1702	0.5244481620772865	3	3	3	2	1	False	90566	fragment	False	SPA0045_000000014949	0.9471403764756813		0	0	False	False	0.9747356176376343	0					non-mobilizable	other	1702.0	98.70700000000001	100.0	0.006801279488204718	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0166_000000014748	1643	0.5244481620772865	3	3	3	2	1	False	90566	fragment	False	SPA0045_000000014949	0.6466938142330813		0	0	False	False	0.9756543040275574	0					non-mobilizable	other	1643.0	98.6	100.0	0.0065653738504598165	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
DEN0080_000000003557	1143	0.5244409771361105	1	1	1	1	1	False	69378	maximal	True	DEN0080_000000003557	1.0		9	4	False	False	0.9912511110305786	0					non-mobilizable	no_good_hit								True	False
ENG0181_000000012860	1565	0.5244383641639723	3	3	3	1	0	False	55267	fragment	False	ENG0181_000000012860	1.0		0	0	False	False	0.9987220168113708	0					non-mobilizable	no_good_hit	748.0	90.64200000000001	80.0	0.002427746796451052	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0008_000000025541	1446	0.5244366060124737	2	2	2	1	0	False	13844	fragment	False	MON0008_000000025541	1.0		0	0	False	False	0.9993084073066711	0					non-mobilizable	chromosome	1446.0	99.723	100.0	0.00032158648740315685	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0127_000000006456	2942	0.5244329834496789	4	4	4	4	3	False	41057	maximal	True	FIJ0127_000000006456	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1517.0	95.51700000000001	99.0	0.000528071073138018	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0019_01_000000027346	1116	0.524430517510614	2	2	2	2	1	False	1814	fragment	False	USA0019_01_000000027346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	79.3	31.0	8.904071203238568e-05	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
TAN0021_000000014335	1513	0.5244300713719731	2	2	2	1	1	False	2372	maximal	True	TAN0021_000000014335	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	79.06	31.0	0.022833752527494207	NZ_JH379412.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld403, whole genome shotgun sequence	True	False
SPA0015_000000021084	1202	0.5244279900494936	2	2	2	2	2	False	7898	maximal	True	SPA0015_000000021084	1.0		33	6	False	False	0.9991680383682251	0					non-mobilizable	other	1202.0	97.92	100.0	0.0018444092592109123	NZ_LT699739.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	False	False
CHI0049_000000003601	4190	0.5244275832743176	4	3	2	2	3	True	107448	fragment	False	CHI0049_000000003601	0.957810050258532		0	0	False	False	1.0	0					non-mobilizable	other	4190.0	99.976	100.0	0.10299722160753362	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
CHI0101_000000001855	6880	0.5244235642000061	11	7	3	5	5	True	83321	fragment	False	CHI0101_000000001855	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.0024754087681584263	NZ_JPXF01000100.1	high GC Gram+	Cryobacterium roopkundense strain RuG17 contig00100, whole genome shotgun sequence	True	True
ISR0785_000000021055	1776	0.5244233217031571	2	2	2	2	2	False	22180	maximal	True	ISR0785_000000021055	1.0		14	6	False	False	0.9870495200157166	0					non-mobilizable	no_good_hit	170.0	81.176	10.0	4.79745104896693e-05	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0196_000000006690	2806	0.5244214621507565	5	2	1	1	2	False	128936	maximal	True	ISR0196_000000006690	1.0	PS1059	7	4	False	True	0.9982181191444397	0					non-mobilizable	no_good_hit	1495.0	82.475	80.0	0.000422118917740463	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MON0009_000000010991	3093	0.5244202362164088	5	5	4	3	3	False	126822	maximal	True	MON0009_000000010991	1.0		5	1	False	False	0.9996767044067383	0					non-mobilizable	chromosome	1002.0	91.816	99.0	0.0004287942177957319	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
MAD0038_000000002096	5285	0.5244115087285937	6	5	5	5	4	False	18565	maximal	True	MAD0038_000000002096	1.0		7	2	False	False	0.9962157011032104	0					non-mobilizable	other	3262.0	96.75	98.0	0.004167353768706752	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ENG0211_000000016509	1456	0.5244076631920465	2	2	2	1	2	False	53634	maximal	True	ENG0211_000000016509	0.9859009628610729		163	12	False	False	0.9993131756782532	0					non-mobilizable	no_good_hit	536.0	77.05199999999999	37.0	0.004313700051894136	NZ_FQXK01000015.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
CAN0007_000000001624	22060	0.5244060870281071	21	10	7	6	3	True	95441	maximal	True	CAN0007_000000001624	1.0		4	3	False	False	0.9997733235359192	0					non-mobilizable	no_good_hit	226.0	95.575	2.0	5.0906681943196286e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0083_000000010389	2466	0.5244058212249876	4	3	3	3	3	False	123092	maximal	True	ISR0083_000000010389	1.0		123	11	False	False	0.9927007555961609	0					non-mobilizable	other	2466.0	99.23	100.0	0.02967126882289924	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
FIJ0031_000000009773	2464	0.5244018087804837	4	4	4	3	3	False	78142	maximal	True	FIJ0031_000000009773	1.0		39	7	False	False	1.0	0					non-mobilizable	other	2464.0	99.10700000000001	100.0	0.004884346294797963	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ENG0129_000000010943	2432	0.5244012253174236	5	5	2	3	4	False	75358	fragment	False	ENG0036_000000008411	0.29047637665033244		0	0	False	False	1.0	0					non-mobilizable	other	1006.0	91.15299999999999	97.0	0.16488750205288225	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0031_000000019636	1244	0.5243975759966357	2	2	2	2	1	True	63361	fragment	False	MAD0002_000000033698	0.6134432783608196		0	0	False	False	0.9903537034988403	0					non-mobilizable	other	1244.0	89.711	100.0	0.022407297243704143	NZ_QRYH01000018.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf18, whole genome shotgun sequence	False	True
MAD0100_000000023377	1487	0.524395150283342	3	3	3	3	2	False	42899	fragment	False	MAD0100_000000023377	0.9936243479432236		0	0	False	False	0.9899125695228577	0					non-mobilizable	other	1488.0	94.15299999999999	100.0	0.00406705439616832	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0127_000000004171	5081	0.5243948080126745	3	3	3	2	1	False	128923	maximal	True	ISR0127_000000004171	1.0	PS1059	1	1	False	True	0.9998031854629517	0					non-mobilizable	no_good_hit	1485.0	99.32700000000001	29.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0024_000000020822	1196	0.5243921346880204	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.26307238824445817		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	98.244	100.0	0.810719131614654	NZ_JAAIUL010000057.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_65_length_1474_cov_949.715, whole genome shotgun sequence	False	False
ISR0038_000000030144	1195	0.5243921346880204	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.2729151149260887		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	91.29700000000001	100.0	0.32019308125502816	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	False	False
ENG0006_000000019750	1116	0.5243921346880204	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.13342991726930897		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	98.74600000000001	100.0	0.7564450474898237	NZ_JAAIUL010000057.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_65_length_1474_cov_949.715, whole genome shotgun sequence	False	False
AST0040_000000010240	1949	0.5243882583613791	2	2	1	1	2	False	116111	maximal	False	SPA0007_000000013129	0.9721648169409364		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	535.0	79.252	27.0	0.0001547967423112545	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0178_000000001761	7620	0.5243872120988939	3	3	3	2	1	False	29723	maximal	True	ISR0178_000000001761	1.0		21	6	False	False	0.9996063113212585	0					non-mobilizable	no_good_hit	4515.0	94.064	63.0	0.0010206224099811487	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0182_000000014700	1948	0.5243841097956078	3	3	3	3	2	False	55236	fragment	False	ENG0182_000000014700	0.9456289978678039		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	82.81200000000001	99.0	0.02638129102844639	NZ_JAAIPV010000017.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_17_length_73120_cov_84.4801, whole genome shotgun sequence	False	False
MAD0056_000000001149	8259	0.5243838112093976	12	12	9	8	10	False	17079	maximal	True	MAD0056_000000001149	1.0		1	1	False	False	1.0	0	IncFII				non-mobilizable	no_good_hit	3351.0	99.91	88.0	0.031011339967600093	CP060734.1	enterobacteria	Enterobacter roggenkampii strain Ed-982 plasmid pEr982-1, complete sequence	True	True
ISR0263_000000007160	2015	0.5243831871696862	3	3	3	3	3	False	87698	fragment	False	ISR0263_000000007160	1.0		0	0	False	False	0.9965260624885559	0					non-mobilizable	other	2015.0	98.61	100.0	0.00866322259836457	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0136_000000013559	2014	0.5243813437671796	3	3	3	2	2	False	40535	maximal	True	FIJ0136_000000013559	1.0		66	11	False	False	0.9935451745986938	0					non-mobilizable	other	2015.0	96.179	100.0	0.0593297768870288	NZ_QRYH01000027.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf27, whole genome shotgun sequence	False	False
FIJ0165_000000003539	5165	0.5243804208936585	6	5	4	4	2	False	54669	maximal	True	FIJ0165_000000003539	0.9911885976290054		32	4	False	False	0.9994191527366638	0					non-mobilizable	no_good_hit	406.0	76.355	8.0	0.00013422008066626848	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
FIJ0128_000000004985	5049	0.5243804208936585	6	5	4	4	2	False	54669	maximal	False	FIJ0165_000000003539	0.9716360116166506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	76.355	8.0	0.00013422008066626848	CP048020.1	spirochetes	Treponema sp. OMZ 804 chromosome, complete genome	True	False
FIJ0002_000000007172	4873	0.5243804208936585	6	5	4	4	2	False	54669	maximal	False	FIJ0165_000000003539	0.9629214146667595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	75.592	9.0	0.00014690169528783749	NZ_CP022386.1	CFB group bacteria	Capnocytophaga gingivalis strain H1496 chromosome, complete genome	True	False
CHI0141_000000006958	3953	0.5243795530455758	4	3	3	2	3	False	117265	maximal	True	CHI0141_000000006958	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1971.0	99.696	84.0	0.007142624062303986	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0392_000000007872	3871	0.5243746103579362	5	3	1	2	0	True	22833	fragment	False	ISR0392_000000007872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0171_000000018795	1292	0.5243730128469021	3	2	2	2	1	True	55757	maximal	True	ENG0171_000000018795	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0008_000000005677	4868	0.5243721221689817	5	5	5	4	3	False	113446	maximal	True	SPA0008_000000005677	0.9922987675579081		277	14	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	74.422	30.0	0.005391568558489636	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MON0087_000000012241	3919	0.5243714058780007	4	3	3	3	2	True	16721	fragment	False	MON0087_000000012241	1.0		0	0	False	False	0.9994896650314331	0					non-mobilizable	no_good_hit	98.0	85.714	3.0	0.0005015382229001319	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ENG0030_000000015323	1254	0.5243691630030481	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.2029118203275739		0	0	False	False	1.0	0					non-mobilizable	chromosome	1254.0	100.0	100.0	0.0004217524639532915	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0081_000000002410	17419	0.5243661961419505	26	6	5	5	4	False	102624	maximal	True	MON0081_000000002410	1.0		2	1	False	False	0.9999426007270813	0					non-mobilizable	no_good_hit	1905.0	92.126	18.0	0.09833100811243735	MK233968.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c3 sequence	True	False
ENG0154_000000010418	2904	0.5243601027977391	2	2	2	2	2	False	117895	fragment	False	SPA0038_000000007226	0.23419258120765366		0	0	False	False	1.0	0					non-mobilizable	chromosome	2904.0	97.348	100.0	0.000915018629754086	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0137_000000014645	1209	0.5243561082860787	2	2	1	2	0	False	80456	fragment	False	CHI0137_000000014645	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1226.0	80.587	100.0	0.08852410962919537	NZ_WNCH01000055.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold55_size13646, whole genome shotgun sequence	False	False
SPA0081_000000003490	3734	0.5243550958283946	2	2	2	2	2	False	5617	maximal	True	SPA0081_000000003490	1.0		308	12	False	False	1.0	0					non-mobilizable	chromosome	3074.0	99.837	100.0	0.0005575364761844112	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0085_000000004028	5163	0.524353948750067	6	4	3	4	2	True	61061	maximal	True	ISR0085_000000004028	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	2580.0	97.171	50.0	0.014800732857397208	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	True	True
ENG0162_000000014310	1707	0.5243525447859411	1	1	1	1	1	False	56352	maximal	True	ENG0162_000000014310	1.0		104	9	False	False	0.9923843145370483	0					non-mobilizable	other	1679.0	98.45100000000001	99.0	0.0038024710393194097	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ISR0023_000000012406	2408	0.5243519863325932	4	3	1	1	2	False	100262	maximal	True	ISR0023_000000012406	1.0		26	9	False	False	0.9896179437637329	0					non-mobilizable	no_good_hit	981.0	87.258	52.0	0.0002598213954649696	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0112_000000021575	1280	0.5243501934786142	2	2	2	2	1	False	59661	maximal	True	ENG0112_000000021575	1.0		29	5	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	99.854	54.0	0.02168468439907428	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0158_000000010561	1739	0.5243471872361475	2	2	2	2	2	False	128163	fragment	False	AST0118_000000014400	0.27646623699058975		0	0	False	False	1.0	0					non-mobilizable	chromosome	1739.0	85.509	100.0	0.0004932203534461425	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0045_000000006367	4335	0.5243415285582053	3	2	2	2	0	False	6768	maximal	True	SPA0045_000000006367	1.0		61	7	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	85.09	18.0	0.00175989744124049	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0128_000000014286	2598	0.5243385126802507	3	3	3	3	1	False	3888	maximal	True	SPA0128_000000014286	1.0		234	12	False	False	0.9988452792167664	0					non-mobilizable	no_good_hit	1316.0	99.39200000000001	51.0	0.015073706412343246	NZ_CYXV01000016.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0010_000000012855	1483	0.524334586166037	2	2	2	1	0	False	99058	maximal	True	FIJ0010_000000012855	1.0		56	9	False	False	0.997302770614624	0					non-mobilizable	no_good_hit	1308.0	98.853	88.0	0.00044411718033502133	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0026_000000025634	1274	0.524334586166037	2	2	2	1	0	False	49036	maximal	False	ISR0146_000000031921	0.9697761169237095		0	0	False	False	0.9890109896659851	0					non-mobilizable	chromosome	1274.0	98.823	100.0	0.00043256401726586243	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0085_000000024908	1271	0.524334586166037	2	2	2	1	0	False	49036	maximal	False	ISR0146_000000031921	0.9630595789846375		0	0	False	False	1.0	0					non-mobilizable	chromosome	1253.0	98.883	99.0	0.00042542824007608775	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0792_000000013756	1154	0.524334586166037	2	2	2	1	0	False	37485	fragment	False	ISR0792_000000013756	1.0		0	0	False	False	0.9974003434181213	0					non-mobilizable	chromosome	1150.0	95.73899999999999	99.0	0.0003900891530410134	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AUS0022_000000030217	1126	0.524334586166037	2	2	2	1	0	False	99057	fragment	False	AUS0022_000000030217	1.0		0	0	False	False	0.9884546995162964	0					non-mobilizable	no_good_hit	1006.0	97.913	89.0	0.0003411581094539873	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0023_000000030555	1112	0.524334586166037	2	2	2	1	0	False	37484	fragment	False	ISR0023_000000030555	1.0		0	0	False	False	0.9946042895317078	0					non-mobilizable	chromosome	1112.0	99.01100000000001	100.0	0.0003775165932304581	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0189_000000015601	1122	0.5243337344593884	2	1	1	1	1	False	29205	fragment	False	ISR0189_000000015601	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	80.374	57.0	0.00029801463489709403	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0136_000000007688	3440	0.5243320260787329	4	4	2	4	2	True	40544	maximal	True	FIJ0136_000000007688	1.0		1	1	False	False	0.9813953638076782	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	3.0	1.4983174927878401e-05	CP031292.1	firmicutes	Bacillus sp. COPE52 chromosome	True	True
AST0150_000000001159	15234	0.5243316922186209	19	8	5	8	4	False	105226	fragment	False	AST0150_000000001159	0.9996714537654358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	1.1407364594582262e-05	CP017459.1	firmicutes	Staphylococcus nepalensis strain JS9 chromosome, complete genome	True	False
SPA0158_000000000519	15234	0.5243316922186209	19	8	5	8	4	False	105226	fragment	False	AST0150_000000001159	0.999638299417441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	1.1407364594582262e-05	CP017459.1	firmicutes	Staphylococcus nepalensis strain JS9 chromosome, complete genome	True	False
ISR0107_000000010438	2417	0.5243306798750681	6	5	2	4	4	False	113645	fragment	False	ISR0107_000000010438	1.0		0	0	False	False	0.9991725087165833	0					non-mobilizable	no_good_hit	1853.0	90.71799999999999	86.0	0.0005573006536164175	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0077_000000000314	41253	0.5243298851953933	73	24	11	18	11	False	44530	maximal	True	FIJ0077_000000000314	1.0		1	1	False	False	0.9998303055763245	0					non-mobilizable	no_good_hit	231.0	86.58	1.0	0.0010656752223342587	LR756489.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
MON0040_000000020052	1386	0.5243258949866828	2	2	2	2	1	False	11855	maximal	True	MON0040_000000020052	1.0		39	8	False	False	0.9985569715499878	0					non-mobilizable	other	1386.0	87.87899999999999	100.0	0.017647583491545726	NZ_SPFY01000006.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_6_length_78481_cov_20.0915, whole genome shotgun sequence	False	False
FIJ0124_000000023772	1225	0.5243229725857206	3	3	3	3	1	False	41217	maximal	True	FIJ0124_000000023772	1.0		2	2	False	False	0.9853061437606812	0					non-mobilizable	no_good_hit	172.0	75.0	14.0	0.000564639610465097	NZ_KB907341.1	a-proteobacteria	Novispirillum itersonii subsp. itersonii ATCC 12639 G365DRAFT_scaffold00005.5, whole genome shotgun sequence	True	False
CHI0039_000000003634	3638	0.5243228863432636	5	4	4	3	3	False	87802	maximal	True	CHI0039_000000003634	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	100.0	4.0	0.07483731019522777	NZ_QRUU01000156.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf156, whole genome shotgun sequence	True	False
MON0057_000000001965	8219	0.5243203435127655	12	7	2	4	7	True	78479	fragment	False	MON0057_000000001965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1914.0	98.485	79.0	0.043725714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0072_000000002064	2731	0.5243191642297635	3	2	2	2	2	False	16318	maximal	True	MAD0072_000000002064	1.0		2	1	False	False	0.9904796481132507	0					non-mobilizable	no_good_hit	168.0	76.19	6.0	7.809284109753373e-05	NZ_LDOS01000002.1	g-proteobacteria	Metallibacterium scheffleri strain DKE6 Contig_2, whole genome shotgun sequence	True	False
ENG0131_000000023529	1121	0.5243175486874083	2	2	2	2	2	False	58335	fragment	False	ENG0131_000000023529	1.0		0	0	False	False	0.9741302132606506	0					non-mobilizable	chromosome	1102.0	97.822	98.0	0.000388654535185414	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	False	False
MON0106_000000016446	2496	0.5243169115494687	3	3	3	3	3	False	66953	maximal	False	ENG0199_000000008994	0.9153975452371282		0	0	False	False	0.9995993375778198	0					non-mobilizable	chromosome	2500.0	94.72	100.0	0.0010822299660632453	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
TAN0027_000000007450	1549	0.5243168235847687	3	3	3	2	2	False	87115	fragment	False	MON0051_000000021051	0.9088900505529749		0	0	False	False	1.0	0					non-mobilizable	chromosome	1547.0	98.125	99.0	0.0004118729307986787	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0361_000000007014	1933	0.5243161036699485	3	3	3	3	2	False	64013	fragment	False	ISR0361_000000007014	0.9973067789867042		0	0	False	False	0.9793067574501038	0					non-mobilizable	other	1913.0	75.797	97.0	0.0006416207112833683	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
CHI0164_000000009609	2359	0.5243153864824462	2	2	2	2	2	False	84680	maximal	True	CHI0164_000000009609	0.9938402718776551		31	5	False	False	0.9995760917663574	0					non-mobilizable	chromosome	2286.0	98.075	100.0	0.0009054233032331619	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0075_000000002840	2354	0.5243153864824462	2	2	2	2	2	False	84680	maximal	False	CHI0164_000000009609	0.9927935565917763		0	0	False	False	0.9995751976966858	0					non-mobilizable	chromosome	2286.0	98.381	100.0	0.0009054233032331619	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
AST0029_000000019889	1484	0.5243147737973731	2	2	2	2	2	False	117973	maximal	True	AST0029_000000019889	1.0		12	3	False	False	0.9898921847343445	0					non-mobilizable	other	1492.0	79.893	100.0	0.004718096906386053	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MAD0056_000000000231	25649	0.5243145548059028	34	8	4	7	2	False	47543	maximal	True	MAD0056_000000000231	1.0		2	2	True	True	1.0	3					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.0006561833563778678	NZ_KB899434.1	spirochetes	Sediminispirochaeta bajacaliforniensis DSM 16054 F459DRAFT_scaffold00029.29, whole genome shotgun sequence	True	True
MAD0107_000000010207	3803	0.5243130615739303	5	4	1	4	0	True	14699	maximal	True	MAD0107_000000010207	1.0		165	13	False	False	0.9981593489646912	0					non-mobilizable	no_good_hit								True	True
SPA0109_000000031228	1112	0.5243121573213867	3	3	3	2	2	False	4634	fragment	False	SPA0109_000000031228	1.0		0	0	False	False	0.9991007447242737	0					non-mobilizable	no_good_hit	151.0	82.119	14.0	0.0010847398793769254	NZ_LT707054.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
CHI0064_000000007072	2536	0.5243121347532724	3	3	3	3	2	False	85350	maximal	True	CHI0064_000000007072	1.0		188	13	False	False	0.999605655670166	0					non-mobilizable	other	2536.0	98.975	100.0	0.009741644666305439	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
SPA0158_000000019940	1161	0.5243058231913507	2	2	2	2	2	False	3123	fragment	False	SPA0158_000000019940	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	647.0	94.59	63.0	0.00022875021998618292	CP025824.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-8 chromosome, complete genome	True	False
MON0076_000000038226	1264	0.5243023722028736	3	3	3	2	1	False	122995	fragment	False	CHI0173_000000012733	0.9250180245133381		0	0	False	False	0.9984177350997925	0					non-mobilizable	chromosome	1265.0	86.561	100.0	0.0004446189985698089	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0078_000000002159	3501	0.5243023470267817	5	5	1	2	5	False	5674	fragment	False	SPA0078_000000002159	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3501.0	99.943	100.0	0.024430592686178566	CP045662.1	enterobacteria	Klebsiella pneumoniae strain SMU18037509 plasmid unnamed1, complete sequence	False	True
ISR0395_000000012500	3085	0.5243012312989973	2	2	2	2	0	False	22732	maximal	True	ISR0395_000000012500	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	87.061	20.0	0.0001913254592277669	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0130_000000020315	1533	0.5243012312989973	3	2	2	2	0	False	31742	maximal	True	ISR0130_000000020315	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0101_000000024426	1390	0.5243012312989973	2	2	2	2	0	False	60442	maximal	True	ENG0101_000000024426	1.0		73	10	False	False	0.999280571937561	0					non-mobilizable	no_good_hit	995.0	98.59299999999999	72.0	0.021549479166666666	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0027_000000036559	1141	0.5243012312989973	3	2	2	2	0	False	12607	maximal	True	MON0027_000000036559	1.0		2	2	False	False	0.9666959047317505	0					non-mobilizable	no_good_hit								True	False
FIJ0079_000000022567	1271	0.5242868711767914	3	2	2	1	1	True	44366	maximal	True	FIJ0079_000000022567	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1289.0	90.535	100.0	0.0004516764429915519	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0019_000000000601	23147	0.5242865895675329	24	10	4	7	7	False	7774	maximal	True	SPA0019_000000000601	1.0		1	1	False	False	0.9998704195022583	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000009843	2402	0.5242859415241483	4	3	1	3	1	False	102355	fragment	False	MAD0048_000000009843	0.9993150684931507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0040_000000028835	1196	0.5242842064047114	2	2	2	2	1	True	18321	maximal	True	MAD0040_000000028835	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0042_000000023827	1378	0.5242833608874397	2	2	2	2	1	False	36341	maximal	True	ISR0042_000000023827	1.0		1095	13	False	False	0.9956458806991577	0					non-mobilizable	other	1369.0	98.977	99.0	0.0002386070375984996	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0101_000000020798	1130	0.5242816623248401	3	1	1	1	1	False	33109	fragment	False	ISR0101_000000020798	1.0		0	0	False	False	0.9716814160346985	0					non-mobilizable	no_good_hit								True	False
CAN0006_000000012870	3509	0.5242811545478165	5	4	4	4	4	False	95729	maximal	True	CAN0006_000000012870	1.0		9	3	False	False	0.9985750913619995	0					non-mobilizable	no_good_hit	2485.0	71.227	70.0	0.005284407000920719	NZ_QSGP01000006.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf6, whole genome shotgun sequence	True	False
ISR0175_000000012181	1711	0.5242810667095137	3	3	3	3	2	False	78374	maximal	True	ISR0175_000000012181	0.9892787524366471		55	9	False	False	0.9567504525184631	0					non-mobilizable	chromosome	1693.0	98.051	99.0	0.0004758830956124931	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MON0090_000000018738	3074	0.5242799757800465	5	5	3	3	4	False	9567	maximal	True	MON0090_000000018738	1.0		1	1	False	False	0.97755366563797	0					non-mobilizable	no_good_hit	1706.0	80.24600000000001	58.0	0.0010146847768532073	NZ_FNVZ01000005.1	fusobacteria	Leptotrichia massiliensis strain Marseille-P3007T, whole genome shotgun sequence	True	False
ISR0337_000000000658	10519	0.5242769202565136	10	8	8	7	8	False	111071	fragment	False	ISR0337_000000000658	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1158.0	74.352	11.0	0.0002575942690717264	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0102_000000015119	2070	0.5242769024043639	4	3	3	3	2	False	108244	maximal	True	AST0102_000000015119	1.0		378	12	False	False	0.9855072498321533	0					non-mobilizable	no_good_hit	1818.0	99.78	88.0	0.0032992693307767173	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0320_000000015667	1649	0.5242769024043639	4	3	3	3	2	False	78871	fragment	False	MON0036_000000013898	0.9722057953873449		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	99.333	100.0	0.002992402783225113	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0058_000000027091	1537	0.5242758166059586	5	2	1	1	2	False	83847	fragment	False	FIJ0058_000000027091	1.0		0	0	False	False	0.9993493556976318	0					non-mobilizable	no_good_hit	1152.0	90.45100000000001	75.0	0.0003867466728510231	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0104_000000004454	7073	0.5242663169222256	9	4	2	3	3	False	31997	fragment	False	SPA0104_000000004454	1.0		0	0	False	False	0.998727560043335	0					non-mobilizable	no_good_hit	108.0	78.704	2.0	0.01076242204787769	NZ_JABXXP010000060.1	a-proteobacteria	Nguyenibacter vanlangensis strain LMG 31431 contig00060, whole genome shotgun sequence	True	False
MON0011_000000031992	1459	0.524264968727148	3	1	1	1	1	False	39886	fragment	False	MON0011_000000031992	0.9885786827537573		0	0	False	False	1.0	0					non-mobilizable	other	1459.0	99.24600000000001	100.0	0.005184626763768776	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
FIJ0148_000000014499	1403	0.524264968727148	2	1	1	1	1	False	39886	fragment	False	MON0011_000000031992	0.9799511323295065		0	0	False	False	1.0	0					non-mobilizable	other	1402.0	99.929	99.0	0.004981935593991807	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0233_000000014907	1278	0.524264968727148	2	1	1	1	1	False	39886	fragment	False	MON0011_000000031992	0.7231528650903547		0	0	False	False	0.9992175102233887	0					non-mobilizable	other	1275.0	99.92200000000001	99.0	0.004530325443786982	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0839_000000017807	1222	0.524264968727148	2	1	1	1	1	False	39886	fragment	False	MON0011_000000031992	0.48552425665101717		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	99.91799999999999	100.0	0.004341858215748748	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0358_000000007669	2520	0.5242630208152554	3	2	1	2	2	False	23860	fragment	False	USA0024_01_000000008969	0.9785415875427269		0	0	False	False	0.9940476417541504	0					non-mobilizable	no_good_hit	57.0	91.228	2.0	2.074934018950817e-05	LR135258.1	firmicutes	Enterococcus faecium isolate E4457 genome assembly, chromosome: 1	True	False
ISR0387_000000003758	5902	0.524262640563645	6	3	2	2	1	True	23423	maximal	True	ISR0387_000000003758	1.0		1	1	False	False	0.9998305439949036	0					non-mobilizable	no_good_hit	55.0	92.727	1.0	0.0014399616010239728	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	True
ISR0302_000000011541	1422	0.524261932314969	3	2	2	2	1	False	25532	maximal	True	ISR0302_000000011541	1.0		6	3	False	False	0.9803094267845154	0					non-mobilizable	no_good_hit	308.0	88.63600000000001	21.0	0.0014506377557106933	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0164_000000010640	2156	0.5242598841006313	3	3	3	3	2	False	82016	fragment	False	FIJ0164_000000010640	1.0		0	0	False	False	0.9865491390228271	0					non-mobilizable	no_good_hit	1708.0	92.447	79.0	0.07311634289635062	NZ_CABMGA010000025.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0120_01_000000001641	6558	0.5242591457233671	10	7	3	4	6	True	93731	fragment	False	USA0120_01_000000001641	0.9716840536512668		0	0	False	False	0.9926806688308716	0					non-mobilizable	other	6456.0	94.641	98.0	0.008406511519768234	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
ISR0211_000000009998	2244	0.5242579177364014	3	3	3	3	3	False	64403	maximal	False	ISR0065_000000014093	0.9428083653435766		0	0	False	False	0.9995543956756592	0					non-mobilizable	other	2244.0	92.647	100.0	0.0006971713075275214	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
AST0028_000000006058	2837	0.5242561308176348	3	3	2	3	3	False	118828	maximal	True	AST0028_000000006058	1.0		22	5	False	False	0.9961226582527161	0					non-mobilizable	other	2837.0	100.0	100.0	0.0007807811114843101	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
MAD0050_000000001907	9561	0.5242513844294759	9	6	4	6	5	False	17429	maximal	True	MAD0050_000000001907	1.0		3	1	False	False	0.9998953938484192	0					non-mobilizable	no_good_hit	185.0	82.70299999999999	3.0	3.209556104436165e-05	NZ_CP011803.1	firmicutes	Clostridium carboxidivorans P7 chromosome, complete genome	True	False
ENG0128_000000013464	2084	0.5242466113266018	5	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.7237279600566539		0	0	False	False	1.0	0					non-mobilizable	other	2084.0	97.79299999999999	100.0	0.03530209304296246	NZ_JAAITI010000023.1	firmicutes	Blautia luti strain MSK.16.34 NODE_23_length_59005_cov_131.473, whole genome shotgun sequence	False	True
ISR0360_000000012957	1906	0.5242466113266018	4	4	2	2	3	True	111684	fragment	False	FIJ0053_000000008919	0.6454175674535299		0	0	False	False	1.0	0					non-mobilizable	other	1906.0	91.71	100.0	0.0016352661234664552	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0150_000000007663	2181	0.5242413083099252	2	2	2	2	2	False	57170	maximal	True	ENG0150_000000007663	1.0		1	1	False	False	0.9715726971626282	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	1.147727364790965e-05	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
CHI0068_000000006186	2303	0.5242408588053141	2	2	1	2	1	False	91582	fragment	False	CAN0021_000000018040	0.9561884592502189		0	0	False	False	1.0	0					non-mobilizable	other	2293.0	98.823	99.0	0.030645465063093603	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0166_000000010083	2015	0.5242408588053141	2	2	1	2	1	False	83622	fragment	False	ISR0166_000000010083	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2011.0	97.961	100.0	0.026972852261414697	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0187_000000027349	1122	0.5242381405374364	3	2	0	2	0	True	55487	fragment	False	ENG0187_000000027349	0.9674397859054416		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	100.0	6.0	0.0002666874546118467	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0021_000000016108	1387	0.5242359925108282	2	1	1	1	1	False	2368	maximal	True	TAN0021_000000016108	1.0		2	2	False	False	0.9661139249801636	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	1.4169049198049095e-05	CP052047.1	ascomycetes	Fusarium oxysporum Fo47 chromosome X	True	False
FIJ0053_000000017598	1190	0.5242336764709702	2	2	2	2	1	False	46367	fragment	False	ISR0171_000000024102	0.9459683806989195		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	96.73100000000001	99.0	0.0003588883733715666	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0002_000000000560	37323	0.5242308735745642	40	17	11	15	9	True	79292	maximal	True	ISR0002_000000000560	1.0		33	9	False	False	0.9999731779098511	0					non-mobilizable	no_good_hit	63.0	96.825	0.0	0.001213924893292086	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	True	True
FIJ0069_000000012713	1760	0.5242300840627188	4	3	3	2	2	False	124184	fragment	False	FIJ0069_000000012713	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1364.0	99.633	78.0	0.03227257659705451	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0047_01_000000030749	1178	0.5242297514526434	2	2	2	1	1	False	1140	maximal	True	USA0047_01_000000030749	1.0		534	15	False	False	0.9949066042900085	0					non-mobilizable	other	1172.0	97.184	99.0	0.00036429611830197565	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0130_01_000000021923	1544	0.524226178245024	3	3	3	2	1	False	91005	fragment	False	USA0130_01_000000021923	1.0		0	0	False	False	0.9786269664764404	0					non-mobilizable	no_good_hit	1274.0	90.26700000000001	82.0	0.0003829748413830811	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0101_000000007934	3874	0.5242240456572301	4	4	4	4	4	False	121623	maximal	False	ISR0182_000000008547	0.9841509433962264		0	0	False	False	1.0	0					non-mobilizable	other	3875.0	99.535	100.0	0.01059457035106479	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0317_000000019405	1208	0.5242234192802839	2	2	2	2	2	False	25140	fragment	False	ISR0317_000000019405	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1208.0	97.848	100.0	0.0005342320116070425	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	False	False
MON0013_000000035661	1564	0.5242188203092698	2	1	1	1	1	False	13502	fragment	False	MON0013_000000035661	1.0		0	0	False	False	0.97826087474823	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000002167	9073	0.5242182437061845	12	6	5	4	6	False	63480	maximal	True	SPA0007_000000002167	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	91.935	1.0	0.0007003536786076969	CP036540.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B plasmid pBFO17_1, complete sequence	True	False
MAD0051_000000018050	1600	0.5242129942545424	2	2	2	2	1	False	17326	fragment	False	MAD0051_000000018050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	82.029	43.0	0.00018832739628688963	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
MON0047_000000010603	3550	0.524212497929916	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.4160721327851698		0	0	False	False	1.0	0					non-mobilizable	other	2419.0	99.04899999999999	100.0	0.017364701826956222	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0089_000000021587	1315	0.524212328228102	2	2	2	2	2	False	85370	fragment	False	MAD0089_000000021587	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1315.0	97.87100000000001	100.0	0.00024156267889701818	CP016344.1	enterobacteria	Klebsiella variicola strain E57-7 chromosome, complete genome	False	False
MON0023_000000016452	1408	0.5242105962505335	3	2	2	2	2	False	107552	fragment	False	MON0023_000000016452	1.0		0	0	False	False	0.9893465638160706	0					non-mobilizable	chromosome	1426.0	89.551	100.0	0.00045898128716531677	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0040_000000004975	5448	0.524210040045081	7	3	1	3	1	False	114835	maximal	True	ISR0040_000000004975	0.99445443196005		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	98.414	60.0	0.18265281468953853	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0344_000000005546	5250	0.524210040045081	7	3	1	3	1	False	114835	maximal	False	ISR0040_000000004975	0.9707176326948144		0	0	False	False	0.9992380738258362	0					non-mobilizable	no_good_hit	1502.0	98.66799999999999	58.0	0.1813239913022469	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ENG0149_000000008855	2432	0.5242060196379438	2	2	2	2	2	False	72925	maximal	True	ENG0149_000000008855	1.0		18	6	False	False	0.9995887875556946	0					non-mobilizable	other	2143.0	79.281	92.0	0.012676165818599283	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
SPA0016_000000017986	1870	0.5242034822209545	4	4	2	3	3	False	7871	maximal	True	SPA0016_000000017986	1.0		12	3	False	False	0.9994652271270752	0					non-mobilizable	no_good_hit	1182.0	99.915	63.0	0.018936658482178678	NZ_KE136490.1	firmicutes	Enterococcus villorum ATCC 700913 acOto-supercont2.4, whole genome shotgun sequence	True	False
AST0040_000000011701	1716	0.5242007214862713	3	2	2	2	1	False	120644	fragment	False	AST0040_000000011701	1.0		0	0	False	False	0.9784382581710815	0					non-mobilizable	chromosome	1678.0	93.027	98.0	0.0006906299187305258	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0036_000000005332	6384	0.5241999065778061	9	9	1	7	8	True	82242	fragment	False	FIJ0036_000000005332	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	6384.0	99.499	100.0	0.08252634300859785	CP023351.1	enterobacteria	Escherichia coli strain ETEC-2264 plasmid unnamed2, complete sequence	False	True
ISR0100_000000003135	3630	0.5241950144213134	4	4	4	2	4	False	66629	maximal	True	ISR0100_000000003135	0.9823611111111111		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	1566.0	90.613	43.0	0.0005344391198472874	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ENG0028_000000007422	2310	0.5241949808818899	2	2	2	2	2	False	65886	fragment	False	ISR0112_000000012854	0.9379177921897038		0	0	False	False	0.9969696998596191	0					non-mobilizable	no_good_hit	747.0	75.502	32.0	0.013018132398698187	NZ_SLUM01000025.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_125, whole genome shotgun sequence	True	False
ISR0396_000000001155	14539	0.5241924468077277	16	13	8	10	11	True	128590	maximal	True	ISR0396_000000001155	1.0		1	1	False	False	0.9997248649597168	0					non-mobilizable	no_good_hit	5544.0	93.488	65.0	0.22174840085287847	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ENG0026_000000002138	5400	0.5241915046135658	4	3	3	3	3	False	66090	maximal	True	ENG0026_000000002138	1.0		111	7	False	False	0.9998148083686829	0					non-mobilizable	no_good_hit	3703.0	94.869	69.0	0.061159348383362275	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0003_000000008052	3483	0.5241902161561625	5	5	4	3	5	False	40386	maximal	True	MAD0003_000000008052	1.0		266	13	False	False	1.0	0					non-mobilizable	chromosome	3483.0	99.971	100.0	0.0006741431634584203	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
FIJ0171_000000008428	2443	0.5241857816351074	3	3	2	3	1	False	54593	maximal	True	FIJ0171_000000008428	0.9732203958840225		472	14	False	False	0.9995906949043274	0					non-mobilizable	other	2444.0	98.2	100.0	0.019991980294437762	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0193_000000009575	2128	0.5241857816351074	3	3	2	3	1	False	54593	maximal	False	FIJ0171_000000008428	0.6322609219874876		0	0	False	False	0.9844924807548523	0					non-mobilizable	other	2129.0	97.93299999999999	100.0	0.017414217792289625	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0840_000000016663	1128	0.524182381593314	1	1	1	1	1	False	20777	fragment	False	MON0105_000000048094	0.9645048203330412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	76.271	16.0	2.7283940202384114e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
SPA0053_000000012462	2691	0.524180793126114	4	3	3	3	3	False	11273	maximal	True	SPA0053_000000012462	1.0		11	3	False	False	1.0	0					non-mobilizable	other	2549.0	83.915	95.0	0.0015045440658264621	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0036_000000011776	1939	0.5241801568035801	2	2	2	2	2	False	17854	maximal	False	MON0092_000000026714	0.9533133283685267		0	0	False	False	0.9943269491195679	0					non-mobilizable	other	1283.0	84.723	93.0	0.00643078720489888	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	False	False
SPA0083_000000007218	2303	0.5241796394276541	3	3	3	3	3	False	79664	fragment	False	MON0105_000000018460	0.6905039036237894		0	0	False	False	0.9991315603256226	0					non-mobilizable	other	2304.0	98.264	100.0	0.00891546573819824	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0013_000000012628	3740	0.5241783054660589	4	4	4	4	4	False	13541	maximal	True	MON0013_000000012628	1.0		12	3	False	False	0.9847593307495117	0					non-mobilizable	chromosome	3756.0	86.368	100.0	0.001249774061180025	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0122_000000003673	4307	0.5241778360035866	6	3	0	1	2	True	101999	fragment	False	ISR0122_000000003673	0.9892322097378278		0	0	False	False	0.996981680393219	0					non-mobilizable	other	4306.0	96.47	100.0	0.0027599208702984677	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
AUS0014_000000007420	4272	0.5241778360035866	6	3	0	1	2	True	101999	fragment	False	ISR0122_000000003673	0.9852565590898538		0	0	False	False	0.999765932559967	0					non-mobilizable	other	4273.0	99.579	100.0	0.04230795912906455	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ENG0022_000000004971	3883	0.5241778360035866	5	3	0	1	2	True	101998	fragment	False	ENG0022_000000004971	0.9969011048234977		0	0	False	False	0.9981972575187683	0					non-mobilizable	other	3883.0	99.61399999999999	100.0	0.0009411390497792736	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	True
CAN0001_000000012687	3740	0.5241778360035866	6	3	0	1	2	True	97410	fragment	False	CAN0001_000000012687	1.0		0	0	False	False	0.9991978406906128	0					non-mobilizable	other	3741.0	99.35799999999999	100.0	0.03703556881361307	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ENG0144_000000005130	3711	0.5241778360035866	5	3	0	1	2	True	101998	fragment	False	ENG0022_000000004971	0.9748905485449395		0	0	False	False	0.9964969158172607	0					non-mobilizable	other	3711.0	99.973	100.0	0.0203262054645168	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
MAD0106_000000005198	3584	0.5241770963413805	3	3	3	3	3	False	47876	maximal	True	MAD0106_000000005198	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	3584.0	98.493	100.0	0.0010098889065831623	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
FIJ0157_000000004500	4143	0.5241763601367195	7	7	6	6	6	False	39478	fragment	False	FIJ0157_000000004500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	73.58	18.0	0.00027544916403777293	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
AST0102_000000015698	1996	0.5241688271887452	3	3	3	3	3	False	108240	maximal	True	AST0102_000000015698	0.9932650862068966		185	13	False	False	0.9994990229606628	0					non-mobilizable	no_good_hit	1073.0	72.88	53.0	0.03873771035092241	NZ_SLUM01000037.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_137, whole genome shotgun sequence	True	False
SPA0021_000000010224	3208	0.5241685149764999	5	3	2	3	2	False	7690	fragment	False	SPA0021_000000010224	1.0		0	0	False	False	0.9947007298469543	0					non-mobilizable	no_good_hit								True	False
USA0058_01_000000007099	2788	0.5241685149764999	5	3	2	3	2	False	945	fragment	False	USA0058_01_000000007099	1.0		0	0	False	False	0.998206615447998	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0002119423962876616	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
ENG0064_000000013681	1626	0.5241679410220049	3	2	2	1	1	False	62948	maximal	True	ENG0064_000000013681	1.0		7	4	False	False	0.9643296599388123	0					non-mobilizable	no_good_hit	1092.0	99.26700000000001	67.0	0.004748151923437139	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0079_000000001632	16107	0.5241660724228012	18	9	6	7	5	True	132446	maximal	True	ISR0079_000000001632	1.0		14	6	False	False	0.9996274709701538	0					non-mobilizable	no_good_hit	773.0	73.351	5.0	0.01485624570699637	KF704242.1	firmicutes	Streptococcus agalactiae strain 9056 vanG element, complete sequence; and RNA methyltransferase gene, partial sequence	True	True
SPA0007_000000012018	2132	0.5241650709274461	3	2	2	2	2	False	8206	maximal	True	SPA0007_000000012018	1.0		4	3	False	False	0.9821763634681702	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	0.001183431952662722	NZ_FMJR01000023.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
FIJ0046_000000014868	2099	0.5241641102945055	4	2	2	1	1	False	46974	fragment	False	FIJ0046_000000014868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	89.25299999999999	39.0	0.002307403095134139	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
USA0018_01_000000004659	5309	0.5241638990180039	6	4	4	4	3	False	1871	fragment	False	USA0018_01_000000004659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1162.0	99.31200000000001	68.0	0.00025971068542817257	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
USA0069_01_000000016066	3841	0.5241628477277545	4	1	1	1	1	False	796	fragment	False	USA0069_01_000000016066	1.0		0	0	False	False	0.9911481142044067	0					non-mobilizable	no_good_hit	115.0	80.0	3.0	0.00024958046711955615	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
MON0037_000000031654	2233	0.5241619501961577	2	2	2	2	2	False	12108	fragment	False	MON0037_000000031654	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2234.0	99.06	100.0	0.0006675733067539704	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0107_000000022118	1377	0.5241611431262331	2	2	2	2	2	False	83277	fragment	False	ISR0263_000000008822	0.48001274424773055		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	97.89399999999999	100.0	0.0314586191129401	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0113_000000007511	1127	0.524161069419508	2	2	2	2	2	False	82311	fragment	False	CHI0113_000000007511	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	100.0	100.0	0.009049046474809736	NZ_NQCD01000082.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_13_length_124433_cov_76.095_ID_25.ctg_1, whole genome shotgun sequence	False	False
DEN0093_000000020144	1584	0.5241607991863597	2	2	2	2	1	False	68450	maximal	True	DEN0093_000000020144	1.0		280	12	False	False	1.0	0					non-mobilizable	no_good_hit	338.0	73.964	21.0	6.074714256535911e-05	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
DEN0008_000000001825	3814	0.5241570362250806	4	3	3	2	2	True	107011	maximal	True	DEN0008_000000001825	1.0		61	11	False	False	1.0	0					non-mobilizable	other	3814.0	100.0	100.0	0.0006380367276898402	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	True
SPA0050_000000007646	3402	0.5241570362250806	3	3	3	2	2	True	110971	fragment	False	SPA0050_000000007646	1.0		0	0	False	False	0.9991181492805481	0					non-mobilizable	no_good_hit	1806.0	77.907	52.0	0.010239613859679366	NZ_FNVS01000009.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
USA0035_01_000000006337	3946	0.5241528403811009	7	5	5	2	3	False	1430	fragment	False	USA0035_01_000000006337	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1828.0	96.663	52.0	0.02316352663742171	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	True	False
ISR0846_000000002647	3619	0.5241492269744401	5	4	3	3	1	False	20673	maximal	True	ISR0846_000000002647	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	9.836119015915965e-06	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0106_000000039834	1135	0.524146768483694	2	1	1	1	1	False	8630	fragment	False	MON0106_000000039834	1.0		0	0	False	False	0.9515418410301208	0					non-mobilizable	no_good_hit								True	False
ISR0249_000000003700	4187	0.5241424818227857	4	4	4	3	1	False	62295	maximal	True	ISR0249_000000003700	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	1437.0	82.881	34.0	0.011019962138118912	NZ_CYZN01000014.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0019_000000000787	1325	0.524142306800361	2	2	2	2	2	False	19356	fragment	False	MAD0019_000000000787	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1307.0	97.705	100.0	0.0003483847458698668	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0046_000000013359	1417	0.5241400279277963	1	1	1	1	1	False	64411	fragment	False	ENG0046_000000013359	1.0		0	0	False	False	0.9922370910644531	0					non-mobilizable	other	1417.0	100.0	100.0	0.0002369420420689257	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
MON0087_000000017438	2844	0.5241324953012919	3	3	3	3	1	False	131668	fragment	False	DEN0028_000000005326	0.1265967976874678		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	85.06	57.0	0.00037288431846651323	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0027_000000021468	1911	0.5241319878436128	2	2	2	2	2	False	12647	maximal	True	MON0027_000000021468	1.0		1	1	False	False	0.9806383848190308	0					non-mobilizable	chromosome	1892.0	98.99600000000001	99.0	0.00048747579054987834	CP054136.1	firmicutes	Bacillus altitudinis strain 11-1-1 chromosome, complete genome	False	False
CHI0168_000000008100	2025	0.5241246127826165	4	3	2	3	2	True	78100	maximal	True	CHI0168_000000008100	1.0		36	12	False	False	0.9920987486839294	0					non-mobilizable	no_good_hit	815.0	97.301	40.0	0.00012002037102513616	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	True
AUS0024_000000017341	1871	0.5241207461942713	3	2	2	2	2	False	98877	fragment	False	CHI0132_000000015074	0.9368077669436908		0	0	False	False	0.975948691368103	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	9.316760287848664e-06	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0840_000000008697	1892	0.5241201122747625	3	2	1	2	2	False	20794	maximal	True	ISR0840_000000008697	1.0		0	0	False	False	0.9741014838218689	0					non-mobilizable	no_good_hit	673.0	86.77600000000001	66.0	0.00020202525044657818	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0039_000000029383	1654	0.5241198930645934	3	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.4258472699147772		0	0	False	False	1.0	0					non-mobilizable	other	1660.0	88.976	100.0	0.0005133122076842526	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0166_000000019283	1537	0.524119759864431	2	1	1	1	0	True	56134	maximal	True	ENG0166_000000019283	1.0		1	1	False	False	0.9993493556976318	0					non-mobilizable	no_good_hit	488.0	100.0	32.0	0.025442766835588528	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0832_000000000120	45584	0.5241188881229243	45	19	12	18	7	True	123963	fragment	False	CHI0107_000000000112	0.9677546414580139		0	0	False	False	0.9999561309814453	0					non-mobilizable	no_good_hit	1679.0	94.699	6.0	0.00037344091755190116	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
AST0053_000000002017	6281	0.5241175986667252	10	10	3	8	10	False	114252	fragment	False	AST0053_000000002017	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6281.0	99.602	100.0	0.07252904626614003	JX445149.1	enterobacteria	Salmonella enterica subsp. enterica serovar Heidelberg plasmid pSH146_87, complete sequence	False	True
MON0102_000000004146	9412	0.5241150734769969	9	8	4	8	7	True	17839	maximal	True	MON0102_000000004146	1.0		1	1	False	False	0.9998937249183655	0					non-mobilizable	no_good_hit	2596.0	81.587	48.0	0.0006874329939560848	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0031_000000005902	2357	0.5241134946127779	3	2	2	2	2	False	43819	fragment	False	MAD0031_000000005902	1.0		0	0	False	False	0.9995757341384888	0					non-mobilizable	no_good_hit	1084.0	81.827	46.0	0.00028703061757731754	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0005_000000004478	3698	0.5241132708982135	5	4	3	2	3	False	119201	maximal	True	CHI0005_000000004478	1.0	PS816	0	0	False	True	0.9970254302024841	0					non-mobilizable	no_good_hit	1494.0	87.149	40.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
AST0092_000000008284	1734	0.5241119376015672	2	1	1	1	1	False	109650	fragment	False	ENG0091_000000013095	0.9582878953107961		0	0	False	False	0.9988465905189514	0					non-mobilizable	chromosome	1734.0	98.73100000000001	100.0	0.0009562408093560411	CP025400.1	firmicutes	Streptococcus thermophilus strain EPS chromosome, complete genome	False	False
DEN0026_000000006199	4708	0.5241115329198138	4	4	4	4	3	False	108785	maximal	True	DEN0026_000000006199	0.9879524001795362		153	12	False	False	1.0	0					non-mobilizable	other	4647.0	98.62299999999999	99.0	0.02837889026014492	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
DEN0010_000000009194	4591	0.5241115329198138	4	4	4	4	3	False	108785	maximal	False	DEN0026_000000006199	0.9799502566884729		0	0	False	False	0.9997822046279907	0					non-mobilizable	other	4595.0	98.585	100.0	0.028061193318588938	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ENG0152_000000005121	4327	0.5241115329198138	4	4	4	4	3	False	108785	maximal	False	DEN0026_000000006199	0.9352881633817313		0	0	False	False	1.0	0					non-mobilizable	other	4255.0	98.637	98.0	0.02599005364190667	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0185_000000020379	1619	0.5241096314583422	2	2	2	2	2	False	73594	fragment	False	ISR0185_000000020379	1.0		0	0	False	False	0.9993823170661926	0					non-mobilizable	other	1619.0	99.568	100.0	0.004921837688865635	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0144_000000015548	1234	0.5241028617506167	2	2	2	1	1	True	3373	maximal	True	SPA0144_000000015548	1.0		1	1	False	False	0.9991896152496338	0					non-mobilizable	no_good_hit	948.0	99.895	77.0	0.0006880082415686297	NZ_UWNY01000001.1	high GC Gram+	Varibaculum vaginae strain Marseille-P5644, whole genome shotgun sequence	True	True
MON0063_000000022703	1319	0.5241020008703325	1	1	1	1	1	False	10730	maximal	True	MON0063_000000022703	1.0		60	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0024_000000010757	2546	0.5241013284157964	2	2	2	2	2	True	97328	fragment	False	ENG0024_000000010757	1.0		0	0	False	False	0.9968578219413757	0					non-mobilizable	other	2545.0	99.882	99.0	0.005623864284482644	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0813_000000007310	3909	0.524101302761177	5	4	3	3	4	False	127785	fragment	False	ISR0813_000000007310	1.0		0	0	False	False	0.9989767074584961	0					non-mobilizable	other	3646.0	99.42399999999999	97.0	0.06970473494989674	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0802_000000004429	3238	0.5240950567000269	7	5	5	4	3	False	108987	maximal	True	ISR0802_000000004429	1.0		10	5	False	False	0.998455822467804	0					non-mobilizable	no_good_hit	761.0	73.325	23.0	0.00023307303214322944	CP012069.2	actinobacteria	Olsenella sp. oral taxon 807 strain F0089, complete genome	True	False
ISR0162_000000025339	1562	0.524091998345419	2	2	2	2	2	False	30331	fragment	False	ISR0162_000000025339	1.0		0	0	False	False	0.9974392056465149	0					non-mobilizable	no_good_hit	767.0	78.096	49.0	0.00027814870387474357	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
SPA0012_000000016032	1501	0.5240834553257473	2	2	1	2	1	False	8000	maximal	True	SPA0012_000000016032	1.0		418	14	False	False	1.0	0					non-mobilizable	other	1316.0	97.796	100.0	0.5116731517509727	KX125669.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time2_TR_36 genomic sequence	False	False
AUS0002_000000005842	5299	0.5240785634109411	5	5	5	4	5	True	103110	maximal	True	AUS0002_000000005842	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	1431.0	99.72	27.0	0.023166898875676377	NZ_JAAIPV010000023.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_23_length_61726_cov_95.4803, whole genome shotgun sequence	True	True
MAD0106_000000006763	2939	0.5240763482023196	2	2	2	2	2	False	122431	maximal	True	MAD0106_000000006763	1.0	PS871	1	1	False	True	0.9996597766876221	0					non-mobilizable	no_good_hit	2193.0	95.98700000000001	75.0	0.9493287137288869	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
FIJ0114_000000026099	1547	0.5240706039769412	3	2	2	2	2	False	60210	fragment	False	FIJ0114_000000026099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0084_000000003288	7421	0.5240689074470591	7	3	3	3	1	True	80142	maximal	True	ENG0084_000000003288	1.0		11	6	False	False	0.9963616728782654	0					non-mobilizable	no_good_hit								True	True
FIJ0057_000000023574	1487	0.5240666084218205	3	3	2	2	0	False	46112	maximal	True	FIJ0057_000000023574	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1111.0	95.32	75.0	0.00023501209814308656	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
CHI0177_000000010295	1611	0.5240637811889485	2	1	1	1	1	False	77690	maximal	True	CHI0177_000000010295	1.0		1	1	False	False	0.9993792772293091	0					non-mobilizable	no_good_hit	1338.0	89.163	83.0	0.006764494800653545	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0153_000000006987	2210	0.5240604588992641	3	3	2	3	2	True	119767	maximal	True	CHI0153_000000006987	1.0		100	10	False	False	1.0	0					non-mobilizable	chromosome	2210.0	99.774	100.0	0.00042120171958605156	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
DEN0062_000000008402	2307	0.5240603619395436	3	3	3	3	2	False	71717	maximal	True	DEN0062_000000008402	1.0		4	3	True	True	0.9995665550231934	13					non-mobilizable	no_good_hit	557.0	85.27799999999999	49.0	0.053063561748425275	NZ_CABIWU010000073.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
MAD0098_000000023965	1877	0.5240597631913415	3	3	3	3	1	False	20015	fragment	False	MAD0098_000000023965	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1880.0	93.98899999999999	100.0	0.0008931036781018215	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0007_000000017780	1398	0.5240591215709894	2	2	2	2	2	False	67508	fragment	False	ENG0007_000000017780	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1398.0	86.338	100.0	0.00041374510399158886	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0774_000000004617	5068	0.5240587904118129	6	5	3	3	5	False	30736	maximal	True	ISR0774_000000004617	1.0		150	9	False	False	1.0	0					non-mobilizable	chromosome	5068.0	99.961	100.0	0.0009007218573748625	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0396_000000012377	1856	0.5240587069654721	3	3	3	3	2	True	112274	fragment	False	ISR0396_000000012377	0.9944930549214579		0	0	False	False	0.9892241358757019	0					non-mobilizable	other	1852.0	99.19	99.0	0.0004538242971791547	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
AST0087_000000020581	1796	0.5240587069654721	3	3	3	3	2	True	112274	fragment	False	ISR0396_000000012377	0.9846234274796649		0	0	False	False	1.0	0					non-mobilizable	other	1796.0	99.833	100.0	0.0004400943346496935	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0803_000000008967	1683	0.5240587069654721	3	3	3	3	2	True	112274	fragment	False	ISR0396_000000012377	0.9450475033919566		0	0	False	False	1.0	0					non-mobilizable	other	1683.0	99.70299999999999	100.0	0.0004123892316884593	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MAD0068_000000020483	1407	0.5240587069654721	3	3	3	3	2	True	37408	fragment	False	MAD0068_000000020483	0.9947447447447447		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	99.574	100.0	0.00034472013065040057	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0041_000000007168	3584	0.5240581317183067	3	3	3	3	3	False	115359	maximal	True	ENG0041_000000007168	1.0		0	0	False	False	0.9963727593421936	0					non-mobilizable	no_good_hit	867.0	73.241	24.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
CHI0168_000000004650	3915	0.5240571361074661	5	5	5	4	3	False	78108	fragment	False	CHI0168_000000004650	1.0		0	0	False	False	0.9997445940971375	0					non-mobilizable	other	3915.0	99.48899999999999	100.0	0.027188485530501953	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
ISR0051_000000018818	2032	0.5240555950986789	2	2	2	2	2	False	63487	maximal	True	ISR0051_000000018818	0.9756577596786284		109	9	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	91.64	67.0	0.0002780309786301802	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0114_000000018536	2119	0.5240535597299358	4	2	1	0	1	False	41870	fragment	False	FIJ0114_000000018536	1.0		0	0	False	False	0.9830108284950256	0					non-mobilizable	no_good_hit	103.0	85.43700000000001	5.0	0.027055702917771884	KU545993.1	bacteria	Uncultured bacterium clone CH_03C_000_Contig_8 genomic sequence	True	False
FIJ0153_000000011861	2223	0.5240530653927965	5	4	3	3	2	False	51136	fragment	False	FIJ0153_000000011861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	636.0	97.64200000000001	29.0	0.0001436699690396873	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0080_000000047562	1227	0.5240511162638531	2	1	1	1	1	False	10014	maximal	True	MON0080_000000047562	1.0		0	0	False	False	0.9136104583740234	0					non-mobilizable	no_good_hit	104.0	98.07700000000001	8.0	0.00014263695571191767	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	True	False
ENG0100_000000029125	1102	0.5240501587676737	2	2	2	2	2	False	60525	fragment	False	ENG0100_000000029125	1.0		0	0	False	False	0.9882032871246338	0					non-mobilizable	other	1075.0	83.44200000000001	97.0	0.7937219730941704	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0182_000000003197	8220	0.5240488966548889	7	7	2	6	3	True	103082	maximal	True	ISR0182_000000003197	1.0		1	1	False	False	0.9997566938400269	0					non-mobilizable	no_good_hit	4071.0	98.40299999999999	72.0	0.015775917578879587	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
ISR0820_000000008479	2652	0.5240462245187925	2	2	2	1	1	False	21286	fragment	False	ISR0820_000000008479	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2657.0	88.22	100.0	0.0005189831999736986	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0115_000000014495	2324	0.5240363543684549	4	4	3	4	4	False	42662	maximal	True	ISR0115_000000014495	0.9897959183673469		799	15	False	False	0.9995697140693665	0					non-mobilizable	chromosome	2209.0	86.057	94.0	0.0007310824834050671	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0206_000000000773	20040	0.5240362655431464	24	22	7	11	20	True	123791	fragment	False	ENG0206_000000000773	0.9957214988041456		0	0	False	False	1.0	0					non-mobilizable	chromosome	19944.0	99.845	100.0	0.002816672224865957	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
CAN0021_000000006452	6113	0.524035486712505	8	4	1	3	3	False	111790	maximal	True	CAN0021_000000006452	1.0		38	6	False	False	1.0	0					non-mobilizable	no_good_hit	1563.0	89.12299999999999	61.0	0.00028321328972465533	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
FIJ0004_000000010449	2531	0.5240333441208401	3	2	2	2	2	False	52056	maximal	True	FIJ0004_000000010449	1.0		288	12	False	False	0.9996048808097839	0					non-mobilizable	other	2532.0	96.801	100.0	0.04130612244897959	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0036_000000038601	1154	0.5240277462857629	2	2	2	2	0	True	47870	fragment	False	FIJ0036_000000038601	1.0		0	0	False	False	0.9991334676742554	0					non-mobilizable	other	1162.0	76.85	99.0	0.004434495338938742	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0085_000000028398	1101	0.5240234367173463	2	2	2	2	2	False	43873	maximal	True	FIJ0085_000000028398	1.0		433	15	False	False	1.0	0					non-mobilizable	other	1102.0	74.955	98.0	0.0032482375303770363	NZ_QSLJ01000002.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf2, whole genome shotgun sequence	False	False
ISR0046_000000004280	5573	0.5240196660784728	3	3	3	3	2	False	36202	maximal	True	ISR0046_000000004280	1.0		6	3	False	False	0.9987439513206482	0					non-mobilizable	no_good_hit	3626.0	76.779	76.0	0.001213634735007368	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
SPA0105_000000018373	1314	0.5240184767612105	3	2	1	2	1	True	4775	fragment	False	SPA0105_000000018373	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	98.62799999999999	99.0	0.00037417672557975984	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
ISR0179_000000010048	2402	0.5240180553749813	4	2	1	2	1	True	55504	fragment	False	ISR0179_000000010048	1.0		0	0	False	False	0.9941715002059937	0					non-mobilizable	no_good_hit	43.0	88.37200000000001	2.0	0.0012954566484685852	NZ_FMJR01000081.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	True
ISR0119_000000017285	1796	0.5240180553749813	3	2	1	2	1	True	32341	fragment	False	ISR0119_000000017285	1.0		0	0	False	False	0.993318498134613	0					non-mobilizable	no_good_hit	43.0	88.37200000000001	2.0	0.0012954566484685852	NZ_FMJR01000081.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	True
ISR0364_000000002873	5030	0.5240171767708687	9	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.9637426317697885		0	0	False	False	0.9958250522613525	0					non-mobilizable	chromosome	4964.0	99.436	100.0	0.0016705167426976741	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0006_01_000000005359	4549	0.5240171767708687	8	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.8995935442061233		0	0	False	False	1.0	0					non-mobilizable	chromosome	4549.0	99.956	100.0	0.0015308301724338146	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0335_000000003475	4543	0.5240171767708687	8	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.8976244050092013		0	0	False	False	1.0	0					non-mobilizable	other	4543.0	99.736	100.0	0.0014130085135162882	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0050_000000005142	4541	0.5240171767708687	8	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.8982562391002007		0	0	False	False	1.0	0					non-mobilizable	other	4539.0	100.0	99.0	0.0014117641202855385	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0109_000000007450	2444	0.5240151501603187	2	2	1	2	1	True	111926	fragment	False	CHI0109_000000007450	1.0		0	0	False	False	0.9975450038909912	0					non-mobilizable	no_good_hit								True	True
ISR0319_000000011659	1722	0.5240113693784778	5	5	4	5	2	True	100704	maximal	True	ISR0319_000000011659	1.0		60	8	False	False	0.9802555441856384	0					non-mobilizable	no_good_hit	1504.0	100.0	87.0	0.0006352834661877455	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	True
AST0055_000000005992	5196	0.52400855540899	6	6	4	5	3	False	113942	maximal	True	AST0055_000000005992	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	98.23299999999999	36.0	0.05383351114443067	NZ_QRML01000039.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf39, whole genome shotgun sequence	True	False
ENG0013_000000010627	2525	0.5240066262784475	3	3	3	3	3	False	122055	maximal	True	ENG0013_000000010627	1.0		25	7	False	False	0.9988119006156921	0					non-mobilizable	no_good_hit	1338.0	99.32700000000001	53.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0011_000000035727	1322	0.5240061344742803	2	1	1	1	1	False	75591	maximal	True	DEN0011_000000035727	1.0		39	9	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	95.455	3.0	1.1970630198002575e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0065_000000017532	1917	0.5240030813401881	4	2	1	2	1	False	35190	maximal	True	ISR0065_000000017532	1.0		23	5	False	False	0.9994783401489258	0					non-mobilizable	no_good_hit	90.0	97.77799999999999	5.0	0.00011683763021421117	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ENG0005_000000011272	2125	0.5240028872641974	3	3	3	3	3	False	67676	maximal	True	ENG0005_000000011272	1.0		215	12	False	False	0.9854117631912231	0					non-mobilizable	other	2125.0	99.95299999999999	100.0	0.005565527270821597	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
FIJ0058_000000034160	1259	0.5240002349286669	2	2	2	2	1	False	45957	maximal	True	FIJ0058_000000034160	1.0		3	2	False	False	0.9594916701316833	0					non-mobilizable	no_good_hit	311.0	77.492	29.0	0.00010735702344984127	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0157_000000004024	2570	0.5239984229596714	2	2	2	2	1	False	78945	backbone	True	CHI0157_000000004024	1.0	PS383	15	6	True	True	1.0	2					non-mobilizable	no_good_hit	1508.0	90.915	59.0	0.17976857926756531	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	True
FIJ0159_000000004325	4965	0.5239983823223666	7	6	4	5	4	False	40817	maximal	True	FIJ0159_000000004325	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	86.99700000000001	45.0	0.0035651779347896546	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0068_000000015271	1663	0.5239981476259095	1	1	1	1	1	False	66967	maximal	True	ENG0068_000000015271	1.0		10	4	False	False	0.998196005821228	0					non-mobilizable	no_good_hit	1386.0	96.681	83.0	0.007324262678542133	NZ_LT699725.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
ENG0013_000000017679	1547	0.5239981476259095	1	1	1	1	1	False	66965	fragment	False	ENG0013_000000017679	0.958305757776307		0	0	False	False	0.9922430515289307	0					non-mobilizable	other	1440.0	96.944	93.0	0.007610035933340743	NZ_LT699725.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	False
ISR0370_000000017841	1511	0.5239981476259095	1	1	1	1	1	False	66965	fragment	False	ENG0013_000000017679	0.9469941822882999		0	0	False	False	0.9788219928741455	0					non-mobilizable	other	1416.0	96.61	94.0	0.007472441403252523	NZ_LT699725.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	False
SPA0035_000000014573	1414	0.5239981476259095	1	1	1	1	1	False	32189	maximal	True	SPA0035_000000014573	1.0		6	3	False	False	0.9745402932167053	0					non-mobilizable	no_good_hit	1265.0	97.23299999999999	89.0	0.0066839189039008045	NZ_LT699725.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
ISR0121_000000018623	1394	0.5239981476259095	1	1	1	1	1	False	32188	fragment	False	ISR0121_000000018623	1.0		0	0	False	False	0.9992826581001282	0					non-mobilizable	other	1325.0	96.679	95.0	0.022945645010232753	NZ_LT699723.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	False
ISR0350_000000003395	4692	0.5239961195238267	8	8	1	6	7	True	24106	fragment	False	MAD0057_000000003275	0.9638490725126476		0	0	False	False	0.9955242872238159	0			MPF_F		non-mobilizable	plasmid	4692.0	99.89299999999999	100.0	0.031299625018348744	CP056585.1	enterobacteria	Escherichia coli strain RHBSTW-00357 plasmid pRHBSTW-00357_2, complete sequence	False	True
ISR0103_000000000493	31772	0.523996075198881	22	9	4	8	6	True	126565	maximal	False	AST0010_000000000376	0.9515923699866049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0010_000000008096	5107	0.5239931527024835	8	7	3	3	5	False	76035	maximal	False	SPA0053_000000006006	0.9784865068880921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3509.0	99.345	77.0	0.0006794250607521825	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0286_000000010516	1806	0.5239928658098465	3	2	2	2	1	False	26031	maximal	True	ISR0286_000000010516	1.0		6	3	False	False	0.998892605304718	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.000199144921493338	NZ_SLWA01000012.1	CFB group bacteria	Flavobacterium circumlabens strain P5626 Ga0310575_112, whole genome shotgun sequence	True	False
SPA0032_000000012585	2233	0.5239928349200343	4	4	4	3	2	False	123000	fragment	False	ISR0157_000000012693	0.387207515632943		0	0	False	False	0.9968652129173279	0					non-mobilizable	chromosome	2233.0	99.955	100.0	0.0007512781321179143	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0009_000000019710	1908	0.5239897761693828	3	2	2	2	2	False	13808	maximal	True	MON0009_000000019710	1.0		3	1	False	False	0.9926624894142151	0					non-mobilizable	no_good_hit	911.0	86.93700000000001	48.0	0.00022311189110374433	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0060_000000003443	7938	0.5239895019292721	11	7	3	7	4	False	112545	maximal	True	AST0060_000000003443	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1560.0	81.73100000000001	21.0	0.0006484755375493325	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0141_000000004629	4949	0.5239889242301019	5	4	3	3	2	False	126901	maximal	True	SPA0141_000000004629	1.0	PS979	19	6	False	True	0.992523729801178	0					non-mobilizable	no_good_hit	1904.0	99.947	40.0	0.025996202341434096	NZ_CYZO01000015.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0287_000000010058	1388	0.5239870596823978	2	2	2	1	1	False	25994	fragment	False	ISR0287_000000010058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	457.0	92.99799999999999	33.0	0.009114349103555795	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	True	False
ISR0032_000000016543	2011	0.5239863753077729	2	2	2	2	2	False	49758	maximal	True	ISR0032_000000016543	1.0		989	15	False	False	1.0	0					non-mobilizable	chromosome	2011.0	98.40899999999999	100.0	0.0007006091465395485	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
DEN0028_000000012054	2410	0.5239822473570758	4	3	2	3	2	False	74030	maximal	True	DEN0028_000000012054	1.0		58	12	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	76.486	16.0	0.0007077493938856366	NZ_FRDH01000004.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
SPA0089_000000026409	1426	0.5239815022884102	3	2	1	1	2	False	5412	fragment	False	SPA0089_000000026409	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1426.0	97.82600000000001	100.0	0.00025889904136498115	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
FIJ0131_000000002687	6839	0.5239814510454457	9	7	3	5	3	False	77713	maximal	True	FIJ0131_000000002687	1.0		2	1	False	False	0.9997075796127319	0					non-mobilizable	no_good_hit	1759.0	93.12100000000001	26.0	0.0005970266915444778	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0008_000000014660	2075	0.5239805004009972	4	3	0	2	2	True	70385	fragment	False	SPA0008_000000014660	1.0		0	0	False	False	0.9990361332893372	0					non-mobilizable	other	2081.0	88.803	99.0	0.024085429830492666	NZ_CZBD01000017.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
SPA0125_000000018867	1764	0.5239805004009972	3	3	0	2	2	True	70384	fragment	False	ENG0116_000000013240	0.9549474847982311		0	0	False	False	0.9909297227859497	0					non-mobilizable	other	1746.0	94.559	99.0	0.000489838726992615	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0097_000000024321	1519	0.5239805004009972	3	3	0	2	2	True	70383	fragment	False	MON0097_000000024321	1.0		0	0	False	False	0.9861751198768616	0					non-mobilizable	other	1520.0	93.22399999999999	100.0	0.00042660653331886954	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
DEN0053_000000001552	4928	0.5239781170228383	6	2	1	1	2	True	72152	maximal	True	DEN0053_000000001552	1.0		1	1	False	False	0.9995941519737244	0					non-mobilizable	no_good_hit	2589.0	97.79799999999999	61.0	0.32233154813799975	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0010_000000006500	3124	0.5239756116693192	4	3	3	2	1	True	67279	fragment	False	ENG0010_000000006500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2148.0	99.395	81.0	0.0005724606926774381	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0011_000000002222	2725	0.5239746043377649	5	5	5	5	4	False	90195	fragment	False	CHI0011_000000002222	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2724.0	99.963	99.0	0.0005866445825753417	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0830_000000017485	1700	0.5239710197425619	4	3	3	2	2	False	21039	fragment	False	ISR0830_000000017485	1.0		0	0	False	False	0.9994117617607117	0					non-mobilizable	chromosome	1647.0	94.29299999999999	97.0	0.0008445889469950996	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
FIJ0008_000000006017	4716	0.5239706906497653	3	2	2	2	1	False	112021	fragment	False	FIJ0008_000000006017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3298.0	98.241	75.0	0.0009227666430354068	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0168_000000003993	6253	0.5239683346867545	4	4	2	3	3	False	77853	fragment	False	ISR0168_000000003993	1.0		0	0	False	False	0.9996801614761353	0					non-mobilizable	other	6253.0	99.87200000000001	100.0	0.001882357475099861	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0092_000000005105	1969	0.5239652881505554	3	3	3	2	2	False	83668	maximal	True	CHI0092_000000005105	1.0		99	12	False	False	0.9984763860702515	0					non-mobilizable	chromosome	1969.0	100.0	100.0	0.0004128801833456554	CP025630.1	enterobacteria	Klebsiella pneumoniae strain LS359 chromosome	False	False
MAD0095_000000023059	1606	0.5239651151834746	4	3	2	3	3	False	15578	maximal	True	MAD0095_000000023059	1.0		131	13	False	False	1.0	0					non-mobilizable	other	1625.0	82.954	100.0	0.002226475638246967	NZ_QVHZ01000003.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf3, whole genome shotgun sequence	False	False
MON0072_000000005289	3879	0.5239636043771733	2	2	1	2	2	False	67248	maximal	True	MON0072_000000005289	1.0		53	11	False	False	1.0	0					non-mobilizable	no_good_hit	3079.0	95.38799999999999	89.0	0.0009550718046003973	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0079_000000022763	2470	0.523960895945168	4	4	3	4	3	False	91600	fragment	False	CHI0117_000000004307	0.2509166417214073		0	0	False	False	0.9995951652526855	0					non-mobilizable	no_good_hit	646.0	75.697	26.0	0.007219072835692545	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
SPA0116_000000004647	7606	0.5239581978913059	7	7	7	7	4	True	131604	maximal	True	SPA0116_000000004647	1.0		4	2	False	False	0.9968445897102356	0					non-mobilizable	no_good_hit	5778.0	99.775	76.0	0.002547054596117472	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	True	True
CHI0043_000000003603	2442	0.5239561349275264	3	3	3	3	3	True	87405	maximal	True	CHI0043_000000003603	1.0		1	1	False	False	0.9901719689369202	0					non-mobilizable	plasmid	2059.0	94.02600000000001	100.0	0.01068961565309801	CP048110.1	enterobacteria	Klebsiella michiganensis strain BD177 plasmid unnamed2	False	True
FIJ0013_000000008347	3220	0.5239547369778238	4	4	3	3	4	False	50646	maximal	True	FIJ0013_000000008347	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	71.34	30.0	0.00016972708203116514	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
DEN0094_000000035702	1115	0.5239519888252762	2	2	2	2	1	False	68250	maximal	True	DEN0094_000000035702	1.0		50	10	False	False	0.9973094463348389	0					non-mobilizable	no_good_hit	127.0	78.74	11.0	2.2645670084471974e-05	LT629764.1	firmicutes	Paenibacillaceae bacterium GAS479 genome assembly, chromosome: I	True	False
AST0116_000000001188	14479	0.5239510083477892	23	6	5	5	5	True	106294	fragment	False	AST0116_000000001188	1.0		0	0	False	False	0.9999309182167053	0					non-mobilizable	no_good_hit								True	True
DEN0079_000000001416	15849	0.523948464052709	12	10	8	9	4	False	115929	fragment	False	DEN0079_000000001416	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	640.0	96.875	4.0	0.9984375	EU064454.1	bacteria	Uncultured bacterium clone HA0AAA14ZC06FM1 genomic sequence	True	False
ENG0066_000000015161	1404	0.5239484601681098	2	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.5023597502334848		0	0	False	False	1.0	0					non-mobilizable	chromosome	1442.0	74.133	100.0	0.0004469501953121922	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0283_000000009620	1389	0.5239484601681098	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.3483429165294239		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	91.219	95.0	0.03045544737206405	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
FIJ0095_000000020618	1351	0.5239484601681098	2	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.35812940228507584		0	0	False	False	0.9977794289588928	0					non-mobilizable	other	1351.0	93.93	100.0	0.36202735317779566	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	False	False
ISR0069_000000019758	1296	0.5239484601681098	3	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.3721762395164256		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	95.679	100.0	0.3472780906409225	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	False	False
FIJ0061_000000023082	1254	0.5239484601681098	3	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.29666917253323094		0	0	False	False	0.9960127472877502	0					non-mobilizable	other	1254.0	98.565	100.0	0.0711043014413801	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
CHI0125_000000012589	1234	0.5239484601681098	2	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.19369276502230157		0	0	False	False	0.9975689053535461	0					non-mobilizable	other	1234.0	98.21700000000001	100.0	0.06996935648621042	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
AST0061_000000023518	1783	0.5239472250916893	2	2	2	1	1	False	111951	maximal	True	AST0061_000000023518	1.0	PS564	9	3	False	True	1.0	0					non-mobilizable	no_good_hit	1360.0	96.985	76.0	0.0049273228937416836	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0179_000000009808	2472	0.5239453815590327	3	2	1	2	1	False	67571	maximal	True	ISR0179_000000009808	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1674.0	99.164	88.0	0.0038772714947542114	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0838_000000001797	9487	0.5239374813650273	13	11	9	10	10	False	99053	maximal	True	ISR0838_000000001797	1.0		12	4	False	False	0.9990513324737549	0					non-mobilizable	no_good_hit	719.0	78.86	8.0	0.00031389411071518756	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0158_000000005664	3174	0.5239362054059453	4	3	3	1	2	False	30509	maximal	True	ISR0158_000000005664	1.0		51	4	False	False	1.0	0					non-mobilizable	no_good_hit	2079.0	95.046	65.0	0.032987268628758296	NZ_JAAIPV010000022.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_22_length_62994_cov_74.8658, whole genome shotgun sequence	True	False
MAD0047_000000033047	1432	0.5239348920188897	1	1	1	1	1	False	17626	maximal	True	MAD0047_000000033047	1.0		10	1	False	False	0.9979050159454346	0					non-mobilizable	no_good_hit	948.0	94.62	66.0	0.01777035521945544	NZ_WAJR01000014.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_014, whole genome shotgun sequence	True	False
ISR0804_000000007495	2473	0.5239348523783273	4	3	3	3	1	True	63713	maximal	True	ISR0804_000000007495	1.0		0	0	False	False	0.9890820980072021	0					non-mobilizable	no_good_hit	703.0	75.676	28.0	0.004578985844354356	MN990729.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-2 genomic sequence	True	True
ETH0004_000000008821	3229	0.5239309517055534	6	3	3	2	3	False	52924	maximal	False	ETH0005_000000014872	0.9712911235257604		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1417.0	91.179	44.0	0.00184823085774892	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0061_000000013417	1955	0.5239295787051385	3	3	3	2	3	False	45808	maximal	True	FIJ0061_000000013417	1.0		249	11	False	False	0.99897700548172	0					non-mobilizable	chromosome	1957.0	94.635	100.0	0.0008480936753284087	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
CAN0015_000000020525	1755	0.5239286104501815	2	2	2	1	1	False	93201	maximal	True	CAN0015_000000020525	1.0		3	1	False	False	0.9994301795959473	0					non-mobilizable	no_good_hit	1464.0	82.445	83.0	0.1736848383633544	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
SPA0018_000000022616	1326	0.5239283235267698	2	2	2	1	1	False	127794	fragment	False	SPA0018_000000022616	1.0		0	0	False	False	0.999245822429657	0					non-mobilizable	other	1326.0	98.79299999999999	100.0	0.0057789781994843645	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
ENG0002_000000017821	1351	0.5239274763510353	2	2	2	2	2	False	67967	maximal	True	ENG0002_000000017821	1.0		72	10	False	False	1.0	0					non-mobilizable	other	1351.0	99.926	100.0	0.00025816425327710834	CP015134.1	enterobacteria	Klebsiella pneumoniae strain ATCC 35657, complete genome	False	False
ISR0052_000000019141	1894	0.5239263231655001	2	2	1	1	2	False	35791	fragment	False	ISR0052_000000019141	1.0		0	0	False	False	0.9862724542617798	0					non-mobilizable	other	1875.0	99.46700000000001	99.0	0.0067755674628139214	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0014_000000017765	1861	0.5239241608196772	3	2	2	1	0	False	19504	fragment	False	MAD0014_000000017765	1.0		0	0	False	False	0.994626522064209	0					non-mobilizable	no_good_hit	825.0	96.242	60.0	0.00019649245449874608	CP025046.1	firmicutes	Clostridioides difficile strain W0022a chromosome	True	False
FIJ0108_000000001177	13886	0.5239227211663989	20	16	8	12	12	False	51623	maximal	True	FIJ0108_000000001177	1.0		15	1	False	False	1.0	0					non-mobilizable	no_good_hit	1218.0	87.84899999999999	19.0	0.000293468161359221	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0286_000000019318	1130	0.5239195720242961	3	2	2	1	0	True	26006	maximal	True	ISR0286_000000019318	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	84.84200000000001	78.0	0.00023038602779589058	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	True
ISR0298_000000007026	2086	0.5239175662772543	5	3	2	1	2	False	25638	maximal	True	ISR0298_000000007026	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	96.41	36.0	0.0006720670671028988	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
DEN0001_000000015608	2701	0.5239152394135622	3	2	2	2	2	False	76928	maximal	True	DEN0001_000000015608	1.0		1	1	False	False	0.9962976574897766	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	1.229900281442181e-05	NZ_UGOD01000001.1	g-proteobacteria	Legionella busanensis strain NCTC13316, whole genome shotgun sequence	True	False
AST0048_000000009045	1739	0.5239136516952903	2	2	2	2	2	False	114905	fragment	False	SPA0120_000000020511	0.25350503837898797		0	0	False	False	1.0	0					non-mobilizable	chromosome	1661.0	94.70200000000001	100.0	0.0005852763118414318	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	False	False
SPA0018_000000026076	1147	0.5239121343634028	2	2	2	2	1	False	7780	maximal	True	SPA0018_000000026076	1.0		165	12	False	False	0.9973844885826111	0					non-mobilizable	other	1133.0	99.912	99.0	0.006001484466122363	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	False	False
ISR0308_000000017375	1125	0.5239121343634028	2	2	2	2	1	False	25400	maximal	True	ISR0308_000000017375	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0132_000000016873	1694	0.5239120355869631	2	1	1	1	1	False	31591	maximal	True	ISR0132_000000016873	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0015_000000019192	1393	0.5239065851833571	3	1	1	1	1	False	37959	maximal	True	ISR0015_000000019192	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0328_000000021313	1369	0.5239065851833571	3	1	1	1	1	False	24733	fragment	False	ISR0328_000000021313	1.0		0	0	False	False	0.9561724066734314	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000006559	4133	0.5239047016508317	5	3	1	3	1	True	126093	fragment	False	ENG0095_000000006559	1.0		0	0	False	False	0.9997580647468567	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	1.0	1.1255298029572492e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0188_000000018188	1127	0.5239038971304918	1	1	1	1	1	False	29242	fragment	False	ISR0196_000000019971	0.9476232394366197		0	0	False	False	1.0	0					non-mobilizable	chromosome	1057.0	76.348	92.0	0.00018667471137182986	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0045_000000020258	1299	0.5239038514075219	2	2	2	2	2	False	36222	fragment	False	ISR0045_000000020258	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	547.0	81.35300000000001	42.0	0.0017511950940784498	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0105_000000000449	28345	0.5239029842338571	42	12	6	9	4	False	77392	fragment	False	ENG0105_000000000449	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	25352.0	95.839	91.0	0.25558352796060946	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	False
SPA0128_000000030083	1253	0.5238998349741301	2	1	1	1	1	False	3858	maximal	True	SPA0128_000000030083	1.0		11	4	False	False	0.9816440343856812	0					non-mobilizable	no_good_hit	243.0	76.132	19.0	0.00013248660660607168	NC_014370.1	CFB group bacteria	Prevotella melaninogenica ATCC 25845 chromosome I, complete sequence	True	False
ISR0097_000000004530	5220	0.5238995919993573	1	1	1	1	1	False	33313	fragment	False	ISR0097_000000004530	1.0		0	0	False	False	0.9984674453735352	0					non-mobilizable	other	4974.0	98.874	99.0	0.12615103624971463	NZ_WNAJ01000030.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold30_size39421, whole genome shotgun sequence	False	False
ISR0182_000000026746	1498	0.5238954115850781	2	2	2	2	2	False	29528	maximal	True	ISR0182_000000026746	1.0		21	6	False	False	0.998664915561676	0					non-mobilizable	no_good_hit	533.0	77.298	35.0	0.0001413251309335772	NZ_LT896588.1	CFB group bacteria	Parabacteroides bouchesdurhonensis strain Marseille-P3763, whole genome shotgun sequence	True	False
CAN0007_000000017626	2321	0.5238942320654366	2	2	2	2	1	True	105831	fragment	False	SPA0090_000000013758	0.46389216843762304		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	76.082	40.0	0.0002955658991085642	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
MON0105_000000044774	1225	0.5238933866282047	2	2	2	2	2	False	122094	fragment	False	ISR0183_000000020096	0.2800472178800832		0	0	False	False	0.9608163237571716	0					non-mobilizable	chromosome	879.0	98.86200000000001	100.0	0.00029552965949799674	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0015_01_000000019476	1718	0.5238924898006327	2	2	2	2	2	False	1947	maximal	True	USA0015_01_000000019476	1.0		34	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000013164	1974	0.5238893878488743	3	3	2	2	2	False	81420	fragment	False	USA0059_01_000000013164	0.9836892832919404		0	0	False	False	0.9934144020080566	0					non-mobilizable	chromosome	1974.0	99.24	100.0	0.0008804588560639428	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0135_000000014725	1938	0.5238893878488743	3	3	2	2	2	False	81420	fragment	False	USA0059_01_000000013164	0.9777390361029743		0	0	False	False	0.9994840025901794	0					non-mobilizable	chromosome	1928.0	99.22200000000001	99.0	0.0008599311787304703	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0115_000000019657	1448	0.5238889646981871	3	2	2	2	2	False	4383	maximal	True	SPA0115_000000019657	1.0		60	7	False	False	0.9834254384040833	0					non-mobilizable	other	1449.0	98.068	100.0	0.0029374235468577884	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0027_000000033848	1110	0.5238862047494383	2	1	1	1	1	True	7458	fragment	False	SPA0027_000000033848	1.0		0	0	False	False	0.9864864945411682	0					non-mobilizable	no_good_hit								True	True
FIJ0038_000000010700	3168	0.5238850393018014	3	2	2	2	2	False	50924	maximal	True	FIJ0038_000000010700	1.0		32	1	False	False	0.9977903962135315	0					non-mobilizable	no_good_hit	346.0	75.145	11.0	0.02604931591559094	NZ_BBCF01000024.1	firmicutes	Calditerricola satsumensis JCM 14719, whole genome shotgun sequence	True	False
MON0103_000000032976	1685	0.5238831392131279	3	3	1	3	2	True	77509	fragment	False	MON0103_000000032976	1.0		0	0	False	False	0.9572700262069702	0					non-mobilizable	plasmid	1685.0	99.76299999999999	100.0	0.01992640011359468	CP037994.1	enterobacteria	Salmonella enterica subsp. enterica serovar Albany strain sg_wt5 plasmid psg_wt5	False	True
CHI0179_000000018187	1250	0.5238831392131279	3	3	1	3	2	True	77508	fragment	False	CHI0179_000000018187	1.0		0	0	False	False	0.9711999893188477	0					non-mobilizable	plasmid	1250.0	100.0	100.0	0.01439935439243717	CP054221.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p2, complete sequence	False	True
FIJ0018_000000016927	1593	0.5238807202073954	2	2	2	2	2	False	49963	fragment	False	FIJ0018_000000016927	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1591.0	97.234	99.0	0.008376400676433866	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ENG0163_000000010629	2309	0.5238749659899076	6	4	2	3	3	False	113644	fragment	False	ENG0163_000000010629	0.9746614242027085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1274.0	94.898	84.0	0.00039447265414765595	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0232_000000016241	1752	0.5238742906315041	3	3	3	3	1	True	90572	fragment	False	ENG0208_000000017623	0.9667957433055129		0	0	False	False	0.9965753555297852	0					non-mobilizable	no_good_hit	345.0	71.884	19.0	0.00010292862953630033	CP003029.1	CFB group bacteria	Rhodothermus marinus SG0.5JP17-172, complete genome	True	True
ENG0208_000000017623	1738	0.5238742906315041	3	3	3	3	1	True	90572	fragment	False	ENG0208_000000017623	0.9681563968822874		0	0	False	False	0.991369366645813	0					non-mobilizable	no_good_hit	345.0	73.043	19.0	0.00010292862953630033	CP003029.1	CFB group bacteria	Rhodothermus marinus SG0.5JP17-172, complete genome	True	True
SPA0090_000000032045	1155	0.5238739200442908	2	2	2	2	2	False	5362	maximal	True	SPA0090_000000032045	1.0		4	4	False	False	0.9904761910438538	0					non-mobilizable	no_good_hit								True	False
ENG0029_000000004429	5427	0.5238685805321937	2	1	1	1	1	False	115723	fragment	False	SPA0129_000000005035	0.48481762636548786		0	0	False	False	0.9987101554870605	0					non-mobilizable	no_good_hit	4290.0	72.914	78.0	0.0036190456569735303	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0036_000000002076	4161	0.5238629424033232	3	3	3	3	1	True	103581	maximal	True	ISR0036_000000002076	1.0		0	0	False	False	0.987022340297699	0					non-mobilizable	no_good_hit	1136.0	99.736	34.0	0.00025259561467306786	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0781_000000024523	1263	0.5238585748354723	3	3	2	3	1	True	22277	fragment	False	ISR0781_000000024523	1.0		0	0	False	False	0.9714964628219604	0					non-mobilizable	no_good_hit								True	True
CHI0049_000000009282	1776	0.5238556868143922	5	3	2	2	3	False	86772	maximal	True	CHI0049_000000009282	1.0		20	9	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	82.353	5.0	2.0349765891879978e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0090_000000008625	6093	0.5238543538784998	6	6	6	6	6	False	101612	maximal	True	MON0090_000000008625	1.0		50	10	False	False	0.9996717572212219	0					non-mobilizable	other	2108.0	80.07600000000001	91.0	0.019669305655517253	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0213_000000017069	1588	0.5238538588798101	3	2	2	2	2	False	32248	maximal	False	ISR0246_000000014335	0.9750456910473536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	3.0	2.7175311403049763e-05	NZ_LN879457.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	False
SPA0089_000000024846	1520	0.5238527364964413	3	3	2	2	3	False	78931	fragment	False	SPA0137_000000022025	0.8061942219797096		0	0	False	False	0.9993420839309692	0					non-mobilizable	other	1521.0	95.661	100.0	0.0003668352016990262	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
USA0082_01_000000008824	3368	0.5238484124432128	4	3	2	3	3	True	114356	maximal	True	USA0082_01_000000008824	0.9937290077685241		24	6	False	False	0.9967339634895325	0					non-mobilizable	no_good_hit	1160.0	79.569	34.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
AST0140_000000004423	6048	0.5238482806607676	7	6	6	6	6	False	105642	maximal	True	AST0140_000000004423	1.0		259	9	False	False	0.9963624477386475	0					non-mobilizable	no_good_hit	1102.0	81.851	32.0	0.0033048240791229712	NZ_OAOF01000004.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	False
MON0057_000000010798	2359	0.5238478947622138	3	3	3	2	1	False	49626	maximal	True	MON0057_000000010798	1.0		34	4	False	False	0.9800763130187988	0					non-mobilizable	no_good_hit	1133.0	79.523	47.0	0.00029983495739489304	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0124_000000007593	3437	0.5238441103682492	5	4	4	4	4	False	41259	maximal	True	FIJ0124_000000007593	1.0		6	3	False	False	0.9994180798530579	0					non-mobilizable	no_good_hit	477.0	72.53699999999999	14.0	0.0003829288681111504	NZ_LN868538.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
ISR0057_000000002614	6673	0.5238434033656427	7	6	5	4	4	False	53470	fragment	False	ISR0057_000000002614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	77.277	16.0	0.0004469355606843243	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
MON0019_000000020921	3113	0.5238419925208738	3	3	3	3	3	False	13201	fragment	False	MON0019_000000020921	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3113.0	99.96799999999999	100.0	0.0006594748867640084	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
FIJ0076_000000003030	5827	0.5238397293029459	5	3	1	3	2	False	100402	fragment	False	FIJ0076_000000003030	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1661.0	90.66799999999999	28.0	0.19884933477166486	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
FIJ0154_000000010429	3373	0.5238393644366015	4	3	3	3	3	False	39611	maximal	True	FIJ0154_000000010429	1.0		12	4	False	False	0.9872516989707947	0					non-mobilizable	no_good_hit	89.0	86.51700000000001	3.0	1.4218577563580602e-05	CP000580.1	high GC Gram+	Mycobacterium sp. JLS, complete genome	True	False
SPA0081_000000003493	3733	0.5238354959347145	7	6	6	5	4	False	5616	maximal	True	SPA0081_000000003493	1.0		9	2	False	False	1.0	0					non-mobilizable	other	3734.0	93.73299999999999	99.0	0.002696786456235712	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
SPA0122_000000019483	1178	0.5238339467083353	2	2	2	2	1	True	4099	fragment	False	SPA0122_000000019483	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	649.0	77.35	97.0	0.00018590848337360388	LR738849.1	d-proteobacteria	Desulfovibrio sp. 86 genome assembly, chromosome: DESU86	False	True
USA0035_01_000000001987	13041	0.5238292169636874	20	9	3	7	6	True	34579	maximal	True	USA0035_01_000000001987	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	77.483	1.0	0.0007440513097783223	NZ_JAAITU010000001.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_1_length_201599_cov_156.995, whole genome shotgun sequence	True	True
ENG0050_000000014767	1838	0.5238291096478233	2	1	1	1	1	False	112394	maximal	True	ENG0050_000000014767	1.0		18	8	False	False	0.9972796440124512	0					non-mobilizable	no_good_hit	1274.0	81.319	75.0	0.0005843096462363069	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
FIJ0110_000000009323	1807	0.5238291096478233	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.7524799801903475		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	82.17200000000001	88.0	0.015750543529634183	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
ISR0100_000000008375	1751	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.8896887000277367		0	0	False	False	0.9988577961921692	0					non-mobilizable	other	1430.0	98.39200000000001	97.0	0.00039655430961227654	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0069_000000012886	1734	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.7924160660043132		0	0	False	False	0.9844290614128113	0					non-mobilizable	chromosome	1311.0	80.931	95.0	0.0003692041630756015	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0074_000000008034	1729	0.5238291096478233	2	1	1	1	1	False	112396	maximal	True	CHI0074_000000008034	1.0		3	1	False	False	0.9924812316894531	0					non-mobilizable	other	1418.0	98.73100000000001	92.0	0.00039349961955223797	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0849_000000015908	1722	0.5238291096478233	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.7599692607907063		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	77.00399999999999	93.0	0.0007310418147076993	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	False	False
SPA0115_000000016109	1717	0.5238291096478233	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.753055040199519		0	0	False	False	1.0	0					non-mobilizable	chromosome	1511.0	76.837	93.0	0.0011276296323025296	NZ_CP011280.1	fusobacteria	Sneathia amnii strain SN35 chromosome, complete genome	False	False
FIJ0103_000000012864	1715	0.5238291096478233	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.7535547524422317		0	0	False	False	1.0	0					non-mobilizable	chromosome	1511.0	76.77	93.0	0.0011276296323025296	NZ_CP011280.1	fusobacteria	Sneathia amnii strain SN35 chromosome, complete genome	False	False
MAD0001_000000017129	1508	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.559294207116941		0	0	False	False	0.9993368983268738	0					non-mobilizable	other	1214.0	98.105	100.0	0.00033684900389334134	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0365_000000011404	1489	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.5042271259388873		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	97.611	100.0	0.00033684900389334134	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0051_01_000000013829	1462	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.37356679350281685		0	0	False	False	0.9979479908943176	0					non-mobilizable	other	1293.0	96.75200000000001	92.0	0.0003587872325063454	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0040_000000017939	1377	0.5238291096478233	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3065624903909908		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1226.0	97.961	89.0	0.000340181393049747	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0080_000000020566	1375	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3671857948183431		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	98.006	99.0	0.00034795696774802696	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0028_000000023070	1368	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3662475406523768		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	99.20200000000001	99.0	0.0003476792686516598	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
TAN0001_000000011398	1333	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3101300449173716		0	0	False	False	0.9969992637634277	0					non-mobilizable	other	1293.0	97.757	97.0	0.00035850953340997826	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0388_000000026529	1331	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3527215476374482		0	0	False	False	0.9992486834526062	0					non-mobilizable	other	1302.0	76.805	97.0	0.0007111495204299388	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	False	False
ISR0384_000000015268	1312	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2899292160279937		0	0	False	False	0.9992377758026123	0					non-mobilizable	other	1237.0	80.679	93.0	0.002399002767477049	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	False	False
ISR0003_000000019629	1296	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.29411156863828464		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	80.611	100.0	0.000600014411431591	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
SPA0126_000000035794	1276	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.28899651857923364		0	0	False	False	1.0	0					non-mobilizable	other	1237.0	80.84100000000001	96.0	0.002399002767477049	NZ_KB822500.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.5, whole genome shotgun sequence	False	False
CAN0001_000000034689	1247	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.3134052727777298		0	0	False	False	0.9919807314872742	0					non-mobilizable	other	1247.0	96.391	100.0	0.00034601307407345694	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0180_000000014745	1226	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.28946260294460413		0	0	False	False	0.9812397956848145	0					non-mobilizable	other	1226.0	98.124	100.0	0.000340181393049747	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0078_000000019719	1224	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.24953551115248931		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	97.958	100.0	0.0003396259948570127	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0098_000000007652	1217	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2891609984202227		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	98.11	100.0	0.00033768210118244275	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0087_000000027135	1183	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2493275827288273		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	98.309	100.0	0.00032824033190595995	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0059_000000033225	1170	0.5238291096478233	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.24436324223529948		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	98.462	100.0	0.00032463024365318716	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0183_000000003038	11777	0.5238284653715815	14	8	5	8	6	True	117400	fragment	False	ISR0183_000000003038	0.976706759274945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4349.0	98.574	75.0	0.0661554378917899	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
SPA0132_000000015615	2622	0.5238260413112746	3	2	2	2	2	False	3741	maximal	True	SPA0132_000000015615	1.0		171	13	False	False	1.0	0					non-mobilizable	other	2622.0	99.161	100.0	0.010273918906205902	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
CHI0172_000000003120	2465	0.5238253574173772	4	2	2	2	2	False	89983	maximal	True	CHI0172_000000003120	1.0		2	2	False	False	0.9995943307876587	0					non-mobilizable	other	2398.0	93.536	97.0	0.00046148863768128286	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0041_000000005751	2374	0.5238253574173772	5	2	2	2	2	False	89982	fragment	False	CHI0180_000000005807	0.4075617664971277		0	0	False	False	1.0	0					non-mobilizable	other	2380.0	95.63	100.0	0.00045955286319436474	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0787_000000004226	3198	0.5238207274493155	2	2	2	2	2	False	22138	fragment	False	ISR0787_000000004226	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1803.0	99.667	100.0	0.0007762111328760541	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ENG0023_000000004937	3480	0.5238176484245634	4	4	4	4	4	False	129963	fragment	False	ENG0023_000000004937	1.0		0	0	False	False	0.9948275685310364	0					non-mobilizable	other	3479.0	97.557	99.0	0.12846273177217996	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ISR0077_000000001139	16724	0.5238141479728772	20	10	7	7	8	True	58955	maximal	True	ISR0077_000000001139	1.0		14	5	False	False	0.9994020462036133	0					non-mobilizable	no_good_hit	1685.0	77.44800000000001	11.0	0.0006021241399847835	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
FIJ0032_000000021743	1681	0.5238092160912816	1	1	1	1	1	False	48982	fragment	False	FIJ0032_000000021743	0.997093023255814		0	0	False	False	0.9964306950569153	0					non-mobilizable	no_good_hit	299.0	89.632	18.0	0.0025757549477043694	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
MON0011_000000031159	1500	0.5238092160912816	1	1	1	1	1	False	13659	fragment	False	MON0011_000000031159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	97.073	14.0	0.006779435711674587	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	False
ENG0033_000000002661	9523	0.5238069321728058	9	5	4	5	3	True	108462	maximal	True	ENG0033_000000002661	1.0		3	2	False	False	0.9940145015716553	0					non-mobilizable	no_good_hit	4715.0	90.944	49.0	0.09459759220794935	NZ_QSCB01000025.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf25, whole genome shotgun sequence	True	True
ENG0012_000000016616	1389	0.5238067547871108	2	1	1	1	1	False	67041	maximal	True	ENG0012_000000016616	1.0		56	6	False	False	0.948164165019989	0					non-mobilizable	no_good_hit	409.0	99.51100000000001	51.0	9.289243124764781e-05	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
DEN0039_000000000632	11864	0.5238052801613909	8	6	5	4	2	False	73324	maximal	True	DEN0039_000000000632	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1621.0	76.928	24.0	0.04071434007255016	NZ_WNAJ01000030.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold30_size39421, whole genome shotgun sequence	True	False
FIJ0080_000000005460	4693	0.5238050923868707	5	3	3	3	3	False	85813	maximal	True	FIJ0080_000000005460	1.0		10	2	False	False	0.9987214803695679	0					non-mobilizable	no_good_hit	1310.0	70.992	27.0	0.03339851388345717	NZ_LUTP01000030.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00030, whole genome shotgun sequence	True	False
ISR0381_000000017457	1121	0.5238027702464273	2	2	2	2	2	False	23134	maximal	True	ISR0381_000000017457	1.0		357	15	False	False	0.9919714331626892	0					non-mobilizable	chromosome	1121.0	100.0	100.0	0.0003134663755534291	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0054_000000011159	3608	0.5238006022269647	3	2	2	2	1	False	35179	maximal	True	MON0054_000000011159	1.0		27	7	False	False	0.9986141920089722	0					non-mobilizable	no_good_hit								True	False
CHI0109_000000009628	1949	0.5238004773867625	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.25257199211813297		0	0	False	False	1.0	0					non-mobilizable	chromosome	1949.0	97.024	100.0	0.00044073873966820606	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
CHI0080_000000002750	1654	0.5238004773867625	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.09773954871034375		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	94.505	100.0	0.0004938786846204922	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0103_000000002309	12531	0.5237973553054748	12	9	8	6	3	True	34258	maximal	True	MON0103_000000002309	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	2237.0	77.559	19.0	0.0004518365677555962	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	True	True
ISR0198_000000011788	2808	0.5237861422136135	6	3	1	3	1	False	28887	maximal	True	ISR0198_000000011788	1.0		2	1	False	False	0.9814814925193787	0		MOBP			mobilizable	no_good_hit	2081.0	94.762	74.0	0.24324640392936497	CP016719.1	firmicutes	Lactococcus lactis subsp. lactis strain UC063 plasmid pUC063E, complete sequence	True	True
SPA0140_000000019359	1099	0.523782654851373	1	1	1	1	1	False	25310	fragment	False	ISR0310_000000016150	0.9708948740225891		0	0	False	False	0.9954504370689392	0					non-mobilizable	other	1099.0	99.63600000000001	100.0	0.007171642619674337	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
AUS0014_000000022559	1199	0.5237812548016455	2	2	2	2	2	False	124602	maximal	False	ISR0394_000000015658	0.6999689699678772		0	0	False	False	0.9874895811080933	0					non-mobilizable	no_good_hit	451.0	79.157	37.0	0.00015182697893443507	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0001_000000003810	8405	0.5237764030017105	12	9	7	8	8	False	111446	fragment	False	ISR0179_000000003041	0.9848190018325804		0	0	False	False	1.0	0					non-mobilizable	other	8413.0	99.29899999999999	100.0	0.011651663464721584	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
SPA0089_000000004078	8376	0.5237764030017105	12	9	7	8	8	False	111446	fragment	False	ISR0179_000000003041	0.9836088596991006		0	0	False	False	0.9991642832756042	0					non-mobilizable	other	8384.0	99.296	100.0	0.011611494867422852	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
MAD0020_000000000470	1599	0.5237758831436807	3	3	3	2	2	False	19350	maximal	True	MAD0020_000000000470	1.0		1	1	False	False	0.9831144213676453	0					non-mobilizable	no_good_hit	936.0	97.97	88.0	0.00018203127433573187	CP057636.1	enterobacteria	Escherichia coli strain RHB20-C11 chromosome, complete genome	True	False
ISR0255_000000028395	1208	0.5237758128662575	2	1	1	1	1	False	26867	maximal	True	ISR0255_000000028395	1.0		25	4	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	6.0	1.6023228716695098e-05	NZ_CP012266.1	enterobacteria	Cronobacter dublinensis subsp. dublinensis LMG 23823 chromosome, complete genome	True	False
MAD0060_000000003747	3984	0.5237746824514949	5	3	2	3	2	False	45333	maximal	True	MAD0060_000000003747	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1161.0	82.68700000000001	31.0	0.005211974829975211	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0022_000000006537	3861	0.5237746824514949	6	3	2	3	2	False	89703	fragment	False	ISR0022_000000006537	1.0		0	0	False	False	0.9883449673652649	0					non-mobilizable	no_good_hit	1014.0	83.235	26.0	0.004589988286676776	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
TAN0016_000000002661	3674	0.5237746824514949	4	3	2	3	2	False	52408	maximal	True	TAN0016_000000002661	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	82.382	31.0	0.004512807474734634	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
FIJ0130_000000005965	3568	0.5237746824514949	5	3	2	3	2	False	52409	fragment	False	FIJ0130_000000005965	1.0		0	0	False	False	0.9988788962364197	0					non-mobilizable	no_good_hit	1210.0	81.074	34.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
SPA0126_000000006569	5448	0.5237705183737356	8	7	0	2	5	False	3994	maximal	True	SPA0126_000000006569	1.0		5	1	False	False	0.9983479976654053	0					non-mobilizable	no_good_hit	2634.0	94.07700000000001	73.0	0.0814237560688994	NC_021853.1	viruses	Lactococcus phage 340, complete genome	True	False
ENG0118_000000004353	3138	0.523767852621706	4	4	4	4	1	False	121164	fragment	False	ENG0118_000000004353	1.0		0	0	False	False	0.9996813535690308	0					non-mobilizable	no_good_hit	1344.0	82.366	45.0	0.010636019701620387	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
ENG0164_000000006816	2800	0.523767852621706	4	4	4	4	1	False	121163	fragment	False	USA0036_01_000000012706	0.9703367493548208		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	82.979	46.0	0.00966838778245731	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0777_000000006184	2760	0.523767852621706	4	4	4	4	1	False	121163	fragment	False	USA0036_01_000000012706	0.9609542120905705		0	0	False	False	0.9985507130622864	0					non-mobilizable	no_good_hit	1215.0	82.881	46.0	0.009612867918243034	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0310_000000007373	2248	0.5237664907252516	3	3	3	3	2	True	25330	maximal	True	ISR0310_000000007373	1.0		82	13	False	False	0.9995551705360413	0					non-mobilizable	no_good_hit	763.0	76.671	34.0	0.024019623458953202	MH106260.1	bacteria	Uncultured bacterium clone B2PC_23_M21_0 genomic sequence	True	True
ENG0192_000000005128	3596	0.5237648395507585	3	3	2	2	2	False	96253	maximal	True	ENG0192_000000005128	1.0		313	12	False	False	1.0	0					non-mobilizable	other	3521.0	99.773	98.0	0.005371847854618263	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
ISR0326_000000002770	5607	0.5237632302803915	5	5	3	5	3	False	131819	maximal	True	ISR0326_000000002770	1.0		23	5	False	False	0.9978598356246948	0					non-mobilizable	no_good_hit	2018.0	91.97200000000001	36.0	0.05325191328231247	MK232040.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.I20_7-CL24_c1 sequence	True	False
CAN0016_000000001349	19510	0.5237627938940673	26	18	11	13	15	True	102881	maximal	True	CAN0016_000000001349	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	6388.0	99.28	36.0	0.0019869848911995888	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0166_000000022895	1313	0.5237609203008197	2	2	2	2	2	False	56114	maximal	True	ENG0166_000000022895	1.0		24	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0013_000000014946	1917	0.5237586563128248	2	2	1	1	2	False	73877	fragment	False	FIJ0013_000000014946	1.0		0	0	False	False	0.9937402009963989	0					non-mobilizable	no_good_hit	707.0	81.047	37.0	0.00019563660402843475	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0090_000000014346	3893	0.5237586218367117	4	4	4	2	2	False	61636	fragment	False	MON0090_000000014346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.877	41.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0359_000000023357	1195	0.5237574025645704	2	2	2	2	2	False	23803	maximal	True	ISR0359_000000023357	1.0		222	12	False	False	0.985774040222168	0					non-mobilizable	chromosome	1195.0	99.749	100.0	0.0005048758149262264	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0046_000000004191	5673	0.523751302842772	6	4	3	3	3	False	66224	maximal	True	ISR0046_000000004191	1.0	PS304	2	1	False	True	0.9992948770523071	0					non-mobilizable	no_good_hit	1357.0	77.892	24.0	0.000606120965521406	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
ISR0212_000000006849	4736	0.523751302842772	6	4	3	3	3	False	66220	backbone	True	ISR0212_000000006849	1.0	PS304	13	3	True	True	1.0	6					non-mobilizable	no_good_hit	1356.0	77.80199999999999	29.0	0.0006056703179633975	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
ISR0152_000000005230	4681	0.523751302842772	5	4	3	3	3	False	66220	backbone	False	ISR0212_000000006849	0.9941934121621622	PS304	0	0	True	True	0.9970091581344604	2					non-mobilizable	no_good_hit	1301.0	77.863	29.0	0.000581785997388948	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	True
ISR0200_000000004897	4312	0.523751302842772	6	4	3	3	3	False	66219	fragment	False	ISR0200_000000004897	1.0		0	0	False	False	0.999768078327179	0					non-mobilizable	no_good_hit	1358.0	77.835	32.0	0.0006065716130794145	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
DEN0046_000000009341	2602	0.5237510244473437	3	3	3	3	2	False	99198	fragment	False	DEN0046_000000009341	1.0		0	0	False	False	0.9992313385009766	0					non-mobilizable	other	2602.0	99.73100000000001	100.0	0.00515801246965875	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ETH0001_000000007380	3520	0.5237508897573518	2	2	2	1	0	True	53570	maximal	True	ETH0001_000000007380	1.0		1	1	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit	955.0	76.44	27.0	0.00025723067839435957	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
AUS0024_000000012835	2552	0.5237471008263307	4	3	2	3	2	True	131624	fragment	False	ISR0345_000000002701	0.47712236618393805		0	0	False	False	1.0	0					non-mobilizable	other	2574.0	95.96	100.0	0.059341977758294494	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ENG0145_000000018904	1551	0.5237409919633742	2	2	2	2	2	False	117939	fragment	False	ISR0079_000000014796	0.4818708104814138		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	98.13	100.0	0.0006795193737549451	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0179_000000018471	1210	0.5237391960043211	2	2	2	2	1	False	29663	fragment	False	ISR0179_000000018471	1.0		0	0	False	False	0.9983471035957336	0					non-mobilizable	chromosome	1210.0	98.84299999999999	100.0	0.0003033578629153669	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0066_000000005728	5561	0.5237362423653662	6	4	3	3	3	False	70259	fragment	False	ISR0066_000000005728	1.0		0	0	False	False	0.9998201727867126	0					non-mobilizable	other	4656.0	96.027	100.0	0.012560683871455494	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
CHI0035_000000006450	1614	0.5237343206419978	1	1	1	1	1	False	88092	maximal	True	CHI0035_000000006450	1.0		120	12	False	False	1.0	0					non-mobilizable	chromosome	1614.0	99.75200000000001	100.0	0.00031565607147721563	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0072_000000005863	4427	0.5237319104310711	5	3	3	3	2	False	75996	fragment	False	ISR0072_000000005863	1.0		0	0	False	False	0.9990964531898499	0					non-mobilizable	no_good_hit	261.0	75.862	6.0	0.0004686728682587458	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
ISR0380_000000002925	3786	0.5237298715620793	4	4	4	4	4	False	119484	maximal	True	ISR0380_000000002925	1.0		42	5	False	False	0.996038019657135	0					non-mobilizable	no_good_hit	3041.0	99.836	80.0	0.00864183843741916	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	False
ISR0165_000000003021	5668	0.5237283394467999	10	2	2	2	1	False	67832	maximal	True	ISR0165_000000003021	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	2129.0	98.92	54.0	0.009652912665420154	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0060_000000019140	2110	0.5237281223285489	2	2	2	2	1	False	10897	fragment	False	MON0060_000000019140	1.0		0	0	False	False	0.9905213117599487	0					non-mobilizable	no_good_hit	382.0	70.681	18.0	0.00013315282154724288	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0061_000000003955	8302	0.5237278756334848	19	7	5	4	3	False	112205	maximal	True	AST0061_000000003955	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1397.0	87.831	17.0	0.0004381246625415706	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
MON0015_000000017972	2098	0.5237268234124537	3	3	3	3	3	False	64122	maximal	True	MON0015_000000017972	1.0		52	8	False	False	0.9995233416557312	0					non-mobilizable	chromosome	2100.0	95.333	100.0	0.0009820097685363132	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
ISR0399_000000006897	2269	0.5237242525489569	4	3	3	2	2	False	122202	fragment	False	ISR0399_000000006897	0.9951314508276534		0	0	False	False	0.998237133026123	0					non-mobilizable	no_good_hit								True	False
MAD0088_000000015950	1624	0.5237242525489569	4	3	3	2	2	False	122199	fragment	False	AST0019_000000017495	0.9619214997070884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000020573	1615	0.5237242525489569	4	3	3	2	2	False	106181	fragment	False	ISR0017_000000020573	0.9898174335562813		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000022164	1612	0.5237242525489569	4	3	3	2	2	False	106181	fragment	False	ISR0017_000000020573	0.9878849978969443		0	0	False	False	0.9987593293190002	0					non-mobilizable	no_good_hit								True	False
SPA0036_000000015952	1571	0.5237242525489569	4	3	3	2	2	False	106181	fragment	False	ISR0017_000000020573	0.9836724511170285		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0020_01_000000022154	1564	0.5237242525489569	4	3	3	2	2	False	106181	fragment	False	ISR0017_000000020573	0.9716653769726131		0	0	False	False	0.9175191521644592	0					non-mobilizable	no_good_hit	60.0	100.0	4.0	0.00043064121747381483	NZ_DS544172.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_5, whole genome shotgun sequence	True	False
SPA0035_000000014124	1459	0.5237242525489569	4	3	3	2	2	False	106181	fragment	False	ISR0017_000000020573	0.9508871143755329		0	0	False	False	0.9993146061897278	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000022359	1447	0.5237242525489569	4	3	3	2	2	False	106181	fragment	False	ISR0017_000000020573	0.742122998445993		0	0	False	False	0.9951624274253845	0					non-mobilizable	no_good_hit								True	False
USA0063_01_000000014570	1432	0.5237242525489569	4	3	3	2	2	False	106181	fragment	False	ISR0017_000000020573	0.7407345208372251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000031307	1401	0.5237242525489569	4	3	3	2	2	False	106181	fragment	False	ISR0017_000000020573	0.5113307136564987		0	0	False	False	0.9885795712471008	0					non-mobilizable	no_good_hit								True	False
MAD0015_000000001270	9218	0.5237169361457643	18	4	3	2	3	True	100667	fragment	False	ISR0022_000000001841	0.04619758356089448		0	0	False	False	1.0	0					non-mobilizable	chromosome	9150.0	98.689	99.0	0.0024400270064867317	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
DEN0069_000000006003	4798	0.5237139199359163	3	3	2	2	2	False	70754	maximal	True	DEN0069_000000006003	1.0		62	9	False	False	0.9954147338867188	0					non-mobilizable	other	3452.0	100.0	100.0	0.0010393132040059487	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0333_000000014103	1662	0.5237114859973286	1	1	1	1	1	False	24539	maximal	True	ISR0333_000000014103	1.0		99	10	False	False	0.9933814406394958	0					non-mobilizable	other	1644.0	71.168	97.0	0.004759908108970005	NZ_PVTS01000003.1	CFB group bacteria	Marinilabilia salmonicolor strain MSL42 Ga0139029_103, whole genome shotgun sequence	False	False
ENG0057_000000013131	1893	0.5237103711787657	2	1	1	1	1	False	63537	maximal	True	ENG0057_000000013131	1.0		46	10	False	False	1.0	0					non-mobilizable	no_good_hit	78.0	84.615	4.0	2.6205608495999926e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0114_000000002413	9115	0.5237094453999742	14	8	1	7	2	True	107769	fragment	False	ENG0114_000000002413	1.0		0	0	False	False	0.998683512210846	0					non-mobilizable	no_good_hit								True	True
AST0061_000000004429	7606	0.5237088959344071	9	7	4	2	5	False	112199	fragment	False	AST0061_000000004429	1.0		0	0	False	False	0.9934262633323669	0					non-mobilizable	no_good_hit	3193.0	86.50200000000001	42.0	0.011875801093410762	NZ_KE159509.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.6, whole genome shotgun sequence	True	False
ISR0056_000000007378	2830	0.5237043196539329	3	3	3	3	3	False	44942	fragment	False	FIJ0085_000000010740	0.9508308795579232		0	0	False	False	0.9961130619049072	0					non-mobilizable	no_good_hit								True	False
ISR0173_000000001540	4871	0.5237029931026506	7	2	2	2	1	False	97371	maximal	True	ISR0173_000000001540	1.0		309	12	False	False	1.0	0					non-mobilizable	no_good_hit	4266.0	99.625	88.0	0.0012002735271220964	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0157_000000012457	2014	0.5237021060611168	4	3	2	3	2	False	92809	maximal	True	ENG0157_000000012457	1.0		404	15	False	False	1.0	0					non-mobilizable	no_good_hit	479.0	92.693	24.0	0.00014331448466851148	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CAN0016_000000026550	1786	0.5237021060611168	4	3	2	3	2	False	92808	fragment	False	TAN0007_000000022778	0.9608813303032558		0	0	False	False	0.9820828437805176	0					non-mobilizable	no_good_hit	228.0	93.86	13.0	6.83453529826725e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0055_000000014715	1201	0.5237013982484745	2	2	2	2	1	False	86192	maximal	True	CHI0055_000000014715	1.0		262	12	False	False	0.9850124716758728	0					non-mobilizable	other	1202.0	86.93799999999999	100.0	0.033328704346618526	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
CHI0043_000000006881	1434	0.523700480788187	1	1	1	1	1	False	90823	fragment	False	CHI0043_000000006881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	81.995	57.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0854_000000006913	1386	0.523700480788187	2	1	1	1	1	False	90822	fragment	False	ISR0080_000000024590	0.7244225812058473		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	82.36	59.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0081_000000017734	1355	0.523700480788187	2	1	1	1	1	False	90822	fragment	False	ISR0080_000000024590	0.9351698579996249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	82.36	61.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0080_000000024590	1354	0.523700480788187	2	1	1	1	1	False	90822	fragment	False	ISR0080_000000024590	0.9425542774938688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	82.36	61.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
SPA0008_000000022830	1338	0.523700480788187	1	1	1	1	1	False	87074	fragment	False	SPA0008_000000022830	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	854.0	82.787	64.0	0.002708812223992064	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0164_000000021707	1313	0.523700480788187	2	1	1	1	1	False	90822	fragment	False	ISR0080_000000024590	0.37691756272401433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	81.995	62.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
USA0038_01_000000010737	1265	0.523700480788187	1	1	1	1	1	False	90820	fragment	False	USA0038_01_000000010737	0.5585685197635634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	82.36	65.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
CHI0004_000000006322	1234	0.523700480788187	1	1	1	1	1	False	90820	fragment	False	USA0038_01_000000010737	0.2900581395348837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	82.555	66.0	0.00828303254996885	NZ_AWEY01000026.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00013, whole genome shotgun sequence	True	False
MAD0078_000000009121	1204	0.523700480788187	2	1	1	1	1	False	90820	fragment	False	USA0038_01_000000010737	0.46877204485070034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	82.238	68.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
MAD0009_000000009366	1193	0.523700480788187	1	1	1	1	1	False	90820	fragment	False	USA0038_01_000000010737	0.46725732600732595		0	0	False	False	0.997485339641571	0					non-mobilizable	no_good_hit	822.0	82.36	69.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
MAD0106_000000019582	1160	0.523700480788187	1	1	1	1	1	False	90820	fragment	False	USA0038_01_000000010737	0.37949496986812364		0	0	False	False	0.9974138140678406	0					non-mobilizable	no_good_hit	823.0	83.354	71.0	0.002613431511879668	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
MAD0087_000000027848	1158	0.523700480788187	2	1	1	1	1	False	90820	fragment	False	USA0038_01_000000010737	0.19125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	82.238	71.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
MON0078_000000042338	1131	0.523700480788187	1	1	1	1	1	False	90820	fragment	False	USA0038_01_000000010737	0.37168541399130395		0	0	False	False	0.9973474740982056	0					non-mobilizable	no_good_hit	822.0	82.36	75.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0834_000000016668	1117	0.523700480788187	1	1	1	1	1	False	87072	fragment	False	ISR0834_000000016668	0.9474542113227362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	83.475	74.0	0.002613431511879668	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0054_000000025901	1103	0.523700480788187	1	1	1	1	1	False	87072	fragment	False	ISR0834_000000016668	0.7124270378144474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	82.117	74.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0212_000000016524	2140	0.5236966090261655	6	5	3	5	1	True	28353	maximal	True	ISR0212_000000016524	1.0		17	8	False	False	0.9995326995849609	0					non-mobilizable	no_good_hit	683.0	76.574	32.0	0.00017644689080067443	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	True
ISR0018_000000007320	2958	0.5236963979990489	4	4	4	4	3	False	112048	maximal	False	ISR0214_000000009074	0.9629372586734034		0	0	False	False	0.9979715943336487	0					non-mobilizable	no_good_hit	485.0	72.577	16.0	0.0001669085605742219	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0297_000000003515	3549	0.5236956519950492	3	2	2	2	1	True	128016	fragment	False	ISR0297_000000003515	1.0		0	0	False	False	0.9940828680992126	0					non-mobilizable	other	3552.0	98.255	100.0	0.0010003931626920758	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
CAN0006_000000015922	2829	0.5236956519950492	3	2	2	2	1	True	128015	fragment	False	SPA0107_000000010991	0.9608047173083594		0	0	False	False	1.0	0					non-mobilizable	other	2685.0	99.665	95.0	0.0007567112645905946	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0160_000000011508	2468	0.5236956519950492	2	2	2	2	1	True	128014	fragment	False	ISR0160_000000011508	0.9735832485321039		0	0	False	False	0.9987844228744507	0					non-mobilizable	other	2467.0	98.70299999999999	100.0	0.0006929703977260869	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
SPA0155_000000007653	2461	0.5236956519950492	2	2	2	2	1	True	128014	fragment	False	ISR0160_000000011508	0.9706915666851484		0	0	False	False	0.9995936751365662	0					non-mobilizable	other	2463.0	96.021	99.0	0.0006929703977260869	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
AST0060_000000013058	2244	0.5236956519950492	2	2	2	2	1	True	128014	fragment	False	ISR0160_000000011508	0.9248078097688639		0	0	False	False	0.9950980544090271	0					non-mobilizable	other	2246.0	98.353	100.0	0.0006326140016685441	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0243_000000005968	1945	0.5236956519950492	2	2	2	2	1	True	128013	fragment	False	ISR0243_000000005968	1.0		0	0	False	False	0.9953727722167969	0					non-mobilizable	other	1947.0	99.281	100.0	0.0005488483491961599	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ENG0124_000000021082	1472	0.5236956519950492	2	2	2	2	1	True	128012	fragment	False	AST0005_000000018625	0.9483410834287044		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	99.524	100.0	0.00041487971308712813	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0132_000000021552	1355	0.5236956519950492	2	2	2	2	1	True	128012	fragment	False	AST0005_000000018625	0.8278076851353507		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	99.557	100.0	0.08503422721848898	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	True
FIJ0141_000000023019	1306	0.5236956519950492	2	2	2	2	1	True	128012	fragment	False	AST0005_000000018625	0.6668966142478989		0	0	False	False	0.9777947664260864	0					non-mobilizable	other	1306.0	99.387	100.0	0.08195691766626892	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	True
ISR0338_000000022723	1292	0.5236956519950492	2	2	2	2	1	True	128012	fragment	False	AST0005_000000018625	0.6770193365645645		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.226	100.0	0.08107768636563462	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	True
AST0007_000000013825	1292	0.5236956519950492	2	2	2	2	1	True	128012	fragment	False	AST0005_000000018625	0.6778480554744641		0	0	False	False	0.9744582176208496	0					non-mobilizable	other	1292.0	99.69	100.0	0.08107768636563462	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	True
ISR0785_000000026970	1427	0.5236956404094903	2	1	1	1	1	False	22164	fragment	False	ISR0785_000000026970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	3.0	0.0006012747023690224	NZ_MATO01000030.1	firmicutes	Caryophanon latum strain DSM 14151 DSM_14151_R1_001_contig_36, whole genome shotgun sequence	True	False
ISR0048_000000002515	6948	0.5236929057169467	8	4	3	2	0	False	36051	maximal	True	ISR0048_000000002515	1.0		1	1	True	True	1.0	104					non-mobilizable	no_good_hit	2484.0	93.68	36.0	0.357606344628695	LN853243.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0614	True	True
CHI0168_000000004429	4135	0.5236876012753959	4	3	1	3	1	True	85148	fragment	False	CHI0168_000000004429	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2419.0	90.86399999999999	100.0	0.038724410208577906	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
USA0069_01_000000024135	2552	0.5236858495275298	2	2	2	2	2	False	122076	maximal	True	USA0069_01_000000024135	1.0		23	5	False	False	0.9878526926040649	0					non-mobilizable	other	2552.0	99.45100000000001	100.0	0.0010817109435988027	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
SPA0006_000000019526	1623	0.5236846015405707	1	1	1	1	1	False	111673	fragment	False	CHI0064_000000010051	0.7091388472988023		0	0	False	False	1.0	0					non-mobilizable	other	1604.0	99.314	99.0	0.007531486975040784	NZ_WNAF01000006.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold6_size212801, whole genome shotgun sequence	False	False
MON0079_000000013560	1675	0.5236842788917195	3	3	2	1	2	True	10093	maximal	True	MON0079_000000013560	1.0		11	5	False	False	1.0	0					non-mobilizable	chromosome	1674.0	98.507	100.0	0.0002605274177466045	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	True
ISR0041_000000003607	3475	0.5236832689858757	5	3	2	2	3	False	124420	fragment	False	ENG0045_000000003378	0.9644917166009597		0	0	False	False	0.9896402955055237	0					non-mobilizable	other	3327.0	95.852	95.0	0.29776898164807486	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0797_000000008594	1278	0.5236832397487508	2	2	2	2	2	False	33939	fragment	False	ISR0797_000000008594	1.0		0	0	False	False	0.9953051805496216	0					non-mobilizable	chromosome	1278.0	99.765	100.0	0.0005799779090638239	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
ISR0052_000000019572	1859	0.5236815957212531	3	3	3	3	2	False	75804	fragment	False	ISR0052_000000019572	1.0		0	0	False	False	0.9983862042427063	0					non-mobilizable	other	1859.0	98.92399999999999	100.0	0.00730973367453322	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0236_000000003105	3142	0.5236811775031364	4	2	1	2	0	True	74021	maximal	True	ISR0236_000000003105	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	98.801	65.0	0.2674074074074074	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	True
SPA0120_000000024926	1623	0.5236800244315941	1	1	1	1	1	False	4168	maximal	True	SPA0120_000000024926	1.0		622	14	False	False	1.0	0					non-mobilizable	other	1641.0	76.782	99.0	0.0004856434112821618	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0011_000000003222	9513	0.5236775703285275	9	7	7	5	5	False	75797	maximal	True	DEN0011_000000003222	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	425.0	74.118	4.0	0.00010608336177413915	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ISR0327_000000023460	1263	0.5236755102222062	2	2	2	2	2	False	51039	maximal	True	ISR0327_000000023460	1.0		55	9	False	False	0.9992082118988037	0					non-mobilizable	chromosome	1263.0	100.0	100.0	0.0002400988705079442	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
AUS0018_000000010172	2735	0.5236734573819924	3	2	2	2	2	True	121887	maximal	True	AUS0018_000000010172	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1641.0	94.39399999999999	65.0	0.0005349077887466491	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	True
ENG0161_000000007954	2723	0.5236732005759864	3	2	2	2	2	False	56414	maximal	True	ENG0161_000000007954	1.0		211	12	False	False	0.9996327757835388	0					non-mobilizable	other	2474.0	97.33200000000001	100.0	0.010672915911405735	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
FIJ0092_000000007740	3917	0.52367272255099	6	6	3	3	6	False	129486	fragment	False	FIJ0092_000000007740	0.9823614210664929		0	0	False	False	0.9969364404678345	0					non-mobilizable	other	3884.0	97.4	100.0	0.0011602561592083112	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0074_000000000881	3831	0.5236683198597111	4	3	3	3	2	False	16289	fragment	False	MAD0097_000000009966	0.9689725330620549		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0363_000000014075	1309	0.5236591396850023	2	2	2	2	2	False	24636	fragment	False	ISR0363_000000014075	0.9179618723817619		0	0	False	False	0.9923605918884277	0					non-mobilizable	no_good_hit	806.0	92.804	61.0	0.3941176470588235	NZ_CABMGA010000057.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0017_01_000000004345	6053	0.5236590592391995	5	4	4	4	4	False	1912	maximal	True	USA0017_01_000000004345	1.0		1	1	False	False	0.99966961145401	0					non-mobilizable	no_good_hit	312.0	72.436	5.0	7.689383643531414e-05	NZ_FXXA01000002.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	True	False
AUS0004_000000003689	5780	0.5236562874328256	4	4	3	4	2	True	114135	fragment	False	AUS0004_000000003689	1.0		0	0	False	False	0.9996539950370789	0					non-mobilizable	no_good_hit	2261.0	97.435	43.0	0.14963091042096163	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
ISR0267_000000006900	2436	0.5236548856369259	3	3	3	3	2	False	26538	maximal	True	ISR0267_000000006900	1.0		2	2	False	False	0.9995895028114319	0					non-mobilizable	no_good_hit	198.0	89.899	8.0	7.655813288315597e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0015_000000016656	1577	0.52365427536078	3	3	2	3	2	True	37967	maximal	True	ISR0015_000000016656	1.0		1051	15	False	False	1.0	0					non-mobilizable	chromosome	1591.0	83.84700000000001	100.0	0.00040731611932918647	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	True
MAD0064_000000018055	1289	0.5236541215339818	2	2	2	2	2	False	16661	maximal	True	MAD0064_000000018055	1.0		21	4	False	False	0.9968968033790588	0					non-mobilizable	other	1292.0	76.703	97.0	0.021053502025965433	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0098_000000011169	3139	0.5236525691211538	4	2	2	1	2	False	5075	maximal	True	SPA0098_000000011169	1.0		14	7	False	False	0.9942656755447388	0					non-mobilizable	no_good_hit	1787.0	80.134	68.0	0.0005724373356780916	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0112_000000016640	2015	0.5236495081021129	2	1	1	1	1	False	46847	maximal	True	SPA0112_000000016640	1.0		453	13	False	False	0.9955335259437561	0					non-mobilizable	other	2009.0	99.104	99.0	0.0016488872064254047	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
ISR0090_000000008967	2936	0.5236445921355011	7	4	2	4	1	False	33679	maximal	True	ISR0090_000000008967	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0020_000000030085	1177	0.5236438831355119	2	2	2	2	1	True	7703	maximal	True	SPA0020_000000030085	1.0		40	7	False	False	0.9872557520866394	0					non-mobilizable	no_good_hit								True	True
ISR0397_000000015009	1191	0.5236426007558711	3	2	1	1	2	False	22633	maximal	True	ISR0397_000000015009	1.0		5	5	False	False	0.973971426486969	0					non-mobilizable	no_good_hit								True	False
MAD0073_000000000684	5238	0.5236423718992046	6	5	2	4	4	False	16309	fragment	False	MAD0073_000000000684	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5238.0	99.82799999999999	100.0	0.001082992102243388	LT904867.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhi strain ERL034151 genome assembly, chromosome: 1	False	False
ENG0011_000000019939	1438	0.5236416413078945	2	2	2	2	2	False	67139	fragment	False	ISR0234_000000009029	0.9676008264557712		0	0	False	False	0.9937413334846497	0					non-mobilizable	other	1438.0	99.72200000000001	100.0	0.04555685889103763	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0132_01_000000011842	1319	0.5236403060563213	2	2	1	2	1	False	72	maximal	True	USA0132_01_000000011842	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	1291.0	94.036	98.0	0.00039008530167655036	CP039393.1	CFB group bacteria	Muribaculum sp. TLL-A4 chromosome	False	False
ISR0781_000000006269	4029	0.5236394622693222	5	3	3	3	2	False	102348	maximal	True	ISR0781_000000006269	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	309.0	78.317	8.0	0.0003380247750963873	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
MAD0040_000000013641	2335	0.5236350217250063	3	2	2	2	2	False	18373	maximal	True	MAD0040_000000013641	1.0		1	1	False	False	0.9905781745910645	0					non-mobilizable	no_good_hit								True	False
CHI0187_000000006848	2441	0.5236339966615253	4	4	4	4	4	False	98026	fragment	False	CHI0187_000000006848	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2441.0	100.0	100.0	0.0004883392004086038	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ISR0049_000000002945	8394	0.523633500695419	13	6	3	6	3	True	123862	fragment	False	AST0149_000000003058	0.9414724775451853		0	0	False	False	0.9996426105499268	0					non-mobilizable	no_good_hit	362.0	90.884	4.0	0.0013695044366632651	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0145_000000015027	1927	0.5236304297740205	3	2	2	1	1	False	31069	maximal	True	ISR0145_000000015027	1.0		150	12	False	False	0.9989621043205261	0					non-mobilizable	no_good_hit	733.0	79.673	38.0	0.00415946320672361	NZ_CABJCG010000013.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
SPA0116_000000002482	12653	0.5236291486477614	19	5	1	5	0	False	4367	maximal	True	SPA0116_000000002482	1.0		1	1	False	False	0.9998419284820557	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000027224	1813	0.5236282501335943	4	4	4	3	2	False	96570	fragment	False	CAN0003_000000027224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	634.0	86.751	55.0	0.000190636122322737	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0041_000000043810	1550	0.5236282501335943	4	4	4	3	2	False	11787	maximal	True	MON0041_000000043810	1.0		45	9	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	92.197	51.0	0.00018882914485996225	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0001_000000019322	2226	0.5236276270667732	3	2	2	2	1	False	76893	maximal	True	DEN0001_000000019322	1.0		5	4	False	False	0.9995507597923279	0					non-mobilizable	no_good_hit	484.0	79.339	21.0	0.00013394438819152986	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0824_000000002343	5886	0.5236204303208836	6	4	3	4	4	False	23402	fragment	False	ISR0824_000000002343	0.9885433715220949		0	0	False	False	0.9974516034126282	0					non-mobilizable	no_good_hit	5097.0	98.98	87.0	0.0027284859286170245	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0050_000000007436	3898	0.5236180478799893	4	4	4	2	2	False	12751	maximal	True	MON0050_000000007436	1.0		37	4	False	False	0.9956387877464294	0					non-mobilizable	no_good_hit	822.0	73.601	21.0	0.0006996018582255537	NZ_SDPT01000002.1	a-proteobacteria	Sphingomonas desiccabilis strain CP1D NODE_2_length_1156372_cov_67.323254, whole genome shotgun sequence	True	False
ISR0236_000000002187	4088	0.52361650518826	11	11	3	6	10	False	28284	maximal	True	ISR0236_000000002187	1.0		44	7	False	False	0.996330738067627	0					non-mobilizable	no_good_hit	2612.0	89.663	83.0	0.187929165160824	NZ_CABMGA010000029.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0186_000000006914	3691	0.5236163395906507	5	4	3	3	3	False	29351	maximal	True	ISR0186_000000006914	1.0		195	10	False	False	0.9989162683486938	0					non-mobilizable	other	3691.0	99.89200000000001	100.0	0.08366018999251819	NZ_RCXZ01000050.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0050, whole genome shotgun sequence	False	False
MON0019_000000024318	2710	0.5236145644976272	3	3	3	3	3	False	13196	maximal	True	MON0019_000000024318	1.0		10	5	False	False	1.0	0					non-mobilizable	other	2495.0	98.557	97.0	0.0032330073657482216	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	False	False
FIJ0160_000000005632	3061	0.5236138090501273	4	3	2	3	2	False	39347	fragment	False	FIJ0160_000000005632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	82.26	27.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
CHI0025_000000008498	1190	0.5236136755818789	1	1	1	1	1	False	88941	maximal	True	CHI0025_000000008498	0.999140154772141		624	12	False	False	0.9941176176071167	0					non-mobilizable	chromosome	1190.0	100.0	100.0	0.00018327030365993416	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0074_000000011958	1163	0.5236136755818789	1	1	1	1	1	False	88941	maximal	False	CHI0025_000000008498	0.9878151260504202		0	0	False	False	0.9974204897880554	0					non-mobilizable	chromosome	1163.0	99.82799999999999	100.0	0.00017910857262644535	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0037_000000005507	2341	0.5236131831742068	2	2	2	2	2	False	18641	maximal	True	MAD0037_000000005507	1.0		32	8	False	False	1.0	0					non-mobilizable	chromosome	2329.0	100.0	99.0	0.00043309677964266537	CP028391.2	enterobacteria	Klebsiella pneumoniae strain WCHKP13F2 chromosome, complete genome	False	False
ISR0820_000000014752	1697	0.5236112091724543	3	1	1	1	1	False	40534	maximal	False	FIJ0136_000000015168	0.9409616658679845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	91.89200000000001	9.0	0.0198991413384217	NZ_QEKH01000067.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_167, whole genome shotgun sequence	True	False
FIJ0063_000000009833	2664	0.5236032098490832	5	3	3	2	3	False	93822	maximal	True	FIJ0063_000000009833	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	1583.0	85.976	59.0	0.10912615981166043	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
ISR0230_000000030855	1166	0.5235992805964105	2	2	2	2	1	True	27508	maximal	True	ISR0230_000000030855	1.0		14	4	False	False	0.968267560005188	0					non-mobilizable	no_good_hit	127.0	74.803	11.0	2.2244098551677845e-05	NZ_CP041217.1	firmicutes	Saccharibacillus brassicae strain ATSA2 chromosome, complete genome	True	True
ISR0378_000000014672	1979	0.5235982369205241	3	2	2	2	2	False	72180	fragment	False	ISR0378_000000014672	1.0		0	0	False	False	0.996462881565094	0					non-mobilizable	no_good_hit	114.0	83.333	6.0	3.7972795204578436e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	False
ISR0175_000000009129	2433	0.5235976480229159	3	3	2	3	2	False	82899	maximal	True	ISR0175_000000009129	1.0		7	5	False	False	0.9921907186508179	0					non-mobilizable	no_good_hit	1534.0	96.219	63.0	0.00043164766280541115	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
CHI0125_000000005573	2772	0.5235933747404404	4	4	4	4	2	False	81640	maximal	True	CHI0125_000000005573	1.0		7	2	False	False	1.0	0					non-mobilizable	other	2771.0	99.89200000000001	100.0	0.0007784585621167778	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0182_000000009798	2765	0.5235933747404404	4	4	4	4	2	False	81640	maximal	False	CHI0125_000000005573	0.9987373737373737		0	0	False	False	0.9989150166511536	0					non-mobilizable	other	2765.0	99.89200000000001	100.0	0.0007767723702854779	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0042_000000021568	1502	0.5235931586293161	4	3	2	3	0	True	106772	fragment	False	ISR0175_000000011756	0.6980791802094619		0	0	False	False	1.0	0					non-mobilizable	other	814.0	97.17399999999999	92.0	0.002658991676342169	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
SPA0141_000000011702	1963	0.523591448495121	3	3	3	3	3	False	61520	fragment	False	MAD0088_000000010560	0.6212680824869191		0	0	False	False	0.998471736907959	0					non-mobilizable	chromosome	1963.0	97.249	100.0	0.0009129997766361402	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
ISR0169_000000004357	5729	0.5235859720613035	10	9	4	7	7	True	30108	maximal	True	ISR0169_000000004357	1.0		31	7	False	False	0.9993017911911011	0					non-mobilizable	no_good_hit	4861.0	95.556	85.0	0.07708905141914296	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	True	True
SPA0141_000000005962	3917	0.5235842918119645	3	3	1	2	1	False	7067	maximal	True	SPA0141_000000005962	1.0		4	2	False	False	0.999744713306427	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000021209	1437	0.5235834754292329	2	2	2	2	1	True	19643	fragment	False	MAD0012_000000021209	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1437.0	99.93	100.0	0.02023903484045552	CP053385.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-1, complete sequence	False	True
MON0032_000000007242	3316	0.5235827686214717	5	5	5	4	3	False	84792	maximal	True	MON0032_000000007242	1.0		2	2	False	False	0.9981905817985535	0					non-mobilizable	no_good_hit	1802.0	90.899	54.0	0.0007014281466748603	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	True	False
ISR0162_000000028748	1369	0.5235770985980891	2	2	2	2	2	False	92321	fragment	False	ISR0102_000000010490	0.7711143761618114		0	0	False	False	0.9846603274345398	0					non-mobilizable	other	1281.0	95.941	94.0	0.9770992366412213	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	False	False
ISR0282_000000012776	1833	0.5235743467033721	3	3	1	3	3	False	55592	fragment	False	ISR0282_000000012776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	76.499	33.0	0.019347812159651482	NZ_CYZN01000036.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0323_000000014911	1469	0.5235743232194491	3	3	3	3	2	False	76249	fragment	False	DEN0007_000000017257	0.28508050593000567		0	0	False	False	0.9965963363647461	0					non-mobilizable	other	1469.0	99.115	100.0	0.024896547045654974	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
SPA0156_000000016520	1276	0.5235736224509613	3	3	3	2	2	False	24296	fragment	False	SPA0156_000000016520	1.0		0	0	False	False	0.9576802253723145	0					non-mobilizable	other	1276.0	99.37299999999999	100.0	0.0021189327891138372	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	False
DEN0093_000000005022	6128	0.523572567719122	7	7	5	7	6	False	108263	maximal	True	DEN0093_000000005022	1.0		44	5	False	False	0.9995104670524597	0					non-mobilizable	chromosome	2072.0	97.925	99.0	0.0006496222514375374	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0047_000000025189	1245	0.5235649787844454	3	2	2	1	1	False	46844	maximal	True	FIJ0047_000000025189	1.0		4	3	False	False	0.9863454103469849	0					non-mobilizable	other	1247.0	91.66	99.0	0.00033053971386757814	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MON0106_000000011856	3354	0.5235616121123517	3	3	1	3	2	False	36616	maximal	False	MON0080_000000013475	0.9496360989810771		0	0	False	False	0.9976148009300232	0					non-mobilizable	no_good_hit	994.0	84.507	59.0	0.00029656463739177275	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0040_000000007399	3013	0.5235589540628133	3	2	2	1	1	False	64865	maximal	True	ENG0040_000000007399	1.0		1	1	False	False	0.9980086088180542	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.0001421740304915904	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
MON0025_000000038334	1134	0.5235551403795227	1	1	1	1	1	False	12779	fragment	False	MON0025_000000038334	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1134.0	99.295	100.0	0.012930394987617406	CP049184.1	enterobacteria	Shigella sonnei strain 19.0822.3296 plasmid p19-0822-3296, complete sequence	False	True
ISR0805_000000004645	2526	0.5235546658168653	3	3	1	3	3	False	107727	fragment	False	ISR0805_000000004645	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2141.0	81.831	84.0	0.10596427490160461	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
FIJ0101_000000003092	8475	0.5235539188104407	12	12	11	11	10	False	87434	maximal	True	FIJ0101_000000003092	1.0		108	11	False	False	0.9997640252113342	0					non-mobilizable	chromosome	8475.0	99.85799999999999	100.0	0.0017239232701567195	CP054314.1	enterobacteria	Escherichia coli strain SCU-483 chromosome, complete genome	False	False
DEN0024_000000007660	1315	0.523551130701662	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.1226355035517997		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	99.917	91.0	0.8968609865470852	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0143_000000016324	1801	0.523550054943667	2	2	1	1	2	False	31142	maximal	True	ISR0143_000000016324	1.0		134	11	False	False	0.9994447231292725	0					non-mobilizable	other	1801.0	99.056	100.0	0.001544274937593781	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
AST0055_000000004341	6795	0.5235446077113902	10	8	4	6	7	True	113963	fragment	False	AST0055_000000004341	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6795.0	98.30799999999999	100.0	0.022439401395774366	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	False	True
ENG0160_000000005181	4221	0.5235431052006534	5	4	3	4	3	False	56487	maximal	True	ENG0160_000000005181	0.9980348808646524		108	8	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	71.324	22.0	0.0001510146901949696	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
ENG0211_000000006942	4071	0.5235431052006534	5	4	3	4	3	False	56487	maximal	False	ENG0160_000000005181	0.9800995024875622		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	958.0	71.086	23.0	0.0001510146901949696	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
USA0019_01_000000024253	1260	0.5235381541910613	2	2	2	1	1	False	71410	fragment	False	SPA0114_000000034758	0.7109578525593079		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	0.00016694026320914832	NZ_PJZH01000004.1	enterobacteria	Chimaeribacter coloradensis strain 2016-Iso4 NODE_4_length_251660_cov_30.8292_ID_5209, whole genome shotgun sequence	True	False
SPA0098_000000027458	1403	0.5235346656381984	1	1	1	1	1	False	5047	fragment	False	SPA0098_000000027458	1.0		0	0	False	False	0.9992872476577759	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000026637	1267	0.5235313881786369	1	1	1	1	1	False	90896	fragment	False	ENG0052_000000026637	0.9833985851562128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0805_000000009799	1227	0.5235313881786369	1	1	1	1	1	False	90896	fragment	False	ENG0052_000000026637	0.9760998261451768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000017401	1173	0.5235313881786369	1	1	1	1	1	False	90896	fragment	False	ENG0052_000000026637	0.9691746509068977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0067_000000028807	1154	0.5235313881786369	2	1	1	1	1	False	90896	fragment	False	ENG0052_000000026637	0.9624063356814095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0166_000000026418	1150	0.5235313881786369	1	1	1	1	1	False	90896	fragment	False	ENG0052_000000026637	0.9578584061578341		0	0	False	False	0.9991304278373718	0					non-mobilizable	no_good_hit								True	False
ISR0222_000000015224	3643	0.5235311853011634	5	3	3	3	2	False	113833	fragment	False	ISR0222_000000015224	1.0		0	0	False	False	0.995882511138916	0					non-mobilizable	no_good_hit	719.0	83.588	20.0	0.0004311484264587841	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
FIJ0035_000000004020	3018	0.5235311545930079	3	3	3	3	1	False	48040	maximal	True	FIJ0035_000000004020	1.0		25	6	False	False	1.0	0					non-mobilizable	chromosome	2186.0	94.831	98.0	0.0008716836191760813	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
CAN0009_000000006281	3556	0.5235309990716076	5	5	5	5	5	False	94807	fragment	False	ISR0816_000000011327	0.9477351916376306		0	0	False	False	0.9991563558578491	0					non-mobilizable	no_good_hit	1172.0	75.34100000000001	33.0	0.01607597036381732	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MON0068_000000005153	7091	0.5235303037062601	10	4	3	2	2	False	80998	maximal	True	MON0068_000000005153	1.0		6	5	False	False	1.0	0					non-mobilizable	other	6151.0	95.919	99.0	0.0010722480116807484	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0136_000000002702	2861	0.5235255755728115	4	4	4	4	2	False	48376	maximal	True	ISR0136_000000002702	1.0		2	1	False	False	0.9709891676902771	0					non-mobilizable	chromosome	2768.0	99.314	97.0	0.0011162019926242728	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0017_000000003449	9374	0.5235208254331051	12	10	3	4	9	True	118477	fragment	False	ISR0017_000000003449	1.0		0	0	False	False	0.999146580696106	0					non-mobilizable	virus	9297.0	96.225	99.0	0.09674565758115042	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
MAD0067_000000009776	1129	0.5235205922702749	2	2	2	2	2	False	64903	maximal	False	ENG0039_000000022081	0.9402859545836837		0	0	False	False	0.9991142749786377	0					non-mobilizable	other	1129.0	94.331	100.0	0.03699330972058245	NZ_CABIXZ010000010.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0289_000000006870	1591	0.5235200600036197	4	3	0	2	2	False	25939	fragment	False	ISR0289_000000006870	1.0		0	0	False	False	0.9842866063117981	0					non-mobilizable	no_good_hit								True	False
ENG0206_000000005570	4401	0.5235179483249647	5	3	2	3	2	True	106491	maximal	True	ENG0206_000000005570	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0149_000000010545	1643	0.5235128220025957	3	2	2	1	2	False	30866	maximal	True	ISR0149_000000010545	1.0		7	3	False	False	0.9543517827987671	0					non-mobilizable	no_good_hit	515.0	96.89299999999999	31.0	0.00013870791816719523	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0194_000000012203	2225	0.5235081802130171	2	2	2	2	2	False	54521	maximal	True	ENG0194_000000012203	1.0		142	12	False	False	0.9995505809783936	0					non-mobilizable	other	2226.0	96.361	100.0	0.0006648826843801299	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0097_000000009138	3037	0.5235058512640919	4	3	2	3	2	False	123054	maximal	True	ISR0097_000000009138	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	1561.0	98.59100000000001	81.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0279_000000007319	2793	0.5235040723033796	5	3	3	2	2	False	63602	maximal	False	ENG0134_000000012688	0.5438997387498874		0	0	False	False	0.9996419548988342	0					non-mobilizable	other	2616.0	92.20200000000001	97.0	0.04729901090540198	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ISR0130_000000016140	1865	0.523502159508048	3	2	2	2	2	False	31764	maximal	True	ISR0130_000000016140	1.0		18	6	False	False	0.9989275932312012	0					non-mobilizable	no_good_hit	131.0	100.0	7.0	0.011756194610236933	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
ENG0091_000000013095	1834	0.5234973915285054	2	2	1	1	2	False	109650	fragment	False	ENG0091_000000013095	0.9812572087658593		0	0	False	False	0.9863685965538025	0					non-mobilizable	other	1834.0	98.8	100.0	0.0009874119786594038	CP000419.1	firmicutes	Streptococcus thermophilus LMD-9, complete genome	False	False
DEN0078_000000018818	1763	0.5234961948125673	2	2	2	2	2	True	69755	maximal	True	DEN0078_000000018818	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	221.0	74.208	12.0	6.563562533137711e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0090_000000011319	2063	0.5234956314292137	4	4	4	4	3	False	61245	fragment	False	ENG0090_000000011319	1.0		0	0	False	False	0.9966068863868713	0					non-mobilizable	no_good_hit								True	False
DEN0080_000000003226	1233	0.5234948093115198	2	1	1	1	1	False	69389	maximal	True	DEN0080_000000003226	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0008_000000009970	2875	0.5234936458375015	4	4	4	3	2	False	51433	fragment	False	FIJ0008_000000009970	1.0		0	0	False	False	0.9951304197311401	0					non-mobilizable	no_good_hit	1012.0	74.506	43.0	0.0007201935764523481	NZ_FNVX01000006.1	CFB group bacteria	Bacteroides ihuae strain Marseille-P2824T, whole genome shotgun sequence	True	False
ENG0048_000000022570	1117	0.5234902430555746	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.027378072818393277	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1113.0	84.367	100.0	0.00033389866280962024	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0010_000000017522	1465	0.523489690344635	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.4175613584471296		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	98.007	100.0	0.0003340720129296699	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0119_000000028010	1134	0.523489690344635	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2017719535084108		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	98.677	100.0	0.0003146330761839701	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0056_01_000000001550	15197	0.5234875970391486	20	6	2	6	2	False	78206	maximal	False	SPA0111_000000001709	0.6107159640952275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.332870396089105e-06	NZ_CP019698.1	firmicutes	Desulfotomaculum ferrireducens strain GSS09 chromosome, complete genome	True	False
SPA0113_000000001984	15118	0.5234875970391486	20	6	2	6	2	False	78206	maximal	False	SPA0111_000000001709	0.9271148649012715		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.87743514052768e-06	NZ_CP015438.1	firmicutes	Anoxybacillus amylolyticus strain DSM 15939 chromosome, complete genome	True	False
SPA0111_000000001709	15102	0.5234875970391486	20	6	2	6	2	False	78206	maximal	True	SPA0111_000000001709	0.927263361846356		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	9.87743514052768e-06	NZ_CP015438.1	firmicutes	Anoxybacillus amylolyticus strain DSM 15939 chromosome, complete genome	True	False
SPA0103_000000001111	14993	0.5234875970391486	19	6	2	6	2	False	78206	maximal	False	SPA0111_000000001709	0.6249677665885777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.0003144144744990806	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	False
ENG0193_000000006164	3334	0.5234820751150949	4	4	4	3	2	False	76391	maximal	True	ENG0193_000000006164	1.0		76	10	False	False	1.0	0					non-mobilizable	other	3258.0	99.662	100.0	0.0008721991281222225	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0096_000000034281	1129	0.5234806578228056	2	1	1	1	1	False	13766	maximal	False	MON0009_000000035273	0.9864273204903677		0	0	False	False	0.9991142749786377	0					non-mobilizable	no_good_hit								True	False
ISR0794_000000007489	2626	0.5234796087620966	3	3	3	3	3	False	62492	maximal	True	ISR0794_000000007489	0.9887123745819397		361	13	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	87.147	25.0	9.047598932782904e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0206_000000022236	1155	0.5234678854720896	1	1	1	1	1	False	53921	fragment	False	MAD0101_000000024292	0.7288117075065705		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	100.0	6.0	1.667209735720287e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0362_000000018635	1102	0.5234678854720896	1	1	1	1	1	False	53921	fragment	False	MAD0101_000000024292	0.711235503626808		0	0	False	False	0.9863883852958679	0					non-mobilizable	no_good_hit								True	False
USA0005_01_000000020180	1554	0.5234674734576482	2	2	2	2	2	False	56510	fragment	False	ISR0038_000000016691	0.5467647958205324		0	0	False	False	0.9954954981803894	0					non-mobilizable	no_good_hit								True	False
SPA0077_000000019872	1424	0.5234660640996128	2	2	2	2	2	False	108178	fragment	False	CHI0140_000000019596	0.8723996920807372		0	0	False	False	0.9971910119056702	0					non-mobilizable	chromosome	1424.0	100.0	100.0	0.00048750440227095514	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0159_000000022041	1206	0.5234660640996128	2	2	2	2	2	False	30459	fragment	False	ISR0159_000000022041	1.0		0	0	False	False	0.9975124597549438	0					non-mobilizable	chromosome	1177.0	99.575	98.0	0.0004028848749618013	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
CHI0134_000000002785	4612	0.5234628470098669	8	5	4	4	4	True	93245	maximal	True	CHI0134_000000002785	1.0		8	3	False	False	0.9993495345115662	0					non-mobilizable	no_good_hit	1872.0	75.801	40.0	0.0006590356406899441	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
DEN0011_000000012711	3297	0.5234616103643832	4	3	3	3	3	False	75747	maximal	True	DEN0011_000000012711	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	974.0	89.22	29.0	0.002367582408204368	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0088_000000027908	1163	0.5234604521938613	2	1	1	1	1	False	43213	maximal	True	MON0088_000000027908	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	699.0	74.821	78.0	0.00021341343907357413	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0101_01_000000006537	4758	0.5234602751746279	5	1	1	1	1	False	75332	maximal	True	USA0101_01_000000006537	1.0		26	7	False	False	0.999789834022522	0					non-mobilizable	no_good_hit	1467.0	88.75299999999999	31.0	0.0006413786089054741	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0037_000000011883	2842	0.5234602751746279	3	1	1	1	1	False	75336	maximal	True	ENG0037_000000011883	1.0		33	7	False	False	0.9852216839790344	0					non-mobilizable	no_good_hit	1480.0	88.919	53.0	0.0006475162032490671	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0016_000000005686	1615	0.5234602751746279	1	1	1	1	1	False	75330	fragment	False	ENG0167_000000014356	0.8161042232099125		0	0	False	False	1.0	0					non-mobilizable	other	1486.0	88.964	92.0	0.0006492698016329508	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0820_000000016038	1581	0.5234602751746279	1	1	1	1	1	False	21275	maximal	True	ISR0820_000000016038	1.0		8	4	False	False	0.9829221963882446	0					non-mobilizable	chromosome	1470.0	88.163	93.0	0.0003314590624301447	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
TAN0002_000000002785	8469	0.523458554493169	7	3	1	2	3	False	3075	maximal	True	TAN0002_000000002785	1.0		3	1	False	False	0.9998819231987	0					non-mobilizable	no_good_hit	1439.0	84.295	20.0	0.01780141312760592	NZ_JXQL01000064.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig64, whole genome shotgun sequence	True	False
FIJ0048_000000026389	1304	0.5234564364831752	2	2	2	2	2	False	46719	fragment	False	FIJ0048_000000026389	1.0		0	0	False	False	0.9800613522529602	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.1776425863473714e-05	AP014938.1	high GC Gram+	Rothia mucilaginosa DNA, complete genome, strain: NUM-Rm6536	True	False
CHI0019_000000000945	7049	0.5234562519211431	8	3	3	3	1	False	89494	fragment	False	CHI0019_000000000945	1.0		0	0	False	False	0.9995744228363037	0					non-mobilizable	no_good_hit	747.0	72.021	10.0	0.0002119034056732716	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0008_000000004234	5246	0.5234542335543737	9	6	5	4	4	True	91914	fragment	False	DEN0031_000000005058	0.9533854166666667		0	0	False	False	0.9990469217300415	0					non-mobilizable	plasmid	3353.0	99.344	100.0	0.4174866110349981	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MAD0043_000000021812	1243	0.5234537778813534	3	1	1	1	1	False	19264	fragment	False	MAD0043_000000021812	0.9636119229890645		0	0	False	False	1.0	0					non-mobilizable	chromosome	1142.0	93.08200000000001	99.0	0.0003041030706674182	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0061_000000026531	1113	0.5234534878212272	1	1	1	1	1	False	45746	fragment	False	FIJ0061_000000026531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0102_000000006892	2634	0.5234510001839892	3	3	1	1	3	True	33101	maximal	True	ISR0102_000000006892	0.9835122699386504		4	3	False	False	0.9962034821510315	0					non-mobilizable	no_good_hit	239.0	87.866	12.0	8.013508679272332e-05	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	True	True
USA0026_01_000000014158	2300	0.5234481925216405	4	3	1	3	1	False	1628	maximal	True	USA0026_01_000000014158	1.0		22	7	False	False	0.9960869550704956	0					non-mobilizable	no_good_hit								True	False
FIJ0113_000000018628	1388	0.5234457883492216	2	2	2	2	1	False	41925	fragment	False	FIJ0113_000000018628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	97.5	3.0	1.3762016622398846e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0049_000000007258	2246	0.5234443322934285	3	3	3	3	3	False	119943	fragment	False	CHI0049_000000007258	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2142.0	84.314	95.0	0.0013096564845544274	NZ_JH992941.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.2, whole genome shotgun sequence	False	False
ENG0025_000000022069	1267	0.5234394342873193	2	2	2	1	2	False	66110	fragment	False	ENG0025_000000022069	0.9952569169960475		0	0	False	False	0.9486976861953735	0					non-mobilizable	chromosome	1268.0	99.054	100.0	0.0003524376239690991	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0126_000000021637	2275	0.5234328804634959	3	3	3	3	3	False	31981	maximal	True	ISR0126_000000021637	1.0		27	9	False	False	0.9995604157447815	0					non-mobilizable	no_good_hit	205.0	73.65899999999999	9.0	0.000917813934084272	NZ_PVBN01000011.1	a-proteobacteria	Neorhizobium alkalisoli strain DSM 21826 NODE_11_length_215730_cov_61.8689, whole genome shotgun sequence	True	False
ISR0222_000000011141	5376	0.5234274903844562	4	3	3	3	3	False	52546	maximal	True	ISR0222_000000011141	1.0		1	1	False	False	0.999813973903656	0					non-mobilizable	no_good_hit	2478.0	97.296	69.0	0.10260660561103974	NZ_CYYU01000026.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
USA0037_01_000000019003	1784	0.5234258111397968	1	1	0	1	1	False	1364	fragment	False	USA0037_01_000000019003	1.0		0	0	False	False	0.976457417011261	0					non-mobilizable	plasmid	1784.0	99.439	100.0	0.03800571258046639	CP055252.1	enterobacteria	Escherichia coli strain AH01 plasmid pAH01-1, complete sequence	False	True
CHI0121_000000004672	1679	0.5234251165995188	3	3	2	2	2	False	123105	fragment	False	ISR0274_000000003666	0.5087905219954263		0	0	False	False	0.9970220327377319	0					non-mobilizable	other	1680.0	95.774	100.0	0.00044684072430246674	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MON0003_000000009436	1641	0.5234248309171381	2	2	2	2	2	False	14273	fragment	False	MON0003_000000009436	1.0		0	0	False	False	0.9884216785430908	0					non-mobilizable	no_good_hit	52.0	88.462	3.0	2.555982276518191e-05	NZ_SSYA01000001.1	d-proteobacteria	Geomonas ferrireducens strain S62 contig1, whole genome shotgun sequence	True	False
ISR0398_000000015226	1500	0.5234238601390107	2	2	2	2	2	False	22610	fragment	False	ISR0398_000000015226	1.0		0	0	False	False	0.9986666440963745	0					non-mobilizable	chromosome	1422.0	99.648	100.0	0.0003444579598877373	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
ISR0323_000000005207	3541	0.5234161896829039	3	3	2	3	2	False	91586	fragment	False	ISR0396_000000005052	0.605303994730695		0	0	False	False	0.9966111183166504	0					non-mobilizable	other	3483.0	94.229	99.0	0.046412139801436755	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0094_000000014599	1227	0.5234130726694166	2	2	2	2	1	True	61012	fragment	False	ENG0094_000000014599	0.9862614487926729		0	0	False	False	0.9372453093528748	0					non-mobilizable	other	1227.0	98.20700000000001	100.0	0.018554953536943426	NZ_PYLQ01000015.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_14, whole genome shotgun sequence	False	True
ISR0162_000000002999	10013	0.5234123302161017	17	6	2	4	3	False	101692	maximal	True	ISR0162_000000002999	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	344.0	83.721	10.0	0.00011281323938119899	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0097_000000006864	4329	0.5234123248401555	7	4	2	3	2	False	101255	fragment	False	FIJ0097_000000006864	0.9648589488478939		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	99.182	14.0	0.00014919614462487258	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
AUS0012_000000003583	4219	0.5234123248401555	6	4	2	3	2	False	101255	fragment	False	FIJ0097_000000006864	0.9611138500100186		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	465.0	92.90299999999999	14.0	0.00012377528490322987	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0067_000000007202	4146	0.5234123248401555	6	4	2	3	2	False	101255	fragment	False	FIJ0097_000000006864	0.8111390692596864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	96.09100000000001	15.0	0.0001482789552111951	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
MAD0049_000000003933	4089	0.5234123248401555	6	4	2	3	2	False	101255	fragment	False	FIJ0097_000000006864	0.9244007843835345		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	95.36200000000001	16.0	0.00014351530878865877	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0095_000000006770	3922	0.5234123248401555	5	4	2	3	2	False	101255	fragment	False	FIJ0097_000000006864	0.7913597597616013		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	322.0	95.031	12.0	9.813926726349201e-05	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
USA0059_01_000000000788	22998	0.5234105037467636	28	13	5	13	7	True	108400	backbone	False	ISR0280_000000000088	0.12614964640060086	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	17542.0	97.85700000000001	93.0	0.23047809288511578	CP059857.1	CFB group bacteria	Bacteroides sp. HF-5287 plasmid pla1, complete sequence	False	True
USA0047_01_000000003544	8685	0.5234088929966285	11	4	3	3	3	False	1183	maximal	True	USA0047_01_000000003544	1.0		2	2	False	False	0.999884843826294	0					non-mobilizable	no_good_hit	473.0	78.436	5.0	0.0022825359120612716	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
SPA0112_000000001957	15296	0.5234058630132228	8	7	6	7	6	False	114947	maximal	True	SPA0112_000000001957	1.0		2	1	False	False	0.9999346137046814	0					non-mobilizable	no_good_hit	681.0	76.946	4.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
CHI0158_000000014229	1394	0.5234045303452071	3	3	3	3	2	False	78869	fragment	False	CHI0158_000000014229	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1394.0	98.78	100.0	0.0003116080833776437	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CHI0057_000000009804	2017	0.5234030286324141	4	4	2	3	3	True	85971	maximal	True	CHI0057_000000009804	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	97.947	58.0	0.00028636778990019055	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0230_000000006605	4355	0.5234015888012	3	2	1	1	2	False	27550	fragment	False	ISR0230_000000006605	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4300.0	99.698	100.0	0.0008312215646826463	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0791_000000016367	1115	0.5234002522673471	2	1	1	1	1	False	27075	fragment	False	ISR0248_000000004261	0.9186151079136691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	93.851	61.0	0.00020533713979816143	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0047_000000009382	4132	0.5233996248988929	5	5	5	5	5	False	17688	maximal	True	MAD0047_000000009382	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	78.047	29.0	0.00046733396930501386	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0140_000000009858	2859	0.5233927652537156	5	3	2	2	3	True	105579	fragment	False	ISR0201_000000010399	0.13014982755001311		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	95.934	98.0	0.0003745747056712431	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ISR0067_000000014553	2035	0.5233922452398748	2	2	2	2	2	False	35079	maximal	True	ISR0067_000000014553	1.0		209	11	False	False	0.9936118125915527	0					non-mobilizable	other	1873.0	79.605	92.0	0.1067480423767849	NZ_CYZN01000044.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0009_000000010498	3069	0.5233850409580728	4	3	3	2	2	False	39683	fragment	False	ISR0009_000000010498	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3069.0	98.664	100.0	0.025245210980185635	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0108_000000008171	2551	0.5233844007347537	2	1	1	1	1	False	59945	maximal	True	ENG0108_000000008171	1.0		3	2	False	False	0.9937279224395752	0					non-mobilizable	no_good_hit	1178.0	99.066	47.0	0.00041010710171701426	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
FIJ0140_000000006293	4289	0.5233843154734764	5	2	2	2	1	True	41005	maximal	True	FIJ0140_000000006293	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1649.0	70.042	38.0	0.0005452478233868545	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	True
DEN0071_000000034508	1280	0.5233836655143008	2	1	1	1	1	True	81611	fragment	False	ISR0088_000000018516	0.9496186447930134		0	0	False	False	0.984375	0					non-mobilizable	no_good_hit	991.0	86.882	89.0	0.0003308720447454793	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0006_000000035560	1143	0.5233836655143008	1	1	1	1	1	True	51640	fragment	False	FIJ0006_000000035560	0.9862222222222223		0	0	False	False	0.9991251230239868	0					non-mobilizable	no_good_hit	974.0	87.37200000000001	88.0	0.0003251499442768393	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CHI0061_000000000323	11843	0.5233836567358904	8	8	8	7	8	True	85677	maximal	True	CHI0061_000000000323	1.0		1	1	False	False	0.9996622204780579	0					non-mobilizable	no_good_hit	3398.0	74.89699999999999	30.0	0.0014791602368059258	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
FIJ0003_000000009433	2578	0.5233832556090524	4	3	1	3	1	False	52199	fragment	False	FIJ0003_000000009433	1.0		0	0	False	False	0.9961210489273071	0					non-mobilizable	other	2580.0	98.915	100.0	0.017991109126056403	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	False
ISR0057_000000016269	1377	0.5233806305063751	3	3	3	2	2	False	35566	maximal	True	ISR0057_000000016269	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	100.0	68.0	0.0003733318769586168	CP015901.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM3, complete genome	True	False
FIJ0066_000000007134	4293	0.5233783087651884	7	6	5	5	4	False	95918	maximal	True	FIJ0066_000000007134	1.0		0	0	False	False	0.9995341300964355	0					non-mobilizable	no_good_hit	845.0	75.62100000000001	19.0	0.0002505675415047665	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0045_000000006671	1924	0.5233731480958399	4	3	0	3	0	False	64479	maximal	True	ENG0045_000000006671	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000009191	2914	0.523371666689033	4	4	4	4	2	False	111391	fragment	False	CAN0004_000000009191	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1296.0	97.762	79.0	0.00019196464174357853	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	True
ENG0169_000000008394	2757	0.5233691686896428	5	4	2	4	3	True	124291	fragment	False	AUS0022_000000012105	0.754745259643596		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2772.0	87.807	100.0	0.0006565422977553672	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
ISR0068_000000006451	3125	0.5233668938392751	2	2	2	1	1	False	35032	maximal	True	ISR0068_000000006451	1.0		1	1	False	False	0.997759997844696	0					non-mobilizable	no_good_hit	2520.0	95.397	85.0	0.0011462846810296715	NC_009785.1	firmicutes	Streptococcus gordonii str. Challis substr. CH1, complete sequence	True	False
ISR0821_000000014850	2052	0.5233657111022171	4	1	1	1	1	False	21235	maximal	True	ISR0821_000000014850	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0028_000000000494	39868	0.5233654619630074	50	20	12	18	11	False	105652	fragment	False	FIJ0028_000000000494	1.0		0	0	False	False	0.9987207651138306	0					non-mobilizable	no_good_hit	2383.0	98.615	6.0	0.010654905416467242	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0073_01_000000003035	6922	0.5233622086193579	6	5	4	4	3	True	715	maximal	True	USA0073_01_000000003035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0312_000000004283	3684	0.5233620804842772	4	3	2	3	1	False	54213	maximal	True	ISR0312_000000004283	1.0		286	13	False	False	0.9861563444137573	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000021131	1472	0.5233582971678578	3	2	2	2	2	False	85568	fragment	False	CHI0062_000000008723	0.9531637717121588		0	0	False	False	1.0	0					non-mobilizable	other	1479.0	81.744	100.0	0.04088321066518539	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
USA0045_01_000000006199	2264	0.5233562370736716	4	4	3	4	3	False	108264	fragment	False	ISR0819_000000009159	0.53045049526196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1583.0	83.196	69.0	0.000548287655475975	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0117_000000001106	15709	0.5233555603925909	15	11	7	8	9	False	129210	maximal	True	ENG0117_000000001106	1.0		2	2	False	False	0.9999363422393799	0					non-mobilizable	no_good_hit	8232.0	99.927	71.0	0.002018059313928483	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AUS0020_000000015181	1752	0.5233504357677286	3	3	3	3	2	False	99553	maximal	True	AUS0020_000000015181	1.0		4	1	False	False	0.9771689772605896	0					non-mobilizable	no_good_hit	1433.0	85.973	82.0	0.022810233521957442	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0041_000000020642	1808	0.5233422858987912	3	3	3	3	2	False	49280	fragment	False	FIJ0041_000000020642	1.0		0	0	False	False	0.9983407258987427	0					non-mobilizable	other	1810.0	84.917	100.0	0.011046078275638754	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0799_000000003998	3563	0.523342171428701	7	4	3	3	1	False	21904	maximal	True	ISR0799_000000003998	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	386.0	88.601	11.0	0.022842186663494142	NZ_LNAM01000189.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf62, whole genome shotgun sequence	True	False
MON0090_000000004501	10368	0.5233421545297439	19	9	7	8	8	False	9578	maximal	True	MON0090_000000004501	1.0		2	1	False	False	0.9991319179534912	0					non-mobilizable	no_good_hit								True	False
DEN0067_000000015961	2105	0.5233412442306803	2	2	2	2	2	False	70839	maximal	True	DEN0067_000000015961	1.0		7	6	False	False	0.997149646282196	0					non-mobilizable	no_good_hit								True	False
FIJ0038_000000021787	1625	0.5233371026562216	2	2	2	2	2	False	47631	fragment	False	FIJ0038_000000021787	1.0		0	0	False	False	0.9926154017448425	0					non-mobilizable	no_good_hit	687.0	75.983	41.0	0.00923186014481884	NZ_PPTT01000021.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_21, whole genome shotgun sequence	True	False
MON0060_000000037498	1153	0.5233348432652699	2	2	2	2	2	False	10856	maximal	True	MON0060_000000037498	1.0		364	13	False	False	0.9722462892532349	0					non-mobilizable	other	1153.0	98.179	100.0	0.038662907772855415	NZ_JAAIPV010000047.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_47_length_29796_cov_89.5251, whole genome shotgun sequence	False	False
AUS0010_000000006670	3445	0.5233346819120605	5	4	3	4	4	False	101575	maximal	True	AUS0010_000000006670	1.0		33	7	True	True	1.0	28					non-mobilizable	no_good_hit	2923.0	99.96600000000001	85.0	0.0007900673233616851	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0009_000000001322	19386	0.5233330308061579	20	8	4	6	1	True	79224	fragment	False	MON0092_000000001413	0.9132557497780485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	97.29700000000001	1.0	2.4887711172229295e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0160_000000001113	17499	0.5233330308061579	17	8	4	6	1	True	132158	maximal	True	ISR0160_000000001113	1.0		5	5	False	False	0.9995999932289124	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
SPA0098_000000011607	3028	0.5233281076941756	4	4	4	4	3	False	122297	maximal	True	SPA0098_000000011607	1.0		206	14	False	False	0.9990092515945435	0					non-mobilizable	no_good_hit	154.0	78.571	5.0	0.0003157523263516986	NZ_WNZY01000001.1	firmicutes	Paenibacillus timonensis strain 12ME58 NODE_1_length_484557_cov_70.3501, whole genome shotgun sequence	True	False
ISR0797_000000006993	1604	0.5233276748145967	3	3	3	1	1	False	21935	maximal	True	ISR0797_000000006993	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	80.417	15.0	4.710257303792835e-05	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
DEN0045_000000009424	3767	0.5233274506292378	4	4	3	2	3	False	72964	maximal	True	DEN0045_000000009424	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	911.0	96.15799999999999	30.0	0.00039894363233354844	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0074_000000010922	2950	0.5233252666085201	4	4	3	3	2	False	113397	maximal	True	FIJ0074_000000010922	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1686.0	96.02600000000001	81.0	0.0004715989667924357	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0070_000000007166	1702	0.5233238933456258	2	2	2	2	2	False	85005	fragment	False	CHI0070_000000007166	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	74.933	22.0	0.6845018450184502	NZ_JAAITI010000099.1	firmicutes	Blautia luti strain MSK.16.34 NODE_106_length_542_cov_330.296, whole genome shotgun sequence	True	False
DEN0024_000000001251	4108	0.5233230049018164	9	8	3	4	6	False	84676	maximal	True	DEN0024_000000001251	1.0		134	12	False	False	1.0	0					non-mobilizable	chromosome	4099.0	96.536	99.0	0.0013924959487474503	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0011_000000003381	1875	0.5233228162207386	2	2	2	1	1	False	111778	fragment	False	CHI0011_000000003381	0.9466101694915254		0	0	False	False	0.9989333152770996	0					non-mobilizable	other	1875.0	99.89299999999999	100.0	0.0003802696464872135	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
ISR0362_000000015735	1320	0.5233214915842851	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.03444840543197696		0	0	False	False	1.0	0					non-mobilizable	other	852.0	96.831	94.0	0.001779452447217593	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0179_000000007349	3371	0.5233200925682241	4	3	2	3	2	False	34907	maximal	True	ISR0179_000000007349	1.0		5	2	False	False	0.9952536225318909	0					non-mobilizable	no_good_hit	1388.0	81.196	41.0	0.00542372613540749	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0219_000000007399	4276	0.5233171762745926	3	2	2	2	2	True	128017	maximal	True	ISR0219_000000007399	1.0		329	9	False	False	1.0	0					non-mobilizable	other	2253.0	98.09100000000001	100.0	0.14136783269484393	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	True
AST0005_000000018625	1470	0.5233171762745926	2	2	2	2	2	True	128012	fragment	False	AST0005_000000018625	0.9807986364068929		0	0	False	False	0.9993197321891785	0					non-mobilizable	other	1470.0	99.932	100.0	0.09225648433084217	NZ_JAAIUL010000038.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_38_length_15923_cov_431.902, whole genome shotgun sequence	False	True
ENG0177_000000014504	1851	0.5233145651802933	2	2	2	2	2	False	55524	maximal	True	ENG0177_000000014504	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1171.0	73.1	62.0	0.000301039755094842	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	False
ISR0778_000000008335	1657	0.5233136028349276	2	2	2	2	2	False	22367	fragment	False	ISR0778_000000008335	1.0		0	0	False	False	0.9879299998283386	0					non-mobilizable	other	1586.0	100.0	96.0	0.008876220130259231	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0083_01_000000020332	1330	0.5233128561985304	2	2	2	2	2	False	111252	fragment	False	USA0072_01_000000011979	0.4831887201735358		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	86.76700000000001	100.0	0.01794272907694177	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
MAD0006_000000000291	14673	0.52331103844044	14	10	8	9	9	False	68402	maximal	True	MAD0006_000000000291	0.972972972972973		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	95.905	15.0	0.00035772124365351563	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0100_000000014768	1168	0.5233091727207555	2	2	2	2	2	False	67303	maximal	False	ISR0300_000000008601	0.6420047732696897		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	99.65799999999999	100.0	0.0003746643431270443	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0027_000000004971	2351	0.5233073345463577	3	3	3	3	1	False	19054	maximal	True	MAD0027_000000004971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	73.98899999999999	24.0	0.00014021494626343414	CP011265.1	verrucomicrobia	Verrucomicrobia bacterium IMCC26134, complete genome	True	False
ENG0090_000000016523	1490	0.5233069633242599	3	2	2	1	1	False	61229	maximal	True	ENG0090_000000016523	1.0		22	7	False	False	0.9973154067993164	0					non-mobilizable	no_good_hit								True	False
USA0020_01_000000011500	3052	0.5233009773490801	5	3	2	2	3	False	13106	fragment	False	USA0020_01_000000011500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000021717	1435	0.5232983432508044	3	1	1	1	1	False	55967	maximal	True	ENG0168_000000021717	1.0		2	2	False	False	0.998606264591217	0					non-mobilizable	no_good_hit								True	False
CHI0036_000000007130	1409	0.5232983432508044	2	1	1	1	1	False	88052	maximal	True	CHI0036_000000007130	1.0		133	10	False	False	0.9865152835845947	0					non-mobilizable	chromosome	1393.0	91.098	99.0	0.0004901395150900512	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0098_000000025005	1797	0.5232916067661738	4	2	1	2	1	True	15305	fragment	False	MAD0098_000000025005	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	90.21700000000001	78.0	0.014620919434303336	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
AST0059_000000013508	1178	0.5232910195550389	2	1	1	1	1	False	112561	maximal	True	AST0059_000000013508	1.0		3	2	False	False	0.9804753661155701	0					non-mobilizable	no_good_hit	474.0	76.582	40.0	0.0015042893456504501	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0847_000000014677	1942	0.5232830546164893	3	2	1	1	2	False	111166	maximal	True	ISR0847_000000014677	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1627.0	93.36200000000001	84.0	0.005334768186933427	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
ENG0038_000000014928	1693	0.5232830546164893	2	2	1	1	2	False	111180	maximal	False	ISR0205_000000009146	0.9463215258855586		0	0	False	False	0.9875959753990173	0					non-mobilizable	no_good_hit	1214.0	89.786	80.0	0.003956783784404497	NZ_FQVD01000002.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
SPA0044_000000019283	1451	0.5232830546164893	2	2	1	1	2	False	111163	fragment	False	SPA0044_000000019283	0.9353571428571428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	91.125	81.0	0.0016634415231630416	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
USA0045_01_000000010331	1400	0.5232830546164893	2	2	1	1	2	False	111163	fragment	False	SPA0044_000000019283	0.9186767746381805		0	0	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit	957.0	93.835	80.0	0.001457418949193307	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0072_000000021960	1346	0.523282302969008	2	2	2	2	1	True	38516	maximal	False	ISR0005_000000011311	0.9258181818181819		0	0	False	False	0.9836552739143372	0					non-mobilizable	other	1347.0	93.39299999999999	100.0	0.004329701105763814	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0005_000000002606	10898	0.5232795240978511	10	6	4	6	1	True	103120	maximal	True	SPA0005_000000002606	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0089_000000022539	1388	0.5232773993679982	2	2	2	1	1	False	33715	fragment	False	ISR0089_000000022539	0.9785067873303168		0	0	False	False	0.9985590577125549	0					non-mobilizable	chromosome	1271.0	81.98299999999999	99.0	0.00036135072615785057	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	False	False
MAD0044_000000021853	1138	0.5232767609835755	3	2	2	2	1	True	17930	maximal	True	MAD0044_000000021853	1.0		3	1	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit	40.0	92.5	4.0	0.0004979528604625429	NC_009959.1	a-proteobacteria	Dinoroseobacter shibae DFL 12 = DSM 16493 plasmid pDSHI05, complete sequence	True	True
MAD0082_000000003054	2680	0.5232747405298454	3	3	0	3	1	False	16127	fragment	False	MAD0082_000000003054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1486.0	76.11	55.0	0.022442887414350455	NZ_KI912454.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00019.19, whole genome shotgun sequence	True	False
SPA0057_000000017198	1879	0.5232701398398385	3	3	2	2	3	False	91198	fragment	False	CHI0170_000000004810	0.7830809522596033		0	0	False	False	0.9989355802536011	0					non-mobilizable	plasmid	1879.0	99.46799999999999	100.0	0.0606275826446281	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
AST0089_000000021309	1141	0.5232673405625816	3	2	2	2	1	False	109974	maximal	True	AST0089_000000021309	1.0		17	7	False	False	0.9886065125465393	0					non-mobilizable	no_good_hit	118.0	77.119	10.0	2.3593396289735042e-05	NZ_CP010951.1	b-proteobacteria	Ramlibacter tataouinensis strain 5-10 chromosome, complete genome	True	False
ISR0089_000000017167	1741	0.5232656049043402	3	2	2	2	2	False	79662	fragment	False	CHI0147_000000009965	0.5816555147661502		0	0	False	False	0.9994255900382996	0					non-mobilizable	other	1741.0	99.13799999999999	100.0	0.00673888374650953	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0041_000000034009	1131	0.5232654820293705	1	1	1	1	1	False	18191	fragment	False	MAD0041_000000034009	1.0		0	0	False	False	0.9690539240837097	0					non-mobilizable	no_good_hit								True	False
FIJ0050_000000020729	1247	0.5232605439281277	2	2	2	2	1	False	46570	maximal	True	FIJ0050_000000020729	1.0		47	11	False	False	0.9967923164367676	0					non-mobilizable	no_good_hit	976.0	93.852	78.0	0.02421758569299553	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0139_000000015874	1694	0.5232532257585857	2	2	2	2	1	False	31299	fragment	False	ISR0139_000000015874	1.0		0	0	False	False	0.9811097979545593	0					non-mobilizable	no_good_hit	119.0	76.471	7.0	0.0036445458578944034	NZ_MCGG01000026.1	a-proteobacteria	Magnetovibrio blakemorei strain MV-1 Q32, whole genome shotgun sequence	True	False
MON0005_000000042550	1287	0.5232499107345663	1	1	1	1	1	False	77604	fragment	False	MON0079_000000014659	0.5719003897672377		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	99.92200000000001	100.0	0.013759602833237038	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0086_000000019381	1276	0.5232499107345663	1	1	1	1	1	False	61420	fragment	False	MON0080_000000039846	0.6354137717610189		0	0	False	False	0.972570538520813	0					non-mobilizable	other	1264.0	99.525	99.0	0.005156996447674656	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0149_000000015999	1127	0.523247515570982	3	3	3	2	3	False	57183	maximal	True	ENG0149_000000015999	1.0		28	5	False	False	0.9991126656532288	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000001712	16657	0.523246987074955	19	9	5	8	4	True	31729	maximal	True	MAD0098_000000001712	1.0		7	3	False	False	0.9999399781227112	0					non-mobilizable	no_good_hit	6613.0	98.291	40.0	0.3435519068897433	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	True	True
SPA0034_000000013725	2644	0.5232349043652311	4	3	3	3	2	True	127809	maximal	True	SPA0034_000000013725	0.9969001597427978		337	13	False	False	0.9867624640464783	0					non-mobilizable	no_good_hit	257.0	73.152	9.0	4.2985626228068265e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	True
MAD0098_000000034875	1314	0.5232327666670885	2	2	2	2	2	False	15276	maximal	False	MON0041_000000051262	0.9844789356984479		0	0	False	False	0.9901065230369568	0					non-mobilizable	no_good_hit	261.0	73.563	19.0	6.429237133046228e-05	NZ_CP017940.1	a-proteobacteria	Phyllobacterium zundukense strain Tri-48 chromosome, complete genome	True	False
AST0006_000000005584	2461	0.5232302534915467	3	3	3	2	2	False	127560	maximal	True	AST0006_000000005584	1.0		20	5	False	False	0.9975619912147522	0					non-mobilizable	other	2458.0	83.80799999999999	99.0	0.0009210987213560994	NZ_FORW01000001.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	False	False
SPA0114_000000021071	2213	0.5232294929768347	3	3	3	3	2	False	4445	maximal	True	SPA0114_000000021071	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	99.78299999999999	21.0	0.0002016638141466289	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0069_000000040982	1293	0.5232290336989007	3	3	2	3	1	False	10469	maximal	True	MON0069_000000040982	1.0		28	8	False	False	0.9976798295974731	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000026147	1206	0.5232290336989007	3	3	2	3	1	False	56996	fragment	False	MON0015_000000030573	0.9401616954904751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	7.098529362179391e-06	NZ_NDXL01000001.1	high GC Gram+	Streptomyces kasugaensis strain BCRC 12349 scaffold1, whole genome shotgun sequence	True	False
ISR0849_000000003556	6609	0.523226616247321	5	4	2	4	3	False	96091	maximal	True	ISR0849_000000003556	1.0		5	4	False	False	0.9998486638069153	0					non-mobilizable	no_good_hit	452.0	74.558	7.0	0.0001275797073487053	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0021_000000000720	11979	0.5232216219321799	15	6	4	4	2	True	89323	maximal	True	CHI0021_000000000720	1.0		2	2	False	False	0.9965773224830627	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0003523562190872669	NZ_QRHR01000011.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf11, whole genome shotgun sequence	True	True
FIJ0159_000000005100	4287	0.5232210498755248	5	5	4	5	3	False	113457	maximal	True	FIJ0159_000000005100	1.0		1	1	False	False	0.9983671307563782	0					non-mobilizable	no_good_hit	1462.0	70.93	34.0	0.0004899008451553458	CP017039.1	GNS bacteria	Anaerolineaceae bacterium oral taxon 439 strain W11661, complete genome	True	False
FIJ0074_000000005788	5416	0.5232202279087579	6	6	5	5	5	False	44671	maximal	True	FIJ0074_000000005788	1.0		133	10	False	False	0.9996307492256165	0					non-mobilizable	no_good_hit	946.0	77.59	17.0	0.0002624838617390146	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0187_000000027365	1121	0.5232201847168373	2	2	2	2	1	False	54938	fragment	False	ENG0187_000000027365	1.0		0	0	False	False	0.9839429259300232	0					non-mobilizable	no_good_hit	849.0	90.22399999999999	76.0	0.00023775304821328303	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0105_000000010080	2176	0.5232199544220622	3	3	3	3	2	False	60164	maximal	False	FIJ0017_000000012147	0.9596843003412969		0	0	False	False	1.0	0					non-mobilizable	other	2176.0	99.265	100.0	0.0008602342764005899	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
AST0002_000000010839	3280	0.5232142727002097	7	2	2	2	2	False	132095	maximal	True	AST0002_000000010839	1.0		1	1	False	False	0.9993902444839478	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	3.785331617316333e-05	LR215010.1	mycoplasmas	Mycoplasma canis strain NCTC10146 genome assembly, chromosome: 1	True	False
ISR0082_000000020794	1575	0.5232128024129679	2	2	2	2	2	False	56510	fragment	False	ISR0038_000000016691	0.670921610046486		0	0	False	False	0.9993650913238525	0					non-mobilizable	no_good_hit								True	False
ISR0801_000000002777	2389	0.5232127130764517	4	2	2	2	2	False	96419	fragment	False	ISR0801_000000002777	1.0		0	0	False	False	0.9983256459236145	0					non-mobilizable	other	2394.0	94.695	100.0	0.023830432699984035	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	False
SPA0133_000000013910	1422	0.5232126658897633	2	2	2	2	1	False	3685	maximal	True	SPA0133_000000013910	1.0		2	1	False	False	0.9915611743927002	0					non-mobilizable	other	1423.0	99.368	100.0	0.002063312647003771	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	False	False
MAD0001_000000013541	1915	0.5232125621751188	2	1	0	1	1	False	52150	maximal	False	MAD0097_000000022158	0.9752194114610222		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	188.0	95.213	31.0	4.98835738726379e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0049_000000025525	1147	0.5232109975456252	2	2	2	1	1	False	35944	fragment	False	ISR0049_000000025525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0002_000000006276	3880	0.5232054306195016	4	4	4	4	4	True	63385	maximal	True	SPA0002_000000006276	1.0		1	1	False	False	0.9997422695159912	0					non-mobilizable	no_good_hit	2201.0	99.727	89.0	0.034598319645048614	KX274135.1	firmicutes	Staphylococcus arlettae strain SA-01 plasmid pSA-01, complete sequence	True	True
ENG0108_000000004370	5601	0.5232045248755346	8	6	4	5	3	False	67915	fragment	False	ENG0108_000000004370	1.0		0	0	False	False	0.9996429085731506	0					non-mobilizable	other	5607.0	98.698	100.0	0.032674900477358965	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
MAD0111_000000004034	4198	0.5232021827253174	4	4	2	4	4	False	14525	fragment	False	MAD0111_000000004034	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4198.0	100.0	100.0	0.03753286473144819	CP026941.2	enterobacteria	Escherichia coli strain CFS3313 plasmid pCFS3313-2, complete sequence	False	True
ENG0147_000000003724	3697	0.5231998844276553	6	5	2	2	4	False	89380	fragment	False	ENG0147_000000003724	0.9823562100583495		0	0	False	True	1.0	0					non-mobilizable	other	3264.0	96.906	100.0	0.0011075577909046403	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0007_000000006647	3599	0.5231998844276553	6	5	2	2	4	False	89380	fragment	False	ENG0147_000000003724	0.969840411144171		0	0	False	True	0.9991664290428162	0					non-mobilizable	other	3052.0	96.92	97.0	0.0010362120436377769	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0086_000000010657	2394	0.5231976319593014	2	2	2	1	1	False	61435	fragment	False	ENG0086_000000010657	0.9713292788879235		0	0	False	False	1.0	0					non-mobilizable	other	2394.0	96.65799999999999	100.0	0.00041769322675435955	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0227_000000013601	1938	0.5231953422843091	3	3	2	2	2	False	77928	maximal	True	ISR0227_000000013601	1.0		765	14	False	False	0.9891641139984131	0					non-mobilizable	other	1938.0	99.17399999999999	100.0	0.0005787827684172355	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MON0045_000000001603	14062	0.5231905434913148	12	12	7	8	9	False	106662	fragment	False	CAN0010_000000001130	0.9855364440249728		0	0	False	False	0.9974399209022522	0					non-mobilizable	chromosome	14020.0	99.708	99.0	0.003918782163081627	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0002_000000003311	9921	0.5231897166925475	5	3	3	3	3	False	53567	maximal	True	FIJ0002_000000003311	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	78.4	8.0	0.019846895378508648	NZ_KB291014.1	CFB group bacteria	Prevotella saccharolytica F0055 Scfld750, whole genome shotgun sequence	True	False
FIJ0040_000000006439	3851	0.5231889703624487	4	3	3	2	2	False	47512	maximal	True	FIJ0040_000000006439	1.0		14	2	False	False	0.9984419345855713	0					non-mobilizable	other	3866.0	94.93	100.0	0.01108453617765263	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
AUS0024_000000008380	3829	0.523179358132046	4	3	2	3	2	False	98978	maximal	True	AUS0024_000000008380	1.0		7	3	False	False	0.996604859828949	0					non-mobilizable	no_good_hit	329.0	73.556	8.0	0.0001223455387573189	NZ_LT594785.1	firmicutes	Clostridium mediterraneense strain Marseille-P2434T, whole genome shotgun sequence	True	False
CHI0058_000000005079	3628	0.5231762586010373	2	2	2	2	2	False	85924	maximal	True	CHI0058_000000005079	1.0		115	12	False	False	1.0	0					non-mobilizable	chromosome	3628.0	99.20100000000001	100.0	0.0006268838273824308	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
ENG0113_000000006021	4588	0.5231758087936785	3	2	1	2	2	True	101024	maximal	True	ENG0113_000000006021	1.0		10	5	False	False	0.9945510029792786	0					non-mobilizable	chromosome	4589.0	99.542	100.0	0.0009314970037996876	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	True
ENG0151_000000006229	3786	0.5231758087936785	3	2	1	2	2	True	101033	maximal	True	ENG0151_000000006229	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	3385.0	93.56	89.0	0.0006852228395431442	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ISR0786_000000003820	4794	0.5231735918345825	6	4	1	3	4	False	107730	fragment	False	ISR0786_000000003820	0.9840893703452945		0	0	False	False	0.9979140758514404	0					non-mobilizable	no_good_hit	2100.0	81.286	45.0	0.10414774447471996	NZ_CBVI010000058.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
SPA0130_000000019297	1718	0.5231714436547683	2	2	2	2	1	False	3801	maximal	True	SPA0130_000000019297	1.0		4	3	False	False	0.99068683385849	0					non-mobilizable	no_good_hit								True	False
SPA0032_000000024596	1219	0.5231706866104628	2	2	1	2	2	False	7226	fragment	False	SPA0032_000000024596	1.0		0	0	False	False	0.9671862125396729	0					non-mobilizable	no_good_hit								True	False
ISR0174_000000015254	1601	0.5231685797223237	3	2	2	2	1	True	103373	maximal	True	ISR0174_000000015254	1.0		72	8	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	86.655	88.0	0.017554331190694827	NZ_FNRI01000013.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	True
MON0064_000000020312	1423	0.5231675215983881	2	1	1	1	1	False	76639	fragment	False	ISR0776_000000016142	0.9790795707915273		0	0	False	False	0.9992972612380981	0					non-mobilizable	no_good_hit	73.0	87.671	5.0	0.00013738044515134102	CP021372.1	a-proteobacteria	Rhizobium sp. ACO-34A plasmid pRACO34Ad, complete sequence	True	False
MON0061_000000028149	1621	0.5231674894490647	2	2	1	1	2	False	39887	fragment	False	MON0061_000000028149	0.9671419714817111		0	0	False	False	1.0	0					non-mobilizable	other	1562.0	98.72	96.0	0.005550893263541193	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
MON0099_000000021932	1613	0.5231674894490647	2	2	1	1	2	False	39887	fragment	False	MON0061_000000028149	0.9648365206662555		0	0	False	False	0.9776813387870789	0					non-mobilizable	other	1600.0	99.25	99.0	0.005686020710059172	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ENG0097_000000002180	12534	0.5231617077347989	13	11	6	7	8	True	76560	fragment	False	ENG0132_000000001219	0.13534620334620334		0	0	False	False	0.9998404383659363	0					non-mobilizable	other	12535.0	98.803	99.0	0.004257642403563482	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0049_000000010189	2874	0.5231591687903543	5	5	5	3	2	False	35994	maximal	True	ISR0049_000000010189	1.0		3	2	True	True	0.9986082315444946	4					non-mobilizable	no_good_hit	1305.0	80.843	61.0	0.0019362870084290728	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	True
DEN0085_000000020138	1398	0.5231566055043168	1	1	1	1	1	False	68951	maximal	True	DEN0085_000000020138	1.0		3	2	False	False	0.9921315908432007	0					non-mobilizable	other	1270.0	85.59100000000001	91.0	0.009149137439252471	NZ_QSBM01000020.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf20, whole genome shotgun sequence	False	False
MON0081_000000014733	3837	0.5231458836531779	7	3	3	2	0	False	9990	maximal	True	MON0081_000000014733	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	99.65799999999999	57.0	0.00023405036474633787	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
MON0105_000000022159	2454	0.5231451400840764	4	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.3880484307740992		0	0	False	False	0.9934800267219543	0					non-mobilizable	other	2383.0	92.78200000000001	97.0	0.001781896738409616	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
FIJ0063_000000011257	2366	0.5231451400840764	4	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.39003906002955646		0	0	False	False	1.0	0					non-mobilizable	other	2367.0	99.662	100.0	0.0006296754935673831	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
SPA0124_000000012791	2286	0.5231451400840764	3	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.3550918846020325		0	0	False	False	1.0	0					non-mobilizable	other	2149.0	95.25399999999999	99.0	0.007196849073996481	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
CHI0038_000000005354	2212	0.5231451400840764	3	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.3515297532175507		0	0	False	False	0.9986437559127808	0					non-mobilizable	other	2211.0	95.568	99.0	0.0003054527960556591	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
ISR0359_000000022919	1219	0.5231420723593103	1	1	1	1	1	False	66037	fragment	False	ENG0026_000000009412	0.6924732178120063		0	0	False	False	0.9991796612739563	0					non-mobilizable	no_good_hit	63.0	100.0	5.0	0.01337071382359284	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	False
USA0047_01_000000000224	48407	0.5231411100229559	53	31	12	24	19	True	100682	maximal	False	USA0108_01_000000000173	0.9798507906902915	PS581|PS582	0	0	False	True	0.9998553991317749	0					non-mobilizable	no_good_hit	20874.0	97.921	58.0	0.3352845633050834	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	True
CHI0167_000000004664	3884	0.5231407432958148	4	3	3	3	3	False	78202	maximal	True	CHI0167_000000004664	1.0		41	9	False	False	0.9956230521202087	0					non-mobilizable	no_good_hit	3008.0	81.516	77.0	0.0068017657864159475	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0142_000000002099	1515	0.5231384112025892	2	2	2	2	2	False	31176	maximal	True	ISR0142_000000002099	1.0		26	4	False	False	0.9914191365242004	0					non-mobilizable	no_good_hit	651.0	77.57300000000001	43.0	0.00017365316959911845	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
USA0087_01_000000000762	11978	0.5231350061165535	13	10	4	5	8	False	118434	maximal	True	USA0087_01_000000000762	1.0		12	3	False	False	0.9996660351753235	0					non-mobilizable	no_good_hit	6462.0	96.905	69.0	0.0389677793133415	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
MAD0017_000000002853	1528	0.5231345856740832	2	2	2	2	1	False	19371	maximal	True	MAD0017_000000002853	1.0		5	1	False	False	0.9986910820007324	0					non-mobilizable	no_good_hit	993.0	98.087	65.0	0.00022001839105341347	CP057804.1	enterobacteria	Escherichia coli strain RHB14-C20 chromosome, complete genome	True	False
CHI0164_000000008912	2586	0.5231319902804611	4	4	4	4	2	False	78405	maximal	True	CHI0164_000000008912	1.0		10	6	False	False	0.9752513766288757	0					non-mobilizable	no_good_hit	832.0	99.88	32.0	0.009097079301134124	NZ_PYLQ01000009.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_8, whole genome shotgun sequence	True	False
AST0094_000000007952	2736	0.523131957127412	4	2	2	2	2	False	109302	fragment	False	AST0094_000000007952	1.0		0	0	False	False	0.9901315569877625	0					non-mobilizable	chromosome	2739.0	98.613	100.0	0.003756065984720109	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ENG0185_000000004154	5752	0.5231283126733464	6	5	5	5	5	False	61568	maximal	True	ENG0185_000000004154	1.0		22	5	False	False	0.9998261332511902	0					non-mobilizable	no_good_hit	3118.0	74.535	53.0	0.001046680798342584	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0028_000000001639	11588	0.5231277625262025	22	7	3	2	6	False	105299	maximal	True	DEN0028_000000001639	1.0		3	3	False	False	0.9999136924743652	0					non-mobilizable	no_good_hit	863.0	86.79	26.0	0.00012034525528237277	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
MAD0088_000000000736	15493	0.5231271469989855	20	7	3	7	4	True	74832	fragment	False	MAD0088_000000000736	1.0		0	0	False	False	0.9998708963394165	0					non-mobilizable	no_good_hit								True	True
DEN0011_000000008932	4457	0.5231222042721961	5	4	4	4	3	False	75774	maximal	True	DEN0011_000000008932	0.9995487364620939		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	99.34299999999999	89.0	0.000368247273198594	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
AST0005_000000009154	3156	0.523121889939632	4	3	3	3	3	False	128540	maximal	True	AST0005_000000009154	1.0		79	7	False	False	0.9971482753753662	0					non-mobilizable	no_good_hit	1871.0	94.816	59.0	0.0005304820987180253	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0036_01_000000011979	3004	0.5231207765764497	5	2	0	1	1	False	31570	fragment	False	USA0036_01_000000011979	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	94.215	4.0	0.0019022557582867017	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
FIJ0062_000000018960	1551	0.5231201309942316	3	3	2	3	2	False	48213	maximal	True	FIJ0062_000000018960	1.0		35	7	False	False	0.9767891764640808	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	4.0	2.3486452167337506e-05	NZ_BCUP01000001.1	g-proteobacteria	Vibrio halioticoli strain IAM 14596, whole genome shotgun sequence	True	False
ISR0234_000000008867	1554	0.5231131192015479	2	2	0	2	0	True	27355	maximal	True	ISR0234_000000008867	1.0		4	2	False	False	0.977477490901947	0					non-mobilizable	no_good_hit	1345.0	89.368	86.0	0.01277666091828082	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
FIJ0010_000000013764	1391	0.5231131192015479	2	2	0	2	0	True	51056	fragment	False	FIJ0010_000000013764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	89.889	77.0	0.010232761988242804	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
ISR0067_000000022390	1378	0.5231130529401744	3	1	1	1	1	False	112642	fragment	False	ISR0204_000000007061	0.19009247027741086		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	99.927	100.0	0.010036735764891105	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	False	False
ISR0187_000000002071	10924	0.5231120960443368	11	7	6	5	6	False	128559	fragment	False	ISR0187_000000002071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6465.0	99.211	65.0	0.002175071366373639	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0132_01_000000008560	1862	0.5231099346498728	2	2	2	2	1	False	75	maximal	True	USA0132_01_000000008560	1.0		20	6	False	False	0.9994629621505737	0					non-mobilizable	no_good_hit								True	False
CAN0008_000000014606	1986	0.5231073970790235	3	3	2	3	2	False	126834	maximal	True	CAN0008_000000014606	1.0		2	1	False	False	0.9984894394874573	0					non-mobilizable	chromosome	1468.0	82.289	98.0	0.0006213228215860155	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
AST0025_000000023238	1628	0.5231068407636432	2	2	2	2	2	False	120098	maximal	True	AST0025_000000023238	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	99.74799999999999	73.0	0.006924327821459588	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
ENG0015_000000012197	1428	0.5231068407636432	2	2	2	2	2	False	87337	fragment	False	ISR0183_000000018719	0.6444439058821226		0	0	False	False	0.9915966391563416	0					non-mobilizable	other	1428.0	99.72	100.0	0.008317353368032687	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
CHI0043_000000007269	1370	0.5231068407636432	2	2	2	2	2	False	87337	fragment	False	ISR0183_000000018719	0.48659077874473233		0	0	False	False	0.9722627997398376	0					non-mobilizable	other	1334.0	99.925	97.0	0.007769468843439083	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0029_000000018432	1348	0.5231068407636432	2	2	2	2	2	False	87337	fragment	False	ISR0183_000000018719	0.4856948618863604		0	0	False	False	0.9925816059112549	0					non-mobilizable	other	1348.0	100.0	100.0	0.007851068666250896	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0019_000000015145	1208	0.5231068407636432	2	2	2	2	2	False	37711	fragment	False	ISR0019_000000015145	1.0		0	0	False	False	0.9908940196037292	0					non-mobilizable	other	1208.0	100.0	100.0	0.007035070438132763	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0286_000000009311	1980	0.5231051163180507	3	3	2	3	1	False	76397	maximal	True	ISR0286_000000009311	1.0		16	4	False	False	0.9924242496490479	0					non-mobilizable	no_good_hit	479.0	99.791	24.0	0.00991474974590861	NC_047911.1	viruses	Faecalibacterium phage FP_Lagaffe, complete genome	True	False
ISR0225_000000010737	1840	0.5231040236343543	4	2	1	2	2	False	27682	fragment	False	ISR0225_000000010737	1.0		0	0	False	False	0.997826099395752	0					non-mobilizable	no_good_hit								True	False
ISR0085_000000009352	2521	0.5231036543946945	4	4	3	3	4	False	70005	maximal	True	ISR0085_000000009352	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	1194.0	98.744	68.0	0.32981969486823853	KX127532.1	bacteria	Uncultured bacterium clone Control_Mom_CH_2 genomic sequence	True	False
ENG0160_000000006623	3258	0.5231012985806127	4	4	2	4	2	False	56481	maximal	True	ENG0160_000000006623	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2423.0	100.0	74.0	0.001000294471493879	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	True	False
MON0105_000000031059	1752	0.5230981806341922	3	3	2	3	2	False	51958	maximal	True	MON0105_000000031059	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	592.0	93.243	57.0	0.0004797973647677732	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0038_000000025558	1353	0.5230981806341922	3	3	2	3	2	False	51957	fragment	False	FIJ0064_000000020816	0.8076478668987234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	95.42299999999999	42.0	0.000460313207822889	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0058_000000004033	6738	0.5230980777157807	8	4	2	2	1	True	114579	fragment	False	ENG0058_000000004033	0.9945635045698078		0	0	False	False	0.9973285794258118	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
DEN0053_000000001158	6346	0.5230980777157807	9	4	2	2	1	True	114579	fragment	False	ENG0058_000000004033	0.965791035915702		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
MON0090_000000005927	8264	0.5230977003798499	7	3	2	2	0	True	26810	maximal	True	MON0090_000000005927	1.0		3	3	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1364.0	79.985	32.0	0.01981620179694256	NZ_JH379439.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld922, whole genome shotgun sequence	True	True
ENG0003_000000006740	3439	0.5230967983649953	4	3	3	3	1	False	67904	maximal	True	ENG0003_000000006740	1.0		22	7	False	False	0.990113377571106	0					non-mobilizable	no_good_hit	493.0	74.645	14.0	0.004711975622340995	NZ_MRAE01000008.1	firmicutes	Clostridium tepidum strain IEH 97212 scaffold_7, whole genome shotgun sequence	True	False
MAD0056_000000010312	1371	0.5230954060161088	2	2	2	1	2	False	37612	fragment	False	ISR0021_000000017157	0.9688841201716738		0	0	False	False	1.0	0					non-mobilizable	chromosome	1371.0	100.0	100.0	0.00021263723250003336	CP050201.1	enterobacteria	Escherichia coli strain RH-024-WU chromosome	False	False
MON0081_000000029175	1859	0.5230946826444752	3	1	0	1	1	False	18025	fragment	False	MON0081_000000029175	0.9727112676056338		0	0	False	False	0.9817106127738953	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.470798236187303e-05	NZ_SHKI01000004.1	high GC Gram+	Leucobacter luti strain RF6 Ga0310581_103, whole genome shotgun sequence	True	False
SPA0111_000000014468	2380	0.5230929989881736	2	2	1	2	1	False	94738	fragment	False	SPA0111_000000014468	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2380.0	100.0	100.0	0.0007181492216880461	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0115_000000014347	2345	0.5230917898933067	3	2	1	2	1	False	32477	maximal	True	ISR0115_000000014347	1.0		17	5	False	False	0.9991471171379089	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	3.309132543994917e-05	NZ_CP024333.1	spirochetes	Borrelia miyamotoi strain Yekat-1 chromosome, complete genome	True	False
ISR0310_000000010109	1711	0.5230912551201634	4	4	4	4	3	False	74149	fragment	False	ISR0310_000000010109	1.0		0	0	False	False	0.9777907729148865	0					non-mobilizable	chromosome	1706.0	99.883	99.0	0.0003316871534550129	CP027675.1	enterobacteria	Escherichia coli strain 88-3510 chromosome, complete genome	False	False
MON0083_000000017767	2114	0.5230858560332639	5	3	3	3	1	True	67764	fragment	False	MON0083_000000017767	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	2.0	0.00029167534748057977	NZ_MCHZ01000027.1	firmicutes	Caminicella sporogenes strain AM 1114 contig_5, whole genome shotgun sequence	True	True
CHI0173_000000009287	1837	0.5230858088600479	2	2	1	2	1	False	125500	fragment	False	CHI0133_000000005744	0.2825491523812674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	3.0	1.9185866277204802e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0136_000000019031	1460	0.5230857016216673	1	1	1	1	1	False	40526	maximal	True	FIJ0136_000000019031	1.0		9	3	False	False	0.9904109835624695	0					non-mobilizable	no_good_hit	999.0	84.785	74.0	0.0003514607322028013	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0086_01_000000010460	1630	0.5230848777149512	2	1	1	1	1	False	41038	maximal	True	USA0086_01_000000010460	1.0		26	8	False	False	0.987730085849762	0					non-mobilizable	other	1632.0	96.75200000000001	100.0	0.00037981546754164205	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0164_000000004247	5395	0.5230842031800854	8	7	6	6	6	False	107558	maximal	True	ISR0164_000000004247	1.0		179	12	False	False	0.9992585778236389	0					non-mobilizable	no_good_hit	2450.0	87.837	63.0	0.0008487478964297516	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0105_000000035265	1135	0.5230777643501968	1	1	1	1	1	False	14759	maximal	True	MAD0105_000000035265	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	74.087	50.0	0.00018359199189216317	AP017630.1	firmicutes	Clostridium perfringens DNA, complete genome, strain: CBA7123	True	False
SPA0046_000000005439	4771	0.5230756820648277	7	4	1	3	4	False	6737	maximal	True	SPA0046_000000005439	1.0		1	1	False	False	0.9930832386016846	0					non-mobilizable	chromosome	4648.0	97.052	97.0	0.0010511664191470665	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0053_000000011781	1496	0.5230743645816186	2	2	2	2	1	True	35744	maximal	True	ISR0053_000000011781	1.0		4	3	False	False	0.9959893226623535	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	6.258927353971401e-05	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	True	True
MAD0093_000000005880	4697	0.5230735660767853	6	6	6	5	4	False	15689	maximal	True	MAD0093_000000005880	1.0		631	12	False	False	1.0	0					non-mobilizable	chromosome	3820.0	94.764	99.0	0.0010218202711133311	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0082_000000004700	5541	0.5230733415136914	5	5	5	5	3	False	47384	maximal	True	FIJ0082_000000004700	1.0		2	1	False	False	0.9983757734298706	0					non-mobilizable	no_good_hit	1664.0	80.709	42.0	0.0013476541886878232	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ENG0113_000000021779	1275	0.5230713007442914	2	2	2	2	1	False	59596	maximal	True	ENG0113_000000021779	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	2.725475991194075e-05	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
ISR0051_000000001667	21276	0.5230694088583593	32	30	9	13	24	True	116926	fragment	False	ISR0051_000000001667	1.0		0	0	False	False	0.9998589754104614	0					non-mobilizable	chromosome	19444.0	99.331	98.0	0.0029588248473100265	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	True
MON0087_000000013257	3658	0.5230691228949405	4	4	2	3	3	False	35886	fragment	False	MON0087_000000013257	1.0		0	0	False	False	0.9948059320449829	0					non-mobilizable	no_good_hit	2416.0	83.775	66.0	0.0008108552958208135	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0130_000000004106	5465	0.5230682861188558	4	4	1	4	3	False	46212	maximal	False	FIJ0082_000000004154	0.712246835228715		0	0	False	False	1.0	0					non-mobilizable	chromosome	4207.0	86.499	94.0	0.0011169118920039299	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0116_000000002920	6771	0.523062333853789	7	6	6	5	4	False	41683	maximal	True	FIJ0116_000000002920	1.0		14	4	False	False	0.9971939325332642	0					non-mobilizable	no_good_hit	215.0	98.605	3.0	0.0005193563882054896	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ENG0012_000000014611	1597	0.5230593083530872	3	2	2	2	1	False	67047	maximal	True	ENG0012_000000014611	1.0		64	10	False	False	1.0	0					non-mobilizable	chromosome	1315.0	99.92399999999999	100.0	0.0002972950225482663	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0032_000000032760	1160	0.5230562013524199	4	4	4	4	2	True	48335	maximal	True	FIJ0032_000000032760	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	5.8465541831779154e-06	NZ_KB913013.1	CFB group bacteria	Rudanella lutea DSM 19387 RudluDRAFT_scaffold1.1, whole genome shotgun sequence	True	True
ENG0191_000000024984	1303	0.5230527209823167	3	3	3	3	2	False	87232	fragment	False	ISR0370_000000016697	0.59850862322267		0	0	False	False	0.9930928349494934	0					non-mobilizable	other	1301.0	98.463	99.0	0.0056892778993435445	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0171_000000003189	6417	0.5230455602071425	11	2	2	2	1	True	100493	fragment	False	FIJ0171_000000003189	1.0		0	0	False	False	0.9996883273124695	0					non-mobilizable	no_good_hit								True	True
ISR0020_000000014273	1732	0.5230449694377954	3	1	1	1	1	True	37683	fragment	False	ISR0020_000000014273	1.0		0	0	False	False	0.9867205619812012	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.018946121965660152	XM_023127159.1	eudicots	PREDICTED: Cucurbita maxima UDP-glycosyltransferase 73C1-like (LOC111481626), mRNA	True	True
ENG0113_000000006602	4222	0.5230448791904434	4	4	4	4	4	False	123356	maximal	True	ENG0113_000000006602	1.0		47	6	False	False	1.0	0					non-mobilizable	chromosome	2234.0	99.28399999999999	99.0	0.0008852058827143829	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0080_000000015555	2046	0.5230428877925892	2	2	2	2	1	True	70769	fragment	False	ISR0080_000000015555	1.0		0	0	False	False	0.9970674514770508	0					non-mobilizable	no_good_hit	53.0	100.0	3.0	0.06265060240963856	GQ881812.1		Uncultured organism clone VC1CV35TR genomic sequence	True	True
AST0093_000000004109	4784	0.5230414569849089	8	5	1	3	4	True	123349	maximal	True	AST0093_000000004109	1.0	PS890|PS891	4	2	True	True	1.0	17					non-mobilizable	no_good_hit	1803.0	99.667	71.0	0.5164803668672973	AM183145.1	high GC Gram+	Bifidobacterium longum pNAL8L plasmid	True	True
TAN0023_000000000997	1843	0.5230396498867322	3	3	3	3	1	False	2868	fragment	False	TAN0023_000000000997	1.0		0	0	False	False	0.990233302116394	0					non-mobilizable	no_good_hit	99.0	79.798	5.0	0.0007680190594117601	NZ_QSFT01000008.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf8, whole genome shotgun sequence	True	False
CHI0026_000000000948	9084	0.5230350981242118	6	5	2	2	4	True	88926	maximal	True	CHI0026_000000000948	1.0		18	9	False	False	1.0	0					non-mobilizable	no_good_hit	1531.0	95.689	22.0	0.7456140350877193	KU545979.1	bacteria	Uncultured bacterium clone CH_03C_000_Contig_10 genomic sequence	True	True
ISR0037_000000006543	3241	0.5230331440131407	5	3	2	3	2	False	36709	maximal	True	ISR0037_000000006543	1.0		16	6	False	False	1.0	0					non-mobilizable	other	3240.0	92.25299999999999	99.0	0.02900761988529784	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	False	False
ISR0357_000000008799	2797	0.5230331440131407	4	3	2	3	2	False	23885	fragment	False	ISR0357_000000008799	1.0		0	0	False	False	0.9935645461082458	0					non-mobilizable	other	2800.0	98.464	100.0	0.025112413502185443	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	False	False
MON0074_000000010242	1964	0.5230323560951999	4	2	2	2	1	False	51995	fragment	False	MON0074_000000010242	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1632.0	97.304	83.0	0.0010988062784307699	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
AST0153_000000018975	1762	0.5230297975688987	4	3	2	2	0	True	130848	fragment	False	AST0153_000000018975	0.9371378910776362		0	0	False	False	0.9988649487495422	0					non-mobilizable	chromosome	1766.0	92.29899999999999	99.0	0.0008203564049827674	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ISR0261_000000010862	1704	0.5230297975688987	3	3	2	2	0	True	26686	maximal	True	ISR0261_000000010862	1.0		2	1	False	False	0.9994131326675415	0					non-mobilizable	no_good_hit	64.0	87.5	4.0	1.797265547434041e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0068_000000010296	3067	0.5230265351148778	6	5	3	3	4	True	118526	maximal	True	FIJ0068_000000010296	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2611.0	91.881	85.0	0.03702912483087659	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	True	True
CHI0069_000000007864	1327	0.5230238113277692	2	2	2	2	1	False	85039	fragment	False	CHI0069_000000007864	0.9586771346469622		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	99.774	100.0	0.00024970035016425425	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
AST0059_000000005017	2852	0.5230222534391152	4	4	4	3	4	False	112869	maximal	True	AST0059_000000005017	1.0		47	7	False	False	1.0	0					non-mobilizable	no_good_hit	1532.0	99.804	54.0	0.17028139250361474	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
FIJ0034_000000010391	2685	0.5230221906591496	7	1	1	1	1	True	48153	fragment	False	FIJ0034_000000010391	1.0		0	0	False	False	0.9988827109336853	0					non-mobilizable	no_good_hit	38.0	92.105	1.0	0.0004415169089043221	NZ_JABAGO010000017.1	firmicutes	Aneurinibacillus aneurinilyticus strain WB01_D5_05 Contig_17, whole genome shotgun sequence	True	True
ISR0346_000000023034	1120	0.5230221906591496	3	1	1	1	1	True	41558	fragment	False	FIJ0119_000000015823	0.9995535714285715		0	0	False	False	0.9964285492897034	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	0.0004415169089043221	NZ_JABAGO010000017.1	firmicutes	Aneurinibacillus aneurinilyticus strain WB01_D5_05 Contig_17, whole genome shotgun sequence	True	True
FIJ0119_000000015823	1120	0.5230221906591496	3	1	1	1	1	True	41558	fragment	False	FIJ0119_000000015823	0.9995535714285715		0	0	False	False	0.9946428537368774	0					non-mobilizable	no_good_hit	38.0	92.105	3.0	0.0004415169089043221	NZ_JABAGO010000017.1	firmicutes	Aneurinibacillus aneurinilyticus strain WB01_D5_05 Contig_17, whole genome shotgun sequence	True	True
ISR0099_000000010433	1938	0.5230209064960356	3	3	3	3	3	False	33212	maximal	True	ISR0099_000000010433	1.0		135	9	False	False	0.9994840025901794	0					non-mobilizable	no_good_hit	739.0	80.65	38.0	0.00024351283803690572	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0145_000000006059	5372	0.5230200436521958	4	3	2	2	3	False	31079	maximal	True	ISR0145_000000006059	1.0		255	11	False	False	1.0	0					non-mobilizable	chromosome	3733.0	98.01799999999999	97.0	0.0012019250139322093	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0084_000000012896	1477	0.523017990626283	3	3	3	3	2	False	23181	maximal	True	SPA0084_000000012896	0.9573418984413927		717	13	False	False	0.9898442625999451	0					non-mobilizable	other	1477.0	97.36	100.0	0.005071903510128344	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0164_000000002807	7912	0.5230157533611789	7	7	7	7	7	False	78428	maximal	True	CHI0164_000000002807	1.0		36	6	False	False	0.9970930218696594	0					non-mobilizable	no_good_hit	1688.0	76.066	21.0	0.026950970460064002	NZ_SMMX01000017.1	firmicutes	Extibacter muris strain DSM 28560 NODE_17_length_62187_cov_116.819191, whole genome shotgun sequence	True	False
ISR0230_000000018746	1803	0.5230149709540654	2	2	2	2	2	False	119117	maximal	True	ISR0230_000000018746	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1429.0	99.37	79.0	0.006604934274428544	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0098_000000006673	2624	0.5230148294812289	3	3	2	3	2	False	108212	fragment	False	ISR0098_000000006673	0.9869687249398557		0	0	False	False	0.9923780560493469	0					non-mobilizable	no_good_hit	204.0	75.0	8.0	0.00032043425249898665	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
MON0038_000000024435	1407	0.5230146262384897	2	2	2	1	1	False	11990	fragment	False	MON0038_000000024435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	71.619	42.0	0.0006150600048370821	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0022_000000001383	16936	0.5230131543696573	16	8	7	6	6	False	113047	maximal	True	DEN0022_000000001383	1.0		0	0	False	False	0.9992324113845825	0					non-mobilizable	no_good_hit	1586.0	99.62200000000001	9.0	0.0006671459454363008	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	True	False
MON0104_000000033445	1372	0.5230054501139055	2	2	2	2	1	True	8785	maximal	True	MON0104_000000033445	1.0		13	4	False	False	0.987609326839447	0					non-mobilizable	other	1298.0	94.60700000000001	95.0	0.0050801216720499235	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
DEN0082_000000028414	1490	0.5230040482766646	1	1	1	1	1	False	69196	maximal	True	DEN0082_000000028414	1.0		46	10	False	False	0.9885905981063843	0					non-mobilizable	no_good_hit	56.0	87.5	4.0	1.6450695437917512e-05	NC_015388.1	d-proteobacteria	Desulfobacca acetoxidans DSM 11109, complete sequence	True	False
ENG0041_000000006412	4032	0.5230004417175644	5	5	5	5	5	False	111540	fragment	False	ISR0175_000000006008	0.6906474241499304		0	0	False	False	1.0	0					non-mobilizable	chromosome	4033.0	98.041	100.0	0.000613416457274197	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0158_000000007719	2263	0.5229959502024767	6	5	2	3	1	False	78894	maximal	True	CHI0158_000000007719	1.0		1	1	False	False	0.9876270294189453	0					non-mobilizable	no_good_hit	447.0	77.405	20.0	0.001514860715069094	NZ_QSBM01000006.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf6, whole genome shotgun sequence	True	False
MON0055_000000012079	1912	0.5229884455248562	3	3	2	3	2	True	113502	fragment	False	MON0055_000000012079	1.0		0	0	False	True	0.9947698712348938	0					non-mobilizable	other	1918.0	83.264	100.0	0.0005744622620746216	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0026_000000002457	3902	0.5229879890876713	3	2	2	1	2	False	88918	maximal	True	CHI0026_000000002457	1.0		645	12	False	False	1.0	0					non-mobilizable	other	2001.0	99.9	100.0	0.003925247584991423	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0400_000000000898	14627	0.5229845545559811	17	6	4	6	3	False	22568	maximal	True	ISR0400_000000000898	1.0		1	1	True	True	0.9995214343070984	1					non-mobilizable	no_good_hit	375.0	80.267	3.0	9.614099161752951e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0204_000000010950	1224	0.5229816486107214	1	1	1	1	1	False	28666	maximal	True	ISR0204_000000010950	0.9946236559139785		345	13	False	False	0.9991829991340637	0					non-mobilizable	no_good_hit	93.0	94.624	8.0	0.0006887722634404174	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0041_000000006964	4119	0.5229800813510816	4	2	0	2	1	True	23422	fragment	False	MAD0041_000000006964	0.943952802359882		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.0492039165283342e-05	NZ_CP047602.1	firmicutes	Thermoanaerobacterium aotearoense strain SCUT27 chromosome, complete genome	True	True
ISR0374_000000003868	4068	0.5229800813510816	3	2	0	2	1	True	23422	fragment	False	MAD0041_000000006964	0.9331148336974995		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	96.721	1.0	1.5715840555072832e-05	NZ_CP035485.1	high GC Gram+	Salicibibacter halophilus strain NKC3-5 chromosome, complete genome	True	True
MAD0040_000000013481	2360	0.5229776472136896	5	4	2	2	4	False	97649	fragment	False	MAD0040_000000013481	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	96.44	70.0	0.02950857142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0796_000000007042	3188	0.5229720740070437	3	3	3	3	3	False	21959	maximal	True	ISR0796_000000007042	1.0		10	5	False	False	0.999372661113739	0					non-mobilizable	no_good_hit	1662.0	99.398	52.0	0.00029508551080368494	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
MAD0084_000000005789	1209	0.5229676937136869	2	1	1	1	1	False	85611	fragment	False	ENG0098_000000015056	0.5767620433513886		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	99.17299999999999	100.0	0.008675169481787889	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0162_000000011915	1882	0.5229622137499035	2	2	2	1	1	False	102579	maximal	True	FIJ0162_000000011915	1.0		13	3	False	False	0.9994686245918274	0					non-mobilizable	no_good_hit	1189.0	96.46799999999999	63.0	0.004541827778800712	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CAN0003_000000039546	1235	0.5229616537681968	2	2	2	1	2	False	96391	fragment	False	DEN0061_000000036860	0.9345129943750778		0	0	False	False	0.9222671985626221	0					non-mobilizable	chromosome	1237.0	93.93700000000001	100.0	0.0005448474824425769	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0218_000000005542	2954	0.5229600998615332	3	3	3	3	3	False	126809	maximal	True	ISR0218_000000005542	1.0		17	3	False	False	1.0	0					non-mobilizable	chromosome	1431.0	96.785	100.0	0.0006195939990001514	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
DEN0090_000000022798	1323	0.522959753839161	2	2	2	1	1	False	109138	maximal	False	AST0094_000000017303	0.9898343373493976		0	0	False	False	0.9962207078933716	0					non-mobilizable	chromosome	1323.0	98.186	100.0	0.0004607986525996433	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0083_000000016128	2205	0.5229592419036729	3	2	2	1	1	False	125847	maximal	True	FIJ0083_000000016128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	95.604	65.0	0.0004370588030003108	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0146_000000013147	1530	0.5229570624955984	2	2	2	2	2	False	39971	fragment	False	FIJ0146_000000013147	1.0		0	0	False	False	0.9993463754653931	0					non-mobilizable	chromosome	1530.0	98.954	100.0	0.0002868517226111949	CP050843.1	enterobacteria	Klebsiella pneumoniae strain Bckp186 chromosome, complete genome	False	False
ISR0111_000000010825	1656	0.5229550553676162	3	2	2	1	1	False	32680	fragment	False	ISR0111_000000010825	0.9955527318932655		0	0	False	False	0.9601449370384216	0					non-mobilizable	no_good_hit	878.0	82.916	52.0	0.00036007788413372764	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
FIJ0106_000000013443	1966	0.5229533747047002	4	4	3	3	2	True	91200	fragment	False	FIJ0106_000000013443	1.0		0	0	False	False	0.9893184304237366	0					non-mobilizable	plasmid	1966.0	99.695	100.0	0.06343620867768596	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
DEN0028_000000006758	3821	0.5229507192324616	5	3	3	2	2	False	74046	maximal	True	DEN0028_000000006758	1.0		80	10	False	False	1.0	0					non-mobilizable	chromosome	3821.0	99.869	100.0	0.0011073474824512962	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0047_000000013933	1483	0.522947443814347	2	2	2	1	1	False	64316	maximal	True	ENG0047_000000013933	1.0		31	5	False	False	1.0	0					non-mobilizable	other	1104.0	95.29	100.0	0.0005941203134106068	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	False	False
FIJ0009_000000007970	4473	0.5229467816625976	6	2	1	2	0	True	51304	fragment	False	FIJ0009_000000007970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0003322563644279462	NZ_SBLC01000015.1	a-proteobacteria	Gemmobacter intermedius strain 119/4 Scaffold15, whole genome shotgun sequence	True	True
FIJ0172_000000011608	2321	0.5229467816625976	4	2	1	2	0	True	38738	fragment	False	FIJ0172_000000011608	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0114_000000015384	1817	0.5229467816625976	3	2	1	2	0	True	32544	fragment	False	ISR0114_000000015384	1.0		0	0	False	False	0.9939460754394531	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0003322563644279462	NZ_SBLC01000015.1	a-proteobacteria	Gemmobacter intermedius strain 119/4 Scaffold15, whole genome shotgun sequence	True	True
ISR0037_000000018790	1292	0.5229467816625976	2	2	1	2	0	True	36681	fragment	False	ISR0037_000000018790	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0021_000000026697	1140	0.5229467816625976	2	2	1	2	0	True	13043	fragment	False	MON0021_000000026697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0799_000000002871	4730	0.5229467062880553	6	5	5	4	5	False	21905	maximal	True	ISR0799_000000002871	1.0		10	5	False	False	0.9974629878997803	0					non-mobilizable	no_good_hit	1260.0	74.048	26.0	0.008192548021291367	NZ_FQZY01000007.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0182_000000022005	1286	0.5229431320121289	2	2	2	2	2	False	55209	maximal	False	ISR0389_000000016873	0.9774433524433525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	80.132	12.0	3.9654120262696574e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
AST0104_000000009426	3459	0.5229397680839296	5	5	4	5	5	False	107997	fragment	False	AST0104_000000009426	0.9909729158955969		0	0	False	False	0.9786065220832825	0					non-mobilizable	chromosome	3405.0	99.325	98.0	0.0004803221757818256	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0024_000000013252	1870	0.5229383865775694	3	2	2	2	2	False	51871	fragment	False	ISR0024_000000013252	1.0		0	0	False	False	0.9844920039176941	0					non-mobilizable	no_good_hit	1373.0	77.64	77.0	0.7902665121668598	NZ_SLUM01000069.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_169, whole genome shotgun sequence	True	False
SPA0041_000000010595	3229	0.5229373387442966	2	2	1	2	2	False	6920	maximal	True	SPA0041_000000010595	1.0		236	10	False	False	1.0	0					non-mobilizable	other	3229.0	96.439	100.0	0.0009203157127657027	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0080_01_000000011325	3850	0.5229360146473581	4	4	4	4	3	False	108871	maximal	True	USA0080_01_000000011325	1.0		1	1	False	False	1.0	0					non-mobilizable	other	3850.0	99.117	100.0	0.0010923427003801626	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0189_000000003580	3431	0.5229340042848573	4	2	2	2	2	False	75710	maximal	True	ISR0189_000000003580	1.0		7	3	False	False	0.9956281185150146	0					non-mobilizable	no_good_hit	1465.0	76.655	47.0	0.001166613897074941	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0026_000000021961	1486	0.5229332439925779	4	2	2	2	1	False	49062	maximal	True	FIJ0026_000000021961	1.0		27	2	False	False	0.9973081946372986	0					non-mobilizable	chromosome	1470.0	95.44200000000001	98.0	0.0008173865820361178	NZ_LS483403.1	firmicutes	Streptococcus lutetiensis strain NCTC13774 chromosome 1	False	False
ISR0160_000000005187	5010	0.5229327773016073	5	4	3	4	2	False	57857	maximal	True	ISR0160_000000005187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	98.965	15.0	0.44779582366589327	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
SPA0031_000000011933	2572	0.5229314352242441	2	2	2	2	2	False	109658	maximal	True	SPA0031_000000011933	0.9857106871986696		515	12	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	88.552	88.0	0.005339146368432692	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0354_000000007966	2438	0.5229314352242441	2	2	2	2	2	False	109658	maximal	False	SPA0031_000000011933	0.9580065124277181		0	0	False	False	0.995077908039093	0					non-mobilizable	other	1317.0	88.686	91.0	0.005196979749154899	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0107_000000002178	8061	0.5229307398502651	9	8	7	8	6	False	41105	maximal	True	ISR0107_000000002178	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	76.262	14.0	0.00048662355152773493	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0034_000000013896	1539	0.5229289032580243	2	2	2	2	2	False	76249	fragment	False	DEN0007_000000017257	0.2898434890312709		0	0	False	False	0.9987004399299622	0					non-mobilizable	other	1543.0	95.463	100.0	0.02608371209551591	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
CHI0116_000000006763	2489	0.5229260588165221	3	3	3	3	3	False	82178	fragment	False	CHI0116_000000006763	1.0		0	0	False	False	0.9983929395675659	0					non-mobilizable	other	2483.0	99.79899999999999	99.0	0.0007073430245885094	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
FIJ0165_000000008021	2012	0.5229245561547587	3	3	3	3	3	False	39057	maximal	True	FIJ0165_000000008021	1.0		66	9	False	False	1.0	0					non-mobilizable	chromosome	1996.0	99.699	99.0	0.0003578866693410899	LR607373.1	enterobacteria	Klebsiella pneumoniae strain 4928STDY7387729 genome assembly, chromosome: 1	False	False
ENG0203_000000002480	5368	0.5229223742454832	6	5	5	5	4	False	66267	maximal	True	ENG0203_000000002480	1.0		36	8	False	False	0.9981371164321899	0					non-mobilizable	no_good_hit	2556.0	99.844	89.0	0.00045825576913522743	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
AST0099_000000005307	3949	0.5229188880218262	6	5	3	2	4	False	108912	maximal	False	MAD0089_000000004792	0.9279781680113905		0	0	False	False	0.9997467994689941	0					non-mobilizable	no_good_hit	1501.0	83.678	42.0	0.0053556845359622	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
MON0068_000000006082	6188	0.5229182824891327	9	9	7	5	5	True	132358	backbone	False	ISR0371_000000002559	0.7890212278636596	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	6188.0	99.96799999999999	100.0	0.052619940635657725	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
ISR0400_000000009458	1969	0.5229179623361301	3	2	2	2	2	False	115328	fragment	False	ENG0104_000000014764	0.7946221349302769		0	0	False	False	1.0	0					non-mobilizable	other	1969.0	99.289	100.0	0.02447365475731536	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0026_000000023666	1185	0.5229174563354664	2	2	2	1	1	False	74122	maximal	True	DEN0026_000000023666	1.0		108	10	False	False	0.9797468185424805	0					non-mobilizable	no_good_hit								True	False
FIJ0031_000000018347	1379	0.5229149196078113	2	2	2	1	1	False	48531	maximal	True	FIJ0031_000000018347	1.0		13	2	False	False	0.9992748498916626	0					non-mobilizable	no_good_hit								True	False
ISR0155_000000002070	13227	0.5229141839160617	17	11	7	7	9	False	30611	maximal	True	ISR0155_000000002070	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	88.089	57.0	0.0006640327840515755	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
TAN0005_000000007355	2232	0.5229067496948333	3	3	3	3	2	False	115982	fragment	False	TAN0005_000000007355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	90.57	43.0	0.00021810685063662765	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0108_000000018548	1297	0.5229060385171295	1	1	1	1	0	True	84964	fragment	False	ISR0003_000000018515	0.4068712431803293		0	0	False	False	0.9861218333244324	0					non-mobilizable	other	1206.0	96.84899999999999	93.0	0.012572049118703533	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	True
AST0149_000000006790	4039	0.5229011354624942	4	4	3	4	3	False	121049	maximal	True	AST0149_000000006790	1.0		17	6	False	False	1.0	0					non-mobilizable	chromosome	1763.0	99.773	95.0	0.0005987256861134717	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0160_000000008132	3508	0.5228939354495714	2	2	1	2	2	False	78745	maximal	True	CHI0160_000000008132	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0009011113706905183	NZ_VDFY01000303.1	high GC Gram+	Micromonospora orduensis strain S2509 NODE_83_length_29963_cov_12.3399_ID_165, whole genome shotgun sequence	True	False
MAD0034_000000011644	1368	0.5228936102824117	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.0822097372605156	PS730	0	0	False	True	0.9978070259094238	0					non-mobilizable	other	1372.0	83.67299999999999	100.0	0.00042527138660871115	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0031_01_000000011057	2632	0.5228904715271833	4	4	4	3	2	False	127895	fragment	False	USA0031_01_000000011057	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2632.0	99.92399999999999	100.0	0.0007414811459592521	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0205_000000005773	3155	0.5228898972892319	4	3	2	2	1	False	28664	maximal	True	ISR0205_000000005773	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0101_000000009348	2980	0.5228880081125058	3	3	3	2	2	False	15112	fragment	False	MAD0101_000000009348	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2741.0	99.051	95.0	0.028902038965011655	MH618673.1	enterobacteria	Escherichia coli strain 838B plasmid p838B-R, complete sequence	False	True
FIJ0046_000000024484	1390	0.5228864276609246	2	1	1	1	1	False	46952	maximal	True	FIJ0046_000000024484	1.0		1	1	False	False	0.9920863509178162	0					non-mobilizable	no_good_hit	128.0	78.125	9.0	0.0004026390293546045	NZ_JDUW01000001.1	high GC Gram+	Bifidobacterium reuteri DSM 23975 contig1, whole genome shotgun sequence	True	False
USA0027_01_000000011557	2373	0.5228845415836869	4	4	4	4	4	False	58930	maximal	True	USA0027_01_000000011557	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	74.107	9.0	0.0001483628028591826	NZ_JIAI01000002.1	high GC Gram+	Pseudonocardia acaciae DSM 45401 N912DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CAN0007_000000007147	6002	0.5228798220508631	6	5	1	5	1	False	95421	maximal	True	CAN0007_000000007147	1.0		2	1	False	False	0.9973342418670654	0					non-mobilizable	no_good_hit								True	False
DEN0083_000000011372	2488	0.5228773861040358	3	3	3	3	3	False	69110	maximal	True	DEN0083_000000011372	1.0		465	12	False	False	1.0	0					non-mobilizable	other	2488.0	99.116	100.0	0.09185934845238974	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ISR0327_000000006897	3610	0.5228743590395696	2	2	2	2	2	False	24797	maximal	True	ISR0327_000000006897	0.9677098150782362		1223	13	False	False	1.0	0					non-mobilizable	other	3611.0	99.11399999999999	100.0	0.0006986210123287541	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0079_000000008282	2810	0.5228686328058268	3	2	2	2	2	False	10105	maximal	True	MON0079_000000008282	1.0		18	7	False	False	0.9964413046836853	0					non-mobilizable	other	1516.0	96.76799999999999	98.0	0.0006632985887040206	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0009_000000010111	3169	0.5228646495291345	5	3	2	3	1	True	99733	fragment	False	ISR0009_000000010111	1.0		0	0	False	False	0.9984222054481506	0					non-mobilizable	no_good_hit	152.0	84.868	5.0	4.0465476249177295e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ENG0036_000000014499	1709	0.5228616151891613	2	2	2	2	2	False	65299	maximal	True	ENG0036_000000014499	1.0		238	13	False	False	0.99941486120224	0					non-mobilizable	other	1709.0	99.941	100.0	0.00032973227592491064	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
MON0039_000000023691	2022	0.5228607802651262	3	3	3	3	2	False	49041	fragment	False	MON0039_000000023691	1.0		0	0	False	False	0.9841740727424622	0					non-mobilizable	chromosome	1023.0	96.579	100.0	0.0003555329997364873	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0001_000000008636	3849	0.5228595383716831	6	6	6	4	3	False	97675	maximal	True	MON0001_000000008636	1.0		11	6	False	False	1.0	0		MOBP			mobilizable	chromosome	3849.0	99.818	100.0	0.0007260484210899708	CP042878.1	enterobacteria	Escherichia coli strain NMBU_W05E18 chromosome, complete genome	False	True
FIJ0111_000000008632	2463	0.5228575425175589	2	2	1	2	0	False	130997	fragment	False	USA0037_01_000000005669	0.08492403670402938		0	0	False	False	1.0	0					non-mobilizable	other	2464.0	98.742	100.0	0.0051501661310187205	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0168_000000012811	2352	0.5228575425175589	2	2	1	2	0	False	130997	fragment	False	USA0037_01_000000005669	0.06506658164367198		0	0	False	False	0.9987244606018066	0					non-mobilizable	other	1543.0	98.445	100.0	0.0032243427421968607	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0060_000000004450	2868	0.5228525046941874	3	2	1	2	0	True	85763	maximal	True	CHI0060_000000004450	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0371_000000002676	5238	0.5228502079090155	9	7	3	4	6	False	94429	backbone	False	CAN0015_000000007549	0.9664625392789495	PS499	0	0	False	True	1.0	0					non-mobilizable	chromosome	4144.0	95.125	100.0	0.0007976539453806509	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
CHI0101_000000005603	2312	0.5228480657006893	3	3	3	3	3	False	83314	maximal	True	CHI0101_000000005603	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	78.74	11.0	5.136031613202778e-05	NZ_LT907988.1	b-proteobacteria	Orrella dioscoreae isolate Orrdi1 chromosome I	True	False
FIJ0047_000000009384	3237	0.5228477918321843	4	2	2	2	1	True	131298	fragment	False	FIJ0047_000000009384	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	3119.0	93.844	100.0	0.0010484907623419817	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0132_000000014435	2820	0.5228477918321843	2	2	2	2	1	True	131263	fragment	False	SPA0132_000000014435	0.9485044930878094		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	869.0	92.635	42.0	0.00030255161154046174	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0090_000000010445	2604	0.5228477918321843	2	2	2	2	1	True	131263	fragment	False	SPA0132_000000014435	0.8025277781753487		0	0	False	True	0.9992319345474243	0					non-mobilizable	no_good_hit	654.0	91.896	76.0	0.00022761083218424138	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0046_000000012197	2467	0.5228477918321843	3	2	2	2	1	True	131263	fragment	False	SPA0132_000000014435	0.7010676623485379		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	638.0	91.693	33.0	0.0002220338439530808	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0841_000000005980	2346	0.5228477918321843	2	2	2	2	1	True	131288	fragment	False	FIJ0165_000000006260	0.2666397741024607		0	0	False	True	0.9940323829650879	0					non-mobilizable	chromosome	2350.0	94.723	99.0	0.000789986458817538	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0006_000000008656	2251	0.5228477918321843	2	2	2	2	1	True	131287	fragment	False	ISR0006_000000008656	0.9108348446642013		0	0	False	True	1.0	0					non-mobilizable	chromosome	2253.0	93.475	100.0	0.0007580100150221967	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0099_000000018301	1886	0.5228477918321843	2	2	2	2	1	True	125765	fragment	False	MON0099_000000018301	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1886.0	94.274	100.0	0.0006651641367492776	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0144_000000003360	4680	0.522846792120359	5	5	2	3	5	True	124590	maximal	True	SPA0144_000000003360	1.0		21	5	False	False	0.9974358677864075	0					non-mobilizable	no_good_hit	3453.0	83.84	73.0	0.0012072819126673984	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ENG0159_000000014210	1623	0.5228429062512132	3	2	2	2	1	False	116441	fragment	False	ENG0159_000000014210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	91.958	81.0	0.0003526660049266047	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
FIJ0018_000000012284	2177	0.522842296087504	4	3	1	2	2	False	49997	fragment	False	FIJ0018_000000012284	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	6.464681291212343e-05	LL999062.1	nematodes	Strongyloides stercoralis genome assembly S_stercoralis_PV0001 ,scaffold SSTP_contig0000011	True	False
FIJ0140_000000028150	1260	0.5228420210401389	2	2	1	1	2	False	72064	fragment	False	FIJ0108_000000018447	0.9283644017586115		0	0	False	False	0.9984126687049866	0					non-mobilizable	other	1261.0	96.749	100.0	0.10954616588419405	NZ_JAAIUL010000043.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_43_length_11502_cov_232.056, whole genome shotgun sequence	False	False
SPA0046_000000027242	1237	0.5228418313701809	2	2	2	2	2	False	129035	fragment	False	DEN0078_000000026948	0.5855509240681976		0	0	False	False	0.9814066290855408	0					non-mobilizable	no_good_hit	657.0	84.932	59.0	0.0018158286705679556	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0288_000000005529	5069	0.5228400747928026	3	3	3	2	1	True	91138	maximal	True	ISR0288_000000005529	1.0		1	1	False	False	0.9948707818984985	0					non-mobilizable	no_good_hit	1675.0	96.59700000000001	33.0	0.0005430868392930966	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	True
FIJ0043_000000021263	1388	0.5228391468896544	3	3	3	2	1	True	47187	fragment	False	FIJ0043_000000021263	1.0		0	0	False	False	0.9863112568855286	0					non-mobilizable	other	1363.0	88.041	98.0	0.019848757441455672	NZ_CABIWU010000004.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
ENG0036_000000004063	5345	0.5228388732900963	5	4	4	4	1	True	65345	maximal	True	ENG0036_000000004063	1.0		1	1	False	False	0.9949485659599304	0					non-mobilizable	no_good_hit	112.0	77.679	2.0	0.00011996357469641036	NZ_CP007022.1	spirochetes	Borrelia parkeri HR1 chromosome, complete genome	True	True
SPA0127_000000004994	5760	0.522837714341303	10	4	3	4	1	False	3926	maximal	True	SPA0127_000000004994	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.276778747925107e-07	LR537138.1	bony fishes	Sparus aurata genome assembly, chromosome: 18	True	False
ENG0147_000000001640	7310	0.5228260680905451	11	10	2	3	9	True	97455	fragment	False	ENG0147_000000001640	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7311.0	99.015	100.0	0.14326597016680714	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	False	True
ISR0060_000000024019	1134	0.5228167839290752	2	1	1	1	1	False	35386	fragment	False	ISR0060_000000024019	1.0		0	0	False	False	0.9514991044998169	0					non-mobilizable	other	1132.0	94.611	99.0	0.00031379997889486867	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0002_000000005614	6159	0.5228153844299751	12	4	4	3	2	False	52450	maximal	True	FIJ0002_000000005614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	0.009664948453608248	XM_030288665.2	birds	PREDICTED: Taeniopygia guttata RAD21 cohesin complex component like 1 (RAD21L1), transcript variant X3, mRNA	True	False
MAD0066_000000002116	6717	0.5228150242790018	8	5	1	2	3	True	101242	fragment	False	USA0009_01_000000003375	0.9529502921437336		0	0	False	False	1.0	0					non-mobilizable	other	6719.0	97.366	100.0	0.07419404767169327	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0003_000000004152	5721	0.5228150242790018	7	5	1	2	3	True	111295	fragment	False	ISR0003_000000004152	1.0		0	0	False	False	0.9970284700393677	0					non-mobilizable	other	5721.0	99.72	100.0	0.028284906145538698	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0014_000000006863	5152	0.5228150242790018	7	5	1	2	3	True	38052	maximal	True	ISR0014_000000006863	1.0		17	6	False	False	0.9967002868652344	0					non-mobilizable	other	5152.0	98.991	100.0	0.19279859265636112	NZ_LFQU01000039.1	CFB group bacteria	Prevotella rara strain 109 contig00039, whole genome shotgun sequence	False	True
ENG0147_000000005699	2512	0.5228132077633875	2	1	1	0	1	False	57363	maximal	True	ENG0147_000000005699	1.0		430	13	False	False	0.9884554147720337	0					non-mobilizable	no_good_hit	87.0	79.31	3.0	0.0003997489948172078	NZ_NOUY01000008.1	CFB group bacteria	Sphingobacterium cellulitidis strain R-53745 8, whole genome shotgun sequence	True	False
ISR0228_000000017736	1532	0.5228131157991895	2	1	1	1	1	True	27599	fragment	False	ISR0228_000000017736	0.9852744310575636		0	0	False	False	0.9986945390701294	0					non-mobilizable	no_good_hit	222.0	75.225	14.0	6.719723446048399e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0118_000000011577	2428	0.5228126008788608	3	3	3	3	2	False	71814	maximal	True	SPA0118_000000011577	1.0		6	3	False	False	0.9987643957138062	0					non-mobilizable	no_good_hit	386.0	99.741	16.0	8.423027638688431e-05	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ENG0145_000000013437	2322	0.5228119728592742	3	3	2	3	2	False	57497	maximal	True	ENG0145_000000013437	1.0		0	0	False	False	0.9767441749572754	0					non-mobilizable	no_good_hit	1046.0	98.47	86.0	0.0001993194908331154	CP022151.1	enterobacteria	Citrobacter freundii strain 705SK3, complete genome	True	False
ISR0128_000000012609	2795	0.5228054248482792	3	3	3	3	3	False	31854	maximal	True	ISR0128_000000012609	1.0		10	3	False	False	0.9985688924789429	0					non-mobilizable	no_good_hit	715.0	76.36399999999999	25.0	0.006476291818406979	NZ_GL882619.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld20, whole genome shotgun sequence	True	False
ENG0039_000000003459	6133	0.5228046114861662	5	4	4	4	3	False	112833	maximal	True	ENG0039_000000003459	1.0	PS721	7	4	False	True	1.0	0					non-mobilizable	no_good_hit	3538.0	98.445	66.0	0.0010040582461654456	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MON0028_000000008665	2884	0.5228042667738579	4	1	1	1	1	False	12600	maximal	True	MON0028_000000008665	1.0		8	5	False	False	0.9899445176124573	0					non-mobilizable	no_good_hit	56.0	87.5	2.0	1.9477141449729676e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0016_01_000000012001	1134	0.5227982432075994	2	2	2	2	1	False	1915	fragment	False	USA0016_01_000000012001	1.0		0	0	False	False	0.9973545074462891	0					non-mobilizable	no_good_hit	471.0	75.15899999999999	41.0	0.004110732296327864	NZ_LMUA01000012.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00012, whole genome shotgun sequence	True	False
ENG0003_000000013642	1629	0.5227974575425468	2	1	1	1	1	False	67850	maximal	True	ENG0003_000000013642	1.0		85	8	False	False	0.9993861317634583	0					non-mobilizable	other	1629.0	98.895	100.0	0.007823951479966743	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0823_000000001706	1353	0.5227965598673735	2	2	2	2	1	False	21178	maximal	True	ISR0823_000000001706	1.0		28	6	False	False	0.9985218048095703	0					non-mobilizable	no_good_hit	231.0	78.355	17.0	0.0019109740871913778	NZ_FCNY02000022.1	b-proteobacteria	Caballeronia cordobensis isolate LMG 27620, whole genome shotgun sequence	True	False
ENG0001_000000011016	2387	0.5227959169710759	3	3	3	3	2	False	68064	maximal	True	ENG0001_000000011016	1.0		71	5	False	False	0.9995810389518738	0					non-mobilizable	chromosome	2387.0	100.0	100.0	0.00122727723966523	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
FIJ0145_000000002853	4166	0.5227948806066436	7	2	0	1	2	False	48843	maximal	True	FIJ0145_000000002853	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	99.669	81.0	0.00048309707103394244	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0295_000000018423	1941	0.5227936897987334	2	2	2	2	2	False	25720	maximal	True	ISR0295_000000018423	1.0		376	13	False	False	0.9989696145057678	0					non-mobilizable	chromosome	1942.0	95.77799999999999	100.0	0.0006537731101488761	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0071_000000025863	1652	0.522786734316853	3	1	1	1	1	False	70423	maximal	True	DEN0071_000000025863	1.0		21	7	False	False	0.9945520758628845	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.009907997169143666	XM_019185036.1	budding yeasts	Wickerhamomyces anomalus NRRL Y-366-8 hypothetical protein partial mRNA	True	False
CAN0004_000000014535	1917	0.5227857148366587	2	2	2	2	1	False	96176	maximal	True	CAN0004_000000014535	1.0		10	4	False	False	1.0	0					non-mobilizable	chromosome	1809.0	98.286	94.0	0.0003447409275742785	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
CHI0165_000000010526	1579	0.5227848288552989	2	2	2	2	2	False	78310	maximal	True	CHI0165_000000010526	1.0		66	10	False	False	0.9797340035438538	0					non-mobilizable	chromosome	1580.0	92.27799999999999	100.0	0.00030327922099138095	CP021165.1	enterobacteria	Klebsiella pneumoniae strain 203 chromosome, complete genome	False	False
USA0087_01_000000006232	2437	0.5227836294685049	5	4	3	3	2	False	9015	maximal	True	USA0087_01_000000006232	1.0		9	4	False	False	0.9975379705429077	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.342668828245315e-05	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
SPA0007_000000013830	1862	0.522778467473831	2	2	2	2	1	False	39682	fragment	False	SPA0007_000000013830	0.9650785056848944		0	0	False	False	0.9924812316894531	0					non-mobilizable	other	1849.0	99.459	99.0	0.015198143637680205	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0031_000000004120	3203	0.5227766762929157	3	3	3	2	1	False	18954	maximal	True	MAD0031_000000004120	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1759.0	98.749	55.0	0.0005096117471595233	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0028_000000000958	12293	0.5227740878546643	24	2	1	1	2	False	68997	maximal	True	ISR0028_000000000958	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	83.117	1.0	4.028031900945627e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0011_000000005595	7370	0.5227733167536572	7	6	6	6	5	False	51020	fragment	False	FIJ0011_000000005595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1235.0	92.146	17.0	0.0003719045747286306	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
FIJ0112_000000021809	1285	0.5227729034609221	2	2	2	1	1	False	41992	fragment	False	FIJ0112_000000022226	0.9512678288431062		0	0	False	False	1.0	0					non-mobilizable	chromosome	1285.0	99.689	100.0	0.00023178518639933626	CP053364.1	enterobacteria	Klebsiella pneumoniae strain BA2275 chromosome, complete genome	False	False
FIJ0112_000000022226	1262	0.5227729034609221	2	2	2	1	1	False	41992	fragment	False	FIJ0112_000000022226	0.9517509727626459		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	99.84200000000001	100.0	0.00023371514220204146	CP034136.1	enterobacteria	Klebsiella quasipneumoniae subsp. similipneumoniae strain G747 chromosome, complete genome	False	False
AST0111_000000006175	3260	0.5227655569111677	4	4	4	4	3	False	106843	maximal	True	AST0111_000000006175	1.0		663	14	False	False	0.9917178153991699	0					non-mobilizable	no_good_hit	2625.0	84.61	80.0	0.0008748081834114961	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0090_000000002697	7434	0.5227589196417762	5	4	4	4	3	False	93565	maximal	True	ISR0090_000000002697	1.0		429	14	False	False	1.0	0					non-mobilizable	other	7434.0	97.444	100.0	0.0018216718141767258	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0081_000000008359	6486	0.5227566369582826	5	3	2	2	2	False	22472	maximal	True	MON0081_000000008359	1.0		3	2	False	False	0.999537467956543	0					non-mobilizable	no_good_hit	81.0	96.296	1.0	4.7119077005276085e-06	LN590713.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG20, chromosome: 20	True	False
SPA0037_000000011165	2217	0.5227563075352676	3	2	1	1	0	False	94103	fragment	False	SPA0037_000000011165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0041_000000030654	2097	0.5227533465162743	2	2	2	2	2	False	11808	maximal	True	MON0041_000000030654	1.0		29	10	False	False	0.99761563539505	0					non-mobilizable	no_good_hit	1229.0	75.102	58.0	0.0004705619254834907	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
SPA0081_000000005034	2548	0.5227519008119272	3	3	3	3	3	False	5615	maximal	True	SPA0081_000000005034	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0106_000000009786	3961	0.5227477027462568	3	3	3	3	2	False	8666	fragment	False	MON0106_000000009786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0133_000000007373	3357	0.522747695227174	6	2	2	1	1	True	58271	maximal	True	ENG0133_000000007373	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0069_01_000000039164	1544	0.522747695227174	3	2	2	1	1	True	30620	fragment	False	USA0069_01_000000039164	0.9488162355328338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0037_000000048710	1537	0.522747695227174	2	2	2	1	1	True	30620	fragment	False	USA0069_01_000000039164	0.9397976061826755		0	0	False	False	0.9928432106971741	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00016176382481576898	NZ_QXGH01000020.1	high GC Gram+	Nocardioides immobilis strain CCTCC AB 2017083 contig_12, whole genome shotgun sequence	True	True
ISR0154_000000013893	1505	0.522747695227174	2	2	2	1	1	True	30620	fragment	False	USA0069_01_000000039164	0.7459037224736667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0042_000000018087	1441	0.522747695227174	2	2	2	1	1	True	30620	fragment	False	USA0069_01_000000039164	0.5639395011175813		0	0	False	False	0.9944483041763306	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000036407	1421	0.522747695227174	2	2	2	1	1	True	30620	fragment	False	USA0069_01_000000039164	0.9191513641853442		0	0	False	False	0.999296247959137	0					non-mobilizable	no_good_hit								True	True
USA0024_01_000000017032	1249	0.522747695227174	2	2	2	1	1	True	1667	fragment	False	USA0024_01_000000017032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0055_000000013617	1242	0.5227473383621424	2	2	2	2	1	False	103601	maximal	False	CHI0055_000000011690	0.7689908130400062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0097_000000019458	2105	0.522747046962179	3	3	3	3	3	False	70249	fragment	False	MAD0097_000000019458	1.0		0	0	False	False	0.9928740859031677	0					non-mobilizable	no_good_hit	55.0	85.455	3.0	0.00018132552379127723	NZ_FOVP01000002.1	a-proteobacteria	Roseovarius lutimaris strain DSM 28463, whole genome shotgun sequence	True	False
CHI0043_000000004548	2028	0.5227436079948472	2	2	2	2	1	False	87390	maximal	True	CHI0043_000000004548	1.0		49	9	False	False	1.0	0					non-mobilizable	other	2028.0	99.359	100.0	0.0010556752832407512	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
USA0086_01_000000004908	3781	0.5227431907156275	7	5	2	4	2	False	25685	fragment	False	USA0086_01_000000004908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2361.0	74.418	79.0	0.0007170090550304449	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ENG0008_000000013467	1870	0.5227389081595699	3	2	2	2	2	True	67420	fragment	False	ENG0008_000000013467	1.0		0	0	False	False	0.9946523904800415	0					non-mobilizable	no_good_hit	565.0	97.699	30.0	0.0077760712852655905	CP021583.1	other sequences	Unidentified plasmid plasmid GF1-2_000127F, complete sequence	True	True
FIJ0067_000000017341	1803	0.5227389081595699	3	2	2	2	2	True	45196	fragment	False	FIJ0067_000000017341	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0041_000000009007	3704	0.5227377090460507	3	3	2	2	3	False	73140	maximal	True	DEN0041_000000009007	1.0		4	2	False	False	0.997840166091919	0					non-mobilizable	plasmid	3692.0	99.973	100.0	0.026513709405147582	CP025683.1	enterobacteria	Klebsiella pneumoniae strain L5-2 plasmid pL5201, complete sequence	False	True
ENG0097_000000010106	3114	0.5227332904757439	4	4	4	4	4	False	60782	fragment	False	ENG0097_000000010106	0.9986230636833047		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	71.148	11.0	0.23616734143049933	XM_017133316.1	flies	PREDICTED: Drosophila rhopaloa glyceraldehyde-3-phosphate dehydrogenase (LOC108051266), mRNA	True	False
MON0034_000000016121	1769	0.5227324328353111	1	1	1	1	1	False	12238	maximal	True	MON0034_000000016121	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	95.34899999999999	2.0	0.00044412486253278066	NZ_QAAD01000017.1	CFB group bacteria	Mangrovibacterium marinum strain DSM 28823 Ga0183469_117, whole genome shotgun sequence	True	False
ENG0082_000000017721	1177	0.5227295950857546	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.573875408503956		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	93.209	100.0	0.6610455311973018	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
ENG0112_000000023536	1173	0.5227295950857546	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5739286026396703		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	93.271	100.0	0.6587970770095559	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
ENG0072_000000009167	1173	0.5227295950857546	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5737054968862568		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	93.271	100.0	0.6587970770095559	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
FIJ0091_000000009413	2494	0.5227227106603272	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.41333399940198223		0	0	False	False	1.0	0					non-mobilizable	other	2494.0	98.27600000000001	100.0	0.0007755680810647526	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0081_000000019838	1808	0.5227225606265969	3	3	3	3	2	False	44253	maximal	True	FIJ0081_000000019838	1.0		3	1	False	False	0.9955752491950989	0					non-mobilizable	chromosome	1734.0	94.291	95.0	0.0003634368987954723	CP057368.1	enterobacteria	Escherichia coli strain RHB28-C19 chromosome, complete genome	False	False
ISR0126_000000018666	2628	0.5227151246799334	4	2	1	2	1	True	31985	maximal	True	ISR0126_000000018666	1.0		5	1	False	False	0.9973363876342773	0					non-mobilizable	no_good_hit								True	True
CHI0040_000000010057	1410	0.5227128279429196	2	1	1	1	1	False	87675	fragment	False	CHI0040_000000010057	1.0		0	0	False	False	0.9737588763237	0					non-mobilizable	other	1355.0	97.934	96.0	0.03801021840435686	NZ_CYXX01000036.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0084_01_000000010773	3023	0.5227123515136484	4	4	3	4	4	False	9003	fragment	False	USA0084_01_000000010773	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3023.0	99.206	100.0	0.004079456252488914	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
ISR0280_000000013400	1165	0.5227117675560038	2	2	2	2	1	False	26185	fragment	False	ISR0280_000000013400	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1166.0	98.62799999999999	100.0	0.0004094190993131248	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MON0101_000000025988	2423	0.5227099347817165	4	3	3	3	3	False	11753	maximal	True	MON0101_000000025988	1.0		19	1	False	False	0.9975237250328064	0					non-mobilizable	no_good_hit	1350.0	74.815	55.0	0.00047240921261707973	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0144_000000005180	2822	0.522707735074038	3	1	1	1	1	False	79870	fragment	False	CHI0144_000000005180	1.0		0	0	False	False	0.9957476854324341	0					non-mobilizable	no_good_hit								True	False
MON0020_000000002808	5207	0.5227063562179636	6	4	4	4	4	False	62955	fragment	False	MAD0002_000000005440	0.952998683963151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1717.0	78.509	50.0	0.00038457735945919715	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
USA0006_01_000000013052	1835	0.5227019799450853	2	2	2	2	1	True	2126	maximal	True	USA0006_01_000000013052	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	84.766	80.0	0.00033281657394862994	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CHI0168_000000013054	1191	0.5227017829556468	2	2	2	1	1	False	78089	maximal	True	CHI0168_000000013054	1.0		887	15	False	False	0.9941225647926331	0					non-mobilizable	chromosome	1191.0	98.573	100.0	0.00040054703280480196	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AUS0018_000000016405	1716	0.5227016791817246	2	2	2	1	2	False	99939	backbone	True	AUS0018_000000016405	0.9759391659741182	PS564	14	4	True	True	1.0	21					non-mobilizable	other	1400.0	96.85700000000001	98.0	0.005072350793483896	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MON0105_000000027551	1971	0.5227000847137375	3	2	2	2	2	True	59919	fragment	False	MON0105_000000027551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	71.73899999999999	21.0	0.05077538769384692	NZ_VWXL01000007.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_7, whole genome shotgun sequence	True	True
ISR0198_000000001179	25829	0.5226988234806359	31	29	9	13	26	True	123802	fragment	False	ENG0073_000000000695	0.5661736742563143		0	0	False	False	1.0	0					non-mobilizable	other	25774.0	99.45299999999999	99.0	0.06998378911182254	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0043_000000005686	5512	0.5226919883907788	8	3	3	3	2	False	91902	maximal	True	ENG0043_000000005686	1.0		46	8	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	92.352	22.0	0.0002530235951857848	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0386_000000009930	3455	0.5226919883907788	6	3	3	3	2	False	91901	fragment	False	ISR0386_000000009930	0.9712893320651758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1346.0	95.765	61.0	0.00032902874490244494	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0133_000000008047	3090	0.5226919883907788	5	3	3	3	2	False	91901	fragment	False	ISR0386_000000009930	0.6477868680511852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	889.0	91.564	35.0	0.00021771797725288458	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0004_000000018665	2231	0.5226919883907788	4	3	3	3	2	False	54208	fragment	False	MON0004_000000018665	0.9728181909691691		0	0	False	False	0.981622576713562	0					non-mobilizable	no_good_hit	274.0	86.131	14.0	6.668838942881149e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0200_000000009559	2126	0.5226919883907788	4	3	3	3	2	False	54208	fragment	False	MON0004_000000018665	0.9604282078237676		0	0	False	False	0.9877704381942749	0					non-mobilizable	no_good_hit	128.0	85.156	9.0	3.0156881984352256e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0047_01_000000017238	2096	0.5226919883907788	5	3	3	3	2	False	54208	fragment	False	MON0004_000000018665	0.9480240431539423		0	0	False	False	0.9842557311058044	0					non-mobilizable	no_good_hit	142.0	95.07	7.0	3.457008422596478e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0056_01_000000009174	2020	0.5226919883907788	5	3	3	3	2	False	54208	fragment	False	MON0004_000000018665	0.7134689198796436		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	95.07	7.0	3.457008422596478e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0187_000000004078	6299	0.5226893397698912	7	6	6	5	5	False	132081	fragment	False	ISR0187_000000004078	0.9821997666569106		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1982.0	98.335	41.0	0.005190823692795472	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0013_000000004208	5790	0.5226893397698912	6	6	6	5	5	False	132081	fragment	False	ISR0187_000000004078	0.9557843709629082		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1987.0	98.23899999999999	45.0	0.005203925216502679	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	True
SPA0064_000000010127	2106	0.5226880990285753	5	5	4	2	1	False	6103	maximal	True	SPA0064_000000010127	1.0		13	5	False	False	0.9995251893997192	0					non-mobilizable	no_good_hit	1201.0	95.67	57.0	0.00022766629840911977	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
MAD0014_000000008580	3506	0.5226872403594043	6	2	1	1	2	False	19516	maximal	True	MAD0014_000000008580	1.0		2	2	False	False	0.9994295239448547	0					non-mobilizable	no_good_hit	465.0	76.559	13.0	0.0001469737339685758	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0054_000000002236	10041	0.5226851184061017	11	9	6	9	7	True	51359	fragment	False	FIJ0009_000000002970	0.9688112802315809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0007_000000031279	2004	0.5226826366205419	5	2	1	1	1	True	13951	maximal	True	MON0007_000000031279	1.0		30	9	False	False	0.9960079789161682	0					non-mobilizable	other	2007.0	92.825	100.0	0.0006033660236884392	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0102_000000022939	1964	0.5226826366205419	6	2	1	1	1	True	41705	fragment	False	MON0102_000000022939	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	82.807	43.0	0.0002562198034724859	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CAN0003_000000026395	1874	0.5226826366205419	2	2	1	1	1	True	96584	maximal	True	CAN0003_000000026395	1.0		19	8	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	78.34100000000001	48.0	0.00030330542789781947	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0851_000000008086	1647	0.5226826366205419	2	2	1	1	1	True	124579	fragment	False	ISR0851_000000008086	1.0		0	0	False	False	0.9921068549156189	0					non-mobilizable	other	1652.0	86.985	100.0	0.0005761386230427947	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0136_000000027152	1565	0.5226826366205419	2	2	1	1	1	True	62057	maximal	True	SPA0136_000000027152	1.0		18	5	False	False	1.0	0					non-mobilizable	other	1574.0	85.07	99.0	0.2337973357281844	NZ_CABKTP010000097.1	firmicutes	Clostridium polynesiense isolate MGYG-HGUT-01479, whole genome shotgun sequence	False	True
ISR0183_000000020380	1530	0.5226826366205419	3	2	1	1	1	True	29455	fragment	False	ISR0183_000000020380	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	87.484	100.0	0.012274776568797692	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
AST0106_000000014229	1369	0.5226826366205419	2	2	1	1	1	True	107379	fragment	False	AST0106_000000014229	1.0		0	0	False	False	0.9883126616477966	0					non-mobilizable	other	1235.0	87.045	90.0	0.0004779387213450306	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
MAD0096_000000014493	1351	0.5226826366205419	3	2	1	1	1	True	41703	fragment	False	MAD0096_000000014493	0.9364765025930779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	853.0	83.705	62.0	0.0002562198034724859	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0839_000000016018	1342	0.5226826366205419	3	2	1	1	1	True	20824	fragment	False	ISR0839_000000016018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	771.0	79.248	57.0	0.00025453605292746523	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
AST0104_000000027149	1298	0.5226826366205419	4	2	1	1	1	True	107699	fragment	False	FIJ0083_000000027446	0.915877165868187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	626.0	77.955	48.0	0.00024188125377575472	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
SPA0083_000000014219	1292	0.5226826366205419	2	2	1	1	1	True	129084	fragment	False	SPA0083_000000014219	0.988192073637321		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.76799999999999	100.0	0.0004133836395499594	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
MON0050_000000031809	1288	0.5226826366205419	3	2	1	1	1	True	41703	fragment	False	MAD0096_000000014493	0.9190630745009626		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	78.347	66.0	0.0002835972558207585	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0201_000000023088	1267	0.5226826366205419	2	2	1	1	1	True	82373	fragment	False	ISR0201_000000023088	1.0		0	0	False	False	0.9984214901924133	0					non-mobilizable	other	1267.0	98.579	100.0	0.0003938504575322811	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0369_000000013553	1260	0.5226826366205419	2	2	1	1	1	True	129084	fragment	False	SPA0083_000000014219	0.9759379231309999		0	0	False	False	0.9174603223800659	0					non-mobilizable	other	1206.0	99.50200000000001	96.0	0.0003748734607633481	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0026_000000011533	1254	0.5226826366205419	3	2	1	1	1	True	19076	fragment	False	MAD0026_000000011533	1.0		0	0	False	False	0.9856459498405457	0					non-mobilizable	no_good_hit	654.0	78.44	52.0	0.0002157877824030742	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0820_000000021469	1232	0.5226826366205419	2	2	1	1	1	True	129084	fragment	False	SPA0083_000000014219	0.9847584914206194		0	0	False	False	0.9967532753944397	0					non-mobilizable	other	1232.0	100.0	100.0	0.0003829620167632212	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0003_000000025609	1229	0.5226826366205419	2	2	1	1	1	True	129084	fragment	False	SPA0083_000000014219	0.9829814324118136		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	99.756	100.0	0.00038202872184015896	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0141_000000025024	1223	0.5226826366205419	2	2	1	1	1	True	129084	fragment	False	SPA0083_000000014219	0.9820393086379443		0	0	False	False	0.9697465300559998	0					non-mobilizable	other	1223.0	99.91799999999999	100.0	0.00039128954882265715	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0231_000000016704	1219	0.5226826366205419	2	2	1	1	1	True	129084	fragment	False	SPA0083_000000014219	0.9658889700595966		0	0	False	False	0.9983593225479126	0					non-mobilizable	other	1004.0	92.53	100.0	0.00026473728538175357	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	True
ENG0202_000000017228	1216	0.5226826366205419	2	2	1	1	1	True	129084	fragment	False	SPA0083_000000014219	0.9806468432500398		0	0	False	False	0.9991776347160339	0					non-mobilizable	other	1216.0	99.75299999999999	100.0	0.0003779844438402224	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0008_000000025043	1214	0.5226826366205419	2	2	1	1	1	True	129084	fragment	False	SPA0083_000000014219	0.9805994402796433		0	0	False	False	0.9991762638092041	0					non-mobilizable	other	1214.0	100.0	100.0	0.00038840771090170465	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ENG0068_000000022075	1211	0.5226826366205419	2	2	1	1	1	True	62547	maximal	True	ENG0068_000000022075	1.0		10	5	False	False	1.0	0					non-mobilizable	other	1231.0	86.434	99.0	0.0003685229605761724	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0115_000000019580	1204	0.5226826366205419	2	2	1	1	1	True	41703	fragment	False	MAD0096_000000014493	0.6863081835571674		0	0	False	False	0.9983388781547546	0					non-mobilizable	no_good_hit	856.0	83.178	70.0	0.0002562198034724859	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0063_000000025115	1193	0.5226826366205419	3	2	1	1	1	True	107699	fragment	False	FIJ0083_000000027446	0.45801232665639446		0	0	False	False	0.9530594944953918	0					non-mobilizable	no_good_hit	685.0	77.372	56.0	0.0002628468841190786	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ENG0194_000000022175	1192	0.5226826366205419	2	2	1	1	1	True	54500	fragment	False	ENG0194_000000022175	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	97.65100000000001	100.0	0.00041993947371111903	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0105_000000047394	1158	0.5226826366205419	3	2	1	1	1	True	8687	fragment	False	MON0105_000000047394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	783.0	77.139	67.0	0.00025787642107611965	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
CHI0112_000000016669	1138	0.5226826366205419	2	2	1	1	1	True	82372	fragment	False	CHI0112_000000016669	1.0		0	0	False	False	0.9991212487220764	0					non-mobilizable	other	1048.0	95.992	92.0	0.00032540882984104745	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0112_000000029621	1127	0.5226826366205419	2	2	1	1	1	True	4510	fragment	False	SPA0112_000000029621	1.0		0	0	False	False	0.9991126656532288	0					non-mobilizable	other	1132.0	87.898	99.0	0.0003402213606626428	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0303_000000013545	1114	0.5226826366205419	3	2	1	1	1	True	25500	fragment	False	ISR0303_000000013545	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1048.0	100.0	94.0	0.0003257199281487349	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0169_000000009431	2477	0.5226811573547949	4	4	3	3	2	False	73605	maximal	True	ENG0169_000000009431	1.0		30	6	False	False	0.9991925954818726	0					non-mobilizable	no_good_hit	1603.0	96.319	89.0	0.007827540041629614	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0146_000000037363	1160	0.5226777216811545	2	2	2	2	2	False	37996	fragment	False	ISR0146_000000037363	0.9995674740484429		0	0	False	False	0.9956896305084229	0					non-mobilizable	no_good_hit	553.0	91.501	81.0	0.01849241508927373	NZ_JAAIPV010000047.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_47_length_29796_cov_89.5251, whole genome shotgun sequence	True	False
ISR0014_000000029418	1156	0.5226777216811545	2	2	2	2	2	False	37996	fragment	False	ISR0146_000000037363	0.9978448275862069		0	0	False	False	0.9982699155807495	0					non-mobilizable	no_good_hit	553.0	91.501	81.0	0.01849241508927373	NZ_JAAIPV010000047.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_47_length_29796_cov_89.5251, whole genome shotgun sequence	True	False
ENG0111_000000008609	2372	0.5226738067470752	4	2	1	1	2	False	59747	maximal	True	ENG0111_000000008609	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	84.375	4.0	4.059842958289697e-05	NZ_AP019822.1	fusobacteria	Pseudoleptotrichia goodfellowii strain JCM16774	True	False
USA0084_01_000000015972	2037	0.5226738067470752	3	2	1	1	2	False	475	fragment	False	USA0084_01_000000015972	1.0		0	0	False	False	0.9995090961456299	0					non-mobilizable	no_good_hit	79.0	82.27799999999999	4.0	4.1025400583732846e-05	LR590465.1	g-proteobacteria	Haemophilus influenzae strain NCTC8468 genome assembly, chromosome: 1	True	False
ISR0236_000000002128	4171	0.5226715759801565	3	3	3	2	1	True	55540	fragment	False	ISR0236_000000002128	0.9220317562501278		0	0	False	False	0.9997602701187134	0					non-mobilizable	other	4171.0	98.25	100.0	0.001183749755869355	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0177_000000002671	7777	0.5226629915521668	11	9	3	4	7	True	109179	fragment	False	ISR0177_000000002671	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7777.0	100.0	100.0	0.05062565918827068	NZ_CZAF01000011.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0140_000000019128	1721	0.522661329762227	2	2	2	2	2	False	40372	maximal	True	FIJ0140_000000019128	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	87.5	4.0	0.0004633400841485379	NZ_JNCS01000010.1	euryarchaeotes	Natrinema altunense strain AJ2 N_altunense_AJ2_contig_10, whole genome shotgun sequence	True	False
CHI0132_000000007568	4249	0.5226611302683819	2	2	2	0	1	False	120716	fragment	False	CHI0132_000000007568	0.9925655241935484		0	0	False	False	1.0	0					non-mobilizable	chromosome	4251.0	94.75399999999999	100.0	0.0006775464240490231	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
USA0064_01_000000002345	3968	0.5226611302683819	2	2	2	0	1	False	120716	fragment	False	CHI0132_000000007568	0.95999058602024		0	0	False	False	1.0	0					non-mobilizable	chromosome	3910.0	94.78299999999999	99.0	0.000623170493100396	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
FIJ0116_000000005216	3688	0.5226611302683819	2	2	2	0	1	False	118048	fragment	False	FIJ0116_000000005216	0.9979387514723204		0	0	False	False	0.998644232749939	0					non-mobilizable	other	3654.0	88.588	100.0	0.0007067337647333848	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0016_000000001913	3410	0.5226611302683819	2	2	2	0	1	False	120715	fragment	False	DEN0016_000000001913	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3411.0	96.62899999999999	100.0	0.0006604445430914886	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0029_000000003693	3396	0.5226611302683819	3	2	2	0	1	False	118048	fragment	False	FIJ0116_000000005216	0.9585140997830803		0	0	False	False	0.9920494556427002	0					non-mobilizable	chromosome	3238.0	99.90700000000001	100.0	0.00047728002580880313	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
ISR0258_000000006654	3081	0.5226611302683819	3	2	2	0	1	False	120714	fragment	False	CHI0063_000000004051	0.9566868393539892		0	0	False	False	0.9983771443367004	0					non-mobilizable	chromosome	3081.0	98.053	100.0	0.0006889826969153931	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0011_000000009357	2834	0.5226611302683819	3	2	2	0	1	False	118051	fragment	False	ENG0011_000000009357	1.0		0	0	False	False	0.9897671341896057	0					non-mobilizable	chromosome	2835.0	96.085	100.0	0.0004001620988438522	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0199_000000011500	2603	0.5226611302683819	2	2	2	0	1	False	118046	fragment	False	ISR0199_000000011500	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2603.0	99.92299999999999	100.0	0.00038365234079533694	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
USA0084_01_000000013830	2375	0.5226611302683819	3	2	2	0	1	False	118039	fragment	False	USA0084_01_000000013830	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2299.0	99.478	100.0	0.0004450737712681058	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0119_000000014875	2162	0.5226611302683819	2	2	2	0	1	False	111756	fragment	False	ENG0119_000000014875	1.0		0	0	False	False	0.999537467956543	0					non-mobilizable	other	2009.0	99.95	96.0	0.00035049226883525033	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
SPA0100_000000013955	2093	0.5226611302683819	2	2	2	0	1	False	94879	maximal	True	SPA0100_000000013955	1.0		7	3	False	False	1.0	0					non-mobilizable	other	2098.0	89.8	100.0	0.00035056043653559275	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0328_000000013891	2062	0.5226611302683819	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.061418024439918534		0	0	False	False	0.9990300536155701	0					non-mobilizable	other	2016.0	87.00399999999999	98.0	0.0003371738804865009	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0007_01_000000008442	1988	0.5226611302683819	2	2	2	0	1	False	94878	fragment	False	USA0007_01_000000008442	1.0		0	0	False	False	0.9994969964027405	0					non-mobilizable	other	1988.0	100.0	100.0	0.00033248858586931875	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
USA0033_01_000000005924	1827	0.5226611302683819	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.1446229189781308		0	0	False	False	1.0	0					non-mobilizable	chromosome	1829.0	95.954	100.0	0.0002913338001265157	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0104_000000013790	1800	0.5226611302683819	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.1156088626299742		0	0	False	False	0.9983333349227905	0					non-mobilizable	other	1803.0	93.51100000000001	100.0	0.00034900911045479836	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0077_000000019584	1790	0.5226611302683819	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.11748068830176808		0	0	False	False	0.9905027747154236	0					non-mobilizable	chromosome	1790.0	97.374	100.0	0.0002526967860330574	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0389_000000012736	1738	0.5226611302683819	2	2	2	0	1	False	118036	fragment	False	ENG0007_000000010287	0.1164427615103063		0	0	False	False	0.994246244430542	0					non-mobilizable	chromosome	1737.0	97.294	99.0	0.0002452105201528159	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
USA0017_01_000000016625	1643	0.5226611302683819	3	2	2	0	1	False	1886	fragment	False	USA0017_01_000000016625	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1643.0	99.939	100.0	0.00031802051019244116	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0847_000000018552	1576	0.5226611302683819	2	2	2	0	1	False	87753	fragment	False	ISR0847_000000018552	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1577.0	94.61	100.0	0.00022261047221246418	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0847_000000018661	1569	0.5226611302683819	2	2	2	0	1	False	81358	fragment	False	ISR0847_000000018661	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	89.179	100.0	0.00030388196132274064	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0182_000000019188	1500	0.5226611302683819	2	2	2	0	1	False	81357	fragment	False	CHI0182_000000019188	0.9695968032651665		0	0	False	False	1.0	0					non-mobilizable	chromosome	1500.0	98.93299999999999	100.0	0.00033294907589417595	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0012_000000039051	1442	0.5226611302683819	2	2	2	0	1	False	81357	fragment	False	CHI0182_000000019188	0.9614762604013706		0	0	False	False	1.0	0					non-mobilizable	other	1442.0	98.266	100.0	0.012702638375895841	NZ_KE159498.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.14, whole genome shotgun sequence	False	False
ENG0119_000000021603	1425	0.5226611302683819	2	2	2	0	1	False	59245	fragment	False	ENG0119_000000021603	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1425.0	99.93	100.0	0.0002099619267073635	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
DEN0062_000000015999	1362	0.5226611302683819	2	2	2	0	1	False	81357	fragment	False	CHI0182_000000019188	0.9275672676837724		0	0	False	False	1.0	0					non-mobilizable	other	1362.0	98.825	100.0	0.0036096487156705433	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
AST0024_000000027259	1329	0.5226611302683819	2	2	2	0	1	False	120712	fragment	False	AST0024_000000027259	1.0		0	0	False	False	0.9902182221412659	0					non-mobilizable	other	1229.0	98.454	99.0	0.0032569056743889987	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0055_01_000000022322	1176	0.5226611302683819	2	2	2	0	1	False	1022	fragment	False	USA0055_01_000000022322	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1176.0	97.619	100.0	0.0001732480785682248	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
ENG0050_000000018793	1489	0.5226608151612755	2	2	1	2	1	False	64129	maximal	False	ISR0324_000000020182	0.9780615586116568		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	80.702	10.0	4.8084622065603736e-05	CP026925.1	a-proteobacteria	Agrobacterium tumefaciens strain 1D1609 chromosome II, complete sequence	True	False
ENG0169_000000008100	2862	0.5226596569586325	2	2	2	2	2	False	132025	maximal	True	ENG0169_000000008100	1.0		20	4	False	False	0.9993011951446533	0					non-mobilizable	no_good_hit	376.0	78.191	15.0	0.0011878510840348307	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0114_000000018783	2469	0.5226572548991845	3	3	3	3	2	False	4451	maximal	True	SPA0114_000000018783	1.0		94	13	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	85.714	4.0	0.0005081645097906362	NZ_JTDB02000012.1	b-proteobacteria	Paraburkholderia sacchari strain LMG 19450 ctg_4, whole genome shotgun sequence	True	False
USA0075_01_000000002696	9019	0.5226547421413881	7	5	3	4	2	False	694	maximal	True	USA0075_01_000000002696	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4850.0	99.85600000000001	69.0	0.0010970955588558168	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0098_000000032388	1123	0.522652531523788	3	3	2	2	1	False	9174	maximal	True	MON0098_000000032388	1.0		51	9	False	False	0.9982190728187561	0					non-mobilizable	no_good_hit	615.0	86.992	55.0	0.00021595779930533575	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0120_000000004947	4305	0.5226499390553392	5	4	3	3	2	False	59194	maximal	True	ENG0120_000000004947	1.0		2	2	False	False	0.9995354413986206	0		MOBP			mobilizable	no_good_hit	1102.0	90.29	37.0	0.0026051446853622246	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
SPA0017_000000005469	2243	0.5226457333463314	5	4	4	2	1	False	7832	fragment	False	SPA0017_000000005469	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2243.0	100.0	100.0	0.0156474644407532	CP056903.1	enterobacteria	Escherichia coli strain RHBSTW-00014 plasmid pRHBSTW-00014_2, complete sequence	False	True
ENG0085_000000008414	2091	0.5226429125379654	4	4	4	3	2	False	77554	maximal	True	ENG0085_000000008414	1.0		156	10	False	False	0.9995217323303223	0					non-mobilizable	chromosome	2091.0	98.948	100.0	0.0010452607925677457	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	False
ISR0199_000000000243	48746	0.5226394157253417	42	25	17	23	12	True	119258	maximal	True	ISR0199_000000000243	1.0	PS817	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	404.0	85.891	1.0	0.00013892204252072282	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
FIJ0043_000000007468	3431	0.5226375981873548	4	2	2	2	1	False	47236	maximal	True	FIJ0043_000000007468	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	98.56299999999999	24.0	0.9988023952095808	GQ879120.1		Uncultured organism clone VC1C524TR genomic sequence	True	False
SPA0061_000000002275	8722	0.5226351525782972	7	4	3	4	3	True	6253	maximal	True	SPA0061_000000002275	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1395.0	75.484	16.0	0.00047840021296300815	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	True
FIJ0140_000000027989	1266	0.5226313045165936	3	3	2	3	2	False	104380	fragment	False	ENG0093_000000007624	0.2937213441945519		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	98.499	100.0	0.008630590112300825	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
DEN0018_000000020011	1944	0.5226307791465271	3	1	1	1	1	False	75102	maximal	True	DEN0018_000000020011	1.0		4	4	False	False	0.9969135522842407	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000026587	1172	0.5226291630127428	3	2	2	2	1	False	19630	maximal	True	MAD0012_000000026587	1.0		2	1	False	False	0.9863481521606445	0					non-mobilizable	no_good_hit	232.0	88.79299999999999	20.0	0.0024305299817973295	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0368_000000008700	1509	0.5226257644509938	3	3	2	2	1	True	23566	maximal	True	ISR0368_000000008700	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	88.76899999999999	34.0	7.244356536495092e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	True
ISR0224_000000024017	1306	0.5226216546009068	2	2	2	1	1	False	62906	fragment	False	ISR0224_000000024017	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0064_000000019050	1171	0.5226216546009068	2	2	2	1	1	False	62905	fragment	False	ENG0064_000000019050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0070_000000006868	2689	0.5226197024862917	2	2	2	2	1	True	16370	maximal	True	MAD0070_000000006868	1.0		1	1	False	False	0.9996281266212463	0					non-mobilizable	no_good_hit	442.0	83.03200000000001	16.0	0.011036637605200827	NZ_LKET01000033.1	firmicutes	Oxobacter pfennigii strain DSM 3222 OXPF_contig000033, whole genome shotgun sequence	True	True
FIJ0026_000000022553	1449	0.5226196013202346	2	2	1	1	2	False	65683	fragment	False	ENG0031_000000012727	0.7955430861207812		0	0	False	False	0.9993098974227905	0					non-mobilizable	chromosome	1449.0	97.37799999999999	100.0	0.00040490913173556414	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0812_000000017408	2283	0.5226174982784983	4	2	1	2	1	True	21654	maximal	True	ISR0812_000000017408	1.0		10	4	False	False	0.9916776418685913	0					non-mobilizable	no_good_hit	351.0	71.225	15.0	8.501449288854992e-05	CP013457.1	b-proteobacteria	Burkholderia sp. MSMB617WGS chromosome 1, complete sequence	True	True
ISR0344_000000003963	6790	0.5226148288687377	10	7	3	7	4	False	100014	maximal	True	ISR0344_000000003963	1.0		4	4	False	False	0.99985271692276	0					non-mobilizable	no_good_hit								True	False
FIJ0087_000000009088	3429	0.522613152176478	3	3	3	3	2	False	43747	maximal	True	FIJ0087_000000009088	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1622.0	75.832	47.0	0.0005799712011795532	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
MON0096_000000030384	1264	0.5226096477895321	2	2	2	2	1	False	9258	maximal	True	MON0096_000000030384	1.0		131	11	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	99.8	79.0	0.00033911931597119455	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0177_000000003372	6486	0.5226087345956342	6	6	6	5	4	True	96870	maximal	True	ISR0177_000000003372	1.0		102	9	False	False	1.0	0					non-mobilizable	other	4684.0	100.0	100.0	0.0009890423902765917	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0022_000000008555	3141	0.522607123732904	4	4	4	4	3	True	89666	maximal	True	MON0022_000000008555	1.0		1	1	False	False	0.9891754388809204	0					non-mobilizable	no_good_hit	1343.0	96.426	81.0	0.00031309112864919144	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
USA0011_01_000000005005	7454	0.5226067705126766	7	4	4	3	4	True	116005	maximal	True	USA0011_01_000000005005	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	3922.0	99.669	67.0	0.0008871337773301007	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0132_000000005853	6241	0.5226067705126766	5	4	4	3	4	True	116004	fragment	False	SPA0132_000000005853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2729.0	99.59700000000001	61.0	0.0006172152370712866	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0101_000000020915	1339	0.5226059908879748	3	2	2	2	2	False	108463	fragment	False	MON0030_000000022966	0.2199564577052879		0	0	False	False	0.9977595210075378	0					non-mobilizable	other	1339.0	99.62700000000001	100.0	0.00020980409190109165	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
CHI0004_000000005985	1283	0.5226058377356267	2	2	2	1	1	False	90825	maximal	True	CHI0004_000000005985	1.0		1054	15	False	False	0.9922057390213013	0					non-mobilizable	chromosome	1284.0	98.75399999999999	100.0	0.000371918015702883	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0046_000000007047	1631	0.5226035433456907	2	2	2	2	2	True	87045	maximal	True	CHI0046_000000007047	1.0		84	9	False	False	1.0	0					non-mobilizable	other	1547.0	89.59299999999999	95.0	0.01204894396383758	NZ_WNCH01000008.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold8_size127380, whole genome shotgun sequence	False	True
ISR0359_000000001837	9910	0.5226034264648702	6	6	6	6	5	False	85781	maximal	True	ISR0359_000000001837	0.9757756932275023		55	9	False	False	0.999596357345581	0					non-mobilizable	no_good_hit	4421.0	87.333	84.0	0.0010980503167616342	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
CHI0145_000000015500	1188	0.5226010241304228	2	2	2	1	2	False	79726	maximal	True	CHI0145_000000015500	1.0		66	9	False	False	1.0	0					non-mobilizable	chromosome	1188.0	100.0	100.0	0.00022313930114725936	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	False	False
ENG0121_000000014078	1171	0.5226005625931388	2	2	2	2	1	False	59105	maximal	False	FIJ0046_000000029970	0.9931740614334471		0	0	False	False	0.9820666313171387	0					non-mobilizable	no_good_hit	636.0	75.62899999999999	54.0	0.0001743950325185642	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0295_000000009369	3557	0.5225940662912413	5	5	3	4	4	False	61797	maximal	True	ISR0295_000000009369	0.9973816421127475		7	1	False	True	1.0	0					non-mobilizable	no_good_hit	492.0	75.203	14.0	0.0034002658644091514	NZ_SLXJ01000005.1	g-proteobacteria	Nicoletella semolina strain DSM 16380 Ga0310495_105, whole genome shotgun sequence	True	True
ISR0327_000000007045	3544	0.5225940662912413	5	5	3	4	4	False	61797	maximal	False	ISR0295_000000009369	0.9971024126899989		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	492.0	75.203	14.0	0.0034002658644091514	NZ_SLXJ01000005.1	g-proteobacteria	Nicoletella semolina strain DSM 16380 Ga0310495_105, whole genome shotgun sequence	True	True
ISR0005_000000007168	2052	0.5225923071196191	5	3	3	2	1	False	38523	maximal	True	ISR0005_000000007168	1.0		1	1	False	False	0.9961013793945312	0					non-mobilizable	no_good_hit	344.0	100.0	17.0	0.0014005144747049937	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0330_000000012628	2306	0.5225918641359004	3	2	2	2	2	False	24667	maximal	True	ISR0330_000000012628	1.0		7	6	False	False	0.9878577589988708	0					non-mobilizable	no_good_hit	1021.0	72.282	44.0	0.023846662885233502	NZ_CACVNJ010000016.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
ENG0165_000000001591	10102	0.5225873438776345	20	3	1	3	1	False	56245	maximal	True	ENG0165_000000001591	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2854.0	93.76299999999999	74.0	0.0011878759213012425	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
SPA0110_000000002275	9951	0.5225849541562047	12	5	3	3	5	False	4627	maximal	True	SPA0110_000000002275	1.0		1	1	True	True	1.0	1976					non-mobilizable	no_good_hit	1643.0	93.001	16.0	0.2861629733030885	LN852884.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0204	True	True
ISR0806_000000002720	3796	0.5225848653081447	5	5	5	5	4	False	24706	maximal	True	ISR0806_000000002720	1.0		44	7	False	False	0.9989462494850159	0					non-mobilizable	no_good_hit	270.0	74.815	7.0	0.0005919494869771113	NZ_CAUI01000015.1	firmicutes	Halanaerobium saccharolyticum subsp. saccharolyticum DSM 6643 strain type strain:DSM 6643, whole genome shotgun sequence	True	False
CHI0003_000000006195	1933	0.5225839793478685	3	3	3	3	2	False	91070	maximal	True	CHI0003_000000006195	1.0		15	7	False	False	0.9994826912879944	0					non-mobilizable	no_good_hit	574.0	89.895	30.0	0.00015895883355952257	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0062_000000005707	2364	0.5225808151402593	2	2	2	2	1	True	81904	fragment	False	MAD0062_000000005707	0.9692773691042839		0	0	False	False	0.9919627904891968	0					non-mobilizable	no_good_hit	788.0	78.807	33.0	0.0016721906768411227	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ISR0209_000000012581	2311	0.5225808151402593	2	2	2	2	1	True	81904	fragment	False	MAD0062_000000005707	0.9608714043993232		0	0	False	False	0.9948074221611023	0					non-mobilizable	no_good_hit	786.0	78.372	34.0	0.0016721906768411227	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
CHI0119_000000011071	1213	0.5225808151402593	2	2	2	2	1	True	81903	fragment	False	CHI0119_000000011071	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	79.204	64.0	0.0016550619631218793	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
MAD0011_000000003217	4066	0.5225778348500343	3	3	1	3	2	False	45923	fragment	False	FIJ0090_000000010537	0.9659238951183426		0	0	False	False	0.9995081424713135	0					non-mobilizable	chromosome	4081.0	83.975	100.0	0.0010830337429032614	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0083_000000008059	2757	0.5225725465413432	3	2	2	2	1	False	119214	maximal	True	ENG0083_000000008059	1.0	PS816	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	1482.0	87.584	54.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
AUS0018_000000018774	1510	0.5225702059107502	3	2	2	2	2	False	99886	fragment	False	AUS0018_000000018774	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	99.792	95.0	0.0045633160096336675	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0075_000000012629	1556	0.5225674618619083	3	2	2	2	2	False	45566	fragment	False	FIJ0075_000000012629	0.9995712754555198		0	0	False	False	1.0	0					non-mobilizable	chromosome	1440.0	96.52799999999999	94.0	0.0008043860561158495	LR822043.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_2101 genome assembly, chromosome: STHERMO	False	False
FIJ0063_000000018283	1555	0.5225674618619083	3	2	2	2	2	False	45566	fragment	False	FIJ0075_000000012629	0.9991428264409525		0	0	False	False	1.0	0					non-mobilizable	chromosome	1440.0	96.458	94.0	0.0008043860561158495	LR822043.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_2101 genome assembly, chromosome: STHERMO	False	False
FIJ0127_000000012422	1555	0.5225674618619083	3	2	2	2	2	False	45566	fragment	False	FIJ0075_000000012629	0.9991428264409525		0	0	False	False	1.0	0					non-mobilizable	chromosome	1440.0	96.458	94.0	0.0008043860561158495	LR822043.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_2101 genome assembly, chromosome: STHERMO	False	False
ENG0184_000000014461	1556	0.5225658819825434	2	1	1	1	1	False	55098	maximal	True	ENG0184_000000014461	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	4.0	0.0002795350890098573	NZ_PIQI01000028.1	enterobacteria	Pantoea rodasii strain DSM 26611 PRCB28, whole genome shotgun sequence	True	False
SPA0129_000000018664	1299	0.522565504815012	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.35375723568303036		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	98.845	100.0	0.8805970149253731	NZ_JAAIUL010000057.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_65_length_1474_cov_949.715, whole genome shotgun sequence	False	False
ENG0193_000000015669	1264	0.522565504815012	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.34159307197297156		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	99.604	100.0	0.8568521031207599	NZ_JAAIUL010000057.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_65_length_1474_cov_949.715, whole genome shotgun sequence	False	False
SPA0154_000000008212	1222	0.522565504815012	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.31731679847713673		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	98.445	100.0	0.028171288819159247	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ENG0111_000000017049	1212	0.522565504815012	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.30679847784886205		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	99.09200000000001	100.0	0.8215739484396201	NZ_JAAIUL010000057.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_65_length_1474_cov_949.715, whole genome shotgun sequence	False	False
USA0132_01_000000012987	1205	0.522565504815012	1	1	1	1	1	False	120706	fragment	False	FIJ0022_000000018434	0.8305488810880505		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	85.844	100.0	0.0023731292389626824	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	False	False
SPA0128_000000032591	1160	0.522565504815012	2	1	1	1	1	False	120706	fragment	False	FIJ0022_000000018434	0.5810587861915623		0	0	False	False	1.0	0					non-mobilizable	other	1162.0	82.96	100.0	0.02674080568501684	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0368_000000004365	2847	0.5225643788104279	3	3	3	3	2	False	23571	maximal	True	ISR0368_000000004365	1.0		7	3	False	False	0.9985949993133545	0					non-mobilizable	no_good_hit	107.0	88.785	4.0	5.023784028959962e-05	CP054000.1	firmicutes	Finegoldia magna strain FDAARGOS_764 chromosome, complete genome	True	False
ENG0024_000000002148	10943	0.5225552192409135	9	4	4	4	1	False	66248	maximal	True	ENG0024_000000002148	1.0		1	1	False	False	0.9995430707931519	0					non-mobilizable	no_good_hit	881.0	98.07	8.0	0.9988649262202043	GQ879421.1		Uncultured organism clone VC1C785TR genomic sequence	True	False
USA0041_01_000000010035	1791	0.5225512394737238	3	3	2	3	3	False	9002	fragment	False	USA0041_01_000000010035	1.0		0	0	False	False	0.9983249306678772	0					non-mobilizable	other	1791.0	99.88799999999999	100.0	0.00047564422555952635	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0186_000000016950	1830	0.522547099697955	2	1	1	1	1	False	29326	maximal	True	ISR0186_000000016950	1.0		59	9	False	False	0.9907103776931763	0					non-mobilizable	no_good_hit								True	False
ISR0140_000000007075	3904	0.5225453066311438	7	3	2	3	1	False	31258	fragment	False	ISR0140_000000007075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000014481	1753	0.5225452312543278	3	2	1	2	1	False	62370	fragment	False	MON0052_000000015743	0.9533102623862834		0	0	False	False	0.998288631439209	0					non-mobilizable	no_good_hit	252.0	83.73	14.0	0.3010882708585248	GQ879457.1		Uncultured organism clone VC1C825TR genomic sequence	True	False
ISR0048_000000002934	6112	0.5225424128239557	8	6	6	6	5	False	122306	maximal	True	ISR0048_000000002934	1.0		446	13	False	False	0.9990183115005493	0					non-mobilizable	no_good_hit	1881.0	80.27600000000001	31.0	0.007226871879877461	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0197_000000015677	1627	0.5225420450267507	2	2	1	2	0	True	28926	maximal	True	ISR0197_000000015677	1.0		1	1	False	False	0.9981561303138733	0					non-mobilizable	no_good_hit	1053.0	99.81	65.0	0.00020375004672499884	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ENG0075_000000017323	1418	0.52254176083642	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.052567637785680715		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	99.295	100.0	0.0029629660607606687	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0093_000000011004	1561	0.5225413669181983	4	3	3	3	3	False	109488	fragment	False	AST0093_000000011004	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1561.0	98.07799999999999	100.0	0.0007312340042561569	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
MON0042_000000011529	2310	0.5225400265265076	2	1	1	1	1	False	11726	maximal	True	MON0042_000000011529	1.0		1	1	False	False	0.9722943902015686	0					non-mobilizable	no_good_hit								True	False
ISR0233_000000002663	3897	0.5225390070632882	4	3	2	3	0	True	27397	maximal	True	ISR0233_000000002663	1.0		4	2	False	False	0.9997434020042419	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.960235691560187e-07	LR812501.1	bony fishes	Danio aesculapii genome assembly, chromosome: 21	True	True
SPA0120_000000018178	2276	0.5225388398460571	3	2	2	2	0	False	14442	fragment	False	SPA0120_000000018178	1.0		0	0	False	False	0.9938488602638245	0					non-mobilizable	other	2271.0	96.65299999999999	99.0	0.03242625526748089	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
MON0005_000000037402	1459	0.5225386958941974	2	1	1	1	1	False	118989	maximal	True	MON0005_000000037402	1.0		205	13	False	False	0.9993146061897278	0					non-mobilizable	other	1293.0	99.227	100.0	0.0028415838971047516	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0011_000000034664	1344	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9922285814481232		0	0	False	False	0.9992559552192688	0					non-mobilizable	other	1344.0	99.405	100.0	0.002953751682516781	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0128_000000026326	1334	0.5225386958941974	2	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9714337171851835		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	98.95100000000001	100.0	0.002931757999102658	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0033_000000044503	1334	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.989929781232329		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	99.4	100.0	0.002931757999102658	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0296_000000019377	1333	0.5225386958941974	2	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9714190186520971		0	0	False	False	0.9992498159408569	0					non-mobilizable	other	1333.0	98.95	100.0	0.0029295586307612454	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0092_000000042038	1327	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9912895470668865		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	99.47200000000001	100.0	0.002916362420712771	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0049_000000016769	1321	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9908487158853119		0	0	False	False	0.9916729927062988	0					non-mobilizable	other	1321.0	99.47	100.0	0.002903166210664297	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
CHI0117_000000010978	1319	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.8415484466870609		0	0	False	False	1.0	0					non-mobilizable	other	1189.0	98.823	100.0	0.0026128495895978675	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0037_000000058360	1310	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9901946966769826		0	0	False	False	0.9992366433143616	0					non-mobilizable	other	1310.0	99.46600000000001	100.0	0.0028789731589087615	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0078_000000016417	1276	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.967700396312869		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	99.13799999999999	100.0	0.0028041946353007416	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0142_000000028788	1276	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9679830774907092		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	99.13799999999999	100.0	0.0028041946353007416	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0166_000000017036	1276	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9689080820630906		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	99.295	100.0	0.0028041946353007416	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0075_000000019207	1276	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9679830774907092		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	99.13799999999999	100.0	0.0028041946353007416	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0336_000000012356	1276	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9679830774907092		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	99.13799999999999	100.0	0.0028041946353007416	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0026_000000020283	1276	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.967700396312869		0	0	False	False	0.9992163181304932	0					non-mobilizable	other	1276.0	99.13799999999999	100.0	0.0028041946353007416	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0110_000000014011	1266	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.961570946362087		0	0	False	False	0.9992101192474365	0					non-mobilizable	other	1267.0	99.132	100.0	0.0027844003202280305	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0118_000000024679	1266	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9842139148554634		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	99.605	100.0	0.002782200951886618	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0028_000000023852	1265	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9663985299353838		0	0	False	False	0.9984189867973328	0					non-mobilizable	other	1265.0	99.921	100.0	0.002780001583545206	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0179_000000017720	1265	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9664283184482318		0	0	False	False	0.999209463596344	0					non-mobilizable	other	1265.0	99.447	100.0	0.002780001583545206	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0034_01_000000040657	1265	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9660270416507509		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	99.84200000000001	100.0	0.002780001583545206	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0047_000000023705	1264	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9651757238534171		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	99.684	100.0	0.0027778022152037934	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0003_000000017048	1263	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9633734667219424		0	0	False	False	0.9992082118988037	0					non-mobilizable	other	1263.0	99.287	100.0	0.0027756028468623813	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0094_000000014156	1262	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9660109037271692		0	0	False	False	0.996830403804779	0					non-mobilizable	other	1262.0	99.445	100.0	0.0027734034785209687	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0350_000000015900	1262	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9820020459885911		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	99.287	100.0	0.0027734034785209687	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0026_000000018400	1261	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9643967133856627		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	99.286	100.0	0.0027712041101795562	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0193_000000020856	1261	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9649955242491072		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	99.445	100.0	0.0027712041101795562	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0079_000000023049	1261	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9655829710992991		0	0	False	False	0.9992069602012634	0					non-mobilizable	other	1261.0	99.921	100.0	0.0027712041101795562	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0053_000000032699	1260	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.8776759205559362		0	0	False	False	1.0	0					non-mobilizable	other	1208.0	98.92399999999999	100.0	0.002654637588084702	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0089_000000016333	1258	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9628465521160887		0	0	False	False	0.9992051124572754	0					non-mobilizable	other	1258.0	99.444	100.0	0.0027646060051553195	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0344_000000028188	1255	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9792463083339037		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	100.0	100.0	0.0027580079001310823	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0190_000000023757	1252	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9606433840819396		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	99.441	100.0	0.002751409795106845	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0230_000000028530	1251	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9604067160583849		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	99.52	100.0	0.002749210426765433	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0113_000000013322	1250	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9589127418798105		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	99.36	100.0	0.0027470110584240206	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0083_000000014761	1248	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9585357984811099		0	0	False	False	0.995192289352417	0					non-mobilizable	other	1248.0	100.0	100.0	0.002742612321741196	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0208_000000022368	1248	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9584396290698672		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	99.439	100.0	0.002742612321741196	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0078_000000020697	1247	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9578527748861978		0	0	False	False	1.0	0					non-mobilizable	other	1247.0	99.439	100.0	0.0027404129533997834	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0084_000000015632	1247	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9558546663310031		0	0	False	False	0.9975942373275757	0					non-mobilizable	other	1247.0	100.0	100.0	0.0027404129533997834	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0021_000000019295	1246	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9566277075458296		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	99.35799999999999	100.0	0.0027382135850583713	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0302_000000013639	1245	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.953602373005096		0	0	False	False	0.9991967678070068	0					non-mobilizable	other	1245.0	99.35700000000001	100.0	0.0027360142167169588	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0086_000000019856	1244	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9728170915501255		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	99.51799999999999	100.0	0.0027338148483755467	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0040_000000035062	1239	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9534310019179315		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	100.0	100.0	0.002722818006668485	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0069_000000014597	1237	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9526322202139167		0	0	False	False	0.9902991056442261	0					non-mobilizable	other	1237.0	99.434	100.0	0.0027184192699856603	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0305_000000015442	1233	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9421659877632115		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	99.027	100.0	0.0027096217966200106	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0056_000000029137	1228	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9456411123743035		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	99.26700000000001	100.0	0.002698624954912949	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0162_000000018811	1227	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9472940025919777		0	0	False	False	0.9910350441932678	0					non-mobilizable	other	1227.0	99.919	100.0	0.0026964255865715367	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0146_000000018711	1227	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9472108907315092		0	0	False	False	0.9991850256919861	0					non-mobilizable	other	1227.0	99.43	100.0	0.0026964255865715367	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0156_000000019784	1226	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9409477514709679		0	0	False	False	0.9967373609542847	0					non-mobilizable	other	1226.0	99.429	100.0	0.002694226218230124	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0021_000000025816	1225	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9456222217753091		0	0	False	False	0.9983673691749573	0					non-mobilizable	other	1225.0	99.837	100.0	0.002692026849888712	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0165_000000016477	1223	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9572164324702845		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	99.509	100.0	0.0026876281132058874	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0096_000000035392	1223	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9433796625372362		0	0	False	False	0.9991823434829712	0					non-mobilizable	other	1223.0	99.264	100.0	0.0026876281132058874	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0134_000000020519	1222	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9438739733772391		0	0	False	False	0.9991816878318787	0					non-mobilizable	other	1222.0	99.509	100.0	0.002685428744864475	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0075_000000019381	1204	0.5225386958941974	1	1	1	1	1	False	118988	fragment	False	MON0011_000000034664	0.9110880459049531		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	99.336	100.0	0.002645840114719053	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0069_000000014078	1763	0.5225334418792993	3	3	1	2	1	False	91249	fragment	False	ISR0069_000000014078	1.0		0	0	False	False	0.9994328022003174	0					non-mobilizable	no_good_hit	589.0	72.49600000000001	33.0	0.00020325439934619835	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0116_000000010101	3792	0.5225327893308146	4	4	4	4	3	False	113456	fragment	False	SPA0116_000000010101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	74.44800000000001	38.0	0.018122223768966956	NZ_SLUN01000027.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1027, whole genome shotgun sequence	True	False
SPA0067_000000006686	3299	0.5225263377741166	2	2	2	2	2	False	88911	maximal	True	SPA0067_000000006686	0.99625772860397		594	12	False	False	0.9996968507766724	0					non-mobilizable	chromosome	3299.0	99.515	100.0	0.0006288471123561784	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
USA0034_01_000000008336	6849	0.5225253782507155	7	7	5	7	4	True	102926	maximal	True	USA0034_01_000000008336	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4623.0	98.118	67.0	0.001293048799157895	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
SPA0128_000000022903	1628	0.5225243738794371	2	1	1	1	1	False	3873	maximal	True	SPA0128_000000022903	1.0		78	11	False	False	1.0	0					non-mobilizable	other	1546.0	91.074	95.0	0.020798376184032477	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	False	False
MON0035_000000021937	1335	0.5225243738794371	2	1	1	1	1	False	70254	maximal	True	MON0035_000000021937	1.0		125	13	False	False	1.0	0					non-mobilizable	no_good_hit	1099.0	81.711	82.0	0.0005369069546136945	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0071_000000013176	2966	0.5225228505262592	4	3	3	3	3	False	70473	maximal	True	DEN0071_000000013176	1.0		26	8	False	False	1.0	0					non-mobilizable	other	2923.0	98.97399999999999	100.0	0.006426554293606876	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
SPA0109_000000013845	2274	0.5225216891107171	3	2	2	2	0	True	60963	fragment	False	SPA0109_000000013845	0.9965051258154707		0	0	False	False	0.996921718120575	0					non-mobilizable	other	2274.0	99.956	100.0	0.0005827543179069659	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
SPA0049_000000008280	2415	0.5225175970342384	3	3	3	3	2	False	124362	maximal	True	SPA0049_000000008280	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1670.0	98.743	89.0	0.009613280035020218	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0038_000000032557	1109	0.5225156926419873	1	1	1	1	1	True	47597	maximal	False	ISR0364_000000015987	0.6960194730813287		0	0	False	False	0.9891794323921204	0					non-mobilizable	no_good_hit	206.0	99.029	35.0	0.0840853158326497	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0149_000000004707	3299	0.5225147748721002	5	5	3	5	3	False	104681	maximal	True	ISR0149_000000004707	1.0		7	3	False	False	0.9948469400405884	0					non-mobilizable	no_good_hit	65.0	87.69200000000001	2.0	0.000994051224702173	NZ_FRAC01000035.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	False
MON0036_000000002403	6023	0.5225134177498982	5	4	4	4	4	False	130683	fragment	False	MON0036_000000002403	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6027.0	96.26700000000001	99.0	0.0026110532274170126	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0146_000000001924	11605	0.5225105052402439	18	8	6	8	6	False	109339	maximal	True	ENG0146_000000001924	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3060.0	76.961	34.0	0.01014259053380474	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
MAD0041_000000009125	3331	0.522509502684661	4	3	3	2	1	True	18276	maximal	True	MAD0041_000000009125	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	75.6	7.0	8.961601722376136e-05	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	True
SPA0113_000000003525	9219	0.5225079946446434	7	7	7	7	7	False	125450	fragment	False	SPA0113_000000003525	1.0		0	0	False	False	0.9997830390930176	0					non-mobilizable	other	9207.0	99.62	99.0	0.0027725057537174042	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0815_000000003430	7780	0.5225050765892925	4	3	2	3	2	False	103348	maximal	True	ISR0815_000000003430	1.0		46	9	False	False	1.0	0					non-mobilizable	no_good_hit	5763.0	99.375	74.0	0.018606065901067503	NZ_AGDG01000039.1	CFB group bacteria	Bacteroides faecis MAJ27 contig039, whole genome shotgun sequence	True	False
MON0017_000000009157	2129	0.5225036068447049	2	2	2	2	1	False	74476	maximal	True	MON0017_000000009157	1.0		9	5	False	False	0.9995303153991699	0					non-mobilizable	no_good_hit	1402.0	92.51100000000001	66.0	0.16676607419778122	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0324_000000011875	2598	0.5225017845730832	4	4	3	4	4	False	24938	maximal	True	ISR0324_000000011875	1.0		119	11	False	False	0.9923017621040344	0					non-mobilizable	other	2570.0	98.405	99.0	0.007556860516140052	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ENG0110_000000014748	2061	0.5224969792191622	2	2	2	2	2	False	59800	fragment	False	ENG0110_000000014748	1.0		0	0	False	False	0.9961183667182922	0					non-mobilizable	other	2061.0	99.175	100.0	0.026883474493324806	NZ_QRHR01000011.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf11, whole genome shotgun sequence	False	False
ISR0830_000000002886	6812	0.5224963970308683	4	2	2	2	2	False	93187	maximal	True	ISR0830_000000002886	1.0		1	1	False	False	0.9980915784835815	0					non-mobilizable	no_good_hit	1423.0	100.0	21.0	0.002637626803630354	NZ_CZAI01000003.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ENG0161_000000018602	1106	0.5224912315061414	2	2	2	2	2	False	56383	fragment	False	ENG0161_000000018602	1.0		0	0	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	840.0	99.167	76.0	0.006465816917728853	NZ_LMUA01000009.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00009, whole genome shotgun sequence	True	False
SPA0058_000000027013	1104	0.5224899818994088	2	2	2	2	1	False	6281	maximal	True	SPA0058_000000027013	1.0		66	10	False	False	0.9954710006713867	0					non-mobilizable	other	1065.0	82.34700000000001	96.0	0.005603859611918142	NZ_QEKJ01000004.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_104, whole genome shotgun sequence	False	False
ISR0077_000000003273	7636	0.5224837951323897	9	5	1	4	1	False	112474	maximal	True	ISR0077_000000003273	1.0		13	6	False	False	0.9998690485954285	0					non-mobilizable	no_good_hit	2604.0	97.389	34.0	0.00837933976082023	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0199_000000026383	1159	0.5224832072708404	2	2	2	2	2	False	28790	fragment	False	ISR0199_000000026383	1.0		0	0	False	False	0.9991371631622314	0					non-mobilizable	no_good_hit	262.0	74.42699999999999	22.0	5.229874608608744e-05	NZ_MAEN01000001.1	enterobacteria	Rahnella victoriana strain BRK18a contig_1, whole genome shotgun sequence	True	False
ISR0085_000000000423	27664	0.5224811061053581	28	19	11	17	12	False	128725	fragment	False	ISR0085_000000000423	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5208.0	94.22	54.0	0.11642011503256272	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ISR0147_000000004551	5162	0.5224810643596288	5	4	2	1	3	False	30962	maximal	True	ISR0147_000000004551	1.0		510	13	False	False	0.9969004392623901	0					non-mobilizable	other	5061.0	99.76299999999999	98.0	0.000978727580585808	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0091_000000007382	1669	0.5224806699767366	3	2	2	2	1	False	81331	maximal	True	MON0091_000000007382	1.0		18	5	False	False	0.9664469957351685	0					non-mobilizable	other	1670.0	95.988	100.0	0.00043708514230015206	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
SPA0078_000000004566	1652	0.5224806699767366	3	2	2	2	1	False	81330	maximal	True	SPA0078_000000004566	1.0		19	6	False	False	0.9612590670585632	0					non-mobilizable	chromosome	1441.0	98.334	99.0	0.00036031587357027866	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
CHI0078_000000007293	2143	0.5224799860279311	2	2	2	2	2	False	108063	maximal	True	CHI0078_000000007293	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	96.22399999999999	71.0	0.0005409531149266008	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0056_000000002514	6953	0.5224788725077655	8	8	4	7	2	False	132276	fragment	False	ISR0056_000000002514	1.0		0	0	False	False	0.9974111914634705	0					non-mobilizable	other	6490.0	95.039	93.0	0.28723922576072997	KT336259.1	bacteria	Uncultured bacterium 32o03 genomic sequence	False	False
SPA0058_000000008376	3622	0.5224787039576163	4	4	3	3	4	False	72833	maximal	True	SPA0058_000000008376	0.9997235277854576		35	7	False	False	1.0	0					non-mobilizable	chromosome	3628.0	92.66799999999999	100.0	0.0008058579037279106	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0062_000000009075	3617	0.5224787039576163	4	4	3	3	4	False	72833	maximal	False	SPA0058_000000008376	0.9990336830480397		0	0	False	False	1.0	0					non-mobilizable	chromosome	3623.0	92.65799999999999	100.0	0.000804745147716135	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0084_01_000000009985	3250	0.5224771954592998	4	4	4	4	4	False	99232	fragment	False	USA0084_01_000000009985	1.0		0	0	False	False	0.9996923208236694	0					non-mobilizable	no_good_hit	782.0	80.691	24.0	0.0002183618421533344	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0052_000000022560	1462	0.5224764266191482	3	3	3	2	2	False	90128	fragment	False	TAN0004_000000003475	0.8103368080771652		0	0	False	False	1.0	0					non-mobilizable	other	1462.0	99.932	100.0	0.014770555943101513	NZ_NQCD01000003.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_21_length_98913_cov_82.9332_ID_41.ctg_1, whole genome shotgun sequence	False	False
SPA0139_000000023902	1184	0.5224764266191482	3	3	3	2	2	False	87455	fragment	False	SPA0139_000000023902	0.9910088803617909		0	0	False	False	0.9822635054588318	0					non-mobilizable	chromosome	1184.0	99.916	100.0	0.00024551626695732917	CP053751.1	enterobacteria	Shigella sonnei strain 506 chromosome, complete genome	False	False
SPA0087_000000012479	1124	0.5224764266191482	3	3	3	2	2	False	87455	fragment	False	SPA0139_000000023902	0.9709943754675252		0	0	False	False	0.9973309636116028	0					non-mobilizable	chromosome	1124.0	99.911	100.0	0.00023970716024284918	CP047658.1	enterobacteria	Escherichia coli strain LD39-1 chromosome, complete genome	False	False
ENG0156_000000016384	1110	0.5224764266191482	3	3	3	2	2	False	87455	fragment	False	SPA0139_000000023902	0.9658002747816036		0	0	False	False	1.0	0					non-mobilizable	chromosome	1110.0	100.0	100.0	0.00023230983638390993	CP047662.1	enterobacteria	Escherichia coli strain LD93-1 chromosome, complete genome	False	False
CHI0042_000000010438	1108	0.5224764266191482	3	3	3	2	2	False	87455	fragment	False	SPA0139_000000023902	0.9507172040813054		0	0	False	False	1.0	0					non-mobilizable	chromosome	1108.0	99.91	100.0	0.00021872525497510962	CP046396.1	enterobacteria	Escherichia coli strain ampC_0069 chromosome, complete genome	False	False
FIJ0099_000000001666	12506	0.5224743307833555	12	8	7	7	6	True	101308	maximal	True	FIJ0099_000000001666	1.0		61	7	False	False	1.0	0					non-mobilizable	plasmid	6937.0	98.083	90.0	0.059927497268138695	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ENG0116_000000005204	4303	0.5224730668661483	7	2	2	2	1	False	97370	fragment	False	DEN0093_000000007382	0.9755091198978679		0	0	False	False	0.9997676014900208	0					non-mobilizable	other	4264.0	99.95299999999999	99.0	0.03575113452391937	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CAN0001_000000016014	2888	0.5224729288117383	4	2	2	2	1	False	97386	maximal	True	CAN0001_000000016014	1.0		19	8	False	False	0.9989612102508545	0					non-mobilizable	other	2503.0	97.28299999999999	96.0	0.00969327245808367	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
SPA0023_000000010954	2420	0.5224722925203868	4	3	3	3	2	False	21206	maximal	True	SPA0023_000000010954	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	96.212	5.0	0.0008762072932552104	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
SPA0101_000000005415	7870	0.5224701558869292	10	5	2	3	3	False	6765	fragment	False	SPA0101_000000005415	1.0		0	0	False	False	0.9988564252853394	0					non-mobilizable	no_good_hit	394.0	89.34	10.0	0.008795291274086342	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
AST0061_000000018296	2298	0.5224700928433749	3	3	3	3	3	False	112024	maximal	True	AST0061_000000018296	1.0		438	13	False	False	0.9939077496528625	0					non-mobilizable	other	2298.0	99.695	100.0	0.004714763964178467	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0034_000000003968	4911	0.5224671612691665	4	4	4	4	3	False	124520	maximal	True	ISR0034_000000003968	1.0		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	1371.0	96.499	29.0	0.0004409314612655571	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0288_000000009376	3202	0.5224655640159199	3	2	2	1	1	False	112372	maximal	True	ISR0288_000000009376	1.0		8	2	False	False	1.0	0					non-mobilizable	chromosome	1734.0	82.584	91.0	0.0004889537413921102	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0036_000000011452	2163	0.5224613269422013	3	2	2	1	1	False	7103	fragment	False	SPA0036_000000011452	1.0		0	0	False	False	0.9981507062911987	0					non-mobilizable	other	2163.0	99.954	100.0	0.054843864945080034	NZ_WNAJ01000030.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold30_size39421, whole genome shotgun sequence	False	False
AST0035_000000004049	3982	0.5224539262315228	5	3	0	3	1	True	116896	maximal	True	AST0035_000000004049	1.0		6	5	False	False	0.9994977116584778	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000016452	2661	0.5224533351319164	5	5	5	5	4	False	91552	fragment	False	FIJ0011_000000016452	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1387.0	76.42399999999999	52.0	0.0004803181114087054	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0182_000000031862	1264	0.5224522895466508	2	2	2	2	2	False	29516	maximal	True	ISR0182_000000031862	1.0		225	12	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	81.575	83.0	0.0016248459667833502	NZ_SMMX01000001.1	firmicutes	Extibacter muris strain DSM 28560 NODE_1_length_366804_cov_89.152802, whole genome shotgun sequence	True	False
AST0050_000000006783	1966	0.5224519794580521	3	2	2	1	1	False	114738	maximal	True	AST0050_000000006783	1.0		1	1	False	False	0.9821973443031311	0					non-mobilizable	no_good_hit	323.0	99.071	16.0	0.002933299324065808	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	True	False
SPA0009_000000010678	3305	0.5224482189104863	5	1	1	1	1	False	104669	maximal	True	SPA0009_000000010678	0.9763804660070221		3	2	False	False	0.9996974468231201	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000009918	3133	0.5224482189104863	5	1	1	1	1	False	104669	maximal	False	SPA0009_000000010678	0.9515885022692889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000011208	2140	0.5224482189104863	3	1	1	1	1	False	104661	fragment	False	ISR0024_000000011208	1.0		0	0	False	False	0.9757009148597717	0					non-mobilizable	no_good_hit								True	False
USA0058_01_000000011455	1589	0.5224482189104863	2	1	1	1	1	False	104668	fragment	False	USA0058_01_000000011455	0.980140935297886		0	0	False	False	0.9867841601371765	0					non-mobilizable	no_good_hit								True	False
CAN0005_000000010823	1561	0.5224482189104863	2	1	1	1	1	False	104668	fragment	False	USA0058_01_000000011455	0.9716803020767779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0022_000000024458	1384	0.5224482189104863	2	1	1	1	1	False	104667	fragment	False	AUS0022_000000024458	1.0		0	0	False	False	0.9985548853874207	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000016335	1336	0.5224482189104863	1	1	1	1	1	False	104660	fragment	False	DEN0062_000000016335	1.0		0	0	False	False	0.9895209670066833	0					non-mobilizable	no_good_hit								True	False
ENG0062_000000018411	1306	0.5224482189104863	1	1	1	1	1	False	104658	fragment	False	ENG0062_000000018411	0.9732132761241594		0	0	False	False	0.990045964717865	0					non-mobilizable	no_good_hit								True	False
AST0148_000000027027	1246	0.5224482189104863	1	1	1	1	1	False	104658	fragment	False	ENG0062_000000018411	0.7865812129711216		0	0	False	False	0.9903692007064819	0					non-mobilizable	no_good_hit								True	False
USA0017_01_000000023022	1172	0.5224482189104863	2	1	1	1	1	False	104658	fragment	False	ENG0062_000000018411	0.5846856146565561		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000034661	1160	0.5224482189104863	2	1	1	1	1	False	104658	fragment	False	ENG0062_000000018411	0.5789795605322698		0	0	False	False	0.9974138140678406	0					non-mobilizable	no_good_hit								True	False
MON0061_000000032203	1435	0.5224468326023899	4	4	4	3	2	False	10808	maximal	True	MON0061_000000032203	1.0		83	9	False	False	0.9944250583648682	0					non-mobilizable	no_good_hit	346.0	74.855	24.0	0.00010069673253911254	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0194_000000001778	13040	0.5224465737118598	17	11	8	7	9	False	54552	maximal	True	ENG0194_000000001778	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	100.0	1.0	0.00040242766830601346	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	False
ISR0041_000000004493	2921	0.5224439663047011	4	3	2	2	3	False	36423	maximal	True	ISR0041_000000004493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	973.0	80.164	51.0	0.00019706717435313825	CP013970.1	enterobacteria	Erwinia tracheiphila strain MDcuke chromosome, complete genome	True	False
CHI0097_000000005979	1289	0.5224437379827603	1	1	1	1	1	False	83416	fragment	False	MON0011_000000030282	0.4720805335095249		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	99.147	100.0	0.00141321044546851	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0011_000000008660	2107	0.5224414283256511	4	4	3	4	3	False	8042	maximal	True	SPA0011_000000008660	1.0		13	7	False	False	0.9995253682136536	0					non-mobilizable	no_good_hit	621.0	99.678	29.0	0.0001555681348283933	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0019_000000000962	11389	0.5224402262974339	18	10	8	9	8	True	126135	fragment	False	ISR0019_000000000962	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	72.569	8.0	0.11931747415618384	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0041_000000013222	1195	0.5224347951946636	1	1	1	1	1	False	36400	maximal	True	ISR0041_000000013222	1.0		3	2	False	False	0.9949790835380554	0					non-mobilizable	no_good_hit								True	False
ISR0064_000000003271	5125	0.5224347576772478	6	3	3	3	1	True	96532	fragment	False	FIJ0094_000000002896	0.6607364464738743		0	0	False	False	0.9996097683906555	0					non-mobilizable	chromosome	5125.0	97.561	100.0	0.0009190225287862643	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
SPA0116_000000001509	18084	0.5224314249966676	15	9	6	7	2	True	11841	fragment	False	SPA0116_000000001509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	79.33	1.0	0.014803725881570194	NZ_FMKA01000057.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	True
SPA0059_000000013335	1850	0.5224309462647204	2	2	2	2	2	False	6268	maximal	True	SPA0059_000000013335	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1850.0	98.757	100.0	0.0007032891796544412	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	False	False
FIJ0042_000000013360	1812	0.5224290900239679	2	1	1	1	1	False	47293	fragment	False	FIJ0042_000000013360	1.0		0	0	False	False	0.9867549538612366	0					non-mobilizable	no_good_hit	124.0	76.613	7.0	0.00351828353904718	NZ_BDGQ01000006.1	g-proteobacteria	Thaumasiovibrio subtropicus strain C4V358, whole genome shotgun sequence	True	False
CHI0145_000000014163	1306	0.5224287975066811	3	3	3	2	3	False	90128	fragment	False	TAN0004_000000003475	0.48632574997567973		0	0	False	False	0.9961715340614319	0					non-mobilizable	other	1306.0	99.92299999999999	100.0	0.013193412392708744	NZ_NQCD01000003.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_21_length_98913_cov_82.9332_ID_41.ctg_1, whole genome shotgun sequence	False	False
FIJ0140_000000028554	1246	0.5224287975066811	3	3	3	2	3	False	90128	fragment	False	TAN0004_000000003475	0.32516590096988257		0	0	False	False	0.995184600353241	0					non-mobilizable	other	1246.0	99.839	100.0	0.03479305815610765	NZ_LPTR01000026.1	enterobacteria	Shigella boydii strain 600384 600384_27, whole genome shotgun sequence	False	False
ENG0210_000000006750	3289	0.5224281227262857	6	4	3	4	3	False	53747	maximal	True	ENG0210_000000006750	1.0		5	3	False	False	0.9854059219360352	0					non-mobilizable	no_good_hit	685.0	90.219	44.0	0.00021790044099968486	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0159_000000006480	3841	0.5224264100647076	4	2	2	2	2	False	117299	maximal	True	ISR0159_000000006480	0.9972840847365563		187	9	False	False	0.9997396469116211	0					non-mobilizable	no_good_hit	1961.0	99.59200000000001	51.0	0.007435536553628807	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0309_000000004600	3682	0.5224264100647076	4	2	2	2	2	False	117299	maximal	False	ISR0159_000000006480	0.9766987763603228		0	0	False	False	0.9989136457443237	0					non-mobilizable	no_good_hit	1889.0	97.935	51.0	0.0084451979119606	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0173_000000002717	3085	0.5224264100647076	5	2	2	2	2	False	117301	maximal	True	ISR0173_000000002717	1.0		13	4	False	False	0.992220401763916	0					non-mobilizable	no_good_hit	2039.0	98.087	66.0	0.009116161729118487	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0106_000000010011	2455	0.5224264100647076	3	2	2	2	2	False	117300	fragment	False	ISR0106_000000010011	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2030.0	96.79799999999999	83.0	0.009075903900089015	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0037_000000031911	2219	0.5224264100647076	3	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.9292027594137862		0	0	False	False	1.0	0					non-mobilizable	other	2032.0	96.99799999999999	92.0	0.009084850084317786	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0158_000000008771	2159	0.5224264100647076	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.8116399598493231		0	0	False	False	0.9911996126174927	0					non-mobilizable	other	1933.0	96.43	90.0	0.008637540872879195	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0176_000000015895	2146	0.5224264100647076	3	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.9277961329304217		0	0	False	False	1.0	0					non-mobilizable	other	2032.0	96.9	95.0	0.009084850084317786	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0040_000000011253	2056	0.5224264100647076	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.7755155128906241		0	0	False	False	1.0	0					non-mobilizable	chromosome	1924.0	78.015	99.0	0.0005097042107677828	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0086_000000006901	2038	0.5224264100647076	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.9070670774117922		0	0	False	False	0.999509334564209	0					non-mobilizable	other	2032.0	97.04700000000001	99.0	0.009084850084317786	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0246_000000010817	2029	0.5224264100647076	3	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.8455629233068319		0	0	False	False	1.0	0					non-mobilizable	other	1960.0	99.38799999999999	97.0	0.008762787452082001	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0007_000000012576	2028	0.5224264100647076	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.9056588586137205		0	0	False	False	1.0	0					non-mobilizable	other	2028.0	96.992	100.0	0.009066957715860243	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0082_01_000000014736	2026	0.5224264100647076	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.759104416495623		0	0	False	False	1.0	0					non-mobilizable	other	1976.0	98.48200000000001	98.0	0.008834356925912175	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0838_000000011968	1994	0.5224264100647076	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.8804077558873062		0	0	False	False	1.0	0					non-mobilizable	other	1994.0	97.141	100.0	0.008914872583971122	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0110_000000015988	1889	0.5224264100647076	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.681763091854224		0	0	False	False	0.999470591545105	0					non-mobilizable	other	1889.0	98.78200000000001	100.0	0.0084451979119606	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0312_000000009382	1875	0.5224264100647076	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.6243372528396349		0	0	False	False	0.997866690158844	0					non-mobilizable	other	1875.0	98.133	100.0	0.008382574622359197	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0358_000000010586	1846	0.5224264100647076	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.5080657689581166		0	0	False	False	1.0	0					non-mobilizable	other	1833.0	98.363	99.0	0.00819470475355499	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0323_000000011924	1785	0.5224264100647076	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.42261179575473407		0	0	False	False	0.9955182075500488	0					non-mobilizable	other	1785.0	95.126	100.0	0.00797552323995008	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0092_000000011168	1655	0.5224259576931717	1	1	1	1	1	False	15706	fragment	False	MAD0092_000000011168	1.0		0	0	False	False	0.9993957877159119	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	7.515535946202339e-06	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ISR0087_000000003064	7015	0.5224241723136596	9	9	4	6	8	True	123607	fragment	False	ISR0087_000000003064	0.967102399592957		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	7031.0	96.259	99.0	0.0018675826587425176	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
DEN0052_000000022649	1964	0.5224234060855605	4	3	3	3	2	False	72279	fragment	False	DEN0052_000000022649	0.9542025862068966		0	0	False	False	0.9801425933837891	0					non-mobilizable	no_good_hit								True	False
MON0079_000000012291	1856	0.5224234060855605	3	3	3	3	2	False	72279	fragment	False	DEN0052_000000022649	0.9292260692464358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0086_000000009866	3117	0.5224165937699841	2	2	2	2	2	False	110339	fragment	False	MON0086_000000009866	0.9828263002944062		0	0	False	False	1.0	0					non-mobilizable	other	3119.0	97.01799999999999	100.0	0.026459652637476443	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0064_000000021303	1123	0.5224147231432207	2	1	1	1	1	False	53771	fragment	False	ISR0145_000000022372	0.9394335827637343		0	0	False	False	0.9964380860328674	0					non-mobilizable	no_good_hit								True	False
AST0052_000000004738	4218	0.522410416631947	3	3	3	1	2	False	114614	maximal	True	AST0052_000000004738	1.0		87	8	False	False	0.9997628927230835	0					non-mobilizable	no_good_hit	282.0	80.851	7.0	4.933049933189346e-05	LK996017.1	firmicutes	Desulfitobacterium hafniense strain PCE-S genome assembly, scaffold: scaffold0	True	False
SPA0025_000000013889	1524	0.522409022273306	2	2	2	2	2	False	7558	maximal	True	SPA0025_000000013889	1.0		12	4	False	False	0.9835957884788513	0					non-mobilizable	other	1522.0	80.289	99.0	0.0006080955075688398	NZ_AP019711.1	firmicutes	Amedibacterium intestinale strain 9CBEGH2	False	False
SPA0100_000000008907	3480	0.5224041992853276	4	4	4	4	4	False	67077	fragment	False	SPA0100_000000008907	0.9506621299277246		0	0	False	False	1.0	0					non-mobilizable	chromosome	3440.0	95.087	100.0	0.0014911013034020436	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0056_000000010709	1996	0.5224039428758221	3	1	1	1	1	False	113555	fragment	False	FIJ0078_000000011674	0.9707217786128073		0	0	False	False	1.0	0					non-mobilizable	chromosome	1995.0	97.895	99.0	0.0005580821007620872	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ETH0005_000000007452	6542	0.5224010165519847	6	4	4	3	3	False	88581	maximal	True	ETH0005_000000007452	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	72.355	16.0	0.00031183192349884477	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
MON0054_000000004365	6835	0.5223958292529285	8	5	1	3	3	True	101242	fragment	False	USA0009_01_000000003375	0.9629458895767762		0	0	False	False	1.0	0					non-mobilizable	other	6837.0	96.65100000000001	100.0	0.07548755140848185	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
CHI0037_000000000086	36891	0.5223892307339875	31	29	26	27	28	False	88030	maximal	True	CHI0037_000000000086	1.0		3	2	False	False	1.0	0					non-mobilizable	plasmid	36753.0	99.99700000000001	100.0	0.15512998552198928	CP052259.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-1, complete sequence	False	True
ISR0223_000000003208	7186	0.5223892183707124	8	7	5	4	5	True	88494	maximal	True	ISR0223_000000003208	1.0		19	4	False	False	0.9920679330825806	0					non-mobilizable	no_good_hit	5743.0	79.61	84.0	0.0009481028321769302	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	True
SPA0023_000000012115	2222	0.5223860728210882	4	2	2	2	2	False	9540	maximal	True	SPA0023_000000012115	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000015190	1668	0.5223859862270593	3	2	2	2	1	True	120012	maximal	True	ENG0042_000000015190	1.0	PS730	7	5	False	True	1.0	0					non-mobilizable	other	1495.0	89.164	100.0	0.0004465029007634507	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0778_000000004632	2775	0.5223770872954898	3	2	2	2	2	False	78571	maximal	False	ENG0179_000000011698	0.6793949023270531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	84.78299999999999	7.0	0.0776255707762557	KX127659.1	bacteria	Uncultured bacterium clone Control_Mom_TR_45 genomic sequence	True	False
FIJ0124_000000020562	1404	0.5223770872954898	3	2	2	2	2	False	75195	fragment	False	MON0013_000000033523	0.4228909590373456		0	0	False	False	0.9992877244949341	0					non-mobilizable	no_good_hit	84.0	83.333	6.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
ENG0148_000000030054	1197	0.5223741975370118	3	3	1	1	2	False	57252	fragment	False	ENG0148_000000030054	1.0		0	0	False	False	0.9857978224754333	0					non-mobilizable	other	1197.0	99.833	100.0	0.0004651113953458527	CP015902.1	firmicutes	Lactococcus lactis subsp. lactis strain UC06, complete genome	False	False
SPA0052_000000011507	2451	0.5223718977961846	3	3	3	3	2	False	6531	maximal	True	SPA0052_000000011507	1.0		5	2	False	False	0.9959200620651245	0					non-mobilizable	no_good_hit	1058.0	94.61200000000001	43.0	0.004082610089492976	NZ_FTRU01000006.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
MAD0112_000000021369	1362	0.5223687183658979	1	1	1	1	1	False	14428	fragment	False	MAD0112_000000021369	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1361.0	84.49700000000001	99.0	0.00036278962816463925	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0021_000000012731	3927	0.5223680050783478	8	7	2	3	7	True	49666	fragment	False	FIJ0021_000000012731	1.0		0	0	False	False	0.9989814162254333	0					non-mobilizable	plasmid	2017.0	97.025	100.0	0.03671328671328671	CP030221.1	enterobacteria	Salmonella enterica strain SA20021456 plasmid pSA20021456.2, complete sequence	False	True
DEN0020_000000010485	1128	0.5223669825668855	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.2981171992326037		0	0	False	False	0.9946808218955994	0					non-mobilizable	other	1128.0	97.51799999999999	100.0	0.0003973734566519153	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
MAD0046_000000003288	6829	0.5223628267538304	8	6	5	5	5	True	124659	fragment	False	MAD0046_000000003288	1.0		0	0	False	False	0.9989749789237976	0					non-mobilizable	no_good_hit	2139.0	92.84700000000001	41.0	0.0007537350642421522	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MAD0088_000000006224	3460	0.5223620403212718	3	3	3	3	3	False	15907	maximal	True	MAD0088_000000006224	1.0		3	1	False	False	0.9997109770774841	0					non-mobilizable	no_good_hit	88.0	82.955	3.0	2.793581313445603e-05	NZ_DF968182.1	CFB group bacteria	Lentimicrobium saccharophilum strain TBC1, whole genome shotgun sequence	True	False
CAN0004_000000014384	1935	0.5223549325112067	3	2	1	1	2	False	96177	fragment	False	CAN0005_000000008513	0.9611592136748163		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	79.433	48.0	0.0019508536564812162	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	True	False
SPA0002_000000006040	4104	0.5223532729311402	5	5	4	3	3	False	77977	fragment	False	ENG0082_000000004059	0.94023280458525		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	99.70100000000001	42.0	0.7083509961848241	GQ874854.1		Uncultured organism clone 1041059767368 genomic sequence	True	False
SPA0009_000000019128	1914	0.5223477659727619	3	3	3	3	2	False	96457	fragment	False	SPA0009_000000019128	1.0		0	0	False	False	0.9968652129173279	0					non-mobilizable	chromosome	1316.0	99.92399999999999	100.0	0.0005558201982946675	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
FIJ0148_000000016012	1296	0.5223380023042848	2	2	2	2	2	False	39882	maximal	True	FIJ0148_000000016012	1.0		90	9	False	False	0.9984567761421204	0					non-mobilizable	other	1296.0	99.846	100.0	0.00023541118699410454	CP009274.2	enterobacteria	Klebsiella variicola strain DX120E, complete genome	False	False
MAD0070_000000000887	14808	0.5223373073818529	23	4	3	4	1	True	19800	maximal	False	MAD0009_000000000434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0009_000000000434	14808	0.5223373073818529	23	4	3	4	1	True	19800	maximal	True	MAD0009_000000000434	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0005_000000002454	6154	0.5223309133532984	9	7	1	3	5	True	102002	fragment	False	CHI0005_000000002454	1.0		0	0	False	False	0.9995124936103821	0					non-mobilizable	other	6169.0	92.932	100.0	0.033721777529407256	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
ISR0282_000000001821	9348	0.5223300539236472	8	7	4	6	6	True	123517	fragment	False	ISR0282_000000001821	1.0		0	0	False	False	0.9998930096626282	0					non-mobilizable	other	9348.0	99.96799999999999	100.0	0.07194593471216237	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0086_000000013219	2379	0.5223299929899674	4	4	1	1	4	False	90273	fragment	False	FIJ0086_000000013219	0.9908397087167927		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	2379.0	99.79	100.0	0.4603174603174603	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
ISR0827_000000010859	1108	0.5223285553412258	1	1	1	1	1	False	69381	fragment	False	MON0049_000000016698	0.18980121002592912		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	98.91799999999999	100.0	0.0034972208457088026	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	False	False
ENG0016_000000015184	1476	0.5223282583428444	3	2	1	1	1	True	66732	maximal	True	ENG0016_000000015184	1.0		4	2	False	False	0.9972899556159973	0					non-mobilizable	chromosome	1457.0	100.0	99.0	0.0005275977849589699	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	False	True
AST0060_000000022795	1337	0.5223282583428444	2	2	1	1	1	True	112271	maximal	True	AST0060_000000022795	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	79.063	80.0	0.0003018283378026785	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0081_000000028835	1263	0.5223282583428444	3	2	1	1	1	True	44225	maximal	True	FIJ0081_000000028835	1.0		11	6	False	False	0.9976246953010559	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000027026	1258	0.5223282583428444	3	2	1	1	1	True	60429	maximal	True	ENG0101_000000027026	1.0		7	5	False	False	0.9403815865516663	0					non-mobilizable	no_good_hit	1093.0	91.03399999999999	87.0	0.0003057627854090448	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
FIJ0083_000000030163	1206	0.5223282583428444	2	2	1	1	1	True	44033	fragment	False	FIJ0083_000000030163	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1191.0	90.512	99.0	0.0003333039186536095	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0105_000000019258	1188	0.5223282583428444	2	2	1	1	1	True	60123	fragment	False	ENG0105_000000019258	1.0		0	0	False	False	0.9789562225341797	0					non-mobilizable	other	1157.0	79.084	96.0	0.0003215005758345104	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
AST0104_000000029980	1186	0.5223282583428444	2	2	1	1	1	True	107662	maximal	True	AST0104_000000029980	1.0		31	7	False	False	0.9966273307800293	0					non-mobilizable	other	1117.0	94.449	94.0	0.00033458957514050655	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
ISR0190_000000020286	1102	0.5223282583428444	3	2	1	1	1	True	29161	maximal	True	ISR0190_000000020286	1.0		1	1	False	False	0.9972776770591736	0					non-mobilizable	chromosome	1125.0	80.711	100.0	0.0003308183830770256	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
ISR0153_000000016342	1758	0.5223259261248872	3	1	1	1	1	False	34686	maximal	True	ISR0153_000000016342	1.0		13	2	False	False	1.0	0					non-mobilizable	other	1683.0	99.16799999999999	96.0	0.0004774741221516199	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AUS0018_000000004829	5465	0.5223201505072648	10	6	3	3	6	False	100066	fragment	False	AUS0018_000000004829	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1718.0	92.54899999999999	51.0	0.0003807036131304987	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
MON0005_000000018956	2778	0.5223199326007234	3	3	3	3	2	False	96163	maximal	False	MON0054_000000013913	0.964239360516934		0	0	False	False	0.9996400475502014	0					non-mobilizable	no_good_hit	1540.0	82.53200000000001	84.0	0.0005159988246132449	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0055_000000009306	2318	0.5223195753185409	3	3	3	3	2	False	11092	maximal	True	MON0055_000000009306	1.0		387	15	False	False	1.0	0					non-mobilizable	chromosome	2331.0	85.15700000000001	100.0	0.0006210104811524119	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0109_000000006046	2914	0.5223174626628702	3	3	2	3	1	False	82809	maximal	True	CHI0109_000000006046	1.0		34	9	False	False	1.0	0					non-mobilizable	no_good_hit	1874.0	93.65	64.0	0.04163328882955051	NZ_RCXZ01000048.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0048, whole genome shotgun sequence	True	False
CHI0185_000000010564	1924	0.5223165711491992	2	2	2	2	1	False	77219	maximal	True	CHI0185_000000010564	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	99.744	61.0	0.0002248545208517075	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	True	False
MAD0052_000000009942	1951	0.5223148959014657	3	2	2	2	2	True	51557	maximal	True	MAD0052_000000009942	1.0		1	1	False	False	0.9789851307868958	0					non-mobilizable	no_good_hit	699.0	98.28299999999999	36.0	0.19728276252476648	DQ299883.1	firmicutes	Roseburia inulinivorans strain A2-194 ABC sugar transporter gene, partial cds; and fucose transport protein (fucU), hypothetical protein, and fuculose kinase (fucK) genes, complete cds	True	True
MON0051_000000027699	1326	0.5223146933081255	1	1	1	1	1	False	11248	maximal	True	MON0051_000000027699	1.0		36	6	False	False	0.9615384340286255	0					non-mobilizable	other	1331.0	94.44	100.0	0.0012056233327211263	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0135_000000004160	4555	0.5223119364389426	8	2	2	1	1	False	31439	maximal	True	ISR0135_000000004160	1.0		3	2	False	False	0.9993413686752319	0					non-mobilizable	no_good_hit	92.0	85.87	2.0	3.0630067214484856e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0100_000000009982	1847	0.5223046080953303	2	2	2	2	2	False	42734	maximal	True	FIJ0100_000000009982	0.9948313384113167		11	1	False	False	1.0	0					non-mobilizable	other	1089.0	95.40899999999999	93.0	0.0007327622237142618	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
MON0054_000000016157	2735	0.5223027097431191	3	3	3	3	2	False	13687	maximal	True	MON0054_000000016157	1.0		17	1	False	False	0.9996343851089478	0					non-mobilizable	no_good_hit	854.0	78.22	31.0	0.015079576776029164	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
MON0011_000000017666	2675	0.5223027097431191	3	3	3	3	2	False	13687	maximal	False	MON0054_000000016157	0.9890310786106034		0	0	False	False	0.994766354560852	0					non-mobilizable	no_good_hit	854.0	78.22	32.0	0.015079576776029164	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
ISR0192_000000006081	3199	0.5223025316212246	7	4	1	2	3	False	29133	maximal	True	ISR0192_000000006081	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	98.929	60.0	0.00023664491864832627	CP048933.1	enterobacteria	Klebsiella pneumoniae strain KP18-2079 chromosome, complete genome	True	False
SPA0153_000000003742	4366	0.5223018761556267	3	2	2	2	2	False	3230	fragment	False	SPA0153_000000003742	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4364.0	99.29	99.0	0.0035827165745189447	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
AST0060_000000005863	4697	0.5223011417779057	7	3	3	3	3	False	112503	maximal	True	AST0060_000000005863	1.0		56	7	False	False	0.9997870922088623	0					non-mobilizable	no_good_hit	243.0	74.486	5.0	6.519780288976724e-05	NZ_JAGE01000001.1	firmicutes	Ruminiclostridium josui JCM 17888 K412DRAFT_scf7180000000006_quiver.1_C, whole genome shotgun sequence	True	False
MAD0061_000000002755	5549	0.5223009457590436	8	2	2	1	2	False	16837	maximal	True	MAD0061_000000002755	1.0		2	1	False	False	0.9994593858718872	0					non-mobilizable	no_good_hit	422.0	94.55	8.0	0.004481583989780711	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0031_000000025915	1235	0.5222984447145755	1	1	1	1	1	False	12424	maximal	True	MON0031_000000025915	1.0		7	2	False	False	0.9878542423248291	0					non-mobilizable	chromosome	1235.0	99.919	100.0	0.0003434260899186353	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ISR0183_000000018719	1677	0.5222975210420534	2	2	2	2	2	False	87337	fragment	False	ISR0183_000000018719	0.9929411295690608		0	0	False	False	0.9916517734527588	0					non-mobilizable	other	1677.0	100.0	100.0	0.009768664502328508	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0359_000000020134	1385	0.5222962407408447	3	3	2	1	2	False	103630	maximal	False	FIJ0160_000000013121	0.9650455179142421		0	0	False	False	1.0	0					non-mobilizable	chromosome	1258.0	98.649	99.0	0.0004048318094660378	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0104_000000006114	5476	0.522291951965965	10	9	6	5	3	True	4848	maximal	True	SPA0104_000000006114	1.0		2	1	False	False	0.9963477253913879	0					non-mobilizable	no_good_hit	1547.0	70.58800000000001	28.0	0.01045567717062203	NZ_FNVS01000010.1	CFB group bacteria	Parabacteroides chinchillae strain DSM 29073, whole genome shotgun sequence	True	True
ENG0178_000000008892	2490	0.5222882757815197	4	2	1	2	1	False	82054	fragment	False	SPA0111_000000013480	0.9427525381701423		0	0	False	False	0.9987951517105103	0					non-mobilizable	no_good_hit	491.0	72.505	19.0	0.0033502594877390297	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
MON0088_000000009434	3218	0.5222872078090629	4	3	3	3	3	False	9649	maximal	True	MON0088_000000009434	1.0		145	12	False	False	0.999378502368927	0					non-mobilizable	no_good_hit	1091.0	76.169	33.0	0.07322047725882112	NZ_JAAITU010000064.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_64_length_14709_cov_166.998, whole genome shotgun sequence	True	False
ENG0183_000000019282	1559	0.5222836905379221	3	2	2	2	2	False	55154	fragment	False	ENG0183_000000019282	1.0		0	0	False	False	0.9858883619308472	0					non-mobilizable	no_good_hit	871.0	98.62200000000001	56.0	0.0019447381421268282	NZ_KI535369.1	firmicutes	Catonella morbi ATCC 51271 Scfld3, whole genome shotgun sequence	True	False
SPA0118_000000018187	1377	0.5222829802578545	3	3	3	3	2	False	4241	maximal	True	SPA0118_000000018187	1.0		26	4	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	98.96600000000001	75.0	0.00039041631894010055	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
DEN0078_000000010864	2753	0.5222804259982482	2	2	2	2	2	False	126315	maximal	False	MON0019_000000023193	0.7033701927143178	PS954	0	0	False	True	0.9967308640480042	0					non-mobilizable	no_good_hit	407.0	86.486	15.0	0.16791044776119404	KU543873.1	bacteria	Uncultured bacterium clone CH_060502_Contig_16 genomic sequence	True	True
CHI0165_000000008450	1935	0.5222795956265681	2	2	2	2	2	False	78321	fragment	False	CHI0165_000000008450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	94.516	64.0	0.0003377119939936545	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0083_000000003779	2635	0.5222762670737915	3	3	2	2	1	False	16111	maximal	True	MAD0083_000000003779	0.9784283513097072		71	14	False	False	0.9996204972267151	0					non-mobilizable	no_good_hit	68.0	85.294	3.0	8.433932100552611e-05	NZ_LDJX01000001.1	CFB group bacteria	Croceitalea dokdonensis DOKDO 023 contig1, whole genome shotgun sequence	True	False
USA0037_01_000000005669	6391	0.5222746901605941	4	4	4	4	3	True	130997	fragment	False	USA0037_01_000000005669	0.9568090155953101		0	0	False	False	1.0	0					non-mobilizable	other	4361.0	98.166	100.0	0.009116818648494366	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0098_000000027192	1660	0.522272635451637	3	1	1	1	1	False	15296	maximal	True	MAD0098_000000027192	1.0		1	1	False	False	0.9945783019065857	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.0113131342164225e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0847_000000016357	1765	0.5222654365104507	3	3	2	3	1	False	20637	maximal	True	ISR0847_000000016357	1.0		2	2	False	False	0.9971671104431152	0					non-mobilizable	no_good_hit	1469.0	97.277	83.0	0.0004416856071611478	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0261_000000008325	2195	0.5222645266817312	4	3	1	1	3	False	111176	fragment	False	ISR0261_000000008325	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	92.87	87.0	0.0017092243173785382	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
ISR0396_000000002617	7371	0.5222631800037809	10	6	2	6	4	True	22691	maximal	True	ISR0396_000000002617	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	6110.0	80.753	82.0	0.14330645351999433	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	True	True
MAD0099_000000015870	1979	0.5222624494323379	2	2	2	2	2	False	15223	fragment	False	MAD0099_000000015870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	82.85700000000001	9.0	5.8863348735909584e-05	NZ_KB850956.1	firmicutes	Clostridium thermobutyricum strain 209318 acBRg-supercont1.1, whole genome shotgun sequence	True	False
ISR0777_000000011182	1549	0.5222619671411477	2	2	2	2	1	False	54335	fragment	False	ENG0198_000000012729	0.6517615176151762		0	0	False	False	0.9961265325546265	0					non-mobilizable	chromosome	1419.0	99.57700000000001	92.0	0.0006251901362808682	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	False
MON0105_000000033438	1629	0.5222613285250678	2	2	2	2	1	False	124756	fragment	False	ENG0129_000000016830	0.38431372549019605		0	0	False	False	0.9993861317634583	0					non-mobilizable	other	1595.0	98.307	98.0	0.014270878097693741	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0078_000000028916	1608	0.5222613285250678	2	2	2	2	1	False	124756	fragment	False	ENG0129_000000016830	0.5758601222117264		0	0	False	False	0.9552238583564758	0					non-mobilizable	other	1590.0	97.736	99.0	0.014208207993124194	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0129_000000016830	1601	0.5222613285250678	2	2	2	2	1	False	124756	fragment	False	ENG0129_000000016830	0.7494559762991386		0	0	False	False	1.0	0					non-mobilizable	other	1601.0	98.501	100.0	0.014324595330181922	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0037_000000047111	1581	0.5222613285250678	3	2	2	2	1	False	124756	fragment	False	ENG0129_000000016830	0.7454716513688158		0	0	False	False	0.9860847592353821	0					non-mobilizable	other	1581.0	98.419	100.0	0.014145537888554648	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0110_000000012525	1481	0.522259344443894	3	2	2	1	2	False	4602	fragment	False	SPA0110_000000012525	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	99.449	61.0	0.021475588388502154	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0385_000000002897	6361	0.5222563441049292	13	5	5	5	4	False	23055	maximal	True	ISR0385_000000002897	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1075.0	100.0	17.0	0.00018746449040291774	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ISR0334_000000007620	2660	0.5222516321604824	3	3	3	3	3	False	82177	maximal	False	ISR0012_000000008555	0.9835345773874862		0	0	False	False	1.0	0					non-mobilizable	other	2661.0	99.85	100.0	0.06323847561990348	NZ_CYYV01000021.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0296_000000012648	2072	0.5222473200599165	2	2	2	2	2	False	50319	maximal	True	ISR0296_000000012648	1.0		67	11	False	False	0.9971042275428772	0					non-mobilizable	no_good_hit	52.0	90.385	3.0	7.536002141997786e-06	NC_010002.1	b-proteobacteria	Delftia acidovorans SPH-1, complete genome	True	False
ISR0123_000000007520	2784	0.5222464531418435	6	4	2	2	3	True	96846	maximal	True	ISR0123_000000007520	0.9963235294117647		19	5	False	False	0.9996408224105835	0					non-mobilizable	no_good_hit	571.0	84.939	41.0	0.0001586804468107318	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
USA0034_01_000000019942	2720	0.5222464531418435	6	4	2	2	3	True	96846	maximal	False	ISR0123_000000007520	0.9849137931034483		0	0	False	False	0.9985294342041016	0					non-mobilizable	no_good_hit	589.0	85.399	42.0	0.00016369140828896545	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
CAN0014_000000008507	5213	0.5222451157287751	5	4	4	4	4	False	124525	fragment	False	CAN0014_000000008507	1.0		0	0	False	False	0.9986572265625	0					non-mobilizable	no_good_hit	1636.0	99.87799999999999	31.0	0.01121768483451342	NZ_CYZK01000007.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0010_000000003326	5869	0.5222431715287403	8	8	1	5	8	False	84504	fragment	False	MON0010_000000003326	0.9939623943419009		0	0	False	False	0.9998295903205872	0					non-mobilizable	plasmid	5869.0	100.0	100.0	0.04550459853901391	CP054220.1	enterobacteria	Escherichia coli strain EcPF18 plasmid p1, complete sequence	False	True
ENG0167_000000004194	5797	0.5222431715287403	8	8	1	5	8	False	84504	fragment	False	MON0010_000000003326	0.9876469585960129		0	0	False	False	0.99965500831604	0					non-mobilizable	plasmid	5797.0	99.845	100.0	0.04399969618714872	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
DEN0061_000000017260	2421	0.5222406743702523	4	3	2	3	2	False	71876	maximal	True	DEN0061_000000017260	0.9794367456414841		192	14	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	81.633	4.0	3.324428206916524e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0065_000000024438	1414	0.5222400772411423	2	2	1	2	2	False	35175	maximal	True	ISR0065_000000024438	1.0		30	7	False	False	0.99717116355896	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	1.1931433121931065e-05	NZ_RJUK01000001.1	g-proteobacteria	Marinimicrobium koreense strain DSM 16974 Ga0244674_11, whole genome shotgun sequence	True	False
ISR0279_000000008045	2576	0.5222391479381995	4	3	3	2	2	False	26246	fragment	False	ISR0279_000000008045	0.9825490196078431		0	0	False	False	0.9965062141418457	0					non-mobilizable	other	854.0	84.895	91.0	0.00026412246322662453	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0787_000000008949	1632	0.5222368044679311	3	2	2	2	2	False	51977	maximal	True	ISR0787_000000008949	0.9984247006931317		120	9	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	89.686	79.0	0.0025244095139080975	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0004_000000017483	1496	0.5222368044679311	3	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.906466910058308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1326.0	88.009	89.0	0.0003521193449833263	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0013_000000020410	1453	0.5222368044679311	2	2	2	2	2	False	51976	fragment	False	FIJ0013_000000020410	0.9828317928062965		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	793.0	90.164	86.0	0.002518050799767271	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0062_000000022663	1308	0.5222368044679311	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.7472316813934472		0	0	False	False	1.0	0					non-mobilizable	chromosome	1326.0	88.462	99.0	0.0003521193449833263	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0100_000000014043	1307	0.5222368044679311	2	2	2	2	2	False	51975	fragment	False	FIJ0104_000000018428	0.7398932887178798		0	0	False	False	1.0	0					non-mobilizable	chromosome	1321.0	88.41799999999999	99.0	0.00035078555958566226	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0102_000000022816	1388	0.5222356719853416	2	2	2	2	2	False	4898	fragment	False	SPA0102_000000022816	1.0		0	0	False	False	0.9985590577125549	0					non-mobilizable	other	1388.0	99.352	100.0	0.0027505433661732743	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
TAN0002_000000021713	1851	0.5222341903193404	2	2	2	2	2	False	3032	maximal	True	TAN0002_000000021713	1.0		2	1	False	False	1.0	0					non-mobilizable	other	1681.0	73.587	90.0	0.0005031294409336922	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
MON0005_000000035941	1516	0.5222314440200625	2	2	2	2	1	False	14110	maximal	True	MON0005_000000035941	1.0		136	11	False	False	0.9571239948272705	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	3.683478677262807e-05	NZ_VTPV01000001.1	CFB group bacteria	Chryseobacterium viscerum strain DPS NODE_1_length_760151_cov_12.9266, whole genome shotgun sequence	True	False
SPA0098_000000027297	1412	0.5222309043148058	2	1	1	1	1	False	5048	maximal	True	SPA0098_000000027297	1.0		19	3	False	False	0.9950425028800964	0					non-mobilizable	no_good_hit	157.0	77.07	11.0	3.9361957996701266e-05	CP050308.1	a-proteobacteria	Rhizobium lusitanum strain 629 chromosome, complete genome	True	False
ISR0225_000000001947	6088	0.5222276846538269	7	6	4	4	4	True	124593	maximal	True	ISR0225_000000001947	1.0		100	11	False	False	0.9986859560012817	0					non-mobilizable	no_good_hit	5238.0	89.00299999999999	89.0	0.0018401881723747525	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
CHI0129_000000010367	2299	0.5222222214482645	2	2	2	2	2	False	90855	fragment	False	CHI0151_000000010084	0.5521705547429733		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	83.902	44.0	0.07577777777777778	NZ_VZBY01000071.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_45_length_13500_cov_24.1282_ID_89, whole genome shotgun sequence	True	False
ENG0190_000000025917	1140	0.5222204280835729	2	2	2	2	2	False	54769	maximal	False	USA0069_01_000000051811	0.969210754553339		0	0	False	False	0.9894737005233765	0					non-mobilizable	other	1140.0	98.24600000000001	100.0	0.03822660759833535	NZ_JAAIPV010000047.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_47_length_29796_cov_89.5251, whole genome shotgun sequence	False	False
MAD0025_000000003614	2976	0.5222191521781677	4	2	2	2	2	False	127905	maximal	True	MAD0025_000000003614	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	88.958	49.0	0.00028219492458629955	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0031_01_000000013550	2087	0.5222188790160487	4	3	3	3	1	False	1535	maximal	True	USA0031_01_000000013550	1.0		256	12	False	False	1.0	0					non-mobilizable	other	2084.0	97.505	99.0	0.056059423527195416	NZ_JAAIOD010000022.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_22_length_37157_cov_278.239, whole genome shotgun sequence	False	False
ISR0092_000000014334	1985	0.5222185258669726	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.06956817369500343		0	0	False	False	0.9959697723388672	0					non-mobilizable	other	1995.0	87.82	100.0	0.0008224363313974082	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0041_000000010816	1413	0.5222165202101969	4	3	3	2	2	False	86373	maximal	True	ISR0041_000000010816	1.0		22	6	False	False	0.9964614510536194	0					non-mobilizable	no_good_hit	1010.0	98.81200000000001	71.0	0.020768025078369907	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
USA0073_01_000000009902	1482	0.5222157442018954	2	2	2	2	2	False	707	maximal	True	USA0073_01_000000009902	1.0		12	7	False	False	1.0	0					non-mobilizable	other	1483.0	94.74	100.0	0.11427688981545826	KC759397.1	g-proteobacteria	Haemophilus parainfluenzae strain 30 (T1A1) GlnA (glnA) gene, partial cds; O-antigen gene cluster, complete sequence; and PepB (pepB) gene, partial cds	False	False
ISR0795_000000002555	3320	0.5222147856333041	3	3	3	3	3	False	112767	fragment	False	ISR0795_000000002555	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2294.0	74.41199999999999	68.0	0.2764168190127971	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0300_000000005229	1876	0.5222142008345718	3	3	3	2	2	False	124175	fragment	False	ISR0300_000000005229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1425.0	99.29799999999999	76.0	0.03371691054600559	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0255_000000005345	5173	0.5222121519069577	9	6	5	5	4	False	121371	fragment	False	ISR0255_000000005345	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2397.0	98.95700000000001	100.0	0.0007552134470860455	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0072_000000013034	1669	0.522211919221496	2	1	1	1	1	False	10397	maximal	True	MON0072_000000013034	1.0		16	5	False	False	1.0	0					non-mobilizable	other	1669.0	99.7	100.0	0.0005086428110748738	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0212_000000025863	1390	0.5222103285717409	3	3	3	2	1	False	53486	maximal	False	ETH0001_000000022957	0.9652549069821598		0	0	False	False	0.9345323443412781	0					non-mobilizable	no_good_hit	1179.0	81.255	84.0	0.0027765644736686777	NZ_NHOC01000002.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c2, whole genome shotgun sequence	True	False
ENG0031_000000016770	1305	0.5222100156151877	1	1	1	1	1	False	129430	fragment	False	AST0116_000000016445	0.16449197860962567		0	0	False	False	0.9931034445762634	0					non-mobilizable	other	1305.0	99.234	100.0	0.007487367937528709	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	False	False
MON0068_000000033437	1266	0.5222100156151877	1	1	1	1	1	False	38074	fragment	False	SPA0151_000000012624	0.28288796823655493		0	0	False	False	0.9976303577423096	0					non-mobilizable	other	1254.0	79.027	98.0	0.0003508568069887066	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0162_000000007482	3296	0.522209357577623	4	4	3	2	3	False	56371	maximal	True	ENG0162_000000007482	1.0		18	6	False	False	0.9978762269020081	0					non-mobilizable	no_good_hit	491.0	92.66799999999999	21.0	0.00021481580202575685	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0818_000000002445	6393	0.5222091209523965	1	1	1	1	1	False	81034	fragment	False	ISR0818_000000002445	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6393.0	100.0	100.0	0.067035122125156	NZ_AUME01000009.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00007.7_C, whole genome shotgun sequence	False	False
FIJ0058_000000006928	5489	0.5222083043205552	6	6	6	6	6	False	98166	fragment	False	FIJ0058_000000006928	1.0		0	0	False	False	0.9992712736129761	0					non-mobilizable	chromosome	5403.0	99.77799999999999	98.0	0.0011271498944522818	CP057539.1	enterobacteria	Escherichia coli strain RHB23-C06 chromosome, complete genome	False	False
ENG0122_000000025332	1186	0.5222063049890114	2	2	2	2	1	False	58991	fragment	False	ENG0122_000000025332	1.0		0	0	False	False	0.8920742273330688	0					non-mobilizable	no_good_hit	280.0	73.929	23.0	0.00043635183908512107	NZ_BAYB01000002.1	b-proteobacteria	Paraburkholderia ferrariae NBRC 106233, whole genome shotgun sequence	True	False
ETH0001_000000023439	1488	0.5222039001995998	3	1	1	0	1	False	53483	maximal	True	ETH0001_000000023439	1.0		62	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0078_01_000000009635	1748	0.522201074150133	3	2	2	2	2	False	25077	fragment	False	USA0078_01_000000009635	1.0		0	0	False	False	0.9994279146194458	0					non-mobilizable	chromosome	1748.0	99.771	100.0	0.0006164677702392508	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0832_000000000891	13405	0.5222005188226957	11	10	7	6	6	True	70099	maximal	True	ISR0832_000000000891	1.0		7	4	False	False	0.9999253749847412	0					non-mobilizable	no_good_hit	9903.0	94.709	74.0	0.026235595220729623	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
MON0060_000000003766	7269	0.522199796315106	8	8	7	7	7	False	94819	maximal	False	MON0007_000000005488	0.7287267359732422		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3596.0	92.742	78.0	0.0012769226769000948	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
AST0024_000000032789	1120	0.5221993337678987	2	2	2	1	1	False	120607	maximal	False	ISR0360_000000021508	0.97114556416882		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	99.464	100.0	0.0034039161766629454	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0079_000000020081	1652	0.522194864914604	3	3	3	3	3	False	61809	maximal	True	ENG0079_000000020081	1.0		100	9	False	False	0.9878934621810913	0					non-mobilizable	other	1652.0	99.758	100.0	0.0005559686313810113	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ISR0380_000000002476	4587	0.5221945627179018	7	5	4	4	1	False	67909	fragment	False	ISR0380_000000002476	1.0		0	0	False	False	0.9982559680938721	0					non-mobilizable	other	4424.0	98.93799999999999	96.0	0.025779715449760737	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
FIJ0036_000000037977	1171	0.5221934960289044	2	1	1	1	1	True	47871	fragment	False	FIJ0036_000000037977	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	92.321	100.0	0.05264104293099573	NZ_VJZV01000049.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold48_1, whole genome shotgun sequence	False	True
FIJ0141_000000013410	2184	0.5221921961699192	3	3	3	3	2	False	49282	fragment	False	FIJ0039_000000010720	0.9500327959837533		0	0	False	False	0.9844322204589844	0					non-mobilizable	other	2069.0	86.177	95.0	0.012628453426850279	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
FIJ0150_000000010988	2172	0.5221921961699192	4	3	3	3	2	False	49282	fragment	False	FIJ0039_000000010720	0.9595953133624366		0	0	False	False	0.9880294799804688	0					non-mobilizable	other	2173.0	85.91799999999999	99.0	0.013263847309962242	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
SPA0145_000000026927	1285	0.5221914432953095	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.8767956073475662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	100.0	5.0	2.1542025293703636e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0096_000000023268	1391	0.5221872874508687	3	2	2	2	1	True	119977	fragment	False	MON0046_000000025313	0.7383460283972457		0	0	False	True	1.0	0					non-mobilizable	other	1396.0	90.33	100.0	0.00041940562425049686	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0135_000000012702	2246	0.5221817835273621	3	2	2	2	2	False	40602	fragment	False	FIJ0135_000000012702	1.0		0	0	False	False	0.9915404915809631	0					non-mobilizable	no_good_hit	375.0	75.733	17.0	0.03339033390333904	NZ_LDAQ01000113.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_113, whole genome shotgun sequence	True	False
CHI0160_000000010305	2896	0.5221817635449074	3	3	2	3	1	True	78741	fragment	False	CHI0160_000000010305	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0052_000000025906	1297	0.5221766986999504	3	2	1	1	2	False	63925	fragment	False	ISR0380_000000008723	0.7308725257183921		0	0	False	False	0.9660755395889282	0					non-mobilizable	other	1297.0	99.69200000000001	100.0	0.0003122641754924666	CP011914.1	firmicutes	Eubacterium limosum strain SA11, complete genome	False	False
ISR0105_000000017899	1148	0.5221766986999504	3	2	1	1	2	False	32920	fragment	False	ISR0105_000000017899	1.0		0	0	False	False	0.9991289377212524	0					non-mobilizable	no_good_hit	775.0	98.065	68.0	0.0031603446163896943	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0293_000000013252	2738	0.5221764013072469	3	3	3	3	3	False	70319	fragment	False	DEN0083_000000009575	0.9613963822138692		0	0	False	False	0.9926953911781311	0					non-mobilizable	no_good_hit	1248.0	73.39699999999999	45.0	0.00041064485716122556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0055_000000004605	3342	0.522175786898807	6	4	2	4	4	False	94958	maximal	False	CHI0007_000000002483	0.9486619345604542		0	0	False	False	0.9955116510391235	0					non-mobilizable	no_good_hit	1259.0	93.725	78.0	0.00039105057276309427	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0051_000000027027	1742	0.5221736544678974	2	2	2	1	2	False	72517	maximal	True	DEN0051_000000027027	1.0		95	10	False	False	1.0	0					non-mobilizable	other	1741.0	99.368	99.0	0.0036003972852176793	NZ_GL882595.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld19, whole genome shotgun sequence	False	False
ETH0005_000000017288	2756	0.5221717057531771	4	2	2	2	2	False	83357	maximal	True	ETH0005_000000017288	1.0		241	13	False	False	1.0	0					non-mobilizable	other	2112.0	97.775	100.0	0.0006311004256863553	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0142_000000004416	6450	0.5221711953532729	7	6	5	5	4	False	92949	maximal	True	FIJ0142_000000004416	1.0		23	7	False	False	0.9998449683189392	0					non-mobilizable	no_good_hit	181.0	76.796	3.0	2.808374856227681e-05	NZ_CP017147.1	a-proteobacteria	Bosea vaviloviae strain Vaf18 chromosome, complete genome	True	False
MON0037_000000054594	1390	0.5221663819327967	2	2	2	2	2	False	12064	maximal	True	MON0037_000000054594	1.0		17	7	False	False	0.9978417158126831	0					non-mobilizable	no_good_hit	488.0	71.926	34.0	0.0006313274258489955	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ENG0206_000000005342	4554	0.5221656897898981	4	1	1	1	1	False	128966	maximal	True	ENG0206_000000005342	1.0	PS1059	1	1	False	True	0.9997804164886475	0					non-mobilizable	no_good_hit	1489.0	99.194	33.0	0.02047246261161482	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0389_000000004973	3959	0.5221656897898981	3	1	1	1	1	False	128887	maximal	True	ISR0389_000000004973	1.0	PS1059	1	1	False	True	0.9914119839668274	0					non-mobilizable	no_good_hit	1486.0	99.32700000000001	38.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
USA0032_01_000000007126	3539	0.5221656897898981	2	1	1	1	1	False	119093	maximal	True	USA0032_01_000000007126	1.0	PS816	1	1	False	True	0.9994348883628845	0					non-mobilizable	no_good_hit	1412.0	98.654	40.0	0.0065216788003811255	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ENG0208_000000008824	3454	0.5221656897898981	6	1	1	1	1	False	128974	maximal	True	ENG0208_000000008824	1.0	PS1059	10	4	False	True	0.9916039109230042	0					non-mobilizable	no_good_hit	1486.0	90.37700000000001	43.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0151_000000007536	3294	0.5221656897898981	4	1	1	1	1	False	128998	maximal	True	CHI0151_000000007536	1.0	PS1059	0	0	False	True	0.9972677826881409	0					non-mobilizable	no_good_hit	1381.0	79.218	46.0	0.005291793408385336	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
FIJ0089_000000007348	3187	0.5221656897898981	5	1	1	1	1	False	119223	maximal	True	FIJ0089_000000007348	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1483.0	99.52799999999999	47.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0252_000000003179	2936	0.5221656897898981	2	1	1	1	1	False	128918	maximal	True	ISR0252_000000003179	1.0	PS1059	9	4	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	90.40299999999999	51.0	0.02047246261161482	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0178_000000005616	2888	0.5221656897898981	3	1	1	1	1	False	128919	maximal	True	ISR0178_000000005616	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1493.0	80.777	58.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0829_000000005121	2822	0.5221656897898981	2	1	1	1	1	False	129012	maximal	True	ISR0829_000000005121	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1486.0	92.32799999999999	53.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0187_000000006320	2665	0.5221656897898981	3	1	1	1	1	False	128997	maximal	True	CHI0187_000000006320	1.0	PS1059	0	0	False	True	0.9984990358352661	0					non-mobilizable	no_good_hit	1488.0	80.242	56.0	0.00024174472118256138	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
CHI0145_000000007141	2629	0.5221656897898981	5	1	1	1	1	False	119224	maximal	True	CHI0145_000000007141	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1483.0	99.93299999999999	56.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
DEN0066_000000013182	2598	0.5221656897898981	2	1	1	1	1	False	128993	maximal	True	DEN0066_000000013182	1.0	PS1059	0	0	False	True	0.9992302060127258	0					non-mobilizable	no_good_hit	1452.0	80.854	56.0	0.00022628428922971759	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	True
ISR0048_000000007484	2563	0.5221656897898981	4	1	1	1	1	False	128971	maximal	True	ISR0048_000000007484	1.0	PS1059	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	1507.0	81.818	59.0	0.0025579123329015963	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	True	True
ISR0181_000000007449	2548	0.5221656897898981	2	1	1	1	1	False	128916	fragment	False	ISR0181_000000007449	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1499.0	82.588	59.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0812_000000015662	2538	0.5221656897898981	3	1	1	1	1	False	128851	maximal	True	ISR0812_000000015662	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1497.0	87.709	59.0	0.020348637232915537	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0370_000000010434	2533	0.5221656897898981	2	1	1	1	1	False	128889	maximal	True	ISR0370_000000010434	1.0	PS1059	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1415.0	90.601	56.0	0.9895031490552834	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
ISR0348_000000005792	2519	0.5221656897898981	3	1	1	1	1	False	128891	maximal	True	ISR0348_000000005792	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1450.0	89.931	58.0	0.01992212759517356	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0088_000000011591	2391	0.5221656897898981	2	1	1	1	1	False	43671	maximal	True	FIJ0088_000000011591	1.0		3	1	False	False	0.9928900003433228	0					non-mobilizable	no_good_hit	1440.0	84.306	60.0	0.019688235213186026	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0093_000000007921	2262	0.5221656897898981	2	1	1	1	1	False	128909	maximal	True	AST0093_000000007921	1.0	PS1059	6	3	False	True	1.0	0					non-mobilizable	no_good_hit	1430.0	88.811	63.0	0.9993002099370188	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
ISR0293_000000016002	2237	0.5221656897898981	3	1	1	1	1	False	128899	maximal	True	ISR0293_000000016002	1.0	PS1059	4	1	False	True	0.9995529651641846	0					non-mobilizable	no_good_hit	1492.0	87.53399999999999	67.0	0.020499979362436884	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0180_000000006027	2217	0.5221656897898981	2	1	1	1	1	False	129008	maximal	True	CHI0180_000000006027	1.0	PS1059	4	2	False	True	0.9968425631523132	0					non-mobilizable	no_good_hit	1506.0	81.873	68.0	0.19533185552223237	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0084_000000011375	2214	0.5221656897898981	2	1	1	1	1	False	128933	maximal	True	ISR0084_000000011375	1.0	PS1059	0	0	False	True	0.9995483160018921	0					non-mobilizable	no_good_hit	1434.0	82.35700000000001	65.0	0.30996309963099633	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
DEN0011_000000021214	2113	0.5221656897898981	4	1	1	1	1	False	119216	maximal	True	DEN0011_000000021214	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1489.0	80.322	71.0	0.00024174472118256138	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
MON0106_000000019808	2106	0.5221656897898981	2	1	1	1	1	False	115139	fragment	False	MON0106_000000019808	1.0		0	0	False	True	0.9995251893997192	0					non-mobilizable	other	615.0	98.211	99.0	0.00018104660498713073	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
CHI0180_000000006338	2100	0.5221656897898981	3	1	1	1	1	False	119213	maximal	True	CHI0180_000000006338	1.0	PS816	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1471.0	100.0	70.0	0.006799197047205854	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0072_000000012005	2073	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6707104363036241	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	81.35	97.0	0.0004215511720541947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0361_000000006435	2063	0.5221656897898981	1	1	1	1	1	False	129013	maximal	True	ISR0361_000000006435	1.0	PS1059	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1485.0	99.125	72.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0333_000000011034	2058	0.5221656897898981	2	1	1	1	1	False	119115	maximal	True	ISR0333_000000011034	1.0	PS816	1	1	False	True	0.999514102935791	0					non-mobilizable	no_good_hit	1496.0	80.013	74.0	0.00023978895989682942	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	True
MON0037_000000034843	2057	0.5221656897898981	2	1	1	1	1	False	115187	maximal	True	MON0037_000000034843	1.0	PS748	23	7	False	True	1.0	0					non-mobilizable	other	763.0	89.12200000000001	99.0	0.00022802894710775804	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
USA0071_01_000000006087	2035	0.5221656897898981	1	1	1	1	1	False	128847	maximal	True	USA0071_01_000000006087	1.0	PS1059	0	0	False	True	0.9995086193084717	0					non-mobilizable	no_good_hit	1493.0	88.212	73.0	0.020527496113258947	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0055_000000008092	2032	0.5221656897898981	3	1	1	1	1	False	129000	maximal	True	CHI0055_000000008092	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1339.0	79.53699999999999	81.0	0.0051937972341559785	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
SPA0024_000000007627	2028	0.5221656897898981	3	1	1	1	1	False	128868	maximal	True	SPA0024_000000007627	1.0	PS1059	0	0	False	True	0.9945759177207947	0					non-mobilizable	no_good_hit	1429.0	98.81	70.0	0.019646960086952932	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0051_000000018948	2015	0.5221656897898981	2	1	1	1	1	False	119128	maximal	True	ISR0051_000000018948	1.0	PS816	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1423.0	84.751	71.0	0.30800955068374214	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
USA0032_01_000000011313	2010	0.5221656897898981	3	1	1	1	1	False	128859	maximal	True	USA0032_01_000000011313	1.0	PS1059	2	2	False	True	0.9940298795700073	0					non-mobilizable	other	1494.0	82.396	96.0	0.00042183504489732887	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
AUS0006_000000012525	2009	0.5221656897898981	2	1	1	1	1	False	129003	maximal	True	AUS0006_000000012525	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1370.0	79.92699999999999	94.0	0.005311392643231209	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
ENG0152_000000012028	2000	0.5221656897898981	2	1	1	1	1	False	128977	maximal	True	ENG0152_000000012028	1.0	PS1059	13	5	False	True	1.0	0					non-mobilizable	no_good_hit	1505.0	77.143	75.0	0.0005594173615404333	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	True
SPA0061_000000008236	1979	0.5221656897898981	1	1	1	1	1	False	129030	maximal	True	SPA0061_000000008236	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1526.0	79.94800000000001	77.0	0.002953614559168137	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	True	True
MON0066_000000017207	1970	0.5221656897898981	4	1	1	1	1	False	41460	maximal	True	MON0066_000000017207	1.0		1	1	False	False	0.8959391117095947	0					non-mobilizable	no_good_hit	1433.0	83.601	73.0	0.019591926585308807	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0018_000000020014	1943	0.5221656897898981	3	1	1	1	1	False	129005	maximal	True	DEN0018_000000020014	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1492.0	81.971	77.0	0.19363671925935586	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
AUS0004_000000010641	1940	0.5221656897898981	1	1	1	1	1	False	129025	maximal	True	AUS0004_000000010641	1.0	PS1059	5	4	False	True	0.9994845390319824	0					non-mobilizable	no_good_hit	1492.0	81.702	79.0	0.1935063241622115	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
FIJ0155_000000011546	1929	0.5221656897898981	2	1	1	1	1	False	128946	maximal	True	FIJ0155_000000011546	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1478.0	94.52	77.0	0.020321120482093474	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
AST0035_000000008401	1927	0.5221656897898981	3	1	1	1	1	False	119226	maximal	True	AST0035_000000008401	1.0	PS816	0	0	False	True	0.9948105812072754	0					non-mobilizable	no_good_hit	1453.0	82.244	85.0	0.019949644345995624	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MAD0026_000000007106	1922	0.5221656897898981	3	1	1	1	1	False	119122	maximal	True	MAD0026_000000007106	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1491.0	88.73200000000001	77.0	0.006868576608912036	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0010_000000009842	1912	0.5221656897898981	1	1	1	1	1	False	119172	maximal	True	FIJ0010_000000009842	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1472.0	99.185	77.0	0.0068038223513195994	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0114_000000020791	1906	0.5221656897898981	2	1	1	1	1	False	119149	maximal	True	FIJ0114_000000020791	1.0	PS816	1	1	False	True	0.9816369414329529	0					non-mobilizable	no_good_hit	1482.0	87.24700000000001	78.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0390_000000007260	1897	0.5221656897898981	1	1	1	1	1	False	128886	maximal	True	ISR0390_000000007260	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1494.0	82.396	82.0	0.0004215511720541947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MAD0051_000000015503	1882	0.5221656897898981	2	1	1	1	1	False	128876	maximal	True	MAD0051_000000015503	1.0	PS1059	0	0	False	True	0.9973432421684265	0					non-mobilizable	no_good_hit	1482.0	81.309	82.0	0.00024092469159917414	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0277_000000004840	1880	0.5221656897898981	1	1	1	1	1	False	128898	maximal	True	ISR0277_000000004840	1.0	PS1059	7	4	False	True	0.9952127933502197	0					non-mobilizable	no_good_hit	1495.0	82.475	89.0	0.0004215511720541947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
AUS0016_000000015199	1867	0.5221656897898981	2	1	1	1	1	False	129023	fragment	False	AUS0016_000000015199	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	99.395	80.0	0.02045870423620379	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0056_000000011473	1852	0.5221656897898981	2	1	1	1	1	False	128957	fragment	False	FIJ0056_000000011473	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1496.0	82.553	81.0	0.32363794226177556	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
MON0076_000000025901	1849	0.5221656897898981	1	1	1	1	1	False	119109	maximal	True	MON0076_000000025901	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1495.0	98.194	81.0	0.006905579041822	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0124_000000008038	1829	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7457499765960047	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	82.955	96.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MAD0023_000000006518	1828	0.5221656897898981	2	1	1	1	1	False	128878	maximal	True	MAD0023_000000006518	1.0	PS1059	0	0	False	True	0.996170699596405	0					non-mobilizable	no_good_hit	1490.0	99.262	82.0	0.020486220987025853	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0167_000000011135	1824	0.5221656897898981	2	1	1	1	1	False	128958	fragment	False	FIJ0167_000000011135	1.0		0	0	False	True	0.9599780440330505	0					non-mobilizable	no_good_hit	1489.0	94.56	82.0	0.02047246261161482	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0032_000000018522	1806	0.5221656897898981	2	1	1	1	1	False	119222	maximal	True	ISR0032_000000018522	1.0	PS816	0	0	False	True	0.9955703020095825	0					non-mobilizable	no_good_hit	1483.0	99.595	82.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
SPA0060_000000008115	1804	0.5221656897898981	2	1	1	1	1	False	129029	fragment	False	SPA0060_000000008115	0.9605561861520999		0	0	False	True	0.9994456768035889	0					non-mobilizable	no_good_hit	1518.0	80.105	84.0	0.002939922306244841	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	True	True
ISR0130_000000016780	1803	0.5221656897898981	1	1	1	1	1	False	119135	maximal	True	ISR0130_000000016780	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	chromosome	1468.0	77.929	97.0	0.00041329248763393605	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0057_000000018879	1803	0.5221656897898981	2	1	1	1	1	False	119165	maximal	True	FIJ0057_000000018879	1.0	PS816	1	1	True	True	0.9744869470596313	1					non-mobilizable	no_good_hit	1492.0	87.265	83.0	0.006877827217139527	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
FIJ0138_000000010242	1802	0.5221656897898981	1	1	1	1	1	False	119138	maximal	True	FIJ0138_000000010242	1.0	PS816	0	0	False	True	0.9988901019096375	0					non-mobilizable	no_good_hit	1334.0	99.325	74.0	0.006165530383622723	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0371_000000010850	1796	0.5221656897898981	1	1	1	1	1	False	128843	maximal	True	ISR0371_000000010850	1.0	PS1059	0	0	False	True	0.9894209504127502	0					non-mobilizable	no_good_hit	1486.0	87.82	83.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0386_000000016944	1793	0.5221656897898981	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8990628745297009	PS979	0	0	False	True	0.9977691173553467	0					non-mobilizable	no_good_hit	1485.0	97.441	83.0	0.03210651656202641	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ENG0128_000000016050	1788	0.5221656897898981	1	1	1	1	1	False	128907	maximal	True	ENG0128_000000016050	1.0	PS1059	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1430.0	88.462	80.0	0.9993002099370188	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
ENG0084_000000016183	1788	0.5221656897898981	1	1	1	1	1	False	129031	fragment	False	ENG0084_000000016183	0.921474844846364		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1494.0	82.999	89.0	0.00042183504489732887	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MON0058_000000028706	1785	0.5221656897898981	1	1	1	1	1	False	119111	maximal	True	MON0058_000000028706	1.0	PS816	2	2	False	True	0.9977591037750244	0					non-mobilizable	no_good_hit	1486.0	80.485	88.0	0.00024174472118256138	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
FIJ0006_000000021240	1784	0.5221656897898981	1	1	1	1	1	False	128963	maximal	True	FIJ0006_000000021240	1.0	PS1059	0	0	False	True	0.9983183741569519	0					non-mobilizable	no_good_hit	1514.0	82.23200000000001	87.0	0.0004263770103874751	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0121_000000014487	1779	0.5221656897898981	2	1	1	1	1	False	128950	maximal	True	FIJ0121_000000014487	1.0	PS1059	5	1	False	True	0.9994378685951233	0					non-mobilizable	no_good_hit	1417.0	94.28399999999999	80.0	0.019481859582020554	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0058_000000017360	1779	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7457653566037851	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	82.955	100.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
DEN0045_000000023129	1777	0.5221656897898981	2	1	1	1	1	False	119185	fragment	False	DEN0045_000000023129	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1381.0	87.32799999999999	78.0	0.006364418460513779	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
DEN0094_000000021341	1774	0.5221656897898981	1	1	1	1	1	False	119215	maximal	True	DEN0094_000000021341	1.0	PS816	1	1	True	True	1.0	1					non-mobilizable	no_good_hit	1487.0	98.521	84.0	0.0068732019130257815	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0066_000000018236	1769	0.5221656897898981	1	1	1	1	1	False	128852	maximal	True	ISR0066_000000018236	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	chromosome	1487.0	79.556	95.0	0.0002378525752947016	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
USA0026_01_000000018237	1769	0.5221656897898981	1	1	1	1	1	False	128860	maximal	True	USA0026_01_000000018237	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1503.0	82.568	85.0	0.32515736922075106	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
MAD0035_000000012560	1768	0.5221656897898981	1	1	1	1	1	False	128877	maximal	True	MAD0035_000000012560	1.0	PS1059	4	4	False	True	0.9892534017562866	0					non-mobilizable	no_good_hit	1498.0	90.25399999999999	85.0	0.02056877123949204	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0207_000000010496	1764	0.5221656897898981	3	1	1	1	1	False	128964	backbone	True	ENG0207_000000010496	1.0	PS1059|PS1060	2	1	True	True	0.9982993006706238	2					non-mobilizable	no_good_hit	1501.0	80.28	85.0	0.027412381565633335	NZ_NFHM01000022.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_22, whole genome shotgun sequence	True	True
AST0084_000000019972	1762	0.5221656897898981	2	1	1	1	1	False	129029	fragment	False	SPA0060_000000008115	0.9351441241685144		0	0	False	True	0.9994324445724487	0					non-mobilizable	no_good_hit	1499.0	82.38799999999999	85.0	0.32363794226177556	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
AUS0022_000000019398	1761	0.5221656897898981	2	1	1	1	1	False	129001	maximal	True	AUS0022_000000019398	1.0	PS1059	0	0	False	True	0.9994321465492249	0					non-mobilizable	no_good_hit	1507.0	80.226	85.0	0.032279714223857975	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0159_000000014278	1754	0.5221656897898981	2	1	1	1	1	False	119139	maximal	True	FIJ0159_000000014278	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1509.0	86.87899999999999	86.0	0.3266767961797265	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
ISR0333_000000013329	1750	0.5221656897898981	1	1	1	1	1	False	128892	maximal	True	ISR0333_000000013329	1.0	PS1059	3	2	False	True	0.9919999837875366	0					non-mobilizable	no_good_hit	1488.0	98.387	85.0	0.02045870423620379	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0808_000000009385	1747	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7400952812094933	PS1059	0	0	False	True	0.9994276165962219	0					non-mobilizable	no_good_hit	1496.0	99.53200000000001	86.0	0.07440402130095058	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
DEN0010_000000026537	1733	0.5221656897898981	1	1	1	1	1	False	128996	maximal	True	DEN0010_000000026537	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1488.0	81.586	90.0	0.00042013180783852407	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0038_000000020358	1729	0.5221656897898981	1	1	1	1	1	False	119167	fragment	False	FIJ0038_000000020358	1.0		0	0	False	True	0.9994216561317444	0					non-mobilizable	other	1428.0	85.92399999999999	100.0	0.24734920910829133	KX125640.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time2_PI_5 genomic sequence	False	True
ISR0813_000000017955	1726	0.5221656897898981	1	1	1	1	1	False	119112	maximal	True	ISR0813_000000017955	1.0	PS816	0	0	False	True	0.9826187491416931	0					non-mobilizable	no_good_hit	1469.0	99.523	85.0	0.006785321134864617	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0183_000000018247	1725	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.23932343123023833	PS816	0	0	False	True	0.9965217113494873	0					non-mobilizable	no_good_hit	1485.0	98.586	86.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0391_000000008696	1725	0.5221656897898981	1	1	1	1	1	False	128885	fragment	False	ISR0391_000000008696	1.0		0	0	False	True	0.9994202852249146	0					non-mobilizable	no_good_hit	1410.0	99.645	82.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
ENG0186_000000008765	1721	0.5221656897898981	1	1	1	1	1	False	128841	backbone	True	ENG0186_000000008765	0.7588502581315855	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	82.553	100.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0123_000000019301	1720	0.5221656897898981	2	1	1	1	1	False	119152	maximal	True	FIJ0123_000000019301	1.0	PS816	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1505.0	79.336	87.0	0.00024371279218269077	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
FIJ0055_000000008093	1716	0.5221656897898981	1	1	1	1	1	False	119171	maximal	True	FIJ0055_000000008093	1.0	PS816	0	0	False	True	0.996503472328186	0					non-mobilizable	no_good_hit	1496.0	87.03200000000001	87.0	0.19467988003651063	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
MAD0098_000000026278	1714	0.5221656897898981	1	1	1	1	1	False	128875	maximal	True	MAD0098_000000026278	1.0	PS1059	0	0	False	True	0.9877479672431946	0					non-mobilizable	no_good_hit	1486.0	99.19200000000001	87.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0021_000000019080	1706	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.705200362260806	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1502.0	81.558	88.0	0.19467988003651063	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0377_000000009024	1705	0.5221656897898981	1	1	1	1	1	False	115186	fragment	False	ISR0377_000000009024	1.0		0	0	False	True	0.9900293350219727	0					non-mobilizable	other	763.0	89.12200000000001	99.0	0.00022802894710775804	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0358_000000011511	1705	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7011636341920412	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1497.0	81.49600000000001	88.0	0.00024371279218269077	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ENG0196_000000006776	1697	0.5221656897898981	1	1	1	1	1	False	128967	maximal	True	ENG0196_000000006776	1.0	PS1059	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1501.0	99.001	88.0	0.020637563116547197	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0130_000000009663	1697	0.5221656897898981	1	1	1	1	1	False	129009	maximal	True	CHI0130_000000009663	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	82.63799999999999	92.0	0.00041871244362285336	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
AST0024_000000020817	1695	0.5221656897898981	2	1	1	1	1	False	129031	fragment	False	ENG0084_000000016183	0.60595308495959		0	0	False	True	1.0	0					non-mobilizable	other	1485.0	99.596	91.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0087_000000019037	1695	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17107315282352478	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1451.0	82.70200000000001	86.0	0.019949644345995624	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0301_000000011216	1693	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.700642216296403	PS1059	0	0	False	True	0.9970466494560242	0					non-mobilizable	no_good_hit	1501.0	90.007	89.0	0.020610046365725134	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0191_000000006325	1693	0.5221656897898981	1	1	1	1	1	False	129022	maximal	True	ISR0191_000000006325	0.9596291866028708	PS1059	5	2	False	True	1.0	0					non-mobilizable	no_good_hit	1377.0	77.705	88.0	0.0005138044904175274	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	True	True
CHI0146_000000004517	1693	0.5221656897898981	2	1	1	1	1	False	119211	fragment	False	CHI0146_000000004517	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1423.0	99.57799999999999	87.0	0.006577182449746071	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0151_000000012135	1691	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7290875945850965	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1501.0	90.20700000000001	89.0	0.020610046365725134	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0145_000000010984	1691	0.5221656897898981	1	1	1	1	1	False	129031	fragment	False	ENG0084_000000016183	0.907570958141131		0	0	False	True	0.9988172650337219	0					non-mobilizable	other	1485.0	90.16799999999999	90.0	0.020403670734559662	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0005_000000022233	1689	0.5221656897898981	1	1	1	1	1	False	129006	fragment	False	DEN0005_000000022233	1.0		0	0	False	True	0.9585553407669067	0					non-mobilizable	other	1483.0	81.524	91.0	0.00024092469159917414	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
SPA0015_000000014222	1687	0.5221656897898981	2	1	1	1	1	False	115138	maximal	True	SPA0015_000000014222	1.0	PS748	4	3	False	True	1.0	0					non-mobilizable	other	1508.0	79.31	96.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0083_000000016146	1684	0.5221656897898981	2	1	1	1	1	False	128934	fragment	False	ISR0083_000000016146	1.0		0	0	False	True	0.9934679269790649	0					non-mobilizable	no_good_hit	1410.0	90.78	84.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
ISR0363_000000011108	1684	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7286500337122965	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1498.0	99.065	89.0	0.020596287990314103	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0040_000000015658	1683	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.744061020564234	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1500.0	92.06700000000001	89.0	0.020610046365725134	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0180_000000010566	1681	0.5221656897898981	1	1	1	1	1	False	128975	fragment	False	ENG0180_000000010566	1.0		0	0	False	True	0.9654967188835144	0					non-mobilizable	no_good_hit	1493.0	82.92	89.0	0.3229867592793575	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
AST0012_000000013781	1679	0.5221656897898981	1	1	1	1	1	False	129034	maximal	True	AST0012_000000013781	1.0	PS1059	2	1	False	True	0.9946396946907043	0					non-mobilizable	no_good_hit	1406.0	82.07700000000001	84.0	0.006489301671584907	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
USA0013_01_000000006082	1678	0.5221656897898981	1	1	1	1	1	False	128861	maximal	True	USA0013_01_000000006082	1.0	PS1059	14	5	False	True	0.9886770248413086	0					non-mobilizable	no_good_hit	1492.0	98.861	89.0	0.020513737737847915	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0111_000000010680	1677	0.5221656897898981	1	1	1	1	1	False	119136	maximal	True	ISR0111_000000010680	1.0	PS816	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1456.0	82.212	87.0	0.020004677847639752	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0132_000000011471	1675	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.23351287482200445	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1494.0	99.13	89.0	0.006896328433594509	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
CHI0127_000000010816	1674	0.5221656897898981	2	1	1	1	1	False	119221	maximal	True	CHI0127_000000010816	1.0	PS816	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1484.0	100.0	89.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
AUS0018_000000016858	1672	0.5221656897898981	1	1	1	1	1	False	129022	maximal	False	ISR0191_000000006325	0.9539279385705848	PS1059	0	0	False	True	0.9874401688575745	0					non-mobilizable	no_good_hit	1485.0	99.461	89.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0128_000000021157	1669	0.5221656897898981	1	1	1	1	1	False	31831	maximal	True	ISR0128_000000021157	1.0		1	1	False	False	0.9994008541107178	0					non-mobilizable	no_good_hit	1423.0	84.04799999999999	85.0	0.00040309943725047576	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AUS0006_000000015607	1664	0.5221656897898981	3	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2395955963106929	PS816	0	0	True	True	0.9963942170143127	1					non-mobilizable	no_good_hit	1483.0	99.93299999999999	89.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ENG0027_000000013761	1663	0.5221656897898981	3	1	1	1	1	False	128988	maximal	True	ENG0027_000000013761	1.0	PS1059	4	2	False	True	1.0	0					non-mobilizable	other	1495.0	81.73899999999999	90.0	0.19389750945364453	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
FIJ0069_000000013400	1663	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7246492883068627	PS1059	0	0	False	True	0.9915814995765686	0					non-mobilizable	other	1494.0	82.396	92.0	0.0004215511720541947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0298_000000008906	1661	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7051543442243879	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1507.0	81.08800000000001	91.0	0.003209239874110564	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
FIJ0106_000000016306	1660	0.5221656897898981	2	1	1	1	1	False	119160	maximal	True	FIJ0106_000000016306	1.0	PS816	3	1	False	True	0.9993975758552551	0					non-mobilizable	other	1503.0	78.709	90.0	0.006786016416306559	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	False	True
FIJ0106_000000016334	1659	0.5221656897898981	1	1	1	1	1	False	44578	maximal	True	FIJ0106_000000016334	1.0		3	1	False	False	0.9897528886795044	0					non-mobilizable	other	1490.0	82.95299999999999	90.0	0.000422118917740463	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0144_000000019022	1658	0.5221656897898981	1	1	1	1	1	False	128948	maximal	True	FIJ0144_000000019022	1.0	PS1059	10	1	False	True	0.9794933795928955	0					non-mobilizable	other	1472.0	94.49700000000001	100.0	0.020238570229627287	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0078_000000020271	1656	0.5221656897898981	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.13401663661928545	PS748	0	0	False	True	1.0	0					non-mobilizable	other	763.0	89.12200000000001	97.0	0.00022802894710775804	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ENG0026_000000007001	1653	0.5221656897898981	2	1	1	1	1	False	86470	fragment	False	ENG0026_000000007001	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	84.53299999999999	90.0	0.020499979362436884	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0088_000000006975	1653	0.5221656897898981	1	1	1	1	1	False	110390	fragment	False	AST0088_000000006975	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	83.523	95.0	0.0004215511720541947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0122_000000009726	1653	0.5221656897898981	1	1	1	1	1	False	41461	fragment	False	FIJ0122_000000009726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	84.306	87.0	0.019688235213186026	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0051_01_000000012285	1652	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17675457199768838	PS816	0	0	False	True	0.9993946552276611	0					non-mobilizable	plasmid	1482.0	87.314	90.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0038_000000007389	1652	0.5221656897898981	1	1	1	1	1	False	119219	maximal	True	CHI0038_000000007389	1.0	PS816	0	0	False	True	0.9993946552276611	0					non-mobilizable	other	1481.0	82.37700000000001	90.0	0.020362395608326568	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0158_000000011376	1652	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7425717770820363	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1495.0	82.943	100.0	0.000422118917740463	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
USA0057_01_000000019427	1650	0.5221656897898981	2	1	1	1	1	False	128848	maximal	True	USA0057_01_000000019427	1.0	PS1059	3	3	False	True	1.0	0					non-mobilizable	other	1488.0	81.452	96.0	0.00042013180783852407	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
AST0035_000000009855	1649	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7232941900387518	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1491.0	81.623	94.0	0.19337592906506715	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
MON0068_000000025728	1646	0.5221656897898981	2	1	1	1	1	False	119110	maximal	True	MON0068_000000025728	1.0	PS816	0	0	False	True	0.9939246773719788	0					non-mobilizable	no_good_hit	1441.0	99.445	88.0	0.00666043792379349	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0386_000000018151	1645	0.5221656897898981	2	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.1256426535137806	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1493.0	89.551	99.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0061_000000016542	1643	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6559580073756719	PS1059	0	0	False	True	0.9993913769721985	0					non-mobilizable	chromosome	1519.0	77.156	92.0	0.0005658257814502632	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	False	True
ENG0064_000000013545	1642	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.3358460199635621	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1481.0	94.126	90.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0108_000000017357	1641	0.5221656897898981	3	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22517285555137104	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1484.0	98.72	90.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0001_000000021136	1640	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6957797567703415	PS1059	0	0	False	True	0.9981707334518433	0					non-mobilizable	other	1468.0	99.523	90.0	0.02018353672798316	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0018_000000024231	1639	0.5221656897898981	1	1	1	1	1	False	119210	maximal	True	DEN0018_000000024231	1.0	PS816	1	1	False	True	0.9981696009635925	0					non-mobilizable	no_good_hit	1429.0	80.406	87.0	0.05182726675906339	NZ_NFHM01000033.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_33, whole genome shotgun sequence	True	True
CHI0167_000000013219	1638	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7041997854162579	PS1059	0	0	False	True	0.9951159954071045	0					non-mobilizable	plasmid	1481.0	81.702	95.0	0.006822323567774581	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0077_000000021790	1636	0.5221656897898981	1	1	1	1	1	False	128935	fragment	False	ISR0077_000000021790	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1421.0	90.429	87.0	0.019523134708253648	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0037_000000014375	1636	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22898512376587313	PS816	0	0	False	True	0.97555011510849	0					non-mobilizable	chromosome	1499.0	80.387	95.0	0.0002335228687182899	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	True
SPA0057_000000020052	1634	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7466820135866198	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	82.71	95.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
CHI0173_000000010547	1633	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6998357207250798	PS1059	0	0	False	True	0.9957134127616882	0					non-mobilizable	other	1479.0	99.324	91.0	0.020334878857504506	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0398_000000014035	1633	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.3154764468862823	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1449.0	85.99	89.0	0.31343607553722597	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	True	True
MON0054_000000030094	1631	0.5221656897898981	1	1	1	1	1	False	128913	fragment	False	MON0054_000000030094	1.0		0	0	False	True	0.9846720099449158	0					non-mobilizable	no_good_hit	1450.0	90.20700000000001	89.0	0.01992212759517356	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0137_000000006937	1629	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17957272003222882	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1483.0	87.458	91.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0170_000000008000	1626	0.5221656897898981	1	1	1	1	1	False	128906	fragment	False	ENG0170_000000008000	1.0		0	0	False	True	0.9993849992752075	0					non-mobilizable	no_good_hit	1413.0	82.449	87.0	0.18320511148780805	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ENG0193_000000012350	1625	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7429812427334634	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	82.955	100.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0104_000000016681	1624	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17446506650095384	PS816	0	0	False	True	0.9993842244148254	0					non-mobilizable	plasmid	1481.0	86.96799999999999	99.0	0.006822323567774581	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0134_000000009266	1623	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.662937386598014	PS1059	0	0	False	True	0.9993838667869568	0					non-mobilizable	plasmid	1490.0	82.75200000000001	92.0	0.006868576608912036	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0155_000000011988	1622	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10876102939796031	PS1059	0	0	False	True	0.9993834495544434	0					non-mobilizable	other	1502.0	79.893	92.0	0.026408138669313387	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	True
MAD0112_000000017804	1621	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.18941294767523995	PS816	0	0	False	True	0.9981492757797241	0					non-mobilizable	other	1490.0	85.63799999999999	92.0	0.32233557629693943	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
MAD0089_000000016632	1621	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6958207180282423	PS1059	0	0	False	True	0.9833436012268066	0					non-mobilizable	other	1482.0	81.242	95.0	0.00024092469159917414	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0332_000000009090	1620	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7358682352393134	PS1059	0	0	False	True	0.9944444298744202	0					non-mobilizable	other	1478.0	99.459	91.0	0.020321120482093474	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AUS0020_000000016363	1614	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.23423911024487545	PS816	0	0	False	True	0.9962825179100037	0					non-mobilizable	chromosome	1503.0	77.977	95.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
AST0093_000000010702	1613	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22796519194856346	PS816	0	0	False	True	0.9950402975082397	0					non-mobilizable	plasmid	1483.0	99.12299999999999	92.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0330_000000019487	1612	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7434948829648731	PS1059	0	0	False	True	0.9987593293190002	0					non-mobilizable	other	1497.0	82.83200000000001	93.0	0.32385500325591493	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
USA0069_01_000000037598	1611	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2179379254325401	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1482.0	87.51700000000001	92.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0042_000000015672	1610	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7184971958748049	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1497.0	82.365	97.0	0.000422118917740463	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0117_000000012664	1610	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6662015120482466	PS1059	0	0	False	True	1.0	0					non-mobilizable	chromosome	1519.0	77.222	94.0	0.0005658257814502632	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	False	True
MAD0051_000000017962	1609	0.5221656897898981	2	1	1	1	1	False	119113	maximal	True	MAD0051_000000017962	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1413.0	98.655	88.0	0.006530929408608616	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
SPA0100_000000017688	1609	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6886172901305114	PS1059	0	0	False	True	1.0	0					non-mobilizable	plasmid	1495.0	82.274	93.0	0.006896328433594509	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0210_000000016187	1608	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7243159302284644	PS1059	0	0	False	True	0.9981343150138855	0					non-mobilizable	other	1495.0	82.34100000000001	96.0	0.0004215511720541947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ENG0119_000000019404	1608	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10597680797172376	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	87.76700000000001	93.0	0.020334878857504506	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0154_000000005673	1606	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1119951119094124	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1505.0	76.279	93.0	0.0019333749168545258	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	True
ISR0138_000000018173	1605	0.5221656897898981	1	1	1	1	1	False	119134	maximal	True	ISR0138_000000018173	1.0	PS816	0	0	False	True	0.9869158864021301	0					non-mobilizable	chromosome	1443.0	77.824	95.0	0.00040646590834748426	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0104_000000019783	1604	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7372549393234437	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1487.0	98.79	93.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0008_000000017874	1603	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17320426154859828	PS816	0	0	False	True	0.9993761777877808	0					non-mobilizable	plasmid	1439.0	87.7	90.0	0.006637311403224762	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
USA0021_01_000000011220	1603	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7409448997628107	PS1059	0	0	False	True	1.0	0					non-mobilizable	chromosome	1514.0	80.185	94.0	0.00024204807526597856	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
ENG0087_000000016384	1601	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10594857507714531	PS1059	0	0	False	True	0.9987508058547974	0					non-mobilizable	other	1406.0	81.792	96.0	0.000397421980387793	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ENG0092_000000014389	1600	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7431881351231363	PS1059	0	0	False	True	0.9956250190734863	0					non-mobilizable	other	1525.0	98.689	95.0	0.020954005751000922	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0177_000000010403	1598	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22837076408537224	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1484.0	99.259	93.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
USA0057_01_000000020132	1597	0.5221656897898981	1	1	1	1	1	False	119094	maximal	True	USA0057_01_000000020132	1.0	PS816	2	1	False	True	1.0	0					non-mobilizable	no_good_hit	1382.0	98.553	87.0	0.006387544981082506	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0046_000000022496	1596	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2943147972925235	PS816	0	0	False	True	0.9987468719482422	0					non-mobilizable	other	1440.0	86.25	90.0	0.31169958758411115	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
AST0104_000000021766	1596	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10587210251471851	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1412.0	81.79899999999999	97.0	0.00039912521744659785	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
USA0034_01_000000032668	1596	0.5221656897898981	1	1	1	1	1	False	119099	maximal	True	USA0034_01_000000032668	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	other	1437.0	79.402	90.0	0.00023305240759865652	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ENG0104_000000019892	1595	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.23409730161327702	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1484.0	98.51799999999999	93.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0061_000000013206	1594	0.5221656897898981	1	1	1	1	1	False	128908	maximal	True	ENG0061_000000013206	1.0	PS1059	6	2	False	True	0.9968632459640503	0					non-mobilizable	other	1407.0	83.58200000000001	99.0	0.000397421980387793	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0042_000000015225	1594	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2145215426563165	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1429.0	100.0	90.0	0.006604934274428544	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0155_000000013790	1594	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17682763582620972	PS816	0	0	False	True	0.9937264919281006	0					non-mobilizable	other	1503.0	79.375	94.0	0.00024354878626601332	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0320_000000016330	1594	0.5221656897898981	3	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10870774627399186	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1488.0	81.452	99.0	0.00042013180783852407	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0011_000000028393	1593	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7005200373335744	PS1059	0	0	False	True	0.9981167316436768	0					non-mobilizable	other	1505.0	82.458	94.0	0.3249403082266117	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
ISR0059_000000010949	1591	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7051845994647646	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1498.0	82.31	99.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0843_000000010248	1589	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7314443915431693	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1494.0	90.495	94.0	0.020527496113258947	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0211_000000015297	1589	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10597206898548617	PS1059	0	0	True	True	1.0	1					non-mobilizable	other	1516.0	81.464	95.0	0.19494067023079933	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
FIJ0086_000000020647	1589	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17652194629044696	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1490.0	85.63799999999999	94.0	0.32233557629693943	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
FIJ0031_000000015657	1586	0.5221656897898981	1	1	1	1	1	False	128961	fragment	False	FIJ0031_000000015657	1.0		0	0	False	True	0.996216893196106	0					non-mobilizable	no_good_hit	1404.0	95.869	89.0	0.9818054583624912	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
ISR0848_000000011220	1585	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7352362920682726	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1507.0	81.42	95.0	0.19533185552223237	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
FIJ0162_000000014264	1585	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7314626843580692	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	90.579	94.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0062_000000018556	1583	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.40627202759889947	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	80.949	94.0	0.0031686165845648605	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
ISR0256_000000011249	1583	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7485160603489387	PS1059	0	0	False	True	0.9974731802940369	0					non-mobilizable	other	1510.0	82.318	95.0	0.0004258092647012068	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0078_000000015496	1583	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17768234458533036	PS816	0	0	False	True	0.9873657822608948	0					non-mobilizable	no_good_hit	1391.0	100.0	88.0	0.0064291727181062155	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
USA0034_01_000000032899	1582	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6997392618861534	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1485.0	99.125	94.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0352_000000006257	1582	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.1440910319688099	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1436.0	79.039	91.0	0.00023288840168197907	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
FIJ0088_000000018240	1579	0.5221656897898981	1	1	1	1	1	False	86469	fragment	False	FIJ0088_000000018240	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	83.449	96.0	0.0004082091484268902	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0135_000000018019	1579	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7463087259277704	PS1059	0	0	False	True	0.9981000423431396	0					non-mobilizable	other	1491.0	99.463	94.0	0.020499979362436884	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0201_000000018926	1578	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7048647178431331	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1497.0	82.699	99.0	0.0004226866634267313	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0001_000000015873	1576	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.19730091552867862	PS816	0	0	False	True	0.9987309575080872	0					non-mobilizable	plasmid	1494.0	87.416	95.0	0.006882452521253272	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0148_000000012428	1576	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.15384325169759766	PS816	0	0	False	True	0.9936548471450806	0					non-mobilizable	plasmid	1432.0	87.5	91.0	0.006600308970314798	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0150_000000017712	1575	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7179968617792567	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	99.39299999999999	94.0	0.0203761539837376	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0153_000000016289	1575	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5769197756223208	PS1059	0	0	False	True	0.9993650913238525	0					non-mobilizable	other	1431.0	94.41	91.0	0.019674476837774995	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0102_000000020492	1575	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.39603926022807745	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1493.0	85.73299999999999	95.0	0.3227696982852181	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
AST0148_000000021570	1574	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10862455113653328	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1488.0	81.452	99.0	0.00042013180783852407	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
USA0031_01_000000017282	1574	0.5221656897898981	2	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.11673963108843931	PS748	0	0	False	True	1.0	0					non-mobilizable	other	765.0	89.15	99.0	0.00022862744828126922	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0064_000000014437	1574	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22889029148703283	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1519.0	80.711	96.0	0.03258281013206322	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MAD0107_000000025209	1573	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22797523795464758	PS816	0	0	False	True	0.9968213438987732	0					non-mobilizable	other	1510.0	86.887	96.0	0.2853898561695685	KX125463.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time2_PI_2 genomic sequence	False	True
ISR0141_000000019917	1573	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22335742474260503	PS816	0	0	False	True	0.9993642568588257	0					non-mobilizable	plasmid	1449.0	99.72399999999999	92.0	0.006697440356703453	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0241_000000010015	1570	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6017841912384818	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1415.0	90.601	90.0	0.9895031490552834	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0108_000000014366	1568	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6984309078823083	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1485.0	98.45100000000001	95.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0071_000000023294	1568	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.36261389664145216	PS816	0	0	False	True	0.9859693646430969	0					non-mobilizable	other	1451.0	82.633	93.0	0.019949644345995624	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0043_000000018474	1567	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17713438777793034	PS816	0	0	False	True	0.9891512393951416	0					non-mobilizable	other	1503.0	79.441	95.0	0.00024354878626601332	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
FIJ0169_000000014498	1566	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.04186827282178103	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1481.0	86.428	94.0	0.020238570229627287	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0006_000000014295	1565	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.73379211874519	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	82.955	99.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0032_000000021416	1564	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7021379151061387	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1492.0	90.214	95.0	0.020486220987025853	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0059_01_000000016379	1564	0.5221656897898981	2	1	1	1	1	False	128857	maximal	True	USA0059_01_000000016379	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1325.0	99.54700000000001	85.0	0.06589359478425322	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ISR0198_000000021174	1564	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7088291848805431	PS1059	0	0	False	True	0.9993606209754944	0					non-mobilizable	other	1486.0	90.37700000000001	95.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0150_000000011118	1564	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7081280839805261	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	90.242	95.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0046_000000021274	1563	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7096157710622965	PS1059	0	0	False	True	0.9974408149719238	0					non-mobilizable	other	1495.0	82.40799999999999	99.0	0.0004215511720541947	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0163_000000015665	1562	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.23834252077887733	PS816	0	0	False	True	0.9993597865104675	0					non-mobilizable	plasmid	1409.0	88.219	90.0	0.0064985522798123975	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MAD0003_000000017372	1562	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.09503237499324638	PS1059	0	0	False	True	0.9935979247093201	0					non-mobilizable	other	1489.0	80.524	96.0	0.00041814469793658506	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MON0007_000000041349	1561	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7365436249031831	PS1059	0	0	False	True	0.998718798160553	0					non-mobilizable	other	1486.0	98.789	95.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0362_000000013440	1560	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.3001170607756698	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1511.0	78.756	96.0	0.006813453140361707	NZ_FNRK01000001.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	False	True
ISR0263_000000009978	1560	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7163437911544585	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	90.41799999999999	95.0	0.020362395608326568	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0116_000000015392	1556	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7431326375078983	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	82.955	99.0	0.0004224027905835971	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
AST0029_000000018987	1555	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6958296744634513	PS1059	0	0	False	True	1.0	0					non-mobilizable	chromosome	1494.0	76.908	96.0	0.0005552707368928965	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	False	True
USA0031_01_000000017464	1554	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.712336786339125	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1478.0	99.52600000000001	95.0	0.020321120482093474	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0255_000000021353	1552	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.585947221763109	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1400.0	99.85700000000001	90.0	0.9790062981105668	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0212_000000023164	1551	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22883202254011428	PS816	0	0	False	True	0.9980657696723938	0					non-mobilizable	plasmid	1483.0	99.595	96.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0005_000000035155	1550	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7156400310725601	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1474.0	92.266	95.0	0.020252328605038318	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0039_000000016871	1550	0.5221656897898981	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.1165878087204097	PS748	0	0	False	True	1.0	0					non-mobilizable	other	776.0	88.91799999999999	96.0	0.00023102145297531392	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ISR0389_000000014325	1550	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10560530692733827	PS1059	0	0	False	True	0.9993548393249512	0					non-mobilizable	other	1491.0	87.79299999999999	96.0	0.02026608698044935	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0085_000000016889	1549	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.04436855363394317	PS1059	0	0	False	True	0.9993544220924377	0					non-mobilizable	other	1504.0	81.516	97.0	0.0002450248395161104	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
MAD0107_000000025613	1549	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2082211874423824	PS816	0	0	False	True	0.9980632662773132	0					non-mobilizable	plasmid	1421.0	87.685	92.0	0.006554055929177343	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0113_000000019259	1549	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22281581449503618	PS816	0	0	False	True	0.994835376739502	0					non-mobilizable	plasmid	1475.0	99.119	95.0	0.006817698263660836	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0134_000000010528	1549	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7269580037624772	PS1059	0	0	False	True	0.9928986430168152	0					non-mobilizable	other	1485.0	82.42399999999999	99.0	0.00041871244362285336	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0002_000000024241	1549	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22811410366683038	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1483.0	99.056	96.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0086_000000016169	1548	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6453737385537262	PS1059	0	0	False	True	0.9974160194396973	0					non-mobilizable	other	1430.0	99.79	92.0	0.019660718462363964	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0042_000000020825	1548	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6010255773544945	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1414.0	80.905	92.0	0.0002302643070151399	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0298_000000009557	1548	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7002805068058021	PS1059	0	0	False	True	0.9987080097198486	0					non-mobilizable	other	1504.0	82.24700000000001	97.0	0.00042467377332867023	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0110_000000015163	1547	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.04434358736513869	PS1059	0	0	False	True	0.9812540411949158	0					non-mobilizable	other	1501.0	81.612	97.0	0.03225806451612903	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0099_000000014276	1546	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22576064632565543	PS816	0	0	False	True	0.9967658519744873	0					non-mobilizable	plasmid	1477.0	99.729	96.0	0.0068269488718883265	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0388_000000022786	1546	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7223130227705759	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1473.0	99.59299999999999	95.0	0.020252328605038318	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0777_000000011223	1544	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7324102944631047	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1509.0	77.336	97.0	0.010788327809189575	NZ_QSBM01000020.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf20, whole genome shotgun sequence	False	True
FIJ0152_000000017368	1544	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5677173232444827	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1483.0	87.728	96.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0011_000000011145	1543	0.5221656897898981	2	1	1	1	1	False	8032	maximal	True	SPA0011_000000011145	0.9890800794176042		6	2	False	False	0.9993519186973572	0					non-mobilizable	other	1486.0	81.62899999999999	99.0	0.00024174472118256138	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0194_000000017324	1543	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7011945151262133	PS1059	0	0	False	True	0.9987038373947144	0					non-mobilizable	other	1380.0	80.0	96.0	0.0053584308068613	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
ISR0324_000000019990	1542	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2590671599794047	PS816	0	0	False	True	0.9993515014648438	0					non-mobilizable	other	1461.0	85.695	95.0	0.31625786846103754	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
AUS0016_000000018420	1541	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10835039367490097	PS1059	0	0	False	True	0.9993510842323303	0					non-mobilizable	other	1495.0	81.672	97.0	0.1942886947450776	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0076_000000016972	1541	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7044707084703231	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1494.0	81.593	97.0	0.1937671143565002	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
CHI0168_000000010354	1540	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10820328560928588	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1367.0	79.883	99.0	0.00530355294929286	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
ISR0269_000000012571	1538	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1602224495232488	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1491.0	88.06200000000001	97.0	0.020486220987025853	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0057_000000016937	1536	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1082453419820542	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	81.457	99.0	0.00041871244362285336	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0105_000000021603	1535	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21212013807882185	PS816	0	0	False	True	1.0	0					non-mobilizable	chromosome	1480.0	79.66199999999999	96.0	0.00023720711376065898	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
ISR0257_000000011466	1534	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.617460984397821	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1414.0	76.66199999999999	98.0	0.0002579812607273525	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	False	True
ISR0317_000000014289	1533	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6878308366910765	PS1059	0	0	False	True	0.994781494140625	0					non-mobilizable	other	1475.0	90.37299999999999	96.0	0.02026608698044935	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0065_000000022406	1533	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21879856313847157	PS816	0	0	False	True	0.9980430603027344	0					non-mobilizable	other	1497.0	79.359	98.0	0.00024256475076594864	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
FIJ0120_000000016278	1532	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6434972036914082	PS1059	0	0	False	True	0.9928198456764221	0					non-mobilizable	other	1496.0	81.35	99.0	0.00042126729921106057	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0330_000000020676	1532	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7003547343334711	PS1059	0	0	False	True	0.9986945390701294	0					non-mobilizable	other	1500.0	90.133	98.0	0.020610046365725134	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0055_000000006114	1532	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7368025223338588	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1485.0	99.32700000000001	97.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0118_000000020332	1530	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6873714545863876	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1452.0	92.149	95.0	0.019949644345995624	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0243_000000008092	1529	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.697050259700774	PS1059	0	0	False	True	0.9758011698722839	0					non-mobilizable	chromosome	1508.0	80.637	98.0	0.00024059578681438269	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
FIJ0147_000000014111	1529	0.5221656897898981	1	1	1	1	1	False	44576	fragment	False	FIJ0147_000000014111	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	81.676	96.0	0.03150032474561593	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0223_000000020669	1528	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6291453998348185	PS1059	0	0	False	True	0.9993455410003662	0					non-mobilizable	other	1415.0	91.095	93.0	0.9895031490552834	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
CHI0018_000000011575	1526	0.5221656897898981	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8344344202263918	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1488.0	82.39200000000001	98.0	0.00024223673893259372	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0275_000000009361	1526	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6569218110523908	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1435.0	99.443	94.0	0.01972951033941912	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0211_000000014998	1525	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6486594158754311	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1430.0	82.79700000000001	94.0	0.30931191664857827	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
ISR0237_000000007873	1523	0.5221656897898981	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.11645231556643879	PS748	0	0	False	True	0.9822718501091003	0					non-mobilizable	other	1486.0	88.35799999999999	98.0	0.0005861458379888158	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
CAN0011_000000019833	1522	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7169362465920154	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1481.0	99.46	97.0	0.020362395608326568	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0085_000000020665	1520	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5675599606921358	PS1059	0	0	False	True	0.9993420839309692	0					non-mobilizable	other	1445.0	81.384	98.0	0.000407641402740622	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0128_000000024605	1520	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20299413028910052	PS816	0	0	False	True	0.9993420839309692	0					non-mobilizable	plasmid	1427.0	99.58	94.0	0.006595683666201052	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0017_000000019281	1519	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6681021950102584	PS1059	0	0	False	True	0.9986833333969116	0					non-mobilizable	other	1488.0	94.48899999999999	98.0	0.02045870423620379	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0061_000000018191	1519	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.16567304574394473	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1432.0	87.98899999999999	94.0	0.006604934274428544	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0108_000000015475	1517	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.19404225953653093	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1478.0	87.48299999999999	97.0	0.00681307295954709	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0079_000000018812	1517	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.721408010214077	PS1059	0	0	False	True	0.999340832233429	0					non-mobilizable	other	1489.0	99.32799999999999	98.0	0.02047246261161482	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0216_000000011439	1516	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2108675501965502	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1448.0	98.55	96.0	0.006692815052589708	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
USA0039_01_000000014782	1515	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7394996654278284	PS1059	0	0	False	True	0.9834983348846436	0					non-mobilizable	other	1485.0	99.529	98.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0214_000000020120	1515	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.6291172489347974	PS816	0	0	False	True	0.9933993220329285	0					non-mobilizable	other	1482.0	86.505	98.0	0.19246316338505673	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0128_000000024686	1515	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7181968923212565	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	90.848	98.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0085_000000017372	1514	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21423050550722503	PS816	0	0	False	True	0.9907529950141907	0					non-mobilizable	other	1452.0	87.12100000000001	96.0	0.18894249576215935	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0086_000000018788	1513	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21452704794707553	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1448.0	87.086	96.0	0.1882905202764376	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
DEN0083_000000020123	1512	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6959641868340645	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1459.0	92.118	96.0	0.020032194598461815	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0124_000000019431	1511	0.5221656897898981	1	1	1	1	1	False	8032	maximal	False	SPA0011_000000011145	0.9789371354504213		0	0	False	False	1.0	0					non-mobilizable	chromosome	1510.0	81.457	99.0	0.00023572591464959453	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	False	False
CHI0185_000000013061	1510	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6761710230913258	PS1059	0	0	False	True	0.9894039630889893	0					non-mobilizable	other	1449.0	82.609	96.0	0.3130019535489473	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
AST0102_000000020888	1504	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.1547820671719005	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1425.0	85.053	95.0	0.18542182813926197	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0034_000000023197	1504	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.5727302360647636	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1488.0	85.75299999999999	99.0	0.19337592906506715	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0090_000000020524	1503	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.12270496096780684	PS816	0	0	False	True	0.9993346929550171	0					non-mobilizable	other	1354.0	82.64399999999999	90.0	0.946815955213436	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0059_000000011865	1503	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6659283063102923	PS1059	0	0	False	True	0.9993346929550171	0					non-mobilizable	other	1505.0	94.286	99.0	0.020692596618191325	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0025_000000025431	1502	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7373922646238017	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	99.529	99.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0041_000000022643	1502	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22065935699852754	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1457.0	82.292	97.0	0.020004677847639752	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0160_000000012806	1502	0.5221656897898981	2	1	1	1	1	False	41459	fragment	False	FIJ0160_000000012806	0.9849195710455765		0	0	False	False	0.9973368644714355	0					non-mobilizable	chromosome	1460.0	78.63	100.0	0.0004115858428123231	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0148_000000024194	1502	0.5221656897898981	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7900132799591356	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	92.92	99.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
CHI0066_000000007079	1501	0.5221656897898981	1	1	1	1	1	False	86468	fragment	False	FIJ0006_000000026333	0.928674695010856		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	82.62899999999999	98.0	0.19076802712218022	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	False
USA0087_01_000000010521	1501	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7261580237305463	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	90.51100000000001	99.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0144_000000011465	1500	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1055645871165404	PS1059	0	0	False	True	0.9993333220481873	0					non-mobilizable	other	1490.0	87.71799999999999	99.0	0.020252328605038318	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0096_000000024992	1500	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5990344632281548	PS1059	0	0	False	True	0.9926666617393494	0					non-mobilizable	other	1440.0	94.444	96.0	0.01979830221647428	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0162_000000016264	1498	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6278169886327313	PS1059	0	0	False	True	0.985981285572052	0					non-mobilizable	other	1431.0	99.37100000000001	96.0	0.019674476837774995	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CAN0016_000000030953	1498	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10819519018905391	PS1059	0	0	False	True	1.0	0					non-mobilizable	plasmid	1490.0	81.611	99.0	0.0068732019130257815	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
DEN0052_000000030934	1498	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2281628705922209	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1435.0	87.456	96.0	0.006609559578542289	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0069_000000014802	1498	0.5221656897898981	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.13315056784517473	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1494.0	89.625	99.0	0.00042438567897442025	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
CHI0074_000000009185	1498	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6054315921743982	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1423.0	81.658	95.0	0.0024124791902282615	NZ_MIEH01000018.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_18, whole genome shotgun sequence	False	True
ENG0020_000000013346	1497	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6484283314928676	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1430.0	82.587	99.0	0.00040451880146614647	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MAD0026_000000009425	1497	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17634208059849296	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1484.0	87.46600000000001	99.0	0.006840824784229563	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0081_000000017081	1494	0.5221656897898981	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8381394196714057	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1505.0	79.867	100.0	0.000422118917740463	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0088_000000016594	1493	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2283887901529707	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1489.0	99.463	99.0	0.006877827217139527	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0113_000000010944	1493	0.5221656897898981	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.12479549586552102	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1493.0	89.551	99.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0040_000000016178	1493	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20321541055277165	PS816	0	0	False	True	0.995311439037323	0					non-mobilizable	plasmid	1434.0	98.954	96.0	0.006628060794997271	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0104_000000016582	1493	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.043498945870882454	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1431.0	87.491	96.0	0.019660718462363964	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0121_000000017255	1492	0.5221656897898981	1	1	1	1	1	False	41459	fragment	False	FIJ0160_000000012806	0.9816910785619175		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	84.471	99.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0034_000000014390	1492	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21446179233504653	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1429.0	99.93	96.0	0.006604934274428544	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0011_000000031298	1492	0.5221656897898981	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.1330902593492642	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1495.0	88.361	100.0	0.0005897054280980595	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
AST0047_000000015416	1491	0.5221656897898981	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.12477145852575677	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1493.0	89.551	100.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
SPA0032_000000019742	1491	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1052300034309225	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1364.0	79.985	98.0	0.005291793408385336	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
FIJ0014_000000016904	1491	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5880007808898415	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1438.0	80.042	96.0	0.02530927652334196	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	True
SPA0119_000000021226	1490	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7281953383814508	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1490.0	90.40299999999999	99.0	0.02047246261161482	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0078_000000017378	1490	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.698826107147669	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1488.0	80.645	100.0	0.00024223673893259372	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0271_000000012634	1489	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6284283905231206	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1410.0	99.787	95.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0062_000000016398	1488	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7163587140970457	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1489.0	90.73200000000001	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0115_000000015837	1488	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5513952429077493	PS1059	0	0	False	True	0.9979838728904724	0					non-mobilizable	other	1425.0	94.52600000000001	96.0	0.019591926585308807	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0039_000000018712	1488	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7361873366335098	PS1059	0	0	False	True	0.9993279576301575	0					non-mobilizable	plasmid	1491.0	81.556	100.0	0.006868576608912036	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0219_000000022117	1488	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7001486265868282	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1487.0	90.383	99.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0840_000000011723	1487	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7281087225343098	PS1059	0	0	True	True	1.0	1					non-mobilizable	other	1487.0	90.98899999999999	99.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0128_000000023685	1487	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.731117200276449	PS1059	0	0	False	True	1.0	0					non-mobilizable	chromosome	1506.0	77.42399999999999	100.0	0.0005594173615404333	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	False	True
USA0073_01_000000009880	1486	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.1654483392454075	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1396.0	98.78200000000001	94.0	0.0064522992386749425	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0012_000000016829	1486	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.29632590459131003	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1482.0	88.057	99.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0294_000000012729	1486	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7378045087325429	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1490.0	82.617	100.0	0.3221185153028001	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
CHI0025_000000006904	1485	0.5221656897898981	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8335069111559533	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1499.0	82.72200000000001	100.0	0.00317503078817734	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
ISR0357_000000017704	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7358287243770605	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1485.0	99.259	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0220_000000006413	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6982928331220455	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1485.0	98.45100000000001	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0129_000000018191	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7000659703760399	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	90.37700000000001	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0135_000000015176	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7059756758554253	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1484.0	90.36399999999999	99.0	0.02038991235914863	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0384_000000012983	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7000659703760399	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	90.37700000000001	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0055_000000012952	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7358287243770605	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1485.0	99.259	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0125_000000017897	1485	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2282495139982122	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1494.0	82.329	100.0	0.00317503078817734	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
ISR0812_000000026660	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7000659703760399	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	90.37700000000001	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0026_000000019170	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7062201575228098	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	99.32600000000001	99.0	0.02038991235914863	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0010_000000020307	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7164531601361004	PS1059	0	0	False	True	0.9993265867233276	0					non-mobilizable	other	1486.0	90.37700000000001	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0190_000000020168	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7164531601361004	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	90.37700000000001	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0222_000000030999	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7059756758554253	PS1059	0	0	True	True	1.0	1					non-mobilizable	other	1484.0	90.36399999999999	99.0	0.02038991235914863	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AUS0016_000000019128	1485	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.33553852974858717	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1481.0	94.126	99.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0093_000000030909	1485	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7434446453575274	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1485.0	99.461	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0006_000000026333	1484	0.5221656897898981	1	1	1	1	1	False	86468	fragment	False	FIJ0006_000000026333	0.9593032151325692		0	0	False	False	0.986522912979126	0					non-mobilizable	other	1419.0	81.25399999999999	96.0	0.00023075632476517223	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ENG0208_000000020482	1484	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22475019173548724	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1483.0	98.584	99.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0077_000000013852	1484	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.04411096360039135	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1488.0	88.105	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0114_000000027358	1484	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5528654299078501	PS1059	0	0	False	True	0.9946091771125793	0					non-mobilizable	other	1426.0	94.39	96.0	0.01960568496071984	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0275_000000009668	1484	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.04424482836025592	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	87.954	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0108_000000019249	1484	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.04424482836025592	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1486.0	87.954	100.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0061_000000029399	1484	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6473265667087076	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1432.0	99.51100000000001	96.0	0.019688235213186026	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0067_000000017939	1483	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1083767454101861	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1480.0	88.37799999999999	99.0	0.020348637232915537	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0112_000000012508	1483	0.5221656897898981	2	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.8334001624973146	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1483.0	93.257	100.0	0.03206321714656852	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0347_000000015299	1483	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6170096775213513	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1410.0	99.71600000000001	95.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0165_000000010706	1483	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.22283458517774474	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1479.0	99.391	99.0	0.006836199480115818	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0172_000000019090	1482	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21138831059279856	PS816	0	0	False	True	0.9993252158164978	0					non-mobilizable	other	1457.0	80.988	98.0	0.03130547737605542	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
FIJ0041_000000025608	1482	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6029112798661084	PS1059	0	0	False	True	0.9979757070541382	0					non-mobilizable	other	1479.0	94.25299999999999	99.0	0.020334878857504506	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0148_000000019683	1481	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1082114524231451	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1478.0	88.49799999999999	99.0	0.020321120482093474	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0033_000000014789	1480	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20782608299873848	PS816	0	0	True	True	1.0	1					non-mobilizable	other	1440.0	80.694	97.0	0.017720359852000347	NZ_NFHM01000013.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_13, whole genome shotgun sequence	False	True
ENG0151_000000016156	1480	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1083232641322847	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1363.0	79.89699999999999	100.0	0.005287873561416162	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
FIJ0169_000000015363	1480	0.5221656897898981	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.11615625841210682	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1482.0	88.32700000000001	100.0	0.000584563797940263	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
ISR0234_000000009525	1479	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6152820398288756	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1407.0	99.574	95.0	0.9839048285514346	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0056_000000015076	1479	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7014509594294404	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1479.0	99.324	100.0	0.020334878857504506	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0149_000000012004	1478	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6208226733592646	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1412.0	90.86399999999999	96.0	0.9874037788663401	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0008_000000019387	1478	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6120809553115373	PS1059	0	0	False	True	0.9891745448112488	0					non-mobilizable	other	1417.0	90.54299999999999	96.0	0.019468101206609523	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0068_000000017531	1476	0.5221656897898981	1	1	1	1	1	False	126844	backbone	False	ISR0792_000000009219	0.7690649989388085	PS979	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	92.891	100.0	0.031933318900194844	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
AST0090_000000015350	1476	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7226647026326364	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1476.0	99.39	100.0	0.020293603731271412	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0131_000000024433	1475	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20379413839260974	PS816	0	0	False	True	1.0	0					non-mobilizable	chromosome	1465.0	77.884	98.0	0.00041243916522312957	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0199_000000020739	1475	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1001359108028208	PS1059	0	0	False	True	0.9911864399909973	0					non-mobilizable	other	1437.0	81.48899999999999	99.0	0.00040622203852495127	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0032_000000022768	1474	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6367231410882938	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1413.0	83.015	99.0	0.000399409090289732	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0034_000000018775	1474	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.214505105357723	PS816	0	0	False	True	0.98439621925354	0					non-mobilizable	other	1444.0	82.271	98.0	0.01981206059188531	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0040_000000029033	1473	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20245980956565138	PS816	0	0	False	True	0.9993211030960083	0					non-mobilizable	plasmid	1426.0	99.649	97.0	0.0065910583620873075	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0315_000000006578	1473	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5193413545619859	PS1059	0	0	False	True	0.9986422061920166	0					non-mobilizable	other	1394.0	99.354	95.0	0.01916541694756683	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0098_000000016976	1473	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6272369193393736	PS1059	0	0	False	True	0.987101137638092	0					non-mobilizable	other	1410.0	99.43299999999999	96.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0854_000000006390	1473	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.688803891283888	PS1059	0	0	False	True	0.9911744594573975	0					non-mobilizable	other	1473.0	98.98200000000001	100.0	0.020252328605038318	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0105_000000022658	1472	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.25259339484767845	PS816	0	0	False	True	0.98777174949646	0					non-mobilizable	other	1445.0	80.692	98.0	0.003070265462506842	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
ISR0259_000000012000	1472	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.043608444370058064	PS1059	0	0	False	True	0.99048912525177	0					non-mobilizable	other	1430.0	88.39200000000001	97.0	0.9993002099370188	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0800_000000008503	1471	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6037785747310914	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1447.0	82.17	98.0	0.0004090607669562927	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0107_000000017318	1471	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6847604741328074	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1462.0	90.766	99.0	0.02007346972469491	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0079_000000042037	1471	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20252253284726177	PS816	0	0	False	True	0.9979605674743652	0					non-mobilizable	plasmid	1412.0	99.50399999999999	96.0	0.00652630410449487	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0090_000000024847	1471	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5887371301300783	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1407.0	90.90299999999999	96.0	0.9839048285514346	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0262_000000011570	1470	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5992163351890392	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1407.0	99.574	96.0	0.9839048285514346	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0086_000000009447	1470	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6991319437417909	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1471.0	90.823	100.0	0.020211053478805224	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0037_000000016257	1470	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10808734505028796	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1477.0	81.92299999999999	100.0	0.19207197809362367	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0207_000000020597	1470	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10811857536619109	PS1059	0	0	False	True	0.9870748519897461	0					non-mobilizable	other	1475.0	88.475	100.0	0.02027984535586038	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0097_000000021375	1469	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.593067769956846	PS1059	0	0	False	True	0.9979577660560608	0					non-mobilizable	other	1400.0	93.786	95.0	0.9790062981105668	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0384_000000013164	1469	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6282045660260724	PS1059	0	0	False	True	0.9938733577728271	0					non-mobilizable	other	1435.0	76.516	97.0	0.00026184821752626357	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	False	True
ISR0330_000000021705	1468	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2036312077266561	PS816	0	0	False	True	0.9775204062461853	0					non-mobilizable	other	1443.0	82.19	98.0	0.019825818967296342	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0376_000000016946	1468	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21145185002948227	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1472.0	80.367	99.0	0.0002394486383490771	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ENG0082_000000014183	1467	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6541064577986155	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1460.0	90.068	99.0	0.020059711349283877	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0009_000000029348	1465	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2781782988078081	PS816	0	0	False	True	0.9986348152160645	0					non-mobilizable	plasmid	1468.0	86.785	100.0	0.00676219461429589	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0138_000000019892	1462	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6270858680503213	PS1059	0	0	False	True	0.9938440322875977	0					non-mobilizable	plasmid	1412.0	82.15299999999999	97.0	0.00651705349626738	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0338_000000019936	1462	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5227390423102807	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1384.0	99.35	95.0	0.9678096571028691	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0095_000000018936	1461	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5787826796354315	PS1059	0	0	False	True	0.984941840171814	0					non-mobilizable	other	1441.0	94.37899999999999	99.0	0.01981206059188531	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0834_000000012208	1461	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.7046783048140604	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1461.0	99.521	100.0	0.02008722810010594	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0008_000000025260	1461	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.1971174842875346	PS816	0	0	False	True	0.9787816405296326	0					non-mobilizable	plasmid	1412.0	99.575	97.0	0.00652630410449487	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0258_000000019445	1460	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.06910128823417003	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1340.0	87.09	92.0	0.17459903507628113	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0025_000000027143	1459	0.5221656897898981	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.11472522477123719	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1461.0	89.596	100.0	0.000414999132455549	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
CHI0131_000000012362	1457	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10518764909222456	PS1059	0	0	False	True	0.9979409575462341	0					non-mobilizable	other	1464.0	81.96700000000001	100.0	0.19037684183074716	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ENG0156_000000011865	1456	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6153525271373631	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1410.0	99.22	97.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
CHI0073_000000005549	1451	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6696615272854973	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1447.0	99.102	99.0	0.0198946108443515	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0209_000000019423	1451	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10520242148132526	PS1059	0	0	False	True	0.9993107914924622	0					non-mobilizable	other	1456.0	88.324	100.0	0.020018436223050783	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0190_000000015589	1450	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6486056529639243	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1453.0	80.867	100.0	0.0030959222769567597	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
ISR0325_000000014550	1449	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.27869807838637023	PS1059	0	0	False	True	0.9944789409637451	0					non-mobilizable	other	1319.0	99.318	91.0	0.03468162426923685	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	False	True
MON0077_000000030883	1449	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6802997049666114	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1449.0	99.72399999999999	100.0	0.01992212759517356	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0027_000000015863	1447	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10287683667456937	PS1059	0	0	False	True	0.9882515668869019	0					non-mobilizable	other	1451.0	88.353	99.0	0.019949644345995624	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CHI0136_000000009576	1445	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2899952997789498	PS816	0	0	False	True	0.9986159205436707	0					non-mobilizable	plasmid	1445.0	93.564	99.0	0.0066650632279072345	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0114_000000005371	1444	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5940490013472066	PS1059	0	0	False	True	0.9889196753501892	0					non-mobilizable	other	1438.0	80.668	99.0	0.01767086164012325	NZ_NFHM01000013.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_13, whole genome shotgun sequence	False	True
ENG0113_000000019310	1444	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21179257827578885	PS816	0	0	False	True	0.9993074536323547	0					non-mobilizable	plasmid	1444.0	99.723	100.0	0.006674313836134726	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0126_000000034309	1443	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.10249432405982564	PS1059	0	0	True	True	0.9979209899902344	1					non-mobilizable	other	1448.0	88.743	100.0	0.01990836921976253	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0308_000000012791	1443	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6465545756984943	PS1059	0	0	False	True	0.9993069767951965	0					non-mobilizable	other	1354.0	80.945	100.0	0.005260434632631942	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
ISR0187_000000019928	1442	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21158173796360605	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1449.0	80.4	100.0	0.00023567650226549573	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ISR0359_000000019298	1441	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.21166670305857696	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1441.0	99.445	100.0	0.00666043792379349	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0007_000000018137	1440	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4907416070502879	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1441.0	86.19	100.0	0.31191664857825047	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
USA0017_01_000000018908	1439	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5896286879161491	PS1059	0	0	False	True	0.9923558235168457	0					non-mobilizable	other	1400.0	99.786	97.0	0.9790062981105668	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0017_000000014173	1439	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4812371781312038	PS816	0	0	False	True	1.0	0					non-mobilizable	other	1440.0	86.181	100.0	0.31169958758411115	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
USA0011_01_000000025133	1438	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6483477064533938	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1415.0	90.81299999999999	98.0	0.9895031490552834	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0373_000000011650	1438	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6212592000714325	PS1059	0	0	False	True	0.9860917925834656	0					non-mobilizable	other	1422.0	81.857	99.0	0.18476985265354023	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ENG0081_000000017675	1438	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20849413298461453	PS816	0	0	False	True	0.9993045926094055	0					non-mobilizable	plasmid	1438.0	99.444	100.0	0.006646562011452253	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0070_000000013637	1438	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.42163064189041566	PS1059	0	0	False	True	0.9930459260940552	0					non-mobilizable	other	1415.0	95.54799999999999	98.0	0.01945434283119849	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0087_000000021804	1437	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6131839842893568	PS1059	0	0	False	True	0.9993041157722473	0					non-mobilizable	other	1431.0	99.23100000000001	99.0	0.019674476837774995	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0392_000000024445	1436	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6520782212408017	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1435.0	99.512	99.0	0.01972951033941912	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0113_000000019405	1436	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6367325563853725	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1415.0	90.954	99.0	0.9895031490552834	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0038_000000024352	1436	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20661779157312363	PS816	0	0	False	True	0.9874652028083801	0					non-mobilizable	plasmid	1436.0	99.58200000000001	100.0	0.006637311403224762	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0175_000000014199	1434	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6512205715447922	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1415.0	90.954	99.0	0.9895031490552834	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0158_000000013463	1434	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6350099546230925	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1429.0	100.0	99.0	0.9993002099370188	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0122_000000011162	1434	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6537275297678535	PS1059	0	0	False	True	0.9993026256561279	0					non-mobilizable	other	1364.0	80.645	100.0	0.005299633102323685	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
ENG0119_000000021492	1433	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6463474565988693	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1415.0	90.81299999999999	99.0	0.9895031490552834	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0034_000000019346	1433	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2621587959477918	PS816	0	0	False	True	0.9986042976379395	0					non-mobilizable	plasmid	1421.0	87.755	99.0	0.006554055929177343	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0147_000000015166	1432	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5027543845284126	PS1059	0	0	False	True	0.9993016719818115	0					non-mobilizable	other	1432.0	95.88	100.0	0.019688235213186026	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0147_000000015168	1432	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.14697370968614476	PS816	0	0	False	True	0.998603343963623	0					non-mobilizable	other	1432.0	82.26299999999999	100.0	0.019688235213186026	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
AST0026_000000018410	1431	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.2033677585085007	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1429.0	99.44	99.0	0.006604934274428544	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0111_000000020993	1431	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17852854075781946	PS816	0	0	False	True	0.9993011951446533	0					non-mobilizable	other	1433.0	85.625	100.0	0.30996309963099633	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
MON0099_000000025158	1431	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6244027517404688	PS1059	0	0	False	True	0.9993011951446533	0					non-mobilizable	other	1410.0	92.837	99.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0150_000000016920	1431	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.2949882451408503	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1335.0	82.022	93.0	0.17381666449341504	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
MAD0040_000000023867	1429	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5985012097033842	PS1059	0	0	False	True	0.9993001818656921	0					non-mobilizable	other	1433.0	82.484	100.0	0.3095289776427176	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
ISR0244_000000018623	1428	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.20260792214941575	PS816	0	0	True	True	1.0	1					non-mobilizable	plasmid	1428.0	99.79	100.0	0.006600308970314798	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0129_000000015491	1428	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5532081119281815	PS1059	0	0	False	True	0.993697464466095	0					non-mobilizable	other	1428.0	94.398	100.0	0.0196332017115419	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0002_000000026626	1426	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17774845660546493	PS816	0	0	False	True	0.9992987513542175	0					non-mobilizable	other	1428.0	85.64399999999999	100.0	0.3086607336661602	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
FIJ0033_000000027015	1425	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.4163802100603542	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1421.0	87.61399999999999	99.0	0.006554055929177343	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
AST0104_000000024573	1423	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6254143220120836	PS1059	0	0	False	True	0.9971890449523926	0					non-mobilizable	other	1423.0	90.86399999999999	100.0	0.019564409834486745	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0095_000000024719	1422	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6306134261682785	PS1059	0	0	False	True	0.9992967844009399	0					non-mobilizable	other	1422.0	99.508	100.0	0.019550651459075714	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0140_000000024257	1421	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.15850266003368743	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1422.0	87.62299999999999	100.0	0.006554055929177343	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0100_000000019774	1420	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5657749787853567	PS1059	0	0	False	True	0.9978873133659363	0					non-mobilizable	other	1432.0	89.804	99.0	0.019688235213186026	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
DEN0035_000000024788	1419	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6207396186939017	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1419.0	99.295	100.0	0.019509376332842616	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0016_000000023965	1419	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6108030116507439	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1407.0	99.787	99.0	0.9839048285514346	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0123_000000016293	1418	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6228420322387639	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1418.0	99.57700000000001	100.0	0.019495617957431585	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0114_000000019818	1417	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5989027254454458	PS1059	0	0	False	True	1.0	0					non-mobilizable	plasmid	1417.0	82.075	100.0	0.006540180016836107	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0102_000000022929	1417	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.1973351403679741	PS816	0	0	False	True	0.9992942810058594	0					non-mobilizable	plasmid	1417.0	99.647	100.0	0.006549430625063598	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0073_000000016795	1416	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.24428532917572054	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1278.0	99.92200000000001	90.0	0.893631910426872	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0225_000000015499	1416	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6183094095169501	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1410.0	99.43299999999999	99.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0183_000000021630	1415	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6180313548988203	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1415.0	99.57600000000001	100.0	0.01945434283119849	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0096_000000030044	1415	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6056994812105057	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1410.0	99.50399999999999	99.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0324_000000021787	1414	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6112921981585088	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1393.0	91.027	99.0	0.9741077676696991	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
CAN0018_000000024064	1414	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.08313682331271821	PS1059	0	0	False	True	0.9943422675132751	0					non-mobilizable	other	1400.0	88.929	99.0	0.9790062981105668	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0079_000000023309	1413	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6280313900231161	PS1059	0	0	False	True	0.9915074110031128	0					non-mobilizable	other	1410.0	99.71600000000001	99.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0018_000000019268	1412	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6004230408295945	PS1059	0	0	False	True	0.9992917776107788	0					non-mobilizable	other	1411.0	90.645	99.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0088_000000020873	1410	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6277743665766168	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1410.0	99.574	100.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0004_000000014028	1410	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6157844680206237	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1410.0	99.43299999999999	100.0	0.9860041987403779	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0021_000000012736	1410	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.617012280184794	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1410.0	99.50399999999999	100.0	0.019385550954143335	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0121_000000018391	1409	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.325647855807078	PS1059	0	0	False	True	1.0	0					non-mobilizable	chromosome	1334.0	78.111	96.0	0.0004991028212126238	NZ_CP029462.1	firmicutes	Megasphaera stantonii strain AJH120 chromosome, complete genome	False	True
ENG0194_000000018759	1409	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6118512253219587	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1412.0	81.87	100.0	0.18346590168209675	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
ISR0830_000000021627	1408	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5869971126776271	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1394.0	99.28299999999999	99.0	0.9748075577326802	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0085_000000009469	1408	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5506591514754421	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1405.0	90.391	99.0	0.019303000701677148	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0096_000000022994	1407	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.591052401292199	PS1059	0	0	False	True	0.9907605051994324	0					non-mobilizable	other	1407.0	90.97399999999999	100.0	0.9839048285514346	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0819_000000018954	1407	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.58854455210992	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1407.0	90.90299999999999	100.0	0.9839048285514346	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
AST0101_000000005285	1407	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5703817889672468	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1407.0	99.50200000000001	100.0	0.9825052484254724	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0133_000000016141	1406	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5902973800432803	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1406.0	99.50200000000001	100.0	0.9832050384884534	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
CHI0044_000000011503	1405	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.06374900872687712	PS816	0	0	False	True	0.9978647828102112	0					non-mobilizable	other	1406.0	86.486	99.0	0.0003979897260740613	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
DEN0052_000000033322	1404	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.6059967003320914	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1405.0	99.50200000000001	100.0	0.9825052484254724	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
USA0082_01_000000021219	1404	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5970986156110109	PS1059	0	0	False	True	0.9985755085945129	0					non-mobilizable	other	1404.0	91.02600000000001	100.0	0.9818054583624912	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0066_000000023804	1403	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.18704591393259687	PS816	0	0	False	True	0.9992872476577759	0					non-mobilizable	plasmid	1403.0	98.788	100.0	0.006484676367471161	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0204_000000009038	1402	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5719577540470754	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1402.0	98.645	100.0	0.01927548395085508	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0105_000000038998	1401	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.1787010753902555	PS816	0	0	False	True	0.9992862343788147	0					non-mobilizable	plasmid	1401.0	99.572	100.0	0.0064754257592436705	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0272_000000007389	1401	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5807366178455751	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1382.0	81.331	99.0	0.002948395593869732	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
ISR0338_000000020856	1401	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5703797550796393	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1385.0	81.3	99.0	0.02978999783502923	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
ISR0228_000000019497	1401	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5703797550796393	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1385.0	81.3	99.0	0.02978999783502923	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
DEN0082_000000030461	1401	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.577040242871915	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1385.0	81.3	99.0	0.02978999783502923	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	True
MON0062_000000025553	1400	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.577550522245947	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1400.0	99.35700000000001	100.0	0.9790062981105668	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
MON0109_000000025970	1398	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5657489579182409	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1398.0	99.14200000000001	100.0	0.019220450449210957	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0026_000000023416	1397	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.14648604115643965	PS816	0	0	False	True	0.9985683560371399	0					non-mobilizable	plasmid	1398.0	87.48200000000001	100.0	0.006447673934561198	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0003_000000016743	1397	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.537150416362076	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1397.0	99.427	100.0	0.019206692073799925	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0005_000000026205	1394	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.13632410557738703	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1389.0	87.617	99.0	0.006406046197537488	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0020_000000014451	1391	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.3434301266684711	PS816	0	0	False	True	0.9964054822921753	0					non-mobilizable	plasmid	1392.0	89.009	100.0	0.006419922109878725	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0019_000000048209	1389	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5648094614664483	PS1059	0	0	False	True	0.9870410561561584	0					non-mobilizable	other	1390.0	92.014	100.0	0.019096625070511675	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0170_000000011620	1389	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.09658923290853559	PS816	0	0	False	True	0.9964002966880798	0					non-mobilizable	plasmid	1389.0	86.609	99.0	0.006401420893423743	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0150_000000017837	1389	0.5221656897898981	2	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.06894358390616737	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1333.0	99.1	96.0	0.006156279775395232	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0259_000000013014	1388	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.45879135826515627	PS1059	0	0	True	True	0.9985590577125549	1					non-mobilizable	other	1362.0	83.113	98.0	0.00038493157528989095	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0092_000000026693	1387	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.17067405076725753	PS816	0	0	False	True	0.9956741333007812	0					non-mobilizable	plasmid	1387.0	99.20700000000001	100.0	0.006410671501651233	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0207_000000021893	1386	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.3039924360077315	PS816	0	0	False	True	0.9949495196342468	0					non-mobilizable	plasmid	1373.0	87.837	99.0	0.006327416027603815	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0051_000000026415	1382	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.02728387216191087	PS1059	0	0	False	True	0.9753979444503784	0					non-mobilizable	other	1338.0	80.942	96.0	0.023572365389387118	NZ_NFHM01000021.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_21, whole genome shotgun sequence	False	True
SPA0098_000000027932	1381	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5611097585328346	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1381.0	99.493	100.0	0.9657102869139258	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0143_000000013595	1379	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.03670301065676289	PS1059	0	0	False	True	1.0	0					non-mobilizable	plasmid	1381.0	82.11399999999999	100.0	0.006369043764627524	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0054_000000036535	1379	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5505698551257445	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1379.0	99.492	100.0	0.01895904131640136	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0145_000000025201	1376	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5470184718488027	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1377.0	81.336	100.0	0.0029377052545155992	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
SPA0040_000000031320	1376	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5379699297883599	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1377.0	81.336	100.0	0.0029377052545155992	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	False	True
ISR0073_000000020234	1376	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.1315202393072548	PS816	0	0	False	True	0.9905523061752319	0					non-mobilizable	plasmid	1368.0	99.34200000000001	99.0	0.006322790723490069	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0043_000000012338	1376	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.527344226950782	PS1059	0	0	False	True	0.9992732405662537	0					non-mobilizable	other	1376.0	99.346	100.0	0.018917766190168266	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0113_000000011966	1375	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5320358180913658	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1287.0	79.021	100.0	0.0049938850387280884	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	True
SPA0105_000000017609	1375	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5503771309208748	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1375.0	92.58200000000001	100.0	0.018904007814757234	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ENG0050_000000020582	1374	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5509806162437442	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1374.0	99.78200000000001	100.0	0.960811756473058	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
AST0148_000000024541	1372	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.16327145144728028	PS816	0	0	False	True	0.9963557124137878	0					non-mobilizable	plasmid	1372.0	99.417	100.0	0.006341291939945051	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0149_000000013638	1369	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5239204374445728	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1369.0	99.05	100.0	0.018821457562291043	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0165_000000017700	1367	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.12029702455414856	PS816	0	0	False	True	0.9992684721946716	0					non-mobilizable	other	1369.0	85.975	100.0	0.29628825700021705	KX126656.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PI_6 genomic sequence	False	True
SPA0032_000000021843	1363	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5063955186687705	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1363.0	90.609	100.0	0.9531140657802659	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0206_000000019186	1361	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.03649433331762485	PS1059	0	0	True	True	1.0	2					non-mobilizable	plasmid	1363.0	81.878	100.0	0.006285788290580106	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0023_000000024091	1360	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5137325988568372	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1360.0	99.559	100.0	0.018697632183591762	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0015_000000019714	1360	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.50901751307992	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1360.0	99.926	100.0	0.9510146955913226	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0219_000000024095	1359	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.036460918898683574	PS1059	0	0	False	True	1.0	0					non-mobilizable	plasmid	1361.0	81.852	100.0	0.006276537682352615	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0049_000000012631	1359	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5124805260458069	PS1059	0	0	False	True	0.9992641806602478	0					non-mobilizable	other	1359.0	99.411	100.0	0.9503149055283415	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0229_000000011974	1358	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5127963217581969	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1358.0	100.0	100.0	0.9496151154653604	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
DEN0028_000000023284	1357	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.07559842940086094	PS1059	0	0	False	True	0.9992631077766418	0					non-mobilizable	other	1357.0	89.167	100.0	0.01865635705735867	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MON0012_000000042023	1356	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5239244383203183	PS1059	0	0	False	True	0.99262535572052	0					non-mobilizable	other	1356.0	92.625	100.0	0.9482155353393982	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0147_000000018723	1356	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.3627640585276485	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1339.0	99.77600000000001	99.0	0.9363191042687193	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0053_000000024241	1356	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5260878321853855	PS1059	0	0	False	True	0.9992625117301941	0					non-mobilizable	other	1356.0	92.625	100.0	0.9482155353393982	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0821_000000024168	1355	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.03629781053064127	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1357.0	88.06200000000001	100.0	0.9482155353393982	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0093_000000014015	1355	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5127883801576113	PS1059	0	0	False	True	0.9977859854698181	0					non-mobilizable	other	1355.0	99.631	100.0	0.947515745276417	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0785_000000028621	1353	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.15193816926548878	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1353.0	100.0	100.0	0.006253411161783887	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0030_000000016096	1350	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.03423726004366779	PS1059	0	0	False	True	1.0	0					non-mobilizable	plasmid	1352.0	81.657	100.0	0.006234909945328906	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ENG0034_000000011042	1350	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.5146595828293633	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1350.0	92.667	100.0	0.9440167949615116	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0148_000000021594	1350	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.03633190422799469	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1352.0	88.09200000000001	100.0	0.9447165850244926	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0075_000000018190	1350	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.49732453029527596	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1350.0	99.185	100.0	0.9440167949615116	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0311_000000017367	1350	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.036304390372351815	PS1059	0	0	False	True	1.0	0					non-mobilizable	plasmid	1352.0	81.73100000000001	100.0	0.006234909945328906	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0075_000000014535	1349	0.5221656897898981	1	1	1	1	1	False	44575	fragment	False	FIJ0075_000000014535	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	82.396	100.0	0.9426172148355494	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	False
MON0025_000000031648	1348	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.44502830267405175	PS1059	0	0	False	True	0.9554896354675293	0					non-mobilizable	other	1353.0	82.779	100.0	0.0003832283382310861	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0097_000000024377	1345	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.38045259528483144	PS1059	0	0	True	True	1.0	1					non-mobilizable	other	1344.0	99.777	99.0	0.9398180545836249	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0267_000000013778	1344	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.469296134686472	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1344.0	90.551	100.0	0.9398180545836249	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0044_000000012246	1342	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.24494627563299098	PS1059	0	0	False	True	0.9985097050666809	0					non-mobilizable	other	1327.0	89.977	99.0	0.9279216235129462	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0127_000000014523	1341	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.49490237657241953	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1341.0	99.553	100.0	0.9377186843946816	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0050_000000021762	1337	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.3407958845889743	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1336.0	100.0	99.0	0.9342197340797761	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0072_000000022149	1335	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.4279616707430107	PS1059	0	0	True	True	1.0	1					non-mobilizable	other	1335.0	100.0	100.0	0.933519944016795	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
CHI0096_000000006851	1332	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.12983431521886435	PS1059	0	0	False	True	0.9992492198944092	0					non-mobilizable	other	1332.0	89.79	100.0	0.9314205738278516	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0038_000000026867	1331	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.3235871784745119	PS1059	0	0	False	True	0.992486834526062	0					non-mobilizable	other	1329.0	95.63600000000001	99.0	0.9293212036389084	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0232_000000022250	1330	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.404419640809098	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1330.0	99.699	100.0	0.9300209937018894	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0052_000000028136	1329	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.29311294368960084	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1325.0	99.774	99.0	0.9265220433869839	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0131_000000021204	1328	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.40166953747632433	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1328.0	99.54799999999999	100.0	0.9286214135759272	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0015_000000018834	1327	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.3987224534499492	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1327.0	90.505	100.0	0.018243605795027724	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
USA0121_01_000000031510	1325	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.09854603761596542	PS816	0	0	False	True	0.9735848903656006	0					non-mobilizable	plasmid	1325.0	97.66	100.0	0.0061239026465990136	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0176_000000025810	1324	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.11029824307427347	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1324.0	99.92399999999999	100.0	0.006119277342485269	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0079_000000017237	1323	0.5221656897898981	2	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.4016223084801105	PS1059	0	0	False	True	0.9992441534996033	0					non-mobilizable	other	1323.0	92.59299999999999	100.0	0.9251224632610217	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0085_000000011903	1322	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.10255523084016191	PS816	0	0	False	True	0.9977307319641113	0					non-mobilizable	plasmid	1322.0	99.09200000000001	100.0	0.006110026734257777	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0081_000000018160	1322	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.2929390124349736	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1322.0	100.0	100.0	0.9244226731980406	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0812_000000029826	1322	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.024645102858707132	PS1059	0	0	False	True	0.9954614043235779	0					non-mobilizable	other	1318.0	83.005	99.0	0.17133915764767244	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
SPA0108_000000021063	1320	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.3880034322401377	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1320.0	92.5	100.0	0.9230230930720784	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
MON0080_000000043861	1317	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.37217456770070717	PS1059	0	0	False	True	0.9984813928604126	0					non-mobilizable	other	1317.0	99.772	100.0	0.9209237228831351	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0377_000000012471	1317	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.16899209672224746	PS816	0	0	False	True	0.9931662678718567	0					non-mobilizable	plasmid	1318.0	89.454	100.0	0.006077649605461559	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0825_000000018319	1317	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.38139728688144664	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1317.0	92.48299999999999	100.0	0.9209237228831351	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
AST0061_000000031972	1316	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.29959747661570735	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1316.0	99.772	100.0	0.9202239328201539	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0028_000000025353	1315	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.28855226064619466	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1311.0	99.619	99.0	0.9167249825052485	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0172_000000018253	1314	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.36578046371280815	PS1059	0	0	False	True	0.9961948394775391	0					non-mobilizable	other	1314.0	99.46700000000001	100.0	0.9188243526941917	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0306_000000008036	1314	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.02503885530392446	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1316.0	87.91799999999999	100.0	0.9195241427571729	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0145_000000026399	1311	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.2887002525607388	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1311.0	99.84700000000001	100.0	0.9167249825052485	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0239_000000012070	1311	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.15509789460319282	PS1059	0	0	False	True	0.9977116584777832	0					non-mobilizable	other	1235.0	99.109	94.0	0.8635409377186843	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
DEN0035_000000027240	1308	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.09965115622368577	PS816	0	0	False	True	0.9908257126808167	0					non-mobilizable	plasmid	1308.0	99.465	100.0	0.006045272476665341	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0060_000000020846	1308	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.27503253715183806	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1308.0	99.771	100.0	0.9146256123163051	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0009_000000028715	1306	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.09957402609516601	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1305.0	99.54	99.0	0.0060313965643241044	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0028_000000011488	1290	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.0741750723192641	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1290.0	97.75200000000001	100.0	0.005962017002617922	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
DEN0063_000000039818	1283	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.07599082455513866	PS816	0	0	False	True	0.9945440292358398	0					non-mobilizable	plasmid	1281.0	99.61	99.0	0.005920389265594213	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0001_000000027248	1281	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.07345903195141341	PS816	0	0	False	True	0.976580798625946	0					non-mobilizable	plasmid	1281.0	99.61	100.0	0.005920389265594213	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
ISR0014_000000027036	1272	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.06049627677608865	PS816	0	0	False	True	0.9976415038108826	0					non-mobilizable	plasmid	1272.0	99.686	100.0	0.005878761528570504	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
CHI0119_000000010399	1271	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.16109350365752453	PS1059	0	0	False	True	0.9976396560668945	0					non-mobilizable	other	1271.0	91.109	100.0	0.03344393532416917	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	False	True
SPA0033_000000025196	1267	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.21976474771036542	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1267.0	99.84200000000001	100.0	0.8859342197340798	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
FIJ0142_000000029144	1261	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.060208026249323664	PS816	0	0	False	True	1.0	0					non-mobilizable	plasmid	1261.0	99.921	100.0	0.005827883183319303	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
FIJ0086_000000026831	1261	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1585130007546862	PS1059	0	0	False	True	0.9785884022712708	0					non-mobilizable	other	1261.0	95.4	100.0	0.8817354793561931	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0176_000000027043	1261	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.1869902506895028	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1261.0	99.921	100.0	0.8817354793561931	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ENG0053_000000019981	1249	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.183206995459196	PS1059	0	0	False	True	0.9967974424362183	0					non-mobilizable	other	1249.0	99.68	100.0	0.8733379986004198	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
ISR0128_000000028222	1243	0.5221656897898981	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.17061042283655367	PS1059	0	0	False	True	1.0	0					non-mobilizable	other	1243.0	99.678	100.0	0.8691392582225332	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
USA0063_01_000000017151	1237	0.5221656897898981	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.044033783540595756	PS816	0	0	False	True	0.9967663884162903	0					non-mobilizable	other	1224.0	87.01	99.0	0.15921241361324814	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	False	True
MON0080_000000038909	1459	0.5221573446412905	2	1	1	1	1	False	10030	fragment	False	MON0080_000000038909	1.0		0	0	False	False	0.9636737704277039	0					non-mobilizable	no_good_hit	926.0	81.533	63.0	0.00026258015830158587	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ENG0007_000000009532	2729	0.5221547468170661	3	3	2	3	2	False	67529	fragment	False	ENG0007_000000009532	0.9748582230623818		0	0	False	False	1.0	0					non-mobilizable	other	2730.0	98.352	100.0	0.008927518379221323	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
ENG0091_000000004001	5528	0.5221531658658127	3	3	3	3	2	False	61198	maximal	True	ENG0091_000000004001	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1549.0	75.597	47.0	0.0004077166409135824	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0233_000000015979	1214	0.522151135632603	3	2	2	2	2	False	27373	maximal	True	ISR0233_000000015979	1.0		189	7	False	False	0.9991762638092041	0					non-mobilizable	other	719.0	99.02600000000001	100.0	0.00021486192129051217	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0207_000000026430	1157	0.522151135632603	3	2	2	2	2	False	28543	fragment	False	ISR0207_000000026430	1.0		0	0	False	False	0.9965428113937378	0					non-mobilizable	other	461.0	99.78299999999999	100.0	0.00013765526990757048	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
TAN0009_000000037952	1155	0.5221483342979089	2	1	1	1	1	False	2653	maximal	True	TAN0009_000000037952	1.0		7	3	False	False	0.970562756061554	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.0001557909730259058	NZ_PYWM01000007.1	firmicutes	Lysinibacillus mangiferihumi strain M-GX18 NODE_7_length_179728_cov_11.6385_ID_13, whole genome shotgun sequence	True	False
SPA0133_000000011173	1829	0.5221466303356099	2	2	2	2	2	False	3691	maximal	True	SPA0133_000000011173	1.0		150	10	False	False	0.9994532465934753	0					non-mobilizable	other	1821.0	79.517	98.0	0.003836738687044201	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	False	False
FIJ0149_000000003826	5518	0.5221465104441125	9	3	3	2	2	True	44570	maximal	True	FIJ0149_000000003826	1.0		2	1	False	False	0.9976440668106079	0					non-mobilizable	no_good_hit	72.0	87.5	1.0	2.000592851740854e-05	NZ_CP020470.1	a-proteobacteria	Rhodobacter blasticus strain 28/5 chromosome, complete genome	True	True
FIJ0045_000000004942	4393	0.5221436750386884	5	2	2	2	2	False	47062	maximal	True	FIJ0045_000000004942	1.0		4	3	False	False	0.9993171095848083	0					non-mobilizable	no_good_hit	1134.0	71.252	26.0	0.0005831973835432585	NZ_JH815225.1	firmicutes	Peptoanaerobacter stomatis strain CM2 supercont2.1, whole genome shotgun sequence	True	False
CHI0012_000000005098	1346	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9986133365023344		0	0	False	False	0.9970282316207886	0					non-mobilizable	plasmid	1346.0	100.0	100.0	0.04330467819311633	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0119_01_000000018369	1341	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9983948241345343		0	0	False	False	1.0	0					non-mobilizable	plasmid	1341.0	100.0	100.0	0.04314369425931292	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0116_000000031966	1287	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9831008090024819		0	0	False	False	0.9945610165596008	0					non-mobilizable	plasmid	1269.0	100.0	99.0	0.04082552561254387	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0073_000000018426	1274	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9920250099978226		0	0	False	False	1.0	0					non-mobilizable	plasmid	1274.0	100.0	100.0	0.04098650954634728	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0080_01_000000032866	1274	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9920250099978226		0	0	False	False	1.0	0					non-mobilizable	plasmid	1274.0	100.0	100.0	0.04098650954634728	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0074_000000016461	1274	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9920250099978226		0	0	False	False	1.0	0					non-mobilizable	plasmid	1274.0	100.0	100.0	0.04098650954634728	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0033_000000046509	1274	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9920250099978226		0	0	False	False	1.0	0					non-mobilizable	plasmid	1274.0	100.0	100.0	0.04098650954634728	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0102_000000034478	1274	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9920250099978226		0	0	False	False	1.0	0					non-mobilizable	plasmid	1274.0	100.0	100.0	0.04098650954634728	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0092_000000018349	1274	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9920250099978226		0	0	False	False	1.0	0					non-mobilizable	plasmid	1274.0	100.0	100.0	0.04098650954634728	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
SPA0117_000000029257	1273	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9848436844297588		0	0	False	False	0.9976433515548706	0					non-mobilizable	plasmid	1273.0	99.214	100.0	0.040954312759586595	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0204_000000021723	1270	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9902451533892096		0	0	False	False	1.0	0					non-mobilizable	plasmid	1270.0	100.0	100.0	0.04085772239930455	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0133_01_000000016388	1250	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.9798453353695807		0	0	False	False	1.0	0					non-mobilizable	plasmid	1250.0	100.0	100.0	0.04021378666409092	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ENG0076_000000010277	1246	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.977449685491145		0	0	False	False	0.9967897534370422	0					non-mobilizable	plasmid	1246.0	100.0	100.0	0.0400849995170482	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
USA0081_01_000000024720	1230	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.967111727654298		0	0	False	False	1.0	0					non-mobilizable	plasmid	1230.0	100.0	100.0	0.0395698509288773	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MAD0089_000000023978	1207	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.8984482840864692		0	0	False	False	0.9942004680633545	0					non-mobilizable	plasmid	1207.0	100.0	100.0	0.038829324833381626	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0013_000000047799	1200	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.8362497933202646		0	0	False	False	1.0	0					non-mobilizable	plasmid	1200.0	99.917	100.0	0.03860394732605686	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0142_000000003744	1113	0.5221427113462263	2	2	2	1	1	True	90052	fragment	False	CHI0012_000000005098	0.16619750007627274		0	0	False	False	0.9991015195846558	0					non-mobilizable	plasmid	1113.0	99.91	100.0	0.035802826877877586	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
ISR0212_000000031300	1162	0.5221410482806746	2	2	2	2	2	False	28311	fragment	False	ISR0212_000000031300	1.0		0	0	False	False	0.9612736701965332	0					non-mobilizable	other	1162.0	99.31200000000001	100.0	0.00032957637087873407	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
USA0035_01_000000015803	1618	0.5221403303082855	2	1	1	1	1	False	31272	fragment	False	USA0035_01_000000015803	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1249.0	99.359	100.0	0.0005291945345399082	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
ISR0167_000000023659	1159	0.5221403303082855	1	1	1	1	1	False	30155	fragment	False	ISR0167_000000023659	1.0		0	0	False	False	0.9991371631622314	0					non-mobilizable	no_good_hit	948.0	99.684	82.0	0.0004015602758087284	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0139_000000024709	1129	0.5221403303082855	2	1	1	1	1	False	31271	fragment	False	ISR0139_000000024709	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	99.823	100.0	0.0004783104446803016	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
USA0018_01_000000007596	3207	0.5221369085454483	4	3	2	3	3	False	1869	maximal	True	USA0018_01_000000007596	1.0		230	12	False	False	0.9996882081031799	0					non-mobilizable	other	3208.0	99.40799999999999	100.0	0.0016021589929229236	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0032_000000015800	1527	0.5221349755904184	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.3703803300526591		0	0	False	False	0.9967256188392639	0					non-mobilizable	no_good_hit	1134.0	85.009	83.0	0.0003222714304812454	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AUS0024_000000015284	2130	0.5221309548388842	4	3	3	3	2	False	98901	maximal	True	AUS0024_000000015284	1.0		1	1	False	False	0.997183084487915	0					non-mobilizable	no_good_hit	113.0	78.76100000000001	5.0	3.805747834546472e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0849_000000019110	1422	0.5221309182060222	3	1	1	1	1	False	20586	fragment	False	ISR0849_000000019110	1.0		0	0	False	False	0.9964838027954102	0					non-mobilizable	no_good_hit								True	False
ISR0392_000000012290	2643	0.5221299453012914	5	2	2	2	1	True	126303	maximal	True	ISR0392_000000012290	1.0		1	1	False	False	0.9984865784645081	0					non-mobilizable	no_good_hit								True	True
SPA0105_000000021089	1129	0.522129183130624	2	2	2	2	2	False	4766	maximal	True	SPA0105_000000021089	1.0		51	7	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	82.20299999999999	10.0	0.0005460956514779891	NZ_NPBY01000021.1	firmicutes	Paenibacillus campinasensis strain 7537-G1 contig00021, whole genome shotgun sequence	True	False
MAD0067_000000003339	2860	0.5221290190800721	5	4	3	3	2	False	16516	maximal	True	MAD0067_000000003339	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0190_000000013679	2211	0.5221261496033109	3	3	3	3	3	False	86490	maximal	True	ENG0190_000000013679	0.9850606909430439		142	11	False	False	0.9936680197715759	0					non-mobilizable	no_good_hit	533.0	76.173	24.0	0.0010288816135701996	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0109_000000018288	1317	0.522125943374366	2	2	2	2	2	False	108178	fragment	False	CHI0140_000000019596	0.7571738632326063		0	0	False	False	0.9901290535926819	0					non-mobilizable	chromosome	1317.0	100.0	100.0	0.00045084736007630145	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0332_000000010717	1413	0.5221250164375152	2	2	2	2	2	False	24564	maximal	True	ISR0332_000000010717	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1142.0	86.25200000000001	81.0	0.017893612341722438	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	False
CAN0001_000000019470	2335	0.5221239872389725	3	3	2	3	2	True	119981	maximal	False	ISR0101_000000009643	0.6057184762371361	PS730	0	0	False	True	0.9978586435317993	0					non-mobilizable	chromosome	2305.0	91.323	99.0	0.0007406874985294227	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0179_000000003566	7207	0.5221221430382866	6	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.6469344049843059		0	0	False	False	0.9997224807739258	0					non-mobilizable	other	7130.0	99.29899999999999	99.0	0.11788638055073183	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0025_000000005034	7130	0.5221221430382866	6	6	6	6	6	False	122927	fragment	False	AST0019_000000002659	0.6445276140389098		0	0	False	False	1.0	0					non-mobilizable	other	7061.0	99.405	99.0	0.11672868601670387	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0072_000000001706	7111	0.5221221430382866	6	6	6	6	6	False	121661	maximal	True	ENG0072_000000001706	1.0		55	6	False	False	0.9963436722755432	0					non-mobilizable	no_good_hit	5877.0	99.2	83.0	0.09718018688497478	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0153_000000021500	1175	0.5221203632843306	1	1	1	1	1	False	39632	fragment	False	FIJ0153_000000021500	1.0		0	0	False	False	0.9727659821510315	0					non-mobilizable	other	1177.0	83.09299999999999	100.0	0.030915889819350083	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	False	False
DEN0010_000000040982	1159	0.5221198236133939	3	2	1	2	2	False	75824	fragment	False	DEN0010_000000040982	1.0		0	0	False	False	0.9982743859291077	0					non-mobilizable	other	1159.0	99.137	100.0	0.02854536938891217	NZ_JAAIQH010000024.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_24_length_40567_cov_291.086, whole genome shotgun sequence	False	False
ISR0791_000000006222	2857	0.5221196945642573	4	3	2	3	1	False	22053	fragment	False	ISR0791_000000006222	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2857.0	96.675	100.0	0.0005700209686284888	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MAD0002_000000015869	2392	0.5221175535415293	4	2	2	2	1	True	130078	fragment	False	USA0081_01_000000012302	0.963608227407179		0	0	False	False	1.0	0					non-mobilizable	other	2390.0	97.49	99.0	0.0007425916604498854	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0196_000000012362	1700	0.5221175535415293	2	2	2	2	1	True	130077	fragment	False	ISR0110_000000010759	0.43338061431026453		0	0	False	False	0.9817647337913513	0					non-mobilizable	chromosome	1164.0	92.869	100.0	0.0004093317764610939	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0261_000000011922	1555	0.5221175535415293	2	2	2	2	1	True	130077	fragment	False	ISR0110_000000010759	0.24929629597358127		0	0	False	False	0.9980707168579102	0					non-mobilizable	chromosome	1127.0	93.96600000000001	100.0	0.0003959226320597822	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0140_000000015087	1234	0.5221158430292959	3	3	2	2	1	False	57770	fragment	False	ENG0140_000000015087	1.0		0	0	False	False	0.9894651770591736	0					non-mobilizable	other	1234.0	100.0	100.0	0.036111761949390815	NZ_JAAITU010000043.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_43_length_34144_cov_139.496, whole genome shotgun sequence	False	False
ITA0014_000000000493	1221	0.5221158430292959	3	3	2	2	1	False	57770	fragment	False	ENG0140_000000015087	0.9947325769854133		0	0	False	False	0.9344799518585205	0					non-mobilizable	other	1221.0	100.0	100.0	0.035731021555763826	NZ_JAAITU010000043.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_43_length_34144_cov_139.496, whole genome shotgun sequence	False	False
ISR0074_000000019173	1565	0.5221065864966464	3	3	2	3	2	False	34689	fragment	False	ISR0826_000000007717	0.9570361145703612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	73.09899999999999	44.0	0.0008624857236242794	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0096_000000018012	2020	0.522105328709397	3	2	2	2	2	False	43004	maximal	True	FIJ0096_000000018012	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	236.0	99.15299999999999	12.0	8.292497195548023e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0020_000000007193	1474	0.5221049733758327	3	2	2	2	2	False	89350	fragment	False	CHI0020_000000007193	0.9839400428265525		0	0	False	False	0.9816824793815613	0					non-mobilizable	chromosome	1474.0	96.744	100.0	0.0005197807816613718	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0037_000000032496	2187	0.5221032581397091	3	2	2	2	2	False	12104	fragment	False	MON0037_000000032496	1.0		0	0	False	False	0.9963420033454895	0					non-mobilizable	other	1599.0	88.806	96.0	0.0033393484820287847	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0012_000000039026	1131	0.5221007538465977	2	2	2	2	2	False	93942	maximal	True	CAN0012_000000039026	1.0		5	3	False	False	0.9982316493988037	0					non-mobilizable	no_good_hit	328.0	72.866	28.0	0.00014072627030666928	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0224_000000019416	1598	0.5221001196623778	2	2	2	2	2	False	96458	fragment	False	ISR0791_000000009914	0.690267571704621		0	0	False	False	1.0	0					non-mobilizable	chromosome	1598.0	100.0	100.0	0.0006750151001342845	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0806_000000010488	1259	0.522098362787387	2	2	2	2	1	False	78795	fragment	False	ISR0806_000000010488	0.9470879326897325		0	0	False	False	1.0	0					non-mobilizable	chromosome	1259.0	99.04700000000001	100.0	0.00035208991111269086	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0008_01_000000003644	2021	0.5220948675435104	2	2	2	2	1	True	2102	fragment	False	USA0008_01_000000003644	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1154.0	97.834	99.0	0.0005145306949020406	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ETH0005_000000010509	4613	0.5220936272777724	5	5	4	5	5	False	52790	maximal	True	ETH0005_000000010509	1.0		56	11	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	75.581	29.0	0.0003942222497953598	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0810_000000000864	10682	0.5220921818901263	9	5	4	4	5	True	64673	fragment	False	ISR0810_000000000864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6330.0	98.35700000000001	85.0	0.0022709446110545377	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
SPA0144_000000007883	2221	0.5220896852357028	4	3	2	3	2	True	38028	fragment	False	SPA0144_000000007883	0.9367101363453096		0	0	False	False	0.9968482851982117	0					non-mobilizable	other	2223.0	92.21799999999999	100.0	0.0008619203585588692	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ISR0271_000000003023	4682	0.5220887085050684	1	1	1	1	1	False	26426	maximal	True	ISR0271_000000003023	1.0		4	2	False	False	0.9953011274337769	0					non-mobilizable	no_good_hit	1338.0	75.785	28.0	0.0005098693926025412	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MAD0103_000000016047	1510	0.5220862992095732	2	2	2	2	2	False	14913	maximal	True	MAD0103_000000016047	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	485.0	75.464	31.0	0.00013984318641421965	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
ENG0036_000000020780	1237	0.5220818052917738	2	2	2	2	1	False	65273	fragment	False	ENG0036_000000020780	1.0		0	0	False	False	0.978173017501831	0					non-mobilizable	other	1254.0	98.485	100.0	0.005455986344793952	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
ISR0321_000000010989	1116	0.5220816929800519	2	2	2	2	2	False	25020	maximal	True	ISR0321_000000010989	1.0		45	7	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	76.609	57.0	0.00955505495668476	NZ_NHOC01000019.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c21, whole genome shotgun sequence	True	False
FIJ0113_000000009959	2539	0.5220814519768417	4	4	3	4	3	False	113756	fragment	False	ISR0059_000000003816	0.6573938732085826		0	0	False	False	1.0	0					non-mobilizable	chromosome	1094.0	97.898	100.0	0.00030506995477967653	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0090_000000019119	2285	0.5220784687137233	3	3	3	2	2	False	43485	maximal	True	FIJ0090_000000019119	1.0		10	1	False	False	0.9991247057914734	0					non-mobilizable	no_good_hit	720.0	82.083	32.0	0.004133870717361682	NZ_NHOC01000003.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c3, whole genome shotgun sequence	True	False
ISR0357_000000011965	2132	0.5220782577772985	3	3	3	3	3	False	27592	maximal	True	ISR0357_000000011965	1.0		347	13	False	False	0.9995309710502625	0					non-mobilizable	no_good_hit	416.0	76.442	19.0	0.005685424888913422	NZ_SLXA01000012.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_112, whole genome shotgun sequence	True	False
DEN0063_000000010478	4126	0.5220740691428254	2	2	2	2	2	False	117173	fragment	False	DEN0063_000000010478	0.9795450233779908		0	0	False	False	0.9963645339012146	0					non-mobilizable	other	3079.0	98.311	99.0	0.004689684220807364	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	False
USA0065_01_000000002175	5249	0.5220700851535339	6	6	5	4	6	False	121968	maximal	True	USA0065_01_000000002175	0.9931337020789623		71	10	False	False	0.9996189475059509	0					non-mobilizable	no_good_hit	1150.0	77.043	22.0	0.00031812819217191064	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0111_000000006207	3634	0.5220698221946581	5	4	3	2	4	False	45830	maximal	True	FIJ0111_000000006207	0.9997019374068554		7	2	False	False	0.999724805355072	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.29718573153348e-05	NZ_CP050965.1	firmicutes	Gemella haemolysans strain FDAARGOS_740 chromosome	True	False
ISR0787_000000004112	3281	0.5220683470428533	4	4	2	3	2	False	22139	maximal	True	ISR0787_000000004112	1.0		4	3	False	False	0.9902468919754028	0					non-mobilizable	no_good_hit	185.0	77.83800000000001	6.0	0.00010930083293306963	CP027242.1	firmicutes	Peptostreptococcaceae bacterium oral taxon 929 strain W2294 chromosome, complete genome	True	False
ISR0120_000000015727	2134	0.5220679874394973	5	2	1	1	2	False	121177	maximal	True	ISR0120_000000015727	1.0		138	12	False	False	1.0	0					non-mobilizable	other	1417.0	86.09700000000001	99.0	0.0012573292001059556	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0776_000000011491	2127	0.5220679874394973	5	2	1	1	2	False	121177	maximal	False	ISR0120_000000015727	0.9989065916900968		0	0	False	False	0.9995298385620117	0					non-mobilizable	other	1417.0	86.09700000000001	99.0	0.0012573292001059556	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ENG0062_000000011848	2110	0.5220679874394973	4	2	1	1	2	False	121177	maximal	False	ISR0120_000000015727	0.9935870122862113		0	0	False	False	0.9995260834693909	0					non-mobilizable	other	1417.0	86.09700000000001	99.0	0.0012573292001059556	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
AST0024_000000020970	1683	0.5220679874394973	4	2	1	1	2	False	121176	fragment	False	AST0024_000000020970	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1420.0	86.056	100.0	0.001260013888789456	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
ISR0033_000000023127	1372	0.5220679874394973	2	2	1	1	2	False	76362	fragment	False	ISR0033_000000023127	0.9902879618298579		0	0	False	False	0.9278425574302673	0					non-mobilizable	other	1372.0	100.0	100.0	0.004595659096622811	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
SPA0001_000000014492	2347	0.5220652946228168	4	3	2	1	2	True	129440	fragment	False	SPA0001_000000014492	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2347.0	99.617	100.0	0.0007511990847282763	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
USA0081_01_000000015787	1949	0.5220652946228168	4	3	2	1	2	True	129438	fragment	False	ISR0191_000000005300	0.9429667519181586		0	0	False	False	0.9994869232177734	0					non-mobilizable	other	1953.0	94.624	100.0	0.000624718420419807	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0169_000000018655	1705	0.5220652946228168	4	3	2	1	2	True	129434	fragment	False	ISR0169_000000018655	1.0		0	0	False	False	0.9988269805908203	0					non-mobilizable	other	1705.0	93.959	100.0	0.0005453077754868945	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0250_000000010504	1292	0.5220629875718779	2	1	1	1	1	False	29958	fragment	False	ISR0250_000000010504	0.9843686312871934		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.613	100.0	0.00034906807476383825	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0047_000000021346	1114	0.5220627660745769	3	2	2	2	1	True	114998	fragment	False	AST0047_000000021346	1.0		0	0	False	False	0.9928186535835266	0					non-mobilizable	chromosome	1116.0	80.824	99.0	0.0003090092911577409	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0170_000000020476	2267	0.5220616244185383	3	3	3	3	3	False	95982	maximal	True	ISR0170_000000020476	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	100.0	4.0	0.00032168175220050423	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	False
ISR0086_000000014233	1936	0.5220611843610321	3	2	2	2	2	False	66264	fragment	False	ISR0086_000000014233	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1943.0	99.022	100.0	0.0003483102558358558	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0228_000000015255	1765	0.5220611843610321	2	2	2	2	2	False	66263	fragment	False	ISR0228_000000015255	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1682.0	99.941	100.0	0.0003014982183625508	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0023_000000010429	1655	0.5220611843610321	2	2	2	2	2	False	66263	fragment	False	ISR0228_000000015255	0.9688385269121813		0	0	False	False	1.0	0					non-mobilizable	chromosome	1655.0	99.94	100.0	0.00029665559379634683	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
TAN0002_000000019808	1997	0.5220594898419002	3	2	2	2	1	True	13465	maximal	True	TAN0002_000000019808	1.0		1	1	False	False	0.9904857277870178	0					non-mobilizable	no_good_hit	48.0	87.5	2.0	0.000459361194730052	NZ_FYDG01000012.1	a-proteobacteria	Rhodoblastus acidophilus strain DSM 137, whole genome shotgun sequence	True	True
CHI0135_000000007331	2781	0.522059056023307	2	1	1	1	1	False	85139	fragment	False	CHI0135_000000007331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	1.9123876380320944e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0112_000000015891	1744	0.5220589288908378	3	2	2	2	1	False	59672	maximal	True	ENG0112_000000015891	1.0		16	5	False	False	0.9902523159980774	0					non-mobilizable	no_good_hit	1049.0	99.04700000000001	60.0	0.012537984829995455	NZ_CABJDZ010000009.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0151_000000005923	3023	0.5220588860549303	4	4	4	3	4	False	110902	maximal	True	ISR0151_000000005923	1.0		103	10	False	False	0.9996691942214966	0					non-mobilizable	no_good_hit	318.0	100.0	11.0	6.203532216880183e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
ENG0028_000000014738	1263	0.5220577881954955	3	2	2	2	1	False	65845	maximal	True	ENG0028_000000014738	1.0		46	9	False	False	0.9841647148132324	0					non-mobilizable	no_good_hit	223.0	77.13	17.0	0.0003395432364700587	NZ_JRHH01000001.1	CFB group bacteria	Flavobacterium aquatile LMG 4008 = ATCC 11947 strain LMG 4008 contig1, whole genome shotgun sequence	True	False
USA0047_01_000000027252	1334	0.5220575063173677	3	2	2	2	1	False	130803	fragment	False	USA0047_01_000000027252	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1334.0	96.32700000000001	100.0	0.0002048496497595059	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0002_000000000640	30134	0.5220555371966892	46	14	3	13	3	True	132595	maximal	True	AST0002_000000000640	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	93.62899999999999	3.0	0.0001801405026233614	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	True
ISR0392_000000023391	1494	0.5220542151189023	2	2	2	2	2	False	66403	fragment	False	ISR0392_000000023391	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	94.645	100.0	0.07392186958459177	NZ_SPFY01000032.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_32_length_20197_cov_20.3951, whole genome shotgun sequence	False	False
TAN0003_000000009586	1149	0.5220501022303802	1	1	1	1	1	False	2969	fragment	False	TAN0003_000000009586	1.0		0	0	False	False	0.9991296529769897	0					non-mobilizable	no_good_hit	57.0	87.719	5.0	1.9226556818938707e-05	NZ_KK211190.1	firmicutes	Exiguobacterium sibiricum 7-3 P402DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ISR0255_000000005746	4841	0.5220482519219797	6	4	3	3	3	False	26906	fragment	False	ISR0255_000000005746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	244.0	79.508	5.0	8.6833401149502e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
DEN0096_000000015034	2918	0.5220461509294573	6	5	0	1	4	False	68200	maximal	True	DEN0096_000000015034	1.0		1	1	False	False	0.9993146061897278	0					non-mobilizable	no_good_hit	2169.0	100.0	74.0	0.0004009822585695624	CP021757.1	enterobacteria	Klebsiella pneumoniae strain AR_0138, complete genome	True	False
MAD0033_000000012708	1612	0.5220447152821872	3	3	2	3	3	True	18872	fragment	False	MAD0033_000000012708	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	758.0	98.285	100.0	0.00711252254960914	CP027106.1	enterobacteria	Escherichia coli strain RM14721 plasmid pRM14721, complete sequence	False	True
ISR0358_000000013096	1493	0.5220436105931613	3	3	3	2	1	False	56450	fragment	False	ISR0358_000000013096	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1505.0	96.146	100.0	0.0016744637596610103	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0117_000000001550	11946	0.5220433891485171	17	5	4	5	3	False	121512	maximal	True	ENG0117_000000001550	1.0	PS852	4	1	False	True	0.9999163150787354	0					non-mobilizable	no_good_hit	1335.0	75.506	11.0	0.0010697566038934904	NZ_LN868538.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	True
ISR0135_000000001070	17224	0.522043163578403	21	9	4	9	3	True	108400	backbone	False	ISR0280_000000000088	0.02311455529723864	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	17103.0	98.883	100.0	0.1739386972400533	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0051_000000008985	2821	0.5220413791273736	7	3	3	3	3	False	6561	fragment	False	SPA0051_000000008985	1.0		0	0	False	False	0.9971641302108765	0					non-mobilizable	other	2808.0	98.041	99.0	0.03700773906050179	NZ_LFQU01000020.1	CFB group bacteria	Prevotella rara strain 109 contig00020, whole genome shotgun sequence	False	False
ISR0065_000000004015	6762	0.5220407724021712	6	6	6	6	6	False	35212	maximal	True	ISR0065_000000004015	1.0		2	2	False	False	0.9961549639701843	0					non-mobilizable	no_good_hit	1710.0	86.08200000000001	76.0	0.06394389438943894	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	True	False
FIJ0006_000000013641	2604	0.5220382319904416	4	4	3	3	3	False	51733	fragment	False	FIJ0006_000000013641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	81.818	3.0	9.306506104945551e-05	NZ_KI629786.1	firmicutes	Brevibacillus panacihumi W25 Scaffold3, whole genome shotgun sequence	True	False
ISR0179_000000001882	13060	0.5220323671005654	20	6	4	3	4	False	29689	fragment	False	ISR0179_000000001882	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	72.926	2.0	3.497717109366839e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
ISR0288_000000021833	1348	0.5220294139426493	2	2	2	2	1	False	25958	maximal	True	ISR0288_000000021833	1.0		271	10	False	False	1.0	0					non-mobilizable	other	1348.0	98.44200000000001	100.0	0.00673712219349095	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0138_000000005033	4037	0.5220272120682402	3	3	3	3	2	False	57948	maximal	True	ENG0138_000000005033	1.0		225	12	False	False	0.9992568492889404	0					non-mobilizable	no_good_hit	1283.0	91.738	47.0	0.005687136513457042	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
MON0042_000000019779	1312	0.5220267512559981	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.21918862820102405		0	0	False	False	0.9893292784690857	0					non-mobilizable	chromosome	1312.0	98.399	100.0	0.0004225593170461589	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0037_000000003031	4284	0.5220257219212828	5	4	0	4	3	True	18660	maximal	True	MAD0037_000000003031	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4288.0	83.162	99.0	0.13322265380278162	NZ_JRUQ01000068.1	enterobacteria	Erwinia typographi strain M043b Contig68, whole genome shotgun sequence	False	True
MON0026_000000018625	2311	0.5220248957406852	3	2	2	2	1	False	12757	maximal	True	MON0026_000000018625	1.0		27	6	False	False	0.9978364109992981	0					non-mobilizable	no_good_hit	98.0	82.65299999999999	4.0	2.089153642076522e-05	CP049368.1	g-proteobacteria	Stenotrophomonas maltophilia strain MER1 chromosome, complete genome	True	False
ISR0125_000000004844	3110	0.5220248702970097	4	4	4	4	4	False	44012	fragment	False	ISR0125_000000004844	1.0		0	0	False	False	0.9983922839164734	0					non-mobilizable	other	3110.0	99.678	100.0	0.02193545655947056	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	False	False
USA0037_01_000000028011	1200	0.5220216586617163	2	2	2	2	1	False	42947	fragment	False	USA0037_01_000000028011	0.964527027027027		0	0	False	False	0.9991666674613953	0					non-mobilizable	other	1200.0	99.833	100.0	0.03114690219509027	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
SPA0134_000000007426	3957	0.5220184283011332	5	5	3	2	4	False	83679	maximal	True	SPA0134_000000007426	1.0		70	10	False	False	0.9931766390800476	0					non-mobilizable	chromosome	3957.0	100.0	100.0	0.0007771651741205569	CP034359.1	enterobacteria	Klebsiella pneumoniae strain 39 chromosome	False	False
ISR0205_000000006605	2696	0.522015137854964	3	3	3	3	2	False	56118	maximal	True	ISR0205_000000006605	1.0		41	8	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	2.0	9.401747042532018e-06	CP006704.1	b-proteobacteria	Comamonas testosteroni TK102, complete genome	True	False
ENG0167_000000018633	1359	0.5220124857677355	2	1	1	1	1	False	56040	fragment	False	ENG0167_000000018633	1.0		0	0	False	False	0.9955849647521973	0					non-mobilizable	no_good_hit								True	False
MON0044_000000034154	1629	0.5220115672984232	3	2	2	2	1	False	11611	maximal	True	MON0044_000000034154	1.0		5	4	False	False	0.950276255607605	0					non-mobilizable	no_good_hit	741.0	98.785	45.0	0.029543276908335993	NZ_QRYH01000033.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf33, whole genome shotgun sequence	True	False
ENG0199_000000002436	8820	0.5220085908814854	9	6	3	6	3	False	54306	maximal	True	ENG0199_000000002436	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	74.416	10.0	0.00029373006520598386	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
ENG0010_000000014091	1536	0.5220033436707541	3	1	1	1	1	False	67263	maximal	True	ENG0010_000000014091	1.0		0	0	False	False	0.9518229365348816	0					non-mobilizable	no_good_hit								True	False
ISR0078_000000001622	9288	0.522001198299386	11	10	5	5	9	True	104753	fragment	False	ISR0078_000000001622	1.0		0	0	False	False	0.9997846484184265	0					non-mobilizable	no_good_hit	2851.0	82.67299999999999	48.0	0.0038962484693309584	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
CAN0021_000000023630	1843	0.5220004014232306	3	3	3	2	2	False	95176	maximal	False	ENG0131_000000013457	0.9599489795918368		0	0	False	False	0.9734129309654236	0					non-mobilizable	chromosome	1808.0	99.945	98.0	0.0004088372189838031	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0029_000000004436	7826	0.5219977189699515	7	3	2	3	2	False	48900	maximal	True	FIJ0029_000000004436	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	87.324	1.0	0.011589403973509934	NZ_FUWW01000029.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0149_000000015635	2494	0.5219972517428588	3	3	3	2	3	False	3310	maximal	True	SPA0149_000000015635	1.0		36	10	False	False	0.9867682456970215	0					non-mobilizable	chromosome	2499.0	85.274	100.0	0.0006035892470939239	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
ISR0067_000000007497	3660	0.5219891764003024	4	3	2	3	0	True	35086	maximal	True	ISR0067_000000007497	1.0		137	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0191_000000016937	1863	0.5219869908642097	4	3	2	2	3	False	96458	fragment	False	ISR0791_000000009914	0.9745246459701534		0	0	False	False	0.9699409604072571	0					non-mobilizable	chromosome	1863.0	100.0	100.0	0.0007870244937069742	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0117_000000004517	4727	0.5219789938133891	7	3	0	3	1	False	59395	fragment	False	ENG0117_000000004517	1.0		0	0	False	False	0.9957689642906189	0					non-mobilizable	plasmid	4734.0	98.669	100.0	0.04015007469781339	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
SPA0031_000000029154	1163	0.521978683900188	2	2	2	2	2	False	7257	fragment	False	SPA0031_000000029154	1.0		0	0	False	False	0.9974204897880554	0					non-mobilizable	chromosome	1163.0	99.742	100.0	0.0005274668608277326	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
SPA0096_000000009826	3680	0.5219762793600554	3	2	2	2	2	False	108137	maximal	False	DEN0070_000000008579	0.9563347236704901		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2472.0	97.45100000000001	69.0	0.00891832388926986	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0112_000000009425	3275	0.5219762793600554	3	2	2	2	2	False	108136	fragment	False	ISR0112_000000009425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2051.0	97.465	65.0	0.007398852275598224	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0098_000000016416	2694	0.5219762793600554	4	2	2	2	2	False	15328	fragment	False	MAD0098_000000016416	1.0		0	0	False	False	0.9977728128433228	0					non-mobilizable	no_good_hit	1937.0	99.226	72.0	0.006987403905150323	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0271_000000012586	1493	0.5219762793600554	3	2	2	2	2	False	108135	fragment	False	ISR0271_000000012586	1.0		0	0	False	False	0.9919624924659729	0					non-mobilizable	no_good_hit	838.0	87.23200000000001	65.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
AST0102_000000023495	1340	0.5219762793600554	2	2	2	2	2	False	108134	fragment	False	AST0102_000000023495	0.9707562644945981		0	0	False	False	0.9507462978363037	0					non-mobilizable	no_good_hit	838.0	87.23200000000001	72.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ENG0037_000000028070	1278	0.5219762793600554	2	2	2	2	2	False	108134	fragment	False	AST0102_000000023495	0.9543567304042039		0	0	False	False	0.9976525902748108	0					non-mobilizable	no_good_hit	837.0	87.09700000000001	76.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0009_000000030196	1245	0.5219762793600554	2	2	2	2	2	False	108134	fragment	False	AST0102_000000023495	0.6358894105372979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	87.23200000000001	78.0	0.00038522865214314617	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
AST0060_000000004161	6576	0.5219746139648438	9	9	9	8	8	False	114182	maximal	True	AST0060_000000004161	0.9801450239347304		69	7	False	False	1.0	0					non-mobilizable	no_good_hit	1524.0	71.85	23.0	0.007154603303224576	NZ_MCIA01000006.1	firmicutes	Lacrimispora algidixylanolytica strain SPL73 contig_14, whole genome shotgun sequence	True	False
AST0052_000000007626	2839	0.5219744821449477	4	4	3	3	3	False	114584	maximal	True	AST0052_000000007626	1.0		44	7	False	False	0.9992955327033997	0					non-mobilizable	no_good_hit	1176.0	74.065	47.0	0.005642269303988942	CP002411.1	firmicutes	Clostridium botulinum BKT015925 plasmid p1BKT015925, complete sequence	True	False
USA0004_01_000000010048	2433	0.5219651049958522	3	3	2	3	2	True	40240	fragment	False	USA0004_01_000000010048	1.0		0	0	False	False	0.9963008761405945	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.2707659033175885e-05	CP046457.1	firmicutes	Candidatus Syntrophocurvum alkaliphilum isolate B(2M) chromosome, complete genome	True	True
MON0039_000000021077	2254	0.5219627665328297	3	3	3	3	2	False	11936	maximal	True	MON0039_000000021077	1.0		1	1	False	False	0.96495121717453	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.2481670063559884e-05	NZ_BGZH01000001.1	g-proteobacteria	Marinobacter salsuginis strain 5N-3 sequence01, whole genome shotgun sequence	True	False
ISR0067_000000010016	2842	0.5219626395786813	5	4	2	2	2	True	35084	maximal	True	ISR0067_000000010016	1.0		2	1	False	False	0.9975369572639465	0					non-mobilizable	no_good_hit	1093.0	91.4	50.0	0.00048597044817720917	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
ISR0058_000000005770	4062	0.5219573827352054	4	2	1	1	2	False	35524	maximal	True	ISR0058_000000005770	1.0		389	13	False	False	1.0	0					non-mobilizable	other	3987.0	98.846	100.0	0.0011928128388077738	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MON0054_000000013104	3211	0.5219573827352054	4	2	1	1	2	False	11140	fragment	False	MON0054_000000013104	1.0		0	0	False	False	0.9838056564331055	0					non-mobilizable	other	3211.0	98.848	100.0	0.0009605943834854375	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0070_000000006771	2866	0.521956859903493	3	3	3	3	3	False	44942	fragment	False	FIJ0085_000000010740	0.9543344701493456		0	0	False	False	0.9986042976379395	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000018363	2012	0.521955390246015	3	3	2	3	3	False	93249	maximal	True	CAN0015_000000018363	1.0		287	13	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	95.37899999999999	67.0	0.00037529949211848756	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0136_000000008021	1419	0.5219546011245374	2	2	2	2	1	True	58025	maximal	True	ENG0136_000000008021	1.0		82	13	False	False	1.0	0					non-mobilizable	other	1419.0	96.054	100.0	0.00042392250290064037	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
SPA0131_000000015870	1710	0.5219503314989601	2	2	2	2	2	True	66907	maximal	True	SPA0131_000000015870	1.0		143	13	False	False	0.9842105507850647	0					non-mobilizable	other	1710.0	98.596	100.0	0.024138759022020086	NZ_JAANXY010000016.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_16, whole genome shotgun sequence	False	True
DEN0016_000000001364	4313	0.5219461587372151	6	5	0	4	2	False	75378	fragment	False	DEN0016_000000001364	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	4225.0	99.124	98.0	0.07263098165311141	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	False	False
CAN0015_000000015294	2503	0.5219426760170202	3	3	3	3	3	False	93281	maximal	True	CAN0015_000000015294	1.0		85	11	False	False	0.9840191602706909	0					non-mobilizable	no_good_hit	381.0	74.803	15.0	9.71035257877007e-05	NZ_LR026978.1	enterobacteria	Erwinia mediterraneensis strain Marseille-P5165, whole genome shotgun sequence	True	False
ENG0195_000000008466	2857	0.5219389242203402	4	3	2	3	2	False	54470	maximal	True	ENG0195_000000008466	1.0		247	12	False	False	1.0	0					non-mobilizable	other	2871.0	83.943	100.0	0.025516294348360693	NZ_QRYH01000005.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf5, whole genome shotgun sequence	False	False
ENG0017_000000013379	1538	0.5219384876194186	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.16358889960337386		0	0	False	False	0.99934983253479	0					non-mobilizable	chromosome	1538.0	99.025	100.0	0.0005401520649307062	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0029_000000012064	3830	0.5219370369471501	5	4	4	4	4	False	37141	fragment	False	ISR0029_000000012064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2797.0	98.463	73.0	0.0007937084694030495	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AST0024_000000016410	2107	0.5219307183969815	5	2	1	2	2	False	121443	maximal	True	AST0024_000000016410	1.0		1	1	False	False	0.9871855974197388	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000013261	2023	0.5219276411744026	3	3	3	3	2	False	86101	maximal	True	ENG0129_000000013261	1.0		133	9	False	False	1.0	0					non-mobilizable	other	2023.0	99.555	100.0	0.0009453877281940149	CP002888.1	firmicutes	Streptococcus salivarius 57.I, complete genome	False	False
ISR0048_000000008724	2201	0.5219276387187287	2	2	2	2	2	False	60142	maximal	True	ISR0048_000000008724	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1683.0	92.27600000000001	79.0	0.0006229160340369042	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
CAN0021_000000020017	2165	0.5219256932077748	3	2	2	2	2	False	115698	fragment	False	CAN0021_000000020017	0.9905092592592593		0	0	False	False	0.9912239909172058	0					non-mobilizable	other	2166.0	95.383	100.0	0.0009131253010361125	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	False	False
AST0046_000000008266	2160	0.5219256932077748	2	2	2	2	2	False	115698	fragment	False	CAN0021_000000020017	0.9893764434180139		0	0	False	False	0.9995370507240295	0					non-mobilizable	other	2160.0	95.556	99.0	0.0009105946997399385	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	False	False
ISR0336_000000010635	1446	0.5219231542662187	3	2	2	2	2	False	24460	fragment	False	ISR0336_000000010635	1.0		0	0	False	False	0.9695712327957153	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000007033	3872	0.5219207516574127	3	3	3	3	2	False	81029	maximal	True	ISR0067_000000007033	1.0		35	8	False	False	0.9780475497245789	0					non-mobilizable	no_good_hit	2901.0	99.552	75.0	0.0012498680096282935	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
CHI0063_000000003125	4051	0.5219203320308351	8	8	3	4	7	False	85490	fragment	False	CHI0063_000000003125	1.0		0	0	False	False	0.9992594718933105	0					non-mobilizable	plasmid	4051.0	99.852	100.0	0.10484351135157524	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
ENG0021_000000005679	3348	0.5219184574762281	3	3	3	3	3	False	66386	fragment	False	ENG0021_000000005679	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1153.0	75.282	34.0	0.000259780058954819	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0231_000000006426	2643	0.5219169810158311	4	3	3	3	3	False	127744	fragment	False	ISR0348_000000004387	0.5267070764722411		0	0	False	False	0.9867574572563171	0					non-mobilizable	other	2472.0	99.595	93.0	0.0783375075294043	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0104_000000016221	2285	0.5219169810158311	3	3	3	3	3	False	127744	fragment	False	ISR0348_000000004387	0.3419701985342822		0	0	False	False	0.9986870884895325	0					non-mobilizable	other	2269.0	99.647	99.0	0.07190184827061472	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0309_000000008168	2259	0.5219169810158311	4	3	3	3	3	False	127744	fragment	False	ISR0348_000000004387	0.3876126295352489		0	0	False	False	0.9973439574241638	0					non-mobilizable	other	2259.0	99.867	100.0	0.07158482072092065	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0135_000000004952	3758	0.5219143618010894	4	3	2	2	2	False	31434	maximal	True	ISR0135_000000004952	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	1.0	0.012116316639741519	NZ_WHJC01000313.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig313, whole genome shotgun sequence	True	False
ISR0112_000000017671	1998	0.5219131772338446	3	3	3	3	1	False	41830	fragment	False	ISR0112_000000017671	1.0		0	0	False	False	0.9789789915084839	0					non-mobilizable	no_good_hit	952.0	92.12200000000001	54.0	0.0002666993413172643	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0254_000000000006	89268	0.5219105577549311	81	10	3	9	5	False	115487	maximal	False	AUS0014_000000000041	0.8441708612404388	PS49	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	247.0	98.381	0.0	0.9959514170040485	NZ_SZPR01000109.1	high GC Gram+	Streptomyces galbus strain DSM 40089 contig_109, whole genome shotgun sequence	True	True
ISR0200_000000014976	1663	0.5219081457438184	2	1	1	1	1	False	80665	fragment	False	DEN0051_000000026844	0.9677030442453918		0	0	False	False	0.9993986487388611	0					non-mobilizable	no_good_hit	1248.0	99.439	75.0	0.005091666326405619	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0120_000000018686	1848	0.5219073711311029	3	1	1	1	1	False	32262	fragment	False	ISR0120_000000018686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	2.0	1.997936249380052e-05	NZ_SRRP01000001.1	firmicutes	Streptococcus rubneri strain DSM 26920 contig1, whole genome shotgun sequence	True	False
MAD0054_000000001652	6539	0.5219055480442792	6	6	2	6	6	True	17184	fragment	False	MAD0054_000000001652	1.0		0	0	False	False	0.9964826703071594	0			MPF_F		non-mobilizable	plasmid	6539.0	100.0	100.0	0.09222219087651988	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
MAD0033_000000016039	1313	0.5219049350289016	3	1	1	1	1	False	18852	maximal	True	MAD0033_000000016039	1.0		6	3	False	False	0.9992383718490601	0					non-mobilizable	no_good_hit								True	False
USA0035_01_000000015835	1615	0.5219047519437621	3	2	2	2	2	False	1413	fragment	False	USA0035_01_000000015835	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1615.0	99.319	100.0	0.0025812931415009244	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
MON0058_000000021538	2272	0.5219006988009377	4	2	2	2	2	False	11015	maximal	True	MON0058_000000021538	1.0		2	2	False	False	0.9718309640884399	0					non-mobilizable	no_good_hit	463.0	72.786	20.0	0.0006343160798426111	NZ_LN868536.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
SPA0093_000000017780	2176	0.5219002848959065	5	2	1	2	2	True	5276	maximal	True	SPA0093_000000017780	1.0		1	1	False	False	0.9995404481887817	0					non-mobilizable	no_good_hit	1684.0	80.166	76.0	0.026902059688944935	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	True	True
ISR0289_000000002669	3024	0.5218918686852388	5	2	2	2	2	False	25942	maximal	True	ISR0289_000000002669	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	72.83	9.0	0.00011557974846455205	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0099_000000002409	2043	0.5218878465029043	3	3	2	1	2	False	4989	maximal	True	SPA0099_000000002409	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1892.0	96.353	93.0	0.0008622861372644316	NZ_CP016766.1	firmicutes	Lactobacillus agilis strain La3 chromosome, complete genome	False	False
ISR0177_000000003550	6220	0.5218875706131629	8	4	1	4	2	True	84069	fragment	False	ISR0177_000000003550	0.9980733791254817		0	0	False	False	1.0	0					non-mobilizable	other	6220.0	99.87100000000001	100.0	0.0620609133003353	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0775_000000002800	5969	0.5218875706131629	8	4	1	4	2	True	84069	fragment	False	ISR0177_000000003550	0.9779742765273312		0	0	False	False	1.0	0					non-mobilizable	other	5969.0	99.665	100.0	0.05955612326361169	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0074_000000005328	4848	0.5218875706131629	6	4	1	4	2	True	84068	fragment	False	CHI0086_000000000912	0.9747804778435777		0	0	False	False	0.9987623691558838	0					non-mobilizable	other	4848.0	99.505	100.0	0.0483693916653361	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0082_01_000000001151	20443	0.5218833899589185	23	16	6	7	14	False	103794	maximal	False	ISR0140_000000001364	0.9742128468024094		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4471.0	88.884	53.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
USA0117_01_000000001041	20435	0.5218833899589185	23	16	6	7	14	False	103794	maximal	False	ISR0140_000000001364	0.9741150329534243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4471.0	88.884	53.0	0.0008875641622867261	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CAN0017_000000023051	1487	0.5218789027910827	2	2	2	2	2	False	92372	fragment	False	CAN0017_000000023051	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1487.0	100.0	100.0	0.005109303333081192	NZ_JAATLI010000009.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_09, whole genome shotgun sequence	False	False
FIJ0073_000000014555	1273	0.5218770626002363	3	3	2	3	1	False	44687	maximal	True	FIJ0073_000000014555	1.0		2	1	False	False	0.9945011734962463	0					non-mobilizable	no_good_hit	557.0	93.71600000000001	43.0	0.00017888666739940365	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0265_000000009048	1855	0.5218748738553909	2	2	2	2	1	False	26603	maximal	True	ISR0265_000000009048	1.0		117	7	False	False	0.9978436827659607	0					non-mobilizable	other	1855.0	99.084	100.0	0.013513513513513514	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	False	False
ENG0204_000000005764	4007	0.5218728242496165	4	3	2	3	2	True	85892	fragment	False	ENG0204_000000005764	0.9445081230463956		0	0	False	False	1.0	0					non-mobilizable	other	4008.0	97.779	100.0	0.04351700902075861	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0097_000000013460	2988	0.5218720645896018	4	4	4	3	3	True	125769	maximal	False	ISR0290_000000003917	0.9287891524768366		0	0	False	False	1.0	0					non-mobilizable	chromosome	2991.0	91.809	100.0	0.0010540293243873169	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0150_000000016129	1727	0.5218709968148362	1	1	1	1	1	False	104050	maximal	True	AST0150_000000016129	1.0		211	13	False	False	0.9976838231086731	0					non-mobilizable	other	1748.0	74.428	100.0	0.000999142354683985	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
AST0087_000000003676	7416	0.5218660471246486	7	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9656606610839796	PS1159|PS463	0	0	True	True	1.0	150		MOBV			mobilizable	plasmid	5719.0	99.86	96.0	0.7896699350918381	CP021587.1	other sequences	Unidentified plasmid plasmid FAKO27_6412, complete sequence	False	True
ISR0391_000000001384	7341	0.5218660471246486	7	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9858992802247518	PS1159|PS463	0	0	True	True	1.0	118		MOBV			mobilizable	other	6107.0	98.65700000000001	100.0	0.8409090909090909	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
TAN0010_000000001261	7341	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9958804014192313	PS1159|PS463	0	0	True	True	1.0	108		MOBV			mobilizable	other	5870.0	99.86399999999999	100.0	0.8084022038567493	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
MAD0036_000000002935	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9963734621525674	PS1159|PS463	0	0	True	True	1.0	228		MOBV			mobilizable	other	5662.0	99.84100000000001	100.0	0.7797520661157025	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0352_000000001010	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9949564348345488	PS1159|PS463	0	0	True	True	1.0	196		MOBV			mobilizable	other	7166.0	99.735	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0213_000000002810	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9964110876852363	PS1159|PS463	0	0	True	True	1.0	40		MOBV			mobilizable	other	5935.0	99.848	100.0	0.8173553719008264	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
TAN0012_000000000683	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966261812780954	PS1159|PS463	0	0	True	True	1.0	51		MOBV			mobilizable	other	7166.0	99.93	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0027_000000003469	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966294116377795	PS1159|PS463	0	0	True	True	1.0	49		MOBV			mobilizable	other	5935.0	99.882	100.0	0.8173553719008264	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0061_000000000403	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9962724368156638	PS1159|PS463	0	0	True	True	1.0	29		MOBV			mobilizable	other	7166.0	99.88799999999999	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0008_000000001439	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966261812780954	PS1159|PS463	0	0	True	True	1.0	72		MOBV			mobilizable	other	7166.0	99.93	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0107_000000004983	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9965077623869365	PS1159|PS463	0	0	True	True	1.0	187		MOBV			mobilizable	other	5865.0	99.86399999999999	100.0	0.8077134986225896	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
MAD0052_000000001811	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966296504635096	PS1159|PS463	0	0	True	True	1.0	47		MOBV			mobilizable	other	5893.0	99.881	100.0	0.8115702479338843	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
TAN0020_000000000531	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966261812780954	PS1159|PS463	0	0	True	True	1.0	116		MOBV			mobilizable	other	7166.0	99.93	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0001_000000001197	7340	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.996629044290887	PS1159|PS463	0	0	True	True	1.0	76		MOBV			mobilizable	other	5889.0	99.881	100.0	0.8110192837465565	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0127_000000002400	7333	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966349500818261	PS1159|PS463	0	0	True	True	1.0	59		MOBV			mobilizable	other	7177.0	99.93	100.0	0.7044272111514676	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0058_000000005041	7330	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.996628500104945	PS1159|PS463	0	0	True	True	1.0	131		MOBV			mobilizable	other	5941.0	99.882	100.0	0.8181818181818182	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0119_000000002197	7328	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966344480430028	PS1159|PS463	0	0	True	True	1.0	22		MOBV			mobilizable	other	7171.0	99.93	100.0	0.7038382251889663	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0031_000000002825	7327	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9959705793910715	PS1159|PS463	0	0	True	True	1.0	1		MOBV			mobilizable	other	5935.0	99.848	99.0	0.8173553719008264	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0062_000000003735	7327	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966321175832927	PS1159|PS463	0	0	True	True	1.0	10		MOBV			mobilizable	other	7170.0	99.93	100.0	0.7037400608618828	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0102_000000004006	7324	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966092894637221	PS1159|PS463	0	0	True	True	1.0	23		MOBV			mobilizable	other	5871.0	99.881	100.0	0.8085399449035813	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
MAD0002_000000003475	7322	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9965247550053458	PS1159|PS463	0	0	True	True	1.0	41		MOBV			mobilizable	other	5935.0	99.882	99.0	0.8173553719008264	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0113_000000003158	7321	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9961935072374581	PS1159|PS463	0	0	True	True	1.0	17		MOBV			mobilizable	other	7166.0	99.916	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
TAN0013_000000000886	7320	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9962990140508237	PS1159|PS463	0	0	True	True	0.9997267723083496	50		MOBV			mobilizable	other	7166.0	99.93	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0107_000000003730	7320	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9957071281583868	PS1159|PS463	0	0	True	True	1.0	2		MOBV			mobilizable	other	5865.0	99.77799999999999	100.0	0.8077134986225896	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0063_000000003132	7320	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9962990140508237	PS1159|PS463	0	0	True	True	0.9998633861541748	6		MOBV			mobilizable	other	7166.0	99.93	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
AUS0020_000000003474	7320	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966022097976106	PS1159|PS463	0	0	True	True	1.0	72		MOBV			mobilizable	other	5866.0	99.881	100.0	0.8078512396694215	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0039_000000003342	7320	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9966336434223396	PS1159|PS463	0	0	True	True	1.0	18		MOBV			mobilizable	other	5785.0	99.87899999999999	100.0	0.7966942148760331	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
AST0039_000000002228	7320	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9961665854607923	PS1159|PS463	0	0	True	True	1.0	115		MOBV			mobilizable	other	7166.0	99.916	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0030_000000003402	7320	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9963881012476445	PS1159|PS463	0	0	True	True	1.0	8		MOBV			mobilizable	other	5935.0	99.865	100.0	0.8173553719008264	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
MAD0066_000000001824	7320	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9962990140508237	PS1159|PS463	0	0	True	True	0.9998633861541748	32		MOBV			mobilizable	other	7166.0	99.93	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0151_000000002204	7320	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.995554825895813	PS1159|PS463	0	0	True	True	0.9998633861541748	3		MOBV			mobilizable	other	7166.0	99.846	100.0	0.7033474035535486	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0022_000000003019	7319	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9963905578509169	PS1159|PS463	0	0	True	True	1.0	23		MOBV			mobilizable	other	5935.0	99.865	100.0	0.8173553719008264	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0110_000000002230	7314	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9965957334905384	PS1159|PS463	0	0	True	True	1.0	6		MOBV			mobilizable	other	7173.0	99.93	100.0	0.7040345538431334	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
FIJ0017_000000003693	7309	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9963526206311717	PS1159|PS463	0	0	True	True	1.0	43		MOBV			mobilizable	other	5877.0	99.881	100.0	0.809366391184573	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0103_000000002349	7305	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9960171224783375	PS1159|PS463	0	0	True	True	1.0	53		MOBV			mobilizable	other	7145.0	99.916	99.0	0.7012859526847943	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0809_000000001172	7300	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9942883974283344	PS1159|PS463	0	0	True	True	1.0	102		MOBV			mobilizable	other	5662.0	99.594	100.0	0.7797520661157025	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
USA0039_01_000000003235	7292	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.996460941939582	PS1159|PS463	0	0	True	True	0.9997256994247437	13		MOBV			mobilizable	other	6979.0	99.87100000000001	100.0	0.9611570247933884	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
MAD0012_000000003510	7262	0.5218660471246486	7	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9933097456733485	PS1159|PS463	0	0	True	True	0.9898099899291992	2		MOBV			mobilizable	other	7021.0	99.715	99.0	0.9663911845730028	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
MAD0097_000000004892	7239	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9953919367441534	PS1159|PS463	0	0	True	True	0.9984804391860962	8		MOBV			mobilizable	other	6981.0	99.82799999999999	100.0	0.9614325068870524	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0120_000000003033	7239	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9951611303653725	PS1159|PS463	0	0	True	True	0.9993093013763428	3		MOBV			mobilizable	other	5785.0	99.844	100.0	0.7966942148760331	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
TAN0023_000000000185	7236	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9692268959661022	PS1159|PS463	0	0	True	True	1.0	66		MOBV			mobilizable	other	5560.0	99.874	100.0	0.765702479338843	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0066_000000004027	7195	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.988163525933604	PS1159|PS463	0	0	True	True	1.0	4		MOBV			mobilizable	other	7039.0	99.929	100.0	0.6908805340139393	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0026_000000001751	7142	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9675888628031319	PS1159|PS463	0	0	True	True	1.0	6		MOBV			mobilizable	other	5604.0	99.786	100.0	0.7716253443526171	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0053_000000002878	7117	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9512298081043346	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	7118.0	99.944	100.0	0.6986355158535388	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0096_000000002071	7111	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.951455853502654	PS1159|PS463	0	0	True	True	0.9998593926429749	1		MOBV			mobilizable	other	5648.0	99.823	99.0	0.7778236914600551	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
CAN0002_000000002023	7095	0.5218660471246486	7	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9654241438470662	PS1159|PS463	0	0	True	True	1.0	177		MOBV			mobilizable	other	5719.0	99.895	100.0	0.5613036222636694	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0248_000000000850	7087	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.960137366351731	PS1159|PS463	0	0	True	True	0.9987300634384155	3		MOBV			mobilizable	other	5192.0	99.846	99.0	0.7150137741046831	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0344_000000003772	7083	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9575234354242665	PS1159|PS463	0	0	True	True	1.0	139		MOBV			mobilizable	other	5633.0	99.609	100.0	0.7757575757575758	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0020_000000002468	7047	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9704017317585227	PS1159|PS463	0	0	True	True	1.0	9		MOBV			mobilizable	other	7048.0	99.90100000000001	100.0	0.6917640129576912	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0182_000000003978	7045	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9675140629033718	PS1159|PS463	0	0	True	True	1.0	22		MOBV			mobilizable	other	7046.0	99.915	100.0	0.6915676843035241	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
MAD0058_000000001813	7035	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9439504036823297	PS1159|PS463	0	0	True	True	0.9998578429222107	6		MOBV			mobilizable	other	3781.0	99.947	100.0	0.371061156375773	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0212_000000004305	7022	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9521102006257451	PS1159|PS463	0	0	True	True	1.0	100		MOBV			mobilizable	other	5322.0	99.868	100.0	0.7329201101928374	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
ISR0032_000000004266	6976	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9612088337424152	PS1159|PS463	0	0	False	True	1.0	0		MOBV			mobilizable	other	5770.0	99.775	100.0	0.5661136742907628	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ISR0269_000000001586	6948	0.5218660471246486	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9386822526454348	PS1159|PS463	0	0	True	True	1.0	3		MOBV			mobilizable	other	5563.0	99.694	100.0	0.7661157024793388	KX127590.1	bacteria	Uncultured bacterium clone Control_Mom_TE_26 genomic sequence	False	True
FIJ0087_000000014938	2156	0.5218649954276932	3	3	1	3	0	True	131634	fragment	False	FIJ0087_000000014938	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	489.0	94.68299999999999	59.0	0.00016425794286449021	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0153_000000011550	1621	0.52185610255309	2	2	2	2	2	False	3222	maximal	True	SPA0153_000000011550	1.0		11	5	False	False	0.9938309788703918	0					non-mobilizable	no_good_hit	343.0	71.72	21.0	0.0014497056922781338	NZ_LAYZ01000025.1	firmicutes	Salinicoccus sediminis strain SV-16 scf7180000000818, whole genome shotgun sequence	True	False
ISR0092_000000016066	1822	0.5218558433120829	3	3	3	3	3	False	33576	maximal	True	ISR0092_000000016066	1.0		19	5	False	False	0.9758507013320923	0					non-mobilizable	other	1802.0	99.279	100.0	0.0006536932762199097	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0132_000000016683	1845	0.5218552734039069	2	2	2	2	2	False	80901	maximal	True	CHI0132_000000016683	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	530.0	75.84899999999999	29.0	0.00012860265014543124	CP051216.1	d-proteobacteria	Pseudodesulfovibrio sp. zrk46 chromosome, complete genome	True	False
ISR0009_000000022801	1483	0.5218536165048643	2	2	2	2	1	False	38346	fragment	False	ISR0009_000000022801	1.0		0	0	False	False	0.9905596971511841	0					non-mobilizable	no_good_hit	522.0	82.375	35.0	0.0024052832162606485	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0080_000000036914	1526	0.5218482495647893	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.33788407006142523	PS730	0	0	False	True	0.9986894130706787	0					non-mobilizable	other	1488.0	90.927	100.0	0.0004613587903004525	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0050_000000028838	1396	0.5218482495647893	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.2828856314921458	PS730	0	0	False	True	0.9992836713790894	0					non-mobilizable	other	1396.0	91.54700000000001	100.0	0.0004200077859507847	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CAN0022_000000029739	1130	0.5218473629886091	2	2	2	1	1	False	91160	maximal	True	CAN0022_000000029739	1.0		33	7	False	False	0.9876106381416321	0					non-mobilizable	no_good_hit	609.0	84.40100000000001	53.0	9.714196087341273e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
FIJ0172_000000024666	1176	0.5218458372741936	2	2	2	2	2	False	38716	fragment	False	FIJ0172_000000024666	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	85.48700000000001	43.0	0.00015729133998361978	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0023_000000002469	7811	0.5218413909041882	8	4	3	4	2	False	23122	fragment	False	SPA0023_000000002469	1.0		0	0	False	False	0.9993599057197571	0					non-mobilizable	no_good_hit	75.0	92.0	1.0	0.005114735969035112	MK233969.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c4 sequence	True	False
MAD0044_000000020260	1228	0.5218404183580835	2	2	2	2	2	False	17939	fragment	False	MAD0044_000000020260	1.0		0	0	False	False	0.9877850413322449	0					non-mobilizable	chromosome	1207.0	98.92299999999999	100.0	0.0002480843914804611	CP057946.1	enterobacteria	Escherichia coli strain RHB09-C13 chromosome, complete genome	False	False
SPA0060_000000011745	1175	0.5218396057083279	3	2	2	2	2	True	6217	fragment	False	SPA0060_000000011745	1.0		0	0	False	False	0.9982978701591492	0					non-mobilizable	plasmid	1191.0	90.848	100.0	0.006060357888702347	CP057912.1	enterobacteria	Escherichia coli strain RHB10-C09 plasmid pRHB10-C09_2, complete sequence	False	True
FIJ0172_000000009269	2836	0.5218362491715546	6	6	2	2	6	False	111971	fragment	False	ISR0016_000000006805	0.9641415208432054		0	0	False	False	1.0	0					non-mobilizable	other	2836.0	100.0	100.0	0.002537030805907747	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
FIJ0011_000000028883	1568	0.521832538230432	3	3	3	3	2	False	50929	maximal	True	FIJ0011_000000028883	1.0		13	4	False	False	0.9802296161651611	0					non-mobilizable	no_good_hit	220.0	74.545	14.0	0.004181882436093768	NZ_AZDG01000017.1	firmicutes	Lactobacillus tucceti DSM 20183 Scaffold17, whole genome shotgun sequence	True	False
AUS0006_000000002587	6842	0.5218266738235199	6	5	5	5	5	False	102190	fragment	False	ISR0209_000000003957	0.9679760888129803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1794.0	89.01899999999999	26.0	0.13978914486528699	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
CHI0174_000000007527	2000	0.5218252293887007	3	2	2	1	1	False	77837	maximal	True	CHI0174_000000007527	1.0		2	1	False	False	0.9919999837875366	0					non-mobilizable	no_good_hit	850.0	98.118	42.0	0.00035873283351022623	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
FIJ0171_000000017896	1187	0.5218236255485781	2	2	2	2	2	False	38778	maximal	True	FIJ0171_000000017896	1.0		108	7	False	False	0.9797809720039368	0					non-mobilizable	no_good_hit	531.0	85.68700000000001	89.0	0.0006218949338487185	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0024_000000021261	1277	0.5218210152207488	2	2	2	2	2	False	37422	maximal	True	ISR0024_000000021261	0.990953947368421		930	15	False	False	1.0	0					non-mobilizable	other	1277.0	98.74700000000001	100.0	0.01044198397695562	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0053_000000027546	1470	0.5218196197782564	3	3	3	2	2	False	102050	fragment	False	ISR0361_000000005758	0.42165891545826617		0	0	False	False	0.9877551198005676	0					non-mobilizable	other	1470.0	94.21799999999999	100.0	0.004097468997026616	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
FIJ0015_000000022271	1444	0.5218196197782564	3	3	3	2	2	False	102050	fragment	False	ISR0361_000000005758	0.4243494231649044		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	95.083	100.0	0.004024947421858003	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
MON0030_000000025077	1439	0.5218196197782564	3	3	3	2	2	False	102050	fragment	False	ISR0361_000000005758	0.39361049673972354		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	94.51	100.0	0.004011000965094808	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
MAD0008_000000011610	1303	0.5218196197782564	3	3	3	2	2	False	102050	fragment	False	ISR0361_000000005758	0.14166717293417314		0	0	False	False	0.9923254251480103	0					non-mobilizable	other	1303.0	94.705	100.0	0.003631657341135911	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
SPA0050_000000010069	2589	0.5218188991943404	4	4	4	4	4	False	55897	maximal	True	SPA0050_000000010069	1.0		84	8	False	False	0.9988412261009216	0					non-mobilizable	no_good_hit	184.0	78.804	7.0	0.0001458388667912679	NZ_LN868538.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
FIJ0011_000000019368	2274	0.521818476792122	3	2	2	2	2	False	50968	maximal	True	FIJ0011_000000019368	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	555.0	82.34200000000001	24.0	0.00014476187859708834	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
USA0083_01_000000020667	1303	0.52181744683227	1	1	1	1	1	False	67739	fragment	False	USA0083_01_000000020667	0.9960764617890332		0	0	False	False	0.9869531989097595	0					non-mobilizable	other	1305.0	84.598	100.0	0.002566290921203831	NZ_KL370871.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00002.2, whole genome shotgun sequence	False	False
SPA0136_000000038901	1102	0.521815964925203	2	1	1	1	1	False	3585	maximal	True	SPA0136_000000038901	1.0		646	15	False	False	0.9627948999404907	0					non-mobilizable	other	1098.0	78.415	99.0	0.0018847650176556357	NZ_KB822499.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.4, whole genome shotgun sequence	False	False
MON0066_000000003386	6737	0.5218154050503849	10	9	5	6	6	True	10654	maximal	True	MON0066_000000003386	1.0		114	11	False	False	0.9998515844345093	0					non-mobilizable	chromosome	6748.0	98.266	100.0	0.0010376288150629731	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	True
ISR0055_000000003798	3223	0.5218112962556722	2	2	1	2	2	False	74331	maximal	False	ISR0271_000000004688	0.9689234512894003		0	0	False	False	0.9931740760803223	0					non-mobilizable	chromosome	3163.0	99.96799999999999	100.0	0.0005671251436421092	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0836_000000011948	1682	0.5218111606621845	4	3	2	3	1	False	113660	fragment	False	ISR0836_000000011948	1.0		0	0	False	False	0.9928656220436096	0					non-mobilizable	other	1682.0	94.055	100.0	0.0005220229602995005	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0107_000000009986	2505	0.5218083187671358	4	3	2	3	2	True	60745	fragment	False	ISR0107_000000009986	0.986128364389234		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1019.0	70.658	39.0	0.00022675551854905494	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
SPA0114_000000019244	2415	0.5218083187671358	3	3	2	3	2	True	60745	fragment	False	ISR0107_000000009986	0.9686626746506986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	84.13799999999999	6.0	3.567651004678756e-05	NC_011837.1	firmicutes	Clostridium kluyveri NBRC 12016, complete genome	True	True
ISR0152_000000003436	7385	0.5218076519210674	11	7	7	6	6	False	116361	maximal	False	FIJ0052_000000003133	0.5030597406348984		0	0	False	False	0.9998645782470703	0					non-mobilizable	no_good_hit	1887.0	97.191	80.0	0.024268719744566895	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
FIJ0088_000000011053	2501	0.5218064949851043	4	2	0	2	0	True	43673	fragment	False	FIJ0088_000000011053	1.0		0	0	False	False	0.9864054322242737	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.93828994879344e-05	CP046919.1	firmicutes	Streptococcus sp. CNU G2 chromosome, complete genome	True	True
SPA0155_000000010686	1808	0.5218032384538824	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9834902009005667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	88.361	83.0	0.0024049853094493413	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0199_000000005636	4260	0.5218016965558437	4	2	2	2	2	False	54299	maximal	True	ENG0199_000000005636	1.0		3	1	False	False	0.9985915422439575	0					non-mobilizable	no_good_hit	1109.0	84.851	26.0	0.005558484597424117	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	False
USA0011_01_000000004576	8161	0.5217987345533	12	5	2	2	4	True	2030	maximal	True	USA0011_01_000000004576	1.0		1	1	False	False	0.9993873238563538	0					non-mobilizable	no_good_hit	400.0	75.25	5.0	0.009324560988308798	CP035500.1	firmicutes	Clostridioides difficile strain TW11-RT078 plasmid p1, complete sequence	True	True
TAN0027_000000003225	2712	0.5217985518343174	3	2	2	2	2	True	48549	fragment	False	TAN0027_000000003225	0.9708571428571429		0	0	False	False	0.9996312856674194	0					non-mobilizable	no_good_hit	988.0	85.52600000000001	36.0	0.008559832098936742	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
DEN0066_000000006509	4639	0.5217946007447247	7	5	5	5	5	False	71009	maximal	True	DEN0066_000000006509	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1452.0	76.86	31.0	0.012547270097415611	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
FIJ0054_000000008098	3100	0.52179185186745	4	4	4	4	4	False	46342	maximal	True	FIJ0054_000000008098	1.0		39	10	False	False	0.9990322589874268	0					non-mobilizable	other	3127.0	78.67	100.0	0.025975789884721823	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0079_000000024071	1116	0.5217911157509642	2	2	2	2	2	False	5637	fragment	False	SPA0079_000000024071	1.0		0	0	False	False	0.9525089859962463	0					non-mobilizable	chromosome	1106.0	99.277	99.0	0.00022434703339116276	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	False	False
FIJ0009_000000034785	1269	0.5217885031921801	3	3	2	1	1	False	51168	maximal	True	FIJ0009_000000034785	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0033_000000007834	2508	0.5217874672797719	3	3	2	3	2	False	52404	fragment	False	MAD0033_000000007834	0.9943204868154158		0	0	False	False	0.9996013045310974	0					non-mobilizable	no_good_hit	415.0	74.458	16.0	0.00012767117971646254	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
FIJ0002_000000014399	2465	0.5217874672797719	4	3	2	3	2	False	52404	fragment	False	MAD0033_000000007834	0.9858452950558214		0	0	False	False	0.9975659251213074	0					non-mobilizable	no_good_hit	415.0	74.699	16.0	0.00012767117971646254	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
ENG0006_000000003405	7854	0.5217762066386573	9	5	2	3	3	False	132498	fragment	False	ISR0032_000000003111	0.32097052889672195		0	0	False	False	0.9988541007041931	0					non-mobilizable	no_good_hit	1728.0	99.82600000000001	45.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0811_000000011136	1417	0.5217752006093457	2	2	2	2	1	False	21673	maximal	True	ISR0811_000000011136	1.0		1351	15	False	False	0.9774170517921448	0					non-mobilizable	chromosome	1417.0	98.73	100.0	0.0004996670650594042	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0047_000000007328	4939	0.5217652877106025	7	2	1	1	2	True	80909	maximal	False	FIJ0068_000000006120	0.9578913598924431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	86.897	41.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ETH0002_000000006615	4281	0.5217652877106025	7	2	1	1	2	True	80908	fragment	False	ETH0002_000000006615	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1249.0	86.389	46.0	0.013664706142484412	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
ISR0062_000000033530	1154	0.5217637607575992	2	2	2	1	1	False	35294	maximal	True	ISR0062_000000033530	1.0		25	5	False	False	1.0	0					non-mobilizable	other	1153.0	99.219	99.0	0.005761814971716091	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0354_000000005629	3374	0.5217623660980301	5	4	4	4	4	False	92369	fragment	False	ISR0354_000000005629	1.0		0	0	False	False	0.9949614405632019	0					non-mobilizable	no_good_hit	723.0	81.189	32.0	0.001192067273768709	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0021_000000011493	4357	0.521760491920755	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.8741924577565002	PS388	0	0	False	True	1.0	0					non-mobilizable	other	2655.0	95.819	98.0	0.016020385147615536	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
SPA0108_000000013454	2164	0.5217601715150652	4	3	3	3	1	False	74139	maximal	True	SPA0108_000000013454	1.0		5	3	False	False	0.9990757703781128	0					non-mobilizable	no_good_hit	900.0	97.889	48.0	0.00044120598921180195	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0149_000000019292	2051	0.5217586237917701	2	2	2	2	2	False	38677	maximal	True	SPA0149_000000019292	1.0		196	10	False	False	1.0	0					non-mobilizable	other	2056.0	89.056	99.0	0.0005790265472249313	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AUS0004_000000016933	1158	0.5217571585965423	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.051046605780148094		0	0	False	False	0.9740932583808899	0					non-mobilizable	other	1116.0	85.036	96.0	0.024403055306296644	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ISR0366_000000008474	2214	0.5217525724239218	4	2	2	1	2	False	23628	maximal	True	ISR0366_000000008474	1.0		1	1	False	False	0.9855465292930603	0					non-mobilizable	no_good_hit	478.0	73.431	21.0	0.00016847543268444764	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
FIJ0148_000000017267	1224	0.5217519854161857	2	2	2	1	1	False	39877	fragment	False	ISR0233_000000015575	0.9935431799838579		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	99.91799999999999	100.0	0.00028532820442471024	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0001_000000021022	2063	0.521751516412541	3	2	2	2	1	False	76879	maximal	True	DEN0001_000000021022	1.0		1	1	False	False	0.9995152950286865	0					non-mobilizable	no_good_hit	1339.0	71.919	64.0	0.04382948893413893	NZ_FWXH01000026.1	firmicutes	Clostridium acidisoli DSM 12555, whole genome shotgun sequence	True	False
SPA0018_000000016660	1793	0.5217503717644155	3	3	2	1	1	False	7798	maximal	True	SPA0018_000000016660	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	94.61	48.0	0.027841144753214433	NZ_QSFS01000026.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf26, whole genome shotgun sequence	True	False
USA0133_01_000000007365	3412	0.5217493908163287	4	2	1	1	1	False	3161	fragment	False	USA0133_01_000000007365	0.9944285259471506		0	0	False	False	0.9953106641769409	0					non-mobilizable	plasmid	3392.0	99.55799999999999	99.0	0.06709006014561571	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
SPA0157_000000002007	3141	0.5217493908163287	4	2	1	1	1	False	3161	fragment	False	USA0133_01_000000007365	0.955158264947245		0	0	False	False	1.0	0					non-mobilizable	plasmid	3141.0	99.07700000000001	100.0	0.06212408990186768	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
ISR0120_000000016812	2015	0.5217491414276859	2	1	1	1	1	False	32270	maximal	True	ISR0120_000000016812	1.0		86	8	False	False	0.9955335259437561	0					non-mobilizable	other	1639.0	89.56700000000001	93.0	0.003425080033539856	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0179_000000025520	1258	0.5217486611927515	1	1	1	1	1	False	55368	fragment	False	ENG0179_000000025520	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	70.783	97.0	0.00034047741509100665	NZ_JAGE01000001.1	firmicutes	Ruminiclostridium josui JCM 17888 K412DRAFT_scf7180000000006_quiver.1_C, whole genome shotgun sequence	False	False
MAD0047_000000007613	4807	0.521747854139488	4	4	3	3	4	False	85810	fragment	False	MAD0047_000000007613	0.9854488471009626		0	0	False	False	0.9993759393692017	0					non-mobilizable	no_good_hit	1312.0	70.732	27.0	0.03339851388345717	NZ_LUTP01000030.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00030, whole genome shotgun sequence	True	False
ISR0776_000000009648	2568	0.5217413047742185	3	2	1	2	2	False	80023	maximal	True	ISR0776_000000009648	1.0		9	4	False	False	0.9988317489624023	0					non-mobilizable	no_good_hit	159.0	87.421	9.0	0.0002704159785036412	NZ_QSGP01000004.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf4, whole genome shotgun sequence	True	False
FIJ0140_000000032416	1125	0.5217398103217592	2	2	2	2	1	False	90031	fragment	False	CHI0012_000000006157	0.9551665243381725		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	98.22200000000001	100.0	0.0003384148755617792	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0170_000000006710	6519	0.5217371685307141	5	3	2	2	1	True	30068	fragment	False	ISR0170_000000006710	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0060_000000006531	2341	0.5217368000892919	2	2	2	2	2	False	116781	maximal	True	SPA0060_000000006531	1.0		22	7	False	False	0.9953011274337769	0					non-mobilizable	other	2343.0	97.012	100.0	0.021405129897512056	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0041_000000013926	2610	0.5217364051452376	2	2	2	2	2	False	47401	fragment	False	FIJ0041_000000013926	0.9633819018404908		0	0	False	False	0.9869731664657593	0					non-mobilizable	other	2189.0	97.07600000000001	99.0	0.05109761793554414	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0096_000000018384	2174	0.5217364051452376	2	2	2	2	2	False	5165	fragment	False	SPA0096_000000018384	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2174.0	98.436	100.0	0.05074731433909388	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0066_000000001771	9763	0.5217326044876761	5	4	4	4	3	False	6081	maximal	True	SPA0066_000000001771	1.0		2	1	False	False	0.9994878768920898	0					non-mobilizable	no_good_hit	3896.0	92.223	82.0	0.0068063110842392395	NZ_FOZH01000003.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
USA0069_01_000000030395	2011	0.5217284654053458	3	3	1	2	2	False	122220	fragment	False	MON0006_000000008527	0.6705821800972337		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	81.601	76.0	0.1762264710241589	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0810_000000004008	3368	0.5217277540122306	3	2	2	2	2	False	21722	maximal	True	ISR0810_000000004008	1.0		513	12	False	False	1.0	0					non-mobilizable	other	3368.0	99.61399999999999	100.0	0.0008946894455077795	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0299_000000006296	1844	0.5217274419678766	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.06483859780375476		0	0	False	False	1.0	0					non-mobilizable	other	1846.0	93.445	100.0	0.0038307366431288253	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0023_000000007406	4118	0.5217272827301737	6	6	5	3	3	False	66529	maximal	True	FIJ0023_000000007406	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	77.455	7.0	9.632331771502675e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CHI0025_000000003062	3805	0.5217225364059866	4	4	3	4	4	False	95550	maximal	False	SPA0074_000000006442	0.9499297715238839		0	0	False	False	0.9978975057601929	0					non-mobilizable	chromosome	3809.0	98.87100000000001	100.0	0.0005868040757219255	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0085_000000014513	2032	0.5217221309660078	3	2	1	2	1	False	68978	fragment	False	DEN0085_000000014513	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2039.0	91.90799999999999	99.0	0.0011919345564697463	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MAD0013_000000015952	1558	0.5217200833583956	3	3	3	3	2	False	87115	fragment	False	MON0051_000000021051	0.9472865530473519		0	0	False	False	0.9974325895309448	0					non-mobilizable	chromosome	1558.0	98.78	100.0	0.0004153407728326054	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0043_000000006856	3703	0.5217192771272429	6	5	3	5	2	False	47239	maximal	True	FIJ0043_000000006856	1.0		10	1	False	False	0.9997299313545227	0					non-mobilizable	no_good_hit								True	False
ISR0165_000000004778	3855	0.5217157602948713	3	3	2	2	2	False	69912	maximal	True	ISR0165_000000004778	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00013611889733610276	NZ_BBBG01000003.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
ENG0124_000000017786	1753	0.5217124864844359	3	3	3	3	2	False	58923	fragment	False	ENG0124_000000017786	1.0		0	0	False	False	0.9863091707229614	0					non-mobilizable	no_good_hit	1529.0	95.68299999999999	87.0	0.15586404001224866	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	False
ISR0138_000000002865	9504	0.5217109534254121	9	5	1	4	0	True	31364	maximal	False	ISR0152_000000002445	0.9520199596967661		0	0	False	False	0.99894779920578	0					non-mobilizable	no_good_hit	2656.0	89.646	56.0	0.010872642380329133	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0221_000000012450	1821	0.5217091668536256	3	3	1	1	3	False	27950	fragment	False	ISR0221_000000012450	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1753.0	99.65799999999999	96.0	0.0006086714841578655	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0066_000000006776	4719	0.5217065303783106	5	4	4	3	3	False	107243	fragment	False	ISR0066_000000006776	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2740.0	90.985	86.0	0.005288653837607218	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
CHI0151_000000014608	1698	0.5216987202827803	3	3	3	2	1	False	79466	maximal	True	CHI0151_000000014608	1.0		0	0	False	False	0.9293286204338074	0					non-mobilizable	no_good_hit	1479.0	100.0	87.0	0.0002775228289753361	CP052328.1	enterobacteria	Klebsiella pneumoniae strain D17KP0032 chromosome, complete genome	True	False
MON0089_000000018044	1554	0.5216916397829504	2	2	1	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03339114708886624	PS1133	0	0	False	True	0.9942085146903992	0					non-mobilizable	chromosome	1565.0	94.05799999999999	100.0	0.0005260966489696685	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0086_000000020110	1524	0.5216916397829504	2	2	1	1	1	True	131257	backbone	False	ISR0175_000000008482	0.028356146320396555	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1525.0	93.508	99.0	0.0005119596948706755	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0002_000000020281	1390	0.5216916397829504	2	2	1	1	1	True	125752	fragment	False	ENG0200_000000014487	0.46875		0	0	False	False	0.9978417158126831	0					non-mobilizable	chromosome	1392.0	94.181	100.0	0.0004904923873111384	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0137_000000030426	1215	0.5216916397829504	2	2	1	1	1	True	125751	fragment	False	ENG0102_000000021244	0.23561155471918696		0	0	False	False	1.0	0					non-mobilizable	chromosome	1213.0	95.631	100.0	0.0004273282597365385	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0137_000000030472	1214	0.5216916397829504	2	2	1	1	1	True	125751	fragment	False	ENG0102_000000021244	0.2349240094652619		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	94.89299999999999	100.0	0.0003770511489171601	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0338_000000001046	13187	0.5216874130850013	16	14	8	8	10	True	104755	maximal	True	ISR0338_000000001046	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	2104.0	89.734	45.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CAN0012_000000000730	45877	0.5216867516879197	60	27	15	19	17	True	111097	maximal	True	CAN0012_000000000730	0.9631964367401316		4	3	True	True	0.9994768500328064	3					non-mobilizable	no_good_hit	4529.0	74.277	20.0	0.007381519636734931	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
CHI0087_000000002614	3148	0.5216845819416408	4	4	4	4	4	False	89338	fragment	False	CHI0087_000000002614	1.0		0	0	False	False	0.9961880445480347	0					non-mobilizable	no_good_hit	972.0	75.309	31.0	0.00026742422980155625	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0051_000000006072	4402	0.5216830259346394	6	6	4	5	5	False	64087	maximal	True	ENG0051_000000006072	1.0		595	14	False	False	1.0	0					non-mobilizable	no_good_hit	2424.0	83.787	72.0	0.0008135480489825264	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0009_000000003411	1214	0.5216819668613909	2	2	2	2	1	False	76067	fragment	False	DEN0009_000000003411	0.9711206870427948		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	99.665	98.0	0.00023113147373802505	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0847_000000011083	2459	0.5216804930397158	3	3	1	3	2	False	120279	fragment	False	ISR0847_000000011083	1.0		0	0	False	False	0.9995933175086975	0					non-mobilizable	no_good_hit								True	False
ISR0266_000000005843	2765	0.5216778720761939	5	4	4	4	4	False	117346	maximal	True	ISR0266_000000005843	1.0	PS787	3	3	False	True	0.997106671333313	0					non-mobilizable	no_good_hit	1072.0	81.063	80.0	0.38754578754578756	NZ_WAJR01000050.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_050, whole genome shotgun sequence	True	True
DEN0063_000000011773	3737	0.5216765959184719	6	5	2	5	5	False	82614	fragment	False	DEN0063_000000011773	1.0		0	0	False	False	0.9917045831680298	0					non-mobilizable	chromosome	3727.0	97.934	99.0	0.001638678622348585	CP021557.1	high GC Gram+	Bifidobacterium breve strain 180W83 chromosome, complete genome	False	False
ISR0053_000000009297	1907	0.5216732562857594	3	2	2	2	1	True	74909	fragment	False	ISR0053_000000009297	1.0		0	0	False	False	0.9779759049415588	0					non-mobilizable	other	1907.0	99.948	100.0	0.023129945148293772	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0003_000000007569	3057	0.5216689760601201	4	2	1	2	2	False	113845	fragment	False	AST0110_000000006063	0.9620624405170249		0	0	False	False	0.9954203367233276	0					non-mobilizable	other	3058.0	99.542	100.0	0.001305431166058448	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
ISR0326_000000011272	1759	0.5216653343728522	1	1	1	1	1	False	24821	maximal	True	ISR0326_000000011272	1.0		551	12	False	False	1.0	0					non-mobilizable	no_good_hit	1437.0	99.861	82.0	0.00025526674308077804	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
SPA0132_000000022593	1833	0.5216608405503066	2	2	2	2	2	False	3729	maximal	True	SPA0132_000000022593	1.0		7	3	False	False	0.9983633160591125	0					non-mobilizable	other	1219.0	100.0	100.0	0.0003843394000897423	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0089_000000003016	6849	0.5216578136816686	7	4	2	2	2	False	33763	maximal	True	ISR0089_000000003016	1.0		38	7	False	False	0.9998539686203003	0					non-mobilizable	no_good_hit	2904.0	99.86200000000001	82.0	0.0006770420680625585	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
USA0010_01_000000016748	1583	0.5216565996974274	2	2	2	2	2	False	87337	fragment	False	ISR0183_000000018719	0.9766297155332156		0	0	False	False	0.9974731802940369	0					non-mobilizable	other	1583.0	100.0	100.0	0.009220779977734905	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0378_000000000614	18455	0.5216564523771157	23	7	4	5	3	True	122318	fragment	False	ISR0378_000000000614	1.0		0	0	False	False	0.9981034994125366	0					non-mobilizable	no_good_hit	749.0	85.581	4.0	0.0002082312351890636	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
AUS0024_000000010308	3155	0.5216549036831521	4	4	4	4	4	False	117037	maximal	True	AUS0024_000000010308	1.0		7	5	False	False	0.9993661046028137	0					non-mobilizable	other	1790.0	98.715	97.0	0.015186499380316123	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0067_000000013602	1547	0.5216542126682168	3	3	2	3	1	False	6025	maximal	True	SPA0067_000000013602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	100.0	34.0	0.00011904005384548601	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ISR0222_000000035913	1213	0.5216541679590347	2	2	2	2	2	False	27842	fragment	False	ISR0222_000000035913	1.0		0	0	False	False	0.9859851598739624	0					non-mobilizable	other	1213.0	97.36200000000001	100.0	0.0023748407955324776	NZ_CABKQR010000003.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
SPA0096_000000012011	3122	0.5216528717629905	6	2	0	2	1	False	87649	fragment	False	SPA0096_000000012011	1.0		0	0	False	False	0.9897501468658447	0					non-mobilizable	other	1730.0	96.416	99.0	0.0004622093015471158	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0238_000000005552	2541	0.5216528717629905	4	2	0	2	1	False	87648	fragment	False	ENG0060_000000008664	0.47615554011376043		0	0	False	False	0.9976387023925781	0					non-mobilizable	other	1347.0	99.70299999999999	100.0	0.00036044827339653407	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0063_000000007111	2522	0.5216528717629905	5	2	0	2	1	False	87648	fragment	False	ENG0060_000000008664	0.3252656434474616		0	0	False	False	0.977795422077179	0					non-mobilizable	other	1386.0	99.351	98.0	0.00037089216839093585	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0215_000000003508	8083	0.521650531279423	10	9	5	7	9	False	33124	maximal	True	ISR0215_000000003508	1.0		70	7	False	False	1.0	0					non-mobilizable	no_good_hit	3133.0	96.425	59.0	0.0008746932072298651	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0165_000000004979	3677	0.5216435649932286	5	4	4	4	3	False	56238	maximal	True	ENG0165_000000004979	1.0		6	2	False	False	0.9923850893974304	0					non-mobilizable	no_good_hit	1007.0	82.62200000000001	27.0	0.0003382771159401899	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0023_000000021272	1513	0.5216347702774405	3	1	0	1	1	False	37507	maximal	True	ISR0023_000000021272	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	95.272	56.0	0.0002227421614099072	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0097_000000016086	2537	0.5216256336989449	4	4	4	3	3	False	74350	maximal	True	MAD0097_000000016086	1.0		1	1	False	False	0.9897516965866089	0					non-mobilizable	no_good_hit	1592.0	73.744	62.0	0.053036986766202915	NZ_VULP01000035.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq35, whole genome shotgun sequence	True	False
SPA0117_000000028276	1319	0.5216213103947639	2	2	2	2	2	False	4286	maximal	True	SPA0117_000000028276	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	82.71600000000001	12.0	0.0004856506814191859	NZ_FNQG01000003.1	firmicutes	Selenomonas ruminantium strain DSM 2872, whole genome shotgun sequence	True	False
FIJ0159_000000017074	1494	0.521620929204479	2	2	2	2	1	False	39387	maximal	True	FIJ0159_000000017074	1.0		400	14	False	False	1.0	0					non-mobilizable	no_good_hit	329.0	87.234	22.0	0.9452449567723343	AJ422121.1	bivalves	Crassostrea gigas partial mRNA for ATP binding cassette transporter (abc gene)	True	False
MON0062_000000004551	8526	0.5216199293931179	4	3	2	3	2	False	92278	fragment	False	MON0062_000000004551	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	74.286	13.0	0.013906252013764483	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	True	False
FIJ0079_000000023030	1250	0.5216156515790105	3	2	2	1	1	False	44363	fragment	False	FIJ0079_000000023030	1.0		0	0	False	False	0.9959999918937683	0					non-mobilizable	chromosome	1252.0	99.601	100.0	0.00023661100413284336	LR607330.1	enterobacteria	Klebsiella quasipneumoniae strain 4928STDY7071295 genome assembly, chromosome: 1	False	False
MON0036_000000013233	1761	0.5216123821715962	3	3	3	2	2	False	93834	fragment	False	MON0036_000000013233	1.0		0	0	False	False	0.9892106652259827	0					non-mobilizable	other	1752.0	99.88600000000001	99.0	0.00037723638049556494	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MON0072_000000003848	5069	0.5216088582819335	5	4	3	4	4	True	127721	maximal	True	MON0072_000000003848	1.0	PS1022	234	11	False	True	1.0	0					non-mobilizable	no_good_hit	1643.0	97.2	85.0	0.0004978812756312585	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
MON0085_000000003122	5450	0.5216086808346551	7	7	7	6	5	False	100477	maximal	True	MON0085_000000003122	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	3161.0	97.72200000000001	74.0	0.000925373326640971	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
CHI0070_000000009607	1342	0.5216081631979209	3	2	2	1	1	True	114491	fragment	False	MON0014_000000008615	0.18590000059207365		0	0	False	False	0.9992548227310181	0					non-mobilizable	other	1344.0	88.542	100.0	0.00040374942004301243	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0026_01_000000009671	3463	0.5216070233845957	2	2	1	2	2	False	1633	maximal	True	USA0026_01_000000009671	1.0		487	12	False	False	1.0	0					non-mobilizable	chromosome	3463.0	99.884	100.0	0.0007574161476659572	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
MAD0104_000000010209	1129	0.5216069618415312	3	1	1	1	1	False	14872	maximal	True	MAD0104_000000010209	1.0		19	1	False	False	0.9627989530563354	0					non-mobilizable	no_good_hit	90.0	100.0	8.0	4.237005722338065e-05	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
CHI0028_000000002087	5169	0.5216065884208353	7	6	6	5	4	False	88725	maximal	True	CHI0028_000000002087	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1063.0	94.82600000000001	20.0	0.00031974786285285546	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0171_000000011408	1814	0.5216046189699909	3	3	3	3	2	False	40807	maximal	True	FIJ0171_000000011408	1.0		3	3	False	False	0.9944873452186584	0					non-mobilizable	no_good_hit	1262.0	99.04899999999999	71.0	0.0005527098795136329	CP049097.1	firmicutes	Weissella confusa strain N17 chromosome, complete genome	True	False
SPA0142_000000006746	4287	0.521598889829405	1	1	1	1	1	False	3438	maximal	True	SPA0142_000000006746	1.0		36	8	False	False	1.0	0					non-mobilizable	other	4287.0	90.156	100.0	0.0035412005380377485	NZ_FQXY01000009.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0846_000000001919	4934	0.5215987760688221	5	5	4	5	3	False	113795	maximal	True	ISR0846_000000001919	1.0		12	9	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	75.635	4.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
MON0067_000000013886	1320	0.5215968459072509	2	2	2	2	1	False	10583	maximal	True	MON0067_000000013886	1.0		738	16	False	False	1.0	0					non-mobilizable	chromosome	1320.0	99.545	100.0	0.0003518525879037935	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0089_000000010731	3640	0.5215948855424721	7	3	2	2	3	False	104616	fragment	False	SPA0089_000000010731	0.991340782122905		0	0	False	False	0.9983516335487366	0					non-mobilizable	other	3640.0	99.588	100.0	0.0051259152413927166	NZ_LT635836.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ISR0367_000000002739	3580	0.5215948855424721	7	3	2	2	3	False	104616	fragment	False	SPA0089_000000010731	0.9832417582417583		0	0	False	False	0.9994413256645203	0					non-mobilizable	other	3581.0	99.665	100.0	0.0008579717538150857	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
FIJ0071_000000002697	11607	0.5215946201693188	11	8	6	8	5	True	52110	fragment	False	FIJ0071_000000002697	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	85.366	1.0	0.0019511490099725394	NZ_JHZB01000034.1	d-proteobacteria	Desulfobulbus elongatus DSM 2908 Q362DRAFT_scaffold00033.33_C, whole genome shotgun sequence	True	True
ISR0080_000000021158	1549	0.5215936545195431	3	3	1	1	3	False	34298	maximal	True	ISR0080_000000021158	1.0		404	13	False	False	0.9916074872016907	0					non-mobilizable	no_good_hit	1361.0	96.473	88.0	0.0828506980430409	NZ_CYZO01000044.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
FIJ0064_000000017706	1481	0.5215933263928604	2	2	2	2	2	False	45463	maximal	True	FIJ0064_000000017706	0.9851190476190477		196	12	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	100.0	4.0	1.218610926028067e-05	NC_016845.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 chromosome, complete genome	True	False
MON0100_000000012593	3296	0.5215903385695384	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.8137099379052434		0	0	False	False	0.9981796145439148	0					non-mobilizable	other	3296.0	99.90899999999999	100.0	0.0013896462707081545	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
AST0050_000000004116	3244	0.5215903385695384	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.8055476613760065		0	0	False	False	1.0	0					non-mobilizable	other	3244.0	99.969	100.0	0.0013650184864668288	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
FIJ0005_000000018792	1860	0.5215895713951605	3	3	3	1	1	True	91408	fragment	False	FIJ0005_000000018792	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1860.0	97.581	100.0	0.0005596673631818569	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
AST0153_000000018207	1826	0.5215895713951605	3	3	3	1	1	True	106444	fragment	False	AST0153_000000018207	0.9782857142857143		0	0	False	False	1.0	0					non-mobilizable	other	1826.0	97.59	100.0	0.00048699513809369294	NZ_LT896588.1	CFB group bacteria	Parabacteroides bouchesdurhonensis strain Marseille-P3763, whole genome shotgun sequence	False	True
USA0044_01_000000015832	1750	0.5215895713951605	3	3	3	1	1	True	106444	fragment	False	AST0153_000000018207	0.9633077765607887		0	0	False	False	1.0	0					non-mobilizable	chromosome	1749.0	100.0	99.0	0.000352965668838644	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
ISR0110_000000013938	1682	0.5215895713951605	4	3	3	1	1	True	32707	fragment	False	ISR0110_000000013938	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1689.0	92.48100000000001	100.0	0.0002881211304787737	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	True
MON0012_000000036815	1518	0.5215895713951605	3	3	3	1	1	True	25362	fragment	False	MON0012_000000036815	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1474.0	100.0	97.0	0.009921864475279537	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
SPA0045_000000004253	6449	0.5215891454688965	4	4	3	4	2	False	98987	maximal	True	SPA0045_000000004253	1.0		636	12	False	False	1.0	0					non-mobilizable	other	6449.0	98.822	100.0	0.02782812850656861	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
AST0093_000000011660	1462	0.5215884896034506	2	2	1	2	1	False	109468	fragment	False	AST0093_000000011660	1.0		0	0	False	False	0.9829001426696777	0					non-mobilizable	no_good_hit	671.0	99.851	46.0	0.9985096870342772	EU061906.1	bacteria	Uncultured bacterium clone HA0AAA5ZC08RM1 genomic sequence	True	False
SPA0149_000000023016	1731	0.5215878834015493	3	2	2	2	1	False	3293	fragment	False	SPA0149_000000023016	1.0		0	0	False	False	0.9971114993095398	0					non-mobilizable	no_good_hit	344.0	95.64	20.0	0.003548417219161453	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
SPA0136_000000035597	1204	0.5215867089244318	2	2	2	1	1	False	3590	maximal	True	SPA0136_000000035597	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	87.755	4.0	9.517713654825838e-06	NZ_CP015750.1	enterobacteria	Pectobacterium wasabiae CFBP 3304 chromosome, complete genome	True	False
ISR0212_000000027659	1306	0.5215863139851996	3	2	1	1	1	False	121923	maximal	True	ISR0212_000000027659	0.9948954320007671		273	12	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	89.669	57.0	0.0011475708625007595	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
AST0019_000000025169	1226	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.9912274936944513		0	0	False	False	0.9942903518676758	0					non-mobilizable	no_good_hit	505.0	89.505	54.0	0.00112956975093212	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0021_000000019830	1214	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.9903048475048596		0	0	False	False	0.9917627573013306	0					non-mobilizable	no_good_hit	512.0	89.258	54.0	0.0011453207235546795	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ENG0203_000000015812	1207	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.985922869436358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	533.0	90.056	53.0	0.0011925736414223579	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0128_000000029264	1194	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.957791992323876		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	88.63600000000001	53.0	0.0009833107194369252	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0183_000000025655	1187	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.986053035183711		0	0	False	False	0.9941027760505676	0					non-mobilizable	no_good_hit	513.0	89.669	53.0	0.0011475708625007595	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0223_000000027295	1187	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.986053035183711		0	0	False	False	0.9991575479507446	0					non-mobilizable	no_good_hit	513.0	89.669	53.0	0.0011475708625007595	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0075_000000023690	1180	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.9844518532206342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	89.505	52.0	0.00112956975093212	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0084_000000024957	1158	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.9360060007905295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	89.744	51.0	0.0011340700288242798	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0064_000000020780	1153	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.9241148483442259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	88.789	51.0	0.0009968115531134047	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0155_000000016813	1127	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.9236980962063227		0	0	False	False	0.9982253909111023	0					non-mobilizable	no_good_hit	453.0	88.742	50.0	0.0010125625257359641	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0360_000000022119	1127	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.9241020523816209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	88.962	50.0	0.0010125625257359641	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0154_000000018332	1127	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.9236980962063227		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	88.742	50.0	0.0010125625257359641	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0094_000000015243	1121	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.9218635332605305		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	88.985	49.0	0.0010350639151967633	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0396_000000021179	1100	0.5215863139851996	3	2	1	1	1	False	121923	maximal	False	ISR0212_000000027659	0.872021574139251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	88.742	49.0	0.0010125625257359641	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
AST0025_000000024842	1532	0.521586090687189	2	2	2	2	2	False	120063	fragment	False	AST0025_000000024842	1.0		0	0	False	False	0.9928198456764221	0					non-mobilizable	no_good_hit	364.0	73.90100000000001	24.0	0.007287629198966408	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0255_000000021639	1535	0.521582041442871	3	3	3	2	1	False	26879	maximal	True	ISR0255_000000021639	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1037.0	97.589	68.0	0.002054479399679533	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
ISR0080_000000006980	4157	0.5215789263982515	7	2	2	2	2	False	34317	fragment	False	ISR0080_000000006980	1.0		0	0	False	False	0.9983161091804504	0					non-mobilizable	no_good_hit	141.0	84.397	3.0	0.0007627474161931276	NZ_SPFR01000005.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_5_length_183547_cov_48.9653, whole genome shotgun sequence	True	False
SPA0150_000000017919	1186	0.5215782851858545	2	2	1	1	2	False	3252	fragment	False	SPA0150_000000017919	1.0		0	0	False	False	0.9940978288650513	0					non-mobilizable	other	1188.0	95.62299999999999	100.0	0.0005668863730083631	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	False	False
SPA0121_000000001003	20870	0.5215768813583518	18	15	11	14	13	True	103709	maximal	True	SPA0121_000000001003	1.0		26	4	False	False	1.0	0					non-mobilizable	no_good_hit	1758.0	82.139	22.0	0.00027267394409701397	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
DEN0017_000000007341	4151	0.5215752760591125	6	5	5	5	3	False	75246	maximal	True	DEN0017_000000007341	1.0		7	6	False	False	0.9978318214416504	0					non-mobilizable	no_good_hit	322.0	91.925	8.0	0.002071783088828507	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
MON0049_000000016698	1326	0.5215697633717803	2	1	1	1	1	False	69381	fragment	False	MON0049_000000016698	0.9606137822622249		0	0	False	False	0.9894419312477112	0					non-mobilizable	chromosome	1326.0	97.21	100.0	0.0004267494552014602	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0854_000000007724	1276	0.5215697633717803	2	1	1	1	1	False	69381	fragment	False	MON0049_000000016698	0.7702508479983841		0	0	False	False	0.9992163181304932	0					non-mobilizable	other	1276.0	98.43299999999999	100.0	0.0005340386779818033	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MON0088_000000025920	1250	0.5215697633717803	2	1	1	1	1	False	69381	fragment	False	MON0049_000000016698	0.7570276689105967		0	0	False	False	1.0	0					non-mobilizable	virus	1250.0	97.52	100.0	0.07914580825042773	MK233993.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_4_c1 sequence	False	False
AST0106_000000000400	33746	0.5215687054879813	47	35	9	9	32	False	107541	maximal	True	AST0106_000000000400	1.0	PS319	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	17765.0	99.35799999999999	81.0	0.007335355123122537	CP016019.1	high GC Gram+	Bifidobacterium longum subsp. longum strain AH1206, complete genome	True	True
ENG0048_000000021420	1184	0.5215655970146993	1	1	1	1	1	False	64212	fragment	False	ENG0048_000000021420	1.0		0	0	False	False	0.9898648858070374	0					non-mobilizable	chromosome	1181.0	89.67	99.0	0.0003356401482505468	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0022_000000004971	2728	0.5215651593480061	4	2	2	2	2	False	96393	maximal	True	SPA0022_000000004971	1.0		51	7	False	False	0.9952346086502075	0					non-mobilizable	no_good_hit	2312.0	92.734	85.0	0.0010015830214768016	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ISR0093_000000007266	3265	0.5215645117268441	4	4	3	4	3	False	51094	maximal	True	ISR0093_000000007266	1.0		18	5	False	False	0.9996936917304993	0					non-mobilizable	no_good_hit	399.0	76.942	13.0	0.001081081081081081	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0037_000000012722	1947	0.5215643369342974	3	2	2	2	1	False	7073	fragment	False	SPA0037_000000012722	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1947.0	97.072	100.0	0.00035132397323943995	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0092_000000014061	3019	0.5215629119486558	4	3	0	3	1	False	5325	fragment	False	SPA0092_000000014061	1.0		0	0	False	False	0.9996687769889832	0					non-mobilizable	other	2920.0	98.322	100.0	0.04692600871620861	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	False
ISR0127_000000009837	2457	0.5215586483958461	4	4	3	4	2	False	48355	maximal	True	ISR0127_000000009837	1.0		27	7	False	False	0.9951159954071045	0					non-mobilizable	no_good_hit	215.0	78.605	9.0	0.00017205135773798943	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	True	False
ENG0039_000000010727	2358	0.5215552116668143	2	2	2	2	1	False	64941	maximal	True	ENG0039_000000010727	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	73.14699999999999	51.0	0.00048165709403447115	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
ISR0331_000000011155	2120	0.5215523437510001	4	4	3	4	3	False	78036	maximal	False	FIJ0068_000000014038	0.9653088052736442		0	0	False	False	0.9952830076217651	0					non-mobilizable	chromosome	2122.0	96.984	100.0	0.000713579587853933	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0020_000000032119	1109	0.5215517162024846	1	1	1	1	1	False	7699	fragment	False	SPA0020_000000032119	1.0		0	0	False	False	0.9945897459983826	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000012074	3759	0.5215505566109242	3	2	2	2	2	False	97395	maximal	False	FIJ0054_000000006383	0.9742694595293508		0	0	False	False	0.9997339844703674	0					non-mobilizable	other	3759.0	99.70700000000001	100.0	0.001138053661743681	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0005_01_000000014616	2275	0.5215488227884484	3	2	2	2	2	False	118649	fragment	False	ISR0108_000000009071	0.9478224527009668		0	0	False	False	0.997802197933197	0					non-mobilizable	other	2275.0	99.956	100.0	0.0004400015408764916	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0156_000000010471	1405	0.5215488227884484	2	2	2	2	2	False	118588	fragment	False	CHI0156_000000010471	1.0		0	0	False	False	0.9992882609367371	0					non-mobilizable	other	1405.0	99.929	100.0	0.00027158916051461406	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
AST0028_000000011895	1348	0.5215488227884484	2	2	2	2	2	False	118588	fragment	False	CHI0156_000000010471	0.9797153024911032		0	0	False	False	0.9977744817733765	0					non-mobilizable	other	1348.0	99.926	100.0	0.0002605552459391807	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0001_000000015101	1395	0.5215460785782632	2	2	2	2	2	False	52543	maximal	True	FIJ0001_000000015101	1.0		31	6	False	False	1.0	0					non-mobilizable	chromosome	1395.0	99.068	100.0	0.000271559570117694	CP031257.1	enterobacteria	Klebsiella quasipneumoniae strain L22 chromosome, complete genome	False	False
SPA0034_000000026980	1280	0.5215453128941847	1	1	1	1	1	False	7140	fragment	False	SPA0034_000000026980	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	99.84200000000001	99.0	0.004290502032969837	NZ_PYLQ01000002.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_1, whole genome shotgun sequence	False	False
SPA0052_000000016719	1627	0.5215452847194431	2	2	2	2	1	False	6523	maximal	True	SPA0052_000000016719	1.0		52	7	False	False	0.9963122606277466	0					non-mobilizable	no_good_hit								True	False
ENG0143_000000004468	4281	0.5215452097778642	4	4	4	4	4	False	123766	maximal	False	FIJ0044_000000004918	0.9683633273881765		0	0	False	False	0.9997664093971252	0					non-mobilizable	other	4281.0	98.73899999999999	100.0	0.0012778000054463608	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0094_000000008025	2714	0.5215447512881523	3	1	1	1	1	False	109301	maximal	True	AST0094_000000008025	1.0		1	1	False	False	0.9789977669715881	0					non-mobilizable	no_good_hit	1569.0	99.681	82.0	0.007896221094190638	NZ_QIML01000004.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_4, whole genome shotgun sequence	True	False
ISR0131_000000004852	5051	0.5215416074590986	5	3	3	2	3	False	31700	maximal	True	ISR0131_000000004852	1.0		1	1	False	False	0.9970303177833557	0					non-mobilizable	no_good_hit	1393.0	77.028	27.0	0.014781021897810219	NZ_FQXK01000021.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ISR0054_000000019650	1335	0.5215395151328321	2	1	1	1	1	False	35690	maximal	True	ISR0054_000000019650	0.9969765684051398		598	12	False	False	0.9775280952453613	0					non-mobilizable	other	1335.0	100.0	100.0	0.005860799423585544	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
ISR0377_000000012404	1323	0.5215395151328321	1	1	1	1	1	False	35690	maximal	False	ISR0054_000000019650	0.9925093632958801		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	100.0	100.0	0.005808078589190472	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
ENG0134_000000032678	1150	0.5215382556040624	2	2	2	2	1	False	58123	maximal	True	ENG0134_000000032678	1.0		39	11	False	False	0.9895651936531067	0					non-mobilizable	no_good_hit	411.0	76.156	35.0	0.19002822201317027	LN852806.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0116	True	False
FIJ0090_000000036739	1283	0.5215360980535179	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.06789769964130651		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	76.08	99.0	0.7127599775154582	NZ_JAAITU010000109.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_109_length_1779_cov_366.243, whole genome shotgun sequence	False	False
ISR0038_000000020107	1691	0.5215357249232816	4	3	2	3	0	True	36623	fragment	False	ISR0038_000000020107	1.0		0	0	False	False	0.9952690601348877	0					non-mobilizable	other	403.0	96.03	92.0	0.00012103450175786054	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0135_01_000000004449	3327	0.5215355238827104	4	3	3	3	3	False	42	fragment	False	USA0135_01_000000004449	1.0		0	0	False	False	0.9993988871574402	0					non-mobilizable	no_good_hit	2358.0	86.26	70.0	0.003802896674488227	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0097_000000010894	2848	0.5215299363140403	4	4	2	2	3	False	87244	maximal	True	FIJ0097_000000010894	1.0		1	1	False	False	0.9996488690376282	0					non-mobilizable	no_good_hit	264.0	85.985	9.0	0.0013710027681697113	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0086_000000013455	2301	0.5215297110259816	2	2	2	2	1	False	9744	maximal	True	MON0086_000000013455	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1181.0	75.953	50.0	0.0015575525791991886	NZ_LN908976.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0829_000000006603	2250	0.5215297110259816	2	2	2	2	1	False	67192	maximal	False	ENG0011_000000011246	0.6339409003037835		0	0	False	False	0.9991111159324646	0					non-mobilizable	no_good_hit	467.0	74.304	20.0	0.00018489660110348314	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
DEN0066_000000015793	2233	0.5215297110259816	2	2	2	2	1	False	87837	maximal	False	FIJ0049_000000007262	0.8956597945616676		0	0	False	False	0.9986565113067627	0					non-mobilizable	other	1429.0	82.925	92.0	0.015563521902596834	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
FIJ0088_000000012524	2217	0.5215297110259816	2	2	2	2	1	False	97538	maximal	False	ISR0844_000000005264	0.9482829108748978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	373.0	82.574	28.0	0.004065751508262656	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
MON0038_000000014307	2213	0.5215297110259816	2	2	2	2	1	False	12008	maximal	True	MON0038_000000014307	1.0		43	8	False	False	0.9995481371879578	0					non-mobilizable	no_good_hit	166.0	83.133	18.0	4.637027536074669e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0237_000000005251	2067	0.5215297110259816	3	2	2	2	1	False	97537	maximal	True	ISR0237_000000005251	1.0		17	6	False	False	0.9666182994842529	0					non-mobilizable	no_good_hit	373.0	82.306	24.0	0.004065751508262656	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0064_000000010561	2020	0.5215297110259816	2	2	2	2	1	False	35243	maximal	True	ISR0064_000000010561	1.0		14	5	False	False	0.9940593838691711	0					non-mobilizable	no_good_hit	364.0	98.90100000000001	19.0	0.00012757007128812387	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
ENG0134_000000020083	1956	0.5215297110259816	2	2	2	2	1	False	103202	fragment	False	ENG0134_000000020083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	76.669	83.0	0.011367824788065724	NZ_VWXL01000108.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_108, whole genome shotgun sequence	True	False
ENG0019_000000009878	1905	0.5215297110259816	2	2	2	2	1	False	66525	fragment	False	ENG0019_000000009878	1.0		0	0	False	False	0.9805774092674255	0					non-mobilizable	no_good_hit	536.0	74.627	52.0	0.0002046090220542901	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MON0102_000000023908	1883	0.5215297110259816	2	2	2	2	1	False	34167	maximal	True	MON0102_000000023908	0.9960148777895855		26	7	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	80.0	23.0	0.000107195173257002	LM995447.1	firmicutes	[Clostridium] cellulosi genome assembly DG5, chromosome : I	True	False
ISR0082_000000016830	1882	0.5215297110259816	2	2	2	2	1	False	34167	maximal	False	MON0102_000000023908	0.9957514604354754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	80.0	23.0	0.000107195173257002	LM995447.1	firmicutes	[Clostridium] cellulosi genome assembly DG5, chromosome : I	True	False
MAD0046_000000014092	1851	0.5215297110259816	2	2	2	2	1	False	26192	fragment	False	MAD0046_000000014092	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	363.0	82.92	33.0	0.003956457112879252	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0186_000000016838	1841	0.5215297110259816	2	2	2	2	1	False	48193	fragment	False	ISR0186_000000016838	1.0		0	0	False	False	0.9989136457443237	0					non-mobilizable	no_good_hit	1009.0	83.74600000000001	82.0	0.010995016175570516	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0158_000000010328	1775	0.5215297110259816	2	2	2	2	1	False	39433	fragment	False	FIJ0158_000000010328	1.0		0	0	False	False	0.9921126961708069	0					non-mobilizable	no_good_hit	378.0	76.984	32.0	0.0001960803017728839	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
ISR0295_000000020435	1751	0.5215297110259816	2	2	2	2	1	False	25716	maximal	True	ISR0295_000000020435	1.0		37	7	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	82.04799999999999	82.0	0.009005858179592551	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0064_000000015824	1670	0.5215297110259816	2	2	2	2	1	False	45474	fragment	False	FIJ0064_000000015824	1.0		0	0	False	False	0.9952095746994019	0					non-mobilizable	no_good_hit	467.0	74.304	27.0	0.00018489660110348314	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
MON0096_000000023008	1630	0.5215297110259816	2	2	2	2	1	False	9266	maximal	True	MON0096_000000023008	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	72.581	48.0	0.002397703061168744	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0773_000000010089	1620	0.5215297110259816	2	2	2	2	1	False	22497	fragment	False	ISR0773_000000010089	0.9678030303030303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	80.678	44.0	0.0007125183619886094	NZ_JAAVNF010000025.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_6_length_409704_cov_32.581100, whole genome shotgun sequence	True	False
SPA0016_000000021440	1584	0.5215297110259816	2	2	2	2	1	False	22497	fragment	False	ISR0773_000000010089	0.9577160493827159		0	0	False	False	0.9993686676025391	0					non-mobilizable	no_good_hit	295.0	80.339	45.0	0.0007125183619886094	NZ_JAAVNF010000025.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_6_length_409704_cov_32.581100, whole genome shotgun sequence	True	False
ENG0143_000000012187	1529	0.5215297110259816	2	2	2	2	1	False	60550	fragment	False	ENG0143_000000012187	0.9938728846009224		0	0	False	False	0.9967299103736877	0					non-mobilizable	no_good_hit	821.0	75.152	53.0	0.0004886761124110573	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0030_000000014253	1526	0.5215297110259816	2	2	2	2	1	False	60550	fragment	False	ENG0143_000000012187	0.9932227196381708		0	0	False	False	0.9914810061454773	0					non-mobilizable	no_good_hit	818.0	74.939	53.0	0.0004868817080815186	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0100_000000020491	1522	0.5215297110259816	2	2	2	2	1	False	60550	fragment	False	ENG0143_000000012187	0.9893077793216398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	74.63600000000001	54.0	0.0004904705167405961	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
SPA0025_000000014277	1484	0.5215297110259816	2	2	2	2	1	False	48190	fragment	False	SPA0025_000000014277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	881.0	82.74700000000001	59.0	0.009596047914662936	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0244_000000019147	1394	0.5215297110259816	3	2	2	2	1	False	27177	maximal	True	ISR0244_000000019147	1.0		53	6	False	False	0.9992826581001282	0					non-mobilizable	no_good_hit	663.0	77.376	47.0	0.004804607648577269	NZ_SRMQ01000008.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000008, whole genome shotgun sequence	True	False
ISR0280_000000010995	1358	0.5215297110259816	2	2	2	2	1	False	26191	fragment	False	ISR0280_000000010995	1.0		0	0	False	False	0.991899847984314	0					non-mobilizable	no_good_hit	489.0	74.642	35.0	0.0007603510340296855	NZ_OLMR01000001.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ETH0005_000000034317	1352	0.5215297110259816	2	2	2	2	1	False	52702	maximal	True	ETH0005_000000034317	1.0		1	1	False	False	0.9992603659629822	0					non-mobilizable	no_good_hit	405.0	79.259	29.0	0.0011076318331723243	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	False
CHI0109_000000014925	1336	0.5215297110259816	2	2	2	2	1	False	130991	fragment	False	CHI0109_000000014925	0.9967897271268058		0	0	False	False	0.9842814207077026	0					non-mobilizable	no_good_hit	466.0	77.89699999999999	40.0	0.00016113546556337647	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0820_000000019961	1311	0.5215297110259816	2	2	2	2	1	False	21267	fragment	False	ISR0820_000000019961	1.0		0	0	False	False	0.9923722147941589	0					non-mobilizable	no_good_hit	413.0	74.57600000000001	31.0	0.002266038517059633	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	True	False
ENG0145_000000022012	1296	0.5215297110259816	2	2	2	2	1	False	57464	maximal	True	ENG0145_000000022012	1.0		1	1	False	False	0.9922839403152466	0					non-mobilizable	no_good_hit	494.0	74.899	38.0	0.0006212360684303648	NZ_OEQH01000001.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
TAN0005_000000014784	1290	0.5215297110259816	2	2	2	2	1	False	2913	maximal	True	TAN0005_000000014784	1.0		1	1	False	False	0.9658914804458618	0					non-mobilizable	no_good_hit	443.0	74.266	34.0	0.00048082071969156076	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
AST0002_000000030154	1246	0.5215297110259816	2	2	2	2	1	False	130991	fragment	False	CHI0109_000000014925	0.9633233532934132		0	0	False	False	0.9967897534370422	0					non-mobilizable	no_good_hit	387.0	76.486	36.0	0.00012774286177305054	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
AST0153_000000029746	1184	0.5215297110259816	2	2	2	2	1	False	103200	fragment	False	AST0153_000000029746	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	435.0	78.391	37.0	0.0001305905291637067	CP035283.1	firmicutes	Caproiciproducens sp. NJN-50 chromosome, complete genome	True	False
SPA0085_000000009571	1394	0.5215288074182539	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.34635268397310887		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	98.113	99.0	0.019201807228915662	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0121_000000017387	1484	0.5215280248103115	3	3	3	2	3	False	32198	maximal	True	ISR0121_000000017387	1.0		0	0	False	False	0.9885444641113281	0					non-mobilizable	no_good_hit	892.0	99.552	60.0	0.00023850512491236948	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
DEN0051_000000003146	10236	0.5215274669299838	13	12	4	9	9	True	123622	fragment	False	DEN0051_000000003146	1.0		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	9581.0	97.839	93.0	0.002535263439141587	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0142_000000007469	3940	0.5215271974979141	6	3	1	1	2	True	107744	fragment	False	ENG0142_000000007469	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3940.0	99.975	100.0	0.016943611626096346	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0188_000000007042	3772	0.5215271974979141	5	3	1	1	2	True	109176	fragment	False	ENG0188_000000007042	0.9948320413436693		0	0	False	False	0.988865315914154	0					non-mobilizable	other	3717.0	99.946	99.0	0.008214732579063485	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
AST0040_000000005110	3751	0.5215271974979141	4	3	1	1	2	True	116347	maximal	True	AST0040_000000005110	1.0		27	7	False	False	0.9997333884239197	0					non-mobilizable	other	3566.0	91.251	97.0	0.002275139230441209	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
ISR0356_000000005132	3412	0.5215271974979141	4	3	1	1	2	True	109171	maximal	True	ISR0356_000000005132	1.0		73	9	False	False	0.9997069239616394	0					non-mobilizable	other	3421.0	92.985	100.0	0.006119527230191821	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ISR0818_000000005246	3274	0.5215271974979141	5	3	1	1	2	True	107740	fragment	False	ISR0818_000000005246	0.9860853432282004		0	0	False	False	0.9957239031791687	0					non-mobilizable	other	3249.0	99.93799999999999	99.0	0.013971274577700159	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0390_000000003862	3234	0.5215271974979141	5	3	1	1	2	True	107740	fragment	False	ISR0818_000000005246	0.9799938912645083		0	0	False	False	1.0	0					non-mobilizable	other	3234.0	99.969	100.0	0.013902450565002129	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
MON0039_000000014555	3154	0.5215271974979141	5	3	1	1	2	True	67761	maximal	True	MON0039_000000014555	1.0		23	5	False	False	0.9993658661842346	0					non-mobilizable	no_good_hit	986.0	84.07700000000001	82.0	0.000179984543368194	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
USA0007_01_000000005662	3115	0.5215271974979141	5	3	1	1	2	True	109168	fragment	False	ENG0024_000000008260	0.722407258451147		0	0	False	False	1.0	0					non-mobilizable	other	3117.0	98.749	100.0	0.0461898901229259	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
ISR0131_000000009881	2968	0.5215271974979141	5	3	1	1	2	True	109168	fragment	False	ENG0024_000000008260	0.6939545147898836		0	0	False	False	0.9986522793769836	0					non-mobilizable	other	2975.0	93.345	100.0	0.0290386986904692	NZ_PUEC01000007.1	CFB group bacteria	Duncaniella muris strain DSM 103720 seq7, whole genome shotgun sequence	False	True
ISR0383_000000004560	2883	0.5215271974979141	5	3	1	1	2	True	129061	fragment	False	ISR0383_000000004560	0.986241727621038		0	0	False	False	0.9993062615394592	0					non-mobilizable	other	2883.0	99.618	100.0	0.0007658137754539412	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0207_000000009876	2871	0.5215271974979141	5	3	1	1	2	True	129061	fragment	False	ISR0383_000000004560	0.9842178286507111		0	0	False	False	0.9986067414283752	0					non-mobilizable	other	2871.0	100.0	100.0	0.0007626250990814752	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
SPA0016_000000022595	1506	0.5215216810998761	1	1	1	1	1	False	79735	maximal	True	SPA0016_000000022595	1.0		275	14	False	False	1.0	0					non-mobilizable	other	1506.0	97.344	100.0	0.02227748419852865	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0258_000000001544	7571	0.5215190388758354	8	2	2	2	1	False	43752	fragment	False	ISR0258_000000001544	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	0.0016160088020904964	NZ_JHYQ01000039.1	g-proteobacteria	Thiothrix lacustris DSM 21227 Q394DRAFT_scaffold00034.34_C, whole genome shotgun sequence	True	False
ISR0838_000000002478	7321	0.5215190388758354	8	2	2	2	1	False	43751	fragment	False	ISR0838_000000002478	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	55.0	92.727	1.0	0.00012189035847264481	NZ_JGYW01000005.1	high GC Gram+	Bifidobacterium gallicum DSM 20093 = LMG 11596 Contig05, whole genome shotgun sequence	True	False
MAD0096_000000005219	3288	0.5215187861238572	5	5	4	2	4	False	42793	fragment	False	MAD0096_000000005219	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3292.0	99.635	100.0	0.029075263497336315	CP043740.1	enterobacteria	Escherichia coli strain CVM N17EC0320 plasmid pN17EC0320-1, complete sequence	False	True
TAN0009_000000012531	2929	0.5215179168507496	3	3	3	3	2	False	2706	fragment	False	TAN0009_000000012531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	73.962	51.0	0.0005977601364666027	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
ENG0202_000000012382	1728	0.5215162451543017	2	2	2	1	1	False	126890	fragment	False	CHI0137_000000009341	0.9679266895761741		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1516.0	76.781	87.0	0.0002763953407221671	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	True
ENG0080_000000018181	1526	0.521514493117341	2	1	1	1	1	True	61729	maximal	True	ENG0080_000000018181	1.0		12	6	False	False	0.9986894130706787	0					non-mobilizable	other	1411.0	99.15	92.0	0.00023124834251520457	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
SPA0154_000000007786	1268	0.5215132929835767	2	2	2	2	1	False	3208	maximal	True	SPA0154_000000007786	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	295.0	95.25399999999999	23.0	9.476158597373814e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0021_000000013735	2131	0.5215078155703204	3	3	3	2	1	False	83114	maximal	True	MON0021_000000013735	1.0		0	0	False	False	0.9887377023696899	0					non-mobilizable	no_good_hit	958.0	76.827	53.0	0.0033834358129713857	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
ISR0225_000000013422	1577	0.521505500961084	4	3	3	2	2	False	27674	maximal	True	ISR0225_000000013422	1.0		96	13	False	False	0.9974635243415833	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	5.022992085350682e-06	CP041061.1	high GC Gram+	Micromonospora sp. HM134 chromosome, complete genome	True	False
FIJ0002_000000020284	1814	0.5215050766588434	2	2	2	2	2	False	52370	fragment	False	FIJ0002_000000020284	1.0		0	0	False	False	0.9950385689735413	0					non-mobilizable	no_good_hit	692.0	81.792	38.0	0.00024505517481374203	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ENG0031_000000004202	4754	0.5214979222714776	7	3	1	1	3	False	124439	backbone	True	ENG0031_000000004202	1.0	PS913	0	0	True	True	0.9978964924812317	1					non-mobilizable	no_good_hit	1722.0	93.844	84.0	0.0002819261707685366	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
ISR0212_000000022295	1606	0.5214977197793939	2	1	1	1	1	False	28331	maximal	True	ISR0212_000000022295	1.0		1	1	False	False	0.9869240522384644	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.52938829304862e-05	NZ_FCOT01000010.1	high GC Gram+	Cellulomonas timonensis strain SN7, whole genome shotgun sequence	True	False
ISR0268_000000005706	3176	0.5214967000732501	4	4	4	4	3	False	100842	maximal	True	ISR0268_000000005706	0.9920574989764818		54	7	False	False	0.996221661567688	0					non-mobilizable	no_good_hit	384.0	72.396	12.0	7.232984073612844e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
MAD0043_000000002596	7576	0.5214912143812956	8	4	3	3	2	False	18073	maximal	True	MAD0043_000000002596	1.0		6	1	False	False	0.9996039867401123	0					non-mobilizable	no_good_hit	1530.0	83.66	28.0	0.18462661153004134	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ENG0168_000000000788	27243	0.5214882970882655	22	7	2	4	5	False	64881	fragment	False	ENG0040_000000000571	0.9462179619978629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0053_000000018319	2118	0.5214874101502552	3	2	2	2	2	False	78571	maximal	False	ENG0179_000000011698	0.33885249676763374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	84.524	4.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
DEN0018_000000007852	4425	0.5214863277078936	3	3	2	0	1	False	120726	fragment	False	DEN0018_000000007852	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4374.0	99.954	100.0	0.0009710829618474565	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0067_000000003325	3203	0.5214863277078936	4	3	2	0	1	False	120723	fragment	False	ISR0334_000000005338	0.5908825930564522		0	0	False	False	1.0	0					non-mobilizable	chromosome	3203.0	99.93799999999999	100.0	0.0007112094336311883	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0051_000000009296	1965	0.5214863277078936	4	3	2	0	1	False	120713	fragment	False	ENG0067_000000010243	0.18863350956136274		0	0	False	False	1.0	0					non-mobilizable	chromosome	1965.0	99.74600000000001	100.0	0.00043623214480064147	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0077_000000009469	3912	0.5214834654032635	6	6	1	6	6	True	19240	fragment	False	MON0077_000000009469	1.0		0	0	False	False	0.987730085849762	0			MPF_F		non-mobilizable	plasmid	3897.0	99.897	99.0	0.044566970567039205	JX486126.1	bacteria	Uncultured bacterium plasmid pEFC36a, complete sequence	False	True
FIJ0034_000000008207	3491	0.5214789733039551	3	2	2	1	2	False	49249	maximal	True	FIJ0034_000000008207	1.0		2	1	False	False	0.9997135400772095	0					non-mobilizable	no_good_hit	1477.0	89.844	42.0	0.08129855715871254	NZ_CACVNJ010000032.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
FIJ0024_000000005793	3479	0.5214789733039551	3	2	2	1	2	False	49249	maximal	False	FIJ0034_000000008207	0.998281294757949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	89.844	42.0	0.08129855715871254	NZ_CACVNJ010000032.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
FIJ0172_000000006001	4207	0.5214751384112137	3	3	2	2	2	False	125209	maximal	False	ISR0030_000000004219	0.9704884667571235		0	0	False	False	0.999049186706543	0					non-mobilizable	other	4210.0	99.00200000000001	100.0	0.07114477488291883	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
TAN0019_000000005391	1445	0.5214748486298699	2	2	2	2	2	False	2410	fragment	False	TAN0019_000000005391	1.0		0	0	False	False	0.9979238510131836	0					non-mobilizable	other	1293.0	81.748	93.0	0.0025230146488116876	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	False	False
DEN0073_000000010333	4487	0.5214710352370748	1	1	1	1	1	False	70211	fragment	False	DEN0073_000000010333	1.0		0	0	False	False	0.9984399080276489	0					non-mobilizable	no_good_hit	2167.0	75.773	48.0	0.0018387086805591321	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
FIJ0058_000000019868	2024	0.5214694613475153	3	2	2	2	2	False	46014	maximal	True	FIJ0058_000000019868	1.0		3	1	False	False	0.997035562992096	0					non-mobilizable	no_good_hit	89.0	83.146	4.0	0.0010669123798208071	NZ_PIJY01000002.1	firmicutes	Oceanobacillus polygoni strain SA9 NODE_2_length_82399_cov_40.309906, whole genome shotgun sequence	True	False
MAD0046_000000006974	3474	0.5214671907151518	2	2	2	2	1	False	19515	maximal	True	MAD0046_000000006974	0.9530778169656898		87	8	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	73.41199999999999	19.0	0.0001947383741190651	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0144_000000004955	6309	0.5214668461538189	5	5	3	5	5	False	40120	maximal	True	FIJ0144_000000004955	1.0		1	1	False	False	0.9996829628944397	0					non-mobilizable	no_good_hit	135.0	82.22200000000001	2.0	0.0003911960303897548	NZ_AUIF01000011.1	CFB group bacteria	Runella zeae DSM 19591 G563DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
SPA0020_000000017083	1918	0.521466088242202	3	3	3	3	2	False	50423	fragment	False	SPA0020_000000017083	1.0		0	0	False	False	0.9906152486801147	0					non-mobilizable	other	1906.0	96.64200000000001	99.0	0.026246538350256955	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
USA0119_01_000000000824	15751	0.5214647084796885	15	12	10	8	7	True	122682	maximal	True	USA0119_01_000000000824	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	13928.0	98.801	99.0	0.0062145311857812816	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
CHI0158_000000002093	6381	0.5214625808855706	12	4	0	4	1	False	78923	maximal	True	CHI0158_000000002093	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00017019000498413585	NZ_CBVI010000008.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
AST0100_000000008718	1523	0.5214625154771619	2	1	1	1	1	False	108601	maximal	False	ISR0083_000000016470	0.9698515612869609		0	0	False	False	0.9645436406135559	0					non-mobilizable	no_good_hit	253.0	88.93299999999999	16.0	7.589305343653986e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0045_000000017601	1483	0.5214625154771619	2	1	1	1	1	False	108601	maximal	False	ISR0083_000000016470	0.78454258538358		0	0	False	False	0.9817936420440674	0					non-mobilizable	no_good_hit	213.0	88.73200000000001	14.0	6.384653701804147e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0099_000000004373	4252	0.5214579387187089	7	6	5	5	4	False	125282	maximal	True	ENG0099_000000004373	1.0		3	2	False	False	0.9955314993858337	0					non-mobilizable	no_good_hit	3258.0	100.0	77.0	0.0012589974638371629	CP028727.1	firmicutes	Enterococcus faecium strain FSIS1608820 chromosome, complete genome	True	False
CHI0073_000000005030	1623	0.5214571826513973	2	2	1	2	1	False	84783	fragment	False	CHI0073_000000005030	1.0		0	0	False	False	0.9864448308944702	0					non-mobilizable	no_good_hit	148.0	93.919	9.0	0.0008607262890400853	NZ_QSBM01000015.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf15, whole genome shotgun sequence	True	False
ISR0357_000000010444	2412	0.5214550238395348	4	3	3	2	1	False	23884	maximal	True	ISR0357_000000010444	1.0		75	8	False	False	0.9958540797233582	0					non-mobilizable	no_good_hit	1123.0	99.822	47.0	0.0004946850020501651	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	True	False
ISR0126_000000028285	1746	0.5214510080684224	5	2	1	2	1	False	70089	fragment	False	ISR0126_000000028285	1.0		0	0	False	False	0.979954183101654	0					non-mobilizable	chromosome	1689.0	99.704	99.0	0.0005735805664923611	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0398_000000019957	1132	0.5214510080684224	2	2	1	2	1	False	95446	fragment	False	ISR0398_000000019957	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	173.0	97.11	15.0	6.645401382243488e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CAN0006_000000039925	1111	0.5214510080684224	2	2	1	2	1	False	95445	fragment	False	CAN0006_000000039925	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	95.714	25.0	0.0001080363499569409	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0002_000000006670	5233	0.5214497618434281	8	6	4	5	4	True	104941	fragment	False	FIJ0002_000000006670	1.0		0	0	False	False	0.9977068901062012	0					non-mobilizable	no_good_hit	3093.0	96.185	76.0	0.24776119402985075	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0068_000000028356	1136	0.5214487217718173	1	1	1	1	1	False	45010	maximal	True	FIJ0068_000000028356	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	1136.0	100.0	100.0	0.00023992976716665776	CP057093.1	enterobacteria	Escherichia fergusonii strain RHB38-C07 chromosome, complete genome	False	False
ISR0351_000000008682	1703	0.5214480991332945	2	2	2	2	1	False	83865	fragment	False	ISR0351_000000008682	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	98.238	100.0	0.07891320474777448	NZ_WNCH01000039.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold39_size21568, whole genome shotgun sequence	False	False
ISR0308_000000002604	5340	0.5214477090418198	7	3	1	3	1	False	114835	maximal	False	ISR0040_000000004975	0.9824321376127543		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1420.0	98.23899999999999	59.0	0.1714182169606185	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
MON0063_000000016418	1793	0.521446946446373	3	3	2	1	2	False	104350	fragment	False	MON0063_000000016418	1.0		0	0	False	False	0.9860568642616272	0					non-mobilizable	chromosome	1775.0	99.60600000000001	99.0	0.0004938580923548039	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0022_000000028234	1134	0.5214463625055638	2	1	1	1	1	False	12992	fragment	False	MON0022_000000028234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	83.686	83.0	0.002991775003258841	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0110_000000006940	3377	0.52144390308771	4	3	3	3	2	False	32721	maximal	True	ISR0110_000000006940	1.0		2	1	False	False	0.9997038841247559	0					non-mobilizable	no_good_hit	734.0	79.7	23.0	0.009714982513031477	NZ_JHWX01000017.1	euryarchaeotes	Methanobrevibacter wolinii SH T523DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0309_000000004847	3519	0.52144341356575	5	3	3	3	3	False	25393	maximal	True	ISR0309_000000004847	1.0		1	1	False	False	0.9855072498321533	0					non-mobilizable	no_good_hit	697.0	74.892	19.0	0.9955489614243324	NZ_BBAB01000064.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
DEN0007_000000022556	1123	0.521438893445499	2	2	2	1	1	False	76190	fragment	False	DEN0007_000000022556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	330.0	91.515	29.0	0.0009176768550182141	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
CHI0077_000000003755	3685	0.5214352912706723	7	4	3	2	2	False	84545	maximal	True	CHI0077_000000003755	1.0		127	11	False	False	1.0	0					non-mobilizable	other	1358.0	99.705	100.0	0.00033270641343712204	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0055_000000028060	1305	0.5214319181948499	3	2	2	2	2	False	113431	maximal	True	AST0055_000000028060	1.0		2	1	False	False	0.9954022765159607	0					non-mobilizable	other	588.0	87.415	90.0	0.004614339217142586	NZ_CBYM010000007.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
SPA0031_000000023706	1408	0.5214298962298939	3	2	2	2	2	False	7270	maximal	False	USA0130_01_000000023699	0.9822695035460993		0	0	False	False	0.9992897510528564	0					non-mobilizable	no_good_hit	80.0	98.75	6.0	0.08866442199775533	GQ875609.1		Uncultured organism clone VC1A415TF genomic sequence	True	False
CHI0153_000000004366	3752	0.5214298367770792	4	3	1	2	3	True	84346	fragment	False	CHI0111_000000007086	0.7371547255147446		0	0	False	False	1.0	0					non-mobilizable	other	3752.0	99.973	100.0	0.020550834689326825	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
SPA0010_000000005454	3735	0.5214298367770792	4	3	1	2	3	True	84346	fragment	False	CHI0111_000000007086	0.7350734129382008		0	0	False	False	1.0	0					non-mobilizable	other	3735.0	100.0	100.0	0.020457695742454377	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
CHI0092_000000005441	1864	0.5214298367770792	3	3	1	2	3	True	84341	fragment	False	CHI0103_000000001101	0.9828125		0	0	False	False	1.0	0					non-mobilizable	other	1864.0	100.0	100.0	0.010206932824904258	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
CHI0045_000000016582	1272	0.5214246451820818	1	1	1	1	1	False	87102	maximal	True	CHI0045_000000016582	1.0		1311	15	False	False	1.0	0					non-mobilizable	other	1272.0	99.214	100.0	0.0003950948507630308	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0004_000000002411	2392	0.5214227280831402	4	4	4	4	4	False	90857	maximal	True	CHI0004_000000002411	1.0		173	13	False	False	0.9983277320861816	0					non-mobilizable	no_good_hit	2029.0	98.669	85.0	0.0005878797629348767	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0255_000000019922	1649	0.5214204600543083	2	2	2	2	1	False	26884	maximal	True	ISR0255_000000019922	1.0		68	12	False	False	0.9836264252662659	0					non-mobilizable	no_good_hit	1135.0	95.419	69.0	0.0003853319682478303	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0074_000000008959	2200	0.5214176513271909	3	3	3	3	3	False	10377	maximal	True	MON0074_000000008959	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2200.0	99.955	100.0	0.0005569556132463749	CP050388.1	g-proteobacteria	Acinetobacter baumannii strain VB473 chromosome, complete genome	False	False
ISR0141_000000007354	4911	0.5214164426071249	7	7	4	4	6	False	120191	maximal	True	ISR0141_000000007354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	73.64699999999999	17.0	0.000400408349542616	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
SPA0154_000000001109	4950	0.5214157880960959	4	4	4	4	4	False	116543	maximal	True	SPA0154_000000001109	0.9992914979757085	PS777	23	5	False	True	1.0	0					non-mobilizable	no_good_hit	2552.0	96.63	55.0	0.0010085505309524157	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
SPA0155_000000003327	4940	0.5214157880960959	4	4	4	4	4	False	116543	maximal	False	SPA0154_000000001109	0.9982828282828282	PS777	0	0	False	True	0.9995951652526855	0					non-mobilizable	no_good_hit	2545.0	96.73899999999999	55.0	0.0010057819608674484	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
FIJ0044_000000010620	2071	0.5214149535690452	4	4	3	4	4	False	47127	maximal	True	FIJ0044_000000010620	1.0		45	6	False	False	0.9995171427726746	0					non-mobilizable	chromosome	1920.0	85.885	94.0	0.0006364995285998996	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0295_000000012918	2688	0.5214145050577371	4	3	3	3	3	False	125799	maximal	True	ISR0295_000000012918	1.0		4	2	False	False	0.999627947807312	0					non-mobilizable	chromosome	2029.0	99.211	100.0	0.0005434701048565003	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0308_000000003871	3915	0.5214128623088979	5	5	5	3	2	False	25426	fragment	False	ISR0308_000000003871	1.0		0	0	False	False	0.9941251873970032	0					non-mobilizable	no_good_hit	457.0	92.56	38.0	0.00037019898195279964	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0324_000000002063	13908	0.5214090854402277	14	5	5	4	2	False	81052	maximal	False	ISR0816_000000002953	0.9551291392096263		0	0	False	False	0.9992091059684753	0					non-mobilizable	chromosome	13559.0	99.344	100.0	0.004369347141020389	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0153_000000006660	4115	0.5214090415492966	5	4	4	3	2	False	52040	fragment	False	FIJ0153_000000006660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	22.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
AST0113_000000015728	2411	0.5214068008042115	4	3	3	3	3	False	118211	maximal	True	AST0113_000000015728	1.0		173	13	False	False	0.9950228333473206	0					non-mobilizable	other	2411.0	100.0	100.0	0.004200772523810188	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
AST0140_000000007349	3793	0.5214052582888237	4	3	3	3	3	False	116501	fragment	False	AST0140_000000007349	1.0		0	0	False	False	0.9934089183807373	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	6.547510548799473e-07	LR778255.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 3	True	False
ENG0096_000000012113	2759	0.5214035394841948	5	4	2	4	3	True	90364	fragment	False	ISR0151_000000005507	0.559142270672089		0	0	False	False	1.0	0					non-mobilizable	plasmid	1675.0	94.866	99.0	0.013407632284612225	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
FIJ0058_000000010232	3799	0.5214033220988109	4	3	3	2	3	False	107648	maximal	True	FIJ0058_000000010232	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	77.69800000000001	4.0	0.0018089085345120708	NZ_JAAISM010000016.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_16_length_73525_cov_173.626, whole genome shotgun sequence	True	False
SPA0044_000000008200	3172	0.5214023918241989	4	4	2	3	3	False	6792	maximal	True	SPA0044_000000008200	1.0		3	1	False	False	0.998108446598053	0					non-mobilizable	no_good_hit	999.0	76.877	31.0	0.0072505331274358405	NZ_JAAITU010000004.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_4_length_135990_cov_185.338, whole genome shotgun sequence	True	False
CHI0056_000000016974	1234	0.5213985659458951	1	1	1	1	1	False	86048	fragment	False	CHI0056_000000016974	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	86.81200000000001	100.0	0.003537580340914955	NZ_PPCX01000002.1	firmicutes	Veillonella rogosae JCM 15642 Contig_2_len_348826, whole genome shotgun sequence	False	False
ISR0322_000000004153	2480	0.5213882473094794	4	1	1	1	1	False	41087	fragment	False	ISR0322_000000004153	0.9995719178082192		0	0	False	False	0.9983870983123779	0					non-mobilizable	other	2480.0	98.831	100.0	0.023282898011702496	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
ITA0006_000000012992	1817	0.5213866693995065	4	3	2	2	1	True	58082	fragment	False	ITA0006_000000012992	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1817.0	99.945	100.0	0.0006115318198594285	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
ENG0135_000000014382	1567	0.5213866693995065	4	3	2	2	1	True	58081	fragment	False	ENG0135_000000014382	1.0		0	0	False	False	0.987236738204956	0					non-mobilizable	other	1567.0	100.0	100.0	0.0006877917405259542	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
FIJ0153_000000008422	3187	0.5213853787254521	7	6	2	5	6	False	85387	maximal	True	FIJ0153_000000008422	1.0		2	2	False	False	0.9996862411499023	0					non-mobilizable	other	2623.0	97.21700000000001	100.0	0.0005090439889449179	AP022098.1	enterobacteria	Escherichia coli DNA, complete genome, strain: WP4-S18-ESBL-09	False	False
SPA0037_000000007788	3144	0.5213850405422813	4	3	3	3	3	False	7083	fragment	False	SPA0037_000000007788	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3146.0	98.506	100.0	0.000574477385410028	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
SPA0073_000000005727	2042	0.5213843762023921	3	3	3	2	2	False	128234	maximal	True	SPA0073_000000005727	1.0		6	1	False	False	1.0	0					non-mobilizable	other	1737.0	98.618	100.0	0.000999142354683985	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MAD0041_000000008993	3370	0.5213817672484773	3	3	3	2	2	False	60935	fragment	False	MAD0041_000000008993	0.9733829689378845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0062_000000003971	3347	0.5213817672484773	4	3	3	2	2	False	60935	fragment	False	MAD0041_000000008993	0.9712066548541584		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0103_000000006518	3058	0.5213817672484773	4	3	3	2	2	False	60935	fragment	False	MAD0041_000000008993	0.9205064280958456		0	0	False	False	0.9967299103736877	0					non-mobilizable	no_good_hit								True	False
AST0060_000000012186	2387	0.521381648922096	4	3	2	3	1	False	112451	maximal	True	AST0060_000000012186	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0019_000000009077	1918	0.5213812021475045	3	2	2	1	1	False	70260	fragment	False	ISR0019_000000009077	1.0		0	0	False	False	0.9880083203315735	0					non-mobilizable	other	1930.0	92.59100000000001	100.0	0.005197617466154735	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
SPA0145_000000005233	5950	0.5213746382912348	7	5	5	4	2	False	3366	maximal	True	SPA0145_000000005233	1.0		1	1	False	False	0.9998319149017334	0					non-mobilizable	no_good_hit	62.0	87.09700000000001	1.0	0.0001590423529785982	NZ_FZPF01000003.1	a-proteobacteria	Jannaschia aquimarina strain DSM 28248, whole genome shotgun sequence	True	False
MON0076_000000014528	3197	0.5213742272707331	4	4	4	4	3	False	95301	maximal	True	MON0076_000000014528	1.0		329	14	False	False	0.9949952960014343	0					non-mobilizable	other	3234.0	78.2	99.0	0.000961010847285709	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
AST0061_000000017340	2424	0.5213742049030065	4	4	4	4	2	False	112047	fragment	False	USA0034_01_000000021238	0.9706577392674282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	73.798	17.0	0.0008276718281201503	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MON0105_000000050409	1017	0.5213707537863058	2	2	2	2	2	False	64546	fragment	False	ENG0043_000000028072	0.45546945188564303		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	93.682	49.0	0.0029830331846158855	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	True	False
DEN0017_000000012609	2359	0.5213695143653845	3	3	3	2	2	False	75233	fragment	False	DEN0017_000000012609	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2005.0	99.95	100.0	0.0008323821581127355	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
FIJ0144_000000006550	4832	0.5213676817843453	8	7	0	5	6	True	40110	fragment	False	FIJ0144_000000006550	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4832.0	99.60700000000001	100.0	0.042255245825643536	CP044404.1	enterobacteria	Escherichia coli strain NMBU-W10C18 plasmid pNMBU-W10C18_01, complete sequence	False	True
ISR0197_000000008019	3091	0.5213632993879262	3	3	3	2	2	False	28941	maximal	True	ISR0197_000000008019	1.0		32	8	False	False	0.9912649393081665	0					non-mobilizable	no_good_hit	493.0	73.02199999999999	16.0	0.00015942361925282803	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
AST0010_000000023497	1289	0.5213619684984281	2	2	2	2	2	False	125781	fragment	False	AST0010_000000023497	1.0		0	0	False	False	0.9984484314918518	0					non-mobilizable	no_good_hit	1136.0	73.85600000000001	87.0	0.00038829780559455576	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0027_000000034040	1103	0.5213597073811636	2	2	2	2	1	False	40859	fragment	False	ISR0134_000000025584	0.6446162657502863		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	99.54700000000001	100.0	0.002424450428568914	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0045_000000029628	1436	0.5213590641862734	1	1	1	1	1	False	72858	fragment	False	DEN0045_000000029628	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0028_000000010416	2421	0.5213581586838086	2	2	2	2	2	False	12598	maximal	True	MON0028_000000010416	1.0		22	2	False	False	0.9950433969497681	0					non-mobilizable	no_good_hit	593.0	72.85	29.0	0.00013063827759694468	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0025_000000014283	2747	0.5213570128726202	4	4	4	4	3	False	79664	fragment	False	MON0105_000000018460	0.9573434717890376		0	0	False	False	0.9959956407546997	0					non-mobilizable	other	2747.0	99.126	100.0	0.010635042970066188	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0018_000000010982	1923	0.521353813761975	2	2	2	2	1	False	66617	maximal	True	ENG0018_000000010982	1.0		10	4	False	False	0.9854394197463989	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	3.12040407590465e-05	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	True	False
ENG0125_000000017227	1539	0.5213522661768129	2	2	2	2	2	False	58817	fragment	False	ENG0125_000000017227	1.0		0	0	False	False	0.9948018193244934	0					non-mobilizable	chromosome	1539.0	98.96	100.0	0.0004957255756041131	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0092_000000009107	2806	0.5213511251862761	5	2	1	2	2	False	33590	maximal	True	ISR0092_000000009107	1.0		1	1	False	False	0.9996436238288879	0					non-mobilizable	no_good_hit								True	False
ENG0087_000000009900	2750	0.5213500750775114	3	3	1	1	3	False	126896	maximal	True	ENG0087_000000009900	1.0	PS979	11	6	False	True	0.9985454678535461	0					non-mobilizable	no_good_hit	1486.0	81.023	68.0	0.00023194926448164374	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	True
CHI0032_000000002866	2239	0.5213487353914117	5	2	2	2	2	False	101644	fragment	False	CHI0032_000000002866	0.9975562072336266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	96.43799999999999	42.0	0.05865268253327955	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
TAN0003_000000004353	2046	0.5213487353914117	5	2	2	2	2	False	101644	fragment	False	CHI0032_000000002866	0.9546672621706118		0	0	False	False	0.9990224838256836	0					non-mobilizable	no_good_hit	813.0	76.999	39.0	0.13502180476350217	AP018534.1	firmicutes	Clostridiales bacterium Choco116 plasmid pChoco116_1 DNA, complete genome	True	False
CAN0001_000000025391	1736	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.996849906433523		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	89.73200000000001	25.0	0.01782977006857604	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CHI0119_000000006922	1733	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9965335151520219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	89.286	24.0	0.01782977006857604	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0065_01_000000006842	1692	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9933984970211908		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	89.73200000000001	23.0	0.01782977006857604	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CAN0015_000000021298	1682	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9919528039045871		0	0	False	False	0.9982163906097412	0					non-mobilizable	no_good_hit	224.0	89.73200000000001	22.0	0.01782977006857604	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ENG0057_000000015173	1682	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9920820821885665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	89.73200000000001	22.0	0.01782977006857604	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0003_01_000000022960	1657	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9866949400532979		0	0	False	False	0.9993965029716492	0					non-mobilizable	no_good_hit	393.0	76.845	23.0	0.06339300377730334	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
CHI0120_000000009278	1656	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9852850620366961		0	0	False	False	0.9993961453437805	0					non-mobilizable	no_good_hit	393.0	76.845	23.0	0.06339300377730334	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
USA0121_01_000000026143	1656	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9858280415322604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	76.59	23.0	0.06339300377730334	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
USA0111_01_000000015282	1655	0.5213487353914117	4	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9857786799924803		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	77.09899999999999	23.0	0.06339300377730334	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
DEN0045_000000025292	1646	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9818597331062698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	389.0	76.607	23.0	0.06273608145836755	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ENG0070_000000015577	1639	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9804714448735197		0	0	False	False	0.9951189756393433	0					non-mobilizable	no_good_hit	377.0	76.923	22.0	0.06076531450156019	NZ_LT160633.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
USA0006_01_000000014635	1624	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9731576672574964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	77.095	22.0	0.11887875717662952	NZ_FLKM01000005.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
USA0125_01_000000014592	1613	0.5213487353914117	5	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.9664879102226263		0	0	False	False	0.9993800520896912	0					non-mobilizable	no_good_hit	358.0	77.095	22.0	0.11887875717662952	NZ_FLKM01000005.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ENG0114_000000009986	1483	0.5213487353914117	4	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.37240806679439165		0	0	False	False	0.9871881604194641	0					non-mobilizable	no_good_hit	60.0	98.333	8.0	0.004679306171843485	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0023_01_000000021905	1387	0.5213487353914117	3	2	2	2	2	False	101640	fragment	False	CAN0001_000000025391	0.1269948302989436		0	0	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit	106.0	97.17	12.0	0.008471157724889069	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
AUS0008_000000021012	1182	0.5213487353914117	3	2	2	2	2	False	101638	fragment	False	AUS0008_000000021012	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	98.333	5.0	0.004679306171843485	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
FIJ0158_000000003203	5479	0.521344924842652	7	5	5	4	4	False	96576	maximal	True	FIJ0158_000000003203	1.0		12	4	False	False	0.99671471118927	0					non-mobilizable	no_good_hit	507.0	71.598	9.0	0.00016820046233040212	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
DEN0051_000000016404	2719	0.5213439726949866	4	3	3	3	3	False	83555	maximal	True	DEN0051_000000016404	1.0		5	4	False	False	0.9996322393417358	0					non-mobilizable	no_good_hit	2309.0	98.744	85.0	0.0010434681877953137	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
ENG0074_000000006888	3184	0.5213433377335832	5	4	4	4	3	False	62180	maximal	True	ENG0074_000000006888	1.0		7	4	False	False	0.9880653023719788	0					non-mobilizable	chromosome	2728.0	98.057	100.0	0.000930472211221303	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
AST0025_000000032505	1198	0.5213384663718755	2	2	2	2	1	False	119657	maximal	True	AST0025_000000032505	1.0		46	9	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	79.86	47.0	0.00010031735961883643	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
USA0086_01_000000003330	5890	0.521338459905311	7	7	6	3	3	False	450	maximal	True	USA0086_01_000000003330	1.0		15	5	False	False	0.9996604323387146	0					non-mobilizable	no_good_hit	2980.0	99.93299999999999	56.0	0.0008293141246476668	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0109_000000005109	5060	0.5213380675523738	5	5	5	5	4	False	122468	maximal	True	SPA0109_000000005109	1.0	PS871	6	3	False	True	0.9994071125984192	0					non-mobilizable	no_good_hit	2321.0	92.632	46.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
MON0083_000000034733	1188	0.5213343361279134	2	2	2	2	1	False	9845	maximal	True	MON0083_000000034733	1.0		4	4	False	False	0.8358585834503174	0					non-mobilizable	no_good_hit	413.0	98.789	35.0	0.00010101329575246447	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0012_000000002660	2340	0.5213340166275935	2	2	2	2	2	False	75456	maximal	True	DEN0012_000000002660	1.0		7	5	False	False	0.995726466178894	0					non-mobilizable	chromosome	2341.0	99.744	100.0	0.00039952937488507126	LR133932.1	enterobacteria	Klebsiella oxytoca strain NCTC11356 genome assembly, chromosome: 1	False	False
ISR0054_000000017631	1475	0.5213317568121194	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.48746875396599604	PS816	0	0	True	True	1.0	1					non-mobilizable	other	1476.0	82.046	100.0	0.02027984535586038	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
MAD0002_000000034338	1316	0.5213312100121161	2	2	2	2	2	False	20132	maximal	True	MAD0002_000000034338	1.0		1	1	False	False	0.9984802603721619	0					non-mobilizable	no_good_hit								True	False
SPA0088_000000002868	5755	0.521331174995348	8	7	4	6	6	False	97870	fragment	False	SPA0088_000000002868	1.0		0	0	False	False	0.9996525049209595	0					non-mobilizable	chromosome	5698.0	99.947	100.0	0.0012064976793397279	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
FIJ0110_000000010235	1646	0.5213279458934825	3	2	1	2	2	False	62370	fragment	False	MON0052_000000015743	0.9335491017576386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	83.00399999999999	15.0	0.3010882708585248	GQ879457.1		Uncultured organism clone VC1C825TR genomic sequence	True	False
ISR0824_000000000723	11481	0.521323413375995	12	6	5	5	3	False	56867	fragment	False	ISR0824_000000000723	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0265_000000014596	1218	0.5213211326192262	2	1	1	1	1	False	26594	maximal	True	ISR0265_000000014596	1.0		3	2	False	False	0.9975369572639465	0					non-mobilizable	no_good_hit								True	False
CHI0024_000000009613	1335	0.5213197933931516	3	3	2	3	2	False	88996	fragment	False	CHI0024_000000009613	1.0		0	0	False	False	0.9985018968582153	0					non-mobilizable	chromosome	1335.0	97.52799999999999	100.0	0.0005466695571034054	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
ENG0172_000000020749	1176	0.521318432389248	1	1	1	1	1	False	55703	maximal	True	ENG0172_000000020749	1.0		3	1	False	False	0.9974489808082581	0					non-mobilizable	no_good_hit								True	False
TAN0013_000000010829	1178	0.5213179480217921	2	2	2	1	1	False	2554	maximal	True	TAN0013_000000010829	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0171_000000006897	2989	0.521316769861517	4	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.18267454422098559		0	0	False	False	1.0	0					non-mobilizable	other	2089.0	91.671	97.0	0.019016566635397407	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ISR0114_000000024762	1136	0.5213159476563826	2	2	2	2	2	False	32504	fragment	False	ISR0114_000000024762	1.0		0	0	False	False	0.9982394576072693	0					non-mobilizable	no_good_hit	105.0	80.952	9.0	0.0002421540899355588	NZ_JNCS01000004.1	euryarchaeotes	Natrinema altunense strain AJ2 N_altunense_AJ2_contig_4, whole genome shotgun sequence	True	False
FIJ0084_000000006381	2067	0.5213130704331855	4	1	1	1	1	False	88647	maximal	True	FIJ0084_000000006381	0.9823979591836735		1410	15	False	False	0.9859700202941895	0					non-mobilizable	chromosome	2067.0	97.53299999999999	100.0	0.0006954035040123705	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0076_000000003690	1960	0.5213130704331855	3	1	1	1	1	False	88647	maximal	False	FIJ0084_000000006381	0.957426221577165		0	0	False	False	0.9994897842407227	0					non-mobilizable	chromosome	1960.0	96.12200000000001	100.0	0.0006593879304744597	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0068_000000018147	1576	0.5213130704331855	2	1	1	1	1	False	88646	fragment	False	MAD0068_000000018147	0.9627341258445152		0	0	False	False	0.9885786771774292	0					non-mobilizable	chromosome	1500.0	95.46700000000001	97.0	0.0005038814353855366	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0027_000000011758	1478	0.5213130704331855	3	1	1	1	1	False	88646	fragment	False	MAD0068_000000018147	0.9394638608202848		0	0	False	False	1.0	0					non-mobilizable	chromosome	1478.0	98.917	100.0	0.0004971495524812542	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0028_000000009962	1457	0.5213130704331855	2	1	1	1	1	False	88646	fragment	False	MAD0068_000000018147	0.9382476611305529		0	0	False	False	0.9993136525154114	0					non-mobilizable	chromosome	1457.0	97.598	100.0	0.0004900810754317577	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0147_000000016135	1354	0.5213130704331855	2	1	1	1	1	False	88646	fragment	False	MAD0068_000000018147	0.46894303363074813		0	0	False	False	0.9992614388465881	0					non-mobilizable	chromosome	1354.0	95.126	100.0	0.00045541187847470343	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0193_000000017099	1154	0.5213130704331855	2	1	1	1	1	False	54562	fragment	False	ENG0193_000000017099	1.0		0	0	False	False	0.9991334676742554	0					non-mobilizable	chromosome	1154.0	95.147	100.0	0.0003880930494318796	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0316_000000004623	3853	0.5213120773875071	5	3	1	3	3	True	129299	maximal	True	ISR0316_000000004623	1.0		14	3	False	False	0.999740481376648	0					non-mobilizable	chromosome	2079.0	91.294	99.0	0.0006988197859961229	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0390_000000003245	3743	0.5213120773875071	4	3	1	3	3	True	129297	maximal	True	ISR0390_000000003245	1.0		18	4	False	False	1.0	0					non-mobilizable	chromosome	3401.0	88.209	91.0	0.0008490704142878056	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ENG0004_000000007280	3649	0.5213120773875071	4	3	1	3	3	True	129289	maximal	True	ENG0004_000000007280	1.0		88	12	False	False	1.0	0					non-mobilizable	other	3645.0	83.402	99.0	0.014997017991451575	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0285_000000004267	3426	0.5213120773875071	3	3	1	3	3	True	129248	maximal	True	ISR0285_000000004267	0.9565023752969122		0	0	False	False	0.9950379729270935	0					non-mobilizable	no_good_hit	2667.0	82.94	77.0	0.0006626402761668463	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	True
ENG0041_000000007508	3416	0.5213120773875071	3	3	1	3	3	True	129255	maximal	True	ENG0041_000000007508	1.0		2	1	False	False	0.9994145035743713	0					non-mobilizable	no_good_hit	1849.0	83.505	54.0	0.005987789477806022	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
DEN0061_000000011893	3368	0.5213120773875071	3	3	1	3	3	True	129248	maximal	False	ISR0285_000000004267	0.949357851722125		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2715.0	82.87299999999999	80.0	0.00067415139878908	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	True	True
ISR0353_000000010771	3348	0.5213120773875071	3	3	1	3	3	True	129260	maximal	True	ISR0353_000000010771	1.0		15	6	False	False	0.9784946441650391	0					non-mobilizable	chromosome	3271.0	86.915	97.0	0.0008165389807901885	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ENG0046_000000005870	3198	0.5213120773875071	3	3	1	3	3	True	129295	maximal	True	ENG0046_000000005870	1.0		10	3	False	False	0.9996873140335083	0					non-mobilizable	no_good_hit	2705.0	80.148	83.0	0.0011531191333716989	AP023392.1	firmicutes	Streptococcus suis DAT300 DNA, complete genome	True	True
DEN0006_000000005586	1357	0.5213091608894452	2	2	1	1	2	False	76362	fragment	False	ISR0033_000000023127	0.9836700247864713		0	0	False	False	1.0	0					non-mobilizable	other	1357.0	99.926	100.0	0.001213479284942118	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
USA0047_01_000000014370	2500	0.5213087583546875	2	2	2	2	2	False	43672	maximal	True	USA0047_01_000000014370	0.9900952095800196		16	5	True	True	1.0	11					non-mobilizable	chromosome	1912.0	100.0	100.0	0.0003643804826296716	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
FIJ0088_000000011483	2412	0.5213087583546875	2	2	2	2	2	False	43672	maximal	False	USA0047_01_000000014370	0.9804958505083814		0	0	True	True	1.0	3					non-mobilizable	chromosome	1874.0	99.73299999999999	100.0	0.00035713482154127414	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
ISR0847_000000001440	12466	0.5213084825357801	10	8	8	7	5	True	93654	maximal	True	ISR0847_000000001440	1.0		1	1	False	False	0.9998395442962646	0					non-mobilizable	no_good_hit	1592.0	80.842	13.0	0.025789362497359313	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	True
ENG0152_000000020301	1268	0.5213076906189883	1	1	1	1	1	False	56998	maximal	True	ENG0152_000000020301	1.0		0	0	False	False	0.9984227418899536	0					non-mobilizable	no_good_hit	1083.0	87.073	85.0	0.0008767870625197886	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0052_000000006087	2670	0.521306603791921	8	5	2	3	4	False	86501	maximal	True	CHI0052_000000006087	0.9353007945516458		32	9	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	92.98100000000001	62.0	0.0002461749076711029	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
MON0032_000000024791	1278	0.5213051450390095	2	2	1	1	2	False	26289	maximal	True	MON0032_000000024791	1.0		230	13	False	False	0.9765258431434631	0					non-mobilizable	no_good_hit								True	False
FIJ0072_000000011790	2112	0.5213037306802814	3	3	3	3	3	False	86698	maximal	False	FIJ0012_000000011546	0.968827377877913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	85.475	23.0	0.00043003437845454877	NZ_JHXG01000003.1	CFB group bacteria	Prevotella brevis P6B11 T496DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
AST0019_000000002722	8398	0.521302030595031	4	4	4	4	3	False	122919	maximal	True	AST0019_000000002722	1.0		2	2	False	False	0.9997618198394775	0					non-mobilizable	no_good_hit	171.0	73.684	2.0	0.002802652266046893	NZ_FXUZ01000012.1	firmicutes	Staphylococcus cornubiensis strain NW1, whole genome shotgun sequence	True	False
AST0153_000000014952	2173	0.5212988024647511	3	2	2	2	1	False	103401	maximal	True	AST0153_000000014952	1.0		230	10	False	False	0.9995397925376892	0					non-mobilizable	no_good_hit	572.0	75.175	26.0	0.004381297143611774	NZ_DS544184.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_17, whole genome shotgun sequence	True	False
USA0073_01_000000001928	12454	0.5212983371388032	15	7	5	6	6	False	92479	maximal	False	FIJ0115_000000001576	0.9454200976462872		0	0	False	False	0.9998394250869751	0					non-mobilizable	other	9906.0	98.698	100.0	0.40517100310914744	NZ_CYXX01000041.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0295_000000007941	4051	0.5212971806056778	5	4	3	3	4	False	41466	fragment	False	ISR0295_000000007941	1.0		0	0	False	False	0.998765766620636	0					non-mobilizable	no_good_hit	961.0	78.35600000000001	24.0	0.06868309504993175	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0024_000000003868	2123	0.5212960617245346	2	2	2	2	2	False	102583	maximal	True	DEN0024_000000003868	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1230.0	98.537	58.0	0.004714447922420671	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0071_01_000000006784	1764	0.5212957126704143	3	3	3	3	3	False	739	fragment	False	USA0071_01_000000006784	1.0		0	0	False	False	0.9846938848495483	0					non-mobilizable	no_good_hit	237.0	74.684	13.0	0.0009826289753246261	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
SPA0035_000000013451	1524	0.5212946043431049	3	2	2	2	2	False	33610	fragment	False	SPA0035_000000013451	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1524.0	99.147	100.0	0.005898459739042536	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0087_000000020410	1767	0.5212931395744446	2	2	2	2	2	False	94690	maximal	True	ISR0087_000000020410	1.0		434	13	False	False	0.9875495433807373	0					non-mobilizable	no_good_hit	62.0	82.258	4.0	2.4872913682426716e-05	NZ_CP019937.1	a-proteobacteria	Ketogulonicigenium robustum strain SPU_B003, complete genome	True	False
USA0057_01_000000007156	4252	0.5212919371199574	5	3	3	2	3	False	989	maximal	True	USA0057_01_000000007156	1.0		1	1	False	False	0.9877704381942749	0					non-mobilizable	no_good_hit	210.0	77.143	5.0	0.0011865402559701407	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0077_000000032948	1367	0.5212904877899835	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.030863787375415282		0	0	False	False	0.9970738887786865	0					non-mobilizable	chromosome	1374.0	86.245	99.0	0.00047613537023533494	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0010_000000003658	5088	0.5212902492925343	10	3	2	3	1	True	119829	maximal	True	SPA0010_000000003658	1.0		1	1	False	False	0.996265709400177	0					non-mobilizable	no_good_hit	926.0	99.244	18.0	0.0019341874426278185	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0019_000000026359	1171	0.5212897013253718	2	2	2	2	2	False	121907	maximal	True	AST0019_000000026359	1.0		9	3	False	False	0.9974380731582642	0					non-mobilizable	no_good_hit	129.0	78.295	11.0	4.794228985521815e-05	NC_014330.1	bacteria	Brachyspira pilosicoli 95/1000, complete sequence	True	False
FIJ0146_000000002249	7188	0.5212864142461049	8	8	8	8	8	False	85427	maximal	True	FIJ0146_000000002249	1.0		56	9	False	False	0.9990261793136597	0					non-mobilizable	chromosome	7188.0	99.833	100.0	0.0014138675878675327	CP052736.1	enterobacteria	Klebsiella pneumoniae strain C16KP0160 chromosome, complete genome	False	False
ISR0043_000000012723	1738	0.5212802872773171	3	1	1	1	1	False	36303	maximal	True	ISR0043_000000012723	1.0		1	1	False	False	0.9867663979530334	0					non-mobilizable	no_good_hit	1195.0	80.418	68.0	0.0013907404664329564	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0096_000000005521	5668	0.5212755498957823	5	4	4	3	2	True	91412	maximal	True	FIJ0096_000000005521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4320.0	99.537	76.0	0.0007887419237521465	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	True
FIJ0036_000000003356	9392	0.5212738721922776	14	8	3	6	3	False	47988	maximal	True	FIJ0036_000000003356	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	79.09	8.0	0.00026533823150200127	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
CHI0175_000000008163	1418	0.5212714790779319	2	2	2	2	1	False	77750	maximal	True	CHI0175_000000008163	1.0		14	5	False	False	0.9992947578430176	0					non-mobilizable	other	911.0	93.743	100.0	0.0002908705183145691	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0155_000000009799	1954	0.5212697184982926	4	2	2	2	2	True	3198	maximal	True	SPA0155_000000009799	1.0		2	2	False	False	0.9994882345199585	0					non-mobilizable	no_good_hit	663.0	84.766	34.0	0.010502697283620566	NZ_QRYH01000013.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf13, whole genome shotgun sequence	True	True
MAD0038_000000012930	1167	0.5212661781392502	3	2	2	2	2	False	18527	maximal	True	MAD0038_000000012930	1.0		15	3	False	False	1.0	0					non-mobilizable	other	1167.0	99.914	100.0	0.0015420628727864257	NZ_LXWL01000001.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig001, whole genome shotgun sequence	False	False
ISR0830_000000006112	3963	0.5212659389195585	6	3	3	2	2	False	117282	maximal	True	ISR0830_000000006112	1.0		67	10	False	False	0.9997476935386658	0					non-mobilizable	no_good_hit	1619.0	87.647	42.0	0.0005080985295086416	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0119_000000005517	6336	0.5212643139203618	6	4	3	3	4	False	24516	fragment	False	SPA0119_000000005517	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	99.925	22.0	0.00038844126347767984	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0016_000000005801	3464	0.52126395633461	6	2	2	2	2	False	113110	fragment	False	ISR0279_000000006054	0.47544102303034824		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1228.0	89.821	35.0	0.00034578010077825907	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
DEN0064_000000028519	1494	0.5212618186654236	3	2	2	1	1	True	71221	maximal	True	DEN0064_000000028519	1.0		0	0	False	False	0.9939758777618408	0					non-mobilizable	no_good_hit	289.0	94.118	19.0	0.0071315372424722665	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ISR0090_000000024985	1262	0.5212610154417312	1	1	1	1	1	False	35688	fragment	False	TAN0002_000000030017	0.650218452839887		0	0	False	False	0.999207615852356	0					non-mobilizable	no_good_hit	135.0	82.963	11.0	4.724759821770777e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
DEN0028_000000006934	3747	0.5212571613662884	4	4	2	2	4	False	74044	fragment	False	DEN0028_000000006934	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	97.569	65.0	0.00040585445760188806	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0120_000000005584	3865	0.5212524874375918	3	3	3	3	3	False	59190	maximal	True	ENG0120_000000005584	1.0		8	2	False	False	0.9992238283157349	0					non-mobilizable	no_good_hit	674.0	100.0	17.0	0.00018981240442395462	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0124_000000008333	3177	0.5212515494668805	5	3	1	2	1	False	41256	maximal	True	FIJ0124_000000008333	1.0		2	1	False	False	0.9987409710884094	0					non-mobilizable	no_good_hit	808.0	75.37100000000001	25.0	0.0002443785187560513	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0218_000000015278	1164	0.5212496612801739	2	2	2	2	1	False	28055	fragment	False	ISR0218_000000015278	0.9818024263431543		0	0	False	False	0.9922680258750916	0					non-mobilizable	no_good_hit	633.0	80.569	53.0	0.0002603124168184457	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0079_000000019620	1161	0.5212496612801739	2	2	2	2	1	False	29875	maximal	False	ISR0174_000000021365	0.9965546942291128		0	0	False	False	0.9784668684005737	0					non-mobilizable	other	1161.0	99.742	100.0	0.00037241699916655644	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0174_000000021365	1161	0.5212496612801739	2	2	2	2	1	False	29875	maximal	True	ISR0174_000000021365	0.9965546942291128		739	14	False	False	0.9982773661613464	0					non-mobilizable	chromosome	1160.0	99.741	99.0	0.0003653140171839427	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0807_000000013160	1154	0.5212496612801739	2	2	2	2	1	False	28055	fragment	False	ISR0218_000000015278	0.9776632302405499		0	0	False	False	0.9965338110923767	0					non-mobilizable	no_good_hit	579.0	76.166	71.0	0.00019937732926399092	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0069_01_000000051811	1153	0.5212496612801739	2	2	2	2	1	False	54769	maximal	True	USA0069_01_000000051811	0.974561403508772		299	13	False	False	1.0	0					non-mobilizable	other	1153.0	99.133	100.0	0.038662907772855415	NZ_JAAIPV010000047.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_47_length_29796_cov_89.5251, whole genome shotgun sequence	False	False
CAN0014_000000043762	1141	0.5212496612801739	2	2	2	2	1	False	93369	maximal	False	FIJ0094_000000017006	0.7086574849859033		0	0	False	False	0.9964942932128906	0					non-mobilizable	other	1136.0	99.12	99.0	0.024631076388888888	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0045_000000021005	1133	0.5212496612801739	2	2	2	2	1	False	47017	maximal	True	FIJ0045_000000021005	1.0		15	9	False	False	0.9620476365089417	0					non-mobilizable	no_good_hit	693.0	100.0	61.0	0.00023514084834876418	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0010_000000025117	1116	0.5212496612801739	2	2	2	2	1	False	13710	maximal	True	MON0010_000000025117	1.0		589	14	False	False	0.9991039633750916	0					non-mobilizable	chromosome	1114.0	99.28200000000001	99.0	0.0003879492438301082	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0312_000000017650	1113	0.5212496612801739	2	2	2	2	1	False	25233	maximal	True	ISR0312_000000017650	1.0		6	4	False	False	0.9838274717330933	0					non-mobilizable	no_good_hit								True	False
MON0019_000000059816	1108	0.5212496612801739	2	2	2	2	1	False	13120	fragment	False	MON0019_000000059816	1.0		0	0	False	False	0.999097466468811	0					non-mobilizable	no_good_hit	609.0	88.67	88.0	0.00019564722002060904	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0064_000000023326	1265	0.5212486122849256	2	2	2	2	2	False	10699	fragment	False	MON0064_000000023326	1.0		0	0	False	False	0.9715415239334106	0					non-mobilizable	other	1217.0	96.631	96.0	0.000424799635007682	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
FIJ0044_000000019200	1163	0.5212480899998891	2	1	1	1	1	False	47085	fragment	False	FIJ0044_000000019200	1.0		0	0	False	False	0.9991401433944702	0					non-mobilizable	other	1163.0	99.31200000000001	100.0	0.010913564941346633	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
MAD0005_000000010296	2712	0.5212478800322956	4	1	1	1	1	False	19971	fragment	False	MAD0005_000000010296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0082_000000014610	2071	0.5212419339470147	4	3	2	3	2	False	44178	maximal	True	FIJ0082_000000014610	1.0		0	0	False	False	0.9951714277267456	0					non-mobilizable	no_good_hit	406.0	93.596	20.0	0.004562454938716654	NZ_JAAITU010000012.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_12_length_88768_cov_145.652, whole genome shotgun sequence	True	False
ISR0785_000000007324	4274	0.5212394189198607	7	4	1	3	2	False	22207	maximal	True	ISR0785_000000007324	1.0		30	7	False	False	0.9974262714385986	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	7.436410859351639e-06	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
CHI0021_000000005556	1585	0.5212380492914771	1	1	1	1	1	True	89254	fragment	False	CHI0021_000000005556	1.0		0	0	False	False	0.99747633934021	0					non-mobilizable	chromosome	1094.0	95.978	100.0	0.00047972289420615235	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
AST0026_000000021786	1170	0.5212380492914771	2	1	1	1	1	True	118966	fragment	False	AST0026_000000021786	1.0		0	0	False	False	0.9769230484962463	0					non-mobilizable	chromosome	1119.0	95.8	95.0	0.0004980193022642474	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0107_000000027663	1135	0.5212380492914771	1	1	1	1	1	True	44206	fragment	False	ISR0107_000000027663	0.9648331830477908		0	0	False	False	1.0	0					non-mobilizable	chromosome	1122.0	94.831	100.0	0.000492218002148266	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
FIJ0081_000000032842	1109	0.5212380492914771	2	1	1	1	1	True	44206	fragment	False	ISR0107_000000027663	0.9616740088105726		0	0	False	False	0.9963931441307068	0					non-mobilizable	chromosome	1077.0	97.307	99.0	0.00047972289420615235	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ENG0140_000000006872	2411	0.5212375826428829	4	2	2	1	2	False	119177	maximal	True	ENG0140_000000006872	1.0	PS816	0	0	False	True	0.9954375624656677	0					non-mobilizable	no_good_hit	1488.0	87.366	62.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
USA0071_01_000000003684	3712	0.5212298255861196	7	5	4	4	3	False	90928	maximal	True	USA0071_01_000000003684	0.9985108842928936		24	7	False	False	0.9978448152542114	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000008550	3368	0.5212298255861196	5	5	4	4	3	False	90928	maximal	False	USA0071_01_000000003684	0.9643063256178247		0	0	False	False	0.9955463409423828	0					non-mobilizable	no_good_hit								True	False
ENG0083_000000006617	3346	0.5212298255861196	6	5	4	4	3	False	90928	maximal	False	USA0071_01_000000003684	0.9602698743413329		0	0	False	False	0.9991034269332886	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000011409	2780	0.5212255552147579	2	1	1	1	1	False	46782	maximal	True	FIJ0048_000000011409	1.0		21	6	False	False	0.9960431456565857	0					non-mobilizable	plasmid	2662.0	84.67299999999999	95.0	0.00419309957494607	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
SPA0037_000000001176	16919	0.5212254059159462	17	10	8	10	3	True	109215	fragment	False	SPA0037_000000001176	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	76.592	3.0	0.00016399162486962666	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	True
SPA0069_000000006749	3594	0.5212228001702037	3	3	3	3	3	False	5960	maximal	True	SPA0069_000000006749	1.0		44	10	False	False	0.9997217655181885	0					non-mobilizable	other	2778.0	99.712	90.0	0.010885415033397097	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	False	False
ENG0054_000000010086	2578	0.5212220689081294	3	3	3	2	2	False	77808	maximal	True	ENG0054_000000010086	1.0		2	1	True	True	1.0	9					non-mobilizable	no_good_hit	987.0	75.785	43.0	0.0002600139295077487	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
MON0019_000000038465	1750	0.5212188589080664	2	2	2	2	2	False	13175	maximal	True	MON0019_000000038465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	83.559	59.0	0.0425946663348679	NZ_CYZX01000030.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	True	False
CHI0126_000000005431	2756	0.5212186161223796	3	2	2	2	2	True	130088	fragment	False	CHI0126_000000005431	0.9421808304229724		0	0	False	False	1.0	0					non-mobilizable	other	2763.0	91.09700000000001	100.0	0.0008536537562942965	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0389_000000017813	1248	0.521214537258041	1	1	1	1	1	False	22894	fragment	False	ISR0389_000000017813	1.0		0	0	False	False	0.9903846383094788	0					non-mobilizable	other	1248.0	100.0	100.0	0.001989813177765154	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
AST0089_000000020133	1202	0.521214537258041	2	1	1	1	1	False	109992	fragment	False	AST0089_000000020133	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	98.86	73.0	0.0018263621617789934	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	False
ISR0225_000000012363	1674	0.5212132213958487	2	2	2	2	2	False	87337	fragment	False	ISR0183_000000018719	0.9926467183594206		0	0	False	False	1.0	0					non-mobilizable	other	1674.0	100.0	100.0	0.009751178826011692	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0840_000000003089	4321	0.5212100325373306	3	3	3	2	2	False	20804	maximal	True	ISR0840_000000003089	1.0		1	1	False	False	0.9986114501953125	0					non-mobilizable	other	4272.0	93.773	99.0	0.0010582810492100689	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	False
SPA0131_000000005690	4035	0.5212060408059113	3	3	2	3	2	False	44109	maximal	True	SPA0131_000000005690	1.0		5	3	False	False	0.9960346817970276	0					non-mobilizable	other	4043.0	93.816	100.0	0.002701175924952205	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ENG0061_000000003146	6341	0.5212051765526007	6	4	4	4	4	False	63281	maximal	True	ENG0061_000000003146	1.0		4	2	False	False	0.9998422861099243	0					non-mobilizable	no_good_hit	321.0	76.63600000000001	5.0	5.5069938822304325e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	False
MON0007_000000039065	1642	0.521205131872265	1	1	1	1	1	False	53815	maximal	True	MON0007_000000039065	1.0		64	10	False	False	1.0	0					non-mobilizable	no_good_hit	1411.0	79.73100000000001	85.0	0.0003886903957958799	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0344_000000002475	9829	0.521200577392752	10	3	2	3	1	True	34389	fragment	False	ISR0344_000000002475	1.0		0	0	False	False	0.9984738826751709	0					non-mobilizable	no_good_hit	655.0	71.908	7.0	0.0021733160191360307	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	True
ISR0194_000000010417	2368	0.5212000187530783	5	3	2	2	3	False	29044	fragment	False	ISR0194_000000010417	1.0		0	0	False	False	0.9911317825317383	0					non-mobilizable	no_good_hit	481.0	98.545	23.0	0.002901038329968935	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
AST0053_000000002639	4203	0.52119777528317	7	5	2	4	5	False	114209	maximal	True	AST0053_000000002639	1.0		3	3	False	False	1.0	0					non-mobilizable	other	4129.0	99.95200000000001	100.0	0.0008362071200767496	CP007442.1	enterobacteria	Escherichia coli ACN001, complete genome	False	False
ISR0011_000000004529	5489	0.5211969673264619	7	4	4	3	4	False	67619	maximal	True	ISR0011_000000004529	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	95.385	1.0	0.0014454457167378098	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
FIJ0074_000000004473	6880	0.5211932646723805	11	5	3	3	3	False	44672	fragment	False	FIJ0074_000000004473	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5157.0	96.917	99.0	0.013918814565209174	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0839_000000001883	7140	0.5211896142981991	7	7	7	7	6	False	114948	fragment	False	ISR0243_000000000897	0.9068665552843771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	76.686	9.0	0.01900244196817021	NZ_SNXO01000025.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_125, whole genome shotgun sequence	True	False
ISR0107_000000001600	10253	0.5211818065396262	14	6	4	6	2	True	39184	fragment	False	ISR0107_000000001600	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	84.585	10.0	0.0002687634905617779	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0092_000000013246	3179	0.521180608702153	6	6	3	3	5	False	58325	maximal	True	SPA0092_000000013246	1.0		87	10	False	False	1.0	0					non-mobilizable	other	3179.0	98.616	100.0	0.022130456884605475	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
ISR0193_000000009692	2820	0.5211781363778802	3	2	2	2	1	False	93185	fragment	False	ISR0193_000000009692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0165_000000017826	1135	0.5211766514734357	2	2	2	2	2	False	56200	maximal	True	ENG0165_000000017826	1.0		144	8	False	False	0.9814978241920471	0					non-mobilizable	no_good_hit	30.0	100.0	3.0	0.0026034653020917497	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0217_000000003933	6918	0.5211718715471896	10	6	6	4	1	True	130710	fragment	False	CHI0142_000000002157	0.8665783633009299		0	0	False	False	0.9981208443641663	0					non-mobilizable	other	6922.0	98.10700000000001	100.0	0.07911790973001442	NZ_CZBZ01000006.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	True
ISR0331_000000002136	8115	0.5211706313382289	8	5	4	5	0	True	24625	maximal	True	ISR0331_000000002136	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	81.50399999999999	8.0	0.0001841145008914141	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0124_000000018050	1724	0.5211659394724567	3	2	1	1	2	False	58922	maximal	True	ENG0124_000000018050	1.0		681	14	False	False	0.9878190159797668	0					non-mobilizable	other	1705.0	98.182	99.0	0.005855368279985567	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0052_000000018430	1355	0.5211656502265828	3	3	2	3	1	True	114427	fragment	False	AST0052_000000018430	1.0		0	0	False	False	1.0	0					non-mobilizable	other	810.0	90.86399999999999	99.0	0.012553340057413298	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
DEN0073_000000035214	1514	0.5211602967003348	2	2	2	2	2	False	70124	maximal	True	DEN0073_000000035214	1.0		6	4	False	False	0.9729194045066833	0					non-mobilizable	other	1436.0	98.677	95.0	0.9903381642512077	NZ_WAJR01000061.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_061, whole genome shotgun sequence	False	False
ISR0321_000000000557	12312	0.5211580794918496	18	6	4	5	4	True	25040	maximal	True	ISR0321_000000000557	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1842.0	83.38799999999999	15.0	0.24143405212329674	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
MON0051_000000012426	2746	0.5211524913168825	4	3	3	3	3	False	44437	maximal	True	MON0051_000000012426	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	80.11399999999999	44.0	0.00037238467430184875	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0069_000000004733	7721	0.5211523008745529	4	3	2	3	2	False	10517	maximal	True	MON0069_000000004733	1.0		7	5	False	False	0.9966325759887695	0					non-mobilizable	no_good_hit	3674.0	71.884	47.0	0.03466438960739916	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ENG0061_000000004945	4221	0.521150624721406	5	5	5	4	5	True	63278	maximal	True	ENG0061_000000004945	1.0		4	3	False	False	0.9879175424575806	0					non-mobilizable	no_good_hit	2382.0	76.154	56.0	0.0007101421428704801	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0285_000000015704	1267	0.5211491133939881	3	3	3	2	1	False	91714	fragment	False	ISR0285_000000015704	0.9919591461859465		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	99.921	100.0	0.005188864843596302	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0040_000000020587	1259	0.5211491133939881	3	3	3	2	1	False	91714	fragment	False	ISR0285_000000015704	0.9844831266712457		0	0	False	False	0.9968228936195374	0					non-mobilizable	other	1259.0	98.96700000000001	100.0	0.005156075808249721	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0015_000000021775	1244	0.5211491133939881	3	3	3	2	1	False	91714	fragment	False	ISR0285_000000015704	0.9821740245328746		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	99.43700000000001	100.0	0.005082300478719916	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0357_000000021852	1221	0.5211491133939881	3	3	3	2	1	False	91714	fragment	False	ISR0285_000000015704	0.9777612952878503		0	0	False	False	0.9991809725761414	0					non-mobilizable	other	1221.0	99.75399999999999	100.0	0.005000327890353466	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
SPA0026_000000032019	1104	0.5211491133939881	3	3	3	2	1	False	91714	fragment	False	ISR0285_000000015704	0.37919737919737917		0	0	False	False	0.9990941882133484	0					non-mobilizable	other	1104.0	99.275	100.0	0.004508492360154764	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
AST0092_000000007329	2019	0.5211417479864006	3	3	1	1	1	False	109662	maximal	True	AST0092_000000007329	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1661.0	95.846	82.0	0.21378865979381442	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
CAN0009_000000019055	1479	0.5211405011590917	3	2	2	1	1	False	94740	fragment	False	CAN0009_000000019055	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.01992619926199262	XM_015792028.2	monocots	PREDICTED: Oryza sativa Japonica Group uncharacterized GPI-anchored protein At4g28100 (LOC4343578), mRNA	True	False
ISR0359_000000015783	1731	0.5211400913593094	3	3	2	3	3	False	23818	fragment	False	ISR0359_000000015783	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	3.0	0.0005578547242511124	CP050535.1	firmicutes	Lactococcus raffinolactis strain Lr_19_4S plasmid pLraf_19_4S_1, complete sequence	True	False
MAD0046_000000022015	1231	0.5211396221543112	2	1	1	1	1	False	17728	fragment	False	MAD0046_000000022015	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0167_000000008911	2220	0.5211342983169168	4	3	2	3	2	False	38975	maximal	True	FIJ0167_000000008911	1.0		4	1	False	False	0.9891892075538635	0					non-mobilizable	no_good_hit	628.0	96.01899999999999	28.0	0.0043522767630202715	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	False
MON0086_000000002712	9500	0.5211332544370251	14	8	7	8	6	True	28015	maximal	True	MON0086_000000002712	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1606.0	73.101	17.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
DEN0023_000000006927	1226	0.5211311315480285	3	2	1	2	1	False	74352	maximal	True	DEN0023_000000006927	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0102_01_000000010825	1173	0.5211311315480285	3	2	1	2	1	False	330	maximal	True	USA0102_01_000000010825	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	376.0	93.883	65.0	0.00010510595748435916	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0199_000000001507	12968	0.5211271638048631	16	10	4	9	4	False	54308	maximal	True	ENG0199_000000001507	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	310.0	86.12899999999999	2.0	0.0014088360005471208	NZ_CABIXZ010000004.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
AST0102_000000001095	17838	0.5211261477655433	23	10	4	9	4	True	108400	backbone	False	ISR0280_000000000088	0.015528121328539096	PS672	0	0	False	True	1.0	0					non-mobilizable	other	17838.0	99.98899999999999	100.0	0.17799976049816382	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MAD0111_000000014511	1189	0.5211259950188359	2	2	2	2	1	False	14490	maximal	True	MAD0111_000000014511	1.0		1	1	False	False	0.9974768757820129	0					non-mobilizable	no_good_hit	847.0	70.602	70.0	0.00018538515156181983	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0010_000000033468	1399	0.5211254338068863	3	2	2	2	2	False	93457	fragment	False	DEN0010_000000033468	0.9526393704002989		0	0	False	False	0.9992852210998535	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	4.0	0.0022096517588828	KJ512985.1	bacteria	Uncultured bacterium DCM004Kan06 genomic sequence	True	False
USA0145_01_000000017121	1372	0.5211254338068863	3	2	2	2	2	False	93457	fragment	False	DEN0010_000000033468	0.718559853430025		0	0	False	False	0.9868804812431335	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	4.0	0.0022096517588828	KJ512985.1	bacteria	Uncultured bacterium DCM004Kan06 genomic sequence	True	False
ISR0211_000000018130	1269	0.5211254338068863	3	2	2	2	2	False	72415	fragment	False	ISR0211_000000018130	0.9719916698901818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	90.09899999999999	8.0	0.0042425313770549766	KJ512985.1	bacteria	Uncultured bacterium DCM004Kan06 genomic sequence	True	False
SPA0114_000000037769	1246	0.5211254338068863	3	2	2	2	2	False	72415	fragment	False	ISR0211_000000018130	0.9547404387080081		0	0	False	False	0.9991974234580994	0					non-mobilizable	no_good_hit	136.0	87.5	11.0	0.0058334806434505925	KJ512985.1	bacteria	Uncultured bacterium DCM004Kan06 genomic sequence	True	False
DEN0051_000000039630	1237	0.5211254338068863	2	2	2	2	2	False	72415	fragment	False	ISR0211_000000018130	0.9599593588036992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	91.473	10.0	4.1588770239868186e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
DEN0079_000000051033	1233	0.5211254338068863	3	2	2	2	2	False	72415	fragment	False	ISR0211_000000018130	0.9479373414503888		0	0	False	False	0.9991889595985413	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	4.0	0.00037609968276809365	NZ_QIML01000006.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_6, whole genome shotgun sequence	True	False
SPA0056_000000031184	1143	0.5211254338068863	3	2	2	2	2	False	6354	fragment	False	SPA0056_000000031184	1.0		0	0	False	False	0.9912511110305786	0					non-mobilizable	no_good_hit								True	False
USA0079_01_000000005370	2376	0.5211242640578535	3	3	2	2	2	False	87908	fragment	False	USA0079_01_000000005370	0.9995335820895522		0	0	False	False	1.0	0					non-mobilizable	other	2374.0	100.0	99.0	0.004705868354671363	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0157_000000015865	1985	0.5211242640578535	3	3	2	2	2	False	87908	fragment	False	USA0079_01_000000005370	0.6416355721393034		0	0	False	False	1.0	0					non-mobilizable	other	1985.0	100.0	100.0	0.003934447035679724	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
FIJ0040_000000009499	2588	0.5211233485697049	4	4	4	3	4	False	47493	maximal	True	FIJ0040_000000009499	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	2588.0	99.227	100.0	0.0005868812197329112	CP045778.1	enterobacteria	Cronobacter sakazakii strain CFSAN068773 chromosome, complete genome	False	False
MON0107_000000037486	1622	0.5211208520678108	3	3	1	3	3	False	108053	fragment	False	MON0077_000000024281	0.5706627827851053		0	0	False	False	0.9882860779762268	0					non-mobilizable	other	1622.0	97.84200000000001	99.0	0.0004880520580833133	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0036_000000006968	1449	0.5211191452830503	3	2	2	2	1	False	88053	maximal	True	CHI0036_000000006968	1.0		19	4	False	False	0.9841269850730896	0					non-mobilizable	other	988.0	98.988	100.0	0.0003428988326848249	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0346_000000020317	1250	0.5211177975155356	2	2	2	2	2	False	112566	fragment	False	MON0037_000000057251	0.7993890784811347		0	0	False	False	0.9983999729156494	0					non-mobilizable	other	1217.0	83.81299999999999	97.0	0.0005080493545635365	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0021_000000003833	5572	0.5211163833128044	4	3	1	3	1	False	37647	maximal	True	ISR0021_000000003833	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	99.853	12.0	0.1268210683601046	MK232116.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.K17_7_c1 sequence	True	False
ISR0323_000000003308	5049	0.5211157033457671	4	3	3	3	1	True	88930	maximal	True	ISR0323_000000003308	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0101_000000012426	4584	0.5211145878260354	8	3	3	3	1	False	9071	maximal	True	MON0101_000000012426	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0069_000000032788	1586	0.5211115263799223	2	2	2	2	1	False	10478	maximal	True	MON0069_000000032788	1.0		9	4	False	False	0.9993695020675659	0					non-mobilizable	other	1586.0	97.604	100.0	0.0020635924997200804	NZ_QJKD01000001.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_101, whole genome shotgun sequence	False	False
FIJ0011_000000006699	6173	0.5211102238861101	9	8	7	8	6	False	75938	maximal	False	SPA0158_000000001819	0.6472958313962498	PS39	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	993.0	80.665	23.0	0.00027655741110944263	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0153_000000010234	2687	0.5211087215888435	3	3	3	3	2	False	91453	maximal	True	ISR0153_000000010234	0.956062931696086		28	7	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0006852586332205079	NZ_FOGQ01000017.1	high GC Gram+	Corynebacterium cystitidis DSM 20524, whole genome shotgun sequence	True	False
SPA0084_000000013487	1424	0.5211085502896354	2	2	2	2	1	False	54081	maximal	True	SPA0084_000000013487	0.9886444286728175		69	9	False	False	0.9985954761505127	0					non-mobilizable	no_good_hit	536.0	85.634	65.0	0.0001661264963050854	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0037_000000051083	1473	0.5211077410769858	2	1	1	1	1	False	53019	fragment	False	MON0037_000000051083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	72.222	77.0	0.00282526876338812	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0101_000000016318	1446	0.5211063880448401	1	1	1	1	1	False	108141	fragment	False	ISR0191_000000007886	0.9424556038414078		0	0	False	False	0.9917012453079224	0					non-mobilizable	other	1436.0	92.479	99.0	0.004999407322702329	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
MAD0048_000000005131	4322	0.5211052290384848	5	5	5	5	4	False	104160	maximal	True	MAD0048_000000005131	1.0		14	1	False	False	0.9997686147689819	0					non-mobilizable	no_good_hit	632.0	73.57600000000001	14.0	0.0001133633244371	CP021111.1	b-proteobacteria	Bordetella genomosp. 13 strain AU7206, complete genome	True	False
MON0049_000000004111	4752	0.5211024682084416	7	6	4	5	4	False	130509	fragment	False	ISR0203_000000002513	0.2953178071106569		0	0	False	False	1.0	0					non-mobilizable	other	4655.0	99.463	98.0	0.02658857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0066_000000009445	3329	0.5211012927267745	4	3	3	2	2	False	50536	maximal	True	FIJ0066_000000009445	1.0		17	3	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	2.0	0.00017021556978289278	NZ_CABWNB010000002.1	firmicutes	Negativicoccus succinicivorans strain ADV 07/08/06-B-1388, whole genome shotgun sequence	True	False
ISR0828_000000004998	1420	0.5211000250825701	2	2	2	1	2	False	21079	maximal	True	ISR0828_000000004998	1.0		155	12	False	False	0.9992957711219788	0					non-mobilizable	other	1422.0	93.95200000000001	100.0	0.0002726151457981918	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
ISR0087_000000016730	2074	0.5210974388008837	2	2	2	2	2	False	58190	fragment	False	ENG0134_000000018837	0.9813307802776448		0	0	False	False	1.0	0					non-mobilizable	other	2074.0	99.662	100.0	0.007516070904140184	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0029_000000023177	1264	0.5210972718756021	1	1	1	1	1	False	117883	fragment	False	FIJ0005_000000028905	0.9624119028974158		0	0	False	False	0.988132894039154	0					non-mobilizable	other	1143.0	76.028	90.0	0.0628027392684149	NZ_QSFS01000027.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf27, whole genome shotgun sequence	False	False
CAN0014_000000034458	1442	0.5210920489855507	3	1	1	1	1	False	93485	maximal	True	CAN0014_000000034458	1.0		11	4	False	False	1.0	0					non-mobilizable	chromosome	1442.0	97.573	100.0	0.0004935233626762675	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
ISR0279_000000005735	3416	0.5210907374299466	6	4	4	3	3	False	129552	fragment	False	ISR0279_000000005735	1.0		0	0	False	True	0.9976580739021301	0					non-mobilizable	no_good_hit	1527.0	98.428	45.0	0.006230860316034462	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0086_000000003867	3776	0.5210888776310625	4	4	4	4	2	False	72571	maximal	True	SPA0086_000000003867	1.0		9	5	False	False	1.0	0					non-mobilizable	other	3571.0	98.90799999999999	94.0	0.030943114940237316	NZ_NFHM01000007.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_7, whole genome shotgun sequence	False	False
MON0102_000000021739	2075	0.5210887139762391	3	3	2	2	2	True	114493	maximal	True	MON0102_000000021739	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	1610.0	80.062	77.0	0.0005395604147782333	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0105_000000008236	3258	0.5210869556738102	4	4	4	3	3	False	58158	maximal	True	SPA0105_000000008236	1.0		3	2	False	False	1.0	0					non-mobilizable	other	2195.0	97.13	99.0	0.011864076829901368	NZ_CAPH01000007.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
MAD0036_000000027422	1151	0.5210865629753041	3	3	3	3	0	True	18694	fragment	False	MAD0036_000000027422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	86.275	4.0	1.952983103571381e-05	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	True
FIJ0140_000000021516	1562	0.5210864530555724	4	3	2	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.7524105854118941		0	0	False	False	0.9993597865104675	0					non-mobilizable	no_good_hit	454.0	92.51100000000001	54.0	0.010354285714285713	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0337_000000007210	1463	0.5210863238468736	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.08676829123932246	PS748	0	0	False	True	0.9993164539337158	0					non-mobilizable	chromosome	1397.0	89.191	95.0	0.00039651048022140874	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
DEN0094_000000028435	1375	0.5210863238468736	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.08593474744569854	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1377.0	89.325	100.0	0.0003911061049529677	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
FIJ0072_000000019071	1372	0.5210863238468736	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.08589665923802711	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1374.0	89.301	100.0	0.00039025278254216123	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0785_000000011716	2911	0.5210798525520804	5	3	2	3	2	False	127056	maximal	True	ISR0785_000000011716	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1905.0	98.68799999999999	99.0	0.0005686181950049493	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0118_000000021418	1102	0.5210757313647946	1	1	0	1	1	False	4233	maximal	True	SPA0118_000000021418	1.0		4	3	True	True	1.0	17					non-mobilizable	no_good_hit	83.0	92.771	7.0	0.002450164856771227	NZ_VJZV01000040.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold40_1, whole genome shotgun sequence	True	True
ISR0213_000000013735	1910	0.521073746015846	4	4	4	4	3	False	74150	fragment	False	ISR0213_000000013735	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1910.0	100.0	100.0	0.0004185331476499002	CP047571.1	enterobacteria	Escherichia coli strain 2EC1 chromosome, complete genome	False	False
ENG0090_000000005515	3871	0.5210720229523955	5	4	4	3	2	False	66528	fragment	False	ENG0090_000000005515	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	78.313	4.0	0.0014671551032083637	NZ_JDUU01000020.1	high GC Gram+	Bifidobacterium biavatii DSM 23969 contig20, whole genome shotgun sequence	True	False
SPA0085_000000001685	8232	0.5210682418932824	9	8	3	6	5	True	118406	maximal	True	SPA0085_000000001685	1.0		3	1	False	False	0.9963557124137878	0					non-mobilizable	other	8087.0	97.774	98.0	0.0029361722990210943	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	True
SPA0047_000000009106	4340	0.5210665305951084	5	3	2	3	2	False	6686	maximal	True	SPA0047_000000009106	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1777.0	96.005	47.0	0.0005724373356780916	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0007_000000010215	4992	0.5210659238862146	10	9	3	6	6	False	21884	maximal	True	MON0007_000000010215	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1405.0	72.598	28.0	0.0003214675518252783	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
MON0100_000000040202	1139	0.5210657145237937	1	1	1	1	1	False	9085	maximal	True	MON0100_000000040202	1.0		28	7	False	False	0.9973661303520203	0					non-mobilizable	other	1139.0	95.259	100.0	0.04600582147477361	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MON0041_000000039479	1696	0.5210655951082186	3	3	3	2	1	False	89665	maximal	True	MON0041_000000039479	1.0		180	11	False	False	1.0	0					non-mobilizable	other	1107.0	97.65100000000001	100.0	0.00039712319077352847	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
MON0019_000000002319	16394	0.5210649678184707	16	7	6	4	3	True	132160	fragment	False	SPA0132_000000001387	0.5990814449813859		0	0	False	False	0.9949371814727783	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	1.0	8.997720363276532e-06	NZ_CP023694.1	high GC Gram+	Streptomyces coeruleorubidus strain ATCC 13740 chromosome, complete genome	True	True
MON0015_000000011138	3315	0.5210624620134753	4	3	3	2	1	False	40000	maximal	True	MON0015_000000011138	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1904.0	95.431	65.0	0.0006620250579968794	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
AST0024_000000003308	8519	0.5210622460546531	7	7	6	6	6	False	121833	maximal	True	AST0024_000000003308	1.0		1	1	False	False	0.999647855758667	0					non-mobilizable	no_good_hit	2151.0	77.173	51.0	0.0009170081901417766	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	False
MON0037_000000004487	8893	0.5210574700159651	11	5	3	5	3	True	98540	fragment	False	MON0037_000000004487	0.963802355734497		0	0	False	False	0.9997751116752625	0					non-mobilizable	no_good_hit	904.0	93.695	12.0	0.00026384853395680847	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0069_000000002865	8366	0.5210574700159651	10	5	3	5	3	True	98540	fragment	False	MON0037_000000004487	0.9174594622693572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	93.958	10.0	0.00023690728520650174	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
FIJ0160_000000013121	1473	0.5210572046295325	3	3	2	1	2	False	103630	maximal	True	FIJ0160_000000013121	0.9724001577405568		271	13	False	False	0.9993211030960083	0					non-mobilizable	chromosome	1231.0	97.807	99.0	0.0003964515331554351	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0013_000000022309	1343	0.5210572046295325	3	3	2	1	2	False	103630	maximal	False	FIJ0160_000000013121	0.96054465307888		0	0	False	False	0.9992554187774658	0					non-mobilizable	chromosome	1231.0	98.375	99.0	0.0003964515331554351	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0106_000000012184	1658	0.5210474092419304	3	3	3	2	2	False	119938	fragment	False	CHI0106_000000012184	1.0		0	0	False	False	0.9921592473983765	0					non-mobilizable	other	1659.0	99.337	100.0	0.0039004020450629433	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0066_000000025583	1409	0.5210474092419304	4	3	3	2	2	False	119932	fragment	False	ISR0781_000000020392	0.6347262247838618		0	0	False	False	1.0	0					non-mobilizable	chromosome	1409.0	99.71600000000001	100.0	0.00031273669036624397	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0814_000000010554	3668	0.521044861599714	3	3	3	3	3	False	132027	fragment	False	ISR0814_000000010554	1.0		0	0	False	False	0.9991821050643921	0					non-mobilizable	no_good_hit	332.0	74.699	9.0	0.00015934989119163206	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
FIJ0129_000000007248	2893	0.5210429655724288	3	3	2	2	3	False	123112	fragment	False	FIJ0129_000000007248	0.8614921892259686		0	0	False	False	0.9934324026107788	0					non-mobilizable	other	2897.0	94.339	100.0	0.0007707270622870421	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0083_000000007780	4338	0.5210304943097736	3	3	2	3	2	False	79490	fragment	False	FIJ0083_000000007780	1.0		0	0	False	False	0.9986168742179871	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	0.0010496285929594144	NZ_QSBM01000032.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf32, whole genome shotgun sequence	True	False
MAD0028_000000008215	1524	0.5210300490795303	4	2	1	2	1	False	19006	fragment	False	MAD0028_000000008215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000037055	1643	0.5210290751129624	3	3	2	2	2	False	71411	maximal	True	DEN0079_000000037055	1.0		178	13	False	False	0.9963481426239014	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	0.00016694026320914832	NZ_PJZH01000004.1	enterobacteria	Chimaeribacter coloradensis strain 2016-Iso4 NODE_4_length_251660_cov_30.8292_ID_5209, whole genome shotgun sequence	True	False
CAN0021_000000014859	2889	0.5210286944022702	2	2	2	2	2	False	95383	maximal	False	CAN0007_000000013444	0.962060058120762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	76.916	39.0	0.0034411858855974984	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
ISR0077_000000002972	8249	0.5210279773482008	6	4	4	4	2	True	34537	maximal	True	ISR0077_000000002972	1.0		3	2	False	False	0.9973329901695251	0					non-mobilizable	no_good_hit								True	True
ISR0288_000000004322	6138	0.5210279687943759	9	6	3	5	5	False	125899	fragment	False	ISR0338_000000003137	0.5478491722634884		0	0	False	False	1.0	0					non-mobilizable	other	4773.0	96.061	91.0	0.095121024964522	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
SPA0071_000000000229	35059	0.5210261280275222	48	22	16	18	17	False	5910	fragment	False	SPA0071_000000000229	1.0		0	0	False	False	0.9999714493751526	0					non-mobilizable	no_good_hit	1594.0	74.529	4.0	0.006952296075588484	NZ_KB822504.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.9, whole genome shotgun sequence	True	False
ISR0311_000000020295	1192	0.5210256218431353	2	1	1	1	1	False	25282	maximal	True	ISR0311_000000020295	1.0		28	5	False	False	0.9924496412277222	0					non-mobilizable	no_good_hit								True	False
MON0060_000000008518	4096	0.5210247576567171	3	3	3	3	2	False	119085	maximal	True	MON0060_000000008518	0.9349075462268865		15	4	False	False	0.99560546875	0					non-mobilizable	other	4089.0	80.949	99.0	0.0014706498436273358	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
MON0087_000000038754	1332	0.5210196084688513	1	1	1	1	1	False	9678	maximal	True	MON0087_000000038754	1.0		8	4	False	False	0.9947447180747986	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	0.0021007105344454744	NZ_JPRO01000036.1	CFB group bacteria	Chryseobacterium luteum strain DSM 18605 Contig36, whole genome shotgun sequence	True	False
MAD0048_000000001721	10027	0.5210182874923811	14	6	4	6	3	False	17576	maximal	True	MAD0048_000000001721	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0077_000000013546	2125	0.5210153790320408	1	1	1	1	1	False	117271	fragment	False	SPA0077_000000013546	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	87.77	79.0	0.0005080985295086416	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
TAN0001_000000010775	1394	0.5210153790320408	1	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.08812405756093528		0	0	False	False	0.9906743168830872	0					non-mobilizable	other	1396.0	89.11200000000001	100.0	0.005346772552978341	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0069_000000043297	1232	0.521015318376776	2	2	2	2	1	False	10467	fragment	False	MON0069_000000043297	1.0		0	0	False	False	0.9878246784210205	0					non-mobilizable	chromosome	1233.0	97.486	100.0	0.00027418308130151505	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0020_01_000000008670	4038	0.521014372983294	10	4	2	4	3	False	1800	maximal	True	USA0020_01_000000008670	1.0		1	1	False	False	0.9990094304084778	0					non-mobilizable	no_good_hit	79.0	93.671	2.0	3.0312357182163275e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0165_000000018109	1118	0.5210136111823422	3	2	2	2	1	False	56198	fragment	False	ENG0165_000000018109	1.0		0	0	False	False	0.9794275760650635	0					non-mobilizable	other	1118.0	95.17	100.0	0.0005352500748727163	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
ISR0207_000000009504	2974	0.5210131984631181	4	4	4	4	3	False	65052	fragment	False	MON0064_000000008519	0.9877617694881748		0	0	False	False	1.0	0					non-mobilizable	chromosome	2974.0	99.79799999999999	100.0	0.0013560308479913592	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ISR0175_000000009097	2445	0.5210110984527903	3	3	3	2	2	False	99851	maximal	True	ISR0175_000000009097	1.0		21	5	False	False	0.9995909929275513	0					non-mobilizable	other	2445.0	99.59100000000001	100.0	0.0014716854109850116	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
CHI0023_000000006950	1958	0.5210088724645632	2	2	2	2	2	False	119436	fragment	False	CHI0024_000000003275	0.034381833245052895		0	0	False	False	1.0	0					non-mobilizable	other	1095.0	99.45200000000001	100.0	0.007856486269102608	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0003_000000007245	1699	0.5210086169631708	3	2	2	2	2	False	90959	maximal	True	CHI0003_000000007245	1.0		1	1	False	False	0.9964684844017029	0					non-mobilizable	no_good_hit	229.0	77.729	13.0	0.002363081791778141	NZ_FRAE01000007.1	firmicutes	Tepidibacter formicigenes DSM 15518, whole genome shotgun sequence	True	False
FIJ0096_000000011921	2929	0.5210083792345271	5	3	3	3	2	False	95998	maximal	True	FIJ0096_000000011921	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	74.402	56.0	0.0020550578451358995	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
FIJ0010_000000000961	17600	0.5210050491870769	17	7	4	7	3	True	51109	fragment	False	FIJ0010_000000000961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0782_000000007578	1739	0.5210021677234429	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8743109439320973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	84.904	84.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0106_000000022738	1692	0.5210021677234429	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8129416890855441		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	85.21	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0027_000000015717	1459	0.5210021677234429	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.3916009717034567		0	0	False	False	0.9972584247589111	0					non-mobilizable	chromosome	1207.0	85.00399999999999	93.0	0.00034161340512619214	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0102_000000020481	1412	0.5210021677234429	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.29101126531766797		0	0	False	False	1.0	0					non-mobilizable	chromosome	1207.0	85.00399999999999	95.0	0.00034161340512619214	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0086_000000017864	1394	0.5210021677234429	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.2904155686185121		0	0	False	False	1.0	0					non-mobilizable	chromosome	1207.0	85.00399999999999	95.0	0.00034161340512619214	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0032_000000019917	1683	0.5209980952957003	2	2	2	2	2	False	36934	fragment	False	ISR0032_000000019917	0.994949494949495		0	0	False	False	1.0	0					non-mobilizable	chromosome	1683.0	99.228	100.0	0.0005301623614351955	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0109_000000019238	1683	0.5209980952957003	2	2	2	2	2	False	36934	fragment	False	ISR0032_000000019917	0.994949494949495		0	0	False	False	1.0	0					non-mobilizable	chromosome	1683.0	99.762	100.0	0.0005301623614351955	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0114_000000025543	1836	0.5209980434481593	2	1	1	1	1	False	4437	maximal	True	SPA0114_000000025543	1.0		6	5	False	False	0.998910665512085	0					non-mobilizable	no_good_hit								True	False
DEN0035_000000019027	1791	0.520991005174865	1	1	1	1	1	False	94973	maximal	False	SPA0053_000000017939	0.8124419739439709		0	0	False	False	0.9988833069801331	0					non-mobilizable	chromosome	1801.0	97.057	100.0	0.0005010961478233636	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0094_000000021454	1766	0.520991005174865	1	1	1	1	1	False	94973	maximal	False	SPA0053_000000017939	0.7965046890161096		0	0	False	False	0.9977350234985352	0					non-mobilizable	chromosome	1767.0	99.887	100.0	0.0004916309983644778	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0100_000000017071	1673	0.520991005174865	1	1	1	1	1	False	94973	maximal	False	SPA0053_000000017939	0.7841542267733486		0	0	False	False	1.0	0					non-mobilizable	chromosome	1682.0	96.73	100.0	0.0004676897379684727	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0149_000000009665	2165	0.5209901756076997	2	2	2	2	2	False	111712	maximal	False	ISR0205_000000007601	0.9673389845423563		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	96.104	4.0	0.003467786092352619	MK232386.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_8-CL31_c1 sequence	True	False
ISR0058_000000024838	1104	0.5209876466371803	2	2	2	2	2	False	70673	maximal	False	ISR0319_000000018911	0.7461800669610364		0	0	False	False	0.9855072498321533	0					non-mobilizable	other	1104.0	100.0	100.0	0.004184386131965599	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0153_000000003403	8307	0.5209868760654274	9	5	2	5	5	True	98549	fragment	False	FIJ0153_000000003403	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	559.0	74.061	7.0	0.2273666804464655	HG796409.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00979	True	True
FIJ0074_000000013302	2388	0.520984527784094	6	1	1	1	1	False	44642	fragment	False	FIJ0074_000000013302	1.0		0	0	False	False	0.9983249306678772	0					non-mobilizable	no_good_hit	567.0	73.192	23.0	0.00014350379484945265	CP006903.1	firmicutes	Clostridium botulinum 202F, complete genome	True	False
SPA0129_000000011484	2330	0.5209835991259703	3	3	3	3	2	False	117976	maximal	True	SPA0129_000000011484	1.0		10	4	False	False	1.0	0					non-mobilizable	chromosome	2264.0	99.912	100.0	0.0006298000336190208	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ENG0049_000000006177	3207	0.5209813083457031	5	5	3	3	3	False	91242	fragment	False	ENG0049_000000006177	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3207.0	96.476	100.0	0.0022717738826783973	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
ISR0297_000000003900	3277	0.5209805242489293	3	2	2	2	2	False	58305	maximal	False	MAD0112_000000008376	0.9370116075440573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	95.0	19.0	6.986869977525569e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0053_000000005700	5548	0.5209760989862624	9	7	4	4	6	False	94429	backbone	False	CAN0015_000000007549	0.990571718317256	PS499	0	0	True	True	0.9994592666625977	11					non-mobilizable	chromosome	4279.0	94.999	100.0	0.0008238634009428081	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
ENG0168_000000025460	1238	0.5209756744298983	2	2	2	2	2	False	55949	maximal	True	ENG0168_000000025460	1.0		30	5	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	95.49	65.0	0.00018261099591258565	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0014_000000027497	1249	0.5209755491683299	2	2	2	2	2	True	38002	fragment	False	ISR0014_000000027497	1.0		0	0	False	False	0.9991993308067322	0					non-mobilizable	chromosome	830.0	76.988	98.0	0.0002378704818320646	LR738849.1	d-proteobacteria	Desulfovibrio sp. 86 genome assembly, chromosome: DESU86	False	True
ISR0062_000000019578	1928	0.5209668760912209	2	2	0	2	1	False	56823	fragment	False	ISR0062_000000019578	1.0		0	0	False	False	0.9989626407623291	0					non-mobilizable	no_good_hit								True	False
ENG0008_000000010340	2401	0.520964446715685	3	2	2	2	1	False	110484	maximal	True	ENG0008_000000010340	1.0		59	6	False	False	0.9970845580101013	0					non-mobilizable	no_good_hit	1280.0	99.531	53.0	0.006309319441977939	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0089_000000002387	7018	0.5209636490815829	9	8	5	7	7	False	15856	maximal	True	MAD0089_000000002387	1.0		1	1	False	False	0.9988600611686707	0					non-mobilizable	no_good_hit	3894.0	86.54299999999999	83.0	0.0008059566097830573	CP056129.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00925 chromosome, complete genome	True	False
ISR0086_000000005963	4145	0.5209618610969324	4	3	3	3	1	True	122734	maximal	True	ISR0086_000000005963	1.0		0	0	False	False	0.9990350008010864	0					non-mobilizable	no_good_hit	2323.0	97.589	56.0	0.04250370831578369	NZ_CYZK01000021.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0043_000000019550	1484	0.5209616419113839	2	2	2	1	1	False	80856	maximal	False	USA0035_01_000000015284	0.674780886774963		0	0	False	False	0.9811320900917053	0					non-mobilizable	other	1468.0	98.29700000000001	99.0	0.01593305075535268	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0358_000000016049	1210	0.5209615841366335	2	1	1	1	1	False	23836	fragment	False	ISR0358_000000016049	1.0		0	0	False	False	0.9834710955619812	0					non-mobilizable	no_good_hit								True	False
ENG0196_000000002741	3560	0.5209610523580803	5	4	4	4	3	False	54425	maximal	True	ENG0196_000000002741	1.0		47	7	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	74.93	10.0	0.00011453415296217667	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0308_000000002859	4969	0.5209564343937471	4	4	3	3	1	True	101044	maximal	True	ISR0308_000000002859	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2804.0	97.432	56.0	0.0005688872285629303	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
FIJ0134_000000011771	1246	0.5209553515972611	1	1	0	1	0	False	40620	maximal	True	FIJ0134_000000011771	1.0		27	3	False	False	0.9991974234580994	0					non-mobilizable	no_good_hit	62.0	98.387	5.0	0.0026815544223668013	NZ_JXQL01000062.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig62, whole genome shotgun sequence	True	False
ISR0360_000000013685	1806	0.5209520301251772	4	3	3	3	2	False	107145	fragment	False	FIJ0147_000000011258	0.47755666356401133		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	98.005	100.0	0.01076135224179917	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0197_000000014236	1796	0.5209520301251772	4	3	3	3	2	False	107145	fragment	False	FIJ0147_000000011258	0.4773943662575887		0	0	False	False	0.9994432330131531	0					non-mobilizable	other	1196.0	98.32799999999999	100.0	0.010698682137229623	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0815_000000017366	1793	0.5209520301251772	4	3	3	3	2	False	107145	fragment	False	FIJ0147_000000011258	0.4767135418700049		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	98.40700000000001	100.0	0.010671823520985533	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0108_000000004029	5324	0.5209500121335706	6	6	5	6	4	False	32818	maximal	True	ISR0108_000000004029	1.0		28	7	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	78.431	17.0	0.0026808859914849393	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	False
DEN0063_000000018658	2530	0.5209485806046134	4	2	2	1	1	False	71543	maximal	True	DEN0063_000000018658	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	5.259155726075946e-06	CP003078.1	high GC Gram+	Mycobacterium sp. JS623, complete genome	True	False
DEN0033_000000010267	2341	0.5209457922828612	3	3	3	3	2	False	128048	fragment	False	ISR0776_000000010471	0.9369391935466458		0	0	False	False	1.0	0					non-mobilizable	other	2341.0	96.583	100.0	0.004888789449582529	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0078_000000020224	2211	0.5209457922828612	3	3	3	3	2	False	128048	fragment	False	ISR0776_000000010471	0.6275968702725347		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	89.505	100.0	0.0031532482848462165	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0071_000000015828	1260	0.5209455416736417	2	2	2	1	1	False	62270	fragment	False	ENG0071_000000015828	1.0		0	0	False	False	1.0	0					non-mobilizable	other	965.0	99.689	100.0	0.0012191235462836966	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
MON0107_000000018903	3040	0.5209404690078976	4	4	3	2	2	False	11691	maximal	True	MON0107_000000018903	0.9922547332185887		45	9	False	False	0.9993420839309692	0					non-mobilizable	other	2320.0	98.405	99.0	0.0011092793273498609	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
ENG0016_000000006877	3303	0.52093841219641	3	3	3	3	2	False	104378	maximal	True	ENG0016_000000006877	1.0		77	9	False	False	0.9984862208366394	0					non-mobilizable	other	1877.0	91.84899999999999	93.0	0.019876053229195407	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0012_000000011590	2094	0.5209356415559351	3	2	2	2	2	False	103369	fragment	False	ISR0365_000000007201	0.31839785254978387		0	0	False	False	0.9995224475860596	0					non-mobilizable	other	2095.0	98.759	100.0	0.008241714845354312	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0042_000000016692	1980	0.5209304501676111	3	3	3	3	3	False	23997	fragment	False	ISR0354_000000009149	0.9707631059763585		0	0	False	False	0.9989898800849915	0					non-mobilizable	other	1969.0	98.781	99.0	0.05521110955253191	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
USA0020_01_000000017706	1969	0.5209304501676111	3	3	3	3	3	False	23997	fragment	False	ISR0354_000000009149	0.9707282465212979		0	0	False	False	0.9964448809623718	0					non-mobilizable	other	1970.0	99.086	100.0	0.055239163978117546	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
CHI0005_000000017310	1188	0.5209292160663984	3	2	1	2	1	False	90691	maximal	True	CHI0005_000000017310	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	84.615	5.0	2.1747130483122696e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
MON0107_000000006627	7071	0.520928816239711	5	5	4	4	4	False	8619	maximal	True	MON0107_000000006627	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	3561.0	72.115	49.0	0.07808298978311526	NZ_AAXG02000017.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont185, whole genome shotgun sequence	True	False
SPA0078_000000001255	6327	0.5209279146882271	4	3	3	2	2	False	5678	maximal	True	SPA0078_000000001255	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	5310.0	100.0	84.0	0.04772049041814978	CP026165.1	enterobacteria	Klebsiella pneumoniae strain F81 plasmid pF81_1, complete sequence	True	False
USA0111_01_000000015438	1638	0.5209274376748484	2	2	2	2	1	False	300	maximal	True	USA0111_01_000000015438	1.0		907	15	False	False	1.0	0					non-mobilizable	other	1608.0	85.697	98.0	0.00047901963257899533	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0154_000000001446	15474	0.5209207997376533	18	7	3	6	2	False	79232	maximal	True	CHI0154_000000001446	1.0		1	1	False	False	0.9997414946556091	0					non-mobilizable	no_good_hit	146.0	100.0	1.0	0.00043065810498553583	NZ_FLKP01000001.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	False
FIJ0141_000000015692	1878	0.5209194375235054	3	3	3	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.49241047579815517		0	0	False	False	0.996272623538971	0					non-mobilizable	other	1878.0	97.391	100.0	0.0005836204252216109	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0177_000000028683	1125	0.5209193369483013	3	3	3	3	1	False	29729	fragment	False	ISR0177_000000028683	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	98.93299999999999	100.0	0.004834886892036631	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0099_000000017905	1164	0.5209189183116615	2	2	2	2	2	False	108683	fragment	False	ENG0171_000000020326	0.9641965029142381		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	99.656	100.0	0.005737090313542098	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0050_000000030520	1332	0.5209157518830362	2	1	1	1	1	False	11306	maximal	True	MON0050_000000030520	1.0		19	3	False	False	0.9977477192878723	0					non-mobilizable	no_good_hit	1165.0	97.854	87.0	0.0005692456975213331	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	True	False
ISR0008_000000005511	2238	0.5209156711641364	2	2	2	2	2	False	115312	fragment	False	ISR0008_000000005511	0.9699368586926076		0	0	False	False	0.9991063475608826	0					non-mobilizable	other	2229.0	99.23700000000001	99.0	0.03217142692118867	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0078_000000003206	2509	0.5209147128566363	3	3	3	3	1	False	16201	maximal	True	MAD0078_000000003206	1.0		1	1	False	False	0.9800717234611511	0					non-mobilizable	no_good_hit	801.0	92.759	32.0	0.020024530049310405	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0024_000000002065	5398	0.5209114729380512	10	7	1	1	7	False	111174	maximal	True	CHI0024_000000002065	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	4559.0	98.02600000000001	87.0	0.000882594071222262	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
CAN0004_000000014938	1871	0.5209103240973516	3	3	3	2	1	False	96167	maximal	True	CAN0004_000000014938	1.0		33	11	False	False	0.9962586760520935	0					non-mobilizable	no_good_hit	94.0	86.17	5.0	2.620315446534154e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0068_000000004960	4575	0.5209095691338715	6	2	1	2	1	False	115167	maximal	True	ENG0068_000000004960	1.0	PS748	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1492.0	98.12299999999999	33.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
MAD0097_000000020278	2024	0.5209088786786591	2	2	2	1	1	False	15416	maximal	True	MAD0097_000000020278	1.0		3	2	False	False	0.9832015633583069	0					non-mobilizable	no_good_hit	387.0	74.16	19.0	0.0038109832941816972	NZ_BILX01000022.1	firmicutes	Paenibacillus ehimensis NBRC 15659 PEH01S_CON0022, whole genome shotgun sequence	True	False
ISR0350_000000006984	2587	0.5209048082389522	3	1	1	1	1	False	24100	maximal	True	ISR0350_000000006984	1.0		1	1	False	False	0.9992269277572632	0					non-mobilizable	chromosome	2587.0	100.0	100.0	0.000519450049835869	CP057584.1	enterobacteria	Escherichia coli strain RHB22-C05 chromosome, complete genome	False	False
ISR0185_000000002958	8928	0.5209032543749279	7	5	3	5	3	True	101292	fragment	False	ISR0185_000000002958	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5547.0	97.963	89.0	0.04808943159939639	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CAN0019_000000000758	7997	0.5209032543749279	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9767470951561993		0	0	False	False	1.0	0					non-mobilizable	plasmid	4896.0	98.28399999999999	99.0	0.042443584895842365	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0296_000000002799	7763	0.5209032543749279	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9769253608750782		0	0	False	False	1.0	0					non-mobilizable	other	7293.0	98.53299999999999	94.0	0.9998628634119583	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0181_000000002187	7648	0.5209032543749279	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9731685527787105		0	0	False	False	1.0	0					non-mobilizable	other	7299.0	98.46600000000001	95.0	0.9998628634119583	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0857_000000000123	7548	0.5209032543749279	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9751877692102529		0	0	False	False	1.0	0					non-mobilizable	plasmid	4896.0	98.162	98.0	0.042443584895842365	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0203_000000002483	7481	0.5209032543749279	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9731262087535777		0	0	False	False	1.0	0					non-mobilizable	other	7299.0	98.096	98.0	0.9998628634119583	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0287_000000001052	7466	0.5209032543749279	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9724184248232997		0	0	False	False	1.0	0					non-mobilizable	other	7299.0	98.055	98.0	0.9998628634119583	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
CAN0020_000000004707	7311	0.5209032543749279	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9699756802104136		0	0	False	False	1.0	0					non-mobilizable	other	7293.0	98.42299999999999	99.0	0.9998628634119583	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
ISR0161_000000003776	7296	0.5209032543749279	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9699762694355362		0	0	False	False	1.0	0					non-mobilizable	other	7286.0	98.682	99.0	0.9987657707076248	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
SPA0010_000000002348	7294	0.5209032543749279	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9677842188681718		0	0	False	False	1.0	0					non-mobilizable	other	7272.0	98.47399999999999	99.0	0.9969829950630829	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
DEN0031_000000003624	7279	0.5209032543749279	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.9670749041646578		0	0	False	False	1.0	0					non-mobilizable	other	7274.0	98.36399999999999	99.0	0.9969829950630829	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	False	True
MON0035_000000020223	1441	0.5209022552193028	2	2	2	2	1	False	51189	maximal	True	MON0035_000000020223	0.9370487002567394		497	14	False	False	0.9993060231208801	0					non-mobilizable	no_good_hit	824.0	76.82	57.0	0.00018507407035348695	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0047_000000015549	1357	0.5208987941959754	2	2	2	1	1	False	64306	maximal	True	ENG0047_000000015549	1.0		60	7	False	False	1.0	0					non-mobilizable	chromosome	1222.0	85.679	90.0	0.00039226139500013376	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0139_000000005178	3564	0.520898186740831	5	4	2	2	3	True	79429	maximal	True	ENG0139_000000005178	1.0		20	7	False	False	0.9997194409370422	0					non-mobilizable	chromosome	3564.0	99.916	100.0	0.0006543723755315054	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
AST0140_000000023235	1253	0.5208970838132448	2	1	1	1	1	False	105403	maximal	True	AST0140_000000023235	1.0		24	6	False	False	0.9904229640960693	0					non-mobilizable	no_good_hit	384.0	72.135	30.0	9.314959677776128e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
MON0026_000000026903	1773	0.5208966258944665	2	2	2	2	1	False	12737	maximal	True	MON0026_000000026903	1.0		63	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0060_000000014451	2037	0.5208926489292568	2	2	2	1	1	False	112421	maximal	True	AST0060_000000014451	0.9922833021591385		884	13	False	False	0.9901816248893738	0					non-mobilizable	other	2037.0	99.804	100.0	0.0004300000654715227	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0050_000000012953	2001	0.5208926489292568	2	2	2	1	1	False	23152	maximal	True	SPA0050_000000012953	1.0		750	13	False	False	0.9995002746582031	0					non-mobilizable	chromosome	2001.0	94.50299999999999	100.0	0.00036731539462896736	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
CHI0033_000000004138	1694	0.5208926489292568	2	2	2	1	1	False	88349	maximal	True	CHI0033_000000004138	1.0		179	8	False	False	0.995277464389801	0					non-mobilizable	other	1691.0	97.81200000000001	99.0	0.014299978000033846	NZ_QRML01000012.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf12, whole genome shotgun sequence	False	False
DEN0021_000000022167	1651	0.5208926489292568	2	2	2	1	1	False	74740	fragment	False	DEN0021_000000022167	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	99.939	99.0	0.0029778765561220785	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
DEN0041_000000005219	6156	0.5208905273280421	8	5	4	4	4	True	73156	maximal	True	DEN0041_000000005219	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	99.473	22.0	0.000418734305352289	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ENG0174_000000002311	6540	0.5208872167215	8	7	5	5	5	True	132395	backbone	False	SPA0082_000000002281	0.9673244539704295	PS1159|PS1161|PS463	0	0	True	True	0.9974005818367004	16		MOBV			mobilizable	plasmid	3642.0	99.863	90.0	0.523057032035627	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
SPA0084_000000002381	5887	0.5208872167215	7	7	5	5	5	True	132395	backbone	False	SPA0082_000000002281	0.7511124414746828	PS1159|PS1161|PS463	0	0	True	True	1.0	22		MOBV			mobilizable	plasmid	1869.0	99.89299999999999	95.0	0.2683522482401954	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	False	True
ISR0277_000000001043	8443	0.5208831413602578	7	6	6	5	4	False	81698	fragment	False	ISR0277_000000001043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5381.0	78.814	87.0	0.0009790775153569952	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	True	False
ISR0814_000000029169	1434	0.5208829445027492	3	3	2	3	1	False	21513	maximal	True	ISR0814_000000029169	1.0		68	10	False	False	0.9958158731460571	0					non-mobilizable	no_good_hit	393.0	75.318	35.0	0.00011504340027333348	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ENG0180_000000014385	1254	0.5208829445027492	3	3	2	3	1	False	127422	fragment	False	ENG0002_000000019380	0.8539270956261223		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	99.12299999999999	100.0	0.006781220403193073	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
MON0029_000000024892	1303	0.5208812278474666	2	2	2	2	1	False	12543	maximal	True	MON0029_000000024892	1.0		240	12	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	73.252	49.0	0.0023467980873595586	NZ_AWEZ01000045.1	actinobacteria	Olsenella profusa F0195 contig00001, whole genome shotgun sequence	True	False
FIJ0165_000000010602	1498	0.5208805517594418	2	2	2	1	1	False	39051	maximal	True	FIJ0165_000000010602	1.0		1	1	False	False	0.9993324279785156	0					non-mobilizable	chromosome	1498.0	100.0	100.0	0.00028882501853631505	CP031789.1	enterobacteria	Klebsiella pneumoniae strain KSB1_1I-sc-2280289 chromosome, complete genome	False	False
FIJ0063_000000015676	1778	0.5208759524958568	2	2	2	2	2	False	45584	maximal	True	FIJ0063_000000015676	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1200.0	90.667	99.0	0.005904812644290535	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0098_000000017050	1406	0.5208728434866194	2	2	2	2	2	False	42848	maximal	True	FIJ0098_000000017050	1.0		548	13	False	False	0.9765291810035706	0					non-mobilizable	no_good_hit	991.0	99.495	70.0	0.9041095890410958	GQ873751.1		Uncultured organism clone 1041059765593 genomic sequence	True	False
ISR0370_000000002572	8923	0.5208727701858641	7	6	5	6	5	True	37727	maximal	True	ISR0370_000000002572	1.0		8	4	False	False	0.9992154836654663	0					non-mobilizable	no_good_hit	3676.0	78.7	42.0	0.0010402000187730931	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0013_000000012190	2087	0.5208696707175795	5	3	1	2	2	True	38100	maximal	True	ISR0013_000000012190	1.0		4	3	False	False	1.0	0					non-mobilizable	other	643.0	88.18	91.0	0.0001733865015759449	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	True
ISR0396_000000011054	2077	0.5208696707175795	4	3	1	2	2	True	55298	fragment	False	ISR0396_000000011054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	79.759	46.0	0.00020187724127152272	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
MON0101_000000018245	3313	0.5208694826561544	2	2	2	2	2	False	9067	maximal	True	MON0101_000000018245	1.0		502	13	False	False	1.0	0					non-mobilizable	other	3313.0	99.97	100.0	0.050876357547734986	NZ_SPGG01000021.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_21_length_65099_cov_39.5151, whole genome shotgun sequence	False	False
ISR0246_000000016118	1445	0.5208690233506811	2	2	2	2	2	False	27117	fragment	False	ISR0246_000000016118	1.0		0	0	False	False	0.9965397715568542	0					non-mobilizable	no_good_hit								True	False
SPA0015_000000020093	1255	0.5208677174868122	2	2	2	2	2	False	7900	maximal	True	SPA0015_000000020093	1.0		387	12	False	False	0.9721115827560425	0					non-mobilizable	chromosome	1256.0	93.31200000000001	100.0	0.00019328928577759248	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0029_000000009588	3601	0.5208670158678539	5	3	2	3	2	False	52421	maximal	True	FIJ0029_000000009588	0.9832596616472168		4	1	False	False	0.9994446039199829	0					non-mobilizable	no_good_hit	1155.0	84.069	38.0	0.00030570361314461516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0100_000000005607	3478	0.5208670158678539	5	3	2	3	2	False	52421	maximal	False	FIJ0029_000000009588	0.9722299361288531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1155.0	84.069	40.0	0.00030570361314461516	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0071_000000003158	3677	0.5208641467653786	3	3	3	3	2	False	32075	maximal	True	MON0071_000000003158	1.0		220	13	False	False	1.0	0					non-mobilizable	other	3678.0	95.759	100.0	0.8514140009272138	KU543833.1	bacteria	Uncultured bacterium clone CH_060401_Contig_2 genomic sequence	False	False
ISR0175_000000011388	1848	0.5208622908735477	2	2	2	2	1	False	102581	fragment	False	ISR0175_000000011388	1.0		0	0	False	False	0.9935064911842346	0					non-mobilizable	other	1848.0	99.242	100.0	0.0070850978948014485	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0108_000000015424	1421	0.5208613651701305	1	1	1	1	1	False	19083	fragment	False	MAD0026_000000009351	0.9631428344167907		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	99.93	100.0	0.040676024061873386	NZ_VJZV01000039.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold39_1, whole genome shotgun sequence	False	False
MON0108_000000015429	1421	0.5208613651701305	1	1	1	1	1	False	19083	fragment	False	MAD0026_000000009351	0.9503138142885006		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	99.859	100.0	0.00036406121048301437	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
AST0012_000000000721	16282	0.5208607691128879	20	12	6	10	7	False	131173	maximal	True	AST0012_000000000721	1.0		4	4	False	False	0.9996315240859985	0					non-mobilizable	no_good_hit	1535.0	82.932	29.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0360_000000018180	1373	0.5208603493451145	2	2	2	2	2	False	37997	maximal	True	ISR0360_000000018180	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	95.131	83.0	0.0178547456034367	NZ_JAAIPV010000047.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_47_length_29796_cov_89.5251, whole genome shotgun sequence	True	False
FIJ0096_000000032585	1176	0.5208603493451145	2	2	2	2	2	False	42952	maximal	True	FIJ0096_000000032585	1.0		46	5	False	False	0.9872449040412903	0					non-mobilizable	no_good_hit								True	False
ETH0001_000000033459	1133	0.5208603493451145	2	2	2	2	2	False	53406	maximal	True	ETH0001_000000033459	1.0		222	13	False	False	0.998234748840332	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.00024605434285915144	NZ_VDGT01000022.1	high GC Gram+	Streptomyces sedi strain JCM 16909 NODE_22_length_113796_cov_55.379057, whole genome shotgun sequence	True	False
ISR0042_000000030685	1106	0.5208603493451145	2	2	2	2	2	False	36323	maximal	True	ISR0042_000000030685	1.0		93	7	False	False	1.0	0					non-mobilizable	other	1106.0	94.665	100.0	0.0002940792140287229	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
TAN0010_000000011972	1381	0.5208572338316668	3	3	3	3	1	False	2607	maximal	True	TAN0010_000000011972	1.0		163	12	False	False	0.9949312210083008	0					non-mobilizable	other	1382.0	96.816	100.0	0.0017829223468744	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
CHI0182_000000003182	7298	0.5208571509016552	3	3	2	3	0	False	108033	maximal	True	CHI0182_000000003182	0.9505454894762245		7	4	False	False	0.9998629689216614	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.00015972339665896236	NZ_QMFB01000017.1	firmicutes	Paenibacillus contaminans strain CKOBP-6 scaffold17, whole genome shotgun sequence	True	False
MAD0033_000000002091	7244	0.5208571509016552	3	3	2	3	0	False	108033	maximal	False	CHI0182_000000003182	0.3768284252730541		0	0	False	False	0.9976532459259033	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.00015972339665896236	NZ_QMFB01000017.1	firmicutes	Paenibacillus contaminans strain CKOBP-6 scaffold17, whole genome shotgun sequence	True	False
CHI0087_000000000692	7233	0.5208571509016552	3	3	2	3	0	False	108033	maximal	False	CHI0182_000000003182	0.9353488342490573		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	0.00015972339665896236	NZ_QMFB01000017.1	firmicutes	Paenibacillus contaminans strain CKOBP-6 scaffold17, whole genome shotgun sequence	True	False
CHI0078_000000002478	6939	0.5208571509016552	3	3	2	3	0	False	108033	maximal	False	CHI0182_000000003182	0.74819558591067		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.00015972339665896236	NZ_QMFB01000017.1	firmicutes	Paenibacillus contaminans strain CKOBP-6 scaffold17, whole genome shotgun sequence	True	False
MON0015_000000004956	6555	0.5208571509016552	3	3	2	3	0	False	80895	fragment	False	MON0015_000000004956	1.0		0	0	False	False	0.9920670986175537	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	4.717250843387272e-05	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0024_000000008114	5008	0.5208571509016552	3	3	2	3	0	False	80894	fragment	False	MON0024_000000008114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	4.717250843387272e-05	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0051_000000006364	4925	0.5208571509016552	3	3	2	3	0	False	100450	fragment	False	ENG0208_000000005591	0.9677864378997318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	0.00015972339665896236	NZ_QMFB01000017.1	firmicutes	Paenibacillus contaminans strain CKOBP-6 scaffold17, whole genome shotgun sequence	True	False
MON0055_000000016449	1507	0.5208522422787795	2	2	2	2	2	True	32514	fragment	False	MON0020_000000012911	0.6051251008878128		0	0	False	False	0.9986728429794312	0					non-mobilizable	no_good_hit	1232.0	70.211	80.0	0.0005076301719277581	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
AST0052_000000019999	1267	0.5208516294669064	2	1	1	1	1	False	114405	fragment	False	AST0052_000000019999	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	87.611	9.0	0.00431602925308716	NZ_MPKA01000083.1	firmicutes	Dubosiella newyorkensis strain NYU-BL-A4 NODE_30_length_25023_cov_195.644_ID_59, whole genome shotgun sequence	True	False
SPA0038_000000002357	11795	0.5208489701848374	16	5	2	5	4	True	117616	maximal	False	ISR0205_000000001731	0.9560884238106595		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3642.0	92.20200000000001	53.0	0.2741569635566309	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
AUS0008_000000001117	11687	0.5208489701848374	16	5	2	5	4	True	117616	maximal	False	ISR0205_000000001731	0.9548601114653369		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	3642.0	92.20200000000001	55.0	0.2741569635566309	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	True	True
USA0121_01_000000032173	1293	0.5208455746916842	2	2	2	1	1	False	165	maximal	True	USA0121_01_000000032173	1.0		183	12	False	False	0.9992266297340393	0					non-mobilizable	no_good_hit	777.0	76.44800000000001	60.0	0.00018878698478009135	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0046_000000029970	1172	0.5208450401522454	2	2	2	2	1	False	59105	maximal	True	FIJ0046_000000029970	0.9935952177625961		263	11	False	False	1.0	0					non-mobilizable	no_good_hit	638.0	75.705	54.0	0.0001743950325185642	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
DEN0051_000000027577	1714	0.5208434323703001	3	3	3	2	1	False	72511	maximal	True	DEN0051_000000027577	1.0		90	8	False	False	0.9941657185554504	0					non-mobilizable	no_good_hit	660.0	70.90899999999999	38.0	0.000178794274907059	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	True	False
FIJ0017_000000023769	1263	0.5208408635574698	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.5581737802167059		0	0	False	False	1.0	0					non-mobilizable	chromosome	1266.0	96.288	100.0	0.0004463833596752446	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0020_000000021218	1594	0.5208407255289681	2	1	1	1	1	False	7716	maximal	True	SPA0020_000000021218	1.0		129	13	False	False	1.0	0					non-mobilizable	other	1153.0	85.08200000000001	99.0	0.0003453397351150897	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0153_000000029727	1184	0.5208378444871141	2	2	1	2	2	False	103204	maximal	True	AST0153_000000029727	1.0		30	5	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	82.738	56.0	0.006546339644122525	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	True	False
AST0050_000000007990	1687	0.5208320710696478	3	2	2	2	1	True	114736	maximal	True	AST0050_000000007990	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0187_000000026848	1143	0.5208312714484398	1	1	1	1	1	False	54946	maximal	True	ENG0187_000000026848	1.0		0	0	False	False	0.9947506785392761	0					non-mobilizable	no_good_hit								True	False
MAD0022_000000001474	5509	0.5208304295815274	8	4	3	4	2	False	19311	maximal	True	MAD0022_000000001474	1.0		1	1	False	False	0.9912869930267334	0					non-mobilizable	no_good_hit								True	False
ISR0151_000000020145	1110	0.5208277957246361	2	2	2	2	1	False	30745	fragment	False	ISR0151_000000020145	1.0		0	0	False	False	0.9423423409461975	0					non-mobilizable	chromosome	1108.0	97.473	99.0	0.001521392259453041	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0102_000000010277	1618	0.5208263026497575	3	2	2	2	1	False	117263	fragment	False	MAD0026_000000006911	0.281303842309184		0	0	False	False	0.988257110118866	0					non-mobilizable	other	1618.0	99.815	100.0	0.006206555074060285	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
AST0060_000000003379	8062	0.5208249803522693	4	3	2	3	3	False	112547	maximal	True	AST0060_000000003379	0.9999373982721923		15	6	False	False	0.9998759627342224	0					non-mobilizable	chromosome	8062.0	100.0	100.0	0.0015713903636986018	CP054230.1	enterobacteria	Escherichia coli strain EcPF14 chromosome, complete genome	False	False
ENG0154_000000003060	7987	0.5208249803522693	4	3	2	3	3	False	112547	maximal	False	AST0060_000000003379	0.9952865293971719		0	0	False	False	0.9982471466064453	0					non-mobilizable	chromosome	7987.0	99.98700000000001	100.0	0.0015567700588632967	CP054230.1	enterobacteria	Escherichia coli strain EcPF14 chromosome, complete genome	False	False
SPA0124_000000003890	7144	0.5208249803522693	3	3	2	3	3	False	66072	fragment	False	SPA0124_000000003890	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	7085.0	99.97200000000001	100.0	0.0013809365260440262	CP054230.1	enterobacteria	Escherichia coli strain EcPF14 chromosome, complete genome	False	False
ENG0142_000000019563	1744	0.5208218670322724	3	1	1	1	1	False	57682	maximal	True	ENG0142_000000019563	1.0		3	2	False	False	0.9994266033172607	0					non-mobilizable	no_good_hit	737.0	99.05	42.0	0.005510178107523339	NZ_CYZN01000012.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0219_000000001125	20670	0.5208213037340843	29	8	3	8	2	False	77391	fragment	False	ISR0245_000000000108	0.9406719873010274		0	0	False	False	1.0	0					non-mobilizable	virus	20700.0	96.329	100.0	0.20859999797789844	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	False
SPA0066_000000003375	4792	0.5208150145789207	5	2	1	1	2	False	118661	fragment	False	ISR0218_000000002533	0.3804468206988734		0	0	False	False	1.0	0					non-mobilizable	other	4792.0	100.0	100.0	0.0009274295566824775	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0032_000000025293	1258	0.5208144005752492	2	1	1	1	1	False	44967	fragment	False	MAD0069_000000006185	0.47191871602958213		0	0	False	False	0.9825119376182556	0					non-mobilizable	other	1255.0	98.805	100.0	0.0005352457627444193	CP022606.1	firmicutes	Weissella cibaria strain CMS1, complete genome	False	False
FIJ0085_000000022440	1400	0.5208140213945119	3	2	2	2	2	False	43901	fragment	False	FIJ0085_000000022440	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0778_000000011690	1224	0.5208125567015078	2	2	2	2	1	False	22363	maximal	True	ISR0778_000000011690	1.0		174	11	False	False	1.0	0					non-mobilizable	no_good_hit	262.0	73.664	21.0	6.634921386589289e-05	CP000568.1	firmicutes	Hungateiclostridium thermocellum ATCC 27405 chromosome, complete genome	True	False
ISR0824_000000013920	1666	0.520810894495316	3	3	3	2	1	False	21157	maximal	True	ISR0824_000000013920	1.0		41	8	True	True	1.0	7					non-mobilizable	no_good_hit	157.0	78.344	9.0	0.021535449587470282	NZ_QNVS01000110.1	CFB group bacteria	Chryseobacterium piscium strain CCUG 51923 contig110, whole genome shotgun sequence	True	True
ENG0155_000000003849	6235	0.520810502789102	9	2	1	2	1	True	56771	fragment	False	ENG0155_000000003849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	1.08772094127672e-06	LR778290.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 38	True	True
ISR0822_000000004356	1733	0.5208103231186462	4	4	4	2	2	False	21190	maximal	True	ISR0822_000000004356	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	333.0	70.87100000000001	19.0	0.00014173633929605436	NZ_FLKP01000002.1	firmicutes	Christensenella timonensis strain Marseille-P2437T, whole genome shotgun sequence	True	False
MAD0067_000000004468	2189	0.5208089841158133	4	4	2	3	4	False	16512	maximal	True	MAD0067_000000004468	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2187.0	95.885	99.0	0.00044220603767004753	CP024223.1	enterobacteria	Escherichia coli O169:H41 strain 2014EL-1345-2 chromosome, complete genome	False	False
ENG0132_000000004353	4397	0.5208071761533597	3	3	3	3	3	False	132031	fragment	False	ENG0132_000000004353	0.9865923195847031		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	931.0	78.08800000000001	36.0	0.000447535864623307	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	True	False
SPA0116_000000008973	4210	0.5208071761533597	3	3	3	3	3	False	132031	fragment	False	ENG0132_000000004353	0.9774846486240619		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1442.0	78.918	37.0	0.004625859099615316	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0027_000000008563	4115	0.5208071761533597	3	3	3	3	3	False	132031	fragment	False	ENG0132_000000004353	0.9667030767216761		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	77.891	38.0	0.0006518289986355606	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0224_000000026922	1169	0.5208025863763952	1	1	1	1	1	True	27710	fragment	False	ISR0224_000000026922	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1169.0	98.71700000000001	100.0	0.035178603698572376	CP014918.1	firmicutes	Lactobacillus paracollinoides strain TMW 1.1994 plasmid pL11994-3, complete sequence	False	True
ENG0144_000000013891	1221	0.5208025126792697	2	2	2	2	1	True	57531	fragment	False	ENG0144_000000013891	1.0		0	0	False	False	0.9901719689369202	0					non-mobilizable	no_good_hit	159.0	81.76100000000001	13.0	4.480987484059672e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
FIJ0164_000000015018	1498	0.5208008612180538	3	2	2	1	1	False	39095	maximal	True	FIJ0164_000000015018	1.0		2	1	False	False	0.9993324279785156	0					non-mobilizable	no_good_hit								True	False
MON0047_000000032527	1229	0.5207978443686804	2	2	2	2	1	False	11441	maximal	True	MON0047_000000032527	1.0		0	0	False	False	0.922701358795166	0					non-mobilizable	no_good_hit								True	False
AST0097_000000017401	1186	0.5207978443686804	2	2	2	2	1	False	108940	maximal	True	AST0097_000000017401	1.0		3	3	False	False	0.9848229289054871	0					non-mobilizable	other	1167.0	99.914	98.0	0.03233320392657091	NZ_CABMLE010000020.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	False	False
ISR0812_000000002815	12008	0.5207951944164462	19	11	8	9	7	True	21666	maximal	True	ISR0812_000000002815	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1152.0	74.479	9.0	0.006374905135340248	NZ_BBAB01000004.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	True
TAN0001_000000000475	15451	0.520793944830551	13	7	4	6	4	False	3120	maximal	True	TAN0001_000000000475	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1662.0	95.969	20.0	0.012771303489949438	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
FIJ0148_000000017084	1234	0.5207910298062695	2	2	2	1	1	False	39878	maximal	True	FIJ0148_000000017084	1.0		822	15	False	False	0.9991896152496338	0					non-mobilizable	chromosome	1236.0	81.311	99.0	0.00043226847083175865	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0077_000000015272	2202	0.5207899617117013	4	4	4	3	2	False	79663	fragment	False	ISR0152_000000010158	0.9572723349158394		0	0	False	False	0.9959127902984619	0					non-mobilizable	other	2203.0	96.369	100.0	0.008524300647165216	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0038_01_000000002533	8190	0.5207828967192724	11	10	5	8	6	False	119725	fragment	False	ENG0005_000000002953	0.5184069273495392		0	0	False	False	1.0	0					non-mobilizable	other	8064.0	92.882	98.0	0.0024282691935714087	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	False
ENG0207_000000013093	1458	0.5207796098483647	2	1	1	1	1	False	108601	maximal	False	ISR0083_000000016470	0.7780286166676017		0	0	False	False	0.973936915397644	0					non-mobilizable	no_good_hit	188.0	87.234	12.0	5.631746425647997e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0047_000000042924	1133	0.5207796098483647	2	1	1	1	1	False	17591	fragment	False	MAD0047_000000042924	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0212_000000007177	4550	0.5207789919003335	5	4	3	3	3	False	99652	fragment	False	ISR0212_000000007177	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	74.048	13.0	0.008290093636309417	NZ_KB822481.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.19, whole genome shotgun sequence	True	False
MON0069_000000019894	2468	0.5207767518637336	3	2	2	1	1	False	10499	maximal	True	MON0069_000000019894	1.0		311	13	False	False	1.0	0					non-mobilizable	other	2468.0	99.514	100.0	0.0004754862971914841	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
CHI0057_000000009442	2087	0.5207764588017259	3	3	3	2	2	False	85990	maximal	True	CHI0057_000000009442	1.0		82	6	False	False	0.991375207901001	0					non-mobilizable	no_good_hit	1597.0	99.311	77.0	0.02133176508326873	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0128_000000017964	1467	0.5207761739263483	2	2	2	2	2	False	40999	maximal	True	FIJ0128_000000017964	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	73.645	55.0	0.00011187023730474088	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
CAN0006_000000020072	2262	0.5207742002474786	2	2	2	2	2	True	95651	maximal	True	CAN0006_000000020072	1.0		2	2	False	False	0.9920424222946167	0					non-mobilizable	no_good_hit	1278.0	88.34100000000001	87.0	0.0003636164366045874	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
CHI0171_000000002446	2084	0.5207709404449106	2	2	2	2	2	False	77946	fragment	False	CHI0171_000000002446	1.0		0	0	False	False	0.9971209168434143	0					non-mobilizable	other	2082.0	89.43299999999999	100.0	0.00028801416791655036	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	False	False
DEN0066_000000001252	17661	0.5207683157074732	15	10	7	8	5	True	132069	maximal	True	DEN0066_000000001252	1.0		21	5	False	False	0.9987543225288391	0					non-mobilizable	no_good_hit	442.0	81.222	2.0	0.0006482621530610731	NZ_KB822493.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.3, whole genome shotgun sequence	True	True
DEN0012_000000002151	2913	0.5207668639498759	5	4	1	3	4	False	75463	maximal	True	DEN0012_000000002151	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	2913.0	99.485	100.0	0.0004914436985593713	CP029128.1	enterobacteria	Klebsiella oxytoca strain AR380 chromosome, complete genome	False	False
SPA0107_000000021561	1529	0.5207666430559368	2	2	2	2	1	False	4710	maximal	True	SPA0107_000000021561	1.0		17	6	False	False	1.0	0					non-mobilizable	other	1529.0	89.928	99.0	0.05909126274021629	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	False	False
USA0026_01_000000012436	2641	0.5207614919426061	8	5	3	4	4	False	1631	maximal	True	USA0026_01_000000012436	1.0		9	4	False	False	0.9984854459762573	0					non-mobilizable	no_good_hit	882.0	99.773	33.0	0.0025270851320767706	NZ_PYLP01000001.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_0, whole genome shotgun sequence	True	False
CHI0162_000000003379	7507	0.5207607015234716	9	8	6	7	6	False	107186	maximal	True	CHI0162_000000003379	1.0		7	4	False	False	0.999733567237854	0					non-mobilizable	other	3032.0	98.516	99.0	0.0010680072761301254	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
SPA0113_000000002384	12853	0.5207593042284834	18	7	5	6	5	False	4507	maximal	True	SPA0113_000000002384	1.0		28	7	False	False	0.9992997646331787	0					non-mobilizable	no_good_hit	1897.0	73.85300000000001	19.0	0.0006112299976287929	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0301_000000009439	1956	0.5207565033309286	3	3	3	3	3	False	131700	fragment	False	ISR0264_000000003339	0.15052656118421343		0	0	False	False	1.0	0					non-mobilizable	other	1956.0	98.36399999999999	100.0	0.00055110466306747	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0375_000000005128	3790	0.5207532486619593	6	5	3	5	1	False	64342	maximal	True	ISR0375_000000005128	1.0		1	1	False	False	0.9870712161064148	0					non-mobilizable	no_good_hit								True	False
SPA0003_000000000594	18547	0.5207506301612806	17	6	4	3	4	False	8389	maximal	True	SPA0003_000000000594	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	86.928	1.0	0.0009114108640174991	NZ_JH379450.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1064, whole genome shotgun sequence	True	False
TAN0021_000000000641	12518	0.5207506301612806	10	6	4	3	4	False	2390	fragment	False	TAN0021_000000000641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	85.40100000000001	1.0	0.0008141937051889659	NZ_JH379450.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1064, whole genome shotgun sequence	True	False
FIJ0141_000000000475	47284	0.5207484225166735	38	16	8	16	6	True	43111	maximal	True	FIJ0141_000000000475	1.0		1	1	False	False	0.9997885227203369	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.2923719749582876e-05	NZ_CVLB01000001.1	bacteria	Brachyspira suanatina strain AN4859/03, whole genome shotgun sequence	True	True
ENG0029_000000015244	1619	0.5207456335084589	3	2	2	2	2	False	65785	fragment	False	ENG0029_000000015244	1.0		0	0	False	False	0.9913526773452759	0					non-mobilizable	no_good_hit								True	False
ISR0145_000000019248	1446	0.5207456335084589	2	2	2	2	2	False	33710	fragment	False	ISR0145_000000019248	1.0		0	0	False	False	0.9986168742179871	0					non-mobilizable	no_good_hit								True	False
MON0004_000000031593	1457	0.5207414622842177	2	2	2	2	2	False	75195	fragment	False	MON0013_000000033523	0.5313013878933334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	84.524	6.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
ISR0810_000000006873	2266	0.520741402102389	4	3	2	3	2	True	124586	fragment	False	ISR0810_000000006873	0.9607931500675979		0	0	False	False	1.0	0					non-mobilizable	other	2252.0	88.854	99.0	0.11744422966407189	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0032_000000017749	2024	0.520741402102389	3	3	2	3	2	True	118248	fragment	False	SPA0130_000000014816	0.20578156818770388		0	0	False	False	0.9985178112983704	0					non-mobilizable	other	2034.0	88.545	100.0	0.10568935792278356	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
SPA0116_000000004692	7530	0.5207374481817058	8	6	3	6	2	True	80842	maximal	True	SPA0116_000000004692	1.0		0	0	False	False	0.9998672008514404	0					non-mobilizable	no_good_hit	4605.0	89.663	77.0	0.009614479849948874	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0783_000000009673	1443	0.5207370744976546	2	2	2	1	1	False	22240	maximal	True	ISR0783_000000009673	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	93.96600000000001	45.0	0.0033162863323162434	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
ISR0152_000000021639	1099	0.5207328460621098	1	1	1	1	1	False	30695	maximal	True	ISR0152_000000021639	1.0		115	7	False	False	0.9990900754928589	0					non-mobilizable	other	1099.0	99.181	100.0	0.00337483748221141	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
MAD0064_000000007808	2579	0.5207259162234326	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.7899383686242217	PS721	0	0	False	True	0.9930205345153809	0					non-mobilizable	other	2546.0	73.40899999999999	97.0	0.3045703839122486	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
FIJ0078_000000004923	4994	0.5207243459197745	5	2	2	2	0	True	51455	fragment	False	FIJ0079_000000005817	0.7251898091125202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	87.64	4.0	0.009743620973144145	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
FIJ0096_000000006555	4912	0.5207243459197745	5	2	2	2	0	True	51455	fragment	False	FIJ0079_000000005817	0.7398515932155074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.0027839643652561247	NZ_AXWV01000086.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00078.78_C, whole genome shotgun sequence	True	True
ISR0232_000000005006	4564	0.5207237619513337	6	5	4	4	5	False	110653	fragment	False	ISR0232_000000005006	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3283.0	91.837	88.0	0.1315122500704027	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
ISR0233_000000009832	1705	0.520722312197186	2	2	2	2	2	False	27387	fragment	False	ISR0233_000000009832	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1706.0	99.238	100.0	0.0005456279797003337	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
MAD0093_000000016742	1889	0.5207089006822113	3	3	3	3	2	False	41608	maximal	True	MAD0093_000000016742	1.0		2	1	False	False	0.9936474561691284	0					non-mobilizable	no_good_hit	736.0	82.88	76.0	0.00023167023522881612	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0019_000000012543	2324	0.5207074886702554	3	2	2	2	2	False	102777	fragment	False	SPA0019_000000012543	0.9759632616494617		0	0	False	False	1.0	0					non-mobilizable	other	2323.0	98.27799999999999	99.0	0.006779740197552637	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
ISR0830_000000008981	2942	0.5207064092326023	3	3	3	3	1	False	101673	maximal	True	ISR0830_000000008981	1.0		2	2	False	False	0.999660074710846	0					non-mobilizable	no_good_hit	1342.0	96.42299999999999	46.0	0.00022389014992106116	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
USA0015_01_000000012683	2640	0.5207064092326023	3	3	3	3	1	False	101675	maximal	True	USA0015_01_000000012683	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1787.0	79.295	67.0	0.0003199447100657767	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
ISR0253_000000005768	2123	0.5207064092326023	3	3	3	3	1	False	101674	fragment	False	ISR0253_000000005768	0.9939554942238236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1721.0	79.837	81.0	0.00030813528010877755	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
USA0093_01_000000008499	2116	0.5207064092326023	3	3	3	3	1	False	101674	fragment	False	ISR0253_000000005768	0.9931487642196992		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1737.0	80.253	81.0	0.00031104221671357735	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
USA0062_01_000000009906	2103	0.5207064092326023	3	3	3	3	1	False	101674	fragment	False	ISR0253_000000005768	0.9916104155628971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1717.0	79.84899999999999	81.0	0.0003074085459575776	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
USA0106_01_000000004554	2094	0.5207064092326023	3	3	3	3	1	False	101674	fragment	False	ISR0253_000000005768	0.9905495203633665		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1717.0	80.023	81.0	0.0003074085459575776	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
USA0120_01_000000006231	2073	0.5207064092326023	3	3	3	3	1	False	101671	fragment	False	USA0120_01_000000006231	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	96.402	66.0	0.00022723678893333413	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
CHI0174_000000007385	2042	0.5207064092326023	3	3	3	3	1	False	102440	maximal	True	CHI0174_000000007385	0.9968253296543765		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1753.0	78.893	85.0	0.0003157732959467486	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
AUS0004_000000010346	2002	0.5207064092326023	3	3	3	3	1	False	102440	maximal	False	CHI0174_000000007385	0.991511589944499		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1691.0	78.888	83.0	0.00030445656510935063	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
CHI0181_000000010336	1983	0.5207064092326023	3	3	3	3	1	False	102440	maximal	False	CHI0174_000000007385	0.986062745612207		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1687.0	78.89699999999999	84.0	0.0003037264534424217	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	True	False
CHI0124_000000008885	1657	0.5207064092326023	3	3	3	3	1	False	101679	fragment	False	CHI0124_000000008885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1302.0	97.542	79.0	0.00021719687189651523	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
SPA0016_000000022866	1489	0.5207050906648616	2	2	2	2	1	False	7866	maximal	True	SPA0016_000000022866	1.0		984	15	False	False	1.0	0					non-mobilizable	no_good_hit	458.0	83.84299999999999	31.0	0.008136332749186367	NZ_SLUM01000025.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_125, whole genome shotgun sequence	True	False
FIJ0049_000000014498	1194	0.5207028167833544	1	1	1	1	1	False	46644	maximal	True	FIJ0049_000000014498	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	5.0	5.7243483702586144e-05	NZ_MPZV01000002.1	a-proteobacteria	Thioclava sediminum strain TAW-CT134 contig2, whole genome shotgun sequence	True	False
ENG0192_000000002899	5460	0.5207023959843811	4	2	2	2	0	True	54662	maximal	True	ENG0192_000000002899	1.0		1	1	False	False	0.9919413924217224	0					non-mobilizable	no_good_hit	965.0	88.18700000000001	18.0	0.00026352910301691615	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0086_000000008390	3081	0.5206972584099727	3	3	3	3	2	False	128224	maximal	True	ISR0086_000000008390	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1764.0	88.209	57.0	0.028457142857142858	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
FIJ0032_000000013741	2563	0.5206968339064926	3	3	2	3	2	False	48441	maximal	True	FIJ0032_000000013741	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	701.0	87.73200000000001	27.0	0.0003430511529021686	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0838_000000018220	1357	0.5206958910901992	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2591634542630529		0	0	False	False	1.0	0					non-mobilizable	other	1364.0	80.572	99.0	0.0006263429883766261	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
FIJ0025_000000004695	4397	0.520694939410529	3	3	3	1	1	False	49186	fragment	False	FIJ0025_000000004695	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4375.0	99.634	99.0	0.010698771133375078	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0039_01_000000005722	4029	0.520694939410529	3	3	3	1	1	False	5285	maximal	True	USA0039_01_000000005722	1.0		4	2	False	False	1.0	0					non-mobilizable	chromosome	2773.0	97.476	94.0	0.0003908395790684571	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
AUS0006_000000006550	3465	0.520694939410529	3	3	3	1	1	False	102160	fragment	False	AUS0006_000000006550	1.0		0	0	False	False	0.9979798197746277	0					non-mobilizable	chromosome	3463.0	97.863	99.0	0.0004888672870097325	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0093_000000013521	2919	0.520694939410529	3	3	3	1	1	False	5284	fragment	False	SPA0093_000000013521	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2919.0	100.0	100.0	0.00041216837431216403	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
USA0034_01_000000021582	2491	0.5206920480300145	2	2	2	1	1	True	1469	maximal	True	USA0034_01_000000021582	1.0		10	4	False	False	0.9983941912651062	0					non-mobilizable	no_good_hit	1715.0	71.195	67.0	0.005475482694146324	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	True
ISR0005_000000010382	1484	0.520685007409747	2	2	2	2	2	False	46643	fragment	False	ISR0005_000000010382	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	97.574	100.0	0.010946184335810925	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
ENG0073_000000002330	10578	0.5206803828874166	13	7	6	6	6	True	95951	maximal	True	ENG0073_000000002330	1.0		25	5	False	False	0.9995273351669312	0					non-mobilizable	no_good_hit	1899.0	97.946	26.0	0.0152194744852355	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
FIJ0120_000000006043	3686	0.5206785319376747	3	2	2	2	2	False	41549	maximal	True	FIJ0120_000000006043	1.0		166	11	False	False	0.9972870349884033	0					non-mobilizable	no_good_hit	1718.0	75.32	46.0	0.0003839164771389947	CP019962.1	firmicutes	Eubacterium limosum strain ATCC 8486 chromosome, complete genome	True	False
FIJ0153_000000014968	1728	0.5206770587572754	3	1	1	1	1	False	39643	maximal	True	FIJ0153_000000014968	1.0		34	8	False	False	0.9976851940155029	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	7.0	0.0005962132402309655	NZ_LR027598.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
DEN0012_000000001627	3885	0.5206722699135214	7	6	1	2	5	False	75472	maximal	True	DEN0012_000000001627	1.0		1	1	False	False	0.9992278218269348	0					non-mobilizable	other	3885.0	99.97399999999999	100.0	0.0013239822823627426	CP012447.1	firmicutes	Enterococcus faecium strain ISMMS_VRE_4, complete genome	False	False
CHI0131_000000012896	1404	0.5206712823772324	3	3	3	2	2	False	80987	fragment	False	CHI0131_000000012896	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1404.0	99.786	100.0	0.0006046775232787917	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0036_000000001386	5761	0.5206700334000325	5	5	5	5	5	False	109936	fragment	False	ISR0036_000000001386	0.9997385393062577		0	0	False	False	1.0	0					non-mobilizable	other	5761.0	99.913	100.0	0.012006871791878109	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ENG0062_000000004015	5737	0.5206700334000325	5	5	5	5	5	False	109936	fragment	False	ISR0036_000000001386	0.9976566568304114		0	0	False	False	1.0	0					non-mobilizable	other	5737.0	99.965	100.0	0.011956834472377316	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
SPA0054_000000014524	2049	0.5206662755814446	4	4	4	2	2	False	6435	maximal	True	SPA0054_000000014524	1.0		4	2	False	False	0.9965837001800537	0					non-mobilizable	no_good_hit	174.0	85.057	8.0	6.0910333260972805e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0064_000000019871	2049	0.5206661551932443	4	1	1	1	1	False	71271	maximal	True	DEN0064_000000019871	1.0		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	622.0	96.624	30.0	0.01176002726962845	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
ISR0277_000000000168	36604	0.5206650882973873	25	8	7	7	4	True	26304	maximal	True	ISR0277_000000000168	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00977696303085854	XM_013579939.1	apicomplexans	Eimeria necatrix hypothetical protein, conserved partial mRNA	True	True
SPA0115_000000019984	1428	0.5206616386569352	2	2	2	1	1	False	4381	fragment	False	SPA0115_000000019984	1.0		0	0	False	False	0.9985994100570679	0					non-mobilizable	other	1407.0	94.67	98.0	0.005319712849094323	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ENG0132_000000011875	1619	0.5206598045653206	2	2	1	2	1	True	58316	fragment	False	ENG0132_000000011875	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1039.0	92.012	100.0	0.0003122208415992572	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0059_000000006210	5407	0.520659613732792	9	7	3	4	6	True	13364	maximal	True	MON0059_000000006210	1.0		14	2	False	False	1.0	0					non-mobilizable	no_good_hit	3669.0	77.433	67.0	0.0014438882120662894	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	True
ISR0229_000000013504	1208	0.5206592917372804	3	2	2	2	1	False	68044	fragment	False	ENG0001_000000016928	0.2747483195220707		0	0	False	False	0.998344361782074	0					non-mobilizable	other	742.0	98.51799999999999	99.0	0.006634078212290503	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0205_000000007652	2272	0.5206587020548086	2	2	2	2	2	False	63698	maximal	True	ISR0205_000000007652	0.9790564373897708		4	2	False	False	0.9599471688270569	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00010998298158074487	NZ_SPFU01000005.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_5_length_345508_cov_31.5811, whole genome shotgun sequence	True	False
ISR0145_000000013118	2268	0.5206587020548086	2	2	2	2	2	False	63698	maximal	False	ISR0205_000000007652	0.978213028169014		0	0	False	False	0.9995591044425964	0					non-mobilizable	no_good_hit	87.0	91.954	4.0	2.4807777540792912e-05	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MON0051_000000015664	2227	0.5206587020548086	3	2	2	2	2	False	63697	fragment	False	MON0051_000000015664	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	0.00012440350116109934	NZ_VOLT01000007.1	g-proteobacteria	Colwellia demingiae strain ACAM 459 NODE_7_length_313496_cov_133.829, whole genome shotgun sequence	True	False
MON0043_000000001380	10119	0.5206585629230988	9	7	6	7	6	True	13350	maximal	True	MON0043_000000001380	0.9913916055419723		29	5	False	False	1.0	0					non-mobilizable	chromosome	9969.0	93.139	98.0	0.003971890499287439	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
SPA0005_000000017044	1693	0.5206581893055365	2	2	2	2	1	False	37418	fragment	False	SPA0005_000000017044	1.0		0	0	False	False	0.9994093179702759	0					non-mobilizable	other	941.0	98.512	90.0	0.009157330735509011	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	False	False
ISR0192_000000008511	2206	0.5206565306797161	5	4	2	4	3	False	94951	fragment	False	ENG0129_000000011358	0.916496516044408		0	0	False	False	0.9868540167808533	0					non-mobilizable	other	2206.0	99.955	100.0	0.000685971768450774	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0101_000000028658	2218	0.5206545053324783	3	3	3	3	3	False	13967	maximal	True	MON0101_000000028658	0.9772727272727273		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	76.068	47.0	0.006211513996810626	NZ_FQXV01000011.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
MAD0052_000000016511	1359	0.5206535393073256	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.6585442667089103		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	92.43700000000001	96.0	0.9753363228699552	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0832_000000009406	1420	0.5206530491842877	3	2	2	1	2	False	21001	maximal	True	ISR0832_000000009406	1.0		4	3	False	False	0.9838027954101562	0					non-mobilizable	no_good_hit	50.0	100.0	4.0	0.0002661119951339521	NZ_CZBD01000009.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
MAD0097_000000004479	7821	0.5206529810091858	7	6	1	3	2	True	15445	maximal	True	MAD0097_000000004479	1.0		249	12	False	False	0.9996164441108704	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.9136662616746836e-06	CP045031.1	high GC Gram+	Streptomyces sp. C8S0 chromosome	True	True
ISR0249_000000003997	3961	0.5206523091744385	4	4	1	4	3	False	75107	maximal	True	ISR0249_000000003997	1.0		29	11	False	False	1.0	0					non-mobilizable	no_good_hit	583.0	72.556	14.0	0.00034021070462276164	CP019685.1	e-proteobacteria	Campylobacter sputorum strain RM8705, complete genome	True	False
ISR0169_000000015694	2000	0.5206517751564316	2	2	2	2	2	False	30095	maximal	True	ISR0169_000000015694	1.0		19	7	False	False	0.9994999766349792	0					non-mobilizable	no_good_hit	615.0	70.244	30.0	0.006905010675509926	KY315462.1	firmicutes	Streptococcus constellatus strain M47 streptococcus invasion locus genomic sequence	True	False
MON0102_000000006231	6800	0.5206499615336319	10	1	1	1	1	False	8976	maximal	True	MON0102_000000006231	1.0		3	2	False	False	0.9977940917015076	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	8.65174604757504e-06	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
FIJ0004_000000003350	7570	0.5206469359949764	9	4	0	3	1	False	52116	maximal	True	FIJ0004_000000003350	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1987.0	99.648	26.0	0.024034854169187946	NZ_CYXX01000015.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0096_000000031820	1210	0.5206438352878892	2	2	2	2	2	False	9256	maximal	True	MON0096_000000031820	1.0		18	5	False	False	0.9975206851959229	0					non-mobilizable	no_good_hit								True	False
SPA0005_000000012993	2246	0.5206431568341285	2	2	2	2	2	True	33494	maximal	True	SPA0005_000000012993	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	74.382	61.0	0.00031249230002159615	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0140_000000031685	1145	0.5206429400937459	2	2	2	1	1	False	40318	fragment	False	FIJ0140_000000031685	1.0		0	0	False	False	0.9991266131401062	0					non-mobilizable	no_good_hit	649.0	71.032	56.0	0.00016794613008672802	NZ_LN907827.1	enterobacteria	Erwinia gerundensis isolate E_g_EM595 chromosome 1	True	False
ISR0353_000000007091	4806	0.5206418876841088	4	2	1	1	2	False	128844	maximal	True	ISR0353_000000007091	1.0	PS1059	6	2	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	87.919	31.0	0.02047246261161482	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0108_000000002738	2811	0.5206405013488071	4	3	2	3	2	False	82927	fragment	False	CHI0108_000000002738	1.0		0	0	False	False	0.9992884993553162	0					non-mobilizable	plasmid	2259.0	100.0	100.0	0.007575528827604717	CP055935.1	enterobacteria	Escherichia coli strain RHBSTW-00093 plasmid pRHBSTW-00093_2, complete sequence	False	True
AST0058_000000002531	6463	0.5206395270361134	12	5	4	3	1	False	113155	fragment	False	AST0058_000000002531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3567.0	94.39299999999999	55.0	0.9997181510710259	NZ_QEKJ01000040.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_140, whole genome shotgun sequence	True	False
CHI0174_000000008249	1833	0.5206393775310241	3	3	2	2	1	False	77821	maximal	False	ISR0344_000000016617	0.7265091868254581		0	0	False	False	1.0	0					non-mobilizable	other	1835.0	98.63799999999999	100.0	0.0038349186700318044	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0010_000000002950	4015	0.5206357315692088	6	3	2	2	3	False	2632	maximal	True	TAN0010_000000002950	1.0		1	1	True	True	1.0	7					non-mobilizable	no_good_hit	252.0	96.03200000000001	6.0	0.0008650459404875964	NZ_OUNG01000004.1	firmicutes	Lactimicrobium massiliense strain Marseille-P4301, whole genome shotgun sequence	True	True
ISR0200_000000003107	6262	0.5206318308744873	8	4	3	3	3	False	28782	maximal	True	ISR0200_000000003107	1.0		63	9	False	False	0.9966464638710022	0					non-mobilizable	no_good_hit	1973.0	74.962	31.0	0.0009038378128803884	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0316_000000002425	6412	0.5206302568834397	5	4	3	4	2	True	88139	maximal	True	ISR0316_000000002425	1.0		0	0	False	False	0.9978166222572327	0					non-mobilizable	no_good_hit	2959.0	86.98899999999999	46.0	0.0010581475206193447	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
USA0044_01_000000009977	2932	0.5206301741595253	3	3	2	3	3	False	1236	maximal	True	USA0044_01_000000009977	1.0		6	3	False	False	0.9901091456413269	0					non-mobilizable	no_good_hit	1556.0	94.98700000000001	53.0	0.00043261300762083727	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0151_000000004467	3834	0.5206301095814733	4	3	3	3	1	True	105833	maximal	True	SPA0151_000000004467	1.0		24	4	False	False	1.0	0					non-mobilizable	no_good_hit	1371.0	79.431	60.0	0.0004399645063066414	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0224_000000003454	6935	0.5206290990800175	6	3	3	3	2	False	74120	maximal	True	ISR0224_000000003454	1.0		3	1	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit								True	False
DEN0023_000000001987	2820	0.5206282520615203	4	4	4	3	3	False	74387	fragment	False	DEN0023_000000001987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0137_000000032978	1120	0.5206275318410702	2	2	2	2	2	False	39883	fragment	False	ISR0083_000000018688	0.23202547247329497		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	99.64299999999999	100.0	0.041331166432739895	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
TAN0007_000000033080	1282	0.5206274302057572	3	2	2	2	2	False	2793	backbone	True	TAN0007_000000033080	1.0	PS8	33	11	True	True	1.0	15					non-mobilizable	no_good_hit	503.0	80.71600000000001	39.0	0.21157094594594594	NZ_NFHM01000069.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_69, whole genome shotgun sequence	True	True
USA0102_01_000000008068	1629	0.5206255537986756	2	2	2	2	2	True	92767	maximal	True	USA0102_01_000000008068	1.0		120	10	False	False	1.0	0					non-mobilizable	other	1629.0	99.87700000000001	100.0	0.06333644568938687	NZ_AGDG01000017.1	CFB group bacteria	Bacteroides faecis MAJ27 contig017, whole genome shotgun sequence	False	True
ENG0033_000000021336	1151	0.5206237151092032	2	2	2	2	2	False	65475	maximal	True	ENG0033_000000021336	1.0		140	11	False	False	0.9991312026977539	0					non-mobilizable	chromosome	1151.0	99.913	100.0	0.0002601897077096699	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0161_000000018931	1636	0.5206196171633226	3	3	3	3	3	False	87115	fragment	False	MON0051_000000021051	0.9807343264366792		0	0	False	False	1.0	0					non-mobilizable	other	1637.0	99.695	100.0	0.008043686812781345	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ISR0005_000000009349	1620	0.5206196171633226	3	3	3	3	3	False	87115	fragment	False	MON0051_000000021051	0.9607943374840139		0	0	False	False	1.0	0					non-mobilizable	other	1620.0	99.815	100.0	0.007960052148672915	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ISR0134_000000016664	1926	0.5206168629179216	2	2	2	2	2	False	95284	fragment	False	CAN0007_000000019987	0.5005168205161782		0	0	False	False	1.0	0					non-mobilizable	chromosome	1941.0	89.07799999999999	100.0	0.0006449143822302526	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0034_01_000000020616	2620	0.520616318138447	3	3	2	3	2	False	99837	maximal	True	USA0034_01_000000020616	1.0		9	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0020_000000011014	1790	0.5206147797186197	4	2	2	2	2	True	66463	maximal	True	ENG0020_000000011014	1.0		34	7	False	False	0.9955307245254517	0					non-mobilizable	no_good_hit	493.0	77.079	27.0	0.00015602988068529863	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
FIJ0155_000000006426	3544	0.5206146860083527	4	2	2	2	1	True	39539	fragment	False	FIJ0155_000000006426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.316913830273731e-05	NZ_JABRWP010000005.1	CFB group bacteria	Winogradskyella eckloniae strain EC29 NODE_5_length_382675_cov_45.808220, whole genome shotgun sequence	True	True
ENG0150_000000014906	1216	0.5206029554095675	2	2	2	1	1	False	57131	maximal	True	ENG0150_000000014906	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	76.36399999999999	9.0	0.00044652824291136416	NZ_ATUJ01000005.1	a-proteobacteria	Paracoccus zeaxanthinifaciens ATCC 21588 F804DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
DEN0018_000000030402	1334	0.5206023285566066	2	2	2	2	2	False	74991	maximal	True	DEN0018_000000030402	1.0		23	5	False	False	0.97826087474823	0					non-mobilizable	no_good_hit								True	False
FIJ0159_000000008296	2847	0.5206022706484593	4	2	2	2	1	True	39411	fragment	False	FIJ0159_000000008296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0029_000000027343	1563	0.5206019147824688	3	2	1	2	1	False	127926	fragment	False	CAN0012_000000029024	0.9614629427044873		0	0	False	False	0.999360203742981	0					non-mobilizable	other	1563.0	97.697	100.0	0.00996754159531781	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
ISR0396_000000015187	1520	0.5206019147824688	2	2	1	2	1	False	127907	fragment	False	ISR0396_000000015187	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1521.0	97.37	100.0	0.009711963605694278	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
ENG0209_000000011383	1607	0.5205999123709435	2	2	2	2	1	False	115520	fragment	False	ENG0209_000000011383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0084_000000022471	1581	0.5205980437088301	3	3	3	3	2	False	9819	maximal	True	MON0084_000000022471	1.0		6	2	False	False	0.9968374371528625	0					non-mobilizable	no_good_hit	1003.0	97.60700000000001	63.0	0.013529022588877037	NZ_CABIWU010000002.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0014_000000017645	1322	0.5205973882533738	2	2	2	2	1	False	66898	maximal	True	ENG0014_000000017645	1.0		164	11	False	False	0.9735249876976013	0					non-mobilizable	chromosome	1322.0	98.26	99.0	0.0004684490188457643	CP010553.1	verrucomicrobia	Akkermansia muciniphila strain H2 chromosome	False	False
ISR0340_000000014857	1460	0.5205965299379288	3	3	1	3	3	True	124250	fragment	False	ISR0071_000000003227	0.08761390256404866		0	0	False	False	1.0	0					non-mobilizable	other	1461.0	98.426	100.0	0.0003885571515673624	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0170_000000002936	13239	0.5205928277592228	18	5	3	4	2	False	30072	maximal	True	ISR0170_000000002936	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000011962	2532	0.5205923647028572	5	1	1	1	1	True	28737	maximal	True	ISR0201_000000011962	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	86.154	3.0	1.554616847674269e-05	NZ_AP017312.1	firmicutes	Aneurinibacillus soli strain CB4	True	True
MON0028_000000003779	5764	0.5205914779805498	7	6	1	3	3	True	90243	maximal	True	MON0028_000000003779	1.0		3	2	False	False	0.9986120462417603	0					non-mobilizable	no_good_hit	2457.0	78.51	55.0	0.0006506205169805552	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0009_000000000934	8794	0.5205880922142708	10	7	2	4	5	True	90494	maximal	True	CHI0009_000000000934	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	3089.0	99.45	35.0	0.06052884332673423	CP054001.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 plasmid unnamed1, complete sequence	True	True
MON0086_000000015134	2039	0.520585233630725	2	2	2	2	1	False	88434	maximal	True	MON0086_000000015134	1.0		599	12	False	False	1.0	0					non-mobilizable	other	2046.0	88.319	99.0	0.004477093123536969	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0072_000000009335	1806	0.5205824779435178	2	1	1	1	1	False	70275	maximal	True	DEN0072_000000009335	1.0		1	1	False	False	0.9778516292572021	0					non-mobilizable	no_good_hit								True	False
ISR0209_000000010262	2873	0.5205819073534564	5	4	3	1	3	False	28469	maximal	True	ISR0209_000000010262	1.0		122	8	False	False	0.9937347769737244	0					non-mobilizable	no_good_hit	1120.0	72.232	38.0	0.04724952578030695	NZ_JAAIWN010000048.1	firmicutes	Bacillus aquiflavi strain 3H-10 NODE_48_length_23196_cov_0.303416, whole genome shotgun sequence	True	False
AST0019_000000022273	1374	0.5205799153722243	2	1	1	1	1	False	121971	maximal	True	AST0019_000000022273	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	95.734	85.0	0.1346774193548387	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
ISR0222_000000015777	3492	0.5205792469093885	5	2	2	1	2	False	27894	maximal	True	ISR0222_000000015777	1.0		1	1	False	False	0.999713659286499	0					non-mobilizable	no_good_hit	110.0	93.63600000000001	3.0	2.92101782196048e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0111_000000005356	3198	0.5205769085087361	4	2	2	2	0	True	104333	fragment	False	MAD0111_000000005356	1.0		0	0	False	False	0.9996873140335083	0					non-mobilizable	no_good_hit	681.0	87.225	21.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0140_000000016009	1342	0.5205756819441644	3	3	2	2	0	True	3477	maximal	True	SPA0140_000000016009	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	86.876	56.0	8.451749292577607e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	True
TAN0017_000000013464	2638	0.5205753061454554	3	3	3	3	3	False	2476	maximal	True	TAN0017_000000013464	1.0		9	5	False	False	0.999241828918457	0					non-mobilizable	no_good_hit	1007.0	95.531	66.0	0.0003129648975335504	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0109_000000008777	3837	0.5205735849673325	3	2	1	2	0	True	90615	maximal	True	MON0109_000000008777	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2042.0	95.20100000000001	57.0	0.00036606654591193704	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
ISR0397_000000016002	1111	0.5205704005548767	2	2	2	2	2	False	22629	maximal	True	ISR0397_000000016002	1.0		64	10	False	False	0.9936993718147278	0					non-mobilizable	chromosome	1112.0	99.73	100.0	0.00031302908183865	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0327_000000017361	1659	0.5205687818740256	3	1	1	1	1	False	24782	maximal	True	ISR0327_000000017361	1.0		32	7	True	True	1.0	1					non-mobilizable	no_good_hit	578.0	97.57799999999999	35.0	0.0011843355713238902	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	True
ENG0140_000000012779	1431	0.5205653267033408	2	2	2	2	2	False	57778	maximal	True	ENG0140_000000012779	1.0		4	3	False	False	0.9944095015525818	0					non-mobilizable	no_good_hit	105.0	81.905	11.0	0.00014156421586481303	CP048281.1	a-proteobacteria	Rhizobium leguminosarum bv. viciae 248 plasmid pRle248e, complete sequence	True	False
AST0050_000000003217	4168	0.5205634519423566	4	4	3	3	4	False	114780	maximal	True	AST0050_000000003217	1.0		3	1	False	False	0.999760091304779	0					non-mobilizable	other	4187.0	95.271	100.0	0.025764746481303457	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
SPA0040_000000027831	1533	0.5205633386773326	3	3	3	2	2	True	22282	maximal	True	SPA0040_000000027831	0.9836122733612274		21	4	False	False	0.9797782301902771	0		MOBV			mobilizable	chromosome	1533.0	100.0	100.0	0.0008441250385008075	LR822031.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1047 genome assembly, chromosome: STHERMO	False	True
ENG0072_000000004862	2311	0.5205557808310087	3	2	2	2	2	False	93864	maximal	True	ENG0072_000000004862	1.0		110	11	False	False	1.0	0					non-mobilizable	other	2311.0	99.95700000000001	100.0	0.013783967634527943	NZ_JAAITI010000004.1	firmicutes	Blautia luti strain MSK.16.34 NODE_4_length_167586_cov_139.322, whole genome shotgun sequence	False	False
CAN0013_000000012437	1813	0.5205557808310087	2	2	2	2	2	False	93863	fragment	False	CAN0013_000000012437	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1813.0	100.0	100.0	0.010812359027603738	NZ_JAAITI010000004.1	firmicutes	Blautia luti strain MSK.16.34 NODE_4_length_167586_cov_139.322, whole genome shotgun sequence	False	False
ISR0012_000000011721	1963	0.5205555416798627	2	2	2	2	2	False	38171	maximal	True	ISR0012_000000011721	1.0		40	7	False	False	0.9893020987510681	0					non-mobilizable	no_good_hit	1367.0	84.565	69.0	0.000699136409396146	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
ETH0003_000000019910	2015	0.5205554843859176	3	2	2	1	1	True	53126	fragment	False	ETH0003_000000019910	1.0		0	0	False	False	0.9995037317276001	0					non-mobilizable	no_good_hit	1521.0	92.899	84.0	0.0514018691588785	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MAD0110_000000011194	2454	0.5205529322340541	3	3	3	3	1	False	47745	maximal	True	MAD0110_000000011194	1.0		66	7	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	89.788	83.0	0.0023940558740211553	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ENG0060_000000014294	2112	0.5205518646705234	1	1	1	1	1	False	63335	maximal	True	ENG0060_000000014294	1.0		1	1	False	False	0.9990530014038086	0					non-mobilizable	no_good_hit	328.0	74.39	15.0	0.002631536331395443	NZ_RQUX01000007.1	firmicutes	Veillonella ratti strain ATCC 17746 contig_0007, whole genome shotgun sequence	True	False
ISR0119_000000010252	3098	0.5205511923519697	2	2	2	2	2	False	96573	fragment	False	ISR0119_000000010252	0.9609874415537589		0	0	False	False	0.9996772408485413	0					non-mobilizable	no_good_hit	219.0	76.256	7.0	5.27132489970385e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0116_000000015506	2571	0.5205511923519697	2	2	2	2	2	False	70174	fragment	False	SPA0116_000000015506	0.9899558055443953		0	0	False	False	0.9984441995620728	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	2.3264974420561745e-05	NZ_VSDO01000002.1	firmicutes	Paenibacillus faecis strain DSM 23593 contig2, whole genome shotgun sequence	True	False
DEN0073_000000020793	2489	0.5205511923519697	2	2	2	2	2	False	70174	fragment	False	SPA0116_000000015506	0.9741345779852197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.00029006091279168623	NZ_ATCL01000012.1	firmicutes	Exiguobacterium chiriqhucha RW-2 contig-12, whole genome shotgun sequence	True	False
USA0069_01_000000050600	1182	0.520550570691429	2	1	1	1	1	False	748	maximal	True	USA0069_01_000000050600	1.0		6	4	False	False	0.9813874959945679	0					non-mobilizable	no_good_hit	291.0	96.90700000000001	25.0	0.002044398700044413	NZ_CYYA01000008.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0072_000000003293	1813	0.5205470715142945	3	2	1	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.03631558828114812	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	1677.0	98.15100000000001	100.0	0.0004858414608870085	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
MON0004_000000009661	3698	0.5205450830019398	10	2	1	2	1	False	14255	maximal	True	MON0004_000000009661	1.0		1	1	False	False	0.9994591474533081	0					non-mobilizable	no_good_hit	908.0	71.586	24.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0051_000000022326	1669	0.520544212967505	2	2	2	2	2	False	128272	fragment	False	AST0099_000000008733	0.15354934219669386		0	0	False	False	1.0	0					non-mobilizable	other	1669.0	98.802	100.0	0.012753951201608773	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	False	False
FIJ0075_000000010237	1915	0.5205437354247411	4	2	1	2	2	False	44590	maximal	True	FIJ0075_000000010237	1.0		4	2	False	False	0.9994778037071228	0					non-mobilizable	no_good_hit								True	False
MAD0035_000000004719	4809	0.5205434358092572	5	4	3	4	3	False	18785	maximal	True	MAD0035_000000004719	1.0		15	2	False	False	1.0	0					non-mobilizable	no_good_hit	1177.0	90.059	85.0	0.0004146248597774011	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0037_000000068422	1137	0.5205416281401525	2	1	1	1	1	False	12024	fragment	False	MON0037_000000068422	1.0		0	0	False	False	0.9613016843795776	0					non-mobilizable	other	1137.0	98.59299999999999	100.0	0.004472289536418622	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ENG0071_000000001075	17407	0.520538194314626	22	19	10	11	16	True	118480	maximal	True	ENG0071_000000001075	0.9907151915585457		396	13	False	False	1.0	0					non-mobilizable	other	17407.0	100.0	100.0	0.19870543511764102	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
SPA0050_000000008122	3203	0.520537635785851	5	2	2	1	0	False	6595	fragment	False	SPA0050_000000008122	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2049.0	86.87200000000001	97.0	0.0005627350464999752	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
SPA0016_000000005164	6039	0.5205326497617211	8	6	6	6	5	False	106194	maximal	True	SPA0016_000000005164	1.0		8	3	False	False	0.9996688365936279	0					non-mobilizable	no_good_hit	4647.0	99.59100000000001	77.0	0.03822987295108946	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0076_000000002784	2267	0.5205316123729167	3	3	0	3	1	False	100372	fragment	False	FIJ0029_000000013088	0.6339942109424358		0	0	False	False	0.9933833479881287	0					non-mobilizable	no_good_hit	121.0	93.38799999999999	5.0	0.01438331535418914	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MON0072_000000012490	1739	0.5205315689453677	1	1	1	1	1	False	106789	maximal	True	MON0072_000000012490	0.9868545433061562		873	15	False	False	1.0	0					non-mobilizable	chromosome	1740.0	84.25299999999999	99.0	0.0005836542478012829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0158_000000011839	1715	0.5205315689453677	1	1	1	1	1	False	3137	maximal	True	SPA0158_000000011839	1.0		1163	15	False	False	1.0	0					non-mobilizable	chromosome	1715.0	98.77600000000001	100.0	0.0004968569594035397	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0054_000000015915	1704	0.5205315689453677	1	1	1	1	1	False	63751	maximal	True	ENG0054_000000015915	1.0		225	13	False	False	1.0	0					non-mobilizable	other	1615.0	78.266	94.0	0.031137166595488604	NZ_LT160632.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	False	False
MAD0059_000000011643	1666	0.5205298743854824	3	3	3	3	3	False	100191	maximal	False	MAD0110_000000015382	0.9464639619613636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	84.27600000000001	59.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
FIJ0079_000000023488	1229	0.5205248619702871	2	2	2	1	1	False	44361	fragment	False	FIJ0079_000000023488	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1229.0	99.675	100.0	0.0003459943406821442	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MON0092_000000022372	2451	0.5205224388073441	3	2	2	2	2	False	13192	maximal	True	MON0092_000000022372	0.9655550680122861		18	9	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	70.71600000000001	19.0	3.784087613958436e-05	NZ_CP012752.1	high GC Gram+	Kibdelosporangium phytohabitans strain KLBMP1111 chromosome, complete genome	True	False
ENG0173_000000004676	3975	0.5205215892159727	5	4	4	3	3	False	110511	fragment	False	ISR0077_000000007665	0.9579882743926474		0	0	False	False	1.0	0					non-mobilizable	other	3453.0	85.288	94.0	0.003264604322949657	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	False	False
ISR0830_000000013127	2161	0.5205182131744435	3	2	1	2	2	False	76367	maximal	True	ISR0830_000000013127	0.9845559845559846		82	13	False	False	0.9986117482185364	0					non-mobilizable	other	2081.0	100.0	96.0	0.0006218327263986826	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0019_000000019893	1521	0.5205166789076737	1	1	1	1	1	False	122119	maximal	True	AST0019_000000019893	1.0		203	13	False	False	1.0	0					non-mobilizable	chromosome	1393.0	82.197	91.0	0.00038617369539144616	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0029_000000004503	4667	0.5205157471209584	7	4	3	4	2	False	105938	maximal	True	MON0029_000000004503	1.0		1	1	False	False	0.9940004348754883	0					non-mobilizable	no_good_hit	570.0	82.105	12.0	0.0002468189725316349	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
AST0118_000000010777	2780	0.5205157471209584	5	4	3	4	2	False	105937	fragment	False	AST0118_000000010777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0087_000000007753	1563	0.5205147947294843	3	2	1	2	2	False	68879	maximal	True	DEN0087_000000007753	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1564.0	96.164	100.0	0.0003168492606884392	NZ_CP019986.1	enterobacteria	Citrobacter werkmanii strain BF-6 chromosome, complete genome	False	False
ENG0053_000000008299	3107	0.5205126858812171	5	5	3	1	3	False	63874	maximal	True	ENG0053_000000008299	1.0		1	1	False	False	0.9954940676689148	0					non-mobilizable	no_good_hit	2466.0	99.51299999999999	83.0	0.015237306365670627	CP061381.1	enterobacteria	Klebsiella pneumoniae strain NU-CRE236 plasmid pCRE-236-1, complete sequence	True	False
FIJ0069_000000005600	4289	0.5205113723161671	4	4	4	4	4	False	123766	maximal	False	FIJ0044_000000004918	0.9556398555384127		0	0	False	False	0.9986010789871216	0					non-mobilizable	other	4290.0	99.11399999999999	100.0	0.014148578214686283	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0397_000000000852	22959	0.5205098414335604	29	14	6	13	6	True	108400	backbone	False	ISR0280_000000000088	0.11609461356235803	PS672	0	0	False	True	1.0	0					non-mobilizable	other	22962.0	99.76899999999999	100.0	0.22909348555005588	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0108_000000013770	1270	0.5205096557270203	2	2	2	2	2	False	103280	fragment	False	ENG0172_000000015118	0.24761966324036988		0	0	False	False	1.0	0					non-mobilizable	chromosome	1270.0	99.764	100.0	0.0003999857530685274	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0158_000000016377	1349	0.5205083119289666	2	2	2	2	2	False	3131	maximal	True	SPA0158_000000016377	1.0		318	14	False	False	0.9992586970329285	0					non-mobilizable	chromosome	1349.0	99.036	100.0	0.0006015501966417612	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ENG0132_000000012416	1551	0.5205079090121593	2	2	2	2	1	False	58315	maximal	True	ENG0132_000000012416	1.0		37	7	False	False	0.9832366108894348	0					non-mobilizable	no_good_hit	1226.0	83.197	79.0	0.00032468474309053566	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0213_000000008959	2780	0.5205077601777688	4	4	4	3	2	False	28288	maximal	True	ISR0213_000000008959	1.0		68	11	False	False	0.9989208579063416	0					non-mobilizable	other	2780.0	99.353	100.0	0.022285842595711237	NZ_QSFT01000009.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf9, whole genome shotgun sequence	False	False
CHI0072_000000005355	2035	0.5205065921366704	3	3	3	3	2	False	87699	maximal	False	SPA0107_000000014653	0.9654414019548535		0	0	False	False	1.0	0					non-mobilizable	chromosome	2035.0	99.214	100.0	0.0004549970147811395	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0077_000000033685	1119	0.5205058355136502	1	1	1	1	1	False	34439	fragment	False	ISR0077_000000033685	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	99.368	99.0	0.0033643711272468434	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0075_000000004949	1449	0.520505104465153	2	2	2	2	1	True	84637	maximal	True	CHI0075_000000004949	1.0		28	7	False	False	0.9986197352409363	0					non-mobilizable	no_good_hit	691.0	80.753	76.0	0.0019708927541720097	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
DEN0022_000000033464	1256	0.520503866504145	1	1	1	1	1	False	74452	fragment	False	ISR0852_000000009774	0.9537107880642693		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	92.52799999999999	100.0	0.1497077418585232	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	False	False
USA0065_01_000000001173	10123	0.5204942699072355	9	6	5	4	4	False	118038	maximal	True	USA0065_01_000000001173	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3042.0	97.337	32.0	0.0015167304965743673	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MON0039_000000001296	19053	0.5204940466316227	14	7	5	4	4	False	11968	maximal	True	MON0039_000000001296	1.0		1	1	False	False	0.9968509078025818	0					non-mobilizable	no_good_hit	3025.0	85.355	70.0	0.1187048941120795	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	True	False
USA0069_01_000000019308	3206	0.5204865585267964	8	5	4	5	3	True	69555	fragment	False	FIJ0101_000000007881	0.9554511813265016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	201.0	85.572	12.0	0.0214949233095701	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CHI0125_000000010023	1528	0.5204849473144241	4	3	2	2	1	False	81621	maximal	True	CHI0125_000000010023	1.0		1031	15	False	False	0.9980366230010986	0					non-mobilizable	chromosome	1531.0	93.46799999999999	100.0	0.0005398944982633394	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0342_000000002942	6163	0.5204844888442514	4	4	2	4	3	False	24337	maximal	True	ISR0342_000000002942	1.0		7	5	False	False	1.0	0					non-mobilizable	other	6163.0	99.96799999999999	100.0	0.1308891626662135	NZ_PYLQ01000020.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_19, whole genome shotgun sequence	False	False
FIJ0017_000000008762	3200	0.5204818614819013	2	2	2	1	1	False	50157	maximal	True	FIJ0017_000000008762	1.0		58	3	False	False	1.0	0					non-mobilizable	other	3223.0	73.16199999999999	99.0	0.017476858267280085	NZ_AWEY01000039.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00004, whole genome shotgun sequence	False	False
MON0062_000000017689	2131	0.5204818582412757	2	2	2	2	2	False	10773	maximal	True	MON0062_000000017689	1.0		22	7	False	False	0.9892069697380066	0					non-mobilizable	no_good_hit	559.0	79.428	26.0	0.00032502880803339317	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
FIJ0116_000000011959	1434	0.5204738219667041	3	3	3	3	1	False	41663	maximal	True	FIJ0116_000000011959	1.0		3	2	False	False	0.9993026256561279	0					non-mobilizable	no_good_hit								True	False
FIJ0154_000000020037	1928	0.5204676984895771	2	2	2	2	2	False	39592	maximal	True	FIJ0154_000000020037	1.0		27	3	False	False	0.9974066615104675	0					non-mobilizable	no_good_hit	97.0	81.443	5.0	5.873273120047867e-05	CP018789.1	e-proteobacteria	Campylobacter sp. RM6137, complete genome	True	False
MON0026_000000032713	1530	0.5204648764592136	1	1	1	1	1	False	12722	maximal	True	MON0026_000000032713	1.0		32	7	False	False	0.9947712421417236	0					non-mobilizable	no_good_hit	1113.0	75.562	72.0	0.00333250374830795	NZ_OKQO01000005.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MON0020_000000014788	1462	0.5204648764592136	1	1	1	1	1	False	44739	maximal	True	MON0020_000000014788	0.9711340206185567		158	11	False	False	1.0	0					non-mobilizable	chromosome	1462.0	99.932	100.0	0.0006663945137623466	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0223_000000014925	2017	0.5204646149295789	2	1	0	1	1	False	125123	fragment	False	ISR0223_000000014925	1.0		0	0	False	False	0.9995042085647583	0	rep_cluster_233				non-mobilizable	no_good_hit	1589.0	96.161	86.0	0.36131968145620025	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	True	True
TAN0010_000000003903	3306	0.5204618221524582	6	4	3	4	3	False	13908	maximal	True	TAN0010_000000003903	1.0		4	3	False	False	0.9993950128555298	0					non-mobilizable	no_good_hit	185.0	80.541	6.0	0.009637788604109299	NZ_BILX01000102.1	firmicutes	Paenibacillus ehimensis NBRC 15659 PEH01S_CON0102, whole genome shotgun sequence	True	False
AUS0006_000000008875	2703	0.5204607259722801	3	1	1	1	1	False	102125	fragment	False	AUS0006_000000008875	1.0		0	0	False	False	0.9996300339698792	0					non-mobilizable	other	2705.0	96.303	100.0	0.0068325790711836485	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
ISR0124_000000006908	2205	0.5204607259722801	2	1	1	1	1	False	95614	fragment	False	ISR0124_000000006908	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2205.0	96.37200000000001	100.0	0.0007478974092711415	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0112_000000020178	1794	0.5204607259722801	3	1	1	1	1	False	111793	fragment	False	ISR0112_000000020178	1.0		0	0	False	False	0.9994425773620605	0					non-mobilizable	no_good_hit	934.0	76.23100000000001	51.0	0.0005413049349163548	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CAN0006_000000025339	1788	0.5204607259722801	3	1	1	1	1	False	95613	fragment	False	FIJ0154_000000020071	0.9395119418483904		0	0	False	False	1.0	0					non-mobilizable	other	1800.0	96.389	100.0	0.004545787629090008	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
ISR0083_000000016470	1655	0.5204607259722801	2	1	1	1	1	False	108601	maximal	True	ISR0083_000000016470	0.9825292155731372		369	14	False	False	0.9848942756652832	0					non-mobilizable	no_good_hit	316.0	91.456	19.0	9.456515388521235e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0038_000000020950	1631	0.5204607259722801	3	1	1	1	1	False	36621	fragment	False	ISR0038_000000020950	1.0		0	0	False	False	0.9993869066238403	0					non-mobilizable	no_good_hit	1023.0	78.495	62.0	0.05297528864740609	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CAN0015_000000022945	1549	0.5204607259722801	3	1	1	1	1	False	93193	fragment	False	CAN0015_000000022945	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1548.0	95.413	99.0	0.0004320335694277946	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0122_000000019037	1543	0.5204607259722801	2	1	1	1	1	False	59014	fragment	False	ENG0122_000000019037	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	95.352	100.0	0.000914781702238556	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
CHI0090_000000008699	1537	0.5204607259722801	1	1	1	1	1	False	83792	fragment	False	CHI0090_000000008699	0.9886685552407932		0	0	False	False	1.0	0					non-mobilizable	other	1537.0	97.26700000000001	100.0	0.0038812283481279896	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
ENG0210_000000017094	1537	0.5204607259722801	2	1	1	1	1	False	53703	maximal	True	ENG0210_000000017094	1.0		37	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0144_000000012439	1494	0.5204607259722801	3	1	1	1	1	False	3376	maximal	True	SPA0144_000000012439	1.0		4	2	False	False	0.9839357137680054	0					non-mobilizable	no_good_hit	847.0	74.97	55.0	0.0008458310289859788	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
AUS0024_000000021662	1489	0.5204607259722801	2	1	1	1	1	False	108601	maximal	False	ISR0083_000000016470	0.7737031842645814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	86.932	11.0	5.270350933093045e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0088_000000017909	1472	0.5204607259722801	2	1	1	1	1	False	108961	fragment	False	AST0097_000000013605	0.7757166691734289		0	0	False	False	0.98777174949646	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000027565	1459	0.5204607259722801	3	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.9002520528096823		0	0	False	False	0.9993146061897278	0					non-mobilizable	no_good_hit	491.0	75.35600000000001	33.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0082_000000029176	1455	0.5204607259722801	3	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.8948979437660145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	74.949	33.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0355_000000015131	1408	0.5204607259722801	2	1	1	1	1	False	23943	fragment	False	ISR0355_000000015131	1.0		0	0	False	False	0.9268465638160706	0					non-mobilizable	chromosome	1358.0	96.539	96.0	0.00037918286093468573	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0345_000000009962	1405	0.5204607259722801	2	1	1	1	1	False	24208	maximal	True	ISR0345_000000009962	1.0		3	3	False	False	0.9686833024024963	0					non-mobilizable	no_good_hit	925.0	98.27	66.0	0.0029164549290929005	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	False
CHI0142_000000013448	1387	0.5204607259722801	3	1	1	1	1	False	79974	fragment	False	CHI0142_000000013448	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0145_000000025085	1383	0.5204607259722801	3	1	1	1	1	False	108961	fragment	False	AST0097_000000013605	0.3159851301115242		0	0	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit								True	False
MAD0026_000000010512	1360	0.5204607259722801	2	1	1	1	1	False	23142	fragment	False	MAD0026_000000010512	0.9672958551060676		0	0	False	False	0.9992647171020508	0					non-mobilizable	no_good_hit								True	False
FIJ0025_000000015711	1346	0.5204607259722801	2	1	1	1	1	False	49169	maximal	True	FIJ0025_000000015711	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	6.162275605135465e-05	LN593298.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001168	True	False
SPA0090_000000027325	1345	0.5204607259722801	2	1	1	1	1	False	108961	fragment	False	AST0097_000000013605	0.4571277324551752		0	0	False	False	0.9992564916610718	0					non-mobilizable	no_good_hit								True	False
ENG0150_000000013583	1314	0.5204607259722801	2	1	1	1	1	False	57136	maximal	True	ENG0150_000000013583	1.0		1	1	False	False	0.9984779357910156	0					non-mobilizable	no_good_hit								True	False
ENG0191_000000024825	1311	0.5204607259722801	2	1	1	1	1	False	68536	fragment	False	ENG0191_000000024825	0.9925314465408805		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	85.303	99.0	0.019130738857400957	NZ_LNAM01000035.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf13, whole genome shotgun sequence	False	False
ISR0381_000000014472	1297	0.5204607259722801	2	1	1	1	1	False	23142	fragment	False	MAD0026_000000010512	0.9390424650770138		0	0	False	False	0.9876638650894165	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000025949	1293	0.5204607259722801	2	1	1	1	1	False	27852	maximal	False	ISR0222_000000033802	0.9834958739684921		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	95.05	100.0	0.0006223386832623649	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
SPA0009_000000029099	1291	0.5204607259722801	3	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.511482338396188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	75.35600000000001	38.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0031_01_000000021021	1259	0.5204607259722801	2	1	1	1	1	False	22925	fragment	False	USA0031_01_000000021021	1.0		0	0	False	False	0.9984114170074463	0					non-mobilizable	chromosome	1259.0	100.0	100.0	0.00026537105961946884	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	False
MAD0054_000000015469	1242	0.5204607259722801	2	1	1	1	1	False	17132	maximal	True	MAD0054_000000015469	1.0		124	8	False	False	0.999194860458374	0					non-mobilizable	other	1197.0	85.881	96.0	0.0003547673442983949	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	False
MAD0078_000000008841	1231	0.5204607259722801	2	1	1	1	1	False	23142	fragment	False	MAD0026_000000010512	0.9326449045308177		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0155_000000015944	1230	0.5204607259722801	2	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.510330875242508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	74.542	40.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0033_000000049003	1206	0.5204607259722801	2	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.5044573222887384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	73.931	40.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0109_000000020559	1186	0.5204607259722801	2	1	1	1	1	False	59836	maximal	True	ENG0109_000000020559	1.0		87	11	False	False	0.9839797616004944	0					non-mobilizable	no_good_hit	958.0	80.271	83.0	0.00022784784072287122	FN668944.1	firmicutes	Clostridium difficile BI9 chromosome	True	False
MON0082_000000031267	1175	0.5204607259722801	2	1	1	1	1	False	111792	fragment	False	FIJ0077_000000025439	0.797300129253141		0	0	False	False	0.9106382727622986	0					non-mobilizable	no_good_hit	918.0	76.58	77.0	0.0005324407711349734	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AST0061_000000035827	1172	0.5204607259722801	2	1	1	1	1	False	111792	fragment	False	FIJ0077_000000025439	0.7809429177274637		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	915.0	77.268	77.0	0.0005312588826307893	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0011_000000039940	1165	0.5204607259722801	2	1	1	1	1	False	111792	fragment	False	FIJ0077_000000025439	0.9522653909085491		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	75.0	74.0	0.0002908173414649991	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0333_000000021018	1159	0.5204607259722801	3	1	1	1	1	False	24525	maximal	True	ISR0333_000000021018	1.0		12	10	False	False	0.9991371631622314	0					non-mobilizable	other	1150.0	91.652	99.0	0.15137004522479383	NZ_OLMR01000016.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	False	False
ISR0388_000000030949	1135	0.5204607259722801	2	1	1	1	1	False	22924	fragment	False	ISR0388_000000030949	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1135.0	98.678	100.0	0.00023921365787637336	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	False
ISR0817_000000012012	1126	0.5204607259722801	2	1	1	1	1	False	111792	fragment	False	FIJ0077_000000025439	0.934360479658562		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	76.471	79.0	0.0005229856631015	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
DEN0052_000000002259	11991	0.5204590083777239	12	9	4	3	9	False	103779	maximal	True	DEN0052_000000002259	1.0		1	1	False	False	0.9988324642181396	0					non-mobilizable	no_good_hit	2920.0	81.712	54.0	0.0012741276112808386	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
FIJ0073_000000012061	1529	0.5204569690550785	2	2	2	1	1	True	44692	maximal	True	FIJ0073_000000012061	1.0		0	0	False	False	0.9993459582328796	0					non-mobilizable	no_good_hit								True	True
DEN0045_000000023516	1751	0.5204556764127275	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.07029249838090697		0	0	False	False	1.0	0					non-mobilizable	chromosome	1751.0	98.62899999999999	100.0	0.0006157620257970766	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0086_000000007782	1789	0.5204544453953089	3	3	3	1	1	True	5512	fragment	False	SPA0086_000000007782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0096_000000020275	1601	0.5204536237505651	2	2	1	1	2	False	65683	fragment	False	ENG0031_000000012727	0.9591749105038178		0	0	False	False	1.0	0					non-mobilizable	other	1602.0	95.256	100.0	0.025368469483270137	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	False	False
ENG0027_000000006350	3327	0.5204528034837842	4	4	4	4	4	False	129675	fragment	False	ENG0027_000000006350	0.9760678582247804		0	0	False	True	1.0	0					non-mobilizable	chromosome	1784.0	99.103	90.0	0.00047781419968399413	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0835_000000002191	5121	0.5204523897192033	7	7	6	7	7	False	105609	fragment	False	ISR0101_000000004127	0.5718733215807323		0	0	False	False	0.9998047351837158	0					non-mobilizable	other	5121.0	99.04299999999999	100.0	0.020459816073570572	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0048_000000009208	2080	0.520450365671313	3	3	3	2	0	True	95231	fragment	False	SPA0042_000000015673	0.939667458432304		0	0	False	False	0.9942307472229004	0					non-mobilizable	other	2080.0	91.73100000000001	100.0	0.1891031471711843	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ENG0106_000000006930	3031	0.5204503241556915	5	3	2	3	1	True	60094	fragment	False	ENG0106_000000006930	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1554.0	87.58	61.0	0.0041661941559879255	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
USA0051_01_000000004144	5327	0.5204489274363789	5	4	4	4	1	True	131021	maximal	True	USA0051_01_000000004144	1.0		4	4	False	False	1.0	0					non-mobilizable	other	3182.0	97.67399999999999	97.0	0.0066494227757367165	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0225_000000003461	4100	0.5204485989147207	3	3	3	3	2	False	107489	maximal	True	ISR0225_000000003461	1.0		277	10	False	False	1.0	0					non-mobilizable	no_good_hit	874.0	75.4	21.0	0.07450130095403296	NZ_ADFP01000122.1	bacteria	Pyramidobacter piscolens W5455 contig00054, whole genome shotgun sequence	True	False
FIJ0096_000000003992	7428	0.5204480096131072	10	4	4	3	2	False	43044	maximal	True	FIJ0096_000000003992	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.090021513050914e-05	NZ_CACVQR010000002.1	bacteria	Fibrobacter succinogenes isolate RUG10152, whole genome shotgun sequence	True	False
MON0106_000000018553	2236	0.5204419734552714	4	2	2	1	0	False	8655	maximal	True	MON0106_000000018553	1.0		2	2	False	False	0.9633273482322693	0					non-mobilizable	chromosome	1420.0	95.56299999999999	98.0	0.000504357743512004	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
FIJ0048_000000029731	1171	0.5204407454464266	3	3	3	3	3	False	46697	maximal	True	FIJ0048_000000029731	1.0		12	2	False	False	0.9923142790794373	0					non-mobilizable	no_good_hit	927.0	77.994	79.0	0.0705270404650807	NZ_FNRK01000037.1	firmicutes	Eubacterium aggregans strain SR12, whole genome shotgun sequence	True	False
ISR0074_000000007258	3847	0.5204407378358391	4	3	3	3	3	False	34734	maximal	True	ISR0074_000000007258	1.0		37	10	False	False	0.9968807101249695	0					non-mobilizable	no_good_hit								True	False
AST0052_000000016558	1488	0.5204396422674603	1	1	1	1	1	False	114445	maximal	True	AST0052_000000016558	1.0		2	1	False	False	0.9979838728904724	0					non-mobilizable	no_good_hit	1111.0	97.48	75.0	0.01047486033519553	NZ_WAJR01000007.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_007, whole genome shotgun sequence	True	False
SPA0128_000000034353	1102	0.5204390754534044	1	1	1	1	1	False	3850	fragment	False	SPA0128_000000034353	1.0		0	0	False	False	0.9818511605262756	0					non-mobilizable	no_good_hit	835.0	81.437	76.0	0.004124742513072413	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
ENG0211_000000000956	29700	0.5204388767054949	27	22	14	13	19	False	129216	maximal	True	ENG0211_000000000956	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	5401.0	96.63	27.0	0.0013237154945814457	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0001_000000010565	3224	0.5204366076512082	5	2	1	0	2	False	8448	fragment	False	SPA0001_000000010565	1.0		0	0	False	False	0.9996898174285889	0					non-mobilizable	no_good_hit	48.0	95.833	1.0	8.300908278319211e-06	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
ISR0305_000000007533	2332	0.5204336001714097	3	3	3	2	2	False	25477	maximal	True	ISR0305_000000007533	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	89.041	9.0	7.786300846876833e-05	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
USA0039_01_000000004318	5444	0.5204313374793457	15	6	4	4	2	False	1332	maximal	True	USA0039_01_000000004318	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	560.0	91.964	30.0	0.0001732817573818962	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0071_000000007663	4744	0.5204305812025709	5	5	5	3	3	False	112840	maximal	True	DEN0071_000000007663	1.0	PS721|PS723	0	0	False	True	0.9997891783714294	0					non-mobilizable	no_good_hit	2288.0	74.301	48.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
CAN0016_000000022436	2151	0.5204298353679996	2	2	2	2	1	False	126903	maximal	True	CAN0016_000000022436	1.0	PS979	14	6	False	True	0.9920967221260071	0					non-mobilizable	chromosome	1504.0	80.253	92.0	0.000240918517581404	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
CHI0063_000000000933	11706	0.5204254729946564	14	13	5	4	11	False	85526	fragment	False	CHI0063_000000000933	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	11706.0	99.77799999999999	100.0	0.11550226958752714	CP029421.1	enterobacteria	Escherichia coli strain 3385 plasmid unnamed1, complete sequence	False	True
CHI0051_000000007170	2505	0.5204253025169171	2	2	2	2	2	False	86648	maximal	True	CHI0051_000000007170	1.0		12	3	False	False	0.9984031915664673	0					non-mobilizable	no_good_hit	1277.0	79.405	51.0	0.005208997134434883	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ENG0148_000000012317	3063	0.5204251236156429	4	4	4	3	2	True	103378	maximal	True	ENG0148_000000012317	0.9880084947613963		318	10	False	False	1.0	0					non-mobilizable	other	3063.0	99.57600000000001	100.0	0.004133453026181686	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
MON0050_000000003163	6607	0.5204214517298846	8	7	5	7	7	False	45341	maximal	False	MON0004_000000004111	0.9807209336681932		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	84.48299999999999	2.0	2.855973504512935e-05	NZ_CP053376.1	firmicutes	Bacillus amyloliquefaciens strain WF02 chromosome, complete genome	True	False
ENG0058_000000002090	10955	0.520418204818432	14	12	7	10	8	False	119748	maximal	True	ENG0058_000000002090	1.0		2	2	False	False	0.9877681136131287	0					non-mobilizable	no_good_hit	9380.0	98.134	86.0	0.0014955772913993384	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
FIJ0140_000000004176	5967	0.5204171188223211	9	7	5	7	5	False	76781	maximal	True	FIJ0140_000000004176	1.0		9	4	False	False	0.9993296265602112	0					non-mobilizable	no_good_hit	1015.0	80.69	37.0	0.0002807519117834989	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0132_000000003995	4745	0.5204161685305754	6	4	3	3	4	False	70129	maximal	False	ISR0029_000000009249	0.96905659123128		0	0	False	False	0.9995784759521484	0					non-mobilizable	no_good_hit	1438.0	74.82600000000001	30.0	0.0004200077859507847	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0010_000000011847	1792	0.5204148921635182	2	2	1	2	0	True	45936	maximal	True	ISR0010_000000011847	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0290_000000015667	1135	0.5204145258345697	2	1	1	1	1	True	25908	maximal	True	ISR0290_000000015667	1.0		55	7	False	False	0.9991189241409302	0					non-mobilizable	no_good_hit	792.0	72.98	68.0	0.023814651856865942	NZ_LZYT01000038.1	firmicutes	Clostridium felsineum DSM 794 CLFE_contig000038, whole genome shotgun sequence	True	True
ENG0006_000000003743	7093	0.5204144562529113	4	4	2	4	2	False	91540	maximal	True	ENG0006_000000003743	1.0		8	4	False	False	1.0	0					non-mobilizable	chromosome	5679.0	98.679	98.0	0.0015869194216846178	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
USA0064_01_000000005456	1508	0.5204143812274613	2	2	2	1	1	False	81432	maximal	True	USA0064_01_000000005456	1.0		6	3	False	False	0.9986737370491028	0					non-mobilizable	chromosome	1084.0	85.79299999999999	91.0	0.0003803962543319476	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0060_000000006305	5104	0.520412316138965	6	6	6	3	5	False	30388	maximal	True	MON0060_000000006305	1.0		81	8	False	False	0.9945141077041626	0					non-mobilizable	other	2591.0	99.76799999999999	100.0	0.0011080114360469916	CP006741.1	high GC Gram+	Bifidobacterium longum subsp. longum GT15, complete genome	False	False
MAD0097_000000031688	1315	0.5204108675701353	2	2	2	2	1	False	129038	fragment	False	MAD0097_000000031688	1.0		0	0	False	False	0.9992395639419556	0					non-mobilizable	no_good_hit	743.0	78.735	61.0	0.002050129144189627	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
SPA0048_000000013522	1501	0.5203989424050532	3	1	1	1	1	False	6623	maximal	True	SPA0048_000000013522	1.0		0	0	False	False	0.9760159850120544	0					non-mobilizable	no_good_hit	159.0	94.969	11.0	9.514169187218978e-05	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
FIJ0067_000000005856	5189	0.5203978543643679	6	6	6	6	5	False	67426	maximal	True	FIJ0067_000000005856	1.0		4	3	False	False	0.9996145963668823	0					non-mobilizable	no_good_hit	1397.0	96.994	27.0	0.00042030886680092866	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AUS0020_000000000406	32981	0.5203968773850435	32	14	10	12	6	True	99725	maximal	True	AUS0020_000000000406	1.0		2	2	False	False	0.9997574090957642	0					non-mobilizable	no_good_hit	753.0	97.211	2.0	0.00021347237803687167	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0819_000000011037	2348	0.5203955198475635	5	5	5	2	3	False	21319	maximal	True	ISR0819_000000011037	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	98.852	87.0	0.0006052157328283326	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	False
FIJ0064_000000013367	1992	0.5203937075941774	2	2	1	2	1	False	45489	maximal	True	FIJ0064_000000013367	1.0		1	1	False	False	0.9759036302566528	0					non-mobilizable	no_good_hit	764.0	96.728	38.0	0.00024431581485408134	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0014_000000024816	1380	0.5203910849213095	2	2	0	1	1	False	19486	fragment	False	MAD0014_000000024816	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0016_01_000000006669	2443	0.5203893256201539	7	5	2	3	2	False	110190	fragment	False	ISR0393_000000006920	0.8862054725759912		0	0	False	False	0.99590665102005	0					non-mobilizable	other	2429.0	95.51299999999999	99.0	0.0005367159485575344	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	False
CAN0003_000000039317	1242	0.5203866346442069	2	2	2	2	1	False	96394	maximal	True	CAN0003_000000039317	1.0		245	12	False	False	1.0	0					non-mobilizable	chromosome	1250.0	76.56	99.0	0.00034506758878569485	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0130_000000000990	25033	0.5203817958908195	18	6	2	5	1	True	90892	maximal	True	SPA0130_000000000990	1.0		1	1	False	False	0.999480664730072	0					non-mobilizable	no_good_hit	10921.0	98.12299999999999	88.0	0.09265924215672959	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	True	True
ISR0132_000000008133	3277	0.5203805615548686	2	1	1	1	1	False	116449	fragment	False	ISR0132_000000008133	1.0		0	0	False	False	0.9966432452201843	0					non-mobilizable	no_good_hit	1304.0	99.23299999999999	88.0	0.0003491822222031656	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0117_000000012694	1810	0.5203805615548686	3	1	1	1	1	False	116442	maximal	True	ENG0117_000000012694	1.0		0	0	False	False	0.9994475245475769	0					non-mobilizable	no_good_hit	1311.0	96.87299999999999	79.0	0.00035105810520809436	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0090_000000023578	1329	0.5203805615548686	2	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9271739469085343		0	0	False	False	1.0	0					non-mobilizable	chromosome	1328.0	99.54799999999999	99.0	0.00035561382107720705	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0018_000000022741	1319	0.5203805615548686	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9270707530504446		0	0	False	False	1.0	0					non-mobilizable	other	1319.0	99.469	100.0	0.7887492519449432	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ISR0396_000000017665	1318	0.5203805615548686	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7752664299158011		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	99.211	96.0	0.0051692458454126	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0014_000000026346	1309	0.5203805615548686	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9258277711492362		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	99.542	100.0	0.7827648114901257	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ISR0157_000000024379	1306	0.5203805615548686	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9258762773169052		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.464	100.0	0.0003497181887760024	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0103_000000013225	1293	0.5203805615548686	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9065247933827486		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	99.536	100.0	0.7731897067624177	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ISR0331_000000019529	1293	0.5203805615548686	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9061271954592338		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	99.613	100.0	0.7731897067624177	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ISR0328_000000022579	1293	0.5203805615548686	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9061271954592338		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	99.613	100.0	0.7731897067624177	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ISR0821_000000025773	1282	0.5203805615548686	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9167347422300913		0	0	False	False	1.0	0					non-mobilizable	other	1295.0	76.988	100.0	0.0011250334363084218	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
ISR0335_000000015421	1279	0.5203805615548686	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.9014279943113526		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	99.609	100.0	0.7648114901256733	NZ_JAAITI010000083.1	firmicutes	Blautia luti strain MSK.16.34 NODE_84_length_1671_cov_629.175, whole genome shotgun sequence	False	False
ENG0031_000000017359	1266	0.5203805615548686	2	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.8464533042988932		0	0	False	False	1.0	0					non-mobilizable	chromosome	1267.0	91.634	100.0	0.0003387308740328483	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0085_000000015467	1881	0.5203755962454303	2	2	2	2	2	False	68974	maximal	True	DEN0085_000000015467	1.0		59	9	False	False	0.9962785840034485	0					non-mobilizable	other	1881.0	99.149	100.0	0.0005929176787919752	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0141_000000007826	3659	0.5203734550116361	3	3	3	3	3	False	55476	backbone	False	ENG0210_000000005689	0.9673914609049378	PS236	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	132.0	100.0	4.0	0.0008127861813940214	NZ_FQVI01000008.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	True	True
FIJ0027_000000004824	3598	0.5203734550116361	3	3	3	3	3	False	55476	backbone	False	ENG0210_000000005689	0.9618493060340205	PS236	0	0	False	True	0.9924958348274231	0					non-mobilizable	no_good_hit	91.0	98.90100000000001	3.0	0.0012531153840798653	NZ_JH378838.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.10, whole genome shotgun sequence	True	True
MAD0042_000000009109	2476	0.5203705668873089	3	2	2	2	1	False	18137	maximal	True	MAD0042_000000009109	1.0		1	1	False	False	0.9644588232040405	0					non-mobilizable	no_good_hit	181.0	98.34299999999999	7.0	0.001578441487438604	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0121_000000017430	1480	0.5203699163065505	3	3	3	2	2	False	32197	maximal	True	ISR0121_000000017430	1.0		47	9	False	False	1.0	0					non-mobilizable	chromosome	1201.0	99.667	100.0	0.00033556005392450065	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0151_000000001994	8235	0.5203642287948399	10	6	4	5	4	False	131165	fragment	False	AST0151_000000001994	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	82.932	30.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0074_000000003946	5469	0.520362869553198	6	4	3	3	4	True	71743	maximal	True	ENG0074_000000003946	1.0		78	9	False	False	1.0	0					non-mobilizable	other	5470.0	98.921	100.0	0.0016500280788428559	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	True
MON0049_000000009926	2166	0.5203609441151938	4	3	1	2	0	True	11359	maximal	True	MON0049_000000009926	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	82.131	27.0	0.012367644506162125	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	True
SPA0106_000000004315	8509	0.5203589710023535	6	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.9151856693931603		0	0	False	False	0.9998824596405029	0					non-mobilizable	no_good_hit	797.0	85.696	15.0	0.0016519006266767313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0159_000000002650	8385	0.5203589710023535	6	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.8145779514470654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	85.455	16.0	0.001833818796956321	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0102_000000003042	8383	0.5203589710023535	6	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.8608185631547797		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	797.0	85.571	9.0	0.0016519006266767313	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0096_000000003738	8372	0.5203589710023535	6	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.864896911173092		0	0	False	False	0.9996416568756104	0					non-mobilizable	no_good_hit	880.0	85.455	15.0	0.001833818796956321	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0079_000000002611	7859	0.5203589710023535	6	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.7108203758715699		0	0	False	False	0.9988548159599304	0					non-mobilizable	no_good_hit	880.0	85.568	11.0	0.001833818796956321	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0042_000000002605	7805	0.5203589710023535	6	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.6789145152549362		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	785.0	84.96799999999999	10.0	0.0016372635325163046	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0134_000000004118	7667	0.5203589710023535	7	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.591736238315854		0	0	False	False	0.9998695850372314	0					non-mobilizable	no_good_hit	687.0	84.71600000000001	9.0	0.0014281621873673514	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0776_000000003679	7233	0.5203589710023535	6	6	2	6	1	True	129153	fragment	False	SPA0106_000000004315	0.3089118148158938		0	0	False	False	0.999032199382782	0					non-mobilizable	no_good_hit								True	True
SPA0079_000000007636	3148	0.5203479165391454	4	4	4	4	4	False	6310	maximal	False	SPA0058_000000009722	0.9963710949826443		0	0	False	False	0.9996823668479919	0					non-mobilizable	other	3147.0	100.0	99.0	0.002686904713100753	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
MON0058_000000029904	1722	0.5203464461201268	4	2	2	2	2	False	11003	fragment	False	MON0058_000000029904	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	3.0	0.0015952844473285746	NZ_RCDA01000007.1	g-proteobacteria	Alkalispirillum mobile strain DSM 12769 Ga0244526_107, whole genome shotgun sequence	True	False
ISR0023_000000025684	1288	0.5203460082937038	1	1	1	1	1	False	37495	fragment	False	ISR0023_000000025684	1.0		0	0	False	False	0.9937888383865356	0					non-mobilizable	chromosome	1288.0	99.92200000000001	100.0	0.0002930209779797126	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
MAD0068_000000004148	5691	0.5203457309018341	7	4	2	2	4	True	38929	fragment	False	MAD0068_000000004148	0.9989852398523985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3354.0	75.999	58.0	0.007594681892631329	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
FIJ0168_000000003330	5420	0.5203457309018341	7	4	2	2	4	True	38929	fragment	False	MAD0068_000000004148	0.9752240379546653		0	0	False	False	0.9996309876441956	0					non-mobilizable	no_good_hit	3158.0	76.282	58.0	0.0071554713735393965	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
FIJ0015_000000004393	6461	0.5203424977107071	6	5	2	4	1	True	102097	fragment	False	FIJ0015_000000004393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	82.494	11.0	0.007160690755253485	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	True
AST0016_000000004569	5653	0.5203381964482843	3	2	2	1	1	False	123825	maximal	True	AST0016_000000004569	1.0		31	9	False	False	0.9984079003334045	0					non-mobilizable	no_good_hit	1024.0	73.047	18.0	0.000590586765321546	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	False
MAD0103_000000000800	14135	0.520335982080993	18	8	0	3	7	False	14943	maximal	True	MAD0103_000000000800	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000020491	1259	0.5203330102357467	3	2	1	2	2	False	54235	fragment	False	ENG0199_000000020491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	3.1679408728274486e-07	HE601631.2	flatworms	Schistosoma mansoni strain Puerto Rico genome assembly, chromosome: ZW	True	False
ENG0135_000000008232	2643	0.5203321628776135	4	4	4	3	3	False	58096	maximal	True	ENG0135_000000008232	1.0		87	10	False	False	0.9943246245384216	0					non-mobilizable	no_good_hit	2233.0	73.265	82.0	0.0006598479368232493	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0092_000000011775	2306	0.5203302179899251	4	2	1	0	2	False	33584	maximal	True	ISR0092_000000011775	1.0		30	5	False	False	0.999566376209259	0					non-mobilizable	chromosome	2308.0	96.96700000000001	100.0	0.0010213989047522277	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	False
SPA0029_000000008720	2956	0.5203290176825479	6	4	4	4	4	False	70417	maximal	True	SPA0029_000000008720	1.0		13	5	False	False	0.9989851117134094	0					non-mobilizable	no_good_hit								True	False
CHI0124_000000007382	2024	0.5203233308507558	2	2	2	1	1	False	115270	fragment	False	CHI0124_000000007382	1.0		0	0	False	False	0.997035562992096	0					non-mobilizable	chromosome	2024.0	100.0	100.0	0.00042870105910141037	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
AST0047_000000013444	1681	0.5203233308507558	2	2	2	1	1	False	115269	fragment	False	AST0047_000000013444	0.9709580838323353		0	0	False	False	0.9988102316856384	0					non-mobilizable	chromosome	1681.0	100.0	100.0	0.00035601472036103285	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
CHI0090_000000008934	1500	0.5203233308507558	2	2	2	1	1	False	83788	fragment	False	CHI0090_000000008934	1.0		0	0	False	False	0.9986666440963745	0					non-mobilizable	other	1500.0	99.93299999999999	100.0	0.0004485766295466264	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0123_000000019256	1216	0.5203233308507558	2	2	2	1	1	False	32101	fragment	False	ISR0123_000000019256	1.0		0	0	False	False	0.9983552694320679	0					non-mobilizable	chromosome	1216.0	100.0	100.0	0.00025747493168967555	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ENG0074_000000007330	3003	0.5203171086706303	3	3	3	1	1	False	118357	fragment	False	CAN0007_000000009591	0.43767249661888274		0	0	False	False	1.0	0					non-mobilizable	other	3005.0	97.97	100.0	0.0012583862726070435	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
MAD0052_000000011592	1744	0.5203161674971073	3	3	2	2	2	False	17271	fragment	False	MAD0052_000000011592	1.0		0	0	False	False	0.9879587292671204	0					non-mobilizable	no_good_hit								True	False
USA0089_01_000000002761	2936	0.520314916563679	5	4	4	4	3	True	95675	fragment	False	USA0089_01_000000002761	0.9735334780939575		0	0	False	False	1.0	0					non-mobilizable	other	2936.0	99.046	100.0	0.02643195618096971	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	False	True
USA0120_01_000000004530	2777	0.520314916563679	4	4	4	4	3	True	95675	fragment	False	USA0089_01_000000002761	0.9636721079790392		0	0	False	False	0.999279797077179	0					non-mobilizable	other	2772.0	98.413	99.0	0.024954505324228392	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	False	True
ISR0329_000000007036	2132	0.5203137753908319	5	5	3	3	1	False	28026	maximal	True	ISR0329_000000007036	1.0		24	8	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	90.149	31.0	0.7696759259259259	GQ877120.1		Uncultured organism clone VC1AJ46TF genomic sequence	True	False
USA0075_01_000000004117	6060	0.5203128435018051	9	6	3	5	1	False	693	fragment	False	USA0075_01_000000004117	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6070.0	96.178	100.0	0.09708644661685413	NZ_LMUA01000020.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00020, whole genome shotgun sequence	False	False
DEN0094_000000018803	1985	0.5203114493889237	2	2	2	2	1	False	68354	maximal	True	DEN0094_000000018803	1.0		495	12	False	False	1.0	0					non-mobilizable	other	1985.0	99.59700000000001	100.0	0.024281588094189063	NZ_SPHG01000010.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_10_length_81708_cov_55.4711, whole genome shotgun sequence	False	False
CHI0127_000000006518	3020	0.520308635826878	4	4	4	4	4	False	102430	maximal	True	CHI0127_000000006518	1.0		29	6	False	False	0.9933775067329407	0					non-mobilizable	no_good_hit	1261.0	98.89	81.0	0.0003368825616142941	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
DEN0066_000000017551	2033	0.5203070195004057	3	3	3	3	2	False	70966	maximal	True	DEN0066_000000017551	1.0		1	1	False	False	0.9955730438232422	0					non-mobilizable	no_good_hit	551.0	71.869	26.0	0.00018163972001436666	NZ_HG917868.1	firmicutes	Clostridium bornimense strain M2/40 chromosome M2/40_rep1	True	False
CHI0172_000000005481	1468	0.5203066279221351	1	1	1	1	1	False	102043	fragment	False	USA0032_01_000000013529	0.5182838141134207		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	97.381	96.0	0.06304134297705152	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0027_000000018176	1259	0.5203056170645743	2	2	1	2	1	False	78022	fragment	False	ENG0004_000000016563	0.27579957356076756		0	0	False	False	1.0	0					non-mobilizable	chromosome	1264.0	86.155	100.0	0.00042377202882457624	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0135_000000004918	3785	0.5202964435906572	4	4	4	4	0	True	31436	maximal	True	ISR0135_000000004918	1.0		2	1	False	False	0.9997357726097107	0					non-mobilizable	no_good_hit	928.0	97.306	67.0	0.00027910194808342467	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0107_000000002188	11885	0.520295698944728	12	6	4	6	3	True	100643	fragment	False	SPA0107_000000002188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	81.58800000000001	10.0	0.07570215140430281	NZ_VZBY01000039.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_44_length_16129_cov_31.6562_ID_87, whole genome shotgun sequence	True	True
MON0060_000000010106	3588	0.5202931370189408	6	3	1	3	2	True	95906	fragment	False	MON0060_000000010106	1.0		0	0	False	False	0.9807692170143127	0					non-mobilizable	other	3593.0	94.26700000000001	100.0	0.009008189492888206	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	True
TAN0013_000000009729	1272	0.5202924001157507	2	1	1	1	1	False	51133	fragment	False	TAN0013_000000009729	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000022908	1601	0.5202920772755983	2	1	1	1	1	False	109814	fragment	False	DEN0021_000000022908	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1187.0	89.806	89.0	0.00036896259291728707	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0041_000000061433	1154	0.5202917054015298	2	2	2	2	1	True	87079	fragment	False	MON0032_000000016300	0.04604929251974513		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	91.796	100.0	0.0003471462202159533	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0052_000000004982	3215	0.5202898327929415	5	3	1	1	2	True	131231	fragment	False	MAD0052_000000004982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1876.0	93.39	73.0	0.012712065608910656	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
CHI0134_000000003198	4113	0.520289688737364	4	4	3	2	2	False	80751	maximal	True	CHI0134_000000003198	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	2763.0	98.19	69.0	0.0011937320853747505	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	False
ISR0247_000000011406	1258	0.5202865389836662	3	2	2	2	2	False	27092	maximal	True	ISR0247_000000011406	1.0		12	5	False	False	0.9650238752365112	0					non-mobilizable	chromosome	1258.0	100.0	100.0	0.0005171388112472137	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
MON0003_000000011680	1361	0.520283947807561	2	2	2	2	2	False	14360	fragment	False	MON0003_000000011680	1.0		0	0	False	False	0.9985305070877075	0					non-mobilizable	no_good_hit	99.0	95.96	7.0	2.6142193794216654e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0111_000000013867	2185	0.5202837486655798	3	2	1	2	1	True	82560	maximal	True	CHI0111_000000013867	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	510.0	88.235	23.0	0.00011267345603427445	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
USA0005_01_000000022435	1371	0.5202830249113778	2	2	2	1	1	False	2152	maximal	True	USA0005_01_000000022435	1.0		1	1	False	False	0.9628008604049683	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	5.0	0.0003338544288704592	NZ_MIEH01000014.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_14, whole genome shotgun sequence	True	False
MON0058_000000040716	1313	0.5202795259458812	2	1	1	1	1	False	12491	maximal	False	TAN0008_000000015090	0.9350515463917526		0	0	False	False	0.9177456498146057	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000021284	1393	0.5202785352973789	2	2	1	2	0	True	109741	fragment	False	ISR0134_000000015586	0.06739820698828837		0	0	False	False	1.0	0					non-mobilizable	other	1393.0	100.0	100.0	0.010644724667161177	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0132_000000020944	1391	0.5202785352973789	2	2	1	2	0	True	109741	fragment	False	ISR0134_000000015586	0.05710626015095258		0	0	False	False	0.9841840267181396	0					non-mobilizable	other	1391.0	100.0	100.0	0.010629430522524451	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0018_000000015179	1387	0.5202785352973789	2	2	1	2	0	True	109741	fragment	False	ISR0134_000000015586	0.056975459000851436		0	0	False	False	0.9992790222167969	0					non-mobilizable	other	1387.0	100.0	100.0	0.010598842233250999	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
ISR0310_000000013637	1330	0.5202785352973789	2	2	1	2	0	True	61551	fragment	False	ISR0310_000000013637	0.9838857243984095		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	85.469	100.0	0.06750304754164974	NZ_LMUA01000043.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00043, whole genome shotgun sequence	False	True
FIJ0135_000000010630	2710	0.5202769442096752	6	4	3	4	3	False	40604	maximal	True	FIJ0135_000000010630	1.0		21	5	False	False	0.9996309876441956	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	3.4055731068702895e-05	NZ_ML133522.1	a-proteobacteria	Rhizobium anhuiense strain CCBAU 23252 Scaffold2, whole genome shotgun sequence	True	False
ENG0208_000000010498	2931	0.5202761423221232	2	1	1	1	1	False	66309	maximal	True	ENG0208_000000010498	1.0		29	3	False	False	0.9969293475151062	0					non-mobilizable	no_good_hit	154.0	94.805	7.0	0.0007815552950371239	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	False
SPA0057_000000013757	2320	0.5202761423221232	2	1	1	1	1	False	66308	fragment	False	SPA0057_000000013757	0.9995567375886525		0	0	False	False	0.985775887966156	0					non-mobilizable	no_good_hit	154.0	94.805	9.0	0.0007815552950371239	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	False
ISR0181_000000008425	2256	0.5202761423221232	2	1	1	1	1	False	66308	fragment	False	SPA0057_000000013757	0.9857758620689655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	94.805	10.0	0.0007815552950371239	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	False
ISR0121_000000014566	1748	0.5202761423221232	2	1	1	1	1	False	66307	fragment	False	ISR0121_000000014566	0.9944799535153981		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	94.156	9.0	0.0007815552950371239	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	False
ENG0022_000000008815	1721	0.5202761423221232	2	1	1	1	1	False	66307	fragment	False	ISR0121_000000014566	0.9865560640732265		0	0	False	False	0.9901220202445984	0					non-mobilizable	no_good_hit	128.0	94.531	7.0	0.0006478682050965632	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	False
CHI0039_000000005268	2480	0.5202757947457022	6	5	5	2	4	False	87800	maximal	True	CHI0039_000000005268	0.9459349593495936		17	5	False	False	0.999193549156189	0					non-mobilizable	chromosome	2481.0	98.95200000000001	100.0	0.0004828209201632246	CP057636.1	enterobacteria	Escherichia coli strain RHB20-C11 chromosome, complete genome	False	False
ISR0093_000000011989	2076	0.5202754550440555	2	1	1	1	1	False	33519	maximal	True	ISR0093_000000011989	1.0		285	13	False	False	1.0	0					non-mobilizable	chromosome	2077.0	95.571	100.0	0.0005535209400306077	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0111_000000014310	1448	0.5202750501908568	3	3	3	2	2	False	42081	maximal	True	FIJ0111_000000014310	1.0		24	5	False	False	0.9993094205856323	0					non-mobilizable	other	1445.0	91.765	99.0	0.0006874422767478839	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CHI0152_000000010755	1212	0.5202745718926873	2	2	2	2	1	False	79314	maximal	False	ISR0272_000000008368	0.9705641864268193		0	0	False	False	1.0	0					non-mobilizable	chromosome	1212.0	96.7	100.0	0.0004076155098542985	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0003_000000012087	1865	0.5202743860792904	2	2	2	2	1	False	67855	maximal	True	ENG0003_000000012087	1.0		21	7	False	False	0.9983914494514465	0					non-mobilizable	other	1871.0	86.211	100.0	0.0076398452357531645	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0056_000000016149	1387	0.5202743860792904	2	2	2	2	1	False	35627	fragment	False	ISR0056_000000016149	0.9970059880239521		0	0	False	False	1.0	0					non-mobilizable	other	1387.0	99.712	100.0	0.005680700373795003	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
USA0023_01_000000021954	1384	0.5202743860792904	2	2	2	2	1	False	91713	fragment	False	USA0023_01_000000021954	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1384.0	99.566	100.0	0.005668404485540035	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
USA0081_01_000000022819	1336	0.5202743860792904	2	2	2	2	1	False	35627	fragment	False	ISR0056_000000016149	0.9776496034607065		0	0	False	False	0.9992514848709106	0					non-mobilizable	other	1336.0	99.40100000000001	100.0	0.005459374385205587	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0834_000000014243	1278	0.5202743860792904	2	2	2	2	1	False	20963	maximal	True	ISR0834_000000014243	1.0		0	0	False	False	0.9968701004981995	0					non-mobilizable	no_good_hit	1076.0	89.49799999999999	84.0	0.004393730736441734	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	True	False
CAN0020_000000027823	1255	0.5202743860792904	2	2	2	2	1	False	91712	fragment	False	CAN0020_000000027823	0.989063867016623		0	0	False	False	0.9992032051086426	0					non-mobilizable	other	1244.0	99.92	99.0	0.0050945963669748835	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
FIJ0086_000000030001	1143	0.5202743860792904	2	2	2	2	1	False	91712	fragment	False	CAN0020_000000027823	0.9450199203187251		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	98.33200000000001	99.0	0.004656043019214374	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
ISR0060_000000020833	1309	0.5202741457378502	4	3	1	1	2	False	35395	fragment	False	ISR0060_000000020833	1.0		0	0	False	False	0.9862490296363831	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.183671959225691e-07	LR778289.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 37	True	False
ENG0135_000000011943	1869	0.5202727854323523	3	3	3	3	3	False	104382	fragment	False	SPA0113_000000017401	0.945414742908192		0	0	False	False	0.9903692007064819	0					non-mobilizable	other	1853.0	93.038	99.0	0.01268799900971715	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0025_000000009624	3515	0.5202724449706653	3	2	2	2	2	False	24797	maximal	False	ISR0327_000000006897	0.9554016620498615		0	0	False	False	1.0	0					non-mobilizable	chromosome	3494.0	99.88600000000001	99.0	0.0006971579983961175	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0849_000000012524	2187	0.5202708365557885	3	3	3	3	3	False	93155	fragment	False	FIJ0023_000000014173	0.8246758952223462		0	0	False	False	0.9940558075904846	0					non-mobilizable	no_good_hit	621.0	70.692	27.0	0.0002788577581949496	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
ENG0092_000000013997	1642	0.5202704041426418	2	2	2	2	2	False	61098	fragment	False	ENG0092_000000013997	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	99.51299999999999	100.0	0.013688917065683445	NZ_LMUA01000010.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00010, whole genome shotgun sequence	False	False
AST0148_000000004958	6693	0.5202684488422035	9	6	4	5	4	False	132116	maximal	True	AST0148_000000004958	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.864942777542923e-06	CP053173.1	moths	Carposina sasakii isolate BJYQ chromosome 26	True	False
ENG0016_000000007285	3123	0.520266977072892	3	2	2	2	1	False	66811	maximal	True	ENG0016_000000007285	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	496.0	100.0	16.0	0.00017936875244140802	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	False
ENG0116_000000006695	3441	0.520265955203424	4	4	3	4	4	False	59478	fragment	False	ENG0116_000000006695	1.0		0	0	False	False	0.9985469579696655	0					non-mobilizable	no_good_hit	469.0	72.921	13.0	0.0010864584760294194	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
MAD0075_000000001514	2191	0.5202651945874455	3	2	2	2	2	False	16265	maximal	True	MAD0075_000000001514	1.0		11	3	False	False	0.9949794411659241	0					non-mobilizable	no_good_hit	788.0	76.65	35.0	0.0010177743269049167	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
AST0016_000000012398	2054	0.5202607025342101	5	3	2	2	2	True	123386	maximal	True	AST0016_000000012398	1.0		3	3	False	False	0.9912366271018982	0					non-mobilizable	no_good_hit	1538.0	80.689	74.0	0.00034050333960334255	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MON0063_000000014791	1975	0.5202604530454155	3	2	2	2	2	False	10741	maximal	True	MON0063_000000014791	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	564.0	95.213	28.0	0.050732501356483994	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
ISR0039_000000003268	8049	0.520260004008813	11	3	2	3	0	False	36572	fragment	False	ISR0039_000000003268	1.0		0	0	False	False	0.9967697858810425	0					non-mobilizable	no_good_hit	381.0	87.664	12.0	0.0063445929181582955	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
SPA0092_000000018022	2432	0.5202561385320676	3	3	3	3	2	False	5321	maximal	True	SPA0092_000000018022	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	72.558	26.0	0.00030833672129096823	NC_014632.1	fusobacteria	Ilyobacter polytropus DSM 2926, complete sequence	True	False
ENG0066_000000016059	1335	0.5202543669718483	3	2	2	2	2	False	68044	fragment	False	ENG0001_000000016928	0.5594154180520189		0	0	False	False	0.9955056309700012	0					non-mobilizable	other	800.0	97.875	100.0	0.007153344793009597	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0776_000000018277	1290	0.5202543669718483	3	2	2	2	2	False	68044	fragment	False	ENG0001_000000016928	0.5077352146440072		0	0	False	False	0.9984496235847473	0					non-mobilizable	other	746.0	98.525	100.0	0.006669889700615958	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0786_000000011661	1249	0.5202543669718483	2	2	2	2	2	False	68044	fragment	False	ENG0001_000000016928	0.49573639949794		0	0	False	False	1.0	0					non-mobilizable	other	715.0	97.902	100.0	0.006392350666093683	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0783_000000002886	4945	0.5202532047966774	7	6	6	6	5	False	94755	maximal	True	ISR0783_000000002886	0.959534028203556		41	11	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	5.017041216665942e-05	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
DEN0096_000000011483	3748	0.5202508112856247	8	3	1	3	0	False	68224	maximal	True	DEN0096_000000011483	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	85.04700000000001	3.0	0.10707070707070707	XM_014670752.1	eukaryotes	Blastocystis sp. ST4 hypothetical protein mRNA	True	False
ISR0094_000000004429	5007	0.520245877834016	4	3	3	3	3	False	33471	maximal	True	ISR0094_000000004429	1.0		4	3	False	False	0.9988016486167908	0					non-mobilizable	no_good_hit	567.0	93.12200000000001	39.0	0.0032110953592839942	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MON0080_000000036827	1529	0.5202453421063622	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.5633338382973929		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	99.542	100.0	0.008881758681221591	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
MON0037_000000049212	1523	0.5202453421063622	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.5627009061426816		0	0	False	False	1.0	0					non-mobilizable	other	1523.0	99.73700000000001	100.0	0.008846882665457632	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
USA0044_01_000000002549	11444	0.5202441389398098	12	6	6	5	5	False	131204	maximal	True	USA0044_01_000000002549	0.998075913940878		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	87.838	13.0	9.446024296455307e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
AST0097_000000001845	11434	0.5202441389398098	13	6	6	5	5	False	131204	maximal	False	USA0044_01_000000002549	0.9976406850751485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	87.838	13.0	9.446024296455307e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0172_000000014920	1851	0.5202409881552753	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.4063631010218536		0	0	False	False	0.9994597434997559	0					non-mobilizable	other	1780.0	97.52799999999999	96.0	0.007957630871492536	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0145_000000009887	1896	0.5202406246840141	4	4	4	2	2	False	79751	fragment	False	CHI0145_000000009887	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1896.0	99.947	100.0	0.00040131878222727477	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
MON0044_000000015856	3078	0.5202387416161338	4	2	1	2	1	False	11640	maximal	True	MON0044_000000015856	1.0		2	1	False	False	0.9974009394645691	0					non-mobilizable	no_good_hit	544.0	100.0	18.0	0.005771560978720691	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
MAD0107_000000034502	1151	0.5202313001202954	2	2	2	2	1	False	40322	fragment	False	FIJ0140_000000030922	0.9585115483319075		0	0	False	False	0.9939183592796326	0					non-mobilizable	no_good_hit	356.0	79.21300000000001	30.0	0.0007882166146096402	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0058_01_000000002179	10140	0.5202310802266993	8	6	6	6	3	False	119707	maximal	True	USA0058_01_000000002179	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	6736.0	96.734	89.0	0.0012630390567505644	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	False
SPA0117_000000004293	8267	0.5202285031086014	6	4	3	4	3	False	4329	maximal	True	SPA0117_000000004293	1.0		4	3	False	False	0.9987903833389282	0					non-mobilizable	no_good_hit	1784.0	81.054	24.0	0.0013955264576415289	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
DEN0010_000000035584	1320	0.5202267288929667	2	1	1	1	1	False	75863	maximal	True	DEN0010_000000035584	1.0		225	9	False	False	1.0	0					non-mobilizable	other	1322.0	94.175	100.0	0.009070715823207004	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0807_000000009597	1506	0.5202210267721625	2	2	2	1	1	False	21869	fragment	False	ISR0801_000000004605	0.956439393939394		0	0	False	False	0.9953519105911255	0					non-mobilizable	other	1510.0	99.338	100.0	0.00029210837007594625	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
USA0087_01_000000007638	2013	0.5202203562233396	3	3	3	3	2	False	107582	fragment	False	USA0087_01_000000007638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	95.506	75.0	0.17419354838709677	NZ_QRYH01000048.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf48, whole genome shotgun sequence	True	False
SPA0012_000000006715	3687	0.5202198162535899	4	4	3	4	3	False	24016	maximal	True	SPA0012_000000006715	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	31.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0055_000000004877	3955	0.5202152710055107	6	5	1	4	1	True	63667	maximal	True	ENG0055_000000004877	1.0		2	1	False	False	0.9984829425811768	0					non-mobilizable	no_good_hit								True	True
ISR0206_000000017767	1470	0.5202122888098321	2	1	1	1	1	True	28621	maximal	True	ISR0206_000000017767	1.0		734	13	False	False	1.0	0					non-mobilizable	other	1470.0	97.891	100.0	0.007738951316780722	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	True
USA0056_01_000000011162	1571	0.5202115148167245	2	2	2	2	1	False	99496	fragment	False	CAN0008_000000017203	0.7548342633386854		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	91.97	66.0	0.00026107870187959804	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AST0031_000000010392	2747	0.5202114985129669	4	3	3	3	2	False	117481	fragment	False	AST0031_000000010392	0.9829787234042553		0	0	False	False	1.0	0					non-mobilizable	other	2144.0	98.834	100.0	0.02664991978908883	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0044_000000010802	1484	0.520209041454565	3	3	3	2	2	False	87241	fragment	False	CHI0044_000000010802	1.0		0	0	False	False	0.9831536412239075	0					non-mobilizable	other	1484.0	99.663	100.0	0.007392895243222764	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	False	False
SPA0126_000000032555	1388	0.5202062702459334	2	2	2	2	2	False	120838	fragment	False	USA0052_01_000000006844	0.2978832823462641		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	97.262	100.0	0.014593701665596953	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	False	False
DEN0046_000000015034	1617	0.5202061877809961	3	3	3	3	3	False	87115	fragment	False	MON0051_000000021051	0.9561752295382542		0	0	False	False	1.0	0					non-mobilizable	chromosome	1617.0	98.825	100.0	0.0004305459263659763	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0112_000000004969	3316	0.5202059168298508	6	5	5	5	5	False	82447	maximal	True	CHI0112_000000004969	1.0		8	5	False	False	1.0	0					non-mobilizable	chromosome	2116.0	99.811	100.0	0.00044457617071724955	LR134236.1	enterobacteria	Escherichia coli strain NCTC9008 genome assembly, chromosome: 1	False	False
ENG0113_000000017586	1588	0.5201991977712689	2	2	2	2	2	False	59607	fragment	False	ENG0113_000000017586	1.0		0	0	False	False	0.994332492351532	0					non-mobilizable	other	1607.0	77.847	100.0	0.011292845967856634	NZ_KB291649.1	firmicutes	Clostridium celatum DSM 1785 Scfld81, whole genome shotgun sequence	False	False
DEN0093_000000025871	1199	0.5201981102485372	2	2	2	2	2	False	68414	maximal	False	SPA0141_000000018108	0.9869812855980472		0	0	False	False	0.9966638684272766	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000032443	1123	0.5201963608763184	3	2	2	1	1	False	36579	maximal	True	ISR0038_000000032443	1.0		5	2	False	False	0.9813001155853271	0					non-mobilizable	no_good_hit	832.0	78.846	74.0	0.0028945898569918047	NZ_CABFVD010000003.1	firmicutes	Clostridium culturomicum strain Marseille-P3545, whole genome shotgun sequence	True	False
ISR0299_000000006723	1765	0.5201961198016232	3	2	2	2	2	False	28791	maximal	True	ISR0299_000000006723	1.0		158	10	False	False	0.9994333982467651	0					non-mobilizable	no_good_hit	1390.0	71.439	77.0	0.01197159697080994	NZ_SLUM01000011.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_111, whole genome shotgun sequence	True	False
SPA0044_000000016760	1651	0.5201960352243331	3	3	2	3	2	False	6783	maximal	True	SPA0044_000000016760	1.0		25	8	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	77.67399999999999	13.0	0.004701308681599349	NZ_PVXO01000041.1	firmicutes	Clostridium liquoris strain DSM 100320 CLLI_contig000041, whole genome shotgun sequence	True	False
MAD0054_000000003534	3726	0.5201958447339278	5	5	4	3	3	True	110729	fragment	False	MAD0054_000000003534	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3479.0	96.522	100.0	0.0010552774800083038	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	False	True
AST0111_000000004878	4146	0.5201935873653979	5	4	4	4	3	False	106846	maximal	True	AST0111_000000004878	1.0		44	7	False	False	1.0	0					non-mobilizable	no_good_hit	2634.0	99.92399999999999	64.0	0.0011749864004137666	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CAN0003_000000018691	2659	0.5201918284542265	3	2	2	2	1	True	96668	maximal	True	CAN0003_000000018691	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	96.369	87.0	0.00044638402495237337	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
ENG0166_000000007436	3592	0.520191416820791	4	4	3	3	3	False	56170	maximal	True	ENG0166_000000007436	1.0		1	1	False	False	0.9935969114303589	0					non-mobilizable	no_good_hit								True	False
ISR0369_000000008418	1757	0.5201901234563917	3	3	2	3	1	False	23541	maximal	True	ISR0369_000000008418	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	507.0	72.189	28.0	0.0001283250114913996	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	False
USA0001_01_000000009406	1761	0.5201884954181244	3	2	2	1	1	False	2273	maximal	True	USA0001_01_000000009406	1.0		19	7	False	False	1.0	0					non-mobilizable	other	689.0	92.743	90.0	0.00020624038234859322	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0359_000000009774	2617	0.5201863437923698	3	2	2	2	2	False	114855	maximal	False	ISR0100_000000004490	0.6988857324764548		0	0	False	False	0.9889186024665833	0					non-mobilizable	other	2495.0	98.758	95.0	0.002723453159446002	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
SPA0107_000000008118	3795	0.520183491404666	2	2	2	2	2	False	56960	maximal	True	SPA0107_000000008118	1.0		334	10	False	False	1.0	0					non-mobilizable	other	3838.0	78.895	100.0	0.006905405209105039	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
AST0050_000000011700	1184	0.520182192335459	1	1	1	1	1	False	114674	fragment	False	AST0050_000000011700	1.0		0	0	False	False	0.9856418967247009	0					non-mobilizable	other	1199.0	94.245	100.0	0.003682199730135946	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
MON0083_000000026359	1511	0.5201815704858742	3	2	2	2	2	False	9866	maximal	True	MON0083_000000026359	1.0		1	1	False	False	0.9966909289360046	0					non-mobilizable	no_good_hit	920.0	90.21700000000001	61.0	0.0011320229459449804	NZ_FUHT01000002.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
CHI0137_000000004051	3415	0.5201801095024151	4	4	4	4	3	False	80532	fragment	False	CHI0137_000000004051	0.9794417767106842		0	0	False	False	0.9997071623802185	0					non-mobilizable	other	3415.0	99.941	100.0	0.024517407790417098	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0045_000000011134	3332	0.5201801095024151	4	4	4	4	3	False	80532	fragment	False	CHI0137_000000004051	0.9676427525622255		0	0	False	False	0.9927971363067627	0					non-mobilizable	other	3285.0	98.965	99.0	0.023569458807307826	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0062_000000024253	1302	0.5201795100008012	2	2	2	2	2	False	6146	maximal	True	SPA0062_000000024253	1.0		366	11	False	False	0.9984639286994934	0					non-mobilizable	chromosome	1302.0	100.0	100.0	0.0005499027208983745	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MAD0072_000000000306	14901	0.520178102389999	19	6	2	6	2	False	16324	maximal	True	MAD0072_000000000306	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.332870396089105e-06	NZ_CP019698.1	firmicutes	Desulfotomaculum ferrireducens strain GSS09 chromosome, complete genome	True	False
CHI0118_000000000473	14867	0.520178102389999	19	6	2	6	2	False	82003	maximal	True	CHI0118_000000000473	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.332870396089105e-06	NZ_CP019698.1	firmicutes	Desulfotomaculum ferrireducens strain GSS09 chromosome, complete genome	True	False
SPA0106_000000007343	5266	0.5201734104976161	9	8	4	5	6	False	50913	maximal	True	SPA0106_000000007343	1.0		52	10	False	False	1.0	0					non-mobilizable	no_good_hit	3831.0	91.77799999999999	77.0	0.0009211907663718309	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0337_000000001790	4692	0.5201700314277803	4	2	2	2	1	False	58100	fragment	False	ISR0337_000000001790	0.9918559794256323		0	0	False	False	0.9931798577308655	0					non-mobilizable	no_good_hit	3760.0	88.404	80.0	0.0012736914595403363	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0227_000000005686	4666	0.5201700314277803	4	2	2	2	1	False	58100	fragment	False	ISR0337_000000001790	0.9891304347826086		0	0	False	False	0.9995713829994202	0					non-mobilizable	other	3759.0	88.162	96.0	0.0012736914595403363	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ENG0135_000000006897	3123	0.5201700314277803	2	2	2	2	1	False	58099	fragment	False	ENG0135_000000006897	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3129.0	89.485	99.0	0.001059993959393398	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
CAN0009_000000006923	3315	0.5201669348680694	4	4	4	4	3	False	99236	fragment	False	USA0006_01_000000007274	0.9595084281350581		0	0	False	False	0.9996983408927917	0					non-mobilizable	no_good_hit	1102.0	79.40100000000001	33.0	0.0003732270430239273	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0006_000000016846	1107	0.5201604180488915	2	2	2	1	1	False	72206	maximal	False	DEN0052_000000035576	0.6393762183235867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	90.0	49.0	0.00014403851645927815	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0152_000000013097	1851	0.5201576128129312	2	2	2	1	2	False	57034	maximal	True	ENG0152_000000013097	1.0		42	9	False	False	0.9967585206031799	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0004148485034724356	NZ_FNIX01000028.1	high GC Gram+	Lentzea jiangxiensis strain CGMCC 4.6609, whole genome shotgun sequence	True	False
CHI0113_000000003253	2314	0.5201536826591568	4	4	4	3	2	False	88969	maximal	True	CHI0113_000000003253	0.9714925098149594		288	12	False	False	0.9991356730461121	0					non-mobilizable	other	2314.0	99.78399999999999	100.0	0.0009424003135630269	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0131_000000011877	2230	0.5201536826591568	4	4	4	3	2	False	88969	maximal	False	CHI0113_000000003253	0.7204742336908225		0	0	False	False	1.0	0					non-mobilizable	chromosome	2230.0	99.73100000000001	100.0	0.000874116618686331	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
AST0006_000000002793	5811	0.520151518229934	9	3	2	2	1	True	127659	maximal	True	AST0006_000000002793	1.0		1	1	False	False	0.999311625957489	0					non-mobilizable	no_good_hit	163.0	82.822	3.0	0.0014684287812041115	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	True
ISR0266_000000006084	2684	0.5201515006283206	2	1	1	0	1	False	26580	maximal	True	ISR0266_000000006084	1.0		117	10	False	False	0.9921758770942688	0					non-mobilizable	other	2684.0	99.925	100.0	0.0300511867026579	NZ_AGDG01000012.1	CFB group bacteria	Bacteroides faecis MAJ27 contig012, whole genome shotgun sequence	False	False
MAD0005_000000021559	1451	0.5201510452225467	1	1	1	1	1	False	19928	maximal	True	MAD0005_000000021559	1.0		1	1	False	False	0.9979324340820312	0					non-mobilizable	no_good_hit	1207.0	77.465	83.0	0.012828743232543708	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0014_000000012517	1337	0.5201510452225467	1	1	1	1	1	False	13443	maximal	True	MON0014_000000012517	1.0		38	10	False	False	0.9925205707550049	0					non-mobilizable	chromosome	1214.0	74.959	90.0	0.0004325548429352926	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	False	False
CHI0095_000000002020	3856	0.5201479930164439	4	3	3	2	2	False	83513	fragment	False	CHI0095_000000002020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1978.0	74.92399999999999	60.0	0.0009117662147477602	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
MAD0092_000000016447	1152	0.5201469238170416	3	1	1	1	1	False	15695	maximal	True	MAD0092_000000016447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	6.960602987093053e-06	NZ_CP038033.1	g-proteobacteria	Nitrosococcus wardiae strain D1FHS chromosome, complete genome	True	False
DEN0069_000000011892	2344	0.5201461440173446	5	4	4	4	2	False	70732	maximal	True	DEN0069_000000011892	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1863.0	99.678	79.0	0.004875545291249679	NZ_RBXN01000003.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_103, whole genome shotgun sequence	True	False
ISR0080_000000007101	4093	0.5201457079603623	7	7	5	7	7	False	97791	maximal	True	ISR0080_000000007101	1.0		35	8	False	False	1.0	0					non-mobilizable	chromosome	4093.0	100.0	100.0	0.0007866131210990131	CP019243.1	enterobacteria	Escherichia coli strain Combat2C1 chromosome, complete genome	False	False
ISR0210_000000008294	2309	0.520145580060568	6	4	3	4	1	False	28441	maximal	True	ISR0210_000000008294	1.0		9	2	False	False	0.999566912651062	0					non-mobilizable	chromosome	1297.0	96.068	95.0	0.0003473063391982369	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0156_000000007692	2296	0.5201422148032679	3	2	1	1	1	False	3180	fragment	False	SPA0156_000000007692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.295075641724444e-06	CP053447.1	bacteria	Ignavibacteriae bacterium isolate IGN3 chromosome	True	False
SPA0044_000000013336	2030	0.5201422148032679	5	2	1	1	1	False	6785	fragment	False	SPA0044_000000013336	0.9796833773087071		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	8.295075641724444e-06	CP053447.1	bacteria	Ignavibacteriae bacterium isolate IGN3 chromosome	True	False
SPA0137_000000019387	1895	0.5201422148032679	5	2	1	1	1	False	6785	fragment	False	SPA0044_000000013336	0.9477832512315272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	8.295075641724444e-06	CP053447.1	bacteria	Ignavibacteriae bacterium isolate IGN3 chromosome	True	False
ENG0067_000000008259	3479	0.5201368825474637	5	2	2	1	2	False	102426	fragment	False	ENG0067_000000008259	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2068.0	74.903	59.0	0.0005662284574925994	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0190_000000012804	2370	0.5201368825474637	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.8274562811104016		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1999.0	78.48899999999999	86.0	0.0005271231243849783	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0193_000000011914	2269	0.5201368825474637	2	2	2	1	2	False	108471	fragment	False	SPA0025_000000009412	0.7294856193163544		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	78.178	97.0	0.005181863477827603	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0102_01_000000006102	2251	0.5201368825474637	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.9451867403237073		0	0	False	False	0.999111533164978	0					non-mobilizable	chromosome	2018.0	78.642	92.0	0.0005322148068269278	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0053_000000011372	2234	0.5201368825474637	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.8234597003304033		0	0	False	False	0.9995523691177368	0					non-mobilizable	other	1992.0	78.263	92.0	0.01395708568671416	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0016_000000011501	2226	0.5201368825474637	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.8210452431724129		0	0	False	False	1.0	0					non-mobilizable	chromosome	1999.0	78.439	91.0	0.0005271231243849783	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0120_000000015710	2136	0.5201368825474637	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.7307340881163571		0	0	False	False	0.9981273412704468	0					non-mobilizable	chromosome	1905.0	78.268	91.0	0.0005024686620344862	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0174_000000011590	2128	0.5201368825474637	3	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.6591635717294538		0	0	False	False	0.9985902309417725	0					non-mobilizable	chromosome	1890.0	78.095	91.0	0.0004984489127382104	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0035_000000010661	2101	0.5201368825474637	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.1396644226497625		0	0	False	False	0.99666827917099	0					non-mobilizable	other	2126.0	78.786	100.0	0.0005880518027101714	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0062_000000017792	2101	0.5201368825474637	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.9052992385324476		0	0	False	False	1.0	0					non-mobilizable	other	2104.0	81.036	99.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0112_000000013260	2100	0.5201368825474637	2	2	2	1	2	False	129393	fragment	False	USA0102_01_000000006102	0.1429450158903735		0	0	False	False	0.9990476369857788	0					non-mobilizable	other	1865.0	78.767	91.0	0.012999176908012375	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0070_000000016537	2049	0.5201368825474637	3	2	2	1	2	False	102423	fragment	False	DEN0070_000000016537	0.9663938281763055		0	0	False	False	1.0	0					non-mobilizable	other	2018.0	74.628	97.0	0.000551788104481508	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0068_000000010318	2000	0.5201368825474637	2	2	2	1	2	False	129384	fragment	False	ISR0068_000000010318	1.0		0	0	False	False	0.9980000257492065	0					non-mobilizable	other	2001.0	78.811	99.0	0.01395708568671416	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0008_000000015713	1939	0.5201368825474637	2	2	2	1	2	False	129372	fragment	False	SPA0125_000000017342	0.9351513755219841		0	0	False	False	1.0	0					non-mobilizable	other	1921.0	78.501	98.0	0.013382340419493089	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0125_000000017342	1939	0.5201368825474637	2	2	2	1	2	False	129372	fragment	False	SPA0125_000000017342	0.9351642640621223		0	0	False	False	0.9994842410087585	0					non-mobilizable	other	1899.0	78.62	97.0	0.01323333238725059	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AUS0004_000000010737	1924	0.5201368825474637	2	2	2	1	2	False	102423	fragment	False	DEN0070_000000016537	0.9451256403413449		0	0	False	False	1.0	0					non-mobilizable	other	1914.0	74.45100000000001	98.0	0.0005242958939411611	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0342_000000008275	1882	0.5201368825474637	2	2	2	1	2	False	129372	fragment	False	SPA0125_000000017342	0.9033488523115395		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	78.575	98.0	0.018721569517365158	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0043_000000011840	1868	0.5201368825474637	2	2	2	1	2	False	129382	fragment	False	ISR0043_000000011840	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1853.0	77.442	99.0	0.01874219934603443	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0121_000000014401	1789	0.5201368825474637	2	2	2	1	2	False	41474	maximal	True	FIJ0121_000000014401	1.0		74	10	False	False	1.0	0					non-mobilizable	chromosome	1804.0	77.993	100.0	0.0004786181495432493	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0109_000000013990	1786	0.5201368825474637	2	2	2	1	2	False	129372	fragment	False	SPA0125_000000017342	0.9056927647036989		0	0	False	False	1.0	0					non-mobilizable	other	1794.0	80.992	100.0	0.04176729649097883	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0296_000000014665	1785	0.5201368825474637	2	2	2	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5131232749112162		0	0	False	False	0.9955182075500488	0					non-mobilizable	other	1802.0	80.411	100.0	0.01840180717299143	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0209_000000016750	1701	0.5201368825474637	2	2	2	1	2	False	129372	fragment	False	SPA0125_000000017342	0.8775553573853621		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	77.878	97.0	0.016823625279792052	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0378_000000018448	1660	0.5201368825474637	2	2	2	1	2	False	129372	fragment	False	SPA0125_000000017342	0.8683286665260266		0	0	False	False	1.0	0					non-mobilizable	other	1644.0	77.798	98.0	0.016576067335760777	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0060_000000012599	1177	0.5201321865115331	2	2	2	2	1	False	45848	maximal	True	FIJ0060_000000012599	0.985201793721973		483	15	False	False	1.0	0					non-mobilizable	other	1157.0	95.851	98.0	0.01691171092092751	NZ_CYXX01000020.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0087_01_000000001037	9512	0.5201299601522316	19	7	4	3	5	False	65643	maximal	True	USA0087_01_000000001037	1.0		12	4	False	False	0.9998948574066162	0					non-mobilizable	no_good_hit	1167.0	91.00299999999999	12.0	0.00022297469478528792	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
SPA0035_000000013226	1547	0.520127418981508	4	3	3	3	2	False	81737	fragment	False	SPA0035_000000013226	0.9889807122000512		0	0	False	False	0.9993535876274109	0					non-mobilizable	other	1547.0	100.0	100.0	0.012561548336772999	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0126_000000032671	1383	0.5201261622669495	2	1	1	1	1	False	84825	fragment	False	ENG0090_000000016691	0.8652076470756584		0	0	False	False	1.0	0					non-mobilizable	other	1385.0	97.40100000000001	100.0	0.009344595461389401	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0121_000000005751	4037	0.5201196648447123	4	4	4	4	3	False	32226	maximal	True	ISR0121_000000005751	1.0		19	7	False	False	1.0	0					non-mobilizable	other	1964.0	98.98200000000001	100.0	0.0006194238443154057	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
SPA0029_000000016800	1598	0.5201165955529948	2	2	1	2	0	True	78443	fragment	False	SPA0029_000000016800	0.9659074345870251		0	0	False	False	0.9943679571151733	0					non-mobilizable	other	1598.0	97.99700000000001	100.0	0.006185055944353861	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0109_000000029015	1266	0.5201165955529948	2	2	1	2	0	True	55084	fragment	False	MON0109_000000029015	0.7164168686504441		0	0	False	False	0.9936808943748474	0					non-mobilizable	other	1266.0	94.866	100.0	0.005239223352440277	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
TAN0009_000000004561	6085	0.5201132203557345	13	4	2	4	4	False	2723	maximal	True	TAN0009_000000004561	1.0		2	1	False	False	0.9996713399887085	0					non-mobilizable	no_good_hit	862.0	88.399	26.0	0.015152589231914365	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ENG0191_000000028325	1156	0.5201130118129197	2	1	1	1	1	False	54670	maximal	True	ENG0191_000000028325	1.0		254	11	False	False	1.0	0					non-mobilizable	chromosome	800.0	99.25	100.0	0.00015329245918132618	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
FIJ0011_000000010496	4079	0.5201124373079598	5	2	1	1	2	False	51002	maximal	True	FIJ0011_000000010496	1.0		5	2	False	False	0.9975484013557434	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.898153364344365e-06	CP009504.1	euryarchaeotes	Methanosarcina sp. WH1, complete genome	True	False
DEN0035_000000013102	2493	0.5201124373079598	2	2	1	1	2	False	73458	fragment	False	DEN0035_000000013102	0.9633140972794725		0	0	False	False	0.9939831495285034	0					non-mobilizable	virus	2489.0	98.835	100.0	0.026320524082168294	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	False	False
CHI0120_000000007029	2065	0.5201089068398429	3	2	2	1	1	False	81841	maximal	True	CHI0120_000000007029	1.0		1	1	False	False	0.9956416487693787	0					non-mobilizable	no_good_hit	1200.0	91.417	57.0	0.00020928298323379737	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
USA0082_01_000000016878	1765	0.5201067320069843	2	2	2	1	1	False	528	maximal	True	USA0082_01_000000016878	1.0		179	10	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	89.37299999999999	86.0	0.0003190312141142082	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0119_000000023060	1355	0.5201059958983979	2	1	1	1	1	False	32327	maximal	True	ISR0119_000000023060	1.0		13	3	False	False	0.9940959215164185	0					non-mobilizable	no_good_hit								True	False
AUS0006_000000001691	9167	0.5201059734698888	12	12	11	9	9	False	102196	maximal	True	AUS0006_000000001691	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	97.29700000000001	2.0	0.0016852604528088946	NZ_WNCH01000004.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold4_size131137, whole genome shotgun sequence	True	False
ENG0063_000000013798	2296	0.5201050025828452	5	5	0	4	2	False	63092	fragment	False	ENG0063_000000013798	1.0		0	0	False	False	0.9660278558731079	0					non-mobilizable	virus	2257.0	99.335	98.0	0.03879154701927541	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	False	False
MON0076_000000027907	1720	0.5201029049300571	2	1	1	1	1	False	10282	maximal	True	MON0076_000000027907	1.0		45	4	False	False	0.9686046242713928	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00032041323597949357	NZ_MWUE01000028.1	enterobacteria	Pantoea latae strain AS1 27__len__102992, whole genome shotgun sequence	True	False
MON0019_000000030149	2225	0.5201024198011218	5	4	2	2	3	False	86097	fragment	False	MON0019_000000030149	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1932.0	93.685	94.0	0.00037321895440976495	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ITA0001_000000001289	2111	0.5201024198011218	4	4	2	2	3	False	86096	fragment	False	ITA0001_000000001289	0.9600942325370146		0	0	False	False	1.0	0					non-mobilizable	other	2107.0	93.83	100.0	0.00040711273594671823	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0063_000000009706	2066	0.5201024198011218	5	4	2	2	3	False	86098	fragment	False	ISR0063_000000009706	1.0		0	0	False	False	0.999515950679779	0					non-mobilizable	other	2066.0	96.709	100.0	0.00036026695362348436	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0351_000000007378	1949	0.5201024198011218	4	4	2	2	3	False	86096	fragment	False	ITA0001_000000001289	0.9246986867178113		0	0	False	False	0.9989738464355469	0					non-mobilizable	other	1952.0	94.82600000000001	100.0	0.00034019394021907515	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0822_000000003665	1940	0.5201024198011218	4	4	2	2	3	False	86096	fragment	False	ITA0001_000000001289	0.9269544210387737		0	0	False	False	1.0	0					non-mobilizable	other	1944.0	96.50200000000001	100.0	0.00037612413568436097	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0252_000000006403	1780	0.5201024198011218	5	4	2	2	3	False	86096	fragment	False	ITA0001_000000001289	0.46804123711340206		0	0	False	False	0.9994382262229919	0					non-mobilizable	other	1780.0	97.978	100.0	0.0003105207899690788	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0105_000000000128	76397	0.5201023328787304	81	32	21	29	21	True	43598	maximal	True	FIJ0105_000000000128	0.9999803652071471		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	81.707	0.0	0.0002498190413354429	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	True
FIJ0107_000000000082	76395	0.5201023328787304	81	32	21	29	21	True	43598	maximal	False	FIJ0105_000000000128	0.9999672762019451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	81.707	0.0	0.0002498190413354429	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	True
AST0110_000000004209	4488	0.5200990700912077	6	6	6	5	5	True	128162	maximal	False	ISR0005_000000002093	0.4567904897741414		0	0	False	False	1.0	0					non-mobilizable	chromosome	4490.0	99.955	100.0	0.001250815022040425	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	False	True
ENG0047_000000008855	2143	0.5200984569134448	2	2	2	2	2	False	64333	maximal	True	ENG0047_000000008855	0.9992784992784993		121	8	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	73.889	8.0	0.0015169204809831007	NZ_AUGZ01000018.1	b-proteobacteria	Paludibacterium yongneupense DSM 18731 G520DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
SPA0011_000000014303	1178	0.5200964245050018	2	1	1	1	1	False	8024	maximal	True	SPA0011_000000014303	1.0		1	1	False	False	0.9779286980628967	0					non-mobilizable	plasmid	552.0	91.667	90.0	0.002967183276071902	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
ISR0846_000000005245	1961	0.5200954927139317	4	3	2	0	2	False	20664	fragment	False	ISR0846_000000005245	1.0		0	0	False	False	0.9994900822639465	0					non-mobilizable	no_good_hit	143.0	80.42	11.0	0.000289413025228195	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
AST0050_000000005624	2378	0.5200954686126962	4	3	3	3	2	False	114741	maximal	True	AST0050_000000005624	1.0		18	6	False	False	0.9995794892311096	0					non-mobilizable	other	1834.0	91.821	100.0	0.000850648108422345	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
DEN0051_000000007323	5465	0.5200931551457121	5	5	4	5	4	False	110857	maximal	True	DEN0051_000000007323	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	96.37899999999999	57.0	0.00041021238500105997	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0359_000000014298	1885	0.5200900592932254	2	2	2	2	1	False	91003	maximal	True	ISR0359_000000014298	0.9839080243211361		1045	16	False	False	0.9862068891525269	0					non-mobilizable	chromosome	1885.0	98.62100000000001	100.0	0.0006648112645281904	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0048_000000025097	1365	0.5200900467721957	2	2	2	2	2	False	50077	fragment	False	FIJ0048_000000025097	0.9569912363113463		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	98.535	100.0	0.0058867194917741296	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
AST0029_000000005806	5362	0.520089269244731	5	4	4	4	3	False	119450	maximal	True	AST0029_000000005806	0.9973821989528796		191	13	False	False	0.9955240488052368	0					non-mobilizable	other	3971.0	98.464	97.0	0.028510283810180396	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0078_000000001592	15827	0.5200879028306481	18	10	5	8	7	False	51955	maximal	True	MON0078_000000001592	1.0		5	4	False	False	0.9999368190765381	0					non-mobilizable	no_good_hit	3679.0	80.892	23.0	0.752299331103679	MK232846.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_2_c1 sequence	True	False
SPA0151_000000002128	7594	0.5200850206729161	10	4	3	4	2	True	72495	maximal	True	SPA0151_000000002128	1.0		9	4	False	False	0.9980247616767883	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.3409144401311697e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ENG0203_000000006625	2580	0.5200786056168938	3	3	3	2	2	False	54093	maximal	True	ENG0203_000000006625	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	73.58800000000001	23.0	0.00020255021343171812	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0153_000000025124	1177	0.5200781815170911	2	2	2	2	1	False	38217	maximal	True	ISR0153_000000025124	0.9767441860465116		88	8	False	False	0.9966015219688416	0					non-mobilizable	other	1117.0	99.552	100.0	0.002527729143403329	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0011_000000025344	1161	0.5200781815170911	2	2	2	2	1	False	38217	maximal	False	ISR0153_000000025124	0.9702633814783348		0	0	False	False	0.9965546727180481	0					non-mobilizable	other	1161.0	99.742	100.0	0.0026273887153654674	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0141_000000026425	1152	0.5200781815170911	2	2	2	2	1	False	31186	maximal	True	ISR0141_000000026425	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	393.0	76.336	34.0	0.002330129405400907	NZ_FMJR01000116.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
AST0058_000000011840	1138	0.5200781815170911	2	2	2	2	1	False	112922	fragment	False	AST0058_000000011840	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	98.506	100.0	0.00742637309523654	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0365_000000010358	1619	0.520071395579234	2	2	2	2	1	False	27300	maximal	True	ISR0365_000000010358	0.9625		177	7	False	False	0.9993823170661926	0					non-mobilizable	other	1619.0	88.944	100.0	0.0005194575040099038	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0341_000000008529	1600	0.520071395579234	2	2	2	2	1	False	27300	maximal	False	ISR0365_000000010358	0.9570722668313774		0	0	False	False	0.9725000262260437	0					non-mobilizable	other	1600.0	95.75	100.0	0.0005133575704028653	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0011_000000034045	1352	0.5200701564939325	3	2	2	1	1	False	50890	maximal	True	FIJ0011_000000034045	1.0		7	6	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	90.897	84.0	0.0028319391862570518	NZ_QJKD01000009.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_109, whole genome shotgun sequence	True	False
ISR0042_000000007046	3712	0.5200685276964475	5	5	3	4	3	False	36376	maximal	True	ISR0042_000000007046	1.0		1	1	False	False	0.9954202771186829	0					non-mobilizable	no_good_hit	1817.0	96.588	58.0	0.0018714214863932708	NZ_FNVV01000012.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
FIJ0015_000000013506	2240	0.5200672782137447	2	2	1	2	2	False	50356	fragment	False	FIJ0015_000000013506	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2244.0	95.321	100.0	0.00047423836958413124	CP057215.1	enterobacteria	Escherichia fergusonii strain RHB33-C04 chromosome, complete genome	False	False
SPA0106_000000011140	3519	0.5200655856883971	2	2	2	1	2	False	91245	fragment	False	SPA0106_000000011140	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3451.0	94.958	98.0	0.0006504302381981518	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
DEN0066_000000013230	2592	0.5200632967574274	3	3	2	2	2	True	92193	fragment	False	MON0001_000000013220	0.9537250384024578		0	0	False	False	0.9996141791343689	0					non-mobilizable	other	2592.0	99.961	100.0	0.0637063263750584	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
FIJ0082_000000002745	8597	0.5200625262221686	6	6	4	5	6	False	66559	maximal	True	FIJ0082_000000002745	1.0		5	2	False	False	1.0	0					non-mobilizable	other	6714.0	99.345	100.0	0.019353219333600687	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
FIJ0021_000000040041	1190	0.5200622251996699	2	2	2	2	0	True	49513	fragment	False	FIJ0021_000000040041	1.0		0	0	False	False	0.9949579834938049	0					non-mobilizable	plasmid	1190.0	99.74799999999999	100.0	0.019303828294963795	LC532227.1	enterobacteria	Enterobacter hormaechei subsp. xiangfangensis A2504 plasmid pA2504imp-1 DNA, complete sequence	False	True
MAD0055_000000003952	2167	0.5200559109745976	4	1	1	1	1	True	20085	fragment	False	MAD0055_000000003952	1.0		0	0	False	False	0.9976926445960999	0					non-mobilizable	no_good_hit								True	True
MON0036_000000013814	1700	0.5200559109745976	2	1	1	1	1	True	20084	fragment	False	MAD0059_000000011372	0.948650234741784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0176_000000007918	4083	0.520054134143664	6	2	2	1	2	False	128901	maximal	True	ISR0176_000000007918	1.0	PS1059	15	2	False	True	0.9980406761169434	0					non-mobilizable	no_good_hit	1342.0	79.583	48.0	0.0003791595912016771	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0117_000000021616	1278	0.5200536104677719	2	2	2	2	1	False	32399	maximal	True	ISR0117_000000021616	1.0		4	1	False	False	0.9757433533668518	0					non-mobilizable	no_good_hit	468.0	78.632	36.0	0.00012639428697822858	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0047_000000013340	2899	0.5200534166942812	2	2	2	2	1	True	11470	fragment	False	MON0047_000000013340	1.0		0	0	False	False	0.9989651441574097	0					non-mobilizable	no_good_hit	2564.0	86.544	88.0	0.0008544508421344336	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	True
CHI0075_000000003542	1936	0.5200499618785569	3	3	3	2	2	False	84671	maximal	True	CHI0075_000000003542	1.0		1	1	False	False	0.9777892827987671	0					non-mobilizable	chromosome	1729.0	98.90100000000001	94.0	0.00038456847766965747	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0090_000000001107	17727	0.5200476259687532	19	9	6	7	5	True	55076	fragment	False	USA0125_01_000000001340	0.9707611267020738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	0.0	0.0004792544025125167	NZ_AAXG02000034.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont317, whole genome shotgun sequence	True	True
USA0006_01_000000001153	17229	0.5200476259687532	17	9	6	7	5	True	55076	fragment	False	USA0125_01_000000001340	0.9599650059400692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	93.75	0.0	0.0004792544025125167	NZ_AAXG02000034.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont317, whole genome shotgun sequence	True	True
ENG0185_000000001806	13331	0.5200476259687532	15	9	6	7	5	True	55075	fragment	False	ENG0185_000000001806	1.0		0	0	False	False	0.9999249577522278	0					non-mobilizable	no_good_hit	48.0	93.75	0.0	0.0004792544025125167	NZ_AAXG02000034.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont317, whole genome shotgun sequence	True	True
SPA0002_000000004268	6325	0.5200421140191941	7	6	4	6	6	False	84205	maximal	True	SPA0002_000000004268	1.0		47	9	False	False	0.9990513920783997	0					non-mobilizable	other	5061.0	99.071	100.0	0.0014046020294249963	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0084_000000009843	3361	0.5200409859588921	4	4	4	2	2	False	111536	fragment	False	AST0084_000000009843	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1861.0	78.184	55.0	0.5365429234338747	NZ_OFSM01000094.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
FIJ0020_000000007500	3050	0.5200348409638034	3	2	2	2	1	False	49805	maximal	True	FIJ0020_000000007500	1.0		16	1	False	False	0.9934425950050354	0					non-mobilizable	no_good_hit	958.0	93.73700000000001	31.0	0.05310765815760266	NZ_CACVNJ010000032.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
MON0040_000000003237	7255	0.5200319872035043	7	6	6	6	5	False	13430	maximal	True	MON0040_000000003237	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2269.0	96.34200000000001	62.0	0.001841252831291556	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0301_000000008859	2061	0.520030281578824	2	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.7253422532238506		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	624.0	95.51299999999999	57.0	0.00020048199481518752	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0379_000000012446	1990	0.520030281578824	2	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.8713729471861923		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	956.0	95.18799999999999	56.0	0.00032144740867948396	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CAN0015_000000018814	1953	0.520030281578824	2	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.7252325678326119		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	581.0	95.697	55.0	0.00018694462539036778	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0060_000000015937	1916	0.520030281578824	2	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.8307968636381005		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	956.0	95.18799999999999	55.0	0.00032144740867948396	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0258_000000013686	1903	0.520030281578824	3	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.856672815872064		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	889.0	93.251	54.0	0.00028488342930196484	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
ISR0096_000000012421	1893	0.520030281578824	2	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.8597447399418864		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	814.0	97.052	53.0	0.000273651040059079	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0119_000000017068	1856	0.520030281578824	3	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.8213646079872595		0	0	False	True	0.993534505367279	0					non-mobilizable	no_good_hit	901.0	90.788	53.0	0.0003029347306927074	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0129_000000011732	1826	0.520030281578824	3	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.8304748743184297		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	865.0	94.682	52.0	0.0003048815990192975	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MAD0100_000000020691	1724	0.520030281578824	2	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.7600496219188652		0	0	False	True	0.9918793439865112	0					non-mobilizable	no_good_hit	743.0	94.213	50.0	0.00024975285574887655	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0059_000000011836	1636	0.520030281578824	2	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.6150099334830075		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	539.0	96.289	46.0	0.0001810876501251962	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0112_000000018135	1594	0.520030281578824	2	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.6536294123994406		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	600.0	97.0	45.0	0.0001919586989766061	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
MAD0014_000000022645	1501	0.520030281578824	2	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.5857822349124964		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	543.0	93.186	42.0	0.00017363098399894022	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
ISR0187_000000019761	1455	0.520030281578824	2	2	1	2	0	True	131630	fragment	False	SPA0057_000000016532	0.2506967578629861		0	0	False	True	0.999312698841095	0					non-mobilizable	no_good_hit	622.0	94.695	43.0	0.00020015967649554894	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0014_000000009899	2459	0.5200280853488769	4	3	3	3	2	False	66926	fragment	False	ENG0014_000000009899	0.9770354906054279		0	0	False	False	1.0	0					non-mobilizable	other	2459.0	99.837	100.0	0.05917473157109153	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
FIJ0074_000000013266	2395	0.5200280853488769	5	3	3	3	2	False	66926	fragment	False	ENG0014_000000009899	0.9646197641317609		0	0	False	False	1.0	0					non-mobilizable	other	2311.0	99.697	96.0	0.055587654677644566	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
ISR0855_000000015724	1206	0.5200238391420196	2	2	2	2	1	True	20479	maximal	True	ISR0855_000000015724	1.0		6	4	False	False	0.9668325185775757	0					non-mobilizable	no_good_hit	378.0	73.545	31.0	0.00017399036346633825	NZ_JAATJM010000001.1	a-proteobacteria	Brevundimonas alba strain DSM 4736 Ga0373202_01, whole genome shotgun sequence	True	True
DEN0022_000000036562	1150	0.5200149802420624	1	1	1	1	1	False	84767	fragment	False	ISR0016_000000017161	0.6305646036916395		0	0	False	False	0.9669564962387085	0					non-mobilizable	no_good_hit								True	False
ISR0387_000000002444	8281	0.5200148816320229	12	5	3	4	3	True	113134	fragment	False	ISR0042_000000002093	0.8559267826501004		0	0	False	False	1.0	0					non-mobilizable	other	8216.0	95.27799999999999	99.0	0.18754285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ISR0159_000000005023	4856	0.520002816330272	6	5	5	5	4	False	58395	maximal	True	ISR0159_000000005023	1.0		307	10	False	False	1.0	0					non-mobilizable	other	2548.0	95.565	98.0	0.046121517336328396	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ENG0028_000000008336	2083	0.5200027957488006	3	3	3	3	3	False	65881	maximal	True	ENG0028_000000008336	1.0		7	3	False	False	0.999519944190979	0					non-mobilizable	other	2055.0	98.978	99.0	0.0009004727701242951	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
CHI0117_000000004155	3613	0.5200020437754841	3	3	3	3	2	False	82110	maximal	True	CHI0117_000000004155	1.0		29	8	False	False	1.0	0					non-mobilizable	other	3613.0	100.0	100.0	0.0010150874824425276	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
USA0116_01_000000009092	2861	0.5200020224418815	4	3	2	1	3	False	41521	maximal	True	USA0116_01_000000009092	1.0		19	8	False	False	1.0	0					non-mobilizable	no_good_hit	1649.0	97.33200000000001	57.0	0.03022887842213718	NZ_JAAITU010000026.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_26_length_54352_cov_156.831, whole genome shotgun sequence	True	False
MON0044_000000020788	2492	0.5199977701270666	5	3	2	3	3	False	11634	maximal	True	MON0044_000000020788	1.0		30	3	False	False	1.0	0					non-mobilizable	no_good_hit	1957.0	99.131	78.0	0.0009668769232443147	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	True	False
ENG0179_000000019264	1716	0.5199971670007892	3	2	2	1	1	False	55381	fragment	False	ENG0179_000000019264	1.0		0	0	False	False	0.8997669219970703	0					non-mobilizable	chromosome	1547.0	98.125	90.0	0.0005451875815796466	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0835_000000002151	5177	0.5199964542669118	6	2	1	2	1	True	20957	maximal	True	ISR0835_000000002151	1.0		1	1	False	False	0.9963299036026001	0					non-mobilizable	no_good_hit	1039.0	92.589	20.0	0.0029721177486494938	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
FIJ0123_000000006508	5034	0.5199964542669118	5	2	1	2	1	True	71628	maximal	True	FIJ0123_000000006508	1.0		5	1	False	False	0.9976162314414978	0					non-mobilizable	no_good_hit								True	True
ENG0068_000000016542	1552	0.5199962898766168	2	2	2	2	2	True	110017	maximal	True	ENG0068_000000016542	1.0		87	6	False	False	0.999355673789978	0					non-mobilizable	other	1552.0	98.00299999999999	100.0	0.0005418291397178576	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	True
AST0089_000000010329	2173	0.5199949472016637	3	2	2	2	2	False	111908	fragment	False	AST0089_000000010329	0.9866271807249323		0	0	False	False	0.9829728603363037	0					non-mobilizable	no_good_hit								True	False
USA0004_01_000000011914	1970	0.5199895795196166	3	2	1	1	2	False	118248	fragment	False	SPA0130_000000014816	0.18712369661086758		0	0	False	False	1.0	0					non-mobilizable	other	1970.0	99.898	100.0	0.10286818870487435	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0067_000000020589	1262	0.5199895795196166	2	2	1	1	2	False	62654	fragment	False	ENG0067_000000020589	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	99.84200000000001	100.0	0.0658795256256204	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0159_000000017046	1545	0.5199894589477427	1	1	1	1	1	False	116446	fragment	False	ISR0159_000000017046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	99.34299999999999	81.0	0.0056755331313913925	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
USA0044_01_000000005312	5545	0.5199879934658588	6	5	1	3	4	True	104208	fragment	False	USA0044_01_000000005312	0.99917943107221		0	0	False	False	1.0	0					non-mobilizable	chromosome	5545.0	99.874	100.0	0.0008216679607603519	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
ISR0215_000000005219	5484	0.5199879934658588	6	5	1	3	4	True	104208	fragment	False	USA0044_01_000000005312	0.9937781785392246		0	0	False	False	0.9996352791786194	0					non-mobilizable	chromosome	5484.0	99.964	100.0	0.0008127738460849738	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
ENG0045_000000002464	4745	0.5199869215889044	4	2	1	2	0	True	124461	maximal	True	ENG0045_000000002464	1.0		1	1	False	False	0.9875658750534058	0					non-mobilizable	no_good_hit	1240.0	80.806	27.0	0.0003886386395062997	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0389_000000016873	1320	0.5199854951505989	2	2	2	2	2	False	55209	maximal	True	ISR0389_000000016873	0.9971487817522032		72	6	False	False	0.989393949508667	0					non-mobilizable	no_good_hit	151.0	80.132	11.0	3.9654120262696574e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0080_000000010430	2904	0.5199850490034295	4	4	2	2	4	False	84884	fragment	False	ISR0080_000000010430	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	84.346	94.0	0.19477746756446052	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0014_000000008964	2726	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.9875137395854819		0	0	False	False	1.0	0					non-mobilizable	other	1339.0	89.993	97.0	0.21875513220561668	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0128_000000009955	2713	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.9861004484646261		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	89.97	97.0	0.21662013466907537	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
DEN0016_000000002680	2698	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.9833649086282493		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	89.93299999999999	97.0	0.21908359336508457	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0059_000000004625	2692	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.9812944034587296		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	89.411	97.0	0.21891936278535062	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0052_000000011199	2682	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.9817063199576403		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	89.90899999999999	97.0	0.2153062900312038	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0044_000000006271	2680	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.9810864513405888		0	0	False	False	1.0	0					non-mobilizable	other	1329.0	89.917	97.0	0.21711282640827723	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0034_000000005371	2673	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.9803070019779402		0	0	False	False	0.9947624206542969	0					non-mobilizable	other	1322.0	89.939	97.0	0.2159632123501396	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0066_000000007252	2638	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.9713553467369335		0	0	False	False	0.9984837174415588	0					non-mobilizable	plasmid	1485.0	87.13799999999999	95.0	0.14095438865465695	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
ENG0004_000000010098	2613	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.9666880589385792		0	0	False	False	0.9996172785758972	0					non-mobilizable	plasmid	1474.0	87.178	96.0	0.1399003449597547	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
USA0101_01_000000013267	2444	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.21868649601671672		0	0	False	False	0.9975450038909912	0					non-mobilizable	other	1077.0	87.37200000000001	96.0	0.17441287567745115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0172_000000009442	2325	0.5199850490034295	4	4	2	2	4	False	75358	fragment	False	ENG0036_000000008411	0.14761513157894737		0	0	False	False	0.9978494644165039	0					non-mobilizable	other	1060.0	89.62299999999999	96.0	0.17375595335851535	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
AST0100_000000004485	3531	0.5199796553563371	6	6	3	3	3	False	129175	fragment	False	ISR0030_000000005264	0.9787032013022245		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	96.79	39.0	0.00012733982997611116	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0079_000000007302	4333	0.5199785379590269	5	4	4	4	2	True	88352	fragment	False	SPA0020_000000006415	0.9792425674308728		0	0	False	False	1.0	0					non-mobilizable	other	4334.0	96.954	100.0	0.0013118809107699912	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
SPA0020_000000006415	4305	0.5199785379590269	6	4	4	4	2	True	88352	fragment	False	SPA0020_000000006415	0.9844291198602632		0	0	False	False	1.0	0					non-mobilizable	other	4305.0	98.931	100.0	0.0012992493695440734	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	True
AST0046_000000007116	2584	0.519977715715775	3	2	2	2	2	False	115704	maximal	True	AST0046_000000007116	1.0		41	10	False	False	0.9941950440406799	0					non-mobilizable	no_good_hit	1071.0	72.642	41.0	0.0005477179883943839	LR698974.1	euryarchaeotes	Candidatus Methanomassiliicoccus intestinalis isolate MGYG-HGUT-02160 genome assembly, chromosome: 1	True	False
SPA0059_000000003224	8269	0.5199751833486894	7	3	2	3	1	True	71932	fragment	False	SPA0059_000000003224	1.0		0	0	False	False	0.9997581243515015	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.2707659033175885e-05	CP046457.1	firmicutes	Candidatus Syntrophocurvum alkaliphilum isolate B(2M) chromosome, complete genome	True	True
DEN0061_000000012031	3330	0.5199751833486894	3	3	2	3	1	True	71931	fragment	False	DEN0061_000000012031	1.0		0	0	False	False	0.9972972869873047	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	1.2707659033175885e-05	CP046457.1	firmicutes	Candidatus Syntrophocurvum alkaliphilum isolate B(2M) chromosome, complete genome	True	True
DEN0005_000000007217	4265	0.5199732927012546	5	4	3	4	4	False	81163	maximal	True	DEN0005_000000007217	1.0		1	1	False	False	0.9997655153274536	0					non-mobilizable	no_good_hit	762.0	72.96600000000001	18.0	0.00022677567157823218	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0062_000000015672	2446	0.5199732151976272	3	3	3	3	2	False	10775	maximal	True	MON0062_000000015672	1.0		477	13	False	False	0.9779231548309326	0					non-mobilizable	chromosome	2332.0	99.52799999999999	95.0	0.00035864661445904366	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
FIJ0063_000000024738	1195	0.5199715004994626	2	2	2	1	1	False	45540	fragment	False	FIJ0063_000000024738	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	99.147	98.0	0.00033241509931007543	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0043_000000024434	1239	0.5199696498606644	3	1	1	1	1	False	47168	maximal	True	FIJ0043_000000024434	1.0		0	0	False	False	0.9418886303901672	0					non-mobilizable	no_good_hit								True	False
SPA0102_000000000454	39380	0.5199695487981335	68	13	9	11	7	False	84286	fragment	False	ISR0847_000000000186	0.9436624286175417		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	1.2316875959898408e-06	LR584084.1	bony fishes	Scleropages formosus genome assembly, chromosome: 19	True	True
ISR0209_000000007432	3958	0.5199693127540752	5	3	2	2	2	True	70315	maximal	True	ISR0209_000000007432	1.0		1	1	True	True	0.9997473359107971	16					non-mobilizable	no_good_hit	726.0	90.083	49.0	0.24132176234979974	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
MON0093_000000024844	1809	0.5199679101281525	2	2	2	1	1	False	20077	fragment	False	MON0093_000000024844	1.0		0	0	False	False	0.9673852920532227	0					non-mobilizable	other	1809.0	100.0	100.0	0.00038951649111135434	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0095_000000013982	2290	0.5199669425497159	3	2	2	2	2	False	33413	fragment	False	ISR0095_000000013982	1.0		0	0	False	False	0.9978166222572327	0					non-mobilizable	no_good_hit	82.0	97.561	4.0	0.0011278038456718788	NZ_JH378838.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.10, whole genome shotgun sequence	True	False
ENG0119_000000010834	3035	0.5199664766947929	4	3	3	3	2	False	59275	maximal	True	ENG0119_000000010834	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	99.54299999999999	7.0	0.00016050986178481075	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	False
CHI0167_000000001931	8653	0.5199663050823266	7	6	6	5	5	False	82712	fragment	False	CHI0167_000000001931	0.9946876130727852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5023.0	88.37299999999999	89.0	0.0012488415581661584	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
AST0113_000000013262	2842	0.5199652033216084	4	3	3	3	3	False	106634	maximal	True	AST0113_000000013262	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	82.353	6.0	0.0009305089211141443	NZ_JABAFG010000003.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_3, whole genome shotgun sequence	True	False
ISR0019_000000004774	3433	0.5199635482066066	3	3	3	3	2	False	37751	maximal	True	ISR0019_000000004774	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	97.948	35.0	0.0003261494653088036	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0016_000000013885	2353	0.5199608826017773	4	4	4	3	2	False	13356	maximal	True	MON0016_000000013885	1.0		10	1	False	False	1.0	0					non-mobilizable	other	2286.0	98.775	97.0	0.0012717824044312573	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
ISR0087_000000025263	1484	0.5199604560348708	3	3	3	3	2	False	33826	maximal	True	ISR0087_000000025263	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	98.64200000000001	75.0	0.000404238927193863	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
FIJ0169_000000017795	1279	0.5199598697962793	1	1	1	1	1	False	38847	maximal	True	FIJ0169_000000017795	1.0		35	7	False	False	0.9992181658744812	0					non-mobilizable	no_good_hit	68.0	92.647	5.0	0.000444393571106338	NZ_JAAIPW010000006.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_6_length_148517_cov_271.659, whole genome shotgun sequence	True	False
MON0068_000000024699	1712	0.5199572171648579	3	1	1	1	1	False	10553	fragment	False	MON0068_000000024699	1.0		0	0	False	False	0.980140209197998	0					non-mobilizable	no_good_hit								True	False
ISR0021_000000006208	3614	0.5199536546735474	6	4	4	3	3	True	37641	maximal	True	ISR0021_000000006208	1.0		41	9	False	False	0.9997233152389526	0					non-mobilizable	no_good_hit	1148.0	96.95100000000001	48.0	0.001904319168541378	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0336_000000004524	2892	0.5199516064179439	3	2	2	2	1	False	93819	maximal	True	ISR0336_000000004524	1.0		1	1	False	False	0.9951590299606323	0					non-mobilizable	no_good_hit	1949.0	91.585	67.0	0.06027490557860194	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ENG0134_000000017789	2210	0.5199507364770692	5	5	1	5	1	False	83231	maximal	True	ENG0134_000000017789	1.0		30	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0108_000000013853	2028	0.5199507364770692	5	5	1	5	1	False	107202	maximal	True	AST0108_000000013853	1.0		66	8	False	False	0.9561144113540649	0					non-mobilizable	no_good_hit	108.0	100.0	5.0	5.773921301992273e-05	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
ISR0134_000000017507	1828	0.5199507364770692	5	5	1	5	1	False	31474	fragment	False	ISR0134_000000017507	1.0		0	0	False	False	0.9841356873512268	0					non-mobilizable	no_good_hit								True	False
FIJ0074_000000020148	1472	0.5199474518037102	3	2	1	2	2	False	85116	fragment	False	FIJ0074_000000020148	0.9733592023993993		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000004830	5299	0.5199448364469503	6	5	5	5	2	False	70060	maximal	True	ENG0127_000000004830	1.0		6	3	False	False	0.9943385720252991	0					non-mobilizable	no_good_hit	1779.0	86.17200000000001	33.0	0.01773166942314439	NZ_QRYH01000006.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf6, whole genome shotgun sequence	True	False
FIJ0140_000000006838	4003	0.5199400732943484	3	2	0	2	0	False	49854	fragment	False	FIJ0140_000000006838	1.0		0	0	False	False	0.9997501969337463	0					non-mobilizable	no_good_hit								True	False
FIJ0126_000000011833	3039	0.5199400732943484	3	2	0	2	0	False	49857	maximal	True	FIJ0126_000000011833	1.0		29	3	False	False	0.9963803887367249	0					non-mobilizable	no_good_hit	260.0	89.615	8.0	0.06901145750066613	KU546948.1	bacteria	Uncultured bacterium clone AX_05D_000_Contig_2 genomic sequence	True	False
ISR0135_000000008136	2339	0.5199391665369892	3	2	2	2	2	False	31424	maximal	True	ISR0135_000000008136	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	2.0	3.951695330698158e-05	NZ_FOCZ01000002.1	CFB group bacteria	Niastella yeongjuensis strain DSM 17621, whole genome shotgun sequence	True	False
ISR0052_000000012803	2697	0.5199378738152677	4	4	3	3	3	False	62164	fragment	False	ISR0052_000000012803	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2699.0	97.51799999999999	100.0	0.019200933714789984	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	False	False
ENG0060_000000009369	3013	0.5199378381177191	4	4	4	4	4	False	63343	maximal	True	ENG0060_000000009369	1.0		1	1	False	False	0.9990043044090271	0					non-mobilizable	no_good_hit	1962.0	95.821	65.0	0.008177853669152668	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	True	False
MAD0103_000000003108	5242	0.5199345893155476	9	7	1	6	3	False	131162	fragment	False	MAD0103_000000003108	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	82.932	51.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ISR0139_000000000024	143531	0.5199299012305892	180	51	22	38	22	True	106316	backbone	True	ISR0139_000000000024	1.0	PS560|PS561|PS646|PS647|PS648	1	1	True	True	1.0	46					non-mobilizable	no_good_hit	1713.0	86.10600000000001	1.0	0.029351582784531528	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
ISR0111_000000009783	1828	0.5199291184342169	2	2	2	2	2	False	32682	fragment	False	ISR0111_000000009783	1.0		0	0	False	False	0.9917942881584167	0					non-mobilizable	other	1819.0	95.98700000000001	99.0	0.007143872618709127	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0087_000000015505	3163	0.5199261731465564	6	5	4	2	2	False	9703	maximal	True	MON0087_000000015505	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1445.0	86.99	78.0	0.0002646562396171368	CP010133.1	enterobacteria	Escherichia coli strain C11, complete genome	True	False
ISR0227_000000013776	1913	0.519925448778215	2	2	2	2	1	False	131309	maximal	True	ISR0227_000000013776	1.0		20	4	False	False	0.9869315028190613	0					non-mobilizable	no_good_hit	1356.0	99.115	85.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0082_000000002117	8821	0.5199252765643582	13	9	4	9	5	False	9934	maximal	True	MON0082_000000002117	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0081_000000018621	1290	0.5199215327349508	1	1	1	1	1	False	34225	maximal	True	ISR0081_000000018621	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0153_000000024076	1430	0.5199211600512794	2	2	2	2	2	False	103312	maximal	False	MON0063_000000020399	0.9678189345374478		0	0	False	False	0.9958041906356812	0					non-mobilizable	other	1430.0	99.441	100.0	0.0019290347401742746	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
MAD0057_000000010054	1577	0.5199171369018433	2	2	2	2	2	False	84974	fragment	False	MAD0057_000000010054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	86.087	7.0	3.90389176181241e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0083_000000004940	4541	0.5199159539248649	3	3	2	1	2	False	61578	maximal	True	ENG0083_000000004940	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2496.0	99.8	100.0	0.0005055447761859626	CP048290.1	enterobacteria	Escherichia coli strain CVM N18EC0432 chromosome, complete genome	False	False
ISR0217_000000007118	3649	0.5199158625980329	5	2	2	1	2	False	28100	fragment	False	ISR0217_000000007118	1.0		0	0	False	False	0.9989038109779358	0					non-mobilizable	no_good_hit	1165.0	75.107	32.0	0.006405283805048871	NZ_OFSM01000011.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
USA0079_01_000000007613	1699	0.5199127161039443	3	3	3	2	1	False	94588	fragment	False	CAN0010_000000007723	0.9921221880515373		0	0	False	False	0.9852854609489441	0					non-mobilizable	no_good_hit	479.0	78.079	28.0	0.00038034504902847863	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
CAN0010_000000007723	1696	0.5199127161039443	3	3	3	2	1	False	94588	fragment	False	CAN0010_000000007723	0.9928158469693139		0	0	False	False	0.9923349022865295	0					non-mobilizable	no_good_hit	479.0	78.288	28.0	0.00038034504902847863	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
SPA0128_000000024230	1543	0.5199127161039443	3	3	3	2	1	False	94588	fragment	False	CAN0010_000000007723	0.9322544754406032		0	0	False	False	0.9993519186973572	0					non-mobilizable	no_good_hit	479.0	78.288	31.0	0.00038034504902847863	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
MAD0059_000000007776	2473	0.519905859347064	4	2	0	2	2	True	16902	maximal	True	MAD0059_000000007776	1.0		2	1	False	False	0.995956301689148	0					non-mobilizable	no_good_hit								True	True
ENG0083_000000020854	1118	0.5199039335004567	1	1	1	1	1	False	78355	fragment	False	SPA0020_000000022088	0.30378987943791674		0	0	False	False	0.9883720874786377	0					non-mobilizable	other	1108.0	98.285	99.0	0.005339332438616988	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
SPA0101_000000019068	2259	0.5198997797880537	4	3	2	2	1	True	4944	maximal	True	SPA0101_000000019068	1.0		10	5	False	False	0.9982293248176575	0					non-mobilizable	no_good_hit	440.0	72.5	19.0	0.00010469096428714157	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0067_000000009695	1857	0.5198990066181651	3	2	2	2	1	False	105354	fragment	False	MON0067_000000009695	0.9736989367655289		0	0	False	False	1.0	0					non-mobilizable	chromosome	1857.0	99.946	100.0	0.00026216055610807967	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MON0096_000000021173	1760	0.5198990066181651	2	2	2	2	1	False	105351	maximal	True	MON0096_000000021173	1.0		174	12	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit	1541.0	97.145	88.0	0.012401053284265962	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	False
MAD0047_000000001949	12338	0.5198960603694058	4	4	4	4	3	False	75364	fragment	False	MAD0047_000000001949	0.9950512706197057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	0.0	0.00010102092988735136	NZ_SMCZ01000001.1	firmicutes	Catabacter hongkongensis strain DSM 18959 Ga0310494_101, whole genome shotgun sequence	True	False
ENG0127_000000002224	11215	0.5198960603694058	4	4	4	4	3	False	75364	fragment	False	MAD0047_000000001949	0.9499918949586643		0	0	False	False	0.9979491829872131	0					non-mobilizable	no_good_hit	70.0	100.0	1.0	0.0005701395602488783	NZ_JH378834.1	firmicutes	Johnsonella ignava ATCC 51276 supercont1.6, whole genome shotgun sequence	True	False
FIJ0022_000000018285	1406	0.5198946302802522	1	1	1	1	1	False	49455	fragment	False	FIJ0022_000000018285	0.9788378766140602		0	0	False	False	0.9992887377738953	0					non-mobilizable	other	1388.0	97.695	99.0	0.0003851686466612238	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0082_000000001513	15342	0.5198918094457721	25	8	4	8	4	True	34205	maximal	True	ISR0082_000000001513	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	57.0	87.719	0.0	0.03510971786833856	XM_017058195.2	bees	PREDICTED: Apis cerana uncharacterized LOC107998759 (LOC107998759), mRNA	True	True
CHI0136_000000010970	1253	0.5198912940796937	3	2	2	2	1	False	80566	fragment	False	CHI0136_000000010970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	81.898	45.0	0.00016822277671239976	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0158_000000008110	2283	0.5198881935654077	3	3	2	3	2	False	116791	maximal	True	SPA0158_000000008110	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	94.915	3.0	1.4784701741083439e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ENG0043_000000020884	1659	0.5198847837899369	2	1	1	1	1	False	64586	fragment	False	ENG0043_000000020884	1.0		0	0	False	False	0.9819168448448181	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000000089	90491	0.5198847710330572	144	53	25	42	33	False	125845	maximal	True	FIJ0123_000000000089	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1343.0	95.458	2.0	0.00043738496628613197	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
SPA0090_000000006726	4770	0.519881720828911	6	4	4	3	4	False	5381	maximal	True	SPA0090_000000006726	1.0		10	3	False	False	0.999790370464325	0					non-mobilizable	no_good_hit	2245.0	98.26299999999999	47.0	0.0005439575383448856	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	False
DEN0033_000000009337	2650	0.519879380168239	3	2	2	1	2	False	73619	fragment	False	DEN0033_000000009337	1.0		0	0	False	False	0.9920754432678223	0					non-mobilizable	other	2663.0	90.875	100.0	0.04476981081035387	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
ISR0320_000000002060	7405	0.5198788007674212	6	5	3	5	3	True	100156	fragment	False	ISR0296_000000002799	0.970151983827756		0	0	False	False	1.0	0					non-mobilizable	plasmid	4912.0	97.944	99.0	0.042443584895842365	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0169_000000011371	2006	0.5198782842386624	2	2	2	2	2	False	38864	maximal	True	FIJ0169_000000011371	1.0		509	13	False	False	1.0	0					non-mobilizable	other	2006.0	98.604	100.0	0.006614105693738866	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0167_000000002214	12098	0.5198774634152638	17	4	3	3	2	False	30191	maximal	True	ISR0167_000000002214	1.0		2	1	False	False	0.997933566570282	0					non-mobilizable	no_good_hit	635.0	78.268	6.0	0.00012494157085484383	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0118_000000005146	1910	0.5198761931416948	3	3	1	3	2	False	81977	maximal	True	CHI0118_000000005146	1.0		174	10	False	False	0.9979057312011719	0					non-mobilizable	chromosome	1938.0	74.97399999999999	100.0	0.0006388556876163984	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0140_000000003317	7820	0.519874718980197	11	6	1	5	4	False	105645	maximal	False	SPA0021_000000003328	0.9633864944917349		0	0	False	False	1.0	0					non-mobilizable	chromosome	4144.0	96.501	95.0	0.001691741545074873	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	False
MON0060_000000003913	7077	0.519869603254619	7	7	7	7	6	False	34789	maximal	True	MON0060_000000003913	0.9752228433298081		1	1	False	False	0.9997174143791199	0					non-mobilizable	no_good_hit	1373.0	71.959	19.0	0.010739223130146703	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
SPA0032_000000001457	13586	0.5198685911631975	11	11	10	9	10	True	112070	maximal	True	SPA0032_000000001457	1.0		32	7	False	False	1.0	0					non-mobilizable	other	6236.0	97.13	92.0	0.0020008972748645584	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
ISR0198_000000028267	1179	0.5198670275914209	2	2	2	2	1	False	28847	fragment	False	ISR0198_000000028267	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	75.90899999999999	100.0	0.012030679779798355	NZ_SLXA01000009.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_109, whole genome shotgun sequence	False	False
ENG0084_000000013042	2165	0.5198667308577377	3	3	3	3	3	False	84442	fragment	False	FIJ0082_000000012096	0.9523415949214318		0	0	False	False	0.9986143112182617	0					non-mobilizable	other	2189.0	85.61	99.0	0.2600715137067938	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
CHI0130_000000010970	1512	0.51986547065361	3	2	2	2	2	False	81090	maximal	True	CHI0130_000000010970	1.0		86	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0070_000000003844	4533	0.5198650376995435	3	3	3	3	1	True	129408	fragment	False	MAD0070_000000003844	0.9874252012069001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	81.71300000000001	33.0	0.002519671209044888	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MAD0045_000000004012	7288	0.5198645495724121	6	6	1	5	6	True	60608	fragment	False	MAD0045_000000004012	1.0		0	0	False	False	0.9994511604309082	0			MPF_F		non-mobilizable	plasmid	7305.0	98.78200000000001	100.0	0.06878841378789452	CP040995.1	enterobacteria	Klebsiella pneumoniae strain FDAARGOS_775 plasmid unnamed3, complete sequence	False	True
FIJ0041_000000002775	11305	0.5198614977869608	16	8	6	8	5	False	47428	maximal	True	FIJ0041_000000002775	1.0		36	8	False	False	0.9999115467071533	0					non-mobilizable	no_good_hit	76.0	82.895	1.0	1.6872599221428797e-05	NZ_LT629763.1	g-proteobacteria	Pseudomonas sabulinigri strain JCM 14963 chromosome I	True	False
ISR0040_000000012501	2140	0.5198606263855671	3	3	2	3	2	False	81153	maximal	True	ISR0040_000000012501	1.0		204	11	False	False	0.9883177280426025	0					non-mobilizable	chromosome	2140.0	99.439	100.0	0.0003019127634432339	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0051_01_000000001802	12449	0.5198600673338135	16	9	5	8	4	True	110462	maximal	False	ENG0102_000000001443	0.9643367692423443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7397.0	99.919	87.0	0.0019995030308896855	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0058_000000001781	10644	0.5198580211231141	28	16	3	7	12	False	35543	maximal	True	ISR0058_000000001781	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3300.0	98.42399999999999	83.0	0.0009853657049086818	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
CHI0043_000000008470	1203	0.5198562998660791	2	1	1	1	1	False	87296	fragment	False	CHI0043_000000008470	1.0		0	0	False	False	0.9991687536239624	0					non-mobilizable	chromosome	1203.0	99.25200000000001	100.0	0.000231325471859699	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
MAD0098_000000007867	5235	0.5198552470225049	12	4	2	3	1	False	15349	maximal	True	MAD0098_000000007867	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0036_000000036390	1214	0.5198542014602107	1	1	1	1	1	False	108138	fragment	False	AST0102_000000023335	0.8471092031837761		0	0	False	False	0.9752883315086365	0					non-mobilizable	other	1185.0	99.74700000000001	98.0	0.004127823061422286	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0128_000000002196	12296	0.5198510856818283	13	9	4	8	4	False	62736	fragment	False	ISR0128_000000002196	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5289.0	98.374	77.0	0.03194164077892879	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	False
DEN0001_000000022522	1931	0.5198508226634332	3	3	3	3	3	False	76870	maximal	True	DEN0001_000000022522	1.0		166	11	False	False	0.9968928098678589	0					non-mobilizable	other	1916.0	84.81200000000001	99.0	0.003171098179524003	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0071_000000005072	2365	0.5198468461215916	3	3	3	3	3	False	10423	maximal	True	MON0071_000000005072	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	73.313	14.0	4.9209004188838616e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
CHI0152_000000007481	1574	0.5198444473941995	2	2	2	2	1	False	89409	maximal	False	ISR0382_000000009008	0.9779639975170701		0	0	False	False	1.0	0					non-mobilizable	plasmid	1591.0	83.155	100.0	0.002560077676187394	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ENG0148_000000027470	1315	0.5198403827994291	2	2	1	1	1	False	57261	maximal	True	ENG0148_000000027470	1.0		148	10	False	False	0.9992395639419556	0					non-mobilizable	other	729.0	100.0	100.0	0.00021924659881667068	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0025_000000012907	2820	0.5198403634144158	4	4	4	4	3	False	13691	fragment	False	MON0025_000000012907	0.9757232309449426		0	0	False	False	1.0	0					non-mobilizable	other	2820.0	98.475	100.0	0.02411524675569091	NZ_CYYU01000006.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MON0024_000000022543	2215	0.5198374827007155	2	2	2	2	2	False	93387	fragment	False	MON0024_000000022543	1.0		0	0	False	False	0.9941309094429016	0					non-mobilizable	no_good_hit	1021.0	86.19	83.0	0.000285247451461563	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0038_000000004408	6719	0.5198370485849375	10	9	6	7	8	False	118692	fragment	False	SPA0038_000000004408	0.9832410824108241		0	0	False	False	1.0	0					non-mobilizable	other	3754.0	99.574	91.0	0.0007266826761522772	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0005_000000005966	4031	0.5198366122622174	4	3	2	2	2	True	67699	fragment	False	ENG0005_000000005966	1.0		0	0	False	False	0.9975192546844482	0					non-mobilizable	no_good_hit	1687.0	97.036	42.0	0.20986424212230664	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0017_000000005932	2090	0.519835754003011	3	3	3	3	2	False	68971	maximal	True	SPA0017_000000005932	1.0		54	9	False	False	0.998564600944519	0					non-mobilizable	chromosome	2090.0	99.33	100.0	0.0003253088916154553	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
MON0011_000000007311	5928	0.5198321363409867	10	10	1	8	10	True	19245	fragment	False	MON0011_000000007311	1.0		0	0	False	False	0.9991565346717834	0			MPF_F		non-mobilizable	plasmid	5923.0	100.0	99.0	0.05706301792252842	CP051726.1	enterobacteria	Escherichia coli strain SCU-112 plasmid pSCU-112-1, complete sequence	False	True
ISR0057_000000003513	5325	0.51983212476175	12	4	2	2	4	True	35603	maximal	True	ISR0057_000000003513	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	93.48100000000001	27.0	0.005819298215183945	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
ISR0058_000000006068	3892	0.51983212476175	8	4	2	2	4	True	35523	fragment	False	ISR0058_000000006068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	93.48100000000001	24.0	0.005819298215183945	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
AST0140_000000016834	1713	0.5198273650934079	3	2	2	2	2	False	105518	maximal	True	AST0140_000000016834	1.0		38	10	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	72.727	15.0	0.0034044244270764338	NZ_KB907940.1	g-proteobacteria	Solimonas variicoloris DSM 15731 H149DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
FIJ0015_000000017030	1809	0.5198219224067028	2	2	2	2	2	True	114351	fragment	False	FIJ0015_000000017030	1.0		0	0	False	False	0.9894969463348389	0					non-mobilizable	no_good_hit	1159.0	79.37899999999999	63.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
ISR0076_000000014430	1788	0.5198212045927461	3	3	3	3	3	False	34568	fragment	False	ISR0076_000000014430	1.0		0	0	False	False	0.9916107654571533	0					non-mobilizable	no_good_hit	220.0	74.545	21.0	9.141802780282222e-05	CP033904.1	high GC Gram+	Trueperella pyogenes strain TP3 chromosome, complete genome	True	False
ENG0152_000000013570	1799	0.5198203504526641	3	3	3	3	3	False	66408	maximal	True	ENG0152_000000013570	0.956126443515316		10	5	False	False	0.9938855171203613	0					non-mobilizable	no_good_hit	1126.0	99.023	67.0	0.0005516301800601394	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0071_000000013681	2611	0.5198157729241822	5	4	3	2	3	False	44881	maximal	True	FIJ0071_000000013681	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0341_000000004324	3069	0.5198139058480586	3	3	2	2	2	False	130882	maximal	True	ISR0341_000000004324	1.0	PS1128	51	7	False	True	0.983056366443634	0					non-mobilizable	no_good_hit	1372.0	82.21600000000001	45.0	0.00037794847015567814	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
MON0106_000000026071	1644	0.5198132967264661	2	1	1	1	1	False	8645	maximal	True	MON0106_000000026071	1.0		26	6	False	False	0.985401451587677	0					non-mobilizable	no_good_hit								True	False
MAD0046_000000013963	1869	0.519810248968612	3	2	1	1	2	False	91259	fragment	False	FIJ0094_000000009736	0.5610495956365039		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	96.522	100.0	0.0005584536215926631	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0298_000000008223	1798	0.519810248968612	2	2	1	1	2	False	91259	fragment	False	FIJ0094_000000009736	0.5584640122829813		0	0	False	False	0.9983314871788025	0					non-mobilizable	other	1798.0	98.165	100.0	0.0004858832922932745	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0326_000000006569	2766	0.5198095407793395	2	2	2	1	1	False	102905	maximal	True	ISR0326_000000006569	1.0		506	13	False	False	1.0	0					non-mobilizable	other	2766.0	99.855	100.0	0.00296305663135289	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0082_000000023494	1418	0.5198038105170489	3	3	2	2	3	True	34150	fragment	False	ISR0082_000000023494	1.0		0	0	False	False	0.9992947578430176	0					non-mobilizable	other	1418.0	100.0	100.0	0.002468869076761443	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
FIJ0107_000000013480	1937	0.5198005496751447	3	3	3	2	1	False	42274	fragment	False	FIJ0107_000000013480	0.9981742305685968		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	89.816	93.0	0.08720330237358101	NZ_JH379330.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld0, whole genome shotgun sequence	False	False
FIJ0165_000000008423	1917	0.5198005496751447	3	3	3	2	1	False	42274	fragment	False	FIJ0107_000000013480	0.9930304594734125		0	0	False	False	1.0	0					non-mobilizable	chromosome	1513.0	87.905	93.0	0.0002711869757074223	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ETH0001_000000010525	2714	0.519798304779278	3	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8907732928747162	PS721	0	0	True	True	0.9988946318626404	16					non-mobilizable	no_good_hit	1546.0	98.318	63.0	0.014922489979234075	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0054_000000006383	3867	0.5197981345240678	3	2	2	2	2	False	97395	maximal	True	FIJ0054_000000006383	0.9878957169459963		162	11	False	False	0.9997413754463196	0					non-mobilizable	other	3754.0	99.148	97.0	0.0011362366521719776	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0038_01_000000007625	2097	0.5197953220640593	3	2	1	1	2	True	1341	fragment	False	USA0038_01_000000007625	1.0		0	0	False	False	0.9995231032371521	0					non-mobilizable	no_good_hit	849.0	97.17299999999999	63.0	0.00023154476167565143	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
MON0077_000000001528	14363	0.5197945589806119	10	5	4	4	2	True	66022	maximal	True	MON0077_000000001528	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0003798323110685949	NZ_MCIB01000010.1	firmicutes	Thermohalobacter berrensis strain CTT3 contig_18, whole genome shotgun sequence	True	True
ISR0162_000000006977	5166	0.5197922100618683	8	4	4	3	4	False	116359	fragment	False	ISR0146_000000007051	0.5327836886238221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2092.0	96.89299999999999	80.0	0.026895148830981562	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
CHI0162_000000005874	4689	0.5197919336411769	5	4	4	4	2	False	78587	maximal	True	CHI0162_000000005874	1.0		35	9	False	False	0.9976540803909302	0					non-mobilizable	no_good_hit	417.0	71.942	9.0	0.00013367819005671917	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
AST0060_000000026395	1168	0.5197914027900273	2	2	2	1	1	False	112238	maximal	True	AST0060_000000026395	1.0		3	2	False	False	0.9991438388824463	0					non-mobilizable	no_good_hit	460.0	77.391	39.0	0.0014608199771127548	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0206_000000002066	10454	0.5197913984175477	14	7	5	6	3	True	110461	fragment	False	ISR0206_000000002066	0.9815502489935917		0	0	False	False	0.9999043345451355	0					non-mobilizable	no_good_hit	5555.0	99.89200000000001	84.0	0.0015014523773536747	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0023_000000012295	2429	0.5197857564617765	3	3	3	3	3	False	82698	maximal	True	ISR0023_000000012295	0.9919844020797228		246	14	False	False	1.0	0					non-mobilizable	no_good_hit	1237.0	81.407	80.0	0.016831601743468844	NZ_QSOD01000009.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf9, whole genome shotgun sequence	True	False
CHI0072_000000006698	1546	0.5197845240457707	1	1	1	1	1	False	84838	fragment	False	CHI0072_000000006698	1.0		0	0	False	False	0.9928848743438721	0					non-mobilizable	other	1406.0	85.704	91.0	0.11651696606786427	NZ_CYXV01000027.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0172_000000005876	1378	0.5197845240457707	1	1	1	1	1	False	78284	fragment	False	CHI0172_000000005876	0.9746136865342163		0	0	False	False	1.0	0					non-mobilizable	chromosome	1300.0	83.23100000000001	100.0	0.00020929090241331613	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	False
USA0072_01_000000012821	1366	0.5197845240457707	1	1	1	1	1	False	720	fragment	False	USA0072_01_000000012821	1.0		0	0	False	False	0.9970717430114746	0					non-mobilizable	other	1322.0	85.855	97.0	0.10978043912175649	NZ_CYXV01000027.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0165_000000012496	1359	0.5197845240457707	1	1	1	1	1	False	78284	fragment	False	CHI0172_000000005876	0.9680696661828738		0	0	False	False	0.9919058084487915	0					non-mobilizable	other	1356.0	85.177	99.0	0.11244178310046574	NZ_CYXV01000027.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0009_000000031123	1279	0.519782826123373	1	1	1	1	1	False	13782	fragment	False	MON0009_000000031123	1.0		0	0	False	False	0.9906176924705505	0					non-mobilizable	no_good_hit								True	False
ISR0258_000000019478	1459	0.5197806984681362	2	2	2	2	2	False	86310	maximal	True	ISR0258_000000019478	0.9782232891491851		1205	13	False	False	0.9972584247589111	0					non-mobilizable	chromosome	1458.0	97.39399999999999	100.0	0.00026758926498720274	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
FIJ0140_000000026412	1326	0.519774358218112	4	4	2	3	4	False	40352	maximal	True	FIJ0140_000000026412	1.0		7	4	False	False	0.9864253401756287	0					non-mobilizable	other	770.0	99.221	99.0	0.0002668148971650917	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ENG0001_000000005543	4410	0.5197699777947066	5	5	3	4	5	False	68944	maximal	True	ENG0001_000000005543	1.0		27	8	False	False	0.999546468257904	0					non-mobilizable	other	4410.0	99.184	100.0	0.0006913499560477676	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	False
ISR0114_000000008549	3216	0.5197693516969821	4	4	4	4	2	False	32556	maximal	True	ISR0114_000000008549	1.0		49	10	False	False	0.9993780851364136	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	0.00014947288825582726	NZ_AUIO01000002.1	firmicutes	Streptococcus plurextorum DSM 22810 G575DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
USA0003_01_000000004059	9224	0.5197659859771255	13	11	3	6	10	True	28335	maximal	True	USA0003_01_000000004059	1.0		12	5	False	False	0.9998915791511536	0					non-mobilizable	no_good_hit	318.0	75.786	3.0	4.931466014557751e-05	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	True
MON0078_000000015166	2824	0.5197654476286706	6	2	2	1	1	False	10165	maximal	True	MON0078_000000015166	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0022_000000015275	1688	0.5197551982685574	4	4	3	2	2	False	49468	maximal	True	FIJ0022_000000015275	1.0		25	8	False	False	0.9994075894355774	0					non-mobilizable	no_good_hit	401.0	76.559	24.0	0.0003791655683281186	NZ_CABIYM010000001.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	True	False
MAD0085_000000008447	1368	0.519753054165314	2	2	2	2	1	False	16058	maximal	True	MAD0085_000000008447	1.0		2	2	False	False	0.9978070259094238	0					non-mobilizable	no_good_hit	1061.0	99.057	78.0	0.00029667353400592396	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0037_000000004265	6858	0.5197518036979704	14	8	7	6	6	True	73504	fragment	False	ENG0037_000000004265	1.0		0	0	False	False	0.9995625615119934	0					non-mobilizable	no_good_hit								True	True
DEN0066_000000026922	1384	0.5197475227103221	1	1	1	1	1	False	70909	maximal	True	DEN0066_000000026922	1.0		145	12	False	False	0.9653179049491882	0					non-mobilizable	no_good_hit	1143.0	78.915	82.0	0.009019896595329183	NZ_FUWW01000005.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0132_000000015337	2097	0.5197466189217534	4	4	3	4	4	False	40788	maximal	True	FIJ0132_000000015337	1.0		62	2	False	False	1.0	0					non-mobilizable	no_good_hit	755.0	85.166	66.0	0.00021049294694060165	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0006_000000005833	1631	0.5197453992404545	5	2	1	2	2	False	19887	maximal	True	MAD0006_000000005833	1.0		1	1	False	False	0.9993869066238403	0					non-mobilizable	no_good_hit								True	False
ENG0102_000000006010	4299	0.5197442876078618	5	5	3	3	4	True	78467	fragment	False	ENG0102_000000006010	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	3936.0	99.949	97.0	0.10763129102844639	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
ISR0849_000000021134	1284	0.5197440679644322	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.30851874762018433		0	0	False	False	0.9961059093475342	0					non-mobilizable	other	1270.0	95.669	99.0	0.01832385132988708	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
FIJ0007_000000012554	1466	0.5197440213320813	3	2	2	2	2	True	51556	fragment	False	FIJ0007_000000012554	1.0		0	0	False	False	0.9809004068374634	0					non-mobilizable	no_good_hit	815.0	71.288	54.0	0.010625785238846266	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AST0061_000000010186	3936	0.5197429497567286	3	3	3	3	2	True	112146	maximal	True	AST0061_000000010186	1.0		82	10	False	False	1.0	0					non-mobilizable	no_good_hit	2741.0	99.781	71.0	0.00042652994453553473	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
TAN0002_000000037294	1145	0.5197429194450298	1	1	1	1	0	True	3003	fragment	False	TAN0002_000000037294	1.0		0	0	False	False	0.9991266131401062	0					non-mobilizable	other	1145.0	96.419	99.0	0.0007711867377452765	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	True
USA0101_01_000000025757	1155	0.51973993362536	2	1	1	1	1	True	349	maximal	True	USA0101_01_000000025757	1.0		19	8	False	False	1.0	0					non-mobilizable	other	1062.0	99.906	92.0	0.012875588563661958	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
DEN0071_000000029010	1491	0.5197387053015291	2	2	2	2	2	False	70399	maximal	True	DEN0071_000000029010	1.0		437	15	False	False	1.0	0					non-mobilizable	chromosome	1491.0	98.726	100.0	0.00041702223176304405	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0144_000000016427	1920	0.5197382430163279	4	2	2	2	2	False	115820	maximal	True	FIJ0144_000000016427	1.0		1	1	False	False	0.9833333492279053	0					non-mobilizable	no_good_hit	284.0	76.056	15.0	0.00012785506968101298	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
USA0130_01_000000011016	3493	0.5197360320216816	4	2	2	2	1	False	8995	maximal	True	USA0130_01_000000011016	1.0		1	1	False	False	0.9994274377822876	0					non-mobilizable	no_good_hit	128.0	97.656	4.0	0.0007353792704111175	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	False
MON0028_000000019125	1368	0.5197346432027324	2	2	2	1	1	False	12583	fragment	False	MON0028_000000019125	1.0		0	0	False	False	0.9985380172729492	0					non-mobilizable	other	1368.0	100.0	100.0	0.00038973716832426135	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0121_000000001107	15698	0.5197298207017766	14	10	7	7	7	False	95783	maximal	True	ENG0121_000000001107	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	80.791	19.0	0.0004375667802223188	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0100_000000015753	2326	0.5197267877634639	3	3	3	3	3	False	25938	maximal	True	MAD0100_000000015753	1.0		550	14	False	False	1.0	0					non-mobilizable	other	2326.0	98.96799999999999	100.0	0.008105733629904405	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
CHI0017_000000003177	3667	0.5197252503774096	6	4	1	4	3	True	89638	maximal	True	CHI0017_000000003177	1.0		42	7	False	False	0.9945459365844727	0					non-mobilizable	chromosome	2101.0	95.764	99.0	0.0005899936069938192	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ENG0055_000000004617	4203	0.5197247723253601	7	2	2	2	2	False	63669	maximal	True	ENG0055_000000004617	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.4423180141129683e-07	CP027080.1	even-toed ungulates	Bos mutus isolate yakQH1 chromosome 12	True	False
CHI0090_000000004695	2710	0.5197218792400713	6	3	3	3	1	True	83819	fragment	False	MON0063_000000010322	0.9544830965340894		0	0	False	False	1.0	0					non-mobilizable	plasmid	1313.0	95.506	99.0	0.163407647278615	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MON0032_000000029608	1110	0.5197216090266409	2	2	2	2	2	False	42715	fragment	False	ISR0330_000000027000	0.9444102856067731		0	0	False	False	0.9981982111930847	0					non-mobilizable	other	1110.0	97.387	100.0	0.0005366167114734362	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ENG0189_000000011171	1584	0.5197209889325005	3	2	1	2	0	True	60480	fragment	False	SPA0124_000000015438	0.637443989869472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0025_000000021018	1907	0.5197176264513025	5	5	5	2	2	False	12814	maximal	True	MON0025_000000021018	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	99.66799999999999	74.0	0.0045424705908984585	CP025841.1	enterobacteria	Escherichia coli strain 214-4 plasmid p214_4_132, complete sequence	True	False
ISR0014_000000017351	2070	0.5197174593090669	3	3	3	2	1	False	38026	maximal	True	ISR0014_000000017351	1.0		73	8	False	False	0.9990338087081909	0					non-mobilizable	no_good_hit	601.0	87.521	48.0	0.00021172333265228994	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0302_000000008149	1895	0.5197174593090669	3	3	3	2	1	False	35907	fragment	False	ISR0302_000000008149	1.0		0	0	False	False	0.9973614811897278	0					non-mobilizable	no_good_hit	509.0	88.605	43.0	0.00017855334387009787	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CAN0021_000000009113	4520	0.5197159741182602	5	5	5	4	4	False	91656	maximal	True	CAN0021_000000009113	1.0		474	15	False	False	0.9980088472366333	0					non-mobilizable	other	4518.0	97.809	99.0	0.025628077979256973	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0011_000000019073	2478	0.51971434464017	3	3	3	3	2	False	13683	maximal	False	MON0033_000000024616	0.9686176357335388		0	0	False	False	0.9955609440803528	0					non-mobilizable	no_good_hit	118.0	78.814	5.0	2.6222988896274398e-05	NZ_CP030033.1	high GC Gram+	Cryobacterium soli strain GCJ02 chromosome, complete genome	True	False
ETH0003_000000026224	1596	0.5197119434042285	2	2	2	1	1	False	53095	maximal	True	ETH0003_000000026224	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	73.89699999999999	17.0	7.845960579190574e-05	CP042306.1	a-proteobacteria	Sphingomonas sp. HKS19 chromosome, complete genome	True	False
MAD0014_000000011664	2690	0.5197108543066845	4	2	2	2	2	False	19511	maximal	True	MAD0014_000000011664	1.0		24	4	False	False	0.9992564916610718	0					non-mobilizable	no_good_hit								True	False
MON0052_000000023645	1263	0.5197106028525726	2	2	1	1	2	False	11202	maximal	False	MON0087_000000039576	0.981609195402299		0	0	False	False	0.9699128866195679	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	9.564521700774502e-06	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	False
MAD0025_000000005417	2177	0.5197088562697133	3	3	3	2	3	False	52190	maximal	False	FIJ0003_000000011013	0.9928996793403573		0	0	False	False	1.0	0					non-mobilizable	other	2177.0	98.43799999999999	100.0	0.001978458802414156	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0005_000000009079	3375	0.5197082786477374	2	1	1	1	1	False	56453	fragment	False	FIJ0005_000000009079	1.0		0	0	False	False	0.9985185265541077	0					non-mobilizable	other	3375.0	99.17	100.0	0.017625886126536518	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ISR0023_000000018726	1687	0.5197080289416167	2	2	1	2	1	False	37518	fragment	False	ISR0023_000000018726	1.0		0	0	False	False	0.9922940135002136	0					non-mobilizable	no_good_hit	1118.0	75.581	66.0	0.0002597687752290138	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	False
AST0116_000000013130	2063	0.5197056207306918	2	2	2	2	2	False	115312	fragment	False	ISR0008_000000005511	0.941592663823367		0	0	False	False	0.9970915913581848	0					non-mobilizable	other	2063.0	97.382	100.0	0.02977445346117192	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0054_000000001437	13435	0.5197054169336861	14	7	3	7	3	True	84077	fragment	False	MON0054_000000001437	1.0		0	0	False	False	0.999553382396698	0					non-mobilizable	plasmid	13139.0	98.249	98.0	0.13365344510117091	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
ISR0391_000000009608	1595	0.5197025441582421	2	2	2	1	1	False	95794	fragment	False	ISR0391_000000009608	0.9959677419354839		0	0	False	False	0.9949843287467957	0					non-mobilizable	other	1595.0	99.749	100.0	0.0030800563453218504	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
ISR0858_000000007100	1488	0.5197025441582421	2	2	2	1	1	False	95794	fragment	False	ISR0391_000000009608	0.9731551972931283		0	0	False	False	0.9946236610412598	0					non-mobilizable	other	1474.0	99.59299999999999	99.0	0.002846250311580355	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
ISR0078_000000014829	1386	0.5197025441582421	2	2	2	1	1	False	95794	fragment	False	ISR0391_000000009608	0.6431451612903226		0	0	False	False	0.9949495196342468	0					non-mobilizable	other	1386.0	99.711	100.0	0.002676209559768358	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
SPA0062_000000001925	13355	0.5197019557414595	19	12	6	8	11	True	87499	maximal	True	SPA0062_000000001925	1.0		40	9	False	False	0.9989517331123352	0					non-mobilizable	no_good_hit	8873.0	99.96600000000001	67.0	0.19403376782433732	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	True
MON0037_000000041975	1751	0.5197017852993144	3	3	3	3	3	False	12086	maximal	True	MON0037_000000041975	1.0		5	4	False	False	0.9988577961921692	0					non-mobilizable	other	1751.0	99.258	100.0	0.03482052200919787	NZ_WCFV01000008.1	firmicutes	Lactobacillus helveticus strain IMAU50091 Scaffold8, whole genome shotgun sequence	False	False
USA0057_01_000000009559	3275	0.519700747765487	6	5	3	4	2	False	984	maximal	True	USA0057_01_000000009559	1.0		1	1	False	False	0.9990839958190918	0					non-mobilizable	no_good_hit	2510.0	81.155	76.0	0.06912018721791943	NZ_LT707032.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0260_000000011452	1396	0.5196991055440708	2	2	2	1	1	False	26704	fragment	False	ISR0260_000000011452	1.0		0	0	False	False	0.9992836713790894	0					non-mobilizable	chromosome	1396.0	99.85700000000001	100.0	0.00047401948474931507	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0163_000000015754	1555	0.5196981594675417	2	2	1	2	1	True	39150	fragment	False	FIJ0163_000000015754	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0041_000000063010	1126	0.5196965810515137	2	2	1	2	1	False	11741	maximal	True	MON0041_000000063010	1.0		95	11	False	False	0.9982237815856934	0					non-mobilizable	no_good_hit	330.0	76.97	29.0	9.004194780307435e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0007_000000003542	7137	0.5196963397296092	3	3	3	3	2	False	101883	maximal	True	ENG0007_000000003542	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	2516.0	98.37	61.0	0.0007924067637622363	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
DEN0045_000000006036	5420	0.5196963397296092	3	3	3	3	2	False	101882	fragment	False	DEN0045_000000006036	0.9585739892451703		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1695.0	99.882	49.0	0.0005339447326226048	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0076_000000006729	3706	0.5196957485002077	6	3	3	2	2	False	34588	maximal	True	ISR0076_000000006729	1.0		37	7	False	False	0.9997301697731018	0					non-mobilizable	no_good_hit	309.0	98.05799999999999	8.0	0.0008272853758507878	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0241_000000003202	3905	0.51969422771141	4	4	4	4	3	False	129026	fragment	False	ENG0056_000000002779	0.9345807966665786		0	0	False	True	0.9994878172874451	0					non-mobilizable	no_good_hit	1512.0	94.11399999999999	71.0	0.02149846439540033	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	True	True
MON0037_000000036274	1986	0.5196936994451755	2	1	1	1	1	False	12097	maximal	True	MON0037_000000036274	1.0		26	3	False	False	0.9994964599609375	0					non-mobilizable	other	1022.0	95.695	99.0	0.00048606548792215335	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CHI0111_000000013059	2322	0.5196924493535162	3	3	2	3	3	False	82586	fragment	False	CHI0111_000000013059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	70.317	32.0	0.000153808535979366	CP061336.1	firmicutes	Ruminiclostridium sp. MA18 chromosome, complete genome	True	False
ISR0106_000000016555	1604	0.5196923117614326	2	2	2	2	2	False	128922	maximal	True	ISR0106_000000016555	1.0	PS1059	5	3	False	True	1.0	0					non-mobilizable	no_good_hit	1370.0	99.854	85.0	0.9580125962211337	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
ENG0185_000000010528	1940	0.5196920094345969	2	2	2	1	1	False	55049	maximal	True	ENG0185_000000010528	1.0		19	7	False	False	0.9994845390319824	0					non-mobilizable	no_good_hit	1045.0	97.99	54.0	0.00020154595788384467	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	True	False
ISR0356_000000005719	3113	0.5196908125351548	8	5	2	5	2	True	23921	fragment	False	ISR0356_000000005719	1.0		0	0	False	False	0.9983938336372375	0					non-mobilizable	no_good_hit	651.0	78.648	21.0	0.0630166293883108	NZ_LNAM01000215.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf86, whole genome shotgun sequence	True	True
ISR0038_000000028757	1244	0.5196905486957228	1	1	1	1	1	False	36596	fragment	False	ISR0038_000000028757	1.0		0	0	False	False	0.9549839496612549	0					non-mobilizable	virus	1147.0	78.727	91.0	0.006112568194180404	NC_007581.1	viruses	Clostridium phage c-st, complete genome	False	False
ISR0067_000000008897	3143	0.5196892553365172	4	3	1	2	3	False	119332	maximal	True	ISR0067_000000008897	1.0		2	1	False	False	0.9853643178939819	0					non-mobilizable	other	3124.0	98.303	100.0	0.0010019943572403644	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0021_000000026782	1176	0.5196867098078416	2	2	2	1	1	False	85536	maximal	True	SPA0021_000000026782	0.9987035436473639		9	6	False	False	0.9982993006706238	0					non-mobilizable	no_good_hit	627.0	99.36200000000001	53.0	0.00026470038538008183	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
ISR0341_000000003754	3527	0.5196844580581881	5	3	2	2	2	True	97380	maximal	True	ISR0341_000000003754	1.0	PS482|PS531|PS533	1	1	True	True	1.0	13					non-mobilizable	no_good_hit	1090.0	99.266	67.0	0.2675848499754058	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
MON0038_000000008532	3281	0.5196832614569271	5	4	4	3	3	False	12013	maximal	True	MON0038_000000008532	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	82.833	25.0	0.010323820937258133	NZ_JXQL01000064.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig64, whole genome shotgun sequence	True	False
ISR0348_000000003224	3837	0.5196820822848756	6	5	3	4	4	True	24146	fragment	False	ISR0348_000000003224	1.0		0	0	False	False	0.9989575147628784	0			MPF_T		non-mobilizable	plasmid	3850.0	93.48100000000001	100.0	0.09334789997572226	MK368725.1	enterobacteria	Escherichia coli strain JN24 plasmid pJN24NDM1, complete sequence	False	True
ENG0153_000000008508	3460	0.5196817710998829	2	2	2	2	2	False	56960	maximal	False	SPA0107_000000008118	0.955862977602108		0	0	False	False	0.9861271381378174	0					non-mobilizable	other	3491.0	78.087	100.0	0.006286224778838193	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0174_000000017332	1414	0.5196791128995762	2	2	2	2	2	False	29890	fragment	False	ISR0174_000000017332	1.0		0	0	False	False	0.9936350584030151	0					non-mobilizable	chromosome	1414.0	97.73700000000001	100.0	0.00039336047604134045	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ITA0002_000000001187	5569	0.5196709577170304	8	6	4	4	6	False	119863	maximal	True	ITA0002_000000001187	1.0		1	1	False	False	0.9996408820152283	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	1.2849875451898678e-05	NZ_KI783301.1	firmicutes	Thermicanus aegyptius DSM 12793 TheaeDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ISR0050_000000025943	1137	0.5196708261959758	2	1	0	1	1	True	35876	fragment	False	ISR0050_000000025943	1.0		0	0	False	False	0.9868074059486389	0					non-mobilizable	no_good_hit								True	True
ENG0087_000000007587	3639	0.5196697818741524	4	3	3	2	2	False	61393	maximal	True	ENG0087_000000007587	1.0		6	3	False	False	0.9920307993888855	0					non-mobilizable	no_good_hit	1501.0	78.548	41.0	0.013656391683923408	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
SPA0010_000000020035	1310	0.5196637088264491	1	1	1	1	1	False	8071	fragment	False	SPA0010_000000020035	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	98.32700000000001	96.0	0.004860201384421	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
AUS0018_000000015084	1859	0.5196633027474928	2	1	1	1	1	False	99956	maximal	True	AUS0018_000000015084	0.9789045831098396		257	12	False	False	0.9747176170349121	0					non-mobilizable	chromosome	1797.0	99.499	97.0	0.0006359681038625147	CP025824.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-8 chromosome, complete genome	False	False
ENG0091_000000013787	1750	0.5196633027474928	2	1	1	1	1	False	99956	maximal	False	AUS0018_000000015084	0.9600974905201342		0	0	False	False	0.9925714135169983	0					non-mobilizable	chromosome	1750.0	99.829	100.0	0.0006565209345344651	CP042830.1	verrucomicrobia	Akkermansia muciniphila strain DSM 22959 chromosome, complete genome	False	False
ISR0338_000000007277	3400	0.5196613608275318	5	4	3	4	3	False	111655	fragment	False	FIJ0136_000000006968	0.639679880885911		0	0	False	False	0.9885293841362	0					non-mobilizable	other	2525.0	99.208	100.0	0.014411428571428572	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0043_000000016882	1562	0.5196588071165675	2	2	2	2	2	True	18020	fragment	False	MAD0043_000000016882	1.0		0	0	False	False	0.9916773438453674	0					non-mobilizable	chromosome	1555.0	96.141	99.0	0.0005535112524135975	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ISR0092_000000010775	2467	0.519654938504354	3	2	2	2	2	False	33585	maximal	True	ISR0092_000000010775	1.0		20	7	False	False	1.0	0					non-mobilizable	other	2299.0	81.383	98.0	0.0008060299218334325	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
AUS0006_000000007732	3020	0.5196541707585526	5	4	3	1	2	False	102138	fragment	False	AUS0006_000000007732	1.0		0	0	False	False	0.9996688961982727	0					non-mobilizable	no_good_hit	536.0	92.537	18.0	0.00016643759461277283	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0055_000000014174	2455	0.5196540375639129	4	4	3	4	2	False	124363	fragment	False	SPA0131_000000008475	0.5630948311651655		0	0	False	False	1.0	0					non-mobilizable	other	2456.0	97.883	100.0	0.01413480479684818	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0102_000000006431	6611	0.519652438893337	8	5	2	5	0	True	8975	fragment	False	MON0102_000000006431	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6611.0	99.41	100.0	0.1735613164184593	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	True
ENG0180_000000002090	6602	0.519652438893337	7	5	2	5	0	True	55353	fragment	False	ENG0180_000000002090	1.0		0	0	False	False	0.9975764751434326	0					non-mobilizable	no_good_hit	2235.0	77.226	53.0	0.018462902699582555	NZ_LT669939.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
CHI0068_000000001787	5908	0.519652438893337	7	5	2	5	0	True	85165	fragment	False	CHI0068_000000001787	1.0		0	0	False	False	0.9983074069023132	0					non-mobilizable	other	5890.0	98.65899999999999	99.0	0.09470434041458277	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ENG0181_000000003907	5683	0.519652438893337	6	5	2	5	0	True	55290	fragment	False	ENG0181_000000003907	1.0		0	0	False	False	0.9982403516769409	0					non-mobilizable	other	5689.0	83.336	99.0	0.05660226728404918	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
USA0117_01_000000005787	4238	0.5196455507024171	4	4	4	4	4	False	123766	maximal	False	FIJ0044_000000004918	0.9666440877033907		0	0	False	False	0.995988667011261	0					non-mobilizable	other	4238.0	99.788	100.0	0.013977040311407271	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
AUS0016_000000005989	4234	0.5196455507024171	4	4	4	4	4	False	123766	maximal	False	FIJ0044_000000004918	0.9667483423356392		0	0	False	False	1.0	0					non-mobilizable	other	4234.0	99.41	100.0	0.013963845088078115	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0045_000000004779	5093	0.5196441109589561	8	5	2	3	5	False	101751	fragment	False	ISR0045_000000004779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3338.0	82.205	65.0	0.5371982263097389	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0096_000000007545	4371	0.5196441109589561	7	5	2	3	5	False	101752	fragment	False	FIJ0123_000000006265	0.7585975705385375		0	0	False	False	0.9949668049812317	0					non-mobilizable	no_good_hit	1666.0	89.196	67.0	0.24573884689491626	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
FIJ0093_000000005845	3596	0.5196441109589561	6	5	2	3	5	False	101749	fragment	False	MON0075_000000006432	0.9213462368818233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1666.0	89.196	80.0	0.24573884689491626	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MON0066_000000009550	3151	0.5196441109589561	6	5	2	3	5	False	101749	fragment	False	MON0075_000000006432	0.8558993491150144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2697.0	84.501	85.0	0.43734603383149945	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0014_000000011355	2120	0.5196390791702779	3	3	3	3	3	False	87234	fragment	False	ENG0071_000000009668	0.32301233027912135		0	0	False	False	0.9985849261283875	0					non-mobilizable	other	2119.0	89.429	99.0	0.009247264770240701	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0013_000000047318	1210	0.519632845862677	2	1	1	1	1	False	13476	fragment	False	MON0013_000000047318	1.0		0	0	False	False	0.9991735816001892	0					non-mobilizable	no_good_hit								True	False
FIJ0006_000000020951	1805	0.5196225048132597	2	2	2	2	2	False	117415	fragment	False	AST0089_000000011864	0.9553069923480814		0	0	False	False	1.0	0					non-mobilizable	other	1733.0	79.977	96.0	0.0004929086232465639	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0007_000000005232	2718	0.5196218856056287	4	1	1	1	1	False	38450	maximal	True	ISR0007_000000005232	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	496.0	100.0	18.0	0.0006856364021679962	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ISR0791_000000015402	1185	0.5196203924190765	2	2	2	2	2	False	22040	maximal	True	ISR0791_000000015402	1.0		178	12	False	False	1.0	0					non-mobilizable	no_good_hit	576.0	73.264	48.0	0.003353832237904765	NZ_QRCT01000051.1	firmicutes	Anaerosacchriphilus polymeriproducens strain MCWD5 MCWD5.51, whole genome shotgun sequence	True	False
USA0010_01_000000015810	1678	0.5196191889442469	3	1	1	1	1	False	2054	fragment	False	USA0010_01_000000015810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0036_000000002566	5757	0.5196177562101625	7	7	2	7	6	False	67927	fragment	False	MON0036_000000002566	1.0		0	0	False	False	0.9979155659675598	0					non-mobilizable	chromosome	5734.0	98.79700000000001	99.0	0.0010516948763818173	CP034794.1	enterobacteria	Escherichia coli strain 06-3462 chromosome, complete genome	False	False
AST0059_000000005599	2585	0.5196166958054617	2	2	2	2	2	False	112864	maximal	True	AST0059_000000005599	1.0		32	6	False	False	0.9972920417785645	0					non-mobilizable	no_good_hit	1686.0	70.819	64.0	0.0007704541108763683	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0040_000000023247	1821	0.5196138977401712	3	3	3	3	3	False	6952	maximal	True	SPA0040_000000023247	1.0		45	9	False	False	0.9923118948936462	0					non-mobilizable	no_good_hit	40.0	90.0	2.0	1.758271087531243e-05	NZ_UGTH01000001.1	firmicutes	Peptoniphilus indolicus strain NCTC11088, whole genome shotgun sequence	True	False
DEN0094_000000014795	2433	0.5196120480922062	4	2	2	2	2	False	78571	maximal	False	ENG0179_000000011698	0.6164012313834972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	4.0	2.42518380150448e-05	CP003774.1	b-proteobacteria	Burkholderia cepacia GG4 chromosome 1, complete sequence	True	False
ISR0308_000000003923	3864	0.5196111018119238	3	3	3	1	1	False	59316	maximal	True	ISR0308_000000003923	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	2545.0	86.56200000000001	66.0	0.018866242132873627	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
DEN0045_000000009756	3662	0.5196111018119238	3	3	3	1	1	False	72961	fragment	False	DEN0045_000000009756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2588.0	86.28299999999999	70.0	0.019163465325199327	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ISR0217_000000007113	3651	0.5196111018119238	3	3	3	1	1	False	59317	fragment	False	ISR0217_000000007113	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2586.0	86.311	71.0	0.019163465325199327	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
SPA0110_000000005792	3615	0.5196111018119238	3	3	3	1	1	False	59320	fragment	False	SPA0110_000000005792	0.9818937370139507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2561.0	86.568	71.0	0.01899256198961205	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ENG0155_000000006796	3369	0.5196111018119238	3	3	3	1	1	False	59320	fragment	False	SPA0110_000000005792	0.9491009681881051		0	0	False	False	0.9997031688690186	0					non-mobilizable	no_good_hit	2561.0	86.529	76.0	0.01899256198961205	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ISR0288_000000008943	3339	0.5196111018119238	3	3	3	1	1	False	59315	fragment	False	ISR0288_000000008943	0.9178864701008433		0	0	False	False	0.992213249206543	0					non-mobilizable	no_good_hit	2530.0	86.522	76.0	0.018762214015559633	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
SPA0106_000000012453	3143	0.5196111018119238	3	3	3	1	1	False	59315	fragment	False	ISR0288_000000008943	0.824080373567845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2586.0	86.272	82.0	0.019163465325199327	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ISR0791_000000005643	3106	0.5196111018119238	3	3	3	1	1	False	59315	fragment	False	ISR0288_000000008943	0.7555420304024838		0	0	False	False	0.9916291236877441	0					non-mobilizable	no_good_hit	2561.0	86.412	82.0	0.01899256198961205	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ISR0214_000000008923	3073	0.5196111018119238	3	3	3	1	1	False	59315	fragment	False	ISR0288_000000008943	0.8252781781191612		0	0	False	False	0.9996745586395264	0					non-mobilizable	no_good_hit	2586.0	86.311	84.0	0.019163465325199327	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ENG0118_000000004518	3015	0.5196111018119238	3	3	3	1	1	False	59315	fragment	False	ISR0288_000000008943	0.6450512506410002		0	0	False	False	0.999668300151825	0					non-mobilizable	no_good_hit	2561.0	86.568	85.0	0.01899256198961205	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ISR0065_000000010916	2921	0.5196111018119238	3	3	3	1	1	False	59315	fragment	False	ISR0288_000000008943	0.647122918000566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2546.0	86.60600000000001	87.0	0.018881103292489914	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
MAD0109_000000004858	2895	0.5196111018119238	3	3	3	1	1	False	59315	fragment	False	ISR0288_000000008943	0.7349950995981436		0	0	False	False	0.9899827241897583	0					non-mobilizable	no_good_hit	2582.0	86.32799999999999	89.0	0.01914860416558304	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ENG0129_000000009378	2844	0.5196111018119238	3	3	3	1	1	False	59315	fragment	False	ISR0288_000000008943	0.6377515109645393		0	0	False	False	0.9961321949958801	0					non-mobilizable	plasmid	2561.0	86.60700000000001	90.0	0.01899256198961205	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	False	True
ISR0779_000000011821	2840	0.5196111018119238	3	3	3	1	1	False	59315	fragment	False	ISR0288_000000008943	0.6262094805071782		0	0	False	False	0.9996479153633118	0					non-mobilizable	no_good_hit	2515.0	86.759	88.0	0.018650755318437497	KY303941.1	firmicutes	Enterococcus faecalis strain 3 plasmid pGTC3, complete sequence	True	False
ENG0070_000000016680	1540	0.5196100659619459	2	1	1	1	1	False	62338	maximal	True	ENG0070_000000016680	1.0		0	0	False	False	0.981168806552887	0					non-mobilizable	other	895.0	86.927	91.0	0.00017286466168178925	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0103_000000003361	4562	0.5196088858477272	8	4	2	3	3	False	4878	fragment	False	SPA0103_000000003361	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0214_000000026572	1197	0.5196075439717212	3	1	1	1	1	True	28190	fragment	False	ISR0214_000000026572	1.0		0	0	False	False	0.9966583251953125	0					non-mobilizable	other	1179.0	99.661	98.0	0.00022795989067996543	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MAD0105_000000022667	1663	0.5196048615899916	3	2	2	1	1	True	127913	fragment	False	MAD0105_000000022667	0.9841849148418491		0	0	False	False	0.9945880770683289	0					non-mobilizable	chromosome	1243.0	89.22	96.0	0.00027596349092035607	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
MAD0049_000000007907	2248	0.5196008259792319	4	1	0	1	1	True	17472	fragment	False	MAD0049_000000007907	1.0		0	0	False	False	0.9764235019683838	0					non-mobilizable	no_good_hit								True	True
FIJ0051_000000007731	2798	0.5196002830777395	3	3	3	3	3	False	120468	fragment	False	ENG0110_000000010055	0.9423341060085964		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	72.09899999999999	28.0	0.00039018447165339675	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
CHI0108_000000002794	2756	0.5195995926131395	5	3	3	3	2	False	88569	maximal	True	CHI0108_000000002794	1.0		3	2	False	False	0.9880261421203613	0					non-mobilizable	no_good_hit	1484.0	98.585	62.0	0.00044966987317975423	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ENG0034_000000003271	4481	0.519595928971437	6	3	0	2	2	False	65469	maximal	True	ENG0034_000000003271	0.9888609370714935		3	3	True	True	1.0	20					non-mobilizable	no_good_hit	1007.0	89.87100000000001	31.0	0.016141725960071313	CP016744.1	firmicutes	Lactococcus lactis subsp. cremoris strain JM2 plasmid pJM2C, complete sequence	True	True
FIJ0074_000000016706	1837	0.5195929364642324	3	3	3	3	2	False	44633	fragment	False	FIJ0074_000000016706	1.0		0	0	False	False	0.9978225231170654	0					non-mobilizable	no_good_hit	723.0	71.78399999999999	38.0	0.0011937507064880436	NZ_QICB01000001.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_001, whole genome shotgun sequence	True	False
MON0087_000000032778	1565	0.5195914381783597	2	2	2	1	1	False	9686	maximal	True	MON0087_000000032778	1.0		189	12	False	False	0.9993610382080078	0					non-mobilizable	chromosome	1558.0	99.743	99.0	0.0002920880714008071	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
FIJ0154_000000020071	1926	0.519588535106017	2	1	1	1	1	False	95613	fragment	False	FIJ0154_000000020071	0.970917225950783		0	0	False	False	1.0	0					non-mobilizable	chromosome	1927.0	97.042	100.0	0.0006544527079764737	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0035_000000024925	1412	0.519588535106017	2	1	1	1	1	False	83792	fragment	False	CHI0090_000000008699	0.9489264801561483		0	0	False	False	1.0	0					non-mobilizable	chromosome	1412.0	99.85799999999999	100.0	0.00047945626737009575	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0097_000000023834	1547	0.5195884696704647	2	2	2	2	2	False	66726	maximal	True	MON0097_000000023834	0.9940225035161744		169	14	False	False	0.9806076288223267	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.0002608518443040554	NZ_OFSM01000018.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
SPA0030_000000022316	1357	0.5195866057971802	1	1	1	1	1	False	131317	fragment	False	AST0002_000000027508	0.9864468864468865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	100.0	4.0	0.0007706347596836341	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
CAN0013_000000014621	1557	0.5195854516788497	2	2	2	1	1	False	93840	maximal	True	CAN0013_000000014621	1.0		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	1157.0	76.404	73.0	0.05287880197190959	NZ_WEHX01000036.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_36_length_21502_cov_149.187544, whole genome shotgun sequence	True	False
DEN0022_000000029175	1433	0.5195842988071168	4	2	2	1	0	True	74522	fragment	False	DEN0022_000000029175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	96.04899999999999	56.0	0.001090791363323178	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0195_000000012699	1599	0.5195841616257186	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.33325407554445513	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1604.0	92.08200000000001	100.0	0.0004943352109153196	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0075_000000005365	3469	0.5195828210458306	5	3	3	3	3	False	115988	backbone	False	ENG0038_000000005492	0.872126356916031	PS760	0	0	False	True	0.9997117519378662	0					non-mobilizable	no_good_hit	1074.0	89.758	31.0	0.0002427683098891094	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0130_000000019274	1606	0.519579848986104	4	2	2	2	2	False	31746	maximal	True	ISR0130_000000019274	1.0		1	1	False	False	0.9981319904327393	0					non-mobilizable	no_good_hit								True	False
ISR0367_000000007881	1262	0.5195794456173636	2	1	1	1	1	False	23575	fragment	False	ISR0367_000000007881	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	73.002	36.0	0.0014940694922125305	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
FIJ0123_000000011451	2805	0.5195793424740276	4	3	2	3	2	True	41358	maximal	True	FIJ0123_000000011451	1.0		5	1	False	False	0.9971479773521423	0					non-mobilizable	no_good_hit								True	True
ENG0204_000000004266	5083	0.5195774601029828	5	5	5	5	3	False	119357	maximal	False	SPA0107_000000005745	0.955118376502633		0	0	False	False	0.9992130398750305	0					non-mobilizable	chromosome	5076.0	99.40899999999999	99.0	0.0028102318136629108	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
SPA0040_000000007119	5038	0.5195774601029828	6	5	5	5	3	False	119357	maximal	False	SPA0107_000000005745	0.9524380261356493		0	0	False	False	0.9972211122512817	0					non-mobilizable	chromosome	4953.0	99.536	98.0	0.0027421083384795175	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
ISR0778_000000002644	4582	0.5195708545947673	5	5	5	5	5	False	41157	maximal	True	ISR0778_000000002644	1.0		32	8	False	False	0.9921431541442871	0					non-mobilizable	no_good_hit	737.0	76.798	16.0	0.00017136204977335836	CP048836.1	b-proteobacteria	Azoarcus sp. M9-3-2 chromosome, complete genome	True	False
DEN0069_000000002058	13619	0.5195707345284937	11	10	3	9	6	False	73698	maximal	True	DEN0069_000000002058	1.0		136	10	False	False	1.0	0					non-mobilizable	chromosome	13544.0	100.0	99.0	0.0024605401524252207	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
ISR0065_000000005811	4973	0.5195688638179932	6	2	1	1	2	False	35210	maximal	True	ISR0065_000000005811	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	91.818	4.0	0.0001722833124338204	NZ_KE159493.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.1, whole genome shotgun sequence	True	False
MON0088_000000022177	1455	0.5195664488103335	2	2	2	2	2	False	79130	fragment	False	ISR0049_000000019440	0.31601588352084714		0	0	False	False	1.0	0					non-mobilizable	other	1388.0	98.84700000000001	95.0	0.0029002356572159827	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0117_000000011581	1253	0.5195628331273461	2	2	2	1	1	False	82033	maximal	True	CHI0117_000000011581	1.0		15	5	False	False	0.9912210702896118	0					non-mobilizable	no_good_hit	433.0	75.751	34.0	0.005519731076609158	NZ_JNJN01000005.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
TAN0020_000000006150	1236	0.5195628331273461	2	2	2	1	1	False	2393	maximal	True	TAN0020_000000006150	1.0		5	2	False	False	0.9967637658119202	0					non-mobilizable	no_good_hit	435.0	76.092	35.0	0.0018402857651291888	NZ_FUXZ01000005.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
ISR0827_000000009923	1206	0.5195628331273461	2	2	2	1	1	False	48191	fragment	False	ISR0827_000000009923	1.0		0	0	False	False	0.9933664798736572	0					non-mobilizable	no_good_hit	588.0	80.952	84.0	0.006273498295007432	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0126_000000035136	1187	0.5195628331273461	2	2	2	1	1	False	41084	maximal	True	FIJ0126_000000035136	1.0		59	9	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	78.743	28.0	0.00427713758779904	NZ_JNJN01000005.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00005.5_C, whole genome shotgun sequence	True	False
CHI0129_000000022685	1184	0.5195628331273461	2	2	2	1	1	False	81156	fragment	False	CHI0129_000000022685	1.0		0	0	False	False	0.9898648858070374	0					non-mobilizable	no_good_hit	406.0	78.079	34.0	0.0016321798440178759	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	True	False
ISR0817_000000011419	1177	0.5195628331273461	2	2	2	1	1	False	21364	fragment	False	ISR0817_000000011419	1.0		0	0	False	False	0.963466465473175	0					non-mobilizable	no_good_hit	290.0	82.069	40.0	9.450437378054904e-05	CP061497.1	g-proteobacteria	Thermomonas sp. XSG chromosome, complete genome	True	False
ISR0266_000000019525	1120	0.5195628331273461	2	2	2	1	1	False	26549	fragment	False	ISR0266_000000019525	1.0		0	0	False	False	0.96875	0					non-mobilizable	no_good_hit	439.0	83.59899999999999	39.0	0.0004409473607736457	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
MAD0054_000000017887	1108	0.5195628331273461	3	2	2	1	1	False	17120	fragment	False	MAD0054_000000017887	1.0		0	0	False	False	0.9909747242927551	0					non-mobilizable	no_good_hit	668.0	86.82600000000001	59.0	0.007235288974381394	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0033_000000036143	1103	0.5195628331273461	2	2	2	1	1	False	48189	fragment	False	FIJ0033_000000036143	1.0		0	0	False	False	0.9990933537483215	0					non-mobilizable	no_good_hit	418.0	77.033	52.0	0.0007167814925961931	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	False
MAD0103_000000006628	3019	0.5195616213456565	4	3	2	3	2	True	14930	maximal	True	MAD0103_000000006628	1.0		1	1	False	False	0.9970188736915588	0					non-mobilizable	no_good_hit	585.0	74.188	19.0	0.0018675082991283871	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
FIJ0046_000000001220	17514	0.5195604109615365	19	8	5	6	4	True	132160	fragment	False	SPA0132_000000001387	0.6126062204541879		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	90.04899999999999	5.0	0.00018552657419298202	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MON0034_000000026462	1117	0.5195571700407385	2	2	2	2	1	False	93369	maximal	False	FIJ0094_000000017006	0.9206742845597904		0	0	False	False	1.0	0					non-mobilizable	other	1117.0	98.12	100.0	0.02421875	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0071_000000040721	1104	0.5195571700407385	2	2	2	2	1	False	70310	maximal	True	DEN0071_000000040721	1.0		92	12	False	False	1.0	0					non-mobilizable	chromosome	1104.0	98.37	100.0	0.00035551710656133735	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0050_000000019127	1344	0.5195559280107973	1	1	1	1	1	False	49859	maximal	True	FIJ0050_000000019127	1.0		17	2	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	85.93799999999999	9.0	3.387814910066852e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0112_000000022027	1274	0.5195559280107973	1	1	1	1	1	False	49858	fragment	False	FIJ0112_000000022027	0.9863306596615288		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	86.04700000000001	10.0	3.414490618020134e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0019_000000005297	1267	0.5195559280107973	1	1	1	1	1	False	49858	fragment	False	FIJ0112_000000022027	0.9271899148518798		0	0	False	False	0.9984214901924133	0					non-mobilizable	no_good_hit	129.0	86.04700000000001	10.0	3.414490618020134e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0120_000000021372	1205	0.5195559280107973	1	1	1	1	1	False	49858	fragment	False	FIJ0112_000000022027	0.9776886885585468		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	85.93799999999999	11.0	3.387814910066852e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0139_000000022496	1194	0.5195559280107973	1	1	1	1	1	False	49858	fragment	False	FIJ0112_000000022027	0.9762913034110348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	86.04700000000001	11.0	3.414490618020134e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0115_000000019750	1194	0.5195559280107973	1	1	1	1	1	False	49858	fragment	False	FIJ0112_000000022027	0.9761672501076478		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	85.93799999999999	11.0	3.387814910066852e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0100_000000015396	1193	0.5195559280107973	1	1	1	1	1	False	49858	fragment	False	FIJ0112_000000022027	0.9758893506981986		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	85.93799999999999	11.0	3.387814910066852e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0036_01_000000012706	2800	0.5195550245687411	4	4	4	4	2	False	121163	fragment	False	USA0036_01_000000012706	0.9755857350049639		0	0	False	False	0.9996428489685059	0					non-mobilizable	no_good_hit	1222.0	82.815	46.0	0.00966838778245731	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0778_000000004664	2760	0.5195550245687411	4	4	4	4	2	False	121163	fragment	False	USA0036_01_000000012706	0.9649469257749064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1216.0	82.648	46.0	0.009620799327416503	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
SPA0016_000000012000	2746	0.5195550245687411	4	4	4	4	2	False	121163	fragment	False	USA0036_01_000000012706	0.9633532655022918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1204.0	82.641	46.0	0.009525622417334888	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0121_000000009112	2697	0.5195550245687411	4	4	4	4	2	False	121163	fragment	False	USA0036_01_000000012706	0.951740462592698		0	0	False	False	0.9810901284217834	0					non-mobilizable	no_good_hit	1169.0	82.29299999999999	45.0	0.009248023096263514	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
ISR0803_000000002916	4341	0.5195514767244835	5	4	2	1	3	False	21843	maximal	True	ISR0803_000000002916	1.0		2	2	False	False	0.9997696280479431	0					non-mobilizable	no_good_hit	2891.0	97.12899999999999	74.0	0.0009662356369926008	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ENG0014_000000013969	1686	0.5195514761885482	2	2	2	2	1	False	66910	maximal	True	ENG0014_000000013969	1.0		75	8	False	False	0.9845789074897766	0					non-mobilizable	no_good_hit	69.0	81.15899999999999	4.0	1.635116532110202e-05	NC_017910.1	enterobacteria	Shimwellia blattae DSM 4481 = NBRC 105725, complete sequence	True	False
FIJ0011_000000031422	1454	0.5195504167950282	1	1	1	1	1	False	50910	fragment	False	FIJ0011_000000031422	1.0		0	0	False	False	0.9807427525520325	0					non-mobilizable	other	1402.0	99.85700000000001	99.0	0.000378810513357194	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0346_000000012836	1836	0.5195493276089492	3	3	3	3	3	False	76251	fragment	False	ISR0346_000000012836	1.0		0	0	False	False	0.9934640526771545	0					non-mobilizable	chromosome	1839.0	95.324	100.0	0.0005216644338063584	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0101_000000007162	3872	0.5195465406803423	6	4	3	4	2	False	97047	maximal	True	FIJ0101_000000007162	1.0		1	1	False	False	0.9987086653709412	0					non-mobilizable	no_good_hit	339.0	73.45100000000001	9.0	0.0034051980553447252	NZ_FWXH01000011.1	firmicutes	Clostridium acidisoli DSM 12555, whole genome shotgun sequence	True	False
ISR0022_000000010297	2476	0.5195408604509449	5	3	2	2	2	False	37588	maximal	True	ISR0022_000000010297	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	1685.0	96.973	71.0	0.0005406467470659319	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0199_000000011164	2679	0.5195385570942502	4	4	4	4	4	False	28817	maximal	True	ISR0199_000000011164	1.0		171	11	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	77.764	30.0	0.0012978396310381099	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0146_000000002135	7528	0.5195369338190949	7	5	2	4	4	True	46686	maximal	True	FIJ0146_000000002135	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1413.0	91.295	41.0	0.0003747936967436163	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0093_000000019016	1677	0.5195322449071825	3	1	1	1	1	False	15665	maximal	True	MAD0093_000000019016	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	478.0	86.82	29.0	0.0015600726071527858	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
CHI0025_000000007243	1406	0.519531320491876	2	1	1	1	1	False	88952	maximal	True	CHI0025_000000007243	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	99.553	64.0	0.00021649592257931254	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
MON0002_000000006598	3362	0.5195291039278409	3	2	0	1	1	False	76788	maximal	True	MON0002_000000006598	1.0		4	2	False	False	0.99821537733078	0					non-mobilizable	no_good_hit	357.0	89.07600000000001	11.0	0.05288680103045916	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	False
ENG0044_000000007146	2328	0.5195276015266959	4	3	3	2	1	False	64523	maximal	True	ENG0044_000000007146	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	89.93299999999999	13.0	5.733864162605343e-05	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
CHI0148_000000004041	2873	0.5195266958736654	5	4	3	4	3	False	124363	fragment	False	SPA0131_000000008475	0.9533465966982356		0	0	False	False	1.0	0					non-mobilizable	other	2874.0	98.225	100.0	0.01654244473371963	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0141_000000012420	2748	0.5195266958736654	4	4	3	4	3	False	124363	fragment	False	SPA0131_000000008475	0.9532376286586425		0	0	False	False	0.998908281326294	0					non-mobilizable	other	2677.0	97.87100000000001	97.0	0.015413503519301439	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0047_000000011516	2576	0.5195266958736654	4	4	3	4	3	False	124363	fragment	False	SPA0131_000000008475	0.693624219094206		0	0	False	False	0.9934006333351135	0					non-mobilizable	other	2576.0	98.68	100.0	0.014831753199626757	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0294_000000012859	1469	0.5195259107535868	3	3	2	3	0	False	25752	maximal	True	ISR0294_000000012859	1.0		87	9	False	False	1.0	0					non-mobilizable	other	1469.0	99.86399999999999	100.0	0.390321722946025	KX128815.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CY_37 genomic sequence	False	False
FIJ0056_000000017525	1230	0.5195245186756665	3	2	2	2	2	False	46188	fragment	False	FIJ0056_000000017525	1.0		0	0	False	False	0.9902439117431641	0					non-mobilizable	other	1231.0	92.12	99.0	0.020233975943318504	NZ_CABIWU010000007.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
SPA0117_000000003245	10554	0.5195230351005297	6	6	4	5	4	False	80750	maximal	True	SPA0117_000000003245	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1562.0	77.017	19.0	0.0005499636485714579	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
DEN0018_000000026867	1492	0.5195195977442466	2	2	2	1	1	False	75035	fragment	False	USA0072_01_000000012121	0.9490494781895348		0	0	False	False	0.9986594915390015	0					non-mobilizable	other	1492.0	100.0	100.0	0.0003992781394013613	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
CAN0012_000000022242	2160	0.5195164066531073	4	4	4	3	3	True	94214	maximal	True	CAN0012_000000022242	1.0		1	1	False	False	0.9902777671813965	0					non-mobilizable	no_good_hit	638.0	74.295	29.0	0.00014172219909315933	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
ENG0139_000000013065	1626	0.5195135050984252	2	2	2	2	1	True	57851	fragment	False	ENG0139_000000013065	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1626.0	99.815	100.0	0.0006729692479972436	CP040235.1	high GC Gram+	Bifidobacterium longum strain ZJ1 chromosome, complete genome	False	True
ENG0005_000000012931	1849	0.5195134239361674	2	2	2	2	2	False	67670	fragment	False	ENG0005_000000012931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	397.0	74.055	21.0	0.0001257041446590404	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0082_000000010247	3748	0.5195099837798847	9	3	2	2	2	False	69311	maximal	True	DEN0082_000000010247	1.0		36	5	False	False	0.9991995692253113	0					non-mobilizable	no_good_hit	73.0	86.301	2.0	0.0017982839233417253	NZ_ANBF01000148.1	high GC Gram+	Nocardiopsis salina YIM 90010 contig_148, whole genome shotgun sequence	True	False
ENG0107_000000009521	2864	0.5195052027336584	3	2	1	2	0	False	60021	maximal	True	ENG0107_000000009521	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	90.12299999999999	3.0	0.0006754474839581223	NZ_VULP01000007.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq7, whole genome shotgun sequence	True	False
CHI0160_000000026133	1236	0.5195049181113105	1	1	1	1	1	False	78649	maximal	True	CHI0160_000000026133	1.0		34	6	False	False	0.9991909265518188	0					non-mobilizable	no_good_hit	599.0	80.634	48.0	0.00021870267481444215	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
ISR0827_000000005353	2145	0.5195046134279857	2	2	2	2	2	False	21091	fragment	False	ISR0827_000000005353	1.0		0	0	False	False	0.9995337724685669	0					non-mobilizable	no_good_hit	949.0	71.33800000000001	43.0	0.00039138345783680707	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
MON0084_000000019912	1747	0.5195013254661522	4	2	1	2	1	True	9822	maximal	True	MON0084_000000019912	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0170_000000017178	2678	0.5195012402131207	3	3	3	3	3	False	130069	fragment	False	ISR0262_000000005633	0.9492340577128607		0	0	False	False	1.0	0					non-mobilizable	other	2678.0	98.208	100.0	0.005597643009637481	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0109_000000005686	4830	0.519497495846452	5	5	5	5	4	False	115324	maximal	True	FIJ0109_000000005686	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4862.0	75.134	98.0	0.020050617263326707	NZ_FOIN01000001.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	False	False
MON0090_000000015507	3634	0.5194929430303471	3	3	3	3	3	False	119366	maximal	True	MON0090_000000015507	0.9890173410404623		597	14	False	False	1.0	0					non-mobilizable	chromosome	3634.0	99.945	100.0	0.001650007630093087	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
ISR0189_000000005734	2448	0.5194923299974032	4	2	1	2	1	False	126707	backbone	False	ENG0100_000000008751	0.0807274992389863	PS974|PS975	0	0	False	True	0.9983659982681274	0					non-mobilizable	no_good_hit	1651.0	97.759	67.0	0.3220703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
MON0037_000000057251	1333	0.5194914445985995	2	2	2	2	2	False	112566	fragment	False	MON0037_000000057251	0.9778548652653708		0	0	False	False	0.9902475476264954	0					non-mobilizable	other	1322.0	83.88799999999999	99.0	0.0005520635313202786	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
ISR0106_000000022117	1242	0.5194902625631435	2	2	1	2	1	False	79902	maximal	True	ISR0106_000000022117	0.9793187347931873		17	6	False	False	0.9911433458328247	0					non-mobilizable	other	1242.0	100.0	100.0	0.0005762305144935208	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
ISR0049_000000019456	1518	0.5194890649634402	2	2	1	2	1	False	35967	maximal	True	ISR0049_000000019456	1.0		45	7	False	False	0.9736495614051819	0					non-mobilizable	no_good_hit	454.0	77.313	30.0	0.0001342774824736484	LR698985.1	firmicutes	Clostridium perfringens isolate MGYG-HGUT-02372 genome assembly, chromosome: 1	True	False
ENG0029_000000016426	1507	0.5194838648439053	2	2	1	1	2	False	67737	fragment	False	ENG0136_000000007528	0.9571787393939251		0	0	False	False	0.976775050163269	0					non-mobilizable	no_good_hit	502.0	75.498	33.0	0.0008225989762839679	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MON0101_000000026681	2366	0.5194817055256804	5	2	1	2	2	False	14330	fragment	False	MON0101_000000026681	0.9997659176029963		0	0	False	False	0.9868977069854736	0					non-mobilizable	no_good_hit	1047.0	77.555	44.0	0.0003473651578609711	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0002_000000012011	2136	0.5194817055256804	4	2	1	2	2	False	14330	fragment	False	MON0101_000000026681	0.9511834319526628		0	0	False	False	0.9985954761505127	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000016403	1868	0.5194801507686332	3	3	2	2	3	False	30156	maximal	True	ISR0324_000000016403	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	99.89200000000001	73.0	0.000393503628247624	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
CHI0046_000000006238	1843	0.5194794439108693	2	2	2	2	2	False	87052	maximal	True	CHI0046_000000006238	1.0		14	7	False	False	0.9989148378372192	0					non-mobilizable	no_good_hit	1016.0	79.232	55.0	0.0007161126042887581	NZ_FOZH01000001.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
MON0056_000000014846	1343	0.5194771527064957	2	2	2	2	1	False	11061	maximal	True	MON0056_000000014846	1.0		14	5	False	False	0.942665696144104	0					non-mobilizable	no_good_hit	569.0	72.408	41.0	0.0017705097458513737	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0006_000000018079	1255	0.5194698354835359	2	2	1	2	1	False	14031	maximal	True	MON0006_000000018079	1.0		25	9	False	False	0.997609555721283	0					non-mobilizable	no_good_hit	1051.0	82.493	84.0	0.8053846153846154	HG796633.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01869	True	False
FIJ0139_000000015972	1643	0.5194641663068987	2	2	2	2	2	False	40436	maximal	True	FIJ0139_000000015972	1.0		101	12	False	False	1.0	0					non-mobilizable	other	1643.0	96.713	100.0	0.08941894026030606	NZ_CABIWU010000044.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0132_000000008911	3028	0.5194632017006479	4	3	3	3	3	False	31601	maximal	True	ISR0132_000000008911	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1210.0	80.579	58.0	0.00037703097205924466	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
CHI0063_000000010194	1371	0.5194593198073666	2	2	1	1	2	False	85403	fragment	False	CHI0063_000000010194	1.0		0	0	False	False	0.9934354424476624	0					non-mobilizable	plasmid	1371.0	99.416	100.0	0.020844744689915404	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	False	True
MAD0101_000000022742	1276	0.5194565302237244	2	2	2	2	1	False	15071	fragment	False	MAD0101_000000022742	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1276.0	99.765	100.0	0.0002677011338350298	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
AST0031_000000011629	2428	0.5194528565789779	3	3	3	3	2	False	131346	fragment	False	AST0031_000000011629	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2456.0	97.109	100.0	0.03829893449400165	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
USA0079_01_000000006652	1934	0.5194510443914147	3	3	3	2	2	False	21152	maximal	True	USA0079_01_000000006652	1.0		376	14	False	False	0.997931718826294	0					non-mobilizable	other	1966.0	79.60300000000001	99.0	0.006277261826200325	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0122_000000025257	1190	0.5194509982929237	2	2	2	1	1	False	58992	maximal	True	ENG0122_000000025257	1.0		31	5	False	False	0.9773108959197998	0					non-mobilizable	no_good_hit	782.0	83.887	66.0	0.00012489680683724493	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
FIJ0006_000000021265	1781	0.5194502040277198	3	1	1	1	1	False	51703	fragment	False	FIJ0006_000000021265	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1781.0	100.0	100.0	0.0007943318620343731	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0039_000000000018	87824	0.5194496829104934	102	44	15	24	35	True	97292	maximal	False	MON0062_000000000044	0.9473822635878608		0	0	False	False	0.9996128678321838	0	rep_cluster_329				non-mobilizable	no_good_hit	19372.0	98.617	85.0	0.1042822216717466	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
FIJ0154_000000019683	1957	0.5194419423363662	3	3	1	2	3	False	45809	backbone	False	FIJ0148_000000008973	0.99079179760892	PS160	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	837.0	96.416	55.0	0.0030602783204019776	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
SPA0038_000000013961	1950	0.5194409494627198	2	2	1	1	2	False	84384	fragment	False	DEN0077_000000005815	0.9632719219061243		0	0	False	False	0.9994871616363525	0					non-mobilizable	other	1951.0	99.846	100.0	0.3707929264118654	NZ_FMIZ01000003.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	False
MON0027_000000020247	2023	0.5194401300562695	3	3	3	0	0	False	12651	maximal	True	MON0027_000000020247	1.0		20	6	False	False	0.9876421093940735	0					non-mobilizable	no_good_hit	1719.0	84.41	85.0	0.0075171123041640675	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	True	False
DEN0045_000000021300	1909	0.5194401300562695	5	3	3	0	0	False	72900	maximal	True	DEN0045_000000021300	1.0		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	1112.0	87.23	83.0	0.0002211425886695958	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
SPA0115_000000025566	1144	0.5194401300562695	3	3	3	0	0	False	4883	maximal	True	SPA0115_000000025566	1.0		76	7	False	False	1.0	0					non-mobilizable	other	1156.0	85.727	99.0	0.7100555212831585	NZ_QRUU01000145.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf145, whole genome shotgun sequence	False	False
USA0036_01_000000026017	1144	0.5194401300562695	3	3	3	0	0	False	4883	maximal	False	SPA0115_000000025566	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	85.727	99.0	0.7100555212831585	NZ_QRUU01000145.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf145, whole genome shotgun sequence	False	False
SPA0102_000000027191	1126	0.5194401300562695	3	3	3	0	0	False	4883	maximal	False	SPA0115_000000025566	0.9895104895104895		0	0	False	False	1.0	0					non-mobilizable	chromosome	1140.0	85.61399999999999	100.0	0.0002586416713169802	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
FIJ0012_000000008643	2751	0.5194370276577099	3	3	3	3	3	False	50817	maximal	True	FIJ0012_000000008643	1.0		73	12	False	False	0.996364951133728	0					non-mobilizable	no_good_hit	161.0	73.913	6.0	0.00045335411206346956	NZ_OKQO01000002.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
DEN0011_000000013695	3093	0.5194331799725344	4	2	0	2	1	False	75739	maximal	True	DEN0011_000000013695	1.0		7	5	False	False	0.9925638437271118	0					non-mobilizable	no_good_hit								True	False
ENG0209_000000004391	4324	0.5194316190587022	4	2	2	2	0	True	119015	maximal	True	ENG0209_000000004391	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1351.0	87.195	31.0	0.01614866411983755	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
ENG0190_000000007557	4046	0.519430575342538	6	6	3	4	5	False	110220	maximal	False	AST0150_000000006164	0.9592028135990621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	90.141	86.0	0.00038871589348410954	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0047_000000010241	2854	0.5194304265938386	4	3	2	2	2	True	54636	maximal	True	ISR0047_000000010241	1.0		21	3	False	False	1.0	0					non-mobilizable	no_good_hit	1659.0	76.37100000000001	57.0	0.008602932267054405	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
CHI0164_000000010379	2147	0.5194290154651178	2	1	1	1	1	False	78400	maximal	True	CHI0164_000000010379	1.0		3	1	False	False	0.997205376625061	0					non-mobilizable	no_good_hit								True	False
CHI0167_000000021461	1111	0.5194290154651178	2	1	1	1	1	False	78112	fragment	False	CHI0167_000000021461	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0115_000000024918	1170	0.519420317139808	2	2	2	1	1	False	4372	maximal	True	SPA0115_000000024918	1.0		456	11	False	False	0.9820512533187866	0					non-mobilizable	other	1170.0	99.316	100.0	0.0020367734302993135	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	False
ISR0372_000000005533	2954	0.5194193547085575	4	1	1	1	1	False	54127	fragment	False	ISR0372_000000005533	1.0		0	0	False	False	0.9996615052223206	0					non-mobilizable	no_good_hit	61.0	90.164	2.0	1.0741951995290729e-05	CP050183.1	firmicutes	Bacillus thuringiensis strain HER1410 chromosome, complete genome	True	False
MON0015_000000031549	1220	0.5194146657052862	2	1	1	1	1	False	13386	maximal	True	MON0015_000000031549	1.0		89	10	False	False	1.0	0					non-mobilizable	chromosome	677.0	96.603	100.0	0.00028986489122991477	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ENG0047_000000008277	2278	0.5194135187883415	2	2	2	2	1	False	64334	maximal	True	ENG0047_000000008277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1093.0	91.583	48.0	0.017970680283314118	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
SPA0146_000000011497	2020	0.5194135187883415	2	2	2	2	1	False	28387	fragment	False	SPA0146_000000011497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	76.289	55.0	0.003440600515196879	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
ISR0293_000000006661	5459	0.5194097104761876	4	3	3	3	2	False	96221	fragment	False	ISR0293_000000006661	1.0		0	0	False	False	0.997435450553894	0					non-mobilizable	no_good_hit	1786.0	90.538	33.0	0.1393205778992581	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0027_000000013773	2690	0.5194091615263977	2	2	1	2	1	False	7484	maximal	True	SPA0027_000000013773	1.0		92	12	False	False	1.0	0					non-mobilizable	no_good_hit	1729.0	72.123	63.0	0.005501518276147638	NZ_DS544175.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_8, whole genome shotgun sequence	True	False
ISR0237_000000011007	1157	0.5194047889889668	1	1	1	1	1	False	50191	fragment	False	ISR0237_000000011007	0.9846625766871165		0	0	False	False	0.9766637682914734	0					non-mobilizable	other	1157.0	99.741	100.0	0.014996043431447585	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ENG0079_000000002130	12809	0.5194043258309329	14	14	6	10	10	False	61870	maximal	True	ENG0079_000000002130	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1098.0	91.075	19.0	0.0026051446853622246	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
SPA0026_000000017416	1849	0.5194031538689651	2	2	2	2	2	False	7519	maximal	True	SPA0026_000000017416	1.0		534	12	False	False	0.9778258800506592	0					non-mobilizable	other	1843.0	98.48100000000001	99.0	0.0015363535483504656	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
ENG0052_000000001814	12350	0.5194003576669727	10	8	3	5	5	False	64007	fragment	False	ISR0381_000000000945	0.9525892628576736		0	0	False	False	0.9995951652526855	0					non-mobilizable	no_good_hit								True	False
AST0025_000000023738	1599	0.519395149586817	2	1	1	1	1	True	120097	maximal	True	AST0025_000000023738	1.0		0	0	False	False	0.9624765515327454	0					non-mobilizable	no_good_hit	272.0	99.265	17.0	0.0008950659078973878	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	True
ISR0312_000000003942	3934	0.51939232268926	8	6	4	4	5	False	116532	maximal	True	ISR0312_000000003942	1.0		21	6	False	False	0.9989832043647766	0					non-mobilizable	no_good_hit	1434.0	89.12100000000001	44.0	0.2403087766403759	KX126592.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time2_TR_4 genomic sequence	True	False
MON0087_000000039925	1294	0.5193899750983934	3	2	2	2	2	False	9676	maximal	True	MON0087_000000039925	1.0		261	12	False	False	0.9629057049751282	0					non-mobilizable	other	1295.0	98.99600000000001	100.0	0.013537405714166152	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
MON0089_000000008202	2858	0.5193881308883254	2	2	2	2	2	False	54643	maximal	True	MON0089_000000008202	1.0		1	1	False	False	0.9996501207351685	0					non-mobilizable	no_good_hit	844.0	100.0	30.0	0.004522799092221108	AP001189.5	primates	Homo sapiens genomic DNA, chromosome 11 clone:RP11-672A2, complete sequence	True	False
MON0069_000000013845	3342	0.5193865853186382	5	5	2	2	5	False	127041	fragment	False	MON0069_000000013845	1.0		0	0	False	False	0.9997007846832275	0					non-mobilizable	other	3266.0	93.78399999999999	98.0	0.6440410418310971	NZ_LT969513.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0371_000000004493	3533	0.5193816201925634	8	4	3	3	2	True	101570	maximal	True	ISR0371_000000004493	0.9994310798542423		11	5	True	True	0.9997169375419617	17					non-mobilizable	no_good_hit	367.0	81.471	10.0	0.0001309677331387117	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
ENG0070_000000006748	3533	0.5193816201925634	8	4	3	3	2	True	101570	maximal	False	ISR0371_000000004493	0.9992312996125081		0	0	True	True	1.0	22					non-mobilizable	no_good_hit	367.0	81.744	10.0	0.0001309677331387117	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
ISR0385_000000008636	2517	0.5193816201925634	6	4	3	3	2	True	65193	fragment	False	ISR0385_000000008636	1.0		0	0	False	False	0.9936432242393494	0					non-mobilizable	no_good_hit	367.0	81.744	15.0	0.0001309677331387117	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
ISR0291_000000005815	2392	0.5193799078437381	4	2	2	2	2	False	88706	fragment	False	ISR0291_000000005815	0.9720577749231047		0	0	False	False	0.9995819330215454	0					non-mobilizable	other	2392.0	99.624	100.0	0.0005049755189304572	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0049_000000002196	9830	0.5193797193613591	9	5	4	5	3	True	77173	fragment	False	CHI0186_000000001856	0.9428172942817294		0	0	False	False	0.9983723163604736	0					non-mobilizable	no_good_hit	49.0	89.796	0.0	0.00014105769259627188	NZ_AZDI01000001.1	firmicutes	Lactobacillus algidus DSM 15638 Scaffold1, whole genome shotgun sequence	True	True
FIJ0025_000000002620	7456	0.5193789224335852	7	6	5	4	5	False	87950	fragment	False	FIJ0025_000000002620	0.9552589213844915		0	0	False	False	1.0	0					non-mobilizable	chromosome	7384.0	99.038	100.0	0.002926768935100891	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0018_000000010294	2064	0.519376450871972	4	3	3	3	2	False	54908	maximal	False	SPA0114_000000021848	0.4754805322819123		0	0	False	False	0.9820736646652222	0					non-mobilizable	no_good_hit	113.0	79.646	5.0	7.034259424778276e-05	NZ_QXTG01000002.1	high GC Gram+	Amnibacterium setariae strain DD4a contig2, whole genome shotgun sequence	True	False
MON0046_000000002062	10669	0.5193763864453693	12	9	6	9	4	False	96802	maximal	True	MON0046_000000002062	0.9765089235157821		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	92.191	12.0	0.008487211095979708	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0189_000000004579	2896	0.519373272872101	3	2	2	2	2	False	29235	maximal	True	ISR0189_000000004579	1.0		1	1	False	False	0.9996547102928162	0					non-mobilizable	no_good_hit	1923.0	70.671	65.0	0.00029152809046754756	NZ_CP054614.1	firmicutes	Paenibacillus barcinonensis strain KACC11450 chromosome, complete genome	True	False
ENG0079_000000011384	2898	0.519370777251229	4	3	2	3	2	False	110475	maximal	True	ENG0079_000000011384	0.9706296166021808		1065	14	False	False	1.0	0					non-mobilizable	chromosome	2898.0	97.17	100.0	0.0007755436308948283	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0155_000000007846	2843	0.519370777251229	4	3	2	3	2	False	110475	maximal	False	ENG0079_000000011384	0.9618702553485161		0	0	False	False	1.0	0					non-mobilizable	other	2844.0	95.148	100.0	0.16711732894427464	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
AST0084_000000006098	4989	0.5193660989122996	8	5	5	5	5	True	111552	maximal	True	AST0084_000000006098	1.0		5	4	False	False	0.9947885274887085	0					non-mobilizable	no_good_hit	649.0	81.35600000000001	13.0	0.07401466544454628	NZ_QNRX01000032.1	firmicutes	Alkalibaculum bacchi strain DSM 22112 Ga0244545_132, whole genome shotgun sequence	True	True
CHI0105_000000002385	3054	0.5193633349347985	5	5	3	3	2	False	102843	maximal	True	CHI0105_000000002385	1.0		64	7	False	False	1.0	0					non-mobilizable	no_good_hit	1168.0	75.685	38.0	0.00037606626855175997	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0083_000000004919	4595	0.5193623144723728	4	4	4	4	3	False	76238	maximal	True	ISR0083_000000004919	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	540.0	85.741	12.0	0.6404761904761904	GQ879377.1		Uncultured organism clone VC1C749TF genomic sequence	True	False
ENG0161_000000017109	1213	0.5193609959607258	2	2	2	1	1	False	56387	maximal	True	ENG0161_000000017109	1.0		25	7	False	False	0.9876339435577393	0					non-mobilizable	other	1146.0	98.95299999999999	94.0	0.006649693672328207	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
USA0101_01_000000023051	1315	0.5193599042258753	2	1	1	1	1	False	354	fragment	False	USA0101_01_000000023051	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	97.695	96.0	0.03528718207849082	NZ_CYXX01000036.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0079_000000013746	2019	0.5193545961844918	3	3	2	2	2	True	34371	maximal	True	ISR0079_000000013746	1.0		14	4	False	False	0.9920752644538879	0					non-mobilizable	no_good_hit	1208.0	75.248	59.0	0.00031186619309986845	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ENG0071_000000010854	1894	0.5193522526720706	3	2	2	1	1	False	62287	fragment	False	ENG0071_000000010854	1.0		0	0	False	False	0.9968320727348328	0					non-mobilizable	no_good_hit	1624.0	94.273	86.0	0.013199780685602992	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0060_000000007118	2103	0.5193514209902421	3	2	2	1	1	False	108144	fragment	False	SPA0060_000000007118	1.0		0	0	False	False	0.9995244741439819	0					non-mobilizable	other	1919.0	99.21799999999999	91.0	0.006651931082089292	NZ_JAAIOD010000003.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_3_length_286834_cov_268.045, whole genome shotgun sequence	False	False
ISR0193_000000004784	5593	0.5193504917269162	8	2	2	2	1	False	84549	maximal	True	ISR0193_000000004784	1.0		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	1813.0	97.573	56.0	0.0005217401820274329	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
ISR0014_000000006435	5486	0.5193504917269162	8	2	2	2	1	False	84549	maximal	False	ISR0193_000000004784	0.9936229811073366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1706.0	97.479	55.0	0.000490931021168197	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
ENG0094_000000004420	3843	0.5193504917269162	5	2	2	2	1	False	88188	maximal	True	ENG0094_000000004420	1.0		58	8	False	False	1.0	0					non-mobilizable	other	3843.0	100.0	100.0	0.0029744969020173468	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
ENG0086_000000007083	3530	0.5193504917269162	5	2	2	2	1	False	88176	fragment	False	ENG0086_000000007083	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1418.0	85.26100000000001	52.0	0.006121637736849079	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	True	False
ISR0824_000000005368	3448	0.5193504917269162	5	2	2	2	1	False	88186	fragment	False	ISR0824_000000005368	1.0		0	0	False	False	0.9979698657989502	0					non-mobilizable	other	3448.0	100.0	100.0	0.002668685794183705	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
SPA0098_000000030753	1261	0.5193481682504131	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.7713347151822624		0	0	False	False	0.993655800819397	0					non-mobilizable	no_good_hit	296.0	75.0	23.0	0.0012537721247546498	NZ_LMUA01000003.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00003, whole genome shotgun sequence	True	False
SPA0028_000000000140	40050	0.5193474474500641	58	11	3	9	3	False	7457	maximal	True	SPA0028_000000000140	1.0		2	1	False	False	0.9998502135276794	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	5.836869351346885e-06	CP031153.1	CFB group bacteria	Kordia sp. SMS9 chromosome, complete genome	True	False
ENG0113_000000006795	4103	0.5193473420732599	3	2	2	2	0	True	70152	fragment	False	ENG0113_000000006795	1.0		0	0	False	False	0.9956129789352417	0					non-mobilizable	other	4103.0	100.0	100.0	0.009068039031032944	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ENG0104_000000013884	2279	0.5193466139252978	4	3	3	3	3	False	98783	fragment	False	ENG0104_000000013884	0.9623753399818676		0	0	False	False	0.9991224408149719	0					non-mobilizable	other	2280.0	97.23700000000001	100.0	0.09566787003610108	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	False	False
DEN0046_000000006918	3404	0.5193442688620423	4	4	4	3	3	False	72749	maximal	True	DEN0046_000000006918	1.0		432	15	False	False	0.9955934286117554	0					non-mobilizable	other	3404.0	99.501	100.0	0.0007939263120664668	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0085_000000013037	1905	0.5193421366600618	4	2	2	2	2	False	33982	maximal	True	ISR0085_000000013037	1.0		9	2	False	False	0.9973753094673157	0					non-mobilizable	no_good_hit	303.0	76.238	16.0	0.0009353531906287722	NZ_OGVE01000003.1	firmicutes	Helcococcus massiliensis strain Marseille-P4590, whole genome shotgun sequence	True	False
MAD0048_000000017413	1370	0.5193409246134394	2	2	2	2	2	False	17520	fragment	False	MAD0048_000000017413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	4.503705705350684e-06	CP052862.1	g-proteobacteria	Pseudomonas sp. ADAK2 chromosome, complete genome	True	False
FIJ0064_000000007782	3497	0.5193399501238068	4	4	4	3	2	False	45509	fragment	False	FIJ0064_000000007782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	77.92399999999999	21.0	0.00015861004379622473	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
AST0016_000000020828	1101	0.5193398713638173	1	1	1	1	1	False	122961	fragment	False	FIJ0023_000000031717	0.9613656783468104		0	0	False	False	0.9936421513557434	0					non-mobilizable	chromosome	787.0	91.995	95.0	0.0002645629981382978	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0191_000000009666	1220	0.5193397964893961	2	1	1	1	1	False	29148	maximal	True	ISR0191_000000009666	1.0		36	5	False	False	1.0	0					non-mobilizable	no_good_hit	683.0	99.561	56.0	0.15710665745219995	NZ_WEHX01000136.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_136_length_4341_cov_252.448609, whole genome shotgun sequence	True	False
FIJ0141_000000022430	1337	0.5193378150230386	2	2	2	2	1	True	40243	maximal	True	FIJ0141_000000022430	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1040.0	96.25	78.0	0.01630690922801395	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	True	True
SPA0141_000000017128	1302	0.5193300004044817	2	2	2	2	2	False	33121	fragment	False	ISR0279_000000018265	0.7077242727641808		0	0	False	False	0.9715821743011475	0					non-mobilizable	other	1302.0	99.846	100.0	0.00626299776630979	NZ_QSBM01000013.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf13, whole genome shotgun sequence	False	False
CHI0012_000000006424	1137	0.5193296441183628	2	2	2	2	1	False	90029	fragment	False	CHI0012_000000006424	1.0		0	0	False	False	0.9824098348617554	0					non-mobilizable	no_good_hit	590.0	81.186	52.0	0.2756349952963311	LN852806.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0116	True	False
ISR0185_000000025181	1319	0.519329541711221	2	2	1	2	1	False	110367	fragment	False	MAD0086_000000007269	0.8053564034936307		0	0	False	False	0.999241828918457	0					non-mobilizable	no_good_hit	631.0	86.212	48.0	0.00018166817671106544	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
ENG0184_000000002850	8287	0.519326668078673	8	6	5	6	3	False	113407	fragment	False	ENG0184_000000002850	0.9886431588481334		0	0	False	False	1.0	0					non-mobilizable	chromosome	5042.0	96.74700000000001	93.0	0.0014103188092979724	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0310_000000001742	7922	0.519326668078673	8	6	5	6	3	False	113407	fragment	False	ENG0184_000000002850	0.964421987281903		0	0	False	False	0.9993688464164734	0					non-mobilizable	chromosome	5004.0	96.40299999999999	92.0	0.0014002431043694695	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0014_000000016300	1433	0.5193264810085293	2	2	1	2	2	False	85120	maximal	False	CHI0068_000000010548	0.9826839826839827		0	0	False	False	0.9993021488189697	0					non-mobilizable	chromosome	1433.0	99.37200000000001	100.0	0.0003132928721714762	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
CHI0011_000000004807	1408	0.5193251265105331	3	3	3	2	3	False	90128	fragment	False	TAN0004_000000003475	0.6564133821294343		0	0	False	False	0.9992897510528564	0					non-mobilizable	other	1406.0	100.0	99.0	0.00028510077551469314	CP012378.1	enterobacteria	Escherichia coli strain MEM, complete genome	False	False
ISR0845_000000008255	1283	0.5193234136173142	2	2	1	1	2	False	40160	fragment	False	ISR0845_000000008255	1.0		0	0	False	False	0.9594699740409851	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000013955	1732	0.5193211323848619	2	1	1	1	1	False	81434	fragment	False	ENG0091_000000013955	0.9882614213197969		0	0	False	False	0.9878752827644348	0					non-mobilizable	chromosome	1663.0	97.354	96.0	0.0005793096525118058	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0031_000000017839	1413	0.5193211323848619	1	1	1	1	1	False	81431	fragment	False	FIJ0031_000000017839	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	97.04299999999999	99.0	0.0004594044055418532	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0169_000000020377	1196	0.5193211323848619	1	1	1	1	1	False	55877	fragment	False	ENG0169_000000020377	1.0		0	0	False	False	0.9966555237770081	0					non-mobilizable	chromosome	1195.0	97.322	99.0	0.00041618274675035867	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0070_000000010496	2014	0.5193167803305232	2	1	1	1	1	False	76641	maximal	True	SPA0070_000000010496	1.0		205	12	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	4.0	0.00013738044515134102	CP021372.1	a-proteobacteria	Rhizobium sp. ACO-34A plasmid pRACO34Ad, complete sequence	True	False
USA0020_01_000000021076	1644	0.5193167803305232	2	1	1	1	1	False	76640	fragment	False	USA0020_01_000000021076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	4.0	0.00013738044515134102	CP021372.1	a-proteobacteria	Rhizobium sp. ACO-34A plasmid pRACO34Ad, complete sequence	True	False
ENG0195_000000022477	1204	0.5193167803305232	2	1	1	1	1	False	54439	fragment	False	SPA0039_000000023183	0.9816625916870416		0	0	False	False	0.9734219312667847	0					non-mobilizable	no_good_hit	73.0	86.301	6.0	0.00013738044515134102	CP021372.1	a-proteobacteria	Rhizobium sp. ACO-34A plasmid pRACO34Ad, complete sequence	True	False
DEN0065_000000020838	1672	0.5193167075627755	3	3	3	2	2	False	71073	maximal	True	DEN0065_000000020838	1.0		96	13	False	False	0.9904305934906006	0					non-mobilizable	other	1712.0	72.722	100.0	0.0013548291009603912	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	False	False
FIJ0124_000000018673	1534	0.5193110371082806	2	2	2	2	1	False	41231	fragment	False	FIJ0124_000000018673	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	649.0	71.032	42.0	0.00016794613008672802	NZ_LN907827.1	enterobacteria	Erwinia gerundensis isolate E_g_EM595 chromosome 1	True	False
SPA0146_000000011477	2024	0.5193083695677643	1	1	1	1	1	False	3336	maximal	True	SPA0146_000000011477	1.0		6	4	False	False	1.0	0					non-mobilizable	other	1918.0	99.635	95.0	0.012091814529100462	NZ_WNCH01000001.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold1_size158588, whole genome shotgun sequence	False	False
FIJ0052_000000007725	3557	0.5193053484271841	3	2	1	2	0	True	46523	maximal	True	FIJ0052_000000007725	1.0		1	1	False	False	0.9974697828292847	0					non-mobilizable	no_good_hit	513.0	95.322	22.0	0.00010395084262106365	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ISR0097_000000021797	1409	0.5193032756300353	3	3	2	3	2	False	33278	maximal	True	ISR0097_000000021797	1.0		37	10	False	False	0.9978708028793335	0					non-mobilizable	no_good_hit	337.0	76.558	24.0	0.0004964453910069892	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
CHI0187_000000013584	1127	0.5193024560814317	2	2	2	1	1	False	77047	maximal	True	CHI0187_000000013584	1.0		56	11	False	False	1.0	0					non-mobilizable	chromosome	1127.0	100.0	100.0	0.00021660348423824922	CP051749.1	enterobacteria	Escherichia coli strain SCU-486 chromosome, complete genome	False	False
ENG0080_000000014157	1892	0.5193012857197153	3	2	2	2	2	False	78571	maximal	False	ENG0179_000000011698	0.1344309688337329		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	82.14299999999999	4.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
ISR0059_000000011680	1510	0.5192997332982943	2	2	2	2	2	False	126952	fragment	False	ISR0289_000000005085	0.24884980320455605		0	0	False	False	1.0	0					non-mobilizable	other	1511.0	96.36	100.0	0.02156988786515249	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
CHI0052_000000004456	3535	0.5192980480697332	6	4	1	2	4	False	86510	maximal	True	CHI0052_000000004456	1.0		1	1	False	False	0.99858558177948	0					non-mobilizable	chromosome	3511.0	93.56299999999999	99.0	0.0017557837139034619	CP054135.1	firmicutes	Streptococcus oralis subsp. oralis strain ATCC 10557 chromosome	False	False
ISR0198_000000007421	4595	0.5192973591799861	5	4	4	3	3	False	36875	maximal	True	ISR0198_000000007421	1.0		56	10	False	False	0.9958650469779968	0					non-mobilizable	no_good_hit	1339.0	72.517	29.0	0.018984509217953714	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0104_000000004391	2034	0.5192961848539263	2	2	2	2	1	False	83244	maximal	True	CHI0104_000000004391	1.0		249	12	False	False	0.9818092584609985	0					non-mobilizable	no_good_hit	1495.0	99.197	74.0	0.0015253816772459817	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
CHI0117_000000002834	5469	0.5192948940103348	7	6	6	5	6	False	104800	maximal	True	CHI0117_000000002834	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	503.0	80.71600000000001	11.0	0.00024391476822943888	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0136_000000011989	1148	0.5192925280827527	2	2	2	2	2	False	80558	maximal	True	CHI0136_000000011989	1.0		69	11	False	False	0.9982578158378601	0					non-mobilizable	other	1149.0	88.07700000000001	100.0	0.004438368260632138	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0077_000000006230	3276	0.5192905323392415	5	5	2	3	2	False	62018	maximal	True	ENG0077_000000006230	1.0		80	13	False	False	1.0	0					non-mobilizable	no_good_hit	2079.0	98.89399999999999	63.0	0.0067962911481414855	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
ISR0025_000000020822	1891	0.5192898567796322	3	3	3	2	2	False	74745	maximal	True	ISR0025_000000020822	1.0		8	3	False	False	0.9920676946640015	0					non-mobilizable	no_good_hit	456.0	74.123	24.0	0.00037228878001215537	NZ_MCGI01000002.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000002, whole genome shotgun sequence	True	False
MON0096_000000021848	1711	0.5192837267340084	2	2	2	2	2	False	9270	maximal	True	MON0096_000000021848	1.0		102	10	False	False	0.9976621866226196	0					non-mobilizable	no_good_hit	292.0	81.84899999999999	17.0	0.36	GQ876242.1		Uncultured organism clone VC1AA54TR genomic sequence	True	False
MON0085_000000025265	1256	0.5192749700629276	2	2	2	2	2	False	9768	maximal	True	MON0085_000000025265	1.0		30	6	False	False	0.9984076619148254	0					non-mobilizable	no_good_hit	760.0	85.395	60.0	0.0002279182035589563	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0042_000000010812	2462	0.5192735163259264	2	1	1	1	0	False	100197	maximal	True	MON0042_000000010812	1.0		2	1	False	False	0.9991876482963562	0					non-mobilizable	no_good_hit	1152.0	78.472	47.0	0.00034332571792720413	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0106_000000013465	1915	0.5192726641304389	2	2	1	2	0	False	32891	maximal	True	ISR0106_000000013465	1.0		91	9	False	False	1.0	0					non-mobilizable	chromosome	1917.0	96.19200000000001	100.0	0.0008932473763482088	CP054153.1	firmicutes	Streptococcus salivarius strain DB-B5 chromosome, complete genome	False	False
ISR0366_000000009646	1993	0.5192719940841172	3	3	2	2	2	False	23626	maximal	True	ISR0366_000000009646	1.0		190	11	False	False	1.0	0					non-mobilizable	chromosome	1995.0	94.536	100.0	0.0008211783291286038	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0089_000000004688	7475	0.5192714761620743	13	5	4	5	3	True	130702	fragment	False	SPA0089_000000004688	0.9661100231441617		0	0	False	False	1.0	0					non-mobilizable	other	5470.0	98.428	96.0	0.0014642876366510018	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
SPA0135_000000003626	6586	0.5192596524983607	5	5	3	3	4	False	120717	fragment	False	SPA0135_000000003626	1.0		0	0	False	False	0.9998481869697571	0					non-mobilizable	other	6586.0	99.92399999999999	100.0	0.00127537457954764	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0055_000000011089	1282	0.5192591838045978	2	2	2	1	1	False	46240	fragment	False	FIJ0055_000000011089	1.0		0	0	False	False	0.9984399080276489	0					non-mobilizable	no_good_hit	526.0	74.715	41.0	0.0019420443278141005	NZ_JNKW01000004.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
FIJ0044_000000005979	3656	0.5192584978890331	4	3	2	2	3	False	77375	fragment	False	FIJ0044_000000005979	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3671.0	97.65700000000001	99.0	0.0855908453993461	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0043_000000013783	2483	0.5192572400066818	3	3	1	3	2	True	64616	fragment	False	ENG0043_000000013783	1.0		0	0	False	False	0.9995972514152527	0					non-mobilizable	other	1071.0	99.62700000000001	100.0	0.0002582326748802355	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
ISR0296_000000015716	1663	0.5192553148860747	3	3	3	2	2	False	81518	maximal	True	ISR0296_000000015716	1.0		1	1	False	False	0.9963920712471008	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.303219956792415e-07	CP050586.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 06a	True	False
ENG0016_000000009247	2449	0.5192548296951373	4	3	3	2	2	False	66798	maximal	True	ENG0016_000000009247	1.0		38	9	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	80.11399999999999	57.0	0.0003052599259939451	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
CAN0006_000000014634	3084	0.5192538339019814	2	2	2	2	2	True	95711	fragment	False	CAN0006_000000014634	1.0		0	0	False	False	0.9899480938911438	0		MOBF			mobilizable	plasmid	3084.0	99.57799999999999	100.0	0.010895494432094883	CP039975.1	enterobacteria	Klebsiella pneumoniae strain R1761 plasmid p1761_01	False	True
ISR0082_000000010973	2691	0.5192532579555	4	2	2	2	2	False	56065	fragment	False	USA0024_01_000000008249	0.9449240331491713		0	0	False	False	1.0	0					non-mobilizable	other	2691.0	98.068	100.0	0.01584347354905587	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
ISR0152_000000010644	2220	0.5192532579555	5	2	2	2	2	False	34459	maximal	True	ISR0152_000000010644	1.0		285	12	False	False	0.9842342138290405	0					non-mobilizable	other	2220.0	98.919	100.0	0.010031070086335947	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
ISR0338_000000026388	1123	0.5192505512127821	4	4	2	3	2	True	24407	fragment	False	ISR0338_000000026388	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1123.0	96.34899999999999	100.0	0.00030040926407501816	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
USA0035_01_000000008549	2930	0.5192501665041499	6	5	5	4	2	False	36487	maximal	True	USA0035_01_000000008549	1.0		259	12	False	False	0.9989761114120483	0					non-mobilizable	other	2930.0	99.898	100.0	0.07087547790737066	NZ_JAAIPV010000039.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_39_length_41326_cov_76.1729, whole genome shotgun sequence	False	False
ENG0127_000000018818	1423	0.5192474051165169	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6281059837750916		0	0	False	False	1.0	0					non-mobilizable	other	1423.0	97.47	100.0	0.0006769687794567111	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0148_000000001255	21693	0.5192473412638348	23	11	5	7	11	False	104411	maximal	True	ENG0148_000000001255	1.0		6	4	False	False	0.9999539256095886	0					non-mobilizable	no_good_hit	7245.0	98.81299999999999	76.0	0.04368712319177313	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
CHI0016_000000002377	2022	0.5192412330531772	2	2	1	1	2	False	89692	fragment	False	CHI0016_000000002377	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2022.0	100.0	100.0	0.0316384357681831	CP052878.1	enterobacteria	Escherichia coli strain C21 plasmid pC21-1, complete sequence	False	True
ENG0063_000000001660	14071	0.5192402471864671	13	4	4	2	1	True	112177	fragment	False	ISR0023_000000001614	0.9617764038502605		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	82.41799999999999	3.0	0.00012758851523502423	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
DEN0010_000000002545	13010	0.5192402471864671	12	4	4	2	1	True	112177	fragment	False	ISR0023_000000001614	0.8377079176910863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	8.581799413311413e-06	CP044231.1	high GC Gram+	Microbacterium sp. ST-M6 chromosome, complete genome	True	True
FIJ0148_000000012652	1557	0.5192401963067771	2	2	2	2	1	False	124008	fragment	False	FIJ0148_000000012652	1.0		0	0	False	False	0.9993577599525452	0					non-mobilizable	other	1212.0	95.875	99.0	0.00033629360570060706	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0087_000000002207	8863	0.5192390064830663	7	7	7	7	4	False	64908	maximal	True	ISR0087_000000002207	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5000.0	92.26	81.0	0.0011125334605732741	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0067_000000000840	9748	0.5192380671941081	9	9	5	6	9	False	97876	fragment	False	MAD0067_000000000840	0.9789862136595925		0	0	False	False	0.9993844628334045	0					non-mobilizable	other	9748.0	99.65100000000001	100.0	0.0018693908206332262	CP013662.1	enterobacteria	Escherichia coli strain 08-00022, complete genome	False	False
MAD0098_000000003949	9288	0.5192380671941081	11	9	5	6	9	False	97876	fragment	False	MAD0067_000000000840	0.9636530531879922		0	0	False	False	1.0	0					non-mobilizable	chromosome	9191.0	99.98899999999999	100.0	0.001762034465317448	CP038791.1	enterobacteria	Escherichia coli strain PF9285 chromosome, complete genome	False	False
ENG0116_000000006744	3419	0.5192351456305505	4	4	2	3	2	True	93171	fragment	False	ENG0116_000000006744	1.0		0	0	False	False	0.9923954606056213	0					non-mobilizable	other	2312.0	97.535	98.0	0.008952745948378188	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	False	True
ISR0347_000000009257	2412	0.519233787413743	2	2	1	2	1	False	92057	fragment	False	ISR0347_000000009257	1.0		0	0	False	False	0.9958540797233582	0					non-mobilizable	no_good_hit	122.0	77.04899999999999	5.0	0.0009431682658955032	NZ_NFHM01000005.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_5, whole genome shotgun sequence	True	False
AST0005_000000015505	1784	0.5192280390491164	3	3	3	3	2	False	128251	fragment	False	ISR0029_000000023297	0.9667420112411325		0	0	False	False	0.9932735562324524	0					non-mobilizable	other	1784.0	99.15899999999999	100.0	0.017851600436528198	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0093_000000024723	1521	0.5192277229642782	1	1	1	1	1	False	57553	fragment	False	SPA0093_000000024723	0.99197923252528		0	0	False	False	0.9612097144126892	0					non-mobilizable	other	1521.0	99.211	100.0	0.01860282958829001	NZ_SPHG01000010.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_10_length_81708_cov_55.4711, whole genome shotgun sequence	False	False
SPA0142_000000018004	1493	0.5192277229642782	1	1	1	1	1	False	57553	fragment	False	SPA0093_000000024723	0.9856709792562307		0	0	False	False	0.9939718842506409	0					non-mobilizable	other	1493.0	99.598	100.0	0.018260145885347825	NZ_SPHG01000010.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_10_length_81708_cov_55.4711, whole genome shotgun sequence	False	False
ENG0015_000000013018	1336	0.5192263280809686	2	2	2	2	1	False	66846	maximal	True	ENG0015_000000013018	1.0		31	5	False	False	0.9670658707618713	0					non-mobilizable	no_good_hit	913.0	95.4	68.0	0.014120567926138567	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	False
ENG0099_000000013505	1205	0.519226165231271	2	2	2	2	1	False	60626	fragment	False	ENG0099_000000013505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	72.888	42.0	0.061742424242424244	NZ_ARZA01000029.1	firmicutes	Caldisalinibacter kiritimatiensis strain L21-TH-D2 NODE_221, whole genome shotgun sequence	True	False
ISR0078_000000018246	1165	0.5192210117341428	2	2	2	2	2	False	86310	maximal	False	ISR0258_000000019478	0.3785826771653543		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	99.399	100.0	0.00020691538227439113	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0047_000000013395	1532	0.5192147689497477	2	2	2	2	2	False	88561	maximal	True	ENG0047_000000013395	0.9855471438403303		184	12	False	False	0.9954308271408081	0					non-mobilizable	chromosome	1532.0	99.869	100.0	0.0003077368996241027	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
SPA0084_000000011566	1624	0.5192145839569414	4	4	3	4	1	False	97009	fragment	False	ISR0203_000000010794	0.9575574065000817		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	98.83	100.0	0.011386197655411425	NZ_JAANXY010000005.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_5, whole genome shotgun sequence	False	False
USA0125_01_000000018954	1217	0.5192133878644765	1	1	1	1	1	False	130	maximal	True	USA0125_01_000000018954	1.0		20	6	False	False	0.9909613728523254	0					non-mobilizable	no_good_hit	1052.0	75.95100000000001	85.0	0.0027880591562763563	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0029_000000007098	6366	0.5192094317230309	10	7	7	7	5	False	37152	maximal	True	ISR0029_000000007098	1.0		5	1	False	False	0.9998429417610168	0					non-mobilizable	no_good_hit	686.0	72.741	11.0	0.0136062661498708	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0226_000000004191	1807	0.5192087088194838	3	2	2	2	2	False	125747	maximal	True	ISR0226_000000004191	1.0		32	6	False	False	0.997232973575592	0					non-mobilizable	no_good_hit	1342.0	79.583	74.0	0.8680961663417803	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	True	False
ISR0390_000000009456	1547	0.5192087088194838	2	2	2	2	2	False	125743	maximal	True	ISR0390_000000009456	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1079.0	78.869	88.0	0.0004410310877362799	LS483306.1	firmicutes	Enterococcus cecorum strain NCTC12421 genome assembly, chromosome: 1	True	False
ISR0211_000000002767	6348	0.519207918353358	8	8	8	8	6	False	85596	maximal	True	ISR0211_000000002767	1.0		24	6	False	False	0.9985822439193726	0					non-mobilizable	no_good_hit	2302.0	93.354	51.0	0.0006477532485572064	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
CHI0167_000000007012	2759	0.5192034600663556	4	4	4	3	1	True	103378	maximal	False	ENG0148_000000012317	0.9623282698547986		0	0	False	False	1.0	0					non-mobilizable	other	2759.0	99.565	100.0	0.0037230775461166194	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
CHI0158_000000006568	2567	0.5192034600663556	4	4	4	3	1	True	103378	maximal	False	ENG0148_000000012317	0.7084615138834388		0	0	False	False	1.0	0					non-mobilizable	other	2567.0	99.68799999999999	100.0	0.0034638930323913145	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
CAN0009_000000009771	2541	0.5192034600663556	4	4	4	3	1	True	103378	maximal	False	ENG0148_000000012317	0.69438691491373		0	0	False	False	0.996458113193512	0					non-mobilizable	other	2547.0	95.995	100.0	0.003428795129491013	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
TAN0003_000000002375	3168	0.5191972417890152	3	1	0	1	1	True	2987	maximal	True	TAN0003_000000002375	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	1693.0	96.869	93.0	0.0102130795061967	NC_015386.1	spirochetes	Treponema succinifaciens DSM 2489 plasmid pTRESU01, complete sequence	False	True
TAN0004_000000003492	1635	0.5191972417890152	3	1	0	1	1	True	2958	maximal	True	TAN0004_000000003492	1.0		2	1	False	False	0.9963302612304688	0					non-mobilizable	plasmid	1638.0	97.009	100.0	0.00988693740487522	NC_015386.1	spirochetes	Treponema succinifaciens DSM 2489 plasmid pTRESU01, complete sequence	False	True
MON0071_000000007748	1549	0.5191972417890152	1	1	0	1	1	True	10415	fragment	False	MON0071_000000007748	1.0		0	0	False	False	0.9535183906555176	0					non-mobilizable	no_good_hit	700.0	86.85700000000001	80.0	0.0036755040015143707	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
USA0041_01_000000011643	1470	0.5191972417890152	3	1	0	1	1	True	1282	maximal	True	USA0041_01_000000011643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	624.0	95.51299999999999	42.0	0.00017761979214777967	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
ISR0279_000000017446	1309	0.5191972417890152	2	1	0	1	1	True	26221	fragment	False	ISR0279_000000017446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0194_000000020197	1308	0.5191972417890152	1	1	0	1	1	True	54504	fragment	False	ENG0194_000000020197	1.0		0	0	False	False	0.9961773753166199	0					non-mobilizable	plasmid	1283.0	92.206	96.0	0.007736102213250493	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
TAN0017_000000030741	1196	0.5191972417890152	1	1	0	1	1	True	2438	maximal	True	TAN0017_000000030741	1.0		1	1	False	False	0.9540134072303772	0					non-mobilizable	no_good_hit	832.0	97.837	70.0	0.01239946880735314	NZ_FUXC01000013.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	True
ISR0309_000000012874	1544	0.519195021216135	2	2	2	2	1	False	25375	maximal	True	ISR0309_000000012874	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	70.164	39.0	0.0008168382660233274	NZ_JAAMOY010000001.1	high GC Gram+	Auritidibacter ignavus strain DSM 45359 Ga0197535_01, whole genome shotgun sequence	True	False
ENG0210_000000013723	1839	0.5191947688873076	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.9307389961963818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	76.051	46.0	0.00023803408018516635	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0255_000000017573	1838	0.5191947688873076	3	2	2	2	1	True	80847	fragment	False	ENG0210_000000013723	0.8898689331433681		0	0	False	False	0.9880304932594299	0					non-mobilizable	no_good_hit	837.0	76.464	45.0	0.00023409963257879995	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0103_000000025714	1189	0.5191928471591624	1	1	1	1	1	False	117262	fragment	False	MON0037_000000031911	0.07551209783491329		0	0	False	False	0.9991589784622192	0					non-mobilizable	other	1189.0	97.897	100.0	0.005314033431890463	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0044_000000010068	1622	0.5191918202978265	3	3	3	3	3	False	64512	maximal	False	ENG0185_000000011651	0.9647024504084014		0	0	False	False	0.9796547293663025	0					non-mobilizable	no_good_hit	465.0	71.613	28.0	7.059446511829473e-05	NC_020291.1	firmicutes	Clostridium saccharoperbutylacetonicum N1-4(HMT), complete sequence	True	False
ISR0383_000000011204	1360	0.5191914492268666	2	2	2	2	1	True	23101	maximal	True	ISR0383_000000011204	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	98.86399999999999	26.0	0.007303370786516854	NZ_LMUA01000025.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00025, whole genome shotgun sequence	True	True
ENG0039_000000019993	1317	0.5191914492268666	2	2	2	2	1	True	64914	fragment	False	ENG0039_000000019993	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	94.669	99.0	0.019605787376808556	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	True
AST0012_000000019015	1265	0.5191914492268666	2	2	2	2	1	True	124646	maximal	True	AST0012_000000019015	1.0		134	14	False	False	0.9581027626991272	0					non-mobilizable	no_good_hit	291.0	81.78699999999999	23.0	0.07226806701675419	KX125501.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time3_TE_7 genomic sequence	True	True
ENG0061_000000016859	1227	0.5191914492268666	2	2	2	2	1	True	63237	maximal	True	ENG0061_000000016859	1.0		2	2	False	False	0.9991850256919861	0					non-mobilizable	no_good_hit	510.0	89.02	41.0	0.12678169542385595	KX125501.1	bacteria	Uncultured bacterium clone AmoxConc_TwinA_Time3_TE_7 genomic sequence	True	True
ISR0113_000000007476	2104	0.5191903862041832	3	3	3	2	1	True	32586	maximal	True	ISR0113_000000007476	1.0		2	1	False	False	0.9776616096496582	0					non-mobilizable	no_good_hit	490.0	85.51	23.0	0.0010174254965161517	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	True
SPA0137_000000026572	1392	0.51918901182549	2	2	2	2	1	False	3553	maximal	True	SPA0137_000000026572	1.0		15	3	False	False	0.9978448152542114	0					non-mobilizable	no_good_hit	571.0	87.916	68.0	0.005452573172956005	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	False
ENG0023_000000001267	14508	0.5191873120484002	16	6	4	6	4	False	66288	maximal	True	ENG0023_000000001267	1.0		1	1	True	True	1.0	9					non-mobilizable	no_good_hit	321.0	88.162	2.0	8.817664911666908e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
CAN0016_000000015762	3064	0.5191868006976367	3	2	0	2	0	True	96937	maximal	True	CAN0016_000000015762	1.0		27	6	False	False	0.997715413570404	0					non-mobilizable	other	3045.0	100.0	99.0	0.006008993750172729	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
USA0004_01_000000002638	9731	0.5191857158379951	13	6	3	5	4	False	2212	maximal	True	USA0004_01_000000002638	1.0		10	5	False	False	0.9973281025886536	0					non-mobilizable	no_good_hit	689.0	81.277	7.0	0.000714095090361697	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0180_000000017023	1432	0.5191853970776511	3	2	2	2	1	False	93818	fragment	False	ISR0180_000000017023	0.9556149213979607		0	0	False	False	0.9916201233863831	0					non-mobilizable	no_good_hit	808.0	91.46	56.0	0.02498297319051452	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
FIJ0047_000000013672	2237	0.5191848472942627	2	2	2	2	2	False	86070	maximal	True	FIJ0047_000000013672	0.9696470588235294		41	6	False	False	1.0	0					non-mobilizable	no_good_hit	1088.0	98.98899999999999	49.0	0.008732219961886997	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MAD0101_000000013658	2079	0.5191832638228356	2	2	1	2	1	False	115148	maximal	True	MAD0101_000000013658	1.0	PS748	0	0	False	True	1.0	0					non-mobilizable	other	770.0	97.01299999999999	95.0	0.00023012370121504715	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
MON0098_000000007089	3789	0.5191824715558746	4	4	3	3	3	True	75049	fragment	False	MON0098_000000007089	1.0		0	0	False	False	0.9997360706329346	0					non-mobilizable	no_good_hit	506.0	72.134	13.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0009_000000004828	2510	0.5191777871947197	4	4	4	3	2	False	117980	maximal	True	ENG0009_000000004828	1.0		11	3	False	False	0.9705179333686829	0					non-mobilizable	chromosome	1654.0	99.758	100.0	0.00046003511072569215	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ISR0073_000000017188	1595	0.5191772073609441	2	2	2	2	1	False	42721	fragment	False	ISR0073_000000017188	0.973456095112816		0	0	False	False	0.9993730187416077	0					non-mobilizable	no_good_hit								True	False
DEN0005_000000032135	1225	0.5191746369364898	1	1	1	1	1	False	76432	maximal	True	DEN0005_000000032135	1.0		1	1	False	False	0.9893877506256104	0					non-mobilizable	no_good_hit	582.0	87.285	47.0	0.00017407216224730172	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0179_000000008353	2325	0.5191724201069614	2	2	1	2	2	False	77567	fragment	False	CHI0179_000000008353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	83.80799999999999	47.0	0.00024818510612169514	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0149_000000019553	1361	0.5191708512788568	2	2	2	2	2	False	104360	maximal	True	AST0149_000000019553	1.0		173	8	False	False	1.0	0					non-mobilizable	other	1347.0	95.1	99.0	0.01225244593437426	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
DEN0003_000000007554	3677	0.5191705783926429	4	4	4	3	4	False	128171	maximal	True	DEN0003_000000007554	1.0		85	7	False	False	0.9983682632446289	0					non-mobilizable	no_good_hit	1307.0	94.415	36.0	0.0007508006133463472	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
CAN0003_000000008007	5954	0.5191705587546089	8	8	3	3	6	True	96784	fragment	False	CAN0003_000000008007	1.0		0	0	False	False	0.9994961619377136	0					non-mobilizable	other	5959.0	91.039	99.0	0.041866476450107	NZ_SPFU01000016.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_16_length_141593_cov_22.9012, whole genome shotgun sequence	False	True
ISR0025_000000008446	4488	0.5191698752388876	8	3	1	3	0	False	37385	maximal	True	ISR0025_000000008446	1.0		1	1	False	False	0.9848484992980957	0					non-mobilizable	no_good_hit								True	False
MON0025_000000015448	2461	0.5191689598512705	2	2	2	2	1	False	12826	maximal	True	MON0025_000000015448	1.0		6	3	False	False	0.9865908026695251	0					non-mobilizable	no_good_hit								True	False
ENG0131_000000014321	1838	0.5191679942830265	2	2	2	1	1	True	71074	fragment	False	ENG0131_000000014321	0.9697232984646863		0	0	False	False	0.9657236337661743	0					non-mobilizable	no_good_hit	656.0	75.61	35.0	0.00020190280168913937	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0090_000000035362	1722	0.5191679942830265	2	2	2	1	1	True	71074	fragment	False	ENG0131_000000014321	0.9446024596154421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	620.0	76.935	35.0	0.0001353111310319165	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
DEN0011_000000027174	1692	0.5191679942830265	2	2	2	1	1	True	110541	fragment	False	DEN0011_000000027174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	685.0	75.182	40.0	0.0001497769591849997	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MON0051_000000023234	1546	0.5191679942830265	2	2	2	1	1	True	11260	maximal	True	MON0051_000000023234	1.0		4	3	False	False	0.9812419414520264	0					non-mobilizable	other	1020.0	88.92200000000001	99.0	0.00031492437266845394	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0051_000000023692	1521	0.5191679942830265	2	2	2	1	1	True	22401	fragment	False	MON0051_000000023692	1.0		0	0	False	False	0.9914529919624329	0					non-mobilizable	other	1013.0	90.819	99.0	0.00031680639083181124	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ENG0102_000000021244	1363	0.5191679942830265	2	2	2	1	1	True	125751	fragment	False	ENG0102_000000021244	0.5638460200803629		0	0	False	False	0.9992663264274597	0					non-mobilizable	other	1363.0	95.15799999999999	100.0	0.000410072117896035	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0030_000000015306	1255	0.5191679942830265	2	2	2	1	1	True	65725	fragment	False	ENG0030_000000015306	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	70.074	42.0	0.0001595728505762838	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0013_000000021234	1204	0.5191679942830265	2	2	2	1	1	True	110540	fragment	False	AST0087_000000028912	0.9573122529644269		0	0	False	False	0.9991694092750549	0					non-mobilizable	no_good_hit								True	True
DEN0071_000000038260	1168	0.5191679942830265	2	2	2	1	1	True	70332	fragment	False	DEN0071_000000038260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0133_000000033990	1163	0.5191679942830265	2	2	2	1	1	True	125751	fragment	False	ENG0102_000000021244	0.2948149970112622		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	93.729	100.0	0.0003501570287173926	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0119_000000026400	1126	0.5191679942830265	2	2	2	1	1	True	125751	fragment	False	ENG0102_000000021244	0.1504287859648624		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	92.711	99.0	0.0003384148755617792	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0032_000000030118	1074	0.5191679942830265	2	2	2	1	1	True	125751	fragment	False	ENG0102_000000021244	0.14947832774818995		0	0	False	False	1.0	0					non-mobilizable	other	1077.0	94.336	100.0	0.0003334973858409205	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0232_000000023045	1286	0.519167751387655	2	2	2	2	2	False	67943	maximal	True	ISR0232_000000023045	1.0		173	14	False	False	0.9984447956085205	0					non-mobilizable	chromosome	533.0	92.68299999999999	92.0	0.0001790680852539115	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0088_000000025926	1249	0.519167751387655	3	2	2	2	2	False	9624	maximal	True	MON0088_000000025926	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	449.0	80.846	81.0	0.005403902415435576	NZ_SLUM01000020.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_120, whole genome shotgun sequence	True	False
FIJ0029_000000027272	1154	0.519167751387655	2	2	2	2	2	False	48806	maximal	True	FIJ0029_000000027272	1.0		131	12	False	False	1.0	0					non-mobilizable	no_good_hit	338.0	78.402	29.0	9.994969597636638e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
CAN0014_000000043920	1137	0.519167751387655	2	2	2	2	2	False	93365	maximal	True	CAN0014_000000043920	1.0		66	10	False	False	0.9727352857589722	0					non-mobilizable	no_good_hit	84.0	79.762	7.0	2.2687305843696636e-05	NZ_CTDZ01000009.1	firmicutes	Numidum massiliense strain mt3, whole genome shotgun sequence	True	False
ISR0017_000000015821	2124	0.5191666783042586	3	3	2	3	1	False	37857	maximal	True	ISR0017_000000015821	1.0		3	2	False	False	0.9778719544410706	0					non-mobilizable	no_good_hit	358.0	75.419	17.0	0.0023697154350120478	NZ_FTOO01000010.1	firmicutes	Alicyclobacillus vulcanalis strain DSM 16176, whole genome shotgun sequence	True	False
ISR0121_000000019840	1316	0.5191666490002272	3	2	1	2	1	False	129420	fragment	False	ISR0301_000000005878	0.09718701311162128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	92.15299999999999	79.0	0.00013773875179810165	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0819_000000014267	1853	0.5191666179138986	2	2	2	2	2	False	21314	maximal	True	ISR0819_000000014267	1.0		509	14	False	False	0.9989206790924072	0					non-mobilizable	other	1854.0	96.656	100.0	0.01321428826117652	NZ_JAAIUL010000009.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_9_length_140227_cov_349.37, whole genome shotgun sequence	False	False
CHI0013_000000001853	4556	0.5191665096674062	7	3	2	3	2	True	118233	fragment	False	USA0013_01_000000002521	0.9595144659404268		0	0	False	False	1.0	0					non-mobilizable	chromosome	4565.0	97.963	100.0	0.0009103171001101322	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0152_000000011993	1965	0.5191609468361329	4	3	2	3	1	False	30717	maximal	True	ISR0152_000000011993	0.9912998976458547		112	8	False	False	0.9974554777145386	0					non-mobilizable	no_good_hit	237.0	76.793	12.0	0.030765185379963186	NZ_BHGK01000002.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs2, whole genome shotgun sequence	True	False
ISR0001_000000004057	7303	0.5191603803530414	11	9	5	7	8	False	118693	maximal	True	ISR0001_000000004057	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3430.0	92.624	75.0	0.0006639307606210038	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
MAD0087_000000004329	5879	0.519155205662472	5	5	4	5	4	False	83511	maximal	True	MAD0087_000000004329	1.0	PS48	24	1	False	True	1.0	0					non-mobilizable	no_good_hit	1625.0	85.785	76.0	0.0005021126686075053	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0152_000000002277	11194	0.5191546858464984	21	6	3	3	5	False	30741	maximal	True	ISR0152_000000002277	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1198.0	91.068	11.0	0.13817005545286506	MK231669.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c3 sequence	True	False
MON0044_000000051821	1120	0.519153742886604	2	2	2	1	1	False	126613	fragment	False	AST0007_000000014591	0.9397505531764849		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	99.10799999999999	100.0	0.00023810085654657243	CP048604.1	enterobacteria	Escherichia coli strain PapRG-06-3 chromosome, complete genome	False	False
TAN0001_000000002781	3774	0.5191536308167481	5	2	2	2	2	False	3114	maximal	True	TAN0001_000000002781	1.0		2	1	False	False	0.9997350573539734	0					non-mobilizable	no_good_hit								True	False
ISR0135_000000004544	4137	0.5191515891541223	6	4	4	4	4	False	109350	fragment	False	CAN0002_000000003784	0.9492438888480599		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1120.0	78.571	36.0	0.00030535964907129563	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CAN0003_000000014617	3388	0.5191513784532065	8	3	1	3	2	False	96711	fragment	False	CAN0003_000000014617	1.0		0	0	False	False	0.9988193511962891	0					non-mobilizable	no_good_hit	829.0	99.035	28.0	0.00020300730311417615	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0183_000000009259	3681	0.5191462202476915	3	3	2	3	2	False	68336	fragment	False	ISR0183_000000009259	0.9937142857142858		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0122_000000003437	4549	0.51914338327056	5	2	1	1	2	False	101843	maximal	True	ISR0122_000000003437	1.0		9	3	False	False	0.9997801780700684	0					non-mobilizable	no_good_hit	919.0	89.119	50.0	0.00023484511887495856	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ENG0197_000000002240	4786	0.5191425543703853	7	7	0	2	6	False	54386	fragment	False	ENG0197_000000002240	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	4786.0	96.302	100.0	0.16148628125949174	NC_021852.1	viruses	Lactococcus phage P680, complete genome	False	False
CHI0128_000000004519	1800	0.5191403301482346	2	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.05305110707433088		0	0	False	False	0.9933333396911621	0					non-mobilizable	other	1729.0	85.772	96.0	0.002744423191335555	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
DEN0094_000000005489	5388	0.5191384957786057	7	6	6	6	6	False	68395	maximal	True	DEN0094_000000005489	1.0		38	7	False	False	1.0	0					non-mobilizable	no_good_hit	2897.0	74.69800000000001	69.0	0.04787667051082016	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
SPA0031_000000024105	1385	0.5191381990531777	2	2	2	2	2	False	90030	maximal	True	SPA0031_000000024105	1.0		271	14	False	False	0.9949458241462708	0					non-mobilizable	no_good_hit	590.0	80.678	42.0	0.2756349952963311	LN852806.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0116	True	False
ENG0027_000000008619	2563	0.5191358936282932	3	1	1	1	1	False	65983	fragment	False	ENG0027_000000008619	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1492.0	99.598	58.0	0.03367436818212616	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	False
ENG0098_000000012132	2092	0.5191330409556486	2	1	1	1	1	False	83355	fragment	False	ENG0098_000000012132	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1974.0	96.60600000000001	100.0	0.0005334711940426436	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0172_000000002874	5522	0.5191287169112401	7	4	2	4	3	False	34318	fragment	False	ISR0172_000000002874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	84.397	3.0	0.0007627474161931276	NZ_SPFR01000005.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_5_length_183547_cov_48.9653, whole genome shotgun sequence	True	False
MON0022_000000013577	2186	0.51912557327999	2	2	2	2	2	False	99228	fragment	False	FIJ0087_000000014320	0.9631224072627548		0	0	False	False	0.9995425343513489	0					non-mobilizable	no_good_hit	784.0	81.378	36.0	0.0002183618421533344	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0152_000000009141	1369	0.5191237688336549	2	2	2	2	1	False	79328	maximal	True	CHI0152_000000009141	1.0		32	8	False	False	0.9612855911254883	0					non-mobilizable	no_good_hit								True	False
USA0034_01_000000024371	2181	0.5191225982342741	4	2	2	2	2	False	93146	maximal	True	USA0034_01_000000024371	1.0		51	10	False	False	0.9949564337730408	0					non-mobilizable	no_good_hit	563.0	77.798	27.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
USA0082_01_000000015843	1878	0.5191225982342741	2	2	2	2	2	False	93154	fragment	False	DEN0021_000000017491	0.9510044096031358		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	77.798	31.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
USA0011_01_000000022155	1630	0.5191225982342741	2	2	2	2	2	False	93147	fragment	False	USA0011_01_000000022155	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	77.975	34.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MON0009_000000023722	1625	0.5191225982342741	2	2	2	2	2	False	93151	fragment	False	MON0009_000000023722	1.0		0	0	False	False	0.9735384583473206	0					non-mobilizable	no_good_hit	563.0	78.33	36.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
CAN0015_000000024899	1403	0.5191225982342741	2	2	2	2	2	False	93144	fragment	False	CAN0015_000000024899	0.9784172661870504		0	0	False	False	0.9992872476577759	0					non-mobilizable	no_good_hit	563.0	77.62	40.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
CAN0022_000000023674	1390	0.5191225982342741	2	2	2	2	2	False	93144	fragment	False	CAN0015_000000024899	0.973984319315752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	77.62	40.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0134_000000030874	1229	0.5191210765085165	2	1	1	1	1	False	58136	fragment	False	ENG0134_000000030874	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	97.637	95.0	0.007001367130859872	NZ_JAAIUL010000006.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_6_length_168967_cov_296.301, whole genome shotgun sequence	False	False
FIJ0083_000000013828	2554	0.519120299369192	4	3	3	3	2	False	44115	maximal	True	FIJ0083_000000013828	1.0		8	2	False	False	1.0	0					non-mobilizable	chromosome	2545.0	96.66	99.0	0.0010810842969531185	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	False	False
FIJ0055_000000001829	7838	0.5191081261733649	14	12	2	7	12	True	46282	maximal	True	FIJ0055_000000001829	1.0		2	1	False	False	0.9991069436073303	0			MPF_F		non-mobilizable	plasmid	4162.0	98.198	99.0	0.043838850073240385	LK391770.1	enterobacteria	Klebsiella pneumoniae plasmid pRYC11, complete sequence, strain H67	False	True
AST0057_000000002499	2385	0.5191078988049682	3	2	2	2	2	False	113204	maximal	True	AST0057_000000002499	1.0		1	1	False	False	0.9974842667579651	0					non-mobilizable	no_good_hit	238.0	73.109	10.0	6.70466167612496e-05	NZ_KV440944.1	firmicutes	Cytobacillus horneckiae strain FJAT-2351 Scaffold1, whole genome shotgun sequence	True	False
ISR0028_000000000937	12414	0.5191074524187345	22	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8500961031289332		0	0	False	False	1.0	0					non-mobilizable	chromosome	4541.0	97.97399999999999	98.0	0.0012089430844427539	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0003_000000001922	12363	0.5191074524187345	22	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8518744306300656		0	0	False	False	1.0	0					non-mobilizable	chromosome	6046.0	98.24700000000001	98.0	0.0016106792462191853	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0822_000000000370	12246	0.5191074524187345	22	5	3	4	2	True	100667	fragment	False	ISR0022_000000001841	0.8460974733541312		0	0	False	False	1.0	0					non-mobilizable	chromosome	4537.0	97.95	98.0	0.0012089430844427539	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0045_000000013148	1773	0.5190996143623933	2	2	2	2	2	False	47051	maximal	True	FIJ0045_000000013148	1.0		9	6	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	79.574	40.0	0.002704928125096192	NZ_CABJCG010000008.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
FIJ0157_000000002236	8878	0.5190935680269003	9	4	2	3	2	False	39482	maximal	True	FIJ0157_000000002236	1.0		78	10	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	96.21799999999999	7.0	0.01228295460889956	NZ_JXQL01000053.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig53, whole genome shotgun sequence	True	False
SPA0112_000000003779	8670	0.5190914953656707	12	7	5	6	6	False	77574	maximal	True	SPA0112_000000003779	1.0		1	1	True	True	0.9995386600494385	17					non-mobilizable	no_good_hit	103.0	84.46600000000001	1.0	3.2855379726864444e-05	NZ_LT629973.1	verrucomicrobia	Akkermansia glycaniphila isolate APytT chromosome I	True	True
MON0027_000000007654	4754	0.5190907637320122	4	3	1	3	2	False	70639	maximal	False	DEN0070_000000006703	0.9717858619264158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000020012	1342	0.5190885123626838	2	2	2	2	2	False	68044	fragment	False	ENG0001_000000016928	0.5647956546959494		0	0	False	False	1.0	0					non-mobilizable	other	718.0	97.772	100.0	0.006419209282337774	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0166_000000011621	2061	0.5190855660953076	2	2	2	2	2	False	83020	maximal	False	DEN0007_000000011376	0.6588507850320781		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	290.0	72.414	14.0	0.0009172406078716502	NZ_PKJM01000003.1	high GC Gram+	Gardnerella vaginalis strain UMB0233 .16933_8_5.3, whole genome shotgun sequence	True	False
ENG0145_000000011217	2845	0.5190809568883775	5	2	2	2	0	False	60590	maximal	True	ENG0145_000000011217	0.9815140845070423		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	89.831	2.0	1.62187359396842e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0100_000000010515	2840	0.5190809568883775	5	2	2	2	0	False	60590	maximal	False	ENG0145_000000011217	0.9801405975395431		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0116_000000007814	2309	0.5190792921730956	3	2	2	2	1	True	41671	fragment	False	FIJ0116_000000007814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0157_000000015284	2059	0.5190783572861657	3	2	0	0	2	False	120131	fragment	False	ISR0157_000000015284	1.0		0	0	False	True	0.980087399482727	0	rep_cluster_475				non-mobilizable	no_good_hit	1358.0	97.64399999999999	79.0	0.26484375	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
ISR0013_000000006718	3556	0.5190755343376746	6	4	3	3	4	True	124684	fragment	False	ISR0013_000000006718	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2318.0	80.846	84.0	0.000715215009373392	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0042_000000007602	3917	0.5190736838620075	8	4	3	4	3	True	71108	maximal	True	SPA0042_000000007602	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1261.0	96.98700000000001	64.0	0.10157321500605082	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
DEN0039_000000017522	1239	0.5190736577621852	2	2	2	1	1	False	73208	maximal	True	DEN0039_000000017522	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1225.0	86.286	99.0	0.00018820272562555056	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0056_000000013176	1100	0.5190724839386138	1	1	1	1	1	False	17021	maximal	True	MAD0056_000000013176	1.0		567	16	False	False	0.9972727298736572	0					non-mobilizable	other	1100.0	96.90899999999999	100.0	0.0014354810690219528	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
ISR0185_000000018727	1758	0.5190723133189715	2	2	2	1	1	False	29387	fragment	False	ISR0185_000000018727	1.0		0	0	False	False	0.9948805570602417	0					non-mobilizable	no_good_hit	1335.0	84.944	75.0	0.002601613236002083	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	True	False
SPA0092_000000021699	2048	0.5190704781053481	3	3	3	3	2	False	5315	maximal	True	SPA0092_000000021699	1.0		132	8	False	False	0.99462890625	0					non-mobilizable	other	2048.0	99.17	100.0	0.020410198119509837	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
ENG0203_000000003440	4221	0.5190695702726129	2	2	2	2	1	False	61194	maximal	True	ENG0203_000000003440	1.0		48	8	False	False	0.990286648273468	0					non-mobilizable	other	4156.0	99.711	99.0	0.029332015252083038	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	False	False
SPA0130_000000010913	2988	0.519068556106947	4	3	3	3	3	False	3810	maximal	True	SPA0130_000000010913	1.0		8	2	False	False	0.9919678568840027	0					non-mobilizable	no_good_hit	1844.0	97.993	62.0	0.000822445854904129	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0803_000000011390	1352	0.5190679578049776	2	2	2	2	1	False	21829	maximal	True	ISR0803_000000011390	1.0		21	6	False	False	1.0	0					non-mobilizable	other	1338.0	82.212	99.0	0.057644001732351666	NZ_JNJN01000048.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00046.46_C, whole genome shotgun sequence	False	False
FIJ0068_000000005284	5606	0.5190673069779577	5	5	5	5	5	False	90174	maximal	False	MAD0001_000000004072	0.9570435358384373		0	0	False	False	1.0	0					non-mobilizable	other	5606.0	99.786	100.0	0.001175271696396183	AP022036.1	enterobacteria	Escherichia coli DNA, complete genome, strain: WP3-S18-ESBL-09	False	False
ISR0824_000000003281	4804	0.519063014793029	4	4	3	4	2	False	110058	fragment	False	ISR0824_000000003281	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3282.0	97.471	99.0	0.05236078932651594	NZ_CYXV01000018.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0126_000000006059	5626	0.5190568264594435	7	6	4	3	5	False	126401	fragment	False	FIJ0126_000000006059	0.9914538310412574		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3553.0	99.43700000000001	63.0	0.003049063134148477	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
MAD0086_000000000320	14043	0.5190541878708463	27	6	3	6	2	False	16050	maximal	True	MAD0086_000000000320	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1372.0	88.557	10.0	0.002187861844840932	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
FIJ0073_000000002702	7088	0.5190541803911456	4	3	2	2	3	True	87712	maximal	True	FIJ0073_000000002702	1.0		1	1	False	False	0.9947798848152161	0					non-mobilizable	no_good_hit	5361.0	93.751	75.0	0.0021183516250122113	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
DEN0041_000000013852	2459	0.5190533614630084	4	4	4	4	3	False	73123	fragment	False	DEN0041_000000013852	1.0		0	0	False	False	0.9882065653800964	0					non-mobilizable	chromosome	2458.0	99.79700000000001	99.0	0.0004507390487020239	CP054780.1	enterobacteria	Klebsiella pneumoniae strain KP20194a chromosome, complete genome	False	False
DEN0017_000000006111	5000	0.5190503609115678	5	4	3	3	1	True	75252	fragment	False	DEN0017_000000006111	1.0		0	0	False	False	0.9998000264167786	0					non-mobilizable	no_good_hit	49.0	89.796	1.0	2.8870825910122712e-05	NC_013515.1	fusobacteria	Streptobacillus moniliformis DSM 12112, complete sequence	True	True
USA0032_01_000000005451	4795	0.5190430563337332	4	4	4	4	4	False	124516	maximal	False	MAD0035_000000004756	0.9824485276146977		0	0	False	False	0.9995828866958618	0					non-mobilizable	no_good_hit	1278.0	99.374	27.0	0.4533191338303159	NZ_BBAB01000047.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
DEN0094_000000021107	1794	0.5190380619503976	3	1	1	1	1	False	72168	fragment	False	DEN0094_000000021107	1.0		0	0	False	False	0.9894091486930847	0					non-mobilizable	no_good_hit	985.0	78.376	55.0	0.006610085951372994	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0052_000000042938	1116	0.5190380619503976	1	1	1	1	1	False	72167	fragment	False	MAD0038_000000013262	0.9746059544658494		0	0	False	False	1.0	0					non-mobilizable	other	1028.0	78.016	92.0	0.0068869128400413215	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0005_000000010319	2328	0.5190362343960618	4	2	2	1	2	False	67689	maximal	True	ENG0005_000000010319	1.0		0	0	False	False	0.9957044720649719	0					non-mobilizable	no_good_hit	1014.0	81.657	86.0	0.00677888283470734	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0103_000000005629	4575	0.5190349505720604	9	3	3	3	3	False	85753	fragment	False	ISR0103_000000005629	1.0		0	0	False	False	0.9916939735412598	0					non-mobilizable	chromosome	4578.0	95.85	100.0	0.0016081560501775615	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
USA0071_01_000000004360	3041	0.5190320106358729	3	3	2	3	1	False	95990	maximal	True	USA0071_01_000000004360	1.0		57	9	False	False	1.0	0					non-mobilizable	no_good_hit	949.0	83.772	31.0	0.015999864837467053	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
MAD0042_000000009209	2452	0.5190301312481064	4	3	3	3	2	True	87467	fragment	False	MAD0042_000000009209	1.0		0	0	False	False	0.9995921850204468	0					non-mobilizable	plasmid	2423.0	93.52	99.0	0.037045555606666974	CP051721.1	enterobacteria	Escherichia coli strain SCU-116 plasmid pSCU-116-2, complete sequence	False	True
ENG0025_000000010655	2372	0.5190246208499811	3	2	2	2	2	False	115340	fragment	False	ENG0025_000000010655	1.0		0	0	False	False	0.9983136653900146	0					non-mobilizable	other	2372.0	99.41	100.0	0.029485282230485122	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0104_000000014764	2156	0.5190246208499811	3	2	2	2	2	False	115328	fragment	False	ENG0104_000000014764	0.7988299342081037		0	0	False	False	0.9851577281951904	0					non-mobilizable	other	2110.0	99.336	98.0	0.026227102582915697	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0033_000000014865	2096	0.5190227578130205	4	1	1	1	1	False	36885	fragment	False	ISR0033_000000014865	0.9976489028213167		0	0	False	False	0.992843508720398	0					non-mobilizable	no_good_hit	502.0	84.661	24.0	0.0007945827961655796	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
ENG0155_000000009834	2172	0.5190223599972887	4	1	1	1	1	False	56756	maximal	True	ENG0155_000000009834	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	71.956	12.0	0.00011786285514027697	NC_016751.1	bacteria	Marinitoga piezophila KA3, complete sequence	True	False
ENG0038_000000011965	2015	0.5190214786183746	3	2	1	2	1	False	65074	fragment	False	ENG0038_000000011965	1.0		0	0	False	False	0.9950371980667114	0					non-mobilizable	no_good_hit	73.0	84.932	4.0	0.0031450779530035494	NZ_WHJC01000021.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig021, whole genome shotgun sequence	True	False
ISR0108_000000012757	1756	0.5190214786183746	3	2	1	2	1	False	32799	fragment	False	ISR0108_000000012757	1.0		0	0	False	False	0.9897494316101074	0					non-mobilizable	no_good_hit	1202.0	71.797	66.0	0.0002777506301271355	CP028524.1	firmicutes	Clostridioides difficile strain 020477 chromosome	True	False
ENG0010_000000007358	2801	0.5190213667552293	4	4	4	4	4	False	105557	fragment	False	ENG0010_000000007358	0.9949338101512014		0	0	False	False	0.9967868328094482	0					non-mobilizable	no_good_hit	227.0	72.687	8.0	4.4565265831810684e-05	NZ_CP034036.1	enterobacteria	Brenneria nigrifluens DSM 30175 = ATCC 13028 chromosome, complete genome	True	False
ISR0182_000000030779	1310	0.5190198989872452	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.013297316984925235		0	0	False	False	0.9992366433143616	0					non-mobilizable	chromosome	1112.0	83.18299999999999	92.0	0.0003895709320802135	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0089_000000000346	12599	0.519018939054415	15	14	11	13	12	True	95865	fragment	False	CHI0089_000000000346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6027.0	99.95	48.0	0.0011720869040392262	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
ISR0292_000000010980	1794	0.5190132436468413	4	3	1	3	3	False	48502	maximal	True	ISR0292_000000010980	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1794.0	96.265	100.0	0.0003545217939949584	CP057615.1	enterobacteria	Escherichia coli strain RHB21-C03 chromosome, complete genome	False	False
SPA0093_000000019620	1947	0.519012436607294	3	2	2	2	1	False	67501	fragment	False	SPA0093_000000019620	0.990937338166753		0	0	False	False	0.9984591603279114	0					non-mobilizable	no_good_hit	1426.0	76.578	73.0	0.00666342087426373	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
USA0061_01_000000005394	2020	0.5190092151579542	2	2	2	2	2	False	892	maximal	True	USA0061_01_000000005394	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	95.72399999999999	51.0	0.00025235871746001647	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0843_000000009305	1765	0.5190029059666784	3	3	3	2	1	False	20732	maximal	True	ISR0843_000000009305	1.0		217	11	False	False	0.9926345348358154	0					non-mobilizable	other	1765.0	97.62	100.0	0.0038808807223190242	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0060_000000025706	1619	0.5190011588433271	2	2	2	2	1	False	36142	fragment	False	MON0060_000000025706	1.0		0	0	False	False	0.9666460752487183	0					non-mobilizable	other	1619.0	99.691	100.0	0.00031337222015308757	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0007_000000002314	5594	0.5189991101568128	6	6	6	5	4	False	106586	maximal	True	ISR0007_000000002314	1.0		16	5	False	False	0.9991061687469482	0					non-mobilizable	other	2930.0	99.522	100.0	0.0008870035059199686	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0827_000000003842	2838	0.5189984210761742	5	2	2	2	2	False	35144	maximal	False	ISR0066_000000011025	0.9624277456647399		0	0	False	False	1.0	0					non-mobilizable	other	2839.0	97.464	100.0	0.02018922055086103	NZ_SPHG01000008.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_8_length_140471_cov_59.6228, whole genome shotgun sequence	False	False
SPA0102_000000015250	2261	0.5189978796340774	4	2	2	2	2	False	4908	maximal	True	SPA0102_000000015250	1.0		2	1	False	False	0.9964617490768433	0					non-mobilizable	no_good_hit								True	False
ISR0130_000000019797	1566	0.5189970683459598	3	2	2	2	2	False	74930	maximal	True	ISR0130_000000019797	1.0		47	9	False	False	0.9910600185394287	0					non-mobilizable	no_good_hit	77.0	89.61	5.0	0.0015876000083557896	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
MAD0039_000000007233	1980	0.5189966609440186	2	2	2	2	1	False	78081	maximal	True	MAD0039_000000007233	1.0		1	1	False	False	0.9651514887809753	0					non-mobilizable	no_good_hit	77.0	96.104	4.0	3.1438697683387164e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
CHI0144_000000012750	1343	0.5189931548222915	2	1	1	1	1	True	79817	fragment	False	CHI0144_000000012750	1.0		0	0	False	False	0.9798957705497742	0					non-mobilizable	no_good_hit	505.0	98.416	38.0	0.6197530864197531	GQ876098.1		Uncultured organism clone VC1A903TF genomic sequence	True	True
CHI0135_000000015323	1244	0.5189867291813713	2	2	2	2	2	False	80640	fragment	False	CHI0135_000000015323	1.0		0	0	False	False	0.9855305552482605	0					non-mobilizable	other	1244.0	99.35700000000001	100.0	0.025135484914664726	NZ_CZBD01000026.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0021_000000012410	4036	0.5189827230758747	4	3	2	2	2	False	77572	fragment	False	FIJ0021_000000012410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	84.639	38.0	0.00031200413341013104	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0009_000000010707	3154	0.5189827230758747	3	3	2	2	2	False	77569	fragment	False	MON0009_000000010707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	973.0	84.68700000000001	47.0	0.0003129710883690467	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0086_000000008769	3504	0.5189798871600688	3	3	2	2	3	False	58824	maximal	False	ENG0196_000000002477	0.9194134440695562		0	0	False	False	0.9991438388824463	0					non-mobilizable	no_good_hit	1221.0	81.491	35.0	0.0004231539820393094	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0126_000000000458	25216	0.5189789133036492	25	12	3	6	9	False	87728	fragment	False	ISR0182_000000000685	0.7304367490471335		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0096_000000014958	1316	0.5189715886777486	2	2	2	2	1	False	15467	fragment	False	MAD0096_000000014958	1.0		0	0	False	False	0.9878419637680054	0					non-mobilizable	chromosome	1314.0	99.848	99.0	0.0002486327565419482	CP052268.1	enterobacteria	Klebsiella pneumoniae strain E16KP0268 chromosome, complete genome	False	False
FIJ0112_000000004136	5990	0.5189685190057882	9	9	2	6	9	False	84497	maximal	True	FIJ0112_000000004136	1.0		7	4	False	False	1.0	0					non-mobilizable	plasmid	5281.0	99.962	100.0	0.03647315630957973	CP041551.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-1	False	True
ENG0187_000000007213	3683	0.5189661378734094	4	2	1	2	1	False	128968	maximal	True	ENG0187_000000007213	1.0	PS1059	39	6	False	True	1.0	0					non-mobilizable	no_good_hit	2197.0	98.726	60.0	0.007542566534371081	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0369_000000007508	1905	0.5189643045208413	3	2	2	0	1	True	23544	fragment	False	ISR0369_000000007508	1.0		0	0	False	False	0.9921259880065918	0					non-mobilizable	chromosome	1906.0	98.059	100.0	0.00038021356625954876	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ENG0184_000000015331	1471	0.5189643045208413	3	2	2	0	1	True	55097	fragment	False	ENG0184_000000015331	1.0		0	0	False	False	0.98436439037323	0					non-mobilizable	chromosome	1381.0	92.976	94.0	0.0002750311256197681	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0149_000000017863	2204	0.5189629601244877	5	2	2	2	2	False	3305	maximal	True	SPA0149_000000017863	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	0.029940119760479042	XM_033475548.1	bees	PREDICTED: Megalopta genalis stromal cell-derived factor 2-like (LOC117223325), transcript variant X1, mRNA	True	False
SPA0128_000000018128	2048	0.5189577946816396	3	2	1	2	2	False	3878	maximal	True	SPA0128_000000018128	1.0		59	7	False	False	0.97900390625	0					non-mobilizable	other	2001.0	99.7	98.0	0.0006098834665166353	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
FIJ0090_000000020568	2140	0.5189549091824114	2	2	2	2	2	False	43481	maximal	True	FIJ0090_000000020568	1.0		7	5	False	False	0.9990653991699219	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	3.0	1.1761782733408902e-05	NC_009664.2	high GC Gram+	Kineococcus radiotolerans SRS30216 = ATCC BAA-149, complete sequence	True	False
DEN0045_000000019793	2034	0.518954670481842	2	2	2	1	1	False	72912	maximal	True	DEN0045_000000019793	1.0		26	6	False	False	0.9921337366104126	0					non-mobilizable	chromosome	2035.0	85.553	100.0	0.000735110308149414	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	False	False
USA0043_01_000000003073	3916	0.5189529463708636	3	3	3	2	2	False	1250	maximal	True	USA0043_01_000000003073	1.0		65	10	False	False	1.0	0					non-mobilizable	no_good_hit	183.0	89.617	7.0	3.389597513541913e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
DEN0051_000000044769	1105	0.5189526209541989	1	1	1	1	0	False	72380	maximal	True	DEN0051_000000044769	1.0		1	1	False	False	0.9909502267837524	0					non-mobilizable	no_good_hit	723.0	99.585	65.0	0.1024113475177305	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	False
CHI0145_000000005532	3334	0.5189513617978568	5	5	4	3	4	False	79770	maximal	True	CHI0145_000000005532	1.0		1	1	False	False	0.9874024987220764	0					non-mobilizable	chromosome	2516.0	99.56299999999999	100.0	0.00047899226429398467	CP026011.1	enterobacteria	Klebsiella pneumoniae strain K2044 chromosome, complete genome	False	False
CHI0112_000000006069	2800	0.5189492601739434	3	2	2	1	0	False	87713	maximal	True	CHI0112_000000006069	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	2201.0	93.912	85.0	0.0008657714165705248	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
CHI0040_000000007095	2294	0.5189492601739434	2	2	2	1	0	False	87708	fragment	False	CHI0040_000000007095	1.0		0	0	False	False	0.9982563257217407	0					non-mobilizable	other	2181.0	93.85600000000001	99.0	0.0008578612163277607	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
FIJ0008_000000013835	2065	0.5189481920192899	2	2	2	1	1	False	129388	fragment	False	FIJ0008_000000013835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1523.0	76.953	89.0	0.0004185462231280069	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0812_000000024504	1618	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8558124164494676		0	0	False	False	1.0	0					non-mobilizable	other	1517.0	80.62	94.0	0.035279632523559215	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0094_000000011672	1551	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8581503799487705		0	0	False	False	1.0	0					non-mobilizable	other	1520.0	77.303	97.0	0.015307332872600493	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0011_000000011938	1430	0.5189481920192899	3	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.769111399064781		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	79.867	94.0	0.03134914997395463	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0093_000000008556	1408	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7707685423655178		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.259	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0100_000000009346	1408	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7707685423655178		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.259	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0126_000000035238	1408	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7045192788987197		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	77.192	95.0	0.0003691893571931004	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0093_000000012087	1404	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7705686059794323		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.259	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0050_000000009754	1404	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7705686059794323		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.259	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0033_000000017892	1404	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7705686059794323		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.259	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0039_000000011449	1404	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7705686059794323		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.259	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0077_000000014770	1404	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7704417163334966		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.259	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0206_000000018629	1403	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7681773221727801		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.187	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0022_000000029833	1402	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7702125527633757		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.259	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0159_000000018878	1398	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7677122569163888		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.187	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0090_000000022423	1393	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.6263737151537386		0	0	False	False	0.9992821216583252	0					non-mobilizable	other	1283.0	79.423	92.0	0.029715395179239476	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0124_000000022350	1389	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7577915156622944		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.259	98.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0221_000000016073	1388	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7555085868888515		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.041	98.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0144_000000013670	1375	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7417015028451822		0	0	False	False	0.9927272796630859	0					non-mobilizable	other	1352.0	77.219	97.0	0.013584742178716205	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0035_000000014694	1360	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7671974258812413		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	80.029	100.0	0.031704314059762276	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0243_000000009507	1342	0.5189481920192899	2	2	2	1	1	False	129375	fragment	False	ENG0048_000000018794	0.9674469641550841		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	78.452	89.0	0.02625846474404508	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0014_000000012442	1315	0.5189481920192899	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.6038485776464907		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	76.685	97.0	0.012955532404303383	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0086_000000022202	1299	0.5189481920192899	3	2	2	1	1	False	55433	fragment	False	ISR0086_000000022202	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	78.579	78.0	0.021996495714353366	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0050_000000022578	1293	0.5189481920192899	2	2	2	1	1	False	115507	fragment	False	ISR0050_000000022578	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1097.0	76.117	90.0	0.0002851342167491698	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0046_000000013363	1203	0.5189481920192899	2	2	2	1	1	False	115506	fragment	False	AST0046_000000013363	0.9670710571923744		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	79.453	94.0	0.02621110953260406	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0012_000000022142	1154	0.5189481920192899	2	2	2	1	1	False	115506	fragment	False	AST0046_000000013363	0.9476309226932669		0	0	False	False	1.0	0					non-mobilizable	other	1087.0	79.669	94.0	0.025050906852299097	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0041_000000030881	1101	0.5189481920192899	2	2	2	1	1	False	73015	fragment	False	ISR0105_000000017051	0.956140350877193		0	0	False	False	0.9963669180870056	0					non-mobilizable	other	1110.0	74.14399999999999	96.0	0.011212311881749822	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0004_000000000910	16425	0.5189447078539727	14	14	11	13	14	False	82932	maximal	True	MON0004_000000000910	1.0		1	1	False	False	0.998843252658844	0					non-mobilizable	chromosome	14818.0	98.758	100.0	0.002697471400467729	CP026723.1	enterobacteria	Escherichia coli strain 266917_2 chromosome, complete genome	False	False
CAN0009_000000025120	1158	0.5189422469607232	2	1	1	1	1	False	94683	maximal	True	CAN0009_000000025120	1.0		0	0	False	False	0.9464594125747681	0					non-mobilizable	no_good_hit	1032.0	84.205	89.0	0.00029112147985610606	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
DEN0051_000000013756	3162	0.5189348337047774	4	3	3	3	1	False	72588	maximal	True	DEN0051_000000013756	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.468432373018683e-06	CP003725.1	g-proteobacteria	Pseudomonas stutzeri DSM 10701, complete genome	True	False
USA0044_01_000000010510	2773	0.5189274661962072	3	3	3	3	2	False	86235	fragment	False	SPA0020_000000010794	0.979067237368409		0	0	False	False	0.9978362917900085	0					non-mobilizable	no_good_hit	1298.0	74.03699999999999	46.0	0.0011030535268527007	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
DEN0017_000000010857	2772	0.5189274661962072	3	3	3	3	2	False	86235	fragment	False	SPA0020_000000010794	0.9782576473845793		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	73.96	46.0	0.0011030535268527007	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
CHI0119_000000003901	2745	0.5189274661962072	3	3	3	3	2	False	86235	fragment	False	SPA0020_000000010794	0.8915079402842597		0	0	False	False	0.9985427856445312	0					non-mobilizable	no_good_hit	1299.0	73.82600000000001	47.0	0.0011030535268527007	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
CHI0055_000000006244	2570	0.5189274661962072	3	3	3	3	2	False	86235	fragment	False	SPA0020_000000010794	0.850113421434035		0	0	False	False	0.9836575984954834	0					non-mobilizable	no_good_hit	1298.0	73.883	50.0	0.0011030535268527007	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0855_000000005991	2631	0.5189171166432588	3	2	2	0	2	False	111761	fragment	False	ISR0855_000000005991	1.0		0	0	False	False	0.9920182228088379	0					non-mobilizable	other	2631.0	99.962	100.0	0.006996969753403374	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	False
ISR0091_000000011662	2616	0.5189171166432588	3	2	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.22921481550741044		0	0	False	False	0.9854739904403687	0					non-mobilizable	other	2616.0	99.465	100.0	0.006935511676325107	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0007_000000010287	2521	0.5189171166432588	2	2	2	0	2	False	118036	fragment	False	ENG0007_000000010287	0.7213081656971905		0	0	False	False	0.992859959602356	0					non-mobilizable	chromosome	2523.0	97.146	100.0	0.0003560920053601664	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0139_000000010887	2514	0.5189171166432588	2	2	2	0	2	False	118044	fragment	False	SPA0139_000000010887	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2514.0	99.92	100.0	0.00037052972037612673	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
USA0004_01_000000009930	2467	0.5189171166432588	2	2	2	0	2	False	118036	fragment	False	ENG0007_000000010287	0.6863304690377212		0	0	False	False	1.0	0					non-mobilizable	chromosome	2467.0	94.89299999999999	100.0	0.0003483232388806705	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0054_000000010698	2453	0.5189171166432588	3	2	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.23338429097796629		0	0	False	False	0.9995923638343811	0					non-mobilizable	chromosome	2453.0	97.71700000000001	100.0	0.0005485018093625143	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0112_000000011561	2403	0.5189171166432588	2	2	2	0	2	False	118036	fragment	False	ENG0007_000000010287	0.6610834887842164		0	0	False	False	1.0	0					non-mobilizable	chromosome	2403.0	99.584	100.0	0.0003392832197045298	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0054_000000013774	2164	0.5189171166432588	2	2	2	0	2	False	118036	fragment	False	ENG0007_000000010287	0.29839019725730254		0	0	False	False	0.9995378851890564	0					non-mobilizable	chromosome	2109.0	99.147	97.0	0.0004715504951615743	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0074_000000014061	2102	0.5189171166432588	2	2	2	0	2	False	118036	fragment	False	ENG0007_000000010287	0.37038363861253953		0	0	False	False	0.9985727667808533	0					non-mobilizable	chromosome	2102.0	98.335	100.0	0.0002967668795167432	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0815_000000015837	1964	0.5189171166432588	2	2	2	0	2	False	118036	fragment	False	ENG0007_000000010287	0.08622412918369739		0	0	False	False	0.9984725117683411	0					non-mobilizable	chromosome	1964.0	98.065	100.0	0.0002894348750888726	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
SPA0137_000000002848	11759	0.518914000122754	17	5	1	5	0	False	115738	fragment	False	SPA0137_000000002848	0.9403558732731842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0038_000000000698	11662	0.518914000122754	17	5	1	5	0	False	18576	maximal	True	MAD0038_000000000698	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0046_000000001623	11660	0.518914000122754	17	5	1	5	0	False	115738	fragment	False	SPA0137_000000002848	0.9370269580746662		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00011491464395612814	NZ_JAATWC010000004.1	d-proteobacteria	Dissulfurirhabdus thermomarina strain SH388 4, whole genome shotgun sequence	True	False
FIJ0142_000000013909	2467	0.51891370606037	5	2	1	2	1	False	40203	maximal	True	FIJ0142_000000013909	1.0		1	1	False	False	0.9991893172264099	0					non-mobilizable	no_good_hit	703.0	94.02600000000001	77.0	0.014256412339310737	NZ_WNAJ01000026.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold26_size49241, whole genome shotgun sequence	True	False
MON0064_000000018526	1542	0.5189118074775414	3	2	2	2	2	False	75195	fragment	False	MON0013_000000033523	0.8478908045866771		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	6.0	2.42518380150448e-05	CP003774.1	b-proteobacteria	Burkholderia cepacia GG4 chromosome 1, complete sequence	True	False
CHI0152_000000004166	2349	0.5189102971453944	4	4	4	4	2	False	79386	maximal	True	CHI0152_000000004166	1.0		30	7	False	False	1.0	0					non-mobilizable	chromosome	2358.0	96.86200000000001	100.0	0.0005126552580946115	CP026827.1	enterobacteria	Shigella dysenteriae strain CFSAN010956 chromosome, complete genome	False	False
ISR0775_000000009625	2055	0.518907296373924	2	2	2	2	2	False	31406	maximal	True	ISR0775_000000009625	1.0		240	13	False	False	1.0	0					non-mobilizable	no_good_hit	54.0	87.037	3.0	1.1582175425377246e-05	CP043322.1	g-proteobacteria	Aeromonas jandaei strain 3299 chromosome, complete genome	True	False
ISR0079_000000015067	1857	0.5189062104357376	2	1	1	1	1	False	34367	maximal	True	ISR0079_000000015067	1.0		448	13	False	False	0.9892299175262451	0					non-mobilizable	other	1857.0	98.546	100.0	0.0030814440948673037	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0109_000000024205	1493	0.5189054254169676	2	2	2	2	1	False	8493	maximal	True	MON0109_000000024205	1.0		52	11	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	82.71600000000001	5.0	8.28949465965248e-05	NZ_FUHT01000003.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
AUS0014_000000016059	1761	0.518900384192004	2	1	1	1	1	False	100834	maximal	True	AUS0014_000000016059	0.9945930563460443		182	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000019523	1757	0.518900384192004	2	1	1	1	1	False	100834	maximal	False	AUS0014_000000016059	0.9934696195343555		0	0	False	False	0.9971542358398438	0					non-mobilizable	no_good_hit								True	False
USA0038_01_000000005005	3790	0.5188982861636823	5	3	1	2	2	False	99484	maximal	True	USA0038_01_000000005005	1.0		12	5	False	False	1.0	0					non-mobilizable	chromosome	1903.0	90.48899999999999	90.0	0.00029002525450677705	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MAD0070_000000002352	6883	0.5188975694002579	6	4	3	3	1	True	81650	maximal	True	MAD0070_000000002352	1.0		197	15	False	False	0.9998547434806824	0					non-mobilizable	no_good_hit	3336.0	96.37299999999999	73.0	0.013683117863546286	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0278_000000003256	3097	0.5188967623012217	5	2	1	2	2	False	115362	fragment	False	CHI0172_000000002412	0.9648580405743754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1325.0	94.64200000000001	55.0	0.0003986310455905656	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0031_000000011121	1915	0.5188967623012217	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.6859644407768002		0	0	False	False	1.0	0					non-mobilizable	other	1916.0	97.912	100.0	0.0005765698280256292	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0148_000000022164	1527	0.5188967623012217	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6490570715015556		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	92.81700000000001	78.0	0.00014662512288185015	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0011_01_000000022785	1584	0.518892562826827	2	2	2	2	1	False	109186	maximal	True	USA0011_01_000000022785	0.9762548063101911		365	12	False	False	0.9747474789619446	0					non-mobilizable	no_good_hit	173.0	74.566	11.0	4.244062205395534e-05	AP012052.1	high GC Gram+	Microbacterium testaceum StLB037 DNA, complete genome	True	False
AST0140_000000014081	2048	0.5188913528906193	3	3	3	3	2	False	105548	fragment	False	AST0140_000000014081	1.0		0	0	False	False	0.9990234375	0					non-mobilizable	other	1476.0	94.715	95.0	0.00036139222800760345	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0195_000000009822	2522	0.5188900436269622	3	3	3	3	2	False	74184	fragment	False	DEN0026_000000011477	0.97936183512685		0	0	False	False	1.0	0					non-mobilizable	other	2522.0	98.69200000000001	100.0	0.009763635589052026	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0010_000000024004	1262	0.5188883521556271	2	2	2	1	1	False	125737	fragment	False	FIJ0086_000000023964	0.8000164146548743		0	0	False	False	0.9984152317047119	0					non-mobilizable	other	1143.0	81.715	90.0	0.7400909681611436	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	False	False
ENG0101_000000027369	1243	0.5188883521556271	2	2	2	1	1	False	125737	fragment	False	FIJ0086_000000023964	0.7984060336389328		0	0	False	False	0.9975864887237549	0					non-mobilizable	other	1143.0	81.54	92.0	0.7400909681611436	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	False	False
ISR0364_000000016952	1113	0.5188883521556271	2	2	2	1	1	False	125737	fragment	False	FIJ0086_000000023964	0.5538996208617126		0	0	False	False	0.9919137358665466	0					non-mobilizable	chromosome	1087.0	80.12899999999999	97.0	0.00031731437404569325	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	False	False
ISR0115_000000022172	1601	0.5188847393500072	2	2	1	2	1	False	32462	maximal	True	ISR0115_000000022172	1.0		19	6	False	False	0.9581511616706848	0					non-mobilizable	no_good_hit								True	False
USA0125_01_000000004335	5963	0.5188834835412025	11	4	4	4	2	False	154	maximal	True	USA0125_01_000000004335	1.0		35	10	False	False	1.0	0					non-mobilizable	no_good_hit	210.0	85.714	6.0	6.203955955526671e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0032_000000003401	4433	0.5188815468434689	7	6	3	5	6	False	18925	maximal	True	MAD0032_000000003401	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	94.37299999999999	52.0	0.002169118976175843	NZ_FUXC01000002.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ISR0047_000000024540	1220	0.5188791191898953	2	2	1	1	2	False	78234	fragment	False	ISR0047_000000024540	0.9891124449194414		0	0	False	False	0.9967213273048401	0					non-mobilizable	other	1220.0	100.0	100.0	0.0032913743850611025	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0088_000000008066	2908	0.518879033883079	3	3	1	3	2	True	45269	fragment	False	ISR0088_000000008066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1655.0	83.988	67.0	0.0004943747559363359	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0190_000000007015	4378	0.5188783148680263	10	4	4	3	2	False	54818	maximal	True	ENG0190_000000007015	1.0		1	1	False	False	0.9892644882202148	0					non-mobilizable	no_good_hit	1751.0	99.6	40.0	0.000523688526822279	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
SPA0010_000000012009	1998	0.5188777432996065	3	3	2	3	3	False	8086	maximal	True	SPA0010_000000012009	1.0		40	8	False	False	0.999499499797821	0					non-mobilizable	chromosome	1998.0	98.24799999999999	100.0	0.0008858139023248487	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0282_000000005975	3461	0.5188762271822008	5	3	3	2	2	False	124189	maximal	True	ISR0282_000000005975	1.0		7	4	False	False	0.9919098615646362	0					non-mobilizable	no_good_hit	2116.0	80.388	61.0	0.021640690274067273	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0044_000000010562	2312	0.5188758711989448	4	4	4	2	3	False	47615	maximal	True	MAD0044_000000010562	1.0		1	1	False	False	0.9987024068832397	0					non-mobilizable	no_good_hit	1350.0	77.704	71.0	0.0003811506768268922	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0385_000000018505	1296	0.518874105412519	2	1	1	1	1	False	83524	fragment	False	ISR0385_000000018505	0.9911646586345381		0	0	False	False	0.9876543283462524	0					non-mobilizable	chromosome	1296.0	100.0	100.0	0.00036051083968403105	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0223_000000025989	1245	0.518874105412519	1	1	1	1	1	False	83524	fragment	False	ISR0385_000000018505	0.972283950617284		0	0	False	False	0.9919678568840027	0					non-mobilizable	chromosome	1245.0	99.92	100.0	0.0003463131154957024	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0011_000000015975	2737	0.5188740821365978	3	3	3	3	2	False	50984	maximal	True	FIJ0011_000000015975	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	2682.0	96.495	98.0	0.0007550913705655294	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
FIJ0163_000000010830	2270	0.5188737068045233	2	1	1	1	1	False	39165	maximal	True	FIJ0163_000000010830	1.0		11	4	False	False	0.9986783862113953	0					non-mobilizable	no_good_hit								True	False
SPA0010_000000014560	1708	0.5188713398514171	2	2	2	2	2	False	8079	maximal	True	SPA0010_000000014560	1.0		63	10	False	False	1.0	0					non-mobilizable	no_good_hit	1162.0	72.892	67.0	0.000500669962816736	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ISR0258_000000002375	5814	0.5188695722353479	5	2	1	2	0	True	89138	fragment	False	ISR0258_000000002375	1.0		0	0	False	False	0.9996560215950012	0					non-mobilizable	no_good_hit								True	True
ENG0097_000000009947	3164	0.5188661560163893	4	2	2	2	1	False	60785	maximal	True	ENG0097_000000009947	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	497.0	100.0	16.0	9.529042446504801e-05	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ENG0077_000000014559	1420	0.5188605764141305	2	2	2	2	2	False	61984	maximal	True	ENG0077_000000014559	1.0		59	10	False	False	0.9992957711219788	0					non-mobilizable	chromosome	1420.0	95.915	100.0	0.0006880316911566836	LR134481.1	g-proteobacteria	Haemophilus parainfluenzae strain NCTC10665 genome assembly, chromosome: 1	False	False
MON0089_000000025647	1192	0.5188588988463171	3	3	3	2	1	True	9583	maximal	True	MON0089_000000025647	1.0		3	1	False	False	0.9790268540382385	0					non-mobilizable	no_good_hit	694.0	96.25399999999999	58.0	0.004472727976816682	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	True
USA0075_01_000000005183	4822	0.5188584566507184	5	4	3	3	4	False	689	maximal	True	USA0075_01_000000005183	1.0		15	4	False	False	0.9981335401535034	0					non-mobilizable	no_good_hit	1795.0	90.36200000000001	44.0	0.004797531320566703	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
FIJ0108_000000019641	1233	0.5188581543886297	2	1	1	1	1	False	42196	maximal	True	FIJ0108_000000019641	1.0		2	1	False	False	0.974047064781189	0					non-mobilizable	no_good_hit								True	False
ISR0858_000000002957	2997	0.5188575400550118	2	2	2	2	2	False	20460	maximal	True	ISR0858_000000002957	1.0		50	9	False	False	1.0	0					non-mobilizable	no_good_hit	2092.0	99.522	70.0	0.0044661927789074385	NZ_DS499677.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_16, whole genome shotgun sequence	True	False
MAD0051_000000024353	1099	0.5188507115683677	1	1	1	1	1	False	17308	maximal	True	MAD0051_000000024353	1.0		5	5	False	False	0.9981801509857178	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000013655	2617	0.5188463476104203	3	2	2	2	0	True	55771	fragment	False	FIJ0071_000000013655	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	84.09100000000001	3.0	0.0004070986646217059	NZ_CCFK01000015.1	firmicutes	Clostridium amazonitimonense, whole genome shotgun sequence	True	True
ENG0101_000000014584	2245	0.5188438059686702	2	2	2	2	2	False	60494	fragment	False	ENG0101_000000014584	1.0		0	0	False	False	0.9924275875091553	0					non-mobilizable	no_good_hit	1879.0	71.527	82.0	0.006469728278440799	NZ_FQZB01000009.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	False
DEN0035_000000011114	2880	0.5188419276718792	4	2	1	0	1	False	73470	maximal	True	DEN0035_000000011114	1.0		5	2	False	False	0.9958333373069763	0					non-mobilizable	no_good_hit	1609.0	83.28200000000001	56.0	0.17877032746714192	LN852800.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0110	True	False
DEN0073_000000003373	10231	0.518840550282913	13	10	2	4	8	True	106555	fragment	False	DEN0073_000000003373	1.0		0	0	False	False	0.9996090531349182	0					non-mobilizable	other	10124.0	97.985	99.0	0.027678793630130805	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0330_000000007572	3471	0.5188391314571846	9	1	1	1	1	False	81080	maximal	True	ISR0330_000000007572	1.0		1	1	False	False	0.9982714056968689	0					non-mobilizable	no_good_hit								True	False
CHI0130_000000012686	1332	0.5188391314571846	3	1	1	1	1	False	81079	fragment	False	CHI0130_000000012686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0210_000000016363	1594	0.5188386061258269	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.1516021974248121		0	0	False	False	0.9974905848503113	0					non-mobilizable	chromosome	1594.0	98.369	100.0	0.0005134530831842342	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0247_000000010037	1424	0.5188332097393096	2	2	2	2	2	True	111099	maximal	True	ISR0247_000000010037	0.9657156739426748		869	14	False	False	0.9873595237731934	0					non-mobilizable	other	1424.0	99.087	100.0	0.051626488527446994	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
ENG0034_000000010801	1374	0.5188332097393096	2	2	2	2	2	True	111099	maximal	False	ISR0247_000000010037	0.9451943119734112		0	0	False	False	0.9832605719566345	0					non-mobilizable	other	1374.0	99.491	100.0	0.04984751670055185	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
ISR0831_000000012879	1451	0.5188247193182505	1	1	1	1	1	False	21018	maximal	True	ISR0831_000000012879	1.0		2	2	False	False	0.9979324340820312	0					non-mobilizable	no_good_hit	1020.0	70.196	69.0	0.0003333462744872291	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
MAD0048_000000002183	8464	0.5188226631043878	10	4	3	4	3	False	17575	maximal	True	MAD0048_000000002183	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	91.15299999999999	9.0	0.0012950929399132653	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
AST0148_000000009127	3809	0.5188209450356838	8	7	4	6	4	False	105126	maximal	True	AST0148_000000009127	1.0		107	13	False	False	1.0	0					non-mobilizable	no_good_hit	2655.0	92.806	80.0	0.0013010423552841902	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0184_000000006112	1361	0.5188198588393828	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.08894336777381798	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1357.0	92.336	100.0	0.0004560850667651317	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0376_000000007310	3073	0.5188182342059422	3	3	1	1	2	True	23347	maximal	True	ISR0376_000000007310	1.0		3	2	False	False	0.9899121522903442	0					non-mobilizable	no_good_hit	1937.0	99.79299999999999	77.0	0.015589770018681956	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0047_000000010164	1912	0.5188178512249666	2	2	2	1	1	False	64329	maximal	True	ENG0047_000000010164	1.0		11	3	False	False	0.9963389039039612	0					non-mobilizable	other	1912.0	98.117	100.0	0.00045040978805756476	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	False
MON0095_000000008171	3610	0.5188177689203198	4	4	2	2	3	False	77571	maximal	False	MON0068_000000011474	0.9922532277567374		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	90.93700000000001	47.0	0.0003339013920524064	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0068_000000011474	3595	0.5188177689203198	4	4	2	2	3	False	77571	maximal	True	MON0068_000000011474	0.9932330926660632		150	13	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	91.037	47.0	0.0003339013920524064	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0062_000000011177	3586	0.5188177689203198	4	4	2	2	3	False	77571	maximal	False	MON0068_000000011474	0.9921243990325289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	91.15899999999999	47.0	0.0003308720447454793	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0013_000000006685	3569	0.5188177689203198	4	4	2	2	3	False	77571	maximal	False	MON0068_000000011474	0.9819965765026302		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	981.0	90.928	47.0	0.00032986226230983693	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0044_000000005723	2957	0.518816492036912	3	2	2	2	2	False	64531	maximal	True	ENG0044_000000005723	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	75.648	23.0	0.00032127316098083523	LT906445.1	firmicutes	Veillonella parvula strain NCTC11810 genome assembly, chromosome: 1	True	False
ISR0151_000000011283	1792	0.5188163437112624	2	2	2	2	1	False	119132	maximal	True	ISR0151_000000011283	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1483.0	99.52799999999999	83.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0286_000000002251	5348	0.5188145219007628	9	2	0	0	2	False	60104	maximal	False	ISR0265_000000002815	0.8432855977929566		0	0	True	True	0.9998130202293396	16					non-mobilizable	no_good_hit								True	True
ISR0057_000000003582	5246	0.5188145219007628	9	2	0	0	2	False	60104	maximal	False	ISR0265_000000002815	0.8832692971640264		0	0	True	True	0.9994281530380249	59					non-mobilizable	no_good_hit								True	True
DEN0083_000000017610	1696	0.518812388958209	2	2	2	1	1	True	84899	fragment	False	CHI0071_000000006158	0.7124099454761127		0	0	False	False	1.0	0					non-mobilizable	other	1696.0	100.0	100.0	0.003747032217845158	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
ISR0275_000000003606	3784	0.5188123701368089	6	5	5	4	3	False	132078	fragment	False	ISR0275_000000003606	0.9634739432715604		0	0	False	True	0.9933932423591614	0					non-mobilizable	no_good_hit	494.0	79.555	17.0	0.0001339515150189719	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
DEN0094_000000035465	1122	0.5188113514102857	3	2	2	2	1	False	68251	maximal	True	DEN0094_000000035465	1.0		392	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0078_000000004484	5655	0.5188104764672172	6	6	2	3	6	True	106493	maximal	False	ISR0134_000000005384	0.6362634941617097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0009576320371445154	FP312976.1	bacteria	uncultured bacterial clone mtbb227 complete sequence	True	True
ISR0373_000000013342	1265	0.5188101658717842	2	2	2	2	2	False	58245	fragment	False	ISR0373_000000013342	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	98.49799999999999	100.0	0.012655312928643659	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0041_000000021173	1607	0.5188033820884698	2	2	2	1	2	False	73098	fragment	False	DEN0041_000000021173	1.0		0	0	False	False	0.9981331825256348	0					non-mobilizable	other	1607.0	99.93799999999999	100.0	0.0004801266147097521	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0139_000000015496	1418	0.5188033820884698	2	2	2	1	2	False	57841	fragment	False	ENG0139_000000015496	1.0		0	0	False	False	0.9760225415229797	0					non-mobilizable	other	1418.0	100.0	100.0	0.07322240595287309	NZ_WNAF01000017.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold17_size19438, whole genome shotgun sequence	False	False
MON0033_000000032207	1912	0.5188016168583328	2	2	2	2	1	False	12304	maximal	True	MON0033_000000032207	1.0		76	7	False	False	1.0	0					non-mobilizable	no_good_hit	1172.0	77.218	61.0	0.006928641579035619	NZ_CABMLE010000004.1	actinobacteria	Enteroscipio rubneri isolate MGYG-HGUT-02440, whole genome shotgun sequence	True	False
FIJ0015_000000010173	2890	0.5187967711614507	3	3	3	3	2	False	107338	maximal	True	FIJ0015_000000010173	1.0		73	10	False	False	1.0	0					non-mobilizable	chromosome	2603.0	95.198	100.0	0.0006099910483051466	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	False	False
SPA0097_000000025022	1312	0.5187932680777855	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.9742791720941675		0	0	False	False	1.0	0					non-mobilizable	chromosome	1312.0	97.94200000000001	100.0	0.0004626154818452535	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0055_000000007325	1996	0.5187926683392604	3	3	2	1	2	False	35673	maximal	True	ISR0055_000000007325	1.0		39	8	False	False	0.9724448919296265	0					non-mobilizable	no_good_hit	1693.0	96.81	85.0	0.008073944350863463	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0051_000000003423	6943	0.5187918486169343	9	4	3	3	2	True	17365	maximal	True	MAD0051_000000003423	1.0		1	1	False	False	0.9998559951782227	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	1.1291911074788797e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
DEN0023_000000000323	7494	0.5187897219687615	10	8	3	4	8	True	123773	fragment	False	ISR0384_000000001347	0.9547610133533009		0	0	False	False	1.0	0					non-mobilizable	chromosome	7483.0	100.0	99.0	0.0022874703977116737	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	False	True
MAD0026_000000006738	2010	0.518785552415243	4	2	1	2	1	False	19092	maximal	True	MAD0026_000000006738	1.0		35	7	False	False	0.9990049600601196	0					non-mobilizable	no_good_hit	703.0	78.663	35.0	0.009660694179953017	NZ_JAAIPV010000018.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_18_length_71941_cov_90.979, whole genome shotgun sequence	True	False
FIJ0133_000000006456	5649	0.5187817649638718	4	4	1	4	3	False	40722	maximal	True	FIJ0133_000000006456	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	4464.0	79.928	79.0	0.022067919709485614	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	True	False
MON0057_000000000340	19042	0.5187813602196477	23	6	5	6	5	False	14401	maximal	True	MON0057_000000000340	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	91.06200000000001	20.0	0.0006374476114658963	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MON0025_000000013705	2699	0.5187804998153356	2	2	2	2	1	False	14430	maximal	True	MON0025_000000013705	1.0		43	5	False	False	1.0	0					non-mobilizable	no_good_hit	1938.0	99.381	72.0	0.036082858313773704	NZ_LT635845.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MAD0096_000000006529	2718	0.5187801340060773	4	4	4	4	3	False	17459	maximal	True	MAD0096_000000006529	1.0		9	3	False	False	0.9977924823760986	0					non-mobilizable	no_good_hit	973.0	76.567	42.0	0.00033981594890692535	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ETH0003_000000008170	4091	0.5187793550385081	7	4	1	4	3	False	81866	fragment	False	ETH0003_000000008170	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	83.26299999999999	24.0	0.0002386452489568106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0052_000000019906	1457	0.5187745307916014	2	2	1	2	1	False	46745	fragment	False	FIJ0061_000000018292	0.7089319145771125		0	0	False	False	1.0	0					non-mobilizable	chromosome	843.0	97.39	100.0	0.0002971184101553802	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0148_000000028396	1185	0.5187712981718613	1	1	1	1	1	False	104626	maximal	True	AST0148_000000028396	1.0		95	8	True	True	1.0	2					non-mobilizable	no_good_hit	668.0	71.108	55.0	0.10063086628712109	AF027167.1	firmicutes	Streptococcus thermophilus putative type I S-subunit protein (hsds), replication initiation protein (repA), first small heat shock protein (hsp1), enolase (eno), and second small heat shock protein (hsp2) genes, complete cds	True	True
CHI0166_000000004079	1822	0.5187712543721088	2	2	2	2	2	False	78224	maximal	True	CHI0166_000000004079	1.0		34	8	False	False	0.995060384273529	0					non-mobilizable	no_good_hit	781.0	81.05	43.0	0.0001372299091968942	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
MAD0055_000000005929	1569	0.5187699391517898	3	3	3	3	1	False	34035	fragment	False	MAD0055_000000005929	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1569.0	100.0	100.0	0.0006872177498527391	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
ISR0084_000000020614	1352	0.5187699391517898	3	3	3	3	1	False	34034	fragment	False	ISR0084_000000020614	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1352.0	99.852	100.0	0.0005921117219713332	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
ENG0190_000000016728	1800	0.5187616808885624	4	3	3	3	2	False	107145	fragment	False	FIJ0147_000000011258	0.4780560945648641		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	98.411	100.0	0.010698682137229623	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0323_000000003109	5291	0.5187608432838992	8	5	3	4	4	False	113664	fragment	False	ISR0323_000000003109	0.9804543593941875		0	0	False	False	0.999243974685669	0					non-mobilizable	no_good_hit	851.0	91.65700000000001	55.0	0.00026443356153431195	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0115_000000001785	8820	0.5187600589722612	6	3	3	3	3	False	59550	maximal	True	ENG0115_000000001785	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1778.0	95.051	30.0	0.0004721600307730967	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0004_000000004276	3146	0.5187599917699625	5	5	4	4	4	False	10452	fragment	False	SPA0004_000000004276	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3146.0	100.0	100.0	0.028283645847385224	NC_016846.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 plasmid pKPHS2, complete sequence	False	True
ENG0141_000000015956	1677	0.5187595854317021	3	3	3	3	3	False	131175	fragment	False	ENG0141_000000015956	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1677.0	98.867	100.0	0.0061778680457516095	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
ISR0307_000000005127	1981	0.5187513627316324	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.7699659709486559	PS1128	0	0	False	True	0.9828369617462158	0					non-mobilizable	no_good_hit	1616.0	84.65299999999999	87.0	0.019011721334719726	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ENG0025_000000007998	2996	0.518750341998645	3	3	3	2	1	True	66171	maximal	True	ENG0025_000000007998	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	99.757	28.0	0.00012685572742819666	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
MON0106_000000003707	8722	0.5187486307760928	11	4	2	4	3	True	8673	fragment	False	MON0106_000000003707	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	93.103	2.0	4.6148974759178375e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0101_000000049348	1345	0.5187472873706994	3	3	3	3	3	False	9013	fragment	False	MON0101_000000049348	1.0		0	0	False	False	0.9992564916610718	0					non-mobilizable	no_good_hit	58.0	91.37899999999999	4.0	6.088992874169146e-06	NZ_CP023688.1	high GC Gram+	Streptomyces rimosus strain ATCC 10970 chromosome, complete genome	True	False
ENG0199_000000003251	6900	0.5187460731240715	8	3	1	2	2	True	54305	maximal	True	ENG0199_000000003251	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0128_000000003459	6753	0.5187453445972161	11	11	8	8	7	False	107274	maximal	True	ENG0128_000000003459	1.0		65	8	False	False	0.9998519420623779	0					non-mobilizable	other	6380.0	99.81200000000001	94.0	0.25429539565477377	NZ_CYXX01000040.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0214_000000006159	4267	0.5187447288291797	6	4	4	4	3	False	28237	maximal	True	ISR0214_000000006159	1.0		1	1	False	False	0.9974220991134644	0					non-mobilizable	no_good_hit	1552.0	89.755	69.0	0.0004484468510866947	CP034358.1	firmicutes	Clostridium septicum strain VAT12 chromosome, complete genome	True	False
USA0020_01_000000006044	5677	0.518742358636899	9	5	2	5	1	False	1804	fragment	False	USA0020_01_000000006044	1.0		0	0	False	False	0.9998238682746887	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.2248423839214185e-05	NZ_LSLK01000059.1	firmicutes	Sporomusa silvacetica DSM 10669 SPSIL_contig000059, whole genome shotgun sequence	True	False
FIJ0059_000000011562	1544	0.5187420351430432	2	2	2	2	2	False	45901	fragment	False	FIJ0059_000000011562	1.0		0	0	False	False	0.996761679649353	0					non-mobilizable	no_good_hit								True	False
ISR0858_000000002412	3551	0.5187399389239596	5	4	3	3	2	False	20463	maximal	True	ISR0858_000000002412	1.0		68	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0153_000000003846	6809	0.5187384203302297	7	4	1	4	0	True	56978	maximal	True	ENG0153_000000003846	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	0.000655618284465489	NZ_LZZM01000177.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000177, whole genome shotgun sequence	True	True
CHI0162_000000018887	1703	0.5187375991203913	2	2	2	2	2	False	78556	maximal	True	CHI0162_000000018887	1.0		183	9	False	False	1.0	0					non-mobilizable	other	1703.0	97.88600000000001	100.0	0.018188813131852864	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	False
DEN0063_000000036268	1395	0.5187303071720216	2	2	2	2	2	False	71421	fragment	False	DEN0063_000000036268	0.998501872659176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	80.734	8.0	0.002386043894203714	NZ_MQMG01000030.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00030, whole genome shotgun sequence	True	False
SPA0083_000000016454	1132	0.5187240745178224	1	1	1	1	1	False	5571	fragment	False	SPA0083_000000016454	1.0		0	0	False	False	0.9690812826156616	0					non-mobilizable	virus	1132.0	99.47	100.0	0.01564667369472341	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	False
CHI0186_000000011153	1727	0.5187227291541464	3	3	3	2	2	False	83541	fragment	False	CHI0186_000000011153	0.9841222288795686		0	0	False	False	1.0	0					non-mobilizable	other	1727.0	97.8	100.0	0.0004790309412333172	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0033_000000021956	1442	0.5187143346724816	2	2	2	2	2	False	36860	maximal	True	ISR0033_000000021956	1.0		195	11	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	80.86399999999999	11.0	0.000573820171930869	NZ_UYZY01000007.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
MAD0023_000000008017	1601	0.5187125662249283	2	2	2	2	2	False	19228	maximal	True	MAD0023_000000008017	1.0		133	11	False	False	0.9712679386138916	0					non-mobilizable	chromosome	838.0	94.988	90.0	0.00018627535637124034	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0019_01_000000010848	2761	0.5187121578103041	4	4	3	2	3	False	1836	maximal	True	USA0019_01_000000010848	1.0		1	1	False	False	0.9938428401947021	0					non-mobilizable	no_good_hit	397.0	73.048	14.0	0.0001353502419029389	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
ISR0004_000000004944	3446	0.5187088584925715	3	2	1	2	1	False	38578	maximal	True	ISR0004_000000004944	1.0		1	1	False	False	0.9979686737060547	0					non-mobilizable	no_good_hit								True	False
DEN0079_000000006167	6154	0.5187066378460301	7	3	3	3	3	False	75997	maximal	True	DEN0079_000000006167	0.9533591339602498		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	820.0	72.683	13.0	0.0015001373365167235	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
ENG0097_000000005166	5989	0.5187066378460301	7	3	3	3	3	False	75997	maximal	False	DEN0079_000000006167	0.9448690191773826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	71.888	7.0	0.0008547517474391061	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
ENG0058_000000004689	5972	0.5187066378460301	8	3	3	3	3	False	75997	maximal	False	DEN0079_000000006167	0.9406801527473233		0	0	False	False	0.9986603856086731	0					non-mobilizable	no_good_hit	829.0	71.773	13.0	0.0015001373365167235	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
ISR0810_000000002127	5582	0.5187066378460301	5	3	3	3	3	False	75997	maximal	False	DEN0079_000000006167	0.9038083799799873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	74.627	9.0	0.0007279795781560028	NZ_QICB01000002.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_002, whole genome shotgun sequence	True	False
MAD0038_000000000087	46521	0.5186949394662621	68	6	2	6	2	True	20053	maximal	True	MAD0038_000000000087	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	98.958	0.0	0.04742885671492761	NZ_VZBY01000028.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_65_length_2003_cov_32.4209_ID_129, whole genome shotgun sequence	True	True
DEN0023_000000002727	2278	0.5186929740888165	3	2	2	2	2	False	74381	maximal	True	DEN0023_000000002727	1.0		9	5	False	False	0.9995610117912292	0					non-mobilizable	no_good_hit	197.0	78.68	9.0	5.0114341192456464e-05	NZ_KZ614145.1	firmicutes	Rummeliibacillus pycnus strain DSM 15030 Scaffold1, whole genome shotgun sequence	True	False
ISR0854_000000005788	1594	0.5186906898241567	2	2	2	2	2	False	59295	fragment	False	ENG0118_000000008687	0.9406241531181575		0	0	False	False	1.0	0					non-mobilizable	chromosome	1594.0	100.0	100.0	0.0005766626472833686	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	False	False
ISR0118_000000008229	1949	0.5186900131366189	4	3	2	3	2	True	32380	maximal	True	ISR0118_000000008229	1.0		42	6	False	False	0.9871729016304016	0					non-mobilizable	no_good_hit	1249.0	94.63600000000001	64.0	0.00043357420789327404	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0247_000000002710	4284	0.5186893821695814	4	4	4	4	4	False	52168	maximal	True	ISR0247_000000002710	1.0		115	11	False	False	0.9885621070861816	0					non-mobilizable	chromosome	2539.0	92.28	96.0	0.0008512465932465077	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0177_000000008976	2992	0.5186850773807834	2	2	2	2	0	False	70151	fragment	False	ENG0177_000000008976	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2992.0	99.93299999999999	100.0	0.0066120196835249955	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0054_000000007018	3614	0.5186839501053078	4	3	3	3	3	False	115988	backbone	False	ENG0038_000000005492	0.9242382477249946	PS760	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1054.0	90.512	29.0	0.00023824327149415863	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MAD0026_000000010283	1384	0.5186824526761283	3	3	2	3	1	False	19079	maximal	True	MAD0026_000000010283	1.0		2	2	False	False	0.977601170539856	0					non-mobilizable	no_good_hit								True	False
FIJ0120_000000009633	2423	0.5186778943485701	3	3	3	3	2	False	114933	maximal	False	AST0048_000000006366	0.943190975020145		0	0	False	False	1.0	0					non-mobilizable	chromosome	2423.0	97.978	100.0	0.0005479821496285396	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0174_000000004461	3701	0.5186747014188791	4	4	3	4	4	False	70737	maximal	True	ENG0174_000000004461	1.0		0	0	False	False	0.9956768155097961	0					non-mobilizable	no_good_hit	3257.0	99.75399999999999	88.0	0.026455241470114924	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0172_000000002422	6565	0.5186700757317486	4	4	4	4	3	False	117167	maximal	False	SPA0013_000000003604	0.9946428998881648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	69.82	16.0	0.0015688237484510154	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
CAN0006_000000028331	1594	0.5186695694012249	2	2	2	2	2	False	95593	maximal	True	CAN0006_000000028331	1.0		99	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0028_000000001539	11758	0.5186642473568943	13	7	2	5	2	True	118930	fragment	False	AST0028_000000001539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7405.0	94.814	68.0	0.07385637873223695	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	True	True
SPA0047_000000009866	4019	0.5186626280184014	3	2	1	1	2	False	128917	fragment	False	SPA0047_000000009866	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2528.0	99.921	63.0	0.041978836154625644	NZ_JAAITU010000022.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_22_length_60197_cov_159.13, whole genome shotgun sequence	True	True
ENG0053_000000016167	1551	0.5186601012407428	3	3	3	2	2	False	63847	fragment	False	ENG0053_000000016167	1.0		0	0	False	False	0.9929078221321106	0					non-mobilizable	no_good_hit	218.0	74.312	13.0	3.515546472718534e-05	CP011868.1	high GC Gram+	Pseudonocardia sp. HH130629-09, complete genome	True	False
ENG0135_000000002568	6959	0.5186552920369379	11	8	4	6	7	False	90625	fragment	False	ISR0128_000000004720	0.99010663541002		0	0	False	False	0.9981319308280945	0					non-mobilizable	other	6959.0	99.339	100.0	0.02473899066909422	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
FIJ0152_000000011092	2227	0.5186522985130518	2	2	2	2	2	False	39718	fragment	False	FIJ0152_000000011092	1.0		0	0	False	False	0.9923664331436157	0					non-mobilizable	other	2227.0	96.40799999999999	99.0	0.0063558649659991515	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
USA0080_01_000000009635	4509	0.5186505861909428	9	8	7	7	5	True	629	maximal	True	USA0080_01_000000009635	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	875.0	91.314	30.0	0.00023180361576381688	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	True
SPA0145_000000007936	4180	0.5186492945188078	3	3	2	3	2	False	111475	maximal	True	SPA0145_000000007936	1.0		12	2	False	False	1.0	0					non-mobilizable	chromosome	2490.0	94.98	99.0	0.000700577699272116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0005_000000004655	6405	0.5186482471627994	6	5	5	5	5	False	84724	maximal	True	SPA0005_000000004655	1.0		6	4	False	False	0.999531626701355	0					non-mobilizable	chromosome	6405.0	100.0	100.0	0.002978824945658772	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	False
DEN0001_000000012577	3277	0.5186479968009085	4	2	2	2	1	True	76943	maximal	True	DEN0001_000000012577	1.0		5	4	False	False	0.9993897080421448	0					non-mobilizable	no_good_hit								True	True
SPA0031_000000010287	2899	0.5186478479828741	4	4	4	4	4	False	7286	maximal	True	SPA0031_000000010287	1.0		82	10	False	False	0.9920662045478821	0					non-mobilizable	other	2899.0	99.586	100.0	0.024820143884892086	NZ_WNCH01000003.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold3_size116760, whole genome shotgun sequence	False	False
ENG0031_000000019660	1128	0.5186437492502705	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.012349430627102597		0	0	False	False	1.0	0					non-mobilizable	chromosome	1026.0	77.778	99.0	0.0002878540932453842	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0057_000000018305	1229	0.518643474450868	3	3	3	2	2	False	35555	maximal	True	ISR0057_000000018305	1.0		17	5	False	False	0.9951179623603821	0					non-mobilizable	other	1229.0	99.837	100.0	0.0006215999923059284	CP003025.1	firmicutes	Streptococcus lutetiensis 033, complete genome	False	False
ENG0208_000000003979	6954	0.5186404378651432	11	8	2	2	7	False	85034	maximal	True	ENG0208_000000003979	1.0		396	11	False	False	1.0	0					non-mobilizable	other	6962.0	96.15100000000001	100.0	0.015350673581543822	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0107_000000011254	2821	0.5186395749441357	4	4	4	3	3	False	80852	maximal	True	SPA0107_000000011254	0.9785543688575307		278	14	False	False	0.9989365339279175	0					non-mobilizable	no_good_hit	475.0	73.684	16.0	0.0007394059997974671	NZ_FCOU01000003.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
MON0034_000000008541	2958	0.5186348069548528	6	4	3	2	2	False	12253	maximal	True	MON0034_000000008541	1.0		555	14	False	False	0.9972954988479614	0					non-mobilizable	chromosome	2932.0	96.351	99.0	0.000663144376780037	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ENG0146_000000014478	1553	0.5186343736122905	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.16410987100419264		0	0	False	False	1.0	0					non-mobilizable	chromosome	1553.0	97.42399999999999	100.0	0.0005223941133723132	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0020_000000014886	2153	0.5186242907752063	4	3	3	3	2	False	93549	fragment	False	SPA0027_000000017373	0.9812782656593119		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	73.507	61.0	0.00043824557706878336	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0003_000000007438	3739	0.5186240789251894	4	4	3	3	3	False	77374	fragment	False	MAD0003_000000007438	1.0		0	0	False	False	0.9965231418609619	0					non-mobilizable	other	3762.0	95.375	100.0	0.08762260625875759	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0816_000000018273	2168	0.5186237022854004	4	4	4	4	2	False	21418	maximal	True	ISR0816_000000018273	1.0		26	7	False	False	1.0	0					non-mobilizable	chromosome	1502.0	97.071	99.0	0.0003766254360926102	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
MAD0002_000000018068	2168	0.5186225800690479	4	3	3	3	2	False	20192	maximal	True	MAD0002_000000018068	1.0		236	12	False	False	0.9741697311401367	0					non-mobilizable	no_good_hit	471.0	84.07600000000001	28.0	0.00012457555614182834	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0075_000000015746	1415	0.5186224966082927	3	1	1	1	1	False	89914	fragment	False	SPA0075_000000015746	0.9809445692176565		0	0	False	False	0.9908127188682556	0					non-mobilizable	other	1415.0	97.95100000000001	100.0	0.023867395854432517	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0126_000000016685	2243	0.5186195406061708	5	4	4	3	1	True	50604	maximal	True	FIJ0126_000000016685	1.0		1	1	False	False	0.9817209243774414	0					non-mobilizable	no_good_hit	1335.0	98.352	60.0	0.09249115995285308	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ISR0810_000000005221	2768	0.5186112343015434	2	2	2	2	2	False	91544	maximal	True	ISR0810_000000005221	1.0		579	14	False	False	1.0	0					non-mobilizable	no_good_hit	652.0	75.92	62.0	0.00014467002083429705	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AUS0016_000000007941	3357	0.5186107949599135	4	4	3	3	4	False	100585	maximal	True	AUS0016_000000007941	1.0		27	9	False	False	0.989276111125946	0					non-mobilizable	no_good_hit	794.0	76.322	24.0	0.0008806521501940552	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
CAN0022_000000024789	1337	0.518604232178937	3	3	3	0	1	False	123019	maximal	True	CAN0022_000000024789	0.998848810437452		376	11	False	False	0.9857890605926514	0					non-mobilizable	chromosome	1338.0	99.851	100.0	0.00023766826984610045	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
AST0016_000000018050	1303	0.518604232178937	3	3	3	0	1	False	123019	maximal	False	CAN0022_000000024789	0.9854151084517577		0	0	False	False	0.9953952431678772	0					non-mobilizable	other	1303.0	100.0	100.0	0.000245180886812865	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
USA0108_01_000000008314	1200	0.518604232178937	3	3	3	0	1	False	109057	fragment	False	USA0108_01_000000008314	0.9995748299319728		0	0	False	False	1.0	0					non-mobilizable	chromosome	1203.0	83.70700000000001	100.0	0.00027184696791591047	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AST0094_000000019712	1176	0.518604232178937	3	3	3	0	1	False	109057	fragment	False	USA0108_01_000000008314	0.9895833333333333		0	0	False	False	0.9931972622871399	0					non-mobilizable	other	1176.0	100.0	100.0	0.00022126539324509708	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0060_000000001806	12242	0.5186030048267463	12	12	9	10	11	False	111448	maximal	True	ENG0060_000000001806	1.0		1	1	False	False	0.9987747073173523	0					non-mobilizable	no_good_hit	8356.0	98.815	69.0	0.011569941146079336	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
MAD0087_000000007442	3634	0.5185951623496354	4	4	2	3	3	False	116548	maximal	True	MAD0087_000000007442	1.0	PS777	74	11	False	True	0.9980737566947937	0					non-mobilizable	no_good_hit	2243.0	77.084	88.0	0.0024877730972440383	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	True
ISR0049_000000009924	2955	0.5185931952587804	4	2	1	2	2	False	35998	maximal	True	ISR0049_000000009924	1.0		82	7	False	False	0.9993231892585754	0					non-mobilizable	no_good_hit	39.0	92.30799999999999	1.0	1.7809706102355193e-05	NZ_LPUR01000001.1	CFB group bacteria	Chryseobacterium kwangjuense strain KJ1R5 scaffold_1, whole genome shotgun sequence	True	False
USA0075_01_000000012200	2038	0.5185913543125615	2	1	1	1	1	False	96594	fragment	False	USA0075_01_000000012200	0.9656955721287871		0	0	False	False	0.999509334564209	0					non-mobilizable	other	2038.0	99.95100000000001	100.0	0.0005454926693229865	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0042_000000013363	1923	0.5185913543125615	2	1	1	1	1	False	96594	fragment	False	USA0075_01_000000012200	0.9416444985018644		0	0	False	False	0.9734789133071899	0					non-mobilizable	other	1919.0	99.73899999999999	99.0	0.0005136253999810939	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0338_000000000578	19303	0.5185905743141451	29	11	4	11	3	False	72018	maximal	True	ISR0338_000000000578	1.0		1	1	False	False	0.9997409582138062	0					non-mobilizable	no_good_hit	446.0	87.444	3.0	0.00014951152207146853	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0007_000000008183	3224	0.5185883034268749	2	2	2	2	2	False	67538	fragment	False	ENG0007_000000008183	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3224.0	99.90700000000001	100.0	0.0007051277423244887	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
AST0019_000000012155	2369	0.5185868288764646	3	3	2	3	2	False	122478	fragment	False	ISR0062_000000015284	0.9662994797122291		0	0	False	False	1.0	0					non-mobilizable	other	2370.0	97.384	100.0	0.029447974829940434	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0169_000000002899	7809	0.5185867486657882	9	8	3	5	7	True	108502	fragment	False	ISR0169_000000002899	0.9841301480169496		0	0	False	False	1.0	0					non-mobilizable	other	7810.0	98.617	100.0	0.0021114427543228605	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0126_000000006231	7749	0.5185867486657882	9	8	3	5	7	True	108502	fragment	False	ISR0169_000000002899	0.980858912199491		0	0	False	False	1.0	0					non-mobilizable	other	7753.0	97.78200000000001	100.0	0.002094949220193818	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ENG0021_000000002330	7682	0.5185867486657882	8	8	3	5	7	True	108502	fragment	False	ISR0169_000000002899	0.9774853204418013		0	0	False	False	0.9997396469116211	0					non-mobilizable	other	7683.0	98.43799999999999	100.0	0.04185055630019506	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
ISR0155_000000003547	7611	0.5185867486657882	9	8	3	5	7	True	53848	fragment	False	ISR0135_000000002339	0.7778484611436859		0	0	False	False	1.0	0					non-mobilizable	other	7614.0	96.677	100.0	0.0016829041485466984	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	False	True
ISR0083_000000021192	1331	0.5185860892477775	3	2	2	1	1	False	114033	fragment	False	ISR0083_000000021192	0.9744031877655361		0	0	False	False	1.0	0					non-mobilizable	chromosome	1331.0	97.295	100.0	0.000374733284289293	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
CAN0005_000000004688	3880	0.5185818158926034	5	4	2	3	2	False	99998	fragment	False	CAN0005_000000004688	1.0		0	0	False	False	0.9940721392631531	0					non-mobilizable	chromosome	3829.0	95.874	99.0	0.0007377190874407179	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
ISR0216_000000014368	1192	0.5185813746256613	2	2	2	2	1	False	28115	maximal	True	ISR0216_000000014368	1.0		257	12	False	False	0.9916107654571533	0					non-mobilizable	other	1192.0	99.83200000000001	100.0	0.0005950019833399445	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
CHI0164_000000012528	1701	0.5185753431093924	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.7382248078930358	PS1128	0	0	True	True	1.0	8					non-mobilizable	other	1697.0	84.325	99.0	0.01995699026373003	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0317_000000005180	3380	0.5185751862907343	3	3	3	2	3	False	60256	fragment	False	ENG0104_000000008717	0.9586826915345963		0	0	False	False	1.0	0					non-mobilizable	other	3381.0	96.806	100.0	0.0011287103974303215	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
FIJ0070_000000007440	2601	0.5185739818863352	4	2	2	2	1	True	44941	maximal	True	FIJ0070_000000007440	1.0		8	3	False	False	0.9903883337974548	0					non-mobilizable	no_good_hit								True	True
ENG0130_000000007837	3842	0.5185735602161371	5	4	4	4	3	False	110219	maximal	False	FIJ0061_000000005738	0.9562653562653562		0	0	False	False	0.9986985921859741	0					non-mobilizable	other	1314.0	82.87700000000001	94.0	0.0003932115902879748	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0108_000000005323	3892	0.5185729212000779	3	3	3	3	3	False	8537	maximal	True	MON0108_000000005323	1.0		131	11	False	False	1.0	0					non-mobilizable	other	3587.0	84.221	94.0	0.013818584602037932	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0212_000000001367	17657	0.5185690586691538	21	8	5	7	7	True	28377	maximal	True	ISR0212_000000001367	1.0		1	1	False	False	0.9994902610778809	0					non-mobilizable	no_good_hit	6699.0	94.551	61.0	0.0018067179516436619	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0779_000000021302	1619	0.5185648233502738	3	3	3	3	3	False	22334	maximal	True	ISR0779_000000021302	1.0		17	7	False	False	0.99876469373703	0					non-mobilizable	no_good_hit	936.0	71.902	56.0	0.0015879268751830212	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
FIJ0059_000000007688	2344	0.5185602914884626	4	2	2	2	2	False	45907	maximal	True	FIJ0059_000000007688	1.0		6	2	False	False	0.9961603879928589	0					non-mobilizable	no_good_hit	1449.0	93.789	62.0	0.011564996078305828	NZ_FUWW01000005.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
CHI0027_000000010955	1586	0.5185560932019806	3	2	2	1	1	False	88819	fragment	False	CHI0027_000000010955	0.9696870925684484		0	0	False	False	0.9987389445304871	0					non-mobilizable	other	1586.0	100.0	100.0	0.0008554139879885844	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
FIJ0099_000000019216	1148	0.5185549862491098	2	2	1	1	2	False	42747	maximal	True	FIJ0099_000000019216	1.0		22	3	False	False	1.0	0					non-mobilizable	chromosome	1131.0	99.823	99.0	0.0002328519959743393	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
FIJ0158_000000016300	1158	0.5185545899462294	2	2	2	2	2	False	39419	fragment	False	FIJ0158_000000016300	1.0		0	0	False	False	0.978411078453064	0					non-mobilizable	other	1158.0	97.15	100.0	0.0003599407419943517	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0096_000000025274	1782	0.5185515401433684	3	3	3	3	2	False	77117	maximal	True	DEN0096_000000025274	1.0		274	13	False	False	1.0	0					non-mobilizable	other	1782.0	97.92399999999999	100.0	0.0004945820906298771	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0051_000000008440	4883	0.518551494563671	6	5	3	3	5	False	59365	maximal	True	ISR0051_000000008440	1.0		186	12	False	False	0.9942657947540283	0					non-mobilizable	chromosome	4865.0	98.561	99.0	0.001105602073869063	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0095_000000007707	3523	0.5185473567026035	4	4	4	4	4	False	60989	maximal	True	ENG0095_000000007707	1.0		2	2	False	False	0.9821175336837769	0					non-mobilizable	no_good_hit	62.0	85.484	2.0	0.0006407630332251389	NZ_QGTS01000017.1	enterobacteria	Mangrovibacter plantisponsor strain DSM 19579 Ga0244534_117, whole genome shotgun sequence	True	False
MON0024_000000029679	1722	0.5185467256820764	2	2	2	2	1	False	50933	fragment	False	MON0039_000000028526	0.7326557957443773		0	0	False	False	0.9918699264526367	0					non-mobilizable	no_good_hit	80.0	87.5	5.0	1.2333415872347247e-05	NZ_CP029608.1	g-proteobacteria	Pseudomonas kribbensis strain 46-2 chromosome, complete genome	True	False
FIJ0011_000000028580	1584	0.5185467256820764	2	2	2	2	1	False	50933	fragment	False	MON0039_000000028526	0.7098298240612946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	85.0	5.0	1.2333415872347247e-05	NZ_CP029608.1	g-proteobacteria	Pseudomonas kribbensis strain 46-2 chromosome, complete genome	True	False
ISR0072_000000006233	4207	0.5185453035424323	7	3	2	1	2	True	74259	fragment	False	ISR0072_000000006233	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1903.0	97.635	91.0	0.043405714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
SPA0014_000000011884	1965	0.5185443649125571	3	2	1	2	2	False	7940	maximal	True	SPA0014_000000011884	1.0		240	8	False	False	1.0	0					non-mobilizable	other	1795.0	75.153	90.0	0.001014537384495537	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	False	False
ISR0176_000000009333	3534	0.5185416028461327	5	5	5	4	4	False	60697	maximal	True	ISR0176_000000009333	1.0		159	13	False	False	0.9966044425964355	0					non-mobilizable	no_good_hit	668.0	77.24600000000001	19.0	0.007426267769997878	NZ_QRYH01000008.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf8, whole genome shotgun sequence	True	False
ETH0001_000000016725	1918	0.5185377315507983	2	1	1	1	0	True	129242	maximal	True	ETH0001_000000016725	1.0		0	0	False	False	0.9728884100914001	0					non-mobilizable	no_good_hit	1420.0	99.225	74.0	0.00047789169943542097	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	True
SPA0092_000000035650	1284	0.5185356749140086	1	1	1	1	1	False	121112	fragment	False	ENG0200_000000010145	0.026145644283121598		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	99.37700000000001	100.0	0.0004043985194538382	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0264_000000005028	2100	0.5185347906439197	3	3	3	3	3	False	103288	maximal	True	ISR0264_000000005028	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2096.0	91.17399999999999	99.0	0.0006706716476370142	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
AST0003_000000021007	1538	0.5185343732278228	2	2	2	2	2	False	129432	maximal	True	AST0003_000000021007	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1539.0	96.751	100.0	0.025616126439860703	NZ_QRUP01000025.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf25, whole genome shotgun sequence	False	False
TAN0002_000000015257	2463	0.5185338789692383	2	2	2	2	1	False	107334	fragment	False	TAN0002_000000015257	1.0		0	0	False	False	0.9910678267478943	0					non-mobilizable	chromosome	2326.0	97.334	95.0	0.0005651958112737465	CP025045.1	firmicutes	Clostridioides difficile strain W0023a chromosome	False	False
ENG0003_000000001470	13669	0.5185329623281426	16	8	5	8	5	True	105455	fragment	False	ENG0003_000000001470	1.0		0	0	False	True	1.0	0					non-mobilizable	other	13669.0	99.978	100.0	0.006003025229571355	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
MON0075_000000023035	1183	0.5185294184931358	2	2	2	2	1	False	10331	maximal	True	MON0075_000000023035	1.0		227	13	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	80.132	25.0	0.07041921808761187	JN807453.1	bacteria	Uncultured bacterium clone P5J3 genomic sequence	True	False
MON0082_000000002382	8283	0.5185286249733219	7	7	7	6	6	False	130238	fragment	False	MON0082_000000002382	0.962330931614208		0	0	False	False	0.9985512495040894	0					non-mobilizable	other	5959.0	99.883	100.0	0.0011539380022695276	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0001_000000001167	6732	0.5185220055218082	6	6	4	5	4	False	91099	maximal	True	CHI0001_000000001167	1.0		5	2	False	False	0.9989601969718933	0					non-mobilizable	no_good_hit	1370.0	78.029	20.0	0.0003663727663090634	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0032_01_000000013529	1613	0.518521618747018	1	1	1	1	1	False	102043	fragment	False	USA0032_01_000000013529	0.9573660273517058		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	96.154	97.0	0.06955978212340387	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0398_000000014873	1538	0.518521618747018	1	1	1	1	1	False	102043	fragment	False	USA0032_01_000000013529	0.9512964094175866		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	96.22399999999999	99.0	0.06848825788016787	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0109_000000012843	2427	0.5185207652446401	2	2	1	2	1	False	90821	maximal	True	SPA0109_000000012843	1.0		0	0	False	False	0.9962916970252991	0					non-mobilizable	no_good_hit	822.0	82.36	34.0	0.0002507481878927508	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0127_000000012136	1591	0.5185198768779409	2	1	1	1	1	False	41046	maximal	True	FIJ0127_000000012136	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	72.39	27.0	0.00017346175271358458	CP004884.1	firmicutes	Lactococcus lactis subsp. cremoris KW2, complete genome	True	False
MON0077_000000005582	5893	0.5185167119295918	6	4	1	3	0	True	132155	fragment	False	MON0077_000000005582	1.0		0	0	False	False	0.9957576990127563	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.868895212732772e-06	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ENG0158_000000011034	1699	0.5185166428197998	2	2	2	2	2	False	56571	maximal	True	ENG0158_000000011034	0.9700402525298705		85	7	False	False	0.999411404132843	0					non-mobilizable	chromosome	1700.0	77.882	99.0	0.00044439617735141454	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	False	False
MAD0095_000000010830	2957	0.5185123961307352	3	3	3	3	3	False	53112	maximal	True	MAD0095_000000010830	1.0		45	7	False	False	0.9989854693412781	0					non-mobilizable	no_good_hit	919.0	74.32	31.0	0.0004319949613331059	CP024725.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 1, complete sequence	True	False
ENG0211_000000007648	3602	0.51851104719338	4	3	1	3	2	False	114841	fragment	False	ENG0211_000000007648	1.0		0	0	False	False	0.9983342289924622	0					non-mobilizable	no_good_hit	1410.0	98.51100000000001	74.0	0.17021019569944432	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
ISR0285_000000001713	6431	0.518510732108692	8	7	3	4	6	False	26074	maximal	True	ISR0285_000000001713	1.0		267	12	False	False	1.0	0					non-mobilizable	no_good_hit	1051.0	77.926	45.0	0.000314414078522808	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0058_000000007761	3868	0.5185101142064791	5	4	3	4	3	False	6314	maximal	True	SPA0058_000000007761	1.0		66	7	False	False	0.9961220026016235	0					non-mobilizable	no_good_hit								True	False
FIJ0088_000000013484	2061	0.5185063960195324	3	1	1	1	1	False	43662	maximal	True	FIJ0088_000000013484	1.0		22	4	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	3.0	0.0011334597312670019	NZ_JHVK01000023.1	b-proteobacteria	Microvirgula aerodenitrificans DSM 15089 Q352DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
SPA0068_000000004361	2658	0.5185057537547456	6	5	5	4	3	False	61050	fragment	False	SPA0068_000000004361	0.9923938028653513		0	0	False	False	1.0	0					non-mobilizable	chromosome	2658.0	99.85	100.0	0.001466088765412003	CP025400.1	firmicutes	Streptococcus thermophilus strain EPS chromosome, complete genome	False	False
ISR0333_000000007208	2896	0.5185044227951582	3	2	2	2	0	False	24551	fragment	False	ISR0333_000000007208	1.0		0	0	False	False	0.9975828528404236	0					non-mobilizable	chromosome	2896.0	97.79	100.0	0.001021565080047299	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0027_000000014849	2693	0.5185044227951582	3	2	2	2	0	False	76140	fragment	False	USA0125_01_000000008620	0.9571783937455579		0	0	False	False	0.9996286630630493	0					non-mobilizable	other	1472.0	82.20100000000001	93.0	0.0008645514408107283	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0131_000000011886	2229	0.5185044227951582	3	2	2	2	0	False	68979	fragment	False	ENG0131_000000011886	1.0		0	0	False	False	0.9910273551940918	0					non-mobilizable	other	2236.0	94.81200000000001	100.0	0.001320760403425822	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0174_000000011459	2154	0.5185044227951582	3	2	2	2	0	False	55602	fragment	False	ISR0174_000000011459	0.9533227407035736		0	0	False	False	0.9911792278289795	0					non-mobilizable	no_good_hit	1047.0	74.021	48.0	0.0002738529513443944	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
CHI0159_000000007117	2105	0.5185044227951582	3	2	2	2	0	False	78807	fragment	False	ISR0783_000000006288	0.9441429324906001		0	0	False	False	0.9990499019622803	0					non-mobilizable	no_good_hit	1100.0	79.545	52.0	0.000633492238242721	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0237_000000005149	2099	0.5185044227951582	3	2	2	2	0	False	41050	fragment	False	ISR0237_000000005149	1.0		0	0	False	False	0.9980943202972412	0					non-mobilizable	other	1143.0	82.59	92.0	0.0006713126703766147	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0166_000000011501	2080	0.5185044227951582	4	2	2	2	0	False	39013	maximal	True	FIJ0166_000000011501	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000015644	2076	0.5185044227951582	3	2	2	2	0	False	53835	fragment	False	FIJ0029_000000015644	0.9575654704170709		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	849.0	78.681	40.0	0.0004952112832531717	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0208_000000014922	2062	0.5185044227951582	3	2	2	2	0	False	53835	fragment	False	FIJ0029_000000015644	0.9544797687861272		0	0	False	False	0.9903006553649902	0					non-mobilizable	no_good_hit	851.0	76.733	41.0	0.0004934384504968954	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0096_000000020067	2016	0.5185044227951582	3	2	2	2	0	False	55840	fragment	False	SPA0096_000000020067	0.9746846997492128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	976.0	73.46300000000001	60.0	0.0002819508511095151	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0115_000000012012	1993	0.5185044227951582	3	2	2	2	0	False	55602	fragment	False	ISR0174_000000011459	0.62996632996633		0	0	False	False	0.9919719099998474	0					non-mobilizable	no_good_hit	623.0	78.652	31.0	0.00035338466275107005	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0058_000000020386	1980	0.5185044227951582	3	2	2	2	0	False	55602	fragment	False	ISR0174_000000011459	0.9089042381855528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	73.65899999999999	52.0	0.00027172387106183353	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0157_000000016950	1862	0.5185044227951582	3	2	2	2	0	False	55840	fragment	False	SPA0096_000000020067	0.962847360279839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	775.0	81.935	41.0	0.00045384518560672544	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0034_000000019740	1788	0.5185044227951582	3	2	2	2	0	False	7148	maximal	True	SPA0034_000000019740	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	83.631	37.0	0.0003941598161454243	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0175_000000014580	1736	0.5185044227951582	3	2	2	2	0	False	55601	fragment	False	ENG0175_000000014580	1.0		0	0	False	False	0.9948156476020813	0					non-mobilizable	no_good_hit	716.0	78.212	41.0	0.00040775153394354235	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0181_000000011840	1708	0.5185044227951582	3	2	2	2	0	False	55840	fragment	False	SPA0096_000000020067	0.7964676215098758		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	481.0	79.21	28.0	0.00015766537661648765	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0172_000000013464	1704	0.5185044227951582	3	2	2	2	0	False	55840	fragment	False	SPA0096_000000020067	0.6477098279131444		0	0	False	False	0.9994131326675415	0					non-mobilizable	no_good_hit	649.0	82.126	38.0	0.0002131154878841507	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
SPA0110_000000011236	1687	0.5185044227951582	3	2	2	2	0	False	4607	fragment	False	SPA0110_000000011236	1.0		0	0	False	False	0.9804386496543884	0					non-mobilizable	no_good_hit	677.0	71.492	40.0	0.0001756491233112734	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
FIJ0096_000000022356	1661	0.5185044227951582	3	2	2	2	0	False	42993	fragment	False	FIJ0096_000000022356	1.0		0	0	False	False	0.9813365340232849	0					non-mobilizable	no_good_hit	623.0	78.17	37.0	0.032025495010709996	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0170_000000007940	1634	0.5185044227951582	3	2	2	2	0	False	55840	fragment	False	SPA0096_000000020067	0.6389145776795646		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	646.0	81.26899999999999	39.0	0.00037938620984312205	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0006_000000014013	1601	0.5185044227951582	3	2	2	2	0	False	67588	maximal	True	ENG0006_000000014013	1.0		80	11	False	False	0.972517192363739	0					non-mobilizable	no_good_hit	391.0	78.26100000000001	24.0	0.020061647771798755	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0018_000000018707	1599	0.5185044227951582	3	2	2	2	0	False	55840	fragment	False	SPA0096_000000020067	0.632508853723411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	672.0	80.952	42.0	0.0003935688718933322	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0115_000000024429	1469	0.5185044227951582	3	2	2	2	0	False	32453	fragment	False	ISR0115_000000024429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	80.324	29.0	0.02220364662243352	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0176_000000008231	1189	0.5185020814070024	2	2	2	2	1	False	55560	fragment	False	ENG0176_000000008231	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1189.0	97.39299999999999	100.0	0.0002687872806600764	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CHI0061_000000006553	1290	0.5184972833818994	4	4	4	0	0	False	85622	maximal	True	CHI0061_000000006553	1.0		6	2	False	False	0.9899224638938904	0					non-mobilizable	no_good_hit	49.0	97.959	4.0	0.0006945248292626461	NZ_CABMGA010000014.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0834_000000003290	5029	0.5184964037276175	6	3	3	3	2	False	20984	maximal	True	ISR0834_000000003290	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00023065094823167606	NZ_CADDWK010000012.1	firmicutes	Salirhabdus euzebyi strain Q1438, whole genome shotgun sequence	True	False
MON0067_000000013892	1319	0.5184959207366535	3	3	1	3	2	False	113626	fragment	False	ISR0331_000000014703	0.34799500525848087		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	95.83	100.0	0.00044329448924699513	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AUS0022_000000025858	1314	0.5184959207366535	3	3	1	3	2	False	113626	fragment	False	ISR0331_000000014703	0.307102601260675		0	0	False	False	0.9984779357910156	0					non-mobilizable	chromosome	1314.0	97.184	100.0	0.0004419481126661387	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0400_000000009343	1988	0.5184902213305624	2	2	2	2	1	False	111994	maximal	True	ISR0400_000000009343	0.972579058375136		577	12	False	False	0.98591548204422	0					non-mobilizable	other	1988.0	99.95	100.0	0.0016590948372675952	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
AST0061_000000021741	1933	0.5184902213305624	2	2	2	2	1	False	111994	maximal	False	ISR0400_000000009343	0.7070464518578553		0	0	False	False	0.9979307055473328	0					non-mobilizable	other	1933.0	99.948	100.0	0.001613171225767989	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
SPA0063_000000009326	1929	0.5184902213305624	2	2	2	2	1	False	111994	maximal	False	ISR0400_000000009343	0.9547767198066303		0	0	False	False	1.0	0					non-mobilizable	other	1929.0	100.0	100.0	0.0016098313267498357	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
SPA0057_000000019613	1668	0.5184902213305624	3	2	2	2	1	False	110478	fragment	False	SPA0057_000000019613	0.983300324747542		0	0	False	False	0.9814148545265198	0					non-mobilizable	other	1578.0	100.0	95.0	0.0013167551879068936	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
SPA0031_000000019676	1667	0.5184902213305624	3	2	2	2	1	False	110478	fragment	False	SPA0057_000000019613	0.9828900500611041		0	0	False	False	0.9958008527755737	0					non-mobilizable	other	1577.0	100.0	95.0	0.0013159202131523553	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
USA0009_01_000000015964	1582	0.5184902213305624	3	2	2	2	1	False	110478	fragment	False	SPA0057_000000019613	0.9649272586969498		0	0	False	False	1.0	0					non-mobilizable	other	1582.0	99.62100000000001	100.0	0.0013200950869250469	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
ISR0328_000000018443	1578	0.5184902213305624	3	2	2	2	1	False	110478	fragment	False	SPA0057_000000019613	0.9653093186322184		0	0	False	False	0.999366283416748	0					non-mobilizable	other	1578.0	100.0	100.0	0.0013167551879068936	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
ISR0311_000000016034	1442	0.5184902213305624	2	2	2	2	1	False	110477	fragment	False	ISR0311_000000016034	0.9882773461720831		0	0	False	False	0.9993064999580383	0					non-mobilizable	other	1442.0	98.96	100.0	0.0011931789242352257	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
CHI0152_000000008777	1406	0.5184902213305624	2	2	2	2	1	False	110477	fragment	False	ISR0311_000000016034	0.9831331128418507		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	100.0	100.0	0.0011731395301263067	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
ISR0336_000000012722	1245	0.5184900128766124	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.5157286432516648		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	99.598	100.0	0.4072013093289689	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	False	False
FIJ0117_000000015903	1286	0.5184895486162437	2	2	2	1	1	False	61500	fragment	False	FIJ0117_000000015903	0.9737678855325914		0	0	False	False	0.9930015802383423	0					non-mobilizable	other	1290.0	92.24799999999999	100.0	0.0006157532195268044	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
ENG0084_000000023764	1258	0.5184895486162437	3	2	2	1	1	False	61500	fragment	False	FIJ0117_000000015903	0.963452566096423		0	0	False	False	0.995230495929718	0					non-mobilizable	other	1263.0	91.52799999999999	100.0	0.0006023360287511231	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
ISR0263_000000001482	6233	0.5184838374535647	9	8	4	5	6	True	123556	backbone	False	ISR0826_000000002301	0.5389547839053458	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6182.0	96.31200000000001	99.0	0.061541992655277024	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0165_000000008556	2422	0.5184833069311084	3	2	2	2	2	False	36784	fragment	False	ISR0361_000000004836	0.6314011620051344		0	0	False	False	0.996696949005127	0					non-mobilizable	no_good_hit	1505.0	89.50200000000001	62.0	0.00042390496857236816	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0775_000000003102	5485	0.5184821276882713	7	7	5	6	7	False	70077	maximal	True	ISR0775_000000003102	1.0	PS326	46	8	False	True	1.0	0					non-mobilizable	other	2537.0	99.84200000000001	100.0	0.000685698402479546	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
AST0058_000000011780	1145	0.5184815335338576	2	2	2	2	1	False	112924	fragment	False	AST0058_000000011780	1.0		0	0	False	False	0.9947597980499268	0					non-mobilizable	other	1086.0	96.59299999999999	95.0	0.4438984438984439	KU546958.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_3 genomic sequence	False	False
AST0061_000000015727	2658	0.5184813028419528	1	1	1	1	1	False	112087	fragment	False	AST0061_000000015727	1.0		0	0	False	False	0.9898419976234436	0					non-mobilizable	no_good_hit	43.0	93.023	2.0	0.0004217163856897573	NZ_LZYW01000162.1	firmicutes	Clostridium aurantibutyricum strain DSM 793 CLAUR_contig000162, whole genome shotgun sequence	True	False
SPA0066_000000003987	3853	0.5184762406754777	4	4	4	4	3	False	124512	fragment	False	SPA0066_000000003987	0.9614176066532233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	97.546	8.0	0.0015388403299273668	NZ_JAAIQH010000002.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_2_length_211198_cov_186.186, whole genome shotgun sequence	True	False
SPA0036_000000007068	3356	0.5184754122157585	4	4	1	4	3	False	121266	maximal	True	SPA0036_000000007068	1.0	PS849	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1432.0	96.369	46.0	0.000295665616444215	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	True
MAD0044_000000010145	2403	0.5184710636580104	1	1	1	1	1	False	17968	maximal	True	MAD0044_000000010145	0.9783080260303687		3	1	False	False	1.0	0					non-mobilizable	chromosome	2405.0	85.946	100.0	0.0011341976413790822	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	False	False
CHI0104_000000009777	1111	0.5184683547318852	2	2	2	1	1	False	125737	fragment	False	FIJ0086_000000023964	0.47797872088028415		0	0	False	False	0.9549955129623413	0					non-mobilizable	chromosome	1083.0	80.425	97.0	0.0003161325700455231	NZ_CM001487.1	firmicutes	[Eubacterium] cellulosolvens 6 chromosome, whole genome shotgun sequence	False	False
FIJ0094_000000011595	1756	0.5184676362679796	3	3	2	2	1	False	77821	maximal	False	ISR0344_000000016617	0.7141698288897939		0	0	False	False	1.0	0					non-mobilizable	other	1758.0	98.69200000000001	100.0	0.00367391063426711	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0167_000000011578	2565	0.5184657481337839	4	2	1	2	1	False	65075	maximal	True	ISR0167_000000011578	1.0		6	3	False	False	0.9832358956336975	0					non-mobilizable	no_good_hit	73.0	84.932	3.0	0.0031450779530035494	NZ_WHJC01000021.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig021, whole genome shotgun sequence	True	False
FIJ0141_000000001927	15681	0.5184645924016127	31	11	4	10	7	False	40312	maximal	True	FIJ0141_000000001927	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	73.32	3.0	0.0003763651950477775	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0327_000000012569	2205	0.5184623022879753	3	3	3	3	3	False	78289	maximal	True	ISR0327_000000012569	1.0		65	9	False	False	0.999546468257904	0					non-mobilizable	chromosome	2205.0	100.0	100.0	0.0004299613620021061	CP050845.1	enterobacteria	Klebsiella pneumoniae strain Bckp206 chromosome, complete genome	False	False
ISR0394_000000012458	1532	0.5184604121156007	3	2	2	1	1	False	22752	fragment	False	ISR0394_000000012458	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1020.0	98.431	97.0	0.023894386343385077	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0082_000000006086	4465	0.5184599265511877	5	2	2	2	0	True	52428	maximal	True	ISR0082_000000006086	1.0		1	1	False	False	0.9977603554725647	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.4142358658386718e-06	CP045903.1	crustaceans	Caligus rogercresseyi isolate FCH chromosome 14	True	True
ENG0154_000000009861	3040	0.5184599265511877	3	2	2	2	0	True	114590	fragment	False	ENG0154_000000009861	1.0		0	0	False	False	0.9970394968986511	0					non-mobilizable	no_good_hit								True	True
FIJ0002_000000011609	3040	0.5184599265511877	3	2	2	2	0	True	52427	fragment	False	FIJ0002_000000011609	1.0		0	0	False	False	0.9986842274665833	0					non-mobilizable	no_good_hit								True	True
AST0052_000000007045	3035	0.5184599265511877	3	2	2	2	0	True	114590	fragment	False	ENG0154_000000009861	0.9991776315789473		0	0	False	False	0.993080735206604	0					non-mobilizable	no_good_hit								True	True
CHI0061_000000004105	1829	0.5184599265511877	3	2	2	2	0	True	124250	fragment	False	ISR0071_000000003227	0.04375328735928087		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	98.196	100.0	0.0007662658582030898	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ENG0011_000000012849	2146	0.5184515030716582	2	2	2	1	1	False	84949	fragment	False	ENG0011_000000012849	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1229.0	98.94200000000001	57.0	0.008405086857127212	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0063_000000013911	2274	0.5184484130321652	4	4	4	4	4	False	131700	fragment	False	ISR0264_000000003339	0.24765083562352644		0	0	False	False	0.9934036731719971	0					non-mobilizable	other	2274.0	95.163	100.0	0.020701463583457043	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
FIJ0114_000000037072	1124	0.5184466097103713	2	2	1	1	2	False	41769	maximal	False	ISR0069_000000022854	0.9646017699115044		0	0	False	False	0.9964413046836853	0					non-mobilizable	no_good_hit	435.0	81.149	39.0	0.0001529840928415131	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0018_000000005868	4699	0.5184427680931067	6	2	2	2	2	False	7808	maximal	True	SPA0018_000000005868	1.0		5	2	False	False	0.9929772019386292	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	3.590006856913097e-05	NZ_VLLI01000001.1	CFB group bacteria	Mucilaginibacter frigoritolerans strain ATCC BAA-1854 JN11DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
ISR0277_000000006218	1535	0.5184395131543664	3	2	1	2	1	False	57833	fragment	False	ISR0277_000000006218	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	87.334	79.0	0.00035658489993262203	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CAN0006_000000007067	6336	0.5184388650186724	5	4	4	4	3	True	130997	fragment	False	USA0037_01_000000005669	0.9512337566054879		0	0	False	False	1.0	0					non-mobilizable	other	4947.0	98.14	99.0	0.010340061517615743	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0802_000000003568	3792	0.5184370930106693	5	2	2	1	1	False	107364	maximal	True	ISR0802_000000003568	1.0		10	3	False	False	0.997890293598175	0					non-mobilizable	no_good_hit	414.0	82.367	11.0	0.001778100022442039	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
MON0104_000000029685	1540	0.5184330062699106	1	1	1	1	1	False	8794	maximal	True	MON0104_000000029685	1.0		4	3	False	False	0.9629870057106018	0					non-mobilizable	chromosome	1388.0	98.991	90.0	0.0004138356770575775	CP023410.1	firmicutes	Clostridium perfringens strain LLY_N11 chromosome, complete genome	False	False
MAD0095_000000027839	1360	0.5184330062699106	1	1	1	1	1	False	44427	fragment	False	FIJ0104_000000021089	0.7272289855870364		0	0	False	False	0.9955882430076599	0					non-mobilizable	chromosome	1358.0	85.641	99.0	0.0003619893569260408	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0103_000000019546	2588	0.5184306116053661	4	4	4	4	3	False	8909	maximal	True	MON0103_000000019546	1.0		82	7	False	False	0.9984543919563293	0					non-mobilizable	no_good_hit	1173.0	90.196	62.0	0.004606261205350986	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0846_000000003432	2880	0.5184274679350456	3	3	2	2	2	True	20671	maximal	True	ISR0846_000000003432	1.0		2	2	False	False	0.9989583492279053	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.545432330653908e-06	NZ_CP019419.1	CFB group bacteria	Polaribacter reichenbachii strain 6Alg 8T chromosome, complete genome	True	True
SPA0126_000000024157	1815	0.5184269976610877	2	2	2	2	1	False	3963	maximal	True	SPA0126_000000024157	1.0		79	9	False	False	0.994490385055542	0					non-mobilizable	other	1796.0	95.045	99.0	0.0028218966604149995	NZ_FRDE01000004.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
SPA0029_000000009868	2628	0.5184246402371558	1	1	1	1	1	False	7384	fragment	False	SPA0029_000000009868	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2628.0	99.81	100.0	0.006029391850796077	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	False
SPA0117_000000005668	6398	0.5184232714067487	4	4	4	4	4	False	5089	maximal	True	SPA0117_000000005668	0.9975413866579249		20	6	False	False	0.9981244206428528	0					non-mobilizable	no_good_hit	523.0	75.717	8.0	0.000188393425582581	FP929056.1	bacteria	Fretibacterium fastidiosum draft genome	True	False
ISR0378_000000022315	1434	0.5184224466725066	2	2	2	2	1	False	23262	maximal	True	ISR0378_000000022315	1.0		187	12	False	False	0.9811715483665466	0					non-mobilizable	no_good_hit	490.0	76.122	34.0	0.002539261085560455	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
MON0068_000000022094	1918	0.5184213482004876	3	2	2	2	2	False	10560	maximal	True	MON0068_000000022094	1.0		0	0	False	False	0.9061522483825684	0					non-mobilizable	no_good_hit	1147.0	93.2	60.0	0.0033277144850034877	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
CHI0129_000000022721	1182	0.5184199312508607	2	1	1	1	1	False	81154	fragment	False	CHI0129_000000022721	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	93.182	4.0	0.0408745247148289	KJ800805.1	bacteria	Uncultured bacterium BD_contig03615 genomic sequence	True	False
ISR0393_000000007368	2380	0.5184149382718366	2	2	2	2	2	False	39771	fragment	False	ISR0393_000000007368	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2380.0	99.03399999999999	100.0	0.0007617658237717686	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
CHI0153_000000008094	1880	0.5184143239127623	4	4	4	2	2	False	79252	fragment	False	CHI0153_000000008094	1.0		0	0	False	False	0.9882978796958923	0					non-mobilizable	chromosome	1880.0	99.947	100.0	0.00041817370922528146	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0221_000000017512	1271	0.5184134974251697	2	2	2	2	1	False	27930	fragment	False	ISR0221_000000017512	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	95.67299999999999	100.0	0.0007504992001569548	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MAD0099_000000021755	1448	0.5184108719660889	1	1	1	1	1	False	103881	maximal	True	MAD0099_000000021755	0.9670515319638127		36	5	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	74.38	74.0	0.0002494083596891273	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
MAD0024_000000011014	1425	0.5184108719660889	1	1	1	1	1	False	103881	maximal	False	MAD0099_000000021755	0.960625521399002		0	0	False	False	0.9866666793823242	0					non-mobilizable	no_good_hit	1089.0	74.38	75.0	0.0002494083596891273	CP029329.1	firmicutes	Clostridium beijerinckii isolate WB53 chromosome, complete genome	True	False
ISR0160_000000011325	2501	0.5184093204976308	3	3	3	3	3	False	131873	fragment	False	ISR0128_000000013355	0.9346305100197099		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2166.0	99.538	86.0	0.1255072463768116	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	True	False
ISR0324_000000015512	1980	0.5184055572525814	2	2	2	2	1	False	111994	maximal	False	ISR0400_000000009343	0.9597181154729524		0	0	False	False	1.0	0					non-mobilizable	other	1980.0	98.535	100.0	0.0016524150392312888	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
DEN0066_000000007304	4213	0.5184036837017181	4	4	4	4	4	False	71008	maximal	True	DEN0066_000000007304	1.0		34	7	False	False	0.9976264238357544	0					non-mobilizable	other	4194.0	97.02	99.0	0.0033361990734107083	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
AST0148_000000019227	1784	0.5184032850639443	3	2	2	2	2	False	104847	maximal	True	AST0148_000000019227	1.0		4	3	False	False	0.9943946003913879	0					non-mobilizable	no_good_hit	59.0	88.13600000000001	3.0	0.0003210399441277852	NZ_JNLM01000002.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000005_quiver.2_C, whole genome shotgun sequence	True	False
MON0043_000000002664	6923	0.5184023822927697	7	6	3	4	2	True	97584	maximal	True	MON0043_000000002664	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	76.438	16.0	0.0003009164652013383	NZ_CP027234.1	CFB group bacteria	Bacteroides heparinolyticus strain F0111 chromosome, complete genome	True	True
DEN0031_000000026950	1282	0.5184001851786554	1	1	1	1	1	False	110003	fragment	False	AST0089_000000019115	0.9790967364693418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	71.094	82.0	0.004107999623694691	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
MON0064_000000007536	3301	0.5183983981251621	2	2	2	2	2	False	128556	fragment	False	ISR0263_000000003210	0.8748132036392544		0	0	False	False	0.9963647127151489	0					non-mobilizable	no_good_hit	81.0	96.296	6.0	2.7884941155802925e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0233_000000008747	1845	0.5183975598641483	4	3	3	3	2	False	27392	fragment	False	ISR0233_000000008747	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1845.0	99.78299999999999	99.0	0.00824838185892762	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0030_000000011078	2775	0.5183970570090789	2	2	2	2	2	False	110164	fragment	False	SPA0039_000000009277	0.9487270155586986		0	0	False	False	0.9812612533569336	0					non-mobilizable	no_good_hit	1377.0	78.359	49.0	0.001032052427358662	NZ_UYZY01000002.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
ENG0132_000000010282	1863	0.5183962448294056	4	4	2	3	4	False	58320	fragment	False	ENG0132_000000010282	1.0		0	0	False	False	0.9957058429718018	0					non-mobilizable	chromosome	687.0	94.76	99.0	0.00023056698947167173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0146_000000030867	1387	0.5183959170458737	2	1	1	1	1	False	30984	maximal	False	ISR0387_000000016637	0.9650519031141869		0	0	False	False	0.9596250653266907	0					non-mobilizable	other	1401.0	84.654	100.0	0.0004175991391496333	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0137_000000004042	3420	0.5183933155819234	3	3	3	3	2	False	105752	fragment	False	CHI0137_000000004042	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3248.0	93.904	94.0	0.014592255330658612	NZ_SMMX01000006.1	firmicutes	Extibacter muris strain DSM 28560 NODE_6_length_221830_cov_109.999026, whole genome shotgun sequence	False	False
SPA0012_000000003561	6830	0.5183836372506401	8	8	5	6	7	True	132396	maximal	True	SPA0012_000000003561	1.0	PS1159|PS1161|PS463	64	8	True	True	0.9954612255096436	5		MOBV			mobilizable	no_good_hit	3327.0	99.91	80.0	0.47780491308720013	MH229772.1	firmicutes	Clostridioides difficile strain Cd-13Lar plasmid pCd13_cfrC, complete sequence	True	True
ISR0353_000000002560	10455	0.5183834746665053	7	3	2	2	1	True	24047	fragment	False	ISR0353_000000002560	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5936.0	98.72	79.0	0.03581573571540814	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ENG0183_000000027306	1155	0.5183826441808511	2	2	2	2	1	True	55136	fragment	False	USA0116_01_000000019039	0.9446609508963367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	73.852	85.0	0.00027487961083982014	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
SPA0067_000000008681	2499	0.5183799596767773	4	4	4	2	2	False	124168	maximal	True	SPA0067_000000008681	1.0		0	0	False	False	0.999599814414978	0					non-mobilizable	no_good_hit	1248.0	99.439	84.0	0.0295259743334754	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0066_000000011303	2865	0.5183785150711426	4	3	2	1	2	False	62207	fragment	False	ISR0066_000000011303	0.9942115171639897		0	0	False	False	0.997556746006012	0					non-mobilizable	chromosome	2865.0	99.686	100.0	0.0010221573301421847	CP036293.1	verrucomicrobia	Akkermansia muciniphila strain 139 chromosome, complete genome	False	False
SPA0032_000000009962	2731	0.5183785150711426	4	3	2	1	2	False	62207	fragment	False	ISR0066_000000011303	0.973053074003837		0	0	False	False	0.9908458590507507	0					non-mobilizable	chromosome	2714.0	99.889	99.0	0.0009425830388557536	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
USA0039_01_000000008557	2672	0.5183785150711426	4	3	2	1	2	False	62207	fragment	False	ISR0066_000000011303	0.947535064787189		0	0	False	False	0.99363774061203	0					non-mobilizable	chromosome	2672.0	100.0	100.0	0.0009662793469818331	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	False	False
ISR0047_000000011558	2566	0.5183785150711426	4	3	2	1	2	False	62207	fragment	False	ISR0066_000000011303	0.7087041017744811		0	0	False	False	0.9961028695106506	0					non-mobilizable	chromosome	2566.0	99.844	100.0	0.0008911631016089229	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	False	False
FIJ0166_000000020567	1228	0.5183783709504955	2	2	2	2	2	False	38992	fragment	False	FIJ0166_000000020567	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	610.0	97.705	65.0	0.0022319874217063525	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0001_000000030321	1152	0.5183751338298549	1	1	1	1	1	False	84951	fragment	False	CHI0070_000000009621	0.7290218145422613		0	0	False	False	1.0	0					non-mobilizable	chromosome	1152.0	95.139	100.0	0.00046390758638160956	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ISR0001_000000010276	2703	0.5183703375017611	5	4	4	3	2	False	76634	maximal	True	ISR0001_000000010276	1.0		176	10	False	False	0.9996300339698792	0					non-mobilizable	other	2703.0	99.29700000000001	100.0	0.0011223036882338378	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0199_000000009877	2991	0.5183695680214317	5	2	2	1	1	True	65517	maximal	True	ISR0199_000000009877	1.0		104	9	False	False	1.0	0					non-mobilizable	chromosome	2993.0	94.353	100.0	0.00042233839588532227	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0024_000000008933	2588	0.5183666133015186	4	4	4	3	2	False	37453	maximal	True	ISR0024_000000008933	1.0		192	12	False	False	0.9992272257804871	0					non-mobilizable	no_good_hit	934.0	83.405	84.0	0.0034479673766373187	NZ_JNKW01000004.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0050_000000013471	2009	0.5183666133015186	4	4	4	3	2	False	92748	fragment	False	ISR0193_000000013311	0.974467030242935		0	0	False	False	1.0	0					non-mobilizable	chromosome	2009.0	99.9	100.0	0.000936484173510743	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ENG0122_000000023490	1272	0.5183636405006928	2	2	2	2	1	False	59001	maximal	False	ISR0025_000000030539	0.9869230769230769		0	0	False	False	0.9976415038108826	0					non-mobilizable	chromosome	1280.0	82.969	100.0	0.00044197631731947637	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0046_000000003212	6170	0.5183583342868913	10	3	3	2	0	False	115726	fragment	False	AST0046_000000003212	1.0		0	0	False	False	0.9891409873962402	0					non-mobilizable	other	3565.0	100.0	97.0	0.0009877988548850313	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	False
FIJ0132_000000001504	14137	0.5183544455587126	16	9	2	7	5	False	83342	maximal	True	FIJ0132_000000001504	1.0		3	2	False	False	0.9990096688270569	0					non-mobilizable	no_good_hit	516.0	97.67399999999999	10.0	0.00015396339139198153	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0840_000000003628	3833	0.5183541380044195	4	3	2	2	2	False	99658	fragment	False	ENG0206_000000006185	0.3863514239656099		0	0	False	False	0.9997391104698181	0					non-mobilizable	no_good_hit	777.0	82.49700000000001	22.0	0.009401740791068347	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0055_000000005233	1719	0.518353037195061	2	2	2	1	1	False	41427	maximal	False	FIJ0122_000000008437	0.6278987431403787		0	0	False	False	1.0	0					non-mobilizable	chromosome	1719.0	97.03299999999999	100.0	0.0004582886626373899	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0028_000000009921	1461	0.518353037195061	2	2	2	1	1	False	88648	maximal	True	CHI0028_000000009921	1.0		311	10	False	False	0.9897330403327942	0					non-mobilizable	other	1461.0	100.0	100.0	0.0026193227077338193	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	False	False
USA0089_01_000000000307	32159	0.5183499826475281	27	5	1	4	2	False	414	maximal	True	USA0089_01_000000000307	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	16461.0	98.178	99.0	0.0041270720671893754	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
DEN0011_000000005592	6458	0.5183494325412066	4	2	2	2	1	False	75786	maximal	True	DEN0011_000000005592	1.0		48	9	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	88.333	1.0	1.5298812179120603e-05	CP047158.1	firmicutes	Anoxybacillus sp. PDR2 chromosome, complete genome	True	False
ISR0149_000000008748	1922	0.5183494325412066	3	2	2	2	1	False	30868	fragment	False	ISR0149_000000008748	1.0		0	0	False	False	0.9989594221115112	0					non-mobilizable	no_good_hit	87.0	78.161	5.0	0.000959114937657529	NZ_AJLS01000118.1	firmicutes	Bacillus bataviensis LMG 21833 contig118, whole genome shotgun sequence	True	False
FIJ0051_000000009734	2270	0.5183464007387516	3	2	2	2	2	False	46538	maximal	True	FIJ0051_000000009734	1.0		4	1	False	False	0.9850220084190369	0					non-mobilizable	no_good_hit	1351.0	84.16	59.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0157_000000012926	1468	0.5183464007387516	2	2	2	2	2	False	41604	fragment	False	FIJ0157_000000012926	0.9707364255297476		0	0	False	False	0.9993187785148621	0					non-mobilizable	other	1377.0	79.73899999999999	93.0	0.0003690229141522458	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
FIJ0117_000000014618	1400	0.5183464007387516	2	2	2	2	2	False	41604	fragment	False	FIJ0157_000000012926	0.9621267834688112		0	0	False	False	0.9850000143051147	0					non-mobilizable	other	1351.0	84.16	96.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0121_000000019105	1346	0.5183464007387516	2	2	2	2	2	False	41604	fragment	False	FIJ0157_000000012926	0.9540093608651589		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	84.16	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0006_01_000000011920	2025	0.5183459983008305	2	2	2	2	2	False	21365	maximal	True	USA0006_01_000000011920	1.0		9	4	False	False	0.9925925731658936	0					non-mobilizable	no_good_hit	1293.0	75.01899999999999	77.0	0.00031690734562622697	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0003_000000014762	1760	0.5183444700146663	4	1	1	1	0	True	38596	maximal	True	ISR0003_000000014762	1.0		52	8	False	False	0.9977272748947144	0					non-mobilizable	other	1490.0	100.0	100.0	0.10033692722371967	NZ_CYZN01000045.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0096_000000012647	2994	0.5183396643499851	5	4	4	4	4	False	51182	maximal	True	SPA0096_000000012647	1.0		4	3	False	False	0.9866399168968201	0					non-mobilizable	no_good_hit	1175.0	78.128	39.0	0.0004064230173458276	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0019_000000002189	9708	0.5183373777385281	13	5	1	5	1	False	106824	fragment	False	SPA0019_000000002189	1.0		0	0	False	False	0.998763918876648	0					non-mobilizable	virus	9599.0	99.969	99.0	0.7256918191441101	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	False	False
MAD0066_000000012045	2239	0.5183370131406537	3	3	2	3	2	False	16576	maximal	True	MAD0066_000000012045	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	78.571	13.0	0.0010991360715451302	NZ_FQXV01000005.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0030_000000010289	2069	0.5183322505319049	2	2	2	2	2	False	37046	maximal	True	ISR0030_000000010289	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	73.96600000000001	67.0	0.003369821431185855	NZ_JAAVNF010000025.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_6_length_409704_cov_32.581100, whole genome shotgun sequence	True	False
USA0069_01_000000015021	4107	0.5183303994108909	5	4	1	1	4	False	90279	fragment	False	USA0069_01_000000015021	1.0		0	0	False	False	0.9929388761520386	0		MOBQ			mobilizable	plasmid	4071.0	99.337	99.0	0.8029225908372828	CP054452.1	enterobacteria	Escherichia coli strain SCU-488 plasmid pSCU-488-3, complete sequence	False	True
ISR0347_000000005518	3676	0.5183303994108909	4	4	1	1	4	False	90278	fragment	False	ISR0347_000000005518	0.9964070135096292		0	0	False	False	1.0	0		MOBQ			mobilizable	chromosome	3568.0	99.58	100.0	0.0006963453873121068	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
FIJ0005_000000008761	3479	0.5183303994108909	4	4	1	1	4	False	90278	fragment	False	ISR0347_000000005518	0.9699401523394995		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	3479.0	99.368	100.0	0.673117863363654	CP034960.1	enterobacteria	Escherichia coli strain WCHEC020032 plasmid p2_020032, complete sequence	False	True
ISR0304_000000003244	2847	0.5183292116684848	5	3	3	3	2	False	25495	maximal	True	ISR0304_000000003244	1.0		39	8	False	False	0.9929750561714172	0					non-mobilizable	other	1290.0	99.147	100.0	0.0005403264175184807	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
CHI0056_000000006146	2986	0.5183286003284752	3	3	3	3	2	False	86159	maximal	True	CHI0056_000000006146	1.0		33	9	False	False	0.9996650815010071	0					non-mobilizable	chromosome	2988.0	90.295	100.0	0.001444151573041859	CP035368.2	g-proteobacteria	Haemophilus parainfluenzae strain LC_1315_18 chromosome, complete genome	False	False
ISR0082_000000009363	3081	0.5183252633798722	5	4	2	3	1	False	120304	maximal	True	ISR0082_000000009363	1.0		4	4	False	False	0.9990262985229492	0					non-mobilizable	no_good_hit								True	False
MAD0058_000000005770	2614	0.5183160795486775	4	4	4	4	4	False	81437	maximal	True	MAD0058_000000005770	1.0		20	8	False	False	0.985080361366272	0					non-mobilizable	no_good_hit	452.0	74.558	17.0	0.00019724420394336682	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0137_000000006548	2613	0.5183149738309021	4	4	3	3	3	False	57988	fragment	False	ENG0137_000000006548	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2613.0	99.962	100.0	0.07722555657392899	CP041553.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-3	False	True
FIJ0135_000000017332	1642	0.5183141047463083	2	2	2	2	2	False	113701	fragment	False	FIJ0135_000000017332	0.9626773596545342		0	0	False	False	0.9963459372520447	0					non-mobilizable	no_good_hit	121.0	85.124	7.0	0.000951769100816142	NZ_DS544174.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_7, whole genome shotgun sequence	True	False
MON0026_000000013046	2931	0.518313104119715	3	3	2	3	2	False	12767	maximal	True	MON0026_000000013046	1.0		3	1	False	False	0.9911292791366577	0					non-mobilizable	no_good_hit								True	False
MAD0072_000000000032	51466	0.5183121917135171	82	12	4	12	3	False	44101	maximal	True	MAD0072_000000000032	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	86.885	0.0	0.0001918679694660362	NZ_KE136493.1	firmicutes	Enterococcus columbae DSM 7374 = ATCC 51263 acyDG-supercont2.3, whole genome shotgun sequence	True	False
ENG0150_000000003498	4498	0.5183092169088773	4	3	3	3	3	False	57179	maximal	True	ENG0150_000000003498	1.0		1	1	False	False	0.9962205290794373	0					non-mobilizable	no_good_hit	1025.0	74.829	31.0	0.009295833751448199	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
SPA0131_000000008475	2903	0.5183085458406677	4	4	3	4	3	False	124363	fragment	False	SPA0131_000000008475	0.9667799255575759		0	0	False	False	0.9979331493377686	0					non-mobilizable	other	2779.0	97.913	96.0	0.016001013743131315	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0059_000000008992	2888	0.5183085458406677	4	4	3	4	3	False	124363	fragment	False	SPA0131_000000008475	0.9663903940528156		0	0	False	False	1.0	0					non-mobilizable	other	2764.0	97.97399999999999	96.0	0.015914615180803393	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CAN0008_000000008847	3251	0.5183068403833571	3	3	3	3	2	False	95041	maximal	True	CAN0008_000000008847	1.0		14	7	False	False	1.0	0					non-mobilizable	other	3216.0	99.19200000000001	99.0	0.0009254265701082611	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	False	False
ENG0068_000000017305	1492	0.5183057291568297	2	2	2	2	2	True	62587	maximal	True	ENG0068_000000017305	1.0		23	7	False	False	0.9886059165000916	0					non-mobilizable	no_good_hit	105.0	84.762	7.0	2.757935215020256e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0048_000000010326	3033	0.5182960857063659	4	3	3	2	2	True	48556	fragment	False	FIJ0048_000000010326	0.9836557705136757		0	0	False	False	0.9993405938148499	0					non-mobilizable	no_good_hit	910.0	85.934	30.0	0.007883371203580038	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
USA0040_01_000000006278	2591	0.5182957416768543	3	1	1	1	1	False	106606	fragment	False	USA0040_01_000000006278	0.9777229355594603		0	0	False	False	0.9996140599250793	0					non-mobilizable	other	2058.0	98.105	94.0	0.001084411063524547	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
USA0086_01_000000007394	2382	0.5182957416768543	2	1	1	1	1	False	106606	fragment	False	USA0040_01_000000006278	0.9578491661835514		0	0	False	False	0.9995802044868469	0					non-mobilizable	other	1997.0	97.897	93.0	0.001050127639823625	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ENG0193_000000008588	2380	0.5182957416768543	2	1	1	1	1	False	106606	fragment	False	USA0040_01_000000006278	0.9457173451760625		0	0	False	False	1.0	0					non-mobilizable	other	1993.0	97.64200000000001	90.0	0.001050127639823625	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
AST0113_000000017868	2113	0.5182957416768543	3	1	1	1	1	False	106605	fragment	False	AST0113_000000017868	1.0		0	0	False	False	0.9891149997711182	0					non-mobilizable	other	2113.0	100.0	100.0	0.0011139475516361104	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
USA0134_01_000000002734	1494	0.5182957416768543	2	1	1	1	1	False	1973	fragment	False	USA0134_01_000000002734	1.0		0	0	False	False	0.9986613392829895	0					non-mobilizable	other	1475.0	97.96600000000001	99.0	0.0007769151247916622	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
USA0013_01_000000008638	1105	0.5182957416768543	1	1	1	1	1	False	1972	fragment	False	USA0013_01_000000008638	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1088.0	98.07	98.0	0.00057279689444925	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0785_000000024418	1557	0.51829260922788	2	1	1	1	1	False	55763	maximal	True	ISR0785_000000024418	1.0		25	7	False	False	1.0	0					non-mobilizable	other	1557.0	98.97200000000001	100.0	0.002488532917085154	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0812_000000031271	1260	0.51829260922788	2	1	1	1	1	False	55762	fragment	False	ENG0171_000000018317	0.6536		0	0	False	False	0.9857142567634583	0					non-mobilizable	other	1259.0	98.809	99.0	0.0020119372812937813	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0164_000000022838	1250	0.51829260922788	1	1	1	1	1	False	55762	fragment	False	ENG0171_000000018317	0.9541800540289967		0	0	False	False	0.9887999892234802	0					non-mobilizable	other	1249.0	98.719	99.0	0.0019959441391531312	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0214_000000012307	2322	0.5182907670021063	3	2	2	2	2	False	124915	fragment	False	ISR0214_000000012307	1.0		0	0	False	False	0.9991386532783508	0					non-mobilizable	no_good_hit	740.0	72.568	31.0	0.0015118027254269327	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0025_000000004352	2541	0.5182902175228119	4	4	4	3	3	False	88970	maximal	True	CHI0025_000000004352	1.0		1113	15	False	False	0.9976387023925781	0					non-mobilizable	other	2541.0	97.914	100.0	0.0007593534255060836	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0326_000000005903	3024	0.5182900818879875	3	1	1	1	1	False	24834	maximal	True	ISR0326_000000005903	1.0		8	3	False	False	0.9986772537231445	0					non-mobilizable	no_good_hit								True	False
CHI0028_000000007662	1831	0.5182894835472341	2	2	2	1	1	False	102351	fragment	False	CHI0028_000000007662	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	325.0	89.846	22.0	0.010101010101010102	NZ_CYXX01000037.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0098_000000019975	1210	0.5182885493023203	2	2	2	1	1	False	42838	maximal	True	FIJ0098_000000019975	1.0		118	9	False	False	0.9975206851959229	0					non-mobilizable	no_good_hit	548.0	76.46	45.0	0.0001665531309080054	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0849_000000006245	4182	0.5182882061460511	5	3	1	3	3	False	109092	fragment	False	ISR0849_000000006245	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4195.0	95.805	100.0	0.000810702355121314	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MAD0108_000000006218	2695	0.5182843124593165	4	4	2	2	2	True	78408	maximal	False	CHI0164_000000008614	0.9527106541846649		0	0	False	False	1.0	0					non-mobilizable	other	2695.0	98.516	100.0	0.0007481213656130763	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
FIJ0074_000000014053	2246	0.5182841593232439	2	2	2	2	2	False	99941	maximal	True	FIJ0074_000000014053	1.0	PS564	70	9	False	True	1.0	0					non-mobilizable	no_good_hit	1479.0	96.755	66.0	0.005358780895474767	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0831_000000005067	3356	0.5182829181425853	4	3	3	1	1	False	21025	maximal	True	ISR0831_000000005067	1.0		130	11	False	False	0.99791419506073	0					non-mobilizable	no_good_hit	2148.0	98.184	71.0	0.0006461195044088774	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0111_01_000000006783	3569	0.5182827821328682	2	2	2	2	2	False	308	maximal	True	USA0111_01_000000006783	1.0		313	13	False	False	0.9969179034233093	0					non-mobilizable	chromosome	3550.0	99.74600000000001	99.0	0.0005400682229883715	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
AST0093_000000007918	2263	0.5182823488289497	1	1	1	1	0	False	109549	maximal	True	AST0093_000000007918	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2183.0	84.56299999999999	96.0	0.2637524557956778	AY312234.1	firmicutes	Streptococcus thermophilus plasmid pSMQ308, complete sequence	False	True
MON0019_000000049132	1363	0.5182794862995239	2	2	2	2	2	False	13152	maximal	True	MON0019_000000049132	1.0		10	3	False	False	0.9655172228813171	0					non-mobilizable	no_good_hit	613.0	80.098	45.0	0.0001959695383402476	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0065_000000011690	1628	0.5182772922468851	2	2	2	2	2	False	109868	fragment	False	ENG0033_000000014706	0.8285754461217492		0	0	False	False	0.9877150058746338	0					non-mobilizable	other	1634.0	97.919	100.0	0.013413502213679637	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
MON0102_000000012665	3590	0.5182762156934809	4	2	1	2	1	False	8968	maximal	True	MON0102_000000012665	1.0		1	1	False	False	0.9938718676567078	0					non-mobilizable	no_good_hit								True	False
SPA0026_000000003634	6502	0.5182730175830936	8	5	5	5	2	False	76153	maximal	True	SPA0026_000000003634	1.0		107	13	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0005118249205788917	NZ_FNAC01000031.1	CFB group bacteria	Algoriphagus faecimaris strain DSM 23095, whole genome shotgun sequence	True	False
SPA0116_000000002810	11524	0.5182729038617186	13	7	5	4	4	False	4366	fragment	False	SPA0116_000000002810	1.0		0	0	False	False	0.999913215637207	0					non-mobilizable	no_good_hit	1102.0	71.96	9.0	0.0003198602092418869	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0087_01_000000000865	10975	0.5182729038617186	13	7	5	4	4	False	428	fragment	False	USA0087_01_000000000865	1.0		0	0	False	False	0.9991799592971802	0					non-mobilizable	no_good_hit	1459.0	72.241	13.0	0.0004244071109663184	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0009_01_000000003506	6962	0.5182695289645485	14	11	7	11	10	False	132182	fragment	False	USA0009_01_000000003506	1.0		0	0	False	False	0.9977018237113953	0					non-mobilizable	other	6962.0	99.655	100.0	0.0024183574207893273	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
MAD0002_000000027439	1570	0.5182681118294435	2	2	2	2	1	False	20154	maximal	True	MAD0002_000000027439	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	882.0	88.095	56.0	0.0003067343527138322	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0283_000000008445	1580	0.5182660219625418	3	2	1	2	0	False	26108	maximal	True	ISR0283_000000008445	1.0		5	3	False	False	0.9411392211914062	0					non-mobilizable	no_good_hit	89.0	89.88799999999999	6.0	2.7376651076493473e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
TAN0016_000000008573	1403	0.518264150860238	2	1	1	1	1	False	2513	maximal	True	TAN0016_000000008573	1.0		50	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0167_000000012587	1636	0.5182630262337407	3	3	2	3	2	False	38967	maximal	True	FIJ0167_000000012587	1.0		507	13	False	False	1.0	0					non-mobilizable	chromosome	902.0	97.78299999999999	93.0	0.0003029347306927074	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0785_000000002735	9072	0.5182608722397016	13	13	5	8	13	False	106642	maximal	True	ISR0785_000000002735	1.0		5	2	False	False	0.9993386268615723	0					non-mobilizable	no_good_hit	3447.0	90.51299999999999	38.0	0.09640953716690043	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0223_000000027257	1188	0.5182574308385932	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5885541735240254		0	0	False	False	0.9991582632064819	0					non-mobilizable	chromosome	1189.0	97.14	100.0	0.0003379156746793641	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0065_000000005877	4730	0.5182565377845209	5	5	5	5	5	False	121655	fragment	False	AST0040_000000003137	0.5045556058946756		0	0	False	False	1.0	0					non-mobilizable	other	4729.0	99.23899999999999	99.0	0.07817745803357314	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0101_000000020538	1639	0.5182563158798615	2	2	2	2	2	False	80594	fragment	False	ENG0101_000000020538	0.9739140236818696		0	0	False	False	1.0	0					non-mobilizable	other	1639.0	99.20700000000001	100.0	0.027090052096254032	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0175_000000003429	3598	0.518253441087683	3	3	3	2	3	True	106450	fragment	False	CHI0175_000000003429	0.9994994438264738		0	0	False	False	1.0	0					non-mobilizable	other	3598.0	100.0	100.0	0.024228748484440253	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
MON0014_000000004350	3596	0.518253441087683	3	3	3	2	3	True	106450	fragment	False	CHI0175_000000003429	0.9987407282281545		0	0	False	False	1.0	0					non-mobilizable	other	3596.0	100.0	100.0	0.02421527684224707	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
CHI0138_000000004548	3396	0.518253441087683	3	3	3	2	3	True	106450	fragment	False	CHI0175_000000003429	0.957884669251821		0	0	False	False	1.0	0					non-mobilizable	other	3396.0	100.0	100.0	0.022868112622928736	NZ_QREV01000006.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold6, whole genome shotgun sequence	False	True
AST0118_000000019723	1578	0.5182491123078542	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.12762393242834427		0	0	False	False	0.9936628937721252	0					non-mobilizable	chromosome	1578.0	98.542	100.0	0.0005496819025337652	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0020_000000008285	2393	0.5182430606547369	2	2	2	2	2	False	66489	maximal	True	ENG0020_000000008285	1.0		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	93.64	46.0	0.0035986995698151667	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
MON0107_000000001496	18981	0.5182411449846722	18	10	5	8	1	True	79224	fragment	False	MON0092_000000001413	0.9314350228091093		0	0	False	False	0.9989463090896606	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
DEN0005_000000009388	3436	0.5182398688494569	2	2	2	2	2	False	76539	maximal	True	DEN0005_000000009388	1.0		1	1	False	False	0.9886496067047119	0					non-mobilizable	other	3171.0	98.833	92.0	0.012885026542341742	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
ISR0387_000000007423	3232	0.5182388616970702	3	3	3	3	3	False	22974	maximal	True	ISR0387_000000007423	1.0		86	11	False	False	0.9950494766235352	0					non-mobilizable	no_good_hit	853.0	80.657	26.0	0.0036161903222238292	NZ_FRCJ01000007.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	False
ISR0029_000000016976	2670	0.5182386017070473	6	1	1	1	1	False	37126	maximal	True	ISR0029_000000016976	1.0		0	0	False	False	0.9996254444122314	0					non-mobilizable	no_good_hit	760.0	99.73700000000001	28.0	0.00017280724342393306	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
MON0041_000000006044	6552	0.5182382392498613	12	3	2	3	2	False	121255	maximal	True	MON0041_000000006044	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	84.375	10.0	0.0003088076677122395	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MAD0089_000000004196	4642	0.5182330402957812	9	9	1	7	8	True	15853	fragment	False	MAD0089_000000004196	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	4643.0	99.44	100.0	0.06289887670898768	GU371926.1	enterobacteria	Escherichia coli plasmid pEC_B24, complete sequence	False	True
ISR0374_000000008023	1979	0.518232742404345	5	4	4	2	1	True	23412	maximal	True	ISR0374_000000008023	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	99.65100000000001	29.0	0.00017295074532095667	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
AST0090_000000012371	1846	0.5182309788982996	2	2	2	2	2	False	109886	maximal	True	AST0090_000000012371	1.0		886	15	False	False	0.9918743371963501	0					non-mobilizable	other	1846.0	95.93700000000001	100.0	0.0005739763776833007	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0101_000000004241	5814	0.5182307898044191	9	7	4	5	7	True	15130	maximal	True	MAD0101_000000004241	1.0		1	1	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	5811.0	99.484	99.0	0.16990291262135923	CP058685.1	enterobacteria	Escherichia coli strain MBT-5 plasmid unnamed3, complete sequence	False	True
ISR0035_000000002219	7259	0.5182299310436472	10	9	6	4	6	True	132391	maximal	True	ISR0035_000000002219	1.0	PS1159|PS463	43	10	False	True	1.0	0		MOBV			mobilizable	no_good_hit	2800.0	98.10700000000001	75.0	0.0009502574052638892	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
FIJ0105_000000028418	1218	0.5182270087900226	2	2	2	2	1	True	85853	fragment	False	CHI0141_000000020826	0.7017571201490754		0	0	False	False	0.9991790056228638	0					non-mobilizable	other	1218.0	98.93299999999999	100.0	0.000325903082261205	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
AST0016_000000012358	2062	0.5182245365916064	2	1	1	1	1	False	123387	fragment	False	AST0016_000000012358	1.0		0	0	False	False	0.9946653842926025	0					non-mobilizable	other	1981.0	92.428	96.0	0.002320643855231324	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0027_000000012829	2017	0.5182245365916064	2	1	1	1	1	False	76197	maximal	True	ISR0027_000000012829	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1674.0	91.219	83.0	0.001959733184736888	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0091_000000015586	1931	0.5182245365916064	2	1	1	1	1	False	76196	fragment	False	ISR0091_000000015586	1.0		0	0	False	False	0.9860175848007202	0					non-mobilizable	no_good_hit	1639.0	90.97	85.0	0.0019185870170909424	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0018_000000014463	1455	0.5182245365916064	2	1	1	1	1	False	64464	maximal	True	ISR0018_000000014463	1.0		3	2	False	False	0.9663230180740356	0					non-mobilizable	no_good_hit	1011.0	90.50399999999999	69.0	0.0011873608377829974	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0147_000000012010	1289	0.5182245365916064	1	1	1	1	1	False	76198	maximal	True	ENG0147_000000012010	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	89.01100000000001	85.0	0.001275531197024309	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0047_000000030971	1250	0.5182245365916064	1	1	1	1	1	False	76195	fragment	False	SPA0047_000000030971	0.9991356957649092		0	0	False	False	0.9855999946594238	0					non-mobilizable	no_good_hit	1080.0	89.167	86.0	0.0012614239395456993	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0003_000000021197	1190	0.5182245365916064	1	1	1	1	1	False	64463	fragment	False	ISR0003_000000021197	0.9751828917635236		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	88.946	97.0	0.0013531211131566634	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0148_000000024730	1184	0.5182245365916064	1	1	1	1	1	False	76195	fragment	False	SPA0047_000000030971	0.9809594929415154		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	90.50399999999999	85.0	0.0011873608377829974	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
DEN0007_000000021898	1157	0.5182245365916064	1	1	1	1	1	False	76195	fragment	False	SPA0047_000000030971	0.9653909909909911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	987.0	90.679	85.0	0.0011591463228257776	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0045_000000011916	1131	0.5182245365916064	1	1	1	1	1	False	64463	fragment	False	ISR0003_000000021197	0.6498599439775911		0	0	False	False	0.9796640276908875	0					non-mobilizable	other	1098.0	88.98	97.0	0.0012825848257636142	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0082_000000037667	1161	0.518221468818544	3	1	1	1	1	False	69152	maximal	True	DEN0082_000000037667	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0025_000000003787	5357	0.5182212710516771	4	3	2	3	2	False	60003	maximal	True	SPA0025_000000003787	1.0		460	14	False	False	1.0	0					non-mobilizable	other	5361.0	98.63799999999999	100.0	0.27346938775510204	NZ_JAAITI010000053.1	firmicutes	Blautia luti strain MSK.16.34 NODE_53_length_19600_cov_120.968, whole genome shotgun sequence	False	False
USA0045_01_000000006929	2051	0.5182182311578879	3	3	3	2	2	False	63642	fragment	False	USA0045_01_000000006929	0.9580997636366099		0	0	False	False	0.9980497360229492	0					non-mobilizable	no_good_hit	1791.0	76.047	86.0	0.0006004534245894588	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0080_000000037799	1496	0.51821699223099	2	2	2	1	1	False	125829	maximal	True	MON0080_000000037799	1.0		0	0	False	False	0.991310179233551	0					non-mobilizable	no_good_hit	1291.0	95.662	86.0	0.00042042447542343334	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0325_000000007665	2554	0.5182147243011136	3	3	2	2	3	False	100849	maximal	True	ISR0325_000000007665	0.9718711781492051		568	14	False	False	1.0	0					non-mobilizable	chromosome	2556.0	98.083	100.0	0.0010518001266772588	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0041_000000016408	3382	0.5182071860733021	5	4	3	4	2	False	11825	maximal	True	MON0041_000000016408	1.0		0	0	False	False	0.978119432926178	0					non-mobilizable	no_good_hit	31.0	100.0	1.0	9.517023734822727e-06	CP049885.1	b-proteobacteria	Acidovorax sp. HDW3 chromosome, complete genome	True	False
MAD0034_000000007840	1985	0.5182000007103079	4	3	2	2	3	False	53922	fragment	False	MAD0034_000000007840	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	88.921	21.0	0.00010104781803978593	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0044_000000053096	1076	0.518199987524464	1	1	1	1	1	False	12848	fragment	False	MON0044_000000053096	0.9434717761313635		0	0	False	False	1.0	0					non-mobilizable	other	1076.0	93.587	100.0	0.013697582854448848	NZ_SPFY01000006.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_6_length_78481_cov_20.0915, whole genome shotgun sequence	False	False
SPA0062_000000013979	2356	0.5181992945510365	3	3	2	2	2	False	100848	maximal	True	SPA0062_000000013979	1.0		44	7	False	False	0.9953310489654541	0					non-mobilizable	no_good_hit	2011.0	97.414	85.0	0.0008273556987057999	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MAD0009_000000001708	5113	0.5181974888262235	6	4	3	3	4	False	86886	fragment	False	ENG0004_000000004449	0.6310621121754322		0	0	False	False	0.9974574446678162	0					non-mobilizable	chromosome	5107.0	98.884	99.0	0.0014287909350002282	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0141_000000002497	10923	0.5181965263252426	9	8	6	6	5	True	80159	maximal	True	CHI0141_000000002497	1.0		1	1	False	False	0.9996337890625	0					non-mobilizable	no_good_hit	361.0	72.02199999999999	3.0	8.857347031358522e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
SPA0029_000000020814	1304	0.5181958958199346	1	1	1	1	1	False	70895	maximal	True	SPA0029_000000020814	1.0		3	2	False	False	0.9754601120948792	0					non-mobilizable	no_good_hit	164.0	82.927	12.0	0.002752889679228507	NZ_FOMG01000025.1	firmicutes	Clostridium uliginosum strain DSM 12992, whole genome shotgun sequence	True	False
USA0059_01_000000012614	2069	0.5181916369595014	3	2	2	2	1	True	93137	fragment	False	ENG0082_000000009793	0.9357820924268097		0	0	False	False	1.0	0		MOBV			mobilizable	other	2067.0	97.291	100.0	0.00048200169283847205	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0288_000000000875	18291	0.5181914159540951	35	11	4	3	10	False	25982	maximal	True	ISR0288_000000000875	1.0		1	1	False	False	0.9997266530990601	0					non-mobilizable	no_good_hit	2219.0	93.33	25.0	0.0003972745708941404	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0206_000000013558	1921	0.5181906177361773	2	1	1	1	1	False	105807	fragment	False	ISR0206_000000013558	1.0		0	0	False	False	0.9994794130325317	0					non-mobilizable	other	1936.0	86.46700000000001	100.0	0.0005966865541444827	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0281_000000013249	1382	0.5181906177361773	1	1	1	1	1	False	26171	maximal	True	ISR0281_000000013249	1.0		5	2	False	False	0.9949348568916321	0					non-mobilizable	no_good_hit	480.0	75.625	34.0	0.00010803224325735142	NZ_CP012332.1	d-proteobacteria	Vulgatibacter incomptus strain DSM 27710 chromosome, complete genome	True	False
USA0075_01_000000018019	1370	0.5181906177361773	1	1	1	1	1	False	106482	maximal	False	ENG0155_000000013601	0.9652443194669107		0	0	False	False	0.9868612885475159	0					non-mobilizable	other	1370.0	99.854	100.0	0.012154627459336601	NZ_LMUA01000012.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00012, whole genome shotgun sequence	False	False
ISR0177_000000023363	1362	0.5181906177361773	1	1	1	1	1	False	106482	maximal	False	ENG0155_000000013601	0.9615754312102666		0	0	False	False	0.9977973699569702	0					non-mobilizable	other	1362.0	99.853	100.0	0.012083599687477804	NZ_LMUA01000012.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00012, whole genome shotgun sequence	False	False
ENG0150_000000013533	1319	0.5181906177361773	1	1	1	1	1	False	57137	maximal	True	ENG0150_000000013533	1.0		8	4	False	False	0.9795299172401428	0					non-mobilizable	no_good_hit	365.0	74.521	27.0	0.007315392721082921	NZ_FOGV01000023.1	firmicutes	Salisediminibacterium haloalkalitolerans strain 10nlg, whole genome shotgun sequence	True	False
SPA0120_000000022576	1799	0.5181895930178338	2	2	2	2	2	False	117262	fragment	False	MON0037_000000031911	0.6025232842436548		0	0	False	False	0.9988882541656494	0					non-mobilizable	other	1799.0	96.99799999999999	100.0	0.008042619621665869	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0166_000000015304	1414	0.5181895074931949	3	2	2	2	2	False	30202	maximal	True	ISR0166_000000015304	1.0		150	12	False	False	0.99929279088974	0					non-mobilizable	no_good_hit	646.0	89.47399999999999	89.0	0.027340935102369547	NZ_JAAIOD010000029.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_29_length_23591_cov_281.03, whole genome shotgun sequence	True	False
ENG0182_000000015357	1863	0.5181887502912705	3	3	3	2	1	False	129955	fragment	False	ISR0011_000000014131	0.6093746238517768		0	0	False	False	0.9855072498321533	0					non-mobilizable	other	1863.0	98.98	100.0	0.0005248750143134911	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0093_000000014473	1313	0.5181880436386879	3	3	3	3	2	False	43232	maximal	True	FIJ0093_000000014473	1.0		1	1	False	False	0.9984767436981201	0					non-mobilizable	no_good_hit	453.0	74.61399999999999	34.0	0.01257236916789647	NZ_LKHP01000017.1	firmicutes	Caloramator mitchellensis strain VF08 ABG79_contig000017, whole genome shotgun sequence	True	False
SPA0136_000000000191	60653	0.5181852896415091	52	10	2	9	3	False	3642	maximal	True	SPA0136_000000000191	1.0		2	2	False	False	0.9998846054077148	0					non-mobilizable	no_good_hit	1904.0	72.742	7.0	0.019036999907934983	MK238400.1	viruses	CrAssphage ZA, complete genome	True	False
ISR0290_000000004206	2866	0.5181809326773406	7	4	3	2	2	False	25923	maximal	True	ISR0290_000000004206	1.0		25	6	False	False	0.9905791878700256	0					non-mobilizable	no_good_hit	1118.0	98.03200000000001	39.0	0.004820722633659606	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
USA0084_01_000000004609	6706	0.5181778012036973	5	3	2	3	3	False	96115	maximal	True	USA0084_01_000000004609	1.0	PS513	1	1	True	True	1.0	22					non-mobilizable	other	5923.0	96.04899999999999	90.0	0.009019210460452823	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	False	True
DEN0064_000000019013	2130	0.5181745492585129	2	2	2	2	2	False	88104	fragment	False	DEN0064_000000019013	0.9942000966650556		0	0	False	False	1.0	0					non-mobilizable	chromosome	2135.0	76.721	99.0	0.0007442075142727991	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0032_000000013115	2514	0.5181739160474119	3	2	1	2	0	True	74589	fragment	False	ISR0032_000000013115	0.9673306772908367		0	0	False	False	0.9860779643058777	0					non-mobilizable	no_good_hit	1924.0	93.295	76.0	0.000860630273956768	CP001840.1	high GC Gram+	Bifidobacterium bifidum PRL2010, complete genome	True	True
ISR0126_000000028723	1719	0.5181739160474119	5	2	1	2	0	False	31961	fragment	False	ISR0126_000000028723	1.0		0	0	False	False	0.9994182586669922	0					non-mobilizable	other	1733.0	90.133	100.0	0.0013593810651575703	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	False
ISR0125_000000002140	6830	0.518168206388721	8	5	5	5	1	False	47831	fragment	False	FIJ0037_000000003324	0.9518765993744669		0	0	False	False	0.9860907793045044	0					non-mobilizable	no_good_hit	106.0	94.34	2.0	0.001282051282051282	NZ_CABIWU010000001.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0107_000000010763	2360	0.5181677678299577	2	2	1	2	1	False	32853	fragment	False	ISR0107_000000010763	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2282.0	98.24700000000001	97.0	0.020836379587659014	NZ_LFQU01000011.1	CFB group bacteria	Prevotella rara strain 109 contig00011, whole genome shotgun sequence	False	False
ISR0024_000000019116	1392	0.5181654190982339	2	2	2	2	1	False	37427	fragment	False	ISR0024_000000019116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0087_000000016898	2188	0.5181639030127133	3	3	3	3	3	False	110914	maximal	True	AST0087_000000016898	1.0		104	6	False	False	0.988116979598999	0					non-mobilizable	other	2187.0	97.94200000000001	99.0	0.006718938739630366	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
SPA0116_000000014589	2709	0.5181638359883947	2	2	1	2	1	True	4357	fragment	False	SPA0116_000000014589	1.0		0	0	False	False	0.999630868434906	0					non-mobilizable	other	2712.0	99.00399999999999	100.0	0.0035370588787875623	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	True
MON0093_000000005855	6250	0.5181611345330299	4	3	2	1	2	False	9405	maximal	True	MON0093_000000005855	1.0		75	9	False	False	1.0	0					non-mobilizable	no_good_hit	4906.0	99.715	82.0	0.0017040717065036131	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ENG0038_000000009348	2485	0.5181590730100619	3	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.45252071186216		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0029_000000013620	1948	0.5181590730100619	2	2	2	2	1	False	105017	fragment	False	ISR0088_000000007877	0.11960903013176774		0	0	False	False	0.9953798651695251	0					non-mobilizable	no_good_hit								True	False
MON0048_000000020775	1935	0.5181584168983508	2	2	2	1	2	False	11402	fragment	False	MON0048_000000020775	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0101_000000007949	3027	0.5181573527274574	4	4	3	3	3	False	33143	maximal	True	ISR0101_000000007949	1.0		11	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000001649	14238	0.5181559687581073	12	9	6	7	7	False	94332	maximal	False	ENG0089_000000001268	0.9684063259181909		0	0	False	False	0.999789297580719	0					non-mobilizable	no_good_hit	1262.0	93.42299999999999	11.0	0.0007282765949459568	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ENG0063_000000001392	16121	0.5181549921327563	23	9	7	7	7	True	63122	maximal	True	ENG0063_000000001392	1.0		2	2	False	False	0.9985733032226562	0					non-mobilizable	no_good_hit	1244.0	75.322	8.0	0.18314472900536033	LN854323.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH1824	True	True
AST0061_000000033496	1257	0.5181527905448644	2	1	1	1	1	False	111832	fragment	False	AST0061_000000033496	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0105_000000021866	1517	0.5181466777349508	2	2	0	2	0	True	42416	maximal	True	FIJ0105_000000021866	1.0		2	2	False	False	0.999340832233429	0					non-mobilizable	no_good_hit	635.0	99.685	42.0	0.00017817427017402063	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0344_000000006518	4599	0.5181458462824542	6	4	3	4	2	False	109924	maximal	True	ISR0344_000000006518	1.0		22	8	False	False	0.9993476867675781	0					non-mobilizable	no_good_hit								True	False
AST0101_000000001371	10510	0.5181449387788474	6	5	3	5	1	False	108545	fragment	False	AST0101_000000001371	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	10510.0	99.667	100.0	0.16767451136816913	MK232146.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_2-proph-CL11_c1 sequence	False	False
ISR0104_000000021152	1165	0.5181447340291663	2	2	2	2	1	False	32961	maximal	True	ISR0104_000000021152	1.0		113	9	False	False	1.0	0					non-mobilizable	no_good_hit	479.0	78.497	64.0	0.00014233241645011444	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0194_000000015086	1732	0.5181425005551303	2	2	2	2	1	False	42992	maximal	True	ISR0194_000000015086	1.0		161	11	False	False	0.9971131682395935	0					non-mobilizable	no_good_hit	209.0	73.684	12.0	5.748520457021397e-05	NC_006177.1	firmicutes	Symbiobacterium thermophilum IAM 14863, complete genome	True	False
FIJ0067_000000030364	1119	0.5181416095983632	2	1	1	1	1	False	45144	maximal	True	FIJ0067_000000030364	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	95.652	4.0	0.003760655189704162	NZ_BCRQ01000073.1	firmicutes	Alicyclobacillus sendaiensis NBRC 100866, whole genome shotgun sequence	True	False
FIJ0028_000000017261	1750	0.5181414709395302	1	1	1	1	1	False	75033	fragment	False	ISR0132_000000014610	0.9503663241199121		0	0	False	False	0.9994285702705383	0					non-mobilizable	other	1760.0	99.09100000000001	100.0	0.0071822302070148215	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AUS0004_000000017369	1126	0.5181408996952848	1	1	1	0	1	False	102209	fragment	False	AUS0004_000000017369	1.0		0	0	False	False	0.9849023222923279	0					non-mobilizable	other	1126.0	100.0	100.0	0.1038014393799594	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	False	False
AST0094_000000010077	2205	0.5181385496945391	3	3	3	3	2	False	109242	fragment	False	AST0094_000000010077	0.9887871434142657		0	0	False	False	0.997732400894165	0					non-mobilizable	no_good_hit	450.0	72.667	20.0	0.0006561709079709142	NZ_FUHN01000007.1	firmicutes	Mobilibacterium timonense strain Marseille-P3194T, whole genome shotgun sequence	True	False
MAD0047_000000004252	7345	0.5181313369822766	7	3	0	3	2	False	17700	maximal	True	MAD0047_000000004252	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0133_000000003706	4671	0.5181313369822766	5	3	0	3	2	False	80811	fragment	False	CHI0133_000000003706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0004_000000003308	4383	0.5181305308560327	4	3	2	3	2	True	8360	maximal	True	SPA0004_000000003308	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	2367.0	100.0	54.0	0.0003646909490827622	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
ISR0024_000000006555	3300	0.5181304836976758	4	3	3	3	2	False	37465	maximal	True	ISR0024_000000006555	1.0		188	12	False	False	0.9951515197753906	0					non-mobilizable	no_good_hit	2868.0	97.594	87.0	0.035251125821295866	NZ_QEKJ01000010.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_110, whole genome shotgun sequence	True	False
ISR0334_000000004557	4100	0.5181303596702161	5	3	3	3	3	False	117686	maximal	False	ISR0144_000000001262	0.9808510638297872		0	0	False	False	0.9978048801422119	0					non-mobilizable	no_good_hit	2148.0	94.97200000000001	52.0	0.0066335555857939855	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0185_000000014040	2326	0.518130301602695	4	4	4	3	3	False	53781	maximal	True	ISR0185_000000014040	0.9887423079967773		441	13	False	False	0.9987102150917053	0					non-mobilizable	other	2326.0	99.57	100.0	0.0005700386228749512	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0134_000000004381	3152	0.5181284176147753	4	3	1	2	2	False	80747	maximal	True	CHI0134_000000004381	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2420.0	80.041	76.0	0.0010289941015747673	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	True	False
FIJ0128_000000015043	1728	0.5181259994564261	3	3	3	3	2	False	41007	fragment	False	FIJ0128_000000015043	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	97.275	67.0	0.045584517840122664	NZ_CYYU01000026.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0174_000000003557	7852	0.5181252516396132	13	7	6	7	5	True	36818	fragment	False	ISR0174_000000003557	1.0		0	0	False	False	0.999872624874115	0					non-mobilizable	no_good_hit	975.0	77.538	12.0	0.10435163871533487	LN854299.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1800	True	True
CHI0127_000000005576	3623	0.5181241554655779	5	3	1	1	3	False	111182	maximal	False	USA0034_01_000000014794	0.9727873183619551		0	0	False	False	0.997515857219696	0					non-mobilizable	no_good_hit	2453.0	97.554	69.0	0.0026545029037011356	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
FIJ0115_000000005005	4912	0.5181217708030073	9	8	0	1	7	False	41752	maximal	True	FIJ0115_000000005005	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	3284.0	95.676	93.0	0.029439277554911943	CP039977.1	enterobacteria	Klebsiella pneumoniae strain R1761 plasmid p1761_03, complete sequence	False	True
ENG0132_000000012492	1542	0.5181063388542829	3	2	2	2	1	True	106319	maximal	True	ENG0132_000000012492	1.0		27	5	False	False	0.990920901298523	0					non-mobilizable	other	1400.0	99.85700000000001	91.0	0.0007378847655013819	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	True
CHI0176_000000002510	3446	0.518104849291986	3	3	2	3	2	False	96226	fragment	False	CHI0176_000000002510	1.0		0	0	False	False	0.999419629573822	0					non-mobilizable	no_good_hit	1798.0	88.932	52.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
SPA0025_000000007772	2737	0.518104849291986	3	3	2	3	2	False	96219	fragment	False	SPA0025_000000007772	1.0		0	0	False	False	0.9970771074295044	0					non-mobilizable	no_good_hit	1798.0	88.932	65.0	0.13971105037094886	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	True	False
MAD0112_000000011033	2533	0.5181031523175254	4	3	2	3	0	False	14457	fragment	False	MAD0112_000000011033	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	602.0	94.51799999999999	24.0	0.0006691174997049648	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0330_000000029160	1125	0.5180970840064975	2	2	2	2	2	False	24629	maximal	True	ISR0330_000000029160	1.0		11	8	False	False	0.9679999947547913	0					non-mobilizable	no_good_hit	171.0	82.456	15.0	3.0024561857750337e-05	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
FIJ0075_000000008080	2377	0.5180930689960198	3	2	2	2	2	False	93093	fragment	False	ENG0052_000000011914	0.47039245924928963		0	0	False	False	1.0	0					non-mobilizable	other	2377.0	95.288	100.0	0.008520190628507496	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
SPA0038_000000007226	4075	0.5180878712488569	3	3	3	3	2	False	117895	fragment	False	SPA0038_000000007226	0.9666807954164149		0	0	False	False	1.0	0					non-mobilizable	chromosome	4009.0	97.131	100.0	0.0012623663837978349	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0187_000000007250	3781	0.5180878712488569	3	3	3	3	2	False	117895	fragment	False	SPA0038_000000007226	0.8707065662267057		0	0	False	False	1.0	0					non-mobilizable	chromosome	3714.0	97.281	100.0	0.0011690678945084068	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0124_000000003816	6462	0.5180849735473236	5	4	3	4	1	False	41266	maximal	True	FIJ0124_000000003816	1.0		13	2	False	False	1.0	0					non-mobilizable	no_good_hit	334.0	97.006	5.0	0.0006963074793460147	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0130_000000004665	6146	0.5180824923030152	3	3	3	2	1	False	58474	maximal	True	ENG0130_000000004665	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3200.0	78.219	52.0	0.001012685163553461	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
FIJ0029_000000006013	5850	0.5180824923030152	3	3	3	2	1	False	62796	fragment	False	FIJ0029_000000006013	0.965711225287956		0	0	False	False	0.9998290538787842	0					non-mobilizable	no_good_hit	2738.0	79.985	46.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ISR0194_000000003568	5823	0.5180824923030152	3	3	3	2	1	False	30732	maximal	True	ISR0194_000000003568	1.0		59	6	False	False	1.0	0					non-mobilizable	no_good_hit	2386.0	97.779	56.0	0.000666925607174945	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0066_000000003145	5379	0.5180824923030152	3	3	3	2	1	False	62796	fragment	False	FIJ0029_000000006013	0.6953403192778944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2763.0	80.094	51.0	0.0008745625985244921	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
MAD0045_000000003954	7369	0.5180786105784118	8	8	7	8	6	False	100435	maximal	True	MAD0045_000000003954	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	2599.0	74.336	34.0	0.0006810395553841646	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ITA0003_000000002986	1960	0.5180762082816508	3	2	2	2	1	True	114492	fragment	False	FIJ0033_000000013131	0.21289174998257365		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	94.43799999999999	100.0	0.000502805019740366	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0014_000000008615	1916	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.9153936597851642		0	0	False	False	0.9989561438560486	0					non-mobilizable	chromosome	1930.0	80.363	100.0	0.0006768089200451535	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0064_000000015684	1780	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.7605922145335293		0	0	False	False	0.9803370833396912	0					non-mobilizable	other	1626.0	94.219	100.0	0.0004889553006337451	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
AST0052_000000013696	1744	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.8166649344137893		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	94.135	100.0	0.0005229774367000094	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0048_000000023531	1721	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.8620942473898368		0	0	False	False	0.9837303757667542	0					non-mobilizable	other	1722.0	94.367	100.0	0.0005178590622475625	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0155_000000007433	1700	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.8159556280477898		0	0	False	False	0.9994117617607117	0					non-mobilizable	other	1701.0	94.76799999999999	100.0	0.00051153636439454	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0159_000000009215	1687	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.8137800098901119		0	0	False	False	0.9869590997695923	0					non-mobilizable	other	1688.0	94.66799999999999	100.0	0.0005076223133426689	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0038_000000020077	1673	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.810052148820052		0	0	False	False	0.9988045692443848	0					non-mobilizable	other	1674.0	94.624	100.0	0.0005034071814406538	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0101_000000016715	1669	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.8082077860317731		0	0	False	False	0.9910125732421875	0					non-mobilizable	other	1670.0	94.551	100.0	0.0005022028580400781	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0071_000000007884	1520	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.5615208398768886		0	0	False	False	0.9993420839309692	0					non-mobilizable	other	1521.0	94.01700000000001	100.0	0.00045734181136863227	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0036_000000015813	1514	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.5152184120593958		0	0	False	False	1.0	0					non-mobilizable	other	1515.0	94.191	100.0	0.0004555353262677687	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0102_000000021373	1498	0.5180762082816508	2	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.41597440708178024		0	0	False	False	1.0	0					non-mobilizable	chromosome	1510.0	79.007	100.0	0.000482510524498932	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0801_000000005384	1414	0.5180762082816508	2	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.32367559364711285		0	0	False	False	1.0	0					non-mobilizable	other	1411.0	95.60600000000001	99.0	0.00042422291785279976	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0033_000000043738	1359	0.5180762082816508	3	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.17985047956363592		0	0	False	False	0.9963208436965942	0					non-mobilizable	other	1351.0	93.19	99.0	0.0004061580668441639	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0108_01_000000007465	1356	0.5180762082816508	2	2	2	2	1	True	114491	fragment	False	MON0014_000000008615	0.09543847241867044		0	0	False	False	0.991150438785553	0					non-mobilizable	other	1293.0	98.60799999999999	95.0	0.0003886953775358158	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0148_000000031367	1143	0.5180751197186986	1	1	1	1	1	False	110509	fragment	False	AST0087_000000030550	0.957563025210084		0	0	False	False	0.9991251230239868	0					non-mobilizable	other	1006.0	84.69200000000001	98.0	0.0009505982425294245	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	False	False
ISR0114_000000021409	1315	0.5180722286078773	3	1	1	1	1	False	32528	maximal	True	ISR0114_000000021409	1.0		1	1	False	False	0.9984790682792664	0					non-mobilizable	no_good_hit	514.0	91.634	39.0	0.00014562676852781272	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AUS0010_000000015992	1545	0.5180667513631213	2	2	2	1	1	False	101479	maximal	True	AUS0010_000000015992	1.0		38	8	False	False	0.9922330379486084	0					non-mobilizable	no_good_hit	1106.0	100.0	72.0	0.0002959103581747178	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ENG0082_000000011960	1720	0.5180661818411654	3	2	2	2	1	False	72703	fragment	False	SPA0013_000000016527	0.47303206997084546		0	0	False	False	0.9994186162948608	0					non-mobilizable	no_good_hit	416.0	92.30799999999999	24.0	9.235874897737723e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0030_000000026477	1434	0.5180660328551817	2	2	2	2	1	False	48673	maximal	True	FIJ0030_000000026477	1.0		46	10	False	False	1.0	0					non-mobilizable	no_good_hit	192.0	75.0	13.0	0.0005104213296066207	NZ_FQXV01000002.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
USA0011_01_000000016325	2253	0.5180605979791132	5	2	2	2	2	False	106796	fragment	False	FIJ0094_000000008621	0.9767841788478073		0	0	False	False	0.9889037013053894	0					non-mobilizable	chromosome	1402.0	97.71799999999999	99.0	0.00044001584813527526	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0037_000000003324	7034	0.5180595963541179	6	4	4	4	1	False	47831	fragment	False	FIJ0037_000000003324	0.9650805270863836		0	0	False	False	0.9998578429222107	0					non-mobilizable	no_good_hit								True	False
MON0011_000000016416	2867	0.5180590008250985	7	4	2	3	2	True	91456	fragment	False	ISR0831_000000005888	0.9754684838160137		0	0	False	False	0.9912800788879395	0					non-mobilizable	chromosome	2871.0	95.402	100.0	0.0007812927141310648	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
MON0037_000000054085	1401	0.5180578311136669	1	1	1	1	1	False	12065	maximal	True	MON0037_000000054085	1.0		5	4	False	False	0.9985724687576294	0					non-mobilizable	other	1392.0	98.92200000000001	99.0	0.0114174942296477	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
DEN0073_000000000186	53300	0.5180571809807245	62	36	19	30	22	True	70245	maximal	True	DEN0073_000000000186	1.0		1	1	False	False	0.9989681243896484	0					non-mobilizable	no_good_hit	529.0	72.212	1.0	0.0005550125439251257	NZ_JQNF01000010.1	firmicutes	Carnobacterium jeotgali MS3 BP18DRAFT_scf7180000000060_quiver.7_C, whole genome shotgun sequence	True	True
FIJ0078_000000007175	3526	0.5180566941899868	4	4	3	4	3	False	44459	maximal	True	FIJ0078_000000007175	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	343.0	79.009	10.0	0.00015716890760613566	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0169_000000018083	1342	0.5180553469121547	2	2	2	2	2	False	55884	maximal	False	MON0089_000000020158	0.9674618478837869		0	0	False	False	0.9701937437057495	0					non-mobilizable	no_good_hit	95.0	82.105	7.0	0.0001516625179274987	NZ_ML701736.1	high GC Gram+	Marmoricola caldifontis strain YIM 730233 Scaffold3, whole genome shotgun sequence	True	False
USA0059_01_000000001255	16728	0.5180539795613792	16	9	4	9	3	True	939	maximal	True	USA0059_01_000000001255	1.0		12	6	False	False	1.0	0					non-mobilizable	no_good_hit	1488.0	76.68	9.0	0.0003277350786000272	AP018794.1	firmicutes	Lachnospiraceae bacterium KM106-2 DNA, complete genome	True	True
DEN0005_000000019478	1894	0.5180487176652885	3	2	2	2	2	False	76481	maximal	True	DEN0005_000000019478	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	455.0	81.319	24.0	0.001916357144670158	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
MON0081_000000011869	4716	0.5180461100512955	8	4	1	3	3	False	9993	maximal	True	MON0081_000000011869	1.0		57	10	False	False	0.9995759129524231	0					non-mobilizable	no_good_hit	71.0	100.0	3.0	0.01411005845595646	NZ_CAACVB010000415.1	high GC Gram+	Actinomadura roseirufa isolate LMG 30035, whole genome shotgun sequence	True	False
ISR0045_000000012295	2087	0.5180460568024087	3	2	1	1	2	False	125707	maximal	True	ISR0045_000000012295	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	78.473	66.0	0.006299664202921342	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	False
ENG0169_000000009958	2362	0.5180390765825184	4	3	3	3	3	False	55912	maximal	True	ENG0169_000000009958	1.0		79	9	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.705582808901832e-06	NZ_CP040637.1	euryarchaeotes	Natrinema pallidum strain BOL6-1 chromosome, complete genome	True	False
CAN0020_000000019336	1877	0.5180372747176519	2	2	2	2	2	False	104597	fragment	False	CAN0020_000000019336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1288.0	97.82600000000001	69.0	0.06487413610452504	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0092_000000033583	1139	0.5180371407114889	2	2	2	2	2	False	43264	maximal	True	FIJ0092_000000033583	1.0		1	1	False	False	0.9420544505119324	0					non-mobilizable	no_good_hit	288.0	77.431	25.0	0.007494083618196161	NZ_BJUK01000035.1	g-proteobacteria	Halomonas pacifica strain NBRC 102220 sequence035, whole genome shotgun sequence	True	False
SPA0128_000000008693	4243	0.5180365660793232	4	4	4	1	2	False	82625	fragment	False	SPA0128_000000008693	0.9819468225276762		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.4750647553856884e-07	CP032232.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 2R	True	False
SPA0009_000000008701	3968	0.5180365660793232	4	4	4	1	2	False	82625	fragment	False	SPA0128_000000008693	0.947537099908714		0	0	False	False	0.9949596524238586	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0013866082831600073	NZ_CYZK01000031.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0111_000000007974	3850	0.5180365660793232	4	4	4	1	2	False	82625	fragment	False	SPA0128_000000008693	0.9420915628385421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.4750647553856884e-07	CP032232.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 2R	True	False
FIJ0127_000000005428	3480	0.5180365660793232	4	4	4	1	2	False	82625	fragment	False	SPA0128_000000008693	0.4712337662337662		0	0	False	False	0.9997126460075378	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.4750647553856884e-07	CP032232.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 2R	True	False
SPA0013_000000016527	1715	0.5180331341844616	3	3	2	2	1	False	72703	fragment	False	SPA0013_000000016527	0.9163846470648311		0	0	False	False	0.9982507228851318	0					non-mobilizable	no_good_hit	651.0	79.57	38.0	0.03359281124288177	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0379_000000010785	2260	0.5180304838621963	3	3	3	2	2	False	71531	fragment	False	ENG0047_000000008782	0.7829650711198717		0	0	False	False	0.9964601993560791	0					non-mobilizable	other	2260.0	99.469	100.0	0.0009527195525128136	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
CHI0138_000000007038	2075	0.5180260070188579	5	4	2	3	1	True	82064	maximal	True	CHI0138_000000007038	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	92.22200000000001	54.0	0.00015667526616269456	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0033_000000032511	1892	0.5180238208955079	3	2	2	2	1	True	12303	fragment	False	MON0033_000000032511	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	829.0	95.054	83.0	0.002704779970891727	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
FIJ0077_000000008018	3691	0.5180227008560115	4	2	2	2	1	True	91881	maximal	True	FIJ0077_000000008018	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.007565337001375516	NZ_AJTG01000021.1	firmicutes	Aerococcus viridans LL1 Contig28, whole genome shotgun sequence	True	True
DEN0053_000000004024	2451	0.5180216248129155	4	3	2	3	2	False	72143	maximal	True	DEN0053_000000004024	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	6.502851175097721e-07	LR812612.1	bony fishes	Danio rerio genome assembly, chromosome: 19	True	False
ISR0104_000000000811	22735	0.5180209608498283	27	11	6	9	7	False	106628	maximal	True	ISR0104_000000000811	1.0		21	6	False	False	0.9999560117721558	0					non-mobilizable	no_good_hit	582.0	73.883	3.0	0.00035708800970879847	LM997412.1	firmicutes	Peptoniphilus sp. ING2-D1G genome assembly, chromosome: I	True	False
DEN0082_000000011841	3278	0.5180181000286316	3	3	2	3	2	False	84184	maximal	True	DEN0082_000000011841	1.0		410	12	False	False	1.0	0					non-mobilizable	other	3278.0	99.634	100.0	0.08384719699101911	NZ_JH379408.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld372, whole genome shotgun sequence	False	False
MON0065_000000017362	1506	0.5180135370219981	4	3	3	0	1	True	10669	maximal	True	MON0065_000000017362	1.0		22	10	False	False	0.996679961681366	0					non-mobilizable	no_good_hit	382.0	79.058	25.0	0.0001049518042941156	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0053_000000015063	1662	0.5180115684535225	3	2	2	2	1	False	102776	fragment	False	ENG0053_000000015063	0.9564042080789757		0	0	False	False	0.9632972478866577	0					non-mobilizable	other	1644.0	98.54	99.0	0.0047972063499478815	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
FIJ0015_000000020529	1546	0.5180115684535225	3	2	2	2	1	False	102776	fragment	False	ENG0053_000000015063	0.6361813076614521		0	0	False	False	0.9838292598724365	0					non-mobilizable	other	1515.0	98.81200000000001	98.0	0.004420554116750513	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
CHI0071_000000003469	2942	0.5180051520002688	3	3	3	3	3	False	84914	maximal	True	CHI0071_000000003469	1.0		25	4	False	False	0.9877634048461914	0					non-mobilizable	other	2800.0	96.75	95.0	0.012882009464333485	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	False	False
CHI0144_000000013839	1252	0.5180036629729421	3	3	2	3	2	False	114862	fragment	False	ISR0029_000000032448	0.9842053747862485		0	0	False	False	0.9776358008384705	0					non-mobilizable	no_good_hit								True	False
CHI0027_000000014054	1236	0.5180036629729421	3	3	2	3	2	False	114862	fragment	False	ISR0029_000000032448	0.9767731362967401		0	0	False	False	0.9991909265518188	0					non-mobilizable	no_good_hit								True	False
MON0025_000000023383	1745	0.5179988940954727	2	2	2	2	1	True	120682	maximal	True	MON0025_000000023383	1.0		5	4	False	False	0.985100269317627	0					non-mobilizable	no_good_hit	1143.0	94.488	65.0	0.002488489103599157	NZ_LT556035.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
CHI0026_000000002037	4660	0.5179982205763626	5	3	0	2	1	True	88923	maximal	True	CHI0026_000000002037	1.0		2	1	False	False	0.9997854232788086	0					non-mobilizable	no_good_hit								True	True
FIJ0113_000000021153	1232	0.5179968108780171	2	2	2	2	0	False	41909	maximal	True	FIJ0113_000000021153	1.0		14	5	False	False	0.9943181872367859	0					non-mobilizable	no_good_hit	802.0	83.541	65.0	0.0017375009897157537	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0097_000000008603	3842	0.5179955759814142	4	2	2	2	2	False	103858	maximal	True	MON0097_000000008603	1.0		6	1	False	False	0.9653826355934143	0					non-mobilizable	no_good_hit	1491.0	74.648	49.0	0.0007091002662902993	CP002106.1	actinobacteria	Olsenella uli DSM 7084, complete genome	True	False
ENG0056_000000001684	8039	0.5179944034641056	13	7	6	6	5	True	63606	maximal	True	ENG0056_000000001684	1.0		1	1	True	True	1.0	12					non-mobilizable	no_good_hit	37.0	97.29700000000001	0.0	0.003275705186533212	NZ_QJJK01000032.1	a-proteobacteria	Chelatococcus asaccharovorans strain DSM 6462 Ga0215681_132, whole genome shotgun sequence	True	True
SPA0126_000000041645	1107	0.5179942332805052	2	2	2	2	1	True	3932	fragment	False	SPA0126_000000041645	1.0		0	0	False	False	0.9783197641372681	0					non-mobilizable	plasmid	1107.0	100.0	100.0	0.008531843989138484	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
DEN0033_000000006861	3892	0.5179936203008724	3	3	3	2	1	True	73630	maximal	True	DEN0033_000000006861	1.0		7	5	False	False	0.9969167709350586	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.857251084169469e-06	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
DEN0078_000000030020	1189	0.5179933850531332	2	2	2	2	1	True	69667	fragment	False	ENG0134_000000031443	0.9406283567794129		0	0	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	4.8730005556612915e-06	NZ_CP036319.1	bacteria	Crateriforma conspicua strain Mal65 chromosome	True	True
ENG0160_000000003322	6514	0.5179863689830104	6	4	4	4	3	False	56492	maximal	True	ENG0160_000000003322	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	274.0	77.737	4.0	8.730605992674825e-05	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
ISR0065_000000007723	3920	0.5179862701088648	4	4	3	3	4	False	35207	maximal	True	ISR0065_000000007723	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	96.684	73.0	0.000504442042249363	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0063_000000028350	1747	0.5179799625682006	3	3	2	2	2	False	71465	maximal	True	DEN0063_000000028350	1.0		20	5	False	False	0.9959931373596191	0					non-mobilizable	no_good_hit	395.0	78.734	22.0	7.05897602963109e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
CAN0007_000000012570	3339	0.5179742482672334	4	2	2	2	2	True	95387	fragment	False	SPA0106_000000010963	0.9557337162890924		0	0	False	False	0.9976040720939636	0					non-mobilizable	other	3339.0	98.59200000000001	100.0	0.0381063278422777	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
MAD0001_000000008268	3097	0.5179742482672334	4	2	2	2	2	True	95387	fragment	False	SPA0106_000000010963	0.6297294599181392		0	0	False	False	0.9958024024963379	0					non-mobilizable	other	3097.0	95.835	100.0	0.035343676153292924	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
AST0050_000000004431	2983	0.5179742482672334	3	2	2	2	2	True	114759	fragment	False	AST0050_000000004431	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2983.0	96.07799999999999	100.0	0.016359716256027914	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
ISR0377_000000011169	1437	0.5179693636216758	2	2	2	2	2	False	79108	maximal	True	ISR0377_000000011169	1.0		155	10	False	False	0.9735560417175293	0					non-mobilizable	no_good_hit	131.0	97.71	9.0	4.5163979988882715e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0135_000000004313	5652	0.5179688396638923	9	4	4	4	3	False	117962	fragment	False	SPA0135_000000004313	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2512.0	94.984	79.0	0.0007082005163574294	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0142_000000015887	2192	0.5179680239229449	2	1	1	1	1	False	55721	maximal	True	FIJ0142_000000015887	1.0		3	1	False	False	0.9913321137428284	0					non-mobilizable	no_good_hit								True	False
MAD0013_000000010632	2263	0.517965865042229	1	1	1	1	1	False	19586	fragment	False	MAD0013_000000010632	1.0		0	0	False	False	0.9871851801872253	0					non-mobilizable	no_good_hit	835.0	98.68299999999999	37.0	0.9988023952095808	GQ879120.1		Uncultured organism clone VC1C524TR genomic sequence	True	False
MON0063_000000013102	2217	0.517964507101721	4	2	2	2	2	False	24396	maximal	True	MON0063_000000013102	1.0		2	2	False	False	0.9909787774085999	0					non-mobilizable	no_good_hit	1514.0	94.65	68.0	0.010448122171164012	NZ_FNRI01000009.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
FIJ0016_000000013236	1448	0.5179639647543016	1	1	1	1	1	False	60926	fragment	False	ISR0399_000000008062	0.43874398422505617		0	0	False	False	0.9993094205856323	0					non-mobilizable	other	1448.0	97.652	100.0	0.0006996823848427311	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0031_000000003589	9837	0.5179638777607537	12	7	5	3	4	True	12478	maximal	True	MON0031_000000003589	1.0		5	2	False	False	0.9966453313827515	0					non-mobilizable	no_good_hit	4073.0	97.29899999999999	87.0	0.0005598353239896426	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
ISR0359_000000023826	1170	0.5179634503445304	2	2	2	2	2	False	54102	fragment	False	ISR0359_000000023826	1.0		0	0	False	False	0.9846153855323792	0					non-mobilizable	other	1170.0	98.71799999999999	100.0	0.005768395705037108	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
ISR0231_000000006461	2631	0.5179619510626032	3	2	1	1	0	True	27489	maximal	True	ISR0231_000000006461	1.0		26	7	False	False	0.9931585192680359	0					non-mobilizable	no_good_hit	278.0	75.899	10.0	6.108207111914838e-05	NZ_MCGV01000001.1	firmicutes	Clostridium pasteurianum strain GL11 contig.1, whole genome shotgun sequence	True	True
CHI0169_000000011550	1351	0.5179585657312523	3	3	3	2	2	False	78016	maximal	False	ENG0188_000000018481	0.9831378299120235		0	0	False	False	0.9911177158355713	0					non-mobilizable	no_good_hit								True	False
MON0009_000000035824	1128	0.5179556316125578	2	1	1	1	1	False	13762	maximal	True	MON0009_000000035824	1.0		11	2	False	False	0.9991135001182556	0					non-mobilizable	no_good_hit	68.0	98.529	6.0	2.2551807729345995e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0047_000000008401	3430	0.5179525711787494	4	4	4	4	3	False	36104	fragment	False	ISR0047_000000008401	0.9998534583821805		0	0	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit	1514.0	73.844	43.0	0.007328474092853747	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	True	False
MAD0053_000000005302	2177	0.5179502029547061	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.24524775868255008		0	0	False	False	0.998621940612793	0					non-mobilizable	other	2189.0	97.67	100.0	0.0006587649001149225	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0095_000000002137	8731	0.5179466484921201	9	3	3	3	2	False	25348	maximal	True	MAD0095_000000002137	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	98.266	13.0	0.02131843314383615	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	True	False
MON0034_000000025961	1138	0.5179450090239409	2	2	2	2	1	False	12222	fragment	False	MON0051_000000031596	0.9387834517172919		0	0	False	False	0.997363805770874	0					non-mobilizable	other	1140.0	88.07	100.0	0.0003527854809175409	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
TAN0006_000000008565	1626	0.5179432872124132	3	2	2	2	1	False	2872	fragment	False	TAN0006_000000008565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1086.0	80.571	66.0	0.00028703061757731754	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0288_000000015195	1983	0.5179427256199296	2	1	1	1	1	False	25973	maximal	True	ISR0288_000000015195	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	78.465	73.0	0.00045766691367651836	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
SPA0090_000000003493	7956	0.5179382287011234	10	5	3	4	4	False	5390	maximal	True	SPA0090_000000003493	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	4088.0	85.714	54.0	0.01988281859304321	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
ISR0206_000000001871	11254	0.5179376671303452	18	10	8	7	7	True	107504	fragment	False	ISR0206_000000001871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	95.102	10.0	0.003707712660859406	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0065_000000005104	4451	0.5179356662984763	9	4	4	2	2	False	56068	maximal	True	SPA0065_000000005104	1.0		3	3	False	False	1.0	0					non-mobilizable	other	4456.0	99.88799999999999	100.0	0.0013477884017589318	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0288_000000014562	2070	0.5179354219129095	4	3	3	3	1	True	38028	fragment	False	SPA0144_000000007883	0.6828781454210748		0	0	False	False	1.0	0					non-mobilizable	other	2077.0	89.745	100.0	0.0006229362789477947	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0397_000000012122	1498	0.5179353889014671	3	2	2	2	2	False	22638	maximal	True	ISR0397_000000012122	1.0		44	9	False	False	1.0	0					non-mobilizable	chromosome	1498.0	99.33200000000001	100.0	0.0002702630976050573	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0825_000000017501	1377	0.5179353889014671	2	2	2	2	2	False	40323	fragment	False	ISR0825_000000017501	1.0		0	0	False	False	0.981118381023407	0					non-mobilizable	no_good_hit	384.0	75.0	27.0	0.007569521132416424	NZ_JAAISM010000031.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_31_length_49805_cov_206.601, whole genome shotgun sequence	True	False
SPA0116_000000031886	1291	0.5179353889014671	2	2	2	2	2	False	4340	fragment	False	SPA0116_000000031886	1.0		0	0	False	False	0.9961270093917847	0					non-mobilizable	no_good_hit	371.0	83.82700000000001	74.0	0.0019033471055197066	NZ_LS999948.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
TAN0007_000000035173	1208	0.5179324583687694	2	1	1	1	1	False	2786	fragment	False	TAN0007_000000035173	1.0		0	0	False	False	0.9950330853462219	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	0.0005705871525860482	NZ_FLNT01000007.1	CFB group bacteria	Hydrotalea flava isolate 3, whole genome shotgun sequence	True	False
MON0035_000000025325	1161	0.5179306565867279	3	3	3	1	1	False	49289	fragment	False	FIJ0138_000000014415	0.7196968628951591		0	0	False	False	0.9638242721557617	0					non-mobilizable	no_good_hit	427.0	78.923	36.0	0.004674553591209181	NZ_KB890632.1	CFB group bacteria	Prevotella paludivivens DSM 17968 = JCM 13650 strain DSM 17968 B045DRAFT_scaffold_14.15, whole genome shotgun sequence	True	False
DEN0082_000000005456	6490	0.5179284770859762	4	3	3	3	3	False	69335	maximal	True	DEN0082_000000005456	1.0		5	3	False	False	0.998305082321167	0					non-mobilizable	no_good_hit	2178.0	76.538	33.0	0.0017747174926948724	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
MON0070_000000007993	3624	0.5179250198118448	5	3	2	2	2	True	131265	fragment	False	MON0070_000000007993	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	658.0	91.79299999999999	53.0	0.00022900507924203154	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0053_000000011697	3087	0.5179250198118448	3	3	2	2	2	True	131264	fragment	False	MON0053_000000011697	0.9632692981115105		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	679.0	92.194	80.0	0.0002363248762954298	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0137_000000011901	3073	0.5179250198118448	4	3	2	2	2	True	131264	fragment	False	MON0053_000000011697	0.9607096889997216		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	653.0	91.884	80.0	0.00022726227041979384	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0053_000000006055	3051	0.5179250198118448	3	3	2	2	2	True	131264	fragment	False	MON0053_000000011697	0.9575768362033465		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	654.0	91.896	80.0	0.00022761083218424138	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0084_000000010382	2954	0.5179250198118448	4	3	2	2	2	True	131264	fragment	False	MON0053_000000011697	0.829397041106535		0	0	False	True	0.9996615052223206	0					non-mobilizable	no_good_hit	673.0	91.976	44.0	0.00023423350570874458	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0050_000000008794	2892	0.5179250198118448	4	3	2	2	2	True	131264	fragment	False	MON0053_000000011697	0.8184366958427447		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	639.0	91.54899999999999	43.0	0.00022238240571752834	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0022_000000001992	6330	0.5179227005734299	5	3	3	2	2	False	75276	fragment	False	SPA0022_000000001992	1.0		0	0	False	False	0.9981042742729187	0					non-mobilizable	no_good_hit	239.0	91.213	4.0	0.028980190755685985	MK233996.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_7_c1 sequence	True	False
FIJ0072_000000020282	1296	0.5179198338815133	3	3	3	3	1	False	44731	maximal	True	FIJ0072_000000020282	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	74.583	36.0	0.00019863216438953716	CP012715.1	fusobacteria	Fusobacterium nucleatum subsp. animalis strain KCOM 1325, complete genome	True	False
SPA0032_000000004402	5523	0.5179166160190862	9	5	5	5	2	False	16345	maximal	True	SPA0032_000000004402	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	83.006	26.0	0.000491317601352663	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
CHI0111_000000008473	3615	0.5179151064345965	5	4	4	4	4	True	116023	fragment	False	SPA0102_000000009512	0.6402969790066565		0	0	False	False	0.996680498123169	0					non-mobilizable	other	3596.0	99.666	99.0	0.0017203879127794435	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
ISR0152_000000017569	1351	0.5179115334533474	1	1	1	1	0	False	30702	maximal	True	ISR0152_000000017569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	100.0	56.0	0.0056927767062776085	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	True	False
ENG0004_000000002715	9177	0.5179045765413931	12	8	7	6	5	True	108890	maximal	True	ENG0004_000000002715	1.0		8	2	False	False	0.999673068523407	0					non-mobilizable	other	4250.0	98.87100000000001	94.0	0.0011483285155089243	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
MON0053_000000003107	8468	0.5179045765413931	13	8	7	6	5	True	108889	fragment	False	MON0053_000000003107	1.0		0	0	False	False	0.9998819231987	0					non-mobilizable	other	3686.0	98.861	99.0	0.0009958309212666277	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
USA0020_01_000000006464	5296	0.517903950124402	7	4	3	4	2	True	23440	fragment	False	USA0020_01_000000006464	0.9723308564724287		0	0	False	False	0.9981117844581604	0					non-mobilizable	no_good_hit								True	True
ISR0257_000000001986	6879	0.5179029403085695	9	4	2	4	3	False	26824	fragment	False	ISR0257_000000001986	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	84.397	2.0	0.0007627474161931276	NZ_SPFR01000005.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_5_length_183547_cov_48.9653, whole genome shotgun sequence	True	False
USA0031_01_000000020395	1301	0.5179022198383539	3	1	1	1	1	True	1518	fragment	False	USA0031_01_000000020395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0011_000000000798	20687	0.5178970550262524	28	25	13	12	22	True	121788	maximal	True	SPA0011_000000000798	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	4270.0	74.895	36.0	0.009655768755661698	NZ_JPNB01000003.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000012_quiver.3_C, whole genome shotgun sequence	True	True
ISR0212_000000012170	2843	0.5178916482198527	4	3	3	2	2	False	122105	maximal	True	ISR0212_000000012170	1.0		33	6	False	False	0.9982413053512573	0					non-mobilizable	no_good_hit	2288.0	92.70100000000001	83.0	0.05198902606310014	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0132_000000015922	2034	0.5178890847482825	2	2	2	2	2	False	40783	maximal	True	FIJ0132_000000015922	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
ISR0298_000000002485	5319	0.5178870759943167	4	3	3	3	2	True	67126	fragment	False	ISR0298_000000002485	0.9699101211410707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1829.0	78.458	50.0	0.0003799460303454172	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
AST0059_000000003673	3753	0.5178832412488087	7	2	1	2	1	False	112889	maximal	True	AST0059_000000003673	1.0		1	1	False	False	0.9957367181777954	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0006666783627782944	NZ_PYLQ01000017.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_16, whole genome shotgun sequence	True	False
ETH0004_000000023513	1234	0.5178825836916395	2	2	2	1	1	False	67505	fragment	False	ENG0007_000000018181	0.9392386530014641		0	0	False	False	0.9943273663520813	0					non-mobilizable	no_good_hit								True	False
ISR0849_000000018962	1433	0.5178824169542194	3	3	2	2	0	False	20587	maximal	True	ISR0849_000000018962	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	80.96	72.0	0.0022445166999501597	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	False
MAD0070_000000006409	2855	0.5178775370791311	3	3	3	2	3	False	16372	maximal	True	MAD0070_000000006409	1.0		21	3	False	False	0.9996497631072998	0					non-mobilizable	chromosome	2855.0	99.86	100.0	0.0008044161148167304	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0175_000000013551	1514	0.5178757475001073	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8360592312628352		0	0	False	False	1.0	0					non-mobilizable	chromosome	1313.0	87.662	94.0	0.000350790121921676	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0125_000000022896	1417	0.5178757475001073	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.8342257933675086		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	90.65299999999999	98.0	0.005369319341799028	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0025_000000015326	1382	0.5178757475001073	2	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.6952008999338972		0	0	False	False	1.0	0					non-mobilizable	chromosome	1255.0	87.251	98.0	0.0003352470913094092	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0057_000000008916	3416	0.5178752593928706	4	4	4	4	4	False	10543	fragment	False	SPA0057_000000008916	1.0		0	0	False	False	0.9988290667533875	0					non-mobilizable	no_good_hit	290.0	74.483	8.0	0.0001245121635277223	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
SPA0108_000000010766	2760	0.517875257775973	4	4	4	3	3	False	80054	maximal	True	SPA0108_000000010766	1.0		47	7	False	False	0.9996376633644104	0					non-mobilizable	chromosome	2741.0	99.927	99.0	0.0006875107894028994	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ETH0005_000000017689	2692	0.5178749995721379	4	3	3	3	2	False	52763	maximal	True	ETH0005_000000017689	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	93.931	33.0	0.005992749726813869	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0013_000000018634	1431	0.5178749504841358	2	1	1	1	1	False	87651	maximal	True	ISR0013_000000018634	1.0		176	7	False	False	0.9909154176712036	0					non-mobilizable	no_good_hit	110.0	80.0	8.0	3.8920481528482297e-05	NZ_CP032098.1	e-proteobacteria	Arcobacter molluscorum LMG 25693 strain CECT 7696 chromosome, complete genome	True	False
ISR0266_000000003286	4227	0.5178720911170237	6	5	2	2	4	True	116363	fragment	False	ISR0819_000000004621	0.319070575576858		0	0	False	False	1.0	0					non-mobilizable	plasmid	4227.0	99.976	100.0	0.12792105581789562	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0349_000000002223	4180	0.5178720911170237	6	5	2	2	4	True	116363	fragment	False	ISR0819_000000004621	0.2426057301760287		0	0	False	False	0.9988038539886475	0					non-mobilizable	plasmid	4176.0	99.976	99.0	0.12637728538563991	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ENG0023_000000014025	1254	0.5178712697801183	2	2	2	2	2	False	73703	maximal	False	DEN0031_000000025820	0.9573672400897532		0	0	False	False	0.9952152967453003	0					non-mobilizable	chromosome	1254.0	98.24600000000001	100.0	0.00036322156950562153	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0085_000000025619	1223	0.5178712697801183	2	2	2	2	2	False	43886	maximal	True	FIJ0085_000000025619	1.0		101	8	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	77.32300000000001	44.0	0.0016956095144650732	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ISR0286_000000002687	4749	0.5178687892334232	5	5	5	5	4	False	75356	maximal	False	MAD0052_000000002818	0.9691122409673197		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	69.508	22.0	0.00036935742785578277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
FIJ0047_000000001907	11983	0.5178687289857229	19	8	4	6	3	True	65701	maximal	True	FIJ0047_000000001907	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3128.0	99.488	26.0	0.022062455021378075	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	True	True
MON0015_000000035066	1102	0.5178668574559218	2	2	2	1	1	False	13376	maximal	True	MON0015_000000035066	1.0		38	4	False	False	0.9546279311180115	0					non-mobilizable	no_good_hit	532.0	76.88	48.0	0.0008350325583170833	NZ_DS995476.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld3, whole genome shotgun sequence	True	False
ISR0161_000000014926	2055	0.5178660060904892	4	4	1	4	4	False	35501	maximal	False	ISR0058_000000012224	0.9753086419753086		0	0	False	False	0.9961070418357849	0					non-mobilizable	no_good_hit	509.0	73.67399999999999	24.0	0.00019490271171015871	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ENG0052_000000009059	3214	0.5178599798261198	5	5	5	5	5	False	98262	maximal	True	ENG0052_000000009059	1.0		186	13	False	False	0.9996888637542725	0					non-mobilizable	other	3214.0	99.50200000000001	100.0	0.0006922104457637065	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0009_000000007116	4923	0.5178594937169216	5	3	2	3	1	True	106276	fragment	False	FIJ0009_000000007116	1.0		0	0	False	False	0.9989843368530273	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ISR0107_000000001418	11179	0.5178566562314945	12	7	5	5	5	True	32868	maximal	True	ISR0107_000000001418	1.0		2	1	False	False	0.9999105334281921	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	0.0	4.627123769104372e-05	NZ_RRCO01000001.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_1, whole genome shotgun sequence	True	True
TAN0008_000000015399	1430	0.5178540380937798	2	2	2	2	2	False	2740	maximal	True	TAN0008_000000015399	1.0		293	13	False	False	1.0	0					non-mobilizable	other	1430.0	99.51	100.0	0.0002938153412729956	CP015240.1	enterobacteria	Escherichia coli strain 2011C-3911, complete genome	False	False
DEN0093_000000009340	3431	0.5178483219934248	4	2	2	2	1	False	68502	maximal	True	DEN0093_000000009340	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0019_000000014279	1277	0.5178420725044046	2	1	1	1	1	False	69381	fragment	False	MON0049_000000016698	0.8634391108264557		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	98.12100000000001	100.0	0.0006252463072923645	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
CHI0094_000000003387	1494	0.5178401011982591	2	2	2	1	1	False	83539	maximal	True	CHI0094_000000003387	1.0		403	13	False	False	1.0	0					non-mobilizable	chromosome	1516.0	95.646	100.0	0.0005270253878446753	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0042_000000005081	5529	0.5178382860530834	5	4	4	3	3	False	107650	fragment	False	SPA0042_000000005081	1.0		0	0	False	False	0.9974678754806519	0					non-mobilizable	no_good_hit	734.0	77.793	13.0	0.0005371660204123087	CP019865.1	GNS bacteria	Dehalococcoides mccartyi strain KBTCE2, complete genome	True	False
MAD0102_000000018096	1245	0.5178379200328991	2	2	2	2	1	False	30658	maximal	False	SPA0085_000000010468	0.9665317959668678		0	0	False	False	0.9911646842956543	0					non-mobilizable	other	1229.0	99.105	99.0	0.0039000346175711168	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
ENG0160_000000002552	8430	0.5178369541625919	9	5	2	5	3	True	114404	maximal	True	ENG0160_000000002552	1.0		1	1	True	True	0.9992882609367371	9					non-mobilizable	no_good_hit	1243.0	99.678	15.0	0.0003724347727726716	CP028149.1	firmicutes	Clostridium perfringens strain JXJA17 chromosome, complete genome	True	True
CHI0056_000000012898	1588	0.5178360173299935	2	2	2	2	2	False	86094	maximal	True	CHI0056_000000012898	0.984375		39	11	False	False	1.0	0					non-mobilizable	other	1588.0	98.3	100.0	0.0007284768819904174	CP019721.1	firmicutes	Veillonella parvula strain UTDB1-3, complete genome	False	False
MAD0054_000000001702	6369	0.5178359619596541	4	4	1	3	3	False	17181	fragment	False	MAD0054_000000001702	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	6369.0	100.0	100.0	0.08982424464693768	CP038299.1	enterobacteria	Escherichia coli O157:H7 strain TB182A plasmid pTB182A-5, complete sequence	False	True
CHI0158_000000016809	1214	0.5178350752046531	2	2	1	1	2	False	78842	fragment	False	ENG0043_000000026049	0.9521424532840038		0	0	False	False	0.9703459739685059	0					non-mobilizable	other	1214.0	98.84700000000001	100.0	0.025058359328196337	NZ_JAAITU010000035.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_35_length_48407_cov_162.821, whole genome shotgun sequence	False	False
FIJ0132_000000021328	1590	0.5178313724468332	2	1	1	1	1	False	125500	fragment	False	CHI0133_000000005744	0.12180853025695974		0	0	False	False	0.9993710517883301	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	2.6254343326701307e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0078_000000009861	4006	0.5178310823227212	4	4	3	2	3	True	54406	fragment	False	MON0078_000000009861	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	72.277	12.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0039_000000011275	3952	0.5178309493245239	5	4	0	2	3	False	127603	fragment	False	ENG0151_000000005478	0.9070297762784373		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1857				non-mobilizable	other	3965.0	90.971	100.0	0.7326421033142011	MK878526.1	enterobacteria	Escherichia coli 0143I contig 0143I-ColE1 genomic sequence	False	True
MAD0022_000000008211	1656	0.5178276275901805	2	2	2	2	2	False	19280	maximal	True	MAD0022_000000008211	1.0		2	2	False	False	0.9921497702598572	0					non-mobilizable	no_good_hit	1416.0	97.52799999999999	86.0	0.003565125308859866	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	True	False
ENG0163_000000002169	8668	0.517827304683087	8	3	2	3	0	True	106384	maximal	True	ENG0163_000000002169	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	92.958	1.0	0.00014603607302650238	NZ_AFNU02000002.1	bacteria	Haloplasma contractile SSD-17B Contig2, whole genome shotgun sequence	True	True
USA0034_01_000000015553	3583	0.5178262069866051	5	4	4	4	2	False	111389	maximal	False	ENG0133_000000006496	0.9646531258243207	PS708	0	0	False	True	1.0	0					non-mobilizable	other	3151.0	98.318	100.0	0.0028619426139621005	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	True
MON0010_000000007265	3247	0.5178219622027384	3	3	3	2	3	False	107844	fragment	False	MON0089_000000006943	0.9864728165145029		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	79.135	24.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
FIJ0126_000000031849	1289	0.5178195741850721	2	2	2	2	2	False	41098	maximal	True	FIJ0126_000000031849	1.0		44	9	False	False	0.9992241859436035	0					non-mobilizable	no_good_hit	608.0	80.757	83.0	0.00020262967541889983	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0024_000000008525	1489	0.5178152380820771	2	2	2	2	0	False	89013	maximal	False	CHI0106_000000013001	0.9291907557226612		0	0	False	False	0.9664204120635986	0					non-mobilizable	other	1426.0	99.86	96.0	0.010079860791817274	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
CAN0014_000000005962	7173	0.5178129544855865	10	5	2	3	5	False	97456	maximal	False	CAN0001_000000006429	0.9988633175123297		0	0	True	True	1.0	18					non-mobilizable	no_good_hit	1374.0	81.00399999999999	50.0	0.20132450331125828	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
USA0081_01_000000010310	3036	0.5178129544855865	5	5	2	3	5	False	576	fragment	False	USA0081_01_000000010310	1.0		0	0	False	False	0.9986824989318848	0					non-mobilizable	no_good_hit	1374.0	81.00399999999999	66.0	0.20132450331125828	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
USA0121_01_000000012079	3916	0.5178094471630565	4	4	4	4	4	False	43413	maximal	True	USA0121_01_000000012079	1.0		59	8	False	False	0.9994892477989197	0					non-mobilizable	no_good_hit	275.0	79.273	15.0	6.534305586566046e-05	LT607802.1	b-proteobacteria	Vogesella sp. LIG4 genome assembly, chromosome: I	True	False
ISR0074_000000016051	1857	0.5178001216127708	2	2	2	2	2	False	69529	maximal	False	DEN0079_000000030056	0.9565548780487805		0	0	False	False	0.9768443703651428	0					non-mobilizable	no_good_hit	432.0	72.685	23.0	0.009359283732888298	NZ_RWKW01000011.1	a-proteobacteria	Mesorhizobium carbonis strain B2.3 NODE_11_length_44279, whole genome shotgun sequence	True	False
FIJ0138_000000008252	2205	0.5177977155940003	3	3	3	3	2	False	113550	fragment	False	FIJ0020_000000010024	0.9304446571704779		0	0	False	False	1.0	0					non-mobilizable	other	2205.0	96.961	100.0	0.0005403720966952226	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0068_000000024169	1750	0.5177941341809907	2	2	2	2	2	False	57653	fragment	False	MON0068_000000024169	1.0		0	0	False	False	0.9897142648696899	0					non-mobilizable	no_good_hit	155.0	99.355	9.0	4.248796174417248e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0221_000000002738	7758	0.5177864770190963	7	4	3	4	2	False	58465	fragment	False	ISR0221_000000002738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1190.0	99.16	16.0	0.1945990180032733	MK232138.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_4_c1 sequence	True	False
MAD0095_000000016897	2073	0.5177842600298621	2	2	2	2	0	True	15587	maximal	True	MAD0095_000000016897	1.0		1	1	False	False	0.9990352392196655	0					non-mobilizable	no_good_hit	1050.0	89.905	51.0	0.0004892290328748852	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
MAD0100_000000005153	6935	0.5177834935341574	7	5	5	5	3	False	15179	maximal	True	MAD0100_000000005153	1.0		1	1	False	False	0.9998558163642883	0					non-mobilizable	no_good_hit	476.0	74.58	7.0	0.00011595200427613192	NC_016894.1	firmicutes	Acetobacterium woodii DSM 1030, complete sequence	True	False
MON0006_000000007853	2664	0.5177829408517546	3	3	2	3	3	False	121218	maximal	True	MON0006_000000007853	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1691.0	83.79700000000001	63.0	0.0004987449929290162	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0178_000000005134	2007	0.5177822167564945	3	2	2	2	2	False	77637	maximal	True	CHI0178_000000005134	1.0		127	11	False	False	0.9990034699440002	0					non-mobilizable	other	1480.0	99.459	100.0	0.0004107169635270007	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0217_000000012391	1890	0.5177822167564945	3	2	2	2	2	False	28091	fragment	False	ISR0217_000000012391	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	390.0	83.59	51.0	0.0019961933057889604	NZ_LS999948.1	firmicutes	Lachnoclostridium pacaense strain Marseille-P3100, whole genome shotgun sequence	True	False
FIJ0012_000000018077	1388	0.5177822167564945	2	2	2	2	2	False	50711	maximal	True	FIJ0012_000000018077	1.0		49	9	False	False	0.9798271059989929	0					non-mobilizable	no_good_hit	420.0	77.381	30.0	0.008915590524245275	NZ_FOGW01000021.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
FIJ0103_000000016386	1382	0.5177822167564945	2	2	2	2	2	False	42564	maximal	True	FIJ0103_000000016386	1.0		51	9	False	False	0.997829258441925	0					non-mobilizable	other	1347.0	94.135	97.0	0.00032951910070706857	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0032_000000012782	1356	0.5177822167564945	2	2	2	2	2	False	18913	maximal	True	MAD0032_000000012782	1.0		90	13	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	81.984	28.0	0.00010579490174928231	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0108_000000020907	1331	0.5177822167564945	2	2	2	2	2	False	4676	maximal	True	SPA0108_000000020907	1.0		34	7	False	False	0.9992486834526062	0					non-mobilizable	no_good_hit	384.0	81.771	48.0	0.00010159757545211585	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0038_000000027190	1317	0.5177822167564945	2	2	2	2	2	False	47611	maximal	True	FIJ0038_000000027190	1.0		179	13	False	False	0.9992406964302063	0					non-mobilizable	chromosome	1242.0	98.39	100.0	0.00034733193934089775	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0025_000000033785	1177	0.5177822167564945	2	2	2	2	2	False	37331	maximal	True	ISR0025_000000033785	1.0		526	15	False	False	1.0	0					non-mobilizable	other	1177.0	97.536	100.0	0.027990669776741087	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0091_01_000000009138	1099	0.5177822167564945	2	2	2	2	2	False	377	fragment	False	USA0091_01_000000009138	1.0		0	0	False	False	0.9909008145332336	0					non-mobilizable	other	1086.0	100.0	99.0	0.15820939049285507	NZ_CYZO01000066.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0115_000000024347	1194	0.5177805125137236	2	2	2	1	2	False	89658	fragment	False	SPA0115_000000024347	0.9587584633330418		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	98.074	100.0	0.00027832914789753006	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0249_000000007553	2434	0.5177772511839936	3	3	3	3	3	False	60134	maximal	True	ISR0249_000000007553	1.0		53	6	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	76.712	6.0	3.244250303666366e-05	NZ_VIGJ01000001.1	g-proteobacteria	Pseudoalteromonas luteoviolacea strain H2 1, whole genome shotgun sequence	True	False
SPA0018_000000013755	2164	0.5177763536570493	3	1	1	1	1	False	7804	fragment	False	SPA0018_000000013755	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	77.311	29.0	0.0012316069229273351	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0129_000000013274	2021	0.5177763536570493	2	1	1	1	1	False	58534	fragment	False	ENG0129_000000013274	0.9870711089010442		0	0	False	False	0.9980207681655884	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	0.0007464543418760885	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ENG0027_000000013693	1672	0.5177763536570493	2	1	1	1	1	False	104390	fragment	False	USA0037_01_000000018470	0.21522562423775593		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0232_000000018502	1567	0.5177763536570493	2	1	1	1	1	False	106957	fragment	False	ISR0232_000000018502	1.0		0	0	False	False	0.9827696084976196	0					non-mobilizable	no_good_hit	62.0	98.387	4.0	1.7682773934431693e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0002_000000013255	1545	0.5177763536570493	3	1	1	1	1	False	38634	fragment	False	SPA0020_000000019847	0.9528189910979229		0	0	False	False	1.0	0					non-mobilizable	other	1539.0	99.805	99.0	0.000427101210212662	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0288_000000019900	1495	0.5177763536570493	3	1	1	1	1	False	25965	fragment	False	ISR0288_000000019900	1.0		0	0	False	False	0.9993311166763306	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	4.1146167645945454e-05	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0185_000000023243	1426	0.5177763536570493	3	1	1	1	1	False	106956	fragment	False	ISR0185_000000023243	0.9709577297225949		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	98.726	11.0	0.010759362714669977	MK233491.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B10.V06.L09_2_c1 sequence	True	False
ISR0157_000000023547	1351	0.5177763536570493	2	1	1	1	1	False	106956	fragment	False	ISR0185_000000023243	0.9604387956412482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	6.0	0.00558659217877095	MK233491.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B10.V06.L09_2_c1 sequence	True	False
AST0110_000000013502	1318	0.5177763536570493	2	1	1	1	1	False	106956	fragment	False	ISR0185_000000023243	0.7795882701473881		0	0	False	False	0.999241292476654	0					non-mobilizable	no_good_hit	62.0	98.387	5.0	1.7682773934431693e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0087_000000029324	1313	0.5177763536570493	2	1	1	1	1	False	33819	fragment	False	ISR0087_000000029324	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0055_000000012927	1294	0.5177763536570493	2	1	1	1	1	False	106956	fragment	False	ISR0185_000000023243	0.7689096959439297		0	0	False	False	0.9992272257804871	0					non-mobilizable	no_good_hit	62.0	98.387	5.0	1.7682773934431693e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0042_000000019630	1263	0.5177763536570493	2	1	1	1	1	False	106956	fragment	False	ISR0185_000000023243	0.7550589093268336		0	0	False	False	0.9802058339118958	0					non-mobilizable	no_good_hit								True	False
ISR0218_000000014750	1205	0.5177763536570493	3	1	1	1	1	False	28057	fragment	False	ISR0218_000000014750	1.0		0	0	False	False	0.9759336113929749	0					non-mobilizable	no_good_hit								True	False
CHI0005_000000018526	1118	0.5177763536570493	1	1	1	1	1	False	90673	maximal	True	CHI0005_000000018526	1.0		0	0	False	False	0.9883720874786377	0					non-mobilizable	no_good_hit	809.0	99.258	72.0	0.00022438086986464946	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0818_000000017911	1002	0.5177690103557951	1	1	1	1	1	False	21334	fragment	False	ISR0818_000000017911	1.0		0	0	False	False	0.9970059990882874	0					non-mobilizable	other	1002.0	100.0	100.0	0.0015972758548058695	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
MON0037_000000028600	2433	0.5177676501414874	3	3	3	3	3	False	93390	maximal	True	MON0037_000000028600	0.9804332102580452		130	9	False	False	0.9913686513900757	0					non-mobilizable	chromosome	2433.0	99.794	100.0	0.0006800683759536546	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0326_000000001133	10536	0.5177631281237646	7	3	2	3	1	True	106955	maximal	True	ISR0326_000000001133	1.0		40	7	False	False	1.0	0					non-mobilizable	no_good_hit	5992.0	97.213	57.0	0.0012650787780817392	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0190_000000004847	4792	0.5177618251534695	4	4	0	2	4	False	127606	maximal	True	ISR0190_000000004847	1.0		1	1	False	False	1.0	0	ColRNAI_rep_cluster_1857				non-mobilizable	no_good_hit	4018.0	90.69200000000001	84.0	0.7424551009072394	MK878526.1	enterobacteria	Escherichia coli 0143I contig 0143I-ColE1 genomic sequence	True	True
MON0107_000000012233	4412	0.5177618251534695	5	4	0	2	4	False	127604	fragment	False	MON0107_000000012233	1.0		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1857				non-mobilizable	plasmid	4412.0	99.977	100.0	0.6403890824622532	CP038396.1	enterobacteria	Escherichia coli O157:H7 strain DEC5A plasmid pDEC5A-3, complete sequence	False	True
ENG0151_000000005478	4338	0.5177618251534695	4	4	0	2	4	False	127603	fragment	False	ENG0151_000000005478	0.9463861026000767		0	0	False	False	1.0	0	rep_cluster_2350			MOBP	mobilizable	plasmid	4338.0	99.954	100.0	0.3525729615478416	CP051709.1	enterobacteria	Escherichia coli strain SCU-124 plasmid pSCU-124-3, complete sequence	False	True
FIJ0011_000000010607	4036	0.5177618251534695	5	4	0	2	4	False	127603	fragment	False	ENG0151_000000005478	0.8544553877262784		0	0	False	False	0.9995044469833374	0					non-mobilizable	plasmid	4036.0	100.0	100.0	0.6070407702723033	CP055615.1	enterobacteria	Escherichia coli strain RHB38-C23 plasmid pRHB38-C23_8, complete sequence	False	True
ISR0316_000000004771	3765	0.5177618251534695	4	4	0	2	4	False	127603	fragment	False	ENG0151_000000005478	0.8407806657419167		0	0	False	False	0.9989376068115234	0					non-mobilizable	plasmid	3765.0	99.973	100.0	0.5644871025794841	CP057858.1	enterobacteria	Escherichia coli strain RHB13-C01 plasmid pRHB13-C01_5, complete sequence	False	True
ENG0125_000000006625	3764	0.5177618251534695	4	4	0	2	4	False	127603	fragment	False	ENG0151_000000005478	0.8411976201996916		0	0	False	False	1.0	0					non-mobilizable	plasmid	3764.0	100.0	100.0	0.22724802222356422	CP018949.1	enterobacteria	Escherichia coli strain Ecol_276 plasmid pEC276_KPC, complete sequence	False	True
ISR0358_000000004801	3753	0.5177618251534695	5	4	0	2	4	False	127603	fragment	False	ENG0151_000000005478	0.7413496428190394		0	0	False	False	0.999733567237854	0					non-mobilizable	plasmid	3753.0	100.0	100.0	0.22658373090162448	CP018949.1	enterobacteria	Escherichia coli strain Ecol_276 plasmid pEC276_KPC, complete sequence	False	True
SPA0068_000000003392	3731	0.5177618251534695	5	4	0	2	4	False	127603	fragment	False	ENG0151_000000005478	0.8276985154903287		0	0	False	False	0.99544358253479	0					non-mobilizable	plasmid	3731.0	100.0	100.0	0.5415214866434379	CP038396.1	enterobacteria	Escherichia coli O157:H7 strain DEC5A plasmid pDEC5A-3, complete sequence	False	True
ISR0136_000000002176	3455	0.5177618251534695	4	4	0	2	4	False	127603	fragment	False	ENG0151_000000005478	0.6401520079428925		0	0	False	False	0.9997105598449707	0					non-mobilizable	plasmid	3455.0	100.0	100.0	0.20858747508907544	CP018949.1	enterobacteria	Escherichia coli strain Ecol_276 plasmid pEC276_KPC, complete sequence	False	True
AST0006_000000004319	3434	0.5177618251534695	4	4	0	2	4	False	127603	fragment	False	ENG0151_000000005478	0.6289771995479547		0	0	False	False	0.9985439777374268	0					non-mobilizable	plasmid	3434.0	100.0	100.0	0.49261013057827524	CP054451.1	enterobacteria	Escherichia coli strain SCU-488 plasmid pSCU-488-2, complete sequence	False	True
CHI0145_000000005483	3361	0.5177618251534695	4	4	0	2	4	False	127603	fragment	False	ENG0151_000000005478	0.2811789907176637		0	0	False	False	1.0	0					non-mobilizable	plasmid	3349.0	99.22399999999999	100.0	0.31353629976580794	CP047382.1	enterobacteria	Escherichia coli strain CAU16175 plasmid pCAU16175_4, complete sequence	False	True
AST0140_000000006350	4353	0.5177616967756452	4	4	3	3	3	False	105625	maximal	True	AST0140_000000006350	1.0	PS11	1	1	False	True	0.9958649277687073	0					non-mobilizable	no_good_hit	1540.0	97.85700000000001	60.0	0.0004374699559401195	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0097_000000020630	1593	0.5177598416418668	3	2	2	2	2	False	91046	fragment	False	ISR0305_000000010968	0.7610594348818212		0	0	False	False	1.0	0					non-mobilizable	other	1593.0	97.615	100.0	0.01730246712313879	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0094_000000002757	8859	0.5177568169579165	10	7	7	5	2	True	68400	fragment	False	DEN0094_000000002757	1.0		0	0	False	False	0.9989840984344482	0					non-mobilizable	no_good_hit	3288.0	80.566	54.0	0.013875610230724323	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	True
ENG0018_000000015081	1439	0.5177564893607737	2	2	2	2	1	False	88311	fragment	False	ENG0100_000000020599	0.9325603808620767		0	0	False	False	0.995135486125946	0					non-mobilizable	chromosome	1419.0	93.023	99.0	0.0004801358651976933	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0162_000000011083	2233	0.517756433253407	3	3	3	3	3	False	56361	maximal	True	ENG0162_000000011083	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	193.0	76.684	9.0	0.00016806276702077786	NZ_LN881723.1	firmicutes	Gorillibacterium timonense strain SN4, whole genome shotgun sequence	True	False
ENG0107_000000003768	6407	0.5177501778486875	7	3	1	1	3	False	128980	maximal	True	ENG0107_000000003768	1.0	PS1059|PS332	89	7	False	True	0.9998438954353333	0					non-mobilizable	no_good_hit	4793.0	98.727	75.0	0.0795886838214529	NZ_JAAITU010000022.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_22_length_60197_cov_159.13, whole genome shotgun sequence	True	True
MAD0107_000000016534	2348	0.5177439761834104	2	2	2	2	2	False	128874	maximal	True	MAD0107_000000016534	1.0	PS1059	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1312.0	99.619	56.0	0.01803723016386225	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
CHI0101_000000003804	3562	0.5177416549652126	2	2	1	2	2	False	83319	maximal	True	CHI0101_000000003804	1.0		546	12	False	False	0.9997192621231079	0					non-mobilizable	chromosome	3563.0	99.439	100.0	0.0007107299262206053	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0112_000000003245	4805	0.5177413515627959	4	3	3	2	3	False	82455	maximal	True	CHI0112_000000003245	1.0		1	1	False	False	0.9972944855690002	0					non-mobilizable	no_good_hit	1886.0	99.947	81.0	0.0009817207246713448	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	True	False
ISR0382_000000004515	2999	0.5177410903711214	3	1	1	1	1	False	28421	maximal	True	ISR0382_000000004515	1.0		2	1	False	False	1.0	0					non-mobilizable	other	2998.0	98.432	99.0	0.0008444254663377713	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0194_000000014270	1814	0.5177410903711214	2	1	1	1	1	False	29039	maximal	True	ISR0194_000000014270	1.0		1	1	False	False	0.9922822713851929	0					non-mobilizable	no_good_hit	1465.0	97.406	80.0	0.0004126233992158181	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0019_000000017852	1623	0.5177410903711214	2	1	1	1	1	False	28419	fragment	False	SPA0019_000000017852	1.0		0	0	False	False	0.9981516003608704	0					non-mobilizable	no_good_hit	1467.0	96.728	89.0	0.0004131874776836456	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0062_000000024363	1580	0.5177410903711214	2	1	1	1	1	False	35324	maximal	True	ISR0062_000000024363	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	96.507	63.0	0.005916214569269999	NZ_JAAIUL010000005.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_5_length_169027_cov_271.549, whole genome shotgun sequence	True	False
ENG0032_000000007343	2822	0.5177399712039549	4	3	3	3	3	False	110230	maximal	True	ENG0032_000000007343	1.0		5	2	False	False	0.9911410212516785	0					non-mobilizable	no_good_hit	1433.0	94.348	68.0	0.006860028386324357	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ENG0158_000000009135	2031	0.5177393292544967	3	2	1	1	2	False	91477	fragment	False	ENG0100_000000012743	0.7586664340007209		0	0	False	False	0.9615952968597412	0					non-mobilizable	other	2032.0	97.589	100.0	0.049814819356895836	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
CAN0021_000000028862	1516	0.5177393292544967	2	2	1	1	2	False	91476	fragment	False	CAN0021_000000028862	0.9866232827187275		0	0	False	False	0.9914247989654541	0					non-mobilizable	chromosome	1462.0	98.085	100.0	0.0003251473066408389	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0006_000000014055	2284	0.5177391925521911	3	3	3	2	2	False	8249	maximal	True	SPA0006_000000014055	1.0		3	1	False	False	0.9938703775405884	0					non-mobilizable	no_good_hit	1477.0	97.495	65.0	0.005700976813710154	NZ_FTRU01000006.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0167_000000007842	3166	0.5177367688547948	4	4	2	3	3	False	87144	maximal	True	ENG0167_000000007842	0.9807860581275444		662	13	False	False	1.0	0					non-mobilizable	other	3167.0	98.169	100.0	0.001154594512537787	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
ISR0295_000000006070	5066	0.5177351417023899	6	3	3	3	2	False	90841	fragment	False	ISR0295_000000006070	1.0		0	0	False	False	0.9990130066871643	0					non-mobilizable	no_good_hit	518.0	73.55199999999999	10.0	0.00017295764712358522	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CHI0158_000000004594	3383	0.5177351417023899	3	3	3	3	2	False	90839	fragment	False	CHI0097_000000001523	0.9873982291685632		0	0	False	False	0.9997044205665588	0					non-mobilizable	no_good_hit								True	False
ISR0067_000000008199	3379	0.5177351417023899	4	3	3	3	2	False	90839	fragment	False	CHI0097_000000001523	0.987484123183324		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000011807	3293	0.5177351417023899	3	3	3	3	2	False	90839	fragment	False	CHI0097_000000001523	0.9702906459970057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0044_000000007919	3281	0.5177351417023899	3	3	3	3	2	False	90839	fragment	False	CHI0097_000000001523	0.9655312750577911		0	0	False	False	0.9993904232978821	0					non-mobilizable	no_good_hit								True	False
ISR0264_000000005470	1954	0.5177322404026591	2	2	1	1	2	False	128924	maximal	True	ISR0264_000000005470	1.0	PS1059	12	4	False	True	0.9974411725997925	0					non-mobilizable	other	1495.0	83.01	96.0	0.000422118917740463	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0112_000000017486	1909	0.5177313757516673	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.018672423097679438		0	0	False	False	0.9931901693344116	0					non-mobilizable	chromosome	1890.0	94.444	99.0	0.0005286946280539532	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0065_000000003129	3861	0.5177278692464231	5	3	3	3	1	True	16641	maximal	True	MAD0065_000000003129	1.0		1	1	False	False	0.998445987701416	0					non-mobilizable	no_good_hit	1251.0	89.04899999999999	33.0	0.0006529673621806367	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	True	True
USA0111_01_000000006099	3933	0.5177240567270487	5	3	3	3	3	False	115990	fragment	False	USA0111_01_000000006099	1.0		0	0	False	True	0.9992372393608093	0					non-mobilizable	no_good_hit	990.0	90.20200000000001	25.0	0.00022376314863031612	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ENG0125_000000015458	1706	0.5177201742245894	2	2	1	2	1	False	58826	maximal	True	ENG0125_000000015458	1.0		20	6	False	False	0.9988276958465576	0					non-mobilizable	no_good_hit	229.0	73.362	13.0	0.0001366477738918567	NZ_REFW01000001.1	high GC Gram+	Tessaracoccus antarcticus strain JDX10 Scaffold1, whole genome shotgun sequence	True	False
USA0051_01_000000003874	5754	0.51771592479916	6	4	4	4	3	True	130080	maximal	True	USA0051_01_000000003874	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1991.0	94.375	42.0	0.0006694857548308833	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0187_000000027948	1089	0.5177124256505391	2	2	1	2	1	False	54936	fragment	False	ENG0187_000000027948	1.0		0	0	False	False	0.9990817308425903	0					non-mobilizable	other	1089.0	94.49	100.0	0.0022750226352206125	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0185_000000009786	2121	0.5177113723045509	1	1	1	1	1	False	93248	fragment	False	ENG0185_000000009786	0.9661217985343216		0	0	False	False	0.9990570545196533	0					non-mobilizable	no_good_hit	169.0	99.40799999999999	8.0	0.0002036956205441583	NZ_JH724315.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.2, whole genome shotgun sequence	True	False
USA0051_01_000000009876	2079	0.5177113723045509	1	1	1	1	1	False	93248	fragment	False	ENG0185_000000009786	0.9576757202160627		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	155.0	94.839	7.0	0.00027431958944688976	NZ_JH724316.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.3, whole genome shotgun sequence	True	False
CAN0015_000000018525	1991	0.5177113723045509	1	1	1	1	1	False	93248	fragment	False	ENG0185_000000009786	0.9467057816892801		0	0	False	False	0.9964841604232788	0					non-mobilizable	no_good_hit	48.0	93.75	2.0	1.2144576430175682e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
AST0019_000000008710	3183	0.5177097891769731	4	4	4	4	3	False	122741	maximal	True	AST0019_000000008710	1.0		154	10	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	74.0	6.0	0.0218141346688926	NZ_PELK01000054.1	a-proteobacteria	Methylobacterium frigidaeris strain IER25-16 scaffold54, whole genome shotgun sequence	True	False
MON0103_000000049837	1194	0.517706004180149	1	1	1	1	1	False	120637	fragment	False	ISR0039_000000028021	0.38941043083900223		0	0	False	False	1.0	0					non-mobilizable	chromosome	1197.0	92.147	100.0	0.0004913067937063312	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
CHI0073_000000005488	1468	0.5177057831365015	3	2	1	1	2	False	84778	fragment	False	CHI0073_000000005488	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1469.0	95.167	100.0	0.04681570303281564	LT622833.1	firmicutes	Streptococcus salivarius integrative and conjugative element ICE_Ssa L60_rpsI, strain L60	False	False
CHI0003_000000003673	2955	0.5177054045820585	5	5	3	4	2	True	120016	fragment	False	CHI0003_000000003673	0.9392217966558281		0	0	False	True	0.9986463785171509	0					non-mobilizable	chromosome	2857.0	89.079	100.0	0.0009916582198532416	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0082_000000007274	3858	0.517703152154076	3	2	2	2	2	False	34191	maximal	True	ISR0082_000000007274	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	76.236	38.0	0.012651830681560741	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0208_000000012524	2474	0.5177000398089355	2	2	2	1	1	False	108833	fragment	False	ISR0055_000000004902	0.8028745098733864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1289.0	82.00200000000001	52.0	0.8303108808290155	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
USA0101_01_000000005564	5373	0.5176976740603852	5	5	5	4	4	True	100749	fragment	False	USA0101_01_000000005564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3650.0	94.87700000000001	69.0	0.009774534778753714	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	True
SPA0038_000000014859	1816	0.5176924304449833	2	2	2	2	1	False	7039	fragment	False	SPA0038_000000014859	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0103_000000012412	1390	0.5176923451657891	2	2	2	2	2	False	60292	maximal	True	ENG0103_000000012412	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	555.0	86.306	40.0	0.00019310321750393527	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0113_000000016462	1564	0.5176889298376919	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.5725081011557555		0	0	False	False	1.0	0					non-mobilizable	other	1566.0	90.166	99.0	0.030286599535243996	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
ISR0253_000000002037	5254	0.5176857264893556	8	6	4	4	5	False	73262	maximal	True	ISR0253_000000002037	1.0		24	8	False	False	1.0	0					non-mobilizable	no_good_hit	938.0	92.537	32.0	0.00031839158222946826	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0128_000000014325	2591	0.5176848539712655	3	2	2	2	2	False	3887	maximal	True	SPA0128_000000014325	1.0		204	11	False	False	1.0	0					non-mobilizable	other	2591.0	99.961	100.0	0.027992131941292176	NZ_CYZK01000013.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0356_000000000893	12753	0.5176830421068902	15	11	5	5	9	True	101245	maximal	True	ISR0356_000000000893	1.0		434	13	False	False	1.0	0					non-mobilizable	no_good_hit	7755.0	96.944	84.0	0.08563658072789988	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
MAD0002_000000004575	6032	0.5176786388574376	5	5	1	5	3	False	46212	maximal	False	FIJ0082_000000004154	0.9658331781231948		0	0	False	False	0.9998342394828796	0					non-mobilizable	chromosome	4128.0	86.38600000000001	95.0	0.0010961048398003697	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0816_000000006959	6194	0.5176781583887388	4	4	4	4	3	False	118601	maximal	True	ISR0816_000000006959	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	3751.0	95.54799999999999	62.0	0.000745058920129604	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
CHI0123_000000004066	3359	0.5176777879871204	4	3	3	3	2	False	83620	maximal	True	CHI0123_000000004066	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1872.0	96.368	56.0	0.02515672505179326	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0055_000000002778	5159	0.5176738379617233	8	8	6	7	5	True	86254	maximal	True	CHI0055_000000002778	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1977.0	77.339	59.0	0.0005236393416615392	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
ISR0121_000000006371	3678	0.5176717636610467	7	5	5	4	3	False	128925	maximal	True	ISR0121_000000006371	1.0	PS1059	24	5	False	True	0.9989124536514282	0					non-mobilizable	no_good_hit	1495.0	97.258	44.0	0.00042495456058162453	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AST0025_000000015463	2339	0.5176692631255205	4	4	2	3	3	False	120369	maximal	True	AST0025_000000015463	1.0		3	2	False	False	0.994869589805603	0					non-mobilizable	no_good_hit	192.0	84.375	8.0	0.3784860557768924	EU061981.1	bacteria	Uncultured bacterium clone HA0AAA6ZE11RM1 genomic sequence	True	False
DEN0070_000000030996	1108	0.517668748731174	2	1	1	1	1	False	70524	fragment	False	DEN0070_000000030996	1.0		0	0	False	False	0.9918772578239441	0					non-mobilizable	other	1089.0	98.806	98.0	0.0002941797562688273	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0178_000000003892	4993	0.5176652056861264	2	1	1	1	1	False	55481	maximal	True	ENG0178_000000003892	1.0		175	11	False	False	1.0	0					non-mobilizable	other	4992.0	98.87799999999999	99.0	0.1018301267010793	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	False	False
FIJ0078_000000017821	1359	0.5176628610976629	1	1	1	1	1	False	44430	maximal	True	FIJ0078_000000017821	1.0		50	4	False	False	1.0	0					non-mobilizable	no_good_hit	1052.0	98.00399999999999	77.0	0.04684990183830091	NZ_CABIWU010000037.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0046_000000028020	1330	0.5176611431814492	3	2	2	2	2	False	65148	fragment	False	MON0087_000000035904	0.910728908938839		0	0	False	False	0.9984962344169617	0					non-mobilizable	other	1313.0	80.655	98.0	0.011701403810342358	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0170_000000008496	5255	0.5176598185556579	8	7	3	5	4	False	30066	fragment	False	ISR0170_000000008496	1.0		0	0	False	False	0.9996194243431091	0					non-mobilizable	no_good_hit	2371.0	74.947	44.0	0.0007170090550304449	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0221_000000017995	1237	0.5176583876489753	2	1	1	1	1	False	30527	fragment	False	ISR0157_000000025596	0.962962962962963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	73.333	33.0	0.0006424706762604682	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
TAN0006_000000008741	1601	0.5176558436652343	2	1	1	1	1	False	48217	maximal	True	TAN0006_000000008741	1.0		53	6	False	False	0.9937539100646973	0					non-mobilizable	no_good_hit								True	False
SPA0103_000000015496	1193	0.5176557437591538	2	2	2	1	1	False	4864	maximal	True	SPA0103_000000015496	1.0		308	14	False	False	0.9991617798805237	0					non-mobilizable	other	581.0	88.46799999999999	96.0	0.00018012592015101956	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0324_000000009607	3254	0.5176548863920186	3	3	3	3	1	True	24941	maximal	True	ISR0324_000000009607	1.0		3	2	False	False	0.9996926784515381	0					non-mobilizable	no_good_hit	609.0	78.982	19.0	0.00014648327092228424	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	True
ISR0227_000000008222	3233	0.5176536085568533	5	4	3	4	4	False	90816	maximal	True	ISR0227_000000008222	1.0		60	8	False	False	0.9996907114982605	0					non-mobilizable	chromosome	3240.0	87.28399999999999	100.0	0.0005745279342876565	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
AST0140_000000018361	1571	0.5176524776406627	3	3	3	2	2	False	105483	maximal	True	AST0140_000000018361	0.994572591587517		1069	13	False	False	0.9840865731239319	0					non-mobilizable	other	1571.0	98.6	100.0	0.0030813193542182675	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0022_000000006855	3593	0.5176491859670795	6	3	1	3	2	False	115363	maximal	True	FIJ0022_000000006855	0.9855377702892446		51	11	False	False	1.0	0					non-mobilizable	no_good_hit	1198.0	98.08	60.0	0.0003600926967721423	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0171_000000011436	1809	0.5176484196514977	2	2	2	2	2	False	38795	fragment	False	FIJ0171_000000011436	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	98.571	4.0	2.0774578659931286e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0238_000000011980	1274	0.5176463492244923	1	1	1	1	1	False	62718	fragment	False	ENG0066_000000015969	0.9600238450074515		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	97.29700000000001	99.0	0.0005236819213502244	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	False	False
FIJ0006_000000014009	2541	0.5176448795167464	2	2	2	2	2	False	51732	maximal	True	FIJ0006_000000014009	1.0		6	1	False	False	0.999212920665741	0					non-mobilizable	no_good_hit	968.0	83.781	38.0	0.00025608679635151006	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0341_000000002926	4552	0.5176443797283141	7	6	4	3	5	False	36482	maximal	True	ISR0341_000000002926	1.0		18	3	False	False	0.997363805770874	0					non-mobilizable	no_good_hit	1102.0	82.396	44.0	0.0039701387554430785	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0069_000000018232	1482	0.5176352151747398	2	2	2	2	2	False	70696	maximal	True	DEN0069_000000018232	1.0		125	9	False	False	0.9912280440330505	0					non-mobilizable	chromosome	1482.0	99.73	100.0	0.0004141370332184879	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0178_000000007022	1456	0.5176290137364307	2	1	1	1	1	False	110525	fragment	False	FIJ0166_000000015490	0.9690761056087368		0	0	False	False	0.9979395866394043	0					non-mobilizable	other	1264.0	92.64200000000001	95.0	0.005527352297592998	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0111_000000011808	1451	0.5176290137364307	2	1	1	1	1	False	110525	fragment	False	FIJ0166_000000015490	0.9679385170314515		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	92.375	95.0	0.0055054704595185995	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0016_000000000707	9959	0.5176288627064188	25	6	4	6	5	True	13372	maximal	True	MON0016_000000000707	1.0		1	1	False	False	0.9908625483512878	0					non-mobilizable	no_good_hit	307.0	75.244	3.0	6.916043315746176e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
MON0067_000000008053	2222	0.5176249081921191	2	2	1	2	1	False	10603	maximal	True	MON0067_000000008053	1.0		11	4	False	False	0.9914491176605225	0					non-mobilizable	chromosome	2222.0	99.91	100.0	0.00047065993685824637	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0110_000000002038	10407	0.5176220613738961	7	5	3	4	4	False	32724	fragment	False	ISR0110_000000002038	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10257.0	100.0	99.0	0.0026911607073743207	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
MAD0105_000000028442	1370	0.5176112498054395	2	2	2	2	1	True	111099	maximal	False	ISR0247_000000010037	0.7716558328740621		0	0	False	False	0.9985401630401611	0					non-mobilizable	other	1370.0	99.635	100.0	0.04970229451060122	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
AST0085_000000007559	1342	0.5176112498054395	2	2	2	2	1	True	111099	maximal	False	ISR0247_000000010037	0.3878832116788321		0	0	False	False	0.9992548227310181	0					non-mobilizable	other	1342.0	99.404	100.0	0.048649433633459194	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
ENG0185_000000007555	2877	0.5176110403556373	3	3	3	2	2	False	94480	fragment	False	ENG0185_000000007555	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	75.758	9.0	3.5707667141984616e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
FIJ0126_000000019304	1979	0.5176102477188149	3	3	3	3	3	False	41141	maximal	True	FIJ0126_000000019304	1.0		29	6	False	False	0.9994946718215942	0					non-mobilizable	other	1980.0	94.697	100.0	0.03202564642261548	NZ_FUWW01000013.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
AST0113_000000032649	1120	0.5176101193234457	2	1	1	1	1	False	106347	maximal	True	AST0113_000000032649	1.0		16	4	False	False	0.9758928418159485	0					non-mobilizable	no_good_hit	247.0	74.089	22.0	7.559439622818467e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
ISR0109_000000025522	1248	0.5176093072150637	2	2	1	2	1	False	60926	fragment	False	ISR0399_000000008062	0.19546214842118836		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	97.756	100.0	0.00060339137890656	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0097_000000033261	1128	0.5176088026211199	2	2	2	2	0	True	9209	maximal	True	MON0097_000000033261	1.0		24	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0071_000000031295	1396	0.5176075380847971	2	2	2	2	2	False	70395	maximal	True	DEN0071_000000031295	1.0		19	4	False	False	0.984240710735321	0					non-mobilizable	no_good_hit	879.0	75.654	62.0	0.002207680782676621	NZ_GL882583.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld3, whole genome shotgun sequence	True	False
USA0017_01_000000007751	3531	0.5176058014142519	5	2	2	2	2	False	1905	maximal	True	USA0017_01_000000007751	1.0		1	1	False	False	0.9801756143569946	0					non-mobilizable	no_good_hit	1323.0	74.528	37.0	0.009369670190487843	NZ_SMUS01000008.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00008, whole genome shotgun sequence	True	False
MAD0098_000000010804	3960	0.5176014039157592	7	5	2	4	2	False	15340	fragment	False	MAD0098_000000010804	1.0		0	0	False	False	0.9941919445991516	0					non-mobilizable	no_good_hit	1258.0	90.064	31.0	0.0003509703883428572	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0222_000000006616	9585	0.5175999112987706	9	8	7	8	8	False	27915	maximal	True	ISR0222_000000006616	1.0		29	5	False	False	0.9997913241386414	0					non-mobilizable	no_good_hit	2360.0	78.983	65.0	0.006294505588855559	NZ_QGDS01000004.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_104, whole genome shotgun sequence	True	False
CHI0104_000000000248	15438	0.5175994643710916	19	6	1	5	0	False	83258	fragment	False	CHI0104_000000000248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.009048257372654156	XM_010049450.2	eudicots	PREDICTED: Eucalyptus grandis probable ADP-ribosylation factor GTPase-activating protein AGD14 (LOC104436618), transcript variant X2, mRNA	True	False
ISR0381_000000011205	1593	0.5175976186308748	3	2	2	2	2	False	45567	maximal	True	ISR0381_000000011205	1.0		226	12	False	False	0.9730069041252136	0					non-mobilizable	chromosome	1614.0	97.89299999999999	100.0	0.0008661082689131686	CP030928.1	firmicutes	Streptococcus thermophilus strain CS18 chromosome, complete genome	False	False
ISR0322_000000008599	1449	0.5175857655846101	2	1	1	1	1	False	115978	fragment	False	AUS0008_000000015916	0.7401025144643515		0	0	False	False	0.9861973524093628	0					non-mobilizable	no_good_hit	1054.0	99.431	73.0	0.00023824327149415863	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0193_000000001904	9994	0.5175820308321222	11	10	4	7	9	False	125591	maximal	True	ENG0193_000000001904	1.0		1	1	False	False	0.9986992478370667	0					non-mobilizable	other	9979.0	99.098	99.0	0.00426187393447812	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
ISR0142_000000002716	1326	0.5175813176058555	2	2	1	1	2	False	76362	fragment	False	ISR0033_000000023127	0.967023918736881		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	99.84899999999999	100.0	0.0011857375018792821	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
FIJ0108_000000018447	1303	0.5175813176058555	3	2	1	1	2	False	72064	fragment	False	FIJ0108_000000018447	0.9619264109552409		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	99.156	100.0	0.0029883015568087142	NZ_OEPZ01000003.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	False	False
DEN0092_000000013159	1272	0.5175813176058555	2	2	1	1	2	False	68536	fragment	False	ENG0191_000000024825	0.9778794813119756		0	0	False	False	0.9976415038108826	0					non-mobilizable	other	1246.0	86.196	97.0	0.01812539157548118	NZ_LNAM01000035.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf13, whole genome shotgun sequence	False	False
ENG0134_000000030512	1246	0.5175813176058555	3	2	1	1	2	False	72064	fragment	False	FIJ0108_000000018447	0.9529978074136847		0	0	False	False	1.0	0					non-mobilizable	other	1246.0	98.876	100.0	0.10824204486176317	NZ_JAAIUL010000043.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_43_length_11502_cov_232.056, whole genome shotgun sequence	False	False
ENG0165_000000016663	1210	0.5175813176058555	2	2	1	1	2	False	72064	fragment	False	FIJ0108_000000018447	0.9392851173477336		0	0	False	False	0.9991735816001892	0					non-mobilizable	chromosome	1210.0	98.43	100.0	0.00034388893155500944	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0089_000000012825	3049	0.5175776805945596	5	5	5	5	2	False	5426	maximal	True	SPA0089_000000012825	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	96.811	76.0	0.04037222619899785	NZ_QRYH01000031.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf31, whole genome shotgun sequence	True	False
SPA0142_000000002345	10566	0.5175765174028467	8	8	3	2	5	False	69264	fragment	False	SPA0142_000000002345	1.0		0	0	False	False	0.9999053478240967	0					non-mobilizable	chromosome	10556.0	98.465	99.0	0.0047088706787565765	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0023_000000009073	3139	0.5175751998908699	5	3	2	2	2	True	91292	backbone	True	ISR0023_000000009073	1.0	PS482	1	1	True	True	1.0	111					non-mobilizable	no_good_hit	1001.0	98.402	66.0	0.24520413182488932	CP048435.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero2, complete sequence	True	True
ENG0156_000000001797	8877	0.5175738587896942	17	5	4	5	3	True	56707	maximal	True	ENG0156_000000001797	1.0		21	9	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	0.0	0.0033425252778474137	NZ_JAASQS010000013.1	a-proteobacteria	Rhizomicrobium electricum strain DSM 21034 Ga0373321_13, whole genome shotgun sequence	True	True
MON0017_000000015541	1269	0.5175730270003455	2	2	2	1	2	True	125751	fragment	False	ENG0102_000000021244	0.47737909853075555		0	0	False	False	1.0	0					non-mobilizable	chromosome	1270.0	95.118	100.0	0.0004474419763385061	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0087_000000028912	1265	0.5175730270003455	2	2	2	1	2	True	110540	fragment	False	AST0087_000000028912	0.9833887043189369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0177_000000014321	1185	0.5175730270003455	2	2	2	1	2	True	125751	fragment	False	ENG0102_000000021244	0.22763532362973193		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	93.671	100.0	0.00036802929799422475	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0051_000000003596	5498	0.5175723466766396	6	4	3	4	2	False	46558	maximal	True	FIJ0051_000000003596	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	93.824	18.0	0.0002958882174282028	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0049_01_000000002131	1751	0.5175711940846978	2	2	2	2	2	False	1109	maximal	True	USA0049_01_000000002131	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	469.0	81.023	29.0	0.00015831961060170624	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MAD0087_000000018843	1629	0.5175699490152943	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.062049125914934944		0	0	False	False	1.0	0					non-mobilizable	other	1641.0	96.161	100.0	0.000493772594236048	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0003_000000020167	1260	0.5175687098457712	2	2	2	2	1	False	73896	fragment	False	DEN0031_000000026589	0.9835134834848503		0	0	False	False	0.9896825551986694	0					non-mobilizable	no_good_hit	220.0	81.36399999999999	17.0	6.073411026347688e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0028_000000025399	1256	0.5175687098457712	2	2	2	2	1	False	73896	fragment	False	DEN0031_000000026589	0.9806214090953356		0	0	False	False	0.9673566818237305	0					non-mobilizable	no_good_hit	218.0	80.275	17.0	6.0174348878560044e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0061_000000011772	1281	0.5175677156405537	2	2	2	2	2	False	6185	maximal	True	SPA0061_000000011772	1.0		486	13	False	False	1.0	0					non-mobilizable	other	1280.0	99.766	99.0	0.050723775530438234	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	False	False
ISR0039_000000033390	1122	0.5175666551801322	2	2	2	1	1	False	60733	maximal	False	ISR0003_000000021356	0.9303234206092217		0	0	False	False	0.9991087317466736	0					non-mobilizable	other	1122.0	99.822	100.0	0.0002705409612530318	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0356_000000010032	1966	0.5175656686986485	4	1	1	1	1	False	23912	maximal	True	ISR0356_000000010032	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	70.637	24.0	0.0001469507263147248	NZ_CWKH01000001.1	high GC Gram+	Mycolicibacterium neworleansense strain ATCC 49404T, whole genome shotgun sequence	True	False
ISR0805_000000001812	7278	0.5175633349337383	12	4	3	4	3	False	62471	fragment	False	ISR0805_000000001812	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3032.0	96.10799999999999	42.0	0.9996701846965699	MK231496.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_8_c1 sequence	True	False
ISR0115_000000002054	12148	0.517559611425673	11	11	10	10	9	False	94831	maximal	True	ISR0115_000000002054	1.0		9	5	False	False	0.9997530579566956	0					non-mobilizable	no_good_hit	10855.0	98.48	89.0	0.004217692467923308	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0170_000000011884	1358	0.5175587162238583	2	1	1	1	1	False	38828	maximal	True	FIJ0170_000000011884	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1301.0	95.772	100.0	0.0004785101109186437	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
DEN0065_000000013191	2583	0.5175562948046716	3	3	3	3	2	False	128241	maximal	True	DEN0065_000000013191	1.0		70	7	False	False	1.0	0					non-mobilizable	no_good_hit	1827.0	92.556	70.0	0.0071576405657123145	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0360_000000011967	2061	0.5175557575920053	3	2	2	2	1	False	115757	fragment	False	ISR0360_000000011967	1.0		0	0	False	False	0.9912663698196411	0					non-mobilizable	no_good_hit	978.0	80.061	68.0	0.010174556244147263	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
CAN0017_000000013972	2581	0.5175505606037449	3	2	2	2	1	False	92506	fragment	False	CAN0017_000000013972	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	74.785	13.0	0.000653527914166212	NZ_JGZM01000001.1	high GC Gram+	Bifidobacterium saeculare DSM 6531 = LMG 14934 Contig01, whole genome shotgun sequence	True	False
ENG0166_000000014281	2014	0.5175494194417048	1	1	1	1	1	False	56148	fragment	False	ENG0166_000000014281	1.0		0	0	False	False	0.97666335105896	0					non-mobilizable	chromosome	2014.0	99.95	100.0	0.00030632779173727574	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
DEN0012_000000003128	2005	0.5175478515340329	3	2	2	2	2	False	75451	maximal	True	DEN0012_000000003128	1.0		0	0	False	False	0.9950124621391296	0					non-mobilizable	no_good_hit	1250.0	99.68	62.0	0.00018379158358154026	CP008866.2	g-proteobacteria	Pseudomonas aeruginosa strain T38079, complete genome	True	False
CHI0179_000000013432	1597	0.5175445628115415	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.3980344828143092		0	0	False	False	0.9887288808822632	0					non-mobilizable	chromosome	1283.0	99.68799999999999	90.0	0.0003585271670392345	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0068_000000018084	1435	0.5175445628115415	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.33204410764497155		0	0	False	False	1.0	0					non-mobilizable	chromosome	1228.0	100.0	99.0	0.0003434136096464799	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0085_000000014950	1960	0.5175443347187998	3	3	2	1	2	False	131307	maximal	True	DEN0085_000000014950	1.0		30	5	False	False	1.0	0					non-mobilizable	other	1356.0	97.271	99.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0135_000000014820	1283	0.5175442251107526	2	1	1	1	1	False	80646	maximal	True	CHI0135_000000014820	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	76.398	37.0	0.008700610698256199	NZ_VWXL01000024.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_24, whole genome shotgun sequence	True	False
AST0084_000000023374	1518	0.5175395902376249	3	3	2	2	3	False	111273	maximal	True	AST0084_000000023374	0.976704929101958		47	6	False	False	0.9953886866569519	0					non-mobilizable	no_good_hit	623.0	97.59200000000001	55.0	0.0018466124162418765	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
SPA0033_000000028039	1140	0.517538944272809	2	1	1	1	1	False	21257	fragment	False	SPA0033_000000028039	0.9710407239819006		0	0	False	False	0.988596498966217	0					non-mobilizable	no_good_hit								True	False
SPA0082_000000003971	3996	0.5175344720338557	4	4	3	4	4	False	100267	fragment	False	SPA0082_000000003971	1.0		0	0	False	False	0.999499499797821	0					non-mobilizable	no_good_hit	2674.0	72.962	66.0	0.1364299864456261	NZ_JH604880.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld141, whole genome shotgun sequence	True	False
MON0103_000000031078	1771	0.5175323368447119	3	1	1	1	1	False	8884	fragment	False	MON0103_000000031078	1.0		0	0	False	False	0.9994353652000427	0					non-mobilizable	chromosome	1772.0	95.655	100.0	0.0006271639546812955	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
USA0087_01_000000006668	2292	0.5175320494039137	3	3	3	3	2	False	106581	fragment	False	SPA0128_000000015335	0.9760855574903395		0	0	False	False	0.9912739992141724	0					non-mobilizable	other	2283.0	99.212	99.0	0.0006910693071045983	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0036_01_000000015009	2283	0.5175320494039137	3	3	3	3	2	False	106581	fragment	False	SPA0128_000000015335	0.9781759854044321		0	0	False	False	0.9960578083992004	0					non-mobilizable	other	2283.0	100.0	100.0	0.0006910693071045983	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0163_000000010869	2266	0.5175320494039137	3	3	3	3	2	False	106581	fragment	False	SPA0128_000000015335	0.9744187808747092		0	0	False	False	1.0	0					non-mobilizable	other	2266.0	99.25	100.0	0.0006859211133181048	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0388_000000015505	2238	0.5175320494039137	3	3	3	3	2	False	106581	fragment	False	SPA0128_000000015335	0.9604527199450938		0	0	False	False	0.9785522818565369	0					non-mobilizable	other	2243.0	97.905	100.0	0.0006774417353168214	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
AST0113_000000018089	2088	0.5175320494039137	3	3	3	3	2	False	106581	fragment	False	SPA0128_000000015335	0.7541328275822516		0	0	False	False	0.9841954112052917	0					non-mobilizable	other	2088.0	99.28200000000001	100.0	0.0006320164960242317	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0074_000000026253	1160	0.5175318551316855	2	2	2	1	1	False	34660	maximal	True	ISR0074_000000026253	1.0		17	10	False	False	0.9879310131072998	0					non-mobilizable	no_good_hit	794.0	77.204	68.0	0.0019213748070700742	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
DEN0008_000000002005	3558	0.5175312370263855	3	2	2	2	2	False	76163	fragment	False	DEN0008_000000002005	1.0		0	0	False	False	0.9991568326950073	0					non-mobilizable	no_good_hit								True	False
FIJ0051_000000005039	4109	0.5175297358803532	4	4	4	4	4	False	65746	fragment	False	FIJ0051_000000005039	0.997261638038337		0	0	False	False	0.991482138633728	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	7.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
SPA0128_000000011466	3204	0.5175279122403186	5	4	3	4	4	False	70069	maximal	False	FIJ0127_000000005753	0.9850136239782017		0	0	True	True	1.0	8					non-mobilizable	chromosome	1919.0	99.323	99.0	0.0005559927935449179	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ISR0262_000000012185	1400	0.5175272966349987	3	3	3	2	1	True	26659	maximal	True	ISR0262_000000012185	1.0		3	3	False	False	0.9942857027053833	0					non-mobilizable	no_good_hit	841.0	94.887	60.0	0.0003036042105110247	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
ENG0138_000000015339	1289	0.5175266910444525	2	2	1	2	1	False	57899	maximal	True	ENG0138_000000015339	1.0		1	1	False	False	0.9728471636772156	0					non-mobilizable	no_good_hit	762.0	99.344	75.0	0.00017217771092787722	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0056_000000006272	2937	0.5175229346354653	3	1	1	1	1	False	86157	maximal	True	CHI0056_000000006272	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2975.0	77.109	99.0	0.014933805677289316	NZ_CYXV01000007.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0815_000000027150	1132	0.5175222911269757	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.13306151034446562		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	97.085	100.0	0.004341134068498566	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
DEN0017_000000002987	9429	0.5175197751306079	18	11	7	10	5	False	75259	maximal	True	DEN0017_000000002987	1.0		120	12	False	False	0.9976667761802673	0					non-mobilizable	no_good_hit	1545.0	77.79899999999999	31.0	0.0006698745826435846	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0293_000000030791	1132	0.5175122822763084	2	2	2	2	2	False	25794	fragment	False	ISR0293_000000030791	0.9915254237288136		0	0	False	False	1.0	0					non-mobilizable	chromosome	1132.0	98.76299999999999	100.0	0.00036454201951121717	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0040_000000010347	3707	0.5175109232686883	2	2	2	2	2	False	72048	maximal	False	ISR0157_000000007471	0.9722565996352555		0	0	False	False	0.9994604587554932	0					non-mobilizable	chromosome	3707.0	99.78399999999999	100.0	0.0007396700664345867	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0097_000000009362	2979	0.5175090839209272	3	3	2	3	2	False	33302	maximal	True	ISR0097_000000009362	1.0		3	2	False	False	0.9902651906013489	0					non-mobilizable	no_good_hit	907.0	81.58800000000001	30.0	0.006602239020189455	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
CHI0117_000000002503	6262	0.5175084111247095	10	6	5	6	3	True	82114	fragment	False	CHI0117_000000002503	1.0		0	0	False	False	0.9996806383132935	0					non-mobilizable	no_good_hit	90.0	81.111	1.0	0.0003607354026553443	NZ_MDEH01000006.1	g-proteobacteria	Xanthomonas melonis strain CFBP4644 Xm-CFBP4644-G106, whole genome shotgun sequence	True	True
MON0060_000000015423	2550	0.5175071976552647	3	3	3	2	3	False	26246	fragment	False	ISR0279_000000008045	0.9776785714285714		0	0	False	False	0.9972549080848694	0					non-mobilizable	no_good_hit	814.0	87.346	76.0	0.0002610895537169249	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
ISR0038_000000021593	1590	0.5175071878709254	2	1	1	1	1	False	36620	fragment	False	ISR0038_000000021593	1.0		0	0	False	False	0.994339644908905	0					non-mobilizable	no_good_hit								True	False
MON0009_000000017958	2064	0.5175066593297198	2	2	2	2	1	False	40747	maximal	True	MON0009_000000017958	1.0		48	5	False	False	1.0	0					non-mobilizable	no_good_hit	631.0	72.742	30.0	0.0011240542207786369	NZ_RBXI01000006.1	a-proteobacteria	Roseovarius halotolerans strain DSM 29507 Ga0170393_104, whole genome shotgun sequence	True	False
ISR0060_000000013613	2034	0.5175066036138917	4	2	1	2	1	False	35409	fragment	False	ISR0060_000000013613	1.0		0	0	False	False	0.9995083808898926	0					non-mobilizable	other	2034.0	98.37799999999999	100.0	0.008358240863698593	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
SPA0145_000000026366	1313	0.5175066036138917	2	2	1	2	1	False	3357	fragment	False	SPA0145_000000026366	1.0		0	0	False	False	0.9718202352523804	0					non-mobilizable	other	1300.0	98.23100000000001	99.0	0.005340558230174359	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
ISR0344_000000009761	3286	0.5175054747096349	4	3	3	3	3	False	110228	maximal	False	ISR0015_000000007242	0.9884066587395957		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	96.471	92.0	0.006971063328537911	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0388_000000013417	2566	0.5175045248167643	2	2	2	2	2	False	111779	fragment	False	ISR0388_000000013417	1.0		0	0	False	False	0.9996103048324585	0					non-mobilizable	chromosome	2566.0	100.0	100.0	0.0005482080010156275	CP044298.1	enterobacteria	Escherichia coli strain P59A chromosome, complete genome	False	False
FIJ0091_000000003695	6963	0.5175039217035399	7	4	3	4	3	False	43396	fragment	False	FIJ0091_000000003695	1.0		0	0	False	False	0.9991382956504822	0					non-mobilizable	chromosome	5642.0	94.984	95.0	0.002553389989787346	CP020431.2	firmicutes	Streptococcus sp. FDAARGOS_192 chromosome, complete genome	False	False
AST0151_000000011753	1387	0.5174933860701254	3	3	2	1	2	False	103630	maximal	False	FIJ0160_000000013121	0.960308592006144		0	0	False	False	0.9733237028121948	0					non-mobilizable	chromosome	1231.0	98.132	99.0	0.0003954845781965194	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0263_000000012030	1339	0.5174933860701254	3	3	2	1	2	False	103630	maximal	False	FIJ0160_000000013121	0.9550392877752506		0	0	False	False	0.9977595210075378	0					non-mobilizable	chromosome	1228.0	97.72	99.0	0.0003954845781965194	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0265_000000013179	1335	0.5174933860701254	3	3	2	1	2	False	103630	maximal	False	FIJ0160_000000013121	0.8434713809685244		0	0	False	False	0.9947565793991089	0					non-mobilizable	chromosome	1235.0	97.32799999999999	99.0	0.0003945176232376037	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0058_000000018793	1422	0.5174919402686441	2	2	2	2	2	False	35478	maximal	True	ISR0058_000000018793	1.0		1	1	False	False	0.9985935091972351	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	2.7776072084462273e-06	NC_017030.1	d-proteobacteria	Corallococcus coralloides DSM 2259, complete sequence	True	False
MAD0105_000000033427	1191	0.517491841230152	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.17055128449684304		0	0	False	False	0.997481107711792	0					non-mobilizable	chromosome	1192.0	92.28200000000001	100.0	0.00041409137616367346	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0168_000000015269	1508	0.5174914078464841	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.3450414948046432		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	89.815	100.0	0.029240898528272656	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
ENG0173_000000009812	1781	0.5174901748202216	3	3	1	3	1	False	55686	fragment	False	ENG0173_000000009812	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1781.0	98.596	100.0	0.06616362487454931	NZ_JAAIQH010000030.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_30_length_26903_cov_343.785, whole genome shotgun sequence	False	False
CHI0048_000000011051	1753	0.5174901748202216	3	3	1	3	1	False	86905	maximal	True	CHI0048_000000011051	1.0		533	14	False	False	1.0	0					non-mobilizable	other	1753.0	98.802	100.0	0.0006008121251568473	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
MON0069_000000033661	1549	0.5174901748202216	3	3	1	3	1	False	10476	fragment	False	MON0069_000000033661	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1549.0	98.45100000000001	100.0	0.029679621143854133	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0795_000000008712	1400	0.5174901748202216	3	3	1	3	1	False	21966	maximal	True	ISR0795_000000008712	1.0		3	2	False	False	0.9857142567634583	0					non-mobilizable	no_good_hit	744.0	85.215	52.0	0.027246032041036317	NZ_JAAIQH010000030.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_30_length_26903_cov_343.785, whole genome shotgun sequence	True	False
ISR0194_000000007118	3287	0.5174876642489924	2	2	2	2	2	False	30829	maximal	True	ISR0194_000000007118	0.9992267244045778		156	12	False	False	0.9996957778930664	0					non-mobilizable	no_good_hit	520.0	97.5	23.0	0.00015626096122470055	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0150_000000007010	3233	0.5174876642489924	2	2	2	2	2	False	30829	maximal	False	ISR0194_000000007118	0.9910252509887436		0	0	False	False	0.9978348016738892	0					non-mobilizable	no_good_hit	727.0	89.959	22.0	0.00025305584098891156	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0387_000000010283	2363	0.5174851691958656	3	2	2	2	2	False	60929	maximal	True	ISR0387_000000010283	1.0		35	8	False	False	0.9877274632453918	0					non-mobilizable	no_good_hit	1822.0	96.926	83.0	0.0008796836622711516	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	True	False
ISR0399_000000008062	2001	0.5174851691958656	2	2	2	2	2	False	60926	fragment	False	ISR0399_000000008062	0.8824428681372551		0	0	False	False	0.9700149893760681	0					non-mobilizable	other	1822.0	96.70700000000001	99.0	0.0008796836622711516	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0027_000000013095	1975	0.5174851691958656	3	2	2	2	2	False	60926	fragment	False	ISR0399_000000008062	0.8804308971377443		0	0	False	False	1.0	0					non-mobilizable	other	1819.0	97.52600000000001	98.0	0.0008796836622711516	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0044_000000030023	1828	0.5174851691958656	3	2	2	2	2	False	60926	fragment	False	ISR0399_000000008062	0.8432780780053365		0	0	False	False	0.9928883910179138	0					non-mobilizable	other	1783.0	97.14	99.0	0.0008608125606052688	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0097_000000020722	1761	0.5174851691958656	2	2	2	2	2	False	60926	fragment	False	ISR0399_000000008062	0.798981179510205		0	0	False	False	0.9846677780151367	0					non-mobilizable	other	1761.0	96.706	100.0	0.0008443608309478325	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
MON0054_000000028238	1722	0.5174851691958656	2	2	2	2	2	False	60926	fragment	False	ISR0399_000000008062	0.7910008611115446		0	0	False	False	0.9994192719459534	0					non-mobilizable	other	1723.0	97.156	100.0	0.0008317800965039107	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
FIJ0145_000000009468	1655	0.5174851691958656	2	2	2	2	2	False	60926	fragment	False	ISR0399_000000008062	0.7084684631066049		0	0	False	False	1.0	0					non-mobilizable	other	1596.0	97.932	99.0	0.0007712957962927479	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
SPA0030_000000019966	1522	0.5174848110851064	2	2	2	1	1	False	82263	fragment	False	ISR0792_000000009886	0.9498671512001107		0	0	False	False	0.9875164031982422	0					non-mobilizable	chromosome	1428.0	96.84899999999999	100.0	0.0005656913545156402	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
SPA0137_000000002566	12701	0.5174765058883268	12	9	4	5	9	False	12051	maximal	True	SPA0137_000000002566	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3870.0	95.943	80.0	0.0305242779819051	CP015284.1	firmicutes	Streptococcus salivarius strain ATCC 25975 plasmid, complete sequence	True	False
ENG0038_000000006329	3448	0.5174748735199193	5	4	3	4	1	True	117456	maximal	True	ENG0038_000000006329	1.0		0	0	False	False	0.999709963798523	0					non-mobilizable	no_good_hit	2274.0	76.737	65.0	0.004654595943015701	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0145_000000025031	1117	0.5174737292267536	2	2	2	2	2	False	57454	maximal	True	ENG0145_000000025031	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000008021	5104	0.5174712686001667	4	4	4	3	1	False	68235	maximal	True	DEN0096_000000008021	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	3891.0	99.56299999999999	76.0	0.0008657241771614395	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
FIJ0021_000000010131	4922	0.51746843674957	7	3	1	1	1	True	49684	maximal	True	FIJ0021_000000010131	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0160_000000003194	7063	0.5174676844507414	13	8	3	4	6	False	78761	maximal	True	CHI0160_000000003194	1.0		7	4	False	False	0.9983010292053223	0					non-mobilizable	no_good_hit	5540.0	96.697	82.0	0.12311351159120713	LR596903.1	viruses	Roseburia phage Shimadzu genome assembly, chromosome: 1	True	False
SPA0035_000000010095	1956	0.5174663662882647	4	2	1	2	1	False	47109	fragment	False	SPA0035_000000010095	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1953.0	95.801	99.0	0.0004551719761509482	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0044_000000016613	1341	0.5174663662882647	3	2	1	2	1	False	47107	fragment	False	FIJ0044_000000016613	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	99.329	100.0	0.00031262452488071274	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0179_000000019221	1194	0.5174663662882647	2	2	1	2	1	False	77506	fragment	False	CHI0179_000000019221	1.0		0	0	False	False	0.9916247725486755	0					non-mobilizable	no_good_hit	645.0	90.38799999999999	54.0	0.0002491053968431623	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0002_000000033487	1169	0.5174663662882647	2	2	1	2	1	False	52275	fragment	False	FIJ0002_000000033487	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	886.0	97.291	94.0	0.0003007220387119311	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0205_000000014398	1108	0.5174663662882647	4	2	1	2	1	False	28648	maximal	True	ISR0205_000000014398	1.0		0	0	False	False	0.929602861404419	0					non-mobilizable	no_good_hit	870.0	74.138	77.0	0.00019923980914039453	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0018_000000009174	2954	0.5174647513857614	3	3	2	2	1	True	122402	fragment	False	FIJ0018_000000009174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	884.0	74.434	29.0	0.00027729684883831513	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
SPA0074_000000006442	3905	0.5174643382104867	4	4	3	4	4	False	95550	maximal	True	SPA0074_000000006442	0.9700417689058268		166	12	False	False	1.0	0					non-mobilizable	chromosome	3905.0	99.92299999999999	100.0	0.0006016013416187746	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0124_000000007465	3882	0.5174643382104867	5	4	3	4	4	False	95550	maximal	False	SPA0074_000000006442	0.9688229119229597		0	0	False	False	0.9976816177368164	0					non-mobilizable	chromosome	3882.0	99.97399999999999	100.0	0.0005982103015174134	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0028_000000008043	3786	0.5174643382104867	4	4	3	4	4	False	95550	maximal	False	SPA0074_000000006442	0.9552909499556528		0	0	False	False	1.0	0					non-mobilizable	chromosome	3786.0	99.97399999999999	100.0	0.0005834130356205642	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0126_000000010032	4846	0.517460618216323	7	6	6	4	5	False	90631	fragment	False	ISR0047_000000005422	0.9777503038199378		0	0	False	False	0.9900949001312256	0					non-mobilizable	other	4846.0	99.979	100.0	0.010101283874222858	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
DEN0093_000000018297	1757	0.5174593959301014	3	3	3	3	3	False	129874	fragment	False	AST0007_000000009148	0.49199258252095246		0	0	False	False	0.9994308352470398	0					non-mobilizable	no_good_hit	1529.0	100.0	87.0	0.021307452030343597	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0153_000000021259	1596	0.517450497550684	2	2	2	2	1	False	103341	maximal	True	AST0153_000000021259	1.0		25	5	False	False	0.9949874877929688	0					non-mobilizable	no_good_hit	255.0	85.49	16.0	0.0010526010434840265	NZ_JAAITI010000002.1	firmicutes	Blautia luti strain MSK.16.34 NODE_2_length_241307_cov_135.176, whole genome shotgun sequence	True	False
CHI0154_000000026970	1256	0.517450497550684	2	2	2	2	1	False	79107	fragment	False	CHI0154_000000026970	1.0		0	0	False	False	0.9976114630699158	0					non-mobilizable	no_good_hit	115.0	98.26100000000001	9.0	3.96053362979433e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ENG0120_000000017297	1187	0.517450497550684	2	2	2	2	1	False	59154	maximal	True	ENG0120_000000017297	1.0		48	9	False	False	0.9974726438522339	0					non-mobilizable	no_good_hit	1004.0	98.904	84.0	0.00034047851162638976	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
SPA0039_000000024272	1177	0.517450497550684	2	2	2	2	1	False	6986	fragment	False	SPA0039_000000024272	1.0		0	0	False	False	0.9991503953933716	0					non-mobilizable	no_good_hit								True	False
DEN0018_000000037545	1100	0.517450497550684	2	2	2	2	1	False	74925	maximal	True	DEN0018_000000037545	1.0		336	12	False	False	0.9972727298736572	0					non-mobilizable	no_good_hit	754.0	72.149	68.0	0.0003266076989983446	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0090_000000014181	1950	0.5174447766464075	3	3	2	2	2	False	116111	maximal	False	SPA0007_000000013129	0.9778009734869295		0	0	False	True	0.9994871616363525	0					non-mobilizable	no_good_hit	535.0	79.252	27.0	0.0001547967423112545	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
CHI0144_000000001390	8736	0.5174437425982993	10	5	4	5	4	True	79886	maximal	True	CHI0144_000000001390	1.0		4	2	False	False	0.9994276762008667	0					non-mobilizable	no_good_hit	1378.0	77.431	16.0	0.025756134677572762	NZ_OLMR01000011.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
SPA0051_000000019880	1207	0.5174434833955817	2	2	0	1	2	False	6547	maximal	True	SPA0051_000000019880	1.0		5	2	False	False	0.9942004680633545	0					non-mobilizable	no_good_hit	69.0	88.406	5.0	0.00023820695131194282	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0039_000000004394	3670	0.5174410167974504	4	1	1	1	1	True	73305	fragment	False	DEN0039_000000004394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0002_000000008979	2676	0.5174410167974504	3	1	1	1	1	True	14339	fragment	False	MON0002_000000008979	1.0		0	0	False	False	0.9798206090927124	0					non-mobilizable	no_good_hit								True	True
MON0038_000000014698	2169	0.5174410167974504	1	1	1	1	1	True	12006	fragment	False	MON0038_000000014698	0.9973583093179634		0	0	False	False	0.9958506226539612	0					non-mobilizable	no_good_hit	36.0	100.0	2.0	4.263836453852498e-05	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	True
MON0061_000000021571	2082	0.5174410167974504	1	1	1	1	1	True	12006	fragment	False	MON0038_000000014698	0.9774089442139235		0	0	False	False	0.9879922866821289	0					non-mobilizable	no_good_hit								True	True
ISR0323_000000010984	1917	0.5174410167974504	1	1	1	1	1	True	24979	fragment	False	ISR0323_000000010984	1.0		0	0	False	False	0.992175281047821	0					non-mobilizable	no_good_hit								True	True
ENG0181_000000009468	2166	0.5174404888971615	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.9629642942460112		0	0	False	False	1.0	0					non-mobilizable	other	2167.0	98.339	100.0	0.000652141121411756	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0303_000000001307	7812	0.5174401198546652	8	8	6	7	7	False	118677	maximal	True	ISR0303_000000001307	1.0		8	5	False	False	0.9996159672737122	0					non-mobilizable	no_good_hit	1708.0	95.785	41.0	0.00033004955001954164	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
ENG0021_000000010122	1795	0.5174399671243042	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.2585797791071273		0	0	False	False	0.9988858103752136	0					non-mobilizable	chromosome	1796.0	96.492	100.0	0.0005782390654315859	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0004_000000003595	4541	0.5174397710827315	7	5	3	4	3	True	48011	fragment	False	ISR0004_000000003595	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2112.0	87.926	67.0	0.1691811214199274	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0222_000000000331	83500	0.517437317984964	83	9	5	7	5	False	27921	maximal	True	ISR0222_000000000331	1.0		27	5	True	True	0.9998802542686462	51					non-mobilizable	no_good_hit	86.0	86.04700000000001	0.0	2.3114285101617915e-05	NC_016633.1	spirochetes	Sphaerochaeta pleomorpha str. Grapes, complete sequence	True	True
FIJ0061_000000025382	1159	0.5174367498755928	2	2	2	2	2	False	45750	fragment	False	FIJ0061_000000025382	1.0		0	0	False	False	0.9870578050613403	0					non-mobilizable	no_good_hit	393.0	76.845	67.0	0.0001073792172558402	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0076_000000004345	2733	0.5174353027545228	3	3	3	2	1	False	99631	fragment	False	ENG0076_000000004345	1.0		0	0	False	False	0.9970728158950806	0					non-mobilizable	chromosome	2722.0	99.669	100.0	0.0006195105525118865	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0141_000000013841	2412	0.5174353027545228	3	3	3	2	1	False	99630	fragment	False	ISR0141_000000013841	0.9914602903501281		0	0	False	False	1.0	0					non-mobilizable	chromosome	2412.0	99.79299999999999	100.0	0.0005489305189658796	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ENG0096_000000014239	2342	0.5174353027545228	3	3	3	2	1	False	99630	fragment	False	ISR0141_000000013841	0.9668895069320559		0	0	False	False	1.0	0					non-mobilizable	chromosome	2341.0	99.786	99.0	0.0005327654145085684	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AUS0020_000000012207	2245	0.5174353027545228	3	3	3	2	1	False	99630	fragment	False	ISR0141_000000013841	0.9485975804628058		0	0	False	False	0.9946547746658325	0					non-mobilizable	chromosome	2245.0	99.822	100.0	0.000510908371862063	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
DEN0064_000000022615	1830	0.5174353027545228	3	3	3	2	1	False	83740	fragment	False	DEN0064_000000022615	1.0		0	0	False	False	0.9989070892333984	0					non-mobilizable	other	1805.0	99.77799999999999	99.0	0.0825704870010985	NZ_NFIG01000044.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_44, whole genome shotgun sequence	False	False
ISR0209_000000020264	1385	0.5174282929209798	2	2	1	2	1	False	28460	fragment	False	ISR0209_000000020264	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0009_000000026959	1451	0.5174281500094691	2	1	1	1	1	False	13792	maximal	True	MON0009_000000026959	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0295_000000006746	4648	0.5174161934979906	4	4	4	4	3	False	101213	maximal	False	CHI0102_000000001372	0.969592540036489		0	0	False	False	0.9976333975791931	0					non-mobilizable	other	4648.0	99.613	100.0	0.0018933567908030204	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
SPA0141_000000007740	3022	0.5174107523687322	3	2	2	2	2	False	114854	maximal	True	SPA0141_000000007740	1.0		30	8	False	False	0.9943745732307434	0					non-mobilizable	other	3005.0	98.76899999999999	99.0	0.0032795051683340943	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0262_000000005633	2807	0.5174097458210984	3	3	3	3	3	False	130069	fragment	False	ISR0262_000000005633	0.970873786407767		0	0	False	False	0.9975062608718872	0					non-mobilizable	other	2800.0	98.679	99.0	0.005852746650719204	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0099_000000017745	1245	0.5174077651958006	2	2	2	2	2	False	115880	fragment	False	ISR0032_000000025396	0.9432885777760751		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	98.635	100.0	0.017888470276954935	NZ_JAAIPV010000019.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_19_length_69542_cov_109.211, whole genome shotgun sequence	False	False
DEN0018_000000022567	1747	0.5174062274576323	2	2	2	2	2	False	75069	fragment	False	DEN0018_000000022567	1.0		0	0	False	False	0.9879794120788574	0					non-mobilizable	other	1593.0	98.054	91.0	0.0005408687126135544	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
ISR0046_000000005172	4903	0.5174053410032503	6	6	4	5	4	True	122966	fragment	False	ISR0046_000000005172	1.0		0	0	False	False	0.9912298321723938	0					non-mobilizable	other	4907.0	96.006	100.0	0.16766958424507658	NZ_BAKJ01000054.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
ISR0389_000000002157	7728	0.5173959012685333	6	4	4	4	4	False	110273	maximal	True	ISR0389_000000002157	1.0		3	1	False	False	0.9998705983161926	0					non-mobilizable	no_good_hit	3865.0	99.61200000000001	50.0	0.11637645357594746	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0162_000000005356	4300	0.5173949329012509	5	5	5	5	4	False	43821	maximal	True	FIJ0162_000000005356	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	89.65	34.0	0.0007535821076101423	AP014598.1	CFB group bacteria	Prevotella intermedia DNA, complete genome, strain: OMA14, chromosome: II	True	False
MON0096_000000016073	2245	0.5173889788851765	2	2	2	2	2	False	9275	maximal	True	MON0096_000000016073	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	92.68799999999999	60.0	0.0003763788843651042	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0026_000000011117	2025	0.5173847891969756	3	3	3	2	1	False	116800	fragment	False	ISR0159_000000013040	0.8501549508479481		0	0	False	False	0.9950617551803589	0					non-mobilizable	no_good_hit	1491.0	99.195	74.0	0.0056525252371974095	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0062_000000019112	1250	0.5173821561127958	1	1	1	1	1	False	63138	maximal	True	ENG0062_000000019112	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	87.62899999999999	8.0	0.0004355501600878514	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
MAD0068_000000015465	1830	0.5173808437072226	3	3	2	1	2	False	16450	maximal	True	MAD0068_000000015465	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	690.0	84.63799999999999	37.0	0.004742892739834636	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	False
ITA0008_000000000789	2015	0.5173788941601876	4	2	2	2	2	False	91053	fragment	False	ENG0104_000000015041	0.9604048121175404		0	0	False	False	0.981637716293335	0					non-mobilizable	other	1976.0	96.66	98.0	0.021465058145853713	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0047_000000006057	4591	0.5173753667682023	5	4	0	3	2	False	36112	fragment	False	ISR0047_000000006057	1.0		0	0	False	False	0.9997822046279907	0					non-mobilizable	no_good_hit	702.0	86.46700000000001	18.0	0.027974263677416778	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
CAN0011_000000017858	1690	0.5173704744394201	3	2	2	2	2	False	94454	fragment	False	CAN0011_000000017858	1.0		0	0	False	False	0.9982248544692993	0					non-mobilizable	no_good_hit								True	False
ISR0139_000000008986	2776	0.5173683022360328	5	4	3	4	1	False	57110	maximal	True	ISR0139_000000008986	0.9950794391370937		30	7	False	False	0.9996397495269775	0					non-mobilizable	no_good_hit	397.0	91.436	24.0	0.005277401894451962	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	False
ENG0151_000000009101	2577	0.5173683022360328	4	4	3	4	1	False	57110	maximal	False	ISR0139_000000008986	0.9732132377951461		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	91.12700000000001	18.0	0.005548037889039242	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	False
ENG0153_000000011674	2570	0.5173683022360328	4	4	3	4	1	False	57110	maximal	False	ISR0139_000000008986	0.9724282213492073		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	90.954	18.0	0.00543978349120433	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	True	False
FIJ0024_000000013253	1587	0.5173637052593675	3	3	3	3	2	False	49213	maximal	True	FIJ0024_000000013253	1.0		3	2	False	False	0.9993698596954346	0					non-mobilizable	no_good_hit	897.0	86.288	56.0	0.00019873822370312737	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0346_000000021266	1200	0.5173627242810783	2	1	1	1	1	False	24181	fragment	False	ISR0346_000000021266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	907.0	100.0	76.0	0.0016254153241142743	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
FIJ0062_000000002315	11093	0.5173622154036349	8	6	4	5	3	True	80866	maximal	True	FIJ0062_000000002315	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	75.152	1.0	0.008108655990269612	NZ_FOAT01000029.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	True
MON0029_000000030182	1103	0.5173613785517723	1	1	1	1	1	False	13884	maximal	True	MON0029_000000030182	0.9744661095636027		425	14	False	False	0.9963735342025757	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	5.658344567186342e-06	NZ_LT629753.1	g-proteobacteria	Pseudomonas cedrina strain LMG 23661 chromosome I	True	False
FIJ0062_000000011648	2491	0.5173608492166045	4	2	2	1	1	False	45718	fragment	False	FIJ0062_000000011648	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	86.154	3.0	1.6756207651303318e-05	CP015435.1	firmicutes	Anoxybacillus sp. B2M1, complete genome	True	False
USA0026_01_000000009263	3623	0.5173597557107482	5	4	4	3	4	False	1634	maximal	True	USA0026_01_000000009263	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	90.145	18.0	0.005402519081571756	NZ_QRUP01000024.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf24, whole genome shotgun sequence	True	False
SPA0087_000000003872	3996	0.5173581378109477	6	2	2	2	2	False	117081	fragment	False	ENG0130_000000006759	0.6963506682490952		0	0	False	False	1.0	0					non-mobilizable	other	3996.0	99.9	100.0	0.009048636136107796	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0856_000000006373	1158	0.5173534953183052	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.1628034566325279	PS1128	0	0	False	True	0.9991364479064941	0					non-mobilizable	other	1166.0	84.648	100.0	0.01371821533226203	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
FIJ0032_000000025594	1449	0.5173524193555186	2	2	2	2	2	False	48379	maximal	True	FIJ0032_000000025594	1.0		6	4	False	False	0.9993098974227905	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000005369	5320	0.5173414454026242	5	5	5	5	5	False	65748	maximal	True	FIJ0097_000000005369	1.0		26	6	False	False	0.9992481470108032	0					non-mobilizable	no_good_hit	273.0	79.85300000000001	5.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
MON0089_000000002523	6730	0.5173402581828233	5	2	2	2	1	False	9617	maximal	True	MON0089_000000002523	1.0		1	1	True	True	1.0	5					non-mobilizable	no_good_hit								True	True
MON0008_000000035092	1060	0.5173397911971092	2	2	2	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.0363804008861893		0	0	False	False	1.0	0					non-mobilizable	chromosome	1060.0	98.962	100.0	0.0003413351004972405	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0035_000000004724	2561	0.5173392383487897	3	3	2	3	1	False	116537	backbone	False	FIJ0083_000000013885	0.9297358985930456	PS777	0	0	False	True	1.0	0					non-mobilizable	plasmid	2501.0	97.961	98.0	0.010255673656995116	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
FIJ0046_000000013202	2310	0.5173392383487897	3	3	2	3	1	False	116537	backbone	False	FIJ0083_000000013885	0.7282139253569171	PS777	0	0	False	True	1.0	0					non-mobilizable	plasmid	2310.0	97.835	100.0	0.009471826650798211	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0841_000000012996	1188	0.5173363300442952	1	1	1	1	1	False	31512	maximal	False	ISR0848_000000015035	0.9667956901181581		0	0	False	False	0.9781144857406616	0					non-mobilizable	other	1188.0	99.074	100.0	0.006342946611306155	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
SPA0050_000000022680	1134	0.5173363300442952	1	1	1	1	1	False	31512	maximal	False	ISR0848_000000015035	0.9568120015529793		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	99.03	100.0	0.006054387961760635	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
USA0038_01_000000003233	6347	0.5173356059801625	6	4	2	2	3	False	85211	maximal	True	USA0038_01_000000003233	0.9765824376572212		77	10	False	False	1.0	0					non-mobilizable	other	6347.0	99.449	100.0	0.02945013719873155	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	False	False
SPA0032_000000003775	6280	0.5173356059801625	6	4	2	2	3	False	85211	maximal	False	USA0038_01_000000003233	0.9648853258819111		0	0	False	False	0.9996815323829651	0					non-mobilizable	other	6220.0	99.743	99.0	0.0288697703140017	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	False	False
CHI0066_000000002264	6169	0.5173356059801625	6	4	2	2	3	False	85211	maximal	False	USA0038_01_000000003233	0.9453793810309967		0	0	False	False	0.9970821738243103	0					non-mobilizable	other	6156.0	98.96	99.0	0.02855405072870866	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	False	False
ISR0145_000000005328	6131	0.5173356059801625	5	4	2	2	3	False	85211	maximal	False	USA0038_01_000000003233	0.9415482398957918		0	0	False	False	0.9998369216918945	0					non-mobilizable	other	6141.0	96.971	100.0	0.02843797735176269	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	False	False
ISR0196_000000003105	5503	0.5173356059801625	5	4	2	2	3	False	78948	fragment	False	ISR0196_000000003105	1.0		0	0	False	False	0.9947301745414734	0					non-mobilizable	other	5503.0	99.818	100.0	0.025540785863191275	NZ_AGDG01000016.1	CFB group bacteria	Bacteroides faecis MAJ27 contig016, whole genome shotgun sequence	False	False
ISR0068_000000009718	2118	0.5173348953073467	4	4	3	4	3	False	78036	maximal	False	FIJ0068_000000014038	0.9668094745311209		0	0	False	False	0.9985835552215576	0					non-mobilizable	chromosome	2121.0	97.31299999999999	100.0	0.0007132429937087188	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0169_000000007152	2112	0.5173348953073467	4	4	3	4	3	False	78036	maximal	False	FIJ0068_000000014038	0.9625669345917122		0	0	False	False	1.0	0					non-mobilizable	chromosome	2113.0	97.586	99.0	0.0007105502405470059	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0149_000000003554	8533	0.5173338171733116	12	9	3	2	8	True	129869	fragment	False	SPA0149_000000003554	1.0		0	0	False	False	0.9980077147483826	0					non-mobilizable	other	7633.0	99.397	99.0	0.0021011711716672266	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	True
AST0061_000000005368	6608	0.5173338171733116	9	9	3	2	8	True	129868	fragment	False	AST0061_000000005368	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6609.0	98.88	100.0	0.001831474420056197	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
ISR0021_000000017797	1349	0.5173302109952581	3	3	3	3	1	True	37610	maximal	True	ISR0021_000000017797	1.0		205	10	False	False	1.0	0					non-mobilizable	other	1115.0	99.641	100.0	0.010145811892640189	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	True
ISR0821_000000005319	5025	0.5173250531458601	5	3	2	3	2	False	21250	maximal	True	ISR0821_000000005319	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0149_000000004942	4344	0.517323170095745	6	4	4	2	3	False	43259	fragment	False	FIJ0149_000000004942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	80.01100000000001	41.0	0.015359131354829757	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
FIJ0093_000000005637	3776	0.517323170095745	5	4	4	2	3	False	43258	fragment	False	FIJ0093_000000005637	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1781.0	79.955	47.0	0.015359131354829757	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0233_000000008805	1837	0.5173204013774102	2	2	2	2	2	False	128911	fragment	False	ISR0233_000000008805	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1419.0	81.184	98.0	0.00023108433659852713	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
USA0053_01_000000014233	1297	0.5173189473584555	2	1	1	1	1	False	1056	fragment	False	USA0053_01_000000014233	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	99.76299999999999	98.0	0.0036256930839330737	NZ_PYLP01000001.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_0, whole genome shotgun sequence	False	False
AST0084_000000009227	3545	0.5173181977724493	5	5	4	5	2	False	113794	fragment	False	USA0034_01_000000015228	0.9499590946277612		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	76.263	6.0	2.199746008708273e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
ISR0382_000000004901	2785	0.5173181620641727	4	3	2	2	2	False	99513	maximal	False	FIJ0002_000000011786	0.9687592541779024		0	0	False	False	1.0	0					non-mobilizable	other	2457.0	99.389	100.0	0.0007342409500169061	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0092_000000015565	2767	0.5173181620641727	4	3	2	2	2	False	99513	maximal	False	FIJ0002_000000011786	0.9652228969114534		0	0	False	False	1.0	0					non-mobilizable	other	2454.0	99.26700000000001	100.0	0.0007333440758922926	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0048_01_000000005805	2697	0.5173181620641727	4	3	2	2	2	False	99513	maximal	False	FIJ0002_000000011786	0.7657406073733947		0	0	False	False	0.9955506324768066	0					non-mobilizable	other	2411.0	96.557	99.0	0.0007204888801061659	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0069_000000009106	2548	0.5173181620641727	4	3	2	2	2	False	99513	maximal	False	FIJ0002_000000011786	0.7403641594060447		0	0	False	False	1.0	0					non-mobilizable	other	2216.0	99.007	99.0	0.0006621920620062895	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0050_000000016365	1483	0.5173164670038933	2	1	1	1	1	False	17393	maximal	True	MAD0050_000000016365	1.0		3	2	False	False	0.9838165640830994	0					non-mobilizable	no_good_hit								True	False
AST0153_000000005517	5297	0.5173147512265587	8	7	4	6	4	True	128684	backbone	False	ISR0180_000000003621	0.9528303421624655	PS1045|PS658	0	0	False	True	0.9979233741760254	0					non-mobilizable	plasmid	3805.0	99.10600000000001	99.0	0.6890056149248325	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
AST0039_000000008148	2062	0.5173145549439028	3	2	2	2	1	False	116647	maximal	False	SPA0093_000000018274	0.9762920815552394		0	0	False	False	1.0	0					non-mobilizable	other	2061.0	96.167	99.0	0.04650423488271759	NZ_BHVZ01000009.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs09, whole genome shotgun sequence	False	False
MON0066_000000026907	1351	0.5173145549439028	3	2	2	2	1	False	10626	fragment	False	MON0066_000000026907	1.0		0	0	False	False	0.9911177158355713	0					non-mobilizable	other	1339.0	95.66799999999999	99.0	0.030109675514884533	NZ_BHVZ01000009.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs09, whole genome shotgun sequence	False	False
SPA0106_000000011503	3402	0.5173142414807961	3	2	2	2	1	False	4749	maximal	True	SPA0106_000000011503	1.0		32	8	False	False	0.9988242387771606	0					non-mobilizable	no_good_hit	2845.0	99.402	84.0	0.0008582169975868496	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	False
ISR0339_000000000803	13940	0.5173130686544918	23	18	9	12	8	False	105135	maximal	True	ISR0339_000000000803	1.0		1	1	False	False	0.9978479146957397	0					non-mobilizable	no_good_hit	1764.0	99.376	40.0	0.0006221137257766453	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0012_000000011157	2515	0.5173108278671061	4	2	2	1	1	True	118204	fragment	False	CHI0040_000000005546	0.44258236636552367		0	0	False	False	0.9928429126739502	0					non-mobilizable	other	1487.0	94.822	96.0	0.030523016003959742	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0117_000000014309	1605	0.5173067905377624	2	2	2	2	1	True	59358	maximal	True	ENG0117_000000014309	1.0		7	4	False	False	0.9856697916984558	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.0001929723992712454	NZ_KB822474.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.12, whole genome shotgun sequence	True	True
SPA0015_000000008991	2443	0.5173043360617832	4	4	4	3	3	False	103290	fragment	False	SPA0084_000000007082	0.9608550820621717		0	0	False	False	1.0	0					non-mobilizable	other	2443.0	99.059	100.0	0.18123793973578745	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0227_000000020424	1285	0.5173031291686312	3	2	2	2	2	False	27630	maximal	True	ISR0227_000000020424	1.0		211	9	False	False	1.0	0					non-mobilizable	no_good_hit	575.0	99.304	80.0	0.00018092342179774212	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0031_000000002375	8160	0.5172979479240838	10	7	2	3	6	True	118476	fragment	False	ENG0031_000000002375	0.8669148454457882		0	0	False	False	0.9992647171020508	0					non-mobilizable	virus	8160.0	99.853	100.0	0.08491263126125283	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
DEN0033_000000012928	1743	0.5172976270871278	3	2	1	2	1	False	126882	fragment	False	DEN0033_000000012928	0.9845029239766082		0	0	False	True	0.9799196720123291	0					non-mobilizable	no_good_hit	1480.0	80.946	88.0	0.00023100510193965605	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	True
DEN0018_000000023123	1710	0.5172976270871278	2	2	1	2	1	False	126882	fragment	False	DEN0033_000000012928	0.9750430292598968		0	0	False	True	0.9994152188301086	0					non-mobilizable	no_good_hit	1490.0	82.416	87.0	0.0031686165845648605	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	True
AUS0018_000000003801	6838	0.517295439410581	10	10	3	7	7	False	132521	backbone	False	USA0060_01_000000001071	0.029271666108050643	PS1166	0	0	False	True	0.9998537302017212	0					non-mobilizable	other	6738.0	99.926	99.0	0.17963896221635603	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
AST0046_000000008359	2124	0.5172906926552753	4	3	3	3	2	False	115697	maximal	True	AST0046_000000008359	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	98.223	40.0	0.00028374886441550256	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0113_000000022169	1319	0.5172901626732211	2	2	2	2	2	False	4482	maximal	True	SPA0113_000000022169	1.0		539	13	False	False	1.0	0					non-mobilizable	other	1317.0	97.72200000000001	99.0	0.006274962660393295	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0012_000000023260	2197	0.5172851263283693	4	4	2	2	3	False	102402	fragment	False	ISR0187_000000012483	0.9405276656802081		0	0	False	False	0.9990896582603455	0					non-mobilizable	chromosome	2131.0	92.633	100.0	0.000716272341015646	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0833_000000003076	2448	0.5172841087762937	3	2	2	1	1	False	60071	fragment	False	ISR0833_000000003076	1.0		0	0	False	False	0.998774528503418	0					non-mobilizable	other	2448.0	99.91799999999999	100.0	0.024343898605224935	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0773_000000007029	2106	0.5172841087762937	2	2	2	1	1	False	60072	fragment	False	ISR0773_000000007029	1.0		0	0	False	False	0.9933523535728455	0					non-mobilizable	other	2051.0	99.95100000000001	97.0	0.020384408762609683	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ENG0106_000000010881	1906	0.5172841087762937	2	2	2	1	1	False	60070	fragment	False	ENG0106_000000010881	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1906.0	99.948	100.0	0.018951829523070497	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
USA0020_01_000000025866	1333	0.5172812603105698	2	2	2	1	1	False	1767	maximal	True	USA0020_01_000000025866	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.8883621711306e-05	NZ_VIRM01000003.1	high GC Gram+	Microbispora hainanensis strain DSM 45428, whole genome shotgun sequence	True	False
ISR0138_000000007062	4133	0.5172736107127442	4	4	4	3	3	True	118240	fragment	False	MAD0072_000000001538	0.7583107768585756		0	0	False	False	1.0	0					non-mobilizable	other	4135.0	96.37200000000001	100.0	0.0010996699659426995	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0133_000000009667	3849	0.5172713037727871	5	4	3	4	4	False	40718	maximal	True	FIJ0133_000000009667	1.0		5	1	False	False	0.9976617097854614	0					non-mobilizable	no_good_hit	1614.0	77.943	42.0	0.0009582119119737012	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
CAN0006_000000035823	1248	0.5172701036644559	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.1021684396141877		0	0	False	False	0.9887820482254028	0					non-mobilizable	chromosome	1265.0	89.486	100.0	0.00043779357614610594	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0033_000000009295	3213	0.5172668564172204	6	2	2	2	2	False	36900	maximal	True	ISR0033_000000009295	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	99.928	61.0	0.0005470596140375497	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
USA0101_01_000000014937	2158	0.5172659606158978	3	3	3	3	3	False	361	maximal	True	USA0101_01_000000014937	1.0		11	6	False	False	0.9986098408699036	0					non-mobilizable	other	2158.0	97.915	100.0	0.0005170844015029728	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ISR0226_000000002225	3044	0.5172642458251858	6	5	5	3	3	False	27656	maximal	True	ISR0226_000000002225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	90.84	26.0	0.0002762989491112384	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CAN0004_000000003092	7453	0.5172633922307286	13	5	4	3	4	False	96797	maximal	False	CAN0003_000000006201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	96.852	15.0	0.08285628201265441	NZ_VZBY01000046.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_47_length_9957_cov_56.6273_ID_93, whole genome shotgun sequence	True	False
CAN0003_000000006201	7453	0.5172633922307286	13	5	4	3	4	False	96797	maximal	True	CAN0003_000000006201	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	826.0	96.852	15.0	0.08285628201265441	NZ_VZBY01000046.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_47_length_9957_cov_56.6273_ID_93, whole genome shotgun sequence	True	False
ISR0183_000000013403	2433	0.5172616652245396	4	3	3	3	3	False	54803	fragment	False	ISR0183_000000013403	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2374.0	81.34	97.0	0.6881908086096568	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
FIJ0077_000000025216	1197	0.5172593711460711	2	2	2	2	1	False	44481	maximal	True	FIJ0077_000000025216	1.0		384	12	False	False	0.9724310636520386	0					non-mobilizable	no_good_hit	530.0	78.30199999999999	43.0	0.001857516307056769	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
ISR0011_000000022119	1318	0.5172577307730806	3	3	2	2	1	False	59603	fragment	False	USA0019_01_000000017754	0.40194096143083385		0	0	False	False	0.9696509838104248	0					non-mobilizable	no_good_hit	699.0	79.256	52.0	0.003515938057444223	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0026_000000004100	7401	0.5172567159059321	12	3	2	2	3	False	119582	maximal	True	AST0026_000000004100	0.987930793916562		8	3	False	False	0.9985136985778809	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.0193967413963764e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0194_000000006201	4336	0.5172566986806166	7	2	2	2	2	False	59698	maximal	True	ENG0194_000000006201	1.0		3	2	True	True	0.9995387196540833	29					non-mobilizable	no_good_hit	98.0	84.694	2.0	1.535057278866017e-05	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	True
SPA0101_000000006756	6521	0.5172501800299063	7	5	5	5	5	False	98928	maximal	True	SPA0101_000000006756	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5373.0	98.939	82.0	0.01879233611375469	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	True	False
MAD0056_000000000927	9667	0.5172497067483705	9	3	3	3	1	True	17081	fragment	False	MAD0056_000000000927	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	79.564	9.0	0.04504832172919048	NZ_QEKH01000055.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_155, whole genome shotgun sequence	True	True
ISR0815_000000011161	2784	0.5172479942740252	2	2	2	0	1	False	55216	fragment	False	ISR0815_000000011161	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2785.0	95.727	100.0	0.0007918831972284088	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0820_000000002570	6386	0.5172473904700761	9	7	4	6	7	False	21294	maximal	True	ISR0820_000000002570	1.0		1	1	False	False	0.9995301961898804	0					non-mobilizable	no_good_hit	1531.0	82.887	24.0	0.024798088954612673	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
AST0047_000000005833	3600	0.5172469356527741	3	3	3	3	2	False	129495	maximal	True	AST0047_000000005833	1.0		12	2	False	False	1.0	0					non-mobilizable	other	3600.0	98.944	100.0	0.0010216583624397622	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0024_000000011607	2347	0.5172457154281876	2	2	2	2	2	False	108241	fragment	False	ENG0024_000000011607	0.9782502885045651		0	0	False	False	0.9757136702537537	0					non-mobilizable	other	2298.0	87.772	98.0	0.023435485368294016	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0062_000000008848	1587	0.517245699332466	2	2	2	2	2	True	85566	maximal	True	CHI0062_000000008848	1.0		18	5	False	False	1.0	0					non-mobilizable	other	1587.0	100.0	100.0	0.022675283083609745	NZ_JAAIPW010000017.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_17_length_69944_cov_409.832, whole genome shotgun sequence	False	True
SPA0117_000000012785	2967	0.5172437283064327	5	4	3	3	4	True	92850	fragment	False	MAD0096_000000005498	0.9386740412262022		0	0	False	False	0.9925851225852966	0					non-mobilizable	chromosome	2979.0	96.14	100.0	0.0010585813656198274	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
SPA0074_000000004710	5526	0.5172385190776858	5	5	5	5	5	False	110997	maximal	True	SPA0074_000000004710	1.0		249	12	False	False	0.9985523223876953	0					non-mobilizable	other	5524.0	98.914	99.0	0.07116804784060007	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	False	False
CHI0011_000000003733	1733	0.5172334696427965	2	2	2	2	1	False	90151	fragment	False	CHI0011_000000003733	0.9857142857142858		0	0	False	False	0.9942296743392944	0					non-mobilizable	chromosome	1733.0	99.654	100.0	0.0003772744837416916	CP053730.1	enterobacteria	Escherichia coli strain CP61_Sichuan chromosome, complete genome	False	False
CHI0086_000000004993	1365	0.5172334696427965	2	2	2	2	1	False	84042	fragment	False	CHI0086_000000004993	0.9820798949951492		0	0	False	False	1.0	0					non-mobilizable	chromosome	1365.0	99.56	100.0	0.0002888648121150411	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	False	False
ISR0184_000000008361	1350	0.5172334696427965	2	2	2	2	1	False	84042	fragment	False	CHI0086_000000004993	0.9743071448325686		0	0	False	False	1.0	0					non-mobilizable	chromosome	1350.0	99.926	100.0	0.00028661227478149796	CP019558.1	enterobacteria	Escherichia coli strain KSC207 chromosome, complete genome	False	False
MON0007_000000029097	2136	0.5172303801163541	2	2	2	2	2	False	85616	fragment	False	MON0026_000000017562	0.6049542913743826		0	0	False	False	1.0	0					non-mobilizable	other	2044.0	94.912	100.0	0.0004984466753999036	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0361_000000006028	2174	0.5172257684695569	2	2	2	2	2	False	90152	fragment	False	CHI0078_000000007284	0.9702128061334874		0	0	False	False	0.9967801570892334	0					non-mobilizable	chromosome	2174.0	99.954	100.0	0.00041434365048387446	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
CHI0078_000000007284	2144	0.5172257684695569	2	2	2	2	2	False	90152	fragment	False	CHI0078_000000007284	0.9768283142178902		0	0	False	False	0.9972015023231506	0					non-mobilizable	chromosome	2144.0	100.0	100.0	0.0004397846019980135	CP024232.1	enterobacteria	Escherichia coli O6:H16 strain 2014EL-1346-6 chromosome, complete genome	False	False
MAD0001_000000012883	2007	0.5172257684695569	2	2	2	2	2	False	90152	fragment	False	CHI0078_000000007284	0.7285695395445453		0	0	False	False	1.0	0					non-mobilizable	chromosome	2007.0	99.801	100.0	0.0004281857198995151	CP047658.1	enterobacteria	Escherichia coli strain LD39-1 chromosome, complete genome	False	False
MAD0060_000000008690	1940	0.5172257684695569	2	2	2	2	2	False	90152	fragment	False	CHI0078_000000007284	0.7136504277937666		0	0	False	False	1.0	0					non-mobilizable	chromosome	1940.0	99.742	100.0	0.00041388440223587227	CP047658.1	enterobacteria	Escherichia coli strain LD39-1 chromosome, complete genome	False	False
ISR0821_000000025433	1298	0.517224430572222	2	2	2	2	2	False	84042	fragment	False	CHI0086_000000004993	0.9434080364080364		0	0	False	False	1.0	0					non-mobilizable	chromosome	1298.0	100.0	100.0	0.0002702200991668179	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
TAN0006_000000004492	2606	0.5172217792777214	5	3	2	2	1	False	2889	maximal	True	TAN0006_000000004492	1.0		44	11	False	False	1.0	0					non-mobilizable	no_good_hit	1594.0	93.789	61.0	0.0044015017544642605	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
FIJ0112_000000012474	2183	0.5172198334179674	4	3	3	2	3	False	42017	fragment	False	FIJ0112_000000012474	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2183.0	99.81700000000001	100.0	0.016782937090906294	CP055333.1	enterobacteria	Klebsiella quasipneumoniae strain RHBSTW-00268 plasmid pRHBSTW-00268_4, complete sequence	False	True
CHI0175_000000006907	1684	0.5172175251799299	2	2	2	2	2	False	77754	maximal	True	CHI0175_000000006907	1.0		4	1	False	False	0.9982185363769531	0					non-mobilizable	no_good_hit	794.0	99.62200000000001	69.0	0.0024122480143822303	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0039_000000003068	7922	0.5172165489525016	8	3	2	3	1	False	47588	fragment	False	FIJ0039_000000003068	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0025_000000015282	1740	0.5172165253805023	3	3	3	3	1	False	66147	maximal	True	ENG0025_000000015282	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	1427.0	99.229	100.0	0.00029701953601216075	CP043511.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 chromosome, complete genome	False	False
ENG0105_000000011648	1905	0.5172160495952242	2	2	2	2	2	False	60157	maximal	True	ENG0105_000000011648	1.0		31	8	False	False	0.9942257404327393	0					non-mobilizable	no_good_hit	989.0	79.07	52.0	0.00027309740056373315	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0092_000000014920	2870	0.5172156131875719	3	2	1	2	0	True	5323	fragment	False	SPA0092_000000014920	1.0		0	0	False	False	0.9787456393241882	0					non-mobilizable	no_good_hit								True	True
FIJ0115_000000015151	1556	0.5172151666466934	2	2	2	2	2	False	84045	fragment	False	FIJ0115_000000015151	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1556.0	99.165	100.0	0.0003293158912389266	CP057276.1	enterobacteria	Escherichia coli strain RHB31-C01 chromosome, complete genome	False	False
ENG0145_000000015216	2004	0.5172135284765849	4	4	0	4	3	False	57489	fragment	False	ENG0145_000000015216	0.9902713773681515		0	0	False	False	1.0	0					non-mobilizable	chromosome	2004.0	100.0	100.0	0.00039820725226260445	CP027579.1	enterobacteria	Escherichia coli strain 2013C-4282 chromosome, complete genome	False	False
MAD0089_000000013135	1953	0.5172135284765849	4	4	0	4	3	False	57489	fragment	False	ENG0145_000000015216	0.9772954091816368		0	0	False	False	1.0	0					non-mobilizable	other	1953.0	99.949	100.0	0.0003944392950448362	CP009166.1	enterobacteria	Escherichia coli 1303, complete genome	False	False
MON0069_000000010551	4195	0.5172129095013432	5	2	1	1	2	False	10508	maximal	True	MON0069_000000010551	1.0		13	6	False	False	0.9980929493904114	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000020732	2309	0.5172126339887355	4	4	3	2	2	True	86545	maximal	True	DEN0063_000000020732	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0067_000000010235	2101	0.5172103602166838	4	2	2	2	2	False	12449	fragment	False	SPA0067_000000010235	1.0		0	0	False	False	0.9957163333892822	0					non-mobilizable	chromosome	2082.0	99.95200000000001	99.0	0.0005497253090520818	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
CHI0049_000000002684	5441	0.517210059809587	8	5	5	4	3	True	86836	fragment	False	CHI0049_000000002684	0.9768753664891937		0	0	False	False	0.9998162388801575	0					non-mobilizable	no_good_hit	1162.0	93.029	42.0	0.0004093317764610939	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
SPA0096_000000034444	1253	0.5172100538007481	2	2	2	2	1	False	78097	fragment	False	CHI0168_000000010968	0.7051340009511662		0	0	False	False	0.9984038472175598	0					non-mobilizable	other	1248.0	98.478	99.0	0.018002800756492993	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0094_000000027444	1420	0.5172030678912718	2	2	2	2	2	False	68308	fragment	False	DEN0094_000000027444	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	83.926	95.0	0.2455756248859697	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	False	False
ISR0228_000000001115	14572	0.5172027134722722	20	13	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.9905722719105153	PS946|PS948	0	0	True	True	1.0	123					non-mobilizable	no_good_hit	1605.0	73.084	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0146_000000002462	14568	0.5172027134722722	20	13	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.992453844512516	PS946|PS948	0	0	True	True	0.9999313354492188	23					non-mobilizable	no_good_hit	1565.0	72.971	11.0	0.19130651388715905	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0134_000000001808	14568	0.5172027134722722	20	13	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.9920229976291596	PS946|PS948	0	0	True	True	0.9999313354492188	49					non-mobilizable	no_good_hit	603.0	85.24	4.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0190_000000001632	14568	0.5172027134722722	20	13	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.992401564057898	PS946|PS948	0	0	True	True	1.0	238					non-mobilizable	no_good_hit	603.0	85.24	4.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0844_000000000822	14547	0.5172027134722722	19	13	9	9	8	True	126207	maximal	True	ISR0844_000000000822	0.9925279773237514	PS946|PS948	20	6	True	True	1.0	41					non-mobilizable	no_good_hit	1604.0	73.192	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
SPA0126_000000002056	14432	0.5172027134722722	20	13	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.9848902076085224	PS946|PS948	0	0	True	True	1.0	291					non-mobilizable	no_good_hit	1604.0	73.192	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0193_000000001371	13742	0.5172027134722722	19	13	9	9	8	True	126207	maximal	False	ISR0844_000000000822	0.9375286368553304	PS946|PS948	0	0	True	True	1.0	41					non-mobilizable	no_good_hit	1603.0	73.113	11.0	0.1961639058413252	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
MON0098_000000030337	1191	0.5172018360325473	2	2	2	2	1	True	9178	fragment	False	MON0098_000000030337	1.0		0	0	False	False	0.9991603493690491	0					non-mobilizable	no_good_hit								True	True
CAN0008_000000014507	2001	0.5172007032042223	3	2	2	2	0	True	94999	fragment	False	CAN0008_000000014507	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	1.0624461279836314e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
MON0041_000000054691	1278	0.5172007032042223	3	2	2	2	0	True	11761	fragment	False	MON0041_000000054691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	6.409029571262442e-06	NZ_CP026538.1	d-proteobacteria	Desulfovibrio carbinolicus strain DSM 3852 chromosome, complete genome	True	True
CHI0003_000000003092	3398	0.5171979572651494	5	3	1	3	3	False	90986	fragment	False	CHI0003_000000003092	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2797.0	99.035	98.0	0.02541979944178266	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
CHI0163_000000004367	2137	0.5171970413268877	2	2	2	2	2	True	78464	fragment	False	CHI0163_000000004367	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	other	2137.0	100.0	100.0	0.05695544356451484	NZ_JAATLI010000024.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_24, whole genome shotgun sequence	False	True
MON0042_000000007065	3686	0.5171952538644881	4	4	3	3	3	False	45409	fragment	False	MON0042_000000007065	1.0		0	0	False	False	0.9994574189186096	0					non-mobilizable	chromosome	1043.0	90.221	95.0	0.0003352110524241077	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0103_000000017166	1326	0.5171949996587127	2	2	2	2	1	False	42550	maximal	True	FIJ0103_000000017166	1.0		5	2	False	False	0.9886877536773682	0					non-mobilizable	no_good_hit	1186.0	86.34100000000001	89.0	0.00903787189466521	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
MON0077_000000018724	2241	0.5171949709916254	4	2	2	1	1	True	10232	fragment	False	MON0077_000000018724	1.0		0	0	False	False	0.9919678568840027	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	0.016864175022789425	XR_004223863.1	moths	PREDICTED: Galleria mellonella uncharacterized LOC116412707 (LOC116412707), ncRNA	True	True
ISR0361_000000003314	3602	0.5171927136708276	2	2	1	2	2	False	23767	maximal	True	ISR0361_000000003314	0.997134670487106		31	6	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	72.955	24.0	0.0018155546394500036	NZ_FOOH01000001.1	CFB group bacteria	Salegentibacter agarivorans strain DSM 23515, whole genome shotgun sequence	True	False
USA0135_01_000000011773	1300	0.5171924810510333	2	2	2	1	1	False	30	maximal	True	USA0135_01_000000011773	1.0		1	1	False	False	0.9976922869682312	0					non-mobilizable	no_good_hit	104.0	80.76899999999999	8.0	0.00010397696446973293	NZ_CABJAT010000001.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
ISR0773_000000009068	1754	0.5171915519153193	2	1	1	1	1	False	35564	maximal	True	ISR0773_000000009068	1.0		21	4	False	False	1.0	0					non-mobilizable	other	1449.0	98.137	100.0	0.0007001662592444204	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
AST0116_000000003154	7426	0.5171909903850659	6	5	5	5	2	True	129416	maximal	True	AST0116_000000003154	1.0		3	2	False	False	0.9998653531074524	0					non-mobilizable	no_good_hit	1212.0	81.601	20.0	0.002515489182141909	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0357_000000000930	16275	0.5171901774121747	24	7	3	7	0	False	23892	maximal	True	ISR0357_000000000930	1.0		2	1	False	False	0.9999385476112366	0					non-mobilizable	no_good_hit	570.0	99.47399999999999	4.0	0.0009720464053928929	NZ_VJZV01000002.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold2_1, whole genome shotgun sequence	True	False
ISR0031_000000005338	3772	0.5171884605079876	4	4	3	3	2	False	122456	maximal	True	ISR0031_000000005338	1.0	PS871	33	5	False	True	1.0	0					non-mobilizable	no_good_hit	2309.0	99.95700000000001	61.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0325_000000014877	1422	0.5171881363951544	2	2	2	2	1	False	66726	maximal	False	MON0097_000000023834	0.9541047188106011		0	0	False	False	0.9803094267845154	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.0002608518443040554	NZ_OFSM01000018.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0100_000000004490	2787	0.5171860161299399	3	3	3	3	2	False	114855	maximal	True	ISR0100_000000004490	0.9458796232446258		57	10	False	False	0.9992823600769043	0					non-mobilizable	other	2787.0	99.24700000000001	100.0	0.0030435381075878706	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0199_000000016551	1842	0.5171813027750004	3	3	2	3	2	False	124014	maximal	True	ISR0199_000000016551	1.0		4	3	False	False	0.9934853315353394	0					non-mobilizable	no_good_hit	1541.0	97.729	84.0	0.00042765660840539627	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0079_000000028709	1134	0.517180483960032	2	1	1	1	1	False	61785	maximal	True	ENG0079_000000028709	1.0		299	10	False	False	1.0	0					non-mobilizable	other	1034.0	99.42	100.0	0.0074003496002521705	NZ_CYYV01000012.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0088_000000008220	3621	0.5171796849681101	7	4	4	3	3	True	9651	maximal	True	MON0088_000000008220	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1736.0	93.376	74.0	0.03413405732947727	NZ_CABIYV010000016.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0812_000000033928	1160	0.5171794522121654	2	2	2	2	2	False	24364	maximal	True	ISR0812_000000033928	0.9875666074600356		305	13	False	False	1.0	0					non-mobilizable	chromosome	1160.0	98.96600000000001	100.0	0.0004180739236941142	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	False	False
CHI0106_000000013001	1558	0.5171774864303097	2	2	2	2	1	False	89013	maximal	True	CHI0106_000000013001	0.9887389027054493		507	13	False	False	0.9691912531852722	0					non-mobilizable	other	1558.0	100.0	100.0	0.01101357421253298	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0041_000000015656	1549	0.5171774864303097	2	2	2	2	1	False	89013	maximal	False	CHI0106_000000013001	0.9851324428017237		0	0	False	False	0.9967721104621887	0					non-mobilizable	other	1549.0	99.03200000000001	100.0	0.010949911933847818	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ISR0146_000000027377	1549	0.5171774864303097	2	2	2	2	1	False	89013	maximal	False	CHI0106_000000013001	0.987759874354445		0	0	False	False	0.9754680395126343	0					non-mobilizable	other	1549.0	99.742	100.0	0.010949911933847818	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0137_000000010161	1546	0.5171774864303097	2	2	2	2	1	False	89013	maximal	False	CHI0106_000000013001	0.9837319092410565		0	0	False	False	1.0	0					non-mobilizable	other	1546.0	98.965	100.0	0.010928691174286099	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
ENG0135_000000014603	1541	0.5171774864303097	2	2	2	2	1	False	89013	maximal	False	CHI0106_000000013001	0.9840161305432685		0	0	False	False	0.9753406643867493	0					non-mobilizable	other	1541.0	99.87	100.0	0.01089332324168323	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
FIJ0043_000000012472	2184	0.5171771994816501	5	2	2	1	0	True	47217	maximal	True	FIJ0043_000000012472	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	780.0	76.667	35.0	0.00025620623700179247	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ISR0127_000000012510	1993	0.5171771994816501	2	2	2	1	0	True	131287	fragment	False	ISR0006_000000008656	0.5174475960835558		0	0	False	True	1.0	0					non-mobilizable	chromosome	1994.0	94.333	100.0	0.0007032743366266898	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0295_000000019467	1837	0.5171771994816501	2	2	2	1	0	True	29746	maximal	True	ISR0295_000000019467	1.0		105	14	False	False	1.0	0					non-mobilizable	other	1845.0	91.491	100.0	0.0015743191970800413	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MAD0097_000000022988	1797	0.5171771994816501	2	2	2	1	0	True	131287	fragment	False	ISR0006_000000008656	0.11551339285714285		0	0	False	True	1.0	0					non-mobilizable	chromosome	1809.0	93.035	99.0	0.0006072158379662713	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0183_000000017637	1792	0.5171771994816501	2	2	2	1	0	True	131287	fragment	False	ISR0006_000000008656	0.3314580844470101		0	0	False	True	1.0	0					non-mobilizable	chromosome	1803.0	93.178	100.0	0.0006277597377700134	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
FIJ0086_000000018150	1781	0.5171771994816501	3	2	2	1	0	True	118240	fragment	False	MAD0072_000000001538	0.009633561483900028		0	0	False	False	1.0	0					non-mobilizable	other	1786.0	95.465	100.0	0.007454591902973042	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
SPA0101_000000024364	1693	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.29114186450202156	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1694.0	94.39200000000001	100.0	0.0005691806995570758	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0065_000000020762	1678	0.5171771994816501	2	2	2	1	0	True	71074	fragment	False	ENG0131_000000014321	0.6926342719025647		0	0	False	False	0.9851012825965881	0					non-mobilizable	no_good_hit	418.0	76.794	25.0	0.00012817250276721945	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0062_000000022113	1652	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.2685576371759787	PS1133	0	0	False	True	0.9993946552276611	0					non-mobilizable	chromosome	1663.0	95.12899999999999	100.0	0.0005789610907473582	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MAD0051_000000018010	1604	0.5171771994816501	2	2	2	1	0	True	109608	fragment	False	MAD0051_000000018010	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	96.139	100.0	0.001133097786338961	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0007_000000015863	1583	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12148590392319622	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1596.0	90.476	100.0	0.0005621254481918298	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0097_000000026435	1572	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.07019776030192977	PS1133	0	0	True	True	0.9987277388572693	2					non-mobilizable	chromosome	1572.0	94.59299999999999	100.0	0.0005281162138409532	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0059_000000008026	1557	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.9036353071193073		0	0	False	False	0.9993577599525452	0					non-mobilizable	other	1557.0	95.89	100.0	0.002710456960383752	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
SPA0044_000000017893	1554	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.21537595646376032	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1554.0	93.30799999999999	100.0	0.0005223941133723132	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0388_000000022657	1554	0.5171771994816501	2	2	2	1	0	True	71074	fragment	False	ENG0131_000000014321	0.467479674796748		0	0	False	False	0.983912467956543	0					non-mobilizable	no_good_hit	587.0	75.98	37.0	0.00018043701845870698	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
CHI0083_000000006936	1543	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03972934225884422	PS1133	0	0	False	True	0.9967595338821411	0					non-mobilizable	chromosome	769.0	95.579	100.0	0.00027100586579493114	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0054_000000032625	1522	0.5171771994816501	3	2	2	1	0	True	41704	fragment	False	MON0054_000000032625	1.0		0	0	False	False	0.9901445508003235	0					non-mobilizable	no_good_hit	664.0	77.861	43.0	0.00021946218736659405	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
FIJ0039_000000015055	1518	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.11716646941109674	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1512.0	91.865	99.0	0.000507920565128106	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0364_000000012155	1484	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.8531122246748719		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	98.652	100.0	0.00039467825737972493	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
DEN0001_000000029767	1480	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.24007631384508776	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1485.0	93.535	100.0	0.000499169117352539	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0053_000000028046	1446	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.12513183894726843	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1441.0	92.991	99.0	0.00048435897496311767	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0827_000000008213	1433	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08851435018971911	PS1133	0	0	False	True	0.9951151609420776	0					non-mobilizable	chromosome	1433.0	94.62700000000001	100.0	0.0004816662218014047	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0063_000000020861	1432	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.08163310592731311	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1433.0	94.208	100.0	0.0004816662218014047	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0029_000000019365	1395	0.5171771994816501	2	2	2	1	0	True	65479	fragment	False	ENG0033_000000018744	0.7279315386166566		0	0	False	False	0.9698925018310547	0					non-mobilizable	no_good_hit	363.0	77.135	26.0	0.00011137319415209846	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0102_000000023327	1394	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.1096548012883885	PS1133	0	0	False	True	0.9992826581001282	0					non-mobilizable	chromosome	1385.0	94.368	99.0	0.00046584629697634115	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0263_000000011598	1381	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.0889239892222897	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1388.0	92.939	100.0	0.0004668560794119835	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0177_000000023045	1379	0.5171771994816501	2	2	2	1	0	True	29745	fragment	False	ISR0177_000000023045	1.0		0	0	False	False	0.9862219095230103	0					non-mobilizable	other	1393.0	88.65799999999999	100.0	0.0003677986188123937	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0065_000000019156	1375	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06737063449673296	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1379.0	95.50399999999999	100.0	0.0004631535438146282	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0017_000000014903	1371	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.09849615988778755	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1382.0	91.1	100.0	0.0004648365145406988	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0125_000000019514	1368	0.5171771994816501	2	2	2	1	0	True	65479	fragment	False	ENG0033_000000018744	0.714274180114244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	75.887	31.0	0.00012972799430565658	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0360_000000018493	1352	0.5171771994816501	2	2	2	1	0	True	125751	fragment	False	ENG0102_000000021244	0.5351859079232432		0	0	False	False	1.0	0					non-mobilizable	chromosome	1353.0	94.605	100.0	0.00047673037068873955	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0303_000000010765	1338	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.06300474302780867	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1348.0	94.065	100.0	0.00045339231360341873	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0164_000000017162	1318	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.6139318391359497		0	0	False	False	0.999241292476654	0					non-mobilizable	other	1318.0	99.014	100.0	0.036605890603085556	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0064_000000016882	1317	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.5821319813377892		0	0	False	False	1.0	0					non-mobilizable	chromosome	1317.0	99.39299999999999	100.0	0.00033020591199058963	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ISR0047_000000022956	1306	0.5171771994816501	2	2	2	1	0	True	73694	fragment	False	ISR0047_000000022956	0.9766430435687546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	80.0	21.0	0.012107821475916925	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	True
MON0109_000000028128	1300	0.5171771994816501	2	2	2	1	0	True	125751	fragment	False	ENG0102_000000021244	0.525566436379988		0	0	False	False	1.0	0					non-mobilizable	other	1305.0	92.26100000000001	100.0	0.0003914051051871112	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0053_000000008430	1300	0.5171771994816501	2	2	2	1	0	True	125751	fragment	False	ENG0102_000000021244	0.4177574068395624		0	0	False	False	0.9992307424545288	0					non-mobilizable	chromosome	1302.0	94.163	100.0	0.0004587338874132949	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0308_000000014545	1299	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.5929496812319276		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	99.76899999999999	100.0	0.002262490761786566	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0326_000000016112	1296	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.5118567585183361		0	0	False	False	1.0	0					non-mobilizable	other	1296.0	99.846	100.0	0.002255518525232524	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0267_000000014537	1287	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.059986141442938484	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1297.0	94.834	100.0	0.00043622601219749866	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0161_000000014326	1264	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.583586756144345		0	0	False	False	1.0	0					non-mobilizable	other	1269.0	91.33200000000001	100.0	0.002197997573661679	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
CHI0165_000000013671	1258	0.5171771994816501	2	2	2	1	0	True	125751	fragment	False	ENG0102_000000021244	0.3763605519928456		0	0	False	False	1.0	0					non-mobilizable	chromosome	1258.0	92.846	100.0	0.0004432075096854603	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0083_01_000000021302	1254	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.03909428139484446	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1264.0	93.117	99.0	0.00043953638496834364	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0256_000000014398	1249	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.47283635293137544		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	98.48100000000001	100.0	0.002170108627445512	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
CHI0182_000000023868	1223	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.08878154813631224		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	96.743	100.0	0.0010515490820191115	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
MON0062_000000029267	1200	0.5171771994816501	2	2	2	1	0	True	125751	fragment	False	ENG0102_000000021244	0.2252900905021644		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	95.083	100.0	0.0003609959393225741	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0061_000000039501	1195	0.5171771994816501	2	2	2	1	0	True	125751	fragment	False	ENG0102_000000021244	0.2974028130568232		0	0	False	False	1.0	0					non-mobilizable	chromosome	1195.0	91.046	99.0	0.0004206236875358827	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0776_000000019818	1187	0.5171771994816501	2	2	2	1	0	True	22400	fragment	False	ISR0776_000000019818	1.0		0	0	False	False	0.9991575479507446	0					non-mobilizable	other	757.0	87.84700000000001	99.0	0.00023682061888912623	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
FIJ0036_000000037609	1181	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.02506054198815699	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1182.0	95.178	100.0	0.00041674209310392404	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0137_000000019949	1178	0.5171771994816501	2	2	2	1	0	True	73694	fragment	False	ISR0047_000000022956	0.479533548658224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	78.205	13.0	0.00684931506849315	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	True
ISR0773_000000015563	1174	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.2537702301458056		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	99.148	100.0	0.0020446083694727595	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0171_000000018346	1160	0.5171771994816501	2	2	2	1	0	True	38765	fragment	False	FIJ0171_000000018346	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0020_000000017715	1148	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.1708103374891926		0	0	False	False	0.9982578158378601	0					non-mobilizable	other	1148.0	99.21600000000001	100.0	0.0019975457727329773	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0159_000000023140	1130	0.5171771994816501	2	2	2	1	0	True	125751	fragment	False	ENG0102_000000021244	0.1875287708132181		0	0	False	False	1.0	0					non-mobilizable	chromosome	1130.0	91.85799999999999	100.0	0.00039839273760739223	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0150_000000023030	1109	0.5171771994816501	2	2	2	1	0	True	109607	fragment	False	ENG0059_000000008026	0.1134241737924337		0	0	False	False	0.9954914450645447	0					non-mobilizable	other	1110.0	98.10799999999999	100.0	0.00030741289967842444	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MAD0053_000000009902	1090	0.5171771994816501	2	2	2	1	0	True	125751	fragment	False	ENG0102_000000021244	0.11315924266548179		0	0	False	False	0.9990825653076172	0					non-mobilizable	chromosome	1093.0	91.125	100.0	0.00038427784876390625	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0053_000000038102	1051	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.0049453603438179275	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1064.0	90.883	100.0	0.0003571263880721806	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0084_000000034952	1036	0.5171771994816501	2	2	2	1	0	True	131257	backbone	False	ISR0175_000000008482	0.007051806281487353	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1047.0	93.792	100.0	0.00035207747589396883	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0035_000000014214	2313	0.5171750460499042	4	4	4	4	4	False	73455	maximal	True	DEN0035_000000014214	1.0		60	7	False	False	0.9718979597091675	0					non-mobilizable	no_good_hit	243.0	72.84	10.0	5.447710634231244e-05	NZ_CP031223.1	firmicutes	Psychrobacillus glaciei strain PB01 chromosome, complete genome	True	False
SPA0130_000000002636	11964	0.5171748683275876	12	6	3	5	2	True	3819	fragment	False	SPA0130_000000002636	1.0		0	0	False	False	0.9990805983543396	0					non-mobilizable	no_good_hit	70.0	95.714	1.0	4.0628601004174147e-05	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ISR0371_000000001242	8896	0.5171727511240636	12	5	4	3	3	True	23497	maximal	True	ISR0371_000000001242	1.0		3	2	False	False	0.9992131590843201	0					non-mobilizable	no_good_hit	350.0	73.429	4.0	9.096416412069264e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0061_000000038896	1212	0.5171717468058147	2	2	1	2	1	False	10794	maximal	True	MON0061_000000038896	1.0		57	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0398_000000004405	5066	0.5171705738603264	5	5	5	5	5	False	130074	fragment	False	MON0053_000000005739	0.9680091940524554		0	0	False	False	1.0	0					non-mobilizable	other	5066.0	98.579	100.0	0.010588892118342998	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0098_000000002990	7053	0.5171694177458379	8	6	2	4	5	True	42881	maximal	True	FIJ0098_000000002990	1.0		1	1	False	False	1.0	0					non-mobilizable	other	4061.0	98.079	95.0	0.002603456954788982	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
SPA0089_000000006850	5478	0.5171690650088356	13	5	5	4	4	True	73503	fragment	False	SPA0089_000000006850	0.9487299215539784		0	0	False	False	0.999817430973053	0					non-mobilizable	no_good_hit								True	True
AUS0008_000000006160	3578	0.5171670427989636	3	3	3	3	3	False	108828	fragment	False	AUS0008_000000006160	0.9947525293956795		0	0	False	False	0.9997205138206482	0					non-mobilizable	other	1517.0	91.694	99.0	0.00686641131301396	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0063_000000045991	1123	0.5171668289011263	1	1	1	1	1	False	71371	maximal	True	DEN0063_000000045991	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	90.698	8.0	9.430340845801723e-05	NZ_HE978566.1	firmicutes	Peptoniphilus grossensis ph5, whole genome shotgun sequence	True	False
FIJ0109_000000005413	5100	0.5171630111877754	8	6	4	5	3	False	118684	maximal	True	FIJ0109_000000005413	1.0		0	0	False	False	0.999803900718689	0					non-mobilizable	no_good_hit	1325.0	92.83	43.0	0.0002560433096677267	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0096_000000021158	1534	0.5171611764892547	2	2	2	2	2	False	60837	fragment	False	ENG0096_000000021158	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	100.0	100.0	0.00033027034340359855	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
SPA0097_000000020189	1625	0.5171586543580244	3	3	3	3	3	False	72702	maximal	True	SPA0097_000000020189	0.9973116839831926		9	4	False	False	0.9993846416473389	0					non-mobilizable	other	1646.0	72.722	99.0	0.0012728511393512393	NZ_KE159493.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.1, whole genome shotgun sequence	False	False
ISR0086_000000012611	2154	0.5171576095885341	3	3	1	3	2	False	33916	maximal	True	ISR0086_000000012611	1.0		11	5	False	False	0.9976787567138672	0					non-mobilizable	no_good_hit								True	False
AST0153_000000020529	1642	0.5171562903532101	1	1	1	1	1	False	115896	maximal	True	AST0153_000000020529	1.0		12	6	False	False	0.9920828342437744	0					non-mobilizable	no_good_hit	1152.0	77.083	70.0	0.0024480877120963327	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ENG0122_000000021391	1386	0.5171562903532101	1	1	1	1	1	False	115892	fragment	False	ENG0122_000000021391	0.9471835263251389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1157.0	76.75	83.0	0.773369199731002	LN854133.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK1624	True	False
ENG0007_000000017939	1386	0.5171562903532101	1	1	1	1	1	False	115892	fragment	False	ENG0122_000000021391	0.9426953866094681		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1193.0	76.865	86.0	0.025654903658800608	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
AST0040_000000015439	1310	0.5171562903532101	1	1	1	1	1	False	115892	fragment	False	ENG0122_000000021391	0.9346101198544922		0	0	False	False	0.9793893098831177	0					non-mobilizable	no_good_hit	1156.0	76.73	88.0	0.773369199731002	LN854133.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK1624	True	False
SPA0060_000000004654	3489	0.5171524755991235	3	2	2	2	2	False	21168	maximal	False	SPA0061_000000005146	0.9940284813390754		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1521.0	83.103	47.0	0.0004026765523141302	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
DEN0045_000000021933	1861	0.5171488953627016	3	3	3	3	3	False	75016	maximal	True	DEN0045_000000021933	1.0		495	12	False	False	0.9962385892868042	0					non-mobilizable	chromosome	1861.0	100.0	100.0	0.000517799352750809	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0027_000000032739	1269	0.5171481867488391	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.2352915932739966		0	0	False	False	0.9984239339828491	0					non-mobilizable	no_good_hit	1003.0	74.078	78.0	0.000279704951234298	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
USA0018_01_000000008643	2780	0.5171474187208499	3	2	2	1	1	False	1865	maximal	True	USA0018_01_000000008643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0230_000000023143	1508	0.5171474187208499	2	2	2	1	1	False	27522	maximal	True	ISR0230_000000023143	1.0		3	1	False	False	0.9966843724250793	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000002798	10574	0.5171455138207917	17	13	6	7	10	False	58238	fragment	False	ENG0134_000000002798	1.0		0	0	False	False	0.9996216893196106	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.60383414332086e-06	LR590463.1	enterobacteria	Serratia rubidaea strain NCTC12971 genome assembly, chromosome: 1	True	False
SPA0119_000000006785	5103	0.5171430382261645	6	6	6	4	4	False	131352	maximal	True	SPA0119_000000006785	1.0		47	7	False	False	0.9994121193885803	0					non-mobilizable	other	4553.0	96.991	100.0	0.07081012776711752	NZ_JAAIPV010000021.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_21_length_64101_cov_76.522, whole genome shotgun sequence	False	False
ISR0377_000000010615	1497	0.5171427012376704	1	1	1	1	1	False	73871	fragment	False	ISR0377_000000010615	1.0		0	0	False	False	0.9966599941253662	0					non-mobilizable	no_good_hit	301.0	88.704	21.0	0.00010064164941902168	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0067_000000009295	3200	0.5171412856945832	4	3	3	3	2	False	121233	maximal	True	FIJ0067_000000009295	1.0		2	2	False	False	0.9996874928474426	0					non-mobilizable	no_good_hit	1739.0	83.956	54.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0104_000000013302	1982	0.5171408693090433	2	2	2	2	2	False	42496	maximal	True	FIJ0104_000000013302	1.0		15	5	False	False	0.9873864650726318	0					non-mobilizable	other	1834.0	87.84100000000001	92.0	0.00123430324896119	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
DEN0061_000000000042	93361	0.517140828974925	86	13	7	11	7	False	71969	maximal	True	DEN0061_000000000042	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2622.0	98.24600000000001	3.0	0.9996186117467581	KX128003.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_62 genomic sequence	True	False
SPA0005_000000006935	4265	0.5171406975796532	7	2	2	1	1	False	8337	maximal	True	SPA0005_000000006935	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000030150	1124	0.5171394464974677	3	3	3	2	2	False	4551	fragment	False	SPA0111_000000030150	1.0		0	0	False	False	0.9804270267486572	0					non-mobilizable	other	1099.0	100.0	98.0	0.03480962495640871	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0085_000000010261	3105	0.5171378385880231	3	2	2	2	2	False	68992	maximal	True	DEN0085_000000010261	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1548.0	77.778	49.0	0.0004937916656862817	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0351_000000006301	2211	0.5171363282161583	3	3	2	3	2	False	35096	fragment	False	ISR0351_000000006301	1.0		0	0	False	False	0.9977385997772217	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000021483	1303	0.5171345290299397	3	2	2	1	1	False	60913	fragment	False	ENG0095_000000021483	1.0		0	0	False	False	0.9984650611877441	0					non-mobilizable	no_good_hit								True	False
SPA0117_000000026220	1428	0.5171295114810179	2	2	2	2	2	False	4291	maximal	True	SPA0117_000000026220	1.0		206	11	False	False	1.0	0					non-mobilizable	other	1428.0	99.3	100.0	0.0006267425375035356	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0157_000000026428	1201	0.5171251303989558	2	1	1	1	1	False	30523	maximal	True	ISR0157_000000026428	1.0		16	5	False	False	0.9975020885467529	0					non-mobilizable	no_good_hit	102.0	79.41199999999999	8.0	0.000250260896985107	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
FIJ0126_000000036364	1153	0.5171231517365126	2	2	2	1	1	False	41081	maximal	True	FIJ0126_000000036364	1.0		7	5	False	False	0.9991326928138733	0					non-mobilizable	no_good_hit	135.0	80.741	12.0	0.0011984789229909708	NZ_JAEP01000016.1	b-proteobacteria	Bordetella petrii J51 BorpeJ51DRAFT_scaffold_13.14_C, whole genome shotgun sequence	True	False
MON0083_000000036645	1133	0.5171198740984175	2	2	2	2	1	False	11770	fragment	False	MON0058_000000038350	0.4752475247524752		0	0	False	False	0.9770520925521851	0					non-mobilizable	no_good_hit	387.0	74.935	34.0	0.0028814096278304948	NZ_FQXV01000014.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
USA0037_01_000000020782	1626	0.5171189283900511	2	2	2	2	2	False	78935	fragment	False	USA0037_01_000000020782	0.9425400482161505		0	0	False	False	0.9993849992752075	0					non-mobilizable	chromosome	1626.0	98.03200000000001	100.0	0.0005469654859729439	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0027_000000017803	1446	0.5171137818994488	3	3	3	2	2	False	37224	fragment	False	ISR0027_000000017803	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1445.0	96.955	99.0	0.0004099123854856951	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0011_000000023068	1935	0.5171080211675042	2	2	1	2	2	False	75423	maximal	False	DEN0094_000000018153	0.9513685239491692		0	0	False	False	1.0	0					non-mobilizable	chromosome	1935.0	99.07	100.0	0.0005603410166435486	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
DEN0065_000000020313	1714	0.5171080211675042	2	2	1	2	2	False	75422	fragment	False	ENG0092_000000012547	0.8153724494906806		0	0	False	False	0.9994165897369385	0					non-mobilizable	no_good_hit	1447.0	99.03200000000001	84.0	0.0003909778745999304	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0071_000000012461	1630	0.5171080211675042	2	2	1	2	2	False	75422	fragment	False	ENG0092_000000012547	0.6976620024870609		0	0	False	False	1.0	0					non-mobilizable	chromosome	1435.0	98.885	94.0	0.0004156901282290992	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0010_01_000000003965	6722	0.5171049612409249	11	6	3	6	1	False	7538	fragment	False	USA0010_01_000000003965	1.0		0	0	False	False	0.9964296221733093	0					non-mobilizable	no_good_hit	485.0	74.845	7.0	9.61434945696094e-05	CP016091.1	firmicutes	Clostridium saccharobutylicum strain NCP 258, complete genome	True	False
ENG0116_000000015171	1579	0.5171048272907457	1	1	1	1	1	False	90731	fragment	False	CHI0005_000000011396	0.9408177224356973		0	0	False	False	0.9993667006492615	0					non-mobilizable	no_good_hit	1285.0	82.335	80.0	0.8257772020725389	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	True	False
TAN0013_000000000230	18921	0.517103251021602	26	10	7	9	5	False	2584	maximal	True	TAN0013_000000000230	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	0.008258258258258258	XM_034564881.1	apicomplexans	Plasmodium berghei ANKA protein transport protein SEC16, putative (PBANKA_0928300), partial mRNA	True	False
SPA0033_000000000057	73110	0.5171013258184587	127	21	13	15	12	False	127077	maximal	True	SPA0033_000000000057	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	98.70700000000001	0.0	0.31343283582089554	GQ880284.1		Uncultured organism clone VC1CG22TF genomic sequence	True	False
AST0150_000000021000	1325	0.5170984992459611	3	3	3	2	3	False	103862	maximal	True	AST0150_000000021000	1.0		16	6	False	False	0.99245285987854	0					non-mobilizable	other	1325.0	99.698	100.0	0.0002920135614273905	CP015227.1	enterobacteria	Enterobacter sp. ODB01, complete genome	False	False
ENG0033_000000014253	1813	0.5170980883690168	3	3	2	2	3	False	65497	maximal	True	ENG0033_000000014253	1.0		224	11	False	False	0.979040265083313	0					non-mobilizable	other	1813.0	98.787	100.0	0.011735751295336787	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	False	False
FIJ0092_000000004295	6344	0.5170974093929469	9	6	6	5	2	False	43345	fragment	False	FIJ0092_000000004295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1013.0	91.609	16.0	0.08947134606841403	NZ_FOXF01000063.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
DEN0052_000000035576	1322	0.5170964049641104	2	2	2	1	0	False	72206	maximal	True	DEN0052_000000035576	0.997982761782505		68	13	False	False	0.9969742894172668	0					non-mobilizable	no_good_hit	684.0	90.351	57.0	0.00021061355430438729	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0056_000000029851	1197	0.5170964049641104	2	2	2	1	0	False	72206	maximal	False	DEN0052_000000035576	0.9653657261064121		0	0	False	False	0.9991645812988281	0					non-mobilizable	no_good_hit	566.0	90.63600000000001	53.0	0.00017390395399727104	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0051_000000030998	1545	0.5170933239775702	3	3	1	2	2	False	72466	maximal	False	SPA0037_000000015758	0.9822222222222223		0	0	False	False	1.0	0					non-mobilizable	other	1288.0	96.429	100.0	0.007062822818858397	NZ_BFBT01000003.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ENG0153_000000007155	4033	0.5170932482777801	4	2	2	1	1	False	56964	maximal	True	ENG0153_000000007155	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0002297360496886256	NG_021316.2	primates	Homo sapiens family with sequence similarity 120C (FAM120C), RefSeqGene on chromosome X	True	False
ISR0132_000000021991	1330	0.5170908692097659	3	1	1	1	1	False	31579	maximal	True	ISR0132_000000021991	1.0		8	2	False	False	0.9781954884529114	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	3.0	9.438711301283665e-06	CP015436.1	firmicutes	Anoxybacillus sp. B7M1, complete genome	True	False
ISR0341_000000011661	1210	0.5170886590152549	2	1	1	1	1	False	79082	fragment	False	ISR0378_000000027386	0.9690962376876726		0	0	False	False	0.9991735816001892	0					non-mobilizable	other	1210.0	97.521	100.0	0.0004379744950673395	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0118_000000007781	1800	0.5170867299782439	3	2	2	1	1	False	59302	maximal	True	ENG0118_000000007781	1.0		41	7	False	False	1.0	0		MOBQ			mobilizable	other	1643.0	85.271	99.0	0.00367672703789459	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	False	True
DEN0096_000000025337	1778	0.5170867299782439	3	2	2	1	1	False	68162	maximal	True	DEN0096_000000025337	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1530.0	88.431	99.0	0.0003591173118123894	CP029152.1	firmicutes	Clostridioides difficile strain CDT4 chromosome, complete genome	False	False
MAD0098_000000029396	1543	0.5170867299782439	2	2	2	1	1	False	15290	fragment	False	MAD0098_000000029396	1.0		0	0	False	False	0.9662994146347046	0					non-mobilizable	other	1549.0	86.12	100.0	0.00043490449869500446	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
DEN0063_000000021512	2235	0.5170855683401758	5	4	3	4	2	False	71536	maximal	True	DEN0063_000000021512	1.0		5	3	False	False	0.9914988875389099	0					non-mobilizable	no_good_hit	442.0	82.579	20.0	0.00015114152981960692	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
SPA0151_000000007997	2290	0.5170844877055187	2	2	2	1	1	False	3246	maximal	True	SPA0151_000000007997	1.0		217	12	False	False	0.9799126386642456	0					non-mobilizable	other	2290.0	100.0	100.0	0.00036773683601732494	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
AUS0024_000000028440	1122	0.5170812519646756	2	2	2	2	2	False	98757	maximal	True	AUS0024_000000028440	1.0		0	0	False	False	0.9946523904800415	0					non-mobilizable	no_good_hit	131.0	77.09899999999999	11.0	4.031888457805815e-05	NZ_HF570956.1	high GC Gram+	Tetrasphaera elongata Lp2, whole genome shotgun sequence	True	False
FIJ0101_000000023623	1192	0.5170787772095639	2	1	1	1	1	False	42656	maximal	True	FIJ0101_000000023623	1.0		21	6	False	False	0.9991610646247864	0					non-mobilizable	no_good_hit	123.0	84.553	10.0	0.008522122008380087	NZ_JAAITU010000065.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_65_length_14081_cov_131.334, whole genome shotgun sequence	True	False
AST0150_000000009680	2866	0.517073591094947	4	3	2	2	1	False	104178	maximal	True	AST0150_000000009680	1.0		2	2	False	False	0.9923238158226013	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	8.948983948154851e-06	NZ_KE386571.1	a-proteobacteria	Sphingomonas phyllosphaerae FA2 SphspDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
USA0003_01_000000027502	1364	0.5170717921494421	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.2011937425918942		0	0	False	False	0.9992668628692627	0					non-mobilizable	chromosome	1368.0	89.62	100.0	0.00043931986966736425	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0104_000000018712	1467	0.5170693178322021	2	1	1	1	1	False	42474	fragment	False	FIJ0104_000000018712	1.0		0	0	False	False	0.9993183612823486	0					non-mobilizable	no_good_hit	59.0	84.74600000000001	4.0	0.00019163053632596355	NZ_FODY01000002.1	firmicutes	Propionispora vibrioides strain DSM 13305, whole genome shotgun sequence	True	False
FIJ0045_000000018515	1281	0.5170690853023968	1	1	1	1	1	False	47022	fragment	False	ISR0047_000000022914	0.9293884023861267		0	0	False	False	0.9992193579673767	0					non-mobilizable	no_good_hit	116.0	78.44800000000001	9.0	5.501428936368081e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	False
ISR0093_000000012915	1941	0.5170684573216878	3	3	3	3	3	False	33516	maximal	True	ISR0093_000000012915	1.0		4	1	False	False	0.9397217631340027	0					non-mobilizable	no_good_hit	1337.0	99.85	69.0	0.02537078182267039	NZ_JAAITU010000030.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_30_length_52659_cov_153.326, whole genome shotgun sequence	True	False
FIJ0038_000000009833	3427	0.5170684371154446	3	3	3	3	3	False	47672	maximal	True	FIJ0038_000000009833	1.0		642	12	False	False	0.9991245865821838	0					non-mobilizable	other	3427.0	98.65799999999999	100.0	0.015801562629719483	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	False	False
ISR0228_000000022813	1205	0.5170668089541207	2	2	2	2	1	False	27588	maximal	False	SPA0014_000000018712	0.9677799057109402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	76.923	13.0	4.4103663603128185e-05	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
FIJ0093_000000010677	1788	0.5170667883934738	2	2	2	1	1	False	43242	maximal	True	FIJ0093_000000010677	1.0		31	8	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	86.415	73.0	0.0051695430662319665	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	True	False
ISR0112_000000027692	1394	0.5170615393755836	2	1	1	1	1	False	41211	fragment	False	ISR0112_000000027692	1.0		0	0	False	False	0.9992826581001282	0					non-mobilizable	chromosome	1315.0	98.859	100.0	0.0002620579593169488	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0124_000000025309	1156	0.5170615393755836	2	1	1	1	1	False	41209	fragment	False	FIJ0124_000000025309	1.0		0	0	False	False	0.9991349577903748	0					non-mobilizable	chromosome	1149.0	99.652	99.0	0.00022912607562517687	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0001_000000013020	2639	0.5170563426018838	1	1	1	1	1	False	14399	fragment	False	MON0001_000000013020	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2639.0	100.0	100.0	0.01543511459314606	AP023228.1	enterobacteria	Escherichia coli YJ3 plasmid pYJ3-a DNA, complete genome	False	True
ENG0050_000000011405	2313	0.5170562271556789	3	3	3	3	2	False	64143	maximal	True	ENG0050_000000011405	1.0		18	7	False	False	0.9991353154182434	0					non-mobilizable	no_good_hit	460.0	75.0	19.0	0.0007504117191814972	NZ_OKQO01000001.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
MON0066_000000008801	3335	0.5170531211563045	2	2	2	2	1	False	10650	maximal	True	MON0066_000000008801	1.0		16	6	False	False	0.9628185629844666	0					non-mobilizable	chromosome	2925.0	99.932	91.0	0.0005722122461248472	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0082_000000020042	1624	0.5170524922961255	2	2	2	1	1	True	34158	maximal	True	ISR0082_000000020042	1.0		36	8	False	False	0.9993842244148254	0					non-mobilizable	other	1627.0	96.31200000000001	100.0	0.0004253482358281761	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	True
ENG0079_000000022492	1465	0.5170491364441452	2	2	2	2	2	False	61805	maximal	True	ENG0079_000000022492	1.0		1	1	False	False	0.9815699458122253	0					non-mobilizable	no_good_hit	152.0	74.342	10.0	0.0006194164182765257	NZ_AOMF01000171.1	euryarchaeotes	Halococcus thailandensis JCM 13552 contig_171, whole genome shotgun sequence	True	False
ISR0085_000000003024	6527	0.5170491283828197	7	5	3	5	4	False	34011	maximal	True	ISR0085_000000003024	1.0		1	1	False	False	0.9996935725212097	0					non-mobilizable	no_good_hit	103.0	82.524	2.0	3.3478263580933535e-05	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
MON0039_000000039489	1261	0.5170482918912153	2	2	2	2	2	False	11901	maximal	True	MON0039_000000039489	1.0		25	4	False	False	1.0	0					non-mobilizable	other	1274.0	74.333	99.0	0.0018852955992676003	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0084_000000013940	1382	0.5170469787542907	2	1	1	1	1	False	5557	maximal	True	SPA0084_000000013940	1.0		224	10	False	False	0.9985527992248535	0					non-mobilizable	no_good_hit	1194.0	94.47200000000001	86.0	0.301010101010101	NZ_VULP01000053.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq53, whole genome shotgun sequence	True	False
MAD0008_000000005530	2256	0.5170446435820276	4	4	0	4	4	False	57491	fragment	False	MAD0008_000000005530	1.0		0	0	False	False	0.9991135001182556	0					non-mobilizable	chromosome	2256.0	99.956	100.0	0.00043764831280267846	CP053247.1	enterobacteria	Escherichia coli strain SCU-482 chromosome, complete genome	False	False
SPA0095_000000009012	2226	0.5170446435820276	4	4	0	4	4	False	57490	maximal	True	SPA0095_000000009012	1.0		28	8	False	False	1.0	0					non-mobilizable	chromosome	2226.0	99.955	100.0	0.00043225605411029855	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
SPA0114_000000005165	7394	0.5170444858555099	10	4	4	4	2	True	20068	maximal	True	SPA0114_000000005165	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	8.114097737688125e-05	NZ_PDOC01000002.1	b-proteobacteria	Massilia eurypsychrophila strain JCM 30074 ZB100001, whole genome shotgun sequence	True	True
MON0002_000000006095	3559	0.5170437006547962	5	4	3	4	2	True	120245	fragment	False	MON0002_000000006095	1.0		0	0	False	False	0.9887608885765076	0					non-mobilizable	no_good_hit	89.0	87.64	4.0	2.9897265521352252e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ISR0232_000000010819	2476	0.5170424710064578	3	3	3	3	3	False	103370	fragment	False	SPA0021_000000013007	0.982017200938233		0	0	False	False	1.0	0					non-mobilizable	other	2476.0	99.031	100.0	0.009746311566044294	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0064_000000037401	1180	0.5170403889556133	2	1	1	1	1	False	71184	maximal	True	DEN0064_000000037401	1.0		77	9	False	False	0.9940677881240845	0					non-mobilizable	no_good_hit	686.0	97.085	58.0	0.002118408194064746	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0351_000000005424	2499	0.5170397857267072	3	3	3	3	2	False	24076	maximal	True	ISR0351_000000005424	1.0		471	12	False	False	1.0	0					non-mobilizable	other	2499.0	99.36	100.0	0.01451423522710099	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0382_000000011849	1252	0.5170366509885106	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.17710310461991519	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1202.0	86.273	96.0	0.014143586350316664	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ITA0001_000000003582	1104	0.5170366509885106	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.1170064413870159	PS1128	0	0	False	True	0.9954710006713867	0					non-mobilizable	other	1111.0	84.338	100.0	0.00031396336450635647	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MAD0080_000000003557	1909	0.5170356744333536	3	2	2	2	1	False	16158	maximal	True	MAD0080_000000003557	1.0		44	8	False	False	1.0	0					non-mobilizable	no_good_hit	677.0	91.876	67.0	0.00022551807729345995	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0052_000000007727	3703	0.5170328408341411	5	5	4	4	3	False	64002	maximal	True	ENG0052_000000007727	1.0		8	3	False	False	0.9945989847183228	0					non-mobilizable	no_good_hit	169.0	84.024	5.0	6.067257718689429e-05	CP029033.1	high GC Gram+	Actinobaculum sp. 313 chromosome, complete genome	True	False
ISR0118_000000012589	1325	0.5170320337576163	4	2	2	2	1	False	91045	fragment	False	DEN0061_000000031252	0.38944881889763777		0	0	False	False	0.9841509461402893	0					non-mobilizable	other	1324.0	97.054	99.0	0.014378871861754157	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0074_000000002277	10876	0.5170313435174407	9	9	9	9	6	False	7205	maximal	True	SPA0074_000000002277	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	2266.0	88.17299999999999	42.0	0.003039260697150559	NZ_LT556038.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	False
SPA0054_000000023183	1261	0.5170302739809685	1	1	1	1	1	False	95524	fragment	False	ISR0112_000000027731	0.9089791652823264		0	0	False	False	0.9888976812362671	0					non-mobilizable	no_good_hit	49.0	100.0	4.0	1.6156518970277728e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0023_000000006341	4765	0.5170301458091467	8	4	2	4	2	True	49404	maximal	True	FIJ0023_000000006341	1.0		3	1	False	False	0.9997901320457458	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0005286375733712494	LN594987.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000002070	True	True
MAD0078_000000002657	2875	0.5170262670501081	3	3	3	1	2	False	49627	maximal	True	MAD0078_000000002657	1.0		84	9	False	False	0.9805217385292053	0					non-mobilizable	no_good_hit	802.0	81.671	28.0	0.00021207187822859427	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0199_000000014597	1744	0.5170220450906697	2	2	2	2	2	False	54267	maximal	True	ENG0199_000000014597	1.0		4	3	False	False	0.9747706651687622	0					non-mobilizable	no_good_hit	829.0	73.34100000000001	47.0	0.00023839123465411004	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ISR0838_000000014002	1729	0.517021117488545	3	3	3	3	3	False	102050	fragment	False	ISR0361_000000005758	0.5534698014068481		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	94.679	100.0	0.004819895457360103	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
FIJ0046_000000027615	1256	0.5170187975215149	2	2	2	1	1	False	46936	fragment	False	FIJ0046_000000027615	1.0		0	0	False	False	0.9896496534347534	0					non-mobilizable	no_good_hit								True	False
FIJ0113_000000015792	1630	0.5170184433217515	2	1	1	1	1	False	41935	fragment	False	FIJ0113_000000015792	1.0		0	0	False	False	0.991411030292511	0					non-mobilizable	no_good_hit								True	False
MON0076_000000017251	2724	0.5170177212353889	5	5	3	3	4	True	10297	maximal	True	MON0076_000000017251	1.0		270	13	False	False	1.0	0					non-mobilizable	other	2263.0	83.82700000000001	100.0	0.0007002822906043956	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0068_000000021133	1258	0.517016797377428	2	1	1	1	1	False	85722	fragment	False	CHI0060_000000011662	0.9686792452830189		0	0	False	False	0.978537380695343	0					non-mobilizable	chromosome	1258.0	99.921	100.0	0.0004417509080142471	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0338_000000025103	1177	0.517016797377428	2	1	1	1	1	False	39421	fragment	False	FIJ0158_000000016029	0.9702886247877758		0	0	False	False	0.9617671966552734	0					non-mobilizable	other	1177.0	98.811	100.0	0.000427079607130341	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0085_000000010077	2361	0.5170125862839229	4	4	1	3	2	False	79087	fragment	False	ISR0085_000000010077	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2352.0	91.156	100.0	0.015054289410507753	NZ_PYLQ01000005.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_4, whole genome shotgun sequence	False	False
FIJ0087_000000022185	1456	0.5170115800441302	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7206875018857493		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	91.20100000000001	92.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
DEN0096_000000014261	3069	0.5170078802992396	4	3	3	3	2	False	68212	maximal	True	DEN0096_000000014261	1.0		1	1	False	False	0.9957640767097473	0					non-mobilizable	no_good_hit								True	False
MON0101_000000059246	1134	0.5170074962217076	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.07589586629199288		0	0	False	False	1.0	0					non-mobilizable	chromosome	1137.0	91.029	100.0	0.00036196347295410863	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0049_000000007760	2511	0.5170046302869331	3	3	3	3	3	False	67630	maximal	False	ISR0120_000000012734	0.9898396420135551		0	0	False	False	0.988450825214386	0					non-mobilizable	no_good_hit	111.0	76.577	4.0	3.1645096724117166e-05	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
ENG0091_000000009273	2563	0.5169966007571768	3	3	2	2	3	False	61191	fragment	False	ENG0091_000000009273	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2145.0	83.26299999999999	83.0	0.0005671426013488869	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0057_000000028246	1261	0.5169875731125454	2	2	2	2	2	False	46092	maximal	True	FIJ0057_000000028246	1.0		181	12	False	False	0.9928628206253052	0					non-mobilizable	other	1261.0	93.814	100.0	0.03900687263946505	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	False	False
ISR0144_000000000510	8223	0.5169852220737295	11	2	2	2	1	False	31101	maximal	True	ISR0144_000000000510	0.9851957383548067		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0089_000000004517	4405	0.5169841092619146	5	4	4	3	4	True	128162	maximal	False	ISR0005_000000002093	0.33565646704874014		0	0	False	False	1.0	0					non-mobilizable	other	4405.0	100.0	100.0	0.02045907488188647	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0099_000000005075	4266	0.5169841092619146	5	4	4	3	4	True	128162	maximal	False	ISR0005_000000002093	0.281086928723499		0	0	False	False	1.0	0					non-mobilizable	other	4268.0	99.344	100.0	0.01981334113788506	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0067_000000002149	4200	0.5169841092619146	5	4	4	3	4	True	128162	maximal	False	ISR0005_000000002093	0.275669444560575		0	0	False	False	1.0	0					non-mobilizable	other	4200.0	99.85700000000001	100.0	0.01950208818214337	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0024_000000006280	2151	0.5169840221088535	4	2	1	1	1	False	19196	fragment	False	MAD0024_000000006280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0072_000000012276	1351	0.5169817599859555	2	2	2	2	1	False	70263	maximal	True	DEN0072_000000012276	1.0		42	8	False	False	1.0	0					non-mobilizable	other	1361.0	81.411	100.0	0.005901696465515364	NZ_DS544181.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_14, whole genome shotgun sequence	False	False
ISR0287_000000012647	1159	0.5169811275390741	2	2	2	2	2	False	25985	maximal	True	ISR0287_000000012647	1.0		56	4	False	False	1.0	0					non-mobilizable	other	1159.0	99.569	100.0	0.0005727076609293691	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ENG0027_000000004737	4236	0.5169790413877051	4	4	4	4	3	False	66004	maximal	True	ENG0027_000000004737	1.0		7	3	False	False	0.9915013909339905	0					non-mobilizable	no_good_hit	665.0	76.842	15.0	0.00025779376967142233	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
USA0069_01_000000033870	1792	0.5169766993853827	3	3	3	3	2	False	128203	fragment	False	USA0069_01_000000033870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	85.693	75.0	0.0007698593981466775	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0188_000000007564	2869	0.5169761657517474	3	1	1	1	1	False	29267	maximal	True	ISR0188_000000007564	1.0		2	1	False	False	0.9979086518287659	0					non-mobilizable	no_good_hit	108.0	88.889	6.0	0.11843575418994413	MK233972.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c7 sequence	True	False
ISR0054_000000014710	1740	0.5169761657517474	2	1	1	1	1	False	35702	maximal	True	ISR0054_000000014710	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0044_000000000344	1678	0.5169761657517474	2	1	1	1	1	False	36274	maximal	True	ISR0044_000000000344	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0106_000000003997	4308	0.5169750739795577	6	6	5	4	3	False	18370	maximal	True	MAD0106_000000003997	1.0		11	3	False	False	0.9958217144012451	0					non-mobilizable	no_good_hit	1120.0	73.661	25.0	0.008632745056679245	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0051_000000010481	2641	0.5169744802074904	3	3	3	3	3	False	64072	maximal	True	ENG0051_000000010481	1.0		86	8	False	False	0.9984854459762573	0					non-mobilizable	no_good_hit	639.0	74.491	24.0	0.004148938981527972	NZ_SLUM01000006.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_106, whole genome shotgun sequence	True	False
SPA0018_000000024709	1213	0.5169733181164416	2	2	2	2	2	False	7781	maximal	True	SPA0018_000000024709	1.0		101	9	False	False	0.985160768032074	0					non-mobilizable	other	1213.0	99.505	100.0	0.18119300343848108	NZ_CYYA01000037.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0849_000000002968	7626	0.5169724345959184	5	4	2	4	3	False	20598	maximal	True	ISR0849_000000002968	1.0		238	12	False	False	0.9998688697814941	0					non-mobilizable	no_good_hit	274.0	72.993	4.0	7.58476676562315e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CAN0009_000000019103	1475	0.5169719905602216	1	1	1	1	1	False	94737	fragment	False	CAN0009_000000019103	1.0		0	0	False	False	0.996610164642334	0					non-mobilizable	other	1476.0	99.59299999999999	100.0	0.00044525855485072214	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0814_000000010469	3698	0.5169712716212693	4	3	3	3	3	False	21546	maximal	True	ISR0814_000000010469	1.0		13	5	False	False	0.9883720874786377	0					non-mobilizable	no_good_hit	1087.0	74.425	29.0	0.0005198082699756618	CP020705.1	firmicutes	Ruminococcaceae bacterium CPB6, complete genome	True	False
DEN0080_000000003616	1125	0.5169708177825815	2	2	1	2	1	False	69377	maximal	True	DEN0080_000000003616	1.0		215	12	False	False	0.9902222156524658	0					non-mobilizable	other	1125.0	98.4	100.0	0.0005923120740943901	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
FIJ0109_000000013692	1834	0.5169688616881668	3	3	2	2	3	False	42148	maximal	True	FIJ0109_000000013692	1.0		90	10	False	False	0.9700108766555786	0					non-mobilizable	other	1835.0	99.78200000000001	100.0	0.008743284023245503	NZ_PYLQ01000003.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_2, whole genome shotgun sequence	False	False
ISR0813_000000006164	4546	0.5169663716161005	6	6	4	6	4	False	91844	maximal	True	ISR0813_000000006164	1.0		1	1	False	False	0.9995600581169128	0					non-mobilizable	no_good_hit	1887.0	98.675	42.0	0.047182798928687646	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0095_000000003959	6487	0.5169587055730636	7	6	5	4	3	False	92306	fragment	False	ENG0095_000000003959	0.9982850015590894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1332.0	76.80199999999999	23.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0024_000000019304	1383	0.5169575818022953	2	2	2	2	1	True	78539	fragment	False	CHI0162_000000020854	0.7081987428423352		0	0	False	False	0.989154040813446	0					non-mobilizable	no_good_hit								True	True
DEN0072_000000005671	3256	0.5169572641750101	7	3	2	3	2	False	101648	fragment	False	DEN0072_000000005671	1.0		0	0	False	False	0.9975429773330688	0					non-mobilizable	no_good_hit	339.0	93.215	24.0	0.027107704719645017	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
CHI0005_000000008250	2232	0.5169572641750101	5	3	2	3	2	False	101647	fragment	False	CHI0005_000000008250	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	275.0	97.818	41.0	0.022105687777329568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0857_000000001467	1901	0.5169572641750101	5	3	2	3	2	False	101642	fragment	False	ENG0050_000000012830	0.4792581747193753		0	0	False	False	0.9994739890098572	0					non-mobilizable	no_good_hit	275.0	97.455	26.0	0.022105687777329568	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
USA0020_01_000000001880	16074	0.5169537149522621	27	9	3	6	3	False	107975	fragment	False	USA0020_01_000000001880	1.0		0	0	False	False	0.9988802075386047	0					non-mobilizable	no_good_hit	11215.0	98.54700000000001	88.0	0.018613184131227017	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0101_000000002175	9474	0.5169531892549664	15	6	4	6	1	False	15133	maximal	True	MAD0101_000000002175	1.0		1	1	False	False	0.9971501231193542	0					non-mobilizable	no_good_hit	35.0	94.286	0.0	6.652774108968526e-05	CP059204.1	CFB group bacteria	Blattabacterium cuenoti strain EUPHYsp chromosome, complete genome	True	False
FIJ0125_000000012072	1586	0.5169473069729568	2	2	2	2	2	False	41190	maximal	True	FIJ0125_000000012072	0.965		297	13	False	False	1.0	0					non-mobilizable	other	1586.0	88.02	99.0	0.0004757077432274121	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0002_000000006948	4844	0.5169417566561965	2	2	2	2	0	False	132335	fragment	False	AST0002_000000006948	1.0		0	0	False	False	0.9993806481361389	0					non-mobilizable	no_good_hit								True	False
ISR0112_000000020506	1771	0.5169417282647215	2	2	2	1	1	False	32628	maximal	True	ISR0112_000000020506	1.0		3	3	False	False	0.9728966951370239	0					non-mobilizable	no_good_hit	1519.0	99.40799999999999	86.0	0.000670478115382305	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	True	False
ISR0193_000000006067	4477	0.5169370367268854	6	3	3	3	2	False	119079	fragment	False	ISR0193_000000006067	0.9758488761358202		0	0	False	False	0.9982131123542786	0					non-mobilizable	no_good_hit	555.0	83.78399999999999	22.0	0.00017856434907976507	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0061_000000015473	1340	0.5169334156747649	2	2	2	2	1	False	63242	maximal	True	ENG0061_000000015473	1.0		186	12	False	False	0.9895522594451904	0					non-mobilizable	other	1332.0	100.0	99.0	0.10743401404471709	NZ_CYZO01000051.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0007_01_000000005806	3030	0.5169329781728885	5	2	1	2	2	False	115362	fragment	False	CHI0172_000000002412	0.9338779609211155		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1458.0	97.119	54.0	0.00043837371780956454	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0152_000000011781	2037	0.5169329781728885	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.9057098165396017		0	0	False	False	0.9995090961456299	0					non-mobilizable	other	2037.0	98.478	100.0	0.000613000610893045	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0107_000000035246	1717	0.5169329781728885	4	2	1	2	2	False	106495	fragment	False	ISR0003_000000014066	0.9736617868544545		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	678.0	95.428	64.0	0.004269407832502996	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	True	False
ISR0043_000000013145	1683	0.5169329781728885	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.760763189842948		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	92.87899999999999	80.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0232_000000017134	1674	0.5169329781728885	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7354566317875828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	92.436	80.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0095_000000018625	1498	0.5169329781728885	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.22919236707814886		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.333	86.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0396_000000013215	1739	0.5169276932578777	3	2	2	2	2	False	22677	maximal	True	ISR0396_000000013215	1.0		9	4	False	False	0.9902242422103882	0					non-mobilizable	no_good_hit	171.0	80.117	10.0	4.761648499615828e-05	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0095_000000030460	1187	0.5169257534704031	4	2	2	1	2	False	33375	maximal	True	ISR0095_000000030460	1.0		162	11	False	False	0.9747262001037598	0					non-mobilizable	no_good_hit	549.0	100.0	70.0	0.00012195805889060896	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0109_000000012233	2534	0.5169256486818923	3	2	2	2	2	False	50420	backbone	False	ISR0014_000000014254	0.9844732704402516	PS196	0	0	True	True	0.9952644109725952	8					non-mobilizable	no_good_hit	1069.0	81.104	42.0	0.034776040982529885	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	True
ENG0193_000000010640	1895	0.5169248714365379	2	2	2	2	1	False	54589	maximal	True	ENG0193_000000010640	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	75.505	21.0	0.00035176808561494024	NZ_GG704781.1	CFB group bacteria	Prevotella bergensis DSM 17361 SCAFFOLD2, whole genome shotgun sequence	True	False
USA0062_01_000000014221	1295	0.5169245061161214	1	1	1	1	1	False	77784	fragment	False	ENG0003_000000014846	0.7036714865305804		0	0	False	False	1.0	0					non-mobilizable	other	1304.0	86.887	100.0	0.01347776013944657	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
MAD0098_000000025534	1762	0.5169231564722327	2	2	2	2	2	False	15304	maximal	True	MAD0098_000000025534	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	77.03699999999999	8.0	0.0018554169805529979	NZ_FOZC01000017.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
ISR0020_000000005969	3467	0.5169205646522272	6	3	2	3	2	True	80669	fragment	False	ISR0020_000000005969	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3467.0	95.84700000000001	99.0	0.05600284541015941	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	True
CHI0100_000000001322	1976	0.5169203412121572	3	2	2	2	1	True	90255	fragment	False	CHI0100_000000001322	1.0		0	0	False	False	0.9994939565658569	0					non-mobilizable	no_good_hit								True	True
ISR0146_000000028265	1504	0.5169200890835582	1	1	1	1	1	False	30990	fragment	False	ISR0146_000000028265	1.0		0	0	False	False	0.9880319237709045	0					non-mobilizable	chromosome	1466.0	100.0	99.0	0.00029739955051052237	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
USA0121_01_000000036325	1118	0.5169198804042916	2	2	1	2	1	False	160	fragment	False	USA0121_01_000000036325	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1118.0	99.64200000000001	100.0	0.00021859134026041527	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ENG0055_000000008319	2321	0.5169196187097814	3	3	2	3	2	False	63655	maximal	True	ENG0055_000000008319	1.0		34	10	False	False	0.9987074732780457	0					non-mobilizable	no_good_hit	66.0	83.333	3.0	0.0003931602218633375	NZ_SGWW01000005.1	high GC Gram+	Microcella putealis strain CV2 Ga0310588_15, whole genome shotgun sequence	True	False
CHI0073_000000004488	1854	0.5169181140765462	3	3	3	2	2	False	84791	fragment	False	CHI0073_000000004488	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1848.0	90.584	99.0	0.0007185741680380236	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0810_000000014841	1250	0.5169166794469156	2	2	2	2	1	False	125871	maximal	False	AST0010_000000022322	0.9402654867256637		0	0	False	False	0.9976000189781189	0					non-mobilizable	no_good_hit	463.0	74.73	37.0	0.0035326023243272817	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
ISR0840_000000016873	1117	0.5169158260174964	2	2	2	2	1	True	20775	fragment	False	ISR0840_000000016873	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0039_000000013600	1542	0.5169146515709393	3	3	2	2	1	True	73240	maximal	True	DEN0039_000000013600	1.0		3	3	False	False	0.9734111428260803	0					non-mobilizable	no_good_hit	915.0	99.781	59.0	0.0001777775357271578	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	True	True
ISR0217_000000011561	2056	0.5169119758362768	4	4	2	3	2	False	75346	fragment	False	ISR0217_000000011561	0.949966235087961		0	0	False	False	0.9980545043945312	0					non-mobilizable	no_good_hit								True	False
ISR0017_000000008238	4032	0.5169105240060804	4	4	4	4	4	False	99237	maximal	True	ISR0017_000000008238	0.9925529135092762		112	13	False	False	0.9995039701461792	0					non-mobilizable	no_good_hit	1788.0	79.362	44.0	0.0006042233947210137	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0029_000000009019	2683	0.5169085571477389	3	3	1	3	3	True	124588	fragment	False	ENG0029_000000009019	0.9371919478915024		0	0	False	False	1.0	0					non-mobilizable	other	2711.0	92.291	100.0	0.14116294864427145	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0058_000000020933	1288	0.5169079384825438	2	2	2	2	2	False	38840	fragment	False	ISR0329_000000013230	0.9355443224618402		0	0	False	False	0.9984471797943115	0					non-mobilizable	other	1236.0	93.77	96.0	0.019401765796336443	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0164_000000015100	1818	0.5169079228972145	3	2	2	2	2	False	30286	fragment	False	ISR0164_000000015100	1.0		0	0	False	False	0.9961495995521545	0					non-mobilizable	no_good_hit	396.0	79.293	21.0	0.003369759240715747	NZ_AWEY01000023.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00011, whole genome shotgun sequence	True	False
CHI0164_000000008614	2686	0.5169047268531212	4	4	2	2	3	True	78408	maximal	True	CHI0164_000000008614	0.9566167301273003		924	14	False	False	0.9944154620170593	0					non-mobilizable	other	2690.0	98.29	100.0	0.0007467328701312406	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0796_000000006663	3367	0.5169037310966689	2	2	1	2	1	False	22509	maximal	False	ISR0773_000000003382	0.642056880206837		0	0	False	False	0.9994059801101685	0					non-mobilizable	other	3367.0	97.0	100.0	0.019332272719440824	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	False	False
ENG0060_000000012969	2291	0.5169033326451323	3	3	2	3	1	False	63337	fragment	False	ENG0060_000000012969	1.0		0	0	False	False	0.9969445466995239	0					non-mobilizable	other	2009.0	99.602	96.0	0.01167183994233832	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ENG0150_000000011052	1573	0.5168975725371661	2	2	2	2	2	False	57145	fragment	False	ENG0150_000000011052	1.0		0	0	False	False	0.9942784309387207	0					non-mobilizable	chromosome	1560.0	99.744	99.0	0.0003383832530025816	NC_004337.2	enterobacteria	Shigella flexneri 2a str. 301 chromosome, complete genome	False	False
ENG0007_000000006588	3960	0.5168959593455533	5	3	3	3	3	False	67540	maximal	True	ENG0007_000000006588	1.0		54	7	False	False	1.0	0					non-mobilizable	no_good_hit	1330.0	74.135	33.0	0.4963946869070209	KU546918.1	bacteria	Uncultured bacterium clone CX_05C_000_Contig_5 genomic sequence	True	False
FIJ0121_000000015295	1689	0.5168889610962495	2	2	2	2	2	False	123008	fragment	False	FIJ0121_000000015295	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0178_000000005070	2037	0.5168884388902071	4	3	2	3	0	True	77638	maximal	True	CHI0178_000000005070	1.0		7	1	False	False	0.9901816248893738	0					non-mobilizable	chromosome	1967.0	93.086	96.0	0.02205931955656495	CP043030.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome PxyII, complete sequence	False	True
SPA0001_000000004188	7737	0.5168881558114383	11	10	1	8	10	True	85500	fragment	False	SPA0001_000000004188	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	7737.0	98.281	100.0	0.059067863905686885	AP023221.1	enterobacteria	Escherichia coli M505 plasmid pM505-a DNA, complete genome	False	True
ISR0168_000000018139	1347	0.5168865060103587	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.6506163516757641		0	0	False	False	0.9962880611419678	0					non-mobilizable	no_good_hit	442.0	73.529	32.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
FIJ0165_000000006446	2618	0.5168863965468833	3	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.1131639404978312		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	60.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0131_000000003995	5857	0.5168776930628116	6	5	2	4	4	False	31702	maximal	True	ISR0131_000000003995	1.0		1	1	False	False	0.9970974922180176	0					non-mobilizable	no_good_hit	989.0	83.41799999999999	17.0	0.011232363819003699	NZ_VULP01000011.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq11, whole genome shotgun sequence	True	False
FIJ0003_000000016709	1401	0.5168756828774212	1	1	1	1	1	False	67262	fragment	False	ENG0010_000000014295	0.9375825627476883		0	0	False	False	0.9978586435317993	0					non-mobilizable	other	1401.0	96.146	100.0	0.032447967366615676	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0120_000000004199	5205	0.51687475155761	6	4	3	3	4	False	51799	maximal	False	FIJ0006_000000006451	0.9828021669646854		0	0	False	False	0.9998078942298889	0					non-mobilizable	no_good_hit	1584.0	73.10600000000001	30.0	0.0006595628185149307	CP017042.1	firmicutes	Selenomonas sp. oral taxon 920 strain W5150 chromosome, complete genome	True	False
MAD0011_000000006472	2145	0.5168738597601346	2	2	2	2	2	False	19720	maximal	True	MAD0011_000000006472	1.0		40	8	False	False	1.0	0					non-mobilizable	virus	1176.0	80.017	97.0	0.031174867767270395	MK232434.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_6-CL25_c9 sequence	False	False
FIJ0081_000000002595	9988	0.5168738305755529	21	6	3	5	0	False	44291	maximal	True	FIJ0081_000000002595	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	81.56	1.0	0.00234801263534857	NC_014457.1	viruses	Clostridium phage phiCTP1, complete genome	True	False
ENG0187_000000019508	1557	0.5168690457046998	1	1	1	1	1	False	56513	fragment	False	ISR0108_000000013548	0.4192432436946544		0	0	False	False	0.9993577599525452	0					non-mobilizable	no_good_hit	1073.0	79.31	79.0	0.00042280020297573824	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
DEN0034_000000006213	1339	0.5168690457046998	1	1	1	1	1	False	73533	maximal	True	DEN0034_000000006213	1.0		9	5	False	False	0.9977595210075378	0					non-mobilizable	other	1339.0	89.84299999999999	99.0	0.007038283838814871	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
FIJ0054_000000014890	1693	0.5168685635499197	3	1	1	1	1	False	46313	maximal	True	FIJ0054_000000014890	1.0		10	3	False	False	1.0	0					non-mobilizable	plasmid	851.0	99.882	100.0	0.009582215408202376	CP048027.1	enterobacteria	Escherichia coli strain GZEC065 plasmid pTET-GZEC065, complete sequence	False	True
ENG0148_000000004136	8747	0.5168666126983994	7	4	4	3	4	False	57329	maximal	True	ENG0148_000000004136	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	2297.0	74.314	26.0	0.021947660278237184	NZ_PUBV01000009.1	CFB group bacteria	Paramuribaculum intestinale strain DSM 100764 seq9, whole genome shotgun sequence	True	False
FIJ0120_000000020051	1273	0.516864600421039	2	1	1	1	1	False	41514	maximal	True	FIJ0120_000000020051	1.0		1	1	False	False	0.9858601689338684	0					non-mobilizable	no_good_hit								True	False
ENG0132_000000004436	4303	0.5168644665548693	3	3	2	1	3	False	129823	maximal	True	ENG0132_000000004436	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000027041	1265	0.5168629477801641	1	1	1	1	1	False	6832	maximal	True	SPA0042_000000027041	1.0		213	12	False	False	1.0	0					non-mobilizable	chromosome	1265.0	99.289	100.0	0.000243593763460049	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	False
DEN0072_000000010732	1558	0.516860908538039	3	1	1	1	1	False	70271	maximal	True	DEN0072_000000010732	1.0		112	11	False	False	0.9602053761482239	0					non-mobilizable	chromosome	1563.0	97.76100000000001	100.0	0.0003531792467259085	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
FIJ0162_000000008427	2668	0.5168601713244286	3	3	3	3	3	False	111641	fragment	False	FIJ0162_000000008427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	80.91199999999999	32.0	0.0013099485628999506	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ENG0031_000000018522	1192	0.5168597280550901	2	2	2	2	1	True	65662	maximal	True	ENG0031_000000018522	1.0		8	4	False	False	0.9865771532058716	0					non-mobilizable	no_good_hit	692.0	99.711	58.0	0.00022935954914086426	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	True
DEN0069_000000017977	1505	0.5168591725558676	3	2	2	2	2	False	126594	fragment	False	FIJ0088_000000017629	0.7838583738382812		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	370.0	76.21600000000001	24.0	8.995449187509401e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
ENG0018_000000005221	4105	0.5168576347032968	6	4	3	4	3	True	66630	maximal	True	ENG0018_000000005221	1.0		17	7	False	False	0.9973203539848328	0					non-mobilizable	no_good_hit	3203.0	94.536	81.0	0.010294709394968533	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0057_01_000000022084	1463	0.5168568432615203	2	2	2	2	2	False	10971	fragment	False	USA0057_01_000000022084	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	375.0	76.8	25.0	9.233721551104634e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CAN0018_000000030105	1108	0.5168562719745773	1	1	1	1	1	False	92007	fragment	False	CHI0003_000000011124	0.6294444444444444		0	0	False	False	0.9747292399406433	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	2.173274359789595e-05	NZ_LR215036.1	mycoplasmas	Mycoplasma citelli strain NCTC10181 chromosome 1	True	False
ISR0088_000000010254	2329	0.5168544990688777	3	3	3	3	2	False	39129	maximal	True	ISR0088_000000010254	1.0		1	1	False	False	0.9948475956916809	0					non-mobilizable	no_good_hit	924.0	83.009	40.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CHI0188_000000004234	3530	0.5168540848823328	4	4	4	4	2	False	128494	fragment	False	CHI0188_000000004234	0.9981175088199601		0	0	False	False	0.9900850057601929	0					non-mobilizable	other	3530.0	99.85799999999999	100.0	0.11543242182389114	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
DEN0052_000000001196	19252	0.5168540719950597	17	11	7	8	6	False	132416	maximal	True	DEN0052_000000001196	1.0		15	7	False	False	0.9989091753959656	0					non-mobilizable	no_good_hit	1060.0	99.245	6.0	0.024199076824642382	NZ_NFIG01000032.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_32, whole genome shotgun sequence	True	False
ISR0083_000000011730	2215	0.5168529930439888	4	2	2	2	1	False	34105	maximal	True	ISR0083_000000011730	1.0		63	9	False	False	0.9995485544204712	0					non-mobilizable	no_good_hit	779.0	90.62899999999999	35.0	0.009189819774777992	NZ_JH379436.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld858, whole genome shotgun sequence	True	False
ISR0321_000000000251	20763	0.5168477073806154	21	12	6	10	8	True	109380	fragment	False	ISR0321_000000000251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	11746.0	96.288	62.0	0.0051853232040564206	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ISR0850_000000009265	1645	0.5168475270343419	3	2	0	2	1	False	20572	fragment	False	ISR0850_000000009265	1.0		0	0	False	False	0.9854103326797485	0					non-mobilizable	other	1627.0	99.87700000000001	99.0	0.0808914979354261	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	False	False
USA0052_01_000000008636	1817	0.5168461180469847	2	1	1	1	1	False	1082	maximal	True	USA0052_01_000000008636	1.0		62	9	False	False	0.9994496703147888	0					non-mobilizable	other	1453.0	90.365	100.0	0.0008388353561287372	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
SPA0020_000000005395	4937	0.5168445652555477	9	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.7718205820705383	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	302.0	81.788	6.0	0.0009644431076645438	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ENG0160_000000005176	4226	0.5168445652555477	8	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.3490131820994376	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	215.0	87.44200000000001	5.0	0.0006996299153905504	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
ENG0112_000000006510	4158	0.5168445652555477	8	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.32974668319159506	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	215.0	87.44200000000001	5.0	0.0006996299153905504	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	True
CHI0053_000000002406	4887	0.5168413404778467	5	5	5	3	3	False	121548	fragment	False	CHI0053_000000002406	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2871.0	95.29799999999999	79.0	0.000546420052261788	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	True	False
ISR0255_000000020211	1627	0.5168405508488808	2	2	1	2	1	False	26883	maximal	True	ISR0255_000000020211	1.0		10	3	False	False	0.9821757674217224	0					non-mobilizable	no_good_hit								True	False
ENG0064_000000003126	7298	0.5168392580641376	8	4	4	4	3	False	73495	maximal	True	ENG0064_000000003126	1.0		5	4	False	False	0.9998629689216614	0					non-mobilizable	no_good_hit	1529.0	76.128	21.0	0.0005075839709828919	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0107_000000016624	1538	0.5168381601631062	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.26974956403876005	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1241.0	85.012	96.0	0.014568957368371301	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0166_000000010485	2650	0.5168377546035262	3	2	2	2	1	True	74326	maximal	True	ENG0166_000000010485	1.0		3	3	False	False	0.993584930896759	0					non-mobilizable	no_good_hit								True	True
TAN0008_000000004778	3301	0.5168349430053638	2	2	2	1	2	False	2769	maximal	True	TAN0008_000000004778	1.0		5	1	False	False	0.9987882375717163	0					non-mobilizable	no_good_hit	907.0	71.665	27.0	0.00023563400109420242	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
ISR0229_000000009118	1770	0.5168343439343193	2	1	1	1	1	False	27570	maximal	True	ISR0229_000000009118	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	851.0	94.007	48.0	0.9758897818599311	GQ883584.1		Uncultured organism clone VC1DD15TR genomic sequence	True	False
ENG0070_000000018912	1375	0.5168343439343193	1	1	1	1	1	False	62324	maximal	True	ENG0070_000000018912	1.0		2	2	False	False	0.9985454678535461	0					non-mobilizable	no_good_hit	431.0	78.422	31.0	0.0014058835399155148	NZ_LFVU01000024.1	firmicutes	Clostridium cylindrosporum DSM 605 CLCY_4c, whole genome shotgun sequence	True	False
ISR0054_000000021720	1217	0.5168343439343193	1	1	1	1	1	False	35685	maximal	True	ISR0054_000000021720	1.0		0	0	False	False	0.9942481517791748	0					non-mobilizable	no_good_hit	414.0	78.744	34.0	0.0002917361446782465	NZ_LN879456.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	False
SPA0149_000000034036	1193	0.5168343439343193	2	1	1	1	1	False	3277	maximal	True	SPA0149_000000034036	1.0		2	1	False	False	0.967309296131134	0					non-mobilizable	no_good_hit	414.0	78.744	34.0	0.0002917361446782465	NZ_LN879456.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	False
SPA0156_000000000488	14931	0.5168342586181209	19	8	5	8	4	False	105226	fragment	False	AST0150_000000001159	0.98472167520021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	1.1407364594582262e-05	CP017459.1	firmicutes	Staphylococcus nepalensis strain JS9 chromosome, complete genome	True	False
ISR0214_000000008502	3203	0.5168321135578909	5	5	3	5	4	False	28231	maximal	True	ISR0214_000000008502	1.0		2	2	False	False	0.9984389543533325	0					non-mobilizable	no_good_hit	1751.0	76.471	53.0	0.0004527797356967435	NZ_LT575472.1	firmicutes	Clostridium nigeriense strain Marseille-P2414T, whole genome shotgun sequence	True	False
CHI0179_000000002283	6153	0.5168300797228557	7	5	2	2	5	False	109257	fragment	False	CHI0179_000000002283	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6154.0	99.561	100.0	0.040170901085117366	CP056626.1	enterobacteria	Escherichia coli strain RHBSTW-00304 plasmid pRHBSTW-00304_2, complete sequence	False	True
DEN0094_000000006290	4848	0.5168277149687847	5	5	5	5	3	True	68393	fragment	False	DEN0094_000000006290	1.0		0	0	False	False	0.9995874762535095	0					non-mobilizable	no_good_hit	2437.0	79.155	50.0	0.003908083178250667	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	True
ETH0004_000000009695	2928	0.5168273942422447	2	1	0	1	0	True	52918	maximal	False	ISR0039_000000011890	0.9977284140159421		0	0	True	True	1.0	26					non-mobilizable	no_good_hit	298.0	83.89299999999999	10.0	0.054953413196425174	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	True	True
ENG0111_000000006375	3296	0.5168272598883874	4	3	3	2	2	False	77195	maximal	True	ENG0111_000000006375	1.0		77	10	False	False	0.999089777469635	0					non-mobilizable	no_good_hit	130.0	76.154	4.0	2.889239861307458e-05	NZ_LT800497.1	firmicutes	Oceanobacillus timonensis strain Marseille-P3532, whole genome shotgun sequence	True	False
AST0094_000000009639	2304	0.5168263782325639	5	2	2	2	2	False	117015	fragment	False	AST0094_000000009639	0.9271336388565593		0	0	False	False	0.9995659589767456	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
ISR0227_000000012624	2102	0.5168263782325639	4	2	2	2	2	False	117015	fragment	False	AST0094_000000009639	0.7061602672595632		0	0	False	False	0.9990485310554504	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.603085163001698e-05	NZ_JRTT01000001.1	high GC Gram+	Actinoplanes utahensis strain NRRL 12052 contig1, whole genome shotgun sequence	True	False
AUS0008_000000008885	2650	0.5168249205622256	3	3	2	3	1	False	101857	maximal	True	AUS0008_000000008885	1.0		10	5	False	False	0.999622642993927	0					non-mobilizable	no_good_hit	257.0	100.0	21.0	0.0018384465126967712	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0077_000000030113	1483	0.5168238239084946	2	1	1	1	1	False	76270	maximal	True	MON0077_000000030113	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	91.083	18.0	4.1347347327587565e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0178_000000018560	1241	0.5168238239084946	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.27776587621604976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	73.303	35.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
ETH0002_000000001748	14213	0.5168231232706697	13	7	3	6	3	True	53392	fragment	False	MON0013_000000001751	0.9607076733182474		0	0	False	False	0.9989446401596069	0					non-mobilizable	no_good_hit								True	True
FIJ0063_000000006184	4036	0.5168207518919813	5	3	1	3	1	False	45634	maximal	True	FIJ0063_000000006184	1.0		39	8	False	False	1.0	0					non-mobilizable	no_good_hit	2159.0	96.897	53.0	0.12586759988334792	NZ_PYLP01000028.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_27, whole genome shotgun sequence	True	False
SPA0108_000000007784	3842	0.5168207518919813	5	3	1	3	1	False	45634	maximal	False	FIJ0063_000000006184	0.975966303270565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2150.0	96.977	56.0	0.1253426655001458	NZ_PYLP01000028.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_27, whole genome shotgun sequence	True	False
USA0032_01_000000010021	2333	0.5168207456128868	4	2	2	1	1	False	73269	fragment	False	USA0032_01_000000010021	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2062.0	81.765	95.0	0.00038907396391415274	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
MON0058_000000024983	2013	0.5168207456128868	4	2	2	1	1	False	73268	fragment	False	MON0058_000000024983	1.0		0	0	False	False	0.9880775213241577	0					non-mobilizable	other	1723.0	83.92299999999999	94.0	0.00032670769616909	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
FIJ0135_000000016622	1711	0.5168135637673539	2	2	1	2	2	False	40595	fragment	False	FIJ0135_000000016622	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0001762007473342042	AC235815.1	carnivores	Felis catus BAC clone FCAB-49H12 from chromosome unknown, complete sequence	True	False
AST0055_000000001451	15399	0.5168115306526795	21	5	2	5	3	False	114011	maximal	True	AST0055_000000001451	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	100.0	5.0	0.00015595626847088938	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0042_000000003292	6751	0.5168061372145728	10	4	3	4	1	False	52091	fragment	False	FIJ0042_000000003292	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	1.5107465916905708e-06	CP025657.1	eudicots	Ipomoea trifida cultivar NCNSP0306 chromosome 14	True	False
SPA0056_000000026200	1366	0.5168041524865729	3	2	1	1	2	False	6364	maximal	True	SPA0056_000000026200	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1371.0	87.309	99.0	0.0036510525906937	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
ISR0285_000000004874	3123	0.5167994498440477	6	5	4	3	3	True	129446	fragment	False	ISR0232_000000006817	0.6985394435655715		0	0	False	False	1.0	0					non-mobilizable	other	3123.0	98.20700000000001	100.0	0.0009712489166001435	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
FIJ0015_000000015173	2019	0.5167993414879883	4	4	4	3	0	True	50348	fragment	False	FIJ0015_000000015173	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	91.304	2.0	0.0006184971892738843	NZ_LZYT01000021.1	firmicutes	Clostridium felsineum DSM 794 CLFE_contig000021, whole genome shotgun sequence	True	True
ISR0244_000000011296	2170	0.5167989325452771	2	2	2	2	2	False	27190	fragment	False	ISR0244_000000011296	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2171.0	97.835	100.0	0.00709614855390583	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	False	False
AUS0014_000000015031	1908	0.5167969755040309	2	2	2	2	2	False	114680	maximal	True	AUS0014_000000015031	1.0		149	8	False	False	0.99895179271698	0					non-mobilizable	chromosome	1909.0	92.928	99.0	0.0006007666236001681	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0140_000000006089	4760	0.516796526688956	5	4	4	3	1	True	31266	maximal	True	ISR0140_000000006089	1.0		2	2	False	False	0.99306720495224	0					non-mobilizable	no_good_hit	2805.0	98.146	59.0	0.0005287928060039482	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	True
ISR0835_000000010691	1418	0.5167959474151371	1	1	1	1	1	False	20946	maximal	True	ISR0835_000000010691	1.0		483	12	False	False	0.9992947578430176	0					non-mobilizable	other	1418.0	99.788	100.0	0.002413438954641995	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	False	False
ISR0310_000000014252	1280	0.5167958038810792	3	2	2	1	1	False	25317	maximal	True	ISR0310_000000014252	1.0		80	8	False	False	0.9820312261581421	0					non-mobilizable	other	1281.0	98.985	100.0	0.02378563199167503	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	False	False
ISR0199_000000014150	2148	0.5167940581179565	3	3	3	3	3	False	28810	maximal	False	ISR0385_000000010344	0.9907149489322191		0	0	False	False	1.0	0					non-mobilizable	other	2148.0	99.395	100.0	0.051042483893207806	NZ_CYYV01000021.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0167_000000018685	1508	0.5167905643644393	4	4	3	3	2	False	30172	maximal	True	ISR0167_000000018685	1.0		0	0	False	False	0.98209547996521	0					non-mobilizable	no_good_hit	874.0	99.314	58.0	0.01139285108382163	NZ_QRHR01000011.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf11, whole genome shotgun sequence	True	False
MON0096_000000001925	12080	0.5167900803130421	16	5	1	5	1	False	9285	maximal	True	MON0096_000000001925	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	1.0	0.297029702970297	NZ_ATDK01000210.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig210, whole genome shotgun sequence	True	False
MAD0063_000000005746	2138	0.5167881951954556	3	2	2	2	1	False	16716	maximal	True	MAD0063_000000005746	1.0		0	0	False	False	0.9939195513725281	0					non-mobilizable	no_good_hit								True	False
ISR0342_000000007414	2186	0.5167848663045593	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.1900711706965262		0	0	False	False	1.0	0					non-mobilizable	other	2186.0	98.49	100.0	0.004566773378053141	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0284_000000010302	1400	0.5167840939889471	3	2	2	1	1	False	59502	fragment	False	ISR0284_000000010302	1.0		0	0	False	False	0.9992856979370117	0					non-mobilizable	other	1400.0	99.286	100.0	0.04305940289319791	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
ISR0127_000000001146	14195	0.516783245770792	16	7	3	6	3	False	31924	maximal	True	ISR0127_000000001146	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	742.0	73.45	5.0	0.005190631687288506	CP026601.1	firmicutes	Clostridiaceae bacterium 14S0207 plasmid unnamed1, complete sequence	True	False
ENG0035_000000012571	1768	0.5167799675477288	4	2	1	2	1	False	115173	maximal	True	ENG0035_000000012571	1.0	PS748	29	6	False	True	1.0	0					non-mobilizable	no_good_hit	1495.0	96.25399999999999	88.0	0.0005897054280980595	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ISR0391_000000009691	1586	0.5167796266521847	2	2	2	1	1	False	129896	fragment	False	ISR0391_000000009691	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	99.545	83.0	0.018379071842927263	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0038_000000020858	1637	0.5167790272917511	2	2	2	2	2	False	60428	maximal	False	SPA0136_000000025984	0.9744236758367301		0	0	False	False	0.9926695227622986	0					non-mobilizable	other	1637.0	98.53399999999999	100.0	0.02900400666595752	NZ_JAAIPV010000028.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_28_length_56406_cov_119.209, whole genome shotgun sequence	False	False
MON0005_000000021321	2502	0.5167790270065004	4	4	4	3	2	False	80053	fragment	False	MON0005_000000021321	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2502.0	99.48	100.0	0.0006275417825900187	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0012_000000010462	2293	0.5167768401082278	1	1	1	1	0	False	50802	maximal	True	FIJ0012_000000010462	1.0		22	8	False	False	0.9978194236755371	0					non-mobilizable	no_good_hit	1423.0	81.377	62.0	0.0005177967510720439	CP021849.1	firmicutes	Enterococcus faecium strain 16-346 chromosome, complete genome	True	False
FIJ0130_000000015244	1352	0.5167761341854321	2	2	2	2	2	False	53022	fragment	False	FIJ0111_000000013429	0.5115306923061215		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	97.755	95.0	0.022578219276307734	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ENG0105_000000007345	2884	0.5167746388415712	3	3	2	2	2	False	60172	maximal	True	ENG0105_000000007345	1.0		2	2	False	False	0.9857836365699768	0					non-mobilizable	no_good_hit	675.0	95.111	23.0	0.0001876326686849706	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0131_000000006038	3830	0.5167737267955532	5	3	3	3	1	False	3775	maximal	True	SPA0131_000000006038	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	3201.0	99.969	84.0	0.2299015733888929	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0362_000000005920	3778	0.5167718800167873	4	4	3	3	3	True	120783	fragment	False	ISR0362_000000005920	1.0		0	0	False	False	0.9978824853897095	0					non-mobilizable	other	3777.0	93.196	100.0	0.00139877688691958	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ISR0780_000000001908	5650	0.5167687824583563	5	4	4	3	4	False	77513	maximal	True	ISR0780_000000001908	1.0		41	8	False	False	0.9982300996780396	0					non-mobilizable	other	5650.0	98.44200000000001	100.0	0.007822875367151679	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
SPA0040_000000006512	5389	0.5167656249993883	4	3	3	3	3	False	6975	fragment	False	SPA0040_000000006512	1.0		0	0	False	False	0.9990721940994263	0					non-mobilizable	no_good_hit	654.0	71.56	12.0	0.0024472020965006936	NZ_JWID01000003.1	firmicutes	Defluviitalea phaphyphila strain Alg1 scaffold3, whole genome shotgun sequence	True	False
SPA0095_000000011367	1729	0.5167633055735747	5	5	5	5	3	False	41275	fragment	False	SPA0095_000000011367	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1729.0	99.884	100.0	0.0003447364352297495	CP049101.1	enterobacteria	Escherichia coli strain EC28 chromosome, complete genome	False	False
TAN0004_000000002832	1870	0.5167603974657531	3	2	1	2	1	False	2959	maximal	True	TAN0004_000000002832	1.0		7	2	False	False	0.9994652271270752	0					non-mobilizable	no_good_hit	51.0	100.0	3.0	0.0006692634086923931	NZ_VZBY01000034.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_15_length_74709_cov_26.0462_ID_29, whole genome shotgun sequence	True	False
DEN0093_000000006038	5171	0.5167565562048007	6	5	2	5	5	False	112124	fragment	False	DEN0093_000000006038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	85.117	8.0	0.00015039559779381542	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
MON0024_000000010369	4161	0.5167564025994973	6	3	1	2	2	False	12949	maximal	True	MON0024_000000010369	1.0		3	2	False	False	0.9995193481445312	0					non-mobilizable	no_good_hit	49.0	87.755	1.0	0.000106153356215279	NZ_GL876934.1	a-proteobacteria	Novosphingobium nitrogenifigens DSM 19370 scaffold00012, whole genome shotgun sequence	True	False
CHI0100_000000000825	3600	0.5167548665222242	6	4	3	4	2	True	83339	maximal	True	CHI0100_000000000825	1.0		5	2	False	False	0.9950000047683716	0					non-mobilizable	no_good_hit								True	True
FIJ0110_000000010717	1572	0.5167534900861276	2	2	2	1	1	False	42108	maximal	True	FIJ0110_000000010717	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	632.0	95.57	66.0	0.00398799178385211	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	False
TAN0017_000000020788	1799	0.5167518604670231	4	4	4	3	3	False	2459	maximal	True	TAN0017_000000020788	1.0		4	2	False	False	0.9955530762672424	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00011392743215424988	NZ_LQPM01000036.1	high GC Gram+	Mycobacterium paraense strain IEC26 contig_41, whole genome shotgun sequence	True	False
MAD0111_000000000313	31021	0.5167517966537297	30	9	5	9	2	True	16351	maximal	True	MAD0111_000000000313	1.0		1	1	False	False	0.9952934980392456	0					non-mobilizable	no_good_hit	75.0	90.667	0.0	0.0004679547173681714	NZ_VULP01000004.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq4, whole genome shotgun sequence	True	True
ISR0222_000000029894	1555	0.5167509167508286	3	2	1	2	0	True	27863	maximal	True	ISR0222_000000029894	1.0		0	0	False	False	0.9974276423454285	0					non-mobilizable	no_good_hit	544.0	99.632	35.0	0.00022982647253255627	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
MAD0102_000000001189	11035	0.5167507593548382	6	6	1	4	5	True	15052	fragment	False	MAD0102_000000001189	0.9973865199449794		0	0	False	False	0.999818742275238	0			MPF_F		non-mobilizable	plasmid	11043.0	90.383	100.0	0.048253457450297105	MF072964.1	enterobacteria	Citrobacter freundii strain P10159 plasmid pP10159-4, complete sequence	False	True
MAD0105_000000002159	10905	0.5167507593548382	6	6	1	4	5	True	15052	fragment	False	MAD0102_000000001189	0.9915269596737653		0	0	False	False	0.9988995790481567	0			MPF_F		non-mobilizable	plasmid	10856.0	90.291	100.0	0.04743582456309109	MF072964.1	enterobacteria	Citrobacter freundii strain P10159 plasmid pP10159-4, complete sequence	False	True
MAD0064_000000005804	3306	0.5167423436499435	5	4	3	2	4	False	47391	fragment	False	MAD0064_000000005804	0.9706300226323551		0	0	False	False	0.9996975064277649	0					non-mobilizable	other	2727.0	84.12200000000001	94.0	0.0008405876273714246	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0159_000000007040	3271	0.5167423436499435	5	4	3	2	4	False	47391	fragment	False	MAD0064_000000005804	0.9582091969697478		0	0	False	False	0.999694287776947	0					non-mobilizable	no_good_hit	2705.0	84.73200000000001	82.0	0.0008349878578330509	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0066_000000004115	7057	0.5167413801100964	10	5	5	2	3	True	45382	fragment	False	FIJ0066_000000004115	1.0		0	0	False	False	0.9998583197593689	0					non-mobilizable	no_good_hit	625.0	98.24	9.0	0.00017371333124543273	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
FIJ0092_000000024402	1498	0.5167408371101944	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.8331343116688577	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1496.0	96.324	99.0	0.0005893099180859214	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
AST0087_000000007015	4652	0.5167398052567082	7	5	4	2	2	True	111033	maximal	True	AST0087_000000007015	1.0		2	1	False	False	0.995270848274231	0					non-mobilizable	no_good_hit	168.0	99.405	4.0	0.0022800502430233194	NZ_CYZO01000014.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
SPA0117_000000023600	1594	0.5167393774446184	3	2	2	1	2	False	4297	maximal	True	SPA0117_000000023600	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	3.0	0.00023475791305941092	NZ_FUWW01000002.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
USA0044_01_000000007740	3801	0.5167364522212972	5	4	4	4	4	False	86560	maximal	True	USA0044_01_000000007740	1.0		224	12	False	False	0.9994738101959229	0					non-mobilizable	no_good_hit	2884.0	98.301	76.0	0.0008020322232661725	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0104_000000005710	4976	0.5167353966901346	8	3	3	3	3	False	60261	maximal	True	ENG0104_000000005710	1.0		17	6	False	False	0.9967845678329468	0					non-mobilizable	no_good_hit	2556.0	100.0	51.0	0.00046924541663850584	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0008_000000005540	2229	0.516735245091654	3	3	3	2	2	False	117032	fragment	False	ISR0008_000000005540	1.0		0	0	False	False	0.9892328381538391	0					non-mobilizable	other	2229.0	98.87799999999999	100.0	0.01891309145854909	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0037_000000019408	1258	0.5167347841308997	1	1	1	1	1	False	36673	fragment	False	ISR0037_000000019408	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	82.95	100.0	0.03805893386579536	KJ631405.1	bacteria	Uncultured bacterium Lq_025_E06 genomic sequence	False	False
ISR0293_000000025999	1346	0.5167347057646124	3	2	2	1	2	False	25810	maximal	True	ISR0293_000000025999	1.0		27	6	False	False	0.98959881067276	0					non-mobilizable	no_good_hit	95.0	80.0	7.0	2.355476174870551e-05	CP053032.1	g-proteobacteria	Halomonas sp. PGE1 chromosome, complete genome	True	False
ENG0157_000000006456	3790	0.5167324663379856	13	3	1	3	2	True	56639	maximal	True	ENG0157_000000006456	1.0		4	4	False	False	0.9992084503173828	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.0003956739646531258	NZ_OFSM01000021.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
AST0025_000000029882	1296	0.516732327629558	2	1	1	1	1	False	119845	fragment	False	AST0025_000000029882	1.0		0	0	False	False	0.9992284178733826	0					non-mobilizable	other	1123.0	94.835	100.0	0.0019522262351317056	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
MON0023_000000016766	1383	0.516732013183827	2	2	2	2	2	True	12970	fragment	False	MON0023_000000016766	1.0		0	0	False	False	0.9956616163253784	0					non-mobilizable	no_good_hit	384.0	72.396	27.0	0.035200148602210456	NZ_DF970178.1	g-proteobacteria	Mizugakiibacter sediminis strain skMP5, whole genome shotgun sequence	True	True
SPA0031_000000024735	1352	0.5167319567869699	2	2	1	2	2	False	7269	maximal	True	SPA0031_000000024735	0.9928853754940712		320	11	False	False	1.0	0					non-mobilizable	other	1352.0	98.595	100.0	0.004804136322257624	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
SPA0136_000000033798	1265	0.5167319567869699	2	2	1	2	2	False	7269	maximal	False	SPA0031_000000024735	0.9611686390532544		0	0	False	False	0.9984189867973328	0					non-mobilizable	other	1265.0	99.921	100.0	0.0044947655894401455	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0188_000000007693	2815	0.5167301881948332	2	2	2	2	1	False	76681	maximal	False	ENG0041_000000007667	0.24173223197674348		0	0	False	True	1.0	0					non-mobilizable	other	2815.0	99.325	100.0	0.06078219533275713	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
MAD0035_000000006058	3767	0.5167273640527767	3	3	3	3	2	False	123209	maximal	True	MAD0035_000000006058	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	1253.0	96.329	33.0	0.004805570162475866	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
ISR0132_000000011103	2488	0.5167270086056045	4	4	4	3	2	False	31599	maximal	True	ISR0132_000000011103	1.0		26	6	False	False	0.9987941980361938	0					non-mobilizable	no_good_hit	541.0	75.601	21.0	0.0010812477558530395	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0148_000000011962	3158	0.5167244464102336	4	3	2	3	2	False	57317	fragment	False	ENG0148_000000011962	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3159.0	98.86	100.0	0.04511106349546461	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
ISR0346_000000005252	3748	0.5167243943582975	6	3	3	3	2	True	128884	maximal	True	ISR0346_000000005252	1.0	PS1059	3	1	False	True	1.0	0					non-mobilizable	no_good_hit	1304.0	91.104	35.0	0.017913404785162967	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
AST0113_000000019043	1984	0.5167175705722913	2	2	2	2	2	False	106573	fragment	False	AST0113_000000019043	1.0		0	0	False	False	0.9984878897666931	0					non-mobilizable	no_good_hit	1220.0	76.23	61.0	0.028502552467385138	NZ_CACVNJ010000016.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
USA0073_01_000000003739	5286	0.5167172266533132	5	3	2	2	2	False	96112	fragment	False	USA0073_01_000000003739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4120.0	96.48100000000001	80.0	0.0062859776457876776	NZ_KB905473.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.2, whole genome shotgun sequence	True	False
CAN0012_000000008019	6894	0.5167166947939834	8	8	4	7	6	False	113643	maximal	True	CAN0012_000000008019	1.0		22	5	False	False	0.9982593655586243	0					non-mobilizable	no_good_hit	2583.0	98.103	53.0	0.004318000140477154	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	False
MAD0083_000000008321	1258	0.516713049178517	2	2	1	1	2	True	74230	fragment	False	MON0052_000000022249	0.8368644967448191		0	0	False	False	1.0	0					non-mobilizable	other	1259.0	93.963	100.0	0.020752162715446082	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
USA0034_01_000000014794	3785	0.5167076783532707	5	4	1	1	4	False	111182	maximal	True	USA0034_01_000000014794	0.9939276842395804		87	10	False	False	1.0	0					non-mobilizable	no_good_hit	2453.0	97.554	66.0	0.0026545029037011356	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
ISR0344_000000023961	1458	0.5167067101880879	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.5004957332046266		0	0	False	False	0.9993141293525696	0					non-mobilizable	no_good_hit	915.0	74.317	79.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0092_000000024596	1487	0.5167041316844212	2	2	2	2	1	False	43286	maximal	True	FIJ0092_000000024596	1.0		50	6	False	False	0.9986550211906433	0					non-mobilizable	no_good_hit	41.0	90.244	3.0	0.0014473350942576981	NZ_HG529235.1	firmicutes	[Clostridium] dakarense strain 1, whole genome shotgun sequence	True	False
SPA0039_000000017455	1586	0.5167031015599817	2	2	2	1	1	False	6995	maximal	True	SPA0039_000000017455	1.0		2	1	False	False	0.9691046476364136	0					non-mobilizable	no_good_hit	667.0	84.55799999999999	42.0	0.004091794227119229	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	True	False
FIJ0159_000000006047	3717	0.5167020791073886	4	3	3	3	3	False	76854	fragment	False	FIJ0159_000000006047	0.9970230040595399		0	0	False	False	0.9997309446334839	0					non-mobilizable	no_good_hit	1204.0	74.003	32.0	0.005121499874025872	NZ_QSBM01000008.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf8, whole genome shotgun sequence	True	False
ISR0120_000000008025	3695	0.5167020791073886	4	3	3	3	3	False	76854	fragment	False	FIJ0159_000000006047	0.9940812483185365		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	73.689	32.0	0.005121499874025872	NZ_QSBM01000008.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf8, whole genome shotgun sequence	True	False
AUS0016_000000008722	3092	0.5167019902535543	5	3	3	3	1	True	100581	fragment	False	AUS0016_000000008722	1.0		0	0	False	False	0.9993531703948975	0					non-mobilizable	no_good_hit	153.0	81.046	5.0	0.006825156886995557	NZ_JH604937.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld388, whole genome shotgun sequence	True	True
USA0010_01_000000008289	3280	0.5167009302042149	3	3	3	3	2	False	32149	maximal	True	USA0010_01_000000008289	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	76.541	20.0	0.00025779376967142233	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
ENG0138_000000014307	1374	0.5167005763908405	2	1	1	1	1	False	57901	maximal	True	ENG0138_000000014307	1.0		5	3	False	False	0.9919942021369934	0					non-mobilizable	no_good_hit								True	False
MON0035_000000013254	2133	0.5167003958948314	2	2	2	2	2	False	12204	maximal	True	MON0035_000000013254	1.0		282	12	False	False	0.9864041209220886	0					non-mobilizable	other	2047.0	71.08	94.0	0.0004553250812465023	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
ISR0073_000000005594	4605	0.516695784847355	6	4	4	4	4	False	34808	maximal	True	ISR0073_000000005594	1.0		1	1	False	False	0.9969598054885864	0					non-mobilizable	no_good_hit	361.0	71.191	8.0	0.00012500783512281046	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0144_000000012298	1507	0.5166891738780386	2	2	2	1	1	False	3377	fragment	False	SPA0144_000000012298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	79.245	7.0	3.384342356204934e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0211_000000010024	2238	0.5166885250954351	2	1	1	0	1	False	28411	maximal	True	ISR0211_000000010024	1.0		116	11	False	False	0.9995531439781189	0					non-mobilizable	other	2240.0	87.009	100.0	0.43085516178736516	NZ_GL882588.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld8, whole genome shotgun sequence	False	False
USA0025_01_000000009094	1701	0.516687817899101	3	2	1	1	2	False	1651	maximal	True	USA0025_01_000000009094	1.0		383	10	False	False	0.9911816716194153	0					non-mobilizable	other	1010.0	100.0	99.0	0.0003045870385385618	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
FIJ0163_000000003674	6710	0.5166846893598931	8	6	4	5	5	False	39181	maximal	True	FIJ0163_000000003674	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	175.0	76.0	3.0	2.042014689683813e-05	CP009280.1	firmicutes	Paenibacillus sp. FSL P4-0081, complete genome	True	False
USA0125_01_000000014166	1664	0.5166844537889524	3	2	1	2	2	False	67522	maximal	False	USA0036_01_000000018383	0.9581005636888782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	688.0	89.244	77.0	0.00022143268559169423	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0103_000000000670	2762	0.5166807408234643	3	3	3	3	3	False	91883	fragment	False	CHI0103_000000000670	1.0		0	0	False	False	0.9934830069541931	0					non-mobilizable	other	2685.0	98.92	97.0	0.011583544806394255	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ENG0087_000000016096	1630	0.5166789361281423	2	2	2	2	2	False	118723	maximal	True	ENG0087_000000016096	0.9939024390243902		46	8	False	False	0.974846601486206	0					non-mobilizable	other	1630.0	98.65	100.0	0.0007563896116921396	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
MON0048_000000027411	1487	0.516673481229348	2	2	2	1	1	False	34072	maximal	False	ISR0814_000000025769	0.9550842170929507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	97.368	3.0	1.3102804247999963e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0222_000000008827	7050	0.5166601369101811	12	2	1	2	2	False	27905	maximal	True	ISR0222_000000008827	1.0		1	1	False	False	0.9998581409454346	0					non-mobilizable	no_good_hit	1221.0	87.79700000000001	17.0	0.14059611829944546	MK231669.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.K05_2-CL12_c3 sequence	True	False
DEN0051_000000018638	2427	0.5166570690649119	4	1	1	1	1	False	72563	maximal	True	DEN0051_000000018638	1.0		2	2	False	False	0.9909353256225586	0					non-mobilizable	no_good_hit								True	False
ENG0070_000000006841	3490	0.5166561939116813	4	3	3	2	2	False	86946	maximal	True	ENG0070_000000006841	1.0		45	7	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	99.899	63.0	0.00027492210540346903	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AUS0008_000000005481	3888	0.5166517481374752	10	2	1	2	2	False	101886	maximal	True	AUS0008_000000005481	1.0		1	1	False	False	0.9897119402885437	0					non-mobilizable	no_good_hit	396.0	95.20200000000001	12.0	0.0012478923954771044	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ISR0151_000000005170	3366	0.5166517481374752	6	2	1	2	2	False	30779	maximal	True	ISR0151_000000005170	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	5.0	0.00025719919601436506	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	True	False
ISR0845_000000005872	1749	0.5166507176717501	3	2	2	1	1	False	94771	fragment	False	CAN0009_000000014699	0.9034781487169948		0	0	False	False	1.0	0					non-mobilizable	plasmid	1755.0	91.339	100.0	0.009681904033942052	CP017026.1	e-proteobacteria	Campylobacter coli plasmid pCC14983A-1, complete sequence	False	True
ISR0372_000000012135	1452	0.5166507176717501	2	2	2	1	1	False	23450	fragment	False	ISR0372_000000012135	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	85.412	100.0	0.00040294138882872077	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
MON0049_000000009353	2288	0.5166475683308824	3	3	3	3	3	False	11363	fragment	False	MON0049_000000009353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	87.411	51.0	0.013993958005642524	NZ_JXQL01000064.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig64, whole genome shotgun sequence	True	False
ISR0814_000000019535	2071	0.5166470564295214	2	2	2	2	2	False	21532	maximal	False	MON0043_000000012694	0.9663307375171781		0	0	False	False	1.0	0					non-mobilizable	other	2072.0	99.662	100.0	0.001882990891452076	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0068_000000010529	2998	0.5166467439899571	5	3	3	2	2	True	48556	fragment	False	FIJ0048_000000010326	0.9815364325750082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	85.93799999999999	30.0	0.12260010970927043	NZ_VZBY01000032.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_52_length_7292_cov_40.6662_ID_103, whole genome shotgun sequence	True	True
SPA0062_000000022449	1417	0.5166459923793207	2	2	2	2	2	False	73897	fragment	False	SPA0062_000000022449	1.0		0	0	False	False	0.9992942810058594	0					non-mobilizable	no_good_hit	389.0	78.406	27.0	0.0011050862597124485	NZ_CABJAT010000008.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	False
MON0107_000000034518	1751	0.5166443746451459	2	2	2	2	2	True	105474	fragment	False	MON0107_000000034518	1.0		0	0	False	False	0.9782981276512146	0					non-mobilizable	no_good_hit	1549.0	73.983	86.0	0.05554748765611386	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
AST0140_000000018569	1553	0.5166443746451459	2	2	2	2	2	True	105473	fragment	False	AST0140_000000018569	1.0		0	0	False	False	0.996136486530304	0					non-mobilizable	other	1550.0	73.87100000000001	97.0	0.05554748765611386	NZ_CYXV01000022.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	True
CAN0006_000000014117	3197	0.5166439209422656	3	2	2	2	2	False	95719	maximal	True	CAN0006_000000014117	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	1556.0	80.848	48.0	0.0005298521657621595	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0074_000000007895	4071	0.5166432866580243	3	3	3	3	3	False	44664	fragment	False	ISR0386_000000008332	0.9637115839243499		0	0	False	False	0.9997543692588806	0					non-mobilizable	other	4089.0	89.484	99.0	0.005657009360030909	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
ISR0777_000000007806	2204	0.5166422749886248	4	2	2	2	2	False	126281	fragment	False	AST0010_000000013204	0.9460958598365321		0	0	False	False	0.9990925788879395	0					non-mobilizable	no_good_hit								True	False
ISR0793_000000008221	2004	0.5166422749886248	3	2	2	2	2	False	126281	fragment	False	AST0010_000000013204	0.692153323668606		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0004_000000017314	1632	0.5166422749886248	4	2	2	2	2	False	117014	fragment	False	CAN0004_000000017314	1.0		0	0	False	False	0.9730392098426819	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000024652	1681	0.516640228521936	3	2	2	2	1	False	72881	maximal	True	DEN0045_000000024652	1.0		69	8	False	False	0.9678762555122375	0					non-mobilizable	no_good_hit	84.0	80.952	5.0	2.395650433700374e-05	LR880474.1	high GC Gram+	Microbacterium sp. Nx66 genome assembly, chromosome: Nx66	True	False
AST0014_000000007615	2205	0.5166400087632491	2	2	2	2	0	True	124352	maximal	True	AST0014_000000007615	1.0		3	3	False	False	0.9968253970146179	0					non-mobilizable	no_good_hit	890.0	83.37100000000001	60.0	0.0002658543906770917	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
CAN0003_000000006288	7366	0.5166396452585054	8	5	3	5	4	True	96793	fragment	False	CAN0003_000000006288	1.0		0	0	False	False	0.997420608997345	0					non-mobilizable	other	7306.0	81.303	99.0	0.17215692766098328	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
MON0078_000000016484	2635	0.5166388091714696	4	3	2	3	3	False	10164	maximal	True	MON0078_000000016484	1.0		94	11	False	False	1.0	0					non-mobilizable	no_good_hit	923.0	81.04	35.0	0.0004475860535719281	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0021_000000026569	1811	0.5166380413999293	2	1	1	1	1	False	49616	fragment	False	FIJ0021_000000026569	1.0		0	0	False	False	0.9933738112449646	0					non-mobilizable	no_good_hit	88.0	78.40899999999999	5.0	0.00037790038545839315	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
CAN0022_000000029142	1152	0.516636776811041	2	2	2	2	2	False	91162	maximal	True	CAN0022_000000029142	1.0		714	15	False	False	1.0	0					non-mobilizable	other	1151.0	99.652	99.0	0.04767234589396012	GU942941.1		Uncultured organism clone 24 genomic sequence	False	False
ENG0028_000000004585	3461	0.5166364933988089	6	3	3	3	3	False	65904	maximal	True	ENG0028_000000004585	1.0		42	7	False	False	0.993065595626831	0					non-mobilizable	no_good_hit	799.0	75.469	23.0	0.009434642565261286	NZ_SMCQ01000012.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_112, whole genome shotgun sequence	True	False
ENG0128_000000005986	4178	0.516631953941889	9	7	7	3	5	False	58660	maximal	True	ENG0128_000000005986	1.0		96	12	False	False	1.0	0					non-mobilizable	no_good_hit	1493.0	98.861	39.0	0.011105652568740416	NZ_CYXX01000008.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0361_000000002702	4244	0.5166300396287633	5	4	4	3	2	False	23769	maximal	True	ISR0361_000000002702	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1853.0	89.315	72.0	0.00560326007859118	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
AST0012_000000007613	2759	0.516624818551724	5	2	2	2	1	False	125512	fragment	False	FIJ0081_000000013796	0.9450226485352203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2338.0	82.635	84.0	0.0010205942594203306	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ITA0007_000000000107	3459	0.516624059814684	4	3	2	3	1	False	20340	maximal	True	ITA0007_000000000107	1.0		158	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0007_01_000000005811	3025	0.5166238148363964	5	4	1	3	2	True	112329	maximal	True	USA0007_01_000000005811	1.0		45	10	False	False	1.0	0					non-mobilizable	chromosome	3025.0	100.0	100.0	0.0013494716577482834	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
FIJ0041_000000016014	2295	0.5166238148363964	4	4	1	3	2	True	47394	maximal	True	FIJ0041_000000016014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	675.0	90.51899999999999	57.0	0.00018234073405169794	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
SPA0150_000000017917	1186	0.5166228766289673	2	2	2	2	1	False	87764	fragment	False	DEN0065_000000021925	0.07702181424390173		0	0	False	False	0.9873524308204651	0					non-mobilizable	chromosome	1184.0	98.226	99.0	0.0003813025721324225	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0049_000000004909	3207	0.5166221895262942	4	4	3	2	3	True	86814	maximal	True	CHI0049_000000004909	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	2244.0	77.807	69.0	0.00231429357752258	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
ISR0181_000000003745	4749	0.5166216921015833	3	3	3	1	2	False	29598	maximal	True	ISR0181_000000003745	1.0		513	15	False	False	1.0	0					non-mobilizable	no_good_hit	2967.0	78.126	61.0	0.0012290434881025488	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0134_000000003249	9442	0.5166209644384939	8	7	5	5	6	False	94156	maximal	True	ENG0134_000000003249	1.0		12	4	False	False	0.9976699948310852	0					non-mobilizable	chromosome	9443.0	99.21600000000001	100.0	0.0014550644798568364	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0063_000000002093	7862	0.516620244825483	12	12	4	6	12	False	123752	fragment	False	SPA0063_000000002093	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	4873.0	96.963	100.0	0.0009045435187486441	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0151_000000012147	1689	0.5166129152114944	3	2	2	2	2	False	91049	fragment	False	ISR0151_000000012147	1.0		0	0	False	False	0.9851983189582825	0					non-mobilizable	other	1689.0	97.51299999999999	100.0	0.01834583197478535	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0087_000000002910	2915	0.51661171638323	5	4	2	4	2	True	120016	fragment	False	CHI0003_000000003673	0.6914280350632307		0	0	False	True	0.99622642993927	0					non-mobilizable	chromosome	2796.0	87.697	96.0	0.0009831020079487996	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0227_000000009511	2797	0.51661171638323	4	4	2	4	2	True	120016	fragment	False	CHI0003_000000003673	0.9250224075362349		0	0	False	True	0.9949946403503418	0					non-mobilizable	chromosome	2793.0	89.15100000000001	99.0	0.0009831020079487996	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0013_000000007985	5286	0.5166093741321881	5	4	4	1	3	False	82626	maximal	True	MON0013_000000007985	0.9707520827410666		66	11	False	False	0.9979190230369568	0					non-mobilizable	no_good_hit								True	False
FIJ0069_000000004592	5245	0.5166093741321881	5	4	4	1	3	False	82626	maximal	False	MON0013_000000007985	0.9442208524682402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	1.0	3.054767329661857e-05	LN598283.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000001003	True	False
FIJ0013_000000004906	5107	0.5166093741321881	5	4	4	1	3	False	82626	maximal	False	MON0013_000000007985	0.6525413040736536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0087_000000005952	2568	0.5166079161974505	3	3	3	3	3	False	84189	maximal	True	SPA0087_000000005952	1.0		30	7	False	False	0.9972741603851318	0					non-mobilizable	other	1329.0	98.796	100.0	0.0003687843999755625	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0064_000000016355	1360	0.5166074979134839	2	2	2	2	1	False	62929	maximal	True	ENG0064_000000016355	1.0		22	7	False	False	0.9926470518112183	0					non-mobilizable	no_good_hit	1171.0	99.31700000000001	87.0	0.00032717105257638814	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0230_000000020566	1670	0.516605425705059	2	2	2	2	2	False	120655	fragment	False	AST0116_000000013982	0.5052923248773497		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	95.62100000000001	99.0	0.05281020045673687	NZ_JAAITI010000039.1	firmicutes	Blautia luti strain MSK.16.34 NODE_39_length_31528_cov_187.795, whole genome shotgun sequence	False	False
ISR0186_000000022267	1447	0.5166022866869391	2	2	2	2	2	False	29314	fragment	False	ISR0186_000000022267	1.0		0	0	False	False	0.9806495904922485	0					non-mobilizable	other	1468.0	79.564	100.0	0.00041613246826490455	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MON0058_000000010892	3931	0.5166016842047932	3	3	3	3	2	False	40515	maximal	True	MON0058_000000010892	1.0		2	1	False	False	0.9908420443534851	0					non-mobilizable	no_good_hit	704.0	97.443	18.0	0.4885337039610841	NZ_QEKH01000083.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_183, whole genome shotgun sequence	True	False
USA0111_01_000000016235	1563	0.5165986894960904	3	2	2	2	1	True	299	maximal	True	USA0111_01_000000016235	1.0		92	11	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	76.562	8.0	2.777662041859367e-05	NZ_CP011568.3	b-proteobacteria	Pandoraea thiooxydans strain DSM 25325 chromosome, complete genome	True	True
ENG0134_000000025361	1534	0.5165986894960904	3	2	2	2	1	True	90572	fragment	False	ENG0208_000000017623	0.4652348087811499		0	0	False	False	0.9993481040000916	0					non-mobilizable	no_good_hit	344.0	72.965	22.0	0.00010292862953630033	CP003029.1	CFB group bacteria	Rhodothermus marinus SG0.5JP17-172, complete genome	True	True
USA0039_01_000000016527	1348	0.5165986894960904	2	2	2	2	1	True	90571	fragment	False	USA0039_01_000000016527	0.9906226556639159		0	0	False	False	0.9873887300491333	0					non-mobilizable	no_good_hit	385.0	72.987	28.0	0.035200148602210456	NZ_DF970178.1	g-proteobacteria	Mizugakiibacter sediminis strain skMP5, whole genome shotgun sequence	True	True
USA0084_01_000000023943	1333	0.5165986894960904	2	2	2	2	1	True	90571	fragment	False	USA0039_01_000000016527	0.9851632047477745		0	0	False	False	0.9842460751533508	0					non-mobilizable	no_good_hit	344.0	72.093	25.0	0.00010179040741917167	NC_013501.1	CFB group bacteria	Rhodothermus marinus DSM 4252, complete sequence	True	True
CHI0101_000000002713	5006	0.5165980989831199	6	4	2	3	4	True	84348	fragment	False	CHI0101_000000002713	1.0		0	0	False	False	0.9972033500671387	0					non-mobilizable	other	4597.0	96.171	92.0	0.025169430701884148	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	True
SPA0031_000000019698	1666	0.5165915736377225	3	1	1	1	1	False	109614	fragment	False	SPA0098_000000021439	0.9729442945108555		0	0	False	False	0.9957982897758484	0					non-mobilizable	other	1666.0	99.64	100.0	0.00821346119694548	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0035_000000012597	1557	0.5165915736377225	3	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.9873063566533781		0	0	False	False	0.989723801612854	0					non-mobilizable	other	1557.0	99.42200000000001	100.0	0.007675763136604906	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0085_000000007917	1447	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.7166303403399259		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	98.618	100.0	0.007133132066536436	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0048_000000024242	1405	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.9185487683109026		0	0	False	False	1.0	0					non-mobilizable	other	1405.0	99.50200000000001	100.0	0.006925945657964837	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0117_000000010508	1379	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.816450712220709		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	99.13	100.0	0.006782888375855878	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0020_000000025162	1378	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.8211037788958744		0	0	False	False	0.9992743134498596	0					non-mobilizable	other	1378.0	99.419	100.0	0.006792754395311668	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0291_000000011003	1375	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.8077669324003187		0	0	False	False	0.9890909194946289	0					non-mobilizable	other	1375.0	98.836	100.0	0.0067631563369442965	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0040_000000018232	1341	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.4853440496192846		0	0	False	False	0.9992542862892151	0					non-mobilizable	other	1341.0	99.329	100.0	0.006610233035379546	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0041_000000029202	1291	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.6963927785117395		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	99.613	100.0	0.006363582548984787	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0282_000000019619	1291	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.5660110555912842		0	0	False	False	0.9969016313552856	0					non-mobilizable	other	1291.0	99.535	100.0	0.006363582548984787	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0031_000000019441	1255	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.5120964027396793		0	0	False	False	0.9952191114425659	0					non-mobilizable	other	1255.0	99.124	100.0	0.00618599419878056	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0082_01_000000023895	1243	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.39108907989919817		0	0	False	False	0.9983909726142883	0					non-mobilizable	other	1243.0	99.195	100.0	0.006111999052862132	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0010_000000038887	1218	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.45812394559578706		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	99.589	100.0	0.006003472838848438	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0054_000000004327	1215	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.4588502609157046		0	0	False	False	0.9925925731658936	0					non-mobilizable	other	1215.0	99.506	100.0	0.005988673809664753	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0842_000000019553	1206	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.4539787353570088		0	0	False	False	0.9983416199684143	0					non-mobilizable	other	1197.0	99.33200000000001	100.0	0.00589987963456264	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0092_000000011064	1186	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.45250828157283307		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	99.57799999999999	100.0	0.005845616527555792	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0016_000000028849	1183	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.4961038781680156		0	0	False	False	0.9983093738555908	0					non-mobilizable	other	1183.0	99.324	100.0	0.005830817498372107	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0372_000000015286	1158	0.5165915736377225	2	1	1	1	1	False	109609	fragment	False	ISR0035_000000012597	0.24605140393607536		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	99.281	100.0	0.005480573807691549	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0037_000000016083	2167	0.5165897086194402	2	2	2	2	1	False	65206	maximal	True	ENG0037_000000016083	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	78.30199999999999	5.0	9.852580066991915e-06	NC_015957.1	high GC Gram+	Streptomyces violaceusniger Tu 4113, complete sequence	True	False
ENG0197_000000004446	2246	0.5165801602462321	3	3	3	2	0	True	54378	fragment	False	ENG0197_000000004446	1.0		0	0	False	False	0.983081042766571	0					non-mobilizable	other	806.0	98.26299999999999	99.0	0.0001405110938308648	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
FIJ0055_000000011106	1280	0.5165799763839859	2	2	2	2	2	False	46239	maximal	True	FIJ0055_000000011106	1.0		88	10	False	False	1.0	0					non-mobilizable	chromosome	1280.0	100.0	100.0	0.00023978513452152273	NC_016845.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae HS11286 chromosome, complete genome	False	False
MON0092_000000013480	3846	0.5165705577746478	5	3	3	3	1	True	46166	maximal	False	FIJ0057_000000007213	0.95330548046203		0	0	False	False	0.9994799494743347	0					non-mobilizable	no_good_hit	51.0	94.118	1.0	0.005282620179609086	NZ_CYYU01000031.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MAD0100_000000013633	2712	0.5165700740254038	4	3	3	1	1	False	15169	maximal	True	MAD0100_000000013633	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1055.0	96.303	39.0	0.0002992019766633813	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
MON0007_000000006728	6739	0.5165673588683779	6	5	5	5	5	False	34243	maximal	True	MON0007_000000006728	1.0		3	1	False	False	0.9945095777511597	0					non-mobilizable	no_good_hit	2056.0	87.84	60.0	0.0005468520130422871	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0167_000000024613	1111	0.5165670112776026	2	2	2	2	2	False	30149	fragment	False	ISR0167_000000024613	1.0		0	0	False	False	0.994599461555481	0					non-mobilizable	no_good_hit	282.0	73.05	25.0	0.0019283784912700844	NZ_PVXP01000003.1	firmicutes	Clostridium luticellarii strain DSM 29923 CLLU_contig000003, whole genome shotgun sequence	True	False
CAN0021_000000021950	1982	0.5165667773910552	2	2	2	2	2	False	91557	maximal	True	CAN0021_000000021950	1.0		17	7	False	False	0.9994954466819763	0					non-mobilizable	no_good_hit	151.0	79.47	9.0	1.4887082498908961e-05	NZ_CP023690.1	high GC Gram+	Streptomyces spectabilis strain ATCC 27465 chromosome, complete genome	True	False
ISR0842_000000013401	1698	0.5165648593033656	3	3	3	2	2	False	21458	maximal	False	ISR0815_000000017415	0.975363941769317		0	0	False	False	0.9888103604316711	0					non-mobilizable	chromosome	1698.0	100.0	100.0	0.0003255786022912522	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
CHI0059_000000008407	2075	0.5165580669829652	1	1	1	1	1	False	85821	fragment	False	CHI0059_000000008407	1.0		0	0	False	False	0.9975903630256653	0					non-mobilizable	no_good_hit	59.0	100.0	3.0	0.02379975379565039	NZ_CBVI010000194.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
CAN0016_000000019185	2525	0.5165567739639167	3	3	3	3	2	False	92929	maximal	True	CAN0016_000000019185	0.996049896049896		171	12	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	71.111	50.0	0.000535555045772359	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
SPA0114_000000012407	3594	0.516556244084328	4	3	0	3	3	False	4462	maximal	True	SPA0114_000000012407	1.0		1	1	False	False	0.9958263635635376	0					non-mobilizable	plasmid	3575.0	100.0	99.0	0.4965268130036121	CP057542.1	enterobacteria	Escherichia coli strain RHB23-C06 plasmid pRHB23-C06_4, complete sequence	False	True
ENG0140_000000003435	4110	0.5165540573681318	4	2	1	2	1	True	57802	fragment	False	ENG0140_000000003435	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1072.0	91.698	43.0	0.10214641625143733	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
MON0080_000000003184	9150	0.5165490623236109	12	9	8	9	9	False	99051	maximal	True	MON0080_000000003184	1.0		27	8	False	False	0.9998906850814819	0					non-mobilizable	no_good_hit	1082.0	78.558	18.0	0.00024330867140313594	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MAD0099_000000019222	1639	0.5165490557372944	1	1	1	1	1	False	70131	maximal	False	MAD0098_000000026245	0.9772161786693796		0	0	False	False	0.9877974390983582	0					non-mobilizable	other	1644.0	85.40100000000001	99.0	0.008729610541416502	NZ_CABIXZ010000005.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
DEN0026_000000006824	4278	0.5165472452866703	3	3	3	2	1	False	74215	maximal	True	DEN0026_000000006824	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	2852.0	89.34100000000001	67.0	0.022389703568506513	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
USA0083_01_000000008113	3812	0.5165472452866703	3	3	3	2	1	False	32487	maximal	True	USA0083_01_000000008113	0.9926122107610817		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	2852.0	86.781	75.0	0.0223425011013909	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	True	False
FIJ0088_000000020540	1427	0.5165466137015635	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.1771587367474272	PS816	0	0	False	True	0.9985984563827515	0					non-mobilizable	plasmid	1434.0	93.166	100.0	0.006623435490883525	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MON0046_000000026936	1300	0.5165466137015635	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.09210894856119836	PS816	0	0	False	True	0.989230751991272	0					non-mobilizable	plasmid	1302.0	87.32700000000001	100.0	0.005999019435527886	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
MAD0040_000000020490	1638	0.5165457281273238	2	2	2	2	2	False	18349	maximal	True	MAD0040_000000020490	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	76.122	34.0	0.000710941900895476	NZ_OCTQ01000001.1	firmicutes	Miniphocibacter massiliensis strain Marseille-P4678, whole genome shotgun sequence	True	False
SPA0097_000000027630	1182	0.5165449544342163	2	2	2	1	1	False	5100	maximal	True	SPA0097_000000027630	1.0		81	6	False	False	0.9932318329811096	0					non-mobilizable	other	1192.0	84.31200000000001	99.0	0.012360731553500105	NZ_JAAIUL010000013.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_13_length_95140_cov_205.626, whole genome shotgun sequence	False	False
ISR0179_000000002850	8946	0.5165448197885368	9	7	6	7	5	True	132048	fragment	False	ISR0179_000000002850	1.0		0	0	False	False	0.9998882412910461	0					non-mobilizable	no_good_hit	1098.0	75.22800000000001	13.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
ENG0082_000000014943	1397	0.516544325573462	2	2	1	2	1	False	61596	maximal	True	ENG0082_000000014943	1.0		226	13	False	False	0.9964209198951721	0					non-mobilizable	no_good_hit								True	False
ENG0074_000000013450	1698	0.5165436863043982	3	3	3	2	1	False	62166	fragment	False	ENG0074_000000013450	1.0		0	0	False	False	0.9935218095779419	0					non-mobilizable	chromosome	1705.0	83.34299999999999	100.0	0.0004738380123321031	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0101_000000016813	1703	0.5165432018988213	3	3	3	2	3	False	53331	fragment	False	ETH0002_000000014442	0.9374765732593475		0	0	False	False	1.0	0					non-mobilizable	other	1703.0	98.76700000000001	100.0	0.006591712722160471	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0165_000000001187	14743	0.5165421707748294	29	5	2	5	3	False	78345	maximal	True	CHI0165_000000001187	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1629.0	77.778	23.0	0.0005670656592870499	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0131_000000006654	2793	0.516539798784957	4	4	4	4	4	False	40833	maximal	False	ISR0206_000000008434	0.9484049479166667		0	0	False	False	0.9985678195953369	0					non-mobilizable	chromosome	2095.0	85.20299999999999	98.0	0.0007264027171086662	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0046_000000008533	2920	0.5165378637277632	5	5	2	3	4	False	17758	fragment	False	MAD0046_000000008533	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2920.0	97.397	100.0	0.0032498402356718674	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0150_000000013617	1311	0.51653584669279	2	2	2	2	2	False	84870	fragment	False	ENG0150_000000013617	1.0		0	0	False	False	0.9984744191169739	0					non-mobilizable	chromosome	1311.0	99.695	100.0	0.00028264970941020717	CP043739.1	enterobacteria	Escherichia coli strain CVM N17EC0320 chromosome, complete genome	False	False
MAD0035_000000016190	1372	0.516535662145873	3	1	1	1	1	False	34927	maximal	True	MAD0035_000000016190	1.0		3	2	False	False	0.9905247688293457	0					non-mobilizable	no_good_hit	47.0	87.234	3.0	0.00014451048643486346	NZ_FNCK01000002.1	firmicutes	Facklamia miroungae strain ATCC BAA-466, whole genome shotgun sequence	True	False
FIJ0014_000000020007	1277	0.5165356405010975	3	3	3	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.049074992362063995		0	0	False	False	1.0	0					non-mobilizable	chromosome	1277.0	98.277	100.0	0.0004447648114350567	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0219_000000013336	2502	0.5165340441443197	2	2	1	1	0	True	28043	maximal	True	ISR0219_000000013336	1.0		23	8	False	False	0.9988009333610535	0					non-mobilizable	no_good_hit	1098.0	77.23100000000001	46.0	0.0003017712356891812	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
DEN0090_000000016124	1752	0.5165340441443197	2	2	1	1	0	True	106770	maximal	True	DEN0090_000000016124	0.949344715956558		156	12	False	False	1.0	0					non-mobilizable	other	1752.0	96.29	100.0	0.007252079122626818	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0100_000000011242	1643	0.5165340441443197	3	2	1	1	0	True	129218	fragment	False	CHI0059_000000009798	0.0662173610437241		0	0	False	False	0.9975654482841492	0					non-mobilizable	chromosome	1645.0	95.258	100.0	0.0004108970292545172	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
DEN0094_000000024080	1600	0.5165340441443197	3	2	1	1	0	True	106770	maximal	False	DEN0090_000000016124	0.6278195488721804		0	0	False	False	1.0	0					non-mobilizable	other	1456.0	97.25299999999999	100.0	0.006026142274941188	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0104_000000017029	1596	0.5165340441443197	2	2	1	1	0	True	106770	maximal	False	DEN0090_000000016124	0.9197012937595129		0	0	False	False	0.9968671798706055	0					non-mobilizable	other	1596.0	96.053	100.0	0.0066059772704681755	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0782_000000008319	1563	0.5165340441443197	3	2	1	1	0	True	129218	fragment	False	CHI0059_000000009798	0.0416711332158479		0	0	False	False	1.0	0					non-mobilizable	other	1564.0	97.18700000000001	100.0	0.21549703570936166	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
FIJ0048_000000022143	1524	0.5165340441443197	2	2	1	1	0	True	129218	fragment	False	CHI0059_000000009798	0.024504834844969552		0	0	False	False	1.0	0					non-mobilizable	other	1526.0	88.27	100.0	0.0049664390110194905	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0385_000000016584	1426	0.5165340441443197	2	2	1	1	0	True	23026	maximal	True	ISR0385_000000016584	1.0		28	6	False	False	0.9985975027084351	0					non-mobilizable	no_good_hit	1003.0	89.831	70.0	0.000320204213439163	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
FIJ0127_000000013867	1404	0.5165340441443197	2	2	1	1	0	True	106768	fragment	False	FIJ0127_000000013867	0.9707426856714179		0	0	False	False	0.9985755085945129	0					non-mobilizable	other	1143.0	97.375	100.0	0.0009952381948366137	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	False	True
ISR0098_000000012518	1393	0.5165340441443197	2	2	1	1	0	True	129218	fragment	False	CHI0059_000000009798	0.015726717837274883		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	95.63	100.0	0.19219633255204743	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0143_000000014009	1341	0.5165340441443197	2	2	1	1	0	True	57591	maximal	True	ENG0143_000000014009	0.987012987012987		22	5	False	False	1.0	0					non-mobilizable	other	1343.0	90.32	100.0	0.007460071095979573	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
AST0111_000000014216	1333	0.5165340441443197	2	2	1	1	0	True	106768	fragment	False	FIJ0127_000000013867	0.9469373219373219		0	0	False	False	0.9827457070350647	0					non-mobilizable	other	1333.0	96.54899999999999	100.0	0.005516715814585335	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
USA0069_01_000000050065	1196	0.5165340441443197	2	2	1	1	0	True	63496	fragment	False	ENG0057_000000023713	0.9542495772784081		0	0	False	False	0.9991638660430908	0					non-mobilizable	other	1193.0	93.12700000000001	99.0	0.004932739140518869	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0773_000000015373	1185	0.5165340441443197	2	2	1	1	0	True	22488	fragment	False	ISR0773_000000015373	1.0		0	0	False	False	1.0	0					non-mobilizable	other	756.0	80.423	96.0	0.004183425402070573	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ENG0057_000000023713	1168	0.5165340441443197	2	2	1	1	0	True	63496	fragment	False	ENG0057_000000023713	0.9574356381737575		0	0	False	False	0.9880136847496033	0					non-mobilizable	other	1168.0	97.00299999999999	100.0	0.004833338855571386	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0141_000000022974	1139	0.5165340441443197	2	2	1	1	0	True	129218	fragment	False	CHI0059_000000009798	0.003534797093465544		0	0	False	False	1.0	0					non-mobilizable	plasmid	1139.0	99.03399999999999	100.0	0.1778402875449289	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0281_000000016532	1132	0.5165340441443197	2	2	1	1	0	True	26154	maximal	True	ISR0281_000000016532	1.0		110	7	False	False	0.9982331991195679	0					non-mobilizable	other	1135.0	93.568	100.0	0.0009961175154912538	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0387_000000021021	1132	0.5165340441443197	2	2	1	1	0	True	26154	maximal	False	ISR0281_000000016532	1.0		0	0	False	False	0.9964664578437805	0					non-mobilizable	other	1135.0	93.568	100.0	0.0009961175154912538	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
MAD0011_000000012488	1125	0.5165340441443197	2	2	1	1	0	True	19705	fragment	False	MAD0011_000000012488	1.0		0	0	False	False	0.9991111159324646	0					non-mobilizable	plasmid	1126.0	90.32	100.0	0.17565244569463978	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0102_000000029673	1118	0.5165340441443197	2	2	1	1	0	True	63496	fragment	False	ENG0057_000000023713	0.9322370229532231		0	0	False	False	0.9946332573890686	0					non-mobilizable	other	1118.0	98.03200000000001	100.0	0.004626254928597462	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0839_000000013909	1505	0.5165253065783526	2	1	1	1	1	False	20833	maximal	True	ISR0839_000000013909	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0022_000000020003	1704	0.516523718351798	3	1	1	1	1	False	99158	fragment	False	AUS0022_000000020003	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	False
USA0007_01_000000010382	1575	0.516523718351798	2	1	1	1	1	False	87690	fragment	False	USA0007_01_000000010382	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	False
CHI0040_000000009423	1539	0.516523718351798	2	1	1	1	1	False	87689	fragment	False	CHI0040_000000009423	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	False
ISR0067_000000021841	1409	0.516523718351798	1	1	1	1	1	False	35063	fragment	False	ISR0067_000000021841	1.0		0	0	False	False	0.9992902874946594	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.007175126229072549	XM_026927047.2	bony fishes	PREDICTED: Pangasianodon hypophthalmus potassium voltage-gated channel subfamily A member 2 (LOC113534264), transcript variant X2, mRNA	True	False
ISR0029_000000022969	1898	0.5165229509869302	2	2	2	2	2	False	108124	fragment	False	ISR0029_000000022969	1.0		0	0	False	False	0.9857745170593262	0					non-mobilizable	other	1892.0	97.833	99.0	0.011390482618967263	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	False	False
ISR0384_000000002525	5096	0.516522381967274	8	5	3	4	3	False	67902	maximal	True	ISR0384_000000002525	1.0		39	6	False	False	0.9994112849235535	0					non-mobilizable	no_good_hit								True	False
ENG0003_000000006982	3309	0.516522381967274	5	5	3	4	3	False	67901	fragment	False	ENG0003_000000006982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0065_000000005282	5044	0.516521241591928	4	4	2	4	1	True	129142	fragment	False	SPA0046_000000004699	0.9355404201580299		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0042_000000011177	2070	0.5165183033459353	4	2	1	2	1	True	18127	maximal	True	MAD0042_000000011177	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	362.0	71.82300000000001	17.0	0.00018585556115660303	LR134484.1	firmicutes	Gemella haemolysans strain NCTC10459 genome assembly, chromosome: 1	True	True
ENG0105_000000007426	2856	0.5165167059226909	3	2	1	1	2	True	60171	maximal	True	ENG0105_000000007426	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1581.0	72.676	55.0	0.0004140830686181536	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	True
MAD0106_000000011218	1924	0.5165106566133554	2	2	2	2	2	False	14736	maximal	True	MAD0106_000000011218	1.0		2	2	False	False	0.9958419799804688	0					non-mobilizable	no_good_hit	1599.0	74.234	82.0	0.00036641891540001043	CP017662.1	enterobacteria	Cronobacter sp. JZ38, complete genome	True	False
CHI0129_000000002135	8449	0.5165068481899362	15	2	2	2	1	True	81302	maximal	True	CHI0129_000000002135	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0031_000000006022	2310	0.5165039021433819	3	2	1	2	0	False	18951	maximal	True	MAD0031_000000006022	1.0		8	3	False	False	0.9952380657196045	0					non-mobilizable	no_good_hit	656.0	76.829	28.0	0.0022606882461763127	NZ_VTVE01000004.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_4_length_284869_cov_53.3113, whole genome shotgun sequence	True	False
ISR0121_000000017880	1445	0.5165014696866858	2	1	1	1	1	False	32195	maximal	True	ISR0121_000000017880	1.0		65	7	False	False	0.9910034537315369	0					non-mobilizable	chromosome	1426.0	99.15799999999999	99.0	0.0007631192243923964	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
ENG0104_000000011381	2737	0.5165008543266912	5	5	3	4	3	False	111359	fragment	False	ENG0104_000000011381	0.9712648224660482		0	0	False	False	0.998173177242279	0					non-mobilizable	other	2738.0	98.868	100.0	0.019446378582695066	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0159_000000009603	2677	0.5165008543266912	5	5	3	4	3	False	111359	fragment	False	ENG0104_000000011381	0.9601510885876083		0	0	False	False	0.9996264576911926	0					non-mobilizable	chromosome	2677.0	98.954	100.0	0.0005955470175023167	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0150_000000008682	2652	0.5165008543266912	5	5	3	4	3	False	111359	fragment	False	ENG0104_000000011381	0.956504647530613		0	0	False	False	0.9860482811927795	0					non-mobilizable	chromosome	2653.0	98.71799999999999	100.0	0.0005902057886457937	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0027_000000037957	1093	0.5164979826275913	1	1	1	1	1	False	12848	fragment	False	MON0044_000000053096	0.9392301526708479		0	0	False	False	1.0	0					non-mobilizable	other	1093.0	93.321	100.0	0.01364661510429276	NZ_SPFY01000006.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_6_length_78481_cov_20.0915, whole genome shotgun sequence	False	False
FIJ0079_000000009371	3027	0.5164969272649065	2	2	2	2	2	False	123385	maximal	True	FIJ0079_000000009371	1.0		26	8	False	False	0.9986785650253296	0					non-mobilizable	no_good_hit	1603.0	95.945	76.0	0.0005163539480609814	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0039_000000002599	12464	0.5164962130502826	20	4	4	4	3	False	11967	maximal	True	MON0039_000000002599	1.0		1	1	False	False	0.9988767504692078	0					non-mobilizable	no_good_hit	53.0	90.566	0.0	4.447945776119492e-05	NZ_OBDO01000001.1	high GC Gram+	Geodermatophilus sabuli strain DSM 46844, whole genome shotgun sequence	True	False
ISR0324_000000016481	1860	0.5164953842940214	4	2	2	2	1	False	24926	maximal	True	ISR0324_000000016481	1.0		76	8	False	False	0.9973118305206299	0					non-mobilizable	no_good_hit								True	False
SPA0014_000000011512	2024	0.5164933860573027	4	3	2	1	2	False	7941	maximal	True	SPA0014_000000011512	1.0		44	8	False	False	0.9985178112983704	0					non-mobilizable	no_good_hit	1333.0	75.694	82.0	0.0003962223987894141	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0014_000000007217	3466	0.5164927482852254	3	3	3	3	3	False	66932	maximal	True	ENG0014_000000007217	1.0		1	1	False	False	0.9997114539146423	0					non-mobilizable	no_good_hit								True	False
AST0084_000000025746	1379	0.5164900023035202	2	2	2	1	1	False	111254	maximal	True	AST0084_000000025746	1.0		17	4	False	False	0.9985496997833252	0					non-mobilizable	other	1307.0	100.0	95.0	0.042146706683447895	NZ_QIML01000022.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_22, whole genome shotgun sequence	False	False
CHI0010_000000001981	4313	0.5164892849419188	2	2	2	2	1	False	90392	fragment	False	CHI0010_000000001981	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4315.0	95.759	100.0	0.0012020875741089088	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0002_000000007858	2954	0.5164889292804944	3	3	3	3	2	False	52706	maximal	False	MON0038_000000009812	0.9730964467005077		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	77.11	21.0	0.00017072722239963549	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0111_000000010198	2996	0.5164882289203099	3	2	2	2	2	False	87129	fragment	False	CHI0111_000000010198	0.9560911016300347		0	0	False	False	0.9973297715187073	0					non-mobilizable	other	2988.0	98.09200000000001	99.0	0.007531138117089406	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0844_000000004427	2974	0.5164882289203099	3	2	2	2	2	False	87129	fragment	False	CHI0111_000000010198	0.9471344508727686		0	0	False	False	0.988903820514679	0					non-mobilizable	other	2995.0	97.596	100.0	0.007548787252281781	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ENG0062_000000009166	2745	0.5164882289203099	3	2	2	2	2	False	87129	fragment	False	CHI0111_000000010198	0.6323987538940811		0	0	False	False	0.9865209460258484	0					non-mobilizable	other	2738.0	98.137	99.0	0.006900811860218849	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
ISR0110_000000008502	2755	0.516484480843754	2	2	1	2	2	False	77568	fragment	False	FIJ0085_000000010782	0.9454736106256554		0	0	False	False	0.9952812790870667	0					non-mobilizable	no_good_hit	773.0	83.829	40.0	0.0002485074244413337	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0019_000000008924	6321	0.5164828324191311	7	6	4	4	3	False	94972	maximal	True	MON0019_000000008924	1.0		274	11	False	False	1.0	0					non-mobilizable	other	6331.0	97.647	100.0	0.001910536538067946	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
CAN0001_000000008244	5704	0.5164790971590113	7	6	3	4	5	False	124432	maximal	True	CAN0001_000000008244	0.9941106083567096		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	4764.0	99.979	84.0	0.4284814681540122	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
USA0023_01_000000005741	5605	0.5164790971590113	7	6	3	4	5	False	124432	maximal	False	CAN0001_000000008244	0.9909036986119861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4623.0	99.978	82.0	0.41579704929830874	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0004_000000002876	5229	0.5164790971590113	7	6	3	4	5	False	124432	maximal	False	CAN0001_000000008244	0.9559589597366789		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4207.0	99.00200000000001	82.0	0.0012586479678940031	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0400_000000003305	5085	0.5164790971590113	7	6	3	4	5	False	124432	maximal	False	CAN0001_000000008244	0.7198739309645019		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4178.0	99.976	82.0	0.37576466354803884	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0320_000000011675	2114	0.5164776304379695	3	2	2	1	1	False	25064	maximal	True	ISR0320_000000011675	1.0		10	5	False	False	0.999053955078125	0					non-mobilizable	no_good_hit	1525.0	99.475	83.0	0.06044021415823914	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	True	False
MON0047_000000026548	1497	0.5164762221734547	2	2	2	2	1	False	11452	fragment	False	MON0047_000000026548	1.0		0	0	False	False	0.997327983379364	0					non-mobilizable	no_good_hit	1326.0	87.255	88.0	0.036849288360304155	NZ_CABIWU010000021.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
SPA0031_000000028091	1203	0.5164760493694223	2	1	1	1	1	False	7264	fragment	False	SPA0031_000000028091	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	232.0	100.0	23.0	0.0007898110949653817	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
ISR0023_000000010764	2707	0.5164742036404414	4	4	4	4	3	False	61254	maximal	True	ISR0023_000000010764	1.0		189	13	False	False	0.9985223412513733	0					non-mobilizable	no_good_hit	492.0	73.374	34.0	0.00015810334083251476	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ENG0017_000000006132	3609	0.5164701995461531	3	2	2	2	2	False	119292	fragment	False	SPA0086_000000003258	0.338331771321462		0	0	False	False	0.9994458556175232	0					non-mobilizable	no_good_hit	1036.0	87.259	29.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0842_000000006554	3191	0.5164701995461531	2	2	2	2	2	False	111669	fragment	False	ISR0842_000000006554	1.0		0	0	False	False	0.9946725368499756	0					non-mobilizable	no_good_hit	1036.0	87.259	32.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0011_000000010493	1656	0.5164687745236142	2	2	2	2	1	False	8034	maximal	True	SPA0011_000000010493	1.0		499	15	False	False	1.0	0					non-mobilizable	no_good_hit	1044.0	98.37200000000001	63.0	0.00031181323732395484	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
USA0006_01_000000015709	1508	0.5164686940034723	2	2	2	2	2	False	2124	maximal	True	USA0006_01_000000015709	1.0		269	14	False	False	0.9986737370491028	0					non-mobilizable	other	1077.0	97.307	100.0	0.0003442195294471002	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0389_000000010739	2040	0.5164675798915991	2	2	2	2	2	False	22907	maximal	True	ISR0389_000000010739	1.0		774	13	False	False	1.0	0					non-mobilizable	other	2040.0	97.5	100.0	0.010741811936634373	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
MAD0027_000000002087	4881	0.5164673705413182	2	1	1	1	1	False	19064	maximal	True	MAD0027_000000002087	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0068_000000003620	9257	0.5164672300813603	5	5	3	4	3	False	80328	fragment	False	MON0068_000000003620	1.0		0	0	False	False	0.999891996383667	0					non-mobilizable	other	9159.0	99.279	99.0	0.0019339443023196137	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0025_000000008952	2724	0.5164656351365511	4	3	2	3	1	False	105017	fragment	False	ISR0088_000000007877	0.7564792027809828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.03024390243902439	XR_002905278.1	eudicots	PREDICTED: Citrus clementina uncharacterized LOC112097906 (LOC112097906), transcript variant X2, ncRNA	True	False
MAD0105_000000022311	1688	0.5164638424381228	2	2	2	2	2	False	14804	maximal	True	MAD0105_000000022311	1.0		3	2	False	False	0.9994075894355774	0					non-mobilizable	chromosome	1689.0	99.29	100.0	0.00034395109900225637	CP057868.1	enterobacteria	Citrobacter freundii strain RHB12-C05 chromosome, complete genome	False	False
TAN0027_000000001521	4487	0.5164628830106579	4	3	2	2	3	False	2314	maximal	True	TAN0027_000000001521	1.0		7	2	False	False	0.9975484609603882	0					non-mobilizable	no_good_hit	64.0	85.93799999999999	1.0	0.00036292889568471595	NZ_SPGG01000010.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_10_length_168077_cov_37.0224, whole genome shotgun sequence	True	False
ENG0182_000000000598	27291	0.5164618497117068	38	14	7	13	8	True	123951	maximal	True	ENG0182_000000000598	1.0		1	1	False	False	0.9996335506439209	0					non-mobilizable	no_good_hit	2382.0	95.13	9.0	0.03748772063250626	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
CHI0165_000000012182	1388	0.5164606633310405	2	2	1	2	2	False	86764	maximal	False	CHI0049_000000011335	0.934472885038114		0	0	False	False	0.9855907559394836	0					non-mobilizable	chromosome	1388.0	94.38	100.0	0.0004668560794119835	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0020_000000017790	2053	0.5164596644735611	3	2	1	2	1	True	91857	fragment	False	CAN0020_000000017790	1.0		0	0	False	False	0.997077465057373	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	2.0	1.5219166873816438e-05	NZ_CP020991.1	firmicutes	Monoglobus pectinilyticus strain 14 chromosome	True	True
MON0025_000000010117	3389	0.5164559089713038	4	4	4	3	2	False	84956	maximal	True	MON0025_000000010117	1.0		4	2	False	False	0.9873118996620178	0					non-mobilizable	chromosome	3196.0	99.34299999999999	99.0	0.0012450349603478773	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ISR0133_000000019112	1217	0.5164510053049612	2	2	2	1	1	False	54496	fragment	False	ISR0133_000000019112	0.9741306191687871		0	0	False	False	0.9975349307060242	0					non-mobilizable	chromosome	1222.0	94.51700000000001	99.0	0.0005448759570471739	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0090_000000029556	1554	0.5164483027157137	2	2	2	2	1	False	46948	maximal	True	FIJ0090_000000029556	1.0		261	14	False	False	0.9993565082550049	0					non-mobilizable	no_good_hit	817.0	82.375	84.0	0.0003875193997733916	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
DEN0024_000000008349	1235	0.5164474671497086	3	2	2	2	2	False	74302	maximal	True	DEN0024_000000008349	1.0		2	1	False	False	0.9983805418014526	0					non-mobilizable	no_good_hit	440.0	98.86399999999999	36.0	0.00019590544237814035	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0008_000000007834	3088	0.5164419222556352	4	4	4	4	2	False	101417	maximal	True	ENG0008_000000007834	1.0		73	10	False	False	1.0	0					non-mobilizable	other	3089.0	91.389	100.0	0.04848084959311277	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
CHI0135_000000010094	1974	0.5164404064447707	3	3	3	3	2	False	86133	fragment	False	FIJ0101_000000012775	0.698146239752565		0	0	False	False	0.9903748631477356	0					non-mobilizable	chromosome	1984.0	98.085	100.0	0.0006993927421947311	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0108_000000008037	2606	0.516440342706523	4	4	4	4	4	False	87235	fragment	False	ISR0787_000000004009	0.5438983050839715		0	0	False	False	0.9938603043556213	0					non-mobilizable	other	2598.0	98.57600000000001	99.0	0.011365426695842451	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0105_000000012103	4328	0.516439041184562	7	3	1	0	3	False	99360	backbone	False	MON0063_000000006572	0.95145882849209	PS558|PS559	0	0	True	True	1.0	23					non-mobilizable	no_good_hit	341.0	86.21700000000001	8.0	0.09331860850358918	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	True
AUS0008_000000019669	1261	0.5164340253605652	2	2	2	2	2	False	101661	maximal	True	AUS0008_000000019669	1.0		386	12	False	False	0.9770023822784424	0					non-mobilizable	other	1261.0	95.956	100.0	0.0048608860700893475	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0088_000000020118	1250	0.5164340253605652	2	2	2	2	2	False	33773	maximal	True	ISR0088_000000020118	1.0		221	12	False	False	0.9904000163078308	0					non-mobilizable	other	1250.0	99.6	100.0	0.0014683303825653107	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0182_000000032521	1239	0.5164340253605652	2	2	2	2	2	False	29512	maximal	True	ISR0182_000000032521	1.0		269	13	False	False	1.0	0					non-mobilizable	other	1156.0	72.491	92.0	0.0005256477291833337	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
ENG0182_000000021360	1326	0.5164340176565675	2	2	2	1	1	False	55213	maximal	True	ENG0182_000000021360	1.0		0	0	False	False	0.9894419312477112	0					non-mobilizable	no_good_hit								True	False
ENG0141_000000020445	1288	0.5164302259306729	2	1	1	1	1	False	57715	fragment	False	ENG0141_000000020445	1.0		0	0	False	False	0.9899068474769592	0					non-mobilizable	no_good_hit								True	False
USA0079_01_000000004589	2775	0.516429478309477	3	3	3	3	2	False	86235	fragment	False	SPA0020_000000010794	0.9744827445334856		0	0	False	False	0.998918890953064	0					non-mobilizable	no_good_hit	1299.0	73.98	46.0	0.0011030535268527007	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
FIJ0038_000000023273	1528	0.5164266339629526	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6580281639901878		0	0	False	False	1.0	0					non-mobilizable	chromosome	1470.0	82.177	100.0	0.0006226092042394027	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0060_000000009980	1453	0.5164266339629526	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6567557730639704		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	98.273	99.0	0.0006888704809239529	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0059_000000012336	1448	0.5164266339629526	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6583987261940073		0	0	False	False	1.0	0					non-mobilizable	other	1448.0	98.34299999999999	100.0	0.0006888704809239529	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0014_000000017436	1448	0.5164266339629526	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.658327053420579		0	0	False	False	1.0	0					non-mobilizable	chromosome	1468.0	82.493	100.0	0.0006213228215860155	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
FIJ0017_000000020359	1447	0.5164266339629526	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.6569761599989813		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	98.34100000000001	100.0	0.0006883944128652632	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
ENG0065_000000013418	2048	0.5164251406885051	3	2	1	2	2	False	62851	maximal	True	ENG0065_000000013418	1.0		21	6	False	False	0.97265625	0					non-mobilizable	no_good_hit	78.0	88.462	4.0	1.4526654691096421e-05	NZ_CP007139.1	bacteria	Fimbriimonas ginsengisoli Gsoil 348 chromosome, complete genome	True	False
FIJ0166_000000009839	2431	0.5164216203472384	3	3	3	2	3	False	41325	maximal	True	FIJ0166_000000009839	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000012368	1983	0.516420294155836	3	3	3	3	2	True	62606	maximal	True	ENG0068_000000012368	1.0		14	5	False	False	0.9823499917984009	0					non-mobilizable	other	1983.0	99.84899999999999	100.0	0.0039727161392094255	NZ_DS562854.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_11, whole genome shotgun sequence	False	True
AST0092_000000010693	1243	0.5164188468765814	3	2	2	2	2	False	109626	fragment	False	AST0092_000000010693	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	95.72200000000001	99.0	0.0048158463908382215	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0370_000000004117	5991	0.5164184309963927	9	3	2	3	2	False	23525	maximal	True	ISR0370_000000004117	1.0		6	3	False	False	0.9994992613792419	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000005817	3409	0.5164166996996964	4	4	3	4	1	False	113403	fragment	False	ENG0032_000000005817	0.9727208909251032		0	0	False	False	0.9923731088638306	0					non-mobilizable	chromosome	3407.0	96.302	99.0	0.0009527138771284576	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AUS0022_000000010741	3293	0.5164166996996964	4	4	3	4	1	False	113403	fragment	False	ENG0032_000000005817	0.9611349536050088		0	0	False	False	1.0	0					non-mobilizable	chromosome	3295.0	97.086	100.0	0.0009219270009580316	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0012_000000008506	2749	0.5164157401487015	3	2	2	2	2	False	38189	maximal	True	ISR0012_000000008506	1.0		9	3	True	True	0.9992724657058716	7					non-mobilizable	no_good_hit	1387.0	88.32	57.0	0.00041109003109649194	NZ_CP027231.1	CFB group bacteria	Bacteroides zoogleoformans strain ATCC 33285 chromosome, complete genome	True	True
ENG0074_000000017527	1332	0.516414079346379	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.045486571950163215		0	0	False	False	0.9992492198944092	0					non-mobilizable	chromosome	1332.0	99.85	100.0	0.00042900568343893017	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0774_000000002941	7623	0.5164136005226034	14	3	1	3	1	False	22486	maximal	True	ISR0774_000000002941	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	89.552	2.0	0.00024690619061157917	NZ_QJKD01000009.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_109, whole genome shotgun sequence	True	False
ISR0188_000000003406	6307	0.5164122708566138	6	6	5	5	4	False	91332	maximal	False	ISR0043_000000003413	0.9871102787068003		0	0	False	False	0.9993658065795898	0					non-mobilizable	no_good_hit	583.0	83.36200000000001	9.0	0.0009385872643417752	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
MON0037_000000060233	1275	0.516411100080218	2	2	2	2	1	False	12040	maximal	True	MON0037_000000060233	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	74.517	44.0	0.006480182697100727	NZ_OBJM01000017.1	firmicutes	Clostridium cadaveris strain LH052 isolate Clostridium cadaveris, whole genome shotgun sequence	True	False
ISR0324_000000019411	1583	0.5164048978804571	2	2	2	2	1	False	24912	fragment	False	ISR0324_000000019411	1.0		0	0	False	False	0.9842072129249573	0					non-mobilizable	no_good_hit	383.0	76.24	24.0	0.00015523552449377118	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
USA0106_01_000000004748	1959	0.5164014345874431	4	3	3	2	2	False	53781	maximal	False	ISR0185_000000014040	0.6291802768704309		0	0	False	False	1.0	0					non-mobilizable	other	1959.0	99.541	100.0	0.000480058332726518	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0073_000000018691	2725	0.5164009809473704	3	3	3	3	2	False	86235	fragment	False	SPA0020_000000010794	0.9673458453702526		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	74.11399999999999	47.0	0.0011030535268527007	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ENG0142_000000002822	8007	0.5164005301029965	13	4	3	2	3	False	70231	backbone	False	ISR0807_000000001655	0.7287853216962382	PS330	0	0	False	True	0.9997501969337463	0					non-mobilizable	no_good_hit	564.0	75.0	7.0	0.13212006617820846	NZ_FNVV01000009.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
AST0116_000000007368	3629	0.5163988476811878	3	2	2	2	2	False	117900	fragment	False	AST0116_000000007368	1.0		0	0	False	False	0.9975199699401855	0					non-mobilizable	other	3124.0	99.36	99.0	0.0010026364555147894	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0067_000000017295	1546	0.5163987897719792	4	4	4	2	2	False	62659	maximal	True	ENG0067_000000017295	1.0		44	7	False	False	0.9922380447387695	0					non-mobilizable	other	1546.0	99.61200000000001	100.0	0.027105738697170124	NZ_PYLQ01000017.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_16, whole genome shotgun sequence	False	False
MON0012_000000049466	1180	0.5163958007216177	2	2	1	2	1	False	13568	maximal	True	MON0012_000000049466	1.0		22	5	False	False	0.9355932474136353	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.4202040787788975e-06	LR828297.1	monocots	Ananas comosus genome assembly, chromosome: 17	True	False
ENG0166_000000014640	1968	0.5163935436410263	3	2	2	2	2	False	111908	fragment	False	AST0089_000000010329	0.9539424722445927		0	0	False	False	0.9994918704032898	0					non-mobilizable	no_good_hit								True	False
SPA0104_000000004011	7738	0.516392314215243	8	8	8	7	6	False	107850	maximal	True	SPA0104_000000004011	1.0		26	8	False	False	0.9992246031761169	0					non-mobilizable	no_good_hit	786.0	79.135	22.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
ISR0360_000000005739	4194	0.5163919937943438	7	4	2	2	3	False	23794	fragment	False	ISR0360_000000005739	1.0		0	0	False	False	0.9873629212379456	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00013690240299744208	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	True	False
ENG0062_000000006911	3609	0.5163917505336526	4	3	3	3	2	False	79863	maximal	True	ENG0062_000000006911	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	2086.0	94.583	58.0	0.03625015212893579	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
ISR0027_000000020370	1256	0.5163876475929143	1	1	1	1	1	False	37218	fragment	False	ISR0027_000000020370	1.0		0	0	False	False	0.977707028388977	0					non-mobilizable	no_good_hit								True	False
ISR0236_000000005730	1910	0.5163862757137644	3	3	3	3	2	False	34218	fragment	False	ISR0236_000000005730	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1910.0	98.639	100.0	0.012749615975422427	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	False	False
ISR0282_000000006429	3263	0.5163795508551485	2	2	2	2	1	False	108836	maximal	True	ISR0282_000000006429	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1685.0	98.338	52.0	0.011526194028829173	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0145_01_000000009813	2460	0.5163765121109732	2	2	0	0	2	False	16	maximal	True	USA0145_01_000000009813	1.0		2	2	False	False	0.9922764301300049	0					non-mobilizable	no_good_hit	1329.0	90.971	54.0	0.20012128562765313	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
ISR0350_000000007715	2377	0.5163756852361652	4	2	2	2	2	True	24098	maximal	True	ISR0350_000000007715	1.0		1	1	False	False	0.9907446503639221	0					non-mobilizable	chromosome	2377.0	100.0	100.0	0.00044700666389858667	CP052716.1	enterobacteria	Klebsiella pneumoniae strain B16KP0048 chromosome, complete genome	False	True
CAN0020_000000030878	1114	0.5163755416281959	2	2	2	1	1	False	91687	maximal	True	CAN0020_000000030878	1.0		104	9	False	False	0.9937163591384888	0					non-mobilizable	other	1092.0	90.385	98.0	0.008502844673057439	NZ_WNCH01000008.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold8_size127380, whole genome shotgun sequence	False	False
FIJ0138_000000006458	2784	0.5163684179781004	2	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.4430568671667201		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	62.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0129_000000007621	2759	0.5163684179781004	2	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.44470973724497104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	57.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0073_000000006718	2759	0.5163684179781004	2	2	2	2	2	False	100514	fragment	False	ETH0003_000000010764	0.44482956427331755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	57.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0103_000000014808	1968	0.5163678726837012	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.10376523108466176		0	0	False	False	1.0	0					non-mobilizable	other	1952.0	97.695	99.0	0.0040795672438560795	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0065_000000009109	3414	0.5163665124479142	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.9759561555548801		0	0	False	False	1.0	0					non-mobilizable	other	3414.0	99.941	100.0	0.0014365735720972205	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
ENG0007_000000007716	3411	0.5163665124479142	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.9758430547072021		0	0	False	False	0.9997068047523499	0					non-mobilizable	chromosome	3411.0	99.971	100.0	0.0013818546677916018	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
ISR0309_000000010855	1773	0.5163653518469379	3	2	2	1	0	False	114036	fragment	False	ISR0309_000000010855	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	96.67200000000001	100.0	0.0616755420973861	BK008006.1	firmicutes	TPA_exp: Clostridium difficile strain QCD-23M63 transposon Tn6073, complete sequence	False	False
ISR0074_000000017303	1729	0.5163653518469379	2	2	2	1	0	False	82280	fragment	False	ISR0074_000000017303	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	98.20700000000001	100.0	0.11498536066010115	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CHI0114_000000005492	1415	0.5163653518469379	2	2	2	1	0	False	82278	fragment	False	CHI0114_000000005492	0.9520587729127924		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	100.0	100.0	0.0021884513533884627	NZ_QVHZ01000004.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf4, whole genome shotgun sequence	False	False
USA0134_01_000000003052	1360	0.5163653518469379	2	2	2	1	0	False	82278	fragment	False	CHI0114_000000005492	0.9328983359958122		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	98.971	100.0	0.09043119510247538	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0018_000000022458	1337	0.5163653518469379	2	2	2	1	0	False	82278	fragment	False	CHI0114_000000005492	0.9363087269732701		0	0	False	False	1.0	0					non-mobilizable	other	1337.0	96.185	100.0	0.0004641467481934408	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0080_000000009215	1333	0.5163653518469379	2	2	2	1	0	False	82278	fragment	False	CHI0114_000000005492	0.9377014408463682		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	96.774	100.0	0.021613201577179574	NZ_CABLCC010000010.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	False
ISR0187_000000000952	19105	0.5163639263331483	19	11	5	9	5	False	101839	fragment	False	ISR0187_000000000952	1.0		0	0	False	False	0.9999476671218872	0					non-mobilizable	no_good_hit	122.0	77.869	1.0	0.0007797698067975305	NZ_NHTN01000008.1	firmicutes	Indiicoccus explosivorum isolate S5-TSA-19 S5TSA19.ioncontig_8, whole genome shotgun sequence	True	False
ENG0012_000000006875	3493	0.5163605127436971	4	2	2	2	2	False	124868	maximal	True	ENG0012_000000006875	1.0		138	11	False	False	0.9868308305740356	0					non-mobilizable	no_good_hit	1027.0	70.88600000000001	29.0	0.00041389181902580215	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
CHI0173_000000001017	15806	0.5163597750397375	27	11	5	8	6	False	78960	maximal	True	CHI0173_000000001017	0.955510763696279		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	292.0	79.11	2.0	0.036380232103272916	CP021566.1	other sequences	Unidentified plasmid plasmid YS1-2_2427, complete sequence	True	False
CHI0157_000000000409	15753	0.5163597750397375	26	11	5	8	6	False	78960	maximal	False	CHI0173_000000001017	0.9537833734025054		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	83.95100000000001	1.0	0.0001507653728198659	NZ_JACBNQ010000001.1	firmicutes	Sedimentibacter hydroxybenzoicus DSM 7310 contig1, whole genome shotgun sequence	True	False
ISR0308_000000009367	1851	0.5163595373505104	2	2	2	1	1	False	75334	maximal	True	ISR0308_000000009367	1.0		49	12	False	False	1.0	0					non-mobilizable	other	1464.0	88.525	96.0	0.0006405018097135321	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
MON0035_000000008309	3223	0.5163594433688632	6	2	0	1	2	False	100261	maximal	True	MON0035_000000008309	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	86.804	67.0	0.0002704916786462825	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0047_000000014472	2688	0.5163594433688632	5	2	0	1	2	False	100257	fragment	False	MON0047_000000014472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	87.863	62.0	0.00020940430743326605	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0363_000000009636	1950	0.5163594433688632	3	2	0	1	2	False	100260	fragment	False	ISR0363_000000009636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	86.804	55.0	0.0002704916786462825	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0036_000000012717	1814	0.5163594433688632	3	2	0	1	2	False	100256	fragment	False	MON0036_000000012717	1.0		0	0	False	False	0.9718853235244751	0					non-mobilizable	no_good_hit	791.0	87.863	63.0	0.00020940430743326605	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AUS0016_000000016801	1693	0.5163594433688632	3	2	0	1	2	False	100255	fragment	False	AUS0016_000000016801	0.9680530440024111		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	87.211	50.0	0.00019473266805896078	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0113_000000014040	1193	0.5163584083709177	2	1	1	1	1	False	32571	fragment	False	ISR0113_000000014040	1.0		0	0	False	False	0.9983235597610474	0					non-mobilizable	other	1182.0	94.162	99.0	0.03396508584740157	NZ_CACWHY010000022.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	False	False
SPA0129_000000012963	2016	0.5163524440374789	3	1	1	1	1	False	3839	maximal	True	SPA0129_000000012963	1.0		11	6	False	False	0.9995039701461792	0					non-mobilizable	no_good_hit								True	False
MAD0064_000000011738	1832	0.5163508965836854	2	2	2	2	2	False	105695	fragment	False	MAD0064_000000011738	1.0		0	0	False	False	0.999454140663147	0					non-mobilizable	chromosome	1034.0	98.646	97.0	0.0003510122779541523	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0127_000000004269	4982	0.5163498529217004	5	1	1	1	1	False	63066	maximal	True	ISR0127_000000004269	1.0		66	7	False	False	0.9981935024261475	0					non-mobilizable	no_good_hit	4254.0	96.78	85.0	0.16587936755807145	MK233934.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_3_c1 sequence	True	False
MAD0002_000000022813	1808	0.5163480110193743	2	2	2	1	1	False	20174	maximal	True	MAD0002_000000022813	1.0		282	14	False	False	1.0	0					non-mobilizable	other	1388.0	94.81299999999999	99.0	0.008427512455948475	NZ_JH379450.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1064, whole genome shotgun sequence	False	False
AST0148_000000019236	1783	0.5163480110193743	2	2	2	1	1	False	104846	maximal	True	AST0148_000000019236	1.0		56	8	False	False	1.0	0					non-mobilizable	other	1783.0	97.70100000000001	100.0	0.011829370295136815	NZ_GL882580.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld0, whole genome shotgun sequence	False	False
ENG0048_000000000124	48072	0.5163425908306704	68	26	11	22	14	True	99771	fragment	False	ENG0048_000000000124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1505.0	82.72399999999999	5.0	0.02575786233815362	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	True
FIJ0126_000000021847	1781	0.5163421658846891	3	2	2	1	1	False	41133	maximal	True	FIJ0126_000000021847	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	0.013482280431432974	NZ_BCRK01000328.1	high GC Gram+	Nocardiopsis trehalosi NBRC 14201, whole genome shotgun sequence	True	False
FIJ0003_000000001239	17302	0.5163416041098774	15	9	4	7	5	True	52229	maximal	True	FIJ0003_000000001239	1.0		1	1	False	False	0.9998266100883484	0					non-mobilizable	no_good_hit	781.0	76.44	4.0	0.00031554389727857734	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	True
ISR0795_000000000377	19985	0.5163415021216177	18	9	4	9	6	False	74070	maximal	True	ISR0795_000000000377	1.0		100	10	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	76.577	1.0	3.8274581850193284e-05	CP049872.1	g-proteobacteria	Thermomonas sp. HDW16 chromosome, complete genome	True	False
SPA0086_000000000778	17272	0.5163415021216177	15	9	4	9	6	False	74069	fragment	False	SPA0085_000000000679	0.995387129703925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	76.577	1.0	3.8274581850193284e-05	CP049872.1	g-proteobacteria	Thermomonas sp. HDW16 chromosome, complete genome	True	False
SPA0085_000000000679	17272	0.5163415021216177	15	9	4	9	6	False	74069	fragment	False	SPA0085_000000000679	0.995387129703925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	76.577	1.0	3.8274581850193284e-05	CP049872.1	g-proteobacteria	Thermomonas sp. HDW16 chromosome, complete genome	True	False
ISR0039_000000025533	1464	0.5163406693034767	2	2	2	2	2	False	36531	maximal	True	ISR0039_000000025533	1.0		65	6	False	False	1.0	0					non-mobilizable	no_good_hit	113.0	79.646	8.0	0.00020808426277637372	NZ_HG428742.1	firmicutes	Bacillus massiliogorillae strain G2, whole genome shotgun sequence	True	False
ENG0191_000000002016	10613	0.516337925350536	11	9	9	9	8	False	109037	maximal	True	ENG0191_000000002016	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	73.319	5.0	0.00014407628887843862	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0081_000000027217	2011	0.5163358625117704	3	2	2	2	2	False	9980	maximal	True	MON0081_000000027217	1.0		22	7	False	False	1.0	0					non-mobilizable	chromosome	2036.0	83.104	99.0	0.00045612387021103876	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0118_000000019797	1230	0.5163343367034461	2	1	1	1	1	False	4237	maximal	True	SPA0118_000000019797	1.0		4	3	False	False	0.9991869926452637	0					non-mobilizable	no_good_hit	766.0	77.546	61.0	0.0002108435672158946	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0029_000000007559	3195	0.5163338032783603	4	3	2	3	1	False	119333	maximal	True	ENG0029_000000007559	1.0		20	3	False	False	0.9990610480308533	0					non-mobilizable	other	2392.0	98.99700000000001	100.0	0.0007676284870752039	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0053_000000024343	1350	0.5163311925469061	2	2	2	2	1	False	6464	fragment	False	SPA0053_000000024343	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	97.63	100.0	0.0003746160809992724	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0123_000000016970	1933	0.516326668066441	3	3	3	2	0	True	41332	maximal	True	FIJ0123_000000016970	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	88.77600000000001	5.0	2.9204842463961375e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0311_000000019507	1229	0.516325635841285	2	2	2	2	2	False	25284	maximal	True	ISR0311_000000019507	1.0		1	1	False	False	0.9764035940170288	0					non-mobilizable	no_good_hit	124.0	77.419	10.0	0.00013218525162172733	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
ISR0223_000000012666	2316	0.5163255909505037	4	4	3	3	3	False	27812	maximal	True	ISR0223_000000012666	1.0		200	10	False	False	0.9961140155792236	0					non-mobilizable	other	1764.0	84.58	93.0	0.0488282890500322	NZ_QRYH01000025.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf25, whole genome shotgun sequence	False	False
DEN0046_000000000498	18194	0.5163215809478912	15	12	8	12	6	True	80139	maximal	True	DEN0046_000000000498	1.0		4	4	False	False	0.9996152520179749	0					non-mobilizable	no_good_hit	507.0	74.753	3.0	0.006439992743670148	NZ_NFHM01000014.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_14, whole genome shotgun sequence	True	True
ISR0267_000000009617	1821	0.5163213431419601	2	2	1	1	0	False	26534	maximal	True	ISR0267_000000009617	1.0		1	1	False	False	0.9994508624076843	0					non-mobilizable	no_good_hit								True	False
ISR0207_000000007572	3581	0.5163194854953571	5	4	4	4	4	False	96635	fragment	False	ISR0207_000000007572	0.8555164513442708		0	0	False	False	0.9885506629943848	0					non-mobilizable	other	3433.0	98.74700000000001	96.0	0.0009279640841126979	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0174_000000008908	2107	0.5163133515838286	4	3	1	3	1	False	123056	maximal	True	ENG0174_000000008908	1.0		12	3	False	False	1.0	0					non-mobilizable	chromosome	1565.0	98.46600000000001	100.0	0.00041885787667194773	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0175_000000013369	1906	0.5163133515838286	3	3	1	3	1	False	123052	fragment	False	ENG0175_000000013369	0.989108312104278		0	0	False	False	1.0	0					non-mobilizable	chromosome	1560.0	98.462	100.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0158_000000010510	1783	0.5163133515838286	3	3	1	3	1	False	123052	fragment	False	ENG0175_000000013369	0.9669009721993956		0	0	False	False	0.9966349005699158	0					non-mobilizable	chromosome	1562.0	98.656	99.0	0.00041805392681269255	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0019_000000010724	1660	0.5163133515838286	3	3	1	3	1	False	123052	fragment	False	ENG0175_000000013369	0.6397457468685736		0	0	False	False	0.9867469668388367	0					non-mobilizable	chromosome	1492.0	97.92200000000001	100.0	0.00039929509676340505	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0107_000000026129	1520	0.5163127033602711	2	2	2	1	1	False	14658	maximal	True	MAD0107_000000026129	1.0		10	6	False	False	0.9519736766815186	0					non-mobilizable	no_good_hit	270.0	87.037	18.0	8.852426019131338e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
TAN0010_000000009075	1731	0.5163115116520582	2	2	2	1	1	False	2615	maximal	True	TAN0010_000000009075	1.0		1	1	False	False	0.9780473709106445	0					non-mobilizable	no_good_hit								True	False
ENG0149_000000009015	2375	0.5163110709614106	4	3	3	3	2	False	57216	maximal	True	ENG0149_000000009015	1.0		1	1	False	False	0.9983158111572266	0					non-mobilizable	no_good_hit								True	False
FIJ0031_000000010567	2293	0.516306118881971	3	3	3	3	3	False	48586	fragment	False	FIJ0063_000000011276	0.9456199746085485		0	0	False	False	1.0	0					non-mobilizable	chromosome	2293.0	99.913	100.0	0.00040408278760707006	CP056668.1	enterobacteria	Klebsiella oxytoca strain RHBSTW-00651 chromosome, complete genome	False	False
MAD0104_000000006794	1649	0.5163056586789981	3	1	1	1	1	True	14882	fragment	False	MAD0104_000000006794	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0093_000000011843	1437	0.5163027236233789	1	1	1	1	1	False	109463	fragment	False	AST0093_000000011843	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1437.0	98.399	100.0	0.04396311387518765	CP011537.1	firmicutes	Lactobacillus fermentum 3872 plasmid pLF3872, complete sequence	False	True
ENG0127_000000009197	2768	0.5163003779461813	3	2	2	2	2	False	58735	maximal	True	ENG0127_000000009197	1.0		285	13	False	False	0.9945809245109558	0					non-mobilizable	other	2777.0	83.867	100.0	0.04011760105435428	NZ_QRYH01000009.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf9, whole genome shotgun sequence	False	False
SPA0119_000000009640	3431	0.5162996845700135	2	2	1	1	2	False	22178	maximal	True	SPA0119_000000009640	1.0		450	11	False	False	0.9959195852279663	0					non-mobilizable	other	3431.0	97.90100000000001	100.0	0.0009114299964632264	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MON0007_000000041023	1572	0.5162986828814549	3	2	2	2	2	False	13930	maximal	True	MON0007_000000041023	1.0		39	8	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	80.311	49.0	0.00026736803262810733	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0082_000000009817	3143	0.5162964890661044	4	3	3	3	3	False	9929	maximal	True	MON0082_000000009817	1.0		35	4	False	False	0.9945911765098572	0					non-mobilizable	no_good_hit								True	False
SPA0131_000000013613	1946	0.5162945690344253	3	2	1	1	2	False	109610	maximal	True	SPA0131_000000013613	1.0		16	4	False	False	0.9964028596878052	0					non-mobilizable	no_good_hit	1179.0	99.491	61.0	0.005811085459460526	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0097_000000020430	1537	0.5162944701028194	1	1	1	1	1	False	129462	maximal	True	ENG0097_000000020430	1.0		217	7	False	False	0.9889394640922546	0					non-mobilizable	no_good_hit	1217.0	97.288	79.0	0.00034588001718022454	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0348_000000005482	2623	0.5162942062560784	4	3	0	0	3	False	24142	maximal	True	ISR0348_000000005482	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	2623.0	100.0	100.0	0.024029032790190436	CP030921.1	enterobacteria	Escherichia coli strain KL53 plasmid pKL53-M, complete sequence	False	True
FIJ0134_000000004678	3397	0.5162815095344039	5	4	1	3	2	False	120311	maximal	True	FIJ0134_000000004678	1.0		2	2	False	False	0.9973506331443787	0					non-mobilizable	no_good_hit								True	False
FIJ0049_000000005188	3254	0.5162743369810696	5	5	3	5	5	False	83817	maximal	True	FIJ0049_000000005188	1.0		30	7	False	False	0.9987707734107971	0					non-mobilizable	no_good_hit	1464.0	96.995	54.0	0.02676167274192662	NZ_CYXX01000025.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
AST0062_000000005048	3401	0.5162740618255299	3	3	2	3	2	True	116581	maximal	True	AST0062_000000005048	1.0		0	0	False	False	0.996765673160553	0					non-mobilizable	no_good_hit	1384.0	93.569	45.0	0.007954427638324098	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
FIJ0089_000000005911	3884	0.5162722535810126	6	3	2	2	3	False	100544	fragment	False	FIJ0089_000000005911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	51.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0013_000000008155	3282	0.5162722535810126	4	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.6728680954257853		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	60.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0017_000000008621	3249	0.5162722535810126	4	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.6722554841758764		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	61.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0097_000000009464	3245	0.5162722535810126	4	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.6722515554307898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	61.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0079_000000009765	2903	0.5162722535810126	3	3	2	2	3	False	100514	fragment	False	ETH0003_000000010764	0.4775540704292704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1593.0	79.222	54.0	0.00042094267150279466	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0055_000000016366	1909	0.5162720689379157	2	1	1	1	1	False	6397	fragment	False	SPA0055_000000016366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	7.326043106437639e-05	NZ_KB902691.1	a-proteobacteria	Rhizobium giardinii bv. giardinii H152 A3AYDRAFT_scaffold_3.4, whole genome shotgun sequence	True	False
MON0067_000000010381	1748	0.5162720689379157	2	1	1	1	1	False	10596	fragment	False	MON0067_000000010381	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	7.326043106437639e-05	NZ_KB902691.1	a-proteobacteria	Rhizobium giardinii bv. giardinii H152 A3AYDRAFT_scaffold_3.4, whole genome shotgun sequence	True	False
SPA0069_000000016388	1348	0.5162720689379157	1	1	1	1	1	False	5937	fragment	False	SPA0069_000000016388	1.0		0	0	False	False	0.9977744817733765	0					non-mobilizable	no_good_hit	62.0	100.0	5.0	1.530589713634192e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0144_000000015464	2039	0.516271101060085	3	2	2	2	1	True	40086	maximal	True	FIJ0144_000000015464	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	72.816	10.0	0.0009104348453162184	NZ_VENP01000001.1	high GC Gram+	Miniimonas arenae strain KCTC 19750 contig1, whole genome shotgun sequence	True	True
ISR0360_000000009262	2632	0.5162703129981405	4	3	3	2	3	True	37454	maximal	False	ISR0024_000000008681	0.9714231642694928		0	0	False	False	0.9954407215118408	0					non-mobilizable	no_good_hit	1476.0	90.65	56.0	0.00044409425396229924	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MON0070_000000017744	1903	0.5162685327178569	2	2	2	2	2	False	10451	fragment	False	MON0070_000000017744	1.0		0	0	False	False	0.9884393215179443	0					non-mobilizable	chromosome	1808.0	100.0	100.0	0.00042985419450390855	CP053719.1	enterobacteria	Proteus mirabilis strain MPE0346 chromosome, complete genome	False	False
ENG0078_000000000682	28809	0.5162674375009704	22	7	5	5	2	True	74657	maximal	True	ENG0078_000000000682	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2582.0	83.811	23.0	0.0008402232509368962	CP045918.1	firmicutes	Enterococcus faecalis strain BFFF11 chromosome, complete genome	True	True
ISR0837_000000006627	1926	0.516263055186271	4	3	3	3	1	True	20908	maximal	True	ISR0837_000000006627	1.0		3	1	False	False	0.9937694668769836	0					non-mobilizable	no_good_hit								True	True
SPA0093_000000007861	5161	0.5162603288387905	7	5	5	5	5	False	67255	maximal	True	SPA0093_000000007861	1.0		22	2	False	False	0.9984499216079712	0					non-mobilizable	chromosome	2252.0	93.206	100.0	0.0009747007066146537	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ENG0055_000000016761	1155	0.5162595156517037	2	2	2	1	1	False	63617	fragment	False	ENG0055_000000016761	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1155.0	100.0	100.0	0.00023195844687538505	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
ISR0339_000000004671	3048	0.5162588746246108	3	2	1	1	2	False	24400	fragment	False	ISR0339_000000004671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	488.0	71.721	16.0	0.0002960389499180388	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
SPA0101_000000005413	7871	0.5162567259473196	5	5	3	4	5	False	36439	fragment	False	SPA0101_000000005413	0.9439290212136472		0	0	False	False	0.9998729228973389	0					non-mobilizable	no_good_hit	1566.0	79.119	52.0	0.024337230886389238	NZ_QEKJ01000015.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_115, whole genome shotgun sequence	True	False
TAN0002_000000022265	1814	0.5162540480423646	3	3	3	2	2	False	58818	maximal	True	TAN0002_000000022265	0.9722059684025746		858	15	False	False	0.9994487166404724	0					non-mobilizable	chromosome	1814.0	98.787	100.0	0.0005843631135047186	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0026_000000003694	6473	0.516249904094475	10	7	4	4	5	True	130641	backbone	False	ISR0366_000000001985	0.9907421149606902	PS1110|PS1111	0	0	True	True	1.0	114		MOBV			mobilizable	no_good_hit	3651.0	94.33	76.0	0.031261318753341726	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
MON0085_000000016884	1732	0.5162497640864102	3	3	3	3	1	False	9781	fragment	False	MON0085_000000016884	1.0		0	0	False	False	0.9907621145248413	0					non-mobilizable	no_good_hit								True	False
SPA0031_000000029655	1145	0.5162446332777066	2	2	2	2	1	False	72401	maximal	False	DEN0051_000000041965	0.9629097317292553		0	0	False	False	0.9947597980499268	0					non-mobilizable	chromosome	1160.0	79.914	100.0	0.00039280754435140375	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0104_000000020732	2192	0.5162427806070043	3	3	3	3	3	False	51876	maximal	True	MON0104_000000020732	1.0		93	9	False	False	0.993156909942627	0					non-mobilizable	no_good_hit	115.0	83.478	19.0	1.7572823022699733e-05	CP018101.1	b-proteobacteria	Delftia sp. HK171, complete genome	True	False
SPA0053_000000026304	1246	0.5162403335763415	2	2	2	1	1	False	28187	fragment	False	SPA0053_000000026304	0.9878472222222222		0	0	False	False	0.9919742941856384	0					non-mobilizable	no_good_hit	512.0	72.852	41.0	0.009006293768282953	NZ_WNAJ01000025.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold25_size56405, whole genome shotgun sequence	True	False
AUS0022_000000017776	1928	0.5162391962963686	3	2	2	2	1	False	99205	fragment	False	AUS0022_000000017776	1.0		0	0	False	False	0.9927386045455933	0					non-mobilizable	no_good_hit	640.0	87.344	47.0	0.00020506389071988016	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
FIJ0058_000000028696	1460	0.5162368999986313	2	2	2	2	2	False	45975	fragment	False	MON0092_000000037199	0.9604651162790697		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	100.0	100.0	0.00035422878517978626	AP023205.1	enterobacteria	Escherichia coli TUM18781 DNA, complete genome	False	False
ISR0010_000000006405	2917	0.5162365703981521	3	3	2	3	2	False	62572	maximal	True	ISR0010_000000006405	1.0		899	12	False	False	0.9993143677711487	0					non-mobilizable	chromosome	2917.0	99.76	100.0	0.0005819961990618604	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0378_000000008896	2871	0.5162362402748482	4	2	1	2	1	False	60748	maximal	True	ISR0378_000000008896	1.0		39	7	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.178096255334586e-07	CP032579.1	eudicots	Gossypium turneri isolate D10-2 chromosome D10_09	True	False
CHI0155_000000006519	1917	0.5162342923284025	2	2	2	2	1	False	108065	maximal	True	CHI0155_000000006519	1.0		10	7	False	False	1.0	0					non-mobilizable	no_good_hit	1536.0	96.68	86.0	0.0005416588593687751	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MAD0016_000000002925	1911	0.5162342923284025	2	2	2	2	1	False	108064	fragment	False	MAD0016_000000002925	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1563.0	96.993	97.0	0.0005511864093381281	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0208_000000017105	1612	0.5162342923284025	2	2	2	2	1	False	108051	fragment	False	AST0118_000000020065	0.8200557336045422		0	0	False	False	1.0	0					non-mobilizable	chromosome	1530.0	97.90799999999999	99.0	0.0005395416260422523	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0098_000000023648	1599	0.5162342923284025	2	2	2	2	1	False	108051	fragment	False	AST0118_000000020065	0.8402148368694764		0	0	False	False	1.0	0					non-mobilizable	chromosome	1500.0	99.4	99.0	0.0005289554594096377	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0296_000000016727	1560	0.5162342923284025	2	2	2	2	1	False	108051	fragment	False	AST0118_000000020065	0.7477178024777993		0	0	False	False	0.9987179636955261	0					non-mobilizable	chromosome	1560.0	98.07700000000001	100.0	0.0005501277926748667	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0118_000000020065	1551	0.5162342923284025	2	2	2	2	1	False	108051	fragment	False	AST0118_000000020065	0.8607705210619137		0	0	False	False	0.9993552565574646	0					non-mobilizable	chromosome	1448.0	98.34299999999999	99.0	0.0005106061039131059	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0054_000000037010	1364	0.5162342923284025	2	2	2	2	1	False	108051	fragment	False	AST0118_000000020065	0.4038804866822548		0	0	False	False	0.9970674514770508	0					non-mobilizable	chromosome	1364.0	99.194	100.0	0.0004806119651206982	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0077_000000015641	1330	0.5162342923284025	2	2	2	2	1	False	108051	fragment	False	AST0118_000000020065	0.3603065540855646		0	0	False	False	0.9984962344169617	0					non-mobilizable	chromosome	1330.0	99.17299999999999	100.0	0.0004686143096037351	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0050_000000015270	1695	0.516233242458488	4	3	3	1	2	False	6584	maximal	True	SPA0050_000000015270	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	314.0	97.771	18.0	0.0001849655509048243	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
AST0093_000000010837	1588	0.5162311385349164	1	1	1	1	1	False	109491	fragment	False	AST0093_000000010837	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1589.0	94.902	100.0	0.044026726551886664	CR377166.1	firmicutes	Circular plasmid pWCFS103 from Lactobacillus plantarum WCFS1	False	True
ISR0042_000000007282	3633	0.5162277383150173	6	5	0	2	3	True	36375	maximal	True	ISR0042_000000007282	1.0		4	3	False	False	1.0	0					non-mobilizable	other	3633.0	82.852	99.0	0.007103496544857703	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	True
ISR0358_000000000137	35136	0.516227025876142	33	12	4	6	9	False	32804	maximal	True	ISR0358_000000000137	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2557.0	73.641	7.0	0.013313011961245779	NC_007581.1	viruses	Clostridium phage c-st, complete genome	True	False
ISR0237_000000007795	1536	0.5162267088838667	2	2	2	2	2	False	27309	maximal	True	ISR0237_000000007795	1.0		94	6	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	99.56299999999999	59.0	0.0033840446733360958	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0113_000000026776	1391	0.5162257544061667	2	2	1	1	2	False	106454	maximal	True	AST0113_000000026776	1.0		109	7	False	False	1.0	0					non-mobilizable	other	1391.0	99.85600000000001	100.0	0.018977663699415653	NZ_CYZO01000014.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0812_000000031270	1260	0.5162257544061667	2	2	1	1	2	False	106454	maximal	False	AST0113_000000026776	0.9529115744069014		0	0	False	False	0.9920634627342224	0					non-mobilizable	other	1260.0	99.84100000000001	100.0	0.01718912129321173	NZ_CYZO01000014.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0259_000000013455	1354	0.5162250063408418	3	1	1	1	1	False	127826	fragment	False	ISR0085_000000014249	0.14358600173584055		0	0	False	False	0.9977843165397644	0					non-mobilizable	no_good_hit	62.0	93.54799999999999	5.0	1.8365931858779835e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0005_01_000000018235	1753	0.5162234519685976	3	3	3	2	1	False	2163	maximal	True	USA0005_01_000000018235	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	584.0	96.06200000000001	42.0	0.00024190533132703186	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
FIJ0009_000000030006	1439	0.5162233758355033	2	2	2	2	2	False	51187	maximal	True	FIJ0009_000000030006	1.0		66	9	False	False	1.0	0					non-mobilizable	chromosome	1418.0	99.71799999999999	99.0	0.00026361603812442304	CP028391.2	enterobacteria	Klebsiella pneumoniae strain WCHKP13F2 chromosome, complete genome	False	False
ISR0029_000000014644	3131	0.5162187180711958	5	5	4	4	5	False	76128	maximal	True	ISR0029_000000014644	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0048_000000002664	6674	0.5162181324734433	5	4	4	4	2	True	114991	maximal	True	AST0048_000000002664	1.0		2	2	False	False	0.9991009831428528	0					non-mobilizable	no_good_hit	1019.0	70.756	15.0	0.0004200210010500525	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
DEN0046_000000011332	2153	0.5162171846727283	4	2	1	1	2	False	72720	maximal	True	DEN0046_000000011332	0.9454670340124665		68	9	False	False	0.9948908686637878	0					non-mobilizable	no_good_hit	990.0	78.283	48.0	0.00663709345270649	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0067_000000005463	5144	0.5162160866816436	10	2	2	2	2	False	62685	fragment	False	ENG0067_000000005463	1.0		0	0	False	False	0.9965007901191711	0					non-mobilizable	no_good_hit	889.0	95.726	17.0	0.9988751406074241	GQ882589.1		Uncultured organism clone VC1D347TR genomic sequence	True	False
SPA0036_000000009599	2561	0.5162158994186321	3	3	3	3	2	False	56934	maximal	True	SPA0036_000000009599	1.0		72	8	False	False	1.0	0					non-mobilizable	other	2559.0	97.57700000000001	99.0	0.004081749886706708	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
SPA0122_000000015179	1630	0.5162156309347417	2	1	1	1	1	False	68953	fragment	False	SPA0149_000000024278	0.9617486338797814		0	0	False	False	1.0	0					non-mobilizable	chromosome	1525.0	82.426	93.0	0.0004239242014579525	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0214_000000013560	2130	0.5162152437578524	3	3	3	3	2	False	28219	maximal	True	ISR0214_000000013560	1.0		17	5	False	False	0.9990610480308533	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	9.614263475822174e-05	NZ_FRDN01000006.1	firmicutes	Desulfitobacterium chlororespirans DSM 11544, whole genome shotgun sequence	True	False
ISR0095_000000027306	1303	0.5162129070313237	2	2	2	2	2	False	33384	maximal	True	ISR0095_000000027306	1.0		36	10	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	74.60600000000001	39.0	0.00014396898496723848	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
SPA0012_000000021001	1130	0.5162126952254581	2	2	2	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.03266641577246106		0	0	False	False	1.0	0					non-mobilizable	chromosome	1074.0	96.555	95.0	0.00036116551781475005	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0027_000000004015	2856	0.5162120397949164	3	3	2	3	2	False	90551	maximal	True	MAD0027_000000004015	1.0		3	1	False	False	1.0	0					non-mobilizable	other	2871.0	93.521	100.0	0.0436908035441491	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0101_000000016114	3694	0.5162063213507601	6	2	0	2	1	False	9069	fragment	False	MON0101_000000016114	1.0		0	0	False	False	0.9921494126319885	0					non-mobilizable	plasmid	3695.0	99.18799999999999	100.0	0.031330639684911045	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
MON0037_000000030799	2287	0.5162063085474672	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.01781735342046626		0	0	False	False	1.0	0					non-mobilizable	chromosome	2298.0	86.42299999999999	99.0	0.0009810811703166345	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0101_000000007249	3318	0.5162028022475696	4	3	2	3	2	True	33147	fragment	False	ISR0101_000000007249	1.0		0	0	False	False	0.9996986389160156	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	5.015944433367567e-05	NZ_KN882175.1	d-proteobacteria	Desulfonatronovibrio magnus strain AHT22 LZ23DRAFT_scaffold00001.1, whole genome shotgun sequence	True	True
AST0019_000000020000	1512	0.5162023414358257	1	1	1	1	1	False	122118	maximal	True	AST0019_000000020000	1.0		7	4	False	False	0.9907407164573669	0					non-mobilizable	no_good_hit	1318.0	96.81299999999999	87.0	0.02266342657222136	NZ_CBYM010000021.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AST0153_000000023410	1465	0.5161992324278089	2	2	2	2	1	False	103315	maximal	True	AST0153_000000023410	1.0		24	9	False	False	0.9993174076080322	0					non-mobilizable	other	802.0	85.91	97.0	0.00044532657282006803	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	False
SPA0087_000000005322	2892	0.5161961488742729	4	4	3	4	4	False	5483	fragment	False	SPA0087_000000005322	1.0		0	0	False	False	0.999654233455658	0					non-mobilizable	no_good_hit	54.0	90.741	2.0	5.540038801177415e-05	NZ_FOOT01000002.1	CFB group bacteria	Pontibacter chinhatensis strain LP51, whole genome shotgun sequence	True	False
USA0116_01_000000013344	1864	0.5161924814234928	3	2	2	2	2	False	104436	maximal	True	USA0116_01_000000013344	1.0		96	11	False	False	1.0	0					non-mobilizable	other	1678.0	99.94	90.0	0.012255045334893244	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	False	False
ISR0150_000000014367	1662	0.5161883217448963	4	3	3	3	3	False	39085	fragment	False	MON0075_000000013936	0.9602433615552332		0	0	False	False	0.9993982911109924	0					non-mobilizable	other	1666.0	97.479	100.0	0.0005173564856841892	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0046_000000002157	9505	0.5161875029016239	10	9	7	8	2	True	46348	maximal	True	MAD0046_000000002157	1.0		49	4	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	92.15700000000001	1.0	0.007467652495378928	NZ_GL831020.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld224, whole genome shotgun sequence	True	True
ISR0811_000000003278	4153	0.5161873752150257	4	4	3	2	3	False	80614	fragment	False	ISR0811_000000003278	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4154.0	96.02799999999999	100.0	0.0018235704384826066	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0047_01_000000001860	14081	0.5161796331142237	13	7	2	7	2	False	127403	fragment	False	USA0047_01_000000001860	0.9283647671659233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	9.697021936818514e-05	NZ_BJMH01000004.1	firmicutes	Brevibacillus parabrevis strain NBRC 12334 sequence004, whole genome shotgun sequence	True	False
USA0073_01_000000001741	14074	0.5161796331142237	12	7	2	7	2	False	127403	fragment	False	USA0047_01_000000001860	0.8102891146441632		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0004_01_000000001698	14007	0.5161796331142237	12	7	2	7	2	False	127403	fragment	False	USA0047_01_000000001860	0.8032141967649249		0	0	False	False	0.9992860555648804	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	1.1805379394660456e-05	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
USA0035_01_000000015284	1667	0.5161790088098888	2	2	2	2	1	False	80856	maximal	True	USA0035_01_000000015284	0.9739604742316949		681	14	False	False	0.9916017055511475	0					non-mobilizable	other	1667.0	98.38	100.0	0.018106727529616347	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0004_000000028323	1592	0.5161790088098888	2	2	2	2	1	False	80856	maximal	False	USA0035_01_000000015284	0.8272107702773474		0	0	False	False	0.9949748516082764	0					non-mobilizable	other	1592.0	98.367	100.0	0.017291598739267472	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0092_000000008752	2494	0.5161776822422272	3	3	3	0	1	False	61115	maximal	True	ENG0092_000000008752	1.0		3	2	False	False	0.999599039554596	0					non-mobilizable	no_good_hit	39.0	94.87200000000001	2.0	0.062193126022913256	LK827747.1	flatworms	Dicrocoelium dendriticum genome assembly D_dendriticum_Leon_v1_0_4, scaffold DDEL_contig0061605	True	False
MAD0024_000000005445	2384	0.5161776822422272	3	3	3	0	1	False	19199	fragment	False	MAD0024_000000005445	1.0		0	0	False	False	0.9995805621147156	0					non-mobilizable	no_good_hit								True	False
FIJ0085_000000011449	2704	0.5161716216151896	4	4	4	4	3	True	129036	maximal	True	FIJ0085_000000011449	1.0		1	1	False	False	0.9985207319259644	0					non-mobilizable	no_good_hit	599.0	80.134	27.0	0.0016568390634675355	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	True
FIJ0079_000000011231	2513	0.5161702530467808	3	2	1	2	2	True	44389	fragment	False	FIJ0079_000000011231	1.0		0	0	False	False	0.9876641631126404	0					non-mobilizable	chromosome	2363.0	99.57700000000001	94.0	0.00042913651628356873	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	True
ISR0300_000000005263	1867	0.5161702530467808	3	2	1	2	2	True	30235	fragment	False	ISR0300_000000005263	1.0		0	0	False	False	0.9989287853240967	0					non-mobilizable	chromosome	1867.0	98.23200000000001	100.0	0.00027660696640426064	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	True
ISR0165_000000014583	1592	0.5161702530467808	2	2	1	2	2	True	30234	fragment	False	ISR0165_000000014583	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	96.04299999999999	100.0	0.0003081428938588148	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
ENG0095_000000012932	2146	0.5161693724364153	3	2	2	2	1	True	60963	fragment	False	SPA0109_000000013845	0.9685576077396658		0	0	False	False	0.999534010887146	0					non-mobilizable	other	2146.0	99.95299999999999	100.0	0.0005499375327366661	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
MAD0049_000000005682	3013	0.5161670714897092	4	3	2	2	2	False	31273	maximal	True	MAD0049_000000005682	1.0		21	5	True	True	0.9960172772407532	1					non-mobilizable	other	1540.0	98.831	90.0	0.0006521644183672907	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	True
SPA0111_000000014799	2326	0.516166875312427	2	2	2	2	2	False	120358	fragment	False	SPA0111_000000014799	0.9632063074901446		0	0	False	False	1.0	0					non-mobilizable	other	2325.0	99.01100000000001	99.0	0.008965634307053686	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0187_000000012550	2322	0.5161660358403014	3	2	2	2	0	True	127711	maximal	True	ENG0187_000000012550	1.0	PS1022	59	8	False	True	0.9935400485992432	0					non-mobilizable	no_good_hit	1310.0	99.542	56.0	0.020506955758867025	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ENG0171_000000014434	1664	0.5161654130682403	3	3	3	3	1	False	55787	maximal	True	ENG0171_000000014434	1.0		6	5	False	False	0.9591346383094788	0					non-mobilizable	no_good_hit	112.0	80.357	7.0	0.0009410452573061708	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
USA0031_01_000000009092	3256	0.5161652436322828	4	3	1	3	1	True	1544	maximal	True	USA0031_01_000000009092	1.0		1	1	False	False	0.9993857741355896	0					non-mobilizable	other	3050.0	84.295	93.0	0.0014518988540762718	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	False	True
MON0097_000000015575	2291	0.5161648673984763	3	3	3	3	2	False	9233	maximal	True	MON0097_000000015575	1.0		0	0	False	False	0.9890877604484558	0					non-mobilizable	no_good_hit								True	False
DEN0085_000000020556	1367	0.5161641090290501	2	2	2	2	1	False	94556	maximal	True	DEN0085_000000020556	1.0		5	5	False	False	0.9970738887786865	0					non-mobilizable	no_good_hit	1223.0	100.0	89.0	0.00024456987823742374	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	True	False
DEN0076_000000003873	1899	0.5161611453164119	3	3	3	3	3	False	109867	maximal	False	ISR0255_000000015196	0.902600801607408		0	0	False	False	1.0	0					non-mobilizable	other	1899.0	98.15700000000001	100.0	0.04655269676976282	NZ_WNAJ01000028.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold28_size40771, whole genome shotgun sequence	False	False
MAD0100_000000024573	1392	0.5161598283987929	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.06864741173152847		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	85.34100000000001	77.0	0.023418178634742073	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	True	False
MAD0097_000000016885	2421	0.5161593336834122	3	3	3	3	3	False	15424	maximal	True	MAD0097_000000016885	1.0		12	3	False	False	0.9966955780982971	0					non-mobilizable	no_good_hit	44.0	88.63600000000001	2.0	6.9925555302414205e-06	NZ_CP019630.1	a-proteobacteria	Labrenzia aggregata strain RMAR6-6 chromosome, complete genome	True	False
ENG0143_000000011989	1552	0.5161565023011628	2	2	2	2	2	False	57602	maximal	True	ENG0143_000000011989	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1552.0	100.0	100.0	0.0247332918719801	NZ_SMCQ01000017.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_117, whole genome shotgun sequence	False	False
FIJ0083_000000001156	20433	0.5161532912982985	32	12	10	10	7	True	51928	maximal	True	FIJ0083_000000001156	1.0		1	1	False	False	0.9999510645866394	0					non-mobilizable	no_good_hit	98.0	85.714	0.0	0.0005015382229001319	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
MAD0028_000000005582	2271	0.5161461371299715	3	3	3	3	3	False	19017	maximal	True	MAD0028_000000005582	1.0		1	1	False	False	0.9969176650047302	0					non-mobilizable	no_good_hit	1501.0	98.601	66.0	0.014088078667831282	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	True	False
USA0059_01_000000004151	6151	0.5161423945964391	5	5	5	5	3	False	103659	maximal	True	USA0059_01_000000004151	1.0		44	8	False	False	0.9983742237091064	0					non-mobilizable	other	3431.0	100.0	99.0	0.1121941645950543	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
FIJ0114_000000012132	3121	0.5161416936805746	9	2	1	2	1	False	41883	maximal	True	FIJ0114_000000012132	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.913005197150084e-06	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ISR0191_000000003138	3033	0.5161405427486225	3	3	3	2	2	False	44053	maximal	True	ISR0191_000000003138	1.0		680	16	False	False	1.0	0					non-mobilizable	chromosome	3031.0	98.87799999999999	99.0	0.0008082739509844537	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0830_000000017744	1676	0.5161375489506059	2	2	2	2	1	True	21038	maximal	True	ISR0830_000000017744	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	73.67	44.0	0.003106149086783796	NZ_CABJAT010000010.1	firmicutes	Murimonas intestini isolate MGYG-HGUT-00135, whole genome shotgun sequence	True	True
MAD0037_000000001916	6732	0.5161346093147519	6	5	2	4	4	False	18680	maximal	True	MAD0037_000000001916	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	6261.0	99.13799999999999	100.0	0.10997240142739115	CP014200.1	enterobacteria	Escherichia coli strain MRE600 plasmid pMRE600-2, complete sequence	False	True
FIJ0071_000000028479	1306	0.5161344447658831	2	1	1	1	1	False	58145	fragment	False	FIJ0134_000000011155	0.9636052505025328		0	0	False	False	0.9938744306564331	0					non-mobilizable	no_good_hit	445.0	75.955	34.0	0.0034182431166885183	NZ_QFFM01000006.1	high GC Gram+	Bifidobacterium callitrichidarum strain TRI 5 DS8229454_c6, whole genome shotgun sequence	True	False
ETH0004_000000021507	1336	0.5161335923961706	2	1	1	1	1	False	76262	fragment	False	DEN0007_000000016895	0.6470487263735489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	73.303	32.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
MON0053_000000024897	1611	0.5161287895350402	2	1	1	1	1	False	11176	fragment	False	MON0053_000000024897	0.9574582415319529		0	0	False	False	0.9968963265419006	0					non-mobilizable	other	1611.0	99.565	100.0	0.00972950760231091	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0344_000000019249	1778	0.5161241441474251	2	2	2	2	2	False	24258	maximal	True	ISR0344_000000019249	1.0		10	4	False	False	0.9983127117156982	0					non-mobilizable	no_good_hit	606.0	77.393	34.0	0.00010404854262040896	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ISR0004_000000000956	15491	0.5161210197984559	19	10	7	8	9	False	38584	maximal	True	ISR0004_000000000956	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	99.65100000000001	6.0	0.9988344988344988	GQ882087.1		Uncultured organism clone VC1CY14TR genomic sequence	True	False
FIJ0117_000000008941	2269	0.5161208460176973	3	3	3	3	2	False	109247	fragment	False	USA0087_01_000000006449	0.9686743176596883		0	0	False	False	0.9942706227302551	0					non-mobilizable	no_good_hit	503.0	96.62	22.0	0.5954922894424673	GQ883860.1		Uncultured organism clone VC1DF78TR genomic sequence	True	False
ISR0375_000000005746	3464	0.5161207046875226	4	4	2	4	2	True	129846	fragment	False	ISR0375_000000005746	1.0		0	0	False	False	0.994226336479187	0					non-mobilizable	other	3464.0	99.971	100.0	0.0006707095169283944	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
FIJ0023_000000005965	5038	0.5161200271173401	7	7	6	7	5	False	125496	fragment	False	FIJ0023_000000005965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2430.0	82.305	81.0	0.000675594241901328	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0791_000000009479	1931	0.5161192697959435	2	2	2	2	1	False	77539	fragment	False	ISR0791_000000009479	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0095_000000022470	1640	0.5161192697959435	2	2	2	2	1	False	77538	fragment	False	MAD0095_000000022470	0.99932478055368		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0179_000000014754	1481	0.5161192697959435	2	2	2	2	1	False	77538	fragment	False	MAD0095_000000022470	0.9509146341463415		0	0	False	False	0.9777177572250366	0					non-mobilizable	no_good_hit								True	False
MON0018_000000007203	2427	0.5161180101319442	3	2	2	2	2	False	78322	maximal	True	MON0018_000000007203	1.0		18	4	False	False	0.9649773240089417	0					non-mobilizable	no_good_hit	1177.0	94.73200000000001	52.0	0.0003177033213381177	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MAD0031_000000008660	1665	0.5161121157454451	4	3	2	2	2	False	79003	maximal	False	CHI0156_000000007697	0.9686751749974224		0	0	False	False	1.0	0					non-mobilizable	other	1665.0	99.94	100.0	0.02695784596442342	NZ_JAAIPV010000023.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_23_length_61726_cov_95.4803, whole genome shotgun sequence	False	False
CHI0168_000000010420	1528	0.5161121157454451	3	3	2	2	2	False	79003	maximal	False	CHI0156_000000007697	0.6384384384384384		0	0	False	False	1.0	0					non-mobilizable	other	1528.0	99.67299999999999	100.0	0.024738359848362118	NZ_JAAIPV010000023.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_23_length_61726_cov_95.4803, whole genome shotgun sequence	False	False
ISR0355_000000014722	1442	0.5161078226555805	3	2	2	2	1	False	69415	fragment	False	ISR0355_000000014722	1.0		0	0	False	False	0.9993064999580383	0					non-mobilizable	no_good_hit								True	False
CHI0145_000000008067	2340	0.5161067673156869	4	3	2	2	3	False	82896	fragment	False	CHI0145_000000008067	1.0		0	0	False	False	1.0	0	rep_cluster_2232				non-mobilizable	plasmid	2340.0	99.70100000000001	100.0	0.019373809326596537	AB255435.1	enterobacteria	Escherichia coli plasmid pO86A1 DNA, complete sequence	False	True
ISR0261_000000007021	2566	0.5160999821880753	3	2	1	1	2	False	128910	maximal	True	ISR0261_000000007021	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1490.0	99.262	58.0	0.020486220987025853	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MAD0112_000000000945	17797	0.5160976649009271	21	12	4	11	6	True	14482	fragment	False	MAD0112_000000000945	0.9792178901123919		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	866.0	82.679	5.0	0.00016443326014213308	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
MAD0082_000000001393	5643	0.5160974925048671	3	2	1	1	2	False	103506	fragment	False	MON0033_000000008819	0.4571846766664997		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	5646.0	96.77600000000001	100.0	0.07431640753564422	CP056558.1	enterobacteria	Escherichia coli strain RHBSTW-00410 plasmid pRHBSTW-00410_3, complete sequence	False	True
AST0153_000000005135	5640	0.5160974925048671	3	2	1	1	2	False	103506	fragment	False	MON0033_000000008819	0.4605747073183819		0	0	False	False	0.9996454119682312	0		MOBF			mobilizable	other	5640.0	99.71600000000001	100.0	0.04805733813991938	LM996828.1	enterobacteria	Escherichia coli genome assembly FHI71, scaffold scaffold-20_contig-8.1_29545_146883_[organism:Escherichia	False	True
DEN0094_000000026134	1485	0.5160962470203648	2	2	1	1	2	False	68318	maximal	True	DEN0094_000000026134	1.0		330	13	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	78.26100000000001	9.0	3.915808938915134e-05	NZ_LT796768.1	high GC Gram+	Aeromicrobium choanae strain 9H-4 chromosome I	True	False
CHI0045_000000007638	2711	0.5160956393048631	4	2	2	2	2	False	88857	fragment	False	CHI0045_000000007638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1495.0	95.05	55.0	0.0005207512760846196	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0133_000000011788	1654	0.5160956393048631	4	2	2	2	2	False	88856	fragment	False	CHI0133_000000011788	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1515.0	95.24799999999999	92.0	0.0005277225113735703	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0025_000000017660	2232	0.5160952783850842	3	3	2	3	2	False	81419	fragment	False	ISR0025_000000017660	1.0		0	0	False	False	0.9982078671455383	0					non-mobilizable	chromosome	2232.0	99.32799999999999	100.0	0.0009955923506734193	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0037_000000003722	5214	0.5160924290925691	7	1	1	1	1	False	36720	maximal	True	ISR0037_000000003722	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	93.333	1.0	0.06480446927374302	MK233972.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c7 sequence	True	False
ISR0223_000000012550	2333	0.5160924290925691	3	1	1	1	1	False	27813	maximal	True	ISR0223_000000012550	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0010_000000008924	4697	0.5160916378939073	6	2	1	1	1	False	123171	fragment	False	DEN0010_000000008924	0.9752301622095572		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1586.0	89.40700000000001	38.0	0.19236883942766295	CP021613.1	other sequences	Unidentified plasmid plasmid FA1-2_2758, complete sequence	True	True
ISR0350_000000001319	10068	0.5160908207366754	9	4	2	3	0	True	24110	fragment	False	ISR0350_000000001319	1.0		0	0	False	False	0.9962256550788879	0					non-mobilizable	no_good_hit								True	True
TAN0010_000000005123	2734	0.5160902674592329	3	2	2	1	0	True	2625	maximal	True	TAN0010_000000005123	1.0		73	5	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.389140920783313e-06	AP018153.1	nematodes	Caenorhabditis sp. 34 TK-2017 DNA. chromosome 3, nearly complete genome	True	True
FIJ0040_000000012283	1998	0.5160902674592329	3	2	2	1	0	True	47488	fragment	False	FIJ0040_000000012283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00031735956839098697	NZ_PVWJ01000001.1	cyanobacteria	Merismopedia glauca CCAP 1448/3 NODE_20_length_85077_cov_6.54267_ID_35273, whole genome shotgun sequence	True	True
ISR0003_000000008794	2962	0.5160894099566014	4	4	3	4	3	False	61981	fragment	False	ISR0003_000000008794	0.9809801233721727		0	0	False	False	0.9959486722946167	0					non-mobilizable	other	2964.0	98.54899999999999	100.0	0.0032921471657696853	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0816_000000022883	1670	0.5160888220497966	2	2	1	1	2	False	21407	maximal	True	ISR0816_000000022883	1.0		22	7	False	False	1.0	0					non-mobilizable	other	1676.0	94.212	100.0	0.0007984247734607241	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	False	False
USA0040_01_000000002900	6649	0.5160851642401865	10	6	4	4	5	True	91909	fragment	False	USA0040_01_000000002900	1.0		0	0	False	False	0.998796820640564	0					non-mobilizable	no_good_hit	984.0	96.95100000000001	59.0	0.07922549415086728	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
AST0140_000000022527	1289	0.5160824846044763	2	2	2	2	1	False	115831	fragment	False	AST0140_000000022527	0.9835630510507996		0	0	False	False	0.9976726174354553	0					non-mobilizable	no_good_hit	174.0	81.609	13.0	0.007557009015379176	KJ512985.1	bacteria	Uncultured bacterium DCM004Kan06 genomic sequence	True	False
MAD0063_000000003161	3501	0.5160800622514883	9	3	3	3	0	True	18143	maximal	True	MAD0063_000000003161	1.0		1	1	False	False	0.9888603091239929	0					non-mobilizable	no_good_hit	65.0	95.385	2.0	0.0003088922352214371	NZ_CYZN01000005.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MAD0101_000000008355	3301	0.5160800622514883	7	3	3	3	0	True	18141	fragment	False	MAD0101_000000008355	0.9968563864990072		0	0	False	False	0.9687973260879517	0					non-mobilizable	no_good_hit								True	True
MAD0042_000000007201	3022	0.5160800622514883	7	3	3	3	0	True	18141	fragment	False	MAD0101_000000008355	0.9548621629809149		0	0	False	False	0.9933818578720093	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	2.0505514904271623e-05	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	True
MAD0108_000000008242	2068	0.5160800622514883	5	3	3	3	0	True	14612	maximal	True	MAD0108_000000008242	1.0		0	0	False	False	0.9922630786895752	0					non-mobilizable	no_good_hit	191.0	92.147	9.0	0.005277044854881266	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	True	True
MAD0105_000000020070	1847	0.5160800622514883	3	3	3	3	0	True	14813	maximal	True	MAD0105_000000020070	1.0		5	2	False	False	0.990795910358429	0					non-mobilizable	no_good_hit								True	True
CHI0124_000000009734	1500	0.5160800622514883	3	3	3	3	0	True	81668	fragment	False	CHI0124_000000009734	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	99.068	100.0	0.00047363993393653795	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ISR0371_000000016604	1288	0.5160800622514883	3	3	3	3	0	True	23471	fragment	False	ISR0371_000000016604	1.0		0	0	False	False	0.9549689292907715	0					non-mobilizable	no_good_hit								True	True
ISR0399_000000001361	8257	0.5160768555300286	11	6	4	5	4	True	104942	fragment	False	ISR0399_000000001361	0.9960590516702115		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4403.0	98.501	69.0	0.35514320290439694	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0040_000000018906	1299	0.516074765716284	2	2	1	2	2	False	85850	fragment	False	ENG0040_000000018906	1.0		0	0	False	False	0.9822940826416016	0					non-mobilizable	no_good_hit	80.0	91.25	6.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
CHI0058_000000019354	1141	0.516074765716284	2	2	1	2	2	False	85847	fragment	False	CHI0058_000000019354	1.0		0	0	False	False	0.9807186722755432	0					non-mobilizable	no_good_hit								True	False
ISR0155_000000003342	8210	0.5160743472798986	8	8	5	6	7	False	101211	fragment	False	ISR0155_000000003342	1.0		0	0	False	False	0.998660147190094	0					non-mobilizable	other	8210.0	99.56200000000001	100.0	0.0033446451249627704	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
CHI0025_000000002134	5591	0.5160718276856515	5	3	3	2	2	False	88971	maximal	True	CHI0025_000000002134	0.9994593620472156		8	1	False	False	1.0	0					non-mobilizable	chromosome	5099.0	94.96	91.0	0.0009288449935802838	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
CHI0072_000000002144	5549	0.5160718276856515	5	3	3	2	2	False	88971	maximal	False	CHI0025_000000002134	0.9957073868717582		0	0	False	False	1.0	0					non-mobilizable	chromosome	5105.0	94.96600000000001	92.0	0.0009299409758735938	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
SPA0126_000000039805	1156	0.5160704166490925	2	2	1	2	1	False	3938	fragment	False	SPA0126_000000039805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	96.537	20.0	7.413321351686997e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0029_000000017733	1739	0.5160701079890415	3	2	1	2	0	True	55759	fragment	False	MON0029_000000017733	1.0		0	0	False	False	0.9884991645812988	0					non-mobilizable	no_good_hit	451.0	91.574	26.0	0.00010181336388639257	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
SPA0117_000000017420	2173	0.5160589480533682	2	2	2	1	1	False	4305	maximal	True	SPA0117_000000017420	1.0		3	2	False	False	0.9976990222930908	0					non-mobilizable	no_good_hit	1694.0	100.0	78.0	0.0070439236277246835	NZ_JAAIPV010000001.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_1_length_240349_cov_115.1, whole genome shotgun sequence	True	False
FIJ0018_000000002488	9982	0.5160558008727337	14	6	4	6	3	True	50051	fragment	False	FIJ0018_000000002488	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	86.93700000000001	2.0	0.00929821608885897	NZ_FOXF01000041.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	True
ISR0356_000000002142	6793	0.516055304728423	7	3	3	3	2	False	23925	maximal	True	ISR0356_000000002142	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	3820.0	96.911	56.0	0.0015986348924181186	LR134369.1	high GC Gram+	Bifidobacterium longum strain NCTC11818 genome assembly, chromosome: 1	True	False
ENG0160_000000011296	1809	0.5160532117189064	3	2	1	2	1	True	72066	fragment	False	ENG0160_000000011296	0.9682408461501097		0	0	False	False	0.9778883457183838	0					non-mobilizable	chromosome	967.0	95.14	90.0	0.0002673848772861196	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
AST0087_000000021031	1757	0.5160532117189064	4	2	1	2	1	True	110898	fragment	False	AST0087_000000021031	1.0		0	0	False	False	0.9920318722724915	0					non-mobilizable	no_good_hit	999.0	94.995	79.0	0.00027640101645698975	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
USA0020_01_000000021237	1633	0.5160532117189064	3	2	1	2	1	True	72066	fragment	False	ENG0160_000000011296	0.9323705093577376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	946.0	95.34899999999999	89.0	0.000261468035955236	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
ISR0196_000000013645	1564	0.5160532117189064	4	2	1	2	1	True	28978	fragment	False	ISR0196_000000013645	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	927.0	97.303	90.0	0.0002609045272570566	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0095_000000022172	1564	0.5160532117189064	2	2	1	2	1	True	72066	fragment	False	ENG0160_000000011296	0.6186860485932565		0	0	False	False	0.9987212419509888	0					non-mobilizable	no_good_hit	808.0	99.75200000000001	88.0	0.0001978585671656282	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
FIJ0057_000000004121	6365	0.516049765088316	10	7	5	5	5	False	53903	maximal	True	FIJ0057_000000004121	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	2070.0	97.729	82.0	0.02663765578329385	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0304_000000002590	3570	0.5160473652682938	5	1	1	1	1	False	25498	maximal	True	ISR0304_000000002590	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	78.625	19.0	0.05783068313049658	NZ_SRYX01000099.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_99_length_11257_cov_200.105, whole genome shotgun sequence	True	False
SPA0047_000000017313	2267	0.5160473652682938	4	1	1	1	1	False	6674	maximal	True	SPA0047_000000017313	1.0		14	4	False	False	1.0	0					non-mobilizable	other	2267.0	100.0	100.0	0.03445654157289703	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	False	False
ISR0400_000000008361	2210	0.5160473652682938	4	1	1	1	1	False	100405	fragment	False	MON0066_000000014276	0.9691952633169372		0	0	False	False	0.9977375268936157	0					non-mobilizable	other	2210.0	98.507	100.0	0.0076727231046567765	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0267_000000008043	2122	0.5160473652682938	3	1	1	1	1	False	87737	fragment	False	ISR0267_000000008043	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2124.0	97.881	100.0	0.007363591209539324	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ENG0105_000000010564	2084	0.5160473652682938	2	1	1	1	1	False	60163	maximal	True	ENG0105_000000010564	1.0		1	1	False	False	0.9971209168434143	0					non-mobilizable	no_good_hit	1404.0	97.792	67.0	0.00022372267190886786	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
ISR0222_000000023821	2066	0.5160473652682938	3	1	1	1	1	False	89174	fragment	False	ISR0222_000000023821	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1999.0	100.0	97.0	0.030381363664010706	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	False	False
ISR0077_000000017280	1991	0.5160473652682938	4	1	1	1	1	False	73705	maximal	True	ISR0077_000000017280	1.0		50	7	False	False	0.9984931945800781	0					non-mobilizable	other	1973.0	99.44200000000001	99.0	0.010025113621343527	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0158_000000010682	1788	0.5160473652682938	2	1	1	1	1	False	73706	maximal	True	ISR0158_000000010682	1.0		64	11	False	False	0.9994407296180725	0					non-mobilizable	no_good_hit	1163.0	95.09899999999999	65.0	0.005861539556495481	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	True	False
ISR0145_000000017388	1626	0.5160473652682938	1	1	1	1	1	False	31062	fragment	False	ISR0145_000000017388	1.0		0	0	False	False	1.0	0					non-mobilizable	other	780.0	95.0	91.0	0.005949952662084253	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0004_000000004396	1589	0.5160473652682938	2	1	1	1	1	False	90847	fragment	False	SPA0103_000000010792	0.9480600750938674		0	0	False	False	1.0	0					non-mobilizable	other	1590.0	92.32700000000001	100.0	0.0003050830525211618	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
CHI0120_000000010349	1517	0.5160473652682938	2	1	1	1	1	False	81835	maximal	True	CHI0120_000000010349	1.0		0	0	False	False	0.988793671131134	0					non-mobilizable	no_good_hit	619.0	83.037	41.0	0.00011699599714666073	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	True	False
ENG0198_000000014561	1404	0.5160473652682938	1	1	1	1	1	False	95992	maximal	True	ENG0198_000000014561	1.0		0	0	False	False	0.9836182594299316	0					non-mobilizable	other	1445.0	90.035	100.0	0.0007755393695517954	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
CHI0184_000000006067	1375	0.5160473652682938	2	1	1	1	1	False	77248	fragment	False	CHI0184_000000006067	0.9699391171993912		0	0	False	False	1.0	0					non-mobilizable	chromosome	1378.0	94.26700000000001	100.0	0.00021124916415798668	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0219_000000023987	1366	0.5160473652682938	1	1	1	1	1	False	73704	fragment	False	ISR0219_000000023987	0.9777517888505558		0	0	False	False	0.9919472932815552	0					non-mobilizable	other	1261.0	95.956	92.0	0.006385163645237054	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
DEN0031_000000025576	1349	0.5160473652682938	1	1	1	1	1	False	73704	fragment	False	ISR0219_000000023987	0.8679551882221318		0	0	False	False	0.9918457865715027	0					non-mobilizable	other	1263.0	95.883	93.0	0.006395331103270872	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
SPA0010_000000019376	1347	0.5160473652682938	1	1	1	1	1	False	73704	fragment	False	ISR0219_000000023987	0.8677698657610496		0	0	False	False	0.9992576241493225	0					non-mobilizable	other	1261.0	95.876	93.0	0.006385163645237054	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0802_000000013649	1319	0.5160473652682938	2	1	1	1	1	False	73704	fragment	False	ISR0219_000000023987	0.46532873137953307		0	0	False	False	0.9901440739631653	0					non-mobilizable	no_good_hit	1116.0	83.42299999999999	84.0	0.03145964772046019	NZ_QREV01000047.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold47, whole genome shotgun sequence	True	False
DEN0072_000000012651	1314	0.5160473652682938	2	1	1	1	1	False	77248	fragment	False	CHI0184_000000006067	0.9505454545454546		0	0	False	False	1.0	0					non-mobilizable	chromosome	1314.0	100.0	100.0	0.0002872580594700756	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0050_000000022997	1269	0.5160473652682938	1	1	1	1	1	False	62055	maximal	True	ISR0050_000000022997	1.0		4	3	False	False	0.9992119669914246	0					non-mobilizable	other	1211.0	90.751	95.0	0.004150703535565798	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0335_000000015577	1268	0.5160473652682938	2	1	1	1	1	False	24482	maximal	True	ISR0335_000000015577	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	800.0	88.125	63.0	0.0001533099974256216	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
FIJ0142_000000029081	1264	0.5160473652682938	1	1	1	1	1	False	99477	fragment	False	SPA0113_000000022291	0.9313067984228259		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	95.182	100.0	0.07370517928286853	NZ_SRYX01000084.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_84_length_17068_cov_374.144, whole genome shotgun sequence	False	False
USA0020_01_000000027627	1247	0.5160473652682938	1	1	1	1	1	False	95994	fragment	False	ENG0159_000000017957	0.9487179487179487		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	97.596	100.0	0.004327846531644339	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
USA0080_01_000000033958	1230	0.5160473652682938	1	1	1	1	1	False	73704	fragment	False	ISR0219_000000023987	0.8249657992824327		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	95.53299999999999	94.0	0.005892041930596932	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
SPA0136_000000034818	1229	0.5160473652682938	1	1	1	1	1	False	95991	fragment	False	ISR0397_000000014918	0.9134815895051356		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	90.42	100.0	0.0006800136434483384	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
CHI0015_000000008737	1217	0.5160473652682938	2	1	1	1	1	False	89725	maximal	True	CHI0015_000000008737	1.0		39	10	False	False	0.9983566403388977	0					non-mobilizable	no_good_hit	883.0	79.388	71.0	0.00016618188944005348	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
USA0091_01_000000008475	1206	0.5160473652682938	1	1	1	1	1	False	95991	fragment	False	ISR0397_000000014918	0.5518037706841776		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	91.646	100.0	0.004102076046446199	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
USA0024_01_000000017619	1195	0.5160473652682938	1	1	1	1	1	False	1664	maximal	True	USA0024_01_000000017619	1.0		10	2	False	False	1.0	0					non-mobilizable	other	1195.0	96.569	100.0	0.0031667307615801826	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0091_01_000000008547	1194	0.5160473652682938	1	1	1	1	1	False	95991	fragment	False	ISR0397_000000014918	0.9272153932419377		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	91.319	100.0	0.00019778636562533205	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
SPA0030_000000025924	1166	0.5160473652682938	1	1	1	1	1	False	73704	fragment	False	ISR0219_000000023987	0.3536391346650856		0	0	False	False	1.0	0					non-mobilizable	other	1169.0	97.09200000000001	100.0	0.005922544304698382	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
SPA0089_000000032212	1154	0.5160473652682938	1	1	1	1	1	False	73704	fragment	False	ISR0219_000000023987	0.47511116291649513		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	95.50200000000001	99.0	0.005851372098461664	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
CHI0022_000000010211	1147	0.5160473652682938	1	1	1	1	1	False	89173	fragment	False	CHI0022_000000010211	1.0		0	0	False	False	0.9965126514434814	0					non-mobilizable	other	1059.0	95.751	92.0	0.016042211544309955	NZ_AGDG01000034.1	CFB group bacteria	Bacteroides faecis MAJ27 contig034, whole genome shotgun sequence	False	False
USA0101_01_000000026046	1140	0.5160473652682938	1	1	1	1	1	False	73704	fragment	False	ISR0219_000000023987	0.46572534833097945		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	95.375	100.0	0.005775116163208037	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ENG0075_000000021733	1126	0.5160473652682938	1	1	1	1	1	False	62053	fragment	False	ISR0814_000000034902	0.9268092105263158		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	96.98299999999999	100.0	0.0039006193058078588	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
USA0040_01_000000012001	1117	0.5160473652682938	1	1	1	1	1	False	67341	fragment	False	USA0090_01_000000008168	0.9287519358627047		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	92.95299999999999	100.0	0.00019409425689329748	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ENG0008_000000024190	1100	0.5160473652682938	1	1	1	1	1	False	67341	fragment	False	USA0090_01_000000008168	0.9196556801092665		0	0	False	False	1.0	0					non-mobilizable	chromosome	1102.0	96.552	100.0	0.0002406579325339552	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0072_000000004423	5625	0.5160450180152265	4	4	2	4	4	True	101030	maximal	True	ISR0072_000000004423	1.0		3	3	False	False	0.9994666576385498	0					non-mobilizable	no_good_hit	2190.0	85.068	45.0	0.0004411819941710377	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	True
ENG0160_000000007842	2729	0.5160449587661736	5	5	3	5	3	False	56479	maximal	True	ENG0160_000000007842	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	70.165	24.0	0.0001658343722244896	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ISR0830_000000019109	1572	0.5160421866068605	2	2	1	1	2	False	34467	maximal	True	ISR0830_000000019109	1.0		102	9	False	False	0.9898219108581543	0					non-mobilizable	chromosome	1559.0	98.525	99.0	0.0007101822436194208	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
CHI0047_000000013069	1188	0.5160382849351156	2	2	2	2	2	False	86951	fragment	False	ENG0195_000000021973	0.9821138211382113		0	0	False	False	0.9932659864425659	0					non-mobilizable	other	1188.0	100.0	100.0	0.00027692933659209407	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0057_000000009494	2633	0.516036646212563	5	4	3	4	0	False	11044	maximal	True	MON0057_000000009494	1.0		56	7	False	False	0.9996201992034912	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000011447	1752	0.5160346379797707	3	1	1	1	1	True	20925	fragment	False	ISR0836_000000011447	1.0		0	0	False	False	0.9988584518432617	0					non-mobilizable	plasmid	1406.0	82.859	95.0	0.011201211115853217	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0804_000000016901	1213	0.5160334163422802	3	3	2	3	1	False	59415	fragment	False	SPA0104_000000030149	0.9694928684627575		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	97.774	100.0	0.0003406107499225757	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0394_000000012313	1549	0.5160333953412357	3	3	3	3	3	False	22753	maximal	True	ISR0394_000000012313	1.0		173	12	False	False	1.0	0					non-mobilizable	other	1549.0	99.161	100.0	0.001957679719550998	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	False	False
SPA0128_000000007318	5041	0.516030169661246	7	3	2	3	2	False	3892	maximal	True	SPA0128_000000007318	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	91.126	6.0	0.07797062750333779	MK232367.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_6-CL25_c1 sequence	True	False
FIJ0108_000000005160	4226	0.5160279775879067	10	4	1	4	1	False	67680	fragment	False	FIJ0108_000000005160	1.0		0	0	False	False	0.9874585866928101	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	1.0	1.7509893948408986e-06	LN590686.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG35, chromosome: 35	True	False
ISR0795_000000002035	4062	0.5160279775879067	8	4	1	4	1	False	67679	fragment	False	ISR0795_000000002035	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0005_000000010574	2273	0.5160279775879067	6	4	1	4	1	False	67677	fragment	False	ENG0005_000000010574	1.0		0	0	False	False	0.9894412755966187	0					non-mobilizable	no_good_hit								True	False
MON0067_000000005091	3316	0.516026869293884	3	3	3	3	3	False	91009	fragment	False	MON0067_000000005091	1.0		0	0	False	False	0.9984921813011169	0					non-mobilizable	other	3319.0	88.189	99.0	0.0009977819373769897	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0012_000000004448	5054	0.516024696995008	3	3	2	3	0	True	50836	maximal	True	FIJ0012_000000004448	1.0		30	6	False	False	1.0	0					non-mobilizable	no_good_hit	229.0	80.34899999999999	5.0	0.0004128503772033843	NZ_QGDS01000002.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_102, whole genome shotgun sequence	True	True
FIJ0096_000000015388	2329	0.516023242505427	4	2	2	2	2	False	102464	fragment	False	AUS0004_000000008575	0.9646650326797386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	8.861148571001337e-05	NZ_FUXZ01000002.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
ISR0060_000000004840	6304	0.5160212224496177	6	5	5	5	5	False	35428	maximal	True	ISR0060_000000004840	0.952604656450039		1	1	True	True	1.0	19					non-mobilizable	other	3697.0	98.59299999999999	94.0	0.001539799826022617	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	False	True
ENG0033_000000003500	7320	0.516021192109704	7	7	5	5	5	True	132411	maximal	False	SPA0123_000000001863	0.9966412586789672	PS1159|PS463	0	0	True	True	1.0	1026		MOBV			mobilizable	other	7046.0	99.929	100.0	0.6915676843035241	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
SPA0100_000000011507	2609	0.5160194579500659	3	2	1	2	2	False	4968	maximal	True	SPA0100_000000011507	1.0		85	8	False	False	0.9992334246635437	0					non-mobilizable	plasmid	1914.0	99.84299999999999	100.0	0.04353168733644328	AP022661.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 plasmid p1-F9-2 DNA, nearly complete genome	False	True
USA0063_01_000000010375	1967	0.5160194575306882	3	3	3	3	3	False	36578	maximal	True	USA0063_01_000000010375	1.0		243	11	False	False	0.997966468334198	0					non-mobilizable	no_good_hit	55.0	85.455	3.0	0.004235626323633226	NZ_WKKI01000073.1	firmicutes	Bacillus lacus strain KCTC 33946 Contig074, whole genome shotgun sequence	True	False
ISR0812_000000022032	1794	0.5160182330030236	2	1	1	1	1	False	21641	maximal	True	ISR0812_000000022032	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	88.31200000000001	8.0	0.0008742857142857143	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0207_000000007041	3769	0.5160164296000846	6	6	5	5	4	False	112296	fragment	False	FIJ0079_000000006384	0.6913146465097461		0	0	False	False	0.9965507984161377	0					non-mobilizable	other	3769.0	99.469	100.0	0.0009238303359108887	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0130_000000014320	2077	0.5160161772678423	2	2	2	2	2	False	31770	maximal	True	ISR0130_000000014320	1.0		41	8	False	False	0.9966297745704651	0					non-mobilizable	no_good_hit								True	False
SPA0020_000000014104	2259	0.5160130217941442	4	3	2	3	1	True	72408	fragment	False	SPA0020_000000014104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	87.471	38.0	0.00025142371293331354	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ENG0066_000000004199	4205	0.5160121621403941	6	3	2	3	3	False	121237	maximal	True	ENG0066_000000004199	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1739.0	83.669	41.0	0.000511776334787019	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0066_000000028239	1195	0.516004997976999	2	2	2	1	1	True	45280	fragment	False	FIJ0066_000000028239	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	80.415	92.0	0.01792646722996118	NZ_QRUU01000015.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf15, whole genome shotgun sequence	False	True
SPA0143_000000001096	12298	0.5160044079887938	15	12	3	5	11	True	123821	fragment	False	SPA0143_000000001096	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9999.0	98.97	99.0	0.00320624934613822	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	True
USA0026_01_000000004245	8125	0.5160035960743663	10	6	3	2	5	False	31063	maximal	True	USA0026_01_000000004245	1.0		12	4	False	False	1.0	0					non-mobilizable	other	8125.0	99.77799999999999	100.0	0.06253223211742882	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0043_000000011601	2180	0.5160029203499407	1	1	1	1	0	False	18041	fragment	False	MAD0043_000000011601	1.0		0	0	False	False	0.9688073396682739	0					non-mobilizable	no_good_hit								True	False
ENG0010_000000006393	3173	0.5160000441287222	3	3	3	3	3	False	82175	fragment	False	ENG0010_000000006393	1.0		0	0	False	False	0.9977939128875732	0					non-mobilizable	no_good_hit								True	False
SPA0039_000000023183	1227	0.5159919788965174	2	1	1	1	1	False	54439	fragment	False	SPA0039_000000023183	0.9908637873754153		0	0	False	False	0.9706601500511169	0					non-mobilizable	no_good_hit	75.0	86.667	6.0	0.00014125031684574497	CP021372.1	a-proteobacteria	Rhizobium sp. ACO-34A plasmid pRACO34Ad, complete sequence	True	False
AST0002_000000003048	9702	0.5159919256774215	10	8	8	8	7	False	132519	maximal	True	AST0002_000000003048	1.0		1	1	False	False	0.9984539151191711	0					non-mobilizable	no_good_hit	1357.0	98.895	15.0	0.00038436382960362265	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
TAN0009_000000025654	1645	0.5159911045884916	2	2	2	2	1	False	2676	maximal	True	TAN0009_000000025654	1.0		7	3	False	False	0.9993920922279358	0					non-mobilizable	no_good_hit	544.0	80.14699999999999	33.0	0.00018041446183476796	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0094_000000007794	4070	0.5159905232372484	7	4	4	4	4	False	68390	maximal	True	DEN0094_000000007794	1.0	PS8	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1349.0	74.351	32.0	0.000556674540313842	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0119_000000011395	2763	0.5159898291676919	5	2	1	2	2	False	32349	maximal	True	ISR0119_000000011395	1.0		14	7	False	False	0.9746652245521545	0					non-mobilizable	no_good_hit	875.0	95.54299999999999	32.0	0.007595508742656516	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	True	False
ENG0024_000000020194	1239	0.5159887405279784	2	2	2	2	1	False	66210	maximal	True	ENG0024_000000020194	1.0		9	4	False	False	0.9951573610305786	0					non-mobilizable	other	1248.0	83.97399999999999	100.0	0.000330273578832258	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
CHI0020_000000000625	10790	0.515987667109371	10	7	7	7	6	False	130495	maximal	False	ISR0005_000000000881	0.9553814818249698		0	0	False	False	0.9999073147773743	0					non-mobilizable	no_good_hit	8008.0	99.40100000000001	76.0	0.012773419797923062	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
ISR0255_000000010690	2816	0.5159826814217072	4	3	3	1	1	False	58837	fragment	False	ISR0255_000000010690	0.9758292746471054		0	0	False	False	1.0	0					non-mobilizable	other	2747.0	99.964	98.0	0.0009540022234574764	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0278_000000003703	2805	0.5159826814217072	3	3	3	1	1	False	58837	fragment	False	ISR0255_000000010690	0.9671530011247444		0	0	False	False	0.9782531261444092	0					non-mobilizable	other	2806.0	99.25200000000001	100.0	0.0009741523068371317	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0080_000000011376	2696	0.5159826814217072	3	3	3	1	1	False	58837	fragment	False	ISR0255_000000010690	0.961921612754494		0	0	False	False	1.0	0					non-mobilizable	other	2696.0	99.963	100.0	0.000936284046692607	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0004_01_000000009344	2656	0.5159826814217072	3	3	3	1	1	False	58837	fragment	False	ISR0255_000000010690	0.9462364493991892		0	0	False	False	0.9890813231468201	0					non-mobilizable	other	2656.0	99.51100000000001	100.0	0.0009223874374652585	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0148_000000006874	2520	0.5159826814217072	3	3	3	1	1	False	58838	maximal	True	FIJ0148_000000006874	1.0		13	4	False	False	0.9888888597488403	0					non-mobilizable	chromosome	2522.0	96.669	100.0	0.0007012562202039183	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0125_000000011767	2218	0.5159826814217072	3	3	3	1	1	False	58836	fragment	False	ENG0125_000000011767	1.0		0	0	False	False	0.9873760342597961	0					non-mobilizable	chromosome	2218.0	99.053	100.0	0.0006171834220691095	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0123_000000021836	1544	0.5159731044890284	1	1	1	1	1	False	41310	maximal	True	FIJ0123_000000021836	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1350.0	93.77799999999999	87.0	0.0004576320074688805	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0824_000000015409	1526	0.5159724446155934	2	2	1	2	1	False	75422	fragment	False	ENG0092_000000012547	0.24214330609679446		0	0	False	False	0.9777195453643799	0					non-mobilizable	other	1526.0	98.03399999999999	100.0	0.00041206796742067353	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0101_000000003813	6090	0.5159715503533745	5	5	5	4	4	False	101225	maximal	True	ISR0101_000000003813	1.0		44	5	False	False	1.0	0					non-mobilizable	no_good_hit	1918.0	99.322	59.0	0.2753123653597587	NZ_CYZN01000052.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0030_000000008235	3722	0.515962573845179	9	2	1	2	1	False	7342	maximal	True	SPA0030_000000008235	1.0		34	9	False	False	0.9997313022613525	0					non-mobilizable	no_good_hit	117.0	77.778	3.0	4.527182978106937e-05	CP013015.1	d-proteobacteria	Candidatus Desulfofervidus auxilii strain HS1 genome	True	False
MON0048_000000031402	1309	0.5159619669746599	2	2	1	1	2	False	42609	fragment	False	ISR0168_000000016704	0.6337625178826896		0	0	False	False	0.9992360472679138	0					non-mobilizable	no_good_hit	512.0	87.695	39.0	0.00017166301405920084	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0028_000000004909	2700	0.5159539901288339	3	3	2	2	1	False	88720	maximal	True	CHI0028_000000004909	1.0		17	7	False	False	0.9929629564285278	0					non-mobilizable	no_good_hit	870.0	81.72399999999999	32.0	0.0025314533812567336	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
USA0082_01_000000023057	1290	0.5159522050513241	2	2	2	2	2	False	88393	fragment	False	USA0082_01_000000023057	0.9979147524530894		0	0	False	False	0.986821711063385	0					non-mobilizable	no_good_hit	46.0	91.304	4.0	0.0001985022105927998	NZ_NPNG01000003.1	firmicutes	Lactobacillus bombicola strain H70-3 scaffold3, whole genome shotgun sequence	True	False
ENG0127_000000001444	16533	0.5159485658711196	7	5	5	5	2	True	130427	maximal	True	ENG0127_000000001444	1.0	PS1102	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	1.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0098_000000000950	16099	0.5159485658711196	7	5	5	5	2	True	130444	maximal	True	ISR0098_000000000950	1.0	PS1102	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	161.0	95.031	2.0	4.977572922998813e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0047_000000001267	15585	0.5159485658711196	7	5	5	5	2	True	130426	maximal	True	ISR0047_000000001267	1.0	PS1102	1	1	False	True	0.9991016983985901	0					non-mobilizable	no_good_hit	105.0	99.04799999999999	1.0	0.0011303119226171068	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0003_000000001278	14751	0.5159485658711196	7	5	5	5	2	True	130440	fragment	False	ISR0003_000000001278	1.0		0	0	False	True	0.9997288584709167	0					non-mobilizable	no_good_hit	66.0	95.455	0.0	0.001796844292211803	GU942937.1		Uncultured organism clone 20 genomic sequence	True	True
ISR0837_000000008132	1658	0.5159471094526529	3	3	3	3	2	False	86064	fragment	False	ISR0837_000000008132	1.0		0	0	False	False	0.9993968605995178	0					non-mobilizable	other	1658.0	97.105	100.0	0.003645475825897179	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0049_000000004062	4087	0.5159466591207461	5	4	4	3	4	True	128162	maximal	False	ISR0005_000000002093	0.277943495813706		0	0	False	False	0.9987766146659851	0					non-mobilizable	other	4087.0	100.0	100.0	0.018981784733739356	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CAN0004_000000006432	3969	0.5159464631397448	3	3	2	2	2	True	120747	maximal	True	CAN0004_000000006432	1.0		211	12	False	False	1.0	0					non-mobilizable	other	4014.0	84.081	100.0	0.006374742297651797	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
CAN0005_000000005322	3365	0.5159464631397448	3	3	2	2	2	True	120746	fragment	False	CAN0005_000000005322	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3400.0	83.824	100.0	0.005396590350602848	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
DEN0052_000000031204	1487	0.5159463596440312	3	2	2	2	0	True	72246	fragment	False	DEN0052_000000031204	1.0		0	0	False	False	0.9946200251579285	0					non-mobilizable	no_good_hit	45.0	91.111	3.0	3.0760260819047875e-05	NZ_JH806632.1	high GC Gram+	Actinomyces timonensis DSM 23838 strain 7400942 scaffold00001, whole genome shotgun sequence	True	True
CHI0117_000000006928	2108	0.5159447060004742	4	2	2	2	2	False	82081	fragment	False	CHI0117_000000006928	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	83.824	3.0	0.00016392319586619952	NZ_MZXV01000080.1	a-proteobacteria	Mesorhizobium kowhaii strain Ach-343 NODE_6, whole genome shotgun sequence	True	False
SPA0121_000000001339	14823	0.5159416320313575	16	6	4	6	5	True	30519	fragment	False	ISR0158_000000000720	0.9525632911392405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	100.0	1.0	0.0007997709298077588	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	True	True
ISR0218_000000003867	4049	0.5159414386043754	4	4	3	4	1	False	114531	maximal	True	ISR0218_000000003867	1.0		1	1	False	False	0.9975302815437317	0					non-mobilizable	no_good_hit	138.0	92.029	5.0	0.16605616605616605	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
SPA0121_000000002000	8050	0.5159405607459701	10	9	8	7	8	False	120859	maximal	True	SPA0121_000000002000	1.0		92	6	False	False	0.9972670674324036	0					non-mobilizable	chromosome	5663.0	99.876	99.0	0.0017843336076603102	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
AUS0008_000000002675	6627	0.5159358560182306	9	5	3	5	3	True	118449	fragment	False	AUS0008_000000002675	1.0		0	0	False	False	0.9972838163375854	0					non-mobilizable	no_good_hit	362.0	90.884	5.0	0.0013695044366632651	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0021_000000012523	2647	0.5159350404023172	3	2	2	2	2	False	7688	maximal	True	SPA0021_000000012523	1.0		2	2	True	True	0.9981110692024231	6					non-mobilizable	no_good_hit	818.0	74.694	33.0	0.00027297785176865077	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CHI0182_000000002617	8620	0.5159327562850681	11	7	3	4	6	True	118478	fragment	False	ENG0108_000000002441	0.5817946668917119		0	0	False	False	1.0	0					non-mobilizable	virus	8619.0	99.94200000000001	99.0	0.08968955217667322	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
ISR0328_000000011242	2517	0.5159313107406277	3	3	2	3	2	False	24749	maximal	True	ISR0328_000000011242	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1204.0	96.844	48.0	0.02276256486005378	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	True	False
ISR0378_000000012000	2297	0.5159311942804609	2	2	2	2	1	False	23274	maximal	True	ISR0378_000000012000	1.0		3	1	False	False	0.9799738526344299	0					non-mobilizable	no_good_hit	798.0	75.439	35.0	0.0003152386356471849	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
ISR0792_000000002044	5361	0.5159305935626808	6	6	3	4	6	False	80223	maximal	True	ISR0792_000000002044	1.0		29	7	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.00019825028138749617	NZ_FNMZ01000010.1	a-proteobacteria	Albimonas donghaensis strain DSM 17890, whole genome shotgun sequence	True	False
ISR0395_000000025550	1514	0.5159280230170714	4	2	2	2	1	False	22714	maximal	True	ISR0395_000000025550	1.0		55	5	False	False	0.9900924563407898	0					non-mobilizable	no_good_hit	636.0	98.27	57.0	0.015920847772588016	NZ_CYZN01000032.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0005_000000003410	8706	0.5159250368442708	8	3	3	3	2	False	8350	maximal	True	SPA0005_000000003410	1.0		100	13	False	False	1.0	0					non-mobilizable	no_good_hit	850.0	81.64699999999999	20.0	0.002678702715143301	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
CHI0038_000000009093	1374	0.5159234410750613	2	2	2	1	1	False	87813	maximal	True	CHI0038_000000009093	1.0		45	9	False	False	1.0	0					non-mobilizable	chromosome	1173.0	86.70100000000001	99.0	0.0002608300091602075	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ETH0003_000000013289	2805	0.5159204274207005	4	1	1	0	1	False	61918	fragment	False	ETH0003_000000013289	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1040.0	92.404	41.0	0.2656084656084656	FN429766.1	bacteria	Uncultured bacterium plasmid pTRACA20 complete sequence	True	False
ISR0849_000000012294	2227	0.5159204274207005	2	1	1	0	1	False	29704	fragment	False	ISR0849_000000012294	1.0		0	0	False	False	0.9946115612983704	0					non-mobilizable	no_good_hit	348.0	89.943	16.0	0.04291898577612863	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
ENG0078_000000012710	2048	0.5159204274207005	3	1	1	0	1	False	61917	fragment	False	ENG0078_000000012710	1.0		0	0	False	False	0.9912109375	0					non-mobilizable	no_good_hit	273.0	92.67399999999999	24.0	0.07509663169519602	NZ_QSGP01000026.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf26, whole genome shotgun sequence	True	False
FIJ0110_000000008937	1891	0.5159204274207005	1	1	1	0	1	False	42114	fragment	False	FIJ0110_000000008937	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	91.62899999999999	83.0	0.0532437410464561	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0271_000000009700	1837	0.5159204274207005	2	1	1	0	1	False	26413	fragment	False	ISR0271_000000009700	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1831.0	93.883	99.0	0.0012255397633049935	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0178_000000011121	1559	0.5159204274207005	1	1	1	0	1	False	29703	fragment	False	ISR0178_000000011121	1.0		0	0	False	False	0.9987171292304993	0					non-mobilizable	no_good_hit								True	False
ISR0330_000000024513	1317	0.5159190972527555	2	2	2	1	1	False	58579	fragment	False	ISR0385_000000017719	0.8920594447740107		0	0	False	False	0.9620349407196045	0					non-mobilizable	other	1318.0	90.44	100.0	0.011985537208899898	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
ISR0295_000000006037	5092	0.5159184272600594	5	5	5	5	5	False	107394	maximal	True	ISR0295_000000006037	1.0		294	8	False	False	0.99941086769104	0					non-mobilizable	chromosome	5092.0	99.686	100.0	0.0016046709762583713	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0830_000000007796	3300	0.5159155310185746	4	4	4	4	4	False	21048	maximal	True	ISR0830_000000007796	1.0		698	14	False	False	1.0	0					non-mobilizable	chromosome	3300.0	95.57600000000001	100.0	0.0014561645033189777	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0360_000000012846	1921	0.5159127454779311	2	2	2	2	2	False	42489	fragment	False	ISR0360_000000012846	1.0		0	0	False	False	0.9880270957946777	0					non-mobilizable	no_good_hit	135.0	75.556	7.0	4.552538158933184e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
MAD0098_000000026242	1716	0.5159084805391303	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.05847024188096356		0	0	False	False	0.999417245388031	0					non-mobilizable	other	1296.0	91.898	96.0	0.002707862419678946	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0125_000000016329	1621	0.5159047204508388	2	2	2	2	1	False	58820	maximal	True	ENG0125_000000016329	1.0		6	3	False	False	0.9870450496673584	0					non-mobilizable	no_good_hit								True	False
FIJ0071_000000024806	1481	0.5159047204508388	2	2	2	2	1	False	44850	fragment	False	FIJ0071_000000024806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0172_000000002038	8266	0.515904683456686	12	11	9	9	10	False	111446	fragment	False	ISR0179_000000003041	0.9706053827259238		0	0	False	False	0.9966126084327698	0					non-mobilizable	other	8199.0	99.439	99.0	0.011352476671048276	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
TAN0007_000000018052	2171	0.5159035779435039	3	3	3	3	1	False	2827	maximal	True	TAN0007_000000018052	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	168.0	94.04799999999999	8.0	0.003914123658182159	NZ_LR130823.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0022_000000020444	1991	0.5158881771339883	3	2	2	1	1	False	94772	maximal	True	DEN0022_000000020444	1.0		1084	13	False	False	1.0	0		MOBQ			mobilizable	other	1993.0	95.484	100.0	0.2653687158287772	NZ_LR130836.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	True
CHI0097_000000003659	1823	0.5158881771339883	3	2	2	1	1	False	87593	fragment	False	CHI0097_000000003659	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	chromosome	1827.0	95.676	100.0	0.0005069422695479695	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ISR0182_000000023516	1692	0.5158881771339883	2	2	2	1	1	False	87591	fragment	False	ISR0182_000000023516	0.9686709101281074		0	0	False	False	0.9994089603424072	0		MOBQ			mobilizable	other	1694.0	92.73899999999999	100.0	0.04818212901755186	MH229773.1	firmicutes	Clostridioides difficile Cd-13Lar ermG-carrying contig genomic sequence	False	True
USA0073_01_000000009025	1679	0.5158881771339883	2	2	2	1	1	False	87591	fragment	False	ISR0182_000000023516	0.9685855939206712		0	0	False	False	1.0	0		MOBQ			mobilizable	other	1681.0	93.27799999999999	100.0	0.04781171643492136	MH229773.1	firmicutes	Clostridioides difficile Cd-13Lar ermG-carrying contig genomic sequence	False	True
CHI0041_000000008977	1643	0.5158881771339883	2	2	2	1	1	False	87591	fragment	False	ISR0182_000000023516	0.9349533311649821		0	0	False	False	0.9933049082756042	0					non-mobilizable	chromosome	1643.0	97.079	100.0	0.0004571110415144239	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0136_000000026038	1626	0.5158881771339883	2	2	2	1	1	False	3605	maximal	True	SPA0136_000000026038	1.0		140	13	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	899.0	83.426	55.0	0.0001989607749054825	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0111_000000008723	2050	0.5158854108653316	1	1	1	1	1	False	48083	maximal	True	ISR0111_000000008723	1.0		61	7	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	94.32	74.0	0.0002796147504871258	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
FIJ0034_000000018617	1487	0.5158854108653316	1	1	1	1	1	False	48082	fragment	False	FIJ0034_000000018617	1.0		0	0	False	False	0.9831876158714294	0					non-mobilizable	no_good_hit	990.0	94.74700000000001	75.0	0.00028075024185966236	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0073_000000028328	1863	0.5158816358821101	4	3	3	3	3	False	125784	fragment	False	USA0059_01_000000014197	0.8193022656473656		0	0	False	False	0.9812130928039551	0					non-mobilizable	no_good_hit	1025.0	74.53699999999999	54.0	0.0003513502585631169	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0085_000000001965	16628	0.5158804836195903	20	9	4	9	5	True	108400	backbone	False	ISR0280_000000000088	0.016103085896472233	PS672	0	0	False	True	1.0	0					non-mobilizable	other	16628.0	99.958	100.0	0.16592487625738464	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0114_000000005400	6435	0.5158800852339617	6	6	3	4	4	True	97580	fragment	False	FIJ0053_000000002732	0.6031836276930262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	93.473	6.0	0.0004344083324306913	CP030095.1	CFB group bacteria	Prevotella intermedia strain KCOM 2734 chromosome 2, complete sequence	True	True
AST0102_000000002170	10863	0.5158798589429653	11	9	6	6	7	True	121806	maximal	True	AST0102_000000002170	1.0		2	2	False	False	0.9987112283706665	0					non-mobilizable	no_good_hit	5720.0	80.559	63.0	0.0020268404543637617	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
CHI0094_000000003658	1406	0.5158772091542234	2	2	1	2	2	False	83536	fragment	False	CHI0094_000000003658	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1406.0	99.71600000000001	100.0	0.00028213899512331283	CP025859.1	enterobacteria	Escherichia coli strain 504239 chromosome, complete genome	False	False
SPA0042_000000004198	6537	0.5158769703715198	7	5	3	5	2	True	111134	fragment	False	ISR0379_000000002672	0.9436525612472161		0	0	False	False	0.9970934391021729	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001097645753127274	NZ_WFLN01000008.1	proteobacteria	Fluviispira multicolorata strain 33A1-SZDP NODE_5_length_245981_cov_96.820857, whole genome shotgun sequence	True	True
ISR0016_000000001059	14480	0.5158769684968811	10	5	4	5	1	False	115745	maximal	True	ISR0016_000000001059	1.0		4	1	False	False	0.9991022348403931	0					non-mobilizable	virus	6299.0	95.777	92.0	0.17896264261530145	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
MON0038_000000011314	2660	0.5158712427953324	5	4	3	2	2	True	115002	maximal	True	MON0038_000000011314	1.0		80	11	False	False	0.9981203079223633	0					non-mobilizable	other	2641.0	80.5	98.0	0.000784764859036799	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
USA0073_01_000000002589	8545	0.5158682470798202	5	4	4	4	4	False	111642	maximal	True	USA0073_01_000000002589	1.0		27	8	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	85.125	37.0	0.00046131380280707085	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
MON0031_000000022254	1435	0.5158682223122453	2	2	1	1	2	False	12434	fragment	False	MON0031_000000022254	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1435.0	99.652	100.0	0.01153205896307972	CP054380.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-1, complete sequence	False	True
FIJ0121_000000001678	13106	0.5158680620039601	6	4	2	4	0	False	41499	fragment	False	FIJ0121_000000001678	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.00020227432190694116	NZ_FNAI01000015.1	CFB group bacteria	Mucilaginibacter pineti strain 47C3B, whole genome shotgun sequence	True	False
MON0084_000000032734	1154	0.5158678706943245	1	1	1	1	1	False	9806	maximal	True	MON0084_000000032734	1.0		9	5	False	False	0.9783362150192261	0					non-mobilizable	no_good_hit								True	False
SPA0038_000000015514	1727	0.5158675696281425	3	2	2	1	2	False	7038	maximal	True	SPA0038_000000015514	1.0		10	4	False	False	0.9994209408760071	0					non-mobilizable	no_good_hit	945.0	73.968	53.0	0.009665074731554354	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0027_000000014656	1178	0.5158675696281425	2	2	2	1	2	False	88799	maximal	True	CHI0027_000000014656	1.0		41	8	False	False	1.0	0					non-mobilizable	other	1173.0	80.818	98.0	0.003989485078088759	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0043_000000014392	2379	0.5158646311229039	3	2	2	2	2	False	64613	maximal	True	ENG0043_000000014392	1.0		95	6	False	False	0.999579668045044	0					non-mobilizable	no_good_hit								True	False
ISR0382_000000003006	4204	0.5158644151567701	5	4	4	4	3	False	61122	fragment	False	ISR0827_000000002400	0.979661415471432		0	0	False	False	0.9988106489181519	0					non-mobilizable	chromosome	4204.0	97.52600000000001	100.0	0.0009910505985209932	CP029152.1	firmicutes	Clostridioides difficile strain CDT4 chromosome, complete genome	False	False
MON0051_000000026197	1391	0.5158639262044051	1	1	1	1	1	False	13145	maximal	True	MON0051_000000026197	1.0		13	1	False	False	1.0	0					non-mobilizable	chromosome	1364.0	89.663	98.0	0.0004654199489683134	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
FIJ0082_000000002669	8773	0.5158629292012854	12	6	5	6	2	False	44200	maximal	True	FIJ0082_000000002669	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	2176.0	77.757	25.0	0.0007062427850953838	NZ_CP015910.2	bacteria	Brachyspira hyodysenteriae ATCC 27164 strain B-78 chromosome, complete genome	True	False
ISR0772_000000001649	2779	0.5158582857589982	3	3	3	3	2	False	22516	maximal	True	ISR0772_000000001649	1.0		52	8	False	False	1.0	0					non-mobilizable	other	2570.0	97.626	92.0	0.004661103121686204	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0168_000000007958	3672	0.5158535064852257	6	1	1	1	1	False	55999	maximal	True	ENG0168_000000007958	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	180.0	83.333	6.0	5.301386801323866e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0047_000000026274	1477	0.5158535064852257	3	1	1	1	1	False	6655	fragment	False	SPA0047_000000026274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	149.0	83.221	10.0	0.00014639383193988092	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0068_000000006081	3765	0.515851428744761	7	3	2	3	1	False	62621	maximal	True	ENG0068_000000006081	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	1673.0	97.788	44.0	0.02427791015284477	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
ISR0143_000000005250	6664	0.5158480445584801	9	7	6	4	4	False	90967	maximal	True	ISR0143_000000005250	1.0		78	7	False	False	0.9978991746902466	0					non-mobilizable	no_good_hit	1160.0	69.39699999999999	17.0	0.032989332096474956	NZ_FOJI01000024.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
FIJ0107_000000012039	2189	0.5158479742004779	4	4	4	3	3	False	42278	fragment	False	FIJ0107_000000012039	1.0		0	0	False	False	0.987665593624115	0					non-mobilizable	chromosome	2190.0	97.626	100.0	0.0007438198223055561	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0389_000000019249	1150	0.5158471886878169	2	2	1	1	2	True	131617	fragment	False	ENG0006_000000010997	0.10255773780177586		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	99.82600000000001	100.0	0.026510082598864844	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
ISR0089_000000011139	2460	0.5158460962551343	3	3	3	1	1	False	33743	maximal	True	ISR0089_000000011139	1.0		2	1	False	False	0.997560977935791	0					non-mobilizable	no_good_hit	804.0	91.045	33.0	0.00015278442461023282	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ISR0348_000000006139	2412	0.5158457881295366	2	2	2	2	2	False	24139	maximal	True	ISR0348_000000006139	1.0		819	14	False	False	1.0	0					non-mobilizable	chromosome	2412.0	98.3	100.0	0.001064527779715602	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
FIJ0089_000000014707	1683	0.5158444676646833	2	2	2	2	0	True	43566	maximal	True	FIJ0089_000000014707	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	1493.0	99.06200000000001	89.0	0.002956784541430679	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	True
USA0044_01_000000012681	2267	0.515841558207978	6	2	1	1	1	False	1233	maximal	True	USA0044_01_000000012681	1.0		1	1	False	False	0.9898544549942017	0					non-mobilizable	no_good_hit	447.0	99.77600000000001	20.0	8.507097799770766e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ISR0066_000000015139	2129	0.5158410344920448	2	1	1	1	1	False	35139	maximal	True	ISR0066_000000015139	1.0		69	10	False	False	0.9976514577865601	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00021129775746353723	NZ_NAQA01000002.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_2, whole genome shotgun sequence	True	False
MON0101_000000004066	10751	0.5158407158873601	15	8	6	6	6	False	9081	maximal	True	MON0101_000000004066	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1302.0	75.806	12.0	0.007038737745299736	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
DEN0061_000000029764	1468	0.5158396817377948	1	1	1	1	1	False	71820	fragment	False	DEN0061_000000029764	1.0		0	0	False	False	0.9993187785148621	0					non-mobilizable	no_good_hit	90.0	88.889	6.0	0.013023952095808384	NZ_QYBB01000094.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_94_length_6680_cov_87.8248, whole genome shotgun sequence	True	False
ISR0152_000000010158	2317	0.515839017202544	4	4	4	3	2	False	79663	fragment	False	ISR0152_000000010158	0.9811534968210718		0	0	False	False	1.0	0					non-mobilizable	other	2317.0	99.266	100.0	0.008969686641905786	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0024_000000002375	2894	0.5158387814713972	6	4	3	4	2	False	74345	maximal	True	DEN0024_000000002375	1.0		279	12	False	False	1.0	0					non-mobilizable	other	2894.0	98.89399999999999	100.0	0.41998244587478056	NZ_WNAJ01000051.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold51_size6836, whole genome shotgun sequence	False	False
ISR0050_000000015045	1833	0.5158373640924079	2	2	2	2	1	False	35911	fragment	False	ISR0050_000000015045	1.0		0	0	False	False	0.9945444464683533	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000021978	1509	0.5158355369495105	2	2	2	2	1	False	115236	fragment	False	AST0047_000000014153	0.9387437810945274		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	99.801	100.0	0.00789111516946536	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0076_000000004758	1795	0.5158352375818792	4	4	3	4	3	False	84584	maximal	True	CHI0076_000000004758	1.0		0	0	False	False	0.9994428753852844	0					non-mobilizable	no_good_hit	884.0	90.045	49.0	0.07123840258168616	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
SPA0051_000000005418	4577	0.5158340586887418	7	4	3	3	4	False	85937	maximal	False	ENG0113_000000005184	0.31644235997824904		0	0	False	True	0.9995630383491516	0					non-mobilizable	no_good_hit	3276.0	93.346	71.0	0.17063200922335184	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	True
ISR0150_000000005771	3898	0.5158333187368094	7	5	2	3	1	True	60470	maximal	True	ISR0150_000000005771	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0226_000000002337	2928	0.5158297451056082	5	5	4	5	3	False	107146	maximal	True	ISR0226_000000002337	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	81.57	62.0	0.0006347309730589641	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0026_000000013180	2359	0.5158239257169785	3	3	2	3	2	False	7525	fragment	False	SPA0026_000000013180	1.0		0	0	False	False	0.9983043670654297	0					non-mobilizable	no_good_hit	51.0	100.0	2.0	1.1312595987376952e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0094_000000014748	1546	0.5158213280192327	2	2	2	2	1	False	109186	maximal	False	USA0011_01_000000022785	0.9576559869528619		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	86.066	8.0	3.056475585580306e-05	CP053073.1	b-proteobacteria	Nitrosomonadales bacterium Swamp67 chromosome, complete genome	True	False
FIJ0093_000000007843	2552	0.5158198998042834	3	2	1	2	2	False	81768	maximal	False	CHI0122_000000005384	0.9558233343993598		0	0	False	False	1.0	0					non-mobilizable	other	2554.0	99.491	100.0	0.0007089657930253095	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0001_000000021397	2028	0.5158181214567916	2	2	2	1	1	False	76878	maximal	True	DEN0001_000000021397	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	837.0	99.76100000000001	41.0	0.0002922661005933771	CP033388.1	verrucomicrobia	Akkermansia muciniphila strain CBA5201 chromosome, complete genome	True	False
ENG0154_000000025791	1316	0.515817918022204	1	1	1	1	1	False	56806	fragment	False	ENG0154_000000025791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	73.09	23.0	0.010824948236405245	KC246827.1	bacteria	Uncultured bacterium Contig178 genomic sequence	True	False
ENG0177_000000021120	1232	0.5158164671192738	2	2	2	2	2	False	55498	maximal	True	ENG0177_000000021120	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1233.0	80.04899999999999	99.0	0.05445477827200431	NZ_WHJC01000021.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig021, whole genome shotgun sequence	False	False
MAD0087_000000017431	1743	0.5158141952610096	2	2	2	2	2	False	15981	maximal	True	MAD0087_000000017431	1.0		122	11	False	False	0.9959839582443237	0					non-mobilizable	other	1717.0	97.321	98.0	0.03498143842042998	NZ_JH379456.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1145, whole genome shotgun sequence	False	False
ISR0810_000000007352	2151	0.5158139443860965	4	3	3	3	2	False	21713	maximal	True	ISR0810_000000007352	1.0		186	14	False	False	0.9874476790428162	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000011438	2709	0.5158131142880549	4	4	4	4	3	False	94591	maximal	True	ISR0324_000000011438	0.9965247143033921		105	10	False	False	1.0	0					non-mobilizable	other	2712.0	97.419	100.0	0.007977994987616291	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
AST0118_000000020519	1516	0.5158129869859105	1	1	1	1	1	False	105794	fragment	False	CHI0099_000000003904	0.48956583149648114		0	0	False	False	0.9940633177757263	0					non-mobilizable	chromosome	1516.0	99.14200000000001	100.0	0.0005346014149470321	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0048_000000017358	1490	0.5158129869859105	1	1	1	1	1	False	64221	maximal	True	ENG0048_000000017358	1.0		1	1	False	False	0.9966443181037903	0					non-mobilizable	no_good_hit	1254.0	89.79299999999999	84.0	0.004839186518742123	NZ_CABIXZ010000003.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
CAN0018_000000023770	1433	0.5158129869859105	1	1	1	1	1	False	92105	maximal	True	CAN0018_000000023770	1.0		144	12	False	False	0.9958129525184631	0					non-mobilizable	no_good_hit	1241.0	78.566	86.0	0.0003213322166580507	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
CHI0108_000000005654	1464	0.5157982221297822	2	2	2	2	1	False	82901	maximal	True	CHI0108_000000005654	1.0		6	2	False	False	0.9849726557731628	0					non-mobilizable	no_good_hit	1161.0	96.555	79.0	0.000308716640971329	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0344_000000002477	9825	0.5157980281467002	11	4	2	3	1	False	59222	maximal	True	ISR0344_000000002477	1.0		3	3	False	False	0.9993892908096313	0					non-mobilizable	no_good_hit	73.0	94.521	1.0	0.000849958682564042	NZ_FNBY01000021.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
AST0102_000000010491	2900	0.5157953995235358	4	4	4	3	3	False	119946	maximal	True	AST0102_000000010491	1.0		137	10	False	False	0.9972413778305054	0					non-mobilizable	no_good_hit	2455.0	96.49700000000001	85.0	0.00577645541254343	NZ_CZAF01000005.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
SPA0057_000000007608	3928	0.5157918210672262	3	1	1	1	1	True	32902	fragment	False	SPA0057_000000007608	1.0		0	0	False	False	0.9954175353050232	0					non-mobilizable	no_good_hit								True	True
MAD0001_000000006563	3879	0.5157918210672262	4	1	1	1	1	True	20297	fragment	False	MAD0001_000000006563	1.0		0	0	False	False	0.9997422099113464	0					non-mobilizable	no_good_hit								True	True
ISR0244_000000008601	2723	0.5157918210672262	3	1	1	1	1	True	27197	maximal	True	ISR0244_000000008601	1.0		2	2	False	False	0.9955930709838867	0					non-mobilizable	no_good_hit	651.0	95.39200000000001	24.0	0.00018267078172415363	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
MAD0049_000000006630	2639	0.5157918210672262	2	1	1	1	1	True	17478	maximal	True	MAD0049_000000006630	1.0		4	1	False	False	0.9996210932731628	0					non-mobilizable	no_good_hit								True	True
ENG0137_000000006879	2458	0.5157918210672262	3	1	1	1	1	True	57985	fragment	False	ENG0137_000000006879	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0166_000000011826	2388	0.5157918210672262	2	1	1	1	1	True	61915	maximal	True	ENG0166_000000011826	1.0		74	12	False	False	0.9995812177658081	0					non-mobilizable	other	2386.0	96.27	99.0	0.0006702612529417022	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0007_000000028547	2174	0.5157918210672262	2	1	1	1	1	True	13966	fragment	False	MON0007_000000028547	1.0		0	0	False	False	0.9912603497505188	0					non-mobilizable	no_good_hit								True	True
ISR0117_000000013183	2035	0.5157918210672262	2	1	1	1	1	True	109527	fragment	False	ISR0117_000000013183	0.9696314279406696		0	0	False	False	0.986240804195404	0					non-mobilizable	other	2036.0	96.12	100.0	0.011828782013276137	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	True
MON0013_000000026512	2031	0.5157918210672262	2	1	1	1	1	True	13523	fragment	False	MON0013_000000026512	1.0		0	0	False	False	0.9926144480705261	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0001774772081901061	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
MON0022_000000015927	1909	0.5157918210672262	2	1	1	1	1	True	13020	fragment	False	MON0022_000000015927	1.0		0	0	False	False	0.9947616457939148	0					non-mobilizable	no_good_hit								True	True
ISR0136_000000004604	1847	0.5157918210672262	1	1	1	1	1	True	109527	fragment	False	ISR0117_000000013183	0.9467826361517002		0	0	False	False	1.0	0					non-mobilizable	other	1847.0	98.59200000000001	100.0	0.0003027549221865728	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
ENG0078_000000014240	1823	0.5157918210672262	1	1	1	1	1	True	61914	fragment	False	ENG0078_000000014240	0.961135611907387		0	0	False	False	1.0	0					non-mobilizable	other	1823.0	94.131	100.0	0.0005120402527713968	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0063_000000016200	1814	0.5157918210672262	1	1	1	1	1	True	61914	fragment	False	ENG0078_000000014240	0.9588590235874932		0	0	False	False	1.0	0					non-mobilizable	other	1814.0	97.189	100.0	0.000509510965024447	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
MON0015_000000020952	1802	0.5157918210672262	1	1	1	1	1	True	109527	fragment	False	ISR0117_000000013183	0.7663949461859006		0	0	False	False	1.0	0					non-mobilizable	other	1802.0	96.171	100.0	0.01574961522317056	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
AST0093_000000009897	1755	0.5157918210672262	1	1	1	1	1	True	109527	fragment	False	ISR0117_000000013183	0.7601363249004472		0	0	False	False	1.0	0					non-mobilizable	other	1755.0	97.265	100.0	0.04725724754822718	NZ_CYXX01000035.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
CHI0164_000000012520	1703	0.5157918210672262	1	1	1	1	1	True	109527	fragment	False	ISR0117_000000013183	0.7471673742688983		0	0	False	False	0.9994127750396729	0					non-mobilizable	other	1703.0	95.89	100.0	0.00027913807018501997	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	True
DEN0079_000000054838	1153	0.5157905848790284	2	1	1	1	1	False	69407	fragment	False	DEN0079_000000054838	1.0		0	0	False	False	0.9696444272994995	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000017246	2245	0.5157899169098389	4	4	4	4	3	False	127447	maximal	True	ISR0182_000000017246	1.0	PS1007	0	0	False	True	0.9995545744895935	0					non-mobilizable	no_good_hit	1109.0	99.82	67.0	0.013748262854873933	CP003158.1	firmicutes	Lactococcus lactis subsp. cremoris UC509.9 plasmid pCIS8, complete sequence	True	True
CHI0152_000000011986	1115	0.5157893337612969	2	2	2	2	2	False	79304	maximal	True	CHI0152_000000011986	1.0		325	13	False	False	1.0	0					non-mobilizable	chromosome	1115.0	98.744	100.0	0.0002337451640559528	CP051765.1	enterobacteria	Escherichia coli strain SCU-113 chromosome, complete genome	False	False
SPA0073_000000002731	5199	0.5157876153771623	5	5	5	5	5	False	94370	maximal	True	SPA0073_000000002731	1.0		4	3	False	False	1.0	0					non-mobilizable	other	4400.0	98.227	100.0	0.0013877870949053257	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MON0044_000000030886	1783	0.515787093010542	2	2	2	2	1	False	39452	maximal	True	MON0044_000000030886	0.9912790697674418		73	7	False	False	0.9983174204826355	0					non-mobilizable	other	1714.0	98.48299999999999	96.0	0.00674980790826881	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
MON0050_000000022410	1720	0.515787093010542	2	2	2	2	1	False	39452	maximal	False	MON0044_000000030886	0.9739203589455974		0	0	False	False	0.9941860437393188	0					non-mobilizable	other	1692.0	98.522	99.0	0.006663120357783163	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0092_000000004899	7277	0.5157853166410551	8	5	3	5	2	True	35235	maximal	True	SPA0092_000000004899	1.0		1	1	False	False	0.9888690114021301	0					non-mobilizable	no_good_hit	647.0	72.798	9.0	0.0002821373916376067	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ISR0816_000000005693	7593	0.5157850244030726	6	2	2	2	0	True	21432	fragment	False	ISR0816_000000005693	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	94.118	2.0	0.0004275034058629774	NZ_RRCO01000003.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_3, whole genome shotgun sequence	True	True
CHI0120_000000005312	2599	0.5157845856652606	4	3	1	3	2	False	91253	maximal	True	CHI0120_000000005312	1.0		138	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000014551	1786	0.515784566366557	3	2	2	2	2	False	27951	maximal	False	ISR0221_000000011754	0.9517294785751161		0	0	False	False	0.99944007396698	0					non-mobilizable	no_good_hit	1414.0	84.441	79.0	0.000666971350224228	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
SPA0113_000000016581	1835	0.5157840292742331	2	2	2	2	2	False	4489	maximal	True	SPA0113_000000016581	1.0		161	10	False	False	0.996185302734375	0					non-mobilizable	chromosome	1822.0	99.177	99.0	0.0008305985007263746	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
SPA0143_000000006130	3055	0.5157809303571947	2	2	2	1	1	False	73297	fragment	False	ISR0203_000000005180	0.38963312016156176		0	0	False	False	0.9980360269546509	0					non-mobilizable	no_good_hit	2270.0	73.392	72.0	0.0010909910055815748	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0084_000000009114	2971	0.5157809303571947	2	2	2	1	1	False	73297	fragment	False	ISR0203_000000005180	0.5637440080733327		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2675.0	72.63600000000001	87.0	0.0012848468072931007	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0141_000000024894	1212	0.5157801204545349	2	1	1	1	1	False	40235	fragment	False	FIJ0141_000000024894	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1198.0	99.917	99.0	0.0006234056803350662	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	False	False
ENG0039_000000022084	1189	0.5157791505192759	2	2	2	2	1	True	64902	maximal	True	ENG0039_000000022084	1.0		283	9	False	False	0.9924306273460388	0					non-mobilizable	other	1172.0	98.976	99.0	0.01565131385495469	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0306_000000002112	4080	0.5157785919546377	3	3	3	3	3	False	108829	maximal	True	ISR0306_000000002112	1.0		534	11	False	False	0.9985294342041016	0					non-mobilizable	other	1601.0	96.00200000000001	97.0	0.007247626481747055	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
TAN0024_000000007067	1179	0.5157740051408019	2	2	2	1	1	False	2336	fragment	False	TAN0024_000000007067	1.0		0	0	False	False	1.0	0					non-mobilizable	other	844.0	92.773	100.0	0.0006843810126890572	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	False
MAD0012_000000013001	2186	0.5157732443481664	3	3	3	3	3	True	21053	maximal	True	MAD0012_000000013001	1.0		39	8	False	False	0.9908508658409119	0					non-mobilizable	no_good_hit	494.0	70.243	22.0	0.0001226972757157046	NZ_HG916765.1	b-proteobacteria	Castellaniella defragrans 65Phen	True	True
ISR0172_000000002673	6014	0.515772733405557	9	4	2	4	1	False	29947	fragment	False	ISR0172_000000002673	1.0		0	0	False	False	0.9908546805381775	0					non-mobilizable	no_good_hit	79.0	94.93700000000001	1.0	0.00038488867835149217	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	True	False
USA0037_01_000000023231	1455	0.5157692250531816	2	2	2	2	2	True	75306	fragment	False	USA0037_01_000000023231	0.9889690673899467		0	0	False	False	0.991065263748169	0					non-mobilizable	no_good_hit	1298.0	76.271	88.0	0.0003573714574295932	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
FIJ0092_000000010537	3020	0.5157689049228038	3	3	3	3	3	False	43329	maximal	True	FIJ0092_000000010537	1.0		11	5	False	False	1.0	0					non-mobilizable	other	1829.0	83.816	98.0	0.003988682964605664	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0061_000000005778	1415	0.5157686673742425	2	2	2	2	2	False	85637	maximal	True	CHI0061_000000005778	1.0		1	1	False	False	0.9773851633071899	0					non-mobilizable	no_good_hit	196.0	99.49	14.0	0.0019433730977367178	NZ_PPCX01000007.1	firmicutes	Veillonella rogosae JCM 15642 Contig_7_len_100341, whole genome shotgun sequence	True	False
ISR0339_000000009217	1628	0.5157683387112348	3	2	2	2	2	False	107145	fragment	False	FIJ0147_000000011258	0.26527516745500607		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	98.26799999999999	100.0	0.011880461251969631	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0145_000000004188	7034	0.5157635600418966	6	2	1	2	0	True	102547	fragment	False	SPA0145_000000004188	0.9909723249963002		0	0	False	False	0.9998578429222107	0					non-mobilizable	no_good_hit	196.0	86.22399999999999	3.0	0.00011262009200195208	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
AUS0004_000000003113	6757	0.5157635600418966	6	2	1	2	0	True	102547	fragment	False	SPA0145_000000004188	0.9760449246516918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	181.0	100.0	3.0	0.09473684210526316	NZ_JAAIQH010000048.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_53_length_1900_cov_777.415, whole genome shotgun sequence	True	True
ISR0352_000000001210	6191	0.5157635600418966	3	2	1	2	0	True	24065	fragment	False	ISR0352_000000001210	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0144_000000003092	5015	0.5157635600418966	2	2	1	2	0	True	23774	fragment	False	SPA0144_000000003092	1.0		0	0	False	False	0.9998006224632263	0					non-mobilizable	no_good_hit								True	True
ISR0087_000000005213	4826	0.5157635600418966	7	2	1	2	0	True	33860	fragment	False	ISR0087_000000005213	1.0		0	0	False	False	0.9944053292274475	0					non-mobilizable	no_good_hit								True	True
ISR0360_000000022412	1112	0.5157635600418966	2	2	1	2	0	True	23773	fragment	False	ISR0360_000000022412	1.0		0	0	False	False	0.9991007447242737	0					non-mobilizable	no_good_hit								True	True
MAD0057_000000009112	1753	0.5157629359575647	3	3	3	2	2	False	16993	maximal	True	MAD0057_000000009112	1.0		275	12	False	False	1.0	0					non-mobilizable	chromosome	1753.0	98.346	100.0	0.0005953276969754838	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0090_000000026080	1405	0.5157621797331607	2	2	2	2	1	True	5368	fragment	False	SPA0090_000000026080	1.0		0	0	False	False	0.9836298823356628	0					non-mobilizable	no_good_hit	58.0	87.931	4.0	8.596947932660258e-05	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0271_000000003048	4652	0.5157617814186363	5	4	3	4	3	False	26425	maximal	True	ISR0271_000000003048	1.0		0	0	False	False	0.9950559139251709	0					non-mobilizable	no_good_hit	2415.0	99.79299999999999	52.0	0.000528134771942698	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0368_000000002242	5180	0.5157615269904134	5	5	5	5	4	False	23573	maximal	True	ISR0368_000000002242	1.0		39	8	False	False	0.9978764653205872	0					non-mobilizable	no_good_hit	869.0	80.207	31.0	0.00022548250899965904	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0166_000000003201	7700	0.5157613665695786	6	6	3	5	1	True	129152	fragment	False	ENG0166_000000003201	1.0		0	0	False	False	0.9979220628738403	0					non-mobilizable	no_good_hit	752.0	87.766	20.0	0.0015703511020686396	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
AST0102_000000003424	7604	0.5157613665695786	6	6	3	5	1	True	109407	fragment	False	AST0102_000000003424	0.9583856826615043		0	0	False	False	0.9998685121536255	0					non-mobilizable	other	7609.0	90.82700000000001	100.0	0.01586451905645109	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0094_000000002476	7424	0.5157613665695786	6	6	3	5	1	True	109407	fragment	False	AST0102_000000003424	0.9396064727071315		0	0	False	False	1.0	0					non-mobilizable	other	7425.0	97.764	99.0	0.015506955756246379	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0190_000000004034	7417	0.5157613665695786	6	6	3	5	1	True	109407	fragment	False	AST0102_000000003424	0.9559866214560557		0	0	False	False	0.9998651742935181	0					non-mobilizable	other	7423.0	91.809	100.0	0.015473499541022548	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0088_000000002216	7272	0.5157613665695786	6	6	3	5	1	True	109407	fragment	False	AST0102_000000003424	0.9392390501763546		0	0	False	False	1.0	0					non-mobilizable	other	7276.0	91.286	99.0	0.015189121711619971	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0085_000000007941	2270	0.5157580235556993	2	2	2	2	0	False	61481	maximal	True	ENG0085_000000007941	1.0		32	8	False	False	1.0	0					non-mobilizable	other	2270.0	95.90299999999999	100.0	0.001053559256555841	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
SPA0085_000000005552	2470	0.5157574010658381	2	2	2	2	2	False	5546	maximal	True	SPA0085_000000005552	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	79.806	54.0	0.006539094549116903	NZ_NHOC01000010.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c10, whole genome shotgun sequence	True	False
CHI0024_000000000647	12687	0.5157537967178498	15	8	4	6	7	True	104621	maximal	True	CHI0024_000000000647	1.0		7	3	True	True	1.0	1					non-mobilizable	no_good_hit	3089.0	88.961	46.0	0.013528554392473831	NZ_RBXN01000006.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_106, whole genome shotgun sequence	True	True
ISR0849_000000020443	1328	0.5157531603497896	2	2	2	2	2	False	20585	maximal	True	ISR0849_000000020443	1.0		15	3	False	False	0.9932228922843933	0					non-mobilizable	no_good_hit	508.0	98.228	83.0	0.0001439235314690079	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
AUS0018_000000016746	1683	0.5157526565954582	2	2	2	1	1	False	99933	maximal	True	AUS0018_000000016746	1.0		13	5	False	False	0.9982174634933472	0					non-mobilizable	no_good_hit	126.0	83.333	7.0	0.2261029411764706	EU058282.1	bacteria	Uncultured bacterium clone LM0ABA29ZF05FM1 genomic sequence	True	False
CAN0003_000000024720	2005	0.5157514461277762	2	1	1	1	1	False	96594	fragment	False	USA0075_01_000000012200	0.9365635011399801		0	0	False	False	0.9955112338066101	0					non-mobilizable	other	1987.0	99.295	99.0	0.0005476108477683203	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
SPA0106_000000006250	6111	0.5157510592823356	12	7	4	4	1	False	4759	maximal	True	SPA0106_000000006250	1.0		61	8	False	False	0.9996727108955383	0					non-mobilizable	no_good_hit	1939.0	92.986	54.0	0.00042841106453361723	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0200_000000002191	8273	0.515748912857949	7	6	5	5	4	False	107143	maximal	True	ISR0200_000000002191	1.0		14	2	False	False	1.0	0					non-mobilizable	no_good_hit	448.0	85.491	13.0	0.002885006357340631	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
SPA0126_000000004068	8153	0.5157475102029111	8	8	7	8	8	False	127582	fragment	False	ISR0779_000000003099	0.5192344084929763		0	0	False	False	1.0	0					non-mobilizable	chromosome	8015.0	98.191	98.0	0.0032999508281381655	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0136_000000006082	5980	0.5157427350345121	4	4	4	4	4	False	91654	maximal	True	SPA0136_000000006082	1.0		8	5	False	False	0.9994983077049255	0					non-mobilizable	no_good_hit								True	False
AUS0002_000000005913	5249	0.5157377335805349	6	4	2	4	1	True	103109	maximal	True	AUS0002_000000005913	1.0		1	1	False	False	0.9986664056777954	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.000453974018717698	NZ_LT985121.1	euryarchaeotes	Methanobrevibacter oralis strain M2 CSUR P5920, whole genome shotgun sequence	True	True
ISR0222_000000029532	1578	0.5157364658330862	2	1	1	1	1	False	27864	fragment	False	ISR0222_000000029532	0.9951422623178348		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	98.986	100.0	0.00044137185200692646	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0040_000000001105	14080	0.5157361512665051	9	3	3	2	1	False	116420	fragment	False	AST0040_000000001105	1.0		0	0	False	False	0.9992897510528564	0					non-mobilizable	no_good_hit	98.0	81.633	1.0	5.3283424525694266e-05	CP007064.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii 3_1_27 chromosome 1, complete sequence	True	False
ISR0096_000000005380	4632	0.5157360270466104	3	3	2	3	2	False	33360	maximal	True	ISR0096_000000005380	1.0		95	6	False	False	1.0	0					non-mobilizable	no_good_hit	3452.0	83.633	87.0	0.0008543079102171211	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
ISR0051_000000021008	1788	0.5157346441276242	2	2	1	2	2	False	35842	maximal	True	ISR0051_000000021008	1.0		8	3	False	False	0.9373601675033569	0					non-mobilizable	no_good_hit	45.0	91.111	3.0	1.1402866110396847e-05	CP034348.1	a-proteobacteria	Roseovarius sp. MME-070 chromosome, complete genome	True	False
MAD0091_000000001986	6226	0.5157342392293206	9	5	2	2	5	True	74251	maximal	True	MAD0091_000000001986	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	2027.0	95.757	57.0	0.046125714285714284	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0021_000000002180	9230	0.5157334213077913	11	9	5	6	6	True	117929	maximal	True	ISR0021_000000002180	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2591.0	80.664	28.0	0.018230776335514492	NZ_LMUA01000007.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00007, whole genome shotgun sequence	True	True
FIJ0101_000000021194	1322	0.5157312426647679	1	1	1	1	1	False	46942	maximal	True	FIJ0101_000000021194	0.9744697564807541		45	4	False	False	0.9826021194458008	0					non-mobilizable	no_good_hit	39.0	97.436	3.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0046_000000027161	1273	0.5157312426647679	1	1	1	1	1	False	46942	maximal	False	FIJ0101_000000021194	0.9568835098335855		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	91.071	4.0	0.00013166781672815228	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0021_000000020023	1204	0.5157169801999518	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.07402774816333621		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	96.68	100.0	0.00462133105081545	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0047_000000024904	1595	0.515713404917438	3	2	2	2	1	True	119979	fragment	False	MON0049_000000012068	0.11539298143851509		0	0	False	True	0.9993730187416077	0					non-mobilizable	chromosome	1598.0	95.119	100.0	0.0005365310674713062	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0157_000000003771	6162	0.5157132357781344	11	11	7	4	10	False	56645	maximal	True	ENG0157_000000003771	1.0		23	7	False	False	1.0	0					non-mobilizable	chromosome	6162.0	99.935	100.0	0.0012437200618164613	CP054328.1	enterobacteria	Escherichia coli strain SCU-121 chromosome, complete genome	False	False
ISR0066_000000023350	1382	0.5157127487946914	3	2	2	2	1	True	35115	maximal	False	ISR0784_000000008220	0.9422814207650273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	79.41199999999999	73.0	0.0008629181842492654	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	True
SPA0132_000000003736	9103	0.515712101427084	12	8	4	6	7	False	110825	maximal	True	SPA0132_000000003736	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3755.0	98.322	84.0	0.0005757424415726046	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CHI0077_000000006226	2191	0.5157101429240988	4	1	1	1	1	False	84538	maximal	True	CHI0077_000000006226	1.0		127	12	False	False	0.9990871548652649	0					non-mobilizable	chromosome	2194.0	97.76700000000001	100.0	0.0006099453666005498	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0034_000000022332	1317	0.5157098256750108	2	1	1	1	1	False	12718	fragment	False	MON0026_000000035405	0.9257975034674064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0144_000000010508	1647	0.5157087050799155	2	2	1	2	1	False	57559	fragment	False	ENG0144_000000010508	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	84.321	32.0	0.0014048005425436579	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0286_000000014481	1419	0.5157087050799155	2	2	1	2	1	False	36210	fragment	False	ISR0286_000000014481	1.0		0	0	False	False	0.9873149991035461	0					non-mobilizable	no_good_hit	298.0	84.564	21.0	0.0007992830673093225	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0046_000000032908	1164	0.5157087050799155	2	2	1	2	1	False	36128	fragment	False	ISR0046_000000032908	0.9916520210896309		0	0	False	False	0.9467353820800781	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000012971	1590	0.5157083706640253	3	2	2	1	1	False	35018	maximal	True	ISR0068_000000012971	1.0		0	0	False	False	0.9748427867889404	0					non-mobilizable	no_good_hit	142.0	98.59200000000001	9.0	0.0007086281762624638	NZ_QSFT01000001.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf1, whole genome shotgun sequence	True	False
ISR0214_000000022628	1374	0.5157041880620264	3	2	2	2	2	False	28200	maximal	True	ISR0214_000000022628	1.0		11	4	False	False	0.9890829920768738	0					non-mobilizable	no_good_hit	175.0	78.286	13.0	6.131792422167883e-05	NC_007795.1	firmicutes	Staphylococcus aureus subsp. aureus NCTC 8325 chromosome, complete genome	True	False
ISR0270_000000001027	5422	0.5157040742002965	4	4	3	4	1	False	108024	maximal	False	AST0104_000000005400	0.9871726943287102		0	0	False	False	0.9955735802650452	0					non-mobilizable	no_good_hit	4488.0	99.844	83.0	0.0012558246670609252	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0051_000000027425	1104	0.5157026631807788	2	2	2	2	2	False	65136	fragment	False	ENG0192_000000017371	0.6189112144675661		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	76.619	100.0	0.00030829207315599466	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0148_000000004512	2620	0.5157021666287024	4	3	3	2	3	False	90977	fragment	False	CHI0148_000000004512	0.9868		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	90.0	3.0	1.971003960861003e-05	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0172_000000001611	10133	0.5157011992385424	10	9	7	8	9	True	118096	maximal	True	ISR0172_000000001611	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	7829.0	99.98700000000001	77.0	0.34591250552364117	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	True
ISR0811_000000003339	4072	0.5157010726334024	7	1	1	1	1	False	130903	fragment	False	ISR0811_000000003339	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1386.0	85.426	40.0	0.016282257302202476	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
ISR0036_000000002994	3216	0.5157010726334024	6	1	1	1	1	False	130902	fragment	False	ISR0036_000000002994	1.0		0	0	False	True	0.9996890425682068	0					non-mobilizable	no_good_hit	1385.0	85.848	50.0	0.01627044144058985	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
CHI0056_000000006053	3016	0.5157010726334024	4	1	1	1	1	False	130888	maximal	True	CHI0056_000000006053	1.0	PS1128	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	1367.0	84.711	47.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
ISR0039_000000013419	2637	0.5157010726334024	3	1	1	1	1	False	130901	maximal	True	ISR0039_000000013419	1.0	PS1128	101	9	False	True	1.0	0					non-mobilizable	no_good_hit	1384.0	82.44200000000001	68.0	0.0003891150193277526	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
FIJ0147_000000010536	1968	0.5157010726334024	1	1	1	1	1	False	130906	fragment	False	FIJ0147_000000010536	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1733.0	84.36200000000001	87.0	0.020382361281784667	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
MAD0086_000000004995	1882	0.5157010726334024	1	1	1	1	1	False	130891	maximal	True	MAD0086_000000004995	1.0	PS1128	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1329.0	84.95100000000001	78.0	0.00037471215293706197	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
MAD0110_000000016223	1670	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.5741166393875078	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1430.0	81.818	100.0	0.0006559048993324551	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
CHI0055_000000010502	1601	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.6014216113128615	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1349.0	82.728	100.0	0.000618490605778984	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
CHI0188_000000009537	1593	0.5157010726334024	1	1	1	1	1	False	130886	fragment	False	CHI0188_000000009537	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1367.0	85.15	89.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
CHI0037_000000009515	1531	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.5035575932028304	PS1128	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1341.0	84.86200000000001	87.0	0.015750543529634183	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
MON0051_000000024564	1472	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.3463063209042787	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1385.0	85.993	93.0	0.01627044144058985	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
CAN0004_000000019953	1435	0.5157010726334024	2	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.20703532213811043	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1461.0	80.28699999999999	100.0	0.0006706858548103696	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
MAD0041_000000025886	1430	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.29890993004688027	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1385.0	85.271	96.0	0.01627044144058985	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MAD0028_000000008727	1422	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.2908416598746871	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1435.0	85.15700000000001	100.0	0.016884866244446545	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
USA0091_01_000000007417	1412	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.27998946070890135	PS1128	0	0	False	True	0.9992917776107788	0					non-mobilizable	other	1353.0	82.557	100.0	0.0006194144154963537	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
SPA0156_000000014744	1394	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.27655328251242084	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1406.0	85.491	100.0	0.01651857453445505	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0834_000000012935	1389	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.26842615550828614	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1361.0	85.96600000000001	97.0	0.016010492485112014	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
USA0053_01_000000014155	1305	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.19622953931476322	PS1128	0	0	False	True	0.9969348907470703	0					non-mobilizable	other	1314.0	81.05	100.0	0.0006027858405837	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
FIJ0047_000000024080	1299	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.21094648837955773	PS1128	0	0	False	True	0.9969207048416138	0					non-mobilizable	other	1304.0	81.288	100.0	0.00035934263069907973	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0007_000000013524	1271	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.2096087171834488	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1210.0	84.545	99.0	0.00034093128460409956	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0069_000000017585	1249	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.1979617332243085	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1176.0	84.694	98.0	0.00033241509931007543	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
MAD0107_000000032013	1240	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.19856188463149588	PS1128	0	0	False	True	0.9983870983123779	0					non-mobilizable	other	1244.0	81.994	100.0	0.00034323608310978557	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0071_000000016061	1232	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.18786304581207394	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1223.0	85.854	99.0	0.01437990358256924	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0124_000000025283	1224	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.18786540415144526	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1222.0	86.25200000000001	99.0	0.01437990358256924	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
FIJ0008_000000024145	1196	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.17487773100859338	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1194.0	85.51100000000001	99.0	0.014037243595803005	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
FIJ0010_000000016265	1185	0.5157010726334024	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.14999590578008892	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1197.0	85.464	99.0	0.014049059457415634	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
CHI0141_000000004670	5894	0.515699476618791	5	4	4	4	4	False	80152	maximal	True	CHI0141_000000004670	1.0		4	3	False	False	0.996606707572937	0					non-mobilizable	no_good_hit								True	False
CHI0090_000000009072	1479	0.5156986700164842	3	1	1	1	1	False	83787	fragment	False	CHI0090_000000009072	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	82.48700000000001	88.0	0.0001393656870301741	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
CHI0051_000000003318	5036	0.5156959868309255	9	6	6	4	3	False	86837	maximal	True	CHI0051_000000003318	1.0		185	9	False	False	0.9990071654319763	0					non-mobilizable	no_good_hit	659.0	89.985	38.0	0.0002214789475508905	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0021_000000007980	3355	0.5156909468233767	4	4	4	4	2	False	13079	maximal	True	MON0021_000000007980	1.0		43	6	False	False	0.9994038939476013	0					non-mobilizable	other	3355.0	98.867	100.0	0.0018667650697866244	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
MAD0112_000000012380	2287	0.5156901762936512	2	2	2	2	2	False	95269	fragment	False	MAD0112_000000012380	1.0		0	0	False	False	0.9951902031898499	0					non-mobilizable	chromosome	1113.0	94.699	94.0	0.00038760068206566067	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0019_000000050427	1326	0.5156893771089754	2	2	2	1	1	False	13143	maximal	True	MON0019_000000050427	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	82.759	7.0	7.115924266473783e-05	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0153_000000024624	1200	0.5156827436023174	2	2	2	1	1	False	30651	maximal	True	ISR0153_000000024624	1.0		227	11	False	False	1.0	0					non-mobilizable	no_good_hit	477.0	75.472	42.0	0.00014034852518837076	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0168_000000006724	3901	0.5156780500356967	3	2	2	2	1	True	30134	fragment	False	ISR0168_000000006724	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2371.0	89.836	96.0	0.01642089983460462	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	True
ISR0292_000000008519	2228	0.5156772497292406	3	2	2	2	1	False	25881	maximal	True	ISR0292_000000008519	1.0		37	9	False	False	1.0	0					non-mobilizable	other	2228.0	99.955	100.0	0.0008951810158917743	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
CHI0143_000000008861	2174	0.5156746361968212	3	2	2	2	2	False	79930	maximal	True	CHI0143_000000008861	1.0		82	13	False	False	0.9894204139709473	0					non-mobilizable	no_good_hit	767.0	77.445	35.0	0.0003544462011295641	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
FIJ0035_000000008188	1476	0.5156739994496811	3	2	2	1	1	True	48022	maximal	True	FIJ0035_000000008188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0071_000000029703	1462	0.5156719483272548	3	1	1	1	1	False	70398	fragment	False	DEN0071_000000029703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	97.619	3.0	1.4196090950546013e-05	NZ_WTYS01000001.1	a-proteobacteria	Altererythrobacter gangjinensis strain JCM 17802 NODE_1_length_2888119, whole genome shotgun sequence	True	False
FIJ0044_000000006760	3252	0.5156701037138844	4	2	2	2	1	False	47130	maximal	True	FIJ0044_000000006760	1.0		13	2	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	95.455	1.0	0.0015310118920458591	NZ_CACVNJ010000025.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
AST0099_000000002012	9298	0.5156699000965744	2	2	2	2	2	False	108922	maximal	True	AST0099_000000002012	1.0		1	1	False	False	0.9970961213111877	0					non-mobilizable	no_good_hit	107.0	94.39299999999999	1.0	0.0003608061440131952	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0286_000000018700	1159	0.5156640368105168	2	2	2	2	2	False	42536	maximal	True	ISR0286_000000018700	0.980072463768116		502	13	False	False	1.0	0					non-mobilizable	other	1158.0	96.287	99.0	0.01956143168715235	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
ENG0017_000000014889	1373	0.5156631292681118	2	2	1	2	2	False	66676	fragment	False	ENG0017_000000014889	0.9815526518063029		0	0	False	False	0.9927166700363159	0					non-mobilizable	chromosome	1373.0	99.854	100.0	0.00021147759177580293	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0114_000000001969	3439	0.5156630185789306	7	5	3	3	4	False	82308	fragment	False	CHI0114_000000001969	1.0		0	0	False	False	0.9997091889381409	0					non-mobilizable	no_good_hit	2088.0	99.80799999999999	61.0	0.3131752701080432	NZ_CYXX01000057.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0022_000000003629	8524	0.5156486197459866	12	7	5	6	4	False	80135	maximal	True	DEN0022_000000003629	1.0		1	1	False	False	0.9996480345726013	0					non-mobilizable	no_good_hit	1859.0	72.673	21.0	0.0003531190492810683	CP022713.1	firmicutes	Blautia coccoides strain YL58 genome	True	False
MON0077_000000027798	1594	0.5156485726408058	3	3	3	2	1	False	10211	fragment	False	MON0077_000000027798	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1594.0	98.934	100.0	0.0004796217942792832	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0077_000000022393	1924	0.5156467900686117	3	2	2	2	2	False	10230	maximal	True	MON0077_000000022393	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	95.074	31.0	0.0001587254191686874	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
DEN0006_000000000066	18071	0.5156452100177068	17	3	3	3	2	False	76376	fragment	False	DEN0006_000000000066	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00023156691198286404	KC513612.1	microsporidians	Encephalitozoon cuniculi clone supercont1.8 genomic sequence	True	False
MON0065_000000001368	15584	0.5156452100177068	15	3	3	3	2	False	10685	fragment	False	MON0065_000000001368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.00023156691198286404	KC513612.1	microsporidians	Encephalitozoon cuniculi clone supercont1.8 genomic sequence	True	False
ISR0229_000000001316	9753	0.5156449532296467	13	5	2	5	0	True	27584	fragment	False	ISR0229_000000001316	1.0		0	0	False	False	0.9994873404502869	0					non-mobilizable	no_good_hit								True	True
MON0081_000000007652	7045	0.5156449532296467	6	5	2	5	0	True	11862	fragment	False	MON0081_000000007652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0119_000000020236	1536	0.5156410177759921	1	1	1	1	1	False	99939	backbone	False	AUS0018_000000016405	0.884403690899158	PS564	0	0	False	True	1.0	0					non-mobilizable	other	1473.0	96.402	96.0	0.00533340101301988	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0370_000000019949	1353	0.5156410177759921	1	1	1	1	1	False	99939	backbone	False	AUS0018_000000016405	0.5478280110529078	PS564	0	0	False	True	1.0	0					non-mobilizable	other	1353.0	96.009	100.0	0.004901943011286796	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0017_000000013741	1494	0.5156398501857659	2	2	2	2	2	False	103849	maximal	True	ENG0017_000000013741	1.0		269	12	False	False	0.9959839582443237	0					non-mobilizable	other	1477.0	96.141	99.0	0.007674103947801466	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ISR0083_000000022197	1275	0.5156372611683009	2	2	2	2	1	False	34082	fragment	False	ISR0083_000000022197	1.0		0	0	False	False	0.9905882477760315	0					non-mobilizable	no_good_hit								True	False
ISR0271_000000016265	1213	0.5156372611683009	2	2	2	2	1	False	52276	maximal	True	ISR0271_000000016265	0.9739316239316239		81	9	False	False	1.0	0					non-mobilizable	other	1213.0	94.72399999999999	100.0	0.06769436997319035	NZ_CABIWU010000046.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0002_000000033465	1170	0.5156372611683009	2	2	2	2	1	False	52276	maximal	False	ISR0271_000000016265	0.9571310799670238		0	0	False	False	0.988034188747406	0					non-mobilizable	other	1170.0	97.69200000000001	100.0	0.06529267202859697	NZ_CABIWU010000046.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0830_000000002384	7843	0.515637242900035	8	7	7	7	7	False	116982	maximal	True	ISR0830_000000002384	1.0	PS451	4	3	False	True	1.0	0					non-mobilizable	no_good_hit	1725.0	75.014	22.0	0.009514349648164373	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
DEN0028_000000010286	2745	0.5156337042264404	2	2	1	2	2	True	109758	maximal	True	DEN0028_000000010286	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2678.0	92.64399999999999	97.0	0.011031746686351977	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
FIJ0110_000000008314	2043	0.515627693474101	3	2	2	2	0	False	42115	maximal	True	FIJ0110_000000008314	1.0		5	1	False	False	0.9985315799713135	0					non-mobilizable	no_good_hit	535.0	90.654	53.0	0.44490818030050083	HG796672.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI02009	True	False
ISR0390_000000007208	1906	0.515619754010646	3	3	3	3	2	False	128209	maximal	True	ISR0390_000000007208	1.0		9	5	False	False	0.9821615815162659	0					non-mobilizable	no_good_hit	912.0	82.01799999999999	73.0	0.036520130314121386	NZ_CACWHD010000054.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ENG0003_000000015870	1370	0.5156196159890589	2	2	2	1	1	False	67844	maximal	True	ENG0003_000000015870	1.0		88	11	False	False	0.9992700815200806	0					non-mobilizable	other	1378.0	90.78399999999999	100.0	0.0013927746510947006	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0221_000000016295	1368	0.5156196159890589	2	2	2	1	1	False	27937	maximal	True	ISR0221_000000016295	1.0		48	11	False	False	0.9978070259094238	0					non-mobilizable	other	1370.0	96.861	100.0	0.023074066572142327	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0119_01_000000018938	1304	0.5156189850712319	2	2	2	2	2	True	29309	fragment	False	USA0119_01_000000018938	1.0		0	0	False	False	0.9923312664031982	0					non-mobilizable	virus	1276.0	100.0	98.0	0.20364159080019167	MK233194.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_5_c1 sequence	False	True
ISR0310_000000015137	1216	0.5156189850712319	2	2	2	2	2	True	113002	fragment	False	AST0058_000000011129	0.9861676159479251		0	0	False	False	0.9983552694320679	0					non-mobilizable	other	1216.0	98.931	100.0	0.02069705641864268	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	True
ISR0282_000000009861	2275	0.5156119844565492	5	5	5	4	4	True	100707	fragment	False	ISR0282_000000009861	1.0		0	0	False	False	0.9951648116111755	0					non-mobilizable	chromosome	2297.0	93.86200000000001	100.0	0.0008799094249226389	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	False	True
ISR0815_000000009119	3354	0.5156083829461648	4	2	1	2	0	True	21467	maximal	True	ISR0815_000000009119	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	118.0	88.98299999999999	3.0	0.004521712013721057	NZ_CABJDZ010000015.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
SPA0103_000000004854	3203	0.5156068637901351	5	4	2	2	1	True	4874	maximal	True	SPA0103_000000004854	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	552.0	85.32600000000001	25.0	0.052798006899195095	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	True	True
ISR0364_000000003074	4706	0.5156024323114519	2	2	2	2	1	False	115446	fragment	False	ISR0364_000000003074	1.0		0	0	False	False	0.9963876008987427	0					non-mobilizable	no_good_hit	2435.0	83.039	86.0	0.06865450820838194	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
MAD0045_000000008106	4298	0.51560240354751	4	4	1	2	3	False	17895	fragment	False	MAD0045_000000008106	1.0		0	0	False	False	1.0	0		MOBP		MOBP	mobilizable	plasmid	4302.0	98.838	100.0	0.04613072877535687	CP027327.1	enterobacteria	Escherichia coli strain 2013C-4830 plasmid unnamed2, complete sequence	False	True
ENG0058_000000027750	1251	0.5156011620123505	2	2	1	2	1	False	63408	fragment	False	ENG0058_000000027750	1.0		0	0	False	False	0.973621129989624	0					non-mobilizable	no_good_hit	467.0	73.233	37.0	0.001426160830369849	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
FIJ0144_000000008582	3689	0.5155968015675408	4	3	2	3	3	False	43818	fragment	False	FIJ0144_000000008582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2076.0	91.76299999999999	59.0	0.0016821322162416685	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
AST0151_000000007911	2014	0.5155963871412063	2	2	1	2	2	False	103674	maximal	True	AST0151_000000007911	1.0		1	1	False	False	0.9816285967826843	0					non-mobilizable	no_good_hit	1081.0	92.69200000000001	54.0	0.0542701941454582	MK233923.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_1_c6 sequence	True	False
USA0084_01_000000020618	1565	0.5155952596638917	2	2	1	2	1	False	112724	backbone	False	ISR0050_000000008971	0.17015058689471607	PS721	0	0	False	True	1.0	0					non-mobilizable	other	1540.0	74.416	97.0	0.18525289457647776	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	True
ISR0013_000000022916	1191	0.5155934562982636	2	1	1	1	1	False	38064	fragment	False	ISR0013_000000022916	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	98.649	6.0	0.005034829988275053	MK233491.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B10.V06.L09_2_c1 sequence	True	False
ISR0064_000000010496	2029	0.5155896938702106	3	3	3	3	3	False	35244	maximal	True	ISR0064_000000010496	1.0		11	3	False	False	0.9329718947410583	0					non-mobilizable	no_good_hit	1125.0	74.222	86.0	0.0028769559949472817	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
ISR0158_000000004557	3820	0.5155887063624865	3	3	3	3	3	False	44380	maximal	True	ISR0158_000000004557	1.0	PS153	25	9	False	True	0.9997382164001465	0					non-mobilizable	no_good_hit	695.0	96.54700000000001	18.0	0.00017015346420439404	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0340_000000011667	1958	0.515587391201488	2	2	2	2	2	False	109979	maximal	True	ISR0340_000000011667	0.9874608150470219		46	10	False	False	0.9989785552024841	0					non-mobilizable	no_good_hit	560.0	72.5	29.0	0.0024570240946878963	NZ_QSBM01000011.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf11, whole genome shotgun sequence	True	False
SPA0089_000000017114	2277	0.5155872329903781	3	1	1	1	1	False	72242	fragment	False	SPA0089_000000017114	0.9997708524289642		0	0	False	False	0.9951691031455994	0					non-mobilizable	no_good_hit	416.0	95.913	36.0	0.0016267364922073443	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0062_000000017044	2182	0.5155872329903781	3	1	1	1	1	False	72242	fragment	False	SPA0089_000000017114	0.9789196310935442		0	0	False	False	0.999541699886322	0					non-mobilizable	no_good_hit	416.0	95.913	38.0	0.0016267364922073443	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
SPA0013_000000014822	1905	0.5155872329903781	3	1	1	1	1	False	72239	fragment	False	SPA0013_000000014822	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	91.705	56.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0017_000000019433	1710	0.5155872329903781	3	1	1	1	1	False	72238	fragment	False	ISR0017_000000019433	1.0		0	0	False	False	0.9894737005233765	0					non-mobilizable	no_good_hit	416.0	95.913	45.0	0.0016267364922073443	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ENG0067_000000016113	1670	0.5155872329903781	2	1	1	1	1	False	62660	maximal	True	ENG0067_000000016113	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	91.705	64.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0838_000000014722	1651	0.5155872329903781	3	1	1	1	1	False	29668	fragment	False	ISR0838_000000014722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	91.551	65.0	0.0025361409890557875	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
DEN0052_000000031834	1462	0.5155872329903781	3	1	1	1	1	False	72237	fragment	False	DEN0052_000000031834	1.0		0	0	False	False	0.9965800046920776	0					non-mobilizable	no_good_hit	416.0	95.67299999999999	50.0	0.0016267364922073443	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0179_000000018335	1220	0.5155872329903781	2	1	1	1	1	False	29667	fragment	False	ISR0179_000000018335	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	516.0	90.50399999999999	76.0	0.0020069616482172536	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ENG0062_000000011079	2264	0.5155858085454301	6	3	2	2	3	False	86099	fragment	False	ENG0062_000000011079	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2267.0	96.515	99.0	0.00039517654215289177	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MON0075_000000010786	2228	0.5155838544528318	2	2	2	1	1	True	106439	fragment	False	MON0075_000000010786	1.0		0	0	False	False	0.9932674765586853	0					non-mobilizable	chromosome	2256.0	94.238	100.0	0.0004982019861445207	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
ETH0001_000000002176	8766	0.5155838022492107	14	2	1	2	1	False	53604	maximal	True	ETH0001_000000002176	1.0		1	1	True	True	1.0	47					non-mobilizable	no_good_hit	136.0	99.265	2.0	0.0005024022269443897	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	True
TAN0027_000000007388	1559	0.5155834687617503	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9424118717613144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	84.27600000000001	56.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0164_000000017992	1558	0.5155834687617503	3	3	3	2	2	False	100191	maximal	False	MAD0110_000000015382	0.9421178518727783		0	0	False	False	0.998074471950531	0					non-mobilizable	no_good_hit	725.0	84.13799999999999	56.0	0.0035224952648021056	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
ISR0360_000000019463	1282	0.515581790192004	2	2	2	1	1	True	125751	fragment	False	ENG0102_000000021244	0.4075564498766424		0	0	False	False	1.0	0					non-mobilizable	other	1283.0	91.66	100.0	0.00039789473553221763	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0076_000000044232	1081	0.515581790192004	2	2	2	1	1	True	125751	fragment	False	ENG0102_000000021244	0.11390391611468621		0	0	False	False	1.0	0					non-mobilizable	chromosome	1082.0	94.917	100.0	0.0003811019987741219	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0135_000000011672	1667	0.5155814033260002	2	1	1	1	1	False	80667	maximal	True	CHI0135_000000011672	1.0		5	4	True	True	1.0	21					non-mobilizable	chromosome	1446.0	99.86200000000001	99.0	0.0005216372985469243	CP025833.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-18 chromosome, complete genome	False	True
FIJ0147_000000013659	1571	0.5155787069311462	2	2	2	2	1	False	59028	maximal	False	ENG0122_000000017908	0.9591277281579904		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	97.645	100.0	0.0003849293066295369	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0109_000000015942	2039	0.5155747546828157	3	2	2	2	1	False	32748	maximal	True	ISR0109_000000015942	1.0		108	8	False	False	0.9995095729827881	0					non-mobilizable	no_good_hit	485.0	79.175	24.0	0.0001464445763838401	NZ_LR027382.1	CFB group bacteria	Alistipes megaguti strain Marseille-P5997 chromosome contig00001	True	False
SPA0038_000000022499	1116	0.5155699034542842	2	2	2	2	2	False	7025	fragment	False	SPA0038_000000022499	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	89.63	99.0	0.0003360457900506661	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0140_000000014974	1243	0.5155677946812375	2	2	2	2	2	False	57771	maximal	True	ENG0140_000000014974	1.0		8	4	False	False	0.9879324436187744	0					non-mobilizable	no_good_hit	318.0	75.786	30.0	0.00030519728403857456	NZ_CADIKR010000003.1	b-proteobacteria	Achromobacter mucicolens strain LMG 3415 isolate LMG 3415, whole genome shotgun sequence	True	False
DEN0031_000000026589	1300	0.5155661633936728	2	2	2	2	2	False	73896	fragment	False	DEN0031_000000026589	0.992417770999792		0	0	False	False	0.9907692074775696	0					non-mobilizable	no_good_hit	262.0	83.588	20.0	7.248909934673047e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0165_000000003324	5220	0.5155649326106051	5	4	4	3	1	True	34190	maximal	True	ISR0165_000000003324	1.0		3	2	False	False	0.9921455979347229	0					non-mobilizable	no_good_hit	4491.0	99.978	86.0	0.07121558177896206	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
MAD0013_000000023178	1109	0.5155613738590463	1	1	1	1	1	False	128841	backbone	False	ENG0186_000000008765	0.020691162511330786	PS1059	0	0	False	True	0.9990983009338379	0					non-mobilizable	other	1109.0	99.459	100.0	0.7753673897830651	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	False	True
SPA0082_000000001597	9703	0.5155606093289217	13	7	2	5	5	True	120550	fragment	False	SPA0082_000000001597	0.9827429943219111		0	0	False	False	1.0	0					non-mobilizable	chromosome	9192.0	99.184	100.0	0.0016322139519273705	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0001_000000002416	9230	0.5155606093289217	11	7	2	5	5	True	120550	fragment	False	SPA0082_000000001597	0.966553388998762		0	0	False	False	0.9998916387557983	0					non-mobilizable	chromosome	8847.0	99.02799999999999	96.0	0.001570708176783952	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
USA0089_01_000000001097	8768	0.5155606093289217	11	7	2	5	5	True	120550	fragment	False	SPA0082_000000001597	0.9460002820496816		0	0	False	False	1.0	0					non-mobilizable	chromosome	8768.0	99.977	100.0	0.0015584425742264493	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
FIJ0099_000000002610	8529	0.5155606093289217	12	7	2	5	5	True	57450	fragment	False	FIJ0099_000000002610	0.9961440626426332		0	0	False	False	1.0	0					non-mobilizable	chromosome	7525.0	99.588	100.0	0.0013374839658354973	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
USA0106_01_000000001372	8516	0.5155606093289217	12	7	2	5	5	True	57450	fragment	False	FIJ0099_000000002610	0.9961171923681444		0	0	False	False	1.0	0					non-mobilizable	chromosome	7525.0	99.641	100.0	0.0013374839658354973	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
USA0079_01_000000001752	8478	0.5155606093289217	12	7	2	5	5	True	57450	fragment	False	FIJ0099_000000002610	0.9927436445213571		0	0	False	False	1.0	0					non-mobilizable	chromosome	7531.0	99.509	100.0	0.0013374839658354973	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
MON0014_000000001554	8247	0.5155606093289217	13	7	2	5	5	True	120549	fragment	False	DEN0082_000000004024	0.9936515270461448		0	0	False	False	1.0	0					non-mobilizable	chromosome	6334.0	99.73200000000001	100.0	0.0011257689999516487	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
DEN0082_000000004024	8244	0.5155606093289217	13	7	2	5	5	True	120549	fragment	False	DEN0082_000000004024	0.9947874669624887		0	0	False	False	1.0	0					non-mobilizable	chromosome	8234.0	99.83	100.0	0.0014635174761727337	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0119_000000004237	8243	0.5155606093289217	13	7	2	5	5	True	120549	fragment	False	DEN0082_000000004024	0.9945045974950566		0	0	False	False	1.0	0					non-mobilizable	chromosome	8243.0	99.818	100.0	0.0014651173373758863	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
AUS0004_000000002895	7284	0.5155606093289217	12	7	2	5	5	True	102554	fragment	False	AUS0004_000000002895	0.9987539803405787		0	0	False	False	1.0	0					non-mobilizable	chromosome	6259.0	99.984	100.0	0.001112436823258711	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
ENG0104_000000003484	7223	0.5155606093289217	12	7	2	5	5	True	102554	fragment	False	AUS0004_000000002895	0.9945771554091158		0	0	False	False	0.9998615384101868	0					non-mobilizable	chromosome	6234.0	99.727	100.0	0.0011079927643610652	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0138_000000003106	6572	0.5155606093289217	10	7	2	5	5	True	36905	fragment	False	SPA0138_000000003106	0.9976230639472474		0	0	False	False	1.0	0					non-mobilizable	chromosome	6572.0	99.65	100.0	0.0013110881452803023	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
ISR0033_000000003949	6521	0.5155606093289217	10	7	2	5	5	True	36905	fragment	False	SPA0138_000000003106	0.9939135727328059		0	0	False	False	1.0	0					non-mobilizable	chromosome	6521.0	99.72399999999999	100.0	0.0013013083737597154	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0062_000000017371	1867	0.5155533038768174	3	3	3	3	2	False	6166	maximal	True	SPA0062_000000017371	1.0		463	12	False	False	1.0	0					non-mobilizable	other	1129.0	99.20299999999999	100.0	0.00029973557901181324	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0100_000000001426	17064	0.5155527168250811	15	11	9	8	5	False	64960	maximal	True	ENG0100_000000001426	1.0		22	9	False	False	1.0	0					non-mobilizable	no_good_hit	1303.0	89.102	11.0	0.009222286956645304	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	False
ISR0001_000000006139	4824	0.5155516490594629	4	3	3	3	3	False	38709	fragment	False	ISR0001_000000006139	1.0		0	0	False	False	0.9995853900909424	0					non-mobilizable	chromosome	3469.0	97.579	98.0	0.0011673084956025659	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0107_000000009405	2894	0.5155496786790102	3	2	2	2	2	False	42290	maximal	True	FIJ0107_000000009405	1.0		13	6	False	False	0.9948168396949768	0					non-mobilizable	no_good_hit	2530.0	99.32799999999999	87.0	0.06146853656758136	GU942950.1		Uncultured organism clone 7 genomic sequence	True	False
MAD0047_000000036545	1311	0.5155490302131331	3	3	2	3	2	False	17610	maximal	True	MAD0047_000000036545	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	84.21700000000001	63.0	0.06353418669996878	NZ_CABMGA010000031.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0002_000000034148	1149	0.5155467468233503	2	2	2	1	1	False	52263	fragment	False	FIJ0002_000000034148	1.0		0	0	False	False	0.967798113822937	0					non-mobilizable	no_good_hit								True	False
DEN0081_000000004093	2094	0.5155359282118924	3	3	3	3	3	False	89536	fragment	False	DEN0081_000000004093	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2094.0	99.76100000000001	100.0	0.00031850177253160363	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0849_000000019686	1379	0.515534433349774	4	2	2	2	1	True	114429	fragment	False	ISR0163_000000003038	0.961604101058109		0	0	False	False	0.989847719669342	0					non-mobilizable	other	1379.0	95.50399999999999	100.0	0.00047873818788215676	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0381_000000014746	1278	0.515534433349774	3	2	2	2	1	True	114429	fragment	False	ISR0163_000000003038	0.6354846507130771		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	95.141	99.0	0.0004429544191217343	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
BAN0018_000000001918	1161	0.515533193835481	2	2	2	2	2	False	97943	maximal	True	BAN0018_000000001918	1.0		1	1	False	False	0.9991386532783508	0					non-mobilizable	chromosome	827.0	92.382	100.0	0.00016496867105951984	CP042470.1	enterobacteria	Escherichia coli strain A50 chromosome	False	False
MON0012_000000020669	2410	0.5155286202254797	4	3	1	3	3	False	78704	maximal	True	MON0012_000000020669	0.9831583552055994		624	14	False	False	0.9946057796478271	0					non-mobilizable	other	2410.0	97.38600000000001	100.0	0.0007494358232190088	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0206_000000011386	2286	0.5155286202254797	3	3	1	3	3	False	78703	maximal	True	ISR0206_000000011386	1.0		100	11	False	False	1.0	0					non-mobilizable	other	2285.0	89.27799999999999	99.0	0.0007033932736812698	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0019_01_000000007261	4024	0.5155283025870068	5	2	2	2	0	True	92719	maximal	True	USA0019_01_000000007261	1.0		3	2	False	False	0.9997515082359314	0					non-mobilizable	no_good_hit								True	True
USA0023_01_000000008832	3612	0.5155283025870068	4	2	2	2	0	True	69978	fragment	False	USA0023_01_000000008832	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	1.0	0.017673048600883652	HG796803.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00067	True	True
ISR0008_000000007288	1760	0.5155249792941147	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.5948471071694468	PS1128	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1506.0	84.396	85.0	0.01771197655733056	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
FIJ0105_000000019560	1674	0.5155249792941147	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.5797193267029438	PS1128	0	0	False	True	1.0	0					non-mobilizable	chromosome	1613.0	81.711	100.0	0.00045425196335264687	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0114_000000017119	1635	0.5155249792941147	2	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.7341431181216965	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1648.0	84.891	100.0	0.019401644767936477	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0037_000000014572	1617	0.5155249792941147	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.6773631986720466	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1352.0	82.47	100.0	0.0006194144154963537	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
ISR0343_000000011577	1611	0.5155249792941147	1	1	1	1	1	False	130881	maximal	True	ISR0343_000000011577	1.0	PS1128	123	10	False	True	1.0	0					non-mobilizable	no_good_hit	1354.0	82.57	88.0	0.0006198763203550385	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ISR0356_000000013593	1531	0.5155249792941147	1	1	1	1	1	False	130876	maximal	True	ISR0356_000000013593	1.0	PS1128	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1210.0	84.38	86.0	0.00034093128460409956	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
FIJ0029_000000022033	1440	0.5155249792941147	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.29594683693392254	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1454.0	85.07600000000001	100.0	0.017097551753473862	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
CHI0120_000000011156	1430	0.5155249792941147	2	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.20925544513129707	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1461.0	80.082	100.0	0.0006683763305169454	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
USA0007_01_000000011368	1427	0.5155249792941147	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.2959422372042195	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1440.0	84.931	99.0	0.01693212969089706	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0189_000000011661	1425	0.5155249792941147	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.29077439807489824	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1435.0	85.087	99.0	0.016884866244446545	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0380_000000008711	1396	0.5155249792941147	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.279564817531538	PS1128	0	0	False	True	0.9871060252189636	0					non-mobilizable	other	1385.0	85.34299999999999	98.0	0.01627044144058985	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0040_000000019273	1354	0.5155249792941147	1	1	1	1	1	False	130879	maximal	True	ISR0040_000000019273	1.0	PS1128	40	5	False	True	1.0	0					non-mobilizable	no_good_hit	1209.0	86.022	89.0	0.014226297381605066	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
USA0025_01_000000011508	1345	0.5155249792941147	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.2510235734761364	PS1128	0	0	False	True	0.9940520524978638	0					non-mobilizable	other	1301.0	85.242	96.0	0.015289724926741658	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0024_000000018952	1339	0.5155249792941147	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.262686259557411	PS1128	0	0	False	True	0.9992531538009644	0					non-mobilizable	other	1340.0	85.37299999999999	99.0	0.015750543529634183	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
SPA0107_000000025416	1306	0.5155249792941147	2	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.21749223613517676	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1320.0	84.62100000000001	100.0	0.015514226297381604	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MAD0011_000000010912	1290	0.5155249792941147	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.2506350229840422	PS1128	0	0	False	True	0.9992247819900513	0					non-mobilizable	other	1303.0	85.18799999999999	100.0	0.015325172511579544	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
MAD0033_000000013553	1522	0.5155203286774923	1	1	1	1	1	False	44429	maximal	True	MAD0033_000000013553	1.0		162	12	False	False	1.0	0					non-mobilizable	chromosome	1526.0	85.387	99.0	0.00040680454628755504	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0109_000000003685	4447	0.5155193458926335	7	3	3	2	1	False	82820	maximal	True	CHI0109_000000003685	1.0		55	10	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	88.706	40.0	0.11812443642921551	MK232879.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_3-proph_c1 sequence	True	False
DEN0090_000000005273	4296	0.5155163311561897	3	2	2	2	2	False	128558	fragment	False	SPA0038_000000006529	0.9764307504301734		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	88.48200000000001	7.0	6.518104995168934e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0796_000000005058	4274	0.5155163311561897	3	2	2	2	2	False	128558	fragment	False	SPA0038_000000006529	0.9711793561327547		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	95.08200000000001	7.0	3.7642895230178525e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0009_000000008127	4224	0.5155163311561897	3	2	2	2	2	False	128558	fragment	False	SPA0038_000000006529	0.9725108657330784		0	0	False	False	0.9997632503509521	0					non-mobilizable	no_good_hit	174.0	83.333	6.0	5.2575613999174966e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0263_000000003210	3661	0.5155163311561897	2	2	2	2	2	False	128556	fragment	False	ISR0263_000000003210	0.9777153021019128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	5.0	2.6142132333565243e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0086_000000014696	2103	0.5155162286325432	2	2	2	2	1	False	9742	maximal	True	MON0086_000000014696	1.0		404	12	False	False	0.9995244741439819	0					non-mobilizable	chromosome	2103.0	98.478	100.0	0.00032399846786642695	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MAD0045_000000013869	2774	0.5155126795514741	5	4	3	4	3	True	17878	maximal	True	MAD0045_000000013869	1.0		1	1	False	False	0.9985580444335938	0					non-mobilizable	no_good_hit	1072.0	99.25399999999999	75.0	0.008134589093118639	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	True	True
ISR0164_000000016670	1668	0.5155108765046535	2	2	2	2	1	False	45160	fragment	False	ISR0164_000000016670	1.0		0	0	False	False	0.9940047860145569	0					non-mobilizable	other	1668.0	100.0	100.0	0.0004023120271264978	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
SPA0156_000000016514	1277	0.5155104384383444	2	2	2	2	2	False	3172	maximal	True	SPA0156_000000016514	1.0		260	14	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	86.079	79.0	0.0030130190450831733	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
ENG0128_000000011618	2374	0.5155100970330894	3	1	1	1	1	False	58636	maximal	True	ENG0128_000000011618	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0070_000000012432	1695	0.5155034589636984	3	2	2	1	1	False	34903	maximal	True	ISR0070_000000012432	1.0		26	8	False	False	0.9994100332260132	0					non-mobilizable	no_good_hit	495.0	74.343	29.0	0.001565730510148665	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
ENG0183_000000010294	2718	0.5154984362255883	4	4	4	4	3	False	115205	maximal	True	ENG0183_000000010294	1.0		27	5	False	False	0.9992641806602478	0					non-mobilizable	other	2376.0	80.85	91.0	0.005150307126388229	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0330_000000003906	5749	0.5154967313078036	6	3	2	3	1	True	118403	maximal	True	ISR0330_000000003906	1.0		4	2	False	False	0.9993042349815369	0					non-mobilizable	no_good_hit	3520.0	98.21	61.0	0.06196622585359841	NZ_PYLP01000016.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_15, whole genome shotgun sequence	True	True
ISR0164_000000005961	4038	0.5154967313078036	5	3	2	3	1	True	118404	fragment	False	ISR0164_000000005961	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3967.0	99.74799999999999	98.0	0.06983746852383384	NZ_PYLP01000016.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_15, whole genome shotgun sequence	False	True
AST0029_000000008223	3759	0.5154967313078036	4	3	2	3	1	True	118402	fragment	False	AST0029_000000008223	0.9579878385848535		0	0	False	False	0.9997339844703674	0					non-mobilizable	other	3495.0	97.911	93.0	0.0012688912817290913	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	True
SPA0035_000000004807	3618	0.5154967313078036	3	3	2	3	1	True	118402	fragment	False	AST0029_000000008223	0.9408087257249269		0	0	False	False	0.9947484731674194	0					non-mobilizable	other	3612.0	96.539	99.0	0.0634982126820335	NZ_PYLP01000016.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_15, whole genome shotgun sequence	False	True
ISR0009_000000008843	3576	0.5154967313078036	3	3	2	3	1	True	38381	fragment	False	ISR0009_000000008843	1.0		0	0	False	False	0.9977628588676453	0					non-mobilizable	other	3576.0	99.69200000000001	100.0	0.06295233231787846	NZ_PYLP01000016.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_15, whole genome shotgun sequence	False	True
AST0061_000000019533	2151	0.515490087321031	4	2	2	1	1	False	112010	fragment	False	AST0061_000000019533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	746.0	92.76100000000001	34.0	0.0083196533663886	NZ_QRYH01000008.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf8, whole genome shotgun sequence	True	False
ITA0008_000000000070	10990	0.5154844694015766	12	4	3	4	2	False	37477	fragment	False	ITA0008_000000000070	1.0		0	0	False	False	0.9985441565513611	0					non-mobilizable	no_good_hit	867.0	95.156	8.0	0.9988425925925926	GQ882848.1		Uncultured organism clone VC1D588TR genomic sequence	True	False
FIJ0071_000000030544	1227	0.5154829182273426	2	2	0	2	0	False	44805	fragment	False	FIJ0071_000000030544	1.0		0	0	False	False	0.9991850256919861	0					non-mobilizable	no_good_hit								True	False
ENG0057_000000025363	1102	0.5154806331903036	2	2	2	2	1	False	63486	fragment	False	ENG0057_000000025363	1.0		0	0	False	False	0.9954627752304077	0					non-mobilizable	no_good_hit	298.0	99.664	39.0	8.879053833673498e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0077_000000004986	5871	0.5154789203296818	8	7	3	5	6	True	131073	fragment	False	FIJ0077_000000004986	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5502.0	99.055	100.0	0.0015314055050979574	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
ENG0154_000000005746	4752	0.5154787473889496	8	8	8	4	7	False	84046	maximal	True	ENG0154_000000005746	1.0		56	10	False	False	1.0	0					non-mobilizable	chromosome	4752.0	100.0	100.0	0.0009261475769671328	CP054230.1	enterobacteria	Escherichia coli strain EcPF14 chromosome, complete genome	False	False
ISR0151_000000020251	1105	0.5154765444485797	3	2	2	2	0	True	30744	maximal	True	ISR0151_000000020251	1.0		12	4	False	False	0.9619909524917603	0					non-mobilizable	no_good_hit	626.0	99.84	57.0	0.0002850720753429531	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	True	True
USA0081_01_000000004607	6646	0.5154763586023215	9	6	2	4	5	False	62238	maximal	False	USA0027_01_000000003958	1.0		0	0	True	True	1.0	7					non-mobilizable	no_good_hit	1541.0	93.12100000000001	68.0	0.2257542310522443	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
ISR0795_000000004910	2052	0.5154758888820055	1	1	1	1	1	False	112364	maximal	True	ISR0795_000000004910	1.0		0	0	False	False	0.9990253448486328	0					non-mobilizable	no_good_hit	1400.0	82.64299999999999	81.0	0.016506758672842424	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	False
FIJ0144_000000019014	1658	0.5154753793035333	3	3	3	3	1	False	40066	maximal	True	FIJ0144_000000019014	1.0		53	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0048_000000004669	5990	0.5154749191631295	8	7	4	5	6	False	97874	fragment	False	FIJ0048_000000004669	1.0		0	0	False	False	0.9989983439445496	0					non-mobilizable	chromosome	5912.0	99.949	100.0	0.0012410834526265576	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
USA0003_01_000000028341	1321	0.5154745747803292	2	2	2	2	1	False	2222	maximal	True	USA0003_01_000000028341	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	226.0	79.646	19.0	4.690650553621849e-05	CP059378.1	firmicutes	Clostridium intestinale strain Lx1 chromosome, complete genome	True	False
ISR0387_000000005822	4022	0.5154740749018972	7	6	4	5	5	False	22975	maximal	True	ISR0387_000000005822	1.0		9	3	False	False	0.9975136518478394	0					non-mobilizable	no_good_hit	1872.0	99.199	47.0	0.0006769357038188398	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
USA0121_01_000000021687	2070	0.5154730747502413	3	3	2	3	2	False	108264	fragment	False	ISR0819_000000009159	0.1488968935260399		0	0	False	False	0.991304337978363	0					non-mobilizable	no_good_hit	1324.0	82.931	64.0	0.0004597529673063007	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0024_000000002653	7504	0.5154704574909809	6	4	4	4	4	False	79280	maximal	False	ISR0197_000000002685	0.9263221122096904	PS388	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2631.0	96.351	67.0	0.016020385147615536	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MAD0047_000000032985	1434	0.5154623735065408	2	2	2	2	2	False	44967	fragment	False	MAD0069_000000006185	0.9436710031952917		0	0	False	False	0.9902371168136597	0					non-mobilizable	chromosome	1431.0	99.37100000000001	100.0	0.0006272818473845198	CP049097.1	firmicutes	Weissella confusa strain N17 chromosome, complete genome	False	False
MON0048_000000004615	6914	0.5154619774419336	8	3	1	3	0	False	11420	maximal	True	MON0048_000000004615	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	65.0	93.846	1.0	6.671837340605635e-05	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0163_000000011938	2097	0.5154619182797223	3	3	3	3	2	False	56312	maximal	True	ENG0163_000000011938	1.0		1	1	False	False	0.999046266078949	0					non-mobilizable	no_good_hit	908.0	71.916	43.0	0.00036859988216284077	CP010059.1	firmicutes	Enterococcus cecorum strain CE1 genome	True	False
FIJ0095_000000022826	1229	0.5154609131898582	2	1	1	1	1	False	43070	fragment	False	MON0083_000000032121	0.9634146341463414		0	0	False	False	0.9983726739883423	0					non-mobilizable	other	1216.0	96.62799999999999	99.0	0.009753391172899563	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0004_000000012491	2096	0.5154597961947152	3	3	3	1	1	False	67782	maximal	True	ENG0004_000000012491	1.0		3	2	False	False	0.9995229244232178	0					non-mobilizable	no_good_hit	1372.0	91.47200000000001	65.0	0.000655046421084157	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	True	False
MON0001_000000022747	1530	0.5154591720466024	3	3	3	2	2	True	14382	maximal	True	MON0001_000000022747	1.0		1	1	False	False	0.9921568632125854	0					non-mobilizable	no_good_hit	1350.0	81.48100000000001	87.0	0.0669038789215195	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
USA0113_01_000000008260	2271	0.5154586437474611	3	3	3	3	3	False	1415	maximal	True	USA0113_01_000000008260	1.0		396	13	False	False	0.9995596408843994	0					non-mobilizable	other	2257.0	98.804	99.0	0.011805275744239957	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0102_000000017032	2679	0.5154566295454929	3	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.4773760000834985		0	0	False	False	0.9985069036483765	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	3.984944878249971e-06	NZ_CP058322.1	high GC Gram+	Micromonospora carbonacea strain aurantiaca chromosome, complete genome	True	True
ENG0011_000000023684	1225	0.5154531090924565	3	3	3	3	2	False	86370	fragment	False	ISR0127_000000018667	0.25679939870318746		0	0	False	False	0.9877551198005676	0					non-mobilizable	other	1192.0	95.973	97.0	0.06107692307692308	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0079_000000030056	1968	0.5154509011198153	2	2	2	2	2	False	69529	maximal	True	DEN0079_000000030056	0.9835756596661281		5	2	False	False	0.9989837408065796	0					non-mobilizable	no_good_hit	523.0	72.84899999999999	26.0	0.0007928926847845767	NZ_QQZY01000002.1	actinobacteria	Gaiella occulta strain F2-233 Contig0002, whole genome shotgun sequence	True	False
MON0004_000000006238	5056	0.5154409490322743	5	5	4	5	4	False	14648	maximal	False	MON0055_000000002451	0.9519747821249769		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1023.0	74.976	27.0	0.000421278548957388	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0334_000000012254	1732	0.5154404946677975	3	2	2	1	1	False	24503	fragment	False	USA0034_01_000000031275	0.6552757793764988		0	0	False	False	1.0	0					non-mobilizable	other	1732.0	99.94200000000001	100.0	0.02760457365206436	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
ISR0171_000000024603	1236	0.515434901405837	2	1	1	1	1	False	29962	maximal	True	ISR0171_000000024603	1.0		46	7	False	False	0.9991909265518188	0					non-mobilizable	other	1236.0	99.676	100.0	0.0195677662642203	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	False	False
SPA0136_000000009357	4087	0.5154346653680641	7	4	2	3	4	False	3632	maximal	True	SPA0136_000000009357	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	116.0	77.586	3.0	3.9846973760941026e-05	CP016201.1	firmicutes	Selenomonas sp. oral taxon 126 strain W7667 genome	True	False
ISR0796_000000014110	1562	0.5154304737891919	2	2	2	1	1	False	21952	maximal	True	ISR0796_000000014110	1.0		69	11	False	False	0.9801536202430725	0					non-mobilizable	other	1562.0	99.616	100.0	0.010322776899728209	NZ_QSFT01000004.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf4, whole genome shotgun sequence	False	False
ENG0071_000000005639	3715	0.5154288371823226	3	3	3	3	3	False	119446	fragment	False	ENG0071_000000005639	1.0		0	0	False	False	0.9943472146987915	0					non-mobilizable	chromosome	3715.0	99.569	100.0	0.0008265551655469374	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
AUS0002_000000025993	1442	0.5154261485578772	3	2	2	1	1	False	102787	maximal	True	AUS0002_000000025993	1.0		239	9	False	False	1.0	0					non-mobilizable	no_good_hit	687.0	99.272	48.0	0.019049734803254562	NZ_CYZN01000034.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0050_000000006181	3859	0.5154245878360817	4	4	4	4	2	False	64162	maximal	True	ENG0050_000000006181	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	81.94200000000001	44.0	0.00034068264437137654	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ISR0026_000000018990	1222	0.5154241494897172	3	1	1	1	0	False	37276	maximal	True	ISR0026_000000018990	1.0		0	0	False	False	0.9435352087020874	0					non-mobilizable	no_good_hit	488.0	100.0	40.0	0.06907801418439716	KP691637.1	high GC Gram+	Bifidobacterium longum subsp. longum EK13 plasmid pEK13, complete sequence	True	False
FIJ0022_000000017300	1486	0.5154233046855469	1	1	1	1	0	False	49463	maximal	True	FIJ0022_000000017300	1.0		44	10	False	False	0.9993270635604858	0					non-mobilizable	no_good_hit	1129.0	100.0	76.0	0.002839564600094652	NZ_AKCB01000003.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.3, whole genome shotgun sequence	True	False
MON0092_000000044791	1247	0.5154233046855469	1	1	1	1	0	False	127974	maximal	False	ENG0067_000000018478	0.6637456271275123		0	0	False	False	0.9791499376296997	0					non-mobilizable	other	1253.0	95.85	100.0	0.0004355428013137365	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
ISR0031_000000020316	1206	0.5154233046855469	1	1	1	1	0	False	127974	maximal	False	ENG0067_000000018478	0.54579226281123		0	0	False	False	0.9983416199684143	0					non-mobilizable	other	1206.0	100.0	100.0	0.0004242103351015218	AP019408.1	firmicutes	Enterococcus faecium SMVRE20 DNA, complete genome	False	False
ISR0083_000000024912	1148	0.5154233046855469	1	1	1	1	0	False	34073	fragment	False	ISR0083_000000024912	1.0		0	0	False	False	0.9982578158378601	0					non-mobilizable	other	1068.0	93.633	93.0	0.0003560005990169704	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
ISR0818_000000017133	1140	0.5154233046855469	1	1	1	1	0	False	127974	maximal	False	ENG0067_000000018478	0.5288019109321451		0	0	False	False	0.9824561476707458	0					non-mobilizable	chromosome	1140.0	98.947	100.0	0.00026712026298329945	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	False	False
SPA0122_000000020126	1132	0.5154233046855469	1	1	1	1	0	False	127974	maximal	False	ENG0067_000000018478	0.5287168242173216		0	0	False	False	0.981448769569397	0					non-mobilizable	other	1137.0	96.92200000000001	100.0	0.0003992153692988595	AP019408.1	firmicutes	Enterococcus faecium SMVRE20 DNA, complete genome	False	False
ISR0087_000000023711	1564	0.5154201118814661	3	3	3	3	2	False	62071	fragment	False	ISR0087_000000023711	0.9787997390737118		0	0	False	False	0.9878516793251038	0					non-mobilizable	other	1564.0	96.292	100.0	0.01298561031537669	NZ_JAAWUO010000014.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_14_length_120364_cov_136.787, whole genome shotgun sequence	False	False
CAN0014_000000025382	1920	0.5154192819584411	3	2	2	2	2	False	95245	maximal	True	CAN0014_000000025382	1.0		62	8	False	False	1.0	0					non-mobilizable	chromosome	1916.0	99.322	100.0	0.0005349386526313081	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0111_000000020096	1707	0.5154192819584411	2	2	2	2	2	False	95244	fragment	False	SPA0111_000000020096	0.9851688356785075		0	0	False	False	1.0	0					non-mobilizable	chromosome	1708.0	99.06299999999999	100.0	0.00047677490995106135	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0779_000000020254	1697	0.5154192819584411	2	2	2	2	2	False	95244	fragment	False	SPA0111_000000020096	0.9834376232359288		0	0	False	False	0.9994107484817505	0					non-mobilizable	chromosome	1693.0	99.17299999999999	100.0	0.0004725804092770051	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CAN0007_000000024061	1678	0.5154192819584411	2	2	2	2	2	False	95244	fragment	False	SPA0111_000000020096	0.9766977765006641		0	0	False	False	1.0	0					non-mobilizable	chromosome	1674.0	99.164	100.0	0.0004672673750898672	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0113_000000020508	1443	0.5154192819584411	2	2	2	2	2	False	57084	fragment	False	SPA0113_000000020508	0.9982357092448836		0	0	False	False	0.9986140131950378	0					non-mobilizable	chromosome	1444.0	99.169	100.0	0.00040323133146594165	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0151_000000016932	1417	0.5154192819584411	2	2	2	2	2	False	57084	fragment	False	SPA0113_000000020508	0.9892584892584892		0	0	False	False	1.0	0					non-mobilizable	chromosome	1417.0	99.71799999999999	100.0	0.00039596086363091076	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0069_000000003159	7171	0.5154187337101993	10	7	0	3	6	True	102003	fragment	False	SPA0069_000000003159	1.0		0	0	False	False	0.9998605251312256	0					non-mobilizable	other	7181.0	95.516	100.0	0.001738513170006999	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	True
SPA0110_000000012940	1423	0.5154183228498771	2	2	2	2	2	False	4601	maximal	True	SPA0110_000000012940	1.0		7	5	False	False	0.9775123000144958	0					non-mobilizable	no_good_hit	519.0	72.832	36.0	0.01803168778009104	NZ_LDAQ01000097.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_97, whole genome shotgun sequence	True	False
BAN0014_000000002697	1491	0.5154176125992386	2	2	2	2	1	False	98465	maximal	True	BAN0014_000000002697	1.0		279	13	False	False	0.9973172545433044	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	2.1859636607533685e-05	NZ_CP033608.1	firmicutes	Weissella hellenica strain 0916-4-2 chromosome, complete genome	True	False
ISR0256_000000010296	1729	0.5154166157260829	3	2	2	2	2	False	55833	maximal	True	ISR0256_000000010296	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	91.959	63.0	0.4677349501948896	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	False
CHI0037_000000001541	6578	0.5154155165834645	10	10	10	8	9	False	88024	maximal	True	CHI0037_000000001541	1.0		71	9	False	False	1.0	0					non-mobilizable	chromosome	6578.0	99.985	100.0	0.0012393815416383768	LR134213.1	enterobacteria	Klebsiella pneumoniae strain NCTC418 genome assembly, chromosome: 4	False	False
ISR0235_000000003158	1509	0.515415391306851	2	2	2	1	1	False	115516	fragment	False	ISR0235_000000003158	0.9623564900610395		0	0	False	False	0.9907223582267761	0					non-mobilizable	other	1509.0	99.139	100.0	0.008990746923590575	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	False	False
SPA0008_000000004114	6344	0.5154141863872048	4	3	3	3	3	False	8184	maximal	True	SPA0008_000000004114	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	91.126	6.0	7.65592818259202e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0184_000000004631	1906	0.5154136397425287	2	1	1	1	1	False	77255	maximal	True	CHI0184_000000004631	1.0		413	12	False	False	0.9989506602287292	0					non-mobilizable	other	1906.0	97.84899999999999	100.0	0.0008362423205373033	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MAD0041_000000017121	2018	0.5154085915430751	3	2	2	2	1	False	83619	fragment	False	MAD0041_000000017121	1.0		0	0	False	False	0.9965312480926514	0					non-mobilizable	other	2018.0	97.42299999999999	100.0	0.027134285791158824	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0099_000000016222	2087	0.515406199183743	3	3	3	3	3	False	122213	maximal	True	MON0099_000000016222	1.0		335	14	False	False	0.9990416765213013	0					non-mobilizable	no_good_hit	553.0	72.152	26.0	0.0023821685219106666	NZ_QSBM01000011.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf11, whole genome shotgun sequence	True	False
ISR0076_000000019185	1378	0.5154061126468862	2	2	2	2	2	False	57832	fragment	False	ISR0067_000000022638	0.7259467844071589		0	0	False	False	0.9985486268997192	0					non-mobilizable	other	1320.0	77.727	96.0	0.0003753183784419407	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
SPA0029_000000001708	11081	0.5154058838475586	22	9	3	7	5	True	124612	maximal	True	SPA0029_000000001708	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	93.75	20.0	0.02706969580284944	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
ISR0324_000000022862	1347	0.5154046950046332	2	1	1	1	1	False	108554	fragment	False	ISR0324_000000022862	1.0		0	0	False	False	0.9873793721199036	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.00016875913186749743	NZ_HE578908.1	firmicutes	Anaerococcus senegalensis JC48 strain type strain: JC17, whole genome shotgun sequence	True	False
AST0100_000000011439	1128	0.5154046950046332	1	1	1	1	1	False	108553	fragment	False	AST0100_000000011439	1.0		0	0	False	False	0.9521276354789734	0					non-mobilizable	no_good_hit	47.0	100.0	4.0	2.469443323054723e-05	NZ_CP016199.1	firmicutes	Mogibacterium pumilum strain ATCC 700696 chromosome	True	False
ISR0196_000000012454	1689	0.5154042359512054	3	2	1	2	1	False	28979	maximal	True	ISR0196_000000012454	1.0		1	1	False	False	0.9887507557868958	0					non-mobilizable	no_good_hit								True	False
ISR0080_000000013922	2259	0.5154042081681917	2	1	1	1	1	False	108630	maximal	True	ISR0080_000000013922	1.0		0	0	False	False	0.9991146326065063	0					non-mobilizable	no_good_hit	1207.0	85.00399999999999	64.0	0.00034161340512619214	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0232_000000012931	2130	0.5154042081681917	3	1	1	1	1	False	108629	maximal	True	ISR0232_000000012931	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	85.292	88.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0093_000000016853	1909	0.5154042081681917	2	1	1	1	1	False	108626	fragment	False	DEN0093_000000016853	1.0		0	0	False	False	0.9979046583175659	0					non-mobilizable	chromosome	1217.0	85.045	97.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0084_000000009806	1874	0.5154042081681917	2	1	1	1	1	False	108627	fragment	False	SPA0084_000000009806	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	85.38799999999999	77.0	0.00034701778039463317	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0085_000000009229	1839	0.5154042081681917	2	1	1	1	1	False	108623	maximal	True	ENG0085_000000009229	1.0		2	2	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	1217.0	85.456	79.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0384_000000010627	1743	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8701787308271738		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	85.292	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0234_000000007585	1742	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8695500953209344		0	0	False	False	0.9994259476661682	0					non-mobilizable	no_good_hit	1217.0	85.21	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0344_000000019744	1739	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8699303335046723		0	0	False	False	0.9959747195243835	0					non-mobilizable	no_good_hit	1217.0	85.292	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0100_000000007857	1730	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.772230589574998		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	84.98700000000001	83.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0202_000000008200	1711	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8124506497604735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	85.292	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0072_000000012041	1706	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8357847946882433		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	85.374	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0012_000000017373	1699	0.5154042081681917	1	1	1	1	1	False	108624	maximal	True	MAD0012_000000017373	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	85.071	71.0	0.026110174870324573	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	True	False
SPA0021_000000019225	1695	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8543048517435389		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	84.821	84.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0150_000000014075	1694	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.7956501737691076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	85.045	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0351_000000008818	1680	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8494046911187438		0	0	False	False	0.999404788017273	0					non-mobilizable	no_good_hit	1217.0	85.538	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0179_000000019641	1679	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8541739168273984		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	84.98700000000001	84.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0027_000000022334	1677	0.5154042081681917	3	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8483299938213275		0	0	False	False	0.999403715133667	0					non-mobilizable	no_good_hit	1225.0	85.38799999999999	85.0	0.00034701778039463317	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0305_000000011032	1669	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.7714650144797054		0	0	False	False	0.9904134273529053	0					non-mobilizable	no_good_hit	1217.0	85.62	81.0	0.026526011687203168	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	True	False
SPA0150_000000012326	1663	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8416094377749512		0	0	False	False	0.9993986487388611	0					non-mobilizable	no_good_hit	1217.0	85.374	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0076_000000015658	1659	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8430926605438719		0	0	False	False	0.9969861507415771	0					non-mobilizable	no_good_hit	1217.0	85.538	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0213_000000016236	1656	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8099357018632076		0	0	False	False	0.9933574795722961	0					non-mobilizable	no_good_hit	1217.0	85.374	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0065_000000020729	1648	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.792012429325743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	85.292	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0141_000000013844	1641	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.7911720721701767		0	0	False	False	0.9993906021118164	0					non-mobilizable	no_good_hit	1217.0	85.374	85.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0045_000000015618	1634	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.8008950098906985		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	85.38799999999999	85.0	0.00034701778039463317	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0241_000000009688	1619	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.7860360637515424		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	85.374	84.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0072_000000018144	1618	0.5154042081681917	1	1	1	1	1	False	108622	fragment	False	ISR0072_000000018144	0.9960500329163924		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	85.292	92.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0070_000000012733	1615	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.7841083872050393		0	0	False	False	0.9975232481956482	0					non-mobilizable	no_good_hit	1217.0	85.374	84.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0379_000000015887	1575	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.7196261978979521		0	0	False	False	0.9974603056907654	0					non-mobilizable	no_good_hit	1217.0	85.292	84.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0119_000000019770	1574	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.6788581482023438		0	0	False	False	0.9904701113700867	0					non-mobilizable	no_good_hit	1176.0	85.289	84.0	0.00033421794423253606	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0247_000000009122	1548	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.6285853359302936		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1201.0	84.929	84.0	0.0003401912011081814	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0111_000000011722	1519	0.5154042081681917	1	1	1	1	1	False	108622	fragment	False	ISR0072_000000018144	0.965698393077874		0	0	False	False	0.9914417266845703	0					non-mobilizable	chromosome	1217.0	85.456	92.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0171_000000020166	1473	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.35599146059184417		0	0	False	False	0.9979633688926697	0					non-mobilizable	chromosome	1217.0	85.374	97.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0102_000000014766	1461	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.3415348711718468		0	0	False	False	1.0	0					non-mobilizable	chromosome	1199.0	84.904	92.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0364_000000012554	1445	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.35296291798730905		0	0	False	False	0.9972318410873413	0					non-mobilizable	no_good_hit	1199.0	85.154	83.0	0.026110174870324573	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	True	False
ISR0290_000000011521	1439	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.3518834023441146		0	0	False	False	0.9979152083396912	0					non-mobilizable	chromosome	1217.0	85.374	97.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0015_000000017158	1437	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.34988152984243265		0	0	False	False	0.9993041157722473	0					non-mobilizable	chromosome	1217.0	85.949	97.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0123_000000007855	1434	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.35312300157790893		0	0	False	False	0.9616457223892212	0					non-mobilizable	chromosome	1217.0	85.374	97.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0108_000000019972	1401	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.33157590900990375		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	85.292	97.0	0.026526011687203168	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
SPA0158_000000015637	1396	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.3358924392090442		0	0	False	False	1.0	0					non-mobilizable	chromosome	1217.0	85.456	97.0	0.0003447422539658159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0031_000000017280	1394	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.22062739084097144		0	0	False	False	0.9928264021873474	0					non-mobilizable	no_good_hit	1175.0	85.36200000000001	84.0	0.025694338053445974	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	True	False
ENG0161_000000015090	1387	0.5154042081681917	3	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.3487814592413034		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	85.62	92.0	0.026526011687203168	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ENG0002_000000017466	1376	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.3235497442639602		0	0	False	False	0.9985465407371521	0					non-mobilizable	other	1228.0	93.56700000000001	98.0	0.02676675931802762	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ENG0107_000000022137	1376	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.2710068195606416		0	0	False	False	1.0	0					non-mobilizable	chromosome	1199.0	84.821	96.0	0.0003393378786973749	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0031_000000015922	1370	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.3475120264534912		0	0	False	False	0.9985401630401611	0					non-mobilizable	other	1217.0	85.62	97.0	0.026526011687203168	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ISR0093_000000019437	1339	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.33063689936685975		0	0	False	False	0.9962658882141113	0					non-mobilizable	other	1217.0	85.867	97.0	0.026526011687203168	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ISR0322_000000009649	1328	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.32999138110949655		0	0	False	False	0.9826807379722595	0					non-mobilizable	other	1217.0	85.292	97.0	0.026526011687203168	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
SPA0083_000000013757	1328	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.32938852064493684		0	0	False	False	0.9992470145225525	0					non-mobilizable	other	1228.0	85.586	98.0	0.02676675931802762	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ISR0316_000000016624	1327	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.32972676318716965		0	0	False	False	0.9992464184761047	0					non-mobilizable	other	1217.0	85.62	97.0	0.026526011687203168	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ISR0139_000000020847	1325	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.18652694740089962		0	0	False	False	0.9735848903656006	0					non-mobilizable	chromosome	1173.0	85.251	94.0	0.0003333646218217296	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0005_01_000000023194	1321	0.5154042081681917	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.31227540377798146		0	0	False	False	0.9984859824180603	0					non-mobilizable	other	1228.0	85.586	98.0	0.02676675931802762	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
ITA0006_000000017490	1276	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.2571327459015985		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	85.62	97.0	0.026526011687203168	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
CHI0064_000000014652	1260	0.5154042081681917	1	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.237521437694135		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	85.586	98.0	0.02676675931802762	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
FIJ0117_000000013855	1474	0.5154035302962392	2	1	1	1	1	False	41606	maximal	True	FIJ0117_000000013855	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0122_000000002386	10519	0.5154010912894026	12	7	6	7	5	False	59102	maximal	True	ENG0122_000000002386	1.0		3	2	False	False	0.9995246529579163	0					non-mobilizable	no_good_hit								True	False
MON0068_000000024469	1730	0.5154010516034344	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.12359048356238234		0	0	False	False	1.0	0					non-mobilizable	other	1730.0	98.15	100.0	0.0036132712441739137	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0815_000000007744	3916	0.5154003231351414	3	3	3	3	2	False	21471	maximal	True	ISR0815_000000007744	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	75.77199999999999	48.0	0.0024628841369018378	NZ_CP024728.1	CFB group bacteria	Prevotella intermedia strain KCOM 1949 chromosome 2, complete sequence	True	False
ISR0085_000000023802	1167	0.5154002809750761	2	2	2	2	1	False	33938	fragment	False	ISR0085_000000023802	1.0		0	0	False	False	0.9965724349021912	0					non-mobilizable	other	1169.0	89.906	100.0	0.0004993081565645545	AP012327.1	high GC Gram+	Bifidobacterium kashiwanohense JCM 15439 = DSM 21854 DNA, complete genome	False	False
ENG0151_000000011871	1985	0.5153949445028428	3	3	3	2	1	True	57101	fragment	False	ENG0151_000000011871	1.0		0	0	False	False	0.9909319877624512	0					non-mobilizable	no_good_hit	91.0	87.912	5.0	0.0010578154934709277	NZ_AUDP01000023.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	True
SPA0092_000000018869	2334	0.5153947304455135	3	3	3	3	3	False	5319	fragment	False	SPA0092_000000018869	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0344_000000026422	1333	0.5153917861165945	2	2	1	1	2	False	24243	maximal	True	ISR0344_000000026422	1.0		4	2	False	False	0.9917479157447815	0					non-mobilizable	no_good_hit	150.0	75.333	11.0	0.003429161969184517	NZ_PPTT01000034.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_34, whole genome shotgun sequence	True	False
ISR0329_000000001024	7586	0.5153907920463502	6	6	6	6	6	False	24721	maximal	True	ISR0329_000000001024	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	3984.0	78.64	55.0	0.014520745755009144	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0153_000000003672	7746	0.5153903254344914	6	3	3	3	3	False	47425	fragment	False	FIJ0153_000000003672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2540.0	73.976	32.0	0.0036825835460527856	CP024726.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 2, complete sequence	True	False
FIJ0041_000000004990	6828	0.5153903254344914	4	3	3	3	3	False	47424	fragment	False	FIJ0138_000000002445	0.9774780770675915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2540.0	73.898	37.0	0.0036825835460527856	CP024726.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 2, complete sequence	True	False
FIJ0089_000000003269	6783	0.5153903254344914	5	3	3	3	3	False	47424	fragment	False	FIJ0138_000000002445	0.9816118566873496		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	73.086	6.0	0.0005790552855407048	CP024733.1	CFB group bacteria	Prevotella intermedia strain KCOM 1741 chromosome 2, complete sequence	True	False
FIJ0138_000000002445	6782	0.5153903254344914	5	3	3	3	3	False	47424	fragment	False	FIJ0138_000000002445	0.9838721123783372		0	0	False	False	0.9997050762176514	0					non-mobilizable	no_good_hit	2542.0	74.115	37.0	0.0036825835460527856	CP024726.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 2, complete sequence	True	False
FIJ0146_000000002385	6779	0.5153903254344914	5	3	3	3	3	False	47424	fragment	False	FIJ0138_000000002445	0.9835478907379486		0	0	False	False	0.9997049570083618	0					non-mobilizable	no_good_hit	2542.0	74.115	37.0	0.0036825835460527856	CP024726.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 2, complete sequence	True	False
FIJ0168_000000002639	6647	0.5153903254344914	4	3	3	3	3	False	47424	fragment	False	FIJ0138_000000002445	0.9709974255337922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	73.086	6.0	0.0005790552855407048	CP024733.1	CFB group bacteria	Prevotella intermedia strain KCOM 1741 chromosome 2, complete sequence	True	False
FIJ0163_000000003837	6412	0.5153903254344914	4	3	3	3	3	False	47424	fragment	False	FIJ0138_000000002445	0.9429686779399512		0	0	False	False	0.9998440146446228	0					non-mobilizable	no_good_hit	2542.0	74.115	39.0	0.0036825835460527856	CP024726.1	CFB group bacteria	Prevotella intermedia strain KCOM 2838 chromosome 2, complete sequence	True	False
DEN0083_000000026462	1185	0.5153903228915955	2	2	2	2	2	False	69068	maximal	True	DEN0083_000000026462	1.0		204	12	False	False	0.9873417615890503	0					non-mobilizable	chromosome	1142.0	76.708	95.0	0.00031429863938476526	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MAD0066_000000011842	2266	0.5153880611064571	3	2	2	2	2	False	16577	maximal	True	MAD0066_000000011842	1.0		7	4	False	False	0.9920564889907837	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	1.1652634952078538e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0043_000000019163	1801	0.5153862410015954	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.15548392781254577		0	0	False	False	0.9922265410423279	0					non-mobilizable	chromosome	1538.0	97.334	100.0	0.0004369010743329152	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0791_000000016281	1120	0.5153862410015954	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.019680472346993504		0	0	False	False	0.9964285492897034	0					non-mobilizable	other	1120.0	96.51799999999999	100.0	0.039232872870065216	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0129_000000006227	1778	0.5153845884226735	2	2	1	2	1	False	31807	maximal	True	ISR0129_000000006227	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	355.0	92.958	20.0	0.00012956581464874044	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	True	False
AST0050_000000010006	1370	0.5153836791770774	3	2	2	2	2	False	114690	fragment	False	AST0050_000000010006	1.0		0	0	False	False	0.9970802664756775	0					non-mobilizable	chromosome	1370.0	96.49600000000001	100.0	0.0006104638588896515	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
ISR0394_000000015993	1208	0.5153836791770774	2	2	2	2	2	False	22747	fragment	False	ISR0394_000000015993	1.0		0	0	False	False	0.996688723564148	0					non-mobilizable	chromosome	1190.0	93.95	99.0	0.0005262650056344437	CP020451.2	firmicutes	Streptococcus salivarius strain FDAARGOS_259 chromosome, complete genome	False	False
CHI0069_000000005427	1857	0.5153831158868206	2	2	2	0	2	False	85055	fragment	False	CHI0069_000000005427	1.0		0	0	False	False	0.9983844757080078	0					non-mobilizable	other	1858.0	95.264	100.0	0.027798580115627716	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
SPA0105_000000015508	1586	0.5153799367170566	1	1	1	1	1	False	4783	maximal	True	SPA0105_000000015508	1.0		8	4	False	False	0.9798234701156616	0					non-mobilizable	other	1523.0	80.30199999999999	96.0	0.0004583799473891089	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
SPA0016_000000000789	26399	0.515378985668804	45	13	6	9	9	False	72770	maximal	True	SPA0016_000000000789	1.0		3	2	False	False	0.9998863339424133	0					non-mobilizable	no_good_hit	1684.0	78.385	6.0	0.002666337845022516	NZ_ATXD01000011.1	firmicutes	[Clostridium] methoxybenzovorans SR3 H204DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
USA0039_01_000000003101	7606	0.5153783416685627	6	3	2	2	3	False	1334	maximal	True	USA0039_01_000000003101	1.0		10	5	False	False	0.9985537528991699	0					non-mobilizable	no_good_hit	469.0	73.134	6.0	0.00014729947207482426	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0079_000000007066	4133	0.5153783267998515	6	6	5	6	6	False	44400	maximal	True	FIJ0079_000000007066	1.0		3	2	False	False	0.9987902045249939	0					non-mobilizable	chromosome	3997.0	99.95	100.0	0.000773657691321036	CP042892.1	enterobacteria	Escherichia coli O10:H32 strain NMBU-W12E19 chromosome, complete genome	False	False
MAD0025_000000000718	11388	0.5153770227154304	16	4	4	2	3	False	19164	maximal	True	MAD0025_000000000718	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	99.656	3.0	0.0011551437755675143	NZ_GL833111.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD3, whole genome shotgun sequence	True	False
ENG0128_000000004808	5048	0.5153754767296217	3	2	1	2	1	True	118412	fragment	False	ENG0128_000000004808	1.0		0	0	False	False	0.9954437613487244	0					non-mobilizable	no_good_hit	1150.0	72.26100000000001	22.0	0.1272584446190102	NZ_QOHO01000001.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_1, whole genome shotgun sequence	True	True
ISR0774_000000017515	1419	0.5153743003353156	2	2	1	2	2	False	85120	maximal	False	CHI0068_000000010548	0.9758905532384491		0	0	False	False	0.9950669407844543	0					non-mobilizable	chromosome	1419.0	99.436	100.0	0.000310229953030135	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0092_000000027033	1668	0.5153697975353597	2	2	2	1	1	False	5308	fragment	False	SPA0092_000000027033	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	99.52	100.0	0.0030743849846003946	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
MAD0095_000000004242	5742	0.5153677479486127	4	3	2	3	1	False	113406	fragment	False	MON0105_000000007865	0.308377307273793		0	0	False	False	0.9984325766563416	0					non-mobilizable	chromosome	2823.0	93.943	93.0	0.0007892635527327411	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0034_01_000000010290	5528	0.5153677479486127	3	3	2	3	1	False	113406	fragment	False	MON0105_000000007865	0.3073489500288921		0	0	False	False	1.0	0					non-mobilizable	chromosome	4226.0	97.586	100.0	0.0011822160449443612	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0182_000000004754	5228	0.5153677479486127	3	3	2	3	1	False	113405	fragment	False	CHI0182_000000004754	0.9681863230921705		0	0	False	False	0.9977046847343445	0					non-mobilizable	chromosome	4892.0	95.053	93.0	0.001367217182659376	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0051_000000005793	4545	0.5153677479486127	4	3	2	3	1	False	113404	fragment	False	MAD0051_000000005793	1.0		0	0	False	False	0.9984598755836487	0					non-mobilizable	chromosome	2210.0	96.60600000000001	99.0	0.0006176966882557303	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ITA0006_000000019440	1043	0.5153653412208035	1	1	1	0	1	False	20341	maximal	True	ITA0006_000000019440	1.0		1610	15	False	False	1.0	0					non-mobilizable	chromosome	1043.0	97.98700000000001	100.0	0.00029007899223996937	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0390_000000007378	1874	0.5153642313422265	2	1	1	1	1	False	84948	fragment	False	ISR0390_000000007378	1.0		0	0	False	False	0.9733191132545471	0					non-mobilizable	no_good_hit	1171.0	82.152	62.0	0.015710133171094435	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
ISR0089_000000027417	1169	0.5153642313422265	1	1	1	1	1	False	84941	fragment	False	MON0005_000000039561	0.763123481416013		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	82.23700000000001	99.0	0.015710133171094435	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	False	False
USA0017_01_000000004075	6423	0.5153632167691592	6	4	3	3	0	False	1913	fragment	False	USA0017_01_000000004075	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1259.0	76.251	34.0	0.00028049657644518096	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0063_000000011382	2804	0.5153582721615099	4	4	4	4	1	False	121161	fragment	False	ENG0043_000000011792	0.9773834377174669		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	76.609	33.0	0.01687479520879601	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
DEN0040_000000001877	3872	0.5153560293909752	3	3	3	3	2	False	107872	fragment	False	ISR0087_000000006137	0.9363510291498862		0	0	False	False	0.9974173307418823	0					non-mobilizable	other	3869.0	99.61200000000001	99.0	0.0008169156450117142	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MAD0107_000000001885	15244	0.5153517653074613	20	3	1	3	1	False	14714	maximal	True	MAD0107_000000001885	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0032385750269881253	XM_013316721.1	butterflies	PREDICTED: Papilio xuthus uncharacterized LOC106121195 (LOC106121195), transcript variant X2, mRNA	True	False
ISR0789_000000006463	2149	0.5153499869251087	3	3	3	3	2	False	68937	fragment	False	ISR0789_000000006463	1.0		0	0	False	False	0.9995346665382385	0					non-mobilizable	chromosome	2149.0	99.814	100.0	0.0006006524965248562	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0068_000000012560	2526	0.5153408608799604	4	3	2	2	2	True	45084	maximal	True	FIJ0068_000000012560	1.0		14	4	False	False	0.9928740859031677	0					non-mobilizable	no_good_hit	410.0	77.07300000000001	16.0	0.0008693082789837229	NZ_SMAL01000003.1	firmicutes	Natranaerovirga pectinivora strain DSM 24629 Ga0244691_103, whole genome shotgun sequence	True	True
ENG0182_000000010963	2589	0.5153370042861871	4	3	2	3	2	True	55243	fragment	False	ENG0182_000000010963	1.0		0	0	False	False	0.9996137619018555	0					non-mobilizable	no_good_hit	1317.0	93.014	54.0	0.0003510755471195068	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	True
SPA0014_000000021543	1134	0.5153319621346927	2	2	2	1	2	False	39998	fragment	False	SPA0014_000000021543	0.9814647377938517		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	99.206	100.0	0.008362796259254065	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	False	False
ENG0163_000000023310	1131	0.5153319621346927	2	2	2	1	2	False	56295	fragment	False	ENG0163_000000023310	0.9901345291479821		0	0	False	False	0.9946949481964111	0					non-mobilizable	other	1131.0	98.055	100.0	0.11221449851042702	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0777_000000015696	1115	0.5153319621346927	2	2	2	1	2	False	56295	fragment	False	ENG0163_000000023310	0.9832007073386384		0	0	False	False	0.9982062578201294	0					non-mobilizable	other	1115.0	98.565	100.0	0.11062562065541212	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0094_000000031648	1224	0.5153291383047973	2	2	2	2	1	False	9329	maximal	True	MON0094_000000031648	1.0		13	7	False	False	0.8848039507865906	0					non-mobilizable	chromosome	1076.0	81.134	99.0	0.0004962246815813897	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
SPA0133_000000003884	6005	0.5153271937060265	8	8	8	8	7	False	114182	maximal	False	AST0060_000000004161	0.9363917059987285		0	0	False	False	0.9970024824142456	0					non-mobilizable	no_good_hit	1599.0	71.295	26.0	0.0003919873684631297	CP027781.1	firmicutes	Clostridium botulinum strain MAP 5 chromosome, complete genome	True	False
ISR0052_000000007395	4267	0.5153269283200522	5	5	4	4	5	False	73363	maximal	True	ISR0052_000000007395	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1862.0	83.13600000000001	56.0	0.024007495022836396	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0098_000000014902	2952	0.5153268909269414	8	3	3	3	1	False	15331	maximal	True	MAD0098_000000014902	1.0		1	1	False	False	0.9955962300300598	0					non-mobilizable	no_good_hit								True	False
ISR0183_000000026475	1149	0.5153263088712935	2	2	2	2	2	False	29433	fragment	False	ISR0219_000000027771	0.9637540809214628		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	99.21700000000001	100.0	0.020352444775378505	NZ_JAAIPV010000028.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_28_length_56406_cov_119.209, whole genome shotgun sequence	False	False
ENG0182_000000020044	1418	0.5153262958119478	2	2	2	2	2	False	55214	fragment	False	ENG0182_000000020044	1.0		0	0	False	False	0.9887164831161499	0					non-mobilizable	other	1035.0	99.324	99.0	0.003789614111731311	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0069_01_000000006367	9331	0.5153191779466109	2	2	2	2	1	False	112022	maximal	True	USA0069_01_000000006367	0.9850718108565183		152	11	False	False	1.0	0					non-mobilizable	no_good_hit	7958.0	97.235	87.0	0.0022270106698916384	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
USA0034_01_000000006304	8972	0.5153191779466109	4	2	2	2	1	False	112022	maximal	False	USA0069_01_000000006367	0.9717370734038999		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7599.0	97.171	87.0	0.0021265335012990664	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0069_000000002630	8619	0.5153191779466109	2	2	2	2	1	False	112022	maximal	False	USA0069_01_000000006367	0.9399475508678294		0	0	False	False	0.9998839497566223	0					non-mobilizable	no_good_hit	7426.0	97.199	86.0	0.00207811414150376	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0029_000000008676	3543	0.5153189538608061	4	2	1	2	2	False	118399	maximal	True	AST0029_000000008676	1.0		39	9	False	False	0.9974597692489624	0					non-mobilizable	no_good_hit	195.0	75.89699999999999	5.0	6.474866005318068e-05	CP060696.1	firmicutes	Oscillospiraceae bacterium LBM18003 chromosome, complete genome	True	False
ISR0338_000000026021	1139	0.5153169683755815	2	2	2	1	1	False	24408	fragment	False	ISR0338_000000026021	1.0		0	0	False	False	0.9991220235824585	0					non-mobilizable	no_good_hit	121.0	76.033	10.0	4.263405816175288e-05	NC_010623.1	b-proteobacteria	Paraburkholderia phymatum STM815 chromosome 2, complete sequence	True	False
MAD0095_000000028161	1345	0.5153135257394634	2	1	1	1	1	False	15567	fragment	False	MAD0095_000000028161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	80.583	8.0	2.2831372185613684e-05	NC_010681.1	b-proteobacteria	Paraburkholderia phytofirmans PsJN chromosome 1, complete sequence	True	False
ISR0137_000000006052	4579	0.5153122002869709	7	5	3	4	4	True	131628	maximal	True	ISR0137_000000006052	1.0		34	5	False	False	0.999781608581543	0					non-mobilizable	chromosome	4072.0	98.428	94.0	0.0011579585114643866	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MON0104_000000012251	3554	0.5153119451091545	3	3	3	3	2	False	8824	maximal	True	MON0104_000000012251	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1478.0	96.88799999999999	50.0	0.0007662875004863876	NZ_UGGU01000003.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	False
ISR0320_000000012428	2002	0.5153093708962244	5	5	3	4	4	False	25063	maximal	True	ISR0320_000000012428	1.0		7	4	False	False	0.9985014796257019	0					non-mobilizable	no_good_hit	816.0	71.691	40.0	0.0001841619767526975	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
MON0054_000000029666	1650	0.5153058346438972	2	2	2	1	2	False	12507	fragment	False	MON0030_000000021257	0.9486342042755345		0	0	False	False	0.9721212387084961	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	6.7937306604249265e-06	NZ_PDEA01000001.1	b-proteobacteria	Comamonas terrigena strain FDAARGOS_394 pRIID_98.contig.0, whole genome shotgun sequence	True	False
MON0027_000000022835	1803	0.5153035845596441	2	2	2	1	1	False	74462	fragment	False	MON0027_000000022835	1.0		0	0	False	False	0.99889075756073	0					non-mobilizable	no_good_hit	1507.0	99.137	84.0	0.17964929023022785	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0133_000000016743	1363	0.5153017167827515	2	2	2	2	2	False	75196	fragment	False	DEN0017_000000019088	0.5759157287157287		0	0	False	False	0.9970653057098389	0					non-mobilizable	no_good_hit	334.0	76.048	24.0	0.0026313078075341	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
AUS0004_000000008737	2398	0.5152996978339439	3	2	1	1	2	False	116807	fragment	False	AUS0004_000000008737	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2401.0	98.292	100.0	0.0008434384878553644	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0166_000000015936	1822	0.5152970833873846	4	2	0	2	0	False	56143	fragment	False	ENG0166_000000015936	1.0		0	0	False	False	0.9989023208618164	0					non-mobilizable	no_good_hit	1521.0	98.554	83.0	0.02613614870093024	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0795_000000008248	1453	0.5152970833873846	3	2	0	2	0	False	36327	fragment	False	ISR0795_000000008248	1.0		0	0	False	False	0.9944941401481628	0					non-mobilizable	virus	1400.0	99.0	96.0	0.02405557370565882	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	False	False
ISR0042_000000029224	1153	0.5152970833873846	3	2	0	2	0	False	36326	fragment	False	ISR0042_000000029224	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1153.0	98.959	100.0	0.019808449541757655	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	False	False
DEN0005_000000028041	1381	0.515286484857647	2	2	2	2	1	False	76454	fragment	False	DEN0005_000000028041	0.9632297194844579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	338.0	81.065	24.0	0.00014686386465026234	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0168_000000024832	1268	0.515286228231246	2	2	2	2	1	False	55952	fragment	False	ENG0168_000000024832	1.0		0	0	False	False	0.9976340532302856	0					non-mobilizable	no_good_hit	859.0	84.75	86.0	0.0017940895413780197	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0161_000000014038	1495	0.5152831250287169	2	2	2	2	2	False	102761	fragment	False	ENG0206_000000016314	0.9664536741214058		0	0	False	False	1.0	0					non-mobilizable	other	1495.0	97.86	100.0	0.008799312075200547	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	False	False
CHI0115_000000005001	1604	0.5152831236813462	3	3	3	2	0	False	82223	maximal	True	CHI0115_000000005001	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	392.0	100.0	24.0	7.975986365347093e-05	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	True	False
AST0035_000000001112	13560	0.5152806592313061	16	14	7	7	11	True	116923	maximal	True	AST0035_000000001112	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	5157.0	97.18799999999999	77.0	0.06255764283287218	NZ_CYXX01000016.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0026_000000006194	4738	0.5152804575670303	4	4	4	4	3	False	131679	fragment	False	MON0026_000000006194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1360.0	82.353	48.0	0.0004643917752960712	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MAD0100_000000002972	10823	0.5152767369710339	10	8	8	8	6	False	43917	maximal	True	MAD0100_000000002972	1.0		3	1	False	False	0.9999076128005981	0					non-mobilizable	no_good_hit	3466.0	74.46600000000001	32.0	0.01961021250151047	NZ_LT594620.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	True	False
ISR0089_000000022242	1406	0.5152737026937172	1	1	1	1	1	False	33718	maximal	True	ISR0089_000000022242	1.0		49	10	False	False	0.9758179187774658	0					non-mobilizable	no_good_hit	1122.0	99.554	80.0	0.00917378637598612	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	True	False
MAD0100_000000023880	1446	0.5152684614821674	2	2	1	2	1	False	15150	maximal	True	MAD0100_000000023880	1.0		1	1	False	False	0.977869987487793	0					non-mobilizable	no_good_hit								True	False
SPA0127_000000019027	1540	0.5152678652860131	2	2	2	2	2	False	105779	fragment	False	SPA0127_000000019027	0.9948630136986301		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	98.961	100.0	0.021094039117860716	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
CHI0165_000000015421	1136	0.5152659212944957	2	2	1	1	2	False	78234	fragment	False	ISR0047_000000024540	0.9650216456627225		0	0	False	False	1.0	0					non-mobilizable	other	1136.0	99.912	100.0	0.0030645692592652595	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0780_000000011489	1118	0.5152645258081971	2	2	1	2	1	False	22302	fragment	False	ISR0780_000000011489	0.9420375282444248		0	0	False	False	0.9812164306640625	0					non-mobilizable	other	1118.0	96.78	100.0	0.0004010728789276956	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
SPA0027_000000030087	1251	0.5152602164254388	2	2	2	2	1	False	7463	maximal	True	SPA0027_000000030087	1.0		220	11	False	False	0.996802568435669	0					non-mobilizable	other	804.0	98.756	90.0	0.005494054379507109	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0141_000000009951	2902	0.5152563499346728	2	2	1	2	1	True	40297	maximal	True	FIJ0141_000000009951	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	2079.0	95.19	72.0	0.0029556229445180026	NZ_CZBZ01000003.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	True
CHI0047_000000006141	2514	0.5152532111252962	2	2	2	2	1	True	86997	maximal	True	CHI0047_000000006141	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	1964.0	97.76	78.0	0.009168098938873112	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0015_000000006599	3661	0.5152468950823677	5	4	4	4	3	False	101824	maximal	True	ISR0015_000000006599	1.0		6	3	False	False	0.9989073872566223	0					non-mobilizable	no_good_hit	1474.0	92.402	56.0	0.0004128359666965872	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0026_000000019934	1424	0.5152444585109184	2	2	2	2	1	False	74154	fragment	False	DEN0026_000000019934	1.0		0	0	False	False	0.9824438095092773	0					non-mobilizable	other	1408.0	98.509	99.0	0.006241654504238735	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	False	False
FIJ0016_000000007980	2263	0.515243274041104	4	3	3	3	2	True	50231	maximal	True	FIJ0016_000000007980	1.0		6	3	False	False	0.990720272064209	0					non-mobilizable	no_good_hit	174.0	99.425	8.0	0.0006176674307177082	NZ_QSCB01000002.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf2, whole genome shotgun sequence	True	True
USA0031_01_000000011743	2457	0.5152424544224701	3	2	2	0	0	False	1540	maximal	True	USA0031_01_000000011743	1.0		6	5	False	False	1.0	0					non-mobilizable	other	2458.0	99.87799999999999	100.0	0.0006764383606900387	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ISR0397_000000012744	1422	0.5152424544224701	3	2	2	0	0	False	22636	maximal	True	ISR0397_000000012744	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1014.0	100.0	100.0	0.0002788897270569838	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ENG0063_000000026063	1167	0.5152326812376891	2	2	2	2	2	False	63032	maximal	True	ENG0063_000000026063	1.0		2	2	False	False	0.999143123626709	0					non-mobilizable	no_good_hit	539.0	99.814	46.0	0.00010836634511941548	CP054454.1	enterobacteria	Escherichia coli strain SCU-487 chromosome, complete genome	True	False
MAD0107_000000018340	2134	0.5152313473672601	2	2	2	2	2	False	130049	fragment	False	ENG0005_000000004373	0.4274995567700198		0	0	False	False	1.0	0					non-mobilizable	chromosome	2134.0	98.17200000000001	100.0	0.0006875049757890594	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0080_01_000000021671	1976	0.5152289413534644	4	3	2	1	2	False	608	maximal	True	USA0080_01_000000021671	1.0		260	12	False	False	0.9989878535270691	0					non-mobilizable	no_good_hit	1118.0	94.723	85.0	0.0003749658777685289	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0020_000000010316	2141	0.5152280237724273	4	4	4	3	4	False	49784	fragment	False	FIJ0020_000000010316	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2141.0	99.86	100.0	0.000398121610152622	CP028391.2	enterobacteria	Klebsiella pneumoniae strain WCHKP13F2 chromosome, complete genome	False	False
AST0012_000000018423	1303	0.5152261165795005	2	2	2	2	2	True	124688	maximal	True	AST0012_000000018423	1.0		1	1	False	False	0.9923254251480103	0					non-mobilizable	no_good_hit	1021.0	93.83	78.0	0.0018258943384720243	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
SPA0127_000000003812	7413	0.5152260861547886	4	4	4	3	2	False	124477	maximal	True	SPA0127_000000003812	1.0		16	7	False	False	1.0	0					non-mobilizable	other	6417.0	89.79299999999999	98.0	0.002300872881082071	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
USA0035_01_000000002588	9921	0.5152259649039824	18	5	2	4	4	False	1433	maximal	True	USA0035_01_000000002588	1.0		1	1	False	False	0.9998992085456848	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	0.001484848484848485	NZ_SOEG01000036.1	firmicutes	Orenia marismortui strain MSL 6dP Ga0206412_136, whole genome shotgun sequence	True	False
AST0050_000000001765	7534	0.5152230045208087	9	6	2	3	6	True	114790	fragment	False	AST0050_000000001765	1.0		0	0	False	False	0.9970799088478088	0					non-mobilizable	other	5229.0	99.98100000000001	100.0	0.0022595334331423594	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
SPA0040_000000028894	1479	0.5152216267460012	2	1	1	1	1	False	54640	fragment	False	SPA0040_000000028894	0.996191135734072		0	0	False	False	0.9945909380912781	0					non-mobilizable	no_good_hit								True	False
ENG0192_000000015755	1444	0.5152216267460012	2	1	1	1	1	False	54640	fragment	False	SPA0040_000000028894	0.9844489519945909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0142_000000021974	1562	0.5152215517688062	3	3	3	2	3	False	57669	maximal	True	ENG0142_000000021974	1.0		17	6	False	False	0.9609475135803223	0					non-mobilizable	chromosome	1562.0	91.869	100.0	0.000658791054987488	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0106_000000005344	3884	0.5152154180305403	3	2	2	1	1	False	60096	maximal	True	ENG0106_000000005344	1.0		4	2	False	False	0.9992275834083557	0					non-mobilizable	no_good_hit	1340.0	77.985	34.0	0.0003004510620774978	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0808_000000005834	2648	0.5152147914911305	4	3	3	3	2	False	101388	fragment	False	CAN0003_000000019018	0.9841360185580107		0	0	False	False	0.9969788789749146	0					non-mobilizable	other	2650.0	98.566	100.0	0.009057184374732883	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
DEN0011_000000009361	4278	0.5152130298859567	3	3	3	3	1	False	75770	maximal	True	DEN0011_000000009361	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	77.391	3.0	0.002507219448859439	NZ_ASRY01000313.1	firmicutes	Paenibacillus maysiensis strain 1-49 S149_contig00108, whole genome shotgun sequence	True	False
MAD0063_000000014042	1104	0.5152096753719881	2	1	1	1	1	False	16693	maximal	True	MAD0063_000000014042	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0038_000000018591	1782	0.5152096210632052	1	1	1	1	1	False	12002	maximal	True	MON0038_000000018591	1.0		150	12	False	False	0.9910213351249695	0					non-mobilizable	no_good_hit	262.0	73.282	15.0	0.00010622074812343345	NC_019977.1	euryarchaeotes	Methanomethylovorans hollandica DSM 15978, complete sequence	True	False
ISR0252_000000004683	2216	0.5152096039464645	3	3	3	3	2	False	26960	maximal	True	ISR0252_000000004683	1.0		39	9	False	False	0.9954873919487	0					non-mobilizable	no_good_hit	1556.0	84.447	70.0	0.010360649597345962	NZ_CABMGA010000005.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0159_000000009037	2637	0.5152089456327386	3	3	2	3	2	False	39409	maximal	True	FIJ0159_000000009037	1.0		502	14	False	False	0.997724711894989	0					non-mobilizable	other	1585.0	99.306	100.0	0.0003883617972619022	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0032_000000008367	2538	0.515203913897405	3	3	3	3	2	False	131873	fragment	False	ISR0128_000000013355	0.9377163367349075		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2166.0	99.954	85.0	0.1255072463768116	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	True	False
CHI0132_000000010283	3084	0.5152038947180528	2	2	1	2	2	False	80931	maximal	True	CHI0132_000000010283	1.0		417	12	False	False	0.9974059462547302	0					non-mobilizable	chromosome	3084.0	99.319	100.0	0.0004743489971588295	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
CHI0021_000000002309	3432	0.5152008467539798	6	5	4	3	2	False	124427	maximal	True	CHI0021_000000002309	1.0		2	1	False	False	0.9947552680969238	0					non-mobilizable	no_good_hit	3067.0	99.772	89.0	0.03207549143712011	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
ISR0326_000000003514	4657	0.5151980267467661	4	2	2	2	1	True	71734	maximal	True	ISR0326_000000003514	1.0		21	7	False	False	0.9987116456031799	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00935946183094472	XM_009976379.2	birds	PREDICTED: Tyto alba alba zinc finger protein 750 (ZNF750), mRNA	True	True
FIJ0015_000000007157	4027	0.5151980267467661	3	2	2	2	1	True	114592	fragment	False	FIJ0015_000000007157	1.0		0	0	False	False	0.9997516870498657	0					non-mobilizable	no_good_hit	78.0	89.744	2.0	6.52632524662305e-05	NZ_RAQO01000004.1	g-proteobacteria	Alginatibacterium sediminis strain ALS 81 1K03482_S43_L002_R1_001__paired__contig_4, whole genome shotgun sequence	True	True
SPA0127_000000007621	3851	0.5151980267467661	3	2	2	2	1	True	71733	fragment	False	SPA0077_000000007584	0.9548450302642184		0	0	False	False	0.9997403025627136	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00935946183094472	XM_009976379.2	birds	PREDICTED: Tyto alba alba zinc finger protein 750 (ZNF750), mRNA	True	True
SPA0077_000000007584	3814	0.5151980267467661	3	2	2	2	1	True	71733	fragment	False	SPA0077_000000007584	0.9711538166924424		0	0	False	False	0.9997377991676331	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00935946183094472	XM_009976379.2	birds	PREDICTED: Tyto alba alba zinc finger protein 750 (ZNF750), mRNA	True	True
DEN0062_000000004792	3616	0.5151980267467661	3	2	2	2	1	True	71733	fragment	False	SPA0077_000000007584	0.6490124104177591		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00935946183094472	XM_009976379.2	birds	PREDICTED: Tyto alba alba zinc finger protein 750 (ZNF750), mRNA	True	True
FIJ0002_000000010341	3380	0.5151973721709955	4	4	4	4	3	False	52432	maximal	True	FIJ0002_000000010341	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	269.0	77.695	8.0	0.0022579111775091676	NZ_SCWC02000005.1	firmicutes	Macrococcus equipercicus strain ATCC 51831 NODE_5_length_117808_cov_22.4782, whole genome shotgun sequence	True	False
ISR0076_000000001244	16014	0.5151969842374609	23	15	4	6	10	True	34602	fragment	False	ISR0076_000000001244	1.0		0	0	False	False	0.9999375343322754	0					non-mobilizable	no_good_hit	4345.0	92.98	88.0	0.023172032008960786	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	True
CAN0011_000000015953	1894	0.5151936937107522	3	2	2	2	1	False	94462	maximal	True	CAN0011_000000015953	1.0		18	9	False	False	0.9831045269966125	0					non-mobilizable	no_good_hit								True	False
ISR0273_000000004592	2434	0.5151907198347728	3	2	2	2	1	False	78238	maximal	True	ISR0273_000000004592	0.986420302760463		482	14	False	False	0.9971240758895874	0					non-mobilizable	other	1289.0	99.147	100.0	0.0003479865315422617	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0065_000000022313	1557	0.5151891993033277	1	1	1	1	1	False	103875	fragment	False	DEN0065_000000022313	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1557.0	99.486	100.0	0.0003462896708645758	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0054_000000037401	1351	0.515189137001909	1	1	1	1	1	False	11113	maximal	True	MON0054_000000037401	1.0		144	12	False	False	0.984455943107605	0					non-mobilizable	other	1350.0	98.0	99.0	0.02146687672061234	NZ_QRYH01000013.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf13, whole genome shotgun sequence	False	False
AST0116_000000008030	3335	0.5151809164382766	4	3	3	3	2	False	127089	maximal	True	AST0116_000000008030	1.0		85	6	False	False	1.0	0					non-mobilizable	other	3335.0	100.0	100.0	0.012088075443513447	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0125_01_000000010538	2286	0.5151793369220911	3	2	2	2	2	False	147	maximal	True	USA0125_01_000000010538	1.0		4	3	False	False	0.9995625615119934	0					non-mobilizable	no_good_hit	2023.0	99.95100000000001	88.0	0.0012102791123901576	NZ_JH370371.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.1, whole genome shotgun sequence	True	False
CHI0055_000000009075	1832	0.5151788853775268	4	3	1	3	1	True	86206	fragment	False	CHI0055_000000009075	1.0		0	0	False	False	0.999454140663147	0					non-mobilizable	chromosome	1833.0	97.87200000000001	100.0	0.0006431218469897153	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ENG0030_000000004987	4284	0.5151777815952192	5	4	1	3	3	False	111205	fragment	False	ENG0030_000000004987	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3595.0	94.993	100.0	0.0005036113791329867	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0013_000000043165	1315	0.5151745395767879	2	2	1	2	2	False	13490	maximal	True	MON0013_000000043165	1.0		83	9	False	False	0.9391635060310364	0					non-mobilizable	other	1315.0	97.947	100.0	0.004251890538087426	NZ_AGDG01000039.1	CFB group bacteria	Bacteroides faecis MAJ27 contig039, whole genome shotgun sequence	False	False
ISR0201_000000007903	3742	0.5151730193672915	3	3	3	3	3	False	131879	maximal	False	MON0033_000000017844	0.9937316617764738		0	0	False	False	0.9997327923774719	0					non-mobilizable	no_good_hit	2283.0	99.60600000000001	61.0	0.13228985507246377	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	True	False
CHI0179_000000005026	3400	0.5151722979742994	4	2	1	2	1	True	86651	fragment	False	CHI0179_000000005026	0.9989545997610514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	89.01100000000001	8.0	0.021863654699475595	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ENG0155_000000014810	1338	0.5151681330482817	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.3488641234544744	PS748	0	0	False	True	1.0	0					non-mobilizable	other	1340.0	95.149	100.0	0.0005284013762166382	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	True
MON0087_000000039576	1305	0.5151656261197788	2	2	1	1	2	False	11202	maximal	True	MON0087_000000039576	0.997624703087886		82	12	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	3.0	9.564521700774502e-06	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	False
ENG0207_000000005370	3209	0.5151639553183688	6	5	2	3	4	True	53901	maximal	True	ENG0207_000000005370	1.0		18	9	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.6691962201978924e-05	CP001849.1	high GC Gram+	Gardnerella vaginalis 409-05, complete genome	True	True
SPA0117_000000011143	3395	0.5151621665494239	6	4	4	3	2	False	4314	maximal	True	SPA0117_000000011143	1.0		2	2	False	False	0.9837996959686279	0					non-mobilizable	no_good_hit	577.0	95.84100000000001	17.0	0.00020516247193708636	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
FIJ0051_000000011896	1870	0.5151613211030224	2	1	0	1	1	False	46531	fragment	False	FIJ0051_000000011896	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1295.0	96.757	100.0	0.10799063858241391	LT985301.1	enterobacteria	Escherichia coli strain ECOR 24 genome assembly, plasmid: RCS90_pII	False	True
SPA0127_000000003376	8282	0.5151605364528853	5	5	5	4	2	False	3927	maximal	True	SPA0127_000000003376	1.0		3	3	False	False	0.9998792409896851	0					non-mobilizable	no_good_hit	67.0	94.03	1.0	2.8397684671235637e-05	NZ_CP006712.1	high GC Gram+	Bifidobacterium breve JCM 7017, complete genome	True	False
ISR0803_000000011177	1375	0.5151585789957716	2	2	2	2	1	False	85534	maximal	True	ISR0803_000000011177	1.0		64	6	False	False	0.9934545159339905	0					non-mobilizable	no_good_hit	248.0	75.806	17.0	0.00401940166881487	NZ_CYZN01000024.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0094_000000027640	1410	0.515156613893423	2	2	2	2	1	False	68306	maximal	True	DEN0094_000000027640	1.0		24	6	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	7.624960594441928e-06	NZ_BLJF01000001.1	g-proteobacteria	Pseudomonas asiatica strain RYU5 RYU5_unitig_0, whole genome shotgun sequence	True	False
CHI0049_000000005615	2845	0.5151516808742845	4	4	4	4	4	False	86803	maximal	True	CHI0049_000000005615	1.0		116	12	False	False	1.0	0					non-mobilizable	chromosome	2845.0	99.367	100.0	0.00058184786121281	CP055251.1	enterobacteria	Escherichia coli strain AH01 chromosome, complete genome	False	False
ISR0839_000000014866	1426	0.5151507558585995	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.2849599410635714		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	99.509	100.0	0.029368091074080185	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0038_000000018502	1406	0.5151507558585995	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.2816451579113622		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	99.71600000000001	100.0	0.028955617884837484	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0187_000000012533	1227	0.5151459060481429	2	2	2	2	2	False	77051	maximal	True	CHI0187_000000012533	1.0		45	9	False	False	0.9991850256919861	0					non-mobilizable	other	1227.0	98.53299999999999	100.0	0.0015995699687914244	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
FIJ0130_000000013645	1509	0.5151455191955263	1	1	1	1	1	False	40871	maximal	True	FIJ0130_000000013645	1.0		158	12	False	False	0.9933730959892273	0					non-mobilizable	chromosome	1490.0	88.59100000000001	99.0	0.0003972012914243734	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ETH0003_000000035926	1172	0.5151452517965417	1	1	1	1	1	False	52977	maximal	True	ETH0003_000000035926	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000006120	2322	0.5151451717177654	4	3	2	3	3	False	40025	maximal	True	FIJ0145_000000006120	1.0		4	2	False	False	0.9888027310371399	0					non-mobilizable	no_good_hit	425.0	79.294	18.0	0.00019774367010386206	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CAN0022_000000022111	1477	0.5151450895997528	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.2932920273230247	PS1128	0	0	False	True	0.9952606558799744	0					non-mobilizable	other	1245.0	85.382	100.0	0.014616220814821817	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ENG0082_000000018218	1146	0.5151450895997528	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.05612548675041719	PS1128	0	0	False	True	1.0	0					non-mobilizable	other	1152.0	81.51	100.0	0.000367980664288731	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
USA0121_01_000000018628	2467	0.5151447409545911	3	1	1	1	1	False	180	maximal	True	USA0121_01_000000018628	1.0		115	9	False	False	1.0	0					non-mobilizable	no_good_hit	941.0	96.17399999999999	59.0	0.0002809963009634971	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0151_000000003941	6146	0.5151398368492089	7	6	6	6	4	False	57119	maximal	True	ENG0151_000000003941	1.0		3	2	False	False	0.9995118975639343	0					non-mobilizable	no_good_hit	3269.0	96.635	76.0	0.0009570000099565484	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
MON0055_000000013216	1785	0.5151392951505815	2	2	2	2	2	False	114905	fragment	False	SPA0120_000000020511	0.5971351956017638		0	0	False	False	1.0	0					non-mobilizable	other	1728.0	91.78200000000001	99.0	0.0006687056240702995	CP010411.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain BT1, complete genome	False	False
MON0004_000000024997	1764	0.5151392951505815	2	2	2	2	2	False	114905	fragment	False	SPA0120_000000020511	0.5845644088956768		0	0	False	False	1.0	0					non-mobilizable	chromosome	1724.0	95.186	98.0	0.0006078902888643819	LR134354.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain NCTC11817 genome assembly, chromosome: 1	False	False
ISR0246_000000018807	1269	0.5151385344687527	1	1	1	1	1	False	75630	fragment	False	ISR0213_000000010997	0.1387998570326977		0	0	False	False	0.9976359605789185	0					non-mobilizable	no_good_hit								True	False
ISR0038_000000002210	11291	0.515134391784748	12	12	5	7	10	True	123531	fragment	False	ISR0038_000000002210	1.0		0	0	False	False	0.99893718957901	0					non-mobilizable	other	11292.0	99.725	100.0	0.08686315108877206	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ENG0152_000000013958	1755	0.5151323045805248	2	2	2	2	1	False	104758	fragment	False	SPA0090_000000018930	0.9553867180550963		0	0	False	False	0.9874643683433533	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.840411480943206e-06	CP040916.1	high GC Gram+	Streptomyces spectabilis strain NRRL 2792 chromosome, complete genome	True	False
MON0103_000000045840	1281	0.5151283542692022	2	2	2	2	2	False	8848	maximal	True	MON0103_000000045840	1.0		47	11	False	False	0.9984387159347534	0					non-mobilizable	no_good_hit	507.0	77.318	40.0	0.00014549359568369	LR738849.1	d-proteobacteria	Desulfovibrio sp. 86 genome assembly, chromosome: DESU86	True	False
ISR0346_000000005233	3762	0.5151191442436195	6	6	5	5	4	False	120981	maximal	True	ISR0346_000000005233	1.0		3	1	False	False	1.0	0					non-mobilizable	chromosome	2406.0	90.939	94.0	0.0006951359327011017	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0067_000000004090	2387	0.5151175430701074	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.15094574162735802		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	91.876	97.0	0.003238979836357287	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0132_000000003360	7507	0.5151156860398977	9	4	1	3	0	False	40798	fragment	False	FIJ0132_000000003360	1.0		0	0	False	False	0.994538426399231	0					non-mobilizable	no_good_hit	279.0	98.566	4.0	0.00014602259148078988	NZ_CP034543.1	firmicutes	Streptococcus periodonticum strain KCOM 2412 chromosome, complete genome	True	False
MAD0092_000000007918	2305	0.5151150631413322	1	1	1	1	1	False	17968	maximal	False	MAD0044_000000010145	0.9588014981273408		0	0	False	False	1.0	0					non-mobilizable	chromosome	2306.0	84.99600000000001	100.0	0.0010883762456215767	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	False	False
FIJ0026_000000008428	3655	0.5151142557034541	5	3	3	3	2	False	49131	maximal	True	FIJ0026_000000008428	1.0		19	8	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	72.807	15.0	0.006278200628959482	NZ_RJQC01000005.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_5, whole genome shotgun sequence	True	False
ISR0353_000000016575	2240	0.515113928096665	4	4	2	4	3	False	24028	maximal	True	ISR0353_000000016575	1.0		11	2	False	False	0.9924107193946838	0					non-mobilizable	chromosome	2240.0	99.10700000000001	100.0	0.0007670571726526132	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0265_000000003539	4306	0.515112430992681	6	3	2	3	3	False	28694	maximal	True	ISR0265_000000003539	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	95.802	22.0	0.016594542398340545	NZ_SLUM01000025.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_125, whole genome shotgun sequence	True	False
SPA0109_000000011634	2630	0.5151122508537298	4	4	4	4	4	False	4663	maximal	True	SPA0109_000000011634	1.0		35	7	False	False	0.9996197819709778	0					non-mobilizable	no_good_hit	505.0	76.634	19.0	0.0012838029439818514	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	False
SPA0128_000000014108	2632	0.5151117782705518	3	2	2	2	2	False	60495	maximal	False	ENG0113_000000010944	0.9300650061106334		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	71.512	70.0	0.006469728278440799	NZ_FQZB01000009.1	firmicutes	Clostridium cavendishii DSM 21758, whole genome shotgun sequence	True	False
ISR0388_000000018376	1898	0.5151109807030365	2	2	2	1	1	False	22939	maximal	True	ISR0388_000000018376	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0053_000000006568	1218	0.5151093693575364	3	2	2	1	1	False	114033	fragment	False	ISR0083_000000021192	0.943993787335457		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	96.79799999999999	100.0	0.000586212211710757	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
USA0055_01_000000020159	1307	0.5151083965584677	2	2	2	2	1	True	1025	maximal	True	USA0055_01_000000020159	1.0		2	2	False	False	0.9969395399093628	0					non-mobilizable	no_good_hit	169.0	75.148	13.0	3.966127808590292e-05	NZ_CP046603.1	g-proteobacteria	Lysobacter soli strain XL170 chromosome, complete genome	True	True
FIJ0161_000000003399	4605	0.5151073620468005	6	5	5	4	2	False	120978	maximal	False	FIJ0044_000000004717	0.9958901146441704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	98.79899999999999	82.0	0.0004101823789708336	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0394_000000010766	1765	0.5151006780010178	4	3	3	2	1	False	22755	maximal	True	ISR0394_000000010766	1.0		8	4	False	False	0.9966005682945251	0					non-mobilizable	no_good_hit	687.0	95.779	39.0	0.00011956534071322034	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
MON0011_000000023147	2037	0.5150985258823981	3	2	2	1	2	False	13676	maximal	True	MON0011_000000023147	1.0		7	4	False	False	0.9995090961456299	0					non-mobilizable	no_good_hit	129.0	91.473	16.0	0.0015978828052830001	NZ_JXQL01000064.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig64, whole genome shotgun sequence	True	False
ISR0080_000000027313	1232	0.5150957750105168	2	1	1	1	1	True	34272	fragment	False	ISR0080_000000027313	1.0		0	0	False	False	0.9594155550003052	0					non-mobilizable	other	1232.0	98.458	100.0	0.0003728781009690893	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	True
ENG0166_000000018282	1612	0.5150954656378739	2	2	2	2	1	False	119062	fragment	False	MON0034_000000016699	0.9600170468701106		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000023439	1997	0.515095005901936	3	2	2	1	2	False	4440	maximal	True	SPA0114_000000023439	1.0		0	0	False	False	0.9909864664077759	0					non-mobilizable	no_good_hit	362.0	89.227	18.0	0.0014033052149644077	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
CHI0039_000000009003	1378	0.5150930355004287	2	2	2	2	1	False	87755	maximal	True	CHI0039_000000009003	1.0		37	7	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	82.40700000000001	8.0	8.866079573064168e-05	NZ_PVEP01000001.1	a-proteobacteria	Defluviimonas denitrificans strain DSM 18921 LX70DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
MON0054_000000016877	2644	0.5150895319308334	2	2	2	1	1	False	11135	maximal	True	MON0054_000000016877	1.0		277	13	False	False	0.9928139448165894	0					non-mobilizable	other	1663.0	89.116	100.0	0.0005148676992226897	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0141_000000017681	1800	0.5150887565821117	3	3	3	2	2	False	31205	maximal	True	ISR0141_000000017681	1.0		6	4	False	False	0.996666669845581	0					non-mobilizable	no_good_hit	456.0	83.991	25.0	0.008306650809624005	NZ_SMCQ01000020.1	firmicutes	Longibaculum muris strain DSM 29487 Ga0244711_120, whole genome shotgun sequence	True	False
AST0090_000000015795	1431	0.5150866915666739	2	1	1	1	1	False	109826	maximal	True	AST0090_000000015795	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1463.0	81.34	100.0	0.0017830411332545803	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
ISR0834_000000004292	3945	0.5150840620431296	4	1	1	1	1	False	75331	fragment	False	ISR0834_000000004292	1.0		0	0	False	False	0.9967046976089478	0					non-mobilizable	no_good_hit	1412.0	88.81	36.0	0.0006177050307230437	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0370_000000011993	2213	0.5150840620431296	2	1	1	1	1	False	23518	maximal	True	ISR0370_000000011993	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	1284.0	89.95299999999999	58.0	0.0005620282820347353	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0077_000000021861	1631	0.5150840620431296	1	1	1	1	1	False	75330	fragment	False	ENG0167_000000014356	0.7093533266477121		0	0	False	False	0.9963212609291077	0					non-mobilizable	other	1501.0	88.807	92.0	0.0006558457955725148	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
USA0045_01_000000008829	1627	0.5150840620431296	2	1	1	1	1	False	75330	fragment	False	ENG0167_000000014356	0.8148112526313491		0	0	False	False	1.0	0					non-mobilizable	other	1486.0	88.896	91.0	0.0006492698016329508	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0103_000000018873	1585	0.5150840620431296	1	1	1	1	1	False	75330	fragment	False	ENG0167_000000014356	0.4814907492756079		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	89.00299999999999	94.0	0.0006405018097135321	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0055_000000012843	1498	0.5150840620431296	1	1	1	1	1	False	75330	fragment	False	ENG0167_000000014356	0.6933160896016044		0	0	False	False	1.0	0					non-mobilizable	other	1465.0	88.874	98.0	0.0006409402093095031	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0128_000000024036	1465	0.5150840620431296	1	1	1	1	1	False	75330	fragment	False	ENG0167_000000014356	0.4720270268781316		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	89.00299999999999	100.0	0.0006405018097135321	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0064_000000016631	1336	0.5150839219033417	3	3	2	2	1	False	62927	fragment	False	ENG0064_000000016631	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1122.0	96.70200000000001	90.0	0.2684563758389262	KU546417.1	bacteria	Uncultured bacterium clone CH_03F_000_Contig_2 genomic sequence	False	False
FIJ0033_000000025029	1523	0.5150830499129112	2	2	2	2	1	False	48261	maximal	True	FIJ0033_000000025029	1.0		8	3	False	False	0.9783322215080261	0					non-mobilizable	no_good_hit								True	False
AST0024_000000010569	3134	0.515080762223108	3	3	3	3	3	False	121622	fragment	False	ISR0811_000000004422	0.972762984437961		0	0	False	False	1.0	0					non-mobilizable	other	3095.0	99.774	99.0	0.0006534480366251922	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0138_000000020241	1434	0.5150796166854922	2	2	2	1	1	False	31341	maximal	True	ISR0138_000000020241	1.0		74	7	False	False	0.9881450533866882	0					non-mobilizable	no_good_hit								True	False
SPA0134_000000007848	3753	0.5150777282909264	3	3	3	3	3	False	116837	maximal	True	SPA0134_000000007848	1.0		12	4	False	False	0.9994670748710632	0					non-mobilizable	chromosome	3753.0	99.54700000000001	100.0	0.001043915124217829	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
MAD0106_000000000094	49950	0.5150717118031082	93	22	9	14	12	True	88769	maximal	True	MAD0106_000000000094	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5832.0	91.204	50.0	0.10323255236947507	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
FIJ0006_000000023674	1626	0.5150660641275896	2	1	1	1	0	True	51690	maximal	True	FIJ0006_000000023674	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	394.0	97.71600000000001	24.0	0.0015244493750921264	NZ_QSOD01000003.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf3, whole genome shotgun sequence	True	True
FIJ0036_000000038735	1150	0.5150653954276049	2	2	2	2	2	False	47868	fragment	False	ISR0379_000000021749	0.9935511607910577		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	99.21700000000001	100.0	0.01020181661590915	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	False	False
ISR0112_000000024757	1525	0.5150648795873445	2	1	1	1	1	False	32614	maximal	True	ISR0112_000000024757	1.0		10	4	False	False	0.9914754033088684	0					non-mobilizable	no_good_hit	920.0	91.63	59.0	0.0035768471860825267	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0017_000000001770	2047	0.5150637276705048	2	2	2	2	2	False	38339	maximal	True	MAD0017_000000001770	1.0		365	13	False	False	1.0	0					non-mobilizable	chromosome	2047.0	96.238	100.0	0.00041964022926385545	CP024273.1	enterobacteria	Escherichia coli strain F9792 chromosome, complete genome	False	False
USA0082_01_000000026744	1109	0.5150629711225193	1	1	1	1	1	False	510	maximal	True	USA0082_01_000000026744	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000006264	2837	0.5150612703603407	2	1	1	1	1	False	86649	maximal	True	CHI0051_000000006264	1.0		29	7	False	False	0.993655264377594	0					non-mobilizable	no_good_hit	1464.0	89.071	52.0	0.0006405018097135321	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0104_000000006598	5119	0.5150611620004636	5	5	4	5	2	True	84201	maximal	True	SPA0104_000000006598	0.981060501455579		144	10	False	False	1.0	0					non-mobilizable	no_good_hit	4480.0	99.554	89.0	0.009334044975210678	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	True
AST0002_000000009149	3823	0.5150590857187028	4	4	4	3	3	False	132121	fragment	False	AST0002_000000009149	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2514.0	99.165	66.0	0.0040190766199453675	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
SPA0047_000000001199	24921	0.5150572361238571	20	7	4	6	3	True	72583	maximal	True	SPA0047_000000001199	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	3.820337625231825e-05	NZ_FRCB01000001.1	a-proteobacteria	Roseovarius litoreus strain DSM 28249, whole genome shotgun sequence	True	True
MON0031_000000019557	1638	0.5150545576306379	2	2	2	1	2	False	12446	fragment	False	MON0031_000000019557	1.0		0	0	False	False	0.9993894696235657	0					non-mobilizable	other	1638.0	98.84	100.0	0.0005134772889026486	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
TAN0009_000000027838	1533	0.5150514139173381	3	3	3	2	2	False	2671	maximal	True	TAN0009_000000027838	1.0		1	1	False	False	0.9986953735351562	0					non-mobilizable	no_good_hit	1351.0	75.13	87.0	0.010957755509704148	NZ_FOGP01000006.1	actinobacteria	Olsenella umbonata strain KHGC19, whole genome shotgun sequence	True	False
MAD0054_000000007662	2095	0.5150475387667462	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.281828210727855		0	0	False	False	1.0	0					non-mobilizable	chromosome	2095.0	96.945	100.0	0.0007031451693522953	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0834_000000001585	9927	0.5150470662534342	15	11	6	7	7	False	20986	fragment	False	ISR0834_000000001585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	76.417	11.0	0.00031897170866065943	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0006_01_000000012836	1869	0.5150437316957251	2	2	2	2	2	False	2128	maximal	True	USA0006_01_000000012836	1.0		52	6	False	False	0.9860888123512268	0					non-mobilizable	no_good_hit	1213.0	76.505	63.0	0.009440927441524373	NZ_LDAQ01000009.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_9, whole genome shotgun sequence	True	False
SPA0146_000000015769	1456	0.5150421590885471	2	1	1	1	1	False	3334	maximal	True	SPA0146_000000015769	1.0		48	9	False	False	0.9807692170143127	0					non-mobilizable	no_good_hit	704.0	94.602	88.0	0.00023595249579509765	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0118_000000004071	6650	0.5150368803281707	5	5	5	5	5	False	126509	maximal	True	AST0118_000000004071	0.9911294054328765		22	6	False	False	1.0	0					non-mobilizable	other	6550.0	98.656	98.0	0.02583088490822355	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0333_000000007820	2718	0.5150354241067959	3	3	2	3	1	False	24549	maximal	True	ISR0333_000000007820	1.0		63	8	False	False	0.9955849647521973	0					non-mobilizable	no_good_hit	52.0	98.07700000000001	2.0	0.00023898781630740394	NZ_CYYA01000004.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0052_000000017312	1744	0.5150352911934658	2	2	2	2	1	False	46461	maximal	True	FIJ0052_000000017312	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0064_000000007735	2595	0.5150345010661244	2	2	2	2	2	False	26412	maximal	True	MAD0064_000000007735	1.0		636	14	False	False	1.0	0					non-mobilizable	no_good_hit	2110.0	79.62100000000001	80.0	0.0008735766129623847	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0054_000000009869	2965	0.5150341165544453	4	4	4	4	3	False	65052	fragment	False	MON0064_000000008519	0.9804047456780539		0	0	False	False	1.0	0					non-mobilizable	chromosome	2965.0	97.774	100.0	0.0013519258101064209	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ENG0003_000000006406	3611	0.5150330528707658	5	4	4	1	0	True	67905	maximal	True	ENG0003_000000006406	1.0		50	7	False	False	0.9997230768203735	0					non-mobilizable	no_good_hit	658.0	95.897	40.0	0.001090791363323178	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0101_000000033108	1945	0.5150308933972007	2	2	2	2	2	False	63188	maximal	True	MON0101_000000033108	1.0		24	5	False	False	0.9922879338264465	0					non-mobilizable	no_good_hit	65.0	84.615	3.0	7.559724567531934e-06	NZ_CP017157.1	high GC Gram+	Streptomyces lydicus strain 103 chromosome, complete genome	True	False
MAD0040_000000003604	6179	0.5150299251443684	8	5	3	5	2	True	18416	maximal	True	MAD0040_000000003604	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2905.0	92.49600000000001	53.0	0.04209424692578272	HE651326.1	firmicutes	Lactococcus garvieae 21881 plasmid pGL5 complete sequence	True	True
MON0072_000000016067	1346	0.5150288621359469	1	1	1	1	1	False	10396	maximal	True	MON0072_000000016067	1.0		29	5	False	False	0.9955423474311829	0					non-mobilizable	other	1348.0	85.163	100.0	0.012757400715173244	NZ_JNJN01000004.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00004.4_C, whole genome shotgun sequence	False	False
ISR0093_000000021688	1217	0.5150217251560627	2	2	2	2	2	True	33493	fragment	False	ISR0093_000000021688	1.0		0	0	False	False	0.9868529438972473	0					non-mobilizable	no_good_hit	867.0	75.663	71.0	0.00024784871662195243	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0167_000000013510	1538	0.5150189984157362	2	2	2	2	1	False	38964	maximal	True	FIJ0167_000000013510	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	862.0	83.295	56.0	0.00021060781808584218	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CAN0005_000000010379	1630	0.5150164713005724	1	1	1	1	1	False	95832	maximal	False	ISR0227_000000015001	0.6365604092876821		0	0	False	False	1.0	0					non-mobilizable	other	1578.0	97.59200000000001	97.0	0.002184340618624101	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
ISR0047_000000003639	7038	0.5150128353801159	12	6	4	3	2	False	36117	maximal	True	ISR0047_000000003639	0.9982372020871527		2	1	True	True	1.0	31					non-mobilizable	no_good_hit	253.0	85.375	4.0	0.03656716417910448	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
ISR0831_000000002106	7032	0.5150128353801159	11	6	4	3	2	False	36117	maximal	False	ISR0047_000000003639	0.9982372020871527		0	0	True	True	1.0	23					non-mobilizable	no_good_hit	253.0	85.375	4.0	0.03656716417910448	HG796264.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00140	True	True
SPA0050_000000012113	2152	0.5150125824669499	2	2	2	2	2	False	6589	maximal	True	SPA0050_000000012113	1.0		179	11	False	False	1.0	0					non-mobilizable	chromosome	2152.0	99.954	100.0	0.0006014913966596675	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0021_000000027372	1148	0.5150113830326319	2	2	2	2	2	False	30150	fragment	False	SPA0021_000000027372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	74.495	34.0	0.0027080838740218874	NZ_PVXP01000003.1	firmicutes	Clostridium luticellarii strain DSM 29923 CLLU_contig000003, whole genome shotgun sequence	True	False
ISR0353_000000016101	2307	0.5150098921883199	2	2	2	2	2	False	95609	maximal	True	ISR0353_000000016101	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	87.01299999999999	60.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
USA0020_01_000000004649	7379	0.5150093263132772	5	4	4	4	4	False	126387	maximal	True	USA0020_01_000000004649	1.0	PS958	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	3529.0	99.54700000000001	48.0	0.001062213239307791	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0186_000000014736	2059	0.5150085064881013	2	1	1	1	1	False	29393	maximal	True	ISR0186_000000014736	1.0		331	12	False	False	0.982515811920166	0					non-mobilizable	other	2059.0	89.995	100.0	0.0010602967800569408	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
TAN0006_000000001431	5701	0.515002694951593	6	6	6	5	6	False	40404	maximal	True	TAN0006_000000001431	1.0		123	8	False	False	0.999824583530426	0					non-mobilizable	no_good_hit	2202.0	78.656	57.0	0.0005713936643593068	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0086_000000006848	3672	0.5150024724412349	3	3	3	3	3	False	57629	backbone	False	ENG0143_000000005063	0.9689504169920709	PS250	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.00023611464274038286	NZ_OKQO01000004.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
SPA0034_000000009819	3656	0.5150024724412349	3	3	3	3	3	False	57629	backbone	False	ENG0143_000000005063	0.9729080129763876	PS250	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	71.0	98.59200000000001	4.0	0.00021293488147131919	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0221_000000006337	3613	0.5150024724412349	3	3	3	3	3	False	57629	backbone	False	ENG0143_000000005063	0.968226784777317	PS250	0	0	True	True	1.0	6					non-mobilizable	no_good_hit								True	True
USA0014_01_000000001886	3608	0.5150024724412349	3	3	3	3	3	False	57629	backbone	False	ENG0143_000000005063	0.9663292185777674	PS250	0	0	False	True	0.9986141920089722	0					non-mobilizable	no_good_hit	68.0	98.529	2.0	0.0737073707370737	NZ_LT969509.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0115_000000008971	3523	0.5150024724412349	3	3	3	3	3	False	57629	backbone	False	ENG0143_000000005063	0.9609864120153525	PS250	0	0	False	True	0.9985807538032532	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	1.49055862630117e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	True
SPA0101_000000025830	1581	0.5150020719096257	3	2	1	1	2	True	75860	fragment	False	SPA0139_000000017375	0.976402757122961		0	0	False	False	1.0	0					non-mobilizable	chromosome	1581.0	99.494	100.0	0.0004234135925410604	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
CHI0174_000000001646	9856	0.5150007078923861	14	9	6	8	7	False	77858	maximal	True	CHI0174_000000001646	1.0		5	2	False	False	0.9978693127632141	0					non-mobilizable	no_good_hit	53.0	92.45299999999999	1.0	0.0008151364569780384	NZ_CABVPX010000042.1	b-proteobacteria	Burkholderia arboris isolate LMG 24066, whole genome shotgun sequence	True	False
ISR0130_000000011310	2559	0.5150000890757853	6	2	2	2	1	False	31781	maximal	True	ISR0130_000000011310	1.0		0	0	False	False	0.9925752282142639	0					non-mobilizable	no_good_hit								True	False
FIJ0102_000000018501	1730	0.5149993342056285	3	3	3	2	3	False	102724	fragment	False	FIJ0102_000000018501	0.968399494726877		0	0	False	False	1.0	0					non-mobilizable	other	1730.0	94.971	100.0	0.00042391259309711426	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0090_000000024586	1833	0.5149972853170723	3	1	1	1	1	False	43466	fragment	False	FIJ0090_000000024586	1.0		0	0	False	False	0.9885433912277222	0					non-mobilizable	no_good_hit	40.0	90.0	2.0	0.012111801242236025	XM_017709717.1	bony fishes	PREDICTED: Pygocentrus nattereri ATP binding cassette subfamily B member 9 (abcb9), mRNA	True	False
FIJ0142_000000007379	4209	0.5149965318256271	8	3	3	2	2	True	40213	fragment	False	FIJ0142_000000007379	1.0		0	0	False	False	0.9976241588592529	0					non-mobilizable	no_good_hit	1786.0	96.137	72.0	0.0006221827495388527	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
FIJ0121_000000003005	8242	0.5149962589872976	5	5	3	3	5	False	51430	maximal	True	FIJ0121_000000003005	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2987.0	97.42200000000001	56.0	0.0009624425024407554	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0107_000000014601	2657	0.5149939850697225	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.1017234905337291		0	0	False	False	1.0	0					non-mobilizable	other	2659.0	97.51799999999999	100.0	0.019088245432609445	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0044_000000004918	4434	0.514993517534766	4	4	4	4	4	False	123766	maximal	True	FIJ0044_000000004918	0.9837070338805768		510	14	False	False	0.9993234276771545	0					non-mobilizable	other	4403.0	98.978	99.0	0.014521343273734909	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0365_000000014117	1228	0.5149928588036801	2	2	2	2	2	False	30199	maximal	False	ISR0166_000000017684	0.9943365695792881		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	71.585	44.0	0.0007588214756332429	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
AUS0006_000000005468	3979	0.5149927195085434	5	4	4	3	3	True	128162	maximal	False	ISR0005_000000002093	0.2708666437701926		0	0	False	False	0.9992460608482361	0					non-mobilizable	other	3984.0	98.318	100.0	0.0019166297373846362	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	True
ISR0812_000000012370	3202	0.5149898009797172	3	3	3	2	1	False	21657	maximal	True	ISR0812_000000012370	1.0		8	5	False	False	0.9903185367584229	0					non-mobilizable	no_good_hit	911.0	77.387	28.0	0.000374749276385975	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0207_000000006901	2543	0.5149837873378968	3	3	3	3	3	False	53897	fragment	False	ENG0207_000000006901	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1102.0	98.82	78.0	0.0004826779551639965	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0046_000000006101	4347	0.5149797441678157	4	4	4	4	4	False	123766	maximal	False	FIJ0044_000000004918	0.9787182044089282		0	0	False	False	1.0	0					non-mobilizable	other	4347.0	99.37899999999999	100.0	0.014336610147126741	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0033_000000009431	3166	0.5149754967330529	5	4	2	2	2	False	36899	fragment	False	ISR0033_000000009431	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2430.0	99.712	100.0	0.0007556577893727573	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
USA0005_01_000000012566	2703	0.5149754967330529	5	4	2	2	2	False	5120	backbone	True	USA0005_01_000000012566	0.9959062151097878	PS17	114	11	False	True	1.0	0					non-mobilizable	other	1684.0	98.515	100.0	0.0005235784518379377	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0097_000000012233	2687	0.5149754967330529	5	4	2	2	2	False	5120	backbone	False	USA0005_01_000000012566	0.9929707732149464	PS17	0	0	True	True	0.9988834857940674	3					non-mobilizable	other	1684.0	98.456	100.0	0.0005235784518379377	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0047_000000016953	2568	0.5149712027515774	4	4	4	3	2	False	100344	fragment	False	MAD0047_000000016953	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2570.0	97.354	100.0	0.0008705648171525055	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0097_000000011008	2823	0.5149703256188272	3	3	3	3	3	False	42929	fragment	False	FIJ0097_000000011008	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	364.0	78.297	13.0	8.140523115911072e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0159_000000021553	1207	0.5149679182166172	1	1	1	1	1	False	39371	fragment	False	FIJ0159_000000021553	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	96.296	14.0	2.5723108740583735e-05	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	False
MAD0105_000000036292	1108	0.5149642978685081	2	2	2	2	2	False	14756	maximal	True	MAD0105_000000036292	1.0		30	3	False	False	0.999097466468811	0					non-mobilizable	chromosome	593.0	91.568	99.0	0.00025255979428168607	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
AST0055_000000002431	10532	0.5149592208930047	9	5	3	3	1	True	122924	fragment	False	AST0055_000000002431	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0010_000000002184	10214	0.5149592208930047	7	5	3	3	1	True	126544	fragment	False	AST0010_000000002184	1.0		0	0	False	False	0.9986293315887451	0					non-mobilizable	no_good_hit								True	True
SPA0042_000000002955	8781	0.5149592208930047	7	5	3	3	1	True	6874	fragment	False	SPA0042_000000002955	1.0		0	0	False	False	0.9997722506523132	0					non-mobilizable	no_good_hit								True	True
AST0019_000000002672	8548	0.5149592208930047	5	5	3	3	1	True	122921	fragment	False	AST0019_000000002672	1.0		0	0	False	False	0.9997660517692566	0					non-mobilizable	no_good_hit								True	True
ENG0153_000000003377	7596	0.5149592208930047	5	5	3	3	1	True	72362	fragment	False	DEN0052_000000004096	0.9590520078999341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0042_000000010253	2229	0.5149589827186022	4	4	3	3	4	False	85434	fragment	False	MAD0042_000000010253	0.9902361489554949		0	0	False	False	1.0	0					non-mobilizable	plasmid	2217.0	99.82	100.0	0.01621139186796787	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
MAD0061_000000007748	2202	0.5149589827186022	4	4	3	3	4	False	85434	fragment	False	MAD0042_000000010253	0.9842978914311351		0	0	False	False	1.0	0					non-mobilizable	plasmid	2202.0	99.955	100.0	0.01610165771723704	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
ISR0280_000000003686	2895	0.5149589049461024	3	2	2	2	2	False	90744	fragment	False	ISR0280_000000003686	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1394.0	99.354	48.0	0.030099394987035438	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0183_000000026115	1165	0.514956381065294	2	2	2	2	2	True	29434	fragment	False	ISR0183_000000026115	1.0		0	0	False	False	0.9982832670211792	0					non-mobilizable	other	1165.0	99.65700000000001	100.0	0.008821590159834481	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0286_000000019187	1135	0.514956381065294	2	2	2	2	2	True	26007	maximal	True	ISR0286_000000019187	1.0		240	12	False	False	0.9770925045013428	0					non-mobilizable	chromosome	1147.0	87.794	100.0	0.0003041030706674182	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0011_000000003728	6566	0.5149548090308221	7	5	4	4	4	False	128378	maximal	True	ISR0011_000000003728	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	6581.0	97.69	100.0	0.002311372889426971	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
AST0102_000000020977	1497	0.5149515796190057	2	2	2	2	2	False	108178	fragment	False	CHI0140_000000019596	0.9875636841076059		0	0	False	False	0.9993320107460022	0					non-mobilizable	chromosome	1497.0	100.0	100.0	0.0005125134123663731	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ITA0004_000000000157	5603	0.5149510147132554	7	4	3	4	0	True	20406	fragment	False	ITA0004_000000000157	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5605.0	95.647	100.0	0.055893741018681144	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CHI0102_000000004234	1956	0.514943975561767	2	2	2	1	1	False	83289	maximal	True	CHI0102_000000004234	1.0		44	10	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	92.117	42.0	0.00015244079950964875	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0077_000000013841	2079	0.5149434968179697	2	2	2	2	2	False	64333	maximal	False	ENG0047_000000008855	0.984367708819412		0	0	False	False	0.9937469959259033	0					non-mobilizable	no_good_hit	180.0	73.889	9.0	0.0015169204809831007	NZ_AUGZ01000018.1	b-proteobacteria	Paludibacterium yongneupense DSM 18731 G520DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ISR0818_000000008044	2222	0.5149426381749994	3	2	2	2	2	False	124978	maximal	True	ISR0818_000000008044	1.0		10	6	False	False	0.9869486689567566	0					non-mobilizable	no_good_hit	1867.0	82.325	84.0	0.00448452210297935	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0075_000000021156	1124	0.5149375480668492	2	2	2	2	2	False	5760	maximal	True	SPA0075_000000021156	1.0		13	4	False	False	0.9964413046836853	0					non-mobilizable	other	1138.0	79.438	100.0	0.0055020834556018545	NZ_CBVI010000016.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
MON0019_000000011852	5063	0.5149359828341451	6	5	4	5	2	True	57419	maximal	True	MON0019_000000011852	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	4701.0	87.68299999999999	99.0	0.0009898480707180859	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
SPA0055_000000005433	5600	0.5149357410344111	8	5	3	3	4	True	94710	fragment	False	SPA0055_000000005433	0.9999048706240488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2023.0	77.212	59.0	0.009255604214945501	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	True	True
ISR0007_000000014863	1179	0.5149283111975561	2	2	2	2	1	False	38421	fragment	False	ISR0007_000000014863	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	97.565	98.0	0.019002728851401637	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0072_000000005882	1845	0.5149266228099221	1	1	1	1	1	False	62263	maximal	True	ENG0072_000000005882	1.0		88	10	False	False	0.9821138381958008	0					non-mobilizable	other	1845.0	100.0	100.0	0.0005518180819773042	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0063_000000010982	1325	0.5149261508066029	4	4	4	4	2	False	41274	fragment	False	SPA0003_000000013300	0.9507299270072993		0	0	False	False	1.0	0					non-mobilizable	chromosome	1325.0	99.925	100.0	0.00027798925584123874	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
ENG0019_000000003832	5551	0.5149222587470238	4	4	3	3	2	True	120789	maximal	False	ENG0117_000000003783	0.9812915992084907		0	0	False	False	1.0	0					non-mobilizable	other	5551.0	99.74799999999999	100.0	0.008856024969203373	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
MAD0067_000000000249	26016	0.5149214392685479	30	8	4	5	7	True	16528	fragment	False	MAD0067_000000000249	1.0		0	0	False	False	0.9986546635627747	0					non-mobilizable	no_good_hit	5661.0	94.771	63.0	0.0015576401695998527	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	True
ENG0119_000000006630	4870	0.5149209084696733	5	3	1	2	0	True	59278	maximal	True	ENG0119_000000006630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1334.0	91.00399999999999	27.0	0.0005129783523135324	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
ISR0779_000000017445	1958	0.5149199888970996	3	3	3	2	2	False	22338	maximal	True	ISR0779_000000017445	1.0		73	6	False	False	0.9959142208099365	0					non-mobilizable	no_good_hit								True	False
SPA0092_000000010469	3863	0.5149192937840997	3	3	3	3	2	False	93602	fragment	False	SPA0092_000000010469	1.0		0	0	False	False	0.9992234110832214	0					non-mobilizable	no_good_hit	475.0	72.211	12.0	0.0052668860250434145	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	True	False
DEN0078_000000014707	2158	0.5149183644433326	2	2	2	2	2	False	69774	fragment	False	ISR0226_000000003346	0.941543438077634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	82.22	83.0	0.012670866850424706	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0256_000000011406	1560	0.5149171618064753	3	2	2	1	1	False	122136	fragment	False	AST0019_000000019239	0.6389488460161946		0	0	False	False	0.9884615540504456	0					non-mobilizable	other	1560.0	96.859	100.0	0.026444795006191374	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ISR0297_000000004282	3060	0.5149155852665798	7	4	3	3	2	False	25657	maximal	True	ISR0297_000000004282	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	96.939	44.0	0.00015981179070394643	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0136_000000004370	5843	0.5149135400896915	5	5	5	5	4	False	85907	maximal	True	FIJ0136_000000004370	1.0		191	12	False	False	0.9931542277336121	0					non-mobilizable	other	5093.0	94.875	99.0	0.005559427648784879	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ISR0005_000000002225	5417	0.5149094116038406	5	2	2	2	0	True	51456	fragment	False	ISR0005_000000002225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	86.28200000000001	10.0	0.00015597318183849425	NZ_CP047056.1	g-proteobacteria	Succinivibrio dextrinosolvens strain Z6 chromosome, complete genome	True	True
MAD0084_000000001100	5147	0.5149094116038406	5	2	2	2	0	True	51455	fragment	False	FIJ0079_000000005817	0.9098611945730457		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	174.0	87.35600000000001	3.0	0.009500030448815542	NZ_AXWV01000081.1	g-proteobacteria	Anaerobiospirillum succiniciproducens DSM 6400 H524DRAFT_scaffold00073.73_C, whole genome shotgun sequence	True	True
FIJ0063_000000004748	5105	0.5149094116038406	5	2	2	2	0	True	51455	fragment	False	FIJ0079_000000005817	0.6972827374122856		0	0	False	False	0.9998041391372681	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	2.0	1.5239347996527032e-05	AP022378.1	enterobacteria	Citrobacter portucalensis IOMTU157 DNA, complete genome	True	True
FIJ0008_000000005517	5105	0.5149094116038406	5	2	2	2	0	True	51455	fragment	False	FIJ0079_000000005817	0.6971628298661832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	2.0	1.5239347996527032e-05	AP022378.1	enterobacteria	Citrobacter portucalensis IOMTU157 DNA, complete genome	True	True
MAD0072_000000001102	4862	0.5149094116038406	5	2	2	2	0	True	51455	fragment	False	FIJ0079_000000005817	0.7142355581147832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0043_000000014964	2287	0.514904114740135	2	2	2	2	2	False	64608	maximal	True	ENG0043_000000014964	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	84.416	46.0	0.0033300809411132663	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0258_000000005079	3656	0.5148994645003288	3	3	3	3	2	False	26792	maximal	True	ISR0258_000000005079	1.0		618	12	False	False	1.0	0					non-mobilizable	other	3656.0	99.973	100.0	0.0007073319975198858	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0083_000000017148	2071	0.5148975789183919	3	3	3	3	1	False	44105	maximal	True	FIJ0083_000000017148	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	871.0	78.76	42.0	0.0003012235513040687	CP048438.1	verrucomicrobia	Akkermansia muciniphila strain JCM 30893 chromosome, complete genome	True	False
ISR0035_000000006956	2630	0.5148974655396683	4	4	3	3	2	True	36806	maximal	True	ISR0035_000000006956	1.0		1	1	False	False	0.9859315752983093	0					non-mobilizable	no_good_hit	1090.0	88.991	42.0	0.0003772929405225125	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
DEN0001_000000013691	3035	0.5148963660420397	5	3	3	3	2	False	76937	maximal	True	DEN0001_000000013691	1.0		1	1	False	False	0.9927512407302856	0					non-mobilizable	no_good_hit	269.0	81.78399999999999	12.0	7.937271858965341e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0061_000000011379	1865	0.5148904761753295	3	3	3	3	3	False	63252	fragment	False	ENG0061_000000011379	1.0		0	0	False	False	0.9812332391738892	0					non-mobilizable	no_good_hit	334.0	76.946	36.0	9.25586482075081e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0151_000000006364	2852	0.5148897903964009	4	3	2	3	2	False	123222	maximal	True	ISR0151_000000006364	1.0		41	5	False	False	0.9964936971664429	0					non-mobilizable	no_good_hit	1661.0	99.579	71.0	0.005306260748374558	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
SPA0135_000000011512	1881	0.5148845075995171	2	2	2	2	1	False	101388	fragment	False	CAN0003_000000019018	0.3639465917694915		0	0	False	False	0.9994683861732483	0					non-mobilizable	other	1874.0	99.413	99.0	0.006403966150953073	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0383_000000007667	1876	0.5148845075995171	2	2	2	2	1	False	101388	fragment	False	CAN0003_000000019018	0.3636168107806741		0	0	False	False	0.9989339113235474	0					non-mobilizable	other	1878.0	99.255	100.0	0.0064176425335498765	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
AST0060_000000014923	1974	0.5148839795401624	2	2	2	2	2	False	112419	maximal	True	AST0060_000000014923	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	74.654	11.0	0.00022956364324060784	NZ_FTOB01000003.1	CFB group bacteria	Zobellia uliginosa strain DSM 2061, whole genome shotgun sequence	True	False
DEN0078_000000005279	4949	0.5148780029258434	9	6	3	3	5	False	73889	maximal	True	DEN0078_000000005279	1.0		10	3	False	False	0.9987876415252686	0					non-mobilizable	no_good_hit	1064.0	86.184	49.0	0.002177781700475992	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
FIJ0140_000000032418	1125	0.5148778734175603	2	2	2	2	2	False	40314	fragment	False	FIJ0140_000000032418	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	79.293	18.0	0.017099982551038215	NZ_VZPB01000088.1	b-proteobacteria	Ideonella dechloratans strain CCUG 30977 contig_0000088, whole genome shotgun sequence	True	False
SPA0096_000000003088	9782	0.5148744032474684	7	4	4	4	2	False	104744	maximal	True	SPA0096_000000003088	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2767.0	86.664	28.0	0.001229875624588052	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0275_000000009024	1579	0.5148718225042559	4	2	2	2	1	True	30421	fragment	False	ISR0275_000000009024	0.9388020833333334		0	0	False	False	0.9974667429924011	0					non-mobilizable	other	1551.0	93.81	98.0	0.023942897043991	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
AST0057_000000000591	12539	0.5148701297963909	13	5	2	2	5	False	119651	maximal	True	AST0057_000000000591	1.0		3	1	False	False	0.999840497970581	0					non-mobilizable	no_good_hit	1255.0	75.378	10.0	0.010033607715162438	NZ_JNJN01000002.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ENG0200_000000002038	9458	0.5148698808721457	13	3	2	2	2	True	130524	fragment	False	ENG0200_000000002038	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6113.0	98.20100000000001	70.0	0.0010863057569405535	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	True
SPA0086_000000010100	1376	0.5148693406141975	1	1	1	1	1	False	5504	maximal	True	SPA0086_000000010100	1.0		3	1	False	False	0.9912790656089783	0					non-mobilizable	other	1283.0	79.03399999999999	93.0	0.00036222174783915993	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0350_000000015931	1259	0.5148693406141975	1	1	1	1	1	False	119091	backbone	False	ISR0851_000000006747	0.03118029300463468	PS816	0	0	False	True	0.9872915148735046	0					non-mobilizable	plasmid	1262.0	87.084	100.0	0.005809381966864321	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	False	True
SPA0104_000000024560	1531	0.5148647011602722	1	1	1	1	1	False	4821	fragment	False	SPA0104_000000024560	1.0		0	0	False	False	0.986936628818512	0					non-mobilizable	chromosome	1532.0	93.473	100.0	0.00043519442951130225	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0066_000000005594	5249	0.5148632306652856	7	7	1	3	4	True	79509	maximal	True	DEN0066_000000005594	1.0		20	5	False	False	1.0	0					non-mobilizable	other	5252.0	97.01100000000001	100.0	0.015604047299768378	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
SPA0114_000000020841	2239	0.5148621083778467	3	2	2	2	1	False	34086	maximal	True	SPA0114_000000020841	1.0		89	12	False	False	0.9950870871543884	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.2248096146265474e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0054_000000015495	1664	0.5148525585638731	2	1	1	1	1	False	35700	maximal	False	ISR0072_000000016510	0.9539548022598869		0	0	False	False	0.9987980723381042	0					non-mobilizable	other	1676.0	97.255	100.0	0.0005012447328156098	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0125_000000014877	2309	0.5148513039893954	2	2	2	2	2	False	4432	fragment	False	SPA0125_000000014877	1.0		0	0	False	False	0.999566912651062	0					non-mobilizable	no_good_hit	116.0	98.27600000000001	5.0	0.0029082264876210706	NZ_CABJDZ010000011.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0107_000000011676	2267	0.5148488362868522	3	2	1	1	1	False	42283	maximal	True	FIJ0107_000000011676	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	92.46600000000001	14.0	3.841301945272651e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MON0035_000000014460	1972	0.5148486783774919	2	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.8277153163565446		0	0	False	False	1.0	0					non-mobilizable	other	1977.0	95.448	100.0	0.03822618125484121	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
MON0044_000000034228	1626	0.5148486783774919	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.7043900469194455		0	0	False	False	1.0	0					non-mobilizable	other	1631.0	95.402	100.0	0.03152594887683966	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
FIJ0026_000000021112	1546	0.5148486783774919	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.5807102215563437		0	0	False	False	1.0	0					non-mobilizable	other	1548.0	94.63799999999999	100.0	0.029918667699457786	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
CHI0111_000000003402	9001	0.5148467888817991	5	3	2	1	2	False	82664	maximal	True	CHI0111_000000003402	1.0		38	8	False	False	0.9998888969421387	0					non-mobilizable	other	7309.0	88.26100000000001	94.0	0.031266013012793185	NZ_CZAI01000009.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0150_000000005743	3912	0.5148455300497139	3	3	3	2	3	False	124199	maximal	True	ISR0150_000000005743	0.98563593627579		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	2104.0	81.036	53.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0074_000000007305	3829	0.5148455300497139	3	3	3	2	3	False	124199	maximal	False	ISR0150_000000005743	0.9753323108384458		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2026.0	80.553	54.0	0.0005356985895503669	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0126_000000026817	1654	0.5148435564630852	3	2	1	2	2	False	85117	fragment	False	SPA0126_000000026817	1.0		0	0	False	False	0.996372401714325	0					non-mobilizable	no_good_hit	157.0	96.178	9.0	4.151706550993735e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
SPA0030_000000004315	6613	0.5148430390754002	6	3	3	3	2	False	127625	fragment	False	SPA0030_000000004315	1.0		0	0	False	False	0.9998487830162048	0					non-mobilizable	other	4899.0	99.898	100.0	0.3518930957683742	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0824_000000006284	3076	0.5148422536812044	5	3	3	3	2	False	82474	fragment	False	ENG0194_000000008058	0.9528137996095412		0	0	False	False	0.9980494379997253	0					non-mobilizable	no_good_hit	283.0	73.498	9.0	8.504744432429806e-05	CP028960.1	a-proteobacteria	Methyloceanibacter sp. wino2 chromosome, complete genome	True	False
FIJ0085_000000025547	1226	0.5148335176817589	3	3	3	2	1	False	49289	fragment	False	FIJ0138_000000014415	0.9722565376250201		0	0	False	False	0.9959216713905334	0					non-mobilizable	no_good_hit	463.0	75.16199999999999	37.0	0.0011060974537783117	NZ_AWGW01000006.1	CFB group bacteria	Prevotella salivae F0493 contig00002, whole genome shotgun sequence	True	False
SPA0032_000000011569	2400	0.5148297922215094	3	3	3	3	3	False	131873	fragment	False	ISR0128_000000013355	0.6596720848555174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2001.0	99.85	83.0	0.11594202898550725	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	True	False
ISR0115_000000019761	1775	0.5148281336945697	3	3	3	3	2	False	87335	fragment	False	MON0054_000000022302	0.6416296796953724		0	0	False	False	1.0	0					non-mobilizable	other	1773.0	99.26700000000001	99.0	0.008741293237830265	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0069_000000014080	1581	0.5148281336945697	3	3	3	3	2	False	87335	fragment	False	MON0054_000000022302	0.3174404216878377		0	0	False	False	0.9943073987960815	0					non-mobilizable	other	1577.0	98.415	99.0	0.007730026243611752	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0148_000000023317	1561	0.5148279565352446	2	2	2	2	2	False	57282	maximal	True	ENG0148_000000023317	1.0		267	12	False	False	1.0	0					non-mobilizable	other	1561.0	99.744	100.0	0.0006356007302889417	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0817_000000005827	2092	0.5148241000862063	4	4	3	3	4	False	93458	maximal	True	ISR0817_000000005827	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	361.0	97.507	17.0	0.20930232558139536	HG796466.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01364	True	False
ENG0001_000000007067	3545	0.5148230807865184	3	3	3	3	3	False	128325	fragment	False	ENG0001_000000007067	1.0		0	0	False	False	0.994922399520874	0					non-mobilizable	other	1761.0	98.978	99.0	0.0006391667589705784	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AST0012_000000019078	1262	0.5148217746258766	1	1	1	1	1	False	124645	maximal	True	AST0012_000000019078	1.0		3	3	False	False	0.9833597540855408	0					non-mobilizable	no_good_hit	183.0	93.98899999999999	15.0	4.817044139294013e-05	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0103_000000017048	1738	0.5148208929538007	2	1	1	1	1	False	35780	fragment	False	ISR0103_000000017048	1.0		0	0	False	False	0.9902186393737793	0					non-mobilizable	other	1738.0	99.94200000000001	100.0	0.017280487076941443	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0153_000000003103	8029	0.5148186977350638	8	8	8	8	7	False	122927	fragment	False	AST0019_000000002659	0.8572378043947175		0	0	False	False	1.0	0					non-mobilizable	other	8029.0	99.029	100.0	0.1327379475729761	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0113_000000017175	1500	0.5148143444571509	2	2	2	1	0	True	41931	maximal	True	FIJ0113_000000017175	1.0		10	4	False	False	0.9853333234786987	0					non-mobilizable	no_good_hit	328.0	79.878	22.0	0.0010494294129955416	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0109_000000019418	1699	0.5148116384574813	2	1	0	1	0	True	121927	fragment	False	SPA0109_000000019418	1.0		0	0	False	False	0.9717481136322021	0					non-mobilizable	other	1642.0	96.102	97.0	0.0475018815492387	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
ISR0251_000000006990	2184	0.5148103428066222	3	2	2	2	1	False	118956	fragment	False	ISR0251_000000006990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	256.0	89.06200000000001	12.0	9.030311035783758e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0049_000000015527	1912	0.5148103428066222	2	2	2	2	1	False	118951	fragment	False	MON0024_000000023063	0.8639304230517625		0	0	False	False	0.9921548366546631	0					non-mobilizable	no_good_hit								True	False
USA0078_01_000000008734	1909	0.5148103428066222	2	2	2	2	1	False	118951	fragment	False	MON0024_000000023063	0.8613444498604166		0	0	False	False	0.9994761943817139	0					non-mobilizable	no_good_hit								True	False
USA0135_01_000000008382	1815	0.5148103428066222	2	2	2	2	1	False	118951	fragment	False	MON0024_000000023063	0.6398097020606657		0	0	False	False	0.9939393997192383	0					non-mobilizable	no_good_hit								True	False
MAD0095_000000022835	1620	0.5148103428066222	2	2	2	2	1	False	118946	fragment	False	MAD0095_000000022835	0.9664078119722768		0	0	False	False	0.9919753074645996	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00022088143317174113	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
DEN0085_000000018237	1564	0.5148103428066222	2	2	2	2	1	False	118946	fragment	False	MAD0095_000000022835	0.9611158477039324		0	0	False	False	0.9980818629264832	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00015694207093781606	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	True	False
ISR0138_000000026140	1100	0.51480903858355	2	2	2	2	1	True	31325	maximal	True	ISR0138_000000026140	1.0		22	7	False	False	0.9781818389892578	0					non-mobilizable	no_good_hit	207.0	74.87899999999999	19.0	0.0012215449233676128	NZ_AUGE01000007.1	d-proteobacteria	Geobacter bremensis R1 K419DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	True
ISR0003_000000013705	1899	0.5148073980619058	3	3	1	1	3	False	38599	maximal	True	ISR0003_000000013705	1.0		6	3	False	False	0.9994733929634094	0					non-mobilizable	no_good_hit	843.0	97.865	54.0	0.00012963021478385587	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0048_000000007599	3979	0.5148070123091832	4	4	4	4	4	True	116023	fragment	False	SPA0102_000000009512	0.9627798209514178		0	0	False	False	1.0	0					non-mobilizable	chromosome	3979.0	99.698	100.0	0.0018057342275152497	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
ISR0360_000000021508	1161	0.5148067400290628	2	2	2	1	1	False	120607	maximal	True	ISR0360_000000021508	0.9883928571428572		501	13	False	False	1.0	0					non-mobilizable	other	1161.0	98.01899999999999	100.0	0.003528635178667575	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0076_000000002233	3339	0.5148023486559188	4	4	3	3	4	False	84608	maximal	True	CHI0076_000000002233	1.0		1	1	False	False	0.9766396880149841	0					non-mobilizable	no_good_hit	2226.0	82.749	69.0	0.0005888945626728385	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0127_000000004733	3960	0.5147997361390696	4	1	1	1	1	False	41060	maximal	True	FIJ0127_000000004733	1.0		2	1	False	False	0.9989898800849915	0					non-mobilizable	no_good_hit	537.0	73.557	13.0	0.0019404606292689212	NZ_CCAT010000062.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	False
USA0043_01_000000001789	8534	0.51479840887052	21	4	1	3	2	False	1252	maximal	True	USA0043_01_000000001789	1.0		1	1	False	False	0.9994140863418579	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.004714510214772132	XM_028679657.1	apicomplexans	Plasmodium relictum conserved Plasmodium protein, unknown function (PRELSG_1456300), partial mRNA	True	False
DEN0071_000000028283	1525	0.5147973582499569	4	4	4	2	0	False	70415	maximal	True	DEN0071_000000028283	0.9656745225942154		182	11	False	False	0.9993442893028259	0					non-mobilizable	other	1466.0	99.523	100.0	0.0006434322476823264	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0001_000000021999	1523	0.5147973582499569	4	4	4	2	0	False	70415	maximal	False	DEN0071_000000028283	0.9638815681720047		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	99.446	100.0	0.0006337697838946053	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
USA0003_01_000000025700	1468	0.5147973582499569	4	4	4	2	0	False	70415	maximal	False	DEN0071_000000028283	0.9177596704806806		0	0	False	False	0.9993187785148621	0					non-mobilizable	other	1456.0	95.33	99.0	0.0006386010157884658	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0025_000000003677	5470	0.5147970896797041	9	6	4	6	2	True	95053	fragment	False	ISR0256_000000003149	0.9607136420976752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	1.0	0.001110596945858399	NZ_CABKPS010000005.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
CAN0001_000000003480	11983	0.5147952352881046	14	14	10	10	14	False	97467	maximal	True	CAN0001_000000003480	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	10064.0	99.94	86.0	0.04493634427232416	LR740759.1	enterobacteria	Escherichia coli strain BEN5202 genome assembly, plasmid: paAPEC5202	True	False
MAD0035_000000011517	1930	0.5147947880940771	4	4	4	3	1	True	18770	maximal	True	MAD0035_000000011517	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	81.425	87.0	0.0002725752997979736	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0207_000000026187	1168	0.5147889166067111	2	2	2	1	2	False	28544	maximal	True	ISR0207_000000026187	0.9870354364736387		250	12	False	False	0.9974315166473389	0					non-mobilizable	chromosome	1178.0	93.88799999999999	99.0	0.0003999433215411784	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0098_000000020280	1190	0.5147866481923603	1	1	1	1	1	False	42835	fragment	False	ISR0229_000000013096	0.96669341894061		0	0	False	False	0.9873949289321899	0					non-mobilizable	no_good_hit	84.0	94.04799999999999	7.0	2.6752420530000905e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
SPA0004_000000005845	2102	0.5147813367040212	2	2	2	2	1	False	8358	maximal	True	SPA0004_000000005845	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2127.0	81.57	99.0	0.0030485023236683983	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	False
CHI0160_000000013893	2238	0.514780660434762	4	4	4	4	4	False	111365	fragment	False	FIJ0114_000000015819	0.47999552972731335		0	0	False	False	1.0	0					non-mobilizable	chromosome	2238.0	99.196	100.0	0.00046859973308458657	CP047662.1	enterobacteria	Escherichia coli strain LD93-1 chromosome, complete genome	False	False
MON0036_000000005831	3324	0.5147749533068238	3	2	2	2	2	True	96950	maximal	True	MON0036_000000005831	1.0		33	7	False	False	1.0	0					non-mobilizable	chromosome	3324.0	99.24799999999999	100.0	0.0007433407473538479	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
DEN0082_000000007947	4700	0.5147740362285732	4	3	2	2	2	False	69319	maximal	True	DEN0082_000000007947	1.0		12	6	False	False	0.9997872114181519	0					non-mobilizable	no_good_hit	2445.0	86.667	69.0	0.0005692565975439844	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MON0099_000000020535	1708	0.5147722034449493	3	2	2	2	2	False	111775	maximal	True	MON0099_000000020535	1.0		3	2	False	False	0.9994145035743713	0					non-mobilizable	no_good_hit	218.0	76.14699999999999	13.0	0.002019248914889602	NZ_CACWQI010000003.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	False
SPA0144_000000009132	1944	0.5147720940677554	2	2	2	2	2	False	116778	fragment	False	DEN0052_000000021753	0.9073198317361195		0	0	False	False	1.0	0					non-mobilizable	other	1946.0	95.68299999999999	100.0	0.017765799460975742	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
DEN0073_000000009099	4947	0.5147709472717342	6	6	3	4	4	True	70221	fragment	False	DEN0073_000000009099	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	77.343	17.0	0.00022656921567435682	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ISR0131_000000032428	1170	0.5147694267864982	2	1	1	1	1	False	36515	fragment	False	ISR0131_000000032428	1.0		0	0	False	False	0.9940170645713806	0					non-mobilizable	no_good_hit	506.0	88.93299999999999	43.0	0.00015679354707446262	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0134_000000005384	6052	0.5147671371625573	6	5	2	3	5	True	106493	maximal	True	ISR0134_000000005384	0.938015300487102		30	8	False	False	0.9998347759246826	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0009576320371445154	FP312976.1	bacteria	uncultured bacterial clone mtbb227 complete sequence	True	True
DEN0085_000000018658	1523	0.5147669975067616	2	2	2	1	1	False	68961	fragment	False	DEN0085_000000018658	1.0		0	0	False	False	0.9954038262367249	0					non-mobilizable	other	1447.0	71.596	92.0	0.01587871578781996	NZ_BAKG01000014.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	False	False
MAD0052_000000002836	5043	0.5147643182671434	6	4	2	4	2	False	17300	maximal	True	MAD0052_000000002836	1.0		1	1	False	False	0.9934563040733337	0					non-mobilizable	no_good_hit	691.0	99.855	14.0	0.0002124643275473241	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	False
FIJ0061_000000007632	3169	0.5147615551401366	4	1	1	1	1	False	45828	maximal	True	FIJ0061_000000007632	1.0		6	2	False	False	0.9996844530105591	0					non-mobilizable	no_good_hit								True	False
MAD0104_000000003259	3184	0.5147605687431355	4	4	2	4	2	False	114105	fragment	False	MAD0104_000000003259	1.0		0	0	False	False	0.9978014826774597	0					non-mobilizable	other	2408.0	97.135	98.0	0.000838681218209731	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MON0076_000000030011	1599	0.5147605236344537	4	2	2	2	2	False	10280	maximal	True	MON0076_000000030011	1.0		1	1	False	False	0.9837398529052734	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	1.7390707412789034e-05	NZ_LR793266.1	firmicutes	Streptococcus salivarius isolate clinical strain from anonymous patient of Limoges Hospital, whole genome shotgun sequence	True	False
ENG0122_000000004577	5862	0.5147597168362575	8	4	3	4	0	True	59095	maximal	True	ENG0122_000000004577	1.0		11	3	False	False	0.9988058805465698	0					non-mobilizable	no_good_hit	4465.0	96.999	84.0	0.001837149712258125	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
ISR0326_000000006538	2778	0.5147570093309569	4	4	2	3	3	False	123112	fragment	False	FIJ0129_000000007248	0.7633583005787947		0	0	False	False	1.0	0					non-mobilizable	chromosome	2778.0	100.0	100.0	0.0006180246889401844	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0285_000000010106	1813	0.5147546327921431	4	4	3	1	1	True	26064	maximal	True	ISR0285_000000010106	1.0		1	1	False	False	0.9911748766899109	0					non-mobilizable	no_good_hit	1147.0	77.594	62.0	0.00027778656331927727	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
CHI0082_000000002739	3347	0.5147544703397886	2	2	2	2	2	False	86218	maximal	True	CHI0082_000000002739	1.0		559	12	False	False	1.0	0					non-mobilizable	other	3347.0	98.626	100.0	0.0005598927067532666	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0337_000000007223	1460	0.514753890796419	3	3	3	1	1	False	103282	maximal	True	ISR0337_000000007223	0.9974226804123711		111	7	False	False	0.999315083026886	0					non-mobilizable	other	1460.0	99.384	99.0	0.1082826183761318	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
ISR0120_000000014741	2251	0.514751183240137	4	4	4	4	4	False	32277	maximal	True	ISR0120_000000014741	1.0		200	11	False	False	0.9853398203849792	0					non-mobilizable	chromosome	2262.0	82.007	100.0	0.0005469907748648041	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	False	False
ENG0014_000000018458	1264	0.5147502835463306	1	1	1	1	1	False	66893	maximal	True	ENG0014_000000018458	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000006875	3005	0.5147458596487571	7	4	4	3	0	False	23394	maximal	True	ISR0375_000000006875	1.0		1	1	False	False	0.999334454536438	0					non-mobilizable	no_good_hit	356.0	100.0	12.0	0.00010623395829823373	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
CHI0081_000000002076	5132	0.5147450174392895	6	3	3	3	3	False	116332	maximal	True	CHI0081_000000002076	1.0		79	8	False	False	1.0	0					non-mobilizable	no_good_hit	3448.0	99.971	69.0	0.000982753488817651	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
CHI0162_000000007676	3737	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9974764861483156		0	0	False	False	1.0	0					non-mobilizable	other	3533.0	99.51899999999999	95.0	0.0010067022248375762	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0112_000000004440	3687	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9955201416953331		0	0	False	False	1.0	0					non-mobilizable	other	3525.0	99.291	96.0	0.001004706496835916	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0090_000000003521	3523	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9937222057791057		0	0	False	False	0.9988645911216736	0					non-mobilizable	other	3466.0	99.94200000000001	100.0	0.0009878853608219207	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0028_000000003534	3511	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.992553742674105		0	0	False	False	1.0	0					non-mobilizable	other	3507.0	99.601	99.0	0.000999574624831646	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0032_000000001638	3490	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9901932481754376		0	0	False	False	1.0	0					non-mobilizable	other	3474.0	99.77	99.0	0.000989881088823581	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MON0031_000000009850	3487	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9960527303583286		0	0	False	False	1.0	0					non-mobilizable	other	3474.0	99.94200000000001	99.0	0.0009901661928238183	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MON0030_000000009746	3471	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9959170512760857		0	0	False	False	1.0	0					non-mobilizable	other	3471.0	99.971	100.0	0.0009893108808231067	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0045_000000005795	3467	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9948555707475366		0	0	False	False	1.0	0					non-mobilizable	other	3455.0	99.94200000000001	99.0	0.0009847492168193112	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0054_000000004819	3461	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9937301004469318		0	0	False	False	1.0	0					non-mobilizable	other	3461.0	99.971	100.0	0.0009864598408207345	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0101_000000003926	3453	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9925741701176022		0	0	False	False	0.9997103810310364	0					non-mobilizable	other	3438.0	99.94200000000001	99.0	0.000979902448815279	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0051_01_000000006203	3453	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9954398427480964		0	0	False	False	1.0	0					non-mobilizable	other	3453.0	99.971	100.0	0.000984179008818837	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0098_000000002514	3450	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.994585960550336		0	0	False	False	1.0	0					non-mobilizable	other	3450.0	99.971	100.0	0.0009833236968181253	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0223_000000008004	3448	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950887772762514		0	0	False	False	1.0	0					non-mobilizable	other	3448.0	99.971	100.0	0.000982753488817651	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0180_000000004101	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0400_000000005124	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0186_000000007574	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0078_000000004759	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
AST0040_000000005594	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0030_01_000000004937	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9945191358358371		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.913	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0111_000000008879	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0140_000000008622	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0151_000000007181	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0167_000000005381	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0147_000000005579	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0182_000000007624	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0106_000000005513	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	0.9997099041938782	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0152_000000002260	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	0.9997099041938782	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0117_000000004344	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	0.9994198083877563	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0125_000000004534	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0082_000000002672	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0177_000000004555	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0386_000000009948	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0290_000000003132	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9945191358358371		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.913	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0160_000000008330	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0058_000000005422	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0087_000000002310	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
DEN0051_000000012485	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0138_000000004482	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0139_000000002978	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0159_000000004033	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0163_000000002612	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0129_000000006214	3447	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9950134244660208		0	0	False	False	1.0	0					non-mobilizable	other	3447.0	99.971	100.0	0.0009824683848174136	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0105_000000004744	3444	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9930697361521409		0	0	False	False	1.0	0					non-mobilizable	other	3444.0	99.913	100.0	0.000981613072816702	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0080_01_000000012686	3443	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9752717758331624		0	0	False	False	1.0	0					non-mobilizable	other	3362.0	99.97	98.0	0.0009582345447972511	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0104_000000008830	3443	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9938929373018157		0	0	False	False	1.0	0					non-mobilizable	other	3443.0	99.913	100.0	0.000981327968816465	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0148_000000008500	3439	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9925922747169892		0	0	False	False	0.9982553124427795	0					non-mobilizable	other	3438.0	99.971	100.0	0.000979902448815279	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0057_000000005244	3422	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9904170233611758		0	0	False	False	1.0	0					non-mobilizable	other	3422.0	99.971	100.0	0.0009753407848114835	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0131_000000004503	3421	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9904628759038558		0	0	False	False	1.0	0					non-mobilizable	other	3421.0	99.971	100.0	0.0009750556808112463	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0077_000000004020	3419	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9897351366155962		0	0	False	False	0.998245120048523	0					non-mobilizable	other	3419.0	99.971	100.0	0.000974485472810772	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0158_000000004536	3419	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9897276930535458		0	0	False	False	1.0	0					non-mobilizable	other	3419.0	99.971	100.0	0.000974485472810772	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0056_000000005206	3418	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9893703758308797		0	0	False	False	1.0	0					non-mobilizable	other	3418.0	99.971	100.0	0.0009742003688105347	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0086_000000001390	3411	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.987711539206138		0	0	False	False	1.0	0					non-mobilizable	other	3411.0	99.971	100.0	0.0009722046408088742	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0040_000000005153	3407	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9868064233912528		0	0	False	False	1.0	0					non-mobilizable	other	3407.0	99.971	100.0	0.0009710642248079254	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0020_000000002698	3407	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9868064233912528		0	0	False	False	0.9991194605827332	0					non-mobilizable	other	3407.0	99.971	100.0	0.0009710642248079254	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0855_000000004056	3407	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9868064233912528		0	0	False	False	1.0	0					non-mobilizable	other	3407.0	99.971	100.0	0.0009710642248079254	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0006_000000003481	3407	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9868064233912528		0	0	False	False	0.999706506729126	0					non-mobilizable	other	3407.0	99.971	100.0	0.0009710642248079254	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0033_000000001963	3407	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9868064233912528		0	0	False	False	1.0	0					non-mobilizable	other	3407.0	99.971	100.0	0.0009710642248079254	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0007_000000002560	3388	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.98181244917613		0	0	False	False	1.0	0					non-mobilizable	other	3388.0	99.97	100.0	0.0009656472488034185	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0005_000000004977	3383	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.980459268596794		0	0	False	False	1.0	0					non-mobilizable	other	3383.0	99.97	100.0	0.0009642217288022325	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
CHI0018_000000004956	3372	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9774193122053789		0	0	False	False	0.9994068741798401	0					non-mobilizable	other	3372.0	99.97	100.0	0.0009610855847996232	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0034_01_000000016425	3369	0.5147450174392895	3	3	3	3	3	False	116331	fragment	False	CHI0162_000000007676	0.9765592189311302		0	0	False	False	0.9979222416877747	0					non-mobilizable	other	3369.0	99.97	100.0	0.0009602302727989116	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MON0108_000000003078	5981	0.5147391565429954	10	6	5	6	6	True	89664	maximal	True	MON0108_000000003078	1.0	PS11	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2949.0	98.98299999999999	49.0	0.07994896297100662	NZ_JAAITI010000035.1	firmicutes	Blautia luti strain MSK.16.34 NODE_35_length_36836_cov_245.268, whole genome shotgun sequence	True	True
USA0145_01_000000011604	2065	0.5147372568343136	3	3	3	3	3	False	83326	fragment	False	ISR0359_000000012360	0.9750349976668222		0	0	False	False	0.9985471963882446	0					non-mobilizable	no_good_hit	1645.0	73.79899999999999	78.0	0.0005531926316644336	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0052_000000004264	6637	0.5147351438293748	8	4	2	3	2	False	109030	maximal	True	ISR0052_000000004264	0.9849168273575193		161	5	False	False	0.9995480179786682	0					non-mobilizable	no_good_hit	2268.0	77.778	46.0	0.0006374318408724368	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
SPA0119_000000005340	6526	0.5147351438293748	8	4	2	3	2	False	109030	maximal	False	ISR0052_000000004264	0.9846135453741793		0	0	False	False	0.9978547096252441	0					non-mobilizable	no_good_hit	2268.0	77.778	50.0	0.0006374318408724368	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0097_000000003524	6379	0.5147351438293748	7	4	2	3	2	False	109030	maximal	False	ISR0052_000000004264	0.975265175287204		0	0	False	False	0.9998432397842407	0					non-mobilizable	no_good_hit	2268.0	77.778	48.0	0.0006374318408724368	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
FIJ0096_000000020626	1787	0.5147344062617263	3	2	1	2	2	False	42995	maximal	True	FIJ0096_000000020626	1.0		13	3	False	False	0.9966424107551575	0					non-mobilizable	other	1787.0	90.095	100.0	0.025477524877044494	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	False	False
MAD0065_000000007422	1553	0.5147330869710579	2	2	2	2	2	False	16624	fragment	False	MAD0065_000000007422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0107_000000010690	2374	0.5147321463597719	3	2	2	2	2	False	32854	maximal	True	ISR0107_000000010690	1.0		82	9	False	False	0.9995787739753723	0					non-mobilizable	chromosome	833.0	95.91799999999999	92.0	0.00022140837601224308	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0170_000000002118	7701	0.5147318989572119	10	7	6	6	5	True	131289	maximal	True	FIJ0170_000000002118	1.0	PS1133	669	14	False	True	1.0	0					non-mobilizable	other	2216.0	94.72	99.0	0.0006884605549122734	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0109_000000004695	2994	0.514729069455379	4	3	3	2	2	False	14598	maximal	True	MAD0109_000000004695	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	77.931	7.0	6.163354948479561e-05	NC_014761.1	bacteria	Oceanithermus profundus DSM 14977, complete sequence	True	False
ENG0167_000000009941	2503	0.514727089749114	4	2	2	1	2	False	56064	fragment	False	ENG0167_000000009941	1.0		0	0	False	False	0.9856172800064087	0					non-mobilizable	chromosome	2390.0	98.117	95.0	0.0006686349742831626	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0126_000000033090	1369	0.5147250793994667	3	2	2	2	2	False	42326	fragment	False	SPA0126_000000033090	1.0		0	0	False	False	0.989043116569519	0					non-mobilizable	no_good_hit	486.0	74.691	35.0	0.0017692852087756545	NZ_SLXA01000003.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_103, whole genome shotgun sequence	True	False
FIJ0023_000000015057	2171	0.5147230299001025	4	3	2	3	1	False	49361	maximal	True	FIJ0023_000000015057	1.0		140	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0255_000000010857	2774	0.5147210749475332	3	3	3	1	1	False	62493	maximal	True	ISR0255_000000010857	0.9834996179729726		38	8	False	False	1.0	0					non-mobilizable	chromosome	2596.0	76.888	92.0	0.0008902267463990084	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0069_000000007483	2663	0.5147210749475332	3	3	3	1	1	False	62493	maximal	False	ISR0255_000000010857	0.9513963805942752		0	0	False	False	1.0	0					non-mobilizable	chromosome	2592.0	76.65899999999999	95.0	0.0008891810611056658	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0025_000000014755	2658	0.5147210749475332	4	3	3	1	1	False	37363	maximal	True	ISR0025_000000014755	1.0		14	7	False	False	0.9996237754821777	0					non-mobilizable	chromosome	2580.0	76.163	96.0	0.0008891810611056658	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0028_000000011077	2655	0.5147210749475332	3	3	3	1	1	False	62493	maximal	False	ISR0255_000000010857	0.9743648279196759		0	0	False	False	1.0	0					non-mobilizable	chromosome	2596.0	76.656	96.0	0.0008902267463990084	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0017_000000004630	2604	0.5147210749475332	3	3	3	1	1	False	62493	maximal	False	ISR0255_000000010857	0.9650710227335665		0	0	False	False	0.9992319345474243	0					non-mobilizable	chromosome	2520.0	76.984	95.0	0.0008637360523009956	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0027_000000014325	2590	0.5147210749475332	3	3	3	1	1	False	62493	maximal	False	ISR0255_000000010857	0.967998237381141		0	0	False	False	1.0	0					non-mobilizable	chromosome	2510.0	76.932	95.0	0.0008609475581854154	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0026_000000011965	2552	0.5147210749475332	3	3	3	1	1	False	62493	maximal	False	ISR0255_000000010857	0.9597575087786447		0	0	False	False	0.9996081590652466	0					non-mobilizable	chromosome	2510.0	76.932	96.0	0.0008609475581854154	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0077_000000014868	2714	0.5147197719065194	4	2	2	2	1	False	116304	fragment	False	SPA0112_000000010497	0.4273266893896228		0	0	False	False	0.9952100515365601	0					non-mobilizable	no_good_hit	63.0	90.476	2.0	0.00033781206751882484	NZ_CYXV01000008.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0097_000000002243	11306	0.5147195903342765	17	5	5	5	5	False	48050	fragment	False	FIJ0097_000000002243	1.0		0	0	False	False	0.9999115467071533	0					non-mobilizable	no_good_hit	46.0	89.13	0.0	7.022070530982845e-06	CP016090.1	firmicutes	Clostridium beijerinckii strain BAS/B3/I/124, complete genome	True	False
MAD0112_000000021512	1353	0.5147187435149835	2	1	1	1	1	False	80234	fragment	False	MAD0021_000000010037	0.6795401542389926		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	97.85700000000001	100.0	0.00042060491199339973	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0827_000000004199	2631	0.5147180463418053	3	3	3	3	2	False	21092	maximal	True	ISR0827_000000004199	1.0		130	11	False	False	0.9996199011802673	0					non-mobilizable	chromosome	2631.0	99.43	100.0	0.0005753912386948202	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0774_000000009622	2566	0.5147180463418053	3	3	3	3	2	False	22483	maximal	True	ISR0774_000000009622	1.0		147	11	False	False	1.0	0					non-mobilizable	no_good_hit	1673.0	95.039	72.0	0.0029960746040516976	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
CAN0016_000000032803	1399	0.5147171635285049	2	1	1	1	1	False	92728	maximal	True	CAN0016_000000032803	1.0		9	4	False	False	0.9892780780792236	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	5.65702702278001e-06	NZ_KI911563.1	firmicutes	Cohnella panacarvi Gsoil 349 CohpaDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ENG0153_000000015364	1951	0.5147076551237629	2	1	1	1	1	False	56937	maximal	True	ENG0153_000000015364	1.0		1	1	False	False	0.9994874596595764	0					non-mobilizable	no_good_hit	1439.0	81.028	87.0	0.0003752386657280879	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ENG0110_000000007360	4096	0.5147069519132078	6	3	2	3	3	False	112462	fragment	False	ENG0110_000000007360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2500.0	96.6	61.0	0.00790974775003169	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0386_000000018796	1574	0.514704428853602	2	2	2	2	1	False	22994	fragment	False	ISR0386_000000018796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	867.0	81.77600000000001	80.0	0.005925094760464702	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0017_000000000260	20152	0.5147019165520014	16	15	8	10	11	False	115381	maximal	True	CHI0017_000000000260	1.0		70	8	False	False	1.0	0					non-mobilizable	no_good_hit	8931.0	87.538	58.0	0.0015785297204438085	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
SPA0055_000000011945	2638	0.5146991687627969	2	2	2	2	2	False	6402	maximal	True	SPA0055_000000011945	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	78.795	51.0	0.00025258640717799825	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
USA0145_01_000000005342	4559	0.5146986607014703	9	8	3	3	7	True	6445	maximal	True	USA0145_01_000000005342	1.0		1	1	False	False	0.9993419647216797	0					non-mobilizable	no_good_hit	3585.0	99.35799999999999	88.0	0.1084574403680833	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	True	True
ISR0814_000000012211	3195	0.5146978154869872	5	3	2	3	2	False	71910	fragment	False	ISR0814_000000012211	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	612.0	81.863	19.0	0.00026479335596644315	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
SPA0109_000000011250	2707	0.5146978154869872	4	3	2	3	2	False	12399	fragment	False	SPA0109_000000011250	1.0		0	0	False	False	0.999261200428009	0					non-mobilizable	no_good_hit								True	False
USA0062_01_000000011587	1701	0.5146962568907235	3	2	1	1	2	False	87907	fragment	False	MON0007_000000037310	0.9927218476126368		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	100.0	100.0	0.003371249980169118	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
CHI0037_000000013333	1146	0.5146962568907235	2	2	1	1	2	False	87906	fragment	False	ISR0215_000000024467	0.9560863712099751		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	99.738	100.0	0.00030472461544152736	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0001_000000005871	3333	0.5146949017096137	4	2	2	2	2	False	93824	fragment	False	FIJ0001_000000005871	0.9743212452494665		0	0	False	False	0.9969996809959412	0					non-mobilizable	no_good_hit	2492.0	92.215	75.0	0.07708501021608569	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
SPA0131_000000008598	2867	0.5146949017096137	3	2	2	2	2	False	93824	fragment	False	FIJ0001_000000005871	0.7151211214958474		0	0	False	False	0.991628885269165	0					non-mobilizable	no_good_hit	2265.0	91.56700000000001	79.0	0.07005758157389635	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
SPA0090_000000012473	2778	0.5146949017096137	3	2	2	2	2	False	93824	fragment	False	FIJ0001_000000005871	0.4914544820369725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2248.0	91.726	81.0	0.06953129837161785	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
CHI0072_000000008863	1113	0.5146948246053191	1	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.42971578808523886		0	0	False	False	1.0	0					non-mobilizable	chromosome	1113.0	99.37100000000001	100.0	0.00022923226773999042	CP053787.1	enterobacteria	Escherichia coli isolate J31 chromosome, complete genome	False	False
ISR0377_000000008315	1822	0.5146931933176464	3	3	3	3	1	False	23312	maximal	True	ISR0377_000000008315	1.0		33	8	False	False	0.9994511604309082	0					non-mobilizable	no_good_hit	717.0	99.721	39.0	0.010677483335073146	NZ_PYLP01000012.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_11, whole genome shotgun sequence	True	False
ISR0326_000000004266	3970	0.5146915752799017	5	4	4	3	2	False	102912	fragment	False	ISR0326_000000004266	1.0		0	0	False	False	0.9780856370925903	0					non-mobilizable	no_good_hit	462.0	77.922	12.0	0.0017484390303623898	NZ_QJKD01000010.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_110, whole genome shotgun sequence	True	False
SPA0124_000000010119	2885	0.5146905604684218	3	3	2	1	2	False	59779	fragment	False	SPA0124_000000010119	1.0		0	0	False	False	0.998266875743866	0					non-mobilizable	no_good_hit	619.0	99.19200000000001	21.0	0.0001861186786658001	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0090_000000001433	23277	0.5146867286353063	38	12	5	12	5	False	9579	maximal	True	MON0090_000000001433	1.0		2	1	False	False	0.9998711347579956	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	0.0010100109912960817	NZ_OEQH01000007.1	firmicutes	Clostridium minihomine strain Marseille-P4642, whole genome shotgun sequence	True	False
ISR0821_000000022049	1465	0.5146866718537519	2	1	1	1	1	False	37837	maximal	True	ISR0821_000000022049	1.0		0	0	False	False	0.9965870380401611	0					non-mobilizable	no_good_hit	1235.0	98.54299999999999	84.0	0.029927485266655347	JQ269598.1	actinobacteria	Uncultured Eggerthella sp. SMG5 genomic sequence	True	False
ISR0092_000000001600	10496	0.514686026104061	13	6	2	6	0	False	33600	fragment	False	ISR0092_000000001600	1.0		0	0	False	False	0.9999047517776489	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.375267720468311e-06	LT669839.1	firmicutes	[Clostridium] ultunense Esp isolate Clostridium ultunense strain Esp genome assembly, chromosome: chrI	True	False
ISR0145_000000015868	1812	0.5146841721714073	4	3	1	3	0	False	31067	maximal	True	ISR0145_000000015868	1.0		22	6	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	92.042	83.0	0.0012501764027128663	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0077_000000003807	2868	0.5146834666379818	2	2	1	2	2	False	69922	maximal	False	SPA0018_000000009999	0.9759780370624571		0	0	False	False	1.0	0					non-mobilizable	chromosome	2868.0	99.756	100.0	0.0005142149863446955	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0344_000000027679	1277	0.5146808601292249	2	1	1	1	1	False	24237	maximal	True	ISR0344_000000027679	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	99.406	79.0	0.0002473845034326132	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0049_000000005771	2938	0.5146790213367805	3	2	2	2	2	False	95272	maximal	True	FIJ0049_000000005771	1.0		6	2	False	False	0.9993192553520203	0					non-mobilizable	no_good_hit	1874.0	95.251	66.0	0.0005826871302985486	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0399_000000004185	3413	0.5146789360670753	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9614466145777734		0	0	False	False	0.9997069835662842	0					non-mobilizable	no_good_hit	1834.0	85.115	55.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0204_000000002745	3526	0.5146787706134438	4	4	4	4	2	False	83600	maximal	True	ISR0204_000000002745	1.0		7	4	False	False	0.9940442442893982	0					non-mobilizable	no_good_hit	2537.0	80.48899999999999	77.0	0.0006653704697212592	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
DEN0031_000000009469	3444	0.5146783586929298	3	3	3	3	2	True	124742	fragment	False	DEN0031_000000009469	0.9530636884998491		0	0	False	False	0.9950639009475708	0					non-mobilizable	no_good_hit	799.0	84.48100000000001	55.0	0.0016623556939341791	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0050_000000005270	4886	0.514674192628509	4	2	1	1	1	False	46626	fragment	False	FIJ0050_000000005270	1.0		0	0	False	False	0.9952926635742188	0					non-mobilizable	no_good_hit	1439.0	97.429	29.0	0.9993050729673384	NZ_QEKH01000083.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_183, whole genome shotgun sequence	True	False
AST0118_000000012927	2357	0.514670294296504	3	3	3	3	3	False	105913	maximal	True	AST0118_000000012927	1.0		147	12	False	False	0.9796351194381714	0					non-mobilizable	no_good_hit	1629.0	96.071	69.0	0.0022058126254942464	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
DEN0079_000000039339	1558	0.5146677966728227	3	2	2	2	2	False	69489	maximal	True	DEN0079_000000039339	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0103_000000038997	1469	0.5146670027929162	3	3	3	2	2	False	8865	fragment	False	MON0103_000000038997	1.0		0	0	False	False	0.9993192553520203	0					non-mobilizable	no_good_hit								True	False
ENG0024_000000017668	1454	0.5146658041349358	3	2	2	1	0	False	66216	fragment	False	ENG0024_000000017668	1.0		0	0	False	False	0.9944979548454285	0					non-mobilizable	no_good_hit	710.0	72.676	48.0	0.0028810117041100478	NZ_FMKA01000004.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0148_000000022150	1318	0.5146658041349358	3	2	2	1	0	False	30904	fragment	False	ISR0148_000000022150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	72.583	51.0	0.0028098239149096545	NZ_FMKA01000004.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0074_000000024923	1220	0.5146651474613333	2	2	2	1	0	False	34665	maximal	True	ISR0074_000000024923	1.0		60	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0069_000000017855	1420	0.51466349499106	2	2	2	2	1	False	34939	fragment	False	ISR0069_000000017855	0.9996478873239436		0	0	False	False	0.9964788556098938	0					non-mobilizable	other	1420.0	100.0	100.0	0.0037182124281053886	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
ISR0169_000000022794	1420	0.51466349499106	2	2	2	2	1	False	34939	fragment	False	ISR0069_000000017855	0.9996478873239436		0	0	False	False	0.9964788556098938	0					non-mobilizable	other	1420.0	99.93	100.0	0.0037182124281053886	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
AST0089_000000015683	1498	0.5146604015938444	2	2	2	2	2	False	110106	fragment	False	AST0089_000000015683	1.0		0	0	False	False	0.998664915561676	0					non-mobilizable	chromosome	1503.0	81.637	99.0	0.00023074486507899196	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
FIJ0023_000000021681	1568	0.5146602204831124	3	2	2	2	2	False	49328	fragment	False	FIJ0023_000000021681	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1555.0	74.92	96.0	0.0027083436863290762	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
ENG0053_000000019005	1313	0.5146584720189119	2	2	2	2	2	False	63829	fragment	False	ENG0053_000000019005	1.0		0	0	False	False	0.990860641002655	0					non-mobilizable	no_good_hit	675.0	70.815	50.0	0.0043310203511386395	NZ_CYZX01000008.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	True	False
MON0109_000000023628	1527	0.5146510837227803	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.5905594739493325		0	0	False	False	1.0	0					non-mobilizable	other	1532.0	95.561	100.0	0.02960883036405887	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
FIJ0168_000000015239	1510	0.5146510837227803	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.4701442975073399		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	94.18	100.0	0.029221533694810224	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
FIJ0097_000000000197	50374	0.514650137224567	58	24	12	21	13	True	130801	maximal	False	ISR0079_000000000160	0.16152481010606562		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1113.0	82.21	4.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
ENG0152_000000007006	3228	0.5146487312939559	4	3	3	3	3	False	57056	maximal	True	ENG0152_000000007006	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1779.0	94.491	88.0	0.03366760819700101	NZ_WAJR01000015.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_015, whole genome shotgun sequence	True	False
ENG0193_000000009263	2206	0.5146431419385394	3	2	2	2	1	True	54594	maximal	True	ENG0193_000000009263	1.0		5	3	False	False	0.9972801208496094	0					non-mobilizable	no_good_hit	861.0	95.935	39.0	0.00028727166078427834	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
DEN0064_000000016479	2405	0.5146422135534533	2	2	2	2	2	False	121166	maximal	True	DEN0064_000000016479	0.9932517924926192		39	9	False	False	0.9995841979980469	0					non-mobilizable	no_good_hit	940.0	76.809	39.0	0.016965813521680563	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
SPA0131_000000010831	2371	0.5146422135534533	2	2	2	2	2	False	121166	maximal	False	DEN0064_000000016479	0.9862785862785863		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	76.84100000000001	39.0	0.01691120253394983	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
FIJ0026_000000014398	2252	0.5146385982572722	3	3	3	2	3	False	49107	maximal	True	FIJ0026_000000014398	1.0		8	2	False	False	0.9946714043617249	0					non-mobilizable	chromosome	839.0	100.0	98.0	0.00016296745454365125	LR588411.1	enterobacteria	Klebsiella quasipneumoniae strain NCTC9170 genome assembly, chromosome: 1	False	False
CHI0018_000000007064	2444	0.5146378323149469	4	2	1	2	2	False	89565	fragment	False	CHI0018_000000007064	1.0		0	0	False	False	0.9967266917228699	0					non-mobilizable	no_good_hit	39.0	97.436	2.0	7.714118033720033e-06	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	True	False
ENG0097_000000009510	3301	0.5146368425531657	3	3	2	3	3	False	84822	maximal	True	ENG0097_000000009510	1.0		23	5	False	False	0.9939412474632263	0					non-mobilizable	chromosome	3301.0	99.63600000000001	100.0	0.0006026557394832465	CP049609.1	enterobacteria	Escherichia coli strain 06-3538 chromosome, complete genome	False	False
ISR0177_000000015077	1998	0.5146351795960307	2	2	2	2	2	False	29763	fragment	False	ISR0177_000000015077	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2011.0	79.91	100.0	0.0005492570553641647	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CAN0011_000000010360	2959	0.5146337947347562	4	4	3	1	3	False	94502	maximal	True	CAN0011_000000010360	1.0		27	6	False	False	0.9945927858352661	0					non-mobilizable	chromosome	2937.0	98.80799999999999	99.0	0.00045689626041155857	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
MAD0102_000000007918	2337	0.5146329095689889	3	2	1	2	2	False	41945	fragment	False	USA0053_01_000000008897	0.9277789462183045		0	0	False	False	1.0	0					non-mobilizable	plasmid	2337.0	96.662	100.0	0.01816711254899521	CP053232.1	enterobacteria	Escherichia coli strain SCU-306 plasmid pSCU-306-1, complete sequence	False	True
TAN0021_000000020285	1153	0.5146322213517355	2	2	2	2	2	False	2358	fragment	False	TAN0021_000000020285	1.0		0	0	False	False	0.9800520539283752	0					non-mobilizable	no_good_hit	244.0	76.639	21.0	9.286009079653322e-05	NZ_JQCR01000003.1	firmicutes	Paenibacillus wynnii strain DSM 18334 unitig_3_1r, whole genome shotgun sequence	True	False
ISR0051_000000015312	2565	0.5146300559379606	4	3	2	3	2	False	35851	maximal	True	ISR0051_000000015312	1.0		1	1	False	False	0.9984405636787415	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00010677036504225858	NZ_BKAU01000006.1	CFB group bacteria	Chitinophaga cymbidii strain NBRC 109752 sequence06, whole genome shotgun sequence	True	False
MAD0102_000000002794	5507	0.5146241964896966	5	3	2	2	3	False	15037	fragment	False	MAD0102_000000002794	1.0		0	0	False	False	0.9998183846473694	0					non-mobilizable	plasmid	4672.0	98.587	98.0	0.01632613090283364	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
ISR0091_000000022706	1278	0.5146241227048622	2	2	1	2	1	False	33611	fragment	False	ISR0091_000000022706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	83.78399999999999	6.0	2.5674482729514048e-05	NC_014507.1	euryarchaeotes	Methanolacinia petrolearia DSM 11571, complete sequence	True	False
MAD0089_000000004153	4680	0.5146199132619552	7	7	6	6	6	False	15854	maximal	True	MAD0089_000000004153	1.0		19	4	False	False	0.9993589520454407	0					non-mobilizable	chromosome	4681.0	96.368	100.0	0.0009772512859971107	CP032916.1	enterobacteria	Enterobacter roggenkampii strain ECY546 chromosome, complete genome	False	False
ISR0178_000000009727	1750	0.5146195697327158	3	3	3	3	2	False	95518	maximal	False	ENG0001_000000014550	0.6403803131991052		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	99.179	73.0	0.010988613117543764	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	True	False
USA0010_01_000000004086	6516	0.5146158695653276	14	5	4	3	1	True	62364	maximal	True	USA0010_01_000000004086	1.0		1	1	False	False	0.9955494403839111	0					non-mobilizable	no_good_hit	37.0	100.0	1.0	0.17733990147783252	NZ_ATDK01000209.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig209, whole genome shotgun sequence	True	True
DEN0001_000000018076	2365	0.5146136114798249	2	2	2	2	2	False	76914	maximal	True	DEN0001_000000018076	1.0		21	7	False	False	0.9974629878997803	0					non-mobilizable	no_good_hit	131.0	78.626	5.0	0.0008013338330899174	NZ_PPEL01000001.1	actinobacteria	Rubneribacter badeniensis strain ResAG-85 ResAG85T_contig_001, whole genome shotgun sequence	True	False
ISR0107_000000015272	1794	0.5146134400073427	1	1	1	1	1	False	32844	maximal	True	ISR0107_000000015272	1.0		341	14	False	False	0.9994425773620605	0					non-mobilizable	other	1794.0	99.889	100.0	0.0004183102784411328	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0038_000000008985	1391	0.5146130199734188	2	2	2	2	2	False	130042	maximal	True	CHI0038_000000008985	1.0		85	12	False	False	0.9942487478256226	0					non-mobilizable	other	801.0	84.64399999999999	95.0	0.0002482564495345658	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0133_000000020531	1142	0.5146125235459089	1	1	1	1	1	False	31512	maximal	False	ISR0848_000000015035	0.9592071946992048		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	99.387	100.0	0.006097137391322935	NZ_CABMOJ010000017.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0815_000000016350	1904	0.5146122238541253	3	3	3	3	2	False	21459	maximal	True	ISR0815_000000016350	1.0		151	12	False	False	0.9947478771209717	0					non-mobilizable	no_good_hit	735.0	73.061	38.0	0.0008489958082310025	NZ_OEPZ01000001.1	firmicutes	Dorea phocaeensis strain Marseille-P4003, whole genome shotgun sequence	True	False
CHI0001_000000006769	1374	0.5146116773347118	4	3	3	1	1	False	91045	fragment	False	DEN0061_000000031252	0.951832465014825		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	97.37799999999999	99.0	0.014911422671448755	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0096_000000005343	5822	0.5146114456356291	15	3	2	2	3	False	60884	fragment	False	ENG0096_000000005343	1.0		0	0	False	False	0.9986258745193481	0					non-mobilizable	no_good_hit	392.0	86.735	10.0	7.530162754111536e-05	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
SPA0008_000000004851	5538	0.5146092869539655	7	5	5	5	5	False	124956	maximal	True	SPA0008_000000004851	1.0		55	8	False	False	0.9998194575309753	0					non-mobilizable	no_good_hit	4059.0	79.207	72.0	0.0013702127805414704	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0053_000000009660	2131	0.5146086918790568	3	2	2	2	1	False	46407	fragment	False	FIJ0053_000000009660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1316.0	96.65700000000001	62.0	0.01993904565510758	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0139_000000010930	2347	0.5146055252202364	3	3	3	3	3	False	116796	fragment	False	ISR0032_000000013300	0.9389112903225807		0	0	False	False	0.9991478323936462	0					non-mobilizable	other	2220.0	98.10799999999999	98.0	0.06121372031662269	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	False	False
DEN0064_000000020403	2001	0.5146051194232062	3	2	2	2	0	True	71267	maximal	True	DEN0064_000000020403	1.0		1	1	False	False	0.9925037622451782	0					non-mobilizable	no_good_hit								True	True
ISR0206_000000014405	1807	0.5146036411220081	3	3	3	3	3	False	102270	maximal	True	ISR0206_000000014405	1.0		0	0	False	False	0.9933591485023499	0					non-mobilizable	no_good_hit	447.0	97.76299999999999	37.0	0.00012385379697974462	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0011_000000018344	1554	0.5146014520948327	3	3	2	3	2	False	108187	fragment	False	ENG0011_000000018344	0.9769330734243015		0	0	False	False	1.0	0					non-mobilizable	chromosome	1554.0	99.87100000000001	100.0	0.00035136923136792816	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MAD0031_000000004644	2904	0.514601042070354	4	4	4	4	2	False	127881	maximal	True	MAD0031_000000004644	1.0		26	11	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	83.01299999999999	46.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0058_000000017876	2643	0.5146003839514512	4	4	4	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2195396363728432		0	0	False	False	0.9841089844703674	0					non-mobilizable	other	2642.0	98.56200000000001	99.0	0.005522366525383858	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0781_000000002756	8143	0.5145962136586569	8	5	4	3	4	False	72980	maximal	True	ISR0781_000000002756	0.9965525886924909		47	11	False	False	0.9981579184532166	0					non-mobilizable	no_good_hit	2313.0	90.01299999999999	41.0	0.0006502890376990137	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
FIJ0163_000000006989	3542	0.5145945319976959	6	6	4	6	6	False	39176	maximal	True	FIJ0163_000000006989	1.0		5	3	False	False	0.999717652797699	0					non-mobilizable	chromosome	3537.0	98.219	99.0	0.0007497725003904844	CP060480.1	enterobacteria	Enterobacter hormaechei strain UCI173 chromosome	False	False
USA0035_01_000000017962	1438	0.5145937762156264	2	2	2	1	1	False	106182	fragment	False	AST0116_000000017643	0.797291795498644		0	0	False	False	0.9888734221458435	0					non-mobilizable	other	1428.0	96.289	99.0	0.006383102447228696	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0135_000000001757	11124	0.5145876533051864	12	11	8	9	8	True	120009	maximal	True	ISR0135_000000001757	1.0	PS730	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	4621.0	98.788	78.0	0.0013906924468148206	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0131_000000015871	1710	0.5145876447094421	2	2	1	2	2	False	3762	fragment	False	SPA0131_000000015871	1.0		0	0	False	False	0.9853801131248474	0					non-mobilizable	other	1684.0	90.97399999999999	98.0	0.037558580173554276	NZ_QRYH01000021.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf21, whole genome shotgun sequence	False	False
ENG0093_000000006057	2003	0.5145871903477334	3	3	2	1	3	False	61057	maximal	True	ENG0093_000000006057	1.0		80	9	False	False	0.9800299406051636	0					non-mobilizable	chromosome	1960.0	98.98	98.0	0.0005478017880317474	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0395_000000025544	1514	0.5145866389054766	2	2	2	2	1	False	22715	fragment	False	ISR0395_000000025544	1.0		0	0	False	False	0.9914134740829468	0					non-mobilizable	no_good_hit	38.0	100.0	3.0	0.0001182720769216016	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0173_000000008232	1151	0.5145850106515844	3	2	2	1	1	False	29913	fragment	False	ISR0173_000000008232	1.0		0	0	False	False	0.9939183592796326	0					non-mobilizable	no_good_hit	558.0	78.67399999999999	48.0	0.00021470358481218678	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ISR0344_000000007626	4031	0.5145849035772461	4	4	4	4	3	False	98962	fragment	False	CHI0121_000000002037	0.99488244073111		0	0	False	False	0.998511552810669	0					non-mobilizable	other	2823.0	98.866	100.0	0.0004925742941499384	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CHI0121_000000002037	4031	0.5145849035772461	4	4	4	4	3	False	98962	fragment	False	CHI0121_000000002037	0.99488244073111		0	0	False	False	1.0	0					non-mobilizable	other	2823.0	98.866	100.0	0.0004925742941499384	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0116_000000005614	4011	0.5145849035772461	4	4	4	4	3	False	98962	fragment	False	CHI0121_000000002037	0.9936586675751815		0	0	False	False	1.0	0					non-mobilizable	other	2823.0	98.866	100.0	0.0004925742941499384	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MAD0095_000000020735	1749	0.5145794908603474	2	2	2	2	1	False	15580	maximal	True	MAD0095_000000020735	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	929.0	74.273	52.0	0.0003078578159017057	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0100_000000013897	2177	0.5145764935365869	3	3	3	3	2	False	60577	maximal	True	ENG0100_000000013897	1.0		118	11	False	False	0.9967845678329468	0					non-mobilizable	no_good_hit	301.0	79.402	13.0	0.00012932788081142503	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0356_000000009298	2090	0.5145760446775309	3	3	3	3	2	False	71671	fragment	False	ISR0356_000000009298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	99.59200000000001	85.0	0.0041792340346676485	NZ_LT635860.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
SPA0028_000000000298	29322	0.5145732127257927	40	18	10	13	11	True	47066	maximal	True	SPA0028_000000000298	1.0		2	1	False	False	0.9999659061431885	0					non-mobilizable	no_good_hit	324.0	81.48100000000001	1.0	8.463075708836668e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0015_000000004469	5225	0.5145728945523391	7	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9892806524486825	PS490|PS845	0	0	True	True	1.0	62					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0128_000000007064	5205	0.5145728945523391	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9897092308326255	PS490|PS845	0	0	True	True	0.9998078942298889	84					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0048_000000003528	5205	0.5145728945523391	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9898450892229063	PS490|PS845	0	0	True	True	0.9998078942298889	26					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0839_000000002887	5205	0.5145728945523391	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9896885150172352	PS490|PS845	0	0	True	True	1.0	128					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0192_000000003086	5205	0.5145728945523391	7	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9894370273366906	PS490|PS845	0	0	True	True	1.0	139					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0853_000000002770	5185	0.5145728945523391	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9897383238129794	PS490|PS845	0	0	True	True	1.0	31					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
DEN0063_000000007899	5181	0.5145728945523391	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9890793645066136	PS490|PS845	0	0	True	True	0.9990349411964417	27					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0812_000000007406	5165	0.5145728945523391	7	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9897740602485945	PS490|PS845	0	0	True	True	0.9998064041137695	5					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0298_000000002589	5165	0.5145728945523391	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9892873744263441	PS490|PS845	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0148_000000007297	5165	0.5145728945523391	7	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9896092169557182	PS490|PS845	0	0	True	True	1.0	58					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0115_000000005728	5165	0.5145728945523391	6	2	1	2	0	True	120519	backbone	False	ISR0180_000000003918	0.9898116663262388	PS490|PS845	0	0	True	True	1.0	16					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
DEN0070_000000007195	4528	0.5145728945523391	6	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.9827935014934374	PS490	0	0	True	True	1.0	27					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
SPA0053_000000007383	4425	0.5145728945523391	7	2	1	2	0	True	65580	maximal	True	SPA0053_000000007383	1.0		2	1	False	False	0.9984180927276611	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
AUS0020_000000006443	4351	0.5145728945523391	4	2	1	2	0	True	114401	fragment	False	AUS0020_000000006443	0.9413123844731979		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	86.458	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0147_000000004282	4263	0.5145728945523391	4	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.925079485071724	PS490	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0058_000000009120	4252	0.5145728945523391	4	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.9250530643185557	PS490	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
FIJ0033_000000007699	4251	0.5145728945523391	4	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.9249989143684206	PS490	0	0	False	True	0.9997647404670715	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ENG0129_000000006347	4207	0.5145728945523391	5	2	1	2	0	True	92527	backbone	False	DEN0064_000000007713	0.28513268989249696	PS490	0	0	False	True	0.9995245933532715	0					non-mobilizable	no_good_hit	96.0	84.375	2.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
CAN0017_000000011523	3171	0.5145728945523391	3	2	1	2	0	True	92525	fragment	False	CAN0017_000000011523	1.0		0	0	False	False	0.9873856902122498	0					non-mobilizable	no_good_hit	96.0	84.375	3.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
CHI0126_000000005697	2634	0.5145728945523391	3	2	1	2	0	True	114399	fragment	False	CHI0126_000000005697	1.0		0	0	False	False	0.9908883571624756	0					non-mobilizable	no_good_hit	96.0	86.458	4.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
CHI0132_000000014692	2102	0.5145728945523391	3	2	1	2	0	True	114398	fragment	False	CHI0132_000000014692	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	86.458	5.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
CHI0041_000000007117	2018	0.5145728945523391	3	2	1	2	0	True	87601	fragment	False	CHI0041_000000007117	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	86.458	5.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
USA0019_01_000000015140	1994	0.5145728945523391	2	2	1	2	0	True	27607	fragment	False	ISR0228_000000012983	0.9709020368574199		0	0	False	False	0.9979940056800842	0					non-mobilizable	no_good_hit	96.0	84.375	5.0	0.02484294688749286	LN853599.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1011	True	True
ISR0087_000000019756	1813	0.5145728945523391	3	2	1	2	0	True	33835	maximal	True	ISR0087_000000019756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.007414983380209665	LN852911.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0238	True	True
MAD0099_000000024159	1294	0.5145701132860055	5	3	2	2	2	False	15196	maximal	True	MAD0099_000000024159	1.0		16	5	False	False	0.9992272257804871	0					non-mobilizable	other	1224.0	96.977	95.0	0.001111973858158324	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
CAN0021_000000038036	1146	0.5145686977452246	2	2	2	1	1	False	91385	maximal	True	CAN0021_000000038036	1.0		29	9	False	False	0.9912739992141724	0					non-mobilizable	no_good_hit	86.0	82.55799999999999	7.0	0.0003347467083240348	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
MAD0100_000000006009	6050	0.5145673976301759	7	4	3	3	2	False	15178	maximal	True	MAD0100_000000006009	1.0		2	1	False	False	0.9988429546356201	0					non-mobilizable	no_good_hit	308.0	95.455	16.0	8.320157400455662e-05	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0047_000000025490	1521	0.5145655662218663	1	1	1	1	1	False	95277	fragment	False	CHI0176_000000004027	0.508288281576345		0	0	False	False	0.9934253692626953	0					non-mobilizable	chromosome	1517.0	96.506	99.0	0.0004385907698818878	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MON0052_000000001132	13521	0.5145631803000903	19	1	1	1	1	True	16408	maximal	True	MON0052_000000001132	1.0		2	2	False	False	0.9998520612716675	0					non-mobilizable	no_good_hit	56.0	98.214	1.0	1.4671639374305264e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0082_000000001169	6598	0.5145631803000903	7	1	1	1	1	True	16131	fragment	False	MAD0082_000000001169	1.0		0	0	False	False	0.9981812834739685	0					non-mobilizable	no_good_hit	78.0	96.154	1.0	0.00026255042161506015	NZ_NBAX01000005.1	CFB group bacteria	Prevotella timonensis strain DNF00076 Contig_5, whole genome shotgun sequence	True	True
CHI0019_000000004547	1871	0.5145631803000903	2	1	1	1	1	True	89432	maximal	True	CHI0019_000000004547	1.0		1	1	False	False	0.9967931509017944	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	0.00020154818867896358	NZ_FNQF01000008.1	CFB group bacteria	Psychroflexus halocasei strain DSM 23581, whole genome shotgun sequence	True	True
DEN0028_000000008374	3239	0.5145602797947159	4	3	3	3	3	False	93825	fragment	False	ISR0057_000000006474	0.7047675520102266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2833.0	98.447	87.0	0.08767258993251192	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
ISR0361_000000004084	2983	0.5145602797947159	4	3	3	3	3	False	93825	fragment	False	ISR0057_000000006474	0.6861869535236733		0	0	False	False	1.0	0					non-mobilizable	other	2815.0	97.79799999999999	94.0	0.08708439105937713	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	False	False
SPA0045_000000017643	1425	0.5145591131661325	1	1	1	1	1	False	6748	fragment	False	SPA0045_000000017643	1.0		0	0	False	False	0.9992982745170593	0					non-mobilizable	chromosome	1390.0	99.78399999999999	98.0	0.0005447052415232452	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0076_000000022365	1193	0.5145585874213162	3	2	2	2	2	False	88142	fragment	False	DEN0021_000000030340	0.9794876014922097		0	0	False	False	0.9983235597610474	0					non-mobilizable	other	1193.0	99.83200000000001	100.0	0.0003825291983381802	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
SPA0061_000000005608	3184	0.5145577646615287	4	3	3	3	3	False	23946	maximal	True	SPA0061_000000005608	1.0		29	4	False	False	0.9952889680862427	0					non-mobilizable	no_good_hit	292.0	80.822	9.0	0.00016490456785652963	NZ_LN913016.1	firmicutes	Anaerococcus rubeinfantis isolate Anaerococcus rubiinfantis, whole genome shotgun sequence	True	False
FIJ0007_000000013329	1393	0.5145542215957378	3	2	2	2	1	False	51545	maximal	True	FIJ0007_000000013329	1.0		12	2	False	False	0.9906676411628723	0					non-mobilizable	no_good_hit	909.0	77.888	65.0	0.016383296319219427	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
MON0097_000000001257	14832	0.514550174049734	15	6	5	5	2	True	9246	maximal	True	MON0097_000000001257	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	7.721699969611375e-05	NZ_RWBG01000003.1	CFB group bacteria	Mangrovimonas spongiae strain HN-E26 contig3, whole genome shotgun sequence	True	True
SPA0135_000000015469	1283	0.5145498058885983	3	2	2	2	1	False	3644	maximal	True	SPA0135_000000015469	1.0		8	2	False	False	0.9579111337661743	0					non-mobilizable	no_good_hit	773.0	87.969	60.0	0.00021958830038086623	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0012_000000001752	13230	0.5145490839598289	15	11	6	8	9	True	116733	maximal	True	ENG0012_000000001752	1.0		44	7	False	False	1.0	0					non-mobilizable	other	4587.0	95.836	100.0	0.05356266504638826	NZ_RCXZ01000030.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0030, whole genome shotgun sequence	False	True
FIJ0104_000000008040	3132	0.5145479787350273	5	4	3	3	1	False	42516	maximal	True	FIJ0104_000000008040	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	282.0	75.532	9.0	0.0018925647304621521	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	False
ENG0052_000000020956	1557	0.5145467645016789	4	2	2	2	1	True	75307	maximal	True	ENG0052_000000020956	1.0		27	9	False	False	0.9942196607589722	0					non-mobilizable	no_good_hit	1177.0	75.191	74.0	0.00041149887935610697	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
DEN0083_000000023651	1313	0.5145467645016789	2	2	2	2	1	True	75306	fragment	False	USA0037_01_000000023231	0.9685085602591946		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1174.0	75.639	87.0	0.0004093741002888637	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
SPA0104_000000028891	1312	0.5145467645016789	2	2	2	2	1	True	75306	fragment	False	USA0037_01_000000023231	0.9747112079345779		0	0	False	False	0.9954268336296082	0					non-mobilizable	no_good_hit	1172.0	75.597	87.0	0.00040866584059978266	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
DEN0016_000000008620	1231	0.5145467645016789	2	2	2	2	1	True	75306	fragment	False	USA0037_01_000000023231	0.8290042926077644		0	0	False	False	0.9926888942718506	0					non-mobilizable	no_good_hit	1089.0	74.747	86.0	0.0003796271933474584	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0332_000000012631	1224	0.5145467645016789	2	2	2	2	1	True	75306	fragment	False	USA0037_01_000000023231	0.8268557230041527		0	0	False	False	0.9852941036224365	0					non-mobilizable	no_good_hit	1085.0	75.115	86.0	0.00037750241428021516	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
DEN0078_000000030483	1174	0.5145467645016789	2	2	2	2	1	True	75306	fragment	False	USA0037_01_000000023231	0.5508958426495135		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	855.0	73.21600000000001	72.0	0.0011893190005146093	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
SPA0154_000000008820	1161	0.5145467645016789	2	2	2	2	1	True	75306	fragment	False	USA0037_01_000000023231	0.5467882828590924		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	752.0	77.26100000000001	64.0	0.000264534993871783	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
DEN0021_000000029699	1265	0.5145403350022482	2	2	2	2	1	False	74693	maximal	True	DEN0021_000000029699	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	85.714	10.0	3.7726437220064594e-05	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0049_000000019379	1525	0.5145363904789987	3	1	1	1	1	False	122136	fragment	False	AST0019_000000019239	0.5344469945552998		0	0	False	False	0.9993442893028259	0					non-mobilizable	other	1449.0	96.204	95.0	0.024561939171882687	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
MON0037_000000052488	1438	0.5145363904789987	3	1	1	1	1	False	122136	fragment	False	AST0019_000000019239	0.4622073748109256		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	94.444	100.0	0.024171797872881786	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
CHI0125_000000011620	1329	0.5145363904789987	2	1	1	1	1	False	122136	fragment	False	AST0019_000000019239	0.2296650961063111		0	0	False	False	0.9902182221412659	0					non-mobilizable	other	1329.0	100.0	100.0	0.02252641935100843	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ISR0329_000000015149	1190	0.5145363904789987	3	1	1	1	1	False	75572	fragment	False	MAD0091_000000013891	0.5355328698214776		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	97.311	100.0	0.020168608891829084	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
MON0015_000000034054	1133	0.5145363904789987	3	1	1	1	1	False	75572	fragment	False	MAD0091_000000013891	0.5197822307373994		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	96.55799999999999	100.0	0.019201736976913814	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ISR0362_000000018631	1102	0.5145363904789987	4	1	1	1	1	False	23723	fragment	False	ISR0362_000000018631	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	96.684	75.0	0.012772886875985955	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
CHI0021_000000005271	1652	0.5145353773989421	2	2	2	1	1	False	89255	fragment	False	CHI0021_000000005271	1.0		0	0	False	False	0.9909201264381409	0					non-mobilizable	chromosome	1631.0	96.934	98.0	0.00040623356497930443	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
USA0113_01_000000008532	2192	0.5145349124574747	4	3	2	3	3	True	279	fragment	False	USA0113_01_000000008532	1.0		0	0	False	False	0.9977189898490906	0					non-mobilizable	other	2070.0	89.61399999999999	94.0	0.045465532775177446	NZ_WNCH01000017.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold17_size45756, whole genome shotgun sequence	False	True
ISR0796_000000006928	3250	0.5145343933241201	2	2	2	2	1	False	21960	maximal	True	ISR0796_000000006928	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	99.709	42.0	0.0002400034211396759	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
CHI0147_000000011173	1698	0.5145267498822994	2	2	2	1	1	False	79643	fragment	False	CHI0147_000000011173	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1698.0	99.176	100.0	0.0002610996588318306	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0275_000000008583	1655	0.5145267498822994	2	2	2	1	1	False	26332	maximal	True	ISR0275_000000008583	1.0		227	12	False	False	0.9770392775535583	0					non-mobilizable	other	1655.0	99.637	100.0	0.0008263083798860354	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0067_000000014583	1434	0.5145267498822994	2	2	2	1	1	False	56266	fragment	False	ENG0164_000000014405	0.9299168381530629		0	0	False	False	1.0	0					non-mobilizable	other	1434.0	99.303	100.0	0.03462356238523243	NZ_SPFU01000036.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_36_length_41388_cov_34.0421, whole genome shotgun sequence	False	False
ISR0099_000000010974	1828	0.5145249642919417	3	3	3	2	2	False	81816	maximal	True	ISR0099_000000010974	1.0		39	11	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	81.46300000000001	11.0	0.002093893501674078	NZ_JAAIPW010000013.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_13_length_96471_cov_317.074, whole genome shotgun sequence	True	False
FIJ0131_000000003708	5039	0.5145234512601318	4	3	2	3	1	False	100167	fragment	False	MAD0055_000000001267	0.9757147360806417		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.609	62.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
AST0148_000000006496	5244	0.514519499187202	10	9	7	8	3	False	110628	maximal	True	AST0148_000000006496	1.0		3	3	False	False	0.9977116584777832	0					non-mobilizable	other	3533.0	93.51799999999999	99.0	0.14205254053184213	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
ISR0158_000000000956	12935	0.5145186931359232	17	8	4	7	4	True	130531	fragment	False	SPA0141_000000001140	0.6313661151448215		0	0	False	False	0.9991496205329895	0					non-mobilizable	chromosome	9208.0	100.0	100.0	0.0016366580108250165	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
SPA0079_000000019684	1342	0.5145169630889898	2	2	2	1	1	False	5643	fragment	False	SPA0079_000000019684	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1342.0	99.925	100.0	0.0777391304347826	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0180_000000009441	2394	0.5145169066127415	5	4	3	3	2	False	51137	maximal	True	ISR0180_000000009441	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	778.0	96.14399999999999	32.0	0.00017579774164383784	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0086_000000003954	1591	0.5145151115978364	1	1	1	1	1	False	84051	fragment	False	CHI0086_000000003954	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1593.0	89.64200000000001	100.0	0.0003189637809605504	LR134247.1	enterobacteria	Escherichia coli strain NCTC9040 genome assembly, chromosome: 1	False	False
ISR0264_000000000479	13745	0.5145072810806112	19	5	1	5	0	False	65645	maximal	True	ISR0264_000000000479	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.015066964285714286	XM_017412560.2	bony fishes	PREDICTED: Kryptolebias marmoratus LIM/homeobox protein Lhx1-like (LOC108233854), mRNA	True	False
ISR0819_000000001343	13477	0.5145072810806112	19	5	1	5	0	False	33151	fragment	False	ISR0101_000000001439	0.30577427821522307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0199_000000001437	13337	0.5145072810806112	17	5	1	5	0	False	54309	maximal	True	ENG0199_000000001437	1.0		1	1	False	False	0.9967008829116821	0					non-mobilizable	no_good_hit	76.0	92.105	1.0	0.0005515111405250386	NZ_JAAITU010000004.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_4_length_135990_cov_185.338, whole genome shotgun sequence	True	False
ENG0032_000000001334	11779	0.5145072810806112	17	5	1	5	0	False	65644	fragment	False	ENG0032_000000001334	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	92.0	0.0	4.104992986745145e-06	NC_016582.1	high GC Gram+	Streptomyces bingchenggensis BCW-1, complete sequence	True	False
ENG0051_000000003707	7280	0.5145029038023501	10	4	2	4	1	False	64093	fragment	False	ENG0051_000000003707	1.0		0	0	False	False	0.9987637400627136	0					non-mobilizable	no_good_hit	87.0	79.31	1.0	1.7992482489757884e-05	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	False
ISR0370_000000004385	5710	0.5145029038023501	11	4	2	4	1	False	23524	fragment	False	ISR0370_000000004385	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	79.31	2.0	1.7992482489757884e-05	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	False
DEN0005_000000024926	1526	0.5144993921940321	3	3	1	3	2	False	76466	maximal	True	DEN0005_000000024926	1.0		46	9	False	False	0.996723473072052	0					non-mobilizable	other	1526.0	93.906	100.0	0.011700348325123908	MN990730.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-3 genomic sequence	False	False
ISR0344_000000006321	4703	0.5144993559347205	5	4	4	4	3	False	24288	maximal	True	ISR0344_000000006321	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1422.0	80.52	30.0	0.010769195692321723	NZ_SLXA01000007.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_107, whole genome shotgun sequence	True	False
CAN0006_000000017212	2629	0.5144991909002415	2	2	1	1	2	False	95674	maximal	True	CAN0006_000000017212	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	722.0	81.025	27.0	0.00018639284695008763	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
USA0005_01_000000025401	1193	0.5144981757722179	3	3	3	2	2	False	2148	fragment	False	USA0005_01_000000025401	1.0		0	0	False	False	0.9874266386032104	0					non-mobilizable	chromosome	1193.0	99.83200000000001	100.0	0.000554686918323282	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
MAD0111_000000003558	4756	0.5144971653245133	6	6	5	4	4	True	14528	fragment	False	MAD0111_000000003558	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	4756.0	99.243	100.0	0.13718588615446756	CP023476.1	enterobacteria	Salmonella enterica subsp. enterica serovar Enteritidis strain FORC_075 plasmid pFORC75_2, complete sequence	False	True
ENG0027_000000006748	3159	0.5144966308053935	3	3	2	3	1	True	114133	maximal	True	ENG0027_000000006748	1.0		0	0	False	False	0.9908198714256287	0					non-mobilizable	no_good_hit	2597.0	94.34	82.0	0.17190929041697148	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
FIJ0159_000000023724	1101	0.5144904642763004	2	2	2	2	2	False	39359	fragment	False	FIJ0159_000000023724	1.0		0	0	False	False	0.9763851165771484	0					non-mobilizable	other	1082.0	99.07600000000001	98.0	0.0032093055015393387	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	False	False
ISR0237_000000005774	1920	0.5144885869820625	2	2	2	1	1	False	27311	fragment	False	ISR0237_000000005774	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1891.0	76.467	97.0	0.0003973378575457956	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
DEN0057_000000000596	5478	0.5144880988771993	8	5	3	3	5	False	94429	backbone	False	CAN0015_000000007549	0.9253442230582363	PS499	0	0	True	True	1.0	12					non-mobilizable	chromosome	3999.0	94.624	100.0	0.0007693246073833193	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	False	True
FIJ0002_000000006723	5195	0.5144874788676677	6	6	6	6	5	False	124954	fragment	False	ENG0184_000000004383	0.3077230363691337		0	0	False	False	1.0	0					non-mobilizable	other	4547.0	78.579	91.0	0.01084082367982643	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0218_000000006406	2587	0.5144870102123029	3	3	3	3	3	False	28072	fragment	False	ISR0218_000000006406	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2559.0	95.07600000000001	99.0	0.0012781359800774677	CP012719.1	firmicutes	Streptococcus anginosus strain J4206, complete genome	False	False
CHI0077_000000005589	2449	0.5144828387460573	4	2	2	2	2	False	84539	fragment	False	CHI0077_000000005589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	75.801	11.0	0.003882809742322626	NZ_KB905709.1	CFB group bacteria	Proteiniphilum acetatigenes DSM 18083 F597DRAFT_scaffold00018.18, whole genome shotgun sequence	True	False
ISR0288_000000020637	1437	0.5144820080821082	3	2	2	1	1	False	25960	maximal	True	ISR0288_000000020637	1.0		128	8	False	False	0.9993041157722473	0					non-mobilizable	no_good_hit	630.0	88.73	44.0	0.004315638529252345	NZ_JAAITI010000007.1	firmicutes	Blautia luti strain MSK.16.34 NODE_7_length_145749_cov_137.288, whole genome shotgun sequence	True	False
AST0111_000000009393	2090	0.5144788670895578	2	2	2	2	1	False	106808	maximal	True	AST0111_000000009393	1.0		633	14	False	False	1.0	0					non-mobilizable	chromosome	2110.0	79.384	99.0	0.0005832202387166371	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0085_000000009296	3305	0.5144778588935258	3	3	3	3	3	False	113208	maximal	False	ENG0204_000000006486	0.9443065894678798		0	0	False	False	0.9996974468231201	0					non-mobilizable	chromosome	3305.0	99.395	100.0	0.0006863554856089702	CP055753.1	enterobacteria	Escherichia coli strain RHB07-C09 chromosome, complete genome	False	False
ISR0106_000000007881	3007	0.5144777400718685	5	4	3	2	3	False	32909	maximal	True	ISR0106_000000007881	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1973.0	93.462	76.0	0.010570926988982111	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ISR0395_000000003240	10903	0.5144745694398978	10	7	5	5	5	False	38169	maximal	True	ISR0395_000000003240	1.0		4	3	False	False	1.0	0					non-mobilizable	chromosome	10837.0	100.0	99.0	0.002066157461944072	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0775_000000007036	2729	0.5144743499748522	4	3	1	3	2	False	22451	fragment	False	ISR0775_000000007036	1.0		0	0	False	False	0.9750824570655823	0					non-mobilizable	no_good_hit	2046.0	95.992	75.0	0.032592403610039226	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	False
ENG0111_000000012440	1634	0.5144740533323302	2	2	1	1	1	False	59727	maximal	True	ENG0111_000000012440	1.0		2	2	False	False	0.9847001433372498	0					non-mobilizable	no_good_hit	1081.0	80.574	65.0	0.0014935148913447058	NZ_AUJC01000001.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
CHI0137_000000015185	1173	0.5144716953422749	2	2	2	2	2	True	80452	fragment	False	CHI0137_000000015185	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1173.0	96.931	100.0	0.0005496819630212246	LT906445.1	firmicutes	Veillonella parvula strain NCTC11810 genome assembly, chromosome: 1	False	True
MON0058_000000048499	1123	0.5144716953422749	2	2	2	2	2	True	10965	fragment	False	MON0058_000000048499	1.0		0	0	False	False	0.9964380860328674	0					non-mobilizable	chromosome	1106.0	99.54799999999999	98.0	0.0003754777997476653	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
USA0132_01_000000012622	1239	0.5144703346108461	1	1	1	1	1	False	70	maximal	True	USA0132_01_000000012622	1.0		1	1	False	False	0.9959644675254822	0					non-mobilizable	no_good_hit	58.0	89.655	5.0	0.27586206896551724	NZ_ATDK01000209.1	g-proteobacteria	Pseudomonas avellanae BPIC 631 contig209, whole genome shotgun sequence	True	False
ENG0001_000000017711	1538	0.5144685699448469	3	2	2	1	1	False	68041	maximal	True	ENG0001_000000017711	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	93.671	5.0	7.92966589674355e-05	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
USA0087_01_000000006449	2366	0.5144566621003377	3	3	3	3	3	False	109247	fragment	False	USA0087_01_000000006449	0.98142391441918		0	0	False	False	0.9961960911750793	0					non-mobilizable	no_good_hit	552.0	93.478	23.0	0.6536180308422301	GQ883860.1		Uncultured organism clone VC1DF78TR genomic sequence	True	False
DEN0054_000000004237	1244	0.5144560854334811	3	2	1	1	2	False	72064	fragment	False	FIJ0108_000000018447	0.9538191382758673		0	0	False	False	0.9911575317382812	0					non-mobilizable	chromosome	1244.0	98.23200000000001	100.0	0.0003535599188774828	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0179_000000007606	2501	0.514454300638838	4	4	3	4	2	False	77576	maximal	True	CHI0179_000000007606	1.0		6	4	False	False	0.9988004565238953	0					non-mobilizable	no_good_hit	2231.0	90.273	89.0	0.0005462563663507059	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0019_000000018019	1662	0.5144488741224473	5	2	1	2	1	False	122196	maximal	True	AST0019_000000018019	1.0		0	0	False	False	0.9530686140060425	0					non-mobilizable	no_good_hit								True	False
AST0089_000000014142	1634	0.5144488741224473	4	2	1	2	1	False	110170	maximal	True	AST0089_000000014142	1.0		0	0	False	False	0.9492043852806091	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.0002537901556134375	NZ_JAAITI010000005.1	firmicutes	Blautia luti strain MSK.16.34 NODE_5_length_149730_cov_194.171, whole genome shotgun sequence	True	False
ENG0133_000000004949	4887	0.5144474850808588	4	4	4	3	2	False	118962	fragment	False	ENG0133_000000004949	0.9766701569870287		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	81.333	18.0	0.00022400415250708517	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0063_000000010007	4289	0.5144474850808588	5	4	4	3	2	False	118958	fragment	False	ISR0018_000000004470	0.796948918010874		0	0	False	False	0.9967358112335205	0					non-mobilizable	no_good_hit	166.0	98.795	4.0	0.003264611610146017	NZ_JAAITI010000025.1	firmicutes	Blautia luti strain MSK.16.34 NODE_25_length_50542_cov_245.424, whole genome shotgun sequence	True	False
ENG0055_000000004696	4118	0.5144474850808588	4	4	4	3	2	False	118958	fragment	False	ISR0018_000000004470	0.7926616096436918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	79.703	5.0	0.0013600489068091742	NZ_QOHO01000013.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_13, whole genome shotgun sequence	True	False
FIJ0088_000000010692	2585	0.5144417598606059	4	3	3	2	2	False	115985	fragment	False	FIJ0088_000000010692	1.0		0	0	False	False	0.9945841431617737	0					non-mobilizable	no_good_hit	1048.0	90.649	41.0	0.0002368857599756734	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0288_000000004631	5805	0.5144409841823692	6	3	1	2	2	False	73310	fragment	False	ISR0288_000000004631	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5808.0	93.52600000000001	100.0	0.001406920477965114	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
TAN0019_000000000347	10821	0.5144388893194676	16	7	2	6	2	False	2417	maximal	True	TAN0019_000000000347	1.0		3	1	False	False	0.9998151659965515	0					non-mobilizable	no_good_hit								True	False
ISR0773_000000004372	2903	0.5144365622017479	3	2	0	2	0	True	22506	fragment	False	ISR0773_000000004372	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.008041504539559013	XM_018133459.1	budding yeasts	Eremothecium sinecaudum HFR097Wp partial mRNA	True	True
ISR0118_000000010582	1565	0.5144365622017479	2	2	0	2	0	True	32375	fragment	False	ISR0118_000000010582	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000017048	3242	0.5144346472047445	4	4	4	4	3	False	1475	maximal	True	USA0034_01_000000017048	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	926.0	87.79700000000001	35.0	0.0003422697159606828	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	True	False
ENG0184_000000011356	1967	0.5144344855799574	4	3	2	2	3	False	55106	maximal	True	ENG0184_000000011356	1.0		4	1	False	False	0.9893238544464111	0					non-mobilizable	no_good_hit	1308.0	72.554	65.0	0.0028105726107964155	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
ISR0324_000000016630	1844	0.5144292400277135	3	3	3	3	2	False	24925	maximal	True	ISR0324_000000016630	1.0		91	9	False	False	0.9967461824417114	0					non-mobilizable	no_good_hit	201.0	79.104	11.0	0.0014651038891848695	NZ_SRMQ01000007.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000007, whole genome shotgun sequence	True	False
ENG0181_000000004347	5072	0.5144266820189479	12	10	4	3	7	False	55288	maximal	True	ENG0181_000000004347	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2027.0	94.32700000000001	56.0	0.0005751393048835642	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0067_000000020750	1251	0.5144261173833463	2	2	2	2	2	False	62652	fragment	False	ENG0067_000000020750	1.0		0	0	False	False	0.9688249230384827	0					non-mobilizable	other	1252.0	89.45700000000001	100.0	0.002662747102931152	NZ_HG529491.1	firmicutes	Levyella massiliensis strain 9403326, whole genome shotgun sequence	False	False
DEN0052_000000023847	1874	0.5144252166162695	3	2	2	2	2	False	72275	maximal	True	DEN0052_000000023847	1.0		15	4	False	False	0.9978655576705933	0					non-mobilizable	no_good_hit	1351.0	94.523	72.0	0.0005960649119104366	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ENG0091_000000010480	2278	0.5144238584139504	3	3	3	2	2	False	61188	maximal	True	ENG0091_000000010480	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0256_000000011949	1492	0.5144196125795599	2	2	2	2	2	False	63420	fragment	False	ENG0124_000000019034	0.9736990156373903		0	0	False	False	1.0	0					non-mobilizable	chromosome	1492.0	99.196	100.0	0.002049138083870356	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
FIJ0028_000000015644	1939	0.5144156234566296	2	1	1	1	1	False	48932	maximal	True	FIJ0028_000000015644	1.0		546	12	False	False	0.9907168745994568	0					non-mobilizable	chromosome	1939.0	100.0	100.0	0.00029817981073428855	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0076_000000008321	2995	0.5144129422634378	3	2	1	1	2	False	34582	maximal	True	ISR0076_000000008321	1.0		151	6	False	False	0.9993322491645813	0					non-mobilizable	no_good_hit	935.0	98.71700000000001	31.0	0.9989293361884368	GQ879384.1		Uncultured organism clone VC1C756TR genomic sequence	True	False
ISR0066_000000019814	1628	0.5144104440099034	3	2	2	2	1	False	35123	maximal	True	ISR0066_000000019814	1.0		31	5	False	False	0.9938575029373169	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.3255854015252396e-05	NZ_AUDY01000008.1	firmicutes	Halobacillus kuroshimensis DSM 18393 H615DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
CHI0131_000000014256	1283	0.514409741745885	2	2	2	2	1	False	80981	maximal	True	CHI0131_000000014256	1.0		29	9	False	False	1.0	0					non-mobilizable	other	1283.0	100.0	100.0	0.00036028298795440765	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0183_000000012290	2692	0.5144080493836564	4	3	2	2	3	False	40176	fragment	False	ISR0183_000000012290	1.0		0	0	False	False	0.9947994351387024	0					non-mobilizable	no_good_hit	156.0	97.436	6.0	4.99593395439776e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0073_000000010008	4597	0.5144058915810635	6	5	2	3	5	True	109054	maximal	True	DEN0073_000000010008	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	422.0	74.882	9.0	9.366829477548118e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
MAD0003_000000021390	1227	0.5144054077066151	2	2	2	2	2	False	20063	maximal	True	MAD0003_000000021390	1.0		38	5	False	False	1.0	0					non-mobilizable	chromosome	1228.0	98.779	100.0	0.00025325328300466137	CP056148.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00872 chromosome, complete genome	False	False
ENG0092_000000011520	1953	0.5144028527159906	2	2	2	2	1	False	61110	maximal	True	ENG0092_000000011520	1.0		6	4	False	False	0.998975932598114	0					non-mobilizable	no_good_hit	851.0	88.367	44.0	0.0002540637481554942	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0120_000000012850	1880	0.5144021560343618	2	2	2	2	2	True	125714	maximal	True	FIJ0120_000000012850	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	1301.0	89.162	69.0	0.00043689920048792686	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0164_000000018868	1102	0.5144018328718074	2	2	2	2	2	False	56247	maximal	True	ENG0164_000000018868	1.0		8	3	False	False	0.9990925788879395	0					non-mobilizable	no_good_hit	586.0	86.689	53.0	0.000817749648185618	NZ_LN868536.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	True	False
ISR0228_000000004237	5363	0.5144012101741545	8	2	1	2	0	False	95907	maximal	True	ISR0228_000000004237	1.0		22	7	False	False	0.9990676641464233	0					non-mobilizable	no_good_hit	3281.0	99.87799999999999	61.0	0.0007652301803050282	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0191_000000005813	4614	0.5144012101741545	6	3	1	3	0	False	54750	fragment	False	ENG0191_000000005813	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	1.0	0.048484848484848485	GQ882727.1		Uncultured organism clone VC1D477TF genomic sequence	True	False
CHI0138_000000005160	2950	0.5144012101741545	4	2	1	2	0	False	95910	maximal	True	CHI0138_000000005160	1.0		33	9	False	False	0.989830493927002	0					non-mobilizable	chromosome	2576.0	93.82799999999999	99.0	0.0008651280345317249	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0001_000000008733	2933	0.5144012101741545	3	2	1	2	0	False	20294	maximal	True	MAD0001_000000008733	1.0		2	2	False	False	0.9996590614318848	0					non-mobilizable	no_good_hit	295.0	88.814	10.0	0.001201086776448759	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	False
DEN0083_000000009550	2902	0.5144012101741545	3	2	1	2	0	False	69128	maximal	True	DEN0083_000000009550	0.9896027516484845		24	8	False	False	0.9986216425895691	0					non-mobilizable	no_good_hit	1211.0	73.906	44.0	0.00027692933659209407	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
CHI0058_000000006814	2879	0.5144012101741545	3	2	1	2	0	False	104112	maximal	True	CHI0058_000000006814	1.0		44	9	False	False	0.9972212314605713	0					non-mobilizable	no_good_hit	880.0	97.273	49.0	0.0003412083282812738	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0166_000000008360	2870	0.5144012101741545	3	2	1	2	0	False	95903	fragment	False	SPA0077_000000010578	0.6303852413053042		0	0	False	False	0.9853658676147461	0					non-mobilizable	other	2236.0	94.544	98.0	0.0056474904674909225	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
SPA0027_000000012827	2870	0.5144012101741545	5	2	1	2	0	False	95905	fragment	False	SPA0027_000000012827	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2870.0	99.82600000000001	100.0	0.0006693431058826604	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0075_000000006196	2844	0.5144012101741545	3	2	1	2	0	False	69128	maximal	False	DEN0083_000000009550	0.9762078217314873		0	0	False	False	0.997538685798645	0					non-mobilizable	no_good_hit	1211.0	73.906	45.0	0.00027692933659209407	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0099_000000007509	2821	0.5144012101741545	3	2	1	2	0	False	69128	maximal	False	DEN0083_000000009550	0.9613616617603392		0	0	False	False	0.9996455311775208	0					non-mobilizable	no_good_hit	1211.0	73.906	46.0	0.00027692933659209407	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0089_000000014160	2771	0.5144012101741545	4	2	1	2	0	False	95904	fragment	False	SPA0089_000000014160	1.0		0	0	False	False	0.9974738359451294	0					non-mobilizable	other	2770.0	99.89200000000001	99.0	0.0006460129174587266	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0077_000000010578	2735	0.5144012101741545	2	2	1	2	0	False	95903	fragment	False	SPA0077_000000010578	0.7778855227468918		0	0	False	False	0.9992687106132507	0					non-mobilizable	chromosome	2343.0	95.43299999999999	98.0	0.0007937702626339784	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0084_000000001474	2420	0.5144012101741545	3	2	1	2	0	False	95903	fragment	False	SPA0077_000000010578	0.6079042960708758		0	0	False	False	0.9987603425979614	0					non-mobilizable	other	2424.0	95.62700000000001	100.0	0.0005650571636276763	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0071_01_000000005352	2401	0.5144012101741545	3	2	1	2	0	False	95903	fragment	False	SPA0077_000000010578	0.31138246838203226		0	0	False	False	0.991253674030304	0					non-mobilizable	other	2174.0	98.94200000000001	91.0	0.0005069649944520812	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0270_000000003004	2357	0.5144012101741545	6	2	1	2	0	False	70092	fragment	False	ISR0270_000000003004	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2357.0	99.406	100.0	0.0008005662409099543	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CAN0005_000000007504	2293	0.5144012101741545	3	2	1	2	0	False	95903	fragment	False	SPA0077_000000010578	0.3146005509641873		0	0	False	False	0.9995638728141785	0					non-mobilizable	chromosome	2293.0	98.69200000000001	100.0	0.0007788191104268316	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0084_000000012379	2270	0.5144012101741545	4	2	1	2	0	False	61521	fragment	False	ENG0084_000000012379	1.0		0	0	False	False	0.9938325881958008	0					non-mobilizable	no_good_hit	999.0	73.273	44.0	0.0024914655932644515	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	False
AST0150_000000013389	2086	0.5144012101741545	3	2	1	2	0	False	104111	fragment	False	DEN0082_000000018611	0.951309141019752		0	0	False	False	0.9952061176300049	0					non-mobilizable	no_good_hit	879.0	97.725	70.0	0.0003412083282812738	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
USA0102_01_000000006544	2066	0.5144012101741545	4	2	1	2	0	False	337	fragment	False	USA0102_01_000000006544	1.0		0	0	False	False	0.9961277842521667	0					non-mobilizable	no_good_hit	1211.0	73.906	62.0	0.00027692933659209407	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0127_000000014876	1976	0.5144012101741545	5	2	1	2	0	False	70090	fragment	False	SPA0127_000000014876	0.9994895354772844		0	0	False	False	0.9863360524177551	0					non-mobilizable	chromosome	1945.0	99.897	98.0	0.0006605690884248519	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0007_000000013157	1959	0.5144012101741545	5	2	1	2	0	False	70090	fragment	False	SPA0127_000000014876	0.9951923076923077		0	0	False	False	0.9887697696685791	0					non-mobilizable	chromosome	1947.0	99.897	99.0	0.0006612486862524495	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
FIJ0006_000000019658	1903	0.5144012101741545	5	2	1	2	0	False	70091	fragment	False	FIJ0006_000000019658	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1912.0	94.195	100.0	0.000445373297012896	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0143_000000010828	1856	0.5144012101741545	3	2	1	2	0	False	3406	maximal	True	SPA0143_000000010828	1.0		6	4	False	False	0.9816810488700867	0					non-mobilizable	no_good_hit								True	False
ISR0177_000000016781	1824	0.5144012101741545	3	2	1	2	0	False	29760	maximal	True	ISR0177_000000016781	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1629.0	85.39	88.0	0.0004911982542172035	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
FIJ0149_000000014199	1793	0.5144012101741545	2	2	1	2	0	False	39849	fragment	False	FIJ0149_000000014199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0076_000000014534	1776	0.5144012101741545	2	2	1	2	0	False	95449	fragment	False	ISR0076_000000014534	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	645.0	90.38799999999999	36.0	0.0002491053968431623	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0018_000000012065	1759	0.5144012101741545	3	2	1	2	0	False	121000	fragment	False	ISR0018_000000012065	1.0		0	0	False	False	0.9954519867897034	0					non-mobilizable	other	1745.0	94.384	100.0	0.0004208951261599353	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0273_000000007521	1698	0.5144012101741545	2	2	1	2	0	False	95449	fragment	False	ISR0076_000000014534	0.9780405405405406		0	0	False	False	0.9699646830558777	0					non-mobilizable	no_good_hit	645.0	90.38799999999999	38.0	0.0002491053968431623	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
FIJ0054_000000015038	1677	0.5144012101741545	3	2	1	2	0	False	121005	fragment	False	FIJ0054_000000015038	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1677.0	97.01799999999999	100.0	0.0007816471488067755	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0774_000000014989	1656	0.5144012101741545	2	2	1	2	0	False	22468	maximal	True	ISR0774_000000014989	1.0		1	1	False	False	0.9993961453437805	0					non-mobilizable	no_good_hit	1275.0	84.314	77.0	0.0031534980328539915	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	False
CHI0165_000000010959	1522	0.5144012101741545	3	2	1	2	0	False	78309	fragment	False	CHI0165_000000010959	1.0		0	0	False	False	0.9980289340019226	0					non-mobilizable	chromosome	1526.0	89.97399999999999	100.0	0.0007098251554199954	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0002_000000018709	1485	0.5144012101741545	2	2	1	2	0	False	70086	fragment	False	MON0002_000000018709	0.9730627306273063		0	0	False	False	0.9717171788215637	0					non-mobilizable	other	1485.0	99.865	100.0	0.0003462199962111774	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0211_000000015554	1472	0.5144012101741545	3	2	1	2	0	False	47108	fragment	False	ISR0211_000000015554	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1472.0	98.234	100.0	0.0037169836589168444	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
SPA0020_000000023844	1445	0.5144012101741545	2	2	1	2	0	False	95447	fragment	False	SPA0020_000000023844	0.9906726814254244		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	94.654	22.0	0.00012280390858414867	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0299_000000009074	1420	0.5144012101741545	4	2	1	2	0	False	27286	fragment	False	ISR0238_000000010620	1.0		0	0	False	False	0.9746478796005249	0					non-mobilizable	no_good_hit	682.0	74.194	54.0	0.00015561235678763835	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0238_000000010620	1420	0.5144012101741545	4	2	1	2	0	False	27286	fragment	False	ISR0238_000000010620	1.0		0	0	False	False	0.9950703978538513	0					non-mobilizable	no_good_hit	682.0	74.194	54.0	0.00015561235678763835	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0077_000000025775	1413	0.5144012101741545	2	2	1	2	0	False	34470	fragment	False	ISR0077_000000025775	1.0		0	0	False	False	0.966029703617096	0					non-mobilizable	plasmid	1414.0	98.37299999999999	100.0	0.012092840148571624	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
AST0024_000000025517	1411	0.5144012101741545	3	2	1	2	0	False	120994	fragment	False	FIJ0139_000000019452	0.9085302884502546		0	0	False	False	1.0	0					non-mobilizable	chromosome	1414.0	93.42299999999999	100.0	0.0006585237315722954	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
FIJ0139_000000019452	1370	0.5144012101741545	3	2	1	2	0	False	120994	fragment	False	FIJ0139_000000019452	0.9183305949350647		0	0	False	False	1.0	0					non-mobilizable	other	1348.0	93.76899999999999	100.0	0.00032460088571394097	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
DEN0073_000000039679	1355	0.5144012101741545	2	2	1	2	0	False	70086	fragment	False	MON0002_000000018709	0.9316498316498316		0	0	False	False	1.0	0					non-mobilizable	other	1355.0	94.834	100.0	0.0003158907512600635	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MAD0035_000000016389	1355	0.5144012101741545	2	2	1	2	0	False	18759	fragment	False	MAD0035_000000016389	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1356.0	99.115	100.0	0.011596460298170241	CP041396.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed1, complete sequence	False	True
MON0031_000000023771	1345	0.5144012101741545	2	2	1	2	0	False	12430	maximal	True	MON0031_000000023771	1.0		0	0	False	False	0.9382899403572083	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000030006	1343	0.5144012101741545	2	2	1	2	0	False	95447	fragment	False	SPA0020_000000023844	0.9674201930715065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	222.0	96.84700000000001	17.0	8.549639205225539e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0142_000000025818	1338	0.5144012101741545	2	2	1	2	0	False	57657	fragment	False	ENG0142_000000025818	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	95.211	97.0	0.0002815953742768808	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0009_000000025707	1323	0.5144012101741545	2	2	1	2	0	False	113430	maximal	False	AST0108_000000021745	0.973083778966132		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	98.94200000000001	100.0	0.0004746807036189915	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
AST0108_000000021745	1320	0.5144012101741545	2	2	1	2	0	False	113430	maximal	True	AST0108_000000021745	0.9812511671335201		1108	15	False	False	0.9886363744735718	0					non-mobilizable	other	1320.0	99.697	100.0	0.017254686498436745	NZ_CYZO01000012.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0039_000000011738	1285	0.5144012101741545	2	2	1	2	0	False	95447	fragment	False	SPA0020_000000023844	0.6438322164308762		0	0	False	False	0.992996096611023	0					non-mobilizable	no_good_hit	149.0	96.64399999999999	14.0	5.712713468946156e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0045_000000020542	1284	0.5144012101741545	2	2	1	2	0	False	36221	maximal	True	ISR0045_000000020542	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1120.0	97.14299999999999	85.0	0.0002610648084638191	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MON0065_000000020667	1283	0.5144012101741545	2	2	1	2	0	False	10662	maximal	True	MON0065_000000020667	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0055_000000028786	1275	0.5144012101741545	2	2	1	2	0	False	113430	maximal	False	AST0108_000000021745	0.9624269909984196		0	0	False	False	0.9952940940856934	0					non-mobilizable	other	1274.0	98.98	100.0	0.00045708663820497443	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ENG0170_000000011057	1256	0.5144012101741545	2	2	1	2	0	False	55836	fragment	False	ENG0170_000000011057	1.0		0	0	False	False	0.9896496534347534	0					non-mobilizable	no_good_hit								True	False
ISR0377_000000013325	1244	0.5144012101741545	3	2	1	2	0	False	120994	fragment	False	FIJ0139_000000019452	0.6077858880778589		0	0	False	False	0.9991961121559143	0					non-mobilizable	other	1248.0	91.98700000000001	100.0	0.0003002256519168346	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
ISR0783_000000011680	1200	0.5144012101741545	2	2	1	2	0	False	27340	fragment	False	ISR0783_000000011680	0.9645669291338582		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	99.917	100.0	0.0002797289592029661	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
USA0135_01_000000012879	1190	0.5144012101741545	2	2	1	2	0	False	27	fragment	False	USA0135_01_000000012879	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	77.178	100.0	0.00028622799290463493	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
USA0075_01_000000021372	1152	0.5144012101741545	2	2	1	2	0	False	22302	fragment	False	ISR0780_000000011489	0.9271756489078061		0	0	False	False	0.9713541865348816	0					non-mobilizable	other	1152.0	99.479	100.0	0.006193299828890587	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	False	False
ISR0235_000000004318	1143	0.5144012101741545	2	2	1	2	0	False	27340	fragment	False	ISR0783_000000011680	0.9425		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	95.976	100.0	0.00026643075180132384	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0009_000000035720	1131	0.5144012101741545	2	2	1	2	0	False	22302	fragment	False	ISR0780_000000011489	0.6493738819320215		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	100.0	100.0	0.007231722301863608	NZ_QSFS01000007.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf7, whole genome shotgun sequence	False	False
CAN0016_000000031544	1465	0.5143965365199002	3	3	3	2	2	False	92747	fragment	False	CAN0016_000000031544	1.0		0	0	False	False	0.9972696304321289	0					non-mobilizable	chromosome	1465.0	99.795	100.0	0.0006827753137548445	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
CHI0074_000000009856	1400	0.5143965023364184	2	2	2	2	1	True	84717	maximal	True	CHI0074_000000009856	1.0		34	6	False	False	1.0	0					non-mobilizable	no_good_hit	733.0	89.359	52.0	0.0002027203403480125	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
SPA0028_000000026036	1286	0.5143965023364184	2	2	2	2	1	True	7421	maximal	True	SPA0028_000000026036	1.0		132	11	False	False	0.9992223978042603	0					non-mobilizable	no_good_hit	993.0	80.46300000000001	76.0	0.00027655741110944263	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0186_000000026370	1246	0.5143965023364184	2	2	2	2	1	True	29309	fragment	False	USA0119_01_000000018938	0.977760736196319		0	0	False	False	0.9871588945388794	0					non-mobilizable	virus	1246.0	100.0	100.0	0.19885002395783422	MK233194.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_5_c1 sequence	False	True
CHI0020_000000001489	5422	0.5143920912351085	10	6	3	5	3	True	89400	maximal	True	CHI0020_000000001489	1.0		82	10	False	False	0.998708963394165	0					non-mobilizable	no_good_hit	3220.0	96.087	59.0	0.032706334754168405	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	True	True
ISR0033_000000019573	1613	0.514391931916675	2	2	2	2	2	False	36868	maximal	True	ISR0033_000000019573	1.0		388	12	False	False	0.9764414429664612	0					non-mobilizable	other	1613.0	99.008	100.0	0.0004283455260346126	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0142_000000012116	2675	0.5143893400184596	2	2	2	2	2	False	106508	maximal	False	ISR0112_000000011843	0.9754448528968426		0	0	False	False	0.9992523193359375	0					non-mobilizable	chromosome	2680.0	98.17200000000001	100.0	0.00037784968103671675	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0069_01_000000019136	3234	0.5143850528508558	4	4	4	3	3	False	24370	maximal	True	USA0069_01_000000019136	1.0		49	9	False	False	0.9925788640975952	0					non-mobilizable	other	3234.0	99.969	100.0	0.0012995600468693788	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
SPA0120_000000031752	1245	0.5143810636996504	2	2	0	1	2	False	54881	maximal	True	SPA0120_000000031752	0.9830157415078707		34	8	False	False	1.0	0					non-mobilizable	other	1216.0	98.84899999999999	98.0	0.004385173421878948	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
CHI0021_000000002629	3019	0.5143798659461956	6	6	6	4	5	False	89312	maximal	True	CHI0021_000000002629	1.0		33	6	False	False	1.0	0					non-mobilizable	no_good_hit	1875.0	99.89299999999999	62.0	0.0004037355665612157	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	True	False
SPA0154_000000005310	1679	0.5143797977529894	3	3	3	3	2	False	86592	fragment	False	ISR0329_000000008212	0.67917293769624		0	0	False	False	1.0	0					non-mobilizable	other	1628.0	80.71300000000001	96.0	0.031194261341605273	NZ_JAAIUL010000024.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_24_length_51580_cov_437.74, whole genome shotgun sequence	False	False
ENG0151_000000010429	2245	0.5143773658236749	4	3	2	2	2	False	57106	maximal	True	ENG0151_000000010429	1.0		7	3	False	False	0.9866369962692261	0					non-mobilizable	no_good_hit	1334.0	100.0	59.0	0.037926423307821436	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
MON0004_000000007853	4302	0.5143760611724204	5	5	3	3	4	False	44076	maximal	True	MON0004_000000007853	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2387.0	96.48100000000001	58.0	0.019746541870289076	AB255435.1	enterobacteria	Escherichia coli plasmid pO86A1 DNA, complete sequence	True	False
ENG0035_000000019334	1165	0.5143758422141989	2	2	2	1	1	False	89658	fragment	False	SPA0115_000000024347	0.9465182244610738		0	0	False	False	0.9879828095436096	0					non-mobilizable	chromosome	1130.0	96.37200000000001	97.0	0.00032250195243653225	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	False	False
ISR0336_000000014632	1105	0.5143758422141989	2	2	2	1	1	False	89658	fragment	False	SPA0115_000000024347	0.9381400219364819		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	98.37100000000001	100.0	0.00025756528020022903	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0031_000000031292	1049	0.5143758422141989	2	2	2	1	1	False	89658	fragment	False	SPA0115_000000024347	0.635283359447246		0	0	False	False	1.0	0					non-mobilizable	other	1049.0	98.85600000000001	100.0	0.0002445003746828261	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
DEN0090_000000006649	3576	0.5143737983517048	4	4	4	4	2	False	81205	maximal	True	DEN0090_000000006649	1.0		1	1	False	False	0.9972035884857178	0					non-mobilizable	no_good_hit	2232.0	76.03	61.0	0.0006672125123691991	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
SPA0013_000000004088	5933	0.5143683607020718	9	6	2	4	5	False	101753	maximal	True	SPA0013_000000004088	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3338.0	82.235	58.0	0.5371982263097389	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0123_000000006265	5219	0.5143683607020718	8	6	2	4	5	False	101752	fragment	False	FIJ0123_000000006265	0.9851272008287326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3336.0	82.404	73.0	0.5370339957300049	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0106_000000005007	4853	0.5143683607020718	7	6	2	4	5	False	101752	fragment	False	FIJ0123_000000006265	0.9779423772495349		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3185.0	82.41799999999999	76.0	0.512235178190179	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0141_000000005891	4847	0.5143683607020718	7	6	2	4	5	False	101752	fragment	False	FIJ0123_000000006265	0.9779006974251407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3180.0	82.39	76.0	0.5115782558712432	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ENG0073_000000005490	4757	0.5143683607020718	7	6	2	4	5	False	101752	fragment	False	FIJ0123_000000006265	0.9646872624790435		0	0	False	False	0.9997897744178772	0					non-mobilizable	no_good_hit	1666.0	88.355	69.0	0.24573884689491626	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
MON0033_000000015472	4384	0.5143683607020718	6	6	2	4	5	False	101752	fragment	False	FIJ0123_000000006265	0.4600940134321981		0	0	False	False	0.9995437860488892	0					non-mobilizable	no_good_hit	3137.0	82.977	73.0	0.5064871078994909	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0153_000000005996	4338	0.5143683607020718	7	6	2	4	5	False	101752	fragment	False	FIJ0123_000000006265	0.575477286550359		0	0	False	False	0.9995389580726624	0					non-mobilizable	no_good_hit	1666.0	89.196	68.0	0.24573884689491626	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
SPA0012_000000005829	4262	0.5143683607020718	6	6	2	4	5	False	101752	fragment	False	FIJ0123_000000006265	0.4789088424714058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3178.0	82.37899999999999	74.0	0.5112497947117753	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0308_000000003566	4196	0.5143683607020718	6	6	2	4	5	False	101752	fragment	False	FIJ0123_000000006265	0.3897469942505114		0	0	False	False	0.9973784685134888	0					non-mobilizable	no_good_hit	1666.0	89.13600000000001	68.0	0.24573884689491626	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	True	False
ISR0015_000000014930	1734	0.5143629937229213	2	2	2	2	2	False	37971	maximal	True	ISR0015_000000014930	1.0		2	2	False	False	0.9821222424507141	0					non-mobilizable	no_good_hit	306.0	95.098	18.0	0.00014615154237795748	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	True	False
AST0113_000000008417	4260	0.5143597472365202	5	3	1	3	0	False	106656	maximal	True	AST0113_000000008417	1.0		1	1	False	False	0.9997652769088745	0					non-mobilizable	no_good_hit	507.0	75.74	12.0	0.0001552664984769768	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	False
DEN0003_000000011249	2368	0.5143585769207489	2	2	2	1	1	False	76666	fragment	False	DEN0003_000000011249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	87.62899999999999	4.0	0.004887941344703863	NZ_CYZO01000041.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
CHI0069_000000001644	5423	0.514357682509867	4	4	2	2	3	False	85079	maximal	True	CHI0069_000000001644	1.0		43	7	False	False	1.0	0					non-mobilizable	chromosome	3233.0	85.772	98.0	0.0008586910390161572	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0105_000000021725	1527	0.5143575718397041	2	2	2	2	1	False	42417	fragment	False	FIJ0105_000000021725	1.0		0	0	False	False	0.9803536534309387	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	6.2534267770120806e-06	CP054371.1	enterobacteria	Escherichia coli strain SCU-316 chromosome, complete genome	True	False
AST0047_000000011469	1933	0.5143570480314842	3	3	3	3	3	False	115308	maximal	True	AST0047_000000011469	1.0		265	13	False	False	0.9746508002281189	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	1.5588878304368214e-05	CP046311.1	firmicutes	Lactobacillus crispatus strain FDAARGOS_743 chromosome, complete genome	True	False
FIJ0124_000000010866	2517	0.5143557975909137	3	3	3	3	2	False	41253	maximal	True	FIJ0124_000000010866	1.0		39	10	False	False	0.9888756275177002	0					non-mobilizable	no_good_hit	196.0	76.531	8.0	0.005854161611259403	NZ_VMNW02000093.1	high GC Gram+	Amycolatopsis acidicola strain K81G1 NODE_93_length_32968_cov_24.2262, whole genome shotgun sequence	True	False
MON0040_000000014681	1879	0.5143548351967699	2	2	1	2	2	True	87079	fragment	False	MON0032_000000016300	0.22668078043491857		0	0	False	False	1.0	0					non-mobilizable	other	1754.0	91.676	98.0	0.0005447331367606827	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0062_000000012152	1704	0.5143546300244798	4	4	4	4	2	True	71702	maximal	True	DEN0062_000000012152	1.0		1	1	False	False	0.9947183132171631	0					non-mobilizable	no_good_hit	168.0	77.381	10.0	0.0009299477187928825	NZ_JAAIUD010000005.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_5_length_176354_cov_263.687, whole genome shotgun sequence	True	True
MON0077_000000027762	1595	0.5143537855590271	2	2	2	2	2	False	10212	maximal	True	MON0077_000000027762	1.0		4	2	False	False	0.9824451208114624	0					non-mobilizable	no_good_hit	860.0	81.163	60.0	0.00023798812558663935	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0005_000000022674	1191	0.5143509270145528	2	2	2	2	2	False	127810	maximal	True	AST0005_000000022674	1.0		98	12	False	False	0.9630562663078308	0					non-mobilizable	no_good_hit	582.0	93.29899999999999	49.0	0.013097975562469001	NZ_CABKPS010000010.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
MAD0095_000000018537	1922	0.514345195428257	2	2	1	2	2	False	67646	fragment	False	MAD0095_000000018537	1.0		0	0	False	False	0.9984391331672668	0					non-mobilizable	no_good_hit	1448.0	98.895	75.0	0.2165614667868951	MK232879.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_3-proph_c1 sequence	True	False
MAD0061_000000014754	1270	0.5143415420601252	2	2	2	2	2	False	48976	fragment	False	MAD0061_000000014754	1.0		0	0	False	False	0.9944881796836853	0					non-mobilizable	other	1239.0	77.885	97.0	0.007175986698170998	NZ_FOZC01000007.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	False
USA0056_01_000000014492	1156	0.51434060552561	2	2	2	1	1	False	1001	fragment	False	USA0056_01_000000014492	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	99.913	100.0	0.00016314409606941379	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0188_000000005199	5074	0.5143366150328817	5	4	2	2	4	False	93333	maximal	True	ENG0188_000000005199	0.999899879855827		3	2	False	False	0.9992116689682007	0					non-mobilizable	no_good_hit	192.0	88.021	5.0	5.752211589832981e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CAN0015_000000008351	4994	0.5143366150328817	5	4	2	2	4	False	93333	maximal	False	ENG0188_000000005199	0.9920181316515571		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	90.27	4.0	5.170988282652964e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0154_000000012323	1718	0.5143279166437664	3	2	2	2	2	True	30624	maximal	True	ISR0154_000000012323	1.0		0	0	False	False	0.9755529761314392	0					non-mobilizable	no_good_hit	885.0	92.429	51.0	0.003412797213916456	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
SPA0003_000000009981	1812	0.5143275933406908	3	3	3	3	3	False	65157	fragment	False	ISR0815_000000016938	0.9572873718764077		0	0	False	False	0.9900662302970886	0					non-mobilizable	chromosome	1813.0	98.787	100.0	0.0006394044646099156	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0009_000000036196	1118	0.5143275129798522	2	2	2	2	2	False	13757	fragment	False	MON0009_000000036196	1.0		0	0	False	False	0.912343442440033	0					non-mobilizable	no_good_hit	64.0	84.375	5.0	1.6637992964275813e-05	AP017912.1	d-proteobacteria	Geobacter sulfurreducens DNA, complete genome	True	False
MAD0107_000000011531	3370	0.5143250567118208	4	2	2	2	1	False	36802	maximal	True	MAD0107_000000011531	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	94.031	37.0	0.0008280766701575782	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
MON0107_000000016412	3447	0.5143224097917443	4	4	4	4	3	False	81206	fragment	False	FIJ0005_000000008187	0.8900246439863805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	74.277	35.0	0.00037050420590885595	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ENG0159_000000000390	38593	0.5143208450779281	30	26	23	25	21	False	58229	maximal	True	ENG0159_000000000390	1.0		4	3	False	False	0.9999740719795227	0					non-mobilizable	no_good_hit	2101.0	81.295	9.0	0.04947873572728777	NZ_CYZN01000030.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0150_000000011536	2028	0.5143184471707319	2	2	2	2	1	False	37951	fragment	False	ISR0150_000000011536	1.0		0	0	False	False	0.9699211120605469	0					non-mobilizable	other	2046.0	80.84100000000001	99.0	0.02552277068462853	NZ_NHOC01000006.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c6, whole genome shotgun sequence	False	False
ENG0167_000000010346	2404	0.5143180571213269	4	3	2	2	1	False	56204	maximal	True	ENG0167_000000010346	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	161.0	95.652	13.0	5.1570931142170424e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0102_000000006902	2603	0.5143147663505999	3	3	1	2	3	True	82406	fragment	False	MAD0102_000000006902	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2490.0	96.024	96.0	0.014857464007270293	CP042296.1	enterobacteria	Escherichia coli strain RM9088 plasmid p1RM9088, complete sequence	False	True
ENG0196_000000010726	1169	0.5143123270716545	2	1	1	1	1	False	54388	maximal	True	ENG0196_000000010726	1.0		126	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0147_000000003453	3962	0.5143095368516719	2	2	1	2	2	False	57368	maximal	True	ENG0147_000000003453	1.0		163	11	False	False	0.9997475743293762	0					non-mobilizable	chromosome	3962.0	100.0	100.0	0.0007196484932257476	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
ISR0181_000000006938	2721	0.5142937514617623	2	2	2	2	2	False	117281	maximal	True	ISR0181_000000006938	1.0		2	2	False	False	0.9996324777603149	0					non-mobilizable	no_good_hit	1960.0	83.67299999999999	72.0	0.0005626600689628183	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0026_000000006911	1972	0.5142937514617623	2	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.6338531550658795		0	0	False	False	1.0	0					non-mobilizable	chromosome	1974.0	88.197	100.0	0.0006206240723340665	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0103_000000015180	1926	0.5142937514617623	2	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.6118928888655127		0	0	False	False	0.9974039196968079	0					non-mobilizable	chromosome	1928.0	88.33	100.0	0.0006061249827823312	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0300_000000005063	1916	0.5142937514617623	2	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.6112914198032521		0	0	False	False	0.9994781017303467	0					non-mobilizable	chromosome	1918.0	88.321	100.0	0.0006029730067928235	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0266_000000017792	1210	0.5142931641636572	2	2	2	2	1	False	35464	fragment	False	ISR0266_000000017792	0.9466366167747645		0	0	False	False	0.9636363387107849	0					non-mobilizable	other	1172.0	97.27	97.0	0.012726877513313771	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0826_000000012133	1117	0.5142927034952207	2	2	2	2	1	False	21097	maximal	True	ISR0826_000000012133	1.0		8	3	False	False	0.986571192741394	0					non-mobilizable	no_good_hit	479.0	100.0	43.0	0.01563522177155567	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	False
FIJ0157_000000002144	9239	0.514287796635495	9	8	2	4	6	True	97585	fragment	False	FIJ0157_000000002144	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	99.495	4.0	0.0005644133109860042	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
AST0002_000000016986	2168	0.5142862114534811	3	3	3	3	2	False	131884	maximal	True	AST0002_000000016986	1.0		11	4	False	False	0.9995387196540833	0					non-mobilizable	no_good_hit	674.0	77.15100000000001	31.0	0.00010922794050718174	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0066_000000027921	1153	0.5142790088329505	2	2	2	2	2	False	35098	maximal	True	ISR0066_000000027921	1.0		4	2	False	False	0.9601040482521057	0					non-mobilizable	no_good_hit								True	False
ISR0094_000000006023	3517	0.5142785164875945	3	1	1	1	1	False	54129	maximal	True	ISR0094_000000006023	1.0		1	1	False	False	0.9883423447608948	0					non-mobilizable	no_good_hit	127.0	99.213	4.0	0.04893203883495146	NZ_JAAIOD010000037.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_38_length_2575_cov_949.812, whole genome shotgun sequence	True	False
FIJ0114_000000028327	1437	0.5142777337891643	2	2	2	1	2	False	80075	fragment	False	ISR0126_000000028652	0.5154305676819565		0	0	False	False	0.9993041157722473	0					non-mobilizable	chromosome	1431.0	95.73700000000001	99.0	0.0019653034607207305	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
FIJ0153_000000001478	17283	0.5142777219448251	24	7	2	7	1	False	39671	maximal	True	FIJ0153_000000001478	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	3.9605413721361136e-07	LR761635.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG2	True	False
ISR0069_000000011979	2056	0.5142758907939317	4	3	2	1	2	False	34955	maximal	True	ISR0069_000000011979	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	806.0	100.0	39.0	0.00012408124007253743	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ISR0087_000000018123	1944	0.5142746609478129	3	3	3	3	2	False	33838	maximal	True	ISR0087_000000018123	1.0		472	10	False	False	1.0	0					non-mobilizable	chromosome	1944.0	95.473	100.0	0.0005455574613089397	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0349_000000000766	10078	0.5142738296121094	7	5	3	4	2	False	24128	maximal	True	ISR0349_000000000766	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	2.2443594437836053e-05	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
CHI0092_000000004192	2341	0.5142705456424249	2	2	2	2	1	False	83682	fragment	False	CHI0092_000000004192	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2207.0	100.0	100.0	0.00046281183153481495	CP025630.1	enterobacteria	Klebsiella pneumoniae strain LS359 chromosome	False	False
ISR0046_000000034761	1111	0.5142643631406161	2	2	2	2	1	True	36124	maximal	True	ISR0046_000000034761	1.0		12	4	False	False	0.9576957821846008	0					non-mobilizable	no_good_hit								True	True
SPA0156_000000015758	1325	0.5142617894185662	1	1	1	1	1	False	24585	maximal	True	SPA0156_000000015758	1.0		48	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0111_000000017046	1224	0.5142571626075272	2	2	2	2	1	False	42070	maximal	True	FIJ0111_000000017046	1.0		30	5	False	False	1.0	0					non-mobilizable	other	1231.0	96.426	99.0	0.0005850876441296048	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MAD0061_000000000277	30251	0.5142568654280253	43	4	2	4	2	True	16846	fragment	False	MAD0061_000000000277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	8.80298362458316e-06	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0165_000000010960	1455	0.5142563342462042	1	1	1	1	1	True	39050	fragment	False	FIJ0165_000000010960	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1463.0	89.61	100.0	0.00029306301883550107	CP041976.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain NCCP 16207 chromosome, complete genome	False	True
ISR0185_000000029440	1133	0.5142563342462042	1	1	1	1	1	True	29357	fragment	False	ISR0185_000000029440	1.0		0	0	False	False	0.9832303524017334	0					non-mobilizable	plasmid	1022.0	93.249	99.0	0.013366596638655462	CP025981.1	enterobacteria	Escherichia marmotae strain HT073016 plasmid pEM76, complete sequence	False	True
SPA0127_000000014359	2043	0.5142561264705507	3	3	3	3	3	False	6412	maximal	True	SPA0127_000000014359	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	84.322	71.0	0.0006907747531587116	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
DEN0046_000000012949	1887	0.5142534786358102	2	2	2	2	1	False	72713	fragment	False	DEN0046_000000012949	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	72.83	55.0	0.003770834768546887	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
ISR0131_000000024882	1453	0.5142528845026132	2	2	2	2	2	False	31646	maximal	True	ISR0131_000000024882	1.0		0	0	False	False	0.9669649004936218	0					non-mobilizable	no_good_hit	424.0	71.226	29.0	0.00012644122529734155	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
USA0057_01_000000029873	1008	0.5142510371531769	2	2	1	1	2	True	949	fragment	False	USA0057_01_000000029873	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1008.0	99.50399999999999	100.0	0.00048617115831847544	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	True
ENG0174_000000010658	1821	0.5142510125283822	4	4	4	3	1	False	60360	maximal	True	ENG0174_000000010658	1.0		23	5	False	False	0.9934102296829224	0					non-mobilizable	no_good_hit	100.0	82.0	5.0	2.7822165216448015e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0047_000000007255	3917	0.5142486681901198	2	2	2	2	0	True	36108	maximal	True	ISR0047_000000007255	1.0		13	5	False	False	0.993617594242096	0					non-mobilizable	no_good_hit	136.0	94.853	3.0	0.0006677845875317197	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
MAD0089_000000018624	1475	0.5142441892956977	1	1	1	1	1	False	109815	fragment	False	MAD0089_000000018624	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1477.0	90.995	100.0	0.0004585589055312657	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0071_000000007082	5071	0.5142440198851236	8	6	5	6	5	False	70504	maximal	True	DEN0071_000000007082	1.0		72	6	False	False	1.0	0					non-mobilizable	no_good_hit	294.0	73.469	6.0	0.0637915543575921	NZ_QXDL01000276.1	bacteria	Calidithermus terrae strain DSM 26712 contig_276, whole genome shotgun sequence	True	False
ISR0319_000000017270	1210	0.5142435987059596	2	2	2	2	2	False	25080	fragment	False	ISR0319_000000017270	1.0		0	0	False	False	0.9983471035957336	0					non-mobilizable	other	1211.0	87.861	100.0	0.0003748734607633481	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0044_000000014236	3352	0.5142420058157814	5	2	2	2	2	False	11641	maximal	True	MON0044_000000014236	1.0		14	3	False	False	1.0	0					non-mobilizable	no_good_hit	1977.0	87.304	59.0	0.002469228695221434	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	True	False
ISR0378_000000029511	1144	0.5142405264706594	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.08614877577672375		0	0	False	False	1.0	0					non-mobilizable	virus	1144.0	98.95100000000001	100.0	0.15870591502360457	MK232128.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_2_c1 sequence	False	False
USA0001_01_000000000792	16359	0.5142329465289734	13	13	3	5	11	True	106551	fragment	False	MON0069_000000001241	0.9486966494116911		0	0	False	False	1.0	0					non-mobilizable	other	16359.0	100.0	100.0	0.04473566902496588	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
FIJ0126_000000003466	9294	0.5142327109123539	9	6	5	6	4	True	87279	fragment	False	ISR0772_000000000352	0.5712194087389341		0	0	False	False	0.9998924136161804	0					non-mobilizable	no_good_hit	124.0	97.581	1.0	3.601927822051881e-05	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
CHI0056_000000001757	8094	0.5142314004399982	4	4	4	3	3	False	90658	maximal	True	CHI0056_000000001757	1.0		206	11	False	False	0.9983938932418823	0					non-mobilizable	other	8094.0	99.531	100.0	0.04060080970847485	NZ_VJYL01000013.1	CFB group bacteria	Bacteroides kribbi strain JCM 31391 Scaffold12_1, whole genome shotgun sequence	False	False
ENG0147_000000001605	7482	0.5142311179383049	5	2	1	2	0	False	92388	fragment	False	ENG0147_000000001605	1.0		0	0	False	False	0.9851644039154053	0					non-mobilizable	no_good_hit	126.0	100.0	2.0	1.9021844991137343e-05	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
DEN0010_000000008632	4841	0.5142298405612338	7	4	3	3	2	False	76033	maximal	True	DEN0010_000000008632	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000027950	1494	0.514229811656147	2	2	2	2	2	False	45980	maximal	True	FIJ0058_000000027950	1.0		1	1	False	False	0.9872824549674988	0					non-mobilizable	no_good_hit								True	False
FIJ0001_000000017069	1254	0.5142292022608416	2	1	1	1	1	False	52518	fragment	False	FIJ0001_000000017069	0.9799163179916318		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1004.0	81.07600000000001	79.0	0.0004085300413719032	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MON0026_000000037238	1387	0.5142284846791514	3	2	2	2	1	False	12714	maximal	True	MON0026_000000037238	1.0		97	13	False	False	0.9949531555175781	0					non-mobilizable	no_good_hit	1012.0	77.767	72.0	0.0002621463316012296	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
USA0078_01_000000003998	3716	0.5142279913986569	2	2	2	2	2	False	55053	maximal	True	USA0078_01_000000003998	1.0		439	13	False	False	0.9940796494483948	0					non-mobilizable	other	3697.0	99.351	99.0	0.0037736349927049184	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
ISR0137_000000019997	1174	0.5142264430111296	2	1	1	1	1	False	31367	maximal	True	ISR0137_000000019997	1.0		160	12	False	False	0.9872231483459473	0					non-mobilizable	no_good_hit	113.0	83.186	10.0	6.412437587051729e-05	NZ_LT904908.1	actinobacteria	Collinsella provencensis strain Marseille-P3740, whole genome shotgun sequence	True	False
SPA0031_000000008666	3334	0.5142250563339674	3	2	1	2	2	False	7288	maximal	True	SPA0031_000000008666	1.0		158	12	False	False	1.0	0					non-mobilizable	other	3362.0	85.277	99.0	0.008965570815151735	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
CAN0001_000000032374	1342	0.5142135760650811	2	2	2	1	1	False	97104	maximal	True	CAN0001_000000032374	1.0		3	2	False	False	0.995529055595398	0					non-mobilizable	no_good_hit	215.0	91.163	22.0	6.0140841983029045e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0168_000000003114	7663	0.5142105677506092	10	4	3	3	2	False	30144	maximal	True	ISR0168_000000003114	1.0		2	1	False	False	0.9998695254325867	0					non-mobilizable	no_good_hit	727.0	73.17699999999999	9.0	0.00025897288375931286	NZ_CH724148.1	CFB group bacteria	Polaribacter irgensii 23-P scf_1099646005584, whole genome shotgun sequence	True	False
CHI0132_000000015258	2015	0.5142096714132292	3	2	1	2	2	False	80910	maximal	True	CHI0132_000000015258	1.0		0	0	False	False	0.9305210709571838	0					non-mobilizable	no_good_hit	295.0	99.322	15.0	7.761968414068805e-05	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ENG0162_000000013685	1792	0.5142085446694143	2	2	2	1	1	False	56354	maximal	True	ENG0162_000000013685	1.0		16	3	False	False	0.98046875	0					non-mobilizable	no_good_hit	190.0	75.789	10.0	0.0002063847636727117	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
CHI0059_000000005355	3119	0.5142076145726262	2	2	2	2	1	True	85836	maximal	True	CHI0059_000000005355	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1690.0	77.692	54.0	0.0641840171463564	NZ_JAAITU010000049.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_49_length_26128_cov_159.958, whole genome shotgun sequence	True	True
MAD0059_000000015465	1240	0.5142072401164495	1	1	1	1	1	False	16876	maximal	True	MAD0059_000000015465	1.0		4	1	False	False	0.9951612949371338	0					non-mobilizable	no_good_hit	830.0	84.57799999999999	87.0	0.00024899386306903153	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0135_000000011457	1945	0.5142039102243244	2	2	2	2	2	False	58091	maximal	True	ENG0135_000000011457	1.0		1	1	False	False	0.9994858503341675	0					non-mobilizable	no_good_hit	351.0	74.359	18.0	7.020788452858356e-05	CP022135.1	enterobacteria	Salmonella enterica subsp. diarizonae serovar 65:c:z str. SA20044251, complete genome	True	False
MAD0043_000000013222	1939	0.5141934285161202	3	3	3	3	3	False	18036	maximal	True	MAD0043_000000013222	1.0		13	3	False	False	0.9958741664886475	0					non-mobilizable	no_good_hit	227.0	74.009	11.0	0.04344391785150079	NZ_QGGI01000039.1	thermotogales	Oceanotoga teriensis strain DSM 24906 Ga0215701_139, whole genome shotgun sequence	True	False
MON0081_000000014032	4019	0.5141893198642656	4	4	4	4	3	False	79246	maximal	True	MON0081_000000014032	1.0		56	11	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	74.406	44.0	0.0002997669815058873	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0070_000000003037	5573	0.5141890102743121	8	4	3	2	1	False	16385	maximal	True	MAD0070_000000003037	1.0		35	8	False	False	0.9996411204338074	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	5.27817377826359e-06	CP006704.1	b-proteobacteria	Comamonas testosteroni TK102, complete genome	True	False
USA0035_01_000000007981	3138	0.5141877509699176	5	5	5	4	2	False	91164	maximal	True	USA0035_01_000000007981	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	77.70100000000001	46.0	0.08457478005865103	NZ_FQZY01000081.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	False
ENG0016_000000007702	2950	0.5141876330282601	4	3	1	3	0	True	66807	maximal	True	ENG0016_000000007702	1.0		4	2	False	False	0.9996610283851624	0					non-mobilizable	no_good_hit								True	True
ISR0018_000000005489	3951	0.5141875230003632	7	3	2	2	2	False	126143	fragment	False	FIJ0129_000000003927	0.10292203730380842		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	86.696	11.0	0.06807155852031534	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
SPA0085_000000003721	3770	0.5141836702392286	2	2	2	2	2	False	87794	fragment	False	SPA0085_000000003721	0.9903614457831325		0	0	False	False	1.0	0					non-mobilizable	other	3770.0	98.355	100.0	0.12671889184009683	NZ_CYZN01000037.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0367_000000004244	2253	0.5141825749054468	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.9785284930438533		0	0	False	False	1.0	0					non-mobilizable	other	2254.0	97.382	100.0	0.0006783351553742781	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0047_000000010195	2167	0.5141825749054468	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.9487968647049838		0	0	False	False	0.9990770816802979	0					non-mobilizable	other	2158.0	96.94200000000001	99.0	0.0006494313937604607	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0193_000000012496	2152	0.5141825749054468	5	2	1	2	2	False	115361	fragment	False	ISR0367_000000004244	0.9600273163283443		0	0	False	False	1.0	0					non-mobilizable	other	2152.0	98.745	100.0	0.0006476249086595971	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0032_000000018084	1990	0.5141825749054468	4	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.7219669322226847		0	0	False	False	0.9994974732398987	0					non-mobilizable	chromosome	1991.0	95.63	100.0	0.0005324827901133462	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0016_000000011508	1879	0.5141825749054468	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.7164003943044019		0	0	False	False	1.0	0					non-mobilizable	chromosome	1879.0	98.244	100.0	0.0005032726118937414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0096_000000017603	1863	0.5141825749054468	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.8272024026966266		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.182	82.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0040_000000014230	1863	0.5141825749054468	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.8265951685134852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.03	82.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0112_000000014710	1859	0.5141825749054468	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.6716567818528036		0	0	False	False	0.9983862042427063	0					non-mobilizable	chromosome	1860.0	96.613	100.0	0.0004979129461653736	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0033_000000033138	1854	0.5141825749054468	4	2	1	2	2	False	106495	fragment	False	ISR0003_000000014066	0.9838778482246292		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	815.0	95.215	67.0	0.005830360852063547	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
ISR0003_000000014066	1851	0.5141825749054468	4	2	1	2	2	False	106495	fragment	False	ISR0003_000000014066	0.9843331381651028		0	0	False	False	0.9994597434997559	0					non-mobilizable	no_good_hit	796.0	96.734	67.0	0.005013558680708835	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	True	False
USA0082_01_000000016204	1839	0.5141825749054468	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.8016200520469482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.03	83.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0039_000000026402	1827	0.5141825749054468	4	2	1	2	2	False	106495	fragment	False	ISR0003_000000014066	0.9834673229933413		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	788.0	95.178	66.0	0.0056369705043906775	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
FIJ0163_000000013576	1811	0.5141825749054468	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.7101066673437868		0	0	False	False	1.0	0					non-mobilizable	other	1812.0	95.309	100.0	0.0090332702136908	NZ_DS483473.1	firmicutes	Absiella dolichum DSM 3991 Scfld_02_13, whole genome shotgun sequence	False	False
ISR0262_000000009226	1804	0.5141825749054468	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7942376707573117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.182	83.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0004_000000024385	1799	0.5141825749054468	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.7045227314413426		0	0	False	False	0.9894385933876038	0					non-mobilizable	chromosome	1799.0	96.27600000000001	100.0	0.00048129798240743323	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0012_000000013704	1792	0.5141825749054468	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.7011658437485593		0	0	False	False	1.0	0					non-mobilizable	chromosome	1792.0	95.59200000000001	100.0	0.00047969008268892283	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0134_000000017993	1780	0.5141825749054468	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7811156418833238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	93.495	81.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0045_01_000000008013	1779	0.5141825749054468	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7866143611756533		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.03	81.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0171_000000011665	1778	0.5141825749054468	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.6167203709554441		0	0	False	False	1.0	0					non-mobilizable	chromosome	1779.0	95.50299999999999	100.0	0.00047567033339264696	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0228_000000015583	1733	0.5141825749054468	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.7390733032583153		0	0	False	False	0.9982689023017883	0					non-mobilizable	no_good_hit	660.0	93.788	86.0	0.00018300370450594555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0100_000000017899	1719	0.5141825749054468	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.5036760597373796		0	0	False	False	1.0	0					non-mobilizable	chromosome	1720.0	95.87200000000001	100.0	0.0004603952860667986	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0238_000000008564	1716	0.5141825749054468	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.6060470911851354		0	0	False	False	1.0	0					non-mobilizable	chromosome	1716.0	99.242	100.0	0.0004595913362075434	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0172_000000013544	1696	0.5141825749054468	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.6019070661744842		0	0	False	False	1.0	0					non-mobilizable	chromosome	1696.0	99.175	100.0	0.0004542316704791756	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0068_000000019108	1678	0.5141825749054468	3	2	1	2	2	False	110473	fragment	False	FIJ0108_000000009949	0.5079649569554887		0	0	False	False	1.0	0					non-mobilizable	other	1680.0	96.012	100.0	0.09851869268751469	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
ISR0346_000000015292	1583	0.5141825749054468	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.2085468269645631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	660.0	93.03	87.0	0.0001827260054095784	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0081_01_000000007287	4302	0.5141808387334148	4	4	4	4	4	False	6723	maximal	True	USA0081_01_000000007287	1.0		5	5	False	False	0.9967457056045532	0					non-mobilizable	other	4267.0	99.742	99.0	0.0014080769352641084	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
AST0028_000000012635	1257	0.5141806704125053	2	2	2	2	1	False	118563	maximal	True	AST0028_000000012635	1.0		1136	15	False	False	1.0	0					non-mobilizable	other	1257.0	99.602	100.0	0.11275697998024957	NZ_BBAB01000038.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	False	False
FIJ0169_000000016995	1343	0.5141786081342086	3	2	2	1	1	False	38849	maximal	True	FIJ0169_000000016995	1.0		29	8	False	False	0.9940431714057922	0					non-mobilizable	no_good_hit	797.0	87.829	59.0	0.023342863037519528	NZ_QRYH01000027.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf27, whole genome shotgun sequence	True	False
ISR0165_000000000056	90569	0.5141766875673789	86	11	5	7	4	False	88391	fragment	False	CHI0146_000000000011	0.701252409387484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1470.0	78.095	4.0	0.01616253624073848	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	False
ISR0256_000000007175	2484	0.5141757308537988	3	3	3	2	2	False	26844	maximal	True	ISR0256_000000007175	1.0		5	3	False	False	0.9943639039993286	0					non-mobilizable	no_good_hit	1875.0	82.88	75.0	0.00028767912931176864	CP012938.1	CFB group bacteria	Bacteroides ovatus strain ATCC 8483, complete genome	True	False
ENG0101_000000025399	1336	0.5141736052642426	2	2	2	2	1	False	60441	fragment	False	ENG0101_000000025399	1.0		0	0	False	False	0.996257483959198	0					non-mobilizable	other	991.0	99.899	100.0	0.0004945860314916415	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0018_000000008619	2499	0.5141733061103335	3	3	2	2	3	False	37796	fragment	False	ISR0018_000000008619	1.0		0	0	False	False	0.9931972622871399	0					non-mobilizable	no_good_hit	486.0	75.10300000000001	19.0	0.000488996063632519	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MAD0030_000000007254	1625	0.5141691166742971	3	1	1	1	1	False	18980	fragment	False	MAD0030_000000007254	1.0		0	0	False	False	0.9895384907722473	0					non-mobilizable	no_good_hit								True	False
ENG0001_000000014222	1884	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9849351950472879		0	0	False	False	0.9962844848632812	0					non-mobilizable	no_good_hit	685.0	86.861	84.0	0.002701165766278078	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0062_000000020252	1868	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.990104715480328		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	88.479	83.0	0.0025668972925157172	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0092_000000007818	1868	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9886347248424034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	651.0	88.633	83.0	0.0025668972925157172	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0089_000000011188	1859	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9885882981759476		0	0	False	False	0.9994620680809021	0					non-mobilizable	no_good_hit	661.0	88.805	84.0	0.002606388020092882	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0139_000000015064	1858	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9881237161842008		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	88.654	84.0	0.002606388020092882	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0796_000000012515	1797	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9840450335141219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	600.0	88.167	84.0	0.0023654945818721764	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0103_000000016682	1775	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9581578858099188		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	558.0	87.993	82.0	0.002199633526048084	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
AST0151_000000009056	1770	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9585125478907164		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	88.24600000000001	82.0	0.0021798881622595015	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0221_000000012769	1769	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9760762227445977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.398	51.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0122_000000016670	1744	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9549289964172568		0	0	False	False	0.9982798099517822	0					non-mobilizable	no_good_hit	550.0	88.0	83.0	0.002168040943986352	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0249_000000011805	1726	0.5141684714510992	3	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.8152119873368868		0	0	False	False	0.9988412261009216	0					non-mobilizable	no_good_hit	553.0	88.24600000000001	85.0	0.0021798881622595015	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0262_000000009762	1709	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.9379312136878375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.398	53.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0197_000000015068	1696	0.5141684714510992	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.8877434342970818		0	0	False	False	0.9970518946647644	0					non-mobilizable	no_good_hit	601.0	88.353	88.0	0.002369443654629893	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0230_000000011888	2686	0.5141631599343053	3	3	3	2	2	False	126367	maximal	False	SPA0066_000000003952	0.39131573558545885		0	0	False	False	0.9985107779502869	0					non-mobilizable	other	2562.0	99.102	98.0	0.05855052583447645	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0037_000000001778	9762	0.5141621627849282	11	6	5	6	3	True	66021	fragment	False	ISR0037_000000001778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0004160759415644455	NZ_MQMG01000013.1	firmicutes	Geobacillus proteiniphilus strain 1017 contig00013, whole genome shotgun sequence	True	True
ENG0151_000000004725	5085	0.5141618247722978	6	5	3	4	5	False	57116	maximal	True	ENG0151_000000004725	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	71.729	13.0	0.00797141625084704	NZ_QYBB01000024.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_24_length_81448_cov_88.2058, whole genome shotgun sequence	True	False
CHI0132_000000002218	14010	0.5141615577567249	19	5	1	5	0	False	80963	maximal	True	CHI0132_000000002218	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.4606155694629952e-06	CP054925.1	high GC Gram+	Amycolatopsis sp. Hca4 chromosome, complete genome	True	False
FIJ0024_000000001367	13865	0.5141615577567249	19	5	1	5	0	False	49266	maximal	True	FIJ0024_000000001367	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0052_000000001104	13712	0.5141615577567249	19	5	1	5	0	False	33151	fragment	False	ISR0101_000000001439	0.7871718012006963		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	100.0	3.0	0.00025223098574653945	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0101_000000001439	13589	0.5141615577567249	19	5	1	5	0	False	33151	fragment	False	ISR0101_000000001439	0.9090797233926634		0	0	False	False	0.9994848966598511	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	4.4238506303189515e-07	LR812498.1	bony fishes	Danio aesculapii genome assembly, chromosome: 5	True	False
MON0062_000000002516	13383	0.5141615577567249	19	5	1	5	0	False	33151	fragment	False	ISR0101_000000001439	0.6406376755379862		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0092_000000002829	12648	0.5141615577567249	19	5	1	5	0	False	33151	fragment	False	ISR0101_000000001439	0.6160605360739467		0	0	False	False	0.9987349510192871	0					non-mobilizable	no_good_hit								True	False
AUS0018_000000009686	2868	0.5141611451342939	3	3	3	0	2	False	118053	maximal	True	AUS0018_000000009686	1.0		8	5	False	False	0.999651312828064	0					non-mobilizable	no_good_hit	2192.0	85.447	76.0	0.0003657876440414347	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
SPA0080_000000003777	3338	0.5141607744924628	2	2	2	2	2	False	5629	maximal	True	SPA0080_000000003777	1.0		600	13	False	False	0.9958058595657349	0					non-mobilizable	chromosome	3338.0	99.521	100.0	0.0006774213652243093	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ISR0157_000000013887	2255	0.514160027169704	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.36999386364905335	PS777	0	0	False	True	1.0	0					non-mobilizable	plasmid	2255.0	98.271	100.0	0.009250215455328928	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
DEN0023_000000002846	2214	0.5141590984020947	3	3	3	2	2	False	74380	maximal	True	DEN0023_000000002846	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	82.353	4.0	0.00017036369570170342	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	True	False
MON0015_000000020670	1826	0.5141574579115004	2	2	2	2	2	False	74955	fragment	False	MON0015_000000020670	0.9413876815365023		0	0	False	False	0.996166467666626	0					non-mobilizable	other	1826.0	94.852	100.0	0.051663128096249115	NZ_SPFY01000024.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_24_length_35325_cov_19.5218, whole genome shotgun sequence	False	False
AST0116_000000014637	1847	0.5141549048007075	4	1	1	1	1	False	106198	maximal	True	AST0116_000000014637	1.0		180	8	False	False	1.0	0					non-mobilizable	other	760.0	97.105	96.0	0.010247201933332433	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	False	False
ISR0075_000000003351	6287	0.5141525542398311	7	4	1	2	3	False	117294	fragment	False	ISR0075_000000003351	1.0		0	0	False	False	0.9998409152030945	0					non-mobilizable	no_good_hit	1291.0	96.514	23.0	0.005770288827557826	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0047_000000003628	8199	0.5141523046126505	12	7	2	6	5	True	17707	fragment	False	MAD0047_000000003628	1.0		0	0	False	False	0.9998780488967896	0					non-mobilizable	no_good_hit	1143.0	96.15	14.0	0.0005037852329554135	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
FIJ0097_000000012385	2529	0.5141518578882701	3	3	3	1	1	False	46256	fragment	False	FIJ0097_000000012385	1.0		0	0	False	False	0.9976274967193604	0					non-mobilizable	no_good_hit	1484.0	72.642	58.0	0.0006352588297702808	CP012717.1	fusobacteria	Fusobacterium nucleatum subsp. nucleatum strain KCOM 1250, complete genome	True	False
AST0003_000000020563	1576	0.5141497897959959	2	2	2	1	1	False	129496	fragment	False	AST0003_000000020563	1.0		0	0	False	False	0.9968274235725403	0					non-mobilizable	chromosome	1599.0	78.737	100.0	0.0004958058231495616	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0191_000000006671	1628	0.514148497293613	2	2	2	1	1	False	29151	fragment	False	ISR0191_000000006671	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1529.0	99.215	94.0	0.000489272038135041	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ENG0160_000000004183	5253	0.5141465759594861	6	4	2	2	3	False	124377	maximal	True	ENG0160_000000004183	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3572.0	94.51299999999999	82.0	0.0005850091047884643	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0082_000000012573	2404	0.5141452777459734	3	3	3	2	2	False	34177	maximal	True	ISR0082_000000012573	1.0		121	13	False	False	0.9995840191841125	0					non-mobilizable	no_good_hit	79.0	100.0	3.0	0.0005409041420774879	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	True	False
FIJ0129_000000015225	1447	0.5141423247281044	1	1	1	1	1	False	40932	fragment	False	FIJ0129_000000015225	0.9801945795691452		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	95.992	100.0	0.009646624015157075	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	False	False
FIJ0129_000000015337	1439	0.5141423247281044	1	1	1	1	1	False	40932	fragment	False	FIJ0129_000000015225	0.9775397373876986		0	0	False	False	1.0	0					non-mobilizable	other	1439.0	99.236	100.0	0.00959325403443698	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	False	False
FIJ0002_000000019214	1903	0.5141414770595627	4	4	4	2	2	False	87553	maximal	True	FIJ0002_000000019214	1.0		30	6	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	98.603	56.0	0.0003230597522044387	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0190_000000015580	1451	0.5141399129814437	1	1	1	1	1	False	29173	maximal	True	ISR0190_000000015580	1.0		369	13	False	False	1.0	0					non-mobilizable	other	1451.0	99.86200000000001	100.0	0.011377456942210365	NZ_NQCD01000036.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_11_length_127445_cov_68.7782_ID_21.ctg_1, whole genome shotgun sequence	False	False
SPA0027_000000026642	1411	0.5141356298409603	3	2	1	2	1	False	7468	maximal	True	SPA0027_000000026642	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	500.0	77.6	35.0	0.0037144887992112442	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0790_000000003606	4268	0.5141333995830869	4	4	4	3	2	True	22082	maximal	True	ISR0790_000000003606	1.0		2	1	False	False	0.9997656941413879	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.1413794059283246e-05	NZ_JACBZL010000001.1	high GC Gram+	Corynebacterium tuberculostearicum strain DSM 44922 Ga0104567_01, whole genome shotgun sequence	True	True
ENG0133_000000017340	1403	0.5141320834994391	1	1	1	1	1	False	84944	fragment	False	ENG0133_000000017340	1.0		0	0	False	False	0.9771917462348938	0					non-mobilizable	no_good_hit	1224.0	82.353	86.0	0.016413168390454945	NZ_JAAWUO010000019.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_19_length_73965_cov_158.012, whole genome shotgun sequence	True	False
ISR0077_000000004381	6079	0.5141314383371473	7	7	7	6	7	False	121659	fragment	False	SPA0158_000000001980	0.8268360979932554		0	0	False	False	1.0	0					non-mobilizable	other	6079.0	99.32600000000001	100.0	0.10050442404696933	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0082_000000003608	2498	0.5141309186247529	3	3	2	2	2	True	92192	fragment	False	ISR0333_000000008418	0.9519906323185011		0	0	False	False	1.0	0					non-mobilizable	other	2498.0	98.639	100.0	0.006780332961324677	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0287_000000010039	1390	0.5141309186247529	3	3	2	2	2	True	26974	fragment	False	ISR0287_000000010039	1.0		0	0	False	False	0.9906474947929382	0					non-mobilizable	other	1388.0	97.76700000000001	99.0	0.002416599442108766	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
FIJ0105_000000003087	8383	0.5141294775652463	10	6	3	6	5	False	112126	maximal	True	FIJ0105_000000003087	0.9771123083991146		2	1	False	False	0.9998807311058044	0					non-mobilizable	no_good_hit	508.0	81.49600000000001	7.0	0.00019998106736616327	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
FIJ0011_000000005255	7810	0.5141294775652463	10	6	3	6	5	False	112126	maximal	False	FIJ0105_000000003087	0.9374129287305074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	81.49600000000001	7.0	0.00019998106736616327	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
FIJ0041_000000004319	7751	0.5141294775652463	9	6	3	6	5	False	103105	maximal	True	FIJ0041_000000004319	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	81.764	6.0	0.00019629289194342668	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0153_000000003726	6756	0.5141294775652463	8	6	3	6	5	False	112125	fragment	False	FIJ0162_000000003571	0.9967775701527787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	81.764	7.0	0.00019629289194342668	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
FIJ0162_000000003571	6728	0.5141294775652463	8	6	3	6	5	False	112125	fragment	False	FIJ0162_000000003571	0.9969409907242944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	81.764	7.0	0.00019629289194342668	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
FIJ0129_000000003024	6719	0.5141294775652463	8	6	3	6	5	False	112125	fragment	False	FIJ0162_000000003571	0.9961990598277962		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	81.764	7.0	0.00019629289194342668	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0191_000000004562	2220	0.5141256170429676	4	4	4	4	3	False	29152	fragment	False	ISR0191_000000004562	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2220.0	97.523	100.0	0.046374085684430515	NZ_WEHX01000010.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_10_length_47850_cov_151.950577, whole genome shotgun sequence	False	False
SPA0012_000000015096	1599	0.5141211366997221	3	2	1	2	1	False	8002	fragment	False	SPA0012_000000015096	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1599.0	98.749	100.0	0.0005130365212656527	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MAD0040_000000011861	2624	0.51412015138149	5	4	4	3	1	False	18376	maximal	True	MAD0040_000000011861	1.0		36	4	False	False	0.9794207215309143	0					non-mobilizable	no_good_hit	727.0	91.74700000000001	36.0	0.0002415086171477131	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MAD0067_000000008053	1319	0.5141184246539345	2	1	1	1	1	False	104591	maximal	True	MAD0067_000000008053	1.0		5	1	False	False	0.999241828918457	0					non-mobilizable	no_good_hit	1166.0	98.79899999999999	88.0	0.058770115522373004	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0081_000000031426	1159	0.5141176437187235	1	1	1	1	1	False	44213	fragment	False	FIJ0081_000000031426	1.0		0	0	False	False	0.9749784469604492	0					non-mobilizable	chromosome	928.0	99.13799999999999	98.0	0.00031499359309148034	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0079_000000056649	1118	0.5141169287916953	2	1	1	1	1	False	73574	maximal	True	DEN0079_000000056649	0.9663330300272976		131	12	False	False	0.9731663465499878	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	4.0	8.219190949809706e-06	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
MAD0086_000000003982	2197	0.5141164177966199	4	4	4	4	3	False	74151	fragment	False	MAD0086_000000003982	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2197.0	100.0	100.0	0.00048145562715514974	CP047571.1	enterobacteria	Escherichia coli strain 2EC1 chromosome, complete genome	False	False
USA0065_01_000000010095	1189	0.5141087482773081	2	2	2	2	2	False	34143	fragment	False	ISR0082_000000026945	0.9408730158730159		0	0	False	False	0.9974768757820129	0					non-mobilizable	other	1189.0	99.916	100.0	0.0036105581473095567	NZ_KE159508.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.5, whole genome shotgun sequence	False	False
SPA0052_000000007614	3879	0.5141066131485855	7	6	5	6	5	False	69795	maximal	True	SPA0052_000000007614	1.0		4	2	False	False	0.9992266297340393	0					non-mobilizable	no_good_hit	521.0	74.664	13.0	0.0017908637744921774	NZ_DF158900.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0858_000000008305	1302	0.5141047852194408	2	1	1	1	1	False	25898	fragment	False	ISR0291_000000010736	0.9537366548042705		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	98.848	100.0	0.000570357874358183	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
FIJ0047_000000027367	1151	0.5141046490014934	1	1	1	1	1	False	46831	maximal	True	FIJ0047_000000027367	1.0		82	10	False	False	0.9669852256774902	0					non-mobilizable	other	1087.0	96.68799999999999	94.0	0.0003015812186547145	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0044_000000013217	1242	0.514104179644468	2	2	2	1	1	False	64497	maximal	True	ENG0044_000000013217	1.0		251	14	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0071_000000010125	2298	0.5141032527727986	4	2	2	1	2	False	5902	maximal	True	SPA0071_000000010125	1.0		8	3	False	False	0.997389018535614	0					non-mobilizable	no_good_hit	714.0	74.51	31.0	0.00017835615247884738	NZ_CP033052.1	firmicutes	Bacillus vallismortis strain Bac111 chromosome, complete genome	True	False
USA0113_01_000000010383	1772	0.5141029768590765	4	3	3	1	0	False	278	maximal	True	USA0113_01_000000010383	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1400.0	84.929	78.0	0.004645939830721529	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	True	False
ENG0097_000000025592	1223	0.5141029768590765	3	3	3	1	0	False	60737	maximal	True	ENG0097_000000025592	1.0		73	12	False	False	0.9991823434829712	0					non-mobilizable	other	1226.0	91.02799999999999	100.0	0.006837769576685502	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0087_000000002519	3247	0.5140959953977512	3	3	3	3	2	False	84019	fragment	False	CHI0087_000000002519	1.0		0	0	False	False	0.9941484332084656	0					non-mobilizable	no_good_hit	311.0	72.347	9.0	0.0014312185736153433	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
SPA0001_000000004575	7105	0.5140924602751779	8	4	4	4	4	False	59688	maximal	True	SPA0001_000000004575	1.0		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	5442.0	99.485	77.0	0.06580952611335543	NZ_PYLP01000009.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_8, whole genome shotgun sequence	True	False
SPA0030_000000012124	2537	0.5140911307200295	4	4	4	3	2	False	7334	maximal	True	SPA0030_000000012124	1.0		180	12	False	False	0.9996058344841003	0					non-mobilizable	chromosome	2537.0	98.581	100.0	0.0004835525400046296	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	False
ISR0038_000000004804	5691	0.514089515520594	6	4	2	3	4	False	36651	maximal	True	ISR0038_000000004804	1.0		178	12	False	False	0.9956070780754089	0					non-mobilizable	other	3319.0	99.337	95.0	0.0006424324191889935	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
AUS0024_000000027246	1175	0.5140884444750735	2	2	1	1	2	False	98778	maximal	True	AUS0024_000000027246	1.0		1	1	False	False	0.9778723120689392	0					non-mobilizable	no_good_hit	196.0	79.592	16.0	3.33974996638393e-05	NZ_AP018042.1	CFB group bacteria	Labilibaculum antarcticum strain SPP2	True	False
TAN0008_000000009339	2073	0.5140861976331962	3	3	3	2	0	False	2753	maximal	True	TAN0008_000000009339	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0094_000000022520	1697	0.5140858786247926	3	3	3	1	1	False	68342	fragment	False	DEN0094_000000022520	1.0		0	0	False	False	0.9988214373588562	0					non-mobilizable	no_good_hit	210.0	73.81	12.0	1.7214841218405703e-05	LT559118.1	high GC Gram+	Nonomuraea sp. ATCC 39727 isolate nono1 genome assembly, chromosome: I	True	False
ISR0157_000000009069	3318	0.5140849896047393	3	3	3	3	3	False	117075	fragment	False	ENG0032_000000006058	0.9758069223755069		0	0	False	False	1.0	0					non-mobilizable	chromosome	3305.0	80.545	99.0	0.0009174771141052389	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0164_000000002668	7932	0.5140832148626152	10	5	3	3	4	True	113134	fragment	False	ISR0042_000000002093	0.16434074109697722		0	0	False	False	0.9979828596115112	0					non-mobilizable	other	7239.0	95.939	91.0	0.16525714285714285	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CHI0164_000000011345	1922	0.514079559784077	1	1	1	1	1	False	78394	maximal	True	CHI0164_000000011345	1.0		335	12	False	False	0.9947971105575562	0					non-mobilizable	chromosome	1922.0	99.74	100.0	0.0002960994561234092	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
SPA0026_000000002075	9554	0.514076262926404	13	5	3	5	1	False	74876	maximal	True	SPA0026_000000002075	0.999556196604904		5	3	False	False	0.9993720054626465	0					non-mobilizable	no_good_hit	103.0	84.46600000000001	1.0	3.160177715754023e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
SPA0028_000000002274	9013	0.514076262926404	12	5	3	5	1	False	74876	maximal	False	SPA0026_000000002075	0.9712685786058195		0	0	False	False	0.9956729412078857	0					non-mobilizable	no_good_hit	103.0	84.46600000000001	1.0	3.160177715754023e-05	FP929036.1	firmicutes	Butyrivibrio fibrisolvens 16/4 draft genome	True	False
USA0080_01_000000006322	6566	0.5140746959588425	7	4	1	3	2	False	633	maximal	True	USA0080_01_000000006322	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	6.960602987093053e-06	NZ_CP038033.1	g-proteobacteria	Nitrosococcus wardiae strain D1FHS chromosome, complete genome	True	False
ISR0814_000000034295	1236	0.5140709743611258	1	1	1	1	1	False	75020	fragment	False	DEN0018_000000026924	0.7170345001819388		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	76.84899999999999	100.0	0.0007155707384124033	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
MAD0013_000000011804	2059	0.5140654727322195	3	2	2	1	2	False	122140	fragment	False	SPA0071_000000009370	0.37825310166701215		0	0	False	False	1.0	0					non-mobilizable	other	2057.0	95.18700000000001	99.0	0.03465472495038421	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ENG0020_000000005248	3809	0.5140620230126369	4	3	2	3	2	False	66497	maximal	True	ENG0020_000000005248	1.0		3	2	False	False	0.9957994222640991	0					non-mobilizable	no_good_hit								True	False
ISR0371_000000020059	1107	0.514062020433637	2	2	2	1	1	False	23463	maximal	True	ISR0371_000000020059	1.0		76	8	False	False	0.989159882068634	0					non-mobilizable	no_good_hit	844.0	84.005	76.0	0.0027677683794022547	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
CHI0182_000000012984	2135	0.5140585903220991	3	3	3	3	3	False	104628	maximal	True	CHI0182_000000012984	1.0		29	7	False	False	1.0	0					non-mobilizable	no_good_hit	1222.0	97.709	57.0	0.010292015865095943	NZ_NFIG01000012.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_12, whole genome shotgun sequence	True	False
ENG0133_000000010545	2352	0.5140557155571621	3	2	1	2	1	False	64518	fragment	False	ISR0214_000000011276	0.9366028708133971		0	0	False	False	1.0	0					non-mobilizable	other	2352.0	93.45200000000001	100.0	0.00044800722609526707	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
ISR0017_000000019066	1745	0.5140553937594028	2	1	1	1	1	False	37847	maximal	True	ISR0017_000000019066	1.0		1	1	False	False	0.9868195056915283	0					non-mobilizable	no_good_hit	1458.0	99.65700000000001	84.0	0.00048361340535201045	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	True	False
SPA0051_000000013437	1850	0.5140542315086654	2	2	2	2	2	False	127818	maximal	True	SPA0051_000000013437	1.0		155	12	False	False	0.999459445476532	0					non-mobilizable	chromosome	1850.0	96.486	100.0	0.0005949996180527913	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0030_000000018731	1160	0.5140526678913059	2	2	1	2	1	True	37033	maximal	True	ISR0030_000000018731	1.0		12	5	False	False	0.9931034445762634	0					non-mobilizable	no_good_hit								True	True
ISR0115_000000015604	2178	0.5140517218623113	2	2	2	2	2	False	32474	fragment	False	ISR0115_000000015604	1.0		0	0	False	False	0.9986225962638855	0					non-mobilizable	no_good_hit	388.0	74.485	18.0	0.005660739886785202	NZ_AVCH01000161.1	g-proteobacteria	Arenimonas malthae CC-JY-1 contig4, whole genome shotgun sequence	True	False
CHI0090_000000008502	1567	0.5140508405581994	4	2	2	2	1	True	83797	maximal	True	CHI0090_000000008502	1.0		4	3	False	False	0.9980854988098145	0					non-mobilizable	no_good_hit	138.0	77.536	9.0	3.083875052267147e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	True
ENG0018_000000010478	2015	0.5140483170255404	2	1	1	1	1	False	84834	maximal	True	ENG0018_000000010478	1.0		0	0	False	False	0.9970223307609558	0					non-mobilizable	no_good_hit	1359.0	94.48100000000001	67.0	0.009169046702721681	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0129_000000016340	1646	0.5140476722563645	2	2	2	2	1	False	58525	maximal	True	ENG0129_000000016340	1.0		41	6	False	False	1.0	0					non-mobilizable	other	1646.0	100.0	100.0	0.000565602302843759	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
MON0028_000000010285	2453	0.5140432837128915	4	4	4	4	4	False	87119	maximal	True	MON0028_000000010285	1.0		107	12	False	False	1.0	0					non-mobilizable	chromosome	2453.0	99.307	100.0	0.0006540883590144819	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0126_000000025372	1568	0.5140426297297269	3	3	3	3	2	False	41131	maximal	True	FIJ0126_000000025372	1.0		21	6	False	False	0.9917091727256775	0					non-mobilizable	no_good_hit	492.0	70.528	30.0	0.006485991872325537	NZ_SRYR01000012.1	firmicutes	Clostridium sartagoforme strain NM50_B9-20 NODE_12_length_74314_cov_311.696, whole genome shotgun sequence	True	False
MAD0047_000000035811	1335	0.5140394232639656	2	2	2	2	2	False	17615	maximal	True	MAD0047_000000035811	1.0		37	11	False	False	0.9782771468162537	0					non-mobilizable	no_good_hit	215.0	76.279	16.0	4.8478465452085815e-05	CP058705.1	a-proteobacteria	Defluviicoccus sp. isolate SSA4 chromosome, complete genome	True	False
USA0039_01_000000001901	12160	0.5140391386933112	21	16	4	8	13	True	111296	fragment	False	CHI0009_000000000604	0.6400848918954769		0	0	False	False	1.0	0					non-mobilizable	other	12160.0	100.0	100.0	0.18411568746214416	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
ENG0058_000000014112	2352	0.5140374639783893	2	2	2	2	2	False	63462	maximal	True	ENG0058_000000014112	1.0		5	5	False	False	0.992772102355957	0					non-mobilizable	no_good_hit	150.0	78.667	6.0	0.0003715485430716376	NZ_ATWL01000003.1	high GC Gram+	Ruania albidiflava DSM 18029 K338DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ENG0161_000000013339	1583	0.5140329379780624	2	2	2	2	2	False	56399	maximal	True	ENG0161_000000013339	1.0		14	4	False	False	0.9842072129249573	0					non-mobilizable	no_good_hit	1094.0	98.446	69.0	0.0003744499730724905	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
MON0103_000000009652	4413	0.5140317711661744	7	6	4	6	5	False	8921	maximal	True	MON0103_000000009652	1.0		55	10	False	False	1.0	0					non-mobilizable	no_good_hit	729.0	74.89699999999999	22.0	0.00025461935822464795	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0814_000000007981	4802	0.5140233160145088	9	4	2	3	1	True	41329	maximal	True	ISR0814_000000007981	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	125.0	96.0	3.0	9.129918743723181e-05	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	True	True
FIJ0045_000000003305	6357	0.5140218180477774	12	8	5	6	4	False	47070	maximal	True	FIJ0045_000000003305	1.0		4	2	False	False	0.9998427033424377	0					non-mobilizable	no_good_hit	379.0	83.113	19.0	0.0012133898055632778	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
MON0062_000000019160	1947	0.5140201871311472	3	3	1	3	1	False	78701	fragment	False	MON0062_000000019160	0.9442306742854758		0	0	False	False	1.0	0					non-mobilizable	other	1947.0	95.788	100.0	0.0006053973067597307	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0058_000000027265	1865	0.5140201871311472	3	3	1	3	1	False	14276	maximal	True	MON0058_000000027265	0.9882418812989922		55	9	False	False	1.0	0					non-mobilizable	other	1715.0	78.367	91.0	0.000524511746761	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0004_000000023793	1836	0.5140201871311472	3	3	1	3	1	False	78701	fragment	False	MON0062_000000019160	0.8105814753821943		0	0	False	False	0.998910665512085	0					non-mobilizable	other	1786.0	97.928	97.0	0.0005553104792220551	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0028_000000014498	1786	0.5140201871311472	3	3	1	3	1	False	14276	maximal	False	MON0058_000000027265	0.9675603217158177		0	0	False	False	0.9988802075386047	0					non-mobilizable	chromosome	1682.0	76.33800000000001	93.0	0.0005577364986197957	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0072_000000014286	1767	0.5140201871311472	3	3	1	3	1	False	78701	fragment	False	MON0062_000000019160	0.3799811270094275		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	89.712	100.0	0.0005500218079913688	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0079_000000019415	1712	0.5140201871311472	3	3	1	3	1	False	78701	fragment	False	MON0062_000000019160	0.6538696645263825		0	0	False	False	0.9994158744812012	0					non-mobilizable	other	1689.0	95.915	99.0	0.0005251339433763748	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0003_000000009083	1698	0.5140201871311472	3	3	1	3	1	False	14275	fragment	False	MON0003_000000009083	0.9831369438720825		0	0	False	False	0.9994110465049744	0					non-mobilizable	other	1712.0	78.855	99.0	0.0005226451569148754	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0030_000000021760	1648	0.5140201871311472	3	3	1	3	1	False	14275	fragment	False	MON0003_000000009083	0.9765463323598955		0	0	False	False	0.9824029207229614	0					non-mobilizable	other	1670.0	78.563	100.0	0.0005105123229150659	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CHI0160_000000019508	1637	0.5140201871311472	3	3	1	3	1	False	78699	fragment	False	ISR0085_000000017632	0.5680801711799597		0	0	False	False	1.0	0					non-mobilizable	other	1637.0	95.35700000000001	100.0	0.0005089568313766286	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0014_000000010169	1632	0.5140201871311472	3	3	1	3	1	False	14275	fragment	False	MON0003_000000009083	0.9696958636001598		0	0	False	False	1.0	0					non-mobilizable	other	1653.0	79.25	100.0	0.000505534749992067	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0159_000000014200	1623	0.5140201871311472	3	3	1	3	1	False	78701	fragment	False	MON0062_000000019160	0.3943019660907248		0	0	False	False	1.0	0					non-mobilizable	other	1623.0	98.152	100.0	0.0005042903567613173	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0046_000000021080	1612	0.5140201871311472	3	3	1	3	1	False	14275	fragment	False	MON0003_000000009083	0.962520559722225		0	0	False	False	0.9944168925285339	0					non-mobilizable	other	1631.0	78.112	100.0	0.0004993127838383185	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0070_000000016860	1523	0.5140201871311472	3	3	1	3	1	False	62336	fragment	False	ENG0070_000000016860	1.0		0	0	False	False	0.9993433952331543	0					non-mobilizable	chromosome	878.0	81.435	94.0	0.00030324873506935683	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0117_000000013618	1502	0.5140201871311472	3	3	1	3	1	False	78699	fragment	False	ISR0085_000000017632	0.5505189975140385		0	0	False	False	0.9840213060379028	0					non-mobilizable	chromosome	1502.0	97.40299999999999	100.0	0.000504891217821179	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0085_000000017632	1496	0.5140201871311472	3	3	1	3	1	False	78699	fragment	False	ISR0085_000000017632	0.7554640341039207		0	0	False	False	0.9959893226623535	0					non-mobilizable	chromosome	1498.0	91.389	100.0	0.0005038814353855366	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0121_000000017934	1434	0.5140201871311472	3	3	1	3	1	False	78699	fragment	False	ISR0085_000000017632	0.5765625060155615		0	0	False	False	0.9979079365730286	0					non-mobilizable	chromosome	1436.0	90.042	100.0	0.0004830125983822612	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0812_000000028391	1389	0.5140201871311472	3	3	1	3	1	False	78699	fragment	False	ISR0085_000000017632	0.5647319863662468		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	89.964	100.0	0.00043242664768552194	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0081_000000013700	4120	0.5140192818702843	4	2	2	2	1	False	130287	maximal	True	MON0081_000000013700	1.0		32	7	False	False	0.9842233061790466	0					non-mobilizable	other	3748.0	98.559	98.0	0.10546335690738497	NZ_QIML01000018.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_18, whole genome shotgun sequence	False	False
DEN0096_000000028040	1613	0.5140136446289019	3	3	3	2	2	False	68151	maximal	True	DEN0096_000000028040	1.0		5	3	False	False	0.9944203495979309	0					non-mobilizable	no_good_hit	1371.0	81.255	85.0	0.9948755490483162	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	True	False
ISR0329_000000002244	4710	0.5140122853056118	7	4	2	2	4	True	74247	maximal	True	ISR0329_000000002244	1.0		12	6	False	False	0.9995753765106201	0					non-mobilizable	no_good_hit	3231.0	95.419	83.0	0.05330845935415704	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
MAD0096_000000001094	11868	0.5140072801481543	12	11	6	7	10	True	100478	maximal	True	MAD0096_000000001094	1.0		5	2	False	False	0.9988203644752502	0					non-mobilizable	no_good_hit	5130.0	90.916	69.0	0.00885934810987877	NZ_LT556036.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	True	True
FIJ0027_000000009334	1861	0.5140062530930188	2	2	2	2	2	False	48987	maximal	True	FIJ0027_000000009334	1.0		595	12	False	False	0.9914024472236633	0					non-mobilizable	chromosome	1843.0	98.264	99.0	0.0007581691594412033	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0009_000000002282	3938	0.5140042128929007	4	4	4	4	2	False	83119	maximal	True	MAD0009_000000002282	1.0		10	2	False	False	0.9987303018569946	0					non-mobilizable	no_good_hit	1729.0	88.664	47.0	0.02839729863284467	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
DEN0082_000000021095	1945	0.5140029626434162	3	3	3	3	3	False	69235	maximal	True	DEN0082_000000021095	1.0		74	8	False	False	0.9994858503341675	0					non-mobilizable	other	1945.0	98.715	100.0	0.0007059887383175025	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0044_000000018854	1184	0.5140028283703449	2	2	2	1	1	False	47088	fragment	False	FIJ0044_000000018854	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	88.77600000000001	100.0	0.09166989538938396	NZ_CABIWU010000064.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
MAD0027_000000004945	2362	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8653640485106298	PS953	0	0	True	True	1.0	6					non-mobilizable	other	1817.0	96.698	100.0	0.7534246575342466	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MAD0047_000000018666	2362	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8639015735202564	PS953	0	0	True	True	1.0	79					non-mobilizable	other	2175.0	96.13799999999999	100.0	0.9020340390203404	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
MAD0033_000000008372	2361	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8649871230462332	PS953	0	0	True	True	1.0	43					non-mobilizable	other	1817.0	96.64299999999999	100.0	0.7534246575342466	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
CAN0007_000000017342	2360	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8779291803132483	PS953	0	0	True	True	0.9944915175437927	55					non-mobilizable	other	2260.0	96.46	100.0	0.937733499377335	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
CAN0008_000000012315	2360	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8779291803132483	PS953	0	0	True	True	0.9923728704452515	35					non-mobilizable	other	2260.0	96.46	100.0	0.937733499377335	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0039_000000015353	2342	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.880106884071409	PS953	0	0	True	True	1.0	35					non-mobilizable	plasmid	1920.0	96.667	100.0	0.8487394957983193	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0121_000000007357	2341	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.876980205492267	PS953	0	0	True	True	1.0	39					non-mobilizable	plasmid	1995.0	96.391	100.0	0.8814683768244139	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0200_000000008638	2341	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8783240560581083	PS953	0	0	True	True	1.0	48					non-mobilizable	other	1944.0	96.656	100.0	0.8061436280614362	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AST0148_000000014838	2340	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8800268153024984	PS953	0	0	True	True	1.0	22					non-mobilizable	plasmid	2041.0	96.619	100.0	0.9022556390977443	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0330_000000012428	2340	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8634302989358639	PS953	0	0	True	True	1.0	9					non-mobilizable	plasmid	1989.0	98.14	100.0	0.8699690402476781	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0168_000000012881	2340	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8800145176899608	PS953	0	0	True	True	1.0	113					non-mobilizable	other	2197.0	96.632	100.0	0.9115815691158157	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
SPA0128_000000015902	2340	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8791167647208482	PS953	0	0	True	True	0.9974358677864075	70					non-mobilizable	other	2241.0	96.609	100.0	0.9298464092984641	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0056_000000009126	2340	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8781223912381575	PS953	0	0	True	True	1.0	17					non-mobilizable	other	1996.0	96.493	100.0	0.8281444582814446	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0207_000000007597	2340	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8773693268587301	PS953	0	0	True	True	0.9987179636955261	35					non-mobilizable	other	2189.0	96.391	100.0	0.9082606890826069	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0822_000000002757	2340	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8699429760357675	PS953	0	0	True	True	1.0	8					non-mobilizable	other	2112.0	96.212	100.0	0.8762972187629722	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0100_000000005632	2340	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8635614913650237	PS953	0	0	True	True	1.0	5					non-mobilizable	plasmid	1618.0	97.59	100.0	0.7058823529411765	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0091_000000010269	2322	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.863979803756351	PS953	0	0	True	True	1.0	32					non-mobilizable	other	2200.0	96.318	100.0	0.9124117891241179	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
AST0061_000000018120	2321	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8619897641936016	PS953	0	0	True	True	1.0	12					non-mobilizable	other	2179.0	95.916	100.0	0.9036944790369448	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0778_000000005699	2321	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8797221389665743	PS953	0	0	True	True	0.9995691776275635	53					non-mobilizable	plasmid	1807.0	96.514	100.0	0.7983193277310925	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
MON0001_000000014970	2320	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8804977738661873	PS953	0	0	True	True	0.9939655065536499	8					non-mobilizable	other	2070.0	96.76299999999999	99.0	0.858862598588626	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0810_000000006650	2320	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8792662964321913	PS953	0	0	True	True	0.9995689392089844	20					non-mobilizable	plasmid	1806.0	96.512	100.0	0.7983193277310925	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0062_000000010826	2320	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8792835466649738	PS953	0	0	True	True	1.0	107					non-mobilizable	other	2130.0	96.52600000000001	100.0	0.883769198837692	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
DEN0068_000000000775	2320	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8792878462192109	PS953	0	0	True	True	1.0	49					non-mobilizable	other	1977.0	96.611	100.0	0.8202573682025737	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0820_000000010118	2320	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8624355728865518	PS953	0	0	True	True	1.0	12					non-mobilizable	plasmid	2003.0	98.00299999999999	100.0	0.8761609907120743	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
DEN0023_000000002697	2300	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8793608754471178	PS953	0	0	True	True	1.0	81					non-mobilizable	other	2231.0	96.63799999999999	100.0	0.9256953092569531	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
DEN0078_000000013578	2300	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.879852118247036	PS953	0	0	True	True	1.0	21					non-mobilizable	other	1966.0	96.694	100.0	0.8156911581569116	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0801_000000002911	2300	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8775150875480172	PS953	0	0	True	True	0.9965217113494873	9					non-mobilizable	other	2223.0	96.491	100.0	0.9223744292237442	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ISR0245_000000002588	2300	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8795216326107503	PS953	0	0	True	True	1.0	9					non-mobilizable	other	1954.0	96.725	100.0	0.8107098381070984	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	True
ENG0095_000000012315	2249	0.5140020768935248	4	2	0	2	1	False	126290	backbone	False	MON0024_000000020480	0.8718155252297252	PS953	0	0	True	True	1.0	8					non-mobilizable	plasmid	1803.0	96.506	100.0	0.7969924812030075	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0206_000000014051	1816	0.5140020768935248	3	2	0	2	1	False	66897	fragment	False	ENG0206_000000014051	0.9838337182448037		0	0	False	False	0.9944933652877808	0					non-mobilizable	plasmid	1753.0	96.52	97.0	0.7748783724015922	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ISR0007_000000009198	1732	0.5140020768935248	3	2	0	2	1	False	66897	fragment	False	ENG0206_000000014051	0.9614537444933922		0	0	False	False	0.9872978925704956	0					non-mobilizable	plasmid	1698.0	96.584	98.0	0.7505528527200354	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
ENG0055_000000011309	1699	0.5140020768935248	4	2	0	2	1	False	66895	fragment	False	ENG0055_000000011309	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1720.0	96.686	100.0	0.7135740971357409	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
ENG0050_000000018659	1499	0.5140020768935248	3	2	0	2	1	False	66896	fragment	False	ENG0050_000000018659	1.0		0	0	False	False	0.9993329048156738	0					non-mobilizable	plasmid	1499.0	96.331	100.0	0.6625386996904025	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
FIJ0032_000000027507	1359	0.5140020768935248	2	2	0	2	1	False	66894	fragment	False	ENG0025_000000021060	0.9435173286575864		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	96.884	100.0	0.572436695724367	NZ_FXXA01000001.1	actinobacteria	Eggerthella timonensis strain Marseille-P3135, whole genome shotgun sequence	False	False
ENG0014_000000018029	1295	0.5140020768935248	3	2	0	2	1	False	66894	fragment	False	ENG0025_000000021060	0.6434167298458427		0	0	False	False	0.9868726134300232	0					non-mobilizable	plasmid	1295.0	96.757	100.0	0.572313135780628	LN852797.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0107	False	True
FIJ0088_000000009299	2964	0.5140012197568042	5	4	2	2	4	False	104874	fragment	False	FIJ0088_000000009299	1.0		0	0	False	False	0.9993252158164978	0					non-mobilizable	no_good_hit	2340.0	84.274	79.0	0.3823287896206274	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CHI0165_000000005690	2849	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8372159989293743		0	0	False	False	1.0	0					non-mobilizable	other	2861.0	82.559	99.0	0.4624733125307932	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0114_000000013671	2804	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8128385745617174		0	0	False	False	0.9996433854103088	0					non-mobilizable	other	2818.0	82.505	100.0	0.4557398587617014	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0052_000000012212	2802	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8126718387138782		0	0	False	False	0.9935759902000427	0					non-mobilizable	other	2816.0	82.493	100.0	0.45541139760223354	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
USA0045_01_000000004993	2793	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8118391686438661		0	0	False	False	1.0	0					non-mobilizable	other	2805.0	82.49600000000001	99.0	0.45376909180489405	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0251_000000005059	2789	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8114907177248541		0	0	False	False	1.0	0					non-mobilizable	other	2802.0	82.477	100.0	0.45344063064542617	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0244_000000008353	2788	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8097298616299573		0	0	False	False	1.0	0					non-mobilizable	other	2801.0	82.542	100.0	0.4531121694859583	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0779_000000012106	2778	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8100157393836158		0	0	False	False	1.0	0					non-mobilizable	other	2791.0	82.479	100.0	0.4514698636886188	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0829_000000005247	2766	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8030854558750534		0	0	False	False	1.0	0					non-mobilizable	other	2780.0	82.266	100.0	0.4494990967318115	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0335_000000006369	2753	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7996269177477485		0	0	False	False	0.9978205561637878	0					non-mobilizable	other	2766.0	82.39299999999999	100.0	0.44736409919527015	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
MON0026_000000014419	2747	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8047590004010934		0	0	False	False	0.9981798529624939	0					non-mobilizable	other	2760.0	82.24600000000001	100.0	0.4465429462966004	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0120_000000015137	2745	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7962008459942318		0	0	False	False	1.0	0					non-mobilizable	other	2758.0	82.34200000000001	100.0	0.4460502545573986	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0038_000000012452	2742	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8022365402129594		0	0	False	False	0.9865062236785889	0					non-mobilizable	other	2756.0	82.257	100.0	0.44555756281819675	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0824_000000007368	2742	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8022948867218527		0	0	False	False	1.0	0					non-mobilizable	other	2755.0	82.25	100.0	0.44555756281819675	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0062_000000010598	2728	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7992423098929456		0	0	False	False	0.9996334314346313	0					non-mobilizable	other	2742.0	82.23899999999999	100.0	0.4432583347019215	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
FIJ0166_000000008792	2726	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.8010892589873412		0	0	False	False	0.9992663264274597	0					non-mobilizable	other	2740.0	82.226	100.0	0.4430941041221875	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0059_000000009514	2725	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7910098523046545		0	0	False	False	1.0	0					non-mobilizable	plasmid	1331.0	92.111	94.0	0.19623536386542167	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
MON0049_000000007798	2716	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.799690474809478		0	0	False	False	0.9996318221092224	0					non-mobilizable	plasmid	1314.0	89.954	93.0	0.19371572550763302	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0060_000000010480	2709	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7973900628700487		0	0	False	False	0.999261736869812	0					non-mobilizable	other	2718.0	82.34	99.0	0.4396452619477747	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
CAN0014_000000017490	2704	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.794853339567053		0	0	False	False	1.0	0					non-mobilizable	plasmid	1292.0	91.331	93.0	0.19045501704461243	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0369_000000004524	2700	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7944948907862044		0	0	False	False	0.9948148131370544	0					non-mobilizable	other	2712.0	82.264	100.0	0.438659878469371	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
CHI0154_000000011624	2678	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.790916102640917		0	0	False	False	1.0	0					non-mobilizable	plasmid	1314.0	90.411	95.0	0.19371572550763302	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0358_000000007194	2668	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7899096626316056		0	0	False	False	1.0	0					non-mobilizable	plasmid	1256.0	90.525	93.0	0.18511931228694234	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
MON0077_000000015199	2665	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7865785011159867		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2323.0	85.06200000000001	87.0	0.3797011003448842	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0853_000000006521	2639	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7818290335042584		0	0	False	False	1.0	0					non-mobilizable	plasmid	1320.0	90.0	96.0	0.19460500963391136	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ISR0319_000000007072	2598	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.07127941579747239		0	0	False	False	0.9965357780456543	0					non-mobilizable	other	2504.0	83.147	96.0	0.4094268352767285	NZ_FTRU01000001.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0109_000000012464	2580	0.5140012197568042	4	4	2	2	4	False	101749	fragment	False	MON0075_000000006432	0.7482501820620938		0	0	False	False	0.9984496235847473	0					non-mobilizable	plasmid	1266.0	89.889	96.0	0.18660145249740626	LN853054.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0408	False	True
ENG0024_000000016297	1600	0.5140003048398256	2	2	2	2	1	False	66232	maximal	True	ENG0024_000000016297	1.0		58	9	False	False	1.0	0					non-mobilizable	no_good_hit	1084.0	73.893	66.0	0.0001814519693890356	CP045802.1	firmicutes	Paenibacillus sp. B01 chromosome, complete genome	True	False
ENG0010_000000012736	1686	0.5140001043487625	2	2	2	2	2	False	67266	maximal	True	ENG0010_000000012736	1.0		105	8	False	False	0.9833926558494568	0					non-mobilizable	other	1686.0	99.40700000000001	100.0	0.0006119295391280821	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
AST0111_000000013108	1455	0.5139981239547251	2	1	1	1	1	False	106784	maximal	True	AST0111_000000013108	1.0		207	11	False	False	0.999312698841095	0					non-mobilizable	other	1455.0	98.351	100.0	0.006929914448442676	NZ_QSFS01000005.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf5, whole genome shotgun sequence	False	False
ISR0079_000000026187	1123	0.5139968060314759	2	2	2	2	1	False	34333	fragment	False	ISR0079_000000026187	1.0		0	0	False	False	0.9590383172035217	0					non-mobilizable	other	1123.0	99.199	100.0	0.004328503310031943	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0370_000000004593	5448	0.5139942593362168	3	2	2	1	2	False	118360	fragment	False	ISR0370_000000004593	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5450.0	96.514	100.0	0.002283287817085465	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
USA0026_01_000000027903	1172	0.513993288725179	2	2	1	2	0	True	1606	fragment	False	USA0026_01_000000027903	1.0		0	0	False	False	0.9931740760803223	0					non-mobilizable	no_good_hit	815.0	96.074	69.0	0.0002956146260238925	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
FIJ0095_000000015856	1723	0.513992399742498	3	2	2	2	1	False	100822	fragment	False	SPA0102_000000019960	0.9344162317308582		0	0	False	False	0.9965177178382874	0					non-mobilizable	no_good_hit	1043.0	85.714	64.0	0.000231675801651686	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0317_000000006290	2890	0.5139904394088665	3	2	1	2	1	False	44044	maximal	True	ISR0317_000000006290	1.0		31	6	False	False	0.9996539950370789	0					non-mobilizable	no_good_hit	79.0	96.20299999999999	3.0	0.08955223880597014	GQ881270.1		Uncultured organism clone VC1CP73TR genomic sequence	True	False
MON0026_000000015193	2654	0.5139887614711894	5	4	4	3	2	True	12763	maximal	True	MON0026_000000015193	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	202.0	100.0	8.0	0.0002541948473060405	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ENG0033_000000018077	1390	0.5139869036108612	2	2	2	2	2	False	65481	maximal	True	ENG0033_000000018077	1.0		34	7	False	False	0.9985611438751221	0					non-mobilizable	other	1390.0	100.0	100.0	0.004493197124871415	NZ_QSCB01000001.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf1, whole genome shotgun sequence	False	False
MON0097_000000028461	1306	0.5139842270664351	2	2	2	2	1	False	9221	maximal	True	MON0097_000000028461	1.0		28	6	False	False	1.0	0					non-mobilizable	other	1306.0	95.25299999999999	100.0	0.004260097737414757	NZ_LT699738.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	False	False
ENG0129_000000005282	4949	0.5139834249688494	7	6	6	5	5	False	124954	fragment	False	ENG0184_000000004383	0.8531050300282926		0	0	False	False	0.9993938207626343	0					non-mobilizable	no_good_hit	3680.0	78.94	87.0	0.008758378210840339	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0129_000000017866	1508	0.5139832989035452	4	2	2	2	1	True	58510	fragment	False	ENG0129_000000017866	1.0		0	0	False	False	0.9960212111473083	0					non-mobilizable	no_good_hit	272.0	82.353	18.0	0.0063282238784981015	NZ_LR130823.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0794_000000011751	1730	0.5139826992606127	3	2	2	1	2	False	94577	maximal	True	ISR0794_000000011751	1.0	PS500	149	11	False	True	1.0	0					non-mobilizable	chromosome	1405.0	99.929	100.0	0.0001983154206765861	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
CHI0165_000000011256	1485	0.5139826992606127	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9906853825791333	PS500	0	0	False	True	0.9993265867233276	0					non-mobilizable	chromosome	1485.0	100.0	100.0	0.00020961544464676195	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ENG0080_000000019250	1456	0.5139826992606127	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9849235771465421	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1456.0	100.0	100.0	0.00020551918595757321	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
SPA0120_000000028303	1415	0.5139826992606127	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9811457242582057	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1408.0	99.929	99.0	0.0001987391715754677	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
FIJ0081_000000005046	5961	0.5139820662300305	12	9	8	7	7	False	44283	fragment	False	FIJ0081_000000005046	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	73.167	24.0	0.2063281824871229	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	False
ENG0156_000000000118	63483	0.5139812907103937	80	14	6	11	6	False	56713	maximal	True	ENG0156_000000000118	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	890.0	97.303	1.0	0.9966367713004485	GQ881397.1		Uncultured organism clone VC1CR10TF genomic sequence	True	False
CHI0163_000000004149	2228	0.5139788999455575	4	3	3	2	2	False	78469	maximal	True	CHI0163_000000004149	1.0		103	9	False	False	1.0	0					non-mobilizable	other	1978.0	100.0	100.0	0.0008544563116531071	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
TAN0020_000000005322	1401	0.5139776088108825	2	2	2	2	1	False	2394	maximal	True	TAN0020_000000005322	1.0		3	2	False	False	0.9850106835365295	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000020982	1484	0.5139766846516115	3	3	3	2	1	False	38071	fragment	False	ISR0141_000000020982	1.0		0	0	False	False	0.9770889282226562	0					non-mobilizable	other	1381.0	99.566	93.0	0.0008309843973646956	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
CAN0023_000000002228	3928	0.5139752866584391	5	2	0	2	0	False	91108	fragment	False	CAN0023_000000002228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0170_000000028734	1637	0.5139747379535313	2	2	1	2	1	False	30046	maximal	True	ISR0170_000000028734	1.0		16	6	False	False	1.0	0					non-mobilizable	other	1531.0	99.02	100.0	0.04292219473802564	NZ_CYYA01000029.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
CHI0141_000000010971	2518	0.5139732973503398	3	3	2	3	2	False	99843	maximal	True	CHI0141_000000010971	1.0		3	2	False	False	0.9646545052528381	0					non-mobilizable	no_good_hit	141.0	99.291	6.0	2.689649077642484e-05	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	True	False
ISR0222_000000022377	2239	0.5139731242333393	4	4	4	3	2	False	27882	fragment	False	ISR0222_000000022377	1.0		0	0	False	False	0.9897275567054749	0					non-mobilizable	no_good_hit	272.0	77.574	12.0	0.0005416381816374514	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
FIJ0142_000000008490	3743	0.5139690507902632	5	3	1	3	2	False	40212	maximal	True	FIJ0142_000000008490	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	87.302	2.0	4.184377626132833e-05	NZ_JNIF01000004.1	bacteria	Bryobacter aggregatus MPL3 M017DRAFT_scf7180000000021_quiver.4_C, whole genome shotgun sequence	True	False
ISR0283_000000003470	3839	0.5139690073811731	5	4	4	4	2	False	38915	maximal	True	ISR0283_000000003470	1.0		2	1	False	False	0.9825475215911865	0					non-mobilizable	no_good_hit	182.0	92.30799999999999	9.0	0.0026955783579311063	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0104_000000009185	3834	0.513964641807241	2	2	2	1	2	False	24082	maximal	False	ISR0357_000000005971	0.9878490175801448		0	0	False	False	1.0	0					non-mobilizable	other	3777.0	99.682	99.0	0.001211770346413564	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
SPA0103_000000010830	1594	0.5139641145661439	2	2	2	2	2	False	123997	fragment	False	ISR0104_000000012139	0.2685084867297317		0	0	False	False	1.0	0					non-mobilizable	other	1581.0	96.26799999999999	99.0	0.0004384868731637147	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0027_000000019005	1351	0.5139639316679127	2	2	2	2	2	False	71415	fragment	False	DEN0063_000000037285	0.9393828067597354		0	0	False	False	0.9800148010253906	0					non-mobilizable	other	1231.0	97.07600000000001	96.0	0.002040460556353403	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0129_000000006569	4072	0.5139607788970739	8	2	0	2	0	True	58560	maximal	True	ENG0129_000000006569	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.009547934528448947	LN853912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1350	True	True
FIJ0115_000000010328	2321	0.5139607788970739	4	2	0	2	0	True	44857	maximal	True	FIJ0115_000000010328	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	91.0	82.41799999999999	4.0	3.7157439373509056e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	True
ISR0130_000000015798	1903	0.5139607788970739	4	2	0	2	0	True	44856	fragment	False	ISR0130_000000015798	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0071_000000022456	1619	0.5139607788970739	3	2	0	2	0	True	44855	fragment	False	FIJ0071_000000022456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	3.0	9.989796136803123e-05	LN594771.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000122	True	True
MAD0066_000000021328	1509	0.5139607788970739	4	2	0	2	0	True	16560	fragment	False	MAD0066_000000021328	1.0		0	0	False	False	0.9986746311187744	0					non-mobilizable	no_good_hit								True	True
SPA0047_000000034179	1134	0.5139607788970739	2	2	0	2	0	True	6638	maximal	True	SPA0047_000000034179	1.0		105	11	False	False	0.9991181492805481	0					non-mobilizable	no_good_hit								True	True
SPA0023_000000003243	6403	0.5139567515592984	9	3	3	3	3	False	7645	maximal	True	SPA0023_000000003243	1.0		1	1	True	True	1.0	3					non-mobilizable	no_good_hit	47.0	97.87200000000001	1.0	0.00031203576201168097	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
AST0052_000000012565	1874	0.5139527511427997	4	2	1	1	1	False	114506	maximal	True	AST0052_000000012565	1.0		3	3	False	False	1.0	0					non-mobilizable	chromosome	1126.0	91.91799999999999	100.0	0.0006058797805261083	LR134288.1	firmicutes	Streptococcus milleri strain NCTC11169 genome assembly, chromosome: 1	False	False
SPA0032_000000014168	2006	0.5139525522237267	3	1	1	1	1	True	87746	fragment	False	SPA0032_000000014168	1.0		0	0	False	False	0.9930209517478943	0					non-mobilizable	other	1948.0	95.89299999999999	97.0	0.000613743951703242	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ISR0324_000000016585	1849	0.5139525522237267	2	1	1	1	1	True	34027	maximal	True	ISR0324_000000016585	1.0		1	1	False	False	0.9621416926383972	0					non-mobilizable	no_good_hit	1389.0	96.04	75.0	0.00049438456779284	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
ENG0184_000000012630	1771	0.5139525522237267	1	1	1	1	1	True	55103	maximal	True	ENG0184_000000012630	1.0		1	1	False	False	0.9988706707954407	0					non-mobilizable	no_good_hit	1131.0	78.691	72.0	0.0003527844411332774	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
SPA0047_000000023482	1654	0.5139525522237267	2	1	1	1	1	True	6663	maximal	True	SPA0047_000000023482	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1119.0	78.55199999999999	75.0	0.00034962894523763095	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ITA0006_000000014812	1571	0.5139525522237267	2	1	1	1	1	True	20350	maximal	True	ITA0006_000000014812	1.0		1	1	False	False	0.998090386390686	0					non-mobilizable	other	1484.0	88.208	94.0	0.0004660667437869864	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
DEN0041_000000024266	1403	0.5139525522237267	2	1	1	1	1	True	73082	fragment	False	DEN0041_000000024266	1.0		0	0	False	False	0.9971489906311035	0					non-mobilizable	other	1374.0	95.852	99.0	0.00043293403688269823	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ISR0154_000000015977	1299	0.5139525522237267	1	1	1	1	1	True	30617	maximal	True	ISR0154_000000015977	1.0		0	0	False	False	0.9923017621040344	0					non-mobilizable	chromosome	1304.0	89.03399999999999	100.0	0.0004623279315526703	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
CHI0039_000000009469	1290	0.5139525522237267	1	1	1	1	1	True	87745	fragment	False	CHI0039_000000009469	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1173.0	96.334	99.0	0.000920921738939117	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	True
ISR0051_000000028394	1279	0.5139525522237267	1	1	1	1	1	True	35827	fragment	False	ISR0051_000000028394	1.0		0	0	False	False	0.9820172190666199	0					non-mobilizable	other	1279.0	92.65100000000001	99.0	0.00040264127628449194	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	True
ISR0084_000000022236	1270	0.5139525522237267	1	1	1	1	1	True	34026	fragment	False	ISR0084_000000022236	1.0		0	0	False	False	0.9771653413772583	0					non-mobilizable	chromosome	1271.0	97.71799999999999	100.0	0.00045199857098639337	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ISR0400_000000008305	2225	0.5139488339530237	3	3	2	2	2	True	116152	maximal	True	ISR0400_000000008305	0.9576050042091858		1104	13	False	False	1.0	0					non-mobilizable	chromosome	2229.0	95.334	100.0	0.0004027212658195758	CP040630.1	CFB group bacteria	Bacteroides sp. PHL 2737 chromosome, complete genome	False	True
FIJ0171_000000005025	4093	0.5139479057917585	4	2	2	2	1	False	76648	maximal	True	FIJ0171_000000005025	1.0		51	10	False	False	0.999267041683197	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.303219956792415e-07	CP050586.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 06a	True	False
ISR0330_000000017699	1746	0.5139447139842316	1	1	1	1	1	False	24656	maximal	True	ISR0330_000000017699	1.0		2	1	False	False	0.9994272589683533	0					non-mobilizable	no_good_hit	1547.0	98.319	89.0	0.00041240644495774435	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0129_000000016333	1523	0.5139447139842316	1	1	1	1	1	False	3831	fragment	False	SPA0129_000000016333	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1523.0	100.0	100.0	0.00028552218668723725	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ISR0010_000000014827	1480	0.5139447139842316	1	1	1	1	1	False	38290	fragment	False	ISR0010_000000014827	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1503.0	69.195	100.0	0.008084264381135624	NZ_KB291002.1	CFB group bacteria	Prevotella saccharolytica F0055 Scfld546, whole genome shotgun sequence	False	False
ENG0187_000000020747	1467	0.5139447139842316	1	1	1	1	1	False	54965	maximal	True	ENG0187_000000020747	1.0		102	10	False	False	0.9884117245674133	0					non-mobilizable	no_good_hit								True	False
SPA0059_000000016088	1491	0.5139438506613264	3	3	3	3	2	False	28843	maximal	True	SPA0059_000000016088	1.0		1	1	False	False	0.9691482186317444	0					non-mobilizable	no_good_hit	1260.0	91.34899999999999	85.0	0.011705312482567546	NZ_CYYA01000012.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0356_000000008279	2294	0.5139424507257954	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.42400492814099483		0	0	False	False	1.0	0					non-mobilizable	chromosome	2294.0	98.431	100.0	0.0006383408149772071	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0212_000000013760	2541	0.5139415242929399	4	4	4	4	3	False	96571	maximal	True	ISR0212_000000013760	1.0		247	14	False	False	0.9960645437240601	0					non-mobilizable	no_good_hit	1124.0	82.829	69.0	0.00033188152732963066	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0109_000000000670	22828	0.5139377822667838	21	17	15	16	14	True	116929	maximal	False	AST0060_000000000939	0.937813307255728	PS762|PS763|PS764	0	0	True	True	0.9994743466377258	1					non-mobilizable	no_good_hit	5241.0	93.303	46.0	0.18328143042093845	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0029_000000022468	1424	0.5139376075534836	3	3	2	2	1	True	12547	fragment	False	MON0029_000000022468	1.0		0	0	False	False	0.9985954761505127	0					non-mobilizable	no_good_hit	200.0	74.0	14.0	0.0006180688567335705	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0007_000000037310	1711	0.5139366231485699	3	2	1	1	2	False	87907	fragment	False	MON0007_000000037310	0.9959340060682088		0	0	False	False	1.0	0					non-mobilizable	other	1711.0	99.766	100.0	0.008103919738020653	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	False	False
MON0011_000000029397	1592	0.5139366231485699	3	2	1	1	2	False	87907	fragment	False	MON0007_000000037310	0.956219504656245		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	100.0	100.0	0.0031550933637935685	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
USA0078_01_000000011752	1467	0.5139366231485699	2	2	1	1	2	False	87907	fragment	False	MON0007_000000037310	0.3841708542713568		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	99.932	100.0	0.0029072073358399567	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
ISR0215_000000024467	1239	0.5139366231485699	2	2	1	1	2	False	87906	fragment	False	ISR0215_000000024467	0.9916129903478087		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	99.677	100.0	0.00038513970491703317	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0219_000000026421	1232	0.5139366231485699	2	2	1	1	2	False	87906	fragment	False	ISR0215_000000024467	0.9905406152911288		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	99.756	100.0	0.0003829620167632212	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0073_01_000000011891	1172	0.5139366231485699	2	2	1	1	2	False	87906	fragment	False	ISR0215_000000024467	0.973403321792222		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	100.0	100.0	0.0023221963098694334	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
FIJ0075_000000012137	1618	0.5139333528898737	2	1	1	1	1	False	44585	maximal	True	FIJ0075_000000012137	1.0		7	3	False	False	0.961063027381897	0					non-mobilizable	no_good_hit	622.0	76.527	37.0	0.00018020066954025062	CP028149.1	firmicutes	Clostridium perfringens strain JXJA17 chromosome, complete genome	True	False
AST0052_000000022969	1123	0.5139319621845388	1	1	1	1	0	False	114315	maximal	True	AST0052_000000022969	1.0		0	0	False	False	0.9804096221923828	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000028576	1229	0.5139285776359619	3	1	1	1	1	False	41292	maximal	True	FIJ0123_000000028576	1.0		0	0	False	False	0.9845402836799622	0					non-mobilizable	no_good_hit								True	False
MON0034_000000002149	6802	0.5139236884812687	10	7	6	7	6	False	69775	maximal	True	MON0034_000000002149	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	81.668	26.0	0.012670866850424706	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ENG0209_000000003423	5660	0.5139233314452569	6	5	1	4	2	False	120310	maximal	True	ENG0209_000000003423	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0814_000000035708	1192	0.5139209777911551	2	1	1	1	1	False	21492	maximal	True	ISR0814_000000035708	1.0		4	3	False	False	0.9991610646247864	0					non-mobilizable	no_good_hit	883.0	94.904	74.0	0.003731185433993553	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
MAD0037_000000001345	9237	0.5139192421632495	12	7	4	7	3	True	18685	maximal	True	MAD0037_000000001345	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1403.0	71.98899999999999	15.0	0.04211172498465316	NZ_WHJC01000010.1	firmicutes	Clostridium tarantellae strain DSM 3997 contig010, whole genome shotgun sequence	True	True
FIJ0036_000000012407	3103	0.5139145123102201	3	3	2	3	2	False	47969	maximal	True	FIJ0036_000000012407	1.0		10	5	False	False	0.9987109303474426	0					non-mobilizable	no_good_hit	1307.0	81.867	42.0	0.04115945714013285	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	True	False
ISR0816_000000020975	1849	0.5139135745354072	2	2	2	2	2	False	58187	fragment	False	ISR0816_000000020975	0.9897109355250553		0	0	False	False	0.9978366494178772	0					non-mobilizable	other	1878.0	80.937	99.0	0.0363198496299487	NZ_VULP01000021.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq21, whole genome shotgun sequence	False	False
MAD0102_000000014109	1513	0.5139125233819795	2	1	1	1	1	False	15080	fragment	False	MAD0102_000000014109	0.9996405463695184		0	0	False	False	1.0	0					non-mobilizable	plasmid	1335.0	99.176	100.0	0.009909374535730204	CP056987.1	enterobacteria	Escherichia coli strain RHB41-C11 plasmid pRHB41-C11_3, complete sequence	False	True
MAD0101_000000020795	1391	0.5139125233819795	2	1	1	1	1	False	15080	fragment	False	MAD0102_000000014109	0.959352280237938		0	0	False	False	1.0	0					non-mobilizable	plasmid	1317.0	99.089	100.0	0.009775664834348536	CP056987.1	enterobacteria	Escherichia coli strain RHB41-C11 plasmid pRHB41-C11_3, complete sequence	False	True
FIJ0036_000000022969	1811	0.5139103538635016	3	2	2	2	1	False	120655	fragment	False	AST0116_000000013982	0.6701444055649108		0	0	False	False	0.9895085692405701	0					non-mobilizable	chromosome	1012.0	90.514	99.0	0.000270931102568995	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0047_000000020992	1884	0.5139067199957214	2	2	2	1	1	False	77245	fragment	False	MON0047_000000020992	1.0		0	0	False	False	0.9628450274467468	0					non-mobilizable	other	1884.0	99.469	100.0	0.0003150860630054994	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0112_000000015786	2186	0.5139057576886408	3	1	1	1	1	False	32643	maximal	True	ISR0112_000000015786	1.0		16	2	False	False	0.9935956001281738	0					non-mobilizable	no_good_hit	240.0	100.0	11.0	0.001613175390638183	NZ_JWHR01000068.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig068, whole genome shotgun sequence	True	False
MON0078_000000027057	1705	0.5138985364473914	4	4	2	4	3	False	10155	fragment	False	MON0078_000000027057	1.0		0	0	False	False	0.9935483932495117	0					non-mobilizable	plasmid	1686.0	100.0	99.0	0.013550571375724775	CP054380.1	enterobacteria	Escherichia coli strain SCU-175 plasmid pSCU-175-1, complete sequence	False	True
ENG0131_000000001840	15177	0.5138983116998618	11	7	5	6	3	True	58385	fragment	False	ENG0131_000000001840	1.0		0	0	False	False	0.9998682141304016	0					non-mobilizable	no_good_hit	88.0	82.955	1.0	4.9720840605969853e-05	NZ_FXLO01000009.1	firmicutes	Clostridium massiliodielmoense strain MT26, whole genome shotgun sequence	True	True
CHI0056_000000002217	6814	0.5138981607871385	5	3	3	3	3	False	86170	maximal	True	CHI0056_000000002217	1.0		3	1	False	False	0.9992662072181702	0					non-mobilizable	no_good_hit	5526.0	97.557	83.0	0.0016004359818360227	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0033_000000014562	2138	0.513897258935516	2	2	2	2	2	False	36887	fragment	False	ISR0033_000000014562	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2174.0	76.173	100.0	0.0012112994093851591	NZ_LT574838.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	False	False
ENG0161_000000015788	1324	0.5138958833670313	2	2	2	2	2	False	63365	maximal	True	ENG0161_000000015788	1.0		232	13	False	False	0.9879153966903687	0					non-mobilizable	other	1324.0	100.0	100.0	0.00025417183783721473	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
SPA0145_000000001838	12211	0.5138939973497936	9	8	7	8	5	False	108741	maximal	True	SPA0145_000000001838	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5030.0	95.56700000000001	51.0	0.13867284461360252	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0040_000000017235	1182	0.513888978587246	3	2	2	2	2	False	115816	fragment	False	AST0040_000000017235	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	77.778	14.0	4.474332512151275e-05	NZ_JACBZY010000001.1	high GC Gram+	Schumannella luteola strain DSM 23141 Ga0104594_01, whole genome shotgun sequence	True	False
ISR0238_000000010789	1399	0.5138887603336902	2	1	1	1	1	False	44846	fragment	False	FIJ0071_000000024961	0.9548540393754243		0	0	False	False	0.9949964284896851	0					non-mobilizable	no_good_hit	492.0	82.31700000000001	35.0	0.018426703103650206	MK233934.1	viruses	Uncultured human fecal virus clone R.bromii_S11.J19_3_c1 sequence	True	False
SPA0039_000000007841	3289	0.5138869829208017	4	3	3	2	1	False	7017	fragment	False	SPA0039_000000007841	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	94.118	7.0	0.08745684695051784	KU545982.1	bacteria	Uncultured bacterium clone CH_03C_000_Contig_13 genomic sequence	True	False
FIJ0171_000000016667	1269	0.5138852017327776	2	2	1	1	1	False	80473	maximal	True	FIJ0171_000000016667	1.0		129	10	False	False	1.0	0					non-mobilizable	no_good_hit	1104.0	87.13799999999999	87.0	0.019925601266988325	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
CHI0037_000000003574	3459	0.5138843396913293	2	2	2	2	2	False	88005	maximal	True	CHI0037_000000003574	1.0		163	10	False	False	0.9982653856277466	0					non-mobilizable	other	3460.0	99.855	100.0	0.0418547245380734	NZ_QRUU01000009.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf9, whole genome shotgun sequence	False	False
ISR0100_000000010003	1548	0.5138831650303164	1	1	1	1	1	False	84638	backbone	False	FIJ0139_000000015928	0.9738849959752062	PS421	0	0	False	True	0.975452184677124	0					non-mobilizable	no_good_hit	1342.0	79.061	86.0	0.0017198495746316364	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	True	True
CHI0061_000000005580	1452	0.5138816310907615	1	1	1	1	1	False	85642	fragment	False	CHI0061_000000005580	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1452.0	99.105	100.0	0.03387021475256769	NZ_QRML01000035.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf35, whole genome shotgun sequence	False	False
MON0090_000000051290	1217	0.5138793675725265	2	2	1	2	1	False	9512	maximal	True	MON0090_000000051290	1.0		5	2	False	False	0.9441248774528503	0					non-mobilizable	no_good_hit								True	False
ISR0388_000000031261	1123	0.5138788624508456	2	2	2	1	2	False	22921	maximal	True	ISR0388_000000031261	1.0		459	12	False	False	0.9893143177032471	0					non-mobilizable	other	1123.0	99.64399999999999	100.0	0.016608197522092454	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0125_000000008324	1850	0.5138780984414173	2	2	2	2	1	True	81627	fragment	False	CHI0125_000000008324	1.0		0	0	False	False	0.999459445476532	0					non-mobilizable	chromosome	1850.0	95.78399999999999	100.0	0.0006585857823119318	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
ISR0355_000000020016	1101	0.5138729018212111	2	2	2	1	1	False	23929	maximal	True	ISR0355_000000020016	1.0		11	4	False	False	0.908265233039856	0					non-mobilizable	no_good_hit	137.0	83.94200000000001	12.0	0.00032088917201085796	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	False
USA0023_01_000000006774	4760	0.5138723306337648	10	4	4	3	3	False	72837	maximal	True	USA0023_01_000000006774	1.0		2	2	False	False	0.992436945438385	0					non-mobilizable	no_good_hit	137.0	79.562	3.0	0.00240320899082893	NZ_LDAQ01000087.1	firmicutes	Faecalicatena fissicatena strain KCTC 15010 contig_87, whole genome shotgun sequence	True	False
ISR0005_000000005412	2599	0.5138678481651774	2	2	2	2	1	False	38524	maximal	True	ISR0005_000000005412	1.0		155	8	False	False	0.9930742383003235	0					non-mobilizable	other	2611.0	85.37	100.0	0.049811147113522636	NZ_CABIWU010000013.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
CAN0016_000000017614	2754	0.5138677487384281	4	4	3	4	3	False	92941	maximal	True	CAN0016_000000017614	0.9815848214285714		43	9	False	False	1.0	0					non-mobilizable	no_good_hit	203.0	73.892	7.0	0.002234414406442193	NZ_FNBY01000019.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
DEN0065_000000024104	1436	0.5138639180173992	2	2	2	2	2	False	71060	maximal	True	DEN0065_000000024104	1.0		107	12	False	False	0.9909470677375793	0					non-mobilizable	no_good_hit								True	False
CHI0112_000000015130	1247	0.5138606243078446	2	2	2	2	2	False	82378	fragment	False	CHI0112_000000015130	1.0		0	0	False	False	0.9975942373275757	0					non-mobilizable	no_good_hit								True	False
SPA0001_000000001063	24243	0.5138598479207789	23	15	5	12	12	True	8460	fragment	False	SPA0001_000000001063	0.9961977989903293		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1902.0	98.055	13.0	0.26288659793814434	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
ENG0089_000000001268	14962	0.5138596845218857	13	10	6	7	8	False	94332	maximal	True	ENG0089_000000001268	0.9980585113640167		28	8	False	False	0.9999331831932068	0					non-mobilizable	no_good_hit	1262.0	93.42299999999999	10.0	0.0007282765949459568	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
ISR0327_000000000903	14764	0.5138596845218857	13	10	6	7	8	False	94332	maximal	False	ENG0089_000000001268	0.9936947570013284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1262.0	93.42299999999999	10.0	0.0007282765949459568	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
FIJ0147_000000016961	1297	0.5138595744765707	2	1	1	1	1	False	40748	fragment	False	FIJ0132_000000026733	0.9642585551330798		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	99.229	100.0	0.09311013722250161	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0136_000000006376	4094	0.513859562105778	3	3	2	3	0	False	71141	fragment	False	FIJ0136_000000006376	0.9640718562874251		0	0	False	False	0.9968246221542358	0					non-mobilizable	no_good_hit								True	False
DEN0065_000000008314	3841	0.513859562105778	3	3	2	3	0	False	71141	fragment	False	FIJ0136_000000006376	0.9346604787493893		0	0	False	False	0.9924498796463013	0					non-mobilizable	no_good_hit								True	False
AST0104_000000029596	1200	0.5138583948598713	2	2	2	2	1	False	107668	maximal	True	AST0104_000000029596	1.0		5	5	False	False	0.9983333349227905	0					non-mobilizable	no_good_hit	627.0	75.12	52.0	0.0001190324183541451	CP000316.1	b-proteobacteria	Polaromonas sp. JS666, complete genome	True	False
FIJ0060_000000002749	4686	0.5138582021060337	5	5	4	5	3	False	113756	fragment	False	ISR0059_000000003816	0.8642011317320966		0	0	False	False	0.9993597865104675	0					non-mobilizable	chromosome	4613.0	95.729	100.0	0.0012882908273861018	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CAN0006_000000039127	1136	0.5138557175921734	3	2	2	1	1	False	95455	fragment	False	CAN0006_000000039127	1.0		0	0	False	False	0.9445422291755676	0					non-mobilizable	other	1136.0	98.50399999999999	100.0	0.0008918482710715852	NZ_LT706952.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	False	False
ENG0194_000000005304	5014	0.5138547231236827	5	5	5	5	4	False	124948	maximal	True	ENG0194_000000005304	1.0		129	12	False	False	1.0	0					non-mobilizable	no_good_hit	2100.0	78.524	54.0	0.0007302157394425925	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0150_000000009885	1739	0.5138544501097292	2	2	2	1	1	False	57151	maximal	True	ENG0150_000000009885	1.0		21	6	False	False	0.9930995106697083	0					non-mobilizable	no_good_hit	689.0	82.583	39.0	0.0007483214657924232	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
SPA0033_000000004342	6451	0.5138517576905332	9	7	4	5	5	True	93270	fragment	False	ISR0316_000000002289	0.9525887573964498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	70.40100000000001	9.0	0.00025345308420721846	LR134495.1	g-proteobacteria	Mannheimia haemolytica strain NCTC10643 genome assembly, chromosome: 1	True	True
USA0024_01_000000006041	3989	0.5138501694568964	3	2	2	2	1	False	102087	maximal	True	USA0024_01_000000006041	1.0		16	3	False	False	0.9979944825172424	0					non-mobilizable	no_good_hit	767.0	77.836	19.0	0.010233701008519084	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
DEN0093_000000008647	3688	0.5138499186117991	4	4	4	4	4	False	91997	fragment	False	MON0016_000000006260	0.9714337332830464		0	0	False	False	0.9981019496917725	0					non-mobilizable	other	3599.0	98.666	99.0	0.01393477225283982	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0276_000000008663	1171	0.5138465924410314	3	1	1	1	1	False	26305	maximal	True	ISR0276_000000008663	1.0		35	8	False	False	0.999146044254303	0					non-mobilizable	no_good_hit	595.0	98.319	51.0	0.0002650747899148414	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0022_000000010277	3661	0.5138389282497551	3	3	2	2	1	True	74624	maximal	True	DEN0022_000000010277	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	79.167	8.0	4.216931954937216e-05	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	True
ENG0043_000000010683	3159	0.5138352752307537	4	3	3	3	2	False	103257	maximal	True	ENG0043_000000010683	1.0		23	7	False	False	0.9996834397315979	0					non-mobilizable	other	3172.0	86.475	100.0	0.008365544564003246	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
ISR0062_000000014016	2590	0.5138352752307537	3	3	3	3	2	False	103255	fragment	False	ISR0062_000000014016	1.0		0	0	False	False	0.9992278218269348	0					non-mobilizable	other	2548.0	86.774	100.0	0.0006937507014023635	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0153_000000011760	2378	0.5138334113032396	3	2	2	2	2	False	55891	fragment	False	ISR0153_000000011760	1.0		0	0	False	True	0.9878048896789551	0					non-mobilizable	no_good_hit	750.0	73.867	31.0	0.003606082193126827	NZ_NHOC01000010.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c10, whole genome shotgun sequence	True	True
FIJ0142_000000004827	6006	0.5138328649129876	7	6	5	6	6	False	40220	maximal	True	FIJ0142_000000004827	1.0		44	9	False	False	1.0	0					non-mobilizable	other	5978.0	98.32700000000001	99.0	0.03132830766327312	NZ_CABJDM010000007.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
ISR0047_000000004954	5448	0.5138327823472625	9	5	3	4	2	False	67834	maximal	True	ISR0047_000000004954	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1818.0	99.78	33.0	0.01634566079830156	NZ_JAAIPV010000010.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_10_length_111161_cov_93.7847, whole genome shotgun sequence	True	False
AST0028_000000006883	2484	0.5138305214191534	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.49490635477010664		0	0	False	False	0.9975845217704773	0					non-mobilizable	other	2484.0	99.87899999999999	100.0	0.007553104438475508	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0124_000000006400	2430	0.5138305214191534	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.5253936757212038		0	0	False	False	1.0	0					non-mobilizable	other	2430.0	99.053	100.0	0.008346648798171916	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0361_000000005497	2348	0.5138305214191534	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.47123285818760996		0	0	False	False	0.9995741248130798	0					non-mobilizable	other	2348.0	98.637	100.0	0.008044258886998952	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0003_000000007828	2310	0.5138305214191534	3	3	2	3	0	False	129965	fragment	False	FIJ0121_000000010166	0.4799812112721088		0	0	False	False	1.0	0					non-mobilizable	other	2310.0	99.307	100.0	0.0006909696048186527	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0171_000000016005	1318	0.5138305214191534	3	3	2	3	0	False	127422	fragment	False	ENG0002_000000019380	0.6761049483075218		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	98.48299999999999	100.0	0.0014662691299691158	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
DEN0021_000000029537	1271	0.5138305214191534	3	3	2	3	0	False	127422	fragment	False	ENG0002_000000019380	0.6560103481838339		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	99.84299999999999	100.0	0.013519267617628273	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
DEN0076_000000002661	2429	0.5138291478788204	2	2	2	1	1	False	75829	maximal	True	DEN0076_000000002661	1.0		0	0	False	False	0.9831206202507019	0					non-mobilizable	no_good_hit	1865.0	93.29799999999999	77.0	0.00034138318797686504	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	False
ENG0040_000000010863	2119	0.5138291478788204	3	2	2	1	1	False	75828	maximal	True	ENG0040_000000010863	1.0		6	3	False	False	0.9952808022499084	0					non-mobilizable	chromosome	2008.0	93.426	95.0	0.00036757299263388853	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
CHI0126_000000007409	2037	0.5138291478788204	2	2	2	1	1	False	81483	maximal	True	CHI0126_000000007409	1.0		0	0	False	False	0.9995090961456299	0					non-mobilizable	chromosome	1891.0	90.05799999999999	93.0	0.0003454123886933302	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
ENG0127_000000014618	1781	0.5138291478788204	3	2	2	1	1	False	75827	maximal	True	ENG0127_000000014618	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	93.999	78.0	0.000253107063188856	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	False
USA0003_01_000000025138	1501	0.5138291478788204	3	2	2	1	1	False	2230	fragment	False	USA0003_01_000000025138	1.0		0	0	False	False	0.9913390874862671	0					non-mobilizable	other	1429.0	93.14200000000001	95.0	0.0002703402652515073	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	False
FIJ0028_000000022867	1322	0.5138291478788204	3	2	2	1	1	False	131075	fragment	False	FIJ0028_000000022867	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1305.0	99.92299999999999	99.0	0.00020099619509886808	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0002_000000029036	1292	0.5138291478788204	2	2	2	1	1	False	131075	fragment	False	FIJ0028_000000022867	0.9886535552193646		0	0	False	False	1.0	0					non-mobilizable	chromosome	1292.0	99.92299999999999	100.0	0.00019899239867533642	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
DEN0010_000000040638	1168	0.5138291478788204	2	2	2	1	1	False	75826	fragment	False	DEN0010_000000040638	1.0		0	0	False	False	0.9922945499420166	0					non-mobilizable	chromosome	1168.0	94.60600000000001	100.0	0.00021373078345976476	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
DEN0035_000000032561	1115	0.5138291478788204	2	2	2	1	1	False	73373	fragment	False	DEN0035_000000032561	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1076.0	94.51700000000001	97.0	0.000196881398645456	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
CHI0178_000000002970	3923	0.5138283408721249	4	3	3	3	2	False	101231	fragment	False	CHI0178_000000002970	1.0		0	0	False	False	0.9918429851531982	0					non-mobilizable	no_good_hit	1696.0	99.351	43.0	0.01096502590673575	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	False
DEN0051_000000021358	2146	0.5138275459996046	3	3	3	3	1	False	72543	maximal	True	DEN0051_000000021358	1.0		8	8	False	False	0.999068021774292	0					non-mobilizable	other	2144.0	98.321	99.0	0.008968853844930484	NZ_QIBZ01000001.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_001, whole genome shotgun sequence	False	False
CAN0001_000000019801	2294	0.5138267337283035	3	2	2	2	1	False	97341	maximal	True	CAN0001_000000019801	1.0		43	9	False	False	1.0	0					non-mobilizable	no_good_hit	1048.0	99.427	46.0	0.0004265858747516166	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
ENG0161_000000002633	7599	0.5138264087429342	11	9	3	4	9	False	102475	maximal	True	ENG0161_000000002633	1.0		110	9	False	False	0.9994736313819885	0					non-mobilizable	no_good_hit	3402.0	90.741	76.0	0.0013411744511606439	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
FIJ0061_000000007125	3355	0.5138242408407511	4	3	2	2	3	False	45830	maximal	False	FIJ0111_000000006207	0.9613373692900384		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.29718573153348e-05	NZ_CP050965.1	firmicutes	Gemella haemolysans strain FDAARGOS_740 chromosome	True	False
AST0062_000000004309	3993	0.5138205341669313	2	2	2	2	2	False	131616	maximal	True	AST0062_000000004309	1.0		37	7	False	False	0.9974955916404724	0					non-mobilizable	other	3666.0	97.49	92.0	0.005856688651906063	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ENG0138_000000014218	1382	0.5138180447764382	2	2	2	2	2	False	57903	fragment	False	ENG0138_000000014218	1.0		0	0	False	False	0.9602026343345642	0					non-mobilizable	no_good_hit	420.0	73.571	30.0	0.0001329512169070061	NC_021081.1	bacteria	Meiothermus ruber DSM 1279, complete sequence	True	False
FIJ0005_000000025222	1441	0.5138132530005359	2	2	2	2	2	False	51878	maximal	True	FIJ0005_000000025222	1.0		446	12	False	False	1.0	0					non-mobilizable	plasmid	1441.0	98.54299999999999	100.0	0.0022975888081896278	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
AST0113_000000015244	2491	0.5138127627126511	3	2	2	2	2	True	106619	maximal	True	AST0113_000000015244	1.0		4	4	False	False	0.9995985627174377	0					non-mobilizable	no_good_hit								True	True
ENG0097_000000010207	3082	0.5138120326669533	4	4	4	4	4	False	87416	fragment	False	ENG0097_000000010207	1.0		0	0	False	False	0.9987021684646606	0					non-mobilizable	chromosome	3082.0	99.96799999999999	100.0	0.000595881052007593	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
MAD0012_000000019576	1536	0.5138116984494641	2	2	2	2	2	False	19649	maximal	True	MAD0012_000000019576	1.0		5	1	False	False	0.9973958134651184	0					non-mobilizable	other	1432.0	71.788	91.0	0.0029183403597351936	NZ_FUWY01000002.1	CFB group bacteria	Anaerorhabdus furcosa strain ATCC 25662, whole genome shotgun sequence	False	False
ISR0086_000000005205	4686	0.5138106529132153	4	2	1	2	0	False	47245	maximal	True	ISR0086_000000005205	0.9690389163620727		5	4	False	False	0.9993597865104675	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	1.1211474570507095e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
FIJ0043_000000005359	4651	0.5138106529132153	5	2	1	2	0	False	47245	maximal	False	ISR0086_000000005205	0.9640418267178831		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0063_000000020401	2340	0.5138106529132153	7	2	1	2	0	False	71538	maximal	True	DEN0063_000000020401	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0262_000000015447	1125	0.5138105111202268	1	1	1	1	1	False	26648	fragment	False	ISR0262_000000015447	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	73.0	86.301	6.0	0.00019994945722053592	NZ_JOMF01000005.1	euryarchaeotes	Methanomicrobium mobile BP T502DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
CHI0105_000000005712	1196	0.513810398842221	2	2	2	2	1	False	83183	maximal	True	CHI0105_000000005712	1.0		211	10	False	False	1.0	0					non-mobilizable	other	1196.0	95.90299999999999	100.0	0.012706521042169834	NZ_QRML01000014.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf14, whole genome shotgun sequence	False	False
MON0001_000000019875	1743	0.5138100689302887	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.07775556496524444		0	0	False	False	1.0	0		MOBV			mobilizable	other	1747.0	91.185	100.0	0.03853121824046662	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
ENG0094_000000010202	1698	0.5138100689302887	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.09669482871224458		0	0	False	False	0.9994110465049744	0		MOBV			mobilizable	other	1698.0	96.23100000000001	100.0	0.005247144526829389	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	False	True
MON0022_000000022638	1393	0.5138100689302887	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.06391641710622295		0	0	False	False	0.9935390949249268	0		MOBV			mobilizable	other	1396.0	93.12299999999999	100.0	0.009710160092079104	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ENG0125_000000014191	1858	0.5138067984606708	2	2	2	1	1	False	74471	maximal	True	ENG0125_000000014191	1.0		57	10	False	False	0.9967707395553589	0					non-mobilizable	no_good_hit	1502.0	99.40100000000001	81.0	0.1790528450435405	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0364_000000012472	1454	0.513802919949442	2	2	2	1	2	False	53634	maximal	False	ENG0211_000000016509	0.9852335164835164		0	0	False	False	0.9965612292289734	0					non-mobilizable	no_good_hit	642.0	75.545	44.0	0.0051650882200311365	NZ_FQXK01000015.1	firmicutes	Butyrivibrio fibrisolvens DSM 3071, whole genome shotgun sequence	True	False
ISR0813_000000028722	1076	0.5138018301340196	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.08925800632891634		0	0	False	False	1.0	0					non-mobilizable	other	1076.0	98.32700000000001	100.0	0.00029852652859467597	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0088_000000004470	3704	0.5137960410665419	5	5	5	4	4	False	90129	maximal	True	SPA0088_000000004470	0.9992653540993242		270	14	False	False	1.0	0					non-mobilizable	other	3701.0	100.0	99.0	0.0007868812853471859	CP010226.1	enterobacteria	Escherichia coli strain S1, complete genome	False	False
ISR0015_000000007153	3403	0.5137960410665419	5	5	5	4	4	False	90129	maximal	False	SPA0088_000000004470	0.9586933045356372		0	0	False	False	0.9976491332054138	0					non-mobilizable	chromosome	3403.0	99.941	100.0	0.0007044550257647902	CP041628.1	enterobacteria	Escherichia coli strain PE15 chromosome, complete genome	False	False
FIJ0110_000000005118	3391	0.5137958293524725	4	1	1	1	1	False	43964	maximal	True	FIJ0110_000000005118	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	93.287	13.0	0.0803888577304169	KU547019.1	bacteria	Uncultured bacterium clone TE_05X_000_Contig_1 genomic sequence	True	False
FIJ0085_000000009515	3236	0.5137958293524725	3	1	1	1	1	False	43964	maximal	False	FIJ0110_000000005118	0.9771453848422295		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	432.0	93.287	13.0	0.0803888577304169	KU547019.1	bacteria	Uncultured bacterium clone TE_05X_000_Contig_1 genomic sequence	True	False
FIJ0081_000000003582	7798	0.5137950129381661	8	7	5	6	6	True	44288	maximal	True	FIJ0081_000000003582	1.0		38	12	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0095_000000034890	1107	0.5137940939757675	2	2	2	2	2	False	15549	maximal	True	MAD0095_000000034890	1.0		2	2	False	False	0.9584462642669678	0					non-mobilizable	other	1098.0	73.58800000000001	97.0	0.0012637751491254676	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0125_000000014640	1800	0.5137865848051653	2	2	2	2	2	False	127490	fragment	False	MON0078_000000019965	0.4707091469681398		0	0	False	False	1.0	0					non-mobilizable	other	1800.0	93.0	100.0	0.02923159416992997	NZ_SPFY01000013.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_13_length_61543_cov_14.8577, whole genome shotgun sequence	False	False
ISR0062_000000017436	2139	0.5137791963181133	3	3	3	2	1	False	41858	maximal	True	ISR0062_000000017436	0.9694026226323458		299	12	False	False	0.9934548735618591	0					non-mobilizable	chromosome	2139.0	100.0	100.0	0.0007734575978461846	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	False	False
ENG0165_000000003206	5420	0.5137775668463643	8	3	2	3	3	True	118444	fragment	False	ISR0024_000000003680	0.62991179378685		0	0	False	False	0.9998155236244202	0					non-mobilizable	no_good_hit	109.0	80.734	2.0	0.00039975863629506715	NZ_BAZX01000004.1	CFB group bacteria	Marinifilum fragile JCM 15579, whole genome shotgun sequence	True	True
ISR0356_000000013057	1582	0.5137764878974215	2	2	2	2	2	False	105407	maximal	True	ISR0356_000000013057	1.0		184	10	False	False	0.999367892742157	0					non-mobilizable	other	1582.0	97.977	100.0	0.002273129197417173	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
ENG0194_000000008757	3144	0.5137757727920965	10	7	2	4	5	False	54535	fragment	False	ENG0194_000000008757	1.0		0	0	False	False	0.9968193173408508	0					non-mobilizable	plasmid	2008.0	98.60600000000001	91.0	0.033198246629724586	CP001105.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
MON0080_000000003705	8372	0.513773206115435	14	7	3	7	2	False	11239	fragment	False	MON0080_000000003705	1.0		0	0	False	False	0.9997611045837402	0					non-mobilizable	no_good_hit	359.0	89.97200000000001	4.0	8.581226580913243e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0156_000000006799	2038	0.5137730827447519	3	2	2	2	1	False	96926	fragment	False	CHI0156_000000006799	1.0		0	0	False	False	0.9887143969535828	0					non-mobilizable	other	2041.0	97.697	99.0	0.000499182209106839	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0006_000000006871	2080	0.5137720592133628	4	3	3	2	2	False	90617	maximal	True	CHI0006_000000006871	0.9992105263157895		94	10	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	0.0004555384153475033	NZ_HG942080.1	firmicutes	Bacillus dielmoensis isolate FF4, whole genome shotgun sequence	True	False
DEN0089_000000001728	9450	0.5137704069121515	11	10	3	4	10	True	68863	fragment	False	DEN0089_000000001728	1.0		0	0	False	False	0.9998942017555237	0					non-mobilizable	chromosome	9451.0	98.995	99.0	0.0017726012759577562	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	True
ENG0182_000000010574	2680	0.5137699134273255	2	2	2	2	2	False	76837	maximal	True	ENG0182_000000010574	1.0		793	15	False	False	0.9929104447364807	0					non-mobilizable	chromosome	2680.0	97.91	100.0	0.0009337969669549504	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0104_000000009117	3568	0.5137678956263227	5	4	4	2	2	False	108000	maximal	True	AST0104_000000009117	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	430.0	99.76700000000001	12.0	0.00046865680120430594	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
MON0012_000000021174	2366	0.5137678343520719	4	3	1	1	3	False	85033	fragment	False	MON0012_000000021174	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2366.0	98.18299999999999	100.0	0.005228159997170383	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ISR0357_000000020135	1318	0.5137669761335816	2	2	2	2	2	False	23875	maximal	True	ISR0357_000000020135	1.0		38	6	False	False	0.9984825253486633	0					non-mobilizable	no_good_hit	1072.0	98.694	81.0	0.0004241694108841871	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
ISR0776_000000003070	8642	0.5137666676069339	8	7	4	5	5	False	35836	maximal	True	ISR0776_000000003070	1.0		14	5	False	False	0.9943299889564514	0					non-mobilizable	no_good_hit	715.0	81.119	8.0	0.0012396238406978313	NZ_PKIB01000001.1	firmicutes	Streptococcus macedonicus strain UMB0733 .21837_8_71.1, whole genome shotgun sequence	True	False
ENG0006_000000019455	1133	0.5137652017430696	2	2	2	2	1	False	67557	fragment	False	ENG0006_000000019455	1.0		0	0	False	False	0.9955869317054749	0					non-mobilizable	other	1133.0	99.647	100.0	0.015231912945105855	NZ_CYYV01000018.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0179_000000005334	4824	0.5137621369391091	6	6	5	5	4	False	102044	maximal	True	ISR0179_000000005334	1.0		655	15	False	False	0.9968905448913574	0					non-mobilizable	other	4824.0	98.46600000000001	100.0	0.21528707920350032	NZ_CYXX01000044.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0077_000000007946	3632	0.5137610231989936	3	3	3	2	1	False	99632	maximal	True	SPA0077_000000007946	1.0		154	11	False	False	1.0	0					non-mobilizable	chromosome	2994.0	99.432	100.0	0.0006814388400103184	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AST0019_000000001166	16536	0.5137591848544862	12	5	3	4	4	True	122946	fragment	False	AST0019_000000001166	0.9927379220507481		0	0	False	False	0.999939501285553	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00020523615313774502	NZ_MCHZ01000023.1	firmicutes	Caminicella sporogenes strain AM 1114 contig_3, whole genome shotgun sequence	True	True
ENG0141_000000001360	16132	0.5137591848544862	12	5	3	4	4	True	122946	fragment	False	AST0019_000000001166	0.9845951701112634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	0.00020523615313774502	NZ_MCHZ01000023.1	firmicutes	Caminicella sporogenes strain AM 1114 contig_3, whole genome shotgun sequence	True	True
ISR0138_000000001541	16065	0.5137591848544862	12	5	3	4	4	True	122946	fragment	False	AST0019_000000001166	0.9742628475534828		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	0.0046276211135213305	XM_013480908.1	apicomplexans	Eimeria maxima hypothetical protein, conserved partial mRNA	True	True
ISR0027_000000001859	13014	0.5137591848544862	10	5	3	4	4	True	37263	fragment	False	ISR0027_000000001859	1.0		0	0	False	False	0.9996926188468933	0					non-mobilizable	no_good_hit								True	True
SPA0145_000000020423	1706	0.513756952270187	2	2	2	2	2	False	22288	fragment	False	SPA0145_000000020423	1.0		0	0	False	False	0.9994138479232788	0					non-mobilizable	other	1435.0	91.359	95.0	0.0004024377837369046	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0035_000000006283	2880	0.5137562580472935	5	2	1	2	1	False	36808	maximal	True	ISR0035_000000006283	1.0		30	6	False	False	1.0	0					non-mobilizable	no_good_hit	2219.0	92.429	77.0	0.0005479764402350028	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
ISR0146_000000007028	5421	0.5137552947433277	5	2	2	2	1	False	31037	maximal	True	ISR0146_000000007028	1.0		20	8	False	False	0.9987087249755859	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.6532836350378878e-05	NZ_FNKL01000003.1	CFB group bacteria	Chryseobacterium soldanellicola strain DSM 17072, whole genome shotgun sequence	True	False
MAD0034_000000012845	1240	0.5137525568109399	2	2	2	2	1	False	121855	maximal	True	MAD0034_000000012845	1.0		8	4	False	False	1.0	0					non-mobilizable	other	1068.0	95.693	99.0	0.0003319418943024834	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0062_000000018871	1708	0.513749434019548	2	2	2	2	1	False	34837	maximal	True	SPA0062_000000018871	0.9929161747343566		545	11	False	False	0.993559718132019	0					non-mobilizable	no_good_hit	1352.0	84.615	79.0	0.004143243102022751	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
DEN0007_000000016138	1588	0.5137486188292897	2	2	2	2	1	False	76276	maximal	True	DEN0007_000000016138	1.0		64	9	False	False	1.0	0					non-mobilizable	other	1588.0	100.0	100.0	0.0004529507730702356	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0316_000000013951	1539	0.5137475416062317	2	2	2	2	2	False	60428	maximal	False	SPA0136_000000025984	0.9367686877000889		0	0	False	False	0.9525666236877441	0					non-mobilizable	other	1478.0	98.10600000000001	96.0	0.026185157607346736	NZ_JAAIPV010000028.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_28_length_56406_cov_119.209, whole genome shotgun sequence	False	False
FIJ0081_000000005714	5389	0.5137468150832253	7	6	3	4	4	False	124423	maximal	True	FIJ0081_000000005714	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4522.0	98.916	84.0	0.04805382538636509	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
DEN0066_000000012590	2703	0.5137462461634962	4	3	3	2	2	True	92257	maximal	True	DEN0066_000000012590	1.0		2	2	False	False	0.9918608665466309	0					non-mobilizable	no_good_hit	2393.0	100.0	89.0	0.0003376228752483476	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
MAD0042_000000016300	1499	0.5137446186047782	3	2	2	2	1	True	18109	maximal	True	MAD0042_000000016300	1.0		43	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0112_000000006024	2820	0.513744443690428	3	3	3	3	3	False	82437	maximal	True	CHI0112_000000006024	1.0		44	8	False	False	0.99858158826828	0					non-mobilizable	other	2810.0	99.359	99.0	0.005926572947061715	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
DEN0031_000000009143	3555	0.5137429805022934	4	3	2	2	3	False	124420	fragment	False	ENG0045_000000003378	0.9692029920921031		0	0	False	False	1.0	0					non-mobilizable	other	3398.0	95.586	96.0	0.001013860987927932	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0047_000000001403	14955	0.5137372188996281	18	11	9	11	8	True	116315	maximal	True	FIJ0047_000000001403	1.0		1	1	False	False	0.9997325539588928	0					non-mobilizable	no_good_hit	568.0	71.127	4.0	0.0002485633972770482	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CAN0016_000000029180	1601	0.5137365936581054	3	2	1	1	2	False	119970	fragment	False	MAD0002_000000021610	0.5730122980656205		0	0	False	False	0.9981261491775513	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000019889	1982	0.5137359851181759	4	4	3	4	2	False	37354	maximal	True	ISR0025_000000019889	1.0		4	2	False	False	0.996468186378479	0					non-mobilizable	no_good_hit	50.0	86.0	3.0	1.9800235824849537e-05	HE576794.1	firmicutes	Megasphaera elsdenii strain DSM 20460 draft genome	True	False
ISR0134_000000018795	1704	0.5137353681430664	3	1	1	1	1	False	31472	maximal	True	ISR0134_000000018795	1.0		19	7	False	False	0.9982394576072693	0					non-mobilizable	no_good_hit	786.0	75.954	46.0	0.0027603274319436513	NZ_DF158900.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0113_000000005432	4582	0.5137348703596509	5	3	2	3	3	True	41961	fragment	False	FIJ0113_000000005432	1.0		0	0	False	False	0.9997817277908325	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.064326887060154e-06	LN590686.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG35, chromosome: 35	True	True
ISR0274_000000002641	2467	0.513734813495053	5	5	2	2	4	False	132544	fragment	False	CHI0126_000000000854	0.0043362108976144065		0	0	False	False	1.0	0					non-mobilizable	plasmid	2467.0	99.959	100.0	0.06383804913407026	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
SPA0060_000000007127	2100	0.5137318912975313	3	2	2	2	2	False	6233	maximal	True	SPA0060_000000007127	1.0		4	1	False	False	0.9933333396911621	0					non-mobilizable	no_good_hit	200.0	78.0	9.0	0.0013038332698132509	CP058024.1	enterobacteria	Escherichia coli strain RHB04-C05 plasmid pRHB04-C05_2, complete sequence	True	False
ISR0133_000000013918	1598	0.5137301232850386	3	3	3	3	3	False	31528	maximal	True	ISR0133_000000013918	1.0		0	0	False	False	0.9987484216690063	0					non-mobilizable	chromosome	1340.0	80.52199999999999	97.0	0.00057363391230035	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0005_000000007522	3920	0.5137299665098104	5	3	1	2	3	True	8332	maximal	True	SPA0005_000000007522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	546.0	74.176	14.0	0.017482631527447078	NZ_CYZO01000033.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MON0061_000000019438	2305	0.5137266169433546	3	2	2	2	2	False	76468	maximal	True	MON0061_000000019438	1.0		108	12	False	False	1.0	0					non-mobilizable	other	2271.0	98.195	98.0	0.015734762799664362	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
ENG0171_000000020326	1201	0.5137235838629558	2	2	2	2	2	False	108683	fragment	False	ENG0171_000000020326	0.9789518900343643		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	96.0	99.0	0.00590974565401843	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
TAN0009_000000021580	1894	0.5137233290205766	2	1	1	1	1	False	2689	maximal	True	TAN0009_000000021580	1.0		8	7	False	False	0.9915522933006287	0					non-mobilizable	no_good_hit	60.0	88.333	3.0	1.0494653952126591e-05	AP023368.1	firmicutes	Anaerocolumna sp. CTTW DNA, complete genome	True	False
DEN0041_000000015782	2163	0.5137210696606485	3	3	3	3	3	False	73115	maximal	True	DEN0041_000000015782	0.9852597098736546		101	11	False	False	1.0	0					non-mobilizable	chromosome	2162.0	99.491	99.0	0.0004094307378089677	CP052265.1	enterobacteria	Klebsiella pneumoniae strain E16KP0287 chromosome, complete genome	False	False
FIJ0010_000000009984	1887	0.5137178145276313	2	2	2	2	1	True	130077	fragment	False	ISR0110_000000010759	0.44251853503217103		0	0	False	False	0.9915209412574768	0					non-mobilizable	chromosome	1165.0	94.07700000000001	100.0	0.0004093317764610939	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0007_000000008808	5556	0.5137163340442256	5	3	3	3	1	False	96334	maximal	True	MON0007_000000008808	1.0		25	3	False	False	0.9980201721191406	0					non-mobilizable	no_good_hit	654.0	73.547	12.0	0.00021419840930906288	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
SPA0049_000000010635	1734	0.5137115294455535	3	3	3	2	2	False	6607	maximal	True	SPA0049_000000010635	1.0		257	13	False	False	1.0	0					non-mobilizable	other	1737.0	83.88	100.0	0.012163630462697729	NZ_JAAIOD010000006.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_6_length_141734_cov_321.397, whole genome shotgun sequence	False	False
SPA0132_000000007089	5315	0.5137085682625263	4	2	2	1	1	True	93227	fragment	False	ISR0088_000000003819	0.9306296691568836		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1862.0	75.88600000000001	35.0	0.0006544319527109171	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0015_000000006523	5295	0.5137085682625263	4	2	2	1	1	True	93229	fragment	False	MON0015_000000006523	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0812_000000015180	2613	0.5137013442216267	4	2	1	1	2	False	128880	maximal	True	ISR0812_000000015180	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1486.0	99.529	57.0	0.020431187485381728	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0181_000000008153	2532	0.5137008404920441	4	3	3	3	2	False	102059	fragment	False	ENG0181_000000008153	0.9707819898775756		0	0	False	False	0.9976303577423096	0					non-mobilizable	no_good_hit	1816.0	94.54799999999999	72.0	0.005062563805039692	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0231_000000007454	2354	0.5137008404920441	4	3	3	3	2	False	102059	fragment	False	ENG0181_000000008153	0.9399865067333005		0	0	False	False	0.9813084006309509	0					non-mobilizable	no_good_hit	1680.0	93.75	71.0	0.0046832201810807945	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
FIJ0002_000000015726	2267	0.5137008404920441	4	3	3	3	2	False	102053	fragment	False	FIJ0002_000000015726	1.0		0	0	False	False	0.9986766576766968	0					non-mobilizable	no_good_hit	1668.0	94.484	74.0	0.0046497486848491275	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MON0087_000000022863	2208	0.5137008404920441	4	3	3	3	2	False	102052	fragment	False	MON0087_000000022863	1.0		0	0	False	False	0.9990941882133484	0					non-mobilizable	no_good_hit	1893.0	93.87200000000001	86.0	0.005235499868903306	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
USA0125_01_000000012736	1866	0.5137008404920441	3	3	3	3	2	False	102050	fragment	False	ISR0361_000000005758	0.6351652264764487		0	0	False	False	1.0	0					non-mobilizable	other	1824.0	94.51799999999999	99.0	0.005084878135860803	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
ENG0184_000000013369	1674	0.5137008404920441	3	3	3	3	2	False	102050	fragment	False	ISR0361_000000005758	0.5168407460744577		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	94.48100000000001	99.0	0.004646959393496488	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
MON0082_000000023049	1539	0.5137008404920441	3	3	3	3	2	False	102050	fragment	False	ISR0361_000000005758	0.3996302081454516		0	0	False	False	0.9961013793945312	0					non-mobilizable	other	1539.0	94.802	100.0	0.004289930100358703	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
MON0032_000000020456	1490	0.5137008404920441	3	3	3	3	2	False	102050	fragment	False	ISR0361_000000005758	0.3590346602599006		0	0	False	False	0.9946308732032776	0					non-mobilizable	other	1490.0	94.899	100.0	0.0041532548240793945	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
ENG0175_000000019108	1299	0.513700545816911	2	2	2	1	1	False	55585	maximal	True	ENG0175_000000019108	1.0		177	12	False	False	0.9807544350624084	0					non-mobilizable	other	1279.0	100.0	98.0	0.004848273324253886	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0841_000000006362	2229	0.5136997859300269	2	1	1	1	1	False	20767	maximal	True	ISR0841_000000006362	1.0		0	0	False	False	0.9995513558387756	0					non-mobilizable	no_good_hit	560.0	100.0	25.0	0.0010368729839868973	NZ_CZAI01000003.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
CAN0021_000000008884	4624	0.5136995107847235	7	6	6	5	4	False	126416	maximal	True	CAN0021_000000008884	1.0	PS958	17	7	False	True	1.0	0					non-mobilizable	no_good_hit	3550.0	99.23899999999999	77.0	0.0030456295044929043	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
USA0101_01_000000008240	3899	0.5136970633696727	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8376879516901319		0	0	False	False	1.0	0					non-mobilizable	chromosome	3840.0	99.948	100.0	0.0007662151605618937	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0022_000000009538	3898	0.5136970633696727	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8376394185158907		0	0	False	False	0.9997434616088867	0					non-mobilizable	chromosome	3839.0	99.948	100.0	0.0007660155733880043	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0166_000000006801	3898	0.5136970633696727	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8376394185158907		0	0	False	False	1.0	0					non-mobilizable	chromosome	3839.0	99.948	100.0	0.0007660155733880043	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0082_000000004812	3898	0.5136970633696727	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8376394185158907		0	0	False	False	1.0	0					non-mobilizable	chromosome	3839.0	99.948	100.0	0.0007660155733880043	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0038_000000007547	3898	0.5136970633696727	4	4	4	3	3	False	121555	fragment	False	CHI0120_000000003302	0.8376394185158907		0	0	False	False	0.9984607696533203	0					non-mobilizable	chromosome	3839.0	99.948	100.0	0.0007660155733880043	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0807_000000006832	2026	0.5136964575473667	3	3	3	2	1	False	67172	fragment	False	ENG0011_000000013638	0.9788201570636227		0	0	False	False	0.997532069683075	0					non-mobilizable	no_good_hit	948.0	91.87799999999999	56.0	0.00026529418145784773	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0043_000000008617	3046	0.5136936260932385	6	5	4	4	4	False	47231	maximal	True	FIJ0043_000000008617	1.0		1	1	False	False	0.9921208024024963	0					non-mobilizable	no_good_hit	289.0	76.817	12.0	4.381152954015357e-05	NZ_CP045295.1	firmicutes	Paenibacillus cellulositrophicus strain KACC 16577 chromosome, complete genome	True	False
ISR0779_000000015354	2209	0.5136933194032923	3	2	2	2	1	False	41051	fragment	False	ISR0779_000000015354	1.0		0	0	False	False	0.9972838163375854	0					non-mobilizable	no_good_hit	1073.0	79.217	48.0	0.0006175367434362345	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0783_000000006288	2194	0.5136933194032923	3	2	2	2	1	False	78807	fragment	False	ISR0783_000000006288	0.962795564447945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1094.0	79.707	50.0	0.0006299465727301683	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
CHI0129_000000015367	1661	0.5136919601258723	1	1	1	1	1	False	81213	maximal	True	CHI0129_000000015367	1.0		112	10	False	False	0.9945815801620483	0					non-mobilizable	no_good_hit	647.0	84.389	38.0	0.0005489673644146766	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
SPA0110_000000007350	2745	0.5136913472341347	3	3	3	3	3	False	83368	maximal	True	SPA0110_000000007350	1.0		236	12	False	False	1.0	0					non-mobilizable	other	2745.0	97.37700000000001	100.0	0.0008261658527949486	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0208_000000005835	4385	0.513687483715306	4	2	0	2	0	True	59876	fragment	False	ISR0208_000000005835	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ENG0053_000000006272	4162	0.513687483715306	5	2	0	2	0	True	132153	fragment	False	ENG0053_000000006272	0.9587578845220768		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	8.733724403411333e-06	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
AST0002_000000008380	4122	0.513687483715306	5	2	0	2	0	True	132153	fragment	False	ENG0053_000000006272	0.9568716962998558		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	78.947	2.0	2.6803499031158916e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
USA0047_01_000000009408	3717	0.513687483715306	4	2	0	2	0	True	69824	fragment	False	USA0047_01_000000009408	0.9467227873510117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0806_000000002799	3695	0.513687483715306	4	2	0	2	0	True	69824	fragment	False	USA0047_01_000000009408	0.9373699914458409		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ISR0178_000000004437	3600	0.513687483715306	4	2	0	2	0	True	69824	fragment	False	USA0047_01_000000009408	0.9330409925363069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
SPA0127_000000008419	3501	0.513687483715306	4	2	0	2	0	True	69824	fragment	False	USA0047_01_000000009408	0.9305881743690259		0	0	False	False	0.9988574981689453	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
USA0041_01_000000006163	3447	0.513687483715306	4	2	0	2	0	True	69824	fragment	False	USA0047_01_000000009408	0.9260469263039055		0	0	False	False	0.9997099041938782	0					non-mobilizable	no_good_hit								True	True
USA0001_01_000000004528	3436	0.513687483715306	4	2	0	2	0	True	69824	fragment	False	USA0047_01_000000009408	0.9142465662288859		0	0	False	False	0.9994179010391235	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.861896953622726e-06	CP028459.1	budding yeasts	Yarrowia lipolytica strain IBT 446 chromosome F	True	True
DEN0078_000000008568	3341	0.513687483715306	4	2	0	2	0	True	69824	fragment	False	USA0047_01_000000009408	0.7249164120830341		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0079_01_000000003925	3262	0.513687483715306	4	2	0	2	0	True	69824	fragment	False	USA0047_01_000000009408	0.7089941232995766		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0044_01_000000009811	2979	0.513687483715306	4	2	0	2	0	True	69824	fragment	False	USA0047_01_000000009408	0.20818856870359015		0	0	False	False	0.999664306640625	0					non-mobilizable	no_good_hit								True	True
ENG0055_000000007965	2430	0.513687483715306	3	2	0	2	0	True	63656	fragment	False	ENG0055_000000007965	0.9631375910844406		0	0	False	False	0.9991769790649414	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
FIJ0029_000000013574	2429	0.513687483715306	3	2	0	2	0	True	59874	fragment	False	FIJ0029_000000013574	1.0		0	0	False	False	0.9975298643112183	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
TAN0005_000000006945	2333	0.513687483715306	3	2	0	2	0	True	63656	fragment	False	ENG0055_000000007965	0.9403292181069959		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0086_000000013457	2033	0.513687483715306	3	2	0	2	0	True	59873	fragment	False	ISR0086_000000013457	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
ISR0165_000000013611	1681	0.513687483715306	2	2	0	2	0	True	60426	fragment	False	ISR0165_000000013611	0.9859417121160418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0109_000000014638	1678	0.513687483715306	2	2	0	2	0	True	59872	fragment	False	ENG0109_000000014638	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.963903504878056e-07	LR812079.1	bony fishes	Danio rerio genome assembly, chromosome: 17	True	True
MON0050_000000025404	1550	0.513687483715306	2	2	0	2	0	True	11321	fragment	False	MON0050_000000025404	1.0		0	0	False	False	0.9800000190734863	0					non-mobilizable	no_good_hit								True	True
ISR0046_000000023317	1549	0.513687483715306	2	2	0	2	0	True	60426	fragment	False	ISR0165_000000013611	0.9615851314545298		0	0	False	False	0.9935442209243774	0					non-mobilizable	no_good_hit								True	True
MON0049_000000014374	1525	0.513687483715306	2	2	0	2	0	True	11354	fragment	False	MON0049_000000014374	1.0		0	0	False	False	0.9468852281570435	0					non-mobilizable	no_good_hit								True	True
MAD0095_000000026593	1417	0.513687483715306	2	2	0	2	0	True	60426	fragment	False	ISR0165_000000013611	0.6339573918657199		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0091_000000019560	1269	0.513687483715306	2	2	0	2	0	True	61153	fragment	False	ENG0091_000000019560	1.0		0	0	False	False	0.9992119669914246	0					non-mobilizable	no_good_hit	97.0	100.0	8.0	3.47517979530467e-05	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	True	True
FIJ0153_000000020360	1248	0.513687483715306	2	2	0	2	0	True	60424	fragment	False	FIJ0153_000000020360	0.9475141460791257		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000035716	1225	0.513687483715306	2	2	0	2	0	True	60424	fragment	False	FIJ0153_000000020360	0.5535597381342062		0	0	False	False	0.9934694170951843	0					non-mobilizable	no_good_hit								True	True
ENG0101_000000027882	1222	0.513687483715306	2	2	0	2	0	True	60424	fragment	False	FIJ0153_000000020360	0.929290244002549		0	0	False	False	0.9950900077819824	0					non-mobilizable	no_good_hit								True	True
MON0040_000000023138	1211	0.513687483715306	2	2	0	2	0	True	60424	fragment	False	FIJ0153_000000020360	0.7397745620032181		0	0	False	False	0.9636663794517517	0					non-mobilizable	no_good_hit								True	True
SPA0127_000000024509	1193	0.513687483715306	2	2	0	2	0	True	3901	fragment	False	SPA0127_000000024509	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0083_01_000000022304	1185	0.513687483715306	2	2	0	2	0	True	60424	fragment	False	FIJ0153_000000020360	0.731154145172255		0	0	False	False	0.9890295267105103	0					non-mobilizable	no_good_hit								True	True
MON0009_000000035586	1134	0.513687483715306	2	2	0	2	0	True	13763	fragment	False	MON0009_000000035586	1.0		0	0	False	False	0.9973545074462891	0					non-mobilizable	no_good_hit								True	True
ISR0095_000000031523	1152	0.5136872894978077	2	2	2	1	1	False	33374	maximal	True	ISR0095_000000031523	0.9982394366197183		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	84.86	71.0	0.0010728600507837912	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
ISR0332_000000013799	1136	0.5136872894978077	2	2	2	1	1	False	33374	maximal	False	ISR0095_000000031523	0.9913194444444444		0	0	False	False	0.9991196990013123	0					non-mobilizable	no_good_hit	782.0	85.42200000000001	69.0	0.0010243321511762113	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
FIJ0056_000000008896	2435	0.5136836473081463	6	2	2	2	1	True	46205	maximal	True	FIJ0056_000000008896	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0088_000000009928	1947	0.5136830754637335	3	3	3	3	3	False	102837	fragment	False	ENG0088_000000009928	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1948.0	96.458	100.0	0.0006838880405693913	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
MAD0059_000000012684	1528	0.5136809622152329	3	2	2	2	2	False	16884	maximal	True	MAD0059_000000012684	1.0		5	1	False	False	0.9973822236061096	0					non-mobilizable	no_good_hit								True	False
ISR0332_000000000212	28583	0.5136801333802141	21	5	3	5	2	False	24582	maximal	True	ISR0332_000000000212	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1846.0	92.145	6.0	0.9994579945799458	KX127969.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_159 genomic sequence	True	False
AST0118_000000005830	4834	0.5136783928074734	4	3	3	3	2	False	105993	maximal	True	AST0118_000000005830	1.0		1	1	False	False	0.9981381893157959	0					non-mobilizable	no_good_hit	1491.0	99.195	31.0	0.9993293091884641	NZ_JAAIUL010000056.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_64_length_1491_cov_1227.91, whole genome shotgun sequence	True	False
FIJ0068_000000022858	1411	0.5136772868157469	2	2	2	2	1	False	45040	maximal	True	FIJ0068_000000022858	1.0		13	1	False	False	0.9992913007736206	0					non-mobilizable	no_good_hit	516.0	77.51899999999999	36.0	0.39164086687306504	KU543808.1	bacteria	Uncultured bacterium clone CH_060301_060302_Contig_4 genomic sequence	True	False
MAD0042_000000004899	4287	0.5136753719098925	6	3	2	3	1	True	68831	maximal	True	MAD0042_000000004899	1.0		1	1	False	False	0.9871705174446106	0					non-mobilizable	no_good_hit	146.0	78.082	3.0	0.0008679176089481084	NZ_PGVE01000040.1	firmicutes	Neobacillus cucumis strain V32-6 contig_24, whole genome shotgun sequence	True	True
DEN0094_000000021877	1737	0.5136753719098925	4	3	2	3	1	True	68830	fragment	False	DEN0094_000000021877	1.0		0	0	False	False	0.9994242787361145	0					non-mobilizable	no_good_hit	146.0	78.082	8.0	0.0008679176089481084	NZ_PGVE01000040.1	firmicutes	Neobacillus cucumis strain V32-6 contig_24, whole genome shotgun sequence	True	True
DEN0089_000000012327	1557	0.5136753719098925	3	3	2	3	1	True	68829	fragment	False	DEN0089_000000012327	1.0		0	0	False	False	0.9987154603004456	0					non-mobilizable	no_good_hit	146.0	78.082	9.0	0.0008679176089481084	NZ_PGVE01000040.1	firmicutes	Neobacillus cucumis strain V32-6 contig_24, whole genome shotgun sequence	True	True
ISR0818_000000005147	3332	0.5136732358080683	4	3	2	2	1	False	21360	maximal	True	ISR0818_000000005147	1.0		3	3	False	False	0.9975990653038025	0					non-mobilizable	no_good_hit								True	False
ISR0834_000000013401	1349	0.5136672395582884	2	2	2	2	2	False	23668	maximal	True	ISR0834_000000013401	1.0		653	15	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	73.197	54.0	0.00022554627307338373	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
AST0010_000000004415	5736	0.5136641880820535	8	4	4	3	2	True	126507	maximal	True	AST0010_000000004415	1.0		1	1	False	False	0.999825656414032	0					non-mobilizable	no_good_hit	3899.0	97.281	73.0	0.02233045869982523	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	True	True
MON0078_000000011026	3673	0.5136624817826472	3	3	3	3	3	False	67064	maximal	True	MON0078_000000011026	1.0		5	1	False	False	0.999727725982666	0					non-mobilizable	no_good_hit	1765.0	91.728	64.0	0.0007788581515629705	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
FIJ0092_000000004501	6118	0.5136561222812374	10	5	4	4	2	True	43343	maximal	True	FIJ0092_000000004501	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1028.0	78.891	17.0	0.00019098396076790375	NC_014393.1	firmicutes	Clostridium cellulovorans 743B, complete genome	True	True
ISR0295_000000002545	9918	0.5136554979326379	8	7	4	6	3	False	55550	fragment	False	ISR0295_000000002545	1.0		0	0	False	False	0.9973785281181335	0					non-mobilizable	virus	9665.0	98.469	97.0	0.15417630634224172	MK232146.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.L07_2-proph-CL11_c1 sequence	False	False
SPA0130_000000009478	3461	0.5136551735680084	6	4	4	2	2	False	127768	maximal	True	SPA0130_000000009478	1.0		0	0	False	False	0.9991331696510315	0					non-mobilizable	no_good_hit	1582.0	95.512	54.0	0.030214946836992274	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0232_000000010811	2478	0.5136527811867143	5	3	2	2	2	False	62357	fragment	False	ISR0232_000000010811	1.0		0	0	False	False	0.9995964765548706	0					non-mobilizable	no_good_hit	412.0	80.34	21.0	0.00013665722295693245	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0166_000000009825	2436	0.5136527811867143	4	3	2	2	2	False	62359	fragment	False	FIJ0166_000000009825	1.0		0	0	False	False	0.9991790056228638	0					non-mobilizable	no_good_hit	746.0	81.233	31.0	0.00024975285574887655	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0010_000000000791	27440	0.5136483983299013	45	10	2	8	5	False	76062	maximal	True	DEN0010_000000000791	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	5.76330319606037e-06	CP022985.1	CFB group bacteria	Mariniflexile sp. TRM1-10 chromosome, complete genome	True	False
AST0055_000000020770	1724	0.5136468925540449	3	3	2	2	2	False	113753	maximal	True	AST0055_000000020770	1.0		5	2	False	False	0.9994199275970459	0					non-mobilizable	no_good_hit	824.0	87.37899999999999	48.0	0.006821726113534205	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
MAD0068_000000012679	2192	0.5136457107010117	2	2	2	2	2	False	16458	maximal	True	MAD0068_000000012679	1.0		19	5	False	False	1.0	0					non-mobilizable	chromosome	2192.0	97.4	100.0	0.00043504375753905414	CP026536.1	enterobacteria	Enterobacter cloacae strain 339389L chromosome	False	False
ISR0294_000000009991	1916	0.5136376702143428	2	2	1	2	1	False	25766	maximal	True	ISR0294_000000009991	1.0		0	0	False	False	0.9812108278274536	0					non-mobilizable	no_good_hit	1417.0	87.015	73.0	0.0004299678438942279	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
USA0006_01_000000001375	15177	0.5136337727322955	22	6	1	6	2	False	45529	maximal	True	USA0006_01_000000001375	0.9612775389575496		1	1	False	False	0.9994729161262512	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	6.9365444909963655e-06	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	True	False
ITA0002_000000008052	1347	0.5136334992989128	2	1	1	1	1	False	20418	fragment	False	ITA0002_000000008052	1.0		0	0	False	False	0.9866369962692261	0					non-mobilizable	plasmid	1253.0	99.92	93.0	0.04031037702437297	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
MON0013_000000001763	14496	0.51363222624706	14	11	8	8	7	False	49245	fragment	False	MON0013_000000001763	1.0		0	0	False	False	0.9970336556434631	0					non-mobilizable	no_good_hit	731.0	95.486	10.0	0.00017848951288299548	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0015_000000019894	1585	0.5136316729444264	2	2	2	1	1	False	50327	maximal	True	FIJ0015_000000019894	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	97.553	76.0	0.0034778836806698605	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0085_000000005846	1933	0.5136287331582746	3	3	3	3	2	False	26468	fragment	False	MAD0085_000000005846	1.0		0	0	False	False	0.9648215174674988	0					non-mobilizable	other	1950.0	78.462	100.0	0.07150771958336412	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
ETH0005_000000039930	1125	0.513628603110844	2	1	1	1	1	False	52675	maximal	True	ETH0005_000000039930	1.0		17	11	False	False	0.9893333315849304	0					non-mobilizable	no_good_hit	735.0	79.456	65.0	0.00020357309938086372	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0366_000000000550	18430	0.5136261449626327	21	20	4	8	15	True	32012	fragment	False	ISR0366_000000000550	1.0		0	0	False	False	0.9988062977790833	0					non-mobilizable	other	18430.0	99.539	100.0	0.008139816329631422	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	True
CHI0101_000000000368	19384	0.5136142242945883	17	10	3	9	6	True	87198	fragment	False	CHI0101_000000000368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	98.171	1.0	0.022708275285594874	NZ_QRUU01000096.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf96, whole genome shotgun sequence	True	True
CHI0119_000000001350	6503	0.5136136112454464	6	5	3	3	2	False	81960	maximal	True	CHI0119_000000001350	1.0		47	7	False	False	1.0	0					non-mobilizable	no_good_hit	3060.0	95.85	54.0	0.0010326170614398712	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
MAD0004_000000003424	2821	0.5136125621642509	4	3	3	3	3	False	20036	maximal	True	MAD0004_000000003424	1.0		2	1	False	False	0.9950371980667114	0					non-mobilizable	no_good_hit	1188.0	97.13799999999999	41.0	0.00029102617004411486	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
USA0078_01_000000012664	1371	0.5136094267929856	2	2	2	1	1	False	123005	fragment	False	USA0078_01_000000012664	1.0		0	0	False	False	0.9897884726524353	0					non-mobilizable	no_good_hit								True	False
SPA0017_000000001680	6780	0.5136082099762656	12	7	2	3	6	False	7844	maximal	True	SPA0017_000000001680	1.0		4	1	False	False	1.0	0					non-mobilizable	virus	5915.0	98.681	93.0	0.0861566272085836	MK231603.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.H08_1-CL12_c1 sequence	False	False
ISR0254_000000000952	6719	0.5136027811289905	10	3	1	2	1	False	26934	maximal	True	ISR0254_000000000952	1.0		1	1	False	False	0.998065173625946	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0012000533357038091	NZ_JH379459.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1193, whole genome shotgun sequence	True	False
USA0039_01_000000009670	2345	0.5136022280051863	2	2	2	2	2	False	79669	maximal	False	FIJ0082_000000013276	0.9921974037197948		0	0	True	True	1.0	7					non-mobilizable	other	1839.0	99.565	98.0	0.01046377835245332	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	True
ENG0124_000000013663	2285	0.5136022280051863	2	2	2	2	2	False	79669	maximal	False	FIJ0082_000000013276	0.9923444757472203		0	0	True	True	1.0	5					non-mobilizable	other	1827.0	99.781	100.0	0.01039542487383087	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	True
ISR0033_000000018232	1729	0.5136018153371029	3	3	3	2	1	False	102724	fragment	False	FIJ0102_000000018501	0.9591203021984609		0	0	False	False	0.9994216561317444	0					non-mobilizable	other	1729.0	96.935	100.0	0.00042366741519480244	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MAD0102_000000001177	11119	0.5136007745361327	14	9	4	5	7	True	101244	fragment	False	MAD0102_000000001177	1.0		0	0	False	False	0.9993704557418823	0					non-mobilizable	no_good_hit	9553.0	97.352	86.0	0.10552558262946093	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
CHI0050_000000004398	2194	0.513598168486823	5	4	4	2	4	False	86703	maximal	True	CHI0050_000000004398	1.0		6	3	False	False	1.0	0					non-mobilizable	other	2071.0	83.87299999999999	94.0	0.0005031050555438279	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CAN0021_000000023388	1860	0.5135944917582256	2	2	2	1	1	False	91542	fragment	False	DEN0028_000000013799	0.5631965989263367		0	0	False	False	0.998924732208252	0					non-mobilizable	no_good_hit	661.0	73.374	38.0	0.00015054751572391567	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	False
TAN0013_000000006018	1768	0.5135944917582256	2	2	2	1	1	False	91542	fragment	False	DEN0028_000000013799	0.37935483870967746		0	0	False	False	0.9886877536773682	0					non-mobilizable	no_good_hit	656.0	72.561	40.0	0.00014985587323207533	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	False
ENG0122_000000016472	1763	0.5135944917582256	2	2	2	1	1	False	59060	maximal	True	ENG0122_000000016472	1.0		27	5	False	False	0.9824163317680359	0					non-mobilizable	no_good_hit	494.0	75.911	28.0	0.009045096265667399	NZ_VWXL01000008.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_8, whole genome shotgun sequence	True	False
ENG0130_000000017958	1625	0.5135944917582256	2	2	2	1	1	False	58426	fragment	False	ENG0130_000000017958	1.0		0	0	False	False	0.9963076710700989	0					non-mobilizable	no_good_hit	494.0	75.911	30.0	0.009045096265667399	NZ_VWXL01000008.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_8, whole genome shotgun sequence	True	False
SPA0104_000000025058	1501	0.5135944917582256	2	2	2	1	1	False	4819	fragment	False	SPA0104_000000025058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	74.164	47.0	0.00014985587323207533	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	False
MAD0027_000000000595	11123	0.5135860253171516	18	8	3	8	3	True	19066	maximal	True	MAD0027_000000000595	1.0		2	1	False	False	0.9998201727867126	0					non-mobilizable	no_good_hit	499.0	75.15	4.0	0.0001711430272272677	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0255_000000005547	5013	0.5135818339229964	6	5	5	5	4	False	110996	fragment	False	ISR0255_000000005547	1.0		0	0	False	False	0.9992020726203918	0					non-mobilizable	other	5013.0	99.042	100.0	0.06459512056810712	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	False	False
ISR0779_000000023632	1468	0.5135805012984399	2	1	1	1	1	False	65683	fragment	False	ENG0031_000000012727	0.8021210320424352		0	0	False	False	1.0	0					non-mobilizable	other	1468.0	96.79799999999999	100.0	0.008488708743485814	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
DEN0062_000000003081	5136	0.5135791861376531	5	4	3	3	3	True	71743	maximal	False	ENG0074_000000003946	0.9695556774547449		0	0	False	False	0.9986370801925659	0					non-mobilizable	other	5136.0	99.124	100.0	0.0015495417309542914	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	True
CHI0105_000000001986	3778	0.5135764729627619	4	4	4	4	3	False	129173	maximal	True	CHI0105_000000001986	1.0		3	2	False	False	0.999470591545105	0					non-mobilizable	no_good_hit	1287.0	77.389	34.0	0.0038814986965343325	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
CHI0097_000000002440	2432	0.5135753823582807	2	2	2	2	1	False	83423	fragment	False	CHI0097_000000002440	1.0		0	0	False	False	0.984375	0					non-mobilizable	other	2432.0	99.507	100.0	0.004360264378021111	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0039_000000026016	1852	0.5135739627519216	3	1	1	1	1	False	11926	maximal	True	MON0039_000000026016	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0195_000000015012	1743	0.5135730474834268	3	2	2	2	2	False	90579	fragment	False	ENG0195_000000015012	0.9925650557620818		0	0	False	False	1.0	0					non-mobilizable	other	1743.0	100.0	100.0	0.0003372119156211387	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0320_000000023728	1135	0.5135729055061036	2	2	2	2	2	False	25042	fragment	False	ISR0320_000000023728	1.0		0	0	False	False	0.9568281769752502	0					non-mobilizable	other	1135.0	95.859	100.0	0.009027097484556781	NZ_CYXX01000011.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0113_000000005184	5334	0.5135717779463549	9	6	3	3	6	False	85937	maximal	True	ENG0113_000000005184	0.9897558795513302		10	5	False	True	1.0	0					non-mobilizable	no_good_hit	3138.0	93.62700000000001	60.0	0.16334765747825175	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	True
ISR0008_000000002027	5317	0.5135717779463549	9	6	3	3	6	False	85937	maximal	False	ENG0113_000000005184	0.9892246959492805		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3138.0	93.62700000000001	60.0	0.16334765747825175	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	True
CHI0058_000000003036	5316	0.5135717779463549	9	6	3	3	6	False	85937	maximal	False	ENG0113_000000005184	0.9891621038579261		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3138.0	93.62700000000001	60.0	0.16334765747825175	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	True
ENG0081_000000005211	4904	0.5135717779463549	8	6	3	3	6	False	85937	maximal	False	ENG0113_000000005184	0.9417795895490616		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	3167.0	93.65299999999999	64.0	0.16486741431715754	NZ_SRYX01000079.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_79_length_19082_cov_295.336, whole genome shotgun sequence	True	True
ISR0780_000000009039	1371	0.5135693790569034	2	1	1	1	1	False	22304	maximal	True	ISR0780_000000009039	1.0		10	4	False	False	0.9970824122428894	0					non-mobilizable	no_good_hit	980.0	93.265	71.0	0.024316939890710383	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0787_000000007213	1982	0.5135652181061726	2	1	1	1	1	False	22136	fragment	False	ISR0787_000000007213	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00040651908791899185	NZ_OLMS01000007.1	CFB group bacteria	Parabacteroides pacaensis strain Marseille-P4001, whole genome shotgun sequence	True	False
MON0019_000000036341	1850	0.5135652181061726	2	1	1	1	1	False	13181	maximal	True	MON0019_000000036341	1.0		676	13	False	False	0.9664865136146545	0					non-mobilizable	other	1771.0	99.492	96.0	0.013624083068420606	NZ_CZAF01000012.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0152_000000013674	1788	0.5135652181061726	2	1	1	1	1	False	57026	maximal	True	ENG0152_000000013674	1.0		241	13	False	False	1.0	0					non-mobilizable	other	1788.0	99.88799999999999	100.0	0.0005411660174390522	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
AST0028_000000010930	1476	0.5135614643554427	2	2	2	2	2	False	118723	maximal	False	ENG0087_000000016096	0.947239263803681		0	0	False	False	0.9993224740028381	0					non-mobilizable	other	1476.0	98.509	100.0	0.0006848831658968115	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
SPA0146_000000010195	2292	0.5135613019743227	3	3	2	2	2	True	89356	fragment	False	SPA0146_000000010195	0.9755373343786973		0	0	False	False	1.0	0					non-mobilizable	other	2292.0	99.825	100.0	0.002777777777777778	NZ_JH724315.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.2, whole genome shotgun sequence	False	True
ENG0054_000000011877	2223	0.5135612237325428	3	3	1	2	1	False	63764	fragment	False	ENG0054_000000011877	1.0		0	0	False	False	0.9950517416000366	0					non-mobilizable	no_good_hit								True	False
ISR0364_000000003234	4485	0.5135584107627773	7	3	2	3	1	False	23684	fragment	False	ISR0364_000000003234	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0003303855599484599	NZ_MDZC01000036.1	CFB group bacteria	Hymenobacter glacialis strain CCM 8648 NODE_17_length_90803_cov_412.891_ID_33, whole genome shotgun sequence	True	False
SPA0040_000000017564	2345	0.5135493376072058	2	2	2	2	1	True	83224	maximal	True	SPA0040_000000017564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	92.685	44.0	0.0002542494846973438	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
CHI0044_000000008412	1852	0.5135485258901441	2	2	2	1	1	False	87251	maximal	True	CHI0044_000000008412	1.0		77	11	False	False	1.0	0					non-mobilizable	no_good_hit	462.0	90.693	25.0	0.00014633251711590857	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0174_000000010357	1470	0.5135485258901441	2	2	2	1	1	False	77787	fragment	False	CHI0174_000000010357	1.0		0	0	False	False	0.9959183931350708	0					non-mobilizable	no_good_hit	240.0	78.333	16.0	0.00013945850931315794	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
SPA0065_000000004351	5255	0.5135468041872302	4	4	2	3	4	False	30825	maximal	True	SPA0065_000000004351	1.0		13	3	False	False	0.9998096823692322	0					non-mobilizable	no_good_hit	217.0	92.62700000000001	4.0	7.33965653805391e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0015_000000007204	2534	0.5135464187831554	3	3	3	2	2	False	123421	fragment	False	ENG0015_000000007204	0.989103101424979		0	0	False	False	0.9996053576469421	0					non-mobilizable	chromosome	1026.0	91.03299999999999	95.0	0.00027468286857885245	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0132_000000014841	2158	0.5135450707395599	3	3	2	2	2	True	120002	fragment	False	FIJ0132_000000014841	1.0		0	0	False	True	0.9995366334915161	0					non-mobilizable	other	2161.0	90.514	100.0	0.0006494313937604607	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0187_000000021530	1416	0.5135432381573899	1	1	1	1	1	False	54959	fragment	False	ENG0187_000000021530	1.0		0	0	False	False	0.9837570786476135	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	5.243894271704741e-06	NZ_LT629689.1	g-proteobacteria	Pseudomonas extremaustralis strain DSM 17835 chromosome I	True	False
ISR0842_000000001697	10285	0.5135420372669961	15	5	5	4	5	False	66749	maximal	True	ISR0842_000000001697	1.0		1	1	False	False	0.9999027848243713	0					non-mobilizable	no_good_hit	1957.0	87.787	35.0	0.1169026815305815	MK233245.1	viruses	Uncultured human fecal virus clone E.hallii_S01.L15_4_c1 sequence	True	False
USA0132_01_000000004267	4120	0.5135409896481191	6	3	1	2	1	True	84	fragment	False	USA0132_01_000000004267	1.0		0	0	False	False	0.9970873594284058	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2910182838765746e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
AST0093_000000003826	5201	0.5135400328612849	5	5	5	5	4	False	109583	maximal	True	AST0093_000000003826	1.0		8	4	False	False	0.9996154308319092	0					non-mobilizable	no_good_hit	496.0	81.855	11.0	0.0020644458868114154	NZ_FMKA01000004.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ENG0124_000000022779	1363	0.5135368474475271	3	3	2	2	1	False	61019	maximal	True	ENG0124_000000022779	0.9928030303030303		85	8	False	False	1.0	0					non-mobilizable	no_good_hit	643.0	76.361	46.0	0.00012149370709027988	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	False
ENG0094_000000013469	1320	0.5135368474475271	3	3	2	2	1	False	61019	maximal	False	ENG0124_000000022779	0.9772560528246514		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	76.553	48.0	0.00012149370709027988	CP051428.1	firmicutes	Paenibacillus sp. UniB2 chromosome, complete genome	True	False
ENG0062_000000005382	4528	0.5135367524018475	5	5	5	4	4	False	130066	maximal	True	ENG0062_000000005382	0.9965784671532847		148	12	False	False	0.9946996569633484	0					non-mobilizable	chromosome	1234.0	86.06200000000001	90.0	0.0004133376103229385	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0001_01_000000007217	2246	0.5135327158638202	3	2	2	1	1	False	102047	maximal	True	USA0001_01_000000007217	1.0		39	9	False	False	1.0	0					non-mobilizable	other	2246.0	99.59899999999999	100.0	0.023292972681337606	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
AUS0006_000000015724	1653	0.5135327158638202	3	2	2	1	1	False	102045	fragment	False	ISR0400_000000010651	0.9679705215419501		0	0	False	False	0.9751965999603271	0					non-mobilizable	other	1653.0	99.637	100.0	0.017140307737002106	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
SPA0092_000000039416	1159	0.51353132169252	1	1	1	1	1	False	5298	fragment	False	SPA0092_000000039416	1.0		0	0	False	False	0.9982743859291077	0					non-mobilizable	other	1087.0	88.40799999999999	100.0	0.054633506532815415	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0378_000000008858	2879	0.5135275726978865	3	2	2	2	2	True	130085	fragment	False	USA0021_01_000000006424	0.9150326390428205		0	0	False	False	0.9986106157302856	0					non-mobilizable	chromosome	1717.0	96.564	99.0	0.0005775955531874288	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0277_000000006857	1410	0.5135214894536682	4	1	1	1	1	False	26295	maximal	True	ISR0277_000000006857	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	9.236062851127822e-06	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0050_000000018441	1545	0.5135204291564389	3	3	3	2	1	False	35906	fragment	False	USA0035_01_000000015644	0.9610319090835453		0	0	False	False	0.9825242757797241	0					non-mobilizable	no_good_hit	286.0	85.315	30.0	0.00010056858300983773	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0069_000000014745	1864	0.5135202219565111	3	2	2	2	2	False	70718	maximal	True	DEN0069_000000014745	1.0		5	3	False	False	0.9924892783164978	0					non-mobilizable	no_good_hit	1386.0	99.56700000000001	74.0	0.00038701259552625743	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0375_000000007991	2653	0.5135201095946402	4	4	3	4	3	False	65046	fragment	False	ISR0375_000000007991	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2653.0	99.05799999999999	100.0	0.024311093999229965	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ENG0036_000000005034	4393	0.5135180075245795	5	5	4	3	4	False	65337	maximal	True	ENG0036_000000005034	1.0		2	2	False	False	1.0	0					non-mobilizable	plasmid	2810.0	100.0	100.0	0.0202083423260097	CP056274.1	enterobacteria	Escherichia coli strain RHBSTW-00875 plasmid pRHBSTW-00875_2, complete sequence	False	True
USA0010_01_000000002356	10914	0.5135177968807526	14	10	6	8	7	False	128525	maximal	True	USA0010_01_000000002356	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	1837.0	94.28399999999999	54.0	0.0006389137142323346	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
DEN0051_000000042062	1171	0.5135177884623308	2	2	2	2	2	False	72399	fragment	False	DEN0051_000000042062	1.0		0	0	False	False	0.999146044254303	0					non-mobilizable	other	1170.0	96.068	99.0	0.019825656332677567	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ENG0036_000000003999	5420	0.513516732056289	8	1	1	1	1	False	65346	fragment	False	ENG0036_000000003999	1.0		0	0	False	False	0.9952029585838318	0					non-mobilizable	no_good_hit	2316.0	98.446	70.0	0.03980604226490362	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MON0015_000000008656	4163	0.5135159371411745	4	4	4	4	4	False	13433	maximal	True	MON0015_000000008656	1.0		3	3	False	False	0.9879894256591797	0					non-mobilizable	no_good_hit	2609.0	99.23299999999999	63.0	0.016071384554709262	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	True	False
ISR0364_000000003459	4266	0.513514763371384	4	4	3	3	2	False	104098	fragment	False	ISR0364_000000003459	1.0		0	0	False	False	0.9988279342651367	0					non-mobilizable	other	4265.0	99.601	99.0	0.02478522186958695	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
AST0025_000000004214	7029	0.5135129196051155	7	6	5	4	4	False	120559	maximal	True	AST0025_000000004214	1.0		27	8	False	False	1.0	0					non-mobilizable	no_good_hit	1630.0	96.135	23.0	0.02321857485988791	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	False
MON0058_000000032355	1611	0.5135083736916111	2	2	2	2	1	False	53024	maximal	True	MON0058_000000032355	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	95.791	85.0	0.024047290089018694	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0174_000000006506	4075	0.5135063441600556	4	3	3	3	3	False	29906	maximal	True	ISR0174_000000006506	1.0		5	2	False	False	0.9960736036300659	0					non-mobilizable	no_good_hit	102.0	78.431	2.0	0.003345166575641726	NZ_AVEL02000122.1	g-proteobacteria	Pseudomonas tremae strain CC1513 contig122.1, whole genome shotgun sequence	True	False
ENG0054_000000020242	1376	0.5135058146103249	2	2	2	2	2	True	79237	maximal	True	ENG0054_000000020242	1.0		19	6	False	False	1.0	0					non-mobilizable	chromosome	1376.0	99.855	100.0	0.00033330731516230736	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
ISR0275_000000005475	2536	0.5135056775200536	4	4	3	4	3	False	129304	fragment	False	ISR0275_000000005475	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1865.0	98.338	75.0	0.0006493705671657607	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0400_000000010651	1764	0.5135046805000263	3	2	2	1	2	False	102045	fragment	False	ISR0400_000000010651	0.999395039322444		0	0	False	False	0.9994331002235413	0					non-mobilizable	other	1764.0	99.66	100.0	0.01829198700988784	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
FIJ0121_000000003839	6643	0.5134977948446996	12	12	4	6	11	False	106643	maximal	True	FIJ0121_000000003839	1.0		8	4	False	False	0.998795747756958	0					non-mobilizable	no_good_hit	709.0	77.997	11.0	0.052266626901282434	NZ_CABMGA010000030.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0030_01_000000012869	1283	0.5134977744761332	2	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.25702111336996986		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	94.926	99.0	0.07263647713085915	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
SPA0002_000000015719	1146	0.5134975956208048	3	3	3	3	2	False	8392	fragment	False	SPA0002_000000015719	1.0		0	0	False	False	0.9956369996070862	0					non-mobilizable	chromosome	1146.0	100.0	100.0	0.00038194319353878877	CP028720.1	firmicutes	Enterococcus faecalis strain CVM N48037F chromosome, complete genome	False	False
CHI0182_000000009769	2770	0.5134968487052158	5	2	2	2	2	False	77367	maximal	True	CHI0182_000000009769	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	99.802	55.0	0.002806420080093337	NZ_CZAI01000003.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
CHI0164_000000006129	3873	0.5134931176315893	7	3	3	2	1	False	78412	maximal	True	CHI0164_000000006129	1.0		2	2	False	False	0.999741792678833	0					non-mobilizable	no_good_hit	1433.0	95.883	44.0	0.00022099375843204696	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
CHI0173_000000012041	1459	0.5134886529991213	2	2	2	2	1	False	77878	maximal	True	CHI0173_000000012041	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0172_000000014987	1842	0.5134885516401849	4	2	2	2	1	True	38731	fragment	False	FIJ0172_000000014987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0214_000000013963	2081	0.5134882307351382	2	1	1	1	1	False	28217	maximal	True	ISR0214_000000013963	1.0		3	1	False	False	0.9990389347076416	0					non-mobilizable	no_good_hit								True	False
ISR0376_000000005574	3809	0.513487536227877	4	2	2	2	2	False	23349	maximal	True	ISR0376_000000005574	1.0		111	11	False	False	0.997637152671814	0					non-mobilizable	no_good_hit	2441.0	86.645	64.0	0.026275165973983914	NZ_FQVD01000017.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
CHI0052_000000004954	3208	0.5134843072635389	6	3	2	3	1	False	86506	maximal	True	CHI0052_000000004954	1.0		1	1	False	False	0.9987531304359436	0					non-mobilizable	no_good_hit	235.0	97.447	7.0	0.00040613277927293516	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
AST0005_000000017639	1559	0.5134812303285936	3	3	3	2	1	False	128043	fragment	False	SPA0127_000000018412	0.9225705329153605		0	0	False	False	0.9967927932739258	0					non-mobilizable	no_good_hit	52.0	88.462	3.0	0.00010113749940507353	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
FIJ0088_000000028034	1100	0.5134774300406754	2	2	2	2	1	False	43601	maximal	True	FIJ0088_000000028034	1.0		11	7	False	False	0.9981818199157715	0					non-mobilizable	no_good_hit	105.0	81.905	10.0	0.00025361894728627725	NZ_SATS03000013.1	a-proteobacteria	Bradyrhizobium yuanmingense strain P10 130 contig00013, whole genome shotgun sequence	True	False
MON0088_000000014304	2212	0.5134772166808156	5	2	1	2	1	False	9638	maximal	True	MON0088_000000014304	1.0		1	1	False	False	0.974231481552124	0					non-mobilizable	no_good_hit	1065.0	94.93	48.0	0.0002477666010621768	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0045_000000022406	1183	0.5134745712464721	4	2	1	1	0	False	36214	maximal	True	ISR0045_000000022406	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	100.0	24.0	0.0005487845803377197	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MON0037_000000060701	1265	0.5134745434592071	2	2	2	2	2	False	66402	fragment	False	MON0037_000000060701	0.9587899448926391		0	0	False	False	1.0	0					non-mobilizable	chromosome	1265.0	95.573	100.0	0.0005480523546089512	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ETH0004_000000026070	1126	0.5134742120703664	2	2	2	2	1	False	52835	maximal	True	ETH0004_000000026070	1.0		0	0	False	False	0.9964476227760315	0					non-mobilizable	no_good_hit	45.0	88.889	4.0	7.864282502185913e-06	LK996017.1	firmicutes	Desulfitobacterium hafniense strain PCE-S genome assembly, scaffold: scaffold0	True	False
CAN0014_000000017883	2648	0.5134736204588763	3	3	3	3	3	True	93666	fragment	False	CAN0014_000000017883	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	0.00046843470740847505	NZ_BJYE01000008.1	firmicutes	Halolactibacillus alkaliphilus strain NBRC 103919 sequence08, whole genome shotgun sequence	True	True
ISR0392_000000013093	2497	0.5134733795467348	3	3	3	3	3	False	22822	maximal	True	ISR0392_000000013093	1.0		650	12	False	False	1.0	0					non-mobilizable	other	1958.0	99.54	100.0	0.0005555391540135078	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MON0033_000000030027	2075	0.5134679222983637	2	2	2	2	1	False	60298	maximal	True	MON0033_000000030027	1.0		10	7	False	False	0.9792771339416504	0					non-mobilizable	no_good_hit	1012.0	99.209	56.0	0.001278562142419935	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ISR0348_000000004922	2829	0.5134676585310954	4	4	4	4	2	False	33503	fragment	False	ISR0348_000000004922	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2868.0	78.312	100.0	0.0008400720967212973	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0022_000000007394	1780	0.5134665290539325	3	3	3	3	2	False	69752	fragment	False	USA0011_01_000000020403	0.9713435529932404		0	0	False	False	1.0	0					non-mobilizable	other	1123.0	99.555	100.0	0.0005506486316970431	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0066_000000000126	62151	0.5134661933169464	65	26	11	21	18	True	117148	fragment	False	ENG0066_000000000126	1.0		0	0	False	False	1.0	0	rep_cluster_329				non-mobilizable	plasmid	19459.0	97.179	95.0	0.10452993570205388	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	False	True
FIJ0028_000000021597	1400	0.5134635678959854	1	1	1	1	1	False	48917	fragment	False	FIJ0028_000000021597	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1139.0	95.171	81.0	0.8687022900763359	NZ_JAANXY010000060.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_60, whole genome shotgun sequence	True	False
CHI0136_000000009217	1503	0.513460750765326	3	2	2	2	1	False	115792	fragment	False	ISR0054_000000014703	0.35687072067776915		0	0	False	False	0.9654025435447693	0					non-mobilizable	no_good_hit	1335.0	96.18	89.0	0.00032146347938362033	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
FIJ0098_000000014849	1594	0.5134582810139462	3	3	3	2	2	False	42853	fragment	False	FIJ0098_000000014849	1.0		0	0	False	False	0.9880803227424622	0					non-mobilizable	chromosome	1594.0	99.93700000000001	100.0	0.0003149123138226737	CP025847.1	enterobacteria	Escherichia coli strain 602354 chromosome, complete genome	False	False
ENG0054_000000024304	1170	0.513457901020956	2	2	2	2	2	False	63710	fragment	False	ENG0054_000000024304	1.0		0	0	False	False	0.9965811967849731	0					non-mobilizable	no_good_hit	436.0	77.064	37.0	0.00012234919539081342	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ENG0079_000000013836	2404	0.5134553020206583	4	3	2	1	2	False	61833	maximal	True	ENG0079_000000013836	1.0		8	5	False	False	0.9983360767364502	0					non-mobilizable	no_good_hit								True	False
ITA0006_000000009244	2708	0.5134524252590974	3	2	2	2	2	False	20357	maximal	True	ITA0006_000000009244	1.0		34	10	False	False	1.0	0					non-mobilizable	no_good_hit	551.0	79.673	20.0	0.00019884842406262234	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
DEN0065_000000005456	5314	0.5134456943126613	7	6	4	5	4	False	71155	maximal	True	DEN0065_000000005456	1.0		4	2	False	False	0.998494565486908	0					non-mobilizable	no_good_hit	1078.0	75.046	20.0	0.005998392183538433	NZ_SLXA01000005.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_105, whole genome shotgun sequence	True	False
AST0010_000000003115	7636	0.5134455070650585	6	6	6	4	4	False	126534	maximal	True	AST0010_000000003115	1.0		1	1	False	False	0.9963331818580627	0					non-mobilizable	no_good_hit	1431.0	78.127	19.0	0.0005323650146832128	NZ_LT962671.1	actinobacteria	Raoultibacter massiliensis strain Marseille-P2849, whole genome shotgun sequence	True	False
MAD0112_000000004573	5575	0.5134452648297922	4	4	2	4	2	False	39053	maximal	True	MAD0112_000000004573	1.0		14	7	False	False	0.9983856678009033	0					non-mobilizable	no_good_hit	757.0	72.523	13.0	0.006959510861908653	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	True	False
MON0091_000000006055	2042	0.5134362886251199	2	2	2	2	2	False	9486	maximal	True	MON0091_000000006055	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	2042.0	99.853	100.0	0.0008649576865751024	LR655209.1	high GC Gram+	Bifidobacterium breve isolate B.breve_1_mod genome assembly, chromosome: BILOC7D69C13_1	False	False
ISR0039_000000026285	1423	0.513436068958481	2	2	2	2	2	False	83277	fragment	False	ISR0263_000000008822	0.7046705061280807		0	0	False	False	1.0	0					non-mobilizable	other	1420.0	96.831	99.0	0.03244170096021948	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0076_000000011186	1510	0.5134360147541787	1	1	1	1	0	False	5729	fragment	False	SPA0076_000000011186	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1510.0	99.669	100.0	0.0340747431410184	CP044414.1	firmicutes	Lactobacillus sp. JM1 plasmid unnamed2, complete sequence	False	True
ISR0802_000000007277	2226	0.5134336516836635	4	3	3	2	1	False	21860	maximal	True	ISR0802_000000007277	1.0		2	2	False	False	0.9977537989616394	0					non-mobilizable	no_good_hit	716.0	82.542	32.0	0.41299303944315546	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
CHI0028_000000009250	1552	0.5134325667862027	3	3	3	2	1	False	88660	maximal	True	CHI0028_000000009250	1.0		43	11	False	False	0.9974226951599121	0					non-mobilizable	no_good_hit	181.0	82.87299999999999	12.0	4.4132022416125254e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0203_000000013030	1378	0.5134308329264979	2	2	2	2	2	False	64026	fragment	False	ISR0203_000000013030	0.9729832572298326		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	8.029583906961941e-06	NZ_CP046603.1	g-proteobacteria	Lysobacter soli strain XL170 chromosome, complete genome	True	False
ENG0135_000000002113	8074	0.5134306385077844	8	8	6	5	7	False	58116	maximal	True	ENG0135_000000002113	1.0		4	4	False	False	0.9992568492889404	0					non-mobilizable	no_good_hit	5281.0	100.0	65.0	0.0014698820336151999	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0032_000000008975	3587	0.5134304852056351	5	5	3	3	2	False	106901	fragment	False	ISR0032_000000008975	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3587.0	99.47	100.0	0.6065629228687416	NZ_LT969512.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
FIJ0077_000000013796	2149	0.5134275163097346	6	3	1	2	3	True	108952	fragment	False	FIJ0077_000000013796	1.0		0	0	False	False	0.9799907207489014	0					non-mobilizable	other	1666.0	90.21600000000001	90.0	0.025665295988827684	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
FIJ0121_000000005512	4743	0.5134274932779418	5	4	3	3	3	False	105811	maximal	True	FIJ0121_000000005512	1.0		303	13	False	False	0.997469961643219	0					non-mobilizable	no_good_hit	2066.0	86.49600000000001	84.0	0.0006358849409130984	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0089_000000008020	2956	0.5134263925218494	4	3	3	3	2	False	43581	maximal	True	FIJ0089_000000008020	1.0		39	9	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	87.844	47.0	0.0004356429795026286	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0057_000000006873	3436	0.5134237780562642	4	3	1	3	0	True	11047	maximal	True	MON0057_000000006873	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	324.0	77.778	9.0	0.00011511650992970972	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	True	True
SPA0158_000000011438	1762	0.5134201606236685	2	1	1	1	1	False	105017	fragment	False	ISR0088_000000007877	0.03576489372318132		0	0	False	False	0.9954596757888794	0					non-mobilizable	no_good_hit								True	False
MON0066_000000011291	2765	0.5134200094745972	4	4	4	3	2	False	10646	maximal	True	MON0066_000000011291	1.0		3	2	False	False	0.9996383190155029	0					non-mobilizable	no_good_hit	1275.0	99.92200000000001	55.0	0.0027628622732674643	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
ISR0264_000000000594	11525	0.5134181658694926	17	10	9	7	6	True	26631	maximal	True	ISR0264_000000000594	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	3559.0	92.947	62.0	0.12098369602292107	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
FIJ0116_000000014063	1211	0.5134173308313549	2	1	1	1	1	True	41639	fragment	False	FIJ0116_000000014063	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0087_000000009943	1156	0.5134148062670301	2	2	2	2	1	False	68867	maximal	True	DEN0087_000000009943	1.0		0	0	False	False	0.9982699155807495	0					non-mobilizable	no_good_hit	953.0	96.64200000000001	82.0	0.00018806606255053533	CP024675.1	enterobacteria	Citrobacter werkmanii strain UMH18 chromosome, complete genome	True	False
MON0010_000000012075	2129	0.5134140777131951	2	1	1	1	1	False	86606	maximal	True	MON0010_000000012075	1.0		555	12	False	False	1.0	0					non-mobilizable	other	2069.0	99.37200000000001	97.0	0.011029156866823464	NZ_VJZV01000014.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold14_1, whole genome shotgun sequence	False	False
MAD0099_000000015145	2071	0.5134140777131951	2	1	1	1	1	False	15225	maximal	True	MAD0099_000000015145	1.0		29	6	False	False	0.9898599982261658	0					non-mobilizable	no_good_hit	62.0	85.484	3.0	1.037868415639418e-05	NZ_CP029255.1	CFB group bacteria	Flavobacterium crocinum strain HYN0056 chromosome, complete genome	True	False
ISR0849_000000013276	2069	0.5134140777131951	2	1	1	1	1	False	21351	maximal	True	ISR0849_000000013276	0.9677403004390678		628	13	False	False	0.9995166659355164	0					non-mobilizable	other	2069.0	100.0	100.0	0.0003460424738690243	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
TAN0022_000000002816	1998	0.5134140777131951	2	1	1	1	1	False	47772	maximal	True	TAN0022_000000002816	1.0		89	8	False	False	0.9759759902954102	0					non-mobilizable	no_good_hit	626.0	69.808	31.0	0.0012978023879563938	NZ_AWEY01000008.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00001, whole genome shotgun sequence	True	False
MON0026_000000024053	1925	0.5134140777131951	1	1	1	1	1	False	12741	fragment	False	MON0026_000000024053	1.0		0	0	False	False	0.9849350452423096	0					non-mobilizable	no_good_hit								True	False
ISR0818_000000009504	1895	0.5134140777131951	2	1	1	1	1	False	21351	maximal	False	ISR0849_000000013276	0.9365457457988681		0	0	False	False	0.9978891611099243	0					non-mobilizable	other	1895.0	99.789	100.0	0.0038735908637248647	NZ_VJZV01000004.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold4_1, whole genome shotgun sequence	False	False
USA0081_01_000000017088	1793	0.5134140777131951	1	1	1	1	1	False	86605	fragment	False	USA0081_01_000000017088	0.9671428571428571		0	0	False	False	0.99832683801651	0					non-mobilizable	chromosome	1792.0	100.0	99.0	0.00025297928663231176	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
FIJ0037_000000019571	1646	0.5134140777131951	1	1	1	1	1	False	47771	fragment	False	FIJ0037_000000019571	1.0		0	0	False	False	0.9927095770835876	0					non-mobilizable	no_good_hit								True	False
CHI0059_000000011044	1643	0.5134140777131951	1	1	1	1	1	False	85801	maximal	True	CHI0059_000000011044	1.0		89	9	False	False	0.9896530508995056	0					non-mobilizable	chromosome	1627.0	93.915	100.0	0.0002295045130241694	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MAD0013_000000015195	1630	0.5134140777131951	1	1	1	1	1	False	41723	fragment	False	FIJ0115_000000013926	0.9682912507339989		0	0	False	False	0.9938650131225586	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	9.698044458606668e-06	NZ_CP027234.1	CFB group bacteria	Bacteroides heparinolyticus strain F0111 chromosome, complete genome	True	False
CAN0006_000000028706	1571	0.5134140777131951	1	1	1	1	1	False	95592	fragment	False	ISR0075_000000014007	0.543710602644721		0	0	False	False	1.0	0					non-mobilizable	chromosome	1571.0	100.0	100.0	0.0003487191788884965	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0096_000000015394	1547	0.5134140777131951	1	1	1	1	1	False	33342	fragment	False	ISR0096_000000015394	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1547.0	100.0	100.0	0.006336481080726605	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
MON0107_000000023802	2478	0.5134117567527444	3	3	3	3	3	False	8601	fragment	False	MON0107_000000023802	1.0		0	0	False	False	0.9951573610305786	0					non-mobilizable	no_good_hit								True	False
MAD0068_000000018255	1569	0.513410742966932	2	2	2	2	2	False	16440	fragment	False	MAD0068_000000018255	1.0		0	0	False	False	0.983428955078125	0					non-mobilizable	no_good_hit	404.0	89.109	26.0	0.00013531084637607597	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0082_000000037319	1171	0.513409148178243	3	2	2	1	1	False	69153	maximal	True	DEN0082_000000037319	1.0		0	0	False	False	0.9888983964920044	0					non-mobilizable	no_good_hit	870.0	99.655	74.0	0.002361181843682681	NZ_LMUA01000001.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00001, whole genome shotgun sequence	True	False
ETH0005_000000025314	1848	0.5134077039697126	3	1	1	1	1	False	69193	fragment	False	ETH0005_000000025314	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	74.542	26.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0002_000000017860	1540	0.5134077039697126	4	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.9675924960225876		0	0	False	False	0.9980519413948059	0					non-mobilizable	no_good_hit	491.0	75.153	32.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0124_000000019360	1517	0.5134077039697126	3	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.7012732681470087		0	0	False	False	0.9980224370956421	0					non-mobilizable	no_good_hit	491.0	74.949	32.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MON0099_000000024583	1458	0.5134077039697126	3	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.8879415612396387		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	73.931	33.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0166_000000021320	1401	0.5134077039697126	3	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.8175225677870623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	74.745	35.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0817_000000009835	1334	0.5134077039697126	3	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.7443692001153128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	75.153	37.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0043_000000023206	1292	0.5134077039697126	3	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.6323454888382953		0	0	False	False	0.9945820569992065	0					non-mobilizable	no_good_hit	491.0	75.35600000000001	38.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0077_000000023950	1259	0.5134077039697126	3	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.5081563170594503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	75.153	39.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0086_000000027831	1221	0.5134077039697126	2	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.5105883870734894		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	75.153	40.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0230_000000030172	1190	0.5134077039697126	2	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.44013071769155215		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	74.741	40.0	0.00013433328256022374	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0210_000000023791	1150	0.5134077039697126	2	1	1	1	1	False	69192	fragment	False	MON0002_000000017860	0.37437893195653543		0	0	False	False	0.9965217113494873	0					non-mobilizable	no_good_hit	491.0	75.153	42.0	0.00013658153833529026	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0395_000000005910	6444	0.5134053131110988	6	3	3	3	3	False	88967	maximal	True	ISR0395_000000005910	1.0		7	4	False	False	0.997827410697937	0					non-mobilizable	no_good_hit	2089.0	99.569	32.0	0.0006242243907309853	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
DEN0082_000000028356	1492	0.5134036724570378	2	2	2	1	0	False	69197	fragment	False	DEN0082_000000028356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	691.0	86.541	46.0	0.00020659626331808055	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
CHI0180_000000004076	3471	0.5134008083711745	3	3	3	3	1	False	77488	maximal	True	CHI0180_000000004076	1.0		1	1	False	False	0.9968308806419373	0					non-mobilizable	no_good_hit	1369.0	98.831	89.0	0.0003798923638302481	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0119_000000002987	10218	0.5134005750906601	9	3	1	2	1	True	32363	maximal	True	ISR0119_000000002987	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.99318190257836e-07	AP015037.1	eudicots	Vigna angularis var. angularis DNA, chromosome 4, almost complete sequence, cultivar: Shumari	True	True
SPA0149_000000026779	1500	0.5133997192883167	3	3	3	3	1	False	3284	fragment	False	SPA0149_000000026779	1.0		0	0	False	False	0.9746666550636292	0					non-mobilizable	no_good_hit	71.0	83.09899999999999	5.0	0.0006936485915917727	NZ_SMLB01000020.1	high GC Gram+	Jiangella aurantiaca strain 8K307 NODE_20_length_99474_cov_67.8016, whole genome shotgun sequence	True	False
MON0084_000000020237	1724	0.5133973076136653	1	1	1	1	1	False	9820	maximal	True	MON0084_000000020237	1.0		31	6	False	False	0.9767981171607971	0					non-mobilizable	no_good_hit								True	False
ISR0095_000000009277	3148	0.5133967949491934	4	3	3	2	1	False	109014	fragment	False	ISR0086_000000008193	0.645448758752387		0	0	False	False	0.9920584559440613	0					non-mobilizable	other	2506.0	95.052	95.0	0.048587261941929444	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	False	False
AST0097_000000007443	3054	0.5133967949491934	3	3	3	2	1	False	109014	fragment	False	ISR0086_000000008193	0.6322936558455337		0	0	False	False	0.9993451237678528	0					non-mobilizable	other	2105.0	95.48700000000001	95.0	0.040879644083671555	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	False	False
ENG0164_000000000564	27312	0.5133965302302286	46	25	9	11	22	False	56291	maximal	True	ENG0164_000000000564	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	8059.0	98.052	77.0	0.04336072547900354	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
MON0093_000000000470	29529	0.5133950858060963	29	13	8	11	5	True	122314	fragment	False	MON0093_000000000470	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	98.02799999999999	2.0	0.12635893780074853	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MON0092_000000006259	7101	0.5133919425297696	8	5	3	4	3	False	9473	fragment	False	MON0092_000000006259	1.0		0	0	False	False	0.9964793920516968	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0009099616858237548	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	False
ENG0131_000000007593	3601	0.5133917516401576	2	2	2	2	2	False	72592	maximal	True	ENG0131_000000007593	0.9850215216868479		419	11	False	False	1.0	0					non-mobilizable	other	3564.0	99.83200000000001	99.0	0.06849473117452504	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
SPA0136_000000015602	2619	0.5133865587327899	4	4	4	4	2	False	125908	maximal	True	SPA0136_000000015602	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	2049.0	86.676	78.0	0.005899790746338061	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
TAN0005_000000013810	1364	0.5133822727666125	2	2	2	2	1	False	2921	maximal	True	TAN0005_000000013810	1.0		281	13	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	3.0	1.4594326966193337e-05	NZ_LR590481.1	firmicutes	Hathewaya histolytica strain NCTC503 chromosome 1	True	False
ENG0190_000000010675	2861	0.5133816275640454	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9757514184947939		0	0	False	False	0.9993009567260742	0					non-mobilizable	no_good_hit	605.0	76.529	21.0	0.00584912463442971	NZ_WAJS01000004.1	actinobacteria	Adlercreutzia muris strain DSM 29508 DSM29508T_contig_004, whole genome shotgun sequence	True	False
MON0026_000000048695	1126	0.5133783374457475	2	2	2	1	1	False	12686	fragment	False	MON0026_000000048695	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	70.321	47.0	0.0021878919973161858	NZ_JAAVNF010000033.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_3_length_239847_cov_32.941921, whole genome shotgun sequence	True	False
ISR0855_000000015210	1240	0.5133739428215576	3	2	2	1	2	False	20480	maximal	True	ISR0855_000000015210	1.0		27	6	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	332.0	91.265	27.0	7.922249938129861e-05	CP046327.1	firmicutes	Clostridioides difficile strain FDAARGOS_723 chromosome, complete genome	True	False
SPA0018_000000025960	1151	0.513372662298771	2	2	2	1	1	False	118981	fragment	False	AST0026_000000020894	0.9573517465475223		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	99.131	100.0	0.0004976157713909875	CP031133.1	high GC Gram+	Bifidobacterium longum subsp. longum strain BORI chromosome, complete genome	False	False
AUS0010_000000007506	3099	0.5133706634012891	5	3	2	3	3	False	101557	maximal	True	AUS0010_000000007506	1.0		50	11	False	False	0.9880606532096863	0					non-mobilizable	other	2607.0	98.351	97.0	0.03390977345772989	NZ_CABKPS010000096.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0040_000000013985	1897	0.5133666936882398	3	3	3	3	2	False	36486	fragment	False	ISR0040_000000013985	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1897.0	100.0	100.0	0.04587910758360354	NZ_JAAIPV010000039.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_39_length_41326_cov_76.1729, whole genome shotgun sequence	False	False
ISR0058_000000016163	1634	0.5133613751410511	1	1	1	1	1	False	35487	maximal	True	ISR0058_000000016163	1.0		243	11	False	False	0.9957160353660583	0					non-mobilizable	no_good_hit	1127.0	95.38600000000001	69.0	0.0003757226979296476	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	True	False
ISR0353_000000024089	1529	0.5133613751410511	2	1	1	1	1	False	80571	fragment	False	USA0145_01_000000014999	0.9809420339650422		0	0	False	False	0.998691976070404	0					non-mobilizable	no_good_hit	1215.0	96.955	79.0	0.4816440542697526	KX127143.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinB_Time3_1_TRSX_16 genomic sequence	True	False
ISR0237_000000007860	1526	0.5133613751410511	2	1	1	1	1	False	27308	fragment	False	ISR0237_000000007860	1.0		0	0	False	False	0.9980340600013733	0					non-mobilizable	no_good_hit	1184.0	73.649	83.0	0.0005325763020636061	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0182_000000027545	1458	0.5133613751410511	2	1	1	1	1	False	80571	fragment	False	USA0145_01_000000014999	0.9578753553334193		0	0	False	False	0.9993141293525696	0					non-mobilizable	no_good_hit	1144.0	97.02799999999999	78.0	0.4533120510774142	KX127143.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinB_Time3_1_TRSX_16 genomic sequence	True	False
ENG0067_000000018478	1432	0.5133613751410511	2	1	1	1	1	False	127974	maximal	True	ENG0067_000000018478	0.9433172127386847		41	9	False	False	1.0	0					non-mobilizable	chromosome	1432.0	99.93	100.0	0.0005018272332626941	CP041261.3	firmicutes	Enterococcus faecium strain VVEswe-R chromosome, complete genome	False	False
MON0062_000000025591	1397	0.5133613751410511	2	1	1	1	1	False	107327	fragment	False	MON0062_000000025591	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1397.0	97.566	100.0	0.00038854072065397306	CP035499.1	firmicutes	Clostridioides difficile strain TW11-RT078 chromosome	False	False
AST0005_000000019756	1385	0.5133613751410511	2	1	1	1	1	False	127974	maximal	False	ENG0067_000000018478	0.937677939327231		0	0	False	False	1.0	0					non-mobilizable	chromosome	1385.0	98.98899999999999	100.0	0.0004729588187511768	LR135401.1	firmicutes	Enterococcus faecium isolate E8377 genome assembly, chromosome: 1	False	False
CHI0136_000000010461	1319	0.5133613751410511	1	1	1	1	1	False	80570	fragment	False	CHI0136_000000010461	1.0		0	0	False	False	0.999241828918457	0					non-mobilizable	other	1248.0	96.955	94.0	0.4948124501197127	KX127143.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinB_Time3_1_TRSX_16 genomic sequence	False	False
MON0025_000000035780	1208	0.5133613751410511	1	1	1	1	1	False	12782	maximal	True	MON0025_000000035780	1.0		3	2	False	False	1.0	0					non-mobilizable	other	910.0	93.40700000000001	100.0	0.0003021826680857664	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
ISR0400_000000015978	1200	0.5133613751410511	1	1	1	1	1	False	33433	fragment	False	MON0031_000000027158	0.9294569172551411		0	0	False	False	0.9916666746139526	0					non-mobilizable	other	1131.0	98.939	95.0	0.000377728335107208	AP019695.1	firmicutes	Amedibacterium intestinale JCM 30884 DNA, complete genome	False	False
MAD0081_000000006742	1178	0.5133613751410511	2	1	1	1	1	False	76106	fragment	False	ISR0081_000000017451	0.21783974422369304		0	0	False	False	0.990662157535553	0					non-mobilizable	other	1178.0	97.87799999999999	100.0	0.00041010710171701426	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	False
MON0031_000000027158	1175	0.5133613751410511	1	1	1	1	1	False	33433	fragment	False	MON0031_000000027158	0.9438428497874441		0	0	False	False	0.9804255366325378	0					non-mobilizable	chromosome	1176.0	97.279	100.0	0.0002658460057033584	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0018_000000019078	1162	0.5133613751410511	1	1	1	1	1	False	107326	fragment	False	CHI0042_000000007421	0.28223608924213966		0	0	False	False	0.9948365092277527	0					non-mobilizable	other	1163.0	98.194	100.0	0.07732233164759117	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0140_000000025072	1158	0.5133613751410511	1	1	1	1	1	False	107326	fragment	False	CHI0042_000000007421	0.2782767611973949		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	97.84299999999999	100.0	0.005589261667221732	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
ENG0084_000000025932	1158	0.5133613751410511	1	1	1	1	1	False	107326	fragment	False	CHI0042_000000007421	0.27633926308553053		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	99.221	99.0	0.00029775323912987995	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	False	False
ISR0177_000000027837	1156	0.5133613751410511	1	1	1	1	1	False	107326	fragment	False	CHI0042_000000007421	0.15203905672939125		0	0	False	False	1.0	0					non-mobilizable	other	1078.0	93.785	100.0	0.005198302949566325	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
ISR0094_000000015026	1142	0.5133613751410511	1	1	1	1	1	False	33433	fragment	False	MON0031_000000027158	0.9256113402807932		0	0	False	False	0.9973730444908142	0					non-mobilizable	chromosome	1142.0	97.723	100.0	0.0002766473732804705	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	False	False
SPA0101_000000034294	1127	0.5133613751410511	1	1	1	1	1	False	33433	fragment	False	MON0031_000000027158	0.9260043736259642		0	0	False	False	0.9982253909111023	0					non-mobilizable	chromosome	1128.0	99.291	100.0	0.0002549859135554765	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
AUS0018_000000026053	1100	0.5133613751410511	1	1	1	1	1	False	107326	fragment	False	CHI0042_000000007421	0.152870538914302		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	96.818	100.0	0.10913604766633565	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0107_000000057426	1018	0.5133613751410511	1	1	1	1	1	False	107326	fragment	False	CHI0042_000000007421	0.06389949109414758		0	0	False	False	1.0	0					non-mobilizable	other	1018.0	99.902	100.0	0.06767367580516369	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0343_000000009354	1923	0.5133600511216502	4	1	1	1	1	False	54843	fragment	False	ENG0189_000000008269	0.9748255234297108		0	0	False	False	0.968278706073761	0					non-mobilizable	no_good_hit								True	False
ISR0147_000000013630	1810	0.5133600511216502	3	1	1	1	1	False	30946	fragment	False	ISR0147_000000013630	1.0		0	0	False	False	0.9718232154846191	0					non-mobilizable	no_good_hit								True	False
ISR0040_000000017627	1485	0.5133600511216502	3	1	1	1	1	False	36470	maximal	True	ISR0040_000000017627	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	92.105	8.0	0.0007448987735773763	NZ_JAAITU010000003.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_3_length_150356_cov_154.813, whole genome shotgun sequence	True	False
FIJ0148_000000017797	1196	0.5133600511216502	1	1	1	1	1	False	39872	maximal	True	FIJ0148_000000017797	1.0		0	0	False	False	0.9757525324821472	0					non-mobilizable	no_good_hit	275.0	88.727	23.0	0.001815690760594855	NZ_JAAITU010000003.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_3_length_150356_cov_154.813, whole genome shotgun sequence	True	False
USA0081_01_000000004740	6469	0.5133599367252225	5	3	3	3	1	True	130417	backbone	False	ISR0357_000000002507	0.5728086901693189	PS1102	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	78.0	100.0	1.0	0.0021601907700939823	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	True	True
TAN0006_000000007603	1779	0.5133589939131799	3	3	3	2	2	False	2880	fragment	False	TAN0006_000000007603	1.0		0	0	False	False	0.9910061955451965	0					non-mobilizable	other	1779.0	98.426	100.0	0.0005315473978542586	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0074_000000005968	4545	0.5133587284384235	9	3	2	2	3	False	121495	backbone	False	ISR0040_000000004257	0.43264845593673285	PS851	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	103.0	98.05799999999999	2.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
ENG0041_000000005127	5010	0.5133581538907106	7	3	1	2	2	True	64759	fragment	False	ISR0277_000000001610	0.9572212065813528		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	85.35	57.0	0.09699719161806006	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
DEN0039_000000011389	1782	0.5133543932134453	3	1	1	1	1	False	73267	fragment	False	DEN0039_000000011389	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1787.0	84.163	100.0	0.0003391046607055704	CP008741.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_3_B_079, complete genome	False	False
MAD0036_000000005425	4553	0.5133511187683923	3	3	2	2	2	False	40877	maximal	True	MAD0036_000000005425	1.0		94	9	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	9.763356439943575e-05	NZ_CACVQR010000002.1	bacteria	Fibrobacter succinogenes isolate RUG10152, whole genome shotgun sequence	True	False
ISR0155_000000004974	5136	0.5133467416287582	4	4	4	3	2	False	30607	maximal	True	ISR0155_000000004974	1.0		233	12	False	False	1.0	0					non-mobilizable	other	2641.0	98.448	99.0	0.026648476580263758	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0225_000000003652	3960	0.5133442431308698	5	5	4	4	4	False	125475	fragment	False	ISR0225_000000003652	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2086.0	83.65299999999999	88.0	0.0006267200166723787	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0079_000000010026	2294	0.5133402504034823	4	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.551948816463866		0	0	False	False	1.0	0					non-mobilizable	other	2295.0	96.73200000000001	100.0	0.0006852838436702965	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0031_000000018048	1801	0.5133402504034823	3	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.3678355736863163		0	0	False	False	1.0	0					non-mobilizable	chromosome	1801.0	99.445	100.0	0.0005010961478233636	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0041_000000019227	1777	0.5133402504034823	3	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.32726341531437536		0	0	False	False	1.0	0					non-mobilizable	other	1777.0	99.944	100.0	0.001977292311940129	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0344_000000019436	1764	0.5133402504034823	3	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.33111250037978956		0	0	False	False	1.0	0					non-mobilizable	chromosome	1764.0	99.09299999999999	100.0	0.0004907958381181055	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
DEN0003_000000014511	1762	0.5133402504034823	3	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.2949679899455916		0	0	False	False	1.0	0					non-mobilizable	chromosome	1762.0	97.50299999999999	100.0	0.0003919126673473766	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0090_000000017480	1720	0.5133402504034823	3	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.2476407437376897		0	0	False	False	0.9994186162948608	0					non-mobilizable	chromosome	1720.0	97.5	100.0	0.00038256551684846135	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0079_000000017633	1596	0.5133402504034823	2	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.2746989440839378		0	0	False	False	0.9956140518188477	0					non-mobilizable	chromosome	1596.0	98.935	100.0	0.0004440268643212583	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0134_000000016884	1551	0.5133402504034823	2	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.29052916153417596		0	0	False	False	1.0	0					non-mobilizable	chromosome	1551.0	98.775	100.0	0.00034495436365044506	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0849_000000021894	1234	0.5133388610699725	2	2	2	2	2	False	20583	maximal	True	ISR0849_000000021894	1.0		10	2	False	False	0.9821717739105225	0					non-mobilizable	other	1234.0	98.29799999999999	100.0	0.000350015215584392	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AUS0022_000000029221	1165	0.5133387672273293	2	2	2	1	2	False	99065	maximal	True	AUS0022_000000029221	0.9809027777777778		257	10	False	False	0.9974249005317688	0					non-mobilizable	other	1165.0	93.133	100.0	0.0057637458405957855	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
MAD0024_000000014679	1136	0.5133387672273293	2	2	2	1	2	False	130813	fragment	False	MAD0024_000000014679	0.9466845878136201		0	0	False	False	0.9982394576072693	0					non-mobilizable	other	1136.0	99.03200000000001	100.0	0.007656502968159741	NZ_JAAWUO010000008.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_8_length_148240_cov_165.037, whole genome shotgun sequence	False	False
ENG0055_000000015027	1286	0.5133366762605245	2	2	2	1	1	False	63628	maximal	True	ENG0055_000000015027	1.0		15	5	False	False	0.9961119890213013	0					non-mobilizable	other	1277.0	86.844	99.0	0.010604453870625663	NZ_CYYA01000010.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0081_000000004296	6763	0.5133335876073994	4	4	2	3	3	False	108746	maximal	True	FIJ0081_000000004296	1.0		1	1	False	False	0.9995564222335815	0					non-mobilizable	no_good_hit	1892.0	97.67399999999999	28.0	0.0521264272712229	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0095_000000012672	2415	0.5133330993290567	3	2	2	2	1	False	37626	maximal	True	MON0095_000000012672	1.0		96	10	False	False	1.0	0					non-mobilizable	other	2415.0	99.75200000000001	100.0	0.0004637723481020683	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
FIJ0006_000000009876	3458	0.5133323213836115	5	3	2	2	1	True	51782	maximal	True	FIJ0006_000000009876	1.0		5	4	False	False	1.0	0					non-mobilizable	other	2882.0	93.824	90.0	0.0006719094266092931	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0228_000000004073	5518	0.5133313527831312	7	6	4	4	2	True	27614	maximal	True	ISR0228_000000004073	1.0		141	10	False	False	0.9958318471908569	0					non-mobilizable	other	1769.0	98.24799999999999	98.0	0.013908993643401094	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	False	True
ENG0151_000000005371	4437	0.5133288955783274	5	4	4	4	3	False	92429	maximal	True	ENG0151_000000005371	1.0		98	11	False	False	0.993914783000946	0					non-mobilizable	other	4436.0	97.971	99.0	0.009568091326260637	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
ISR0036_000000013286	1126	0.5133254914960711	1	1	1	1	1	False	36732	maximal	True	ISR0036_000000013286	1.0		19	3	False	False	1.0	0					non-mobilizable	chromosome	1013.0	97.137	99.0	0.0003189799701381795	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
USA0091_01_000000002517	4545	0.5133227803790127	4	3	3	2	3	False	126887	maximal	True	USA0091_01_000000002517	1.0	PS979	14	6	False	True	1.0	0					non-mobilizable	no_good_hit	2016.0	89.68299999999999	44.0	0.0006906596004942297	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	True
AUS0002_000000016104	2246	0.5133226507278339	5	3	2	1	2	False	102977	maximal	True	AUS0002_000000016104	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1780.0	100.0	79.0	0.0003959185889897689	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0283_000000007108	1888	0.5133211802186645	3	3	3	3	1	False	26114	maximal	True	ISR0283_000000007108	1.0		543	11	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	87.751	62.0	0.0025400547088706526	NZ_VULP01000003.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq3, whole genome shotgun sequence	True	False
ISR0835_000000002005	5447	0.5133095391940671	4	4	2	0	3	False	120728	fragment	False	ISR0285_000000002089	0.6218438050499119		0	0	False	False	0.9994492530822754	0					non-mobilizable	chromosome	5447.0	99.211	100.0	0.0012182466777276725	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0040_000000015863	2569	0.51330521191504	1	1	1	1	1	False	6963	fragment	False	SPA0040_000000015863	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000013791	2245	0.5133026209650776	5	3	3	2	0	True	6730	fragment	False	SPA0046_000000013791	1.0		0	0	False	False	0.9915367364883423	0					non-mobilizable	no_good_hit								True	True
FIJ0164_000000015739	1433	0.5133026209650776	3	3	3	2	0	True	39084	maximal	True	FIJ0164_000000015739	1.0		89	12	False	False	1.0	0					non-mobilizable	other	1437.0	79.471	98.0	0.00042674784412530546	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	True
MON0007_000000020629	2873	0.5133008672546597	3	3	3	3	2	False	48829	maximal	True	MON0007_000000020629	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1128.0	74.645	39.0	0.0005947968899550936	NZ_GL982488.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0136_000000021951	1280	0.5132985689963894	2	2	2	2	1	False	40518	fragment	False	FIJ0136_000000021951	1.0		0	0	False	False	0.995312511920929	0					non-mobilizable	no_good_hit	506.0	72.925	39.0	0.00014207134740876833	NC_015172.1	firmicutes	Syntrophobotulus glycolicus DSM 8271, complete sequence	True	False
CAN0012_000000033200	1370	0.5132979591787152	2	1	1	1	1	False	94069	maximal	True	CAN0012_000000033200	1.0		60	8	False	False	0.9802919626235962	0					non-mobilizable	other	1370.0	98.46700000000001	100.0	0.0017861429749392007	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
FIJ0168_000000016283	1430	0.5132976635981702	1	1	1	1	1	False	38899	maximal	True	FIJ0168_000000016283	1.0		52	8	False	False	0.9713286757469177	0					non-mobilizable	other	1323.0	99.471	93.0	0.004759159851568974	NZ_QRHR01000004.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf4, whole genome shotgun sequence	False	False
ISR0356_000000012841	1604	0.5132947949235648	2	1	1	1	1	False	23904	fragment	False	ISR0356_000000012841	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	79.705	92.0	0.009319875483444958	NZ_FRCP01000019.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	False	False
ISR0826_000000006469	1876	0.5132944960639166	3	3	3	2	2	False	98877	fragment	False	CHI0132_000000015074	0.9180990196680363		0	0	False	False	0.9781450033187866	0					non-mobilizable	no_good_hit								True	False
SPA0119_000000006244	5559	0.5132936621626536	6	5	3	2	5	True	107049	maximal	True	SPA0119_000000006244	1.0		55	9	False	False	1.0	0					non-mobilizable	other	5559.0	99.98200000000001	100.0	0.0632973391652998	NZ_QSFT01000015.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf15, whole genome shotgun sequence	False	True
ISR0214_000000027758	1152	0.5132925722904844	2	2	2	1	1	False	28187	fragment	False	SPA0053_000000026304	0.9462279293739968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	73.166	45.0	0.009112667316727241	NZ_WNAJ01000025.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold25_size56405, whole genome shotgun sequence	True	False
ENG0167_000000020819	1229	0.5132883025106738	2	2	2	1	1	False	56036	fragment	False	ENG0167_000000020819	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	84.95700000000001	80.0	0.00028547362685950426	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0329_000000009253	1738	0.5132874985062633	2	2	2	2	1	False	81609	fragment	False	ISR0329_000000009253	0.97829953299533		0	0	False	False	1.0	0					non-mobilizable	other	1736.0	98.73299999999999	99.0	0.027256731705784396	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
AST0118_000000021739	1435	0.5132866613209022	2	2	2	2	1	False	105775	maximal	True	AST0118_000000021739	1.0		0	0	False	False	0.99303138256073	0					non-mobilizable	no_good_hit	1272.0	99.135	89.0	0.00040665935106773697	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
FIJ0011_000000036488	1269	0.5132862251922715	1	1	1	1	1	False	50880	maximal	True	FIJ0011_000000036488	1.0		1	1	False	False	0.9866036176681519	0					non-mobilizable	no_good_hit	134.0	84.32799999999999	10.0	2.4007852750381443e-05	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
USA0121_01_000000015132	3077	0.5132823547723387	4	3	1	3	1	False	187	fragment	False	USA0121_01_000000015132	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	85.447	30.0	0.05730195796658883	NZ_LT669934.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	False
SPA0001_000000022308	1501	0.5132790555451667	4	2	1	2	0	True	8435	fragment	False	SPA0001_000000022308	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1501.0	99.667	100.0	0.06421782686873877	AP018531.1	firmicutes	Butyricicoccus sp. GAM44 plasmid pGAM44_1 DNA, complete genome	False	True
CHI0185_000000012970	1523	0.5132613895765106	3	2	2	1	2	False	91048	fragment	False	ITA0001_000000002082	0.6297709923664122		0	0	False	False	0.9894944429397583	0					non-mobilizable	other	977.0	97.339	100.0	0.010607542658406695	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0093_000000015767	2001	0.5132573565642432	4	2	1	2	1	False	39234	maximal	False	FIJ0162_000000010220	0.9531392174704276		0	0	False	False	1.0	0					non-mobilizable	other	2004.0	95.11	99.0	0.24865742475334082	NZ_CYYV01000029.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0153_000000001156	17204	0.5132550610414199	21	9	4	7	3	False	56981	fragment	False	ENG0153_000000001156	1.0		0	0	False	False	0.999883770942688	0					non-mobilizable	no_good_hit	1062.0	89.925	8.0	0.0002601337543528272	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0228_000000017671	1538	0.5132515071730108	3	3	1	1	1	True	27601	maximal	True	ISR0228_000000017671	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0129_000000019954	1324	0.5132500601147417	2	1	1	1	1	False	81172	maximal	True	CHI0129_000000019954	1.0		48	10	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	99.18299999999999	83.0	0.01856728107487678	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
USA0009_01_000000016155	1566	0.5132490450635708	1	1	1	1	1	False	2088	fragment	False	USA0009_01_000000016155	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1566.0	97.95700000000001	100.0	0.00030626271039171883	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0103_000000019352	1548	0.5132490450635708	1	1	1	1	1	False	33028	fragment	False	ISR0103_000000019352	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1548.0	99.61200000000001	100.0	0.0003140458052148656	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ISR0237_000000002032	4151	0.5132482416293463	3	3	3	3	3	False	132028	maximal	True	ISR0237_000000002032	1.0		24	7	False	False	0.9985545873641968	0					non-mobilizable	no_good_hit	1162.0	78.83	28.0	0.00048625185750305477	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0130_000000006017	5450	0.5132475515758446	8	5	3	5	3	False	61982	maximal	True	SPA0130_000000006017	1.0		7	4	False	False	0.9998165369033813	0					non-mobilizable	other	5452.0	99.23	100.0	0.006062137746911038	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0039_000000023690	1574	0.5132472939253415	2	2	2	2	2	False	36534	maximal	True	ISR0039_000000023690	1.0		255	12	False	False	0.9936467409133911	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	8.562786076467889e-06	CP018151.1	high GC Gram+	Microbacterium sp. 1.5R, complete genome	True	False
MON0068_000000011466	3597	0.5132459898214246	3	2	2	2	1	False	129992	maximal	True	MON0068_000000011466	0.9688403425516827		536	12	False	False	1.0	0					non-mobilizable	chromosome	3597.0	99.639	100.0	0.0008002941236690325	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0140_000000007714	3492	0.5132459898214246	2	2	2	2	1	False	129992	maximal	False	MON0068_000000011466	0.9485907676989043		0	0	False	False	1.0	0					non-mobilizable	chromosome	3492.0	99.943	100.0	0.0007769262474217443	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CAN0005_000000005239	3416	0.5132459898214246	3	2	2	2	1	False	129992	maximal	False	MON0068_000000011466	0.9193810006493256		0	0	False	False	1.0	0					non-mobilizable	other	3361.0	97.85799999999999	98.0	0.010671104491074066	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
MAD0097_000000005215	6889	0.5132459772358667	10	4	1	4	3	False	43397	fragment	False	FIJ0091_000000003550	0.9559546310457538		0	0	False	False	1.0	0					non-mobilizable	chromosome	3935.0	96.544	100.0	0.0016180643950956975	CP034089.1	high GC Gram+	Bifidobacterium longum strain LTBL16 chromosome, complete genome	False	False
ISR0781_000000010180	2711	0.5132457245129683	4	2	1	2	1	True	58405	fragment	False	ISR0781_000000010180	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2712.0	95.686	100.0	0.07380686613487245	NZ_KB904241.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_21.22, whole genome shotgun sequence	False	True
AST0099_000000015959	1311	0.5132433854214066	2	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.06513404926919747	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1316.0	85.714	100.0	0.0004409383302304963	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0150_000000015042	1855	0.5132432227092438	2	2	2	2	2	False	126686	maximal	True	AST0150_000000015042	1.0		54	8	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	72.89399999999999	14.0	6.981936994055642e-05	CP013239.1	firmicutes	Clostridium butyricum strain CDC_51208, complete genome	True	False
AST0048_000000011098	1431	0.5132383153765541	3	3	2	1	2	False	114882	maximal	True	AST0048_000000011098	1.0		6	3	False	False	1.0	0					non-mobilizable	chromosome	1431.0	99.86	100.0	0.0003909197275043466	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
CAN0001_000000034668	1248	0.5132374432978549	3	1	1	1	1	False	97040	maximal	True	CAN0001_000000034668	1.0		1	1	False	False	0.9471153616905212	0					non-mobilizable	no_good_hit	83.0	87.95200000000001	7.0	0.003581060170652991	NZ_QIML01000025.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_25, whole genome shotgun sequence	True	False
FIJ0116_000000005284	3639	0.5132374052977561	5	3	3	3	3	False	122025	maximal	True	FIJ0116_000000005284	1.0		15	7	False	False	0.9895575642585754	0					non-mobilizable	no_good_hit	1341.0	93.065	37.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0100_000000011162	2682	0.5132345483539215	3	3	2	3	1	True	60587	maximal	True	ENG0100_000000011162	1.0		4	3	False	False	0.9876957535743713	0					non-mobilizable	no_good_hit								True	True
ISR0834_000000004992	3367	0.5132336960070779	3	2	2	1	1	False	39701	maximal	True	ISR0834_000000004992	1.0		5	3	False	False	0.9997029900550842	0					non-mobilizable	no_good_hit								True	False
FIJ0090_000000038996	1217	0.5132328471088934	2	2	2	2	2	False	43419	fragment	False	FIJ0090_000000038996	1.0		0	0	False	False	0.9441248774528503	0					non-mobilizable	no_good_hit	216.0	73.611	17.0	0.00010726854757873332	NZ_CP048635.1	a-proteobacteria	Rhizobium oryzihabitans strain M15 chromosome M15-12, complete sequence	True	False
SPA0004_000000005103	2502	0.5132319435868371	5	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.6152489648982348		0	0	False	False	0.9984012842178345	0					non-mobilizable	other	2502.0	100.0	100.0	0.07928859017848651	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0006_000000015629	2313	0.5132319435868371	4	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.5570075475423254		0	0	False	False	0.9982706308364868	0					non-mobilizable	virus	2313.0	99.48100000000001	100.0	0.17327437607734392	MK232331.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.N15_1-CL12_c1 sequence	False	False
SPA0027_000000016335	2296	0.5132319435868371	4	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.5546249658260649		0	0	False	False	0.9995644688606262	0					non-mobilizable	other	2296.0	99.695	100.0	0.0727578226547887	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0152_000000003095	6928	0.5132317513930171	15	3	3	3	3	False	85047	fragment	False	FIJ0152_000000003095	1.0		0	0	False	False	0.9958140850067139	0					non-mobilizable	no_good_hit								True	False
ISR0773_000000007136	2087	0.5132287071159571	4	3	3	3	2	False	22502	maximal	False	ISR0777_000000007683	0.7087726840052815		0	0	False	False	0.9990416765213013	0					non-mobilizable	no_good_hit	528.0	69.88600000000001	25.0	0.0018084950388582042	NZ_OFSM01000003.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
USA0075_01_000000006757	3654	0.5132283137654816	6	2	1	2	0	False	37855	maximal	True	USA0075_01_000000006757	1.0		19	11	False	False	0.998084306716919	0					non-mobilizable	no_good_hit	534.0	91.38600000000001	30.0	0.0001469028219782173	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0041_01_000000008052	2401	0.5132283137654816	3	2	1	2	0	False	1286	fragment	False	USA0041_01_000000008052	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	97.32700000000001	39.0	0.0002766803873660061	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0110_000000011595	2369	0.5132283137654816	3	2	1	2	0	False	129972	maximal	True	MAD0110_000000011595	1.0		4	2	False	False	0.9881806373596191	0					non-mobilizable	no_good_hit	1967.0	97.051	83.0	0.006243866496860599	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
FIJ0162_000000010220	2198	0.5132283137654816	4	2	1	2	0	False	39234	maximal	True	FIJ0162_000000010220	0.9977511244377811		1054	15	False	False	1.0	0					non-mobilizable	other	2206.0	94.787	100.0	0.27388535031847133	NZ_CYYV01000029.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0011_01_000000018384	1989	0.5132283137654816	5	2	1	2	0	False	24699	maximal	True	USA0011_01_000000018384	1.0		495	15	False	False	1.0	0					non-mobilizable	other	2007.0	90.135	100.0	0.0005520658035778752	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0024_000000013581	1973	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.432115004795989		0	0	False	False	1.0	0					non-mobilizable	other	1973.0	98.175	100.0	0.005998679803734878	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0003_000000017176	1930	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.40382035037965114		0	0	False	False	1.0	0					non-mobilizable	other	1930.0	99.948	100.0	0.0005772543818515293	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0149_000000014065	1914	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.4173125561367617		0	0	False	False	1.0	0					non-mobilizable	other	1923.0	99.064	100.0	0.005846583459826793	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0105_000000013462	1866	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3556726510051583		0	0	False	False	0.9994640946388245	0					non-mobilizable	chromosome	1866.0	97.64200000000001	100.0	0.0004150579923923097	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0017_000000018085	1849	0.5132283137654816	4	2	1	2	0	False	37854	fragment	False	ISR0017_000000018085	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	96.648	47.0	0.00021375499969954716	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0269_000000010197	1844	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3776511566286452		0	0	False	False	1.0	0					non-mobilizable	other	1844.0	98.64399999999999	100.0	0.0020518861097441766	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0006_000000012380	1835	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3682510985797902		0	0	False	False	0.9994550347328186	0					non-mobilizable	chromosome	1835.0	97.54799999999999	100.0	0.0004081589051193008	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CAN0020_000000019874	1823	0.5132283137654816	2	2	1	2	0	False	120024	maximal	True	CAN0020_000000019874	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	1571.0	81.668	85.0	0.0027154428834098862	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ISR0137_000000013739	1822	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3394344060111438		0	0	False	False	0.997804582118988	0					non-mobilizable	other	1822.0	99.12200000000001	100.0	0.0005846304788640511	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0144_000000004008	1811	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.36965179414007926		0	0	False	False	0.9988956451416016	0					non-mobilizable	chromosome	1811.0	98.675	100.0	0.0005038800153112712	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0033_000000017419	1805	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3504311548940719		0	0	False	False	1.0	0					non-mobilizable	chromosome	1805.0	97.56200000000001	100.0	0.00040148236904864705	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0162_000000021966	1803	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.35994853956259154		0	0	False	False	1.0	0					non-mobilizable	chromosome	1803.0	97.837	100.0	0.0005016529213209451	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0186_000000017284	1801	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.35258637746908883		0	0	False	False	1.0	0					non-mobilizable	chromosome	1801.0	97.61200000000001	100.0	0.0004005921642392265	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0333_000000013314	1753	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3574171366342303		0	0	False	False	0.9994295239448547	0					non-mobilizable	chromosome	1753.0	98.631	100.0	0.00038990970652618047	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0249_000000011574	1752	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3513632823151243		0	0	False	False	1.0	0					non-mobilizable	other	1752.0	99.087	100.0	0.03171986522227455	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ISR0329_000000009224	1741	0.5132283137654816	4	2	1	2	0	False	24698	fragment	False	ISR0329_000000009224	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1757.0	91.235	100.0	0.00048236333038972293	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0092_000000026508	1699	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.329641903451925		0	0	False	False	1.0	0					non-mobilizable	chromosome	1699.0	90.23	100.0	0.00037766939039664857	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0182_000000016847	1687	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.2926057596366031		0	0	False	False	1.0	0					non-mobilizable	other	1687.0	97.214	100.0	0.0018770916880242441	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
AST0061_000000025227	1667	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.32423640069238197		0	0	False	False	1.0	0					non-mobilizable	other	1667.0	98.32	100.0	0.03018006593963987	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
USA0052_01_000000009328	1657	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3438943577940619		0	0	False	False	1.0	0					non-mobilizable	other	1657.0	98.189	100.0	0.005690428328436679	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0053_000000015358	1631	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.29921684395484505		0	0	False	False	1.0	0					non-mobilizable	other	1631.0	97.609	100.0	0.029527915655229883	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ISR0050_000000017382	1625	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.29120093998748664		0	0	False	False	0.9993846416473389	0					non-mobilizable	other	1625.0	99.69200000000001	100.0	0.0004859829528910749	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0027_000000016018	1610	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.3034300629679081		0	0	False	False	0.9962732791900635	0					non-mobilizable	chromosome	1610.0	99.068	100.0	0.0003580848845893975	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0355_000000013269	1575	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.2672891874780789		0	0	False	False	1.0	0					non-mobilizable	chromosome	1575.0	98.03200000000001	100.0	0.0004381807425966524	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ENG0196_000000007595	1546	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.28138851341477855		0	0	False	False	1.0	0					non-mobilizable	other	1546.0	99.41799999999999	100.0	0.00046234215653738345	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0122_000000019002	1545	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.28870946124482255		0	0	False	False	1.0	0					non-mobilizable	chromosome	1545.0	98.964	100.0	0.0003436190564363143	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0066_000000020680	1543	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.2796118059783181		0	0	False	False	0.9993519186973572	0					non-mobilizable	other	1543.0	97.79700000000001	100.0	0.00046144440477711665	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0116_000000015853	1510	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.2621001541300866		0	0	False	False	0.9993377327919006	0					non-mobilizable	other	1510.0	99.404	100.0	0.027335966088185212	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
SPA0128_000000024831	1507	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.26620544661510154		0	0	False	False	1.0	0					non-mobilizable	chromosome	1507.0	99.005	100.0	0.0004192504436788809	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0100_000000011537	1395	0.5132283137654816	4	2	1	2	0	False	33163	maximal	True	ISR0100_000000011537	1.0		103	11	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	85.809	75.0	0.0002689927862994933	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
AUS0004_000000014407	1389	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.025482320314107042		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	100.0	100.0	0.0004456162024510175	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
CHI0001_000000006948	1339	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.01000004732150438		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	94.09100000000001	99.0	0.000297105855144093	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0018_000000015783	1336	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.015465613658706188		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	98.141	100.0	0.004088349724249329	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0356_000000016316	1315	0.5132283137654816	3	2	1	2	0	False	23900	maximal	True	ISR0356_000000016316	1.0		39	7	False	False	0.9992395639419556	0					non-mobilizable	no_good_hit	103.0	81.553	8.0	0.0005747727035217891	NZ_GG663521.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld17, whole genome shotgun sequence	True	False
ENG0005_000000018720	1275	0.5132283137654816	3	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.015085515325340729		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	98.98	100.0	0.0003546647179594251	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0272_000000008172	1258	0.5132283137654816	3	2	1	2	0	False	26390	maximal	True	ISR0272_000000008172	1.0		1009	14	False	False	0.996820330619812	0					non-mobilizable	other	1261.0	97.145	100.0	0.0010781597118497994	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
MON0038_000000028931	1216	0.5132283137654816	2	2	1	2	0	False	129965	fragment	False	FIJ0121_000000010166	0.007617692431907864		0	0	False	False	0.9983552694320679	0					non-mobilizable	other	1216.0	98.109	100.0	0.0004330294467205021	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
FIJ0171_000000007094	2905	0.513227773474735	4	4	4	4	3	False	89274	maximal	True	FIJ0171_000000007094	0.9985585585585586		109	12	False	False	0.9996557831764221	0					non-mobilizable	no_good_hit	1182.0	76.227	40.0	0.00021014445264681814	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
SPA0052_000000010291	2775	0.513227711711941	4	4	4	4	4	False	89274	maximal	False	FIJ0171_000000007094	0.9760757314974182		0	0	False	False	0.9971171021461487	0					non-mobilizable	no_good_hit	1178.0	76.146	42.0	0.00020942230676143387	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ISR0153_000000013002	2176	0.5132260195011107	3	3	3	3	3	False	120334	maximal	True	ISR0153_000000013002	0.9710969503868911		137	8	False	False	0.998161792755127	0					non-mobilizable	other	1224.0	98.775	100.0	0.003508590739959779	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
USA0135_01_000000004907	3046	0.5132251863322437	4	3	3	3	2	True	41	fragment	False	USA0135_01_000000004907	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	97.426	9.0	6.77474135543003e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ISR0280_000000009556	1512	0.5132246106819326	2	2	2	2	2	False	81617	fragment	False	ISR0197_000000016885	0.9729496222183011		0	0	False	False	1.0	0					non-mobilizable	chromosome	1540.0	87.53200000000001	100.0	0.0005363657760524679	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0178_000000009430	1800	0.5132228862477635	2	2	2	2	2	False	47264	fragment	False	ISR0178_000000009430	1.0		0	0	False	False	0.9938889145851135	0					non-mobilizable	no_good_hit	789.0	99.113	44.0	0.006336085939196089	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0301_000000002415	6244	0.5132186796062747	8	5	3	5	2	False	85849	fragment	False	ISR0301_000000002415	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.020964360587002098	XM_003667618.1	budding yeasts	Naumovozyma dairenensis CBS 421 hypothetical protein (NDAI0A02650), partial mRNA	True	False
USA0034_01_000000019820	2739	0.513216864479622	4	2	1	2	1	False	106570	fragment	False	USA0034_01_000000019820	1.0		0	0	False	False	0.9934282302856445	0					non-mobilizable	no_good_hit								True	False
CHI0083_000000007812	1385	0.5132130808802129	2	2	1	2	1	True	84196	fragment	False	CHI0093_000000004939	0.9967485549132948		0	0	False	False	0.9942238330841064	0					non-mobilizable	other	1385.0	99.711	100.0	0.0004191235412062945	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
CHI0093_000000004939	1384	0.5132130808802129	2	2	1	2	1	True	84196	fragment	False	CHI0093_000000004939	0.9967509025270758		0	0	False	False	0.9790462255477905	0					non-mobilizable	other	1385.0	99.35	100.0	0.0004191235412062945	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
CHI0045_000000016034	1317	0.5132130808802129	2	2	1	2	1	True	87107	maximal	True	CHI0045_000000016034	1.0		116	10	False	False	1.0	0					non-mobilizable	no_good_hit	595.0	98.319	87.0	0.0001798839475986553	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	True
ISR0831_000000006093	2846	0.5132128574005029	3	3	3	3	3	False	81030	maximal	True	ISR0831_000000006093	0.9811781175523654		112	9	False	False	0.9964863061904907	0					non-mobilizable	chromosome	2788.0	99.785	99.0	0.0007793382252396527	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
FIJ0026_000000007531	4021	0.5132109654387214	6	5	3	3	3	False	75109	maximal	True	FIJ0026_000000007531	1.0		2	2	False	False	0.9858244061470032	0					non-mobilizable	no_good_hit	789.0	98.09899999999999	20.0	0.00035120178394441106	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
AST0153_000000006411	4656	0.5132091007453217	4	2	2	2	2	False	103504	maximal	True	AST0153_000000006411	1.0		5	4	False	False	0.998711347579956	0					non-mobilizable	no_good_hit	1325.0	83.01899999999999	30.0	0.0003912364226004931	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0089_000000006099	1453	0.5132049804305197	1	1	1	1	1	False	83864	fragment	False	USA0145_01_000000016748	0.9471238637905305		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	98.12200000000001	99.0	0.06662648367952523	NZ_WNCH01000039.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold39_size21568, whole genome shotgun sequence	False	False
ISR0026_000000011033	2038	0.5132042152358706	2	2	2	2	2	False	37297	fragment	False	ISR0026_000000011033	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2038.0	97.007	100.0	0.0005458819544342658	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0110_000000004506	3826	0.5132025374290431	4	3	3	2	2	False	47484	maximal	True	FIJ0110_000000004506	1.0		3	1	False	False	0.9984318017959595	0					non-mobilizable	no_good_hit	483.0	72.878	12.0	0.00010099862118655154	CP043010.1	high GC Gram+	Paenarthrobacter ureafaciens strain YL1 chromosome, complete genome	True	False
ISR0223_000000028018	1158	0.5132022743371493	2	2	2	2	1	True	27777	maximal	True	ISR0223_000000028018	1.0		573	10	False	False	1.0	0					non-mobilizable	other	1158.0	96.546	100.0	0.03108877901977644	NZ_SLUM01000032.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_132, whole genome shotgun sequence	False	True
USA0009_01_000000016484	1538	0.5132012190722868	4	3	2	2	0	True	24386	fragment	False	USA0009_01_000000016484	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	96.684	100.0	0.00041159657965116856	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0069_000000012083	2042	0.5131988985935158	4	2	2	2	2	True	112644	fragment	False	ISR0362_000000009069	0.7681926210868051		0	0	False	False	0.9916748404502869	0					non-mobilizable	chromosome	2042.0	99.559	100.0	0.0005469538875799394	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
SPA0083_000000007157	2322	0.5131958273614499	5	3	1	3	2	False	28657	maximal	True	SPA0083_000000007157	1.0		3	2	False	False	0.9995693564414978	0					non-mobilizable	no_good_hit	297.0	81.818	13.0	7.301665683074589e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
AST0118_000000024671	1267	0.5131958015169467	1	1	1	1	1	False	105725	maximal	True	AST0118_000000024671	1.0		5	3	False	False	0.9834254384040833	0					non-mobilizable	chromosome	1278.0	81.064	100.0	0.0006382615087473589	CP038865.1	firmicutes	Vagococcus sp. CF-49 chromosome, complete genome	False	False
ISR0369_000000013496	1263	0.5131958015169467	1	1	1	1	1	False	121019	maximal	False	ISR0228_000000018856	0.2839557226399332		0	0	False	False	0.9770388007164001	0					non-mobilizable	other	1263.0	97.941	100.0	0.017009920207030408	NZ_CYZN01000019.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0099_000000024810	1253	0.5131958015169467	1	1	1	1	1	False	18198	fragment	False	MAD0045_000000033090	0.9780092592592593		0	0	False	False	0.9984038472175598	0					non-mobilizable	other	1259.0	82.764	100.0	0.00250950585584773	NZ_DS562854.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_11, whole genome shotgun sequence	False	False
ISR0198_000000009991	3320	0.513192269909086	4	3	2	3	2	True	114498	maximal	True	ISR0198_000000009991	1.0		29	9	False	False	1.0	0					non-mobilizable	chromosome	2898.0	84.12700000000001	91.0	0.0009282767605590676	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0781_000000009956	2764	0.513192269909086	4	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.912700654978355		0	0	False	False	0.9989145994186401	0					non-mobilizable	other	1901.0	92.79299999999999	100.0	0.0005717525344233263	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0191_000000011231	2697	0.513192269909086	4	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.9074823325102798		0	0	False	False	0.9996291995048523	0					non-mobilizable	other	1867.0	93.465	100.0	0.0005615157855184326	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0033_000000013131	2685	0.513192269909086	4	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.9167151167618078		0	0	False	False	1.0	0					non-mobilizable	other	1805.0	94.01700000000001	100.0	0.0005428487728095088	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
SPA0129_000000010376	2623	0.513192269909086	4	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.9105835564976132		0	0	False	False	1.0	0					non-mobilizable	other	1765.0	94.67399999999999	100.0	0.0005308055388037516	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0198_000000007502	2545	0.513192269909086	3	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.9065578829034379		0	0	False	False	0.9996070861816406	0					non-mobilizable	other	1652.0	94.12799999999999	100.0	0.0004967834027374873	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0053_01_000000008093	2523	0.513192269909086	4	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.9059004397165151		0	0	False	False	1.0	0					non-mobilizable	other	1640.0	94.329	100.0	0.0004931704325357602	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0004_000000010969	2393	0.513192269909086	4	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.7813068999931708		0	0	False	False	1.0	0					non-mobilizable	chromosome	2409.0	84.475	100.0	0.0008337597405585075	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0159_000000011112	2337	0.513192269909086	3	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.7107570806846002		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	93.49	100.0	0.0004341585859075495	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
AST0087_000000016619	2219	0.513192269909086	3	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.30807276206413764		0	0	False	False	1.0	0					non-mobilizable	other	1857.0	94.777	100.0	0.0005585049770169933	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0082_01_000000014713	2030	0.513192269909086	3	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.3162655460768792		0	0	False	False	0.9995073676109314	0					non-mobilizable	other	1411.0	93.40899999999999	99.0	0.00042422291785279976	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
FIJ0052_000000014841	1994	0.513192269909086	3	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.3171008146327992		0	0	False	False	1.0	0					non-mobilizable	chromosome	2009.0	82.33	100.0	0.0006943350347794929	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0017_000000010087	1931	0.513192269909086	3	3	2	3	2	True	114492	fragment	False	FIJ0033_000000013131	0.266558170725635		0	0	False	False	0.998964250087738	0					non-mobilizable	chromosome	1946.0	80.37	99.0	0.0006723756436192981	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0270_000000001822	3513	0.5131920159355285	4	4	3	4	4	False	70068	maximal	True	ISR0270_000000001822	1.0		1	1	True	True	1.0	22					non-mobilizable	no_good_hit	2001.0	99.45	86.0	0.0005407716107882855	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0165_000000002179	8102	0.5131873856360636	9	6	5	4	5	False	127957	maximal	True	CHI0165_000000002179	1.0		1	1	False	False	0.9954332113265991	0					non-mobilizable	no_good_hit	4525.0	97.68	58.0	0.0010891626745182272	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
CAN0001_000000034780	1243	0.5131811401064229	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.10721731324886531		0	0	False	False	1.0	0					non-mobilizable	chromosome	1246.0	90.04799999999999	100.0	0.0004167035517750797	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0103_000000029437	1853	0.5131787660521294	4	4	4	3	2	False	8887	maximal	True	MON0103_000000029437	1.0		27	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0001_000000014696	3180	0.5131776337519705	2	2	2	2	2	False	97394	fragment	False	CAN0016_000000014950	0.9935986964235785		0	0	False	False	0.9959119558334351	0					non-mobilizable	other	3180.0	99.654	100.0	0.0009627122380742848	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ENG0079_000000010362	3178	0.5131776337519705	2	2	2	2	2	False	97394	fragment	False	CAN0016_000000014950	0.991155032349282		0	0	False	False	0.9974827170372009	0					non-mobilizable	other	3178.0	99.402	100.0	0.0009621065682170502	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0025_000000005545	6511	0.5131775679557292	7	7	4	4	6	False	73883	maximal	True	ISR0025_000000005545	1.0		1	1	False	False	0.9998463988304138	0					non-mobilizable	no_good_hit	1654.0	82.346	41.0	0.005895263372805226	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0028_000000014089	1380	0.5131763948745431	3	1	1	1	1	False	37182	fragment	False	ISR0028_000000014089	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	93.82700000000001	99.0	0.0004277601730702105	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0090_000000009096	2900	0.5131736472941663	3	3	3	3	2	False	103658	fragment	False	ISR0090_000000009096	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2848.0	100.0	98.0	0.09312442758079288	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
MAD0054_000000003315	3889	0.5131732265537369	3	3	3	1	1	False	17176	fragment	False	MAD0054_000000003315	1.0		0	0	False	False	0.9953715801239014	0					non-mobilizable	no_good_hit	3083.0	97.43799999999999	79.0	0.000921691807207211	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0818_000000012318	1517	0.5131728839043856	2	2	2	2	2	False	21345	fragment	False	ISR0818_000000012318	1.0		0	0	False	False	0.9920896291732788	0					non-mobilizable	other	1517.0	99.473	100.0	0.0003342876849828093	NZ_JAAQVO010000001.1	enterobacteria	Hafnia paralvei strain H.a110, whole genome shotgun sequence	False	False
MON0101_000000046423	1424	0.5131695829691166	2	2	2	2	2	False	9020	maximal	True	MON0101_000000046423	1.0		28	8	False	False	0.9992977380752563	0					non-mobilizable	no_good_hit	242.0	77.273	17.0	0.009478109137055837	NZ_ADFP01000050.1	bacteria	Pyramidobacter piscolens W5455 contig00050, whole genome shotgun sequence	True	False
TAN0001_000000013296	1185	0.5131688031163464	2	2	2	2	2	False	3087	maximal	True	TAN0001_000000013296	1.0		0	0	False	False	0.9915611743927002	0					non-mobilizable	no_good_hit	460.0	81.95700000000001	66.0	0.00013886304745395057	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
ETH0002_000000004567	6227	0.5131677593156445	9	5	5	5	4	True	119052	maximal	True	ETH0002_000000004567	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1137.0	78.1	39.0	0.0003134663755534291	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	True
MON0032_000000022141	1402	0.5131607525449935	2	2	2	2	1	True	12385	maximal	True	MON0032_000000022141	1.0		0	0	False	False	0.9308131337165833	0					non-mobilizable	no_good_hit	1207.0	99.171	86.0	0.002742922645487483	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	True	True
ISR0073_000000013349	2025	0.5131594714133554	2	2	2	2	1	False	34796	maximal	True	ISR0073_000000013349	1.0		5	5	False	False	0.9817283749580383	0					non-mobilizable	no_good_hit								True	False
MON0085_000000026261	1218	0.5131583593268052	2	2	2	2	0	False	9765	maximal	True	MON0085_000000026261	1.0		755	14	False	False	0.9794745445251465	0					non-mobilizable	other	1218.0	98.522	100.0	0.0033308244953814572	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0028_000000012458	1472	0.5131576321047457	3	3	3	3	2	False	65853	fragment	False	ENG0028_000000012458	1.0		0	0	False	False	0.9775815010070801	0					non-mobilizable	no_good_hit	44.0	97.727	3.0	0.0072256763569148045	NZ_LT629851.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
CHI0037_000000010173	1449	0.5131573308533108	2	2	2	2	2	False	87925	maximal	True	CHI0037_000000010173	1.0		41	9	False	False	1.0	0					non-mobilizable	chromosome	1449.0	100.0	100.0	0.00026844224153721	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
ISR0177_000000004096	5604	0.5131570792427684	7	5	0	2	4	True	102001	fragment	False	ISR0177_000000004096	1.0		0	0	False	False	0.9987508654594421	0					non-mobilizable	other	5175.0	99.845	99.0	0.0512373269377521	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ENG0211_000000004137	7765	0.5131547897437069	10	7	3	3	6	False	53673	maximal	True	ENG0211_000000004137	1.0		18	7	True	True	0.9989697337150574	13					non-mobilizable	no_good_hit	2126.0	81.138	56.0	0.3102281089036056	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
SPA0102_000000006476	5739	0.5131540227317066	4	3	2	3	2	False	105179	fragment	False	DEN0079_000000005641	0.7813358328967898		0	0	False	False	0.9998257756233215	0					non-mobilizable	other	5740.0	99.98299999999999	100.0	0.012686854217235023	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
FIJ0153_000000022593	1114	0.5131530212469877	2	1	1	1	1	False	39626	maximal	True	FIJ0153_000000022593	1.0		3	1	False	False	0.9964093565940857	0					non-mobilizable	no_good_hit								True	False
FIJ0128_000000009107	2815	0.5131503909344871	3	2	2	2	2	False	69567	fragment	False	FIJ0128_000000009107	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2815.0	97.975	100.0	0.03619401540665041	NZ_CYYU01000010.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0264_000000005220	2034	0.5131503909344871	3	2	2	2	2	False	26624	fragment	False	ISR0264_000000005220	1.0		0	0	False	False	0.9941002726554871	0					non-mobilizable	other	2015.0	97.866	99.0	0.025871301565181488	NZ_CYYU01000010.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0853_000000009186	1933	0.5131497729350207	2	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.9162450495479023		0	0	False	False	1.0	0					non-mobilizable	other	1940.0	91.598	100.0	0.03743222308288149	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
ISR0191_000000005461	1908	0.5131497729350207	2	1	1	1	1	False	49072	maximal	True	ISR0191_000000005461	0.9404825927578528		579	16	False	False	1.0	0					non-mobilizable	other	1913.0	95.975	100.0	0.036986831913245546	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
ISR0191_000000005505	1897	0.5131497729350207	2	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.9274411546902083		0	0	False	False	1.0	0					non-mobilizable	other	1904.0	92.542	100.0	0.03683191324554609	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
MON0077_000000025423	1723	0.5131497729350207	2	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.7854263182750353		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	92.19200000000001	100.0	0.03336560805577072	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
SPA0058_000000013252	2362	0.5131488120632123	3	3	3	3	3	False	6305	fragment	False	SPA0058_000000013252	1.0		0	0	False	False	0.9991532564163208	0					non-mobilizable	plasmid	1526.0	95.21600000000001	99.0	0.009204752867797266	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0316_000000002987	5409	0.5131463354555067	5	3	3	3	2	True	72561	maximal	True	ISR0316_000000002987	1.0		32	6	False	False	0.9966722130775452	0					non-mobilizable	no_good_hit	411.0	74.696	8.0	0.005045421218108837	NZ_SMGQ01000019.1	firmicutes	Natranaerovirga hydrolytica strain DSM 24176 Ga0244688_109, whole genome shotgun sequence	True	True
ISR0376_000000020230	1233	0.5131455742945676	2	2	2	2	2	False	23324	fragment	False	ISR0376_000000020230	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	99.838	100.0	0.004774037920830861	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0125_000000014755	1787	0.5131427729595719	3	2	1	2	2	False	58829	maximal	True	ENG0125_000000014755	1.0		1	1	False	False	0.9983212351799011	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	7.359792562309844e-06	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0150_000000008930	1908	0.5131418100775512	3	3	3	3	3	False	57156	maximal	True	ENG0150_000000008930	1.0		8	5	False	False	0.9858490824699402	0					non-mobilizable	no_good_hit	430.0	71.628	22.0	0.00013697888610750234	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MON0013_000000035692	1563	0.513137813305675	3	3	2	3	1	False	36690	fragment	False	ISR0037_000000014302	0.97579203815187		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	99.587	59.0	0.0009168719616760167	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
SPA0105_000000009053	2932	0.5131372411099074	5	4	3	4	2	True	4795	fragment	False	SPA0105_000000009053	1.0		0	0	False	False	0.9982946515083313	0					non-mobilizable	other	2932.0	99.079	100.0	0.0130264485810952	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0317_000000016899	1349	0.513127779723671	1	1	1	1	1	False	25150	maximal	True	ISR0317_000000016899	1.0		2	1	False	False	0.9584877490997314	0					non-mobilizable	no_good_hit	722.0	79.22399999999999	53.0	0.00021593380680158362	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0057_000000016912	1327	0.5131205711830321	2	1	1	1	1	False	35562	fragment	False	ISR0180_000000017101	0.6431159420289855		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	98.041	100.0	0.0006416174566400149	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ISR0096_000000005478	4536	0.5131204672785824	3	2	2	2	1	True	78263	maximal	True	ISR0096_000000005478	1.0		4	1	False	False	0.9953703880310059	0					non-mobilizable	no_good_hit	1499.0	89.193	33.0	0.0031231626921745803	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	True	True
ISR0819_000000006012	4021	0.5131148180188191	6	2	2	2	2	False	21326	maximal	True	ISR0819_000000006012	1.0		14	5	False	False	0.9952747821807861	0					non-mobilizable	no_good_hit	52.0	90.385	1.0	0.0007539917208752218	NZ_KB895393.1	firmicutes	Paenibacillus sanguinis 2301083 = DSM 16941 C557DRAFT_scaffold00018.18, whole genome shotgun sequence	True	False
USA0037_01_000000022915	1476	0.5131138231224753	2	1	1	1	1	False	103580	fragment	False	USA0037_01_000000022915	0.9569938875105236		0	0	False	False	0.9972899556159973	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000018578	1488	0.5131137871378233	3	3	3	2	1	False	63739	maximal	True	ENG0054_000000018578	1.0		3	2	False	False	0.9959677457809448	0					non-mobilizable	no_good_hit								True	False
ENG0095_000000009169	2980	0.5131038641851972	3	3	3	3	3	False	76239	maximal	True	ENG0095_000000009169	1.0		266	13	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	99.815	18.0	0.6440476190476191	GQ879377.1		Uncultured organism clone VC1C749TF genomic sequence	True	False
ENG0164_000000006673	2845	0.5131022369780626	3	3	2	2	2	False	106183	maximal	True	ENG0164_000000006673	1.0		17	6	False	False	0.9789103865623474	0					non-mobilizable	no_good_hit	1638.0	96.215	57.0	0.007322451791249737	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0141_000000011773	1950	0.5131008676233122	2	2	2	2	1	False	3459	maximal	True	SPA0141_000000011773	1.0		7	1	False	False	0.9994871616363525	0					non-mobilizable	chromosome	1950.0	98.71799999999999	100.0	0.0006356922440653775	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
ENG0036_000000012142	2002	0.5130915486180962	2	2	2	1	1	False	65305	maximal	True	ENG0036_000000012142	1.0		510	13	False	False	0.9860140085220337	0					non-mobilizable	other	2002.0	99.9	100.0	0.00038629641927736896	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
ENG0136_000000009661	1200	0.5130904858708333	1	1	1	1	1	False	96066	fragment	False	CHI0141_000000019848	0.7411961086800986		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	100.0	100.0	0.00036109432964448923	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
CAN0009_000000019195	1469	0.5130902736141297	1	1	1	1	1	False	94735	fragment	False	CAN0009_000000019195	1.0		0	0	False	False	0.9979577660560608	0					non-mobilizable	other	1469.0	99.932	100.0	0.00028417169467958187	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0109_000000010417	1822	0.5130893736474209	2	2	2	2	1	False	82776	maximal	True	CHI0109_000000010417	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0812_000000014716	2696	0.5130874794952622	4	4	3	4	2	True	78736	maximal	True	ISR0812_000000014716	0.9280923994038748		26	8	False	False	0.9955489635467529	0					non-mobilizable	no_good_hit	1189.0	85.45	44.0	0.0003562757230770899	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0049_000000012214	2431	0.5130834664812003	3	3	2	3	1	True	35990	maximal	True	ISR0049_000000012214	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	869.0	89.64299999999999	71.0	0.002790967181187529	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0009_000000035503	1136	0.5130819501243772	1	1	1	1	1	False	13765	maximal	True	MON0009_000000035503	1.0		0	0	False	False	0.8829225301742554	0					non-mobilizable	no_good_hit	90.0	94.444	8.0	0.0060377358490566035	NZ_SNXO01000045.1	firmicutes	Aminicella lysinilytica strain DSM 28287 Ga0310519_145, whole genome shotgun sequence	True	False
ISR0333_000000004514	4183	0.5130786787839685	2	2	2	2	1	True	55541	maximal	True	ISR0333_000000004514	1.0		342	10	False	False	0.9988046884536743	0					non-mobilizable	chromosome	4183.0	98.97200000000001	100.0	0.001120706103801718	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
FIJ0171_000000005136	4001	0.5130786787839685	2	2	2	2	1	True	55540	fragment	False	ISR0236_000000002128	0.7314724303444812		0	0	False	False	0.9997500777244568	0					non-mobilizable	other	3691.0	91.655	92.0	0.06944681820771378	NZ_JAAITU010000030.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_30_length_52659_cov_153.326, whole genome shotgun sequence	False	True
SPA0026_000000007398	3795	0.5130786787839685	2	2	2	2	1	True	55540	fragment	False	ISR0236_000000002128	0.8924089317466878		0	0	False	False	1.0	0					non-mobilizable	other	3795.0	99.97399999999999	100.0	0.018493604741849946	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	False	True
SPA0100_000000009229	3342	0.5130757628310549	4	3	3	3	3	False	4971	maximal	True	SPA0100_000000009229	1.0		11	7	False	False	0.9997007846832275	0					non-mobilizable	no_good_hit	1287.0	76.22399999999999	38.0	0.00044679742867550836	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
ENG0194_000000009487	2894	0.513072646231538	3	3	2	2	1	True	54529	maximal	True	ENG0194_000000009487	1.0		79	10	False	False	1.0	0					non-mobilizable	other	1753.0	79.064	100.0	0.0005403777604530587	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0119_000000012651	2479	0.513072646231538	3	3	2	2	1	True	32347	fragment	False	ISR0119_000000012651	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	79.79	100.0	0.0004993127838383185	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0001_000000019340	2225	0.513072646231538	3	3	2	2	1	True	76892	fragment	False	ISR0285_000000007486	0.9403050108932463		0	0	False	False	1.0	0					non-mobilizable	chromosome	2225.0	99.461	100.0	0.0005580379546102366	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	True
ENG0093_000000004329	2840	0.5130678247262771	4	4	3	3	3	False	61065	fragment	False	ENG0093_000000004329	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2840.0	99.965	100.0	0.0005246879640573035	CP032204.1	enterobacteria	Escherichia coli strain AR_0013 chromosome, complete genome	False	False
CAN0013_000000004343	5737	0.5130678094804154	4	4	3	4	3	False	93913	maximal	True	CAN0013_000000004343	1.0		5	3	False	False	0.994422197341919	0					non-mobilizable	other	5719.0	99.301	99.0	0.04644093694630927	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0251_000000012120	1429	0.5130633174504758	2	2	2	2	2	False	27156	fragment	False	ISR0251_000000012120	0.9953769559032717		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	100.0	100.0	0.007459918609571473	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ISR0359_000000014169	1899	0.5130623583173695	2	2	2	2	1	False	33913	fragment	False	ISR0359_000000014169	0.9696864968431408		0	0	False	False	0.9894681572914124	0					non-mobilizable	other	1807.0	98.506	99.0	0.027626929372351654	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	False	False
SPA0008_000000006911	4133	0.513059495166323	3	3	2	3	3	False	8180	maximal	True	SPA0008_000000006911	1.0		18	6	False	False	0.9992741346359253	0					non-mobilizable	other	4051.0	84.42399999999999	97.0	0.07930526935531351	KF704242.1	firmicutes	Streptococcus agalactiae strain 9056 vanG element, complete sequence; and RNA methyltransferase gene, partial sequence	False	False
SPA0115_000000002935	8528	0.5130586334948466	5	4	2	4	1	False	4403	maximal	True	SPA0115_000000002935	1.0		15	6	False	False	0.9984756112098694	0					non-mobilizable	no_good_hit	3058.0	76.39	35.0	0.0014818202247852588	CP000837.1	firmicutes	Streptococcus suis GZ1, complete genome	True	False
CAN0022_000000005192	5348	0.513054943611888	3	3	1	3	2	False	91353	maximal	True	CAN0022_000000005192	1.0		44	8	False	False	1.0	0					non-mobilizable	no_good_hit	3503.0	99.829	66.0	0.0006779082253187301	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
SPA0134_000000016998	1536	0.5130537436555639	2	2	2	2	1	False	3662	maximal	True	SPA0134_000000016998	1.0		1	1	False	False	0.9967448115348816	0					non-mobilizable	other	1539.0	85.965	100.0	0.00043138407684088586	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0038_000000001049	20615	0.513053332317755	22	13	10	10	7	False	38903	maximal	True	ISR0038_000000001049	1.0		4	4	False	False	0.9999514818191528	0					non-mobilizable	no_good_hit	7144.0	99.706	42.0	0.0020074113751625067	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0001_000000015890	1628	0.5130526694055102	2	2	2	2	1	False	20279	fragment	False	MAD0001_000000015890	1.0		0	0	False	False	0.998157262802124	0					non-mobilizable	chromosome	1628.0	98.771	100.0	0.0005741231037087929	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0007_000000006263	2723	0.5130492702843417	4	4	4	2	2	False	51592	maximal	True	FIJ0007_000000006263	1.0		23	4	False	False	1.0	0					non-mobilizable	chromosome	2255.0	99.29	100.0	0.00047026305939710356	CP056129.1	enterobacteria	Enterobacter roggenkampii strain RHBSTW-00925 chromosome, complete genome	False	False
ISR0013_000000007071	3389	0.5130443776045311	5	2	0	1	2	True	38116	maximal	True	ISR0013_000000007071	1.0		19	2	False	False	1.0	0					non-mobilizable	plasmid	3390.0	99.676	100.0	0.4199628022318661	AJ242480.2	firmicutes	Streptococcus thermophilus plasmid pSt0 ORF1, ORF2, ORF3, ORF4, ORF5 and ORF6 DNA	False	True
ISR0248_000000001643	2756	0.5130443776045311	4	2	0	1	2	True	27084	fragment	False	ISR0248_000000001643	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2757.0	99.855	100.0	0.34172349659020457	AJ242480.2	firmicutes	Streptococcus thermophilus plasmid pSt0 ORF1, ORF2, ORF3, ORF4, ORF5 and ORF6 DNA	False	True
SPA0145_000000017856	1942	0.5130440734713225	2	2	2	2	2	False	68722	fragment	False	SPA0145_000000017856	0.9849236297320235		0	0	False	False	1.0	0					non-mobilizable	chromosome	1942.0	98.713	100.0	0.0006256198584184549	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0189_000000005116	2668	0.5130403602566479	2	2	2	2	2	False	41435	fragment	False	ISR0189_000000005116	0.9950943396226415		0	0	False	False	0.9887556433677673	0					non-mobilizable	no_good_hit	98.0	96.939	4.0	3.836447117740562e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
CHI0045_000000003946	4759	0.5130376741278567	6	5	4	5	4	False	87188	maximal	True	CHI0045_000000003946	1.0		81	8	False	False	1.0	0					non-mobilizable	chromosome	3764.0	98.007	91.0	0.001488160718186204	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0086_000000002938	9693	0.5130368585862962	10	6	5	6	4	True	87279	fragment	False	ISR0772_000000000352	0.9460070025071916		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	100.0	1.0	0.13891625615763548	NZ_QYYA01000031.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_30, whole genome shotgun sequence	True	True
SPA0116_000000030031	1372	0.5130366808221689	1	1	1	1	1	False	41530	fragment	False	FIJ0120_000000017353	0.9258109040717737		0	0	False	False	0.9963557124137878	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	3.0	1.5343985858982634e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
DEN0022_000000017031	2342	0.5130363992047733	3	3	3	3	3	False	102283	maximal	True	DEN0022_000000017031	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	97.661	64.0	0.00029658263492010595	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0022_000000012793	2302	0.5130361133563637	3	3	3	2	1	False	50934	fragment	False	MON0022_000000012793	0.9911618315316		0	0	False	False	0.999565601348877	0					non-mobilizable	other	2286.0	71.085	97.0	0.008067410923093099	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	False	False
USA0117_01_000000010266	2140	0.5130361133563637	3	3	3	2	1	False	50934	fragment	False	MON0022_000000012793	0.9690709132215573		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	71.01899999999999	99.0	0.007617811392997125	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	False	False
ISR0334_000000013871	1549	0.5130324270684382	3	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.01167851077433636		0	0	False	False	0.9954809546470642	0					non-mobilizable	other	886.0	92.09899999999999	96.0	0.0018505469045682372	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0087_000000003982	6284	0.5130320817822344	5	5	5	5	4	False	65750	maximal	True	MAD0087_000000003982	1.0		62	5	False	False	0.9998408555984497	0					non-mobilizable	no_good_hit	273.0	79.487	4.0	0.0008071635004897397	NZ_BJYX01000002.1	high GC Gram+	Terrabacter aerolatus strain NBRC 106305 sequence02, whole genome shotgun sequence	True	False
FIJ0140_000000003214	7429	0.5130315621131736	7	7	5	7	7	False	44984	maximal	True	FIJ0140_000000003214	1.0		39	7	False	False	0.9998654127120972	0					non-mobilizable	other	5282.0	96.725	95.0	0.36660881638320025	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0279_000000008493	2460	0.513027915323324	5	4	4	3	2	False	26242	maximal	True	ISR0279_000000008493	1.0		355	14	False	False	0.995121955871582	0					non-mobilizable	chromosome	2329.0	97.896	100.0	0.0007322040223626393	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0019_000000012399	2349	0.5130268308550175	4	3	1	3	3	False	7760	maximal	True	SPA0019_000000012399	1.0		110	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0107_000000042726	1436	0.5130242486590013	2	2	2	2	2	False	8570	fragment	False	MON0107_000000042726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	828.0	75.242	57.0	0.006515413149143003	NZ_CABJCG010000019.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MON0104_000000023763	1912	0.5130227580669771	4	3	2	2	1	False	8803	maximal	True	MON0104_000000023763	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	439.0	98.861	41.0	0.003621301188084431	NZ_JAAIOD010000009.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_9_length_120951_cov_287.588, whole genome shotgun sequence	True	False
ISR0028_000000009844	1948	0.5130180955173151	1	1	1	1	1	False	37197	maximal	True	ISR0028_000000009844	1.0		3	3	False	False	0.9758726954460144	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	3.9771398820356205e-05	NZ_AUQY01000002.1	firmicutes	Peptoniphilus mikwangii strain ChDC B134 contig_1, whole genome shotgun sequence	True	False
ISR0052_000000007952	4017	0.5130149779358919	6	2	2	1	1	True	87037	maximal	True	ISR0052_000000007952	1.0		1	1	False	False	0.9982573986053467	0					non-mobilizable	no_good_hit	50.0	94.0	1.0	8.807611214066294e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
FIJ0171_000000007087	2908	0.5130149779358919	5	2	2	1	1	True	87038	maximal	True	FIJ0171_000000007087	1.0		3	3	False	False	0.9989683628082275	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	8.807611214066294e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
CHI0143_000000007647	2515	0.513014420580834	3	3	2	2	2	True	82418	maximal	True	CHI0143_000000007647	1.0		0	0	False	False	0.9848906397819519	0					non-mobilizable	plasmid	2516.0	99.126	100.0	0.03363967633031456	CP024242.1	enterobacteria	Escherichia coli O114:H49 strain 90-9280 plasmid unnamed2, complete sequence	False	True
DEN0028_000000021793	1437	0.5130123153033223	2	2	2	2	2	False	73923	maximal	True	DEN0028_000000021793	1.0		800	14	False	False	1.0	0					non-mobilizable	other	1438.0	81.363	99.0	0.034926962059159516	GU942950.1		Uncultured organism clone 7 genomic sequence	False	False
FIJ0023_000000004704	6144	0.513011468972917	8	8	4	5	7	True	80279	fragment	False	ENG0031_000000002550	0.2729064039408867		0	0	False	False	1.0	0					non-mobilizable	chromosome	6155.0	97.189	100.0	0.0013923543141263553	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
USA0005_01_000000009889	3594	0.513010995149408	6	3	2	3	2	False	2178	maximal	True	USA0005_01_000000009889	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2162.0	78.67699999999999	60.0	0.0003928438145556806	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
DEN0093_000000013850	2330	0.5130103594280251	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.34545760952104027		0	0	False	False	1.0	0					non-mobilizable	chromosome	2334.0	87.704	100.0	0.0007510016847578567	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0325_000000003580	4817	0.5130100472086894	7	6	2	3	5	False	124426	maximal	False	ISR0355_000000003047	0.8595415060528251		0	0	False	False	0.9993771910667419	0					non-mobilizable	no_good_hit	4212.0	99.359	89.0	0.044758827405879976	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
ISR0143_000000006981	4794	0.5130100472086894	7	6	2	3	5	False	124426	maximal	False	ISR0355_000000003047	0.8549678583149238		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4197.0	99.381	88.0	0.001255655462026447	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0102_000000005289	4774	0.5130100472086894	7	6	2	3	5	False	124426	maximal	False	ISR0355_000000003047	0.8580653238563657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4196.0	99.285	89.0	0.0012553562114396915	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0090_000000004856	4758	0.5130100472086894	7	6	2	3	5	False	124426	maximal	False	ISR0355_000000003047	0.8542613403723085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4197.0	99.333	88.0	0.001255655462026447	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
DEN0045_000000007122	4750	0.5130100472086894	7	6	2	3	5	False	124426	maximal	False	ISR0355_000000003047	0.8545793842746323		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4176.0	99.28200000000001	89.0	0.00124937119970458	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MON0037_000000016375	3807	0.5130098943172491	4	4	4	4	3	True	12131	maximal	True	MON0037_000000016375	1.0		36	8	False	False	0.995009183883667	0					non-mobilizable	no_good_hit	3016.0	72.447	78.0	0.003642857929764818	NZ_QSGP01000002.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf2, whole genome shotgun sequence	True	True
MON0012_000000052160	1127	0.5130082282991135	1	1	1	1	1	True	55936	fragment	False	MON0033_000000052805	0.9099015065876453		0	0	False	False	0.9946761131286621	0					non-mobilizable	no_good_hit								True	True
FIJ0083_000000009438	3660	0.5130054287877807	3	3	2	3	3	False	101228	maximal	True	FIJ0083_000000009438	1.0		117	7	False	False	1.0	0					non-mobilizable	no_good_hit	1678.0	99.762	46.0	0.10412268719731776	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0329_000000009622	1695	0.5130042915576555	1	1	1	1	1	False	112363	maximal	True	ISR0329_000000009622	1.0		4	3	False	False	0.9988200664520264	0					non-mobilizable	no_good_hit	1373.0	97.961	87.0	0.0003807254611193495	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0268_000000012773	1578	0.5130042915576555	2	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.45019059950897167		0	0	False	False	0.9955639839172363	0					non-mobilizable	other	1546.0	80.53	96.0	0.0007099477677985799	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
ENG0054_000000024458	1163	0.5130042915576555	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.2387460864109501		0	0	False	False	0.9991401433944702	0					non-mobilizable	other	1163.0	98.194	100.0	0.0003226863499786172	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0328_000000004040	6117	0.5130039860647017	11	11	2	5	10	True	116401	fragment	False	ISR0328_000000004040	0.9975324547981751		0	0	False	False	0.9998365044593811	0					non-mobilizable	plasmid	6126.0	99.67399999999999	100.0	0.18540380191306455	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
AST0040_000000002990	6111	0.5130039860647017	11	11	2	5	10	True	116401	fragment	False	ISR0328_000000004040	0.9974797350828669		0	0	False	False	1.0	0					non-mobilizable	plasmid	6123.0	99.72200000000001	100.0	0.18531299188763772	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
ISR0161_000000004603	6063	0.5130039860647017	11	11	2	5	10	True	116401	fragment	False	ISR0328_000000004040	0.9919857386323159		0	0	False	False	1.0	0					non-mobilizable	plasmid	6080.0	99.391	100.0	0.18401138152318683	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0019_000000002106	3500	0.5130034391992654	6	4	2	4	2	True	51442	fragment	False	FIJ0019_000000002106	0.9406175771971497		0	0	False	False	0.9957143068313599	0					non-mobilizable	no_good_hit	790.0	93.165	23.0	0.00023046481267925448	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0106_000000016526	2485	0.5130032578493758	2	2	2	2	1	False	114467	fragment	False	MON0106_000000016526	1.0		0	0	False	False	0.9959758520126343	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000008681	2642	0.5130025361755207	4	3	3	2	3	True	37454	maximal	True	ISR0024_000000008681	0.9732142857142857		26	4	False	False	0.9996215105056763	0					non-mobilizable	no_good_hit	1476.0	90.786	62.0	0.00044409425396229924	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0050_000000017315	1601	0.5130023815309211	2	2	2	2	2	False	71785	fragment	False	ENG0050_000000017315	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.0008842489588681613	NZ_BDAE01000032.1	g-proteobacteria	Pseudomonas luteola NBRC 103146, whole genome shotgun sequence	True	False
ENG0001_000000017751	1535	0.5130022889036849	3	2	1	1	2	False	69165	maximal	True	ENG0001_000000017751	1.0		49	10	False	False	0.9934853315353394	0					non-mobilizable	chromosome	1547.0	86.23100000000001	100.0	0.00036747743271737344	CP028530.1	firmicutes	Clostridioides difficile strain 020711 chromosome	False	False
MON0098_000000024262	1450	0.5130022889036849	2	2	1	1	2	False	78508	maximal	True	MON0098_000000024262	1.0		253	14	False	False	0.9427586197853088	0					non-mobilizable	no_good_hit	1143.0	77.865	77.0	0.0003322992173790714	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0046_000000026991	1298	0.5130022889036849	2	2	1	1	2	False	78506	fragment	False	MON0046_000000026991	0.9334169475472546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	79.435	78.0	0.0002655508294142326	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MON0050_000000032305	1271	0.5130022889036849	2	2	1	1	2	False	78506	fragment	False	MON0046_000000026991	0.9328101821593654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	80.455	82.0	0.0003035922560979692	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
ISR0783_000000011263	1244	0.5130022889036849	2	2	1	1	2	False	78506	fragment	False	MON0046_000000026991	0.7651267083938028		0	0	False	False	0.9983922839164734	0					non-mobilizable	chromosome	1173.0	78.687	93.0	0.0003414803900517552	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MON0093_000000039358	1198	0.5130022889036849	2	2	1	1	2	False	78506	fragment	False	MON0046_000000026991	0.4628678191178191		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	997.0	81.344	82.0	0.00025821806489391847	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
CHI0162_000000028273	1184	0.5130022889036849	2	2	1	1	2	False	78506	fragment	False	MON0046_000000026991	0.8846683927353941		0	0	False	False	0.9974662065505981	0					non-mobilizable	no_good_hit	1024.0	82.52	86.0	0.0002652889449670785	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0850_000000013758	1155	0.5130022889036849	2	2	1	1	2	False	78506	fragment	False	MON0046_000000026991	0.745806097042649		0	0	False	False	0.9991341829299927	0					non-mobilizable	no_good_hit	1004.0	79.482	86.0	0.00029202052436342636	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0036_000000010236	2177	0.5130020425105689	2	2	2	2	2	False	108435	fragment	False	CHI0043_000000003241	0.4746543778801843		0	0	False	False	1.0	0					non-mobilizable	other	2177.0	99.90799999999999	100.0	0.009283712119596057	NZ_NQCD01000048.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_3_length_234389_cov_82.3867_ID_5.ctg_1, whole genome shotgun sequence	False	False
FIJ0022_000000019530	1313	0.5130010405571086	1	1	1	1	1	False	49440	fragment	False	ISR0121_000000019318	0.986255572065379		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	99.772	100.0	0.0023823012448976628	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0160_000000004880	3503	0.5130007142542083	5	2	0	2	1	True	39349	maximal	True	FIJ0160_000000004880	1.0		26	5	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	73.137	18.0	0.0007992594203851621	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	True
ISR0315_000000004603	2054	0.5130001379397033	2	1	1	1	1	False	83400	fragment	False	ISR0315_000000004603	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2054.0	96.787	100.0	0.0014270233599483963	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
MON0082_000000017191	1991	0.5130001379397033	2	1	1	1	1	False	58094	fragment	False	ENG0135_000000010658	0.9636715336861791		0	0	False	False	0.9994977116584778	0					non-mobilizable	other	1991.0	99.95	100.0	0.00038542071576306815	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0139_000000013775	1918	0.5130001379397033	2	1	1	1	1	False	31306	maximal	True	ISR0139_000000013775	1.0		39	8	False	False	0.9984358549118042	0					non-mobilizable	no_good_hit	1648.0	99.757	86.0	0.0003603305589849311	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
ISR0301_000000010620	1768	0.5130001379397033	2	1	1	1	1	False	25559	maximal	True	ISR0301_000000010620	1.0		417	11	False	False	0.9988687634468079	0					non-mobilizable	other	1767.0	97.906	99.0	0.0007756323204143264	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ISR0112_000000023666	1579	0.5130001379397033	1	1	1	1	1	False	32618	fragment	False	ISR0112_000000023666	1.0		0	0	False	False	0.9968334436416626	0					non-mobilizable	other	1503.0	99.8	95.0	0.0682169134344627	NZ_QRUU01000060.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf60, whole genome shotgun sequence	False	False
ENG0149_000000007812	2877	0.5129943266791619	2	2	2	2	2	False	60043	maximal	True	ENG0149_000000007812	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2188.0	97.806	81.0	0.0009583415167924581	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
USA0081_01_000000022343	1363	0.5129891874931621	3	1	1	1	1	False	551	fragment	False	USA0081_01_000000022343	1.0		0	0	False	False	0.994864284992218	0					non-mobilizable	no_good_hit								True	False
ENG0042_000000010624	2484	0.512987121607578	3	3	3	2	2	False	64706	maximal	True	ENG0042_000000010624	1.0		202	13	False	False	1.0	0					non-mobilizable	no_good_hit	1336.0	81.811	54.0	0.0004131385526089015	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0133_000000004143	4220	0.5129858275541835	9	3	1	3	2	False	80810	maximal	True	CHI0133_000000004143	1.0		4	3	False	False	0.9988151788711548	0					non-mobilizable	no_good_hit	88.0	97.727	2.0	0.004545217073298156	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
TAN0016_000000003295	3122	0.5129854212876878	4	3	3	3	3	False	17720	maximal	True	TAN0016_000000003295	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	95.195	39.0	0.004950912964241199	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
ISR0245_000000002953	2120	0.5129851767682326	3	3	2	3	2	False	129965	fragment	False	FIJ0121_000000010166	0.37670680080465424		0	0	False	False	0.9995282888412476	0					non-mobilizable	chromosome	2120.0	97.736	100.0	0.0004715859977905117	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0007_000000001268	17588	0.5129834023051623	35	9	5	6	5	False	14009	maximal	True	MON0007_000000001268	1.0		4	1	False	False	0.9990334510803223	0					non-mobilizable	no_good_hit	4532.0	97.22	53.0	0.0013629930086015787	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0072_000000013461	1236	0.51298066964608	2	1	1	1	1	False	70253	fragment	False	DEN0072_000000013461	0.9739761092150171		0	0	False	False	0.9749190807342529	0					non-mobilizable	no_good_hit	1086.0	81.4	88.0	0.0005305268902535683	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
FIJ0023_000000020296	1662	0.512978762903136	2	2	2	2	1	False	49335	fragment	False	FIJ0023_000000020296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	679.0	74.669	40.0	0.002650633821455518	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0144_000000012030	1427	0.5129745622594165	1	1	1	1	1	False	57553	fragment	False	SPA0093_000000024723	0.9555924579882538		0	0	False	False	0.9957953691482544	0					non-mobilizable	other	1427.0	98.458	100.0	0.000378921042261388	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0085_000000005041	3999	0.5129727542026715	5	2	2	2	1	False	61486	maximal	True	ENG0085_000000005041	1.0		65	7	False	False	1.0	0					non-mobilizable	no_good_hit	2728.0	99.853	68.0	0.00436132986175528	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ENG0054_000000009705	2667	0.5129644340479711	4	3	2	3	2	False	63773	maximal	True	ENG0054_000000009705	1.0		234	12	False	False	1.0	0					non-mobilizable	no_good_hit	1384.0	99.928	52.0	0.0040380623140462086	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	False
CHI0143_000000017467	1140	0.5129638280355651	1	1	1	1	1	True	79891	fragment	False	SPA0017_000000010774	0.9419753086419753		0	0	False	False	0.9991227984428406	0					non-mobilizable	other	1053.0	94.96700000000001	99.0	0.00031673705435141615	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0293_000000001849	16606	0.512963763273067	17	8	6	8	1	True	102199	maximal	True	ISR0293_000000001849	1.0		30	4	False	False	1.0	0					non-mobilizable	virus	16610.0	98.405	100.0	0.4725581130679717	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	True
FIJ0036_000000034317	1278	0.5129624807883272	2	2	2	2	2	False	47891	maximal	True	FIJ0036_000000034317	1.0		49	4	False	False	0.9600939154624939	0					non-mobilizable	other	1222.0	71.44	95.0	0.009154529688914809	NZ_FNHB01000010.1	firmicutes	Dendrosporobacter quercicolus strain DSM 1736, whole genome shotgun sequence	False	False
ISR0153_000000019047	1523	0.5129606427577995	3	3	3	1	1	False	42721	fragment	False	ISR0073_000000017188	0.968502517724367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0309_000000006646	2708	0.512957547425097	4	2	2	2	1	False	102465	maximal	True	ISR0309_000000006646	1.0		7	4	False	False	0.9996307492256165	0					non-mobilizable	no_good_hit	323.0	75.542	15.0	9.566657329210502e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0131_000000016077	2042	0.5129541069295864	3	3	3	2	2	False	124932	fragment	False	ISR0131_000000016077	1.0		0	0	False	False	0.9985308647155762	0					non-mobilizable	other	1966.0	79.247	96.0	0.0046758165123397	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	False
ISR0283_000000006905	1943	0.5129521409170137	2	1	1	1	1	False	26115	maximal	False	ISR0347_000000010984	0.9597435716247806		0	0	False	False	1.0	0					non-mobilizable	other	1943.0	98.971	100.0	0.00037612413568436097	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0018_000000014495	1850	0.5129521409170137	2	1	1	1	1	False	49970	maximal	True	FIJ0018_000000014495	1.0		175	10	False	False	1.0	0					non-mobilizable	no_good_hit	1554.0	74.196	83.0	0.0003165336997851414	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
ITA0001_000000001715	1770	0.5129521409170137	2	1	1	1	1	False	26115	maximal	False	ISR0347_000000010984	0.478907867494824		0	0	False	False	1.0	0					non-mobilizable	other	1770.0	99.944	100.0	0.0003426177116506872	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0007_000000043837	1480	0.5129521409170137	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.5804563115311995		0	0	False	False	1.0	0					non-mobilizable	other	1481.0	95.949	100.0	0.028640588690937257	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
MON0100_000000031227	1480	0.5129521409170137	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.5804563115311995		0	0	False	False	1.0	0					non-mobilizable	other	1481.0	95.949	100.0	0.028640588690937257	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
MON0100_000000031231	1480	0.5129521409170137	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.5205310823321714		0	0	False	False	0.9993243217468262	0					non-mobilizable	other	1481.0	96.354	100.0	0.028640588690937257	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
MON0007_000000043841	1480	0.5129521409170137	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.5205310823321714		0	0	False	False	1.0	0					non-mobilizable	other	1481.0	96.354	100.0	0.028640588690937257	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
AST0012_000000003593	5003	0.5129514214449521	5	4	4	4	2	False	125573	maximal	True	AST0012_000000003593	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	3928.0	94.985	78.0	0.01872945128672523	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0029_000000022572	1207	0.512949015526175	2	2	2	1	1	False	7359	maximal	True	SPA0029_000000022572	1.0		1	1	False	False	0.9958574771881104	0					non-mobilizable	no_good_hit	182.0	79.12100000000001	15.0	7.709175632152402e-05	CP025931.1	CFB group bacteria	Porphyromonas gingivalis strain TDC 60 chromosome, complete genome	True	False
ISR0389_000000013207	1677	0.5129485754315408	3	1	1	1	1	False	126952	fragment	False	ISR0289_000000005085	0.20777575613325572		0	0	False	False	0.9964221715927124	0					non-mobilizable	other	1094.0	95.24700000000001	96.0	0.015613170487822299	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
USA0038_01_000000008286	1844	0.5129448750883082	3	3	3	1	2	False	1339	maximal	True	USA0038_01_000000008286	1.0		1407	15	False	False	1.0	0					non-mobilizable	other	1844.0	96.421	100.0	0.0005550432439823133	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0257_000000006996	2395	0.512944049286302	2	2	2	1	1	False	26816	maximal	True	ISR0257_000000006996	1.0		555	13	False	False	0.9749478101730347	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	1.184755589724903e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0070_000000005399	3346	0.5129437154394689	3	3	3	3	3	False	16382	fragment	False	MAD0070_000000005399	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	464.0	72.19800000000001	14.0	0.0001631532539751125	CP009823.1	g-proteobacteria	Xylella fastidiosa strain J1a12, complete genome	True	False
FIJ0020_000000016880	1258	0.5129420924485186	1	1	1	1	1	False	49738	maximal	True	FIJ0020_000000016880	1.0		50	9	False	False	0.9992051124572754	0					non-mobilizable	no_good_hit	967.0	98.656	77.0	0.00023684185363320552	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0138_000000017141	1117	0.5129420924485186	1	1	1	1	1	False	40451	fragment	False	FIJ0138_000000017141	1.0		0	0	False	False	0.9973142147064209	0					non-mobilizable	no_good_hit	837.0	98.686	75.0	0.0002049687263326706	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0057_000000009547	3250	0.5129389766419244	5	2	0	2	0	True	50959	maximal	True	FIJ0057_000000009547	1.0		0	0	False	False	0.9981538653373718	0					non-mobilizable	no_good_hit								True	True
FIJ0050_000000010244	2479	0.5129389766419244	4	2	0	2	0	True	50957	fragment	False	FIJ0050_000000010244	1.0		0	0	False	False	0.9834610819816589	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000023063	1935	0.5129389766419244	2	2	0	2	0	True	50956	fragment	False	FIJ0011_000000023063	1.0		0	0	False	False	0.9958656430244446	0					non-mobilizable	no_good_hit								True	True
FIJ0043_000000021190	1392	0.5129389766419244	2	2	0	2	0	True	47188	fragment	False	FIJ0043_000000021190	1.0		0	0	False	False	0.977011501789093	0					non-mobilizable	no_good_hit								True	True
MAD0047_000000015826	2713	0.5129380375954549	4	4	4	3	3	True	17671	maximal	True	MAD0047_000000015826	1.0		28	4	False	False	0.9907851219177246	0					non-mobilizable	no_good_hit	1283.0	84.723	79.0	0.012277889239807624	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
ISR0062_000000034138	1134	0.5129326526438869	2	2	2	2	2	False	35292	maximal	True	ISR0062_000000034138	1.0		17	5	False	False	0.9779541492462158	0					non-mobilizable	other	1135.0	93.744	100.0	0.0003458039255149322	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
SPA0139_000000024924	1137	0.5129324908464217	2	2	2	1	1	False	3504	maximal	True	SPA0139_000000024924	1.0		516	14	False	False	0.9991204738616943	0					non-mobilizable	other	1143.0	81.277	100.0	0.0003524743826098535	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0005_000000006555	4592	0.5129317330031916	3	3	3	3	2	False	76545	maximal	True	DEN0005_000000006555	1.0		219	13	False	False	0.9997822046279907	0					non-mobilizable	chromosome	4592.0	99.82600000000001	100.0	0.0008929722828483384	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ENG0101_000000007581	4020	0.5129262754540308	5	4	4	4	4	False	60510	maximal	True	ENG0101_000000007581	1.0		187	8	False	False	1.0	0					non-mobilizable	other	2635.0	98.52	92.0	0.033274801349183286	NZ_JAAIQH010000013.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_13_length_79159_cov_344.779, whole genome shotgun sequence	False	False
FIJ0021_000000027969	1715	0.5129262318273332	3	2	0	2	0	True	49601	fragment	False	FIJ0021_000000027969	1.0		0	0	False	False	0.9854227304458618	0					non-mobilizable	no_good_hit	44.0	95.455	3.0	1.1044165354295509e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
SPA0009_000000021924	1685	0.5129262318273332	3	2	0	2	0	True	49601	fragment	False	FIJ0021_000000027969	0.9912536443148687		0	0	False	False	0.9928783178329468	0					non-mobilizable	no_good_hit								True	True
ISR0151_000000012232	1680	0.5129262318273332	3	2	0	2	0	True	30761	maximal	True	ISR0151_000000012232	1.0		14	5	False	False	0.9750000238418579	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00016927050680843594	NC_047367.1	eudicots	Peltophorum pterocarpum voucher Yi14426-KUN plastid, complete genome	True	True
ISR0009_000000025883	1314	0.5129262318273332	2	2	0	2	0	True	38336	maximal	True	ISR0009_000000025883	1.0		0	0	False	False	0.8820395469665527	0					non-mobilizable	no_good_hit	249.0	98.795	19.0	6.645985503176138e-05	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	True
SPA0046_000000030579	1113	0.5129262318273332	2	2	0	2	0	True	6697	fragment	False	SPA0046_000000030579	1.0		0	0	False	False	0.9982030391693115	0					non-mobilizable	no_good_hit								True	True
ISR0385_000000010344	2154	0.5129258398531449	3	3	3	3	3	False	28810	maximal	True	ISR0385_000000010344	0.9920856610800746		209	12	False	False	0.9944289922714233	0					non-mobilizable	other	2136.0	98.689	99.0	0.050757197537027794	NZ_CYYV01000021.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0017_000000008787	3784	0.5129232790083174	5	4	3	3	4	False	68198	fragment	False	ISR0017_000000008787	0.9897612891374431		0	0	False	False	1.0	0					non-mobilizable	chromosome	3784.0	99.97399999999999	100.0	0.0007213354946067635	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
MON0081_000000004276	11507	0.5129212458522445	8	8	8	7	5	False	9997	maximal	True	MON0081_000000004276	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1669.0	90.833	14.0	0.00044672813845946055	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0013_000000000895	9613	0.5129201578163585	18	14	4	7	12	True	90876	fragment	False	CHI0004_000000000450	0.992486603804444		0	0	False	False	0.999687910079956	0					non-mobilizable	other	9431.0	99.89399999999999	98.0	0.1427922471229558	NZ_GL882609.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld8, whole genome shotgun sequence	False	True
ISR0132_000000013471	2093	0.5129191003174536	2	2	2	2	1	False	31595	maximal	True	ISR0132_000000013471	1.0		1	1	False	False	0.9732441306114197	0					non-mobilizable	no_good_hit	127.0	78.74	6.0	0.00020662796387151377	NZ_MRTP01000002.1	firmicutes	Paenibacillus rhizosphaerae strain FSL R5-0378 NODE_2_length_604952_cov_1.31433_ID_3962, whole genome shotgun sequence	True	False
DEN0007_000000005066	5593	0.5129125535011193	6	6	5	4	5	False	91237	maximal	True	DEN0007_000000005066	1.0		75	10	False	False	0.9996424317359924	0					non-mobilizable	other	3448.0	88.428	91.0	0.0010366213670455569	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0162_000000004382	7578	0.5129107813116387	8	6	5	5	3	False	30368	maximal	True	ISR0162_000000004382	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	1932.0	90.476	48.0	0.0005446177606874537	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CAN0015_000000001009	31261	0.5129103249016083	23	6	4	6	3	True	107834	fragment	False	CAN0015_000000001009	1.0		0	0	False	False	0.999936044216156	0					non-mobilizable	no_good_hit	15460.0	90.524	77.0	0.5488151996015086	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ENG0003_000000005521	4111	0.5129100629008516	5	4	3	4	2	True	85003	maximal	True	ENG0003_000000005521	1.0		7	6	False	False	0.9995135068893433	0					non-mobilizable	no_good_hit	382.0	74.346	9.0	0.0001691302110736109	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CHI0109_000000011927	1625	0.5129088190925255	3	3	3	2	2	False	82760	maximal	True	CHI0109_000000011927	1.0		215	11	False	False	0.9907692074775696	0					non-mobilizable	no_good_hit	846.0	99.291	52.0	0.0003086919243635375	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	True	False
FIJ0162_000000008109	2772	0.5129054650972379	2	2	2	2	2	False	39240	maximal	True	FIJ0162_000000008109	1.0		25	8	False	False	1.0	0					non-mobilizable	no_good_hit	1806.0	97.065	71.0	0.00027771649038977854	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	False
CHI0152_000000007468	1575	0.5128993516689304	1	1	1	1	1	False	79375	fragment	False	CHI0152_000000007468	0.9867830486252583		0	0	False	False	0.9834920763969421	0					non-mobilizable	other	1421.0	86.911	90.0	0.03686193012079491	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
MON0078_000000035976	1319	0.5128988885995381	3	2	2	1	1	False	10140	fragment	False	MON0078_000000035976	1.0		0	0	False	False	0.999241828918457	0					non-mobilizable	chromosome	1323.0	88.587	100.0	0.00036804311058282076	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0038_000000023131	1201	0.5128979649103098	3	3	3	2	2	False	65009	maximal	True	ENG0038_000000023131	1.0		156	12	False	False	0.9883430600166321	0					non-mobilizable	no_good_hit	100.0	80.0	8.0	0.00015529566212787077	NZ_FNVO01000003.1	high GC Gram+	Actinomadura echinospora strain DSM 43163, whole genome shotgun sequence	True	False
SPA0062_000000012512	2631	0.5128970356888924	3	2	1	1	2	False	6172	maximal	True	SPA0062_000000012512	1.0		86	8	False	False	1.0	0					non-mobilizable	other	2634.0	94.76100000000001	100.0	0.0073064836714525246	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	False	False
FIJ0119_000000003134	5220	0.5128920309326519	9	7	3	5	4	False	105132	fragment	False	FIJ0119_000000003134	1.0		0	0	False	False	0.9977011680603027	0					non-mobilizable	no_good_hit	1426.0	77.34899999999999	27.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0033_000000005229	5933	0.5128913761248912	7	7	7	7	7	False	48309	maximal	True	FIJ0033_000000005229	1.0		9	3	False	False	0.9974717497825623	0					non-mobilizable	no_good_hit	301.0	80.066	5.0	0.002079016830812023	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0123_000000007075	1939	0.5128875859573958	2	2	2	2	1	False	81713	maximal	True	CHI0123_000000007075	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1939.0	99.897	100.0	0.1010322177040976	NZ_JH604880.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld141, whole genome shotgun sequence	False	False
ISR0775_000000016757	1165	0.5128801222068028	2	1	1	1	1	False	22438	fragment	False	ISR0775_000000016757	0.9831560283687943		0	0	False	False	0.9965665340423584	0					non-mobilizable	no_good_hit	323.0	77.709	28.0	0.001131628487425175	NZ_DF158900.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0257_000000012408	1429	0.5128764059746352	2	1	1	1	1	False	26813	maximal	True	ISR0257_000000012408	1.0		1	1	False	False	0.9783065319061279	0					non-mobilizable	no_good_hit	428.0	94.86	30.0	0.07955821789591913	NZ_CABKPS010000027.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
DEN0094_000000022456	1701	0.5128732359597646	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.03160251991885424		0	0	False	False	1.0	0					non-mobilizable	other	1710.0	99.35700000000001	100.0	0.00519865303477835	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0084_000000033942	1119	0.5128722494528187	1	1	1	1	1	False	19464	fragment	False	MAD0014_000000030488	0.9588080631025415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0081_000000032244	1664	0.5128685918227641	2	2	1	2	1	False	127796	maximal	True	MON0081_000000032244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1154.0	99.04700000000001	69.0	0.005051125103039444	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
ISR0080_000000028452	1185	0.5128666738310743	2	2	2	2	2	False	34268	fragment	False	MAD0110_000000021879	0.9624012981880721		0	0	False	False	0.9940928220748901	0					non-mobilizable	no_good_hit	1038.0	73.314	85.0	0.0012651447646246634	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0009_000000030648	1414	0.5128646936493905	2	2	2	1	1	False	51520	maximal	True	FIJ0009_000000030648	1.0		11	4	False	False	0.9731258749961853	0					non-mobilizable	chromosome	1411.0	100.0	99.0	0.0002674522047735477	CP052544.1	enterobacteria	Klebsiella pneumoniae strain B16KP0102 chromosome, complete genome	False	False
ISR0200_000000012961	1890	0.5128618773669908	6	6	2	4	6	False	106038	fragment	False	ISR0397_000000008279	0.3096807916689088		0	0	False	False	1.0	0					non-mobilizable	other	1890.0	100.0	100.0	0.1256986957678999	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
CAN0017_000000005741	6531	0.5128600664581281	9	7	5	5	3	False	92565	maximal	True	CAN0017_000000005741	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	2157.0	99.305	38.0	0.0006002018303928732	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
CHI0024_000000009157	1394	0.5128575638383536	2	2	2	2	2	True	88999	maximal	True	CHI0024_000000009157	1.0		145	9	False	False	0.9949784874916077	0					non-mobilizable	no_good_hit	746.0	77.882	53.0	0.0015865471082449063	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
USA0005_01_000000013122	2576	0.5128573822399586	5	4	2	4	3	True	124250	fragment	False	ISR0071_000000003227	0.3555116606461579		0	0	False	False	0.9996117949485779	0		MOBV			mobilizable	other	2578.0	95.384	100.0	0.009092577041684015	NZ_LT699726.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	False	True
CAN0007_000000029376	1365	0.5128567899993015	2	2	2	2	2	False	95174	fragment	False	CAN0007_000000029376	1.0		0	0	False	False	0.9831501841545105	0					non-mobilizable	chromosome	1365.0	99.927	100.0	0.0003086076185356433	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
ISR0367_000000007403	1330	0.5128532985274634	2	1	1	1	1	False	23577	maximal	True	ISR0367_000000007403	1.0		98	12	False	False	1.0	0					non-mobilizable	chromosome	1119.0	98.213	100.0	0.0004989118099743984	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MAD0015_000000002236	6234	0.512850171736312	8	8	7	6	6	False	19447	fragment	False	MAD0015_000000002236	1.0		0	0	False	False	0.9982354640960693	0					non-mobilizable	no_good_hit	3189.0	83.255	70.0	0.0202089169373313	CP057091.1	enterobacteria	Escherichia coli strain RHB38-C10 plasmid pRHB38-C10_2, complete sequence	True	False
ENG0150_000000009265	1843	0.5128417411365019	3	3	3	2	1	False	91010	maximal	False	CHI0061_000000003955	0.9484770361287078		0	0	False	False	0.9848073720932007	0					non-mobilizable	chromosome	1843.0	98.37200000000001	100.0	0.000649637759021443	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0076_000000014679	1761	0.5128417411365019	3	3	3	2	1	False	91010	maximal	False	CHI0061_000000003955	0.9245151959761216		0	0	False	False	0.9863713979721069	0					non-mobilizable	chromosome	1727.0	98.205	98.0	0.0006090574535964207	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0816_000000016990	2359	0.5128378145543977	2	2	2	2	2	False	57737	backbone	True	ISR0816_000000016990	0.9997825141365811	PS251	15	6	True	True	1.0	3					non-mobilizable	no_good_hit	1188.0	71.128	57.0	0.003297306163078089	NZ_PKGT01000002.1	high GC Gram+	Alloscardovia omnicolens strain UMB0006 .21837_8_85.2, whole genome shotgun sequence	True	True
SPA0070_000000016883	1185	0.5128370357637092	2	1	1	1	1	False	5914	maximal	True	SPA0070_000000016883	1.0		0	0	False	False	0.9907172918319702	0					non-mobilizable	no_good_hit	974.0	98.76799999999999	82.0	0.04662094105232865	NZ_QSCB01000037.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf37, whole genome shotgun sequence	True	False
AST0047_000000007102	3012	0.5128349633260476	3	3	1	2	1	True	115434	maximal	True	AST0047_000000007102	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1725.0	97.101	60.0	0.0007607554394234683	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	True
ISR0056_000000008870	2401	0.5128336104693768	5	3	1	3	2	False	35643	maximal	True	ISR0056_000000008870	1.0		24	8	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	94.52600000000001	55.0	0.00013162937167802456	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0352_000000001116	6625	0.5128319298551242	6	6	2	5	6	False	24066	maximal	True	ISR0352_000000001116	1.0		113	12	False	False	0.9998490810394287	0					non-mobilizable	chromosome	6625.0	99.351	100.0	0.0012962838297985594	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
FIJ0085_000000007964	3823	0.5128312017459813	4	2	2	1	2	False	47506	fragment	False	FIJ0139_000000005541	0.5864730550957638		0	0	False	False	0.9979074001312256	0					non-mobilizable	other	3671.0	95.859	96.0	0.0189521264379815	NZ_JXQL01000088.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig88, whole genome shotgun sequence	False	False
DEN0093_000000009057	3529	0.5128274219868293	6	1	1	1	1	False	68503	fragment	False	DEN0093_000000009057	1.0		0	0	False	False	0.9974496960639954	0					non-mobilizable	no_good_hit	47.0	95.745	1.0	2.7514199719594417e-05	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
AST0104_000000009815	3333	0.5128260824010147	4	4	4	4	4	False	107989	maximal	True	AST0104_000000009815	1.0		30	10	False	False	0.9867987036705017	0					non-mobilizable	no_good_hit	128.0	76.562	4.0	3.129497074677372e-05	NZ_CP053086.1	a-proteobacteria	Pelagibacterium halotolerans strain ANSP101 chromosome, complete genome	True	False
ENG0131_000000017351	1513	0.5128227745241567	2	2	2	2	2	False	58348	maximal	True	ENG0131_000000017351	1.0		14	8	False	False	0.9841374754905701	0					non-mobilizable	other	1511.0	99.537	99.0	0.0006087229596997181	CP008885.1	high GC Gram+	Bifidobacterium longum strain BXY01, complete genome	False	False
FIJ0064_000000015604	1693	0.5128218089581235	3	2	2	1	0	False	45479	maximal	True	FIJ0064_000000015604	1.0		6	1	False	False	0.9940932989120483	0					non-mobilizable	chromosome	860.0	95.116	100.0	0.00018983617560892235	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0228_000000001961	9785	0.5128177256039902	6	5	4	5	3	False	50544	maximal	True	ISR0228_000000001961	1.0		1	1	False	False	0.9969340562820435	0					non-mobilizable	no_good_hit	1641.0	74.467	17.0	0.00046332875717631117	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ISR0059_000000005019	3188	0.5128172924277842	4	3	3	1	1	False	48883	fragment	False	ISR0059_000000005019	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1221.0	76.577	38.0	0.00030450747056638895	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
DEN0073_000000023465	2219	0.5128150031656874	3	2	2	2	1	False	70161	maximal	True	DEN0073_000000023465	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	99.072	24.0	0.00018278100966463083	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
SPA0052_000000020598	1305	0.5128056837788098	2	2	2	2	2	False	6509	maximal	True	SPA0052_000000020598	1.0		10	5	False	False	0.992337167263031	0					non-mobilizable	other	1305.0	99.00399999999999	100.0	0.017589058095148172	NZ_SMBP01000016.1	firmicutes	Longicatena caecimuris strain DSM 29481 Ga0244710_116, whole genome shotgun sequence	False	False
ISR0128_000000020191	1756	0.5128025461783313	1	1	1	1	1	False	86203	maximal	True	ISR0128_000000020191	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1512.0	71.098	85.0	0.0002306998464588505	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
CHI0144_000000010790	1538	0.5128025461783313	1	1	1	1	1	False	86202	fragment	False	CHI0144_000000010790	0.9924645390070923		0	0	False	False	0.9804941415786743	0					non-mobilizable	other	1416.0	71.257	91.0	0.00021641694883151925	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
ISR0320_000000017416	1504	0.5128025461783313	1	1	1	1	1	False	86202	fragment	False	CHI0144_000000010790	0.9880650587020078		0	0	False	False	1.0	0					non-mobilizable	other	1512.0	71.098	99.0	0.0002306998464588505	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
CHI0055_000000011310	1504	0.5128025461783313	1	1	1	1	1	False	86202	fragment	False	CHI0144_000000010790	0.9884936225548516		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	71.257	93.0	0.00021641694883151925	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	False	False
MON0101_000000052851	1262	0.5128025461783313	1	1	1	1	1	False	9004	fragment	False	MON0101_000000052851	1.0		0	0	False	False	0.9389857649803162	0					non-mobilizable	no_good_hit	247.0	91.09299999999999	32.0	8.568034602166409e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ENG0085_000000008172	2177	0.5128025028496594	2	1	1	1	1	False	61479	maximal	True	ENG0085_000000008172	1.0		54	8	False	False	0.9825447797775269	0					non-mobilizable	other	2180.0	86.835	99.0	0.08174468885128784	NZ_QREV01000062.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold62, whole genome shotgun sequence	False	False
ENG0043_000000015880	2158	0.5128025028496594	2	1	1	1	1	False	64603	fragment	False	ENG0043_000000015880	0.9674210464812458		0	0	False	False	0.9995366334915161	0					non-mobilizable	other	2158.0	95.459	100.0	0.0005731645779507812	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0135_000000010658	2082	0.5128025028496594	2	1	1	1	1	False	58094	fragment	False	ENG0135_000000010658	0.9956617163391912		0	0	False	False	1.0	0					non-mobilizable	other	2079.0	99.95200000000001	99.0	0.00040246444590736464	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0080_000000025802	2069	0.5128025028496594	2	1	1	1	1	False	10050	maximal	True	MON0080_000000025802	1.0		37	7	False	False	0.9946834444999695	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	3.1957941025396684e-06	CP045997.1	CFB group bacteria	Spirosoma sp. I-24 chromosome	True	False
MON0088_000000016188	1972	0.5128025028496594	2	1	1	1	1	False	9635	maximal	True	MON0088_000000016188	1.0		23	3	False	False	0.9929006099700928	0					non-mobilizable	no_good_hit	91.0	98.90100000000001	9.0	0.00031194759280440883	NZ_LT891956.1	firmicutes	Selenomonas felix strain Marseille-P3560, whole genome shotgun sequence	True	False
FIJ0081_000000019753	1816	0.5128025028496594	2	1	1	1	1	False	44255	maximal	True	FIJ0081_000000019753	1.0		205	14	False	False	1.0	0					non-mobilizable	chromosome	1825.0	84.274	100.0	0.0004838973422725409	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0227_000000015001	1753	0.5128025028496594	2	1	1	1	1	False	95832	maximal	True	ISR0227_000000015001	0.9689670990842213		481	13	False	False	0.9897319078445435	0					non-mobilizable	other	1753.0	97.83200000000001	100.0	0.002426737326461271	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CHI0066_000000006426	1700	0.5128025028496594	2	1	1	1	1	False	85202	maximal	True	CHI0066_000000006426	0.9965425674341184		319	11	False	False	0.9652941226959229	0					non-mobilizable	chromosome	1681.0	100.0	100.0	0.00036755029696094977	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0265_000000010142	1676	0.5128025028496594	1	1	1	1	1	False	26601	fragment	False	MON0073_000000002636	0.9529796513688279		0	0	False	False	1.0	0					non-mobilizable	other	1676.0	99.94	100.0	0.0003244119089965523	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0070_000000020935	1636	0.5128025028496594	1	1	1	1	1	False	10445	fragment	False	MON0070_000000020935	1.0		0	0	False	False	0.97555011510849	0					non-mobilizable	chromosome	1588.0	75.315	95.0	0.0002489173847824253	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0026_000000014055	1619	0.5128025028496594	1	1	1	1	1	False	85202	maximal	False	CHI0066_000000006426	0.9753451884550639		0	0	False	False	0.9783816933631897	0					non-mobilizable	other	1619.0	99.75299999999999	100.0	0.0017338971535367001	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
AUS0022_000000021294	1598	0.5128025028496594	1	1	1	1	1	False	99122	fragment	False	AUS0022_000000021294	0.9510664993726474		0	0	False	False	1.0	0					non-mobilizable	chromosome	1598.0	99.374	100.0	0.0002461586837215432	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0228_000000017624	1543	0.5128025028496594	1	1	1	1	1	False	85202	maximal	False	CHI0066_000000006426	0.9543755805607523		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	100.0	100.0	0.0016524532822951741	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0104_000000010389	3432	0.5127993607885913	9	2	2	2	2	False	78151	fragment	False	SPA0104_000000010389	1.0		0	0	False	False	0.9918414950370789	0					non-mobilizable	no_good_hit								True	False
SPA0040_000000024433	1738	0.5127993607885913	5	2	2	2	2	False	6949	fragment	False	SPA0040_000000024433	1.0		0	0	False	False	0.9902186393737793	0					non-mobilizable	no_good_hit								True	False
CHI0167_000000012902	1675	0.5127993607885913	5	2	2	2	2	False	78150	fragment	False	CHI0167_000000012902	1.0		0	0	False	False	0.9522387981414795	0					non-mobilizable	no_good_hit	87.0	100.0	5.0	0.0044179595191616156	NZ_VULP01000042.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq42, whole genome shotgun sequence	True	False
MON0050_000000030169	1345	0.5127959780336703	2	2	2	2	2	False	11307	fragment	False	MON0050_000000030169	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1345.0	99.331	100.0	0.00027217596175927735	CP057626.1	enterobacteria	Escherichia coli strain RHB20-C17 chromosome, complete genome	False	False
ISR0355_000000005878	3137	0.512794167193279	5	2	2	2	2	False	23965	fragment	False	ISR0355_000000005878	1.0		0	0	False	False	0.9939432740211487	0					non-mobilizable	no_good_hit	69.0	86.95700000000001	2.0	3.100750798211931e-05	LR594036.1	firmicutes	Streptococcus porcinus strain NCTC10710 genome assembly, chromosome: 1	True	False
ISR0363_000000001190	11945	0.5127922061454329	12	9	9	8	7	False	53250	maximal	True	ISR0363_000000001190	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	7555.0	98.78200000000001	63.0	0.11979761451592437	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
USA0044_01_000000006647	4432	0.5127906343673663	5	4	4	4	3	False	75774	maximal	False	DEN0011_000000008932	0.9967466905990576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	99.34299999999999	89.0	0.000368247273198594	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0023_000000006591	4216	0.5127905806824177	1	1	1	1	1	False	37552	fragment	False	ISR0023_000000006591	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4216.0	95.51700000000001	99.0	0.0011986335463794952	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0105_000000021072	1771	0.5127897060492352	2	2	2	2	2	False	14807	maximal	True	MAD0105_000000021072	1.0		31	9	False	False	0.9983060359954834	0					non-mobilizable	no_good_hit	865.0	80.462	49.0	0.013692516139316172	NZ_CABMGA010000016.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0804_000000009405	2025	0.5127894424807448	4	3	2	2	2	False	21817	maximal	True	ISR0804_000000009405	1.0		1	1	False	False	0.9866666793823242	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	2.208910468716996e-05	NZ_LXYT01000001.1	a-proteobacteria	Bartonella apis strain PEB0149 NODE_1_len_1448678_cov_97_6187_ID_1.8, whole genome shotgun sequence	True	False
CHI0052_000000002401	6028	0.5127892813556518	6	4	4	4	4	False	86528	maximal	True	CHI0052_000000002401	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	84.149	32.0	0.00028981222878513165	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
SPA0074_000000007202	3425	0.5127870017404065	3	3	3	3	2	False	77008	maximal	True	SPA0074_000000007202	1.0		8	4	False	False	0.9964963793754578	0					non-mobilizable	other	1192.0	93.289	97.0	0.001304364070319179	NZ_JH976467.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.3, whole genome shotgun sequence	False	False
ISR0034_000000003440	5585	0.5127830463798915	5	4	4	3	4	False	121648	maximal	True	ISR0034_000000003440	1.0		31	9	False	False	0.9949865937232971	0					non-mobilizable	no_good_hit	173.0	75.723	3.0	7.842423893684575e-05	NC_002932.3	green sulfur bacteria	Chlorobaculum tepidum TLS, complete sequence	True	False
ISR0051_000000003021	12987	0.5127823493778821	19	11	6	7	7	True	106873	maximal	True	ISR0051_000000003021	1.0		49	5	False	False	0.9999229907989502	0					non-mobilizable	no_good_hit	979.0	96.323	21.0	0.00027818310592291084	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0137_000000007667	3535	0.5127798056267767	4	4	4	4	3	False	113124	fragment	False	ISR0176_000000008575	0.9366143459221948		0	0	False	False	0.999717116355896	0					non-mobilizable	no_good_hit	1749.0	79.245	49.0	0.01120329281625828	NZ_JAAIPV010000006.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_6_length_155490_cov_78.5241, whole genome shotgun sequence	True	False
ISR0368_000000002705	4379	0.5127772557555269	3	3	3	3	1	True	91900	fragment	False	ISR0368_000000002705	1.0		0	0	False	False	0.9984014630317688	0					non-mobilizable	other	2744.0	94.42399999999999	100.0	0.0009522651473040578	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0090_000000006333	3850	0.5127772557555269	3	3	3	3	1	True	91899	fragment	False	ISR0334_000000004784	0.9675810147219783		0	0	False	False	1.0	0					non-mobilizable	other	2619.0	95.991	99.0	0.0009088382434685936	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0021_000000006016	3724	0.5127772557555269	3	3	3	3	1	True	91899	fragment	False	ISR0334_000000004784	0.9674220361839924		0	0	False	False	1.0	0					non-mobilizable	other	3107.0	93.499	99.0	0.0010745553085047248	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0006_000000005352	3597	0.5127772557555269	3	3	3	3	1	True	91899	fragment	False	ISR0334_000000004784	0.9484286610858688		0	0	False	False	0.9997220039367676	0					non-mobilizable	other	2797.0	94.208	100.0	0.0009692884936075598	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0002_000000005904	3501	0.5127772557555269	3	3	3	3	1	True	91899	fragment	False	ISR0334_000000004784	0.8079394715265075		0	0	False	False	0.9977149367332458	0					non-mobilizable	other	2797.0	96.425	100.0	0.0009692884936075598	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0107_000000009089	3423	0.5127772557555269	3	3	3	3	1	True	91899	fragment	False	ISR0334_000000004784	0.6633827980411992		0	0	False	False	1.0	0					non-mobilizable	other	2618.0	98.281	99.0	0.0009088382434685936	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
MAD0087_000000008046	3394	0.5127772557555269	3	3	3	3	1	True	27273	maximal	True	MAD0087_000000008046	0.96050214329455		19	3	False	False	0.9976428747177124	0					non-mobilizable	chromosome	3384.0	92.228	100.0	0.00090363964180282	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0239_000000004154	3266	0.5127772557555269	3	3	3	3	1	True	27273	maximal	False	MAD0087_000000008046	0.9431349440188568		0	0	False	False	1.0	0					non-mobilizable	chromosome	3265.0	93.262	99.0	0.0008741614802967968	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0142_000000009867	3161	0.5127772557555269	3	3	3	3	1	True	57695	maximal	False	SPA0011_000000005929	0.9250366032210835		0	0	False	False	1.0	0					non-mobilizable	other	3117.0	82.00200000000001	98.0	0.03401465314294515	NZ_SMMX01000013.1	firmicutes	Extibacter muris strain DSM 28560 NODE_13_length_90902_cov_80.512751, whole genome shotgun sequence	False	True
MAD0017_000000002255	1777	0.5127754256407007	4	2	1	1	2	False	19376	maximal	True	MAD0017_000000002255	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1777.0	99.944	100.0	0.0003388034705226673	FN554766.1	enterobacteria	Escherichia coli 042 complete genome	False	False
MON0005_000000003722	9417	0.5127748205060795	14	7	4	6	5	False	42162	maximal	True	MON0005_000000003722	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	85.882	1.0	0.001618602080495845	NZ_FUWW01000014.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
FIJ0113_000000003791	6256	0.5127729058996587	7	3	3	3	1	True	41965	fragment	False	FIJ0113_000000003791	1.0		0	0	False	False	0.9998401403427124	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	9.938091535668979e-05	NZ_JH767523.1	g-proteobacteria	Catenovulum agarivorans YM01 Scaffold2, whole genome shotgun sequence	True	True
MON0025_000000025573	1619	0.5127723002339868	3	3	2	2	1	False	12805	maximal	True	MON0025_000000025573	1.0		742	15	False	False	1.0	0					non-mobilizable	other	1620.0	93.45700000000001	100.0	0.00048684773468273755	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0070_000000010956	1206	0.5127698971368508	1	1	1	1	1	False	84940	fragment	False	ISR0399_000000014481	0.961916461916462		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	100.0	100.0	0.00043466702161467437	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	False	False
FIJ0087_000000002271	10241	0.5127696717204258	17	7	6	6	5	False	43767	maximal	True	FIJ0087_000000002271	1.0		1	1	False	False	0.9989258646965027	0					non-mobilizable	no_good_hit	56.0	85.714	1.0	1.4089762222216423e-05	CP038255.1	a-proteobacteria	Terasakiella sp. SH-1 chromosome, complete genome	True	False
ISR0154_000000016162	1283	0.5127680595502372	3	3	3	3	2	False	30616	maximal	True	ISR0154_000000016162	1.0		10	5	False	False	0.9797350168228149	0					non-mobilizable	chromosome	1283.0	98.12899999999999	100.0	0.0003504609025598408	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
FIJ0142_000000016828	2086	0.512766853709071	4	4	4	3	3	False	104632	maximal	True	FIJ0142_000000016828	1.0		10	6	False	False	0.9995205998420715	0					non-mobilizable	other	2086.0	99.95200000000001	100.0	0.019260258281449186	NZ_CABJDM010000012.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
DEN0073_000000030761	1722	0.512766853709071	4	4	4	3	3	False	104631	fragment	False	DEN0070_000000020404	0.7322622796395919		0	0	False	False	0.9994192719459534	0					non-mobilizable	other	1722.0	99.94200000000001	100.0	0.01589779592440002	NZ_CABJDM010000012.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
MON0058_000000018699	2554	0.5127662070188329	3	3	3	3	3	False	53082	maximal	True	MON0058_000000018699	1.0		10	4	False	False	0.994909942150116	0					non-mobilizable	other	2602.0	75.749	99.0	0.010285774026611122	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	False	False
ISR0231_000000005756	2872	0.5127646014372771	5	4	2	2	3	False	62358	fragment	False	ISR0231_000000005756	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	387.0	79.587	13.0	0.00012824236932657945	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0031_000000020799	1181	0.5127623885182218	2	2	2	2	1	False	36984	maximal	True	ISR0031_000000020799	1.0		569	11	False	False	1.0	0					non-mobilizable	other	1200.0	91.25	100.0	0.003679126107656701	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
FIJ0045_000000015461	1530	0.5127614410598449	4	2	1	1	0	False	47046	maximal	True	FIJ0045_000000015461	1.0		39	2	False	False	0.9973856210708618	0					non-mobilizable	no_good_hit								True	False
ENG0051_000000007665	3529	0.5127604245126729	3	3	2	3	2	False	67539	maximal	True	ENG0051_000000007665	1.0		414	12	False	False	1.0	0					non-mobilizable	chromosome	3529.0	100.0	100.0	0.0007718556236179945	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
MAD0068_000000011068	2473	0.5127588390357406	4	4	3	3	3	False	81915	fragment	False	MAD0068_000000011068	0.9589211618257262		0	0	False	False	0.9911039471626282	0					non-mobilizable	no_good_hit								True	False
USA0111_01_000000011700	2151	0.5127573828066316	3	3	3	2	2	False	304	maximal	True	USA0111_01_000000011700	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0023_000000026422	1316	0.5127559088067647	3	2	2	2	2	True	49308	fragment	False	FIJ0023_000000026422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	607.0	78.748	46.0	0.00016717485601301852	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ETH0004_000000009100	3124	0.5127546041881674	3	2	2	1	2	False	52922	maximal	True	ETH0004_000000009100	1.0		15	5	False	False	0.9868757724761963	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000033064	1178	0.5127522826623921	2	2	2	1	1	False	6618	maximal	True	SPA0101_000000033064	0.999140154772141		79	8	False	False	0.990662157535553	0					non-mobilizable	no_good_hit	862.0	74.24600000000001	72.0	0.00015477789917101974	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
FIJ0002_000000015705	2269	0.5127495087305061	3	2	2	2	0	True	55938	maximal	True	FIJ0002_000000015705	1.0		8	1	False	False	0.9995592832565308	0					non-mobilizable	no_good_hit								True	True
ISR0149_000000005549	2831	0.5127494136112277	2	2	1	2	2	False	30876	maximal	True	ISR0149_000000005549	1.0		381	14	False	False	1.0	0					non-mobilizable	plasmid	1673.0	95.51700000000001	99.0	0.014491873796680137	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0149_000000005554	2829	0.5127494136112277	2	2	1	2	2	False	41188	fragment	False	ISR0149_000000005554	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1652.0	82.264	96.0	0.014205678802490764	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
TAN0006_000000006063	2103	0.5127486079042164	3	1	1	1	1	False	73329	maximal	True	TAN0006_000000006063	1.0		1	1	False	False	0.9638611674308777	0					non-mobilizable	no_good_hit	1445.0	95.43299999999999	69.0	0.0006198039376436033	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
MON0078_000000034833	1360	0.5127472021835912	2	2	2	2	1	False	46733	fragment	False	FIJ0048_000000023792	0.9723582925122464		0	0	False	False	0.9985294342041016	0					non-mobilizable	no_good_hit	886.0	75.395	64.0	0.00030632231552756673	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0219_000000012378	2685	0.512745884631604	4	4	4	3	1	True	91890	maximal	True	ISR0219_000000012378	0.9856811145510835		88	7	False	False	1.0	0					non-mobilizable	other	2433.0	83.025	90.0	0.007908292587202171	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
CAN0020_000000014298	2584	0.512745884631604	4	4	4	3	1	True	91890	maximal	False	ISR0219_000000012378	0.9674115456238361		0	0	False	False	0.9992260336875916	0					non-mobilizable	other	2433.0	82.984	94.0	0.007908292587202171	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
AST0087_000000020436	1809	0.5127456390472298	2	2	2	2	1	True	110905	maximal	True	AST0087_000000020436	1.0		173	10	False	False	1.0	0					non-mobilizable	no_good_hit	1131.0	100.0	63.0	0.0009435214726282751	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	True	True
ISR0012_000000017516	1295	0.5127456390472298	3	2	2	2	1	True	38151	maximal	True	ISR0012_000000017516	1.0		52	8	False	False	0.9567567706108093	0					non-mobilizable	other	1241.0	98.227	96.0	0.0010353686956274877	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	True
CHI0008_000000002946	3042	0.5127438215188539	6	4	1	2	4	False	90532	fragment	False	CHI0008_000000002946	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	no_good_hit	1111.0	93.789	81.0	0.18094305759503998	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	True	True
SPA0033_000000011215	2721	0.5127428391406622	4	1	1	1	1	False	32925	fragment	False	SPA0033_000000011215	1.0		0	0	False	False	0.9996324777603149	0					non-mobilizable	no_good_hit	187.0	100.0	7.0	5.2011808358297604e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0217_000000001551	16375	0.5127413752325748	16	12	7	7	10	True	111763	fragment	False	ISR0217_000000001551	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9401.0	99.95700000000001	100.0	0.02500818086767746	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	True
MON0037_000000025237	2690	0.5127367593539406	2	1	1	1	1	False	12118	maximal	True	MON0037_000000025237	1.0		20	5	False	False	1.0	0					non-mobilizable	other	1486.0	97.039	99.0	0.0022805559949443835	NZ_LT699739.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	False	False
MON0039_000000044572	1127	0.5127359651799008	2	2	2	1	1	False	11889	maximal	True	MON0039_000000044572	1.0		79	12	False	False	0.9733806848526001	0					non-mobilizable	no_good_hit	503.0	80.119	53.0	0.00015600206670506552	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0147_000000006828	3526	0.5127357913135095	5	3	1	3	1	False	30959	maximal	True	ISR0147_000000006828	1.0		3	2	False	False	0.9985819458961487	0					non-mobilizable	no_good_hit								True	False
ISR0160_000000007004	3851	0.512733456571501	7	3	3	3	1	False	47346	maximal	True	ISR0160_000000007004	1.0		2	1	False	False	0.9935081601142883	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.249185136912843e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	False
SPA0047_000000020429	1912	0.5127328332782329	2	2	2	2	2	False	6667	fragment	False	SPA0047_000000020429	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	91.33200000000001	98.0	0.10539104882459313	NZ_AAXG02000056.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont50.1, whole genome shotgun sequence	False	False
AST0029_000000007704	4016	0.512732415915177	5	4	4	3	3	False	118409	maximal	True	AST0029_000000007704	1.0		33	6	False	False	0.9975099563598633	0					non-mobilizable	no_good_hit	2707.0	99.113	67.0	0.023562808031904702	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
ISR0290_000000004429	2771	0.5127317768119043	2	1	1	1	1	False	25921	maximal	True	ISR0290_000000004429	1.0		375	11	False	False	0.999639093875885	0					non-mobilizable	chromosome	2248.0	99.77799999999999	100.0	0.00041267884586564487	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0283_000000005282	2570	0.5127317768119043	2	1	1	1	1	False	67435	maximal	True	ISR0283_000000005282	0.995635910224439		429	11	False	False	0.9852139949798584	0					non-mobilizable	other	2529.0	99.802	100.0	0.0004760501396796642	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0008_000000010317	2406	0.5127317768119043	2	1	1	1	1	False	67435	maximal	False	ISR0283_000000005282	0.9640077821011673		0	0	False	False	0.9858686327934265	0					non-mobilizable	chromosome	2390.0	99.833	100.0	0.00043875823888430153	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0200_000000010669	2238	0.5127317768119043	2	1	1	1	1	False	85825	maximal	False	CHI0059_000000007389	0.9401287553648068		0	0	False	False	0.9964253902435303	0					non-mobilizable	other	2242.0	92.105	99.0	0.0004158084645500018	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
SPA0013_000000013760	2051	0.5127317768119043	2	1	1	1	1	False	21351	maximal	False	ISR0849_000000013276	0.9563167468170458		0	0	False	False	0.9824475646018982	0					non-mobilizable	other	2051.0	97.367	100.0	0.004192640586397029	NZ_VJZV01000004.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold4_1, whole genome shotgun sequence	False	False
FIJ0033_000000017986	2030	0.5127317768119043	1	1	1	1	1	False	48277	maximal	True	FIJ0033_000000017986	1.0		136	12	False	False	0.9896551966667175	0					non-mobilizable	chromosome	2012.0	99.95	99.0	0.0003653655945157734	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
FIJ0087_000000016867	1918	0.5127317768119043	2	1	1	1	1	False	43731	maximal	True	FIJ0087_000000016867	1.0		16	7	False	False	0.9874869585037231	0					non-mobilizable	chromosome	1899.0	85.20299999999999	99.0	0.00035641512484575847	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	False	False
ISR0792_000000008645	1753	0.5127317768119043	1	1	1	1	1	False	94451	maximal	False	ISR0301_000000011239	0.9440456906445343		0	0	False	False	0.9783228635787964	0					non-mobilizable	chromosome	1752.0	100.0	99.0	0.0003198441659309886	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
MON0083_000000022853	1712	0.5127317768119043	1	1	1	1	1	False	9869	fragment	False	MON0083_000000022853	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1712.0	99.766	100.0	0.03219190968955785	NZ_SPGG01000028.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_28_length_53150_cov_37.9609, whole genome shotgun sequence	False	False
FIJ0115_000000013926	1703	0.5127317768119043	1	1	1	1	1	False	41723	fragment	False	FIJ0115_000000013926	0.9892638036809815		0	0	False	False	0.9988256096839905	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	9.698044458606668e-06	NZ_CP027234.1	CFB group bacteria	Bacteroides heparinolyticus strain F0111 chromosome, complete genome	True	False
ENG0054_000000011035	2388	0.5127307902443057	4	4	3	3	1	False	122416	backbone	False	ISR0319_000000007079	0.7353810302667587	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2255.0	91.929	94.0	0.9740147249891729	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
DEN0053_000000001300	5700	0.5127288718352389	11	3	1	3	1	False	72153	maximal	True	DEN0053_000000001300	1.0		1	1	False	False	0.999824583530426	0					non-mobilizable	no_good_hit								True	False
USA0072_01_000000012121	1466	0.5127275273118793	1	1	1	1	1	False	75035	fragment	False	USA0072_01_000000012121	0.9566848296698517		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	89.905	100.0	0.00044223985278393763	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0014_000000024609	1422	0.5127275273118793	1	1	1	1	1	False	38007	fragment	False	ISR0014_000000024609	0.9621197411003237		0	0	False	False	0.997187077999115	0					non-mobilizable	other	1422.0	99.859	100.0	0.0004051327843370705	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0079_000000023219	1418	0.5127275273118793	1	1	1	1	1	False	75035	fragment	False	USA0072_01_000000012121	0.6475670759436107		0	0	False	False	0.9830747246742249	0					non-mobilizable	other	1418.0	99.436	100.0	0.00037946151812993223	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0007_000000004432	3785	0.5127253124529169	5	4	3	3	4	False	51604	fragment	False	FIJ0007_000000004432	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2545.0	99.096	99.0	0.012296251166524025	AP021952.1	enterobacteria	Klebsiella quasipneumoniae plasmid pWP3-W18-CRE-02_2 DNA, complete genome, strain: WP3-W18-CRE-02	False	True
AST0024_000000024239	1478	0.5127241748232576	3	1	1	1	1	False	121050	maximal	True	AST0024_000000024239	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	75.845	28.0	0.007006904113343955	NZ_HG529430.1	firmicutes	[Clostridium] dakarense strain 1, whole genome shotgun sequence	True	False
MAD0095_000000011076	2906	0.5127215429328539	2	2	2	2	2	False	131793	maximal	True	MAD0095_000000011076	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1502.0	94.141	63.0	0.0004809316075443979	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0033_000000003763	6893	0.5127201687714761	8	6	4	5	2	False	65536	maximal	True	ENG0033_000000003763	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	77.345	16.0	0.00031941745476181805	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0011_000000028203	1603	0.5127167457194464	3	2	2	2	2	False	50937	maximal	True	FIJ0011_000000028203	1.0		29	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0054_000000004976	5289	0.5127160021304582	6	6	4	5	6	False	102056	fragment	False	SPA0054_000000004976	1.0		0	0	False	False	0.9973530173301697	0					non-mobilizable	no_good_hit	1637.0	95.052	31.0	0.0045632806529173195	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MON0006_000000013237	1677	0.5127156330362242	2	1	1	1	1	False	14044	maximal	True	MON0006_000000013237	1.0		8	3	False	False	1.0	0					non-mobilizable	other	1635.0	96.82	97.0	0.07599293089014976	NZ_WEHX01000036.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_36_length_21502_cov_149.187544, whole genome shotgun sequence	False	False
ENG0056_000000004112	2763	0.5127156044561711	4	3	3	3	2	False	63602	maximal	False	ENG0134_000000012688	0.7382269627518736		0	0	False	False	1.0	0					non-mobilizable	other	2551.0	98.667	99.0	0.013392435112338896	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	False	False
ENG0013_000000010323	2601	0.5127156044561711	4	3	3	3	2	False	66988	maximal	False	ISR0312_000000005879	0.9570157870487903		0	0	False	False	0.9992310404777527	0					non-mobilizable	other	2601.0	98.885	100.0	0.014560361096955205	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0046_000000028511	1236	0.51271270676963	3	3	2	1	2	False	74410	fragment	False	SPA0042_000000026736	0.9541193173813081		0	0	False	False	0.9991909265518188	0					non-mobilizable	other	1236.0	96.764	100.0	0.03464235624123422	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0027_000000009367	4018	0.5127107863646909	4	2	2	2	2	False	12672	fragment	False	MON0027_000000009367	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1577.0	85.73200000000001	71.0	0.0004976243571167234	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
ENG0191_000000022559	1438	0.5127056305336537	2	2	2	1	1	False	115516	fragment	False	ISR0235_000000003158	0.932271577564698		0	0	False	False	0.9965229630470276	0					non-mobilizable	other	1438.0	94.01899999999999	100.0	0.008567442525994466	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	False	False
DEN0010_000000042156	1128	0.5127056305336537	2	2	2	1	1	False	75810	fragment	False	DEN0010_000000042156	1.0		0	0	False	False	0.9991135001182556	0					non-mobilizable	other	1128.0	97.78399999999999	100.0	0.006719212057617095	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	False	False
USA0035_01_000000017628	1462	0.5127055536095239	2	2	2	2	2	False	92366	fragment	False	USA0035_01_000000017628	0.9670749894978931		0	0	False	False	0.9829001426696777	0					non-mobilizable	no_good_hit	416.0	81.01	54.0	0.000685687721541054	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0034_01_000000039301	1311	0.5127022079210707	2	2	2	2	1	False	1453	maximal	True	USA0034_01_000000039301	1.0		1	1	False	False	0.9694889187812805	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.009159306509649984	XM_028684193.1	apicomplexans	Plasmodium sp. gorilla clade G2 conserved Plasmodium protein, unknown function (PADL01_1362000), partial mRNA	True	False
MON0039_000000028954	1677	0.5127011540070912	2	2	1	2	1	False	11922	maximal	True	MON0039_000000028954	1.0		30	6	False	False	0.9982110857963562	0					non-mobilizable	no_good_hit	1222.0	88.87100000000001	79.0	0.00040784133052593007	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0315_000000004627	2045	0.5127002506432033	3	3	3	3	2	False	42398	maximal	True	ISR0315_000000004627	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1421.0	97.889	69.0	0.009719237245212248	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0040_000000008412	1803	0.5126996978877281	3	3	3	3	2	False	87697	fragment	False	ISR0382_000000007774	0.9686736813020304		0	0	False	False	0.9844703078269958	0					non-mobilizable	chromosome	1798.0	97.99799999999999	99.0	0.0004019811384275849	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0032_000000023381	1277	0.5126959990291686	2	2	2	2	1	False	7230	maximal	True	SPA0032_000000023381	1.0		862	15	False	False	1.0	0					non-mobilizable	chromosome	1277.0	98.277	100.0	0.0004447648114350567	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0272_000000008368	1223	0.5126959990291686	2	2	2	2	1	False	79314	maximal	True	ISR0272_000000008368	0.9748349834983498		493	14	False	False	0.9975470304489136	0					non-mobilizable	chromosome	1224.0	96.814	100.0	0.0004113180454516538	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0134_000000007891	3735	0.51269524770679	4	1	1	1	1	False	3674	maximal	True	SPA0134_000000007891	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1479.0	88.1	39.0	0.0014985035297179479	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0289_000000001018	5930	0.512695066856921	5	4	2	4	1	True	65407	maximal	True	ISR0289_000000001018	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	565.0	73.805	9.0	0.00017663900616295434	CP014204.2	firmicutes	Clostridium baratii strain CDC51267 chromosome, complete genome	True	True
ENG0068_000000004185	5404	0.512695066856921	6	4	2	4	1	True	79382	maximal	True	ENG0068_000000004185	1.0	PS389	3	2	False	True	0.9998149275779724	0					non-mobilizable	no_good_hit	565.0	73.805	10.0	0.00017663900616295434	CP014204.2	firmicutes	Clostridium baratii strain CDC51267 chromosome, complete genome	True	True
FIJ0024_000000008442	2429	0.5126941890297899	3	3	3	3	3	False	49230	maximal	True	FIJ0024_000000008442	1.0		15	8	False	False	0.9958831071853638	0					non-mobilizable	no_good_hit	79.0	98.734	3.0	0.054813773717498245	HG796574.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01699	True	False
TAN0014_000000001054	3840	0.5126909046780735	3	3	3	3	2	False	2547	maximal	True	TAN0014_000000001054	1.0		2	1	False	False	0.999218761920929	0					non-mobilizable	no_good_hit	168.0	77.381	4.0	0.001715872339097971	NZ_AXUN02000185.1	firmicutes	Youngiibacter fragilis 232.1 contig_48, whole genome shotgun sequence	True	False
ENG0062_000000001026	15956	0.5126898923986953	17	4	2	4	2	True	107833	fragment	False	ENG0062_000000001026	1.0		0	0	False	False	0.9996239542961121	0					non-mobilizable	virus	11264.0	92.436	90.0	0.4003059844872981	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	False	True
SPA0074_000000007070	3501	0.5126896008057815	2	2	1	2	2	False	5821	maximal	True	SPA0074_000000007070	1.0		80	10	False	False	0.9968580603599548	0					non-mobilizable	chromosome	3448.0	99.94200000000001	98.0	0.0004868897828149518	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MON0081_000000045914	1116	0.5126879164522444	3	3	2	1	1	False	9938	maximal	True	MON0081_000000045914	1.0		0	0	False	False	0.9310035705566406	0					non-mobilizable	no_good_hit	892.0	94.17	80.0	0.00045723047648957836	CP047191.1	firmicutes	Streptococcus thermophilus strain EU01 chromosome, complete genome	True	False
ISR0360_000000010426	2352	0.512687583881005	4	2	2	1	1	False	99271	fragment	False	ISR0360_000000010426	0.9645048203330412		0	0	False	False	0.9991496801376343	0					non-mobilizable	no_good_hit	119.0	93.277	5.0	0.0006439114894545851	NZ_QIBZ01000004.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_004, whole genome shotgun sequence	True	False
USA0030_01_000000012139	1365	0.512687583881005	2	2	2	1	1	False	1556	fragment	False	USA0030_01_000000012139	1.0		0	0	False	False	0.9926739931106567	0					non-mobilizable	no_good_hit	57.0	87.719	4.0	1.0681557775496926e-05	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
ISR0373_000000004137	3563	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.962268430675489		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1824.0	85.36200000000001	58.0	0.0005833462823152009	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0212_000000009812	3484	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9594928884674774		0	0	False	False	0.9994259476661682	0					non-mobilizable	no_good_hit	1824.0	85.417	55.0	0.0005833462823152009	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
SPA0059_000000007564	3459	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9655348325298634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	85.49600000000001	55.0	0.000587519921098964	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0091_000000006744	3446	0.5126859414243816	3	3	3	3	3	False	128249	maximal	True	ENG0091_000000006744	0.9732138844080997		44	4	False	False	0.9997097849845886	0					non-mobilizable	no_good_hit	1836.0	85.40299999999999	56.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
SPA0084_000000004792	3439	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9723546314415467		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	85.294	56.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0148_000000008509	3435	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9651225180442712		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1834.0	85.49600000000001	56.0	0.000587519921098964	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
AST0057_000000001843	3432	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9697614661331011		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	85.40299999999999	55.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0117_000000007857	3428	0.5126859414243816	4	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9588851982149033		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1837.0	85.465	55.0	0.000587519921098964	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0349_000000002823	3408	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9503685841569443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	85.458	55.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0070_000000005913	3395	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9683285089696912		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	85.40299999999999	55.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0397_000000005905	3394	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9675954968888251		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	85.24	56.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0192_000000005782	3394	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9708349364210185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	85.40299999999999	56.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
AST0046_000000005626	3394	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9700073982602911		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	85.294	56.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0022_000000005456	3392	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9659009178593704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	85.34899999999999	55.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
SPA0066_000000004462	3374	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9665230630093428		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	85.40299999999999	56.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ISR0365_000000004392	3366	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9660657974316964		0	0	False	False	0.9991087317466736	0					non-mobilizable	no_good_hit	1836.0	85.40299999999999	56.0	0.0005871988719617515	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
SPA0125_000000010627	3356	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.9588142862725788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1820.0	85.44	57.0	0.0005820620857663507	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
ENG0025_000000007015	3307	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.943278159827943		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1819.0	87.13600000000001	55.0	0.029322448979591836	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0394_000000005808	3183	0.5126859414243816	3	3	3	3	3	False	128249	maximal	False	ENG0091_000000006744	0.8306373551213798		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1837.0	85.465	58.0	0.000587519921098964	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
CHI0186_000000009583	2010	0.5126843232743349	2	2	2	1	2	False	77147	maximal	True	CHI0186_000000009583	1.0		128	12	False	False	0.9805970191955566	0					non-mobilizable	other	2010.0	99.50200000000001	100.0	0.0006339391254353796	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0275_000000008968	1586	0.5126841797875744	3	3	1	2	2	False	79086	fragment	False	ISR0137_000000014700	0.9514651803552218		0	0	False	False	1.0	0					non-mobilizable	other	1586.0	98.676	100.0	0.0005748869201422873	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CHI0181_000000004716	4187	0.5126813558759031	4	4	3	4	2	False	112842	maximal	True	CHI0181_000000004716	1.0	PS721	1	1	False	True	0.9882971048355103	0					non-mobilizable	no_good_hit	2290.0	74.236	54.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0089_000000004974	7117	0.5126803217940463	9	4	2	3	3	True	5436	maximal	True	SPA0089_000000004974	1.0		26	7	False	False	1.0	0					non-mobilizable	other	7117.0	99.944	100.0	0.007807768268597762	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
SPA0150_000000002585	6598	0.5126803217940463	8	4	2	3	3	True	3271	fragment	False	SPA0150_000000002585	1.0		0	0	False	False	0.9998484253883362	0					non-mobilizable	other	6598.0	99.955	100.0	0.007238314680710994	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
FIJ0120_000000016696	1500	0.5126747545862749	2	2	1	2	2	False	112724	backbone	False	ISR0050_000000008971	0.05540457532565625	PS721	0	0	False	True	0.9940000176429749	0					non-mobilizable	no_good_hit	814.0	97.17399999999999	54.0	0.007852417057033854	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
ISR0360_000000011242	2188	0.5126719777338434	2	2	1	2	1	False	86435	maximal	True	ISR0360_000000011242	1.0		1	1	False	False	0.9995429515838623	0					non-mobilizable	no_good_hit								True	False
FIJ0091_000000012372	1797	0.5126718405231111	2	2	2	2	2	False	43377	maximal	True	FIJ0091_000000012372	1.0		180	11	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	73.813	43.0	0.0001713986353875794	CP013389.1	b-proteobacteria	Burkholderia sp. BDU8 chromosome 1, complete sequence	True	False
ENG0058_000000018568	1827	0.5126687765020247	3	2	1	1	0	False	63438	maximal	True	ENG0058_000000018568	1.0		2	1	False	False	0.9956212639808655	0					non-mobilizable	no_good_hit	194.0	89.175	11.0	7.554241231839663e-05	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
DEN0011_000000011413	3615	0.5126671054558801	4	3	3	3	2	False	75758	fragment	False	DEN0011_000000011413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	98.305	2.0	1.7467448806822666e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
SPA0012_000000004742	5220	0.5126667161415819	7	5	5	4	2	True	97101	maximal	True	SPA0012_000000004742	1.0		39	8	False	False	1.0	0					non-mobilizable	other	5220.0	98.602	100.0	0.010084575951213762	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	True
DEN0035_000000010169	3113	0.5126655879108194	2	2	2	2	1	False	73473	maximal	True	DEN0035_000000010169	1.0		1	1	False	False	0.9929328560829163	0					non-mobilizable	no_good_hit	198.0	78.788	8.0	0.00011783255097304565	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
DEN0003_000000010203	2646	0.5126655467352942	4	4	3	2	3	True	76677	fragment	False	DEN0003_000000010203	1.0		0	0	False	False	0.9992441534996033	0					non-mobilizable	no_good_hit	536.0	80.22399999999999	30.0	0.027637009560629016	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
DEN0035_000000005527	5242	0.5126633962742569	9	2	1	2	0	False	86625	maximal	True	DEN0035_000000005527	1.0		1	1	False	False	0.9982830882072449	0					non-mobilizable	no_good_hit	70.0	97.14299999999999	3.0	3.3863418526823506e-05	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0019_000000013993	4406	0.5126633962742569	8	2	1	2	0	False	86621	fragment	False	MON0019_000000013993	1.0		0	0	False	False	0.976395845413208	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	6.986938616949474e-06	NZ_CP022530.1	g-proteobacteria	Bacterioplanes sanyensis strain NV9 chromosome, complete genome	True	False
TAN0002_000000008323	3959	0.5126633962742569	7	2	1	2	0	False	86622	fragment	False	TAN0002_000000008323	0.9835589941972921		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0102_000000008261	3787	0.5126633962742569	7	2	1	2	0	False	86623	fragment	False	FIJ0102_000000008261	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	6.986938616949474e-06	NZ_CP022530.1	g-proteobacteria	Bacterioplanes sanyensis strain NV9 chromosome, complete genome	True	False
ENG0127_000000007016	3619	0.5126633962742569	7	2	1	2	0	False	86622	fragment	False	TAN0002_000000008323	0.9422834049002273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000010783	2536	0.5126633962742569	3	2	1	2	0	False	86619	maximal	True	MAD0110_000000010783	1.0		1	1	False	False	0.9976340532302856	0					non-mobilizable	no_good_hit								True	False
MON0082_000000013609	2428	0.5126633962742569	3	2	1	2	0	False	86618	maximal	True	MON0082_000000013609	1.0		2	2	False	False	0.999588131904602	0					non-mobilizable	no_good_hit	237.0	89.03	10.0	7.10744468691405e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0032_000000015800	2248	0.5126633962742569	3	2	1	2	0	False	86620	fragment	False	FIJ0032_000000015800	1.0		0	0	False	False	0.998665452003479	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	6.986938616949474e-06	NZ_CP022530.1	g-proteobacteria	Bacterioplanes sanyensis strain NV9 chromosome, complete genome	True	False
SPA0009_000000017376	2094	0.5126633962742569	3	2	1	2	0	False	86617	fragment	False	SPA0009_000000017376	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	93.103	3.0	5.026181556082884e-06	NZ_CP035758.1	GNS bacteria	Ktedonosporobacter rubrisoli strain SCAWS-G2 chromosome, complete genome	True	False
ISR0004_000000009038	2078	0.5126633962742569	4	2	1	2	0	False	75202	maximal	True	ISR0004_000000009038	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.004368856295833983	XM_035896303.1	birds	PREDICTED: Egretta garzetta heart development protein with EGF like domains 1 (HEG1), mRNA	True	False
CHI0051_000000010007	1829	0.5126633962742569	3	2	1	2	0	False	86616	fragment	False	CHI0051_000000010007	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0017_000000018486	1568	0.5126633962742569	2	2	1	2	0	False	75200	fragment	False	DEN0017_000000018486	0.9473130602149739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000028890	1479	0.5126633962742569	2	2	1	2	0	False	75201	fragment	False	DEN0064_000000028890	1.0		0	0	False	False	0.999323844909668	0					non-mobilizable	no_good_hit								True	False
ENG0037_000000024334	1472	0.5126633962742569	2	2	1	2	0	False	75200	fragment	False	DEN0017_000000018486	0.7085990646258503		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0062_000000004365	6476	0.51266254310831	13	5	4	4	4	False	35372	maximal	True	ISR0062_000000004365	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0111_000000008360	2443	0.5126620931229622	3	2	1	2	1	False	129982	maximal	True	ENG0111_000000008360	1.0		15	5	False	False	1.0	0					non-mobilizable	other	1819.0	93.84299999999999	93.0	0.0005836673314524134	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0042_000000018800	1687	0.5126614871157459	1	1	1	1	1	False	36355	maximal	True	ISR0042_000000018800	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	148.0	85.811	9.0	0.0008481268095809083	NZ_QRML01000002.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf2, whole genome shotgun sequence	True	False
FIJ0042_000000009031	2652	0.5126611909648315	4	4	4	3	3	False	47312	maximal	True	FIJ0042_000000009031	1.0		51	6	False	False	1.0	0					non-mobilizable	other	2652.0	99.51	100.0	0.001349074400613521	NZ_UHFP01000001.1	firmicutes	Streptococcus infantarius strain NCTC13760, whole genome shotgun sequence	False	False
DEN0073_000000013764	3546	0.5126597354490093	4	3	3	3	3	False	95610	fragment	False	DEN0073_000000013764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	87.51799999999999	39.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0814_000000017360	2305	0.5126597354490093	4	3	3	3	3	False	95606	fragment	False	ISR0814_000000017360	1.0		0	0	False	False	0.9991323351860046	0					non-mobilizable	no_good_hit	1386.0	87.51799999999999	60.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0126_000000019127	1995	0.5126597354490093	3	3	3	3	3	False	57836	fragment	False	FIJ0126_000000019127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	87.51799999999999	69.0	0.00040930260108545155	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
CHI0074_000000002234	7394	0.5126592267596675	3	3	3	2	2	False	84759	maximal	True	CHI0074_000000002234	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3025.0	92.0	71.0	0.0006229432799296353	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
SPA0046_000000028257	1197	0.5126591867250927	2	2	2	2	2	False	107550	fragment	False	SPA0046_000000028257	0.9574010327022375		0	0	False	False	1.0	0					non-mobilizable	chromosome	1197.0	99.666	100.0	0.0003854927102877239	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ITA0006_000000005272	4982	0.5126581859276791	4	3	3	3	2	False	20363	maximal	True	ITA0006_000000005272	1.0		1	1	False	False	0.9909675121307373	0					non-mobilizable	no_good_hit	3816.0	99.109	77.0	0.0333531551700014	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ENG0094_000000009037	1903	0.512656124489695	3	2	2	1	1	False	61025	maximal	True	ENG0094_000000009037	1.0		2	2	False	False	0.9989490509033203	0					non-mobilizable	other	1908.0	87.84100000000001	100.0	0.0005093407251115957	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0135_000000015064	1894	0.512656124489695	3	2	2	1	1	False	70261	fragment	False	FIJ0135_000000015064	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1899.0	95.524	100.0	0.000503013697756527	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0381_000000010659	1656	0.512656124489695	3	2	2	1	1	False	70258	fragment	False	ISR0381_000000010659	1.0		0	0	False	False	0.9830917716026306	0					non-mobilizable	other	1656.0	96.49799999999999	100.0	0.0004431960568137176	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
DEN0072_000000012700	1309	0.512656124489695	2	2	2	1	1	False	70257	fragment	False	DEN0072_000000012700	1.0		0	0	False	False	0.9908326864242554	0					non-mobilizable	other	862.0	95.012	100.0	0.00022878752972444255	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0128_000000006005	4169	0.5126555492789484	5	3	2	1	0	True	58659	fragment	False	ENG0128_000000006005	0.9928729417547308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0089_000000010818	2271	0.5126550030624856	3	3	3	3	2	False	15837	maximal	True	MAD0089_000000010818	1.0		32	4	False	False	1.0	0					non-mobilizable	chromosome	2271.0	97.75399999999999	100.0	0.00047805435667572373	NZ_CP017184.1	enterobacteria	Enterobacter roggenkampii strain DSM 16690 chromosome, complete genome	False	False
FIJ0137_000000008694	1335	0.5126546247634372	2	2	2	2	2	False	45258	maximal	False	ISR0275_000000010500	0.542910257089849		0	0	False	False	0.987265944480896	0					non-mobilizable	no_good_hit	391.0	72.634	28.0	0.00015614263899283443	CP041689.1	high GC Gram+	Micrococcus luteus strain 10240 chromosome, complete genome	True	False
FIJ0034_000000015389	1788	0.5126545669447894	3	3	3	3	2	False	48126	fragment	False	MON0061_000000024931	0.9388766519823788		0	0	False	False	0.9983221292495728	0					non-mobilizable	other	1675.0	95.881	94.0	0.06763421733505821	NZ_CABKPS010000058.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
USA0045_01_000000009885	1461	0.5126510787876186	3	3	2	2	2	False	76199	maximal	True	USA0045_01_000000009885	0.9870622851963723		1464	15	False	False	0.9972621202468872	0					non-mobilizable	chromosome	1461.0	98.289	100.0	0.0005089001760934034	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0047_000000008782	2157	0.5126481334191121	3	3	3	3	2	False	71531	fragment	False	ENG0047_000000008782	0.812721317095888		0	0	False	False	0.9972183704376221	0					non-mobilizable	other	2157.0	100.0	100.0	0.0009092799270551688	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
FIJ0118_000000007041	1449	0.5126465357667299	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.7457647298999961		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	99.103	100.0	0.0005726984975761169	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
FIJ0160_000000014593	1347	0.5126465357667299	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.6773392974090371		0	0	False	False	1.0	0					non-mobilizable	other	1347.0	98.515	100.0	0.44058919803600655	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	False	False
SPA0146_000000017353	1320	0.5126465357667299	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.6728998957596414		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	99.62100000000001	100.0	0.000522073216022427	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0166_000000017699	1235	0.5126465357667299	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.5133104671128234		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	99.838	100.0	0.0004880593549785416	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0773_000000015249	1193	0.5126465357667299	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.3314846431891141		0	0	False	False	1.0	0					non-mobilizable	other	1193.0	99.162	100.0	0.0004202920677276691	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
FIJ0024_000000018065	1187	0.5126465357667299	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.33475274994864		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	99.916	100.0	0.0004690748743959079	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
FIJ0066_000000011755	2714	0.5126453889339601	3	3	3	2	2	False	45354	maximal	True	FIJ0066_000000011755	1.0		7	2	False	False	0.9882093071937561	0					non-mobilizable	chromosome	2676.0	95.329	99.0	0.0011367533389738964	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	False	False
ISR0023_000000000077	83710	0.5126430855891471	131	23	12	19	8	False	84289	maximal	True	ISR0023_000000000077	1.0	PS418	1	1	False	True	0.9999282956123352	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.133113951142345e-05	NZ_QJGZ01000038.1	CFB group bacteria	Flavobacterium sharifuzzamanii strain A7.6 contig10, whole genome shotgun sequence	True	True
ISR0020_000000011869	2014	0.5126430722510129	2	2	2	2	1	True	37686	maximal	True	ISR0020_000000011869	1.0		1	1	False	False	0.9940416812896729	0					non-mobilizable	no_good_hit	47.0	95.745	2.0	0.002058533965810436	NZ_JAAWUO010000027.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_27_length_22346_cov_109.313, whole genome shotgun sequence	True	True
CHI0134_000000005891	2474	0.5126415564318316	4	4	4	4	3	False	80743	maximal	True	CHI0134_000000005891	1.0		92	9	False	False	0.9915117025375366	0					non-mobilizable	no_good_hit	2074.0	80.376	84.0	0.0006708146237587979	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	True	False
ISR0030_000000004584	4140	0.5126403438693301	5	5	5	5	3	False	37061	fragment	False	ISR0030_000000004584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	665.0	76.842	16.0	0.00025779376967142233	LT700187.1	firmicutes	Christensenella sp. Marseille-P2438 genome assembly, chromosome: contig00001	True	False
AST0104_000000007536	4243	0.5126395600720561	4	3	3	3	2	False	108013	maximal	True	AST0104_000000007536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	695.0	93.669	19.0	0.00021522676651865432	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
CHI0131_000000003290	4404	0.5126344541822605	6	5	5	5	4	False	98946	maximal	True	CHI0131_000000003290	1.0		12	6	False	False	0.9975022673606873	0					non-mobilizable	chromosome	2605.0	99.92299999999999	91.0	0.00040065027200830104	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0045_000000010344	2593	0.5126336373762896	3	2	2	1	1	True	99906	maximal	True	SPA0045_000000010344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1471.0	78.654	55.0	0.043565905466799046	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ISR0311_000000003090	5239	0.5126332678042931	4	4	4	4	2	False	34031	maximal	True	ISR0311_000000003090	1.0		6	4	False	False	0.9944645762443542	0					non-mobilizable	no_good_hit	3105.0	86.538	73.0	0.0008726643854514217	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0790_000000001277	10675	0.5126315341382833	17	7	2	6	2	False	91523	maximal	True	ISR0790_000000001277	1.0		1	1	False	False	0.999718964099884	0					non-mobilizable	no_good_hit	709.0	76.587	7.0	0.00019633326113156828	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0125_000000003584	6469	0.5126287434102995	10	2	2	2	0	True	58880	maximal	True	ENG0125_000000003584	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.364660726636142e-07	LR778276.1	bony fishes	Coregonus sp. 'balchen' genome assembly, chromosome: 24	True	True
ISR0280_000000001372	5320	0.5126255555550697	6	5	1	5	3	True	82090	fragment	False	ISR0280_000000001372	0.9965928449744463		0	0	False	False	0.9979323148727417	0					non-mobilizable	no_good_hit	2773.0	92.571	52.0	0.20615796519410978	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ISR0330_000000004369	5283	0.5126255555550697	6	5	1	5	3	True	82090	fragment	False	ISR0280_000000001372	0.9931390977443608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2736.0	92.69	52.0	0.20340621746244236	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ENG0100_000000014223	2132	0.512624671051124	3	3	3	3	3	False	80903	maximal	False	ISR0031_000000010743	0.9892216508594652		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1078.0	70.594	49.0	0.00033811191730085484	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0184_000000011292	1980	0.5126223341378492	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.877430079560516		0	0	False	False	1.0	0					non-mobilizable	other	1954.0	97.646	99.0	0.045014074108255274	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	False
ISR0238_000000001991	6166	0.5126195663335031	7	4	3	2	4	False	127097	maximal	True	ISR0238_000000001991	0.9902290611227498		15	6	False	False	1.0	0					non-mobilizable	no_good_hit	1997.0	77.166	45.0	0.0008211787834900727	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0132_000000003300	5691	0.5126195663335031	6	4	3	2	4	False	127097	maximal	False	ISR0238_000000001991	0.9635960982327022		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2752.0	75.363	62.0	0.001129278020787267	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0107_000000014619	2222	0.5126195456425876	2	2	2	2	1	False	109644	fragment	False	ISR0167_000000012672	0.9321423762085471		0	0	False	False	1.0	0					non-mobilizable	other	2222.0	97.345	100.0	0.0006167696930314189	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0024_000000004266	6854	0.5126192262710609	10	6	2	5	3	True	121808	fragment	False	AST0024_000000004266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0014_000000014716	1620	0.5126186942384646	2	2	2	2	2	False	119091	backbone	False	ISR0851_000000006747	0.22801417486428285	PS816	0	0	False	True	0.9987654089927673	0					non-mobilizable	no_good_hit	1437.0	82.116	89.0	0.01972951033941912	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MAD0059_000000001481	10644	0.5126155045467362	7	5	3	4	3	True	49071	maximal	True	MAD0059_000000001481	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	90.0	2.0	0.0011275132174868772	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
ISR0847_000000007964	3235	0.5126122612114353	2	2	2	2	2	False	71821	fragment	False	SPA0001_000000010433	0.9759497549019608		0	0	False	False	0.9993817806243896	0					non-mobilizable	no_good_hit	89.0	87.64	3.0	0.013023952095808384	NZ_QYBB01000094.1	bacteria	Lichenibacterium minor strain RmlP026 NODE_94_length_6680_cov_87.8248, whole genome shotgun sequence	True	False
ISR0062_000000013173	2726	0.5126109980916272	4	4	4	4	2	False	35350	maximal	True	ISR0062_000000013173	1.0		51	9	False	False	0.9992663264274597	0					non-mobilizable	other	2726.0	99.596	100.0	0.0007658121233820287	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ENG0151_000000014986	1590	0.5126100856947232	2	2	2	2	1	False	96069	fragment	False	SPA0132_000000024624	0.958729216152019		0	0	False	False	0.9710691571235657	0					non-mobilizable	other	1555.0	99.61399999999999	98.0	0.0004680071628586624	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
FIJ0082_000000009555	3042	0.512609759006861	5	4	3	4	2	False	113396	maximal	True	FIJ0082_000000009555	1.0		2	1	False	False	0.9993425607681274	0					non-mobilizable	no_good_hit	1704.0	94.014	79.0	0.0004755172964868536	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0838_000000011016	2149	0.5126087908514748	3	2	1	2	0	True	20881	maximal	True	ISR0838_000000011016	1.0		4	2	False	False	0.9995346665382385	0					non-mobilizable	no_good_hit	486.0	92.181	23.0	0.07352941176470588	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
CHI0063_000000008411	1627	0.5126064854685263	2	2	2	2	2	False	85431	maximal	True	CHI0063_000000008411	1.0		173	12	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	78.472	9.0	0.00014227059867868687	NZ_QVHZ01000002.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf2, whole genome shotgun sequence	True	False
SPA0019_000000009480	3005	0.5126064131386577	5	5	4	5	3	False	127054	fragment	False	ENG0049_000000005054	0.630133434279909		0	0	False	False	0.999667227268219	0					non-mobilizable	other	2516.0	97.456	100.0	0.0007435086493045788	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0107_000000020589	1913	0.5126063773419215	2	2	2	2	1	False	14676	maximal	True	MAD0107_000000020589	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0057_000000003381	4606	0.5126032143294789	6	2	0	1	2	False	19987	maximal	True	MAD0057_000000003381	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	77.512	4.0	0.038636363636363635	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	False
FIJ0040_000000011546	2130	0.5125965207529313	4	4	4	3	3	False	67494	maximal	True	FIJ0040_000000011546	1.0		26	7	False	False	1.0	0					non-mobilizable	chromosome	2130.0	99.296	100.0	0.0003982889849430301	CP052372.1	enterobacteria	Klebsiella pneumoniae strain D16KP0042 chromosome, complete genome	False	False
CHI0058_000000004024	4319	0.5125960118216355	3	2	2	2	2	False	93253	maximal	False	ENG0190_000000006918	0.9789556605896916		0	0	False	False	1.0	0					non-mobilizable	other	4319.0	98.564	100.0	0.01863552402161341	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
SPA0077_000000010961	2637	0.5125916446960739	3	3	2	1	2	True	20291	fragment	False	SPA0077_000000010961	0.9712259755262341		0	0	False	False	0.9969662427902222	0					non-mobilizable	other	2637.0	98.445	100.0	0.013123699329874837	NZ_JAAIQH010000003.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_3_length_200858_cov_199.505, whole genome shotgun sequence	False	True
MAD0001_000000010414	2473	0.5125916446960739	3	3	2	1	2	True	20291	fragment	False	SPA0077_000000010961	0.9455186221021997		0	0	False	False	0.9882733225822449	0					non-mobilizable	other	2477.0	95.196	100.0	0.017499150526673463	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	False	True
USA0133_01_000000009973	2293	0.5125916446960739	3	3	2	1	2	True	20291	fragment	False	SPA0077_000000010961	0.6289257312306241		0	0	False	False	1.0	0					non-mobilizable	other	2293.0	99.956	100.0	0.01622494053686714	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	False	True
CHI0024_000000004962	2507	0.5125902067389487	3	2	2	2	1	False	126899	maximal	True	CHI0024_000000004962	1.0	PS979	23	7	False	True	0.9968089461326599	0					non-mobilizable	no_good_hit	1483.0	99.865	59.0	0.03208486685429747	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MAD0043_000000018800	1420	0.5125886523758754	2	2	2	2	2	False	18010	maximal	True	MAD0043_000000018800	1.0		6	5	False	False	0.9866197109222412	0					non-mobilizable	chromosome	1402.0	99.786	99.0	0.0004944453424378096	CP049775.1	firmicutes	Enterococcus faecalis strain ES-1 chromosome, complete genome	False	False
CAN0001_000000024830	1777	0.512588047170498	2	1	1	1	1	False	97298	maximal	True	CAN0001_000000024830	1.0		11	6	False	False	1.0	0					non-mobilizable	other	991.0	96.87200000000001	96.0	0.0012890498606573633	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
ISR0180_000000004823	4303	0.5125864436241844	5	4	1	3	2	True	119656	maximal	True	ISR0180_000000004823	1.0		17	4	False	False	0.9997676014900208	0					non-mobilizable	no_good_hit	66.0	84.848	2.0	0.000670552989909259	NZ_AUFC01000013.1	firmicutes	Anaerovorax odorimutans DSM 5092 K292DRAFT_scaffold00010.10_C, whole genome shotgun sequence	True	True
MON0097_000000015809	2256	0.5125863340484116	1	1	1	1	0	False	131010	maximal	True	MON0097_000000015809	1.0		0	0	False	False	0.9991135001182556	0					non-mobilizable	no_good_hit	1398.0	98.927	62.0	0.0029211457917308783	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0093_000000040162	1176	0.5125863340484116	1	1	1	1	0	False	9362	fragment	False	MON0093_000000040162	1.0		0	0	False	False	0.9821428656578064	0					non-mobilizable	no_good_hit	481.0	98.337	41.0	0.0010036864567149761	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0002_000000001640	10502	0.5125854099532591	6	6	6	4	3	False	68014	maximal	True	ENG0002_000000001640	1.0		69	8	False	False	0.9999047517776489	0					non-mobilizable	no_good_hit	1362.0	77.166	25.0	0.0003568870823642691	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0193_000000010469	2613	0.5125787127053324	4	4	4	3	3	False	79664	fragment	False	MON0105_000000018460	0.7746420701807589		0	0	False	False	1.0	0					non-mobilizable	other	2612.0	95.48200000000001	99.0	0.01011219854145769	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0031_000000012727	1695	0.5125776346685762	2	1	1	1	1	False	65683	fragment	False	ENG0031_000000012727	0.9707610525503763		0	0	False	False	1.0	0					non-mobilizable	other	1695.0	97.758	100.0	0.009803126809496236	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
MAD0001_000000018324	1412	0.5125776346685762	2	1	1	1	1	False	65683	fragment	False	ENG0031_000000012727	0.6593738263331225		0	0	False	False	1.0	0					non-mobilizable	other	1412.0	97.167	100.0	0.008170237405906196	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
ENG0023_000000013874	1269	0.5125776346685762	2	1	1	1	1	False	66256	maximal	True	ENG0023_000000013874	1.0		72	10	False	False	0.9992119669914246	0					non-mobilizable	other	1269.0	100.0	100.0	0.005098655772377992	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	False	False
USA0075_01_000000020532	1201	0.5125776346685762	2	1	1	1	1	False	56589	fragment	False	ENG0157_000000019710	0.9489468537126783		0	0	False	False	0.9883430600166321	0					non-mobilizable	other	1201.0	99.917	100.0	0.006948465547191662	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
ENG0045_000000011593	1157	0.5125776346685762	2	1	1	1	1	False	69381	fragment	False	MON0049_000000016698	0.6457687340629084		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	98.09899999999999	100.0	0.0005663534055065845	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ENG0124_000000026953	1146	0.5125776346685762	2	1	1	1	1	False	58897	maximal	True	ENG0124_000000026953	1.0		7	2	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit	49.0	91.837	4.0	1.2520410878150317e-05	CP036524.1	firmicutes	[Clostridium] hylemonae DSM 15053 chromosome, complete genome	True	False
AST0035_000000010949	1487	0.5125751486534943	3	2	2	2	0	True	116788	maximal	True	AST0035_000000010949	1.0		43	6	False	False	0.9952925443649292	0					non-mobilizable	no_good_hit	612.0	97.876	58.0	0.00016856335149485424	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ENG0146_000000003551	6842	0.5125725074711129	10	3	2	3	2	True	118232	fragment	False	ENG0190_000000004130	0.9643644885580369		0	0	False	False	1.0	0					non-mobilizable	other	6743.0	99.985	99.0	0.001305099159080205	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
CHI0111_000000004988	6186	0.5125725074711129	8	3	2	3	2	True	118231	fragment	False	CHI0115_000000001215	0.6432890616564086		0	0	False	False	1.0	0					non-mobilizable	other	5745.0	99.965	93.0	0.0011119088652857755	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
CHI0115_000000001215	6174	0.5125725074711129	7	3	2	3	2	True	118231	fragment	False	CHI0115_000000001215	0.9527114676119827		0	0	False	False	1.0	0					non-mobilizable	other	6096.0	99.984	100.0	0.001179854549776602	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	True
FIJ0028_000000024790	1214	0.5125705250371094	2	2	1	1	2	False	56589	fragment	False	ENG0157_000000019710	0.9457946329730301		0	0	False	False	1.0	0					non-mobilizable	other	1215.0	94.40299999999999	100.0	0.007029530978575564	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	False	False
SPA0065_000000015954	1215	0.512570258283139	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.11546393736246378	PS730	0	0	False	True	0.998353898525238	0					non-mobilizable	chromosome	1215.0	93.251	100.0	0.0003912944400412181	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0096_000000022127	1677	0.5125692146914571	3	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.8284056497158737	PS787	0	0	False	True	0.9958258867263794	0					non-mobilizable	chromosome	1635.0	98.104	99.0	0.0007084790723346727	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
ENG0016_000000016051	1397	0.5125692146914571	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.6880748913660092	PS787	0	0	False	True	0.9992842078208923	0					non-mobilizable	chromosome	1397.0	99.28399999999999	100.0	0.0005749071953177186	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
CHI0094_000000003924	1327	0.5125683880793445	2	2	2	2	1	False	83535	fragment	False	CHI0094_000000003924	1.0		0	0	False	False	0.9871891736984253	0					non-mobilizable	no_good_hit	971.0	91.45200000000001	73.0	0.0003011431618414282	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0163_000000016920	1457	0.5125679773077781	4	2	2	2	1	False	39145	fragment	False	FIJ0163_000000016920	1.0		0	0	False	False	0.9643102288246155	0					non-mobilizable	no_good_hit	79.0	100.0	5.0	3.0157246844411417e-05	NC_014330.1	bacteria	Brachyspira pilosicoli 95/1000, complete sequence	True	False
MON0106_000000009858	3938	0.5125649551001029	6	3	2	1	0	False	8665	maximal	True	MON0106_000000009858	1.0		4	3	False	False	0.9979684948921204	0					non-mobilizable	no_good_hit	1604.0	72.319	40.0	0.004383265576195719	NZ_FRCP01000008.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	False
ISR0037_000000018551	1308	0.5125635732222188	2	2	2	2	1	False	59510	fragment	False	ENG0115_000000016313	0.7667031432360577		0	0	False	False	0.9931192398071289	0					non-mobilizable	other	1308.0	99.006	100.0	0.011981372495095613	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
FIJ0048_000000004679	5981	0.5125581956391054	6	5	5	5	5	False	98170	fragment	False	FIJ0048_000000004679	1.0		0	0	False	False	0.9989967942237854	0					non-mobilizable	chromosome	5524.0	99.041	99.0	0.0011394888702286612	CP057510.1	enterobacteria	Escherichia coli strain RHB24-C01 chromosome, complete genome	False	False
CHI0125_000000012873	1210	0.5125570762930591	2	1	1	1	1	False	81520	maximal	True	CHI0125_000000012873	1.0		112	11	False	False	1.0	0					non-mobilizable	chromosome	1140.0	100.0	94.0	0.0003870309628168243	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0047_000000016944	1765	0.5125559266684051	2	2	2	2	2	False	36082	fragment	False	ISR0047_000000016944	1.0		0	0	False	False	0.9682719707489014	0					non-mobilizable	no_good_hit	922.0	72.017	51.0	0.007635599921773364	NZ_BBAB01000009.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
ISR0043_000000000342	37957	0.5125538829255466	66	16	11	15	10	False	62636	maximal	True	ISR0043_000000000342	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1934.0	86.35	5.0	0.0004643361368874516	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0097_000000016492	1823	0.5125527904154715	4	3	2	3	2	False	33291	maximal	True	ISR0097_000000016492	1.0		0	0	False	False	0.9862863421440125	0					non-mobilizable	no_good_hit	49.0	93.87799999999999	3.0	8.192377950999122e-05	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
ISR0162_000000010304	3709	0.5125500068413645	3	3	3	3	2	False	83463	maximal	True	ISR0162_000000010304	1.0		416	15	False	False	1.0	0					non-mobilizable	no_good_hit	1897.0	83.184	51.0	0.0005268292846614661	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0182_000000009673	2795	0.5125475389114598	4	3	3	3	3	False	77368	maximal	True	CHI0182_000000009673	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1123.0	98.75299999999999	40.0	0.0005002505715396249	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0226_000000003295	2192	0.5125474825254125	4	3	1	2	3	False	69275	fragment	False	ISR0234_000000005032	0.5973123204863355		0	0	False	False	0.9986313581466675	0					non-mobilizable	no_good_hit	1952.0	98.00200000000001	89.0	0.013974243270732161	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
ISR0368_000000006428	1987	0.5125474825254125	3	3	1	2	3	False	87143	fragment	False	ISR0392_000000013708	0.43830065918321726		0	0	False	False	1.0	0					non-mobilizable	other	1987.0	98.541	100.0	0.0007247233571112658	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
FIJ0165_000000008412	1920	0.5125474825254125	3	3	1	2	3	False	87143	fragment	False	ISR0392_000000013708	0.430242601595177		0	0	False	False	1.0	0					non-mobilizable	other	1922.0	98.12700000000001	100.0	0.012114523554266255	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
ISR0270_000000004192	1856	0.5125474825254125	3	3	1	2	3	False	87143	fragment	False	ISR0392_000000013708	0.2604843175717924		0	0	False	False	1.0	0					non-mobilizable	other	1074.0	99.62799999999999	100.0	0.1279971370631039	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	False	False
ISR0153_000000016949	1700	0.5125474825254125	3	3	1	2	3	False	82903	fragment	False	ISR0153_000000016949	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1700.0	98.882	100.0	0.0006199924389385904	NZ_AP022822.1	firmicutes	Enterococcus saigonensis strain VE80	False	False
MON0024_000000020491	2402	0.5125440153830102	3	2	2	2	2	False	12935	fragment	False	MON0024_000000020491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	381.0	73.22800000000001	16.0	0.00015572296229332387	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
DEN0062_000000013878	1533	0.5125433648750036	3	1	1	1	1	False	122136	fragment	False	AST0019_000000019239	0.5415957894450374		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	96.005	99.0	0.02588502705545095	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
MON0069_000000036241	1447	0.5125433648750036	3	1	1	1	1	False	122136	fragment	False	AST0019_000000019239	0.5404620036421844		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	95.715	100.0	0.02452801384153478	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	False	False
ISR0818_000000013822	1371	0.5125433648750036	5	1	1	1	1	False	21342	maximal	True	ISR0818_000000013822	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1002.0	96.806	73.0	0.016962665173952132	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
DEN0010_000000041267	1152	0.5125433648750036	3	1	1	1	1	False	75821	fragment	False	DEN0010_000000041267	1.0		0	0	False	False	0.9947916865348816	0					non-mobilizable	no_good_hit	879.0	97.27	76.0	0.014893220022729971	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
ENG0067_000000010005	2859	0.5125420349661973	5	4	2	4	3	False	62681	maximal	True	ENG0067_000000010005	1.0		4	2	False	False	0.999650239944458	0					non-mobilizable	no_good_hit	675.0	99.111	24.0	0.6984455958549223	GQ881172.1		Uncultured organism clone VC1CO89TF genomic sequence	True	False
ISR0185_000000024140	1372	0.512540274605025	1	1	1	1	1	False	125872	fragment	False	ISR0162_000000025010	0.9066555485376318		0	0	False	False	1.0	0					non-mobilizable	other	995.0	92.36200000000001	96.0	0.01984769442945374	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
MON0071_000000006590	1835	0.5125393317257815	3	3	1	3	0	True	10417	maximal	True	MON0071_000000006590	1.0		1	1	False	False	0.9580381512641907	0					non-mobilizable	no_good_hit	341.0	89.736	19.0	0.008924352984408631	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ENG0075_000000011596	2126	0.5125374356814448	2	2	2	2	2	False	62101	maximal	True	ENG0075_000000011596	1.0		20	8	False	False	0.99811851978302	0					non-mobilizable	no_good_hit	464.0	75.21600000000001	22.0	0.0008302874419024413	NZ_LT964740.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
SPA0090_000000006632	4830	0.5125297050652521	5	5	5	5	5	False	124954	fragment	False	ENG0184_000000004383	0.8509341518832416		0	0	False	False	0.9993788599967957	0					non-mobilizable	no_good_hit	3608.0	78.825	87.0	0.008581612490798496	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0187_000000024562	1247	0.5125247736403405	1	1	1	1	1	False	54949	maximal	True	ENG0187_000000024562	1.0		561	13	False	False	1.0	0					non-mobilizable	chromosome	1246.0	99.43799999999999	100.0	0.00024364030315507344	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
AST0040_000000002480	7217	0.512516082191042	7	4	1	4	1	True	116410	maximal	True	AST0040_000000002480	1.0		4	4	False	False	0.9993072152137756	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.0615801630175426e-05	NZ_FPKV01000002.1	CFB group bacteria	Flaviramulus basaltis strain DSM 18180, whole genome shotgun sequence	True	True
SPA0083_000000015196	1215	0.5125151963946465	2	1	1	1	1	False	123003	fragment	False	AST0016_000000018122	0.9628024576278671		0	0	False	False	0.9794238805770874	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.5035320197149945e-06	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
SPA0116_000000034149	1208	0.5125151963946465	2	1	1	1	1	False	123003	fragment	False	AST0016_000000018122	0.7718172194839333		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	50.0	100.0	4.0	0.0002741626847800544	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	True	False
ENG0210_000000023138	1178	0.5125151963946465	2	1	1	1	1	False	123003	fragment	False	AST0016_000000018122	0.9531268749646233		0	0	False	False	0.9991511106491089	0					non-mobilizable	no_good_hit								True	False
ENG0054_000000016195	1677	0.5125128927623741	2	2	1	2	1	False	80764	fragment	False	ENG0054_000000016195	1.0		0	0	False	False	0.9940369725227356	0					non-mobilizable	no_good_hit	157.0	97.45200000000001	10.0	4.33210590332739e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0102_000000020965	1534	0.5125128927623741	2	2	1	2	1	False	80761	fragment	False	SPA0102_000000020965	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0100_000000008865	2094	0.5125122833216641	3	2	2	1	1	True	98366	fragment	False	FIJ0054_000000014493	0.6287159583984578		0	0	False	False	1.0	0					non-mobilizable	plasmid	1830.0	85.191	95.0	0.015653998924600628	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0199_000000004190	6205	0.5125116836586128	4	4	1	2	4	True	28829	maximal	True	ISR0199_000000004190	1.0		1	1	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	5767.0	99.34100000000001	99.0	0.04332569410527107	CP026371.1	enterobacteria	Klebsiella quasipneumoniae strain A708 plasmid pA708-3, complete sequence	False	True
ISR0339_000000002518	5288	0.5125092026135482	6	3	2	3	2	True	24402	maximal	True	ISR0339_000000002518	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0067_000000008097	3691	0.5125054268113292	5	5	4	4	3	False	45235	maximal	True	FIJ0067_000000008097	1.0		9	2	False	False	1.0	0					non-mobilizable	chromosome	3152.0	80.55199999999999	99.0	0.0010577940186556399	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0148_000000002052	15413	0.5125048089279558	20	18	13	14	15	True	125100	maximal	True	ENG0148_000000002052	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	9464.0	86.602	61.0	0.03608771559580224	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
AST0016_000000018122	1296	0.5125033786397771	3	2	2	1	1	False	123003	fragment	False	AST0016_000000018122	0.9788259917572253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	100.0	8.0	2.8408390911054198e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0195_000000014080	1840	0.5124945959251346	3	3	2	3	2	False	81445	maximal	True	ENG0195_000000014080	1.0		1	1	False	False	0.9717391133308411	0					non-mobilizable	no_good_hit	1381.0	80.15899999999999	75.0	0.0003359775693804741	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
ENG0145_000000020853	1383	0.5124935442276581	2	2	2	2	2	False	57469	maximal	True	ENG0145_000000020853	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	76.829	12.0	0.0003144983750917287	NZ_FOAN01000006.1	a-proteobacteria	Bosea lupini strain LMG 26383,CCUG 61248,R- 45681, whole genome shotgun sequence	True	False
FIJ0123_000000026521	1310	0.5124898577019452	1	1	1	1	1	False	41296	maximal	True	FIJ0123_000000026521	1.0		10	4	False	False	0.9984732866287231	0					non-mobilizable	chromosome	1310.0	99.695	100.0	0.00023905344332835442	CP049609.1	enterobacteria	Escherichia coli strain 06-3538 chromosome, complete genome	False	False
AST0010_000000004802	5357	0.5124897974077182	5	5	4	4	3	False	126504	maximal	True	AST0010_000000004802	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	835.0	71.257	15.0	0.0007015916874793999	NZ_JAATJA010000002.1	d-proteobacteria	Desulfobaculum xiamenense strain DSM 24233 Ga0373198_02, whole genome shotgun sequence	True	False
MON0039_000000013829	3307	0.5124856042983845	3	3	3	3	3	False	131408	fragment	False	SPA0109_000000006156	0.430307358877448		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	807.0	74.597	24.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
USA0042_01_000000002436	11249	0.5124855649308809	9	7	6	6	4	False	95624	maximal	True	USA0042_01_000000002436	1.0		47	9	False	False	0.9993777275085449	0					non-mobilizable	no_good_hit	1049.0	77.312	9.0	0.00046410400927851016	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0006_000000010174	1895	0.5124839145453609	3	3	3	3	3	False	99566	fragment	False	AUS0020_000000014410	0.4823752711496746		0	0	False	False	0.9815303683280945	0					non-mobilizable	plasmid	1895.0	99.525	100.0	0.007768703574506505	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
CHI0188_000000013832	1111	0.5124831333639011	2	2	2	2	1	False	77001	maximal	True	CHI0188_000000013832	1.0		178	9	False	False	0.9918991923332214	0					non-mobilizable	other	1109.0	99.82	99.0	0.003178674194501582	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
ISR0775_000000006490	2936	0.5124788748820398	4	4	4	4	1	False	29538	maximal	True	ISR0775_000000006490	1.0		85	8	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	78.378	4.0	0.00422183841872961	NZ_BAJY01000035.1	CFB group bacteria	Prevotella falsenii DSM 22864 = JCM 15124, whole genome shotgun sequence	True	False
MON0105_000000028657	1898	0.5124726732905694	3	3	3	3	3	False	87118	fragment	False	MON0105_000000028657	0.9857382556849932		0	0	False	False	1.0	0					non-mobilizable	chromosome	1898.0	99.262	100.0	0.0005060381798737652	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0108_000000013526	1711	0.5124726732905694	3	3	3	3	3	False	87115	fragment	False	MON0051_000000021051	0.9837364665602113		0	0	False	False	1.0	0					non-mobilizable	chromosome	1711.0	99.35700000000001	100.0	0.00045615460600112733	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0834_000000010681	1639	0.5124726732905694	3	3	3	3	3	False	87115	fragment	False	MON0051_000000021051	0.9809347728726123		0	0	False	False	1.0	0					non-mobilizable	chromosome	1639.0	99.39	100.0	0.0004369480962747641	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0294_000000005554	3433	0.5124723778130241	3	3	3	3	3	False	53794	maximal	True	ISR0294_000000005554	1.0		44	8	False	False	0.9921351671218872	0					non-mobilizable	no_good_hit	1140.0	74.825	33.0	0.0006216651983843354	NZ_JH815198.1	actinobacteria	Slackia piriformis YIT 12062 supercont1.1, whole genome shotgun sequence	True	False
AST0108_000000009084	2899	0.5124717511945174	4	3	2	2	3	False	107264	maximal	True	AST0108_000000009084	1.0		60	9	False	False	0.9931010603904724	0					non-mobilizable	no_good_hit								True	False
MAD0012_000000011918	2369	0.5124710810840843	4	4	4	3	2	False	55384	fragment	False	SPA0020_000000013554	0.9842529363448459		0	0	False	False	0.9962009191513062	0					non-mobilizable	other	2377.0	84.30799999999999	100.0	0.007278338030853022	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
SPA0020_000000013554	2330	0.5124710810840843	4	4	4	3	2	False	55384	fragment	False	SPA0020_000000013554	0.9865529392817035		0	0	False	False	0.9905579686164856	0					non-mobilizable	other	2319.0	84.21700000000001	99.0	0.007100067927056791	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
FIJ0011_000000027713	1630	0.5124704894415842	3	2	2	2	2	False	50938	maximal	True	FIJ0011_000000027713	1.0		4	3	False	False	0.9760736227035522	0					non-mobilizable	no_good_hit	620.0	70.484	37.0	0.00014975860046646848	NC_015578.1	spirochetes	Treponema primitia ZAS-2, complete sequence	True	False
ISR0183_000000015862	2021	0.5124692923839042	2	2	2	2	2	False	123072	fragment	False	ISR0226_000000002328	0.37755527928935806		0	0	False	False	1.0	0					non-mobilizable	chromosome	2023.0	90.905	100.0	0.0008314739450905973	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0296_000000009608	2685	0.5124687332735384	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.3451750510187804		0	0	False	False	0.9932960867881775	0					non-mobilizable	chromosome	2685.0	98.771	100.0	0.0009453446802924746	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0025_000000021013	1907	0.512466889328615	3	2	2	2	1	False	12815	maximal	True	MON0025_000000021013	1.0		30	7	False	False	0.9984268546104431	0					non-mobilizable	no_good_hit	776.0	99.227	41.0	0.0010111474109407454	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	True	False
CHI0185_000000008456	2450	0.5124664344039043	2	2	2	2	2	False	77225	maximal	True	CHI0185_000000008456	1.0		4	1	False	False	0.9995918273925781	0					non-mobilizable	no_good_hit	1373.0	99.78200000000001	56.0	0.0005698744116420524	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0032_000000008954	2408	0.5124657211645636	4	4	1	3	4	False	65618	fragment	False	ENG0032_000000008954	1.0		0	0	False	False	0.9896179437637329	0					non-mobilizable	plasmid	2391.0	99.414	99.0	0.026862850971922245	CP024617.1	enterobacteria	Escherichia coli strain SMN152SH1 plasmid pO177A1, complete sequence	False	True
TAN0018_000000000953	6407	0.5124652303076669	7	5	2	5	0	False	2431	fragment	False	TAN0018_000000000953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0066_000000026861	1254	0.5124634665540868	3	2	2	1	1	False	45291	fragment	False	FIJ0066_000000026861	1.0		0	0	False	False	0.9944178462028503	0					non-mobilizable	chromosome	1135.0	98.678	91.0	0.0006280652102273828	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
MON0030_000000013336	2603	0.5124633606390594	6	4	3	4	4	False	88885	fragment	False	MON0030_000000013336	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1482.0	86.572	86.0	0.00045887000383895314	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0113_000000017904	1678	0.5124615631310453	3	3	2	3	2	False	79814	fragment	False	SPA0113_000000017904	1.0		0	0	False	False	0.9994040727615356	0					non-mobilizable	other	1678.0	98.868	100.0	0.0021879925266421033	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	False
DEN0082_000000007782	4777	0.5124608755436592	5	3	3	3	1	True	106273	maximal	True	DEN0082_000000007782	1.0		1	1	False	False	0.9993720054626465	0					non-mobilizable	no_good_hit	1084.0	98.801	23.0	0.0012731799874445408	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
DEN0071_000000034680	1275	0.5124598353268123	1	1	1	1	1	False	70356	fragment	False	DEN0071_000000034680	1.0		0	0	False	False	0.998431384563446	0					non-mobilizable	other	1253.0	76.217	97.0	0.0016020871131632551	NZ_KI535368.1	firmicutes	Catonella morbi ATCC 51271 Scfld2, whole genome shotgun sequence	False	False
DEN0087_000000005961	2106	0.5124572099459024	3	3	3	2	2	False	68887	maximal	True	DEN0087_000000005961	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2112.0	86.36399999999999	100.0	0.00042526464281409927	CP021963.1	enterobacteria	Citrobacter youngae strain L6 chromosome, complete genome	False	False
CHI0056_000000005522	3247	0.5124566740715595	5	5	3	4	5	True	109535	fragment	False	CHI0056_000000005522	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3247.0	99.969	100.0	0.08715965845013694	CP021581.1	other sequences	Unidentified plasmid plasmid GF1-2_000286F, complete sequence	False	True
FIJ0108_000000017275	1377	0.5124540030778599	1	1	1	1	1	False	42205	maximal	True	FIJ0108_000000017275	1.0		8	3	False	False	0.9782134890556335	0					non-mobilizable	no_good_hit	915.0	90.601	66.0	0.0002732157857078518	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0049_000000004332	3863	0.5124514489047064	5	5	5	3	4	False	47292	maximal	True	FIJ0049_000000004332	1.0		23	3	False	False	1.0	0					non-mobilizable	other	3765.0	99.336	100.0	0.0018924573279287071	CP003295.1	firmicutes	Streptococcus infantarius subsp. infantarius CJ18, complete genome	False	False
ISR0107_000000002688	6891	0.512445802508544	10	6	5	5	4	False	36242	maximal	True	ISR0107_000000002688	1.0		1	1	False	False	0.9991292953491211	0					non-mobilizable	no_good_hit	1172.0	78.498	17.0	0.7019867549668874	NZ_JAAITU010000113.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_113_length_1661_cov_866.877, whole genome shotgun sequence	True	False
MAD0061_000000003873	4088	0.5124425272218348	5	4	2	3	3	False	16832	maximal	True	MAD0061_000000003873	1.0		3	1	False	False	0.9973092079162598	0					non-mobilizable	no_good_hit	2860.0	92.273	72.0	0.06861261261261262	CP046625.1	firmicutes	Streptococcus sp. CNU G3 plasmid p1_CUN_G3, complete sequence	True	False
FIJ0041_000000007770	4558	0.5124420748351217	4	4	4	4	4	False	79276	backbone	False	FIJ0151_000000003571	0.8687092995249267	PS388	0	0	False	True	1.0	0					non-mobilizable	other	1771.0	95.87799999999999	97.0	0.010722929023841601	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MAD0039_000000012434	1220	0.5124400146900928	3	3	3	3	3	False	18452	fragment	False	MAD0039_000000012434	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1220.0	98.852	100.0	0.010913551067182352	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
TAN0027_000000005141	1992	0.5124375114270348	3	3	3	3	3	False	17594	maximal	True	TAN0027_000000005141	1.0		485	15	False	False	1.0	0					non-mobilizable	chromosome	1992.0	96.185	100.0	0.0005572424586847119	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0107_000000012619	4307	0.5124366132381105	5	2	1	2	2	True	8614	maximal	True	MON0107_000000012619	1.0		2	1	False	False	0.9972138404846191	0					non-mobilizable	no_good_hit	256.0	85.93799999999999	9.0	0.0024112953207313294	NZ_GL833115.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD7, whole genome shotgun sequence	True	True
ENG0046_000000002844	6574	0.5124357288157299	4	4	2	2	3	False	64461	maximal	True	ENG0046_000000002844	1.0		115	8	False	False	1.0	0					non-mobilizable	other	4067.0	93.337	94.0	0.0207697946086698	NZ_CABMOJ010000003.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0370_000000018550	1454	0.5124341399666809	2	2	2	2	2	False	44579	fragment	False	ISR0370_000000018550	0.968438988965053		0	0	False	False	1.0	0					non-mobilizable	other	1480.0	78.176	100.0	0.0006888704809239529	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
FIJ0112_000000004799	5247	0.5124320591584396	7	7	5	5	6	False	42052	maximal	True	FIJ0112_000000004799	1.0		12	1	False	False	1.0	0					non-mobilizable	chromosome	5247.0	99.676	100.0	0.001017247443986431	CP024784.1	enterobacteria	Enterobacteriaceae bacterium S05 chromosome, complete genome	False	False
AST0108_000000018416	1550	0.5124274714451269	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.504415002931966		0	0	False	False	0.9819355010986328	0					non-mobilizable	other	1353.0	96.37799999999999	99.0	0.01950789846073873	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
SPA0038_000000008381	3469	0.5124272082219525	4	4	1	4	3	True	84967	maximal	True	SPA0038_000000008381	1.0		15	8	False	False	0.9997117519378662	0					non-mobilizable	no_good_hit	1870.0	96.631	54.0	0.019495029654999583	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	True	True
FIJ0017_000000010919	2596	0.5124267739756787	3	3	3	3	3	False	50149	maximal	True	FIJ0017_000000010919	1.0		52	3	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	194.0	84.536	9.0	0.00042157759718709076	NZ_FRBZ01000004.1	enterobacteria	Morganella morganii strain NLAE-zl-C84, whole genome shotgun sequence	True	False
FIJ0101_000000012725	2193	0.5124267739756787	3	3	3	3	3	False	46315	fragment	False	FIJ0101_000000012725	0.9944556701432711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000002223	10752	0.512422515953421	12	5	4	4	3	True	113138	maximal	True	ISR0182_000000002223	1.0		1	1	False	False	0.9986979365348816	0					non-mobilizable	no_good_hit	6361.0	95.56700000000001	59.0	0.14518857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0040_000000030536	1131	0.5124216646487024	2	2	2	2	2	False	18314	maximal	True	MAD0040_000000030536	1.0		30	7	False	False	0.987621545791626	0					non-mobilizable	no_good_hit	364.0	72.253	31.0	5.808167896528394e-05	NZ_BLKS01000001.1	high GC Gram+	Mycolicibacterium agri strain JCM 6377 sequence1, whole genome shotgun sequence	True	False
ENG0081_000000002844	8150	0.5124211609190934	7	7	3	7	7	True	125610	maximal	True	ENG0081_000000002844	1.0	PS931	1	1	False	True	1.0	0					non-mobilizable	chromosome	4379.0	92.852	96.0	0.0007224027263627842	CP050203.1	enterobacteria	Escherichia coli strain RH-045-MS chromosome	False	True
USA0015_01_000000030007	1114	0.5124185396787083	1	1	1	1	1	False	1927	fragment	False	USA0093_01_000000014275	0.9940529289325006		0	0	False	False	1.0	0					non-mobilizable	other	591.0	100.0	100.0	0.0012448124025512325	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
SPA0055_000000018186	1708	0.5124185132166384	2	2	2	2	2	False	95244	fragment	False	SPA0111_000000020096	0.9691792120410279		0	0	False	False	1.0	0					non-mobilizable	chromosome	1707.0	99.414	99.0	0.00047677490995106135	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MON0086_000000006614	4589	0.5124182430555396	6	4	3	4	2	True	80716	fragment	False	MON0086_000000006614	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0088_000000014119	2238	0.5124181418469768	3	1	1	1	1	False	9639	maximal	True	MON0088_000000014119	1.0		1	1	False	False	0.9991063475608826	0					non-mobilizable	no_good_hit	80.0	98.75	7.0	3.026811573546617e-06	LN590696.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG32, chromosome: 32	True	False
ISR0334_000000001806	8439	0.5124121266081	9	7	4	6	4	True	24519	maximal	True	ISR0334_000000001806	1.0		1	1	True	True	0.9998815059661865	11					non-mobilizable	no_good_hit	54.0	90.741	1.0	1.5053948522881007e-05	NC_018013.1	CFB group bacteria	Aequorivita sublithincola DSM 14238, complete sequence	True	True
ISR0158_000000008007	2356	0.5124103170652983	4	4	3	4	4	False	85582	maximal	True	ISR0158_000000008007	1.0		1721	16	False	False	1.0	0					non-mobilizable	other	2356.0	99.915	100.0	0.013176594339939349	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	False	False
ENG0207_000000014083	1371	0.5124051725373024	3	2	1	1	2	False	78235	maximal	True	ENG0207_000000014083	1.0		51	7	False	False	0.9941648244857788	0					non-mobilizable	no_good_hit	1134.0	98.94200000000001	83.0	0.003059169137222501	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	True	False
ISR0101_000000021238	1107	0.5124051725373024	2	2	1	1	2	False	78234	fragment	False	ISR0047_000000024540	0.9565891249134149		0	0	False	False	0.9719963669776917	0					non-mobilizable	other	1105.0	99.819	99.0	0.002980867367602508	NZ_CZBZ01000005.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0136_000000001460	4903	0.5124020932890095	8	6	5	5	4	False	53654	maximal	True	ISR0136_000000001460	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	2046.0	98.925	44.0	0.0003954787276773745	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
CAN0014_000000028294	1734	0.5123926268514599	3	2	2	1	1	False	93573	maximal	True	CAN0014_000000028294	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	659.0	96.965	38.0	0.0001827260054095784	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0120_000000021526	1891	0.5123910355873234	3	3	2	3	2	False	65691	fragment	False	ENG0031_000000011203	0.9901089035419913		0	0	False	False	0.9968270659446716	0					non-mobilizable	other	1891.0	99.57700000000001	100.0	0.000572493591252298	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ISR0845_000000005661	1814	0.5123910355873234	3	3	2	3	2	False	65691	fragment	False	ENG0031_000000011203	0.9733623615810899		0	0	False	False	1.0	0					non-mobilizable	other	1814.0	99.779	100.0	0.0005491697782753524	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MON0070_000000013819	2365	0.5123890661586245	2	2	2	2	2	False	13888	maximal	True	MON0070_000000013819	1.0		16	6	False	False	0.9991543292999268	0					non-mobilizable	no_good_hit	471.0	78.132	20.0	0.006955822336083887	NZ_KB890640.1	CFB group bacteria	Prevotella paludivivens DSM 17968 = JCM 13650 strain DSM 17968 B045DRAFT_scaffold_21.22, whole genome shotgun sequence	True	False
ISR0157_000000003660	7334	0.5123869761283817	8	8	3	3	7	True	96785	maximal	True	ISR0157_000000003660	1.0		40	5	False	False	1.0	0					non-mobilizable	no_good_hit	5963.0	99.93299999999999	81.0	0.04210660131503676	NZ_SPFU01000016.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_16_length_141593_cov_22.9012, whole genome shotgun sequence	True	True
USA0125_01_000000003823	6876	0.5123842922906238	9	9	1	7	9	True	35528	fragment	False	USA0125_01_000000003823	1.0		0	0	False	False	0.999854564666748	0			MPF_F		non-mobilizable	plasmid	6858.0	99.18299999999999	99.0	0.08755889826720979	CP041524.1	enterobacteria	Escherichia coli strain 69 plasmid p6007-2	False	True
ENG0044_000000006126	2741	0.5123833615391892	5	3	2	2	2	False	64527	maximal	True	ENG0044_000000006126	1.0		2	2	False	False	0.998175859451294	0					non-mobilizable	no_good_hit								True	False
MON0068_000000018579	2279	0.5123813179258729	2	2	2	2	2	False	69366	maximal	True	MON0068_000000018579	0.9136434398884252		456	12	False	False	0.9995611906051636	0					non-mobilizable	chromosome	2307.0	94.365	100.0	0.0003416822387791108	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
AST0118_000000024068	1300	0.5123808026515657	2	1	1	1	1	True	105738	fragment	False	AST0118_000000024068	0.9629773967264225		0	0	False	False	0.9992307424545288	0					non-mobilizable	no_good_hit	1056.0	78.22	81.0	0.022778696371073014	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0199_000000027749	1101	0.5123793401311069	2	1	1	1	1	False	28785	fragment	False	ISR0199_000000027749	0.9618181818181818		0	0	False	False	0.9809264540672302	0					non-mobilizable	no_good_hit	128.0	78.906	12.0	0.0002715346195949644	NZ_SLXA01000001.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_101, whole genome shotgun sequence	True	False
ISR0335_000000004181	3917	0.5123789779806913	6	4	4	4	4	False	55341	maximal	True	ISR0335_000000004181	0.9914256588450252		74	4	False	False	0.9964258074760437	0					non-mobilizable	other	3917.0	99.10600000000001	100.0	0.0018966996167368727	CP014241.1	high GC Gram+	Bifidobacterium angulatum strain GT102, complete genome	False	False
USA0061_01_000000004879	2241	0.5123753742518508	3	3	3	3	3	False	104585	maximal	True	USA0061_01_000000004879	0.9954107388710418		120	10	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	75.778	20.0	0.002052382835300985	NZ_QGDS01000007.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_107, whole genome shotgun sequence	True	False
MON0004_000000018803	2218	0.51237247217971	4	4	3	3	2	False	62667	maximal	True	MON0004_000000018803	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	1564.0	88.363	80.0	0.0004570958415705813	CP043028.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MA3014 chromosome 1, complete sequence	True	False
CHI0051_000000010396	1766	0.5123684527778066	4	4	2	3	1	False	86607	maximal	True	CHI0051_000000010396	1.0		1	1	False	False	0.984711229801178	0					non-mobilizable	no_good_hit	730.0	78.219	41.0	0.00019799945570977113	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CAN0017_000000008793	4193	0.5123665638802314	4	4	4	4	3	False	115903	maximal	True	CAN0017_000000008793	0.9755813953488373		63	11	False	False	0.9997615218162537	0					non-mobilizable	no_good_hit	1971.0	84.932	57.0	0.000674481928990899	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0014_000000015727	1488	0.5123646075102016	2	2	2	2	1	False	66905	maximal	True	ENG0014_000000015727	0.9969656102494943		16	7	False	False	0.9986559152603149	0					non-mobilizable	no_good_hit	401.0	75.312	27.0	0.0001263603229858976	CP025249.1	high GC Gram+	Actinomyces sp. 432 chromosome, complete genome	True	False
SPA0020_000000001964	10859	0.5123633359140956	15	12	6	8	9	True	129082	maximal	False	ENG0116_000000001568	0.9859522284250023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	8475.0	94.265	79.0	0.002246953950464444	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
AST0052_000000004552	4365	0.5123630685488925	5	3	2	3	1	True	114616	fragment	False	AST0052_000000004552	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	71.469	8.0	0.00014751287761915064	NZ_QFGA01000001.1	firmicutes	Pelotomaculum schinkii strain HH Psch_contig000001, whole genome shotgun sequence	True	True
TAN0002_000000037718	1133	0.5123621280070634	3	1	1	1	1	False	3002	maximal	True	TAN0002_000000037718	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	846.0	94.56299999999999	75.0	0.0003562338818941175	CP023510.1	high GC Gram+	Rothia mucilaginosa strain FDAARGOS_369 chromosome, complete genome	True	False
ENG0092_000000003258	5662	0.5123588126142972	4	4	1	4	0	True	129147	maximal	True	ENG0092_000000003258	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	553.0	82.27799999999999	23.0	0.0011479663848677538	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0026_000000005056	5657	0.5123588126142972	5	4	1	4	0	True	129148	fragment	False	DEN0026_000000005056	1.0		0	0	False	False	0.9985858201980591	0					non-mobilizable	no_good_hit	792.0	84.72200000000001	32.0	0.0016477185997737524	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ENG0142_000000028563	1212	0.5123569541912412	1	1	1	1	1	True	57648	fragment	False	ENG0142_000000028563	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0048_000000011626	1375	0.5123555198805902	2	2	2	2	2	False	114878	maximal	True	AST0048_000000011626	1.0		6	4	False	False	0.9978181719779968	0					non-mobilizable	other	1311.0	74.447	95.0	0.02209136088229287	NZ_NFHM01000019.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_19, whole genome shotgun sequence	False	False
ENG0021_000000013725	1294	0.5123555198805902	2	2	2	2	2	False	114878	maximal	False	AST0048_000000011626	0.9705454545454546		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	75.535	100.0	0.0028105726107964155	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	False	False
MON0102_000000010583	4273	0.512353550664939	7	3	3	3	2	False	66993	maximal	True	MON0102_000000010583	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1464.0	89.208	49.0	0.015797291583090286	NZ_FQZN01000025.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	False
ENG0188_000000007748	3419	0.5123535386300029	6	4	3	3	2	False	54925	fragment	False	ENG0188_000000007748	1.0		0	0	False	False	0.9997075200080872	0					non-mobilizable	no_good_hit	2194.0	85.64299999999999	89.0	0.008345993199843131	NZ_SPGG01000005.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_5_length_262641_cov_36.2377, whole genome shotgun sequence	True	False
FIJ0052_000000012062	2400	0.5123532269730521	3	3	2	3	2	False	51424	maximal	True	FIJ0052_000000012062	1.0		7	5	False	False	0.9958333373069763	0					non-mobilizable	no_good_hit	1044.0	71.55199999999999	43.0	0.006899838243091772	NZ_SPFR01000010.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_10_length_148989_cov_36.8612, whole genome shotgun sequence	True	False
CHI0174_000000013707	1138	0.5123517475127042	2	2	2	2	1	True	93418	fragment	False	SPA0119_000000025426	0.9468475621759959		0	0	False	False	0.9964850544929504	0					non-mobilizable	chromosome	1138.0	100.0	100.0	0.0002530407170777781	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ENG0162_000000013019	1884	0.5123502501742992	3	2	1	2	0	True	56355	maximal	True	ENG0162_000000013019	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0177_000000022985	1121	0.5123502501742992	3	2	1	2	0	True	55487	fragment	False	ENG0187_000000027349	0.9670231729055259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0398_000000010658	2190	0.5123501601156146	3	2	2	2	2	False	85800	maximal	True	ISR0398_000000010658	1.0		35	8	False	False	0.9968036413192749	0					non-mobilizable	no_good_hit	925.0	83.351	42.0	0.000382546890030853	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
CAN0002_000000009954	1916	0.5123491291661495	2	2	2	1	1	True	96924	fragment	False	CAN0002_000000009954	1.0		0	0	False	False	0.9979122877120972	0					non-mobilizable	no_good_hit	505.0	77.03	26.0	0.00016115915981928256	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0048_000000011417	1673	0.5123420914754849	3	3	3	2	2	False	36029	maximal	True	ISR0048_000000011417	1.0		92	10	False	False	0.9958158731460571	0					non-mobilizable	no_good_hit	1034.0	97.87200000000001	62.0	0.017402606171089057	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0071_000000023582	1549	0.5123417689013946	3	3	3	3	2	False	44852	maximal	True	FIJ0071_000000023582	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	77.64	31.0	0.000254908597060197	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MON0092_000000013220	3913	0.5123404445689947	5	4	4	2	1	False	61637	fragment	False	MON0092_000000013220	0.9885385297432706		0	0	False	False	0.9997444152832031	0					non-mobilizable	no_good_hit	1332.0	76.80199999999999	33.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0025_000000010891	3543	0.5123404445689947	4	4	4	2	1	False	61637	fragment	False	MON0092_000000013220	0.9617058283738084		0	0	False	False	0.9977419972419739	0					non-mobilizable	no_good_hit	1332.0	76.877	37.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0212_000000010012	3428	0.5123404445689947	4	4	4	2	1	False	61637	fragment	False	MON0092_000000013220	0.7276396855186531		0	0	False	False	0.9921236634254456	0					non-mobilizable	no_good_hit	1332.0	76.80199999999999	38.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
USA0062_01_000000011457	1726	0.512340217414503	2	2	2	2	2	False	876	maximal	True	USA0062_01_000000011457	1.0		7	4	False	False	1.0	0					non-mobilizable	other	1726.0	98.37799999999999	100.0	0.09946949602122016	NZ_WNCH01000047.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold47_size17342, whole genome shotgun sequence	False	False
DEN0018_000000027753	1448	0.5123381269765345	3	2	2	2	2	False	75010	fragment	False	DEN0018_000000027753	1.0		0	0	False	False	0.9986187815666199	0					non-mobilizable	no_good_hit	111.0	86.486	8.0	3.3319732824207815e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
FIJ0109_000000005299	5230	0.5123375464203591	4	2	2	2	2	False	42164	maximal	True	FIJ0109_000000005299	1.0		2	1	False	False	0.9984703660011292	0					non-mobilizable	no_good_hit	1863.0	89.211	36.0	0.011724640273979604	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	True	False
ENG0129_000000001558	13935	0.5123371697089116	22	8	3	6	6	True	107960	maximal	True	ENG0129_000000001558	1.0		1	1	False	False	0.9993541240692139	0					non-mobilizable	no_good_hit	5409.0	97.689	77.0	0.008978690552285763	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0007_000000022789	1780	0.5123351325113414	2	2	1	2	2	False	44983	fragment	False	MON0102_000000026512	0.9548151027640877		0	0	False	False	1.0	0					non-mobilizable	other	1706.0	95.662	96.0	0.1182922596320722	NZ_CABKPS010000004.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0054_000000002351	9958	0.5123340728501483	11	7	3	4	6	False	118431	maximal	True	ENG0054_000000002351	1.0		1	1	False	False	0.9998995661735535	0					non-mobilizable	no_good_hit	3246.0	91.62	49.0	0.0004980204803408303	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
FIJ0116_000000002273	8714	0.5123324598406156	4	1	1	1	1	False	41684	fragment	False	FIJ0116_000000002273	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	8301.0	87.471	95.0	0.3259060614425997	MK231574.1	viruses	Uncultured human fecal virus clone B.pseudocatenulat_S04.r2.G05_1-CL12_c16 sequence	False	False
MON0074_000000001855	6969	0.5123279900805876	8	7	4	7	2	True	35237	maximal	True	MON0074_000000001855	1.0		2	1	False	False	0.9997130036354065	0					non-mobilizable	no_good_hit	1128.0	99.823	16.0	0.00039161165744856145	CP011940.1	firmicutes	Megasphaera hexanoica strain MH chromosome, complete genome	True	True
ENG0042_000000001360	16919	0.5123262429383298	20	7	3	5	3	False	64718	fragment	False	ENG0042_000000001360	1.0		0	0	False	False	0.9999408721923828	0					non-mobilizable	no_good_hit	1063.0	96.802	6.0	0.008116845894572719	NZ_CYXX01000009.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0155_000000011816	1697	0.5123251340100939	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.1189726756120294		0	0	False	False	0.9976428747177124	0					non-mobilizable	other	1697.0	95.816	100.0	0.003523357665759864	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0147_000000005117	3629	0.5123238694154942	4	4	2	2	4	False	117376	maximal	True	FIJ0147_000000005117	1.0	PS787|PS788	1	1	False	True	0.9991733431816101	0					non-mobilizable	chromosome	1496.0	98.396	98.0	0.0006482106567566314	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
SPA0015_000000010826	2098	0.5123222952731317	3	3	2	3	1	False	58425	maximal	True	SPA0015_000000010826	0.9523936207840927		666	15	False	False	0.9990466833114624	0					non-mobilizable	other	2098.0	97.95	100.0	0.0006505065613744075	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0093_000000022990	1370	0.5123215991992047	2	2	1	2	1	False	68434	fragment	False	DEN0093_000000022990	1.0		0	0	False	False	0.9963503479957581	0					non-mobilizable	chromosome	1370.0	99.56200000000001	100.0	0.00036686911910677953	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0320_000000010749	2257	0.5123178079474962	2	1	1	1	1	False	25065	fragment	False	ISR0320_000000010749	1.0		0	0	False	False	0.9986708164215088	0					non-mobilizable	other	1327.0	97.43799999999999	100.0	0.0002462464631153323	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
MON0041_000000034138	1921	0.5123178079474962	2	1	1	1	1	False	11799	fragment	False	MON0041_000000034138	1.0		0	0	False	False	0.9989588856697083	0					non-mobilizable	other	1921.0	92.087	100.0	0.005140403464080125	NZ_FNRI01000004.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	False	False
MON0083_000000024317	1619	0.5123178079474962	1	1	1	1	1	False	9867	maximal	True	MON0083_000000024317	1.0		101	11	False	False	0.9993823170661926	0					non-mobilizable	other	1595.0	99.749	99.0	0.00277234266433609	NZ_ABJL02000006.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont604, whole genome shotgun sequence	False	False
SPA0015_000000010634	2126	0.5123169847622596	3	2	2	2	2	False	32677	fragment	False	SPA0015_000000010634	1.0		0	0	False	False	0.9995296597480774	0					non-mobilizable	other	2126.0	99.81200000000001	100.0	0.014767609940512592	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	False
FIJ0044_000000007441	2959	0.5123145130415909	4	4	3	4	3	False	124363	fragment	False	SPA0131_000000008475	0.9466606156741072		0	0	False	False	0.9986481666564941	0					non-mobilizable	other	2900.0	95.48299999999999	98.0	0.016651882912668333	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0012_000000006196	4327	0.5123141114467822	6	3	2	3	1	False	19689	maximal	True	MAD0012_000000006196	1.0		1	1	False	False	0.9997689127922058	0					non-mobilizable	no_good_hit								True	False
ISR0026_000000011365	1983	0.5123136725746461	4	3	2	3	3	True	37296	maximal	True	ISR0026_000000011365	1.0		37	11	False	False	1.0	0					non-mobilizable	no_good_hit	627.0	96.17200000000001	89.0	0.0002181996645441579	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
AST0059_000000003133	4347	0.5123133843154282	9	1	0	0	1	False	112900	maximal	True	AST0059_000000003133	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0002684265575682405	AC240290.1	eudicots	Solanum tuberosum chromosome 7 clone RHPOTKEY032K01, complete sequence	True	False
ENG0177_000000011278	2392	0.5123133843154282	4	1	0	0	1	False	55529	maximal	True	ENG0177_000000011278	1.0		1	1	False	False	0.9995819330215454	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.270474369890058e-06	NZ_KZ614145.1	firmicutes	Rummeliibacillus pycnus strain DSM 15030 Scaffold1, whole genome shotgun sequence	True	False
ISR0383_000000006179	2250	0.5123133843154282	2	1	0	0	1	False	58531	fragment	False	ISR0383_000000006179	1.0		0	0	False	False	0.9782222509384155	0					non-mobilizable	no_good_hit	625.0	83.2	28.0	0.00019539979471791682	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
FIJ0063_000000013147	2072	0.5123133843154282	3	1	0	0	1	False	45599	maximal	True	FIJ0063_000000013147	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000013792	1944	0.5123133843154282	2	1	0	0	1	False	58530	fragment	False	ENG0129_000000013792	1.0		0	0	False	False	0.9948559403419495	0					non-mobilizable	no_good_hit	551.0	84.211	28.0	0.00017261919467691174	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0151_000000010501	1899	0.5123133843154282	3	1	0	0	1	False	30765	maximal	True	ISR0151_000000010501	1.0		0	0	False	False	0.981569230556488	0					non-mobilizable	no_good_hit								True	False
ISR0139_000000016774	1613	0.5123133843154282	4	1	0	0	1	False	31297	maximal	True	ISR0139_000000016774	1.0		0	0	False	False	0.9795412421226501	0					non-mobilizable	no_good_hit	563.0	82.238	54.0	0.0001755068763722504	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ENG0206_000000016524	1546	0.5123133843154282	2	1	0	0	1	False	53942	fragment	False	ENG0206_000000016524	1.0		0	0	False	False	0.9987063407897949	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	1.1982430781525951e-06	CP023127.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-15	True	False
ISR0079_000000018502	1540	0.5123133843154282	3	1	0	0	1	False	34350	fragment	False	ISR0079_000000018502	1.0		0	0	False	False	0.9902597665786743	0					non-mobilizable	no_good_hit	625.0	83.2	40.0	0.00019539979471791682	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
SPA0105_000000018555	1299	0.5123133843154282	2	1	0	0	1	False	4774	maximal	True	SPA0105_000000018555	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0324_000000027630	1123	0.5123133843154282	2	1	0	0	1	False	24891	fragment	False	ISR0324_000000027630	1.0		0	0	False	False	0.9795191287994385	0					non-mobilizable	plasmid	1099.0	94.26799999999999	97.0	0.11159804321239299	BK010451.1	firmicutes	TPA_exp: Paeniclostridium sordellii strain SSCC37615 plasmid pCSTC2, complete sequence	False	True
SPA0126_000000033362	1359	0.5123111895752053	2	2	2	2	1	False	36581	fragment	False	SPA0126_000000033362	1.0		0	0	False	False	0.9801324605941772	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	5.0	1.7901968295087622e-05	NC_008571.1	CFB group bacteria	Gramella forsetii KT0803, complete genome	True	False
MAD0045_000000038509	1119	0.5123070074347932	2	2	2	2	2	False	120657	fragment	False	ISR0241_000000011415	0.5629848096048691		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	98.66	100.0	0.0018561716045590762	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0148_000000018975	1807	0.5123058328671704	4	4	2	2	4	False	104848	fragment	False	ISR0052_000000018063	0.9518796992481202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	99.335	25.0	0.010638046381882225	NZ_CYZN01000030.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0073_000000009172	1155	0.5123039778605274	2	2	2	1	1	False	5834	fragment	False	SPA0073_000000009172	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	98.961	100.0	0.005545970520811807	NZ_CZBD01000006.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0175_000000003884	6643	0.5123006851966476	7	2	2	2	2	False	71867	fragment	False	ISR0175_000000003884	1.0		0	0	False	False	0.9998494386672974	0					non-mobilizable	no_good_hit	118.0	81.35600000000001	2.0	0.010182584269662922	NZ_AYYI01000052.1	firmicutes	Lactobacillus rennini DSM 20253 NODE_54, whole genome shotgun sequence	True	False
MAD0064_000000009678	2151	0.5123000506572329	3	3	3	3	2	False	70109	fragment	False	MAD0064_000000009678	0.9840247973295184		0	0	False	False	0.9990702271461487	0					non-mobilizable	other	2151.0	98.04700000000001	100.0	0.020360619720443958	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
DEN0082_000000025528	1636	0.5122984584213447	2	2	2	2	2	False	118606	fragment	False	CHI0059_000000010352	0.3046617161716172		0	0	False	False	1.0	0					non-mobilizable	other	1346.0	90.119	99.0	0.00032003137506094977	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	False
ENG0078_000000012079	2155	0.5122982995455277	3	3	3	2	2	False	130920	maximal	True	ENG0078_000000012079	1.0	PS1128	7	4	False	True	1.0	0					non-mobilizable	no_good_hit	1528.0	82.788	82.0	0.0004297900542428612	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AUS0002_000000024052	1554	0.5122975345268114	3	1	1	1	1	False	102844	maximal	True	AUS0002_000000024052	1.0		89	13	False	False	0.9684684872627258	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000002500	16358	0.5122967698713828	20	14	13	10	8	False	81781	maximal	True	ISR0816_000000002500	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	3998.0	97.749	26.0	0.06650471705961632	NZ_JAANXY010000020.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_20, whole genome shotgun sequence	True	False
USA0030_01_000000006626	2557	0.5122950469107488	3	3	2	3	1	True	91418	fragment	False	USA0030_01_000000006626	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2556.0	97.535	99.0	0.19217751034223393	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	False	True
FIJ0008_000000017278	1659	0.5122940383429686	3	1	1	1	1	False	51412	maximal	True	FIJ0008_000000017278	1.0		3	2	False	False	0.979505717754364	0					non-mobilizable	no_good_hit	142.0	90.845	14.0	0.0023838909834818334	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
SPA0094_000000010115	1185	0.5122928018752715	1	1	1	1	1	False	5229	fragment	False	SPA0094_000000010115	1.0		0	0	False	False	0.9704641103744507	0					non-mobilizable	chromosome	1166.0	100.0	98.0	0.00022401343234534758	CP054363.1	enterobacteria	Escherichia coli strain SCU-171 chromosome, complete genome	False	False
TAN0003_000000003069	2643	0.5122902427955495	5	4	4	3	2	False	2985	maximal	True	TAN0003_000000003069	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	75.046	20.0	0.0002148262881890663	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
MON0016_000000003174	5424	0.5122898406470037	7	3	1	1	2	True	98487	fragment	False	MON0016_000000003174	1.0		0	0	False	False	0.9966813921928406	0					non-mobilizable	no_good_hit								True	True
SPA0003_000000003521	4968	0.5122898406470037	7	3	1	1	2	True	101239	fragment	False	SPA0003_000000003521	0.9562195930803875		0	0	False	False	1.0	0					non-mobilizable	other	4968.0	96.73899999999999	100.0	0.001454534592856235	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
FIJ0169_000000004391	4919	0.5122898406470037	6	3	1	1	2	True	101239	fragment	False	SPA0003_000000003521	0.8388390225942862		0	0	False	False	1.0	0					non-mobilizable	other	4923.0	96.87200000000001	100.0	0.05432715694512007	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
CHI0113_000000001559	4795	0.5122898406470037	6	3	1	1	2	True	111294	fragment	False	CHI0113_000000001559	1.0		0	0	False	False	0.9985401630401611	0					non-mobilizable	other	4795.0	99.958	100.0	0.023705916094704987	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MAD0094_000000002959	4429	0.5122898406470037	6	3	1	1	2	True	101239	fragment	False	SPA0003_000000003521	0.7143502542457085		0	0	False	False	0.9997742176055908	0					non-mobilizable	other	4431.0	96.45700000000001	100.0	0.048898863485605626	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ISR0060_000000006709	4405	0.5122898406470037	6	3	1	1	2	True	101239	fragment	False	SPA0003_000000003521	0.2355985598559856		0	0	False	False	1.0	0					non-mobilizable	other	4406.0	98.411	100.0	0.04863352938575156	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0173_000000004652	3994	0.5122898406470037	6	3	1	1	2	True	111289	fragment	False	ENG0173_000000004652	0.9829982907629629		0	0	False	False	0.9987481236457825	0					non-mobilizable	other	3994.0	100.0	100.0	0.019745040251597207	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
AUS0012_000000003912	3926	0.5122898406470037	6	3	1	1	2	True	101238	fragment	False	MON0099_000000007487	0.9576210186534948		0	0	False	False	1.0	0					non-mobilizable	other	3927.0	97.632	100.0	0.04332684738867024	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MON0099_000000007487	3914	0.5122898406470037	6	3	1	1	2	True	101238	fragment	False	MON0099_000000007487	0.9592463141457154		0	0	False	False	1.0	0					non-mobilizable	other	3915.0	97.165	100.0	0.0431941803387432	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
MAD0010_000000000758	3886	0.5122898406470037	6	3	1	1	2	True	101238	fragment	False	MON0099_000000007487	0.958848907479566		0	0	False	False	0.9956253170967102	0					non-mobilizable	other	3887.0	97.14399999999999	100.0	0.04289567947640738	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0062_000000006388	3880	0.5122898406470037	5	3	1	1	2	True	111291	fragment	False	ENG0062_000000006388	1.0		0	0	False	False	0.9997422695159912	0					non-mobilizable	other	3880.0	99.97399999999999	100.0	0.019181320094151157	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0099_000000007703	3839	0.5122898406470037	6	3	1	1	2	True	111289	fragment	False	ENG0173_000000004652	0.9604804458333359		0	0	False	False	0.9997395277023315	0					non-mobilizable	other	3817.0	99.921	99.0	0.018864845619795477	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
ISR0111_000000004794	3543	0.5122898406470037	6	3	1	1	2	True	111289	fragment	False	ENG0173_000000004652	0.7947135720797641		0	0	False	False	1.0	0					non-mobilizable	other	3543.0	100.0	100.0	0.01751488419012204	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0027_000000011113	3469	0.5122898406470037	6	3	1	1	2	True	44945	fragment	False	MON0027_000000011113	0.9777711024331631		0	0	False	False	1.0	0					non-mobilizable	other	3470.0	97.23299999999999	100.0	0.03827444390394905	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
FIJ0142_000000009584	3386	0.5122898406470037	5	3	1	1	2	True	44070	fragment	False	FIJ0142_000000009584	0.9773753143016484		0	0	False	False	1.0	0					non-mobilizable	other	3393.0	90.45100000000001	100.0	0.004422692356422504	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
USA0037_01_000000010446	3368	0.5122898406470037	6	3	1	1	2	True	111289	fragment	False	ENG0173_000000004652	0.6254378078778885		0	0	False	False	1.0	0					non-mobilizable	other	3368.0	99.376	100.0	0.016649524299305735	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
FIJ0070_000000005825	3329	0.5122898406470037	5	3	1	1	2	True	44945	fragment	False	MON0027_000000011113	0.9587777457480542		0	0	False	False	1.0	0					non-mobilizable	other	3330.0	98.679	100.0	0.036748772829788175	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
ENG0155_000000006890	3322	0.5122898406470037	5	3	1	1	2	True	111289	fragment	False	ENG0173_000000004652	0.31904340993910824		0	0	False	False	0.9960867166519165	0					non-mobilizable	other	3322.0	100.0	100.0	0.01642205827086259	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	False	True
MON0046_000000009709	3181	0.5122898406470037	5	3	1	1	2	True	44070	fragment	False	FIJ0142_000000009584	0.9558114158700006		0	0	False	False	1.0	0					non-mobilizable	other	3185.0	88.98	100.0	0.004153621291619481	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	False	True
MON0013_000000015630	3159	0.5122898406470037	5	3	1	1	2	True	44070	fragment	False	FIJ0142_000000009584	0.9524580643381926		0	0	False	False	1.0	0					non-mobilizable	other	3163.0	88.935	100.0	0.0009250804869806416	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	False	True
ISR0358_000000006829	2793	0.5122884019960552	4	2	2	1	1	False	129376	maximal	True	ISR0358_000000006829	1.0		0	0	False	False	0.9967776536941528	0					non-mobilizable	no_good_hit	1544.0	78.497	55.0	0.03589525027229246	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0064_000000010278	2064	0.5122884019960552	4	2	2	1	1	False	129392	maximal	True	ISR0064_000000010278	0.9876160990712074		107	6	False	False	1.0	0					non-mobilizable	no_good_hit	1542.0	81.193	74.0	0.03589525027229246	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0091_000000005483	1941	0.5122884019960552	3	2	2	1	1	False	129373	maximal	True	SPA0091_000000005483	1.0		28	5	False	False	1.0	0					non-mobilizable	other	458.0	98.035	99.0	0.00012889192989858433	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0102_000000016150	1938	0.5122884019960552	4	2	2	1	1	False	129392	maximal	False	ISR0064_000000010278	0.9578488372093024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	80.305	71.0	0.03194109011696737	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0122_000000008658	1867	0.5122884019960552	2	2	2	1	1	False	129383	maximal	True	FIJ0122_000000008658	1.0		22	7	False	False	0.9946438074111938	0					non-mobilizable	chromosome	1551.0	77.176	99.0	0.0004049227457781913	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0309_000000010613	1810	0.5122884019960552	2	2	2	1	1	False	129377	fragment	False	ISR0309_000000010613	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1491.0	80.08	86.0	0.03464033716910546	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0081_000000014115	1686	0.5122884019960552	2	2	2	1	1	False	129380	fragment	False	ISR0081_000000014115	0.9821640903686087		0	0	False	False	0.9994068741798401	0					non-mobilizable	no_good_hit	1402.0	77.60300000000001	83.0	0.014100487895448028	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0298_000000008796	1682	0.5122884019960552	3	2	2	1	1	False	129380	fragment	False	ISR0081_000000014115	0.9810201660735469		0	0	False	False	0.9964328408241272	0					non-mobilizable	no_good_hit	1354.0	77.179	80.0	0.013584742178716205	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0178_000000006370	1602	0.5122884019960552	3	2	2	1	1	False	129387	fragment	False	CHI0178_000000006370	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1417.0	77.064	93.0	0.00036954895197096346	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0110_000000014839	1582	0.5122884019960552	3	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8241624372333636		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	80.125	91.0	0.03355116730596202	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0036_000000027412	1555	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8474596683565756		0	0	False	False	1.0	0					non-mobilizable	other	1503.0	80.506	96.0	0.03461665956338495	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0214_000000019849	1536	0.5122884019960552	3	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8402792363977863		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	77.63	99.0	0.0003894961820348905	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0006_000000025426	1530	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8384188386913909		0	0	False	False	1.0	0					non-mobilizable	other	1536.0	80.469	99.0	0.0357295070322489	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0343_000000012340	1524	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7999142520794966		0	0	False	False	0.9986876845359802	0					non-mobilizable	other	1379.0	79.55	90.0	0.03194109011696737	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0147_000000010150	1496	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8008186618220736		0	0	False	False	0.9973261952400208	0					non-mobilizable	other	1377.0	80.17399999999999	92.0	0.03194109011696737	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0096_000000028300	1490	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7993745397355254		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	80.468	91.0	0.031704314059762276	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0130_000000022673	1479	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8558843787663101		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	80.458	99.0	0.034474593929061895	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0088_000000007902	1450	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.800717681315745		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	80.17399999999999	95.0	0.03194109011696737	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0092_000000009494	1449	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8022613908441		0	0	False	False	1.0	0					non-mobilizable	other	1376.0	80.45100000000001	95.0	0.03194109011696737	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0067_000000022533	1441	0.5122884019960552	3	2	2	1	1	False	129385	fragment	False	FIJ0067_000000022533	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1274.0	76.138	92.0	0.00033122734201313333	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0003_000000022286	1438	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7800716029103689		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.259	95.0	0.009515227201771066	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0069_000000015390	1435	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8212451989600731		0	0	False	False	1.0	0					non-mobilizable	other	1437.0	80.445	99.0	0.033385424065918455	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0040_000000016977	1433	0.5122884019960552	2	2	2	1	1	False	124161	fragment	False	ISR0115_000000014150	0.23818139607817898		0	0	False	False	0.9986042976379395	0					non-mobilizable	other	1350.0	97.037	94.0	0.03194109011696737	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0074_000000021055	1431	0.5122884019960552	3	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7682190404387849		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	79.29	94.0	0.03134914997395463	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0130_000000020314	1420	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7785224657704544		0	0	False	False	0.9992957711219788	0					non-mobilizable	other	1401.0	77.73	98.0	0.014090172981113392	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0165_000000016939	1417	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.8020257873453769		0	0	False	False	1.0	0					non-mobilizable	other	1376.0	80.378	97.0	0.03194109011696737	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0249_000000015522	1415	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7693078383824082		0	0	False	False	0.9992932677268982	0					non-mobilizable	other	1372.0	77.405	96.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0006_000000008923	1410	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7315697449656906		0	0	False	False	1.0	0					non-mobilizable	other	1330.0	79.699	94.0	0.030851920253823932	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0167_000000017967	1409	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7583881937385648		0	0	False	False	1.0	0					non-mobilizable	other	1361.0	77.002	96.0	0.009430079754775353	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0276_000000007213	1407	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7668589586130011		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	77.203	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0108_000000016182	1402	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7679542546509133		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.041	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0393_000000012930	1402	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7754567721081584		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	77.405	97.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0005_000000026183	1395	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7672183421382812		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	80.13	99.0	0.03194109011696737	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0003_000000017835	1387	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7569120629225293		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	77.203	98.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0161_000000012832	1385	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7972025372763482		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	80.244	100.0	0.03227257659705451	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0069_000000018420	1381	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.773180737183814		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	79.59	99.0	0.031727991665482784	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MON0013_000000041105	1378	0.5122884019960552	3	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7345353867352795		0	0	False	False	1.0	0					non-mobilizable	chromosome	1351.0	76.684	100.0	0.00035239802164018636	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0112_000000021178	1376	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7527093080140794		0	0	False	False	0.9985465407371521	0					non-mobilizable	other	1372.0	77.405	99.0	0.013791040465408935	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0028_000000024207	1369	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7518010082693727		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	80.015	98.0	0.03111237391674954	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0048_000000018794	1367	0.5122884019960552	2	2	2	1	1	False	129375	fragment	False	ENG0048_000000018794	0.9761549925484352		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	78.53399999999999	89.0	0.0268030496756168	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0003_000000013384	1362	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7355185159964202		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	77.31	98.0	0.013584742178716205	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0094_000000014978	1361	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7623927822352524		0	0	False	False	0.9992652535438538	0					non-mobilizable	other	1367.0	79.81	99.0	0.031704314059762276	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0346_000000018410	1355	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7635833137468192		0	0	False	False	0.998524010181427	0					non-mobilizable	other	1362.0	79.883	100.0	0.03158592603115973	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0143_000000014517	1355	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7476397969170439		0	0	False	False	0.9963099360466003	0					non-mobilizable	other	1343.0	79.747	99.0	0.03111237391674954	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0297_000000011323	1354	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.09515284972062728		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	78.729	90.0	0.02838944925889094	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0117_000000020361	1352	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7559991862260893		0	0	False	False	1.0	0					non-mobilizable	other	1365.0	76.703	100.0	0.009437175375358329	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0143_000000013965	1345	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.6522389029430095		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	76.999	97.0	0.013172145605330747	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0053_000000008627	1344	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.2670395631650591		0	0	False	False	1.0	0					non-mobilizable	other	1241.0	79.291	92.0	0.028744613344698584	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0076_000000019704	1343	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7472711691131422		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	77.105	100.0	0.009387506031277495	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0096_000000034162	1334	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.7264833971828621		0	0	False	False	0.9977511167526245	0					non-mobilizable	other	1322.0	79.57600000000001	99.0	0.030615144196618836	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0150_000000018332	1329	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.05336019531840555		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	76.5	88.0	0.0034757798592158036	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0394_000000014475	1328	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.5783698638399749		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	77.145	96.0	0.01287301308962629	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0333_000000018149	1326	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.5743196138699243		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	76.316	96.0	0.012955532404303383	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0123_000000026308	1318	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.6895138497044049		0	0	False	False	0.999241292476654	0					non-mobilizable	other	1311.0	79.71	99.0	0.030449400956575272	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0354_000000014251	1303	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.5766179053629945		0	0	False	False	0.9946277737617493	0					non-mobilizable	other	1278.0	76.369	97.0	0.012821438517953108	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0030_000000016674	1302	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.5259261768445918		0	0	False	False	0.996927797794342	0					non-mobilizable	other	707.0	80.764	95.0	0.016171804707108016	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0091_000000022852	1268	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.07257343372634838		0	0	False	False	0.9897476434707642	0					non-mobilizable	other	1168.0	76.627	91.0	0.011686797941143098	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0842_000000018686	1258	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.358658986591927		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	77.76899999999999	100.0	0.0037477974134153013	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0115_000000029284	1252	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.34136060120399886		0	0	False	False	0.9968051314353943	0					non-mobilizable	other	1258.0	79.014	100.0	0.029123455036226736	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0004_000000021631	1206	0.5122884019960552	2	2	2	1	1	False	129372	fragment	False	SPA0125_000000017342	0.1820842564991227		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	77.291	100.0	0.003590631715433369	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0178_000000019900	1165	0.5122884019960552	2	2	2	1	1	False	55432	fragment	False	ENG0178_000000019900	0.9640906548211028		0	0	False	False	0.9974249005317688	0					non-mobilizable	no_good_hit	957.0	78.683	88.0	0.021996495714353366	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0119_000000027434	1156	0.5122884019960552	2	2	2	1	1	False	55432	fragment	False	ENG0178_000000019900	0.9486486704390509		0	0	False	False	0.9965397715568542	0					non-mobilizable	no_good_hit	863.0	79.722	74.0	0.019818155988066487	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0029_000000004668	5083	0.5122881648470944	6	5	4	4	4	False	101581	fragment	False	ISR0798_000000002203	0.5745804222430811		0	0	False	False	1.0	0					non-mobilizable	other	5084.0	99.902	100.0	0.01003407202106701	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0211_000000020725	1133	0.5122867283719894	2	1	1	1	1	False	53616	fragment	False	ENG0211_000000020725	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	484.0	73.967	42.0	0.0002336085104169274	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0158_000000012033	1695	0.5122834560075921	3	3	3	2	1	False	5727	maximal	True	SPA0158_000000012033	1.0		228	10	False	False	0.9994100332260132	0					non-mobilizable	other	1695.0	99.056	100.0	0.014904493344008727	NZ_QRML01000013.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf13, whole genome shotgun sequence	False	False
SPA0110_000000009183	2146	0.5122834337495976	4	3	2	3	2	False	4617	maximal	True	SPA0110_000000009183	1.0		4	1	False	False	0.9948741793632507	0					non-mobilizable	other	2146.0	99.72	100.0	0.0020486401613698095	NZ_CABIYM010000001.1	firmicutes	Anaerostipes caccae isolate MGYG-HGUT-00080, whole genome shotgun sequence	False	False
ENG0172_000000016233	1451	0.5122831836825371	2	2	2	2	2	False	75015	fragment	False	DEN0018_000000027412	0.9647751809112796		0	0	False	False	1.0	0					non-mobilizable	chromosome	1451.0	99.86200000000001	100.0	0.00040366078574659845	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0328_000000020277	1437	0.5122810499476709	2	2	2	2	2	False	24735	fragment	False	ISR0328_000000020277	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	85.535	99.0	0.0016881684782736478	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0004_000000037538	1262	0.5122787503659059	3	2	2	2	0	True	14187	maximal	True	MON0004_000000037538	1.0		0	0	False	False	0.9461172819137573	0					non-mobilizable	no_good_hit	58.0	96.552	10.0	7.168598262536598e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	True
ISR0074_000000005831	4637	0.5122765314015965	4	3	3	3	2	True	96977	maximal	True	ISR0074_000000005831	1.0		3	2	False	False	0.9896484613418579	0					non-mobilizable	other	2857.0	98.04	99.0	0.0009703021628293413	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0002_000000012141	1695	0.5122728336086431	2	2	1	1	2	False	38637	maximal	True	ISR0002_000000012141	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	922.0	72.45100000000001	53.0	0.0010894567789579205	NZ_JH992943.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.4, whole genome shotgun sequence	True	False
SPA0073_000000002575	5574	0.5122689073714676	7	5	3	4	2	False	5856	maximal	True	SPA0073_000000002575	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	74.50399999999999	6.0	8.148612058548941e-05	CP029154.1	firmicutes	Clostridioides difficile strain CD161 chromosome, complete genome	True	False
AST0007_000000013455	1329	0.5122687161821885	3	3	3	2	3	False	126676	fragment	False	AST0007_000000013455	1.0		0	0	False	False	0.9804364442825317	0					non-mobilizable	no_good_hit	135.0	79.259	10.0	1.6787816556905385e-05	NZ_FMHW01000002.1	high GC Gram+	Micromonospora pallida strain DSM 43817, whole genome shotgun sequence	True	False
ISR0088_000000003317	6398	0.5122681180284471	8	5	3	4	4	True	94711	fragment	False	ISR0088_000000003317	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2878.0	78.631	65.0	0.013184475848585188	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	True	True
ENG0114_000000011030	1326	0.5122652280285674	2	2	2	2	2	False	59566	maximal	True	ENG0114_000000011030	1.0		156	11	False	False	0.9758672714233398	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000007861	4227	0.5122650207054198	3	3	3	3	1	True	96231	maximal	True	ISR0182_000000007861	1.0		24	7	False	False	1.0	0					non-mobilizable	no_good_hit	2065.0	74.528	48.0	0.0018434544646759054	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	True	True
CHI0151_000000005802	4221	0.5122650207054198	4	3	3	3	1	True	96232	maximal	True	CHI0151_000000005802	1.0		27	7	False	False	1.0	0					non-mobilizable	no_good_hit	2092.0	76.91199999999999	49.0	0.07948678431070355	NZ_KB894168.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00054.54, whole genome shotgun sequence	True	True
CAN0014_000000014049	3291	0.5122650207054198	3	3	3	3	1	True	96230	fragment	False	CAN0014_000000014049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1144.0	79.021	34.0	0.00023091602469495933	CP012706.1	CFB group bacteria	Bacteroides fragilis strain S14, complete genome	True	True
USA0080_01_000000021625	1980	0.5122631538673355	2	2	2	2	1	False	79378	maximal	True	USA0080_01_000000021625	1.0		1193	13	False	False	1.0	0					non-mobilizable	other	1980.0	100.0	100.0	0.0003832902494950311	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0090_000000028421	1293	0.5122620954210041	2	2	2	2	1	False	5365	maximal	True	SPA0090_000000028421	1.0		105	9	False	False	0.9992266297340393	0					non-mobilizable	no_good_hit	1088.0	98.897	84.0	0.004757111597374179	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0190_000000010173	2258	0.5122576684614886	3	3	3	3	3	False	29189	fragment	False	ISR0190_000000010173	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2258.0	99.469	100.0	0.0009374683287726766	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
FIJ0163_000000018391	1347	0.5122570209786339	2	2	2	1	1	False	39140	fragment	False	FIJ0163_000000018391	1.0		0	0	False	False	0.9992576241493225	0					non-mobilizable	no_good_hit	1212.0	75.0	88.0	0.00022316667367746292	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	False
ISR0258_000000004659	3867	0.5122566814931722	3	3	3	2	2	False	26793	maximal	True	ISR0258_000000004659	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	2783.0	70.14	71.0	0.0023861315039077477	NZ_LT574837.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
ISR0127_000000003223	6298	0.5122564407616568	4	4	4	4	3	False	31919	maximal	True	ISR0127_000000003223	1.0		11	3	True	True	1.0	2					non-mobilizable	other	5708.0	81.93799999999999	99.0	0.007847802213780945	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	True
AST0055_000000005429	5667	0.5122519993457195	4	3	3	2	2	False	129835	maximal	True	AST0055_000000005429	1.0		2	2	False	False	0.9996470808982849	0					non-mobilizable	no_good_hit								True	False
ISR0015_000000011059	2281	0.5122515142165077	4	4	4	3	3	False	55384	fragment	False	SPA0020_000000013554	0.978655742326279		0	0	False	False	1.0	0					non-mobilizable	other	2286.0	84.208	99.0	0.006998638385241694	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
MON0068_000000010998	3735	0.5122500667603227	4	3	2	2	2	True	62103	maximal	True	MON0068_000000010998	1.0		41	8	False	False	0.9989290237426758	0					non-mobilizable	other	3417.0	91.279	91.0	0.02406192396516777	NZ_SPFU01000016.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_16_length_141593_cov_22.9012, whole genome shotgun sequence	False	True
CHI0077_000000003501	3943	0.5122493294437228	7	2	2	2	1	False	84548	fragment	False	CHI0077_000000003501	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1557.0	97.559	67.0	0.00044802854483150413	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
ENG0102_000000018900	1526	0.5122492938989928	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.5499226887955627		0	0	False	False	0.9954128265380859	0					non-mobilizable	no_good_hit	914.0	74.289	80.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
USA0089_01_000000001355	6820	0.5122489921514245	8	2	2	2	1	True	90656	maximal	True	USA0089_01_000000001355	0.9891058384911735		28	7	False	False	1.0	0					non-mobilizable	no_good_hit	4573.0	99.169	76.0	0.00778534189249722	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	True	True
DEN0033_000000004337	6398	0.5122489921514245	7	2	2	2	1	True	90656	maximal	False	USA0089_01_000000001355	0.9730071605033814		0	0	False	False	0.9998437166213989	0					non-mobilizable	no_good_hit	4633.0	99.223	76.0	0.0015594734899609104	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
SPA0072_000000002855	6390	0.5122489921514245	8	2	2	2	1	True	90656	maximal	False	USA0089_01_000000001355	0.9764121062125076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4574.0	99.694	76.0	0.007787045095711505	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	True	True
ISR0034_000000003057	6291	0.5122489921514245	8	2	2	2	1	True	90656	maximal	False	USA0089_01_000000001355	0.9684595489116669		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4447.0	99.19	75.0	0.007563925474640156	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	True	True
ISR0369_000000001417	6258	0.5122489921514245	9	2	2	2	1	True	90656	maximal	False	USA0089_01_000000001355	0.961083531776337		0	0	False	False	0.9998401999473572	0					non-mobilizable	no_good_hit	4310.0	99.095	75.0	0.007337399447140237	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	True	True
ENG0133_000000003831	6180	0.5122489921514245	7	2	2	2	1	True	90656	maximal	False	USA0089_01_000000001355	0.9585235510216522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4283.0	99.206	75.0	0.007291412960354539	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	True	True
CHI0006_000000001556	5728	0.5122489921514245	8	2	2	2	1	True	90656	maximal	False	USA0089_01_000000001355	0.5327214589522319		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3999.0	99.275	73.0	0.0068077032474975685	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	True	True
MON0060_000000006441	5034	0.5122489921514245	4	2	2	2	1	True	97662	maximal	True	MON0060_000000006441	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	2042.0	91.92	40.0	0.000543917685167426	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0169_000000007884	3618	0.5122489921514245	3	2	2	2	1	True	97661	fragment	False	ISR0169_000000007884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2071.0	92.323	57.0	0.000551653640473878	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0390_000000003588	3441	0.5122489921514245	4	2	2	2	1	True	84334	maximal	True	ISR0390_000000003588	1.0		35	2	False	False	1.0	0					non-mobilizable	no_good_hit	2162.0	95.60600000000001	63.0	0.00042911242386248287	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
CAN0003_000000016521	3009	0.5122489921514245	3	2	2	2	1	True	96694	maximal	True	CAN0003_000000016521	1.0		5	4	False	False	0.994350254535675	0					non-mobilizable	no_good_hit	2368.0	95.735	79.0	0.00047042696885761493	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
CHI0090_000000004359	2895	0.5122489921514245	2	2	2	2	1	True	84338	maximal	True	CHI0090_000000004359	1.0		6	3	False	False	0.9962003231048584	0					non-mobilizable	no_good_hit	2058.0	97.036	71.0	0.0004103512295168673	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ENG0001_000000009068	2847	0.5122489921514245	3	2	2	2	1	True	84335	fragment	False	ENG0001_000000009068	1.0		0	0	False	False	0.98103266954422	0					non-mobilizable	no_good_hit	2356.0	95.458	83.0	0.0004688302714664987	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
CHI0103_000000000669	2763	0.5122489921514245	3	2	2	2	1	True	84337	maximal	True	CHI0103_000000000669	1.0		4	1	False	False	1.0	0					non-mobilizable	chromosome	2730.0	97.58200000000001	100.0	0.0005444738103706294	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
CHI0151_000000010441	2392	0.5122489921514245	2	2	2	2	1	True	101781	maximal	True	CHI0151_000000010441	1.0		18	9	False	False	0.9970735907554626	0					non-mobilizable	no_good_hit	1815.0	79.835	78.0	0.00035945650017503797	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
USA0051_01_000000008693	2380	0.5122489921514245	2	2	2	2	1	True	79428	fragment	False	USA0051_01_000000008693	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2380.0	97.479	100.0	0.0005284095073730784	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
MAD0055_000000003626	2322	0.5122489921514245	2	2	2	2	1	True	83236	fragment	False	MAD0055_000000003626	0.9398050550782386		0	0	False	False	1.0	0					non-mobilizable	chromosome	2250.0	95.42200000000001	97.0	0.0005991364006307204	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
BAN0036_000000000470	2318	0.5122489921514245	2	2	2	2	1	True	97660	fragment	False	BAN0036_000000000470	1.0		0	0	False	False	0.9879206418991089	0					non-mobilizable	no_good_hit	1752.0	93.664	76.0	0.00046682488918244026	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0160_000000009227	2265	0.5122489921514245	2	2	2	2	1	True	101777	fragment	False	ENG0160_000000009227	0.9560380247576149		0	0	False	False	0.9995585083961487	0					non-mobilizable	chromosome	2042.0	85.26	99.0	0.0004633237686004002	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
USA0008_01_000000003441	2154	0.5122489921514245	2	2	2	2	1	True	79426	fragment	False	USA0008_01_000000003441	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2107.0	98.196	98.0	0.00038678311054430263	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
MON0019_000000031225	2149	0.5122489921514245	2	2	2	2	1	True	101777	fragment	False	ENG0160_000000009227	0.6477017036322725		0	0	False	False	0.9706840515136719	0					non-mobilizable	chromosome	1829.0	83.598	93.0	0.0004148284552284664	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
USA0145_01_000000011525	2079	0.5122489921514245	2	2	2	2	1	True	79427	fragment	False	SPA0071_000000011040	0.9509798802646103		0	0	False	False	1.0	0					non-mobilizable	chromosome	2079.0	97.499	100.0	0.0003816406950194971	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
MON0012_000000025100	2074	0.5122489921514245	2	2	2	2	1	True	101777	fragment	False	ENG0160_000000009227	0.9319473335134401		0	0	False	False	0.9961427450180054	0					non-mobilizable	chromosome	1932.0	83.385	99.0	0.0004382792405679461	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0258_000000012267	2056	0.5122489921514245	2	2	2	2	1	True	84333	fragment	False	ISR0258_000000012267	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2056.0	97.617	100.0	0.00040995205516908826	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0071_000000011040	2050	0.5122489921514245	2	2	2	2	1	True	79427	fragment	False	SPA0071_000000011040	0.9578867950192693		0	0	False	False	1.0	0					non-mobilizable	chromosome	2047.0	97.215	99.0	0.00037576364870543365	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ISR0834_000000008460	2018	0.5122489921514245	2	2	2	2	1	True	79427	fragment	False	SPA0071_000000011040	0.9456954367523474		0	0	False	False	0.9990088939666748	0					non-mobilizable	chromosome	2015.0	96.57600000000001	100.0	0.0003698866023913701	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ISR0037_000000011411	1991	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.6263270640409452		0	0	False	False	1.0	0					non-mobilizable	other	1992.0	95.432	100.0	0.0006308487248886808	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
FIJ0021_000000024265	1989	0.5122489921514245	2	2	2	2	1	True	49632	maximal	True	FIJ0021_000000024265	1.0		8	4	False	False	0.9949723482131958	0					non-mobilizable	no_good_hit	1563.0	93.41	78.0	0.0003109568169198829	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
TAN0006_000000006529	1988	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.6377217641232001		0	0	False	False	0.9994969964027405	0					non-mobilizable	chromosome	1916.0	91.649	96.0	0.0005097727789872247	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0117_000000019108	1983	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.6026890552292662		0	0	False	False	1.0	0					non-mobilizable	chromosome	1920.0	96.198	97.0	0.0005116400785439545	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0005_000000027352	1976	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.776620987769157		0	0	False	False	0.9994939565658569	0					non-mobilizable	chromosome	1989.0	91.805	100.0	0.0005297795599521865	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0029_000000015552	1936	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.7311437268136411		0	0	False	False	0.9994834661483765	0					non-mobilizable	other	1937.0	92.256	100.0	0.0006137043710165173	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
MON0050_000000019732	1906	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.7749938845263722		0	0	False	False	0.9952780604362488	0					non-mobilizable	chromosome	1908.0	92.243	100.0	0.0005081722365100278	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0014_000000012377	1892	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.7340162295152683		0	0	False	False	1.0	0					non-mobilizable	chromosome	1894.0	92.133	100.0	0.0005044376373965683	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0052_000000015186	1821	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.7179936654676998		0	0	False	False	0.9989017248153687	0					non-mobilizable	chromosome	1823.0	91.882	100.0	0.0004854978847497378	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0081_000000013266	1788	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.5267642457011376		0	0	False	False	1.0	0					non-mobilizable	chromosome	1790.0	91.73200000000001	100.0	0.0004766949011251547	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
CHI0179_000000012053	1744	0.5122489921514245	2	2	2	2	1	True	84330	fragment	False	CHI0179_000000012053	0.9621284232577151		0	0	False	False	0.9994266033172607	0					non-mobilizable	chromosome	1744.0	99.197	100.0	0.0003478804440894454	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
FIJ0100_000000011349	1627	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.20207388854578076		0	0	False	False	1.0	0					non-mobilizable	other	1628.0	92.13799999999999	100.0	0.0005156005683035821	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
MON0101_000000040603	1610	0.5122489921514245	2	2	2	2	1	True	83233	fragment	False	MON0005_000000027352	0.16230378035207482		0	0	False	False	0.9900621175765991	0					non-mobilizable	other	1611.0	92.551	100.0	0.0005102032717141972	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
ISR0093_000000024206	1103	0.5122478200664514	2	1	1	1	1	False	33478	fragment	False	ISR0093_000000024206	1.0		0	0	False	False	0.9990933537483215	0					non-mobilizable	no_good_hit								True	False
SPA0153_000000007581	2394	0.5122458328902754	2	2	2	2	2	False	109658	maximal	False	SPA0031_000000011933	0.7141583271350328		0	0	False	False	0.9979114532470703	0					non-mobilizable	no_good_hit	1192.0	88.926	87.0	0.004703345654440337	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0347_000000006147	3379	0.5122399717477112	4	3	3	3	2	True	24175	maximal	True	ISR0347_000000006147	1.0		39	8	False	False	1.0	0					non-mobilizable	no_good_hit	2281.0	97.633	75.0	0.0007677822407926746	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
ISR0375_000000002742	5950	0.5122394128390249	6	5	3	4	4	True	23404	maximal	True	ISR0375_000000002742	1.0		11	4	False	False	0.9998319149017334	0		MOBQ		MOBQ	mobilizable	plasmid	3963.0	99.975	99.0	0.4562413634269922	M28829.1	enterobacteria	Escherichia coli plasmid RSF1010, complete sequence	False	True
SPA0117_000000032751	1128	0.5122374762142462	2	2	2	2	2	False	17722	maximal	True	SPA0117_000000032751	0.9734473447344734		40	7	False	False	0.9920212626457214	0					non-mobilizable	other	1128.0	98.848	100.0	0.002310723644013237	NZ_LT699743.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	False	False
ISR0130_000000008585	3291	0.5122370863757982	5	4	4	4	3	False	31787	maximal	True	ISR0130_000000008585	1.0		1	1	False	False	0.9981768727302551	0					non-mobilizable	no_good_hit	89.0	85.39299999999999	3.0	0.00015874877104999683	NZ_UTAE01000014.1	firmicutes	Listeria thailandensis, whole genome shotgun sequence	True	False
ISR0777_000000007683	2246	0.5122370190220312	4	3	3	3	2	False	22502	maximal	True	ISR0777_000000007683	0.9707072593735984		282	14	False	False	0.9955476522445679	0					non-mobilizable	no_good_hit	527.0	69.639	23.0	0.00013647432902093738	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
MAD0105_000000016606	2175	0.5122370190220312	3	3	3	3	2	False	22502	maximal	False	ISR0777_000000007683	0.958403842969674		0	0	False	False	0.9949425458908081	0					non-mobilizable	no_good_hit	529.0	70.132	24.0	0.0018084950388582042	NZ_OFSM01000003.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0126_000000013234	3695	0.5122348259539905	5	2	1	1	2	False	126878	maximal	True	ISR0126_000000013234	1.0	PS979	7	4	False	True	0.9818673729896545	0					non-mobilizable	no_good_hit	995.0	92.06	47.0	0.05114150391144697	NZ_CYZO01000043.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
MON0103_000000036587	1548	0.5122345015972639	3	1	1	1	1	False	8871	maximal	True	MON0103_000000036587	1.0		2	1	False	False	0.9967700242996216	0					non-mobilizable	no_good_hit	671.0	89.568	81.0	0.0008191460925499587	NZ_FUHT01000002.1	firmicutes	Massilimaliae massiliensis strain Marseille-P2963T, whole genome shotgun sequence	True	False
DEN0085_000000004815	7449	0.512232896859251	15	12	6	7	10	False	69013	maximal	True	DEN0085_000000004815	1.0	PS17|PS7	195	12	False	True	1.0	0					non-mobilizable	other	2733.0	91.84	100.0	0.0008477428884482354	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0212_000000000065	89430	0.5122323757926294	95	28	14	24	16	True	28382	maximal	True	ISR0212_000000000065	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	162.0	86.42	1.0	4.29478898047845e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
DEN0063_000000009996	4292	0.5122313820077806	3	3	3	3	1	False	71569	maximal	True	DEN0063_000000009996	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000020019	1852	0.5122274423462551	2	2	2	2	2	False	44052	fragment	False	MAD0105_000000020019	1.0		0	0	False	False	0.9989200830459595	0					non-mobilizable	chromosome	1852.0	95.24799999999999	100.0	0.0004937673542152553	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0327_000000014522	1944	0.5122265005184046	3	2	2	2	1	False	105532	maximal	True	ISR0327_000000014522	1.0		216	11	False	False	0.9984567761421204	0					non-mobilizable	no_good_hit	179.0	93.296	10.0	5.0346022237582024e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0140_000000015307	1886	0.5122265005184046	3	2	2	2	1	False	105532	maximal	False	ISR0327_000000014522	0.9850823045267489		0	0	False	False	0.9931070804595947	0					non-mobilizable	no_good_hit	128.0	95.31200000000001	7.0	3.612398205747411e-05	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0020_01_000000011889	2947	0.5122257930575204	3	2	1	2	1	True	84682	fragment	False	ISR0107_000000007104	0.7216997767775697		0	0	False	False	1.0	0					non-mobilizable	other	2947.0	99.796	100.0	0.033631288742765164	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
CHI0075_000000002414	2729	0.5122257930575204	3	2	1	2	1	True	84682	fragment	False	ISR0107_000000007104	0.4809976247030879		0	0	False	False	0.9974349737167358	0					non-mobilizable	other	2729.0	100.0	100.0	0.03114261903946482	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0381_000000006283	2597	0.5122257930575204	3	2	1	2	1	True	23159	fragment	False	ISR0381_000000006283	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2597.0	96.92	100.0	0.014242060161183253	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
FIJ0077_000000002143	12624	0.5122244830032416	11	5	4	5	4	False	52123	maximal	True	FIJ0077_000000002143	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	88.20100000000001	25.0	0.00022701027468243235	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
TAN0007_000000038039	1124	0.5122169999499091	2	2	2	2	2	False	74667	maximal	False	ISR0295_000000030211	0.6237409628993625		0	0	False	False	0.9884341359138489	0					non-mobilizable	no_good_hit	301.0	97.01	27.0	0.42796005706134094	EU061144.1	bacteria	Uncultured bacterium clone LM0ABA40ZF08RM1 genomic sequence	True	False
ISR0814_000000011323	3440	0.5122166640146221	6	6	6	6	5	False	21544	maximal	True	ISR0814_000000011323	1.0		59	9	False	False	1.0	0					non-mobilizable	no_good_hit	918.0	90.305	27.0	0.9989094874591058	GQ882752.1		Uncultured organism clone VC1D502TF genomic sequence	True	False
ENG0084_000000025387	1182	0.5122162007557757	1	1	1	1	1	False	61493	fragment	False	ENG0084_000000025387	0.9982608695652173		0	0	False	False	0.9983079433441162	0					non-mobilizable	chromosome	592.0	97.635	95.0	0.0001989271398215445	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0068_000000017766	1150	0.5122162007557757	2	1	1	1	1	False	61493	fragment	False	ENG0084_000000025387	0.9847715736040609		0	0	False	False	0.9991304278373718	0					non-mobilizable	chromosome	592.0	97.635	95.0	0.0001989271398215445	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0160_000000011544	2460	0.5122108430384087	3	3	3	3	2	False	30432	maximal	True	ISR0160_000000011544	1.0		1091	13	False	False	0.9995934963226318	0					non-mobilizable	chromosome	2460.0	99.675	100.0	0.0004907848605943466	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
MON0093_000000034061	1364	0.5122106643073764	1	1	1	1	1	False	26376	fragment	False	MON0057_000000017443	0.3518811632435148		0	0	False	False	0.9978005886077881	0					non-mobilizable	other	1364.0	99.26700000000001	100.0	0.002262935507168176	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
DEN0062_000000002223	6725	0.5122096007561744	8	7	4	5	6	False	71748	fragment	False	ENG0036_000000002952	0.9399494310998735		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	81.528	11.0	0.00031389411071518756	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0129_000000007372	3605	0.5122094270390349	5	4	4	2	2	False	58559	fragment	False	ENG0129_000000007372	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3605.0	98.391	100.0	0.0012038686807750456	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0013_000000004614	4981	0.5122074058354449	2	2	1	2	1	False	108528	fragment	False	ISR0847_000000004609	0.6209607568792058		0	0	False	False	1.0	0					non-mobilizable	other	4981.0	99.79899999999999	100.0	0.0014888110468583844	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
DEN0041_000000021648	1572	0.512207331361055	2	2	1	1	2	False	73097	fragment	False	DEN0041_000000021648	0.9978858350951374		0	0	False	False	1.0	0					non-mobilizable	other	1572.0	99.74600000000001	100.0	0.000504368194560914	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0125_000000018776	1419	0.512207331361055	2	2	1	1	2	False	73097	fragment	False	DEN0041_000000021648	0.9494274809160306		0	0	False	False	0.9992952942848206	0					non-mobilizable	other	1419.0	99.71799999999999	100.0	0.000455247676567394	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
MON0089_000000013308	1966	0.5122054693479929	2	2	2	2	2	False	9608	maximal	True	MON0089_000000013308	1.0		2	2	False	False	0.997965395450592	0					non-mobilizable	no_good_hit	131.0	77.863	7.0	0.001175162488813357	NZ_PNHV01000007.1	high GC Gram+	Actinomyces graevenitzii strain UMB0286 ERR1203671.17957_1_83.7, whole genome shotgun sequence	True	False
FIJ0083_000000006613	4971	0.5122041866663986	3	3	2	3	3	False	44954	maximal	False	FIJ0070_000000003444	0.9246820226443931		0	0	False	False	1.0	0					non-mobilizable	other	4973.0	95.154	100.0	0.06097785411937918	NZ_VZBY01000025.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_14_length_81505_cov_25.5715_ID_27, whole genome shotgun sequence	False	False
ISR0127_000000009888	2445	0.5121980199602612	3	3	3	2	2	False	31904	maximal	True	ISR0127_000000009888	1.0		247	13	False	False	0.9991819858551025	0					non-mobilizable	no_good_hit	1202.0	78.203	64.0	0.0003330580240255184	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0153_000000005980	4346	0.5121967250973282	5	4	2	3	4	False	104746	fragment	False	ISR0360_000000005134	0.8378316219883504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	917.0	76.445	22.0	0.0003913646309012052	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0322_000000002404	3856	0.5121967250973282	4	4	2	3	4	False	104746	fragment	False	ISR0360_000000005134	0.7222803644264388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	76.883	10.0	0.0005167511197419543	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
MAD0004_000000004180	2395	0.5121948514888777	3	2	2	2	1	True	62217	maximal	True	MAD0004_000000004180	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	95.189	12.0	0.002956642727068115	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	True
ENG0154_000000010409	2906	0.5121928808451074	2	2	1	2	1	False	56843	maximal	True	ENG0154_000000010409	1.0		122	9	False	False	0.9889882802963257	0					non-mobilizable	no_good_hit	765.0	99.346	26.0	0.0002451781103442699	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
MON0054_000000014685	2949	0.5121928253034831	3	3	3	3	3	False	11139	maximal	True	MON0054_000000014685	1.0		2	1	False	False	1.0	0					non-mobilizable	other	2972.0	81.999	99.0	0.0008076294930077594	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
USA0023_01_000000018142	1687	0.5121927522080182	3	3	3	3	3	False	77501	fragment	False	USA0023_01_000000018142	1.0		0	0	False	False	0.9994072318077087	0					non-mobilizable	other	1713.0	84.822	100.0	0.2034564958283671	DQ987697.1	firmicutes	Butyrate-producing bacterium L2-50 putative Fe-S oxidoreductase gene, partial cds; thiolase, crotonase, beta hydroxybutyryl-CoA dehydrogenase, butyryl-CoA dehydrogenase, electron transfer flavoprotein beta-subunit, and electron transfer flavoprotein alpha-subunit genes, complete cds; and putative multidrug efflux pump gene, partial cds	False	False
CHI0086_000000000239	18048	0.5121897199003707	17	13	10	13	8	True	84082	maximal	True	CHI0086_000000000239	1.0		1	1	False	False	0.999722957611084	0					non-mobilizable	no_good_hit	15638.0	96.118	89.0	0.7202271048744461	NZ_KI518139.1	fusobacteria	Cetobacterium somerae ATCC BAA-474 Scaffold259, whole genome shotgun sequence	True	True
ISR0074_000000011407	2557	0.5121871928465264	3	3	3	2	2	False	120423	fragment	False	AST0025_000000013630	0.9805711688996653		0	0	False	False	0.9996089339256287	0					non-mobilizable	no_good_hit	1650.0	92.788	69.0	0.00046526758989685196	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0026_000000008584	2628	0.5121864400535613	5	4	3	3	1	False	37307	maximal	True	ISR0026_000000008584	1.0		94	11	False	False	1.0	0					non-mobilizable	other	2570.0	91.984	98.0	0.0006813138515835897	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0119_000000009619	3334	0.5121816131846181	4	2	1	2	1	False	32354	fragment	False	ISR0119_000000009619	1.0		0	0	False	False	0.996700644493103	0					non-mobilizable	chromosome	1734.0	97.866	97.0	0.0006814459974859043	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0096_000000004315	1829	0.5121771480870974	2	2	2	2	1	False	83457	fragment	False	MON0033_000000033957	0.4636100714639539		0	0	False	False	0.9950792789459229	0					non-mobilizable	other	1840.0	84.13	99.0	0.000549622311593989	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0015_000000015308	1696	0.5121753119714441	1	1	1	1	1	False	37968	fragment	False	ISR0015_000000015308	0.9990936555891239		0	0	False	False	1.0	0					non-mobilizable	other	1696.0	99.587	100.0	0.00694717686405666	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
CAN0014_000000013804	3340	0.5121744498061349	3	2	2	2	1	False	119969	maximal	True	CAN0014_000000013804	1.0		25	6	False	False	0.9988024234771729	0					non-mobilizable	no_good_hit	756.0	79.89399999999999	48.0	0.025276784193493444	LT674545.1	bacteria	Uncultured bacterium DNA fragment from Bos taurus rumen, clone 29D17 Rumen-Carbamate active on Tween 20, Impranil and pNPA substrates	True	False
ENG0051_000000011410	2440	0.5121688528911015	3	3	2	3	2	False	102051	maximal	True	ENG0051_000000011410	1.0		39	10	False	False	1.0	0					non-mobilizable	no_good_hit	1409.0	94.819	58.0	0.003927322224515639	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MON0050_000000002093	8341	0.5121634915270782	8	7	4	7	3	True	35239	maximal	True	MON0050_000000002093	0.9989658116047682		26	3	False	False	0.9998801350593567	0					non-mobilizable	no_good_hit	499.0	93.587	7.0	0.00020138224821659342	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
ISR0087_000000021394	1701	0.5121634091167104	2	2	2	2	2	False	89948	fragment	False	ISR0087_000000021394	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1113.0	77.538	92.0	0.0003040805105220188	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0824_000000002980	5088	0.5121629645190849	7	3	1	3	1	False	60416	maximal	True	ISR0824_000000002980	1.0		137	8	False	False	1.0	0					non-mobilizable	chromosome	5089.0	99.52799999999999	100.0	0.0022705396146240958	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0040_000000025674	1656	0.5121628610930493	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.20294226634184692		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	99.155	100.0	0.0005142455026073149	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0146_000000026204	1609	0.5121618954590427	2	2	2	2	1	False	54877	fragment	False	ISR0146_000000026204	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1609.0	97.32799999999999	100.0	0.0064756648147475705	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
ENG0131_000000001688	16325	0.5121589173199534	22	8	2	7	4	False	58386	maximal	True	ENG0131_000000001688	1.0		1	1	False	False	0.9999387264251709	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0006502733556513571	NZ_QCZG01000033.1	firmicutes	Pueribacillus theae strain T8 scaffold33, whole genome shotgun sequence	True	False
ENG0091_000000002800	7553	0.5121518119373207	11	7	6	6	6	False	115959	maximal	True	ENG0091_000000002800	1.0		1	1	False	False	0.9980140328407288	0					non-mobilizable	no_good_hit	1467.0	96.251	19.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
ISR0054_000000006236	3712	0.5121497349582009	5	1	1	1	1	False	71906	fragment	False	ISR0054_000000006236	1.0		0	0	False	False	0.9997305870056152	0					non-mobilizable	no_good_hit	95.0	77.895	3.0	0.0017810788790571651	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0061_000000014050	2905	0.5121497349582009	3	1	1	1	1	False	71905	fragment	False	DEN0061_000000014050	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	77.895	3.0	0.0017810788790571651	NZ_CYYA01000023.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0128_000000012796	2755	0.5121482133754901	4	3	2	2	3	False	31852	maximal	True	ISR0128_000000012796	1.0		104	10	False	False	0.9949183464050293	0					non-mobilizable	other	2755.0	97.786	100.0	0.0016577536564818891	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0399_000000003330	4107	0.5121477823367808	7	6	2	5	5	True	63745	maximal	True	ISR0399_000000003330	1.0		25	9	False	False	0.9987825751304626	0					non-mobilizable	no_good_hit	602.0	72.59100000000001	14.0	0.00015540718391401538	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
SPA0112_000000015932	2115	0.512145909548555	4	4	4	4	3	False	4533	maximal	True	SPA0112_000000015932	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	2116.0	89.839	100.0	0.0011130991022372818	NZ_CP045240.1	firmicutes	Lactobacillus vaginalis strain LV515 chromosome, complete genome	False	False
SPA0059_000000011499	2204	0.5121433225212836	3	3	3	3	3	False	6271	fragment	False	SPA0059_000000011499	1.0		0	0	False	False	0.9995462894439697	0					non-mobilizable	no_good_hit								True	False
FIJ0101_000000005296	5186	0.5121402830116837	4	3	3	3	2	False	73853	maximal	True	FIJ0101_000000005296	1.0		1	1	False	False	0.9974932670593262	0					non-mobilizable	no_good_hit	1911.0	88.854	37.0	0.005470876975554618	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	False
SPA0112_000000024935	1332	0.5121393141263292	2	2	2	2	1	False	17321	maximal	False	MAD0051_000000020874	0.9871982443306511		0	0	False	False	0.9992492198944092	0					non-mobilizable	no_good_hit	587.0	77.172	44.0	0.017045454545454544	NZ_JAAITU010000043.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_43_length_34144_cov_139.496, whole genome shotgun sequence	True	False
ENG0037_000000010549	3162	0.512138279676558	2	2	2	2	2	False	65226	maximal	True	ENG0037_000000010549	0.9979443390259329		398	12	False	False	1.0	0					non-mobilizable	other	3162.0	99.87299999999999	100.0	0.004267095041071296	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
ENG0083_000000007019	3162	0.512138279676558	2	2	2	2	2	False	65226	maximal	False	ENG0037_000000010549	0.9979443390259329		0	0	False	False	1.0	0					non-mobilizable	other	3162.0	99.905	100.0	0.0008399505011137781	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0049_000000017384	1698	0.512137345547404	2	1	1	1	1	False	35978	fragment	False	ISR0049_000000017384	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0003_000000031880	1540	0.512137345547404	2	1	1	1	1	False	96489	fragment	False	CAN0003_000000031880	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1540.0	94.87	100.0	0.0003884174182265963	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
ISR0261_000000016440	1116	0.512137345547404	2	1	1	1	1	False	26673	fragment	False	ISR0261_000000016440	1.0		0	0	False	False	0.9991039633750916	0					non-mobilizable	other	1116.0	96.147	100.0	0.00027971181734997793	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	False
MON0068_000000034929	1210	0.5121366412032808	3	1	1	1	1	False	93074	fragment	False	MON0061_000000040374	0.9331407280691344		0	0	False	False	0.839669406414032	0					non-mobilizable	other	1127.0	98.314	93.0	0.0040270092911674745	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
SPA0102_000000025069	1240	0.5121365716435099	2	2	2	2	2	False	4890	maximal	True	SPA0102_000000025069	1.0		419	13	False	False	0.9693548679351807	0					non-mobilizable	chromosome	1240.0	100.0	100.0	0.00025272464293720295	CP054368.1	enterobacteria	Escherichia coli strain SCU-115 chromosome, complete genome	False	False
MON0038_000000022561	1513	0.5121330226350603	4	3	3	2	1	True	11996	fragment	False	MON0038_000000022561	1.0		0	0	False	False	0.9966952800750732	0					non-mobilizable	no_good_hit	621.0	82.126	81.0	0.00021366836160633992	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0094_000000008920	1774	0.5121315963683671	2	2	2	2	2	False	15617	maximal	True	MAD0094_000000008920	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1781.0	91.57799999999999	99.0	0.00034139378443679753	NZ_LR134475.1	enterobacteria	Klebsiella aerogenes strain NCTC9735 chromosome 1	False	False
ISR0040_000000015272	1730	0.5121305679158954	2	2	2	2	2	False	36478	maximal	True	ISR0040_000000015272	1.0		107	9	False	False	1.0	0					non-mobilizable	other	1754.0	84.37899999999999	99.0	0.008722747665514638	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ENG0089_000000003680	5979	0.5121295048219306	12	5	2	2	5	False	100886	fragment	False	ENG0089_000000003680	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2707.0	99.113	95.0	0.0005238205761600467	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0097_000000011860	2773	0.5121276085422721	3	3	3	3	2	False	131185	fragment	False	SPA0097_000000011860	0.995105421686747		0	0	False	False	0.9996393918991089	0					non-mobilizable	other	1548.0	89.85799999999999	97.0	0.0004337763417593495	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0168_000000009702	2656	0.5121276085422721	3	3	3	3	2	False	131185	fragment	False	SPA0097_000000011860	0.9742156509195816		0	0	False	False	0.9988704919815063	0					non-mobilizable	other	1461.0	91.17	96.0	0.0004092389284088531	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
SPA0113_000000013688	2290	0.5121276085422721	3	3	3	3	2	False	131184	fragment	False	SPA0113_000000013688	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1063.0	89.934	96.0	0.0002969873133111801	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0116_01_000000000628	29563	0.5121244503858786	21	10	7	10	4	True	104239	fragment	False	USA0116_01_000000000628	0.9674115329620182		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.761725735747204e-07	LR812042.1	bony fishes	Danio rerio genome assembly, chromosome: 5	True	True
FIJ0158_000000006210	2884	0.5121236352489479	3	3	2	2	2	False	52578	maximal	True	FIJ0158_000000006210	1.0		22	1	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	94.809	42.0	0.0008280766701575782	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
DEN0051_000000015336	2882	0.5121201592981616	3	1	1	1	1	False	72574	maximal	True	DEN0051_000000015336	1.0		83	9	False	False	1.0	0					non-mobilizable	no_good_hit	1755.0	99.772	61.0	0.004036991175698878	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	True	False
ENG0206_000000011879	2159	0.5121201592981616	2	1	1	1	1	False	53955	maximal	True	ENG0206_000000011879	1.0		251	12	False	False	0.9995368123054504	0					non-mobilizable	no_good_hit								True	False
ISR0117_000000012572	2134	0.5121201592981616	2	1	1	1	1	False	32422	fragment	False	ISR0117_000000012572	1.0		0	0	False	False	0.9929709434509277	0					non-mobilizable	chromosome	2115.0	99.669	99.0	0.00039657943669961867	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
USA0072_01_000000009300	2032	0.5121201592981616	2	1	1	1	1	False	64603	fragment	False	ENG0043_000000015880	0.9649243837241451		0	0	False	False	0.9926180839538574	0					non-mobilizable	other	2032.0	99.75399999999999	100.0	0.002741686184250491	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
ENG0157_000000012570	1999	0.5121201592981616	2	1	1	1	1	False	64603	fragment	False	ENG0043_000000015880	0.9548797856477395		0	0	False	False	1.0	0					non-mobilizable	other	1999.0	99.85	100.0	0.0026971388459539544	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
ISR0381_000000008452	1998	0.5121201592981616	2	1	1	1	1	False	23156	maximal	True	ISR0381_000000008452	1.0		278	13	False	False	1.0	0					non-mobilizable	no_good_hit	1544.0	92.876	77.0	0.0029757131567099433	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	True	False
DEN0005_000000018445	1980	0.5121201592981616	2	1	1	1	1	False	76486	maximal	True	DEN0005_000000018445	1.0		328	12	False	False	1.0	0					non-mobilizable	other	1980.0	99.899	100.0	0.014857580444150814	NZ_SPGG01000012.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_12_length_133198_cov_35.4223, whole genome shotgun sequence	False	False
DEN0096_000000024148	1860	0.5121201592981616	2	1	1	1	1	False	68163	maximal	True	DEN0096_000000024148	0.9912946464539658		235	11	False	False	0.9935483932495117	0					non-mobilizable	other	1860.0	99.89200000000001	100.0	0.005570705103233346	NZ_CZAI01000007.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
DEN0041_000000018842	1813	0.5121201592981616	2	1	1	1	1	False	73105	maximal	True	DEN0041_000000018842	1.0		714	13	False	False	1.0	0					non-mobilizable	chromosome	1813.0	99.117	100.0	0.0002757406649915269	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0385_000000012819	1796	0.5121201592981616	2	1	1	1	1	False	23036	fragment	False	ISR0385_000000012819	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1796.0	100.0	100.0	0.00032566806858152234	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0354_000000010666	1796	0.5121201592981616	1	1	1	1	1	False	23995	maximal	True	ISR0354_000000010666	1.0		77	9	False	False	1.0	0					non-mobilizable	other	1708.0	76.288	94.0	0.03740792665286957	NZ_CBVI010000067.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
ENG0166_000000016457	1772	0.5121201592981616	1	1	1	1	1	False	68163	maximal	False	DEN0096_000000024148	0.9819035742513159		0	0	False	False	0.9994356632232666	0					non-mobilizable	chromosome	1772.0	99.831	100.0	0.00038745927137966786	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0120_000000023060	1763	0.5121201592981616	1	1	1	1	1	False	68163	maximal	False	DEN0096_000000024148	0.9786224911455175		0	0	False	False	0.9994328022003174	0					non-mobilizable	other	1763.0	99.887	100.0	0.005280033562074855	NZ_CZAI01000007.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
MAD0109_000000008103	1753	0.5121201592981616	2	1	1	1	1	False	14584	maximal	True	MAD0109_000000008103	1.0		7	5	False	False	1.0	0					non-mobilizable	other	1753.0	84.655	100.0	0.0009692860256838667	NZ_LT669940.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	False	False
USA0060_01_000000006865	1751	0.5121201592981616	1	1	1	1	1	False	901	fragment	False	USA0060_01_000000006865	1.0		0	0	False	False	0.9925756454467773	0					non-mobilizable	other	1637.0	90.531	93.0	0.03003322747048997	NZ_QREV01000032.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold32, whole genome shotgun sequence	False	False
MON0017_000000011236	1730	0.5121201592981616	1	1	1	1	1	False	13300	maximal	True	MON0017_000000011236	1.0		233	13	False	False	0.9959537386894226	0					non-mobilizable	other	1714.0	99.825	99.0	0.00032459940492004017	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
FIJ0138_000000011500	1620	0.5121201592981616	1	1	1	1	1	False	40471	fragment	False	FIJ0138_000000011500	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000023665	1241	0.5121177039537459	1	1	1	1	1	False	45543	fragment	False	FIJ0122_000000012099	0.9561602668630004		0	0	False	False	1.0	0					non-mobilizable	chromosome	1241.0	100.0	100.0	0.00024924477827164426	LR536430.1	enterobacteria	Escherichia coli isolate f974b26a-5e81-11e8-bf7f-3c4a9275d6c8 genome assembly, chromosome: VREC0761	False	False
ISR0278_000000003972	2652	0.5121147858099844	4	3	3	3	3	False	26279	maximal	True	ISR0278_000000003972	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0156_000000021373	1118	0.5121136792410963	2	2	2	2	1	False	30568	maximal	True	ISR0156_000000021373	1.0		1	1	False	False	0.9919499158859253	0					non-mobilizable	other	724.0	99.171	100.0	0.003959083989530057	NZ_QREV01000003.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold3, whole genome shotgun sequence	False	False
ISR0216_000000013236	1297	0.512110833506543	1	1	1	1	1	False	28119	fragment	False	MON0049_000000016661	0.7334010226369135		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	98.766	100.0	0.0011783467867319606	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ISR0288_000000000808	19250	0.5121090280973191	18	9	2	9	3	False	66636	fragment	False	ISR0288_000000000808	1.0		0	0	False	False	0.9993765950202942	0					non-mobilizable	no_good_hit	738.0	84.553	4.0	0.025683193953602294	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0163_000000017637	1402	0.5121086460861256	1	1	1	1	1	False	39142	fragment	False	FIJ0163_000000017637	1.0		0	0	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit								True	False
ISR0091_000000013759	2220	0.5121067510624849	2	1	1	1	1	False	33624	maximal	True	ISR0091_000000013759	1.0		30	7	False	False	0.9878378510475159	0					non-mobilizable	no_good_hit	50.0	90.0	2.0	1.0009398621031708e-05	CP048409.1	CFB group bacteria	Draconibacterium sp. M1 chromosome, complete genome	True	False
ENG0119_000000015254	2109	0.5121017997682882	5	5	4	3	3	False	59264	fragment	False	ENG0119_000000015254	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2109.0	100.0	100.0	0.0011744805653552748	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
USA0022_01_000000005243	1372	0.5121016170728124	2	2	2	2	1	False	103245	fragment	False	ENG0086_000000013755	0.2074015310567962		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	99.708	100.0	0.0025300010887677918	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0016_000000023939	1421	0.5121005003805914	2	2	2	2	1	False	7863	fragment	False	SPA0016_000000023939	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1422.0	95.148	100.0	0.000614824556040738	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
USA0001_01_000000006885	2340	0.5120964057185585	3	3	3	3	3	False	93881	backbone	True	USA0001_01_000000006885	0.9964893129355823	PS497	21	5	True	True	1.0	2					non-mobilizable	other	2340.0	100.0	100.0	0.04673606809598977	NZ_VJZV01000035.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold35_1, whole genome shotgun sequence	False	True
ENG0109_000000017864	1368	0.5120933826702165	2	2	2	2	1	False	59855	maximal	True	ENG0109_000000017864	1.0		16	7	False	False	0.9904970526695251	0					non-mobilizable	other	1363.0	99.12	99.0	0.0005285231508684879	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
MON0026_000000007942	4054	0.5120886986110885	4	2	2	2	1	False	12774	maximal	True	MON0026_000000007942	1.0		3	1	False	False	0.9802663922309875	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	1.0	9.687343107160548e-06	CP038448.1	g-proteobacteria	Aeromonas media strain R50-22 chromosome, complete genome	True	False
CHI0035_000000003299	3257	0.5120825702209884	4	4	4	4	2	False	88121	maximal	True	CHI0035_000000003299	1.0		11	2	False	False	0.996315598487854	0					non-mobilizable	other	3292.0	79.283	99.0	0.0008062267571616753	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	False	False
ISR0143_000000011343	2727	0.5120806926963462	4	3	3	3	3	False	66988	maximal	False	ISR0312_000000005879	0.9849293664172557		0	0	False	False	1.0	0					non-mobilizable	other	2727.0	98.93700000000001	100.0	0.015265978596269188	NZ_CYZN01000007.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
MAD0102_000000020932	1111	0.5120779210628673	3	3	0	2	3	False	14947	fragment	False	MAD0102_000000020932	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1111.0	99.64	100.0	0.00023305745769167297	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
MAD0042_000000020259	1244	0.5120758198748502	2	2	2	2	1	False	18097	fragment	False	MAD0042_000000020259	1.0		0	0	False	False	0.9839228391647339	0					non-mobilizable	no_good_hit	41.0	90.244	3.0	9.909177434226596e-06	NZ_AP018711.1	a-proteobacteria	Sphingosinicella microcystinivorans strain B-9	True	False
ISR0307_000000004609	2137	0.5120733742984909	3	2	2	2	1	True	25436	fragment	False	ISR0307_000000004609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0062_000000019394	1946	0.5120733742984909	3	2	2	2	1	True	88402	fragment	False	ISR0062_000000019394	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0154_000000005356	4515	0.5120724775572864	4	4	3	4	3	False	104749	fragment	False	ENG0116_000000004292	0.5670236516253224		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	93.551	26.0	0.0005181007257426445	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MON0033_000000015278	4447	0.5120710366967142	4	4	4	4	2	False	12345	maximal	True	MON0033_000000015278	1.0		7	3	False	False	0.9997751116752625	0					non-mobilizable	no_good_hit	737.0	75.848	16.0	0.0002205871480676898	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	True	False
ENG0008_000000005379	4263	0.5120690904490105	5	3	1	2	1	True	67476	fragment	False	ENG0008_000000005379	1.0		0	0	False	False	0.9997653961181641	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.355374940237579e-05	NZ_PGTS01000005.1	a-proteobacteria	Thalassospira povalilytica strain Zumi 95 contig00005, whole genome shotgun sequence	True	True
MAD0029_000000001463	2461	0.5120690413386745	6	4	2	4	1	False	18998	maximal	True	MAD0029_000000001463	1.0		1	1	False	False	0.9930922389030457	0					non-mobilizable	no_good_hit								True	False
FIJ0129_000000015939	1392	0.5120676859843669	3	2	2	1	2	False	44967	fragment	False	MAD0069_000000006185	0.9425160357089254		0	0	False	False	0.982758641242981	0					non-mobilizable	chromosome	1357.0	98.084	100.0	0.0005948211084289573	CP049097.1	firmicutes	Weissella confusa strain N17 chromosome, complete genome	False	False
ISR0090_000000020463	1507	0.5120672195331479	2	2	1	2	0	True	33657	maximal	True	ISR0090_000000020463	1.0		26	6	False	False	0.9946914315223694	0					non-mobilizable	other	783.0	99.10600000000001	99.0	0.0022434325091157375	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	True
FIJ0134_000000003779	4300	0.5120622561751814	6	5	3	3	5	True	74252	fragment	False	ISR0372_000000003232	0.9502292018005725		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1909.0	95.6	48.0	0.04361142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0197_000000009400	2671	0.5120618058733195	3	3	2	3	2	False	75398	fragment	False	ISR0197_000000009400	1.0		0	0	False	True	0.9943841099739075	0					non-mobilizable	no_good_hit	1881.0	91.866	70.0	0.0008565974653290124	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	True
SPA0025_000000004590	4489	0.5120569936011179	6	4	1	2	4	True	93237	maximal	True	SPA0025_000000004590	1.0		1	1	False	False	0.999554455280304	0					non-mobilizable	no_good_hit	428.0	75.467	9.0	0.00014908866455156714	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0163_000000006548	3514	0.5120569936011179	5	4	1	2	4	True	93236	fragment	False	ENG0163_000000006548	1.0		0	0	False	False	0.9971542358398438	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.936913300749705e-05	NZ_FRXO01000004.1	a-proteobacteria	Pseudoxanthobacter soli DSM 19599, whole genome shotgun sequence	True	True
MON0033_000000019778	3331	0.5120569936011179	5	4	1	2	4	True	93211	fragment	False	MON0033_000000019778	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0106_000000007443	2833	0.5120550331186645	5	4	3	3	3	False	60092	maximal	True	ENG0106_000000007443	1.0		469	12	False	False	0.9971761107444763	0					non-mobilizable	other	2836.0	99.89399999999999	100.0	0.006837338864302338	NZ_SLUK01000002.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_102, whole genome shotgun sequence	False	False
DEN0011_000000025436	1794	0.5120509579061564	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.1344608173815686		0	0	False	False	1.0	0					non-mobilizable	chromosome	1800.0	91.889	100.0	0.0006045230848045583	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CAN0015_000000009914	4140	0.5120468210674137	2	1	1	1	1	False	93328	fragment	False	CAN0015_000000009914	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4140.0	98.792	100.0	0.0011571229192829866	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
AST0087_000000000393	26156	0.5120457922541085	21	11	8	8	5	True	126517	fragment	False	SPA0040_000000000655	0.9562735614197311		0	0	False	False	0.9993500709533691	0					non-mobilizable	no_good_hit	633.0	70.774	2.0	0.6009615384615384	GQ883126.1		Uncultured organism clone VC1D865TR genomic sequence	True	True
MON0027_000000035673	1168	0.5120426750281645	4	2	2	0	1	False	12615	maximal	True	MON0027_000000035673	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	781.0	84.12299999999999	67.0	0.0003368762062851849	LR698979.1	high GC Gram+	Bifidobacterium thermophilum isolate MGYG-HGUT-02334 genome assembly, chromosome: 1	True	False
MAD0045_000000038652	1115	0.5120426198306091	1	1	1	1	1	False	17785	maximal	True	MAD0045_000000038652	0.9927927927927929		69	11	False	False	1.0	0					non-mobilizable	other	1118.0	89.177	99.0	0.004298943079669872	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0094_000000014712	1110	0.5120426198306091	1	1	1	1	1	False	17785	maximal	False	MAD0045_000000038652	0.9905829596412556		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	89.32700000000001	100.0	0.00429119723628308	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0084_000000020322	1732	0.5120425085957006	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.4543271170032446		0	0	False	False	0.9994226098060608	0					non-mobilizable	chromosome	1732.0	97.74799999999999	100.0	0.0005826444653656406	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0171_000000015336	1571	0.5120420902136089	2	2	2	1	1	False	80075	fragment	False	ISR0126_000000028652	0.6444707700690901		0	0	False	False	1.0	0					non-mobilizable	chromosome	1562.0	92.766	99.0	0.002126101016597881	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
SPA0090_000000025020	1461	0.5120397757934017	2	2	2	2	2	False	72400	fragment	False	SPA0090_000000025020	1.0		0	0	False	False	0.9897330403327942	0					non-mobilizable	chromosome	1461.0	97.399	100.0	0.00041528357325915116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
FIJ0067_000000000455	41097	0.5120381691114866	37	14	11	14	9	True	45252	maximal	True	FIJ0067_000000000455	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1378.0	70.755	3.0	0.00538414832745594	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	True	True
DEN0023_000000007435	1169	0.5120369637447795	2	2	2	1	1	False	74347	fragment	False	DEN0023_000000007435	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1093.0	73.65100000000001	92.0	0.03627417712928402	NZ_VULP01000035.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq35, whole genome shotgun sequence	False	False
ISR0081_000000002225	9154	0.5120365603224246	8	8	6	7	8	True	74990	maximal	True	ISR0081_000000002225	1.0		11	1	False	False	0.9874371886253357	0					non-mobilizable	other	5676.0	92.72399999999999	90.0	0.002303088196764529	CP011965.1	high GC Gram+	Bifidobacterium longum subsp. longum strain CCUG30698, complete genome	False	True
ISR0083_000000006266	3766	0.5120349441284724	4	4	3	3	3	False	34119	fragment	False	ISR0083_000000006266	1.0		0	0	False	False	0.9992033839225769	0					non-mobilizable	no_good_hit	1475.0	96.13600000000001	77.0	0.0004961397700456118	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0130_01_000000028106	1157	0.5120286015200362	3	2	2	1	1	False	99	maximal	True	USA0130_01_000000028106	1.0		41	7	False	False	0.9757995009422302	0					non-mobilizable	no_good_hit	780.0	88.59	67.0	0.002783539501542231	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0160_000000003434	7123	0.5120277353640372	7	2	1	2	2	True	114750	fragment	False	ISR0160_000000003434	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2250.0	78.35600000000001	31.0	0.06637181454403225	MK232379.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V01.M07_3-CL21_c1 sequence	True	True
ENG0209_000000011235	1630	0.5120267177202553	3	2	2	1	1	False	53779	maximal	True	ENG0209_000000011235	1.0		0	0	False	False	0.9932515621185303	0					non-mobilizable	no_good_hit	1049.0	81.411	65.0	0.0005851420943383443	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
ISR0081_000000016438	1458	0.5120267177202553	3	2	2	1	1	False	34228	maximal	True	ISR0081_000000016438	1.0		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	81.333	72.0	0.0005857020389262278	NZ_CP027226.1	firmicutes	Fastidiosipila sanguinis strain CCUG 47711 chromosome, complete genome	True	False
ENG0051_000000017372	1668	0.5120244492722915	2	2	1	2	2	False	68435	fragment	False	ENG0051_000000017372	0.9954100367197063		0	0	False	False	0.9610311985015869	0					non-mobilizable	other	1634.0	99.266	98.0	0.0004602880297472421	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0069_01_000000037080	1634	0.5120244492722915	2	2	1	2	2	False	68435	fragment	False	ENG0051_000000017372	0.9853117505995204		0	0	False	False	0.9895960688591003	0					non-mobilizable	other	1634.0	99.204	100.0	0.0004602880297472421	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MON0092_000000020650	2646	0.5120230528391871	3	2	2	2	2	False	9460	maximal	True	MON0092_000000020650	1.0		62	9	False	False	0.9958427548408508	0					non-mobilizable	no_good_hit	442.0	73.077	17.0	9.9092161605937e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0013_000000022200	1349	0.5120222687535453	3	2	2	2	1	True	50602	fragment	False	FIJ0013_000000022200	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	98.666	100.0	0.09346183179643625	NZ_CABIWU010000058.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	True
USA0084_01_000000002198	12980	0.5120170273099379	32	16	3	7	13	True	483	maximal	True	USA0084_01_000000002198	1.0		1	1	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	1767.0	94.397	64.0	0.0005270630272311911	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
USA0039_01_000000004946	4690	0.5120163198170855	4	4	4	4	4	False	75326	maximal	False	DEN0066_000000006382	0.9947938801529962		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1712.0	80.374	79.0	0.018008362162276886	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0112_000000009679	1880	0.5120148832326403	3	3	3	2	2	False	82422	maximal	True	CHI0112_000000009679	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	467.0	75.589	25.0	7.194480992165646e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
AST0148_000000023515	1437	0.5120130251792726	2	2	2	2	2	True	104756	maximal	True	AST0148_000000023515	1.0		13	5	False	False	0.9986082315444946	0					non-mobilizable	no_good_hit	597.0	77.722	41.0	0.023989338071968014	NZ_FOGW01000027.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
ISR0169_000000028543	1140	0.5120123361954051	2	2	1	2	1	False	30075	maximal	True	ISR0169_000000028543	1.0		53	10	False	False	0.9657894968986511	0					non-mobilizable	other	1140.0	99.73700000000001	100.0	0.00037806154337401506	AP023049.1	CFB group bacteria	Alistipes indistinctus 2BBH45 DNA, complete genome	False	False
USA0121_01_000000020792	2176	0.5120096498033321	2	2	2	2	2	False	178	maximal	True	USA0121_01_000000020792	1.0		1077	13	False	False	0.9963235259056091	0					non-mobilizable	other	2176.0	99.954	100.0	0.0004593566514737534	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0180_000000001866	7148	0.5120095131061452	14	3	2	3	2	False	55356	maximal	True	ENG0180_000000001866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0099_000000001956	10446	0.5120092243988351	16	4	3	4	3	False	15251	maximal	True	MAD0099_000000001956	1.0		1	1	True	True	1.0	70					non-mobilizable	no_good_hit								True	True
AST0025_000000034800	1128	0.511999238357145	2	2	2	2	1	False	119628	maximal	False	ISR0262_000000015150	0.9707751791631939		0	0	False	False	0.9884752035140991	0					non-mobilizable	chromosome	1128.0	99.911	100.0	0.0004773532519955018	CP060588.1	high GC Gram+	Bifidobacterium longum strain LC67 chromosome, complete genome	False	False
ISR0281_000000000539	18230	0.5119990067143161	28	11	6	8	3	True	36895	fragment	False	ISR0281_000000000539	1.0		0	0	False	False	0.9963796138763428	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	4.409388398124726e-07	CP050578.1	carnivores	Canis lupus familiaris breed Labrador retriever chromosome 12a	True	True
ETH0004_000000004766	5924	0.5119984111937916	9	7	4	7	1	True	52949	maximal	True	ETH0004_000000004766	1.0		1	1	False	False	0.9952734708786011	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	2.6168044428274655e-05	NZ_HG315684.1	euryarchaeotes	Halopiger djelfimassiliensis strain IIH2, whole genome shotgun sequence	True	True
MAD0035_000000015334	1450	0.5119930697399716	2	2	2	1	2	False	51940	maximal	True	MAD0035_000000015334	1.0		2	2	False	False	0.9910345077514648	0					non-mobilizable	no_good_hit	1083.0	83.287	75.0	0.19649698960043788	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	True	False
USA0111_01_000000012948	1958	0.5119930627530616	3	2	2	2	1	False	23295	maximal	True	USA0111_01_000000012948	1.0		1	1	False	False	0.9964249134063721	0					non-mobilizable	no_good_hit	464.0	71.767	23.0	0.0047347986658389535	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ENG0106_000000006842	3063	0.511992484424738	4	3	2	3	2	False	95031	maximal	True	ENG0106_000000006842	1.0		281	14	False	False	1.0	0					non-mobilizable	no_good_hit	423.0	75.414	14.0	0.0007613387735793271	NZ_FRDH01000004.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
MAD0088_000000007522	3001	0.511987961180164	4	4	4	4	4	False	98154	maximal	False	FIJ0058_000000011780	0.9185898733954304		0	0	False	False	0.9983338713645935	0					non-mobilizable	chromosome	3001.0	99.867	100.0	0.0006250272147266412	CP055259.1	enterobacteria	Escherichia coli strain AH62 chromosome, complete genome	False	False
FIJ0115_000000016977	1385	0.511986335734267	1	1	1	1	1	False	78267	fragment	False	FIJ0115_000000016977	0.9752107933678452		0	0	False	False	1.0	0					non-mobilizable	plasmid	1385.0	100.0	100.0	0.011480999112379403	CP050074.1	enterobacteria	Enterobacter kobei strain 070 plasmid p070, complete sequence	False	True
FIJ0063_000000021206	1367	0.511986335734267	1	1	1	1	1	False	78267	fragment	False	FIJ0115_000000016977	0.9605423922615507		0	0	False	False	1.0	0					non-mobilizable	plasmid	1367.0	99.195	100.0	0.01138115194587704	CP034362.1	enterobacteria	Klebsiella pneumoniae strain 39 plasmid pK039_3, complete sequence	False	True
ISR0234_000000008363	1624	0.511984878935154	2	2	2	2	1	False	27358	maximal	True	ISR0234_000000008363	1.0		178	8	False	False	1.0	0					non-mobilizable	chromosome	1624.0	91.87200000000001	99.0	0.0007161609534212802	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MON0034_000000014073	1995	0.5119839500566284	3	2	2	2	2	False	12242	fragment	False	MON0034_000000014073	1.0		0	0	False	False	0.999498724937439	0					non-mobilizable	other	1926.0	99.948	100.0	0.0005162255731444707	NZ_LT896588.1	CFB group bacteria	Parabacteroides bouchesdurhonensis strain Marseille-P3763, whole genome shotgun sequence	False	False
FIJ0041_000000020602	1811	0.5119838227305473	2	2	2	2	2	False	47377	maximal	True	FIJ0041_000000020602	1.0		12	2	False	False	0.9983434677124023	0					non-mobilizable	no_good_hit								True	False
CHI0047_000000013932	1112	0.5119830303634442	2	2	2	1	2	False	86944	fragment	False	ISR0338_000000024916	0.9487943017992849		0	0	False	False	0.9991007447242737	0					non-mobilizable	other	1112.0	97.572	100.0	0.009256865508585534	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
ISR0067_000000000417	34420	0.5119826243104488	30	10	8	9	9	True	73646	fragment	False	ISR0067_000000000417	0.9509000805201282		0	0	False	False	0.999825656414032	0					non-mobilizable	no_good_hit	1377.0	80.392	4.0	0.00562864115563809	NZ_BJFA01000002.1	high GC Gram+	Bifidobacterium moukalabense strain GB01 contig_1, whole genome shotgun sequence	True	True
USA0009_01_000000009456	2594	0.5119825726232438	3	3	2	3	1	False	44186	fragment	False	USA0009_01_000000009456	0.983860974097687		0	0	False	False	1.0	0					non-mobilizable	other	2594.0	98.535	100.0	0.016787735177200273	NZ_CYXV01000010.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0307_000000010491	1163	0.5119782382390355	2	2	2	2	2	False	118979	fragment	False	AST0026_000000020914	0.978497829388086		0	0	False	False	1.0	0					non-mobilizable	chromosome	1163.0	99.57	100.0	0.000366259609980795	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0152_000000008307	2773	0.511973003409449	4	4	4	4	1	False	57052	maximal	True	ENG0152_000000008307	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	78.27600000000001	42.0	0.0003136518883688691	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
MON0110_000000004816	2856	0.5119701129815997	3	3	3	3	2	False	35751	maximal	True	MON0110_000000004816	1.0		802	15	False	False	1.0	0					non-mobilizable	chromosome	2856.0	98.704	100.0	0.001007450191203813	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0153_000000007004	3770	0.5119682693604927	3	3	2	3	1	False	46843	maximal	True	ISR0153_000000007004	1.0		1	1	False	False	0.9915119409561157	0					non-mobilizable	no_good_hit	1581.0	98.861	42.0	0.000650682928797991	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MAD0011_000000004641	2935	0.5119647515353241	4	4	4	4	4	False	130049	fragment	False	ENG0005_000000004373	0.5450341788087292		0	0	False	False	0.9982964396476746	0					non-mobilizable	other	2935.0	97.649	100.0	0.0009127624347549074	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
FIJ0085_000000027926	1120	0.511961097551348	2	2	2	2	2	False	43875	fragment	False	FIJ0085_000000027926	1.0		0	0	False	False	0.9982143044471741	0					non-mobilizable	chromosome	1120.0	99.911	100.0	0.00023335446522413706	CP034787.1	enterobacteria	Escherichia coli strain ECCNB20-2 chromosome, complete genome	False	False
FIJ0089_000000020357	1238	0.5119604172804755	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.022050475739449956		0	0	False	False	0.9991922378540039	0					non-mobilizable	chromosome	1238.0	98.14200000000001	100.0	0.0004163669576298656	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0266_000000011329	1713	0.5119588241762352	3	3	3	3	2	False	26569	fragment	False	ISR0266_000000011329	0.9899941141848145		0	0	False	False	0.9626386165618896	0					non-mobilizable	no_good_hit	340.0	71.176	19.0	4.9343411151880064e-05	CP034689.1	b-proteobacteria	Achromobacter spanius strain UQ283 chromosome, complete genome	True	False
ISR0159_000000005219	4697	0.5119584867238457	6	4	3	4	4	False	49389	fragment	False	ISR0159_000000005219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1953.0	90.374	42.0	0.04100727004530608	NZ_JXQL01000036.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig36, whole genome shotgun sequence	True	False
CAN0007_000000013132	3178	0.5119579385147297	5	3	1	3	2	False	95386	maximal	True	CAN0007_000000013132	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	664.0	90.06	21.0	0.005941701003507317	NZ_DS483537.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_17, whole genome shotgun sequence	True	False
ISR0059_000000013825	1310	0.5119548857722409	2	1	1	1	1	True	35442	maximal	True	ISR0059_000000013825	1.0		2	2	False	False	0.9809160232543945	0					non-mobilizable	no_good_hit								True	True
FIJ0023_000000017605	1883	0.5119525484229295	3	3	3	2	2	False	93432	maximal	True	FIJ0023_000000017605	1.0		4	3	False	False	0.9962825179100037	0					non-mobilizable	no_good_hit	58.0	86.20700000000001	3.0	1.1761782733408902e-05	NC_009664.2	high GC Gram+	Kineococcus radiotolerans SRS30216 = ATCC BAA-149, complete sequence	True	False
MAD0044_000000007208	3314	0.5119523125987248	4	3	3	3	1	True	17976	maximal	True	MAD0044_000000007208	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	79.688	4.0	0.014044275172577957	NZ_PTRC01000047.1	a-proteobacteria	Ochrobactrum oryzae strain OA447 ctg447_cotig_47_OA_OA447, whole genome shotgun sequence	True	True
MON0076_000000007776	5426	0.5119515290397063	8	3	3	2	2	False	12986	fragment	False	MON0076_000000007776	1.0		0	0	False	False	0.9793586730957031	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	5.8209017668255894e-05	NZ_WBIN01000001.1	high GC Gram+	Agromyces allii strain JCM 13584 Scaffold1_1, whole genome shotgun sequence	True	False
ISR0052_000000008898	3663	0.5119491912312425	4	4	4	4	3	False	127735	fragment	False	ENG0068_000000006063	0.9545621744481863		0	0	False	False	1.0	0					non-mobilizable	other	3663.0	99.236	100.0	0.03615754499945695	NZ_JAAIQH010000010.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_10_length_101279_cov_257.805, whole genome shotgun sequence	False	False
ENG0080_000000016970	1621	0.5119479613209135	1	1	1	1	1	False	61733	maximal	True	ENG0080_000000016970	1.0		21	8	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	7.04330912722564e-05	NZ_FNAI01000003.1	CFB group bacteria	Mucilaginibacter pineti strain 47C3B, whole genome shotgun sequence	True	False
USA0116_01_000000012950	1928	0.5119471532786887	2	2	2	2	2	True	83498	fragment	False	USA0116_01_000000012950	0.9997402597402598		0	0	False	False	0.9994813203811646	0					non-mobilizable	chromosome	1707.0	83.773	100.0	0.00038705179686519917	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
CHI0095_000000004317	1925	0.5119471532786887	2	2	2	2	2	True	83498	fragment	False	USA0116_01_000000012950	0.9989626556016598		0	0	False	False	0.9994805455207825	0					non-mobilizable	chromosome	1704.0	83.803	100.0	0.0003863687642824959	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
MON0006_000000013988	1591	0.5119471532786887	2	2	2	2	2	True	83233	fragment	False	MON0005_000000027352	0.2007772523320833		0	0	False	False	1.0	0					non-mobilizable	other	1592.0	92.148	100.0	0.0005041709990554731	NZ_LT706987.1	CFB group bacteria	Prevotella ihumii strain Marseille-P3385T, whole genome shotgun sequence	False	True
ETH0005_000000006702	7237	0.5119449395064893	2	2	1	2	2	False	52803	maximal	True	ETH0005_000000006702	0.986605213884488		25	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0201_000000014716	2054	0.511939413300913	5	2	2	2	1	False	28733	maximal	True	ISR0201_000000014716	1.0		13	2	False	False	0.9990262985229492	0					non-mobilizable	no_good_hit	548.0	74.08800000000001	26.0	0.0037838103461589763	NZ_FNBY01000011.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
SPA0006_000000013261	2416	0.511937725818456	4	3	3	2	3	False	58324	fragment	False	MON0046_000000011848	0.7370790491348855		0	0	False	False	0.9995861053466797	0					non-mobilizable	other	2416.0	97.97200000000001	100.0	0.04955879335111841	NZ_LNAM01000124.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf21, whole genome shotgun sequence	False	False
ENG0111_000000011254	1790	0.5119360320867272	4	4	3	1	1	False	59740	maximal	True	ENG0111_000000011254	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	91.133	75.0	0.00021313482153663855	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0310_000000008082	2081	0.5119352834770856	2	2	2	2	1	True	83236	fragment	False	MAD0055_000000003626	0.6187394051471721		0	0	False	False	1.0	0					non-mobilizable	chromosome	2083.0	93.855	100.0	0.0005548547254282718	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0141_000000015179	2161	0.5119340646775452	3	3	2	3	2	False	117419	maximal	True	ISR0141_000000015179	1.0		2	2	False	False	0.9893567562103271	0					non-mobilizable	no_good_hit	1763.0	79.41	81.0	0.0010118482112175388	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
MON0080_000000031104	1767	0.5119337090836434	3	3	2	2	1	False	10044	fragment	False	MON0080_000000031104	1.0		0	0	False	False	0.9920769929885864	0					non-mobilizable	no_good_hit	688.0	71.657	38.0	0.0033140590298215847	NZ_RBXP01000020.1	b-proteobacteria	Azonexus fungiphilus strain DSM 23841 Ga0244549_109, whole genome shotgun sequence	True	False
ENG0206_000000022951	1120	0.5119319396017776	2	2	2	1	1	False	53918	maximal	True	ENG0206_000000022951	1.0		8	4	False	False	0.9910714030265808	0					non-mobilizable	no_good_hit	902.0	78.04899999999999	79.0	0.001894003593098539	NZ_CABIXZ010000002.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	True	False
ENG0100_000000012001	2505	0.511924451098761	3	1	1	1	1	False	60584	maximal	True	ENG0100_000000012001	1.0		253	13	False	False	0.9892215728759766	0					non-mobilizable	other	2504.0	99.8	99.0	0.0008503733590902806	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MON0029_000000019177	1631	0.5119242435077206	2	1	1	1	1	False	12551	maximal	True	MON0029_000000019177	1.0		131	7	False	False	0.9773145318031311	0					non-mobilizable	chromosome	1583.0	73.721	96.0	0.0003231453697545438	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
FIJ0133_000000012718	2952	0.5119240083860503	4	3	3	3	1	True	118240	fragment	False	MAD0072_000000001538	0.63040174001915		0	0	False	False	1.0	0					non-mobilizable	other	2956.0	98.647	100.0	0.0051420244586058315	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
MAD0108_000000005978	2795	0.5119240083860503	4	3	3	3	1	True	118240	fragment	False	MAD0072_000000001538	0.470418590735398		0	0	False	False	0.9906976819038391	0					non-mobilizable	other	2796.0	98.53399999999999	100.0	0.011701196503880157	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0042_000000016849	1491	0.5119225429868591	2	2	2	2	1	True	64672	fragment	False	FIJ0136_000000017443	0.9452693772136622		0	0	False	False	0.9711602926254272	0					non-mobilizable	other	1491.0	96.512	100.0	0.0005346354037717272	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	True
CHI0137_000000010706	1557	0.5119208230153188	2	2	2	2	1	False	124220	fragment	False	AST0014_000000009857	0.959483793517407		0	0	False	False	0.9993577599525452	0					non-mobilizable	chromosome	1557.0	98.39399999999999	100.0	0.0006943709984974632	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0068_000000000872	16290	0.5119181992730301	17	8	5	7	2	True	6016	maximal	True	SPA0068_000000000872	1.0		2	1	False	False	0.9999386072158813	0					non-mobilizable	no_good_hit	3589.0	81.165	52.0	0.05075123783506915	CP021608.1	other sequences	Unidentified plasmid plasmid FAKO02_3063, complete sequence	True	True
ENG0121_000000004128	4403	0.5119177332760811	7	3	2	2	3	False	59145	maximal	True	ENG0121_000000004128	1.0		1	1	False	False	0.998410165309906	0					non-mobilizable	no_good_hit	834.0	99.52	19.0	0.0008905244342330024	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
ISR0022_000000007510	3348	0.5119161162977399	4	3	3	3	2	False	37596	fragment	False	ISR0131_000000008298	0.954438218814509		0	0	False	False	0.9922341704368591	0					non-mobilizable	no_good_hit	922.0	72.017	27.0	0.007635599921773364	NZ_BBAB01000009.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
MAD0097_000000015455	2637	0.5119155417225196	4	2	1	2	1	False	15426	maximal	True	MAD0097_000000015455	1.0		6	1	False	False	0.9935532808303833	0					non-mobilizable	no_good_hit	67.0	92.537	3.0	2.7248788873906643e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ISR0350_000000004318	3826	0.5119154622805959	6	2	1	1	2	False	60068	maximal	True	ISR0350_000000004318	1.0		87	7	False	False	0.9895452260971069	0					non-mobilizable	no_good_hit	1678.0	99.583	62.0	0.039323734934108706	NZ_CYZN01000029.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0068_000000024661	1715	0.511915183799213	2	2	1	2	1	False	10554	maximal	True	MON0068_000000024661	1.0		26	6	False	False	1.0	0					non-mobilizable	chromosome	555.0	86.306	95.0	0.00018613656230340799	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0011_000000001119	27272	0.511913684274055	33	19	11	16	13	False	51297	maximal	True	FIJ0011_000000001119	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1302.0	71.889	5.0	0.0009280996583036817	AP017649.1	GNS bacteria	Dehalococcoides mccartyi DNA, complete genome	True	False
ISR0357_000000005971	3868	0.5119134682984029	2	2	2	1	2	False	24082	maximal	True	ISR0357_000000005971	0.9921752738654147		422	12	False	False	0.9927611351013184	0					non-mobilizable	other	3867.0	99.509	100.0	0.0012406525845431247	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ENG0148_000000014292	2626	0.5119118103743474	5	5	4	4	4	False	59265	maximal	True	ENG0148_000000014292	1.0		90	5	False	False	1.0	0					non-mobilizable	chromosome	2626.0	99.92399999999999	100.0	0.0014427476510694196	LR822029.1	firmicutes	Streptococcus thermophilus isolate STH_CIRM_1035 genome assembly, chromosome: STHERMO	False	False
MAD0087_000000008302	3302	0.5119099887475155	4	4	4	4	3	False	17641	maximal	True	MAD0087_000000008302	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	873.0	77.434	29.0	0.0001617083606599202	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
DEN0057_000000000948	4126	0.5119086840983951	7	3	2	3	2	True	72031	maximal	True	DEN0057_000000000948	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0058_000000006338	4656	0.511903798645702	5	4	4	4	4	False	63477	maximal	True	ENG0058_000000006338	1.0		7	2	False	False	0.9997852444648743	0					non-mobilizable	no_good_hit								True	False
ENG0022_000000004782	4066	0.5119026631993046	9	8	3	4	7	True	118537	fragment	False	FIJ0130_000000005171	0.9415233254480857		0	0	False	False	1.0	0					non-mobilizable	other	4067.0	96.484	100.0	0.0011459254073915713	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
MON0101_000000028117	2256	0.5119017125456192	3	3	2	3	3	False	50928	maximal	True	MON0101_000000028117	1.0		171	12	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	2.2772445625448778e-05	NZ_VRSV01000002.1	high GC Gram+	Microbacterium hatanonis strain JCM14558 Scaffold2, whole genome shotgun sequence	True	False
USA0010_01_000000003251	8095	0.5118997319367781	10	6	5	6	3	True	107514	fragment	False	USA0010_01_000000003251	1.0		0	0	False	False	0.994935154914856	0					non-mobilizable	no_good_hit	5530.0	97.396	81.0	0.047803236605207015	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
MON0031_000000007867	4473	0.5118989720967712	6	3	2	3	2	False	84090	maximal	True	MON0031_000000007867	1.0		3	3	True	True	1.0	23					non-mobilizable	no_good_hit	76.0	97.368	2.0	1.5821009118807763e-05	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	True
FIJ0074_000000004353	7028	0.5118980856481641	5	5	5	4	5	False	95798	maximal	True	FIJ0074_000000004353	1.0		118	12	False	False	1.0	0					non-mobilizable	other	6990.0	98.62700000000001	100.0	0.013493120112536061	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
MON0092_000000030934	1798	0.5118951415341626	2	2	2	2	0	False	9446	maximal	True	MON0092_000000030934	1.0		1	1	False	False	0.9916573762893677	0					non-mobilizable	no_good_hit	309.0	99.353	17.0	4.350509228517701e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
MON0103_000000028905	1881	0.5118927629712897	3	3	3	3	3	False	8890	fragment	False	MON0103_000000028905	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	928.0	72.306	49.0	0.00025545806244193174	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0212_000000018316	1938	0.5118893150533305	3	3	3	3	3	False	72182	fragment	False	ISR0212_000000018316	1.0		0	0	False	False	0.9927760362625122	0					non-mobilizable	no_good_hit	114.0	83.333	6.0	3.7972795204578436e-05	CP026600.1	firmicutes	Clostridiaceae bacterium 14S0207 chromosome, complete genome	True	False
ISR0007_000000006442	2300	0.5118891924368189	4	3	2	3	2	False	38447	maximal	True	ISR0007_000000006442	1.0		4	3	False	False	0.9765217304229736	0					non-mobilizable	no_good_hit	1525.0	88.459	66.0	0.00026254109010033424	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	True	False
ISR0208_000000006116	4202	0.5118881914437791	4	4	4	3	3	False	112820	fragment	False	ISR0208_000000006116	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2286.0	74.322	54.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ISR0152_000000003064	8310	0.5118825221011393	10	8	5	6	5	False	104754	fragment	False	ISR0152_000000003064	0.8994120455613012		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2104.0	87.975	40.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0386_000000004181	8290	0.5118825221011393	10	8	5	6	5	False	104754	fragment	False	ISR0152_000000003064	0.8991904721618521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2104.0	88.07	39.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0052_000000003199	8289	0.5118825221011393	10	8	5	6	5	False	104754	fragment	False	ISR0152_000000003064	0.89909223504492		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2104.0	87.928	39.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CHI0021_000000005248	1657	0.5118814115772983	3	3	3	3	2	False	89256	maximal	True	CHI0021_000000005248	1.0		79	10	False	False	0.9975860118865967	0					non-mobilizable	other	1538.0	99.285	93.0	0.0008106711112048778	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
ISR0370_000000010096	2614	0.511876245465245	2	2	2	2	1	False	83424	maximal	True	ISR0370_000000010096	1.0		1090	13	False	False	1.0	0					non-mobilizable	other	2614.0	99.235	100.0	0.0005518615771498472	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0117_01_000000010762	2014	0.5118696676140495	4	4	2	4	2	False	92878	fragment	False	USA0145_01_000000011319	0.6471657599881758		0	0	False	False	1.0	0					non-mobilizable	other	2014.0	98.61	100.0	0.05145179429506185	NZ_CYYA01000027.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0136_000000035547	1205	0.5118693552564029	3	1	1	1	1	False	3591	maximal	True	SPA0136_000000035547	1.0		60	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0019_01_000000026341	1157	0.5118667448722399	2	2	2	2	1	False	1817	maximal	True	USA0019_01_000000026341	1.0		363	12	False	False	0.9991356730461121	0					non-mobilizable	other	1157.0	99.741	100.0	0.00037097630308635595	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0096_000000009343	2535	0.5118666576516772	3	2	1	1	2	False	115156	maximal	True	ISR0096_000000009343	1.0	PS748	12	4	False	True	1.0	0					non-mobilizable	other	1061.0	96.23	100.0	0.0002977826124477106	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
FIJ0057_000000019976	1717	0.5118660794542979	2	1	1	1	1	False	46126	fragment	False	FIJ0057_000000019976	1.0		0	0	False	False	0.9866045713424683	0					non-mobilizable	no_good_hit	45.0	97.77799999999999	3.0	1.2314750468170429e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0126_000000012999	3761	0.5118649673045114	6	6	6	6	4	False	112927	fragment	False	ISR0126_000000012999	1.0		0	0	False	False	0.9989364743232727	0					non-mobilizable	chromosome	1554.0	98.198	98.0	0.0004501860314782364	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0051_000000004600	5877	0.5118643076733527	10	5	1	4	1	False	64091	fragment	False	ENG0051_000000004600	1.0		0	0	False	False	0.9833248257637024	0					non-mobilizable	no_good_hit	88.0	97.727	1.0	3.6772895248392454e-05	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
ENG0018_000000017501	1264	0.5118640840518156	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.10727068874245645		0	0	False	False	0.9928797483444214	0					non-mobilizable	chromosome	1278.0	89.82799999999999	100.0	0.0004423248790839239	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0275_000000011758	1237	0.5118640840518156	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.09299388647823112		0	0	False	False	0.9991915822029114	0					non-mobilizable	chromosome	1238.0	89.58	100.0	0.0004143473927585809	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0095_000000030746	1241	0.5118623379294718	2	2	2	2	2	False	60681	maximal	True	MAD0095_000000030746	1.0		141	11	False	False	1.0	0					non-mobilizable	other	567.0	95.238	92.0	0.00017608164215108304	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0036_01_000000013009	2721	0.5118616711745189	3	3	2	3	2	False	90548	maximal	True	USA0036_01_000000013009	1.0		9	6	False	False	0.9992649555206299	0					non-mobilizable	no_good_hit	1840.0	96.196	79.0	0.028093492208982586	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0837_000000002354	3946	0.5118598364451619	8	1	0	1	1	False	32254	fragment	False	ISR0837_000000002354	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0108_000000006361	3329	0.5118598364451619	8	1	0	1	1	False	32253	maximal	True	MON0108_000000006361	1.0		12	6	False	False	0.9945929646492004	0					non-mobilizable	no_good_hit	142.0	80.282	4.0	0.0009681713663318407	NZ_SPHG01000008.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_8_length_140471_cov_59.6228, whole genome shotgun sequence	True	False
ENG0104_000000010190	3036	0.5118598364451619	9	1	0	1	1	False	80425	fragment	False	ENG0104_000000010190	1.0		0	0	False	False	0.9973649382591248	0					non-mobilizable	no_good_hit	144.0	86.111	5.0	4.735464689825407e-05	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
MON0026_000000019038	2277	0.5118598364451619	2	1	0	1	1	False	12756	maximal	True	MON0026_000000019038	1.0		46	8	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	86.059	42.0	0.49373695198329853	GQ874342.1		Uncultured organism clone 1041059766545 genomic sequence	True	False
CHI0138_000000006729	2184	0.5118598364451619	5	1	0	1	1	False	80424	fragment	False	CHI0138_000000006729	1.0		0	0	False	False	0.9922161102294922	0					non-mobilizable	no_good_hit	144.0	86.111	7.0	4.735464689825407e-05	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
DEN0035_000000015420	2151	0.5118598364451619	2	1	0	1	1	False	73451	maximal	True	DEN0035_000000015420	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	97.471	43.0	0.007900502759266499	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	True	False
ENG0167_000000014366	1746	0.5118598364451619	2	1	0	1	1	False	56054	maximal	True	ENG0167_000000014366	1.0		13	8	False	False	0.9988545179367065	0					non-mobilizable	no_good_hit	275.0	90.545	16.0	0.3337393422655298	GQ879330.1		Uncultured organism clone VC1C709TR genomic sequence	True	False
DEN0020_000000006412	1677	0.5118598364451619	5	1	0	1	1	False	74914	maximal	True	DEN0020_000000006412	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0038_000000021349	1588	0.5118598364451619	2	1	0	1	1	False	68256	maximal	True	MON0038_000000021349	1.0		75	10	False	False	0.998740553855896	0					non-mobilizable	no_good_hit	277.0	93.50200000000001	17.0	0.33617539585870887	GQ879330.1		Uncultured organism clone VC1C709TR genomic sequence	True	False
ISR0120_000000023487	1524	0.5118598364451619	5	1	0	1	1	False	32252	fragment	False	ISR0120_000000023487	1.0		0	0	False	False	0.9809711575508118	0					non-mobilizable	no_good_hit								True	False
MON0099_000000028568	1283	0.5118598364451619	2	1	0	1	1	False	9146	maximal	True	MON0099_000000028568	1.0		40	9	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	93.863	22.0	0.33617539585870887	GQ879330.1		Uncultured organism clone VC1C709TR genomic sequence	True	False
FIJ0109_000000019469	1225	0.5118598364451619	2	1	0	1	1	False	42131	maximal	True	FIJ0109_000000019469	1.0		81	10	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	93.286	23.0	0.34348355663824603	GQ879330.1		Uncultured organism clone VC1C709TR genomic sequence	True	False
ISR0773_000000015744	1164	0.5118598364451619	2	1	0	1	1	False	68255	fragment	False	ISR0773_000000015744	0.9628349178910978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	255.0	92.54899999999999	22.0	0.3093788063337393	GQ879330.1		Uncultured organism clone VC1C709TR genomic sequence	True	False
DEN0094_000000034302	1157	0.5118598364451619	2	1	0	1	1	False	68255	fragment	False	ISR0773_000000015744	0.9604810996563574		0	0	False	False	0.9991356730461121	0					non-mobilizable	no_good_hit	242.0	93.802	21.0	0.2935444579780755	GQ879330.1		Uncultured organism clone VC1C709TR genomic sequence	True	False
FIJ0002_000000008939	3890	0.511858521585495	4	4	4	3	3	False	52435	maximal	True	FIJ0002_000000008939	1.0		192	12	False	False	0.9997429251670837	0					non-mobilizable	other	3891.0	98.124	100.0	0.015992895700830068	NZ_QSOD01000004.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf4, whole genome shotgun sequence	False	False
MON0057_000000000670	14335	0.5118573935558934	15	5	0	5	0	False	11052	fragment	False	MON0057_000000000670	1.0		0	0	False	False	0.9979072213172913	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	1.4818314390588103e-05	CP006716.1	high GC Gram+	Bifidobacterium breve S27, complete genome	True	False
CHI0170_000000002966	3439	0.5118545856171692	4	4	4	4	2	False	128494	fragment	False	CHI0188_000000004234	0.9892268045344091		0	0	False	False	1.0	0					non-mobilizable	other	2841.0	99.71799999999999	100.0	0.09289545989794583	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0055_000000009242	3426	0.5118545856171692	4	4	4	4	2	False	128494	fragment	False	CHI0188_000000004234	0.9872106346916687		0	0	False	False	1.0	0					non-mobilizable	other	2814.0	99.751	100.0	0.09201229883553579	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0066_000000004420	3419	0.5118545856171692	4	4	4	4	2	False	128494	fragment	False	CHI0188_000000004234	0.987544365234564		0	0	False	False	1.0	0					non-mobilizable	other	2821.0	99.75200000000001	100.0	0.09224126651838284	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0209_000000014969	1921	0.5118545331200997	2	2	2	2	2	False	108179	maximal	False	ENG0155_000000010430	0.9705736894164194		0	0	False	False	0.99843829870224	0					non-mobilizable	chromosome	1903.0	99.632	99.0	0.0006516046191984235	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
AST0060_000000017274	1726	0.511851878826431	2	1	1	1	1	False	112409	maximal	True	AST0060_000000017274	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	73.75	27.0	0.0019624807444765663	NZ_CCAT010000085.1	firmicutes	Clostridium ihumii AP5, whole genome shotgun sequence	True	False
ISR0360_000000020100	1242	0.5118514211784704	2	2	2	2	1	False	23779	fragment	False	ISR0360_000000020100	1.0		0	0	False	False	0.998389720916748	0					non-mobilizable	other	1242.0	98.551	100.0	0.0003860729998400955	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0036_000000025292	1248	0.5118497682380889	2	2	2	2	2	False	18704	fragment	False	MAD0036_000000025292	1.0		0	0	False	False	0.9991987347602844	0					non-mobilizable	other	1248.0	98.63799999999999	100.0	0.011164231485460537	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0067_000000008127	2203	0.5118481476539759	2	2	2	2	1	False	10602	maximal	True	MON0067_000000008127	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1126.0	94.671	98.0	0.009228250353501525	NZ_QJKD01000016.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_116, whole genome shotgun sequence	False	False
MON0059_000000018984	2064	0.5118431560042267	3	3	3	3	3	False	117351	maximal	True	MON0059_000000018984	1.0	PS787	17	2	False	True	1.0	0					non-mobilizable	chromosome	1477.0	98.917	100.0	0.0006078531663960979	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
USA0132_01_000000002562	7551	0.5118429559692843	7	7	5	6	6	False	97163	maximal	True	USA0132_01_000000002562	1.0		98	8	False	False	0.9998675584793091	0					non-mobilizable	other	7551.0	98.861	99.0	0.0030761445600522496	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
MAD0028_000000003277	3637	0.5118412900346692	6	6	5	2	2	False	19023	maximal	True	MAD0028_000000003277	1.0		5	2	False	False	0.9989001750946045	0					non-mobilizable	no_good_hit	1668.0	89.38799999999999	46.0	0.00038728112783730087	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0091_000000009031	3424	0.5118396752145868	2	2	1	2	2	False	33632	maximal	True	ISR0091_000000009031	1.0		61	9	False	False	0.9997079372406006	0					non-mobilizable	other	3433.0	99.01	100.0	0.023559131222713418	NZ_KB894119.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00005.5, whole genome shotgun sequence	False	False
CHI0049_000000011417	1448	0.5118391976486556	2	2	2	1	1	False	86763	fragment	False	CHI0049_000000011417	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1449.0	99.103	100.0	0.013919216599170812	CP025213.1	enterobacteria	Klebsiella pneumoniae strain HZW25 plasmid unnamed2, complete sequence	False	True
MON0099_000000015129	2220	0.5118327311505885	4	2	2	2	2	False	9166	maximal	True	MON0099_000000015129	1.0		5	5	False	False	0.9963964223861694	0					non-mobilizable	no_good_hit								True	False
ENG0056_000000004430	2534	0.5118318231693353	2	2	2	2	2	False	63601	maximal	True	ENG0056_000000004430	0.9982282114333042		64	9	False	False	1.0	0					non-mobilizable	no_good_hit	663.0	99.24600000000001	29.0	0.0013967217126930778	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	True	False
DEN0069_000000006246	4595	0.5118282381759494	9	3	3	3	3	False	70752	maximal	True	DEN0069_000000006246	1.0		2	1	False	False	0.9980413317680359	0					non-mobilizable	no_good_hit	1085.0	72.074	23.0	0.00030434995518738734	CP047591.1	firmicutes	Aminipila sp. CBA3637 chromosome, complete genome	True	False
ISR0824_000000013187	1742	0.5118279816786672	3	1	1	1	1	False	21158	fragment	False	ISR0824_000000013187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	456.0	83.553	25.0	0.0009867365261669516	NZ_BHVZ01000014.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs14, whole genome shotgun sequence	True	False
ENG0171_000000002114	10116	0.5118269663538279	18	18	8	11	12	True	94835	maximal	True	ENG0171_000000002114	1.0		30	8	False	False	1.0	0					non-mobilizable	chromosome	9970.0	97.70299999999999	99.0	0.0014079829866839105	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0382_000000007572	1882	0.5118257571140152	2	2	2	2	1	False	129955	fragment	False	ISR0011_000000014131	0.690349222165829		0	0	False	False	0.9994686245918274	0					non-mobilizable	other	1882.0	99.20299999999999	100.0	0.0005302337597578524	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0006_01_000000012612	1904	0.511824860578546	3	3	2	3	2	True	119980	fragment	False	USA0006_01_000000012612	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1905.0	92.80799999999999	100.0	0.0006633130377436622	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MAD0105_000000017385	2089	0.5118226435215211	3	1	1	1	1	True	14826	maximal	True	MAD0105_000000017385	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0007_000000006678	3916	0.5118222483021075	4	3	3	3	3	False	106845	maximal	True	ENG0007_000000006678	0.9930350924189659		181	9	False	False	0.9997446537017822	0					non-mobilizable	chromosome	2014.0	83.26700000000001	93.0	0.0005351626229775302	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0012_000000028165	1892	0.5118216334531752	1	1	1	1	1	False	13600	maximal	True	MON0012_000000028165	1.0		363	13	False	False	0.9920718669891357	0					non-mobilizable	chromosome	1917.0	77.36	99.0	0.0005274480801140917	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	False
SPA0071_000000009323	2527	0.5118195363693746	2	2	2	2	2	False	110232	fragment	False	ISR0283_000000005161	0.9860492291512295		0	0	False	False	0.9988127946853638	0					non-mobilizable	other	2518.0	92.375	99.0	0.01208832588272779	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ENG0048_000000010780	2519	0.5118195363693746	2	2	2	2	2	False	110232	fragment	False	ISR0283_000000005161	0.9848951023759417		0	0	False	False	1.0	0					non-mobilizable	other	2521.0	92.344	100.0	0.012102808701277385	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
ISR0094_000000008251	2391	0.5118194753342362	3	3	1	3	3	True	115093	fragment	False	ISR0192_000000007818	0.929472489239797		0	0	False	True	1.0	0					non-mobilizable	other	1650.0	89.39399999999999	99.0	0.0004958801601870555	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0102_000000015463	1845	0.5118187609905186	2	2	1	1	1	False	79543	maximal	True	ENG0102_000000015463	1.0		6	4	False	False	0.99891597032547	0					non-mobilizable	no_good_hit	1086.0	82.965	59.0	0.050637062019861345	NZ_AVNC01000021.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.20, whole genome shotgun sequence	True	False
CHI0140_000000020412	1451	0.5118174582980175	2	2	2	2	2	False	80216	fragment	False	CHI0140_000000020412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0191_000000019647	1623	0.5118155228221684	2	1	1	1	1	False	54691	maximal	True	ENG0191_000000019647	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0073_000000003091	2918	0.51181515429125	3	3	3	2	3	False	126367	maximal	False	SPA0066_000000003952	0.5518506905970884		0	0	False	False	1.0	0					non-mobilizable	other	2812.0	96.40799999999999	96.0	0.06406035665294925	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0059_01_000000013477	1930	0.5118127695637842	3	3	3	3	3	False	107203	fragment	False	ISR0208_000000013442	0.830326264673902		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	384.0	73.17699999999999	20.0	0.0015899189858256824	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
MAD0061_000000000435	22812	0.5118115431194548	24	6	1	3	3	False	16845	maximal	True	MAD0061_000000000435	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	97.561	0.0	0.001152505258305241	MN693599.1	viruses	Marine virus AFVG_25M122, complete genome	True	False
SPA0142_000000008337	3462	0.511810468410941	7	3	1	1	3	False	101496	maximal	False	CHI0065_000000003374	0.9677386635150904		0	0	False	False	0.9994223117828369	0					non-mobilizable	chromosome	3459.0	99.48	99.0	0.0005514133994731754	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
SPA0031_000000007069	3927	0.5118102414223609	3	3	3	3	1	False	118358	fragment	False	SPA0031_000000007069	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3280.0	94.329	83.0	0.0013719847669030158	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0054_000000007319	3474	0.5118102414223609	3	3	3	3	1	False	63791	fragment	False	ENG0054_000000007319	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2834.0	86.309	81.0	0.0011858676766173639	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
SPA0110_000000009789	1982	0.5118073614913884	3	3	2	2	2	False	4615	maximal	True	SPA0110_000000009789	1.0		1	1	False	False	0.9949545860290527	0					non-mobilizable	no_good_hit	1740.0	97.414	88.0	0.015245425933880966	NZ_NFHM01000008.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_8, whole genome shotgun sequence	True	False
SPA0133_000000002014	11610	0.5118065742476785	10	7	6	7	4	True	106821	fragment	False	SPA0133_000000002014	0.9907607453627167		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	10022.0	99.242	86.0	0.10336575654739187	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
FIJ0123_000000011039	2906	0.5118042468053363	4	2	1	2	2	False	41360	maximal	True	FIJ0123_000000011039	1.0		7	5	True	True	1.0	2					non-mobilizable	chromosome	2904.0	99.897	100.0	0.000557054086074262	CU928162.2	enterobacteria	Escherichia coli ED1a chromosome, complete genome	False	True
USA0053_01_000000008192	2484	0.5118042468053363	3	2	1	2	2	False	1067	maximal	True	USA0053_01_000000008192	1.0		1	1	False	False	0.988325297832489	0					non-mobilizable	other	2438.0	100.0	98.0	0.025350295944160692	FR686852.1	enterobacteria	Salmonella enterica subsp. enterica serovar Hadar integrative and conjugative element ICESe4, strain 18	False	False
MON0017_000000011822	1646	0.5117921168070482	2	2	2	1	2	True	125764	fragment	False	MON0017_000000011822	0.9688102893890675		0	0	False	False	1.0	0					non-mobilizable	other	1646.0	99.757	100.0	0.0005117567161458155	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0306_000000002636	3416	0.5117903537149253	3	2	1	2	1	True	25457	maximal	True	ISR0306_000000002636	1.0		8	6	False	False	0.9997072815895081	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.002880658436213992	XM_033290103.1	eudicots	PREDICTED: Brassica rapa proline--tRNA ligase, cytoplasmic (LOC117133574), mRNA	True	True
CHI0162_000000001684	13040	0.5117900456484251	15	6	1	5	1	False	78600	maximal	True	CHI0162_000000001684	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00032671434275964714	NZ_KB905566.1	firmicutes	Paenibacillus ginsengihumi DSM 21568 F591DRAFT_scaffold00019.19, whole genome shotgun sequence	True	False
FIJ0015_000000003879	7308	0.5117889315581824	10	6	3	6	2	False	72648	fragment	False	FIJ0015_000000003879	1.0		0	0	False	False	0.9997263550758362	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	1.0	0.0008364001338240214	NZ_KQ959904.1	firmicutes	Gemella asaccharolytica strain KA00071 Scaffold277, whole genome shotgun sequence	True	False
ENG0164_000000008496	2296	0.5117846249221834	3	3	2	3	2	False	129981	maximal	True	ENG0164_000000008496	1.0		326	12	False	False	1.0	0					non-mobilizable	other	2296.0	100.0	100.0	0.07485567043934897	NZ_CYZO01000033.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0090_000000042108	1466	0.5117843464256853	1	1	1	1	1	False	9542	fragment	False	MON0090_000000042108	1.0		0	0	False	False	0.9713506102561951	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	0.00014802049026500953	AP008972.1	firmicutes	Finegoldia magna ATCC 29328 plasmid pFMC DNA, complete sequence	True	False
ISR0215_000000025272	1204	0.5117807226659055	2	2	2	2	1	False	81410	fragment	False	SPA0056_000000028404	0.9765496567063147		0	0	False	False	0.9966777563095093	0					non-mobilizable	no_good_hit	743.0	79.408	65.0	0.0002359905053046631	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0391_000000003243	3748	0.5117775514714873	6	3	2	2	3	False	22858	fragment	False	ISR0391_000000003243	1.0		0	0	False	False	0.9997332096099854	0		MOBP			mobilizable	plasmid	2031.0	92.41799999999999	99.0	0.3308859520313265	CP036554.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B plasmid pBFO67_1, complete sequence	False	True
AST0089_000000019483	1237	0.5117766009450334	2	2	2	2	2	False	109996	fragment	False	DEN0041_000000026696	0.9748486323179574		0	0	False	False	0.9765561819076538	0					non-mobilizable	no_good_hit	332.0	72.892	30.0	0.0001384659169340834	NZ_JABEKU010000002.1	a-proteobacteria	Ensifer sesbaniae strain CCBAU 65729 Scaffold_2, whole genome shotgun sequence	True	False
ISR0301_000000000453	25622	0.5117748461177427	31	15	8	11	10	True	86679	fragment	False	ISR0301_000000000453	0.9919153693988131		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5889.0	98.26799999999999	63.0	0.04735752880829099	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
SPA0104_000000007364	4656	0.511772238651298	7	7	3	5	5	True	123556	backbone	False	ISR0826_000000002301	0.47198463657697304	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	3543.0	99.774	99.0	0.0009411909759395767	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
AST0084_000000028540	1242	0.5117718701089209	2	1	1	1	1	False	121112	fragment	False	ENG0200_000000010145	0.04963065653703983		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	97.74600000000001	100.0	0.0003911602202979059	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MON0062_000000029383	1194	0.5117710078802651	1	1	1	1	1	False	10764	fragment	False	MON0062_000000029383	1.0		0	0	False	False	0.9765493869781494	0					non-mobilizable	other	1148.0	99.477	96.0	0.0022163266173677305	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
MAD0051_000000003029	7586	0.5117707480148802	11	3	2	3	2	False	74879	maximal	False	ISR0333_000000001824	0.30120310501911324		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	7.1101591670424015e-06	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0228_000000015384	1753	0.5117660373204809	2	2	2	2	1	False	27603	maximal	True	ISR0228_000000015384	1.0		20	8	False	False	0.9994295239448547	0					non-mobilizable	no_good_hit	978.0	98.671	56.0	0.0038542950115312926	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0030_000000005387	3946	0.5117651490619126	5	5	4	4	3	False	112835	maximal	True	ENG0030_000000005387	1.0	PS721	2	2	False	True	0.9982260465621948	0					non-mobilizable	no_good_hit	2639.0	73.854	66.0	0.31541742839731873	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
SPA0022_000000010476	1263	0.5117610082131768	3	1	1	1	1	False	7667	fragment	False	SPA0022_000000010476	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	97.861	99.0	0.0004527778874913376	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
ENG0154_000000006085	4545	0.5117585097851944	5	5	4	4	2	True	56852	maximal	True	ENG0154_000000006085	1.0		2	2	False	False	0.9964796304702759	0					non-mobilizable	no_good_hit	1848.0	75.487	42.0	0.00041581102457767256	NZ_QMDO01000001.1	firmicutes	Vallitalea guaymasensis strain L81 L81_Ga0082380_11, whole genome shotgun sequence	True	True
USA0017_01_000000012798	2157	0.5117583455741089	3	3	3	2	2	False	1894	maximal	True	USA0017_01_000000012798	1.0		4	3	False	False	0.999072790145874	0					non-mobilizable	no_good_hit	48.0	91.667	2.0	6.257189110893367e-05	NZ_MBFM01000001.1	b-proteobacteria	Thauera phenolivorans strain ZV1C Scaffold1, whole genome shotgun sequence	True	False
MAD0009_000000003463	2801	0.5117575607943392	2	2	2	2	2	False	96665	fragment	False	MAD0009_000000003463	0.9690393572968908		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1774.0	81.623	67.0	0.0005101915102393407	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
MAD0038_000000000036	70045	0.5117550039479831	95	27	14	24	13	False	18591	maximal	True	MAD0038_000000000036	1.0		2	1	True	True	1.0	383					non-mobilizable	no_good_hit	157.0	80.255	0.0	4.362280701018509e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0367_000000001969	4996	0.5117545205684728	4	3	3	3	3	False	23597	maximal	True	ISR0367_000000001969	1.0		11	5	False	False	0.9993995428085327	0					non-mobilizable	no_good_hit	1501.0	99.734	30.0	0.12466733200266135	NZ_CYXV01000027.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0093_000000004072	3024	0.5117539579316716	3	3	3	3	2	False	61068	maximal	True	ENG0093_000000004072	1.0		6	5	False	False	0.9722222089767456	0					non-mobilizable	no_good_hit	1099.0	84.895	85.0	0.00032400654528761503	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0041_000000029510	1280	0.5117509574219711	2	2	2	2	1	False	18207	maximal	True	MAD0041_000000029510	1.0		2	1	False	False	0.9937499761581421	0					non-mobilizable	no_good_hit	45.0	93.333	4.0	4.6385709827866845e-05	NZ_CP015322.1	a-proteobacteria	Mesorhizobium amorphae CCNWGS0123 plasmid pM0123d, complete sequence	True	False
FIJ0063_000000010929	2427	0.5117482931394663	4	3	3	2	2	False	85371	maximal	True	FIJ0063_000000010929	1.0		51	8	False	False	0.9979398250579834	0					non-mobilizable	chromosome	2427.0	99.794	100.0	0.00045048825796599164	CP052286.1	enterobacteria	Klebsiella pneumoniae strain E16KP0218 chromosome, complete genome	False	False
ISR0083_000000007022	3436	0.5117473731560648	4	3	2	2	3	True	130086	fragment	False	ISR0083_000000007022	1.0		0	0	False	False	0.9970896244049072	0					non-mobilizable	chromosome	2152.0	95.818	100.0	0.0007586752753373723	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0048_000000012705	1538	0.5117469316186805	3	3	3	2	2	False	86878	fragment	False	CHI0048_000000012705	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	51.0	90.196	3.0	0.0007600198535798486	NZ_MOMC01000069.1	high GC Gram+	Frankia asymbiotica strain NRRL B-16386 contig_70, whole genome shotgun sequence	True	False
ENG0181_000000004512	4864	0.5117436094286845	3	3	3	3	3	False	55287	maximal	True	ENG0181_000000004512	1.0		101	8	False	False	1.0	0					non-mobilizable	no_good_hit	1477.0	76.168	30.0	0.012651830681560741	NZ_FOJY01000011.1	firmicutes	Acetitomaculum ruminis DSM 5522, whole genome shotgun sequence	True	False
ENG0202_000000010180	2126	0.5117426337966616	3	3	2	3	2	False	123050	fragment	False	ENG0202_000000010180	0.9976489028213167		0	0	False	False	0.9905926585197449	0					non-mobilizable	chromosome	1561.0	98.719	97.0	0.00041778594352627415	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0031_01_000000005196	5872	0.5117420902825149	5	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.9340487270772946		0	0	False	False	1.0	0					non-mobilizable	other	4439.0	98.06299999999999	100.0	0.00927573567080757	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0133_000000004208	5529	0.5117420902825149	3	3	3	3	2	True	130997	fragment	False	USA0037_01_000000005669	0.8693440534610639		0	0	False	False	1.0	0					non-mobilizable	other	4410.0	97.68700000000001	99.0	0.009217187294165863	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0145_01_000000003984	6117	0.511741726591993	6	5	5	5	5	False	124513	maximal	True	USA0145_01_000000003984	1.0		2	2	False	False	0.9991825819015503	0					non-mobilizable	no_good_hit	1220.0	83.03299999999999	42.0	0.0003659102914452884	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
MON0105_000000008811	5795	0.511738127678286	11	2	2	2	1	True	8757	fragment	False	MON0105_000000008811	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	85.714	2.0	0.0005015382229001319	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
MAD0054_000000001983	5664	0.5117368397440238	8	2	2	2	1	True	17180	fragment	False	MAD0054_000000001983	1.0		0	0	False	False	0.9978813529014587	0					non-mobilizable	no_good_hit	209.0	87.56	4.0	5.521871546329436e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0063_01_000000011592	1774	0.5117361190042086	4	4	4	4	2	False	864	maximal	True	USA0063_01_000000011592	1.0		1	1	False	False	0.9808342456817627	0					non-mobilizable	no_good_hit	1181.0	100.0	67.0	0.0002586638695895684	CP007546.1	enterobacteria	Enterobacter asburiae L1, complete genome	True	False
MON0094_000000014516	2453	0.5117333124622387	3	3	3	3	1	True	9344	maximal	True	MON0094_000000014516	1.0		4	1	False	False	0.9947003722190857	0					non-mobilizable	no_good_hit								True	True
USA0037_01_000000018768	1808	0.5117304914394126	2	1	1	1	1	False	1365	maximal	True	USA0037_01_000000018768	1.0		220	10	False	False	1.0	0					non-mobilizable	other	1808.0	99.55799999999999	100.0	0.015158255205929009	NZ_CZAF01000013.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MON0010_000000014937	1764	0.5117304914394126	2	1	1	1	1	False	13740	maximal	True	MON0010_000000014937	1.0		7	5	False	False	0.9620181322097778	0					non-mobilizable	no_good_hit	72.0	93.056	4.0	1.995327000371524e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0102_000000011611	1748	0.5117304914394126	1	1	1	1	1	False	14986	maximal	True	MAD0102_000000011611	1.0		200	13	False	False	1.0	0					non-mobilizable	other	1285.0	99.92200000000001	100.0	0.00023896725943822967	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	False	False
ISR0033_000000018399	1715	0.5117304914394126	2	1	1	1	1	False	36871	fragment	False	ISR0033_000000018399	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1715.0	100.0	100.0	0.008637893845626625	NZ_VJZV01000012.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold12_1, whole genome shotgun sequence	False	False
ENG0133_000000015319	1594	0.5117304914394126	1	1	1	1	1	False	99122	fragment	False	AUS0022_000000021294	0.9499374217772216		0	0	False	False	0.9887076616287231	0					non-mobilizable	chromosome	1594.0	100.0	100.0	0.00024554213097584114	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0776_000000006520	3897	0.5117302952217996	5	4	3	4	4	False	95550	maximal	False	SPA0074_000000006442	0.9645089879802268		0	0	False	False	1.0	0					non-mobilizable	chromosome	3897.0	98.92200000000001	100.0	0.0005994434070088175	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0004_000000011156	1724	0.5117299939610559	3	3	3	3	2	False	38564	maximal	True	ISR0004_000000011156	1.0		1	1	False	False	0.9988399147987366	0					non-mobilizable	no_good_hit	356.0	72.753	20.0	0.00034895603154002595	NZ_HE998568.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
FIJ0080_000000017969	1336	0.5117262295602096	4	3	2	3	2	False	44305	maximal	True	FIJ0080_000000017969	1.0		3	1	False	False	0.9730538725852966	0					non-mobilizable	no_good_hit	56.0	98.214	4.0	1.9477141449729676e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0012_000000018173	2651	0.5117225080008999	5	3	3	3	3	False	58162	maximal	True	MON0012_000000018173	1.0		124	13	False	False	0.9996227622032166	0					non-mobilizable	no_good_hit	414.0	97.585	21.0	0.0002026897369793929	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0095_000000000141	44381	0.5117219242881162	45	16	9	11	8	True	15608	fragment	False	MAD0095_000000000141	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	0.0	8.180341470825396e-05	NZ_FOTZ01000003.1	g-proteobacteria	Legionella jamestowniensis DSM 19215, whole genome shotgun sequence	True	True
MON0034_000000000968	9960	0.5117215219610703	11	4	0	4	0	False	12257	maximal	True	MON0034_000000000968	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0141_000000017961	1771	0.5117116383084362	2	2	1	2	0	True	31203	maximal	True	ISR0141_000000017961	1.0		3	2	False	False	0.9937888383865356	0					non-mobilizable	no_good_hit	1140.0	99.649	64.0	0.00047381801557687137	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ENG0206_000000016314	1565	0.5117104629138584	2	2	2	2	2	False	102761	fragment	False	ENG0206_000000016314	0.9882943143812709		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	98.53	100.0	0.0004769288708160088	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0041_000000007800	1842	0.5117103905534868	2	2	2	2	0	True	130828	maximal	True	ISR0041_000000007800	1.0		1	1	False	False	0.9940282106399536	0					non-mobilizable	no_good_hit	1186.0	93.17	64.0	0.0005526562478138598	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
ISR0232_000000019498	1498	0.5117098088502057	2	2	2	2	1	False	27931	maximal	True	ISR0232_000000019498	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1497.0	97.061	99.0	0.0008840526011297672	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0146_000000013828	2860	0.5117098086968249	2	1	1	1	1	False	31023	maximal	True	ISR0146_000000013828	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0394_000000010107	1885	0.5117047966957857	1	1	1	0	1	False	22758	maximal	True	ISR0394_000000010107	1.0		203	10	False	False	0.9814323782920837	0					non-mobilizable	other	1885.0	100.0	100.0	0.0003288483239470177	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
MAD0013_000000013831	1781	0.5117039845768705	3	3	3	2	2	False	19565	fragment	False	MAD0013_000000013831	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	453.0	71.965	25.0	0.00046390119008898564	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0202_000000001320	7935	0.5117022398298545	11	2	1	2	1	False	28717	fragment	False	ISR0202_000000001320	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.337818295230358e-07	AP022702.1	bony fishes	Plectropomus leopardus DNA, chromosome 3, nearly complete sequence	True	False
ISR0146_000000011154	3489	0.5117005609044858	5	3	2	2	3	True	105449	fragment	False	ISR0146_000000011154	1.0		0	0	False	True	0.9979937076568604	0					non-mobilizable	chromosome	3501.0	91.17399999999999	100.0	0.000641332679022177	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	True
ISR0042_000000011942	2456	0.511699505198943	3	3	2	2	2	True	71087	fragment	False	ISR0042_000000011942	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1082.0	86.969	71.0	0.36014686248331107	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	True	True
DEN0065_000000017626	1972	0.511699505198943	3	3	2	2	2	True	71086	fragment	False	DEN0065_000000017626	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	87.193	93.0	0.3781708945260347	NZ_SDPW01000002.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00002, whole genome shotgun sequence	False	True
FIJ0047_000000022322	1396	0.5116950617350536	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.037447288308524895		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	98.926	100.0	0.0004197067051006408	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0029_000000009725	3136	0.5116932256181972	3	3	1	2	3	False	118354	fragment	False	ENG0073_000000008184	0.9937204739082935		0	0	False	False	1.0	0					non-mobilizable	other	3136.0	99.777	100.0	0.001368908955546483	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	False
AST0090_000000007610	3118	0.5116932256181972	3	3	1	2	3	False	118354	fragment	False	ENG0073_000000008184	0.9920307032947022		0	0	False	False	1.0	0					non-mobilizable	other	3118.0	99.904	100.0	0.001361049191208417	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	False
ISR0300_000000006417	1617	0.5116930119874837	4	4	2	2	3	False	25592	maximal	False	USA0083_01_000000018208	0.942744389776284		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	996.0	89.96	82.0	0.00019193564287497514	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
USA0083_01_000000018208	1520	0.5116930119874837	4	4	2	2	3	False	25592	maximal	True	USA0083_01_000000018208	0.9521615097651964		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	89.792	81.0	0.00017524613441762517	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
ENG0028_000000004261	3672	0.5116923045267733	3	3	3	3	1	True	76684	maximal	True	ENG0028_000000004261	0.9930594900849858		107	9	False	False	1.0	0					non-mobilizable	other	1312.0	83.91799999999999	92.0	0.0004540717065036131	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
DEN0003_000000007867	3530	0.5116923045267733	3	3	3	3	1	True	76684	maximal	False	ENG0028_000000004261	0.9739923747276689		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	84.223	94.0	0.0004540717065036131	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ISR0294_000000005608	3399	0.5116923045267733	3	3	3	3	1	True	64915	fragment	False	ISR0294_000000005608	1.0		0	0	False	False	0.9941158890724182	0					non-mobilizable	other	3412.0	92.49700000000001	100.0	0.050909145373393645	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	True
ISR0128_000000014296	2479	0.5116881636697603	3	3	2	3	2	False	31848	maximal	True	ISR0128_000000014296	1.0		263	12	False	False	0.9991932511329651	0					non-mobilizable	no_good_hit	1405.0	96.94	61.0	0.038994584085543675	NZ_JAAIOD010000023.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_23_length_36005_cov_363.365, whole genome shotgun sequence	True	False
ISR0330_000000012635	2305	0.5116865793402324	3	3	3	3	1	False	24666	maximal	True	ISR0330_000000012635	1.0		20	8	False	False	1.0	0					non-mobilizable	no_good_hit	320.0	74.062	14.0	0.0001083009601428476	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0168_000000010526	2434	0.5116798000591937	2	2	2	2	1	False	30128	maximal	True	ISR0168_000000010526	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1297.0	95.52799999999999	56.0	0.0004177245422515804	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0816_000000032339	1127	0.5116794110586366	2	2	2	2	2	False	21388	fragment	False	ISR0816_000000032339	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	86.335	100.0	0.0020312406984148747	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0182_000000032290	1248	0.5116773675392216	2	2	2	2	1	False	29513	fragment	False	ISR0182_000000032290	1.0		0	0	False	False	0.9719551205635071	0					non-mobilizable	no_good_hit								True	False
AST0003_000000006187	5696	0.5116764050214673	7	3	1	3	1	True	130716	maximal	True	AST0003_000000006187	1.0		2	1	False	False	0.9998244643211365	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.6302901267649396e-05	NZ_JAASQO010000001.1	a-proteobacteria	Parvibaculum indicum strain DSM 25305 Ga0373335_01, whole genome shotgun sequence	True	True
ISR0398_000000008491	2736	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9970773432175314		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	99.927	100.0	0.08946094465524008	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ENG0033_000000009625	2736	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9968264858067792		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	99.89	100.0	0.08946094465524008	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
USA0026_01_000000012044	2736	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9970773432175314		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	99.927	100.0	0.08946094465524008	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0143_000000011311	2736	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9970773432175314		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	99.927	100.0	0.08946094465524008	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ENG0087_000000009945	2736	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9970773432175314		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	99.927	100.0	0.08946094465524008	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
DEN0003_000000009883	2736	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9955273173840082		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	99.854	100.0	0.08946094465524008	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0342_000000006232	2736	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9968264858067792		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	99.89	100.0	0.08946094465524008	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
CHI0062_000000005457	2736	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9959535590357228		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	99.89	100.0	0.08946094465524008	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0069_000000008902	2736	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9970773432175314		0	0	False	False	1.0	0					non-mobilizable	other	2736.0	99.927	100.0	0.08946094465524008	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0130_000000011994	2716	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9919420743250338		0	0	False	False	1.0	0					non-mobilizable	other	2716.0	99.853	100.0	0.0888067512756771	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
CHI0125_000000005673	2714	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9930961698107617		0	0	False	False	0.9966838359832764	0					non-mobilizable	other	2714.0	99.889	100.0	0.0887413319377208	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0215_000000010726	2712	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9885453680298802		0	0	False	False	1.0	0					non-mobilizable	other	1571.0	99.936	100.0	0.051354180295695405	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
AST0005_000000010551	2711	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9913861760176303		0	0	False	False	1.0	0					non-mobilizable	other	2710.0	99.963	100.0	0.08861049326180818	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
AST0084_000000012548	2711	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9923936439579195		0	0	False	False	1.0	0					non-mobilizable	other	2711.0	99.889	100.0	0.08864320293078634	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0063_000000006615	2708	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9902795511947033		0	0	False	False	0.9985228776931763	0					non-mobilizable	other	2708.0	99.926	100.0	0.08854507392385189	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0037_000000009144	2707	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9907410780373216		0	0	False	False	1.0	0					non-mobilizable	other	2707.0	99.926	100.0	0.08851236425487374	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0054_000000010926	2703	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9896555154648989		0	0	False	False	1.0	0					non-mobilizable	other	2703.0	99.963	100.0	0.08838152557896115	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0050_000000009628	2702	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9848140987979619		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	99.936	100.0	0.05115792228182651	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0353_000000013665	2701	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9894406643710031		0	0	False	False	0.9992595314979553	0					non-mobilizable	other	2699.0	99.963	100.0	0.08825068690304855	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0021_000000012228	2699	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9900046171774427		0	0	False	False	1.0	0					non-mobilizable	other	2699.0	99.963	100.0	0.08825068690304855	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
SPA0059_000000009611	2697	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9887968062199998		0	0	False	False	0.9996291995048523	0					non-mobilizable	other	2697.0	99.963	100.0	0.08818526756509223	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0155_000000008177	2692	0.5116746766637014	4	4	4	4	1	False	128492	fragment	False	ENG0087_000000009945	0.9866622267596822		0	0	False	False	1.0	0					non-mobilizable	other	2692.0	100.0	100.0	0.0880217192202015	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
DEN0006_000000002711	2310	0.5116746766637014	4	4	4	4	1	False	103657	fragment	False	DEN0006_000000002711	0.9765146987860772		0	0	False	False	1.0	0					non-mobilizable	other	2310.0	99.87	100.0	0.07552662567054821	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
CHI0073_000000004001	2150	0.5116746766637014	4	4	4	4	1	False	84795	fragment	False	USA0047_01_000000016550	0.9517383348581885		0	0	False	False	1.0	0					non-mobilizable	other	2150.0	99.95299999999999	100.0	0.07029307863404423	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0397_000000011948	1522	0.5116744401231067	3	3	3	3	2	False	22639	fragment	False	SPA0004_000000007565	0.9688013760257735		0	0	False	False	1.0	0					non-mobilizable	chromosome	1522.0	99.934	100.0	0.00027459597291736287	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0093_000000018274	2109	0.5116706378881571	3	2	2	2	1	False	116647	maximal	True	SPA0093_000000018274	0.9871483996120272		127	10	False	False	1.0	0					non-mobilizable	other	2109.0	96.396	100.0	0.04759417788778129	NZ_BHVZ01000009.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs09, whole genome shotgun sequence	False	False
ISR0053_000000009806	1801	0.5116706041170034	3	3	3	2	2	False	54628	maximal	True	ISR0053_000000009806	1.0		134	12	False	False	1.0	0					non-mobilizable	other	1801.0	97.89	100.0	0.01501113325716573	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
SPA0110_000000010789	1768	0.5116702664828797	3	3	3	3	3	False	4612	maximal	True	SPA0110_000000010789	1.0		3	1	False	False	0.9966063499450684	0					non-mobilizable	other	1768.0	99.095	100.0	0.0004921019996273726	AP023027.1	firmicutes	Anaerostipes caccae JCM 13470 DNA, complete genome	False	False
MAD0008_000000008382	1652	0.5116660837722352	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.15343257752646391		0	0	False	False	0.9957627058029175	0					non-mobilizable	chromosome	1652.0	97.337	100.0	0.0005553803396032968	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0149_000000033866	1199	0.5116627596575438	2	1	1	1	1	False	3278	fragment	False	SPA0149_000000033866	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	97.662	100.0	0.004308656482569526	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0148_000000007013	2479	0.5116621759708354	3	3	2	2	0	True	131288	fragment	False	FIJ0165_000000006260	0.39421038543897646		0	0	False	True	1.0	0					non-mobilizable	chromosome	1698.0	93.345	96.0	0.0005705270761379323	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0025_000000001489	10402	0.5116589156385866	18	9	3	7	8	False	12846	maximal	True	MON0025_000000001489	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1755.0	77.778	17.0	0.000853456301712262	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0133_000000008204	2263	0.5116564516414217	3	3	2	3	2	False	80796	fragment	False	CHI0133_000000008204	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1908.0	98.899	88.0	0.0008629201362210161	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	True	False
SPA0146_000000007405	3212	0.5116558928935553	2	2	1	2	2	False	3339	maximal	True	SPA0146_000000007405	1.0		87	11	False	False	0.9950186610221863	0					non-mobilizable	no_good_hit	1402.0	97.50399999999999	64.0	0.00031282892287810805	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0377_000000013081	1263	0.5116544355775152	2	2	2	2	2	False	23294	fragment	False	ISR0377_000000013081	1.0		0	0	False	False	0.9794141054153442	0					non-mobilizable	no_good_hit	464.0	71.55199999999999	36.0	0.0047347986658389535	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
CHI0031_000000002691	3386	0.5116525138330742	4	4	4	4	3	False	88484	maximal	True	CHI0031_000000002691	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	98.661	35.0	0.00018404099459206174	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
SPA0008_000000022160	1380	0.5116513814299994	2	1	1	1	1	False	39451	fragment	False	SPA0008_000000022160	0.9792449260367481		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	98.551	100.0	0.005433733278168529	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ISR0779_000000024047	1442	0.5116494167976872	3	3	3	3	1	False	22328	fragment	False	ISR0779_000000024047	1.0		0	0	False	False	0.9639389514923096	0					non-mobilizable	other	1442.0	97.226	100.0	0.0004888882396048397	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MAD0049_000000003170	4881	0.5116456464220092	9	5	3	2	0	False	17491	maximal	True	MAD0049_000000003170	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.0014219357285050716	NZ_LIPP01000224.1	high GC Gram+	Streptomyces aurantiacus strain NRRL ISP-5412 ISP-5412_contig_224, whole genome shotgun sequence	True	False
ENG0122_000000014352	1995	0.5116446515116632	1	1	1	1	1	False	129998	maximal	True	ENG0122_000000014352	1.0		419	12	False	False	1.0	0					non-mobilizable	other	1995.0	100.0	100.0	0.0006019291921168406	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
AST0003_000000016763	1982	0.5116446515116632	1	1	1	1	1	False	129998	maximal	False	ENG0122_000000014352	0.9967418546365915		0	0	False	False	1.0	0					non-mobilizable	other	1982.0	100.0	100.0	0.0005980048794300207	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0167_000000021751	1273	0.5116387010118346	2	2	2	1	1	False	30167	fragment	False	ISR0167_000000021751	1.0		0	0	False	False	0.9992144703865051	0					non-mobilizable	no_good_hit	200.0	93.0	16.0	6.414134560807446e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0180_000000005285	3989	0.5116364401186511	5	4	4	3	3	False	37850	maximal	True	ISR0180_000000005285	1.0		174	9	False	False	1.0	0					non-mobilizable	other	3990.0	99.223	100.0	0.022718078165687553	NZ_WNAJ01000007.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold7_size175499, whole genome shotgun sequence	False	False
ISR0388_000000003128	8211	0.5116361404302372	10	10	9	9	10	False	98167	maximal	True	ISR0388_000000003128	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	6319.0	97.83200000000001	89.0	0.0012894222274105695	CP050865.1	enterobacteria	Escherichia coli strain 8-3-Ti3 chromosome, complete genome	True	False
SPA0017_000000002027	5502	0.5116359039991818	8	6	6	6	3	False	65734	maximal	True	SPA0017_000000002027	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2811.0	98.82600000000001	93.0	0.0008652532759535953	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
FIJ0021_000000040777	1169	0.5116357253574487	2	2	2	2	2	False	49508	fragment	False	FIJ0021_000000040777	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	98.785	99.0	0.017583256950809655	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0025_000000025143	1642	0.5116354618055714	2	2	2	2	2	False	12808	fragment	False	MON0025_000000025143	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0021_000000022136	1654	0.5116339171648594	2	2	2	2	2	False	94179	fragment	False	DEN0018_000000020884	0.7800013458236067		0	0	False	False	1.0	0					non-mobilizable	chromosome	1654.0	99.819	100.0	0.0005327921823625482	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0002_000000014067	1652	0.5116339171648594	2	2	2	2	2	False	94179	fragment	False	DEN0018_000000020884	0.7789193053997903		0	0	False	False	1.0	0					non-mobilizable	chromosome	1652.0	99.758	100.0	0.000532147545723271	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CAN0012_000000028197	1643	0.5116339171648594	2	2	2	2	2	False	94179	fragment	False	DEN0018_000000020884	0.7777888607431267		0	0	False	False	0.9975654482841492	0					non-mobilizable	chromosome	1643.0	99.87799999999999	100.0	0.0005292466808465239	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0106_000000023006	1226	0.5116331280264189	2	2	2	2	2	False	42324	maximal	True	FIJ0106_000000023006	1.0		3	2	False	False	0.9991843104362488	0					non-mobilizable	no_good_hit	120.0	76.667	10.0	1.4824057127680725e-05	CP043930.1	planctomycetes	Gimesia sp. E7 chromosome, complete genome	True	False
TAN0003_000000001056	5296	0.5116293422818423	4	3	3	3	3	False	2993	maximal	False	TAN0004_000000000412	0.9519330341732827		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	182.0	74.176	4.0	3.3051108517745434e-05	NZ_LT629797.1	g-proteobacteria	Pseudomonas sihuiensis strain KCTC 32246 chromosome I	True	False
MON0077_000000026102	1686	0.5116285334145241	3	3	3	2	1	True	10217	maximal	True	MON0077_000000026102	1.0		1	1	False	False	0.9507710337638855	0					non-mobilizable	other	1561.0	99.103	93.0	0.0006695942816648346	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	False	True
FIJ0126_000000002181	13991	0.5116261501176682	18	12	9	9	9	False	47259	maximal	False	FIJ0043_000000001490	0.956071108899981		0	0	True	True	0.9999285340309143	5					non-mobilizable	no_good_hit	1445.0	73.01	10.0	0.2063281824871229	NZ_NFHM01000053.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_53, whole genome shotgun sequence	True	True
CHI0144_000000001945	6384	0.5116251295262657	7	4	3	4	4	False	79878	fragment	False	USA0087_01_000000001739	0.9659587287242055		0	0	False	False	0.9963972568511963	0					non-mobilizable	other	6403.0	95.486	100.0	0.0017101208572884595	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0134_000000014848	1797	0.5116220231922349	1	1	1	1	1	False	34482	fragment	False	SPA0134_000000014848	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1789.0	81.33	99.0	0.0009940623123623992	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	False
ISR0831_000000013429	1397	0.5116196027732454	2	2	2	1	1	False	21017	maximal	True	ISR0831_000000013429	1.0		252	11	False	False	0.9992842078208923	0					non-mobilizable	other	1397.0	99.785	100.0	0.0329183172986229	NZ_JAAIPV010000037.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_37_length_42408_cov_112.355, whole genome shotgun sequence	False	False
ENG0094_000000008389	2041	0.5116171420872702	3	2	2	2	1	False	119685	fragment	False	SPA0104_000000017577	0.9756731223429381		0	0	False	False	0.9882410764694214	0					non-mobilizable	no_good_hit	80.0	86.25	4.0	1.746017492827723e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0003_000000013715	1620	0.5116170201764694	2	2	2	1	1	False	115792	fragment	False	ISR0054_000000014703	0.5217507011874939		0	0	False	False	1.0	0					non-mobilizable	other	1619.0	98.765	99.0	0.020121124693768422	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0038_000000020143	1271	0.5116159489008882	2	2	2	2	2	False	7030	fragment	False	SPA0038_000000020143	1.0		0	0	False	False	0.9834775924682617	0					non-mobilizable	no_good_hit								True	False
ISR0164_000000005948	4044	0.511615094761699	6	6	6	6	6	True	79073	maximal	True	ISR0164_000000005948	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	72.116	29.0	0.00031075071493661104	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	True
MON0103_000000044530	1312	0.511614741187433	2	2	1	2	1	False	115787	fragment	False	MON0103_000000044530	1.0		0	0	False	False	0.9969512224197388	0					non-mobilizable	no_good_hit	1041.0	97.695	79.0	0.012920796388643628	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
TAN0002_000000012835	2830	0.5116124440213627	3	3	3	1	2	False	3054	fragment	False	TAN0002_000000012835	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2753.0	99.78200000000001	100.0	0.028445620490769645	CP057248.1	enterobacteria	Escherichia coli strain RHB31-C22 plasmid pRHB31-C22_2, complete sequence	False	True
ISR0212_000000002221	11894	0.5116117399809149	11	8	8	8	7	False	103975	maximal	True	ISR0212_000000002221	1.0		5	2	False	False	0.9996637105941772	0					non-mobilizable	other	9920.0	96.26	90.0	0.0048660260100500735	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
CHI0159_000000005379	2669	0.5116053831006028	4	4	2	4	2	False	94466	fragment	False	CHI0159_000000005379	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1978.0	85.238	74.0	0.00048422635706581873	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0363_000000016175	1138	0.5116049193622048	2	2	2	1	1	False	23686	fragment	False	ISR0363_000000016175	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	96.512	8.0	0.0002227259030225215	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
CHI0147_000000009984	1919	0.5116035371190615	6	4	1	3	3	False	84672	fragment	False	CHI0133_000000007847	0.34618206426045833		0	0	False	False	0.9994788765907288	0					non-mobilizable	chromosome	1919.0	99.792	100.0	0.0006045489947875773	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0200_000000012837	1906	0.5116035371190615	5	4	1	3	3	False	84672	fragment	False	CHI0133_000000007847	0.11832334549244397		0	0	False	False	0.999475359916687	0					non-mobilizable	chromosome	1906.0	96.275	100.0	0.000647316930786699	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0157_000000001203	18679	0.5116033586634272	22	8	1	8	1	False	30566	maximal	True	ISR0157_000000001203	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2255.0	83.76899999999999	12.0	0.9894459102902374	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
ENG0115_000000016137	1332	0.5116009008359305	2	2	2	2	1	False	59517	fragment	False	ENG0115_000000016137	0.9847020933977455		0	0	False	False	0.9864864945411682	0					non-mobilizable	chromosome	1334.0	97.676	100.0	0.00047037867070917085	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0349_000000009338	1242	0.5116009008359305	2	2	2	2	1	False	59517	fragment	False	ENG0115_000000016137	0.9512012012012012		0	0	False	False	1.0	0					non-mobilizable	chromosome	1242.0	97.262	100.0	0.00043791442636915306	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0177_000000014578	2057	0.5115998343364482	3	3	3	3	3	False	29764	maximal	True	ISR0177_000000014578	1.0		3	3	False	False	0.9961108565330505	0					non-mobilizable	no_good_hit	466.0	73.82	22.0	0.0001996563464286635	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
AUS0004_000000011430	1796	0.5115971577151465	3	3	2	2	2	False	102400	fragment	False	AUS0004_000000011430	1.0		0	0	False	False	0.9910913109779358	0					non-mobilizable	chromosome	1798.0	96.10700000000001	100.0	0.0006341113812936084	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0037_000000003395	8341	0.5115962144349083	11	6	4	5	4	True	96773	backbone	False	ENG0153_000000002663	0.9246138327451534	PS519|PS520	0	0	False	True	0.9974822998046875	0					non-mobilizable	no_good_hit	1982.0	83.855	51.0	0.1592577652279145	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0019_000000004804	3413	0.5115880143418813	7	4	3	4	2	False	37750	fragment	False	ISR0019_000000004804	1.0		0	0	False	False	0.9923820495605469	0					non-mobilizable	no_good_hit	812.0	97.906	24.0	0.000285953747422097	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0027_000000011049	3490	0.5115852349925459	2	2	1	2	2	False	23767	maximal	False	ISR0361_000000003314	0.9816768461965575		0	0	False	False	0.9876790642738342	0					non-mobilizable	no_good_hit	880.0	72.727	25.0	0.0018155546394500036	NZ_FOOH01000001.1	CFB group bacteria	Salegentibacter agarivorans strain DSM 23515, whole genome shotgun sequence	True	False
MON0061_000000004512	7936	0.5115849060259018	6	3	3	3	3	True	10847	maximal	True	MON0061_000000004512	1.0		29	3	False	False	0.9958417415618896	0					non-mobilizable	no_good_hit	240.0	78.75	3.0	0.00012243997976627452	NZ_UGGU01000003.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	True
ENG0129_000000004749	5465	0.5115831117462822	7	3	2	3	2	False	58564	fragment	False	ENG0129_000000004749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	230.0	91.73899999999999	4.0	0.018043684710351376	MK232143.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_2-proph_c1 sequence	True	False
ISR0268_000000008741	2236	0.5115802231438312	3	3	3	3	2	False	115971	fragment	False	ISR0268_000000008741	0.9559680463860264		0	0	False	False	0.9950805306434631	0					non-mobilizable	other	2215.0	99.323	99.0	0.0007101606915141576	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0192_000000009131	2020	0.5115784657124286	3	3	3	2	2	False	116801	maximal	True	ISR0192_000000009131	1.0		141	9	False	False	0.9940593838691711	0					non-mobilizable	no_good_hit	1666.0	99.7	82.0	0.006316412429485696	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CAN0010_000000000978	16204	0.5115778257461445	14	12	7	11	9	False	119754	fragment	False	CAN0010_000000000978	0.998846645310255		0	0	False	False	1.0	0					non-mobilizable	chromosome	9974.0	98.27600000000001	99.0	0.0015902966549872694	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
CAN0020_000000001834	15927	0.5115778257461445	14	12	7	11	9	False	119754	fragment	False	CAN0010_000000000978	0.9931028669516347		0	0	False	False	1.0	0					non-mobilizable	chromosome	9929.0	98.29799999999999	100.0	0.0015831209456245473	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0396_000000016427	1413	0.5115775725828892	3	3	3	3	3	False	66300	maximal	True	ISR0396_000000016427	1.0		57	10	False	False	1.0	0					non-mobilizable	other	1413.0	99.788	100.0	0.000490550305725403	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
SPA0139_000000017278	1628	0.5115761865134225	2	1	1	1	1	False	3509	fragment	False	SPA0139_000000017278	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1629.0	97.913	99.0	0.017661123790892293	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0096_000000006227	2838	0.5115758167344594	2	2	2	2	2	True	15513	fragment	False	MAD0096_000000006227	1.0		0	0	False	False	0.9971811175346375	0			MPF_T		non-mobilizable	plasmid	2843.0	96.87	100.0	0.04088798607080673	CP055960.1	enterobacteria	Escherichia coli strain RHB15-C19 plasmid pRHB15-C19_3, complete sequence	False	True
FIJ0140_000000026820	1310	0.5115755155134025	3	2	2	2	1	True	40350	maximal	True	FIJ0140_000000026820	1.0		90	9	False	False	0.9992366433143616	0					non-mobilizable	other	1322.0	84.493	100.0	0.0013287515710563068	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	False	True
MON0028_000000016423	1585	0.5115730119094266	2	1	1	1	1	False	12589	maximal	True	MON0028_000000016423	1.0		23	4	False	False	1.0	0					non-mobilizable	chromosome	1507.0	87.92299999999999	94.0	0.0005013581517890253	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	False	False
USA0121_01_000000001847	18505	0.5115724196812954	21	16	12	15	12	False	105985	maximal	True	USA0121_01_000000001847	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	79.736	7.0	0.005510844248285764	NZ_DS544190.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_23, whole genome shotgun sequence	True	False
SPA0136_000000029810	1432	0.5115716894272556	2	2	1	1	2	False	3595	maximal	True	SPA0136_000000029810	1.0		31	6	False	False	0.9993016719818115	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000016510	1770	0.5115699476704308	2	1	1	1	1	False	35700	maximal	True	ISR0072_000000016510	0.9828725961538461		364	13	False	False	1.0	0					non-mobilizable	other	1770.0	98.13600000000001	100.0	0.0036310045505579926	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
CHI0139_000000002064	4803	0.5115698296644253	5	4	4	4	4	False	84670	maximal	True	CHI0139_000000002064	1.0		6	2	False	False	0.9997918009757996	0					non-mobilizable	other	3203.0	99.969	98.0	0.1022741791235467	NZ_QRUU01000040.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf40, whole genome shotgun sequence	False	False
ENG0064_000000019163	1165	0.5115690699200621	2	1	1	1	1	False	62904	maximal	True	ENG0064_000000019163	1.0		24	7	False	False	0.951931357383728	0					non-mobilizable	other	1086.0	100.0	93.0	0.0002905545145878451	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0001_000000007735	2541	0.5115681540613445	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9579992457431739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	89.82600000000001	86.0	0.00030269201504018304	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
AST0016_000000018357	1276	0.5115667164258436	2	2	2	1	1	False	122993	fragment	False	AST0016_000000018357	1.0		0	0	False	False	0.9984325766563416	0					non-mobilizable	chromosome	1277.0	89.507	100.0	0.0004112781758588091	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0151_000000010559	2364	0.5115637494863444	3	2	2	2	2	False	115286	fragment	False	CHI0142_000000007284	0.9376025030081823		0	0	False	False	0.9792724251747131	0					non-mobilizable	no_good_hit	319.0	73.668	13.0	0.00011155090103026995	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0278_000000002191	4315	0.51156222754228	7	6	5	5	3	True	116835	maximal	True	ISR0278_000000002191	1.0		128	6	False	False	1.0	0					non-mobilizable	other	4318.0	97.29	100.0	0.0013827586339744471	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
FIJ0035_000000001244	9016	0.511554593119683	9	6	3	6	3	False	84620	maximal	False	ISR0385_000000001956	0.8558222002463183	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2490.0	88.99600000000001	41.0	0.0006610240430823354	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0385_000000001956	8848	0.511554593119683	8	6	3	6	3	False	84620	maximal	True	ISR0385_000000001956	0.8568107844029965	PS419	17	3	False	True	1.0	0					non-mobilizable	no_good_hit	2495.0	88.65700000000001	41.0	0.000661557557241401	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0078_000000002508	8788	0.511554593119683	8	6	3	6	3	False	84620	maximal	False	ISR0385_000000001956	0.85268584260221	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2495.0	88.65700000000001	41.0	0.000661557557241401	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0162_000000002755	8783	0.511554593119683	9	6	3	6	3	False	84620	maximal	False	ISR0385_000000001956	0.8559538344141819	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2493.0	88.969	41.0	0.000661557557241401	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0105_000000002883	8770	0.511554593119683	8	6	3	6	3	False	84620	maximal	False	ISR0385_000000001956	0.8533749876717615	PS419	0	0	False	True	0.9998859763145447	0					non-mobilizable	no_good_hit	3611.0	87.095	41.0	0.0009597919721590971	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0025_000000002225	8688	0.511554593119683	8	6	3	6	3	False	84620	maximal	False	ISR0385_000000001956	0.844879090549771	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2653.0	90.124	43.0	0.000703705175807587	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0005_000000002044	8378	0.511554593119683	8	6	3	6	3	False	84620	maximal	False	ISR0385_000000001956	0.8265464755935547	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2202.0	89.28200000000001	40.0	0.0005841980041768823	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ENG0034_000000006484	2228	0.5115524332607625	3	3	3	3	3	False	81416	maximal	True	ENG0034_000000006484	1.0		82	12	False	False	0.9946140050888062	0					non-mobilizable	other	2230.0	81.704	99.0	0.0006696038107201041	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
USA0034_01_000000021556	2495	0.5115481174024215	2	2	1	1	0	True	66364	fragment	False	USA0034_01_000000021556	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.156340562132564e-05	NZ_WAEM01000001.1	CFB group bacteria	Flavobacterium luteum strain NBRC 112527 NODE_1_length_855421_cov_61.282123, whole genome shotgun sequence	True	True
ENG0021_000000009801	1864	0.5115481174024215	2	2	1	1	0	True	66363	fragment	False	ENG0021_000000009801	1.0		0	0	False	False	0.9651287794113159	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.1510453157453609e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	True
ISR0785_000000003007	8377	0.5115480248080058	6	3	3	1	1	False	93010	maximal	True	ISR0785_000000003007	1.0		161	12	False	False	0.9983287453651428	0					non-mobilizable	other	8379.0	98.01899999999999	100.0	0.08323882289739151	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0197_000000003894	5686	0.5115473595817164	5	4	2	3	2	True	131022	maximal	True	ISR0197_000000003894	1.0		3	2	False	False	1.0	0					non-mobilizable	other	3779.0	98.38600000000001	99.0	0.007899848819727457	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
CHI0062_000000010168	1351	0.5115470193063844	2	1	1	1	1	False	85550	fragment	False	CHI0062_000000010168	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0059_000000011183	2284	0.5115467425997009	4	3	2	3	2	False	86457	maximal	True	SPA0059_000000011183	1.0		9	4	False	False	0.996497392654419	0					non-mobilizable	no_good_hit	1247.0	95.18799999999999	55.0	0.00033690071352110185	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0060_000000004338	7093	0.5115450088347245	6	1	0	1	1	True	130344	maximal	False	DEN0051_000000005381	0.9663413197657088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3750.0	92.053	55.0	0.27852149338093113	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
DEN0051_000000005381	6997	0.5115450088347245	6	1	0	1	1	True	130344	maximal	True	DEN0051_000000005381	0.9713993436947511		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	3622.0	91.93799999999999	54.0	0.26907630522088355	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ISR0224_000000007167	3880	0.5115450088347245	2	1	0	1	1	True	130204	maximal	True	ISR0224_000000007167	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	3311.0	98.037	91.0	0.0007486676024446067	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0166_000000007257	3675	0.5115450088347245	3	1	0	1	1	True	118097	maximal	True	ENG0166_000000007257	1.0		1	1	False	False	0.9989115595817566	0					non-mobilizable	no_good_hit	1509.0	100.0	41.0	0.06663720724701723	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	True	True
AST0003_000000009953	3522	0.5115450088347245	4	1	0	1	1	True	130343	fragment	False	AST0003_000000009953	0.9290405482581383		0	0	False	False	1.0	0					non-mobilizable	other	3411.0	91.41	97.0	0.2534582775546631	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
CAN0006_000000012895	3502	0.5115450088347245	4	1	0	1	1	True	130343	fragment	False	AST0003_000000009953	0.9264622373651334		0	0	False	False	0.9982866644859314	0					non-mobilizable	other	3502.0	92.57600000000001	100.0	0.26022608954335863	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
USA0031_01_000000008811	3372	0.5115450088347245	4	1	0	1	1	True	127480	fragment	False	USA0031_01_000000008811	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3372.0	98.63600000000001	100.0	0.0007626952214689542	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0331_000000006794	3243	0.5115450088347245	5	1	0	1	1	True	60653	maximal	True	ISR0331_000000006794	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1726.0	92.7	53.0	0.042591125198098254	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ISR0068_000000006464	3119	0.5115450088347245	3	1	0	1	1	True	115606	fragment	False	ISR0068_000000006464	0.9838225483655771		0	0	False	False	1.0	0					non-mobilizable	other	3121.0	92.53399999999999	100.0	0.23189052506321584	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
CAN0011_000000010807	2831	0.5115450088347245	2	1	0	1	1	True	130200	fragment	False	CAN0011_000000010807	0.9762599376526023		0	0	False	False	1.0	0					non-mobilizable	chromosome	2831.0	99.71700000000001	100.0	0.0006402929328855355	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0153_000000009649	2826	0.5115450088347245	2	1	0	1	1	True	130200	fragment	False	CAN0011_000000010807	0.9752644750612983		0	0	False	False	0.9992923140525818	0					non-mobilizable	chromosome	2826.0	98.054	100.0	0.0006391616732867978	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0003_000000008396	2742	0.5115450088347245	3	1	0	1	1	True	130200	fragment	False	CAN0011_000000010807	0.8194358830142355		0	0	False	False	1.0	0					non-mobilizable	chromosome	2745.0	98.361	100.0	0.0006208352677872472	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0164_000000007010	2729	0.5115450088347245	2	1	0	1	1	True	130200	fragment	False	CAN0011_000000010807	0.9666822780966841		0	0	False	False	1.0	0					non-mobilizable	chromosome	2729.0	98.791	100.0	0.0006172152370712866	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0175_000000008482	2643	0.5115450088347245	3	1	0	1	1	True	131257	backbone	True	ISR0175_000000008482	0.6354119335141108	PS1133	854	14	False	True	1.0	0					non-mobilizable	chromosome	2663.0	92.82799999999999	100.0	0.0009372286192074701	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0063_01_000000007744	2620	0.5115450088347245	4	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.5996927198118941	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2228.0	93.537	99.0	0.0007485853789562013	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0075_01_000000009505	2615	0.5115450088347245	3	1	0	1	1	True	127476	fragment	False	USA0075_01_000000009505	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2615.0	100.0	100.0	0.0005914225182200671	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0186_000000006075	2590	0.5115450088347245	3	1	0	1	1	True	127479	fragment	False	ENG0186_000000006075	1.0		0	0	False	False	0.999613881111145	0					non-mobilizable	chromosome	2361.0	98.772	94.0	0.0005337282786844447	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0058_000000010155	2480	0.5115450088347245	2	1	0	1	1	True	35506	maximal	True	ISR0058_000000010155	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1056.0	100.0	43.0	0.00032820871461023424	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ENG0006_000000009641	2426	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.5511435687165422	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2430.0	93.045	100.0	0.0008155676138538111	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0013_000000011554	2425	0.5115450088347245	3	1	0	1	1	True	115604	fragment	False	SPA0013_000000011554	0.9405649943404312		0	0	False	False	1.0	0					non-mobilizable	other	2425.0	92.124	100.0	0.18012791908374237	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
SPA0132_000000017082	2415	0.5115450088347245	3	1	0	1	1	True	115604	fragment	False	SPA0013_000000011554	0.9299082134731869		0	0	False	False	1.0	0					non-mobilizable	other	2405.0	92.391	99.0	0.17864048787743567	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
MON0104_000000018855	2400	0.5115450088347245	3	1	0	1	1	True	115605	fragment	False	MON0104_000000018855	1.0		0	0	False	False	0.9837499856948853	0					non-mobilizable	other	2309.0	91.641	96.0	0.17127770340621745	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0200_000000009898	2398	0.5115450088347245	3	1	0	1	1	True	129225	fragment	False	ISR0200_000000009898	0.9277940560904144		0	0	False	False	0.9987489581108093	0					non-mobilizable	other	2306.0	96.271	100.0	0.0020140458719926993	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0774_000000010400	2389	0.5115450088347245	2	1	0	1	1	True	129225	fragment	False	ISR0200_000000009898	0.9261884904086739		0	0	False	False	0.9995813965797424	0					non-mobilizable	other	2140.0	88.738	100.0	0.001864565904930741	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
CHI0147_000000008170	2375	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.5676315124347049	PS1133	0	0	False	True	0.9957894682884216	0					non-mobilizable	chromosome	2377.0	94.321	100.0	0.0008380715250819811	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0024_000000005533	2354	0.5115450088347245	3	1	0	1	1	True	56112	maximal	True	MAD0024_000000005533	1.0		1	1	False	False	0.9774851202964783	0					non-mobilizable	no_good_hit	1475.0	79.322	62.0	0.036053882725832015	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ISR0284_000000004961	2315	0.5115450088347245	3	1	0	1	1	True	115608	maximal	True	ISR0284_000000004961	1.0		47	7	False	False	1.0	0					non-mobilizable	no_good_hit	1955.0	92.788	84.0	0.1450989141752194	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ISR0367_000000004120	2315	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.47308201438613806	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2315.0	92.57	100.0	0.0007782056637350438	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0073_000000010891	2311	0.5115450088347245	2	1	0	1	1	True	130200	fragment	False	CAN0011_000000010807	0.4149263205249746		0	0	False	False	1.0	0					non-mobilizable	chromosome	2309.0	98.831	99.0	0.0005221894307773201	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MAD0054_000000006909	2255	0.5115450088347245	3	1	0	1	1	True	131262	maximal	True	MAD0054_000000006909	1.0	PS1133	4	1	False	True	1.0	0					non-mobilizable	no_good_hit	1193.0	86.67200000000001	81.0	0.00040054703280480196	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CHI0059_000000007663	2250	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.4692375471483963	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2250.0	93.867	100.0	0.000755990450150912	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0399_000000007032	2237	0.5115450088347245	2	1	0	1	1	True	115604	fragment	False	SPA0013_000000011554	0.8932334421890674		0	0	False	False	1.0	0					non-mobilizable	other	2237.0	92.04299999999999	100.0	0.16622043730477465	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
MON0077_000000018829	2231	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.4370612126290376	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2232.0	95.744	100.0	0.0007865521808032572	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0164_000000010088	2226	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.514890570991857	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2229.0	93.719	100.0	0.0007851406919189086	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0805_000000005265	2218	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.4479874224716368	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1934.0	91.52	100.0	0.0006489535119728221	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0070_000000008767	2214	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.4440723347746321	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2216.0	92.64399999999999	99.0	0.0007132904413601446	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0016_000000008191	2206	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.40133218439648854	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2215.0	93.679	100.0	0.0007812590974869499	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0006_000000008843	2204	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.5107097424482897	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2097.0	92.275	100.0	0.0006736452880446011	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0281_000000007816	2203	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.4453941844486999	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2183.0	94.045	100.0	0.000733438642421566	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0011_000000008383	2191	0.5115450088347245	3	1	0	1	1	True	131269	maximal	True	SPA0011_000000008383	1.0	PS1133	6	4	False	True	1.0	0					non-mobilizable	chromosome	1723.0	86.883	100.0	0.000604822986943375	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0159_000000010487	2181	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.4720068344020238	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2192.0	93.385	100.0	0.0007371411780189213	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0006_000000016704	2181	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.43280718116696265	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2180.0	94.083	100.0	0.0007327654541311378	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CAN0012_000000022059	2179	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.4390181659728494	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2169.0	93.499	100.0	0.0007293995126789965	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0335_000000008400	2174	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.37206603545269273	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2175.0	92.46	100.0	0.0007310824834050671	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0248_000000002013	2133	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.2189108951350804	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2137.0	91.71700000000001	100.0	0.0006875049757890594	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
CHI0176_000000003684	2116	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.42438912804660334	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2118.0	92.493	100.0	0.0007463247475993221	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0150_000000008056	2091	0.5115450088347245	1	1	0	1	1	True	82487	fragment	False	ENG0150_000000008056	1.0		0	0	False	False	0.9330464005470276	0					non-mobilizable	no_good_hit	1530.0	84.052	73.0	0.037589144215530904	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
USA0039_01_000000010792	2083	0.5115450088347245	1	1	0	1	1	True	1323	fragment	False	USA0039_01_000000010792	1.0		0	0	False	False	0.9961593747138977	0					non-mobilizable	no_good_hit	80.0	93.75	4.0	3.683565461742106e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
MON0066_000000016263	2067	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.3111750091997456	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	2067.0	93.566	100.0	0.0006950669098671564	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0126_000000021001	2055	0.5115450088347245	2	1	0	1	1	True	78445	fragment	False	SPA0126_000000021001	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2055.0	96.35	99.0	0.007951108236542565	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0018_000000014554	2042	0.5115450088347245	2	1	0	1	1	True	54834	fragment	False	SPA0018_000000014554	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1691.0	93.85	82.0	0.04174920760697306	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
MON0010_000000012719	2038	0.5115450088347245	3	1	0	1	1	True	78449	fragment	False	MON0010_000000012719	1.0		0	0	False	False	0.9720314145088196	0					non-mobilizable	other	2038.0	96.90899999999999	100.0	0.007889141489448226	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0086_000000012600	2017	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.4765802895744257	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1799.0	92.21799999999999	99.0	0.0006041864906593441	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0031_000000015991	2005	0.5115450088347245	2	1	0	1	1	True	31004	fragment	False	SPA0031_000000015991	0.9972737186477645		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	75.704	47.0	0.0002631350089524626	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0120_000000017198	1978	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.02664271878102489	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1791.0	88.219	95.0	0.0005753382005548388	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0373_000000008245	1963	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6141472884133911		0	0	False	False	0.998471736907959	0					non-mobilizable	other	1963.0	99.185	100.0	0.008125973294456778	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MON0030_000000018055	1961	0.5115450088347245	3	1	0	1	1	True	124583	fragment	False	ISR0074_000000013243	0.748080006619488		0	0	False	False	0.9994900822639465	0					non-mobilizable	other	1989.0	91.45299999999999	100.0	0.10344287132333733	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0041_000000019032	1953	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.02121163004887861	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1957.0	87.839	100.0	0.0006553488007318903	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0047_000000020322	1945	0.5115450088347245	2	1	0	1	1	True	78447	maximal	True	MON0047_000000020322	0.9846590909090909		1	1	False	False	0.9871465563774109	0					non-mobilizable	other	1959.0	90.965	100.0	0.007482484711641616	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ITA0006_000000012275	1941	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.19974510869791567	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1945.0	93.162	100.0	0.000684924981130158	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0147_000000012727	1932	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.4702263052479824	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1933.0	93.585	100.0	0.0006806905144771121	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0106_000000010350	1920	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.4073302285811789	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1920.0	93.333	100.0	0.0006455875705206808	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0067_000000016200	1912	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03958063567511982	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1917.0	90.089	100.0	0.0006418850349233255	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0145_000000015165	1907	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.16355405888120383	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1910.0	92.251	100.0	0.0006415484407781114	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0143_000000015602	1895	0.5115450088347245	3	1	0	1	1	True	49614	maximal	True	ISR0143_000000015602	0.9529085872576177		6	3	False	False	1.0	0					non-mobilizable	chromosome	1901.0	88.006	100.0	0.0006665756256336262	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0396_000000012165	1890	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.18411121744477188	PS1133	0	0	False	True	0.9994708895683289	0					non-mobilizable	chromosome	1890.0	94.339	100.0	0.0006354897461642573	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0045_000000013751	1888	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.1712063860653756	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1889.0	93.065	100.0	0.0006658698811914519	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0202_000000011361	1887	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.17515108995542583	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1890.0	92.698	100.0	0.0006341433695834008	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0057_000000010579	1886	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.07364213618640043	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1887.0	90.09	100.0	0.0006651641367492776	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0011_000000024917	1882	0.5115450088347245	2	1	0	1	1	True	115603	fragment	False	MON0011_000000024917	0.9504425599975391		0	0	False	False	1.0	0					non-mobilizable	other	1810.0	91.65700000000001	96.0	0.13431503792949576	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
CAN0012_000000025053	1882	0.5115450088347245	4	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.1661874000507463	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1778.0	93.81299999999999	100.0	0.0005977912019002759	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0025_000000005627	1881	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.2751585398680642	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1707.0	93.322	94.0	0.0005492304166641149	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
SPA0117_000000020152	1876	0.5115450088347245	2	1	0	1	1	True	129270	fragment	False	CHI0045_000000011057	0.9660168598524763		0	0	False	False	0.9989339113235474	0					non-mobilizable	other	1875.0	94.133	99.0	0.03668789808917197	NZ_LT629941.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0372_000000009317	1873	0.5115450088347245	3	1	0	1	1	True	124582	fragment	False	ISR0372_000000009317	0.9632391187827332		0	0	False	False	1.0	0					non-mobilizable	other	1903.0	83.552	100.0	0.09884541037563346	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0108_000000015068	1873	0.5115450088347245	3	1	0	1	1	True	107195	maximal	True	AST0108_000000015068	1.0		1	1	False	False	0.9946609735488892	0					non-mobilizable	other	1832.0	94.37799999999999	98.0	0.007037098716901043	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0004_000000023184	1873	0.5115450088347245	3	1	0	1	1	True	124582	fragment	False	ISR0372_000000009317	0.9632391187827332		0	0	False	False	0.9989321827888489	0					non-mobilizable	other	1903.0	83.552	100.0	0.09884541037563346	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0288_000000016054	1869	0.5115450088347245	2	1	0	1	1	True	124582	fragment	False	ISR0372_000000009317	0.8512836240403969		0	0	False	False	1.0	0					non-mobilizable	other	1893.0	87.005	100.0	0.0006618189690644588	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0301_000000010018	1864	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.18707883221853128	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1864.0	93.509	100.0	0.0006004790294866469	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0031_000000017408	1855	0.5115450088347245	2	1	0	1	1	True	127478	fragment	False	MON0031_000000017408	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1858.0	97.20100000000001	100.0	0.00042014981497118004	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MAD0024_000000007742	1855	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.37833309101714935	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1859.0	92.469	100.0	0.0006458849495212853	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ETH0003_000000022096	1848	0.5115450088347245	3	1	0	1	1	True	78448	fragment	False	ETH0003_000000022096	1.0		0	0	False	False	0.9751082062721252	0					non-mobilizable	other	1799.0	97.499	97.0	0.006963513204726514	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AST0031_000000014652	1840	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.17868794521217624	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1841.0	92.55799999999999	100.0	0.000617650256467909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0383_000000007865	1834	0.5115450088347245	2	1	0	1	1	True	124582	fragment	False	ISR0372_000000009317	0.46983089392534866		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	86.475	97.0	0.014282072931767855	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
ISR0146_000000022657	1834	0.5115450088347245	1	1	0	1	1	True	31004	fragment	False	SPA0031_000000015991	0.9548628428927681		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	75.28399999999999	52.0	0.0064849171409384135	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ISR0845_000000005598	1833	0.5115450088347245	2	1	0	1	1	True	124583	fragment	False	ISR0074_000000013243	0.47097436832522505		0	0	False	False	1.0	0					non-mobilizable	chromosome	1833.0	99.945	100.0	0.0006438247123962614	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0109_000000017701	1829	0.5115450088347245	2	1	0	1	1	True	124583	fragment	False	ISR0074_000000013243	0.47035986979784655		0	0	False	False	1.0	0					non-mobilizable	chromosome	1829.0	100.0	100.0	0.0006424189815831692	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
CAN0011_000000016525	1829	0.5115450088347245	3	1	0	1	1	True	94461	maximal	True	CAN0011_000000016525	1.0		12	6	False	False	0.9967195391654968	0					non-mobilizable	other	1480.0	76.892	97.0	0.0012862488306828812	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
USA0073_01_000000008454	1824	0.5115450088347245	2	1	0	1	1	True	129089	fragment	False	USA0073_01_000000008454	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1475.0	96.678	81.0	0.001288499833036996	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	True
AST0026_000000015040	1820	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.8335972298672295		0	0	False	False	1.0	0					non-mobilizable	plasmid	1820.0	94.835	100.0	0.2842631661197062	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0263_000000008196	1819	0.5115450088347245	2	1	0	1	1	True	124582	fragment	False	ISR0372_000000009317	0.8362843587136823		0	0	False	False	0.9994502663612366	0					non-mobilizable	other	1843.0	86.815	100.0	0.0006441892682369558	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
CHI0059_000000009798	1818	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.849075143265511		0	0	False	False	1.0	0					non-mobilizable	chromosome	1818.0	99.89	100.0	0.00045468934357823247	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
CHI0160_000000017494	1816	0.5115450088347245	3	1	0	1	1	True	115603	fragment	False	MON0011_000000024917	0.9491028982486924		0	0	False	False	0.9840308427810669	0					non-mobilizable	other	1787.0	91.94200000000001	98.0	0.13260449204224303	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
FIJ0137_000000006192	1816	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.2796798984304389	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1737.0	91.652	100.0	0.0005836542478012829	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0054_000000014891	1808	0.5115450088347245	2	1	0	1	1	True	115602	fragment	False	ENG0054_000000014891	0.95947435878789		0	0	False	False	0.9939159154891968	0					non-mobilizable	no_good_hit	1528.0	91.296	84.0	0.11349100104120184	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
FIJ0021_000000026665	1805	0.5115450088347245	3	1	0	1	1	True	49614	maximal	False	ISR0143_000000015602	0.9316622691292876		0	0	False	False	1.0	0					non-mobilizable	chromosome	1733.0	88.69	100.0	0.0006079988369331593	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0014_000000019812	1795	0.5115450088347245	2	1	0	1	1	True	78444	fragment	False	ISR0014_000000019812	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1719.0	97.557	96.0	0.006649806547561415	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0076_000000026756	1793	0.5115450088347245	2	1	0	1	1	True	115603	fragment	False	MON0011_000000024917	0.9373418767216875		0	0	False	False	1.0	0					non-mobilizable	other	1789.0	91.78299999999999	99.0	0.1327532351628737	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
CHI0164_000000012019	1787	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.8438719019637089		0	0	False	False	1.0	0					non-mobilizable	other	1790.0	97.095	100.0	0.0018167067894206057	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0116_000000009901	1783	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.16890342950814619	PS1133	0	0	False	True	0.9983174204826355	0					non-mobilizable	chromosome	1784.0	92.825	100.0	0.0005984643901907041	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0064_01_000000004646	1780	0.5115450088347245	3	1	0	1	1	True	129227	fragment	False	USA0064_01_000000004646	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1704.0	94.71799999999999	96.0	0.0017302937636227594	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0146_000000023399	1778	0.5115450088347245	3	1	0	1	1	True	31000	maximal	True	ISR0146_000000023399	1.0		16	5	False	False	0.9910011291503906	0					non-mobilizable	other	1798.0	76.97399999999999	99.0	0.0004926381969553071	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0048_000000010775	1774	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.12027290284096831	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1775.0	92.845	100.0	0.0005961082311742054	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0119_000000017623	1763	0.5115450088347245	2	1	0	1	1	True	124582	fragment	False	ISR0372_000000009317	0.9178878559361268		0	0	False	False	0.9994328022003174	0					non-mobilizable	other	1784.0	88.62100000000001	100.0	0.0006244440033101526	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0041_000000019140	1760	0.5115450088347245	2	1	0	1	1	True	78447	maximal	False	MON0047_000000020322	0.9385604113110539		0	0	False	False	1.0	0					non-mobilizable	other	1775.0	90.25399999999999	100.0	0.006765994198363303	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0090_000000034493	1760	0.5115450088347245	1	1	0	1	1	True	73039	maximal	True	MON0090_000000034493	1.0		12	6	False	False	0.9914772510528564	0					non-mobilizable	no_good_hit	795.0	75.094	45.0	0.004328065110120885	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
MON0093_000000025662	1758	0.5115450088347245	1	1	0	1	1	True	115603	fragment	False	MON0011_000000024917	0.5540063337048635		0	0	False	False	0.9988623261451721	0					non-mobilizable	other	1753.0	92.755	99.0	0.1302246021121523	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
SPA0037_000000014155	1753	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.9518810886260397		0	0	False	False	1.0	0					non-mobilizable	other	1753.0	94.866	100.0	0.07733097657976137	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
ISR0176_000000019576	1751	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5820583777542617		0	0	False	False	1.0	0					non-mobilizable	other	1751.0	99.486	100.0	0.00724793744408734	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
CHI0132_000000017624	1745	0.5115450088347245	2	1	0	1	1	True	124582	fragment	False	ISR0372_000000009317	0.829152549452394		0	0	False	False	1.0	0					non-mobilizable	other	1769.0	86.32	100.0	0.0006180973110122516	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0085_000000016744	1743	0.5115450088347245	2	1	0	1	1	True	115603	fragment	False	MON0011_000000024917	0.7541736906317635		0	0	False	False	0.9850831627845764	0					non-mobilizable	other	1744.0	91.8	99.0	0.12940651494868363	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ENG0123_000000006280	1740	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.13983750227663055		0	0	False	False	0.998275876045227	0					non-mobilizable	other	1744.0	95.757	100.0	0.04847124824684432	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0293_000000020299	1739	0.5115450088347245	2	1	0	1	1	True	115602	fragment	False	ENG0054_000000014891	0.9406619172968322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1528.0	92.016	88.0	0.11349100104120184	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
DEN0035_000000019681	1739	0.5115450088347245	2	1	0	1	1	True	115602	fragment	False	ENG0054_000000014891	0.9375931552864266		0	0	False	False	0.9930995106697083	0					non-mobilizable	no_good_hit	1527.0	92.40299999999999	88.0	0.11349100104120184	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ISR0847_000000016714	1734	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.729450108871348		0	0	False	False	1.0	0					non-mobilizable	other	1736.0	96.544	100.0	0.23921136081621397	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
SPA0008_000000017585	1732	0.5115450088347245	2	1	0	1	1	True	59840	fragment	False	SPA0008_000000017585	1.0		0	0	False	False	0.994226336479187	0					non-mobilizable	no_good_hit	1334.0	80.285	77.0	0.005491865743348465	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	True	True
ISR0006_000000011131	1731	0.5115450088347245	1	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.965698503883686		0	0	False	False	0.9849798083305359	0					non-mobilizable	other	1620.0	97.469	94.0	0.006270260221608579	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0017_000000019328	1720	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.9871193108138945		0	0	False	False	1.0	0					non-mobilizable	other	1720.0	99.94200000000001	100.0	0.07596111356606275	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
SPA0013_000000016494	1718	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.986490608424622		0	0	False	False	0.9994179010391235	0					non-mobilizable	other	1718.0	99.94200000000001	100.0	0.07587273530711446	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
DEN0093_000000018761	1713	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.3352469744560759	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1718.0	93.073	100.0	0.0006041172425012007	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0039_000000016055	1712	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.9440509330979573		0	0	False	False	1.0	0					non-mobilizable	other	1712.0	94.743	100.0	0.07551922227132125	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
ENG0163_000000014968	1712	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.3782030693843103	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1621.0	96.23700000000001	100.0	0.000544609326956445	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0052_000000021374	1711	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.368221092309684	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1712.0	92.757	100.0	0.000602705753616852	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0011_01_000000021154	1710	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.985355779668996		0	0	False	False	1.0	0					non-mobilizable	other	1710.0	99.94200000000001	100.0	0.07551922227132125	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
AST0029_000000017336	1709	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.9750077201677998		0	0	False	False	0.9964891672134399	0					non-mobilizable	other	1652.0	99.758	97.0	0.07295625276182059	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
ISR0392_000000020181	1705	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.3029865871844987	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1705.0	94.311	100.0	0.0006009413925114163	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0132_000000011315	1695	0.5115450088347245	2	1	0	1	1	True	82486	fragment	False	ENG0132_000000011315	0.9727971614429332		0	0	False	False	0.9982300996780396	0					non-mobilizable	no_good_hit	1362.0	83.40700000000001	80.0	0.03357765451664026	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	True	True
ENG0020_000000011696	1694	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.31372926107473825	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1694.0	94.86399999999999	100.0	0.0005685075112666475	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0145_000000017559	1692	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5088664027892447		0	0	False	False	1.0	0					non-mobilizable	chromosome	1693.0	93.62100000000001	100.0	0.00042315887726515747	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
ISR0103_000000017561	1690	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.9699457904570613		0	0	False	False	0.9994083046913147	0					non-mobilizable	other	1690.0	99.46700000000001	100.0	0.07463543968183826	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
USA0021_01_000000010745	1679	0.5115450088347245	2	1	0	1	1	True	1747	maximal	True	USA0021_01_000000010745	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1388.0	94.885	83.0	0.00141005725625427	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ENG0210_000000015423	1675	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5803412155207263		0	0	False	False	1.0	0					non-mobilizable	chromosome	1677.0	94.87200000000001	100.0	0.00041865452493471816	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
USA0082_01_000000017857	1673	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.12291734142936754	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1672.0	93.182	100.0	0.0005896494814366275	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0106_01_000000005356	1668	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.130238713601548	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1670.0	92.096	100.0	0.0005607658459267227	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0816_000000023006	1661	0.5115450088347245	1	1	0	1	1	True	118095	fragment	False	ISR0816_000000023006	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	99.639	100.0	0.07335395492708793	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
ENG0158_000000011336	1658	0.5115450088347245	1	1	0	1	1	True	127475	fragment	False	ENG0158_000000011336	1.0		0	0	False	False	0.983715295791626	0					non-mobilizable	chromosome	1656.0	98.973	100.0	0.00037444692718217713	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MAD0095_000000022248	1653	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.14133152308563388	PS1133	0	0	False	True	0.9969751834869385	0					non-mobilizable	chromosome	1340.0	91.045	100.0	0.00045036296629649166	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0261_000000011209	1652	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.9750654726823804		0	0	False	False	0.9969733953475952	0					non-mobilizable	other	1652.0	100.0	100.0	0.07295625276182059	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
USA0133_01_000000012941	1652	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.9750654726823804		0	0	False	False	1.0	0					non-mobilizable	other	1652.0	100.0	100.0	0.07295625276182059	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
ENG0070_000000015474	1650	0.5115450088347245	2	1	0	1	1	True	118250	fragment	False	DEN0005_000000020233	0.9613425152083838		0	0	False	False	0.9993939399719238	0					non-mobilizable	other	1650.0	99.87899999999999	100.0	0.08615014889504205	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AUS0008_000000015102	1642	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4781407829748396		0	0	False	False	1.0	0					non-mobilizable	chromosome	1642.0	99.939	100.0	0.0005526569970215122	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0811_000000009364	1641	0.5115450088347245	2	1	0	1	1	True	84248	fragment	False	ISR0811_000000009364	1.0		0	0	False	False	0.9884216785430908	0					non-mobilizable	other	1644.0	92.579	99.0	0.08547097852776762	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0158_000000011598	1641	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.08893846600902085	PS1133	0	0	False	True	0.998171865940094	0					non-mobilizable	chromosome	1642.0	94.214	100.0	0.0005286020442072468	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
USA0066_01_000000012520	1635	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.3019967361701355	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1635.0	93.456	100.0	0.0005765932092564029	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0145_000000018178	1626	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5380778517761122		0	0	False	False	1.0	0					non-mobilizable	other	1627.0	95.698	100.0	0.0005206520510520789	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
CHI0098_000000005612	1626	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.35711076436496547		0	0	False	False	1.0	0					non-mobilizable	other	1628.0	92.015	100.0	0.0007000618589142575	AP023392.1	firmicutes	Streptococcus suis DAT300 DNA, complete genome	False	True
ISR0814_000000025467	1621	0.5115450088347245	2	1	0	1	1	True	115602	fragment	False	ENG0054_000000014891	0.6756756756756757		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	91.385	86.0	0.1035252119589469	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
ISR0806_000000007581	1620	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5746391755386829		0	0	False	False	0.9981481432914734	0					non-mobilizable	other	1618.0	99.32	100.0	0.006692952519797224	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MAD0102_000000012965	1613	0.5115450088347245	2	1	0	1	1	True	131260	fragment	False	MAD0102_000000012965	0.9696969696969697		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1180.0	85.84700000000001	83.0	0.000409908634990303	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0841_000000009207	1612	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.8006276755952683		0	0	False	False	1.0	0					non-mobilizable	other	1613.0	95.598	100.0	0.0066722441270998314	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0210_000000016148	1612	0.5115450088347245	2	1	0	1	1	True	131276	maximal	True	ENG0210_000000016148	1.0	PS1133	81	12	False	True	0.9900744557380676	0					non-mobilizable	no_good_hit	1168.0	88.699	82.0	0.000405377332052485	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
DEN0093_000000019847	1610	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.48623711871828473		0	0	False	False	1.0	0					non-mobilizable	plasmid	1610.0	97.64	100.0	0.2514455383653696	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0815_000000019272	1610	0.5115450088347245	3	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6171158186841759		0	0	False	False	0.9993788599967957	0					non-mobilizable	plasmid	1611.0	98.262	100.0	0.2514455383653696	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0807_000000008892	1609	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.31654283417076373	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1606.0	94.147	100.0	0.0005402336030686615	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0831_000000011494	1606	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5550211170811018		0	0	False	False	0.9993773102760315	0					non-mobilizable	plasmid	1606.0	97.13600000000001	100.0	0.2508204406938584	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0065_000000016858	1600	0.5115450088347245	2	1	0	1	1	True	82489	fragment	False	ENG0065_000000016858	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	81.442	98.0	0.039248217115689384	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
ISR0374_000000010083	1600	0.5115450088347245	2	1	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.2831347060565747		0	0	False	False	0.9987499713897705	0					non-mobilizable	other	1602.0	94.132	100.0	0.0005021851799225048	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
CHI0111_000000018805	1596	0.5115450088347245	1	1	0	1	1	True	82516	fragment	False	CHI0111_000000018805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	96.791	49.0	0.9987163029525032	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
MAD0111_000000010745	1595	0.5115450088347245	1	1	0	1	1	True	118252	fragment	False	CAN0020_000000022354	0.9524405506883604		0	0	False	False	0.9943573474884033	0					non-mobilizable	other	1595.0	99.81200000000001	100.0	0.08327673580272713	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0177_000000016688	1592	0.5115450088347245	2	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.9318484317333071		0	0	False	False	0.9993718862533569	0					non-mobilizable	other	1592.0	96.10600000000001	100.0	0.07021652673442333	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
DEN0017_000000018246	1592	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.32801422305982814	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1592.0	96.671	100.0	0.0005355212850356639	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0850_000000009626	1591	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.9582483451434299		0	0	False	False	1.0	0					non-mobilizable	other	1591.0	99.749	100.0	0.07026071586389748	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
MON0020_000000013464	1591	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6741963693906781		0	0	False	False	1.0	0					non-mobilizable	plasmid	1502.0	95.14	94.0	0.23441162681669012	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0147_000000013487	1590	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7291117306381024		0	0	False	False	1.0	0					non-mobilizable	other	1590.0	95.15700000000001	100.0	0.006581127199231304	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0098_000000024005	1581	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6995623230577115		0	0	False	False	1.0	0					non-mobilizable	plasmid	1581.0	96.14200000000001	100.0	0.24691358024691357	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
AUS0024_000000020482	1578	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6304931606293881		0	0	False	False	1.0	0					non-mobilizable	other	1578.0	95.691	100.0	0.0016021991606753635	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0244_000000016588	1578	0.5115450088347245	2	1	0	1	1	True	118250	fragment	False	DEN0005_000000020233	0.6568718116299233		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	100.0	100.0	0.000554209373061629	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ENG0064_000000014095	1577	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5718384666205378		0	0	False	False	1.0	0					non-mobilizable	other	1577.0	96.068	100.0	0.0016021991606753635	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0149_000000025744	1555	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.15391851019674285		0	0	False	False	0.9993569254875183	0					non-mobilizable	other	1563.0	92.00299999999999	100.0	0.0027052277829682204	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0357_000000016873	1552	0.5115450088347245	2	1	0	1	1	True	118250	fragment	False	DEN0005_000000020233	0.6511829395975067		0	0	False	False	1.0	0					non-mobilizable	chromosome	1552.0	99.87100000000001	100.0	0.0005450721227765292	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
SPA0025_000000013685	1549	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1443727621796816		0	0	False	False	0.9987088441848755	0					non-mobilizable	other	1557.0	92.1	100.0	0.0026947694281371577	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
MAD0054_000000011496	1547	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.25999504805021256	PS1133	0	0	False	True	0.9993535876274109	0					non-mobilizable	chromosome	1547.0	93.40700000000001	100.0	0.0005197013602106002	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0101_000000021856	1547	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.13570133662421915	PS1133	0	0	False	True	1.0	0					non-mobilizable	other	1548.0	94.186	100.0	0.00048126908199244776	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0144_000000011971	1545	0.5115450088347245	2	1	0	1	1	True	84246	fragment	False	SPA0144_000000011971	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1511.0	92.323	97.0	0.0005275004876128758	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
MAD0087_000000019997	1545	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.30678338923218623	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1549.0	94.125	100.0	0.0005444818371374723	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0140_000000018730	1541	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.32073639356253036	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1542.0	94.553	100.0	0.0005183549836297438	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0282_000000015800	1541	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7690863531106434		0	0	False	False	1.0	0					non-mobilizable	other	1550.0	93.806	100.0	0.026112348929849438	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0141_000000017299	1539	0.5115450088347245	3	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5321103461767103		0	0	False	False	0.9993502497673035	0					non-mobilizable	other	1542.0	94.94200000000001	100.0	0.001562550831191646	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MAD0004_000000007127	1538	0.5115450088347245	2	1	0	1	1	True	78446	fragment	False	MAD0004_000000007127	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	97.936	85.0	0.005061908653268939	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0202_000000009206	1535	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6194238430174135		0	0	False	False	1.0	0					non-mobilizable	plasmid	1535.0	98.958	100.0	0.23972495702453508	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
USA0135_01_000000009990	1535	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.2948649368103032	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1536.0	93.555	100.0	0.0005346937466625211	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MAD0047_000000030573	1534	0.5115450088347245	2	1	0	1	1	True	61417	fragment	False	MAD0047_000000030573	1.0		0	0	False	False	0.9817470908164978	0					non-mobilizable	no_good_hit	796.0	74.749	51.0	0.004328065110120885	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
SPA0050_000000016829	1534	0.5115450088347245	2	1	0	1	1	True	54559	fragment	False	SPA0050_000000016829	1.0		0	0	False	False	0.9967405200004578	0					non-mobilizable	other	1534.0	95.632	100.0	0.014506658479487278	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	True
MON0005_000000035534	1533	0.5115450088347245	1	1	0	1	1	True	115600	fragment	False	MON0005_000000035534	0.9733688415446071		0	0	False	False	0.9973907470703125	0					non-mobilizable	other	1526.0	91.809	99.0	0.11326788636025584	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ENG0146_000000014701	1529	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5418375735902424		0	0	False	False	1.0	0					non-mobilizable	other	1531.0	94.905	100.0	0.21080932028126292	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0332_000000009759	1527	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.6313788442033313		0	0	False	False	0.994106113910675	0					non-mobilizable	other	1529.0	99.738	100.0	0.06747680070702607	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
MON0105_000000035789	1525	0.5115450088347245	2	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.8896486157746373		0	0	False	False	0.9659016132354736	0					non-mobilizable	other	1515.0	96.898	99.0	0.005863603443801969	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0830_000000019778	1525	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.6306408995313388		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	99.934	100.0	0.06734423331860362	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
SPA0144_000000012166	1523	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.728313021160068		0	0	False	False	1.0	0					non-mobilizable	chromosome	1524.0	94.816	100.0	0.0003808680137182553	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
FIJ0102_000000021227	1521	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.030774757086580513		0	0	False	False	1.0	0					non-mobilizable	other	1525.0	89.574	100.0	0.0015473014736979082	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ETH0005_000000030736	1521	0.5115450088347245	2	1	0	1	1	True	52723	maximal	True	ETH0005_000000030736	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1392.0	80.60300000000001	91.0	0.0006616066277388745	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	False	True
FIJ0135_000000018742	1518	0.5115450088347245	2	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.8821367305554552		0	0	False	False	0.9934123754501343	0					non-mobilizable	other	1517.0	97.23100000000001	99.0	0.005871349287188762	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
USA0055_01_000000017436	1518	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.2550023746117039	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1518.0	94.664	100.0	0.000510613318289819	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0033_000000025114	1518	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7802546301765114		0	0	False	False	1.0	0					non-mobilizable	other	1519.0	94.20700000000001	100.0	0.025589089190466544	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0359_000000018279	1516	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5087663557872223		0	0	False	False	0.9953826069831848	0					non-mobilizable	other	1516.0	98.74700000000001	100.0	0.0062705013087704185	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0139_000000018000	1513	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4743662442588284		0	0	False	False	1.0	0					non-mobilizable	plasmid	1513.0	96.431	100.0	0.23613064541334583	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
AST0046_000000011019	1513	0.5115450088347245	2	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.9218963365806759		0	0	False	False	0.9980171918869019	0					non-mobilizable	other	1513.0	92.333	100.0	0.11244979919678715	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0145_000000018552	1510	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7906821656208846		0	0	False	False	0.9993377327919006	0					non-mobilizable	chromosome	1510.0	99.073	100.0	0.00037736462857235805	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
SPA0125_000000021790	1502	0.5115450088347245	1	1	0	1	1	True	115600	fragment	False	MON0005_000000035534	0.9637964774951076		0	0	False	False	1.0	0					non-mobilizable	other	1504.0	92.154	100.0	0.11163171203331845	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0015_000000017627	1502	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.48565913302320846		0	0	False	False	1.0	0					non-mobilizable	other	1502.0	94.34100000000001	100.0	0.20694884875224046	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MON0016_000000025146	1499	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.264123793249502	PS1133	0	0	False	True	0.9993329048156738	0					non-mobilizable	chromosome	1385.0	96.318	100.0	0.0004883751539846155	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
DEN0031_000000023174	1495	0.5115450088347245	1	1	0	1	1	True	73719	maximal	True	DEN0031_000000023174	1.0		1	1	False	False	0.9826086759567261	0					non-mobilizable	no_good_hit	70.0	91.429	5.0	3.300857361820849e-05	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
MON0012_000000037530	1493	0.5115450088347245	2	1	0	1	1	True	69720	fragment	False	MON0012_000000037530	0.9930846825429576		0	0	False	False	0.9993302226066589	0					non-mobilizable	no_good_hit	971.0	88.15700000000001	80.0	0.00032481335013162516	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0021_000000021574	1491	0.5115450088347245	2	1	0	1	1	True	129090	maximal	True	SPA0021_000000021574	1.0		3	1	False	False	1.0	0					non-mobilizable	other	1492.0	95.509	100.0	0.0013016121108494483	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0043_000000023320	1488	0.5115450088347245	2	1	0	1	1	True	66344	fragment	False	ENG0043_000000023320	0.9268965517241379		0	0	False	False	0.9462365508079529	0					non-mobilizable	other	1414.0	92.36200000000001	95.0	0.0012414103546987206	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0850_000000010413	1483	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6549169482581644		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	94.27600000000001	100.0	0.0015076531442141904	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0053_000000011912	1479	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.2773078967305529	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1482.0	94.87200000000001	100.0	0.0005222508872089819	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0169_000000016305	1479	0.5115450088347245	1	1	0	1	1	True	131238	fragment	False	SPA0046_000000017752	0.13988348279070664		0	0	False	False	1.0	0					non-mobilizable	other	1481.0	90.344	99.0	0.0004636038075736802	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0324_000000020845	1478	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5122078114529757		0	0	False	False	1.0	0					non-mobilizable	other	1478.0	99.52600000000001	100.0	0.006117259202809715	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MON0087_000000034776	1476	0.5115450088347245	1	1	0	1	1	True	129223	fragment	False	MON0087_000000034776	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	96.68799999999999	99.0	0.015498182085276728	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0117_000000018629	1473	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.16575317249446953	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1473.0	94.365	100.0	0.0004954665817551836	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0075_000000017736	1472	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7221252159879289		0	0	False	False	0.9993206262588501	0					non-mobilizable	other	1474.0	94.844	100.0	0.0014964702820521162	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0087_000000034918	1470	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.24011060870944775	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1470.0	96.59899999999999	100.0	0.0005183692927770232	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0082_01_000000020381	1465	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5972359611747433		0	0	False	False	1.0	0					non-mobilizable	other	1466.0	91.542	100.0	0.0014883372913887896	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0100_000000019264	1463	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.786072094921727		0	0	False	False	0.9993164539337158	0					non-mobilizable	other	1463.0	94.73700000000001	100.0	0.0462435069048524	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ISR0344_000000023878	1463	0.5115450088347245	1	1	0	1	1	True	131274	maximal	True	ISR0344_000000023878	1.0	PS1133	3	3	False	True	1.0	0					non-mobilizable	chromosome	1468.0	90.054	100.0	0.000509945861386746	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
DEN0073_000000036577	1463	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.5320407240340257		0	0	False	False	0.967190682888031	0					non-mobilizable	other	1463.0	99.863	100.0	0.06460450729120637	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
DEN0003_000000017041	1461	0.5115450088347245	1	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.7966518152235066		0	0	False	False	0.992470920085907	0					non-mobilizable	other	1414.0	98.37299999999999	100.0	0.005472438352768946	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
AUS0002_000000025689	1460	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5472020859378863		0	0	False	False	0.999315083026886	0					non-mobilizable	other	1461.0	95.14	100.0	0.024610087097427586	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
USA0006_01_000000016206	1460	0.5115450088347245	3	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4103330812912139		0	0	False	False	0.999315083026886	0					non-mobilizable	other	1460.0	98.288	100.0	0.006038567310559624	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0120_000000017203	1460	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.53459705421609		0	0	False	False	0.999315083026886	0					non-mobilizable	other	1460.0	97.87700000000001	100.0	0.20102026747552737	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MON0043_000000019906	1460	0.5115450088347245	2	1	0	1	1	True	69720	fragment	False	MON0012_000000037530	0.9907345704463132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	965.0	88.39399999999999	80.0	0.0003227937852603404	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0088_000000020028	1458	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5983800115547957		0	0	False	False	0.9993141293525696	0					non-mobilizable	other	1459.0	91.775	100.0	0.024593207750995882	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0260_000000010810	1457	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.2736762226649475	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1467.0	93.79700000000001	100.0	0.000493447016883899	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0047_000000027364	1455	0.5115450088347245	2	1	0	1	1	True	69720	fragment	False	MON0012_000000037530	0.9778389840380398		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	970.0	88.454	80.0	0.0003363621026918728	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
AST0104_000000023957	1455	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.21538124883850343	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1455.0	95.12	100.0	0.0004894078871413294	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0090_000000042561	1451	0.5115450088347245	2	1	0	1	1	True	69720	fragment	False	MON0012_000000037530	0.9885001598851922		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	88.05799999999999	80.0	0.00033392217034074005	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
USA0006_01_000000016307	1450	0.5115450088347245	3	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5128232245343072		0	0	False	False	1.0	0					non-mobilizable	other	1451.0	97.86399999999999	100.0	0.19991727561009237	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0150_000000016696	1450	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.5295349991857113		0	0	False	False	1.0	0					non-mobilizable	other	1450.0	99.931	100.0	0.06403004860804243	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
ENG0074_000000015999	1450	0.5115450088347245	1	1	0	1	1	True	66344	fragment	False	ENG0043_000000023320	0.9156586021505376		0	0	False	False	0.9924138188362122	0					non-mobilizable	other	1448.0	99.931	99.0	0.008049756059569308	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
SPA0028_000000022791	1443	0.5115450088347245	1	1	0	1	1	True	56111	fragment	False	SPA0028_000000022791	1.0		0	0	False	False	0.9882189631462097	0					non-mobilizable	other	1347.0	79.139	92.0	0.032958597464342314	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
FIJ0163_000000017099	1441	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.21422488994906758	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1441.0	92.01899999999999	100.0	0.0004836857866726895	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0073_000000002345	1440	0.5115450088347245	1	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.7986604369118013		0	0	False	False	0.9944444298744202	0					non-mobilizable	other	1417.0	97.883	98.0	0.005480184196155738	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
DEN0078_000000023978	1438	0.5115450088347245	2	1	0	1	1	True	69720	fragment	False	MON0012_000000037530	0.9732355604131069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	990.0	88.182	80.0	0.00034333333798082353	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MON0051_000000025265	1437	0.5115450088347245	2	1	0	1	1	True	69720	fragment	False	MON0012_000000037530	0.9813273964874739		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	952.0	87.92	80.0	0.00033008799093181714	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
USA0084_01_000000022390	1435	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.5265727322844691		0	0	False	False	0.996515691280365	0					non-mobilizable	other	1435.0	99.93	100.0	0.06336721166593018	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
AUS0004_000000013970	1435	0.5115450088347245	1	1	0	1	1	True	102333	fragment	False	AUS0004_000000013970	1.0		0	0	False	False	0.9944250583648682	0					non-mobilizable	other	1299.0	96.69	91.0	0.0011346491067042203	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
MAD0095_000000026267	1433	0.5115450088347245	2	1	0	1	1	True	80644	fragment	False	MAD0095_000000026267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	85.53	80.0	0.00033895030423061815	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0032_000000023448	1433	0.5115450088347245	2	1	0	1	1	True	64801	fragment	False	ISR0032_000000023448	1.0		0	0	False	False	0.9993021488189697	0					non-mobilizable	other	1432.0	80.866	99.0	0.07397732615850791	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0359_000000019409	1433	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5442187524170549		0	0	False	False	1.0	0					non-mobilizable	other	1434.0	94.7	100.0	0.19743554391286364	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0359_000000019407	1433	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.49274175117505786		0	0	False	False	0.9993021488189697	0					non-mobilizable	other	1435.0	94.495	100.0	0.0014558053287354825	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0065_000000024106	1432	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.45156723492922		0	0	False	False	1.0	0					non-mobilizable	other	1433.0	93.51	100.0	0.02417122409020323	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0214_000000021544	1430	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5217004499659535		0	0	False	False	0.996503472328186	0					non-mobilizable	other	1430.0	98.811	100.0	0.005914316954375269	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0357_000000018458	1430	0.5115450088347245	2	1	0	1	1	True	23878	maximal	True	ISR0357_000000018458	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	899.0	90.99	79.0	0.0003015883541118509	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
FIJ0119_000000012314	1429	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.25445349003962087	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1430.0	94.406	100.0	0.0005039015317124501	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0153_000000020382	1427	0.5115450088347245	2	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.9747116210532853		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	84.712	99.0	0.0004975101573521318	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ENG0058_000000024181	1427	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4773493275632762		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	94.755	100.0	0.00045725161679112473	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
CHI0114_000000005443	1426	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.028783535736433285		0	0	False	False	0.9908835887908936	0					non-mobilizable	other	1426.0	95.09100000000001	100.0	0.004649918259331652	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0056_000000015685	1425	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5689724250589566		0	0	False	False	1.0	0					non-mobilizable	other	1426.0	92.006	100.0	0.024053068665181285	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0378_000000022495	1425	0.5115450088347245	1	1	0	1	1	True	66343	fragment	False	ISR0378_000000022495	0.9950412303370019		0	0	False	False	0.9957894682884216	0					non-mobilizable	other	1430.0	93.63600000000001	100.0	0.0012554773275564965	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
USA0015_01_000000023426	1425	0.5115450088347245	3	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.4361326449626984		0	0	False	False	1.0	0					non-mobilizable	other	1425.0	99.93	100.0	0.06292532037118868	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
ISR0118_000000011740	1423	0.5115450088347245	1	1	0	1	1	True	32371	maximal	True	ISR0118_000000011740	1.0		27	7	False	False	1.0	0					non-mobilizable	chromosome	1428.0	89.006	100.0	0.0004776270920588353	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0021_000000012636	1422	0.5115450088347245	1	1	0	1	1	True	66343	fragment	False	ISR0378_000000022495	0.9843016653928449		0	0	False	False	0.997890293598175	0					non-mobilizable	other	1421.0	93.385	99.0	0.0012475646553239976	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
MON0002_000000019738	1420	0.5115450088347245	2	1	0	1	1	True	69720	fragment	False	MON0012_000000037530	0.9742108940207483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	88.05799999999999	79.0	0.00033392217034074005	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0814_000000029544	1418	0.5115450088347245	3	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.22798292763966654		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	96.897	100.0	0.19536743416517302	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0796_000000015329	1418	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.09650025693903796	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1415.0	92.721	100.0	0.0004989613206172299	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0123_000000016302	1417	0.5115450088347245	1	1	0	1	1	True	66343	fragment	False	ISR0378_000000022495	0.9927932475107379		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	93.601	100.0	0.0012484438411276084	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0153_000000020526	1416	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6806459146860144		0	0	False	False	0.9992938041687012	0					non-mobilizable	other	1417.0	98.095	100.0	0.19522956018199367	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
SPA0059_000000016804	1416	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5066081805656877		0	0	False	False	1.0	0					non-mobilizable	other	1416.0	99.506	100.0	0.005860475133362049	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0840_000000012506	1415	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5883819846761693		0	0	False	False	1.0	0					non-mobilizable	plasmid	1416.0	99.71799999999999	100.0	0.22112830129707767	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
MAD0035_000000015709	1414	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.21646897719964292	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1420.0	92.113	100.0	0.0005003728095015785	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0107_000000020761	1413	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5118225775310943		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	99.292	100.0	0.005848050097743613	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MON0026_000000036363	1413	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.346600802444745		0	0	False	False	1.0	0					non-mobilizable	other	1414.0	96.322	100.0	0.001435472852077166	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0070_000000024545	1412	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.2732749271009097		0	0	False	False	0.9992917776107788	0					non-mobilizable	plasmid	1405.0	94.804	99.0	0.21940928270042195	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0107_000000020780	1412	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7124738369423296		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	94.834	100.0	0.00143445622824425	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0097_000000021741	1412	0.5115450088347245	1	1	0	1	1	True	118250	fragment	False	DEN0005_000000020233	0.3176546391752577		0	0	False	False	1.0	0					non-mobilizable	chromosome	1412.0	100.0	100.0	0.0004958715443182996	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
USA0034_01_000000036687	1410	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.254275516861088	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1420.0	94.43700000000001	100.0	0.0004776270920588353	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0181_000000014864	1410	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.17017463493427412	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1421.0	92.822	100.0	0.0004576920138867625	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
CHI0174_000000010779	1410	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.17017463493427412	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1421.0	92.822	100.0	0.0004576920138867625	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
USA0069_01_000000042672	1410	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.254275516861088	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1420.0	94.43700000000001	100.0	0.0004776270920588353	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0128_000000024991	1408	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4597562062860114		0	0	False	False	1.0	0					non-mobilizable	other	1409.0	94.18	100.0	0.0014303897329125865	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0199_000000018281	1407	0.5115450088347245	2	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.9753720271335463		0	0	False	False	0.9914712309837341	0					non-mobilizable	other	1431.0	83.29799999999999	100.0	0.0003479074433804541	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
FIJ0070_000000013965	1403	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6422088359495398		0	0	False	False	1.0	0					non-mobilizable	plasmid	1403.0	95.652	100.0	0.21909673386466635	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0191_000000008048	1403	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.47333676555530485		0	0	False	False	0.9800427556037903	0					non-mobilizable	other	1389.0	99.13600000000001	100.0	0.0057445081342566515	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MON0010_000000019392	1403	0.5115450088347245	1	1	0	1	1	True	61593	fragment	False	MON0010_000000019392	0.9633926126468295		0	0	False	False	0.9992872476577759	0					non-mobilizable	other	1396.0	95.48700000000001	99.0	0.005777641562572479	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0183_000000021874	1401	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5359826199629887		0	0	False	False	1.0	0					non-mobilizable	other	1401.0	95.50299999999999	100.0	0.0014222567422492599	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0167_000000018110	1399	0.5115450088347245	2	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.41254141984925374		0	0	False	False	1.0	0					non-mobilizable	other	1395.0	97.921	99.0	0.06155545735749006	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
ISR0157_000000022709	1398	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4676276078832743		0	0	False	False	0.9985693693161011	0					non-mobilizable	other	1401.0	94.861	100.0	0.000447965694601389	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0198_000000023843	1391	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7555612773398523		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	99.928	100.0	0.023462291540071567	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0109_000000017412	1390	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.25603219652464293	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1390.0	93.669	100.0	0.0004671926735571976	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0104_000000033025	1389	0.5115450088347245	1	1	0	1	1	True	61593	fragment	False	MON0010_000000019392	0.9612354059536883		0	0	False	False	1.0	0					non-mobilizable	other	1389.0	95.104	100.0	0.0057445081342566515	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0822_000000006215	1389	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5720815176383456		0	0	False	False	1.0	0					non-mobilizable	other	1391.0	98.92200000000001	100.0	0.00044476365246699735	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0822_000000006217	1389	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5270098385395349		0	0	False	False	1.0	0					non-mobilizable	plasmid	1389.0	99.712	100.0	0.21690889201437724	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0372_000000012718	1388	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4677452928001205		0	0	False	False	1.0	0					non-mobilizable	other	1390.0	95.324	100.0	0.00044476365246699735	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
DEN0014_000000002531	1387	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4707464305531379		0	0	False	False	1.0	0					non-mobilizable	chromosome	1390.0	97.194	100.0	0.0004661043777439201	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ETH0004_000000020682	1385	0.5115450088347245	2	1	0	1	1	True	55085	fragment	False	ETH0004_000000020682	1.0		0	0	False	False	0.9971119165420532	0					non-mobilizable	other	1385.0	95.37899999999999	100.0	0.005732083098638216	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0126_000000013101	1385	0.5115450088347245	1	1	0	1	1	True	58769	maximal	True	ENG0126_000000013101	1.0		3	2	False	False	0.9870036244392395	0					non-mobilizable	no_good_hit	481.0	73.389	34.0	0.00018590095513537546	LR135169.1	firmicutes	Enterococcus faecium isolate E2079 genome assembly, chromosome: 1	True	True
ISR0357_000000019180	1383	0.5115450088347245	3	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.055069305775551136	PS1133	0	0	False	True	0.9992769360542297	0					non-mobilizable	chromosome	1386.0	93.21799999999999	100.0	0.00048240948199539064	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0026_000000037504	1380	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.21706517569826667	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1380.0	94.20299999999999	100.0	0.0004638267321050564	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0085_000000022809	1379	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.04725503879432232		0	0	False	False	0.9992748498916626	0					non-mobilizable	chromosome	1379.0	96.809	100.0	0.0004862579206580926	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0295_000000025907	1379	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5491720199437289		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	96.229	100.0	0.043614595210946405	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ISR0330_000000023355	1379	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.49920629861421273		0	0	False	False	1.0	0					non-mobilizable	other	1379.0	99.492	100.0	0.005707233027401345	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
CHI0134_000000012203	1378	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5394051916691348		0	0	False	False	1.0	0					non-mobilizable	plasmid	1378.0	99.78200000000001	100.0	0.21518987341772153	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0064_000000018984	1375	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.1351544766543923	PS1133	0	0	False	True	0.9985454678535461	0					non-mobilizable	chromosome	1375.0	93.818	100.0	0.00046248035552419995	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0054_000000018422	1372	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5379128034858156		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	99.12700000000001	99.0	0.00048411158472322954	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
FIJ0106_000000020298	1371	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.19472318076405398		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	94.469	100.0	0.0004393201808385316	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0152_000000017306	1371	0.5115450088347245	1	1	0	1	1	True	66343	fragment	False	ISR0378_000000022495	0.9728960600007216		0	0	False	False	1.0	0					non-mobilizable	other	1376.0	93.459	100.0	0.0012080012941615029	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
MON0026_000000037842	1370	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.21532259110704546		0	0	False	False	0.9963503479957581	0					non-mobilizable	other	1371.0	95.84200000000001	100.0	0.18888735695574246	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0195_000000014441	1370	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4472718629203613		0	0	False	False	0.9992700815200806	0					non-mobilizable	other	1370.0	100.0	100.0	0.0004383595681982141	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0379_000000018368	1369	0.5115450088347245	2	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.9152650464466184		0	0	False	False	0.9956172108650208	0					non-mobilizable	other	1369.0	91.161	100.0	0.10174029451137885	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ENG0184_000000016519	1369	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5108894097715713		0	0	False	False	1.0	0					non-mobilizable	plasmid	1369.0	99.635	100.0	0.21378340365682139	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0050_000000020682	1369	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.429260146238361		0	0	False	False	1.0	0					non-mobilizable	other	1369.0	94.449	100.0	0.023090945918574034	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0045_000000031394	1366	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.16907558127651487	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1366.0	93.485	100.0	0.0004594510082172729	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0134_000000010863	1364	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.028974864753647755		0	0	False	False	1.0	0					non-mobilizable	chromosome	1364.0	97.214	100.0	0.00048096483734178533	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CAN0013_000000016979	1364	0.5115450088347245	1	1	0	1	1	True	93813	fragment	False	CAN0013_000000016979	1.0		0	0	False	False	0.9992668628692627	0					non-mobilizable	other	1366.0	91.508	100.0	0.004781550162425365	NZ_NHOC01000004.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c4, whole genome shotgun sequence	False	True
SPA0047_000000028426	1364	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5688461260221056		0	0	False	False	1.0	0					non-mobilizable	other	1367.0	94.294	100.0	0.0013866749080972056	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0052_000000019758	1363	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.02739621424768419	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1377.0	88.52600000000001	100.0	0.00044286537118338846	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MAD0066_000000024477	1362	0.5115450088347245	2	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.9431549663413655		0	0	False	False	1.0	0					non-mobilizable	other	1373.0	85.361	99.0	0.03809256661991585	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0082_000000015340	1361	0.5115450088347245	1	1	0	1	1	True	61593	fragment	False	MON0010_000000019392	0.9489242856294946		0	0	False	False	0.997061014175415	0					non-mobilizable	other	1361.0	96.10600000000001	100.0	0.005632682813690733	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0138_000000021344	1359	0.5115450088347245	1	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.6366708977550931		0	0	False	False	0.9992641806602478	0					non-mobilizable	other	1359.0	98.381	100.0	0.00525942765963215	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0012_000000041966	1357	0.5115450088347245	2	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.31570098731425034		0	0	False	False	1.0	0					non-mobilizable	other	1360.0	90.662	100.0	0.10084783578759482	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0376_000000018386	1357	0.5115450088347245	1	1	0	1	1	True	82485	fragment	False	ISR0376_000000018386	1.0		0	0	False	False	0.9963154196739197	0					non-mobilizable	other	1364.0	83.35799999999999	100.0	0.03355289223454833	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
MON0063_000000022049	1357	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9706733086614238		0	0	False	False	0.9918938875198364	0					non-mobilizable	other	1357.0	97.494	100.0	0.001185349914245703	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
FIJ0058_000000031235	1356	0.5115450088347245	1	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.8764300195850865		0	0	False	False	0.991150438785553	0					non-mobilizable	other	1310.0	85.191	96.0	0.000344644870739544	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0171_000000022209	1354	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.10472358054155802	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1354.0	97.26700000000001	100.0	0.00045541187847470343	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0318_000000003572	1353	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.20754835725362814		0	0	False	False	1.0	0					non-mobilizable	other	1352.0	96.96700000000001	99.0	0.0003312353460232512	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
FIJ0041_000000028252	1353	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.03061341883030682		0	0	False	False	0.9926090240478516	0					non-mobilizable	chromosome	1353.0	97.044	100.0	0.0004770832429098267	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0124_000000010797	1352	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.23371005364460676	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1352.0	94.45299999999999	100.0	0.00045440209603906105	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0087_000000008756	1352	0.5115450088347245	1	1	0	1	1	True	68876	maximal	True	DEN0087_000000008756	0.9523809523809523		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0002_000000027788	1351	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.23959386304039906	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1347.0	93.98700000000001	100.0	0.0004530557194582046	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0113_000000021728	1351	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.373359806669796		0	0	False	False	1.0	0					non-mobilizable	plasmid	1351.0	94.59700000000001	100.0	0.2109704641350211	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0066_000000023925	1349	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5190981123456158		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	98.148	100.0	0.18599200330897558	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
CAN0018_000000025146	1349	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4256779141328894		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	93.84700000000001	100.0	0.04266438616495629	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
FIJ0106_000000020680	1348	0.5115450088347245	2	1	0	1	1	True	42330	fragment	False	FIJ0106_000000020680	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	754.0	93.369	56.0	0.9640564826700898	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
ENG0187_000000022654	1348	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.19282966425332734		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	99.611	100.0	0.0022346018155703987	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0108_000000017761	1347	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.03221462761028807		0	0	False	False	0.998515248298645	0					non-mobilizable	chromosome	1347.0	97.25299999999999	100.0	0.0004749660095833038	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0006_000000009352	1346	0.5115450088347245	1	1	0	1	1	True	127474	fragment	False	AST0006_000000009352	1.0		0	0	False	False	0.9806835055351257	0					non-mobilizable	chromosome	1346.0	97.994	100.0	0.00030430883206044	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
AST0052_000000018575	1346	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4338811643698132		0	0	False	False	1.0	0					non-mobilizable	plasmid	1346.0	97.177	100.0	0.21018909204563213	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
SPA0112_000000024675	1345	0.5115450088347245	2	1	0	1	1	True	54833	fragment	False	SPA0112_000000024675	1.0		0	0	False	False	0.9710037112236023	0					non-mobilizable	other	1350.0	92.444	100.0	0.033354793977813	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
MON0068_000000031428	1345	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6662745660537992		0	0	False	False	0.9940520524978638	0					non-mobilizable	other	1346.0	98.44	100.0	0.1854405073762581	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
DEN0083_000000023076	1344	0.5115450088347245	2	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.2842172793663697		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	99.405	100.0	0.05934600088378259	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
ENG0208_000000022460	1344	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4561222968645657		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	99.479	100.0	0.005562274278519599	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0123_000000008445	1344	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.35173088593300694		0	0	False	False	0.9903273582458496	0					non-mobilizable	other	1344.0	98.363	100.0	0.005562274278519599	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
USA0036_01_000000022956	1344	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.8003279723954695		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	92.26799999999999	100.0	0.09988100550349546	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
TAN0027_000000008953	1343	0.5115450088347245	1	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.8674511101176848		0	0	False	False	0.9568130970001221	0					non-mobilizable	other	1356.0	84.292	100.0	0.0003568870823642691	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0087_000000038397	1343	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9692501475896561		0	0	False	False	1.0	0					non-mobilizable	other	1343.0	97.54299999999999	100.0	0.0011731117882874142	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0206_000000019046	1342	0.5115450088347245	1	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.9642720075699932		0	0	False	False	0.9992548227310181	0					non-mobilizable	other	1356.0	84.882	100.0	0.03761570827489481	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
USA0027_01_000000020248	1340	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4945858066594775		0	0	False	False	1.0	0					non-mobilizable	plasmid	1340.0	97.68700000000001	100.0	0.20925144553836536	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0265_000000013121	1340	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4928052203272937		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	99.478	100.0	0.0055457075643616845	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MAD0035_000000016561	1340	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.20434095876274455	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1338.0	93.274	100.0	0.0004496897780060634	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0124_000000010382	1339	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.969048461772862		0	0	False	False	1.0	0					non-mobilizable	chromosome	1345.0	85.353	100.0	0.0003348235232293203	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	True
SPA0029_000000020219	1339	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.096351475912059	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1339.0	94.84700000000001	100.0	0.00045036296629649166	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0056_000000014909	1339	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.13589215854345305	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1339.0	95.37	100.0	0.00045036296629649166	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0025_000000031939	1338	0.5115450088347245	2	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.40328131300968595		0	0	False	False	0.9783258438110352	0					non-mobilizable	other	1338.0	91.779	100.0	0.09943477614160345	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
SPA0040_000000032232	1338	0.5115450088347245	1	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.9622537297976447		0	0	False	False	0.9962630867958069	0					non-mobilizable	other	1363.0	83.492	100.0	0.0003312353460232512	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ISR0200_000000018907	1337	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.49375886311357964		0	0	False	False	0.998504102230072	0					non-mobilizable	plasmid	1337.0	97.60700000000001	100.0	0.208782622284732	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0156_000000018268	1336	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5060666215661922		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	99.551	100.0	0.00552914085020377	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
CHI0141_000000020727	1336	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.2240296487492258	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1346.0	93.23899999999999	100.0	0.00047461313736221663	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0060_000000020419	1336	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.695101854661621		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	96.781	100.0	0.18406176754446435	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0049_000000021998	1336	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6670811827166635		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	96.70700000000001	100.0	0.18406176754446435	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0049_000000022008	1336	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.49072694813162526		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	99.32600000000001	100.0	0.00552914085020377	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0060_000000020417	1336	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.504636119002967		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	99.32600000000001	100.0	0.00552914085020377	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0178_000000017208	1335	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9508770756517072		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	97.152	95.0	0.0011040537918084977	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
DEN0021_000000028014	1335	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6709418229485623		0	0	False	False	1.0	0					non-mobilizable	other	1336.0	98.428	100.0	0.18406176754446435	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
CHI0109_000000014986	1332	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.08622202092722935	PS1133	0	0	False	True	1.0	0					non-mobilizable	other	1332.0	91.742	100.0	0.0004140718475319638	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0073_000000020897	1332	0.5115450088347245	1	1	0	1	1	True	131206	fragment	False	AST0002_000000027892	0.37745796719308494		0	0	False	False	1.0	0					non-mobilizable	other	1334.0	92.729	100.0	0.00041812170195921225	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0137_000000027786	1332	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5552976771604489		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	95.42	100.0	0.0013531263216109827	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0118_000000011014	1332	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5327139924839851		0	0	False	False	1.0	0					non-mobilizable	other	1332.0	97.973	100.0	0.016293902334520792	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0066_000000016126	1331	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4311428953563764		0	0	False	False	1.0	0					non-mobilizable	chromosome	1331.0	99.85	100.0	0.00044791822427703304	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
USA0054_01_000000007084	1331	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.22123249902553865	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1332.0	93.46799999999999	100.0	0.0004696729262669965	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CAN0021_000000032846	1330	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.43467839939005376		0	0	False	False	0.9992481470108032	0					non-mobilizable	chromosome	1330.0	99.925	100.0	0.00044758144365727586	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0069_000000019209	1329	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.949207965737997		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	97.2	94.0	0.0010918156658502088	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
FIJ0033_000000029318	1329	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.028702073229734205		0	0	False	False	1.0	0					non-mobilizable	chromosome	1329.0	97.141	100.0	0.0004686143096037351	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0037_000000057413	1329	0.5115450088347245	2	1	0	1	1	True	64800	fragment	False	MON0037_000000057413	0.9978346368159488		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	88.146	95.0	0.00030745308949900593	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
FIJ0006_000000029882	1329	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7172316417709714		0	0	False	False	0.9984951019287109	0					non-mobilizable	other	1329.0	99.925	100.0	0.0013500764501122352	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0092_000000034378	1328	0.5115450088347245	1	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.9435740908524224		0	0	False	False	1.0	0					non-mobilizable	other	1341.0	85.459	100.0	0.00035289505683446746	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0001_000000020728	1327	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4312219206927013		0	0	False	False	1.0	0					non-mobilizable	chromosome	1327.0	99.925	100.0	0.00044657110179800437	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
DEN0021_000000028210	1327	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4312219206927013		0	0	False	False	1.0	0					non-mobilizable	chromosome	1327.0	99.925	100.0	0.00044657110179800437	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
DEN0003_000000018500	1327	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.47813974891326044		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	98.193	100.0	0.18295877567902938	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MON0037_000000057508	1327	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9662307477457238		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	97.43799999999999	100.0	0.0011591253586207982	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
SPA0003_000000013757	1326	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.06893270235274868	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1325.0	92.98100000000001	100.0	0.00044531405411827983	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0128_000000022497	1326	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4952443366385379		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	99.321	100.0	0.005487724064808986	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
DEN0018_000000030620	1326	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.47370430453543383		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	99.47200000000001	100.0	0.005487724064808986	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0365_000000012990	1326	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4822469295699783		0	0	False	False	1.0	0					non-mobilizable	plasmid	1326.0	98.039	100.0	0.20706360368807628	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
MON0024_000000039325	1326	0.5115450088347245	2	1	0	1	1	True	12891	fragment	False	MON0024_000000039325	1.0		0	0	False	False	0.999245822429657	0					non-mobilizable	no_good_hit	948.0	75.316	70.0	0.000260059041791488	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
DEN0085_000000021193	1325	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.49516020008361394		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	99.396	100.0	0.0054835823862695076	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0083_000000021322	1324	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.48873848940078335		0	0	False	False	1.0	0					non-mobilizable	other	1324.0	99.471	100.0	0.005479440707730029	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0035_000000009128	1323	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4600698513225926		0	0	False	False	1.0	0					non-mobilizable	plasmid	1324.0	98.18700000000001	100.0	0.20675105485232068	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0280_000000011376	1323	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.052973650614121806	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1325.0	96.15100000000001	100.0	0.0004264271368818217	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ENG0118_000000011107	1323	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5024717865293952		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	95.54	100.0	0.0013429600832818244	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0170_000000035607	1323	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9468768889979838		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	97.186	94.0	0.0010865707547252279	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0183_000000023262	1322	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6676679692313526		0	0	False	False	1.0	0					non-mobilizable	other	1323.0	97.20299999999999	100.0	0.18213153177995312	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0113_000000012507	1322	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.21385001969431142	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1322.0	92.89	100.0	0.00044464086582785163	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0014_000000012384	1321	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.47280704769268567		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	99.39399999999999	100.0	0.005467015672111593	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0178_000000017402	1321	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6496198757122208		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	95.23100000000001	100.0	0.005467015672111593	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MON0026_000000039731	1321	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5014827989277285		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	98.41	100.0	0.005467015672111593	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0110_000000017716	1321	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4885101593573526		0	0	False	False	0.9969719648361206	0					non-mobilizable	other	1321.0	99.47	100.0	0.005467015672111593	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0040_000000019722	1321	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.48655746302963404		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	99.319	100.0	0.005467015672111593	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0317_000000017364	1321	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5068476323041887		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	99.167	100.0	0.005467015672111593	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0074_000000022906	1321	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4518633363996636		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	99.546	100.0	0.005467015672111593	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0211_000000017416	1320	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6018082143872974		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	97.955	100.0	0.01613475828467198	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
AST0014_000000012396	1320	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6524946443462679		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	98.486	100.0	0.18199365779677376	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0288_000000022254	1320	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4725824822954073		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	99.39399999999999	100.0	0.005462873993572115	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0331_000000019043	1320	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4709379832809551		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	99.39399999999999	100.0	0.005462873993572115	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0233_000000014246	1320	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.48839810458790783		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	99.47	100.0	0.005462873993572115	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0074_000000022928	1320	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.688271819010077		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	95.76100000000001	100.0	0.18199365779677376	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0317_000000017385	1320	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6524946443462679		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	98.486	100.0	0.18199365779677376	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0003_000000019291	1320	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6524946443462679		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	98.486	100.0	0.18199365779677376	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0083_000000021385	1320	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6280255106957147		0	0	False	False	1.0	0					non-mobilizable	other	1321.0	98.41	100.0	0.18199365779677376	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0817_000000009961	1319	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4048190803007105		0	0	False	False	1.0	0					non-mobilizable	plasmid	1319.0	97.119	100.0	0.2059696827629317	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0178_000000017423	1319	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4274963021716087		0	0	False	False	1.0	0					non-mobilizable	chromosome	1319.0	99.92399999999999	100.0	0.00044387685683994703	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0168_000000023852	1319	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6523407508846238		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	98.485	100.0	0.18185578381359438	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0211_000000018071	1319	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6277677251328786		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	98.333	100.0	0.18185578381359438	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0040_000000019753	1319	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6523407508846238		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	98.485	100.0	0.18185578381359438	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
CHI0064_000000014005	1318	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9653470405928267		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	97.49600000000001	100.0	0.0011512579919333266	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
DEN0065_000000026129	1318	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4864513269771758		0	0	False	False	1.0	0					non-mobilizable	plasmid	1318.0	99.545	100.0	0.2058134083450539	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0267_000000014124	1318	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6445066309977783		0	0	False	False	0.999241292476654	0					non-mobilizable	other	1319.0	98.33200000000001	100.0	0.181717909830415	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0029_000000031697	1318	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.935476251908087		0	0	False	False	0.9916540384292603	0					non-mobilizable	other	1240.0	96.45200000000001	94.0	0.0010830741473085738	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0384_000000015190	1318	0.5115450088347245	2	1	0	1	1	True	118094	fragment	False	ISR0017_000000019328	0.2802428583453051		0	0	False	False	0.9901365637779236	0					non-mobilizable	other	1318.0	99.772	100.0	0.05819708351745471	NZ_WNAJ01000039.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold39_size22630, whole genome shotgun sequence	False	True
ENG0087_000000019660	1317	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9441480300549306		0	0	False	False	1.0	0					non-mobilizable	other	1238.0	97.17299999999999	94.0	0.001081325843600247	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0265_000000013367	1316	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7002016702813654		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	99.848	100.0	0.0013368603402843294	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
USA0056_01_000000012982	1316	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.22221903547243	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1313.0	94.59299999999999	100.0	0.00044127492437571043	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0089_000000015660	1315	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5051260697134677		0	0	False	False	1.0	0					non-mobilizable	plasmid	1315.0	99.696	100.0	0.20534458509142053	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
SPA0096_000000032650	1315	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.453877786596002		0	0	False	False	1.0	0					non-mobilizable	other	1315.0	99.39200000000001	100.0	0.005442165600874723	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0369_000000012763	1315	0.5115450088347245	1	1	0	1	1	True	131206	fragment	False	AST0002_000000027892	0.3078859440679902		0	0	False	False	1.0	0					non-mobilizable	chromosome	1318.0	89.985	100.0	0.0003674382590473282	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	True
DEN0052_000000035751	1315	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4356982340369688		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	95.59299999999999	100.0	0.18130428788087688	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
SPA0131_000000021449	1315	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4793785799648682		0	0	False	False	1.0	0					non-mobilizable	other	1315.0	99.39200000000001	100.0	0.005442165600874723	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
DEN0073_000000040942	1314	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.6058886760573261		0	0	False	False	0.9946727752685547	0					non-mobilizable	other	1313.0	92.079	99.0	0.09757548713372007	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0143_000000022130	1314	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.8903955440159249		0	0	False	False	1.0	0					non-mobilizable	other	1315.0	91.103	100.0	0.0011477613845166728	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0174_000000018701	1314	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4805943849598451		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	99.23899999999999	100.0	0.005438023922335244	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0083_000000027613	1313	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.09054043591558034	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1313.0	93.22200000000001	100.0	0.00044161151852092456	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0069_000000019483	1313	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5279326098539385		0	0	False	False	1.0	0					non-mobilizable	plasmid	1314.0	97.48899999999999	100.0	0.20518831067354273	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
AUS0006_000000020197	1313	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4764481940652534		0	0	False	False	0.9885757565498352	0					non-mobilizable	other	1313.0	99.46700000000001	100.0	0.005433882243795766	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
CAN0022_000000025302	1312	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.49387200448498797		0	0	False	False	1.0	0					non-mobilizable	plasmid	1312.0	99.39	100.0	0.20487576183778716	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0057_000000020631	1311	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4176308432889159		0	0	False	False	1.0	0					non-mobilizable	chromosome	1311.0	99.92399999999999	100.0	0.0004411826118818897	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0143_000000014382	1311	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.43170973484032227		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	99.39	100.0	0.005425598886716809	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0002_000000029433	1311	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6669415068873455		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	96.03399999999999	100.0	0.18047704398180064	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
FIJ0058_000000032510	1311	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.286303365635641		0	0	False	False	1.0	0					non-mobilizable	plasmid	1311.0	96.87299999999999	100.0	0.20471948741990936	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0066_000000025621	1311	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6464181731880395		0	0	False	False	1.0	0					non-mobilizable	other	1311.0	96.64399999999999	100.0	0.18061491796498	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0061_000000015793	1310	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.45419923536822737		0	0	False	False	1.0	0					non-mobilizable	plasmid	1310.0	97.48100000000001	100.0	0.20456321300203156	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0061_000000015808	1310	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7027030568170112		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	99.92399999999999	100.0	0.0013307605972868344	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0156_000000018607	1310	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9544917408200848		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	97.48100000000001	100.0	0.0011442647771000188	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0085_000000011982	1310	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4339378305491466		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	94.046	100.0	0.016012339784788276	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0161_000000015942	1310	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7146380636563017		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	99.771	100.0	0.0013307605972868344	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0161_000000015933	1310	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5327659829755981		0	0	False	False	1.0	0					non-mobilizable	plasmid	1310.0	99.84700000000001	100.0	0.20456321300203156	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0083_000000027700	1309	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6296155109363293		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	98.473	100.0	0.18047704398180064	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
FIJ0005_000000028081	1309	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6241883160607777		0	0	False	False	0.9992360472679138	0					non-mobilizable	other	1310.0	98.473	100.0	0.18047704398180064	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0052_000000028614	1309	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5613506097197059		0	0	False	False	1.0	0					non-mobilizable	plasmid	1309.0	99.771	100.0	0.20440693858415376	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0150_000000019083	1309	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4753628724973931		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	98.014	100.0	0.0013297439734539184	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0012_000000019292	1309	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39680028245677235		0	0	False	False	1.0	0					non-mobilizable	plasmid	1309.0	97.021	100.0	0.20440693858415376	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0141_000000023521	1309	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6241883160607777		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	98.473	100.0	0.18047704398180064	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0191_000000024847	1309	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6293005220940988		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	98.321	100.0	0.18047704398180064	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0148_000000027599	1309	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6590502475707052		0	0	False	False	1.0	0					non-mobilizable	other	1310.0	98.321	100.0	0.18047704398180064	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0227_000000020096	1308	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5703504244602696		0	0	False	False	1.0	0					non-mobilizable	plasmid	1308.0	99.771	100.0	0.204250664166276	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0073_000000018016	1308	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.37862180415957525		0	0	False	False	1.0	0					non-mobilizable	plasmid	1308.0	94.572	100.0	0.204250664166276	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0073_000000018013	1308	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.637741312575847		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	96.024	100.0	0.0013287273496210025	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0100_000000009960	1308	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.40719349168959		0	0	False	False	1.0	0					non-mobilizable	plasmid	1308.0	97.095	100.0	0.204250664166276	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0087_000000029467	1308	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.49393522055660016		0	0	False	False	1.0	0					non-mobilizable	plasmid	1308.0	98.54700000000001	100.0	0.204250664166276	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0047_000000016319	1308	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6319326612815661		0	0	False	False	1.0	0					non-mobilizable	other	1309.0	98.396	100.0	0.18033916999862126	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0109_000000018665	1308	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4147289285206587		0	0	False	False	1.0	0					non-mobilizable	plasmid	1309.0	96.40899999999999	100.0	0.2040943897483982	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
MON0101_000000050820	1308	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.02330467224472649	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1310.0	88.244	100.0	0.00042030308880868894	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0052_000000028670	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6223954780128991		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	98.471	100.0	0.18020129601544188	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0227_000000020117	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6223954780128991		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	98.471	100.0	0.18020129601544188	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
SPA0107_000000025392	1307	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9610561478520666		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	97.475	100.0	0.0011416423215375282	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0152_000000019582	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4936575469008942		0	0	False	False	1.0	0					non-mobilizable	plasmid	1307.0	98.546	100.0	0.2040943897483982	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
SPA0128_000000028755	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4506080803166389		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.464	100.0	0.0054090321725588945	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
AUS0024_000000024546	1307	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9621072622109723		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	97.475	100.0	0.0011416423215375282	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0259_000000014071	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5300835076314324		0	0	False	False	1.0	0					non-mobilizable	plasmid	1307.0	99.92299999999999	100.0	0.2040943897483982	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
MON0105_000000041872	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.42474431679350494		0	0	False	False	1.0	0					non-mobilizable	chromosome	1308.0	96.63600000000001	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0031_000000016748	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41617985250781464		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.311	100.0	0.0054090321725588945	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
DEN0011_000000036184	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4676524819650931		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.38799999999999	100.0	0.0054090321725588945	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0210_000000020579	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4639533166480973		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.38799999999999	100.0	0.0054090321725588945	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
AST0003_000000024256	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4704769702009924		0	0	False	False	1.0	0					non-mobilizable	plasmid	1307.0	97.62799999999999	100.0	0.2040943897483982	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0133_000000018533	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4486688610349106		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.311	100.0	0.0054090321725588945	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
DEN0063_000000038969	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5184086751857255		0	0	False	False	1.0	0					non-mobilizable	plasmid	1307.0	99.84700000000001	100.0	0.2040943897483982	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0030_000000014734	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4486688610349106		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.311	100.0	0.0054090321725588945	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
AST0100_000000009969	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.43387853413822497		0	0	False	False	0.9992349147796631	0					non-mobilizable	other	1308.0	95.18299999999999	100.0	0.18020129601544188	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
DEN0096_000000034877	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5505215002769905		0	0	False	False	1.0	0					non-mobilizable	plasmid	1307.0	99.617	100.0	0.2040943897483982	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0153_000000022449	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4176612849789411		0	0	False	False	1.0	0					non-mobilizable	chromosome	1307.0	99.92299999999999	100.0	0.00043983548940286103	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0029_000000031904	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4176612849789411		0	0	False	False	1.0	0					non-mobilizable	chromosome	1307.0	99.92299999999999	100.0	0.00043983548940286103	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0327_000000022621	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4486688610349106		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	99.311	100.0	0.0054090321725588945	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0044_000000021672	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4212114942908041		0	0	False	False	0.9984697699546814	0					non-mobilizable	chromosome	1307.0	99.84700000000001	100.0	0.00043983548940286103	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0075_000000018764	1307	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7195322864633847		0	0	False	False	1.0	0					non-mobilizable	other	1308.0	96.101	100.0	0.18020129601544188	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
AUS0002_000000028754	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0030_000000014746	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0070_000000016195	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0152_000000019598	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0196_000000016931	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6159600787997853		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	98.087	100.0	0.1800634220322625	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0259_000000014088	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0133_000000018543	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
DEN0011_000000036233	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0183_000000023689	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0062_000000018405	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41748976178363056		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.84700000000001	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
DEN0096_000000034909	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0327_000000022639	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	0.9992343187332153	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0174_000000015858	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.42680038346296534		0	0	False	False	1.0	0					non-mobilizable	chromosome	1307.0	99.311	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0109_000000018696	1306	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41753178348280107		0	0	False	False	1.0	0					non-mobilizable	chromosome	1306.0	99.92299999999999	100.0	0.00043949870878310385	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
MON0037_000000058628	1305	0.5115450088347245	1	1	0	1	1	True	56880	fragment	False	MON0037_000000058628	0.9755794701986755		0	0	False	False	0.9808428883552551	0					non-mobilizable	no_good_hit	659.0	96.055	50.0	0.8446726572528883	GQ876625.1		Uncultured organism clone VC1AD96TF genomic sequence	True	True
DEN0022_000000032179	1304	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5507246629388788		0	0	False	False	0.9907975196838379	0					non-mobilizable	other	1306.0	95.63600000000001	100.0	0.0013236442304564234	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0182_000000021723	1303	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.46362399274606003		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	99.463	100.0	0.005392465458400981	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0133_000000015063	1303	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9595338284017897		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	97.46700000000001	100.0	0.0011381457141208743	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0039_000000028752	1303	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.42030740104582454		0	0	False	False	0.9976975917816162	0					non-mobilizable	other	1303.0	99.079	100.0	0.005392465458400981	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0006_000000017084	1303	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5290357661970845		0	0	False	False	1.0	0					non-mobilizable	other	1303.0	95.318	100.0	0.0013236442304564234	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0182_000000021728	1302	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6903825869124927		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	100.0	100.0	0.0013226276066235076	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0208_000000021398	1302	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4629766356599543		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	98.618	100.0	0.0013226276066235076	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0089_000000024250	1302	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.679792519581102		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	96.62100000000001	100.0	0.17937405211636565	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0331_000000019354	1302	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4769644172679343		0	0	False	False	0.9923195242881775	0					non-mobilizable	other	1302.0	96.006	100.0	0.0013216109827905917	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0072_000000016596	1302	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.04853893893143331	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1302.0	93.241	100.0	0.000459086759634382	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0136_000000032774	1302	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5316642709087495		0	0	False	False	1.0	0					non-mobilizable	plasmid	1302.0	99.23200000000001	100.0	0.20331301765900922	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0018_000000016920	1301	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.42956574222200156		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	94.005	100.0	0.015902163134892944	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0066_000000025845	1301	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.42385296429545966		0	0	False	False	0.9992313385009766	0					non-mobilizable	chromosome	1301.0	99.92299999999999	100.0	0.000437814805684318	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0096_000000024776	1301	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.36023153626391646		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	91.929	100.0	0.0009564326167819687	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	False	True
MON0107_000000047465	1301	0.5115450088347245	2	1	0	1	1	True	8560	maximal	True	MON0107_000000047465	1.0		1	1	False	False	0.996925413608551	0					non-mobilizable	no_good_hit	644.0	76.553	49.0	0.00017784682857998536	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0387_000000018378	1301	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9400412460845134		0	0	False	False	1.0	0					non-mobilizable	other	1234.0	97.164	95.0	0.0010778292361835928	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
FIJ0098_000000018522	1300	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5673769992618253		0	0	False	False	0.9984615445137024	0					non-mobilizable	plasmid	1300.0	98.154	100.0	0.20300046882325362	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0124_000000023852	1300	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5083000393596232		0	0	False	False	0.9992307424545288	0					non-mobilizable	plasmid	1300.0	99.846	100.0	0.20300046882325362	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0134_000000024707	1300	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6047167272234971		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	98.38600000000001	100.0	0.17923617813318626	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MAD0088_000000020509	1300	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.027742046013412548	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1301.0	92.006	100.0	0.0004177245422515804	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
DEN0093_000000024080	1300	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5838363978468095		0	0	False	False	1.0	0					non-mobilizable	other	1301.0	98.38600000000001	100.0	0.17923617813318626	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
SPA0044_000000021780	1300	0.5115450088347245	1	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.9485050878205444		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	85.301	100.0	0.00034544327584550434	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0162_000000030236	1300	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.46288590107240885		0	0	False	False	0.9992307424545288	0					non-mobilizable	other	1302.0	94.777	100.0	0.00131957773512476	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0047_000000024059	1300	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4629501370352594		0	0	False	False	0.9953846335411072	0					non-mobilizable	plasmid	1300.0	99.462	100.0	0.20300046882325362	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0166_000000023157	1299	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.45722813143933255		0	0	False	False	1.0	0					non-mobilizable	plasmid	1299.0	97.61399999999999	100.0	0.20284419440537585	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0002_000000029728	1298	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39289003652247867		0	0	False	False	1.0	0					non-mobilizable	plasmid	1298.0	97.072	100.0	0.20268791998749805	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
SPA0116_000000031719	1298	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4128666105564257		0	0	False	False	1.0	0					non-mobilizable	chromosome	1298.0	99.92299999999999	100.0	0.0004368044638250465	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0019_000000013487	1298	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.44410059038011906		0	0	False	False	1.0	0					non-mobilizable	other	1298.0	99.461	100.0	0.005371757065703588	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0366_000000016156	1298	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5887215396577569		0	0	False	False	0.9992296099662781	0					non-mobilizable	other	1299.0	98.46	100.0	0.17896043016682753	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0075_000000021341	1297	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4866162015639613		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	95.682	100.0	0.0013165278636260126	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0119_000000023438	1297	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.44276292127051536		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	94.834	100.0	0.0013165278636260126	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0005_000000018398	1297	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.14866719699167957	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1297.0	93.524	100.0	0.0004517360467240074	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
FIJ0034_000000021570	1296	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3973176522863925		0	0	False	False	1.0	0					non-mobilizable	plasmid	1296.0	97.068	100.0	0.20237537115174245	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
AUS0014_000000021035	1296	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3952873685211123		0	0	False	False	1.0	0					non-mobilizable	plasmid	1296.0	96.991	100.0	0.20237537115174245	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0079_000000022064	1296	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4550501185280283		0	0	False	False	0.9992284178733826	0					non-mobilizable	other	1296.0	94.59899999999999	100.0	0.0013155112397930967	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0101_000000030581	1295	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5373301238945462		0	0	False	False	1.0	0					non-mobilizable	plasmid	1295.0	98.919	100.0	0.20221909673386468	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0038_000000021054	1295	0.5115450088347245	2	1	0	1	1	True	84245	fragment	False	ENG0038_000000021054	0.9997292174383969		0	0	False	False	1.0	0					non-mobilizable	chromosome	1295.0	100.0	100.0	0.0004547539180353506	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
AST0088_000000008821	1294	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.06968186034412956	PS1133	0	0	False	True	0.9992272257804871	0					non-mobilizable	chromosome	1294.0	98.609	100.0	0.0004352162297618563	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0149_000000020510	1293	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4098430716767599		0	0	False	False	1.0	0					non-mobilizable	chromosome	1293.0	99.92299999999999	100.0	0.00043512056072626067	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0179_000000024898	1293	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4465646814680505		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	99.459	100.0	0.005351048673006196	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0029_000000020988	1293	0.5115450088347245	1	1	0	1	1	True	65727	fragment	False	ENG0030_000000014657	0.9828767123287672		0	0	False	False	0.9992266297340393	0					non-mobilizable	chromosome	1292.0	98.065	100.0	0.00029209122839407293	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0223_000000024882	1293	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.7827528687265146		0	0	False	False	0.9992266297340393	0					non-mobilizable	other	1287.0	92.385	99.0	0.09564182656552135	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ENG0057_000000020976	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.44811606231236023		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	93.045	100.0	0.0004555514693826749	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
AST0140_000000022488	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6877743146255147		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	100.0	100.0	0.0013124613682943492	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
USA0019_01_000000023621	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.44649868849764063		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.458	100.0	0.0053469069944667175	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
USA0019_01_000000023619	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7071782619548775		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	95.35600000000001	100.0	0.1779953122845719	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0007_000000019130	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4602840047455253		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.381	100.0	0.0053469069944667175	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0007_000000019121	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41686826804143906		0	0	False	False	1.0	0					non-mobilizable	chromosome	1293.0	95.74600000000001	100.0	0.0004341102188669892	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0165_000000015583	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.42582699079138686		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.381	100.0	0.0053469069944667175	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0153_000000022736	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.44649868849764063		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.458	100.0	0.0053469069944667175	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0169_000000018816	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4273659331144198		0	0	False	False	0.9992260336875916	0					non-mobilizable	other	1291.0	99.38	99.0	0.005342765315927239	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0116_000000018554	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7089912854349293		0	0	False	False	1.0	0					non-mobilizable	other	1293.0	95.43700000000001	100.0	0.1779953122845719	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0116_000000018566	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.40820040546147873		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	98.994	100.0	0.0053469069944667175	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
DEN0079_000000048550	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4602840047455253		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.381	100.0	0.0053469069944667175	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
CAN0003_000000037814	1292	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.44649868849764063		0	0	False	False	1.0	0					non-mobilizable	other	1292.0	99.458	100.0	0.0053469069944667175	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0165_000000015614	1291	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7031717774736009		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	100.0	100.0	0.02177435689690095	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
SPA0031_000000026004	1291	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.49782829925354033		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	96.12700000000001	100.0	0.005342765315927239	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
DEN0079_000000048581	1291	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5024762377492503		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	95.275	100.0	0.0013114447444614334	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0003_000000024563	1290	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5805381056092606		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	98.45100000000001	100.0	0.17785743830139253	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0346_000000019556	1290	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.5971027749500966		0	0	False	False	1.0	0					non-mobilizable	other	1291.0	91.712	99.0	0.09579056968615202	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
AST0062_000000012148	1290	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.18745603738053893	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1292.0	93.421	99.0	0.0004544994207602491	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0064_01_000000006423	1289	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.17588489013465655	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1290.0	94.729	100.0	0.00045485229298133624	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CAN0001_000000033625	1288	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5611746834094724		0	0	False	False	0.9992235898971558	0					non-mobilizable	other	1289.0	98.448	100.0	0.1775816903350338	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0023_000000013669	1287	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.38705119125910986		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	99.068	100.0	0.005326198601769325	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0379_000000019587	1287	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4149361226354676		0	0	False	False	0.997668981552124	0					non-mobilizable	other	1287.0	99.223	100.0	0.005326198601769325	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0116_000000031979	1287	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39689588562608286		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	99.37799999999999	100.0	0.005326198601769325	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
AST0055_000000028517	1287	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.42096758943186385		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	95.141	99.0	0.021487408007561947	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0064_000000033900	1287	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5852836434503813		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	96.27	100.0	0.01573077723505576	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0169_000000018902	1287	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.49493157286891937		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	95.26	100.0	0.00130737824912977	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CAN0022_000000025899	1286	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41267237719308547		0	0	False	False	0.9992223978042603	0					non-mobilizable	chromosome	1286.0	99.92200000000001	100.0	0.0004327630963879605	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0230_000000027681	1286	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4278298965054942		0	0	False	False	0.9906687140464783	0					non-mobilizable	other	1286.0	99.37799999999999	100.0	0.005322056923229846	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
DEN0078_000000027397	1285	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.026245389142162737		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	95.01899999999999	100.0	0.004189821084197783	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
SPA0155_000000015130	1285	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4519453551053431		0	0	False	False	1.0	0					non-mobilizable	plasmid	1285.0	99.455	100.0	0.20065635255508674	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0062_000000018654	1285	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.45244280872453807		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	99.37700000000001	100.0	0.005317915244690368	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0054_000000020559	1283	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5076540112484849		0	0	False	False	1.0	0					non-mobilizable	plasmid	1283.0	99.844	100.0	0.20034380371933114	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0089_000000024676	1283	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5285005907246583		0	0	False	False	1.0	0					non-mobilizable	other	1285.0	94.475	100.0	0.0013033117537981065	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0001_000000027226	1283	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.21352995409848913	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1283.0	95.869	100.0	0.00043151369416450096	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0046_000000026914	1283	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.44053425647821637		0	0	False	False	1.0	0					non-mobilizable	plasmid	1283.0	95.16799999999999	100.0	0.20034380371933114	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0127_000000015195	1283	0.5115450088347245	2	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.15896029258098224		0	0	False	False	0.9968823194503784	0					non-mobilizable	other	1278.0	96.948	99.0	0.004945721002467051	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
SPA0031_000000026201	1283	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.018265298125143156	PS1133	0	0	False	True	1.0	0					non-mobilizable	other	1282.0	86.661	99.0	0.0003960281456860931	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
AST0084_000000027667	1282	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.44796117719623724		0	0	False	False	1.0	0					non-mobilizable	chromosome	1285.0	95.175	100.0	0.0004307424126694175	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0046_000000029268	1282	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.556820515697069		0	0	False	False	0.9992199540138245	0					non-mobilizable	other	1283.0	98.285	100.0	0.17675444643595753	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MAD0092_000000014605	1282	0.5115450088347245	1	1	0	1	1	True	15700	fragment	False	MAD0092_000000014605	1.0		0	0	False	False	0.9898595809936523	0					non-mobilizable	no_good_hit	667.0	69.865	51.0	0.0036771864238944797	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
AST0084_000000027687	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3819778872550022		0	0	False	False	1.0	0					non-mobilizable	plasmid	1281.0	97.03399999999999	100.0	0.20003125488357557	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0018_000000017227	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6903325430752414		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	97.89200000000001	100.0	0.0013012785061322749	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0003_000000024701	1281	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.18952881455444942	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1284.0	93.458	100.0	0.0004516764429915519	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0183_000000024235	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5055777268451542		0	0	False	False	1.0	0					non-mobilizable	plasmid	1281.0	99.844	100.0	0.20003125488357557	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0161_000000014083	1281	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.02081348029837216	PS1133	0	0	False	True	0.9992193579673767	0					non-mobilizable	chromosome	1283.0	86.906	100.0	0.0004298307234384304	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0125_000000012081	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.35306403678236026		0	0	False	False	1.0	0					non-mobilizable	plasmid	1281.0	96.40899999999999	100.0	0.20003125488357557	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
CHI0125_000000012083	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6942071895758198		0	0	False	False	0.9984387159347534	0					non-mobilizable	other	1281.0	100.0	100.0	0.02160556343258389	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0113_000000021690	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6903325430752414		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	97.89200000000001	100.0	0.0013012785061322749	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AUS0004_000000015506	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.49909661709848624		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	95.238	100.0	0.0013012785061322749	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0068_000000020716	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5144270164974362		0	0	False	False	1.0	0					non-mobilizable	plasmid	1281.0	99.92200000000001	100.0	0.20003125488357557	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0200_000000016458	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3819778872550022		0	0	False	False	1.0	0					non-mobilizable	plasmid	1281.0	97.03399999999999	100.0	0.20003125488357557	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0200_000000016462	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.45635842767213547		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	95.47200000000001	100.0	0.0004307424126694175	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
FIJ0079_000000022371	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4989503047010013		0	0	False	False	0.9960967898368835	0					non-mobilizable	plasmid	1281.0	100.0	100.0	0.20003125488357557	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0171_000000018966	1281	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.45635842767213547		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	95.47200000000001	100.0	0.0004307424126694175	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
FIJ0126_000000032062	1281	0.5115450088347245	1	1	0	1	1	True	68876	maximal	False	DEN0087_000000008756	0.9289940828402367		0	0	False	False	0.9820452928543091	0					non-mobilizable	no_good_hit								True	True
SPA0154_000000007683	1280	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4405851525090666		0	0	False	False	1.0	0					non-mobilizable	plasmid	1280.0	99.531	100.0	0.19987498046569777	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0250_000000010614	1280	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.16575405263422588	PS1133	0	0	False	True	0.999218761920929	0					non-mobilizable	chromosome	1279.0	94.292	100.0	0.0004298307234384304	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0166_000000023510	1280	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41019747963265024		0	0	False	False	1.0	0					non-mobilizable	chromosome	1280.0	99.92200000000001	100.0	0.0004307424126694175	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0174_000000016241	1280	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5660194652725564		0	0	False	False	0.999218761920929	0					non-mobilizable	plasmid	1280.0	96.56200000000001	100.0	0.19987498046569777	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
CHI0173_000000013962	1279	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7018085373596803		0	0	False	False	1.0	0					non-mobilizable	other	1280.0	95.859	100.0	0.02157180473972048	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0260_000000012891	1279	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4999531073244074		0	0	False	False	1.0	0					non-mobilizable	plasmid	1279.0	99.844	100.0	0.19971870604781997	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0295_000000027818	1279	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.0623743488003417	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1279.0	94.68299999999999	100.0	0.0004509706985493776	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0114_000000032168	1279	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.7080289780647023		0	0	False	False	1.0	0					non-mobilizable	other	1279.0	94.449	100.0	0.04041555808944634	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ISR0260_000000012913	1278	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4333989601132114		0	0	False	False	1.0	0					non-mobilizable	chromosome	1279.0	96.40299999999999	100.0	0.0004300688514299032	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
MON0033_000000046391	1278	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4131141022639792		0	0	False	False	1.0	0					non-mobilizable	chromosome	1278.0	99.92200000000001	100.0	0.0004300688514299032	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0164_000000022339	1277	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9523191989374498		0	0	False	False	0.9992169141769409	0					non-mobilizable	other	1277.0	97.494	100.0	0.0011154177659126233	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
AST0094_000000018050	1277	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4067159515500601		0	0	False	False	1.0	0					non-mobilizable	chromosome	1277.0	99.60799999999999	100.0	0.000429732070810146	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0065_000000020619	1277	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5763633886548686		0	0	False	False	1.0	0					non-mobilizable	other	1277.0	96.241	100.0	0.01560835873517206	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0029_000000032554	1277	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4993927143965701		0	0	False	False	0.9992169141769409	0					non-mobilizable	plasmid	1277.0	99.84299999999999	100.0	0.1994061572120644	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
USA0006_01_000000018386	1276	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.1769681718177238	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1276.0	92.947	100.0	0.00042915753514800214	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0039_000000011832	1276	0.5115450088347245	1	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.4620433517005275		0	0	False	False	1.0	0					non-mobilizable	other	1276.0	98.27600000000001	100.0	0.004937975159080258	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0162_000000018060	1275	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.08460738686196129	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1275.0	93.412	100.0	0.000449559209665029	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0017_000000015982	1274	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4056671894243108		0	0	False	False	1.0	0					non-mobilizable	other	1274.0	99.45100000000001	100.0	0.0052723567807561045	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
AUS0014_000000021344	1274	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.459768418252149		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	94.667	100.0	0.021504287353993654	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0085_000000022014	1273	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4054554113060653		0	0	False	False	1.0	0					non-mobilizable	chromosome	1273.0	99.921	100.0	0.0004283849483311173	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
SPA0137_000000029004	1272	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41575901119366737		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	99.45	100.0	0.005264073423677148	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0001_000000021749	1272	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.37536072301684037		0	0	False	False	1.0	0					non-mobilizable	other	1272.0	99.45	100.0	0.005264073423677148	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0129_000000021353	1271	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.10961442518058122	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1271.0	94.02	100.0	0.0004274745644219315	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0097_000000025786	1271	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4189845774575646		0	0	False	False	0.9976396560668945	0					non-mobilizable	other	1271.0	94.414	100.0	0.17496208465462568	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
AUS0004_000000015609	1271	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41209037590927317		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	99.449	100.0	0.005259931745137669	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0027_000000029619	1271	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39563319555320664		0	0	False	False	0.9937057495117188	0					non-mobilizable	plasmid	1272.0	94.26100000000001	100.0	0.19846851070479762	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0853_000000014343	1270	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6101062098276429		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	99.84299999999999	100.0	0.0012900956439702007	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0115_000000017014	1270	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5937447370125498		0	0	False	False	1.0	0					non-mobilizable	other	1271.0	98.26899999999999	100.0	0.17509995863780506	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0055_000000015246	1268	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3702219524398122		0	0	False	False	1.0	0					non-mobilizable	plasmid	1268.0	97.00299999999999	100.0	0.19799968745116425	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
MON0084_000000029313	1267	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.09775874675118135	PS1133	0	0	False	True	0.9960536956787109	0					non-mobilizable	chromosome	1270.0	93.62200000000001	100.0	0.00042612818784107506	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0173_000000014130	1267	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3552479774883079		0	0	False	False	1.0	0					non-mobilizable	plasmid	1267.0	94.475	100.0	0.19784341303328645	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0847_000000023791	1267	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.48181215495221097		0	0	False	False	0.9976322054862976	0					non-mobilizable	plasmid	1267.0	99.921	100.0	0.19784341303328645	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0207_000000015445	1267	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4039857274561984		0	0	False	False	1.0	0					non-mobilizable	other	1267.0	99.29	100.0	0.005243365030979755	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
USA0015_01_000000026372	1266	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5162348414700603		0	0	False	False	0.9968404173851013	0					non-mobilizable	other	1267.0	98.421	100.0	0.17454846270508756	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0042_000000026284	1266	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.940771977943918		0	0	False	False	1.0	0					non-mobilizable	other	1266.0	97.235	100.0	0.0011058020955168248	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
SPA0015_000000019875	1266	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.40314744719321766		0	0	False	False	0.9976303577423096	0					non-mobilizable	chromosome	1266.0	99.84200000000001	100.0	0.0004260274839928171	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
SPA0028_000000026483	1266	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4391978986169361		0	0	False	False	1.0	0					non-mobilizable	other	1268.0	95.26799999999999	100.0	0.0012860291486385374	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0085_000000021589	1266	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.17095121916022643	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1247.0	94.70700000000001	100.0	0.0004177133342107221	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0166_000000023786	1266	0.5115450088347245	1	1	0	1	1	True	56110	fragment	False	ENG0166_000000023786	1.0		0	0	False	False	0.9849920868873596	0					non-mobilizable	other	1282.0	78.237	99.0	0.03134904912836767	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
SPA0131_000000022374	1266	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4193266907591759		0	0	False	False	1.0	0					non-mobilizable	chromosome	1269.0	97.321	100.0	0.0004253539227533028	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
FIJ0097_000000024955	1265	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5015956608510727		0	0	False	False	1.0	0					non-mobilizable	other	1265.0	96.522	100.0	0.1742727147387288	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
SPA0014_000000019216	1263	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.46216055722180266		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	95.645	100.0	0.001281962653306874	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
CHI0163_000000008558	1263	0.5115450088347245	1	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.39545734407024424		0	0	False	False	0.9976246953010559	0					non-mobilizable	other	1262.0	98.336	99.0	0.0048837542553727105	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0195_000000021352	1263	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5267694505740323		0	0	False	False	1.0	0					non-mobilizable	plasmid	1263.0	98.49600000000001	100.0	0.19721831536177528	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0020_000000021475	1263	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.38588855632344277		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	99.446	100.0	0.005226798316821842	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0054_000000022342	1262	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4588552356792747		0	0	False	False	1.0	0					non-mobilizable	chromosome	1264.0	96.835	100.0	0.0004243435808940313	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
SPA0014_000000019244	1262	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3802689616191013		0	0	False	False	0.9873217344284058	0					non-mobilizable	other	1262.0	99.445	100.0	0.005222656638282363	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0115_000000018657	1262	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39848231662043504		0	0	False	False	0.999207615852356	0					non-mobilizable	chromosome	1263.0	99.446	100.0	0.00042400680027427414	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0325_000000016934	1262	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.688538349013236		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	94.374	100.0	0.03987710629671861	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ISR0804_000000016161	1261	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5184560401003621		0	0	False	False	1.0	0					non-mobilizable	chromosome	1261.0	96.82799999999999	100.0	0.00042400680027427414	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0077_000000029443	1261	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.19589273757278233		0	0	False	False	0.9992069602012634	0					non-mobilizable	other	1261.0	99.68299999999999	100.0	0.0003353301445033401	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0804_000000016167	1261	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3280958936552596		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	91.83200000000001	100.0	0.0009269812659957649	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	False	True
ENG0206_000000020364	1258	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6676500060873991		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	94.277	100.0	0.03981375902698594	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ENG0112_000000022002	1257	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.568769106602767		0	0	False	False	1.0	0					non-mobilizable	other	1258.0	94.833	100.0	0.0012768795341422947	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0025_000000031578	1257	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5618825805625883		0	0	False	False	1.0	0					non-mobilizable	plasmid	1257.0	97.375	100.0	0.1962806688545085	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0307_000000009466	1257	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.19560345363698436		0	0	False	False	0.99443119764328	0					non-mobilizable	other	1257.0	97.454	100.0	0.0004428580847868728	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0206_000000020750	1256	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.19497513764936694		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	99.602	100.0	0.00033399946932673955	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
USA0036_01_000000024195	1256	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39551150552012504		0	0	False	False	1.0	0					non-mobilizable	chromosome	1256.0	99.124	100.0	0.0004226596777952455	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
SPA0087_000000011315	1255	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.19584699877961337		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	99.84100000000001	100.0	0.0003337333342914195	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0080_000000022816	1255	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3925389687237224		0	0	False	False	0.991235077381134	0					non-mobilizable	chromosome	1255.0	99.92	100.0	0.0004223228971754883	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0222_000000035199	1254	0.5115450088347245	1	1	0	1	1	True	27843	fragment	False	ISR0222_000000035199	1.0		0	0	False	False	0.9968101978302002	0					non-mobilizable	other	1254.0	96.01299999999999	100.0	0.006970521314886208	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
USA0082_01_000000023693	1254	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39098383771710277		0	0	False	False	1.0	0					non-mobilizable	chromosome	1254.0	99.92	100.0	0.0004219861165557311	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0035_000000016052	1254	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3916175314716027		0	0	False	False	1.0	0					non-mobilizable	chromosome	1254.0	99.92	100.0	0.0004219861165557311	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0128_000000027956	1254	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39098383771710277		0	0	False	False	1.0	0					non-mobilizable	chromosome	1254.0	99.92	100.0	0.0004219861165557311	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
SPA0128_000000030039	1254	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39098383771710277		0	0	False	False	1.0	0					non-mobilizable	chromosome	1254.0	99.92	100.0	0.0004219861165557311	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0151_000000019226	1254	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39098383771710277		0	0	False	False	1.0	0					non-mobilizable	chromosome	1254.0	99.92	100.0	0.0004219861165557311	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
SPA0042_000000027310	1254	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.35234698330380326		0	0	False	False	1.0	0					non-mobilizable	other	1254.0	99.04299999999999	100.0	0.005189523209966535	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MON0107_000000049390	1253	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18903729182591186		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	99.92	100.0	0.002182310041415085	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0075_000000015729	1252	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5731445246100517		0	0	False	False	1.0	0					non-mobilizable	other	1252.0	99.84	100.0	0.0012717964149777156	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0139_000000022614	1252	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.19176575458222106		0	0	False	False	0.9984025359153748	0					non-mobilizable	other	1252.0	98.64200000000001	100.0	0.002180566982276575	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
AST0003_000000025212	1252	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.937784455515274		0	0	False	False	0.9960063695907593	0					non-mobilizable	other	1252.0	97.36399999999999	100.0	0.0010935639695585358	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0041_000000019097	1252	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5637308933834498		0	0	False	False	0.9992012977600098	0					non-mobilizable	other	1253.0	94.81200000000001	100.0	0.0012717964149777156	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0132_000000028218	1252	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.024568377003313043		0	0	False	False	0.9944089651107788	0					non-mobilizable	chromosome	1252.0	97.045	100.0	0.00044144314858002455	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
DEN0016_000000008448	1250	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41333837016237096		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	95.44	100.0	0.001268746543478968	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0004_000000020890	1250	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.14701325038101115	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1249.0	95.837	100.0	0.0004197328990820068	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0046_000000028151	1250	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5012393230798382		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	94.804	100.0	0.0012697631673118839	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0110_000000018723	1250	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.020947606719522293		0	0	False	False	0.9991999864578247	0					non-mobilizable	other	1250.0	95.2	100.0	0.004075612565547532	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
DEN0016_000000008457	1249	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4632710525306317		0	0	False	False	1.0	0					non-mobilizable	plasmid	1249.0	99.92	100.0	0.19503047351148617	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
MON0081_000000041584	1249	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9354773781150935		0	0	False	False	0.9975980520248413	0					non-mobilizable	other	1249.0	97.35799999999999	100.0	0.0010909415139960454	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0777_000000013934	1249	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.06473414844177801		0	0	False	False	1.0	0					non-mobilizable	plasmid	1249.0	98.559	100.0	0.19503047351148617	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0162_000000019509	1249	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41010162585045756		0	0	False	False	1.0	0					non-mobilizable	other	1250.0	94.96	100.0	0.021082303693201	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0776_000000018865	1248	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.35214496121629574		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	99.359	100.0	0.005164673138729665	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0384_000000016244	1248	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.19552112420324744		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	99.76	100.0	0.00033187038904417866	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
USA0017_01_000000021689	1247	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.19547341709394783		0	0	False	False	0.9959903955459595	0					non-mobilizable	other	1247.0	99.759	100.0	0.0003316042540088586	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0354_000000014836	1247	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1955458763304		0	0	False	False	0.9935845732688904	0					non-mobilizable	other	1247.0	99.679	100.0	0.0003316042540088586	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0132_000000033172	1247	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4219535553383621		0	0	False	False	0.9983961582183838	0					non-mobilizable	other	1247.0	95.509	100.0	0.0012656966719802206	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0150_000000022335	1247	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.17661327345468522	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1247.0	93.50399999999999	100.0	0.0004396787874745888	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
AST0046_000000012987	1245	0.5115450088347245	2	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.27030497310351603		0	0	False	False	0.9983935952186584	0					non-mobilizable	other	1242.0	91.948	99.0	0.09229510635133126	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ENG0008_000000021220	1244	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.47571872474480714		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	97.10600000000001	100.0	0.03933865450399088	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
AST0090_000000018167	1244	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.37434118622615314		0	0	False	False	0.9871382713317871	0					non-mobilizable	other	1244.0	99.35700000000001	100.0	0.0051481064245717505	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0044_000000022878	1244	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.46996746803103745		0	0	False	False	1.0	0					non-mobilizable	other	1245.0	97.751	100.0	0.005152248103111229	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
CHI0057_000000016518	1242	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3888724372847175		0	0	False	False	0.9814814925193787	0					non-mobilizable	chromosome	1242.0	99.919	100.0	0.0004179447491186451	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
CHI0167_000000018661	1242	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.44117315718877115		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	98.87299999999999	100.0	0.02094726892174735	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0074_000000023330	1240	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3860881490575861		0	0	False	False	1.0	0					non-mobilizable	chromosome	1240.0	97.09700000000001	100.0	0.0004172711878791308	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0383_000000012478	1240	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.061184895270023874		0	0	False	False	0.999193549156189	0					non-mobilizable	plasmid	1240.0	99.355	100.0	0.19362400375058603	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0035_000000016252	1240	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.16252565074725742	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1240.0	93.71	100.0	0.00041704014592029384	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0091_000000020056	1239	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9277192901029292		0	0	False	False	0.9991928935050964	0					non-mobilizable	other	1239.0	97.175	100.0	0.0010821999954544104	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0170_000000011235	1239	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.62058107515122		0	0	False	False	1.0	0					non-mobilizable	other	1239.0	97.821	100.0	0.0012585803051498097	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
DEN0085_000000022588	1239	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.16309268100616608	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1216.0	95.641	100.0	0.00040828869814472674	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0146_000000016847	1239	0.5115450088347245	1	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.3917532744322995		0	0	False	False	0.9701371788978577	0					non-mobilizable	other	1239.0	98.06299999999999	100.0	0.0047946770564245966	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0063_000000023723	1238	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5601254001530767		0	0	False	False	0.9983844757080078	0					non-mobilizable	plasmid	1239.0	96.368	100.0	0.19315518049695266	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0058_000000021870	1238	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.6346035962951334		0	0	False	False	0.9838449358940125	0					non-mobilizable	other	1238.0	92.649	100.0	0.09199762011006991	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0252_000000010725	1238	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.14212708673073338	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1238.0	94.669	100.0	0.0004163669576298656	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0167_000000020650	1238	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.38530559627712363		0	0	False	False	1.0	0					non-mobilizable	chromosome	1238.0	99.838	100.0	0.00041626084601985926	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0122_000000024242	1237	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.47525494196501006		0	0	False	False	0.9959579706192017	0					non-mobilizable	other	1237.0	96.524	100.0	0.17041224320970633	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
CHI0156_000000012170	1235	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.16977169837012693	PS1133	0	0	False	True	0.9991902709007263	0					non-mobilizable	chromosome	1235.0	93.684	100.0	0.00041502058104900914	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
FIJ0108_000000019593	1235	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.48681743381662884		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	99.352	100.0	0.0012545138098181464	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0097_000000026449	1235	0.5115450088347245	2	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18088325978793154		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	97.976	100.0	0.0003025495314527698	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
FIJ0030_000000031315	1234	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4749050673304635		0	0	False	False	1.0	0					non-mobilizable	other	1235.0	98.704	100.0	0.0003951319993839271	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
CHI0130_000000013971	1233	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.06370642575526801		0	0	False	False	0.9975669384002686	0					non-mobilizable	other	1233.0	98.135	100.0	0.0012524805621523145	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0106_000000036251	1232	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.389158471857816		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	99.675	100.0	0.0012514639383193987	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0169_000000019786	1231	0.5115450088347245	1	1	0	1	1	True	84245	fragment	False	ENG0038_000000021054	0.9832689832689833		0	0	False	False	0.9975629448890686	0					non-mobilizable	chromosome	1231.0	99.919	100.0	0.0004322622250258742	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0183_000000024835	1230	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4228021747785786		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	95.20299999999999	100.0	0.03889522361586216	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ENG0092_000000019076	1230	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.339582242035717		0	0	False	False	0.9983739852905273	0					non-mobilizable	other	1230.0	99.26799999999999	100.0	0.005090122925019052	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0166_000000024543	1230	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.47083141597759537		0	0	False	False	0.9991869926452637	0					non-mobilizable	other	1230.0	96.50399999999999	100.0	0.1694471253274507	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0062_000000031492	1230	0.5115450088347245	1	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.695104937845216		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	85.38799999999999	99.0	0.0003228217978432949	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
USA0125_01_000000018762	1229	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.6012868960791924		0	0	False	False	0.9918633103370667	0					non-mobilizable	other	1229.0	92.596	100.0	0.09132827606723189	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ENG0125_000000021783	1229	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41447750129001226		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	95.037	100.0	0.0012484140668206512	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0185_000000015432	1229	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.38232603910542085		0	0	False	False	1.0	0					non-mobilizable	chromosome	1229.0	99.756	100.0	0.0004135666010618019	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
DEN0069_000000021803	1228	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18077360870469877		0	0	False	False	1.0	0					non-mobilizable	other	1228.0	93.89299999999999	100.0	0.0010532658968468978	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ENG0065_000000021362	1228	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4575900743635938		0	0	False	False	0.9983713626861572	0					non-mobilizable	other	1229.0	98.37299999999999	100.0	0.16930925134427133	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0065_000000028395	1228	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4109878657482136		0	0	False	False	0.9983713626861572	0					non-mobilizable	other	1228.0	95.277	100.0	0.0012473974429877354	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0010_000000022581	1228	0.5115450088347245	2	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.22304603708548143		0	0	False	False	0.9918566942214966	0					non-mobilizable	other	1228.0	92.02	100.0	0.09125390450691656	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0066_000000026261	1227	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.38081952674803454		0	0	False	False	1.0	0					non-mobilizable	chromosome	1227.0	100.0	100.0	0.0004128930398222876	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
SPA0128_000000030779	1227	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41250434748889603		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	95.11	100.0	0.0012463808191548196	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MAD0097_000000033956	1227	0.5115450088347245	2	1	0	1	1	True	15385	maximal	True	MAD0097_000000033956	1.0		2	1	False	False	0.9812551140785217	0					non-mobilizable	other	1237.0	77.122	99.0	0.06399874614701426	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0825_000000019641	1227	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1941090347029354		0	0	False	False	1.0	0					non-mobilizable	other	1227.0	99.67399999999999	100.0	0.00032628155330245636	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0397_000000014609	1227	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5183604915692984		0	0	False	False	0.9910350441932678	0					non-mobilizable	plasmid	1227.0	97.637	100.0	0.1915924363181747	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0016_000000018375	1227	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4293813296933836		0	0	False	False	1.0	0					non-mobilizable	plasmid	1228.0	97.801	100.0	0.1917487107360525	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
AST0061_000000034332	1226	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4933072550079539		0	0	False	False	0.9983686804771423	0					non-mobilizable	other	1226.0	97.87899999999999	100.0	0.014984024385765177	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0034_000000024056	1226	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.08489462071320251		0	0	False	False	0.9991843104362488	0					non-mobilizable	other	1215.0	94.815	100.0	0.0012331647093269137	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0126_000000040655	1226	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.016754148166801396	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1228.0	89.169	100.0	0.0003938729865983266	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0105_000000028197	1226	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.016754148166801396	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1228.0	89.169	100.0	0.0003938729865983266	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0098_000000019727	1225	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3771781227851666		0	0	False	False	0.9975510239601135	0					non-mobilizable	chromosome	1225.0	99.91799999999999	100.0	0.00041221947858277326	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0120_000000029952	1225	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.37969231624308813		0	0	False	False	0.9983673691749573	0					non-mobilizable	chromosome	1225.0	99.91799999999999	100.0	0.00041221947858277326	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
MAD0079_000000005012	1225	0.5115450088347245	1	1	0	1	1	True	78443	fragment	False	SPA0029_000000016800	0.24066815689868148		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	98.12200000000001	100.0	0.004740456152717048	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0006_000000018084	1224	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3837337484904198		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	95.915	100.0	0.0003916097530360963	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ENG0162_000000019903	1224	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.46941566858300815		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	94.694	100.0	0.001243330947656072	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0174_000000020189	1222	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.9270036136291372		0	0	False	False	0.9860883951187134	0					non-mobilizable	other	1222.0	97.381	100.0	0.001067339413933631	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ENG0075_000000020033	1222	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6489081108706388		0	0	False	False	1.0	0					non-mobilizable	other	1223.0	94.27600000000001	100.0	0.03864183453693146	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ISR0273_000000011603	1221	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.45095067689593493		0	0	False	False	1.0	0					non-mobilizable	other	1222.0	94.272	100.0	0.0012392644523244087	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0031_000000027633	1221	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.5941910020512092		0	0	False	False	0.9983620047569275	0					non-mobilizable	other	1221.0	92.056	100.0	0.09073330358470921	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0131_000000030756	1221	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.19313300020612087		0	0	False	False	1.0	0					non-mobilizable	other	1221.0	98.69	100.0	0.00032468474309053566	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0086_000000020185	1221	0.5115450088347245	1	1	0	1	1	True	61415	fragment	False	ENG0086_000000020185	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0104_000000031226	1220	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.11702216130446591	PS1133	0	0	False	True	0.9967213273048401	0					non-mobilizable	chromosome	1223.0	93.704	100.0	0.00041030826301601144	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0299_000000010991	1220	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.050491649484932316		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	99.425	100.0	0.00504042278254531	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0046_000000027627	1220	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3793863303881918		0	0	False	False	1.0	0					non-mobilizable	chromosome	1220.0	99.91799999999999	100.0	0.0004105355754839874	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
MON0033_000000048496	1220	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4683530140985501		0	0	False	False	0.9991803169250488	0					non-mobilizable	other	1221.0	96.97	100.0	0.020575923300249814	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0050_000000023449	1220	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.05224934201372553		0	0	False	False	0.9991803169250488	0					non-mobilizable	other	1220.0	96.39299999999999	100.0	0.16806838549565697	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
AUS0002_000000030928	1218	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.41656274309731306		0	0	False	False	1.0	0					non-mobilizable	plasmid	1218.0	99.75399999999999	100.0	0.19018596655727457	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
USA0082_01_000000024370	1218	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3860300958246531		0	0	False	False	1.0	0					non-mobilizable	other	1218.0	95.32	100.0	0.0003896885277554613	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ENG0069_000000014831	1218	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.07719205224580422	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1220.0	93.361	100.0	0.0004096350747255832	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0048_000000013337	1217	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3760208880645384		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1218.0	93.021	100.0	0.020542164607386403	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0004_000000016536	1216	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18929697219145722		0	0	False	False	0.9917762875556946	0					non-mobilizable	other	1216.0	98.602	100.0	0.03408134642356241	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0205_000000013284	1215	0.5115450088347245	2	1	0	1	1	True	64800	fragment	False	MON0037_000000057413	0.9885907961858336		0	0	False	False	0.988477349281311	0					non-mobilizable	other	1217.0	88.33200000000001	100.0	0.0003228217978432949	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0125_000000022078	1214	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.38356933153261813		0	0	False	False	0.9991762638092041	0					non-mobilizable	chromosome	1215.0	94.23899999999999	100.0	0.00040817811114568725	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
MON0078_000000039295	1214	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18343478472986371		0	0	False	False	0.9983525276184082	0					non-mobilizable	other	1214.0	99.835	100.0	0.0021143307350131777	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0038_000000029649	1213	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.1497818929637091	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1213.0	94.72399999999999	100.0	0.0004079521039995126	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0096_000000020054	1213	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.33275168789771836		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	99.42299999999999	100.0	0.005019714389847918	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
MON0029_000000027072	1212	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.2929063101639407		0	0	False	False	1.0	0					non-mobilizable	plasmid	1213.0	92.49799999999999	100.0	0.1894045944678856	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
USA0017_01_000000022312	1211	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.37643365655021294		0	0	False	False	0.9975227117538452	0					non-mobilizable	chromosome	1211.0	99.917	100.0	0.00040750454990617295	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
FIJ0088_000000025023	1211	0.5115450088347245	2	1	0	1	1	True	64800	fragment	False	MON0037_000000057413	0.9833947926028829		0	0	False	False	1.0	0					non-mobilizable	other	1212.0	88.531	100.0	0.0003357382075078728	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
SPA0090_000000030468	1210	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3735958167046297		0	0	False	False	1.0	0					non-mobilizable	chromosome	1210.0	99.917	100.0	0.00040716776928641576	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
SPA0116_000000034097	1210	0.5115450088347245	2	1	0	1	1	True	64800	fragment	False	MON0037_000000057413	0.9846771176247321		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	88.522	100.0	0.00033546050841150565	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MAD0042_000000020944	1208	0.5115450088347245	1	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.5117039042273591		0	0	False	False	0.9793046116828918	0					non-mobilizable	other	1216.0	89.47399999999999	100.0	0.0002961749059926628	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
MAD0100_000000026882	1208	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.30478763152899435		0	0	False	False	0.9991722106933594	0					non-mobilizable	other	1208.0	100.0	100.0	0.0012270649663294188	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0142_000000030451	1208	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.0717364409085488	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1207.0	96.189	100.0	0.0004255638986311028	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0100_000000026894	1207	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.26202106991008184		0	0	False	False	0.9991714954376221	0					non-mobilizable	other	1208.0	94.868	100.0	0.02037337114306934	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0058_000000035954	1205	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3772177353083291		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	100.0	100.0	0.0003855258729807522	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ENG0172_000000020170	1205	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4609412040554687		0	0	False	False	1.0	0					non-mobilizable	other	1205.0	98.257	100.0	0.001224015094830671	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0134_000000031416	1204	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3770719333515685		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	100.0	100.0	0.000385205668767313	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
FIJ0123_000000029261	1204	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3770719333515685		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	100.0	100.0	0.000385205668767313	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
CHI0122_000000011865	1204	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.02683358771789511		0	0	False	False	0.9858803749084473	0					non-mobilizable	other	1204.0	92.27600000000001	100.0	0.004978297604453133	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0032_000000031482	1204	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3906586955431144		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	94.684	100.0	0.03807170910933739	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ENG0193_000000016437	1203	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17705958603299068		0	0	False	False	0.9975062608718872	0					non-mobilizable	other	1203.0	99.917	100.0	0.0020951570844895628	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0140_000000029839	1203	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.6126159364735252		0	0	False	False	1.0	0					non-mobilizable	other	1204.0	94.186	100.0	0.020272095064479103	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ENG0031_000000018357	1202	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4414942030722145		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	98.337	100.0	0.16572452778160762	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
FIJ0058_000000036070	1202	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.44157209856397783		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	98.337	100.0	0.16572452778160762	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0829_000000013011	1202	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3713900217718044		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	94.59700000000001	100.0	0.0012209652233319236	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0327_000000024752	1202	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.05586467321475897	PS1133	0	0	False	True	0.9933444261550903	0					non-mobilizable	chromosome	1202.0	94.925	100.0	0.0004042495684021573	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0145_01_000000019465	1201	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1819082526041504		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	99.917	100.0	0.0020916709662125417	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
USA0015_01_000000027809	1200	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.0700960021617192	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1200.0	93.583	100.0	0.00041792555557259637	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
USA0075_01_000000020555	1200	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.43283392519836283		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	95.087	100.0	0.001218931975666092	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0195_000000022550	1200	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.36931327494738475		0	0	False	False	1.0	0					non-mobilizable	chromosome	1201.0	96.25299999999999	100.0	0.0004034631824690869	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
FIJ0064_000000021501	1199	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.2548172069801102		0	0	False	False	1.0	0					non-mobilizable	other	1194.0	92.881	100.0	0.004941022497597826	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
USA0075_01_000000020570	1199	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4605716089804768		0	0	False	False	1.0	0					non-mobilizable	other	1200.0	95.333	100.0	0.001218931975666092	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0059_000000032466	1199	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.24746887786486946		0	0	False	False	0.9974979162216187	0					non-mobilizable	other	1199.0	99.75	100.0	0.17800891530460625	U15027.1	firmicutes	Clostridium perfringens transposon Tn4451 site-specific recombinase (tnpX), chloramphenicol acetyltransferase (catP), tnpV, tnpY, tnpZ, and tnpW genes, complete cds	False	True
ISR0336_000000013333	1197	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.30585051139120606		0	0	False	False	0.9991645812988281	0					non-mobilizable	other	1197.0	99.33200000000001	100.0	0.004953447533216262	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
AUS0016_000000023695	1194	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.04388584493198596	PS1133	0	0	False	True	0.999162495136261	0					non-mobilizable	chromosome	1194.0	96.147	100.0	0.00040155681524044434	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CAN0006_000000037363	1194	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18223412491452234		0	0	False	False	0.9974874258041382	0					non-mobilizable	other	1194.0	99.581	100.0	0.0020794695522429684	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
CAN0006_000000037372	1194	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1855908727079327		0	0	False	False	0.9983249306678772	0					non-mobilizable	other	1194.0	99.749	100.0	0.00031749909713689266	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0033_000000033089	1194	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3635295599919857		0	0	False	False	0.999162495136261	0					non-mobilizable	other	1195.0	96.485	100.0	0.16462153591617262	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0052_000000028408	1193	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.15003106228186172	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1194.0	94.054	100.0	0.0004012202210952302	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0135_000000017982	1191	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.14702264226670808	PS1133	0	0	False	True	0.9991603493690491	0					non-mobilizable	chromosome	1179.0	96.43799999999999	100.0	0.00039650790306223257	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
AST0007_000000014909	1191	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.12902125396204142	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1192.0	92.785	100.0	0.00038388111868953106	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0029_000000034568	1191	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.07488968546351064	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1191.0	93.87100000000001	100.0	0.00040054703280480196	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0152_000000019983	1191	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3495867826078656		0	0	False	False	1.0	0					non-mobilizable	plasmid	1191.0	99.83200000000001	100.0	0.18596655727457415	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0140_000000030220	1190	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.43929706746127		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	100.0	100.0	0.0012087657373369336	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0070_000000029517	1189	0.5115450088347245	2	1	0	1	1	True	10432	fragment	False	MON0070_000000029517	1.0		0	0	False	False	0.9983178973197937	0					non-mobilizable	other	1172.0	84.64200000000001	98.0	0.06107308918029361	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0005_000000031286	1189	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.2555560033699774		0	0	False	False	1.0	0					non-mobilizable	plasmid	1189.0	96.804	100.0	0.18565400843881857	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0016_000000018971	1189	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3540132653087691		0	0	False	False	1.0	0					non-mobilizable	other	1190.0	94.37	100.0	0.020069542907298628	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0045_000000036868	1188	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.4067895602577714		0	0	False	False	0.9991582632064819	0					non-mobilizable	other	1189.0	98.318	100.0	0.16379429201709636	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
USA0120_01_000000011292	1188	0.5115450088347245	1	1	0	1	1	True	54555	fragment	False	USA0120_01_000000011292	0.9735915492957746		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	95.589	99.0	0.009432374602309609	NZ_JNJN01000001.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00001.1_C, whole genome shotgun sequence	False	True
ISR0065_000000029498	1188	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.39975825491445605		0	0	False	False	0.9991582632064819	0					non-mobilizable	other	1189.0	95.711	100.0	0.16379429201709636	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MON0013_000000048386	1187	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03840819520515892	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1190.0	91.345	100.0	0.0004185064542093598	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0103_000000050209	1187	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.08101855447392585		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	98.064	100.0	0.0004185290976449188	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
MON0094_000000032779	1186	0.5115450088347245	2	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.18462439802987105		0	0	False	False	1.0	0					non-mobilizable	other	1187.0	94.271	100.0	0.16351854405073762	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
TAN0008_000000019357	1185	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.33276476348155054		0	0	False	False	0.99915611743927	0					non-mobilizable	chromosome	1185.0	99.156	100.0	0.0003984114731727294	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
FIJ0036_000000037451	1185	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5137439633174798		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	94.177	100.0	0.03743823641201064	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
FIJ0058_000000036660	1185	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5137439633174798		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	94.177	100.0	0.03743823641201064	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
FIJ0005_000000031421	1185	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5137439633174798		0	0	False	False	1.0	0					non-mobilizable	other	1185.0	94.177	100.0	0.03743823641201064	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
SPA0074_000000017532	1185	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18240594619788775		0	0	False	False	0.99915611743927	0					non-mobilizable	other	1185.0	99.916	100.0	0.03321178120617111	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
CAN0007_000000033673	1184	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.07567199002755419	PS1133	0	0	False	True	0.9932432174682617	0					non-mobilizable	chromosome	1185.0	93.41799999999999	100.0	0.00039819087378830314	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0042_000000028312	1184	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1813195959241042		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	99.74700000000001	100.0	0.0003148377467836916	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ENG0125_000000022668	1184	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3166111044095094		0	0	False	False	1.0	0					non-mobilizable	plasmid	1184.0	99.831	100.0	0.1848726363494296	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0096_000000032307	1184	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.5102868612423878		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	94.17200000000001	100.0	0.037406562777144305	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ISR0372_000000014955	1184	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3112960057355655		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	94.764	100.0	0.03743823641201064	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
FIJ0064_000000021750	1182	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3747901760050125		0	0	False	False	0.9991539716720581	0					non-mobilizable	other	1182.0	95.939	100.0	0.014445382986276886	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0137_000000019891	1180	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.10772570105606279	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1181.0	94.32700000000001	100.0	0.0004156834764406626	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0057_000000030325	1180	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3335172345576357		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	96.35600000000001	100.0	0.001198599499007775	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0037_000000020956	1178	0.5115450088347245	1	1	0	1	1	True	54254	fragment	False	ENG0199_000000018281	0.31035092469493214		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	85.185	100.0	0.0003132409365717709	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0005_000000031669	1177	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.5517431759010512		0	0	False	False	0.99745112657547	0					non-mobilizable	other	1177.0	92.184	100.0	0.08746095493083444	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0139_000000023627	1176	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.13203664320016992		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	99.915	100.0	0.0011945330036761117	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AUS0008_000000021132	1175	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.20433032292747189		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	99.149	100.0	0.004862330605347735	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
USA0057_01_000000027829	1174	0.5115450088347245	2	1	0	1	1	True	64800	fragment	False	MON0037_000000057413	0.9097888210830382		0	0	False	False	0.9897785186767578	0					non-mobilizable	other	1175.0	88.255	100.0	0.0004132401873966679	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ITA0002_000000009668	1174	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18444409247392846		0	0	False	False	0.9965928196907043	0					non-mobilizable	other	1174.0	99.744	100.0	0.00031217639643049043	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
DEN0071_000000038033	1174	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17999287499493785		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	99.23299999999999	100.0	0.004912492304599651	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0131_000000022468	1173	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.2675179100965311		0	0	False	False	1.0	0					non-mobilizable	other	1175.0	94.979	100.0	0.0011914831321773642	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
USA0055_01_000000022391	1172	0.5115450088347245	1	1	0	1	1	True	99059	fragment	False	USA0055_01_000000022391	0.9814977973568282		0	0	False	False	0.9982935190200806	0					non-mobilizable	other	1172.0	96.587	100.0	0.001023631821225456	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0325_000000018412	1172	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.21071739829793978		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	95.819	100.0	0.037058152793614595	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ENG0174_000000018020	1172	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1843894313085012		0	0	False	False	0.994027316570282	0					non-mobilizable	other	1172.0	99.31700000000001	100.0	0.00031164412635985024	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0056_000000030471	1172	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17986035428797434		0	0	False	False	1.0	0					non-mobilizable	other	1172.0	99.744	100.0	0.00031164412635985024	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0139_000000023756	1171	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18380947479297471		0	0	False	False	0.999146044254303	0					non-mobilizable	other	1171.0	98.12100000000001	100.0	0.0003113779913245301	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
SPA0057_000000028305	1171	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.06271665491749479		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	99.829	100.0	0.0004125349993635678	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
AST0150_000000023813	1171	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17740979647894056		0	0	False	False	1.0	0					non-mobilizable	other	1171.0	98.54799999999999	100.0	0.002039379192057228	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0141_000000025822	1170	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.20061500247834096		0	0	False	False	1.0	0					non-mobilizable	plasmid	1170.0	99.744	100.0	0.1826847944991405	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0135_000000019412	1168	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18055171616575072		0	0	False	False	0.9991438388824463	0					non-mobilizable	other	1168.0	99.743	100.0	0.002034150014641697	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0141_000000025856	1168	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.3682415161072228		0	0	False	False	0.9991438388824463	0					non-mobilizable	other	1169.0	93.67	100.0	0.001186400013012785	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
AST0003_000000026776	1167	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.05991379461847116	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1167.0	93.402	100.0	0.00041144900978761677	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0154_000000008774	1166	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.03946887746136615		0	0	False	False	1.0	0					non-mobilizable	chromosome	1167.0	97.85799999999999	100.0	0.00041109613756652963	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0081_000000031264	1165	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.36760906653980174		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	94.07700000000001	100.0	0.0368047637146839	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
ISR0388_000000030139	1165	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.015417035355201402		0	0	False	False	1.0	0					non-mobilizable	chromosome	1165.0	99.742	100.0	0.0004107432653454425	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0060_000000023377	1165	0.5115450088347245	1	1	0	1	1	True	35389	fragment	False	ISR0060_000000023377	1.0		0	0	False	False	0.991416335105896	0					non-mobilizable	other	1165.0	92.704	100.0	0.028823296354992076	NZ_QVHZ01000019.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf19, whole genome shotgun sequence	False	True
ISR0112_000000034361	1165	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.015424963043619464		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	94.85	100.0	0.0003723975002297465	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
MON0081_000000044322	1164	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.19279193528427194		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	99.914	100.0	0.0011823335176811217	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0081_000000044295	1164	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.17504793115713893		0	0	False	False	0.9982817769050598	0					non-mobilizable	other	1166.0	94.94	100.0	0.0011823335176811217	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0390_000000013784	1164	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.07065314057756185		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	95.447	100.0	0.004816772141413472	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
FIJ0096_000000032979	1163	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.1769964519081186		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	99.14	100.0	0.0048126304628739935	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
USA0081_01_000000026108	1162	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.062075642793695596		0	0	False	False	1.0	0					non-mobilizable	plasmid	1162.0	99.742	100.0	0.18143459915611815	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0199_000000022224	1162	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1793242104153206		0	0	False	False	0.997418224811554	0					non-mobilizable	other	1162.0	98.537	100.0	0.002023691659810634	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ENG0057_000000023884	1161	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.17342016421108147		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	95.60700000000001	100.0	0.0011782670223494584	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
USA0003_01_000000031861	1161	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.047078080488685	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1161.0	94.14299999999999	100.0	0.00037298507673846416	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	False	True
ISR0360_000000021499	1161	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.18252080802333465		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	98.105	100.0	0.000308716640971329	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0064_000000025713	1159	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1828772948655558		0	0	False	False	0.9965487718582153	0					non-mobilizable	other	1159.0	99.051	100.0	0.00030818437090068877	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0032_000000028045	1159	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.0638844255624283	PS1133	0	0	False	True	0.9991371631622314	0					non-mobilizable	chromosome	1159.0	93.443	100.0	0.0004086260320189196	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0134_000000012545	1158	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.06770981580406943	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1158.0	95.596	100.0	0.0004082731597978324	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0057_000000030972	1158	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.05542499900175199	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1158.0	93.43700000000001	100.0	0.0004082731597978324	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0109_000000017638	1157	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1759012042367851		0	0	False	False	1.0	0					non-mobilizable	other	1157.0	98.09899999999999	100.0	0.0003210201554004143	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0082_000000029789	1157	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.22318408807060444		0	0	False	False	1.0	0					non-mobilizable	chromosome	1157.0	99.914	100.0	0.00038931839643928585	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0026_000000020136	1155	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.4605413940407906		0	0	False	False	0.984415590763092	0					non-mobilizable	other	1155.0	92.381	100.0	0.08582478060389707	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ISR0038_000000031419	1154	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17362200666266459		0	0	False	False	0.9991334676742554	0					non-mobilizable	other	1154.0	99.65299999999999	100.0	0.0323422159887798	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0015_000000029372	1153	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.15719204168444723		0	0	False	False	0.9913269877433777	0					non-mobilizable	other	1153.0	99.82700000000001	100.0	0.00200800412756404	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
DEN0010_000000041261	1152	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.10630871865062456		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	94.87799999999999	100.0	0.0011701340316861316	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0133_000000016738	1152	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.08207794760009535		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	96.181	100.0	0.15869295463945954	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0134_000000032663	1151	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.16834929513598973		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	95.743	100.0	0.0011681007840203	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
SPA0075_000000020533	1151	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.15104056270264232		0	0	False	False	1.0	0					non-mobilizable	chromosome	1151.0	97.22	100.0	0.00038729771272074287	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
SPA0023_000000025014	1150	0.5115450088347245	1	1	0	1	1	True	55084	fragment	False	MON0109_000000029015	0.4696771378708552		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	95.21700000000001	100.0	0.004758788641860774	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ISR0087_000000034140	1150	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.177762778281767		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	98.262	100.0	0.15855508065628016	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
SPA0079_000000023331	1148	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.1308360776763132		0	0	False	False	0.9982578158378601	0					non-mobilizable	other	1150.0	95.73899999999999	100.0	0.00036759443702815905	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
AST0153_000000030784	1148	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.01910736592505742		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	95.906	100.0	0.15814145870674204	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
USA0072_01_000000014858	1148	0.5115450088347245	1	1	0	1	1	True	717	fragment	False	USA0072_01_000000014858	1.0		0	0	False	False	0.9947735071182251	0					non-mobilizable	other	1145.0	84.803	99.0	0.05961026069693329	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
FIJ0051_000000019206	1146	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.07439882994609771		0	0	False	False	0.9982547760009766	0					non-mobilizable	plasmid	1146.0	94.764	100.0	0.17893420847007344	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ENG0184_000000019854	1146	0.5115450088347245	1	1	0	1	1	True	55084	fragment	False	MON0109_000000029015	0.7006044122664039		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	95.20100000000001	100.0	0.0047422219277028594	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
SPA0059_000000020173	1146	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.1850697388029848		0	0	False	False	1.0	0					non-mobilizable	other	1147.0	98.256	100.0	0.15800358472356266	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
SPA0009_000000033015	1145	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17525316273175884		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	99.301	100.0	0.03208976157082749	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
FIJ0136_000000024825	1145	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.1551443145504456		0	0	False	False	1.0	0					non-mobilizable	other	1145.0	99.738	100.0	0.00036631362017440245	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0271_000000017509	1143	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17226478257831784		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	99.56299999999999	100.0	0.0019905735361789353	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0271_000000017523	1143	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17525124568243708		0	0	False	False	0.9982502460479736	0					non-mobilizable	other	1143.0	99.38799999999999	100.0	0.0004026623669001662	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0056_000000031180	1143	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.0685322674055922		0	0	False	False	1.0	0					non-mobilizable	other	1143.0	99.65	100.0	0.0004026623669001662	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
CHI0111_000000026461	1142	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.1236243662743339		0	0	False	False	1.0	0					non-mobilizable	plasmid	1142.0	99.212	100.0	0.17830911079856226	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
CHI0111_000000026453	1142	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.05073387568588471		0	0	False	False	0.9991243481636047	0					non-mobilizable	other	1143.0	92.038	100.0	0.0004918538060475171	AP023392.1	firmicutes	Streptococcus suis DAT300 DNA, complete genome	False	True
MAD0087_000000028287	1142	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.04309114301729492		0	0	False	False	1.0	0					non-mobilizable	plasmid	1142.0	96.585	100.0	0.17830911079856226	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
AST0087_000000031795	1142	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17075021207280883		0	0	False	False	1.0	0					non-mobilizable	other	1142.0	95.096	100.0	0.004778477169265304	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0341_000000012488	1142	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.05673265381533283		0	0	False	False	0.9912434220314026	0					non-mobilizable	plasmid	1142.0	97.811	100.0	0.17830911079856226	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
FIJ0032_000000033366	1142	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.0872745490924824		0	0	False	False	1.0	0					non-mobilizable	plasmid	1142.0	98.161	100.0	0.17830911079856226	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ETH0002_000000020231	1141	0.5115450088347245	1	1	0	1	1	True	129088	fragment	False	MON0063_000000022049	0.24007095107072343		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	97.28299999999999	100.0	0.0009965331137463875	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
ISR0232_000000026406	1140	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.0633559537341394		0	0	False	False	1.0	0					non-mobilizable	chromosome	1141.0	97.809	100.0	0.000383593125903414	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ENG0050_000000025220	1140	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.16646321178168522		0	0	False	False	0.9912280440330505	0					non-mobilizable	chromosome	1140.0	99.912	100.0	0.000383593125903414	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
SPA0021_000000027568	1139	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.0855535603869965		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	95.171	100.0	0.019208696239281616	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0063_000000045315	1138	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.0534678717323138		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	99.912	100.0	0.0003829195646638997	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0050_000000025962	1136	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.047900815018951756	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1136.0	94.27799999999999	100.0	0.00038203435481802545	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0036_000000013133	1136	0.5115450088347245	1	1	0	1	1	True	84245	fragment	False	ENG0038_000000021054	0.6409423233143786		0	0	False	False	0.9982394576072693	0					non-mobilizable	chromosome	1136.0	100.0	100.0	0.00039887611821493274	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ENG0193_000000017373	1136	0.5115450088347245	1	1	0	1	1	True	54555	fragment	False	USA0120_01_000000011292	0.9528619528619529		0	0	False	False	0.9991196990013123	0					non-mobilizable	other	1136.0	96.56700000000001	100.0	0.0011538680503594783	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0369_000000015556	1136	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.44564651847976655		0	0	False	False	0.9727112650871277	0					non-mobilizable	other	1126.0	92.007	99.0	0.08366800535475234	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ENG0130_000000024908	1136	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03204990941285968	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1136.0	94.102	100.0	0.00040050997093391515	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0108_000000021687	1135	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.07217943466853768		0	0	False	False	0.9982379078865051	0					non-mobilizable	plasmid	1135.0	94.714	100.0	0.17721518987341772	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
AUS0022_000000030000	1135	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.044909931300046814		0	0	False	False	0.9991189241409302	0					non-mobilizable	plasmid	1135.0	99.824	100.0	0.17721518987341772	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
AUS0022_000000030004	1135	0.5115450088347245	1	1	0	1	1	True	99059	fragment	False	USA0055_01_000000022391	0.966296928327645		0	0	False	False	0.9955947399139404	0					non-mobilizable	other	1135.0	97.709	100.0	0.0009912882026214065	NZ_BHEO01000002.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	True
DEN0046_000000020845	1135	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.17658995899069274		0	0	False	False	0.9964757561683655	0					non-mobilizable	other	1135.0	99.824	100.0	0.0003017971300530061	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0085_000000027624	1133	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.05034148741134742	PS1133	0	0	False	True	0.9973521828651428	0					non-mobilizable	chromosome	1133.0	95.234	100.0	0.00038102457238238307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0117_000000012856	1133	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.07077109042913036		0	0	False	False	1.0	0					non-mobilizable	other	1133.0	100.0	100.0	0.019107420160691377	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0092_000000014942	1132	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.166030451871343		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	97.17299999999999	100.0	0.0003009987249470458	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0383_000000013886	1132	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.017033806333372887		0	0	False	False	0.9946996569633484	0					non-mobilizable	other	1132.0	95.141	100.0	0.0003621509653996933	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ISR0387_000000021027	1132	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.09534891287071864	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1132.0	96.555	100.0	0.00038068797823716895	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0011_000000026088	1132	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.04904877358960243	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1132.0	96.73100000000001	100.0	0.00036454201951121717	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0134_000000012851	1130	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.1409272558642603		0	0	False	False	1.0	0					non-mobilizable	other	1131.0	94.695	100.0	0.0011487849311948989	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
FIJ0075_000000017495	1129	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.05346589983159807	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1129.0	92.82600000000001	100.0	0.00037967819580152657	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0117_01_000000017428	1129	0.5115450088347245	1	1	0	1	1	True	115598	fragment	False	AST0046_000000011019	0.3643239187224755		0	0	False	False	0.9991142749786377	0					non-mobilizable	other	1127.0	92.103	99.0	0.08374237691506768	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	False	True
ENG0156_000000016076	1128	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.12021457471383871		0	0	False	False	0.9991135001182556	0					non-mobilizable	other	1128.0	99.645	100.0	0.00029993418480576533	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0135_000000019225	1126	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.09337063981526537		0	0	False	False	0.9928951859474182	0					non-mobilizable	other	1125.0	98.4	99.0	0.000299135779699805	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0083_000000025420	1126	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.0434775216351263	PS1133	0	0	False	True	0.99733567237854	0					non-mobilizable	chromosome	1126.0	94.84899999999999	100.0	0.00037866841336588425	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0175_000000017567	1126	0.5115450088347245	1	1	0	1	1	True	29838	fragment	False	ISR0175_000000017567	1.0		0	0	False	False	0.9644760489463806	0					non-mobilizable	other	1130.0	89.292	100.0	0.018989264735669434	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
DEN0027_000000002583	1125	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.06117773610417031		0	0	False	False	0.9991111159324646	0					non-mobilizable	plasmid	1125.0	96.62200000000001	100.0	0.17565244569463978	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
SPA0113_000000025528	1125	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.05558921037999139		0	0	False	False	0.9937777519226074	0					non-mobilizable	other	1125.0	96.178	100.0	0.15497035709361642	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ISR0007_000000015804	1124	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.14257398272999441		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	98.22200000000001	100.0	0.15497035709361642	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
AUS0020_000000022452	1124	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.04385415017714765	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1124.0	96.53	100.0	0.000377995225075456	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0138_000000025658	1124	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.12402655752561349		0	0	False	False	1.0	0					non-mobilizable	other	1125.0	94.756	100.0	0.15497035709361642	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
ENG0087_000000022674	1123	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.027169774800351557	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1124.0	92.97200000000001	100.0	0.00036164115463447005	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
ISR0067_000000028090	1122	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03184704545978409	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1123.0	92.52	100.0	0.00037732203678502775	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0378_000000030197	1121	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.014872392104606351		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	93.57700000000001	100.0	0.0008246378220137067	NZ_FWWR01000009.1	firmicutes	Peptoniphilus asaccharolyticus DSM 20463, whole genome shotgun sequence	False	True
CHI0045_000000018785	1120	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.032141882979902746		0	0	False	False	0.9982143044471741	0					non-mobilizable	plasmid	1120.0	93.929	100.0	0.1748710736052508	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
CHI0165_000000015689	1120	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03407872355944952	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1120.0	94.911	100.0	0.00039486401539652073	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0372_000000015857	1118	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.14561297168647974		0	0	False	False	0.9982110857963562	0					non-mobilizable	other	1119.0	94.102	100.0	0.001135568821366993	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0793_000000015336	1115	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.13956237951211603		0	0	False	False	0.9802690744400024	0					non-mobilizable	other	1116.0	95.789	100.0	0.0019417678803006428	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
MON0059_000000034789	1115	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.13229004229672572		0	0	False	False	0.9955157041549683	0					non-mobilizable	other	1116.0	94.713	100.0	0.1535916172618227	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
MON0050_000000037728	1114	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.0690155917405275		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	99.28200000000001	100.0	0.004609688214439548	NZ_SLXA01000004.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_104, whole genome shotgun sequence	False	True
ENG0035_000000020288	1113	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.08671407739689153		0	0	False	False	0.9946091771125793	0					non-mobilizable	other	1113.0	99.641	100.0	0.00029594215927596367	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
FIJ0071_000000034182	1112	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.12032217029989602		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	97.22	100.0	0.0003563872895577884	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	True
ENG0009_000000012311	1110	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.09759849377205858		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	95.045	100.0	0.0011274358307036664	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0090_000000028826	1108	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.13977572382440265		0	0	False	False	0.999097466468811	0					non-mobilizable	other	1108.0	99.819	100.0	0.0003903215763209142	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
DEN0083_000000028617	1107	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.09702938045563361		0	0	False	False	0.988256573677063	0					non-mobilizable	plasmid	1107.0	96.387	100.0	0.1728395061728395	LN853009.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0342	False	True
ISR0169_000000029446	1107	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.07803928078228498	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1107.0	93.586	100.0	0.0003902766765223878	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0785_000000035420	1105	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.1182780040796476		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	92.59299999999999	100.0	0.00027067640415223487	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
ENG0024_000000022305	1104	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03682035271239645	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1104.0	94.11200000000001	100.0	0.0003712633421711736	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0003_000000021510	1104	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.028962172821151048		0	0	False	False	0.9990941882133484	0					non-mobilizable	other	1104.0	95.743	100.0	0.03493601925757	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
FIJ0160_000000018572	1103	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.02011333307873377		0	0	False	False	0.9981867671012878	0					non-mobilizable	other	1103.0	97.552	100.0	0.0011203194638732554	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0179_000000028696	1102	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.033971968312355466		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	95.1	100.0	0.0011193028400403396	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0093_000000024220	1102	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.08674439670191109		0	0	False	False	0.9972776770591736	0					non-mobilizable	other	1102.0	97.27799999999999	100.0	0.03487267198783733	NZ_CABKPS010000022.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	True
SPA0008_000000027542	1100	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.12853681470816353		0	0	False	False	0.9981818199157715	0					non-mobilizable	other	1100.0	99.90899999999999	100.0	0.001915621993222986	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ENG0179_000000028746	1099	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.030622216139368403		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	99.90899999999999	100.0	0.00036978512049337013	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	True
ISR0156_000000021683	1096	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.058132117070177354		0	0	False	False	1.0	0					non-mobilizable	other	1097.0	94.257	100.0	0.0011132030970428446	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ISR0255_000000031627	1088	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03623013786005034	PS1133	0	0	False	True	0.9908088445663452	0					non-mobilizable	chromosome	1088.0	96.78299999999999	100.0	0.0003658778358477477	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0025_000000025828	1088	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.027190842536436204	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1088.0	95.68	100.0	0.00038357210432173196	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0021_000000028468	1087	0.5115450088347245	2	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.03315059001097414	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1087.0	93.376	100.0	0.0003785380761900247	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
MON0007_000000060955	1035	0.5115450088347245	1	1	0	1	1	True	118240	fragment	False	MAD0072_000000001538	0.018974767470592784		0	0	False	False	1.0	0					non-mobilizable	other	1035.0	99.90299999999999	100.0	0.0018023231492198066	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0112_000000036881	1017	0.5115450088347245	1	1	0	1	1	True	131257	backbone	False	ISR0175_000000008482	0.011301099685925721	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1014.0	94.773	100.0	0.00034096986910190285	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0011_000000043040	1012	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.011773870830387093		0	0	False	False	1.0	0					non-mobilizable	other	1012.0	99.90100000000001	100.0	0.001027806695077914	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
MON0007_000000061187	1012	0.5115450088347245	1	1	0	1	1	True	129218	fragment	False	CHI0059_000000009798	0.011741187759205412		0	0	False	False	1.0	0					non-mobilizable	other	1012.0	95.751	100.0	0.13939059699434717	AF226276.1	firmicutes	Clostridium difficile transposon Tn4453a TnpX (tnpX), TnpV (tnpV), CatD (catD), TnpY (tnpY), TnpZ (tnpZ), and TnpW (tnpW) genes, complete cds	False	True
SPA0095_000000003653	5812	0.5115443093712145	7	5	2	4	1	False	81042	fragment	False	SPA0095_000000003653	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5130.0	94.211	88.0	0.0013392770627459422	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0019_000000014879	1229	0.5115437817573558	2	2	2	2	2	False	37712	fragment	False	ISR0019_000000014879	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1207.0	83.43	97.0	0.00040357638011172904	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0325_000000010341	1967	0.5115397324945451	3	1	1	1	1	False	24869	maximal	True	ISR0325_000000010341	1.0		1	1	False	False	0.9989832043647766	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	1.418657713360209e-05	NZ_CP018799.1	proteobacteria	Mariprofundus aestuarium strain CP-5 chromosome, complete genome	True	False
ISR0229_000000006254	2550	0.5115392877198629	5	3	3	2	2	False	27578	maximal	True	ISR0229_000000006254	1.0		2	1	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
DEN0072_000000008739	1952	0.5115385375517633	4	4	4	4	1	True	70277	maximal	True	DEN0072_000000008739	1.0		75	8	False	False	0.9984630942344666	0					non-mobilizable	chromosome	1869.0	92.93700000000001	96.0	0.0005260353697504587	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0095_000000006462	4154	0.5115379869582741	3	3	3	3	2	False	100045	fragment	False	ENG0152_000000004761	0.5725795819955839		0	0	False	False	0.9997592568397522	0					non-mobilizable	no_good_hit	199.0	72.362	5.0	0.00010111083338423091	NZ_UGTM01000001.1	CFB group bacteria	Prevotella denticola strain NCTC13067, whole genome shotgun sequence	True	False
ENG0116_000000008916	2650	0.5115373145376908	3	3	3	1	2	False	59468	fragment	False	ENG0116_000000008916	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2650.0	100.0	100.0	0.0007374464975467168	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0167_000000006041	3126	0.5115335272702196	5	4	4	4	4	False	78198	maximal	True	CHI0167_000000006041	1.0		3	2	False	False	0.9990403056144714	0					non-mobilizable	no_good_hit	1285.0	99.76700000000001	45.0	0.0002857557438239816	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0156_000000018118	1189	0.5115328879093262	2	1	1	1	1	False	3169	maximal	True	SPA0156_000000018118	1.0		8	5	False	False	0.9823380708694458	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.3800191386864759e-05	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ENG0171_000000017095	1417	0.5115324161476263	3	3	2	2	2	False	55774	fragment	False	ENG0171_000000017095	1.0		0	0	False	False	1.0	0					non-mobilizable	other	828.0	99.396	100.0	0.00020276212521186436	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0221_000000007782	2955	0.5115304773020571	5	4	0	2	4	False	27961	fragment	False	ISR0221_000000007782	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	other	2955.0	100.0	100.0	0.03579217757960548	LM996865.1	enterobacteria	Escherichia coli genome assembly FHI72, scaffold scaffold-23_contig-10.0_1_82532_[organism:Escherichia	False	True
ISR0072_000000008956	3072	0.5115274422414217	6	2	1	2	1	True	118805	fragment	False	ISR0072_000000008956	1.0		0	0	False	False	0.9934895634651184	0					non-mobilizable	other	2763.0	93.413	100.0	0.04462120477252886	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	True
ISR0349_000000005498	1912	0.5115274422414217	3	2	1	2	1	True	30427	fragment	False	ISR0349_000000005498	0.9988913525498891		0	0	False	False	0.9921548366546631	0					non-mobilizable	chromosome	1895.0	98.575	99.0	0.0005963538572148572	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ISR0294_000000007894	2425	0.5115248265978338	2	2	2	2	1	True	25772	maximal	True	ISR0294_000000007894	1.0		1	1	False	False	0.9822680354118347	0					non-mobilizable	no_good_hit	996.0	93.273	41.0	0.005725344730263688	NZ_CYXX01000004.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
CAN0010_000000003107	4210	0.5115237668247082	2	2	2	1	1	False	109797	maximal	True	CAN0010_000000003107	1.0		7	4	False	False	1.0	0					non-mobilizable	other	4147.0	97.73299999999999	99.0	0.001384916634432114	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
FIJ0158_000000009641	1899	0.5115237033072244	3	2	2	2	2	False	91191	maximal	True	FIJ0158_000000009641	1.0		400	12	False	False	0.9978936314582825	0					non-mobilizable	other	1899.0	99.789	100.0	0.00031742871031409045	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0191_000000010873	2766	0.5115234346083621	4	4	4	4	4	False	54732	maximal	True	ENG0191_000000010873	1.0		5	4	False	False	0.9985538721084595	0					non-mobilizable	no_good_hit	388.0	71.649	14.0	0.00650210716435882	NZ_JAAXMT010000015.1	firmicutes	Streptococcus alactolyticus strain FGM Scaffold6_2, whole genome shotgun sequence	True	False
USA0057_01_000000009233	3389	0.5115207016346411	5	3	0	2	3	False	29595	fragment	False	ISR0181_000000005315	0.9359231651376148		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	3389.0	99.97	100.0	0.04093567251461988	CP054354.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-1, complete sequence	False	True
MAD0041_000000024140	1517	0.5115147300921822	3	3	3	3	2	False	18232	maximal	True	MAD0041_000000024140	1.0		14	6	False	False	0.9907712340354919	0					non-mobilizable	other	1499.0	94.93	99.0	0.0006946340448689017	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	False	False
FIJ0038_000000004960	6348	0.5115073554054373	9	6	3	4	4	True	128133	maximal	False	FIJ0079_000000004640	0.9953540506086359		0	0	True	True	1.0	5					non-mobilizable	no_good_hit	1864.0	90.397	56.0	0.27956337174044876	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
SPA0106_000000005989	6347	0.5115073554054373	11	6	3	4	4	True	128133	maximal	False	FIJ0079_000000004640	0.9955363383418894		0	0	True	True	1.0	81					non-mobilizable	no_good_hit	3462.0	89.804	56.0	0.520618556701031	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0079_000000004640	6345	0.5115073554054373	9	6	3	4	4	True	128133	maximal	True	FIJ0079_000000004640	0.9958951930948314		27	6	True	True	1.0	4					non-mobilizable	no_good_hit	3511.0	89.86	56.0	0.5278956943602183	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
FIJ0027_000000002705	6328	0.5115073554054373	9	6	3	4	4	True	128133	maximal	False	FIJ0079_000000004640	0.9952374060070049		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	3330.0	90.48	54.0	0.5012128562765312	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0030_000000002660	6327	0.5115073554054373	9	6	3	4	4	True	128133	maximal	False	FIJ0079_000000004640	0.993132717364604		0	0	True	True	1.0	25					non-mobilizable	no_good_hit	3264.0	90.53299999999999	56.0	0.49135839902971495	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0834_000000002579	6317	0.5115073554054373	9	6	3	4	4	True	128133	maximal	False	FIJ0079_000000004640	0.9957360011214309		0	0	True	True	1.0	86					non-mobilizable	no_good_hit	1839.0	90.103	56.0	0.2772892662219527	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0081_000000003599	6275	0.5115073554054373	9	6	3	4	4	True	128133	maximal	False	FIJ0079_000000004640	0.9952156230770728		0	0	True	True	1.0	6					non-mobilizable	no_good_hit	1806.0	89.978	56.0	0.27228623408126135	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
ISR0082_000000004194	6273	0.5115073554054373	9	6	3	4	4	True	128133	maximal	False	FIJ0079_000000004640	0.9907580824611708		0	0	True	True	1.0	10					non-mobilizable	no_good_hit	1791.0	91.234	56.0	0.26864766525166767	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0001_000000005699	6211	0.5115073554054373	10	6	3	4	4	True	128133	maximal	False	FIJ0079_000000004640	0.9765223613255045		0	0	True	True	1.0	671					non-mobilizable	no_good_hit	3520.0	89.83	56.0	0.5291085506367496	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	True
DEN0083_000000017309	1724	0.5115070288424273	2	2	2	1	2	False	98828	maximal	True	DEN0083_000000017309	1.0		12	6	False	False	0.9878190159797668	0					non-mobilizable	no_good_hit	703.0	90.32700000000001	43.0	0.00018954044958129407	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0094_000000012650	1402	0.5115060133345117	2	1	1	1	1	True	33436	maximal	True	ISR0094_000000012650	1.0		1	1	False	False	0.9950071573257446	0					non-mobilizable	no_good_hit								True	True
FIJ0070_000000011471	1703	0.5115050932209803	2	2	2	2	2	False	44935	maximal	True	FIJ0070_000000011471	1.0		15	5	False	False	1.0	0					non-mobilizable	other	1710.0	97.193	100.0	0.03518125862033473	NZ_CYYU01000012.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0105_000000010013	2612	0.5115024367839264	2	2	2	2	1	False	90605	fragment	False	SPA0105_000000010013	1.0		0	0	False	False	0.9980857372283936	0					non-mobilizable	other	2593.0	95.411	99.0	0.01833473626132658	NZ_SPGG01000011.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_11_length_141371_cov_33.8934, whole genome shotgun sequence	False	False
TAN0022_000000003364	1720	0.5115020101616504	4	1	1	1	1	True	46762	fragment	False	FIJ0048_000000017612	0.9522921108742004		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0016_000000003250	1789	0.511500603126386	2	2	2	1	2	False	19396	fragment	False	MAD0016_000000003250	1.0		0	0	False	False	0.9988820552825928	0					non-mobilizable	no_good_hit	1004.0	87.948	56.0	0.0005222157076600743	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	False
CHI0115_000000002039	3827	0.5115001782529198	6	6	5	5	5	False	87436	maximal	True	CHI0115_000000002039	1.0		54	10	False	False	1.0	0					non-mobilizable	chromosome	3827.0	100.0	100.0	0.0007657318773620157	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ENG0107_000000009843	2784	0.5115000608129909	4	3	3	3	3	False	106585	fragment	False	ENG0107_000000009843	0.9897344218278961		0	0	False	False	1.0	0					non-mobilizable	other	2784.0	98.958	100.0	0.000842789606341848	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
USA0024_01_000000013407	1665	0.5114984878419968	3	2	1	2	2	False	1670	fragment	False	USA0047_01_000000021513	0.9866627148784826		0	0	False	False	0.9945945739746094	0					non-mobilizable	no_good_hit	209.0	93.78	13.0	0.03367330419297394	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MAD0106_000000011026	1955	0.5114975721830476	3	3	3	3	3	False	119633	fragment	False	MAD0106_000000011026	1.0		0	0	False	False	0.9969309568405151	0					non-mobilizable	other	1958.0	86.21	100.0	0.006245070739912119	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CAN0002_000000010882	1760	0.5114972298325087	1	1	1	1	1	False	96918	maximal	True	CAN0002_000000010882	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1280.0	79.219	72.0	0.0004185282592393084	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
ISR0257_000000010114	1717	0.5114972298325087	1	1	1	1	1	False	67066	maximal	True	ISR0257_000000010114	1.0		157	10	False	False	0.9959231019020081	0					non-mobilizable	chromosome	1561.0	91.928	91.0	0.0006403873128359974	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0145_000000011538	2761	0.511497177937663	2	2	1	2	2	False	115166	maximal	True	ENG0145_000000011538	1.0	PS748	8	5	False	True	0.9981890916824341	0					non-mobilizable	other	1377.0	97.96700000000001	99.0	0.0004108710556154223	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
MON0033_000000017670	3790	0.5114962511906552	5	4	4	3	3	False	48957	fragment	False	MON0033_000000017670	0.9549954553587403		0	0	False	False	0.9992084503173828	0					non-mobilizable	no_good_hit	202.0	91.584	8.0	8.81183187901574e-05	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0051_000000018344	1204	0.511495743064334	2	2	2	2	2	False	46510	fragment	False	FIJ0051_000000018344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	70.502	51.0	0.00014975860046646848	NC_015578.1	spirochetes	Treponema primitia ZAS-2, complete sequence	True	False
ISR0136_000000007063	1335	0.5114948958361393	2	2	2	1	1	False	31393	maximal	True	ISR0136_000000007063	1.0		62	9	False	False	1.0	0					non-mobilizable	other	1335.0	100.0	100.0	0.0005362242816343184	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
MON0001_000000007024	4588	0.5114946809094488	6	5	3	5	5	False	57879	fragment	False	ENG0139_000000003847	0.9523501509271237		0	0	False	False	1.0	0					non-mobilizable	chromosome	4589.0	98.954	100.0	0.0009334539688985671	CP057479.1	enterobacteria	Escherichia coli strain RHB25-C12 chromosome, complete genome	False	False
USA0036_01_000000006248	6299	0.5114939985053468	9	7	6	6	6	False	109352	maximal	True	USA0036_01_000000006248	1.0		3	3	False	False	0.9996824860572815	0					non-mobilizable	no_good_hit	949.0	91.149	18.0	0.00027958151622624187	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0086_000000016595	1687	0.5114938544961495	3	2	2	2	2	False	33909	fragment	False	ISR0086_000000016595	1.0		0	0	False	False	0.9774748086929321	0					non-mobilizable	other	1688.0	97.927	99.0	0.006214728833614089	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
ISR0153_000000015880	1807	0.5114929268028068	2	1	1	1	1	False	30671	maximal	True	ISR0153_000000015880	1.0		397	12	False	False	1.0	0					non-mobilizable	other	1807.0	98.45	100.0	0.0005795702451331824	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0291_000000007799	1850	0.5114863300316024	3	2	2	2	1	False	25902	maximal	True	ISR0291_000000007799	1.0		187	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0186_000000009737	1533	0.5114840996664647	1	1	1	1	1	False	60755	fragment	False	ENG0186_000000009737	0.9679310344827586		0	0	False	False	0.9986953735351562	0					non-mobilizable	no_good_hit	126.0	84.12700000000001	8.0	0.0005604114504713783	NZ_AAXG02000047.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont352, whole genome shotgun sequence	True	False
CAN0015_000000014540	2659	0.5114816929664003	4	4	4	4	2	False	93294	fragment	False	CAN0015_000000014540	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2462.0	87.855	92.0	0.0007965923657135725	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	False
ENG0042_000000010907	2412	0.5114816929664003	4	4	4	4	2	False	97189	fragment	False	SPA0114_000000018814	0.9787311024788851		0	0	False	False	1.0	0					non-mobilizable	chromosome	2430.0	76.626	99.0	0.00038445856163384204	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
CHI0055_000000001263	9886	0.5114811158919483	14	7	4	5	3	True	86260	fragment	False	CHI0055_000000001263	1.0		0	0	False	False	0.9997977018356323	0					non-mobilizable	plasmid	4407.0	97.912	95.0	0.035479896604205086	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
MON0060_000000017676	2262	0.5114756281983641	2	1	0	0	1	False	120125	fragment	False	MON0060_000000017676	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1370.0	90.073	96.0	0.266796875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
CHI0176_000000004023	1917	0.5114756281983641	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.07719603758491594	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1917.0	99.896	100.0	0.2939101089124099	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0087_000000030710	1665	0.5114756281983641	2	1	0	0	1	False	120122	fragment	False	MON0087_000000030710	1.0		0	0	False	True	0.9993994235992432	0	rep_cluster_475				non-mobilizable	plasmid	1372.0	89.94200000000001	95.0	0.26012549914432403	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
MON0044_000000036201	1550	0.5114756281983641	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.4279961254968786	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1550.0	99.29	100.0	0.2685506241331484	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0163_000000006805	1491	0.5114756281983641	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.06916329357423054	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1491.0	100.0	100.0	0.291015625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0130_000000023164	1449	0.5114756281983641	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.06974086957528206	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1449.0	100.0	100.0	0.2828125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0195_000000019344	1385	0.5114756281983641	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.06869645910228296	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1385.0	98.339	100.0	0.2703125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ISR0812_000000028979	1362	0.5114756281983641	2	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.059450168629054646	PS832	0	0	False	True	0.9992657899856567	0	rep_cluster_475				non-mobilizable	other	1280.0	99.141	94.0	0.1960423377818684	NZ_CYYV01000030.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
CHI0050_000000007230	1283	0.5114756281983641	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.059957013307152085	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1283.0	99.53200000000001	100.0	0.250390625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0085_000000010414	1279	0.5114756281983641	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.05968751279563321	PS832	0	0	False	True	0.9992181658744812	0	rep_cluster_475				non-mobilizable	other	1279.0	99.609	100.0	0.22156726768377255	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
CHI0032_000000006209	1267	0.5114756281983641	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.05979038696557011	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1267.0	99.84200000000001	100.0	0.247265625	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0081_000000010031	1248	0.5114756281983641	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.04816438290768277	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	plasmid	1250.0	93.12	100.0	0.23749762312226658	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
CHI0132_000000025237	1207	0.5114756281983641	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.04113665586206033	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1207.0	100.0	100.0	0.235546875	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
SPA0140_000000017940	1193	0.5114756281983641	1	1	0	0	1	False	120118	backbone	False	CAN0002_000000007416	0.04056424214942815	PS832	0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	1193.0	98.324	100.0	0.2328125	NZ_CYXL01000010.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	False	True
ENG0175_000000003657	6873	0.5114722695914674	6	6	5	5	4	True	112074	maximal	True	ENG0175_000000003657	0.9985096870342772		24	7	False	False	0.9998545050621033	0					non-mobilizable	no_good_hit	5514.0	89.645	83.0	0.0017618165259031958	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
DEN0094_000000004059	6710	0.5114722695914674	7	6	5	5	4	True	112074	maximal	False	ENG0175_000000003657	0.986687036228721		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5508.0	89.67	85.0	0.019625356832789674	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	True
CAN0017_000000013933	2590	0.5114709445430069	2	1	1	1	1	False	92509	maximal	True	CAN0017_000000013933	1.0		98	10	False	False	0.9772200584411621	0					non-mobilizable	no_good_hit	1092.0	73.077	41.0	0.0007936965845157416	NZ_CP029352.1	a-proteobacteria	Azospirillum thermophilum strain CFH 70021 chromosome 1, complete sequence	True	False
ISR0344_000000023975	1457	0.5114709445430069	1	1	1	1	1	False	35118	fragment	False	ISR0066_000000022112	0.953050034270048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1089.0	73.095	74.0	0.000791477488752883	NZ_CP029352.1	a-proteobacteria	Azospirillum thermophilum strain CFH 70021 chromosome 1, complete sequence	True	False
FIJ0021_000000005937	8205	0.5114697486773119	11	11	5	7	11	True	49695	fragment	False	FIJ0021_000000005937	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	8198.0	99.988	99.0	0.1038212607500665	CP056335.1	enterobacteria	Citrobacter freundii strain RHBSTW-00714 plasmid pRHBSTW-00714_3, complete sequence	False	True
AST0052_000000005117	3936	0.5114678159746339	7	2	1	1	2	False	114610	maximal	True	AST0052_000000005117	1.0		1	1	True	True	0.997459352016449	6					non-mobilizable	no_good_hit	2817.0	95.705	89.0	0.01361962774630238	NZ_WAJR01000002.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_002, whole genome shotgun sequence	True	True
MAD0098_000000012778	3400	0.5114636152721294	2	1	1	1	1	False	22509	maximal	False	ISR0773_000000003382	0.9255847170239586		0	0	False	False	0.9914705753326416	0					non-mobilizable	other	3369.0	97.18	99.0	0.019343759512500502	NZ_QSOD01000007.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf7, whole genome shotgun sequence	False	False
ENG0164_000000009221	2138	0.511461509060044	2	1	1	1	1	False	56286	maximal	True	ENG0164_000000009221	1.0		325	11	False	False	1.0	0					non-mobilizable	other	2138.0	100.0	100.0	0.04020696142991533	NZ_SPGG01000028.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_28_length_53150_cov_37.9609, whole genome shotgun sequence	False	False
USA0017_01_000000012359	2232	0.5114609148455437	3	3	2	3	2	False	1896	maximal	True	USA0017_01_000000012359	1.0		40	8	False	False	0.9879032373428345	0					non-mobilizable	other	2230.0	95.919	99.0	0.018359580917237744	NZ_QIBZ01000007.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_007, whole genome shotgun sequence	False	False
SPA0051_000000012511	1994	0.5114601247540458	3	3	2	2	3	True	6555	maximal	True	SPA0051_000000012511	1.0		67	9	False	False	0.9924774169921875	0					non-mobilizable	other	1995.0	97.64399999999999	100.0	0.0994712162027337	NZ_CBVI010000159.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	True
FIJ0073_000000008468	2171	0.5114600742416741	2	2	2	2	0	True	106057	maximal	True	FIJ0073_000000008468	1.0		21	8	False	False	0.9843389987945557	0					non-mobilizable	no_good_hit	1570.0	99.809	72.0	0.00034918283649519247	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
ISR0398_000000004967	4541	0.5114562899001026	4	4	4	4	4	False	53503	maximal	True	ISR0398_000000004967	1.0		135	12	False	False	0.9986786842346191	0					non-mobilizable	no_good_hit	1540.0	80.195	50.0	0.004098822998533449	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0179_000000019077	1171	0.5114551821900375	2	1	1	1	1	True	29659	fragment	False	ISR0179_000000019077	1.0		0	0	False	False	0.9931682348251343	0					non-mobilizable	no_good_hit								True	True
ISR0001_000000009872	2835	0.5114549472009359	3	3	3	3	1	False	38701	fragment	False	ISR0001_000000009872	1.0		0	0	False	False	0.9996472597122192	0					non-mobilizable	other	2837.0	98.59	100.0	0.010991651615803793	NZ_JAANXY010000001.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_1, whole genome shotgun sequence	False	False
AST0148_000000017101	2017	0.5114541545934532	1	1	1	1	1	False	104991	maximal	True	AST0148_000000017101	1.0		28	7	False	False	1.0	0					non-mobilizable	no_good_hit	1743.0	100.0	86.0	0.0003040625160911385	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
DEN0024_000000004581	1895	0.5114541545934532	2	1	1	1	1	False	74329	fragment	False	DEN0024_000000004581	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1895.0	100.0	100.0	0.0003436297057901968	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
MON0077_000000017710	2345	0.511453157114935	3	3	3	3	3	False	17327	maximal	True	MON0077_000000017710	1.0		194	11	False	False	0.9987207055091858	0					non-mobilizable	no_good_hit	701.0	80.314	30.0	0.00242537702955689	NZ_NMWT01000001.1	high GC Gram+	Bifidobacterium parmae strain Uis4E Contig_1, whole genome shotgun sequence	True	False
USA0015_01_000000001149	16348	0.5114508667435812	23	15	12	11	3	True	18142	maximal	True	USA0015_01_000000001149	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	93.103	1.0	0.014951321279554937	NZ_AVNC01000005.1	firmicutes	Paraclostridium bifermentans ATCC 638 gcdATCC638.contig.4, whole genome shotgun sequence	True	True
MON0024_000000038372	1357	0.511449384568979	3	3	3	2	1	True	12892	maximal	True	MON0024_000000038372	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	390.0	86.41	54.0	0.00895326489476398	NZ_LR130823.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
FIJ0069_000000005061	4745	0.5114492584368641	4	4	4	4	4	False	65747	fragment	False	FIJ0091_000000005316	0.9710337849505599		0	0	False	False	0.9997892379760742	0					non-mobilizable	no_good_hit	297.0	71.717	6.0	8.324773273635588e-05	LR778135.1	firmicutes	Clostridiales bacterium isolate BL-6 genome assembly, chromosome: CLOSBL6	True	False
DEN0082_000000023815	1737	0.5114477226111923	2	2	2	2	2	False	69219	maximal	True	DEN0082_000000023815	1.0		20	4	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	75.46300000000001	12.0	5.291508976323409e-05	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
SPA0055_000000004635	6440	0.5114448359322911	7	6	2	5	3	True	80685	maximal	True	SPA0055_000000004635	1.0		64	8	False	False	0.9998447299003601	0					non-mobilizable	no_good_hit	1091.0	90.742	27.0	0.00027324790133567787	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ISR0207_000000004608	5301	0.5114395344122799	8	2	2	2	2	False	28595	maximal	True	ISR0207_000000004608	1.0		1	1	False	False	0.9973589777946472	0					non-mobilizable	no_good_hit								True	False
FIJ0046_000000007986	3488	0.5114383416211862	4	3	1	2	2	True	46986	maximal	True	FIJ0046_000000007986	1.0		1	1	False	False	0.9997133016586304	0					non-mobilizable	no_good_hit	783.0	84.54700000000001	30.0	0.0029929205916773786	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
MON0026_000000004489	5750	0.5114367916049317	5	5	2	3	2	True	97580	fragment	False	FIJ0053_000000002732	0.4597717651650779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	89.0	93.258	2.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
MAD0078_000000001145	5574	0.5114342855126409	6	6	3	4	2	True	97582	maximal	True	MAD0078_000000001145	1.0		1	1	False	False	0.9991029500961304	0					non-mobilizable	no_good_hit	232.0	94.397	6.0	0.0021887021280627616	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
SPA0132_000000021718	1904	0.5114332517522573	3	3	3	3	1	False	3733	maximal	True	SPA0132_000000021718	1.0		20	6	False	False	0.9994747638702393	0					non-mobilizable	no_good_hit	1308.0	98.471	69.0	0.00044938736159075564	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
ENG0111_000000003749	5933	0.5114322920564813	5	2	1	2	1	False	59766	maximal	True	ENG0111_000000003749	1.0		3	3	False	False	0.9993258118629456	0					non-mobilizable	other	5933.0	100.0	100.0	0.001957972897324588	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
ISR0340_000000012707	1775	0.5114320662191266	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.11829073269742711	PS777	0	0	False	True	0.999436616897583	0					non-mobilizable	other	1775.0	99.38	100.0	0.5806873977086743	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	False	True
CHI0155_000000005507	2231	0.5114293886855779	3	3	3	2	2	True	79071	fragment	False	CHI0155_000000005507	1.0		0	0	False	False	0.9901389479637146	0					non-mobilizable	no_good_hit	1204.0	72.259	53.0	0.00031075071493661104	NZ_CP030775.1	firmicutes	Clostridium butyricum strain S-45-5 chromosome 1, complete sequence	True	True
ISR0208_000000009630	2794	0.5114266625865258	4	2	1	2	2	True	106490	fragment	False	ISR0208_000000009630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0008252085943946942	NZ_NOIQ01000023.1	high GC Gram+	Kocuria koreensis strain JCM 15915 NODE_23_length_32719_cov_33.0784, whole genome shotgun sequence	True	True
MON0107_000000023245	2532	0.5114266625865258	3	2	1	2	2	True	106486	fragment	False	MON0107_000000023245	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0052_000000010347	2487	0.5114266625865258	3	2	1	2	2	True	106488	fragment	False	MON0052_000000010347	1.0		0	0	False	False	0.9983916282653809	0					non-mobilizable	no_good_hit								True	True
ISR0372_000000008708	1987	0.5114266625865258	2	2	1	2	2	True	106487	fragment	False	ISR0372_000000008708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000027760	1889	0.5114266625865258	2	2	1	2	2	True	63742	fragment	False	USA0034_01_000000027760	1.0		0	0	False	False	0.9793541431427002	0					non-mobilizable	no_good_hit	125.0	81.6	7.0	3.20812528728499e-05	CP015400.2	firmicutes	Hungateiclostridiaceae bacterium KB18 chromosome, complete genome	True	True
ISR0127_000000006576	3469	0.5114246326250057	5	5	5	5	3	False	53926	maximal	True	ISR0127_000000006576	1.0		14	2	False	False	0.9988469481468201	0					non-mobilizable	no_good_hit	295.0	86.102	12.0	8.797967250614286e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0107_000000017464	1710	0.5114243614747895	1	1	1	1	1	False	59995	maximal	True	ENG0107_000000017464	1.0		7	3	False	False	0.9994152188301086	0					non-mobilizable	no_good_hit								True	False
ENG0191_000000018795	1692	0.5114243614747895	1	1	1	1	1	False	61906	fragment	False	ISR0773_000000008741	0.9834578626331126		0	0	False	False	0.9982269406318665	0					non-mobilizable	other	1692.0	100.0	100.0	0.00032751076902278804	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0050_000000016750	1677	0.5114243614747895	1	1	1	1	1	False	61906	fragment	False	ISR0773_000000008741	0.9815436794249291		0	0	False	False	0.9880739450454712	0					non-mobilizable	other	1676.0	99.463	99.0	0.0003242182302449126	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0017_000000009177	3646	0.5114242912582982	5	4	4	3	4	False	124213	maximal	True	ISR0017_000000009177	1.0		95	8	False	False	1.0	0					non-mobilizable	no_good_hit	2111.0	80.625	63.0	0.0005582091856095119	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
CHI0152_000000002747	3047	0.5114225786418144	2	2	2	2	2	False	79389	maximal	False	ISR0271_000000004865	0.9734177215189874		0	0	False	False	1.0	0					non-mobilizable	other	3047.0	99.147	100.0	0.0005899454774946259	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0041_000000006045	5371	0.5114224829470014	6	6	6	6	6	False	73154	maximal	True	DEN0041_000000006045	1.0		20	6	False	False	0.9996276497840881	0					non-mobilizable	plasmid	5371.0	100.0	100.0	0.03400822023647429	CP050823.1	enterobacteria	Klebsiella pneumoniae strain Bckp091 plasmid pBckp091-1, complete sequence	False	True
MON0107_000000020377	2851	0.5114191255420285	5	3	2	2	2	True	8605	fragment	False	MON0107_000000020377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	100.0	3.0	2.352356506929042e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0098_000000006281	5437	0.5114170432210141	8	7	5	7	5	False	75937	maximal	True	SPA0098_000000006281	1.0	PS39	4	4	False	True	0.9996321797370911	0					non-mobilizable	no_good_hit	1762.0	71.226	31.0	0.0006645401382243488	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
SPA0092_000000019850	2228	0.5114152830629692	5	2	1	2	1	False	79085	maximal	True	SPA0092_000000019850	1.0		30	6	False	False	0.9964093565940857	0					non-mobilizable	other	2229.0	98.52	100.0	0.020766922058796114	NZ_PYLP01000007.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_6, whole genome shotgun sequence	False	False
ISR0160_000000016432	1780	0.5114152830629692	4	2	1	2	1	False	79084	fragment	False	ISR0160_000000016432	0.9536868083015105		0	0	False	False	1.0	0					non-mobilizable	other	1781.0	97.75399999999999	100.0	0.016591167533508568	NZ_PYLP01000007.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_6, whole genome shotgun sequence	False	False
SPA0101_000000023727	1744	0.5114152830629692	4	2	1	2	1	False	79084	fragment	False	ISR0160_000000016432	0.9309454536173906		0	0	False	False	0.9948394298553467	0					non-mobilizable	other	1721.0	97.443	99.0	0.015975989411479596	NZ_PYLP01000007.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_6, whole genome shotgun sequence	False	False
DEN0001_000000005572	6311	0.5114144102356641	8	8	6	8	4	False	77201	maximal	True	DEN0001_000000005572	1.0		172	11	False	False	1.0	0					non-mobilizable	no_good_hit	1017.0	76.205	16.0	0.003198155423366543	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
MON0063_000000003760	7106	0.5114136367027812	7	6	5	6	5	False	112166	maximal	True	MON0063_000000003760	1.0		3	2	False	False	0.996763288974762	0					non-mobilizable	no_good_hit	256.0	78.125	4.0	7.67137410077396e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
USA0015_01_000000028447	1174	0.5114106476173493	2	2	0	2	0	True	1934	maximal	True	USA0015_01_000000028447	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0176_000000001452	5141	0.5114082321044989	4	4	4	4	4	False	110178	maximal	True	ENG0176_000000001452	1.0		94	8	False	False	1.0	0					non-mobilizable	no_good_hit	3801.0	98.97399999999999	83.0	0.0010711850104044274	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
FIJ0102_000000010112	3112	0.5114058972307458	6	3	1	3	0	False	42640	maximal	True	FIJ0102_000000010112	1.0		44	10	False	False	0.9977506399154663	0					non-mobilizable	no_good_hit								True	False
SPA0101_000000011523	3906	0.5114007758384954	5	2	2	2	1	True	90259	maximal	True	SPA0101_000000011523	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	96.825	2.0	3.9757224432738154e-05	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
SPA0136_000000011844	3333	0.5114007758384954	4	2	2	2	1	True	90258	fragment	False	SPA0136_000000011844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	164.0	98.78	5.0	0.0010646427568369006	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	True	True
SPA0040_000000013138	3021	0.5114007758384954	5	2	2	2	1	True	90260	fragment	False	SPA0040_000000013138	1.0		0	0	False	False	0.997351884841919	0					non-mobilizable	no_good_hit	254.0	88.189	8.0	0.0001603113888416861	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	True
ISR0834_000000005874	2868	0.5114007758384954	4	2	2	2	1	True	90257	fragment	False	ISR0834_000000005874	0.9785839871452202		0	0	False	False	0.999651312828064	0					non-mobilizable	no_good_hit	58.0	100.0	2.0	0.114	NZ_QSFT01000081.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf81, whole genome shotgun sequence	True	True
ISR0065_000000012004	2685	0.5114007758384954	3	2	2	2	1	True	90257	fragment	False	ISR0834_000000005874	0.9556765443148496		0	0	False	False	0.9985102415084839	0					non-mobilizable	no_good_hit								True	True
CHI0089_000000002993	2674	0.5114007758384954	3	2	2	2	1	True	90257	fragment	False	ISR0834_000000005874	0.9586796059517595		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0108_000000002114	3585	0.5113982595850284	6	6	2	4	5	False	82939	maximal	True	CHI0108_000000002114	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	2662.0	99.962	74.0	0.00045484092788916717	CP056136.1	enterobacteria	Klebsiella michiganensis strain RHBSTW-00909 chromosome, complete genome	True	False
ISR0241_000000004278	3064	0.5113969197856458	3	3	2	2	3	True	66996	fragment	False	ISR0241_000000004278	0.9859967051070839		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	3064.0	99.869	100.0	0.0005693828191383266	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
TAN0007_000000014775	2576	0.5113966740152008	3	3	3	3	3	False	112718	maximal	True	TAN0007_000000014775	1.0		153	13	False	False	1.0	0					non-mobilizable	no_good_hit	1586.0	80.58	61.0	0.000500238032079053	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0331_000000005820	3701	0.5113962443819113	5	4	3	4	4	False	24620	maximal	True	ISR0331_000000005820	1.0		97	6	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	81.734	9.0	0.0017648011527055631	NZ_FRDH01000008.1	firmicutes	Butyrivibrio hungatei DSM 14810, whole genome shotgun sequence	True	False
ENG0120_000000010743	1995	0.5113938338442929	6	4	2	3	4	False	59183	maximal	True	ENG0120_000000010743	1.0		8	6	False	False	0.9934837222099304	0					non-mobilizable	no_good_hit	993.0	82.779	67.0	0.00034159052915858583	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0200_000000019773	1278	0.5113935619536154	2	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.45311029249160306		0	0	False	False	1.0	0					non-mobilizable	other	733.0	96.726	100.0	0.002809646452821353	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MAD0048_000000003665	5676	0.5113929074795159	5	5	5	5	4	False	105953	maximal	True	MAD0048_000000003665	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4423.0	99.277	78.0	0.0013070755330597571	LR607374.1	firmicutes	Clostridium perfringens strain 4928STDY7387940 genome assembly, chromosome: 1	True	False
ENG0183_000000015747	1853	0.5113927039134235	2	2	2	2	2	False	55160	maximal	True	ENG0183_000000015747	1.0		33	6	False	False	1.0	0					non-mobilizable	other	1874.0	75.61399999999999	100.0	0.008634651556804339	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
TAN0009_000000038553	1136	0.5113921308081303	3	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.1565265563782587		0	0	False	False	0.9973591566085815	0					non-mobilizable	no_good_hit	259.0	93.436	38.0	0.005874285714285715	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0094_000000008239	2429	0.5113917372738781	3	3	3	3	3	False	106122	maximal	True	FIJ0094_000000008239	1.0		126	9	False	False	0.9975298643112183	0					non-mobilizable	other	2409.0	95.309	99.0	0.04859092377260982	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0036_000000010504	2346	0.5113906791214861	3	3	3	2	2	False	7105	fragment	False	SPA0036_000000010504	1.0		0	0	False	False	0.9893435835838318	0					non-mobilizable	no_good_hit	660.0	99.39399999999999	45.0	0.0002393243716827336	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ISR0033_000000010958	2780	0.5113882564060429	3	2	1	2	2	True	127123	fragment	False	ISR0206_000000009301	0.9417951724310621		0	0	False	False	1.0	0					non-mobilizable	other	2604.0	98.08	100.0	0.04179852532489438	NZ_WNAJ01000023.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold23_size62251, whole genome shotgun sequence	False	True
ISR0824_000000004407	3919	0.511387831701813	5	5	3	1	3	False	93702	fragment	False	ISR0824_000000004407	1.0		0	0	False	False	0.9992344975471497	0					non-mobilizable	chromosome	3919.0	99.66799999999999	100.0	0.0014183077539587185	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	False	False
ISR0368_000000002567	4608	0.5113859745773393	7	6	4	6	5	False	112293	maximal	True	ISR0368_000000002567	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	3610.0	98.75299999999999	78.0	0.0008838663378340641	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0082_000000022208	1487	0.5113847469467789	2	2	2	2	2	False	117343	backbone	False	MON0013_000000032866	0.7777734059530004	PS787	0	0	False	True	1.0	0					non-mobilizable	chromosome	1487.0	98.72200000000001	100.0	0.0006119714127808953	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
SPA0036_000000014462	1732	0.5113835309648419	3	3	2	3	2	False	36064	maximal	True	SPA0036_000000014462	1.0		240	11	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	98.32	86.0	0.0024549892177381707	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
FIJ0134_000000002428	7103	0.5113773464859289	4	4	4	4	3	False	116274	maximal	True	FIJ0134_000000002428	0.9950827002540376		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	132.0	80.303	2.0	0.00020751226064807187	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	False
ISR0197_000000003176	6735	0.5113773464859289	4	4	4	4	3	False	116274	maximal	False	FIJ0134_000000002428	0.9743891690279648		0	0	False	False	0.999406099319458	0					non-mobilizable	no_good_hit	132.0	78.788	2.0	0.00020751226064807187	NZ_RXOF01000002.1	CFB group bacteria	Hymenobacter gummosus strain KCTC 52166 contig_2, whole genome shotgun sequence	True	False
ENG0182_000000005621	4772	0.5113772350976795	6	2	1	2	0	True	112486	fragment	False	ENG0182_000000005621	1.0		0	0	False	False	0.9981139898300171	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.0274660604977423e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0086_000000003738	3911	0.5113772350976795	5	2	1	2	0	True	37376	fragment	False	SPA0086_000000003738	0.9669027512939253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0025_000000010498	3671	0.5113772350976795	5	2	1	2	0	True	37376	fragment	False	SPA0086_000000003738	0.9387624648427513		0	0	False	False	0.9964587092399597	0					non-mobilizable	no_good_hit								True	True
ISR0293_000000010218	3586	0.5113772350976795	6	2	1	2	0	True	67600	fragment	False	ISR0293_000000010218	1.0		0	0	False	False	0.9986056685447693	0					non-mobilizable	no_good_hit								True	True
ISR0232_000000007322	3395	0.5113772350976795	5	2	1	2	0	True	67601	fragment	False	ISR0232_000000007322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0110_000000012127	2522	0.5113772350976795	3	2	1	2	0	True	62817	maximal	True	ENG0110_000000012127	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0077_000000022080	1947	0.5113748641372814	3	2	1	2	1	True	13348	maximal	True	MON0077_000000022080	1.0		24	1	False	False	0.9964047074317932	0					non-mobilizable	no_good_hit	77.0	83.117	4.0	2.856792423938854e-05	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	True
CAN0009_000000001945	9047	0.5113741603964589	9	8	2	4	6	True	94838	maximal	True	CAN0009_000000001945	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6553.0	80.192	85.0	0.0023180509850113853	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
SPA0046_000000015960	1981	0.5113741157819668	2	2	0	1	1	True	119777	fragment	False	SPA0046_000000015960	1.0		0	0	False	False	1.0	0	IncW				non-mobilizable	no_good_hit	1182.0	97.462	89.0	0.1500777604976672	AB713428.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense JCM 15439 plasmid pBBKW-1 DNA, complete sequence	True	True
ISR0037_000000002347	7741	0.511373572909981	9	7	7	5	5	False	36724	maximal	True	ISR0037_000000002347	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1491.0	80.885	31.0	0.0003945337206290452	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AUS0012_000000008506	1996	0.5113711762984379	4	4	4	3	3	False	101137	fragment	False	AUS0012_000000008506	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1183.0	97.802	59.0	0.13693234476367006	NZ_CABIWU010000086.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0132_000000004923	3875	0.5113692494706817	6	4	3	4	2	False	58327	maximal	True	ENG0132_000000004923	1.0		68	11	False	False	1.0	0					non-mobilizable	other	3597.0	96.775	93.0	0.0018961370493048376	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
FIJ0105_000000015221	2077	0.5113658104909814	4	3	3	3	2	False	42429	fragment	False	FIJ0105_000000015221	1.0		0	0	False	False	0.9980741739273071	0					non-mobilizable	chromosome	1136.0	98.50399999999999	100.0	0.0003952690408835065	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0052_000000007704	3569	0.5113651072650239	3	3	3	2	2	False	48998	maximal	True	FIJ0052_000000007704	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0091_000000018978	1561	0.5113638549234611	3	3	3	3	2	False	45749	maximal	True	ISR0091_000000018978	0.9903718459495352		70	9	False	False	0.9903907775878906	0					non-mobilizable	other	1565.0	87.859	100.0	0.05618827939162402	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
ENG0145_000000016830	1779	0.5113633172218922	4	1	1	1	1	False	57484	maximal	True	ENG0145_000000016830	1.0		1	1	False	False	0.9971894025802612	0					non-mobilizable	no_good_hit	409.0	94.37700000000001	23.0	0.00012284098685872414	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0137_000000015944	1128	0.5113612460980383	2	2	2	2	2	False	80446	maximal	True	CHI0137_000000015944	1.0		120	12	False	False	0.9991135001182556	0					non-mobilizable	chromosome	574.0	87.631	94.0	0.00019798308220620077	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0101_000000050598	1314	0.5113604500121521	2	2	2	2	2	True	9009	maximal	True	MON0101_000000050598	1.0		1	1	False	False	0.9611872434616089	0					non-mobilizable	chromosome	1324.0	82.175	100.0	0.0006123524501093653	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	True
ETH0003_000000016541	2348	0.5113600296829215	4	4	4	4	3	False	53198	maximal	True	ETH0003_000000016541	1.0		286	15	False	False	1.0	0					non-mobilizable	other	2341.0	97.43700000000001	99.0	0.13205417607223477	NZ_CABKPS010000080.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
MAD0013_000000009085	2606	0.5113597294314058	5	5	2	4	4	False	19593	maximal	True	MAD0013_000000009085	1.0		42	9	False	False	1.0	0					non-mobilizable	other	2622.0	87.185	100.0	0.007927261444489398	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0029_000000010743	2265	0.5113595567471442	2	2	2	2	1	False	65808	fragment	False	ENG0029_000000010743	1.0		0	0	False	False	0.998675525188446	0					non-mobilizable	no_good_hit	184.0	84.23899999999999	8.0	0.0019044412411485568	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
SPA0009_000000007410	4605	0.5113551356736531	5	3	3	3	3	False	115992	maximal	True	SPA0009_000000007410	1.0	PS760	3	3	False	True	1.0	0					non-mobilizable	no_good_hit	1054.0	90.323	23.0	0.00023824327149415863	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0281_000000008223	2100	0.5113536812029364	4	3	3	3	3	False	68720	fragment	False	ISR0281_000000008223	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	206.0	75.72800000000001	9.0	0.0009291368881422424	NZ_VZDO01000009.1	a-proteobacteria	Aureimonas leprariae strain YIM 132180 Scaffold8_1, whole genome shotgun sequence	True	False
FIJ0092_000000009102	3419	0.5113519283190491	5	3	1	3	1	True	43332	maximal	True	FIJ0092_000000009102	1.0		1	1	False	False	0.9991225600242615	0					non-mobilizable	no_good_hit	138.0	92.029	4.0	0.0007771428571428571	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
FIJ0162_000000018399	1253	0.5113491299877139	2	2	1	2	1	False	39205	maximal	True	FIJ0162_000000018399	1.0		38	8	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	79.545	7.0	0.00011584525864896513	NZ_WBOS01000002.1	firmicutes	Cytobacillus depressus strain BZ1 NODE_2_length_716473_cov_37.900680, whole genome shotgun sequence	True	False
CHI0052_000000012355	1284	0.5113460545120357	1	1	1	1	1	False	117262	fragment	False	MON0037_000000031911	0.13174397271519703		0	0	False	False	1.0	0					non-mobilizable	other	1284.0	99.68799999999999	100.0	0.005738977182757125	NZ_CYYV01000007.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0011_000000024636	1192	0.5113460545120357	1	1	1	1	1	False	38218	fragment	False	MAD0089_000000023825	0.9381188118811881		0	0	False	False	0.9924496412277222	0					non-mobilizable	chromosome	1194.0	87.94	100.0	0.0003754003403503674	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0057_000000017217	1877	0.5113459780480536	1	1	1	1	1	False	69887	fragment	False	SPA0057_000000017217	0.9675950723085163		0	0	False	False	1.0	0					non-mobilizable	chromosome	1802.0	99.834	96.0	0.0003307675128633851	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
SPA0130_000000017371	1898	0.5113454946780629	3	3	1	2	3	False	79091	fragment	False	USA0145_01_000000011158	0.4615089514066496		0	0	False	False	1.0	0					non-mobilizable	other	1898.0	98.525	100.0	0.000687467428824605	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0137_000000014700	1687	0.5113454946780629	3	3	1	2	3	False	79086	fragment	False	ISR0137_000000014700	0.9716944561206856		0	0	False	False	1.0	0					non-mobilizable	other	1687.0	98.992	100.0	0.0006119295391280821	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
CAN0022_000000002864	9220	0.51134477332888	7	6	4	4	4	False	111759	fragment	False	CAN0022_000000002864	1.0		0	0	False	False	0.9997830986976624	0					non-mobilizable	no_good_hit	4563.0	97.80799999999999	73.0	0.0007962877143557828	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
MON0039_000000025250	1907	0.5113408351199029	3	2	2	2	2	False	11928	maximal	True	MON0039_000000025250	1.0		1	1	False	False	0.9994755983352661	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.031686066044991e-05	NZ_QJPL01000001.1	CFB group bacteria	Sanguibacteroides justesenii strain OUH 969102 NODE_1_length_669695_cov_29.6282, whole genome shotgun sequence	True	False
SPA0038_000000017398	1511	0.5113393546340319	1	1	1	1	1	False	7033	maximal	True	SPA0038_000000017398	1.0		59	8	False	False	0.9920582175254822	0					non-mobilizable	no_good_hit	665.0	75.639	43.0	0.0006697793709995743	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
MAD0042_000000009607	2362	0.5113386881508137	3	3	2	2	2	False	18136	maximal	True	MAD0042_000000009607	1.0		9	4	False	False	0.993649423122406	0					non-mobilizable	no_good_hit	96.0	78.125	4.0	4.3026180751626615e-05	NZ_OAOI01000014.1	firmicutes	Clostridium thiosulfatireducens isolate src6, whole genome shotgun sequence	True	False
ISR0065_000000006038	4826	0.5113331043555712	6	6	6	5	4	False	38149	maximal	True	ISR0065_000000006038	1.0		6	1	False	False	0.9912971258163452	0					non-mobilizable	no_good_hit	1930.0	72.539	39.0	0.009054806159368408	NZ_CACZYW010000006.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0815_000000015742	1974	0.5113301504149944	3	3	3	3	2	False	122997	fragment	False	ISR0189_000000008092	0.47679045092838196		0	0	False	False	1.0	0					non-mobilizable	chromosome	1981.0	86.825	100.0	0.0006372233179254433	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0129_000000017387	1291	0.5113300586346552	2	2	2	1	1	False	40920	maximal	True	FIJ0129_000000017387	1.0		21	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0283_000000008477	1575	0.5113294763207601	3	2	2	2	2	False	26107	fragment	False	ISR0283_000000008477	1.0		0	0	False	False	0.9904761910438538	0					non-mobilizable	other	1152.0	90.625	93.0	0.0005854912194292693	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
ISR0319_000000005052	3341	0.511329135222569	6	4	2	2	3	False	25103	maximal	True	ISR0319_000000005052	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1515.0	87.59100000000001	51.0	0.000529661203851812	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0063_000000013961	1421	0.5113277102871182	2	2	2	1	1	False	35266	fragment	False	ISR0063_000000013961	1.0		0	0	False	False	0.9521463513374329	0					non-mobilizable	no_good_hit								True	False
FIJ0014_000000005034	4618	0.5113263889396366	4	2	2	2	1	True	50522	maximal	True	FIJ0014_000000005034	1.0		2	2	False	False	0.998700737953186	0					non-mobilizable	no_good_hit	500.0	80.6	11.0	0.04475578906402024	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
AST0052_000000004569	4354	0.5113263889396366	4	2	2	2	1	True	114615	maximal	True	AST0052_000000004569	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	496.0	80.242	11.0	0.04456119867678537	LN908214.1	firmicutes	Clostridium beijerinckii isolate C. beijerinckii DSM 6423 genome assembly, plasmid: II	True	True
SPA0130_000000009140	3580	0.5113260958955784	7	5	3	3	3	False	74455	maximal	True	SPA0130_000000009140	1.0		13	7	False	False	0.9893854856491089	0					non-mobilizable	no_good_hit	1472.0	92.255	41.0	0.17511630681140403	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0034_000000005363	3688	0.5113252845822321	10	7	1	3	6	False	36849	fragment	False	ISR0034_000000005363	1.0		0	0	False	False	0.9913232326507568	0					non-mobilizable	other	2800.0	97.571	99.0	0.0008364846002228433	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0047_000000032612	1188	0.5113232366884027	2	2	2	2	2	False	6639	maximal	True	SPA0047_000000032612	1.0		45	7	False	False	1.0	0					non-mobilizable	no_good_hit	337.0	73.59100000000001	28.0	0.00013410814480797315	NZ_JH976535.1	firmicutes	Thermaerobacter subterraneus DSM 13965 ThesuDRAFT_TSB.2, whole genome shotgun sequence	True	False
AST0010_000000005510	4803	0.511320816865516	5	5	3	4	5	False	126476	maximal	True	AST0010_000000005510	1.0		13	4	False	False	0.9997918009757996	0					non-mobilizable	no_good_hit	1993.0	97.09	80.0	0.3465553235908142	NZ_JAAIQH010000045.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_45_length_5748_cov_292.224, whole genome shotgun sequence	True	False
ISR0837_000000001586	5307	0.5113196537785311	7	4	3	3	4	False	43527	fragment	False	ISR0837_000000001586	0.9909506572680511		0	0	False	False	0.999811589717865	0					non-mobilizable	other	5310.0	96.478	100.0	0.0015146879348983872	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
ISR0146_000000002084	16808	0.5113195896907046	14	6	3	6	2	True	32822	fragment	False	ISR0146_000000002084	0.9496290061842924		0	0	False	False	0.9999405145645142	0					non-mobilizable	no_good_hit	79.0	98.734	0.0	0.003044496487119438	MK232142.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V10.I09_1_c1 sequence	True	True
SPA0053_000000001504	16344	0.5113195896907046	13	6	3	6	2	True	32822	fragment	False	ISR0146_000000002084	0.9376295881575155		0	0	False	False	0.9998164176940918	0					non-mobilizable	no_good_hit	60.0	98.333	1.0	0.00130993518079364	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	True	True
ISR0108_000000001297	16274	0.5113195896907046	12	6	3	6	2	True	32822	fragment	False	ISR0146_000000002084	0.6322401696851035		0	0	False	False	0.9999385476112366	0					non-mobilizable	no_good_hit	154.0	96.104	1.0	0.003806917143568052	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	True
FIJ0016_000000012768	1493	0.5113171650493175	1	1	1	1	1	False	50207	maximal	True	FIJ0016_000000012768	1.0		19	5	False	False	0.9986603856086731	0					non-mobilizable	other	1470.0	75.782	97.0	0.0024478665329108634	NZ_LT556050.1	CFB group bacteria	Prevotella lascolaii strain khD1, whole genome shotgun sequence	False	False
FIJ0125_000000013026	1464	0.5113171650493175	1	1	1	1	1	False	41185	maximal	True	FIJ0125_000000013026	1.0		200	10	False	False	0.9979507923126221	0					non-mobilizable	other	1464.0	88.456	99.0	0.008883217887957224	NZ_JH379450.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1064, whole genome shotgun sequence	False	False
USA0108_01_000000007066	1449	0.5113171650493175	1	1	1	1	1	False	56266	fragment	False	ENG0164_000000014405	0.9471874848517086		0	0	False	False	1.0	0					non-mobilizable	other	1449.0	100.0	100.0	0.00024229666448856245	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0164_000000014405	1429	0.5113171650493175	1	1	1	1	1	False	56266	fragment	False	ENG0164_000000014405	0.9539277316246572		0	0	False	False	1.0	0					non-mobilizable	other	1430.0	99.441	100.0	0.03452691601430366	NZ_SPFU01000036.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_36_length_41388_cov_34.0421, whole genome shotgun sequence	False	False
CHI0118_000000007424	1416	0.5113171650493175	1	1	1	1	1	False	81974	maximal	True	CHI0118_000000007424	1.0		550	12	False	False	1.0	0					non-mobilizable	other	1419.0	88.584	100.0	0.002257887447103202	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0841_000000000147	33813	0.5113163553696234	43	26	12	22	15	True	100679	maximal	True	ISR0841_000000000147	1.0	PS581	3	2	False	True	1.0	0					non-mobilizable	other	26805.0	96.676	90.0	0.430455269125002	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
ISR0094_000000005516	3893	0.5113089229661083	3	3	3	3	3	False	33468	maximal	True	ISR0094_000000005516	1.0		11	5	False	False	0.9979450106620789	0					non-mobilizable	no_good_hit	1032.0	78.295	26.0	0.007595160945077169	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	True	False
ISR0222_000000018196	2925	0.511307100187238	2	2	2	0	0	False	27892	fragment	False	ISR0222_000000018196	1.0		0	0	False	False	0.9935042858123779	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000015486	1850	0.511307100187238	2	2	2	0	0	False	29986	maximal	True	ISR0171_000000015486	1.0		5	4	False	False	0.9886486530303955	0					non-mobilizable	no_good_hit								True	False
DEN0082_000000024761	1680	0.511307100187238	3	2	2	0	0	False	69215	maximal	True	DEN0082_000000024761	1.0		33	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0029_000000030494	1049	0.511307100187238	2	2	2	0	0	False	12529	maximal	True	MON0029_000000030494	1.0		458	14	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0058_000000006827	2874	0.5113061767138668	2	2	2	2	2	False	92117	fragment	False	CHI0058_000000006827	0.9947145877378436		0	0	False	False	0.9989561438560486	0					non-mobilizable	no_good_hit	1521.0	80.868	53.0	0.039225873490063644	GU942954.1		Uncultured organism clone 26 genomic sequence	True	False
ISR0307_000000005998	1771	0.5113056589794684	2	2	2	2	2	False	36286	maximal	True	ISR0307_000000005998	1.0		296	13	False	False	0.986448347568512	0					non-mobilizable	other	1752.0	99.37200000000001	99.0	0.04540621839587169	NZ_JAAIPV010000040.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_40_length_38563_cov_89.0609, whole genome shotgun sequence	False	False
ISR0133_000000002125	7767	0.5113045310389394	9	7	4	6	2	False	67910	fragment	False	ISR0133_000000002125	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4920.0	98.86200000000001	100.0	0.028670680600807838	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0222_000000013459	4262	0.5113042331987195	8	5	5	5	3	False	27901	maximal	True	ISR0222_000000013459	1.0		73	9	False	False	0.9990614652633667	0					non-mobilizable	chromosome	3444.0	99.59299999999999	100.0	0.0015637149106552434	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
MON0061_000000008013	5017	0.5113020930358094	4	3	2	3	3	False	10840	fragment	False	MON0061_000000008013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	948.0	82.27799999999999	19.0	0.005738996637258187	NZ_JADU01000008.1	CFB group bacteria	Hallella seregens ATCC 51272 L888DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
ISR0098_000000009984	1754	0.5113009037166995	2	1	1	1	1	False	61235	fragment	False	ISR0098_000000009984	0.9792048698413899		0	0	False	False	1.0	0					non-mobilizable	chromosome	1754.0	99.715	100.0	0.0003219519433922899	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ENG0090_000000014203	1690	0.5113009037166995	2	1	1	1	1	False	61235	fragment	False	ISR0098_000000009984	0.9674854857845084		0	0	False	False	1.0	0					non-mobilizable	other	1690.0	98.225	100.0	0.00031805723335401613	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0018_000000019155	1565	0.5113009037166995	1	1	1	1	1	False	61235	fragment	False	ISR0098_000000009984	0.6287968441814596		0	0	False	False	1.0	0					non-mobilizable	other	1565.0	99.87200000000001	100.0	0.000302913567564542	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0024_000000007382	1918	0.5112976573964948	2	2	2	2	2	False	19193	maximal	True	MAD0024_000000007382	1.0		7	4	False	False	1.0	0					non-mobilizable	chromosome	1918.0	99.896	100.0	0.0009595939370882807	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	False	False
USA0010_01_000000005655	4772	0.5112976364931705	5	3	3	3	3	False	55225	maximal	True	USA0010_01_000000005655	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.87851018971713e-07	CP023758.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 2	True	False
FIJ0034_000000006573	4426	0.5112976364931705	5	3	3	3	3	False	55226	maximal	True	FIJ0034_000000006573	1.0		8	3	False	False	0.9995481371879578	0					non-mobilizable	no_good_hit	611.0	74.632	14.0	0.00019975401528953308	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
FIJ0023_000000008624	3594	0.5112976364931705	3	3	3	3	3	False	55223	fragment	False	FIJ0023_000000008624	0.9989219347306562		0	0	False	False	0.9933221936225891	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.87851018971713e-07	CP023758.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 2	True	False
FIJ0086_000000008820	3484	0.5112976364931705	3	3	3	3	3	False	55223	fragment	False	FIJ0023_000000008624	0.9899131235188592		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.87851018971713e-07	CP023758.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 2	True	False
FIJ0166_000000006983	3482	0.5112976364931705	3	3	3	3	3	False	55223	fragment	False	FIJ0023_000000008624	0.9897696103156445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.87851018971713e-07	CP023758.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 2	True	False
ISR0834_000000004845	3469	0.5112976364931705	3	3	3	3	3	False	55223	fragment	False	FIJ0023_000000008624	0.9849279064265839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.87851018971713e-07	CP023758.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 2	True	False
ISR0151_000000001228	10098	0.5112962242428482	12	9	4	8	5	True	30784	fragment	False	ISR0151_000000001228	0.9977632682832692		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.692800767284548e-07	LR881466.1	eudicots	Arabidopsis thaliana genome assembly, chromosome: 1	True	True
USA0006_01_000000002253	9997	0.5112962242428482	12	9	4	8	5	True	30784	fragment	False	ISR0151_000000001228	0.9957714309523017		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.692800767284548e-07	LR881466.1	eudicots	Arabidopsis thaliana genome assembly, chromosome: 1	True	True
ISR0396_000000001812	9973	0.5112962242428482	11	9	4	8	5	True	30784	fragment	False	ISR0151_000000001228	0.9941465868822507		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.692800767284548e-07	LR881466.1	eudicots	Arabidopsis thaliana genome assembly, chromosome: 1	True	True
SPA0015_000000006764	3046	0.5112952234958654	3	3	3	3	2	False	78214	fragment	False	SPA0015_000000006764	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	2.0	0.0005933746649479263	NZ_VZBY01000026.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_12_length_97746_cov_26.9765_ID_23, whole genome shotgun sequence	True	False
SPA0149_000000022964	1735	0.5112946300014919	3	2	2	1	1	False	84054	fragment	False	CHI0086_000000003268	0.6425018465371996		0	0	False	False	0.9959654211997986	0					non-mobilizable	chromosome	1735.0	99.94200000000001	100.0	0.0007645131849866188	CP043002.1	high GC Gram+	Bifidobacterium longum strain BAMA-B05 chromosome, complete genome	False	False
ENG0057_000000022812	1206	0.5112912417396316	2	1	1	1	1	False	63499	maximal	True	ENG0057_000000022812	1.0		0	0	False	False	0.9875621795654297	0					non-mobilizable	no_good_hit	48.0	89.583	4.0	8.964878847292062e-06	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
MAD0060_000000003284	4424	0.5112858166832961	6	5	5	5	4	False	100459	maximal	True	MAD0060_000000003284	1.0		15	3	False	False	0.9868897199630737	0					non-mobilizable	no_good_hit	2746.0	98.179	62.0	0.0004921541410986552	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
SPA0037_000000017794	1394	0.5112855789262984	2	2	2	2	1	False	36601	maximal	True	SPA0037_000000017794	1.0		274	11	False	False	0.9971305727958679	0					non-mobilizable	chromosome	1394.0	90.316	100.0	0.0006035513272275791	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0058_000000024643	1112	0.5112854735411699	2	2	2	2	1	False	35464	fragment	False	ISR0266_000000017792	0.6861008348224257		0	0	False	False	1.0	0					non-mobilizable	other	1119.0	94.81700000000001	100.0	0.012150853168133899	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0256_000000001975	8355	0.5112848579435243	9	6	5	5	4	False	68568	maximal	True	ISR0256_000000001975	1.0		4	3	False	False	0.9984440207481384	0					non-mobilizable	no_good_hit								True	False
ENG0018_000000005868	3629	0.5112825543023586	2	2	2	2	2	False	95036	maximal	True	ENG0018_000000005868	1.0		337	13	False	False	0.9983466267585754	0					non-mobilizable	no_good_hit	1288.0	83.075	85.0	0.006743265953355565	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
CHI0109_000000018576	1104	0.5112806051509158	2	2	2	1	1	False	82714	fragment	False	CHI0109_000000018576	1.0		0	0	False	False	0.9692028760910034	0					non-mobilizable	chromosome	1128.0	83.156	100.0	0.0003759756602041713	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0047_000000008271	1880	0.5112742062697707	3	3	2	3	2	False	86972	maximal	True	CHI0047_000000008271	1.0		210	12	False	False	0.9984042644500732	0					non-mobilizable	no_good_hit								True	False
ISR0273_000000007369	1722	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.9507091609703672		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	88.145	83.0	0.002061415979528007	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0154_000000023332	1433	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.49956768622443093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.398	79.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0169_000000022800	1419	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.4950729656179287		0	0	False	False	0.9992952942848206	0					non-mobilizable	no_good_hit	914.0	74.398	64.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0024_000000007015	1409	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.4960704997188325		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.398	79.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0025_000000015117	1402	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.49477046572766065		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.398	65.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0065_000000019128	1389	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.4692755931424759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.398	65.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0374_000000011725	1388	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.3489284985135745		0	0	False	False	0.9971181750297546	0					non-mobilizable	no_good_hit	914.0	74.398	80.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0228_000000019691	1388	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.49265009143717653		0	0	False	False	0.9978386163711548	0					non-mobilizable	no_good_hit	914.0	74.398	80.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0293_000000025319	1383	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.4459078685017954		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.398	66.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0010_000000019171	1359	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.42099480146635837		0	0	False	False	0.9977924823760986	0					non-mobilizable	no_good_hit	914.0	74.508	67.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0069_000000019256	1326	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.3713904946525042		0	0	False	False	0.9962292313575745	0					non-mobilizable	no_good_hit	914.0	74.508	85.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0083_000000021905	1291	0.5112739113371266	3	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.18332279951329852		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.398	70.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0072_000000015605	1279	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.3204084302932805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	74.398	71.0	0.003566012700217989	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0192_000000018579	1243	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.11725567388497359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	896.0	74.442	88.0	0.003510725681609958	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0113_000000014261	1177	0.5112739113371266	2	2	2	2	1	False	109656	fragment	False	ISR0062_000000020252	0.09356598096517879		0	0	False	False	0.9991503953933716	0					non-mobilizable	other	886.0	74.492	91.0	0.0034751840267905096	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0022_000000007075	3603	0.5112737830560723	5	4	3	3	4	False	95925	fragment	False	MON0022_000000007075	1.0		0	0	False	False	0.9986122846603394	0					non-mobilizable	no_good_hit	849.0	75.736	33.0	0.00025177219314661636	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0073_000000002522	7563	0.5112733415442973	11	5	1	5	0	False	44710	maximal	True	FIJ0073_000000002522	1.0		1	1	False	False	0.9993388652801514	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	2.0826794921273913e-06	LR782545.1	eudicots	Arabidopsis thaliana genome assembly, chromosome: 4	True	False
MON0011_000000023496	2007	0.5112722789548783	3	3	2	3	1	False	13675	fragment	False	MON0011_000000023496	0.985678391959799		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0033_000000016910	3986	0.51127221873353	7	3	2	2	1	False	12341	fragment	False	MON0033_000000016910	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000008817	3809	0.51127221873353	6	3	2	2	1	False	43027	fragment	False	FIJ0096_000000008817	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0069_000000012821	3568	0.51127221873353	6	3	2	2	1	False	10505	fragment	False	MON0069_000000012821	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0080_01_000000014869	2927	0.51127221873353	5	3	2	2	1	False	617	maximal	True	USA0080_01_000000014869	1.0		2	2	False	False	0.9866757988929749	0					non-mobilizable	no_good_hit								True	False
MAD0036_000000026509	1190	0.5112720125883561	2	2	2	2	2	False	18697	maximal	True	MAD0036_000000026509	1.0		33	10	False	False	0.9873949289321899	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000020808	1351	0.5112680533387857	2	2	2	2	2	False	32529	maximal	True	ISR0114_000000020808	1.0		47	5	False	False	1.0	0					non-mobilizable	no_good_hit	179.0	82.12299999999999	13.0	4.3157960073552804e-05	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	True	False
MAD0028_000000004908	2553	0.5112674338257349	2	2	2	2	2	False	91310	fragment	False	DEN0065_000000012220	0.8264107749323828		0	0	False	False	0.9925577640533447	0					non-mobilizable	other	2561.0	97.696	100.0	0.0006921876618090054	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CAN0005_000000008459	2014	0.5112662064321661	2	2	2	1	1	False	95874	maximal	True	CAN0005_000000008459	1.0		21	8	False	False	0.999503493309021	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000009718	3920	0.5112646451904569	5	4	3	4	2	False	54167	maximal	True	SPA0116_000000009718	0.9708191572886679		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0050_000000001850	10158	0.5112613085444775	22	6	3	4	5	False	35934	maximal	True	ISR0050_000000001850	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	84.397	1.0	0.0007627474161931276	NZ_SPFR01000005.1	firmicutes	[Clostridium] hylemonae strain BSD2780061688st1_A6 NODE_5_length_183547_cov_48.9653, whole genome shotgun sequence	True	False
DEN0082_000000018073	2241	0.5112605838112066	4	2	1	2	2	True	69259	fragment	False	MON0081_000000024631	0.9692513368983957		0	0	False	False	0.9995537996292114	0					non-mobilizable	no_good_hit	153.0	80.392	7.0	3.996936032983137e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
MON0014_000000011283	1477	0.5112603398506438	1	1	1	1	1	False	13446	fragment	False	MON0014_000000011283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1148.0	70.383	76.0	0.010776319087000944	NZ_FMJR01000073.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ENG0113_000000010944	2574	0.5112526201791602	3	2	2	2	2	False	60495	maximal	True	ENG0113_000000010944	0.9575866706560016		15	6	False	False	0.999611496925354	0					non-mobilizable	no_good_hit	2284.0	75.219	88.0	0.0007819014211859744	NZ_CP016786.1	firmicutes	Clostridium isatidis strain DSM 15098 chromosome, complete genome	True	False
ISR0327_000000011037	2456	0.5112487125456441	4	3	3	3	2	False	24791	fragment	False	ISR0327_000000011037	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1582.0	98.609	95.0	0.0005372220827158904	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0054_000000019479	1423	0.5112461270043486	2	2	1	2	1	True	97907	fragment	False	ENG0054_000000019479	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1423.0	100.0	100.0	0.014246070308664857	CP060058.1	enterobacteria	Escherichia coli strain G8 plasmid unnamed1, complete sequence	False	True
BAN0018_000000001922	1160	0.5112461270043486	2	2	1	2	1	True	97906	fragment	False	BAN0018_000000001922	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1160.0	100.0	100.0	0.01575648816564025	CP042952.1	enterobacteria	Escherichia coli strain D8-1 plasmid pD8-1_1, complete sequence	False	True
SPA0043_000000003278	5305	0.5112430318085057	12	2	1	2	2	False	39815	fragment	False	SPA0043_000000003278	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	71.586	17.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ISR0035_000000005174	3462	0.5112430318085057	6	2	1	2	2	False	39813	fragment	False	ISR0035_000000005174	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	906.0	71.854	26.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
AST0025_000000000811	24114	0.5112375105150566	33	13	4	10	3	True	120570	maximal	True	AST0025_000000000811	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	99.851	3.0	0.9985052316890882	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
MON0075_000000013936	1801	0.5112366675077927	4	3	3	3	3	False	39085	fragment	False	MON0075_000000013936	0.9813382394474379		0	0	False	False	1.0	0					non-mobilizable	other	1801.0	98.39	100.0	0.0005599769538373665	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0039_000000031089	1572	0.5112366675077927	3	3	3	3	3	False	39085	fragment	False	MON0075_000000013936	0.7243800647352754		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	97.272	100.0	0.0004893576379923208	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0311_000000000374	25284	0.5112275034313745	45	9	6	7	6	False	84285	backbone	True	ISR0311_000000000374	0.9931875792141952	PS418	5	2	True	True	0.9999604225158691	1					non-mobilizable	no_good_hit	33.0	100.0	0.0	1.2316875959898408e-06	LR584084.1	bony fishes	Scleropages formosus genome assembly, chromosome: 19	True	True
ENG0103_000000008906	2030	0.5112271402023019	3	2	1	2	0	False	60303	fragment	False	ENG0103_000000008906	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	3.0	8.068001024391646e-07	CP023118.1	eudicots	Lupinus angustifolius cultivar Tanjil chromosome LG-06	True	False
USA0023_01_000000017250	1779	0.5112237018027443	3	3	3	3	2	False	78323	maximal	False	ENG0039_000000011778	0.5815077010685856		0	0	False	False	0.979763925075531	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	4.0	1.5021400801955036e-05	NZ_NKFP01000006.1	cyanobacteria	Leptolyngbya ohadii IS1 Scaffold_1, whole genome shotgun sequence	True	False
CHI0079_000000004391	1454	0.5112222684877508	3	3	3	3	3	False	85419	maximal	False	ISR0384_000000011461	0.5775603062629043		0	0	False	False	0.9972489476203918	0					non-mobilizable	other	1453.0	98.69200000000001	99.0	0.010174194542932018	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	False	False
USA0005_01_000000017027	1904	0.5112176577898325	4	3	2	2	1	False	2169	fragment	False	USA0005_01_000000017027	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	82.85700000000001	5.0	1.6712062360979572e-05	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	True	False
USA0083_01_000000022071	1201	0.5112174802982684	2	1	1	1	1	False	57832	fragment	False	ISR0067_000000022638	0.40148327097797076		0	0	False	False	1.0	0					non-mobilizable	chromosome	1195.0	87.197	99.0	0.00035303089760771217	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
MON0094_000000024678	1544	0.5112133021860181	2	2	2	2	1	False	9335	maximal	True	MON0094_000000024678	1.0		344	15	False	False	0.9987046718597412	0					non-mobilizable	chromosome	1545.0	98.641	100.0	0.00044757709761905797	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0006_000000013274	1205	0.511208456747492	2	1	1	1	1	True	90570	fragment	False	CHI0006_000000013274	1.0		0	0	False	False	0.9443983435630798	0					non-mobilizable	no_good_hit	386.0	72.798	32.0	0.035200148602210456	NZ_DF970178.1	g-proteobacteria	Mizugakiibacter sediminis strain skMP5, whole genome shotgun sequence	True	True
DEN0067_000000027345	1216	0.5112080224378621	2	2	0	2	1	True	70789	maximal	True	DEN0067_000000027345	1.0		5	4	False	False	0.9991776347160339	0					non-mobilizable	no_good_hit	46.0	93.478	4.0	0.017871326449563147	LN852731.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0038	True	True
ENG0118_000000003716	3645	0.5112075166419623	6	3	2	3	0	True	67419	maximal	True	ENG0118_000000003716	1.0		1	1	False	False	0.9871056079864502	0					non-mobilizable	no_good_hit	525.0	92.762	14.0	0.01124515295131409	NZ_QRYH01000020.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf20, whole genome shotgun sequence	True	True
MAD0102_000000011825	1726	0.5112073069235946	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.047732015950063385		0	0	False	False	0.9930475354194641	0					non-mobilizable	other	1222.0	91.571	96.0	0.002551036410817231	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0832_000000006441	2092	0.5112035239481482	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.3079474346327702	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2092.0	99.85700000000001	100.0	0.0005046397412846472	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
ISR0031_000000011963	1937	0.5112035239481482	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.23047145019705878	PS777	0	0	False	True	1.0	0					non-mobilizable	other	1937.0	99.071	100.0	0.6337152209492635	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	False	True
CHI0142_000000009659	1928	0.5112035239481482	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.2293259649066617	PS777	0	0	False	True	1.0	0					non-mobilizable	other	1928.0	99.896	100.0	0.0004650601537329102	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
CHI0041_000000001165	9785	0.5111984689714538	14	3	2	3	2	False	87619	maximal	True	CHI0041_000000001165	1.0		1	1	True	True	1.0	1					non-mobilizable	no_good_hit	183.0	96.175	3.0	8.488053763892192e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	True
DEN0065_000000016110	2147	0.5111973708646153	3	1	1	1	1	False	71091	maximal	True	DEN0065_000000016110	1.0		1	1	False	False	0.9967396259307861	0					non-mobilizable	no_good_hit	243.0	99.177	11.0	0.00012810095625775817	CP047880.1	euryarchaeotes	Methanomassiliicoccaceae archaeon DOK chromosome, complete genome	True	False
FIJ0018_000000011305	2370	0.5111955314248372	2	2	2	1	1	False	50004	fragment	False	FIJ0018_000000011305	1.0		0	0	False	False	0.9949367046356201	0					non-mobilizable	no_good_hit	130.0	95.385	10.0	0.0005722625664867071	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
AST0010_000000011315	2557	0.5111885218880042	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.8392612343461074	PS954	0	0	True	True	0.9980446100234985	2					non-mobilizable	no_good_hit	145.0	90.345	9.0	0.05887230514096186	KU543873.1	bacteria	Uncultured bacterium clone CH_060502_Contig_16 genomic sequence	True	True
DEN0026_000000012935	2260	0.5111879885579536	4	3	2	3	3	False	74177	maximal	True	DEN0026_000000012935	1.0		69	10	False	False	0.9694690108299255	0					non-mobilizable	no_good_hit	1378.0	71.916	60.0	0.006464179253017644	NZ_QEKJ01000003.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_103, whole genome shotgun sequence	True	False
ISR0039_000000006774	4671	0.5111862000951672	6	6	6	6	4	False	36566	maximal	True	ISR0039_000000006774	1.0		28	9	False	False	0.9985014200210571	0					non-mobilizable	chromosome	2538.0	90.229	96.0	0.0007092176746896333	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0036_000000004308	5033	0.5111838281064445	4	4	4	2	3	False	65342	fragment	False	ENG0036_000000004308	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5033.0	99.98	100.0	0.0009941269068586855	LR740776.1	enterobacteria	Escherichia coli strain BEN2908 genome assembly, chromosome: APEC2908	False	False
ISR0223_000000007841	3511	0.5111829037745983	3	3	3	2	2	False	109015	fragment	False	ISR0223_000000007841	1.0		0	0	False	False	0.997151792049408	0					non-mobilizable	other	3322.0	97.682	94.0	0.06474399000936622	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	False	False
ENG0090_000000006511	3343	0.5111826834455335	6	4	3	4	2	False	61260	maximal	True	ENG0090_000000006511	1.0		12	5	False	False	0.9916242957115173	0					non-mobilizable	no_good_hit	503.0	89.066	15.0	0.0001702105684795168	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0309_000000008405	2202	0.5111824491888609	3	3	3	3	2	False	71531	fragment	False	ENG0047_000000008782	0.7889123092654464		0	0	False	False	0.9936421513557434	0					non-mobilizable	chromosome	2065.0	99.95200000000001	94.0	0.0009138133244077149	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	False
FIJ0086_000000027686	1227	0.5111814399498494	2	2	2	2	1	False	43802	maximal	True	FIJ0086_000000027686	1.0		33	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0035_000000001949	8050	0.5111813072766401	10	5	3	5	4	False	36822	maximal	True	ISR0035_000000001949	1.0		55	9	False	False	0.9998757839202881	0					non-mobilizable	other	3062.0	94.87299999999999	99.0	0.0009237228324360745	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ENG0119_000000014814	2172	0.5111791745111639	4	4	4	3	4	False	128211	fragment	False	ENG0119_000000014814	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1799.0	98.88799999999999	83.0	0.042504905321387204	NZ_CYZN01000030.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0084_000000014541	2378	0.5111779795840599	3	3	2	3	2	False	111477	fragment	False	AST0084_000000014541	1.0		0	0	False	False	0.9873843789100647	0					non-mobilizable	chromosome	2338.0	89.307	100.0	0.000651562252043199	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0029_000000009610	3595	0.5111774472024196	3	2	2	2	2	False	48889	maximal	True	FIJ0029_000000009610	1.0		2	1	False	False	0.9963838458061218	0					non-mobilizable	no_good_hit	163.0	89.571	5.0	0.0024859589356412853	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
ISR0357_000000008826	2790	0.5111743410389729	3	2	2	2	2	False	69881	maximal	True	ISR0357_000000008826	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1449.0	89.37200000000001	64.0	0.005557879868422568	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	False
CHI0137_000000003926	3502	0.5111737757620808	5	5	1	4	5	False	80536	fragment	False	FIJ0068_000000008102	0.9491790461297889		0	0	False	False	1.0	0					non-mobilizable	plasmid	3502.0	99.743	100.0	0.028580525078369907	CP050957.1	enterobacteria	Klebsiella variicola strain FDAARGOS_628 plasmid unnamed1, complete sequence	False	True
ENG0075_000000009086	2704	0.5111735395522721	3	3	3	3	2	False	123084	maximal	True	ENG0075_000000009086	1.0		1	1	False	False	0.9988905191421509	0					non-mobilizable	no_good_hit	2031.0	98.375	75.0	0.0008963050156875455	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
CHI0140_000000011393	2574	0.5111733368057726	3	2	1	2	0	True	80261	maximal	True	CHI0140_000000011393	1.0		21	7	False	False	0.999222993850708	0					non-mobilizable	no_good_hit	167.0	73.653	6.0	0.00022338819965456557	NZ_NESS01000001.1	firmicutes	Bacillus acidiceler strain DSM 18954 Scaffold1, whole genome shotgun sequence	True	True
ISR0046_000000034997	1104	0.5111718578722785	2	1	1	1	1	False	36123	maximal	True	ISR0046_000000034997	1.0		386	14	False	False	0.9963768124580383	0					non-mobilizable	no_good_hit	465.0	73.97800000000001	41.0	0.0018417835542401235	NZ_AAXG02000005.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont30, whole genome shotgun sequence	True	False
ENG0110_000000019781	1524	0.5111716588937562	2	1	1	1	1	False	131318	maximal	False	SPA0137_000000022481	0.9259224867385446		0	0	False	False	0.9809711575508118	0					non-mobilizable	no_good_hit								True	False
FIJ0078_000000021782	1100	0.5111704822190776	2	2	2	1	1	False	44412	maximal	True	FIJ0078_000000021782	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0116_000000005131	6998	0.5111704662612564	9	9	6	7	6	True	4363	maximal	True	SPA0116_000000005131	1.0		7	5	False	False	1.0	0					non-mobilizable	other	5459.0	76.204	99.0	0.04728269463918613	NZ_ATUZ01000019.1	d-proteobacteria	Desulfovibrio desulfuricans DSM 642 G449DRAFT_scaffold00008.8_C, whole genome shotgun sequence	False	True
FIJ0083_000000018434	1937	0.5111703390279847	2	2	2	2	2	False	44087	fragment	False	FIJ0083_000000018434	1.0		0	0	False	False	0.9938048720359802	0					non-mobilizable	no_good_hit	921.0	78.61	46.0	0.014471456409928762	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
ENG0163_000000008309	2860	0.5111692602523916	3	3	3	3	3	False	56315	fragment	False	ENG0163_000000008309	1.0		0	0	False	False	0.9839161038398743	0					non-mobilizable	plasmid	2082.0	84.294	97.0	0.0033384578040294524	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
CHI0141_000000003283	8360	0.5111690083782243	13	1	1	1	1	False	80158	maximal	True	CHI0141_000000003283	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	91.912	2.0	3.650208372820927e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0110_000000004940	2801	0.5111690083782243	2	1	1	1	1	False	8475	maximal	True	MON0110_000000004940	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	4.86440596386412e-06	CP007153.1	high GC Gram+	Streptomyces sp. AgN23 genome	True	False
ISR0260_000000005218	2480	0.5111690083782243	1	1	1	1	1	False	26721	fragment	False	ISR0260_000000005218	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2487.0	89.06299999999999	100.0	0.0008432387843635942	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
FIJ0113_000000009550	2644	0.5111671546450693	5	5	2	3	3	False	41956	fragment	False	FIJ0113_000000009550	1.0		0	0	False	False	0.9943267703056335	0					non-mobilizable	no_good_hit	1279.0	99.06200000000001	82.0	0.0019167891531931488	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
TAN0008_000000015090	1455	0.5111642139236243	3	2	2	1	1	False	12491	maximal	True	TAN0008_000000015090	0.9817212490479817		3	2	False	False	0.984879732131958	0					non-mobilizable	no_good_hit								True	False
ISR0325_000000007292	2675	0.5111640705238918	4	3	3	3	2	False	61253	fragment	False	ENG0090_000000008653	0.9709186665437755		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	328.0	81.098	30.0	0.00010793276086061028	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
CAN0001_000000004818	9314	0.5111639978931161	10	8	3	4	7	False	118433	fragment	False	CAN0001_000000004818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4405.0	96.209	60.0	0.02655385302442351	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	True	False
MON0102_000000033490	1314	0.5111624012488409	2	1	1	1	1	False	8933	maximal	True	MON0102_000000033490	1.0		1	1	False	False	0.9923896789550781	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000003414	9096	0.5111604062359175	17	5	3	3	4	False	58233	fragment	False	ENG0134_000000003414	1.0		0	0	False	False	0.9972515106201172	0					non-mobilizable	other	7786.0	94.079	99.0	0.031239319160571467	NZ_LMUA01000002.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00002, whole genome shotgun sequence	False	False
CHI0122_000000004655	2934	0.5111599193142708	3	3	3	3	3	False	81769	maximal	True	CHI0122_000000004655	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	82.432	3.0	4.795302967898403e-05	NZ_FOBB01000002.1	CFB group bacteria	Chitinophaga rupis strain DSM 21039, whole genome shotgun sequence	True	False
SPA0107_000000013974	2314	0.5111585607100251	3	2	2	2	0	False	4719	maximal	True	SPA0107_000000013974	1.0		0	0	False	False	0.9913569688796997	0					non-mobilizable	no_good_hit	1683.0	98.75200000000001	73.0	0.005792649327749614	NZ_JAAWUO010000002.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_2_length_290368_cov_102.031, whole genome shotgun sequence	True	False
MON0107_000000027353	2180	0.5111584317802043	4	4	4	2	2	False	8597	fragment	False	MON0107_000000027353	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	90.566	2.0	0.0122184954480115	NZ_MDEQ01000426.1	b-proteobacteria	Burkholderia catarinensis strain 89 NODE_484_length_4174_cov_26.289_ID_967, whole genome shotgun sequence	True	False
ISR0771_000000006055	1907	0.5111557574263819	2	2	2	2	2	False	88144	fragment	False	ISR0771_000000006055	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1907.0	99.633	100.0	0.0006116616208326942	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
MAD0060_000000005075	3129	0.5111545362205481	3	3	3	3	3	False	83532	maximal	True	MAD0060_000000005075	1.0		200	12	False	False	1.0	0					non-mobilizable	chromosome	3062.0	99.771	98.0	0.0006451782882014154	CP047094.1	enterobacteria	Salmonella sp. S13 chromosome, complete genome	False	False
ETH0003_000000027138	1549	0.5111535922643681	2	2	2	2	2	False	53088	maximal	True	ETH0003_000000027138	1.0		1	1	False	False	0.9728857278823853	0					non-mobilizable	no_good_hit								True	False
CHI0090_000000004805	2643	0.5111527696172246	3	3	3	3	2	False	113540	fragment	False	USA0087_01_000000005669	0.9709145601829857		0	0	False	False	0.9984865784645081	0					non-mobilizable	no_good_hit	1409.0	72.392	52.0	0.0004918863540668095	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0053_000000005739	5404	0.5111516315011622	6	6	6	6	5	False	130074	fragment	False	MON0053_000000005739	0.9900696649883276		0	0	False	False	0.999444842338562	0					non-mobilizable	other	5401.0	98.889	99.0	0.01128938162459199	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0079_000000002999	9576	0.5111490866665722	8	5	4	5	3	False	34393	maximal	True	ISR0079_000000002999	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	96.929	10.0	0.00033436703908394395	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
FIJ0089_000000015651	1587	0.5111481878415098	1	1	1	1	1	False	43565	maximal	True	FIJ0089_000000015651	1.0		56	7	False	False	0.9974794983863831	0					non-mobilizable	no_good_hit	986.0	74.645	62.0	0.0016234575491606874	NZ_KB899210.1	CFB group bacteria	Prevotella loescheii DSM 19665 = JCM 12249 = ATCC 15930 strain DSM 19665 F453DRAFT_scaffold00001.1, whole genome shotgun sequence	True	False
AST0025_000000011050	3113	0.511147033023339	2	2	1	2	2	False	120476	maximal	True	AST0025_000000011050	1.0		521	12	False	False	1.0	0					non-mobilizable	other	3086.0	100.0	99.0	0.00605469439984927	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
MAD0093_000000010721	2829	0.5111419267242813	5	5	5	4	3	False	82401	maximal	True	MAD0093_000000010721	1.0		134	12	False	False	1.0	0					non-mobilizable	other	2831.0	98.587	100.0	0.03779595005152776	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
USA0041_01_000000008327	2297	0.5111382429918485	3	3	3	3	3	False	1285	maximal	True	USA0041_01_000000008327	1.0		1	1	False	False	0.9978232383728027	0					non-mobilizable	no_good_hit	157.0	79.618	7.0	5.183549836297438e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0013_000000012346	2191	0.5111379224685452	4	4	2	3	2	False	66975	maximal	True	ENG0013_000000012346	1.0		192	11	False	False	1.0	0					non-mobilizable	other	2192.0	90.876	100.0	0.007849620069782369	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
FIJ0161_000000006914	2368	0.5111378770126342	3	3	2	3	2	False	39284	maximal	True	FIJ0161_000000006914	1.0		47	7	False	False	1.0	0					non-mobilizable	other	1227.0	90.383	91.0	0.010032815325820997	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0090_000000012240	2200	0.5111318698426485	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.33862823591676194		0	0	False	False	1.0	0					non-mobilizable	other	1011.0	90.01	91.0	0.00028047608733081184	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0009_000000001265	20043	0.5111302987173787	25	12	4	12	4	True	108400	backbone	False	ISR0280_000000000088	0.044301265445768664	PS672	0	0	False	True	1.0	0					non-mobilizable	other	19985.0	99.99	99.0	0.1994251955931662	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ENG0140_000000009350	1873	0.5111282679664296	2	1	1	1	1	False	57795	maximal	True	ENG0140_000000009350	1.0		135	12	False	False	0.9775760769844055	0					non-mobilizable	chromosome	1873.0	99.73299999999999	100.0	0.00026422659802044594	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
SPA0062_000000003299	8849	0.5111282601379045	4	3	3	3	2	False	75023	fragment	False	SPA0062_000000003299	1.0		0	0	False	False	0.9981918931007385	0					non-mobilizable	no_good_hit	1313.0	90.78399999999999	16.0	0.005352986811481769	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0003_000000020289	1307	0.5111279309494201	3	2	2	1	2	False	102723	fragment	False	MAD0003_000000020289	0.9776061776061775		0	0	False	False	1.0	0					non-mobilizable	other	1307.0	94.721	100.0	0.0003202023404192199	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0182_000000004136	5844	0.5111258294242187	7	6	3	6	4	False	90988	fragment	False	CHI0182_000000004136	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5844.0	99.846	100.0	0.05312156228123608	NZ_QSFT01000010.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf10, whole genome shotgun sequence	False	False
MAD0093_000000025683	1262	0.5111257030642591	2	1	1	1	1	False	15651	maximal	True	MAD0093_000000025683	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1262.0	99.921	100.0	0.0005854113268967489	NZ_AP018676.1	e-proteobacteria	Helicobacter cinaedi strain P01D0000	False	False
SPA0093_000000011970	3325	0.5111226028970811	3	3	3	2	1	False	58713	maximal	True	SPA0093_000000011970	0.9525187578987174		66	10	False	False	0.9975939989089966	0					non-mobilizable	chromosome	3326.0	95.4	100.0	0.0011839584318036026	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
FIJ0090_000000028756	1593	0.5111216875607655	3	2	2	2	1	False	129042	fragment	False	USA0026_01_000000018968	0.935450081110667		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	85.74600000000001	68.0	0.00244062993355908	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ETH0001_000000026201	1369	0.5111216875607655	3	2	2	2	1	False	129039	maximal	True	ETH0001_000000026201	1.0		2	2	False	False	0.9963477253913879	0					non-mobilizable	no_good_hit	515.0	81.165	47.0	0.001416960007140586	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0834_000000014632	1250	0.5111216875607655	3	2	2	2	1	False	129035	fragment	False	DEN0078_000000026948	0.8193167316391512		0	0	False	False	0.9944000244140625	0					non-mobilizable	no_good_hit	536.0	82.649	59.0	0.0014755351255460038	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
AST0003_000000025669	1226	0.5111216875607655	3	2	2	2	1	False	129035	fragment	False	DEN0078_000000026948	0.7118598215990162		0	0	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	516.0	82.55799999999999	58.0	0.0014197492984932248	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
CHI0078_000000009260	1657	0.5111176947661875	1	1	1	1	1	False	84430	fragment	False	CHI0078_000000009260	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1328.0	90.06	80.0	0.005174197999310107	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
AST0040_000000005083	3767	0.511115986379327	4	2	2	2	1	False	116348	fragment	False	AST0040_000000005083	0.9916330063473745		0	0	False	False	0.9952216744422913	0					non-mobilizable	no_good_hit	191.0	100.0	5.0	0.0004647385723231058	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MAD0088_000000017235	1522	0.5111129120358402	2	2	2	2	1	False	119237	fragment	False	AST0026_000000017055	0.9328214971209213		0	0	False	False	0.9986859560012817	0					non-mobilizable	chromosome	1532.0	87.206	100.0	0.0006272089244046457	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0200_000000014563	1433	0.5111121123327992	2	1	1	1	1	False	54196	fragment	False	ENG0200_000000014563	0.9757042253521127		0	0	False	False	0.9944173097610474	0					non-mobilizable	no_good_hit	400.0	71.5	28.0	0.0001936322510732092	NZ_UHFX01000003.1	firmicutes	Faecalicoccus pleomorphus strain NCTC11087, whole genome shotgun sequence	True	False
CAN0018_000000019618	1744	0.5111109378073222	3	3	2	3	2	True	92189	fragment	False	CAN0018_000000019618	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1744.0	100.0	100.0	0.003036865773320533	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
ISR0815_000000017965	1729	0.5111109378073222	3	3	2	3	2	True	92189	fragment	False	CAN0018_000000019618	0.9956995412844036		0	0	False	False	1.0	0					non-mobilizable	other	1729.0	100.0	100.0	0.0030107309559941945	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
ISR0251_000000013902	1280	0.5111109378073222	3	3	2	3	2	True	26973	fragment	False	ISR0251_000000013902	1.0		0	0	False	False	0.9976562261581421	0					non-mobilizable	other	1280.0	99.68799999999999	100.0	0.002228428757359129	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
AUS0008_000000013868	1783	0.5111102664234667	3	2	2	2	2	False	101789	fragment	False	AUS0008_000000013868	1.0		0	0	False	False	0.9764441847801208	0					non-mobilizable	no_good_hit	1373.0	73.999	76.0	0.00032853390954867443	NZ_CP019870.1	firmicutes	Clostridioides difficile strain BR81 chromosome, complete genome	True	False
SPA0008_000000002037	10503	0.5111082387521931	6	5	5	5	4	True	49421	maximal	True	SPA0008_000000002037	1.0		5	3	False	False	0.9965724349021912	0					non-mobilizable	no_good_hit	2328.0	94.287	36.0	0.037089007239212934	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	True
FIJ0121_000000009993	2607	0.5111061915338997	4	3	3	3	3	False	121111	maximal	True	FIJ0121_000000009993	1.0		16	5	False	False	0.999232828617096	0					non-mobilizable	no_good_hit	1797.0	88.98200000000001	89.0	0.008775824305925531	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0176_000000004335	2000	0.511103236226371	2	1	1	1	1	False	55570	maximal	True	ENG0176_000000004335	1.0		74	9	False	False	1.0	0					non-mobilizable	other	1998.0	83.834	99.0	0.0006697326740427279	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0117_000000016441	1655	0.511103236226371	1	1	1	1	1	False	37968	fragment	False	ISR0015_000000015308	0.9870283018867925		0	0	False	False	1.0	0					non-mobilizable	other	1655.0	99.456	100.0	0.006779133057905436	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
TAN0024_000000005281	1622	0.511103236226371	1	1	1	1	1	False	2339	fragment	False	TAN0024_000000005281	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1622.0	97.226	100.0	0.023938212534703764	NZ_JH379465.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1359, whole genome shotgun sequence	False	False
ISR0034_000000013438	1590	0.511103236226371	2	1	1	1	1	False	85202	maximal	False	CHI0066_000000006426	0.9650264024745792		0	0	False	False	1.0	0					non-mobilizable	other	1590.0	100.0	100.0	0.0017028198868787494	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0137_000000010651	1565	0.511103236226371	1	1	1	1	1	False	80503	maximal	True	CHI0137_000000010651	1.0		46	9	False	False	1.0	0					non-mobilizable	chromosome	1565.0	99.681	100.0	0.000300994339805289	CP018937.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 chromosome, complete genome	False	False
ISR0846_000000007397	1460	0.511103236226371	1	1	1	1	1	False	61906	fragment	False	ISR0773_000000008741	0.4707785431016489		0	0	False	False	1.0	0					non-mobilizable	other	1460.0	100.0	100.0	0.00028257729864237006	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CAN0001_000000006144	7491	0.5111002846774473	9	9	5	5	8	False	98355	fragment	False	CAN0001_000000006144	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7414.0	99.79799999999999	100.0	0.27520142576021983	MK878529.1	enterobacteria	Escherichia coli 0089K contig 0089K-ColV genomic sequence	False	False
MON0101_000000025874	2433	0.5110951749009192	2	2	2	2	1	False	50874	maximal	True	MON0101_000000025874	1.0		116	12	False	False	0.9880805611610413	0					non-mobilizable	no_good_hit	979.0	77.222	40.0	0.00029062220859627365	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
CHI0165_000000000923	18166	0.5110934081313131	19	5	1	2	4	False	78347	fragment	False	CHI0165_000000000923	1.0		0	0	False	False	0.9979632496833801	0					non-mobilizable	no_good_hit	46.0	100.0	0.0	0.0005272963757162443	NZ_CZAI01000013.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
CHI0054_000000005975	2838	0.5110903907641339	2	2	2	2	2	False	92117	fragment	False	CHI0058_000000006827	0.9886917188587334		0	0	False	False	0.9996476173400879	0					non-mobilizable	no_good_hit	1477.0	80.907	52.0	0.03808286790492272	GU942954.1		Uncultured organism clone 26 genomic sequence	True	False
MAD0103_000000020935	1188	0.5110825489056513	2	2	2	2	2	False	14905	maximal	True	MAD0103_000000020935	1.0		118	11	False	False	0.9957912564277649	0					non-mobilizable	no_good_hit	161.0	75.77600000000001	13.0	0.00020823915344194278	NZ_LT727811.1	firmicutes	Oceanobacillus sojae strain SK-2, whole genome shotgun sequence	True	False
BAN0014_000000000342	5482	0.511080268121634	6	6	6	4	4	True	128162	maximal	False	ISR0005_000000002093	0.9829607687818732		0	0	False	False	0.9994527697563171	0					non-mobilizable	other	5482.0	99.98200000000001	100.0	0.025462350006271516	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0125_000000012071	1282	0.5110788402204457	2	2	2	1	1	False	81607	maximal	True	CHI0125_000000012071	1.0		181	12	False	False	1.0	0					non-mobilizable	other	599.0	99.165	96.0	0.000991175713704623	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0074_01_000000000159	4819	0.5110780905495458	7	4	2	3	3	True	80148	maximal	False	CHI0141_000000005164	0.9512883204814746		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	79.557	25.0	0.00026856559915181374	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
USA0134_01_000000002491	1640	0.5110778387170611	3	3	3	2	2	False	64838	fragment	False	USA0134_01_000000002491	0.9770408163265306		0	0	False	False	0.9987804889678955	0					non-mobilizable	other	1639.0	95.42399999999999	99.0	0.0007849056603773585	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
DEN0026_000000010770	2742	0.5110767082418253	5	4	1	4	1	True	74188	fragment	False	DEN0026_000000010770	1.0		0	0	False	False	0.9919766783714294	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00020576585315666866	NZ_FNDC01000013.1	firmicutes	Planomicrobium glaciei strain CGMCC 1.6846, whole genome shotgun sequence	True	True
CAN0006_000000017191	2633	0.5110764663734312	4	3	3	3	2	True	95675	fragment	False	USA0089_01_000000002761	0.6400192053775057		0	0	False	False	1.0	0					non-mobilizable	other	2561.0	98.67200000000001	97.0	0.02305363867317706	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	False	True
MON0081_000000036668	1437	0.511075782680093	2	2	2	2	1	False	9964	maximal	True	MON0081_000000036668	1.0		9	4	False	False	0.9826026558876038	0					non-mobilizable	chromosome	1437.0	99.861	100.0	0.00047553337724400593	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
USA0007_01_000000010103	1625	0.5110755622853577	2	2	1	2	2	False	2114	maximal	True	USA0007_01_000000010103	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	975.0	99.897	60.0	0.008817272439234147	NZ_JAATLI010000018.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_18, whole genome shotgun sequence	True	False
ISR0774_000000017427	1428	0.5110751514280036	2	2	2	2	2	False	22465	maximal	True	ISR0774_000000017427	1.0		312	10	False	False	1.0	0					non-mobilizable	other	1428.0	99.65	100.0	0.000518233502869895	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ENG0155_000000015033	1315	0.5110746898115928	3	2	2	2	2	False	56727	maximal	True	ENG0155_000000015033	1.0		46	10	False	False	0.980988621711731	0					non-mobilizable	other	1313.0	98.705	99.0	0.006148078725398313	NZ_CYYA01000004.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0076_000000012702	2008	0.5110737752547145	3	3	3	3	3	False	120064	maximal	True	ISR0076_000000012702	1.0		30	6	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	74.566	17.0	0.0023669627690679736	NZ_PVXP01000003.1	firmicutes	Clostridium luticellarii strain DSM 29923 CLLU_contig000003, whole genome shotgun sequence	True	False
ISR0074_000000013243	2228	0.5110733316443841	4	2	0	1	2	True	124583	fragment	False	ISR0074_000000013243	0.9827113485724097		0	0	False	False	1.0	0					non-mobilizable	chromosome	2227.0	99.91	99.0	0.0007822891974858504	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
ISR0074_000000013664	2160	0.5110733316443841	3	2	0	1	2	True	124585	fragment	False	ISR0074_000000013664	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2196.0	84.06200000000001	100.0	0.11378715845567107	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0034_01_000000024563	2160	0.5110733316443841	3	2	0	1	2	True	124583	fragment	False	ISR0074_000000013243	0.9788615335780521		0	0	False	False	1.0	0					non-mobilizable	chromosome	2160.0	99.90700000000001	100.0	0.0007587432063665549	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
USA0069_01_000000028573	2144	0.5110733316443841	3	2	0	1	2	True	124583	fragment	False	ISR0074_000000013243	0.9760864156638438		0	0	False	False	1.0	0					non-mobilizable	chromosome	2144.0	99.90700000000001	100.0	0.0007531202831141858	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
FIJ0124_000000013911	2008	0.5110733316443841	3	2	0	1	2	True	41245	fragment	False	FIJ0124_000000013911	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1863.0	77.72399999999999	91.0	0.09597199728331852	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0003_01_000000019889	1938	0.5110733316443841	3	2	0	1	2	True	54560	fragment	False	USA0003_01_000000019889	1.0		0	0	False	False	0.9984520077705383	0					non-mobilizable	other	1938.0	99.948	100.0	0.006253733029848096	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0005_000000020233	1832	0.5110733316443841	2	2	0	1	2	True	118250	fragment	False	DEN0005_000000020233	0.9996842132666875		0	0	False	False	1.0	0					non-mobilizable	other	1832.0	99.945	100.0	0.09565853403688418	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0128_000000019554	1819	0.5110733316443841	2	2	0	1	2	True	118250	fragment	False	DEN0005_000000020233	0.9979113555406464		0	0	False	False	1.0	0					non-mobilizable	other	1819.0	99.945	100.0	0.09497936366960974	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0077_000000024313	1488	0.5110733316443841	2	2	0	1	2	True	84247	fragment	False	ISR0077_000000024313	0.9941939890710383		0	0	False	False	1.0	0					non-mobilizable	other	1488.0	99.93299999999999	100.0	0.07768664124131446	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
MON0095_000000021584	1464	0.5110733316443841	2	2	0	1	2	True	84247	fragment	False	ISR0077_000000024313	0.9862231182795699		0	0	False	False	0.9344262480735779	0					non-mobilizable	other	1464.0	99.65799999999999	100.0	0.07643278825557703	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
USA0019_01_000000021130	1440	0.5110733316443841	2	2	0	1	2	True	1825	fragment	False	USA0019_01_000000021130	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	76.008	98.0	0.0004944281880513537	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	True
SPA0097_000000007584	4151	0.5110712023417462	4	4	4	4	4	False	87643	fragment	False	SPA0035_000000003891	0.9779239079379991		0	0	False	False	1.0	0					non-mobilizable	chromosome	4152.0	96.821	100.0	0.0013061788500519918	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0075_000000006325	3689	0.511071032553937	4	3	2	2	2	False	125842	maximal	True	ISR0075_000000006325	1.0		0	0	False	False	0.9997289180755615	0					non-mobilizable	no_good_hit	989.0	99.292	77.0	0.00026714117572941305	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0008_000000005769	4021	0.5110706221032448	5	3	3	3	1	False	128991	maximal	True	ENG0008_000000005769	1.0	PS1059	0	0	False	True	0.9992539286613464	0					non-mobilizable	no_good_hit	1491.0	99.329	37.0	0.020486220987025853	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0039_000000005440	5522	0.5110699075728203	7	6	3	5	4	False	69003	fragment	False	ISR0039_000000005440	0.9978931239226202		0	0	False	False	0.9996378421783447	0					non-mobilizable	no_good_hit								True	False
CAN0018_000000025592	1324	0.5110688758801599	2	2	1	1	2	False	92047	fragment	False	CAN0018_000000025592	1.0		0	0	False	False	0.9992446899414062	0					non-mobilizable	no_good_hit	34.0	94.118	3.0	5.801819345058986e-06	CP048687.1	firmicutes	Bacillus paranthracis strain MN1F chromosome, complete genome	True	False
DEN0094_000000011923	2909	0.5110675226360657	5	4	2	4	4	False	68376	maximal	True	DEN0094_000000011923	1.0		25	8	False	False	0.9986249804496765	0					non-mobilizable	no_good_hit	1830.0	96.995	71.0	0.02614949102138854	NZ_QSFS01000020.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf20, whole genome shotgun sequence	True	False
MAD0105_000000009224	3576	0.5110654910789614	7	6	1	4	6	False	14850	maximal	True	MAD0105_000000009224	1.0		2	1	False	False	1.0	0					non-mobilizable	plasmid	3593.0	95.15700000000001	100.0	0.03406912521115266	CP055750.1	enterobacteria	Escherichia coli strain RHB07-C12 plasmid pRHB07-C12_3, complete sequence	False	True
ENG0127_000000011898	2164	0.5110646570932996	2	2	2	1	2	True	58722	maximal	True	ENG0127_000000011898	1.0		2	2	False	False	0.975970447063446	0					non-mobilizable	no_good_hit	1116.0	78.584	78.0	0.00034962894523763095	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	True
ENG0102_000000002044	10299	0.5110602372381702	9	7	6	7	5	True	132049	maximal	True	ENG0102_000000002044	1.0		3	3	False	False	0.9977667927742004	0					non-mobilizable	no_good_hit	1098.0	75.319	11.0	0.00036929917751943065	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
FIJ0002_000000021635	1712	0.5110577660811109	2	1	1	1	1	False	52345	maximal	True	FIJ0002_000000021635	1.0		6	3	False	False	0.9994158744812012	0					non-mobilizable	no_good_hit	517.0	71.567	29.0	0.0003263206635788735	NZ_UICR01000002.1	firmicutes	Clostridium neonatale strain NEC86, whole genome shotgun sequence	True	False
SPA0066_000000006940	1975	0.511048078057234	2	1	1	1	1	False	6073	maximal	True	SPA0066_000000006940	1.0		480	12	False	False	0.997974693775177	0					non-mobilizable	chromosome	1975.0	99.949	100.0	0.00043187159892911595	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0107_000000016646	1779	0.511048078057234	1	1	1	1	1	False	59997	maximal	True	ENG0107_000000016646	1.0		127	12	False	False	1.0	0					non-mobilizable	chromosome	1779.0	99.831	100.0	0.0002835202499315517	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0840_000000009568	1747	0.511048078057234	2	1	1	1	1	False	20793	maximal	True	ISR0840_000000009568	1.0		0	0	False	False	0.9988551735877991	0					non-mobilizable	no_good_hit	747.0	99.598	81.0	0.0007616698334842719	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
ISR0085_000000015360	1671	0.511048078057234	1	1	1	1	1	False	33977	maximal	True	ISR0085_000000015360	1.0		46	10	False	False	0.9916217923164368	0					non-mobilizable	no_good_hit	62.0	83.87100000000001	4.0	0.0002632726079957186	NZ_AGDG01000004.1	CFB group bacteria	Bacteroides faecis MAJ27 contig004, whole genome shotgun sequence	True	False
FIJ0031_000000003423	6266	0.511044978677737	7	4	0	4	2	True	48627	maximal	True	FIJ0031_000000003423	1.0		0	0	False	False	0.997606098651886	0					non-mobilizable	no_good_hit	1527.0	99.869	24.0	0.21837435603892386	CP047384.1	enterobacteria	Escherichia coli strain CAU16175 plasmid pCAU16175_6, complete sequence	True	True
USA0003_01_000000021047	1818	0.5110428142456308	3	3	3	1	1	False	53984	maximal	True	USA0003_01_000000021047	1.0		16	7	False	False	1.0	0					non-mobilizable	no_good_hit	1165.0	96.652	64.0	0.00039179558502923487	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0180_000000013179	1789	0.5110428142456308	3	3	3	1	1	False	53988	maximal	True	ISR0180_000000013179	1.0		8	4	False	False	0.9988820552825928	0					non-mobilizable	no_good_hit	1203.0	96.758	71.0	0.00040391297425694316	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0037_000000052230	1445	0.5110428142456308	3	3	3	1	1	False	53986	fragment	False	MON0037_000000052230	1.0		0	0	False	False	0.9647058844566345	0					non-mobilizable	no_good_hit	1242.0	97.90700000000001	86.0	0.0004177133342107221	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0122_000000017009	1709	0.5110401354049553	2	1	1	1	1	False	86329	maximal	True	ENG0122_000000017009	0.968370690692409		291	12	False	False	1.0	0					non-mobilizable	chromosome	1709.0	98.947	100.0	0.00024125551176325434	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0785_000000022190	1693	0.5110401354049553	2	1	1	1	1	False	22177	fragment	False	ISR0785_000000022190	1.0		0	0	False	False	0.9988186359405518	0					non-mobilizable	other	1700.0	90.882	100.0	0.0004496033685177199	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ENG0057_000000015374	1663	0.5110401354049553	2	1	1	1	1	False	86329	maximal	False	ENG0122_000000017009	0.7832408724259157		0	0	False	False	0.9951894283294678	0					non-mobilizable	other	1663.0	98.376	100.0	0.010677939967105263	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
AST0101_000000004006	2021	0.5110360964494691	4	2	2	1	1	False	108495	maximal	True	AST0101_000000004006	1.0		32	7	False	False	1.0	0					non-mobilizable	other	2021.0	99.555	100.0	0.013106840213343024	NZ_QSCB01000007.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf7, whole genome shotgun sequence	False	False
MON0034_000000004402	4561	0.5110360037246232	5	4	3	3	3	True	128586	maximal	True	MON0034_000000004402	1.0		55	5	False	False	1.0	0					non-mobilizable	chromosome	4270.0	96.13600000000001	94.0	0.0017551966092006566	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	True
ISR0029_000000018406	2437	0.5110330858618838	4	2	2	2	1	False	104402	maximal	False	ENG0129_000000009789	0.6567802271209086		0	0	False	False	1.0	0					non-mobilizable	other	2437.0	98.68700000000001	100.0	0.0005680900881227878	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
MON0088_000000015318	2075	0.5110318786641422	2	2	2	2	1	False	63696	fragment	False	MON0088_000000015318	1.0		0	0	False	False	0.9807229042053223	0					non-mobilizable	no_good_hit	35.0	100.0	2.0	0.0003417978567263808	NZ_SMLB01000020.1	high GC Gram+	Jiangella aurantiaca strain 8K307 NODE_20_length_99474_cov_67.8016, whole genome shotgun sequence	True	False
CHI0048_000000010707	1804	0.5110318786641422	2	2	2	2	1	False	86906	maximal	True	CHI0048_000000010707	1.0		9	5	False	False	0.9761641025543213	0					non-mobilizable	no_good_hit	188.0	97.34	14.0	2.6413806030286043e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
ISR0049_000000003767	6870	0.5110276303835166	5	5	5	5	5	False	36011	maximal	True	ISR0049_000000003767	1.0		99	9	False	False	0.9981077313423157	0					non-mobilizable	no_good_hit	2696.0	90.022	75.0	0.0006731841158556865	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ENG0004_000000016901	1578	0.5110213400404081	2	2	1	2	1	True	67763	fragment	False	ENG0004_000000016901	1.0		0	0	False	False	0.9955639839172363	0					non-mobilizable	no_good_hit	59.0	98.305	4.0	0.0050426012867327424	NZ_CABIWU010000067.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
FIJ0088_000000023519	1279	0.5110197180955287	2	2	2	2	2	True	43616	maximal	True	FIJ0088_000000023519	1.0		3	3	False	False	0.9913995265960693	0					non-mobilizable	no_good_hit	725.0	76.414	56.0	0.010385477688580313	NZ_PUBV01000016.1	CFB group bacteria	Paramuribaculum intestinale strain DSM 100764 seq16, whole genome shotgun sequence	True	True
FIJ0132_000000013387	2358	0.511018687223998	2	2	2	2	2	False	45704	maximal	True	FIJ0132_000000013387	1.0		28	5	False	False	0.9978795647621155	0					non-mobilizable	no_good_hit	106.0	82.075	4.0	0.0035257068528787567	NZ_FQZV01000048.1	firmicutes	Geosporobacter subterraneus DSM 17957, whole genome shotgun sequence	True	False
ISR0383_000000008150	1780	0.5110172470885584	3	3	3	3	3	False	26430	fragment	False	ISR0383_000000008150	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1776.0	99.887	99.0	0.0007650054196862831	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
CHI0182_000000008599	3116	0.5110136441925429	3	3	3	3	3	False	77372	maximal	True	CHI0182_000000008599	1.0		55	9	False	False	0.9987162947654724	0					non-mobilizable	no_good_hit	1555.0	89.26	81.0	0.00044902586574271366	CP034358.1	firmicutes	Clostridium septicum strain VAT12 chromosome, complete genome	True	False
MON0106_000000005404	6573	0.5110122934578553	10	5	2	5	2	True	8671	maximal	True	MON0106_000000005404	1.0		1	1	False	False	0.9981743693351746	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.001085951011543257	NZ_BDBA01000194.1	high GC Gram+	Nocardia amamiensis NBRC 102102, whole genome shotgun sequence	True	True
ISR0328_000000015809	1830	0.5110080011686765	3	2	2	1	1	False	119116	maximal	True	ISR0328_000000015809	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1484.0	98.652	81.0	0.006859326000684545	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
CHI0061_000000003059	2296	0.5110065557869399	5	4	1	1	2	True	85668	fragment	False	CHI0061_000000003059	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	84.773	36.0	0.09462693060691756	HQ622101.1	g-proteobacteria	Haemophilus parasuis strain lung6591 plasmid pHPS1019 tetracycline resistance efflux pump (tetB), replication protein (rep), and hypothetical proteins genes, complete cds	True	True
ISR0389_000000003495	5256	0.5110017135300344	5	5	5	5	5	False	105501	fragment	False	ISR0389_000000003495	1.0		0	0	False	False	0.9990487098693848	0					non-mobilizable	other	5206.0	99.251	100.0	0.007483641665121054	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
AUS0004_000000006849	3104	0.5109995828975791	5	4	4	4	4	False	102480	fragment	False	AUS0004_000000006849	1.0		0	0	False	False	0.9977448582649231	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0003897715733437272	NZ_WNAF01000009.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold9_size97698, whole genome shotgun sequence	True	False
ISR0310_000000004770	3325	0.5109961640581134	4	4	4	2	2	False	43083	maximal	True	ISR0310_000000004770	1.0		53	9	False	False	1.0	0					non-mobilizable	chromosome	3325.0	99.48899999999999	100.0	0.00062486523758508	CP025541.3	enterobacteria	Klebsiella pneumoniae strain 2N3 chromosome, complete genome	False	False
ISR0371_000000012088	1649	0.5109945018810272	2	2	2	1	1	False	23483	fragment	False	ISR0371_000000012088	1.0		0	0	False	False	0.9993935823440552	0					non-mobilizable	other	1649.0	97.635	100.0	0.00031862848054672465	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0007_000000009545	2726	0.5109924512428409	3	3	3	2	3	False	78658	maximal	True	ENG0007_000000009545	1.0		122	12	False	False	0.9915627241134644	0					non-mobilizable	other	2726.0	99.963	100.0	0.0008725564816217191	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0372_000000011761	1498	0.5109909293110344	2	2	2	2	2	False	23452	fragment	False	ISR0372_000000011761	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1498.0	96.729	100.0	0.014692459441156552	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	False	False
CHI0121_000000002719	2958	0.5109883683168087	3	3	3	3	2	False	81788	maximal	True	CHI0121_000000002719	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1481.0	80.756	50.0	0.046613117449876666	NZ_FOGW01000025.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	False
CAN0015_000000009794	4189	0.5109881403869034	4	4	4	4	4	False	113458	fragment	False	CAN0015_000000009794	1.0		0	0	False	False	0.9980902075767517	0					non-mobilizable	no_good_hit	652.0	71.933	15.0	0.0009203371611534701	NZ_FNVA01000002.1	bacteria	Bryocella elongata strain DSM 22489, whole genome shotgun sequence	True	False
SPA0068_000000001837	7550	0.510986200350082	6	6	5	5	5	False	6009	maximal	True	SPA0068_000000001837	1.0		6	5	False	False	1.0	0					non-mobilizable	other	7467.0	99.79899999999999	99.0	0.17274809690182558	NZ_JAAISM010000039.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_39_length_43219_cov_195.426, whole genome shotgun sequence	False	False
ISR0225_000000013507	1569	0.5109813780516209	3	2	1	1	2	True	75860	fragment	False	SPA0139_000000017375	0.9735052045509561		0	0	False	False	0.975780725479126	0					non-mobilizable	other	1569.0	99.363	100.0	0.0035515047462871146	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
FIJ0140_000000023036	1479	0.5109800886496096	2	2	2	2	1	False	40359	maximal	True	FIJ0140_000000023036	1.0		678	14	False	False	1.0	0					non-mobilizable	other	1479.0	98.445	100.0	0.006034869952227349	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0007_000000042107	1534	0.5109772930398658	2	2	2	2	2	False	92359	fragment	False	ETH0004_000000018317	0.9597473005881884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	720.0	78.333	46.0	0.00016031615161418182	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CAN0009_000000020098	1414	0.5109752897211359	3	3	2	2	2	True	94707	fragment	False	CAN0009_000000020098	0.9687211322279807		0	0	False	False	0.99929279088974	0					non-mobilizable	no_good_hit	1163.0	79.88	81.0	0.000387932079558404	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
SPA0131_000000020182	1384	0.5109752897211359	3	3	2	2	2	True	94707	fragment	False	CAN0009_000000020098	0.9634745170421021		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1163.0	79.88	83.0	0.000387932079558404	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
SPA0040_000000032376	1332	0.5109752897211359	3	3	2	2	2	True	94707	fragment	False	CAN0009_000000020098	0.7125664949317249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1092.0	81.319	81.0	0.0001992686015862148	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	True
ENG0109_000000018631	1311	0.5109752897211359	3	3	2	2	2	True	94707	fragment	False	CAN0009_000000020098	0.4817942942942943		0	0	False	False	0.9961861371994019	0					non-mobilizable	no_good_hit	1071.0	81.513	80.0	0.0019088762746772492	NZ_OEST01000003.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	True
MON0066_000000031387	1184	0.5109751353455583	2	2	2	1	2	False	10615	maximal	True	MON0066_000000031387	1.0		117	13	False	False	1.0	0					non-mobilizable	other	1175.0	94.29799999999999	99.0	0.01129269629957388	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0269_000000010910	1741	0.51097385041436	3	3	3	3	2	False	26467	fragment	False	ISR0269_000000010910	1.0		0	0	False	False	0.9908098578453064	0					non-mobilizable	chromosome	1748.0	84.382	100.0	0.0004673628515136768	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0026_000000001744	6089	0.5109688752024681	9	9	4	6	9	True	118544	fragment	False	FIJ0004_000000003832	0.5229343920245113		0	0	False	False	1.0	0					non-mobilizable	other	6017.0	92.68700000000001	98.0	0.002079627570872707	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ETH0002_000000016691	1500	0.5109620357500605	2	2	2	2	2	False	83277	fragment	False	ISR0263_000000008822	0.7028453038539088		0	0	False	False	0.9953333139419556	0					non-mobilizable	other	1500.0	97.4	100.0	0.03427069044352995	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0057_000000002935	5397	0.5109619356772782	13	8	2	5	7	False	86006	fragment	False	CHI0057_000000002935	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4287.0	96.454	95.0	0.0012813341660311316	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0053_000000001222	16587	0.5109608760000905	16	13	6	12	9	False	130501	maximal	True	ISR0053_000000001222	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	96.59200000000001	10.0	0.0003216676788796363	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
ISR0201_000000021341	1386	0.5109531232400012	3	2	2	2	2	False	75196	fragment	False	DEN0017_000000019088	0.9475458968142684		0	0	False	False	0.9963924884796143	0					non-mobilizable	no_good_hit	334.0	76.048	24.0	0.0026313078075341	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
ISR0088_000000014283	1715	0.5109528753405607	3	2	2	2	2	False	34148	maximal	True	ISR0088_000000014283	1.0		68	9	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	91.37899999999999	83.0	0.0003803580323327567	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	False
ISR0082_000000024406	1371	0.5109528753405607	2	2	2	2	2	False	34147	fragment	False	ISR0082_000000024406	1.0		0	0	False	False	0.9992706179618835	0					non-mobilizable	chromosome	887.0	92.10799999999999	97.0	0.00034239969509384616	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	False	False
ISR0284_000000000450	13499	0.5109502129531288	15	11	6	9	9	False	26097	maximal	True	ISR0284_000000000450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7140.0	82.633	72.0	0.09489479867563815	CP027438.1	enterobacteria	Escherichia coli strain 2012C-4221 plasmid unnamed1, complete sequence	True	False
ISR0318_000000000849	5364	0.510949643325689	8	8	4	7	6	True	114229	fragment	False	CHI0087_000000001017	0.672360977456752		0	0	False	False	0.9994407296180725	0					non-mobilizable	plasmid	5365.0	99.90700000000001	100.0	0.03347405760535585	CP054450.1	enterobacteria	Escherichia coli strain SCU-488 plasmid pSCU-488-1, complete sequence	False	True
ENG0208_000000016499	1860	0.5109468006696517	4	3	1	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.2510268951720996		0	0	False	False	0.999462366104126	0					non-mobilizable	other	1766.0	92.186	95.0	0.0015133722706936275	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
SPA0090_000000025679	1425	0.5109468006696517	3	3	1	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.19045547226422108		0	0	False	False	0.9985964894294739	0					non-mobilizable	chromosome	1425.0	97.965	100.0	0.0004050437043294735	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
CHI0116_000000011236	1401	0.5109468006696517	3	3	1	1	3	True	111684	fragment	False	FIJ0053_000000008919	0.18908995536780931		0	0	False	False	0.9942898154258728	0					non-mobilizable	chromosome	1401.0	98.073	100.0	0.00039821712504302164	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0153_000000005898	4397	0.5109448424702658	6	4	4	4	3	False	30692	maximal	True	ISR0153_000000005898	1.0		15	4	False	False	0.9974982738494873	0					non-mobilizable	no_good_hit	1727.0	77.765	39.0	0.000810451460778365	NZ_RRCM01000001.1	firmicutes	Lachnoanaerobaculum orale strain DSM 24553 DSM24553_1, whole genome shotgun sequence	True	False
SPA0009_000000002484	12065	0.5109440308983031	9	7	2	6	3	True	87197	fragment	False	SPA0009_000000002484	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1342.0	69.225	11.0	0.00025416719013235086	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	True
ISR0394_000000008614	2205	0.5109439507497504	4	3	3	3	3	False	108464	maximal	False	ISR0144_000000002787	0.953582026282323		0	0	False	False	1.0	0					non-mobilizable	other	2207.0	94.427	100.0	0.0006589497920358047	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
AST0110_000000008670	2085	0.5109430612465757	3	3	2	3	0	True	106996	maximal	True	AST0110_000000008670	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	74.206	31.0	0.00016501418654352735	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
MON0086_000000013055	2374	0.5109396215055779	3	3	3	3	3	False	9745	maximal	True	MON0086_000000013055	1.0		112	10	False	False	0.996208906173706	0					non-mobilizable	other	2374.0	99.74700000000001	100.0	0.25071315372424724	NZ_LMUA01000056.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00056, whole genome shotgun sequence	False	False
AST0047_000000002998	6586	0.5109385721754438	6	4	1	4	1	False	115468	fragment	False	AST0047_000000002998	0.9533109551418981		0	0	False	False	0.9990890026092529	0					non-mobilizable	no_good_hit	489.0	80.982	7.0	0.004121750158528852	NZ_LNAM01000164.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf4, whole genome shotgun sequence	True	False
DEN0079_000000015729	3266	0.5109370774732787	4	2	2	2	2	False	119070	fragment	False	DEN0079_000000015729	1.0		0	0	False	False	0.9932639598846436	0					non-mobilizable	no_good_hit	833.0	83.67299999999999	39.0	0.0002681688419392862	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0031_000000011487	1856	0.510933720423298	2	2	2	1	1	False	65690	maximal	True	ENG0031_000000011487	1.0		75	9	False	False	0.9919180870056152	0					non-mobilizable	plasmid	1831.0	96.23200000000001	98.0	0.0267986798679868	KR066794.1	firmicutes	Enterococcus faecium strain Efm0123 plasmid pJEG050, complete sequence	False	True
ENG0180_000000008609	2013	0.5109310220934672	2	1	1	1	1	False	58094	fragment	False	ENG0135_000000010658	0.9722694649135969		0	0	False	False	1.0	0					non-mobilizable	other	2013.0	99.95	100.0	0.00038968164829914225	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0008_000000017607	1731	0.5109310220934672	2	1	1	1	1	False	26601	fragment	False	MON0073_000000002636	0.9470901794796253		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	99.884	100.0	0.00033506424033673764	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0096_000000004876	6282	0.5109290988534757	6	6	4	5	5	False	122193	fragment	False	FIJ0096_000000004876	0.9754963735234113		0	0	False	False	0.9979305863380432	0					non-mobilizable	other	6285.0	97.566	100.0	0.10891363936018875	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
FIJ0067_000000005069	6025	0.5109290988534757	6	6	4	5	5	False	122193	fragment	False	FIJ0096_000000004876	0.9667262025613074		0	0	False	False	1.0	0					non-mobilizable	other	5964.0	98.055	99.0	0.10343152562367718	NZ_WNAF01000013.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold13_size57642, whole genome shotgun sequence	False	False
MON0072_000000003318	5720	0.5109270423375113	13	12	5	6	11	True	94833	fragment	False	ENG0196_000000001401	0.9516514895555432		0	0	False	False	1.0	0					non-mobilizable	other	5721.0	97.675	100.0	0.0466818025905297	NZ_KE159497.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.13, whole genome shotgun sequence	False	True
ISR0032_000000021119	1589	0.5109263927708946	3	3	3	3	2	False	93153	fragment	False	ISR0032_000000021119	1.0		0	0	False	False	0.9905601143836975	0					non-mobilizable	no_good_hit	563.0	77.798	35.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
AST0028_000000010697	1511	0.5109246938998692	2	2	2	1	1	False	118730	maximal	True	AST0028_000000010697	1.0		27	7	False	False	0.9808074235916138	0					non-mobilizable	no_good_hit	1046.0	85.277	69.0	0.0001612281508057701	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	True	False
ENG0106_000000005879	3549	0.5109210632194858	2	2	2	2	2	False	60095	maximal	True	ENG0106_000000005879	1.0		3	2	True	True	0.9946463704109192	8					non-mobilizable	no_good_hit	1537.0	75.602	43.0	0.00032186645372229896	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
ISR0014_000000003713	9018	0.510918640286383	11	8	6	6	5	True	38056	maximal	True	ISR0014_000000003713	1.0		1	1	False	False	1.0	0	rep_cluster_133				non-mobilizable	no_good_hit	1563.0	96.993	41.0	0.32225223353417826	JQ004006.1	firmicutes	Veillonella sp. OK1 plasmid pVJL1, complete sequence	True	True
USA0005_01_000000000446	32160	0.5109181999539991	28	17	13	16	11	False	73566	maximal	True	USA0005_01_000000000446	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	88.77600000000001	0.0	9.91180557993355e-05	NZ_SNYR01000002.1	a-proteobacteria	Maritalea mobilis strain CGMCC 1.7002 Ga0070545_12, whole genome shotgun sequence	True	False
ISR0343_000000001669	7451	0.5109155227736342	8	8	4	6	4	False	109720	maximal	True	ISR0343_000000001669	1.0		38	5	False	False	1.0	0					non-mobilizable	no_good_hit	993.0	97.18	26.0	0.007038855618312378	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0030_000000005264	3686	0.5109139085936946	6	6	3	4	3	False	129175	fragment	False	ISR0030_000000005264	0.9997167941093175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	96.79	39.0	0.00012733982997611116	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0089_000000006215	3704	0.5109107576654328	4	3	3	3	3	False	52533	fragment	False	FIJ0071_000000008812	0.9509131555085929		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	83.838	13.0	0.0001373333351923294	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
CHI0070_000000002132	4469	0.5109095951326478	7	5	5	4	4	False	86836	fragment	False	CHI0049_000000002684	0.3447527954609787		0	0	False	False	0.9986574053764343	0					non-mobilizable	no_good_hit	685.0	92.70100000000001	30.0	0.00024136459922361055	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0121_000000010239	2429	0.510907499612879	4	3	3	3	3	False	102059	fragment	False	ENG0181_000000008153	0.9475865534022064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1605.0	94.26799999999999	66.0	0.004474023329632874	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
FIJ0159_000000015984	1585	0.510907499612879	3	3	3	3	3	False	102050	fragment	False	ISR0361_000000005758	0.5063859544698909		0	0	False	False	0.9993690848350525	0					non-mobilizable	other	1585.0	93.75399999999999	100.0	0.004418237502580095	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
USA0069_01_000000038953	1552	0.510907499612879	3	3	3	3	3	False	102050	fragment	False	ISR0361_000000005758	0.40541297182875735		0	0	False	False	0.998711347579956	0					non-mobilizable	other	1552.0	94.845	100.0	0.004326190887943009	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	False	False
MAD0094_000000012180	1327	0.5109051521248069	2	2	2	2	2	False	15612	maximal	True	MAD0094_000000012180	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	97.01799999999999	86.0	0.3869209809264305	KU606336.1	bacteria	Uncultured bacterium clone 1-A5_AXCL_Contig_11 genomic sequence	True	False
FIJ0019_000000002310	3144	0.5109049425628267	4	2	2	2	2	False	49882	maximal	True	FIJ0019_000000002310	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit	1038.0	90.27	75.0	0.0002760935773164718	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0102_000000009085	1106	0.5109024652505899	2	2	2	2	2	False	83271	fragment	False	CHI0102_000000009085	1.0		0	0	False	False	0.9891501069068909	0					non-mobilizable	no_good_hit								True	False
ENG0030_000000014586	1321	0.5108995997387837	2	1	1	1	1	True	65728	fragment	False	ENG0030_000000014586	1.0		0	0	False	False	0.9947009682655334	0					non-mobilizable	other	1323.0	97.884	100.0	0.019074710486036907	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0284_000000000788	8266	0.5108972429768047	4	4	4	2	3	False	62798	fragment	False	ISR0284_000000000788	1.0		0	0	False	False	0.9987902045249939	0					non-mobilizable	no_good_hit	2738.0	80.058	33.0	0.0008668713188013012	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
ENG0007_000000003356	7478	0.5108915344056982	6	6	6	6	6	False	67550	fragment	False	ENG0007_000000003356	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6155.0	97.87200000000001	94.0	0.0011030422623020152	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ENG0070_000000021226	1239	0.5108909034661301	2	1	1	1	1	False	62314	maximal	True	ENG0070_000000021226	1.0		11	5	False	False	0.9701371788978577	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000011634	2425	0.5108903278130611	3	3	2	3	1	False	102356	maximal	True	MAD0112_000000011634	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	318.0	97.79899999999999	13.0	0.0033744943581009157	NZ_CYYA01000013.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0032_000000016897	2114	0.5108894555846221	3	3	3	3	2	False	76886	fragment	False	DEN0001_000000020439	0.9884215500945179		0	0	False	False	0.9895932078361511	0					non-mobilizable	no_good_hit								True	False
SPA0055_000000005729	5336	0.5108890061760175	4	3	2	3	2	False	117899	maximal	True	SPA0055_000000005729	1.0		2	1	False	False	1.0	0					non-mobilizable	other	3067.0	99.185	94.0	0.0009843366546936742	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0331_000000004882	4311	0.5108890061760175	3	3	2	3	2	False	117901	fragment	False	ISR0331_000000004882	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3130.0	99.936	99.0	0.0010045627503380648	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0094_000000009659	1796	0.5108887862188085	3	3	3	3	2	False	93149	fragment	False	ENG0094_000000009659	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	75.22399999999999	31.0	0.00024199657697595466	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0097_000000014834	2116	0.5108823679961393	4	3	2	3	2	False	60772	maximal	True	ENG0097_000000014834	1.0		15	6	False	False	0.9938563108444214	0					non-mobilizable	no_good_hit								True	False
ISR0371_000000004244	3703	0.5108812288045903	4	4	4	3	4	False	115988	backbone	False	ENG0038_000000005492	0.9048929235841693	PS760	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1053.0	90.40799999999999	28.0	0.00023779076765466356	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CHI0051_000000014865	1273	0.5108803692464665	2	2	2	2	1	False	86564	maximal	True	CHI0051_000000014865	1.0		301	12	False	False	0.9677926301956177	0					non-mobilizable	other	1276.0	81.975	100.0	0.013950121734552873	NZ_NFHM01000012.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_12, whole genome shotgun sequence	False	False
DEN0061_000000005082	6480	0.5108777275776891	6	6	6	6	5	False	71958	fragment	False	DEN0061_000000005082	1.0		0	0	False	False	0.9998456835746765	0					non-mobilizable	no_good_hit	2260.0	92.345	75.0	0.0008932461090686641	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
FIJ0041_000000011770	3062	0.5108753692521342	3	2	2	1	2	False	47405	fragment	False	FIJ0041_000000011770	0.986096300133045		0	0	False	False	1.0	0					non-mobilizable	other	2883.0	78.35600000000001	92.0	0.00906116765067768	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
MON0036_000000008279	2576	0.5108753692521342	2	2	2	1	2	False	47405	fragment	False	FIJ0041_000000011770	0.6317449194113525		0	0	False	False	1.0	0					non-mobilizable	other	2488.0	79.542	96.0	0.007849832606850243	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ENG0201_000000000966	11098	0.5108753686003357	11	6	2	6	2	True	54177	maximal	True	ENG0201_000000000966	1.0		2	1	True	True	1.0	16					non-mobilizable	no_good_hit	28.0	100.0	0.0	2.029733338144553e-05	NZ_CP011280.1	fusobacteria	Sneathia amnii strain SN35 chromosome, complete genome	True	True
ETH0004_000000013775	2034	0.5108724571322171	2	2	2	1	1	False	52900	maximal	True	ETH0004_000000013775	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	131.0	80.153	6.0	4.532862010118906e-05	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
SPA0020_000000020346	1652	0.5108715269231028	4	3	2	2	1	False	7718	maximal	True	SPA0020_000000020346	1.0		0	0	False	False	0.9776028990745544	0					non-mobilizable	no_good_hit	123.0	82.11399999999999	7.0	3.699239684958194e-05	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
DEN0035_000000008150	3775	0.5108636923170152	3	2	2	2	2	False	73494	fragment	False	DEN0035_000000008150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1580.0	73.92399999999999	41.0	0.0023411672777544027	NZ_JH414505.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.2, whole genome shotgun sequence	True	False
MON0094_000000019479	1909	0.5108631898000149	3	2	2	2	2	False	12394	fragment	False	MON0094_000000019479	0.9770690564048498		0	0	False	False	0.9937139749526978	0					non-mobilizable	no_good_hit								True	False
ISR0286_000000014468	1420	0.5108597933790556	1	1	1	1	1	False	26018	maximal	True	ISR0286_000000014468	1.0		3	2	False	False	0.9936619997024536	0					non-mobilizable	no_good_hit	50.0	92.0	4.0	1.3248904464312994e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0010_000000008280	2923	0.5108593647589192	6	3	2	2	2	True	13748	fragment	False	MON0010_000000008280	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	761.0	75.69	26.0	0.08101101749837979	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
MON0089_000000006977	3256	0.5108593247522102	4	4	4	4	4	False	9613	maximal	True	MON0089_000000006977	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	73.568	7.0	4.745241216428502e-05	NC_011146.1	d-proteobacteria	Geobacter bemidjiensis Bem, complete sequence	True	False
ENG0095_000000015742	1764	0.5108582331694312	3	2	1	1	1	False	60945	fragment	False	ENG0095_000000015742	1.0		0	0	False	False	0.9988662004470825	0					non-mobilizable	plasmid	1745.0	99.943	99.0	0.008174323063871274	CP034040.1	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain CRK0298 plasmid p1, complete sequence	False	True
MON0054_000000021062	2210	0.5108538648569311	2	2	2	2	2	False	87355	fragment	False	MON0053_000000017473	0.9865028814073401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	97.256	76.0	0.0002706870737766413	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
MON0053_000000017473	2210	0.5108538648569311	2	2	2	2	2	False	87355	fragment	False	MON0053_000000017473	0.9865028814073401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	97.256	76.0	0.0002706870737766413	CP046425.1	CFB group bacteria	Phocaeicola dorei strain JR02 chromosome, complete genome	True	False
AUS0014_000000006450	5005	0.5108536844595108	6	6	3	3	4	True	100944	fragment	False	AUS0014_000000006450	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5007.0	99.84	100.0	0.04961200360742495	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
SPA0137_000000007839	4648	0.5108514788271916	5	5	5	5	3	False	103702	maximal	True	SPA0137_000000007839	1.0		159	6	False	False	0.9997848272323608	0					non-mobilizable	no_good_hit	661.0	84.266	30.0	0.00018744648957382234	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
AST0102_000000025829	1214	0.5108506192795995	3	3	3	2	0	True	108084	fragment	False	AST0102_000000025829	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1224.0	79.003	100.0	0.028406693854591478	NZ_LR130823.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	True
FIJ0017_000000021377	1386	0.5108495964553365	2	2	2	2	2	False	50102	fragment	False	FIJ0017_000000021377	1.0		0	0	False	False	0.9927849769592285	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	3.0	5.897806929982121e-06	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	False
CHI0069_000000000528	11535	0.510846285036032	12	8	5	6	4	False	85081	maximal	True	CHI0069_000000000528	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	518.0	85.521	7.0	0.00020455272524882293	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	False
MAD0001_000000007621	3363	0.5108451088864102	3	2	2	2	2	False	71039	fragment	False	MAD0001_000000007621	1.0		0	0	False	False	0.9979185461997986	0					non-mobilizable	no_good_hit	68.0	88.235	2.0	3.4060413005384086e-05	CP009302.1	actinobacteria	Coriobacteriaceae bacterium 68-1-3, complete genome	True	False
SPA0149_000000034709	1169	0.5108449802207604	2	2	1	2	0	True	3276	maximal	True	SPA0149_000000034709	1.0		2	2	False	False	0.9974337220191956	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	0.00011569805699575533	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	True
ENG0187_000000019623	1548	0.510842463346737	1	1	1	1	1	False	54968	maximal	True	ENG0187_000000019623	1.0		10	7	False	False	0.9948320388793945	0					non-mobilizable	chromosome	1538.0	93.758	99.0	0.00029468988398312514	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0147_000000000040	3998	0.510841847002976	3	3	1	0	3	True	3330	fragment	False	SPA0147_000000000040	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3998.0	99.975	100.0	0.07834643354176059	NZ_CP032820.1	CFB group bacteria	Butyricimonas faecalis strain H184 plasmid unnamed, complete sequence	False	True
ISR0036_000000000765	10087	0.5108389672927007	9	9	9	7	6	False	86692	maximal	True	ISR0036_000000000765	1.0		35	8	False	False	0.9975215792655945	0					non-mobilizable	no_good_hit	5739.0	98.60600000000001	57.0	0.10386342240567746	NZ_QRUU01000017.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf17, whole genome shotgun sequence	True	False
FIJ0094_000000009850	2053	0.5108385702957723	2	2	2	2	2	False	43186	fragment	False	MON0013_000000025242	0.9615857071020393		0	0	False	False	0.9995129108428955	0					non-mobilizable	chromosome	2053.0	98.39299999999999	100.0	0.0005499017037305417	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0102_000000005987	2921	0.5108345478924285	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.47704727649689793		0	0	False	False	1.0	0					non-mobilizable	other	2942.0	92.25	99.0	0.0008848766185730152	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0198_000000022143	1498	0.5108335307201691	4	2	2	1	1	False	28861	maximal	True	ISR0198_000000022143	1.0		1	1	False	False	0.9839786291122437	0					non-mobilizable	no_good_hit	680.0	92.206	45.0	0.0001927496604880796	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
USA0134_01_000000000316	32629	0.5108331325808445	42	10	6	5	9	True	14181	maximal	True	USA0134_01_000000000316	1.0		1	1	False	False	0.9993563890457153	0					non-mobilizable	no_good_hit	13758.0	98.459	86.0	0.0037105044074238207	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0102_000000013307	2375	0.5108316185787221	4	3	2	1	3	False	42630	maximal	True	FIJ0102_000000013307	1.0		129	13	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	97.29700000000001	12.0	4.625725494082364e-05	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
DEN0071_000000003399	9386	0.5108314906866928	8	4	2	3	2	True	71933	maximal	True	DEN0071_000000003399	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	1.2707659033175885e-05	CP046457.1	firmicutes	Candidatus Syntrophocurvum alkaliphilum isolate B(2M) chromosome, complete genome	True	True
FIJ0009_000000011096	3325	0.5108293895963244	7	6	5	5	4	False	51286	maximal	True	FIJ0009_000000011096	1.0		4	1	False	False	0.9984962344169617	0					non-mobilizable	no_good_hit	289.0	76.471	9.0	4.381152954015357e-05	NZ_CP045295.1	firmicutes	Paenibacillus cellulositrophicus strain KACC 16577 chromosome, complete genome	True	False
AST0026_000000009144	3288	0.5108288414254196	4	4	4	4	3	False	119503	fragment	False	AST0026_000000009144	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	85.96600000000001	94.0	0.002554384395164709	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0153_000000007135	2530	0.5108284619719112	4	3	2	2	1	False	3226	maximal	True	SPA0153_000000007135	1.0		1208	14	False	False	1.0	0					non-mobilizable	chromosome	2525.0	99.089	100.0	0.0008906494860239664	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0103_000000049695	1197	0.51082710385258	1	1	1	1	1	False	8843	maximal	False	SPA0040_000000034881	0.9678714859437751		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0015_000000009423	4377	0.5108229771261522	4	4	4	3	4	False	125463	fragment	False	CAN0015_000000009423	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2031.0	87.93700000000001	95.0	0.0005648594241062428	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0116_000000001568	10927	0.5108200446205241	15	13	5	8	10	True	129082	maximal	True	ENG0116_000000001568	0.988903213923934		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	8478.0	92.522	78.0	0.002246953950464444	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ENG0036_000000009429	2519	0.51081554463326	4	4	1	3	4	True	65312	fragment	False	ISR0056_000000007748	0.7966418838929409		0	0	False	False	0.9988090395927429	0					non-mobilizable	plasmid	2519.0	100.0	100.0	0.017440451041370854	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
MON0024_000000005319	6743	0.5108154970059965	10	8	5	5	7	False	52008	maximal	True	MON0024_000000005319	1.0	PS211	14	3	False	True	0.99807208776474	0					non-mobilizable	no_good_hit	4662.0	97.619	70.0	0.00892497882760497	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
SPA0086_000000006449	2198	0.5108148686536182	4	2	1	2	2	False	5516	fragment	False	SPA0086_000000006449	1.0		0	0	False	False	1.0	0	IncFIC				non-mobilizable	plasmid	1169.0	96.664	100.0	0.004078035268359903	CP042245.1	enterobacteria	Escherichia coli strain PU-1 plasmid pColV-PU1, complete sequence	False	True
MON0019_000000009146	6199	0.5108148175423611	7	7	7	6	6	False	107849	fragment	False	MON0069_000000005993	0.9779252855819698		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	77.268	27.0	0.006711361324795507	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
CHI0019_000000006706	1274	0.510812150374803	2	2	2	2	1	True	89406	fragment	False	CHI0019_000000006706	1.0		0	0	False	False	0.9952903985977173	0					non-mobilizable	no_good_hit								True	True
ISR0212_000000008734	3861	0.5108099953992751	4	4	3	4	3	False	80190	maximal	True	ISR0212_000000008734	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	73.218	25.0	0.012871696954321499	NZ_AAXG02000042.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont334, whole genome shotgun sequence	True	False
FIJ0122_000000011847	1349	0.5108087491854775	2	2	2	2	1	False	41415	maximal	True	FIJ0122_000000011847	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	76.38	57.0	0.00025737277618542086	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
TAN0020_000000005266	1415	0.5108068373565477	2	2	2	2	2	False	2860	maximal	True	TAN0020_000000005266	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	95.455	3.0	0.0006556477189558429	NZ_FQXC01000009.1	a-proteobacteria	Marivita hallyeonensis strain DSM 29431, whole genome shotgun sequence	True	False
USA0086_01_000000008420	2062	0.5108042430939871	4	3	3	2	3	False	91052	fragment	False	USA0086_01_000000008420	1.0		0	0	False	False	0.9922405481338501	0					non-mobilizable	other	2060.0	97.476	99.0	0.02237800239104445	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0046_000000014992	1263	0.5108027814594157	2	2	2	2	2	False	78014	fragment	False	CHI0169_000000012056	0.9696387394312068		0	0	False	False	0.9398258328437805	0					non-mobilizable	no_good_hit	104.0	86.538	11.0	2.363216123991926e-05	CP014517.1	b-proteobacteria	Variovorax sp. PAMC 28711, complete genome	True	False
ISR0171_000000004948	4775	0.5108020203937729	5	3	2	2	1	False	30014	fragment	False	ISR0171_000000004948	1.0		0	0	False	False	0.9922513365745544	0					non-mobilizable	other	4758.0	98.529	99.0	0.011993848015732944	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
FIJ0154_000000024610	1608	0.5107970889490892	1	1	1	1	1	False	39579	fragment	False	FIJ0154_000000024610	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1610.0	92.73299999999999	100.0	0.00042867862680924653	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0137_000000008431	3192	0.5107938121467281	4	4	3	4	4	True	31379	maximal	True	ISR0137_000000008431	1.0		2	2	False	False	1.0	0		MOBV			mobilizable	chromosome	2108.0	85.057	99.0	0.0004871735396368254	CP013196.1	firmicutes	Clostridioides difficile strain Z31 chromosome, complete genome	False	True
CAN0022_000000028304	1184	0.5107852045246306	2	1	1	1	1	False	91182	maximal	True	CAN0022_000000028304	1.0		65	7	False	False	0.9712837934494019	0					non-mobilizable	chromosome	1188.0	89.478	100.0	0.0016258419538689678	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
CHI0077_000000003545	3891	0.5107761440180763	4	4	4	4	4	False	84546	maximal	True	CHI0077_000000003545	1.0		111	8	False	False	0.9940889477729797	0					non-mobilizable	other	3890.0	98.895	99.0	0.018114068795267706	NZ_QRST01000002.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf2, whole genome shotgun sequence	False	False
MAD0015_000000012805	1629	0.5107750749482399	4	2	1	2	2	False	19423	maximal	True	MAD0015_000000012805	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	90.031	58.0	0.4118666089216111	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	False
FIJ0129_000000010245	2072	0.510771724228419	2	1	1	1	1	False	64584	maximal	True	FIJ0129_000000010245	1.0		177	11	False	False	0.989382266998291	0					non-mobilizable	no_good_hit	1828.0	99.344	88.0	0.0003644461795222761	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	False
ISR0081_000000012931	1834	0.510771724228419	2	1	1	1	1	False	34233	maximal	True	ISR0081_000000012931	1.0		148	9	False	False	0.9912759065628052	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	2.797907165440251e-05	NZ_FOCL01000002.1	CFB group bacteria	Mucilaginibacter gossypiicola strain Gh-48, whole genome shotgun sequence	True	False
FIJ0061_000000022143	1296	0.5107713241001205	1	1	1	1	1	True	45774	maximal	True	FIJ0061_000000022143	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	410.0	70.732	31.0	0.0005364135155118399	NZ_LT727811.1	firmicutes	Oceanobacillus sojae strain SK-2, whole genome shotgun sequence	True	True
MON0104_000000034871	1319	0.5107711457791168	1	1	1	1	1	False	8783	fragment	False	MON0104_000000034871	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.00014764385022351638	NZ_ATAE01000003.1	firmicutes	Bacillus marmarensis DSM 21297 Contig11, whole genome shotgun sequence	True	False
MAD0011_000000011959	1177	0.5107703222347261	1	1	1	1	1	False	19706	maximal	True	MAD0011_000000011959	1.0		5	2	False	False	0.9770603179931641	0					non-mobilizable	no_good_hit	638.0	75.705	54.0	0.00013078709658224184	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
FIJ0069_000000008011	2928	0.5107684421303893	4	4	4	4	3	False	44997	maximal	True	FIJ0069_000000008011	1.0		14	2	False	False	0.9866803288459778	0					non-mobilizable	no_good_hit	613.0	74.225	21.0	0.008645368143822283	NZ_AUME01000011.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
ISR0101_000000009236	2604	0.5107659267343254	7	5	5	3	3	False	33141	maximal	True	ISR0101_000000009236	1.0		1	1	False	False	0.9857910871505737	0					non-mobilizable	no_good_hit	360.0	98.611	14.0	0.0011105027576969596	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ENG0195_000000004057	5320	0.5107613307880617	3	3	3	3	3	False	122833	maximal	True	ENG0195_000000004057	1.0		39	4	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	86.242	58.0	0.0005293443355036167	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0069_01_000000024745	2484	0.5107603137633012	4	2	1	1	2	False	95914	fragment	False	SPA0077_000000008270	0.26133804495364704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	74.069	29.0	0.00019909896532853706	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MAD0002_000000040417	1156	0.5107583763188296	2	2	2	2	1	False	20117	fragment	False	MAD0002_000000040417	1.0		0	0	False	False	0.9896193742752075	0					non-mobilizable	no_good_hit	344.0	76.744	30.0	0.00028547413821971294	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0007_000000016171	1104	0.5107583192061304	2	1	1	1	1	False	38419	fragment	False	ISR0007_000000016171	1.0		0	0	False	False	0.9981883764266968	0					non-mobilizable	other	1104.0	97.554	100.0	0.003922251934456077	NZ_DS499662.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0323_000000009932	2089	0.5107580208961735	2	1	1	1	1	False	24980	maximal	True	ISR0323_000000009932	1.0		310	11	False	False	0.9990426301956177	0					non-mobilizable	other	2089.0	98.277	100.0	0.0004409823854148033	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0024_000000024698	1124	0.5107578156692704	1	1	1	1	1	False	37402	maximal	True	ISR0024_000000024698	1.0		5	3	False	False	0.9946619272232056	0					non-mobilizable	no_good_hit								True	False
ISR0039_000000018013	2035	0.5107555343595884	3	2	2	2	2	False	102777	fragment	False	SPA0019_000000012543	0.6917359407834387		0	0	False	False	1.0	0					non-mobilizable	other	2035.0	98.28	100.0	0.00593884218855386	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
ISR0246_000000007488	2719	0.5107538713723748	3	3	3	2	3	False	70892	fragment	False	ISR0246_000000007488	0.9518716577540107		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1103.0	74.252	40.0	0.003952124901650103	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MON0086_000000001196	15988	0.5107537973298648	16	14	6	8	13	False	9754	maximal	True	MON0086_000000001196	1.0		15	7	False	False	0.9998123645782471	0					non-mobilizable	other	15890.0	99.93700000000001	99.0	0.06518661967496954	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0087_000000022882	1608	0.5107535589155515	3	2	2	2	1	False	33830	maximal	True	ISR0087_000000022882	1.0		5	4	False	False	0.9881840944290161	0					non-mobilizable	no_good_hit	813.0	76.26100000000001	56.0	0.0002381128229368233	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	False
MON0089_000000015756	1722	0.5107510710005359	3	3	3	2	2	False	9602	fragment	False	MON0089_000000015756	1.0		0	0	False	False	0.9721254110336304	0					non-mobilizable	no_good_hit	563.0	78.33	33.0	0.008746219325870724	NZ_CZBD01000024.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0220_000000004514	2160	0.510749222153345	4	4	1	3	4	True	65312	fragment	False	ISR0056_000000007748	0.5360076851079477		0	0	False	False	0.9731481671333313	0					non-mobilizable	plasmid	2160.0	100.0	100.0	0.016654838311528017	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0059_000000005548	2258	0.5107472566480058	4	4	1	3	3	True	65312	fragment	False	ISR0056_000000007748	0.5543077514097925		0	0	False	False	1.0	0					non-mobilizable	plasmid	2258.0	100.0	100.0	0.017410824487780793	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
ENG0125_000000011712	2228	0.5107472566480058	4	4	1	3	3	True	65312	fragment	False	ISR0056_000000007748	0.5277002428789399		0	0	False	False	1.0	0					non-mobilizable	plasmid	2228.0	100.0	100.0	0.032610446471716625	CP052261.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-3, complete sequence	False	True
ISR0396_000000012545	1828	0.5107471293920892	2	2	2	2	2	False	22678	maximal	True	ISR0396_000000012545	1.0		17	7	False	False	0.9972647428512573	0					non-mobilizable	chromosome	1831.0	92.955	100.0	0.0007164697453297114	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
ISR0014_000000022377	1578	0.5107469996848407	2	2	2	2	1	False	91006	fragment	False	USA0041_01_000000009135	0.4696880517951736		0	0	False	False	0.999366283416748	0					non-mobilizable	no_good_hit	1077.0	90.529	68.0	0.000378984765447599	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0118_000000001819	4587	0.510746538862104	6	4	0	1	3	True	109170	fragment	False	CHI0118_000000001819	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4509.0	100.0	98.0	0.06684559379587479	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
SPA0001_000000009070	3742	0.510746538862104	5	4	0	1	3	True	129072	fragment	False	SPA0001_000000009070	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3740.0	96.49700000000001	99.0	0.0009924755209300732	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
CHI0057_000000004816	3654	0.510746538862104	6	4	0	1	3	True	129062	fragment	False	CHI0057_000000004816	1.0		0	0	False	False	0.9961685538291931	0					non-mobilizable	other	3654.0	98.057	100.0	0.0009698890632917716	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ENG0009_000000005065	2403	0.5107454423045978	4	3	3	3	2	False	67328	maximal	True	ENG0009_000000005065	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	79.423	44.0	0.005086907303652543	NZ_FLKM01000007.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ENG0033_000000010984	2398	0.5107454423045978	4	3	3	3	2	False	67328	maximal	False	ENG0009_000000005065	0.9989596337910944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1074.0	79.423	44.0	0.005086907303652543	NZ_FLKM01000007.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
ENG0134_000000012565	3081	0.5107423249958054	3	3	3	3	3	False	86204	maximal	True	ENG0134_000000012565	1.0		3	2	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	1416.0	71.257	45.0	0.00021641694883151925	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
MON0053_000000005908	5294	0.5107406789876708	5	1	1	1	1	True	107829	fragment	False	MON0053_000000005908	1.0		0	0	False	False	0.9939554333686829	0					non-mobilizable	virus	5280.0	98.258	99.0	0.1878246637728599	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	False	True
ISR0299_000000001610	4601	0.5107406789876708	4	1	1	1	1	True	25619	fragment	False	ISR0299_000000001610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1836.0	77.941	40.0	0.06475485661424607	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
USA0015_01_000000011380	2920	0.5107406789876708	2	1	1	1	1	True	107828	fragment	False	USA0015_01_000000011380	1.0		0	0	False	False	0.9907534122467041	0					non-mobilizable	virus	2920.0	98.56200000000001	100.0	0.10385682772361773	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	False	True
ENG0100_000000015109	2019	0.5107406789876708	1	1	1	1	1	True	60573	fragment	False	ENG0100_000000015109	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	573.0	76.44	28.0	0.12949476558944015	MK233981.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_3-CL41_c8 sequence	True	True
ISR0352_000000004895	1912	0.5107406789876708	1	1	1	1	1	True	24058	fragment	False	ISR0352_000000004895	0.971081081081081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0356_000000010758	1850	0.5107406789876708	1	1	1	1	1	True	24058	fragment	False	ISR0352_000000004895	0.955805439330544		0	0	False	False	0.9837837815284729	0					non-mobilizable	virus	1802.0	78.08	97.0	0.06358073009321853	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	False	True
MAD0094_000000008989	1760	0.5107406789876708	1	1	1	1	1	True	107827	fragment	False	MAD0094_000000008989	0.9705377574370709		0	0	False	False	1.0	0					non-mobilizable	virus	1760.0	93.807	100.0	0.06258450152992244	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	False	True
AST0104_000000019699	1748	0.5107406789876708	1	1	1	1	1	True	107827	fragment	False	MAD0094_000000008989	0.9673295454545454		0	0	False	False	0.9988558292388916	0					non-mobilizable	virus	1748.0	99.14200000000001	100.0	0.06215754643136697	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	False	True
SPA0055_000000020680	1490	0.5107406246083713	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.10263013618159561		0	0	False	False	1.0	0					non-mobilizable	chromosome	1490.0	98.322	100.0	0.00047993197794182345	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0076_000000023363	2047	0.510739993529661	3	3	3	3	3	False	10287	fragment	False	MON0076_000000023363	1.0		0	0	False	False	0.9926722049713135	0					non-mobilizable	no_good_hit	107.0	83.178	5.0	0.000588676311332019	NZ_ATZZ01000021.1	b-proteobacteria	Chitinimonas koreensis DSM 17726 F559DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	False
USA0027_01_000000006714	3999	0.5107348743200388	4	2	2	2	1	True	79357	maximal	True	USA0027_01_000000006714	1.0		13	4	False	False	1.0	0					non-mobilizable	other	2461.0	98.90299999999999	99.0	0.00045787324207386055	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	True
MAD0088_000000003836	4885	0.5107342210318842	12	4	2	4	2	False	15916	maximal	True	MAD0088_000000003836	1.0		1	1	False	False	0.9926304817199707	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	3.268882260581518e-06	NZ_LT629701.1	high GC Gram+	Allokutzneria albata strain DSM 44149 chromosome I	True	False
ISR0297_000000004052	3192	0.5107297334317727	3	3	3	3	3	True	116468	maximal	True	ISR0297_000000004052	1.0		7	5	False	False	1.0	0					non-mobilizable	no_good_hit	1126.0	99.911	39.0	0.00033871595641192314	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
USA0062_01_000000006302	3840	0.5107286887449938	4	4	4	3	2	True	36468	maximal	True	USA0062_01_000000006302	1.0		34	8	False	False	1.0	0					non-mobilizable	no_good_hit	883.0	98.52799999999999	23.0	0.00019629016047722098	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
FIJ0011_000000010535	4063	0.5107249939908663	3	2	2	2	2	False	51000	maximal	True	FIJ0011_000000010535	0.9899975302543838		187	13	False	False	0.9980310201644897	0					non-mobilizable	no_good_hit								True	False
ISR0311_000000003385	4883	0.510724959537427	7	2	1	1	0	False	25305	maximal	True	ISR0311_000000003385	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0038_000000001644	2257	0.510719825784542	3	2	2	2	1	False	73356	maximal	True	DEN0038_000000001644	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	1451.0	95.865	64.0	0.000578992784152688	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
CHI0119_000000005117	2203	0.5107135292180481	2	2	2	2	1	False	81938	maximal	True	CHI0119_000000005117	1.0		511	14	False	False	0.9972764253616333	0					non-mobilizable	chromosome	2203.0	96.55	100.0	0.0006160174041009798	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AUS0012_000000003278	4533	0.5107133404597041	5	5	2	4	4	False	131163	fragment	False	AUS0012_000000003278	1.0		0	0	False	False	0.9962497353553772	0					non-mobilizable	no_good_hit	1531.0	82.43	50.0	0.0004385492928248013	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
USA0017_01_000000017295	1578	0.5107095312084972	2	2	2	2	1	True	1884	maximal	True	USA0017_01_000000017295	1.0		6	5	False	False	0.999366283416748	0					non-mobilizable	no_good_hit	1276.0	82.68	81.0	0.00035541402378170026	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
DEN0031_000000007980	3989	0.5107054506854753	5	4	3	4	2	True	85004	maximal	True	DEN0031_000000007980	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	973.0	71.531	24.0	0.008741790178612551	NZ_CACWHY010000011.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	True
ENG0081_000000010625	2510	0.5107039908510037	2	2	2	2	1	True	61670	fragment	False	ENG0081_000000010625	1.0		0	0	False	False	0.9964143633842468	0					non-mobilizable	no_good_hit								True	True
MON0046_000000003585	7199	0.5107006756751497	10	7	6	5	4	True	93271	fragment	False	MON0046_000000003585	0.9512178118661095		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	82.29700000000001	3.0	7.250084700508761e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0098_000000009788	4319	0.5106945769930585	7	2	1	2	1	False	15344	maximal	True	MAD0098_000000009788	1.0		12	5	False	False	0.9997684359550476	0					non-mobilizable	no_good_hit								True	False
MON0049_000000016443	1345	0.5106920284832437	3	3	3	2	2	False	56509	fragment	False	ENG0159_000000016731	0.957577955039884		0	0	False	False	0.9724907279014587	0					non-mobilizable	no_good_hit	139.0	79.137	10.0	0.001550177082272537	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
CHI0066_000000003938	3282	0.5106917591963014	4	4	4	4	2	False	103392	fragment	False	SPA0007_000000006992	0.9735445920104135		0	0	False	False	0.99329674243927	0					non-mobilizable	chromosome	3282.0	99.726	100.0	0.0006420753691982297	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ENG0060_000000007268	3712	0.5106906756091005	5	4	4	4	4	False	88287	fragment	False	SPA0067_000000004855	0.32061362930875165		0	0	False	False	0.9911099076271057	0					non-mobilizable	other	3681.0	99.402	99.0	0.001181460824942179	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0237_000000002406	3710	0.5106906756091005	5	4	4	4	4	False	88287	fragment	False	SPA0067_000000004855	0.259573628412056		0	0	False	False	0.9878706336021423	0					non-mobilizable	other	3710.0	99.73	100.0	0.001190771249921343	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0296_000000015348	1703	0.5106897208895417	3	2	2	2	2	False	25674	fragment	False	ISR0296_000000015348	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.007629273806159932	XM_013334015.1	moths	PREDICTED: Amyelois transitella homeobox protein caupolican (LOC106134059), mRNA	True	False
FIJ0140_000000017138	1886	0.5106881353103724	2	2	2	2	2	False	40382	maximal	True	FIJ0140_000000017138	0.993293991416309		623	15	False	False	0.9984093308448792	0					non-mobilizable	no_good_hit	532.0	85.15	87.0	0.00022258597959838112	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0814_000000021888	1864	0.5106881353103724	2	2	2	2	2	False	40382	maximal	False	FIJ0140_000000017138	0.9886002120890774		0	0	False	False	0.9994634985923767	0					non-mobilizable	no_good_hit	532.0	85.15	87.0	0.00022258597959838112	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0107_000000022059	2657	0.5106880046228983	3	3	3	3	3	False	117348	maximal	True	MON0107_000000022059	1.0	PS787	3	1	False	True	0.998494565486908	0					non-mobilizable	no_good_hit	1501.0	98.734	57.0	0.0006503785853745465	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	True
MON0027_000000019897	2056	0.5106877827112231	2	2	2	1	1	False	12652	fragment	False	MON0027_000000019897	1.0		0	0	False	False	0.9246109127998352	0					non-mobilizable	no_good_hit	41.0	90.244	2.0	7.426868553710185e-05	NZ_NMZM01000002.1	a-proteobacteria	Oceaniglobus indicus strain 1-19b NODE_2_length_538585_cov_323.247, whole genome shotgun sequence	True	False
MON0047_000000004514	7134	0.5106858540584545	10	9	7	6	9	True	14000	maximal	True	MON0047_000000004514	0.9991330732553099		3	1	False	False	1.0	0					non-mobilizable	plasmid	7132.0	99.88799999999999	100.0	0.051565923536940755	CP024248.1	enterobacteria	Escherichia coli O27:H7 strain B4103-1 plasmid unnamed3, complete sequence	False	True
MON0052_000000020091	1445	0.5106855106065238	2	2	2	1	1	False	19646	maximal	False	MAD0012_000000020751	0.9760765550239234		0	0	False	False	0.9896193742752075	0					non-mobilizable	no_good_hit	388.0	72.423	26.0	0.010914835559385322	KC246800.1	bacteria	Uncultured bacterium Contig27 genomic sequence	True	False
ISR0196_000000011013	1861	0.5106848729946903	2	2	2	2	2	False	67048	fragment	False	USA0134_01_000000002160	0.9733510828991877		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	0.0002043837698324315	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	True	False
CHI0064_000000006840	2618	0.5106832531451105	4	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.5468581581404403		0	0	False	False	1.0	0					non-mobilizable	chromosome	2619.0	97.976	100.0	0.0005826390477657195	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0038_000000005518	2158	0.5106832531451105	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.30314499781972587		0	0	False	False	1.0	0					non-mobilizable	other	2065.0	96.61	100.0	0.006555107044516926	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
CHI0164_000000014159	1470	0.5106816174372371	2	2	2	1	1	False	78365	fragment	False	CHI0164_000000014159	1.0		0	0	False	False	0.9959183931350708	0					non-mobilizable	other	1470.0	99.456	100.0	0.015152609157580946	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0228_000000003028	7017	0.5106812861485935	9	6	2	3	5	False	118664	maximal	True	ISR0228_000000003028	1.0		79	8	False	False	0.999857485294342	0					non-mobilizable	other	6162.0	99.546	100.0	0.001192243506492878	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0019_000000007783	1103	0.5106797503773733	2	2	1	2	2	False	89405	fragment	False	CHI0019_000000007783	1.0		0	0	False	False	0.9990933537483215	0					non-mobilizable	other	583.0	98.62799999999999	100.0	0.0014235676268002505	NZ_CZAF01000006.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ENG0100_000000008897	3333	0.5106772780359365	5	4	2	3	3	False	65325	maximal	False	FIJ0081_000000010089	0.9864008834175675		0	0	True	True	0.9993999600410461	16					non-mobilizable	no_good_hit	49.0	97.959	1.0	3.914309246740114e-05	NZ_CWHU01000005.1	firmicutes	Anaerococcus jeddahensis strain SB3, whole genome shotgun sequence	True	True
ISR0192_000000013548	1279	0.5106754936058685	2	1	1	1	1	False	29115	maximal	True	ISR0192_000000013548	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	98.81	8.0	1.794060061672436e-05	CP056716.1	enterobacteria	Enterobacter asburiae strain RHBSTW-00516 chromosome, complete genome	True	False
ISR0307_000000007068	1570	0.5106749652062599	2	2	2	2	2	False	67509	fragment	False	ISR0307_000000007068	1.0		0	0	False	False	0.9987261295318604	0					non-mobilizable	chromosome	1570.0	86.43299999999999	100.0	0.0004646858039819634	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
SPA0053_000000026883	1216	0.5106741235585811	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.15910980493510107		0	0	False	False	0.9967105388641357	0					non-mobilizable	other	1216.0	97.944	100.0	0.02609181568088033	NZ_CYYA01000024.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MON0051_000000021051	1694	0.5106739376320268	3	3	3	3	3	False	87115	fragment	False	MON0051_000000021051	0.9849879383188839		0	0	False	False	1.0	0					non-mobilizable	chromosome	1694.0	99.115	100.0	0.00045161973564906933	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0284_000000004756	2383	0.5106734372325429	3	3	2	3	2	True	113497	maximal	False	MON0047_000000015990	0.8983613398276833	PS730	0	0	False	True	0.997482180595398	0					non-mobilizable	chromosome	1993.0	83.64299999999999	91.0	0.0006915465406639125	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
DEN0011_000000039005	1219	0.5106711142098963	2	2	2	2	1	True	75562	maximal	True	DEN0011_000000039005	1.0		10	4	False	False	0.9729286432266235	0					non-mobilizable	other	1219.0	99.75399999999999	100.0	0.00029174395763983214	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	False	True
MON0051_000000031131	1194	0.5106697607471539	2	2	2	2	2	False	131174	fragment	False	AST0002_000000028230	0.6432951313457976		0	0	False	False	1.0	0					non-mobilizable	other	1151.0	98.61	96.0	0.004238990604185174	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
CAN0020_000000011679	3178	0.5106691819391873	6	4	3	4	2	False	91901	fragment	False	ISR0386_000000009930	0.9529821702049935		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	94.204	40.0	0.00024934592665110767	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0029_000000007932	4422	0.5106691791939096	5	4	2	2	3	True	48892	maximal	True	FIJ0029_000000007932	1.0		2	2	False	False	0.9970601797103882	0					non-mobilizable	no_good_hit	348.0	100.0	8.0	6.720652681898726e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0031_000000019876	1652	0.510666719128421	3	3	3	3	3	False	93148	fragment	False	SPA0031_000000019876	1.0		0	0	False	False	0.9921307563781738	0					non-mobilizable	no_good_hit	535.0	76.075	32.0	0.0002610918645836247	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0075_000000008868	2757	0.5106659768100037	3	3	2	3	2	False	91312	fragment	False	ISR0075_000000008868	1.0		0	0	False	False	0.9916576147079468	0					non-mobilizable	other	2733.0	97.695	99.0	0.0008167533694813467	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
USA0101_01_000000009439	3444	0.5106628650497373	5	3	3	3	3	False	13482	maximal	True	USA0101_01_000000009439	1.0		1	1	False	False	0.9997096657752991	0					non-mobilizable	no_good_hit	1076.0	71.747	30.0	0.0004299054905952528	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
MON0055_000000014765	1636	0.5106590940371575	2	2	2	2	2	False	56904	maximal	True	MON0055_000000014765	1.0		497	13	False	False	0.9889975786209106	0					non-mobilizable	other	1643.0	74.01100000000001	99.0	0.0004883531389334573	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0077_000000012874	2247	0.5106581114620267	4	4	3	3	2	True	5697	maximal	True	SPA0077_000000012874	1.0		5	4	False	False	0.9995549917221069	0					non-mobilizable	no_good_hit	713.0	89.48100000000001	32.0	0.0002984580366742888	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
USA0082_01_000000012990	2312	0.51064726529171	2	2	2	2	2	False	126313	backbone	False	ISR0092_000000010080	0.7847021084175658	PS954	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	3.0	0.03175929795236105	KJ910967.1	bacteria	Uncultured bacterium clone F5_CH_2 genomic sequence	True	True
ENG0130_000000013872	2150	0.5106461879089441	3	3	3	1	2	False	124161	fragment	False	ISR0115_000000014150	0.8729786632196641		0	0	False	False	1.0	0					non-mobilizable	chromosome	2049.0	80.332	100.0	0.0005415942218515716	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0023_000000013958	1965	0.5106461879089441	3	3	3	1	2	False	124161	fragment	False	ISR0115_000000014150	0.5879128291212311		0	0	False	False	0.9908397197723389	0					non-mobilizable	chromosome	1864.0	79.98899999999999	100.0	0.0004925532804370057	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0129_000000010845	2454	0.5106459488949104	4	4	4	3	3	False	114694	maximal	True	ENG0129_000000010845	1.0		77	10	False	False	0.9971475005149841	0					non-mobilizable	other	2454.0	99.552	100.0	0.0011151049212357708	CP015283.1	firmicutes	Streptococcus salivarius strain ATCC 25975, complete genome	False	False
MON0015_000000017439	2162	0.5106459488949104	4	4	4	3	3	False	114692	fragment	False	MON0015_000000017439	1.0		0	0	False	False	0.9976873397827148	0					non-mobilizable	other	2162.0	97.179	100.0	0.0009775741504242789	FR873482.1	firmicutes	Streptococcus salivarius JIM8777 complete genome	False	False
SPA0021_000000007786	4079	0.5106408362735517	5	3	2	3	2	False	117898	fragment	False	SPA0127_000000006797	0.9608961958328628		0	0	False	False	0.997058093547821	0					non-mobilizable	no_good_hit	3444.0	93.177	84.0	0.001083649345192748	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
FIJ0002_000000015913	2241	0.510640262541793	4	3	3	3	3	False	52396	maximal	True	FIJ0002_000000015913	1.0		3	2	False	False	0.9982150793075562	0					non-mobilizable	no_good_hit	1282.0	97.816	57.0	0.0005707586806415524	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0140_000000012862	1824	0.5106394839939166	2	1	1	1	1	False	31239	maximal	True	ISR0140_000000012862	1.0		1	1	False	False	0.9950658082962036	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	4.043612982471413e-06	NZ_CM001403.1	CFB group bacteria	Mucilaginibacter paludis DSM 18603 chromosome, whole genome shotgun sequence	True	False
DEN0096_000000039023	1174	0.5106354925700585	2	1	1	1	1	False	68104	maximal	True	DEN0096_000000039023	1.0		3	3	False	False	0.9812606573104858	0					non-mobilizable	no_good_hit	861.0	90.825	73.0	0.03754802654558156	NZ_FMJR01000107.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
FIJ0038_000000021587	1637	0.510635399296793	2	1	1	1	1	False	47634	maximal	True	FIJ0038_000000021587	1.0		1	1	False	False	0.9859499335289001	0					non-mobilizable	no_good_hit	1042.0	82.43799999999999	64.0	0.0001531955350062856	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	False
MON0109_000000011981	2899	0.5106352838366539	4	3	3	3	3	False	8505	maximal	True	MON0109_000000011981	1.0		1	1	False	False	0.9975853562355042	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0003148320895522388	NZ_JACBYE010000010.1	high GC Gram+	Sanguibacter inulinus strain DSM 100099 NODE_10_length_85760_cov_22.461563, whole genome shotgun sequence	True	False
ISR0021_000000014941	1595	0.5106309621844191	3	2	2	2	2	False	71416	fragment	False	ISR0021_000000014941	1.0		0	0	False	False	0.9962382316589355	0					non-mobilizable	other	1596.0	97.619	100.0	0.002648116019026589	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0058_000000021383	1261	0.5106286666068955	2	2	2	2	2	False	75015	fragment	False	DEN0018_000000027412	0.5674621019288422		0	0	False	False	1.0	0					non-mobilizable	other	1261.0	95.242	100.0	0.0002939603741415657	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0026_000000001989	9865	0.510627814165004	12	11	4	5	11	True	123521	fragment	False	SPA0026_000000001989	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	9512.0	97.78200000000001	97.0	0.0018579285447022226	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
FIJ0113_000000005161	4797	0.5106268175214755	13	3	2	3	3	False	41963	maximal	True	FIJ0113_000000005161	1.0		2	1	False	False	0.998123824596405	0					non-mobilizable	no_good_hit								True	False
DEN0022_000000008847	4158	0.5106255589564977	5	4	4	3	4	False	106172	maximal	True	DEN0022_000000008847	1.0		67	8	False	False	1.0	0					non-mobilizable	other	2611.0	99.464	100.0	0.0007858210188756617	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0389_000000009680	2249	0.5106223722537334	3	2	2	2	1	False	56533	maximal	True	ISR0389_000000009680	0.991894395553497		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	266.0	80.075	12.0	0.001339158760114785	NZ_DF158901.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ENG0014_000000010271	2367	0.5106222780350946	4	3	2	2	3	False	89982	fragment	False	CHI0180_000000005807	0.5338964687326874		0	0	False	False	0.9991550445556641	0					non-mobilizable	other	1386.0	95.31	99.0	0.000267524034092086	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
SPA0020_000000025119	1380	0.5106168431743151	3	2	1	1	2	False	7710	maximal	True	SPA0020_000000025119	1.0		97	12	False	False	0.9963768124580383	0					non-mobilizable	other	1392.0	88.36200000000001	100.0	0.0074522940268734236	NZ_FQVI01000005.1	firmicutes	Lactonifactor longoviformis DSM 17459, whole genome shotgun sequence	False	False
DEN0001_000000011673	3508	0.5106153766338201	4	3	2	2	2	False	76946	maximal	True	DEN0001_000000011673	1.0		27	10	False	False	0.9997149109840393	0					non-mobilizable	no_good_hit								True	False
ENG0075_000000013580	1806	0.5106132281491693	3	3	2	3	1	False	62092	maximal	True	ENG0075_000000013580	1.0		1	1	False	False	0.9911406636238098	0					non-mobilizable	other	1806.0	90.86399999999999	100.0	0.0009989860540881967	NZ_JH815198.1	actinobacteria	Slackia piriformis YIT 12062 supercont1.1, whole genome shotgun sequence	False	False
FIJ0105_000000004112	6606	0.5106095490516319	9	5	1	5	0	False	112481	maximal	True	FIJ0105_000000004112	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	1388.0	90.994	36.0	0.0056865971091079924	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0051_01_000000003418	6587	0.5106095490516319	9	5	1	5	0	False	72745	fragment	False	USA0051_01_000000003418	1.0		0	0	False	False	0.9998481869697571	0					non-mobilizable	no_good_hit	2822.0	94.08200000000001	57.0	0.011553721110568618	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0116_01_000000004153	6493	0.5106095490516319	10	5	1	5	0	False	112479	maximal	True	USA0116_01_000000004153	1.0		7	5	False	False	0.9969197511672974	0					non-mobilizable	no_good_hit	913.0	91.12799999999999	35.0	0.0037336243645658533	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0191_000000004404	5707	0.5106095490516319	9	5	1	5	0	False	54753	fragment	False	ENG0191_000000004404	1.0		0	0	False	False	0.9998247623443604	0					non-mobilizable	no_good_hit	3201.0	94.62700000000001	64.0	0.013112816999068645	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0027_01_000000005756	4637	0.5106095490516319	7	5	1	5	0	False	112475	fragment	False	USA0027_01_000000005756	0.9544632768361582		0	0	False	False	0.998706042766571	0					non-mobilizable	no_good_hit	782.0	84.655	35.0	0.003175632151839528	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0077_000000004653	4424	0.5106095490516319	8	5	1	5	0	False	112475	fragment	False	USA0027_01_000000005756	0.9332542592193229		0	0	False	False	0.9995478987693787	0					non-mobilizable	no_good_hit	779.0	83.954	39.0	0.003187940803590844	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0154_000000032589	1249	0.5106059680973608	1	1	1	1	1	False	39547	maximal	True	FIJ0154_000000032589	1.0		19	3	False	False	0.9959967732429504	0					non-mobilizable	no_good_hit								True	False
ISR0383_000000000593	11889	0.5106055148299484	12	5	3	4	2	True	51322	fragment	False	SPA0044_000000001515	0.7042252364492901		0	0	False	False	0.9999158978462219	0					non-mobilizable	no_good_hit	1880.0	76.862	16.0	0.0006600980302235658	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0060_000000002425	4654	0.5106054432145709	1	1	1	1	1	False	85778	maximal	True	CHI0060_000000002425	1.0		267	13	False	False	0.9978513121604919	0					non-mobilizable	no_good_hit	1368.0	77.92399999999999	83.0	0.0052439359728585645	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0379_000000003927	5046	0.5105989452892041	4	4	3	4	2	False	113769	maximal	True	ISR0379_000000003927	1.0		119	11	False	False	0.9998018145561218	0					non-mobilizable	no_good_hit	4339.0	90.52799999999999	86.0	0.0012132828018072456	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0069_000000023767	2112	0.5105976943224378	6	6	2	4	6	False	106038	fragment	False	ISR0397_000000008279	0.7170937161354524		0	0	False	False	1.0	0					non-mobilizable	other	2112.0	100.0	100.0	0.1404711205749268	NZ_CABJDZ010000016.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0295_000000006011	5107	0.5105954639078188	4	4	3	4	3	False	74801	maximal	True	ISR0295_000000006011	1.0		9	5	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	74.47	21.0	0.013906252013764483	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	True	False
ENG0047_000000007999	2341	0.5105937203643014	4	2	1	1	2	False	67404	maximal	True	ENG0047_000000007999	1.0		14	4	False	False	0.9982913136482239	0					non-mobilizable	no_good_hit	879.0	80.432	37.0	0.0003002267122947294	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0065_000000018970	1835	0.5105911899862166	4	2	2	2	2	False	71080	fragment	False	DEN0065_000000018970	1.0		0	0	False	False	0.9989100694656372	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000018311	2592	0.5105906901255722	5	4	2	3	2	True	124291	fragment	False	AUS0022_000000012105	0.38665215814290893		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	2608.0	87.462	100.0	0.0006175444937597569	CP012320.1	firmicutes	Clostridioides difficile strain DSM 28196 chromosome, complete genome	False	True
MON0059_000000005278	6087	0.5105905000379328	8	5	4	5	3	True	93269	fragment	False	MON0059_000000005278	1.0		0	0	False	False	0.999671459197998	0					non-mobilizable	no_good_hit	609.0	69.622	10.0	0.00023199097667043152	CP017484.1	g-proteobacteria	Mannheimia haemolytica strain 39433 chromosome, complete genome	True	True
USA0051_01_000000005846	3697	0.5105895684322758	3	3	3	3	2	False	98803	maximal	True	USA0051_01_000000005846	1.0		61	9	False	False	1.0	0					non-mobilizable	other	3616.0	99.03200000000001	98.0	0.000604403005616497	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
FIJ0129_000000002305	8587	0.5105875262570719	10	4	2	4	1	False	40974	fragment	False	FIJ0129_000000002305	1.0		0	0	False	False	0.9989519119262695	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	1.088694325693154e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0131_000000025762	1122	0.5105865707994314	2	1	1	1	1	False	3754	maximal	True	SPA0131_000000025762	1.0		86	11	False	False	0.9991087317466736	0					non-mobilizable	other	995.0	98.995	100.0	0.0003991534570186493	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
ISR0177_000000011259	2549	0.5105854720041999	4	2	1	2	1	False	128920	maximal	True	ISR0177_000000011259	1.0	PS1059	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	1449.0	99.448	57.0	0.01992212759517356	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0383_000000014102	1116	0.5105842071291925	2	2	1	2	1	False	23092	fragment	False	ISR0383_000000014102	1.0		0	0	False	False	0.9784946441650391	0					non-mobilizable	no_good_hit	132.0	76.515	12.0	0.0008145753015794055	NZ_LUAV01000018.1	a-proteobacteria	Ensifer aridi strain LMR001 LMR001-V1_scaffold018, whole genome shotgun sequence	True	False
MON0101_000000006756	7399	0.5105837756788846	10	8	5	8	4	False	49671	maximal	True	MON0101_000000006756	1.0		1	1	False	False	0.9995945692062378	0					non-mobilizable	no_good_hit	378.0	75.661	5.0	0.005332132271749869	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
CHI0148_000000002179	5075	0.5105821261612734	5	5	3	3	4	False	79616	maximal	True	CHI0148_000000002179	1.0		16	3	False	False	1.0	0					non-mobilizable	no_good_hit	2053.0	74.525	40.0	0.0010459279627491925	NZ_UGGU01000003.1	fusobacteria	Fusobacterium necrogenes strain NCTC10723, whole genome shotgun sequence	True	False
SPA0155_000000017044	1138	0.5105801228096716	2	2	2	2	1	False	3193	maximal	True	SPA0155_000000017044	1.0		323	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0208_000000012244	2223	0.5105798976881325	4	4	4	3	3	False	28519	fragment	False	ISR0208_000000012244	0.9903846153846154		0	0	False	False	0.993702232837677	0					non-mobilizable	no_good_hit	43.0	90.698	2.0	6.855056681525818e-06	CP018319.1	g-proteobacteria	Pseudomonas frederiksbergensis strain AS1, complete genome	True	False
FIJ0132_000000006259	4520	0.5105782107881668	5	4	4	3	3	False	55477	maximal	True	FIJ0132_000000006259	1.0	PS236	8	2	False	True	0.9997787475585938	0					non-mobilizable	no_good_hit	832.0	89.06200000000001	18.0	0.00025019818646960726	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0026_000000004026	3092	0.5105774308977911	4	1	1	1	1	False	35281	maximal	True	MAD0026_000000004026	1.0		37	8	False	False	0.9980595111846924	0					non-mobilizable	no_good_hit	52.0	96.154	2.0	0.00012763305746240456	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
DEN0079_000000017646	3004	0.5105729674268624	4	4	4	4	2	False	75066	maximal	True	DEN0079_000000017646	1.0		3	2	False	False	0.9990013241767883	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	9.945555189306539e-05	NZ_JOEH01000016.1	high GC Gram+	Streptacidiphilus jeojiense strain NRRL B-24555 contig16.1, whole genome shotgun sequence	True	False
FIJ0158_000000007663	2367	0.5105724519731665	2	1	1	1	1	False	39435	maximal	True	FIJ0158_000000007663	1.0		217	11	False	False	0.9945077896118164	0					non-mobilizable	other	2348.0	86.286	99.0	0.0028369274600308844	NZ_FQXY01000008.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
MON0002_000000011965	2144	0.5105724519731665	2	1	1	1	1	False	53073	maximal	True	MON0002_000000011965	1.0		80	7	False	False	0.9939365386962891	0					non-mobilizable	no_good_hit								True	False
ISR0193_000000013998	1908	0.5105724519731665	1	1	1	1	1	False	29091	maximal	True	ISR0193_000000013998	1.0		49	9	False	False	1.0	0					non-mobilizable	other	1905.0	90.02600000000001	99.0	0.0031626110570067705	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	False
DEN0079_000000033625	1784	0.5105724519731665	1	1	1	1	1	False	69516	maximal	False	ENG0045_000000007071	0.9892857142857143		0	0	False	False	0.9955157041549683	0					non-mobilizable	other	1782.0	99.944	99.0	0.004099134141345326	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	False	False
ISR0205_000000008776	1924	0.5105712880402123	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.06285410419662739		0	0	False	False	1.0	0					non-mobilizable	other	1924.0	98.90899999999999	100.0	0.006607906808927375	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0067_000000006462	1574	0.5105700539228182	2	2	2	2	2	False	16502	fragment	False	MAD0067_000000006462	1.0		0	0	False	False	0.994282066822052	0					non-mobilizable	no_good_hit	545.0	74.862	34.0	0.010616683929567366	NZ_QZNE01000020.1	firmicutes	Kurthia gibsonii strain B83 scaffold20, whole genome shotgun sequence	True	False
ENG0194_000000024063	1100	0.5105632106444857	1	1	1	1	1	False	54490	maximal	True	ENG0194_000000024063	1.0		3	1	False	False	0.9972727298736572	0					non-mobilizable	no_good_hit	53.0	88.679	5.0	0.0006833563309021618	NZ_FQVD01000021.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	True	False
FIJ0036_000000016016	2480	0.5105537381418537	3	3	3	3	3	False	49283	fragment	False	MON0088_000000012625	0.9524385328496574		0	0	False	False	1.0	0					non-mobilizable	other	2479.0	87.616	99.0	0.015133371619887828	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
USA0005_01_000000009626	3706	0.5105501695732335	5	4	4	4	4	False	2182	maximal	True	USA0005_01_000000009626	1.0		10	5	False	False	0.9994603395462036	0					non-mobilizable	no_good_hit	240.0	75.417	6.0	3.7104484053610545e-05	CP017634.1	firmicutes	Peptococcaceae bacterium DCMF, complete genome	True	False
CHI0118_000000007576	1394	0.5105496130141981	3	3	3	2	1	False	88146	maximal	False	ISR0034_000000014875	0.9806629834254144		0	0	False	False	0.9921090602874756	0					non-mobilizable	other	1394.0	99.785	100.0	0.0004470328634941988	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
AST0113_000000014760	2565	0.5105492196119596	3	3	3	3	2	False	106620	fragment	False	AST0113_000000014760	1.0		0	0	False	False	0.9992202520370483	0					non-mobilizable	chromosome	2565.0	99.92200000000001	100.0	0.0007169799818853498	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0136_000000033417	1279	0.5105489292673424	2	2	2	2	2	False	87806	fragment	False	SPA0136_000000033417	0.9653448842706028		0	0	False	False	0.989835798740387	0					non-mobilizable	other	1279.0	99.375	100.0	0.005567099227662994	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0026_000000005163	5279	0.5105457622125421	5	5	5	5	5	False	36768	maximal	True	MON0026_000000005163	1.0		32	8	False	False	0.9837090373039246	0					non-mobilizable	no_good_hit	441.0	71.882	9.0	0.00015907149163976684	FP929056.1	bacteria	Fretibacterium fastidiosum draft genome	True	False
FIJ0066_000000026096	1289	0.5105456652484428	2	2	2	2	2	False	48820	fragment	False	FIJ0066_000000026096	0.9654921660453005		0	0	False	False	0.9937936663627625	0					non-mobilizable	no_good_hit	554.0	71.48	42.0	0.0023821685219106666	NZ_QSBM01000011.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf11, whole genome shotgun sequence	True	False
ISR0349_000000010598	1115	0.5105385259165937	2	2	2	2	2	False	24113	maximal	True	ISR0349_000000010598	1.0		660	12	False	False	0.9757847785949707	0					non-mobilizable	chromosome	1115.0	100.0	100.0	0.0005195435106030716	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
ISR0174_000000021127	1174	0.5105376367458166	1	1	1	1	1	False	29876	maximal	True	ISR0174_000000021127	1.0		39	5	False	False	0.9701873660087585	0					non-mobilizable	other	1181.0	80.102	100.0	0.617770767613039	NZ_JAAWUO010000037.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_37_length_1902_cov_261.886, whole genome shotgun sequence	False	False
MON0038_000000008624	3255	0.5105360658511746	3	3	3	3	3	False	12012	maximal	True	MON0038_000000008624	1.0		9	1	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	85.926	13.0	2.4033766365604882e-05	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0295_000000008040	4011	0.5105358234401055	3	3	3	1	2	False	27542	maximal	True	ISR0295_000000008040	1.0		197	11	False	False	0.9980055093765259	0					non-mobilizable	no_good_hit								True	False
ISR0351_000000003728	3418	0.5105352212723373	2	2	2	2	2	False	24081	fragment	False	ISR0351_000000003728	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3417.0	99.678	100.0	0.0010962413938953217	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0794_000000011677	1740	0.5105347428589412	2	2	2	2	2	False	21989	fragment	False	ISR0794_000000011677	1.0		0	0	False	False	0.9942528605461121	0					non-mobilizable	other	1719.0	99.59299999999999	99.0	0.006296476831677362	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0105_000000026047	1476	0.510533906197697	2	2	2	1	1	False	14792	maximal	True	MAD0105_000000026047	1.0		2	2	False	False	0.9959349632263184	0					non-mobilizable	plasmid	1488.0	98.925	100.0	0.01174046235472461	MN086777.1	enterobacteria	Escherichia coli plasmid p16EC-p0111, complete sequence	False	True
DEN0064_000000004586	6761	0.5105329303129387	6	3	1	3	1	False	71355	maximal	True	DEN0064_000000004586	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0012_000000008292	4611	0.5105328169100011	8	5	2	3	3	False	13613	fragment	False	MON0012_000000008292	1.0		0	0	False	False	0.9915419816970825	0					non-mobilizable	no_good_hit								True	False
FIJ0106_000000025753	1112	0.5105301571424028	2	1	1	1	1	False	42313	fragment	False	FIJ0106_000000025753	1.0		0	0	False	False	0.9847122430801392	0					non-mobilizable	chromosome	1113.0	92.54299999999999	100.0	0.00037395609533288655	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0076_000000000466	6541	0.5105299268731303	6	5	4	4	4	False	70017	maximal	True	DEN0076_000000000466	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	2735.0	85.631	81.0	0.10978798728728326	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	False
USA0113_01_000000015334	1164	0.51052978160441	2	1	1	1	1	False	269	fragment	False	USA0113_01_000000015334	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	89.726	100.0	0.09090199140960563	NZ_WNCH01000061.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold61_size12805, whole genome shotgun sequence	False	False
ENG0033_000000011099	2374	0.5105237288999771	4	3	2	2	3	True	65516	fragment	False	ENG0033_000000011099	1.0		0	0	False	False	0.9886267781257629	0					non-mobilizable	chromosome	2239.0	99.955	100.0	0.00031611817056566933	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
FIJ0076_000000009848	1425	0.5105204515527425	3	1	1	1	1	False	44534	maximal	True	FIJ0076_000000009848	1.0		14	5	False	False	0.9964912533760071	0					non-mobilizable	no_good_hit	890.0	94.27	62.0	0.00012262400421627275	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
CHI0006_000000013814	1164	0.5105170643443602	2	2	2	2	2	False	125698	fragment	False	FIJ0125_000000014532	0.7249683980661039		0	0	False	False	1.0	0					non-mobilizable	chromosome	1169.0	90.59	100.0	0.000392132179174449	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0186_000000009337	2931	0.5105135503315017	3	2	2	2	2	False	29343	maximal	True	ISR0186_000000009337	1.0		1	1	False	False	0.9993176460266113	0					non-mobilizable	no_good_hit	432.0	95.139	15.0	0.0019490791734091209	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	True	False
ISR0376_000000004481	4459	0.5105131869411891	7	4	4	3	2	True	91907	fragment	False	ISR0376_000000004481	0.9770408163265306		0	0	False	False	1.0	0					non-mobilizable	plasmid	3213.0	99.969	99.0	0.4000498194046581	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CAN0020_000000011509	3223	0.5105131869411891	6	4	4	3	2	True	91904	fragment	False	CAN0020_000000011509	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2022.0	100.0	100.0	0.25171254203512267	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CAN0017_000000013518	2669	0.5105116489579606	4	4	4	3	2	False	92511	maximal	True	CAN0017_000000013518	1.0		7	4	False	False	0.9958785772323608	0					non-mobilizable	other	2669.0	94.755	100.0	0.0007483881411252633	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CHI0127_000000008531	2204	0.5105115908648461	4	2	2	2	2	False	88806	maximal	True	CHI0127_000000008531	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1305.0	75.479	59.0	0.23535851122058019	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	True	False
MON0077_000000037551	1217	0.5105016730728524	2	1	1	1	1	False	10194	maximal	True	MON0077_000000037551	1.0		1	1	False	False	0.9860312342643738	0					non-mobilizable	no_good_hit	900.0	83.111	74.0	0.00037216288107236073	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
ENG0098_000000022303	1120	0.5105004116812342	2	2	2	2	2	False	60680	fragment	False	MON0004_000000043121	0.9857651245551601		0	0	False	False	0.987500011920929	0					non-mobilizable	other	1120.0	97.589	100.0	0.0003481190063022295	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
DEN0090_000000001620	10259	0.5104995956619696	14	4	2	2	3	True	113142	fragment	False	DEN0090_000000001620	1.0		0	0	False	False	0.9994151592254639	0					non-mobilizable	no_good_hit	7263.0	95.594	71.0	0.16576	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
MAD0065_000000001022	9347	0.5104995956619696	10	4	2	2	3	True	113139	fragment	False	MAD0065_000000001022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	7352.0	95.348	79.0	0.16777142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
AST0016_000000002876	8379	0.5104995956619696	10	4	2	2	3	True	123865	fragment	False	AST0016_000000002876	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7096.0	96.195	91.0	0.001818511384476071	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	False	True
FIJ0167_000000002336	7440	0.5104995956619696	9	4	2	2	3	True	113134	fragment	False	ISR0042_000000002093	0.16382049237689575		0	0	False	False	1.0	0					non-mobilizable	other	7287.0	94.936	98.0	0.1663542857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0064_000000002203	7332	0.5104995956619696	9	4	2	2	3	True	113134	fragment	False	ISR0042_000000002093	0.16425962025517907		0	0	False	False	1.0	0					non-mobilizable	other	7245.0	95.25200000000001	99.0	0.1653257142857143	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0041_000000003266	7286	0.5104995956619696	8	4	2	2	3	True	113134	fragment	False	ISR0042_000000002093	0.11469002159105851		0	0	False	False	0.9978039860725403	0					non-mobilizable	other	7021.0	95.029	96.0	0.1602742857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MON0010_000000002540	7223	0.5104995956619696	8	4	2	2	3	True	113134	fragment	False	ISR0042_000000002093	0.1028661561920288		0	0	False	False	1.0	0					non-mobilizable	other	6971.0	95.166	96.0	0.15915428571428572	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
DEN0082_000000004847	7172	0.5104995956619696	8	4	2	2	3	True	94525	fragment	False	ENG0072_000000001558	0.9245456367610771		0	0	False	False	1.0	0					non-mobilizable	other	7015.0	97.676	98.0	0.16364484890911213	NZ_KB894149.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00035.35, whole genome shotgun sequence	False	True
ISR0031_000000003622	5021	0.5104991607607758	5	3	2	3	1	True	37022	maximal	True	ISR0031_000000003622	1.0		16	4	False	False	0.9990041851997375	0					non-mobilizable	other	3110.0	81.89699999999999	99.0	0.001089515511139679	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0852_000000009774	1307	0.5104948350988986	1	1	1	1	1	False	74452	fragment	False	ISR0852_000000009774	0.9721337579617835		0	0	False	False	0.9961744546890259	0					non-mobilizable	other	1308.0	95.948	100.0	0.1557914827627341	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	False	False
ENG0038_000000000219	57111	0.5104938903196231	75	16	9	13	8	False	65120	maximal	True	ENG0038_000000000219	1.0		1	1	False	False	0.999982476234436	0					non-mobilizable	no_good_hit	41.0	100.0	0.0	0.00019659111014999901	NZ_FZOC01000007.1	d-proteobacteria	Desulfovibrio mexicanus strain DSM 13116, whole genome shotgun sequence	True	False
ISR0352_000000002405	3307	0.5104881293378373	3	3	2	3	2	False	24061	maximal	True	ISR0352_000000002405	1.0		150	8	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	3.2627764672854846e-07	HE601624.2	flatworms	Schistosoma mansoni strain Puerto Rico genome assembly, chromosome: 1	True	False
FIJ0121_000000009719	2680	0.5104853221473489	3	2	1	2	1	False	41485	maximal	True	FIJ0121_000000009719	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00014674630824333798	AC211385.4	primates	Pongo abelii BAC clone CH276-119C5 from chromosome unknown, complete sequence	True	False
MON0011_000000018364	2573	0.5104849771668389	5	3	2	3	1	True	45200	fragment	False	MON0011_000000018364	1.0		0	0	False	False	0.9996113777160645	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005782946732635096	NZ_LOBQ01000113.1	g-proteobacteria	Vibrio cidicii strain 2423-01, whole genome shotgun sequence	True	True
MON0046_000000015274	2144	0.5104849771668389	4	3	2	3	1	True	45197	fragment	False	MON0046_000000015274	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0058_000000005086	7265	0.5104841522236996	3	3	2	3	2	False	46075	fragment	False	FIJ0058_000000005086	1.0		0	0	False	False	0.9986235499382019	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	1.3552233016492164e-05	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0324_000000010290	3026	0.5104833079496954	4	3	2	2	2	True	130083	fragment	False	ISR0324_000000010290	1.0		0	0	False	False	0.9976867437362671	0					non-mobilizable	chromosome	2420.0	95.49600000000001	100.0	0.000852186413925467	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0021_000000011756	2459	0.5104796584058607	3	3	3	3	1	False	13074	maximal	True	MON0021_000000011756	1.0		6	3	False	False	0.9674664735794067	0					non-mobilizable	no_good_hit	760.0	75.0	31.0	0.00030867415252591534	NZ_VMBG01000001.1	verrucomicrobia	Rariglobus hedericola strain 53C-WASEF NODE_1_length_2445945_cov_106.723303, whole genome shotgun sequence	True	False
MAD0047_000000009284	4165	0.5104792849473606	4	3	3	3	1	True	114128	fragment	False	MAD0047_000000009284	0.9670983086680761		0	0	False	False	0.9973589181900024	0					non-mobilizable	no_good_hit	2553.0	97.376	61.0	0.168983174835406	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
FIJ0012_000000014778	1674	0.5104764029328895	1	1	1	1	1	False	50768	maximal	False	FIJ0056_000000012379	0.9555815312682642		0	0	False	False	0.999402642250061	0					non-mobilizable	no_good_hit	115.0	99.13	7.0	0.0006457142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ISR0785_000000016770	2163	0.5104759470436061	5	4	3	4	2	False	22191	maximal	True	ISR0785_000000016770	1.0		2	2	False	False	0.9898289442062378	0					non-mobilizable	chromosome	2171.0	84.8	99.0	0.0011391456936640314	CP047880.1	euryarchaeotes	Methanomassiliicoccaceae archaeon DOK chromosome, complete genome	False	False
FIJ0032_000000028592	1312	0.5104734497017207	2	1	1	1	1	False	48366	maximal	True	FIJ0032_000000028592	1.0		114	10	False	False	0.9596036672592163	0					non-mobilizable	no_good_hit	119.0	84.874	9.0	0.0011748977028724222	CP002412.1	firmicutes	Clostridium botulinum BKT015925 plasmid p2BKT015925, complete sequence	True	False
MAD0080_000000006180	1280	0.5104690423832308	2	2	2	2	2	False	19904	maximal	True	MAD0080_000000006180	1.0		30	5	False	False	1.0	0					non-mobilizable	chromosome	1266.0	88.389	99.0	0.0004363993290883158	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0182_000000005583	5454	0.5104668680785247	8	5	2	5	2	False	114842	maximal	True	ISR0182_000000005583	1.0		3	1	False	False	0.9990832209587097	0					non-mobilizable	no_good_hit	1398.0	98.712	58.0	0.16876057018603527	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
DEN0035_000000030120	1196	0.5104658983264155	2	2	2	2	2	False	73377	fragment	False	SPA0037_000000019699	0.9401948523519765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1199.0	97.49799999999999	100.0	0.0003347373081802689	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0098_000000017041	1469	0.5104658363444822	4	3	3	2	2	False	60696	fragment	False	ENG0098_000000017041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	585.0	76.068	40.0	0.006263048016701462	NZ_QSFS01000015.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf15, whole genome shotgun sequence	True	False
MON0110_000000003029	4180	0.5104641380640899	4	4	3	4	4	False	108270	fragment	False	MON0110_000000003029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1668.0	82.914	71.0	0.0005779154054540157	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0180_000000002976	6775	0.5104591327578728	9	7	6	7	5	False	126672	maximal	True	ISR0180_000000002976	1.0		13	3	False	False	0.9961623549461365	0					non-mobilizable	no_good_hit	564.0	75.355	8.0	0.0026922258956363705	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0047_000000008150	2657	0.5104585719735949	4	3	1	2	2	True	115390	maximal	True	AST0047_000000008150	1.0		35	7	False	False	0.9939781427383423	0					non-mobilizable	no_good_hit	572.0	99.476	22.0	0.0054403231799689394	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
ENG0104_000000013796	2291	0.5104585719735949	3	3	1	2	2	True	63744	fragment	False	ENG0104_000000013796	1.0		0	0	False	False	0.9943256378173828	0					non-mobilizable	no_good_hit								True	True
ISR0195_000000001664	12537	0.510457739882122	16	14	5	7	14	True	123779	maximal	True	ISR0195_000000001664	1.0		89	9	False	False	0.9996809363365173	0					non-mobilizable	chromosome	7581.0	99.406	99.0	0.0015659327093156571	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	True
FIJ0149_000000003954	5338	0.5104537628942477	7	6	6	4	1	True	52325	maximal	True	FIJ0149_000000003954	1.0		6	1	False	False	0.9977519512176514	0					non-mobilizable	no_good_hit	1654.0	84.522	62.0	0.026107093008501458	NZ_CYYU01000011.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
AUS0024_000000004529	6698	0.5104527885881982	9	5	5	5	5	False	98991	maximal	True	AUS0024_000000004529	1.0		1	1	False	False	0.9991042017936707	0					non-mobilizable	no_good_hit	1586.0	83.544	24.0	0.000546111086885651	HE793032.1	bacteria	Brachyspira pilosicoli WesB complete genome	True	False
FIJ0028_000000016190	1869	0.5104495888907478	3	2	2	2	2	False	48930	maximal	True	FIJ0028_000000016190	1.0		13	3	False	False	0.9764580130577087	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0005323868677905945	NZ_ARYI01000020.1	a-proteobacteria	Hyphomonas hirschiana VP5 contig20, whole genome shotgun sequence	True	False
MON0106_000000026765	1607	0.5104494003902462	3	2	2	2	1	True	8643	fragment	False	MON0106_000000026765	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1424.0	88.48299999999999	89.0	0.0006807420327349373	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
FIJ0008_000000002721	9377	0.5104478110334263	7	7	7	7	6	False	90224	maximal	True	FIJ0008_000000002721	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	3940.0	89.848	71.0	0.0031864715003612687	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0208_000000003772	6328	0.5104439012404294	5	5	4	5	4	False	127647	fragment	False	ISR0208_000000003772	0.9596922637129975		0	0	False	False	0.9998419880867004	0					non-mobilizable	chromosome	6283.0	97.167	99.0	0.0025841996064603755	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
TAN0022_000000002689	2074	0.5104434578906021	2	2	2	2	2	False	91542	fragment	False	DEN0028_000000013799	0.9369428581159831		0	0	False	False	0.9734811782836914	0					non-mobilizable	no_good_hit	300.0	87.667	46.0	8.333074672458434e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0169_000000010145	1526	0.5104433959716417	2	2	2	2	2	False	115613	fragment	False	USA0080_01_000000022560	0.4819584904506543		0	0	False	False	0.9986894130706787	0					non-mobilizable	chromosome	1526.0	97.24799999999999	100.0	0.0005377772649368164	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0378_000000008684	2920	0.5104429634416363	4	3	2	3	2	True	127127	fragment	False	USA0009_01_000000007820	0.9456555616351215		0	0	False	False	1.0	0					non-mobilizable	other	2922.0	95.585	100.0	0.009524990455430942	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
FIJ0001_000000001475	12027	0.5104408992394021	10	6	5	5	2	True	98600	fragment	False	FIJ0001_000000001475	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	79.108	4.0	0.008497106813324298	NZ_JH379366.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld77, whole genome shotgun sequence	True	True
ENG0161_000000011920	1793	0.5104393115709515	3	2	2	2	1	False	71826	fragment	False	USA0035_01_000000013996	0.9787644787644787		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	79.961	28.0	0.00015130496744214254	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
SPA0138_000000019064	1419	0.5104393115709515	2	2	2	2	1	False	71825	fragment	False	MON0062_000000022970	0.6376907763769077		0	0	False	False	0.9922480583190918	0					non-mobilizable	no_good_hit	508.0	80.118	36.0	0.000151001751074523	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
ENG0145_000000018199	1625	0.5104378042125636	2	2	2	2	2	False	57479	maximal	True	ENG0145_000000018199	1.0		5	3	False	False	0.9956923127174377	0					non-mobilizable	no_good_hit	673.0	77.563	41.0	0.0036607118355698252	NZ_LOQF01000002.1	fusobacteria	Sneathia sanguinegens strain CCUG41628 contig_5, whole genome shotgun sequence	True	False
MON0014_000000014844	1127	0.5104377247734566	2	2	2	2	1	False	13439	fragment	False	MON0014_000000014844	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1127.0	100.0	100.0	0.00494697162740429	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
SPA0100_000000011927	2515	0.5104363390073329	4	4	3	3	1	True	4967	maximal	True	SPA0100_000000011927	1.0		1	1	False	False	0.99522864818573	0					non-mobilizable	no_good_hit	574.0	95.819	23.0	0.00016022992574894906	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
SPA0057_000000002858	8910	0.5104348272755386	27	1	1	1	1	False	6350	maximal	True	SPA0057_000000002858	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	92.60700000000001	3.0	0.010610410685307702	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
ISR0172_000000004584	3469	0.5104337609654904	4	3	3	3	3	False	29942	fragment	False	ISR0172_000000004584	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3478.0	98.965	100.0	0.01146994787886785	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
TAN0005_000000008305	2033	0.5104315610241997	2	1	1	1	1	False	41724	maximal	True	TAN0005_000000008305	1.0		25	5	False	False	0.9857353568077087	0					non-mobilizable	no_good_hit	71.0	84.507	3.0	1.3408279229330419e-05	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
ETH0001_000000005938	4158	0.5104314913840383	6	6	6	6	4	False	63645	fragment	False	ENG0107_000000005829	0.9551355044409018		0	0	False	False	0.9997594952583313	0					non-mobilizable	no_good_hit	2307.0	74.079	55.0	0.000676713059809147	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MAD0087_000000027026	1190	0.5104252201001214	2	2	1	2	2	False	108112	fragment	False	AST0102_000000025267	0.9520933977455717		0	0	False	False	0.9907562732696533	0					non-mobilizable	other	1172.0	98.976	98.0	0.004316398258696381	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
ISR0037_000000011421	1990	0.5104207848961243	2	1	1	1	1	False	36699	maximal	True	ISR0037_000000011421	1.0		15	3	False	False	0.9788944721221924	0					non-mobilizable	no_good_hit								True	False
SPA0089_000000019484	1982	0.5104207848961243	2	1	1	1	1	False	131427	maximal	True	SPA0089_000000019484	1.0		423	12	False	False	0.996468186378479	0					non-mobilizable	other	1982.0	99.74799999999999	100.0	0.0041775060289007465	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ISR0821_000000015937	1935	0.5104207848961243	2	1	1	1	1	False	21232	maximal	True	ISR0821_000000015937	1.0		412	12	False	False	0.9994832277297974	0					non-mobilizable	other	1935.0	99.79299999999999	100.0	0.0006206472060285575	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ENG0104_000000019140	1659	0.5104207848961243	1	1	1	1	1	False	131426	fragment	False	ENG0104_000000019140	0.9993618332197635		0	0	False	False	0.998794436454773	0					non-mobilizable	other	1659.0	99.87899999999999	100.0	0.00349602398479219	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ISR0326_000000012108	1653	0.5104207848961243	1	1	1	1	1	False	68163	maximal	False	DEN0096_000000024148	0.7136493465504239		0	0	False	False	1.0	0					non-mobilizable	other	1649.0	99.87899999999999	99.0	0.004938419585867969	NZ_CZAI01000007.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
AST0002_000000023837	1570	0.5104207848961243	1	1	1	1	1	False	131426	fragment	False	ENG0104_000000019140	0.9808743538663501		0	0	False	False	0.9993630647659302	0					non-mobilizable	other	1570.0	99.745	100.0	0.0033061373471148835	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ENG0122_000000018769	1561	0.5104207848961243	1	1	1	1	1	False	131426	fragment	False	ENG0104_000000019140	0.977773042620257		0	0	False	False	0.9923126101493835	0					non-mobilizable	other	1560.0	99.87200000000001	99.0	0.003287148683347153	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
ISR0082_000000005766	4675	0.5104154875094846	5	5	5	5	4	False	53118	maximal	True	ISR0082_000000005766	1.0		6	3	False	False	0.9985026717185974	0					non-mobilizable	other	4675.0	99.70100000000001	100.0	0.032865500365640996	NZ_CYYU01000003.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
AST0014_000000004000	4625	0.5104122740165723	5	4	3	3	2	True	124535	maximal	True	AST0014_000000004000	1.0		50	10	False	False	0.9978378415107727	0					non-mobilizable	no_good_hit	3908.0	90.583	84.0	0.05808345565107989	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	True	True
ISR0139_000000014433	1839	0.5104117155172646	3	3	3	3	2	False	37270	maximal	True	ISR0139_000000014433	1.0		15	3	False	False	0.9983686804771423	0					non-mobilizable	no_good_hit	1255.0	95.538	71.0	0.0006948022805471983	NZ_JH815198.1	actinobacteria	Slackia piriformis YIT 12062 supercont1.1, whole genome shotgun sequence	True	False
TAN0014_000000004583	1400	0.5104085756418493	3	3	3	3	3	False	2542	maximal	True	TAN0014_000000004583	1.0		5	1	False	False	0.9992856979370117	0					non-mobilizable	no_good_hit	830.0	89.277	59.0	0.0344626168224299	NZ_CABKPS010000092.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0858_000000005041	1949	0.5104073746060259	2	1	1	1	1	False	20457	maximal	True	ISR0858_000000005041	1.0		219	11	False	False	1.0	0					non-mobilizable	other	1941.0	75.58	99.0	0.02032202924852808	NZ_SPFU01000021.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_21_length_94774_cov_19.94, whole genome shotgun sequence	False	False
ISR0077_000000022894	1570	0.5104073746060259	1	1	1	1	1	False	34481	fragment	False	ISR0077_000000022894	1.0		0	0	False	False	0.9974522590637207	0					non-mobilizable	other	1550.0	81.67699999999999	99.0	0.0008611870927569106	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	False
CHI0062_000000006475	2268	0.5104053909427412	2	2	2	2	1	False	85593	maximal	True	CHI0062_000000006475	1.0		155	9	False	False	1.0	0					non-mobilizable	chromosome	2268.0	99.647	100.0	0.0010340289956873648	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
FIJ0159_000000007322	3173	0.5104002661005818	5	5	5	5	5	False	73124	maximal	False	FIJ0163_000000007686	0.9420087064676617		0	0	False	False	0.9981090426445007	0					non-mobilizable	chromosome	3166.0	99.779	99.0	0.0006146587167697703	CP032167.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 chromosome, complete genome	False	False
ISR0149_000000002266	6575	0.510399958482971	4	3	3	3	3	False	30885	fragment	False	ISR0149_000000002266	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	608.0	71.546	9.0	0.013599727551367919	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
MAD0030_000000002770	3605	0.5103991455127918	4	2	2	2	2	False	18987	maximal	True	MAD0030_000000002770	1.0		1	1	False	False	0.9997225999832153	0					non-mobilizable	no_good_hit	329.0	73.86	9.0	0.007310704960835509	NZ_BBBG01000024.1	euryarchaeotes	Methanogenium cariaci JCM 10550, whole genome shotgun sequence	True	False
ENG0031_000000013424	1611	0.5103986602689148	3	2	2	1	1	False	65681	maximal	True	ENG0031_000000013424	0.9987569919204475		15	6	False	False	0.9987585544586182	0					non-mobilizable	no_good_hit	457.0	96.71799999999999	28.0	0.0001593724954806262	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0358_000000012190	1609	0.5103986602689148	3	2	2	1	1	False	65681	maximal	False	ENG0031_000000013424	0.9981378026070764		0	0	False	False	0.998135507106781	0					non-mobilizable	no_good_hit	457.0	96.93700000000001	28.0	0.0001593724954806262	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0018_000000022584	1216	0.5103986602689148	3	2	2	1	1	False	49926	fragment	False	FIJ0018_000000022584	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1037.0	97.686	85.0	0.011164274322169059	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	False
SPA0027_000000013797	2687	0.5103954103106432	3	2	1	2	1	False	94739	maximal	True	SPA0027_000000013797	1.0		386	11	False	False	0.9910681247711182	0					non-mobilizable	other	2647.0	99.811	99.0	0.0007987485668711938	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MAD0106_000000019991	1136	0.5103916252124729	1	1	1	1	1	False	14721	fragment	False	MAD0106_000000019991	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	156.0	91.667	14.0	4.108059024805474e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0170_000000016158	2832	0.5103911291282803	2	2	2	2	1	False	62108	maximal	True	ISR0170_000000016158	0.997347010965688		29	7	False	False	1.0	0					non-mobilizable	other	2832.0	99.18799999999999	100.0	0.012909197860474873	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0126_000000014544	2827	0.5103911291282803	2	2	2	2	1	False	62108	maximal	False	ISR0170_000000016158	0.9964689265536724		0	0	False	False	0.9946939945220947	0					non-mobilizable	other	2812.0	99.182	99.0	0.012817999005932485	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0075_000000009802	2519	0.5103911291282803	3	2	2	2	1	False	62107	fragment	False	ENG0075_000000009802	1.0		0	0	False	False	0.9948392510414124	0					non-mobilizable	other	2519.0	99.087	100.0	0.011481935786886516	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
SPA0100_000000012363	2402	0.5103911291282803	2	2	2	2	1	False	62107	fragment	False	ENG0075_000000009802	0.9767764986105598		0	0	False	False	0.9962531328201294	0					non-mobilizable	other	2402.0	99.126	100.0	0.010948422487813553	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0291_000000001523	6992	0.5103906868340827	8	8	4	6	7	True	123607	fragment	False	ISR0087_000000003064	0.9665356768834235		0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6997.0	99.757	100.0	0.0698147852466869	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0091_000000010082	2302	0.510389055425677	3	3	3	3	2	False	43380	maximal	True	FIJ0091_000000010082	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit	1517.0	88.53	65.0	0.0059354563548478815	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0050_000000023379	1099	0.5103863777375822	2	2	2	2	2	False	6565	maximal	True	SPA0050_000000023379	1.0		3	2	False	False	0.9981801509857178	0					non-mobilizable	no_good_hit	610.0	73.607	55.0	0.00021283203656886427	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0210_000000006494	2950	0.5103840530267306	5	3	3	2	1	False	28444	maximal	True	ISR0210_000000006494	1.0		1	1	False	False	0.9959322214126587	0					non-mobilizable	no_good_hit	736.0	99.185	25.0	0.010611113517259302	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0053_000000030429	1345	0.5103814066882383	2	2	2	1	1	False	11170	fragment	False	MON0053_000000030429	1.0		0	0	False	False	0.9992564916610718	0					non-mobilizable	chromosome	1345.0	98.959	100.0	0.0005997651812214593	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0006_000000012213	2622	0.5103791550324736	3	3	3	3	3	False	8252	maximal	True	SPA0006_000000012213	1.0		72	9	False	False	1.0	0					non-mobilizable	no_good_hit	410.0	88.04899999999999	15.0	0.0069913085717259685	NZ_WNCH01000014.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold14_size57643, whole genome shotgun sequence	True	False
AST0007_000000014591	1220	0.5103773990503503	2	2	2	2	2	False	126613	fragment	False	AST0007_000000014591	0.9867621373154416		0	0	False	False	0.9713114500045776	0					non-mobilizable	chromosome	1220.0	100.0	100.0	0.00026128649410326325	CP041422.1	enterobacteria	Escherichia coli strain STEC409 chromosome, complete genome	False	False
FIJ0009_000000039984	1131	0.5103732956249204	2	2	2	2	1	False	51122	fragment	False	ISR0290_000000015380	0.9526909722222223		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	3.0	4.2466724747419505e-05	NC_006908.1	mycoplasmas	Mycoplasma mobile 163K complete genome	True	False
ENG0096_000000018840	1734	0.5103729379813363	3	2	2	2	1	False	60845	maximal	True	ENG0096_000000018840	1.0		150	12	False	False	0.9896193742752075	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	9.140576848746957e-06	NZ_JAASRS010000001.1	firmicutes	Saccharococcus thermophilus strain DSM 4749 Ga0315738_01, whole genome shotgun sequence	True	False
FIJ0058_000000019262	2080	0.510372642585896	3	2	1	2	1	False	94555	maximal	True	FIJ0058_000000019262	1.0		1	1	False	False	0.9846153855323792	0					non-mobilizable	no_good_hit	1250.0	99.84	60.0	0.001163281291475076	CP054564.1	enterobacteria	Escherichia coli strain SCU-478 isolate rectal swab from healthy college student chromosome, complete genome	True	False
FIJ0131_000000008599	2154	0.5103711443682301	2	2	2	2	2	False	60854	maximal	True	FIJ0131_000000008599	1.0		60	10	False	False	0.9944289922714233	0					non-mobilizable	other	2154.0	96.565	100.0	0.02594632376866436	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	False	False
ENG0050_000000010156	2568	0.51036960949243	3	3	0	3	1	False	100393	fragment	False	ISR0373_000000005433	0.9551577454803262		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	94.355	5.0	0.014742898238043868	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
MON0107_000000029127	2057	0.51036960949243	3	3	0	3	1	False	100372	fragment	False	FIJ0029_000000013088	0.1883801433829571		0	0	False	False	0.9985415935516357	0					non-mobilizable	no_good_hit	111.0	95.495	5.0	0.013184705741340046	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
ISR0780_000000003800	2973	0.5103688739688513	5	2	1	2	2	False	118829	maximal	True	ISR0780_000000003800	0.9785109983079526		241	11	False	False	1.0	0					non-mobilizable	other	2974.0	95.662	100.0	0.000894511205777621	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
AST0028_000000005825	2955	0.5103688739688513	5	2	1	2	2	False	118829	maximal	False	ISR0780_000000003800	0.9757820383451059		0	0	False	False	1.0	0					non-mobilizable	other	2953.0	97.73100000000001	99.0	0.0008887906696248863	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0301_000000005878	2867	0.5103688739688513	4	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9758961364920455		0	0	False	False	1.0	0					non-mobilizable	other	1482.0	89.47399999999999	90.0	0.0004107169635270007	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0070_000000007555	2855	0.5103688739688513	4	2	1	2	2	False	106498	maximal	True	SPA0070_000000007555	1.0		721	13	False	False	1.0	0					non-mobilizable	no_good_hit	1618.0	96.415	78.0	0.00043279300756570414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AUS0008_000000009059	2608	0.5103688739688513	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.9447819248846434		0	0	False	False	0.9996165633201599	0					non-mobilizable	no_good_hit	1252.0	94.329	88.0	0.00034712387045892555	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0113_000000009806	2580	0.5103688739688513	3	2	1	2	2	False	110474	fragment	False	FIJ0113_000000009806	1.0		0	0	False	False	0.9965116381645203	0					non-mobilizable	chromosome	2589.0	92.005	100.0	0.0006922008288187082	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0113_01_000000007413	2562	0.5103688739688513	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.8511638702116928		0	0	False	False	1.0	0					non-mobilizable	other	1213.0	89.2	92.0	0.0003365713047969742	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0021_000000012010	1504	0.5103688259033158	4	3	3	3	2	False	66348	fragment	False	ENG0021_000000012010	1.0		0	0	False	False	0.9973404407501221	0					non-mobilizable	other	1508.0	93.17	100.0	0.009279455802432623	NZ_NFHM01000002.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_2, whole genome shotgun sequence	False	False
ENG0102_000000009885	2789	0.5103671163591973	5	3	1	1	3	False	88221	fragment	False	ENG0102_000000009885	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2797.0	94.601	100.0	0.0008087694963453185	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0049_000000003487	4523	0.510366984300684	7	4	2	4	3	False	17490	maximal	True	MAD0049_000000003487	1.0		5	1	False	False	0.9980101585388184	0					non-mobilizable	no_good_hit	115.0	96.522	3.0	0.0006601042269832078	NZ_SPFY01000001.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_1_length_172700_cov_16.8524, whole genome shotgun sequence	True	False
ISR0293_000000016484	2169	0.5103644224722345	2	2	2	2	2	True	25828	maximal	True	ISR0293_000000016484	1.0		3	1	False	False	0.9949285387992859	0					non-mobilizable	no_good_hit	1435.0	98.74600000000001	66.0	0.006827944401706748	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0053_000000004929	3839	0.5103638520822273	5	2	2	2	1	False	84833	maximal	True	ISR0053_000000004929	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2135.0	96.86200000000001	56.0	0.014334231332752672	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0255_000000006166	4569	0.5103621036894741	7	5	3	1	2	True	26904	fragment	False	ISR0255_000000006166	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	2757.0	99.855	100.0	0.08873434431243762	CP021624.1	other sequences	Unidentified plasmid plasmid ES_ALL_5057, complete sequence	False	True
CAN0010_000000004247	3036	0.5103619784800827	3	2	2	2	1	True	94633	fragment	False	CAN0010_000000004247	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3036.0	99.96700000000001	100.0	0.0005830774964746385	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
DEN0022_000000023356	1756	0.5103585600557052	2	1	1	1	1	False	74557	maximal	True	DEN0022_000000023356	1.0		3	3	False	False	0.9943052530288696	0					non-mobilizable	no_good_hit	259.0	95.367	15.0	0.0015195599166008976	NZ_WNAF01000007.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold7_size169786, whole genome shotgun sequence	True	False
ISR0816_000000022532	1697	0.5103576803761785	1	1	1	1	1	False	72044	fragment	False	ISR0816_000000022532	0.9819369222459515		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	99.234	100.0	0.0005442697318637195	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0087_000000015870	2155	0.5103557247331055	3	3	3	3	2	False	33841	maximal	True	ISR0087_000000015870	1.0		30	4	False	False	0.9712296724319458	0					non-mobilizable	chromosome	1877.0	80.607	99.0	0.0005840611508557773	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0003_000000002829	7719	0.5103553489068929	6	6	5	6	4	True	116706	maximal	True	ISR0003_000000002829	1.0	PS782|PS783	48	8	False	True	1.0	0					non-mobilizable	no_good_hit	2966.0	99.494	54.0	0.014661669007259133	NZ_SPFU01000009.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_9_length_202228_cov_27.6539, whole genome shotgun sequence	True	True
CHI0048_000000007921	2368	0.5103540552972788	3	3	3	3	1	False	86925	maximal	True	CHI0048_000000007921	1.0		83	9	False	False	0.9995777010917664	0					non-mobilizable	other	2368.0	99.662	100.0	0.0010395932629788849	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0127_000000006827	4298	0.510351630109038	6	5	5	4	2	False	75918	maximal	True	SPA0127_000000006827	1.0		3	3	False	False	0.9997673630714417	0					non-mobilizable	no_good_hit	332.0	91.867	32.0	0.00010572040884144937	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0060_000000009934	2871	0.5103494415262272	3	3	3	3	3	False	35418	fragment	False	ISR0060_000000009934	1.0		0	0	False	False	0.9965168833732605	0					non-mobilizable	other	2784.0	98.56299999999999	100.0	0.0008934797488625229	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
FIJ0066_000000022012	1512	0.5103488352584112	2	2	2	2	1	False	108059	maximal	True	FIJ0066_000000022012	1.0		5	4	False	False	0.9920634627342224	0					non-mobilizable	no_good_hit	1076.0	97.77	77.0	0.00037933763766868613	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CAN0016_000000020521	2355	0.5103469284990383	2	2	2	2	2	False	92911	maximal	True	CAN0016_000000020521	1.0		12	6	False	False	0.9893842935562134	0					non-mobilizable	no_good_hit	2065.0	78.354	86.0	0.0007980382768177135	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
ISR0160_000000008613	3207	0.5103465792637338	5	4	4	3	2	True	122205	fragment	False	ISR0160_000000008613	0.9981757877280265		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	100.0	3.0	3.1017324770232644e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0847_000000026831	1136	0.5103460014651648	1	1	1	1	0	True	20620	maximal	True	ISR0847_000000026831	1.0		2	2	False	False	0.98591548204422	0					non-mobilizable	no_good_hit	494.0	98.381	43.0	0.0004231948550493241	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	True
AUS0002_000000009608	3531	0.5103442861967452	4	1	1	1	1	False	116447	maximal	True	AUS0002_000000009608	1.0		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	99.265	35.0	0.005708204785930652	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
CAN0008_000000015595	1857	0.5103442700157597	2	1	1	1	1	False	94978	maximal	True	CAN0008_000000015595	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	814.0	99.01700000000001	44.0	0.00022417302076316436	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0817_000000004698	2542	0.5103407203379231	3	2	2	2	1	True	39074	maximal	True	ISR0817_000000004698	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0097_000000003049	7300	0.5103381556006327	8	7	7	7	6	False	109033	maximal	True	AST0097_000000003049	1.0		108	9	False	False	0.995342493057251	0					non-mobilizable	no_good_hit	2818.0	76.508	79.0	0.0009658646492841238	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0017_000000002717	6810	0.5103380458528542	9	6	5	6	3	False	13310	fragment	False	MON0017_000000002717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	568.0	72.711	8.0	0.00015783350819649673	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
TAN0002_000000020940	1907	0.5103366043515809	3	3	2	3	2	False	3033	maximal	True	TAN0002_000000020940	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0257_000000001166	10237	0.5103357248326506	11	2	2	2	0	False	26827	maximal	True	ISR0257_000000001166	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.3974350080427375e-05	CP016246.1	apicomplexans	Plasmodium coatneyi strain Hackeri chromosome 8, complete sequence	True	False
ISR0189_000000000738	10115	0.5103357248326506	12	2	2	2	0	False	63007	maximal	True	ISR0189_000000000738	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	1.5606269428586198e-05	NZ_VYYV01000001.1	firmicutes	Lactobacillus crispatus strain NCK971 1, whole genome shotgun sequence	True	False
FIJ0099_000000002818	7981	0.5103357248326506	9	2	2	2	0	False	63006	fragment	False	FIJ0099_000000002818	1.0		0	0	False	False	0.9959904551506042	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	7.830421103561853e-06	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	True	False
ISR0392_000000003755	7107	0.5103357248326506	8	2	2	2	0	False	63005	fragment	False	ISR0392_000000003755	0.9852317479551651		0	0	False	False	0.999437153339386	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.00023327659037891685	AC122456.4	rodents	Mus musculus BAC clone RP24-265M23 from chromosome 16, complete sequence	True	False
ISR0203_000000002712	6815	0.5103357248326506	7	2	2	2	0	False	28701	maximal	True	ISR0203_000000002712	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0028_000000004476	6602	0.5103357248326506	7	2	2	2	0	False	63005	fragment	False	ISR0392_000000003755	0.9506120726044744		0	0	False	False	0.9984853267669678	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	0.00023327659037891685	AC122456.4	rodents	Mus musculus BAC clone RP24-265M23 from chromosome 16, complete sequence	True	False
ISR0269_000000002176	5734	0.5103357248326506	7	2	2	2	0	False	63004	fragment	False	ISR0269_000000002176	0.9656826568265683		0	0	False	False	0.999127984046936	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	1.5606269428586198e-05	NZ_VYYV01000001.1	firmicutes	Lactobacillus crispatus strain NCK971 1, whole genome shotgun sequence	True	False
ISR0850_000000003384	4210	0.5103357248326506	7	2	2	2	0	False	20577	maximal	True	ISR0850_000000003384	1.0		15	4	False	False	0.9952493906021118	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	6.547212214013526e-07	CP032245.1	eudicots	Gossypioides kirkii chromosome KI_2_4	True	False
ISR0378_000000013586	2098	0.5103349510703753	2	2	2	2	1	False	64738	maximal	True	ISR0378_000000013586	1.0		0	0	False	False	0.9980934262275696	0					non-mobilizable	no_good_hit	565.0	98.93799999999999	27.0	0.0006161362141706959	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	True	False
USA0055_01_000000016783	1583	0.5103349052005148	3	1	1	1	1	False	55776	maximal	True	USA0055_01_000000016783	1.0		61	9	False	False	0.9861023426055908	0					non-mobilizable	no_good_hit	597.0	81.072	38.0	0.001799733237509973	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	False
USA0021_01_000000008820	2067	0.5103309884485749	3	3	3	3	2	False	84769	fragment	False	USA0021_01_000000008820	1.0		0	0	False	False	0.9980648159980774	0					non-mobilizable	no_good_hit								True	False
ISR0367_000000006144	1575	0.5103294690792126	3	3	3	1	1	True	23579	maximal	True	ISR0367_000000006144	1.0		29	6	False	False	0.9993650913238525	0					non-mobilizable	no_good_hit								True	True
ISR0387_000000001308	13174	0.5103293286721122	19	6	3	6	4	False	106964	fragment	False	ISR0387_000000001308	1.0		0	0	False	False	0.9999240636825562	0					non-mobilizable	no_good_hit	2592.0	99.19	20.0	0.6301703163017032	MK239143.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c4 sequence	True	False
MON0107_000000041324	1480	0.5103248508740481	2	1	1	1	1	False	8572	maximal	True	MON0107_000000041324	1.0		58	10	False	False	0.9972972869873047	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000011620	2851	0.510324750110962	5	4	3	3	1	True	103374	fragment	False	ISR0198_000000011620	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1452.0	88.912	100.0	0.00038032819076480807	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	True
SPA0034_000000011794	3064	0.5103234608921278	4	3	1	1	2	False	7162	maximal	True	SPA0034_000000011794	1.0		1	1	False	False	0.9872715473175049	0					non-mobilizable	no_good_hit								True	False
TAN0003_000000001701	3971	0.5103233328908837	4	4	3	3	2	False	2990	maximal	True	TAN0003_000000001701	1.0		5	1	False	False	0.9831276535987854	0					non-mobilizable	no_good_hit	1634.0	85.006	41.0	0.00808433932375594	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	True	False
ISR0112_000000014708	2307	0.5103203776786759	3	3	3	3	3	False	32645	maximal	True	ISR0112_000000014708	1.0		269	11	False	False	0.9986996054649353	0					non-mobilizable	other	2337.0	84.339	100.0	0.012037783362044896	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ENG0141_000000018493	1435	0.5103200071035737	2	1	1	1	1	False	57719	maximal	True	ENG0141_000000018493	1.0		0	0	False	False	0.9972125291824341	0					non-mobilizable	no_good_hit	1266.0	81.043	87.0	0.0004403451772011548	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	True	False
SPA0041_000000003550	9045	0.5103182345084925	10	7	7	7	6	False	77129	maximal	True	SPA0041_000000003550	1.0		22	7	False	False	1.0	0					non-mobilizable	no_good_hit	4147.0	79.551	65.0	0.0011446756752253528	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0119_000000005673	6158	0.510317430641381	6	4	4	3	4	False	62112	maximal	True	SPA0119_000000005673	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3978.0	98.693	65.0	0.022788872016732086	NZ_QIBZ01000005.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_005, whole genome shotgun sequence	True	False
CHI0140_000000026041	1152	0.5103149058151273	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.01204401311460958	PS902	0	0	False	True	1.0	0					non-mobilizable	plasmid	1152.0	99.82600000000001	100.0	0.01170917303329637	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
SPA0032_000000026937	1120	0.5103149058151273	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.012012137266911036	PS902	0	0	False	True	1.0	0					non-mobilizable	other	1120.0	99.73200000000001	100.0	0.001227781435154707	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0212_000000033143	1102	0.5103149058151273	3	2	1	1	2	True	123556	backbone	False	ISR0826_000000002301	0.009173770717540433	PS902	0	0	False	True	1.0	0					non-mobilizable	other	1102.0	99.728	100.0	0.002725942505143638	NZ_KB894115.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00001.1, whole genome shotgun sequence	False	True
AST0003_000000011605	2971	0.5103130283582638	4	4	3	3	4	False	130258	fragment	False	AST0003_000000011605	0.973888140161725		0	0	False	False	0.9996634125709534	0					non-mobilizable	no_good_hit	1984.0	93.8	67.0	0.008972171292682483	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0043_000000011792	2874	0.510310134697372	4	4	4	4	2	False	121161	fragment	False	ENG0043_000000011792	0.9893009985734664		0	0	False	False	0.9996520280838013	0					non-mobilizable	no_good_hit	932.0	76.609	32.0	0.01687479520879601	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
ENG0019_000000014996	1154	0.5103094485960109	2	2	2	2	2	True	66505	fragment	False	ENG0019_000000014996	1.0		0	0	False	False	0.9748700261116028	0					non-mobilizable	chromosome	1159.0	89.215	100.0	0.00040686167091348385	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0080_000000030443	1114	0.5103094485960109	2	2	2	2	2	True	34264	fragment	False	ISR0080_000000030443	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1118.0	90.60799999999999	100.0	0.0003570441760144156	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
ENG0110_000000018791	1603	0.5103094285020137	2	2	2	1	2	False	59790	maximal	True	ENG0110_000000018791	1.0		12	2	False	False	0.9912663698196411	0					non-mobilizable	no_good_hit	926.0	84.98899999999999	81.0	0.0003650557412035607	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ENG0117_000000007092	3139	0.5103076568251901	5	3	3	2	2	True	71658	maximal	True	ENG0117_000000007092	1.0		43	10	False	False	1.0	0					non-mobilizable	other	3140.0	97.73899999999999	100.0	0.040413533834586464	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
MON0090_000000011100	4905	0.5103076300872497	7	6	3	5	4	False	79196	fragment	False	MON0090_000000011100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2364.0	74.45	67.0	0.0007170090550304449	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MAD0025_000000007630	1666	0.51030453800928	2	2	2	2	2	True	19134	maximal	True	MAD0025_000000007630	1.0		14	5	False	False	0.9909964203834534	0					non-mobilizable	no_good_hit	740.0	78.514	44.0	0.0002051710338587883	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ETH0001_000000000925	16162	0.5103032101788205	18	8	1	8	3	False	53611	maximal	False	SPA0149_000000001445	0.949398480623323		0	0	False	False	0.9994431138038635	0					non-mobilizable	no_good_hit	430.0	73.023	3.0	0.038584914306663	MK231527.1	viruses	Uncultured human fecal virus clone B.longum_B01.V06.H07_1-proph_c1 sequence	True	False
ENG0152_000000013630	1793	0.5103024674951314	3	3	3	3	3	False	57028	fragment	False	FIJ0105_000000018125	0.6385160328113347		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1526.0	80.34100000000001	84.0	0.00048025429626146203	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0046_000000006325	4556	0.5103004864979214	5	5	5	5	5	False	119884	fragment	False	MON0046_000000006325	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4462.0	99.978	100.0	0.011686559146828776	NZ_KI669410.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.4, whole genome shotgun sequence	False	False
MAD0054_000000001288	8008	0.5102993560062578	8	4	3	4	2	True	17189	fragment	False	MAD0054_000000001288	1.0		0	0	False	False	0.9983766078948975	0					non-mobilizable	other	3909.0	96.649	95.0	0.0010566677274803098	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
ISR0049_000000004046	6497	0.5102974082979045	7	5	2	3	3	False	109030	maximal	False	ISR0052_000000004264	0.9835427927886753		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2268.0	77.778	49.0	0.0006374318408724368	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0077_000000005207	5288	0.5102973953244451	10	6	3	4	5	True	108960	maximal	True	ISR0077_000000005207	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1479.0	97.566	78.0	0.0005127848804891606	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
MAD0078_000000007507	1381	0.5102949310086703	2	2	2	1	1	False	85695	fragment	False	ISR0252_000000009219	0.8432986584084633		0	0	False	False	0.9956552982330322	0					non-mobilizable	other	1388.0	92.579	100.0	0.004180003082865614	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0012_000000008621	2855	0.5102913500135159	4	4	4	3	3	False	33404	maximal	True	SPA0012_000000008621	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1709.0	93.973	82.0	0.0008382423020842688	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0011_000000010069	1740	0.5102888592380499	2	2	2	1	2	False	8035	fragment	False	SPA0011_000000010069	1.0		0	0	False	False	0.9948275685310364	0					non-mobilizable	other	1073.0	99.441	100.0	0.00028074012734916894	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
CAN0002_000000004518	3776	0.5102862908533343	6	5	5	5	4	False	113580	fragment	False	CAN0002_000000004518	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2484.0	95.04799999999999	96.0	0.0006080411977332813	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0032_000000003111	9244	0.5102844663691879	13	7	3	5	4	False	132498	fragment	False	ISR0032_000000003111	0.9665067800352937		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3187.0	95.67	38.0	0.5128703254006799	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
ISR0337_000000007619	1398	0.510283205094949	2	2	2	2	1	False	48072	fragment	False	ISR0337_000000007619	0.9501445086705202		0	0	False	False	0.9785407781600952	0					non-mobilizable	other	1280.0	91.79700000000001	91.0	0.00036051851078035507	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0140_000000020713	1398	0.5102822481947836	2	2	2	2	2	False	105427	maximal	True	AST0140_000000020713	1.0		0	0	False	False	0.9885550737380981	0					non-mobilizable	no_good_hit	632.0	96.994	56.0	0.001099870316400095	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	False
CHI0087_000000002784	3008	0.5102806147352723	4	4	4	4	2	False	89862	maximal	True	CHI0087_000000002784	1.0		207	8	False	False	1.0	0					non-mobilizable	other	3008.0	97.939	100.0	0.05363321799307959	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	False	False
CHI0151_000000005412	4497	0.5102799998011424	10	4	2	3	3	True	79523	maximal	True	CHI0151_000000005412	1.0		3	2	False	False	0.9993329048156738	0					non-mobilizable	no_good_hit	386.0	72.539	8.0	0.002640333368351017	NZ_FOGW01000008.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	True	True
FIJ0169_000000006874	3247	0.5102754227657575	4	4	2	2	3	False	38875	maximal	True	FIJ0169_000000006874	1.0		1	1	False	False	0.9913766384124756	0					non-mobilizable	no_good_hit	668.0	90.12	28.0	0.00010386837276568151	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	False
ISR0080_000000018879	1718	0.5102743902652304	2	2	2	1	1	False	119137	maximal	True	ISR0080_000000018879	1.0	PS816	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1499.0	80.78699999999999	87.0	0.03217146568521325	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0163_000000007093	3487	0.5102728670795845	5	5	5	4	4	False	39175	maximal	True	FIJ0163_000000007093	1.0		12	2	False	False	1.0	0					non-mobilizable	chromosome	3492.0	96.249	100.0	0.0006048531796485022	LR134235.1	enterobacteria	Klebsiella variicola strain NCTC9668 genome assembly, chromosome: 1	False	False
ISR0774_000000012602	1979	0.5102720613560876	3	2	2	2	2	False	22474	maximal	True	ISR0774_000000012602	1.0		30	7	False	False	0.993431031703949	0					non-mobilizable	chromosome	1979.0	97.82700000000001	100.0	0.0004960616170253767	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
USA0145_01_000000002041	11138	0.5102679021670801	17	8	2	6	5	False	75379	fragment	False	USA0145_01_000000002041	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3832.0	99.139	77.0	0.0658734116271472	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MAD0109_000000011134	1286	0.5102663676668301	2	1	1	1	1	False	14575	maximal	True	MAD0109_000000011134	1.0		7	3	False	False	0.996889591217041	0					non-mobilizable	no_good_hit	800.0	86.75	62.0	0.00021603825850992006	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0110_000000001353	15775	0.5102636663123736	12	8	8	8	8	False	126375	maximal	True	ENG0110_000000001353	1.0		8	3	False	False	0.9993026852607727	0					non-mobilizable	no_good_hit	2134.0	82.287	14.0	0.020642961519727228	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
ISR0088_000000017317	1436	0.5102616224730437	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.12676003039586903		0	0	False	False	0.9944289922714233	0					non-mobilizable	chromosome	1436.0	96.65700000000001	100.0	0.0004830125983822612	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0225_000000003882	3793	0.5102601842743417	4	3	3	1	1	False	27697	maximal	True	ISR0225_000000003882	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2924.0	95.588	77.0	0.0005483643414035039	CP044313.1	enterobacteria	Escherichia coli strain RM11911 chromosome, complete genome	True	False
FIJ0042_000000005675	4159	0.5102600692625129	5	5	5	3	3	False	109675	maximal	True	FIJ0042_000000005675	1.0		105	11	False	False	0.9992786645889282	0					non-mobilizable	chromosome	4159.0	99.904	100.0	0.0008415096172527686	CP025967.1	enterobacteria	Escherichia coli strain 2407 a chromosome, complete genome	False	False
ENG0189_000000004100	3349	0.5102591990149781	5	2	2	2	2	False	113758	maximal	True	ENG0189_000000004100	1.0		0	0	False	False	0.9997013807296753	0					non-mobilizable	no_good_hit	1921.0	93.285	61.0	0.0005356916453654136	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0170_000000005230	2320	0.5102586760784837	4	2	1	2	2	False	55859	maximal	True	ENG0170_000000005230	1.0		21	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000009192	3110	0.5102581157934896	5	3	2	3	3	True	76847	maximal	True	FIJ0037_000000009192	1.0		37	8	False	False	0.9987138509750366	0					non-mobilizable	no_good_hit	1158.0	82.556	43.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
SPA0067_000000007172	3072	0.5102566242327286	5	4	4	4	3	False	6045	maximal	True	SPA0067_000000007172	1.0		1	1	False	False	0.9775390625	0					non-mobilizable	chromosome	2991.0	99.866	97.0	0.0007898503959950623	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
CHI0021_000000005930	1496	0.5102544722216882	2	2	1	2	2	False	89253	maximal	True	CHI0021_000000005930	1.0		115	9	False	False	0.991310179233551	0					non-mobilizable	other	1475.0	99.525	99.0	0.003882462018248098	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
FIJ0142_000000033528	1100	0.5102531849153615	2	2	2	2	1	False	40141	fragment	False	FIJ0142_000000033528	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	80.72399999999999	100.0	0.0005241509326173269	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
DEN0045_000000028217	1500	0.5102516213850264	2	2	1	1	2	False	72870	maximal	True	DEN0045_000000028217	1.0		12	5	False	False	0.9826666712760925	0					non-mobilizable	no_good_hit	269.0	73.97800000000001	18.0	0.00011288672825503301	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
ISR0258_000000018202	1534	0.5102487378059639	2	2	2	2	2	False	83841	fragment	False	ISR0258_000000018202	1.0		0	0	False	False	0.991525411605835	0					non-mobilizable	other	1515.0	99.274	99.0	0.006651611939511629	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
MON0025_000000023124	1761	0.5102486882690805	3	3	3	3	2	False	125701	fragment	False	ENG0180_000000008844	0.3246720338781849		0	0	False	False	1.0	0					non-mobilizable	chromosome	1761.0	97.161	100.0	0.00059240569557685	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0084_000000012808	1486	0.5102485607205525	1	1	1	1	1	False	5562	maximal	True	SPA0084_000000012808	1.0		153	11	False	False	0.9683714509010315	0					non-mobilizable	other	1361.0	99.927	100.0	0.0002577088095103646	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
DEN0079_000000006312	6061	0.5102419125751615	6	6	6	4	5	False	99143	maximal	True	DEN0079_000000006312	1.0		1	1	False	False	0.9985150694847107	0					non-mobilizable	no_good_hit	1157.0	74.071	19.0	0.03914068103418833	NZ_FNOU01000030.1	firmicutes	Eubacterium barkeri strain VPI 5359, whole genome shotgun sequence	True	False
ISR0103_000000025624	1193	0.5102389448518297	2	2	2	1	1	False	33007	maximal	True	ISR0103_000000025624	1.0		71	8	False	False	1.0	0					non-mobilizable	no_good_hit	233.0	77.253	19.0	0.0008881029113487141	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0170_000000004884	2474	0.5102367510492223	5	4	4	4	3	False	128424	fragment	False	ENG0148_000000014675	0.9724372202451947		0	0	False	False	0.9995958209037781	0					non-mobilizable	other	2474.0	99.555	100.0	0.011816309660896281	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0012_000000001821	3063	0.5102354560853107	4	2	2	2	2	False	90107	fragment	False	CHI0012_000000001821	1.0		0	0	False	False	0.9990205764770508	0					non-mobilizable	no_good_hit	90.0	100.0	3.0	0.010725476018317666	NZ_WNCH01000073.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold73_size8298, whole genome shotgun sequence	True	False
ENG0033_000000016320	1562	0.5102351568897895	3	2	2	1	1	False	65485	maximal	True	ENG0033_000000016320	1.0		1	1	False	False	0.9993597865104675	0					non-mobilizable	no_good_hit	640.0	100.0	41.0	0.0001967604424677393	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	False
ENG0099_000000008757	1905	0.5102351502395452	2	1	1	1	1	False	82226	fragment	False	ISR0133_000000010398	0.9360579740495129		0	0	False	False	1.0	0					non-mobilizable	other	1905.0	99.685	100.0	0.006768430108138468	NZ_SPFU01000006.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_6_length_281306_cov_28.5776, whole genome shotgun sequence	False	False
CHI0139_000000006693	1711	0.5102351502395452	2	1	1	1	1	False	80323	maximal	True	CHI0139_000000006693	1.0		24	5	False	False	0.9655172228813171	0					non-mobilizable	no_good_hit								True	False
MON0013_000000036832	1521	0.5102351502395452	1	1	1	1	1	False	69886	fragment	False	MON0013_000000036832	0.9723171565276829		0	0	False	False	0.990138053894043	0					non-mobilizable	other	1521.0	99.934	100.0	0.00029439170249239376	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0143_000000001127	15842	0.510230110200699	21	6	2	6	3	False	79959	maximal	True	CHI0143_000000001127	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0073_01_000000010600	1347	0.510229637029174	2	1	1	1	1	False	703	maximal	True	USA0073_01_000000010600	1.0		627	14	False	False	1.0	0					non-mobilizable	chromosome	1188.0	98.316	99.0	0.00034408938787164626	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0187_000000012483	2250	0.5102293501807799	4	4	2	2	3	False	102402	fragment	False	ISR0187_000000012483	0.951269597583909		0	0	False	False	0.9964444637298584	0					non-mobilizable	chromosome	2100.0	94.333	100.0	0.0007065111108044364	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0340_000000004407	5701	0.5102284792725129	5	3	2	1	3	False	127095	maximal	True	ISR0340_000000004407	1.0		5	1	False	False	0.997018039226532	0					non-mobilizable	no_good_hit	800.0	77.875	14.0	0.00033199264753656845	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0140_000000006896	4044	0.5102283344946243	4	4	4	3	3	False	31259	maximal	True	ISR0140_000000006896	1.0		45	5	False	False	0.997032642364502	0					non-mobilizable	no_good_hit	1598.0	84.23	39.0	0.005732227737310965	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0113_000000019550	1525	0.5102281903779493	1	1	1	1	1	False	4486	maximal	True	SPA0113_000000019550	1.0		7	5	False	False	0.9855737686157227	0					non-mobilizable	no_good_hit	173.0	94.79799999999999	11.0	3.8915330196576715e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MAD0066_000000010386	2472	0.5102271644420512	3	2	2	2	2	False	16587	maximal	True	MAD0066_000000010386	1.0		4	2	False	False	0.9991909265518188	0					non-mobilizable	no_good_hit	178.0	74.719	7.0	4.3913705099222625e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
DEN0028_000000003928	5905	0.5102212900621356	7	4	3	2	2	True	105168	fragment	False	FIJ0105_000000004082	0.4692982456140351		0	0	False	False	0.9994919300079346	0					non-mobilizable	plasmid	3654.0	93.76	99.0	0.4503674181093536	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
USA0108_01_000000002607	5023	0.5102212900621356	7	4	3	2	2	True	91908	fragment	False	USA0108_01_000000002607	1.0		0	0	False	False	0.9968146681785583	0					non-mobilizable	plasmid	2670.0	97.90299999999999	98.0	0.33204633204633205	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
SPA0018_000000014733	2016	0.5102206622518468	3	2	2	2	1	False	125869	fragment	False	SPA0018_000000014733	0.9929467084639498		0	0	False	False	0.9990079402923584	0					non-mobilizable	no_good_hit	1006.0	89.861	84.0	0.00035322509330823704	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0174_000000009515	1594	0.5102206622518468	2	2	2	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9829276473113905		0	0	False	False	0.999372661113739	0					non-mobilizable	no_good_hit	618.0	91.262	80.0	0.0002177221604107715	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0120_000000022307	1594	0.5102206622518468	3	2	2	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9875441652622148		0	0	False	False	0.9962359070777893	0					non-mobilizable	no_good_hit	618.0	91.586	80.0	0.0002177221604107715	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0028_000000019818	1563	0.5102206622518468	2	2	2	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9728040359617671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	91.396	80.0	0.00021701641596859718	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0185_000000012722	1555	0.5102206622518468	3	2	2	2	1	False	125868	fragment	False	SPA0033_000000019755	0.9653840530906237		0	0	False	False	0.9922829866409302	0					non-mobilizable	no_good_hit	618.0	91.1	80.0	0.0002177221604107715	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
DEN0007_000000018477	1376	0.5102206622518468	2	2	2	2	1	False	125868	fragment	False	SPA0033_000000019755	0.7366195337083951		0	0	False	False	0.9956395626068115	0					non-mobilizable	chromosome	725.0	89.931	91.0	0.00023303614509868258	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0386_000000004666	7557	0.5102203027472716	13	7	3	4	7	False	23009	maximal	True	ISR0386_000000004666	1.0		1	1	False	False	0.9989413619041443	0					non-mobilizable	no_good_hit	1661.0	99.94	23.0	0.00046460194948097527	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MON0091_000000003692	3358	0.5102107432504993	5	2	2	2	2	False	99944	maximal	True	MON0091_000000003692	1.0	PS564	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	1376.0	99.055	72.0	0.005332495646744463	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ENG0189_000000014535	1275	0.5102090406094553	2	2	0	2	0	True	54835	maximal	True	ENG0189_000000014535	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0826_000000008686	1463	0.5102076226430762	2	2	2	2	1	False	21100	maximal	True	ISR0826_000000008686	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	412.0	100.0	28.0	0.00012374422940915594	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0103_000000020663	1457	0.5102020302879666	2	1	1	1	1	False	33027	maximal	True	ISR0103_000000020663	0.9751552795031055		219	12	False	False	1.0	0					non-mobilizable	other	1454.0	94.56700000000001	99.0	0.007863617913678799	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
SPA0079_000000021661	1230	0.5102020302879666	2	1	1	1	1	False	5639	fragment	False	SPA0079_000000021661	1.0		0	0	False	False	0.9991869926452637	0					non-mobilizable	other	1230.0	95.447	100.0	0.006651332701934786	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
ENG0193_000000017087	1155	0.5102020302879666	2	1	1	1	1	False	54567	maximal	True	ENG0193_000000017087	1.0		22	7	False	False	0.9965367913246155	0					non-mobilizable	no_good_hit	50.0	90.0	4.0	0.00039268169542325477	NZ_JNJN01000001.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0340_000000018218	1153	0.5102020302879666	1	1	1	1	1	False	24365	maximal	True	ISR0340_000000018218	1.0		454	12	False	False	1.0	0					non-mobilizable	other	1155.0	94.545	100.0	0.03320087537433771	NZ_JAAIPV010000044.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_44_length_34728_cov_91.1607, whole genome shotgun sequence	False	False
MAD0095_000000011197	2884	0.5102003142257834	3	3	3	3	2	False	48027	maximal	True	MAD0095_000000011197	1.0		24	2	False	False	0.9975728392601013	0					non-mobilizable	no_good_hit	929.0	83.961	47.0	0.0029440846472026426	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0820_000000011581	2071	0.5101985295308108	3	3	3	3	2	False	21280	maximal	True	ISR0820_000000011581	1.0		249	11	False	False	1.0	0					non-mobilizable	other	2077.0	95.571	100.0	0.010538570252051285	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
SPA0114_000000012937	3463	0.5101920306898354	9	4	2	2	3	False	4461	maximal	True	SPA0114_000000012937	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	73.913	14.0	0.025178704790355277	NZ_LBBT01000143.1	firmicutes	Paraclostridium benzoelyticum strain JC272 contig151, whole genome shotgun sequence	True	False
DEN0071_000000023739	1781	0.5101894362490507	3	1	1	1	1	False	70435	maximal	True	DEN0071_000000023739	1.0		2	2	False	False	0.9910162687301636	0					non-mobilizable	no_good_hit	495.0	89.697	28.0	0.0028944756864042343	NZ_CBVI010000012.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ENG0198_000000012267	1635	0.5101874075173521	4	3	2	2	2	True	54340	fragment	False	ENG0198_000000012267	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	8.140211341593658e-06	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
ENG0068_000000017985	1442	0.5101874075173521	4	3	2	2	2	True	62573	fragment	False	ENG0068_000000017985	1.0		0	0	False	False	0.9993064999580383	0					non-mobilizable	no_good_hit								True	True
ISR0160_000000003009	7950	0.5101856878488426	9	5	4	3	4	True	87270	fragment	False	ISR0160_000000003009	0.9882971678127799		0	0	False	False	1.0	0					non-mobilizable	chromosome	7753.0	98.788	99.0	0.0020673673663793783	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0332_000000001407	7719	0.5101856878488426	9	5	4	3	4	True	87270	fragment	False	ISR0160_000000003009	0.9759377616774998		0	0	False	False	1.0	0					non-mobilizable	chromosome	7570.0	99.432	100.0	0.0020188175779044045	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
DEN0011_000000004412	7646	0.5101856878488426	9	5	4	3	4	True	87270	fragment	False	ISR0160_000000003009	0.9733076024935613		0	0	False	False	1.0	0					non-mobilizable	chromosome	7608.0	99.382	100.0	0.002028954346926652	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
SPA0030_000000003525	7901	0.5101851495950811	11	4	2	3	3	False	11115	maximal	True	SPA0030_000000003525	1.0		1	1	False	False	0.9987343549728394	0					non-mobilizable	no_good_hit	1255.0	93.38600000000001	51.0	0.022152908233792932	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
ISR0200_000000010845	2209	0.5101838928055906	3	3	3	3	1	False	125918	fragment	False	ENG0203_000000007074	0.6335438596491229		0	0	False	False	0.9995473027229309	0					non-mobilizable	other	2209.0	100.0	100.0	0.012869457769177415	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ENG0165_000000003940	4522	0.5101830900880597	7	4	2	3	2	False	73374	maximal	True	ENG0165_000000003940	1.0		15	5	False	False	1.0	0					non-mobilizable	other	3112.0	91.00299999999999	91.0	0.0006008644007393884	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0102_000000013740	2062	0.5101817270898648	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.25641038948861505		0	0	False	False	1.0	0					non-mobilizable	chromosome	2062.0	98.885	100.0	0.0006642980567750827	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
TAN0012_000000004999	1814	0.5101777822110463	2	2	2	2	2	True	2593	maximal	True	TAN0012_000000004999	1.0		1	1	False	False	0.9944873452186584	0					non-mobilizable	no_good_hit	607.0	71.664	33.0	0.00568296358871471	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	True	True
ENG0063_000000004473	6455	0.5101773639031464	11	8	8	8	5	True	120979	maximal	True	ENG0063_000000004473	1.0		50	4	False	False	1.0	0					non-mobilizable	no_good_hit	2785.0	96.84	61.0	0.06661877394636015	NZ_JAAIPV010000038.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_38_length_41760_cov_115.52, whole genome shotgun sequence	True	True
ENG0133_000000012490	1968	0.5101767244783655	4	4	4	3	3	False	58257	maximal	True	ENG0133_000000012490	1.0		4	2	False	False	0.997459352016449	0					non-mobilizable	no_good_hit	716.0	90.223	47.0	0.00031345571111921665	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
CAN0003_000000010502	4635	0.5101751498441071	6	5	5	5	4	False	115902	maximal	True	CAN0003_000000010502	1.0		40	11	False	False	1.0	0					non-mobilizable	no_good_hit	614.0	83.06200000000001	31.0	0.0001378673552778254	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ENG0184_000000004806	4883	0.5101746655827173	6	5	4	5	3	False	103023	maximal	True	ENG0184_000000004806	1.0		41	8	False	False	0.9956993460655212	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.0001355986681197487	NZ_SJTF01000011.1	CFB group bacteria	Flavobacterium foetidum strain JCM 32085 NODE_11_length_199117_cov_307.475095, whole genome shotgun sequence	True	False
ISR0296_000000009298	2775	0.5101711165652238	4	4	2	3	2	False	25684	fragment	False	ISR0296_000000009298	1.0		0	0	False	False	0.9927927851676941	0					non-mobilizable	no_good_hit	1295.0	75.598	46.0	0.0003913777800382446	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
MON0092_000000009090	5326	0.5101702469984312	2	2	1	2	1	False	93332	maximal	True	MON0092_000000009090	1.0		145	14	False	False	1.0	0					non-mobilizable	no_good_hit	4328.0	73.61399999999999	80.0	0.0009650714869447778	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AUS0018_000000012917	2174	0.5101657919057865	5	3	3	2	2	False	99972	maximal	True	AUS0018_000000012917	1.0		19	6	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.5482581891653706e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	False
FIJ0053_000000015575	1340	0.5101651123043675	2	2	2	2	1	False	46378	maximal	True	FIJ0053_000000015575	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1074.0	99.814	98.0	0.010719066552116841	CP060738.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae plasmid pEr983-1, complete sequence	False	True
ISR0053_000000014921	1192	0.5101643872701991	4	2	2	1	1	True	35733	fragment	False	ISR0053_000000014921	1.0		0	0	False	False	0.9404362440109253	0					non-mobilizable	chromosome	1202.0	79.867	99.0	0.0002659486868143754	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
CHI0146_000000000670	8505	0.5101636393718446	9	3	3	3	3	False	130887	maximal	True	CHI0146_000000000670	1.0	PS1128	2	2	False	True	0.9977660179138184	0					non-mobilizable	no_good_hit	1220.0	86.39299999999999	16.0	0.014332640136118726	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
MON0004_000000025858	1713	0.5101635936019278	2	2	2	2	2	False	14216	fragment	False	MON0004_000000025858	1.0		0	0	False	False	0.9988324642181396	0					non-mobilizable	other	928.0	84.052	91.0	0.0029409052901322296	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0347_000000005648	3613	0.5101633193850126	2	2	1	2	2	False	101583	maximal	False	AUS0010_000000006288	0.9826970612469101		0	0	False	False	1.0	0					non-mobilizable	chromosome	3617.0	97.26299999999999	100.0	0.000642610916599591	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ENG0112_000000010588	2633	0.5101613221607589	3	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9583900998994372	PS777	0	0	False	True	0.9996201992034912	0					non-mobilizable	other	2543.0	98.506	99.0	0.0007216047672469784	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
SPA0042_000000012620	2544	0.5101613221607589	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9578970920431112	PS777	0	0	False	True	1.0	0					non-mobilizable	other	2544.0	98.428	100.0	0.0007218886400901126	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	True
ISR0317_000000007508	2531	0.5101613221607589	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.9080995524261946	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2460.0	97.764	99.0	0.0007128187066355333	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0138_000000007832	2514	0.5101613221607589	2	2	2	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.8927843247023622	PS777	0	0	False	True	1.0	0					non-mobilizable	chromosome	2443.0	97.749	99.0	0.0007078907204570852	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	True
ENG0125_000000016897	1568	0.5101599968725945	1	1	1	1	1	False	72044	fragment	False	ISR0816_000000022532	0.9478871410668019		0	0	False	False	1.0	0					non-mobilizable	chromosome	1568.0	99.745	100.0	0.00031275310148488867	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
DEN0055_000000000733	1567	0.5101599968725945	1	1	1	1	1	False	72044	fragment	False	ISR0816_000000022532	0.9541581277861424		0	0	False	False	0.9993618130683899	0					non-mobilizable	chromosome	1567.0	99.745	100.0	0.00031255351431099914	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0013_000000016941	1558	0.5101599968725945	1	1	1	1	1	False	38091	fragment	False	ISR0013_000000016941	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1558.0	99.679	100.0	0.0431660659828112	NZ_SPFU01000040.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_40_length_36070_cov_19.8322, whole genome shotgun sequence	False	False
MAD0084_000000001597	3850	0.5101598543556768	4	4	4	3	4	False	43958	maximal	True	MAD0084_000000001597	1.0		344	13	False	False	1.0	0					non-mobilizable	chromosome	3850.0	100.0	100.0	0.0008119410390313917	CP044291.1	enterobacteria	Escherichia coli strain P43A chromosome, complete genome	False	False
MON0048_000000012883	3008	0.5101581623511584	5	5	5	5	4	True	116029	maximal	False	AST0055_000000010576	0.6417195678806104		0	0	False	False	1.0	0					non-mobilizable	other	3008.0	99.9	100.0	0.0014390004043749057	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	True
AST0060_000000015736	1886	0.510157896720029	4	2	1	2	2	True	112418	maximal	True	AST0060_000000015736	1.0		3	2	False	False	0.9984093308448792	0					non-mobilizable	no_good_hit	532.0	90.789	32.0	7.349136144338694e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
AST0153_000000027383	1272	0.5101577035661675	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04630000597343988		0	0	False	False	0.9992138147354126	0					non-mobilizable	other	1271.0	99.52799999999999	99.0	0.0026555870833917077	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0024_000000020015	1254	0.5101577035661675	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04473236115573297		0	0	False	False	0.9976076483726501	0					non-mobilizable	other	1254.0	99.601	100.0	0.0026200398547163856	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0170_000000040258	1175	0.5101566102583497	2	2	2	2	1	False	73176	fragment	False	DEN0040_000000005863	0.47746697746697747		0	0	False	False	0.9923404455184937	0					non-mobilizable	no_good_hit	691.0	86.541	59.0	0.00020774578659931288	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0001_000000020929	2071	0.5101558680102635	2	2	2	2	1	False	76880	maximal	True	DEN0001_000000020929	1.0		36	9	False	False	0.9995171427726746	0					non-mobilizable	no_good_hit	723.0	97.095	35.0	0.00021575967305077895	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AST0061_000000004879	7088	0.5101539846520364	6	4	2	2	1	False	112189	fragment	False	AST0061_000000004879	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	7099.0	98.789	100.0	0.06022511204672009	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ISR0292_000000003047	5113	0.5101539846520364	5	4	2	2	1	False	25889	fragment	False	ISR0292_000000003047	1.0		0	0	False	False	0.9953060746192932	0					non-mobilizable	plasmid	5081.0	99.469	99.0	0.04312101045769388	CP021578.1	other sequences	Unidentified plasmid plasmid GF1-2_4069, complete sequence	False	True
ISR0133_000000000077	93880	0.5101494774481551	124	19	10	16	9	False	84287	maximal	True	ISR0133_000000000077	1.0	PS418	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	6.133113951142345e-05	NZ_QJGZ01000038.1	CFB group bacteria	Flavobacterium sharifuzzamanii strain A7.6 contig10, whole genome shotgun sequence	True	True
ISR0093_000000014034	1790	0.5101462928386252	1	1	1	1	1	False	33510	maximal	True	ISR0093_000000014034	1.0		4	1	False	False	1.0	0					non-mobilizable	other	1790.0	99.83200000000001	100.0	0.008341376303777166	NZ_KB894649.1	CFB group bacteria	Bacteroides barnesiae DSM 18169 = JCM 13652 strain DSM 18169 C510DRAFT_scaffold00007.7, whole genome shotgun sequence	False	False
SPA0031_000000010405	2874	0.5101440651256304	3	3	3	3	3	False	79979	fragment	False	SPA0031_000000010405	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1604.0	90.212	55.0	0.07426364524684752	NZ_WNCH01000040.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold40_size21491, whole genome shotgun sequence	True	False
ISR0305_000000005211	3140	0.5101408956691024	3	3	3	3	2	False	25480	maximal	True	ISR0305_000000005211	1.0		3	3	False	False	0.9993630647659302	0					non-mobilizable	no_good_hit	902.0	81.264	59.0	0.006558076886275145	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ENG0138_000000008093	2432	0.5101393553091603	4	2	1	1	2	False	57937	fragment	False	ENG0138_000000008093	1.0		0	0	False	False	0.9983552694320679	0					non-mobilizable	no_good_hit	879.0	76.337	36.0	0.04546883184913567	NZ_CYXX01000047.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0075_000000002866	2333	0.5101392406239025	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.9626015418726338		0	0	False	False	1.0	0					non-mobilizable	chromosome	2333.0	97.64299999999999	100.0	0.0007924110669787833	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0175_000000009444	2330	0.5101392406239025	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.9512432464357488		0	0	False	False	1.0	0					non-mobilizable	chromosome	2249.0	96.48700000000001	99.0	0.0007635281593058859	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0040_000000011996	2246	0.5101392406239025	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.8955690300507889		0	0	False	False	0.9991095066070557	0					non-mobilizable	chromosome	2246.0	99.154	100.0	0.0007628485614782883	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0002_000000009300	2225	0.5101392406239025	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.8918672862474527		0	0	False	False	0.9973033666610718	0					non-mobilizable	chromosome	2225.0	95.865	100.0	0.0007553729853747149	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0039_000000016774	2167	0.5101392406239025	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.8841278680128342		0	0	False	False	0.9986156225204468	0					non-mobilizable	chromosome	2167.0	98.10799999999999	100.0	0.0007360044472881838	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0224_000000014223	2131	0.5101392406239025	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.7036045507332477		0	0	False	False	0.9896762371063232	0					non-mobilizable	other	2131.0	97.70100000000001	100.0	0.021835449529240426	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
ISR0190_000000010944	2101	0.5101392406239025	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.7666228330167459		0	0	False	False	1.0	0					non-mobilizable	chromosome	2101.0	99.85700000000001	100.0	0.0006619149577966175	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CHI0144_000000007634	2050	0.5101392406239025	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.7010145436298149		0	0	False	False	0.992682933807373	0					non-mobilizable	other	2053.0	99.464	99.0	0.021025209739287398	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
ISR0149_000000008572	1955	0.5101392406239025	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.33861752840776665		0	0	False	False	0.9979539513587952	0					non-mobilizable	chromosome	1949.0	97.691	99.0	0.0006619282840800471	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
DEN0079_000000007288	5530	0.5101364211632919	6	4	2	3	3	True	81012	maximal	True	DEN0079_000000007288	1.0		1	1	False	False	0.9989150166511536	0					non-mobilizable	no_good_hit	1587.0	72.653	37.0	0.029139867614243656	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	True
ISR0033_000000003184	7870	0.5101360922486851	17	8	3	6	5	True	38703	fragment	False	ISR0033_000000003184	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4304.0	97.932	85.0	0.001494580322401334	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
AUS0014_000000013571	2163	0.510135079516171	2	1	1	1	1	False	100860	maximal	True	AUS0014_000000013571	1.0		2	2	False	False	0.9972260594367981	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0005329678696512867	NZ_LQPM01000026.1	high GC Gram+	Mycobacterium paraense strain IEC26 contig_32, whole genome shotgun sequence	True	False
CHI0074_000000011156	1241	0.5101339191936544	3	3	2	2	1	False	84693	fragment	False	CHI0074_000000011156	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1242.0	98.631	100.0	0.09718850340668807	NZ_FQZY01000091.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	False	False
MAD0045_000000030855	1384	0.5101325905365054	2	2	0	2	1	False	80465	fragment	False	MAD0045_000000030855	0.8656815756175232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1105.0	87.149	80.0	0.01994401679496151	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
FIJ0046_000000021118	1572	0.5101309404075376	3	1	1	1	1	False	46961	fragment	False	FIJ0046_000000021118	1.0		0	0	False	False	0.9955470561981201	0					non-mobilizable	no_good_hit								True	False
ISR0013_000000012568	2031	0.5101221808782842	2	2	1	2	1	True	54333	fragment	False	ISR0013_000000012568	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	82.946	6.0	0.06307222787385554	XM_027980834.1	aphids	PREDICTED: Aphis gossypii ATP-binding cassette sub-family B member 10, mitochondrial-like (LOC114119321), mRNA	True	True
FIJ0040_000000016720	1471	0.5101209802586264	3	3	3	2	2	False	47469	fragment	False	ISR0793_000000010590	0.9568639798488665		0	0	False	False	0.9993202090263367	0					non-mobilizable	other	953.0	84.68	99.0	0.0025539381510994853	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
ISR0029_000000001313	24101	0.5101207732801409	25	10	4	7	6	False	37166	maximal	True	ISR0029_000000001313	1.0		3	1	False	False	0.9995436072349548	0					non-mobilizable	no_good_hit	130.0	88.462	1.0	2.3108668332296152e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
FIJ0152_000000007302	3154	0.5101198877487917	5	3	3	2	2	False	117231	maximal	True	FIJ0152_000000007302	1.0		12	7	False	False	1.0	0					non-mobilizable	chromosome	1227.0	99.348	98.0	0.00034285384826156305	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0077_000000020737	1360	0.5101198877487917	4	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.04846398305084746		0	0	False	False	0.9933823347091675	0					non-mobilizable	chromosome	1103.0	99.456	100.0	0.0003081486423967191	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
USA0056_01_000000013208	1289	0.5101185062277084	3	3	3	2	3	False	1009	maximal	True	USA0056_01_000000013208	1.0		145	11	False	False	0.9712955951690674	0					non-mobilizable	no_good_hit	920.0	96.848	71.0	0.0001441031094597184	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	True	False
SPA0005_000000008160	3608	0.5101141951359965	5	5	4	5	5	False	39850	maximal	True	SPA0005_000000008160	1.0		4	4	False	False	0.9975055456161499	0					non-mobilizable	no_good_hit	1225.0	75.592	33.0	0.005010041044604039	NZ_MJAT01000033.1	firmicutes	Desulfuribacillus stibiiarsenatis strain MLFW-2 MLFW-2_Contig_3_85X, whole genome shotgun sequence	True	False
MON0011_000000035939	1298	0.5101105738496565	2	2	2	2	2	False	13645	maximal	True	MON0011_000000035939	1.0		24	8	False	False	0.9922958612442017	0					non-mobilizable	no_good_hit	575.0	92.348	84.0	0.012456597222222223	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0095_000000028095	1154	0.5101105738496565	2	2	2	2	2	False	9295	fragment	False	MON0095_000000028095	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	88.66799999999999	100.0	0.0003847271079797384	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0146_000000017385	1275	0.5101105392122839	2	2	2	1	1	False	57396	maximal	True	ENG0146_000000017385	1.0		6	4	False	False	0.9701960682868958	0					non-mobilizable	no_good_hit	1068.0	96.161	83.0	0.0002783831673247823	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0084_000000013402	1933	0.5101098434317001	3	2	2	1	1	False	114038	fragment	False	ISR0084_000000013402	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1933.0	96.275	100.0	0.0005443494024412887	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0258_000000018920	1493	0.5101098434317001	2	2	2	1	1	False	107326	fragment	False	CHI0042_000000007421	0.6951331270058423		0	0	False	False	0.9993302226066589	0					non-mobilizable	chromosome	1493.0	96.785	100.0	0.0006037752952307417	CP023199.1	high GC Gram+	Bifidobacterium breve strain DRBB30 chromosome, complete genome	False	False
ISR0338_000000010698	2497	0.5101087691798256	3	2	2	2	2	False	129961	fragment	False	ISR0338_000000010698	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2497.0	98.15799999999999	100.0	0.09208096328580927	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
FIJ0090_000000017802	2433	0.510102574102284	5	1	1	1	1	True	43488	maximal	True	FIJ0090_000000017802	1.0		1	1	False	False	0.9946568012237549	0					non-mobilizable	no_good_hit								True	True
FIJ0149_000000002820	7157	0.5101022382450453	6	5	2	3	3	True	97588	maximal	True	FIJ0149_000000002820	1.0		25	3	False	False	0.9998602867126465	0					non-mobilizable	no_good_hit	389.0	87.91799999999999	7.0	0.0019428881257907104	NZ_AGDG01000028.1	CFB group bacteria	Bacteroides faecis MAJ27 contig028, whole genome shotgun sequence	True	True
ISR0793_000000001808	6539	0.5101022382450453	6	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.8314227827299683		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	402.0	92.289	7.0	0.003789960394913873	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0053_000000002732	6516	0.5101022382450453	6	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.8796801420046166		0	0	False	False	0.999079167842865	0					non-mobilizable	no_good_hit	291.0	91.75299999999999	6.0	0.002747721286312558	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0020_000000003592	6393	0.5101022382450453	5	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.876035275291184		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	91.75299999999999	6.0	0.002747721286312558	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0151_000000002606	6346	0.5101022382450453	5	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.3562068191581132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	198.0	99.495	6.0	0.0005644133109860042	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0089_000000003530	6329	0.5101022382450453	5	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.8766271618724795		0	0	False	False	0.9998419880867004	0					non-mobilizable	no_good_hit	268.0	91.41799999999999	6.0	0.0025297985636050105	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0082_000000004100	6199	0.5101022382450453	5	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.8277835114533225		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	95.266	3.0	0.00048132708754136406	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
MON0106_000000005816	6188	0.5101022382450453	6	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.8266339849603359		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	264.0	94.697	6.0	0.002482424058668587	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0018_000000004314	6093	0.5101022382450453	5	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.3540257103743675		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	405.0	95.06200000000001	7.0	0.032584907189754396	NZ_JH379384.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld155, whole genome shotgun sequence	True	True
FIJ0085_000000004910	5903	0.5101022382450453	5	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.5648018060670967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	96.667	2.0	0.0008432661878683367	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
FIJ0163_000000004215	5873	0.5101022382450453	5	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.31586347504307305		0	0	False	False	0.9993188977241516	0					non-mobilizable	no_good_hit	89.0	93.258	2.0	0.0008337912868810521	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	True
SPA0003_000000002972	5851	0.5101022382450453	5	5	2	3	3	True	97580	fragment	False	FIJ0053_000000002732	0.1437515046253185		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	94.515	5.0	0.0006761499563081066	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
CHI0043_000000002295	3423	0.5101004886311059	3	3	3	3	3	False	87437	maximal	True	CHI0043_000000002295	1.0		32	6	False	False	1.0	0					non-mobilizable	plasmid	3423.0	100.0	100.0	0.014043583535108959	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
CHI0130_000000004009	4043	0.5101000917878378	5	4	4	4	2	False	131678	fragment	False	CHI0130_000000004009	1.0		0	0	False	False	0.9990106225013733	0					non-mobilizable	no_good_hit	1282.0	84.165	54.0	0.0004380019843751874	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
AST0110_000000002430	7864	0.5100998101395096	8	7	7	7	7	False	128757	fragment	False	SPA0089_000000004103	0.8017909682099137		0	0	False	False	0.9993641972541809	0					non-mobilizable	no_good_hit	6445.0	96.97399999999999	82.0	0.0018309454527870932	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0181_000000009489	2006	0.510098212135924	2	2	2	2	1	False	61825	fragment	False	ENG0079_000000015338	0.637408088235294		0	0	False	False	0.9970089793205261	0					non-mobilizable	no_good_hit	1206.0	75.705	82.0	0.0004608556151393593	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MON0026_000000028750	1686	0.510098212135924	2	2	2	2	1	False	12734	fragment	False	MON0026_000000028750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	805.0	78.634	83.0	0.0002665613782626211	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0249_000000019791	1172	0.510098212135924	2	2	2	2	1	False	27043	fragment	False	ISR0249_000000019791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	416.0	84.135	70.0	0.0011520481472844977	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	False
CHI0090_000000001734	6769	0.5100972958441901	15	3	1	2	1	False	83836	maximal	True	CHI0090_000000001734	1.0		1	1	True	True	0.9997045397758484	12					non-mobilizable	no_good_hit								True	True
ISR0323_000000001719	8249	0.5100968353120032	16	4	4	3	2	False	78152	maximal	True	ISR0323_000000001719	1.0		22	5	False	False	0.9998787641525269	0					non-mobilizable	no_good_hit	352.0	72.15899999999999	4.0	0.0076561182370955575	NZ_LOHY01000082.1	fusobacteria	Streptobacillus hongkongensis strain DSM 26322 DSM26322_S22CLC_contig_24, whole genome shotgun sequence	True	False
ENG0140_000000014888	1249	0.5100959331886368	3	2	1	2	1	False	57772	maximal	True	ENG0140_000000014888	1.0		2	2	False	False	0.9879903793334961	0					non-mobilizable	other	747.0	98.126	92.0	0.003427662986293943	NZ_NBAX01000007.1	CFB group bacteria	Prevotella timonensis strain DNF00076 Contig_7, whole genome shotgun sequence	False	False
FIJ0155_000000011869	1868	0.5100955396489205	3	2	2	1	1	False	91258	fragment	False	FIJ0155_000000011869	1.0		0	0	False	False	0.9930406808853149	0					non-mobilizable	other	1850.0	98.973	99.0	0.0005527734188034444	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0194_000000018655	1417	0.5100955396489205	2	2	2	1	1	False	91255	fragment	False	SPA0019_000000017844	0.5786640567653535		0	0	False	False	1.0	0					non-mobilizable	other	1418.0	99.083	100.0	0.0004236235448591026	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0039_000000020553	1281	0.5100955396489205	2	2	2	1	1	False	91255	fragment	False	SPA0019_000000017844	0.3806633733239238		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	99.06299999999999	100.0	0.0003710483710831569	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0130_000000028321	1152	0.510091443286001	2	2	2	2	2	False	41283	fragment	False	FIJ0123_000000030563	0.9857758620689655		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	98.785	100.0	0.0003444374253556818	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
MAD0101_000000012985	2183	0.5100878098082594	3	3	3	3	2	False	86698	maximal	False	FIJ0012_000000011546	0.9690552937260132		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	82.132	19.0	0.00010728893784650482	NZ_CP013195.1	CFB group bacteria	Prevotella enoeca strain F0113 chromosome, complete genome	True	False
CHI0144_000000006203	2442	0.5100854019315122	4	3	3	3	3	False	121862	fragment	False	FIJ0014_000000008762	0.513559443433247		0	0	False	False	1.0	0					non-mobilizable	chromosome	2440.0	97.62299999999999	99.0	0.0008206165260320229	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0324_000000028122	1103	0.5100843966278006	2	2	1	2	1	False	24889	fragment	False	ISR0324_000000028122	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	99.184	100.0	0.0002327407034133684	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0145_01_000000015787	1497	0.5100808640747702	2	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.14857740968344377		0	0	False	False	1.0	0					non-mobilizable	other	1506.0	99.07	100.0	0.004578099951633363	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0073_000000016378	1457	0.5100808640747702	2	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.09294332906504109		0	0	False	False	0.9910775423049927	0					non-mobilizable	other	1459.0	98.698	100.0	0.0016232501074373356	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0279_000000008094	2563	0.5100801273259039	3	3	3	3	3	False	26245	maximal	True	ISR0279_000000008094	1.0		13	5	False	False	0.991416335105896	0					non-mobilizable	no_good_hit	1142.0	73.38	44.0	0.0002710236391500042	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
ISR0834_000000009656	1789	0.510079992915735	4	3	3	3	3	False	20972	maximal	True	ISR0834_000000009656	1.0		65	5	False	False	0.9865846633911133	0					non-mobilizable	other	1787.0	96.475	99.0	0.004052975252287475	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	False	False
SPA0089_000000025576	1475	0.5100778975404503	2	2	2	2	2	False	54967	fragment	False	ISR0176_000000020485	0.5877390201805397		0	0	False	False	0.9993220567703247	0					non-mobilizable	other	1478.0	90.663	100.0	0.01511763861254128	NZ_QRHR01000009.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf9, whole genome shotgun sequence	False	False
SPA0124_000000013363	2189	0.5100770701858175	2	2	1	2	0	False	130997	fragment	False	USA0037_01_000000005669	0.08567596146905042		0	0	False	False	0.9968022108078003	0					non-mobilizable	other	2191.0	97.90100000000001	100.0	0.004579319458762078	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0304_000000004450	2132	0.5100770701858175	2	2	1	2	0	False	130997	fragment	False	USA0037_01_000000005669	0.0790904469828		0	0	False	False	1.0	0					non-mobilizable	other	2134.0	98.126	100.0	0.004460131692027175	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0101_000000021906	1917	0.5100770701858175	3	2	1	2	0	False	130997	fragment	False	USA0037_01_000000005669	0.07414084626794396		0	0	False	False	0.9973917603492737	0					non-mobilizable	other	1421.0	98.311	99.0	0.0029692391011151373	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0158_000000010023	1898	0.5100770701858175	3	2	1	2	0	False	130997	fragment	False	USA0037_01_000000005669	0.012771552854392512		0	0	False	False	1.0	0					non-mobilizable	other	1899.0	97.89399999999999	99.0	0.003968743530927134	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0779_000000021921	1577	0.5100770351983673	2	2	2	2	2	False	22332	fragment	False	ISR0779_000000021921	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1577.0	93.405	100.0	0.0005304723728574521	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0054_000000013913	3072	0.5100768800618749	3	3	3	3	3	False	96163	maximal	True	MON0054_000000013913	0.9953584889679413		631	14	False	False	0.9996744990348816	0					non-mobilizable	no_good_hit	1540.0	82.53200000000001	85.0	0.0005159988246132449	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ETH0004_000000015921	1773	0.510076814409975	2	2	2	2	1	False	52876	maximal	True	ETH0004_000000015921	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	2.0	4.735616741287358e-07	LR594555.1	birds	Streptopelia turtur genome assembly, chromosome: Z	True	False
FIJ0099_000000018061	1224	0.5100752720644698	2	2	1	1	2	False	42752	fragment	False	FIJ0099_000000018061	1.0		0	0	False	False	0.9991829991340637	0					non-mobilizable	plasmid	1224.0	100.0	100.0	0.027153641207815275	MF428416.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain ExPB5-59 plasmid pExPB5-59-1, complete sequence	False	True
ISR0224_000000018918	1634	0.5100751636474065	1	1	1	1	1	False	72044	fragment	False	ISR0816_000000022532	0.9546797333405239		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	99.939	100.0	0.00031611197371373106	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0143_000000007233	4589	0.5100743893345107	3	3	2	3	2	False	31157	maximal	True	ISR0143_000000007233	1.0		33	6	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	89.78299999999999	29.0	0.00012746388523251747	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0110_000000007379	3184	0.5100735207846394	5	2	0	1	1	False	60364	maximal	True	ISR0110_000000007379	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0028_000000007608	2469	0.5100735207846394	4	2	0	1	1	False	37198	maximal	True	ISR0028_000000007608	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0023_000000006004	5010	0.5100705555252744	5	4	4	4	4	False	49405	maximal	True	FIJ0023_000000006004	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	442.0	74.887	9.0	0.0008982828032165907	NZ_FPKO01000007.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ISR0827_000000006973	1671	0.5100698401821827	3	2	2	2	2	False	21090	fragment	False	ISR0827_000000006973	1.0		0	0	False	False	0.9898264408111572	0					non-mobilizable	other	846.0	95.626	92.0	0.00020717532745347688	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0276_000000001477	7876	0.5100679100376642	13	6	3	6	2	False	80956	maximal	True	ISR0276_000000001477	1.0		1	1	False	False	0.9997460842132568	0					non-mobilizable	no_good_hit	92.0	91.304	2.0	0.0003004717406327935	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
FIJ0109_000000008134	3286	0.5100678865895687	5	5	5	4	1	False	47361	maximal	True	FIJ0109_000000008134	1.0	PS47	5	1	False	True	1.0	0					non-mobilizable	no_good_hit	678.0	71.976	20.0	9.456828027441175e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
ISR0366_000000004906	3288	0.5100672448014285	5	3	3	3	3	True	119931	maximal	True	ISR0366_000000004906	0.9319695278373503		448	11	False	False	1.0	0					non-mobilizable	chromosome	2347.0	99.361	100.0	0.0006286887899375492	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
MAD0047_000000011894	3404	0.510065527371585	4	2	2	1	0	False	17682	maximal	True	MAD0047_000000011894	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	77.74600000000001	10.0	9.306974967222083e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
USA0084_01_000000013686	2400	0.510065527371585	2	2	2	1	0	False	477	maximal	True	USA0084_01_000000013686	1.0		20	7	False	False	0.997083306312561	0					non-mobilizable	no_good_hit								True	False
MAD0100_000000019646	1829	0.510065527371585	2	2	2	1	0	False	15161	maximal	True	MAD0100_000000019646	0.9763099219620959		13	7	False	False	0.9994532465934753	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	0.00018125232091386535	NZ_RQGF01000025.1	bacteria	Leptospira sarikeiensis strain 201702455 contig_0007, whole genome shotgun sequence	True	False
ISR0329_000000008803	1804	0.510065527371585	2	2	2	1	0	False	24700	maximal	True	ISR0329_000000008803	1.0		14	5	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit								True	False
MON0079_000000012724	1794	0.510065527371585	2	2	2	1	0	False	15161	maximal	False	MAD0100_000000019646	0.9671951886276653		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	0.00018125232091386535	NZ_RQGF01000025.1	bacteria	Leptospira sarikeiensis strain 201702455 contig_0007, whole genome shotgun sequence	True	False
ISR0107_000000015932	1739	0.510065527371585	3	2	2	1	0	False	59991	maximal	True	ISR0107_000000015932	1.0		8	2	False	False	0.9741230607032776	0					non-mobilizable	no_good_hit	725.0	70.483	41.0	0.00014517083401562945	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
ISR0385_000000014702	1584	0.510065527371585	2	2	2	1	0	False	23032	maximal	True	ISR0385_000000014702	1.0		25	6	False	False	1.0	0					non-mobilizable	no_good_hit	350.0	75.429	22.0	7.044154393163454e-05	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
SPA0128_000000024197	1545	0.510065527371585	2	2	2	1	0	False	3868	maximal	True	SPA0128_000000024197	1.0		2	2	False	False	0.9766990542411804	0					non-mobilizable	no_good_hit	87.0	100.0	6.0	2.9222706586696124e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0107_000000019880	1519	0.510065527371585	2	2	2	1	0	False	59990	fragment	False	ENG0107_000000019880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	725.0	70.483	47.0	0.00014517083401562945	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
ENG0165_000000013375	1497	0.510065527371585	2	2	2	1	0	False	56209	fragment	False	ENG0165_000000013375	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0267_000000012092	1496	0.510065527371585	2	2	2	1	0	False	26529	maximal	True	ISR0267_000000012092	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	288.0	78.472	19.0	7.760334812319288e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
AST0118_000000021209	1470	0.510065527371585	2	2	2	1	0	False	105780	fragment	False	AST0118_000000021209	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1370.0	76.058	92.0	0.0002768658944095549	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	False	False
SPA0051_000000016986	1433	0.510065527371585	2	2	2	1	0	False	6549	maximal	True	SPA0051_000000016986	1.0		20	6	False	False	0.9972086548805237	0					non-mobilizable	no_good_hit								True	False
AST0026_000000018483	1423	0.510065527371585	2	2	2	1	0	False	119089	fragment	False	AST0026_000000018483	0.9853264856933235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0070_000000014398	1364	0.510065527371585	2	2	2	1	0	False	44925	maximal	True	FIJ0070_000000014398	1.0		52	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0118_000000010710	1363	0.510065527371585	2	2	2	1	0	False	119089	fragment	False	AST0026_000000018483	0.9648629655657062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0388_000000026448	1335	0.510065527371585	2	2	2	1	0	False	30266	maximal	True	ISR0388_000000026448	1.0		17	4	False	False	0.9992509484291077	0					non-mobilizable	no_good_hit								True	False
CHI0009_000000005934	1329	0.510065527371585	2	2	2	1	0	False	90440	maximal	True	CHI0009_000000005934	1.0		51	10	False	False	0.9992475509643555	0					non-mobilizable	chromosome	1330.0	99.54899999999999	100.0	0.0006061863852088698	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
CHI0081_000000007419	1286	0.510065527371585	2	2	2	1	0	False	84303	fragment	False	CHI0081_000000007419	1.0		0	0	False	False	0.9953343868255615	0					non-mobilizable	no_good_hit								True	False
ENG0045_000000010458	1269	0.510065527371585	2	2	2	1	0	False	64471	maximal	True	ENG0045_000000010458	1.0		106	10	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	77.095	28.0	9.632583420885829e-05	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
CHI0058_000000017517	1249	0.510065527371585	2	2	2	1	0	False	85859	maximal	True	CHI0058_000000017517	1.0		0	0	False	False	0.9991993308067322	0					non-mobilizable	no_good_hit								True	False
MON0068_000000034355	1232	0.510065527371585	2	2	2	1	0	False	10532	fragment	False	MON0068_000000034355	1.0		0	0	False	False	0.9691558480262756	0					non-mobilizable	chromosome	1232.0	96.75299999999999	100.0	0.0005433542391561987	CP021387.1	high GC Gram+	Bifidobacterium breve strain NRBB09 chromosome, complete genome	False	False
SPA0077_000000022955	1219	0.510065527371585	3	2	2	1	0	False	5681	maximal	True	SPA0077_000000022955	1.0		1	1	False	False	0.9893355369567871	0					non-mobilizable	no_good_hit								True	False
SPA0054_000000024002	1214	0.510065527371585	2	2	2	1	0	False	55361	fragment	False	SPA0054_000000024002	0.9982110912343471		0	0	False	False	0.9967051148414612	0					non-mobilizable	other	1147.0	76.199	94.0	0.00023174247061566726	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	False	False
ISR0354_000000015378	1198	0.510065527371585	2	2	2	1	0	False	61135	fragment	False	ISR0354_000000015378	0.9895309882747069		0	0	False	False	0.9791318774223328	0					non-mobilizable	no_good_hit								True	False
MON0054_000000042925	1194	0.510065527371585	2	2	2	1	0	False	61135	fragment	False	ISR0354_000000015378	0.9878964941569283		0	0	False	False	0.9623115658760071	0					non-mobilizable	no_good_hit								True	False
ISR0322_000000011177	1187	0.510065527371585	2	2	2	1	0	False	25006	maximal	True	ISR0322_000000011177	1.0		11	3	False	False	0.9974726438522339	0					non-mobilizable	no_good_hit								True	False
ENG0179_000000028332	1118	0.510065527371585	2	2	2	1	0	False	55361	fragment	False	SPA0054_000000024002	0.9588138385502472		0	0	False	False	0.9964221715927124	0					non-mobilizable	other	1119.0	75.782	99.0	0.00022561711896943817	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	False	False
ENG0020_000000018377	1108	0.510065527371585	2	2	2	1	0	False	66401	fragment	False	ENG0020_000000018377	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0091_000000022682	1104	0.510065527371585	2	2	2	1	0	False	61134	fragment	False	ENG0091_000000022682	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0164_000000026106	1100	0.510065527371585	2	2	2	1	0	False	30265	fragment	False	ISR0164_000000026106	1.0		0	0	False	False	0.9981818199157715	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000001663	16353	0.5100646291392904	21	18	11	13	15	True	43465	maximal	True	SPA0114_000000001663	1.0		5	3	False	False	0.9992050528526306	0					non-mobilizable	no_good_hit	1320.0	72.12100000000001	8.0	0.00030396472974761525	CP020380.1	firmicutes	Clostridioides difficile strain DSM 102978 chromosome, complete genome	True	True
ISR0323_000000001480	9164	0.5100619615202101	13	3	2	3	1	False	25005	fragment	False	ISR0323_000000001480	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	4.4422386261755136e-07	CP032555.1	eudicots	Gossypium raimondii isolate D5-4 chromosome D5_03	True	False
MAD0047_000000019284	2302	0.5100614391641104	2	2	2	2	2	False	83020	maximal	False	DEN0007_000000011376	0.9891731111070621		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	281.0	72.242	12.0	0.0008884769651160933	NZ_PKJM01000003.1	high GC Gram+	Gardnerella vaginalis strain UMB0233 .16933_8_5.3, whole genome shotgun sequence	True	False
MON0095_000000012643	2421	0.5100613015358966	4	3	2	3	0	False	9320	maximal	True	MON0095_000000012643	1.0		2	1	False	False	0.9971086382865906	0					non-mobilizable	other	944.0	96.398	97.0	0.0002294865165638513	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
AST0052_000000010168	2231	0.5100600052741121	3	3	1	1	3	False	114566	maximal	True	AST0052_000000010168	1.0		20	6	False	False	1.0	0					non-mobilizable	other	1419.0	95.772	99.0	0.0018101143976959392	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
ENG0179_000000007489	4378	0.5100592813291474	9	3	2	3	3	False	55411	fragment	False	ENG0179_000000007489	0.9936007875953728		0	0	False	False	0.9952033162117004	0		MOBP			mobilizable	other	2303.0	100.0	99.0	0.3982698961937716	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0395_000000009457	4063	0.5100592813291474	9	3	2	3	3	False	55411	fragment	False	ENG0179_000000007489	0.9580858839652809		0	0	False	False	0.9995077252388	0		MOBP			mobilizable	other	2000.0	99.95	99.0	0.34584775086505193	NZ_RCXZ01000081.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0081, whole genome shotgun sequence	False	True
ISR0043_000000011167	1979	0.5100589388985737	5	3	3	2	2	False	36310	fragment	False	ISR0043_000000011167	1.0		0	0	False	False	0.9994946718215942	0					non-mobilizable	no_good_hit	390.0	90.51299999999999	19.0	0.8365591397849462	EU063648.1	bacteria	Uncultured bacterium clone LM0ACA3ZE02FM1 genomic sequence	True	False
FIJ0104_000000003978	6086	0.5100572042137188	5	3	3	2	3	False	42527	maximal	True	FIJ0104_000000003978	1.0		12	1	False	False	0.9958922266960144	0					non-mobilizable	no_good_hit	680.0	78.824	11.0	0.003848096667820717	NZ_KB822474.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.12, whole genome shotgun sequence	True	False
SPA0058_000000006837	4312	0.5100551410309064	4	4	3	3	2	True	131255	maximal	False	CHI0070_000000002146	0.7281724461565413		0	0	False	False	0.9958255887031555	0					non-mobilizable	no_good_hit	1812.0	90.177	42.0	0.0005680558156400101	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
MON0024_000000032316	1593	0.5100541850126706	2	2	2	2	2	False	93145	fragment	False	MON0024_000000032316	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	648.0	75.154	40.0	0.34318555008210183	KU546959.1	bacteria	Uncultured bacterium clone CH_05D_000_Contig_4 genomic sequence	True	False
FIJ0074_000000025498	1113	0.5100541172495245	2	2	2	1	1	False	44615	maximal	True	FIJ0074_000000025498	1.0		186	12	False	False	0.9991015195846558	0					non-mobilizable	other	1113.0	99.281	100.0	0.007705580309193339	NZ_JAANXY010000003.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_3, whole genome shotgun sequence	False	False
ISR0094_000000010382	1782	0.510052448948664	2	2	2	2	2	False	117263	fragment	False	MAD0026_000000006911	0.544013774199651		0	0	False	False	0.9994388222694397	0					non-mobilizable	chromosome	1784.0	88.00399999999999	100.0	0.0005607365285334202	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0225_000000012483	1662	0.5100518279459882	3	3	2	3	1	False	27677	maximal	True	ISR0225_000000012483	1.0		248	11	False	False	1.0	0					non-mobilizable	no_good_hit	1263.0	91.60700000000001	76.0	0.00790068426687034	NZ_JAAIUL010000008.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_8_length_159733_cov_378.557, whole genome shotgun sequence	True	False
CHI0144_000000002782	4728	0.5100469409519532	4	3	3	3	3	False	79874	maximal	True	CHI0144_000000002782	1.0		178	10	False	False	1.0	0					non-mobilizable	other	1736.0	99.885	99.0	0.0007206502217193593	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ENG0031_000000001543	12692	0.5100427665056144	8	8	7	8	6	False	125047	maximal	True	ENG0031_000000001543	1.0		48	9	False	False	0.9997636079788208	0					non-mobilizable	no_good_hit	5629.0	99.236	44.0	0.020348395774128468	NZ_CZAF01000009.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0845_000000004562	2244	0.5100412163209258	4	4	4	4	3	False	20693	maximal	True	ISR0845_000000004562	1.0		11	4	False	False	0.9955436587333679	0					non-mobilizable	no_good_hit	1135.0	99.295	51.0	0.004062463056304878	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0109_000000025102	1353	0.5100388201363691	2	2	2	2	1	True	4647	maximal	True	SPA0109_000000025102	1.0		39	8	False	False	0.9992609024047852	0					non-mobilizable	chromosome	1269.0	71.47399999999999	92.0	0.0004146847581753206	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	False	True
FIJ0125_000000005556	3600	0.5100362759974594	4	4	3	3	2	True	41204	maximal	True	FIJ0125_000000005556	1.0		35	8	False	False	0.9997222423553467	0					non-mobilizable	chromosome	2607.0	95.244	94.0	0.0007118566226722508	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0370_000000013454	1981	0.510034754361733	1	1	1	1	1	False	23515	maximal	True	ISR0370_000000013454	1.0		507	13	False	False	0.9944472312927246	0					non-mobilizable	other	1966.0	100.0	99.0	0.00037934655866068463	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
DEN0005_000000034857	1139	0.5100329181085175	3	2	2	2	2	False	76400	maximal	True	DEN0005_000000034857	1.0		89	11	False	False	0.9499561190605164	0					non-mobilizable	no_good_hit								True	False
AST0118_000000005121	5422	0.5100244043930082	6	4	3	3	4	True	105995	maximal	True	AST0118_000000005121	1.0		1	1	False	False	0.9926226735115051	0					non-mobilizable	no_good_hit	880.0	72.61399999999999	20.0	0.0003243488817225123	NZ_RYYU01000001.1	CFB group bacteria	Prevotella koreensis strain KCOM 3155 KCOM3155_1, whole genome shotgun sequence	True	True
FIJ0030_000000022495	1650	0.5100203107417772	2	2	2	2	2	False	48704	maximal	True	FIJ0030_000000022495	1.0		257	14	False	False	0.996363639831543	0					non-mobilizable	other	1659.0	79.024	100.0	0.0007859883648966456	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MAD0098_000000002717	12370	0.5100188030440995	12	3	1	3	1	True	15368	maximal	True	MAD0098_000000002717	1.0		1	1	False	False	0.9986256957054138	0					non-mobilizable	no_good_hit								True	True
SPA0114_000000006663	6026	0.5100188030440995	9	3	1	3	1	True	4470	fragment	False	SPA0114_000000006663	1.0		0	0	False	False	0.9995021820068359	0					non-mobilizable	no_good_hit								True	True
ISR0308_000000017442	1122	0.5100182365899109	3	3	3	3	2	False	25399	maximal	True	ISR0308_000000017442	1.0		4	3	False	False	0.9946523904800415	0					non-mobilizable	no_good_hit	903.0	93.68799999999999	80.0	0.020636048884506913	NZ_CABIWU010000017.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
USA0080_01_000000018076	2402	0.5100167958607545	3	3	3	2	1	False	611	maximal	True	USA0080_01_000000018076	1.0		4	3	False	False	0.9933388829231262	0					non-mobilizable	chromosome	2413.0	79.486	99.0	0.0006650626973753507	NZ_CP039396.1	CFB group bacteria	Duncaniella dubosii strain H5 chromosome	False	False
ENG0110_000000014441	2105	0.5100154155095565	4	4	2	2	4	False	98816	fragment	False	ENG0110_000000014441	0.9507253626813407		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	94.426	97.0	0.00026396090336368956	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0193_000000013109	1527	0.5100147153566695	3	3	3	2	2	False	54580	maximal	True	ENG0193_000000013109	1.0		93	10	False	False	0.9855926632881165	0					non-mobilizable	no_good_hit	189.0	74.074	12.0	0.0010088490473582567	NZ_LT707050.1	firmicutes	Intestinibacillus massiliensis strain Marseille-P3216T, whole genome shotgun sequence	True	False
ISR0023_000000000904	23614	0.5100144399050457	17	5	5	4	2	True	53973	fragment	False	ISR0023_000000000904	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	7727.0	99.728	94.0	0.10715474671253399	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	True
SPA0025_000000013371	1590	0.5100108182039332	1	1	1	1	1	False	77786	maximal	True	SPA0025_000000013371	1.0		0	0	False	False	0.9723270535469055	0					non-mobilizable	no_good_hit	1354.0	85.96799999999999	85.0	0.013996534586692398	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
CHI0174_000000010642	1429	0.5100108182039332	3	1	1	1	1	False	77784	fragment	False	ENG0003_000000014846	0.9880710832323736		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	86.85700000000001	100.0	0.014868075658065387	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
SPA0018_000000022054	1364	0.5100108182039332	2	1	1	1	1	False	77784	fragment	False	ENG0003_000000014846	0.9538191076460846		0	0	False	False	0.9846041202545166	0					non-mobilizable	other	1361.0	86.113	99.0	0.014069163009306813	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	False	False
USA0047_01_000000005915	5662	0.5100102144697191	9	6	4	3	5	False	127787	maximal	True	USA0047_01_000000005915	1.0		0	0	False	False	0.9991168975830078	0					non-mobilizable	no_good_hit	2580.0	99.147	46.0	0.04930008414288992	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0020_000000011746	3156	0.5099988565540535	3	3	3	3	1	True	91899	fragment	False	ISR0334_000000004784	0.2672297710858122		0	0	False	False	1.0	0					non-mobilizable	other	2570.0	96.34200000000001	100.0	0.0008921623123957754	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0132_000000003290	5701	0.5099955611032787	7	5	3	4	2	False	58331	maximal	True	ENG0132_000000003290	1.0		50	7	False	False	0.9957901835441589	0					non-mobilizable	no_good_hit	706.0	92.77600000000001	24.0	0.00022562282374699559	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0021_000000008566	3817	0.509993787644453	4	4	2	3	2	False	74843	maximal	True	DEN0021_000000008566	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1362.0	95.374	36.0	0.0004089792324080203	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0041_000000012003	2823	0.5099894477493471	4	4	4	3	2	False	73128	fragment	False	DEN0041_000000012003	1.0		0	0	False	False	0.9971661567687988	0					non-mobilizable	no_good_hit	419.0	73.986	15.0	8.112741696169027e-05	CP008852.1	firmicutes	Pelosinus sp. UFO1, complete genome	True	False
SPA0119_000000008890	3759	0.5099829080413736	4	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7940021040213004		0	0	False	False	0.998935878276825	0					non-mobilizable	other	2367.0	98.352	96.0	0.01699126737906469	NZ_CYXX01000007.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0004_000000007503	3526	0.5099829080413736	4	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7918992216594637		0	0	False	False	1.0	0					non-mobilizable	chromosome	3307.0	88.38799999999999	97.0	0.000730413046129523	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0125_000000010172	3526	0.5099829080413736	3	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7798493666919724		0	0	False	False	1.0	0					non-mobilizable	other	3320.0	88.102	97.0	0.034385180853729845	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
MON0101_000000017070	3515	0.5099829080413736	4	3	3	3	3	False	119436	fragment	False	CHI0024_000000003275	0.7915015665955123		0	0	False	False	0.9991465210914612	0					non-mobilizable	chromosome	3298.0	88.508	97.0	0.0007284100853083269	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
USA0081_01_000000006168	5066	0.5099812449484489	4	4	4	4	2	True	583	maximal	True	USA0081_01_000000006168	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2737.0	81.14699999999999	68.0	0.04586118425494565	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MON0069_000000005993	6478	0.5099788439480125	7	7	7	6	6	False	107849	fragment	False	MON0069_000000005993	0.9994353928052913		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	959.0	77.477	26.0	0.006711361324795507	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
SPA0097_000000025042	1311	0.50997377082886	2	2	2	1	1	False	5106	maximal	True	SPA0097_000000025042	1.0		179	10	False	False	0.9992372393608093	0					non-mobilizable	other	1311.0	99.46600000000001	100.0	0.03189753828922058	NZ_QRUU01000028.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf28, whole genome shotgun sequence	False	False
MON0078_000000033308	1416	0.5099734924360454	2	2	2	2	2	False	27253	fragment	False	ISR0241_000000010819	0.9775967413441955		0	0	False	False	0.9971751570701599	0					non-mobilizable	chromosome	1416.0	99.71799999999999	100.0	0.0006264757044752502	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	False
SPA0047_000000004187	9280	0.5099728392434434	12	10	4	4	9	False	94116	maximal	False	ISR0816_000000004331	0.9574778582930756		0	0	False	False	0.9978448152542114	0					non-mobilizable	other	9278.0	99.78399999999999	99.0	0.05598638511535839	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
AST0053_000000005412	1527	0.5099688933956626	3	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.04192588614185526		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	100.0	100.0	0.00045665639538902724	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0101_000000020509	2074	0.509967358752049	3	3	2	3	3	False	78848	fragment	False	SPA0101_000000020509	1.0		0	0	False	False	0.9879459738731384	0					non-mobilizable	chromosome	2074.0	99.711	100.0	0.0007781405930760126	CP042830.1	verrucomicrobia	Akkermansia muciniphila strain DSM 22959 chromosome, complete genome	False	False
ISR0290_000000003630	3158	0.5099670297980569	3	2	2	2	2	False	25924	maximal	True	ISR0290_000000003630	1.0		42	8	False	False	0.992716908454895	0					non-mobilizable	no_good_hit	2152.0	99.396	68.0	0.0004050569028682586	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
DEN0063_000000015336	2995	0.509961852776746	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.18598486388278604		0	0	False	False	0.9879799485206604	0					non-mobilizable	other	2995.0	99.9	100.0	0.0013267512762336925	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
DEN0065_000000010262	3222	0.5099547360328042	3	3	2	3	2	False	71124	maximal	True	DEN0065_000000010262	1.0		1	1	False	False	0.9937926530838013	0					non-mobilizable	no_good_hit	238.0	90.756	7.0	8.321218790581367e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0035_000000020901	1395	0.5099515610533982	2	1	1	1	1	False	14176	fragment	False	MON0035_000000020901	1.0		0	0	False	False	0.91756272315979	0					non-mobilizable	other	1310.0	90.229	93.0	0.13259160967643155	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	False
MAD0059_000000016605	1149	0.5099506481787778	2	1	1	1	1	False	16874	maximal	True	MAD0059_000000016605	1.0		88	10	False	False	0.9782419204711914	0					non-mobilizable	no_good_hit								True	False
ISR0114_000000008945	3085	0.5099499194229915	3	3	3	3	2	False	90834	maximal	True	ISR0114_000000008945	1.0		2	2	False	False	0.9967585206031799	0					non-mobilizable	no_good_hit								True	False
MON0094_000000035535	1076	0.5099495062570181	2	2	2	2	1	False	49713	maximal	True	MON0094_000000035535	0.9545040946314831		540	15	False	False	1.0	0					non-mobilizable	other	555.0	95.676	95.0	0.007402053300137868	NZ_VZBY01000034.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_15_length_74709_cov_26.0462_ID_29, whole genome shotgun sequence	False	False
CHI0133_000000010304	1855	0.5099490427225921	3	2	2	2	2	True	113510	maximal	True	CHI0133_000000010304	1.0	PS730	5	4	False	True	0.9983827471733093	0					non-mobilizable	other	1813.0	84.94200000000001	100.0	0.0005602880521450539	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CAN0004_000000006325	4033	0.5099465707909089	5	5	4	5	4	False	96497	maximal	True	CAN0004_000000006325	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	94.20299999999999	18.0	0.001027160021976447	NZ_NHMP01000004.1	b-proteobacteria	Turicimonas muris strain YL45 NODE_4_length_334904_cov_175.784_ID_5925, whole genome shotgun sequence	True	False
SPA0071_000000011266	1995	0.5099455761879356	3	2	1	2	0	False	5895	maximal	True	SPA0071_000000011266	1.0		3	3	False	False	0.9989975094795227	0					non-mobilizable	no_good_hit	34.0	100.0	2.0	0.005742126326779189	MT121959.1	viruses	CRESS virus SC_1_H1_2017 hypothetical protein genes, complete cds	True	False
ISR0231_000000003540	4119	0.5099442836332724	3	3	3	3	3	False	117903	fragment	False	ISR0076_000000005845	0.9746641527221306		0	0	False	False	0.9978150129318237	0					non-mobilizable	chromosome	4047.0	97.65299999999999	98.0	0.0012752894853548164	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0101_000000002980	7639	0.5099404575648465	9	9	2	5	9	True	15132	fragment	False	MAD0101_000000002980	1.0		0	0	False	False	0.9998691082000732	0					non-mobilizable	plasmid	7639.0	99.29299999999999	100.0	0.07086979519492209	MK181567.1	enterobacteria	Escherichia coli plasmid pESBL20150097, complete sequence	False	True
DEN0035_000000016915	1983	0.5099389719938253	3	3	3	2	2	False	73441	maximal	True	DEN0035_000000016915	1.0		44	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0064_000000009724	3761	0.5099381750051466	4	4	4	4	4	False	106599	maximal	True	DEN0064_000000009724	1.0		108	9	False	False	0.999734103679657	0					non-mobilizable	no_good_hit	1047.0	78.797	27.0	0.003811584125267197	NZ_NFJN01000003.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_3, whole genome shotgun sequence	True	False
ENG0147_000000001634	7334	0.5099330286933522	14	2	2	1	1	False	57374	maximal	True	ENG0147_000000001634	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	1167.0	74.63600000000001	16.0	0.006405283805048871	NZ_OFSM01000011.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
ISR0819_000000005987	4038	0.509931616613092	3	3	3	3	3	False	113756	fragment	False	ISR0059_000000003816	0.1877408983645644		0	0	False	False	1.0	0					non-mobilizable	chromosome	4002.0	96.227	99.0	0.0011181233663713833	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0115_000000021412	1099	0.5099302898980677	2	2	2	2	2	True	41694	fragment	False	FIJ0115_000000021412	1.0		0	0	False	False	0.9454048871994019	0					non-mobilizable	no_good_hit	805.0	71.925	71.0	0.0021315213598457083	NZ_FQZN01000002.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
MON0070_000000030439	1154	0.509925107225103	1	1	1	1	1	False	14950	maximal	True	MON0070_000000030439	0.9776186213070726		105	10	False	False	1.0	0					non-mobilizable	chromosome	1154.0	98.7	100.0	0.0004651177800852138	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
TAN0013_000000004244	2232	0.5099249484251129	2	2	2	2	2	False	2572	maximal	True	TAN0013_000000004244	1.0		2	1	False	False	0.9995519518852234	0					non-mobilizable	no_good_hit								True	False
MON0058_000000013496	3326	0.5099245518752257	5	3	2	3	2	True	11022	maximal	True	MON0058_000000013496	1.0		1	1	False	False	0.9996993541717529	0					non-mobilizable	no_good_hit	40.0	100.0	1.0	0.09090909090909091	NZ_FRAC01000003.1	firmicutes	Anaerocolumna jejuensis DSM 15929, whole genome shotgun sequence	True	True
ENG0031_000000006562	3117	0.5099233704442271	5	5	2	4	3	False	65714	maximal	True	ENG0031_000000006562	1.0		59	7	False	False	0.9945460557937622	0					non-mobilizable	no_good_hit	2088.0	98.132	67.0	0.06854308985811876	NZ_JAAITI010000040.1	firmicutes	Blautia luti strain MSK.16.34 NODE_40_length_30448_cov_138.152, whole genome shotgun sequence	True	False
ISR0203_000000009863	1762	0.5099150046453754	2	1	1	1	1	True	80835	fragment	False	ISR0203_000000009863	1.0		0	0	False	False	0.9994324445724487	0					non-mobilizable	no_good_hit								True	True
USA0015_01_000000022069	1519	0.5099150046453754	2	1	1	1	1	True	80834	fragment	False	USA0015_01_000000022069	1.0		0	0	False	False	0.9993416666984558	0					non-mobilizable	no_good_hit								True	True
ISR0005_000000012316	1273	0.5099150046453754	2	1	1	1	1	True	80833	fragment	False	ISR0005_000000012316	0.9765344525012472		0	0	False	False	0.9992144703865051	0					non-mobilizable	no_good_hit								True	True
ISR0166_000000017179	1268	0.5099150046453754	3	1	1	1	1	True	64901	fragment	False	ISR0166_000000017179	0.9660743134087237		0	0	False	False	0.9723974466323853	0					non-mobilizable	no_good_hit	37.0	100.0	3.0	3.05022190364349e-05	NZ_JH370372.1	CFB group bacteria	Alistipes indistinctus YIT 12060 supercont1.2, whole genome shotgun sequence	True	True
FIJ0029_000000025489	1238	0.5099150046453754	2	1	1	1	1	True	64901	fragment	False	ISR0166_000000017179	0.9550473186119874		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0850_000000013058	1212	0.5099150046453754	2	1	1	1	1	True	80833	fragment	False	ISR0005_000000012316	0.9653180901375831		0	0	False	False	0.985973596572876	0					non-mobilizable	no_good_hit								True	True
CHI0132_000000025141	1211	0.5099150046453754	2	1	1	1	1	True	80833	fragment	False	ISR0005_000000012316	0.7240963331551664		0	0	False	False	0.9991742372512817	0					non-mobilizable	no_good_hit								True	True
ISR0125_000000013057	1173	0.5099150046453754	2	1	1	1	1	True	32025	maximal	True	ISR0125_000000013057	1.0		0	0	False	False	0.9769821166992188	0					non-mobilizable	no_good_hit	165.0	87.87899999999999	14.0	0.0009301791456132292	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	True
ISR0331_000000021743	1167	0.5099150046453754	1	1	1	1	1	True	80833	fragment	False	ISR0005_000000012316	0.94531181511421		0	0	False	False	0.9948586225509644	0					non-mobilizable	no_good_hit								True	True
ENG0082_000000011530	1786	0.5099116371041439	3	2	2	2	1	False	61622	fragment	False	ENG0082_000000011530	1.0		0	0	False	False	0.9888017773628235	0					non-mobilizable	no_good_hit	1050.0	69.714	57.0	0.00022783568318577183	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0295_000000006518	4773	0.5099109576676513	5	5	5	5	3	False	104223	maximal	True	ISR0295_000000006518	1.0		115	10	False	False	0.997485876083374	0					non-mobilizable	no_good_hit	4259.0	100.0	89.0	0.006794406183579813	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	True	False
USA0080_01_000000020123	2144	0.5099084504047585	3	3	2	2	2	False	87908	fragment	False	USA0079_01_000000005370	0.9666955731397376		0	0	False	False	1.0	0					non-mobilizable	chromosome	2144.0	100.0	100.0	0.0005742881827946154	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0076_000000007038	2160	0.5099052781034452	4	3	3	3	2	True	5742	maximal	True	SPA0076_000000007038	1.0		2	1	False	False	0.9962962865829468	0					non-mobilizable	other	2161.0	91.39299999999999	100.0	0.0008335779323540055	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
SPA0150_000000009289	2134	0.5099052781034452	4	3	3	3	2	True	3263	maximal	True	SPA0150_000000009289	1.0		125	14	False	False	1.0	0					non-mobilizable	no_good_hit	1220.0	91.475	68.0	0.0004705619254834907	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	True
ISR0014_000000016921	2122	0.5099052781034452	4	3	3	3	2	True	38028	fragment	False	SPA0144_000000007883	0.934791705078186		0	0	False	False	0.9995287656784058	0					non-mobilizable	other	2123.0	96.985	100.0	0.0008234833695961088	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ISR0169_000000014728	2111	0.5099052781034452	4	3	3	3	2	True	38028	fragment	False	SPA0144_000000007883	0.7028682811361517		0	0	False	False	0.9976314306259155	0					non-mobilizable	other	2114.0	93.33	100.0	0.0008196008454584563	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
MON0022_000000003027	6284	0.5099044467833089	9	5	2	3	4	True	80151	fragment	False	MON0022_000000003027	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3412.0	99.06200000000001	96.0	0.27511093182734975	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
ISR0777_000000009241	1862	0.5099029346307081	2	1	1	1	1	False	22393	maximal	True	ISR0777_000000009241	1.0		227	10	False	False	0.9962406158447266	0					non-mobilizable	other	1862.0	99.302	100.0	0.0005635758021567298	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0773_000000002560	4231	0.509899926612763	4	4	4	1	1	False	22512	maximal	True	ISR0773_000000002560	1.0		8	3	False	False	1.0	0					non-mobilizable	other	4032.0	93.304	95.0	0.0016813415521075455	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
CHI0006_000000013310	1202	0.5098996001016871	3	3	3	2	2	False	90569	fragment	False	CHI0006_000000013310	1.0		0	0	False	False	0.9683859944343567	0					non-mobilizable	no_good_hit	694.0	98.559	58.0	0.0008764031302641097	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
MAD0050_000000000049	99803	0.5098912365954535	118	27	17	20	13	True	17435	maximal	True	MAD0050_000000000049	1.0		3	1	False	False	0.9999298453330994	0					non-mobilizable	no_good_hit	32.0	100.0	0.0	5.831572888077067e-05	NZ_KE159506.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.3, whole genome shotgun sequence	True	True
SPA0017_000000003531	3297	0.5098908350330931	3	2	2	2	2	False	24505	maximal	True	SPA0017_000000003531	1.0		20	8	False	False	0.9987867474555969	0					non-mobilizable	other	3240.0	96.728	98.0	0.051636978327778395	NZ_JAANXY010000019.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_19, whole genome shotgun sequence	False	False
MON0053_000000033249	1240	0.5098903204309813	3	2	2	2	2	False	11165	maximal	True	MON0053_000000033249	1.0		307	14	False	False	0.9967741966247559	0					non-mobilizable	no_good_hit	32.0	96.875	3.0	1.9325880858064124e-06	NZ_CP016211.1	d-proteobacteria	Minicystis rosea strain DSM 24000 chromosome, complete genome	True	False
ISR0307_000000003718	2481	0.5098899702100648	3	1	1	1	1	False	63440	maximal	True	ISR0307_000000003718	1.0		2	1	False	False	0.9995969533920288	0					non-mobilizable	no_good_hit	1822.0	99.89	73.0	0.00038459239647526663	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0254_000000005224	2193	0.5098899702100648	2	1	1	1	1	False	26927	maximal	True	ISR0254_000000005224	1.0		1016	13	False	False	0.9758321642875671	0					non-mobilizable	chromosome	2135.0	99.625	97.0	0.0004259190290802504	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
SPA0057_000000014729	2174	0.5098899702100648	2	1	1	1	1	False	6340	maximal	True	SPA0057_000000014729	1.0		71	9	False	False	0.9949402213096619	0					non-mobilizable	other	2174.0	96.78	100.0	0.0011195456283108515	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
FIJ0087_000000015191	2121	0.5098899702100648	2	1	1	1	1	False	116099	maximal	True	FIJ0087_000000015191	1.0		77	11	False	False	0.9995285272598267	0					non-mobilizable	no_good_hit								True	False
AST0040_000000010526	1901	0.5098899702100648	1	1	1	1	1	False	116098	fragment	False	AST0040_000000010526	1.0		0	0	False	False	0.9942135810852051	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	9.509914085434065e-05	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
ENG0045_000000007071	1820	0.5098899702100648	1	1	1	1	1	False	69516	maximal	True	ENG0045_000000007071	0.9991591928251121		86	10	False	False	0.9901098608970642	0					non-mobilizable	other	1803.0	100.0	99.0	0.004147467559070341	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	False	False
ISR0077_000000019801	1773	0.5098899702100648	1	1	1	1	1	False	102889	fragment	False	ISR0076_000000013703	0.9810609936401595		0	0	False	False	0.9875916242599487	0					non-mobilizable	other	1773.0	99.323	100.0	0.013303503055601436	NZ_SPGG01000012.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_12_length_133198_cov_35.4223, whole genome shotgun sequence	False	False
AUS0002_000000020932	1773	0.5098899702100648	1	1	1	1	1	False	102889	fragment	False	ISR0076_000000013703	0.9788655973120068		0	0	False	False	0.9926677942276001	0					non-mobilizable	other	1773.0	100.0	100.0	0.013303503055601436	NZ_SPGG01000012.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_12_length_133198_cov_35.4223, whole genome shotgun sequence	False	False
FIJ0046_000000018584	1750	0.5098899702100648	2	1	1	1	1	False	46963	maximal	True	FIJ0046_000000018584	1.0		14	5	False	False	0.9851428866386414	0					non-mobilizable	no_good_hit	90.0	82.22200000000001	5.0	0.0008359059605794349	NZ_VJYD01000016.1	CFB group bacteria	Flavobacterium daemonense strain JCM 19455 NODE_16_length_105275_cov_214.276231, whole genome shotgun sequence	True	False
CHI0177_000000009961	1670	0.5098899702100648	1	1	1	1	1	False	102889	fragment	False	ISR0076_000000013703	0.7144670050761421		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	99.461	100.0	0.012530218171444016	NZ_SPGG01000012.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_12_length_133198_cov_35.4223, whole genome shotgun sequence	False	False
ISR0214_000000014850	1970	0.5098867017065207	3	3	3	2	2	False	28216	maximal	True	ISR0214_000000014850	1.0		25	8	False	False	0.9979695677757263	0					non-mobilizable	no_good_hit	305.0	77.04899999999999	15.0	0.0004097797127730106	NZ_LRVM01000001.1	firmicutes	Anaerotignum neopropionicum strain DSM-3847 CLNEO_contig000001, whole genome shotgun sequence	True	False
CHI0143_000000005818	3256	0.5098852586037741	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.9974695127189718		0	0	False	False	1.0	0					non-mobilizable	other	3256.0	99.662	100.0	0.007195628241348667	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
FIJ0099_000000006955	3256	0.5098852586037741	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.9980998758168479		0	0	False	False	0.9996928572654724	0					non-mobilizable	other	3256.0	99.785	100.0	0.007195628241348667	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
USA0005_01_000000010752	3256	0.5098852586037741	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.997372149206892		0	0	False	False	1.0	0					non-mobilizable	other	3256.0	99.72399999999999	100.0	0.007195628241348667	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
DEN0017_000000009329	3256	0.5098852586037741	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.9980282213533007		0	0	False	False	1.0	0					non-mobilizable	other	3256.0	99.816	100.0	0.007195628241348667	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
SPA0141_000000007382	3159	0.5098852586037741	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.9941406856142959		0	0	False	False	1.0	0					non-mobilizable	other	3175.0	83.118	100.0	0.0006104754251684375	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0167_000000006073	3110	0.5098852586037741	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.9906374984723549		0	0	False	False	0.9919614195823669	0					non-mobilizable	other	3074.0	99.772	99.0	0.00679329203860659	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	False
ENG0182_000000009411	2991	0.5098852586037741	4	3	3	3	3	False	103013	fragment	False	FIJ0099_000000006955	0.9887927538995166		0	0	False	False	1.0	0					non-mobilizable	other	3007.0	82.94	100.0	0.0005779373948929625	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
FIJ0079_000000010288	2740	0.509882972406147	2	2	2	2	2	False	119364	fragment	False	ISR0015_000000009589	0.9444015524846954		0	0	False	False	0.9978102445602417	0					non-mobilizable	other	2745.0	92.38600000000001	100.0	0.0011842237197417873	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ENG0063_000000012059	2638	0.509882972406147	2	2	2	2	2	False	63096	maximal	True	ENG0063_000000012059	1.0		29	4	False	False	0.9996209144592285	0					non-mobilizable	chromosome	2557.0	98.084	97.0	0.0013142050910916441	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
ISR0015_000000009589	2606	0.509882972406147	2	2	2	2	2	False	119364	fragment	False	ISR0015_000000009589	0.9463421089694091		0	0	False	False	0.9992325305938721	0					non-mobilizable	chromosome	2606.0	96.93	100.0	0.0011877421723731354	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0816_000000016169	2505	0.509882972406147	2	2	2	2	2	False	119364	fragment	False	ISR0015_000000009589	0.9212209144907971		0	0	False	False	0.9808382987976074	0					non-mobilizable	chromosome	2494.0	99.88	99.0	0.0011366564875398822	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0034_000000014875	1448	0.5098821713485555	3	3	3	2	2	False	88146	maximal	True	ISR0034_000000014875	0.9992826398852224		307	12	False	False	0.9730662703514099	0					non-mobilizable	other	1429.0	99.79	99.0	0.00045826484498902797	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
ISR0844_000000004150	3198	0.5098812192588755	6	6	4	4	5	True	65059	fragment	False	ISR0844_000000004150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2282.0	86.54700000000001	87.0	0.18338039532069383	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
FIJ0106_000000011285	2291	0.5098804937600689	2	2	1	1	2	True	93213	fragment	False	FIJ0106_000000011285	0.9632742146439203		0	0	False	False	0.9816673994064331	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.355374940237579e-05	NZ_PGTS01000005.1	a-proteobacteria	Thalassospira povalilytica strain Zumi 95 contig00005, whole genome shotgun sequence	True	True
ENG0181_000000009262	2215	0.5098804937600689	3	2	1	1	2	True	93213	fragment	False	FIJ0106_000000011285	0.9229838613554554		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	76.04899999999999	81.0	0.0006374337201729711	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0135_000000013476	2124	0.5098804937600689	2	2	1	1	2	True	93213	fragment	False	FIJ0106_000000011285	0.9325166459259727		0	0	False	False	0.9962335228919983	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.355374940237579e-05	NZ_PGTS01000005.1	a-proteobacteria	Thalassospira povalilytica strain Zumi 95 contig00005, whole genome shotgun sequence	True	True
ENG0090_000000006724	3247	0.5098798739766206	5	2	1	2	1	True	121084	fragment	False	ENG0090_000000006724	0.9966410748560461		0	0	False	False	0.9978441596031189	0		MOBV			mobilizable	no_good_hit	1818.0	96.315	68.0	0.36069157392686807	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
AST0097_000000007280	3126	0.5098798739766206	5	2	1	2	1	True	121084	fragment	False	ENG0090_000000006724	0.9784416384354789		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1782.0	95.286	67.0	0.35333863275039745	NZ_FLKM01000006.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	True
ENG0077_000000007442	2717	0.5098798739766206	3	2	1	2	1	True	115631	fragment	False	ENG0077_000000007442	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1217.0	97.617	57.0	0.19827164519810858	NZ_FTRU01000004.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ENG0038_000000011826	2034	0.5098798739766206	3	2	1	2	1	True	65077	fragment	False	ENG0038_000000011826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	494.0	96.154	46.0	0.004251539350454475	AB261016.2	enterobacteria	Escherichia coli plasmid pARS3 npmA gene for 16S rRNA methylase, complete cds	True	True
ISR0843_000000007565	2173	0.5098789329091044	3	1	1	1	1	False	58716	maximal	True	ISR0843_000000007565	1.0		10	7	False	False	0.9990795850753784	0					non-mobilizable	no_good_hit	459.0	95.20700000000001	47.0	0.00013247586373828335	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ENG0127_000000013045	1985	0.5098789329091044	2	1	1	1	1	False	58715	fragment	False	ENG0127_000000013045	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	95.425	40.0	0.00012356631306512323	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0035_01_000000014110	1799	0.5098789329091044	2	1	1	1	1	False	8165	fragment	False	USA0035_01_000000014110	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	95.20700000000001	30.0	0.00013247586373828335	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
USA0040_01_000000008453	1769	0.5098789329091044	2	1	1	1	1	False	8164	fragment	False	USA0040_01_000000008453	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	459.0	95.425	32.0	0.00012356631306512323	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0008_000000018613	1640	0.5098789329091044	2	1	1	1	1	False	8163	fragment	False	SPA0008_000000018613	1.0		0	0	False	False	0.9993902444839478	0					non-mobilizable	no_good_hit	459.0	95.20700000000001	34.0	0.00013247586373828335	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0155_000000008937	2522	0.5098781637436063	3	3	3	3	3	False	39536	maximal	True	FIJ0155_000000008937	0.9781409168081494		67	10	False	False	0.995638370513916	0					non-mobilizable	no_good_hit	95.0	86.316	4.0	0.0020539713755052987	NZ_FOXD01000026.1	firmicutes	Salibacterium halotolerans strain S7, whole genome shotgun sequence	True	False
ISR0244_000000009428	2529	0.5098769670326997	4	3	3	3	2	False	78566	maximal	True	ISR0244_000000009428	1.0		153	12	False	False	1.0	0					non-mobilizable	other	2529.0	98.774	100.0	0.014343099652769897	NZ_CYXX01000003.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MON0024_000000036803	1410	0.5098764133922715	2	2	2	2	2	False	12898	maximal	True	MON0024_000000036803	1.0		127	10	False	False	0.9992907643318176	0					non-mobilizable	other	1410.0	99.71600000000001	100.0	0.0012033848508451878	NZ_NAQA01000003.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_3, whole genome shotgun sequence	False	False
MON0090_000000010886	4985	0.5098763171381026	4	3	3	3	1	False	73037	maximal	True	MON0090_000000010886	1.0		80	10	False	False	0.999799370765686	0					non-mobilizable	no_good_hit	319.0	75.235	6.0	9.063424178863807e-05	CP036280.1	bacteria	Planctomycetes bacterium Pan265 chromosome, complete genome	True	False
SPA0061_000000011884	1267	0.5098748737564218	3	2	2	1	1	True	6183	fragment	False	SPA0061_000000011884	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1268.0	92.587	100.0	0.0003567010059475526	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ENG0167_000000014308	1752	0.5098723760658147	3	3	0	3	2	True	124268	fragment	False	ENG0167_000000014308	0.9414946767491074		0	0	False	False	1.0	0					non-mobilizable	other	1759.0	91.18799999999999	100.0	0.038730060536432326	NZ_CYXX01000029.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	True
FIJ0105_000000003787	7127	0.5098708289430066	8	8	4	6	8	True	121194	maximal	True	FIJ0105_000000003787	1.0		63	9	False	False	1.0	0					non-mobilizable	chromosome	3860.0	88.34200000000001	91.0	0.0011921205914952554	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	False	True
CHI0022_000000002915	4189	0.5098666089346534	5	3	0	3	1	False	89206	fragment	False	CHI0022_000000002915	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1489.0	78.039	35.0	0.0004710203979690087	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0022_000000001475	5508	0.5098641472884042	13	4	1	3	2	False	19310	maximal	True	MAD0022_000000001475	1.0		1	1	False	False	0.9992737770080566	0					non-mobilizable	no_good_hit	740.0	92.838	43.0	0.013079077021231348	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MON0012_000000000176	29912	0.5098612284399084	17	7	4	7	2	False	72784	maximal	True	MON0012_000000000176	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	9.109713097623973e-05	NZ_JHVJ01000003.1	g-proteobacteria	Marinobacterium jannaschii DSM 6295 Q354DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0179_000000012013	1953	0.5098585770476215	2	1	1	1	1	False	29675	maximal	True	ISR0179_000000012013	1.0		2	2	False	False	0.9882232546806335	0					non-mobilizable	no_good_hit	1175.0	89.95700000000001	60.0	0.000331114060614744	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0064_000000013692	1625	0.5098585770476215	3	1	1	1	1	False	62944	fragment	False	ENG0064_000000013692	1.0		0	0	False	False	0.9938461780548096	0					non-mobilizable	other	1625.0	100.0	100.0	0.00043489449925406486	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
AST0097_000000014236	1492	0.5098585770476215	2	1	1	1	1	False	108948	maximal	True	AST0097_000000014236	1.0		63	12	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	85.992	17.0	7.420967421663137e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
CHI0122_000000011117	1287	0.5098585770476215	1	1	1	1	1	False	81738	fragment	False	CHI0122_000000011117	1.0		0	0	False	False	0.9642579555511475	0					non-mobilizable	no_good_hit								True	False
ISR0820_000000022630	1174	0.5098585770476215	2	1	1	1	1	False	21259	fragment	False	ISR0820_000000022630	1.0		0	0	False	False	0.9940374493598938	0					non-mobilizable	no_good_hit								True	False
ISR0301_000000018355	1116	0.5098585770476215	1	1	1	1	1	False	25547	fragment	False	ISR0301_000000018355	1.0		0	0	False	False	0.9793906807899475	0					non-mobilizable	virus	1116.0	98.74600000000001	100.0	0.029484094454874793	JQ680364.1	viruses	Unidentified phage clone 2200_scaffold1335 genomic sequence	False	False
USA0125_01_000000002061	12626	0.509852932722521	15	9	2	4	8	False	156	fragment	False	USA0125_01_000000002061	1.0		0	0	False	False	0.9987327456474304	0					non-mobilizable	no_good_hit								True	False
ISR0326_000000004672	3661	0.5098527523692853	3	3	3	3	2	False	118958	fragment	False	ISR0018_000000004470	0.5244987826315688		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0148_000000015576	2227	0.5098513042632136	3	3	3	3	3	False	105009	maximal	True	AST0148_000000015576	0.9676854430704692		741	13	False	False	0.9941625595092773	0					non-mobilizable	other	2227.0	95.64399999999999	100.0	0.011726960947007412	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ISR0222_000000024330	2011	0.5098500993002064	3	3	3	3	3	False	27874	maximal	True	ISR0222_000000024330	1.0		3	3	False	False	0.9995027184486389	0					non-mobilizable	no_good_hit	36.0	94.444	2.0	1.8157491858958828e-05	NZ_UHHY01000002.1	firmicutes	Streptococcus uberis strain NCTC4672, whole genome shotgun sequence	True	False
ENG0143_000000012087	1540	0.5098486663688794	5	3	3	2	1	False	57601	maximal	True	ENG0143_000000012087	1.0		1	1	False	False	0.9961038827896118	0					non-mobilizable	no_good_hit	325.0	88.615	52.0	0.0018209185773157518	NZ_DS562846.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_3, whole genome shotgun sequence	True	False
USA0023_01_000000021283	1426	0.5098473226855188	2	1	1	1	1	False	105693	fragment	False	USA0023_01_000000021283	1.0		0	0	False	False	0.9838709831237793	0					non-mobilizable	chromosome	1302.0	99.309	91.0	0.0004420783868522286	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0039_000000030198	1240	0.5098473226855188	1	1	1	1	1	False	105692	fragment	False	ISR0039_000000030198	0.9525673866759138		0	0	False	False	1.0	0					non-mobilizable	chromosome	1171.0	99.146	100.0	0.0003975647291445868	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0042_01_000000001412	18297	0.509844884975685	17	12	5	7	10	True	68750	maximal	True	USA0042_01_000000001412	1.0		16	6	False	False	1.0	0					non-mobilizable	other	14286.0	94.764	97.0	0.006255127693850984	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	True
ISR0361_000000008833	1606	0.5098447369680168	2	2	2	2	1	False	23753	maximal	True	ISR0361_000000008833	1.0		22	6	False	False	0.9993773102760315	0					non-mobilizable	no_good_hit								True	False
MAD0066_000000019529	1608	0.5098403879272675	2	2	2	2	2	False	105694	fragment	False	USA0080_01_000000026311	0.9437490982722684		0	0	False	False	0.9925373196601868	0					non-mobilizable	chromosome	1177.0	98.811	100.0	0.0003996035226273796	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0034_000000001685	7759	0.5098378727897361	18	4	1	2	3	True	98408	fragment	False	MAD0034_000000001685	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0207_000000007348	2407	0.5098367854924866	5	3	3	2	1	False	53896	maximal	True	ENG0207_000000007348	1.0		1	1	False	False	0.9995845556259155	0					non-mobilizable	no_good_hit								True	False
ENG0186_000000008818	1710	0.5098356021691279	3	2	1	1	2	False	55010	maximal	True	ENG0186_000000008818	1.0		22	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000033743	1272	0.5098344005543176	2	1	1	1	1	False	17805	maximal	True	MAD0045_000000033743	1.0		85	10	False	False	0.9960691928863525	0					non-mobilizable	no_good_hit	45.0	91.111	4.0	1.5865260668035647e-05	NZ_NMUQ01000001.1	firmicutes	Paenibacillus herberti strain R33 R33_Scf_1, whole genome shotgun sequence	True	False
ISR0250_000000003143	3336	0.5098326504036289	6	5	5	4	3	False	27031	maximal	True	ISR0250_000000003143	1.0		2	2	False	False	1.0	0					non-mobilizable	other	1811.0	96.742	96.0	0.0007280487849123782	CP008885.1	high GC Gram+	Bifidobacterium longum strain BXY01, complete genome	False	False
MON0027_000000012979	3031	0.5098314614223074	3	3	3	3	3	False	117368	maximal	True	MON0027_000000012979	1.0	PS787	12	2	False	True	1.0	0					non-mobilizable	chromosome	1502.0	98.336	99.0	0.0006508121710981295	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
USA0035_01_000000014049	1806	0.5098305479676707	3	1	1	1	1	True	80772	fragment	False	USA0035_01_000000014049	1.0		0	0	False	False	0.998892605304718	0					non-mobilizable	other	1761.0	99.432	98.0	0.0004887504096061672	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0796_000000015585	1390	0.5098305479676707	2	1	1	1	1	True	21951	fragment	False	ISR0796_000000015585	1.0		0	0	False	False	0.999280571937561	0					non-mobilizable	other	1390.0	99.209	100.0	0.00038572404485395805	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
CHI0133_000000015272	1328	0.5098305479676707	2	1	1	1	1	True	80771	fragment	False	CHI0133_000000015272	1.0		0	0	False	False	0.9984939694404602	0					non-mobilizable	other	1318.0	99.241	100.0	0.00036572970991552396	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0786_000000005113	3428	0.5098301550649156	4	2	2	2	1	False	92624	fragment	False	ISR0786_000000005113	0.9860118122474355		0	0	False	False	0.9991248250007629	0					non-mobilizable	other	3410.0	96.891	99.0	0.0010263846181406632	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0082_000000002838	3217	0.5098301550649156	3	2	2	2	1	False	92624	fragment	False	ISR0786_000000005113	0.9560968494749125		0	0	False	False	0.9993783235549927	0					non-mobilizable	chromosome	3217.0	99.34700000000001	100.0	0.0011348370630162741	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
AST0061_000000020859	2013	0.5098301550649156	3	2	2	2	1	False	112000	maximal	True	AST0061_000000020859	1.0		24	8	False	False	0.9965226054191589	0					non-mobilizable	no_good_hit	661.0	75.946	32.0	0.00015559366312884197	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	True	False
ISR0344_000000017102	1985	0.5098300640236775	2	2	2	2	2	False	91542	fragment	False	DEN0028_000000013799	0.935085961103941		0	0	False	False	0.9984886646270752	0					non-mobilizable	no_good_hit	660.0	73.63600000000001	45.0	0.00014985587323207533	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	False
ENG0093_000000002293	5529	0.5098295005480287	5	5	5	3	5	False	61072	maximal	True	ENG0093_000000002293	1.0		36	4	False	False	1.0	0					non-mobilizable	other	5529.0	99.928	100.0	0.0030052187605688328	CP019935.1	firmicutes	Streptococcus thermophilus strain APC151, complete genome	False	False
ISR0150_000000012598	1871	0.509827845222649	2	2	2	2	2	False	118750	fragment	False	ENG0113_000000014269	0.9250328319475225		0	0	False	False	0.9957242012023926	0					non-mobilizable	other	1871.0	98.397	100.0	0.008486575780129613	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0079_000000018740	1522	0.5098272019427101	2	2	2	2	1	True	114472	fragment	False	ENG0182_000000017453	0.8777796439484881		0	0	False	False	0.9993429780006409	0					non-mobilizable	other	1522.0	99.47399999999999	100.0	0.021962630317382388	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
ISR0190_000000005330	4342	0.5098252335589121	7	5	5	4	4	False	124181	maximal	True	ISR0190_000000005330	1.0		27	4	False	False	0.9820359349250793	0					non-mobilizable	no_good_hit	2557.0	89.245	58.0	0.003176532434558585	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ENG0177_000000011208	2407	0.5098225345388493	4	3	2	2	0	False	55530	maximal	True	ENG0177_000000011208	1.0		53	8	False	False	0.9950145483016968	0					non-mobilizable	no_good_hit								True	False
MON0034_000000014391	1953	0.509821708607901	3	1	1	1	1	False	12241	maximal	True	MON0034_000000014391	1.0		26	3	False	False	0.9964157938957214	0					non-mobilizable	no_good_hit	1665.0	99.399	85.0	0.002027149674060159	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
ISR0023_000000021445	1502	0.509821500896011	3	1	1	1	1	False	110349	fragment	False	ISR0023_000000021445	1.0		0	0	False	False	0.9960052967071533	0					non-mobilizable	no_good_hit								True	False
ISR0316_000000002849	5643	0.5098207124115193	4	3	3	3	1	True	130254	maximal	True	ISR0316_000000002849	1.0		45	9	False	False	1.0	0					non-mobilizable	no_good_hit	3713.0	99.946	66.0	0.0011205422071904276	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	True	True
ISR0213_000000007920	3088	0.509820521970691	4	3	2	3	2	False	118110	maximal	True	ISR0213_000000007920	1.0		20	5	False	False	0.9857512712478638	0					non-mobilizable	no_good_hit	868.0	82.949	61.0	0.0031289769369382435	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0037_000000029066	1236	0.5098199498525943	1	1	1	1	1	False	65142	fragment	False	ENG0037_000000029066	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1184.0	70.439	94.0	0.0005316524923462365	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
ISR0066_000000024033	1342	0.5098153487023633	4	3	3	3	2	False	99097	fragment	False	AUS0022_000000023140	0.40494028692506917		0	0	False	False	0.997764527797699	0					non-mobilizable	no_good_hit								True	False
ENG0025_000000022191	1261	0.5098153487023633	4	3	3	3	2	False	99097	fragment	False	AUS0022_000000023140	0.2730466255056419		0	0	False	False	0.9809674620628357	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000002720	12194	0.5098107031526267	18	10	5	9	6	False	50404	maximal	False	FIJ0015_000000002321	0.9932199136544814		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0124_000000001869	12143	0.5098107031526267	19	10	5	9	6	False	50404	maximal	False	FIJ0015_000000002321	0.9926942379489426		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	0.0	3.514899244379366e-06	NZ_CP017599.1	cyanobacteria	Moorea producens PAL-8-15-08-1 chromosome, complete genome	True	False
FIJ0071_000000008539	4196	0.5098084134378082	5	3	3	3	2	False	44892	maximal	True	FIJ0071_000000008539	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	89.06200000000001	2.0	0.003286042144794492	NZ_JRAS01000154.1	spirochetes	Alkalispirochaeta odontotermitis strain JC202 57867, whole genome shotgun sequence	True	False
AST0047_000000012012	1857	0.5098079694991519	3	3	3	3	3	False	115298	maximal	False	ENG0115_000000010837	0.976063829787234		0	0	False	False	0.9956919550895691	0					non-mobilizable	other	1857.0	100.0	100.0	0.07277289836888332	NZ_JAAITI010000045.1	firmicutes	Blautia luti strain MSK.16.34 NODE_45_length_25504_cov_255.104, whole genome shotgun sequence	False	False
ENG0070_000000015868	1612	0.5098079575097108	2	2	2	2	2	False	75913	fragment	False	ISR0371_000000011379	0.9643630142705928		0	0	False	False	0.9993796348571777	0					non-mobilizable	no_good_hit	336.0	91.964	31.0	0.00010086208479821712	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MAD0070_000000009160	2113	0.5098078550597822	4	2	2	2	2	False	16363	maximal	True	MAD0070_000000009160	1.0		10	2	False	False	0.9985802173614502	0					non-mobilizable	other	2141.0	81.17699999999999	100.0	0.0005631417347373553	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
FIJ0020_000000012766	1692	0.5098064123955985	2	2	2	1	1	False	49779	maximal	True	FIJ0020_000000012766	1.0		39	9	False	False	0.9946808218955994	0					non-mobilizable	chromosome	1692.0	99.46799999999999	100.0	0.00032813593948171987	CP035194.1	enterobacteria	Klebsiella pneumoniae strain LH102-A chromosome, complete genome	False	False
CHI0027_000000010619	1631	0.5098018732509456	1	1	1	0	1	False	88822	maximal	True	CHI0027_000000010619	1.0		48	9	False	False	0.9858981966972351	0					non-mobilizable	chromosome	1631.0	99.693	100.0	0.00031369614698377305	CP018937.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 chromosome, complete genome	False	False
SPA0084_000000010037	1836	0.5097996180762073	2	2	2	1	1	True	131287	fragment	False	ISR0006_000000008656	0.2907562998938664		0	0	False	True	1.0	0					non-mobilizable	chromosome	1837.0	94.50200000000001	100.0	0.000617650256467909	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0012_000000013094	1785	0.5097996180762073	2	2	2	1	1	True	131287	fragment	False	ISR0006_000000008656	0.23161878820563506		0	0	False	True	1.0	0					non-mobilizable	chromosome	1786.0	94.84899999999999	100.0	0.0006298769146405626	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0113_000000017946	1555	0.5097996180762073	2	2	2	1	1	True	125764	fragment	False	MON0017_000000011822	0.9419805589307412		0	0	False	False	1.0	0					non-mobilizable	chromosome	1556.0	93.70200000000001	100.0	0.0005476576871272567	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0398_000000009851	2369	0.509797536534245	3	3	3	3	2	False	110255	fragment	False	ISR0398_000000009851	0.9553261532233847		0	0	False	False	0.9962009191513062	0					non-mobilizable	other	2369.0	98.354	100.0	0.22454010999431065	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0378_000000029000	1161	0.5097950922171309	2	1	1	1	1	False	23246	maximal	True	ISR0378_000000029000	1.0		62	11	False	False	0.993109405040741	0					non-mobilizable	other	1161.0	99.742	100.0	0.0018552044883154103	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
AUS0018_000000003875	6705	0.5097935394386381	5	4	4	4	1	False	102345	maximal	True	AUS0018_000000003875	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.00030708151917614414	EF079106.1	b-proteobacteria	Comamonas sp. CNB-1 plasmid pCNB, complete sequence	True	False
ISR0059_000000008861	1910	0.5097860569373421	2	1	1	1	1	False	82764	fragment	False	ISR0059_000000008861	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1910.0	100.0	100.0	0.8239102287440656	GQ873801.1		Uncultured organism clone 1041059765684 genomic sequence	False	False
SPA0132_000000025973	1599	0.5097860569373421	1	1	1	1	1	False	70944	maximal	False	DEN0066_000000021285	0.963572267920094		0	0	False	False	0.9993746280670166	0					non-mobilizable	other	1599.0	98.749	100.0	0.0007018462333080938	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0033_000000003427	7955	0.5097824759070436	6	6	5	6	2	True	114131	maximal	True	SPA0033_000000003427	1.0		129	6	False	False	1.0	0					non-mobilizable	no_good_hit	2871.0	99.303	36.0	0.008821296515434195	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	True
FIJ0082_000000024357	1309	0.5097820537138609	2	1	1	1	1	False	44161	fragment	False	FIJ0082_000000024357	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	460.0	77.82600000000001	35.0	0.0004280335457086796	NZ_PEBI01000001.1	high GC Gram+	Bifidobacterium primatium strain TRE 1 NODE_1_length_1055992_cov_95.327966, whole genome shotgun sequence	True	False
USA0125_01_000000014750	1596	0.5097776230090395	2	2	2	1	2	False	91257	fragment	False	ISR0269_000000011926	0.9779503105590063		0	0	False	False	1.0	0					non-mobilizable	chromosome	1560.0	99.615	98.0	0.00045192532071768873	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0009_000000008501	4200	0.5097722293222428	5	3	2	3	0	False	51300	maximal	True	FIJ0009_000000008501	1.0		3	2	False	False	0.9973809719085693	0					non-mobilizable	no_good_hit	2588.0	87.01700000000001	62.0	0.0006224131481459136	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
AST0057_000000002489	2394	0.5097659835728339	3	3	3	3	2	False	113206	fragment	False	AST0057_000000002489	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2394.0	100.0	100.0	0.0004954772431422574	CP014111.1	enterobacteria	Escherichia coli strain FDAARGOS_144 chromosome, complete genome	False	False
TAN0027_000000005208	1974	0.5097657410493109	2	2	2	1	2	False	42223	maximal	False	FIJ0108_000000011378	0.9628555952488426		0	0	False	False	0.9989868402481079	0					non-mobilizable	chromosome	1998.0	80.581	100.0	0.0005572424586847119	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0142_000000015072	1243	0.5097649424086453	3	2	2	1	2	False	114033	fragment	False	ISR0083_000000021192	0.9476347374853913		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	100.0	100.0	0.0005982543688946263	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
ISR0317_000000009145	2167	0.5097590673532238	3	1	1	1	1	False	37097	maximal	True	ISR0317_000000009145	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	447.0	99.553	21.0	0.0012635563160817288	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0029_000000027374	1560	0.5097590673532238	2	1	1	1	1	False	37096	fragment	False	ISR0029_000000027374	1.0		0	0	False	False	0.9993589520454407	0					non-mobilizable	no_good_hit	82.0	97.561	6.0	0.0007083391632852946	NZ_CYYA01000011.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
CHI0137_000000002551	4885	0.5097575350327662	8	8	6	4	7	False	131925	maximal	True	CHI0137_000000002551	1.0		9	4	False	False	0.9973387718200684	0					non-mobilizable	other	3683.0	98.561	99.0	0.0008587842358850027	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0293_000000006916	5262	0.5097542195746457	6	5	4	5	5	False	25846	maximal	True	ISR0293_000000006916	1.0		230	13	False	False	1.0	0					non-mobilizable	chromosome	5264.0	97.568	100.0	0.0018341320045229374	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0095_000000026425	1424	0.5097489696891594	2	2	2	1	1	False	15571	maximal	True	MAD0095_000000026425	1.0		1	1	False	False	0.9922752976417542	0					non-mobilizable	no_good_hit	86.0	95.34899999999999	6.0	2.5591872262234195e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0183_000000021157	1443	0.5097473115368184	2	2	2	1	1	False	88305	fragment	False	ISR0258_000000019600	0.9706635473249553		0	0	False	False	0.9743589758872986	0					non-mobilizable	other	1443.0	98.61399999999999	100.0	0.004584632895535865	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ENG0208_000000023437	1282	0.5097453653361853	3	1	1	1	1	True	53808	maximal	True	ENG0208_000000023437	1.0		1	1	False	False	0.9890795350074768	0					non-mobilizable	no_good_hit								True	True
DEN0078_000000032436	1114	0.5097453653361853	2	1	1	1	1	True	69654	maximal	True	DEN0078_000000032436	1.0		104	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0095_000000024358	1157	0.5097448557285232	1	1	1	1	1	False	43063	maximal	True	FIJ0095_000000024358	1.0		8	2	False	False	0.9939498901367188	0					non-mobilizable	no_good_hit	505.0	83.96	43.0	0.00022044940440729232	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
MAD0002_000000013772	2655	0.5097416426905326	3	2	2	2	2	False	20209	maximal	True	MAD0002_000000013772	1.0		1	1	False	False	0.9947269558906555	0					non-mobilizable	no_good_hit								True	False
ISR0128_000000006099	5560	0.5097393686703006	8	5	1	4	1	False	72743	fragment	False	ISR0128_000000006099	1.0		0	0	False	False	0.9962230324745178	0					non-mobilizable	no_good_hit	2394.0	96.199	49.0	0.009801789677964641	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0158_000000003010	5301	0.5097393686703006	10	5	1	4	1	False	72741	fragment	False	ISR0158_000000003010	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1793.0	90.296	47.0	0.007344162211618547	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0804_000000004792	3736	0.5097393686703006	8	5	1	4	1	False	72739	fragment	False	ISR0804_000000004792	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	88.16799999999999	25.0	0.0032043523392592654	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0058_000000021550	1413	0.5097350930339801	2	2	2	2	2	False	6290	fragment	False	SPA0058_000000021550	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	99.0	78.788	7.0	0.00016426550839310293	NZ_KE384122.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
AUS0008_000000008675	2703	0.5097342438053524	4	4	4	4	2	False	101859	fragment	False	AUS0008_000000008675	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2703.0	98.779	100.0	0.009020829368775645	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	False	False
TAN0002_000000002533	9004	0.5097339840764549	7	6	5	6	2	True	3076	maximal	True	TAN0002_000000002533	1.0		2	1	False	False	0.994002640247345	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	0.017409114183307733	XM_019267602.2	bony fishes	PREDICTED: Larimichthys crocea synaptotagmin-1-like (LOC104930629), transcript variant X3, mRNA	True	True
ISR0394_000000003436	5040	0.5097313121566683	7	6	3	4	4	False	124392	fragment	False	ISR0394_000000003436	0.9998969709458068		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4193.0	99.928	83.0	0.04455687591675347	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
SPA0011_000000004448	4853	0.5097313121566683	7	6	3	4	4	False	124392	fragment	False	ISR0394_000000003436	0.9813492063492064		0	0	False	False	0.9987636804580688	0					non-mobilizable	no_good_hit	4172.0	99.976	86.0	0.37522490104354084	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0219_000000006704	4676	0.5097306760664101	12	7	4	6	5	False	28049	maximal	True	ISR0219_000000006704	1.0		3	2	False	False	0.9974337220191956	0					non-mobilizable	no_good_hit	483.0	73.085	10.0	0.002639342594581153	NZ_FUYH01000004.1	firmicutes	Caloramator quimbayensis strain USBA 833, whole genome shotgun sequence	True	False
CHI0109_000000000115	51219	0.509730277052452	59	23	10	19	8	True	82858	maximal	True	CHI0109_000000000115	1.0		1	1	False	False	0.9999804496765137	0					non-mobilizable	no_good_hit	1059.0	93.484	3.0	0.00028606818210700303	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
SPA0030_000000006187	4831	0.5097295599371946	3	2	2	2	1	True	95876	maximal	True	SPA0030_000000006187	1.0		11	4	False	False	0.999172031879425	0					non-mobilizable	no_good_hit	128.0	78.125	2.0	2.8041451496745855e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
CHI0120_000000004583	2952	0.5097295599371946	2	2	2	2	1	True	95878	maximal	True	CHI0120_000000004583	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0152_000000009266	2542	0.5097295599371946	2	2	2	2	1	True	30724	fragment	False	ISR0152_000000009266	1.0		0	0	False	False	0.9842643737792969	0					non-mobilizable	no_good_hit								True	True
CHI0159_000000009435	1654	0.5097291828566722	1	1	1	1	1	False	78804	maximal	True	CHI0159_000000009435	1.0		326	12	False	False	1.0	0					non-mobilizable	chromosome	1654.0	99.214	100.0	0.0003763509530695143	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
CHI0167_000000001475	10874	0.5097282287552234	10	6	5	4	2	False	83266	maximal	True	CHI0167_000000001475	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1491.0	81.757	14.0	0.0003906985738049154	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	True	False
SPA0111_000000016273	2116	0.5097280114160444	2	1	1	1	1	False	22500	fragment	False	SPA0111_000000016273	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2116.0	99.008	100.0	0.0390710636321412	NZ_SPGG01000026.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_26_length_53825_cov_38.5271, whole genome shotgun sequence	False	False
ISR0239_000000009152	1671	0.5097264870746115	2	2	2	2	2	False	27268	maximal	True	ISR0239_000000009152	1.0		522	12	False	False	0.9946140050888062	0					non-mobilizable	other	1671.0	99.70100000000001	100.0	0.0007400382870107771	AE014295.3	high GC Gram+	Bifidobacterium longum NCC2705, complete genome	False	False
ISR0122_000000010320	1723	0.5097248836918553	2	1	1	1	1	False	32145	maximal	True	ISR0122_000000010320	1.0		586	13	False	False	0.9953569173812866	0					non-mobilizable	chromosome	1725.0	95.42	100.0	0.0003824805261439433	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0078_000000016275	1597	0.5097248836918553	1	1	1	1	1	False	61906	fragment	False	ISR0773_000000008741	0.814671290818012		0	0	False	False	0.9655604362487793	0					non-mobilizable	chromosome	1597.0	100.0	100.0	0.00028956336348529786	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
SPA0096_000000026166	1597	0.5097248836918553	1	1	1	1	1	False	61906	fragment	False	ISR0773_000000008741	0.814671290818012		0	0	False	False	0.9743268489837646	0					non-mobilizable	other	1597.0	99.93700000000001	100.0	0.00030054431286738296	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
SPA0010_000000012565	1928	0.5097227034232029	3	3	3	3	3	False	107203	fragment	False	ISR0208_000000013442	0.8294543203947671		0	0	False	False	0.9911825656890869	0					non-mobilizable	no_good_hit	369.0	73.171	19.0	0.0015266596097318224	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
MON0093_000000009807	4084	0.5097184036417552	6	5	4	5	3	True	120256	fragment	False	ISR0344_000000007385	0.928743961352657		0	0	False	False	0.9997551441192627	0					non-mobilizable	no_good_hit	89.0	87.64	2.0	2.9897265521352252e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	True
SPA0019_000000025154	1158	0.5097182977277492	2	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.2401099195927556		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	95.682	100.0	0.06565656565656566	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
CHI0129_000000014998	1693	0.5097144368035654	2	1	1	1	1	False	81216	fragment	False	CHI0129_000000014998	1.0		0	0	False	False	0.9586532711982727	0					non-mobilizable	no_good_hit	972.0	93.416	62.0	0.00024281641028821383	NC_014933.1	CFB group bacteria	Bacteroides helcogenes P 36-108, complete sequence	True	False
ENG0130_000000023568	1206	0.5097139344659539	2	2	2	2	1	False	58394	fragment	False	ENG0130_000000023568	0.9554247266610597		0	0	False	False	0.9991708397865295	0					non-mobilizable	other	1203.0	98.25399999999999	99.0	0.000339011159164329	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
AST0003_000000008005	4407	0.5097118632049797	2	2	2	2	1	False	130558	maximal	True	AST0003_000000008005	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	94.465	6.0	0.0045420775361339994	NZ_CABIYV010000015.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0120_000000006643	2159	0.5097112441407846	3	2	2	2	1	True	130077	fragment	False	ISR0110_000000010759	0.928223081951484		0	0	False	False	0.9967577457427979	0					non-mobilizable	chromosome	1457.0	93.54799999999999	100.0	0.0005095474872498445	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0104_000000030099	1520	0.5097104434038557	3	2	2	2	2	False	8793	fragment	False	MON0104_000000030099	1.0		0	0	False	False	0.9697368144989014	0					non-mobilizable	other	1458.0	98.491	96.0	0.019970120204498416	NZ_QEKJ01000012.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_112, whole genome shotgun sequence	False	False
SPA0071_000000012344	1760	0.5097089129089216	3	2	2	2	2	False	23856	fragment	False	SPA0071_000000012344	0.9811320754716981		0	0	False	False	0.9926136136054993	0					non-mobilizable	other	1760.0	100.0	100.0	0.01810527615949935	NZ_JAAIQH010000011.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_11_length_97154_cov_219.4, whole genome shotgun sequence	False	False
ISR0150_000000019359	1268	0.5097074726333672	2	2	0	2	0	True	30802	maximal	True	ISR0150_000000019359	1.0		37	5	False	False	0.9645110368728638	0					non-mobilizable	no_good_hit								True	True
ISR0323_000000003738	4578	0.5097072038956351	6	5	4	5	5	False	127069	maximal	False	ENG0004_000000005748	0.9581127007973413		0	0	False	False	1.0	0					non-mobilizable	other	4578.0	99.891	100.0	0.0013683309561186396	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0399_000000008513	1912	0.5097066606858229	2	2	2	2	2	False	22584	maximal	True	ISR0399_000000008513	1.0		3	3	False	False	0.9712343215942383	0					non-mobilizable	no_good_hit								True	False
SPA0007_000000021142	1238	0.5097059387569263	3	3	3	3	2	False	8193	fragment	False	SPA0007_000000021142	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000027648	1528	0.5097059101704411	2	1	1	1	1	False	108131	fragment	False	ISR0336_000000009320	0.9666350950557003		0	0	False	False	1.0	0					non-mobilizable	other	1528.0	99.67299999999999	100.0	0.00797709784090731	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
MAD0008_000000006262	2055	0.5097052714959299	3	3	3	3	2	False	19830	maximal	True	MAD0008_000000006262	1.0		18	2	False	False	1.0	0					non-mobilizable	chromosome	2056.0	99.757	100.0	0.0005789315696683826	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ITA0008_000000000381	3041	0.5097045408257239	4	3	2	2	2	True	86093	maximal	True	ITA0008_000000000381	1.0		26	9	False	False	1.0	0					non-mobilizable	chromosome	1995.0	81.604	99.0	0.0006958640199838597	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0132_000000031084	1150	0.509701974156152	2	2	2	2	1	False	40734	fragment	False	FIJ0132_000000031084	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	75.571	100.0	0.025443632567849688	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
AST0060_000000008126	3461	0.5097007484709749	4	3	3	3	1	False	112495	maximal	True	AST0060_000000008126	1.0		7	3	False	False	0.9985553026199341	0					non-mobilizable	no_good_hit	899.0	92.214	34.0	0.014594126395267124	NZ_QIML01000011.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_11, whole genome shotgun sequence	True	False
MAD0037_000000004128	3097	0.5096994834634389	6	1	1	1	1	False	18651	maximal	True	MAD0037_000000004128	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000025746	1629	0.5096926276634223	2	2	2	2	2	False	17836	fragment	False	MAD0045_000000025746	1.0		0	0	False	False	0.9993861317634583	0					non-mobilizable	other	1584.0	80.556	97.0	0.00041779681811248684	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
ENG0071_000000008369	2495	0.5096925152736896	3	2	2	2	2	False	104402	maximal	False	ENG0129_000000009789	0.9593358847926837		0	0	False	False	0.9859719276428223	0					non-mobilizable	other	2457.0	98.698	98.0	0.0005727561258075744	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0050_000000002781	8859	0.5096920728344753	9	4	3	4	4	False	46632	maximal	True	FIJ0050_000000002781	1.0		2	1	False	False	0.9997742176055908	0					non-mobilizable	no_good_hit	3911.0	92.45700000000001	44.0	0.5868128567137278	NZ_QEKH01000068.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_168, whole genome shotgun sequence	True	False
ENG0001_000000022308	1242	0.5096902628023134	2	2	0	1	2	False	68034	maximal	True	ENG0001_000000022308	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1242.0	100.0	100.0	0.00026542610086063503	CP053245.1	enterobacteria	Escherichia coli strain SCU-485 chromosome, complete genome	False	False
MON0061_000000020492	2191	0.5096902249047238	4	4	2	2	1	False	91250	fragment	False	FIJ0017_000000012759	0.9465324384787472		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	93.07600000000001	34.0	0.8668981481481481	GQ877120.1		Uncultured organism clone VC1AJ46TF genomic sequence	True	False
ENG0186_000000006079	2589	0.5096895204897781	3	3	2	3	3	False	108210	fragment	False	ENG0186_000000006079	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2157.0	72.09100000000001	82.0	0.0006055007744051161	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
DEN0005_000000004184	6526	0.5096888432338436	6	3	2	3	1	True	115278	maximal	True	DEN0005_000000004184	1.0		22	7	False	False	0.9998467564582825	0					non-mobilizable	other	4719.0	97.944	96.0	0.001661423005983873	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
SPA0089_000000005821	6277	0.5096888432338436	5	3	2	3	1	True	115277	maximal	True	SPA0089_000000005821	1.0		18	7	False	False	0.9992034435272217	0					non-mobilizable	other	5268.0	98.766	99.0	0.0017894192897836628	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
DEN0018_000000006206	5385	0.5096888432338436	5	3	2	3	1	True	115276	fragment	False	DEN0018_000000006206	0.9775702295978397		0	0	False	False	1.0	0					non-mobilizable	other	5027.0	99.662	99.0	0.0017075415512535956	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0109_000000004515	5225	0.5096888432338436	5	3	2	3	1	True	115276	fragment	False	DEN0018_000000006206	0.9728876508820798		0	0	False	False	1.0	0					non-mobilizable	other	5225.0	99.73200000000001	100.0	0.0017748103986766383	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0344_000000006264	4743	0.5096888432338436	4	3	2	3	1	True	96981	maximal	True	ISR0344_000000006264	1.0		2	1	False	False	0.995783269405365	0					non-mobilizable	other	3881.0	98.84100000000001	99.0	0.0013178578745150612	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CAN0002_000000003451	4683	0.5096888432338436	4	3	2	3	1	True	96976	fragment	False	CAN0002_000000003451	0.9811519929885087		0	0	False	False	1.0	0					non-mobilizable	other	4683.0	99.53	100.0	0.0015906704223974007	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
DEN0063_000000009468	4474	0.5096888432338436	4	3	2	3	1	True	96976	fragment	False	CAN0002_000000003451	0.8016836130003551		0	0	False	False	1.0	0					non-mobilizable	other	4466.0	99.79799999999999	99.0	0.001516946483554975	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
SPA0058_000000007077	4188	0.5096888432338436	4	3	2	3	1	True	96976	fragment	False	CAN0002_000000003451	0.8052374733299855		0	0	False	False	1.0	0					non-mobilizable	other	4171.0	98.921	99.0	0.0014167226957277148	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
USA0041_01_000000005557	3956	0.5096888432338436	4	3	2	3	1	True	96976	fragment	False	CAN0002_000000003451	0.7293289392850618		0	0	False	False	1.0	0					non-mobilizable	other	3956.0	99.975	100.0	0.0013436782401925927	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
CHI0050_000000007283	1275	0.5096834103740284	2	2	1	2	1	False	86681	maximal	True	CHI0050_000000007283	1.0		65	5	False	False	0.9803921580314636	0					non-mobilizable	chromosome	1275.0	100.0	100.0	0.0005050390929593031	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
MON0059_000000029191	1336	0.5096826300623416	2	2	2	2	1	False	78097	fragment	False	CHI0168_000000010968	0.9566855459814745		0	0	False	False	0.9992514848709106	0					non-mobilizable	other	1330.0	97.744	99.0	0.01918662566590151	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0009_000000012805	2548	0.5096812172190957	3	3	3	3	3	False	61533	maximal	True	ISR0009_000000012805	0.988216810683425		360	15	False	False	1.0	0					non-mobilizable	other	1947.0	99.69200000000001	93.0	0.0006231173993526112	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
DEN0033_000000006561	4086	0.5096791237371575	4	4	4	4	3	False	73632	maximal	True	DEN0033_000000006561	1.0		7	2	False	False	0.9987763166427612	0					non-mobilizable	no_good_hit	2423.0	99.546	59.0	0.10016542597187758	MK233478.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B07.V01.K07_2_c1 sequence	True	False
MAD0058_000000001166	9710	0.5096788242513911	14	14	3	8	14	True	98650	maximal	True	MAD0058_000000001166	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5280.0	93.163	71.0	0.023006530237840436	CP055942.1	enterobacteria	Escherichia coli strain RHB40-C12 plasmid pRHB40-C12_2, complete sequence	True	True
MON0029_000000020419	1548	0.509674728283322	3	2	2	1	1	False	12549	maximal	True	MON0029_000000020419	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1306.0	90.505	84.0	0.004918367965105713	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
ISR0215_000000012118	2396	0.509674394166627	3	3	3	2	2	False	28169	maximal	True	ISR0215_000000012118	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	617.0	85.9	26.0	0.04484892610120131	NZ_FOIN01000058.1	firmicutes	[Clostridium] cocleatum strain DSM 1551, whole genome shotgun sequence	True	False
ISR0324_000000006417	4970	0.5096734012472681	8	3	3	3	1	False	116311	fragment	False	ISR0324_000000006417	1.0		0	0	False	False	0.9957746267318726	0					non-mobilizable	no_good_hit								True	False
FIJ0032_000000020730	1759	0.5096719743110913	5	5	3	4	4	False	48408	fragment	False	FIJ0032_000000020730	1.0		0	0	False	False	0.9994314908981323	0					non-mobilizable	no_good_hit	82.0	92.68299999999999	5.0	0.003836378458734954	NZ_QRST01000031.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf31, whole genome shotgun sequence	True	False
MON0048_000000021838	1848	0.5096705168711161	1	1	1	1	1	False	11398	maximal	True	MON0048_000000021838	1.0		12	4	False	False	0.9994588494300842	0					non-mobilizable	no_good_hit	187.0	75.936	10.0	0.008158085569253081	NZ_FNOJ01000027.1	firmicutes	Alicyclobacillus hesperidum strain DSM 12489, whole genome shotgun sequence	True	False
AST0111_000000002584	7418	0.5096688448746098	8	4	2	3	3	False	106864	maximal	True	AST0111_000000002584	1.0		2	2	False	False	0.9940685033798218	0					non-mobilizable	no_good_hit	361.0	75.9	5.0	0.00012737957606641823	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
MON0008_000000021634	1669	0.5096665814970642	2	2	1	2	1	False	13855	fragment	False	MON0008_000000021634	1.0		0	0	False	False	0.9976033568382263	0					non-mobilizable	no_good_hit	1025.0	73.854	60.0	0.0002845047633859206	NZ_CP013254.1	high GC Gram+	Kocuria flava strain HO-9041 chromosome, complete genome	True	False
FIJ0150_000000013465	1803	0.5096631461265555	2	2	2	2	1	False	39804	maximal	True	FIJ0150_000000013465	1.0		122	10	False	False	1.0	0					non-mobilizable	other	1803.0	99.057	100.0	0.0008127426501363893	FR873481.1	firmicutes	Streptococcus salivarius CCHSS3 complete genome	False	False
MON0074_000000014929	1441	0.5096610933980664	2	1	1	1	1	False	10364	fragment	False	MON0074_000000014929	1.0		0	0	False	False	0.9861207604408264	0					non-mobilizable	plasmid	1306.0	92.726	91.0	0.007863022640186634	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0075_000000013902	1767	0.5096600989268755	3	3	3	2	2	False	62091	maximal	True	ENG0075_000000013902	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1338.0	83.55799999999999	97.0	0.0010048701643946322	NZ_QSLJ01000001.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf1, whole genome shotgun sequence	False	False
USA0108_01_000000006856	1498	0.5096582479524755	3	1	1	1	1	False	124250	fragment	False	ISR0071_000000003227	0.007683520557997328		0	0	False	False	0.998664915561676	0					non-mobilizable	other	1498.0	97.06299999999999	100.0	0.23497096217234342	NZ_JAAISM010000124.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_124_length_6371_cov_350.75, whole genome shotgun sequence	False	False
ISR0251_000000013613	1300	0.5096582479524755	3	1	1	1	1	False	26976	fragment	False	ISR0251_000000013613	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1300.0	98.462	100.0	0.0075583458917859	NZ_FRDE01000002.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
ISR0293_000000031120	1119	0.5096582479524755	2	1	1	1	1	False	25792	fragment	False	ISR0293_000000031120	0.9780858676207513		0	0	False	False	1.0	0					non-mobilizable	chromosome	1119.0	96.78299999999999	100.0	0.0003945111431754336	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MON0085_000000029156	1118	0.5096582479524755	2	1	1	1	1	False	25792	fragment	False	ISR0293_000000031120	0.9776586237712244		0	0	False	False	1.0	0					non-mobilizable	chromosome	1118.0	96.42200000000001	100.0	0.00039415827095434645	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0027_01_000000007341	3705	0.5096572401633289	4	4	3	4	3	False	57629	backbone	False	ENG0143_000000005063	0.9685098517687629	PS250	0	0	False	True	0.9994601607322693	0					non-mobilizable	no_good_hit	202.0	100.0	5.0	0.22185430463576158	NZ_LT969510.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	True
ISR0031_000000021085	1167	0.5096535209882009	2	2	2	2	1	True	36983	maximal	True	ISR0031_000000021085	1.0		7	2	False	False	0.9802913665771484	0					non-mobilizable	no_good_hit	758.0	99.208	65.0	0.0002265326941739801	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
ISR0230_000000027576	1292	0.5096503552821692	2	2	2	2	2	False	27514	maximal	True	ISR0230_000000027576	1.0		191	12	False	False	1.0	0					non-mobilizable	other	1292.0	99.536	100.0	0.004762308779100437	NZ_NAQA01000006.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_6, whole genome shotgun sequence	False	False
ENG0018_000000005920	3600	0.5096497624347531	5	4	4	2	4	False	66629	maximal	False	ISR0100_000000003135	0.9778236914600551		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1565.0	90.735	43.0	0.0005344391198472874	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ISR0330_000000021767	1464	0.5096489143279525	1	1	1	1	1	False	47886	maximal	True	ISR0330_000000021767	1.0		8	3	False	False	0.9959016442298889	0					non-mobilizable	no_good_hit	1239.0	82.97	84.0	0.0022224587392958486	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0162_000000001153	19313	0.5096466796876516	10	8	5	8	2	True	35216	maximal	True	ISR0162_000000001153	0.9983924227418487		22	4	False	False	1.0	0					non-mobilizable	no_good_hit	920.0	99.348	5.0	0.00029426767215059074	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
ISR0223_000000006433	4131	0.5096460952737656	4	3	3	3	1	False	27831	maximal	True	ISR0223_000000006433	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	98.913	47.0	0.011056278693880359	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
CHI0111_000000008566	3578	0.5096453182334514	4	4	4	3	3	False	88063	maximal	True	CHI0111_000000008566	1.0		112	11	False	False	0.9966461658477783	0					non-mobilizable	no_good_hit	2776.0	98.919	78.0	0.0007503206099687462	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0027_000000006036	2804	0.5096427960581577	3	2	2	2	2	False	88826	fragment	False	CHI0027_000000006036	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	83.333	3.0	0.0001659566429442827	NZ_JNKW01000001.1	firmicutes	Lachnospira multipara LB2003 T537DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
CHI0013_000000007815	1237	0.5096413535704329	3	3	3	3	1	True	89941	maximal	True	CHI0013_000000007815	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	556.0	98.921	45.0	0.0018941789896572356	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	True
CHI0184_000000003969	2273	0.5096405348965376	3	3	3	3	3	False	77256	fragment	False	CHI0184_000000003969	1.0		0	0	False	False	0.9991201162338257	0					non-mobilizable	other	2273.0	98.02	100.0	0.0006840556915270128	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0204_000000013596	1941	0.5096400676121958	3	2	2	1	1	False	108621	maximal	True	ENG0204_000000013596	1.0		68	6	False	False	0.9994847774505615	0					non-mobilizable	chromosome	1436.0	97.632	100.0	0.0004056125859366778	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0028_000000013799	2145	0.5096396698247642	2	2	2	2	2	False	91542	fragment	False	DEN0028_000000013799	0.9512964043073453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	654.0	74.618	33.0	0.00014985587323207533	NZ_CP029487.1	firmicutes	Eubacterium maltosivorans strain YI chromosome, complete genome	True	False
ISR0312_000000006014	2761	0.5096379686635278	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.4769840762248035		0	0	False	False	0.9996378421783447	0					non-mobilizable	no_good_hit								True	True
MON0019_000000024919	2653	0.5096379686635278	4	2	1	2	1	True	132037	fragment	False	MAD0049_000000005142	0.47574988853218525		0	0	False	False	0.9996230602264404	0					non-mobilizable	no_good_hit								True	True
ISR0310_000000006589	2483	0.5096369533764675	3	3	3	3	1	True	25336	fragment	False	ISR0310_000000006589	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2483.0	100.0	100.0	0.07456140350877193	CP026728.1	enterobacteria	Escherichia coli strain 266917_2 plasmid p266917_2_05, complete sequence	False	True
USA0071_01_000000004733	2764	0.5096367920167119	3	2	2	2	1	False	742	maximal	True	USA0071_01_000000004733	1.0		20	7	False	False	0.9996381998062134	0					non-mobilizable	no_good_hit	2459.0	99.959	89.0	0.00878192737939141	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	True	False
ENG0036_000000001363	14166	0.5096365096525212	15	9	6	8	4	False	65353	maximal	True	ENG0036_000000001363	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.059070273907352e-07	CP020667.1	bony fishes	Oryzias latipes strain Hd-rR chromosome 3 sequence	True	False
ISR0060_000000018196	1500	0.5096359305707765	2	2	2	2	1	False	85042	maximal	False	MON0098_000000021528	0.9550248138957816		0	0	False	False	0.9886666536331177	0					non-mobilizable	other	1500.0	99.667	100.0	0.00028227814848885154	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0017_000000004569	7132	0.50962981801803	8	7	6	5	7	False	37880	maximal	True	ISR0017_000000004569	1.0		42	11	False	False	0.9987381100654602	0					non-mobilizable	no_good_hit	1006.0	73.757	23.0	0.025882783117425825	NZ_CDBN01000062.1	g-proteobacteria	Aeromonas sanarellii strain LMG 24682, whole genome shotgun sequence	True	False
ISR0824_000000009212	2322	0.5096295228821726	5	2	2	2	2	False	93821	fragment	False	ISR0824_000000009212	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1436.0	84.889	62.0	0.09894751419470987	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
ISR0323_000000018375	1227	0.5096284079411743	3	2	2	2	1	False	24967	maximal	True	ISR0323_000000018375	1.0		0	0	False	False	0.9894050359725952	0					non-mobilizable	no_good_hit	791.0	82.17399999999999	64.0	0.0004047079657107581	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	False
SPA0130_000000021898	1528	0.5096259110044811	2	2	2	2	2	False	3794	fragment	False	SPA0130_000000021898	1.0		0	0	False	False	0.9862565398216248	0					non-mobilizable	other	1528.0	98.887	100.0	0.002446515517829763	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	False	False
MAD0110_000000016919	1601	0.5096237397570802	2	2	2	2	0	True	14542	maximal	True	MAD0110_000000016919	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1099.0	85.53200000000001	69.0	0.0003689071831546748	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
SPA0042_000000016567	1997	0.5096227485477215	2	1	1	1	0	True	6850	maximal	True	SPA0042_000000016567	1.0		1	1	False	False	0.997996985912323	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000011959	3603	0.5096208088992769	8	6	5	5	4	True	71111	fragment	False	FIJ0011_000000011959	1.0		0	0	False	False	0.9997224807739258	0					non-mobilizable	no_good_hit	1211.0	92.568	61.0	0.09681323114158935	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0259_000000007647	2077	0.5096201162359443	3	3	3	3	2	False	76764	fragment	False	ISR0259_000000007647	1.0		0	0	False	False	0.9990370869636536	0					non-mobilizable	no_good_hit	426.0	98.35700000000001	23.0	8.781124178112603e-05	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	True	False
CHI0114_000000001018	6052	0.5096199613572766	6	3	2	3	3	False	130364	maximal	True	CHI0114_000000001018	1.0	PS1101	281	12	False	True	0.9998347759246826	0					non-mobilizable	chromosome	6058.0	99.109	100.0	0.0012086999250749749	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0058_000000005417	5202	0.5096182628129022	8	5	2	5	4	False	128562	maximal	True	SPA0058_000000005417	1.0		47	7	False	False	1.0	0					non-mobilizable	no_good_hit	1624.0	92.67200000000001	31.0	0.0005698886370557471	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0055_000000023243	1318	0.5096166993031549	2	2	2	1	1	False	80051	fragment	False	SPA0055_000000023243	0.9949846477772214		0	0	False	False	0.9977238178253174	0					non-mobilizable	chromosome	1318.0	99.62100000000001	100.0	0.00033045682833708704	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0789_000000011197	1263	0.5096166993031549	2	2	2	1	1	False	80051	fragment	False	SPA0055_000000023243	0.9793909676012656		0	0	False	False	1.0	0					non-mobilizable	other	1263.0	99.525	100.0	0.0025601025663912493	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0141_000000021937	1262	0.5096166993031549	2	2	2	1	1	False	80051	fragment	False	SPA0055_000000023243	0.9816584306219865		0	0	False	False	0.9936608672142029	0					non-mobilizable	chromosome	1262.0	99.921	100.0	0.00031640551293323215	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
ISR0141_000000007869	4556	0.5096166063026787	7	4	3	2	2	False	31217	maximal	True	ISR0141_000000007869	1.0		1	1	False	False	0.995829701423645	0					non-mobilizable	no_good_hit	128.0	82.031	3.0	5.858038959187919e-05	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
AST0060_000000006037	4569	0.5096152817825007	5	5	4	4	5	False	112502	maximal	True	AST0060_000000006037	1.0		317	13	False	False	0.9956226944923401	0					non-mobilizable	other	4570.0	98.73100000000001	100.0	0.001120217835662646	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0839_000000002234	6291	0.5096142251961224	5	5	3	5	3	False	20853	maximal	True	ISR0839_000000002234	1.0		8	5	False	False	0.9952312707901001	0					non-mobilizable	no_good_hit	104.0	81.73100000000001	2.0	1.3056850679935499e-05	NZ_RBXO01000001.1	high GC Gram+	Saccharothrix australiensis strain DSM 43800 Ga0197483_11, whole genome shotgun sequence	True	False
ENG0016_000000011473	1963	0.5096139724021052	3	3	3	3	2	False	92361	fragment	False	ENG0016_000000011473	1.0		0	0	False	False	0.9918491840362549	0					non-mobilizable	no_good_hit	719.0	78.164	36.0	0.00016031615161418182	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
FIJ0085_000000020431	1537	0.5096134692013797	2	2	2	2	2	False	43924	fragment	False	FIJ0085_000000020431	0.9570530726256983		0	0	False	False	0.990240752696991	0					non-mobilizable	chromosome	1380.0	83.986	90.0	0.0003064530056430083	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0150_000000008301	2037	0.5096114055081987	3	3	3	3	2	False	57159	fragment	False	ENG0150_000000008301	0.9938303341902314		0	0	False	False	0.9960726499557495	0					non-mobilizable	chromosome	2037.0	99.853	100.0	0.00041308128611925143	CP041425.1	enterobacteria	Escherichia coli strain STEC388 chromosome, complete genome	False	False
DEN0078_000000010018	2945	0.509610779159118	6	4	3	1	0	False	69805	fragment	False	DEN0078_000000010018	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.5716318528036025e-05	LR217705.1	enterobacteria	Candidatus Erwinia sp. (ex Cinara spp.) strain ErCisplendens/pseudotsugae genome assembly, chromosome: 1	True	False
SPA0058_000000017731	1741	0.5096045554864908	3	2	1	2	2	True	87079	fragment	False	MON0032_000000016300	0.1667913999021322		0	0	False	False	0.9988512396812439	0					non-mobilizable	chromosome	1737.0	90.443	99.0	0.0006122333035862051	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0116_000000008524	2758	0.5096041931807255	6	5	4	4	2	True	59472	maximal	True	ENG0116_000000008524	1.0		11	6	False	False	0.9989122748374939	0					non-mobilizable	no_good_hit	912.0	96.711	72.0	0.0029326079608556392	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0124_000000007941	3664	0.5096037019450961	4	4	2	4	2	True	95566	maximal	True	SPA0124_000000007941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	79.92699999999999	37.0	0.004999107302267452	NZ_FNRI01000006.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	True
TAN0005_000000014802	1289	0.509602366359582	2	2	2	2	1	False	53862	maximal	True	TAN0005_000000014802	1.0		318	14	False	False	1.0	0					non-mobilizable	no_good_hit	474.0	73.84	36.0	0.004110732296327864	NZ_LMUA01000012.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00012, whole genome shotgun sequence	True	False
ISR0210_000000011675	1636	0.5095996378782464	2	2	1	2	1	False	28432	maximal	True	ISR0210_000000011675	1.0		770	13	False	False	0.9914425611495972	0					non-mobilizable	other	1636.0	98.961	99.0	0.0061988095554232	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0816_000000031114	1180	0.5095996080149997	2	2	2	2	1	False	24158	fragment	False	ISR0816_000000031114	0.9911032028469751		0	0	False	False	0.9525423645973206	0					non-mobilizable	no_good_hit	279.0	77.061	23.0	3.750970162635931e-05	NZ_SNWR01000001.1	high GC Gram+	Actinoplanes brasiliensis strain DSM 43805 Ga0197474_11, whole genome shotgun sequence	True	False
CHI0142_000000005755	3136	0.509598827507035	3	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.304481816552106		0	0	False	False	0.9993622303009033	0					non-mobilizable	other	3136.0	100.0	100.0	0.01456385098880883	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
ISR0101_000000007704	3121	0.509598827507035	3	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.30439868404255505		0	0	False	False	0.9990387558937073	0					non-mobilizable	other	3122.0	99.904	100.0	0.014498813057758329	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0186_000000006340	3051	0.509598827507035	3	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.16814261238043968		0	0	False	False	1.0	0					non-mobilizable	other	3058.0	97.319	100.0	0.1739824421388667	MK211789.1	firmicutes	Streptococcus suis ILCSsuYS106 integron, complete sequence	False	True
USA0063_01_000000007017	2893	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.3032628035689402		0	0	False	False	1.0	0					non-mobilizable	other	2900.0	97.103	100.0	0.16497548740166457	MK211789.1	firmicutes	Streptococcus suis ILCSsuYS106 integron, complete sequence	False	True
ENG0141_000000009426	2891	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.29710352427357145		0	0	False	False	1.0	0					non-mobilizable	other	2891.0	98.616	100.0	0.04010769401576551	KY400495.1	firmicutes	Streptococcus suis strain 1679718 genomic sequence	False	True
MAD0041_000000010994	2890	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.29540133244541017		0	0	False	False	1.0	0					non-mobilizable	other	2890.0	100.0	100.0	0.013421041628921439	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0056_000000006408	2889	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.29444736231861335		0	0	False	False	1.0	0					non-mobilizable	other	2891.0	98.789	100.0	0.013425687195425046	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0106_000000014273	2837	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.2782634498403516		0	0	False	False	1.0	0					non-mobilizable	other	2837.0	100.0	100.0	0.013174826604230253	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MON0110_000000004870	2829	0.509598827507035	3	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.25344017621267323		0	0	False	False	1.0	0					non-mobilizable	other	2829.0	100.0	100.0	0.004095565117023387	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
SPA0112_000000012300	2761	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.2720181639739451		0	0	False	False	1.0	0					non-mobilizable	other	2761.0	98.986	100.0	0.003997086182102033	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CHI0069_000000003562	2751	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.2837782729527679		0	0	False	False	1.0	0					non-mobilizable	other	2756.0	97.714	100.0	0.15688062934671076	MK211789.1	firmicutes	Streptococcus suis ILCSsuYS106 integron, complete sequence	False	True
CHI0087_000000003219	2726	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.1475261152566605		0	0	False	False	0.9996331334114075	0					non-mobilizable	other	2726.0	99.56	100.0	0.012659168722329844	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
MAD0111_000000006374	2683	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.1474179632608846		0	0	False	False	1.0	0					non-mobilizable	other	2684.0	99.069	100.0	0.037166472513452044	MK211825.1	firmicutes	Streptococcus suis ICE element ICESsuYS430, complete sequence	False	True
MON0018_000000006195	2682	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.14745509565524065		0	0	False	False	0.9973900318145752	0					non-mobilizable	other	2682.0	100.0	100.0	0.012454763796171124	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
SPA0137_000000014141	2595	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.2250309869325885		0	0	False	False	0.9996146559715271	0					non-mobilizable	other	2595.0	100.0	100.0	0.0037566817233234324	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
CHI0140_000000011342	2586	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.20688573967898946		0	0	False	False	1.0	0					non-mobilizable	other	2595.0	98.844	100.0	0.0037566817233234324	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
ISR0826_000000004675	2549	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.10498113897608777		0	0	False	False	0.9996076822280884	0					non-mobilizable	other	2555.0	94.755	100.0	0.0003998508477935603	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
MON0007_000000025554	2397	0.509598827507035	2	2	2	2	2	True	128159	fragment	False	MAD0102_000000004786	0.09875314977965714		0	0	False	False	1.0	0					non-mobilizable	other	2397.0	99.917	100.0	0.011130777342643049	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
SPA0137_000000005389	6665	0.5095969783672445	8	4	3	4	2	True	59905	maximal	True	SPA0137_000000005389	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	475.0	89.895	7.0	0.016279311419763777	MK232877.1	viruses	Uncultured human fecal virus clone C.comes_S11.P07_1_c1 sequence	True	True
SPA0055_000000007032	4460	0.5095958999732695	6	4	3	3	2	False	6405	fragment	False	SPA0055_000000007032	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0096_000000003364	2172	0.5095939719661771	3	3	2	3	2	True	84198	fragment	False	CHI0096_000000003364	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	99.01299999999999	93.0	0.0006132407304499612	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MON0004_000000043121	1124	0.509591257666	2	2	2	2	2	False	60680	fragment	False	MON0004_000000043121	0.9875		0	0	False	False	1.0	0					non-mobilizable	other	1124.0	98.31	100.0	0.00034936339953297923	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0005_000000037285	1463	0.5095888152160225	1	1	1	1	1	False	24762	maximal	True	MON0005_000000037285	1.0		78	10	False	False	0.9596719145774841	0					non-mobilizable	no_good_hit	1160.0	76.03399999999999	78.0	0.00030986213298168756	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0068_000000028897	1460	0.5095888152160225	1	1	1	1	1	False	10548	maximal	True	MON0068_000000028897	1.0		62	11	False	False	0.9808219075202942	0					non-mobilizable	other	1460.0	100.0	100.0	0.00806135247282954	NZ_DS483525.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_5, whole genome shotgun sequence	False	False
MON0093_000000032913	1405	0.5095888152160225	1	1	1	1	1	False	9374	maximal	True	MON0093_000000032913	1.0		42	7	False	False	0.9992882609367371	0					non-mobilizable	no_good_hit	1256.0	77.707	89.0	0.00041060658871742875	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
MON0014_000000012090	1383	0.5095888152160225	1	1	1	1	1	False	58342	maximal	True	MON0014_000000012090	1.0		381	12	False	False	0.9732465744018555	0					non-mobilizable	other	1383.0	99.566	100.0	0.005301356410728534	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0159_000000014627	1789	0.5095883644142337	1	1	1	1	1	False	30478	fragment	False	ISR0159_000000014627	1.0		0	0	False	False	0.9916154146194458	0					non-mobilizable	chromosome	1766.0	99.604	99.0	0.0002491239025139354	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0109_000000011351	1692	0.5095883644142337	1	1	1	1	1	False	82763	fragment	False	CHI0109_000000011351	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1692.0	99.054	100.0	0.00882692237423854	NZ_BAKJ01000003.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
ISR0186_000000018432	1705	0.5095880413614894	4	2	1	2	1	False	29324	fragment	False	ISR0186_000000018432	1.0		0	0	False	False	0.9994134902954102	0					non-mobilizable	no_good_hit	595.0	76.471	35.0	0.00016792625613971465	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
TAN0017_000000019585	1897	0.5095876907780685	2	2	2	2	2	False	2462	fragment	False	TAN0017_000000019585	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1358.0	75.626	71.0	0.0006426109570922909	NZ_KB913028.1	firmicutes	Succinispira mobilis DSM 6222 SucmoDRAFT_scaffold1.1, whole genome shotgun sequence	True	False
ISR0806_000000004051	2675	0.5095867201361305	3	3	1	1	3	False	116062	fragment	False	ISR0806_000000004051	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2675.0	98.318	100.0	0.0007471803867385548	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0114_000000035372	1331	0.5095861540313148	2	2	2	2	2	False	4420	fragment	False	SPA0114_000000035372	1.0		0	0	False	False	0.9977460503578186	0					non-mobilizable	other	1331.0	91.134	100.0	0.004791606576290741	NZ_SPGG01000004.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_4_length_277360_cov_37.4038, whole genome shotgun sequence	False	False
ENG0181_000000016307	1235	0.5095806536351268	2	2	2	2	2	True	55262	maximal	True	ENG0181_000000016307	1.0		69	7	False	False	0.9870445132255554	0					non-mobilizable	no_good_hit	165.0	78.788	41.0	0.003714403631861329	NZ_JPMI01000175.1	d-proteobacteria	Archangium violaceum Cb vi76 contig00183, whole genome shotgun sequence	True	True
ISR0329_000000003451	3521	0.5095803387021991	5	3	3	3	3	False	24713	maximal	True	ISR0329_000000003451	1.0		23	6	False	False	0.9920477271080017	0					non-mobilizable	no_good_hit	56.0	85.714	2.0	1.951786455412175e-05	NC_014614.1	firmicutes	[Clostridium] sticklandii, complete genome	True	False
ISR0281_000000016475	1135	0.5095792479432371	2	2	2	1	1	False	26155	fragment	False	ISR0281_000000016475	1.0		0	0	False	False	0.9964757561683655	0					non-mobilizable	other	1098.0	87.523	96.0	0.0003453355062403674	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	False	False
TAN0002_000000018200	2140	0.5095786854704885	2	1	1	1	1	False	3041	maximal	True	TAN0002_000000018200	1.0		58	11	False	False	0.9766355156898499	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	4.993730527376957e-06	CP015317.1	CFB group bacteria	Fibrella sp. ES10-3-2-2, complete genome	True	False
SPA0095_000000010916	1809	0.5095786854704885	1	1	1	1	1	False	5205	maximal	True	SPA0095_000000010916	1.0		188	10	False	False	1.0	0					non-mobilizable	chromosome	1809.0	99.66799999999999	100.0	0.000255193210053935	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0057_000000012491	2080	0.5095755171554004	3	3	3	2	2	False	63642	fragment	False	USA0045_01_000000006929	0.9357048546103245		0	0	False	False	0.9644230604171753	0					non-mobilizable	chromosome	1891.0	77.314	90.0	0.0006323268084289678	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	False	False
TAN0013_000000006278	1719	0.5095743203139389	3	3	3	2	3	False	2568	maximal	True	TAN0013_000000006278	1.0		5	3	False	False	0.9965096116065979	0					non-mobilizable	no_good_hit	124.0	77.419	7.0	0.032491944146079484	XM_006653108.2	monocots	PREDICTED: Oryza brachyantha putative SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 3-like 3 (LOC102721159), mRNA	True	False
SPA0058_000000003690	6972	0.5095740458353308	8	5	2	3	5	False	118658	maximal	True	SPA0058_000000003690	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3898.0	97.46	86.0	0.0007532098528598455	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
FIJ0007_000000009391	1880	0.5095685164498074	3	3	3	3	3	False	51581	maximal	True	FIJ0007_000000009391	0.9507309149972929		42	6	False	False	0.9952127933502197	0					non-mobilizable	chromosome	1880.0	97.979	100.0	0.00037309320877037096	CP026536.1	enterobacteria	Enterobacter cloacae strain 339389L chromosome	False	False
MAD0001_000000015766	1642	0.5095673059262819	4	3	2	3	2	False	20280	backbone	True	MAD0001_000000015766	0.999330655957162	PS48	18	1	True	True	0.9951279163360596	4					non-mobilizable	no_good_hit	1146.0	92.059	70.0	0.38930517711171664	KU606336.1	bacteria	Uncultured bacterium clone 1-A5_AXCL_Contig_11 genomic sequence	True	True
MAD0044_000000016672	1494	0.5095673059262819	3	3	2	3	2	False	20280	backbone	False	MAD0001_000000015766	0.9543239951278928	PS48	0	0	True	True	0.9993306398391724	1					non-mobilizable	no_good_hit	1146.0	91.97200000000001	77.0	0.38930517711171664	KU606336.1	bacteria	Uncultured bacterium clone 1-A5_AXCL_Contig_11 genomic sequence	True	True
ENG0043_000000006898	4678	0.5095662486713172	3	3	3	3	1	False	64629	maximal	True	ENG0043_000000006898	1.0		28	6	False	False	0.9997862577438354	0					non-mobilizable	no_good_hit	3746.0	98.45200000000001	80.0	0.0005285943427278686	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ENG0057_000000003626	5846	0.5095635727371192	8	6	2	4	6	False	63579	maximal	True	ENG0057_000000003626	1.0		1	1	False	False	0.9988026022911072	0					non-mobilizable	no_good_hit	1851.0	91.464	32.0	0.0004089121072189312	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0104_000000011427	2728	0.5095610447802018	4	3	3	2	1	False	93038	maximal	True	ENG0104_000000011427	1.0		16	5	False	False	0.9996334314346313	0					non-mobilizable	no_good_hit	1409.0	98.581	57.0	0.13341551299070736	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0005_01_000000020031	1568	0.5095609302962547	2	2	2	1	1	False	2159	maximal	True	USA0005_01_000000020031	1.0		423	12	False	False	1.0	0					non-mobilizable	chromosome	1568.0	98.98	100.0	0.0002912905248415794	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
DEN0033_000000017995	1179	0.5095602938164067	2	2	2	1	1	False	73584	maximal	True	DEN0033_000000017995	1.0		0	0	False	False	0.9915182590484619	0					non-mobilizable	no_good_hit	1059.0	83.381	89.0	0.1919357781426747	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	True	False
SPA0073_000000002344	6260	0.5095531148541587	5	5	1	4	5	True	82457	fragment	False	SPA0046_000000003689	0.9435412309131331		0	0	False	False	1.0	0			MPF_Unknown		non-mobilizable	plasmid	6260.0	100.0	100.0	0.048282831399654405	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
FIJ0096_000000009865	3455	0.5095526571108575	4	2	2	2	2	False	43024	maximal	True	FIJ0096_000000009865	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	409.0	75.306	11.0	0.0007664215395109464	NZ_CYYU01000001.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
TAN0009_000000035239	1241	0.5095507478503908	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.6926088726443729		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	91.631	95.0	0.0003159522946872849	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
USA0069_01_000000049578	1208	0.5095507478503908	1	1	1	1	1	False	116434	fragment	False	DEN0082_000000029280	0.7611484679390677		0	0	False	False	0.9908940196037292	0					non-mobilizable	chromosome	1209.0	91.48100000000001	100.0	0.00032318784342058154	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0058_000000001693	9560	0.5095503626943214	6	6	3	6	1	True	129158	fragment	False	SPA0093_000000004000	0.8173686597555644		0	0	False	False	0.999476969242096	0					non-mobilizable	no_good_hit	777.0	88.546	16.0	0.0016184444114528988	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0146_000000013573	2905	0.5095452904232445	4	2	2	2	1	False	128921	maximal	True	ISR0146_000000013573	1.0	PS1059	9	3	False	True	0.9996557831764221	0					non-mobilizable	no_good_hit	1521.0	90.204	52.0	0.020885213873945766	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ENG0130_000000004976	5810	0.5095387649746577	6	5	5	5	4	False	125931	maximal	True	ENG0130_000000004976	1.0		124	7	False	False	1.0	0					non-mobilizable	chromosome	5810.0	100.0	100.0	0.0018309828523050242	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
CAN0003_000000027437	1799	0.5095314894644373	2	1	1	1	1	False	96569	maximal	True	CAN0003_000000027437	1.0		438	14	False	False	1.0	0					non-mobilizable	chromosome	1700.0	98.647	99.0	0.00045322027812626627	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0178_000000009147	1856	0.5095305828634196	2	1	1	1	1	False	29709	maximal	True	ISR0178_000000009147	1.0		366	11	False	False	1.0	0					non-mobilizable	other	1856.0	99.73100000000001	100.0	0.0005952950192259431	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
MON0098_000000009294	3132	0.5095302042292339	3	2	2	2	1	False	59416	maximal	True	MON0098_000000009294	1.0		1	1	False	False	0.9958493113517761	0					non-mobilizable	no_good_hit	1439.0	99.375	46.0	0.0004041239755682045	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0105_000000010790	2407	0.5095282122496836	3	2	1	2	1	True	4790	maximal	True	SPA0105_000000010790	1.0		34	8	False	False	1.0	0					non-mobilizable	other	2414.0	96.147	100.0	0.0024510800611600896	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	True
ENG0102_000000013151	2149	0.5095279832255938	4	4	3	4	2	False	60376	maximal	True	ENG0102_000000013151	1.0		1	1	False	False	0.9837133288383484	0					non-mobilizable	no_good_hit	504.0	99.603	23.0	0.00014172243759211608	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
DEN0041_000000027735	1228	0.5095237498093603	2	1	1	1	1	False	82674	fragment	False	ENG0159_000000018254	0.974745798514058		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	9.764088766415874e-05	NZ_FQUQ01000007.1	CFB group bacteria	Pedobacter caeni strain DSM 16990, whole genome shotgun sequence	True	False
ISR0317_000000013139	1632	0.5095234658169457	3	1	1	1	1	True	25154	fragment	False	ISR0317_000000013139	1.0		0	0	False	False	0.999387264251709	0					non-mobilizable	no_good_hit								True	True
ISR0119_000000024914	1255	0.5095207071295974	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.20708229972066808	PS730	0	0	False	True	0.991235077381134	0					non-mobilizable	other	1253.0	91.54	100.0	0.0003769532243802025	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0144_000000003934	1833	0.5095201644617166	3	3	2	0	2	False	31092	fragment	False	ISR0144_000000003934	1.0		0	0	False	False	0.9994544386863708	0					non-mobilizable	chromosome	1834.0	98.637	100.0	0.0003486224270521859	CP035751.1	enterobacteria	Escherichia coli E110019 chromosome, complete genome	False	False
AST0060_000000003595	7616	0.5095199518642246	10	5	4	5	2	False	112544	maximal	True	AST0060_000000003595	1.0		1	1	True	True	1.0	19					non-mobilizable	no_good_hit	78.0	92.30799999999999	1.0	0.0005325335986658632	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	True
ENG0168_000000024315	1293	0.5095191006420261	3	3	2	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.0332497021570539		0	0	False	False	0.9907192587852478	0					non-mobilizable	other	1295.0	85.17399999999999	99.0	0.0005332003127102463	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
FIJ0090_000000007050	5373	0.5095182594620443	7	3	3	3	1	False	43534	maximal	True	FIJ0090_000000007050	1.0		1	1	False	False	0.9986971616744995	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.0005614133581290899	NZ_PYLQ01000017.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_16, whole genome shotgun sequence	True	False
ISR0290_000000001619	5428	0.5095182065364825	6	6	4	3	4	True	120786	fragment	False	ISR0290_000000001619	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5404.0	78.775	100.0	0.001733262785128716	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	True
FIJ0005_000000008763	3478	0.5095139029006209	5	4	4	4	4	False	106202	fragment	False	MAD0001_000000007050	0.9669216854016706		0	0	False	False	1.0	0					non-mobilizable	other	3478.0	96.63600000000001	100.0	0.0076495591108295055	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0162_000000020529	1581	0.509510093990924	2	2	2	1	2	False	78548	maximal	True	CHI0162_000000020529	1.0		1	1	False	False	0.9993674755096436	0					non-mobilizable	no_good_hit	1327.0	73.926	83.0	0.0030003767596387676	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	True	False
ISR0282_000000002078	8473	0.5095091010189562	10	6	5	5	4	False	26151	maximal	True	ISR0282_000000002078	1.0		3	2	False	False	0.9991738200187683	0					non-mobilizable	no_good_hit								True	False
DEN0038_000000000228	10315	0.5095073371112889	13	6	0	5	3	False	73365	fragment	False	DEN0038_000000000228	1.0		0	0	False	False	0.9996122121810913	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	5.09812955291292e-05	NZ_DF977001.1	firmicutes	Tepidanaerobacter syntrophicus strain JL, whole genome shotgun sequence	True	False
DEN0041_000000015023	2276	0.5095042448127246	3	3	2	3	2	False	73118	maximal	True	DEN0041_000000015023	1.0		44	9	False	False	0.9916520118713379	0					non-mobilizable	no_good_hit	118.0	83.051	5.0	1.1970433238083382e-05	NZ_AP022870.1	high GC Gram+	Phytohabitans flavus strain NBRC 107702	True	False
ENG0026_000000005271	2094	0.5095024737462445	2	1	1	1	1	False	66070	maximal	True	ENG0026_000000005271	1.0		302	13	False	False	0.9971346855163574	0					non-mobilizable	other	2094.0	100.0	100.0	0.012754962125136356	NZ_SPHG01000007.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_7_length_164093_cov_57.8536, whole genome shotgun sequence	False	False
ENG0114_000000012557	1152	0.5094958537175889	3	3	1	3	1	False	59557	maximal	True	ENG0114_000000012557	0.9656108597285068		702	13	False	False	1.0	0					non-mobilizable	other	1153.0	95.57700000000001	100.0	0.0005506212787617096	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	False	False
ENG0160_000000017960	1105	0.5094958537175889	3	3	1	3	1	False	59557	maximal	False	ENG0114_000000012557	0.9466145833333333		0	0	False	False	1.0	0					non-mobilizable	other	1106.0	94.575	100.0	0.0003687766436114457	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
ISR0848_000000007059	2447	0.5094948320852204	4	4	4	4	2	False	95299	fragment	False	ISR0848_000000007059	1.0		0	0	False	False	0.9950960278511047	0					non-mobilizable	other	2487.0	76.88	99.0	0.0007363433160807141	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0211_000000012691	1957	0.509494556714957	5	4	2	2	3	False	53653	fragment	False	ENG0211_000000012691	1.0		0	0	False	False	1.0	0					non-mobilizable	other	940.0	97.766	99.0	0.00018138206942422904	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0087_000000007684	1440	0.5094942896420609	2	2	2	2	1	False	83981	fragment	False	CHI0087_000000007684	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	349.0	73.926	24.0	0.0016530219000948775	NZ_JOAG01000008.1	high GC Gram+	Nonomuraea candida strain NRRL B-24552 contig7.1, whole genome shotgun sequence	True	False
ISR0019_000000008441	2052	0.5094919683241623	2	2	2	2	2	False	37736	maximal	True	ISR0019_000000008441	1.0		50	8	False	False	1.0	0					non-mobilizable	other	2052.0	96.101	100.0	0.0016326758051933578	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	False	False
ISR0066_000000008877	3635	0.5094904420525744	5	3	2	2	3	True	114760	fragment	False	ISR0066_000000008877	1.0		0	0	False	False	0.9994497895240784	0					non-mobilizable	other	3635.0	96.259	100.0	0.019936689763382105	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
SPA0106_000000010963	3575	0.5094904420525744	5	3	2	2	3	True	95387	fragment	False	SPA0106_000000010963	0.9727257978517566		0	0	False	False	1.0	0					non-mobilizable	other	3575.0	99.552	100.0	0.04080048403484138	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0166_000000010235	1991	0.5094879441541944	4	3	1	3	1	True	30212	fragment	False	ISR0166_000000010235	1.0		0	0	False	False	0.9804118275642395	0					non-mobilizable	other	1991.0	99.096	100.0	0.01971200063427252	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
ISR0089_000000017787	1689	0.5094856549645312	2	2	2	2	2	False	65557	maximal	True	ISR0089_000000017787	1.0		99	12	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.00015629210455402856	NZ_VOJI01000011.1	a-proteobacteria	Puniceibacterium confluentis strain JSSK-17 52765_scaffold11, whole genome shotgun sequence	True	False
FIJ0034_000000006779	4299	0.5094836985196518	3	2	1	2	2	True	48173	maximal	True	FIJ0034_000000006779	1.0		18	2	False	False	1.0	0					non-mobilizable	no_good_hit	1307.0	85.616	30.0	0.0005919553226156508	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	True
AST0029_000000015406	1929	0.5094819969584418	3	1	1	1	1	False	118208	maximal	True	AST0029_000000015406	1.0		37	8	False	False	0.9922239780426025	0					non-mobilizable	no_good_hit	99.0	80.808	5.0	0.0006833392039450511	NZ_JMTB01000121.1	enterobacteria	Trabulsiella guamensis ATCC 49490 GTGU.assembly.121, whole genome shotgun sequence	True	False
ENG0182_000000018325	1554	0.5094772065445685	2	2	2	2	1	False	130049	fragment	False	ENG0005_000000004373	0.05420070829808857		0	0	False	False	0.9954954981803894	0					non-mobilizable	other	1554.0	97.74799999999999	100.0	0.0032473438901632454	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
AST0026_000000012513	2285	0.5094756160259881	5	3	2	3	3	False	119385	maximal	True	AST0026_000000012513	1.0		2	1	False	False	0.9991247057914734	0					non-mobilizable	no_good_hit	907.0	97.133	40.0	0.015368174647600631	NZ_QRYH01000015.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf15, whole genome shotgun sequence	True	False
USA0064_01_000000005821	1418	0.5094718865666611	2	1	1	1	1	False	855	fragment	False	USA0064_01_000000005821	1.0		0	0	False	False	0.9992947578430176	0					non-mobilizable	no_good_hit	1098.0	97.086	77.0	0.004020509362252658	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0092_000000009819	1386	0.5094718865666611	2	1	1	1	1	False	109633	fragment	False	AST0092_000000009819	1.0		0	0	False	False	0.9834054708480835	0					non-mobilizable	other	1386.0	97.835	100.0	0.005076030507493101	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0088_000000023716	1139	0.5094718865666611	1	1	1	1	1	False	15862	fragment	False	MAD0088_000000023716	1.0		0	0	False	False	0.982440710067749	0					non-mobilizable	other	1118.0	97.49600000000001	98.0	0.004093809441783244	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0138_000000019278	1512	0.5094702930675535	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.8861440687559989		0	0	False	False	0.9993386268615723	0					non-mobilizable	other	1486.0	90.51100000000001	97.0	0.004552034891762384	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ISR0143_000000021609	1347	0.5094702930675535	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.808347173085657		0	0	False	False	0.998515248298645	0					non-mobilizable	other	1331.0	92.863	100.0	0.004075623407479353	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ENG0143_000000013945	1347	0.5094702930675535	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.808347173085657		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	92.863	100.0	0.004075623407479353	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	False	False
ISR0162_000000029925	1314	0.5094702930675535	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.8048188830102424		0	0	False	False	1.0	0					non-mobilizable	chromosome	1322.0	93.57	100.0	0.0003743240975404404	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0230_000000027890	1277	0.5094702930675535	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.6428737402744646		0	0	False	False	1.0	0					non-mobilizable	other	1262.0	92.155	99.0	0.2893587680992875	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
ISR0320_000000021996	1221	0.5094702930675535	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.6599348785429624		0	0	False	False	0.9991809725761414	0					non-mobilizable	other	1222.0	95.25399999999999	100.0	0.28039531142266144	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
AST0099_000000017182	1213	0.5094702930675535	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.6569962039141076		0	0	False	False	1.0	0					non-mobilizable	other	1214.0	95.552	100.0	0.2785566536428407	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
ENG0114_000000012144	1196	0.5094702930675535	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.5274537446086007		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	95.071	100.0	0.2746495058607217	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
ENG0178_000000019390	1193	0.5094702930675535	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.5138784504385965		0	0	False	False	1.0	0					non-mobilizable	other	1197.0	92.23100000000001	100.0	0.2746495058607217	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
USA0106_01_000000006965	1183	0.5094702930675535	1	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.4320565987276839		0	0	False	False	0.9915469288825989	0					non-mobilizable	other	1184.0	92.821	100.0	0.2714318547460354	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
SPA0019_000000011672	2486	0.5094625227705618	3	1	1	1	1	False	7763	maximal	True	SPA0019_000000011672	1.0		4	3	False	False	0.9991955161094666	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.000907064738506194	NZ_SLUM01000031.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_131, whole genome shotgun sequence	True	False
ISR0258_000000002716	5362	0.5094611758048886	5	3	3	3	1	False	26796	maximal	True	ISR0258_000000002716	1.0		55	10	False	False	0.9979485273361206	0					non-mobilizable	no_good_hit	1389.0	72.714	25.0	0.000351242153775866	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ISR0176_000000008575	3812	0.5094608506853958	4	4	4	4	3	False	113124	fragment	False	ISR0176_000000008575	0.9469098819140145		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1782.0	79.181	49.0	0.01141552511415525	NZ_JAAIPV010000006.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_6_length_155490_cov_78.5241, whole genome shotgun sequence	True	False
SPA0112_000000014472	2342	0.5094605199624365	2	2	2	2	2	False	4535	fragment	False	SPA0112_000000014472	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2342.0	97.73700000000001	100.0	0.014426039586876679	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
AST0002_000000033661	1116	0.5094572942354277	2	2	2	1	2	False	130813	fragment	False	MAD0024_000000014679	0.9388204225352113		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	98.29700000000001	100.0	0.009485970972078065	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
FIJ0047_000000023143	1350	0.5094555135673211	2	2	2	1	2	False	46854	maximal	True	FIJ0047_000000023143	1.0		12	8	False	False	0.9837037324905396	0					non-mobilizable	no_good_hit	236.0	80.932	17.0	0.0034193347839602114	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0029_000000019865	2235	0.509455452224117	4	2	2	2	2	False	37117	maximal	True	ISR0029_000000019865	1.0		9	3	False	False	0.9995525479316711	0					non-mobilizable	no_good_hit	55.0	94.545	2.0	1.9615455646679012e-05	NZ_JNLH01000001.1	firmicutes	Pseudobutyrivibrio ruminis HUN009 BO15DRAFT_scf7180000000004_quiver_dupTrim_9066.1_C, whole genome shotgun sequence	True	False
ISR0246_000000019854	1209	0.5094538631976727	3	3	3	2	1	False	27115	maximal	True	ISR0246_000000019854	0.9965753424657534		978	13	False	False	1.0	0					non-mobilizable	other	1210.0	98.76	100.0	0.013812722785851385	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	False	False
AST0002_000000006266	5315	0.5094510472832627	6	4	4	4	2	False	132413	fragment	False	AST0002_000000006266	1.0		0	0	False	False	0.9975540637969971	0					non-mobilizable	no_good_hit	191.0	83.24600000000001	4.0	0.0026904178643746193	NZ_CYYA01000017.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0246_000000008283	2518	0.5094491655583321	3	2	2	2	1	True	92679	fragment	False	ISR0246_000000008283	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0131_000000008450	2191	0.5094465016829763	2	2	2	1	1	True	40826	maximal	True	FIJ0131_000000008450	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	2183.0	90.884	99.0	0.0004384852050573843	CP041976.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain NCCP 16207 chromosome, complete genome	False	True
FIJ0140_000000014759	2127	0.5094465016829763	2	2	2	1	1	True	73027	fragment	False	FIJ0140_000000014759	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2128.0	96.945	100.0	0.012891534134988364	KY454639.1	enterobacteria	Klebsiella pneumoniae strain INF167 plasmid INF167_p0001, complete sequence	False	True
CHI0015_000000005317	1872	0.5094465016829763	2	2	2	1	1	True	89811	fragment	False	FIJ0018_000000014061	0.9251968503937008		0	0	False	False	1.0	0					non-mobilizable	plasmid	1872.0	100.0	100.0	0.015096623229918909	CP054225.1	enterobacteria	Escherichia coli strain EcPF16 plasmid p1, complete sequence	False	True
FIJ0145_000000008184	1853	0.5094465016829763	2	2	2	1	1	True	51151	fragment	False	FIJ0145_000000008184	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1853.0	99.946	100.0	0.022071529871646664	CP034679.1	enterobacteria	Klebsiella quasipneumoniae strain D120-1 plasmid pD120-1_83kb, complete sequence	False	True
ISR0221_000000013621	1652	0.5094465016829763	2	2	2	1	1	True	41403	fragment	False	ISR0221_000000013621	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1652.0	99.57600000000001	100.0	0.012078072190439961	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	False	True
FIJ0160_000000012989	1485	0.5094465016829763	2	2	2	1	1	True	51150	fragment	False	FIJ0160_000000012989	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1485.0	99.73100000000001	100.0	0.00027186602500910953	CP052309.1	enterobacteria	Klebsiella pneumoniae strain E16KP0102 chromosome, complete genome	False	True
SPA0060_000000009989	1417	0.5094465016829763	2	2	2	1	1	True	41401	fragment	False	SPA0060_000000009989	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1415.0	100.0	99.0	0.010739784292875589	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
MAD0018_000000002454	1254	0.5094465016829763	2	2	2	1	1	True	41400	fragment	False	MAD0018_000000002454	0.9589958158995816		0	0	False	False	1.0	0					non-mobilizable	plasmid	1254.0	99.92	100.0	0.01765982636148382	CP053385.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-1, complete sequence	False	True
CHI0044_000000004644	2993	0.5094462974252523	3	3	3	3	2	False	87264	maximal	True	CHI0044_000000004644	1.0		80	7	False	False	1.0	0					non-mobilizable	no_good_hit	885.0	99.774	30.0	0.00026427890871944014	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0794_000000014656	1420	0.5094438667179676	2	2	2	2	2	False	41914	fragment	False	ISR0794_000000014656	0.9775362318840579		0	0	False	False	0.9936619997024536	0					non-mobilizable	no_good_hit	667.0	71.064	46.0	0.0042937304979416314	NZ_FTMS01000009.1	spirochetes	Alkalispirochaeta americana strain ASpG1, whole genome shotgun sequence	True	False
ISR0261_000000004919	3510	0.5094406858829911	5	2	2	2	2	False	117079	fragment	False	SPA0153_000000004566	0.8129584003604008		0	0	False	False	1.0	0					non-mobilizable	other	3510.0	99.97200000000001	100.0	0.052556690531108646	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
ISR0050_000000025861	1140	0.509440610726667	2	2	2	2	2	False	35878	maximal	True	ISR0050_000000025861	1.0		100	9	False	False	1.0	0					non-mobilizable	other	1140.0	96.667	100.0	0.0005051676566740454	CP018187.1	firmicutes	Streptococcus salivarius strain ICDC2, complete genome	False	False
ISR0137_000000006915	3963	0.5094391349077921	4	3	2	3	2	False	32850	fragment	False	ISR0137_000000006915	1.0		0	0	False	False	0.9987383484840393	0					non-mobilizable	no_good_hit	1162.0	77.281	29.0	0.00031067329039787	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0142_000000001598	13519	0.5094308216091624	12	6	5	5	3	True	130526	fragment	False	SPA0142_000000001598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	9314.0	97.166	69.0	0.0018567594786942688	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0222_000000027945	1688	0.5094300101450353	3	2	1	1	2	False	87907	fragment	False	MON0007_000000037310	0.9885413744760767		0	0	False	False	1.0	0					non-mobilizable	other	1688.0	100.0	100.0	0.0033454698332619423	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MAD0045_000000032640	1313	0.5094287352140044	4	1	1	1	1	True	17808	maximal	True	MAD0045_000000032640	1.0		1	1	False	False	0.9984767436981201	0					non-mobilizable	no_good_hit	762.0	90.551	58.0	0.013486690532733138	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
MON0019_000000034402	1954	0.5094285841008108	2	2	2	2	2	False	13183	fragment	False	MON0019_000000034402	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0016_01_000000007578	2079	0.5094267312050478	3	1	1	1	1	False	86569	maximal	True	USA0016_01_000000007578	1.0		31	7	False	False	0.9942280054092407	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000013921	1353	0.5094267312050478	3	1	1	1	1	False	86568	fragment	False	CHI0051_000000013921	1.0		0	0	False	False	0.9992609024047852	0					non-mobilizable	no_good_hit								True	False
SPA0114_000000039765	1180	0.5094267312050478	2	1	1	1	1	False	4415	fragment	False	SPA0114_000000039765	1.0		0	0	False	False	0.989830493927002	0					non-mobilizable	no_good_hit	891.0	80.696	75.0	0.0003043394069836983	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
CHI0149_000000010670	1129	0.5094267312050478	2	1	1	1	1	False	79560	fragment	False	CHI0149_000000010670	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	99.911	100.0	0.00029540565638979717	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	False	False
MAD0026_000000010107	1405	0.5094259894043194	2	2	2	1	1	True	19081	maximal	True	MAD0026_000000010107	1.0		52	5	False	False	0.9871886372566223	0					non-mobilizable	no_good_hit	1188.0	97.98	85.0	0.04226054732041049	NZ_JAAIPV010000048.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_48_length_28064_cov_115.968, whole genome shotgun sequence	True	True
FIJ0085_000000011533	2684	0.5094250053955773	3	3	3	3	3	False	130046	fragment	False	FIJ0085_000000011533	1.0		0	0	False	False	0.9992548227310181	0					non-mobilizable	chromosome	2696.0	95.104	100.0	0.000905438250625981	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0070_000000002780	6882	0.5094225580746005	9	8	7	8	4	False	126794	maximal	True	SPA0070_000000002780	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1299.0	97.46	72.0	0.0005627942692107743	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
ENG0107_000000012263	2324	0.5094201920290454	4	3	2	3	2	False	104736	maximal	True	ENG0107_000000012263	1.0		5	3	False	False	0.9926850199699402	0					non-mobilizable	no_good_hit	317.0	78.86399999999999	14.0	0.0009340297175151263	NZ_JAEB01000001.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
MON0045_000000013498	1511	0.5094175907391499	3	2	2	2	1	False	12435	fragment	False	MON0045_000000013498	0.9770354906054279		0	0	False	False	1.0	0					non-mobilizable	other	1441.0	99.02799999999999	95.0	0.0043773327776746905	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MON0031_000000022232	1437	0.5094175907391499	3	2	2	2	1	False	12435	fragment	False	MON0045_000000013498	0.9536730641958968		0	0	False	False	0.9589422345161438	0					non-mobilizable	other	1371.0	98.979	95.0	0.004164397896203371	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0067_000000012764	2291	0.5094144284030742	3	3	3	3	3	False	80515	maximal	True	ISR0067_000000012764	1.0		126	11	False	False	0.9969445466995239	0					non-mobilizable	plasmid	1479.0	88.37100000000001	96.0	0.0023885427623594143	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
MAD0013_000000013622	1807	0.5094143864690843	3	2	2	2	2	False	53821	fragment	False	MAD0013_000000013622	1.0		0	0	False	False	0.9994465708732605	0					non-mobilizable	no_good_hit	172.0	76.744	9.0	0.0009144629535549079	NZ_QLMJ01000026.1	high GC Gram+	Actinoplanes lutulentus strain CGMCC 4.7090 Ga0171608_126, whole genome shotgun sequence	True	False
DEN0071_000000016581	2442	0.509409919074311	3	2	2	1	0	True	98474	maximal	True	DEN0071_000000016581	1.0		1	1	False	False	0.996314525604248	0					non-mobilizable	no_good_hit								True	True
TAN0018_000000003887	2491	0.5094091805811279	2	2	2	2	2	False	37952	maximal	True	TAN0018_000000003887	1.0		78	9	False	False	0.9963870048522949	0					non-mobilizable	other	2504.0	80.112	99.0	0.031240575047753093	NZ_NHOC01000006.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c6, whole genome shotgun sequence	False	False
MAD0005_000000004315	5182	0.5094068880116003	4	3	1	0	3	False	20001	fragment	False	MAD0005_000000004315	1.0		0	0	False	False	1.0	0			MPF_I		non-mobilizable	plasmid	5182.0	99.46	100.0	0.061025453774484976	CP060167.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain D37712 plasmid pBT4, complete sequence	False	True
SPA0139_000000017683	1593	0.5094061049677264	2	2	2	2	1	False	67628	fragment	False	SPA0139_000000017683	1.0		0	0	False	False	0.9974890351295471	0					non-mobilizable	no_good_hit	66.0	83.333	4.0	0.0003602569082076656	NZ_AUCE01000018.1	b-proteobacteria	Azonexus hydrophilus DSM 23864 G471DRAFT_scaffold00008.8_C, whole genome shotgun sequence	True	False
SPA0086_000000004778	3044	0.5094054142921519	5	5	2	3	3	False	89378	backbone	False	CHI0133_000000005860	0.9438693911913152	PS463	0	0	False	True	1.0	0					non-mobilizable	other	3045.0	99.90100000000001	100.0	0.02588897677306322	MH229774.1	firmicutes	Clostridioides difficile Cd-14Lar ermB-carring contig genomic sequence	False	True
MON0044_000000008416	4961	0.5094008369853459	4	4	4	4	2	False	84599	maximal	True	MON0044_000000008416	1.0		14	6	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.5333333333333333	XR_002394016.1	rodents	PREDICTED: Heterocephalus glaber uncharacterized LOC110348636 (LOC110348636), transcript variant X24, ncRNA	True	False
ENG0025_000000019660	1398	0.5093998437459153	2	2	2	1	1	False	66121	maximal	True	ENG0025_000000019660	1.0		25	4	False	False	0.9742489457130432	0					non-mobilizable	chromosome	1398.0	98.641	100.0	0.0006332298347800466	LR134274.1	firmicutes	Streptococcus salivarius strain NCTC8618 genome assembly, chromosome: 1	False	False
FIJ0007_000000005739	2947	0.5093997172863796	6	2	2	1	1	False	51596	maximal	True	FIJ0007_000000005739	1.0		25	5	False	False	0.9996606707572937	0					non-mobilizable	no_good_hit	896.0	98.884	30.0	0.00032466766052255516	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0034_000000024512	1420	0.5093980048585423	2	2	1	1	2	False	7143	maximal	True	SPA0034_000000024512	1.0		265	13	False	False	0.9992957711219788	0					non-mobilizable	chromosome	1420.0	97.39399999999999	100.0	0.00045640274060820824	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0116_000000003968	4624	0.5093979120099615	3	2	2	2	2	False	129019	maximal	True	CHI0116_000000003968	1.0	PS1059	1	1	False	True	0.999567449092865	0					non-mobilizable	no_good_hit	1485.0	99.19200000000001	32.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0055_000000001833	7817	0.5093970338975158	11	10	5	8	8	False	128531	fragment	False	MON0104_000000004359	0.9665432256416805		0	0	False	False	0.9985927939414978	0					non-mobilizable	chromosome	5927.0	94.095	98.0	0.001983212703601591	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0100_000000018418	2383	0.5093966521398368	3	3	3	3	3	False	11628	maximal	False	MON0104_000000017648	0.9661425555458282		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	79.827	29.0	0.0002368226691731256	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
FIJ0060_000000010047	1443	0.509394041187785	2	1	1	1	1	False	45870	maximal	True	FIJ0060_000000010047	1.0		9	3	False	False	0.9909909963607788	0					non-mobilizable	no_good_hit	1252.0	83.307	86.0	0.001635521373260865	NZ_JH591188.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.2, whole genome shotgun sequence	True	False
MON0009_000000023440	1643	0.5093920287372371	2	2	2	2	2	False	13801	fragment	False	MON0009_000000023440	1.0		0	0	False	False	0.9476567506790161	0					non-mobilizable	other	1541.0	99.156	94.0	0.0014001960274438422	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
FIJ0133_000000015548	2427	0.5093901000295673	2	2	2	2	2	False	91543	fragment	False	FIJ0133_000000015548	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	72.452	40.0	0.0004126964964036754	LR778134.1	firmicutes	Clostridiales bacterium isolate BL-4 genome assembly, chromosome: CLOSBL4	True	False
MAD0090_000000011370	1218	0.5093870639582192	1	1	1	1	1	False	46932	fragment	False	MAD0090_000000011370	0.9525790349417638		0	0	False	False	0.9958949089050293	0					non-mobilizable	chromosome	1218.0	99.836	100.0	0.0003246433657914456	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0021_000000028060	1024	0.5093870639582192	1	1	1	1	1	False	13036	fragment	False	MON0021_000000028060	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1022.0	98.92399999999999	99.0	0.0002723589782030123	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0121_000000019143	1358	0.5093862311435085	2	2	2	2	1	True	32187	maximal	True	ISR0121_000000019143	1.0		1	1	False	False	0.9926362037658691	0					non-mobilizable	other	1375.0	93.891	100.0	0.0020083630296413783	NZ_LN898229.1	firmicutes	Fenollaria timonensis strain GD5, whole genome shotgun sequence	False	True
ISR0374_000000007997	1984	0.5093860823634468	2	2	2	2	2	False	110004	maximal	True	ISR0374_000000007997	1.0		37	5	False	False	0.9798387289047241	0					non-mobilizable	no_good_hit	1222.0	71.604	61.0	0.004676377434224968	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ISR0847_000000020240	1462	0.5093847019248198	2	2	2	2	2	False	30526	maximal	True	ISR0847_000000020240	1.0		10	3	False	False	0.9965800046920776	0					non-mobilizable	no_good_hit	183.0	79.781	12.0	0.0006244430879763132	NZ_NHOC01000004.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c4, whole genome shotgun sequence	True	False
FIJ0107_000000001787	13444	0.5093827715219025	13	5	3	5	4	False	42309	maximal	True	FIJ0107_000000001787	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1753.0	88.19200000000001	13.0	0.0007290468763401597	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
FIJ0141_000000012226	2387	0.5093822032062262	3	1	1	1	1	False	40289	maximal	True	FIJ0141_000000012226	1.0		3	3	False	False	0.9949727654457092	0					non-mobilizable	no_good_hit								True	False
ISR0778_000000005911	2244	0.5093814594675801	4	2	1	2	2	True	22371	maximal	True	ISR0778_000000005911	1.0		9	4	False	False	0.9995543956756592	0					non-mobilizable	no_good_hit	583.0	71.69800000000001	26.0	0.00019139296531168643	NZ_CP025286.1	firmicutes	Ethanoligenens harbinense YUAN-3 chromosome, complete genome	True	True
ENG0146_000000002788	8494	0.509380886570718	12	7	2	5	6	True	57450	fragment	False	FIJ0099_000000002610	0.9890136890312359		0	0	False	False	1.0	0					non-mobilizable	chromosome	7523.0	98.804	100.0	0.0013353508175646272	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
DEN0052_000000028846	1592	0.5093800117295343	3	2	2	2	1	True	124795	fragment	False	DEN0052_000000028846	1.0		0	0	False	False	0.9987437129020691	0					non-mobilizable	no_good_hit								True	True
FIJ0120_000000012590	1916	0.5093788998834439	3	3	3	3	3	False	41537	fragment	False	FIJ0120_000000012590	1.0		0	0	False	False	0.9989561438560486	0					non-mobilizable	no_good_hit	446.0	78.475	23.0	0.0002544329152923434	CP018791.1	e-proteobacteria	Campylobacter sp. RM8964, complete genome	True	False
DEN0031_000000007220	4344	0.5093784856693984	6	3	2	1	1	False	73812	fragment	False	DEN0031_000000007220	1.0		0	0	False	False	0.9997698068618774	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	2.8006705134699897e-05	LT969566.1	apicomplexans	Plasmodium reichenowi genome assembly, chromosome: 3	True	False
MAD0040_000000016732	1961	0.5093759806900038	2	2	1	2	1	False	18361	maximal	True	MAD0040_000000016732	1.0		51	7	False	False	0.9964303970336914	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	3.4632972352813015e-06	CP041244.1	high GC Gram+	Actinomadura sp. WMMA1423 chromosome	True	False
AST0106_000000015764	1224	0.5093739868202009	3	3	2	1	3	False	107357	maximal	True	AST0106_000000015764	1.0		76	10	False	False	1.0	0					non-mobilizable	chromosome	1225.0	95.67299999999999	100.0	0.00025938215340589536	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
USA0051_01_000000007121	2956	0.5093716531418133	4	3	3	1	1	True	1098	maximal	True	USA0051_01_000000007121	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2509.0	79.673	100.0	0.0004503109449689908	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0793_000000006402	2484	0.5093716531418133	3	3	3	1	1	True	22017	maximal	True	ISR0793_000000006402	1.0		1	1	False	False	0.9963768124580383	0					non-mobilizable	no_good_hit	540.0	84.63	33.0	7.571016060017817e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
SPA0070_000000014032	1452	0.5093710618653547	2	2	2	2	1	False	5921	maximal	True	SPA0070_000000014032	1.0		2	1	False	False	0.997245192527771	0					non-mobilizable	no_good_hit	68.0	88.235	5.0	1.3519447018296049e-05	CP051651.1	g-proteobacteria	Xanthomonas campestris pv. badrii strain NEB122 chromosome, complete genome	True	False
ENG0023_000000004409	3898	0.5093710207606184	4	3	3	3	2	False	66283	maximal	True	ENG0023_000000004409	1.0		5	3	False	False	0.9807593822479248	0					non-mobilizable	other	3769.0	99.54899999999999	97.0	0.052311452416991845	NZ_LMUA01000019.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00019, whole genome shotgun sequence	False	False
SPA0114_000000040861	1149	0.5093701371045287	2	2	2	2	1	True	4413	maximal	True	SPA0114_000000040861	1.0		2	2	False	False	0.9147084355354309	0					non-mobilizable	no_good_hit	66.0	83.333	6.0	0.0005367320684631572	NZ_PZJG01000007.1	firmicutes	Macrococcus bohemicus strain 03/115 NODE_7_length_117377_cov_147.395152, whole genome shotgun sequence	True	True
ISR0786_000000006233	2693	0.5093698896196398	5	2	1	2	1	True	118217	fragment	False	ISR0786_000000006233	1.0		0	0	False	False	0.998885989189148	0					non-mobilizable	other	2693.0	97.586	100.0	0.0005213831994141605	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
AST0097_000000009300	2410	0.5093683364649502	4	4	4	3	2	False	109008	maximal	True	AST0097_000000009300	1.0		9	4	False	False	0.9887966513633728	0					non-mobilizable	no_good_hit	1730.0	99.249	72.0	0.003119243876521962	NZ_PPTS01000002.1	actinobacteria	Gordonibacter pamelaeae strain 3C NODE_2, whole genome shotgun sequence	True	False
ENG0196_000000009709	1263	0.5093659138550946	4	3	2	2	3	False	54396	fragment	False	ENG0196_000000009709	1.0		0	0	False	False	0.9675375819206238	0					non-mobilizable	chromosome	1263.0	98.81200000000001	100.0	0.0007031283081016873	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
FIJ0114_000000024423	1643	0.5093638149924778	2	2	2	1	2	False	46315	fragment	False	FIJ0101_000000012725	0.32049808429118776		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0100_000000004283	7400	0.5093635887587835	11	8	4	5	6	True	95390	fragment	False	SPA0100_000000004283	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	7396.0	99.905	99.0	0.07696150363732868	MK232845.1	viruses	Uncultured human fecal virus clone CAG83.sp_S11.I18_1_c1 sequence	False	True
ISR0182_000000019207	2042	0.5093601272444656	3	3	3	3	3	False	55237	fragment	False	ISR0182_000000019207	1.0		0	0	False	False	0.9990205764770508	0					non-mobilizable	other	2042.0	99.119	100.0	0.07538597916820566	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
FIJ0129_000000014133	1548	0.509359659870836	2	2	2	2	2	False	40937	maximal	True	FIJ0129_000000014133	1.0		30	4	False	False	1.0	0					non-mobilizable	chromosome	1548.0	97.48100000000001	100.0	0.00032835327331281707	NZ_CP027986.1	enterobacteria	Enterobacter sichuanensis strain SGAir0282 chromosome, complete genome	False	False
ISR0353_000000009848	3619	0.5093586050889969	3	3	3	1	1	False	57945	fragment	False	ISR0353_000000009848	1.0		0	0	False	False	0.9997236728668213	0					non-mobilizable	other	3619.0	99.917	100.0	0.0012183491873631125	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ENG0138_000000006033	3316	0.5093586050889969	3	3	3	1	1	False	57944	fragment	False	ENG0138_000000006033	1.0		0	0	False	False	0.9996984601020813	0					non-mobilizable	other	3316.0	98.552	100.0	0.0011163149685209281	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
ENG0188_000000008168	3250	0.5093586050889969	3	3	3	1	1	False	54924	maximal	True	ENG0188_000000008168	1.0		64	8	False	False	1.0	0					non-mobilizable	other	3259.0	89.844	100.0	0.001640110100777728	NZ_JH660660.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_3, whole genome shotgun sequence	False	False
ISR0813_000000010349	2879	0.5093586050889969	3	3	3	1	1	False	21586	fragment	False	ISR0813_000000010349	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2659.0	98.08200000000001	99.0	0.000494168072238252	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
MON0053_000000032044	1282	0.5093585501886443	2	2	2	1	2	False	11167	maximal	True	MON0053_000000032044	1.0		1	1	False	False	0.9945397973060608	0					non-mobilizable	no_good_hit	58.0	100.0	5.0	1.0468488746925571e-05	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
SPA0012_000000013520	1788	0.5093584102069567	3	3	2	2	2	False	72703	fragment	False	SPA0013_000000016527	0.7110282900535629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	748.0	82.88799999999999	42.0	0.0071477913804351995	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0087_000000011382	2778	0.5093548599208351	2	2	2	2	1	False	33852	fragment	False	ISR0087_000000011382	1.0		0	0	False	False	0.987401008605957	0					non-mobilizable	chromosome	2775.0	84.036	99.0	0.0006144638697025025	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MAD0043_000000022344	1217	0.5093547261541068	2	2	2	2	2	False	26518	fragment	False	MAD0043_000000022344	1.0		0	0	False	False	0.9983566403388977	0					non-mobilizable	no_good_hit	279.0	71.32600000000001	23.0	5.342760598530095e-05	NZ_CP016907.1	CFB group bacteria	Flavobacterium anhuiense strain GSE09 chromosome, complete genome	True	False
TAN0008_000000019228	1191	0.5093527557972957	2	1	1	1	1	False	2734	maximal	True	TAN0008_000000019228	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0025_000000005813	4925	0.5093503014451337	6	5	2	3	5	True	95411	fragment	False	CAN0008_000000005475	0.9630661727269707		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	62.0	85.484	1.0	0.0012343680440325387	NZ_PVNL01000062.1	d-proteobacteria	Enhygromyxa salina strain SWB007 ENSA7_contig000062, whole genome shotgun sequence	True	True
FIJ0063_000000007577	3347	0.5093497471565868	5	5	5	5	5	False	45629	maximal	True	FIJ0063_000000007577	1.0		25	4	False	False	0.9991036653518677	0					non-mobilizable	chromosome	3347.0	99.851	100.0	0.0006925660711343595	CP056474.1	enterobacteria	Enterobacter cloacae strain RHBSTW-00473 chromosome, complete genome	False	False
SPA0133_000000014249	1385	0.5093496788923779	2	2	2	2	2	False	3683	maximal	True	SPA0133_000000014249	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	83.884	70.0	0.006645320672950854	NZ_PPTQ01000009.1	actinobacteria	Paraeggerthella hongkongensis strain RC2/2 A NODE_9, whole genome shotgun sequence	True	False
USA0013_01_000000004472	2461	0.5093425849838292	4	4	4	2	0	True	70269	maximal	True	USA0013_01_000000004472	1.0		58	9	False	False	0.9995936751365662	0					non-mobilizable	no_good_hit	1465.0	95.427	77.0	0.004775065003025298	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
SPA0050_000000014057	1843	0.5093425849838292	5	4	4	2	0	True	70268	fragment	False	SPA0050_000000014057	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1326.0	96.531	96.0	0.004333535019868849	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
SPA0051_000000013642	1820	0.5093425849838292	4	4	4	2	0	True	70268	fragment	False	SPA0050_000000014057	0.9937601736299512		0	0	False	False	0.9972527623176575	0					non-mobilizable	other	1326.0	96.531	97.0	0.004333535019868849	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	False	True
DEN0072_000000010865	1534	0.5093425849838292	4	4	4	2	0	True	70267	fragment	False	DEN0072_000000010865	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1534.0	100.0	100.0	0.01751439539347409	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	False	True
ENG0198_000000015630	1317	0.5093425849838292	4	4	4	2	0	True	54322	fragment	False	ENG0198_000000015630	0.9989210924462723		0	0	False	False	1.0	0					non-mobilizable	other	1317.0	99.848	100.0	0.015035188739603326	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	False	True
SPA0054_000000023359	1251	0.5093425849838292	4	4	4	2	0	True	54322	fragment	False	ENG0198_000000015630	0.9827891672994179		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	100.0	100.0	0.014281144319532035	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	False	True
SPA0079_000000021803	1221	0.5093425849838292	4	4	4	2	0	True	54322	fragment	False	ENG0198_000000015630	0.9672025477567833		0	0	False	False	0.9983620047569275	0					non-mobilizable	other	1221.0	100.0	100.0	0.013938396855863266	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	False	True
MON0061_000000004720	7671	0.5093370627430688	8	4	4	4	1	False	10846	fragment	False	MON0061_000000004720	1.0		0	0	False	False	0.9942641258239746	0					non-mobilizable	no_good_hit	51.0	100.0	1.0	1.6115915981928257e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0054_000000001854	10304	0.5093294301796498	13	4	2	3	1	True	107854	maximal	True	ISR0054_000000001854	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	94.118	2.0	2.5728885544133768e-05	NZ_CP017253.2	firmicutes	Clostridium taeniosporum strain 1/k chromosome, complete genome	True	True
TAN0027_000000002034	3710	0.5093274131502852	5	5	5	5	4	False	44217	maximal	True	TAN0027_000000002034	1.0		35	2	False	False	0.9983827471733093	0					non-mobilizable	no_good_hit	2910.0	87.73200000000001	78.0	0.16354401805869073	NZ_CABKPS010000080.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0091_000000005254	5987	0.5093273745432036	7	6	3	5	4	True	33638	maximal	True	ISR0091_000000005254	1.0		2	2	False	False	0.9966594576835632	0					non-mobilizable	no_good_hit	3195.0	99.124	53.0	0.0004921632292566609	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
ISR0013_000000012526	2038	0.5093240774428966	2	1	1	1	1	False	38098	maximal	True	ISR0013_000000012526	1.0		349	12	False	False	0.9872424006462097	0					non-mobilizable	other	2035.0	81.278	99.0	0.0011302733115395734	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	False	False
USA0005_01_000000006329	5721	0.5093171653710317	5	4	3	3	3	False	2187	fragment	False	USA0005_01_000000006329	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0003028399659024631	NZ_LTDM01000004.1	firmicutes	Tissierella creatinophila DSM 6911 TICR_contig000004, whole genome shotgun sequence	True	False
DEN0079_000000001993	12732	0.5093165494367821	5	4	4	4	2	False	69650	maximal	True	DEN0079_000000001993	1.0		1	1	False	False	0.999921441078186	0					non-mobilizable	no_good_hit	4148.0	74.66199999999999	32.0	0.011646240138836113	CP002405.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL02, complete sequence	True	False
ENG0210_000000002269	7993	0.5093149538895289	11	7	5	5	4	True	104942	fragment	False	ISR0399_000000001361	0.9802591740341529		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4109.0	98.515	68.0	0.3314239612747075	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
MON0076_000000022824	2091	0.5093103248236546	3	3	3	3	2	False	45976	maximal	True	MON0076_000000022824	1.0		330	13	False	False	0.9995217323303223	0					non-mobilizable	chromosome	2091.0	98.709	100.0	0.0004259119100050172	CP022279.1	enterobacteria	Escherichia coli strain STEC299 chromosome, complete genome	False	False
ISR0051_000000018355	2086	0.5093102759106647	4	2	2	2	2	False	80221	fragment	False	SPA0135_000000010590	0.9914407988587731		0	0	False	False	0.9995205998420715	0					non-mobilizable	no_good_hit								True	False
ENG0053_000000011114	2289	0.5093102196870911	4	2	1	2	1	False	63870	fragment	False	ENG0053_000000011114	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1547.0	92.566	67.0	0.005629119757335355	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
MON0004_000000023521	1852	0.5093102196870911	3	2	1	2	1	False	14220	fragment	False	MON0004_000000023521	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	93.87799999999999	61.0	0.004101528320597328	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
MON0092_000000013495	3843	0.5093092393823035	6	5	1	3	5	False	9467	fragment	False	MON0092_000000013495	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3013.0	96.117	100.0	0.05363204344874406	CP055726.1	enterobacteria	Escherichia coli strain RHB13-C14 plasmid pRHB13-C14_3, complete sequence	False	True
SPA0009_000000016791	2158	0.509308102309518	4	2	0	2	1	False	8130	maximal	True	SPA0009_000000016791	1.0		1	1	False	False	0.9995366334915161	0					non-mobilizable	no_good_hit								True	False
FIJ0054_000000019334	1310	0.509308102309518	2	2	0	2	1	False	46303	fragment	False	FIJ0054_000000019334	1.0		0	0	False	False	0.9839694499969482	0					non-mobilizable	no_good_hit								True	False
FIJ0058_000000021113	1917	0.5093074381551752	2	2	2	2	2	False	46010	maximal	True	FIJ0058_000000021113	1.0		67	5	False	False	0.9812206625938416	0					non-mobilizable	chromosome	1870.0	92.139	97.0	0.0007535472794442145	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
CHI0005_000000004602	3615	0.5093062537126378	5	4	4	4	4	False	90791	maximal	True	CHI0005_000000004602	1.0		71	9	False	False	0.9986168742179871	0					non-mobilizable	no_good_hit	2070.0	98.647	57.0	0.000703043952649701	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
USA0032_01_000000011013	2079	0.5093044465780495	3	3	3	3	3	False	1497	maximal	False	USA0102_01_000000006346	0.961054104477612		0	0	False	False	0.9985569715499878	0					non-mobilizable	other	1460.0	98.08200000000001	97.0	0.021344451759198302	NZ_CYXX01000020.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0857_000000001207	2139	0.5093031200734738	2	2	2	2	2	False	86783	maximal	True	ISR0857_000000001207	1.0		247	11	False	False	0.9943898916244507	0					non-mobilizable	other	2029.0	97.43700000000001	95.0	0.008901034207034716	NZ_DS499581.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_11, whole genome shotgun sequence	False	False
MON0088_000000019692	1631	0.5093025766448828	2	2	2	2	2	False	115508	fragment	False	MON0088_000000019692	0.9222748901305918		0	0	False	False	0.9993869066238403	0					non-mobilizable	chromosome	1631.0	99.755	100.0	0.0007434791631982375	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	False	False
ISR0785_000000008427	3831	0.5093017221374116	6	4	3	4	2	False	22204	maximal	True	ISR0785_000000008427	1.0		1	1	False	False	0.9976507425308228	0					non-mobilizable	no_good_hit	541.0	81.885	14.0	0.0022801688763293936	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
ISR0842_000000009964	2200	0.5092959234400115	2	1	1	0	1	False	81025	maximal	True	ISR0842_000000009964	0.9962908011869436		171	12	False	False	0.996363639831543	0					non-mobilizable	other	2177.0	97.979	99.0	0.021584946087232545	NZ_RCXZ01000025.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0025, whole genome shotgun sequence	False	False
FIJ0092_000000023427	1550	0.5092957084976261	2	2	2	2	2	False	43291	maximal	True	FIJ0092_000000023427	1.0		1	1	False	False	0.9800000190734863	0					non-mobilizable	no_good_hit	70.0	85.714	5.0	0.0010083444153794444	NZ_CABKRX010000051.1	firmicutes	Bacillus massilioanorexius isolate MGYG-HGUT-01428, whole genome shotgun sequence	True	False
USA0044_01_000000012180	2371	0.5092806723459827	5	2	1	1	2	False	26189	maximal	True	USA0044_01_000000012180	1.0		9	6	False	False	0.9877688884735107	0					non-mobilizable	no_good_hit	731.0	81.806	31.0	0.0041391246918430205	NZ_BBAB01000005.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
SPA0095_000000010315	1921	0.509278982542712	1	1	1	1	1	False	5209	maximal	True	SPA0095_000000010315	1.0		339	11	False	False	1.0	0					non-mobilizable	chromosome	1921.0	99.74	100.0	0.00035690989642363273	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0330_000000009209	2988	0.5092747364484612	2	2	2	2	2	False	24671	fragment	False	ISR0330_000000009209	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1389.0	99.78399999999999	97.0	0.05504659924648027	NZ_JAAIOD010000028.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_28_length_25215_cov_333.537, whole genome shotgun sequence	False	True
SPA0096_000000007733	4531	0.5092744873487927	6	5	4	2	3	False	32442	fragment	False	SPA0096_000000007733	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	567.0	71.781	12.0	9.965613218302715e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
USA0026_01_000000021279	1520	0.5092743845602508	2	2	2	2	1	True	34456	maximal	True	USA0026_01_000000021279	1.0		62	12	False	False	0.9986842274665833	0					non-mobilizable	chromosome	1520.0	96.97399999999999	100.0	0.00034367666609651183	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
USA0054_01_000000006766	1384	0.5092741475453871	2	2	2	2	1	False	70676	fragment	False	USA0054_01_000000006766	0.7358893951639943		0	0	False	False	0.9638728499412537	0					non-mobilizable	other	1338.0	99.626	97.0	0.0004026548112883087	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0104_000000007983	3162	0.5092732626698698	3	3	3	3	2	False	94167	fragment	False	CHI0118_000000002752	0.9934292866082604		0	0	False	False	0.9993674755096436	0					non-mobilizable	chromosome	3161.0	99.715	100.0	0.0005704952494535613	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0385_000000009752	2269	0.5092724977741935	3	3	1	2	3	True	63862	maximal	True	ISR0385_000000009752	0.9879261363636364		2	2	False	False	0.9995592832565308	0					non-mobilizable	no_good_hit	1144.0	78.497	50.0	0.02335443170186543	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	True
SPA0149_000000018668	2112	0.5092724977741935	3	3	1	2	3	True	63862	maximal	False	ISR0385_000000009752	0.9543851917144117		0	0	False	False	0.9995265007019043	0					non-mobilizable	no_good_hit	1134.0	85.273	53.0	0.022117554705131978	KF704242.1	firmicutes	Streptococcus agalactiae strain 9056 vanG element, complete sequence; and RNA methyltransferase gene, partial sequence	True	True
ENG0053_000000013626	1844	0.5092724977741935	3	3	1	2	3	True	63861	fragment	False	ENG0053_000000013626	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1147.0	86.051	62.0	0.022372681778039447	KF704242.1	firmicutes	Streptococcus agalactiae strain 9056 vanG element, complete sequence; and RNA methyltransferase gene, partial sequence	True	True
CHI0164_000000003274	6995	0.5092701095862062	9	3	1	3	3	False	109118	maximal	True	CHI0164_000000003274	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	6228.0	95.601	89.0	0.001202696688722236	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	True	False
USA0073_01_000000003918	4981	0.5092701095862062	8	3	1	3	3	False	109099	fragment	False	USA0073_01_000000003918	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4843.0	95.912	97.0	0.0009349790771814581	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0115_000000022929	1553	0.5092694719447569	3	3	3	3	2	False	58246	fragment	False	ENG0153_000000018800	0.9674185463659148		0	0	False	False	0.9993560910224915	0					non-mobilizable	other	1553.0	98.068	100.0	0.015538801950359936	NZ_CYZK01000011.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0080_000000003383	7101	0.5092694407996955	7	4	3	4	2	False	44342	maximal	True	FIJ0080_000000003383	1.0		1	1	False	False	0.9992958903312683	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0034884788396217755	NZ_CABIWU010000071.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0386_000000001069	23425	0.5092687247926119	27	19	11	15	15	True	97485	fragment	False	ISR0386_000000001069	0.9997218537378578		0	0	False	False	0.9999573230743408	0					non-mobilizable	other	23425.0	99.945	100.0	0.5120943049601959	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
SPA0048_000000014824	1377	0.5092679016511097	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9603058241035421	PS500	0	0	True	True	1.0	4					non-mobilizable	chromosome	1377.0	99.855	100.0	0.00019436041228702456	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
SPA0135_000000009689	2352	0.5092663799856871	2	2	2	2	2	False	38256	maximal	True	SPA0135_000000009689	0.993494840735756		83	9	False	False	1.0	0					non-mobilizable	other	2105.0	99.09700000000001	100.0	0.0016289280275493226	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
ISR0011_000000012301	2229	0.5092663799856871	2	2	2	2	2	False	38256	maximal	False	SPA0135_000000009689	0.967687074829932		0	0	False	False	0.9955136775970459	0					non-mobilizable	other	2105.0	98.86	99.0	0.0016289280275493226	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
ISR0167_000000011209	2658	0.5092663537320503	4	3	2	2	2	False	47077	maximal	True	ISR0167_000000011209	1.0		6	2	False	False	0.9947328567504883	0					non-mobilizable	no_good_hit	199.0	92.965	24.0	6.38190272884359e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0103_000000001129	18512	0.5092662717227634	30	12	5	7	11	False	104040	maximal	True	ENG0103_000000001129	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	4083.0	97.061	49.0	0.0009042266097166046	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ISR0170_000000011495	3946	0.5092655057339847	4	4	4	4	4	False	92169	fragment	False	ISR0170_000000011495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1724.0	89.443	63.0	0.0003238948735162272	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
SPA0103_000000016526	1130	0.5092624703684796	2	2	2	2	2	False	27587	fragment	False	ISR0398_000000017905	0.6441631504922644		0	0	False	False	1.0	0					non-mobilizable	other	1130.0	97.788	100.0	0.01867195898453651	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0057_000000001356	15615	0.5092622656520617	18	14	12	13	7	True	125270	maximal	True	ENG0057_000000001356	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1034.0	76.789	9.0	0.000317878149397148	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
SPA0027_000000010620	3405	0.5092619413792236	4	4	4	4	3	False	105080	maximal	True	SPA0027_000000010620	1.0		36	9	False	False	0.9982379078865051	0					non-mobilizable	no_good_hit	1431.0	91.47399999999999	69.0	0.0004013136558493714	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0189_000000005360	2755	0.5092550053259297	5	3	2	2	3	False	54856	maximal	False	SPA0103_000000005583	0.9721631205673759		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000032362	1102	0.5092533877079936	2	2	2	2	2	False	52685	maximal	False	ETH0005_000000037966	0.9217573221757323		0	0	False	False	0.9954627752304077	0					non-mobilizable	other	1013.0	70.977	90.0	0.0001883984071530047	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	False	False
SPA0057_000000005555	5155	0.5092525821169528	9	5	3	4	5	True	82442	fragment	False	SPA0057_000000005555	0.9999023055881204		0	0	False	False	0.9939864277839661	0					non-mobilizable	other	5118.0	100.0	99.0	0.11191059399877526	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
DEN0012_000000003740	1689	0.5092508470172238	3	3	3	1	1	False	75441	maximal	True	DEN0012_000000003740	1.0		7	4	False	False	0.999407947063446	0					non-mobilizable	other	1690.0	99.76299999999999	100.0	0.00034566668235708247	CP010229.1	enterobacteria	Escherichia coli strain S10, complete genome	False	False
ENG0148_000000018051	2049	0.509250774764705	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.6951518153274283		0	0	False	False	0.9941434860229492	0					non-mobilizable	chromosome	2049.0	97.65700000000001	100.0	0.0006455246826511774	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0002_000000020698	1186	0.5092506166318118	2	2	2	2	2	False	67951	maximal	True	ENG0002_000000020698	1.0		1	1	False	False	0.9983136653900146	0					non-mobilizable	no_good_hit	981.0	85.93299999999999	82.0	0.004768651976352177	NZ_QIML01000002.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_2, whole genome shotgun sequence	True	False
CHI0070_000000003929	2771	0.5092498797586819	3	3	1	3	1	False	101478	maximal	True	CHI0070_000000003929	1.0		49	8	False	False	1.0	0					non-mobilizable	chromosome	1878.0	94.62200000000001	98.0	0.0004996360099649774	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0040_000000015220	2131	0.5092498797586819	3	3	1	3	1	False	101465	fragment	False	MAD0040_000000015220	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1849.0	93.99700000000001	99.0	0.009168362664112695	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
DEN0046_000000011639	2098	0.5092498797586819	5	3	1	3	1	False	72718	maximal	True	DEN0046_000000011639	1.0		1	1	False	False	0.996663510799408	0					non-mobilizable	no_good_hit	763.0	95.15100000000001	86.0	0.00020326889460401112	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0010_000000014642	1700	0.5092498797586819	3	3	1	3	1	False	16534	fragment	False	SPA0010_000000014642	1.0		0	0	False	False	0.9994117617607117	0					non-mobilizable	other	1693.0	99.17299999999999	99.0	0.008435093180094977	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
CHI0140_000000009897	2963	0.5092437484143371	2	2	1	2	2	False	80267	maximal	True	CHI0140_000000009897	1.0		331	12	False	False	1.0	0					non-mobilizable	chromosome	2963.0	99.22399999999999	100.0	0.00041807648682508597	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0853_000000002826	5124	0.5092430791545112	9	6	5	5	4	True	36812	fragment	False	ISR0853_000000002826	0.9655122749029529		0	0	False	False	0.9970725774765015	0					non-mobilizable	no_good_hit	80.0	83.75	2.0	0.0003810805861712289	NZ_FOCD01000005.1	firmicutes	Terribacillus saccharophilus strain DSM 21619, whole genome shotgun sequence	True	True
ISR0219_000000010492	3132	0.5092414602616022	4	4	4	4	4	False	63776	fragment	False	ISR0219_000000010492	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3002.0	98.801	96.0	0.21669678352005783	NZ_CABMGA010000029.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0100_000000006040	2214	0.5092410390879296	4	2	2	2	2	False	33174	fragment	False	ISR0100_000000006040	1.0		0	0	False	False	0.998645007610321	0					non-mobilizable	other	2212.0	98.915	100.0	0.004862803402862698	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0335_000000011388	1667	0.5092408861310576	2	2	1	2	1	False	125500	fragment	False	CHI0133_000000005744	0.23566031741587248		0	0	False	False	0.9712057709693909	0					non-mobilizable	no_good_hit	42.0	95.238	3.0	0.0009130996392142889	NZ_PPTT01000032.1	actinobacteria	Eggerthella sinensis strain DSM 16107 NODE_32, whole genome shotgun sequence	True	False
DEN0089_000000012934	1490	0.5092405809528376	3	2	2	2	2	False	68821	maximal	True	DEN0089_000000012934	1.0		33	9	False	False	0.9966443181037903	0					non-mobilizable	no_good_hit	262.0	80.53399999999999	18.0	0.0017880107005563465	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0108_000000016088	1410	0.5092351087905492	3	3	3	3	3	False	32782	maximal	True	ISR0108_000000016088	1.0		365	13	False	False	1.0	0					non-mobilizable	other	1410.0	99.85799999999999	100.0	0.03904453127164907	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0042_000000006612	4410	0.5092347809632382	6	4	3	3	3	False	49479	maximal	True	SPA0042_000000006612	1.0		32	6	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	96.866	28.0	0.00022562282374699559	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0039_000000018796	1220	0.5092327653120121	2	2	2	2	2	False	47540	maximal	True	FIJ0039_000000018796	1.0		117	11	False	False	1.0	0					non-mobilizable	other	1220.0	100.0	100.0	0.0013316844770816993	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
CHI0087_000000002066	3715	0.5092322158885308	4	4	4	4	2	False	84022	maximal	True	CHI0087_000000002066	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	93.346	61.0	0.000312167077911163	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0030_000000016144	2171	0.5092317225804015	6	3	3	2	2	False	48736	maximal	True	FIJ0030_000000016144	1.0		1	1	False	False	0.9912482500076294	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	1.2167760110688193e-05	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
SPA0119_000000011202	2914	0.5092295451612724	2	2	2	2	1	False	76681	maximal	False	ENG0041_000000007667	0.8638520475967956		0	0	False	True	1.0	0					non-mobilizable	other	2914.0	99.691	100.0	0.06294295592048402	NZ_CYZN01000027.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
FIJ0057_000000013275	2440	0.5092293253908188	3	2	2	2	2	False	46140	fragment	False	FIJ0057_000000013275	1.0		0	0	False	False	0.9995901584625244	0					non-mobilizable	no_good_hit	2089.0	92.53200000000001	86.0	0.06463996037397066	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
CHI0137_000000015574	1150	0.5092289083954206	2	2	2	1	1	False	80447	fragment	False	CHI0137_000000015574	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1097.0	99.818	97.0	0.0005366558992732132	CP021964.1	firmicutes	Limosilactobacillus fermentum strain CBA7106 chromosome, complete genome	False	False
ISR0093_000000007794	3072	0.5092286633543504	2	2	1	2	2	False	33533	maximal	True	ISR0093_000000007794	1.0		10	2	False	False	0.9993489384651184	0					non-mobilizable	no_good_hit	927.0	79.18	35.0	0.0002250733143222388	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0143_000000007758	2420	0.5092266871887297	4	4	4	3	2	False	57619	maximal	True	ENG0143_000000007758	1.0		25	8	False	False	0.9896694421768188	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	1.0222656592674445e-05	NC_019897.1	firmicutes	Thermobacillus composti KWC4, complete genome	True	False
USA0132_01_000000001996	9936	0.5092252261821477	12	7	1	7	3	False	94	maximal	True	USA0132_01_000000001996	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0067_000000011207	1620	0.5092223843159939	3	2	2	2	1	False	10592	maximal	True	MON0067_000000011207	1.0		5	2	False	False	1.0	0					non-mobilizable	chromosome	1620.0	99.93799999999999	100.0	0.00034308799539554296	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	False
ISR0103_000000014789	1970	0.5092222077065333	3	1	1	1	1	False	38079	maximal	True	ISR0103_000000014789	1.0		4	2	False	False	0.9974619150161743	0					non-mobilizable	no_good_hit	33.0	100.0	2.0	0.0008470089994706193	NZ_VULP01000032.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq32, whole genome shotgun sequence	True	False
ISR0013_000000018826	1418	0.5092222077065333	2	1	1	1	1	False	38078	fragment	False	ISR0013_000000018826	1.0		0	0	False	False	0.9992947578430176	0					non-mobilizable	no_good_hit								True	False
ENG0146_000000009732	2423	0.5092209063892221	6	5	1	2	4	True	61469	fragment	False	ENG0146_000000009732	1.0		0	0	False	False	0.9995872974395752	0					non-mobilizable	other	2433.0	93.54700000000001	100.0	0.010928765301170169	NZ_JAABLG010000002.1	firmicutes	Streptococcus vestibularis strain AS012761 AS012761_2, whole genome shotgun sequence	False	True
FIJ0093_000000009512	2031	0.5092189821035689	3	2	1	2	2	False	119212	maximal	True	FIJ0093_000000009512	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1449.0	99.655	89.0	0.006697440356703453	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
CHI0120_000000005536	2518	0.5092162261144733	3	2	2	2	1	False	115180	maximal	True	CHI0120_000000005536	1.0	PS748	7	1	False	True	1.0	0					non-mobilizable	no_good_hit	1491.0	96.311	59.0	0.0004238167973672159	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
MON0087_000000042064	1230	0.5092161855601587	3	2	1	1	2	True	9668	fragment	False	MON0087_000000042064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	490.0	94.898	40.0	0.06090422219454478	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ITA0005_000000010450	1761	0.5092136486988329	3	1	1	1	1	False	79084	fragment	False	ISR0160_000000016432	0.6070336391437309		0	0	False	False	0.9965928196907043	0					non-mobilizable	other	1759.0	95.509	99.0	0.0006384404331081118	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0159_000000007090	3539	0.5092134146658529	5	3	1	2	3	False	30485	maximal	True	ISR0159_000000007090	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	644.0	86.95700000000001	20.0	0.00020213771867370705	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0161_000000023800	1305	0.5092074477884277	1	1	1	1	1	False	30376	maximal	True	ISR0161_000000023800	1.0		1	1	False	False	0.9992337226867676	0					non-mobilizable	no_good_hit	65.0	92.30799999999999	9.0	0.00012518631244156343	NZ_NFHM01000001.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_1, whole genome shotgun sequence	True	False
DEN0083_000000028541	1109	0.5092000760437473	2	2	2	2	2	False	69054	maximal	False	DEN0083_000000028537	0.963931469792606		0	0	False	False	1.0	0					non-mobilizable	other	1109.0	98.016	100.0	0.005333898174535932	NZ_QSBM01000013.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf13, whole genome shotgun sequence	False	False
MON0105_000000007865	6450	0.5091986968497914	5	5	4	5	1	False	113406	fragment	False	MON0105_000000007865	0.9315949754693946		0	0	False	False	0.9998449683189392	0					non-mobilizable	chromosome	6453.0	97.536	100.0	0.0018055103470492597	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0152_000000018443	1472	0.5091919242333115	2	2	2	2	2	False	39698	maximal	True	FIJ0152_000000018443	1.0		5	3	False	False	0.9993206262588501	0					non-mobilizable	no_good_hit	1256.0	81.21	84.0	0.00034702502243358775	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0051_000000013121	1427	0.5091915566356648	2	2	2	2	2	False	86573	maximal	True	CHI0051_000000013121	1.0		375	13	False	False	1.0	0					non-mobilizable	chromosome	1427.0	100.0	100.0	0.00027906110224830096	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0065_000000007782	3898	0.5091869162533861	5	4	4	3	3	False	35206	maximal	True	ISR0065_000000007782	1.0		30	7	False	False	0.9992303848266602	0					non-mobilizable	no_good_hit	316.0	75.633	8.0	8.640671388555892e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0189_000000014406	1284	0.5091865405277868	2	2	2	2	1	False	71032	maximal	True	ENG0189_000000014406	1.0		295	12	False	False	1.0	0					non-mobilizable	other	1284.0	98.287	100.0	0.02325286356386835	NZ_JAAWUO010000022.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_22_length_55176_cov_71.891, whole genome shotgun sequence	False	False
SPA0132_000000017923	2303	0.5091831356866997	3	3	3	3	3	False	105009	maximal	False	AST0148_000000015576	0.9657300959144255		0	0	False	False	1.0	0					non-mobilizable	chromosome	2303.0	99.566	100.0	0.0010735988881582323	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	False	False
MON0019_000000030583	2193	0.5091782973969754	3	2	2	2	2	False	86235	fragment	False	SPA0020_000000010794	0.16567085161095144		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	94.0	80.851	4.0	0.0004929454035579704	NZ_KB899915.1	a-proteobacteria	Elioraea tepidiphila DSM 17972 F563DRAFT_scaffold00006.6, whole genome shotgun sequence	True	False
MAD0060_000000007026	2347	0.5091777657607445	4	4	4	4	3	False	82400	fragment	False	MAD0003_000000011581	0.9697847336426756		0	0	False	False	0.9936088919639587	0					non-mobilizable	other	2348.0	97.7	100.0	0.031385093084572456	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	False	False
ISR0258_000000017015	1619	0.5091770039575532	3	3	3	2	1	True	103372	maximal	True	ISR0258_000000017015	1.0		6	3	False	False	0.9962940216064453	0					non-mobilizable	no_good_hit	1249.0	99.76	77.0	0.001684699339214482	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	True	True
FIJ0092_000000009573	3280	0.5091757927541107	4	3	3	3	2	False	43330	maximal	True	FIJ0092_000000009573	1.0		9	2	False	False	0.9978658556938171	0					non-mobilizable	no_good_hit	2625.0	85.6	79.0	0.000918173519268764	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0096_000000020407	1194	0.5091755165804369	2	2	2	2	1	True	33329	maximal	True	ISR0096_000000020407	1.0		1	1	False	False	0.9865996837615967	0					non-mobilizable	no_good_hit	188.0	99.46799999999999	16.0	0.0009358703594342739	NZ_QIBZ01000003.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_003, whole genome shotgun sequence	True	True
ENG0063_000000020070	1546	0.5091746617809642	3	3	2	2	3	False	63072	fragment	False	ENG0063_000000020070	1.0		0	0	False	False	0.9838292598724365	0					non-mobilizable	other	1400.0	99.5	91.0	0.0012519598227389553	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
MON0014_000000009594	1728	0.5091721948075076	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.23036951430110106		0	0	False	False	0.9976851940155029	0					non-mobilizable	chromosome	1734.0	92.734	100.0	0.0005816346829299982	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0025_000000010308	2089	0.5091705727151058	2	1	1	1	1	False	49179	fragment	False	FIJ0025_000000010308	1.0		0	0	False	False	0.9760650992393494	0					non-mobilizable	other	2089.0	97.176	100.0	0.022031358811488384	NZ_SPFU01000021.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_21_length_94774_cov_19.94, whole genome shotgun sequence	False	False
SPA0034_000000019253	1838	0.5091700863857688	3	3	3	2	1	False	130964	maximal	True	SPA0034_000000019253	1.0		11	7	False	False	0.992927074432373	0					non-mobilizable	no_good_hit	268.0	78.73100000000001	14.0	8.244105153716785e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ETH0002_000000014442	1783	0.5091687073742239	3	3	3	2	3	False	53331	fragment	False	ETH0002_000000014442	0.9837654958223956		0	0	False	False	0.9859786629676819	0					non-mobilizable	other	1783.0	99.215	100.0	0.006901546457632173	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0287_000000007423	1752	0.5091687073742239	3	3	3	2	3	False	53331	fragment	False	ETH0002_000000014442	0.9732047442675806		0	0	False	False	0.9994292259216309	0					non-mobilizable	other	1752.0	99.315	100.0	0.0067814858851368886	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0101_000000038739	1681	0.5091654993412961	2	2	2	2	2	False	105705	fragment	False	MON0101_000000038739	1.0		0	0	False	False	0.9797739386558533	0					non-mobilizable	no_good_hit	613.0	71.452	36.0	0.00034227344743966933	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	True	False
ISR0300_000000004624	2035	0.5091637061742432	2	2	2	1	1	False	96322	maximal	True	ISR0300_000000004624	1.0		14	5	False	False	0.9911547899246216	0					non-mobilizable	no_good_hit	1808.0	99.39200000000001	89.0	0.0006140166372344175	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ENG0120_000000015619	1330	0.5091637061742432	2	2	2	1	1	False	96320	fragment	False	ENG0120_000000015619	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1257.0	99.045	95.0	0.00042678743573128296	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
AST0094_000000003203	6060	0.5091617626460366	6	4	4	4	3	True	130997	fragment	False	USA0037_01_000000005669	0.9380179793835509		0	0	False	False	0.9998349547386169	0					non-mobilizable	other	4421.0	98.1	100.0	0.009240188442132249	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0068_000000002811	9351	0.5091545583617427	23	4	2	3	1	False	45135	maximal	True	FIJ0068_000000002811	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.00017518861974726122	NZ_FRFG01000003.1	g-proteobacteria	Vibrio quintilis isolate CECT 7734, whole genome shotgun sequence	True	False
MON0041_000000006387	6328	0.5091538232536679	4	4	4	4	4	True	11830	maximal	True	MON0041_000000006387	1.0		15	5	False	False	1.0	0					non-mobilizable	other	5887.0	99.04899999999999	93.0	0.06171803718813252	NZ_AUME01000009.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00007.7_C, whole genome shotgun sequence	False	True
CHI0051_000000002225	7089	0.5091451692906315	4	2	2	2	0	True	86661	maximal	True	CHI0051_000000002225	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2340.0	97.436	46.0	0.006158206376298544	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	True
TAN0007_000000007347	4516	0.5091433421796836	6	4	2	3	2	False	2851	fragment	False	TAN0007_000000007347	1.0		0	0	False	False	0.996457040309906	0					non-mobilizable	no_good_hit								True	False
FIJ0139_000000019679	1355	0.5091398342097568	2	1	1	1	1	False	40426	maximal	True	FIJ0139_000000019679	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000023218	1391	0.5091381812898831	2	2	2	2	2	False	70387	maximal	True	ISR0066_000000023218	0.9977544910179641		231	14	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	71.861	16.0	3.3578758077640086e-05	CP027714.1	g-proteobacteria	Pseudomonas chlororaphis strain ATCC 17415 chromosome, complete genome	True	False
SPA0109_000000013388	2338	0.5091360457690984	3	3	2	2	2	False	40355	maximal	True	SPA0109_000000013388	1.0		547	15	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	80.233	7.0	6.466152544145755e-05	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
CAN0003_000000018317	2719	0.5091321727097244	2	2	2	1	1	True	96685	maximal	True	CAN0003_000000018317	1.0		6	3	False	False	0.9937477111816406	0					non-mobilizable	no_good_hit	1634.0	82.619	60.0	0.0007988090483279474	CP000837.1	firmicutes	Streptococcus suis GZ1, complete genome	True	True
CHI0168_000000008412	1930	0.5091321727097244	2	2	2	1	1	True	78099	maximal	True	CHI0168_000000008412	1.0		15	5	False	False	0.9932642579078674	0					non-mobilizable	no_good_hit	1528.0	72.055	78.0	0.03588926413927603	NZ_NFJN01000024.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_24, whole genome shotgun sequence	True	True
FIJ0077_000000026402	1146	0.5091306801981691	2	2	1	1	2	False	44479	maximal	True	FIJ0077_000000026402	1.0		134	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0059_000000003713	4938	0.5091306220346545	7	4	1	3	2	True	19731	maximal	True	MAD0059_000000003713	1.0		1	1	False	False	0.9929121136665344	0					non-mobilizable	no_good_hit	748.0	84.759	15.0	0.0030943203978769872	NZ_LXWL01000009.1	firmicutes	Lactococcus garvieae strain PAQ102015-99 A7X72_contig009, whole genome shotgun sequence	True	True
FIJ0033_000000027842	1389	0.5091283509540451	2	1	1	1	1	False	48243	fragment	False	FIJ0033_000000027842	1.0		0	0	False	False	0.9834413528442383	0					non-mobilizable	no_good_hit	85.0	82.353	6.0	0.0012068271938394345	NZ_QEKJ01000014.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_114, whole genome shotgun sequence	True	False
ENG0194_000000006666	4079	0.5091272019736721	5	3	3	2	1	False	63785	maximal	True	ENG0194_000000006666	1.0		15	4	False	False	0.9985290765762329	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.342055178654704e-06	NZ_CP030032.1	d-proteobacteria	Bradymonas sediminis strain FA350 chromosome, complete genome	True	False
ISR0019_000000002376	6186	0.5091229441926786	5	4	2	3	3	False	37756	maximal	True	ISR0019_000000002376	1.0		33	7	False	False	0.9983834624290466	0					non-mobilizable	no_good_hit	2088.0	81.03399999999999	34.0	0.0070590389264293535	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	False
FIJ0132_000000019805	1689	0.5091228744981492	2	2	1	1	0	False	40768	maximal	True	FIJ0132_000000019805	1.0		27	8	False	False	1.0	0					non-mobilizable	other	1689.0	98.579	100.0	0.06189498386623643	LT622828.1	firmicutes	Streptococcus salivarius integrative and conjugative element ICE_Ssa F1-8_rpmG, strain F1-8	False	False
ENG0100_000000006735	4315	0.5091192844360448	4	2	1	1	0	False	66562	maximal	False	ISR0202_000000002761	0.9471993813789336	PS94	0	0	True	True	1.0	33					non-mobilizable	no_good_hit	335.0	93.134	13.0	0.041311069882498455	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	True
ISR0249_000000014366	1499	0.5091188000157163	3	3	3	2	2	False	27054	maximal	True	ISR0249_000000014366	1.0		106	12	False	False	0.9853235483169556	0					non-mobilizable	other	1457.0	78.655	97.0	0.005408586690108842	NZ_FOAT01000004.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	False	False
SPA0080_000000004085	3074	0.5091185958874455	3	1	1	1	1	False	44014	fragment	False	SPA0080_000000004085	0.9622905027932961		0	0	False	False	0.9990240931510925	0					non-mobilizable	other	3070.0	94.625	99.0	0.03041246343938399	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0804_000000003872	4596	0.5091183933339035	5	4	4	3	3	True	93268	fragment	False	ISR0804_000000003872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	70.40100000000001	13.0	0.00025345308420721846	LR134495.1	g-proteobacteria	Mannheimia haemolytica strain NCTC10643 genome assembly, chromosome: 1	True	True
DEN0041_000000030894	1101	0.5091151416900815	1	1	1	1	1	False	73014	fragment	False	DEN0041_000000030894	1.0		0	0	False	False	0.9582198262214661	0					non-mobilizable	no_good_hit								True	False
FIJ0063_000000007878	3237	0.5091133329233068	5	5	2	4	3	True	124261	maximal	True	FIJ0063_000000007878	1.0		3	1	False	False	0.995366096496582	0					non-mobilizable	no_good_hit	1824.0	92.05	88.0	0.00560272591786379	NZ_MCGI01000005.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000005, whole genome shotgun sequence	True	True
ISR0181_000000013530	1393	0.5091104994684048	3	3	1	2	1	True	29579	maximal	True	ISR0181_000000013530	1.0		12	7	False	False	0.9921033978462219	0					non-mobilizable	other	1393.0	99.928	100.0	0.0004850204635429769	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	True
ISR0814_000000015410	2567	0.5091100070748293	3	3	3	3	3	False	122099	fragment	False	CAN0020_000000014199	0.972673296585071		0	0	False	False	0.999610424041748	0					non-mobilizable	other	2567.0	97.429	100.0	0.0007982782575259347	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0088_000000005681	2877	0.5091074905616018	4	3	3	3	3	True	5457	maximal	True	SPA0088_000000005681	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1684.0	93.884	58.0	0.0005216302900351247	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
DEN0024_000000007953	1281	0.5091046605163448	2	1	1	1	1	False	74307	maximal	True	DEN0024_000000007953	1.0		8	3	False	False	0.9851678609848022	0					non-mobilizable	no_good_hit	144.0	80.556	11.0	3.3359576199943956e-05	CP032872.1	firmicutes	Bacillus subtilis subsp. subtilis strain 2KL1 chromosome, complete genome	True	False
DEN0073_000000030343	1746	0.5091035329149204	1	1	1	1	1	False	70138	fragment	False	DEN0073_000000030343	0.997403346797461		0	0	False	False	0.9982817769050598	0					non-mobilizable	chromosome	1746.0	99.82799999999999	100.0	0.00035424042023267	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
USA0087_01_000000009049	1733	0.5091035329149204	1	1	1	1	1	False	70138	fragment	False	DEN0073_000000030343	0.9936998854524628		0	0	False	False	0.9786497354507446	0					non-mobilizable	other	1733.0	100.0	100.0	0.000322372542793466	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
USA0027_01_000000023777	1140	0.5091014406610295	2	2	2	2	2	False	1567	fragment	False	USA0027_01_000000023777	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	98.772	100.0	0.04830159874475213	NZ_JAAIPV010000055.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_55_length_23581_cov_114.501, whole genome shotgun sequence	False	False
ISR0273_000000003191	3089	0.5091007180719231	4	4	4	4	4	False	45869	maximal	False	MON0098_000000008544	0.9514767932489452		0	0	False	False	0.9902881383895874	0					non-mobilizable	chromosome	3048.0	93.045	99.0	0.001228346609158262	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
MON0019_000000029375	2279	0.5091002246708453	4	2	2	2	2	False	13192	maximal	False	MON0092_000000022372	0.9328845369237047		0	0	False	False	0.9995611906051636	0					non-mobilizable	no_good_hit	916.0	75.0	40.0	0.0011171751498815004	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0337_000000009723	1146	0.5090994809327525	2	1	1	1	1	False	82495	fragment	False	CHI0111_000000024907	0.9488870568837593		0	0	False	False	0.9895287752151489	0					non-mobilizable	other	1147.0	99.39	100.0	0.030178543213777848	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	False	False
ENG0156_000000016246	1118	0.509097921279267	2	2	2	2	1	False	56648	maximal	True	ENG0156_000000016246	1.0		104	10	False	False	1.0	0					non-mobilizable	chromosome	1118.0	99.64200000000001	100.0	0.0002527233943580011	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
SPA0074_000000004849	5339	0.5090950842169922	9	3	3	3	1	False	5826	maximal	True	SPA0074_000000004849	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	0.06813186813186813	XR_001408417.2	flies	PREDICTED: Drosophila ananassae uncharacterized LOC26515373 (LOC26515373), ncRNA	True	False
ISR0078_000000006783	2723	0.5090946994579972	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.45733971145311153		0	0	False	False	0.9996327757835388	0					non-mobilizable	chromosome	2737.0	92.54700000000001	100.0	0.0008815406042114757	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
FIJ0007_000000010591	1699	0.5090946991160048	2	2	2	2	1	True	113511	maximal	True	FIJ0007_000000010591	1.0	PS730	30	10	False	True	1.0	0					non-mobilizable	other	1222.0	92.30799999999999	100.0	0.0003792288370709721	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0105_000000040492	1350	0.5090930943859313	1	1	1	1	1	False	8695	fragment	False	MON0105_000000040492	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1353.0	97.635	100.0	0.0009107283939631717	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
FIJ0040_000000020662	1205	0.5090927756547489	1	1	1	1	1	False	69017	fragment	False	FIJ0040_000000020662	0.957860048106022		0	0	False	False	0.9991701245307922	0					non-mobilizable	other	1206.0	97.34700000000001	100.0	0.00022521524048741516	CP020061.1	enterobacteria	Klebsiella pneumoniae strain AR_0117, complete genome	False	False
ENG0013_000000010638	2522	0.5090894387091816	3	3	3	2	2	False	106751	fragment	False	ENG0013_000000010638	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2518.0	99.365	99.0	0.012010707997117813	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0037_000000008781	1644	0.5090840711465529	3	2	2	2	1	False	87934	maximal	True	CHI0037_000000008781	1.0		14	4	False	False	0.9993917346000671	0					non-mobilizable	no_good_hit	904.0	79.535	55.0	0.0003743300937501965	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ENG0183_000000025500	1225	0.5090806149617402	2	2	2	2	2	False	123088	fragment	False	AST0016_000000017638	0.6288920461883089		0	0	False	False	0.9885714054107666	0					non-mobilizable	other	1225.0	99.265	100.0	0.014733319691370657	NZ_JAAIPV010000015.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_15_length_83077_cov_110.946, whole genome shotgun sequence	False	False
ISR0301_000000002684	5642	0.5090768666812617	5	5	3	4	2	False	109719	fragment	False	ISR0301_000000002684	0.9940231935771633		0	0	False	False	0.9936192631721497	0					non-mobilizable	no_good_hit	1510.0	99.536	29.0	0.015554890816631767	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AUS0004_000000003810	5605	0.5090768666812617	5	5	3	4	2	False	109719	fragment	False	ISR0301_000000002684	0.9907834101382489		0	0	False	False	0.9996431469917297	0					non-mobilizable	no_good_hit	1510.0	99.47	29.0	0.015554890816631767	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0040_000000030267	1420	0.5090754363488754	3	2	2	1	1	False	115328	fragment	False	ENG0104_000000014764	0.2601313550498702		0	0	False	False	0.9802817106246948	0					non-mobilizable	other	1423.0	96.90799999999999	100.0	0.017683707858182136	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0097_000000001139	15306	0.5090743003059409	33	12	5	12	4	True	85928	fragment	False	SPA0097_000000001139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2123.0	95.148	63.0	0.037571332364512815	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	True
CAN0001_000000006830	6785	0.509073877511095	9	9	2	3	8	True	97454	fragment	False	ISR0318_000000000653	0.9390823007781536		0	0	False	False	1.0	0					non-mobilizable	plasmid	6781.0	99.21799999999999	100.0	0.18544857768052517	NC_006873.1	CFB group bacteria	Bacteroides fragilis NCTC 9343 pBF9343 plasmid complete sequence	False	True
CHI0002_000000005085	1789	0.509072832115744	2	2	1	2	1	False	116537	backbone	False	FIJ0083_000000013885	0.05998167568675857	PS777	0	0	False	True	0.9988820552825928	0					non-mobilizable	other	1743.0	97.131	99.0	0.00042041244826296294	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	True
USA0130_01_000000007090	5588	0.5090679139788696	6	6	6	6	5	False	130049	fragment	False	ENG0005_000000004373	0.673212299511228		0	0	False	False	0.9996420741081238	0					non-mobilizable	chromosome	5588.0	98.12100000000001	100.0	0.0018805514893112847	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0062_000000018536	2019	0.5090674299489452	2	2	2	2	2	False	73050	fragment	False	MON0062_000000018536	1.0		0	0	False	False	0.9633482098579407	0					non-mobilizable	other	2019.0	98.762	100.0	0.0010643684465917003	NZ_GG698602.1	firmicutes	Dialister invisus DSM 15470 Scfld0, whole genome shotgun sequence	False	False
MAD0068_000000022345	1298	0.5090672462848863	2	1	1	1	1	False	16427	maximal	True	MAD0068_000000022345	1.0		206	15	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	4.0	8.054667205315078e-06	CP054861.1	a-proteobacteria	Martelella sp. NC20 chromosome, complete genome	True	False
CHI0053_000000005771	1949	0.5090665008257578	2	2	2	2	2	False	86438	fragment	False	CHI0053_000000005771	1.0		0	0	False	False	0.9994869232177734	0					non-mobilizable	chromosome	1949.0	99.743	100.0	0.0002964364323418843	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
SPA0051_000000002428	9220	0.5090612680031593	11	5	1	5	1	False	6564	maximal	True	SPA0051_000000002428	1.0		2	1	False	False	0.9986984729766846	0					non-mobilizable	no_good_hit	42.0	97.619	0.0	0.0017506404782237405	NZ_PYLQ01000030.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_29, whole genome shotgun sequence	True	False
USA0015_01_000000013240	2531	0.5090603880606948	3	2	2	2	1	False	87687	maximal	True	USA0015_01_000000013240	1.0		143	12	False	False	0.9976294040679932	0					non-mobilizable	other	2531.0	99.52600000000001	100.0	0.0006203000928488716	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0153_000000001605	16266	0.5090599673006763	13	5	3	5	2	False	72781	fragment	False	FIJ0096_000000001453	0.9502850075944221		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	9.109713097623973e-05	NZ_JHVJ01000003.1	g-proteobacteria	Marinobacterium jannaschii DSM 6295 Q354DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	False
ISR0839_000000004025	4082	0.5090592599352921	5	5	5	5	4	False	119313	maximal	True	ISR0839_000000004025	1.0	PS818	9	6	False	True	0.9985301494598389	0					non-mobilizable	no_good_hit	1690.0	72.544	41.0	0.023213151767445143	NZ_NFLJ01000010.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_10, whole genome shotgun sequence	True	True
SPA0113_000000011976	2675	0.509057987794427	4	2	2	2	1	False	4576	maximal	True	SPA0113_000000011976	0.9941221084565794		4	2	False	False	0.9794392585754395	0					non-mobilizable	no_good_hit	83.0	98.795	3.0	0.0004779418193263352	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	True	False
SPA0111_000000013038	2637	0.509057987794427	3	2	2	2	1	False	4576	maximal	False	SPA0113_000000011976	0.9871028037383178		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	94.118	3.0	0.10256410256410256	GQ880881.1		Uncultured organism clone VC1CM06TF genomic sequence	True	False
SPA0087_000000005366	2868	0.5090561021012928	4	4	3	4	4	False	5482	maximal	True	SPA0087_000000005366	1.0		196	12	False	False	0.9968619346618652	0					non-mobilizable	other	2843.0	99.648	99.0	0.025115547425258712	NZ_CYZO01000007.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0092_000000014773	1941	0.5090543149206546	3	3	3	3	3	False	33578	maximal	False	USA0093_01_000000008922	0.9553660982948846		0	0	False	False	0.9912416338920593	0					non-mobilizable	no_good_hit	897.0	78.149	46.0	0.012724647212730367	NZ_WSLF01000014.1	firmicutes	Defluviitalea raffinosedens strain 249c-K6 seq14, whole genome shotgun sequence	True	False
MON0058_000000014643	3109	0.5090467388930122	3	3	3	3	3	False	111943	maximal	True	MON0058_000000014643	1.0		31	8	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	98.333	2.0	1.5952762518254422e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0053_000000020683	1596	0.5090466559089424	1	1	1	1	1	False	6473	fragment	False	SPA0053_000000020683	1.0		0	0	False	False	0.9918546080589294	0					non-mobilizable	other	1597.0	84.721	100.0	0.0004210999870897872	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
FIJ0160_000000016389	1229	0.5090464519495552	2	1	1	1	1	False	39305	fragment	False	FIJ0160_000000016389	1.0		0	0	False	False	0.9715215563774109	0					non-mobilizable	other	1226.0	90.294	99.0	0.00038109542691709664	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0773_000000008989	1766	0.5090454844082474	1	1	1	1	1	False	22499	fragment	False	ISR0773_000000008989	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1766.0	99.32	100.0	0.03256850905712959	NZ_SPGG01000026.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_26_length_53825_cov_38.5271, whole genome shotgun sequence	False	False
SPA0060_000000008968	1615	0.5090449194656597	2	2	2	2	1	False	6228	maximal	True	SPA0060_000000008968	1.0		59	8	False	False	1.0	0					non-mobilizable	other	1523.0	82.73100000000001	94.0	0.030470746875440255	NZ_JAAIUD010000016.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_16_length_49687_cov_335.262, whole genome shotgun sequence	False	False
SPA0142_000000002070	11504	0.5090438128508048	13	12	9	7	9	True	91120	fragment	False	SPA0142_000000002070	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10941.0	99.561	98.0	0.0020559792029361448	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	True
AUS0012_000000010167	1687	0.5090425512236163	3	2	1	2	1	False	101096	fragment	False	AUS0012_000000010167	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1692.0	96.15799999999999	100.0	0.00045081946441047084	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0011_01_000000031145	1157	0.5090398209751585	2	2	2	2	2	False	1989	maximal	True	USA0011_01_000000031145	1.0		6	3	False	False	0.9965428113937378	0					non-mobilizable	no_good_hit	895.0	74.30199999999999	77.0	0.007665965546612895	NZ_FQZP01000005.1	firmicutes	Thermoclostridium caenicola strain DSM 19027, whole genome shotgun sequence	True	False
CHI0181_000000007551	2695	0.5090348591055	4	3	3	2	2	False	92698	maximal	True	CHI0181_000000007551	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	246.0	77.236	9.0	7.135616148411181e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0386_000000002247	13891	0.5090342289610426	18	9	3	5	5	True	101313	fragment	False	ISR0386_000000002247	1.0		0	0	False	False	0.9996400475502014	0					non-mobilizable	no_good_hit	221.0	98.64299999999999	2.0	3.105227113488147e-05	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	True
MON0090_000000056092	1115	0.5090290075251291	2	2	2	2	2	False	9504	maximal	True	MON0090_000000056092	0.9855291467760372		850	15	False	False	1.0	0					non-mobilizable	chromosome	1115.0	98.475	100.0	0.000393099654291085	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0050_000000008848	2876	0.5090284546077092	3	3	2	1	2	False	51590	fragment	False	ISR0050_000000008848	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2877.0	98.054	100.0	0.011052059195382422	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
ISR0009_000000002715	9424	0.5090236832664112	13	8	3	6	1	False	38393	fragment	False	ISR0009_000000002715	1.0		0	0	False	False	0.9994694590568542	0					non-mobilizable	no_good_hit	295.0	92.20299999999999	3.0	0.035915665604314785	MK233393.1	viruses	Uncultured human fecal virus clone F.prausnitziiA_B07.V10.O10_1_c1 sequence	True	False
MON0108_000000013946	1568	0.5090232561744881	2	2	2	2	1	False	8528	maximal	True	MON0108_000000013946	1.0		53	7	False	False	0.9929847121238708	0					non-mobilizable	other	1549.0	96.32	99.0	0.000675066425924996	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	False
ISR0143_000000014555	2044	0.509020113535713	2	2	2	2	2	False	66853	maximal	True	ISR0143_000000014555	1.0		47	6	False	False	0.9926614761352539	0					non-mobilizable	no_good_hit	452.0	71.903	22.0	0.00022298879143081634	CP047409.1	firmicutes	Lactobacillus johnsonii strain 3DG chromosome, complete genome	True	False
DEN0072_000000011355	1464	0.5090142114312136	2	2	2	2	2	False	103312	maximal	False	MON0063_000000020399	0.9827367213327122		0	0	False	False	1.0	0					non-mobilizable	other	1464.0	99.31700000000001	100.0	0.0003884870713787863	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
FIJ0133_000000019361	1962	0.5090130169151038	1	1	1	1	1	False	40681	maximal	True	FIJ0133_000000019361	1.0		66	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0031_01_000000022976	1134	0.5090096455773583	2	2	2	2	2	False	8282	maximal	False	SPA0005_000000023306	0.962171052631579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	582.0	75.258	87.0	0.0001950102731686085	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0109_000000024285	1316	0.5090088520044931	2	2	2	2	2	False	32737	maximal	True	ISR0109_000000024285	1.0		381	14	False	False	0.9992401003837585	0					non-mobilizable	other	1315.0	99.696	99.0	0.002605777925848365	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
MAD0062_000000011871	1255	0.5090088520044931	2	2	2	2	2	False	16751	maximal	True	MAD0062_000000011871	1.0		404	13	False	False	1.0	0					non-mobilizable	other	1255.0	99.124	100.0	0.00037526023579150734	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0128_000000021425	1240	0.5090088520044931	2	2	2	2	2	False	40981	maximal	True	FIJ0128_000000021425	1.0		106	10	False	False	0.999193549156189	0					non-mobilizable	other	1239.0	75.706	98.0	0.0004884548649906798	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0045_000000018866	1386	0.5090086144984448	2	2	1	2	1	False	36228	maximal	True	ISR0045_000000018866	1.0		2	2	False	False	0.9660894870758057	0					non-mobilizable	no_good_hit	494.0	71.862	35.0	0.02103671706263499	NZ_FNHQ01000037.1	firmicutes	Megasphaera paucivorans strain DSM 16981, whole genome shotgun sequence	True	False
ISR0394_000000003999	4431	0.5090055907970882	5	3	3	3	2	False	22763	maximal	True	ISR0394_000000003999	1.0		8	3	False	False	0.997517466545105	0					non-mobilizable	no_good_hit	1127.0	76.575	48.0	0.009767568852993245	NZ_JAAITI010000009.1	firmicutes	Blautia luti strain MSK.16.34 NODE_9_length_113539_cov_214.703, whole genome shotgun sequence	True	False
MON0012_000000050897	1152	0.5090047042673205	2	2	1	2	1	False	13565	fragment	False	MON0012_000000050897	1.0		0	0	False	False	0.9505208134651184	0					non-mobilizable	no_good_hit	916.0	78.60300000000001	78.0	0.014391591860205092	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
DEN0051_000000020623	2217	0.5089984551055471	3	3	3	3	2	False	72547	maximal	True	DEN0051_000000020623	1.0		15	6	False	False	0.9959404468536377	0					non-mobilizable	no_good_hit	1963.0	79.063	88.0	0.01968984143579021	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
ISR0353_000000005117	6283	0.5089983214396879	8	6	6	6	6	False	24043	fragment	False	ISR0353_000000005117	1.0		0	0	False	False	0.9987267255783081	0					non-mobilizable	no_good_hit	4915.0	96.765	78.0	0.2061539753169339	NZ_JAANXY010000032.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_32, whole genome shotgun sequence	True	False
SPA0041_000000027755	1216	0.5089974942311732	2	2	1	2	1	False	6893	maximal	True	SPA0041_000000027755	1.0		1110	10	False	False	1.0	0					non-mobilizable	other	1206.0	99.66799999999999	99.0	0.008630453170472955	NZ_QIML01000005.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_5, whole genome shotgun sequence	False	False
ISR0037_000000015339	1550	0.5089945721877556	2	2	1	2	1	False	36688	maximal	True	ISR0037_000000015339	1.0		128	11	False	False	0.9980645179748535	0					non-mobilizable	no_good_hit	834.0	83.333	56.0	0.00022140837601224308	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
USA0017_01_000000017105	1595	0.5089922345442078	3	2	1	2	1	False	1885	maximal	True	USA0017_01_000000017105	1.0		2	2	False	False	0.9993730187416077	0					non-mobilizable	no_good_hit	1088.0	79.32	68.0	0.0005032203302878942	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0085_000000007798	2326	0.5089914311932368	5	4	2	3	3	True	124250	fragment	False	ISR0071_000000003227	0.19225904968713306		0	0	False	False	0.9987102150917053	0		MOBV			mobilizable	other	2329.0	93.302	100.0	0.0006983917414498962	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	False	True
USA0083_01_000000020712	1300	0.508990742549065	2	2	1	2	1	False	493	maximal	True	USA0083_01_000000020712	1.0		18	4	False	False	0.9992307424545288	0					non-mobilizable	no_good_hit	56.0	85.714	4.0	1.5298834924180366e-05	NZ_CP042251.1	firmicutes	Geobacillus thermoleovorans strain ARTRW1 chromosome, complete genome	True	False
ETH0005_000000040419	1107	0.5089894900011089	2	2	2	2	1	False	52673	maximal	True	ETH0005_000000040419	1.0		15	5	False	False	0.9783197641372681	0					non-mobilizable	no_good_hit								True	False
ISR0047_000000002546	9339	0.508988981124457	18	2	1	2	1	False	36118	maximal	True	ISR0047_000000002546	1.0		1	1	False	False	0.9925045371055603	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00020611631067071775	NZ_JYNJ01000028.1	g-proteobacteria	Thalassomonas viridans strain XOM25 contig_28, whole genome shotgun sequence	True	False
FIJ0090_000000013773	3045	0.5089877164528696	3	3	3	3	1	True	43513	fragment	False	FIJ0090_000000013773	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	91.111	1.0	8.102195197718422e-06	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	True
FIJ0063_000000014226	1930	0.5089846746144401	4	4	4	4	4	False	66117	maximal	True	FIJ0063_000000014226	1.0		38	6	False	False	0.9823834300041199	0					non-mobilizable	chromosome	1931.0	99.223	100.0	0.00040309788031084065	CP032916.1	enterobacteria	Enterobacter roggenkampii strain ECY546 chromosome, complete genome	False	False
CHI0037_000000010268	1438	0.5089846708989609	2	2	2	2	1	False	87923	maximal	True	CHI0037_000000010268	1.0		56	9	False	False	1.0	0					non-mobilizable	other	1437.0	70.91199999999999	99.0	0.003188097768331562	NZ_QVMD01000003.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf3, whole genome shotgun sequence	False	False
ENG0040_000000000571	29048	0.5089841397055848	25	8	2	4	6	False	64881	fragment	False	ENG0040_000000000571	0.9782077907779136		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0129_000000000660	29026	0.5089841397055848	25	8	2	4	6	False	64881	fragment	False	ENG0040_000000000571	0.9773275766022401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0109_000000010465	3021	0.5089832453690334	4	3	1	2	2	True	32757	fragment	False	ISR0109_000000010465	1.0		0	0	False	False	0.9913935661315918	0					non-mobilizable	plasmid	2730.0	100.0	90.0	0.0879499822746463	CP021572.1	other sequences	Unidentified plasmid plasmid MO1-2_2827, complete sequence	False	True
ISR0324_000000022060	1396	0.5089822844062293	2	2	2	2	2	False	24905	fragment	False	ISR0324_000000022060	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1392.0	97.486	99.0	0.0005728480721253199	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0078_000000010097	1931	0.508981445881516	2	2	2	2	1	False	106802	fragment	False	ENG0155_000000010160	0.952487485274795		0	0	False	False	1.0	0					non-mobilizable	other	1931.0	98.602	100.0	0.019233645418922557	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
AST0111_000000010098	1931	0.508981445881516	2	2	2	2	1	False	106802	fragment	False	ENG0155_000000010160	0.9507979974020575		0	0	False	False	0.9994821548461914	0					non-mobilizable	other	1931.0	98.446	100.0	0.01922367463332436	NZ_VULP01000009.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq9, whole genome shotgun sequence	False	False
ISR0192_000000010172	1784	0.5089811596752053	4	3	2	1	2	False	48720	fragment	False	ISR0192_000000010172	0.9612117780294451		0	0	False	False	1.0	0					non-mobilizable	chromosome	1784.0	99.944	100.0	0.00033256418927173667	CP034200.2	enterobacteria	Klebsiella pneumoniae subsp. pneumoniae strain KpvST383_NDM_OXA-48 chromosome, complete genome	False	False
MON0073_000000002398	2027	0.5089802739128559	2	2	2	2	2	False	14283	fragment	False	MON0073_000000002398	0.9825650929338875		0	0	False	False	1.0	0					non-mobilizable	other	2026.0	96.00200000000001	99.0	0.030689451259268245	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0058_000000023093	1491	0.5089791094458445	2	2	1	2	1	False	70894	fragment	False	ENG0082_000000014765	0.9599908237953203		0	0	False	False	0.9771965146064758	0					non-mobilizable	no_good_hit	407.0	71.499	26.0	4.456186502177068e-05	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
TAN0007_000000002456	10107	0.508978878170092	12	5	2	5	1	False	2857	maximal	True	TAN0007_000000002456	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2818.0	78.03399999999999	28.0	0.009133910704434093	NZ_LT699738.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
MON0075_000000007680	2969	0.5089781293107616	3	2	2	2	1	False	44108	fragment	False	MON0075_000000007680	1.0		0	0	False	False	0.9973055124282837	0					non-mobilizable	other	2949.0	93.693	99.0	0.001975828958331648	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0115_000000031166	1183	0.5089757978483347	2	1	1	1	1	False	32436	maximal	True	ISR0115_000000031166	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0045_000000029072	1459	0.5089737108156271	3	2	2	2	2	False	94372	fragment	False	ISR0185_000000020684	0.9108168221005559		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	99.47	39.0	0.004739416003288232	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0392_000000010402	3047	0.508972830821999	5	2	2	2	1	True	22827	maximal	True	ISR0392_000000010402	1.0		15	6	False	False	0.9993436336517334	0					non-mobilizable	no_good_hit	557.0	89.228	66.0	0.00017297065907420878	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MAD0003_000000020914	1263	0.5089704119255007	2	2	1	2	1	True	20065	maximal	True	MAD0003_000000020914	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
BAN0041_000000000598	4960	0.5089686574898699	6	1	1	1	1	True	97631	maximal	True	BAN0041_000000000598	1.0		1	1	False	False	0.9983870983123779	0					non-mobilizable	no_good_hit	112.0	88.39299999999999	3.0	2.9610035828143352e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CAN0021_000000018368	2360	0.5089679541714336	3	2	1	2	1	False	91580	fragment	False	CAN0021_000000018368	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	95.26299999999999	40.0	0.009835963519780869	NZ_WNCH01000007.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold7_size96381, whole genome shotgun sequence	True	False
MAD0039_000000004835	2817	0.5089643376237496	4	3	2	3	3	False	18489	fragment	False	MAD0039_000000004835	1.0		0	0	False	False	0.9964501261711121	0					non-mobilizable	plasmid	2817.0	99.965	100.0	0.07322464050757989	CP009103.1	enterobacteria	Salmonella enterica subsp. enterica serovar Typhimurium strain ATCC 13311 plasmid pSTY1, complete sequence	False	True
ISR0252_000000006573	1751	0.5089635479019224	3	3	3	3	3	False	26957	maximal	True	ISR0252_000000006573	1.0		5	3	False	False	0.9794403314590454	0					non-mobilizable	no_good_hit	1156.0	80.277	64.0	0.0003596404604028288	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0388_000000022739	1548	0.5089602443111567	3	2	1	2	1	False	61979	fragment	False	ISR0215_000000018879	0.9523204068658614		0	0	False	False	0.9748061895370483	0					non-mobilizable	other	1550.0	98.0	100.0	0.0017178840300245603	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
SPA0131_000000001690	10102	0.508957555984206	11	9	5	6	3	True	5393	maximal	True	SPA0131_000000001690	1.0		13	5	False	False	0.999703049659729	0					non-mobilizable	no_good_hit	1799.0	96.77600000000001	39.0	0.0053086266659580625	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	True	True
ISR0198_000000020306	1632	0.5089565676688822	3	2	2	2	2	True	28863	fragment	False	ISR0198_000000020306	1.0		0	0	False	False	0.998161792755127	0					non-mobilizable	no_good_hit	482.0	96.88799999999999	30.0	0.6190476190476191	EU059067.1	bacteria	Uncultured bacterium clone LM0ABA40ZD08FM1 genomic sequence	True	True
ISR0789_000000006099	2284	0.5089552801338622	2	2	2	1	2	False	22102	fragment	False	ISR0789_000000006099	1.0		0	0	False	False	0.9938703775405884	0					non-mobilizable	other	2283.0	99.08	99.0	0.0006872537616753331	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0387_000000005402	4309	0.5089501531106717	7	5	4	3	3	False	124421	maximal	True	ISR0387_000000005402	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	3419.0	95.554	83.0	0.03561153713371065	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	True	False
USA0035_01_000000009081	2772	0.5089451147442234	4	4	4	4	1	False	70410	fragment	False	USA0035_01_000000009081	1.0		0	0	False	False	0.9992784857749939	0					non-mobilizable	no_good_hit	957.0	92.581	50.0	0.00026782346920479756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0132_000000013753	2945	0.5089447839054847	4	4	3	4	3	False	3743	maximal	True	SPA0132_000000013753	1.0		4	3	False	False	1.0	0					non-mobilizable	other	2944.0	84.613	99.0	0.0012616606893610838	CP011013.1	firmicutes	Lactobacillus mucosae LM1, complete genome	False	False
FIJ0123_000000008737	3691	0.5089447661279747	4	4	4	4	4	False	41370	maximal	True	FIJ0123_000000008737	1.0		57	9	False	False	1.0	0					non-mobilizable	no_good_hit	2649.0	85.277	72.0	0.0009054782806879853	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0200_000000003782	5159	0.5089436454684564	6	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.8568546327579579	PS1004|PS1005|PS1006|PS1103	0	0	True	True	1.0	47					non-mobilizable	no_good_hit	2305.0	85.163	73.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
USA0093_01_000000004060	4884	0.5089436454684564	5	2	0	1	2	False	130581	backbone	False	ISR0082_000000004600	0.6256926686807658	PS1004|PS1005|PS1006|PS1103	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2305.0	85.249	72.0	0.40777045090001784	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0168_000000020711	1502	0.5089431740824054	2	2	1	2	2	False	61472	fragment	False	SPA0059_000000013661	0.6378400324807146		0	0	False	False	0.9760319590568542	0					non-mobilizable	other	1502.0	99.734	100.0	0.012199483086526113	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0013_000000003676	9105	0.5089402929541054	8	7	7	7	6	False	63317	maximal	True	MON0013_000000003676	1.0		84	9	False	False	1.0	0					non-mobilizable	other	9105.0	99.89	100.0	0.07926542554117831	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	False	False
ISR0100_000000013907	1221	0.5089339933588982	1	1	1	1	1	False	33158	maximal	True	ISR0100_000000013907	1.0		16	5	False	False	0.9606879353523254	0					non-mobilizable	other	1169.0	80.92399999999999	95.0	0.0004093616532146173	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
FIJ0026_000000010681	2969	0.5089323275854909	4	3	3	3	3	False	49128	maximal	True	FIJ0026_000000010681	1.0		15	7	False	False	0.9865274429321289	0					non-mobilizable	no_good_hit	109.0	84.404	4.0	3.511935493294008e-05	CP042243.1	firmicutes	Crassaminicella sp. SY095 chromosome, complete genome	True	False
AST0031_000000015585	1710	0.5089315870310461	2	2	2	2	1	False	117430	fragment	False	AST0031_000000015585	1.0		0	0	False	False	0.9771929979324341	0					non-mobilizable	other	1700.0	83.765	99.0	0.0006131047032015869	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
CHI0003_000000006804	1794	0.5089296932198973	4	3	2	2	1	False	90965	fragment	False	CHI0003_000000006804	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	87.5	3.0	1.551327143868099e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
AUS0010_000000006568	3495	0.5089277081671827	5	4	2	4	3	False	101578	maximal	True	AUS0010_000000006568	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1180.0	96.102	34.0	0.0031001748951682575	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	True	False
ISR0390_000000002269	5096	0.5089179470018442	8	6	6	6	5	False	69551	maximal	True	ISR0390_000000002269	1.0		11	4	False	False	0.9992150664329529	0					non-mobilizable	no_good_hit	148.0	89.189	3.0	0.0002751767916647819	NZ_DF158898.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0035_000000022164	1566	0.5089167846532651	2	2	2	1	1	False	73417	maximal	True	DEN0035_000000022164	1.0		2	2	False	False	0.99042147397995	0					non-mobilizable	no_good_hit	112.0	91.071	7.0	0.0039802105419782016	NZ_QRUU01000050.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf50, whole genome shotgun sequence	True	False
MON0107_000000050974	1217	0.5089131784052872	2	2	2	1	1	False	8553	maximal	True	MON0107_000000050974	1.0		354	15	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	84.11399999999999	40.0	0.00017246123429124277	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
USA0042_01_000000012327	1487	0.5089098263975815	3	2	2	1	2	False	94576	backbone	True	USA0042_01_000000012327	0.9939455410216989	PS500	228	12	False	True	1.0	0					non-mobilizable	chromosome	1487.0	99.93299999999999	100.0	0.00020989794524601635	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0816_000000025852	1450	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9931829519719378	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1450.0	99.931	100.0	0.00020467168415981001	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
CAN0010_000000009096	1450	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9931829519719378	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1450.0	99.931	100.0	0.00020467168415981001	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ENG0055_000000013468	1430	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9909031683040319	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1430.0	99.93	100.0	0.00020184667816726607	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
CHI0116_000000011035	1430	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9909031683040319	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1430.0	99.93	100.0	0.00020184667816726607	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ENG0093_000000008423	1430	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9909031683040319	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1430.0	99.93	100.0	0.00020184667816726607	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
USA0041_01_000000011901	1430	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9909031683040319	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1430.0	99.93	100.0	0.00020184667816726607	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
USA0025_01_000000010816	1430	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9909031683040319	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1430.0	99.93	100.0	0.00020184667816726607	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0029_000000029584	1426	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9894009304309203	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1425.0	98.73700000000001	100.0	0.0002166968581390366	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	True
ENG0006_000000015639	1425	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9893619714158043	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1425.0	99.93	100.0	0.00020114042666913008	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
CHI0131_000000012685	1425	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9893619714158043	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1425.0	99.93	100.0	0.00020114042666913008	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0370_000000019203	1407	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9782772539306416	PS500	0	0	False	True	0.9985785484313965	0					non-mobilizable	chromosome	1407.0	99.645	100.0	0.0001985979212758405	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ENG0151_000000017050	1407	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9806011651006169	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1407.0	99.929	100.0	0.0001985979212758405	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
USA0117_01_000000014541	1407	0.5089098263975815	2	2	2	1	2	False	94576	backbone	False	USA0042_01_000000012327	0.9806762860625068	PS500	0	0	False	True	1.0	0					non-mobilizable	chromosome	1407.0	100.0	100.0	0.0001985979212758405	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0222_000000037678	1125	0.5089079633564657	1	1	1	1	1	False	27839	fragment	False	ISR0222_000000037678	1.0		0	0	False	False	0.9982222318649292	0					non-mobilizable	no_good_hit	967.0	76.008	85.0	0.006400777816038404	NZ_CABIYV010000006.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0006_000000022935	1374	0.5089069374570555	3	2	2	2	2	False	66580	fragment	False	ISR0119_000000021192	0.9485604343569772		0	0	False	False	0.9963610172271729	0					non-mobilizable	other	1288.0	99.146	94.0	0.025229852384779754	NZ_JAAIPV010000030.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_30_length_51011_cov_120.765, whole genome shotgun sequence	False	False
FIJ0118_000000005387	1820	0.5089058302995683	2	1	1	1	1	False	41585	fragment	False	ISR0093_000000012918	0.9569587628865979		0	0	False	False	1.0	0					non-mobilizable	other	1820.0	98.352	100.0	0.03273172223921689	NZ_VZBY01000045.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_22_length_55573_cov_23.8135_ID_43, whole genome shotgun sequence	False	False
FIJ0158_000000006233	2877	0.5089049846804286	6	6	6	4	2	False	39438	maximal	True	FIJ0158_000000006233	1.0		225	13	False	False	1.0	0					non-mobilizable	no_good_hit	2085.0	98.897	72.0	0.2009260152406675	NZ_CYXV01000029.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0027_000000019396	2106	0.5089032323268537	3	2	2	2	0	False	12653	maximal	True	MON0027_000000019396	1.0		77	11	False	False	0.9990503191947937	0					non-mobilizable	no_good_hit	408.0	75.245	19.0	0.000999202129642748	NZ_CABJCG010000003.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
MON0104_000000019679	2306	0.5088991767473666	4	2	1	1	2	False	8811	maximal	True	MON0104_000000019679	1.0		74	12	False	False	0.9969644546508789	0					non-mobilizable	no_good_hit	546.0	86.99600000000001	28.0	0.0001523193287607558	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0193_000000002905	8619	0.5088976000489084	8	2	1	2	1	True	58113	fragment	False	ISR0193_000000002905	1.0		0	0	False	False	0.9991878271102905	0					non-mobilizable	no_good_hit	4991.0	95.69200000000001	80.0	0.026086087770404567	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
USA0117_01_000000014269	1439	0.5088951772327907	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.8201898206238188		0	0	False	False	1.0	0					non-mobilizable	chromosome	1437.0	99.165	99.0	0.00038482399929681187	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CHI0183_000000006607	1239	0.5088951772327907	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.5128903506128003		0	0	False	False	0.9991928935050964	0					non-mobilizable	chromosome	1239.0	99.758	100.0	0.0003317633085859701	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
CAN0017_000000027460	1224	0.5088951772327907	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.47411398943927524		0	0	False	False	1.0	0					non-mobilizable	chromosome	1224.0	99.51	100.0	0.0003277435592896942	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0095_000000031244	1223	0.5088951772327907	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.4723977775344454		0	0	False	False	1.0	0					non-mobilizable	chromosome	1223.0	98.93700000000001	100.0	0.00032720759271685746	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0347_000000018515	1216	0.5088951772327907	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.45391607652803023		0	0	False	False	0.9942434430122375	0					non-mobilizable	other	1217.0	97.042	100.0	0.07147895603103692	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
SPA0128_000000031545	1198	0.5088951772327907	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.43054626543647245		0	0	False	False	1.0	0					non-mobilizable	chromosome	1198.0	100.0	100.0	0.000320775993842816	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0038_000000030585	1177	0.5088951772327907	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.4128949538145731		0	0	False	False	1.0	0					non-mobilizable	other	1177.0	95.15700000000001	100.0	0.06901011051022807	NZ_AAXG02000052.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont372, whole genome shotgun sequence	False	False
ISR0371_000000019439	1137	0.5088951772327907	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.3218783276751616		0	0	False	False	1.0	0					non-mobilizable	chromosome	1137.0	99.56	100.0	0.0003044290133712941	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0031_000000028249	1128	0.5088951772327907	3	2	0	2	1	False	110469	fragment	False	DEN0007_000000017140	0.3023466559140103		0	0	False	False	1.0	0					non-mobilizable	chromosome	1128.0	99.911	100.0	0.0003020171637935285	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0086_000000003086	4836	0.5088926875122819	7	3	2	2	0	True	5525	maximal	True	SPA0086_000000003086	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	77.88	9.0	0.0013414430139226004	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	True	True
ISR0138_000000016086	1810	0.5088924184393211	2	1	1	1	1	False	31350	maximal	True	ISR0138_000000016086	1.0		80	9	False	False	1.0	0					non-mobilizable	other	1810.0	100.0	100.0	0.00194053322291567	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	False
DEN0066_000000021285	1702	0.5088924184393211	1	1	1	1	1	False	70944	maximal	True	DEN0066_000000021285	0.9934333958724202		303	11	False	False	0.9988248944282532	0					non-mobilizable	other	1702.0	99.53	100.0	0.0007470841319506055	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
AST0104_000000005400	5687	0.5088919504316795	4	4	3	4	2	False	108024	maximal	True	AST0104_000000005400	0.998945166075907		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	4488.0	99.844	79.0	0.0012558246670609252	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
SPA0021_000000027048	1163	0.5088909345410557	3	1	1	1	1	True	7680	fragment	False	SPA0021_000000027048	1.0		0	0	False	False	0.9974204897880554	0					non-mobilizable	no_good_hit	797.0	94.354	78.0	0.00027619510839355197	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0850_000000014372	1109	0.5088909345410557	3	1	1	1	1	True	20564	fragment	False	ISR0850_000000014372	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	95.023	99.0	0.00038354641467481935	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
AUS0024_000000024661	1301	0.5088903709704615	3	3	3	3	3	False	99097	fragment	False	AUS0022_000000023140	0.5215030681566198		0	0	False	False	0.9938508868217468	0					non-mobilizable	no_good_hit	310.0	80.0	24.0	0.00010868464409484218	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0063_000000004831	2661	0.5088894406702591	3	2	2	2	2	False	85469	fragment	False	CHI0063_000000004831	0.9671232876712329		0	0	False	False	0.9996241927146912	0					non-mobilizable	other	1717.0	99.243	90.0	0.022935657194792698	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0011_01_000000025496	1416	0.508889118377335	4	4	3	3	2	True	2000	maximal	True	USA0011_01_000000025496	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	85.714	16.0	0.0005722976979196206	NZ_GG704770.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld1, whole genome shotgun sequence	True	True
DEN0073_000000030244	1752	0.5088869699313745	2	2	2	1	1	False	70143	maximal	True	DEN0073_000000030244	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	4.0	0.0006554097173114403	NZ_JAAOZR010000096.1	firmicutes	Paenibacillus aceris strain KACC 19194 C1739, whole genome shotgun sequence	True	False
SPA0046_000000014541	2150	0.5088842603564323	4	3	2	2	2	False	6727	fragment	False	SPA0046_000000014541	1.0		0	0	False	False	0.9953488111495972	0					non-mobilizable	no_good_hit	1323.0	90.552	62.0	0.9969834087481146	LN854142.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK1633	True	False
ENG0010_000000010907	1955	0.5088842603564323	4	3	2	2	2	False	67272	fragment	False	ENG0010_000000010907	1.0		0	0	False	False	0.9994884729385376	0					non-mobilizable	other	1964.0	91.49700000000001	100.0	0.002948602317254527	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
SPA0032_000000001516	13154	0.5088801688153809	18	8	4	6	6	False	116878	fragment	False	SPA0032_000000001516	0.9979855892151546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	96.279	2.0	0.03813936909641775	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0059_000000001057	12907	0.5088801688153809	18	8	4	6	6	False	116878	fragment	False	SPA0032_000000001516	0.9886346358522122		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	224.0	96.875	2.0	0.03974336125467831	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0055_000000011739	2682	0.5088801273417645	4	2	2	2	1	True	73586	maximal	True	SPA0055_000000011739	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1119.0	94.37	50.0	0.0003366083904609156	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
FIJ0151_000000004116	4241	0.5088768899649596	4	3	3	2	2	False	39763	fragment	False	FIJ0151_000000004116	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	4088.0	99.976	100.0	0.026739157458111708	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
MON0002_000000019777	1417	0.508875206950341	2	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.16198329932883188		0	0	False	False	1.0	0					non-mobilizable	chromosome	1422.0	92.757	100.0	0.0005007256817226658	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0032_000000023079	1355	0.508875206950341	2	1	1	1	1	True	87079	fragment	False	MON0032_000000016300	0.15972053721586404		0	0	False	False	1.0	0					non-mobilizable	chromosome	1360.0	92.721	100.0	0.0004788476040152624	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0111_000000009758	3135	0.5088656130402709	5	4	1	4	3	False	82613	fragment	False	CHI0111_000000009758	1.0		0	0	False	False	0.9996809959411621	0					non-mobilizable	other	3103.0	98.55	100.0	0.001353189426870351	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	False
ISR0162_000000034034	1145	0.508864580017122	2	2	2	2	2	False	30312	fragment	False	ISR0162_000000034034	1.0		0	0	False	False	0.9755458235740662	0					non-mobilizable	other	1145.0	100.0	100.0	0.0022686529278314535	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	False	False
USA0075_01_000000022031	1114	0.508864580017122	2	2	2	2	2	False	655	fragment	False	USA0075_01_000000022031	1.0		0	0	False	False	0.9964093565940857	0					non-mobilizable	other	1114.0	99.73100000000001	100.0	0.0013084481311410655	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0839_000000014049	1493	0.5088641948649506	2	2	2	2	1	False	58135	fragment	False	ISR0839_000000014049	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1493.0	97.92399999999999	100.0	0.003733892583017796	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
AUS0004_000000000723	21967	0.5088601781342601	27	24	5	11	23	True	123543	maximal	True	AUS0004_000000000723	1.0		34	9	False	False	1.0	0					non-mobilizable	chromosome	21899.0	99.945	99.0	0.004285329605212689	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
ISR0085_000000021360	1278	0.5088587650839932	2	2	2	2	2	False	33949	fragment	False	ISR0085_000000021360	1.0		0	0	False	False	0.9984350800514221	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.014754098360655738	XM_029344596.1	stony corals	PREDICTED: Acropora millepora carbonyl reductase [NADPH] 1-like (LOC114965043), mRNA	True	False
SPA0074_000000005118	5051	0.5088561846375725	11	5	3	3	3	False	5825	maximal	True	SPA0074_000000005118	1.0		1	1	False	False	0.9998019933700562	0					non-mobilizable	no_good_hit								True	False
ISR0180_000000016350	1487	0.5088542016777554	1	1	1	1	1	False	131302	fragment	False	ISR0183_000000020941	0.9799316562046171		0	0	False	False	0.9952925443649292	0					non-mobilizable	other	1356.0	98.82	95.0	0.0003846477024467568	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0025_000000021320	1306	0.5088536834775543	3	3	3	3	3	False	66113	maximal	True	ENG0025_000000021320	1.0		13	7	False	False	0.9992343187332153	0					non-mobilizable	chromosome	1305.0	93.87	99.0	0.0006068051522596977	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	False	False
MAD0081_000000003653	2063	0.508852653477188	4	3	3	3	1	False	16140	maximal	True	MAD0081_000000003653	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	99.631	54.0	0.00029635368039479716	CP021849.1	firmicutes	Enterococcus faecium strain 16-346 chromosome, complete genome	True	False
FIJ0119_000000008737	1981	0.508851773505375	3	2	2	2	2	False	41573	maximal	True	FIJ0119_000000008737	1.0		34	5	False	False	1.0	0					non-mobilizable	no_good_hit	1421.0	98.03	72.0	0.005200640642695097	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0125_000000006394	3101	0.5088508267811083	2	2	2	2	2	False	41202	maximal	True	FIJ0125_000000006394	1.0		12	1	False	False	0.9938729405403137	0					non-mobilizable	no_good_hit	1320.0	76.742	42.0	0.00046190973740307923	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0060_000000017814	2248	0.5088503491845651	2	2	1	2	1	True	131287	fragment	False	ISR0006_000000008656	0.9054491148619859		0	0	False	True	0.9991103410720825	0					non-mobilizable	chromosome	2152.0	93.773	96.0	0.0007236774122103565	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0004_000000023478	1855	0.5088503491845651	2	2	1	2	1	True	131287	fragment	False	ISR0006_000000008656	0.28831487604264666		0	0	False	True	1.0	0					non-mobilizable	chromosome	1855.0	94.609	100.0	0.0006237089510817631	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0029_000000017392	1766	0.5088503491845651	2	2	1	2	1	True	131287	fragment	False	ISR0006_000000008656	0.22815669558783966		0	0	False	True	1.0	0					non-mobilizable	chromosome	1767.0	93.605	100.0	0.0006224665979977324	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0006_000000011889	1614	0.5088503491845651	2	2	1	2	1	True	125753	fragment	False	ISR0006_000000011889	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1614.0	93.185	99.0	0.0005688300203924856	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0170_000000008495	1208	0.508849081440227	1	1	1	1	1	False	77966	fragment	False	CHI0170_000000008495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0021_000000008931	4602	0.5088483473665525	8	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.9040379105649082		0	0	False	False	0.9984789490699768	0					non-mobilizable	chromosome	4602.0	99.76100000000001	100.0	0.001548669662130163	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0130_000000006862	3078	0.5088451861631027	4	3	3	3	3	False	50470	fragment	False	FIJ0130_000000006862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	84.025	38.0	0.005150688490517017	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
ISR0144_000000003689	1917	0.5088410086590303	3	3	3	3	2	False	88232	maximal	False	ISR0775_000000009977	0.9879557340650182		0	0	False	False	0.9739176034927368	0					non-mobilizable	other	1917.0	99.635	100.0	0.015567869736906251	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0034_000000008596	1917	0.5088410086590303	4	3	3	3	2	False	88232	maximal	False	ISR0775_000000009977	0.9882884846752645		0	0	False	False	0.9994783401489258	0					non-mobilizable	other	1917.0	99.68700000000001	100.0	0.015567869736906251	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0071_000000018729	1917	0.5088410086590303	4	3	3	3	2	False	88232	maximal	False	ISR0775_000000009977	0.9879708881854687		0	0	False	False	0.9979134202003479	0					non-mobilizable	other	1917.0	99.531	100.0	0.015567869736906251	NZ_CYXV01000013.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0089_000000021018	1383	0.5088406066066126	3	3	3	3	3	False	56199	maximal	True	MON0089_000000021018	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	1299.0	97.61399999999999	94.0	0.0006293623221433229	LR134481.1	g-proteobacteria	Haemophilus parainfluenzae strain NCTC10665 genome assembly, chromosome: 1	False	False
ISR0021_000000005630	3946	0.5088385757368352	5	4	4	3	3	False	37643	fragment	False	ISR0021_000000005630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	96.369	83.0	0.014907615403056105	NZ_DS996922.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_2, whole genome shotgun sequence	True	False
MON0098_000000024681	1428	0.5088380412584953	2	2	2	1	1	False	10694	fragment	False	MON0098_000000024681	1.0		0	0	False	False	0.9929971694946289	0					non-mobilizable	no_good_hit								True	False
MON0041_000000042374	1596	0.5088361700002105	3	2	2	1	1	False	11789	maximal	True	MON0041_000000042374	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0108_000000004371	3767	0.5088303462802226	4	2	2	2	0	True	14618	fragment	False	MAD0108_000000004371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	86.667	3.0	1.511292018363087e-05	CP034446.1	a-proteobacteria	Mesorhizobium sp. M2A.F.Ca.ET.043.05.1.1 chromosome, complete genome	True	True
ENG0031_000000008218	2545	0.5088303462802226	2	2	2	2	0	True	65712	fragment	False	ENG0031_000000008218	1.0		0	0	False	False	0.9988211989402771	0					non-mobilizable	no_good_hit								True	True
FIJ0130_000000003493	6506	0.5088285954772725	5	2	2	2	2	True	86147	maximal	True	FIJ0130_000000003493	1.0		2	1	False	False	0.9990777969360352	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.056579851022241e-05	LR129769.1	apicomplexans	Plasmodium yoelii killicki strain 193L genome assembly, chromosome: 14	True	True
MAD0013_000000001060	12472	0.508826950719612	11	6	5	6	4	False	19623	maximal	True	MAD0013_000000001060	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	72.185	15.0	0.013043606277419545	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	True	False
MAD0042_000000011688	1992	0.508826070082709	3	3	3	3	2	False	18123	maximal	True	MAD0042_000000011688	1.0		28	5	False	False	0.9969879388809204	0					non-mobilizable	other	1398.0	89.12700000000001	99.0	0.0005081883903542565	NZ_SDPW01000001.1	actinobacteria	Senegalimassilia faecalis strain KGMB04484 KGMB04484_contig00001, whole genome shotgun sequence	False	False
MAD0001_000000022931	1121	0.5088256801782994	2	2	2	2	2	False	20255	fragment	False	MAD0001_000000022931	1.0		0	0	False	False	0.9991079568862915	0					non-mobilizable	other	1122.0	95.455	100.0	0.04583026434241755	NZ_WEHX01000031.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_31_length_24438_cov_145.566146, whole genome shotgun sequence	False	False
ISR0009_000000020156	1663	0.5088235989697143	2	2	2	2	2	False	72510	fragment	False	DEN0051_000000027919	0.9593160377358491		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	98.617	100.0	0.021190226965202074	NZ_QRHR01000010.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf10, whole genome shotgun sequence	False	False
ISR0327_000000002742	7294	0.5088219803543456	12	8	5	6	8	False	128603	maximal	True	ISR0327_000000002742	1.0		33	10	False	False	0.9990403056144714	0					non-mobilizable	no_good_hit	4793.0	98.289	73.0	0.0014889165005920202	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0152_000000008686	2708	0.5088193662485949	4	3	3	3	3	False	31012	maximal	True	ISR0152_000000008686	1.0		149	12	False	False	0.9915066361427307	0					non-mobilizable	other	2708.0	99.26100000000001	100.0	0.05107932674164088	NZ_QSFS01000021.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf21, whole genome shotgun sequence	False	False
ISR0001_000000019298	1231	0.5088184032091616	2	2	2	1	1	False	40651	fragment	False	MON0089_000000023988	0.9718107861844659		0	0	False	False	1.0	0					non-mobilizable	chromosome	1231.0	98.45700000000001	100.0	0.0005065443053300816	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
FIJ0039_000000011227	2080	0.5088147422439047	2	2	2	2	2	False	128960	maximal	True	FIJ0039_000000011227	1.0	PS1059	2	1	False	True	0.9927884340286255	0					non-mobilizable	no_good_hit	1505.0	82.32600000000001	72.0	0.00042438990048553613	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	True
SPA0146_000000010807	2157	0.5088140747144626	3	2	2	2	2	False	127894	fragment	False	ISR0067_000000013806	0.9086651053864169		0	0	False	False	1.0	0					non-mobilizable	other	1110.0	97.838	100.0	0.0003124994711764364	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0067_000000013806	2135	0.5088140747144626	2	2	2	2	2	False	127894	fragment	False	ISR0067_000000013806	0.9121464997681965		0	0	False	False	1.0	0					non-mobilizable	other	2136.0	98.26799999999999	100.0	0.0006018717251719452	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ENG0100_000000016213	1888	0.5088134212757758	2	2	2	2	2	False	60567	maximal	True	ENG0100_000000016213	1.0		5	3	False	False	0.9856991767883301	0					non-mobilizable	other	1175.0	84.085	98.0	0.014067256036186804	NZ_WNAJ01000016.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold16_size82461, whole genome shotgun sequence	False	False
MON0051_000000021444	1664	0.5088125329628321	3	2	2	2	1	False	11264	maximal	True	MON0051_000000021444	1.0		3	2	False	False	0.9723557829856873	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.027777777777777776	GQ446827.1		Uncultured prokaryote clone DeadSea1_IOBCFE001_03-F01-Fwd genomic sequence	True	False
ISR0094_000000007063	2901	0.5088079991690281	5	4	4	4	3	False	33461	maximal	True	ISR0094_000000007063	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1160.0	92.5	47.0	0.0003036600753002469	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0001_000000015261	1766	0.5088063691521989	2	2	2	2	2	False	68053	maximal	True	ENG0001_000000015261	0.9926010244735344		81	6	False	False	0.9886749982833862	0					non-mobilizable	no_good_hit								True	False
ISR0120_000000030568	1202	0.5088057292919824	2	2	2	2	2	False	93369	maximal	False	FIJ0094_000000017006	0.9144763300900246		0	0	False	False	1.0	0					non-mobilizable	other	1203.0	90.69	100.0	0.02601996527777778	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0094_000000017006	1193	0.5088057292919824	2	2	2	2	2	False	93369	maximal	True	FIJ0094_000000017006	0.9525956218580465		459	12	False	False	0.9916177988052368	0					non-mobilizable	other	1193.0	99.07799999999999	100.0	0.025868055555555554	NZ_CABIYV010000017.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0029_000000028877	1149	0.5088057292919824	2	2	2	2	2	False	12538	maximal	True	MON0029_000000028877	1.0		206	12	False	False	0.997389018535614	0					non-mobilizable	chromosome	585.0	88.71799999999999	93.0	0.00020607737711489556	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0037_000000007526	1753	0.5088056591554083	3	3	3	3	2	False	121031	fragment	False	DEN0096_000000023538	0.6314410404822075		0	0	False	False	0.9754706025123596	0					non-mobilizable	no_good_hit	660.0	76.667	37.0	0.013694837280627023	NZ_JNJN01000020.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00019.19_C, whole genome shotgun sequence	True	False
ENG0110_000000005794	5118	0.5088047266437192	9	5	3	4	5	True	82442	fragment	False	SPA0057_000000005555	0.9963142580019398		0	0	False	False	1.0	0					non-mobilizable	other	5118.0	100.0	100.0	0.11191059399877526	NZ_CZAI01000017.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
ISR0302_000000008613	1809	0.5088018222297531	2	2	2	2	2	False	34559	fragment	False	ISR0302_000000008613	1.0		0	0	False	False	0.9950248599052429	0					non-mobilizable	no_good_hit	547.0	88.3	87.0	0.0002546416129167658	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0317_000000005807	3075	0.5088012719717087	5	5	4	4	3	False	25174	maximal	True	ISR0317_000000005807	1.0		179	14	False	False	0.9970731735229492	0					non-mobilizable	no_good_hit	1578.0	73.194	50.0	0.00473393908054468	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
MON0004_000000043503	1116	0.508798589048993	2	1	1	1	1	False	14166	fragment	False	MON0084_000000031665	0.9263910268174774		0	0	False	False	0.9973118305206299	0					non-mobilizable	other	1117.0	94.98700000000001	100.0	0.03853464662173838	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
MAD0035_000000004283	5327	0.5087959766742054	6	6	6	6	3	False	74306	maximal	True	MAD0035_000000004283	1.0		65	8	False	False	1.0	0					non-mobilizable	no_good_hit	1263.0	82.50200000000001	59.0	0.005124331387040137	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0043_000000005307	3292	0.5087909032102681	2	2	2	2	2	False	6814	maximal	True	SPA0043_000000005307	1.0		89	8	False	False	1.0	0					non-mobilizable	other	2602.0	78.017	92.0	0.01288459236202562	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
FIJ0011_000000020681	2142	0.5087902649535561	2	2	1	2	1	False	66741	maximal	True	FIJ0011_000000020681	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	944.0	78.072	44.0	0.03645063409320781	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	False
MON0005_000000022112	2421	0.50878873652928	2	2	2	2	2	False	14128	maximal	True	MON0005_000000022112	1.0		3	2	False	False	0.9909128546714783	0					non-mobilizable	other	2331.0	95.495	96.0	0.050881226053639844	NZ_QEKH01000036.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_136, whole genome shotgun sequence	False	False
ENG0037_000000020779	1703	0.5087884970535714	2	2	2	2	2	False	65188	maximal	True	ENG0037_000000020779	1.0		666	13	False	False	0.9958896040916443	0					non-mobilizable	no_good_hit	479.0	81.837	69.0	0.00015954562483149257	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0086_000000001096	5422	0.5087866276769696	6	6	6	6	5	False	40951	maximal	True	MAD0086_000000001096	0.979622359319499	PS83	13	1	False	True	1.0	0					non-mobilizable	no_good_hit	938.0	82.729	45.0	0.00015441387329869	NZ_JABTBL010000001.1	firmicutes	Clostridium beijerinckii strain DJ054 Ga0423202_01, whole genome shotgun sequence	True	True
ISR0342_000000010018	1450	0.5087845400057536	1	1	1	1	1	False	24332	fragment	False	ISR0342_000000010018	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1450.0	99.103	100.0	0.032703209341192946	MK232137.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_3_c1 sequence	False	False
ISR0089_000000019981	1538	0.5087813711649528	3	2	0	1	1	False	102011	fragment	False	ISR0089_000000019981	1.0		0	0	False	False	0.9629389047622681	0					non-mobilizable	no_good_hit	717.0	87.866	69.0	0.06551024174201882	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0292_000000016942	1224	0.5087813711649528	2	2	0	1	1	False	81724	fragment	False	ISR0292_000000016942	0.9480901780320824		0	0	False	False	1.0	0					non-mobilizable	other	829.0	86.49	95.0	0.10438144329896908	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	False	False
ISR0046_000000020795	1700	0.5087813489488084	2	2	2	2	1	False	36162	maximal	True	ISR0046_000000020795	1.0		69	10	False	False	0.9917647242546082	0					non-mobilizable	no_good_hit	716.0	84.777	42.0	0.0024589486444787302	NZ_JAAWUO010000002.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_2_length_290368_cov_102.031, whole genome shotgun sequence	True	False
USA0036_01_000000016253	2071	0.5087807462153847	3	2	2	2	1	True	1384	maximal	True	USA0036_01_000000016253	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	143.0	76.22399999999999	7.0	3.537920485613461e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
ENG0097_000000024666	1271	0.5087807462153847	3	2	2	2	1	True	60744	fragment	False	ENG0097_000000024666	1.0		0	0	False	False	0.9881982803344727	0					non-mobilizable	no_good_hit	145.0	84.13799999999999	11.0	3.567651004678756e-05	NC_011837.1	firmicutes	Clostridium kluyveri NBRC 12016, complete genome	True	True
TAN0002_000000012861	2825	0.50877731219402	4	3	1	3	3	True	4652	fragment	False	TAN0002_000000012861	1.0		0	0	False	False	0.9982300996780396	0					non-mobilizable	no_good_hit	1866.0	85.959	66.0	0.07482801625296698	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	True	True
ENG0016_000000006356	3588	0.5087751861347819	7	6	4	6	3	False	102934	maximal	True	ENG0016_000000006356	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	98.02600000000001	37.0	0.0003544757908717211	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0186_000000015237	2004	0.5087739286335115	3	3	3	3	3	False	29330	maximal	True	ISR0186_000000015237	1.0		435	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0011_000000025621	1150	0.5087734501069229	2	2	2	2	1	True	38215	maximal	True	ISR0011_000000025621	1.0		11	3	False	False	0.9947826266288757	0					non-mobilizable	other	1152.0	83.941	100.0	0.0003240630797669002	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
USA0075_01_000000001973	11723	0.5087710357644069	10	9	9	9	9	False	116279	fragment	False	USA0075_01_000000001973	1.0		0	0	False	False	0.9994881749153137	0					non-mobilizable	no_good_hit	1431.0	80.57300000000001	19.0	0.04975681444417229	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0081_000000009461	5824	0.5087709978559826	4	4	3	3	2	True	9996	maximal	True	MON0081_000000009461	1.0		29	6	False	False	0.9979395866394043	0					non-mobilizable	other	5748.0	90.62299999999999	99.0	0.024248474951985313	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
ENG0082_000000010218	1999	0.5087701039573851	3	3	3	3	2	False	80903	maximal	False	ISR0031_000000010743	0.9649738810942582		0	0	False	False	0.9779890179634094	0					non-mobilizable	no_good_hit	1033.0	69.89399999999999	50.0	0.0003232852745974808	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0020_01_000000004551	7542	0.5087685502891782	9	9	8	6	8	True	45256	maximal	True	USA0020_01_000000004551	1.0		2	2	False	False	0.9992044568061829	0					non-mobilizable	no_good_hit								True	True
AST0012_000000015186	1543	0.5087668101953079	3	1	1	1	1	False	124870	maximal	True	AST0012_000000015186	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	991.0	87.891	64.0	0.00034899062665519126	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0001_000000022560	1541	0.5087631218559986	1	1	1	1	1	False	14383	fragment	False	MON0001_000000022560	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	80.718	92.0	0.001019896677512727	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	False	False
CAN0012_000000010434	5154	0.5087627716208938	5	5	5	4	2	True	94297	maximal	True	CAN0012_000000010434	1.0		4	2	False	False	0.998447835445404	0					non-mobilizable	no_good_hit	50.0	90.0	1.0	0.00026030599235019123	NZ_FCOU01000007.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	True
FIJ0122_000000001367	12496	0.5087621774668968	23	5	3	3	2	True	100667	fragment	False	ISR0022_000000001841	0.8912747746438952		0	0	False	False	1.0	0					non-mobilizable	chromosome	12501.0	98.21600000000001	100.0	0.003331529166285426	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
DEN0011_000000002743	10659	0.5087621774668968	19	5	3	3	2	True	89498	fragment	False	CHI0019_000000000384	0.4709557301870345		0	0	False	False	0.9998123645782471	0					non-mobilizable	chromosome	6046.0	98.71	100.0	0.0016122797886963822	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0017_000000004151	6567	0.5087537269563717	9	8	8	6	6	False	50169	maximal	True	FIJ0017_000000004151	1.0		12	2	False	False	0.9998477101325989	0					non-mobilizable	chromosome	5471.0	98.757	96.0	0.0015372408865488604	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
ISR0172_000000008381	1912	0.508752046483378	3	2	2	2	2	False	29935	fragment	False	ISR0172_000000008381	1.0		0	0	False	False	0.9979079365730286	0					non-mobilizable	other	1847.0	99.78299999999999	100.0	0.0006216342177645952	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
SPA0124_000000011041	2639	0.5087512336625232	3	2	2	1	1	True	109753	maximal	True	SPA0124_000000011041	1.0		32	9	False	False	1.0	0					non-mobilizable	no_good_hit	2005.0	94.76299999999999	76.0	0.008256282940589405	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	True
ENG0111_000000010064	2003	0.5087512336625232	2	2	2	1	1	True	59743	maximal	True	ENG0111_000000010064	1.0		9	5	False	False	0.995506763458252	0					non-mobilizable	no_good_hit	843.0	72.71600000000001	41.0	0.00023915227042469096	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
ISR0265_000000008872	1885	0.5087512336625232	2	2	2	1	1	True	116765	maximal	True	ISR0265_000000008872	1.0		59	8	False	False	1.0	0					non-mobilizable	no_good_hit	1394.0	90.029	74.0	0.06961010323744612	NZ_OLMR01000013.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ENG0043_000000018482	1863	0.5087512336625232	2	2	2	1	1	True	64991	maximal	True	ENG0043_000000018482	1.0		15	6	False	False	0.998389720916748	0					non-mobilizable	no_good_hit	1316.0	89.89399999999999	70.0	0.008913369375724975	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	True	True
ENG0148_000000020576	1785	0.5087512336625232	2	2	2	1	1	True	78834	maximal	True	ENG0148_000000020576	1.0		1	1	False	False	0.9983193278312683	0					non-mobilizable	other	1306.0	82.236	99.0	0.00997178230314524	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
MON0001_000000019844	1746	0.5087512336625232	2	2	2	1	1	True	64988	maximal	True	MON0001_000000019844	1.0		3	1	False	False	0.9988545179367065	0					non-mobilizable	other	1740.0	88.27600000000001	99.0	0.01173525800609148	NZ_QIML01000003.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_3, whole genome shotgun sequence	False	True
SPA0057_000000029092	1140	0.5087503774092809	2	2	2	1	1	False	6323	maximal	True	SPA0057_000000029092	1.0		39	7	False	False	0.9956140518188477	0					non-mobilizable	other	1142.0	98.774	100.0	0.0006605321886424356	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ISR0135_000000012835	1584	0.5087499869571622	1	1	1	1	1	False	31418	maximal	True	ISR0135_000000012835	1.0		13	6	False	False	0.9848484992980957	0					non-mobilizable	no_good_hit	62.0	91.935	4.0	2.28837244199351e-05	NZ_CP018776.1	firmicutes	Staphylococcus condimenti strain StO 2014-01 chromosome, complete genome	True	False
ISR0039_000000010735	3193	0.5087497985786457	3	3	3	3	1	False	66763	maximal	True	ISR0039_000000010735	1.0	PS306	1	1	False	True	0.9927967190742493	0					non-mobilizable	no_good_hit	1439.0	89.92399999999999	45.0	0.14586097785036237	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	True	True
FIJ0037_000000028379	1213	0.5087482508386326	2	2	2	2	1	True	47723	fragment	False	FIJ0037_000000028379	0.9774436090225564		0	0	False	False	0.9950535893440247	0					non-mobilizable	other	1213.0	96.867	100.0	0.0004348846371619687	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	True
DEN0085_000000012793	2381	0.50874787554944	3	3	3	3	3	False	68984	maximal	True	DEN0085_000000012793	1.0		82	11	False	False	0.996220052242279	0					non-mobilizable	chromosome	2381.0	99.958	100.0	0.00047633085941494965	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ENG0156_000000002189	7203	0.5087457513316263	6	6	3	5	4	True	56706	fragment	False	ENG0156_000000002189	1.0		0	0	False	False	0.9998611807823181	0			MPF_T		non-mobilizable	other	7203.0	99.986	100.0	0.18612704812115574	LM996056.1	enterobacteria	Escherichia coli genome assembly FHI43, scaffold scaffold-4_contig-13.1_20809_59502_[organism:Escherichia	False	True
FIJ0169_000000006735	3316	0.5087426888883989	5	4	2	2	4	True	38876	maximal	True	FIJ0169_000000006735	1.0		30	2	False	False	1.0	0					non-mobilizable	no_good_hit	825.0	93.455	25.0	0.5375081539465101	HG796537.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01577	True	True
MAD0088_000000002375	6934	0.5087424515290538	6	6	4	4	5	True	132411	maximal	False	SPA0123_000000001863	0.9374545670172647	PS1159|PS463	0	0	True	True	1.0	10		MOBV			mobilizable	other	6780.0	99.926	100.0	0.6654559732993031	NZ_NHOC01000022.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_rep_c24, whole genome shotgun sequence	False	True
ENG0199_000000008037	3052	0.5087332095398391	4	3	1	2	3	False	69276	maximal	True	ENG0199_000000008037	1.0		204	10	False	False	1.0	0					non-mobilizable	other	2983.0	98.257	98.0	0.02135888950964803	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	False	False
ISR0181_000000006453	2917	0.5087332095398391	4	3	1	2	3	False	87144	maximal	False	ENG0167_000000007842	0.942109082677827		0	0	False	False	1.0	0					non-mobilizable	other	2917.0	99.65700000000001	100.0	0.018389354859052784	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
MAD0112_000000009729	2854	0.5087332095398391	4	3	1	2	3	False	87144	maximal	False	ENG0167_000000007842	0.6355845046280425		0	0	False	False	0.998948872089386	0					non-mobilizable	other	2853.0	99.685	99.0	0.017985747619347923	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
SPA0005_000000003881	7683	0.5087310232889314	2	2	2	2	1	False	94307	fragment	False	ENG0003_000000002709	0.9495960667634676		0	0	False	False	1.0	0					non-mobilizable	other	7614.0	96.70299999999999	99.0	0.003674526996983035	NZ_JH951901.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.1, whole genome shotgun sequence	False	False
ISR0174_000000003688	7574	0.5087310232889314	2	2	2	2	1	False	94307	fragment	False	ENG0003_000000002709	0.9417013248037298		0	0	False	False	1.0	0					non-mobilizable	chromosome	7506.0	98.641	99.0	0.0011544082146229965	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
SPA0102_000000005005	7408	0.5087310232889314	2	2	2	2	1	False	94307	fragment	False	ENG0003_000000002709	0.9390635676054403		0	0	False	False	1.0	0					non-mobilizable	other	7330.0	98.936	99.0	0.0013885957030087882	AP006841.1	CFB group bacteria	Bacteroides fragilis YCH46 DNA, complete genome	False	False
SPA0156_000000001541	7374	0.5087310232889314	2	2	2	2	1	False	94307	fragment	False	ENG0003_000000002709	0.9396337879850029		0	0	False	False	1.0	0					non-mobilizable	chromosome	7313.0	98.728	99.0	0.0013391598017633247	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	False
ISR0358_000000007402	2604	0.5087255323105722	2	2	2	2	2	False	23861	maximal	True	ISR0358_000000007402	1.0		7	2	False	False	0.9996159672737122	0					non-mobilizable	no_good_hit	123.0	79.675	5.0	0.00011856514615848927	NZ_LFXJ01000010.1	firmicutes	Lysinibacillus xylanilyticus strain DSM 23493 Scaffold2, whole genome shotgun sequence	True	False
ENG0141_000000005605	4769	0.5087254659196895	5	5	5	5	5	False	67750	maximal	True	ENG0141_000000005605	0.9934958856024184		427	13	False	False	1.0	0					non-mobilizable	other	4770.0	98.65799999999999	100.0	0.039771163613012986	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
MON0001_000000015976	2171	0.508722539978578	2	2	2	2	2	False	14390	fragment	False	MON0001_000000015976	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1319.0	83.09299999999999	61.0	0.0004590558437774057	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0013_000000018536	1362	0.5087221717628242	2	2	2	2	1	True	37278	fragment	False	MAD0013_000000018536	0.9556390977443608		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	91.801	100.0	0.00021262656847375206	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ISR0026_000000017394	1330	0.5087221717628242	2	2	2	2	1	True	37278	fragment	False	MAD0013_000000018536	0.946035242290749		0	0	False	False	0.995488703250885	0					non-mobilizable	other	1330.0	100.0	100.0	0.01513305473633869	NZ_MIEH01000003.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_3, whole genome shotgun sequence	False	True
USA0052_01_000000009960	1548	0.5087205691644754	2	2	2	2	2	False	115881	fragment	False	CAN0020_000000021540	0.9419069156717745		0	0	False	False	1.0	0					non-mobilizable	other	1548.0	98.514	100.0	0.008992199397807462	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0233_000000004195	2957	0.5087157755224143	4	2	1	2	2	False	27394	maximal	True	ISR0233_000000004195	1.0		1	1	False	False	0.9986472725868225	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	5.2539598803731715e-06	CP025429.1	b-proteobacteria	Chromobacterium sp. ATCC 53434 chromosome, complete genome	True	False
MON0083_000000016887	2204	0.5087156247258676	4	4	4	4	4	False	9884	maximal	True	MON0083_000000016887	1.0		361	13	False	False	1.0	0					non-mobilizable	no_good_hit	1401.0	81.37	89.0	0.00041680946808004426	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0184_000000003946	3294	0.5087121956231053	5	3	1	3	1	False	29426	maximal	True	ISR0184_000000003946	1.0		5	2	False	False	0.9996964335441589	0					non-mobilizable	no_good_hit	466.0	96.352	14.0	0.007833425986758983	NZ_JH379444.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld979, whole genome shotgun sequence	True	False
CHI0126_000000010172	1504	0.5087120125283034	1	1	1	1	1	False	81460	fragment	False	CHI0126_000000010172	0.9950066577896138		0	0	False	False	1.0	0					non-mobilizable	other	1504.0	99.734	100.0	0.00036850238717464585	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0098_000000015014	1580	0.5087094274004934	2	2	2	1	1	False	42852	maximal	True	FIJ0098_000000015014	1.0		43	7	False	False	0.998734176158905	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.79177856753134e-07	LR812510.1	bony fishes	Danio aesculapii genome assembly, chromosome: 9	True	False
SPA0072_000000004415	4476	0.5087077372849069	4	2	2	2	2	True	128433	maximal	True	SPA0072_000000004415	0.9938722357701457		50	6	False	False	1.0	0					non-mobilizable	no_good_hit	2621.0	88.821	61.0	0.0005482712033222362	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
SPA0071_000000005416	4466	0.5087077372849069	4	2	2	2	2	True	128433	maximal	False	SPA0072_000000004415	0.9916182950182376		0	0	False	False	0.9995521903038025	0					non-mobilizable	no_good_hit	2621.0	88.821	61.0	0.0005482712033222362	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
MON0014_000000006165	2640	0.5087077372849069	2	2	2	2	2	True	128432	fragment	False	MON0014_000000006165	0.9301369863013699		0	0	False	False	1.0	0					non-mobilizable	other	2546.0	89.59200000000001	96.0	0.0005339097080117925	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
CHI0005_000000006794	2612	0.5087077372849069	3	2	2	2	2	True	119771	fragment	False	CHI0005_000000006794	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2615.0	94.99	99.0	0.0004974718363060247	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	False	True
CHI0151_000000009661	2584	0.5087077372849069	2	2	2	2	2	True	116651	maximal	True	CHI0151_000000009661	1.0		38	8	False	False	0.9996129870414734	0		MOBV			mobilizable	other	2490.0	91.88799999999999	96.0	0.02214958764539285	NZ_LFQU01000010.1	CFB group bacteria	Prevotella rara strain 109 contig00010, whole genome shotgun sequence	False	True
AST0039_000000006738	2555	0.5087077372849069	3	2	2	2	2	True	128432	fragment	False	MON0014_000000006165	0.9162878787878788		0	0	False	False	1.0	0					non-mobilizable	other	2478.0	98.87	97.0	0.0005231385865289597	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
MON0095_000000012084	2522	0.5087077372849069	2	2	2	2	2	True	129849	maximal	True	MON0095_000000012084	0.7542957812712443		0	0	False	False	0.9282315373420715	0					non-mobilizable	chromosome	2348.0	96.76299999999999	93.0	0.0004256363726419228	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0781_000000011152	2514	0.5087077372849069	2	2	2	2	2	True	29587	maximal	True	ISR0781_000000011152	1.0		20	7	False	False	1.0	0					non-mobilizable	other	2502.0	81.015	98.0	0.16036878327489937	NZ_BAKJ01000064.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	True
CHI0069_000000003954	2502	0.5087077372849069	2	2	2	2	2	True	85061	maximal	True	CHI0069_000000003954	0.9780361757105943		32	7	False	False	0.9996002912521362	0					non-mobilizable	no_good_hit	1863.0	76.006	73.0	0.01448107505984405	NZ_FQZN01000018.1	CFB group bacteria	Bacteroides stercorirosoris strain DSM 26884, whole genome shotgun sequence	True	True
ISR0204_000000004166	2481	0.5087077372849069	2	2	2	2	2	True	119645	maximal	True	ISR0204_000000004166	1.0		8	6	False	False	0.9947601556777954	0					non-mobilizable	other	1628.0	93.182	92.0	0.0003129367794345902	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	True
SPA0062_000000013433	2454	0.5087077372849069	2	2	2	2	2	True	25448	fragment	False	SPA0062_000000013433	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2376.0	99.958	97.0	0.016504975815867014	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	False	True
MON0048_000000016781	2370	0.5087077372849069	2	2	2	2	2	True	129849	maximal	False	MON0095_000000012084	0.7393387115538644		0	0	False	False	1.0	0					non-mobilizable	chromosome	2374.0	93.639	99.0	0.0004292649862194328	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
ISR0360_000000010520	2332	0.5087077372849069	2	2	2	2	2	True	23790	maximal	True	ISR0360_000000010520	1.0		1	1	False	False	0.9837049841880798	0					non-mobilizable	chromosome	2248.0	81.005	96.0	0.00040786499979854	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
ENG0182_000000013262	2155	0.5087077372849069	2	2	2	2	2	True	129849	maximal	False	MON0095_000000012084	0.3691139240506329		0	0	False	False	1.0	0					non-mobilizable	chromosome	2155.0	99.165	100.0	0.0003908016822978268	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	True
SPA0029_000000016852	1593	0.5087071298148093	2	2	2	2	1	True	38887	maximal	True	SPA0029_000000016852	1.0		237	13	False	False	0.9868173003196716	0					non-mobilizable	chromosome	1198.0	91.736	100.0	0.00041618274675035867	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
ISR0785_000000024290	1565	0.5087071298148093	2	2	2	2	1	True	22171	fragment	False	ISR0785_000000024290	1.0		0	0	False	False	0.9910542964935303	0					non-mobilizable	no_good_hit								True	True
MON0066_000000024427	1464	0.5087071298148093	2	2	2	2	1	True	10631	maximal	True	MON0066_000000024427	1.0		154	13	False	False	1.0	0					non-mobilizable	chromosome	826.0	92.85700000000001	100.0	0.0002652679770625391	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
MON0070_000000025355	1371	0.5087071298148093	2	2	2	2	1	True	10439	fragment	False	MON0070_000000025355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1095.0	82.009	79.0	0.00038427784876390625	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
FIJ0116_000000012591	1362	0.5087071298148093	3	2	2	2	1	True	41653	maximal	True	FIJ0116_000000012591	1.0		2	1	False	False	0.9985315799713135	0					non-mobilizable	no_good_hit								True	True
ISR0316_000000016427	1341	0.5087071298148093	3	2	2	2	1	True	25197	fragment	False	ISR0316_000000016427	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.0004294644419348168	NZ_QQAV01000018.1	b-proteobacteria	Pseudacidovorax intermedius strain DSM 21352 Ga0244541_118, whole genome shotgun sequence	True	True
CHI0028_000000011020	1334	0.5087071298148093	3	2	2	2	1	True	88645	maximal	True	CHI0028_000000011020	1.0		115	11	False	False	1.0	0					non-mobilizable	no_good_hit	64.0	98.43799999999999	5.0	2.5668491030899567e-05	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	True	True
FIJ0002_000000030025	1287	0.5087071298148093	2	2	2	2	1	True	52295	maximal	True	FIJ0002_000000030025	1.0		1	1	False	False	0.9673659801483154	0					non-mobilizable	no_good_hit	54.0	96.296	4.0	0.0001606995585310241	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	True
ISR0375_000000019170	1254	0.5087071298148093	2	2	2	2	1	True	38471	maximal	True	ISR0375_000000019170	0.9837133550488599		75	9	False	False	0.99920254945755	0					non-mobilizable	no_good_hit								True	True
MON0037_000000061569	1249	0.5087071298148093	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.01866232278603413	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1252.0	88.57799999999999	100.0	0.00041704014592029384	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MAD0050_000000019429	1243	0.5087071298148093	2	2	2	2	1	True	17380	maximal	True	MAD0050_000000019429	1.0		5	1	False	False	1.0	0					non-mobilizable	other	1251.0	89.209	100.0	0.0015953550623760819	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
MAD0054_000000015658	1230	0.5087071298148093	2	2	2	2	1	True	17130	fragment	False	MAD0101_000000024740	0.6365701306076094		0	0	False	False	1.0	0					non-mobilizable	other	1233.0	91.322	100.0	0.0003823398201478464	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0006_000000015272	1228	0.5087071298148093	2	2	2	2	1	True	38471	maximal	False	ISR0375_000000019170	0.9740829346092503		0	0	False	False	0.9959283471107483	0					non-mobilizable	no_good_hit	941.0	82.99700000000001	76.0	0.003064545142352537	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	True
SPA0124_000000024170	1223	0.5087071298148093	2	2	2	2	1	True	4032	fragment	False	SPA0124_000000024170	1.0		0	0	False	False	0.9983646869659424	0					non-mobilizable	no_good_hit	1046.0	80.402	85.0	0.0003222978467641732	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
SPA0049_000000014083	1201	0.5087071298148093	2	2	2	2	1	True	61876	fragment	False	SPA0049_000000014083	0.9538600100353176		0	0	False	False	1.0	0					non-mobilizable	chromosome	1201.0	97.835	100.0	0.00034132896432259	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ENG0177_000000021673	1196	0.5087071298148093	2	2	2	2	1	True	61876	fragment	False	SPA0049_000000014083	0.9369144232742075		0	0	False	False	0.9991638660430908	0					non-mobilizable	chromosome	1196.0	92.057	100.0	0.00033990676030457923	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0399_000000014814	1196	0.5087071298148093	2	2	2	2	1	True	61876	fragment	False	SPA0049_000000014083	0.9305013744161744		0	0	False	False	1.0	0					non-mobilizable	other	1196.0	97.575	100.0	0.04266181143122345	NZ_JAAITI010000043.1	firmicutes	Blautia luti strain MSK.16.34 NODE_43_length_28011_cov_133.65, whole genome shotgun sequence	False	True
CHI0051_000000016007	1185	0.5087071298148093	2	2	2	2	1	True	86561	maximal	True	CHI0051_000000016007	1.0		4	3	False	False	0.9552742838859558	0					non-mobilizable	virus	1185.0	96.03399999999999	100.0	0.022157761766632356	MK233470.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_2_c1 sequence	False	True
CHI0176_000000006546	1180	0.5087071298148093	2	2	2	2	1	True	77702	fragment	False	CHI0176_000000006546	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1184.0	90.541	100.0	0.00041603634866174975	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
FIJ0101_000000023898	1179	0.5087071298148093	2	2	2	2	1	True	42655	maximal	True	FIJ0101_000000023898	1.0		1	1	False	False	0.9991518259048462	0					non-mobilizable	chromosome	1174.0	89.09700000000001	100.0	0.0004135662431141397	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MAD0112_000000024825	1176	0.5087071298148093	2	2	2	2	1	True	14417	fragment	False	MAD0112_000000024825	1.0		0	0	False	False	0.9974489808082581	0					non-mobilizable	other	1174.0	94.29299999999999	100.0	0.0003531678372188319	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MAD0101_000000024740	1174	0.5087071298148093	2	2	2	2	1	True	17130	fragment	False	MAD0101_000000024740	0.9175468363379286		0	0	False	False	0.9855195879936218	0					non-mobilizable	other	1176.0	92.34700000000001	100.0	0.0003649183149173505	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0039_000000042701	1171	0.5087071298148093	2	2	2	2	1	True	61876	fragment	False	SPA0049_000000014083	0.9303315557346514		0	0	False	False	1.0	0					non-mobilizable	chromosome	1171.0	98.463	100.0	0.00033279574021452524	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MON0014_000000014314	1168	0.5087071298148093	2	2	2	2	1	True	13440	maximal	True	MON0014_000000014314	0.9982300884955753		38	9	False	False	0.994006872177124	0					non-mobilizable	other	1178.0	85.90799999999999	100.0	0.0003522645946684001	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0078_000000022157	1158	0.5087071298148093	2	2	2	2	1	True	61876	fragment	False	SPA0049_000000014083	0.9218075531314479		0	0	False	False	1.0	0					non-mobilizable	other	1158.0	100.0	100.0	0.06456112940126109	NZ_CABLCC010000055.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	False	True
ENG0078_000000022153	1158	0.5087071298148093	2	2	2	2	1	True	61876	fragment	False	SPA0049_000000014083	0.9355317350066145		0	0	False	False	1.0	0					non-mobilizable	chromosome	1158.0	99.914	100.0	0.0003290980097676972	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
MON0050_000000036370	1150	0.5087071298148093	2	2	2	2	1	True	17130	fragment	False	MAD0101_000000024740	0.6220897217490062		0	0	False	False	0.9991304278373718	0					non-mobilizable	other	1154.0	91.24799999999999	100.0	0.0003574519555328523	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0185_000000029023	1147	0.5087071298148093	2	2	2	2	1	True	29365	fragment	False	ISR0185_000000029023	1.0		0	0	False	False	0.9938971400260925	0					non-mobilizable	other	1147.0	97.29700000000001	100.0	0.003383585183085617	NZ_QRHR01000003.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf3, whole genome shotgun sequence	False	True
FIJ0168_000000021400	1132	0.5087071298148093	2	2	2	2	1	True	38886	fragment	False	FIJ0168_000000021400	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	92.491	100.0	0.00034052244151278673	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
MON0050_000000037124	1130	0.5087071298148093	2	2	2	2	1	True	13440	maximal	False	MON0014_000000014314	0.9820205479452055		0	0	False	False	1.0	0					non-mobilizable	other	1135.0	84.581	100.0	0.0003487412029176044	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0104_000000034529	1112	0.5087071298148093	2	2	2	2	1	True	4807	maximal	True	SPA0104_000000034529	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	157.0	77.07	14.0	4.984051036682616e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	True
FIJ0034_000000025538	1104	0.5087071298148093	2	2	2	2	1	True	48058	maximal	True	FIJ0034_000000025538	1.0		8	2	False	False	0.9836956262588501	0					non-mobilizable	no_good_hit	199.0	74.372	17.0	0.00026844878986111305	NZ_FXLP01000004.1	firmicutes	Peptoniphilus vaginalis strain KhD- 2, whole genome shotgun sequence	True	True
AST0097_000000009749	2289	0.5087049284768722	3	3	3	1	2	True	109003	maximal	True	AST0097_000000009749	1.0		5	3	False	False	0.9943206906318665	0					non-mobilizable	other	2289.0	98.995	100.0	0.0006341424747410077	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	False	True
CHI0151_000000016511	1492	0.5087038772677765	4	3	3	3	2	True	79460	maximal	True	CHI0151_000000016511	1.0		141	11	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	77.314	51.0	0.00023383426794678006	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
ISR0229_000000008281	1948	0.5086982898883424	4	4	4	4	3	False	107188	maximal	True	ISR0229_000000008281	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	1647.0	99.33200000000001	85.0	0.04561199323856236	NZ_CYZK01000026.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0028_000000020093	1505	0.508697264627095	1	1	1	1	1	True	57960	fragment	False	FIJ0028_000000020093	0.9790062981105668		0	0	False	False	1.0	0					non-mobilizable	other	1505.0	99.734	100.0	0.5804708606715554	NZ_VSKS01000051.1	high GC Gram+	Streptomyces marokkonensis strain OANH409 Scaffold51, whole genome shotgun sequence	False	True
MAD0109_000000010020	1429	0.508697264627095	1	1	1	1	1	True	57960	fragment	False	FIJ0028_000000020093	0.9548172757475083		0	0	False	False	1.0	0					non-mobilizable	plasmid	1374.0	100.0	100.0	0.01837354637547339	CP054373.1	enterobacteria	Escherichia coli strain SCU-182 plasmid pSCU-182-1	False	True
FIJ0110_000000006810	2535	0.5086953336413756	1	1	1	1	0	False	42121	maximal	True	FIJ0110_000000006810	1.0		1	1	False	False	0.9893491268157959	0					non-mobilizable	no_good_hit	157.0	99.363	6.0	4.716838508753364e-05	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
MON0030_000000033274	1102	0.5086937040711343	2	2	2	2	1	False	12483	maximal	True	MON0030_000000033274	1.0		111	9	False	False	0.9591651558876038	0					non-mobilizable	other	1083.0	98.8	98.0	0.002906242781397897	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0116_000000019628	1221	0.5086848711654477	1	1	1	1	1	False	116526	fragment	False	ENG0045_000000008222	0.15188474754140596		0	0	False	False	0.9991809725761414	0					non-mobilizable	other	1158.0	97.84100000000001	95.0	0.00032815700666306337	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0033_000000004514	6727	0.5086845516691267	9	8	5	8	4	False	48314	maximal	True	FIJ0033_000000004514	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	2191.0	93.884	46.0	0.0007506722271508783	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
TAN0026_000000000410	2857	0.5086838227724954	4	3	3	2	2	False	2327	maximal	True	TAN0026_000000000410	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	534.0	97.94	19.0	0.4401321222130471	HG796860.1	bacteria	Uncultured bacterium extrachromosomal DNA RGF00300	True	False
MON0054_000000033299	1495	0.5086836128938224	2	1	1	1	1	False	11121	fragment	False	MON0054_000000033299	1.0		0	0	False	False	0.9993311166763306	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	2.0	0.00021246835106853874	NZ_QFFZ01000002.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_2, whole genome shotgun sequence	True	False
ENG0115_000000019406	1125	0.5086830413506276	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.08043131482604586		0	0	False	False	0.988444447517395	0					non-mobilizable	other	1125.0	96.53299999999999	100.0	0.039408176144730384	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
MON0101_000000032565	1976	0.5086821919137212	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.4181790081913913		0	0	False	False	1.0	0					non-mobilizable	chromosome	1961.0	83.274	99.0	0.000681438249494934	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0201_000000013052	2335	0.5086820590367793	4	4	2	3	2	False	86458	maximal	True	ISR0201_000000013052	1.0		11	4	False	False	0.9995717406272888	0					non-mobilizable	no_good_hit	1361.0	99.339	58.0	0.00036772469533603413	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0094_000000015424	1167	0.5086811259806028	1	1	1	1	1	False	115328	fragment	False	ENG0104_000000014764	0.14789447246527862		0	0	False	False	0.9957154989242554	0					non-mobilizable	other	1167.0	99.057	100.0	0.014500143011702087	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0091_000000004856	2980	0.5086798842673828	3	3	1	2	2	False	15757	maximal	True	MAD0091_000000004856	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0041_000000023113	1627	0.5086786205408257	2	2	1	1	2	False	47362	fragment	False	FIJ0041_000000023113	1.0		0	0	False	False	0.9913952350616455	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.005394713181082539	NZ_CADEAU010000361.1	high GC Gram+	Micromonospora maritima isolate DSM 45782, whole genome shotgun sequence	True	False
ISR0055_000000015953	1094	0.5086764334275384	2	1	1	1	1	False	35657	fragment	False	ISR0055_000000015953	1.0		0	0	False	False	0.9899451732635498	0					non-mobilizable	other	1094.0	98.355	100.0	0.00034003045030235645	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
USA0072_01_000000005879	3446	0.5086762356955183	4	4	4	4	4	False	106202	fragment	False	MAD0001_000000007050	0.9564589748678046		0	0	False	False	0.9965177178382874	0					non-mobilizable	other	3452.0	97.914	100.0	0.007590157875283806	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0189_000000004736	2817	0.5086757423882967	2	2	2	1	1	False	79855	maximal	True	ISR0189_000000004736	1.0		126	9	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	73.002	16.0	0.0014940694922125305	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ISR0095_000000015359	2126	0.5086757423882967	2	2	2	1	1	False	79854	fragment	False	ISR0095_000000015359	1.0		0	0	False	False	0.9967074394226074	0					non-mobilizable	no_good_hit	463.0	73.218	22.0	0.0014940694922125305	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
CHI0144_000000008729	1831	0.5086757423882967	2	2	2	1	1	False	79853	fragment	False	CHI0144_000000008729	0.9957983193277311		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	73.002	25.0	0.0014940694922125305	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
ISR0329_000000009853	1666	0.5086757423882967	2	2	2	1	1	False	79853	fragment	False	CHI0144_000000008729	0.9511196067722556		0	0	False	False	0.994597852230072	0					non-mobilizable	no_good_hit	463.0	73.002	27.0	0.0014940694922125305	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
FIJ0086_000000029481	1160	0.5086746662043571	1	1	1	1	1	False	43790	fragment	False	FIJ0086_000000029481	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1160.0	99.397	100.0	0.03861273987206823	HQ201416.1	enterobacteria	Escherichia coli plasmid p838C-R1, complete sequence	False	True
DEN0005_000000023692	1597	0.5086739034894399	4	2	1	1	2	False	76475	maximal	True	DEN0005_000000023692	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	258.0	74.031	16.0	0.0008449020347779043	NZ_FMJR01000132.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
SPA0062_000000028295	1102	0.5086711855333785	1	1	1	1	1	False	6135	maximal	True	SPA0062_000000028295	1.0		23	7	False	False	0.9854809641838074	0					non-mobilizable	no_good_hit	128.0	95.31200000000001	12.0	3.501841775759148e-05	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
ISR0032_000000021052	1593	0.5086711355539303	3	3	3	2	1	True	36930	maximal	True	ISR0032_000000021052	1.0		277	12	False	False	0.9993722438812256	0					non-mobilizable	other	1593.0	95.669	100.0	0.00616569133588688	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ISR0014_000000014254	2544	0.5086704286903876	3	2	2	2	2	False	50420	backbone	True	ISR0014_000000014254	0.9865824782951855	PS196	14	7	True	True	1.0	23					non-mobilizable	no_good_hit	1069.0	81.104	42.0	0.034776040982529885	NZ_QSCB01000031.1	firmicutes	Erysipelatoclostridium ramosum strain OF04-4AC OF04-4AC.Scaf31, whole genome shotgun sequence	True	True
ISR0164_000000015744	1753	0.5086683437945148	3	2	1	2	1	True	72066	fragment	False	ENG0160_000000011296	0.9350587484767249		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	953.0	90.556	89.0	0.00023022205027078673	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0029_000000007676	1744	0.5086683437945148	4	2	1	2	1	True	73843	maximal	True	DEN0029_000000007676	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	934.0	90.36399999999999	82.0	0.0002255636701268624	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
DEN0054_000000003431	1616	0.5086683437945148	3	2	1	2	1	True	72066	fragment	False	ENG0160_000000011296	0.7781415421907957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	914.0	96.389	88.0	0.00022384742481067974	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0145_000000022889	1520	0.5086683437945148	3	2	1	2	1	True	72066	fragment	False	ENG0160_000000011296	0.6148059801882714		0	0	False	False	0.9894737005233765	0					non-mobilizable	no_good_hit	901.0	95.117	88.0	0.0002490708445952895	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
CAN0013_000000017511	1328	0.5086680516755456	2	2	2	1	1	False	93812	fragment	False	CAN0013_000000017511	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	99.925	100.0	0.0002722693558480462	AP023237.1	enterobacteria	Escherichia coli F070 DNA, complete genome	False	False
SPA0008_000000002084	10325	0.5086660507270303	12	6	2	5	1	True	8186	fragment	False	SPA0008_000000002084	1.0		0	0	False	False	0.9975786805152893	0					non-mobilizable	other	10325.0	98.84700000000001	100.0	0.16602608429956742	NZ_CAEUHO010000006.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	False	True
FIJ0144_000000002261	12422	0.5086659094831976	15	6	5	5	4	True	40124	maximal	True	FIJ0144_000000002261	1.0		2	2	False	False	0.9968603849411011	0					non-mobilizable	no_good_hit	703.0	71.266	6.0	0.0026168869788768872	NZ_DS544186.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_19, whole genome shotgun sequence	True	True
DEN0035_000000002577	9793	0.5086640836775781	12	7	4	5	6	False	76090	maximal	True	DEN0035_000000002577	1.0		38	10	False	False	0.998468279838562	0					non-mobilizable	other	9793.0	100.0	100.0	0.0026222210201328837	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0198_000000009817	1989	0.5086640456858869	2	2	1	2	1	False	54344	maximal	True	ENG0198_000000009817	1.0		5	3	False	False	0.9934640526771545	0					non-mobilizable	no_good_hit	984.0	99.79700000000001	49.0	0.0246501830583279	NZ_JAAITI010000032.1	firmicutes	Blautia luti strain MSK.16.34 NODE_32_length_39878_cov_181.88, whole genome shotgun sequence	True	False
USA0101_01_000000003916	7185	0.5086622151753791	9	7	7	6	5	False	116361	maximal	False	FIJ0052_000000003133	0.37169096879604074		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1900.0	97.84200000000001	79.0	0.024448964877948294	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ENG0169_000000014164	1695	0.5086620613745167	2	2	2	2	1	False	55889	backbone	True	ENG0169_000000014164	1.0	PS237	63	9	True	True	1.0	35					non-mobilizable	no_good_hit	659.0	77.845	47.0	0.20210787352758836	KX125860.1	bacteria	Uncultured bacterium clone AmoxDisc_Mom_GE_10 genomic sequence	True	True
MON0028_000000000926	14603	0.5086620536286061	33	9	6	6	6	False	42924	maximal	True	MON0028_000000000926	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	231.0	77.056	2.0	0.0037684927674560206	NZ_MPJW01000098.1	firmicutes	Ileibacterium valens strain NYU-BL-A3 NODE_2_length_60767_cov_249.263_ID_3, whole genome shotgun sequence	True	False
SPA0020_000000007210	3918	0.5086612975964179	4	2	1	2	1	False	85848	fragment	False	SPA0020_000000007210	1.0		0	0	False	False	0.9890249967575073	0					non-mobilizable	no_good_hit								True	False
FIJ0018_000000002800	9088	0.5086567852579575	9	5	4	5	2	True	50047	fragment	False	FIJ0018_000000002800	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	76.923	2.0	0.0005612765697567898	NZ_KB899638.1	g-proteobacteria	Succinimonas amylolytica DSM 2873 F557DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
ISR0119_000000006319	5149	0.5086547581217356	6	5	4	5	1	True	36554	maximal	True	ISR0119_000000006319	1.0		32	7	False	False	0.9910662174224854	0					non-mobilizable	no_good_hit	530.0	77.925	10.0	0.0002040254810337913	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	True
CAN0021_000000038678	1127	0.5086547442999403	2	2	2	2	1	False	91366	fragment	False	CAN0021_000000038678	1.0		0	0	False	False	1.0	0					non-mobilizable	other	570.0	99.12299999999999	94.0	0.000192075550166488	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
AST0003_000000013905	2448	0.5086540065235491	4	4	4	4	4	False	130217	maximal	True	AST0003_000000013905	1.0		45	6	False	False	1.0	0					non-mobilizable	other	2257.0	99.867	92.0	0.27037392138063276	NZ_QIML01000043.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_43, whole genome shotgun sequence	False	False
AST0099_000000006565	3222	0.5086527085945509	5	5	4	4	3	False	108869	maximal	True	AST0099_000000006565	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3048.0	97.04700000000001	95.0	0.0011001624427577936	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	False	False
MON0019_000000055921	1191	0.5086514146796315	3	3	3	3	1	False	130039	fragment	False	USA0135_01_000000006480	0.0710131369112664		0	0	False	False	1.0	0					non-mobilizable	chromosome	1191.0	99.07600000000001	100.0	0.00041478849969256855	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
SPA0059_000000011433	2217	0.5086473716452847	5	4	4	3	3	False	6272	fragment	False	SPA0059_000000011433	1.0		0	0	False	False	0.9995489120483398	0					non-mobilizable	no_good_hit	1144.0	99.38799999999999	52.0	0.08919931325113158	NZ_QSFS01000029.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf29, whole genome shotgun sequence	True	False
ISR0371_000000008610	2157	0.5086466792197416	6	5	1	3	4	False	84672	fragment	False	CHI0133_000000007847	0.8828935021172095		0	0	False	False	1.0	0					non-mobilizable	chromosome	2157.0	95.50299999999999	100.0	0.0007326064581501959	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0034_000000015825	2281	0.508645566586116	4	2	2	2	2	False	114906	maximal	True	SPA0034_000000015825	1.0		2	2	False	False	0.999561607837677	0					non-mobilizable	chromosome	1769.0	96.834	99.0	0.0006241064652205376	LR655210.1	high GC Gram+	Bifidobacterium longum subsp. infantis isolate B.longum_ssp_infantis_6 genome assembly, chromosome: USA001_1	False	False
ISR0234_000000004168	2758	0.5086418969032634	4	4	4	4	4	False	73612	fragment	False	SPA0158_000000006081	0.9833555957626428		0	0	False	False	1.0	0					non-mobilizable	other	2758.0	99.927	100.0	0.09936567433143516	NZ_JAAIOD010000027.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_27_length_27746_cov_348.461, whole genome shotgun sequence	False	False
DEN0051_000000000824	23213	0.5086401194172359	30	11	6	11	6	True	110133	fragment	False	DEN0051_000000000824	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	697.0	93.257	3.0	0.0002324896231463462	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	True
ENG0066_000000005451	3369	0.5086400075240913	5	4	3	4	2	False	102060	fragment	False	ENG0066_000000005451	0.9808038392321536		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1671.0	94.61399999999999	50.0	0.004658116558907044	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0840_000000004071	3499	0.5086398566628801	5	5	4	5	2	False	20801	maximal	True	ISR0840_000000004071	1.0		81	11	False	False	0.9957130551338196	0					non-mobilizable	other	3523.0	96.963	99.0	0.0011958906208540902	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MON0071_000000002407	4702	0.5086367304445438	7	7	5	3	4	True	118119	maximal	True	MON0071_000000002407	1.0		17	6	False	False	1.0	0					non-mobilizable	chromosome	4706.0	86.57	99.0	0.0013194556167870368	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
AST0100_000000007000	1997	0.5086356923937091	4	4	3	2	2	False	108636	maximal	True	AST0100_000000007000	0.9833913510972216		76	7	False	False	1.0	0					non-mobilizable	chromosome	1101.0	95.913	97.0	0.00029478161506023195	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0195_000000010739	1955	0.5086356923937091	5	4	3	2	2	False	108636	maximal	False	AST0100_000000007000	0.958837894710664		0	0	False	False	1.0	0					non-mobilizable	chromosome	1101.0	95.913	94.0	0.00029478161506023195	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0007_000000024422	2491	0.5086326719346818	3	3	3	3	2	True	13974	maximal	True	MON0007_000000024422	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	77.483	6.0	4.640023526173338e-05	NZ_CP019914.1	bacteria	Brachyspira hampsonii strain NSH-16 chromosome, complete genome	True	True
USA0017_01_000000017057	1601	0.5086324095513305	3	2	2	2	1	True	86090	fragment	False	USA0017_01_000000017057	1.0		0	0	False	False	0.9993754029273987	0					non-mobilizable	other	1609.0	82.039	99.0	0.0004955796041460693	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
CHI0056_000000013637	1509	0.5086324095513305	3	2	2	2	1	True	86089	fragment	False	CHI0056_000000013637	1.0		0	0	False	False	0.9986746311187744	0					non-mobilizable	other	1517.0	83.191	100.0	0.00046820295306957587	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0025_000000031806	1342	0.508630462191139	2	2	2	2	2	False	89332	fragment	False	MON0025_000000031806	0.9881342062193126		0	0	False	False	1.0	0					non-mobilizable	other	1312.0	72.40899999999999	95.0	0.00036676371332930614	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0187_000000003570	7097	0.5086278177460128	7	2	0	2	1	False	112193	backbone	False	AUS0020_000000003397	0.9610701665692872	PS717	0	0	False	True	0.9930956959724426	0					non-mobilizable	no_good_hit	410.0	90.0	8.0	0.0001725818714404989	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
DEN0033_000000000629	30020	0.5086266576405815	32	30	9	15	28	True	123810	fragment	False	DEN0033_000000000629	1.0		0	0	False	False	1.0	0					non-mobilizable	other	30020.0	99.977	100.0	0.019249550326554298	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
FIJ0009_000000002970	10709	0.5086242854370452	11	10	6	10	7	True	51359	fragment	False	FIJ0009_000000002970	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0128_000000013355	2645	0.5086224536210311	4	4	4	3	2	False	131873	fragment	False	ISR0128_000000013355	0.966824317220823		0	0	False	False	1.0	0					non-mobilizable	other	2490.0	99.43799999999999	94.0	0.14428985507246378	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
ISR0178_000000008266	2040	0.5086210762965137	4	4	4	2	2	False	29710	fragment	False	ISR0178_000000008266	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2040.0	96.765	100.0	0.03636785217422324	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	False	False
FIJ0027_000000007839	2219	0.5086193939596297	2	1	1	1	1	False	49000	maximal	True	FIJ0027_000000007839	1.0		30	7	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00024573378839590443	NZ_BAKG01000007.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
MON0027_000000026337	1567	0.5086183674739696	2	1	1	1	1	False	12636	maximal	True	MON0027_000000026337	1.0		1	1	False	False	0.9993618130683899	0					non-mobilizable	no_good_hit	551.0	77.314	35.0	0.00016619324462578312	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	False
ISR0264_000000008760	1328	0.5086154093194756	2	1	1	1	1	False	108620	fragment	False	ISR0782_000000007578	0.3297275170133405		0	0	False	False	0.9932228922843933	0					non-mobilizable	other	1217.0	85.785	97.0	0.026526011687203168	NZ_VULP01000024.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq24, whole genome shotgun sequence	False	False
MON0005_000000021643	2469	0.5086153324110274	2	2	2	2	0	True	14133	maximal	True	MON0005_000000021643	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	102.0	90.196	4.0	0.0002354737660817879	LN594771.1	bony fishes	Cyprinus carpio genome assembly common carp genome ,scaffold 000000122	True	True
ENG0070_000000006820	3502	0.50861408997723	4	4	4	3	3	False	112815	maximal	True	ENG0070_000000006820	1.0	PS721	0	0	False	True	0.9991433620452881	0					non-mobilizable	no_good_hit	2287.0	74.289	65.0	0.27544180377818406	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
ENG0013_000000001414	13027	0.5086127117737451	24	8	1	3	6	False	67021	maximal	True	ENG0013_000000001414	1.0		1	1	False	False	0.9994626641273499	0					non-mobilizable	no_good_hit	1361.0	75.9	14.0	0.02070767993566546	NZ_CABMOJ010000006.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ISR0154_000000007097	3214	0.5086123569353017	4	3	2	3	2	False	30630	maximal	True	ISR0154_000000007097	1.0		2	1	False	False	0.9928438067436218	0					non-mobilizable	no_good_hit	1219.0	93.601	82.0	0.007899857309638086	NZ_FQLR01000002.1	actinobacteria	Collinsella phocaeensis strain Marseille-P3245T, whole genome shotgun sequence	True	False
MON0050_000000024179	1616	0.5086120378138281	1	1	1	1	1	False	11324	maximal	True	MON0050_000000024179	1.0		138	9	False	False	0.9523515105247498	0					non-mobilizable	no_good_hit	213.0	75.117	13.0	0.00030939727936659013	NZ_LVYD01000124.1	CFB group bacteria	Niastella vici strain DJ57 contig9, whole genome shotgun sequence	True	False
ISR0060_000000017549	1558	0.5086120378138281	1	1	1	1	1	False	35401	fragment	False	ISR0060_000000017549	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1558.0	99.35799999999999	100.0	0.00029320018492137544	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
DEN0062_000000017729	1243	0.5086105525846356	2	2	1	2	1	False	71624	fragment	False	DEN0062_000000017729	1.0		0	0	False	False	0.9991955161094666	0					non-mobilizable	chromosome	1243.0	98.713	100.0	0.00024788726997079243	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0255_000000027485	1246	0.5086098670049322	2	2	2	2	2	False	26872	maximal	True	ISR0255_000000027485	1.0		27	5	False	False	0.9991974234580994	0					non-mobilizable	no_good_hit	133.0	79.699	11.0	6.68469170151231e-05	NZ_LN909046.1	firmicutes	Paenibacillus senegalimassiliensis strain SIT18, whole genome shotgun sequence	True	False
ENG0152_000000001164	17917	0.508608192925226	27	8	4	8	2	True	72884	maximal	True	ENG0152_000000001164	1.0		3	2	False	False	0.9999442100524902	0					non-mobilizable	no_good_hit	46.0	100.0	0.0	0.00011108039258279192	NZ_SRMQ01000002.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000002, whole genome shotgun sequence	True	True
SPA0149_000000014554	2661	0.5086068975790179	3	2	2	2	2	False	8155	maximal	True	SPA0149_000000014554	1.0		39	9	False	False	1.0	0					non-mobilizable	no_good_hit	249.0	79.518	9.0	0.003913362936459764	NZ_QIML01000016.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_16, whole genome shotgun sequence	True	False
ENG0155_000000010430	2022	0.5086024321168263	2	2	2	2	2	False	108179	maximal	True	ENG0155_000000010430	0.9953149401353462		94	9	False	False	0.9960435032844543	0					non-mobilizable	chromosome	2022.0	99.654	100.0	0.0006923727315457487	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ENG0078_000000016016	1624	0.5086009639592259	3	2	1	2	2	False	61909	maximal	True	ENG0078_000000016016	1.0		116	9	False	False	0.9993842244148254	0					non-mobilizable	no_good_hit								True	False
FIJ0141_000000006453	4409	0.508598260313165	4	4	4	3	3	False	40305	maximal	True	FIJ0141_000000006453	1.0		325	13	False	False	0.9984123110771179	0					non-mobilizable	chromosome	4409.0	99.66	100.0	0.0009009403053468191	CP027440.1	enterobacteria	Escherichia coli strain 2012C-4502 chromosome, complete genome	False	False
ISR0295_000000014945	2365	0.5085962876479163	3	3	3	3	3	False	76609	fragment	False	SPA0052_000000011523	0.9416879782260822		0	0	False	False	0.9983086585998535	0					non-mobilizable	other	2222.0	93.339	100.0	0.000625845060054614	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0356_000000011372	1770	0.5085949356001807	3	2	2	2	2	False	23910	maximal	True	ISR0356_000000011372	1.0		230	10	False	False	0.998305082321167	0					non-mobilizable	no_good_hit	474.0	76.16	27.0	0.00020560941051036728	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0383_000000006281	2215	0.5085939390339389	3	1	1	1	1	False	23107	maximal	True	ISR0383_000000006281	1.0		66	10	False	False	0.9990970492362976	0					non-mobilizable	no_good_hit	835.0	73.892	37.0	0.0008397312859884837	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
SPA0125_000000011150	3193	0.5085920856559791	4	4	4	4	4	False	123080	maximal	True	SPA0125_000000011150	0.9489860583016476		28	5	False	False	1.0	0					non-mobilizable	other	3193.0	98.62200000000001	100.0	0.02272128697013916	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
SPA0107_000000014653	2218	0.5085920626412607	3	3	3	3	1	False	87699	maximal	True	SPA0107_000000014653	0.9945299038969925		759	13	False	False	1.0	0					non-mobilizable	other	2218.0	99.008	100.0	0.009536427259470829	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0382_000000007774	1840	0.5085920626412607	3	3	3	3	1	False	87697	fragment	False	ISR0382_000000007774	0.9726456998347022		0	0	False	False	0.9934782385826111	0					non-mobilizable	other	1840.0	97.12	99.0	0.0003881827703028776	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
USA0035_01_000000023266	1134	0.5085913605559791	2	2	2	2	2	False	1397	fragment	False	USA0035_01_000000023266	1.0		0	0	False	False	0.9894179701805115	0					non-mobilizable	chromosome	1134.0	99.647	100.0	0.00031922767751862323	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0145_000000016670	1710	0.5085911315159627	2	2	2	2	1	False	31064	maximal	True	ISR0145_000000016670	1.0		119	13	False	False	0.9988304376602173	0					non-mobilizable	no_good_hit	561.0	77.54	33.0	0.0004084193798708652	NZ_UYZY01000001.1	firmicutes	Clostridium transplantifaecale strain Marseille-P8228, whole genome shotgun sequence	True	False
MON0099_000000016109	2101	0.5085890769050895	2	1	1	1	1	False	42736	fragment	False	MON0099_000000016109	0.9914800389483933		0	0	False	False	0.9828652739524841	0					non-mobilizable	other	2101.0	98.429	100.0	0.01047527834311026	NZ_VZBY01000052.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_5_length_200473_cov_25.6797_ID_9, whole genome shotgun sequence	False	False
MAD0099_000000010580	2873	0.5085882187786628	3	3	3	2	1	False	15237	maximal	True	MAD0099_000000010580	1.0		1	1	False	False	0.9958232045173645	0					non-mobilizable	other	2412.0	75.74600000000001	99.0	0.0007394806773730112	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0023_000000004403	5108	0.5085857751186477	12	4	3	3	1	True	68396	fragment	False	SPA0037_000000004273	0.47229090106748767		0	0	False	False	0.9984338283538818	0					non-mobilizable	no_good_hit	230.0	98.26100000000001	5.0	0.00034346221915589287	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	True
ISR0844_000000005441	2353	0.5085833224413723	3	2	2	2	1	False	111834	maximal	True	ISR0844_000000005441	1.0		30	6	False	False	0.994900107383728	0					non-mobilizable	no_good_hit								True	False
AST0016_000000014603	1678	0.5085831015782712	1	1	1	1	1	False	123304	maximal	True	AST0016_000000014603	1.0		25	7	False	False	0.9761620759963989	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.00038591773727716364	NZ_AGDG01000019.1	CFB group bacteria	Bacteroides faecis MAJ27 contig019, whole genome shotgun sequence	True	False
FIJ0095_000000017023	1613	0.5085823662453898	1	1	1	1	1	False	43112	maximal	True	FIJ0095_000000017023	0.969032275831681		477	13	False	False	1.0	0					non-mobilizable	no_good_hit	1316.0	81.763	81.0	0.00036408265850808324	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0024_000000002298	11454	0.5085815045108979	9	6	5	4	1	True	122926	maximal	True	AST0024_000000002298	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	81.0	86.42	1.0	2.718391310390337e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
MON0090_000000034216	1774	0.508579291637387	2	2	1	2	1	False	42475	fragment	False	MON0090_000000034216	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	0.00015370695768517322	NZ_FQZD01000005.1	firmicutes	Propionispora hippei DSM 15287, whole genome shotgun sequence	True	False
CHI0143_000000010744	1803	0.508577878588468	2	2	1	2	1	True	79923	maximal	True	CHI0143_000000010744	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1091.0	96.334	61.0	0.000558374203009273	LR134275.1	firmicutes	Streptococcus vestibularis strain NCTC12167 genome assembly, chromosome: 1	True	True
FIJ0159_000000012265	2009	0.5085771585082285	2	2	2	2	1	True	39399	maximal	True	FIJ0159_000000012265	1.0		36	7	False	False	0.9995022416114807	0					non-mobilizable	no_good_hit	1346.0	70.431	66.0	0.005322626205560712	NZ_NPML01000004.1	firmicutes	Petroclostridium xylanilyticum strain SK-Y3 Scaffold1_4, whole genome shotgun sequence	True	True
ISR0325_000000001777	8253	0.5085726994785819	9	7	5	4	3	False	99671	fragment	False	ISR0325_000000001777	1.0		0	0	False	False	0.9998788237571716	0					non-mobilizable	no_good_hit	1330.0	73.53399999999999	16.0	0.004268135496986527	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
USA0080_01_000000027455	1536	0.5085717687986357	2	2	2	1	2	False	601	maximal	True	USA0080_01_000000027455	1.0		2	2	False	False	0.9759114384651184	0					non-mobilizable	no_good_hit	345.0	77.681	22.0	0.00010694177963702702	NC_007759.1	d-proteobacteria	Syntrophus aciditrophicus SB, complete sequence	True	False
AST0092_000000007468	1972	0.5085684980894282	3	3	2	2	2	False	109660	maximal	True	AST0092_000000007468	1.0		12	4	False	False	0.999492883682251	0					non-mobilizable	other	1972.0	99.44200000000001	100.0	0.005133561144333549	NZ_QVMD01000005.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf5, whole genome shotgun sequence	False	False
ISR0380_000000001792	6578	0.5085619569431445	9	9	2	9	8	False	50823	maximal	True	ISR0380_000000001792	1.0		18	7	False	False	1.0	0					non-mobilizable	chromosome	6581.0	99.787	100.0	0.0012714591351642062	CP054457.1	enterobacteria	Escherichia coli strain SCU-103 chromosome, complete genome	False	False
CAN0016_000000029730	1566	0.5085560748068576	2	1	1	1	1	False	92775	fragment	False	CAN0016_000000029730	1.0		0	0	False	False	0.9808428883552551	0					non-mobilizable	no_good_hit	678.0	73.304	43.0	0.04329284052726803	NZ_OAOD01000036.1	firmicutes	Clostridium peptidivorans isolate src2, whole genome shotgun sequence	True	False
FIJ0136_000000017443	1585	0.5085553844248614	2	2	2	2	1	True	64672	fragment	False	FIJ0136_000000017443	0.956866107422551		0	0	False	False	1.0	0					non-mobilizable	other	1586.0	96.84700000000001	100.0	0.0005683640802512858	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	True
MON0093_000000033017	1401	0.5085553844248614	2	2	2	2	1	True	64672	fragment	False	FIJ0136_000000017443	0.6291079812206574		0	0	False	False	0.9935759902000427	0					non-mobilizable	other	1369.0	97.589	98.0	0.0004908598874897468	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	True
FIJ0108_000000022371	1105	0.5085553844248614	2	2	2	2	1	True	42174	fragment	False	FIJ0108_000000022371	1.0		0	0	False	False	0.992760181427002	0					non-mobilizable	other	1105.0	98.281	100.0	0.0003961325407811992	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	False	True
FIJ0004_000000003626	7055	0.5085548367701874	8	2	1	2	2	False	52113	maximal	True	FIJ0004_000000003626	1.0		2	1	False	False	0.9977321028709412	0					non-mobilizable	no_good_hit	1497.0	79.893	21.0	0.009357607772851618	NZ_FRCP01000019.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	False
CHI0012_000000001699	3271	0.5085542782596503	5	3	2	1	2	False	90112	maximal	True	CHI0012_000000001699	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2403.0	77.695	72.0	0.0012197733738109778	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	True	False
CAN0014_000000015302	3063	0.5085542782596503	5	3	2	1	2	False	131076	maximal	True	CAN0014_000000015302	1.0		35	9	False	False	0.9983676075935364	0					non-mobilizable	chromosome	2985.0	99.229	100.0	0.00045994834829372883	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0181_000000006996	2896	0.5085542782596503	5	3	2	1	2	False	77440	fragment	False	CHI0181_000000006996	1.0		0	0	False	False	0.998273491859436	0					non-mobilizable	other	2908.0	84.73200000000001	99.0	0.0014811900673982567	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
ISR0014_000000014931	2429	0.5085445083705727	5	5	5	4	3	False	114693	fragment	False	ISR0014_000000014931	1.0		0	0	False	False	0.9975298643112183	0					non-mobilizable	other	2429.0	97.53	100.0	0.0010979048880517006	FR873482.1	firmicutes	Streptococcus salivarius JIM8777 complete genome	False	False
MAD0105_000000021118	1768	0.5085430884729811	2	2	2	2	2	False	14806	maximal	True	MAD0105_000000021118	1.0		1	1	False	False	0.9943438768386841	0					non-mobilizable	chromosome	1778.0	82.227	100.0	0.00031470856705072503	CP050958.1	enterobacteria	Klebsiella variicola strain FDAARGOS_628 chromosome	False	False
DEN0033_000000008735	2877	0.5085430110894871	3	3	3	3	3	False	93100	fragment	False	MON0086_000000010311	0.7134729714357559		0	0	False	False	0.9986096620559692	0					non-mobilizable	other	2877.0	99.235	100.0	0.010313160036863452	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	False	False
SPA0055_000000016040	1949	0.5085419632085235	3	3	3	3	1	False	6430	maximal	True	SPA0055_000000016040	1.0		4	2	False	False	0.9979476928710938	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.00027034895811670756	NZ_VTYD01000012.1	g-proteobacteria	Vibrio hepatarius strain 070516A scaffold_11, whole genome shotgun sequence	True	False
ISR0108_000000002798	7593	0.5085399458271573	9	7	7	4	4	True	32819	maximal	True	ISR0108_000000002798	1.0		36	6	False	False	1.0	0					non-mobilizable	no_good_hit	4760.0	98.382	68.0	0.0021688609944832023	NZ_CP025199.1	high GC Gram+	Bifidobacterium pseudocatenulatum strain 12 chromosome, complete genome	True	True
AST0108_000000001137	12702	0.5085397548912826	19	7	6	6	4	False	107324	maximal	True	AST0108_000000001137	1.0		2	2	False	False	0.9998425245285034	0					non-mobilizable	no_good_hit	439.0	85.649	23.0	0.00012373513610294763	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
ISR0279_000000009081	2328	0.5085395249619663	5	4	3	1	2	False	26241	maximal	True	ISR0279_000000009081	1.0		5	3	False	False	0.9995704293251038	0					non-mobilizable	no_good_hit	541.0	78.928	23.0	0.0015043686184739865	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0063_000000005999	5042	0.5085388371466313	6	5	4	5	4	False	63119	maximal	True	ENG0063_000000005999	1.0		26	6	False	False	0.9998016953468323	0					non-mobilizable	no_good_hit	3531.0	99.745	70.0	0.0006275011163475951	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
ENG0040_000000021156	1176	0.5085385705858566	2	2	2	1	1	False	64802	maximal	True	ENG0040_000000021156	1.0		8	3	False	False	0.9965986609458923	0					non-mobilizable	other	1181.0	95.17399999999999	100.0	0.0018839921441685804	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0015_000000013622	1884	0.508538343152889	6	4	3	4	1	False	45423	fragment	False	FIJ0169_000000011872	0.9615384264838599		0	0	False	False	0.9968152642250061	0					non-mobilizable	other	1884.0	99.84100000000001	100.0	0.0004393074480226732	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0033_000000009048	3357	0.5085379661019738	5	1	1	1	1	False	24685	maximal	True	SPA0033_000000009048	1.0		13	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0131_000000015926	1705	0.5085379661019738	2	1	1	1	1	False	3761	maximal	True	SPA0131_000000015926	1.0		3	2	False	False	0.9947214126586914	0					non-mobilizable	no_good_hit								True	False
ISR0329_000000015649	1161	0.5085379661019738	2	1	1	1	1	False	24684	fragment	False	ISR0329_000000015649	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0109_000000008062	4114	0.5085373200931732	6	5	4	4	3	False	92866	maximal	True	MON0109_000000008062	1.0		176	12	False	False	1.0	0					non-mobilizable	no_good_hit	670.0	71.194	16.0	0.0006859482765810169	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CHI0040_000000010382	1351	0.5085367068085634	3	3	3	2	1	False	87667	maximal	True	CHI0040_000000010382	1.0		346	15	False	False	0.9933382868766785	0					non-mobilizable	no_good_hit	617.0	97.569	60.0	0.0001510295878240731	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0273_000000005556	2125	0.5085360494560031	4	3	3	3	3	False	87234	fragment	False	ENG0071_000000009668	0.7450014743086678		0	0	False	False	1.0	0					non-mobilizable	other	2125.0	100.0	100.0	0.009295404814004376	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0078_000000019058	2331	0.5085359471610039	3	2	2	2	2	False	24933	maximal	True	MON0078_000000019058	0.9756261180679786		14	6	False	False	0.9974259734153748	0					non-mobilizable	no_good_hit	381.0	72.703	16.0	0.00017328877336304	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
CHI0018_000000007044	2451	0.5085359036362694	3	1	1	1	1	True	89568	maximal	True	CHI0018_000000007044	1.0		1	1	False	False	0.9995920062065125	0					non-mobilizable	no_good_hit								True	True
MON0058_000000023695	2102	0.5085334716346418	3	2	2	2	2	False	11012	fragment	False	MON0058_000000023695	1.0		0	0	False	False	0.9881065487861633	0					non-mobilizable	other	2063.0	99.661	98.0	0.01255995075963021	NZ_SPHG01000007.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_7_length_164093_cov_57.8536, whole genome shotgun sequence	False	False
ISR0348_000000011301	1573	0.5085311764688755	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.6956230152333598		0	0	False	False	0.9980928301811218	0					non-mobilizable	no_good_hit	451.0	88.24799999999999	86.0	0.0017770827409724196	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0391_000000009778	1572	0.5085311764688755	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.599569591727313		0	0	False	False	0.982824444770813	0					non-mobilizable	no_good_hit	451.0	88.47	86.0	0.0017770827409724196	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0369_000000010007	1558	0.5085311764688755	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.6404915184804137		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	461.0	88.286	87.0	0.0018165734685495845	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
DEN0064_000000035709	1229	0.5085311181063864	2	2	2	1	1	False	71188	maximal	True	DEN0064_000000035709	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0016_000000030006	1294	0.5085292196727242	3	3	3	1	1	False	13325	fragment	False	MON0016_000000030006	1.0		0	0	False	False	0.9938176274299622	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	2.1851661211844573e-05	NZ_UGSH01000002.1	a-proteobacteria	Ochrobactrum intermedium strain NCTC12171, whole genome shotgun sequence	True	False
AST0040_000000016310	1243	0.508529207773727	2	2	1	2	1	False	115831	fragment	False	AST0140_000000022527	0.9750702103410973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	4.56417997744957e-05	NZ_PDOC01000002.1	b-proteobacteria	Massilia eurypsychrophila strain JCM 30074 ZB100001, whole genome shotgun sequence	True	False
ISR0191_000000009042	1284	0.5085289846720007	2	2	2	2	1	False	29149	maximal	False	MAD0110_000000018888	0.9450354609929078		0	0	False	False	0.9890965819358826	0					non-mobilizable	other	1290.0	82.868	100.0	0.004714494767611163	NZ_QSFS01000003.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf3, whole genome shotgun sequence	False	False
FIJ0052_000000013481	2169	0.5085285380391809	3	3	2	3	1	False	46468	maximal	True	FIJ0052_000000013481	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0066_01_000000002897	6614	0.5085268776952	10	9	4	5	8	True	123556	backbone	False	ISR0826_000000002301	0.6129885212816434	PS902	0	0	False	True	1.0	0	rep_cluster_1702				non-mobilizable	other	6550.0	99.786	99.0	0.06533410506147214	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0286_000000005246	3014	0.5085253217217921	3	2	2	2	2	False	33970	maximal	True	ISR0286_000000005246	1.0		17	4	False	False	0.9963503479957581	0					non-mobilizable	no_good_hit	264.0	74.62100000000001	9.0	6.276554299182258e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ISR0068_000000014075	1466	0.5085242457288707	2	2	2	2	2	False	76249	fragment	False	DEN0007_000000017257	0.21991101616816686		0	0	False	False	0.9897680878639221	0					non-mobilizable	other	1466.0	99.795	100.0	0.02484566854351808	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
CHI0096_000000003589	2077	0.5085181060069653	2	2	2	2	2	False	83465	maximal	True	CHI0096_000000003589	1.0		143	11	False	False	0.993740975856781	0					non-mobilizable	chromosome	976.0	85.348	98.0	0.00032784269743855223	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0207_000000001095	15838	0.5085172715182782	18	5	1	5	0	False	28607	maximal	True	ISR0207_000000001095	1.0		1	1	False	False	0.9999368786811829	0					non-mobilizable	no_good_hit	2270.0	83.921	14.0	0.9969217238346526	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
MON0076_000000001619	15419	0.5085172715182782	17	5	1	5	0	False	10320	fragment	False	MON0076_000000001619	1.0		0	0	False	False	0.9996108412742615	0					non-mobilizable	no_good_hit	2272.0	83.14299999999999	15.0	0.9964819700967458	KX128786.1	bacteria	Uncultured bacterium clone Control_TwinB_Time3_CT_5 genomic sequence	True	False
SPA0156_000000008517	2132	0.5085160589908707	3	1	1	1	1	False	82765	maximal	True	SPA0156_000000008517	1.0		40	9	False	False	0.9887429475784302	0					non-mobilizable	other	1912.0	99.948	90.0	0.824773413897281	GQ873801.1		Uncultured organism clone 1041059765684 genomic sequence	False	False
MAD0059_000000012240	1584	0.5085160589908707	1	1	1	1	1	False	16886	maximal	True	MAD0059_000000012240	1.0		317	12	False	False	0.9993686676025391	0					non-mobilizable	other	1584.0	95.455	100.0	0.00778786313433203	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ENG0018_000000004440	4892	0.5085114963787575	6	5	5	4	4	True	128162	maximal	False	ISR0005_000000002093	0.830576293523956		0	0	False	False	0.999386727809906	0					non-mobilizable	other	4893.0	98.54899999999999	100.0	0.2739541916335331	MK211798.1	firmicutes	Streptococcus suis ILCSsuYS249 integron, complete sequence	False	True
CHI0048_000000003819	4427	0.508511246944454	9	4	4	3	2	False	118652	maximal	True	CHI0048_000000003819	1.0		12	1	False	False	1.0	0					non-mobilizable	no_good_hit	1932.0	92.75399999999999	45.0	0.0004600301189078372	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
FIJ0083_000000025394	1426	0.5085085813151041	2	1	1	1	1	False	44057	maximal	False	MON0105_000000035982	0.951878707976269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	6.489048161296805e-05	NZ_JACCEU010000004.1	b-proteobacteria	Eoetvoesia caeni strain PB3-7B NODE_4_length_477728_cov_38.619718, whole genome shotgun sequence	True	False
SPA0129_000000007254	3879	0.5085053555763447	5	3	3	3	2	True	3846	maximal	True	SPA0129_000000007254	1.0		14	8	False	False	0.9992266297340393	0					non-mobilizable	no_good_hit								True	True
ISR0118_000000008685	1867	0.5085038367111736	2	1	1	1	1	False	69887	fragment	False	SPA0057_000000017217	0.9651038891848694		0	0	False	False	1.0	0					non-mobilizable	other	1867.0	99.14299999999999	100.0	0.00032570646097937104	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
DEN0035_000000018740	1815	0.5085030978758708	3	3	2	3	1	False	73427	fragment	False	DEN0035_000000018740	1.0		0	0	False	False	0.9889807105064392	0					non-mobilizable	no_good_hit								True	False
ENG0068_000000008728	2706	0.5085003484497507	3	3	3	3	3	False	106834	maximal	True	ENG0068_000000008728	0.9936293436293436		91	9	False	False	1.0	0					non-mobilizable	no_good_hit	438.0	71.233	16.0	0.00044826407132194117	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
AST0111_000000007696	2590	0.5085003484497507	3	3	3	3	3	False	106834	maximal	False	ENG0068_000000008728	0.9726533628972653		0	0	False	False	0.9980695247650146	0					non-mobilizable	no_good_hit	438.0	71.233	17.0	0.00044826407132194117	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
DEN0077_000000004247	2654	0.5084978025475422	3	1	1	1	1	False	69920	fragment	False	DEN0077_000000004247	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	94.31200000000001	49.0	0.00029390937046343317	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0796_000000012195	1852	0.5084978025475422	2	1	1	1	1	False	31964	fragment	False	ISR0796_000000012195	0.9831981460023176		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	94.336	61.0	0.00030472480267919886	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0126_000000028613	1726	0.5084978025475422	2	1	1	1	1	False	31964	fragment	False	ISR0796_000000012195	0.9500539956803455		0	0	False	False	0.9982618689537048	0					non-mobilizable	no_good_hit	1130.0	94.336	65.0	0.00030472480267919886	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0043_000000011722	1452	0.5084978025475422	2	1	1	1	1	False	6805	fragment	False	SPA0043_000000011722	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	94.336	77.0	0.00030472480267919886	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
DEN0004_000000002015	1164	0.5084978025475422	1	1	1	1	1	False	76586	maximal	True	DEN0004_000000002015	1.0		39	8	False	False	1.0	0					non-mobilizable	no_good_hit	1018.0	95.18700000000001	87.0	0.0002744415924750549	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AUS0022_000000023140	1466	0.50849472371601	4	3	3	3	3	False	99097	fragment	False	AUS0022_000000023140	0.935813210066778		0	0	False	False	0.9672578573226929	0					non-mobilizable	no_good_hit	250.0	73.2	17.0	9.395708413119204e-05	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
DEN0094_000000029129	1346	0.50849472371601	4	3	3	3	3	False	99097	fragment	False	AUS0022_000000023140	0.7821507217296053		0	0	False	False	0.9910846948623657	0					non-mobilizable	no_good_hit	257.0	76.265	19.0	0.00019437790937652704	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
ISR0838_000000016276	1510	0.5084939517121714	2	1	1	1	1	False	20873	maximal	True	ISR0838_000000016276	1.0		3	1	False	False	0.998675525188446	0					non-mobilizable	no_good_hit	86.0	84.884	6.0	1.8030489345359598e-05	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	False
CHI0058_000000004883	3737	0.5084856226774858	4	4	4	3	3	False	106468	maximal	True	CHI0058_000000004883	1.0		181	12	False	False	1.0	0					non-mobilizable	chromosome	3737.0	99.946	100.0	0.0005758602644857141	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ITA0001_000000000507	3468	0.508483325691809	4	2	2	2	1	True	122746	fragment	False	ENG0027_000000005763	0.9532632743362832		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0112_000000015515	2178	0.5084831657793303	3	3	3	3	3	False	57927	maximal	True	SPA0112_000000015515	0.979514054311577		43	8	False	False	0.9990817308425903	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	2.0	0.0009867009867009866	NZ_BAFX01000026.1	high GC Gram+	Nocardia concava NBRC 100430, whole genome shotgun sequence	True	False
ISR0042_000000001460	12006	0.508482089879121	18	14	9	14	11	False	132207	maximal	True	ISR0042_000000001460	1.0		6	4	False	False	1.0	0					non-mobilizable	other	10837.0	99.963	100.0	0.08867720710988904	NZ_JAAIQH010000008.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_8_length_122196_cov_370.812, whole genome shotgun sequence	False	False
ISR0034_000000006120	3251	0.5084819366127368	4	3	2	3	0	False	36845	maximal	True	ISR0034_000000006120	1.0		1	1	False	False	0.992617666721344	0					non-mobilizable	no_good_hit	85.0	92.941	3.0	0.024691358024691357	NZ_CABIXL010000021.1	firmicutes	Clostridium ventriculi isolate MGYG-HGUT-00048, whole genome shotgun sequence	True	False
ISR0300_000000006593	1586	0.5084800656070254	3	2	2	2	0	True	25589	maximal	True	ISR0300_000000006593	1.0		27	7	False	False	0.9703657031059265	0					non-mobilizable	chromosome	1593.0	90.14399999999999	100.0	0.0006952635062076142	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	True
ISR0003_000000011934	2205	0.5084786268476734	5	3	2	2	2	False	38601	maximal	True	ISR0003_000000011934	1.0		112	11	False	False	1.0	0					non-mobilizable	virus	2205.0	98.186	100.0	0.04059978631691412	NC_047914.1	viruses	Faecalibacterium phage FP_Taranis, complete genome	False	False
CHI0163_000000007120	1440	0.5084779881803048	2	2	2	2	1	False	78453	maximal	True	CHI0163_000000007120	1.0		168	11	False	False	0.9888888597488403	0					non-mobilizable	no_good_hit	141.0	81.56	10.0	1.9137055681568334e-05	NZ_CP030053.1	a-proteobacteria	Bradyrhizobium guangzhouense strain CCBAU 51670 chromosome, complete genome	True	False
AST0002_000000031820	1180	0.5084742364621354	3	1	1	1	1	False	130820	maximal	True	AST0002_000000031820	1.0		56	12	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	89.796	4.0	0.0009931308449888272	NZ_FYEG01000011.1	high GC Gram+	Actinomyces minihominis strain Marseille-P3850, whole genome shotgun sequence	True	False
AST0061_000000013792	3001	0.5084736304670928	6	3	2	3	0	False	112104	maximal	True	AST0061_000000013792	1.0		1	1	False	False	0.9990003108978271	0					non-mobilizable	no_good_hit	806.0	80.645	27.0	0.00030261970311494025	NZ_FORW01000001.1	firmicutes	Terrisporobacter glycolicus strain KPPR-9, whole genome shotgun sequence	True	False
FIJ0162_000000018052	1275	0.5084704184007639	2	2	2	2	2	False	129874	fragment	False	AST0007_000000009148	0.042839317112873435		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	93.255	100.0	0.017765506470325747	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0025_000000022365	1253	0.5084697184603049	1	1	1	1	1	True	106123	fragment	False	ENG0025_000000022365	0.9838839645447219		0	0	False	False	0.9960095882415771	0					non-mobilizable	no_good_hit	314.0	90.12700000000001	25.0	0.06314931757995518	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
AST0116_000000021719	1241	0.5084697184603049	1	1	1	1	1	True	106123	fragment	False	ENG0025_000000022365	0.9792498004788508		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	92.885	20.0	0.05092686901609289	NZ_AUJC01000025.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00023.23_C, whole genome shotgun sequence	True	True
CAN0007_000000013444	3097	0.5084620440449518	3	2	2	2	2	False	95383	maximal	True	CAN0007_000000013444	0.9951540325372101		210	13	False	False	0.9980626702308655	0					non-mobilizable	no_good_hit	1188.0	76.768	38.0	0.0036012410430671495	NZ_AAXG02000010.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont138, whole genome shotgun sequence	True	False
ISR0222_000000014580	3852	0.5084609351015924	3	2	1	1	1	True	122406	maximal	True	ISR0222_000000014580	1.0		19	6	False	False	0.9997404217720032	0					non-mobilizable	no_good_hit	623.0	78.652	36.0	0.0002177221604107715	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0092_000000021871	1432	0.5084580173718506	4	3	3	3	3	False	99097	fragment	False	AUS0022_000000023140	0.8041229777259594		0	0	False	False	0.9601955413818359	0					non-mobilizable	no_good_hit	332.0	77.108	23.0	0.00025245895799501123	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
SPA0027_000000001386	16062	0.5084540317772247	13	7	5	7	1	True	130561	fragment	False	SPA0027_000000001386	1.0		0	0	False	False	0.9970738291740417	0					non-mobilizable	no_good_hit	38.0	100.0	0.0	8.140169315521763e-05	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
DEN0080_000000003485	1161	0.5084474777049629	2	1	1	1	1	False	69381	fragment	False	MON0049_000000016698	0.463926608614064		0	0	False	False	1.0	0					non-mobilizable	other	1161.0	98.62200000000001	100.0	0.003661350343882862	NZ_AAXG02000028.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont255, whole genome shotgun sequence	False	False
SPA0062_000000001577	15413	0.5084447836066827	22	19	7	9	16	True	94018	maximal	True	SPA0062_000000001577	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	15551.0	79.5	99.0	0.005560387797331808	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	False	True
ISR0371_000000007148	2502	0.5084431979540032	4	4	3	1	2	True	118240	fragment	False	MAD0072_000000001538	0.38830854582392393		0	0	False	False	0.9976019263267517	0					non-mobilizable	other	2503.0	95.286	100.0	0.0006945254400142182	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
FIJ0033_000000020157	1835	0.5084411668639712	2	2	2	2	2	True	48273	maximal	True	FIJ0033_000000020157	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	71.676	18.0	0.010671848619030932	MH106260.1	bacteria	Uncultured bacterium clone B2PC_23_M21_0 genomic sequence	True	True
ISR0294_000000003566	5297	0.5084370809621284	6	5	2	4	4	False	74210	maximal	True	ISR0294_000000003566	1.0		49	7	False	False	0.9984897375106812	0					non-mobilizable	other	5294.0	98.39399999999999	99.0	0.002055020026059502	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	False
SPA0010_000000012113	1984	0.5084358463420752	2	2	2	2	2	False	8085	maximal	True	SPA0010_000000012113	1.0		59	10	False	False	0.9994959831237793	0					non-mobilizable	other	1820.0	97.03299999999999	97.0	0.0006413685161045554	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
SPA0112_000000008189	4210	0.5084347161965123	6	2	0	2	1	True	4544	maximal	True	SPA0112_000000008189	1.0		0	0	False	False	0.9985747933387756	0					non-mobilizable	no_good_hit	208.0	87.5	5.0	0.0003716124190705721	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
FIJ0079_000000004993	5897	0.5084313790686394	6	6	6	6	5	False	47454	fragment	False	FIJ0079_000000004993	1.0		0	0	False	False	0.9983042478561401	0					non-mobilizable	no_good_hit	3461.0	98.12200000000001	73.0	0.0013815965745988278	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	True	False
SPA0068_000000003358	3773	0.5084301675710993	6	5	4	4	4	True	5994	maximal	True	SPA0068_000000003358	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	77.10300000000001	28.0	0.002247409559207508	NZ_QVHZ01000006.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf6, whole genome shotgun sequence	True	True
SPA0078_000000002027	3748	0.5084301675710993	6	5	4	4	4	True	5994	maximal	False	SPA0068_000000003358	0.9966869864829049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1070.0	77.10300000000001	28.0	0.002247409559207508	NZ_QVHZ01000006.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf6, whole genome shotgun sequence	True	True
ISR0819_000000020796	1291	0.5084277023050543	3	3	3	3	2	False	21306	fragment	False	ISR0819_000000020796	1.0		0	0	False	False	0.9891557097434998	0					non-mobilizable	other	1291.0	97.521	100.0	0.00043758724990342843	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
USA0034_01_000000036719	1408	0.5084268914248908	1	1	1	1	1	False	1459	maximal	True	USA0034_01_000000036719	1.0		319	12	False	False	0.9893465638160706	0					non-mobilizable	chromosome	1408.0	96.73299999999999	100.0	0.00020856698913761774	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
SPA0098_000000005100	6710	0.508421082922844	7	3	2	3	2	False	25347	fragment	False	SPA0098_000000005100	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	191.0	91.62299999999999	3.0	0.00020861595030701127	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	True	False
FIJ0022_000000002827	7635	0.5084205392613582	8	7	5	6	7	False	122194	maximal	True	FIJ0022_000000002827	1.0		2	2	False	False	1.0	0					non-mobilizable	other	7636.0	97.486	100.0	0.0022844789792921586	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0160_000000012239	1558	0.5084195373029582	2	2	2	1	1	False	39324	fragment	False	FIJ0160_000000012239	1.0		0	0	False	False	0.9813863635063171	0					non-mobilizable	other	1491.0	82.56200000000001	97.0	0.7374440576827449	NZ_NFHM01000072.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_72, whole genome shotgun sequence	False	False
ISR0015_000000013190	1941	0.5084189943594591	2	2	2	2	2	False	131871	maximal	False	ISR0170_000000022890	0.9718981328211304		0	0	False	False	1.0	0					non-mobilizable	other	1941.0	100.0	100.0	0.01124435608673224	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	False	False
ISR0185_000000027807	1197	0.5084158414501591	2	2	2	2	2	False	29371	maximal	True	ISR0185_000000027807	1.0		254	13	False	False	0.9649122953414917	0					non-mobilizable	chromosome	638.0	88.715	95.0	0.00022098815865973819	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MAD0012_000000028185	1112	0.5084158414501591	2	2	2	2	2	False	67942	fragment	False	MAD0012_000000028185	0.9774977497749775		0	0	False	False	1.0	0					non-mobilizable	chromosome	1117.0	87.556	100.0	0.0003749658777685289	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0002_000000022300	1111	0.5084158414501591	2	2	2	2	2	False	67942	fragment	False	MAD0012_000000028185	0.977068345323741		0	0	False	False	0.9900990128517151	0					non-mobilizable	chromosome	1120.0	85.625	100.0	0.0003746292836233148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0041_000000022151	1631	0.5084151719208511	3	3	2	3	2	False	18236	maximal	True	MAD0041_000000022151	1.0		3	2	False	False	0.9920294284820557	0					non-mobilizable	no_good_hit	1369.0	77.429	83.0	0.01035302753415964	NZ_PYLQ01000006.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_5, whole genome shotgun sequence	True	False
USA0132_01_000000001180	16644	0.5084145420859086	26	7	0	7	1	False	63614	maximal	False	SPA0111_000000001555	0.9268719264904159		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0056_000000000900	16401	0.5084145420859086	25	7	0	7	1	False	63614	maximal	False	SPA0111_000000001555	0.9303482586892972		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0111_000000001555	16223	0.5084145420859086	24	7	0	7	1	False	63614	maximal	True	SPA0111_000000001555	0.9348988585513288		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0117_000000001505	16187	0.5084145420859086	26	7	0	7	1	False	32428	maximal	False	ISR0789_000000000861	0.9513643995744663		0	0	False	False	0.9991968870162964	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	0.010200828817341408	XM_009133894.2	eudicots	PREDICTED: Brassica rapa cytochrome P450 81F2 (LOC103856766), mRNA	True	False
SPA0113_000000001803	16167	0.5084145420859086	24	7	0	7	1	False	63614	maximal	False	SPA0111_000000001555	0.9340817741754737		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0789_000000000861	16142	0.5084145420859086	26	7	0	7	1	False	32428	maximal	True	ISR0789_000000000861	0.9521898101926582		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0003314437231416293	MK892621.1	viruses	Prokaryotic dsDNA virus sp. isolate GOV_bin_556, complete genome	True	False
MON0058_000000000916	18716	0.5084125756693219	24	7	2	6	4	False	11029	fragment	False	MON0058_000000000916	1.0		0	0	False	False	0.9992519617080688	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	0.03731343283582089	XM_005845146.1	green algae	Chlorella variabilis hypothetical protein (CHLNCDRAFT_26177) mRNA, partial cds	True	False
ISR0223_000000015854	1918	0.5084098886894284	3	3	3	3	1	False	27804	maximal	True	ISR0223_000000015854	1.0		27	8	False	False	0.9874869585037231	0					non-mobilizable	no_good_hit								True	False
FIJ0012_000000018044	1392	0.5084071393957068	2	2	1	2	1	False	50712	fragment	False	FIJ0012_000000018044	0.9938928455057487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	76.572	58.0	0.0020896360290677727	NZ_NBAX01000003.1	CFB group bacteria	Prevotella timonensis strain DNF00076 Contig_3, whole genome shotgun sequence	True	False
FIJ0111_000000015206	1365	0.5084071393957068	2	2	1	2	1	False	50712	fragment	False	FIJ0012_000000018044	0.9904214559386973		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	76.572	59.0	0.0020896360290677727	NZ_NBAX01000003.1	CFB group bacteria	Prevotella timonensis strain DNF00076 Contig_3, whole genome shotgun sequence	True	False
FIJ0116_000000012569	1364	0.5084071393957068	2	2	1	2	1	False	50712	fragment	False	FIJ0012_000000018044	0.9901772556944971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	76.572	59.0	0.0020896360290677727	NZ_NBAX01000003.1	CFB group bacteria	Prevotella timonensis strain DNF00076 Contig_3, whole genome shotgun sequence	True	False
FIJ0113_000000021187	1230	0.5084071393957068	2	2	1	2	1	False	41908	fragment	False	FIJ0113_000000021187	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	813.0	77.86	65.0	0.006886450651386284	NZ_JRNP01000001.1	CFB group bacteria	Prevotella buccalis DNF00985 contig001, whole genome shotgun sequence	True	False
ISR0838_000000019997	1243	0.5084058199305942	1	1	1	1	1	False	20859	maximal	True	ISR0838_000000019997	1.0		2	2	True	True	1.0	7					non-mobilizable	no_good_hit								True	True
FIJ0009_000000033450	1313	0.5084047461374553	3	3	3	3	1	False	51179	maximal	True	FIJ0009_000000033450	1.0		12	4	False	False	0.9794363975524902	0					non-mobilizable	no_good_hit								True	False
ENG0150_000000008196	2058	0.5084029650287742	3	1	1	1	1	False	57167	maximal	True	ENG0150_000000008196	1.0		28	9	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	7.480283841863807e-06	CP054479.1	firmicutes	Bacillus amyloliquefaciens strain R8-25 chromosome, complete genome	True	False
ISR0196_000000002606	6394	0.508401944776076	7	4	2	3	1	False	38729	maximal	True	ISR0196_000000002606	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	1189.0	96.384	26.0	0.0003166406534054609	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0132_000000004633	4116	0.5084001146121866	4	3	3	3	3	False	116847	maximal	True	ENG0132_000000004633	1.0		222	13	False	False	0.9992711544036865	0					non-mobilizable	no_good_hit	1828.0	96.389	44.0	0.011004773154621282	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	True	False
ISR0084_000000005449	4114	0.5084000155822906	5	5	5	5	4	False	58589	maximal	True	ISR0084_000000005449	1.0		24	6	False	False	0.9912493824958801	0					non-mobilizable	no_good_hit	2320.0	99.397	56.0	0.0009722043465373971	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	True	False
CHI0169_000000010730	1446	0.5083971709414039	2	2	2	2	2	False	78026	maximal	True	CHI0169_000000010730	1.0		4	4	False	False	0.9751037359237671	0					non-mobilizable	no_good_hit	281.0	73.31	19.0	0.001380678476368965	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
USA0005_01_000000001372	18568	0.5083971574794213	15	6	1	6	1	True	2194	maximal	True	USA0005_01_000000001372	1.0		25	8	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0002995606443882306	NZ_PVXQ01000011.1	firmicutes	Clostridium vincentii strain DSM 10228 CLVI_contig000011, whole genome shotgun sequence	True	True
ENG0054_000000013906	1924	0.5083942095990556	2	1	1	1	1	False	63757	maximal	True	ENG0054_000000013906	1.0		114	9	False	False	0.9948024749755859	0					non-mobilizable	plasmid	1924.0	99.948	100.0	0.003111902257464196	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0849_000000014476	1891	0.5083939368247163	2	2	2	2	1	True	20590	maximal	True	ISR0849_000000014476	1.0		9	5	False	False	1.0	0					non-mobilizable	other	1869.0	83.521	99.0	0.01652090272706222	NZ_LFQU01000010.1	CFB group bacteria	Prevotella rara strain 109 contig00010, whole genome shotgun sequence	False	True
SPA0036_000000004860	4579	0.5083932934667259	4	4	4	4	3	True	73182	maximal	True	SPA0036_000000004860	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	2583.0	84.785	59.0	0.0006978874523526296	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	True
AST0087_000000006343	5046	0.5083927503064419	5	4	1	4	3	True	111037	fragment	False	AST0087_000000006343	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	99.574	9.0	0.0001703234147484098	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
DEN0051_000000036923	1319	0.5083917377583771	2	2	2	2	1	False	76454	fragment	False	DEN0005_000000028041	0.94243301955105		0	0	False	False	0.9984837174415588	0					non-mobilizable	no_good_hit	173.0	74.566	13.0	4.244062205395534e-05	AP012052.1	high GC Gram+	Microbacterium testaceum StLB037 DNA, complete genome	True	False
ENG0171_000000020494	1190	0.5083909726753375	2	2	1	2	1	False	124922	fragment	False	ENG0206_000000011673	0.06764838704447375		0	0	False	False	1.0	0					non-mobilizable	chromosome	1183.0	80.98100000000001	99.0	0.0004111447495115664	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
ENG0020_000000005523	3597	0.5083905060025679	5	5	1	4	4	True	112331	maximal	True	ENG0020_000000005523	0.995528228060369		10	3	False	False	0.9997220039367676	0					non-mobilizable	no_good_hit	1901.0	89.95299999999999	53.0	0.00084609730922313	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
CAN0009_000000006241	3578	0.5083905060025679	5	5	1	4	4	True	112331	maximal	False	ENG0020_000000005523	0.9929107589658048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1932.0	89.959	54.0	0.0008599311787304703	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
DEN0005_000000016454	2183	0.5083898608776872	3	3	3	3	2	False	122097	fragment	False	DEN0005_000000016454	0.9677743719664741		0	0	False	False	0.9967933893203735	0					non-mobilizable	chromosome	2183.0	96.244	100.0	0.0007344484248572084	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0033_000000012587	2075	0.5083817144248297	3	3	3	3	3	False	65503	maximal	True	ENG0033_000000012587	1.0		10	5	False	False	0.9985542297363281	0					non-mobilizable	chromosome	2025.0	99.852	100.0	0.0005702708025575406	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0013_000000015873	1815	0.5083816573602196	3	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.7778281012973887		0	0	False	False	0.9977961182594299	0					non-mobilizable	other	1815.0	99.559	100.0	0.010544182099303643	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
USA0145_01_000000012265	1953	0.5083779323487188	3	2	2	1	1	False	15	maximal	True	USA0145_01_000000012265	1.0		100	13	False	False	0.9974398612976074	0					non-mobilizable	no_good_hit	362.0	75.414	18.0	0.0003985758151320756	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ENG0060_000000003597	6509	0.5083768852877987	11	3	2	3	1	True	68677	maximal	True	ENG0060_000000003597	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0023_000000002273	3488	0.5083744988475464	5	5	4	4	5	False	19769	maximal	True	MAD0023_000000002273	1.0		5	1	False	False	0.9948394298553467	0					non-mobilizable	no_good_hit	1001.0	75.524	28.0	0.0004232084425800808	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0178_000000014254	1230	0.5083731088476695	3	2	1	2	2	False	73681	fragment	False	ISR0178_000000014254	0.9671838725792705		0	0	False	False	0.995121955871582	0					non-mobilizable	other	1213.0	99.835	99.0	0.003538779121203185	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
ISR0225_000000011293	1780	0.5083693834093418	2	2	2	1	1	False	27680	maximal	True	ISR0225_000000011293	1.0		76	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0114_000000017599	2224	0.5083668662184541	3	3	2	2	1	False	51215	fragment	False	FIJ0114_000000017599	0.9995692716694536		0	0	False	False	0.9991007447242737	0					non-mobilizable	no_good_hit	258.0	94.186	20.0	0.0005481188390157841	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	False
DEN0069_000000008559	3302	0.5083662949691404	6	6	4	4	4	False	70749	fragment	False	DEN0069_000000008559	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0010_000000010469	1539	0.5083659928505951	2	2	1	1	1	False	2610	maximal	True	TAN0010_000000010469	1.0		8	2	True	True	1.0	1					non-mobilizable	no_good_hit	416.0	95.67299999999999	39.0	0.00011070418800612154	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CAN0006_000000021154	2143	0.5083637303804878	2	2	2	2	2	False	95639	maximal	True	CAN0006_000000021154	1.0		513	14	False	False	1.0	0					non-mobilizable	other	1658.0	98.975	100.0	0.0004062597841306641	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0089_000000013171	2164	0.508362393186756	2	2	2	2	1	False	33738	maximal	True	ISR0089_000000013171	1.0		2	2	False	False	0.9930683970451355	0					non-mobilizable	no_good_hit	500.0	74.8	23.0	0.001096672690643418	NZ_JABMKX010000004.1	firmicutes	Paenibacillus tritici strain LMG 29502 NODE_4_length_453189_cov_23.848402, whole genome shotgun sequence	True	False
ENG0210_000000007666	2990	0.5083621415668503	4	3	3	2	2	True	128161	maximal	True	ENG0210_000000007666	1.0		3	2	False	False	0.9989966750144958	0					non-mobilizable	no_good_hit	1468.0	98.91	49.0	0.0021216417597027097	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	True	True
MON0033_000000038799	1548	0.5083579309241634	2	2	2	2	2	False	12292	maximal	True	MON0033_000000038799	1.0		88	8	False	False	0.9987080097198486	0					non-mobilizable	other	1533.0	85.91	99.0	0.062256176853055914	NZ_QIML01000021.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_21, whole genome shotgun sequence	False	False
ENG0118_000000005314	2581	0.5083563142342803	5	5	5	4	2	False	59311	maximal	True	ENG0118_000000005314	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1966.0	99.23700000000001	76.0	0.0035447495314256026	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
AST0148_000000009769	3580	0.5083558633388083	7	4	3	3	1	False	105124	maximal	True	AST0148_000000009769	1.0		138	11	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	86.24600000000001	19.0	0.0010438851726310107	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
SPA0034_000000016678	2157	0.5083555408696211	3	2	1	1	2	False	43791	fragment	False	SPA0034_000000016678	1.0		0	0	False	False	0.9944367408752441	0					non-mobilizable	plasmid	2157.0	99.90700000000001	100.0	0.3788011952891545	CP053240.1	enterobacteria	Escherichia coli strain SCU-106 plasmid pSCU-106-6, complete sequence	False	True
USA0027_01_000000010663	2561	0.5083552653889545	5	4	4	3	2	False	1585	fragment	False	USA0027_01_000000010663	1.0		0	0	False	False	0.9988285899162292	0					non-mobilizable	no_good_hit	1476.0	95.73200000000001	57.0	0.005625943901961011	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	True	False
ISR0394_000000008088	2352	0.5083540545610619	3	3	3	2	2	False	74184	fragment	False	DEN0026_000000011477	0.9464569044606326		0	0	False	False	0.9961734414100647	0					non-mobilizable	other	2352.0	98.512	100.0	0.009105238901174657	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0033_000000011341	2318	0.5083529293958283	3	3	3	3	2	False	65510	fragment	False	ENG0033_000000011341	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2318.0	100.0	100.0	0.024790824078235005	NZ_CYXV01000015.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0033_000000023593	1348	0.508352792365094	4	3	3	3	2	False	7186	fragment	False	SPA0033_000000023593	1.0		0	0	False	False	1.0	0					non-mobilizable	other	906.0	88.3	95.0	0.035238169486239965	NZ_CABJDZ010000015.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AST0039_000000011851	1350	0.5083526457330662	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.3505386124638529		0	0	False	False	1.0	0					non-mobilizable	other	1350.0	98.815	100.0	0.0004756493283260282	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0119_000000023541	1327	0.5083526457330662	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.6753981476246533		0	0	False	False	1.0	0					non-mobilizable	chromosome	1327.0	98.568	100.0	0.00038409304037904913	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0020_000000014834	1356	0.5083524847095351	3	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.5340257602554528		0	0	False	False	1.0	0					non-mobilizable	other	1264.0	97.86399999999999	100.0	0.0004995291453305494	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
MON0106_000000013247	3041	0.508350529201935	5	5	5	1	4	False	8663	maximal	True	MON0106_000000013247	1.0		409	13	False	False	1.0	0					non-mobilizable	no_good_hit	1050.0	78.286	34.0	0.0002902594466446931	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0110_000000002562	10017	0.5083474092281608	11	9	7	6	5	True	59827	maximal	True	ENG0110_000000002562	1.0		19	6	False	False	0.9999001622200012	0					non-mobilizable	no_good_hit	3699.0	98.054	37.0	0.15351405205695545	NZ_QEKJ01000024.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_124, whole genome shotgun sequence	True	True
ISR0208_000000017112	1612	0.5083463913715313	3	1	1	1	1	False	28508	maximal	True	ISR0208_000000017112	1.0		91	9	False	False	0.9950371980667114	0					non-mobilizable	no_good_hit								True	False
FIJ0102_000000029485	1124	0.508346202793773	2	2	2	2	2	False	42592	fragment	False	FIJ0102_000000029485	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1121.0	90.723	99.0	0.0003746292836233148	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0038_01_000000002054	10015	0.5083460603225368	10	2	0	1	2	False	32255	fragment	False	USA0038_01_000000002054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.06422018348623854	LC217961.1	bacteria	Uncultured bacterium nirK gene for nitrite reductase, partial cds, clone: CK_OTU12	True	False
ISR0228_000000000091	65461	0.5083445258171092	64	7	3	6	3	False	27616	maximal	True	ISR0228_000000000091	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	71.577	4.0	0.0157182053475223	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	False
USA0008_01_000000005341	1278	0.5083429681434609	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.008223618382282876		0	0	False	False	0.9984350800514221	0					non-mobilizable	chromosome	1280.0	95.0	100.0	0.00041201595419134655	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
MAD0098_000000004068	9049	0.5083403005456195	7	5	5	4	2	True	15361	maximal	True	MAD0098_000000004068	1.0		2	1	False	False	0.9997789859771729	0					non-mobilizable	no_good_hit	339.0	82.891	4.0	9.378816231975696e-05	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	True	True
FIJ0050_000000000595	27301	0.508340238118879	31	10	5	7	4	False	46638	maximal	True	FIJ0050_000000000595	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	293.0	82.25299999999999	1.0	0.054115853658536585	XM_034117389.1	bony fishes	PREDICTED: Trematomus bernacchii ankyrin repeat domain-containing protein 34A-like (LOC117472220), mRNA	True	False
SPA0103_000000010587	1621	0.5083395059380886	2	2	2	2	2	False	25634	fragment	False	ISR0298_000000009088	0.9846531614487415		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	100.0	68.0	0.20188053097345132	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0131_000000016093	1690	0.5083374571623162	3	3	0	3	1	True	124268	fragment	False	ENG0167_000000014308	0.6284246575342466		0	0	False	False	1.0	0					non-mobilizable	chromosome	1696.0	89.8	100.0	0.00035792194207725267	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
SPA0136_000000026175	1619	0.5083374571623162	3	3	0	3	1	True	124268	fragment	False	ENG0167_000000014308	0.6126331811263318		0	0	False	False	0.9993823170661926	0					non-mobilizable	other	1633.0	89.1	100.0	0.009508651409913573	NZ_SLUK01000008.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_108, whole genome shotgun sequence	False	True
CHI0119_000000009483	1363	0.5083374571623162	3	3	0	3	1	True	124251	fragment	False	CHI0119_000000009483	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1359.0	88.3	100.0	0.00040879267075862486	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0084_000000021532	1303	0.5083374571623162	3	3	0	3	1	True	124250	fragment	False	ISR0071_000000003227	0.04060471254925567		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	90.046	100.0	0.04375251644074621	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
ENG0028_000000015561	1200	0.5083343854446251	2	2	2	2	1	False	65840	fragment	False	FIJ0026_000000026996	0.9816736381945427		0	0	False	False	0.9858333468437195	0					non-mobilizable	other	1199.0	99.75	99.0	0.0005733031208650273	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
CHI0024_000000003275	3641	0.5083326954327727	4	4	4	3	3	False	119436	fragment	False	CHI0024_000000003275	0.8324401541212105		0	0	False	False	1.0	0					non-mobilizable	chromosome	3307.0	88.479	97.0	0.000730413046129523	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CHI0174_000000004993	3056	0.5083320804283108	2	2	2	2	2	False	92752	maximal	True	CHI0174_000000004993	1.0		193	14	False	False	0.9983638525009155	0					non-mobilizable	other	1266.0	83.649	96.0	0.0031818869446825675	NZ_QSOD01000001.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf1, whole genome shotgun sequence	False	False
CHI0073_000000006202	1280	0.5083318414502753	3	3	1	2	2	False	84774	maximal	True	CHI0073_000000006202	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1039.0	99.42299999999999	81.0	0.12568107519070104	NZ_JH992951.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.12, whole genome shotgun sequence	True	False
USA0053_01_000000009417	2086	0.5083312799070145	3	2	2	2	2	False	119309	maximal	True	USA0053_01_000000009417	1.0	PS818	24	6	False	True	0.9956855177879333	0					non-mobilizable	no_good_hit	1334.0	96.102	64.0	0.023312754682663216	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
CHI0108_000000002415	3166	0.5083308002101569	5	4	3	4	1	True	82937	maximal	True	CHI0108_000000002415	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1998.0	83.78399999999999	63.0	0.0036464533616600426	NZ_FNWC01000006.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
CAN0013_000000004015	6270	0.5083299801290726	9	6	5	6	2	True	93914	maximal	True	CAN0013_000000004015	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	509.0	99.214	14.0	0.00014276424171672314	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0212_000000029775	1220	0.5083296864961153	2	2	2	2	2	False	28313	maximal	True	ISR0212_000000029775	1.0		21	5	False	False	0.9991803169250488	0					non-mobilizable	other	1220.0	99.262	100.0	0.00609692052996694	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0078_000000026948	1304	0.5083277113898956	3	2	2	2	2	False	129035	fragment	False	DEN0078_000000026948	0.9511836852324151		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	84.87799999999999	61.0	0.0016958891424044807	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
USA0034_01_000000040945	1256	0.5083277113898956	3	2	2	2	2	False	129035	fragment	False	DEN0078_000000026948	0.8340838371155097		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	570.0	83.509	59.0	0.0015703710315357281	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
MAD0088_000000001210	11005	0.5083261749552775	8	8	8	8	7	False	122776	maximal	True	MAD0088_000000001210	1.0		123	10	False	False	1.0	0					non-mobilizable	other	11005.0	99.655	100.0	0.004613254260154169	CP002794.1	high GC Gram+	Bifidobacterium longum subsp. longum KACC 91563, complete genome	False	False
MON0028_000000014715	1761	0.5083258665988333	3	3	1	3	3	False	12591	fragment	False	MON0028_000000014715	1.0		0	0	False	False	0.9778534770011902	0					non-mobilizable	no_good_hit	439.0	92.255	28.0	0.00011630608667631083	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0160_000000010530	2676	0.5083218734144086	4	2	2	2	1	False	64314	maximal	True	ISR0160_000000010530	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	85.417	5.0	0.0005605381165919282	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
ENG0122_000000006414	4228	0.5083217914000063	5	3	2	3	2	False	59086	fragment	False	ENG0122_000000006414	0.9996208291203236		0	0	False	False	0.9985808730125427	0					non-mobilizable	no_good_hit	98.0	93.87799999999999	2.0	0.000393876856042112	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0206_000000006465	3956	0.5083217914000063	5	3	2	3	2	False	59086	fragment	False	ENG0122_000000006414	0.9674787133396405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0105_000000024870	1539	0.5083215063204056	2	1	1	1	1	False	114656	fragment	False	ISR0104_000000017024	0.9236045725822454		0	0	False	False	1.0	0					non-mobilizable	other	1465.0	92.08200000000001	95.0	0.33417605148241786	NZ_VULP01000051.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq51, whole genome shotgun sequence	False	False
SPA0054_000000008524	3370	0.5083185754903194	6	6	2	2	5	True	6444	fragment	False	SPA0054_000000008524	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3370.0	99.852	100.0	0.1019796585543044	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
FIJ0169_000000002213	9188	0.5083164096508178	7	4	4	4	4	False	47426	maximal	True	FIJ0169_000000002213	0.992104324013932		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	95.01700000000001	7.0	8.00271238598469e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0092_000000007804	2335	0.5083161668296499	1	1	1	1	1	False	15714	maximal	True	MAD0092_000000007804	1.0		23	8	False	False	1.0	0					non-mobilizable	chromosome	2334.0	97.12899999999999	99.0	0.001102075425796501	NZ_LR134375.1	firmicutes	Veillonella dispar strain NCTC11831 chromosome 1	False	False
FIJ0040_000000019370	1281	0.5083139448994378	3	2	2	2	2	False	47455	maximal	True	FIJ0040_000000019370	1.0		33	6	False	False	0.9882903695106506	0					non-mobilizable	no_good_hit	631.0	85.42	49.0	0.0010194999595436523	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
CHI0044_000000011769	1375	0.5083115849742874	2	2	2	2	2	False	87232	fragment	False	ISR0370_000000016697	0.7027594193228016		0	0	False	False	0.9992727041244507	0					non-mobilizable	other	1375.0	97.6	100.0	0.006013129102844639	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
FIJ0071_000000023594	1548	0.5083112251379079	1	1	1	1	1	False	79375	fragment	False	CHI0152_000000007468	0.9824967044079672		0	0	False	False	0.9987080097198486	0					non-mobilizable	other	1394.0	86.944	90.0	0.03616054032991298	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
USA0083_01_000000011795	2551	0.5083109262882659	2	2	2	1	0	True	500	fragment	False	USA0083_01_000000011795	1.0		0	0	False	False	0.9996079802513123	0					non-mobilizable	chromosome	2343.0	98.634	99.0	0.0005332207695637038	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0781_000000026151	1193	0.5083088084895896	2	2	1	2	1	False	22274	maximal	True	ISR0781_000000026151	1.0		669	13	False	False	1.0	0					non-mobilizable	other	1194.0	96.734	100.0	0.00038773345258926643	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	False
ISR0030_000000000349	27052	0.5083051838521596	56	13	8	11	6	False	65218	maximal	True	ISR0030_000000000349	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	538.0	89.963	2.0	0.0006312997721677917	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0383_000000000770	10072	0.5083032501922751	16	4	3	4	2	False	30450	maximal	True	ISR0383_000000000770	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1123.0	73.82	11.0	0.0003643243902621994	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0105_000000018175	1784	0.5083029397599842	3	1	1	1	1	False	104742	maximal	True	FIJ0105_000000018175	1.0		0	0	False	False	0.966928243637085	0					non-mobilizable	no_good_hit	309.0	87.37899999999999	17.0	0.0001356611719429491	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
AST0148_000000023827	1417	0.5083029397599842	1	1	1	1	1	False	104738	fragment	False	AST0148_000000023827	0.9372772630078403		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	107.0	94.39299999999999	13.0	4.730290863800199e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0014_000000017111	1403	0.5083029397599842	1	1	1	1	1	False	104738	fragment	False	AST0148_000000023827	0.9340155257586451		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	214.0	86.916	15.0	9.371330956585302e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0051_000000038854	1259	0.5083029397599842	1	1	1	1	1	False	74451	fragment	False	DEN0051_000000038854	0.990047770700637		0	0	False	False	0.9753772616386414	0					non-mobilizable	no_good_hit	37.0	94.595	3.0	0.00015449401004652476	AL807234.6	rodents	Mouse DNA sequence from clone RP23-293E12 on chromosome 4, complete sequence	True	False
SPA0034_000000030509	1121	0.5083029397599842	1	1	1	1	1	False	7131	fragment	False	SPA0034_000000030509	1.0		0	0	False	False	0.9857270121574402	0					non-mobilizable	no_good_hit	76.0	93.421	7.0	3.346903913066179e-05	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0066_000000029070	1161	0.5082980464021136	2	2	2	2	1	False	45265	fragment	False	FIJ0066_000000029070	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0107_000000007576	5048	0.5082956536056245	12	4	2	4	2	True	14707	maximal	True	MAD0107_000000007576	1.0		1	1	False	False	0.999603807926178	0					non-mobilizable	no_good_hit	2399.0	86.995	56.0	0.09133615710435117	MK233394.1	viruses	Uncultured human fecal virus clone F.prausnitzii_B10.V01.I15_1_c1 sequence	True	True
DEN0001_000000014800	2828	0.5082952208489656	4	3	3	2	2	False	94889	maximal	True	DEN0001_000000014800	1.0		1	1	False	False	0.9823196530342102	0					non-mobilizable	no_good_hit								True	False
SPA0089_000000029695	1257	0.508291682051391	1	1	1	1	1	False	96066	fragment	False	CHI0141_000000019848	0.5632325898860511		0	0	False	False	1.0	0					non-mobilizable	other	1257.0	99.92	100.0	0.0003782606155408494	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
MON0025_000000032795	1307	0.5082888971316464	2	2	2	2	2	False	12785	maximal	True	MON0025_000000032795	1.0		71	9	False	False	1.0	0					non-mobilizable	chromosome	1307.0	99.311	100.0	0.0005089250886429821	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
ENG0202_000000002981	8331	0.5082828824253046	17	7	3	6	3	True	54144	maximal	True	ENG0202_000000002981	1.0		7	6	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	77.108	2.0	2.4915951488019553e-05	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	True	True
ISR0378_000000006258	3676	0.5082825406063183	5	3	2	3	2	False	50079	fragment	False	ISR0378_000000006258	1.0		0	0	False	False	0.9991838932037354	0					non-mobilizable	other	2323.0	99.26799999999999	100.0	0.010021233621627221	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	False	False
ENG0148_000000023753	1533	0.5082824008873513	3	2	2	1	1	False	57278	maximal	True	ENG0148_000000023753	0.9985580389329488		51	10	False	False	1.0	0					non-mobilizable	no_good_hit	265.0	76.226	17.0	7.248909934673047e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0084_000000022713	1314	0.5082806278106091	2	2	2	2	2	False	61503	maximal	True	ENG0084_000000022713	1.0		558	15	False	False	1.0	0					non-mobilizable	other	1314.0	99.54299999999999	100.0	0.005719562821534829	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0036_000000006077	3713	0.5082778643254025	4	3	3	3	3	True	65330	maximal	False	ISR0261_000000004409	0.9560226979623421		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	85.135	2.0	0.00014661961449083827	NZ_AUDH01000001.1	a-proteobacteria	Rubritepida flocculans DSM 14296 H596DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	True
ENG0098_000000004020	6228	0.5082759803492353	8	6	4	5	4	False	98990	maximal	False	DEN0010_000000006481	0.9937468103194005		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4745.0	94.015	76.0	0.0824104177895231	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
DEN0010_000000006481	6200	0.5082759803492353	7	6	4	5	4	False	98990	maximal	True	DEN0010_000000006481	0.9965064762506144		18	5	False	False	0.9982258081436157	0					non-mobilizable	no_good_hit	4745.0	94.015	76.0	0.0824104177895231	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
AUS0024_000000004967	6197	0.5082759803492353	7	6	4	5	4	False	98990	maximal	False	DEN0010_000000006481	0.9958218130655576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4745.0	93.994	76.0	0.0824104177895231	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
SPA0120_000000006850	6193	0.5082759803492353	7	6	4	5	4	False	98990	maximal	False	DEN0010_000000006481	0.9959015269549174		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4745.0	94.015	76.0	0.0824104177895231	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	False
SPA0145_000000019054	1823	0.5082746862071453	2	1	1	1	1	False	82226	fragment	False	ISR0133_000000010398	0.697996234393931		0	0	False	False	0.9978058338165283	0					non-mobilizable	other	1823.0	95.118	100.0	0.006476932592977043	NZ_SPFU01000006.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_6_length_281306_cov_28.5776, whole genome shotgun sequence	False	False
DEN0082_000000016932	2377	0.5082716844539035	3	2	2	2	2	True	69277	fragment	False	DEN0082_000000016932	1.0		0	0	False	False	0.9995793104171753	0					non-mobilizable	no_good_hit	87.0	79.31	4.0	0.001615079138877805	NZ_FOWX01000035.1	g-proteobacteria	Pseudomonas borbori strain DSM 17834, whole genome shotgun sequence	True	True
ISR0138_000000007755	3778	0.5082713373220288	6	6	4	4	4	False	31359	maximal	True	ISR0138_000000007755	1.0		1	1	False	False	0.9857067465782166	0					non-mobilizable	no_good_hit	1542.0	100.0	41.0	0.0011930504232193471	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	True	False
AUS0004_000000008034	2622	0.5082680171433421	4	4	3	4	2	False	128247	maximal	True	AUS0004_000000008034	1.0		26	6	False	False	0.9900839328765869	0					non-mobilizable	no_good_hit	1865.0	87.185	71.0	0.0300734693877551	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0188_000000020987	1197	0.5082646694569336	2	2	2	2	1	False	54880	maximal	True	ENG0188_000000020987	1.0		0	0	False	False	0.9924812316894531	0					non-mobilizable	no_good_hit	653.0	97.85600000000001	55.0	0.00017624908428869168	NZ_CP014229.1	d-proteobacteria	Desulfovibrio fairfieldensis strain CCUG 45958 chromosome, complete genome	True	False
USA0056_01_000000010687	1660	0.5082641579352724	3	1	1	1	1	False	1918	maximal	True	USA0056_01_000000010687	1.0		221	11	False	False	0.992168664932251	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	6.460689445621943e-06	NC_022571.1	firmicutes	Clostridium saccharobutylicum DSM 13864, complete sequence	True	False
ENG0139_000000005027	3671	0.5082636027931701	4	2	1	2	1	True	57872	fragment	False	ENG0139_000000005027	1.0		0	0	False	False	0.9950966835021973	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	3.094860926119938e-05	NZ_QOVM01000001.1	CFB group bacteria	Leeuwenhoekiella aequorea strain LMG 22550 Contig001, whole genome shotgun sequence	True	True
ENG0017_000000002771	7707	0.5082619857212682	13	5	2	3	4	False	104301	maximal	True	ENG0017_000000002771	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1631.0	94.23700000000001	66.0	0.0003528920410702452	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
DEN0018_000000019740	1968	0.5082611342044973	2	2	2	2	2	False	126082	maximal	False	ISR0296_000000012544	0.9188995215311004		0	0	False	False	0.9994918704032898	0					non-mobilizable	other	1974.0	82.27	100.0	0.004029967370594979	NZ_FPKO01000007.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	False	False
ENG0199_000000016807	1524	0.5082593886387214	2	2	2	2	2	False	75867	maximal	True	ENG0199_000000016807	1.0		3	2	False	False	0.9737532734870911	0					non-mobilizable	no_good_hit	1363.0	79.017	89.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
DEN0010_000000034644	1354	0.5082593886387214	2	2	2	2	2	False	75865	fragment	False	DEN0010_000000034644	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	79.017	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
DEN0083_000000004980	5178	0.5082545951501919	7	7	3	5	5	False	79198	fragment	False	DEN0083_000000004980	1.0		0	0	False	False	0.9980687499046326	0					non-mobilizable	no_good_hit	2361.0	74.587	50.0	0.0006847377812659653	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0396_000000019326	1205	0.5082479460825907	3	3	3	2	0	True	22658	fragment	False	ISR0396_000000019326	0.9995737425404945		0	0	False	False	0.996680498123169	0					non-mobilizable	no_good_hit	841.0	97.741	69.0	0.018831926737295744	MK232081.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.I13_11_c1 sequence	True	True
SPA0151_000000016924	1173	0.5082479460825907	3	3	3	2	0	True	22658	fragment	False	ISR0396_000000019326	0.9863070539419088		0	0	False	False	0.9982949495315552	0					non-mobilizable	no_good_hit	841.0	97.62200000000001	71.0	0.018831926737295744	MK232081.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V07.I13_11_c1 sequence	True	True
MAD0092_000000008611	2124	0.508245903058158	3	3	1	1	3	False	15711	maximal	True	MAD0092_000000008611	1.0		11	3	False	False	1.0	0					non-mobilizable	chromosome	2132.0	85.272	100.0	0.0009905531620314218	LT906445.1	firmicutes	Veillonella parvula strain NCTC11810 genome assembly, chromosome: 1	False	False
ISR0047_000000020045	1494	0.508245861759398	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.08285714285714287		0	0	False	False	1.0	0					non-mobilizable	other	1424.0	98.666	100.0	0.007656877199401655	NZ_KI669412.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.6, whole genome shotgun sequence	False	False
MON0023_000000021484	1076	0.5082439604903545	2	2	2	2	2	False	12961	fragment	False	MON0023_000000021484	1.0		0	0	False	False	0.9897769689559937	0					non-mobilizable	other	1076.0	96.46799999999999	100.0	0.04709287029729019	NZ_SPFY01000030.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_30_length_22806_cov_22.6189, whole genome shotgun sequence	False	False
ISR0223_000000002235	9511	0.5082434882448713	11	3	3	2	2	False	27836	maximal	True	ISR0223_000000002235	1.0		0	0	False	False	0.9993691444396973	0					non-mobilizable	no_good_hit	3107.0	94.979	63.0	0.016623765468664176	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
ENG0035_000000012801	1737	0.5082419334960095	2	2	1	2	1	False	65386	maximal	True	ENG0035_000000012801	1.0		1	1	False	False	0.9930915236473083	0					non-mobilizable	no_good_hit								True	False
ISR0385_000000020517	1179	0.5082415060319132	2	2	2	2	2	True	72806	maximal	False	DEN0045_000000034938	0.9553499597747386		0	0	False	False	0.9949109554290771	0					non-mobilizable	no_good_hit	94.0	82.979	8.0	0.00015490421755880946	NZ_PPDB01000003.1	firmicutes	Veillonella denticariosi JCM 15641 Contig_3_len_600371, whole genome shotgun sequence	True	True
DEN0077_000000001137	6043	0.5082396861438769	3	3	3	3	2	False	107873	maximal	True	DEN0077_000000001137	1.0		1053	13	False	False	1.0	0					non-mobilizable	other	5921.0	99.62799999999999	99.0	0.0012502948858504	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0025_000000015813	1341	0.5082381939216616	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.214225985850682		0	0	False	False	0.9992542862892151	0					non-mobilizable	chromosome	1288.0	99.22399999999999	100.0	0.00034489448962047133	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
AST0090_000000019563	1155	0.5082381939216616	1	1	1	1	1	False	125790	fragment	False	SPA0115_000000011713	0.10017116998900966		0	0	False	False	1.0	0					non-mobilizable	other	1155.0	98.874	100.0	0.6067297581493165	NZ_JAAWUO010000037.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_37_length_1902_cov_261.886, whole genome shotgun sequence	False	False
ISR0170_000000020080	2314	0.5082374078605765	3	3	3	3	3	False	59805	maximal	False	ENG0110_000000013013	0.9860730222173629		0	0	False	False	0.9995678663253784	0					non-mobilizable	no_good_hit	211.0	73.934	9.0	0.0006880995696860252	NZ_LMBW01000006.1	firmicutes	Bacillus humi strain DSM 16318 Scaffold6, whole genome shotgun sequence	True	False
ISR0207_000000019865	1522	0.5082325867614219	2	2	2	2	1	False	73720	fragment	False	DEN0031_000000022757	0.9852265265922522		0	0	False	False	0.994086742401123	0					non-mobilizable	chromosome	1522.0	98.75200000000001	100.0	0.0006937514025546107	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
ISR0196_000000020651	1106	0.5082312067361117	1	1	1	1	1	False	28953	fragment	False	ISR0196_000000020651	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	111.0	76.577	10.0	1.9783575016568743e-05	NZ_CP033920.1	CFB group bacteria	Chryseobacterium carnipullorum strain G0188 chromosome, complete genome	True	False
MAD0068_000000013209	2116	0.5082306359543369	3	3	3	3	2	False	16456	maximal	True	MAD0068_000000013209	1.0		1	1	False	False	0.9933837652206421	0					non-mobilizable	no_good_hit	1383.0	74.259	65.0	0.0037398484951886987	NZ_NQOF01000007.1	firmicutes	Blautia hominis strain KB1 KB1_contig7, whole genome shotgun sequence	True	False
CHI0054_000000014524	1202	0.508229001358671	1	1	1	1	1	False	86295	fragment	False	CHI0054_000000014524	0.9482652585824841		0	0	False	False	0.9991680383682251	0					non-mobilizable	chromosome	1186.0	99.831	99.0	0.0003316586205632263	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0117_000000030065	1235	0.5082271047226254	1	1	1	1	1	False	4278	maximal	True	SPA0117_000000030065	1.0		1	1	False	False	0.9991902709007263	0					non-mobilizable	no_good_hit								True	False
MON0039_000000018947	2492	0.5082251452535775	3	3	3	3	3	False	130049	fragment	False	ENG0005_000000004373	0.42172984509406014		0	0	False	False	1.0	0					non-mobilizable	chromosome	2492.0	98.435	100.0	0.0008025726159000271	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0044_000000014724	1120	0.5082233263436154	2	2	2	2	2	False	87212	fragment	False	CHI0044_000000014724	1.0		0	0	False	False	0.9982143044471741	0					non-mobilizable	chromosome	1120.0	98.839	100.0	0.0004989839723137472	CP040804.1	firmicutes	Streptococcus salivarius strain LAB813 chromosome, complete genome	False	False
ISR0357_000000004590	4839	0.5082226801849231	5	5	4	2	3	True	106422	maximal	True	ISR0357_000000004590	1.0		31	7	False	False	0.9991734027862549	0		MOBV			mobilizable	no_good_hit	3495.0	97.654	88.0	0.000648943983549428	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
CHI0147_000000000986	16315	0.5082214669214015	20	9	4	9	5	True	108400	backbone	False	ISR0280_000000000088	0.016039388506314013	PS672	0	0	False	True	1.0	0					non-mobilizable	other	16315.0	99.902	100.0	0.16280137314386076	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
CAN0020_000000013368	2772	0.5082190943059393	5	5	5	5	4	False	91893	maximal	True	CAN0020_000000013368	1.0		2	1	False	False	0.9971140027046204	0					non-mobilizable	no_good_hit	869.0	72.382	31.0	0.005760437873377165	NZ_FUWW01000003.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0245_000000002215	2536	0.508218933408904	3	2	2	2	2	False	79035	maximal	True	ISR0245_000000002215	1.0		400	15	False	False	0.9877760410308838	0					non-mobilizable	chromosome	2534.0	98.816	99.0	0.0007342699405887784	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0095_000000003136	8123	0.5082157963688428	6	2	1	2	1	False	59225	maximal	True	FIJ0095_000000003136	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	1.0	0.35833333333333334	JN064452.1	bacteria	Uncultured bacterium clone SC03_FZZ71GH01BBGZ3 16S ribosomal RNA gene, partial sequence	True	False
ENG0035_000000006468	3420	0.5082157963688428	3	2	1	2	1	False	65425	maximal	True	ENG0035_000000006468	1.0		2	1	False	False	0.9982455968856812	0					non-mobilizable	no_good_hit	60.0	91.667	2.0	9.60366176228821e-05	CP047588.1	enterobacteria	Buchnera aphidicola (Uroleucon sonchi) strain UsonBac chromosome, complete genome	True	False
ENG0062_000000006561	3783	0.5082146175040607	3	2	2	2	2	False	77994	fragment	False	USA0116_01_000000005719	0.5910864293008039		0	0	False	False	0.9992069602012634	0					non-mobilizable	other	3783.0	99.815	100.0	0.0007324930387014692	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0061_000000006255	2647	0.508214410217106	3	2	2	2	1	False	16825	maximal	True	MAD0061_000000006255	1.0		1	1	False	False	0.9875330328941345	0					non-mobilizable	no_good_hit	339.0	85.84100000000001	12.0	0.008044937401818442	NZ_CYXX01000031.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0052_000000016955	1873	0.5082134663803975	2	2	2	2	2	False	63968	maximal	True	ENG0052_000000016955	1.0		36	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000009745	4128	0.5082111933365785	6	2	2	2	1	False	75767	maximal	True	DEN0011_000000009745	1.0		10	6	False	False	0.9934592843055725	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	0.00045473277344360605	NZ_FOKA01000018.1	high GC Gram+	Cellulomonas marina strain CGMCC 4.6945, whole genome shotgun sequence	True	False
FIJ0169_000000013007	1749	0.5082110967264369	2	2	2	2	2	False	84815	fragment	False	SPA0086_000000007628	0.8769500123774588		0	0	False	False	0.9708404541015625	0					non-mobilizable	chromosome	1749.0	99.257	100.0	0.00032885565381508304	CP042981.1	enterobacteria	Escherichia coli strain NCCP 14539 chromosome, complete genome	False	False
ISR0282_000000005594	3660	0.5082108092116943	5	3	3	3	3	False	26147	maximal	True	ISR0282_000000005594	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000016737	1829	0.5082098504951176	2	1	1	1	1	False	27802	maximal	True	ISR0223_000000016737	0.9536571747627023		199	12	False	False	0.9737561345100403	0					non-mobilizable	other	1810.0	98.12200000000001	99.0	0.005751456940377517	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
CHI0162_000000022715	1445	0.5082067346126483	1	1	1	1	1	False	78531	fragment	False	SPA0007_000000018287	0.97815479419253		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	199.0	91.96	22.0	0.0020956594447560884	NZ_QSFT01000013.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf13, whole genome shotgun sequence	True	False
CHI0188_000000005651	2667	0.5082051789978822	2	2	2	2	2	False	119194	maximal	True	CHI0188_000000005651	1.0	PS816	2	1	False	True	0.9973753094673157	0					non-mobilizable	no_good_hit	1488.0	87.164	56.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
MON0011_000000024176	1946	0.5082045801822574	3	2	2	2	2	False	127490	fragment	False	MON0078_000000019965	0.7120101258894362		0	0	False	False	0.990750253200531	0					non-mobilizable	other	1950.0	93.538	100.0	0.03166891441756171	NZ_SPFY01000013.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_13_length_61543_cov_14.8577, whole genome shotgun sequence	False	False
ISR0014_000000008321	4313	0.5082036301226052	4	4	0	4	0	True	54055	maximal	True	ISR0014_000000008321	1.0		11	5	False	False	0.9944354295730591	0					non-mobilizable	other	4229.0	88.76799999999999	98.0	0.028301760133184754	NZ_SPFY01000003.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_3_length_148966_cov_20.1561, whole genome shotgun sequence	False	True
ISR0344_000000019211	1781	0.5082022006486222	1	1	1	1	1	False	42421	maximal	True	ISR0344_000000019211	0.9985172004744958		1071	13	False	False	0.9668725728988647	0					non-mobilizable	other	1781.0	99.944	100.0	0.003493470350642367	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0027_000000018536	2019	0.5081993323646162	3	3	2	2	1	False	123112	fragment	False	FIJ0129_000000007248	0.16000161910740618		0	0	False	False	1.0	0					non-mobilizable	other	2020.0	95.84200000000001	100.0	0.0015121394525275883	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0390_000000006743	2008	0.5081993323646162	3	3	2	2	1	False	123112	fragment	False	FIJ0129_000000007248	0.16090657146684223		0	0	False	False	1.0	0					non-mobilizable	other	2008.0	98.904	100.0	0.013036192158798619	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
AST0031_000000015195	1764	0.5081993323646162	3	3	2	2	1	False	123105	fragment	False	ISR0274_000000003666	0.5204998853700142		0	0	False	False	0.9943310618400574	0					non-mobilizable	other	1767.0	95.02	100.0	0.0004699944723753164	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
ENG0005_000000014045	1694	0.5081993323646162	3	3	2	2	1	False	123105	fragment	False	ISR0274_000000003666	0.4187978523011444		0	0	False	False	1.0	0					non-mobilizable	other	1697.0	95.404	100.0	0.0005878265703168426	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
USA0035_01_000000015273	1668	0.5081993323646162	3	3	2	2	1	False	123105	fragment	False	ISR0274_000000003666	0.4149409316716696		0	0	False	False	0.9988009333610535	0					non-mobilizable	other	1668.0	97.962	100.0	0.006406044046836752	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
MON0022_000000002505	6962	0.5081958993530229	12	5	2	4	3	True	30863	maximal	True	MON0022_000000002505	1.0		2	1	False	False	0.9826199412345886	0					non-mobilizable	no_good_hit	102.0	93.137	1.0	0.003454526798235113	NZ_JH379461.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1204, whole genome shotgun sequence	True	True
MAD0016_000000002351	2211	0.5081891954390321	3	3	3	3	3	False	123000	fragment	False	ISR0157_000000012693	0.1293967524429197		0	0	False	False	0.9954771399497986	0					non-mobilizable	chromosome	2211.0	98.462	100.0	0.0007123234864012289	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0020_000000022899	1197	0.5081888685684789	2	2	2	2	2	False	37662	maximal	True	ISR0020_000000022899	1.0		1178	15	False	False	0.9941520690917969	0					non-mobilizable	other	1196.0	99.331	99.0	0.0003572548596377047	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
MAD0059_000000001822	9121	0.5081869205385916	6	5	5	5	5	False	75967	maximal	True	MAD0059_000000001822	1.0		2	1	False	False	0.9998903870582581	0					non-mobilizable	no_good_hit	3728.0	74.839	41.0	0.0014229450964496646	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
MON0021_000000021620	1399	0.5081807713505885	2	2	1	1	2	False	45761	maximal	True	MON0021_000000021620	1.0		57	11	False	False	0.9764117002487183	0					non-mobilizable	no_good_hit	476.0	75.84	34.0	0.0005878324888678446	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0029_000000036324	1120	0.5081805852769095	2	2	2	2	2	False	37069	maximal	True	ISR0029_000000036324	1.0		7	2	False	False	0.9982143044471741	0					non-mobilizable	no_good_hit	383.0	78.068	34.0	0.010128617363344052	NZ_JNJN01000028.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00027.27_C, whole genome shotgun sequence	True	False
AST0052_000000020639	1232	0.5081804724511055	2	2	2	1	1	False	114358	maximal	True	AST0052_000000020639	1.0		5	4	False	False	0.9902597665786743	0					non-mobilizable	no_good_hit	672.0	98.065	55.0	0.005587477379056133	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	False
DEN0054_000000002914	1975	0.5081787245852675	3	3	3	3	2	False	87699	maximal	False	SPA0107_000000014653	0.6529074529074529		0	0	False	False	1.0	0					non-mobilizable	other	1975.0	98.98700000000001	100.0	0.008491162566619494	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0151_000000002435	6109	0.5081778567432911	5	4	2	0	2	False	120731	fragment	False	ISR0151_000000002435	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6070.0	99.76899999999999	99.0	0.0013480106348243855	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0285_000000002089	5562	0.5081778567432911	4	4	2	0	2	False	120728	fragment	False	ISR0285_000000002089	0.9454840717388769		0	0	False	False	1.0	0					non-mobilizable	chromosome	4173.0	92.883	98.0	0.0006643112267800024	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0196_000000003362	5109	0.5081778567432911	4	4	2	0	2	False	120728	fragment	False	ISR0285_000000002089	0.6369411482680091		0	0	False	False	0.996672511100769	0					non-mobilizable	other	5075.0	99.90100000000001	99.0	0.008642053109282628	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	False	False
ISR0336_000000003181	3807	0.5081778567432911	4	4	2	0	2	False	120724	fragment	False	ISR0336_000000003181	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3807.0	99.869	100.0	0.0008453663661462532	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CAN0018_000000009977	3449	0.5081778567432911	4	4	2	0	2	False	120723	fragment	False	ISR0334_000000005338	0.9577776878435045		0	0	False	False	0.9997100830078125	0					non-mobilizable	chromosome	3449.0	99.94200000000001	100.0	0.0007713027074559336	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
MON0014_000000004785	3313	0.5081778567432911	4	4	2	0	2	False	120723	fragment	False	ISR0334_000000005338	0.7139302363473667		0	0	False	False	0.9936613440513611	0					non-mobilizable	chromosome	3313.0	98.249	100.0	0.0007356419875660512	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0067_000000010243	2788	0.5081778567432911	4	4	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.8501637904103416		0	0	False	False	1.0	0					non-mobilizable	chromosome	2788.0	99.785	100.0	0.0006190320710587514	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
USA0025_01_000000005891	2788	0.5081778567432911	4	4	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.8488625519823678		0	0	False	False	1.0	0					non-mobilizable	chromosome	2788.0	99.426	100.0	0.0006190320710587514	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
MON0083_000000013810	2596	0.5081778567432911	4	4	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.6657374638535396		0	0	False	False	0.9992296099662781	0					non-mobilizable	chromosome	2596.0	99.037	100.0	0.0005804902917193004	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0019_000000011193	2587	0.5081778567432911	4	4	2	0	2	False	120720	fragment	False	SPA0019_000000011193	1.0		0	0	False	False	0.9992269277572632	0					non-mobilizable	chromosome	2587.0	100.0	100.0	0.0005743871315959567	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0139_000000010694	2553	0.5081778567432911	4	4	2	0	2	False	120719	fragment	False	SPA0139_000000010694	1.0		0	0	False	False	0.9996082782745361	0					non-mobilizable	other	2553.0	100.0	100.0	0.004346574602855591	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	False	False
SPA0128_000000015269	2428	0.5081778567432911	4	4	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.5675260876457578		0	0	False	False	1.0	0					non-mobilizable	chromosome	2375.0	97.93700000000001	100.0	0.0005272989367396756	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ISR0799_000000006695	2314	0.5081778567432911	4	4	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.47288452270419123		0	0	False	False	1.0	0					non-mobilizable	chromosome	2314.0	98.963	100.0	0.0005137499750121607	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0081_000000012033	2188	0.5081778567432911	4	4	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.33350687918330735		0	0	False	False	1.0	0					non-mobilizable	chromosome	2188.0	99.863	100.0	0.0004892224539460925	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ISR0208_000000012604	2166	0.5081778567432911	4	4	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.22943053709109423		0	0	False	False	1.0	0					non-mobilizable	other	2167.0	94.97	100.0	0.0036857317557129694	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	False	False
CHI0009_000000003866	2134	0.5081778567432911	4	4	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.3322180695443999		0	0	False	False	1.0	0					non-mobilizable	chromosome	2134.0	99.67200000000001	100.0	0.00047376943220965795	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0093_000000018383	2095	0.5081778567432911	4	4	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.28549363396933986		0	0	False	False	1.0	0					non-mobilizable	chromosome	2095.0	99.33200000000001	100.0	0.00046841875563014067	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
MAD0109_000000007859	1806	0.5081773709754027	2	2	2	2	1	False	14587	maximal	True	MAD0109_000000007859	1.0		24	8	False	False	0.9933554530143738	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	3.8864274848151724e-05	NZ_OEST01000002.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
FIJ0154_000000011144	3189	0.5081761996391742	5	5	4	5	4	False	39609	maximal	True	FIJ0154_000000011144	1.0		23	2	False	False	0.9996864199638367	0					non-mobilizable	no_good_hit	1826.0	93.319	57.0	0.019322084198923135	AP012293.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC2 DNA, complete genome	True	False
MAD0104_000000004196	2544	0.5081756608712087	3	2	2	2	2	False	14890	maximal	True	MAD0104_000000004196	1.0		2	1	False	False	0.9787735939025879	0					non-mobilizable	no_good_hit	730.0	73.014	29.0	0.7141444114737884	XM_032047117.1	ascomycetes	Aspergillus alliaceus glyceraldehyde 3-phosphate dehydrogenase (BDW43DRAFT_311106), partial mRNA	True	False
TAN0009_000000015871	2432	0.5081744532690089	3	3	2	2	1	False	28267	maximal	True	TAN0009_000000015871	1.0		2	2	False	False	0.9983552694320679	0					non-mobilizable	no_good_hit	266.0	95.48899999999999	11.0	0.002457777241910203	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	False
SPA0009_000000007192	4727	0.5081709671648997	4	3	2	3	1	True	41672	fragment	False	SPA0009_000000007192	1.0		0	0	False	False	0.9995769262313843	0					non-mobilizable	no_good_hit	217.0	100.0	7.0	0.010745734043082433	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
CHI0051_000000008519	2128	0.5081709197281594	2	2	2	2	2	False	129016	maximal	True	CHI0051_000000008519	1.0	PS1059	7	4	False	True	0.9971804618835449	0					non-mobilizable	no_good_hit	1365.0	80.806	69.0	0.00530355294929286	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
FIJ0061_000000009160	2691	0.5081700857406636	4	4	4	3	3	False	68548	fragment	False	FIJ0061_000000009160	0.9975827445146894		0	0	False	False	1.0	0					non-mobilizable	other	2691.0	99.405	100.0	0.0067320181288993775	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
FIJ0131_000000003253	5761	0.5081689529185512	8	7	6	6	4	False	52538	fragment	False	FIJ0023_000000004898	0.9681246983917557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	876.0	93.037	23.0	0.00027221101922649763	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0063_000000006351	6132	0.50816533418834	10	6	3	5	5	False	113661	maximal	True	DEN0063_000000006351	1.0		24	5	False	False	0.9996738433837891	0					non-mobilizable	no_good_hit	1858.0	95.156	64.0	0.0005573006536164175	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0074_000000016127	1848	0.5081630798010631	3	2	2	1	1	False	34714	maximal	True	ISR0074_000000016127	1.0		1	1	False	False	0.9843073487281799	0					non-mobilizable	no_good_hit	160.0	77.5	9.0	6.703640589220118e-05	CP035534.1	e-proteobacteria	Sulfurimonas sp. NW10 chromosome, complete genome	True	False
AST0108_000000007862	3262	0.508159105551602	4	1	1	1	0	False	107272	maximal	True	AST0108_000000007862	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1811.0	97.57	55.0	0.22362399505256647	LN853212.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0581	True	False
DEN0008_000000006229	1446	0.5081588996215056	4	3	3	1	2	False	76121	maximal	True	DEN0008_000000006229	1.0		16	6	False	False	0.9896265268325806	0					non-mobilizable	no_good_hit	997.0	100.0	69.0	0.00021093061060599772	CP054224.1	enterobacteria	Escherichia coli strain EcPF16 chromosome, complete genome	True	False
MON0029_000000003746	5227	0.5081586461941507	7	6	4	3	5	False	70434	maximal	True	MON0029_000000003746	0.9967669801023002		39	7	False	False	0.9881384968757629	0					non-mobilizable	no_good_hit	2437.0	99.91799999999999	58.0	0.0021799672110022123	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
MON0052_000000004764	4631	0.5081586461941507	7	6	4	3	5	False	70434	maximal	False	MON0029_000000003746	0.7096477306936654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2545.0	100.0	57.0	0.0022766160036082218	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0091_000000014180	1531	0.5081572738120507	3	2	2	2	2	False	43370	maximal	True	FIJ0091_000000014180	1.0		6	3	False	False	0.9947746396064758	0					non-mobilizable	no_good_hit	695.0	98.993	45.0	0.00017015346420439404	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0001_000000004674	4203	0.5081563668408411	4	4	4	4	3	False	122460	maximal	True	FIJ0001_000000004674	1.0	PS871	3	2	False	True	0.9952415227890015	0					non-mobilizable	no_good_hit	2321.0	92.546	55.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	True	True
ISR0077_000000025565	1424	0.508156297448191	1	1	1	1	1	False	34476	maximal	True	ISR0077_000000025565	1.0		124	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0366_000000002757	5042	0.5081471514239289	9	3	2	3	1	False	23636	maximal	True	ISR0366_000000002757	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	96.0	80.208	2.0	0.0031495529666756977	NZ_ADGQ01000074.1	firmicutes	Peptostreptococcus stomatis DSM 17678 contig00005, whole genome shotgun sequence	True	False
ISR0197_000000017389	1466	0.5081426638184432	5	3	2	2	2	False	28919	maximal	True	ISR0197_000000017389	1.0		118	9	False	False	0.9488403797149658	0					non-mobilizable	no_good_hit	878.0	99.544	60.0	0.008042034992480651	NZ_WNAJ01000013.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold13_size109052, whole genome shotgun sequence	True	False
ENG0204_000000015410	1727	0.5081421105889388	2	2	2	2	2	False	54032	maximal	False	ENG0207_000000009655	0.9534883720930232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	100.0	84.0	6.0	0.0007886563572206774	NZ_BBCE01000006.1	firmicutes	Syntrophomonas palmitatica JCM 14374, whole genome shotgun sequence	True	False
MON0107_000000050010	1239	0.5081413482541159	3	3	3	2	1	True	8557	maximal	True	MON0107_000000050010	1.0		5	4	False	False	0.9951573610305786	0					non-mobilizable	no_good_hit								True	True
AST0106_000000010926	1818	0.5081386800518612	2	2	2	2	2	False	113048	fragment	False	ISR0128_000000018708	0.7267276560354332		0	0	False	False	0.9917491674423218	0					non-mobilizable	other	1799.0	99.77799999999999	99.0	0.0007568002586084978	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
ISR0076_000000014434	1788	0.5081386800518612	2	2	2	2	2	False	113048	fragment	False	ISR0128_000000018708	0.9578039454055236		0	0	False	False	1.0	0					non-mobilizable	other	1788.0	100.0	100.0	0.0007536564144933147	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
ENG0071_000000011788	1735	0.5081386800518612	2	2	2	2	2	False	113048	fragment	False	ISR0128_000000018708	0.7089890616578436		0	0	False	False	0.999423623085022	0					non-mobilizable	chromosome	1657.0	99.94	100.0	0.0007331758067922363	CP046514.1	high GC Gram+	Bifidobacterium longum strain JSRL02 chromosome, complete genome	False	False
CHI0117_000000005014	2978	0.5081344361294318	4	3	1	2	1	False	82107	fragment	False	CHI0117_000000005014	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	611.0	92.471	25.0	0.00021313482153663855	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0170_000000004132	2407	0.5081344361294318	3	3	1	2	1	False	77992	fragment	False	FIJ0126_000000014358	0.925087787748732		0	0	False	False	0.9875363707542419	0					non-mobilizable	no_good_hit	265.0	84.906	16.0	9.315826636700757e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0086_000000017681	1745	0.5081306918294901	3	3	3	3	3	False	9738	maximal	True	MON0086_000000017681	1.0		156	12	False	False	1.0	0					non-mobilizable	no_good_hit	487.0	71.047	28.0	0.00010063237299504119	CP034675.1	firmicutes	Cellulosilyticum sp. WCF-2 chromosome, complete genome	True	False
AUS0022_000000015777	2191	0.5081293445671756	3	3	2	2	2	True	116152	maximal	False	ISR0400_000000008305	0.951727622116446		0	0	False	False	1.0	0					non-mobilizable	other	2193.0	97.446	100.0	0.013791626782205652	NZ_AGDG01000026.1	CFB group bacteria	Bacteroides faecis MAJ27 contig026, whole genome shotgun sequence	False	True
AST0040_000000009277	2141	0.5081293445671756	3	3	2	2	2	True	116152	maximal	False	ISR0400_000000008305	0.9406702598474864		0	0	False	False	0.9845866560935974	0					non-mobilizable	other	2141.0	100.0	100.0	0.025311964042817433	NZ_LFQU01000018.1	CFB group bacteria	Prevotella rara strain 109 contig00018, whole genome shotgun sequence	False	True
ISR0267_000000008845	1949	0.5081282586118132	3	3	3	2	1	False	26535	maximal	True	ISR0267_000000008845	1.0		44	9	False	False	0.9635710716247559	0					non-mobilizable	chromosome	1722.0	98.72200000000001	100.0	0.000388248294286777	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CAN0004_000000016984	1660	0.5081268116669924	2	1	1	1	1	False	110755	fragment	False	CAN0004_000000016984	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1505.0	92.425	91.0	0.0019199801808497462	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0109_000000010297	3064	0.5081230354384529	4	4	3	1	2	True	32758	maximal	True	ISR0109_000000010297	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	83.295	43.0	6.0313877940813585e-05	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
CHI0151_000000019720	1235	0.5081228029747688	2	2	2	2	2	False	79445	maximal	True	CHI0151_000000019720	1.0		63	9	False	False	0.9757084846496582	0					non-mobilizable	chromosome	1232.0	100.0	99.0	0.00024216857135887454	CP052386.1	enterobacteria	Klebsiella pneumoniae strain C17KP0055 chromosome, complete genome	False	False
ISR0368_000000003604	3377	0.5081199939526431	5	5	4	4	2	True	125768	maximal	True	ISR0368_000000003604	1.0		838	14	False	False	1.0	0					non-mobilizable	other	2562.0	94.34	99.0	0.0007964116676798101	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0006_000000006826	3601	0.5081167729469674	4	3	3	2	2	False	129826	maximal	True	ENG0006_000000006826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	92.42399999999999	2.0	1.8050441263864127e-05	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0163_000000005859	4178	0.5081148368366836	3	2	2	2	2	False	112390	maximal	True	FIJ0163_000000005859	1.0		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	1308.0	76.60600000000001	40.0	0.0007166751577293168	NC_013895.2	firmicutes	Mageeibacillus indolicus UPII9-5, complete sequence	True	False
ISR0812_000000022727	1740	0.5081143649709405	3	3	3	3	3	False	68806	maximal	True	ISR0812_000000022727	0.994131455399061		9	4	False	False	0.998275876045227	0					non-mobilizable	no_good_hit	81.0	83.95100000000001	5.0	0.0008212485056395863	NZ_JAAITI010000015.1	firmicutes	Blautia luti strain MSK.16.34 NODE_15_length_96195_cov_253.786, whole genome shotgun sequence	True	False
FIJ0046_000000008644	3273	0.5081141720704905	2	2	2	2	2	False	114670	maximal	True	FIJ0046_000000008644	1.0		115	6	False	False	1.0	0					non-mobilizable	no_good_hit	1689.0	99.46700000000001	52.0	0.10480566248603006	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0257_000000001971	6912	0.5081139058775818	9	8	2	5	6	True	26825	fragment	False	ISR0257_000000001971	1.0		0	0	False	False	0.9997106194496155	0					non-mobilizable	other	6896.0	99.956	99.0	0.0018203664018708984	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
ISR0067_000000015398	1927	0.5081132636814747	4	4	4	4	3	False	40324	maximal	True	ISR0067_000000015398	0.997191011235955		270	13	False	False	0.9823560118675232	0					non-mobilizable	no_good_hit	384.0	75.26	19.0	0.007569521132416424	NZ_JAAISM010000031.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_31_length_49805_cov_206.601, whole genome shotgun sequence	True	False
FIJ0021_000000010983	4560	0.5081125934398698	6	3	2	2	2	False	49679	fragment	False	FIJ0021_000000010983	1.0		0	0	False	False	0.9997807145118713	0					non-mobilizable	no_good_hit	2946.0	98.473	65.0	0.0010567122577904273	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
FIJ0049_000000012573	1365	0.5081115804512409	2	2	2	2	1	False	46648	fragment	False	FIJ0147_000000016299	0.984296372155632		0	0	False	False	0.9992673993110657	0					non-mobilizable	other	1365.0	96.557	100.0	0.0003344226587533047	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0140_000000019596	1509	0.5081112827904135	2	2	2	2	2	False	108178	fragment	False	CHI0140_000000019596	0.9884472714723067		0	0	False	False	1.0	0					non-mobilizable	chromosome	1509.0	100.0	100.0	0.0005166244825190445	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ENG0039_000000017019	1537	0.5081111198636282	3	2	1	2	2	False	64923	fragment	False	ENG0039_000000017019	1.0		0	0	False	False	0.9980481266975403	0					non-mobilizable	other	1537.0	99.74	100.0	0.00045919955180210415	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0119_000000010054	1733	0.5081051741965991	1	1	1	1	1	False	95592	fragment	False	ISR0075_000000014007	0.9580980798786436		0	0	False	False	0.9965378046035767	0					non-mobilizable	other	1733.0	99.596	100.0	0.0003657957334954211	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0357_000000006006	3843	0.5081043213802996	6	5	2	5	4	True	23887	maximal	True	ISR0357_000000006006	1.0		65	9	False	False	0.9997397661209106	0					non-mobilizable	no_good_hit	1561.0	90.391	68.0	0.00044333672036885616	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
AST0087_000000006850	4746	0.5081027809583113	5	4	3	4	3	False	111035	maximal	True	AST0087_000000006850	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1490.0	97.98700000000001	64.0	0.0004232479157600116	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0171_000000005481	4399	0.5080943230180798	4	4	4	3	1	True	90393	fragment	False	ISR0171_000000005481	0.9764906103175017		0	0	False	False	0.9997726678848267	0					non-mobilizable	no_good_hit	296.0	87.5	9.0	7.159194747504764e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0001_000000017629	1908	0.5080943230180798	4	4	4	3	1	True	88228	fragment	False	SPA0001_000000017629	0.9761029411764706		0	0	False	False	0.99737948179245	0					non-mobilizable	no_good_hit	358.0	90.50299999999999	19.0	0.001765919242583881	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	True
ISR0042_000000022191	1465	0.5080921856332514	2	2	2	2	1	True	72802	fragment	False	ISR0042_000000022191	0.9913854989231874		0	0	False	False	0.9993174076080322	0					non-mobilizable	other	863.0	87.486	93.0	0.00026630015138043653	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0286_000000014812	1393	0.5080921856332514	2	2	2	2	1	True	72802	fragment	False	ISR0042_000000022191	0.9668941979522185		0	0	False	False	0.9748743772506714	0					non-mobilizable	other	865.0	87.514	93.0	0.0002672334463034988	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0858_000000002479	3463	0.5080879334423859	5	4	3	3	3	False	20462	maximal	True	ISR0858_000000002479	1.0		2	2	False	False	0.9942246675491333	0					non-mobilizable	other	3481.0	94.542	100.0	0.008851212047483065	NZ_GL882583.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld3, whole genome shotgun sequence	False	False
CHI0098_000000005503	1656	0.5080863617490347	1	1	1	1	1	False	83399	fragment	False	CHI0098_000000005503	1.0		0	0	False	False	0.9830917716026306	0					non-mobilizable	other	1632.0	97.181	99.0	0.001133694642024274	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
SPA0126_000000018713	2273	0.5080855950196045	4	3	3	3	0	False	3978	maximal	True	SPA0126_000000018713	1.0		1	1	False	False	0.9868015646934509	0					non-mobilizable	no_good_hit	244.0	88.525	16.0	0.00020761298888373415	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
DEN0064_000000032857	1323	0.5080850814774653	3	2	2	1	1	False	71197	maximal	True	DEN0064_000000032857	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	482.0	89.419	36.0	0.0001297007007093923	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
CHI0034_000000008874	1860	0.5080829793713285	3	3	2	3	2	False	88227	maximal	True	CHI0034_000000008874	1.0		37	7	False	False	0.998924732208252	0					non-mobilizable	no_good_hit	367.0	73.569	19.0	0.002900676018661016	NZ_WEHX01000001.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_1_length_124109_cov_243.874252, whole genome shotgun sequence	True	False
FIJ0162_000000011217	2000	0.508078495733662	3	1	1	1	0	True	39232	maximal	True	FIJ0162_000000011217	1.0		1	1	False	False	0.9944999814033508	0					non-mobilizable	no_good_hit	489.0	82.618	36.0	0.18087085969482694	X66730.1	b-proteobacteria	B.bronchiseptica plasmid pBBR1 genes for mobilization and replication	True	True
ISR0779_000000012311	2735	0.5080743317468389	2	2	1	2	1	False	96086	fragment	False	ISR0779_000000012311	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	74.524	15.0	0.00011844648445125884	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CHI0134_000000007416	2042	0.5080657805941311	3	3	3	3	2	False	81748	fragment	False	CHI0134_000000007416	1.0		0	0	False	False	0.997551441192627	0					non-mobilizable	chromosome	2042.0	99.363	100.0	0.0003105886850152905	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ENG0146_000000015563	1436	0.5080654473782301	3	3	2	2	2	False	76199	maximal	False	USA0045_01_000000009885	0.9864049136581307		0	0	False	False	1.0	0					non-mobilizable	chromosome	1436.0	98.46799999999999	100.0	0.0004830125983822612	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0013_000000021277	1337	0.5080652656180383	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.15006560727383003		0	0	False	False	1.0	0					non-mobilizable	chromosome	1337.0	98.803	100.0	0.000430617275037123	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
AST0028_000000013596	1155	0.5080632006972252	3	2	2	2	1	False	118559	fragment	False	AST0028_000000013596	0.9918552036199095		0	0	False	False	1.0	0					non-mobilizable	chromosome	1111.0	99.37	100.0	0.00020633853386991266	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
CHI0123_000000012887	1105	0.5080632006972252	3	2	2	2	1	False	118559	fragment	False	AST0028_000000013596	0.9735930735930736		0	0	False	False	0.9945701360702515	0					non-mobilizable	chromosome	1092.0	98.993	100.0	0.00020280661301988714	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
ISR0825_000000021826	1109	0.5080627420319392	2	2	2	2	1	False	21109	maximal	True	ISR0825_000000021826	1.0		186	11	False	False	1.0	0					non-mobilizable	no_good_hit	859.0	98.021	77.0	0.006012024048096192	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	True	False
ISR0324_000000021315	1445	0.5080616225976045	1	1	1	1	1	False	24908	maximal	True	ISR0324_000000021315	1.0		4	1	False	False	0.9757785201072693	0					non-mobilizable	no_good_hit	422.0	70.142	28.0	0.6682847896440129	NZ_KB291601.1	firmicutes	Clostridium celatum DSM 1785 Scfld5, whole genome shotgun sequence	True	False
SPA0059_000000005558	4775	0.5080583681316242	4	3	3	3	0	True	122710	fragment	False	SPA0059_000000005558	1.0		0	0	False	False	0.9995811581611633	0					non-mobilizable	no_good_hit	85.0	90.588	2.0	4.515838753716618e-05	NZ_CP027228.1	firmicutes	Mogibacterium diversum strain CCUG 47132 chromosome, complete genome	True	True
ENG0131_000000018264	1438	0.5080563100378935	2	2	2	2	1	False	58347	maximal	True	ENG0131_000000018264	1.0		1	1	False	False	0.9993045926094055	0					non-mobilizable	chromosome	1438.0	100.0	100.0	0.0004008159128101268	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	False
SPA0055_000000012831	2459	0.5080539238139318	4	1	1	1	1	False	6400	maximal	True	SPA0055_000000012831	1.0		149	10	False	False	1.0	0					non-mobilizable	other	1154.0	99.56700000000001	100.0	0.021425651317501022	NZ_JAAIPV010000029.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_29_length_53814_cov_91.186, whole genome shotgun sequence	False	False
ISR0384_000000002552	5040	0.5080529291122667	4	3	2	3	3	False	28299	maximal	True	ISR0384_000000002552	0.99072375127421		1094	13	False	False	1.0	0					non-mobilizable	other	5040.0	98.988	100.0	0.009037997614499539	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0030_000000006654	4516	0.5080448406695998	8	6	3	3	6	False	94011	fragment	False	SPA0030_000000006654	1.0		0	0	False	False	0.9997785687446594	0					non-mobilizable	no_good_hit	1432.0	93.296	49.0	0.0003178453152798971	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0121_000000004236	4290	0.5080410165734729	8	5	5	5	4	False	82477	maximal	True	ENG0121_000000004236	1.0		33	7	False	False	0.9983683228492737	0					non-mobilizable	no_good_hit	128.0	80.469	3.0	0.0007741807619177386	NZ_JAAVNF010000002.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_2_length_161351_cov_31.074081, whole genome shotgun sequence	True	False
ISR0184_000000003716	3595	0.5080408928708162	4	4	4	3	2	False	82183	fragment	False	ISR0184_000000003716	1.0		0	0	False	False	0.9988873600959778	0					non-mobilizable	other	3561.0	94.49600000000001	99.0	0.061859971834414176	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
MON0054_000000013082	3215	0.5080390389723345	5	5	1	4	2	False	120309	maximal	True	MON0054_000000013082	1.0		3	1	False	False	0.997200608253479	0					non-mobilizable	no_good_hit								True	False
MAD0023_000000008459	1545	0.5080377378092584	3	3	3	3	3	False	19946	maximal	False	MAD0030_000000006968	0.1487079716651701		0	0	False	False	1.0	0					non-mobilizable	other	1566.0	77.778	100.0	0.007477922908518436	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
USA0080_01_000000012555	3479	0.5080370096652974	5	5	4	4	3	False	622	maximal	True	USA0080_01_000000012555	1.0		36	5	False	False	0.9931014776229858	0					non-mobilizable	other	1737.0	99.42399999999999	100.0	0.0004928032556808633	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0043_000000023601	1157	0.5080342262687707	1	1	1	1	1	True	18002	fragment	False	MAD0043_000000023601	1.0		0	0	False	False	0.9913569688796997	0					non-mobilizable	plasmid	1157.0	98.531	100.0	0.022877951275505154	CP025867.1	enterobacteria	Escherichia coli strain 504211 plasmid p504211_50, complete sequence	False	True
MON0007_000000040712	1583	0.508033406940182	3	2	2	2	2	False	13931	fragment	False	MON0007_000000040712	1.0		0	0	False	False	0.9943146109580994	0					non-mobilizable	no_good_hit	513.0	74.854	32.0	0.0009186472738057133	NZ_GL982465.1	CFB group bacteria	Prevotella nigrescens ATCC 33563 SCAFFOLD2, whole genome shotgun sequence	True	False
SPA0092_000000009330	4253	0.5080332123752785	4	3	3	2	3	True	110095	fragment	False	SPA0092_000000009330	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4299.0	81.089	100.0	0.006810362985326125	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
SPA0062_000000022772	1395	0.5080321552815064	2	2	2	2	2	False	39361	maximal	True	SPA0062_000000022772	1.0		138	9	False	False	0.990680992603302	0					non-mobilizable	other	1330.0	99.023	95.0	0.003945575403835135	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	False	False
MAD0050_000000000423	27427	0.5080273445054779	19	13	9	11	9	True	17433	maximal	True	MAD0050_000000000423	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	81.395	0.0	3.175290794264971e-05	AP021888.1	g-proteobacteria	Thiomicrorhabdus sp. AkT22 DNA, complete genome	True	True
ISR0112_000000005385	5093	0.5080228561992234	7	5	4	4	4	False	128926	maximal	True	ISR0112_000000005385	1.0	PS1059	23	6	False	True	1.0	0					non-mobilizable	no_good_hit	4415.0	99.25299999999999	87.0	0.2196784949982581	NZ_CYXV01000023.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0139_000000012282	1711	0.5080193640673994	2	2	2	2	2	False	57855	fragment	False	ENG0139_000000012282	1.0		0	0	False	False	0.9941554665565491	0					non-mobilizable	no_good_hit	848.0	95.40100000000001	50.0	0.49129930394431554	GQ873780.1		Uncultured organism clone 1041059765647 genomic sequence	True	False
ENG0192_000000020693	1118	0.5080193325509035	3	3	3	2	1	True	54614	fragment	False	ENG0192_000000020693	1.0		0	0	False	False	0.9481216669082642	0					non-mobilizable	chromosome	619.0	95.961	100.0	0.0001632533594397821	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	True
ISR0072_000000000318	37671	0.5080192905568094	58	31	14	29	26	False	38324	maximal	True	ISR0072_000000000318	1.0		1	1	False	False	0.9996018409729004	0					non-mobilizable	no_good_hit	457.0	82.932	1.0	0.00614292079007412	NZ_VULP01000014.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq14, whole genome shotgun sequence	True	False
USA0010_01_000000010191	2652	0.5080178504911099	3	3	3	3	2	False	101676	fragment	False	USA0010_01_000000010191	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2284.0	84.72	85.0	0.0004104231118901701	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	True	False
USA0045_01_000000001823	7962	0.5080169859612175	7	4	3	4	2	False	17658	fragment	False	USA0045_01_000000001823	1.0		0	0	False	False	0.9988696575164795	0					non-mobilizable	no_good_hit	479.0	81.42	8.0	0.00016556683811257987	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0124_000000019522	1471	0.5080136266800745	2	2	2	2	2	False	121055	fragment	False	MON0102_000000027913	0.5335036103697928		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0133_000000005505	3264	0.5080132085295099	2	2	1	2	0	False	80801	fragment	False	CHI0133_000000005505	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0180_000000009161	1902	0.508010578066639	2	2	2	2	1	False	55332	backbone	True	ENG0180_000000009161	0.9773200572883253	PS234	3	2	True	True	0.9978969693183899	11					non-mobilizable	no_good_hit	654.0	77.982	34.0	0.0002338887982714504	NZ_CP014230.1	d-proteobacteria	Desulfomicrobium orale DSM 12838 chromosome, complete genome	True	True
FIJ0061_000000001608	12922	0.5080011545419171	17	8	4	7	2	False	45843	fragment	False	FIJ0107_000000001733	0.9634819224626108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	98.571	1.0	5.492668481635382e-05	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
FIJ0130_000000001824	11604	0.5080011545419171	16	8	4	7	2	False	40897	fragment	False	FIJ0130_000000001824	1.0		0	0	False	False	0.9969838261604309	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.595355468262104e-06	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	False
FIJ0027_000000013474	1287	0.5079987729038073	2	2	2	2	2	False	48978	maximal	True	FIJ0027_000000013474	1.0		14	9	False	False	0.9588189721107483	0					non-mobilizable	no_good_hit	247.0	89.87899999999999	19.0	0.04294478527607362	LN853280.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0656	True	False
FIJ0108_000000009876	2293	0.5079911283895824	5	4	2	3	2	False	42226	maximal	True	FIJ0108_000000009876	1.0		1	1	False	False	0.9995638728141785	0					non-mobilizable	no_good_hit	138.0	87.681	6.0	0.0062711709237389	NZ_JWHR01000045.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig045, whole genome shotgun sequence	True	False
FIJ0148_000000006003	2841	0.5079895297084952	4	3	3	2	1	False	119151	maximal	True	FIJ0148_000000006003	1.0	PS816	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1488.0	87.366	52.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0214_000000015743	1874	0.5079829131933093	2	2	2	1	1	False	28214	maximal	True	ISR0214_000000015743	1.0		1	1	False	False	0.9861259460449219	0					non-mobilizable	no_good_hit								True	False
CHI0051_000000008263	2192	0.507982051377813	5	3	2	2	3	False	86647	fragment	False	CHI0051_000000008263	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1323.0	93.726	86.0	0.00032338965314927337	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
SPA0041_000000025884	1302	0.5079800635234133	2	2	2	2	1	False	29069	fragment	False	ISR0193_000000019924	0.9626132930513596		0	0	False	False	0.9923195242881775	0					non-mobilizable	no_good_hit	450.0	75.778	34.0	0.00015850507982066486	HG530135.1	firmicutes	Clostridium tetani 12124569 main chromosome, complete genome	True	False
ENG0134_000000012688	3056	0.5079792820828365	4	3	3	3	3	False	63602	maximal	True	ENG0134_000000012688	0.9480830445069024		364	11	False	False	0.9957460761070251	0					non-mobilizable	other	3056.0	99.575	100.0	0.016044662458115817	NZ_JAAIUL010000003.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_3_length_190406_cov_249.689, whole genome shotgun sequence	False	False
ISR0077_000000011602	2748	0.5079792820828365	4	3	3	3	3	False	63602	maximal	False	ENG0134_000000012688	0.37300036192544334		0	0	False	False	0.9992722272872925	0					non-mobilizable	other	2748.0	99.199	100.0	0.0007739156578593335	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
MAD0039_000000002347	4930	0.5079782477429087	10	4	2	4	3	False	18502	maximal	True	MAD0039_000000002347	1.0		1	1	False	False	0.9987829327583313	0					non-mobilizable	no_good_hit								True	False
CHI0069_000000009059	1178	0.5079732952469066	3	3	3	3	2	False	85035	maximal	True	CHI0069_000000009059	1.0		49	7	False	False	0.9736841917037964	0					non-mobilizable	no_good_hit	215.0	100.0	18.0	7.331408438930737e-05	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
FIJ0035_000000005061	2388	0.5079710600627777	4	4	4	4	4	False	84793	maximal	True	FIJ0035_000000005061	1.0		5	1	False	False	0.9790619611740112	0					non-mobilizable	chromosome	2390.0	90.37700000000001	100.0	0.0009305613412553148	CP027569.1	firmicutes	Megasphaera elsdenii strain NCIMB702410 chromosome, complete genome	False	False
USA0057_01_000000009985	3145	0.5079694787464373	4	2	2	1	1	False	982	maximal	True	USA0057_01_000000009985	1.0		2	2	False	False	0.9949125647544861	0					non-mobilizable	no_good_hit	1602.0	99.68799999999999	51.0	0.003602472452673953	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
FIJ0161_000000011963	1469	0.5079690457938175	2	2	2	2	1	False	53022	fragment	False	FIJ0111_000000013429	0.8113937883622632		0	0	False	False	1.0	0					non-mobilizable	other	1463.0	96.446	99.0	0.025516360901729655	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
AST0061_000000031015	1356	0.5079652903884424	2	2	2	2	2	False	111850	maximal	True	AST0061_000000031015	1.0		73	7	False	False	1.0	0					non-mobilizable	other	1357.0	97.494	100.0	0.00046589125857343064	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
SPA0018_000000002098	11148	0.5079647288216956	9	6	4	5	3	True	24360	fragment	False	SPA0018_000000002098	0.9995017213263273		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0028_000000001708	11038	0.5079647288216956	9	6	4	5	3	True	24360	fragment	False	SPA0018_000000002098	0.994573017581629		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0029_000000025826	1667	0.5079556908204561	2	1	1	1	1	False	37104	maximal	True	ISR0029_000000025826	1.0		400	12	False	False	1.0	0					non-mobilizable	chromosome	1667.0	100.0	100.0	0.00025679421858490356	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0066_000000014966	1419	0.5079522904337128	2	2	2	2	0	True	62743	maximal	True	ENG0066_000000014966	1.0		0	0	False	False	0.9718111157417297	0					non-mobilizable	no_good_hit	193.0	98.964	14.0	4.3440368591527496e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
CAN0007_000000018033	2265	0.5079486180091203	4	3	3	2	3	False	95329	maximal	True	CAN0007_000000018033	0.9570341975812241		87	8	False	False	1.0	0					non-mobilizable	no_good_hit	1955.0	78.77199999999999	86.0	0.039257131130720296	NZ_LNAM01000124.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf21, whole genome shotgun sequence	True	False
FIJ0079_000000018528	1520	0.5079424440113254	2	2	2	2	2	False	48657	fragment	False	FIJ0079_000000018528	1.0		0	0	False	False	0.9986842274665833	0					non-mobilizable	chromosome	1520.0	99.145	100.0	0.0002945284791006934	CP045641.1	enterobacteria	Klebsiella quasipneumoniae strain KP18-31 chromosome, complete genome	False	False
SPA0046_000000018352	1758	0.5079424275458941	3	3	2	2	1	False	6722	fragment	False	SPA0046_000000018352	1.0		0	0	False	False	0.9954493641853333	0					non-mobilizable	other	1740.0	99.655	99.0	0.0005739910432311966	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	False
SPA0138_000000002828	7021	0.5079410805085522	9	8	5	6	7	False	124419	maximal	True	SPA0138_000000002828	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	4086.0	99.266	59.0	0.0012224386468965768	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
CHI0050_000000003243	2995	0.5079374452935616	4	4	4	4	4	False	86710	maximal	True	CHI0050_000000003243	1.0		301	13	False	False	1.0	0					non-mobilizable	chromosome	2995.0	99.766	100.0	0.0006074486103344985	CP041425.1	enterobacteria	Escherichia coli strain STEC388 chromosome, complete genome	False	False
ISR0323_000000003459	4878	0.5079289670266697	10	6	3	5	2	True	24997	maximal	True	ISR0323_000000003459	1.0		1	1	False	False	0.9956949353218079	0					non-mobilizable	no_good_hit	1462.0	89.398	50.0	0.00242398080738484	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0102_000000023556	1914	0.5079251488300719	2	2	2	1	1	False	8949	maximal	True	MON0102_000000023556	1.0		214	12	False	False	0.9858934283256531	0					non-mobilizable	other	1914.0	100.0	100.0	0.0005122864390843757	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MAD0042_000000008525	2617	0.5079230220188513	4	3	1	2	2	False	18138	maximal	True	MAD0042_000000008525	1.0		1	1	False	False	0.9992357492446899	0					non-mobilizable	no_good_hit	106.0	84.906	4.0	0.0011683303085299455	NZ_CABMGA010000009.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0099_000000012649	1749	0.507922868969993	3	3	0	2	3	True	42772	fragment	False	FIJ0099_000000012649	1.0		0	0	False	False	0.9977129697799683	0					non-mobilizable	other	1749.0	100.0	100.0	0.03425570275143059	NZ_CAAHGR010000026.1	enterobacteria	Klebsiella quasivariicola isolate SB6094, whole genome shotgun sequence	False	True
DEN0078_000000024841	1393	0.5079208563176115	1	1	1	1	1	False	69710	fragment	False	DEN0078_000000024841	1.0		0	0	False	False	0.9992821216583252	0					non-mobilizable	no_good_hit								True	False
MAD0021_000000012245	1279	0.5079183092603005	2	2	2	1	1	False	19321	maximal	True	MAD0021_000000012245	1.0		34	6	False	False	0.9913995265960693	0					non-mobilizable	chromosome	1280.0	98.516	100.0	0.0003422146567562874	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MON0095_000000011085	2738	0.5079167559377636	3	3	3	1	1	False	9321	maximal	True	MON0095_000000011085	1.0		1	1	False	False	0.9981738328933716	0					non-mobilizable	no_good_hit	1028.0	75.973	37.0	0.00032335421836248167	NZ_CP014223.1	firmicutes	Anaerotignum propionicum DSM 1682 strain X2 chromosome, complete genome	True	False
MAD0107_000000034203	1160	0.5079090658564578	3	1	1	1	1	True	14632	fragment	False	MAD0107_000000034203	1.0		0	0	False	False	0.9646551609039307	0					non-mobilizable	no_good_hit	143.0	76.923	12.0	2.487162725865465e-05	CP049139.1	b-proteobacteria	Herbaspirillum frisingense strain IAC152 chromosome, complete genome	True	True
FIJ0026_000000023375	1399	0.5079074732008414	3	3	1	2	3	False	49054	fragment	False	FIJ0026_000000023375	1.0		0	0	False	False	0.9799857139587402	0					non-mobilizable	plasmid	1350.0	100.0	96.0	0.010595932858388382	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
ISR0323_000000000416	22429	0.5079030654096871	24	19	7	11	16	True	107455	fragment	False	ISR0323_000000000416	1.0		0	0	False	True	0.999955415725708	0					non-mobilizable	other	22429.0	99.991	100.0	0.049580199753292746	NZ_KB905474.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.3, whole genome shotgun sequence	False	True
FIJ0005_000000028952	1275	0.5078983311964318	2	2	2	2	1	True	124763	fragment	False	MON0096_000000025597	0.534839492902057		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0782_000000007156	1856	0.5078924432237528	3	2	2	2	2	False	76420	maximal	True	ISR0782_000000007156	1.0		34	9	False	False	0.998383641242981	0					non-mobilizable	no_good_hit	144.0	77.778	8.0	0.000758429516794941	NZ_FNAR01000004.1	firmicutes	Bhargavaea beijingensis strain CGMCC 1.6762, whole genome shotgun sequence	True	False
ISR0292_000000001911	7324	0.5078913548549483	10	5	3	5	5	False	42297	fragment	False	ISR0292_000000001911	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	6495.0	99.384	95.0	0.0034776815741784017	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
MON0051_000000016962	2068	0.5078886454608184	2	1	1	1	1	False	40934	fragment	False	MON0051_000000016962	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2008.0	98.10799999999999	97.0	0.013349166427613628	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	False	False
MON0041_000000042735	1584	0.5078886454608184	1	1	1	1	1	False	40933	fragment	False	MON0041_000000042735	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1584.0	99.306	100.0	0.010560584934988692	NZ_VZBY01000018.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_6_length_149897_cov_29.8462_ID_11, whole genome shotgun sequence	False	False
SPA0014_000000007238	3018	0.5078884913925129	6	3	3	1	1	False	7949	maximal	True	SPA0014_000000007238	1.0		8	5	False	False	0.9930417537689209	0					non-mobilizable	no_good_hit								True	False
ENG0119_000000007600	4276	0.5078884140258423	6	5	5	5	3	True	128498	fragment	False	ENG0119_000000007600	1.0		0	0	False	False	0.999064564704895	0					non-mobilizable	chromosome	4030.0	99.75200000000001	94.0	0.0016471682242111647	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	False	True
ENG0182_000000021779	1300	0.5078882763212457	2	2	2	1	1	False	55212	maximal	True	ENG0182_000000021779	0.9870184254606365		52	11	False	False	0.9938461780548096	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	2.584083195994097e-05	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
SPA0034_000000023001	1517	0.5078871954006027	3	3	3	2	2	False	85705	maximal	True	SPA0034_000000023001	1.0		58	9	False	False	0.9986816048622131	0					non-mobilizable	other	1375.0	83.564	90.0	0.9992679355783309	EU999035.1	firmicutes	Enterococcus faecium strain BM4653 insertion sequence ISEfa9, complete sequence	False	False
CHI0158_000000004176	3639	0.5078862027700178	6	5	5	5	3	False	78916	maximal	True	CHI0158_000000004176	1.0		9	5	False	False	0.9912063479423523	0					non-mobilizable	no_good_hit	1455.0	98.625	40.0	0.0026813213581178713	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	True	False
ISR0822_000000003448	2027	0.5078838473035421	3	2	2	2	2	False	21195	maximal	True	ISR0822_000000003448	1.0		45	6	False	False	0.9995066523551941	0					non-mobilizable	no_good_hit	1718.0	85.681	84.0	0.00310679682166151	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
AST0140_000000022277	1304	0.5078818355674138	2	2	2	1	1	False	105414	fragment	False	AST0140_000000022277	1.0		0	0	False	False	0.9884969592094421	0					non-mobilizable	no_good_hit	927.0	70.119	70.0	0.00887481734047735	NZ_QEKJ01000008.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_108, whole genome shotgun sequence	True	False
ISR0082_000000007625	3696	0.5078740330636001	4	4	4	4	3	False	122302	fragment	False	ISR0082_000000007625	0.9662653975363942		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1672.0	79.306	45.0	0.006417431245957638	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
DEN0072_000000001200	14128	0.5078728634638403	20	3	3	3	1	False	70305	maximal	True	DEN0072_000000001200	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	88.0	95.455	1.0	0.0011412380465152887	NZ_FUWW01000009.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ISR0142_000000002282	1447	0.507870912562701	2	1	1	1	1	False	102572	maximal	True	ISR0142_000000002282	1.0		54	11	False	False	1.0	0					non-mobilizable	no_good_hit	1022.0	88.06299999999999	71.0	0.0020247330763250994	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
AUS0002_000000033777	1116	0.507870912562701	1	1	1	1	1	False	102571	fragment	False	ISR0213_000000022995	0.4794675090252708		0	0	False	False	0.9991039633750916	0					non-mobilizable	other	1022.0	87.867	100.0	0.00023820122380836396	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0126_000000038456	1194	0.507869315284656	2	2	2	1	2	False	55212	maximal	False	ENG0182_000000021779	0.9473076923076923		0	0	False	False	0.979899525642395	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	8.74604701690749e-05	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	True	False
MON0090_000000023851	2470	0.5078687425035352	4	4	1	4	2	False	45477	fragment	False	MON0090_000000023851	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2470.0	99.63600000000001	100.0	0.027866188122164286	LM997158.1	enterobacteria	Escherichia coli genome assembly FHI92, scaffold scaffold-11_contig-13.0_1_88602_[organism:Escherichia	False	False
ENG0199_000000000745	20348	0.5078680560093904	27	11	5	11	3	True	72883	maximal	True	ENG0199_000000000745	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	463.0	78.618	2.0	0.00010945123642028982	CP026615.2	firmicutes	Clostridioides difficile strain R3 chromosome, complete genome	True	True
FIJ0123_000000015282	2128	0.5078659554203034	3	3	3	3	3	False	80851	fragment	False	FIJ0123_000000015282	0.9653134465402466		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	566.0	71.908	34.0	0.0003089112293391352	CP053716.1	actinobacteria	Eggerthellaceae bacterium zg-1050 chromosome	True	False
MON0035_000000022021	1330	0.5078626514167617	4	3	3	3	3	False	12194	maximal	True	MON0035_000000022021	1.0		3	3	False	False	0.9849624037742615	0					non-mobilizable	no_good_hit								True	False
MON0104_000000013512	3262	0.5078611612706446	4	3	3	3	3	False	8820	maximal	True	MON0104_000000013512	1.0		18	6	False	False	1.0	0					non-mobilizable	chromosome	3096.0	100.0	95.0	0.0011392221486870788	NZ_CP028102.1	fusobacteria	Fusobacterium mortiferum ATCC 9817 chromosome, complete genome	False	False
CHI0064_000000006788	2637	0.50786050133887	5	5	4	3	4	False	85351	fragment	False	SPA0137_000000013097	0.9717158768320276		0	0	False	False	0.999620795249939	0					non-mobilizable	other	2637.0	98.824	100.0	0.001206365914213471	NZ_LR793266.1	firmicutes	Streptococcus salivarius isolate clinical strain from anonymous patient of Limoges Hospital, whole genome shotgun sequence	False	False
FIJ0117_000000008323	2455	0.50786050133887	5	5	4	3	4	False	85351	fragment	False	SPA0137_000000013097	0.63999494374921		0	0	False	False	1.0	0					non-mobilizable	other	2455.0	99.06299999999999	100.0	0.0011230735787101129	NZ_LR793266.1	firmicutes	Streptococcus salivarius isolate clinical strain from anonymous patient of Limoges Hospital, whole genome shotgun sequence	False	False
AST0039_000000012963	1217	0.5078599703878525	1	1	1	1	1	False	123997	fragment	False	ISR0104_000000012139	0.11255280183104721		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	97.124	100.0	0.00033768210118244275	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
SPA0099_000000001170	7260	0.5078555057548491	5	3	3	2	1	False	5015	maximal	True	SPA0099_000000001170	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3648.0	95.669	50.0	0.0016623925742807386	NZ_CP016766.1	firmicutes	Lactobacillus agilis strain La3 chromosome, complete genome	True	False
ISR0087_000000000223	40534	0.5078515045003438	44	10	3	4	7	False	64884	maximal	True	ISR0087_000000000223	1.0		1	1	False	False	0.9990131855010986	0					non-mobilizable	no_good_hit	31.0	96.774	0.0	2.5707958618413173e-06	LR761669.1	butterflies	Aphantopus hyperantus genome assembly, chromosome: 22	True	False
MON0101_000000051627	1289	0.5078485440870641	2	1	1	1	1	False	9005	maximal	True	MON0101_000000051627	1.0		2	2	False	False	0.9456943273544312	0					non-mobilizable	no_good_hit	1014.0	100.0	79.0	0.0001966021023809815	CP053247.1	enterobacteria	Escherichia coli strain SCU-482 chromosome, complete genome	True	False
ISR0149_000000009375	1816	0.5078480064863028	2	2	2	2	2	False	108770	fragment	False	ENG0059_000000005801	0.38664769026414575		0	0	False	False	1.0	0					non-mobilizable	other	1748.0	93.70700000000001	96.0	0.02744525088761115	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
AST0002_000000032305	1163	0.5078456637532666	3	2	1	2	1	False	130816	maximal	True	AST0002_000000032305	1.0		2	1	False	False	0.9767841696739197	0					non-mobilizable	no_good_hit	484.0	83.264	41.0	0.0035503133280681424	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	True	False
MAD0002_000000008036	3984	0.5078409197172086	7	4	2	3	1	False	20227	maximal	True	MAD0002_000000008036	1.0		3	1	False	False	0.9924699068069458	0					non-mobilizable	no_good_hit	1070.0	98.411	53.0	0.00039130948846808375	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
SPA0107_000000012700	2529	0.5078407359890239	3	3	3	2	2	False	128217	fragment	False	SPA0096_000000013995	0.9026940968021359		0	0	False	False	0.9980229139328003	0					non-mobilizable	no_good_hit	1371.0	99.854	54.0	0.2525811209439528	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0022_000000019529	2073	0.5078407359890239	3	3	3	2	2	False	74573	fragment	False	DEN0022_000000019529	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1379.0	99.855	66.0	0.25405604719764013	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0327_000000014025	2004	0.5078392901442503	3	3	2	2	3	False	63867	maximal	False	ENG0053_000000011788	0.9662633783154956		0	0	False	False	1.0	0					non-mobilizable	chromosome	2004.0	100.0	100.0	0.00037471716150347075	CP052372.1	enterobacteria	Klebsiella pneumoniae strain D16KP0042 chromosome, complete genome	False	False
MON0056_000000002124	5536	0.5078356766219844	6	5	5	4	4	False	53219	fragment	False	MON0056_000000002124	1.0		0	0	False	False	0.9998193383216858	0					non-mobilizable	chromosome	2984.0	83.914	95.0	0.001288616770488768	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
DEN0082_000000018611	2177	0.5078346543410107	3	2	1	2	1	False	104111	fragment	False	DEN0082_000000018611	0.9671620325982743		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	877.0	97.37700000000001	65.0	0.00034043108835352603	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0167_000000016852	1495	0.5078317637724289	1	1	1	1	1	False	72467	maximal	False	SPA0107_000000020543	0.9654554835183221		0	0	False	False	0.9993311166763306	0					non-mobilizable	no_good_hit								True	False
USA0075_01_000000012934	1919	0.5078283498143016	2	2	2	1	1	False	671	fragment	False	USA0075_01_000000012934	1.0		0	0	False	False	0.9989578127861023	0					non-mobilizable	no_good_hit	214.0	81.308	11.0	7.265760617178384e-05	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0135_000000003043	6159	0.5078267261579162	5	5	4	4	5	False	105502	maximal	True	ENG0135_000000003043	1.0		86	9	False	False	0.9996752738952637	0					non-mobilizable	other	6166.0	99.14	100.0	0.00886390986848632	NZ_DS499674.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_13, whole genome shotgun sequence	False	False
MON0048_000000034440	1199	0.5078266206085875	2	2	2	2	1	True	69667	fragment	False	ENG0134_000000031443	0.9406876154338356		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	43.0	93.023	4.0	5.847600666793551e-06	NZ_CP036319.1	bacteria	Crateriforma conspicua strain Mal65 chromosome	True	True
USA0069_01_000000030534	2002	0.507825880597212	2	2	2	2	1	False	61109	maximal	True	USA0069_01_000000030534	1.0		8	4	False	False	0.9835164546966553	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.00010156024884622834	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
ENG0101_000000019145	1747	0.507825590943944	4	4	4	4	2	True	100701	fragment	False	ISR0309_000000010652	0.644690290155112		0	0	False	False	0.9610761404037476	0					non-mobilizable	chromosome	1576.0	100.0	90.0	0.0006657162070829669	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	True
ENG0039_000000016086	1625	0.5078248898306124	3	2	1	2	1	False	64928	maximal	True	ENG0039_000000016086	1.0		2	1	False	False	0.9932307600975037	0					non-mobilizable	no_good_hit	649.0	99.07600000000001	40.0	0.0010339149636853324	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	False
CAN0004_000000020193	1419	0.5078239671799771	2	2	1	1	2	False	96118	maximal	True	CAN0004_000000020193	1.0		17	11	False	False	0.9992952942848206	0					non-mobilizable	no_good_hit	995.0	77.085	69.0	0.5594563986409966	NZ_SRMQ01000025.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000025, whole genome shotgun sequence	True	False
SPA0032_000000010787	2547	0.5078236770702366	4	4	2	3	4	False	7246	maximal	True	SPA0032_000000010787	1.0		287	14	False	False	1.0	0					non-mobilizable	chromosome	2547.0	100.0	100.0	0.0005252831185229353	CP057510.1	enterobacteria	Escherichia coli strain RHB24-C01 chromosome, complete genome	False	False
FIJ0119_000000006721	2549	0.5078232138891792	3	2	2	2	2	False	41576	maximal	True	FIJ0119_000000006721	1.0		61	6	False	False	1.0	0					non-mobilizable	no_good_hit	995.0	73.76899999999999	39.0	0.02073766849355651	FJ529692.1	bacteria	Uncultured bacterium 34R1 genomic sequence	True	False
FIJ0120_000000006813	3322	0.5078206789348513	5	2	2	2	1	True	41547	fragment	False	FIJ0120_000000006813	1.0		0	0	False	False	0.995785653591156	0					non-mobilizable	no_good_hit								True	True
SPA0057_000000027188	1218	0.5078201171370561	2	2	1	2	1	False	116526	fragment	False	ENG0045_000000008222	0.5096108168550981		0	0	False	False	1.0	0					non-mobilizable	chromosome	1218.0	99.015	100.0	0.00035278583406890774	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0029_000000007252	1574	0.5078188526674607	2	2	2	2	1	False	88585	maximal	True	CHI0029_000000007252	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	400.0	94.0	25.0	0.00010692533128093867	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0093_000000019493	1637	0.5078162817759362	3	1	1	1	0	True	15663	maximal	True	MAD0093_000000019493	1.0		1	1	False	False	0.999389111995697	0					non-mobilizable	no_good_hit	1179.0	90.755	71.0	0.00046432875425024946	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	True
ENG0067_000000010680	2657	0.5078151685637144	4	3	2	3	1	False	62680	maximal	True	ENG0067_000000010680	1.0		4	3	False	False	0.9973654747009277	0					non-mobilizable	no_good_hit	458.0	75.328	17.0	0.00012638758395100392	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
FIJ0106_000000011583	2236	0.5078151685637144	4	3	2	3	1	False	42351	maximal	True	FIJ0106_000000011583	1.0		17	1	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	81.148	5.0	0.000773789181137599	NZ_FMKA01000006.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
FIJ0172_000000015123	1829	0.5078151685637144	4	3	2	3	1	False	38730	maximal	True	FIJ0172_000000015123	1.0		47	8	False	False	1.0	0					non-mobilizable	no_good_hit	549.0	75.046	30.0	0.0001508856178445906	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0109_000000003689	6242	0.5078090343498046	9	5	1	2	4	False	59900	maximal	True	ENG0109_000000003689	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	4352.0	99.54	85.0	0.000759458098457258	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	True	False
MON0042_000000014308	1844	0.5077986399445518	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.0584079786107974		0	0	False	False	0.9983730912208557	0					non-mobilizable	chromosome	1717.0	90.681	92.0	0.0005960406172052876	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0275_000000005630	2476	0.5077975006980934	2	2	2	2	2	False	126367	maximal	False	SPA0066_000000003952	0.3374019118446321		0	0	False	False	1.0	0					non-mobilizable	other	2353.0	99.15	98.0	0.05377229080932785	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0060_000000006253	2458	0.5077975006980934	2	2	2	2	2	False	126367	maximal	False	SPA0066_000000003952	0.3360623595948026		0	0	False	False	1.0	0					non-mobilizable	other	2350.0	99.234	96.0	0.053703703703703705	NZ_CYZN01000028.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0004_000000006263	4259	0.5077932588178418	6	5	4	4	5	True	80095	maximal	True	ENG0004_000000006263	1.0		106	13	False	False	1.0	0					non-mobilizable	no_good_hit	2576.0	80.202	60.0	0.002656225241228619	NZ_DF158896.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
SPA0117_000000011796	3214	0.5077921691170844	5	4	2	3	3	True	131072	fragment	False	ENG0067_000000008989	0.9160442114751689		0	0	False	False	1.0	0					non-mobilizable	other	3232.0	90.40799999999999	100.0	0.0010970308152835357	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
ENG0067_000000008989	3190	0.5077921691170844	5	4	2	3	3	True	131072	fragment	False	ENG0067_000000008989	0.9163151942299097		0	0	False	False	1.0	0					non-mobilizable	other	3192.0	98.37100000000001	100.0	0.0009927146998305759	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0274_000000002058	2900	0.5077921691170844	5	4	2	3	3	True	131070	fragment	False	ISR0274_000000002058	1.0		0	0	False	False	0.9996551871299744	0					non-mobilizable	chromosome	2902.0	95.279	100.0	0.0008050944775028709	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
MAD0061_000000006416	2591	0.5077888217000429	2	2	2	2	2	False	104376	fragment	False	AUS0014_000000011300	0.9688665175242357		0	0	False	False	0.9996140599250793	0					non-mobilizable	other	1988.0	95.72399999999999	98.0	0.02102213638389541	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0357_000000016755	1561	0.5077882338150833	3	2	2	1	1	False	23880	maximal	True	ISR0357_000000016755	1.0		1	1	False	False	0.9916719794273376	0					non-mobilizable	no_good_hit								True	False
ISR0066_000000024800	1301	0.5077864072052481	3	2	2	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.24199418479810444	PS730	0	0	False	True	0.9992313385009766	0					non-mobilizable	chromosome	1304.0	92.255	100.0	0.00045313029378179755	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
SPA0104_000000008057	4301	0.5077839038958409	3	2	2	2	2	False	128558	fragment	False	SPA0038_000000006529	0.9800180123099157		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	235.0	88.936	9.0	8.051776758738095e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0201_000000006945	4215	0.5077839038958409	3	2	2	2	2	False	128558	fragment	False	SPA0038_000000006529	0.9684748697135541		0	0	False	False	0.999762773513794	0					non-mobilizable	no_good_hit	104.0	98.07700000000001	8.0	3.5901861738096266e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0091_000000010643	2878	0.5077828998653525	4	3	3	3	2	False	54444	maximal	True	ISR0091_000000010643	1.0		26	7	False	False	0.9961779117584229	0					non-mobilizable	no_good_hit	1941.0	99.382	67.0	0.030419443355546843	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	True	False
ISR0258_000000026742	1130	0.5077826030273321	2	1	1	1	1	False	26760	maximal	True	ISR0258_000000026742	1.0		294	12	False	False	0.9938052892684937	0					non-mobilizable	chromosome	688.0	96.512	100.0	0.00023344185377977022	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0068_000000007127	3257	0.5077812197500987	5	2	2	2	1	False	70526	maximal	True	ENG0068_000000007127	1.0		381	14	False	False	1.0	0					non-mobilizable	no_good_hit	1868.0	97.37700000000001	87.0	0.0005412088350095734	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0132_000000007671	3795	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9971940070981159		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0049_000000004486	3754	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9970554690489544		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0021_000000013298	3752	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9969637283460547		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0073_000000005018	3751	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9969578976999093		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0016_000000004682	3750	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9968788303501641		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0025_000000005572	3746	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9966506952468118		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0107_000000007441	3710	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9899400525792318		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0082_000000007565	3703	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9940117546031239		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0052_000000007397	3703	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9940010308375143		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0100_000000005298	3694	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.992552391311925		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0115_000000006556	3694	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9927787673929012		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0084_000000003761	3691	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9907184285265979		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0012_000000006249	3690	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.991327727669856		0	0	False	True	0.9956639409065247	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
MAD0041_000000008049	3684	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9901993486656915		0	0	True	True	1.0	3					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0050_000000006973	3683	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.990934285825382		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0029_000000009389	3682	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9895778254703237		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0139_000000006993	3681	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9906604407260555		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0080_000000006994	3676	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.989661573346751		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
ETH0002_000000007631	3676	0.5077797448092197	6	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9833562890898917		0	0	False	True	0.9997279644012451	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0007_000000004560	3675	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9867038603502419		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0010_000000005011	3674	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9894714707410694		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0014_000000006445	3674	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9894714707410694		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0036_000000010213	3666	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9862912808321551		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0072_000000006854	3666	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9862912808321551		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0018_000000007377	3666	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.986302004597765		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0062_000000007830	3666	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9860329054669412		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0167_000000005006	3663	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9865388482643284		0	0	False	True	0.9994540214538574	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0097_000000008318	3647	0.5077797448092197	4	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9810364721459849		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0041_000000009815	3645	0.5077797448092197	4	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9801563244304572		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
MAD0011_000000003616	3640	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9779134480929057		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	530.0	73.585	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0004_000000007306	3639	0.5077797448092197	4	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9793337076504596		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0061_000000006496	3639	0.5077797448092197	4	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9793337076504596		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
ISR0312_000000004352	3637	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.977538471232006		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	530.0	73.585	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0136_000000007301	3621	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9736486184816465		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0111_000000006319	3566	0.5077797448092197	4	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9541027514955825		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.913	15.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0027_000000004883	3556	0.5077797448092197	5	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9385277800651687		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	87.0	97.70100000000001	2.0	0.0038660373117554506	NZ_VJZV01000049.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold48_1, whole genome shotgun sequence	True	True
FIJ0013_000000007484	3546	0.5077797448092197	4	2	1	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9539659582039256		0	0	False	True	0.9971799254417419	0					non-mobilizable	no_good_hit	529.0	73.913	15.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
MAD0030_000000003244	3172	0.5077797448092197	4	2	1	2	0	True	18985	fragment	False	MAD0030_000000003244	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	16.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
SPA0131_000000010081	2515	0.5077797448092197	5	2	1	2	0	True	3771	fragment	False	SPA0131_000000010081	1.0		0	0	False	False	0.9944334030151367	0					non-mobilizable	no_good_hit	530.0	73.585	21.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
DEN0039_000000002863	4854	0.5077788232105521	4	3	2	3	2	False	89626	fragment	False	DEN0039_000000002863	1.0		0	0	False	False	0.9997940063476562	0					non-mobilizable	other	4258.0	97.27600000000001	99.0	0.0017332342991340755	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0130_000000010552	2723	0.5077776822920976	4	4	4	3	3	False	95331	fragment	False	ISR0130_000000010552	1.0		0	0	False	False	0.9974293112754822	0					non-mobilizable	other	2669.0	99.55	98.0	0.0008032837081840098	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0055_000000015520	1245	0.5077762689616582	3	2	2	2	1	False	63627	maximal	True	ENG0055_000000015520	1.0		5	1	False	False	0.9887550473213196	0					non-mobilizable	no_good_hit								True	False
FIJ0069_000000013054	1711	0.5077737637250738	4	3	3	1	1	False	44990	fragment	False	FIJ0069_000000013054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	445.0	75.73	26.0	0.01203564084989719	NZ_JH379380.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld125, whole genome shotgun sequence	True	False
FIJ0141_000000007316	3896	0.5077736016139388	4	4	3	3	4	True	40301	maximal	True	FIJ0141_000000007316	1.0		2	2	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1675.0	77.25399999999999	64.0	0.0002287781929678317	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	True
AST0153_000000004455	6354	0.5077700885280859	10	10	1	6	9	True	103552	fragment	False	AST0153_000000004455	1.0		0	0	False	False	0.9976392984390259	0			MPF_F		non-mobilizable	plasmid	6335.0	100.0	99.0	0.04935135766878336	CP027329.1	enterobacteria	Escherichia coli strain 2014C-3741 plasmid unnamed1	False	True
DEN0065_000000021869	1588	0.5077658702578358	2	2	2	2	2	False	71069	maximal	True	DEN0065_000000021869	1.0		340	12	False	False	0.999370276927948	0					non-mobilizable	other	1589.0	96.79	100.0	0.07914315673840315	NZ_CZAI01000022.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
USA0003_01_000000017805	2184	0.507765280203859	3	2	2	2	2	False	32527	maximal	True	USA0003_01_000000017805	1.0		2	2	False	False	0.9848901033401489	0					non-mobilizable	no_good_hit	1275.0	83.60799999999999	58.0	0.00407217241545816	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
USA0062_01_000000014192	1299	0.507765280203859	2	2	2	2	2	False	32526	fragment	False	ISR0123_000000017945	0.9983285045687541		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	83.76700000000001	100.0	0.0041719647829516005	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0135_01_000000011781	1299	0.507765280203859	2	2	2	2	2	False	32526	fragment	False	ISR0123_000000017945	0.9983285045687541		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	83.76700000000001	100.0	0.0041719647829516005	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0123_000000017945	1299	0.507765280203859	2	2	2	2	2	False	32526	fragment	False	ISR0123_000000017945	0.9983285045687541		0	0	False	False	1.0	0					non-mobilizable	other	1306.0	83.76700000000001	100.0	0.0041719647829516005	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0114_000000021998	1282	0.507765280203859	2	2	2	2	2	False	32526	fragment	False	ISR0123_000000017945	0.9894424282415043		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	83.529	99.0	0.00407217241545816	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0027_01_000000021453	1266	0.507765280203859	2	2	2	2	2	False	32526	fragment	False	ISR0123_000000017945	0.9873295756640559		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	83.50399999999999	100.0	0.004065734198200518	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0069_01_000000047449	1266	0.507765280203859	2	2	2	2	2	False	32526	fragment	False	ISR0123_000000017945	0.9873295756640559		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	83.50399999999999	100.0	0.004065734198200518	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0034_01_000000040625	1266	0.507765280203859	2	2	2	2	2	False	32526	fragment	False	ISR0123_000000017945	0.9873295756640559		0	0	False	False	1.0	0					non-mobilizable	other	1273.0	83.50399999999999	100.0	0.004065734198200518	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0130_01_000000019752	1741	0.5077596386855421	4	1	0	1	1	False	113	fragment	False	USA0130_01_000000019752	1.0		0	0	False	False	0.9793222546577454	0					non-mobilizable	no_good_hit								True	False
AST0087_000000015287	2400	0.5077593935929458	1	1	1	1	1	False	110921	maximal	True	AST0087_000000015287	1.0		1	1	False	False	0.9975000023841858	0					non-mobilizable	no_good_hit	892.0	81.054	37.0	0.0002501688004814974	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0049_000000017868	1653	0.5077593935929458	2	1	1	1	1	False	35969	fragment	False	ISR0049_000000017868	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0075_000000018812	1449	0.5077593935929458	1	1	1	1	1	False	34618	fragment	False	ISR0075_000000018812	1.0		0	0	False	False	0.9993098974227905	0					non-mobilizable	no_good_hit								True	False
AST0148_000000010760	3259	0.5077572683565938	6	4	4	4	3	False	105115	maximal	True	AST0148_000000010760	1.0		16	5	False	False	0.9993863105773926	0					non-mobilizable	no_good_hit	2264.0	74.867	67.0	0.019888859012279287	NZ_CBYM010000008.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AUS0018_000000018899	1500	0.5077529975282216	2	2	1	1	2	False	99875	fragment	False	AUS0018_000000018899	1.0		0	0	False	False	0.9879999756813049	0					non-mobilizable	no_good_hit								True	False
ENG0102_000000002754	8062	0.5077522203322224	6	5	3	4	4	False	67287	maximal	False	ISR0004_000000001888	0.9571048815853069		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4271.0	72.98100000000001	52.0	0.0009546407330915213	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
AST0059_000000008355	1801	0.5077506181944961	2	2	1	2	1	False	112672	fragment	False	AST0059_000000008355	1.0		0	0	False	False	0.9983342289924622	0					non-mobilizable	no_good_hit								True	False
FIJ0100_000000013660	1344	0.5077485011753224	2	2	2	1	1	False	42720	fragment	False	FIJ0100_000000013660	1.0		0	0	False	False	0.9992559552192688	0					non-mobilizable	no_good_hit								True	False
FIJ0017_000000016272	1785	0.5077456582003609	2	2	2	2	1	False	86683	fragment	False	FIJ0017_000000016272	0.9906513872135103		0	0	False	False	1.0	0					non-mobilizable	chromosome	1785.0	99.60799999999999	100.0	0.00034666631948216135	CP055256.1	enterobacteria	Escherichia coli strain AH25 chromosome, complete genome	False	False
FIJ0080_000000005569	4597	0.5077432130264214	7	4	3	4	1	True	44338	fragment	False	FIJ0080_000000005569	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	99.209	6.0	0.006539679244303731	NZ_WEHX01000013.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_13_length_38534_cov_182.521348, whole genome shotgun sequence	True	True
ISR0379_000000000919	14470	0.5077421062434223	16	12	5	7	8	True	23243	maximal	True	ISR0379_000000000919	1.0		5	3	False	False	0.9999309182167053	0					non-mobilizable	no_good_hit	3698.0	80.855	37.0	0.03329958683339262	CP032455.1	firmicutes	Paraclostridium bifermentans strain Cbm plasmid pPbmMP, complete sequence	True	True
SPA0062_000000026313	1194	0.5077416374460099	2	1	1	1	1	False	6140	maximal	True	SPA0062_000000026313	1.0		14	5	False	False	0.9949748516082764	0					non-mobilizable	no_good_hit	77.0	84.416	6.0	1.4500792105768777e-05	CP049600.1	enterobacteria	Klebsiella aerogenes strain 18-2341 chromosome, complete genome	True	False
ISR0818_000000007463	2373	0.5077416167675359	4	3	2	2	2	True	103363	maximal	True	ISR0818_000000007463	1.0		268	10	False	False	1.0	0					non-mobilizable	other	2408.0	93.397	100.0	0.00038637269140308713	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	True
DEN0092_000000006969	2178	0.5077396119165429	3	3	3	2	2	False	68563	maximal	True	DEN0092_000000006969	1.0		4	3	False	False	0.9995408654212952	0					non-mobilizable	no_good_hit	725.0	76.138	33.0	0.00017040621494799547	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
ISR0082_000000005213	5147	0.5077383203972996	5	5	5	5	4	False	107562	maximal	True	ISR0082_000000005213	1.0		8	3	False	False	0.9990285634994507	0					non-mobilizable	no_good_hit	2158.0	83.36399999999999	42.0	0.0006397968065558549	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
AUS0018_000000002047	12204	0.5077349887880647	15	5	0	5	2	False	100084	maximal	True	AUS0018_000000002047	1.0		1	1	False	False	0.9986070394515991	0					non-mobilizable	no_good_hit								True	False
ISR0331_000000015465	1592	0.5077349768212986	1	1	1	1	1	False	38679	maximal	True	ISR0331_000000015465	1.0		175	11	False	False	0.9849246144294739	0					non-mobilizable	other	1592.0	100.0	100.0	0.011596548004314994	NZ_JAAIUL010000010.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_10_length_137196_cov_326.717, whole genome shotgun sequence	False	False
ISR0153_000000014931	1917	0.5077343542430817	2	2	2	2	1	False	30674	fragment	False	ISR0153_000000014931	1.0		0	0	False	False	0.9973917603492737	0					non-mobilizable	other	1815.0	98.73299999999999	95.0	0.0005149453374453261	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ENG0191_000000016833	1874	0.5077339585627034	3	2	2	1	1	False	72791	maximal	True	ENG0191_000000016833	1.0		0	0	False	False	0.989861249923706	0					non-mobilizable	no_good_hit	890.0	98.764	47.0	0.00031482143179653967	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0041_000000037486	1774	0.5077333748969819	2	1	1	1	1	False	11795	maximal	True	MON0041_000000037486	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	99.637	47.0	0.012193501719785654	NZ_QEKH01000029.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_129, whole genome shotgun sequence	True	False
MAD0066_000000012282	2210	0.5077329049496087	2	2	1	2	1	False	16575	maximal	True	MAD0066_000000012282	1.0		1	1	False	False	0.9995474815368652	0					non-mobilizable	no_good_hit	66.0	83.333	3.0	1.0488749928192404e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
MAD0003_000000003514	7071	0.5077299020646446	8	6	2	6	3	False	96272	fragment	False	MAD0089_000000002262	0.8100319831059127		0	0	False	False	0.9958987236022949	0					non-mobilizable	no_good_hit	1210.0	82.479	27.0	0.005434437170279032	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ENG0088_000000009562	2050	0.5077272879729376	3	3	3	2	3	True	131026	fragment	False	CHI0117_000000007167	0.27486467097771444		0	0	False	False	1.0	0					non-mobilizable	other	2050.0	99.854	100.0	0.0006195385964381823	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ENG0041_000000012382	2012	0.5077272879729376	3	3	3	2	3	True	131026	fragment	False	CHI0117_000000007167	0.26922398828015326		0	0	False	False	1.0	0					non-mobilizable	other	2012.0	99.95	100.0	0.0006080488616091676	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0140_000000007340	3732	0.5077267867545752	4	4	4	3	1	False	84750	fragment	False	ISR0140_000000007340	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	73.294	27.0	0.00030055841223242623	NZ_OESQ01000001.1	firmicutes	Lachnoclostridium edouardi strain Marseille-P3397, whole genome shotgun sequence	True	False
ISR0128_000000013329	2649	0.50772425667487	6	1	0	1	1	False	31850	fragment	False	ISR0128_000000013329	1.0		0	0	False	False	0.9852774739265442	0					non-mobilizable	no_good_hit	1053.0	86.8	46.0	0.12575501328823388	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
USA0101_01_000000017569	1795	0.5077236764250144	2	2	2	2	1	False	99085	fragment	False	USA0101_01_000000017569	0.9813278008298756		0	0	False	False	1.0	0					non-mobilizable	other	1795.0	100.0	100.0	0.01021884505405621	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
FIJ0065_000000011453	1658	0.5077236764250144	2	2	2	2	1	False	95583	fragment	False	FIJ0065_000000011453	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1658.0	98.07	100.0	0.0002521535772025166	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0279_000000001916	8121	0.5077214474297821	8	4	3	3	3	False	26254	maximal	True	ISR0279_000000001916	1.0		1	1	False	False	0.9997537136077881	0					non-mobilizable	no_good_hit	2797.0	95.03	40.0	0.06956954466285145	MK232141.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_7_c1 sequence	True	False
ISR0335_000000015231	1293	0.5077193670802451	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.4413290516900705		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	97.527	100.0	0.00038929753923610367	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0126_000000040645	1226	0.5077193670802451	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.4383633990097014		0	0	False	False	0.9836868047714233	0					non-mobilizable	other	1227.0	96.985	100.0	0.00036912512227646027	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0165_000000000383	32144	0.5077175092767965	31	17	10	16	7	False	99927	maximal	True	ENG0165_000000000383	1.0		1	1	False	False	0.9999688863754272	0					non-mobilizable	no_good_hit	4999.0	99.34	39.0	0.08593978368897984	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
ISR0137_000000015673	1566	0.5077163896333279	1	1	1	1	1	False	31370	fragment	False	ISR0137_000000015673	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1570.0	94.14	100.0	0.00030626271039171883	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
FIJ0002_000000009994	3491	0.5077156710400397	5	3	2	2	0	True	52434	maximal	True	FIJ0002_000000009994	1.0		1	1	False	False	0.9948439002037048	0					non-mobilizable	no_good_hit	1197.0	97.82799999999999	34.0	0.006005372699656047	NZ_QOHO01000016.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_16, whole genome shotgun sequence	True	True
CHI0018_000000004560	3597	0.5077114595635364	4	3	2	2	3	False	120155	fragment	False	CHI0018_000000004560	1.0		0	0	False	True	1.0	0	rep_cluster_475				non-mobilizable	other	3597.0	99.889	100.0	0.6234396671289875	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
ENG0099_000000000848	19869	0.507711064656326	19	9	4	7	7	True	60678	maximal	True	ENG0099_000000000848	1.0		1	1	False	False	0.9999496936798096	0					non-mobilizable	no_good_hit	2232.0	72.581	11.0	0.0003371062772542963	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	True	True
ENG0003_000000002908	7449	0.5077106425593015	8	6	5	4	6	True	118270	fragment	False	ENG0003_000000002908	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7455.0	96.083	100.0	0.031192022749069223	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ENG0033_000000004599	5666	0.5077088106087423	4	4	4	4	3	False	65532	maximal	True	ENG0033_000000004599	1.0		7	3	False	False	0.9998235106468201	0					non-mobilizable	no_good_hit	156.0	76.282	3.0	1.9707194597669304e-05	NZ_AP017422.1	CFB group bacteria	Filimonas lacunae strain NBRC 104114	True	False
ISR0199_000000017104	1784	0.5077082691200054	2	1	1	1	1	False	77292	fragment	False	ISR0199_000000017104	0.9625664372120033		0	0	False	False	0.9747757911682129	0					non-mobilizable	chromosome	1784.0	99.944	100.0	0.0003234909004350163	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
CHI0128_000000002805	3081	0.5077079557675072	6	3	2	3	2	False	130147	fragment	False	USA0101_01_000000009542	0.9086716626803509		0	0	False	True	1.0	0					non-mobilizable	plasmid	1699.0	93.64299999999999	99.0	0.32230462065031373	CP021637.1	other sequences	Unidentified plasmid plasmid apr34_001180F, complete sequence	False	True
ISR0291_000000010079	1484	0.5077065546797926	3	2	1	2	1	False	78630	fragment	False	ISR0291_000000010079	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1484.0	99.663	100.0	0.0006391566407857791	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
ISR0802_000000007188	2248	0.5077063253550543	4	2	2	2	2	False	102777	fragment	False	SPA0019_000000012543	0.9597771864445506		0	0	False	False	0.9879893064498901	0					non-mobilizable	other	2216.0	98.51100000000001	99.0	0.0064673232289315635	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
USA0102_01_000000009254	1393	0.5077056899129188	2	2	2	2	1	False	6824	fragment	False	USA0102_01_000000009254	0.9921691464369616		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	188.0	75.532	13.0	0.0016329108214172944	NZ_LN831779.1	firmicutes	Massilibacterium senegalense strain mt8, whole genome shotgun sequence	True	False
USA0093_01_000000012772	1277	0.5077056899129188	2	2	2	2	1	False	6824	fragment	False	USA0102_01_000000009254	0.9511844938980618		0	0	False	False	0.9780735969543457	0					non-mobilizable	no_good_hit	188.0	75.532	14.0	0.0016329108214172944	NZ_LN831779.1	firmicutes	Massilibacterium senegalense strain mt8, whole genome shotgun sequence	True	False
FIJ0013_000000005139	4896	0.5077051827971877	5	3	1	3	1	False	50658	fragment	False	FIJ0013_000000005139	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	5.8368476019937004e-05	NZ_FQXD01000001.1	firmicutes	Virgibacillus chiguensis strain CGMCC 1.6496, whole genome shotgun sequence	True	False
MON0059_000000019888	1975	0.507699559600585	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.4200448945341259		0	0	False	False	0.9989873170852661	0					non-mobilizable	chromosome	1957.0	83.34200000000001	99.0	0.0006800440024371439	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0053_000000001106	10695	0.5076980293327032	9	6	4	5	5	False	127632	maximal	True	CHI0053_000000001106	0.9828906955283795		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	9213.0	99.57700000000001	86.0	0.6618291543932754	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0020_000000002011	10174	0.5076980293327032	8	6	4	5	5	False	127632	maximal	False	CHI0053_000000001106	0.967304555400712		0	0	False	False	0.9997051358222961	0					non-mobilizable	other	9213.0	99.57700000000001	91.0	0.6618291543932754	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0183_000000004144	1728	0.5076948561928906	2	1	1	1	1	False	77292	fragment	False	ISR0199_000000017104	0.921913536282145		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	100.0	93.0	0.0003124038263948889	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0049_000000014756	1283	0.5076925789255744	2	2	2	2	1	True	19220	maximal	False	MON0049_000000017431	0.9152149522691497		0	0	False	False	0.9828526973724365	0					non-mobilizable	chromosome	1283.0	93.68700000000001	100.0	0.00034038203348388214	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0023_000000011981	1222	0.5076925789255744	2	2	2	2	1	True	19220	maximal	False	MON0049_000000017431	0.6591204529730798		0	0	False	False	1.0	0					non-mobilizable	chromosome	1222.0	97.791	100.0	0.0003238430945528471	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0146_000000011230	3470	0.5076919026393666	5	4	3	3	4	True	32519	maximal	True	ISR0146_000000011230	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	694.0	75.072	20.0	0.007234932559330716	NZ_OFSM01000023.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
MAD0100_000000009238	4027	0.5076891522934199	7	4	0	2	3	False	100259	maximal	True	MAD0100_000000009238	1.0		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	96.41799999999999	60.0	0.0004305459263659763	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0091_000000013030	1305	0.5076876000056856	2	2	2	2	2	False	15738	fragment	False	MAD0091_000000013030	1.0		0	0	False	False	0.9946359992027283	0					non-mobilizable	other	1256.0	78.503	96.0	0.0015625489864123448	NZ_GG697142.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld1, whole genome shotgun sequence	False	False
MAD0043_000000014757	1764	0.5076848613175114	3	2	1	1	2	False	18597	maximal	True	MAD0043_000000014757	1.0		19	4	False	False	0.9994331002235413	0					non-mobilizable	chromosome	1768.0	98.416	100.0	0.00036329032646261963	CP060737.1	enterobacteria	Enterobacter roggenkampii isolate enterobacter cloacae chromosome, complete genome	False	False
ISR0109_000000013223	2437	0.5076844604642373	2	2	2	2	2	False	109658	maximal	False	SPA0031_000000011933	0.9413143285855914		0	0	False	False	0.9987689852714539	0					non-mobilizable	other	1449.0	87.785	96.0	0.005718257353173475	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0227_000000021695	1211	0.5076832957878858	2	2	2	2	2	False	27624	maximal	True	ISR0227_000000021695	1.0		127	9	False	False	0.9942196607589722	0					non-mobilizable	other	1212.0	98.02	100.0	0.0003434861401923068	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0130_000000019094	1618	0.5076816255096772	2	2	2	2	2	False	103251	fragment	False	USA0045_01_000000007781	0.6132361870066788		0	0	False	False	0.990111231803894	0					non-mobilizable	other	1621.0	91.24	100.0	0.0004450372146515957	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
AST0118_000000025973	1207	0.5076808783437503	2	2	2	2	2	False	105710	maximal	True	AST0118_000000025973	1.0		209	10	False	False	0.9975144863128662	0					non-mobilizable	no_good_hit	532.0	75.752	44.0	0.006439495572846793	NZ_CYYV01000014.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ENG0156_000000012347	1406	0.5076786232798106	2	2	2	2	2	False	79451	maximal	True	ENG0156_000000012347	0.994592645998558		78	10	False	False	0.9530583024024963	0					non-mobilizable	no_good_hit	340.0	75.0	24.0	0.0003347403148971503	NZ_SDQE01000001.1	b-proteobacteria	Pusillimonas ginsengisoli strain KCTC 22046 NODE_1_length_994801_cov_47.503651, whole genome shotgun sequence	True	False
CAN0015_000000010591	3834	0.5076785935980175	3	1	1	1	1	False	105816	maximal	True	CAN0015_000000010591	1.0		549	13	False	False	0.998174250125885	0					non-mobilizable	chromosome	2577.0	98.525	100.0	0.0009068816081939752	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0039_000000029267	1279	0.5076752119657981	3	2	2	2	2	False	36523	maximal	True	ISR0039_000000029267	1.0		36	8	False	False	0.9788897633552551	0					non-mobilizable	no_good_hit	113.0	77.876	9.0	2.423654871546292e-05	CP046564.1	firmicutes	Bacillus sp. N1-1 chromosome, complete genome	True	False
SPA0075_000000006794	2645	0.507674377219114	3	3	3	3	2	False	48375	fragment	False	SPA0075_000000006794	0.9772544283413849		0	0	False	False	1.0	0					non-mobilizable	chromosome	2646.0	92.93299999999999	99.0	0.001055763393999798	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
SPA0045_000000005689	4856	0.5076691911161101	5	5	2	4	4	False	6770	maximal	True	SPA0045_000000005689	1.0		43	8	False	False	0.999794065952301	0					non-mobilizable	other	4856.0	100.0	100.0	0.011638052957335929	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
DEN0066_000000014887	2349	0.5076671506172681	2	2	2	2	2	False	70977	maximal	True	DEN0066_000000014887	1.0		5	2	False	False	0.9936143159866333	0					non-mobilizable	no_good_hit	318.0	72.956	13.0	0.001332894731220923	NZ_RCZC01000006.1	a-proteobacteria	Sphingomonas glacialis strain E6.1 scaffold6.1, whole genome shotgun sequence	True	False
FIJ0169_000000003186	6603	0.5076665839306589	7	6	5	6	5	False	38880	maximal	True	FIJ0169_000000003186	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3434.0	74.811	51.0	0.001255681234866873	CP003583.1	firmicutes	Enterococcus faecium DO, complete genome	True	False
ENG0178_000000003937	4955	0.5076625108239808	6	5	5	4	3	True	55480	maximal	True	ENG0178_000000003937	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0056_000000003031	6031	0.5076593638763375	5	3	1	3	0	True	35655	maximal	True	ISR0056_000000003031	1.0		1	1	False	False	0.9995025992393494	0					non-mobilizable	virus	5552.0	97.478	92.0	0.2585620427752668	MK232132.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_3_c1 sequence	False	True
CAN0012_000000024069	1975	0.5076589040165671	2	2	2	2	2	False	94205	maximal	True	CAN0012_000000024069	1.0		41	11	False	False	0.9868354201316833	0					non-mobilizable	chromosome	1480.0	99.79700000000001	100.0	0.00028704295105772123	CP053247.1	enterobacteria	Escherichia coli strain SCU-482 chromosome, complete genome	False	False
AST0106_000000008280	2431	0.5076570639423628	4	3	3	3	3	False	107431	fragment	False	AST0106_000000008280	1.0		0	0	False	False	0.999588668346405	0					non-mobilizable	no_good_hit	86.0	81.395	3.0	0.003857457751653196	NZ_AXCY01000060.1	high GC Gram+	Cellulomonas carbonis T26 contig71, whole genome shotgun sequence	True	False
MAD0100_000000007837	4734	0.5076514334967523	9	2	1	1	1	False	15177	maximal	True	MAD0100_000000007837	1.0		2	1	False	False	0.999366283416748	0					non-mobilizable	no_good_hit	380.0	84.47399999999999	8.0	0.005475274126788178	NZ_KI912473.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00014.14, whole genome shotgun sequence	True	False
DEN0045_000000018681	2138	0.5076498366103696	2	2	2	2	2	False	72924	fragment	False	DEN0045_000000018681	1.0		0	0	False	False	0.999064564704895	0					non-mobilizable	other	2079.0	78.74	96.0	0.012299468438140908	NZ_JAAIPV010000004.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_4_length_167243_cov_101.056, whole genome shotgun sequence	False	False
ISR0852_000000007090	1665	0.5076478044696641	2	1	1	1	1	False	20540	maximal	True	ISR0852_000000007090	1.0		219	10	False	False	1.0	0					non-mobilizable	chromosome	1360.0	97.353	100.0	0.0001916766565941078	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0128_000000003977	5993	0.5076460183149831	7	6	5	5	6	False	101581	fragment	False	ISR0798_000000002203	0.985128984880391		0	0	False	False	0.9998331665992737	0					non-mobilizable	other	5992.0	99.73299999999999	99.0	0.01182650511080316	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
TAN0002_000000037844	1129	0.5076401072534134	2	1	1	1	1	False	3001	fragment	False	TAN0002_000000037844	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	False
USA0039_01_000000004280	5491	0.507636802995317	6	4	4	4	3	False	47080	maximal	True	USA0039_01_000000004280	1.0		2	2	False	False	0.9978145956993103	0					non-mobilizable	no_good_hit	1798.0	95.384	38.0	0.000578883702070863	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0034_01_000000007005	8127	0.5076351608622179	11	6	5	4	4	False	68579	maximal	True	USA0034_01_000000007005	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	98.71700000000001	11.0	0.000259093256910542	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
FIJ0034_000000020585	1350	0.5076295590866889	2	1	1	1	1	False	86050	fragment	False	FIJ0034_000000020585	1.0		0	0	False	False	0.9970370531082153	0					non-mobilizable	other	1332.0	96.62200000000001	99.0	0.006943972035729797	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0003_000000001672	9322	0.5076295338456005	10	10	8	8	9	False	8388	maximal	True	SPA0003_000000001672	1.0		44	9	False	False	0.9967818260192871	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	0.0	1.7130319147634474e-05	FN692037.1	firmicutes	Lactobacillus crispatus ST1 complete genome, strain ST1	True	False
USA0007_01_000000001276	14601	0.507627860487896	15	10	6	8	6	False	132415	fragment	False	ISR0013_000000001070	0.647553964638247		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	45.0	95.556	0.0	6.073762883969518e-06	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
SPA0053_000000016588	2006	0.5076274694253781	3	2	2	2	2	True	17131	maximal	True	SPA0053_000000016588	1.0		51	10	False	False	1.0	0					non-mobilizable	chromosome	1246.0	88.684	100.0	0.0004163669576298656	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0275_000000004520	3056	0.5076256520690269	4	4	4	4	3	False	26334	maximal	True	ISR0275_000000004520	0.9872318692543411		331	12	False	False	1.0	0					non-mobilizable	other	3058.0	86.167	100.0	0.0009158879461378403	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0140_000000014371	1288	0.5076255343130824	1	1	1	1	1	False	57774	fragment	False	ENG0140_000000014371	1.0		0	0	False	False	0.9968944191932678	0					non-mobilizable	other	1288.0	100.0	100.0	0.019376985501136722	NZ_NFIG01000027.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_27, whole genome shotgun sequence	False	False
SPA0034_000000010416	3445	0.5076220909686501	4	4	2	4	2	True	7163	fragment	False	SPA0034_000000010416	1.0		0	0	False	False	0.99622642993927	0					non-mobilizable	no_good_hit	366.0	80.601	11.0	0.00013000746919624397	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	True
SPA0093_000000020611	1840	0.5076186128644928	3	2	2	2	2	False	85645	fragment	False	SPA0093_000000020611	1.0		0	0	False	False	0.998369574546814	0					non-mobilizable	no_good_hit	1001.0	96.204	88.0	0.00044089880881458465	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0396_000000005576	3946	0.5076172145549942	4	4	4	3	2	False	22923	maximal	True	ISR0396_000000005576	1.0		6	3	False	False	0.999746561050415	0					non-mobilizable	no_good_hit	56.0	91.071	1.0	0.00013176682542572664	NZ_FQXP01000005.1	firmicutes	Clostridium collagenovorans DSM 3089, whole genome shotgun sequence	True	False
AUS0002_000000015323	2350	0.5076170719642245	4	4	2	4	0	False	102999	maximal	True	AUS0002_000000015323	1.0		95	7	False	False	0.999148964881897	0					non-mobilizable	other	2353.0	96.133	100.0	0.05968061842038346	NZ_JAAITU010000038.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_38_length_39326_cov_192.594, whole genome shotgun sequence	False	False
USA0004_01_000000007129	3643	0.5076159990059612	6	4	4	2	2	True	2209	maximal	True	USA0004_01_000000007129	1.0		2	2	False	False	0.9923140406608582	0					non-mobilizable	no_good_hit								True	True
ISR0086_000000016807	1668	0.5076140133544943	2	1	1	1	1	True	33908	fragment	False	ISR0086_000000016807	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1178.0	96.52	100.0	0.0003129748015364508	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0840_000000006743	2315	0.5076105450673639	2	2	2	2	2	False	65886	fragment	False	ISR0112_000000012854	0.7145833333333333		0	0	False	False	0.9835852980613708	0					non-mobilizable	no_good_hit	746.0	75.067	32.0	0.013071778548692823	NZ_SLUM01000025.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_125, whole genome shotgun sequence	True	False
ISR0372_000000009167	1898	0.5076085201681413	3	3	3	3	3	False	78323	maximal	False	ENG0039_000000011778	0.7720890142750904		0	0	False	False	0.984720766544342	0					non-mobilizable	no_good_hit	202.0	83.663	11.0	6.731882904282386e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MAD0021_000000004588	3125	0.5076073847322117	4	3	3	3	3	False	19332	fragment	False	MAD0021_000000004588	1.0		0	0	False	False	0.9916800260543823	0					non-mobilizable	no_good_hit	2795.0	73.631	88.0	0.0007677906531649094	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
MAD0002_000000016403	2336	0.5076063905872117	2	2	1	1	2	False	113780	fragment	False	ISR0370_000000011413	0.9649860488512036		0	0	False	False	0.9948630332946777	0					non-mobilizable	other	2228.0	78.05199999999999	95.0	0.0039098827922561955	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	False	False
MAD0025_000000011893	1165	0.507606268738261	2	2	1	2	1	False	19114	maximal	True	MAD0025_000000011893	1.0		229	12	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	80.773	86.0	0.000266757079532823	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0015_000000002480	5786	0.5076051448309633	5	5	5	5	4	False	97126	maximal	True	MAD0015_000000002480	1.0	PS521	6	1	False	True	1.0	0					non-mobilizable	no_good_hit	1832.0	79.749	31.0	0.0420201177397673	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
ISR0814_000000039445	1005	0.5076018416825483	2	2	2	2	2	False	60036	fragment	False	ISR0103_000000025728	0.2655660990510854		0	0	False	False	0.998009979724884	0					non-mobilizable	other	1005.0	96.816	100.0	0.0004401531943548161	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ISR0237_000000004110	2513	0.5075991234922479	3	3	3	2	2	False	27316	maximal	True	ISR0237_000000004110	1.0		147	9	False	False	1.0	0					non-mobilizable	no_good_hit	810.0	77.28399999999999	32.0	0.0089998092309764	NZ_BAKG01000014.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	False
SPA0104_000000000831	27168	0.5075979547870842	24	23	5	9	20	True	121646	fragment	False	SPA0104_000000000831	1.0		0	0	False	False	1.0	0					non-mobilizable	other	23118.0	98.88	99.0	0.0102055779539022	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	True
ENG0067_000000003188	8274	0.5075957955813474	7	6	4	5	1	False	62690	maximal	True	ENG0067_000000003188	1.0		1	1	False	False	0.9998791217803955	0					non-mobilizable	no_good_hit	2559.0	99.68700000000001	31.0	0.0006271650741136022	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0025_000000011394	3034	0.5075955812460978	3	3	3	3	3	False	120472	maximal	True	AST0025_000000011394	1.0		5	3	False	False	0.9976928234100342	0					non-mobilizable	no_good_hit	2177.0	94.809	72.0	0.0007584703994378396	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MAD0012_000000014338	2010	0.5075934765927418	3	3	2	1	3	True	19666	fragment	False	MAD0012_000000014338	1.0		0	0	False	False	0.9900497794151306	0					non-mobilizable	plasmid	1991.0	97.991	99.0	0.01663963075070656	CU928147.1	enterobacteria	Escherichia coli str. ED1a plasmid pECOED, complete genome	False	True
MON0008_000000017654	1985	0.5075923510171491	3	3	3	3	3	False	90513	maximal	True	MON0008_000000017654	0.9706922688226377		118	14	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	3.0	1.4871219296677851e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0122_000000007249	1940	0.5075909459247067	4	4	3	1	1	False	81755	maximal	True	CHI0122_000000007249	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	1040.0	99.51899999999999	54.0	0.0091620151142386	NZ_CYXV01000014.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
SPA0145_000000007766	4267	0.5075900121545834	4	4	4	4	4	False	123766	maximal	False	FIJ0044_000000004918	0.9679330693679389		0	0	False	False	0.9985938668251038	0					non-mobilizable	other	4279.0	98.66799999999999	100.0	0.014112291350531108	NZ_WNAF01000003.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold3_size303140, whole genome shotgun sequence	False	False
ISR0090_000000013299	2155	0.5075899447275473	3	3	2	2	2	True	89356	fragment	False	SPA0146_000000010195	0.958340656165708		0	0	False	False	0.9925754070281982	0					non-mobilizable	other	2155.0	99.675	100.0	0.0004125919065711103	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	False	True
SPA0127_000000013665	2147	0.5075899447275473	3	3	2	2	2	True	89356	fragment	False	SPA0146_000000010195	0.9592994517945765		0	0	False	False	0.9981369376182556	0					non-mobilizable	other	2147.0	100.0	100.0	0.00260196905766526	NZ_JH724315.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.2, whole genome shotgun sequence	False	True
ENG0058_000000017023	1977	0.5075892227429514	2	1	1	1	1	False	63447	maximal	True	ENG0058_000000017023	1.0		166	12	False	False	1.0	0					non-mobilizable	chromosome	1977.0	100.0	100.0	0.0003943842556057052	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0051_000000010311	1779	0.5075890889570916	2	2	1	2	1	False	86609	fragment	False	DEN0010_000000024182	0.9673617105230709		0	0	False	False	0.9915682673454285	0					non-mobilizable	no_good_hit	572.0	76.399	32.0	0.00017639274045877046	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0052_000000024297	1368	0.5075890889570916	2	2	1	2	1	False	63931	fragment	False	ENG0052_000000024297	0.9871175523349436		0	0	False	False	0.9985380172729492	0					non-mobilizable	no_good_hit	265.0	87.54700000000001	19.0	7.918426358785404e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0104_000000030665	1242	0.5075890889570916	2	2	1	2	1	False	63931	fragment	False	ENG0052_000000024297	0.9437134502923976		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	92.45299999999999	13.0	4.757077432274121e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0038_000000009001	3326	0.5075886871870682	3	3	3	3	3	False	36645	maximal	True	ISR0038_000000009001	1.0		862	14	False	False	0.999098002910614	0					non-mobilizable	other	3326.0	99.79	100.0	0.01218613822195997	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0003_000000008196	4311	0.5075869418698945	5	4	4	4	3	False	130515	maximal	False	ENG0130_000000006683	0.9794935006723442		0	0	False	False	0.9993041157722473	0					non-mobilizable	other	4302.0	99.535	99.0	0.01650475375291232	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0025_000000004945	4191	0.5075825045433606	4	4	4	4	4	False	87237	fragment	False	ISR0327_000000005508	0.9745762711864407		0	0	False	False	0.9971367120742798	0					non-mobilizable	other	4191.0	98.33	100.0	0.018336980306345733	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0080_000000021665	1314	0.5075775420731081	3	1	1	1	1	False	61721	maximal	True	ENG0080_000000021665	1.0		1	1	False	False	0.9809741377830505	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0015734989648033125	KT336245.1	bacteria	Uncultured bacterium 4h09 genomic sequence	True	False
MON0087_000000015338	3203	0.5075743349683497	6	3	3	2	2	True	9704	maximal	True	MON0087_000000015338	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit	146.0	77.39699999999999	4.0	0.01733890801770782	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
ENG0167_000000002184	10781	0.5075731788361671	8	5	4	3	4	False	65420	maximal	True	ENG0167_000000002184	0.999948586118252		118	11	False	False	1.0	0					non-mobilizable	other	6151.0	100.0	99.0	0.10763038151907596	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0101_000000004448	1749	0.5075704648244226	2	2	2	2	0	True	108469	maximal	True	AST0101_000000004448	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	75.725	68.0	0.00025627987563885	NC_014376.1	firmicutes	[Clostridium] saccharolyticum WM1, complete sequence	True	True
ISR0217_000000007494	3434	0.5075694043813553	2	2	1	2	2	False	28095	maximal	True	ISR0217_000000007494	1.0		198	12	False	False	0.9950494766235352	0					non-mobilizable	chromosome	3290.0	99.848	96.0	0.0005060440647601007	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0075_000000004778	4674	0.5075681826784891	5	5	3	3	4	False	34648	maximal	True	ISR0075_000000004778	1.0		1	1	False	False	0.9997860789299011	0					non-mobilizable	no_good_hit	1264.0	81.962	27.0	0.011222101106127482	NZ_AAXG02000041.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont333, whole genome shotgun sequence	True	False
ISR0214_000000025100	1256	0.5075679868440602	2	2	1	2	1	False	28196	maximal	True	ISR0214_000000025100	1.0		65	8	False	False	0.9800955653190613	0					non-mobilizable	no_good_hit								True	False
MAD0001_000000016508	1563	0.5075674947093374	2	1	1	1	1	False	20273	maximal	True	MAD0001_000000016508	1.0		10	4	False	False	0.9948816299438477	0					non-mobilizable	plasmid	1563.0	98.72	100.0	0.00249224563777236	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
ENG0201_000000006102	1212	0.5075653807908447	1	1	1	1	1	False	54148	fragment	False	ENG0201_000000006102	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1106.0	70.163	98.0	0.0004344763311486627	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
FIJ0133_000000029326	1330	0.5075653260115884	2	2	2	2	1	False	40661	maximal	True	FIJ0133_000000029326	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0003_000000001904	3683	0.5075639916071918	3	2	2	2	2	False	2989	maximal	True	TAN0003_000000001904	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0042_000000012899	2490	0.5075621988584512	4	4	4	3	3	False	94591	maximal	False	ISR0324_000000011438	0.9690729004780207		0	0	False	False	0.9919678568840027	0					non-mobilizable	other	2493.0	97.51299999999999	100.0	0.0073330407970338	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ISR0379_000000002693	6696	0.5075599143954058	5	5	4	4	4	False	31489	maximal	True	ISR0379_000000002693	1.0		53	4	False	False	1.0	0					non-mobilizable	no_good_hit	3286.0	82.41	68.0	0.00102722897498056	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ISR0038_000000030793	1174	0.5075560452722995	2	2	2	2	2	False	36588	maximal	True	ISR0038_000000030793	1.0		5	1	False	False	0.9889267683029175	0					non-mobilizable	no_good_hit	111.0	79.279	9.0	5.5048033267532926e-05	AP021887.1	firmicutes	Streptococcus sp. 116-D4 DNA, complete genome	True	False
ISR0842_000000019984	1182	0.5075559568385163	3	1	1	1	1	False	20737	fragment	False	ISR0842_000000019984	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0173_000000002415	7699	0.5075552983439066	8	7	4	3	6	False	55698	maximal	True	ENG0173_000000002415	1.0		336	12	False	False	1.0	0					non-mobilizable	other	7260.0	99.20100000000001	94.0	0.06722323116267002	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	False	False
ISR0010_000000006736	2805	0.5075533492359227	3	2	2	2	1	False	129461	maximal	True	ISR0010_000000006736	1.0		327	8	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	99.792	51.0	0.00523188148320033	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0005_000000016506	3147	0.5075529033074024	4	4	4	4	4	False	14143	maximal	True	MON0005_000000016506	1.0		10	4	False	False	0.9996822476387024	0					non-mobilizable	no_good_hit	91.0	79.12100000000001	3.0	0.00020872224463185148	NZ_PTIY01000002.1	g-proteobacteria	Methylobacter tundripaludum strain OWC-G53F Ga0139037_102, whole genome shotgun sequence	True	False
ISR0132_000000001018	20234	0.5075515058080453	28	11	5	9	7	False	101560	maximal	True	ISR0132_000000001018	1.0		1	1	False	False	0.9990115761756897	0					non-mobilizable	no_good_hit	4188.0	97.684	27.0	0.23564869584812123	MK232835.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_1_c1 sequence	True	False
CHI0059_000000014712	1272	0.5075508925882377	3	2	2	1	1	False	90229	fragment	False	CHI0059_000000014712	0.997588424437299		0	0	False	False	0.9889937043190002	0					non-mobilizable	other	1254.0	100.0	99.0	0.0029206574159757396	NZ_NQCD01000079.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_1_length_429013_cov_62.7344_ID_1.ctg_1, whole genome shotgun sequence	False	False
CHI0010_000000006179	1244	0.5075508925882377	2	2	2	1	1	False	90229	fragment	False	CHI0059_000000014712	0.9866352201257862		0	0	False	False	1.0	0					non-mobilizable	other	1244.0	100.0	100.0	0.0028973480990086547	NZ_NQCD01000079.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_1_length_429013_cov_62.7344_ID_1.ctg_1, whole genome shotgun sequence	False	False
SPA0001_000000005425	6038	0.5075501587759418	3	3	3	3	2	False	77912	maximal	False	ISR0188_000000003177	0.9312299638100305		0	0	False	False	0.9976813793182373	0					non-mobilizable	chromosome	6019.0	99.9	99.0	0.0010697738578413108	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0157_000000009666	3135	0.5075478648836934	2	2	0	2	2	False	114569	maximal	True	ISR0157_000000009666	1.0		8	4	False	False	1.0	0	rep_cluster_2422				non-mobilizable	plasmid	3159.0	98.79700000000001	100.0	0.11062845932880264	HM197723.1	firmicutes	Lactococcus lactis subsp. lactis strain IL594 plasmid pIL7, complete sequence	False	True
CHI0139_000000009917	1239	0.5075442170158683	2	2	2	2	1	False	80315	maximal	True	CHI0139_000000009917	1.0		11	6	False	False	0.9725584983825684	0					non-mobilizable	other	1161.0	70.457	92.0	0.09209782871902494	NZ_CYZO01000051.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
AST0140_000000021725	1335	0.5075427802373522	2	2	2	2	2	False	105416	maximal	True	AST0140_000000021725	1.0		70	7	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	71.702	34.0	0.0001282771145750933	NC_014387.1	firmicutes	Butyrivibrio proteoclasticus B316 chromosome 1, complete sequence	True	False
SPA0088_000000005213	3150	0.5075408613428206	4	3	2	2	2	False	127749	maximal	True	SPA0088_000000005213	1.0		8	5	False	False	0.9952380657196045	0					non-mobilizable	no_good_hit	1323.0	80.726	42.0	0.0005621492195302045	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
ENG0038_000000004318	4784	0.5075366415492794	6	4	2	4	0	True	66964	maximal	True	ENG0038_000000004318	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0379_000000016197	1547	0.507531873258788	2	2	2	2	1	False	23214	maximal	True	ISR0379_000000016197	1.0		1	1	False	False	0.976729154586792	0					non-mobilizable	no_good_hit	879.0	83.163	57.0	0.002647637527541777	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0051_000000030691	1172	0.5075300337827244	1	1	1	1	1	False	35819	maximal	True	ISR0051_000000030691	1.0		45	7	False	False	0.9982935190200806	0					non-mobilizable	no_good_hit	99.0	84.848	8.0	0.0003589083266731788	NZ_BAIV01000001.1	CFB group bacteria	Bacteroides reticulotermitis JCM 10512, whole genome shotgun sequence	True	False
ISR0260_000000002797	3935	0.5075268484378871	8	7	3	3	7	True	118537	fragment	False	FIJ0130_000000005171	0.6980993033686754		0	0	False	False	1.0	0					non-mobilizable	other	3876.0	96.956	99.0	0.0010926199921818724	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	True
ISR0317_000000008016	2403	0.5075266429193596	2	2	2	1	1	False	126856	maximal	True	ISR0317_000000008016	1.0	PS979	18	7	False	True	1.0	0					non-mobilizable	no_good_hit	1497.0	81.363	66.0	0.19363671925935586	KX126610.1	bacteria	Uncultured bacterium clone AmoxDisc_TwinA_Time3_PE_10 genomic sequence	True	True
ISR0060_000000018330	1487	0.5075248590077444	3	2	2	2	2	False	105476	fragment	False	MON0066_000000019868	0.8553172113653968		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	86.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
DEN0017_000000019478	1484	0.5075248590077444	2	2	2	2	2	False	105476	fragment	False	MON0066_000000019868	0.65141161746495		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	92.634	86.0	0.00015230118631342568	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0141_000000021237	1464	0.5075248590077444	3	2	2	2	2	False	105476	fragment	False	MON0066_000000019868	0.8509654539477232		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.02799999999999	85.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0109_000000016793	1461	0.5075248590077444	2	2	2	2	2	False	105478	fragment	False	ENG0109_000000016793	1.0		0	0	False	False	0.9979466199874878	0					non-mobilizable	no_good_hit	548.0	92.883	87.0	0.00015371138248299445	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0018_000000021645	1390	0.5075248590077444	3	2	2	2	2	False	105476	fragment	False	MON0066_000000019868	0.5050189478804566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	93.39399999999999	85.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
USA0081_01_000000021947	1389	0.5075248590077444	2	2	2	2	2	False	105476	fragment	False	MON0066_000000019868	0.6570244744022175		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	545.0	92.844	86.0	0.00015286526478125318	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0309_000000015061	1363	0.5075248590077444	2	2	2	2	2	False	105476	fragment	False	MON0066_000000019868	0.5062260443571177		0	0	False	False	1.0	0					non-mobilizable	other	536.0	92.91	90.0	0.00015032691167602943	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
CHI0136_000000010685	1289	0.5075248590077444	2	2	2	2	2	False	105476	fragment	False	MON0066_000000019868	0.28907244202047366		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	517.0	93.037	89.0	0.00014496816623166815	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0060_000000024768	1284	0.5075248590077444	2	2	2	2	2	False	105476	fragment	False	MON0066_000000019868	0.1121832259950102		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	504.0	92.85700000000001	83.0	0.0001418657346586169	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0037_000000019731	1239	0.5075248590077444	2	2	2	2	2	False	105476	fragment	False	MON0066_000000019868	0.14607612460869926		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	529.0	93.195	88.0	0.00014835263703863317	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
DEN0082_000000018672	2169	0.5075246678515214	3	3	3	3	1	False	69257	maximal	True	DEN0082_000000018672	1.0		27	6	False	False	0.9917012453079224	0					non-mobilizable	no_good_hit	1204.0	79.153	54.0	0.00033500078716795984	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0142_000000004440	3973	0.5075241605753062	5	5	3	4	2	False	80003	maximal	True	CHI0142_000000004440	1.0		50	11	False	False	1.0	0					non-mobilizable	no_good_hit	3229.0	97.461	81.0	0.010391282653833154	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0821_000000009934	2911	0.5075229950096243	4	2	2	1	1	False	119140	fragment	False	ISR0821_000000009934	0.9820950421455591		0	0	False	True	0.9996564984321594	0					non-mobilizable	no_good_hit	1333.0	93.398	46.0	0.0061470291671677415	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ISR0210_000000003109	5928	0.5075215279416311	6	5	5	4	5	False	28449	maximal	True	ISR0210_000000003109	1.0		6	2	False	False	0.9991565346717834	0					non-mobilizable	other	5842.0	93.05	100.0	0.002343468936977568	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
ISR0013_000000011655	2175	0.5075208810863947	2	2	2	1	1	False	38101	fragment	False	ISR0013_000000011655	1.0		0	0	False	False	0.9958620667457581	0					non-mobilizable	no_good_hit	1925.0	98.286	89.0	0.03750390259132064	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	True	False
ISR0126_000000031435	1576	0.5075208810863947	2	2	2	1	1	False	31957	fragment	False	ISR0126_000000031435	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	98.096	100.0	0.030693880736809242	NZ_QEKJ01000018.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_118, whole genome shotgun sequence	False	False
ENG0025_000000011534	2219	0.5075205990581958	3	3	3	3	1	False	66155	maximal	True	ENG0025_000000011534	1.0		7	3	False	False	0.984677791595459	0					non-mobilizable	chromosome	2176.0	99.586	98.0	0.0004530276934266827	CP043511.1	enterobacteria	Enterobacter kobei strain EB_P8_L5_01.19 chromosome, complete genome	False	False
DEN0069_000000013051	2122	0.5075203005697652	3	1	1	1	1	True	70725	fragment	False	DEN0069_000000013051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	100.0	2.0	0.013101680432925093	LN854294.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1795	True	True
AST0150_000000018824	1479	0.5075192852231889	1	1	1	1	1	False	103890	maximal	True	AST0150_000000018824	1.0		205	13	False	False	0.9864773750305176	0					non-mobilizable	other	1481.0	98.92	100.0	0.002577984465856958	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
FIJ0107_000000004726	5829	0.5075171846984774	6	6	4	4	4	False	42305	maximal	True	FIJ0107_000000004726	1.0		8	2	False	False	0.9981128573417664	0					non-mobilizable	no_good_hit								True	False
DEN0069_000000021235	1263	0.5075158010668761	2	2	2	2	1	False	70676	fragment	False	USA0054_01_000000006766	0.691279746977843		0	0	False	False	0.9952493906021118	0					non-mobilizable	other	1240.0	99.677	98.0	0.0003731408460629876	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ENG0038_000000007737	2900	0.507514914806455	2	1	1	1	0	False	65094	maximal	True	ENG0038_000000007737	1.0		3	3	False	False	0.9993103742599487	0					non-mobilizable	no_good_hit	1482.0	99.865	51.0	0.0006166295967217456	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
ISR0273_000000002760	3398	0.5075106057789466	3	3	1	3	0	True	129136	fragment	False	ISR0273_000000002760	1.0		0	0	False	False	0.9905827045440674	0					non-mobilizable	no_good_hit								True	True
FIJ0107_000000011016	2420	0.5075094336767741	5	3	3	2	0	False	42285	maximal	True	FIJ0107_000000011016	1.0		1265	14	False	False	1.0	0					non-mobilizable	chromosome	1147.0	99.041	99.0	0.0003859505902417142	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	False	False
SPA0120_000000020511	1999	0.507508460513846	2	2	2	2	2	False	114905	fragment	False	SPA0120_000000020511	0.8554293033533522		0	0	False	False	1.0	0					non-mobilizable	plasmid	1945.0	95.01299999999999	97.0	0.011706898427395472	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
CAN0012_000000026249	1786	0.5074999355801305	5	2	2	2	1	False	94187	maximal	True	CAN0012_000000026249	1.0		26	6	False	False	1.0	0					non-mobilizable	no_good_hit	472.0	87.712	40.0	0.002711665342498877	NZ_AAXG02000011.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont151, whole genome shotgun sequence	True	False
SPA0097_000000026636	1226	0.5074982812183572	2	2	2	2	2	False	27591	fragment	False	ISR0228_000000021985	0.9875514451590691		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	491.0	70.468	40.0	0.00012701395686972664	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ISR0363_000000007409	2543	0.5074961813582565	4	2	1	2	2	False	84174	maximal	True	ISR0363_000000007409	0.9832863471606927		540	15	False	False	0.9944946765899658	0					non-mobilizable	other	2543.0	98.545	100.0	0.0007908118981414365	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0132_000000026830	1103	0.5074952194301326	2	1	1	1	1	False	31556	fragment	False	ISR0132_000000026830	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1103.0	98.54899999999999	100.0	0.0003128278731338199	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
MAD0097_000000006530	5708	0.5074951312500958	6	6	5	5	4	False	115828	maximal	True	MAD0097_000000006530	0.9839504221955089		52	11	False	False	0.9998248219490051	0					non-mobilizable	no_good_hit	3143.0	72.192	54.0	0.011123962567213317	NZ_NHOC01000001.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c1, whole genome shotgun sequence	True	False
MAD0026_000000003679	3334	0.5074931628730557	4	3	2	3	2	False	90739	maximal	True	MAD0026_000000003679	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	99.473	40.0	0.008186161195869934	NZ_JAAWUO010000005.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_5_length_162225_cov_126.953, whole genome shotgun sequence	True	False
MON0006_000000009705	2212	0.5074920361429373	3	2	2	2	2	False	91007	maximal	True	MON0006_000000009705	1.0		18	8	False	False	0.9932187795639038	0					non-mobilizable	chromosome	1077.0	90.15799999999999	95.0	0.000378984765447599	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0080_000000005384	1421	0.5074791954258022	2	2	2	2	2	False	21773	fragment	False	MAD0080_000000005384	1.0		0	0	False	False	0.9809992909431458	0					non-mobilizable	no_good_hit	246.0	95.12200000000001	17.0	0.039501376072527114	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CAN0012_000000016760	3002	0.5074773462521313	7	3	2	3	1	False	94243	maximal	False	CAN0013_000000007410	0.9701760104302477		0	0	False	False	0.9996668696403503	0		MOBQ			mobilizable	no_good_hit	701.0	79.743	44.0	0.00040893342244772654	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0300_000000008232	1342	0.5074715964838243	2	2	2	2	1	False	25584	maximal	True	ISR0300_000000008232	1.0		19	7	False	False	0.9843516945838928	0					non-mobilizable	other	767.0	99.87	99.0	0.013868771726535343	NZ_GL882646.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld97, whole genome shotgun sequence	False	False
ISR0113_000000004448	3379	0.507470838962959	3	2	2	2	2	True	131291	maximal	True	ISR0113_000000004448	1.0	PS1133	42	7	False	True	1.0	0					non-mobilizable	no_good_hit	1611.0	94.413	48.0	0.0005677714037292242	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
DEN0057_000000001281	3485	0.5074708271512487	2	2	2	2	2	False	72027	maximal	True	DEN0057_000000001281	1.0		4	3	False	False	1.0	0					non-mobilizable	other	3492.0	89.118	100.0	0.06693715868010153	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
ENG0010_000000013478	1599	0.5074692197184637	4	3	2	3	2	False	67265	maximal	True	ENG0010_000000013478	1.0		187	8	False	False	0.9987491965293884	0					non-mobilizable	no_good_hit	177.0	75.141	11.0	6.629998559029214e-05	NZ_LN879430.1	firmicutes	Herbinix luporum strain SD1D chromosome I	True	False
SPA0026_000000005028	5125	0.5074686298420744	1	1	1	1	1	False	62672	fragment	False	MON0007_000000010175	0.9124047576953589		0	0	False	False	1.0	0					non-mobilizable	other	5153.0	93.809	100.0	0.0020364810524996033	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	False	False
ISR0326_000000004908	3528	0.507467239192226	4	4	3	3	3	False	24835	maximal	True	ISR0326_000000004908	1.0		4	2	False	False	0.999716579914093	0					non-mobilizable	no_good_hit	1494.0	77.845	42.0	0.0003633536512260979	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0016_000000020535	1759	0.5074661389885474	3	2	2	2	1	True	13349	fragment	False	MON0016_000000020535	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1759.0	98.92	100.0	0.0007019788376140865	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
FIJ0063_000000025516	1162	0.5074650340554981	1	1	1	1	1	True	73025	fragment	False	FIJ0122_000000014098	0.9904730574529643		0	0	False	False	1.0	0					non-mobilizable	plasmid	1162.0	99.57	100.0	0.005595477350606538	CP039830.1	enterobacteria	Klebsiella pneumoniae strain C2315 plasmid pC2315-3, complete sequence	False	True
FIJ0122_000000014098	1138	0.5074650340554981	1	1	1	1	1	True	73025	fragment	False	FIJ0122_000000014098	0.9930807936418354		0	0	False	False	0.9718804955482483	0					non-mobilizable	plasmid	1138.0	99.912	100.0	0.005560799542224417	CP037442.1	enterobacteria	Klebsiella sp. PO552 plasmid p1, complete sequence	False	True
FIJ0115_000000020724	1136	0.5074650340554981	1	1	1	1	1	True	73025	fragment	False	FIJ0122_000000014098	0.9922221702355603		0	0	False	False	1.0	0					non-mobilizable	plasmid	1136.0	99.912	100.0	0.0038000154009434754	LC549807.1	enterobacteria	Klebsiella pneumoniae VNCKp115 plasmid pVNCKp115 DNA, complete sequence	False	True
DEN0041_000000030609	1111	0.5074650340554981	1	1	1	1	1	True	73025	fragment	False	FIJ0122_000000014098	0.9762894428314226		0	0	False	False	0.9783978462219238	0					non-mobilizable	plasmid	1111.0	100.0	100.0	0.003716314621187011	LC549807.1	enterobacteria	Klebsiella pneumoniae VNCKp115 plasmid pVNCKp115 DNA, complete sequence	False	True
CHI0010_000000004931	1546	0.5074649483513936	2	1	1	1	1	True	90283	fragment	False	CHI0010_000000004931	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	864.0	99.884	100.0	0.003992431497184943	MN543573.1	enterobacteria	Klebsiella pneumoniae strain GH44 plasmid pGH44_216, complete sequence	False	True
MAD0112_000000021815	1335	0.5074601374237293	1	1	1	1	1	False	14427	maximal	True	MAD0112_000000021815	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0333_000000003767	4753	0.507455676445772	9	4	4	0	0	False	24557	maximal	True	ISR0333_000000003767	1.0		1	1	False	False	0.9957921504974365	0					non-mobilizable	no_good_hit	1082.0	88.355	23.0	0.0005144402516446281	CP024749.1	fusobacteria	Fusobacterium nucleatum subsp. vincentii strain KCOM 2931 chromosome, complete genome	True	False
FIJ0014_000000017208	1467	0.5074509766148738	3	2	2	2	2	False	50447	fragment	False	FIJ0014_000000017208	1.0		0	0	False	False	0.9993183612823486	0					non-mobilizable	no_good_hit	811.0	95.43799999999999	85.0	0.025044888861370813	NZ_QRYH01000029.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf29, whole genome shotgun sequence	True	False
SPA0109_000000003233	7230	0.5074489162811117	7	6	3	5	3	False	61828	maximal	True	SPA0109_000000003233	1.0		210	13	False	False	1.0	0					non-mobilizable	no_good_hit	228.0	73.684	3.0	3.555400727095758e-05	CP040656.1	g-proteobacteria	Lysobacter enzymogenes strain YC36 chromosome, complete genome	True	False
ISR0324_000000018901	1625	0.5074488781964699	3	2	1	2	1	False	24915	fragment	False	ISR0324_000000018901	1.0		0	0	False	False	0.998769223690033	0					non-mobilizable	chromosome	1615.0	99.75200000000001	99.0	0.0005748823432403774	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
DEN0082_000000014148	2784	0.507448861718812	4	4	4	4	4	False	131594	fragment	False	DEN0082_000000014148	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2783.0	99.78399999999999	99.0	0.0011758872940348024	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ENG0120_000000016111	1287	0.5074464165624779	3	3	3	3	2	False	59155	maximal	True	ENG0120_000000016111	1.0		89	5	False	False	0.999222993850708	0					non-mobilizable	other	1292.0	84.75200000000001	99.0	0.0049283962369161445	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MAD0049_000000003954	4072	0.5074441101716636	3	3	3	3	3	False	17485	maximal	True	MAD0049_000000003954	1.0		1	1	False	False	0.9997544288635254	0					non-mobilizable	no_good_hit	99.0	81.818	2.0	1.9550541041273785e-05	CP022426.1	g-proteobacteria	Aeromonas salmonicida subsp. pectinolytica 34mel chromosome, complete genome	True	False
SPA0127_000000020906	1401	0.5074429230519453	3	3	2	1	2	False	103630	maximal	False	FIJ0160_000000013121	0.9630198714261763		0	0	False	False	1.0	0					non-mobilizable	chromosome	1255.0	98.167	99.0	0.0004041871728267607	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0149_000000009539	3883	0.5074385631014987	3	2	1	2	1	False	111939	maximal	False	ISR0291_000000003086	0.9595369777723981		0	0	False	False	0.9971671104431152	0					non-mobilizable	no_good_hit	1152.0	81.597	30.0	0.0003132825228811057	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	False
ISR0223_000000005320	4791	0.5074346818417936	5	5	4	4	5	False	127068	maximal	True	ISR0223_000000005320	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2417.0	98.345	88.0	0.0007216847122723173	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0047_000000016096	1855	0.5074320739644529	2	1	1	1	1	False	72045	fragment	False	ISR0047_000000016096	1.0		0	0	False	False	0.9994609355926514	0					non-mobilizable	other	1855.0	99.62299999999999	100.0	0.00035889258987462184	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MON0025_000000017911	2181	0.5074284904752172	2	1	1	1	0	True	12820	maximal	True	MON0025_000000017911	1.0		1	1	False	False	0.9867033362388611	0					non-mobilizable	no_good_hit	1029.0	99.806	47.0	0.014488668395535009	CP053385.1	enterobacteria	Escherichia coli strain SCU-107 plasmid pSCU-107-1, complete sequence	True	True
FIJ0031_000000020216	1263	0.5074284904752172	1	1	1	1	0	True	73026	fragment	False	FIJ0031_000000020216	1.0		0	0	False	False	0.9920823574066162	0					non-mobilizable	plasmid	1263.0	97.941	100.0	0.004225215362106314	LC549807.1	enterobacteria	Klebsiella pneumoniae VNCKp115 plasmid pVNCKp115 DNA, complete sequence	False	True
ENG0137_000000012607	1202	0.5074284904752172	1	1	1	1	0	True	57959	fragment	False	ENG0137_000000012607	1.0		0	0	False	False	0.9966722130775452	0					non-mobilizable	plasmid	1202.0	100.0	100.0	0.009121980859790369	CP054237.1	enterobacteria	Escherichia coli strain EcPF5 plasmid p1, complete sequence	False	True
ISR0310_000000015940	1165	0.5074284904752172	2	1	1	1	0	True	25313	fragment	False	ISR0310_000000015940	1.0		0	0	False	False	0.9991416335105896	0					non-mobilizable	plasmid	1165.0	99.571	100.0	0.00536892939673344	CP054304.1	enterobacteria	Klebsiella pneumoniae strain MS14393 plasmid pMS14393A, complete sequence	False	True
CAN0013_000000021519	1106	0.5074284904752172	1	1	1	1	0	True	93769	maximal	True	CAN0013_000000021519	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	703.0	99.85799999999999	64.0	0.005135558254202818	CP055262.1	enterobacteria	Escherichia coli strain AH62 plasmid pAH62-3, complete sequence	True	True
ENG0050_000000011001	2391	0.5074278883774047	2	2	2	2	2	False	76836	fragment	False	ENG0050_000000011001	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2390.0	97.531	99.0	0.0008327140552651649	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0175_000000005373	4789	0.5074246731306833	6	6	3	4	5	False	80191	maximal	True	ENG0175_000000005373	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	726.0	72.039	15.0	0.0015438757787140296	NZ_NXBQ01000001.1	g-proteobacteria	Aeromonas bivalvium strain ZJ19-2 NODE_1_length_461177_cov_135.248, whole genome shotgun sequence	True	False
DEN0052_000000041930	1139	0.5074245370063339	3	3	3	3	1	False	130039	fragment	False	USA0135_01_000000006480	0.0268170269997404		0	0	False	False	1.0	0					non-mobilizable	chromosome	1139.0	98.68299999999999	100.0	0.00038270754310845364	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0030_000000002000	12116	0.5074229855836183	11	9	8	7	8	True	110982	maximal	True	MON0030_000000002000	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3624.0	78.753	48.0	0.0006651627610842934	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
ITA0003_000000000698	7310	0.5074164600290726	5	5	4	3	4	False	85172	maximal	False	ENG0204_000000002470	0.9462427093607747		0	0	False	False	1.0	0					non-mobilizable	other	7236.0	99.97200000000001	99.0	0.0014012657681134663	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0068_000000007028	3699	0.5074143537453414	6	5	1	3	3	True	61846	fragment	False	MAD0068_000000007028	0.9900370054084828		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	3620.0	97.956	100.0	0.02505939311663215	CP054829.1	enterobacteria	Escherichia coli strain SCU-397 plasmid pSCU-397-1	False	True
MON0107_000000010588	4967	0.5074142606678538	3	2	2	1	1	False	8615	maximal	True	MON0107_000000010588	1.0		30	5	False	False	1.0	0					non-mobilizable	no_good_hit	1060.0	79.245	25.0	0.0002806284476685298	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0064_000000013674	1940	0.5074138907901937	5	3	3	2	1	False	45488	maximal	True	FIJ0064_000000013674	1.0		68	12	False	False	0.9922680258750916	0					non-mobilizable	no_good_hit	1028.0	99.027	53.0	0.014859937492765367	NZ_CABMGA010000014.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0002_000000020879	1176	0.507410899041654	2	1	1	1	1	False	67949	fragment	False	ENG0002_000000020879	1.0		0	0	False	False	0.898809552192688	0					non-mobilizable	other	1123.0	99.73299999999999	95.0	0.0003811901353972412	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
SPA0105_000000002623	10604	0.5074092796736265	19	9	6	8	8	False	103144	maximal	True	SPA0105_000000002623	1.0		1	1	False	False	0.9970765709877014	0					non-mobilizable	no_good_hit	6408.0	92.728	72.0	0.003810716661163827	NZ_LT160640.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
CAN0006_000000024893	1820	0.5074072431743056	3	2	2	2	2	False	95618	maximal	True	CAN0006_000000024893	1.0		0	0	False	False	0.9912087917327881	0					non-mobilizable	no_good_hit	839.0	98.212	46.0	0.020174298232943328	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	True	False
SPA0098_000000011618	3026	0.5074065095398463	4	2	1	1	2	False	5074	maximal	True	SPA0098_000000011618	1.0		3	2	False	False	0.9996695518493652	0					non-mobilizable	no_good_hit	523.0	79.35	17.0	0.0037156623400797545	NZ_QEKH01000011.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_111, whole genome shotgun sequence	True	False
ENG0190_000000005017	6011	0.5074064226427777	7	4	2	3	3	False	62899	maximal	True	ENG0190_000000005017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1953.0	79.058	49.0	0.00042005748224108544	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
SPA0106_000000019392	1996	0.5074037579296111	2	1	1	1	1	False	70139	maximal	True	SPA0106_000000019392	1.0		267	10	False	False	0.9994990229606628	0					non-mobilizable	other	1996.0	100.0	100.0	0.0003713240316818503	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
SPA0014_000000003866	5074	0.5074004031608459	7	3	3	1	1	False	12649	maximal	True	SPA0014_000000003866	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2435.0	97.24799999999999	54.0	0.059812257335233696	NZ_CYYU01000018.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0803_000000001791	6227	0.5073972211773803	6	6	6	6	6	False	101564	maximal	True	ISR0803_000000001791	1.0		25	8	False	False	0.9975911378860474	0					non-mobilizable	no_good_hit	3400.0	98.647	82.0	0.0007172299716803985	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
DEN0021_000000001396	16791	0.5073969833449485	14	9	6	8	3	True	132070	fragment	False	DEN0021_000000001396	1.0		0	0	False	False	0.997617781162262	0					non-mobilizable	no_good_hit	268.0	84.70100000000001	2.0	0.007892992709525818	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
MON0042_000000011518	2311	0.5073958517663938	3	3	3	2	1	True	11727	maximal	True	MON0042_000000011518	1.0		154	12	False	False	0.9991346001625061	0					non-mobilizable	other	1885.0	81.857	99.0	0.0005820649336831737	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
DEN0078_000000006868	4020	0.507393062831062	3	3	2	2	1	False	76947	maximal	True	DEN0078_000000006868	0.9986146095717884		8	4	False	False	1.0	0					non-mobilizable	other	4017.0	99.303	99.0	0.004351217820923983	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
ISR0215_000000004023	7057	0.507393051585151	11	6	5	6	6	False	115197	maximal	True	ISR0215_000000004023	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	74.752	14.0	0.0011614975324055461	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0102_000000002728	7327	0.5073926222952246	7	5	4	1	2	False	33105	maximal	True	ISR0102_000000002728	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2206.0	85.721	32.0	0.020708446866485014	NZ_KB894130.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
MON0012_000000025518	2047	0.5073902759512562	2	2	2	1	1	False	27865	maximal	True	MON0012_000000025518	1.0		270	15	False	False	0.9995114803314209	0					non-mobilizable	chromosome	2047.0	98.97399999999999	100.0	0.000572635896769925	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0819_000000006757	3627	0.5073899890545105	4	4	4	2	4	False	21325	maximal	True	ISR0819_000000006757	1.0		1	1	False	False	0.9975185990333557	0					non-mobilizable	no_good_hit	791.0	92.035	22.0	0.00018619766225299643	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	True	False
ISR0097_000000003475	6321	0.507385483388243	8	4	2	4	2	False	88070	maximal	True	ISR0097_000000003475	1.0		35	6	False	False	0.9962031245231628	0					non-mobilizable	no_good_hit	2824.0	99.469	87.0	0.000843958551261289	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
FIJ0077_000000018063	1654	0.5073852575084549	3	3	3	3	3	False	44503	maximal	True	FIJ0077_000000018063	1.0		81	10	False	False	0.9987908005714417	0					non-mobilizable	no_good_hit	493.0	74.645	30.0	0.00035323774505868565	NZ_CP043026.1	mycoplasmas	Spiroplasma chinense strain CCH chromosome, complete genome	True	False
MON0002_000000011215	2257	0.5073849386107803	4	3	2	2	1	False	14332	maximal	True	MON0002_000000011215	1.0		272	13	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	82.794	36.0	0.0001884728969542612	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0125_000000006565	2287	0.5073830461640667	4	4	3	4	3	False	108264	fragment	False	ISR0819_000000009159	0.4545490529334027		0	0	False	False	0.9938784241676331	0					non-mobilizable	no_good_hit	1531.0	82.887	67.0	0.0005305110054891507	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ETH0005_000000005766	8355	0.5073823926110148	7	6	6	6	5	False	103064	maximal	True	ETH0005_000000005766	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1147.0	80.384	14.0	0.6043663471778488	KJ798143.1	bacteria	Uncultured bacterium BD_contig00953 genomic sequence	True	False
ENG0152_000000023268	1129	0.5073806498516453	2	2	2	2	2	False	56986	fragment	False	ENG0152_000000023268	1.0		0	0	False	False	0.9282550811767578	0					non-mobilizable	other	1076.0	99.90700000000001	95.0	0.00347852536411262	NZ_AGDG01000039.1	CFB group bacteria	Bacteroides faecis MAJ27 contig039, whole genome shotgun sequence	False	False
ENG0016_000000014065	1595	0.5073790819049128	3	3	3	2	1	True	66742	maximal	True	ENG0016_000000014065	1.0		7	4	False	False	1.0	0					non-mobilizable	chromosome	1249.0	97.51799999999999	99.0	0.0004200694932272209	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0052_000000004544	6316	0.5073708633349546	9	6	3	6	3	False	82038	maximal	True	ISR0052_000000004544	1.0		3	1	False	False	0.9979417324066162	0					non-mobilizable	no_good_hit	560.0	83.036	10.0	0.00017297065907420878	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0030_000000010715	2873	0.50736889395164	5	4	1	2	3	False	34897	fragment	False	SPA0030_000000010715	1.0		0	0	False	False	0.9996519088745117	0		MOBP		MOBP	mobilizable	plasmid	2873.0	98.956	100.0	0.06708712917542631	AF036485.2	firmicutes	Lactococcus lactis subsp. cremoris plasmid pNZ4000, complete sequence	False	True
TAN0018_000000002210	3770	0.5073667858795465	3	3	1	3	2	False	2426	maximal	True	TAN0018_000000002210	1.0		110	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0047_000000004446	7092	0.5073627073064731	9	4	4	4	2	True	17898	maximal	True	MAD0047_000000004446	1.0	PS40	1	1	False	True	0.9901297092437744	0					non-mobilizable	no_good_hit	639.0	98.12200000000001	9.0	0.0002701097103380781	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	True
DEN0001_000000028115	1561	0.5073594135309396	2	1	1	1	1	False	76807	maximal	True	DEN0001_000000028115	1.0		58	10	False	False	0.9827033877372742	0					non-mobilizable	no_good_hit								True	False
ISR0785_000000009788	3375	0.5073576320956313	3	2	2	2	1	False	52414	fragment	False	ISR0785_000000009788	1.0		0	0	False	False	0.9991111159324646	0					non-mobilizable	no_good_hit	56.0	89.286	2.0	0.00010699868683429794	NZ_RRCF01000004.1	g-proteobacteria	Pararheinheimera mesophila strain IITR13 contig4, whole genome shotgun sequence	True	False
FIJ0002_000000014013	2532	0.5073576320956313	4	2	2	2	1	False	52413	fragment	False	FIJ0002_000000014013	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	94.286	1.0	4.476122519372395e-05	NZ_VKKX01000011.1	a-proteobacteria	Gemmobacter caeruleus strain N8 NODE_1, whole genome shotgun sequence	True	False
ISR0837_000000002978	3373	0.5073574998163775	4	1	1	1	1	True	26330	fragment	False	ISR0837_000000002978	1.0		0	0	False	False	0.9979246854782104	0					non-mobilizable	no_good_hit	107.0	100.0	3.0	0.0007503681051081663	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	True	True
ISR0288_000000012878	2355	0.5073574998163775	4	1	1	1	1	True	26331	fragment	False	ISR0288_000000012878	1.0		0	0	False	False	0.9927813410758972	0					non-mobilizable	no_good_hit	90.0	80.0	4.0	2.8052586306618552e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	True
ISR0131_000000014428	2220	0.5073574998163775	2	1	1	1	1	True	31675	fragment	False	ISR0131_000000014428	1.0		0	0	False	False	0.9977477192878723	0					non-mobilizable	no_good_hit	46.0	89.13	2.0	0.0011149100639215104	NZ_JAAIWN010000034.1	firmicutes	Bacillus aquiflavi strain 3H-10 NODE_34_length_40362_cov_0.305318, whole genome shotgun sequence	True	True
SPA0029_000000012681	2086	0.5073574998163775	2	1	1	1	1	True	26329	fragment	False	SPA0029_000000012681	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	2.0	0.0011149100639215104	NZ_JAAIWN010000034.1	firmicutes	Bacillus aquiflavi strain 3H-10 NODE_34_length_40362_cov_0.305318, whole genome shotgun sequence	True	True
ISR0275_000000008870	1603	0.5073574998163775	1	1	1	1	1	True	26328	fragment	False	ISR0275_000000008870	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	0.0011149100639215104	NZ_JAAIWN010000034.1	firmicutes	Bacillus aquiflavi strain 3H-10 NODE_34_length_40362_cov_0.305318, whole genome shotgun sequence	True	True
MON0064_000000008519	2980	0.5073558980782604	4	4	4	4	3	False	65052	fragment	False	MON0064_000000008519	0.9896645955031672		0	0	False	False	0.9993288516998291	0					non-mobilizable	chromosome	2980.0	99.698	100.0	0.0013587675399146517	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
DEN0081_000000001810	3588	0.5073541090008885	5	3	3	3	2	False	101579	fragment	False	ISR0796_000000005599	0.8330882764964276		0	0	False	False	0.9980490803718567	0					non-mobilizable	other	3588.0	99.97200000000001	100.0	0.0070809003225589945	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0005_000000018351	1897	0.5073537981735353	1	1	1	1	1	False	51897	maximal	False	ISR0855_000000008169	0.9523694390715667		0	0	False	False	0.9989457130432129	0					non-mobilizable	no_good_hit								True	False
CHI0173_000000004510	3701	0.5073500417057365	4	2	1	2	2	True	115609	fragment	False	CHI0173_000000004510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2623.0	92.49	71.0	0.19477911646586346	NZ_SLUM01000047.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_147, whole genome shotgun sequence	True	True
MAD0097_000000006528	5710	0.5073494556431634	4	4	4	4	2	False	23905	maximal	True	MAD0097_000000006528	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1490.0	79.732	26.0	0.009313586768543849	NZ_FRCP01000019.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	False
CHI0164_000000006347	3740	0.5073493878866738	4	4	4	4	3	False	121409	maximal	True	CHI0164_000000006347	1.0		2	1	False	False	0.9941176176071167	0					non-mobilizable	chromosome	2700.0	98.963	98.0	0.0008507183195681289	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0020_000000010842	2789	0.5073488340029425	3	3	3	3	3	False	130045	fragment	False	SPA0020_000000010842	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2829.0	87.59299999999999	99.0	0.000986277857938584	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0101_000000005515	5011	0.5073481999860244	8	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9720225111030165		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	87.208	40.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0036_000000007121	5005	0.5073481999860244	8	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9718419253158334		0	0	False	False	0.9994006156921387	0					non-mobilizable	no_good_hit	1244.0	87.219	40.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0107_000000005601	4954	0.5073481999860244	6	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9689199503615443		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	86.715	38.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0068_000000006120	4932	0.5073481999860244	8	3	1	1	3	True	80909	maximal	True	FIJ0068_000000006120	0.9730767860566536		110	11	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	87.208	40.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0062_000000005776	4884	0.5073481999860244	6	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9666848283109204		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	86.715	38.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0038_000000006693	4870	0.5073481999860244	6	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9574981591819991		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	86.715	38.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0057_000000005780	4862	0.5073481999860244	8	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9624908232209722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1247.0	87.009	41.0	0.013631539380002654	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
FIJ0093_000000004513	4839	0.5073481999860244	6	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9595127530741093		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	87.29899999999999	38.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0006_000000006800	4829	0.5073481999860244	6	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9654249821902724		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	86.715	39.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0112_000000005257	4825	0.5073481999860244	6	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9606384162441202		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	86.977	39.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0102_000000006493	4748	0.5073481999860244	6	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9571222184077631		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1242.0	86.715	39.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0132_000000005891	4747	0.5073481999860244	6	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9501960320411815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1244.0	87.219	39.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0052_000000005739	4735	0.5073481999860244	6	3	1	1	3	True	80909	maximal	False	FIJ0068_000000006120	0.9464978025658203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1243.0	87.208	37.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0016_000000004194	4154	0.5073481999860244	6	3	1	1	3	True	50245	fragment	False	FIJ0016_000000004194	1.0		0	0	False	False	0.9997592568397522	0					non-mobilizable	no_good_hit	1243.0	87.208	30.0	0.0016026708568607244	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0156_000000002189	3404	0.5073481999860244	8	3	1	1	3	True	80907	fragment	False	FIJ0156_000000002189	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1238.0	86.995	59.0	0.01353203909255738	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
FIJ0140_000000008491	3331	0.5073481999860244	7	3	1	1	3	True	80907	fragment	False	FIJ0156_000000002189	0.98927732079906		0	0	False	False	0.9996997714042664	0					non-mobilizable	no_good_hit	1225.0	87.429	60.0	0.0015791597929458972	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
FIJ0113_000000008577	2943	0.5073481999860244	7	3	1	1	3	True	80906	fragment	False	FIJ0113_000000008577	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	92.73100000000001	57.0	0.001183390217046305	NZ_LT629844.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	True
ISR0312_000000004342	3645	0.5073465264875694	5	4	4	4	4	False	68026	maximal	True	ISR0312_000000004342	0.9817655571635311		213	11	False	False	1.0	0					non-mobilizable	chromosome	3645.0	99.588	100.0	0.002017673334090261	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
FIJ0041_000000001923	15210	0.5073427502917492	13	11	9	11	9	True	89710	maximal	True	FIJ0041_000000001923	1.0		17	1	False	False	0.9998685121536255	0					non-mobilizable	no_good_hit	6727.0	84.257	55.0	0.002008905407488676	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	True
SPA0025_000000009530	2242	0.5073413496048866	2	1	1	1	1	False	7568	maximal	True	SPA0025_000000009530	1.0		69	9	False	False	0.9950936436653137	0					non-mobilizable	other	2242.0	99.64299999999999	100.0	0.000756487360146045	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	False	False
ISR0395_000000021668	1783	0.5073393678267674	2	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.6810595188980627	PS1128	0	0	False	True	0.9971957206726074	0					non-mobilizable	other	1385.0	85.271	91.0	0.01627044144058985	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
ISR0196_000000012381	1697	0.5073393678267674	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.6505048978085134	PS1128	0	0	False	True	0.9587507247924805	0					non-mobilizable	other	1624.0	84.667	95.0	0.01910624822762076	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	False	True
FIJ0038_000000029692	1211	0.5073393678267674	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.18598966615675758	PS1128	0	0	False	True	0.9991742372512817	0					non-mobilizable	chromosome	1222.0	81.42399999999999	100.0	0.00034388893155500944	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
SPA0136_000000004657	7548	0.5073362488742699	12	3	1	2	2	True	73627	fragment	False	SPA0136_000000004657	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	95.665	9.0	0.9985052316890882	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
ISR0189_000000001383	6448	0.5073362488742699	12	3	1	2	2	True	73625	fragment	False	ISR0189_000000001383	0.9983816151480822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	99.70100000000001	10.0	0.9985052316890882	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
USA0037_01_000000005861	6179	0.5073362488742699	11	3	1	2	2	True	73625	fragment	False	ISR0189_000000001383	0.9775899503722085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	669.0	100.0	11.0	0.9985052316890882	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
CHI0185_000000003895	5018	0.5073362488742699	7	3	1	2	2	True	77235	maximal	True	CHI0185_000000003895	1.0		9	3	False	False	0.999601423740387	0					non-mobilizable	no_good_hit	669.0	98.505	13.0	0.9985052316890882	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
ENG0194_000000005581	4800	0.5073362488742699	6	3	1	2	2	True	73626	fragment	False	ENG0194_000000005581	1.0		0	0	False	False	0.997083306312561	0					non-mobilizable	no_good_hit	669.0	98.804	14.0	0.9985052316890882	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
DEN0033_000000007170	3673	0.5073362488742699	7	3	1	2	2	True	73624	fragment	False	DEN0033_000000007170	1.0		0	0	False	False	0.9931935667991638	0					non-mobilizable	no_good_hit	669.0	92.52600000000001	18.0	0.9985052316890882	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
ISR0072_000000009566	2890	0.5073362488742699	6	3	1	2	2	True	34852	fragment	False	ISR0072_000000009566	1.0		0	0	False	False	0.9996539950370789	0					non-mobilizable	no_good_hit	669.0	100.0	23.0	0.9985052316890882	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
SPA0107_000000010097	3101	0.5073351105340792	4	4	4	3	3	False	54105	fragment	False	SPA0107_000000010097	1.0		0	0	False	False	0.9983876347541809	0					non-mobilizable	other	3101.0	98.87100000000001	100.0	0.026373551581562335	NZ_JAAIUL010000011.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_11_length_117542_cov_399.921, whole genome shotgun sequence	False	False
SPA0067_000000013067	1608	0.5073262447336172	2	2	2	1	1	False	6028	maximal	True	SPA0067_000000013067	1.0		119	8	False	False	0.9937810897827148	0					non-mobilizable	other	1608.0	98.507	100.0	0.026654061136819757	NZ_WBKJ01000021.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000021, whole genome shotgun sequence	False	False
ISR0160_000000020794	1430	0.5073262447336172	2	2	2	1	1	False	30418	maximal	True	ISR0160_000000020794	1.0		167	11	False	False	1.0	0					non-mobilizable	chromosome	1430.0	99.65	100.0	0.0003463972024486816	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
ISR0215_000000022398	1345	0.5073254175399889	2	2	2	1	1	False	28151	maximal	True	ISR0215_000000022398	1.0		104	9	False	False	1.0	0					non-mobilizable	other	1345.0	99.777	100.0	0.0004525874261514713	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	False
CHI0047_000000013401	1159	0.5073226772672625	2	1	1	1	1	False	86949	maximal	True	CHI0047_000000013401	1.0		68	11	False	False	0.9646247029304504	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000005068	5859	0.5073217432214584	6	4	3	4	2	False	113799	maximal	True	ISR0182_000000005068	0.9935874599216246		102	11	False	False	0.9991466403007507	0					non-mobilizable	no_good_hit	392.0	75.51	7.0	0.00012349573128092765	CP025249.1	high GC Gram+	Actinomyces sp. 432 chromosome, complete genome	True	False
SPA0046_000000020586	1593	0.5073153188639467	2	2	2	1	1	False	6716	maximal	True	SPA0046_000000020586	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	92.85700000000001	4.0	0.00052213372319318	NZ_QFFM01000011.1	high GC Gram+	Bifidobacterium callitrichidarum strain TRI 5 DS8229454_c11, whole genome shotgun sequence	True	False
FIJ0016_000000007049	2536	0.5073137910327127	2	2	2	2	1	False	50235	fragment	False	FIJ0016_000000007049	1.0		0	0	False	False	0.999605655670166	0					non-mobilizable	no_good_hit	1020.0	78.725	40.0	0.00022166239295691456	NZ_JNLM01000001.1	firmicutes	Lachnoclostridium phytofermentans KNHs212 BO10DRAFT_scf7180000000004_quiver.1_C, whole genome shotgun sequence	True	False
MAD0107_000000020583	1913	0.5073121596915278	3	3	3	3	2	False	45972	maximal	True	MAD0107_000000020583	1.0		87	11	False	False	0.9973862767219543	0					non-mobilizable	chromosome	1876.0	80.97	96.0	0.000598867437888454	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
DEN0065_000000015174	2271	0.5073121104186616	3	3	3	3	3	False	71099	fragment	False	DEN0065_000000015174	0.9803746654772525		0	0	False	False	0.9942756295204163	0					non-mobilizable	other	1578.0	85.234	95.0	0.00422516638274625	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	False	False
USA0083_01_000000007718	4031	0.5073106901159818	6	5	5	5	4	False	124959	maximal	False	USA0062_01_000000005862	0.9633509597135713		0	0	False	False	0.9997519254684448	0					non-mobilizable	no_good_hit	2831.0	78.418	70.0	0.006702568672271512	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
CHI0088_000000001128	3839	0.5073075634797992	5	3	3	2	1	True	119054	fragment	False	CHI0088_000000001128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1976.0	77.885	51.0	0.00047711619789877634	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
AST0025_000000028513	1353	0.5073054835792626	3	3	3	3	2	False	119887	fragment	False	AST0025_000000028513	1.0		0	0	False	False	0.9992609024047852	0					non-mobilizable	other	1354.0	96.086	100.0	0.0004652035961991525	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
SPA0134_000000008834	3317	0.5072992261282825	3	3	3	3	2	False	3672	maximal	True	SPA0134_000000008834	1.0		1	1	False	False	0.9993970394134521	0					non-mobilizable	no_good_hit	1567.0	75.367	47.0	0.0006722095384320289	NZ_JPNB01000001.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000010_quiver.1_C, whole genome shotgun sequence	True	False
SPA0120_000000003395	11871	0.5072965395563033	21	11	9	7	7	True	7396	fragment	False	SPA0120_000000003395	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8535.0	97.434	98.0	0.002367107097433505	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0066_000000009402	3188	0.5072926451991538	3	3	3	3	3	False	10649	maximal	True	MON0066_000000009402	1.0		7	2	False	False	0.9952948689460754	0					non-mobilizable	other	3194.0	94.11399999999999	100.0	0.04793941953780245	NZ_QIBZ01000012.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_012, whole genome shotgun sequence	False	False
ENG0151_000000004872	4923	0.5072913191478525	4	2	1	2	0	True	101586	maximal	True	ENG0151_000000004872	0.9809416038065573		36	13	False	False	0.9997968673706055	0					non-mobilizable	other	4930.0	93.854	100.0	0.014634741007900144	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
SPA0062_000000006914	4650	0.5072913191478525	4	2	1	2	0	True	101586	maximal	False	ENG0151_000000004872	0.9628675319190609		0	0	False	False	0.9997849464416504	0					non-mobilizable	other	4657.0	93.837	100.0	0.013823021321765088	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
USA0033_01_000000002178	4607	0.5072913191478525	3	2	1	2	0	True	106549	fragment	False	USA0033_01_000000002178	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4583.0	100.0	99.0	0.012530800554615092	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
SPA0042_000000006398	4543	0.5072913191478525	3	2	1	2	0	True	101586	maximal	False	ENG0151_000000004872	0.9322495025543914		0	0	False	False	1.0	0					non-mobilizable	other	4547.0	95.426	100.0	0.013504874778115086	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
MON0052_000000005801	3940	0.5072913191478525	3	2	1	2	0	True	101584	fragment	False	MON0052_000000005801	0.9618532206969377		0	0	False	False	0.9997462034225464	0					non-mobilizable	other	3940.0	99.34	100.0	0.011708982139193573	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
AUS0010_000000006004	3788	0.5072913191478525	3	2	1	2	0	True	101584	fragment	False	MON0052_000000005801	0.9440355329949239		0	0	False	False	0.9994720220565796	0					non-mobilizable	other	3795.0	92.833	100.0	0.011260008979463195	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
MON0012_000000012751	3425	0.5072913191478525	3	2	1	2	0	True	106548	fragment	False	MON0012_000000012751	1.0		0	0	False	False	0.9982481598854065	0					non-mobilizable	chromosome	3425.0	100.0	100.0	0.0006141165375808292	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
SPA0050_000000008515	3054	0.5072913191478525	2	2	1	2	0	True	100319	fragment	False	SPA0050_000000008515	0.9824314827828531		0	0	False	False	0.9898493885993958	0					non-mobilizable	other	3036.0	97.167	99.0	0.009021089845178593	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
ISR0230_000000010773	2911	0.5072913191478525	2	2	1	2	0	True	106544	fragment	False	ISR0230_000000010773	1.0		0	0	False	False	0.9993129372596741	0					non-mobilizable	chromosome	2911.0	99.141	100.0	0.0005219273143575389	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0025_000000008468	2846	0.5072913191478525	2	2	1	2	0	True	100319	fragment	False	SPA0050_000000008515	0.9492468893254747		0	0	False	False	0.9940267205238342	0					non-mobilizable	other	2839.0	96.196	99.0	0.00842939674063326	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
SPA0145_000000003321	8246	0.5072896430791665	12	10	3	6	9	False	132309	maximal	True	SPA0145_000000003321	1.0	PS958	2	2	False	True	0.9997574687004089	0					non-mobilizable	no_good_hit	3666.0	98.991	55.0	0.01360079585442991	NZ_DS544188.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_21, whole genome shotgun sequence	True	True
AST0106_000000005332	3715	0.5072876743329015	3	3	3	3	2	False	107486	maximal	True	AST0106_000000005332	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.015692640692640692	XM_001310586.1	trichomonads	Trichomonas vaginalis G3 hypothetical protein (TVAG_229240) partial mRNA	True	False
ISR0292_000000014282	1422	0.5072864480466803	2	2	2	2	2	False	76249	fragment	False	DEN0007_000000017257	0.28892291269238035		0	0	False	False	0.9915611743927002	0					non-mobilizable	chromosome	1424.0	96.06700000000001	100.0	0.00040362150031146267	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0805_000000008040	1464	0.5072847295751777	1	1	1	1	1	False	35775	fragment	False	ISR0805_000000008040	0.9922644163150492		0	0	False	False	0.994535505771637	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	3.0	1.7487898374324968e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MON0041_000000053874	1296	0.5072847295751777	1	1	1	1	1	False	11765	fragment	False	MON0041_000000053874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0101_01_000000026148	1135	0.5072847295751777	1	1	1	1	1	False	348	fragment	False	USA0101_01_000000026148	1.0		0	0	False	False	0.9991189241409302	0					non-mobilizable	no_good_hit								True	False
SPA0009_000000028696	1307	0.507282458047214	2	2	1	2	1	False	8106	maximal	True	SPA0009_000000028696	1.0		28	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0120_000000013601	1550	0.5072822721378605	2	2	2	2	2	False	59163	maximal	True	ENG0120_000000013601	1.0		12	4	False	False	0.9696774482727051	0					non-mobilizable	no_good_hit	798.0	73.183	50.0	0.00043643116062890567	NZ_KQ033920.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.2, whole genome shotgun sequence	True	False
AST0087_000000009418	3698	0.5072772486673714	3	3	3	3	3	False	111017	maximal	True	AST0087_000000009418	1.0		3	2	False	False	0.9970254302024841	0					non-mobilizable	no_good_hit	1867.0	95.23299999999999	50.0	0.028345809749863064	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	False
SPA0039_000000012521	2153	0.5072737466777151	3	3	3	3	2	False	39317	fragment	False	SPA0039_000000012521	1.0		0	0	False	False	0.9883882999420166	0					non-mobilizable	other	2153.0	99.954	100.0	0.2024459078080903	NZ_PYLP01000033.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_32, whole genome shotgun sequence	False	False
FIJ0063_000000012843	2115	0.5072737297303265	2	2	2	2	2	False	45600	maximal	True	FIJ0063_000000012843	1.0		124	9	False	False	0.991962194442749	0					non-mobilizable	other	2096.0	82.538	99.0	0.0005522301982892308	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
MAD0107_000000014249	2726	0.5072671147114552	3	3	2	3	2	False	122218	maximal	True	MAD0107_000000014249	1.0		1	1	False	False	0.9985326528549194	0					non-mobilizable	no_good_hit	1508.0	90.584	89.0	0.0063328623522543636	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	True	False
FIJ0084_000000005470	2435	0.5072666947407649	4	2	2	2	2	False	71212	maximal	True	FIJ0084_000000005470	1.0		275	10	False	False	1.0	0					non-mobilizable	other	2411.0	98.839	99.0	0.017060255974629065	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	False	False
CHI0032_000000000800	6114	0.5072618660624391	6	2	2	2	1	False	88469	maximal	True	CHI0032_000000000800	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	73.156	18.0	0.0003643243902621994	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
ISR0793_000000002284	5517	0.5072618660624391	5	2	2	2	1	False	22028	fragment	False	ISR0793_000000002284	1.0		0	0	False	False	0.9994562268257141	0					non-mobilizable	no_good_hit	1125.0	73.156	20.0	0.0003643243902621994	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
SPA0077_000000006345	4504	0.5072618660624391	5	2	2	2	1	False	13022	fragment	False	SPA0077_000000006345	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1125.0	73.156	25.0	0.0003643243902621994	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
MON0022_000000013395	2211	0.5072618660624391	2	2	2	2	1	False	13021	fragment	False	MON0022_000000013395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	73.169	54.0	0.00039335292270027976	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
SPA0081_000000004271	3046	0.5072611388579272	4	4	4	3	3	False	110344	fragment	False	SPA0081_000000004271	1.0		0	0	False	False	0.9993433952331543	0					non-mobilizable	other	3048.0	97.736	100.0	0.025856946401589108	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CHI0141_000000024766	1120	0.5072607491547729	2	2	2	1	1	False	80016	maximal	True	CHI0141_000000024766	1.0		58	8	False	False	0.9580357074737549	0					non-mobilizable	chromosome	1120.0	100.0	100.0	0.00028077539173060014	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
FIJ0064_000000019910	1302	0.5072593427612659	3	3	0	2	2	False	82902	fragment	False	ISR0326_000000012554	0.2336285596231172		0	0	False	False	0.9984639286994934	0					non-mobilizable	other	1304.0	97.699	100.0	0.008217191145866179	NZ_DS544171.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_4, whole genome shotgun sequence	False	False
FIJ0018_000000003314	7770	0.5072573812487761	6	4	4	4	3	False	50046	maximal	True	FIJ0018_000000003314	1.0		40	3	False	False	1.0	0					non-mobilizable	no_good_hit	1874.0	97.866	27.0	0.0004993692528854446	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0002_000000011973	2951	0.5072567785156535	3	2	1	2	2	False	52424	maximal	True	FIJ0002_000000011973	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0061_01_000000002971	3790	0.5072557435247373	3	3	3	1	1	False	23419	maximal	True	USA0061_01_000000002971	1.0		71	7	False	False	1.0	0					non-mobilizable	chromosome	3790.0	97.81	100.0	0.0010675672287008505	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0052_000000008994	3631	0.5072557435247373	3	3	3	1	1	False	57747	maximal	True	ISR0052_000000008994	1.0		32	8	False	False	1.0	0					non-mobilizable	chromosome	3637.0	78.994	99.0	0.001011779867581091	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
MAD0049_000000005235	3227	0.5072557435247373	3	3	3	1	1	False	57746	maximal	True	MAD0049_000000005235	1.0		15	7	False	False	1.0	0					non-mobilizable	no_good_hit	2466.0	81.265	76.0	0.0006891711378733914	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0052_000000009497	3038	0.5072557435247373	3	3	3	1	1	False	6534	maximal	True	SPA0052_000000009497	1.0		16	5	False	False	1.0	0					non-mobilizable	other	2794.0	74.911	91.0	0.009962459771862567	NZ_WLZR01000002.1	firmicutes	Streptococcus halichoeri strain S212 NODE_2_length_276237_cov_80.074836, whole genome shotgun sequence	False	False
ENG0141_000000009149	2970	0.5072557435247373	3	3	3	1	1	False	57745	fragment	False	SPA0042_000000011020	0.7744376186387055		0	0	False	False	1.0	0					non-mobilizable	chromosome	2986.0	83.456	100.0	0.0008356833994000323	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
SPA0042_000000011020	2854	0.5072557435247373	3	3	3	1	1	False	57745	fragment	False	SPA0042_000000011020	0.9338316936451203		0	0	False	False	1.0	0					non-mobilizable	chromosome	2871.0	81.54	99.0	0.0008027181405565381	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0374_000000005625	2831	0.5072557435247373	3	3	3	1	1	False	23418	fragment	False	ISR0374_000000005625	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2831.0	99.36399999999999	100.0	0.0007973648079238339	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
USA0015_01_000000012436	2690	0.5072557435247373	3	3	3	1	1	False	57745	fragment	False	SPA0042_000000011020	0.5628454374841891		0	0	False	False	1.0	0					non-mobilizable	chromosome	2433.0	81.46300000000001	90.0	0.0006801549987025213	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0101_000000008972	2668	0.5072557435247373	3	3	3	1	1	False	57745	fragment	False	SPA0042_000000011020	0.7556690853167825		0	0	False	False	1.0	0					non-mobilizable	chromosome	2683.0	82.147	100.0	0.0007505935859749447	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0223_000000010757	2661	0.5072557435247373	3	3	3	1	1	False	57745	fragment	False	SPA0042_000000011020	0.5733447571939327		0	0	False	False	1.0	0					non-mobilizable	chromosome	2676.0	82.661	100.0	0.0007486213055313168	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
FIJ0096_000000014407	2468	0.5072556242346318	4	3	3	3	3	False	55682	maximal	True	FIJ0096_000000014407	1.0		169	12	False	False	1.0	0					non-mobilizable	other	2468.0	97.00200000000001	99.0	0.000734959441071724	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0326_000000009006	2131	0.5072538186868791	2	2	2	2	1	False	24827	maximal	True	ISR0326_000000009006	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	5.268148772521336e-05	CP015584.1	a-proteobacteria	Roseomonas gilardii strain U14-5 chromosome 2, complete sequence	True	False
ENG0016_000000007399	3074	0.5072506440017734	3	3	3	3	2	False	66808	maximal	True	ENG0016_000000007399	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	79.167	5.0	0.0221980751319466	NZ_PYLQ01000037.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_36, whole genome shotgun sequence	True	False
MAD0039_000000006743	2106	0.5072500698936582	3	3	3	3	3	False	18483	maximal	True	MAD0039_000000006743	1.0		5	2	False	False	0.9862298369407654	0					non-mobilizable	other	2140.0	71.63600000000001	99.0	0.0016871305648484304	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	False	False
DEN0087_000000009929	1159	0.5072476065774278	2	2	2	2	2	False	68868	maximal	True	DEN0087_000000009929	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1157.0	96.37	99.0	0.0002196667905617769	CP029727.1	enterobacteria	Citrobacter sp. CRE-46 strain AR_0157 chromosome, complete genome	False	False
USA0082_01_000000025315	1170	0.5072469405478313	2	2	2	2	2	False	62141	fragment	False	ENG0074_000000018737	0.9569034317637669		0	0	False	False	0.9991452693939209	0					non-mobilizable	chromosome	1170.0	95.385	100.0	0.0004790530076865674	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
FIJ0108_000000012786	1803	0.5072406632090238	3	3	3	3	3	False	42218	maximal	True	FIJ0108_000000012786	1.0		5	1	False	False	1.0	0					non-mobilizable	chromosome	1798.0	96.21799999999999	99.0	0.0003814161810879976	NZ_CP027986.1	enterobacteria	Enterobacter sichuanensis strain SGAir0282 chromosome, complete genome	False	False
AST0006_000000010113	1243	0.5072360073778078	3	3	2	3	1	False	127422	fragment	False	ENG0002_000000019380	0.7742064680398374		0	0	False	False	1.0	0					non-mobilizable	other	1243.0	100.0	100.0	0.0013827686100392118	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
CHI0028_000000012310	1217	0.5072360073778078	3	3	2	3	1	False	127422	fragment	False	ENG0002_000000019380	0.6789169664162897		0	0	False	False	0.9991782903671265	0					non-mobilizable	other	1217.0	95.48100000000001	100.0	0.0013538217631301785	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
CHI0059_000000015590	1208	0.5072360073778078	3	3	2	3	1	False	127422	fragment	False	ENG0002_000000019380	0.666519128961644		0	0	False	False	1.0	0					non-mobilizable	chromosome	1208.0	94.536	100.0	0.0002686193012426369	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
CAN0021_000000018040	2402	0.5072340057500155	2	2	1	2	1	False	91582	fragment	False	CAN0021_000000018040	0.9634043788708093		0	0	False	False	0.9941715002059937	0					non-mobilizable	other	2383.0	96.76899999999999	99.0	0.03185621653617456	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0196_000000012586	1671	0.5072327625845785	3	1	1	1	1	False	63846	maximal	True	ISR0196_000000012586	0.9648026315789473		28	4	False	False	0.9970077872276306	0					non-mobilizable	no_good_hit								True	False
ISR0167_000000015706	1834	0.5072289525371181	3	3	3	1	1	False	53989	maximal	True	ISR0167_000000015706	1.0		24	8	False	False	0.9994547367095947	0					non-mobilizable	no_good_hit	1204.0	97.09299999999999	70.0	0.00040492275669258554	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
AST0019_000000003573	6707	0.5072284998794379	7	4	4	4	3	False	122899	maximal	True	AST0019_000000003573	1.0		1	1	False	False	0.9998509287834167	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.6334645549859174e-05	CP008725.1	g-proteobacteria	Candidatus Thioglobus singularis isolate GG2 genome	True	False
ISR0367_000000004924	1947	0.5072282423732916	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.9246351051523857		0	0	False	False	0.9922958612442017	0					non-mobilizable	other	1947.0	99.589	100.0	0.011311454446110742	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0107_000000027556	1139	0.5072272433292867	1	1	1	1	1	False	32826	fragment	False	ISR0152_000000020836	0.9916351378949518		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	740.0	73.243	64.0	0.001961876619759246	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
ISR0152_000000020836	1139	0.5072272433292867	1	1	1	1	1	False	32826	fragment	False	ISR0152_000000020836	0.9928341786623379		0	0	False	False	0.998244047164917	0					non-mobilizable	no_good_hit	741.0	73.414	64.0	0.001961876619759246	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
MON0063_000000026969	1112	0.5072272433292867	1	1	1	1	1	False	32826	fragment	False	ISR0152_000000020836	0.9713198712320749		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	741.0	73.414	66.0	0.001961876619759246	NZ_DS483526.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_6, whole genome shotgun sequence	True	False
SPA0143_000000017159	1232	0.5072263053233773	2	2	2	1	1	False	71409	fragment	False	SPA0097_000000025022	0.9331993266737		0	0	False	False	0.986201286315918	0					non-mobilizable	chromosome	1238.0	94.669	100.0	0.0004347385763793687	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0030_000000027873	1370	0.5072253337553688	2	2	2	2	1	False	48671	maximal	True	FIJ0030_000000027873	1.0		1	1	False	False	0.974452555179596	0					non-mobilizable	no_good_hit	92.0	81.52199999999999	7.0	2.909142257383256e-05	NZ_CP029331.1	b-proteobacteria	Thauera hydrothermalis strain GD-2 chromosome, complete genome	True	False
ENG0005_000000014140	1682	0.5072223190681945	2	2	1	2	1	False	67663	maximal	True	ENG0005_000000014140	1.0		50	9	False	False	0.9898929595947266	0					non-mobilizable	no_good_hit	498.0	74.699	29.0	0.00024047934895860172	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MON0060_000000029314	1440	0.5072207067341326	2	2	2	2	1	False	10876	fragment	False	MON0060_000000029314	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1401.0	81.79899999999999	97.0	0.022669288395599396	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	False	False
ENG0129_000000003435	7249	0.5072194334822914	10	8	8	6	6	False	116360	fragment	False	ENG0043_000000003842	0.9803923068308813		0	0	False	False	1.0	0					non-mobilizable	other	2004.0	98.353	95.0	0.025775054073540013	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
SPA0029_000000022630	1203	0.5072186678298293	2	2	2	2	1	False	7358	maximal	True	SPA0029_000000022630	1.0		453	12	False	False	1.0	0					non-mobilizable	chromosome	1203.0	99.751	100.0	0.0001697828601518921	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0821_000000007441	3726	0.5072186007296611	6	5	4	4	5	False	128425	fragment	False	ISR0821_000000007441	1.0		0	0	False	False	0.998389720916748	0					non-mobilizable	other	3726.0	99.383	100.0	0.0177985254698094	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0041_000000023068	1459	0.5072169378425657	2	2	2	2	2	False	6900	maximal	True	SPA0041_000000023068	1.0		3	3	False	False	0.9677861332893372	0					non-mobilizable	no_good_hit	707.0	73.40899999999999	48.0	0.00027329741838749775	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
MAD0095_000000026698	1412	0.5072157081717734	3	2	2	2	1	False	15570	maximal	True	MAD0095_000000026698	1.0		4	2	False	False	0.9943342804908752	0					non-mobilizable	no_good_hit	52.0	88.462	4.0	0.00010916983830020421	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	False
ISR0837_000000008067	1668	0.5072142878361607	3	3	3	2	2	False	20906	maximal	True	ISR0837_000000008067	1.0		458	13	False	False	0.9844124913215637	0					non-mobilizable	other	1654.0	98.67	99.0	0.003194060940286712	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
CHI0131_000000003510	4185	0.5072101009854378	4	4	4	4	3	False	90687	maximal	True	CHI0131_000000003510	1.0		21	7	False	False	0.9956989288330078	0					non-mobilizable	no_good_hit	2780.0	99.928	66.0	0.0011750836596984783	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
SPA0071_000000004131	5687	0.507209353416604	8	7	7	6	7	False	94379	maximal	True	SPA0071_000000004131	1.0		68	8	False	False	1.0	0					non-mobilizable	no_good_hit	2112.0	76.705	37.0	0.06616058950578071	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0064_000000014991	1851	0.5072060333836726	2	1	1	1	1	False	41194	maximal	False	FIJ0125_000000009833	0.9665314401622718		0	0	False	False	0.9994597434997559	0					non-mobilizable	other	1865.0	81.34	100.0	0.005907245436827764	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
MON0066_000000019672	1756	0.5072060333836726	1	1	1	1	1	False	10638	maximal	True	MON0066_000000019672	1.0		16	8	False	False	0.9726651310920715	0					non-mobilizable	other	1739.0	90.454	99.0	0.00045818857679924134	NZ_LT559262.1	CFB group bacteria	Alistipes provencensis strain Marseille-P2431T, whole genome shotgun sequence	False	False
SPA0149_000000025523	1569	0.5072060333836726	1	1	1	1	1	False	3288	fragment	False	SPA0149_000000025523	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1569.0	99.10799999999999	100.0	0.002730217250024828	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	False
ISR0165_000000002355	7089	0.5072057345348812	8	7	3	4	4	False	30260	maximal	True	ISR0165_000000002355	1.0		7	5	False	False	0.9995768070220947	0					non-mobilizable	no_good_hit	495.0	93.939	7.0	0.0016119716632349726	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
DEN0071_000000031727	1379	0.5072024597095263	3	2	2	1	1	False	70390	maximal	True	DEN0071_000000031727	1.0		32	7	False	False	0.9811457395553589	0					non-mobilizable	no_good_hit	197.0	79.188	14.0	0.0007445642948628921	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0085_000000010782	2861	0.5072021556607818	2	2	1	2	2	False	77568	fragment	False	FIJ0085_000000010782	0.962431941923775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1009.0	84.836	47.0	0.00032457454787603507	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
FIJ0088_000000026338	1160	0.5072018925190398	1	1	1	1	1	False	121112	fragment	False	ENG0200_000000010145	0.03647074676849693		0	0	False	False	1.0	0					non-mobilizable	chromosome	1160.0	99.397	100.0	0.0003653140171839427	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
MAD0015_000000011132	1839	0.5072007777364397	3	3	1	1	3	False	90273	fragment	False	FIJ0086_000000013219	0.5653062415611798		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1839.0	99.184	100.0	0.35559427022841655	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
CHI0025_000000006472	1594	0.5071998730784386	2	2	1	1	2	False	88954	fragment	False	CHI0025_000000006472	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1594.0	100.0	100.0	0.24328039095907147	CP032882.1	enterobacteria	Escherichia coli strain SCEC020022 plasmid p3_020022, complete sequence	False	True
MAD0037_000000008488	1572	0.5071998730784386	2	2	1	1	2	False	79462	fragment	False	MON0092_000000032488	0.9540162980209546		0	0	False	False	0.9777353405952454	0		MOBQ			mobilizable	plasmid	1572.0	99.809	100.0	0.304162633107454	JX238445.1	enterobacteria	Escherichia coli strain EC08 plasmid pEC08-6 replication protein, MobA, and hypothetical protein genes, complete cds	False	True
MAD0057_000000010454	1509	0.5071998730784386	2	2	1	1	2	False	79461	fragment	False	CHI0151_000000016026	0.952922077922078		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1509.0	99.139	100.0	0.29190863337204803	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
MAD0040_000000016679	1967	0.5071992052002948	2	2	2	2	2	False	18362	maximal	True	MAD0040_000000016679	1.0		1	1	False	False	0.984748363494873	0					non-mobilizable	no_good_hit	747.0	76.57300000000001	37.0	0.0011845618577554819	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
SPA0059_000000011582	2186	0.5071990844642899	3	1	1	1	1	False	6270	maximal	True	SPA0059_000000011582	1.0		1	1	False	False	0.9981701970100403	0					non-mobilizable	no_good_hit	1479.0	95.943	70.0	0.0003623729396168507	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
ENG0197_000000007710	1341	0.5071990844642899	3	1	1	1	1	False	54362	maximal	True	ENG0197_000000007710	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	78.446	50.0	0.0023229043176468565	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
DEN0003_000000020426	1176	0.5071973973965674	2	2	0	2	0	False	76604	fragment	False	SPA0054_000000022486	0.9481566820276497		0	0	False	False	0.9965986609458923	0					non-mobilizable	no_good_hit								True	False
ISR0200_000000018181	1389	0.5071932505164468	2	2	2	2	2	False	28756	maximal	True	ISR0200_000000018181	1.0		557	14	False	False	0.9992800354957581	0					non-mobilizable	other	1389.0	99.568	100.0	0.0044073146181227	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
FIJ0038_000000005538	5762	0.5071928109580461	11	5	3	5	3	True	71105	fragment	False	FIJ0038_000000005538	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1208.0	94.288	51.0	0.0972972972972973	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
ISR0386_000000014781	2132	0.5071926200549458	2	1	1	1	1	False	22999	maximal	True	ISR0386_000000014781	1.0		108	10	False	False	1.0	0					non-mobilizable	other	2132.0	99.57799999999999	100.0	0.005247979983303001	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	False	False
MON0081_000000011620	4808	0.5071925108754242	5	3	2	2	2	False	124400	fragment	False	MON0081_000000011620	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4101.0	97.56200000000001	88.0	0.001226029653937644	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
MON0031_000000008233	4263	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6601656193189507		0	0	False	False	1.0	0					non-mobilizable	other	4263.0	100.0	100.0	0.38341129902842747	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0016_000000004147	4207	0.5071925108754242	6	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7694928680362556		0	0	False	False	1.0	0					non-mobilizable	other	3772.0	99.01899999999999	99.0	0.0011284739626553223	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0850_000000003429	4157	0.5071925108754242	6	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5940649878621241		0	0	False	False	1.0	0					non-mobilizable	other	3779.0	92.32600000000001	98.0	0.0011197956956394103	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ENG0193_000000004934	4153	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6381554257306632		0	0	False	False	1.0	0					non-mobilizable	other	4153.0	100.0	100.0	0.37351565311263046	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0229_000000003701	4140	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6321811788723488		0	0	False	False	1.0	0					non-mobilizable	other	3949.0	99.721	99.0	0.04129222593030433	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0112_000000006226	4126	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.772706420430213		0	0	False	False	0.9893358945846558	0					non-mobilizable	other	3769.0	98.726	91.0	0.0011272769603082999	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0172_000000006143	4114	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.8571708336791181		0	0	False	False	1.0	0					non-mobilizable	other	4004.0	98.876	99.0	0.0425267319997449	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0138_000000003791	4103	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6314980611650671		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3577.0	85.071	88.0	0.000584517087038432	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0009_000000007660	4039	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6365119114978021		0	0	False	False	1.0	0					non-mobilizable	other	3434.0	83.43	98.0	0.0005607362291202017	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0208_000000006471	4001	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6322673374551817		0	0	False	False	1.0	0					non-mobilizable	other	3571.0	84.71	94.0	0.0005830410337883349	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ENG0177_000000006648	3982	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6439545439891825		0	0	False	False	1.0	0					non-mobilizable	other	3572.0	84.686	98.0	0.0005830410337883349	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
FIJ0029_000000008784	3965	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.8043132676506966		0	0	False	False	1.0	0					non-mobilizable	other	3841.0	98.568	99.0	0.0011482245013811911	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0275_000000003443	3960	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.8425117794914194		0	0	False	False	1.0	0					non-mobilizable	other	3876.0	98.994	99.0	0.0011595960236779033	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0331_000000005380	3952	0.5071925108754242	6	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.8489510602733493		0	0	False	False	0.9997469782829285	0					non-mobilizable	other	3953.0	98.71	100.0	0.04199528071256989	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0102_000000001700	3945	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6408360917420353		0	0	False	False	1.0	0					non-mobilizable	other	3601.0	99.695	96.0	0.03765156349712827	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0289_000000001845	3920	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6027304634932006		0	0	False	False	0.9997448921203613	0					non-mobilizable	no_good_hit	3525.0	84.993	89.0	0.0005756607675378497	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ENG0071_000000005356	3899	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.8169183888529775		0	0	False	False	0.998461127281189	0					non-mobilizable	other	3845.0	99.116	99.0	0.04083671690652835	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0044_000000003345	3873	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.8161581100153529		0	0	False	False	0.999741792678833	0					non-mobilizable	other	3863.0	98.34299999999999	99.0	0.041028039369911354	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AST0084_000000008379	3855	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7450700990971922		0	0	False	False	1.0	0					non-mobilizable	other	3671.0	99.428	99.0	0.0010982496533930078	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0225_000000003815	3838	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6315504310080606		0	0	False	False	0.9997394680976868	0					non-mobilizable	other	3592.0	83.686	97.0	0.0005858291343718516	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0262_000000004045	3810	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6347887949525362		0	0	False	False	1.0	0					non-mobilizable	other	3572.0	85.302	98.0	0.0005835330515383673	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
USA0130_01_000000010175	3805	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5059560009302967		0	0	False	False	1.0	0					non-mobilizable	other	3883.0	80.505	100.0	0.030969851715222346	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	False	False
ENG0070_000000006232	3800	0.5071925108754242	6	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6128618297772325		0	0	False	False	0.9965789318084717	0					non-mobilizable	other	3512.0	99.20299999999999	94.0	0.036720474541517154	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
FIJ0036_000000009800	3798	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7495232853329927		0	0	False	False	1.0	0					non-mobilizable	other	3701.0	99.189	99.0	0.0011072271709956754	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0026_000000008088	3786	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7666008196750586		0	0	False	False	0.9994717240333557	0					non-mobilizable	other	3721.0	99.24799999999999	99.0	0.0011132121827307872	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0095_000000007335	3779	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5637377972182164		0	0	False	False	0.9997353553771973	0					non-mobilizable	other	3470.0	83.516	91.0	0.0005669684539539448	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
FIJ0068_000000008238	3773	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5710268420821645		0	0	False	False	0.997879683971405	0					non-mobilizable	other	3405.0	99.031	99.0	0.0010183497467292659	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0153_000000004492	3769	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7754643991282851		0	0	False	False	1.0	0					non-mobilizable	other	3771.0	99.01899999999999	100.0	0.0011275762108950555	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0149_000000005838	3758	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7713319606028708		0	0	False	False	1.0	0					non-mobilizable	other	3759.0	98.803	100.0	0.001124284454440744	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0047_000000008027	3756	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7111003805412931		0	0	False	False	0.9994674921035767	0					non-mobilizable	other	3612.0	99.14200000000001	96.0	0.32466714645555955	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0010_000000004933	3742	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7354933077264441		0	0	False	False	1.0	0					non-mobilizable	other	3681.0	99.212	98.0	0.03910418571033779	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0092_000000002559	3730	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6232277743778967		0	0	False	False	0.9997318983078003	0					non-mobilizable	other	3515.0	98.834	96.0	0.03675185956249281	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ISR0178_000000004270	3713	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.631492033470241		0	0	False	False	0.99973064661026	0					non-mobilizable	other	3694.0	99.838	99.0	0.33222382151853186	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0046_000000007613	3711	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6318685781378613		0	0	False	False	1.0	0					non-mobilizable	other	3570.0	85.07	97.0	0.0005830410337883349	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
FIJ0086_000000008228	3710	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7075930124814185		0	0	False	False	0.9997304677963257	0					non-mobilizable	other	3711.0	98.976	100.0	0.3335732277797769	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0112_000000008080	3701	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6308516129646214		0	0	False	False	1.0	0					non-mobilizable	other	3677.0	84.988	98.0	0.0006007536727894996	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ENG0094_000000004603	3698	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7431950535970678		0	0	False	False	0.9991887211799622	0					non-mobilizable	other	3698.0	99.405	100.0	0.0392848791479773	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0004_000000007203	3691	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6688205851250429		0	0	False	False	1.0	0					non-mobilizable	other	3550.0	99.40799999999999	96.0	0.03712847981420068	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
SPA0154_000000001731	3678	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6687226357964178		0	0	False	False	0.9997280836105347	0					non-mobilizable	other	3535.0	99.066	98.0	0.0010569530724207367	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0157_000000008048	3678	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7371263216063361		0	0	False	False	1.0	0					non-mobilizable	other	3678.0	99.429	100.0	0.03908292765885079	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0141_000000009638	3677	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6750775941944888		0	0	False	False	1.0	0					non-mobilizable	other	3491.0	99.198	99.0	0.0010443845477770021	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
CHI0107_000000003525	3675	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6223654861017828		0	0	False	False	0.9997279047966003	0					non-mobilizable	other	3607.0	99.695	100.0	0.03771433353907958	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ENG0060_000000007373	3671	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7346862508016458		0	0	False	False	1.0	0					non-mobilizable	other	3670.0	99.755	99.0	0.03899789545290279	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0153_000000007241	3663	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7318309218280558		0	0	False	False	1.0	0					non-mobilizable	other	3663.0	99.399	100.0	0.038923492272698285	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AUS0010_000000006249	3655	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7273466542732625		0	0	False	False	0.998358428478241	0					non-mobilizable	other	3656.0	99.37100000000001	100.0	0.038838460066750284	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0048_000000008368	3646	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7118146101199475		0	0	False	False	0.995063066482544	0					non-mobilizable	other	3646.0	99.64299999999999	100.0	0.32790572148254765	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0111_000000005829	3643	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6281307583052064		0	0	False	False	0.993137538433075	0					non-mobilizable	other	3522.0	99.404	99.0	0.03682509127810267	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
CHI0051_000000004714	3627	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6221409166135878		0	0	False	False	0.9961400628089905	0					non-mobilizable	other	3566.0	99.69200000000001	100.0	0.03728540491907895	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
CHI0069_000000002629	3627	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7176464069560184		0	0	False	False	1.0	0					non-mobilizable	other	3628.0	99.228	100.0	0.03853021832018877	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AST0055_000000009239	3618	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.623241072974931		0	0	False	False	1.0	0					non-mobilizable	other	3562.0	85.149	97.0	0.0005820569982882703	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0096_000000006737	3599	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6095037411162068		0	0	False	False	0.9955543279647827	0					non-mobilizable	other	3541.0	85.00399999999999	97.0	0.0005782848622046889	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
SPA0093_000000011123	3598	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6947870760563436		0	0	False	False	1.0	0					non-mobilizable	other	3600.0	98.167	100.0	0.3235876214465635	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0093_000000006493	3597	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6102596967933837		0	0	False	False	0.9988879561424255	0					non-mobilizable	other	3539.0	85.052	97.0	0.0005781208562880114	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0040_000000007669	3596	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6060296918352609		0	0	False	False	0.999721884727478	0					non-mobilizable	other	3539.0	84.883	97.0	0.000577956850371334	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
FIJ0106_000000006870	3595	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6817509586145755		0	0	False	False	1.0	0					non-mobilizable	other	3515.0	98.976	99.0	0.0010515665618591361	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0057_000000008452	3592	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.7083849453400358		0	0	False	False	0.9983296394348145	0					non-mobilizable	other	3592.0	99.415	100.0	0.03815820241916626	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0137_000000003821	3588	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6031816709441516		0	0	False	False	0.9997212886810303	0					non-mobilizable	other	3663.0	79.98899999999999	100.0	0.029189790017156252	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	False	False
SPA0019_000000007845	3577	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6833402498091045		0	0	False	False	0.9991613030433655	0					non-mobilizable	other	3574.0	99.07700000000001	99.0	0.0010686238453042048	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0241_000000003564	3575	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5899468790988408		0	0	False	False	1.0	0					non-mobilizable	other	3512.0	84.852	97.0	0.0005736926965377203	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
CHI0127_000000005652	3571	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5614200109569869		0	0	False	False	0.9997199773788452	0					non-mobilizable	other	3572.0	98.964	100.0	0.3210687297589061	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0118_000000003833	3555	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6857251727601416		0	0	False	False	0.9966244697570801	0					non-mobilizable	other	3555.0	99.74700000000001	100.0	0.03777555749240025	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
SPA0112_000000009723	3546	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.589347281109567		0	0	False	False	0.9985899329185486	0					non-mobilizable	other	3508.0	84.863	98.0	0.0005730366728710105	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	False	False
ISR0356_000000004859	3546	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6765431096677682		0	0	False	False	1.0	0					non-mobilizable	other	3546.0	99.69	100.0	0.037679896260708744	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0327_000000007104	3522	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6671250132259279		0	0	False	False	0.9994321465492249	0					non-mobilizable	other	3522.0	99.71600000000001	100.0	0.037424799642864735	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ISR0105_000000004626	3521	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6625830956360621		0	0	False	False	0.9968758821487427	0					non-mobilizable	other	3521.0	99.631	100.0	0.31666066930550557	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
DEN0010_000000012408	3519	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6697627546733255		0	0	False	False	1.0	0					non-mobilizable	other	3519.0	99.51700000000001	100.0	0.3164807484706729	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0062_000000008196	3508	0.5071925108754242	5	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5422749316445188		0	0	False	False	0.986316978931427	0					non-mobilizable	other	3329.0	98.82799999999999	95.0	0.03480598826200215	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ENG0017_000000006302	3504	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6614562243430204		0	0	False	False	1.0	0					non-mobilizable	other	3504.0	99.772	100.0	0.03723347717948173	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
CHI0131_000000004391	3500	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6172576844459469		0	0	False	False	1.0	0					non-mobilizable	other	3443.0	99.15799999999999	100.0	0.03599861905907707	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
SPA0041_000000009803	3487	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6431769832500288		0	0	False	False	0.9988529086112976	0					non-mobilizable	other	3487.0	99.685	100.0	0.3136020151133501	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0128_000000010563	3480	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6523691592075841		0	0	False	False	1.0	0					non-mobilizable	other	3480.0	99.655	100.0	0.03697838056163772	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
AST0029_000000008831	3478	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.650159304843722		0	0	False	False	1.0	0					non-mobilizable	other	3478.0	99.82700000000001	100.0	0.03695712251015072	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0103_000000005794	3463	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5620762049873006		0	0	False	False	1.0	0					non-mobilizable	other	3311.0	99.245	98.0	0.0009905194421609962	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0075_01_000000007136	3460	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5953877799718564		0	0	False	False	1.0	0					non-mobilizable	other	3460.0	100.0	100.0	0.31117308384310904	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
SPA0021_000000009470	3455	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5988662394209286		0	0	False	False	1.0	0					non-mobilizable	other	3417.0	99.35600000000001	99.0	0.30703490464195754	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0086_000000007364	3450	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6257768741642731		0	0	False	False	0.9997101426124573	0					non-mobilizable	other	3450.0	99.304	100.0	0.03662762271210221	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0007_000000004915	3428	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.510902428668746		0	0	False	False	0.9929988384246826	0					non-mobilizable	other	3430.0	99.446	100.0	0.035852155627857346	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
CHI0130_000000004747	3388	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5609790418612781		0	0	False	False	0.9991145133972168	0					non-mobilizable	other	3313.0	99.48700000000001	99.0	0.03463860148346532	NZ_QSFS01000013.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf13, whole genome shotgun sequence	False	False
ENG0085_000000005784	3387	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.6054437704071789		0	0	False	False	1.0	0					non-mobilizable	other	3387.0	99.79299999999999	100.0	0.03598988116749219	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0084_000000004095	3373	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5535410635946383		0	0	False	False	1.0	0					non-mobilizable	other	3373.0	99.259	100.0	0.3033465275278877	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0150_000000006745	3349	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5842331030512997		0	0	False	False	0.9988056421279907	0					non-mobilizable	other	3349.0	99.61200000000001	100.0	0.3010975170924793	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
USA0117_01_000000007120	3335	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5623687684761457		0	0	False	False	0.9967016577720642	0					non-mobilizable	other	3323.0	99.729	99.0	0.03530962351990816	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0129_000000007978	3333	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5751358192902831		0	0	False	False	1.0	0					non-mobilizable	other	3333.0	99.55	100.0	0.29974811083123426	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ENG0055_000000005896	3288	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.5350169847805503		0	0	False	False	0.9996958374977112	0					non-mobilizable	other	3290.0	99.45299999999999	100.0	0.2954300107952501	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0076_000000007678	3262	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.4971378133231812		0	0	False	False	1.0	0					non-mobilizable	other	3257.0	99.693	99.0	0.29273119827276	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0277_000000002748	3153	0.5071925108754242	4	3	2	2	2	False	124369	fragment	False	ENG0025_000000004712	0.4410493627767293		0	0	False	False	1.0	0					non-mobilizable	other	3153.0	99.68299999999999	100.0	0.28355523569629365	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0359_000000009218	2748	0.5071924520158902	4	3	3	3	2	False	128216	maximal	True	ISR0359_000000009218	1.0		4	3	False	False	0.9996361136436462	0					non-mobilizable	no_good_hit	1870.0	87.166	68.0	0.03017142857142857	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0096_000000010121	2324	0.5071923365367921	2	1	1	1	1	False	33354	maximal	True	ISR0096_000000010121	1.0		519	12	False	False	1.0	0					non-mobilizable	other	2324.0	99.95700000000001	100.0	0.043706491063029165	NZ_SPGG01000028.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_28_length_53150_cov_37.9609, whole genome shotgun sequence	False	False
ISR0348_000000010948	1609	0.5071896051082201	2	2	2	2	2	False	24133	maximal	True	ISR0348_000000010948	1.0		205	11	False	False	0.9875699281692505	0					non-mobilizable	other	1591.0	99.56	99.0	0.004836663736277108	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0084_000000021715	1293	0.5071889628153714	3	3	2	3	1	True	69071	fragment	False	ISR0007_000000011715	0.9467040673211782		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	93.87799999999999	8.0	0.00016906885329050255	NZ_VTVE01000002.1	firmicutes	Pseudobutyrivibrio xylanivorans strain MZ8 NODE_2_length_567816_cov_55.0605, whole genome shotgun sequence	True	True
TAN0005_000000002184	5231	0.5071878402064531	3	3	3	2	2	False	2949	maximal	True	TAN0005_000000002184	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	98.396	22.0	0.00024012476196560984	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
MON0075_000000014372	1757	0.5071866872509194	3	3	3	2	2	False	128156	fragment	False	MON0075_000000014372	0.9904575761649658		0	0	False	False	1.0	0					non-mobilizable	other	689.0	94.485	96.0	0.00021403563568894897	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0092_000000017215	1354	0.5071854084983625	2	2	1	2	1	True	61082	fragment	False	ENG0092_000000017215	1.0		0	0	False	False	0.9468242526054382	0					non-mobilizable	other	1359.0	77.631	100.0	0.08977854625257697	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	False	True
ENG0036_000000015734	1587	0.5071833020276522	2	1	1	1	1	False	65294	fragment	False	ENG0036_000000015734	1.0		0	0	False	False	0.9949590563774109	0					non-mobilizable	no_good_hit								True	False
ISR0083_000000022025	1285	0.5071833020276522	2	1	1	1	1	False	34083	fragment	False	ISR0083_000000022025	1.0		0	0	False	False	0.9976653456687927	0					non-mobilizable	no_good_hit								True	False
FIJ0082_000000029048	1108	0.5071833020276522	1	1	1	1	1	False	74887	backbone	False	FIJ0072_000000017707	0.29689334267403333	PS354	0	0	False	True	0.9972923994064331	0					non-mobilizable	chromosome	1108.0	98.375	100.0	0.00038585787324342297	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	True
FIJ0161_000000002819	5437	0.5071827378646661	7	3	1	2	1	False	85076	backbone	False	FIJ0156_000000001476	0.9692714533692778	PS424	0	0	True	True	1.0	9					non-mobilizable	no_good_hit	324.0	93.21	6.0	0.00690640628721124	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
FIJ0170_000000003022	5436	0.5071827378646661	7	3	1	2	1	False	85076	backbone	False	FIJ0156_000000001476	0.9692215901540621	PS424	0	0	True	True	1.0	17					non-mobilizable	no_good_hit	324.0	93.21	6.0	0.00690640628721124	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
FIJ0156_000000001476	5434	0.5071827378646661	6	3	1	2	1	False	85076	backbone	True	FIJ0156_000000001476	0.9697462716259574	PS424	6	3	True	True	1.0	11					non-mobilizable	no_good_hit	324.0	93.21	6.0	0.00690640628721124	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
AUS0022_000000006681	5340	0.5071827378646661	6	3	1	2	1	False	99404	fragment	False	AUS0022_000000006681	0.9278526675526866		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	95.389	6.0	0.007382710169087878	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	False
CHI0069_000000002388	3987	0.5071827378646661	3	3	1	2	1	False	85075	fragment	False	CHI0069_000000002388	1.0		0	0	False	False	0.9997491836547852	0					non-mobilizable	no_good_hit	324.0	93.21	8.0	0.00690640628721124	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	False
SPA0125_000000021455	1527	0.5071794644882913	2	2	2	2	2	False	22574	fragment	False	SPA0125_000000021455	0.9605012583674777		0	0	False	False	1.0	0					non-mobilizable	other	1524.0	89.304	99.0	0.00047255832937719987	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0033_000000020857	1514	0.5071794644882913	2	2	2	2	2	False	22574	fragment	False	SPA0125_000000021455	0.9581977558472914		0	0	False	False	0.9993395209312439	0					non-mobilizable	other	1515.0	89.571	100.0	0.00046975844460801303	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MON0082_000000016518	2059	0.5071752349418522	4	1	1	1	1	False	115797	maximal	True	MON0082_000000016518	1.0		3	2	False	False	0.9922292232513428	0					non-mobilizable	no_good_hit	1337.0	96.485	81.0	0.0003221874962290789	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
SPA0031_000000008187	3492	0.5071738845213466	3	2	2	2	2	False	99581	maximal	True	SPA0031_000000008187	1.0		809	13	False	False	1.0	0					non-mobilizable	other	3492.0	99.57	100.0	0.004401309676451417	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
CAN0015_000000016436	2294	0.5071736659067249	3	3	2	3	2	False	93261	maximal	True	CAN0015_000000016436	1.0		209	13	False	False	0.9973844885826111	0					non-mobilizable	chromosome	2027.0	95.65899999999999	99.0	0.0009018790411075663	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0041_000000009235	1603	0.5071731685141044	3	1	1	1	1	False	108961	fragment	False	AST0097_000000013605	0.7762123213275123		0	0	False	False	0.9762944579124451	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	7.888689538782507e-06	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
SPA0005_000000024780	1139	0.5071731685141044	1	1	1	1	1	False	8270	maximal	True	SPA0005_000000024780	1.0		79	12	False	False	0.9640035033226013	0					non-mobilizable	other	1104.0	97.464	97.0	0.014925575101488498	NZ_QEKJ01000011.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_111, whole genome shotgun sequence	False	False
AST0140_000000026458	1099	0.5071703809183434	2	2	2	2	1	False	105284	maximal	True	AST0140_000000026458	1.0		41	6	False	False	1.0	0					non-mobilizable	other	1099.0	97.90700000000001	100.0	0.005491729894916899	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0054_000000011327	2210	0.507168567678387	4	3	1	2	3	True	86209	fragment	False	ISR0054_000000011327	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	3.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
ISR0223_000000019539	1606	0.5071675388374951	2	2	2	2	2	False	27796	maximal	True	ISR0223_000000019539	1.0		0	0	False	False	0.9539228081703186	0					non-mobilizable	no_good_hit	967.0	74.767	59.0	0.0014439701771018082	NZ_LT629967.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ISR0249_000000010274	1920	0.5071673295536507	3	2	1	1	1	False	27059	maximal	True	ISR0249_000000010274	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	420.0	79.762	22.0	0.00013996142542861933	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0150_000000014436	1249	0.5071660074669428	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.29977838866978374		0	0	False	False	0.9911929368972778	0					non-mobilizable	other	1249.0	95.757	100.0	0.33467417538214	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	False	False
CAN0002_000000015558	1257	0.5071657818203855	2	2	2	2	1	False	96862	maximal	True	CAN0002_000000015558	1.0		40	7	False	False	1.0	0					non-mobilizable	other	1266.0	78.98899999999999	99.0	0.0003802623413731221	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0190_000000013122	1732	0.5071642890730557	2	2	2	2	1	False	29180	maximal	True	ISR0190_000000013122	1.0		9	4	False	False	0.9890300035476685	0					non-mobilizable	no_good_hit	436.0	73.39399999999999	25.0	0.00013190568245946855	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
DEN0069_000000022837	1170	0.5071641554232713	3	2	2	2	2	False	70673	maximal	False	ISR0319_000000018911	0.9668727641856203		0	0	False	False	0.9854700565338135	0					non-mobilizable	other	607.0	99.835	100.0	0.0022951528647680757	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0133_000000011870	1709	0.507164100810215	3	2	1	2	1	False	3690	maximal	True	SPA0133_000000011870	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1271.0	99.52799999999999	83.0	0.0008977917151497757	NZ_FOZH01000001.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ISR0201_000000019793	1503	0.5071589960600797	3	1	1	1	1	False	34892	fragment	False	ISR0070_000000013874	0.948456992777413		0	0	False	False	0.9926813244819641	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	6.078438055740898e-07	AP022685.1	bony fishes	Epinephelus fuscoguttatus DNA, LG11, complete sequence	True	False
AST0060_000000003425	7963	0.5071581546815086	5	4	4	4	4	False	112546	maximal	True	AST0060_000000003425	1.0		1	1	False	False	0.998367428779602	0					non-mobilizable	no_good_hit	3511.0	75.563	43.0	0.05050179001115089	NZ_PPTQ01000017.1	actinobacteria	Paraeggerthella hongkongensis strain RC2/2 A NODE_17, whole genome shotgun sequence	True	False
DEN0046_000000011940	2048	0.5071559322147354	2	2	2	2	2	False	114466	fragment	False	DEN0046_000000011940	1.0		0	0	False	False	0.99951171875	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000014674	2090	0.5071539267996067	2	1	1	1	1	False	75947	fragment	False	FIJ0037_000000014674	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.00043478833713224153	NZ_BDBA01000021.1	high GC Gram+	Nocardia amamiensis NBRC 102102, whole genome shotgun sequence	True	False
DEN0010_000000024992	1832	0.5071539267996067	2	1	1	1	1	False	75946	fragment	False	DEN0010_000000024992	1.0		0	0	False	False	0.999454140663147	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	2.0	5.243894271704741e-06	NZ_LT629689.1	g-proteobacteria	Pseudomonas extremaustralis strain DSM 17835 chromosome I	True	False
USA0009_01_000000017393	1468	0.5071539267996067	2	1	1	1	1	False	54960	fragment	False	USA0009_01_000000017393	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	3.0	0.0015910266099200508	NZ_MSTI01000144.1	bacteria	Deinococcus marmoris strain PAMC 26562 contig-6000012, whole genome shotgun sequence	True	False
FIJ0033_000000032121	1226	0.5071534747297033	3	3	3	3	2	False	48225	maximal	True	FIJ0033_000000032121	1.0		37	2	False	False	0.9991843104362488	0					non-mobilizable	no_good_hit	460.0	87.17399999999999	51.0	0.0001526163666327073	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ETH0004_000000016549	1710	0.5071516417894003	3	3	2	3	1	True	89407	maximal	False	FIJ0037_000000018487	0.9512195121951219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0014_000000006161	3833	0.5071472030270394	2	2	2	1	1	False	50512	maximal	True	FIJ0014_000000006161	1.0		193	10	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	86.735	3.0	7.721577430704812e-05	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
FIJ0086_000000017671	1823	0.5071437079818706	2	2	2	2	2	False	43829	maximal	True	FIJ0086_000000017671	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	81.905	6.0	0.0003767222240509709	NZ_VLKO01000007.1	CFB group bacteria	Flavobacterium tiangeerense strain CGMCC 1.6847 IQ05DRAFT_scaffold00007.7, whole genome shotgun sequence	True	False
SPA0136_000000005742	6308	0.5071428656597363	5	4	4	4	3	True	130997	fragment	False	USA0037_01_000000005669	0.954917132556397		0	0	False	False	0.9980976581573486	0					non-mobilizable	other	5914.0	98.292	99.0	0.012364162538657611	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MON0075_000000009003	2603	0.5071427669882066	3	2	2	2	2	False	10349	maximal	True	MON0075_000000009003	1.0		45	7	False	False	0.9923165440559387	0					non-mobilizable	no_good_hit	1261.0	88.105	48.0	0.0003329128352569631	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0109_000000017309	1175	0.5071427515697717	2	1	1	1	1	False	82717	fragment	False	CHI0109_000000017309	1.0		0	0	False	False	0.9923404455184937	0					non-mobilizable	other	1175.0	98.04299999999999	100.0	0.0036306733136233747	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0220_000000000811	15585	0.5071423149589428	24	7	5	4	2	False	28010	maximal	True	ISR0220_000000000811	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1892.0	90.962	20.0	0.4865429840606219	MK233837.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_6_c1 sequence	True	False
FIJ0114_000000015061	2570	0.5071413617093233	3	2	2	2	1	True	105740	fragment	False	FIJ0114_000000015061	1.0		0	0	False	False	0.998443603515625	0					non-mobilizable	no_good_hit	1056.0	77.74600000000001	41.0	0.022778696371073014	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0775_000000016719	1168	0.507140370637775	3	3	3	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.022570332475143607		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	97.774	100.0	0.0024402126978882856	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0155_000000013753	1417	0.5071388276399629	2	2	2	2	2	True	108671	maximal	True	SPA0155_000000013753	1.0		70	7	False	False	1.0	0					non-mobilizable	no_good_hit	717.0	70.851	49.0	0.0023592866111328626	NZ_LN876584.1	firmicutes	Inediibacterium massiliense strain Mt12, whole genome shotgun sequence	True	True
ISR0185_000000016591	1976	0.507137446139806	2	1	1	1	1	False	29392	fragment	False	ISR0185_000000016591	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1976.0	97.115	100.0	0.001143340116186512	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	False	False
ISR0025_000000023560	1670	0.5071363924618997	2	2	2	2	1	False	120655	fragment	False	AST0116_000000013982	0.5201469710596135		0	0	False	False	1.0	0					non-mobilizable	chromosome	872.0	89.794	100.0	0.00023341344247042	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0051_000000030927	1548	0.5071357359866367	1	1	1	1	1	False	72467	maximal	False	SPA0107_000000020543	0.9866307080928377		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0045_000000014661	2650	0.5071334369824504	2	1	1	1	1	False	17870	maximal	True	MAD0045_000000014661	1.0		9	6	False	False	0.9883018732070923	0					non-mobilizable	no_good_hit	42.0	92.85700000000001	2.0	1.3157464036799823e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
FIJ0005_000000023018	1560	0.5071295012279843	1	1	1	1	1	False	86329	maximal	False	ENG0122_000000017009	0.761690604779555		0	0	False	False	0.9993589520454407	0					non-mobilizable	chromosome	1560.0	98.397	100.0	0.00022020921711880182	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0375_000000007063	2945	0.5071282718659941	5	4	2	3	3	True	131042	maximal	False	ISR0379_000000007816	0.9586861142496589		0	0	False	False	1.0	0					non-mobilizable	other	2945.0	99.728	100.0	0.000890152087805763	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0318_000000001062	4212	0.5071265430017684	2	2	2	1	2	False	25124	fragment	False	ISR0318_000000001062	1.0		0	0	False	False	1.0	0		MOBF			mobilizable	plasmid	4212.0	99.54899999999999	100.0	0.044594823569280295	MG767301.1	enterobacteria	Shigella flexneri strain ID116124 plasmid pSf4 genomic sequence	False	True
MAD0111_000000001351	11562	0.5071255475303887	10	2	2	2	1	True	14529	fragment	False	MAD0111_000000001351	1.0		0	0	False	False	0.9998270273208618	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.00038896414823557816	NZ_NXLT01000007.1	e-proteobacteria	Helicobacter equorum strain MIT 12-6600 Hequorum_7_length_74557_cov_47.1192, whole genome shotgun sequence	True	True
MAD0021_000000002782	4905	0.5071255475303887	6	2	2	2	1	True	19337	fragment	False	MAD0021_000000002782	1.0		0	0	False	False	0.9963302612304688	0					non-mobilizable	no_good_hit								True	True
ISR0224_000000004004	6189	0.5071234839342446	7	4	3	4	2	True	27765	fragment	False	ISR0224_000000004004	1.0		0	0	False	False	0.9991921186447144	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.4507294829412932e-05	CP060693.1	e-proteobacteria	Arcobacter cryaerophilus strain 16CS1285-4 chromosome, complete genome	True	True
MON0092_000000002017	15692	0.5071197230768051	18	15	9	11	11	False	128518	maximal	True	MON0092_000000002017	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6865.0	94.15899999999999	50.0	0.0019585054850711765	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0115_000000007953	3234	0.5071177406759166	4	2	1	2	1	False	23085	maximal	True	SPA0115_000000007953	1.0		1	1	False	False	0.9993815422058105	0					non-mobilizable	no_good_hit	1339.0	94.399	41.0	0.004060972382345873	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0095_000000014847	1868	0.5071151876125415	3	3	3	2	1	False	60956	fragment	False	ENG0095_000000014847	1.0		0	0	False	False	0.9978586435317993	0					non-mobilizable	other	1869.0	99.625	100.0	0.011449866990303164	NZ_SPFU01000014.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_14_length_163146_cov_23.3993, whole genome shotgun sequence	False	False
MAD0088_000000001617	8951	0.5071142969725876	16	2	0	2	1	False	15926	maximal	True	MAD0088_000000001617	1.0		1	1	False	False	0.998771071434021	0					non-mobilizable	no_good_hit								True	False
USA0113_01_000000002432	7584	0.5071142969725876	7	2	0	2	1	False	285	maximal	True	USA0113_01_000000002432	1.0		1	1	False	False	0.9911656379699707	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	0.13658536585365855	LC306550.1		Uncultured prokaryote gene for urease, partial sequence, 16S_OTU:19814	True	False
USA0061_01_000000001918	6388	0.5071142969725876	6	2	0	2	1	False	900	maximal	True	USA0061_01_000000001918	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	1.0	0.010562515352493244	XM_020191835.1	budding yeasts	Ascoidea rubescens DSM 1968 hypothetical protein partial mRNA	True	False
ISR0770_000000001360	6292	0.5071142969725876	6	2	0	2	1	False	22542	fragment	False	ISR0770_000000001360	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0023_000000003470	6082	0.5071142969725876	8	2	0	2	1	False	7644	maximal	True	SPA0023_000000003470	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.0001951022118810021	LM525043.1	nematodes	Strongyloides venezuelensis genome assembly S_venezuelensis_HH1, scaffold SVE_scaffold0000066	True	False
MON0107_000000008441	5891	0.5071142969725876	4	2	0	2	1	False	8617	fragment	False	MON0107_000000008441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0246_000000002718	5712	0.5071142969725876	6	2	0	2	1	False	27142	fragment	False	ISR0246_000000002718	1.0		0	0	False	False	0.9980742335319519	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.4779538549963052e-05	LR129823.1	apicomplexans	Plasmodium yoelii strain 33X genome assembly, chromosome: 12	True	False
DEN0052_000000006023	5659	0.5071142969725876	7	2	0	2	1	False	72346	fragment	False	DEN0052_000000006023	1.0		0	0	False	False	0.99505215883255	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.492702566683443e-05	NZ_MDFG01000015.1	high GC Gram+	Streptomyces hygroscopicus subsp. hygroscopicus strain OsiSh-2 Scaffold12_1, whole genome shotgun sequence	True	False
SPA0096_000000006046	5605	0.5071142969725876	5	2	0	2	1	False	5178	maximal	True	SPA0096_000000006046	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0013_000000001289	5470	0.5071142969725876	7	2	0	2	1	False	2580	maximal	True	TAN0013_000000001289	1.0		2	1	False	False	0.9994515776634216	0					non-mobilizable	no_good_hit								True	False
FIJ0136_000000004737	5447	0.5071142969725876	5	2	0	2	1	False	40551	fragment	False	FIJ0136_000000004737	1.0		0	0	False	False	0.999082088470459	0					non-mobilizable	no_good_hit								True	False
CHI0151_000000004569	5276	0.5071142969725876	5	2	0	2	1	False	79528	maximal	True	CHI0151_000000004569	1.0		1	1	False	False	0.9943138957023621	0					non-mobilizable	no_good_hit								True	False
MAD0038_000000002099	5272	0.5071142969725876	6	2	0	2	1	False	18564	maximal	True	MAD0038_000000002099	1.0		2	1	False	False	0.9986722469329834	0					non-mobilizable	no_good_hit								True	False
ENG0037_000000005864	5236	0.5071142969725876	6	2	0	2	1	False	65240	fragment	False	ENG0037_000000005864	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0133_000000003272	5218	0.5071142969725876	7	2	0	2	1	False	80815	fragment	False	CHI0133_000000003272	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0037_000000004991	5166	0.5071142969725876	5	2	0	2	1	False	47825	fragment	False	FIJ0037_000000004991	1.0		0	0	False	False	0.9969028234481812	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.0001493628495287209	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0078_000000007271	5118	0.5071142969725876	5	2	0	2	1	False	10175	fragment	False	MON0078_000000007271	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	8.080560400795796e-06	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
FIJ0096_000000006253	5092	0.5071142969725876	5	2	0	2	1	False	43038	maximal	True	FIJ0096_000000006253	1.0		1	1	False	False	0.9988216757774353	0					non-mobilizable	no_good_hit								True	False
USA0010_01_000000005413	4981	0.5071142969725876	5	2	0	2	1	False	2072	fragment	False	USA0010_01_000000005413	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0260_000000002212	4728	0.5071142969725876	5	2	0	2	1	False	26724	fragment	False	ISR0260_000000002212	1.0		0	0	False	False	0.9932318329811096	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	1.8615622629416805e-05	CP022242.1	euryarchaeotes	Methanofervidicoccus sp. A16 chromosome, complete genome	True	False
ENG0155_000000004987	4725	0.5071142969725876	5	2	0	2	1	False	56770	fragment	False	ENG0155_000000004987	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0112_000000007826	4408	0.5071142969725876	4	2	0	2	1	False	4545	maximal	True	SPA0112_000000007826	1.0		1	1	False	False	0.9993194341659546	0					non-mobilizable	no_good_hit								True	False
USA0010_01_000000006507	4180	0.5071142969725876	5	2	0	2	1	False	2069	fragment	False	USA0010_01_000000006507	1.0		0	0	False	False	0.9983253479003906	0					non-mobilizable	no_good_hit								True	False
ISR0107_000000005222	4157	0.5071142969725876	5	2	0	2	1	False	32861	fragment	False	ISR0107_000000005222	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0111_000000007719	3983	0.5071142969725876	4	2	0	2	1	False	82629	fragment	False	CHI0111_000000007719	1.0		0	0	False	False	0.9982425570487976	0					non-mobilizable	no_good_hit	49.0	97.959	1.0	4.900824665850543e-05	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	True	False
SPA0119_000000008839	3781	0.5071142969725876	4	2	0	2	1	False	4225	maximal	True	SPA0119_000000008839	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	98.214	1.0	0.010276532137518685	NZ_FOAT01000040.1	firmicutes	Ruminococcus albus strain KH2T6, whole genome shotgun sequence	True	False
ISR0337_000000002572	3513	0.5071142969725876	3	2	0	2	1	False	24446	fragment	False	ISR0337_000000002572	1.0		0	0	False	False	0.9994306564331055	0					non-mobilizable	no_good_hit								True	False
ISR0227_000000007771	3431	0.5071142969725876	4	2	0	2	1	False	27639	fragment	False	ISR0227_000000007771	1.0		0	0	False	False	0.9965024590492249	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	8.861378668484178e-06	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
DEN0062_000000005381	3296	0.5071142969725876	4	2	0	2	1	False	71729	maximal	True	DEN0062_000000005381	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	8.038354434013722e-05	NZ_PJND01000009.1	CFB group bacteria	Flavobacterium lindanitolerans strain IP-10 Ga0138997_103, whole genome shotgun sequence	True	False
MON0100_000000013543	3097	0.5071142969725876	2	2	0	2	1	False	9127	fragment	False	MON0100_000000013543	1.0		0	0	False	False	0.9938650131225586	0					non-mobilizable	no_good_hit								True	False
CHI0090_000000004330	2908	0.5071142969725876	3	2	0	2	1	False	83823	fragment	False	CHI0090_000000004330	1.0		0	0	False	False	0.9993122220039368	0					non-mobilizable	no_good_hit								True	False
MON0032_000000008644	2903	0.5071142969725876	3	2	0	2	1	False	12405	fragment	False	MON0032_000000008644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0016_000000017236	2809	0.5071142969725876	3	2	0	2	1	False	92944	fragment	False	CAN0016_000000017236	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0039_000000006222	2775	0.5071142969725876	4	2	0	2	1	False	116663	maximal	True	AST0039_000000006222	1.0		1	1	False	False	0.999639630317688	0					non-mobilizable	no_good_hit								True	False
USA0113_01_000000007045	2697	0.5071142969725876	3	2	0	2	1	False	280	fragment	False	USA0113_01_000000007045	1.0		0	0	False	False	0.9951798319816589	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.1510453157453609e-05	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
SPA0093_000000015397	2544	0.5071142969725876	3	2	0	2	1	False	5280	fragment	False	SPA0093_000000015397	1.0		0	0	False	False	0.9960691928863525	0					non-mobilizable	no_good_hit								True	False
ISR0130_000000011689	2485	0.5071142969725876	2	2	0	2	1	False	31776	fragment	False	ISR0130_000000011689	1.0		0	0	False	False	0.9835010170936584	0					non-mobilizable	no_good_hit								True	False
ISR0186_000000013672	2187	0.5071109551621522	5	5	3	4	3	False	29334	fragment	False	ISR0186_000000013672	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2160.0	85.556	97.0	0.0168355466045692	NZ_SLZZ01000010.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_110, whole genome shotgun sequence	False	False
MAD0101_000000018231	1577	0.5071095418325069	2	2	2	2	2	False	15092	maximal	True	MAD0101_000000018231	1.0		22	5	False	False	1.0	0					non-mobilizable	other	1577.0	99.93700000000001	100.0	0.0008667469984210465	CP013689.1	firmicutes	Streptococcus infantarius strain ICDDRB-NRC-S5, complete genome	False	False
ENG0105_000000002796	6580	0.5071094001242737	15	6	4	3	5	False	60188	fragment	False	ENG0105_000000002796	1.0		0	0	False	False	0.9989361763000488	0					non-mobilizable	no_good_hit	2326.0	98.40899999999999	56.0	0.012520328705748042	CP021568.1	other sequences	Unidentified plasmid plasmid YS1-2_000084F, complete sequence	True	False
SPA0015_000000014930	1618	0.5071088818490056	2	2	2	1	1	False	7906	fragment	False	SPA0015_000000014930	1.0		0	0	False	False	0.988875150680542	0					non-mobilizable	other	1603.0	95.446	99.0	0.009859745125588503	NZ_QIBZ01000006.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_006, whole genome shotgun sequence	False	False
FIJ0130_000000000598	25547	0.5071060658588723	35	17	6	12	11	False	88483	maximal	True	FIJ0130_000000000598	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	84.48299999999999	0.0	0.0009427876742916688	MN693220.1	viruses	Marine virus AFVG_25M60, complete genome	True	False
ISR0276_000000004816	2112	0.507104833933813	2	2	2	1	1	False	26317	maximal	True	ISR0276_000000004816	1.0		24	9	False	False	0.9739583134651184	0					non-mobilizable	no_good_hit	106.0	81.132	5.0	0.015816953316953316	NZ_CAPF01000010.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	True	False
ISR0171_000000017250	1684	0.507104042007833	2	2	2	2	1	False	29975	maximal	True	ISR0171_000000017250	1.0		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	76.8	15.0	6.2369726196902e-05	NC_011837.1	firmicutes	Clostridium kluyveri NBRC 12016, complete genome	True	False
FIJ0057_000000016254	2049	0.5071036134466461	4	3	3	3	1	True	71652	fragment	False	FIJ0057_000000016254	0.9958769802365094		0	0	False	False	0.9995119571685791	0					non-mobilizable	other	2049.0	99.902	100.0	0.02636728808322175	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	True
MON0050_000000007761	3789	0.5070984943151678	3	2	2	2	2	False	62704	maximal	True	MON0050_000000007761	1.0		3	1	False	False	0.997096836566925	0					non-mobilizable	no_good_hit	1296.0	73.688	33.0	0.0005327811300744678	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0065_01_000000003188	3508	0.5070955394233104	4	3	3	3	1	False	846	maximal	True	USA0065_01_000000003188	1.0		9	4	False	False	0.9997149109840393	0					non-mobilizable	no_good_hit	745.0	79.597	55.0	0.00019663504296874273	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	False
CAN0007_000000018889	2154	0.5070929858627331	3	2	2	1	1	False	95317	maximal	True	CAN0007_000000018889	1.0		8	7	False	False	0.966109573841095	0					non-mobilizable	no_good_hit	1058.0	99.055	49.0	0.00024660009164098015	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
FIJ0021_000000040201	1186	0.5070929858627331	2	2	2	1	1	False	89658	fragment	False	SPA0115_000000024347	0.9439754029206943		0	0	False	False	1.0	0					non-mobilizable	other	1111.0	90.189	94.0	0.007743015590666527	NZ_CZBD01000011.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
SPA0043_000000014870	1143	0.5070929858627331	2	2	2	1	1	False	89658	fragment	False	SPA0115_000000024347	0.9426846783320696		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	95.87	99.0	0.004137986350113749	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	False	False
FIJ0117_000000018671	1109	0.5070929858627331	2	2	2	1	1	False	89658	fragment	False	SPA0115_000000024347	0.9371714715023346		0	0	False	False	1.0	0					non-mobilizable	chromosome	1109.0	97.475	100.0	0.00031650324472956397	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	False	False
ISR0120_000000002130	9898	0.5070890218139696	13	5	3	5	2	False	57637	maximal	True	ISR0120_000000002130	1.0		3	1	False	False	0.9995958805084229	0					non-mobilizable	no_good_hit	1215.0	73.086	12.0	0.00039335292270027976	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
USA0130_01_000000025300	1308	0.5070849115048621	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1247452216066429		0	0	False	False	1.0	0					non-mobilizable	chromosome	1310.0	92.977	100.0	0.00027675906237589813	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	False	True
CAN0015_000000026746	1292	0.5070849115048621	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0415637944703361		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	90.285	100.0	0.048084789884715505	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
CAN0016_000000023440	2051	0.5070777005860351	3	3	2	2	3	True	92847	maximal	True	CAN0016_000000023440	1.0		22	8	False	False	0.9970746040344238	0					non-mobilizable	no_good_hit	985.0	72.792	55.0	0.0002142036535692737	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ISR0197_000000001512	12156	0.5070735244883805	22	2	2	2	2	True	102172	fragment	False	ISR0197_000000001512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1214.0	91.104	11.0	0.019187501980543146	NZ_PYLP01000013.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_12, whole genome shotgun sequence	True	True
ISR0268_000000001208	9607	0.5070715481511847	16	7	6	6	6	False	26506	maximal	True	ISR0268_000000001208	1.0		1	1	False	False	0.9931300282478333	0					non-mobilizable	no_good_hit	926.0	97.948	20.0	0.0003261494653088036	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0132_000000017042	1679	0.50706925240445	2	2	2	1	2	False	31590	maximal	True	ISR0132_000000017042	1.0		5	4	True	True	1.0	21					non-mobilizable	no_good_hit	214.0	79.907	13.0	0.006306999881558688	NZ_SLUM01000034.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_134, whole genome shotgun sequence	True	True
SPA0032_000000016843	1716	0.5070675849225086	2	2	2	2	2	False	73721	maximal	True	SPA0032_000000016843	1.0		180	10	False	False	0.9819347262382507	0					non-mobilizable	other	1716.0	97.844	100.0	0.0008207135661799014	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
ISR0309_000000014410	1414	0.5070664868638844	2	1	1	1	1	False	25368	fragment	False	ISR0309_000000014410	0.9833215046132009		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	78.71300000000001	71.0	0.00034076087861268533	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ISR0347_000000016142	1409	0.5070664868638844	2	1	1	1	1	False	25368	fragment	False	ISR0309_000000014410	0.9816124469589816		0	0	False	False	0.9992902874946594	0					non-mobilizable	no_good_hit	1010.0	79.01	71.0	0.00034076087861268533	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
FIJ0020_000000019109	1108	0.507066013228764	1	1	1	1	1	False	49722	fragment	False	FIJ0020_000000019109	1.0		0	0	False	False	0.993682324886322	0					non-mobilizable	chromosome	1074.0	99.721	97.0	0.00020414111573298265	CP052175.1	enterobacteria	Klebsiella pneumoniae strain F16KP0050 chromosome, complete genome	False	False
ENG0092_000000004035	4788	0.5070656825213135	6	5	5	3	4	True	128162	maximal	False	ISR0005_000000002093	0.7371393160775224		0	0	False	False	1.0	0					non-mobilizable	other	4788.0	100.0	100.0	0.02223832685276806	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
FIJ0096_000000006808	4757	0.5070656825213135	6	5	5	3	4	True	128162	maximal	False	ISR0005_000000002093	0.7349914621006272		0	0	False	False	1.0	0					non-mobilizable	other	4757.0	100.0	100.0	0.022094314291156235	NZ_ATVP01000003.1	firmicutes	Streptococcus hyovaginalis DSM 12219 G574DRAFT_scaffold00003.3_C, whole genome shotgun sequence	False	True
CHI0185_000000005574	3675	0.5070629916907768	3	2	2	2	2	False	104404	fragment	False	CHI0185_000000005574	0.9922985781990521		0	0	False	False	0.9893877506256104	0					non-mobilizable	chromosome	1695.0	99.351	95.0	0.0003770017367895832	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
MON0106_000000013887	2917	0.5070548343882549	2	2	2	2	0	False	8661	maximal	True	MON0106_000000013887	1.0		5	1	False	False	0.9691463708877563	0					non-mobilizable	no_good_hit	1537.0	94.47	53.0	0.0006773063517560073	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
ISR0042_000000016028	1932	0.5070509379772496	2	2	2	2	2	False	81625	fragment	False	ISR0042_000000016028	0.99366391184573		0	0	False	False	0.9984471797943115	0					non-mobilizable	no_good_hit	49.0	89.796	2.0	2.3409404142879297e-05	NZ_VYYV01000001.1	firmicutes	Lactobacillus crispatus strain NCK971 1, whole genome shotgun sequence	True	False
FIJ0032_000000024501	1509	0.5070503499254351	3	2	2	2	2	False	87115	fragment	False	MON0051_000000021051	0.8715225407238029		0	0	False	False	0.9993373155593872	0					non-mobilizable	chromosome	1509.0	99.337	100.0	0.00040226967593549705	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0023_000000014088	1612	0.5070488099446092	2	2	2	2	2	False	14177	fragment	False	MON0023_000000014088	0.9524752475247524		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	90.963	94.0	0.15484331938348475	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	False
SPA0047_000000016677	2355	0.5070484736942391	4	3	3	3	1	True	6675	maximal	True	SPA0047_000000016677	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	605.0	98.84299999999999	26.0	0.00019428349757901533	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	True	True
FIJ0140_000000010470	2820	0.5070426452496346	4	3	3	3	3	False	40398	maximal	True	FIJ0140_000000010470	1.0		111	9	False	False	0.9996454119682312	0					non-mobilizable	chromosome	1175.0	81.532	95.0	0.00032802017156126687	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0105_000000017735	1282	0.5070412154486311	2	2	2	2	1	False	64911	fragment	False	ENG0039_000000020494	0.9544392523364487		0	0	False	False	0.9921996593475342	0					non-mobilizable	other	1282.0	97.66	100.0	0.0008904125300018976	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
ISR0077_000000010681	2943	0.5070400683545009	4	4	3	4	2	False	110256	maximal	True	ISR0077_000000010681	1.0		80	10	False	False	0.9921848177909851	0					non-mobilizable	other	2945.0	98.71	100.0	0.2790631519059359	NZ_CABIYV010000020.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0032_000000012014	2727	0.5070371048793395	3	2	2	2	2	False	101394	maximal	True	ISR0032_000000012014	1.0		1	1	False	False	0.9988998770713806	0					non-mobilizable	no_good_hit	2076.0	98.65100000000001	76.0	0.007091204376442431	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	True	False
ISR0290_000000005866	2314	0.5070359840968588	3	2	1	2	1	False	120319	fragment	False	ENG0126_000000007659	0.28761795444172406		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	982.0	86.965	42.0	0.0020408291286537848	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MON0021_000000011391	2526	0.5070358419688014	4	4	4	3	3	False	13076	maximal	True	MON0021_000000011391	1.0		169	13	False	False	0.9992082118988037	0					non-mobilizable	no_good_hit	1833.0	74.086	75.0	0.008120866165030202	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
FIJ0125_000000009833	1972	0.5070337705358906	2	1	1	1	1	False	41194	maximal	True	FIJ0125_000000009833	0.9970286331712588		97	6	False	False	0.999492883682251	0					non-mobilizable	other	1985.0	81.209	99.0	0.006285588928206938	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
SPA0083_000000013843	1320	0.5070334242157636	2	2	2	2	1	False	85290	fragment	False	MON0081_000000031907	0.6106864252062567		0	0	False	False	1.0	0					non-mobilizable	other	1320.0	98.86399999999999	100.0	0.019045831287723452	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0080_000000025792	1297	0.5070334242157636	2	2	2	2	1	False	85290	fragment	False	MON0081_000000031907	0.4670237703094017		0	0	False	False	1.0	0					non-mobilizable	other	1297.0	98.99799999999999	100.0	0.01871372050711872	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0169_000000009255	2448	0.5070326738984764	4	2	1	2	1	False	38870	maximal	True	FIJ0169_000000009255	1.0		7	1	False	False	0.9995915293693542	0					non-mobilizable	no_good_hit	1805.0	85.374	89.0	0.0008376123384588119	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
USA0023_01_000000013161	2370	0.5070326738984764	2	2	1	2	1	False	1705	maximal	True	USA0023_01_000000013161	1.0		18	7	False	False	0.99831223487854	0					non-mobilizable	no_good_hit	863.0	78.911	36.0	0.010303811807806795	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	False
ENG0058_000000015186	2196	0.5070326738984764	2	2	1	2	1	False	120999	fragment	False	MON0092_000000024393	0.9258849557522124		0	0	False	False	1.0	0					non-mobilizable	other	2176.0	92.05	99.0	0.0005244295350605157	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
FIJ0023_000000019391	1731	0.5070320262896186	2	2	2	2	2	False	49337	maximal	True	FIJ0023_000000019391	1.0		14	6	False	False	0.998266875743866	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0002643501089304759	NZ_KB907267.1	firmicutes	Paenibacillus fonticola DSM 21315 G358DRAFT_scaffold00023.23, whole genome shotgun sequence	True	False
FIJ0135_000000006058	4806	0.5070314124217451	6	5	5	5	5	False	124954	fragment	False	ENG0184_000000004383	0.8291727497443917		0	0	False	False	0.9997919201850891	0					non-mobilizable	no_good_hit	3660.0	78.907	89.0	0.008705106350005811	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0120_000000020902	1681	0.5070311829471479	2	2	2	2	2	True	131026	fragment	False	CHI0117_000000007167	0.08614609108418955		0	0	False	False	1.0	0					non-mobilizable	other	1681.0	94.527	100.0	0.0005403911853191155	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	True
FIJ0036_000000040093	1115	0.5070299407704847	2	2	2	2	2	False	47862	maximal	True	FIJ0036_000000040093	1.0		216	9	False	False	1.0	0					non-mobilizable	other	1115.0	99.641	100.0	0.004884508129154462	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	False	False
SPA0085_000000003040	4598	0.507026832197652	6	4	2	2	3	False	124388	maximal	True	SPA0085_000000003040	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3407.0	98.35600000000001	82.0	0.0010186489973160215	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
FIJ0103_000000011069	1965	0.5070259952504002	3	3	3	2	2	False	42579	maximal	True	FIJ0103_000000011069	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	581.0	85.714	29.0	0.00019378262342179282	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	False
ISR0257_000000000971	11754	0.5070258600740661	10	10	9	9	7	False	105634	maximal	True	ISR0257_000000000971	0.9972178429008625		75	8	False	False	1.0	0					non-mobilizable	other	6203.0	99.404	95.0	0.03605017496134575	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0072_000000023334	1270	0.5070205259966917	2	2	2	2	2	False	36590	fragment	False	ISR0072_000000023334	0.965195246179966		0	0	False	False	0.9976378083229065	0					non-mobilizable	other	1271.0	96.617	100.0	0.14697372989237356	NZ_AAXG02000024.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont244, whole genome shotgun sequence	False	False
ISR0066_000000005658	5626	0.5070205251907384	6	6	4	5	6	True	105584	maximal	True	ISR0066_000000005658	1.0		0	0	False	False	0.9912904500961304	0					non-mobilizable	no_good_hit	2257.0	96.588	55.0	0.00043635822744431785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
FIJ0024_000000014878	1427	0.5070203158101312	2	2	2	2	2	False	49204	fragment	False	FIJ0024_000000014878	1.0		0	0	False	False	0.9992992281913757	0					non-mobilizable	chromosome	1427.0	98.038	100.0	0.00039910986744570525	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
DEN0094_000000010963	3109	0.5070197197528882	2	2	2	2	2	False	68907	maximal	True	DEN0094_000000010963	1.0		3	2	False	False	0.986169159412384	0					non-mobilizable	no_good_hit	2720.0	97.904	87.0	0.000793302639832402	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
TAN0024_000000002672	2936	0.507019673019402	4	3	3	3	3	False	49643	fragment	False	TAN0024_000000002672	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	905.0	85.96700000000001	68.0	0.0028709594345831388	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
DEN0020_000000008500	1338	0.5070177631720197	2	2	2	2	1	False	74905	maximal	True	DEN0020_000000008500	1.0		104	11	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	79.464	8.0	6.233506001449574e-05	NZ_LN913016.1	firmicutes	Anaerococcus rubeinfantis isolate Anaerococcus rubiinfantis, whole genome shotgun sequence	True	False
MON0025_000000029306	1442	0.5070147381026829	2	2	2	2	1	True	12793	maximal	True	MON0025_000000029306	1.0		34	9	False	False	0.9993064999580383	0					non-mobilizable	no_good_hit	900.0	78.333	62.0	0.020883138799043736	NZ_LR130823.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ISR0280_000000000157	22196	0.5070097022314687	39	14	6	13	9	False	71755	maximal	True	ISR0280_000000000157	1.0		1	1	False	False	0.9994593858718872	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	3.7459847725718997e-05	NZ_RAQM01000006.1	CFB group bacteria	Tenacibaculum lutimaris strain DSM 16505 Ga0196852_101, whole genome shotgun sequence	True	False
ISR0207_000000002962	7453	0.5070085750920398	9	5	3	5	2	True	28602	maximal	True	ISR0207_000000002962	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	2806.0	92.552	41.0	0.18054123711340206	NZ_LNAM01000192.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf65, whole genome shotgun sequence	True	True
ISR0021_000000015793	1513	0.5070059914925177	2	2	2	1	2	False	37623	maximal	True	ISR0021_000000015793	1.0		325	12	False	False	1.0	0					non-mobilizable	other	1515.0	85.479	100.0	0.013851456648882533	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ISR0258_000000027006	1120	0.5070054488112873	2	2	2	2	2	False	26758	fragment	False	ISR0258_000000027006	1.0		0	0	False	False	0.9839285612106323	0					non-mobilizable	other	1120.0	99.911	100.0	0.026602952713786463	NZ_CYYV01000021.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0171_000000013377	2097	0.5070037286320673	3	3	2	3	1	False	29990	maximal	True	ISR0171_000000013377	1.0		93	11	False	False	0.99761563539505	0					non-mobilizable	no_good_hit								True	False
MAD0035_000000007986	2838	0.507003328798355	4	4	4	3	3	False	18777	maximal	True	MAD0035_000000007986	1.0		69	10	False	False	1.0	0					non-mobilizable	no_good_hit	1315.0	85.475	46.0	0.0006109533203680645	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
SPA0098_000000022106	1694	0.5070019589818741	2	2	2	2	2	False	5056	maximal	True	SPA0098_000000022106	1.0		16	6	False	False	0.9787485003471375	0					non-mobilizable	no_good_hit	205.0	75.122	12.0	0.0002834570534498969	NZ_PIQC01000001.1	g-proteobacteria	Idiomarina ramblicola strain R22 contig1, whole genome shotgun sequence	True	False
MAD0077_000000005971	1969	0.5070012242457467	2	1	1	1	1	False	16223	fragment	False	MAD0077_000000005971	1.0		0	0	False	False	0.9994921088218689	0					non-mobilizable	no_good_hit	135.0	94.074	7.0	0.0004885375955200373	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	True	False
ISR0790_000000015235	1173	0.5070010970518585	3	1	1	1	1	False	22062	maximal	True	ISR0790_000000015235	1.0		38	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0001_000000025405	1719	0.5069998152196229	3	1	1	1	1	False	76840	maximal	True	DEN0001_000000025405	1.0		9	6	False	False	0.9936009049415588	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	0.003403244954491492	NZ_FOTS01000083.1	firmicutes	Pelosinus propionicus DSM 13327, whole genome shotgun sequence	True	False
AST0057_000000003007	1907	0.5069988594796931	4	4	3	2	4	False	113182	fragment	False	AST0057_000000003007	1.0		0	0	False	False	0.9900367259979248	0					non-mobilizable	plasmid	1900.0	98.789	99.0	0.040132859439790135	CP029292.1	firmicutes	Lactococcus lactis subsp. lactis KLDS 4.0325 plasmid unnamed5	False	True
SPA0017_000000001228	10205	0.5069987188284985	14	5	4	4	2	True	32158	fragment	False	SPA0017_000000001228	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0363_000000003253	5506	0.5069976810335541	6	5	5	4	3	False	74838	maximal	True	ISR0363_000000003253	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1176.0	95.15299999999999	32.0	0.00032682604308034935	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ETH0005_000000034515	1343	0.5069933530122752	1	1	1	1	1	False	52700	maximal	True	ETH0005_000000034515	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	986.0	76.268	73.0	0.00020745973501098118	CP040128.1	b-proteobacteria	Noviherbaspirillum sp. UKPF54 chromosome, complete genome	True	False
ENG0071_000000009668	2150	0.5069886476257176	4	3	3	3	3	False	87234	fragment	False	ENG0071_000000009668	0.7463101371132332		0	0	False	False	0.9879069924354553	0					non-mobilizable	other	2142.0	98.086	99.0	0.009369803063457331	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0068_000000001120	19258	0.5069878489263191	22	10	4	10	3	True	108400	backbone	False	ISR0280_000000000088	0.022926259478144372	PS672	0	0	False	True	0.9999480843544006	0					non-mobilizable	other	19258.0	98.85799999999999	100.0	0.1921702858055245	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
MON0076_000000035403	1363	0.5069873608911173	2	2	2	2	2	False	57832	fragment	False	ISR0067_000000022638	0.49870995739195656		0	0	False	False	0.9941306114196777	0					non-mobilizable	chromosome	1360.0	88.235	99.0	0.0004018984295752227	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
DEN0069_000000002815	10380	0.5069870177048629	12	7	4	7	4	True	97324	fragment	False	DEN0069_000000002815	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	10381.0	99.93299999999999	100.0	0.0018946397756804915	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
SPA0157_000000000431	9179	0.5069870177048629	10	7	4	7	4	True	97318	fragment	False	SPA0157_000000000431	1.0		0	0	False	False	1.0	0					non-mobilizable	other	9179.0	99.891	100.0	0.0030906602657873538	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
ISR0816_000000008203	5249	0.506986724246085	5	5	5	5	4	False	93641	maximal	True	ISR0816_000000008203	1.0		39	9	False	False	1.0	0					non-mobilizable	other	5249.0	99.63799999999999	100.0	0.0015805029541069886	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
TAN0021_000000020407	1148	0.5069864471024965	2	1	1	1	1	False	2356	maximal	True	TAN0021_000000020407	1.0		1	1	False	False	0.9982578158378601	0					non-mobilizable	no_good_hit	189.0	75.132	16.0	4.049361719358986e-05	NZ_CP043042.1	g-proteobacteria	Marinobacter fonticola strain CS412 chromosome, complete genome	True	False
FIJ0159_000000018694	1378	0.506986294666166	2	2	2	2	1	False	39380	fragment	False	FIJ0159_000000018694	1.0		0	0	False	False	0.986211895942688	0					non-mobilizable	no_good_hit								True	False
ENG0183_000000011502	2456	0.5069857694173141	3	2	2	2	0	True	55164	maximal	True	ENG0183_000000011502	1.0		5	4	False	False	0.9942996501922607	0					non-mobilizable	no_good_hit	1213.0	99.91799999999999	49.0	0.0003455460482874943	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	True
SPA0067_000000006049	3682	0.5069851676755818	6	4	3	4	2	False	67908	fragment	False	ENG0003_000000005639	0.9509050334738408		0	0	False	False	1.0	0					non-mobilizable	other	3683.0	98.805	100.0	0.021460753399506902	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
SPA0071_000000009288	2539	0.5069829082592631	3	3	3	3	3	False	97345	fragment	False	SPA0132_000000015268	0.9530999077730401		0	0	False	False	0.9996061325073242	0					non-mobilizable	chromosome	2539.0	97.71600000000001	100.0	0.0005637256535152892	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0082_000000004960	3799	0.5069827891120414	6	4	2	2	4	True	110214	maximal	True	ENG0082_000000004960	1.0		38	7	False	False	1.0	0					non-mobilizable	no_good_hit	1564.0	89.77	75.0	0.00042645788455019626	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ENG0118_000000003587	3790	0.5069810688053684	4	4	4	4	4	True	101779	fragment	False	ENG0118_000000003587	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1529.0	92.413	98.0	0.00034789126212354376	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	True
ISR0175_000000000512	36486	0.5069803085898089	31	9	5	8	1	True	108257	fragment	False	ISR0076_000000000351	0.6390444799232319		0	0	False	False	1.0	0					non-mobilizable	virus	10384.0	99.133	96.0	0.14401043111579648	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	False	True
SPA0154_000000005883	1566	0.5069788527596162	2	2	1	1	1	False	3210	maximal	True	SPA0154_000000005883	1.0		4	2	False	False	0.9993614554405212	0					non-mobilizable	no_good_hit	561.0	99.465	36.0	0.020688636027781884	MK232436.1	viruses	Uncultured human fecal virus clone B.wexlerae_B10.V07.G16_8-CL31_c1 sequence	True	False
CHI0162_000000020489	1584	0.5069782610320206	2	1	1	1	1	False	78549	maximal	True	CHI0162_000000020489	1.0		1	1	False	False	0.9962121248245239	0					non-mobilizable	no_good_hit	1087.0	99.72399999999999	69.0	0.00042588185190370364	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	False
FIJ0137_000000008701	1334	0.5069771189150091	4	3	2	3	2	False	40489	maximal	True	FIJ0137_000000008701	1.0		106	11	False	False	0.9992503523826599	0					non-mobilizable	no_good_hit	1093.0	74.291	80.0	0.006769082137885885	NZ_NFHU01000002.1	firmicutes	Faecalitalea cylindroides strain An64 An64_contig_2, whole genome shotgun sequence	True	False
ISR0017_000000003478	9279	0.5069748974669799	6	3	2	3	1	False	124491	maximal	True	ISR0017_000000003478	1.0		14	5	False	False	0.9998922348022461	0					non-mobilizable	no_good_hit	1083.0	79.778	17.0	0.0012567215203861627	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0380_000000008237	1458	0.5069738956109167	2	2	1	2	1	False	23182	fragment	False	ISR0380_000000008237	1.0		0	0	False	False	0.9993141293525696	0					non-mobilizable	other	1460.0	94.726	100.0	0.008901623920135876	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
MON0058_000000019670	2444	0.5069737156505908	3	3	3	3	2	True	103377	fragment	False	MON0058_000000019670	0.98566885789108		0	0	False	False	0.9967266917228699	0					non-mobilizable	other	2434.0	99.219	99.0	0.0032843537598628483	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	True
ENG0119_000000019294	1617	0.5069700844959012	3	2	2	2	2	False	59254	fragment	False	ENG0119_000000019294	1.0		0	0	False	False	0.9913420081138611	0					non-mobilizable	chromosome	1617.0	99.93799999999999	100.0	0.0007082550279094555	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
SPA0067_000000009482	2276	0.5069670615486127	3	3	2	2	2	False	123112	fragment	False	FIJ0129_000000007248	0.4786969919762919		0	0	False	False	0.9991212487220764	0					non-mobilizable	other	2276.0	96.397	100.0	0.0017039668558214746	NZ_SGXF01000001.1	firmicutes	Cuneatibacter caecimuris strain DSM 29486 Ga0310506_101, whole genome shotgun sequence	False	False
ISR0153_000000012649	2229	0.5069670615486127	3	3	2	2	2	False	123112	fragment	False	FIJ0129_000000007248	0.47636180879882944		0	0	False	False	0.9991027116775513	0					non-mobilizable	other	2229.0	99.23700000000001	100.0	0.014471667229598067	NZ_FNWC01000005.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
CHI0053_000000007306	1557	0.5069652595386236	3	2	1	1	2	False	86425	fragment	False	CHI0053_000000007306	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1557.0	99.87200000000001	100.0	0.23762981062919974	CP032882.1	enterobacteria	Escherichia coli strain SCEC020022 plasmid p3_020022, complete sequence	False	True
MON0098_000000031005	1169	0.5069652595386236	2	2	1	1	2	False	9177	fragment	False	MON0098_000000031005	1.0		0	0	False	False	0.9384089112281799	0		MOBQ			mobilizable	plasmid	1150.0	99.82600000000001	98.0	0.2224157955865273	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
CHI0030_000000002620	2251	0.506962630684427	4	2	2	1	2	False	88529	fragment	False	CHI0030_000000002620	1.0		0	0	False	False	0.9977787733078003	0		MOBP			mobilizable	no_good_hit	1293.0	95.05	78.0	0.2698014629049112	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	True	True
USA0047_01_000000006314	5351	0.5069620899857581	5	4	3	4	1	True	120259	fragment	False	DEN0010_000000008016	0.6299314448324925		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	89.583	1.0	0.0003272912125791244	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	True	True
SPA0058_000000011240	2768	0.5069610312169143	4	4	3	2	3	False	6308	fragment	False	SPA0058_000000011240	1.0		0	0	False	False	0.9985548853874207	0					non-mobilizable	no_good_hit	1901.0	98.84299999999999	69.0	0.005779661068507236	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0114_000000018814	2465	0.5069577719262602	4	4	4	4	3	False	97189	fragment	False	SPA0114_000000018814	0.9866342955697028		0	0	False	False	0.9947261810302734	0					non-mobilizable	chromosome	2430.0	76.626	98.0	0.00038445856163384204	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
CAN0006_000000009333	4821	0.5069571496052889	5	5	5	5	4	False	99502	maximal	True	CAN0006_000000009333	1.0		2	1	False	False	0.9997925758361816	0					non-mobilizable	no_good_hit	775.0	93.806	16.0	0.00021751874623768448	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0036_000000011270	3370	0.5069569434407105	3	3	3	3	3	False	47973	maximal	True	FIJ0036_000000011270	1.0		5	2	False	False	0.9916914105415344	0					non-mobilizable	no_good_hit	1480.0	85.541	63.0	0.0011998993318557848	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0160_000000009038	3075	0.5069555566188679	4	4	3	2	3	True	30436	maximal	True	ISR0160_000000009038	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	1845.0	80.65	60.0	0.03817887394120578	NZ_CABMGA010000018.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0097_000000018570	1689	0.5069553411532816	1	1	1	1	1	False	60762	fragment	False	ENG0097_000000018570	1.0		0	0	False	False	0.9982237815856934	0					non-mobilizable	chromosome	1689.0	99.882	100.0	0.0003264677753290546	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ENG0088_000000005812	4038	0.5069546667137831	5	4	2	1	3	False	77441	maximal	True	ENG0088_000000005812	1.0		7	3	False	False	1.0	0					non-mobilizable	other	3821.0	90.788	94.0	0.0019547189308314027	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
AST0142_000000001320	3736	0.5069546667137831	5	4	2	1	3	False	105258	maximal	True	AST0142_000000001320	1.0		30	7	False	False	0.9978586435317993	0					non-mobilizable	other	1931.0	94.459	93.0	0.0009907127739290005	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
ISR0820_000000005904	3442	0.5069546667137831	5	4	2	1	3	False	21291	fragment	False	ISR0820_000000005904	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3348.0	93.429	97.0	0.0017164137327479105	NZ_JH992940.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.1, whole genome shotgun sequence	False	False
AST0106_000000002107	8625	0.5069515080528485	10	6	3	4	3	False	107530	maximal	True	AST0106_000000002107	1.0		7	3	False	False	0.998724639415741	0					non-mobilizable	no_good_hit	2009.0	99.652	27.0	0.006418657579961513	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0107_000000007672	3080	0.5069489300489252	4	3	3	3	2	False	32856	maximal	True	ISR0107_000000007672	1.0		1	1	False	False	0.9915584325790405	0					non-mobilizable	no_good_hit	61.0	81.96700000000001	2.0	6.726096964759064e-06	NZ_CP017641.1	planctomycetes	Fuerstia marisgermanicae strain NH11 chromosome, complete genome	True	False
AUS0024_000000007276	4368	0.5069484038605471	6	5	4	4	1	False	99627	maximal	True	AUS0024_000000007276	1.0		8	4	False	False	0.9997710585594177	0					non-mobilizable	no_good_hit	1232.0	85.065	28.0	0.0002869613176143856	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0150_000000003344	5243	0.5069455926344798	6	6	5	4	6	False	121968	maximal	False	USA0065_01_000000002175	0.9924747570965898		0	0	False	False	0.997901976108551	0					non-mobilizable	no_good_hit	1150.0	76.957	22.0	0.00031812819217191064	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0103_000000000383	5304	0.50694248576449	5	4	2	2	3	False	96113	fragment	False	CHI0103_000000000383	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4230.0	99.07799999999999	80.0	0.2658864980495785	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	True	False
ENG0190_000000020880	1436	0.5069387372680195	3	3	3	1	2	True	131026	fragment	False	CHI0117_000000007167	0.11213075765578884		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	99.652	100.0	0.0007296301004194737	FP929041.1	firmicutes	Eubacterium cylindroides T2-87 draft genome	False	True
AST0052_000000009928	2272	0.5069384913735788	2	2	2	2	2	False	114916	maximal	True	AST0052_000000009928	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	2272.0	99.736	100.0	0.0010198207163263822	CP047584.1	firmicutes	Limosilactobacillus fermentum strain AGR1485 chromosome, complete genome	False	False
ENG0146_000000011169	2077	0.5069384913735788	2	2	2	2	2	False	114914	fragment	False	ENG0146_000000011169	0.9926434526728789		0	0	False	False	0.9850746393203735	0					non-mobilizable	chromosome	2010.0	99.751	100.0	0.0008860739953380776	CP044354.1	firmicutes	Limosilactobacillus fermentum strain 2760 chromosome, complete genome	False	False
AST0048_000000007737	2039	0.5069384913735788	2	2	2	2	2	False	114914	fragment	False	ENG0146_000000011169	0.9836302359171882		0	0	False	False	0.9892104268074036	0					non-mobilizable	chromosome	2010.0	99.95	99.0	0.001064103637020425	CP040910.1	firmicutes	Limosilactobacillus fermentum strain DSM 20052 chromosome	False	False
BAN0018_000000000973	2353	0.5069368406102926	3	2	1	2	2	True	98655	fragment	False	BAN0018_000000000973	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2353.0	97.875	100.0	0.026465326146887062	CP025858.1	enterobacteria	Escherichia coli strain 504838 plasmid p504838_88, complete sequence	False	True
CHI0151_000000016026	1540	0.5069360213627996	2	1	1	1	1	False	79461	fragment	False	CHI0151_000000016026	0.9622266401590457		0	0	False	False	0.9779220819473267	0		MOBQ			mobilizable	plasmid	1501.0	99.867	97.0	0.24691358024691357	CP018986.1	enterobacteria	Escherichia coli strain Ecol_AZ146 plasmid pECAZ146_5, complete sequence	False	True
FIJ0091_000000011836	1896	0.5069357679825495	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.9119061335044121		0	0	False	False	0.9994725584983826	0					non-mobilizable	chromosome	1885.0	99.257	99.0	0.0005938322764232511	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0325_000000010930	1873	0.5069357679825495	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.9097152235898719		0	0	False	False	1.0	0					non-mobilizable	chromosome	1873.0	99.25299999999999	100.0	0.0005900499052358418	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0072_000000011120	1868	0.5069357679825495	2	2	2	2	2	False	121112	fragment	False	ENG0200_000000010145	0.8968148995482041		0	0	False	False	1.0	0					non-mobilizable	chromosome	1868.0	99.89299999999999	100.0	0.000588473917241088	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0020_000000014606	1464	0.5069355572683534	2	2	2	2	1	False	49763	maximal	True	FIJ0020_000000014606	1.0		81	10	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	4.0	0.0010510262962657654	NZ_JHVK01000023.1	b-proteobacteria	Microvirgula aerodenitrificans DSM 15089 Q352DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
FIJ0095_000000025325	1115	0.5069310774452606	2	1	1	1	1	False	43055	maximal	True	FIJ0095_000000025325	1.0		4	2	False	False	0.9991031289100647	0					non-mobilizable	no_good_hit								True	False
FIJ0080_000000011253	2219	0.5069310330213159	3	2	2	2	1	True	124289	fragment	False	FIJ0080_000000011253	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1382.0	87.04799999999999	97.0	0.0003198966652343051	CP013196.1	firmicutes	Clostridioides difficile strain Z31 chromosome, complete genome	False	True
FIJ0152_000000012602	2003	0.5069310330213159	3	2	2	2	1	True	124286	maximal	True	FIJ0152_000000012602	1.0		211	13	False	False	1.0	0					non-mobilizable	chromosome	2009.0	93.62899999999999	100.0	0.0005938145551203548	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
CHI0098_000000004696	1943	0.5069310330213159	3	2	2	2	1	True	124250	fragment	False	ISR0071_000000003227	0.03576658447687857		0	0	False	False	0.9938240051269531	0					non-mobilizable	other	1941.0	97.166	100.0	0.0005865811991654824	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0096_000000002209	2888	0.5069309903288467	4	4	4	3	2	False	83475	maximal	True	CHI0096_000000002209	1.0		418	13	False	False	0.994113564491272	0					non-mobilizable	chromosome	2889.0	99.654	100.0	0.0009813392630509117	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0039_000000011936	2139	0.5069309903288467	4	4	4	3	2	False	64938	maximal	True	ENG0039_000000011936	1.0		114	8	False	False	1.0	0					non-mobilizable	other	2139.0	97.616	100.0	0.13927431437691357	NZ_CABIXZ010000011.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0114_000000013734	2037	0.5069309903288467	4	4	4	3	2	False	32546	maximal	True	ISR0114_000000013734	1.0		966	15	False	False	1.0	0					non-mobilizable	other	2037.0	99.656	100.0	0.016395026734522967	NZ_CYXV01000012.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0020_01_000000004812	7167	0.5069288569974343	11	10	7	8	6	False	1808	maximal	True	USA0020_01_000000004812	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1171.0	100.0	16.0	0.006610169491525424	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0143_000000007365	4469	0.5069287010581703	5	5	2	3	4	True	105589	fragment	False	ENG0029_000000005148	0.6768506373447203		0	0	False	False	1.0	0					non-mobilizable	other	2384.0	97.819	99.0	0.00046114910765420364	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
MON0080_000000031479	1749	0.5069254584599827	3	1	1	1	1	False	21125	fragment	False	MON0080_000000031479	0.983433734939759		0	0	False	False	0.9977129697799683	0					non-mobilizable	no_good_hit	1034.0	81.721	59.0	0.00050598818117616	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0825_000000014398	1660	0.5069254584599827	3	1	1	1	1	False	21125	fragment	False	MON0080_000000031479	0.9588336192109777		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1130.0	79.91199999999999	68.0	0.0005491763091523986	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
USA0059_01_000000021329	1172	0.5069254584599827	2	1	1	1	1	False	70253	fragment	False	DEN0072_000000013461	0.9494336569579288		0	0	False	False	0.9965870380401611	0					non-mobilizable	no_good_hit	1030.0	81.165	88.0	0.000503043536086871	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ENG0148_000000014885	2517	0.5069251099097192	3	3	3	3	2	False	57305	maximal	True	ENG0148_000000014885	1.0		173	9	False	False	0.9944378137588501	0					non-mobilizable	no_good_hit	548.0	73.175	21.0	0.00048234906680221364	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0083_000000002247	12448	0.5069242679998309	14	11	8	10	7	False	52993	maximal	True	FIJ0083_000000002247	1.0		2	1	False	False	0.9999196529388428	0					non-mobilizable	no_good_hit	1772.0	75.339	30.0	0.0003353268579275991	LN877293.1	CFB group bacteria	Bacteroides fragilis genome assembly BFBE1.1, chromosome : scaffold1	True	False
ISR0244_000000006551	3381	0.5069234298270314	5	4	4	4	4	False	32719	fragment	False	ISR0244_000000006551	1.0		0	0	False	False	0.9828453063964844	0					non-mobilizable	no_good_hit	661.0	84.41799999999999	26.0	0.00018744648957382234	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0196_000000006228	1821	0.5069226302659231	3	3	2	3	1	False	105302	maximal	True	ENG0196_000000006228	1.0		94	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0079_000000017803	1280	0.5069214432530076	3	3	3	2	1	False	10081	maximal	True	MON0079_000000017803	1.0		11	4	False	False	0.9984375238418579	0					non-mobilizable	chromosome	1281.0	87.51	100.0	0.0001946675401085146	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
MON0033_000000032936	1867	0.5069188311266206	2	2	1	2	1	False	12302	maximal	True	MON0033_000000032936	1.0		12	4	False	False	1.0	0					non-mobilizable	no_good_hit	972.0	99.486	52.0	0.7257100149476831	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0010_000000001123	12647	0.5069171547792106	29	3	2	1	2	False	13754	maximal	True	MON0010_000000001123	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2003.0	96.655	54.0	0.0008331369500609135	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
AST0061_000000034522	1219	0.5069168871854326	3	2	0	2	1	False	111807	fragment	False	AST0061_000000034522	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	91.25	6.0	0.008564119675230786	LN853905.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK1342	True	False
ISR0031_000000001056	11049	0.5069153554745955	14	9	5	9	3	True	69613	maximal	True	ISR0031_000000001056	1.0		1	1	False	False	0.9995474815368652	0					non-mobilizable	no_good_hit	1004.0	88.845	9.0	0.009527711348456987	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
ISR0399_000000007792	2058	0.5069153409986452	2	2	2	1	1	False	22586	maximal	True	ISR0399_000000007792	1.0		11	8	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	99.244	32.0	0.0030650771609954997	NZ_RCXZ01000004.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0004, whole genome shotgun sequence	True	False
ENG0123_000000000539	24349	0.5069113774501367	30	20	8	13	18	True	105445	fragment	False	ENG0123_000000000539	1.0		0	0	False	True	1.0	0					non-mobilizable	other	19960.0	99.935	99.0	0.006721125326307452	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	False	True
MON0057_000000013057	1990	0.5069105619384825	3	3	2	3	2	False	13675	fragment	False	MON0011_000000023496	0.9815645241654211		0	0	False	False	0.9894472360610962	0					non-mobilizable	no_good_hit								True	False
ENG0066_000000019894	1105	0.5069006698360577	2	2	2	2	2	False	74667	maximal	False	ISR0295_000000030211	0.9497264670321522		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	291.0	96.90700000000001	26.0	0.4136947218259629	EU061144.1	bacteria	Uncultured bacterium clone LM0ABA40ZF08RM1 genomic sequence	True	False
MAD0083_000000000989	7249	0.5069001137527561	7	4	1	4	2	False	50659	maximal	True	MAD0083_000000000989	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	83.0	100.0	1.0	2.1874080521691485e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0052_000000008412	2208	0.5068965877959017	2	2	2	2	2	False	17279	maximal	True	MAD0052_000000008412	1.0		5	3	False	False	0.9750905632972717	0					non-mobilizable	no_good_hit	299.0	79.59899999999999	13.0	0.00011375795723322011	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
ISR0397_000000012945	1400	0.5068933864430684	1	1	1	1	1	False	22635	maximal	True	ISR0397_000000012945	0.9941902687000725		105	7	False	False	0.9971428513526917	0					non-mobilizable	chromosome	1402.0	88.01700000000001	100.0	0.0003979326842394195	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0092_000000033131	1377	0.5068933864430684	1	1	1	1	1	False	22635	maximal	False	ISR0397_000000012945	0.9860714285714285		0	0	False	False	0.9970951080322266	0					non-mobilizable	chromosome	1379.0	87.745	100.0	0.00039139054575656985	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ENG0097_000000010314	3057	0.5068923895423838	3	3	3	3	3	False	121622	fragment	False	ISR0811_000000004422	0.9651480166507993		0	0	False	False	1.0	0					non-mobilizable	other	3058.0	99.084	100.0	0.00836024820939728	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
SPA0158_000000002524	5427	0.5068920689507679	2	1	1	1	1	False	3923	fragment	False	SPA0158_000000002524	1.0		0	0	False	False	0.9968675374984741	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	1.2182234990315123e-05	CP027241.1	firmicutes	Lachnospiraceae bacterium oral taxon 500 strain W11650 chromosome, complete genome	True	False
ISR0197_000000013234	1934	0.5068867062186989	2	1	1	1	1	False	28935	fragment	False	ISR0197_000000013234	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1934.0	100.0	100.0	0.000355010328908897	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
FIJ0081_000000019190	1868	0.5068867062186989	2	1	1	1	1	False	44257	maximal	True	FIJ0081_000000019190	1.0		136	9	False	False	0.9946466684341431	0					non-mobilizable	no_good_hit	1576.0	81.282	84.0	0.0004180083436279336	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0148_000000020618	1780	0.5068867062186989	2	1	1	1	1	False	57298	maximal	True	ENG0148_000000020618	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0348_000000011903	1514	0.5068867062186989	1	1	1	1	1	False	24132	fragment	False	ISR0348_000000011903	1.0		0	0	False	False	0.9933949708938599	0					non-mobilizable	other	1514.0	99.868	100.0	0.0002930359512309156	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0047_000000009527	2012	0.5068829767949418	3	3	3	3	1	False	64331	maximal	True	ENG0047_000000009527	1.0		10	5	False	False	0.9990059733390808	0					non-mobilizable	no_good_hit	759.0	75.758	46.0	0.0042776075295091675	NZ_NHOC01000003.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c3, whole genome shotgun sequence	True	False
ISR0112_000000034978	1149	0.5068779354425891	2	2	2	1	2	False	32597	maximal	True	ISR0112_000000034978	1.0		2	2	False	False	0.9939077496528625	0					non-mobilizable	no_good_hit	117.0	79.487	10.0	0.0010428683494070417	NZ_SDMR01000009.1	high GC Gram+	Propioniciclava tarda strain DSM 22130 9_108355_45.2462, whole genome shotgun sequence	True	False
USA0058_01_000000011526	1579	0.5068739663665393	5	5	2	3	3	False	86460	fragment	False	USA0058_01_000000011526	0.9548748353096179		0	0	False	False	1.0	0					non-mobilizable	other	1580.0	97.34200000000001	100.0	0.00042666880091195725	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0162_000000021443	1518	0.5068739663665393	5	5	2	3	3	False	86460	fragment	False	USA0058_01_000000011526	0.9373020899303357		0	0	False	False	0.9980236887931824	0					non-mobilizable	other	1518.0	98.74799999999999	100.0	0.00041017526678291454	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0182_000000009227	2922	0.5068720232045757	3	3	3	3	2	True	77370	maximal	True	CHI0182_000000009227	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2178.0	97.84200000000001	75.0	0.0029919340097825384	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	True
ISR0300_000000002385	3164	0.5068711908037978	3	2	1	2	2	False	39520	maximal	True	ISR0300_000000002385	1.0		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	170.0	95.882	5.0	0.0026566061463491313	NZ_CYYA01000020.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0080_000000000187	5303	0.5068700467388162	5	5	5	5	4	False	69393	maximal	True	DEN0080_000000000187	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	2274.0	71.988	42.0	0.23079299691040164	NZ_MDFN01000052.1	CFB group bacteria	Arcticibacter eurypsychrophilus strain MJ9-5 contig52_scaffold52, whole genome shotgun sequence	True	False
ENG0020_000000010813	1821	0.5068696396652869	3	2	2	2	2	False	66464	maximal	True	ENG0020_000000010813	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	98.24600000000001	6.0	3.839080686264551e-05	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
DEN0066_000000014606	2386	0.5068685459550174	3	3	1	2	2	True	118255	fragment	False	DEN0066_000000014606	1.0		0	0	False	False	0.9895222187042236	0					non-mobilizable	other	2386.0	99.83200000000001	100.0	0.12460164045765634	NZ_CYYV01000024.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ENG0196_000000003263	3099	0.5068684795122939	4	4	4	4	4	False	95318	fragment	False	ENG0196_000000003263	0.9724495766253479		0	0	False	False	0.999677300453186	0					non-mobilizable	other	3099.0	99.064	100.0	0.0008373848393056601	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
FIJ0023_000000004188	6794	0.5068684626583693	9	7	2	6	4	True	49414	fragment	False	FIJ0023_000000004188	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.1928153708429865e-06	CP039731.1	b-proteobacteria	Aquitalea sp. THG-DN7.12 chromosome, complete genome	True	True
ISR0109_000000005678	5016	0.5068677261236749	7	3	1	3	1	False	32761	maximal	True	ISR0109_000000005678	1.0		2	2	False	False	0.9972089529037476	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000014776	2963	0.5068668676266059	2	2	1	2	1	False	68202	maximal	True	DEN0096_000000014776	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	83.03399999999999	44.0	0.002238669255853149	NZ_HG726024.1	CFB group bacteria	Bacteroides neonati strain MS4, whole genome shotgun sequence	True	False
ISR0060_000000011704	2408	0.5068659643754384	3	2	2	2	2	False	35413	maximal	True	ISR0060_000000011704	1.0		43	4	False	False	0.9858803749084473	0					non-mobilizable	other	1899.0	85.94	99.0	0.027828352354308215	NZ_CYZN01000021.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0138_000000019760	1473	0.5068650727199072	2	2	2	2	1	False	31343	maximal	True	ISR0138_000000019760	1.0		28	4	False	False	0.9837067127227783	0					non-mobilizable	other	1353.0	98.965	92.0	0.009297655642893001	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
USA0069_01_000000002542	19669	0.5068618593730577	15	11	8	11	9	True	113946	maximal	False	USA0034_01_000000002399	1.0		0	0	False	False	0.9998474717140198	0					non-mobilizable	no_good_hit	160.0	77.5	1.0	0.0003668022651814725	NZ_QXDJ01000005.1	firmicutes	Clostridium chromiireducens strain C1 Scaffold5, whole genome shotgun sequence	True	True
USA0034_01_000000002399	19669	0.5068618593730577	15	11	8	11	9	True	113946	maximal	True	USA0034_01_000000002399	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	160.0	77.5	1.0	0.0003668022651814725	NZ_QXDJ01000005.1	firmicutes	Clostridium chromiireducens strain C1 Scaffold5, whole genome shotgun sequence	True	True
ISR0387_000000016686	1441	0.5068604181094929	3	3	3	2	2	False	22966	fragment	False	ISR0387_000000016686	1.0		0	0	False	False	0.989590585231781	0					non-mobilizable	other	1441.0	97.22399999999999	100.0	0.00038198566227427367	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	False	False
FIJ0105_000000019398	1686	0.5068603352983064	1	1	1	1	1	False	42421	maximal	False	ISR0344_000000019211	0.9719258843346434		0	0	False	False	1.0	0					non-mobilizable	other	1686.0	100.0	100.0	0.0003558694058543791	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0001_000000001780	16779	0.5068587855696516	26	10	0	10	1	False	8459	maximal	True	SPA0001_000000001780	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0076_000000004033	4239	0.5068529757755789	5	5	5	5	4	False	79641	maximal	True	FIJ0076_000000004033	1.0		39	7	False	False	0.999528169631958	0					non-mobilizable	no_good_hit	1595.0	73.48	37.0	0.053036986766202915	NZ_VULP01000035.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq35, whole genome shotgun sequence	True	False
ENG0101_000000017542	1895	0.506852905722073	2	2	2	1	2	False	107331	fragment	False	DEN0082_000000017344	0.37076304297981955		0	0	False	False	1.0	0					non-mobilizable	other	1896.0	95.57	100.0	0.009141676681967149	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	False	False
ISR0264_000000005949	1825	0.506852752584625	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.05197593721257206		0	0	False	False	1.0	0					non-mobilizable	chromosome	1825.0	96.54799999999999	100.0	0.0006357766583523067	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0032_000000002443	11350	0.5068465418287774	15	4	3	4	1	False	36979	fragment	False	ISR0032_000000002443	1.0		0	0	False	False	0.9994713664054871	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.337818295230358e-07	AP022702.1	bony fishes	Plectropomus leopardus DNA, chromosome 3, nearly complete sequence	True	False
CHI0019_000000005648	1508	0.5068462241484001	3	3	3	2	2	False	89422	fragment	False	CHI0019_000000005648	1.0		0	0	False	False	0.9893898963928223	0					non-mobilizable	no_good_hit	391.0	72.37899999999999	26.0	8.998294053992561e-05	CP048837.1	firmicutes	[Clostridium] innocuum strain LC-LUMC-CI-001 chromosome, complete genome	True	False
DEN0087_000000007761	1561	0.5068458706843643	2	1	0	1	1	False	68878	maximal	True	DEN0087_000000007761	1.0		4	3	False	False	1.0	0					non-mobilizable	other	1562.0	99.936	100.0	0.000668652205331484	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	False
MAD0044_000000020656	1205	0.5068440036237905	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.34250660222334356		0	0	False	False	1.0	0					non-mobilizable	chromosome	1206.0	96.434	100.0	0.00040525935083779967	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0095_000000007946	1137	0.5068440036237905	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.2139701546281226		0	0	False	False	0.992963969707489	0					non-mobilizable	other	1140.0	98.24600000000001	100.0	0.0003540298741482906	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0108_000000016521	1114	0.5068440036237905	2	2	2	1	1	False	125862	fragment	False	FIJ0065_000000011444	0.17201727126652766		0	0	False	False	1.0	0					non-mobilizable	chromosome	1115.0	97.399	100.0	0.0003749658777685289	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
USA0108_01_000000004981	2180	0.5068425690615032	3	3	2	2	2	False	72824	fragment	False	USA0108_01_000000004981	0.9967138523761375		0	0	False	False	1.0	0					non-mobilizable	plasmid	1495.0	87.09	96.0	0.14191261019547718	CP021615.1	other sequences	Unidentified plasmid plasmid FA1-2_2755, complete sequence	False	True
SPA0107_000000005012	5875	0.5068419891255004	5	5	5	4	4	False	77694	maximal	True	SPA0107_000000005012	1.0		64	9	False	False	0.9931914806365967	0					non-mobilizable	chromosome	5840.0	99.60600000000001	99.0	0.0021330794631463854	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	False	False
MAD0086_000000002123	3427	0.5068404423794706	6	6	1	6	5	True	16034	fragment	False	MAD0086_000000002123	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	3440.0	95.87200000000001	100.0	0.02596705141975402	CP056643.1	enterobacteria	Escherichia coli strain RHBSTW-00300 plasmid pRHBSTW-00300_2, complete sequence	False	True
DEN0035_000000028057	1275	0.5068394266188168	2	2	1	2	1	False	73388	fragment	False	DEN0035_000000028057	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1275.0	100.0	100.0	0.00025725301035493846	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
ENG0095_000000019132	1459	0.5068385556504331	2	2	1	2	1	False	60926	fragment	False	ISR0399_000000008062	0.4398345940716623		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	97.411	100.0	0.0006909726456123237	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
AST0057_000000002397	2513	0.506837378049883	2	2	1	2	1	False	113210	maximal	True	AST0057_000000002397	1.0		1	1	False	False	0.9980103373527527	0					non-mobilizable	no_good_hit	73.0	91.781	3.0	0.00018046967232221856	NZ_FOJI01000003.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
CHI0006_000000014034	1149	0.506835531800215	2	2	2	2	2	False	90561	fragment	False	CHI0006_000000014034	0.970432480141218		0	0	False	False	0.9895561337471008	0					non-mobilizable	other	1154.0	88.302	100.0	0.009823569715656047	NZ_WNCH01000003.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold3_size116760, whole genome shotgun sequence	False	False
MON0042_000000012385	2143	0.5068349843202561	3	2	2	2	2	False	52024	maximal	False	MON0090_000000027154	0.9690337783856229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	784.0	84.949	39.0	0.010238633778122784	NZ_JH379387.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld182, whole genome shotgun sequence	True	False
FIJ0058_000000011578	3372	0.5068344053844271	6	4	2	3	2	True	46045	maximal	True	FIJ0058_000000011578	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	219.0	96.34700000000001	6.0	0.002668723297464713	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ENG0090_000000008517	2644	0.5068271085139068	3	3	2	3	1	False	61255	maximal	True	ENG0090_000000008517	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	80.0	4.0	2.5872017484037078e-05	NZ_CP014784.1	g-proteobacteria	Pseudomonas alcaligenes strain NEB 585 chromosome, complete genome	True	False
FIJ0077_000000026831	1130	0.5068251897351572	2	1	1	1	1	False	44476	maximal	True	FIJ0077_000000026831	1.0		6	1	False	False	0.9646017551422119	0					non-mobilizable	no_good_hit	304.0	79.934	27.0	7.941280802374391e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
DEN0067_000000001279	15071	0.5068250304873275	13	9	6	9	7	True	105929	maximal	True	DEN0067_000000001279	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	89.307	28.0	0.00031023848349667315	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0217_000000013911	1656	0.506823561240705	1	1	1	1	1	False	90594	fragment	False	ISR0217_000000013911	0.9954675658786047		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	99.51700000000001	100.0	0.0002658822470985901	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ISR0156_000000015098	1649	0.506823561240705	1	1	1	1	1	False	90594	fragment	False	ISR0217_000000013911	0.9941561678566918		0	0	False	False	1.0	0					non-mobilizable	chromosome	1649.0	100.0	100.0	0.00025401973122924433	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
CHI0006_000000009204	1646	0.506823561240705	1	1	1	1	1	False	90594	fragment	False	ISR0217_000000013911	0.9930552065757329		0	0	False	False	1.0	0					non-mobilizable	chromosome	1646.0	99.39200000000001	100.0	0.0002623120422595065	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0175_000000012672	1637	0.506823561240705	1	1	1	1	1	False	90594	fragment	False	ISR0217_000000013911	0.9913674324336101		0	0	False	False	0.999389111995697	0					non-mobilizable	chromosome	1637.0	99.51100000000001	100.0	0.0002521700729921382	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ISR0145_000000006672	4846	0.5068213067037167	9	7	4	5	7	False	128602	fragment	False	MON0053_000000005725	0.8722871028794438		0	0	False	False	1.0	0					non-mobilizable	chromosome	3982.0	93.948	97.0	0.0013379617272261243	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0340_000000007150	3467	0.5068171941586512	4	4	4	4	2	False	32718	fragment	False	ISR0340_000000007150	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	661.0	84.115	39.0	0.00018744648957382234	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0178_000000017330	1326	0.5068131796567514	3	3	2	3	0	True	55441	maximal	True	ENG0178_000000017330	1.0		26	8	False	False	0.9954751133918762	0					non-mobilizable	no_good_hit	615.0	81.626	46.0	0.9162929745889388	GQ876707.1		Uncultured organism clone VC1AE69TR genomic sequence	True	True
ISR0025_000000006951	5342	0.506811812230367	7	3	2	2	3	False	107210	maximal	True	ISR0025_000000006951	1.0		36	8	False	False	1.0	0					non-mobilizable	no_good_hit	200.0	81.0	4.0	4.136055009947316e-05	CP031101.1	enterobacteria	Leclercia sp. W17 chromosome, complete genome	True	False
ISR0206_000000014856	1751	0.5068057774467346	1	1	0	1	1	False	42844	fragment	False	ISR0206_000000014856	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	96.505	57.0	9.896687650667733e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0321_000000007293	1584	0.5068057774467346	2	1	0	1	1	False	48842	fragment	False	ISR0321_000000007293	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	93.277	47.0	9.496552031368498e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0085_000000020777	1512	0.5068057774467346	2	1	0	1	1	False	43920	fragment	False	FIJ0085_000000020777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	358.0	93.855	49.0	9.496552031368498e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0057_000000024134	1455	0.5068057774467346	1	1	0	1	1	False	46109	maximal	True	FIJ0057_000000024134	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	346.0	93.64200000000001	36.0	9.203119243882394e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0029_000000022420	1415	0.5068057774467346	1	1	0	1	1	False	48840	fragment	False	FIJ0029_000000022420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	271.0	94.465	45.0	7.202441147386221e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0106_000000016014	1404	0.5068057774467346	1	1	0	1	1	False	14727	maximal	True	MAD0106_000000016014	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	280.0	98.571	41.0	7.442522518965762e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0793_000000012609	1346	0.5068057774467346	2	1	0	1	1	False	42843	fragment	False	ISR0793_000000012609	0.9531338342813752		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	354.0	94.068	40.0	9.416524907508651e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0098_000000018025	1332	0.5068057774467346	1	1	0	1	1	False	42843	fragment	False	ISR0793_000000012609	0.9277965881502772		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	357.0	94.398	45.0	9.496552031368498e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0292_000000016046	1286	0.5068057774467346	1	1	0	1	1	False	25865	fragment	False	ISR0292_000000016046	1.0		0	0	False	False	0.9992223978042603	0					non-mobilizable	no_good_hit	216.0	98.611	40.0	5.735277209955694e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0130_000000006759	4419	0.5068051001762915	8	2	2	2	2	False	117081	fragment	False	ENG0130_000000006759	0.9809475383058542		0	0	False	False	1.0	0					non-mobilizable	other	4419.0	99.27600000000001	100.0	0.06617140460713537	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
MAD0112_000000001592	12569	0.5067961712145616	16	5	0	5	0	False	14627	maximal	True	MAD0112_000000001592	0.9558092948717949		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00012769036505256586	NZ_QGMZ01000014.1	euryarchaeotes	Methanospirillum stamsii strain Pt1 DSM26304_14, whole genome shotgun sequence	True	False
MAD0108_000000001059	12480	0.5067961712145616	16	5	0	5	0	False	14627	maximal	False	MAD0112_000000001592	0.9493993157769114		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00012769036505256586	NZ_QGMZ01000014.1	euryarchaeotes	Methanospirillum stamsii strain Pt1 DSM26304_14, whole genome shotgun sequence	True	False
ENG0116_000000008328	2817	0.5067957837822007	3	2	1	1	2	False	59473	fragment	False	ENG0116_000000008328	1.0		0	0	False	False	0.9960951209068298	0					non-mobilizable	no_good_hit								True	False
CHI0162_000000014637	2138	0.5067951935597962	2	2	2	2	2	False	78569	maximal	True	CHI0162_000000014637	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	821.0	75.274	38.0	0.03111162009467094	NZ_CBVI010000059.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
ISR0087_000000034080	1152	0.5067931667620638	2	2	2	2	2	False	33804	fragment	False	ISR0087_000000034080	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	79.755	14.0	0.0003518989346259754	NZ_CABMGA010000001.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0204_000000007643	3180	0.5067918040531157	4	4	2	1	3	False	54050	fragment	False	ENG0204_000000007643	1.0		0	0	False	False	0.994339644908905	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.00018062639331872479	NZ_BDAE01000006.1	g-proteobacteria	Pseudomonas luteola NBRC 103146, whole genome shotgun sequence	True	False
SPA0057_000000011117	2810	0.5067900655463851	3	3	3	2	2	False	82180	fragment	False	SPA0057_000000011117	0.9308303682508918		0	0	False	False	1.0	0					non-mobilizable	other	2795.0	93.095	99.0	0.048576942469183024	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	False	False
ETH0004_000000012808	2195	0.5067820383662166	4	3	1	2	3	False	52906	maximal	True	ETH0004_000000012808	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	808.0	79.455	37.0	0.012967807985439655	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
MON0083_000000008051	3895	0.5067816618270465	5	5	5	5	3	False	25193	maximal	True	MON0083_000000008051	1.0		2	1	False	False	0.9976893663406372	0					non-mobilizable	no_good_hit	1010.0	97.624	26.0	0.13236258690804145	MK233574.1	viruses	Uncultured human fecal virus clone KLE1615.sp1_S11.L11_2_c1 sequence	True	False
CHI0141_000000007332	3753	0.5067787457675957	6	4	4	3	4	False	124205	maximal	True	CHI0141_000000007332	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	1861.0	80.333	49.0	0.013048846252093209	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0250_000000002708	3724	0.5067787457675957	5	4	4	3	4	False	124204	fragment	False	ISR0250_000000002708	0.9818129620656296		0	0	False	False	0.9981203079223633	0					non-mobilizable	no_good_hit	2111.0	80.34100000000001	58.0	0.0005891799596458265	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0189_000000003673	3610	0.5067787457675957	5	4	4	3	4	False	124204	fragment	False	ISR0250_000000002708	0.9748713137990531		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2101.0	80.723	58.0	0.014751795192007493	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0379_000000006533	3438	0.5067787457675957	5	4	4	3	4	False	124204	fragment	False	ISR0250_000000002708	0.797008708732822		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1930.0	80.46600000000001	56.0	0.01354553969290154	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0346_000000005852	3422	0.5067787457675957	4	4	4	3	4	False	124204	fragment	False	ISR0250_000000002708	0.7911393513118634		0	0	False	False	0.9997077584266663	0					non-mobilizable	no_good_hit	2104.0	80.846	61.0	0.014780177674339397	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0213_000000007621	3195	0.5067787457675957	4	4	4	3	4	False	124204	fragment	False	ISR0250_000000002708	0.4748816728086987		0	0	False	False	0.9984350800514221	0					non-mobilizable	no_good_hit	1959.0	80.5	61.0	0.013751312689807851	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0008_000000003568	3298	0.5067764602351787	4	4	4	4	3	False	38418	maximal	True	ISR0008_000000003568	1.0		89	7	False	False	0.9978774785995483	0					non-mobilizable	no_good_hit	1965.0	99.796	60.0	0.0008488377319609016	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	False
ISR0186_000000012458	2348	0.5067719785061259	3	3	3	2	2	False	29336	maximal	True	ISR0186_000000012458	1.0		31	4	False	False	1.0	0					non-mobilizable	no_good_hit	172.0	100.0	7.0	0.031181619256017507	NZ_WEHX01000124.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_124_length_5484_cov_142.885608, whole genome shotgun sequence	True	False
FIJ0023_000000000557	31218	0.5067719259297795	50	17	13	17	11	False	108301	maximal	True	FIJ0023_000000000557	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	386.0	77.979	1.0	0.005979166342276131	MK415406.1	viruses	Phage FAKO27_000238F, complete genome	True	False
SPA0054_000000024642	1179	0.5067705084649626	2	2	2	2	2	False	6411	fragment	False	SPA0054_000000024642	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	85.459	99.0	0.0005565235606082245	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
CHI0179_000000005766	3076	0.50676801454554	3	3	3	1	0	False	77581	maximal	True	CHI0179_000000005766	1.0		2	2	False	False	0.9876462817192078	0					non-mobilizable	no_good_hit	1669.0	76.453	53.0	0.006855672892411307	NZ_MZGU01000006.1	euryarchaeotes	Methanobrevibacter woesei strain DSM 11979 MBBWO_contig000006, whole genome shotgun sequence	True	False
AST0106_000000006304	3178	0.5067672028297431	6	3	2	3	1	True	107472	maximal	True	AST0106_000000006304	1.0		89	9	False	False	1.0	0					non-mobilizable	no_good_hit	2212.0	99.186	76.0	0.09260423213911587	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
AUS0024_000000011839	2761	0.5067672028297431	3	3	2	3	1	True	98966	fragment	False	AUS0024_000000011839	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2137.0	99.43799999999999	77.0	0.08950345694531742	NZ_CYZN01000040.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0104_000000014328	1729	0.5067649402938544	2	1	1	1	1	False	32976	maximal	True	ISR0104_000000014328	1.0		38	6	False	False	0.9953730702400208	0					non-mobilizable	other	1730.0	86.069	100.0	0.0010415361483523367	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ENG0128_000000023760	1262	0.5067623490863641	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.044123413784660545		0	0	False	False	0.996038019657135	0					non-mobilizable	other	1263.0	97.625	100.0	0.0026367679623283016	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0224_000000006222	4398	0.506762059352139	4	4	3	4	3	False	27760	maximal	True	ISR0224_000000006222	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	468.0	83.54700000000001	10.0	0.0018208274343243667	NZ_DS483523.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_3, whole genome shotgun sequence	True	False
USA0019_01_000000024624	1241	0.5067617895608796	2	2	2	2	1	False	1821	fragment	False	USA0019_01_000000024624	1.0		0	0	False	False	0.9975826144218445	0					non-mobilizable	other	1164.0	91.581	94.0	0.006310538767129403	NZ_SLUM01000003.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_103, whole genome shotgun sequence	False	False
CHI0185_000000012694	1560	0.5067617399547764	2	2	2	2	1	False	81963	maximal	True	CHI0185_000000012694	1.0		427	12	False	False	0.9980769157409668	0					non-mobilizable	chromosome	1560.0	100.0	100.0	0.0003148017607090652	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	False
CHI0158_000000006205	2685	0.5067600581253293	4	4	3	2	3	False	78900	maximal	True	CHI0158_000000006205	1.0		22	5	False	False	1.0	0					non-mobilizable	no_good_hit	1516.0	90.765	56.0	0.18072289156626506	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
SPA0088_000000002900	5684	0.5067597437284328	6	6	5	5	6	False	74221	maximal	True	SPA0088_000000002900	0.9956674041297935		263	12	False	False	0.9989444017410278	0					non-mobilizable	chromosome	5684.0	99.947	100.0	0.0012196849379748466	CP047461.1	enterobacteria	Escherichia coli strain ZF34 chromosome, complete genome	False	False
SPA0009_000000021308	1731	0.5067580179086917	4	2	2	2	1	True	58511	fragment	False	SPA0009_000000021308	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0186_000000025758	1273	0.5067580179086917	3	2	2	2	1	True	29310	fragment	False	ISR0186_000000025758	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0058_000000046931	1157	0.5067580179086917	3	2	2	2	1	True	10969	maximal	True	MON0058_000000046931	1.0		20	8	False	False	0.9982714056968689	0					non-mobilizable	no_good_hit	290.0	83.448	32.0	0.00206999298064664	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	True
FIJ0125_000000012491	1530	0.5067551192159074	1	1	1	1	1	False	41186	fragment	False	FIJ0125_000000012491	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	816.0	85.90700000000001	97.0	0.007042131372174908	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0054_000000016580	1177	0.5067524131281833	2	2	2	2	1	False	17127	maximal	True	MAD0054_000000016580	1.0		14	2	False	False	0.9779099225997925	0					non-mobilizable	no_good_hit	376.0	74.734	32.0	0.00010355585620961496	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
CHI0129_000000009479	2472	0.5067497957097735	3	3	2	2	3	False	114080	maximal	True	CHI0129_000000009479	1.0		27	9	False	False	0.96278315782547	0					non-mobilizable	no_good_hit	1712.0	94.45100000000001	69.0	0.03270098676661822	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0037_000000058426	1309	0.5067482531769628	2	2	2	2	2	False	12048	maximal	True	MON0037_000000058426	1.0		20	6	False	False	0.9992360472679138	0					non-mobilizable	no_good_hit	132.0	76.515	10.0	0.0013575889220743959	NZ_JPEN01000055.1	firmicutes	Streptococcus sinensis strain HKU4 scaffold36, whole genome shotgun sequence	True	False
ISR0040_000000018215	1433	0.5067463464197605	2	2	2	2	2	False	61964	fragment	False	ISR0040_000000018215	1.0		0	0	False	False	0.969992995262146	0					non-mobilizable	other	1434.0	89.052	100.0	0.0025832474956750447	NZ_CABJDZ010000002.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0185_000000014217	2298	0.5067416139445131	4	3	2	2	3	False	29397	maximal	True	ISR0185_000000014217	1.0		7	4	False	False	0.9982593655586243	0					non-mobilizable	no_good_hit	150.0	84.667	7.0	8.805069356172147e-05	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
SPA0134_000000022282	1112	0.506738749658897	2	2	2	2	2	False	3654	fragment	False	SPA0134_000000022282	1.0		0	0	False	False	0.9892086386680603	0					non-mobilizable	other	1104.0	99.00399999999999	99.0	0.0003480511972898077	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ISR0126_000000041932	1189	0.5067375652223285	2	1	1	1	1	False	31929	fragment	False	ISR0126_000000041932	1.0		0	0	False	False	0.9957947731018066	0					non-mobilizable	no_good_hit								True	False
ISR0106_000000008691	2769	0.5067364369446976	3	3	3	3	2	False	32906	maximal	True	ISR0106_000000008691	1.0		115	9	False	False	0.9913325905799866	0					non-mobilizable	other	2752.0	98.69200000000001	99.0	0.000999061223822762	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0009_000000029758	1449	0.5067351067405729	3	2	2	1	1	False	51190	maximal	True	FIJ0009_000000029758	1.0		2	2	False	False	0.9993098974227905	0					non-mobilizable	no_good_hit								True	False
SPA0107_000000017453	1874	0.5067334713867597	3	3	3	2	2	False	79662	fragment	False	CHI0147_000000009965	0.9681364214563496		0	0	False	False	0.9989327788352966	0					non-mobilizable	other	1874.0	99.25299999999999	100.0	0.0072539823317312345	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0025_000000025527	1545	0.5067261520602666	4	3	3	2	2	False	37339	maximal	True	ISR0025_000000025527	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0121_01_000000004953	8983	0.5067259113362758	12	7	6	5	6	False	102996	maximal	True	USA0121_01_000000004953	1.0		17	5	False	False	0.9978848695755005	0					non-mobilizable	no_good_hit	5798.0	99.27600000000001	65.0	0.00195178327527822	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	False
FIJ0088_000000013927	1998	0.5067252970505667	3	2	2	2	2	False	87326	fragment	False	FIJ0088_000000013927	0.9872679045092838		0	0	False	False	1.0	0					non-mobilizable	chromosome	1988.0	99.245	99.0	0.0003768763682395075	CP027586.1	enterobacteria	Escherichia coli strain 2012EL-2448 chromosome, complete genome	False	False
DEN0082_000000021578	1904	0.5067243589134854	3	2	2	2	2	False	69233	maximal	True	DEN0082_000000021578	1.0	PS97	11	7	False	True	0.9994747638702393	0					non-mobilizable	no_good_hit	215.0	87.90700000000001	11.0	0.14343163538873996	HG796545.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI01615	True	True
USA0120_01_000000006202	2083	0.5067235949652761	3	2	1	2	1	True	210	maximal	True	USA0120_01_000000006202	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0100_000000010227	1268	0.5067204173480678	4	3	3	3	2	False	108565	fragment	False	AST0100_000000010227	1.0		0	0	False	False	0.9960567951202393	0					non-mobilizable	other	1268.0	99.054	100.0	0.002570245603500565	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
FIJ0109_000000011899	2165	0.5067171393926483	2	2	1	2	1	False	42153	maximal	True	FIJ0109_000000011899	1.0		0	0	False	False	0.9750577211380005	0					non-mobilizable	no_good_hit	117.0	90.598	5.0	0.0017126602826634102	NZ_FUWW01000012.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
USA0020_01_000000024893	1385	0.5067159528874874	2	2	2	2	1	False	78097	fragment	False	CHI0168_000000010968	0.9770266465862049		0	0	False	False	1.0	0					non-mobilizable	other	1385.0	96.751	100.0	0.01998065456855357	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0050_01_000000009725	1148	0.5067159528874874	2	2	2	2	1	False	29015	fragment	False	USA0050_01_000000009725	0.9891402714932127		0	0	False	False	0.9921602606773376	0					non-mobilizable	other	1133.0	98.676	99.0	0.016342558505493238	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0121_000000019858	1315	0.5067133961387275	2	2	2	2	2	False	32185	maximal	True	ISR0121_000000019858	1.0		11	4	False	False	0.9961977005004883	0					non-mobilizable	other	1256.0	82.882	95.0	0.8585231193926847	NZ_WAJR01000061.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_061, whole genome shotgun sequence	False	False
ISR0818_000000001997	7576	0.5067132956422636	7	6	4	4	5	False	127783	maximal	True	ISR0818_000000001997	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	2173.0	99.86200000000001	41.0	0.04151686682475331	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0182_000000019890	1449	0.5067107189252338	2	1	1	1	1	False	77333	maximal	True	CHI0182_000000019890	1.0		38	10	False	False	1.0	0					non-mobilizable	chromosome	1452.0	84.366	99.0	0.0006434980590188573	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
FIJ0019_000000004425	1520	0.5067083792585326	3	3	2	3	2	False	49860	maximal	True	FIJ0019_000000004425	1.0		1	1	False	False	0.9986842274665833	0					non-mobilizable	plasmid	1511.0	99.868	99.0	0.015012029507088461	CP034934.1	enterobacteria	Shigella dysenteriae strain 79-8006 plasmid p79-8006, complete sequence	False	True
ENG0163_000000003071	6550	0.5067083515032254	12	6	3	6	5	False	60835	maximal	True	ENG0163_000000003071	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	2015.0	99.256	58.0	0.00028426942757114215	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ISR0084_000000017415	1557	0.5067077128140967	1	1	1	1	1	False	34038	maximal	True	ISR0084_000000017415	1.0		46	8	False	False	1.0	0					non-mobilizable	no_good_hit	1225.0	99.59200000000001	79.0	0.001543169018612585	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	True	False
DEN0094_000000027107	1437	0.5067073895570651	2	1	1	1	1	False	68310	fragment	False	DEN0094_000000027107	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	99.305	100.0	0.007135869538229291	NZ_VZBY01000064.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_4_length_201377_cov_25.6957_ID_7, whole genome shotgun sequence	False	False
ENG0005_000000007697	3115	0.5067016115956636	4	4	4	4	3	False	100842	maximal	False	ISR0268_000000005706	0.9851937212403868		0	0	False	False	0.9894061088562012	0					non-mobilizable	no_good_hit	342.0	72.515	11.0	6.437734515781064e-05	NZ_UFXF01000001.1	firmicutes	Lacrimispora sphenoides strain NCTC507, whole genome shotgun sequence	True	False
MON0091_000000003410	3653	0.5067011788697408	4	4	4	4	4	False	90148	maximal	False	ENG0058_000000008054	0.9706883014917561		0	0	False	False	0.999452531337738	0					non-mobilizable	chromosome	3648.0	98.794	99.0	0.0007626286452269107	CP038138.1	enterobacteria	Escherichia coli strain G3X16-2 chromosome, complete genome	False	False
SPA0046_000000006100	4356	0.506698606782597	5	4	4	4	3	False	113459	fragment	False	SPA0046_000000006100	1.0		0	0	False	False	0.9997704029083252	0					non-mobilizable	no_good_hit	225.0	74.667	5.0	7.435085591754728e-05	CP017039.1	GNS bacteria	Anaerolineaceae bacterium oral taxon 439 strain W11661, complete genome	True	False
DEN0051_000000025667	1822	0.5066970411449118	2	2	2	2	1	True	72530	maximal	True	DEN0051_000000025667	1.0		53	9	False	False	1.0	0					non-mobilizable	no_good_hit	708.0	88.559	38.0	0.018504908394141425	NZ_LN866272.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
MAD0025_000000002430	4118	0.5066966218662488	3	2	2	2	2	False	19152	maximal	True	MAD0025_000000002430	1.0		1	1	False	False	0.9820300936698914	0					non-mobilizable	no_good_hit	122.0	95.902	3.0	2.2465009355469598e-05	CP054828.1	enterobacteria	Escherichia coli strain SCU-397 chromosome	True	False
ISR0157_000000016930	1864	0.5066961346001583	5	4	1	1	3	False	57253	maximal	True	ISR0157_000000016930	1.0		4	4	False	False	0.995708167552948	0					non-mobilizable	other	1864.0	99.839	100.0	0.0007691513737794934	CP015908.1	firmicutes	Lactococcus lactis subsp. lactis strain UL8, complete genome	False	False
AUS0006_000000010769	2292	0.5066912269901526	3	3	2	2	2	True	102093	maximal	True	AUS0006_000000010769	1.0		2	2	False	False	0.9803664684295654	0					non-mobilizable	chromosome	2312.0	90.65700000000001	100.0	0.0004339344674090887	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	True
ISR0196_000000009133	2175	0.5066912269901526	3	3	2	2	2	True	28986	fragment	False	ISR0196_000000009133	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2175.0	99.126	100.0	0.003701060584641535	NZ_DS499673.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_12, whole genome shotgun sequence	False	True
ENG0106_000000010648	1950	0.5066910174098503	2	2	2	2	1	False	60073	maximal	True	ENG0106_000000010648	1.0		0	0	False	False	0.991282045841217	0					non-mobilizable	no_good_hit	679.0	98.822	35.0	0.0033445805955129343	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0057_000000020424	1606	0.5066910082605389	1	1	1	1	1	False	25376	maximal	True	SPA0057_000000020424	0.9867172675521821		511	13	False	False	1.0	0					non-mobilizable	other	1604.0	99.751	99.0	0.009768850590823497	NZ_SPHG01000007.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_7_length_164093_cov_57.8536, whole genome shotgun sequence	False	False
FIJ0040_000000022405	1120	0.5066894482317633	2	2	2	1	1	False	47430	fragment	False	FIJ0040_000000022405	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1120.0	99.73200000000001	100.0	0.00020761145525425816	CP052381.1	enterobacteria	Klebsiella pneumoniae strain D16KP0008 chromosome, complete genome	False	False
ISR0249_000000012409	1668	0.5066889759084808	1	1	1	1	1	False	27057	fragment	False	ISR0249_000000012409	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1668.0	99.94	100.0	0.0002909714203926107	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
CHI0141_000000018042	1535	0.5066889759084808	1	1	1	1	1	False	80084	maximal	True	CHI0141_000000018042	1.0		2	2	False	False	0.9798045754432678	0					non-mobilizable	other	1536.0	80.208	100.0	0.007712457810689638	NZ_CABJDM010000005.1	CFB group bacteria	Butyricimonas virosa isolate MGYG-HGUT-00203, whole genome shotgun sequence	False	False
CHI0155_000000008831	1457	0.5066889759084808	1	1	1	1	1	False	79031	maximal	True	CHI0155_000000008831	1.0		218	11	False	False	1.0	0					non-mobilizable	no_good_hit	1029.0	100.0	71.0	0.0022667636876805364	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	True	False
ISR0069_000000013827	1795	0.5066880691402095	2	1	1	1	1	False	34947	fragment	False	ISR0069_000000013827	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1795.0	99.61	100.0	0.00036418757243404583	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
USA0017_01_000000015132	1811	0.5066826360440418	3	3	3	2	2	False	89660	maximal	True	USA0017_01_000000015132	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	1296.0	97.531	72.0	0.0003699203085963767	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	True	False
ENG0003_000000008389	2747	0.5066813399939856	5	5	4	3	3	False	67893	maximal	True	ENG0003_000000008389	1.0		8	4	False	False	0.9792500734329224	0					non-mobilizable	no_good_hit	1067.0	100.0	65.0	0.0003003501361296138	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
SPA0103_000000014898	1233	0.5066808366500898	1	1	1	1	1	False	4866	fragment	False	SPA0103_000000014898	1.0		0	0	False	False	0.9683698415756226	0					non-mobilizable	other	1233.0	98.78299999999999	100.0	0.00037568821537424735	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
SPA0112_000000013816	2456	0.5066798060188088	3	2	2	2	1	True	53434	maximal	True	SPA0112_000000013816	1.0		87	10	False	False	0.9942996501922607	0					non-mobilizable	no_good_hit	557.0	77.37899999999999	23.0	0.053552440792653457	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	True
MON0054_000000030019	1634	0.5066798060188088	2	2	2	2	1	True	53433	fragment	False	MON0054_000000030019	1.0		0	0	False	False	0.9987760186195374	0					non-mobilizable	no_good_hit	557.0	77.02	34.0	0.053552440792653457	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	True
SPA0057_000000021344	1539	0.5066798060188088	2	2	2	2	1	True	53432	fragment	False	SPA0057_000000021344	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	557.0	77.37899999999999	36.0	0.053552440792653457	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	True
MON0090_000000040973	1504	0.5066798060188088	2	2	2	2	1	True	53430	fragment	False	MON0090_000000040973	1.0		0	0	False	False	0.9813829660415649	0					non-mobilizable	no_good_hit	557.0	77.37899999999999	37.0	0.053552440792653457	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	True
MON0074_000000015154	1423	0.5066798060188088	2	2	2	2	1	True	53431	fragment	False	MON0074_000000015154	0.95838494680588		0	0	False	False	0.9943780899047852	0					non-mobilizable	no_good_hit	557.0	77.37899999999999	39.0	0.053552440792653457	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	True
FIJ0032_000000028528	1315	0.5066798060188088	2	2	2	2	1	True	53431	fragment	False	MON0074_000000015154	0.8982122857568388		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	526.0	77.376	40.0	0.05055582406959884	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	True
ETH0001_000000029213	1260	0.5066798060188088	2	2	2	2	1	True	53429	fragment	False	ETH0001_000000029213	1.0		0	0	False	False	0.9992063641548157	0					non-mobilizable	no_good_hit	557.0	77.199	44.0	0.053552440792653457	LN854293.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH1794	True	True
FIJ0058_000000007667	4993	0.5066778353856202	7	7	6	4	5	False	46066	maximal	True	FIJ0058_000000007667	1.0		132	13	False	False	0.9997997283935547	0					non-mobilizable	no_good_hit	2011.0	70.91	40.0	0.019459673037980935	NZ_FOVK01000009.1	firmicutes	Proteiniclasticum ruminis strain ML2, whole genome shotgun sequence	True	False
MAD0051_000000018219	1585	0.5066775115488905	2	2	2	2	2	True	17325	fragment	False	MON0019_000000041383	0.9430510890306678		0	0	False	False	0.9854889512062073	0					non-mobilizable	no_good_hit	1356.0	70.649	83.0	0.0003617582441785555	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	True
FIJ0057_000000020633	1670	0.5066772497397194	2	2	2	2	2	False	46124	maximal	True	FIJ0057_000000020633	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	895.0	85.475	53.0	0.0002669315233859845	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0853_000000009577	1861	0.5066751019546663	1	1	1	1	1	False	25434	fragment	False	ISR0307_000000005806	0.9522460119521821		0	0	False	False	0.9962385892868042	0					non-mobilizable	other	1861.0	99.946	100.0	0.00036024247804990287	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0057_000000015611	1686	0.5066685600811542	3	1	1	1	1	False	40534	maximal	False	FIJ0136_000000015168	0.6519347868788058		0	0	False	False	0.9661921858787537	0					non-mobilizable	no_good_hit	149.0	97.315	9.0	0.020171732315660353	NZ_QEKH01000067.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_167, whole genome shotgun sequence	True	False
MAD0086_000000007212	1465	0.5066685600811542	3	1	1	1	1	False	16021	fragment	False	MAD0086_000000007212	1.0		0	0	False	False	0.9993174076080322	0					non-mobilizable	no_good_hit	179.0	94.413	12.0	0.01609694338940134	NZ_QEKH01000063.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_163, whole genome shotgun sequence	True	False
MON0058_000000021700	2258	0.5066673672849398	6	2	2	2	1	True	70468	fragment	False	ISR0107_000000010459	0.9268091331614557		0	0	False	False	1.0	0					non-mobilizable	plasmid	1309.0	95.72200000000001	97.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
MAD0111_000000005493	3127	0.5066609216238342	3	2	2	2	2	False	14519	maximal	True	MAD0111_000000005493	1.0		1	1	False	False	0.9987208247184753	0					non-mobilizable	no_good_hit	483.0	73.913	15.0	0.00010099862118655154	CP043010.1	high GC Gram+	Paenarthrobacter ureafaciens strain YL1 chromosome, complete genome	True	False
MON0011_000000023846	1974	0.5066580702947827	2	2	2	2	1	False	13674	maximal	True	MON0011_000000023846	1.0		2	1	False	False	0.9751772880554199	0					non-mobilizable	no_good_hit	816.0	97.794	69.0	0.005144572602306842	NZ_JXQL01000030.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig30, whole genome shotgun sequence	True	False
FIJ0041_000000026099	1456	0.5066573800113928	2	2	2	2	1	False	47355	maximal	True	FIJ0041_000000026099	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	104.0	82.69200000000001	7.0	3.499928812127559e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
CAN0020_000000014199	2603	0.5066566346083076	3	3	3	3	3	False	122099	fragment	False	CAN0020_000000014199	0.9823195716084795		0	0	False	False	0.9957740902900696	0					non-mobilizable	other	2603.0	98.271	100.0	0.000809477796602682	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0137_000000004687	5929	0.5066545009203868	7	6	6	6	5	False	127845	maximal	True	ISR0137_000000004687	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	963.0	93.56200000000001	19.0	0.03366107981384933	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0014_000000030488	1141	0.5066537505841123	1	1	1	1	1	False	19464	fragment	False	MAD0014_000000030488	0.967828418230563		0	0	False	False	0.9938650131225586	0					non-mobilizable	no_good_hit								True	False
MAD0017_000000002087	1860	0.5066505476608744	4	4	4	3	3	False	19377	maximal	True	MAD0017_000000002087	1.0		25	6	False	False	0.9956989288330078	0					non-mobilizable	chromosome	1860.0	96.559	100.0	0.0004123126904922335	CP057804.1	enterobacteria	Escherichia coli strain RHB14-C20 chromosome, complete genome	False	False
CAN0022_000000021543	1513	0.506644536846952	2	2	2	2	2	False	130819	maximal	True	CAN0022_000000021543	1.0		258	10	False	False	1.0	0					non-mobilizable	other	1513.0	99.405	100.0	0.001071404276547017	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
MON0015_000000032773	1177	0.5066422961351343	2	2	2	2	2	False	13381	fragment	False	MON0015_000000032773	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1099.0	99.90899999999999	93.0	0.00020108947272801862	CP056307.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00832 chromosome, complete genome	False	False
MON0093_000000015945	2683	0.5066402720258901	6	3	2	3	3	False	114512	fragment	False	MON0093_000000015945	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1025.0	91.902	83.0	0.00034433581055404405	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0137_000000021309	1732	0.5066394299108341	1	1	1	1	1	False	6752	maximal	True	SPA0137_000000021309	0.9883649724433559		13	6	False	False	0.9959584474563599	0					non-mobilizable	no_good_hit	1370.0	91.022	84.0	0.0003798923638302481	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0290_000000009788	1617	0.5066394299108341	1	1	1	1	1	False	79736	maximal	True	ISR0290_000000009788	1.0		16	5	False	False	1.0	0					non-mobilizable	other	1622.0	83.6	99.0	0.0004554933627707083	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
USA0079_01_000000011307	1192	0.5066360575739655	2	2	2	2	2	False	639	fragment	False	USA0079_01_000000011307	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0031_000000021512	1144	0.5066336239926651	3	3	3	2	2	False	119643	maximal	False	AST0025_000000033883	0.9835640138408305		0	0	False	False	0.9895104765892029	0					non-mobilizable	other	1144.0	98.25200000000001	100.0	0.00032333116832978305	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
FIJ0025_000000007436	2864	0.5066333521840851	2	2	1	2	1	False	90651	maximal	True	FIJ0025_000000007436	0.9901129943502824		459	12	False	False	1.0	0					non-mobilizable	other	2864.0	99.546	100.0	0.011734376024657354	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
TAN0018_000000005500	1887	0.5066331236501962	3	3	3	3	3	False	2423	maximal	True	TAN0018_000000005500	1.0		58	7	False	False	0.999470055103302	0					non-mobilizable	other	1600.0	81.125	94.0	0.0031203639114586916	NZ_NHOC01000005.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c5, whole genome shotgun sequence	False	False
DEN0020_000000002792	3227	0.5066330610889144	6	5	3	3	4	False	74921	maximal	True	DEN0020_000000002792	1.0		30	6	False	False	0.9993802309036255	0					non-mobilizable	no_good_hit	2237.0	86.321	80.0	0.0007200591260725545	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
USA0059_01_000000013500	1926	0.5066256618556098	3	3	2	3	2	False	65691	fragment	False	ENG0031_000000011203	0.9901461647689663		0	0	False	False	0.9916926026344299	0					non-mobilizable	other	1863.0	99.73200000000001	100.0	0.0005640122047152269	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MON0033_000000033101	1856	0.5066256618556098	3	3	2	3	2	False	65691	fragment	False	ENG0031_000000011203	0.9869526277572023		0	0	False	False	1.0	0					non-mobilizable	other	1856.0	100.0	100.0	0.0005618918580809591	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MAD0015_000000016822	1270	0.5066247223612615	3	2	1	1	2	False	97638	fragment	False	FIJ0014_000000014242	0.5211541002004516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	91.384	44.0	0.008662857142857142	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ISR0316_000000012258	1718	0.5066239908055964	2	2	2	2	2	False	112724	backbone	False	ISR0050_000000008971	0.07844625170027604	PS721	0	0	False	True	0.9994179010391235	0					non-mobilizable	no_good_hit	1061.0	97.64399999999999	62.0	0.010238083739798136	NZ_CYXX01000013.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
MON0109_000000018375	1948	0.5066225601929356	2	2	2	2	2	False	105424	fragment	False	ENG0211_000000012424	0.9020367320669874		0	0	False	False	1.0	0					non-mobilizable	chromosome	1949.0	99.12799999999999	100.0	0.0008842559766716206	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
FIJ0041_000000006580	5340	0.5066222599073452	4	3	2	3	3	False	47422	maximal	True	FIJ0041_000000006580	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1186.0	79.51100000000001	43.0	0.0005327614486243531	NZ_UGTB01000004.1	firmicutes	Peptostreptococcus anaerobius strain NCTC11460, whole genome shotgun sequence	True	False
USA0032_01_000000001104	18707	0.5066195045071062	36	10	6	9	5	False	34256	maximal	True	USA0032_01_000000001104	1.0		2	2	False	False	0.9997861981391907	0					non-mobilizable	no_good_hit	761.0	83.04899999999999	21.0	0.0002279182035589563	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0375_000000019954	1213	0.5066127382874237	2	2	2	2	1	True	23361	fragment	False	ISR0375_000000019954	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1215.0	88.64200000000001	99.0	0.0004076155098542985	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0061_000000003352	5970	0.5066102088828788	6	6	5	5	4	False	75760	maximal	True	ENG0061_000000003352	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1518.0	99.14399999999999	37.0	0.000506399811336007	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MON0013_000000030296	1806	0.506604078218603	2	2	2	2	2	False	62598	fragment	False	MON0061_000000025096	0.9443616338847821		0	0	False	False	0.9518272280693054	0					non-mobilizable	chromosome	1724.0	79.292	94.0	0.0005058529975788359	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ENG0070_000000000282	41509	0.5066027243637253	34	13	7	12	4	False	119621	maximal	False	AST0026_000000000287	0.9528988700190084	PS193|PS740|PS741|PS742|PS743|PS793	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5155.0	92.415	18.0	0.18020224640470275	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
USA0019_01_000000009093	3249	0.5066005908273087	6	5	3	4	4	False	23675	maximal	True	USA0019_01_000000009093	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	89.493	71.0	0.000421538206916462	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0031_000000012087	2019	0.5065936477511235	4	3	1	3	3	False	48573	maximal	True	FIJ0031_000000012087	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1433.0	99.581	100.0	0.00029270833290748904	CP048367.1	enterobacteria	Escherichia coli strain 164 chromosome, complete genome	False	False
MON0061_000000030930	1488	0.5065914216309307	3	3	3	3	2	False	20267	fragment	False	MON0061_000000030930	1.0		0	0	False	False	0.9482526779174805	0					non-mobilizable	other	1472.0	93.954	99.0	0.05749237864457125	NZ_WEHX01000028.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_28_length_25586_cov_391.010554, whole genome shotgun sequence	False	False
FIJ0016_000000002686	6295	0.5065866573368273	7	5	4	4	3	False	50261	maximal	True	FIJ0016_000000002686	1.0		1	1	False	False	0.9990468621253967	0					non-mobilizable	no_good_hit	2430.0	96.04899999999999	77.0	0.000649737090362125	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
USA0071_01_000000001206	11885	0.5065824272764099	17	6	1	6	0	False	54825	maximal	True	USA0071_01_000000001206	0.9794566776343542		3	2	False	False	0.998822033405304	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.020625415834996674	XM_019146974.1	basidiomycetes	Kwoniella mangroviensis CBS 8507 hypothetical protein partial mRNA	True	False
ISR0268_000000000895	11853	0.5065824272764099	17	6	1	6	0	False	54825	maximal	False	USA0071_01_000000001206	0.9782078249894826		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0171_000000009111	2253	0.5065819842446989	2	1	1	1	1	False	125208	fragment	False	FIJ0171_000000009111	0.7830164963410006		0	0	False	False	1.0	0					non-mobilizable	other	2239.0	98.749	99.0	0.03780411517067645	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
ENG0065_000000012405	2228	0.5065819842446989	3	1	1	1	1	False	125208	fragment	False	FIJ0171_000000009111	0.7544880342435836		0	0	False	False	0.9860861897468567	0					non-mobilizable	other	2198.0	98.81700000000001	99.0	0.03712783404061068	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
SPA0008_000000014120	2158	0.5065819842446989	2	1	1	1	1	False	125208	fragment	False	FIJ0171_000000009111	0.7724245046223006		0	0	False	False	0.9995366334915161	0					non-mobilizable	other	2140.0	98.69200000000001	99.0	0.036130319373763674	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
ISR0159_000000012349	2112	0.5065819842446989	3	1	1	1	1	False	125208	fragment	False	FIJ0171_000000009111	0.7446492522218258		0	0	False	False	0.9711174368858337	0					non-mobilizable	other	2034.0	99.459	96.0	0.03437198843559268	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
AST0012_000000010841	2056	0.5065819842446989	2	1	1	1	1	False	125208	fragment	False	FIJ0171_000000009111	0.5671287012230012		0	0	False	False	0.9985408782958984	0					non-mobilizable	other	2059.0	98.834	100.0	0.03477775711363214	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
ENG0050_000000013215	2034	0.5065819842446989	4	1	1	1	1	False	64138	fragment	False	ENG0050_000000013215	1.0		0	0	False	False	0.9995083808898926	0					non-mobilizable	other	2035.0	97.789	100.0	0.03425363923783117	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
ISR0037_000000012586	1828	0.5065819842446989	2	1	1	1	1	False	55440	fragment	False	FIJ0006_000000017887	0.634435537742151		0	0	False	False	0.9923413395881653	0					non-mobilizable	other	1838.0	94.07	100.0	0.030872233587502323	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
FIJ0069_000000012511	1787	0.5065819842446989	2	1	1	1	1	False	55438	maximal	True	FIJ0069_000000012511	1.0		39	8	False	False	1.0	0					non-mobilizable	no_good_hit	1392.0	96.911	78.0	0.02338242007202394	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	True	False
FIJ0028_000000019072	1584	0.5065819842446989	2	1	1	1	1	False	55439	fragment	False	FIJ0028_000000019072	1.0		0	0	False	False	0.9880050420761108	0					non-mobilizable	other	1584.0	97.664	100.0	0.02664547652459127	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
SPA0023_000000019727	1436	0.5065819842446989	3	1	1	1	1	False	55437	fragment	False	SPA0023_000000019727	0.9804133652846916		0	0	False	False	0.9832869172096252	0					non-mobilizable	other	1437.0	99.51299999999999	100.0	0.024278492569361085	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
USA0119_01_000000018389	1339	0.5065819842446989	1	1	1	1	1	False	55437	fragment	False	SPA0023_000000019727	0.7842916452261338		0	0	False	False	0.9955190420150757	0					non-mobilizable	other	1339.0	99.40299999999999	100.0	0.02262160380069995	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
ENG0178_000000017446	1317	0.5065819842446989	1	1	1	1	1	False	55437	fragment	False	SPA0023_000000019727	0.9528827910859414		0	0	False	False	1.0	0					non-mobilizable	other	1316.0	97.568	99.0	0.022114392953150624	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
ISR0384_000000015598	1289	0.5065819842446989	1	1	1	1	1	False	55437	fragment	False	SPA0023_000000019727	0.7777175972916514		0	0	False	False	1.0	0					non-mobilizable	other	1289.0	99.147	100.0	0.021776252388117742	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
SPA0145_000000027604	1255	0.5065819842446989	1	1	1	1	1	False	3354	fragment	False	SPA0145_000000027604	1.0		0	0	False	False	0.9984063506126404	0					non-mobilizable	other	1255.0	98.964	100.0	0.02120141342756184	NZ_JAAIOD010000017.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_17_length_59147_cov_338.611, whole genome shotgun sequence	False	False
FIJ0152_000000019173	1428	0.5065808120391089	2	2	2	2	2	False	39693	maximal	True	FIJ0152_000000019173	1.0		196	13	False	False	0.9950980544090271	0					non-mobilizable	no_good_hit	315.0	80.0	22.0	0.0018137283489823293	NZ_FQXV01000010.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0077_000000015248	2204	0.5065791124178906	3	3	3	2	1	False	99087	maximal	True	ISR0077_000000015248	0.9667820896364144		234	12	False	False	0.9950090646743774	0					non-mobilizable	chromosome	2204.0	99.18299999999999	100.0	0.00033524099612380453	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0109_000000014922	2173	0.5065791124178906	3	3	3	2	1	False	99086	fragment	False	ISR0109_000000014922	1.0		0	0	False	False	0.9995397925376892	0					non-mobilizable	other	2173.0	96.226	100.0	0.01237197963066337	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
USA0066_01_000000009710	2136	0.5065791124178906	3	3	3	2	1	False	99087	maximal	False	ISR0077_000000015248	0.9590226096289367		0	0	False	False	1.0	0					non-mobilizable	chromosome	2136.0	100.0	100.0	0.0003248931124486258	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CAN0023_000000004216	1948	0.5065791124178906	3	3	3	2	1	False	99087	maximal	False	ISR0077_000000015248	0.6326466916354557		0	0	False	False	1.0	0					non-mobilizable	chromosome	1948.0	98.46	100.0	0.00029628425758195523	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0130_000000016967	1788	0.5065791124178906	3	3	3	2	1	False	31762	maximal	True	ISR0130_000000016967	1.0		1	1	False	False	0.9720357656478882	0					non-mobilizable	no_good_hit	1482.0	89.271	83.0	0.0007992858777357057	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
SPA0111_000000020921	1639	0.5065791124178906	3	3	3	2	1	False	91185	fragment	False	SPA0111_000000020921	1.0		0	0	False	False	0.9993898868560791	0					non-mobilizable	other	1639.0	95.79	100.0	0.009330249831964364	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
ISR0183_000000014085	2302	0.5065772855541543	3	2	2	2	2	False	38229	maximal	True	ISR0183_000000014085	1.0		0	0	False	False	0.9986968040466309	0					non-mobilizable	no_good_hit	1066.0	69.7	45.0	0.00040848708661342956	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
USA0057_01_000000007859	3903	0.5065760925321204	4	2	1	2	2	True	127477	maximal	True	USA0057_01_000000007859	1.0		1	1	False	False	0.9984627366065979	0					non-mobilizable	no_good_hit	2235.0	97.94200000000001	57.0	0.0005054467887160022	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
FIJ0018_000000006003	4513	0.5065757062772311	7	3	2	3	1	True	50030	maximal	True	FIJ0018_000000006003	1.0	PS159	1	1	False	True	0.9997783899307251	0					non-mobilizable	no_good_hit	153.0	80.392	3.0	0.00023248339070004026	NZ_AZED01000014.1	firmicutes	Lactobacillus otakiensis DSM 19908 = JCM 15040 strain DSM 19908 NODE_23, whole genome shotgun sequence	True	True
DEN0064_000000010494	3526	0.5065751608407751	6	3	2	3	3	False	71311	maximal	True	DEN0064_000000010494	1.0		1	1	False	False	0.9997164011001587	0					non-mobilizable	no_good_hit	1077.0	86.90799999999999	30.0	0.00020027920829056737	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
FIJ0114_000000027302	1487	0.5065734831303296	2	1	0	1	1	False	41832	maximal	True	FIJ0114_000000027302	1.0		1	1	False	False	0.9979825019836426	0					non-mobilizable	chromosome	1161.0	96.21	99.0	0.00023961177517179585	CP058072.1	enterobacteria	Escherichia coli strain RHB02-C09 chromosome, complete genome	False	False
FIJ0126_000000003033	10457	0.5065714085579274	18	4	3	4	2	False	41170	maximal	True	FIJ0126_000000003033	1.0		8	1	False	False	0.9995218515396118	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.004555424329340307	MH106169.1	bacteria	Uncultured bacterium clone B2Cecum_05_H11_0 genomic sequence	True	False
ISR0852_000000001273	5696	0.5065701107751672	6	5	4	5	4	False	122058	maximal	True	ISR0852_000000001273	1.0		15	4	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	98.69200000000001	24.0	0.000613152796873724	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0092_000000002936	4072	0.5065701107751672	5	5	4	5	4	False	122056	fragment	False	DEN0092_000000002936	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1338.0	94.619	33.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0816_000000018072	2197	0.5065659597107786	2	2	2	1	0	False	21419	maximal	True	ISR0816_000000018072	1.0		473	13	False	False	1.0	0					non-mobilizable	chromosome	2205.0	94.104	100.0	0.0006263386495319527	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
CHI0044_000000009297	1692	0.5065659597107786	2	2	2	1	0	False	87250	maximal	True	CHI0044_000000009297	1.0		9	5	False	False	0.9946808218955994	0					non-mobilizable	no_good_hit	550.0	73.455	32.0	8.484794776383234e-05	CP025746.1	firmicutes	Clostridium sp. CT4 chromosome, complete genome	True	False
FIJ0063_000000007058	3568	0.5065599349789436	3	3	3	3	3	False	45631	maximal	True	FIJ0063_000000007058	1.0		1	1	False	False	0.9991592168807983	0					non-mobilizable	plasmid	3191.0	96.427	91.0	0.02186694671097631	CP024642.1	enterobacteria	Klebsiella michiganensis strain F107 plasmid unnamed2, complete sequence	False	True
MON0088_000000008693	3450	0.5065579739168994	3	3	3	3	3	False	121985	maximal	True	MON0088_000000008693	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	2047.0	97.948	59.0	0.002802275354132566	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
DEN0070_000000010143	3286	0.5065576280014682	4	4	3	2	3	False	108841	maximal	True	DEN0070_000000010143	1.0		171	7	False	False	0.9993913769721985	0					non-mobilizable	no_good_hit	2117.0	98.772	64.0	0.014483032402020507	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0095_000000016813	1844	0.5065574077928623	2	2	1	2	1	False	9314	fragment	False	MON0095_000000016813	1.0		0	0	False	False	0.9994577169418335	0					non-mobilizable	no_good_hit	1335.0	75.88	71.0	0.0004087831763012776	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0050_000000016826	1535	0.5065565564114792	3	3	3	1	1	False	54793	maximal	True	SPA0050_000000016826	1.0		319	12	False	False	1.0	0					non-mobilizable	chromosome	1535.0	100.0	100.0	0.00023644797797673592	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
ENG0190_000000021532	1392	0.5065565564114792	3	3	3	1	1	False	54792	fragment	False	ENG0190_000000021532	1.0		0	0	False	False	0.9906609058380127	0					non-mobilizable	chromosome	1390.0	99.137	99.0	0.00022149022899602098	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ENG0203_000000016095	1188	0.5065565564114792	3	3	3	1	1	False	54076	fragment	False	ENG0203_000000016095	1.0		0	0	False	False	0.9924242496490479	0					non-mobilizable	chromosome	1188.0	100.0	100.0	0.00018296202728708313	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
MON0013_000000030766	1781	0.5065540291314744	2	2	2	2	2	False	118951	fragment	False	MON0024_000000023063	0.718785788316239		0	0	False	False	0.9848399758338928	0					non-mobilizable	no_good_hit								True	False
ISR0841_000000011331	1345	0.5065528884795183	2	1	1	1	1	False	20759	maximal	True	ISR0841_000000011331	1.0		182	10	False	False	0.9955390095710754	0					non-mobilizable	other	1351.0	97.26100000000001	100.0	0.0003843201923197544	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0066_000000017872	1216	0.5065515249034388	2	2	2	2	2	False	62713	maximal	True	ENG0066_000000017872	1.0		3	2	False	False	0.9835526347160339	0					non-mobilizable	no_good_hit	629.0	72.49600000000001	51.0	0.0002704685306566184	CP024703.1	fusobacteria	Fusobacterium pseudoperiodonticum strain KCOM 2305 chromosome, complete genome	True	False
ISR0016_000000013694	1610	0.5065513101688345	3	2	2	2	2	False	37898	maximal	False	MON0011_000000028024	0.9589861369631499		0	0	True	True	1.0	4					non-mobilizable	no_good_hit	601.0	90.84899999999999	66.0	0.01234977206796519	NZ_CABIWU010000014.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
CHI0150_000000000377	22038	0.5065505314934642	28	15	5	8	11	False	88513	maximal	True	CHI0150_000000000377	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	10488.0	99.905	83.0	0.04248466630476175	NZ_GL882614.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld13, whole genome shotgun sequence	True	False
CHI0082_000000005056	1771	0.5065499377092416	2	2	1	2	2	False	84267	maximal	True	CHI0082_000000005056	1.0		1019	13	False	False	1.0	0					non-mobilizable	chromosome	1771.0	100.0	100.0	0.0003959413550455344	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0053_000000016481	1520	0.5065487661385921	3	1	1	1	1	False	63846	maximal	False	ISR0196_000000012586	0.9222022740873728		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0016_000000002211	4174	0.5065468320016705	6	5	5	4	3	False	2519	maximal	True	TAN0016_000000002211	1.0		61	8	False	False	1.0	0					non-mobilizable	no_good_hit	1057.0	85.336	26.0	0.00028142871890712823	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0042_000000013379	1920	0.5065416012695018	3	2	2	2	2	False	64694	maximal	True	ENG0042_000000013379	1.0		1	1	False	False	0.9989583492279053	0					non-mobilizable	no_good_hit	1250.0	72.56	64.0	0.004526279911013703	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
FIJ0089_000000000410	28972	0.5065413908581808	28	12	8	12	5	True	43600	maximal	True	FIJ0089_000000000410	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	5.152739696082044e-05	NZ_VDFL01000001.1	firmicutes	Lactobacillus salsicarnum strain TMW 1.2188 seq1, whole genome shotgun sequence	True	True
AST0062_000000006673	2557	0.5065384073787963	4	3	3	2	3	False	111714	maximal	True	AST0062_000000006673	1.0		48	5	False	False	0.9980446100234985	0					non-mobilizable	no_good_hit	1422.0	97.75	56.0	0.00040309943725047576	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0158_000000009663	1971	0.5065382674564082	3	3	2	2	3	True	30501	maximal	True	ISR0158_000000009663	1.0		33	7	False	False	1.0	0					non-mobilizable	no_good_hit	1138.0	84.359	57.0	0.000249904262497486	NZ_LT669941.1	CFB group bacteria	Parabacteroides timonensis strain Marseille-P3236T, whole genome shotgun sequence	True	True
ENG0182_000000014558	1969	0.50653354007313	4	4	0	3	2	False	55238	fragment	False	ENG0182_000000014558	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	1928.0	98.859	98.0	0.03313444641229774	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	False	False
TAN0021_000000001693	6668	0.5065281412616122	3	1	1	1	1	False	2388	maximal	True	TAN0021_000000001693	1.0		3	2	False	False	0.9988002181053162	0					non-mobilizable	no_good_hit	195.0	96.41	7.0	5.623701874229096e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0095_000000010745	2813	0.5065265291782491	4	4	4	4	2	False	54911	maximal	False	ISR0135_000000006687	0.982772742933504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	94.079	38.0	0.0035986995698151667	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ISR0263_000000004571	2812	0.5065265291782491	4	4	4	4	2	False	54911	maximal	False	ISR0135_000000006687	0.9824731256737402		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	912.0	93.969	38.0	0.0035986995698151667	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
SPA0016_000000001119	21185	0.5065254620543997	38	30	10	20	25	False	86008	fragment	False	SPA0016_000000001119	1.0		0	0	False	False	1.0	0	rep_cluster_1817				non-mobilizable	other	10888.0	97.943	93.0	0.0032517666178069576	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	True
MON0087_000000038410	1342	0.5065237973622333	2	2	2	2	2	False	55884	maximal	False	MON0089_000000020158	0.9679283745924409		0	0	False	False	0.9828613996505737	0					non-mobilizable	no_good_hit	95.0	82.105	7.0	0.0001516625179274987	NZ_ML701736.1	high GC Gram+	Marmoricola caldifontis strain YIM 730233 Scaffold3, whole genome shotgun sequence	True	False
MON0027_000000027943	1477	0.5065212766623718	3	2	2	1	1	False	12632	maximal	True	MON0027_000000027943	1.0		28	4	False	False	0.9424509406089783	0					non-mobilizable	no_good_hit	763.0	76.80199999999999	51.0	0.00019811099201127265	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
SPA0062_000000007603	4256	0.5065207917133198	4	3	3	3	2	True	101371	fragment	False	SPA0062_000000007603	0.9855992189406884		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1758.0	96.359	77.0	0.0004803118609965993	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
ISR0309_000000012481	1581	0.5065187405411139	1	1	1	1	1	False	25376	maximal	False	SPA0057_000000020424	0.9791407222914073		0	0	False	False	0.9816572070121765	0					non-mobilizable	other	1562.0	90.845	99.0	0.00047283729944171273	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
ENG0079_000000008079	3974	0.5065156854060792	6	3	2	2	1	True	61853	maximal	True	ENG0079_000000008079	1.0		4	3	False	False	0.9881731271743774	0					non-mobilizable	no_good_hit	210.0	77.143	5.0	6.492962663582666e-05	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	True	True
ISR0024_000000014633	1731	0.5065156854060792	3	3	2	2	1	True	82738	fragment	False	FIJ0017_000000015670	0.7248953326181586		0	0	False	False	0.9919121861457825	0					non-mobilizable	no_good_hit	343.0	78.426	20.0	0.00011376882108237233	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0358_000000016039	1210	0.5065134085006492	1	1	1	1	1	False	23838	maximal	True	ISR0358_000000016039	1.0		54	9	False	False	0.9933884143829346	0					non-mobilizable	no_good_hit	146.0	99.315	12.0	0.00012446907501450707	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ENG0024_000000012481	2166	0.5065133288693696	3	3	3	3	2	False	66242	maximal	True	ENG0024_000000012481	1.0		8	3	False	False	0.9986149668693542	0					non-mobilizable	no_good_hit	1715.0	78.601	79.0	0.013169908847516907	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0002_000000009456	2188	0.5065122874835281	4	3	3	2	2	False	38642	fragment	False	ISR0002_000000009456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0009_000000008346	4278	0.5065120037554135	5	4	3	4	3	False	51302	maximal	True	FIJ0009_000000008346	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	2066.0	94.288	65.0	0.0016756374972600404	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0120_000000019023	1334	0.5065115918830325	3	1	1	1	1	False	58303	fragment	False	ENG0132_000000013516	0.9554698457223001		0	0	False	False	0.9962518811225891	0					non-mobilizable	no_good_hit	180.0	85.556	13.0	6.316412757459983e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0031_000000020013	1110	0.5065114935769277	3	3	3	3	2	False	65653	maximal	True	ENG0031_000000020013	0.9936363636363637		170	11	False	False	0.9927927851676941	0					non-mobilizable	other	1110.0	99.279	100.0	0.00031221743194252265	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0015_000000024887	1100	0.5065114935769277	3	3	3	3	2	False	65653	maximal	False	ENG0031_000000020013	0.9891891891891893		0	0	False	False	0.996363639831543	0					non-mobilizable	other	1100.0	100.0	100.0	0.004218307994058289	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
TAN0024_000000004744	1791	0.5065099806069538	2	1	1	1	1	False	27802	maximal	False	ISR0223_000000016737	0.9442318206670312		0	0	False	False	0.9983249306678772	0					non-mobilizable	other	1682.0	96.84899999999999	94.0	0.0053444992353646244	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0195_000000012714	1597	0.5065099806069538	1	1	1	1	1	False	90594	fragment	False	ISR0217_000000013911	0.9719623851588972		0	0	False	False	0.9931120872497559	0					non-mobilizable	chromosome	1597.0	100.0	100.0	0.00025449849206454246	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
CAN0001_000000027894	1570	0.5065099806069538	1	1	1	1	1	False	97222	maximal	True	CAN0001_000000027894	1.0		34	9	False	False	0.9993630647659302	0					non-mobilizable	other	1570.0	100.0	100.0	0.0010905989536088817	NZ_ABJL02000007.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont606, whole genome shotgun sequence	False	False
CHI0157_000000008274	1385	0.5065086458761068	4	4	3	3	2	False	78931	fragment	False	SPA0137_000000022025	0.5117056203058413		0	0	False	False	1.0	0					non-mobilizable	chromosome	1385.0	99.134	100.0	0.0005402778292854786	LT671674.1	firmicutes	Streptococcus suis strain LS9N genome assembly, chromosome: I	False	False
FIJ0097_000000009919	3109	0.5065085192195923	4	3	3	3	3	False	42932	maximal	True	FIJ0097_000000009919	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	2723.0	99.339	88.0	0.006812101615934612	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	True	False
ISR0126_000000006606	7278	0.506505334773618	6	4	4	4	3	False	32008	maximal	True	ISR0126_000000006606	1.0		141	10	False	False	1.0	0					non-mobilizable	no_good_hit	6530.0	86.355	89.0	0.030075570008499315	NZ_BAKJ01000001.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	True	False
MON0032_000000025164	1263	0.5065030715764033	2	2	2	2	2	False	12371	maximal	True	MON0032_000000025164	1.0		340	13	False	False	0.9699128866195679	0					non-mobilizable	no_good_hit	856.0	73.131	67.0	0.0020461237456898223	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MON0101_000000032829	1961	0.5065008850525358	3	1	1	1	1	False	9040	fragment	False	MON0101_000000032829	1.0		0	0	False	False	0.9994900822639465	0					non-mobilizable	no_good_hit	153.0	99.346	8.0	3.382778275797913e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0783_000000009299	1497	0.5064954702688155	2	2	2	2	2	False	22241	maximal	True	ISR0783_000000009299	1.0		1	1	False	False	0.989311933517456	0					non-mobilizable	no_good_hit	1151.0	96.959	77.0	0.02685660906118636	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0078_000000006206	1222	0.5064942052679736	3	3	3	2	1	False	39486	fragment	False	FIJ0156_000000006643	0.9525993883792049		0	0	False	False	0.9983633160591125	0					non-mobilizable	chromosome	1222.0	100.0	100.0	0.0002385988910330003	CP054063.1	enterobacteria	Klebsiella pneumoniae strain WSHvKP chromosome, complete genome	False	False
CHI0160_000000015839	1989	0.5064929459213106	2	2	2	1	1	False	78715	maximal	True	CHI0160_000000015839	1.0		25	8	False	False	0.9969834089279175	0					non-mobilizable	no_good_hit	1119.0	71.671	55.0	0.0066172738040561774	NZ_CYZK01000006.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0164_000000004987	4687	0.5064928467420857	5	5	4	4	3	True	30293	maximal	True	ISR0164_000000004987	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1014.0	99.803	22.0	0.0876904432132964	NZ_CYYV01000028.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0054_000000016949	1748	0.5064926179359592	2	2	2	2	2	False	130857	backbone	False	ENG0116_000000013937	0.5478990190963849	PS1128	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1540.0	83.896	87.0	0.01811371585215994	NZ_LNAM01000219.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf9, whole genome shotgun sequence	True	True
TAN0017_000000017502	2094	0.5064899473070582	2	2	1	2	0	True	2467	maximal	True	TAN0017_000000017502	1.0		17	6	False	False	0.9995224475860596	0					non-mobilizable	no_good_hit	1143.0	81.19	87.0	0.0003973341209441308	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0165_000000019801	1252	0.5064887218778772	1	1	1	1	1	False	112338	fragment	False	ISR0805_000000006670	0.33769152560183213		0	0	False	False	1.0	0					non-mobilizable	other	1253.0	89.066	100.0	0.00040239843621084137	FP929060.1	firmicutes	Clostridiales sp. SM4/1 draft genome	False	False
SPA0061_000000012003	1248	0.5064887218778772	1	1	1	1	1	False	6181	maximal	True	SPA0061_000000012003	1.0		5	1	False	False	0.9991987347602844	0					non-mobilizable	other	1256.0	82.723	100.0	0.0005750715490626103	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
SPA0101_000000018207	2386	0.506480978441089	4	4	1	2	3	False	112348	maximal	True	SPA0101_000000018207	1.0		55	10	False	False	1.0	0					non-mobilizable	no_good_hit	1293.0	96.44200000000001	85.0	0.0003587872325063454	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0813_000000021500	1451	0.5064783645918688	2	2	1	2	0	False	21570	maximal	True	ISR0813_000000021500	1.0		14	6	False	False	0.98483806848526	0					non-mobilizable	no_good_hit	1231.0	97.07600000000001	85.0	0.00401361365542311	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ENG0202_000000013814	1534	0.506474763846178	2	2	2	2	1	False	54123	maximal	True	ENG0202_000000013814	1.0		144	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0237_000000008737	1399	0.506474763846178	2	2	2	2	1	False	38592	maximal	True	ISR0237_000000008737	1.0		464	11	False	False	0.9864188432693481	0					non-mobilizable	other	1389.0	98.92	99.0	0.005032468121054788	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
DEN0012_000000003064	2043	0.5064694739053024	3	3	3	2	1	False	75452	maximal	True	DEN0012_000000003064	1.0		66	10	False	False	1.0	0					non-mobilizable	chromosome	2043.0	100.0	100.0	0.0003967042078621257	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
SPA0134_000000015889	1667	0.5064694739053024	3	3	3	2	1	False	3664	fragment	False	SPA0134_000000015889	1.0		0	0	False	False	0.9616076946258545	0					non-mobilizable	other	1667.0	100.0	100.0	0.00034620649326279253	AP022351.1	enterobacteria	Escherichia coli E138 DNA, complete genome	False	False
FIJ0008_000000005629	5006	0.5064694672692452	4	4	3	3	4	False	51912	fragment	False	FIJ0008_000000005629	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2781.0	96.62	63.0	0.0009350585354048235	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0035_01_000000005895	4243	0.5064690409361624	4	4	4	4	4	False	105087	maximal	False	ISR0108_000000004980	0.9914192949907236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3019.0	79.596	70.0	0.0006660957486488917	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0012_000000015485	1501	0.5064662689946492	2	2	2	2	1	False	99496	fragment	False	CAN0008_000000017203	0.6176109916567318		0	0	False	False	0.9906728863716125	0					non-mobilizable	no_good_hit	914.0	92.45100000000001	67.0	0.0002560201263856984	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AUS0020_000000019028	1356	0.5064662689946492	2	2	2	2	1	False	99496	fragment	False	CAN0008_000000017203	0.4542527204086165		0	0	False	False	0.9992625117301941	0					non-mobilizable	no_good_hit	830.0	93.61399999999999	61.0	0.0002329755046912667	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0080_000000013533	1814	0.506462732236101	3	3	2	3	3	False	44325	fragment	False	FIJ0172_000000014092	0.9177766393442623		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1043.0	83.126	76.0	0.006748506105481943	NZ_RCXZ01000012.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0012, whole genome shotgun sequence	True	False
TAN0027_000000005840	1822	0.5064625409690976	2	2	2	2	2	False	2303	maximal	True	TAN0027_000000005840	1.0		0	0	False	False	0.9862788319587708	0					non-mobilizable	no_good_hit	334.0	88.024	31.0	9.330261466526001e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
DEN0031_000000030937	1112	0.5064603977814156	2	2	2	2	2	False	73662	maximal	True	DEN0031_000000030937	1.0		287	11	False	False	0.9982014298439026	0					non-mobilizable	no_good_hit	275.0	72.727	24.0	0.00021060837529783796	NZ_GL878519.1	firmicutes	Dialister micraerophilus DSM 19965 SCAFFOLD1, whole genome shotgun sequence	True	False
MAD0046_000000004953	4710	0.5064567718399657	8	3	2	3	2	False	17769	maximal	True	MAD0046_000000004953	1.0		2	1	False	False	0.9993630647659302	0					non-mobilizable	no_good_hit								True	False
ENG0206_000000006343	3928	0.5064550570766446	3	2	1	2	1	False	59614	maximal	True	ENG0206_000000006343	1.0		278	9	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	95.963	24.0	0.006595602019732071	NZ_CYZN01000009.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0011_000000012072	2266	0.5064533670546758	2	1	1	0	1	False	102904	fragment	False	ENG0011_000000012072	1.0		0	0	False	False	0.9911738634109497	0					non-mobilizable	other	2177.0	100.0	96.0	0.002331866629231063	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0369_000000007802	1851	0.5064533670546758	2	1	1	0	1	False	102903	fragment	False	AUS0002_000000019736	0.9560792715586502		0	0	False	False	1.0	0					non-mobilizable	other	1851.0	99.946	100.0	0.001982515286800306	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0032_000000001659	9853	0.5064532260583205	16	12	11	12	12	False	111439	fragment	False	ENG0032_000000001659	0.9871370623398805		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3062.0	99.249	59.0	0.004239864701083305	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ENG0002_000000001862	9368	0.5064532260583205	17	12	11	12	12	False	111439	fragment	False	ENG0032_000000001659	0.963158428904902		0	0	False	False	0.9998932480812073	0					non-mobilizable	no_good_hit	3140.0	99.26799999999999	62.0	0.004347904376576444	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	True	False
ENG0143_000000012153	1533	0.5064530944186824	1	1	1	1	1	False	57600	fragment	False	ENG0143_000000012153	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1533.0	100.0	100.0	0.00026740744813526067	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0130_000000013235	1554	0.5064521699375047	2	2	2	2	1	False	40874	maximal	True	FIJ0130_000000013235	1.0		210	13	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	7.868895212732772e-06	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0086_000000004270	3419	0.5064494715208813	2	2	2	2	2	False	5520	maximal	True	SPA0086_000000004270	1.0		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	1752.0	78.139	51.0	0.016627010016502283	NZ_FRDE01000007.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
CHI0097_000000001859	2962	0.5064385174685091	4	3	1	3	1	False	109638	maximal	True	CHI0097_000000001859	1.0		101	10	False	False	0.9746792912483215	0					non-mobilizable	other	2795.0	98.24700000000001	94.0	0.010236356106446376	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0193_000000002695	9195	0.5064384968123388	9	4	3	4	1	True	29110	maximal	True	ISR0193_000000002695	1.0		3	2	False	False	0.9998912215232849	0					non-mobilizable	no_good_hit								True	True
SPA0092_000000036785	1244	0.5064373288599073	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04443646324135736		0	0	False	False	0.9991961121559143	0					non-mobilizable	other	1244.0	99.35700000000001	100.0	0.00259912972020149	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
CHI0102_000000002818	2633	0.5064324507964788	5	4	3	4	2	False	83297	maximal	True	CHI0102_000000002818	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	760.0	94.34200000000001	72.0	0.005585934337673042	NZ_NFHM01000004.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_4, whole genome shotgun sequence	True	False
ENG0199_000000005631	4261	0.5064301110538443	4	4	3	4	2	False	54300	maximal	True	ENG0199_000000005631	1.0		13	5	False	False	1.0	0					non-mobilizable	no_good_hit	1195.0	74.72800000000001	28.0	0.025506782337797202	NZ_JAAVNF010000024.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_34_length_46113_cov_32.828182, whole genome shotgun sequence	True	False
MAD0107_000000018685	2099	0.5064297619310512	2	2	2	1	2	False	14684	maximal	True	MAD0107_000000018685	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0296_000000003783	6029	0.5064281808956091	9	5	4	5	1	False	70288	maximal	True	ISR0296_000000003783	1.0		24	8	False	False	0.9988389611244202	0					non-mobilizable	no_good_hit	1475.0	97.492	26.0	0.004469266967447727	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
MON0105_000000022428	2426	0.5064276073664076	3	3	3	3	2	False	8743	maximal	True	MON0105_000000022428	1.0		14	7	False	False	0.9995877742767334	0					non-mobilizable	no_good_hit	406.0	71.921	16.0	6.974628701031933e-05	NZ_CP009933.1	firmicutes	Clostridium scatologenes strain ATCC 25775 chromosome, complete genome	True	False
FIJ0126_000000012174	2958	0.5064274692061419	2	2	2	2	2	False	125852	backbone	False	TAN0009_000000011119	0.9338206897585332	PS937	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1695.0	99.23299999999999	57.0	0.01096502590673575	NZ_QSFS01000008.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf8, whole genome shotgun sequence	True	True
MAD0087_000000028025	1152	0.5064262719319192	2	2	2	2	2	False	15952	fragment	False	MAD0087_000000028025	1.0		0	0	False	False	0.9817708134651184	0					non-mobilizable	no_good_hit	166.0	74.096	14.0	0.0010841828302460565	NZ_MWPH01000005.1	euryarchaeotes	Natronolimnobius baerhuensis strain CGMCC 1.3597 ZB100004, whole genome shotgun sequence	True	False
FIJ0166_000000008104	2974	0.506426199195536	5	4	2	4	2	False	43929	maximal	True	FIJ0166_000000008104	1.0		3	1	False	False	0.9915938377380371	0					non-mobilizable	no_good_hit	1385.0	84.838	72.0	0.0003066755568453634	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ENG0074_000000013486	1694	0.5064238749225244	2	2	2	2	2	False	62159	fragment	False	ENG0074_000000013486	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1652.0	96.73100000000001	98.0	0.006395116597441177	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0058_000000003435	6290	0.5064225699061371	11	10	4	6	10	True	118544	fragment	False	FIJ0004_000000003832	0.7276809792714788		0	0	False	False	1.0	0					non-mobilizable	other	6291.0	92.51299999999999	99.0	0.08918322295805739	NZ_QSFS01000018.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf18, whole genome shotgun sequence	False	True
AUS0006_000000010615	2320	0.5064198852339662	2	2	1	2	1	False	114683	maximal	True	AUS0006_000000010615	1.0		408	13	False	False	0.9995689392089844	0					non-mobilizable	other	2320.0	99.741	100.0	0.02112522090841183	NZ_JAAIPV010000011.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_11_length_109774_cov_96.6395, whole genome shotgun sequence	False	False
DEN0072_000000006326	2853	0.5064194992787799	2	2	2	2	1	False	70289	maximal	True	DEN0072_000000006326	1.0		1	1	False	False	0.9943918585777283	0					non-mobilizable	no_good_hit	563.0	88.277	20.0	0.0002758150900300697	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CHI0151_000000014811	1674	0.5064176349470751	4	3	2	1	2	True	102075	fragment	False	AUS0006_000000014169	0.9625430783795784		0	0	False	False	0.9988052845001221	0					non-mobilizable	chromosome	1674.0	97.969	100.0	0.0004657410307269374	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0047_000000006734	5876	0.506412777074414	5	3	2	2	2	True	6688	maximal	True	SPA0047_000000006734	1.0		149	11	False	False	0.9962559342384338	0					non-mobilizable	no_good_hit	1769.0	77.61399999999999	30.0	0.0003975246229964261	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ISR0397_000000005375	3756	0.5064095623649424	4	4	2	4	3	True	114125	fragment	False	ISR0397_000000005375	1.0		0	0	False	False	0.9992012977600098	0					non-mobilizable	no_good_hit	2486.0	96.98299999999999	66.0	0.16452749883620402	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
ENG0050_000000006602	3649	0.5064077326982639	5	2	1	1	1	False	64155	fragment	False	ENG0050_000000006602	1.0		0	0	False	False	0.9969854950904846	0					non-mobilizable	plasmid	3649.0	98.931	100.0	0.0721747388414055	CP021614.1	other sequences	Unidentified plasmid plasmid FA1-2_2756, complete sequence	False	True
DEN0051_000000034992	1387	0.5064054061595554	2	2	2	1	2	False	72439	maximal	True	DEN0051_000000034992	1.0		2	2	False	False	0.9992790222167969	0					non-mobilizable	no_good_hit	635.0	99.37	66.0	0.000285115017376726	CP001361.1	high GC Gram+	Bifidobacterium bifidum BGN4, complete genome	True	False
SPA0070_000000003061	6395	0.5064053057579936	6	5	3	4	4	False	39003	maximal	True	SPA0070_000000003061	1.0		12	6	False	False	0.9998436570167542	0					non-mobilizable	no_good_hit	2065.0	98.741	45.0	0.00034537314606656965	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
SPA0006_000000008337	3805	0.5064034848162573	4	3	3	3	3	False	117076	maximal	True	SPA0006_000000008337	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3303.0	80.26	87.0	0.0009174771141052389	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0090_000000003208	9937	0.5064028721990689	9	9	9	7	7	True	120273	maximal	True	FIJ0090_000000003208	1.0		58	11	False	False	0.9987924098968506	0					non-mobilizable	other	3380.0	99.675	99.0	0.0007136395978527875	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	True
ISR0228_000000002944	7174	0.5064024771822212	6	6	5	5	6	False	50125	maximal	False	ISR0197_000000002898	0.9917445426525655		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1310.0	74.50399999999999	26.0	0.004508686315243704	AP012299.1	firmicutes	Selenomonas ruminantium subsp. lactilytica TAM6421 plasmid pSRC1 DNA, complete genome	True	False
ISR0258_000000015189	1766	0.5064000980526019	3	2	2	2	2	False	26783	maximal	True	ISR0258_000000015189	1.0		198	9	False	False	0.9881086945533752	0					non-mobilizable	other	1781.0	83.09899999999999	100.0	0.006312222138632448	NZ_CYYV01000003.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0037_000000006894	3539	0.5063978188501891	4	4	2	1	3	True	7085	fragment	False	SPA0037_000000006894	1.0		0	0	False	False	0.9971743226051331	0					non-mobilizable	chromosome	3543.0	91.25	100.0	0.0005710720922441988	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	False	True
ISR0164_000000016088	1721	0.5063952999283771	3	3	3	2	2	False	30285	maximal	True	ISR0164_000000016088	1.0		1	1	False	False	0.9901220202445984	0					non-mobilizable	no_good_hit	278.0	75.18	16.0	0.003259248568817049	NZ_NIQC01000009.1	firmicutes	Natranaerobius trueperi strain DSM 18760 ZB100008, whole genome shotgun sequence	True	False
FIJ0077_000000027529	1102	0.50639321633117	2	1	1	1	1	False	44470	maximal	True	FIJ0077_000000027529	1.0		1	1	False	False	0.9754990935325623	0					non-mobilizable	no_good_hit	281.0	74.021	25.0	0.0026146555287467916	NZ_ATVG01000006.1	high GC Gram+	Corynebacterium massiliense DSM 45435 G488DRAFT_scaffold00006.6_C, whole genome shotgun sequence	True	False
FIJ0079_000000013052	2153	0.5063899927821963	3	3	3	3	3	False	44383	maximal	True	FIJ0079_000000013052	1.0		115	6	False	False	0.9990710616111755	0					non-mobilizable	no_good_hit	823.0	90.40100000000001	69.0	0.0002761601082008775	NZ_CP029256.1	firmicutes	Christensenella minuta strain DSM 22607 chromosome, complete genome	True	False
ISR0266_000000003009	4535	0.5063889139062838	5	4	4	4	2	False	126959	maximal	True	ISR0266_000000003009	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	2837.0	99.01299999999999	63.0	0.035434940150436064	NZ_CYYV01000017.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0026_000000000640	13364	0.5063874471058569	17	9	7	7	5	False	19109	maximal	True	MAD0026_000000000640	1.0		1	1	False	False	0.999700665473938	0					non-mobilizable	no_good_hit	53.0	90.566	0.0	1.1549934587389692e-05	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
SPA0103_000000006029	2606	0.5063862784992544	3	3	3	3	1	False	4871	maximal	True	SPA0103_000000006029	1.0		18	7	False	False	1.0	0					non-mobilizable	chromosome	991.0	80.42399999999999	90.0	0.0003315452330359075	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0123_000000007977	2651	0.5063836900150395	4	1	1	1	1	False	32117	maximal	True	ISR0123_000000007977	1.0		1	1	False	False	0.9905695915222168	0					non-mobilizable	no_good_hit								True	False
FIJ0096_000000003603	8086	0.5063834809706059	10	7	5	3	3	True	75054	maximal	True	FIJ0096_000000003603	1.0		4	1	False	False	0.9996289610862732	0					non-mobilizable	no_good_hit	505.0	72.079	6.0	0.0001672872901714173	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0182_000000022522	1763	0.5063834460082011	2	1	1	1	1	False	29533	maximal	True	ISR0182_000000022522	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0045_000000004803	5692	0.5063792080994531	9	8	7	6	7	False	92670	maximal	True	SPA0045_000000004803	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1693.0	98.405	64.0	0.0004901896839856393	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
SPA0146_000000004045	5688	0.5063792080994531	9	8	7	6	7	False	92670	maximal	False	SPA0045_000000004803	0.999648629655657		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1693.0	98.405	64.0	0.0004901896839856393	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0013_000000014427	1980	0.5063790404445914	3	2	2	1	2	False	87246	maximal	True	FIJ0013_000000014427	1.0		196	12	False	False	0.9984848499298096	0					non-mobilizable	other	1971.0	98.681	99.0	0.007570429977365567	NZ_WNAF01000004.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold4_size260223, whole genome shotgun sequence	False	False
ISR0107_000000013038	2030	0.5063788441832219	5	4	2	4	0	False	32846	maximal	True	ISR0107_000000013038	1.0		6	4	False	False	0.9931034445762634	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	1.2046516418498389e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0855_000000008169	2068	0.5063768033188311	2	2	1	2	1	False	51897	maximal	True	ISR0855_000000008169	0.9931470743278861		276	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0104_000000014656	2310	0.5063741682008268	3	3	3	2	2	False	107889	maximal	True	AST0104_000000014656	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	84.848	3.0	1.6309562522331554e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0083_000000010068	3305	0.5063706414327253	3	3	3	3	3	False	126386	backbone	False	MON0066_000000006846	0.2826835251000516	PS958	0	0	False	True	0.990317702293396	0					non-mobilizable	other	3208.0	99.78200000000001	97.0	0.000965566286411589	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0220_000000006370	1496	0.5063689729284823	2	1	1	1	1	False	27982	maximal	True	ISR0220_000000006370	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	90.139	80.0	0.013912924674378359	NZ_NAQA01000005.1	high GC Gram+	Bifidobacterium catenulatum strain 1899B Contig_5, whole genome shotgun sequence	True	False
AST0087_000000022982	1605	0.5063641817602157	3	3	3	2	1	False	110721	maximal	True	AST0087_000000022982	1.0		5	2	False	False	0.9993769526481628	0					non-mobilizable	no_good_hit	742.0	97.035	46.0	0.00021077063546919933	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0091_000000004514	3172	0.5063631206182305	4	4	3	3	1	False	15761	maximal	True	MAD0091_000000004514	1.0		2	1	False	False	0.9851828217506409	0					non-mobilizable	no_good_hit	2193.0	90.242	69.0	0.0005060317869151239	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
CAN0018_000000012813	2703	0.50636278802086	3	3	1	3	1	False	92261	maximal	True	CAN0018_000000012813	1.0		111	10	False	False	0.9996300339698792	0					non-mobilizable	no_good_hit	1624.0	97.96799999999999	60.0	0.00030946599859129096	CP059856.1	CFB group bacteria	Bacteroides sp. HF-5287 chromosome, complete genome	True	False
ISR0168_000000010725	2387	0.5063610450245946	4	4	4	3	4	False	30126	maximal	True	ISR0168_000000010725	1.0		260	10	False	False	0.9991621375083923	0					non-mobilizable	no_good_hit	1579.0	95.947	66.0	0.05570282402007564	NZ_JAAITI010000042.1	firmicutes	Blautia luti strain MSK.16.34 NODE_42_length_28293_cov_223.702, whole genome shotgun sequence	True	False
ISR0824_000000005669	3314	0.5063592752653839	3	2	2	2	2	False	21168	maximal	False	SPA0061_000000005146	0.9592748124349265		0	0	False	False	0.9987930059432983	0					non-mobilizable	no_good_hit	1405.0	77.509	46.0	0.0008532527585447606	NZ_CP014159.1	firmicutes	Aerococcus christensenii strain CCUG28831 chromosome, complete genome	True	False
CAN0003_000000039194	1246	0.5063592355026326	2	2	2	2	1	False	96395	maximal	True	CAN0003_000000039194	1.0		212	10	False	False	0.9983948469161987	0					non-mobilizable	other	1213.0	99.34	97.0	0.004537269626873215	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0069_000000003348	6957	0.5063541397132244	7	3	3	2	1	False	34979	maximal	True	ISR0069_000000003348	1.0		65	12	False	False	0.998275101184845	0					non-mobilizable	no_good_hit	386.0	88.601	10.0	0.022842186663494142	NZ_LNAM01000189.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf62, whole genome shotgun sequence	True	False
ISR0371_000000009044	2074	0.5063530535260843	4	2	2	2	1	False	23489	maximal	True	ISR0371_000000009044	1.0		3	2	False	False	0.9725168943405151	0					non-mobilizable	no_good_hit	574.0	99.477	28.0	0.00010523586056119916	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
FIJ0163_000000019280	1286	0.5063510519547315	2	2	2	2	2	False	39138	fragment	False	FIJ0163_000000019280	1.0		0	0	False	False	0.9984447956085205	0					non-mobilizable	no_good_hit								True	False
USA0026_01_000000008171	4150	0.5063498636278193	7	4	2	3	2	False	14317	fragment	False	USA0026_01_000000008171	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1496.0	98.79700000000001	36.0	0.0033861604564408396	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0065_000000026074	1329	0.5063481280809345	2	2	2	2	2	False	115004	maximal	True	ISR0065_000000026074	0.9776176024279211		134	8	False	False	1.0	0					non-mobilizable	other	1329.0	98.646	100.0	0.0003769831356821351	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
ISR0091_000000014603	2075	0.5063468185823918	2	2	2	2	2	False	62390	fragment	False	ISR0091_000000014603	0.9956225680933852		0	0	False	False	1.0	0					non-mobilizable	other	2076.0	99.181	100.0	0.004096143900002763	NZ_CZAF01000004.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0346_000000019261	1307	0.5063444512426948	3	2	2	2	2	False	24182	maximal	True	ISR0346_000000019261	1.0		196	10	False	False	0.9992349147796631	0					non-mobilizable	other	1307.0	100.0	100.0	0.000542460627991633	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ENG0089_000000013307	1553	0.5063377112620239	1	1	1	1	1	False	61286	fragment	False	ISR0052_000000022158	0.9597543330067477		0	0	False	False	0.9942047595977783	0					non-mobilizable	other	1553.0	99.678	100.0	0.004934189610224455	NZ_RCXZ01000001.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0001, whole genome shotgun sequence	False	False
SPA0056_000000023059	1551	0.5063377112620239	1	1	1	1	1	False	61286	fragment	False	ISR0052_000000022158	0.9562203387191094		0	0	False	False	0.9961315393447876	0					non-mobilizable	other	1551.0	100.0	100.0	0.00025936452345115454	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0003_000000016639	1550	0.5063377112620239	1	1	1	1	1	False	61286	fragment	False	ISR0052_000000022158	0.9585083854919176		0	0	False	False	0.9748387336730957	0					non-mobilizable	other	1550.0	99.677	100.0	0.004924651872575825	NZ_RCXZ01000001.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0001, whole genome shotgun sequence	False	False
SPA0053_000000010009	3321	0.5063369712116111	5	5	4	5	4	False	6486	maximal	True	SPA0053_000000010009	1.0		11	5	False	False	0.9825353622436523	0					non-mobilizable	no_good_hit	85.0	97.647	3.0	2.8273908197986022e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0326_000000018514	1147	0.5063368718098131	2	2	2	2	1	False	24803	maximal	True	ISR0326_000000018514	1.0		468	12	False	False	1.0	0					non-mobilizable	other	1147.0	99.913	100.0	0.0014786944134770222	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0114_000000019133	2053	0.5063360668250436	3	3	2	3	3	False	41865	fragment	False	FIJ0114_000000019133	1.0		0	0	False	False	0.9897710680961609	0					non-mobilizable	other	2053.0	98.88	99.0	0.0004418685416312985	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ENG0147_000000001839	6698	0.5063340828188425	6	6	5	5	5	False	57373	maximal	True	ENG0147_000000001839	1.0		3	2	False	False	0.9961182475090027	0					non-mobilizable	no_good_hit	881.0	75.028	13.0	0.0001538317257535326	CP040506.1	firmicutes	Hungatella hathewayi WAL-18680 chromosome, complete genome	True	False
SPA0020_000000002638	8625	0.5063329161775776	10	9	6	8	8	False	127583	maximal	True	SPA0020_000000002638	1.0		22	4	False	False	0.9986087083816528	0					non-mobilizable	chromosome	6762.0	97.93	98.0	0.00278352273148457	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0050_000000004070	5214	0.5063325762097839	8	3	1	2	1	True	119045	maximal	True	MAD0050_000000004070	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1344.0	89.36	26.0	0.016052254184793745	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	True	True
FIJ0163_000000009312	2628	0.5063325537096839	3	3	3	3	3	False	39169	fragment	False	FIJ0163_000000009312	1.0		0	0	False	False	0.9996194839477539	0					non-mobilizable	chromosome	2628.0	99.734	100.0	0.0005361881046658775	CP019889.1	enterobacteria	Enterobacter hormaechei strain FRM chromosome, complete genome	False	False
USA0042_01_000000009019	2366	0.5063316981116938	4	4	4	3	2	False	1269	maximal	True	USA0042_01_000000009019	1.0		73	8	False	False	1.0	0					non-mobilizable	other	2365.0	95.095	99.0	0.0007043451458631232	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
AST0033_000000005924	2212	0.5063315197327144	3	3	2	3	2	False	117067	maximal	True	AST0033_000000005924	1.0		9	3	False	False	0.9986437559127808	0					non-mobilizable	other	2212.0	99.86399999999999	100.0	0.0006087119314146014	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	False	False
ISR0200_000000011027	2177	0.5063292323108836	5	4	4	2	2	False	122011	maximal	True	ISR0200_000000011027	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	1202.0	91.93	55.0	0.8953662182361734	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0162_000000004580	5209	0.5063266614207881	6	3	1	2	2	False	56381	maximal	True	ENG0162_000000004580	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1999.0	99.85	58.0	0.0005347809821492412	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
FIJ0068_000000021454	1503	0.5063210044820851	3	3	3	2	2	False	45045	maximal	True	FIJ0068_000000021454	1.0		175	12	False	False	1.0	0					non-mobilizable	chromosome	1503.0	100.0	100.0	0.00030310001493302335	CP057455.1	enterobacteria	Escherichia coli strain RHB26-C12 chromosome, complete genome	False	False
ISR0210_000000008574	2238	0.5063161420847198	2	2	1	1	2	False	83530	fragment	False	ISR0210_000000008574	1.0		0	0	False	False	0.9901698231697083	0					non-mobilizable	chromosome	2239.0	99.911	100.0	0.00043284056942323706	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ISR0305_000000015707	1212	0.5063115882483727	2	2	2	2	1	False	25468	fragment	False	ISR0305_000000015707	1.0		0	0	False	False	0.9843234419822693	0					non-mobilizable	no_good_hit	388.0	89.175	59.0	0.00013026193419786417	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0082_000000009308	1818	0.5063105312797231	1	1	1	1	1	False	5600	maximal	True	SPA0082_000000009308	1.0		57	7	False	False	0.9994499683380127	0					non-mobilizable	other	1818.0	99.175	100.0	0.0007303744525708819	CP003058.1	firmicutes	Acidaminococcus intestini RyC-MR95, complete genome	False	False
SPA0105_000000017149	1414	0.5063105312797231	2	1	1	1	1	False	4778	fragment	False	SPA0105_000000017149	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1414.0	99.081	100.0	0.0006176088005538811	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
USA0040_01_000000011103	1235	0.5063105312797231	1	1	1	1	1	False	1298	fragment	False	USA0040_01_000000011103	1.0		0	0	False	False	0.9878542423248291	0					non-mobilizable	chromosome	1216.0	100.0	98.0	0.0005310648921960123	NZ_LR698962.1	firmicutes	Acidaminococcus intestini isolate MGYG-HGUT-01440 chromosome 1	False	False
MON0049_000000006916	3033	0.506310392933877	2	1	1	1	1	False	13783	fragment	False	MON0049_000000006916	1.0		0	0	False	False	0.9924167394638062	0					non-mobilizable	no_good_hit	41.0	100.0	1.0	0.0003078888829021606	NZ_CYYU01000004.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
DEN0085_000000012183	2508	0.5063058070611391	3	3	2	3	2	False	113391	fragment	False	DEN0085_000000012183	0.9877682403433476		0	0	False	False	1.0	0					non-mobilizable	chromosome	1628.0	98.833	100.0	0.00045508600593738903	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MAD0103_000000007796	2685	0.5063045351018649	3	3	3	3	3	False	19592	maximal	True	MAD0103_000000007796	0.9787652379079828		15	3	True	True	1.0	1					non-mobilizable	no_good_hit	964.0	72.925	58.0	0.00037422048960249774	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	True	True
SPA0126_000000018141	2336	0.5063026809406064	3	3	3	3	3	False	130140	fragment	False	SPA0126_000000018141	0.9733981156490884		0	0	False	False	0.9991438388824463	0					non-mobilizable	other	2274.0	98.76899999999999	100.0	0.016651160746335353	NZ_QEKJ01000006.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_106, whole genome shotgun sequence	False	False
CAN0003_000000021450	2321	0.5063010640552514	6	3	1	3	1	False	96640	maximal	False	FIJ0087_000000013490	0.9600585529067336		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	83.73	11.0	0.3010882708585248	GQ879457.1		Uncultured organism clone VC1C825TR genomic sequence	True	False
ENG0011_000000013539	2046	0.5063010640552514	3	3	1	3	1	False	67175	fragment	False	ENG0011_000000013539	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	252.0	83.73	12.0	0.3010882708585248	GQ879457.1		Uncultured organism clone VC1C825TR genomic sequence	True	False
AUS0018_000000011834	2365	0.5062991211433016	3	3	3	3	3	False	113563	fragment	False	AUS0018_000000011834	1.0		0	0	False	False	0.996617317199707	0					non-mobilizable	other	949.0	95.99600000000001	94.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0033_000000006125	5177	0.5062988824868957	7	4	4	4	4	True	48307	maximal	True	FIJ0033_000000006125	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0349_000000002403	3927	0.5062985604442847	4	4	4	3	2	False	114380	maximal	True	ISR0349_000000002403	1.0		118	7	False	False	1.0	0					non-mobilizable	no_good_hit	2491.0	98.354	63.0	0.03328076131412227	NZ_CYZN01000018.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0188_000000014743	1728	0.5062972945596929	2	1	1	1	1	False	60756	maximal	True	ENG0188_000000014743	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000021684	1450	0.5062972945596929	1	1	1	1	1	False	60755	fragment	False	ENG0186_000000009737	0.9425962165688193		0	0	False	False	0.9834482669830322	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.388200369918867e-05	NZ_CP021420.1	verrucomicrobia	Akkermansia muciniphila strain YL44 chromosome	True	False
ISR0399_000000014481	1221	0.506297053905952	2	1	1	1	1	False	84940	fragment	False	ISR0399_000000014481	0.9676616915422885		0	0	False	False	0.9852579832077026	0					non-mobilizable	chromosome	1212.0	100.0	99.0	0.00042944115202287706	CP010553.1	verrucomicrobia	Akkermansia muciniphila strain H2 chromosome	False	False
SPA0045_000000015422	1656	0.5062922068320326	2	2	1	2	1	True	46251	maximal	False	MAD0065_000000006789	0.6164330218068536		0	0	False	False	1.0	0					non-mobilizable	other	1659.0	96.022	100.0	0.00040123264486983457	NZ_LT594621.1	CFB group bacteria	Culturomica massiliensis strain Marseille-P2698T, whole genome shotgun sequence	False	True
ENG0008_000000017983	1453	0.5062859843354023	3	3	2	2	3	False	78931	fragment	False	SPA0137_000000022025	0.5281886182700595		0	0	False	False	0.9896765351295471	0					non-mobilizable	other	1453.0	99.931	100.0	0.004416877827090792	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AUS0014_000000014378	2014	0.5062855685118174	3	3	2	2	2	False	100847	fragment	False	MAD0036_000000014552	0.9577810505645556		0	0	False	False	0.999503493309021	0					non-mobilizable	chromosome	2014.0	99.454	100.0	0.0008285911726212391	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0041_000000011263	1363	0.5062843617843329	2	2	2	2	1	True	36405	maximal	True	ISR0041_000000011263	1.0		108	11	False	False	1.0	0					non-mobilizable	other	1363.0	99.193	100.0	0.0036583203958077044	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
CHI0142_000000003196	5293	0.5062826833576393	5	3	3	2	2	False	80006	maximal	True	CHI0142_000000003196	1.0		3	2	False	False	0.9994332194328308	0					non-mobilizable	no_good_hit	921.0	75.027	18.0	0.0028000466163292095	NZ_JAAIPW010000002.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_2_length_326066_cov_251.654, whole genome shotgun sequence	True	False
ENG0013_000000018701	1464	0.5062795561151626	2	2	2	2	2	False	70884	fragment	False	ENG0013_000000018701	0.9694745598520706		0	0	False	False	0.999316930770874	0					non-mobilizable	chromosome	1464.0	97.541	100.0	0.0004870517281248307	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0141_000000006749	5335	0.5062772923568033	4	2	1	2	0	True	67010	fragment	False	ISR0141_000000006749	1.0		0	0	False	False	0.9949390888214111	0					non-mobilizable	no_good_hit	3800.0	97.316	86.0	0.022912158976900483	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ENG0013_000000006625	3873	0.5062772923568033	3	2	1	2	0	True	67009	fragment	False	ENG0013_000000006625	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1515.0	96.04	86.0	0.009150358399110348	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0208_000000009650	2791	0.5062772923568033	3	2	1	2	0	True	28527	fragment	False	ISR0208_000000009650	1.0		0	0	False	False	0.9989250898361206	0					non-mobilizable	no_good_hit	1486.0	95.76	86.0	0.008956955843779086	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	True	True
ISR0040_000000010838	2509	0.5062772923568033	4	2	1	2	0	True	36494	fragment	False	ISR0040_000000010838	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	762.0	86.745	94.0	0.004001514370747405	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	False	True
SPA0108_000000014722	1950	0.5062772923568033	2	2	1	2	0	True	4683	fragment	False	SPA0108_000000014722	1.0		0	0	False	False	0.9938461780548096	0					non-mobilizable	no_good_hit	609.0	88.67	87.0	0.003191746679426642	KM406416.1	high GC Gram+	Bifidobacterium breve strain JCM 7017 plasmid megaplasmid pMP7017, complete sequence	True	True
USA0038_01_000000010766	1262	0.5062772923568033	2	2	1	2	0	True	1337	fragment	False	USA0038_01_000000010766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	3.937764076303367e-06	CP020369.1	g-proteobacteria	Pseudomonas tolaasii strain 2192T genome	True	True
CAN0011_000000020539	1474	0.5062763034718717	2	2	2	2	2	False	129087	maximal	True	CAN0011_000000020539	1.0		28	8	False	False	0.9911804795265198	0					non-mobilizable	other	1493.0	75.687	99.0	0.00041266085720157065	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
USA0022_01_000000004703	1525	0.5062761421887018	3	2	2	2	2	True	1723	maximal	True	USA0022_01_000000004703	1.0		23	6	False	False	1.0	0					non-mobilizable	other	1465.0	79.249	95.0	0.010898150042819575	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CAN0013_000000004787	5087	0.5062746144306937	5	5	5	5	4	False	93912	maximal	True	CAN0013_000000004787	1.0		9	5	False	False	0.999213695526123	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.017013232514177693	AB035876.1	aphids	Ceratovacuna japonica mitochondrial genes for small subunit rRNA, tRNA-Val, large subunit rRNA, partial and complete sequences	True	False
MAD0013_000000022366	1146	0.5062736430297282	1	1	1	1	1	False	114046	fragment	False	ENG0200_000000015508	0.36157627820913896		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	98.77799999999999	100.0	0.0003423069575608133	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
TAN0002_000000022527	1798	0.5062731912899315	2	2	2	2	2	False	3029	maximal	True	TAN0002_000000022527	1.0		13	6	False	False	0.9905450344085693	0					non-mobilizable	chromosome	1811.0	79.293	100.0	0.0006321217725048631	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	False	False
FIJ0038_000000011926	2860	0.5062710693561809	4	4	4	4	3	False	47667	maximal	True	FIJ0038_000000011926	1.0		69	7	False	False	1.0	0					non-mobilizable	other	2566.0	99.53200000000001	90.0	0.0045330675347535175	NZ_LT635859.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0230_000000014627	2253	0.5062707473341328	2	2	2	2	2	False	55466	fragment	False	ISR0230_000000014627	1.0		0	0	False	False	0.9995561242103577	0					non-mobilizable	no_good_hit	1216.0	87.74700000000001	54.0	0.4139106716672349	NZ_LNAM01000048.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf141, whole genome shotgun sequence	True	False
ISR0162_000000022785	1740	0.5062640146555849	3	1	1	1	1	False	30336	maximal	True	ISR0162_000000022785	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	597.0	96.81700000000001	38.0	0.00029250141220270743	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
AST0024_000000023836	1503	0.5062640146555849	2	1	1	1	1	False	121075	maximal	True	AST0024_000000023836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	76.0	97.368	11.0	2.2581063760794878e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0359_000000009890	2590	0.5062617492210448	3	3	3	3	2	False	23822	fragment	False	ISR0359_000000009890	1.0		0	0	False	False	0.9980695247650146	0					non-mobilizable	other	2590.0	98.803	100.0	0.03336727197742006	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	False	False
ISR0078_000000005481	3267	0.5062571664571766	5	3	3	3	2	True	71886	fragment	False	ISR0165_000000005873	0.9741682061388054		0	0	False	False	0.991123378276825	0					non-mobilizable	no_good_hit	1721.0	89.07600000000001	52.0	0.005303751901928525	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0354_000000009149	2106	0.5062551469038651	3	3	3	3	3	False	23997	fragment	False	ISR0354_000000009149	0.9888957977554409		0	0	False	False	0.9995251893997192	0					non-mobilizable	other	2106.0	98.43299999999999	99.0	0.05902651143217843	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
ENG0039_000000009558	2615	0.5062530022767626	4	2	2	2	1	True	64944	fragment	False	ENG0039_000000009558	1.0		0	0	False	False	0.9996175765991211	0					non-mobilizable	no_good_hit								True	True
CHI0141_000000014068	1963	0.5062527601760346	4	2	2	2	2	False	80103	maximal	True	CHI0141_000000014068	1.0		0	0	False	False	0.978094756603241	0					non-mobilizable	no_good_hit	838.0	86.874	43.0	0.0002380346217646985	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0285_000000013944	1400	0.5062452213834293	1	1	1	1	1	False	38007	fragment	False	ISR0014_000000024609	0.6547116736990155		0	0	False	False	1.0	0					non-mobilizable	other	1400.0	98.14299999999999	100.0	0.00039886049633185193	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0047_01_000000015956	2262	0.5062389207675799	4	4	2	2	3	False	60005	fragment	False	USA0047_01_000000015956	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2262.0	100.0	100.0	0.0844949362831197	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
USA0026_01_000000018968	1701	0.506237774044825	2	2	2	2	2	False	129042	fragment	False	USA0026_01_000000018968	0.9626953686739504		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1047.0	86.72399999999999	70.0	0.0028618129278075613	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0399_000000011918	1450	0.5062370957250855	4	3	2	2	1	False	115792	fragment	False	ISR0054_000000014703	0.20497525173186149		0	0	False	False	0.9979310631752014	0					non-mobilizable	other	1379.0	99.057	95.0	0.017124096850011813	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ETH0004_000000002953	9160	0.5062327876629942	11	10	7	9	8	True	52959	maximal	True	ETH0004_000000002953	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	241.0	78.423	3.0	0.00013623062046960724	NZ_CP019684.1	e-proteobacteria	Campylobacter sputorum bv. paraureolyticus LMG 11764 strain LMG 17589 chromosome, complete genome	True	True
MON0001_000000004611	6480	0.5062312208025104	12	6	2	5	3	True	30864	maximal	True	MON0001_000000004611	1.0		6	2	False	False	0.9830247163772583	0					non-mobilizable	no_good_hit								True	True
FIJ0078_000000016691	1459	0.5062289921404908	4	2	2	1	1	True	44438	fragment	False	FIJ0078_000000016691	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1473.0	80.109	100.0	0.00032425710183141835	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	True
ISR0091_000000009689	3186	0.5062288098877997	5	4	3	3	2	False	33630	maximal	True	ISR0091_000000009689	1.0		1	1	False	False	0.9968612790107727	0					non-mobilizable	no_good_hit	1535.0	98.111	48.0	0.003873647824010552	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	False
ENG0191_000000013473	2293	0.5062271075247218	3	2	2	2	2	False	54718	fragment	False	ENG0191_000000013473	1.0		0	0	False	False	0.9925861358642578	0					non-mobilizable	no_good_hit	120.0	99.167	5.0	1.810879643156275e-05	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	True	False
ISR0208_000000011495	2362	0.5062258230758556	3	1	1	1	1	False	65603	fragment	False	ISR0208_000000011495	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0014_000000017206	2749	0.506225178509811	2	2	2	2	2	False	102960	fragment	False	CAN0014_000000017206	0.9942825525636296		0	0	False	False	0.9963623285293579	0					non-mobilizable	other	2692.0	99.10799999999999	100.0	0.0010964112597484244	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ENG0044_000000006200	2711	0.506225178509811	2	2	2	2	2	False	102960	fragment	False	CAN0014_000000017206	0.9874499818115678		0	0	False	False	1.0	0					non-mobilizable	chromosome	2712.0	98.009	100.0	0.0010631360041537207	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
USA0058_01_000000009575	1963	0.5062250281291517	2	2	2	2	2	True	76845	fragment	False	MON0107_000000029536	0.9658966287872052		0	0	False	False	0.9938868880271912	0					non-mobilizable	no_good_hit	1158.0	82.815	68.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
SPA0077_000000014835	1939	0.5062250281291517	2	2	2	2	2	True	76845	fragment	False	MON0107_000000029536	0.9643599530560024		0	0	False	False	0.9876224994659424	0					non-mobilizable	no_good_hit	1158.0	82.64200000000001	68.0	0.470467596390484	MK233072.1	viruses	Uncultured human fecal virus clone E.ramosum_S03.N07_1_c1 sequence	True	True
FIJ0023_000000030105	1168	0.5062237672852058	2	1	1	1	1	False	49270	fragment	False	FIJ0023_000000030105	0.9688041594454073		0	0	False	False	0.9922945499420166	0					non-mobilizable	other	1167.0	85.51799999999999	99.0	0.007123742958736055	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
ISR0028_000000001697	8362	0.5062227585716549	9	6	4	5	3	True	37208	maximal	True	ISR0028_000000001697	1.0		1	1	False	False	0.9965319037437439	0					non-mobilizable	no_good_hit	986.0	96.755	12.0	0.0055636829886862365	NZ_CABMOJ010000033.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	True
MON0065_000000021642	1231	0.5062213862688588	1	1	1	1	1	False	10659	fragment	False	MON0065_000000021642	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1195.0	96.904	96.0	0.0014702026095785626	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
USA0057_01_000000006946	4380	0.5062203325351543	4	2	2	2	2	False	27981	maximal	True	USA0057_01_000000006946	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1304.0	94.095	30.0	0.022014597553558155	NZ_WNCH01000018.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold18_size58568, whole genome shotgun sequence	True	False
ISR0225_000000012756	1637	0.5062201775449886	3	2	1	1	0	False	27676	fragment	False	ISR0225_000000012756	1.0		0	0	False	False	0.9773976802825928	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00031147975958377075	NZ_AHAM01000144.1	a-proteobacteria	Mesorhizobium alhagi CCNWXJ12-2 contig150, whole genome shotgun sequence	True	False
USA0101_01_000000015326	2092	0.5062201726881947	3	3	3	3	3	False	34054	maximal	False	ISR0084_000000012031	0.9252601702932829		0	0	False	False	1.0	0					non-mobilizable	other	2092.0	100.0	100.0	0.0003359273587209377	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0074_000000018737	1253	0.5062165452894541	2	2	2	2	2	False	62141	fragment	False	ENG0074_000000018737	0.9893162393162394		0	0	False	False	0.9904229640960693	0					non-mobilizable	chromosome	1232.0	96.023	98.0	0.0005040506411073378	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	False	False
ENG0102_000000009085	3003	0.5062158777858851	3	3	3	3	3	False	110015	maximal	False	AST0113_000000012300	0.9931840311587148		0	0	True	True	0.9990010261535645	14					non-mobilizable	no_good_hit	1287.0	71.717	42.0	0.0049233277932829505	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
USA0018_01_000000005482	4525	0.506210870607226	5	2	2	2	1	True	100310	maximal	True	USA0018_01_000000005482	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0018_000000007472	3665	0.5062093275737793	5	3	3	2	1	True	100038	fragment	False	AUS0018_000000007472	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	99.389	79.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ISR0154_000000008107	2763	0.5062051995206421	4	4	4	4	4	False	30627	maximal	True	ISR0154_000000008107	1.0		8	4	False	False	1.0	0					non-mobilizable	chromosome	2155.0	97.68	96.0	0.000588839925205848	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
FIJ0145_000000008811	1751	0.5062041553167227	3	2	2	1	1	False	49724	maximal	True	FIJ0145_000000008811	1.0		63	9	False	False	1.0	0					non-mobilizable	chromosome	1751.0	99.829	100.0	0.0003397944107896958	CP030070.1	enterobacteria	Klebsiella pneumoniae strain IA565 chromosome, complete genome	False	False
FIJ0151_000000011516	1511	0.5062041553167227	2	2	2	1	1	False	49723	fragment	False	FIJ0151_000000011516	1.0		0	0	False	False	0.9966909289360046	0					non-mobilizable	chromosome	1509.0	99.669	99.0	0.0002867941379126065	CP052569.1	enterobacteria	Klebsiella pneumoniae strain A16KP0119 chromosome, complete genome	False	False
MON0066_000000028590	1282	0.5062034889937308	2	2	2	2	2	False	10622	fragment	False	MON0066_000000028590	1.0		0	0	False	False	0.9859594106674194	0					non-mobilizable	other	1281.0	99.454	99.0	0.021574609381584047	NZ_SPGG01000023.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_23_length_59329_cov_36.7253, whole genome shotgun sequence	False	False
ISR0106_000000007883	3006	0.5062027700776416	3	2	2	2	1	False	77157	fragment	False	ISR0106_000000007883	1.0		0	0	False	False	0.9996673464775085	0					non-mobilizable	no_good_hit								True	False
MAD0112_000000006492	4143	0.5062026731257501	5	5	3	3	5	True	128585	fragment	False	SPA0122_000000007195	0.9392154371931952		0	0	False	False	0.9992758631706238	0					non-mobilizable	chromosome	4085.0	96.03399999999999	99.0	0.0012385928662392545	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	False	True
USA0135_01_000000003485	4205	0.5062021856099305	5	4	2	3	4	False	45	maximal	True	USA0135_01_000000003485	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1798.0	97.94200000000001	50.0	0.0016063387289609898	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
FIJ0166_000000014861	1632	0.5062005102909326	3	2	1	1	2	False	80613	fragment	False	DEN0022_000000020182	0.31237816764132553		0	0	False	False	0.999387264251709	0					non-mobilizable	other	1558.0	96.406	95.0	0.0006816428999337682	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
DEN0090_000000014900	1871	0.5061872197847077	3	3	3	2	2	False	68739	maximal	True	DEN0090_000000014900	1.0		2	2	False	False	0.9722073674201965	0					non-mobilizable	other	1871.0	98.771	100.0	0.013957411236089238	NZ_JABAFG010000006.1	firmicutes	Megasphaera hexanoica strain Oil-RF-744-FAT-WT-6-1 Contig_6, whole genome shotgun sequence	False	False
ISR0821_000000011327	2597	0.5061866896407204	4	3	2	2	3	False	67273	maximal	True	ISR0821_000000011327	1.0		155	9	False	False	0.9973045587539673	0					non-mobilizable	other	2598.0	92.571	99.0	0.003904824245203054	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0128_000000005422	4529	0.5061858171599859	5	4	4	4	3	False	58661	fragment	False	ENG0128_000000005422	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4529.0	99.823	100.0	0.0013690926133099507	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
SPA0018_000000021296	1411	0.5061854966412934	2	2	2	2	1	False	7789	fragment	False	SPA0018_000000021296	1.0		0	0	False	False	0.9893692135810852	0					non-mobilizable	other	1411.0	97.945	100.0	0.0004848019738660791	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	False	False
AST0060_000000019908	1514	0.5061840934664772	2	2	2	2	1	False	112333	maximal	True	AST0060_000000019908	1.0		1	1	False	False	0.9900924563407898	0					non-mobilizable	other	1514.0	96.83	100.0	0.022094042056074768	NZ_CAPF01000097.1	actinobacteria	Enorma timonensis strain GD5, whole genome shotgun sequence	False	False
FIJ0123_000000022834	1488	0.5061838490930283	2	2	2	1	1	False	41506	maximal	True	FIJ0123_000000022834	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	99.104	82.0	0.0003951622598768809	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0047_000000024220	1638	0.5061831281491898	2	2	2	2	2	False	60847	fragment	False	ISR0367_000000004924	0.7183687878743633		0	0	False	False	0.9969474673271179	0					non-mobilizable	other	1619.0	98.209	99.0	0.009404898917680978	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
SPA0120_000000003791	10807	0.5061799006660616	12	8	3	7	2	False	4192	fragment	False	SPA0120_000000003791	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2943.0	96.90799999999999	54.0	0.012058375832372575	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0018_000000008910	2357	0.5061771469588763	3	3	3	3	1	False	111386	backbone	False	MON0071_000000005258	0.9551293607151842	PS708	0	0	True	True	0.9995757341384888	10					non-mobilizable	chromosome	1396.0	99.069	100.0	0.00019704416797994132	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
ISR0246_000000014884	1550	0.5061709269909445	3	2	2	2	2	False	27120	maximal	True	ISR0246_000000014884	1.0		194	10	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	100.0	6.0	0.0008325961388354062	NZ_RCXZ01000021.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0021, whole genome shotgun sequence	True	False
FIJ0094_000000001176	12488	0.5061696285083875	9	8	6	6	7	False	128560	maximal	True	FIJ0094_000000001176	1.0		34	10	False	False	0.9999199509620667	0					non-mobilizable	no_good_hit	6465.0	99.242	64.0	0.002175071366373639	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0077_000000032964	1366	0.5061686035921644	2	2	2	2	2	False	51976	fragment	False	FIJ0013_000000020410	0.9345274540354714		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	796.0	90.20100000000001	85.0	0.0025275888709785106	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
ISR0788_000000005356	1366	0.5061686035921644	2	2	2	2	2	False	51976	fragment	False	FIJ0013_000000020410	0.9329790240632576		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	795.0	89.434	85.0	0.0025244095139080975	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
CHI0037_000000005247	2526	0.5061608963254903	3	3	3	3	3	False	87988	maximal	True	CHI0037_000000005247	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2526.0	99.762	100.0	0.017956193998008817	NZ_KB291649.1	firmicutes	Clostridium celatum DSM 1785 Scfld81, whole genome shotgun sequence	False	False
SPA0096_000000019379	2079	0.5061570399796391	4	3	3	2	2	False	67313	maximal	True	SPA0096_000000019379	1.0		149	13	False	False	0.9995189905166626	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	8.430975037705827e-06	CP024029.1	b-proteobacteria	Chromobacterium violaceum strain CV1197 chromosome	True	False
ENG0026_000000003765	2799	0.5061561941798285	6	3	1	2	2	False	66081	fragment	False	ENG0026_000000003765	1.0		0	0	False	False	0.9974991083145142	0					non-mobilizable	chromosome	2799.0	100.0	100.0	0.0005435741300676923	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
ISR0840_000000010036	1682	0.5061558751658568	3	3	3	3	2	False	20792	maximal	True	ISR0840_000000010036	1.0		1	1	False	False	0.9946492314338684	0					non-mobilizable	no_good_hit	316.0	82.911	19.0	0.00019705014675215548	CP013703.1	euryarchaeotes	Methanogenic archaeon mixed culture ISO4-G1, complete genome	True	False
ENG0098_000000014252	1763	0.5061517587127405	3	1	1	1	1	False	66516	fragment	False	ISR0137_000000013507	0.7935237698270947		0	0	False	False	0.9965966939926147	0					non-mobilizable	chromosome	1745.0	98.79700000000001	99.0	0.0005870201892534241	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0110_000000007067	1426	0.5061498847354411	2	1	1	1	1	False	82691	maximal	True	CHI0110_000000007067	1.0		88	10	False	False	0.9873772859573364	0					non-mobilizable	no_good_hit	341.0	99.413	24.0	0.0006742499960338236	NZ_WNAJ01000001.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold1_size504264, whole genome shotgun sequence	True	False
FIJ0111_000000011980	1728	0.5061473868493452	2	2	2	2	1	False	119158	maximal	True	FIJ0111_000000011980	1.0	PS816	3	3	False	True	0.9988425970077515	0					non-mobilizable	no_good_hit	1483.0	87.18799999999999	86.0	0.006831574176002072	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
ENG0050_000000006169	3866	0.5061465805493768	4	4	4	3	4	False	71260	maximal	True	ENG0050_000000006169	1.0		3	1	False	False	0.9997413158416748	0					non-mobilizable	no_good_hit	143.0	75.524	4.0	4.808495436025462e-05	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0087_000000035885	1432	0.5061446085843325	3	3	2	2	3	False	109771	maximal	True	MON0087_000000035885	1.0		134	10	False	False	0.9993016719818115	0					non-mobilizable	other	1432.0	93.506	100.0	0.006053658000050764	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	False
ENG0111_000000016049	1287	0.5061443579614282	2	2	2	2	2	False	59718	maximal	True	ENG0111_000000016049	1.0		9	6	False	False	0.9844599962234497	0					non-mobilizable	other	1286.0	96.96700000000001	99.0	0.001997969378981362	NZ_MCGI01000006.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000006, whole genome shotgun sequence	False	False
MAD0005_000000006710	3745	0.5061439090285964	5	5	3	3	4	False	19988	maximal	True	MAD0005_000000006710	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	3771.0	95.227	100.0	0.0007801793790419182	CP053258.1	enterobacteria	Escherichia coli strain GF4-3 chromosome, complete genome	False	False
CHI0089_000000002979	2682	0.5061434947202463	3	2	2	2	2	False	109646	maximal	True	CHI0089_000000002979	1.0		220	12	False	False	0.9977628588676453	0		MOBT			mobilizable	chromosome	2684.0	97.057	100.0	0.0006508052593215179	CP012321.1	firmicutes	Clostridioides difficile strain DSM 28666 chromosome, complete genome	False	True
ENG0012_000000003574	6697	0.5061404707082849	7	7	5	6	6	False	98924	maximal	True	ENG0012_000000003574	1.0		7	3	False	False	0.9989547729492188	0					non-mobilizable	chromosome	6697.0	99.32799999999999	100.0	0.0009458120063037184	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MON0041_000000061633	1151	0.5061394025750078	2	2	2	2	1	False	11748	maximal	True	MON0041_000000061633	1.0		36	5	False	False	0.9635099768638611	0					non-mobilizable	other	1164.0	88.488	99.0	0.0007772537662764893	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0080_000000023208	1429	0.5061389572182702	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.9616951774413636		0	0	False	False	0.9930021166801453	0					non-mobilizable	other	1434.0	97.211	100.0	0.0004302445348556784	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0068_000000021226	1360	0.5061389572182702	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.8028297030960798		0	0	False	False	1.0	0					non-mobilizable	other	1363.0	95.37799999999999	100.0	0.0004094699561957471	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0041_000000011633	1294	0.5061389572182702	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.61054879732725		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	96.291	100.0	0.00038929753923610367	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0156_000000013751	1287	0.5061389572182702	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.5502851305360253		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	96.97	99.0	0.00038718997328509615	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0186_000000016252	1211	0.5061389572182702	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.39086245908056877		0	0	False	False	0.996696949005127	0					non-mobilizable	other	1211.0	98.431	100.0	0.00036430782867415736	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0042_000000028100	1191	0.5061389572182702	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.3295122729460536		0	0	False	False	0.9983207583427429	0					non-mobilizable	other	1192.0	96.309	100.0	0.00035858729252142267	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0174_000000021094	1176	0.5061389572182702	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.3857904184898105		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	98.469	100.0	0.00035376999891911976	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0032_000000025709	1168	0.5061389572182702	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.38474527714820167		0	0	False	False	0.9811643958091736	0					non-mobilizable	other	1168.0	99.05799999999999	100.0	0.0003513613521179683	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0108_000000015830	1158	0.5061389572182702	3	3	3	2	2	False	87552	fragment	False	ISR0080_000000023208	0.27790187316291315		0	0	False	False	0.9853194952011108	0					non-mobilizable	other	1159.0	97.584	100.0	0.00034865162446667293	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MAD0048_000000018934	1262	0.5061349237675438	2	2	2	1	1	False	17518	maximal	True	MAD0048_000000018934	1.0		1	1	False	False	0.9580031633377075	0					non-mobilizable	no_good_hit	677.0	98.671	62.0	0.00021788718407567004	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
AST0007_000000010252	1766	0.5061313091004179	3	2	1	2	2	False	126950	maximal	True	AST0007_000000010252	1.0		30	4	False	False	0.9892412424087524	0					non-mobilizable	no_good_hit	61.0	85.24600000000001	3.0	0.00013944265479907259	NZ_FQZS01000003.1	firmicutes	Lutispora thermophila DSM 19022, whole genome shotgun sequence	True	False
FIJ0067_000000008684	3423	0.5061308093334819	3	2	2	2	2	False	68669	maximal	True	FIJ0067_000000008684	1.0		4	3	False	False	0.9997078776359558	0					non-mobilizable	no_good_hit	138.0	91.304	4.0	0.00038213291531153596	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0319_000000015089	1367	0.5061272322020567	3	3	3	1	2	False	75314	fragment	False	ISR0164_000000017815	0.8147172459271583		0	0	False	False	1.0	0					non-mobilizable	other	1377.0	79.44800000000001	99.0	0.0005721842978376464	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
SPA0019_000000008790	3223	0.5061266965267368	4	4	4	3	4	False	125355	fragment	False	SPA0102_000000010764	0.9591176470588235		0	0	False	False	0.9962767362594604	0					non-mobilizable	other	3221.0	97.485	99.0	0.012688370770543076	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0008_000000020549	1278	0.5061265942589043	2	2	2	2	1	False	67379	fragment	False	ENG0008_000000020549	1.0		0	0	False	False	0.9945226907730103	0					non-mobilizable	no_good_hit								True	False
MAD0092_000000015568	1209	0.5061217107788023	2	2	2	2	2	False	15699	maximal	True	MAD0092_000000015568	1.0		321	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0003_000000018744	1305	0.5061214556043636	2	2	2	2	2	False	76633	fragment	False	DEN0003_000000018744	1.0		0	0	False	False	0.9961685538291931	0					non-mobilizable	other	1305.0	99.387	100.0	0.0005416299072749536	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
SPA0110_000000001187	18839	0.5061186501419483	16	7	7	6	5	False	4631	maximal	True	SPA0110_000000001187	1.0		16	3	False	False	0.9999468922615051	0					non-mobilizable	no_good_hit	40.0	92.5	0.0	8.607371441182963e-06	NZ_CP031467.1	b-proteobacteria	Paraburkholderia caffeinilytica strain CF1 chromosome 2, complete sequence	True	False
FIJ0048_000000005703	5072	0.506116169384478	8	5	4	5	3	False	57983	maximal	True	FIJ0048_000000005703	1.0		6	2	False	False	0.9972397685050964	0					non-mobilizable	no_good_hit	175.0	76.571	3.0	0.0003711748672885127	NZ_JOJL01000001.1	high GC Gram+	Actinoplanes subtropicus strain NRRL B-24665 contig1.1, whole genome shotgun sequence	True	False
MON0030_000000002425	10435	0.5061152280824671	13	11	5	5	9	False	105369	maximal	True	MON0030_000000002425	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4447.0	91.545	80.0	0.000994103605549353	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
FIJ0076_000000003694	4676	0.5061137474713161	5	3	3	1	1	True	119038	maximal	True	FIJ0076_000000003694	1.0		1	1	False	False	0.9987168312072754	0					non-mobilizable	no_good_hit	734.0	77.52	33.0	0.00017799915707837185	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
USA0120_01_000000004048	3075	0.5061125261245571	5	5	5	5	4	False	102916	maximal	True	USA0120_01_000000004048	1.0		9	4	False	False	0.9850406646728516	0					non-mobilizable	chromosome	2096.0	99.523	99.0	0.00046624476893398863	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0357_000000004991	4508	0.506102430910085	5	3	3	3	2	False	23889	fragment	False	ISR0357_000000004991	1.0		0	0	False	False	0.9991126656532288	0					non-mobilizable	no_good_hit	2185.0	91.304	48.0	0.0085491862397692	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	False
CAN0021_000000024499	1777	0.5060976469712939	3	2	2	2	2	False	91828	fragment	False	CAN0021_000000024499	1.0		0	0	False	False	0.9971862435340881	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	8.187428803483696e-06	CP051775.1	a-proteobacteria	Rhodospirillaceae bacterium B3 chromosome, complete genome	True	False
CAN0020_000000023110	1542	0.5060976469712939	2	2	2	2	2	False	91827	fragment	False	CAN0020_000000023110	1.0		0	0	False	False	0.9844357967376709	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.2790577518136533e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
SPA0143_000000005717	3236	0.5060967724360255	5	3	3	3	2	False	3409	maximal	True	SPA0143_000000005717	1.0		1	1	False	False	0.998763918876648	0					non-mobilizable	no_good_hit	378.0	99.735	12.0	0.00013654926214371447	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
SPA0062_000000014167	2327	0.5060944879398089	3	3	2	3	2	False	78700	maximal	True	SPA0062_000000014167	1.0		2	2	False	False	0.9995702505111694	0					non-mobilizable	no_good_hit	1470.0	88.77600000000001	63.0	0.0004557590207620789	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ENG0040_000000012483	1874	0.5060920370641325	3	2	2	2	1	True	64851	maximal	True	ENG0040_000000012483	1.0		43	10	False	False	0.9989327788352966	0					non-mobilizable	no_good_hit	387.0	83.721	21.0	0.003539595789164802	NZ_WNAJ01000013.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold13_size109052, whole genome shotgun sequence	True	True
MAD0026_000000008858	1577	0.5060920370641325	2	2	2	2	1	True	19086	fragment	False	MAD0026_000000008858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	347.0	87.896	22.0	0.11890034364261168	NZ_LNAM01000049.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf142, whole genome shotgun sequence	True	True
ISR0293_000000015177	2371	0.5060866378663993	3	3	3	3	3	False	25829	maximal	True	ISR0293_000000015177	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	139.0	96.40299999999999	20.0	4.2931566460864766e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0109_000000027931	1309	0.5060843542842305	2	2	2	2	2	False	8488	maximal	True	MON0109_000000027931	1.0		258	13	False	False	0.9663865566253662	0					non-mobilizable	other	1326.0	72.247	99.0	0.009491079262942381	NZ_WNAJ01000010.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold10_size136760, whole genome shotgun sequence	False	False
ISR0350_000000013367	1483	0.5060825571838413	3	3	2	0	2	False	32523	fragment	False	ISR0350_000000013367	1.0		0	0	False	False	0.999325692653656	0					non-mobilizable	other	1493.0	98.125	100.0	0.014574297659516273	NZ_MIEH01000002.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_2, whole genome shotgun sequence	False	False
ISR0296_000000013084	1996	0.5060810751392051	2	2	2	1	0	False	105781	maximal	True	ISR0296_000000013084	1.0		96	8	False	False	0.9869739413261414	0					non-mobilizable	no_good_hit								True	False
ISR0349_000000004138	2445	0.5060786308177702	4	2	1	2	1	False	24125	fragment	False	ISR0349_000000004138	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2444.0	97.13600000000001	99.0	0.0971106581944611	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	False	True
USA0015_01_000000005167	5817	0.5060748859198182	7	3	3	3	1	True	5360	maximal	True	USA0015_01_000000005167	1.0		1	1	False	False	0.9998281002044678	0					non-mobilizable	no_good_hit								True	True
SPA0019_000000007693	3638	0.5060714763158368	3	3	1	3	1	False	7768	maximal	True	SPA0019_000000007693	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000005330	5684	0.5060703756821134	5	2	2	2	2	False	96787	fragment	False	CAN0003_000000007923	0.9707349517791819		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	80.672	28.0	0.025561857094105984	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
SPA0087_000000004063	3807	0.5060699746895956	4	2	2	2	2	False	127782	maximal	True	SPA0087_000000004063	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	3029.0	98.646	80.0	0.05786736020806242	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0007_000000007434	2321	0.5060699746895956	4	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.9493680846323437		0	0	False	False	1.0	0					non-mobilizable	other	2319.0	98.57700000000001	99.0	0.04430888089956399	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0171_000000016518	1463	0.5060699199648748	2	2	2	2	2	False	99445	fragment	False	SPA0090_000000018322	0.4157471811867383		0	0	False	False	0.9952152967453003	0					non-mobilizable	chromosome	1463.0	100.0	100.0	0.0006524231361203672	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MAD0100_000000010267	3620	0.5060655493476458	4	4	3	4	3	True	17465	maximal	True	MAD0100_000000010267	1.0		6	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.436444239236077e-06	NZ_AP022619.1	high GC Gram+	Mycobacterium paraseoulense strain JCM 16952	True	True
USA0119_01_000000013847	1780	0.5060603254445474	2	2	2	2	2	False	225	maximal	True	USA0119_01_000000013847	1.0		749	12	False	False	0.9971910119056702	0					non-mobilizable	other	1776.0	100.0	99.0	0.0014820801893054764	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
ISR0035_000000009492	1998	0.5060575802588584	3	3	3	3	3	False	36798	maximal	True	ISR0035_000000009492	1.0		70	6	False	False	0.9964964985847473	0					non-mobilizable	other	2004.0	97.056	100.0	0.0018211640538766337	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
ENG0061_000000009316	2306	0.5060570333114772	4	1	1	1	1	False	63264	maximal	True	ENG0061_000000009316	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0095_000000020873	1649	0.5060567829011141	2	2	2	2	2	False	116800	fragment	False	ISR0159_000000013040	0.47595288955547044		0	0	False	False	0.9993935823440552	0					non-mobilizable	other	1649.0	99.818	100.0	0.006251920530806263	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0121_000000015925	1610	0.5060567829011141	2	2	2	2	2	False	116800	fragment	False	ISR0159_000000013040	0.4713238406043802		0	0	False	False	0.9981366395950317	0					non-mobilizable	other	1610.0	99.441	100.0	0.006103968527953444	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0052_000000026144	1422	0.5060523944929224	1	1	1	1	1	False	35775	fragment	False	ISR0805_000000008040	0.9781420765027322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	47.0	97.87200000000001	3.0	1.7876518338198856e-05	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
CAN0023_000000002283	3826	0.5060495620794329	3	3	3	3	3	False	95830	fragment	False	CAN0023_000000002283	0.9702173329755837		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2936.0	99.86399999999999	77.0	0.21350112751873135	NZ_WNCH01000054.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold54_size13747, whole genome shotgun sequence	True	False
ISR0222_000000034946	1269	0.5060489325805161	2	2	2	2	1	True	27844	fragment	False	ISR0222_000000034946	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	3.0	4.368774837167571e-06	NZ_AP021874.1	d-proteobacteria	Desulfosarcina alkanivorans strain PL12	True	True
CHI0132_000000012689	2448	0.5060410871974867	3	3	3	3	2	False	80914	maximal	True	CHI0132_000000012689	1.0		819	16	False	False	1.0	0					non-mobilizable	other	2448.0	98.48899999999999	100.0	0.0005999503269569917	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
DEN0053_000000010223	1275	0.5060400419501315	3	2	2	2	1	False	72098	maximal	True	DEN0053_000000010223	1.0		0	0	False	False	0.95686274766922	0					non-mobilizable	no_good_hit								True	False
USA0057_01_000000029389	1114	0.506037656233998	2	1	1	1	1	False	950	fragment	False	USA0057_01_000000029389	1.0		0	0	False	False	0.9946140050888062	0					non-mobilizable	no_good_hit	28.0	100.0	3.0	2.584083195994097e-05	NZ_KB822471.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.1, whole genome shotgun sequence	True	False
FIJ0165_000000011526	1384	0.5060372594359369	2	2	2	2	2	False	39047	fragment	False	FIJ0165_000000011526	1.0		0	0	False	False	0.9992774724960327	0					non-mobilizable	no_good_hit	791.0	78.12899999999999	57.0	0.0033586834984935003	NZ_CYYA01000002.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MAD0105_000000013688	2573	0.5060366827061079	2	2	2	2	2	False	14833	maximal	True	MAD0105_000000013688	1.0		11	4	False	False	1.0	0					non-mobilizable	other	2573.0	99.53399999999999	100.0	0.0008901126207033551	HE793032.1	bacteria	Brachyspira pilosicoli WesB complete genome	False	False
SPA0090_000000024197	1508	0.5060365665076207	2	2	2	2	2	False	122109	fragment	False	SPA0090_000000024197	0.9630508742780283		0	0	False	False	1.0	0					non-mobilizable	other	1508.0	97.613	100.0	0.0005314315114553995	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	False	False
MON0010_000000020921	1311	0.5060344551301864	2	2	2	1	1	False	13722	fragment	False	MON0010_000000020921	1.0		0	0	False	False	0.9992372393608093	0					non-mobilizable	no_good_hit	197.0	75.127	15.0	0.0005213394329137142	NZ_FQXV01000002.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0054_000000022245	1144	0.5060341358782975	3	3	3	1	1	False	46290	fragment	False	FIJ0054_000000022245	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1144.0	99.738	100.0	0.0002447953153501226	CP046009.1	enterobacteria	Escherichia coli strain 1919D62 chromosome, complete genome	False	False
MON0014_000000001719	7718	0.5060329597291613	8	3	0	3	0	False	13457	maximal	True	MON0014_000000001719	1.0		1	1	False	False	0.9944286346435547	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00016553190191799202	NZ_CYXX01000002.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0158_000000017010	1312	0.5060324941960578	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.2576149306700457		0	0	False	False	1.0	0					non-mobilizable	other	1314.0	99.01100000000001	100.0	0.8503886010362695	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
ENG0108_000000005521	4222	0.5060317000986475	4	4	4	4	4	False	129524	fragment	False	ENG0108_000000005521	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	2780.0	95.54	92.0	0.0007420457200925293	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
TAN0009_000000014303	2644	0.5060231941534665	3	3	3	3	3	False	2702	fragment	False	TAN0009_000000014303	1.0		0	0	False	False	0.9943267703056335	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000017905	1328	0.5060207185759571	2	2	2	2	1	False	54876	fragment	False	ISR0152_000000017905	1.0		0	0	False	False	0.9992470145225525	0					non-mobilizable	other	1326.0	97.36	99.0	0.005333849772645662	NZ_JAAWUO010000004.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_4_length_247851_cov_125.54, whole genome shotgun sequence	False	False
TAN0001_000000002354	4282	0.5060173794997477	6	3	2	2	3	False	3116	maximal	True	TAN0001_000000002354	1.0		2	1	False	False	0.9962634444236755	0					non-mobilizable	no_good_hit	1200.0	76.833	28.0	0.0004078923575150828	NZ_CAEUHO010000001.1	CFB group bacteria	Bacteroides acidifaciens isolate NZ_B_acidifaciens_9G3_hyb, whole genome shotgun sequence	True	False
AST0024_000000022426	1585	0.5060173111025377	3	2	1	2	1	False	121107	maximal	True	AST0024_000000022426	1.0		82	11	False	False	0.9930599331855774	0					non-mobilizable	no_good_hit	580.0	82.414	36.0	0.0017434386067045069	NZ_OLMR01000003.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
TAN0021_000000020626	1138	0.5060173111025377	3	2	1	2	1	False	2355	fragment	False	TAN0021_000000020626	1.0		0	0	False	False	0.982425332069397	0					non-mobilizable	no_good_hit								True	False
MON0089_000000015564	1739	0.506014715855618	2	2	2	2	1	False	9603	maximal	True	MON0089_000000015564	1.0		36	7	False	False	0.9953996539115906	0					non-mobilizable	no_good_hit	504.0	98.611	29.0	7.75315077720327e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
ENG0055_000000008580	2247	0.5060132241015354	4	4	2	2	3	False	63654	fragment	False	ENG0055_000000008580	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	2247.0	100.0	100.0	0.015466189230133591	CP022155.1	enterobacteria	Escherichia coli strain ABWA45 plasmid pABWA45_1, complete sequence	False	True
TAN0009_000000032562	1336	0.5060132090546635	2	2	2	1	1	False	2660	maximal	True	TAN0009_000000032562	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	7.05364163843033e-05	NZ_MKQR01000017.1	high GC Gram+	Actinokineospora bangkokensis strain 44EHW Scaffold24, whole genome shotgun sequence	True	False
ISR0107_000000019064	1511	0.5060123914074031	2	2	2	1	1	False	32837	fragment	False	ISR0107_000000019064	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0038_000000012105	2529	0.5060121539747079	3	3	3	3	3	False	50424	maximal	True	MON0038_000000012105	1.0		112	11	False	False	0.9731119275093079	0					non-mobilizable	other	2527.0	96.557	99.0	0.03480249652112812	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ISR0395_000000010759	3589	0.5060111149522114	2	2	1	2	2	False	22735	maximal	True	ISR0395_000000010759	1.0		43	8	False	False	0.999721348285675	0					non-mobilizable	other	3512.0	99.915	98.0	0.0017540318753203569	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
AST0113_000000021252	1774	0.5060063183051632	2	1	1	1	1	False	106532	fragment	False	AST0113_000000021252	1.0		0	0	False	False	0.9988725781440735	0					non-mobilizable	chromosome	1774.0	99.944	100.0	0.00038789683125700235	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0142_000000006884	4202	0.5060052400672232	5	5	5	5	4	False	103710	fragment	False	ISR0103_000000006253	0.9755053751345294		0	0	False	False	0.9947643876075745	0					non-mobilizable	other	4202.0	99.0	100.0	0.1505896691400509	LR131275.1		Uncultured bacterium DNA fragment from Human ileal mucosa, clone 9D11-Mucin	False	False
MON0099_000000032259	1154	0.506002968783963	2	1	1	1	1	False	9139	maximal	True	MON0099_000000032259	1.0		99	7	False	False	0.9558058977127075	0					non-mobilizable	other	1141.0	99.387	99.0	0.0013887924449690993	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0032_000000015327	2166	0.5060027369124309	2	2	2	2	1	False	36945	maximal	True	ISR0032_000000015327	1.0		400	15	False	False	0.9986149668693542	0					non-mobilizable	no_good_hit	613.0	96.73700000000001	30.0	0.0002731073593062002	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
FIJ0090_000000041027	1162	0.5060024366361411	2	2	2	1	1	False	43417	maximal	True	FIJ0090_000000041027	1.0		22	4	False	False	0.9888123869895935	0					non-mobilizable	no_good_hit	325.0	78.154	28.0	0.0014519319769868782	NZ_QICA01000003.1	actinobacteria	Asaccharobacter celatus DSM 18785 DSM18785T_contig_003, whole genome shotgun sequence	True	False
ISR0226_000000002952	2401	0.5059996446114056	3	3	3	3	2	False	125803	maximal	True	ISR0226_000000002952	0.9838779956427015		7	4	False	False	0.9979175329208374	0					non-mobilizable	chromosome	2026.0	99.06200000000001	100.0	0.0005426661549972451	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0099_000000004360	5210	0.5059957933270202	1	1	1	1	1	False	81033	fragment	False	FIJ0099_000000004360	1.0		0	0	False	False	0.9990403056144714	0					non-mobilizable	other	5210.0	99.079	100.0	0.05462859060543454	NZ_AUME01000009.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00007.7_C, whole genome shotgun sequence	False	False
DEN0010_000000008178	5060	0.5059930354971172	6	6	6	5	5	False	76034	maximal	True	DEN0010_000000008178	1.0		3	2	False	False	0.9972332119941711	0					non-mobilizable	no_good_hit	1959.0	83.56299999999999	40.0	0.0006413770567949511	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
MON0016_000000028527	1352	0.5059927470771938	3	1	1	1	1	False	56999	fragment	False	FIJ0055_000000010204	0.952550735598653		0	0	False	False	0.9948225021362305	0					non-mobilizable	chromosome	1290.0	92.40299999999999	95.0	0.0005147046198433206	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
ISR0359_000000017016	1617	0.5059927175395104	3	3	2	3	2	False	72188	fragment	False	ISR0359_000000017016	1.0		0	0	False	False	0.9993815422058105	0					non-mobilizable	no_good_hit	485.0	89.897	30.0	0.0002257262649298803	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0183_000000004580	7910	0.5059926495297572	5	4	3	4	4	False	29496	maximal	True	ISR0183_000000004580	1.0		19	7	False	False	1.0	0					non-mobilizable	chromosome	7918.0	99.495	100.0	0.0025517941365785202	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0093_000000012918	1940	0.5059919973263688	2	1	1	1	1	False	41585	fragment	False	ISR0093_000000012918	0.9870879120879121		0	0	False	False	1.0	0					non-mobilizable	chromosome	1940.0	97.52600000000001	100.0	0.0005172419772141438	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0285_000000017318	1166	0.5059903345693783	3	1	1	1	1	False	29063	fragment	False	ISR0285_000000017318	0.9921534437663471		0	0	False	False	1.0	0					non-mobilizable	other	1148.0	99.042	98.0	0.017530709335944073	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	False	False
CAN0011_000000001100	26630	0.5059897840900465	27	21	4	16	14	False	115127	fragment	False	CAN0011_000000001100	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	23746.0	98.51799999999999	94.0	0.0042970041984873395	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ISR0793_000000004093	3535	0.5059892973520227	2	2	2	2	2	False	36872	maximal	True	ISR0793_000000004093	1.0		685	13	False	False	1.0	0					non-mobilizable	chromosome	3535.0	100.0	100.0	0.0006411760191460167	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
ENG0041_000000005051	5089	0.5059881042838846	4	3	2	3	2	False	64762	maximal	True	ENG0041_000000005051	1.0		40	8	False	False	0.9998034834861755	0					non-mobilizable	chromosome	5089.0	98.919	100.0	0.0007542209244720676	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ENG0109_000000018063	1352	0.5059876998597079	3	2	2	2	2	False	62274	maximal	False	ENG0071_000000014836	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	86.95700000000001	9.0	0.029029793735676088	MK234000.1	viruses	Uncultured human fecal virus clone UBA11524.sp1_S03.L10_2_c2 sequence	True	False
ENG0071_000000014836	1352	0.5059876998597079	3	2	2	2	2	False	62274	maximal	True	ENG0071_000000014836	1.0		86	6	False	False	0.9992603659629822	0					non-mobilizable	no_good_hit	115.0	86.95700000000001	9.0	0.029029793735676088	MK234000.1	viruses	Uncultured human fecal virus clone UBA11524.sp1_S03.L10_2_c2 sequence	True	False
ETH0001_000000011271	2578	0.5059854933881666	3	2	2	1	1	False	90756	maximal	True	ETH0001_000000011271	1.0		0	0	False	False	0.9926299452781677	0					non-mobilizable	no_good_hit	1299.0	81.678	52.0	0.0003456984394797265	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0065_000000021372	1602	0.5059847047951892	2	2	2	1	1	False	67381	maximal	True	ISR0065_000000021372	1.0		18	7	False	False	0.9912609457969666	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	8.417714128997396e-05	NZ_CZAF01000007.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0381_000000006048	2684	0.5059833672688561	3	2	1	2	0	True	23161	maximal	True	ISR0381_000000006048	1.0		1	1	False	False	0.9809985160827637	0					non-mobilizable	no_good_hit	310.0	79.67699999999999	11.0	0.010566531286569836	NZ_NGJV01000022.1	firmicutes	Vagococcus penaei strain LMG 24833, whole genome shotgun sequence	True	True
ISR0157_000000013477	2321	0.5059833672688561	3	2	1	2	0	True	125815	maximal	True	ISR0157_000000013477	0.9611862189271696		10	3	False	False	1.0	0					non-mobilizable	other	1977.0	97.066	100.0	0.0006194976454384428	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
AST0048_000000006889	2293	0.5059833672688561	4	2	1	2	0	True	125815	maximal	False	ISR0157_000000013477	0.9554071520896166		0	0	False	False	0.9978194236755371	0					non-mobilizable	other	1957.0	97.087	95.0	0.0006132242515605852	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ENG0179_000000016034	2077	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.46489071201967763		0	0	False	False	0.9942224621772766	0					non-mobilizable	other	2082.0	95.773	100.0	0.000686214708957825	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	True
ISR0017_000000016160	2077	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.46561151474636736		0	0	False	False	0.992296576499939	0					non-mobilizable	other	1991.0	96.484	97.0	0.0006232616817651574	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0134_000000013206	2071	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.46566035831547187		0	0	False	False	1.0	0					non-mobilizable	other	2074.0	96.095	100.0	0.0006839042217222768	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	True
SPA0136_000000020285	2048	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4721856996843272		0	0	False	False	1.0	0					non-mobilizable	other	2048.0	99.805	100.0	0.0011652104383719857	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
FIJ0081_000000017708	2017	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4652309061884517		0	0	False	False	1.0	0					non-mobilizable	other	2039.0	98.921	100.0	0.0008808204163626871	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
SPA0116_000000020447	1983	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4649924235767066		0	0	False	False	1.0	0					non-mobilizable	other	1983.0	99.899	100.0	0.0011287620180123537	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
SPA0110_000000009810	1977	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4644729682418484		0	0	False	False	0.999494194984436	0					non-mobilizable	other	1976.0	96.964	100.0	0.0006191839757445499	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ENG0168_000000015404	1977	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4568485309905187		0	0	False	False	0.9989883899688721	0					non-mobilizable	other	1955.0	96.98200000000001	99.0	0.001111107314400657	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
SPA0140_000000011019	1969	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4632371659142155		0	0	False	False	1.0	0					non-mobilizable	other	1969.0	99.79700000000001	100.0	0.0011207889260586843	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
SPA0105_000000012960	1949	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.45434335908483586		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	98.05	100.0	0.00110882928812818	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
USA0117_01_000000011070	1949	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4560638899047693		0	0	False	False	1.0	0					non-mobilizable	other	1949.0	97.281	100.0	0.00110882928812818	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
ENG0053_000000013068	1923	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.45438136713292787		0	0	False	False	1.0	0					non-mobilizable	other	1923.0	97.244	100.0	0.0010940221173570794	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
ISR0343_000000009389	1918	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4598829091494818		0	0	False	False	0.9942648410797119	0					non-mobilizable	other	1940.0	98.814	100.0	0.0008380327710143525	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ISR0183_000000016678	1907	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4525878164654351		0	0	False	False	1.0	0					non-mobilizable	other	1907.0	99.84299999999999	100.0	0.0010849100122671716	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
SPA0055_000000016466	1898	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4525599573997988		0	0	False	False	1.0	0					non-mobilizable	other	1898.0	99.84200000000001	100.0	0.0010803539597222175	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
ENG0066_000000010610	1895	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.4519018824931862		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	99.631	100.0	0.0010786454400178596	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
USA0079_01_000000007158	1798	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.23985963675227479		0	0	False	False	1.0	0					non-mobilizable	chromosome	1738.0	97.296	97.0	0.0008634822172431675	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	True
DEN0071_000000025857	1652	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.2127031634436238		0	0	False	False	1.0	0					non-mobilizable	chromosome	1652.0	99.334	100.0	0.0007060413361329804	NZ_CP007519.1	high GC Gram+	Trueperella pyogenes strain TP6375 chromosome, complete genome	False	True
FIJ0021_000000030043	1593	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.10198610897201724		0	0	False	False	1.0	0					non-mobilizable	chromosome	1586.0	96.406	99.0	0.0007878342074328151	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	False	True
MON0031_000000020691	1543	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.08877011607541169		0	0	False	False	0.9948152899742126	0					non-mobilizable	other	1543.0	95.852	100.0	0.00048336499828893184	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
USA0001_01_000000011602	1461	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.08055096922130568		0	0	False	False	0.9993155598640442	0					non-mobilizable	other	1461.0	97.194	100.0	0.0004573304136958226	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
USA0006_01_000000016727	1411	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.08028469180505794		0	0	False	False	0.9992913007736206	0					non-mobilizable	other	1411.0	99.50399999999999	100.0	0.7347576862949453	KX128148.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_TE_17 genomic sequence	False	True
ISR0269_000000014309	1363	0.5059833672688561	2	2	1	2	0	True	125809	fragment	False	ISR0825_000000011464	0.04667798995682615		0	0	False	False	0.9963316321372986	0					non-mobilizable	other	1363.0	99.486	100.0	0.0007756679457784186	NZ_FLLS01000002.1	actinobacteria	Olegusella massiliensis strain KHD7, whole genome shotgun sequence	False	True
ISR0300_000000002895	2789	0.5059768576505973	6	4	2	4	3	False	25596	maximal	True	ISR0300_000000002895	1.0		1	1	False	False	0.999641478061676	0					non-mobilizable	no_good_hit	2423.0	95.25399999999999	87.0	0.000843170908198591	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ENG0024_000000009670	2838	0.5059764633139731	3	3	3	3	3	False	104345	maximal	True	ENG0024_000000009670	1.0		68	7	False	False	1.0	0					non-mobilizable	other	2838.0	99.89399999999999	100.0	0.00333519078890135	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0066_000000008296	3736	0.505974414013562	3	3	3	3	3	False	45367	maximal	True	FIJ0066_000000008296	1.0		42	9	False	False	0.9954496622085571	0					non-mobilizable	other	3736.0	99.22399999999999	100.0	0.0010295966291877685	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	False	False
ISR0271_000000004141	3618	0.5059740896084934	6	2	2	2	2	False	92507	fragment	False	ISR0271_000000004141	1.0		0	0	False	False	0.9928137063980103	0					non-mobilizable	no_good_hit	322.0	74.53399999999999	9.0	0.0006023822513184215	NZ_JGZM01000001.1	high GC Gram+	Bifidobacterium saeculare DSM 6531 = LMG 14934 Contig01, whole genome shotgun sequence	True	False
AST0024_000000022748	1564	0.5059732158056616	2	2	1	1	2	False	121100	fragment	False	AST0024_000000022748	1.0		0	0	False	False	0.9974424839019775	0					non-mobilizable	plasmid	1579.0	92.337	100.0	0.0482407747946549	AY647243.1	g-proteobacteria	Haemophilus influenzae biotype aegyptius plasmid pF1947, complete sequence	False	True
FIJ0074_000000015524	1998	0.5059674416021543	2	1	1	1	1	False	44634	fragment	False	FIJ0074_000000015524	0.9840862422997947		0	0	False	False	1.0	0					non-mobilizable	chromosome	1998.0	97.34700000000001	100.0	0.00028207684835551456	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ETH0004_000000023508	1234	0.5059653621107525	2	2	2	2	2	False	57832	fragment	False	ISR0067_000000022638	0.29978050984743126		0	0	False	False	0.9975689053535461	0					non-mobilizable	chromosome	1233.0	91.646	99.0	0.0003645814051636692	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
SPA0114_000000016822	2734	0.5059649577429236	2	2	2	2	0	True	112259	maximal	True	SPA0114_000000016822	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	86.78	72.0	0.0004049954054310973	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	True
ENG0120_000000012371	1716	0.5059635509122336	2	2	2	2	0	True	59174	maximal	True	ENG0120_000000012371	1.0		0	0	False	False	0.9825174808502197	0					non-mobilizable	no_good_hit								True	True
MAD0100_000000015970	2291	0.5059619967640947	2	2	2	2	2	False	15166	maximal	True	MAD0100_000000015970	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	856.0	72.547	37.0	0.012707633657075428	NZ_CYYA01000018.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0153_000000015512	1662	0.5059614719225807	3	1	1	1	1	True	39642	fragment	False	FIJ0153_000000015512	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1026.0	77.68	62.0	0.02214776781829258	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0787_000000012553	1215	0.5059614719225807	2	1	1	1	1	True	22121	fragment	False	ISR0787_000000012553	1.0		0	0	False	False	0.9925925731658936	0					non-mobilizable	no_good_hit	1022.0	77.495	84.0	0.02203898703333043	NZ_VZBY01000010.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_28_length_45964_cov_45.7631_ID_55, whole genome shotgun sequence	True	True
ISR0122_000000015258	1178	0.5059580851716081	2	2	2	2	1	False	130039	fragment	False	USA0135_01_000000006480	0.011880209719119177		0	0	False	False	0.950764000415802	0					non-mobilizable	other	966.0	98.551	100.0	0.00029054302038889406	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
SPA0048_000000017723	1163	0.5059575143610171	2	2	2	1	1	False	6618	maximal	False	SPA0101_000000033064	0.9927843803056027		0	0	False	False	0.9974204897880554	0					non-mobilizable	no_good_hit	862.0	74.362	73.0	0.00015477789917101974	CP053228.1	firmicutes	Blautia producta strain SCSK chromosome, complete genome	True	False
ISR0012_000000007919	2969	0.505954846287258	3	2	2	2	2	False	116437	maximal	True	ISR0012_000000007919	1.0		22	5	False	False	1.0	0					non-mobilizable	chromosome	1455.0	95.32600000000001	100.0	0.00038830778202025097	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0152_000000010493	2272	0.505954385544951	3	3	3	2	1	True	57046	maximal	True	ENG0152_000000010493	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0094_000000006536	4557	0.5059522110343516	8	1	0	1	1	False	19986	maximal	True	MON0094_000000006536	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	298.0	93.96	10.0	0.0011207366571757437	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
MAD0005_000000006749	3733	0.5059522110343516	5	1	0	1	1	False	19985	fragment	False	MAD0005_000000006749	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	176.0	94.318	5.0	0.0006625976858302538	NZ_CABKQR010000004.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	True	False
MAD0085_000000004304	2555	0.5059522110343516	2	1	0	1	1	False	16072	fragment	False	MAD0085_000000004304	1.0		0	0	False	False	0.9996086359024048	0					non-mobilizable	no_good_hit	208.0	77.404	8.0	0.038636363636363635	LN853296.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0676	True	False
FIJ0114_000000022429	1775	0.5059516661529324	2	2	1	2	2	False	41852	maximal	True	FIJ0114_000000022429	1.0		1	1	False	False	0.999436616897583	0					non-mobilizable	no_good_hit								True	False
ENG0052_000000007747	3693	0.5059513360922934	6	5	3	4	2	True	64000	fragment	False	ISR0137_000000007194	0.9446842302908794		0	0	False	False	0.9989168643951416	0					non-mobilizable	no_good_hit	917.0	80.262	42.0	0.10016787912702854	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	True
USA0034_01_000000029998	1745	0.5059508887969533	3	3	1	2	2	True	9669	fragment	False	USA0034_01_000000029998	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	615.0	95.285	35.0	0.0764727861502055	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ETH0002_000000002394	10993	0.505946036664398	20	5	3	3	3	True	100667	fragment	False	ISR0022_000000001841	0.14035174320505664		0	0	False	False	1.0	0					non-mobilizable	chromosome	10993.0	99.027	100.0	0.002931660304065725	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0256_000000007939	2239	0.5059457378026374	3	3	2	3	1	False	26843	fragment	False	ISR0256_000000007939	1.0		0	0	False	False	0.999553382396698	0		MOBP			mobilizable	no_good_hit	1098.0	90.71	75.0	0.0026051446853622246	CP002404.1	firmicutes	Ruminococcus albus 7 plasmid pRUMAL01, complete sequence	True	True
ISR0261_000000013923	1325	0.5059429216636826	2	2	2	2	2	False	26678	fragment	False	ISR0261_000000013923	1.0		0	0	False	False	0.9599999785423279	0					non-mobilizable	other	1228.0	97.15	93.0	0.11523988711194733	NZ_PYLP01000033.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_32, whole genome shotgun sequence	False	False
ISR0384_000000006089	2650	0.5059422998866292	4	4	3	4	3	False	126802	maximal	True	ISR0384_000000006089	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	963.0	95.639	100.0	0.00039617530221751097	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0032_000000005499	5575	0.5059396572451774	6	5	4	4	3	True	36973	maximal	True	ISR0032_000000005499	0.9865099248410099		10	5	False	False	1.0	0					non-mobilizable	no_good_hit	4392.0	94.30799999999999	81.0	0.19164662147386835	NZ_WNCH01000036.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold36_size22865, whole genome shotgun sequence	True	True
ISR0235_000000001576	2701	0.5059385343939458	3	2	2	2	1	False	27345	maximal	True	ISR0235_000000001576	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	81.76899999999999	27.0	0.021279063025453702	NZ_QSFT01000036.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf36, whole genome shotgun sequence	True	False
ENG0148_000000014675	2554	0.5059374672010271	5	4	4	4	3	False	128424	fragment	False	ENG0148_000000014675	0.9831208814336841		0	0	False	False	0.9992169141769409	0					non-mobilizable	other	2554.0	99.68700000000001	100.0	0.01219855987232843	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0363_000000006301	2979	0.5059370474350646	2	2	1	2	2	False	23711	maximal	True	ISR0363_000000006301	1.0		43	7	False	False	0.9966431856155396	0					non-mobilizable	chromosome	2987.0	84.566	100.0	0.0007936023116101484	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0034_000000001100	19514	0.505931359403657	35	25	10	18	19	False	86007	fragment	False	SPA0034_000000001100	1.0		0	0	False	False	1.0	0	rep_cluster_1817				non-mobilizable	no_good_hit	7112.0	98.62200000000001	86.0	0.002124993759250883	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	True
ISR0102_000000005190	3672	0.5059272965923687	4	2	2	1	1	False	81121	fragment	False	ISR0102_000000005190	1.0		0	0	False	False	0.9983659982681274	0					non-mobilizable	other	3657.0	96.883	99.0	0.03626216200083567	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
CHI0130_000000005664	2862	0.5059272965923687	4	2	2	1	1	False	81120	fragment	False	CHI0130_000000005664	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2864.0	96.927	100.0	0.028373027716428897	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
CHI0154_000000006492	4393	0.5059272146389565	6	3	3	3	2	False	79210	maximal	True	CHI0154_000000006492	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	0.014989293361884369	NZ_PQNY01000070.1	CFB group bacteria	Flavobacterium croceum DSM 17960 Ga0002101_170, whole genome shotgun sequence	True	False
MAD0096_000000015894	1252	0.5059257436806313	3	1	1	1	1	False	114808	maximal	False	MON0007_000000048836	0.9144805688628208		0	0	False	False	0.9928115010261536	0					non-mobilizable	other	1254.0	91.228	100.0	0.0432348367029549	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
MAD0105_000000035405	1132	0.5059257436806313	2	1	1	1	1	False	114808	maximal	False	MON0007_000000048836	0.38083067092651757		0	0	False	False	0.9849823117256165	0					non-mobilizable	chromosome	1135.0	90.30799999999999	100.0	0.0004903854533724081	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MON0087_000000026206	1936	0.5059256008189611	3	3	3	2	1	True	54616	maximal	True	MON0087_000000026206	1.0		151	11	False	False	1.0	0					non-mobilizable	other	1160.0	97.069	99.0	0.016570399176484046	NZ_JAAIPW010000017.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_17_length_69944_cov_409.832, whole genome shotgun sequence	False	True
SPA0124_000000005277	5379	0.505925160631998	8	5	3	4	3	False	124375	maximal	True	SPA0124_000000005277	1.0		1	1	False	False	0.9973973035812378	0					non-mobilizable	no_good_hit	3531.0	79.637	64.0	0.02807020370027305	NZ_QGDL01000017.1	firmicutes	Faecalicatena orotica strain NLAE-zl-C242 Ga0104394_117, whole genome shotgun sequence	True	False
ENG0078_000000016026	1623	0.5059239319780028	2	2	2	2	1	False	61908	maximal	False	ISR0268_000000011955	0.9680597014925374		0	0	False	False	0.9993838667869568	0					non-mobilizable	no_good_hit	472.0	78.178	29.0	0.000130734017977618	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
CAN0001_000000006395	7212	0.5059231537533014	10	9	4	4	7	True	97457	fragment	False	CAN0001_000000006395	1.0		0	0	False	False	0.9871048331260681	0					non-mobilizable	other	7114.0	99.97200000000001	99.0	0.07049344419888408	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	True
MON0059_000000001102	14819	0.5059229330878923	18	10	6	6	9	False	70518	fragment	False	MON0059_000000001102	1.0		0	0	False	False	0.9975706934928894	0					non-mobilizable	no_good_hit								True	False
ENG0075_000000014338	1716	0.5059225490776608	3	1	1	1	1	True	62082	maximal	True	ENG0075_000000014338	1.0		1	1	False	False	0.9883449673652649	0					non-mobilizable	no_good_hit								True	True
FIJ0011_000000003931	10124	0.5059196367758695	10	5	4	5	5	False	51025	maximal	True	FIJ0011_000000003931	1.0		5	2	False	False	0.9999012351036072	0					non-mobilizable	no_good_hit	3238.0	93.051	84.0	0.021916932037777958	NZ_QJKD01000015.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_115, whole genome shotgun sequence	True	False
MON0004_000000001259	13608	0.505916783648955	22	10	5	10	7	True	75154	maximal	False	DEN0018_000000001787	0.9240027856045396		0	0	True	True	1.0	476					non-mobilizable	plasmid	7412.0	95.04899999999999	99.0	0.5233050847457628	LN852912.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0239	False	True
SPA0091_000000003892	3694	0.5059153581894428	8	5	2	3	5	True	114431	maximal	True	SPA0091_000000003892	1.0		16	6	False	False	0.9997292757034302	0					non-mobilizable	no_good_hit	2239.0	92.139	88.0	0.0007768204558087827	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0120_000000007703	3808	0.5059152999327369	4	2	2	1	1	False	32296	maximal	True	ISR0120_000000007703	1.0		0	0	False	False	0.9960609078407288	0					non-mobilizable	no_good_hit	1017.0	85.84100000000001	43.0	0.000323099496356227	CP051144.1	firmicutes	Romboutsia sp. CE17 chromosome, complete genome	True	False
ISR0056_000000009709	2211	0.5059146559905834	4	4	4	4	4	False	98261	fragment	False	ISR0056_000000009709	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2211.0	99.91	100.0	0.00047178924469957594	CP055158.1	enterobacteria	Escherichia coli strain SCU-321 chromosome, complete genome	False	False
SPA0120_000000009922	4261	0.5059113702646949	3	3	2	3	0	True	4358	maximal	True	SPA0120_000000009922	1.0		75	8	False	False	0.9948368668556213	0					non-mobilizable	other	2226.0	99.32600000000001	97.0	0.0029029715991524627	NZ_KE150239.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.2, whole genome shotgun sequence	False	True
USA0019_01_000000006873	4240	0.5059103377022128	7	5	3	2	4	True	1842	maximal	True	USA0019_01_000000006873	1.0		1	1	False	False	0.9919811487197876	0					non-mobilizable	no_good_hit	809.0	72.682	19.0	0.008451425644527916	NZ_OFSM01000023.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	True
SPA0132_000000015268	2676	0.5059101095936029	3	3	3	3	3	False	97345	fragment	False	SPA0132_000000015268	0.9827800530048421		0	0	False	False	1.0	0					non-mobilizable	other	2677.0	99.73899999999999	100.0	0.0005651670801580525	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0108_000000005153	4602	0.5059100812977589	8	6	5	5	6	False	128426	maximal	True	ENG0108_000000005153	1.0		85	6	False	False	1.0	0					non-mobilizable	other	4602.0	99.67399999999999	100.0	0.021984165284991423	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0087_000000004886	2573	0.5059065552472933	3	2	2	2	2	False	68890	fragment	False	DEN0087_000000004886	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2577.0	97.478	100.0	0.0008751744998068569	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MAD0079_000000000613	7788	0.5059064371690601	9	5	5	5	4	True	16181	maximal	True	MAD0079_000000000613	1.0		2	1	False	False	0.9992296099662781	0					non-mobilizable	no_good_hit	1068.0	79.40100000000001	14.0	0.0036758160625831246	NZ_CYXL01000007.1	firmicutes	Blautia hydrogenotrophica strain 2789STDY5608857, whole genome shotgun sequence	True	True
AUS0020_000000014565	1835	0.5059056231780024	2	2	2	1	1	False	99565	maximal	True	AUS0020_000000014565	1.0		43	9	False	False	0.9950953722000122	0					non-mobilizable	chromosome	1835.0	99.346	100.0	0.00033320760832517574	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
FIJ0127_000000001775	9726	0.5059039708127273	18	7	5	5	1	False	41066	fragment	False	FIJ0127_000000001775	1.0		0	0	False	False	0.9978408217430115	0					non-mobilizable	no_good_hit	36.0	100.0	0.0	0.002236278832023513	NZ_PVWO01000089.1	cyanobacteria	Chamaesiphon polymorphus CCALA 037 NODE_174_length_15651_cov_5.40972_ID_65977, whole genome shotgun sequence	True	False
SPA0114_000000013340	3375	0.5059007189770868	7	4	3	4	4	False	4460	maximal	True	SPA0114_000000013340	1.0		7	4	False	False	0.9949629902839661	0					non-mobilizable	no_good_hit	576.0	96.007	18.0	0.00022345647922748568	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
MAD0111_000000002532	6677	0.5058995880803744	5	3	2	2	1	True	52569	maximal	True	MAD0111_000000002532	1.0		1	1	False	False	0.9998502135276794	0					non-mobilizable	no_good_hit	1850.0	96.973	28.0	0.053522839113066635	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	True	True
AST0093_000000004218	4657	0.5058986775504215	6	6	4	3	6	False	109579	maximal	True	AST0093_000000004218	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	4656.0	99.31299999999999	100.0	0.27275924731813117	CP027197.1	firmicutes	Lactobacillus sp. CBA3606 plasmid pCBA3606-3, complete sequence	False	True
MON0037_000000031856	2222	0.5058970408951731	3	3	3	3	2	False	12107	maximal	True	MON0037_000000031856	1.0		7	1	False	False	0.9963996410369873	0					non-mobilizable	no_good_hit	1330.0	79.699	59.0	0.0059218849539259405	NZ_FNBY01000005.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
MAD0026_000000004588	2788	0.505894520934759	3	1	1	1	1	False	19102	maximal	True	MAD0026_000000004588	1.0		1	1	False	False	0.9992826581001282	0					non-mobilizable	no_good_hit	1201.0	83.68	42.0	0.04894760595741189	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
AST0085_000000000742	23135	0.5058932317944604	40	12	9	9	7	True	111155	maximal	True	AST0085_000000000742	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1891.0	91.539	13.0	0.4865429840606219	MK233837.1	viruses	Uncultured human fecal virus clone R.gnavus_S05.G04_6_c1 sequence	True	True
ISR0385_000000000648	19427	0.5058893220035714	23	15	9	9	14	True	71068	maximal	True	ISR0385_000000000648	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	8.994999904428127e-06	NZ_CP016379.1	firmicutes	Anoxybacter fermentans strain DY22613 chromosome, complete genome	True	True
USA0082_01_000000019430	1535	0.505883837624021	2	2	2	2	2	False	522	maximal	True	USA0082_01_000000019430	1.0		1	1	False	False	0.9973941445350647	0					non-mobilizable	no_good_hit	447.0	74.497	29.0	0.00015053091881286491	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0133_000000010252	2058	0.5058833623441853	2	2	2	2	2	False	31534	maximal	True	ISR0133_000000010252	1.0		31	6	False	False	0.9820213913917542	0					non-mobilizable	no_good_hit	975.0	76.513	47.0	0.02594396748930215	NZ_JAAIOD010000022.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_22_length_37157_cov_278.239, whole genome shotgun sequence	True	False
FIJ0101_000000008606	3237	0.5058813507599385	4	4	4	4	3	False	86702	fragment	False	FIJ0101_000000008606	1.0		0	0	False	False	0.9996910691261292	0					non-mobilizable	chromosome	3237.0	99.62899999999999	100.0	0.0006389477344307333	CP031892.1	enterobacteria	Escherichia coli O113:H21 strain FWSEC0011 chromosome, complete genome	False	False
MON0053_000000023490	1698	0.5058807642602123	3	2	2	2	2	True	119978	fragment	False	ISR0141_000000018575	0.9711934156378601		0	0	False	True	1.0	0					non-mobilizable	chromosome	1702.0	89.65899999999999	100.0	0.0005988241591848934	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0119_000000002923	3463	0.5058804297681093	7	7	0	3	6	False	81952	fragment	False	CHI0119_000000002923	1.0		0	0	False	False	0.9991337060928345	0					non-mobilizable	plasmid	3424.0	99.883	99.0	0.10361423901198692	CP040529.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 plasmid p_Bt, complete sequence	False	True
DEN0073_000000009041	4976	0.5058768593324654	2	2	2	2	2	False	118377	maximal	True	DEN0073_000000009041	1.0		4	3	False	False	1.0	0					non-mobilizable	other	3371.0	91.338	93.0	0.0014055193777652954	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	False
CHI0183_000000002169	2661	0.5058760620689045	4	3	1	1	3	True	97240	fragment	False	CHI0183_000000002169	1.0		0	0	False	False	0.9977452158927917	0					non-mobilizable	no_good_hit	1422.0	80.309	53.0	0.032342857142857145	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
ISR0140_000000006054	4798	0.5058758831640517	5	3	3	2	2	False	31267	maximal	True	ISR0140_000000006054	1.0		18	5	False	False	0.996873676776886	0					non-mobilizable	other	2561.0	96.681	99.0	0.007341360346326308	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
FIJ0088_000000015291	1830	0.5058755332891653	2	2	2	2	1	False	43658	maximal	True	FIJ0088_000000015291	1.0		309	12	False	False	1.0	0					non-mobilizable	other	1830.0	99.508	100.0	0.0011017753703507368	NZ_LT700189.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
ENG0015_000000000421	38190	0.5058719879789314	37	18	11	17	9	True	128699	maximal	True	ENG0015_000000000421	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	100.0	1.0	2.261076011287987e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	True
FIJ0135_000000017033	1670	0.50587158241809	3	3	2	3	3	False	51959	maximal	True	FIJ0135_000000017033	1.0		1	1	False	False	0.9988024234771729	0					non-mobilizable	no_good_hit	564.0	94.32600000000001	58.0	0.000457065848332075	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
ISR0006_000000004019	4637	0.5058699258884934	7	6	6	5	5	False	103274	fragment	False	ENG0001_000000004788	0.8299639755188586		0	0	False	False	1.0	0					non-mobilizable	other	4637.0	99.073	100.0	0.0008730096707100172	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0100_000000004206	6773	0.5058695132422386	8	6	5	5	6	True	60612	maximal	True	ENG0100_000000004206	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	734.0	91.008	11.0	0.022306307405938176	NZ_FUWW01000019.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	True
MAD0098_000000028615	1584	0.5058655222790266	2	1	1	1	1	False	15291	maximal	True	MAD0098_000000028615	1.0		187	14	False	False	0.9987373948097229	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	5.595225921717001e-05	NZ_CADIJQ010000003.1	b-proteobacteria	Achromobacter kerstersii strain LMG 3441 isolate LMG 3441, whole genome shotgun sequence	True	False
FIJ0147_000000003204	5505	0.5058628739038701	4	1	1	1	1	False	59229	maximal	True	FIJ0147_000000003204	1.0		4	1	False	False	0.9840145111083984	0					non-mobilizable	no_good_hit	990.0	71.818	18.0	0.0011180001551798322	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0362_000000004442	5273	0.5058628739038701	3	1	1	1	1	False	64443	maximal	True	ISR0362_000000004442	1.0		3	1	False	False	0.9990517497062683	0					non-mobilizable	no_good_hit	296.0	85.135	6.0	9.684269043265577e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0058_000000012868	3064	0.5058628739038701	3	1	1	1	1	False	59224	fragment	False	FIJ0058_000000012868	1.0		0	0	False	False	0.9967362880706787	0					non-mobilizable	no_good_hit								True	False
ENG0046_000000006378	2951	0.5058628739038701	3	1	1	1	1	False	64442	fragment	False	ENG0046_000000006378	1.0		0	0	False	False	0.9976279139518738	0					non-mobilizable	no_good_hit								True	False
CHI0048_000000007096	2595	0.5058628739038701	4	1	1	1	1	False	86926	maximal	True	CHI0048_000000007096	1.0		1	1	False	False	0.9996146559715271	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	7.965715560228775e-05	NZ_OLMM01000004.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	False
ISR0387_000000009750	2485	0.5058628739038701	2	1	1	1	1	False	59221	maximal	True	ISR0387_000000009750	1.0		2	1	False	False	0.997183084487915	0					non-mobilizable	no_good_hit								True	False
ISR0298_000000006165	2352	0.5058628739038701	3	1	1	1	1	False	25639	fragment	False	ISR0298_000000006165	0.9875690607734806		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0160_000000007963	2252	0.5058628739038701	2	1	1	1	1	False	39343	maximal	True	FIJ0160_000000007963	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	95.294	4.0	3.9175632756425507e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
DEN0071_000000018308	2238	0.5058628739038701	3	1	1	1	1	False	70457	fragment	False	DEN0071_000000018308	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0038_000000012705	2172	0.5058628739038701	3	1	1	1	1	False	25639	fragment	False	ISR0298_000000006165	0.9502551020408163		0	0	False	False	0.9769797325134277	0					non-mobilizable	no_good_hit								True	False
MAD0053_000000005784	1970	0.5058628739038701	2	1	1	1	1	False	59220	maximal	True	MAD0053_000000005784	1.0		0	0	False	False	0.9883248805999756	0					non-mobilizable	no_good_hit	91.0	86.81299999999999	4.0	4.104113907816005e-05	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
CHI0186_000000009845	1955	0.5058628739038701	2	1	1	1	1	False	77146	maximal	True	CHI0186_000000009845	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0028_000000019081	1584	0.5058628739038701	3	1	1	1	1	False	59227	fragment	False	FIJ0028_000000019081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000017771	1432	0.5058628739038701	2	1	1	1	1	False	911	fragment	False	USA0059_01_000000017771	1.0		0	0	False	False	0.9881284832954407	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	0.0448642266824085	GQ880476.1		Uncultured organism clone VC1CI08TF genomic sequence	True	False
ENG0119_000000025602	1169	0.5058628739038701	1	1	1	1	1	False	59215	fragment	False	ENG0119_000000025602	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0153_000000006716	4469	0.5058601188553654	6	6	6	5	6	False	103503	maximal	True	AST0153_000000006716	1.0		3	2	False	False	0.9995524883270264	0					non-mobilizable	no_good_hit	145.0	78.62100000000001	3.0	3.750567468671692e-05	LR215979.1	fusobacteria	Fusobacterium ulcerans ATCC 49185 isolate Fusobacterium ulcerans 81A6 genome assembly, chromosome: 1	True	False
FIJ0039_000000018520	1239	0.5058583445128921	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.9688933345387124		0	0	False	False	0.9967715740203857	0					non-mobilizable	other	1239.0	99.031	100.0	0.0033882996920971604	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0178_000000008785	1194	0.5058583445128921	2	2	2	2	2	False	86870	fragment	False	CHI0142_000000014561	0.9587948754306184		0	0	False	False	0.9773869514465332	0					non-mobilizable	other	1194.0	99.162	100.0	0.0032651385562777967	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0121_000000019318	1346	0.5058561057483376	1	1	1	1	1	False	49440	fragment	False	ISR0121_000000019318	0.9984767707539985		0	0	False	False	0.9970282316207886	0					non-mobilizable	other	1346.0	99.62899999999999	100.0	0.00244222193169768	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0025_000000005880	3557	0.5058553151027169	3	3	3	3	3	False	49185	maximal	True	FIJ0025_000000005880	1.0		23	7	False	False	1.0	0					non-mobilizable	no_good_hit	2436.0	71.1	68.0	0.00787259694138306	NZ_JAAITI010000001.1	firmicutes	Blautia luti strain MSK.16.34 NODE_1_length_305236_cov_206.415, whole genome shotgun sequence	True	False
CAN0021_000000021432	2023	0.5058525993110764	2	2	2	2	1	False	91562	maximal	True	CAN0021_000000021432	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	74.08	57.0	0.0002905141923908077	LT827128.1	actinobacteria	Gordonibacter sp. Marseille-P2775 genome assembly, chromosome: contig00001	True	False
MON0109_000000006343	5029	0.5058514873948213	6	6	2	4	3	True	48345	fragment	False	MON0109_000000006343	1.0		0	0	False	False	0.9992046356201172	0					non-mobilizable	no_good_hit	381.0	74.541	8.0	0.004085790768497144	NZ_BAKG01000012.1	CFB group bacteria	Prevotella dentasini JCM 15908, whole genome shotgun sequence	True	True
ENG0054_000000024777	1149	0.5058472144395512	1	1	1	1	1	False	63709	fragment	False	ENG0054_000000024777	1.0		0	0	False	False	0.9477806687355042	0					non-mobilizable	other	1149.0	96.693	100.0	0.005986363232008205	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0340_000000004232	5937	0.5058469667048775	5	5	5	5	4	False	24947	maximal	True	ISR0340_000000004232	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	4740.0	99.895	80.0	0.001251155384839186	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	True	False
ISR0266_000000004545	3334	0.5058455605333174	5	4	3	4	3	False	102060	fragment	False	ENG0066_000000005451	0.9758088453547047		0	0	False	False	0.9994001388549805	0					non-mobilizable	no_good_hit	1626.0	94.772	49.0	0.004532598448038291	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
AST0104_000000013888	2435	0.5058399395020696	2	2	2	2	1	False	107890	maximal	True	AST0104_000000013888	1.0		13	3	False	False	0.9815195202827454	0					non-mobilizable	no_good_hit	1481.0	78.866	61.0	0.0031434034254164797	NZ_JAAIPW010000001.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_1_length_470191_cov_283.91, whole genome shotgun sequence	True	False
ISR0232_000000020706	1418	0.5058388487437673	2	1	1	1	1	False	27426	maximal	True	ISR0232_000000020706	1.0		26	9	False	False	0.9732016921043396	0					non-mobilizable	no_good_hit	54.0	87.037	4.0	0.003250935410660615	NZ_NMQT01000168.1	high GC Gram+	Amycolatopsis thailandensis strain JCM 16380 contig168, whole genome shotgun sequence	True	False
MON0104_000000007999	4980	0.5058363674696318	5	4	3	4	3	True	92263	maximal	True	MON0104_000000007999	1.0		97	10	False	False	1.0	0					non-mobilizable	chromosome	4906.0	100.0	99.0	0.0009904442824104972	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	False	True
SPA0003_000000011082	1637	0.5058360771144848	2	1	1	1	1	False	77292	fragment	False	ISR0199_000000017104	0.6390134529147983		0	0	False	False	1.0	0					non-mobilizable	chromosome	1637.0	100.0	100.0	0.00029682059064031784	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0006_000000012386	2833	0.5058330243301484	2	2	2	2	2	False	127144	fragment	False	AST0007_000000006286	0.5621851052882544		0	0	False	False	0.9996470212936401	0					non-mobilizable	no_good_hit	902.0	81.153	65.0	0.000373910911114418	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MON0027_000000029705	1394	0.5058322182825228	2	2	2	2	2	False	44579	fragment	False	ISR0370_000000018550	0.9445004839777879		0	0	False	False	1.0	0					non-mobilizable	other	1422.0	78.12899999999999	100.0	0.0006603063974025727	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	False	False
MON0109_000000003910	7366	0.5058301886634866	8	4	3	3	4	False	50507	maximal	True	MON0109_000000003910	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1595.0	88.652	31.0	0.0023952635691530926	NZ_JH414505.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.2, whole genome shotgun sequence	True	False
MAD0112_000000008124	3387	0.5058274780350561	6	2	2	1	0	True	52051	fragment	False	MAD0112_000000008124	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	1.4776864578139583e-05	NZ_AP014612.1	firmicutes	Streptococcus troglodytae strain TKU 31	True	True
TAN0017_000000016365	2220	0.5058274780350561	2	2	2	1	0	True	18940	fragment	False	TAN0017_000000016365	1.0		0	0	False	False	0.9833333492279053	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0001203354454278755	NZ_AUIN01000012.1	firmicutes	Streptococcus devriesei DSM 19639 G573DRAFT_scaffold00002.2_C, whole genome shotgun sequence	True	True
ISR0326_000000010593	1856	0.5058263408610031	4	4	3	4	4	False	24824	fragment	False	ISR0326_000000010593	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1856.0	99.461	100.0	0.00039177314413048857	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
AUS0002_000000019736	1867	0.5058261599317785	2	1	1	0	1	False	102903	fragment	False	AUS0002_000000019736	0.9600216099405727		0	0	False	False	0.9962506890296936	0					non-mobilizable	other	1867.0	92.60799999999999	100.0	0.001999661364956417	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
FIJ0110_000000005844	2969	0.5058230853802392	4	4	4	4	3	False	42122	maximal	True	FIJ0110_000000005844	1.0		2	1	False	False	0.996968686580658	0					non-mobilizable	no_good_hit	1599.0	73.859	61.0	0.0003903177974066448	CP045144.1	a-proteobacteria	Ancylobacter sp. TS-1 chromosome, complete genome	True	False
AUS0022_000000019048	1796	0.5058217677426603	3	2	2	2	0	False	99200	maximal	True	AUS0022_000000019048	1.0		4	3	False	False	0.9899777173995972	0					non-mobilizable	no_good_hit	665.0	99.699	37.0	0.004494503709319327	NZ_RCXZ01000013.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0013, whole genome shotgun sequence	True	False
MON0019_000000024134	2730	0.5058211209421912	5	4	3	4	3	False	107403	maximal	True	MON0019_000000024134	1.0		55	10	False	False	1.0	0					non-mobilizable	no_good_hit	682.0	77.419	25.0	0.00026076399575937893	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0228_000000005627	4267	0.5058203218824897	5	2	2	2	1	False	38500	maximal	True	ISR0228_000000005627	1.0		49	10	False	False	0.9981251358985901	0					non-mobilizable	no_good_hit	322.0	75.77600000000001	8.0	9.566657329210502e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0006_000000004609	4115	0.5058203218824897	5	2	2	2	1	False	38499	fragment	False	ISR0006_000000004609	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	323.0	75.851	8.0	9.566657329210502e-05	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
MON0101_000000061241	1096	0.5058189361963994	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.15708973629419254		0	0	False	False	1.0	0					non-mobilizable	chromosome	1096.0	99.088	100.0	0.00038167513207005253	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0058_000000012314	2660	0.5058170897741193	3	2	2	2	1	False	63464	maximal	True	ENG0058_000000012314	1.0		4	2	False	False	0.9996240735054016	0					non-mobilizable	no_good_hit	97.0	86.598	4.0	1.714896165744895e-05	NZ_LGUF01000007.1	firmicutes	Sporosarcina globispora strain DSM 4 scaffold1, whole genome shotgun sequence	True	False
MAD0026_000000009351	1507	0.5058166722262004	1	1	1	1	1	False	19083	fragment	False	MAD0026_000000009351	0.9784189537884118		0	0	False	False	0.9555408358573914	0					non-mobilizable	other	1436.0	99.93	95.0	0.04110570037238614	NZ_VJZV01000039.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold39_1, whole genome shotgun sequence	False	False
ENG0070_000000007861	3075	0.5058163056678774	2	2	2	2	2	False	62439	maximal	True	ENG0070_000000007861	1.0		2	1	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	2352.0	100.0	81.0	0.11514914042219719	AF488831.1	firmicutes	Lactobacillus salivarius UCC118 plasmid pSF118-20, complete sequence	True	True
DEN0045_000000010794	3367	0.5058122780743891	6	3	3	2	2	False	127780	fragment	False	FIJ0043_000000007004	0.7799312847389223		0	0	False	False	1.0	0					non-mobilizable	other	3161.0	98.829	94.0	0.060391646905836455	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
MAD0101_000000009945	2809	0.5058104367105182	3	2	2	2	2	False	50714	maximal	True	MAD0101_000000009945	0.9741003219811432		45	6	False	False	1.0	0					non-mobilizable	no_good_hit	1473.0	84.65700000000001	52.0	0.00039053236443605286	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0065_000000009983	1860	0.505808903841134	6	5	4	4	1	False	45423	fragment	False	FIJ0169_000000011872	0.9683533972109581		0	0	False	False	1.0	0					non-mobilizable	other	1860.0	98.118	100.0	0.0004337082028009291	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0214_000000016878	1766	0.5058041688451419	1	1	1	1	1	False	95592	fragment	False	ISR0075_000000014007	0.9558004493461564		0	0	False	False	0.9824461936950684	0					non-mobilizable	other	1727.0	99.537	98.0	0.0033874886658475985	NZ_CZAF01000003.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CHI0016_000000004098	1149	0.5058013707273613	2	2	2	1	2	False	89658	fragment	False	SPA0115_000000024347	0.9507285423405605		0	0	False	False	0.9991296529769897	0					non-mobilizable	other	1148.0	99.303	99.0	0.00026759726122252056	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CHI0151_000000002450	9336	0.5057996053559412	7	3	2	0	2	False	87754	maximal	True	CHI0151_000000002450	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3586.0	80.257	38.0	0.14258768761537843	NZ_KB291028.1	CFB group bacteria	Prevotella saccharolytica F0055 Scfld96, whole genome shotgun sequence	True	False
ISR0805_000000003499	3353	0.5057996053559412	4	3	2	0	2	False	111765	fragment	False	ISR0805_000000003499	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3353.0	99.97	100.0	0.008917810879622855	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	False
ISR0849_000000008125	3317	0.5057996053559412	5	3	2	0	2	False	118042	fragment	False	ISR0849_000000008125	0.9886731391585761		0	0	False	False	1.0	0					non-mobilizable	other	3325.0	86.316	100.0	0.0005545380843336297	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0180_000000007048	3090	0.5057996053559412	4	3	2	0	2	False	118042	fragment	False	ISR0849_000000008125	0.9552306300874284		0	0	False	False	1.0	0					non-mobilizable	other	3045.0	85.74700000000001	98.0	0.000507852470112422	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0070_000000008277	2934	0.5057996053559412	4	3	2	0	2	False	111764	fragment	False	ENG0070_000000008277	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2934.0	100.0	100.0	0.007803084519669998	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	False
ISR0783_000000005343	2625	0.5057996053559412	4	3	2	0	2	False	59247	fragment	False	ISR0783_000000005343	1.0		0	0	False	False	0.9984762072563171	0					non-mobilizable	chromosome	2625.0	99.771	100.0	0.0003868961346068271	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
SPA0138_000000010114	2555	0.5057996053559412	4	3	2	0	2	False	59246	fragment	False	SPA0138_000000010114	0.9997501041232819		0	0	False	False	1.0	0					non-mobilizable	chromosome	2555.0	99.68700000000001	100.0	0.0003765749724793584	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
USA0047_01_000000014980	2401	0.5057996053559412	5	3	2	0	2	False	59246	fragment	False	SPA0138_000000010114	0.9877103718199608		0	0	False	False	1.0	0					non-mobilizable	chromosome	2401.0	99.667	100.0	0.00035386841579892727	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
ISR0774_000000010394	2390	0.5057996053559412	4	3	2	0	2	False	59246	fragment	False	SPA0138_000000010114	0.9861678638466849		0	0	False	False	1.0	0					non-mobilizable	chromosome	2390.0	99.665	100.0	0.0003522465188931822	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
SPA0094_000000005540	2386	0.5057996053559412	4	3	2	0	2	False	59246	fragment	False	SPA0138_000000010114	0.9851868297649331		0	0	False	False	1.0	0					non-mobilizable	chromosome	2386.0	99.665	100.0	0.000351656738200184	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
SPA0018_000000012429	2383	0.5057996053559412	4	3	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.41489882369034226		0	0	False	False	1.0	0					non-mobilizable	other	2383.0	99.74799999999999	100.0	0.006317548303252927	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CAN0021_000000019601	2212	0.5057996053559412	3	3	2	0	2	False	111760	fragment	False	CAN0021_000000019601	1.0		0	0	False	False	0.9972875118255615	0					non-mobilizable	other	2207.0	98.777	99.0	0.005868941169584732	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	False
ENG0030_000000009180	2177	0.5057996053559412	3	3	2	0	2	False	65741	fragment	False	ENG0030_000000009180	1.0		0	0	False	False	0.9912723898887634	0					non-mobilizable	other	2191.0	96.66799999999999	100.0	0.0004228007148295366	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
SPA0096_000000018381	2175	0.5057996053559412	4	3	2	0	2	False	59246	fragment	False	SPA0138_000000010114	0.7454963742111852		0	0	False	False	1.0	0					non-mobilizable	chromosome	2175.0	99.678	100.0	0.0003205458066445283	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
SPA0110_000000009224	2135	0.5057996053559412	4	3	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.1380445265666106		0	0	False	False	1.0	0					non-mobilizable	other	2135.0	99.719	100.0	0.005659801880412153	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0062_000000015669	2079	0.5057996053559412	3	3	2	0	2	False	118037	fragment	False	SPA0062_000000015669	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2081.0	95.531	100.0	0.0002936593729249448	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ENG0096_000000017376	1888	0.5057996053559412	3	3	2	0	2	False	120713	fragment	False	ENG0067_000000010243	0.09465648854961832		0	0	False	False	0.9989407062530518	0					non-mobilizable	chromosome	1888.0	97.193	100.0	0.0004191293570462375	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0073_000000006045	4305	0.5057994862433199	5	5	5	5	4	False	63561	fragment	False	ENG0073_000000006045	1.0		0	0	False	False	0.9972125291824341	0					non-mobilizable	other	1903.0	97.635	98.0	0.024448964877948294	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
ISR0103_000000010055	2771	0.5057978362934732	7	6	2	4	4	False	84674	fragment	False	ISR0103_000000010055	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2772.0	99.206	100.0	0.0009412429912226542	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MON0027_000000028832	1434	0.5057962401999739	3	1	1	1	1	False	12630	maximal	True	MON0027_000000028832	1.0		0	0	False	False	0.991631805896759	0					non-mobilizable	no_good_hit	102.0	96.07799999999999	7.0	0.0005511084919816442	NZ_FNRI01000007.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
FIJ0159_000000011683	2092	0.5057958878213923	2	2	2	2	2	False	124942	fragment	False	FIJ0159_000000011683	1.0		0	0	False	False	0.9894837737083435	0					non-mobilizable	chromosome	2014.0	79.543	95.0	0.0005528351888406148	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
MAD0106_000000002020	7015	0.5057905846249007	6	6	6	5	5	False	16110	maximal	True	MAD0106_000000002020	1.0		5	1	False	False	0.992872416973114	0					non-mobilizable	chromosome	7015.0	99.572	100.0	0.0019769357495881385	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
USA0102_01_000000001635	8725	0.5057889026961201	7	7	5	5	7	False	61457	maximal	True	USA0102_01_000000001635	1.0		371	12	False	False	1.0	0					non-mobilizable	other	6707.0	98.449	99.0	0.0010763813024535069	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
MAD0045_000000031993	1338	0.5057885393241717	2	1	1	1	1	False	73870	fragment	False	MAD0045_000000031993	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	96.429	8.0	2.7937314052771904e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0238_000000009873	1518	0.5057858253367694	2	2	2	1	1	False	27290	maximal	True	ISR0238_000000009873	1.0		1	1	False	False	0.9828721880912781	0					non-mobilizable	no_good_hit	304.0	73.355	20.0	0.005230143698632517	NZ_BJOE01000035.1	firmicutes	Brevibacillus centrosporus strain NBRC 15540 sequence035, whole genome shotgun sequence	True	False
SPA0063_000000002403	6901	0.5057857922721433	7	6	6	6	5	False	112438	maximal	True	SPA0063_000000002403	1.0	PS720	3	2	False	True	0.999855101108551	0					non-mobilizable	no_good_hit	1196.0	98.662	17.0	0.2577097261160233	MK233134.1	viruses	Uncultured human fecal virus clone E.hallii_S01.J21_1-CL24_c16 sequence	True	True
AST0061_000000022566	1860	0.5057853192211919	3	3	3	3	3	False	129055	maximal	True	AST0061_000000022566	1.0		1	1	False	False	0.9967741966247559	0					non-mobilizable	no_good_hit	667.0	85.45700000000001	40.0	0.0018297751273311502	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
FIJ0046_000000032105	1106	0.5057850054528267	2	2	2	2	2	False	46915	fragment	False	USA0080_01_000000037102	0.9606674542767815		0	0	False	False	0.9873417615890503	0					non-mobilizable	no_good_hit	284.0	75.0	25.0	0.00012785506968101298	NZ_LT964739.1	firmicutes	Galactobacillus timonensis strain Marseille-P4641, whole genome shotgun sequence	True	False
ISR0168_000000004053	6192	0.5057796093764348	5	5	5	5	4	False	36865	fragment	False	ISR0168_000000004053	1.0		0	0	False	False	0.9998385310173035	0					non-mobilizable	no_good_hit	745.0	82.416	12.0	0.025928129045802863	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0134_000000021867	1462	0.5057785614228305	1	1	1	1	1	False	31459	backbone	True	ISR0134_000000021867	1.0	PS97	22	6	True	True	1.0	3					non-mobilizable	no_good_hit								True	True
SPA0029_000000002275	8792	0.5057778454879999	10	4	1	4	2	False	7406	maximal	True	SPA0029_000000002275	1.0		1	1	False	False	0.9989763498306274	0					non-mobilizable	no_good_hit								True	False
ISR0816_000000021012	1845	0.5057770592124589	2	2	2	2	1	False	21414	maximal	True	ISR0816_000000021012	1.0		3	1	False	False	0.995121955871582	0					non-mobilizable	no_good_hit	70.0	82.85700000000001	4.0	0.00017575766838348795	NZ_FOKK01000004.1	CFB group bacteria	Algoriphagus aquimarinus strain DSM 23399, whole genome shotgun sequence	True	False
FIJ0140_000000012715	2404	0.5057746147729002	4	4	4	4	4	False	111462	fragment	False	FIJ0140_000000012715	0.969375		0	0	False	False	1.0	0					non-mobilizable	chromosome	2404.0	99.834	100.0	0.0004573908885755443	CP027459.1	enterobacteria	Escherichia coli strain 90-3040 chromosome, complete genome	False	False
ISR0177_000000027603	1165	0.5057743616261355	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.21869110822580487		0	0	False	False	0.9939914345741272	0					non-mobilizable	other	1171.0	93.681	100.0	0.6573033707865169	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
MON0012_000000007217	5025	0.5057729715466572	5	3	3	3	2	True	128100	maximal	True	MON0012_000000007217	1.0		2	2	False	False	0.9990049600601196	0					non-mobilizable	no_good_hit	2196.0	80.009	44.0	0.0007716489312538357	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
SPA0096_000000039220	1112	0.5057667695787961	2	2	2	2	1	False	9504	maximal	False	MON0090_000000056092	0.979992456309459		0	0	False	False	1.0	0					non-mobilizable	chromosome	1112.0	97.12200000000001	100.0	0.00039204103762782353	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
MAD0107_000000016095	2416	0.5057667274006661	4	4	4	3	3	False	14692	maximal	True	MAD0107_000000016095	1.0		426	13	False	False	1.0	0					non-mobilizable	no_good_hit	629.0	72.973	25.0	0.00013718708872217824	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0100_000000022899	1962	0.5057657427554939	3	2	1	2	1	False	9113	maximal	True	MON0100_000000022899	1.0		2	1	False	False	0.9964321851730347	0					non-mobilizable	no_good_hit	860.0	80.814	44.0	0.9325353645266594	GQ883759.1		Uncultured organism clone VC1DE83TF genomic sequence	True	False
MON0027_000000021846	1880	0.5057654305581858	3	3	3	3	2	False	63848	maximal	True	MON0027_000000021846	1.0		330	12	False	False	0.98617023229599	0					non-mobilizable	no_good_hit	76.0	84.211	10.0	1.85285301291667e-05	CP022463.1	high GC Gram+	Sinomonas sp. R1AF57	True	False
SPA0137_000000007737	4711	0.505764462718121	5	4	1	2	4	False	125588	fragment	False	ENG0135_000000003386	0.6810174829109776		0	0	False	False	1.0	0					non-mobilizable	other	4711.0	99.851	100.0	0.002056638335127252	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	False	False
MAD0110_000000017911	1502	0.5057615240705986	3	2	2	2	2	False	14539	maximal	True	MAD0110_000000017911	1.0		107	9	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	72.84100000000001	89.0	0.0004634043374086821	NZ_CP013195.1	CFB group bacteria	Prevotella enoeca strain F0113 chromosome, complete genome	True	False
DEN0028_000000017121	1775	0.5057609429188911	2	2	2	2	1	False	73965	maximal	True	DEN0028_000000017121	1.0		26	6	False	False	0.9943661689758301	0					non-mobilizable	no_good_hit	207.0	74.87899999999999	11.0	0.0018043213496323695	NZ_LN831779.1	firmicutes	Massilibacterium senegalense strain mt8, whole genome shotgun sequence	True	False
MON0105_000000022552	2411	0.5057601963676058	2	2	0	2	0	True	8742	maximal	True	MON0105_000000022552	1.0		1	1	False	False	0.9937785267829895	0					non-mobilizable	no_good_hit								True	True
SPA0026_000000005792	4605	0.5057596271993844	5	5	4	5	5	False	47274	maximal	True	SPA0026_000000005792	1.0		65	12	False	False	0.9991313815116882	0					non-mobilizable	no_good_hit	1073.0	97.85600000000001	25.0	0.008124351075036567	NZ_CYZN01000013.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
FIJ0079_000000011152	2529	0.5057595544354342	3	3	3	3	3	False	122099	fragment	False	CAN0020_000000014199	0.9606659342403706		0	0	False	False	0.9980229139328003	0					non-mobilizable	other	2522.0	97.93799999999999	99.0	0.0007842788336800006	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0328_000000012473	2278	0.5057573764817391	2	2	1	2	2	False	108504	maximal	True	ISR0328_000000012473	0.9718974820143884		45	7	False	False	0.9995610117912292	0					non-mobilizable	no_good_hit	430.0	96.04700000000001	22.0	0.0018514682272515407	NZ_WKRD01000006.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold6_size231708, whole genome shotgun sequence	True	False
AST0101_000000003773	2224	0.5057573764817391	2	2	1	2	2	False	108504	maximal	False	ISR0328_000000012473	0.9607111501316945		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	95.15	19.0	0.0013688232248967032	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	True	False
MON0050_000000018064	2045	0.5057563874538665	4	3	2	3	3	False	13760	maximal	True	MON0050_000000018064	1.0		61	11	False	False	0.9965770244598389	0					non-mobilizable	no_good_hit	64.0	84.375	3.0	1.6637992964275813e-05	AP017912.1	d-proteobacteria	Geobacter sulfurreducens DNA, complete genome	True	False
AUS0014_000000008763	3558	0.5057562371582506	4	4	4	4	3	False	119443	maximal	False	ENG0120_000000005967	0.9761445118587976		0	0	False	False	1.0	0					non-mobilizable	other	2446.0	84.546	97.0	0.02521719154623674	NZ_WNAJ01000014.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold14_size95768, whole genome shotgun sequence	False	False
USA0017_01_000000005125	5175	0.5057561538721967	4	4	3	4	2	False	1910	maximal	True	USA0017_01_000000005125	1.0		155	11	False	False	1.0	0					non-mobilizable	other	5175.0	98.435	100.0	0.011408789221847368	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	False	False
USA0035_01_000000007883	3174	0.505753836598326	5	5	3	5	2	False	1428	maximal	True	USA0035_01_000000007883	1.0		100	10	False	False	0.9823566675186157	0					non-mobilizable	no_good_hit	446.0	97.758	17.0	0.0001929456469944488	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	True	False
MAD0096_000000000761	15583	0.5057531370343428	22	14	8	10	11	False	115965	fragment	False	MAD0096_000000000761	1.0		0	0	False	False	0.9981390237808228	0					non-mobilizable	no_good_hit	1467.0	95.09200000000001	9.0	0.004791417965364426	NZ_GG663520.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld16, whole genome shotgun sequence	True	False
MON0053_000000021699	1824	0.5057513700538157	2	2	2	2	2	False	81160	fragment	False	MON0053_000000021699	1.0		0	0	False	False	0.9808114171028137	0					non-mobilizable	no_good_hit	762.0	73.22800000000001	41.0	0.00022677567157823218	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0012_000000015703	1580	0.5057498262593892	2	2	2	2	1	False	50767	fragment	False	FIJ0012_000000015703	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1580.0	100.0	100.0	0.018800304805448396	NZ_CP041250.1	enterobacteria	Raoultella electrica strain DSM 102253 plasmid unnamed3, complete sequence	False	True
ISR0239_000000001808	6502	0.5057413298017505	10	7	3	5	5	False	104512	fragment	False	ISR0239_000000001808	1.0		0	0	False	False	1.0	0					non-mobilizable	other	6485.0	97.625	99.0	0.05016481730813872	NZ_CYYV01000013.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0188_000000003487	7320	0.5057321222244939	11	8	3	6	7	False	124498	maximal	True	ENG0188_000000003487	1.0		2	2	False	False	0.9994535446166992	0					non-mobilizable	no_good_hit	2766.0	97.361	43.0	0.012507488155100114	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MAD0076_000000005287	1246	0.5057318981036668	2	2	2	2	2	False	16233	maximal	True	MAD0076_000000005287	1.0		115	13	False	False	1.0	0					non-mobilizable	no_good_hit	524.0	92.557	51.0	0.00017368257893048556	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0050_000000016484	1557	0.5057316247133959	3	3	3	2	2	False	46588	fragment	False	FIJ0050_000000016484	1.0		0	0	False	False	0.9935774207115173	0					non-mobilizable	no_good_hit								True	False
USA0020_01_000000017598	1980	0.5057249975375316	3	2	2	2	2	False	91829	maximal	True	USA0020_01_000000017598	1.0		11	6	False	False	0.9954545497894287	0					non-mobilizable	no_good_hit								True	False
SPA0055_000000009490	3336	0.5057181977678811	6	4	2	4	2	True	74418	fragment	False	SPA0055_000000009490	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0342_000000005834	2980	0.5057181977678811	6	4	2	4	2	True	74416	fragment	False	ISR0342_000000005834	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0124_000000009177	2913	0.5057150661315799	4	4	4	4	2	False	92939	fragment	False	FIJ0124_000000009177	0.9324203233005651		0	0	False	False	0.9996567368507385	0					non-mobilizable	no_good_hit	2371.0	76.845	80.0	0.00784565100541183	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
CAN0018_000000007262	4679	0.5057144290327139	6	6	6	4	4	False	92299	maximal	False	ENG0048_000000005172	0.9447987245914706		0	0	False	False	0.9967941641807556	0					non-mobilizable	other	4679.0	99.85	100.0	0.0012527318149695293	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
USA0039_01_000000002955	7971	0.5057118961649539	9	7	4	5	6	False	113675	maximal	True	USA0039_01_000000002955	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1667.0	91.542	34.0	0.0005600926576362946	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0011_000000004918	7082	0.5057110635587022	8	7	2	3	7	True	126044	maximal	True	DEN0011_000000004918	0.9821042887997531		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	75.46	4.0	8.335715279313515e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
SPA0057_000000014923	2146	0.5057108603210433	3	3	3	2	1	True	54133	fragment	False	SPA0057_000000014923	0.9493227463801961		0	0	False	False	0.999534010887146	0					non-mobilizable	no_good_hit	1576.0	80.266	77.0	0.0003123539271371096	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ENG0168_000000003209	8522	0.5057098582017422	9	2	1	2	1	True	130202	maximal	True	ENG0168_000000003209	1.0		8	5	False	False	0.9998826384544373	0					non-mobilizable	no_good_hit	4468.0	98.25399999999999	74.0	0.0010104410735925094	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	True
ENG0140_000000003449	4101	0.5057098582017422	5	2	1	2	1	True	130201	fragment	False	ENG0140_000000003449	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4114.0	97.691	100.0	0.0009303478940018807	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MAD0022_000000005060	2395	0.5057098050319537	2	1	1	1	1	False	19291	maximal	True	MAD0022_000000005060	1.0		2	1	False	False	0.9987474083900452	0					non-mobilizable	no_good_hit								True	False
MON0090_000000020608	2814	0.5057077045854785	4	3	3	2	1	False	44769	maximal	True	MON0090_000000020608	1.0		64	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0080_000000021246	1338	0.5057074689324852	2	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.14395427006582712		0	0	False	False	0.9917787909507751	0					non-mobilizable	other	1211.0	96.367	91.0	0.04242339246897132	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0020_000000015509	1298	0.5057074689324852	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.1464771390368351		0	0	False	False	1.0	0					non-mobilizable	chromosome	1224.0	78.35	94.0	0.0003436044907514073	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0099_000000015983	1180	0.5057074689324852	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.14097677869064268		0	0	False	False	1.0	0					non-mobilizable	other	1180.0	96.695	100.0	0.041336512166047265	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0162_000000020686	1179	0.5057074689324852	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.1409432515516877		0	0	False	False	0.9991518259048462	0					non-mobilizable	other	1179.0	96.69200000000001	100.0	0.04130145151111423	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0025_000000024223	1165	0.5057074689324852	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.13297714156451143		0	0	False	False	0.9871244430541992	0					non-mobilizable	other	1165.0	95.62200000000001	100.0	0.0249957015130674	NZ_CYYA01000024.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0047_000000018924	1160	0.5057074689324852	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.1255787850611289		0	0	False	False	0.9853448271751404	0					non-mobilizable	other	1160.0	96.552	100.0	0.04063529906738658	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0375_000000021237	1149	0.5057074689324852	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.10827792171624596		0	0	False	False	1.0	0					non-mobilizable	other	1149.0	96.60600000000001	100.0	0.040249631863123206	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0109_000000027695	1139	0.5057074689324852	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.09803795809463664		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	96.488	100.0	0.039899025313792864	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
FIJ0163_000000003316	7437	0.5057051094099162	8	5	3	5	4	False	45839	maximal	True	FIJ0163_000000003316	0.9882330219922848		15	2	False	False	1.0	0					non-mobilizable	no_good_hit	4157.0	98.917	57.0	0.0022250950016494088	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
FIJ0061_000000003026	7421	0.5057051094099162	8	5	3	5	4	False	45839	maximal	False	FIJ0163_000000003316	0.9876951707081648		0	0	False	False	0.998652458190918	0					non-mobilizable	no_good_hit	4141.0	98.913	57.0	0.0022165266454457046	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0186_000000016212	1902	0.5057041072269937	2	2	2	2	2	False	87252	maximal	False	ENG0109_000000012050	0.934835730076431		0	0	False	False	0.9989484548568726	0					non-mobilizable	chromosome	1902.0	98.896	100.0	0.0005320531963634541	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
MON0080_000000037619	1502	0.5057011745466694	2	2	1	2	2	False	121055	fragment	False	MON0102_000000027913	0.31054172073137265		0	0	False	False	0.9886817336082458	0					non-mobilizable	no_good_hit								True	False
FIJ0043_000000027818	1115	0.5057003511094982	2	2	2	2	2	False	131428	fragment	False	ISR0326_000000008584	0.03449227726636863		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	96.50200000000001	100.0	0.03902250894046701	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ENG0050_000000014874	1826	0.505699201544926	2	2	2	2	2	False	81201	fragment	False	DEN0010_000000020867	0.09252217997465147		0	0	False	False	0.996166467666626	0					non-mobilizable	no_good_hit	1400.0	74.429	75.0	0.00038477552850009407	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0054_000000013400	1992	0.5056991679903361	3	2	2	2	1	False	63759	maximal	True	ENG0054_000000013400	1.0		3	3	False	False	0.9989959597587585	0					non-mobilizable	no_good_hit	562.0	75.445	28.0	0.00011728641426742821	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	True	False
ISR0099_000000005589	3844	0.5056943668242592	7	7	3	6	7	True	33217	maximal	True	ISR0099_000000005589	1.0		1	1	False	False	0.9890738725662231	0					non-mobilizable	chromosome	3844.0	99.97399999999999	100.0	0.001764390711307022	NZ_LS483462.1	firmicutes	Streptococcus pasteurianus strain NCTC13784 chromosome 1	False	True
DEN0089_000000003521	5253	0.5056865598624283	6	6	6	6	6	False	68860	maximal	True	DEN0089_000000003521	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	1499.0	70.113	27.0	0.0005553283949678118	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
MON0034_000000004985	4226	0.5056845410215379	4	4	3	4	3	False	12256	maximal	True	MON0034_000000004985	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0248_000000003265	1359	0.5056828253057254	3	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.2516070790203246	PS730	0	0	False	True	1.0	0					non-mobilizable	chromosome	1362.0	91.70299999999999	100.0	0.00043770827806917145	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
USA0023_01_000000007861	4051	0.505678922292954	5	3	1	2	3	False	88173	maximal	True	USA0023_01_000000007861	1.0		21	7	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	89.25	80.0	0.0014491231531901397	NZ_KE159504.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.2, whole genome shotgun sequence	True	False
MAD0005_000000019862	1559	0.5056783591294101	4	2	2	1	1	False	97639	maximal	True	MAD0005_000000019862	1.0		78	7	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	91.85	54.0	0.010354285714285713	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
DEN0043_000000000849	4993	0.5056766543971778	5	5	5	5	3	False	116275	maximal	True	DEN0043_000000000849	1.0		2	2	False	False	0.9997997283935547	0					non-mobilizable	no_good_hit	518.0	76.062	10.0	9.698015108189361e-05	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
DEN0052_000000022886	1944	0.5056708157495643	2	2	2	2	1	False	72278	maximal	True	DEN0052_000000022886	1.0		0	0	False	False	0.9557613134384155	0					non-mobilizable	no_good_hit	1097.0	99.635	56.0	0.00022251977248571438	NZ_CP032819.1	CFB group bacteria	Butyricimonas faecalis strain H184 chromosome, complete genome	True	False
ENG0130_000000023499	1210	0.5056698975612991	3	3	3	3	1	False	58396	fragment	False	ENG0130_000000023499	0.9688764741748137		0	0	False	False	0.9876033067703247	0					non-mobilizable	other	1210.0	83.63600000000001	100.0	0.004533049809811501	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0236_000000009932	1166	0.5056698975612991	3	3	3	3	1	False	58396	fragment	False	ENG0130_000000023499	0.9535076285224793		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	83.619	100.0	0.004364163957456119	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0106_000000023810	1165	0.5056698975612991	3	3	3	3	1	False	58396	fragment	False	ENG0130_000000023499	0.9266298600323628		0	0	False	False	1.0	0					non-mobilizable	other	1165.0	97.76799999999999	100.0	0.014026074267038122	NZ_JAAITI010000016.1	firmicutes	Blautia luti strain MSK.16.34 NODE_16_length_82917_cov_158.571, whole genome shotgun sequence	False	False
ISR0338_000000025614	1156	0.5056698975612991	3	3	3	3	1	False	58396	fragment	False	ENG0130_000000023499	0.9507058322385659		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	83.73700000000001	100.0	0.004325780809193532	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0797_000000002155	5338	0.505667572547295	6	3	3	3	1	True	96540	fragment	False	MON0013_000000007805	0.9523823235248092		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4566.0	96.45200000000001	86.0	0.0008187622646193007	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
ISR0796_000000009189	2486	0.5056650255644592	3	1	1	1	1	False	21957	fragment	False	ISR0796_000000009189	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2486.0	99.79899999999999	100.0	0.0010914192051130244	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
ENG0011_000000021751	1325	0.5056650255644592	3	1	1	1	1	False	67128	maximal	True	ENG0011_000000021751	1.0		0	0	False	False	0.997735857963562	0					non-mobilizable	no_good_hit	1077.0	99.90700000000001	81.0	0.0004725823197994424	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
SPA0117_000000032130	1151	0.5056650255644592	2	1	1	1	1	False	4274	fragment	False	SPA0117_000000032130	1.0		0	0	False	False	1.0	0					non-mobilizable	other	985.0	97.259	99.0	0.0004308580443524656	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
FIJ0089_000000008738	2747	0.5056648631465036	4	3	3	2	3	False	43580	fragment	False	FIJ0089_000000008738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1965.0	98.16799999999999	80.0	0.0005454010252650637	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
CHI0093_000000001641	2970	0.5056620438289791	3	3	3	3	2	False	83599	fragment	False	CHI0093_000000001641	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2690.0	98.25299999999999	91.0	0.0042907839895834	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
DEN0094_000000029529	1329	0.5056615370169752	2	2	2	2	2	False	68302	maximal	True	DEN0094_000000029529	1.0		93	10	False	False	0.97516930103302	0					non-mobilizable	other	1329.0	99.624	100.0	0.00040496262176704587	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
USA0116_01_000000017113	1434	0.5056587163916345	2	2	2	2	2	False	257	maximal	True	USA0116_01_000000017113	1.0		42	9	False	False	0.9972106218338013	0					non-mobilizable	no_good_hit	270.0	73.704	19.0	0.0003701422323906579	NZ_QGDS01000001.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_101, whole genome shotgun sequence	True	False
USA0135_01_000000001709	7732	0.5056579948745242	11	7	3	6	2	True	67684	fragment	False	USA0135_01_000000001709	1.0		0	0	False	False	0.9994826912879944	0					non-mobilizable	no_good_hit								True	True
ISR0133_000000014233	1571	0.5056569009197587	2	2	2	2	2	False	128156	fragment	False	MON0075_000000014372	0.7957153554834705		0	0	False	False	1.0	0					non-mobilizable	other	569.0	94.025	92.0	0.00017670383876645788	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0125_000000022608	1440	0.5056567532275739	3	3	1	2	3	False	79086	fragment	False	ISR0137_000000014700	0.6229508196721311		0	0	False	False	0.9750000238418579	0					non-mobilizable	chromosome	1440.0	99.861	100.0	0.0005057116600099455	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
FIJ0094_000000008621	2326	0.5056561969510159	5	2	2	2	2	False	106796	fragment	False	FIJ0094_000000008621	0.9922325787838437		0	0	False	False	1.0	0					non-mobilizable	chromosome	1493.0	97.85700000000001	100.0	0.0004686988296397953	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0148_000000010082	3776	0.5056561100430998	5	3	2	2	3	False	57321	maximal	True	ENG0148_000000010082	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	80.03699999999999	29.0	0.018585929296464822	NZ_CYZO01000019.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0064_000000007826	2762	0.5056515459051123	3	2	2	2	1	False	57349	maximal	True	SPA0064_000000007826	1.0		38	7	False	False	0.9960173964500427	0					non-mobilizable	other	2032.0	95.81700000000001	97.0	0.0016356523876093288	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
FIJ0002_000000023527	1592	0.5056482934616517	3	2	2	1	1	False	52341	maximal	True	FIJ0002_000000023527	1.0		20	5	False	False	0.9855527877807617	0					non-mobilizable	no_good_hit	61.0	91.803	4.0	1.679284154750513e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
AST0059_000000010630	1447	0.5056467824396161	2	2	2	2	2	False	112601	maximal	True	AST0059_000000010630	1.0		0	0	False	False	0.9827228784561157	0					non-mobilizable	chromosome	1442.0	94.79899999999999	99.0	0.00028885651734523207	CP026550.1	enterobacteria	Citrobacter sp. SL156 chromosome, complete genome	False	False
FIJ0172_000000010017	2657	0.5056444712960524	2	2	2	2	2	False	50714	maximal	False	MAD0101_000000009945	0.9603163698394405		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1472.0	84.103	55.0	0.0003907991215155857	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
AST0059_000000006962	2122	0.5056444069942396	4	3	3	3	2	False	112689	fragment	False	AST0059_000000006962	1.0		0	0	False	False	0.9934024214744568	0					non-mobilizable	other	2119.0	97.499	99.0	0.023019237039452235	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0046_000000007885	3136	0.5056442148715051	3	3	2	2	3	False	17760	maximal	True	MAD0046_000000007885	1.0		2	1	False	False	0.9910714030265808	0					non-mobilizable	no_good_hit	462.0	72.294	14.0	0.002414117244915399	NZ_BAGB01000171.1	high GC Gram+	Nocardia jiangxiensis NBRC 101359, whole genome shotgun sequence	True	False
ISR0050_000000010939	2404	0.505643549169381	5	2	2	1	1	False	100113	maximal	True	ISR0050_000000010939	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	83.382	38.0	0.06799236717886914	NZ_VZBY01000046.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_47_length_9957_cov_56.6273_ID_93, whole genome shotgun sequence	True	False
ISR0269_000000011546	1657	0.505643549169381	5	2	2	1	1	False	100112	maximal	True	ISR0269_000000011546	1.0		22	7	False	False	0.9849125146865845	0					non-mobilizable	no_good_hit	680.0	83.382	54.0	0.06799236717886914	NZ_VZBY01000046.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_47_length_9957_cov_56.6273_ID_93, whole genome shotgun sequence	True	False
MON0012_000000043491	1318	0.505643549169381	3	2	2	1	1	False	13579	fragment	False	MON0012_000000043491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	83.382	61.0	0.06799236717886914	NZ_VZBY01000046.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_47_length_9957_cov_56.6273_ID_93, whole genome shotgun sequence	True	False
MAD0090_000000010696	1280	0.505643549169381	4	2	2	1	1	False	100111	fragment	False	MAD0090_000000010696	0.9746064382574883		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	83.676	65.0	0.06799236717886914	NZ_VZBY01000046.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_47_length_9957_cov_56.6273_ID_93, whole genome shotgun sequence	True	False
MAD0106_000000018262	1238	0.505643549169381	3	2	2	1	1	False	100111	fragment	False	MAD0090_000000010696	0.9655573593073593		0	0	False	False	0.9983844757080078	0					non-mobilizable	no_good_hit	680.0	83.676	57.0	0.06799236717886914	NZ_VZBY01000046.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_47_length_9957_cov_56.6273_ID_93, whole genome shotgun sequence	True	False
AUS0016_000000022979	1232	0.505643549169381	4	2	2	1	1	False	100111	fragment	False	MAD0090_000000010696	0.9541309067043618		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	680.0	83.529	68.0	0.06799236717886914	NZ_VZBY01000046.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_47_length_9957_cov_56.6273_ID_93, whole genome shotgun sequence	True	False
DEN0001_000000027430	1599	0.5056359434505143	1	1	1	1	1	False	76817	maximal	True	DEN0001_000000027430	1.0		1	1	False	False	0.9837398529052734	0					non-mobilizable	no_good_hit	78.0	97.436	5.0	2.5720834744638877e-05	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
MON0058_000000036598	1443	0.5056316594746718	3	3	3	2	1	False	10990	fragment	False	MON0058_000000036598	1.0		0	0	False	False	0.9993069767951965	0					non-mobilizable	other	1464.0	74.863	99.0	0.0004353629093081252	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
DEN0065_000000000299	36790	0.5056297123046486	40	24	19	21	15	True	82193	maximal	True	DEN0065_000000000299	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4744.0	93.465	29.0	0.08239303162543248	NZ_QSOD01000010.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf10, whole genome shotgun sequence	True	True
SPA0080_000000009220	1332	0.5056272138097663	2	1	1	1	1	False	11981	fragment	False	SPA0080_000000009220	0.952303961196443		0	0	False	False	0.967717707157135	0					non-mobilizable	other	1332.0	98.72399999999999	100.0	0.009422074980178956	NZ_JAAIOD010000007.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_7_length_141264_cov_323.709, whole genome shotgun sequence	False	False
CHI0075_000000005188	1400	0.5056240472846392	3	3	3	3	1	True	84636	maximal	True	CHI0075_000000005188	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1096.0	98.814	78.0	0.00026822462512911683	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0093_000000018447	2357	0.5056224092598994	1	1	0	1	1	False	18462	fragment	False	MON0093_000000018447	1.0		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2357.0	100.0	100.0	0.1952270467351674	CP003112.1	enterobacteria	Escherichia coli O55:H7 str. RM12579 plasmid p12579_3, complete sequence	False	True
USA0053_01_000000009424	2084	0.5056224092598994	2	1	0	1	1	False	18461	maximal	True	USA0053_01_000000009424	1.0		1	1	False	False	1.0	0		MOBP			mobilizable	plasmid	2084.0	100.0	100.0	0.23380850825008417	CP000972.1	enterobacteria	Escherichia coli SMS-3-5 plasmid pSMS35_8, complete sequence	False	True
MON0079_000000011063	2070	0.5056224092598994	1	1	0	1	1	False	20100	fragment	False	MAD0003_000000013231	0.9576392194193242		0	0	False	False	1.0	0		MOBP			mobilizable	plasmid	2070.0	99.37200000000001	100.0	0.2960366289884104	CP011137.1	enterobacteria	Escherichia coli VR50 plasmid pVR50C, complete sequence	False	True
MAD0039_000000010511	1421	0.5056224092598994	1	1	0	1	1	False	18460	fragment	False	MAD0039_000000010511	1.0		0	0	False	False	0.9971850514411926	0		MOBP			mobilizable	plasmid	1403.0	95.723	99.0	0.20187590187590188	CP055685.1	enterobacteria	Escherichia coli strain RHB19-C14 plasmid pRHB19-C14_5, complete sequence	False	True
MON0013_000000048292	1189	0.5056208804691567	2	1	1	1	1	False	13472	maximal	True	MON0013_000000048292	1.0		133	12	False	False	0.9941126704216003	0					non-mobilizable	no_good_hit	847.0	79.929	71.0	0.00023461240436888005	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
FIJ0074_000000005221	5932	0.5056183606635136	8	6	3	4	5	False	49449	maximal	True	FIJ0074_000000005221	1.0		1	1	False	False	0.9996628165245056	0					non-mobilizable	no_good_hit	705.0	94.04299999999999	12.0	0.0008852556871354644	NZ_KI669408.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.2, whole genome shotgun sequence	True	False
ENG0052_000000016806	1888	0.5056166635837852	3	2	2	2	2	False	63970	fragment	False	ENG0052_000000016806	1.0		0	0	False	False	0.9825211763381958	0					non-mobilizable	no_good_hit	1468.0	77.997	77.0	0.005410212149064795	CP013700.1	firmicutes	Clostridium botulinum strain AM1195 plasmid pRSJ11_1, complete sequence	True	False
MON0081_000000007254	7394	0.5056115224247432	12	8	5	8	4	True	88353	maximal	True	MON0081_000000007254	1.0		376	10	False	False	0.9997295141220093	0					non-mobilizable	other	7380.0	99.28200000000001	99.0	0.0022343161033381797	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
ISR0141_000000003549	9820	0.5056100050177923	5	5	4	4	4	False	123642	fragment	False	ISR0141_000000003549	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	5302.0	99.71700000000001	55.0	0.0011195630388332722	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	True
SPA0011_000000011299	1518	0.5056083155852179	2	2	2	2	2	False	8030	maximal	True	SPA0011_000000011299	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	630.0	99.04799999999999	67.0	0.00016685345942397094	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
ISR0023_000000029617	1144	0.5056068111747732	2	2	1	1	2	True	38328	fragment	False	ISR0023_000000029617	0.9978050921861281		0	0	False	False	1.0	0					non-mobilizable	other	1146.0	98.51700000000001	100.0	0.0003676012621083682	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0009_000000030049	1139	0.5056068111747732	2	2	1	1	2	True	38328	fragment	False	ISR0023_000000029617	0.9947552447552448		0	0	False	False	1.0	0					non-mobilizable	other	1139.0	98.946	100.0	0.0003653539181478804	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0156_000000001547	14996	0.5056050557449177	19	6	5	5	4	False	117583	maximal	False	ISR0216_000000001455	0.9975221247983604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3099.0	99.096	48.0	0.19235067676642245	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0368_000000000725	14994	0.5056050557449177	19	6	5	5	4	False	117583	maximal	False	ISR0216_000000001455	0.9975219183010052		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3099.0	99.096	48.0	0.19235067676642245	MK232140.1	viruses	Uncultured human fecal virus clone B.wexlerae_B01.V06.H11_6_c1 sequence	True	False
ISR0814_000000024359	1686	0.5056041099192005	3	3	2	3	1	False	21523	maximal	True	ISR0814_000000024359	1.0		3	3	False	False	0.9994068741798401	0					non-mobilizable	no_good_hit								True	False
ISR0375_000000010685	2069	0.5056040565800367	2	1	1	1	1	False	66788	fragment	False	ISR0375_000000010685	1.0		0	0	False	False	0.9975833892822266	0					non-mobilizable	no_good_hit								True	False
ISR0382_000000006964	2032	0.5056039600472549	4	3	1	3	3	False	108058	maximal	True	ISR0382_000000006964	0.9567594433399602		5	2	False	False	0.9960629940032959	0					non-mobilizable	other	1885.0	97.56	97.0	0.0005672363216711673	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0056_000000010780	1812	0.5056039600472549	4	3	1	3	3	False	108053	fragment	False	MON0077_000000024281	0.9487155004802916		0	0	False	False	0.9944812655448914	0					non-mobilizable	other	1725.0	97.04299999999999	95.0	0.0005190633856481383	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0077_000000024281	1793	0.5056039600472549	3	3	1	3	3	False	108053	fragment	False	MON0077_000000024281	0.9611952586285272		0	0	False	False	1.0	0					non-mobilizable	other	1779.0	97.021	100.0	0.0005353217515559106	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0063_000000017672	1676	0.5056039600472549	3	3	1	3	3	False	108053	fragment	False	MON0077_000000024281	0.5813063120679864		0	0	False	False	1.0	0					non-mobilizable	other	1677.0	97.436	100.0	0.0005043104239910856	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0821_000000025699	1285	0.5056029219101884	2	2	2	2	1	True	21211	maximal	True	ISR0821_000000025699	1.0		266	13	False	False	1.0	0					non-mobilizable	chromosome	1285.0	99.53299999999999	100.0	0.0004363018053176491	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	True
ISR0345_000000009109	1494	0.5056024201670536	3	2	1	2	0	True	78208	fragment	False	ISR0345_000000009109	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1494.0	98.126	100.0	0.015188353899836214	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
CHI0166_000000005983	1294	0.5056024201670536	3	2	1	2	0	True	78207	fragment	False	CHI0166_000000005983	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1294.0	98.454	100.0	0.012903161424237586	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
ISR0840_000000001420	7973	0.5056009122643872	7	6	4	1	3	False	118047	maximal	True	ISR0840_000000001420	1.0		71	7	False	False	0.9998745918273926	0					non-mobilizable	no_good_hit	2385.0	97.065	73.0	0.0005292979638798007	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0012_000000008657	2748	0.5055991957129459	4	2	2	2	2	False	115193	maximal	True	FIJ0012_000000008657	1.0	PS748	6	3	False	True	1.0	0					non-mobilizable	no_good_hit	1492.0	89.81200000000001	75.0	0.0004241012381708181	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AST0110_000000013288	1340	0.5055977305065832	2	2	1	1	0	False	106972	maximal	True	AST0110_000000013288	1.0		0	0	False	False	0.9880596995353699	0					non-mobilizable	no_good_hit	1053.0	95.34700000000001	79.0	0.0037860468473670914	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0105_000000041254	1326	0.5055977305065832	2	2	1	1	0	False	8692	fragment	False	MON0105_000000041254	1.0		0	0	False	False	0.9894419312477112	0					non-mobilizable	other	1321.0	99.84899999999999	99.0	0.004764139026238856	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
CHI0057_000000018269	1123	0.5055977305065832	2	2	1	1	0	False	85941	fragment	False	CHI0057_000000018269	1.0		0	0	False	False	0.9991095066070557	0					non-mobilizable	other	1036.0	95.56	92.0	0.003721081315191107	NZ_CYYA01000001.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
ISR0036_000000013282	1126	0.5055953626710227	2	2	1	2	1	False	36733	maximal	False	ISR0347_000000018478	0.9519704433497538		0	0	False	False	1.0	0					non-mobilizable	chromosome	1127.0	99.911	100.0	0.00020016041274996944	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0366_000000000954	11348	0.5055932438285746	9	2	2	1	1	True	67718	fragment	False	MON0058_000000002427	0.9861526288025322		0	0	False	False	1.0	0					non-mobilizable	plasmid	11350.0	99.868	100.0	0.0685853811843489	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ISR0812_000000014863	2669	0.5055898233990987	3	3	3	2	2	False	112724	backbone	False	ISR0050_000000008971	0.8848376042129144	PS721	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	2268.0	74.25	84.0	0.2732480195003047	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
FIJ0002_000000031352	1238	0.505587753722096	2	1	1	1	1	False	52291	fragment	False	FIJ0002_000000031352	1.0		0	0	False	False	0.9975767135620117	0					non-mobilizable	no_good_hit								True	False
MAD0042_000000003167	6562	0.5055803573915467	12	4	1	3	4	False	18164	maximal	True	MAD0042_000000003167	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	196.0	78.571	3.0	0.021674652064795803	NZ_FOTK01000089.1	a-proteobacteria	Methylobacterium pseudosasicola strain BL36, whole genome shotgun sequence	True	False
MON0065_000000014552	1774	0.5055779254452414	2	2	2	2	1	False	51949	maximal	True	MON0065_000000014552	1.0		21	7	False	False	0.9819616675376892	0					non-mobilizable	no_good_hit	1309.0	98.77799999999999	74.0	0.005802476255539635	NZ_QRYH01000001.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf1, whole genome shotgun sequence	True	False
MAD0009_000000002102	4274	0.5055765546290932	8	2	1	2	1	True	19785	maximal	True	MAD0009_000000002102	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0377_000000013695	1217	0.5055756145427273	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.48032988046912123		0	0	False	False	0.9893180131912231	0					non-mobilizable	no_good_hit	407.0	92.13799999999999	42.0	0.00928	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
MON0077_000000009200	4002	0.5055717091159763	4	3	2	3	0	False	10244	maximal	True	MON0077_000000009200	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	90.074	7.0	0.008156114064765588	NZ_JXQL01000079.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig79, whole genome shotgun sequence	True	False
AUS0018_000000012098	2315	0.5055717091159763	3	3	2	3	0	False	99994	fragment	False	AUS0018_000000012098	0.9861273940972377		0	0	False	False	1.0	0					non-mobilizable	chromosome	2318.0	96.93700000000001	100.0	0.00045066799811797	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ISR0089_000000012392	2271	0.5055717091159763	3	3	2	3	0	False	99994	fragment	False	AUS0018_000000012098	0.9797974804110724		0	0	False	False	1.0	0					non-mobilizable	chromosome	2274.0	96.96600000000001	100.0	0.00045366164625089465	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0085_000000011599	2101	0.5055717091159763	3	3	2	3	0	False	33987	fragment	False	ISR0085_000000011599	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2027.0	82.042	96.0	0.00039037145974223813	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
ISR0848_000000010078	1755	0.5055717091159763	3	3	2	3	0	False	20612	fragment	False	ISR0848_000000010078	1.0		0	0	False	False	0.9914529919624329	0					non-mobilizable	chromosome	1755.0	97.322	100.0	0.0003500759030022302	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0153_000000024553	1202	0.5055699629818946	3	3	3	2	3	False	58753	fragment	False	ENG0126_000000015726	0.9592283114618845		0	0	False	False	1.0	0					non-mobilizable	other	1202.0	99.00200000000001	100.0	0.010752399369717806	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0054_000000014693	1290	0.5055678299017621	2	2	1	2	0	False	17135	maximal	True	MAD0054_000000014693	1.0		10	3	False	False	0.9635658860206604	0					non-mobilizable	no_good_hit	1011.0	95.15299999999999	78.0	0.005706214689265536	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0386_000000019168	1537	0.5055669141007529	2	2	2	2	2	False	56916	fragment	False	ISR0386_000000019168	0.9917871222076216		0	0	False	False	0.9785296320915222	0					non-mobilizable	no_good_hit	122.0	77.869	8.0	0.00034322833193867273	NZ_FOSK01000007.1	a-proteobacteria	Pseudovibrio ascidiaceicola strain DSM 16392, whole genome shotgun sequence	True	False
ENG0114_000000009877	1502	0.5055652508351196	2	2	1	1	2	False	59569	fragment	False	ENG0114_000000009877	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1502.0	99.40100000000001	100.0	0.00065061441856975	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
ISR0127_000000012376	2017	0.5055644730088271	2	2	2	2	2	True	31898	maximal	True	ISR0127_000000012376	1.0		3	1	False	False	0.9960337281227112	0					non-mobilizable	no_good_hit								True	True
ISR0355_000000006494	2881	0.5055635527696739	4	3	3	3	2	False	111069	fragment	False	FIJ0095_000000004547	0.15680014677094486		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	72.039	18.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
ENG0157_000000006336	3859	0.5055632901566879	4	4	4	4	3	False	64520	maximal	True	ENG0157_000000006336	1.0		6	2	False	False	0.9984452128410339	0					non-mobilizable	no_good_hit	1284.0	88.785	44.0	0.0005275473618925483	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
ISR0115_000000016699	2054	0.5055627254158251	4	3	3	2	3	False	122202	fragment	False	ISR0399_000000006897	0.9482150727192595		0	0	False	False	0.9995131492614746	0					non-mobilizable	no_good_hit								True	False
AST0116_000000018281	1477	0.5055627254158251	4	3	3	2	3	False	106181	fragment	False	ISR0017_000000020573	0.9407021020886209		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0105_000000026576	2046	0.5055599215807172	3	3	3	2	1	False	8735	maximal	True	MON0105_000000026576	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1090.0	98.807	53.0	0.020825365256635815	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
MON0087_000000023680	2139	0.5055596927595315	3	3	3	2	2	False	20821	maximal	True	MON0087_000000023680	1.0		187	14	False	False	1.0	0					non-mobilizable	no_good_hit	163.0	74.847	8.0	0.00016056999355725367	NZ_PEQT01000002.1	a-proteobacteria	Agrobacterium rosae strain B20.3 NODE_2_length_1002678_cov_41.5274, whole genome shotgun sequence	True	False
MAD0045_000000014270	2705	0.5055587881769004	3	3	3	3	1	True	114886	maximal	True	MAD0045_000000014270	1.0		2	1	False	False	0.9974122047424316	0					non-mobilizable	no_good_hit	871.0	78.53	32.0	0.0012219982205002873	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	True
ENG0001_000000019884	1383	0.5055567428167193	2	2	2	2	2	False	68039	maximal	True	ENG0001_000000019884	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	80.833	8.0	0.010816307663862438	NZ_AQXL01000075.1	firmicutes	Effusibacillus pohliae DSM 22757 C230DRAFT_scaffold00061.61_C, whole genome shotgun sequence	True	False
FIJ0006_000000029824	1331	0.5055567428167193	2	2	2	2	2	False	51666	maximal	True	FIJ0006_000000029824	1.0		289	14	False	False	0.9947407841682434	0					non-mobilizable	other	1314.0	98.25	99.0	0.00042042813224562096	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0019_000000022888	1274	0.5055542785547895	3	2	2	2	1	True	7743	maximal	True	SPA0019_000000022888	1.0		4	2	False	False	0.9819466471672058	0					non-mobilizable	other	1274.0	99.92200000000001	100.0	0.00031211146964293024	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
SPA0093_000000008205	4958	0.5055535213281906	5	4	4	4	3	False	68433	maximal	True	SPA0093_000000008205	1.0		6	2	False	False	0.9987898468971252	0					non-mobilizable	no_good_hit	1181.0	70.872	23.0	0.00031768776624400866	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0132_000000017359	2377	0.5055503756893505	6	4	2	3	3	True	90718	fragment	False	SPA0132_000000017359	1.0		0	0	False	False	0.9978964924812317	0					non-mobilizable	chromosome	2377.0	98.065	100.0	0.0006492547921837925	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ISR0027_000000010152	2561	0.5055483542940739	5	3	2	3	2	False	37246	maximal	True	ISR0027_000000010152	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0052_000000021972	1166	0.5055468829050492	3	2	2	1	1	False	114326	fragment	False	AST0052_000000021972	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1166.0	93.911	100.0	0.0013695795802150417	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0357_000000004769	4678	0.5055455751409057	5	1	1	1	1	False	64754	fragment	False	ISR0357_000000004769	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	751.0	95.073	20.0	0.0004026112523908416	NZ_FQXY01000011.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	True	False
AST0028_000000002170	8284	0.5055436590570298	9	8	6	8	8	False	118904	maximal	True	AST0028_000000002170	1.0		1	1	False	False	0.9997585415840149	0					non-mobilizable	no_good_hit	7343.0	100.0	89.0	0.0014319159276950718	CP043406.1	enterobacteria	Escherichia coli strain NMBU-W13E19 chromosome, complete genome	True	False
FIJ0100_000000008654	2147	0.5055418479056103	3	3	3	3	3	False	42737	fragment	False	FIJ0100_000000008654	1.0		0	0	False	False	0.991150438785553	0					non-mobilizable	other	2129.0	99.57700000000001	99.0	0.019986287603429978	NZ_GG663523.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld19, whole genome shotgun sequence	False	False
FIJ0054_000000010777	2323	0.5055405672513775	5	3	1	2	2	False	46337	maximal	True	FIJ0054_000000010777	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	1.0	0.005776173285198556	MK496779.1	viruses	Capybara microvirus Cap3_SP_391, complete genome	True	False
ENG0095_000000014260	1946	0.5055401037527022	2	2	1	1	2	False	60960	maximal	True	ENG0095_000000014260	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1949.0	97.281	100.0	0.021863267462512083	CP050069.1	enterobacteria	Klebsiella aerogenes strain 035 plasmid p035_A-VIM-1, complete sequence	False	True
ENG0145_000000022843	1241	0.505539308003852	2	2	2	2	2	False	57459	maximal	True	ENG0145_000000022843	1.0		1	1	False	False	0.9959709644317627	0					non-mobilizable	other	1172.0	96.67200000000001	94.0	0.02494079494783555	NZ_NFLJ01000024.1	firmicutes	Massilimicrobiota timonensis strain An13 An13_contig_24, whole genome shotgun sequence	False	False
DEN0051_000000041965	1173	0.5055367728152877	2	2	2	2	1	False	72401	maximal	True	DEN0051_000000041965	0.983735566094697		260	13	False	False	0.9991474747657776	0					non-mobilizable	chromosome	1188.0	80.135	100.0	0.0004023219139377699	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0032_000000007578	2755	0.5055363440575289	2	2	2	1	2	True	65626	maximal	True	ENG0032_000000007578	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	78.494	57.0	0.05532626485447947	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ISR0058_000000020354	1322	0.5055319111849905	2	2	2	2	2	False	85290	fragment	False	MON0081_000000031907	0.612999753390754		0	0	False	False	1.0	0					non-mobilizable	other	1322.0	99.16799999999999	100.0	0.019074710486036907	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0067_000000029591	1144	0.5055311010225285	2	1	1	1	1	False	45149	maximal	True	FIJ0067_000000029591	1.0		185	14	False	False	1.0	0					non-mobilizable	no_good_hit	287.0	74.21600000000001	25.0	6.583049400143134e-05	CP033906.1	firmicutes	Bacillus sp. FJAT-42376 chromosome	True	False
ENG0003_000000010246	2231	0.5055239412930069	4	3	3	2	2	False	67885	maximal	True	ENG0003_000000010246	1.0		2	2	False	False	1.0	0					non-mobilizable	other	2231.0	99.238	100.0	0.005989761000478107	NZ_CABMGA010000002.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0043_000000003413	6250	0.5055227121436063	6	6	5	5	4	False	91332	maximal	True	ISR0043_000000003413	0.9885432547474723		113	9	False	False	0.9987199902534485	0					non-mobilizable	no_good_hit	454.0	82.37899999999999	7.0	0.0007298325107209322	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
FIJ0140_000000019611	1687	0.505520152235328	2	1	1	1	1	False	45408	fragment	False	FIJ0140_000000019611	1.0		0	0	False	False	0.9994072318077087	0					non-mobilizable	chromosome	985.0	88.325	93.0	0.00034263621445192844	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0065_000000012798	1506	0.505520152235328	2	1	1	1	1	False	45407	fragment	False	FIJ0065_000000012798	1.0		0	0	False	False	0.9980079531669617	0					non-mobilizable	no_good_hit	978.0	88.139	65.0	0.00031458267996723957	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MON0022_000000026450	1207	0.505520152235328	2	1	1	1	1	False	30787	fragment	False	MON0022_000000026450	1.0		0	0	False	False	0.9892295002937317	0					non-mobilizable	no_good_hit	978.0	88.139	81.0	0.00031458267996723957	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0109_000000002855	7729	0.5055199989362256	8	4	2	3	1	True	83578	maximal	True	ENG0109_000000002855	1.0		4	4	False	False	0.9998705983161926	0					non-mobilizable	no_good_hit	726.0	93.52600000000001	9.0	0.7925356750823271	GQ878135.1		Uncultured organism clone VC1BV59TR genomic sequence	True	True
MAD0097_000000007431	5089	0.505514929903283	3	3	3	3	3	False	108739	fragment	False	MAD0091_000000002323	0.9394038137160733		0	0	False	False	0.9946944117546082	0					non-mobilizable	no_good_hit	4013.0	96.13799999999999	79.0	0.11065144244028904	NZ_CYXV01000020.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
DEN0018_000000002165	12422	0.5055103148775785	20	7	4	5	2	True	75151	maximal	True	DEN0018_000000002165	1.0		6	4	False	False	0.9989534616470337	0					non-mobilizable	no_good_hit	48.0	91.667	0.0	1.046589487743435e-05	NZ_JABSWD010000001.1	firmicutes	Clostridium tetanomorphum strain DJ062 Ga0423206_01, whole genome shotgun sequence	True	True
AUS0010_000000008382	2802	0.5055101847077972	2	2	1	1	2	False	129017	maximal	True	AUS0010_000000008382	1.0	PS1059	2	2	False	True	1.0	0					non-mobilizable	no_good_hit	865.0	99.538	63.0	0.00026197894162326884	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	True
SPA0029_000000021641	1255	0.5055079607121439	2	2	2	2	2	False	7362	fragment	False	SPA0029_000000021641	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	122.0	75.41	9.0	1.389122207790786e-05	NZ_QVIG01000001.1	high GC Gram+	Kitasatospora xanthocidica strain MMS17-GH009 DR950_1_1, whole genome shotgun sequence	True	False
AST0140_000000006239	4433	0.5055064307254021	3	3	1	2	2	False	109810	fragment	False	AST0140_000000006239	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2206.0	92.24799999999999	87.0	0.000761956017082315	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0128_000000023245	1515	0.5055047796431459	2	1	1	1	1	False	31830	fragment	False	ISR0128_000000023245	1.0		0	0	False	False	0.9636963605880737	0					non-mobilizable	no_good_hit								True	False
ENG0032_000000002923	5965	0.5055038740087278	9	3	3	3	3	False	65640	maximal	True	ENG0032_000000002923	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	1135.0	98.76700000000001	47.0	0.00025143319140240637	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
ENG0064_000000001251	17112	0.5055028023935998	10	4	3	4	0	True	63012	maximal	True	ENG0064_000000001251	1.0		10	6	False	False	0.9999415874481201	0					non-mobilizable	no_good_hit	34.0	100.0	0.0	7.0893433420539415e-06	CP024676.1	enterobacteria	Citrobacter pasteurii strain UMH17 chromosome, complete genome	True	True
MAD0088_000000021956	1221	0.5054998703939522	2	2	1	2	2	False	42261	fragment	False	MAD0091_000000012500	0.7018879541172192		0	0	False	False	0.9762489795684814	0					non-mobilizable	chromosome	1223.0	91.905	100.0	0.000601319944139893	CP045049.1	firmicutes	Lactobacillus reuteri strain reuteri chromosome, complete genome	False	False
ISR0042_000000002093	9155	0.50549905268664	11	7	4	5	6	True	113134	fragment	False	ISR0042_000000002093	0.9333217628792108		0	0	False	False	1.0	0					non-mobilizable	other	8659.0	95.62299999999999	95.0	0.19773714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
CAN0007_000000021500	1883	0.5054964493386455	2	2	2	2	2	False	95267	maximal	True	CAN0007_000000021500	1.0		476	12	False	False	1.0	0					non-mobilizable	other	1883.0	99.681	100.0	0.0005365657284464227	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MON0052_000000018902	1523	0.50549613278742	2	2	2	1	2	False	11216	maximal	True	MON0052_000000018902	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	85.135	5.0	0.0002759049488021451	CP044114.1	a-proteobacteria	Roseomonas mucosa strain FDAARGOS_658 chromosome 1, complete sequence	True	False
SPA0011_000000005929	3415	0.5054951193476571	4	3	3	3	2	True	57695	maximal	True	SPA0011_000000005929	0.9591901297057893		36	9	False	False	1.0	0					non-mobilizable	other	3194.0	81.465	93.0	0.034773712349563266	NZ_SMMX01000013.1	firmicutes	Extibacter muris strain DSM 28560 NODE_13_length_90902_cov_80.512751, whole genome shotgun sequence	False	True
FIJ0091_000000006189	4096	0.5054921212894911	5	5	5	5	4	False	74389	maximal	True	FIJ0091_000000006189	1.0		393	14	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0154_000000009197	3762	0.5054894423770507	5	3	2	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9970670281115345		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0074_000000008608	3762	0.5054894423770507	5	3	2	2	0	True	53367	maximal	True	FIJ0074_000000008608	0.9972711112478327		87	8	True	True	1.0	3					non-mobilizable	no_good_hit	529.0	73.72399999999999	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0089_000000006147	3734	0.5054894423770507	5	3	2	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9947054308338873		0	0	False	True	0.9997321963310242	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
FIJ0113_000000006829	3685	0.5054894423770507	5	3	2	2	0	True	53367	maximal	False	FIJ0074_000000008608	0.9869172976129877		0	0	False	True	0.9997286200523376	0					non-mobilizable	no_good_hit	529.0	73.913	14.0	0.06419085095917364	NZ_AWET01000035.1	CFB group bacteria	Prevotella pleuritidis F0068 contig00036, whole genome shotgun sequence	True	True
SPA0019_000000005688	4728	0.5054882768746524	4	4	4	4	4	False	76453	maximal	True	SPA0019_000000005688	1.0		35	7	False	False	1.0	0					non-mobilizable	no_good_hit	2562.0	99.805	55.0	0.0004960112829493555	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
FIJ0102_000000007342	4239	0.5054881586343873	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8539781496533396		0	0	False	False	1.0	0					non-mobilizable	other	4178.0	98.277	99.0	0.044376182479113964	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
FIJ0069_000000005714	4201	0.5054881586343873	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8838117884336539		0	0	False	False	1.0	0					non-mobilizable	other	4200.0	99.238	99.0	0.04463127909695797	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
ENG0069_000000005234	4073	0.5054881586343873	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.8725339245001706		0	0	False	False	1.0	0					non-mobilizable	other	4074.0	99.36200000000001	100.0	0.0012188476398555098	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0013_000000006755	3937	0.5054881586343873	6	5	2	3	4	False	124369	fragment	False	ENG0025_000000004712	0.7890978261073908		0	0	False	False	1.0	0					non-mobilizable	other	3937.0	99.898	100.0	0.3540842029507017	NZ_CYZO01000052.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
FIJ0042_000000013968	1736	0.5054868771717946	2	2	1	1	1	False	47288	maximal	True	FIJ0042_000000013968	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	96.751	48.0	0.013260480572597136	NZ_VZBY01000075.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_19_length_62592_cov_28.0659_ID_37, whole genome shotgun sequence	True	False
ENG0038_000000017204	1513	0.5054868685801972	3	1	1	1	1	True	93424	fragment	False	ENG0038_000000017204	0.9725016767270289		0	0	False	False	0.9960343837738037	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	3.7183728508109443e-07	HG975444.1	eudicots	Solanum pennellii chromosome ch05, complete genome	True	True
FIJ0017_000000019681	1491	0.5054868685801972	4	1	1	1	1	True	93424	fragment	False	ENG0038_000000017204	0.9656311962987443		0	0	False	False	0.9906103014945984	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	3.7183728508109443e-07	HG975444.1	eudicots	Solanum pennellii chromosome ch05, complete genome	True	True
USA0084_01_000000024425	1304	0.5054868685801972	2	1	1	1	1	True	462	fragment	False	USA0084_01_000000024425	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CAN0014_000000040701	1226	0.5054868685801972	2	1	1	1	1	True	93423	fragment	False	CAN0014_000000040701	0.9881993006993007		0	0	False	False	0.9926590323448181	0					non-mobilizable	no_good_hit	62.0	91.935	6.0	1.0778593497741615e-05	LN899827.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IX	True	True
ISR0825_000000020261	1191	0.5054868685801972	3	1	1	1	1	True	21113	fragment	False	ISR0825_000000020261	1.0		0	0	False	False	0.9798488616943359	0					non-mobilizable	no_good_hit	43.0	97.67399999999999	4.0	0.00015142774733198732	NZ_SPGG01000004.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_4_length_277360_cov_37.4038, whole genome shotgun sequence	True	True
CHI0168_000000010968	1447	0.5054857922800553	2	2	2	2	1	False	78097	fragment	False	CHI0168_000000010968	0.9825325803816318		0	0	False	False	1.0	0					non-mobilizable	other	1447.0	95.508	100.0	0.02087574169517952	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0298_000000005198	2794	0.5054817397769901	4	3	2	3	2	False	25643	maximal	True	ISR0298_000000005198	1.0		119	11	False	False	1.0	0					non-mobilizable	other	1635.0	92.661	96.0	0.5308842652795839	NZ_LNAM01000045.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf139, whole genome shotgun sequence	False	False
AST0012_000000007622	2757	0.5054813491047638	3	3	3	3	2	True	125509	maximal	True	AST0012_000000007622	1.0		352	12	False	False	1.0	0					non-mobilizable	other	2757.0	99.42	100.0	0.039752216478470555	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	True
CAN0005_000000001844	10421	0.5054774193813129	9	7	7	7	4	False	130488	fragment	False	CHI0076_000000000512	0.8512512225710722		0	0	False	False	0.9999040365219116	0					non-mobilizable	other	7975.0	99.962	100.0	0.012723953712509494	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
CHI0151_000000017720	1387	0.5054766267198946	2	2	2	2	2	False	79451	maximal	False	ENG0156_000000012347	0.9879089615931722		0	0	False	False	0.9920691847801208	0					non-mobilizable	no_good_hit	332.0	74.699	24.0	4.905889190920156e-05	CP002735.1	b-proteobacteria	Delftia sp. Cs1-4, complete genome	True	False
MON0032_000000003546	5544	0.5054752016022561	14	3	1	3	2	False	39816	fragment	False	MON0032_000000003546	1.0		0	0	False	False	0.9998196363449097	0					non-mobilizable	no_good_hit	908.0	71.586	16.0	0.002222177734179496	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
ENG0105_000000020688	1113	0.5054736885132873	2	2	2	2	1	False	60110	maximal	True	ENG0105_000000020688	1.0		4	3	False	False	0.9991015195846558	0					non-mobilizable	chromosome	1120.0	82.76799999999999	100.0	0.00032400654528761503	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
FIJ0074_000000016302	1893	0.5054732646817467	3	3	3	3	2	False	127823	fragment	False	FIJ0074_000000016302	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1898.0	90.727	100.0	0.0006686928589601491	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
SPA0100_000000007717	4088	0.5054720020137375	7	2	2	2	2	True	84336	maximal	True	SPA0100_000000007717	1.0		22	8	False	False	1.0	0					non-mobilizable	no_good_hit	2571.0	91.949	63.0	0.0077833665111614265	NZ_KE159508.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.5, whole genome shotgun sequence	True	True
ISR0310_000000007733	2163	0.5054720020137375	2	2	2	2	2	True	83236	fragment	False	MAD0055_000000003626	0.9130748746951451		0	0	False	False	1.0	0					non-mobilizable	chromosome	2165.0	94.273	100.0	0.0005767288059499633	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0279_000000006230	3189	0.5054708521319982	3	3	3	3	2	False	90704	maximal	True	ISR0279_000000006230	1.0		10	4	False	False	0.9993728399276733	0					non-mobilizable	no_good_hit	1036.0	75.0	32.0	0.005297377902217495	NZ_BBAB01000003.1	firmicutes	[Clostridium] glycyrrhizinilyticum JCM 13369, whole genome shotgun sequence	True	False
CHI0160_000000020990	1530	0.5054697500862578	2	2	2	2	1	False	92181	fragment	False	SPA0100_000000012690	0.16133634305392558		0	0	False	False	0.9954248070716858	0					non-mobilizable	no_good_hit	51.0	88.235	3.0	6.223052752818186e-06	NZ_RKHY01000001.1	high GC Gram+	Amycolatopsis eurytherma strain DSM 44348 Ga0197486_11, whole genome shotgun sequence	True	False
ISR0139_000000004785	4667	0.5054677713108773	5	4	3	2	3	False	131360	maximal	True	ISR0139_000000004785	1.0		257	11	False	False	1.0	0					non-mobilizable	chromosome	4667.0	99.35700000000001	100.0	0.0006583081480594871	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0292_000000001613	8314	0.5054669621832983	10	10	4	8	6	False	128526	maximal	True	ISR0292_000000001613	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4022.0	96.76799999999999	74.0	0.0013527718696155456	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0042_000000005432	4578	0.5054666098928781	4	4	4	3	3	False	52979	maximal	True	MON0042_000000005432	1.0		5	2	False	False	0.9993447065353394	0					non-mobilizable	other	4581.0	98.45	100.0	0.002258189274441709	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
FIJ0140_000000003679	6643	0.5054661035677311	11	4	3	4	2	False	119317	maximal	True	FIJ0140_000000003679	1.0	PS818	1	1	False	True	0.9998494386672974	0					non-mobilizable	no_good_hit	1414.0	95.12	21.0	0.02471186974238794	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
SPA0093_000000005929	6829	0.5054599965249711	4	4	3	3	1	True	39033	fragment	False	SPA0093_000000005929	1.0		0	0	False	False	0.9983892440795898	0					non-mobilizable	no_good_hit	1581.0	74.00399999999999	23.0	0.0003616179205709737	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
FIJ0166_000000004283	5979	0.5054599965249711	4	4	3	3	1	True	39032	fragment	False	FIJ0166_000000004283	1.0		0	0	False	False	0.9921391606330872	0					non-mobilizable	no_good_hit	1590.0	74.15100000000001	26.0	0.00036371763752912774	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
ISR0045_000000008088	3084	0.5054482472180918	4	4	3	1	2	False	36259	maximal	True	ISR0045_000000008088	1.0		12	5	False	False	0.9977301955223083	0					non-mobilizable	no_good_hit	690.0	96.23200000000001	33.0	0.00020750124530863475	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0032_000000002575	12796	0.5054480472262081	17	11	6	6	7	True	113150	maximal	True	FIJ0032_000000002575	1.0		21	3	False	False	1.0	0					non-mobilizable	no_good_hit	7612.0	95.29700000000001	63.0	0.17378285714285716	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
SPA0014_000000006465	3320	0.5054474527013868	6	3	2	2	3	False	7951	maximal	True	SPA0014_000000006465	1.0		28	6	False	False	1.0	0					non-mobilizable	no_good_hit	1199.0	90.575	43.0	0.00040189340938565847	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0101_000000004127	5674	0.5054456779533543	7	7	6	6	6	False	105609	fragment	False	ISR0101_000000004127	0.9612288177305771		0	0	False	False	1.0	0					non-mobilizable	other	5674.0	99.947	100.0	0.022682926829268292	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
ENG0199_000000017049	1502	0.5054417831837124	2	2	2	2	2	False	54258	fragment	False	ENG0199_000000017049	1.0		0	0	False	False	0.9880159497261047	0					non-mobilizable	no_good_hit	1286.0	90.669	89.0	0.0004338500917132594	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
ENG0002_000000006359	3268	0.5054315018587789	6	3	1	2	2	False	68004	maximal	True	ENG0002_000000006359	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	628.0	88.535	49.0	0.00012085554102319323	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
CHI0034_000000009122	1816	0.5054315018587789	3	3	1	2	2	False	88224	maximal	True	CHI0034_000000009122	1.0		3	3	False	False	0.9867841601371765	0					non-mobilizable	no_good_hit	1078.0	78.108	67.0	0.0068721888693705	NZ_RCXZ01000010.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0010, whole genome shotgun sequence	True	False
ISR0262_000000010707	1573	0.5054290755646128	3	3	2	2	2	False	123105	fragment	False	ISR0274_000000003666	0.20557469064931752		0	0	False	False	1.0	0					non-mobilizable	chromosome	1573.0	99.87299999999999	100.0	0.00034985049010225784	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0125_000000009199	2115	0.505428276487987	2	2	2	1	0	True	41199	maximal	True	FIJ0125_000000009199	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	340.0	100.0	16.0	0.005026466794181754	NZ_CYXX01000021.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
DEN0073_000000034976	1524	0.5054255008400119	2	2	2	2	1	False	78861	maximal	True	DEN0073_000000034976	1.0		160	13	False	False	0.9993438124656677	0					non-mobilizable	no_good_hit	485.0	75.05199999999999	31.0	0.00010837466955907121	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0074_000000011331	1812	0.5054239045297195	3	3	3	3	2	False	10372	fragment	False	MON0074_000000011331	1.0		0	0	False	False	0.9994481205940247	0					non-mobilizable	no_good_hit	285.0	78.947	16.0	0.0005761245078091243	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0194_000000010751	2303	0.5054227785399817	4	3	2	3	2	False	29043	maximal	True	ISR0194_000000010751	1.0		15	5	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.011268781302170284	XM_026901171.2	moths	PREDICTED: Galleria mellonella integrin beta pat-3-like (LOC113516708), mRNA	True	False
DEN0087_000000003938	3158	0.505420973006495	5	3	3	2	1	False	68895	fragment	False	DEN0087_000000003938	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	492.0	70.325	15.0	0.00014815165251341145	NZ_AP019309.1	firmicutes	Intestinibaculum porci strain SG0102	True	False
ISR0378_000000006091	3762	0.5054180839636753	7	2	1	2	0	True	23280	maximal	True	ISR0378_000000006091	1.0		2	1	False	False	0.9976076483726501	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.007119247393846936	MK072481.1	viruses	Satyrvirus sp. clone Satyrvirus_45 genomic sequence	True	True
MAD0003_000000020781	1272	0.5054149675158529	2	2	2	2	1	False	75181	fragment	False	DEN0017_000000022080	0.8054997525164148		0	0	False	False	1.0	0					non-mobilizable	chromosome	1281.0	88.603	100.0	0.0003556936571599707	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
CHI0135_000000008990	2239	0.505412938808187	3	2	1	2	0	True	112252	fragment	False	CHI0135_000000008990	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1352.0	80.104	59.0	0.012455829569378877	NZ_NFHM01000009.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_9, whole genome shotgun sequence	True	True
ISR0101_000000010839	2226	0.505412095569204	3	3	3	2	2	False	66616	fragment	False	ISR0101_000000010839	1.0		0	0	False	False	0.9847259521484375	0					non-mobilizable	chromosome	2215.0	99.052	99.0	0.001005001402644234	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	False
ENG0140_000000009851	1795	0.505409997601742	2	2	2	2	1	False	57792	maximal	True	ENG0140_000000009851	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1266.0	100.0	71.0	0.006686894743519262	NZ_JAATLI010000013.1	CFB group bacteria	Butyricimonas paravirosa strain DSM 105722 Ga0373284_13, whole genome shotgun sequence	True	False
MAD0102_000000009700	2002	0.5054092328303095	5	4	2	3	3	True	14995	maximal	True	MAD0102_000000009700	1.0		1	1	False	False	0.9995005130767822	0					non-mobilizable	no_good_hit	1142.0	97.023	66.0	0.030686891506643	CP034950.1	firmicutes	Enterococcus faecium strain NM213 plasmid unnamed1, complete sequence	True	True
MAD0040_000000010822	2814	0.5054028962479243	4	4	4	3	2	False	18384	maximal	True	MAD0040_000000010822	1.0		3	1	False	False	0.9648187756538391	0					non-mobilizable	no_good_hit	1083.0	99.631	38.0	0.000583867555958471	NC_009515.1	euryarchaeotes	Methanobrevibacter smithii ATCC 35061, complete sequence	True	False
FIJ0144_000000020073	1573	0.5054024643456795	3	2	1	2	1	False	40063	maximal	True	FIJ0144_000000020073	1.0		12	4	False	False	0.9930070042610168	0					non-mobilizable	no_good_hit	869.0	78.366	55.0	0.014100672241351041	NZ_JXQL01000066.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig66, whole genome shotgun sequence	True	False
ENG0138_000000002920	7250	0.505402437724039	11	9	6	4	5	False	57953	maximal	True	ENG0138_000000002920	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	776.0	73.582	11.0	0.013229072751231015	MF547665.1	firmicutes	Clostridioides difficile strain LIBA-2945 genomic sequence	True	False
ENG0189_000000005507	2704	0.5053999321638923	3	3	2	2	1	False	126884	fragment	False	ENG0189_000000005507	0.9812573213588442		0	0	False	True	0.9992603659629822	0					non-mobilizable	no_good_hit	1536.0	80.664	56.0	0.05551097818951054	NZ_NFHM01000033.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_33, whole genome shotgun sequence	True	True
SPA0065_000000011170	1846	0.5053973262991	2	2	1	2	0	True	129317	maximal	True	SPA0065_000000011170	1.0		0	0	False	False	1.0	0		MOBV			mobilizable	no_good_hit	1333.0	86.79700000000001	72.0	0.20213589227673734	NZ_SRMQ01000021.1	firmicutes	Caproiciproducens galactitolivorans strain BS-1 CAGA_contig000021, whole genome shotgun sequence	True	True
MON0087_000000007395	6067	0.5053931575954539	7	3	3	3	0	True	96543	fragment	False	MON0087_000000007395	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5222.0	94.006	86.0	0.0015259874699766137	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
SPA0008_000000004862	5529	0.5053931575954539	7	3	3	3	0	True	96542	fragment	False	SPA0008_000000004862	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4788.0	96.93	87.0	0.0013997735763746333	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MON0013_000000007805	5371	0.5053931575954539	7	3	3	3	0	True	96540	fragment	False	MON0013_000000007805	0.9697222779721367		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4639.0	96.637	86.0	0.000831317217198348	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
TAN0013_000000001330	5341	0.5053931575954539	6	3	3	3	0	True	96540	fragment	False	MON0013_000000007805	0.9635090753419839		0	0	False	False	0.999625563621521	0					non-mobilizable	chromosome	4585.0	97.405	96.0	0.0008219906809967699	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
ENG0080_000000004645	5086	0.5053931575954539	6	3	3	3	0	True	96546	maximal	True	ENG0080_000000004645	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	4211.0	96.794	85.0	0.0007549113629315743	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	True
TAN0017_000000020970	1786	0.5053925956021686	4	2	2	2	1	False	39544	fragment	False	TAN0017_000000020970	1.0		0	0	False	False	0.977603554725647	0					non-mobilizable	other	1802.0	93.34100000000001	100.0	0.02090045243605997	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	False	False
FIJ0077_000000026913	1126	0.5053863240383312	3	1	1	1	1	False	44473	fragment	False	FIJ0077_000000026913	1.0		0	0	False	False	0.9991118907928467	0					non-mobilizable	no_good_hit	201.0	76.119	18.0	0.0006652175227702614	NZ_SMAE01000002.1	firmicutes	Keratinibaculum paraultunense strain DSM 26752 Ga0244701_102, whole genome shotgun sequence	True	False
MAD0050_000000006444	3573	0.505386273620084	7	5	2	3	5	False	17417	fragment	False	MAD0050_000000006444	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3577.0	98.211	100.0	0.05630868776138247	AP010955.1	enterobacteria	Escherichia coli O26:H11 str. 11368 plasmid pO26_2 DNA, complete sequence	False	True
FIJ0008_000000002529	9961	0.5053847667223413	5	4	2	4	2	False	92279	maximal	False	ISR0333_000000001369	0.9803510242043518		0	0	False	False	0.9976909756660461	0					non-mobilizable	no_good_hit	1111.0	75.788	11.0	0.0031248937592783564	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
FIJ0166_000000002798	9419	0.5053847667223413	5	4	2	4	2	False	92279	maximal	False	ISR0333_000000001369	0.9397587268165919		0	0	False	False	0.9993630051612854	0					non-mobilizable	no_good_hit	1111.0	75.788	12.0	0.0031248937592783564	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0147_000000011083	1384	0.5053833625634336	1	1	1	1	1	False	57342	maximal	True	ENG0147_000000011083	1.0		14	4	False	False	0.9992774724960327	0					non-mobilizable	no_good_hit								True	False
MON0107_000000032162	1872	0.5053832037517412	3	3	2	2	2	False	12736	maximal	True	MON0107_000000032162	0.9997067448680352		58	9	False	False	1.0	0					non-mobilizable	other	1871.0	99.89299999999999	99.0	0.010862742362951597	NZ_RQUZ01000004.1	firmicutes	Veillonella seminalis strain ADV4313-2 contig_0004, whole genome shotgun sequence	False	False
ENG0083_000000011645	1919	0.5053822774824784	3	3	3	3	2	False	118951	fragment	False	MON0024_000000023063	0.8304808549745815		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	99.398	9.0	0.0011297268799682306	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ENG0145_000000018342	1609	0.5053814343376755	2	1	1	1	1	False	57478	maximal	True	ENG0145_000000018342	1.0		4	1	False	False	0.9577377438545227	0					non-mobilizable	no_good_hit	108.0	83.333	7.0	0.00018545286897321507	NZ_PXYL01000002.1	a-proteobacteria	Mesorhizobium soli strain JCM 19897 ZB100001, whole genome shotgun sequence	True	False
CHI0122_000000012045	1185	0.5053797413718653	3	2	2	2	1	False	81736	maximal	True	CHI0122_000000012045	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	53.0	88.679	4.0	1.1186601549172214e-05	NZ_AP014630.1	g-proteobacteria	Acinetobacter guillouiae strain NBRC 110550	True	False
USA0075_01_000000001340	15750	0.5053772234300994	16	6	5	5	1	True	63612	fragment	False	USA0057_01_000000001568	0.810811264096086		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	70.58800000000001	8.0	0.0004325319622012229	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0117_000000003783	5559	0.5053766089299087	4	4	3	3	2	True	120789	maximal	True	ENG0117_000000003783	0.9827958926319582		69	10	False	False	1.0	0					non-mobilizable	other	5569.0	98.27600000000001	100.0	0.008883151532172104	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	True
AST0019_000000007303	3694	0.5053721012449865	2	2	2	2	2	False	122830	fragment	False	AST0019_000000007303	1.0		0	0	False	False	0.9997292757034302	0					non-mobilizable	no_good_hit	1712.0	88.785	55.0	0.008235896148535787	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	True	False
ISR0195_000000007251	3149	0.5053721012449865	2	2	2	2	2	False	29008	fragment	False	ISR0195_000000007251	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1707.0	88.75200000000001	57.0	0.0004846871293380778	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0002_000000010951	3149	0.5053704779848471	2	2	1	2	2	False	41189	maximal	True	MAD0002_000000010951	1.0		432	14	False	False	0.9996824264526367	0					non-mobilizable	plasmid	1650.0	82.242	96.0	0.014205678802490764	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
ISR0821_000000018501	1701	0.5053703936484205	3	1	1	1	1	False	21227	maximal	True	ISR0821_000000018501	1.0		6	4	False	False	0.993533194065094	0					non-mobilizable	no_good_hit	245.0	75.102	14.0	0.00014983969033966588	NZ_SNXA01000008.1	high GC Gram+	Ponticoccus gilvus strain DSM 21351 Ga0215662_101, whole genome shotgun sequence	True	False
SPA0095_000000012494	1559	0.5053702670752549	3	3	2	3	1	False	68932	fragment	False	SPA0095_000000012494	1.0		0	0	False	False	0.9980756640434265	0					non-mobilizable	chromosome	1421.0	100.0	91.0	0.00039707939714399244	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0134_000000019121	1329	0.5053702670752549	3	3	2	3	1	False	68931	fragment	False	USA0054_01_000000006866	0.96303074670571		0	0	False	False	0.9954853057861328	0					non-mobilizable	chromosome	1329.0	100.0	100.0	0.0003713531263431141	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0132_000000017841	1608	0.5053694641008445	2	2	2	2	2	True	31589	maximal	True	ISR0132_000000017841	1.0		21	8	False	False	1.0	0					non-mobilizable	no_good_hit	653.0	100.0	41.0	0.00028575636027039915	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	True	True
MON0100_000000012571	3301	0.5053691136480434	4	3	2	3	2	False	52256	fragment	False	MON0100_000000012571	1.0		0	0	False	False	0.9909118413925171	0					non-mobilizable	no_good_hit	524.0	72.51899999999999	25.0	0.00015476189762080576	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ISR0270_000000002527	2716	0.5053691136480434	4	3	2	3	2	False	52255	fragment	False	ISR0270_000000002527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	791.0	74.842	29.0	0.00041416674727331315	NZ_GL982488.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0093_000000010818	2280	0.5053691136480434	4	3	2	3	2	False	52253	fragment	False	ISR0093_000000010818	1.0		0	0	False	False	0.9771929979324341	0					non-mobilizable	no_good_hit	540.0	72.407	23.0	0.0001592607899935036	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
DEN0063_000000001637	15959	0.5053682813782068	21	8	5	8	4	False	105227	maximal	False	ENG0160_000000001181	0.9645517904349916		0	0	False	False	0.9999373555183411	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.4709102973526884e-05	CP026512.1	g-proteobacteria	Candidatus Pseudomonas adelgestsugas isolate HWA_ENA chromosome, complete genome	True	False
DEN0089_000000010290	1867	0.5053658141751148	4	2	1	2	1	True	68837	fragment	False	DEN0089_000000010290	1.0		0	0	False	False	0.9833958148956299	0					non-mobilizable	no_good_hit	1142.0	91.681	61.0	0.00031708250687267285	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
ENG0082_000000009460	2144	0.5053642807452693	3	2	2	1	1	False	61628	maximal	True	ENG0082_000000009460	1.0		32	6	False	False	0.9916045069694519	0					non-mobilizable	no_good_hit	1731.0	99.76899999999999	81.0	0.000424157770999426	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
AST0016_000000013065	1926	0.5053596701311251	1	1	1	1	1	False	123380	maximal	True	AST0016_000000013065	1.0		5	5	False	False	1.0	0					non-mobilizable	other	1926.0	90.654	100.0	0.050820148445547955	NZ_QRUU01000033.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf33, whole genome shotgun sequence	False	False
DEN0007_000000005459	5189	0.505356546307666	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8028079806348207		0	0	False	False	0.9996145963668823	0					non-mobilizable	chromosome	5197.0	95.882	100.0	0.0022915384391223453	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MON0069_000000047271	1138	0.5053562919367713	1	1	1	1	1	False	10459	fragment	False	MON0069_000000047271	1.0		0	0	False	False	0.9762741923332214	0					non-mobilizable	no_good_hit								True	False
FIJ0021_000000042899	1110	0.5053550505820325	2	2	2	2	1	True	49502	fragment	False	FIJ0021_000000042899	1.0		0	0	False	False	0.9792792797088623	0					non-mobilizable	other	1128.0	73.936	100.0	0.001576705357653382	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	False	True
SPA0109_000000024009	1414	0.50535437528352	3	2	1	2	1	False	80862	maximal	False	USA0125_01_000000015839	0.9391042234210817		0	0	False	False	0.9922206401824951	0					non-mobilizable	no_good_hit	66.0	93.939	5.0	1.817616958757712e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0098_000000005487	3162	0.5053516970339204	3	3	1	3	2	False	89968	fragment	False	ISR0098_000000005487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1012.0	84.486	50.0	0.00032489686619567365	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0061_000000008839	2426	0.5053514912726976	2	2	2	2	1	False	109471	maximal	True	ENG0061_000000008839	1.0		57	9	False	False	0.9938169717788696	0					non-mobilizable	no_good_hit	671.0	99.851	28.0	0.9985096870342772	EU061906.1	bacteria	Uncultured bacterium clone HA0AAA5ZC08RM1 genomic sequence	True	False
MAD0108_000000010056	1731	0.5053495224715714	3	2	2	2	2	True	87079	fragment	False	MON0032_000000016300	0.4831753687961021		0	0	False	False	1.0	0					non-mobilizable	other	1738.0	87.802	100.0	0.0005372667773761845	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0033_000000036581	1654	0.5053495224715714	2	2	2	2	2	True	87079	fragment	False	MON0032_000000016300	0.3427865701514199		0	0	False	False	0.9981862306594849	0					non-mobilizable	chromosome	1658.0	92.34	100.0	0.0005836506536781459	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0177_000000016215	1642	0.5053495224715714	2	2	2	2	2	True	87079	fragment	False	MON0032_000000016300	0.37633173899812633		0	0	False	False	1.0	0					non-mobilizable	other	1646.0	86.574	99.0	0.0005089568313766286	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MON0099_000000027193	1339	0.5053483981241931	3	3	3	3	2	False	10329	maximal	True	MON0099_000000027193	1.0		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1156.0	99.221	86.0	0.012296521840964985	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0075_000000023375	1167	0.5053483981241931	3	3	3	3	2	False	10328	fragment	False	MON0104_000000037729	0.9529459901800328		0	0	False	False	1.0	0					non-mobilizable	other	1167.0	99.14299999999999	100.0	0.012413631572783699	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
MAD0105_000000025984	1479	0.5053482867708691	2	1	1	1	1	False	14793	fragment	False	MAD0105_000000025984	0.9657243816254417		0	0	False	False	0.9986477494239807	0					non-mobilizable	other	1415.0	98.09200000000001	95.0	0.005917605819607252	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
CHI0059_000000008175	2125	0.5053473938802691	3	3	3	2	2	True	86491	maximal	False	CHI0052_000000007130	0.6138014538115342		0	0	False	False	0.9981176257133484	0					non-mobilizable	other	2126.0	96.04899999999999	100.0	0.000740074327992301	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	True
MON0093_000000033108	1397	0.5053416369390983	2	1	1	1	1	False	9372	maximal	True	MON0093_000000033108	1.0		9	6	False	False	0.9491767883300781	0					non-mobilizable	no_good_hit	95.0	76.842	7.0	2.3645728625519072e-05	CP058246.1	CFB group bacteria	Flavobacterium sp. LPB0248 strain LPB248 chromosome	True	False
ISR0235_000000003150	1514	0.5053385395640324	2	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.3376177694226929		0	0	False	False	0.9966974854469299	0					non-mobilizable	other	1514.0	98.679	100.0	0.005807370332129382	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
USA0019_01_000000021034	1446	0.5053385395640324	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.1745871433949056		0	0	False	False	1.0	0					non-mobilizable	other	1444.0	99.654	99.0	0.00043181859668831344	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0366_000000015040	1377	0.5053385395640324	3	1	1	1	1	False	117263	fragment	False	MAD0026_000000006911	0.17407106202039585		0	0	False	False	1.0	0					non-mobilizable	other	1380.0	94.275	100.0	0.00528919783058446	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
FIJ0169_000000017725	1284	0.5053385395640324	1	1	1	1	1	False	114361	fragment	False	ISR0196_000000008430	0.10309653662362189		0	0	False	False	1.0	0					non-mobilizable	other	1281.0	84.934	99.0	0.006291449549976315	NZ_QSFS01000006.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf6, whole genome shotgun sequence	False	False
MON0103_000000046266	1271	0.5053385395640324	1	1	1	1	1	False	115883	maximal	False	DEN0042_000000000073	0.8101571275733104		0	0	False	False	0.9881982803344727	0					non-mobilizable	other	1271.0	99.921	100.0	0.0031783133917108585	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
AST0040_000000015943	1270	0.5053385395640324	1	1	1	1	1	False	115883	maximal	False	DEN0042_000000000073	0.8080404749183302		0	0	False	False	1.0	0					non-mobilizable	other	1270.0	100.0	100.0	0.0031758107827410077	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
DEN0039_000000018176	1198	0.5053385395640324	1	1	1	1	1	False	115883	maximal	False	DEN0042_000000000073	0.6367608570177875		0	0	False	False	0.994991660118103	0					non-mobilizable	other	1207.0	83.181	100.0	0.011464468752390423	NZ_JAAWUO010000017.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_17_length_104584_cov_146.344, whole genome shotgun sequence	False	False
ISR0387_000000020270	1174	0.5053385395640324	1	1	1	1	1	False	115883	maximal	False	DEN0042_000000000073	0.6244381951730636		0	0	False	False	0.9701873660087585	0					non-mobilizable	other	1174.0	97.445	100.0	0.002935560321635305	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
ISR0388_000000008900	3657	0.5053382825311818	3	3	1	3	2	True	22948	fragment	False	ISR0388_000000008900	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	831.0	98.315	23.0	0.00237826796682474	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	True	True
FIJ0135_000000003858	7775	0.5053370124602856	15	11	5	8	7	False	110196	maximal	True	FIJ0135_000000003858	1.0		87	12	False	False	1.0	0					non-mobilizable	no_good_hit	3871.0	96.771	75.0	0.0010463930668753324	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0163_000000002045	4405	0.5053309689614154	7	5	5	4	4	False	86836	fragment	False	CHI0049_000000002684	0.34055326978660816		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	705.0	93.90100000000001	28.0	0.0002480691714242664	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0108_000000002924	2643	0.5053300877259362	4	2	1	1	2	False	82923	maximal	True	CHI0108_000000002924	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1909.0	75.589	71.0	0.0010734325445230545	NZ_LT574838.1	firmicutes	Bariatricus massiliensis strain AT12, whole genome shotgun sequence	True	False
TAN0009_000000008805	3785	0.5053288304247029	4	3	2	3	1	False	2716	maximal	True	TAN0009_000000008805	1.0		1	1	False	False	0.9994716048240662	0					non-mobilizable	no_good_hit	1395.0	98.566	37.0	0.0034329817441221887	NZ_GL882585.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld5, whole genome shotgun sequence	True	False
CHI0031_000000001809	4846	0.505327991257613	4	4	4	4	3	False	88495	maximal	True	CHI0031_000000001809	1.0		5	1	False	False	0.9997936487197876	0					non-mobilizable	no_good_hit	1398.0	76.753	29.0	0.009850253373569436	NZ_QSFT01000005.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf5, whole genome shotgun sequence	True	False
ENG0064_000000014537	1529	0.5053237234900886	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6490140331310608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	541.0	92.791	79.0	0.00014995751203825583	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
USA0116_01_000000019357	1262	0.5053237234900886	3	2	1	2	2	False	110469	fragment	False	DEN0007_000000017140	0.18699682758918512		0	0	False	False	1.0	0					non-mobilizable	chromosome	1262.0	100.0	100.0	0.0003379269241735931	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0094_000000003300	4432	0.5053204974401523	5	3	1	2	2	False	5240	maximal	True	SPA0094_000000003300	1.0		15	5	False	False	1.0	0					non-mobilizable	other	4416.0	99.68299999999999	99.0	0.0015338382434685936	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
FIJ0061_000000023691	1228	0.5053189147919183	2	2	1	1	2	False	45762	maximal	True	FIJ0061_000000023691	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0024_000000007821	1623	0.5053187586198602	3	2	2	2	2	False	89016	maximal	True	CHI0024_000000007821	1.0		228	11	False	False	1.0	0					non-mobilizable	other	1624.0	99.13799999999999	100.0	0.0034242890327807634	NZ_SPGG01000001.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_1_length_473967_cov_38.8812, whole genome shotgun sequence	False	False
SPA0110_000000015369	1163	0.5053136284938836	2	1	1	1	1	False	5936	fragment	False	SPA0110_000000015369	0.9655231108979709		0	0	False	False	1.0	0					non-mobilizable	other	1163.0	98.538	100.0	0.00022074841310956814	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	False
USA0044_01_000000023108	1149	0.5053136284938836	2	1	1	1	1	False	5936	fragment	False	SPA0110_000000015369	0.9607544508201675		0	0	False	False	0.9825935363769531	0					non-mobilizable	other	1130.0	98.584	98.0	0.00021447931015550984	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	False
ISR0215_000000006330	4538	0.5053106697122951	9	5	2	4	2	True	123980	maximal	True	ISR0215_000000006330	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1699.0	87.758	37.0	0.013044717043608167	NZ_JAAIQH010000007.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_7_length_129861_cov_306.431, whole genome shotgun sequence	True	True
USA0121_01_000000032259	1289	0.5053066255120771	1	1	1	1	1	False	164	maximal	True	USA0121_01_000000032259	1.0		7	4	False	False	0.9953452348709106	0					non-mobilizable	no_good_hit	90.0	83.333	7.0	2.330771579671272e-05	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MAD0032_000000003254	4589	0.5053049957607095	7	5	1	1	5	False	50281	fragment	False	MAD0032_000000003254	1.0		0	0	False	False	0.9980387687683105	0					non-mobilizable	chromosome	4590.0	97.756	100.0	0.0008632218890774938	CP044313.1	enterobacteria	Escherichia coli strain RM11911 chromosome, complete genome	False	False
AST0085_000000001898	9047	0.5053044020387498	9	8	3	4	7	True	111144	fragment	False	AST0085_000000001898	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	9047.0	100.0	100.0	0.13545566170524992	CP038154.1	firmicutes	Lactobacillus paracasei strain TCS plasmid unnamed, complete sequence	False	True
MON0055_000000013925	1713	0.5053025726664727	1	1	1	1	1	False	11088	maximal	True	MON0055_000000013925	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	89.037	22.0	0.004992705028845253	NZ_VZBY01000034.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_15_length_74709_cov_26.0462_ID_29, whole genome shotgun sequence	True	False
CHI0169_000000002648	5279	0.5053009224591987	2	2	2	2	1	False	80147	maximal	False	CHI0141_000000005206	0.9999052850918735		0	0	True	True	1.0	28					non-mobilizable	no_good_hit	2786.0	97.236	58.0	0.01552756924381184	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	True
CHI0141_000000005206	5279	0.5053009224591987	2	2	2	2	1	False	80147	maximal	True	CHI0141_000000005206	0.9999052850918735		24	8	True	True	1.0	24					non-mobilizable	no_good_hit	2786.0	97.236	58.0	0.01552756924381184	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	True
ISR0173_000000002094	3841	0.5053009224591987	2	2	2	2	1	False	79281	fragment	False	ISR0173_000000002094	0.9830958307181306		0	0	False	False	0.9997396469116211	0					non-mobilizable	no_good_hit	2786.0	97.236	75.0	0.01552756924381184	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
USA0130_01_000000010187	3801	0.5053009224591987	2	2	2	2	1	False	79281	fragment	False	ISR0173_000000002094	0.9754121695772081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2787.0	96.412	75.0	0.01552756924381184	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
CHI0153_000000004329	3789	0.5053009224591987	2	2	2	2	1	False	79281	fragment	False	ISR0173_000000002094	0.9781396796423898		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2786.0	97.236	75.0	0.01552756924381184	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
SPA0058_000000007977	3776	0.5053009224591987	2	2	2	2	1	False	79281	fragment	False	ISR0173_000000002094	0.9632066244618418		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2788.0	95.803	75.0	0.01552756924381184	NZ_WKRD01000009.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold9_size179294, whole genome shotgun sequence	True	False
USA0024_01_000000005460	4439	0.5053002594803403	5	4	4	3	3	False	55902	maximal	True	USA0024_01_000000005460	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3360.0	90.89299999999999	89.0	0.0010129828362247508	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	True	False
ISR0182_000000014649	2584	0.5052999931889814	4	4	2	3	3	True	86210	fragment	False	FIJ0090_000000013852	0.571750349401148		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	100.0	2.0	0.0009780385880679293	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	True
USA0005_01_000000004308	8254	0.5052922461709851	6	4	2	4	2	True	70510	fragment	False	ENG0122_000000002840	0.9688215975615148		0	0	False	False	0.999757707118988	0					non-mobilizable	no_good_hit	84.0	97.619	1.0	0.0034744024446397926	NZ_FUXZ01000018.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	True
DEN0071_000000004012	8241	0.5052922461709851	6	4	2	4	2	True	70510	fragment	False	ENG0122_000000002840	0.9688816091566196		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	97.40299999999999	1.0	0.0031813805517183643	NZ_FUXZ01000018.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	True
USA0042_01_000000003397	8127	0.5052922461709851	6	4	2	4	2	True	70510	fragment	False	ENG0122_000000002840	0.9587521614193397		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	96.429	1.0	0.0023023148729540794	NZ_FUXZ01000018.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	True
ISR0063_000000008644	2332	0.5052913696266778	3	1	1	1	1	False	35280	fragment	False	ISR0063_000000008644	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0113_000000003689	2059	0.5052890321475604	4	2	1	2	1	False	82354	maximal	True	CHI0113_000000003689	1.0		3	2	False	False	0.9995143413543701	0					non-mobilizable	other	1856.0	89.54700000000001	90.0	0.3882079459002536	NZ_JHYI01000051.1	firmicutes	Bacillus bogoriensis ATCC BAA-922 T323DRAFT_scaffold00042.42_C, whole genome shotgun sequence	False	False
CHI0172_000000003804	2037	0.5052890321475604	4	2	1	2	1	False	77933	maximal	True	CHI0172_000000003804	1.0		1	1	False	False	0.9965635538101196	0					non-mobilizable	other	2032.0	91.09299999999999	99.0	0.4254015215553677	NZ_JHYI01000051.1	firmicutes	Bacillus bogoriensis ATCC BAA-922 T323DRAFT_scaffold00042.42_C, whole genome shotgun sequence	False	False
ENG0075_000000015180	1619	0.5052890321475604	3	2	1	2	1	False	62078	fragment	False	ENG0075_000000015180	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1619.0	92.835	99.0	0.3412933220625528	NZ_JHYI01000051.1	firmicutes	Bacillus bogoriensis ATCC BAA-922 T323DRAFT_scaffold00042.42_C, whole genome shotgun sequence	False	False
ISR0012_000000018076	1255	0.5052853240027984	2	2	2	1	1	False	114807	fragment	False	ISR0012_000000018076	1.0		0	0	False	False	0.9992032051086426	0					non-mobilizable	chromosome	1255.0	94.42200000000001	100.0	0.0005164280966535954	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MAD0018_000000001253	2034	0.505284912710115	2	2	2	2	2	False	19360	maximal	True	MAD0018_000000001253	1.0		162	8	False	False	1.0	0					non-mobilizable	other	2034.0	99.75399999999999	100.0	0.021644007707949622	NZ_LT635855.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0361_000000009805	1489	0.50528327405374	2	2	2	2	2	False	23751	maximal	True	ISR0361_000000009805	1.0		30	8	False	False	0.9744794964790344	0					non-mobilizable	no_good_hit	276.0	74.275	18.0	0.0017503257550710828	NZ_VMTV02000165.1	b-proteobacteria	Vogesella mureinivorans strain 389 NODE_9_length_154257_cov_371.453101, whole genome shotgun sequence	True	False
FIJ0055_000000007586	1821	0.5052826635139671	3	3	3	2	3	False	46258	fragment	False	FIJ0055_000000007586	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1690.0	99.23100000000001	93.0	0.00036904569677204097	CP040805.1	enterobacteria	Escherichia fergusonii strain EFCF056 chromosome, complete genome	False	False
MON0039_000000010664	4144	0.5052817328458009	5	3	3	2	3	False	11955	fragment	False	MON0039_000000010664	1.0		0	0	False	False	0.9983108043670654	0					non-mobilizable	no_good_hit	2604.0	81.49	85.0	0.0009200254600928717	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
USA0034_01_000000013579	4138	0.5052769971187451	4	3	1	2	2	False	99117	maximal	True	USA0034_01_000000013579	1.0		4	2	False	False	0.9968583583831787	0					non-mobilizable	no_good_hit	76.0	94.73700000000001	2.0	1.730130945537323e-05	CP049055.1	bacteria	Candidatus Kuenenia stuttgartiensis strain CSTR1 chromosome, complete genome	True	False
FIJ0132_000000000196	46610	0.5052768731520842	51	18	12	17	7	True	50069	maximal	True	FIJ0132_000000000196	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	93.204	0.0	0.0075415896487985214	NZ_GL831020.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld224, whole genome shotgun sequence	True	True
AST0153_000000010968	2872	0.5052740240017687	4	4	4	1	0	False	103437	maximal	True	AST0153_000000010968	1.0		3	3	False	False	0.9996517896652222	0					non-mobilizable	no_good_hit	1869.0	82.07600000000001	69.0	0.000517799352750809	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ISR0231_000000018388	1125	0.5052710635549399	2	2	1	2	1	False	27469	fragment	False	ISR0231_000000018388	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1125.0	99.73299999999999	100.0	0.0004455760914334825	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
CHI0090_000000011853	1165	0.5052700209282144	2	2	2	1	1	False	83757	maximal	True	CHI0090_000000011853	1.0		595	14	False	False	0.9708154797554016	0					non-mobilizable	other	1165.0	99.571	100.0	0.0050940919037199125	NZ_CYXV01000005.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0229_000000003342	4583	0.5052699755576717	5	4	1	4	0	True	27580	maximal	True	ISR0229_000000003342	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0193_000000002985	6583	0.5052674986508573	9	3	2	3	1	False	54609	maximal	True	ENG0193_000000002985	1.0		9	4	False	False	0.9948351979255676	0					non-mobilizable	other	4590.0	98.475	98.0	0.010635265325419651	NZ_BFBT01000002.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
TAN0017_000000006068	5269	0.5052671833705192	5	5	5	5	4	False	2493	maximal	True	TAN0017_000000006068	1.0		17	5	False	False	0.9958246350288391	0					non-mobilizable	no_good_hit	1518.0	72.596	28.0	0.000528361728054485	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
AST0024_000000005970	5148	0.5052581303796808	5	5	4	5	5	False	121749	maximal	True	AST0024_000000005970	1.0		40	7	False	False	0.997863233089447	0					non-mobilizable	no_good_hit	1117.0	74.75399999999999	38.0	0.00030396148217994354	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0005_000000010980	1750	0.5052549541101634	2	2	2	2	2	False	90761	maximal	True	CHI0005_000000010980	1.0		80	10	False	False	0.9977142810821533	0					non-mobilizable	no_good_hit	1016.0	77.165	58.0	0.0038848510099841055	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ITA0001_000000001846	1689	0.5052538676101174	2	2	1	2	1	False	124758	fragment	False	ENG0090_000000013236	0.9448086520348843		0	0	False	False	0.9917110800743103	0					non-mobilizable	other	1688.0	98.993	99.0	0.015103495201260564	NZ_CABIYV010000008.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0137_000000004140	2709	0.5052528963929095	3	3	2	2	1	False	46477	maximal	True	FIJ0137_000000004140	0.9618188795088258		20	5	False	False	1.0	0					non-mobilizable	no_good_hit	1840.0	81.57600000000001	81.0	0.0006468147812527458	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0052_000000010988	2606	0.5052528963929095	3	3	2	2	1	False	46477	maximal	False	FIJ0137_000000004140	0.9577334809892949		0	0	False	False	0.9976975917816162	0					non-mobilizable	no_good_hit	1824.0	81.963	82.0	0.0005470639047115239	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0112_000000016903	1630	0.5052520913013017	3	2	2	2	1	False	42000	fragment	False	FIJ0112_000000016903	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1630.0	99.448	100.0	0.0003414943996176269	CP048326.1	enterobacteria	Escherichia coli strain 61 chromosome, complete genome	False	False
ISR0293_000000027871	1251	0.5052488163224861	1	1	1	1	1	False	130049	fragment	False	ENG0005_000000004373	0.20613899929522578		0	0	False	False	1.0	0					non-mobilizable	chromosome	1266.0	91.469	100.0	0.0004077326743427849	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0086_000000018120	1561	0.5052452014784171	1	1	1	1	1	False	61286	fragment	False	ISR0052_000000022158	0.9513942188301009		0	0	False	False	1.0	0					non-mobilizable	chromosome	1561.0	99.488	100.0	0.000220350467418429	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
ISR0835_000000000640	13104	0.5052451499448584	17	14	4	5	12	True	130761	maximal	True	ISR0835_000000000640	1.0		228	14	False	False	1.0	0					non-mobilizable	other	12435.0	99.976	95.0	0.053484860867956834	NZ_CZAF01000010.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	True
ISR0088_000000013552	1797	0.5052427214785032	4	2	2	2	1	False	56887	maximal	True	ISR0088_000000013552	1.0		4	2	False	False	0.9833055138587952	0					non-mobilizable	no_good_hit	1292.0	99.071	72.0	0.006168562786986292	NZ_CYZK01000004.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0033_000000007544	4322	0.5052421228556531	5	5	5	4	4	False	48299	maximal	True	FIJ0033_000000007544	1.0		114	12	False	False	1.0	0					non-mobilizable	chromosome	4322.0	99.977	100.0	0.000875289568719853	CP026939.2	enterobacteria	Escherichia coli strain CFS3313 chromosome, complete genome	False	False
MAD0035_000000007816	2898	0.5052407065354675	2	2	1	2	1	False	18778	maximal	True	MAD0035_000000007816	1.0		24	7	False	False	0.9996549487113953	0					non-mobilizable	other	2916.0	96.708	100.0	0.350710329882013	NZ_JAAITU010000074.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_74_length_8306_cov_127.258, whole genome shotgun sequence	False	False
ISR0137_000000017509	1375	0.5052395587938439	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.06096344614771218		0	0	False	False	1.0	0					non-mobilizable	chromosome	1375.0	99.055	100.0	0.00044254305286374994	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ENG0060_000000016363	1869	0.5052388608190791	1	1	1	1	1	False	106533	maximal	True	ENG0060_000000016363	1.0		470	12	False	False	0.9925093650817871	0					non-mobilizable	chromosome	1866.0	99.786	99.0	0.00040802458561438765	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
AST0002_000000005784	5684	0.5052369005678962	7	5	3	4	3	False	132480	maximal	True	AST0002_000000005784	1.0		5	2	False	False	0.9908515214920044	0					non-mobilizable	no_good_hit	1329.0	79.308	23.0	0.05160483208882286	NZ_JAAITU010000051.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_51_length_25579_cov_164.907, whole genome shotgun sequence	True	False
SPA0052_000000005771	5325	0.5052366906739074	7	3	2	2	2	False	50997	maximal	True	SPA0052_000000005771	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	4390.0	97.995	82.0	0.0020469268115232324	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ISR0378_000000003194	5919	0.5052346482896554	9	7	4	4	6	False	119331	maximal	True	ISR0378_000000003194	1.0		46	4	False	False	1.0	0					non-mobilizable	other	3264.0	99.17299999999999	100.0	0.2727348712805082	NZ_JAAIQH010000038.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_38_length_11964_cov_330.188, whole genome shotgun sequence	False	False
SPA0009_000000003847	8239	0.5052342060349237	9	8	5	7	8	False	59479	maximal	True	SPA0009_000000003847	1.0		27	6	False	False	0.9998786449432373	0					non-mobilizable	no_good_hit	1092.0	78.11399999999999	22.0	0.0002712405705636986	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0161_000000012498	2432	0.5052337644659375	2	2	2	2	1	False	30402	maximal	True	ISR0161_000000012498	1.0		13	4	False	False	0.9909539222717285	0					non-mobilizable	no_good_hit	1804.0	71.896	73.0	0.05891054932772281	NZ_JNJN01000033.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00032.32_C, whole genome shotgun sequence	True	False
ENG0009_000000005975	2063	0.5052317868408959	2	1	1	1	1	False	67324	fragment	False	ENG0009_000000005975	1.0		0	0	False	False	0.9946679472923279	0					non-mobilizable	other	2060.0	96.74799999999999	99.0	0.05328812857475607	NZ_BAKJ01000044.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
USA0083_01_000000008272	3733	0.5052316018498101	7	3	1	3	1	False	504	maximal	True	USA0083_01_000000008272	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	3771.0	77.884	100.0	0.0005473164831023408	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	False	False
ENG0091_000000001784	11294	0.5052315634481142	14	6	3	4	3	True	113148	fragment	False	ENG0091_000000001784	1.0		0	0	False	False	0.9996458292007446	0					non-mobilizable	no_good_hit	8278.0	95.736	73.0	0.18900571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
SPA0094_000000007516	1656	0.5052306261470413	2	2	2	2	2	False	5231	fragment	False	SPA0094_000000007516	1.0		0	0	False	False	0.9897342920303345	0					non-mobilizable	other	1656.0	99.87899999999999	100.0	0.000531336322086768	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ISR0023_000000007252	3872	0.5052306244423158	4	3	2	3	2	False	117898	fragment	False	SPA0127_000000006797	0.6310370188771758		0	0	False	False	0.9979338645935059	0					non-mobilizable	no_good_hit	3241.0	98.334	84.0	0.199777681714321	NZ_JAAIQH010000035.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_35_length_16193_cov_188.929, whole genome shotgun sequence	True	False
ISR0333_000000021688	1124	0.5052276652645625	2	2	2	2	2	False	24522	fragment	False	ISR0333_000000021688	1.0		0	0	False	False	0.9830960631370544	0					non-mobilizable	chromosome	1125.0	88.62200000000001	100.0	0.00017294304516942484	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	False
AST0087_000000001588	12546	0.5052274890844723	11	5	5	4	2	False	111093	maximal	True	AST0087_000000001588	1.0		1	1	False	False	0.9979276061058044	0					non-mobilizable	no_good_hit	2645.0	76.257	21.0	0.00857569100091078	NZ_LT699738.1	actinobacteria	Collinsella bouchesdurhonensis strain Marseille-P3296, whole genome shotgun sequence	True	False
SPA0007_000000006037	3931	0.5052271644913511	6	5	4	4	3	False	102061	fragment	False	SPA0007_000000006037	0.9656584939920423		0	0	False	False	0.9961841702461243	0					non-mobilizable	no_good_hit	1695.0	94.277	49.0	0.004725059551370379	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
SPA0044_000000009644	2740	0.5052163611817369	6	5	3	4	4	False	83805	maximal	True	SPA0044_000000009644	1.0		53	8	False	False	1.0	0					non-mobilizable	no_good_hit	1274.0	93.09299999999999	82.0	0.0002457783358308208	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0317_000000010274	1978	0.5052163359024683	2	2	2	2	2	False	51944	maximal	True	ISR0317_000000010274	1.0		6	2	False	False	0.9969666600227356	0					non-mobilizable	no_good_hit	1547.0	82.87	78.0	0.27987593504834885	NZ_PDYG01000057.1	firmicutes	Agathobacter ruminis strain JK623 contig000057, whole genome shotgun sequence	True	False
ISR0042_000000010106	2808	0.5052152516743335	3	3	3	2	1	False	117284	maximal	True	ISR0042_000000010106	1.0		24	5	False	False	0.995726466178894	0					non-mobilizable	no_good_hit	1463.0	88.038	52.0	0.005286266945603661	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
SPA0033_000000009770	3117	0.5052137378817351	4	3	3	3	3	False	31349	maximal	True	SPA0033_000000009770	1.0		36	5	False	False	0.9881296157836914	0					non-mobilizable	no_good_hit	844.0	70.735	26.0	0.0023831667054173447	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
ISR0775_000000016032	1220	0.5052131147328522	2	2	2	1	1	False	22439	maximal	True	ISR0775_000000016032	1.0		102	12	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	83.404	38.0	0.005049401066713299	NZ_FUWW01000007.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
ENG0095_000000008346	3256	0.5052100610801338	5	5	5	5	1	False	60986	maximal	True	ENG0095_000000008346	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	957.0	91.954	41.0	0.00026782346920479756	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0142_000000008278	2249	0.5052039041529978	2	2	2	2	2	True	102693	fragment	False	CHI0142_000000008278	1.0		0	0	False	False	0.9888839721679688	0					non-mobilizable	no_good_hit								True	True
ENG0143_000000005063	3775	0.5052018371937013	4	4	4	3	3	False	57629	backbone	True	ENG0143_000000005063	0.9755733362747536	PS250	3	2	False	True	1.0	0					non-mobilizable	no_good_hit	249.0	83.936	7.0	0.0004147420739110512	NZ_QSGP01000003.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf3, whole genome shotgun sequence	True	True
ENG0111_000000004450	4915	0.5051998755304571	4	4	2	4	1	False	72321	maximal	True	ENG0111_000000004450	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	1552.0	99.03399999999999	32.0	0.0026070250163464335	NZ_VJZV01000001.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold1_1, whole genome shotgun sequence	True	False
ENG0065_000000007435	3764	0.5051984812525085	3	3	1	3	0	False	62872	maximal	True	ENG0065_000000007435	1.0		3	3	False	False	0.9936237931251526	0					non-mobilizable	no_good_hit	321.0	97.196	13.0	0.0017801810221576907	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	False
ISR0831_000000008923	2019	0.5051982700366372	3	3	3	3	2	False	128163	fragment	False	AST0118_000000014400	0.47129384998412993		0	0	False	False	0.9930658936500549	0					non-mobilizable	chromosome	1810.0	86.022	90.0	0.0005128467688946915	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AUS0024_000000003351	8687	0.5051939377198419	12	7	1	6	3	False	98994	fragment	False	AUS0024_000000003351	1.0		0	0	False	False	0.9997697472572327	0					non-mobilizable	no_good_hit	3267.0	99.235	56.0	0.05615833003765669	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
MAD0051_000000002276	9314	0.5051935476641838	10	4	1	3	1	False	17368	maximal	True	MAD0051_000000002276	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0127_000000009092	2799	0.5051908539920374	2	2	2	2	2	False	59261	maximal	True	ENG0127_000000009092	1.0		233	11	False	False	0.9996427297592163	0					non-mobilizable	no_good_hit	70.0	82.85700000000001	3.0	0.022977022977022976	XM_031147570.1	ascomycetes	Lachnellula hyalina Calcium-transporting ATPase sarcoplasmic/endoplasmic reticulum type (Ca-P60A), partial mRNA	True	False
SPA0053_000000026408	1241	0.5051904785608325	2	1	1	1	1	False	6461	maximal	True	SPA0053_000000026408	1.0		19	6	False	False	0.9991942048072815	0					non-mobilizable	no_good_hit	378.0	95.50299999999999	41.0	0.00010469255933041194	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0008_000000004553	2662	0.5051904460835958	3	3	3	3	2	False	38417	maximal	True	ISR0008_000000004553	1.0		82	5	False	False	0.9808414578437805	0					non-mobilizable	chromosome	2118.0	96.931	98.0	0.0011794949510707386	NZ_CP035306.1	firmicutes	Streptococcus thermophilus strain IDCC2201 chromosome, complete genome	False	False
ENG0175_000000011849	2173	0.5051879472458812	3	3	3	2	1	False	95585	fragment	False	ENG0175_000000011849	0.9188596057075884		0	0	False	False	1.0	0					non-mobilizable	other	2173.0	99.632	100.0	0.01237197963066337	NZ_SPFU01000010.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_10_length_175558_cov_26.7636, whole genome shotgun sequence	False	False
ISR0186_000000014219	2118	0.5051879472458812	3	3	3	2	1	False	95585	fragment	False	ENG0175_000000011849	0.9087242190232819		0	0	False	False	1.0	0					non-mobilizable	other	2118.0	98.3	100.0	0.007407070480882271	NZ_RCXZ01000002.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0002, whole genome shotgun sequence	False	False
CHI0156_000000006744	2051	0.5051879472458812	3	3	3	2	1	False	95585	fragment	False	ENG0175_000000011849	0.9054415067107536		0	0	False	False	1.0	0					non-mobilizable	other	2040.0	95.196	99.0	0.00034118984730122846	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ENG0142_000000017604	1923	0.5051879472458812	3	3	3	2	1	False	95584	fragment	False	ENG0142_000000017604	1.0		0	0	False	False	0.9989599585533142	0					non-mobilizable	chromosome	1923.0	99.22	100.0	0.00027148307588347473	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
CHI0013_000000004920	1823	0.5051879472458812	3	3	3	2	1	False	91189	fragment	False	CHI0013_000000004920	1.0		0	0	False	False	0.995063066482544	0					non-mobilizable	chromosome	1825.0	92.43799999999999	100.0	0.0003163146118600966	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ISR0315_000000007276	1339	0.5051849259064458	2	1	1	1	1	False	35779	fragment	False	ISR0052_000000024983	0.9505383580080753		0	0	False	False	0.9955190420150757	0					non-mobilizable	other	1339.0	98.73	100.0	0.013311048767384946	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
USA0006_01_000000005749	4219	0.5051839377598373	6	5	2	5	0	True	2137	fragment	False	USA0006_01_000000005749	1.0		0	0	False	False	0.9995259642601013	0					non-mobilizable	no_good_hit	967.0	82.834	31.0	0.0003080364533284748	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	True
AST0099_000000004146	4921	0.5051810707256876	5	5	5	5	4	False	108916	maximal	True	AST0099_000000004146	1.0		3	3	False	False	0.9800853729248047	0					non-mobilizable	chromosome	4831.0	98.696	98.0	0.001743939809163158	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	False	False
ISR0036_000000005979	2019	0.5051807505762821	2	2	2	2	2	False	99197	fragment	False	ETH0002_000000012740	0.9231328806983512		0	0	False	False	1.0	0					non-mobilizable	other	2054.0	78.822	100.0	0.029436816954682605	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0083_000000008050	2107	0.5051800652230989	4	3	2	3	2	False	55593	maximal	True	SPA0083_000000008050	1.0		1	1	False	False	0.9738965630531311	0					non-mobilizable	no_good_hit	664.0	76.958	31.0	0.020821321032737525	NZ_CYZN01000036.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0042_000000016096	1925	0.5051792245978765	3	2	2	2	2	False	36360	maximal	True	ISR0042_000000016096	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	98.851	5.0	0.00164921566371342	NZ_JH376836.1	CFB group bacteria	Alloprevotella rava F0323 supercont1.10, whole genome shotgun sequence	True	False
SPA0089_000000030850	1208	0.5051767785228307	2	2	2	2	2	False	5402	fragment	False	SPA0089_000000030850	1.0		0	0	False	False	0.987582802772522	0					non-mobilizable	other	1208.0	99.669	100.0	0.000364357339460896	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
CHI0165_000000013346	1284	0.5051673464814563	2	2	2	1	2	False	78271	maximal	True	CHI0165_000000013346	1.0		67	9	False	False	0.986760139465332	0					non-mobilizable	other	1265.0	99.921	99.0	0.00024518361614797916	AP023148.1	enterobacteria	Klebsiella pneumoniae SMKP03 DNA, complete genome	False	False
FIJ0079_000000026323	1105	0.5051673464814563	2	2	2	1	2	False	44347	fragment	False	FIJ0079_000000026323	1.0		0	0	False	False	0.9936651587486267	0					non-mobilizable	chromosome	1105.0	97.82799999999999	100.0	0.00021509637214519532	CP042977.1	enterobacteria	Klebsiella pneumoniae strain KPN55602 chromosome, complete genome	False	False
FIJ0052_000000008342	3321	0.5051663077406354	2	2	2	2	2	False	52423	maximal	True	FIJ0052_000000008342	1.0		3	1	False	False	0.9993977546691895	0					non-mobilizable	no_good_hit	1580.0	73.544	47.0	0.002350183326320851	NZ_JH414505.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.2, whole genome shotgun sequence	True	False
ENG0004_000000024004	1146	0.5051655107387196	2	1	1	1	1	True	67710	fragment	False	ENG0004_000000024004	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1147.0	98.69200000000001	100.0	0.0069262290128008315	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
AST0016_000000009549	2747	0.5051651528664837	4	4	3	4	4	False	123438	maximal	True	AST0016_000000009549	1.0		62	9	False	False	0.9992719292640686	0					non-mobilizable	other	2746.0	99.09	99.0	0.001652936355627601	NZ_CABIXZ010000001.1	firmicutes	Intestinibacter bartlettii isolate MGYG-HGUT-00062, whole genome shotgun sequence	False	False
ISR0055_000000011428	1423	0.5051649076969472	2	2	2	2	1	False	40339	fragment	False	ISR0055_000000011428	0.9732333433293937		0	0	False	False	0.9943780899047852	0					non-mobilizable	chromosome	1423.0	100.0	100.0	0.0005147610071795043	LR699001.1	verrucomicrobia	Akkermansia muciniphila isolate MGYG-HGUT-02454 genome assembly, chromosome: 1	False	False
ISR0389_000000002435	7035	0.5051626639391025	10	2	1	2	0	False	22917	maximal	True	ISR0389_000000002435	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	94.273	8.0	0.02021392313270486	HG796251.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00018	True	False
TAN0010_000000014991	1143	0.5051591410774181	1	1	1	1	1	False	73328	fragment	False	ETH0002_000000019035	0.9339178629213368		0	0	False	False	0.9973753094673157	0					non-mobilizable	other	1143.0	97.2	100.0	0.05982189628077528	NZ_CYYU01000028.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0116_000000015540	2566	0.5051548471218975	3	2	2	2	2	False	25299	maximal	True	SPA0116_000000015540	1.0		124	10	False	False	0.9968823194503784	0					non-mobilizable	other	2325.0	94.23700000000001	100.0	0.0005417269752037425	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ISR0154_000000006411	3626	0.5051536441638804	6	2	1	2	0	False	30634	maximal	True	ISR0154_000000006411	1.0		3	1	False	False	0.9994484186172485	0					non-mobilizable	no_good_hit	475.0	99.368	13.0	0.001044747827850244	NZ_WBKJ01000002.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000002, whole genome shotgun sequence	True	False
ISR0122_000000003398	4613	0.5051522358733954	7	4	1	2	1	False	32167	fragment	False	ISR0122_000000003398	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	4410.0	95.986	97.0	0.044486234543561126	MK415410.1	viruses	CrAssphage YS1-2_2437, complete genome	False	False
ISR0038_000000032966	1107	0.5051510478716994	2	2	2	2	2	False	36577	fragment	False	ISR0038_000000032966	1.0		0	0	False	False	0.9981933236122131	0					non-mobilizable	no_good_hit								True	False
CHI0097_000000001523	3390	0.5051509384286832	3	3	3	3	2	False	90839	fragment	False	CHI0097_000000001523	0.9879856752110557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0025_000000014960	2408	0.5051495427507178	2	2	2	2	1	False	120404	maximal	True	AST0025_000000014960	1.0		3	3	False	False	0.9958471655845642	0					non-mobilizable	no_good_hit	1109.0	70.243	45.0	0.0003790901624515955	AP012212.1	firmicutes	Clostridium sp. SY8519 DNA, complete genome	True	False
USA0132_01_000000003623	4992	0.5051478806029727	5	5	5	5	5	False	95508	maximal	False	MAD0109_000000002461	0.9714937286202965		0	0	False	False	0.9997996687889099	0					non-mobilizable	other	3103.0	79.633	94.0	0.0007509799147810647	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0079_000000002276	9356	0.5051467181678198	16	8	6	8	5	False	10118	maximal	True	MON0079_000000002276	1.0		3	2	False	False	0.9980760812759399	0					non-mobilizable	no_good_hit	431.0	74.71	5.0	0.0001255557689183001	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	False
ISR0273_000000003822	2745	0.5051457134814467	5	5	3	5	3	True	26382	maximal	True	ISR0273_000000003822	1.0		113	10	False	False	1.0	0					non-mobilizable	no_good_hit	1173.0	99.744	68.0	0.00026060745795785235	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
AST0148_000000001385	18285	0.5051450628889521	14	13	9	9	8	False	105229	maximal	True	AST0148_000000001385	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3251.0	76.376	18.0	0.034207647929311344	NZ_CYYA01000014.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
FIJ0009_000000015279	2530	0.5051424422559121	3	2	2	1	1	False	51272	maximal	True	FIJ0009_000000015279	1.0		5	1	False	False	0.9996047616004944	0					non-mobilizable	no_good_hit								True	False
ENG0134_000000033053	1134	0.5051421851064944	2	2	1	2	1	False	58120	maximal	True	ENG0134_000000033053	1.0		36	5	False	False	0.9409171342849731	0					non-mobilizable	other	1093.0	100.0	96.0	0.010482763917021052	NZ_QIML01000008.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_8, whole genome shotgun sequence	False	False
MAD0047_000000007408	4905	0.5051387203942368	4	2	1	2	1	False	100167	fragment	False	MAD0055_000000001267	0.9693849247876488		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	88.742	62.0	0.013086916552477755	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
SPA0144_000000008322	2115	0.5051371658115468	3	2	2	2	1	False	3384	maximal	True	SPA0144_000000008322	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	71.0	83.09899999999999	3.0	2.1170697214571368e-05	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	True	False
ISR0159_000000023326	1141	0.5051366808845607	1	1	1	1	1	False	30455	maximal	True	ISR0159_000000023326	1.0		6	3	False	False	0.9991235733032227	0					non-mobilizable	other	1141.0	99.036	100.0	0.00039345715268864113	CP000312.1	firmicutes	Clostridium perfringens SM101, complete genome	False	False
ISR0814_000000015596	2541	0.5051335857898483	4	4	4	4	4	False	21538	maximal	True	ISR0814_000000015596	1.0		17	5	False	False	0.996458113193512	0					non-mobilizable	no_good_hit	428.0	73.598	17.0	8.688782099619369e-05	NZ_JACCFH010000001.1	b-proteobacteria	Sphaerotilus montanus strain DSM 21226 Ga0315739_01, whole genome shotgun sequence	True	False
ISR0141_000000020532	1520	0.5051309840209643	3	3	3	3	2	False	31200	maximal	True	ISR0141_000000020532	1.0		71	8	False	False	0.9750000238418579	0					non-mobilizable	no_good_hit	144.0	77.083	9.0	0.0004436792886133772	NZ_QJTC01000001.1	b-proteobacteria	Xylophilus ampelinus strain CECT 7646 Ga0244619_101, whole genome shotgun sequence	True	False
ISR0774_000000005973	4023	0.5051303459527262	4	4	2	4	3	True	129847	maximal	True	ISR0774_000000005973	1.0		178	11	False	False	1.0	0					non-mobilizable	other	4023.0	99.90100000000001	100.0	0.0007614205510094975	CP011073.1	CFB group bacteria	Bacteroides fragilis strain BOB25, complete genome	False	True
FIJ0022_000000004311	5357	0.5051238783981147	7	6	6	6	5	False	104536	fragment	False	ENG0135_000000003373	0.9461969790754381		0	0	False	False	0.9936531782150269	0					non-mobilizable	other	5357.0	98.28299999999999	100.0	0.02141543382646941	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
MON0013_000000010122	4429	0.5051225777143434	3	2	2	2	2	False	68668	maximal	True	MON0013_000000010122	1.0		7	3	False	False	0.9943553805351257	0					non-mobilizable	no_good_hit	564.0	80.319	13.0	0.0001646687743874899	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
SPA0019_000000021776	1340	0.505121761784562	2	2	2	2	1	False	7746	maximal	True	SPA0019_000000021776	1.0		384	13	False	False	0.9992537498474121	0					non-mobilizable	other	1340.0	99.552	100.0	0.01925455120646516	NZ_JAAIPV010000019.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_19_length_69542_cov_109.211, whole genome shotgun sequence	False	False
ISR0232_000000023087	1284	0.5051199574626078	3	1	1	1	1	False	27419	maximal	True	ISR0232_000000023087	1.0		0	0	False	False	0.9922118186950684	0					non-mobilizable	no_good_hit	337.0	86.647	26.0	0.0003926519998213081	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0812_000000033972	1158	0.5051187366344617	1	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.07283014822096812		0	0	False	False	0.9697754979133606	0					non-mobilizable	other	1158.0	96.891	100.0	0.7493523316062176	NZ_JAAWUO010000038.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_38_length_1544_cov_231.442, whole genome shotgun sequence	False	False
CHI0084_000000006148	1132	0.5051181452457306	3	3	3	2	2	False	84140	maximal	True	CHI0084_000000006148	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	768.0	99.87	100.0	0.00014900228690341777	CP032167.1	enterobacteria	Klebsiella pneumoniae strain AR_0076 chromosome, complete genome	False	False
ISR0854_000000004704	1858	0.505116515491412	3	2	2	2	2	False	20505	maximal	True	ISR0854_000000004704	1.0		75	6	False	False	1.0	0					non-mobilizable	no_good_hit	1257.0	99.602	68.0	0.004701988986264651	NZ_CABMOJ010000015.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ISR0386_000000011777	2832	0.505115760311547	4	4	3	4	4	False	28550	fragment	False	ISR0386_000000011777	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1633.0	70.729	56.0	0.0006158788926300744	NZ_CP028108.1	fusobacteria	Fusobacterium periodonticum strain 2_1_31 chromosome, complete genome	True	False
ISR0119_000000003952	8045	0.5051149610397777	11	5	5	5	4	False	117964	maximal	True	ISR0119_000000003952	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	2977.0	95.465	80.0	0.00083906672089341	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ENG0156_000000005600	2818	0.5051129309032371	4	4	4	4	2	False	56687	maximal	True	ENG0156_000000005600	1.0		1	1	False	False	0.9946770668029785	0					non-mobilizable	no_good_hit	1615.0	100.0	57.0	0.0010617443130238003	NZ_KZ846072.1	firmicutes	Enterococcus faecalis strain 68EA1 aekeF-supercont1.1, whole genome shotgun sequence	True	False
FIJ0123_000000025873	1336	0.5051078841777789	2	1	1	1	1	False	41297	maximal	True	FIJ0123_000000025873	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	80.132	11.0	0.003339922295685366	NZ_JHXW01000016.1	fusobacteria	Fusobacterium perfoetens ATCC 29250 T364DRAFT_scaffold00014.14_C, whole genome shotgun sequence	True	False
ISR0107_000000001395	11316	0.5051069010928085	7	7	6	6	5	False	106633	maximal	True	ISR0107_000000001395	1.0		2	1	False	False	0.9999116063117981	0					non-mobilizable	no_good_hit	629.0	84.897	6.0	0.10134369435000809	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
MON0101_000000002094	16870	0.5051042485032692	21	6	3	2	4	False	14336	maximal	True	MON0101_000000002094	1.0		2	1	False	False	0.9962655305862427	0					non-mobilizable	no_good_hit	1439.0	72.133	17.0	0.0023542498526518516	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0847_000000002430	8401	0.5051023908626928	14	10	2	4	9	True	20652	maximal	True	ISR0847_000000002430	1.0		18	7	False	False	0.9998809695243835	0					non-mobilizable	chromosome	7653.0	78.87100000000001	99.0	0.0014006854528917044	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	True
ISR0094_000000006460	3236	0.5051023031923274	4	4	4	4	4	False	94377	fragment	False	SPA0107_000000008940	0.8584663234371738		0	0	False	False	0.9864029884338379	0					non-mobilizable	no_good_hit	566.0	99.29299999999999	17.0	0.004739416003288232	NZ_CYZK01000009.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0023_000000000077	20376	0.5051006323511954	27	7	2	7	1	False	12991	maximal	True	MON0023_000000000077	1.0		1	1	False	False	0.9991165995597839	0					non-mobilizable	no_good_hit	1254.0	73.923	6.0	0.000366062239465715	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0002_000000014542	2443	0.5050986393367864	4	1	1	1	1	False	52402	fragment	False	FIJ0002_000000014542	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0243_000000002393	4036	0.5050984134904034	3	2	2	1	2	False	37305	maximal	True	ISR0243_000000002393	1.0		273	12	False	False	1.0	0					non-mobilizable	other	4036.0	99.65299999999999	100.0	0.005446924546258361	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
ISR0113_000000009152	1757	0.505096148673591	3	2	1	1	2	False	32582	fragment	False	ISR0113_000000009152	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1077.0	96.936	99.0	0.058142052836725855	NZ_SPFY01000036.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_36_length_18472_cov_16.4293, whole genome shotgun sequence	False	False
ISR0804_000000017538	1173	0.5050942481143963	3	1	1	1	1	False	21810	maximal	True	ISR0804_000000017538	1.0		0	0	False	False	0.9897698163986206	0					non-mobilizable	no_good_hit	506.0	86.759	43.0	0.00017664960229157902	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
ISR0174_000000007301	3586	0.5050919804148102	4	4	3	3	4	False	73846	maximal	True	ISR0174_000000007301	1.0		230	12	False	False	0.9988845586776733	0					non-mobilizable	chromosome	3588.0	98.969	100.0	0.0009985732679124474	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0122_000000002912	6078	0.5050918032865248	7	5	3	4	4	False	124415	maximal	True	FIJ0122_000000002912	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2722.0	98.861	84.0	0.0008139615959751993	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0025_000000004183	5005	0.5050917555445844	6	3	2	3	2	True	66180	maximal	True	ENG0025_000000004183	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1159.0	81.104	23.0	0.8485294117647059	NZ_JAEB01000048.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00037.37_C, whole genome shotgun sequence	True	True
USA0132_01_000000008635	1845	0.5050910702913747	2	2	2	2	2	False	74	maximal	True	USA0132_01_000000008635	1.0		13	6	False	False	0.9875338673591614	0					non-mobilizable	no_good_hit	1270.0	74.803	68.0	0.00035847899872477375	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
SPA0135_000000013996	1464	0.5050900503556242	2	2	2	2	0	True	3645	maximal	True	SPA0135_000000013996	1.0		2	2	False	False	0.9788251519203186	0					non-mobilizable	no_good_hit	1255.0	99.28299999999999	86.0	0.004813246792128384	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	True	True
FIJ0077_000000010618	2779	0.5050896156643544	3	3	3	3	3	False	125067	fragment	False	MON0082_000000011252	0.942090395480226		0	0	False	False	1.0	0					non-mobilizable	other	2766.0	98.012	99.0	0.02618470396605932	NZ_DS483536.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_16, whole genome shotgun sequence	False	False
ISR0025_000000013133	2976	0.5050879012918613	4	4	4	4	4	False	61566	fragment	False	ISR0025_000000013133	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1639.0	72.788	54.0	0.0008431452976234008	NZ_OAML01000003.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
TAN0012_000000007245	1375	0.5050862717735161	2	2	2	2	2	False	2588	maximal	True	TAN0012_000000007245	1.0		47	10	False	False	0.9949091076850891	0					non-mobilizable	chromosome	1085.0	99.90799999999999	100.0	0.00021695069395201907	CP054232.1	enterobacteria	Escherichia coli strain EcPF7 chromosome, complete genome	False	False
ENG0192_000000017065	1344	0.5050852215202326	2	2	2	1	1	False	54631	fragment	False	ENG0192_000000017065	1.0		0	0	False	False	0.9985119104385376	0					non-mobilizable	no_good_hit	387.0	82.171	29.0	0.0021876435461644465	NZ_JAAIUL010000004.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_4_length_174160_cov_277.49, whole genome shotgun sequence	True	False
FIJ0141_000000015003	1961	0.5050828249276254	2	1	1	1	1	False	51889	fragment	False	FIJ0141_000000015003	1.0		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1961.0	100.0	100.0	0.34289713086074175	CP054357.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-4, complete sequence	False	True
FIJ0005_000000021350	1666	0.5050828249276254	2	1	1	1	1	False	51888	fragment	False	FIJ0005_000000021350	1.0		0	0	False	False	0.9993997812271118	0		MOBQ			mobilizable	plasmid	1664.0	100.0	99.0	0.29093771868439466	CP054357.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-4, complete sequence	False	True
ISR0216_000000013954	1228	0.5050828249276254	2	1	1	1	1	False	28116	fragment	False	ISR0216_000000013954	1.0		0	0	False	False	0.990227997303009	0		MOBQ			mobilizable	plasmid	1228.0	100.0	100.0	0.21466060181945418	CP054357.1	enterobacteria	Escherichia coli strain SCU-172 plasmid pSCU-172-4, complete sequence	False	True
SPA0096_000000013995	2761	0.5050818138791583	4	3	3	3	3	False	128217	fragment	False	SPA0096_000000013995	0.9762984208578765		0	0	False	False	0.9996378421783447	0					non-mobilizable	no_good_hit	1445.0	87.405	52.0	0.023248979591836735	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
TAN0006_000000005125	2375	0.505081792901492	2	2	1	2	2	False	24633	maximal	True	TAN0006_000000005125	1.0		1	1	False	False	0.9932631850242615	0					non-mobilizable	no_good_hit	876.0	75.11399999999999	36.0	0.0002507475320210396	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0051_000000023350	1591	0.5050799850775117	2	2	2	2	1	False	35837	maximal	True	ISR0051_000000023350	1.0		17	6	False	False	0.9893149137496948	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	3.6683771348481025e-06	NZ_CP043450.1	CFB group bacteria	Mucilaginibacter rubeus strain P1 chromosome, complete genome	True	False
AUS0002_000000001707	13204	0.5050730949934158	9	8	8	5	4	True	103157	maximal	True	AUS0002_000000001707	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2259.0	75.96300000000001	17.0	0.00041409824941593534	FQ312004.1	CFB group bacteria	Bacteroides fragilis 638R genome	True	True
FIJ0059_000000006386	2871	0.5050729911106081	3	3	3	3	3	False	45919	maximal	True	FIJ0059_000000006386	1.0		29	5	False	False	1.0	0					non-mobilizable	no_good_hit	1042.0	76.679	36.0	0.00041630135682655257	CP024601.1	CFB group bacteria	Porphyromonas gingivalis strain KCOM 2799 chromosome, complete genome	True	False
ISR0265_000000003728	4111	0.5050724669053144	7	5	3	4	4	True	131048	maximal	True	ISR0265_000000003728	1.0		126	9	False	False	1.0	0					non-mobilizable	no_good_hit	2868.0	98.152	69.0	0.01348756659074224	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	True
ISR0086_000000025905	1121	0.5050724542841765	2	1	1	1	1	False	33873	maximal	True	ISR0086_000000025905	1.0		5	4	False	False	0.9848349690437317	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	1.5981100611450806e-05	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
SPA0076_000000009813	1667	0.5050720363693769	2	2	2	1	1	False	12038	maximal	True	SPA0076_000000009813	1.0		240	15	False	False	0.9976004958152771	0					non-mobilizable	other	1667.0	94.781	100.0	0.02302886210328431	NZ_CABKPS010000086.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
TAN0017_000000006147	5208	0.5050718652567685	4	3	2	3	1	False	100167	fragment	False	MAD0055_000000001267	0.9438430938193779		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1339.0	89.395	66.0	0.011603906128041906	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	False
ISR0058_000000002005	9786	0.5050640408576985	16	13	3	7	12	True	89682	fragment	False	ISR0058_000000002005	1.0		0	0	False	False	0.9994890689849854	0	IncI2		MPF_T		non-mobilizable	plasmid	2995.0	97.93	100.0	0.04601099459509401	CP055257.1	enterobacteria	Escherichia coli strain AH25 plasmid pAH25-1, complete sequence	False	True
ENG0163_000000022294	1181	0.5050640295847086	3	3	2	2	1	False	56297	maximal	True	ENG0163_000000022294	1.0		3	2	False	False	0.9991532564163208	0					non-mobilizable	no_good_hit	617.0	95.3	60.0	0.00017533896014588202	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	True	False
FIJ0035_000000002575	4628	0.5050566061712539	5	3	1	3	3	False	48047	maximal	True	FIJ0035_000000002575	0.9985666507405637		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	913.0	89.266	20.0	0.016684468343707414	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ENG0187_000000001013	18180	0.5050517917992929	21	20	8	10	19	True	123792	fragment	False	CHI0111_000000001519	0.8207193729566024		0	0	False	False	1.0	0					non-mobilizable	other	18111.0	99.928	99.0	0.4452804209387524	NZ_FQVD01000035.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
CHI0111_000000001519	18081	0.5050517917992929	21	20	8	10	19	True	123792	fragment	False	CHI0111_000000001519	0.8208933427757765		0	0	False	False	1.0	0					non-mobilizable	other	18081.0	99.98899999999999	100.0	0.003434708527556792	NZ_LT707006.1	CFB group bacteria	Bacteroides bouchesdurhonensis strain Marseille-P2653T, whole genome shotgun sequence	False	True
MON0014_000000011010	1511	0.5050488610146204	3	2	2	2	1	True	35735	fragment	False	MON0014_000000011010	1.0		0	0	False	False	0.9933818578720093	0					non-mobilizable	other	1516.0	78.892	99.0	0.0005232073374096721	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	True
SPA0041_000000026459	1273	0.5050488610146204	3	2	2	2	1	True	35734	fragment	False	SPA0041_000000026459	1.0		0	0	False	False	0.9968578219413757	0					non-mobilizable	other	1268.0	79.101	98.0	0.04118147324349078	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	True
SPA0030_000000006245	4799	0.5050480573558281	5	4	1	1	4	False	7347	fragment	False	SPA0030_000000006245	1.0		0	0	False	False	0.9929152131080627	0					non-mobilizable	no_good_hit	77.0	81.818	2.0	2.9708179678197872e-05	NZ_CP040736.1	firmicutes	Lactobacillus futsaii strain Y97 chromosome, complete genome	True	False
ISR0379_000000017955	1399	0.5050460834709106	2	2	2	2	1	False	102774	fragment	False	ENG0012_000000015318	0.9582208399029497		0	0	False	False	0.9921372532844543	0					non-mobilizable	other	1399.0	98.713	100.0	0.04302862419205909	GU942946.1		Uncultured organism clone 3 genomic sequence	False	False
MON0092_000000037976	1474	0.505039924878706	3	3	3	3	2	False	89770	fragment	False	MON0091_000000008579	0.7393020317020158		0	0	False	False	0.9877883195877075	0					non-mobilizable	other	1474.0	99.932	100.0	0.0003173439111764518	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
MAD0012_000000017193	1715	0.5050358964389082	3	3	2	3	1	False	19656	maximal	True	MAD0012_000000017193	1.0		4	2	False	False	0.9994168877601624	0					non-mobilizable	no_good_hit	44.0	100.0	3.0	1.2946476556189063e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CAN0012_000000038266	1158	0.5050329141477863	3	3	2	3	1	False	93953	maximal	True	CAN0012_000000038266	1.0		7	4	False	False	0.9905008673667908	0					non-mobilizable	other	1158.0	99.741	100.0	0.00036291583583406494	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	False
ENG0063_000000018659	1663	0.50502995179455	5	5	4	3	3	True	63078	fragment	False	ENG0063_000000018659	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1106.0	90.506	100.0	0.08745461879790238	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	False	True
FIJ0034_000000007346	3935	0.5050262152120559	4	2	2	1	1	False	48171	fragment	False	FIJ0034_000000007346	0.9996137007468453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	286.0	98.25200000000001	9.0	7.602576766685455e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0266_000000012935	1551	0.5050200930987899	3	3	3	2	1	False	29014	fragment	False	ISR0266_000000012935	1.0		0	0	False	False	0.967117965221405	0					non-mobilizable	no_good_hit	1236.0	99.434	80.0	0.00037183484992775565	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0104_000000011448	2268	0.5050183918678894	4	3	1	1	3	True	74243	fragment	False	FIJ0104_000000011448	0.984396512161542		0	0	False	False	1.0	0					non-mobilizable	other	2270.0	93.87700000000001	100.0	0.0373935151555174	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
ISR0108_000000013112	1709	0.5050146121606801	2	2	1	1	2	False	32793	maximal	False	SPA0047_000000022477	0.9797570850202428		0	0	False	False	0.9806904792785645	0					non-mobilizable	other	1605.0	99.93799999999999	96.0	0.00045239093119765707	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
ISR0837_000000008826	1552	0.5050144418791871	3	2	2	2	1	False	20902	maximal	True	ISR0837_000000008826	1.0		68	8	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	72.727	30.0	0.013410017051530302	NZ_PVXQ01000036.1	firmicutes	Clostridium vincentii strain DSM 10228 CLVI_contig000036, whole genome shotgun sequence	True	False
AST0024_000000011079	3007	0.5050142051992296	3	2	0	2	0	True	121616	maximal	True	AST0024_000000011079	1.0		1	1	False	False	0.9993348717689514	0					non-mobilizable	no_good_hit								True	True
ISR0167_000000000371	37580	0.5050137458925136	54	25	9	20	16	True	30193	maximal	True	ISR0167_000000000371	1.0		1	1	True	True	0.9999467730522156	10					non-mobilizable	no_good_hit	38.0	94.73700000000001	0.0	8.859304664304186e-06	NZ_CP017114.1	g-proteobacteria	Cobetia marina strain JCM 21022 chromosome, complete genome	True	True
FIJ0002_000000019454	1882	0.5050129266571353	2	2	2	2	2	False	52371	maximal	True	FIJ0002_000000019454	1.0		557	14	False	False	0.9851222038269043	0					non-mobilizable	no_good_hit	944.0	93.32600000000001	50.0	0.006879193392431411	NZ_JAAIOD010000008.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_8_length_135481_cov_307.207, whole genome shotgun sequence	True	False
ENG0100_000000007659	3820	0.5050106647931183	5	4	3	4	1	False	63983	maximal	True	ENG0100_000000007659	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	360.0	75.556	9.0	0.0016159795339606064	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
DEN0063_000000026621	1848	0.5050079285035406	2	2	2	2	2	False	131391	fragment	False	ISR0174_000000012537	0.7130830717592932		0	0	False	False	0.9918830990791321	0					non-mobilizable	no_good_hit	808.0	74.752	43.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
FIJ0048_000000023792	1429	0.5050045776613346	2	2	2	2	1	False	46733	fragment	False	FIJ0048_000000023792	0.9963235294117647		0	0	False	False	0.9993001818656921	0					non-mobilizable	no_good_hit	960.0	75.0	66.0	0.000331465534489945	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0853_000000003931	3945	0.5050029307932904	4	2	2	2	2	True	20531	fragment	False	ISR0853_000000003931	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	81.818	3.0	0.0004121995809304261	NZ_SZQF01000006.1	CFB group bacteria	Winogradskyella algicola strain IMCC33238 NODE_6_length_262009_cov_130.475195, whole genome shotgun sequence	True	True
ISR0075_000000018556	1467	0.5050026173155083	1	1	1	1	1	False	34622	fragment	False	ISR0075_000000018556	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	100.0	100.0	0.00028378453978219825	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0351_000000003126	3942	0.5050017801173939	5	4	1	3	3	False	76942	maximal	True	ISR0351_000000003126	1.0		2	2	False	False	0.9997463226318359	0					non-mobilizable	no_good_hit	1683.0	84.195	52.0	0.0004405673583932805	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	True	False
FIJ0058_000000014149	2798	0.5050016967632925	3	3	3	3	1	True	46036	maximal	True	FIJ0058_000000014149	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0840_000000008749	1882	0.5049989133429343	3	3	3	3	2	False	74367	fragment	False	ISR0840_000000008749	0.9857598978288634		0	0	False	False	1.0	0					non-mobilizable	other	1882.0	99.09700000000001	100.0	0.0016832998045546639	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
DEN0022_000000006312	5523	0.5049983247120754	4	3	3	3	2	False	74642	maximal	True	DEN0022_000000006312	1.0		3	2	False	False	0.9990947246551514	0					non-mobilizable	no_good_hit	44.0	93.182	1.0	1.2132046320717134e-05	CP017071.1	firmicutes	Geobacillus thermoleovorans strain FJAT-2391, complete genome	True	False
CHI0120_000000002640	4711	0.5049976022469704	7	3	3	3	2	True	108895	fragment	False	CHI0120_000000002640	1.0		0	0	False	False	0.9893865585327148	0					non-mobilizable	no_good_hit	3616.0	97.152	89.0	0.0009747408284458846	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
MAD0086_000000010242	1134	0.5049942296108625	2	2	2	2	1	False	56803	maximal	False	ISR0194_000000022144	0.7208132148482981		0	0	False	False	1.0	0					non-mobilizable	other	1134.0	100.0	100.0	0.022962647696641737	NZ_LPTR01000018.1	enterobacteria	Shigella boydii strain 600384 600384_19, whole genome shotgun sequence	False	False
ENG0204_000000025130	1116	0.5049942296108625	2	2	2	2	1	False	56803	maximal	False	ISR0194_000000022144	0.4914021164021164		0	0	False	False	0.968638002872467	0					non-mobilizable	chromosome	1116.0	99.821	100.0	0.00021243642863688785	CP047609.1	enterobacteria	Escherichia coli strain NMBU_ W06E18 chromosome, complete genome	False	False
ISR0326_000000004933	3512	0.5049925361592176	4	4	3	2	3	False	129395	maximal	True	ISR0326_000000004933	1.0		94	5	False	False	1.0	0					non-mobilizable	no_good_hit	2032.0	78.642	64.0	0.0005365025394096221	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0111_000000002520	7590	0.5049924023901676	7	6	4	6	3	False	113881	maximal	True	AST0111_000000002520	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1482.0	98.92	20.0	0.0003312933032895121	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	True	False
ISR0194_000000022144	1256	0.5049915304999025	3	2	2	2	2	False	56803	maximal	True	ISR0194_000000022144	0.970518415986926		313	13	False	False	1.0	0					non-mobilizable	other	1256.0	100.0	100.0	0.0029253192793691567	NZ_NQCD01000079.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_1_length_429013_cov_62.7344_ID_1.ctg_1, whole genome shotgun sequence	False	False
MON0063_000000002349	10920	0.5049824948482752	13	9	6	7	7	False	110631	maximal	True	MON0063_000000002349	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	5940.0	96.33	79.0	0.0014556212060251978	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0148_000000006796	1737	0.5049803878878483	2	2	2	2	2	False	79612	fragment	False	CHI0148_000000006796	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1737.0	99.82700000000001	100.0	0.0006807835128037104	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	False	False
SPA0124_000000022241	1327	0.5049797896955085	3	3	3	3	3	False	4037	maximal	True	SPA0124_000000022241	1.0		229	12	False	False	1.0	0					non-mobilizable	other	1327.0	100.0	100.0	0.19335083114610674	NZ_CYZO01000066.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0382_000000010662	1381	0.5049775645126086	2	2	2	1	1	False	23117	fragment	False	ISR0382_000000010662	1.0		0	0	False	False	0.9985517859458923	0					non-mobilizable	other	1385.0	92.419	100.0	0.05175517551755175	NZ_QRML01000048.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf48, whole genome shotgun sequence	False	False
ISR0107_000000001977	8707	0.5049773485043799	8	7	5	7	6	False	82588	maximal	True	ISR0107_000000001977	1.0		2	2	False	False	0.9994257688522339	0					non-mobilizable	no_good_hit	1556.0	72.365	18.0	0.0006415200875189683	NZ_LN849007.1	firmicutes	Clostridium niameyense strain MT5, whole genome shotgun sequence	True	False
ENG0148_000000013503	2784	0.5049768522498788	3	3	3	3	2	False	60143	maximal	True	ENG0148_000000013503	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	2098.0	76.215	74.0	0.0003707298140127261	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	True	False
ISR0347_000000003591	5046	0.5049759711390189	5	4	4	3	4	False	83514	maximal	True	ISR0347_000000003591	1.0		130	12	False	False	0.9990091323852539	0					non-mobilizable	no_good_hit	1979.0	75.038	46.0	0.0009099007084260257	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0023_000000005660	3021	0.5049758779652027	2	2	2	2	2	False	66278	maximal	True	ENG0023_000000005660	1.0		1	1	False	False	0.9966898560523987	0					non-mobilizable	no_good_hit	157.0	80.892	5.0	0.008521925616569784	NZ_CABLCC010000057.1	firmicutes	[Clostridium] saccharogumia isolate MGYG-HGUT-01697, whole genome shotgun sequence	True	False
ISR0056_000000016714	1347	0.5049750208047583	2	2	2	2	2	False	35625	fragment	False	ISR0056_000000016714	0.9714611872146118		0	0	False	False	0.9992576241493225	0					non-mobilizable	chromosome	1223.0	96.23899999999999	100.0	0.00042594247615488967	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0179_000000012188	1730	0.5049745443004924	3	2	2	2	2	False	77553	fragment	False	CHI0179_000000012188	1.0		0	0	False	False	0.9994219541549683	0					non-mobilizable	chromosome	1730.0	98.49700000000001	100.0	0.0008647157465787714	CP053998.1	firmicutes	Streptococcus salivarius strain FDAARGOS_771 chromosome, complete genome	False	False
CHI0044_000000002804	4446	0.5049724829750748	3	3	2	3	3	False	102118	maximal	True	CHI0044_000000002804	1.0		71	6	False	False	0.9979757070541382	0	Inc18				non-mobilizable	chromosome	2293.0	99.477	99.0	0.0010661253553169746	CP039457.1	firmicutes	Streptococcus pasteurianus strain WUSP067 chromosome, complete genome	False	True
FIJ0104_000000024899	1136	0.5049723837847517	1	1	1	1	1	False	55428	maximal	True	FIJ0104_000000024899	0.986400725294651		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	98.14399999999999	81.0	0.0075158325324659325	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	True	False
USA0020_01_000000008862	3948	0.5049645762489416	6	6	6	5	4	False	128178	maximal	True	USA0020_01_000000008862	1.0		6	5	False	False	0.9989868402481079	0					non-mobilizable	no_good_hit	1865.0	95.12100000000001	47.0	0.0005287754538964123	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
USA0039_01_000000013045	1715	0.5049616656043935	2	2	2	1	1	False	1319	maximal	True	USA0039_01_000000013045	1.0		20	6	False	False	1.0	0					non-mobilizable	other	1556.0	100.0	91.0	0.0016987443493536032	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
MAD0045_000000025976	1616	0.5049616656043935	2	2	2	1	1	False	17834	fragment	False	MAD0045_000000025976	1.0		0	0	False	False	0.9820544719696045	0					non-mobilizable	other	1559.0	77.806	99.0	0.0016910972686812718	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
ENG0101_000000021704	1559	0.5049610641643851	4	4	4	2	2	False	60451	fragment	False	ENG0101_000000021704	1.0		0	0	False	False	0.9942270517349243	0					non-mobilizable	chromosome	1559.0	99.87200000000001	100.0	0.0006034600961043127	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	False	False
ENG0038_000000000412	36360	0.5049606381946858	60	5	3	3	2	False	65119	maximal	True	ENG0038_000000000412	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	95.238	0.0	7.589542720795532e-05	MK250029.1	viruses	Prevotella phage Lak-C1, complete genome	True	False
AUS0014_000000009283	3322	0.5049603265101046	3	2	2	2	1	False	100898	maximal	True	AUS0014_000000009283	1.0		14	6	False	False	0.9927754402160645	0					non-mobilizable	no_good_hit	409.0	78.24	12.0	0.0001381179966378721	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0116_000000010618	2252	0.5049603265101046	3	2	2	2	1	False	67566	fragment	False	ENG0116_000000010618	1.0		0	0	False	False	0.9822379946708679	0					non-mobilizable	no_good_hit	334.0	79.042	14.0	0.0001124136548318165	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ENG0025_000000013412	1944	0.5049603265101046	3	2	2	2	1	False	67565	fragment	False	ENG0025_000000013412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	353.0	79.32	18.0	0.0001189254214226839	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
ISR0222_000000013785	4127	0.5049589864040613	5	5	5	5	3	False	127734	maximal	True	ISR0222_000000013785	1.0		159	7	False	False	0.999757707118988	0					non-mobilizable	no_good_hit	2691.0	92.085	75.0	0.0008575222454947174	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
MAD0051_000000014616	1992	0.5049575325954027	3	3	3	3	3	False	41766	fragment	False	MAD0051_000000014616	1.0		0	0	False	False	0.9929718971252441	0					non-mobilizable	other	1099.0	82.257	91.0	0.006823665426761838	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0110_000000009287	2117	0.5049541587894075	4	2	1	1	2	False	4616	fragment	False	SPA0110_000000009287	1.0		0	0	False	False	0.999527633190155	0					non-mobilizable	plasmid	1750.0	99.486	100.0	0.04527686453182842	CP041397.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv plasmid unnamed2, complete sequence	False	True
MON0053_000000023558	1694	0.5049541587894075	3	2	1	1	2	False	11177	fragment	False	MON0053_000000023558	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	100.0	100.0	0.06326843305056243	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
USA0023_01_000000023388	1296	0.5049516374110169	2	2	2	2	2	False	1690	maximal	True	USA0023_01_000000023388	1.0		113	10	False	False	1.0	0					non-mobilizable	no_good_hit	642.0	84.42399999999999	50.0	0.0022950008426956218	NZ_WKRD01000005.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold5_size278867, whole genome shotgun sequence	True	False
ISR0830_000000026634	1160	0.5049516374110169	2	2	2	2	2	False	34438	maximal	True	ISR0830_000000026634	0.9986474301172228		71	10	False	False	1.0	0					non-mobilizable	chromosome	1164.0	71.47800000000001	99.0	0.00020490889497778227	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
ISR0375_000000021074	1157	0.5049516374110169	2	2	2	2	2	False	28787	fragment	False	ISR0375_000000021074	0.9933978873239437		0	0	False	False	0.9965428113937378	0					non-mobilizable	other	1157.0	98.185	100.0	0.009459979214232523	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0170_000000041511	1139	0.5049516374110169	2	2	2	2	2	False	30026	maximal	True	ISR0170_000000041511	1.0		221	11	False	False	0.9719051718711853	0					non-mobilizable	other	1149.0	78.938	99.0	0.004145277956017033	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	False	False
ISR0199_000000026898	1136	0.5049516374110169	2	2	2	2	2	False	28787	fragment	False	ISR0375_000000021074	0.9844425237683665		0	0	False	False	0.9964788556098938	0					non-mobilizable	other	1136.0	99.384	100.0	0.00928812838075598	NZ_CYZN01000015.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0077_000000034007	1109	0.5049516374110169	2	2	2	2	2	False	34438	maximal	False	ISR0830_000000026634	0.9767241379310345		0	0	False	False	0.9990983009338379	0					non-mobilizable	chromosome	1114.0	71.185	99.0	0.00019515992552509483	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0080_000000011134	1101	0.5049516374110169	2	2	2	2	2	False	5623	fragment	False	SPA0080_000000011134	1.0		0	0	False	False	0.9945504069328308	0					non-mobilizable	other	1101.0	99.637	100.0	0.003492828587849402	NZ_JAAIOD010000001.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_1_length_314931_cov_268.924, whole genome shotgun sequence	False	False
ISR0327_000000012901	2160	0.5049464669168083	2	2	2	2	2	False	83273	maximal	True	ISR0327_000000012901	1.0		0	0	False	False	0.9925925731658936	0					non-mobilizable	no_good_hit	1123.0	84.506	51.0	0.02776949826130154	NZ_CABKPS010000009.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
CHI0106_000000010096	1973	0.5049463175701814	2	2	2	2	2	False	83150	maximal	True	CHI0106_000000010096	1.0		0	0	False	False	0.9944247603416443	0					non-mobilizable	other	1968.0	91.15899999999999	99.0	0.0005519467927788273	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
ISR0281_000000013387	1370	0.5049460661992615	2	2	2	2	1	False	32322	maximal	True	ISR0281_000000013387	1.0		323	14	False	False	0.9759123921394348	0					non-mobilizable	other	1370.0	96.42299999999999	100.0	0.020942007924002998	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	False	False
SPA0042_000000018462	1805	0.5049443123167018	3	3	3	3	3	False	6848	fragment	False	SPA0042_000000018462	1.0		0	0	False	False	0.9977839589118958	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	5.965542614442249e-06	CP034697.1	enterobacteria	Salmonella enterica subsp. salamae serovar 42:r:- strain RSE42 chromosome, complete genome	True	False
SPA0059_000000005794	4571	0.5049433582728879	5	5	5	5	3	False	6278	maximal	True	SPA0059_000000005794	1.0		8	1	False	False	0.998906135559082	0					non-mobilizable	no_good_hit	1475.0	99.932	64.0	0.0003910047681890829	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
DEN0093_000000018603	1728	0.5049427749388989	2	2	1	2	1	False	96572	fragment	False	CAN0003_000000026712	0.9605618584548893		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	216.0	76.389	12.0	5.1977715290103075e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0054_000000011862	2109	0.5049416383605396	3	2	2	1	1	False	46332	maximal	True	FIJ0054_000000011862	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	383.0	87.728	18.0	5.2731089849209846e-05	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
MAD0089_000000009468	2518	0.5049393685089738	2	2	1	2	1	False	74330	fragment	False	MAD0089_000000009468	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2518.0	99.921	100.0	0.00046226642414055544	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0789_000000008022	1737	0.5049392698461457	4	2	1	2	0	True	22097	fragment	False	ISR0789_000000008022	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1737.0	98.1	100.0	0.00046488722334055214	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	True
ISR0024_000000008578	2669	0.5049378006418394	3	2	2	2	1	False	69077	maximal	True	ISR0024_000000008578	1.0		62	9	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	82.963	5.0	4.724759821770777e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
MON0056_000000006971	2577	0.5049342474277637	5	3	2	2	3	False	11073	maximal	True	MON0056_000000006971	1.0		18	1	False	False	0.9569266438484192	0					non-mobilizable	other	2482.0	97.139	96.0	0.001380871836058621	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	False	False
ISR0366_000000014181	1449	0.5049339235300039	2	1	1	1	1	False	33027	maximal	False	ISR0103_000000020663	0.9725463280713795		0	0	False	False	0.9993098974227905	0					non-mobilizable	other	1449.0	95.1	100.0	0.007836557975916656	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
ISR0015_000000018637	1430	0.5049339235300039	4	1	1	1	1	False	37961	maximal	True	ISR0015_000000018637	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	844.0	90.758	73.0	0.024244341548991976	NZ_CACWHY010000022.1	firmicutes	Ruminococcus flavefaciens isolate RUG10602, whole genome shotgun sequence	True	False
FIJ0015_000000026966	1234	0.5049339235300039	2	1	1	1	1	False	111792	fragment	False	FIJ0077_000000025439	0.9601389833745149		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	933.0	77.063	74.0	0.0005413049349163548	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
FIJ0077_000000025439	1187	0.5049339235300039	2	1	1	1	1	False	111792	fragment	False	FIJ0077_000000025439	0.9617628077702113		0	0	False	False	0.9957876801490784	0					non-mobilizable	no_good_hit	904.0	76.438	75.0	0.0005247584958577762	NZ_FTRU01000008.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	False
ISR0813_000000001698	14882	0.504932811390799	17	7	3	7	3	True	108400	backbone	False	ISR0280_000000000088	0.0078779605038207	PS672	0	0	False	True	1.0	0					non-mobilizable	plasmid	14882.0	99.61	100.0	0.15138505986836082	CP021638.1	other sequences	Unidentified plasmid plasmid apr34_000136F, complete sequence	False	True
USA0086_01_000000006845	2605	0.5049317255132504	3	3	3	3	2	False	65788	maximal	True	USA0086_01_000000006845	1.0		2	1	False	False	0.9877159595489502	0					non-mobilizable	no_good_hit	458.0	72.707	17.0	8.7592528541076e-05	NC_016627.1	firmicutes	Hungateiclostridium clariflavum DSM 19732, complete sequence	True	False
FIJ0061_000000023437	1239	0.5049300383138091	2	2	2	2	2	False	45763	maximal	True	FIJ0061_000000023437	1.0		377	14	False	False	1.0	0					non-mobilizable	no_good_hit	277.0	83.755	22.0	0.0007661814184349912	NZ_AAXG02000032.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont278, whole genome shotgun sequence	True	False
FIJ0090_000000001255	19265	0.5049282938367889	26	7	1	7	0	False	43546	maximal	True	FIJ0090_000000001255	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	7.491312084583335e-06	NZ_CP020737.1	b-proteobacteria	[Pseudomonas] mesoacidophila strain ATCC 31433 chromosome 1, complete sequence	True	False
MON0103_000000018609	2690	0.5049282173193543	3	3	2	3	3	False	8910	maximal	True	MON0103_000000018609	1.0		35	5	False	False	0.9921932816505432	0					non-mobilizable	no_good_hit	1861.0	76.196	68.0	0.007697599691257037	NZ_QEKH01000003.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_103, whole genome shotgun sequence	True	False
ENG0041_000000020826	1140	0.5049251765831934	2	1	0	1	1	False	64721	fragment	False	ENG0041_000000020826	0.9995606326889279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	819.0	91.819	72.0	0.0001698057874883687	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
ENG0126_000000015880	1138	0.5049251765831934	2	1	0	1	1	False	64721	fragment	False	ENG0041_000000020826	0.9986842105263158		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	817.0	91.79899999999999	72.0	0.00016939010624604712	CP000140.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503, complete genome	True	False
MAD0046_000000014963	1755	0.5049229136556862	1	1	1	1	1	False	17740	maximal	True	MAD0046_000000014963	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	247.0	87.449	14.0	0.002465767267950078	NZ_CABIYV010000009.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CAN0001_000000008856	5332	0.5049218219036192	4	4	4	3	3	False	97442	maximal	True	CAN0001_000000008856	1.0		6	4	False	False	0.9906226396560669	0					non-mobilizable	other	5333.0	97.956	100.0	0.0016825104115587076	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
MAD0015_000000011508	1790	0.5049203748711791	2	1	1	1	1	False	19426	fragment	False	MAD0015_000000011508	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	98.102	100.0	0.008806238162005264	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	False	False
ISR0192_000000010406	1734	0.5049194423087763	2	2	2	2	1	False	29125	maximal	True	ISR0192_000000010406	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	969.0	76.264	55.0	0.022087794928846244	NZ_CYYU01000015.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
FIJ0061_000000001724	12169	0.5049145913436466	16	11	9	10	9	False	51790	fragment	False	FIJ0061_000000001724	1.0		0	0	False	False	0.9998356699943542	0					non-mobilizable	no_good_hit	640.0	95.0	6.0	0.023368251410153102	NZ_CACVNJ010000035.1	firmicutes	Selenomonas bovis isolate RUG10074, whole genome shotgun sequence	True	False
SPA0126_000000035391	1289	0.5049132602054448	2	2	2	2	2	False	3943	fragment	False	SPA0126_000000035391	1.0		0	0	False	False	0.9976726174354553	0					non-mobilizable	no_good_hit	399.0	78.446	30.0	0.00016431959322517025	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
USA0044_01_000000003109	9448	0.5049124626775076	15	8	4	5	7	False	10684	fragment	False	MON0065_000000002419	0.9508739915482136		0	0	False	False	0.9995766282081604	0					non-mobilizable	no_good_hit	181.0	83.978	2.0	5.0803552367045964e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0260_000000002173	4802	0.504912311079852	6	6	2	3	4	True	26726	fragment	False	ISR0260_000000002173	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4805.0	97.711	100.0	0.008364883865583407	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
SPA0120_000000010677	3957	0.504912311079852	6	6	2	3	4	True	4186	fragment	False	SPA0120_000000010677	1.0		0	0	False	False	0.988880455493927	0					non-mobilizable	other	3957.0	100.0	100.0	0.0068926224895330054	NZ_SPHG01000002.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_2_length_573947_cov_54.7175, whole genome shotgun sequence	False	True
FIJ0038_000000024891	1431	0.5049088370413782	2	2	2	1	1	False	89672	maximal	True	FIJ0038_000000024891	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1099.0	92.266	77.0	0.00039389162773830085	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
CHI0142_000000003677	4718	0.5049040957601079	5	5	5	4	4	False	80004	maximal	True	CHI0142_000000003677	1.0		52	6	True	True	0.9997880458831787	1					non-mobilizable	no_good_hit	1347.0	100.0	63.0	0.000701005886157894	NZ_BGZJ01000001.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence1, whole genome shotgun sequence	True	True
ISR0074_000000022058	1369	0.5049025329161045	2	2	1	2	1	True	34680	maximal	True	ISR0074_000000022058	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	920.0	98.696	100.0	0.0002530124903188923	CP046123.1	firmicutes	Enterococcus casseliflavus strain EC291 chromosome, complete genome	False	True
SPA0001_000000002336	13320	0.5049015963351245	17	7	1	7	2	False	115736	maximal	True	SPA0001_000000002336	1.0		3	2	False	False	0.999174177646637	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.898411029967917e-05	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
MAD0105_000000014062	2512	0.5048995155385957	3	1	1	1	1	True	14832	maximal	True	MAD0105_000000014062	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	44.0	90.90899999999999	2.0	1.1905098095239677e-05	CP010521.1	firmicutes	Clostridium botulinum strain NCTC 8550, complete genome	True	True
ISR0065_000000002953	8562	0.5048962174190006	7	5	4	4	1	True	35214	fragment	False	ISR0065_000000002953	1.0		0	0	False	False	0.9960289597511292	0					non-mobilizable	no_good_hit	438.0	100.0	5.0	8.46376144665632e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
SPA0058_000000008667	3512	0.5048905732857577	4	4	4	3	3	False	107864	fragment	False	SPA0058_000000008667	1.0		0	0	False	False	0.9991458058357239	0					non-mobilizable	other	2337.0	93.96700000000001	98.0	0.021414296976697285	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
ETH0001_000000016224	1957	0.5048899733557408	4	2	1	1	0	False	53516	fragment	False	ETH0001_000000016224	1.0		0	0	False	False	0.9923352003097534	0					non-mobilizable	no_good_hit	55.0	85.455	3.0	1.6300906115085013e-05	CP017057.1	a-proteobacteria	Erythrobacter litoralis strain DSM 8509, complete genome	True	False
ENG0132_000000007570	2534	0.5048808509330374	4	3	3	2	2	False	58324	fragment	False	MON0046_000000011848	0.9345784694191831		0	0	False	False	1.0	0					non-mobilizable	other	2534.0	96.133	100.0	0.0031160061851551344	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
SPA0001_000000014731	2305	0.5048808509330374	4	3	3	2	2	False	95329	maximal	False	CAN0007_000000018033	0.9446652596567051		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1852.0	78.834	80.0	0.037205007182433816	NZ_LNAM01000124.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf21, whole genome shotgun sequence	True	False
FIJ0011_000000019244	2285	0.5048808509330374	4	3	3	2	2	False	55469	fragment	False	FIJ0011_000000019244	0.9583679695511067		0	0	False	False	1.0	0					non-mobilizable	other	2286.0	94.53200000000001	100.0	0.01588406927431878	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
SPA0102_000000015175	2276	0.5048808509330374	4	3	3	2	2	False	95329	maximal	False	CAN0007_000000018033	0.9548312128191744		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1953.0	78.29	86.0	0.039257131130720296	NZ_LNAM01000124.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf21, whole genome shotgun sequence	True	False
SPA0107_000000015049	2163	0.5048808509330374	4	3	3	2	2	False	55469	fragment	False	FIJ0011_000000019244	0.9421345716543594		0	0	False	False	0.9986130595207214	0					non-mobilizable	other	2163.0	99.861	100.0	0.015055395778639721	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
ENG0178_000000010410	2138	0.5048808509330374	4	3	3	2	2	False	55469	fragment	False	FIJ0011_000000019244	0.9450915008166332		0	0	False	False	0.9995322823524475	0					non-mobilizable	other	2138.0	96.913	100.0	0.014867377422477247	NZ_QRYH01000003.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf3, whole genome shotgun sequence	False	False
SPA0008_000000014735	2063	0.5048808509330374	4	3	3	2	2	False	55469	fragment	False	FIJ0011_000000019244	0.9249557552462336		0	0	False	False	1.0	0					non-mobilizable	other	2063.0	98.449	100.0	0.04231479581366714	NZ_LNAM01000124.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf21, whole genome shotgun sequence	False	False
ISR0134_000000016357	1963	0.5048808509330374	3	3	3	2	2	False	55469	fragment	False	FIJ0011_000000019244	0.37052835676199714		0	0	False	False	0.9989811778068542	0					non-mobilizable	other	1903.0	94.48200000000001	97.0	0.002334230197268963	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
MAD0043_000000024381	1122	0.5048766571746105	2	2	2	2	1	False	18001	maximal	True	MAD0043_000000024381	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1122.0	99.64299999999999	100.0	0.00024450389701260295	CP053045.1	enterobacteria	Escherichia fergusonii strain HNCF11W chromosome, complete genome	False	False
MAD0083_000000006377	1627	0.5048741423511354	3	1	1	1	1	False	16122	fragment	False	MAD0083_000000006377	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1627.0	99.75399999999999	100.0	0.00031784941444162304	CP028714.1	enterobacteria	Escherichia coli strain Mt1B1 chromosome	False	False
MAD0082_000000006642	1168	0.5048741423511354	3	1	1	1	1	False	16121	fragment	False	MAD0082_000000006642	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1168.0	99.14399999999999	100.0	0.00022041499970346912	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
ISR0039_000000008328	3955	0.50487321889669	6	4	3	4	4	False	36564	maximal	True	ISR0039_000000008328	1.0		32	6	False	False	0.9891276955604553	0					non-mobilizable	no_good_hit	208.0	76.442	5.0	5.233238748343345e-05	CP060636.1	firmicutes	Eubacterium sp. NSJ-61 chromosome, complete genome	True	False
MON0074_000000012149	1711	0.5048673841255706	2	2	2	2	2	False	46654	maximal	False	FIJ0049_000000009335	0.9435043668122272		0	0	False	False	0.9982466101646423	0					non-mobilizable	chromosome	1725.0	79.82600000000001	99.0	0.0005527759181801392	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0052_000000022158	1657	0.5048626931235065	1	1	1	1	1	False	61286	fragment	False	ISR0052_000000022158	0.9813324520412254		0	0	False	False	0.9951720237731934	0					non-mobilizable	chromosome	1657.0	94.81	100.0	0.0002454775650404371	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ISR0386_000000018051	1656	0.5048626931235065	1	1	1	1	1	False	61286	fragment	False	ISR0052_000000022158	0.9517504767997425		0	0	False	False	1.0	0					non-mobilizable	other	1656.0	99.336	100.0	0.01770053475935829	NZ_VJZV01000024.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold24_1, whole genome shotgun sequence	False	False
ENG0023_000000003489	4930	0.5048624492423363	6	6	3	5	6	False	66285	maximal	True	ENG0023_000000003489	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1709.0	79.05199999999999	48.0	0.0004807049580876476	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ISR0359_000000022362	1249	0.5048623735674674	1	1	1	1	1	False	23809	maximal	True	ISR0359_000000022362	1.0		1	1	False	False	0.9935948848724365	0					non-mobilizable	no_good_hit	99.0	88.889	8.0	0.0004540842094532919	NZ_DS483529.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_9, whole genome shotgun sequence	True	False
FIJ0171_000000010112	2037	0.5048603879549101	2	2	2	1	1	False	38801	maximal	True	FIJ0171_000000010112	1.0		171	13	False	False	0.9729995131492615	0					non-mobilizable	no_good_hit	406.0	91.626	20.0	0.0019527096262784449	NZ_CYXV01000006.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
AST0094_000000009754	2282	0.5048564488948962	3	3	3	3	2	False	109247	fragment	False	USA0087_01_000000006449	0.9629001819394064		0	0	False	False	0.9868536591529846	0					non-mobilizable	no_good_hit	560.0	98.214	24.0	0.6631079478054567	GQ883860.1		Uncultured organism clone VC1DF78TR genomic sequence	True	False
MAD0025_000000001861	5140	0.5048557564319021	7	5	4	5	3	False	19156	maximal	True	MAD0025_000000001861	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	865.0	76.069	17.0	0.004827384435342305	MN990732.1	a-proteobacteria	Uncultured Alphaproteobacteria bacterium isolate LL90 clone UCI_8-5 genomic sequence	True	False
ISR0395_000000012247	3146	0.504852328935156	6	3	2	2	3	False	93462	maximal	False	SPA0026_000000009863	0.9382510989518889		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	91.54899999999999	4.0	4.587967510588633e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
SPA0149_000000012816	2998	0.504852328935156	6	3	2	2	3	False	93462	maximal	False	SPA0026_000000009863	0.9658530003916252		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	97.959	2.0	0.0001162295145480609	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0028_000000009558	2995	0.504852328935156	6	3	2	2	3	False	93462	maximal	False	SPA0026_000000009863	0.9661082595008242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	97.959	2.0	0.0001162295145480609	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
SPA0026_000000009863	2995	0.504852328935156	6	3	2	2	3	False	93462	maximal	True	SPA0026_000000009863	0.9661082595008242		41	10	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	97.959	2.0	0.0001162295145480609	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
FIJ0021_000000018221	2701	0.504852328935156	5	3	2	2	3	False	93461	fragment	False	CAN0015_000000013963	0.9591386264413808		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	89.583	5.0	0.006231217960049496	KJ512985.1	bacteria	Uncultured bacterium DCM004Kan06 genomic sequence	True	False
ENG0193_000000008298	2480	0.504852328935156	5	3	2	2	3	False	93461	fragment	False	CAN0015_000000013963	0.82900543715693		0	0	False	False	0.9846774339675903	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	0.0012634401670835159	NZ_AAXG02000044.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont34.1, whole genome shotgun sequence	True	False
SPA0027_000000015056	2479	0.504852328935156	5	3	2	2	3	False	93461	fragment	False	CAN0015_000000013963	0.7069645836312092		0	0	False	False	0.9995965957641602	0					non-mobilizable	no_good_hit	45.0	93.333	2.0	1.3031341858002799e-05	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
DEN0022_000000016817	2370	0.504852328935156	5	3	2	2	3	False	93461	fragment	False	CAN0015_000000013963	0.58063065565282		0	0	False	False	0.9974683523178101	0					non-mobilizable	no_good_hit	41.0	97.561	2.0	0.0010313797282314415	NZ_AAXG02000044.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont34.1, whole genome shotgun sequence	True	False
ISR0350_000000007753	2366	0.504852328935156	5	3	2	2	3	False	93461	fragment	False	CAN0015_000000013963	0.5804990742881744		0	0	False	False	0.9987320303916931	0					non-mobilizable	no_good_hit								True	False
MON0030_000000015210	2299	0.504852328935156	5	3	2	2	3	False	93461	fragment	False	CAN0015_000000013963	0.24161392405063292		0	0	False	False	0.9969552159309387	0					non-mobilizable	no_good_hit	50.0	94.0	2.0	0.0012634401670835159	NZ_AAXG02000044.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont34.1, whole genome shotgun sequence	True	False
DEN0094_000000017926	2067	0.504852328935156	4	3	2	2	3	False	93460	fragment	False	DEN0094_000000017926	0.9817482775384335		0	0	False	False	0.9995161890983582	0					non-mobilizable	no_good_hit	55.0	85.455	3.0	1.5175726481698917e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0109_000000016994	1901	0.504852328935156	3	3	2	2	3	False	93460	fragment	False	DEN0094_000000017926	0.8198100803764274		0	0	False	False	0.9742240905761719	0					non-mobilizable	no_good_hit	71.0	100.0	4.0	0.0003016058356420542	NZ_WNAJ01000003.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold3_size232091, whole genome shotgun sequence	True	False
DEN0052_000000023596	1891	0.504852328935156	4	3	2	2	3	False	93460	fragment	False	DEN0094_000000017926	0.943280784166755		0	0	False	False	0.9973558783531189	0					non-mobilizable	no_good_hit	50.0	94.0	3.0	0.0012634401670835159	NZ_AAXG02000044.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont34.1, whole genome shotgun sequence	True	False
DEN0063_000000026807	1836	0.504852328935156	4	3	2	2	3	False	93460	fragment	False	DEN0094_000000017926	0.8231350821678906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	3.0	0.00036792360270791773	NZ_QIML01000006.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_6, whole genome shotgun sequence	True	False
ISR0089_000000017462	1716	0.504852328935156	4	3	2	2	3	False	93460	fragment	False	DEN0094_000000017926	0.5495558068262134		0	0	False	False	0.999417245388031	0					non-mobilizable	no_good_hit	61.0	83.60700000000001	4.0	1.6861918312998797e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0116_000000023982	1707	0.504852328935156	3	3	2	2	3	False	93460	fragment	False	DEN0094_000000017926	0.5455477127868712		0	0	False	False	0.9970709085464478	0					non-mobilizable	no_good_hit	51.0	96.07799999999999	3.0	0.0022096517588828	KJ512985.1	bacteria	Uncultured bacterium DCM004Kan06 genomic sequence	True	False
ISR0797_000000006842	1644	0.504852328935156	4	3	2	2	3	False	93460	fragment	False	DEN0094_000000017926	0.40410629206762777		0	0	False	False	0.9993917346000671	0					non-mobilizable	no_good_hit	50.0	94.0	3.0	0.0012634401670835159	NZ_AAXG02000044.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont34.1, whole genome shotgun sequence	True	False
DEN0028_000000019236	1605	0.504852328935156	3	3	2	2	3	False	93459	fragment	False	DEN0028_000000019236	1.0		0	0	False	False	0.9856697916984558	0					non-mobilizable	no_good_hit	143.0	91.60799999999999	9.0	4.6209744710964646e-05	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	True	False
FIJ0083_000000026627	1362	0.504852328935156	3	3	2	2	3	False	93457	fragment	False	DEN0010_000000033468	0.715651051469562		0	0	False	False	0.9992657899856567	0					non-mobilizable	no_good_hit	50.0	94.0	4.0	0.0012634401670835159	NZ_AAXG02000044.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont34.1, whole genome shotgun sequence	True	False
CAN0014_000000036750	1352	0.504852328935156	3	3	2	2	3	False	93457	fragment	False	DEN0010_000000033468	0.4917400881057269		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	2.0	0.0007735347961735813	NZ_AAXG02000044.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont34.1, whole genome shotgun sequence	True	False
ISR0107_000000025452	1210	0.504852328935156	3	3	2	2	3	False	83976	fragment	False	ISR0107_000000025452	0.9803082191780822		0	0	False	False	0.9884297251701355	0					non-mobilizable	no_good_hit								True	False
CHI0087_000000010266	1168	0.504852328935156	3	3	2	2	3	False	83976	fragment	False	ISR0107_000000025452	0.9623966942148761		0	0	False	False	0.9854452013969421	0					non-mobilizable	no_good_hit								True	False
ISR0378_000000030083	1125	0.5048486817456247	3	3	3	2	2	False	23245	maximal	True	ISR0378_000000030083	1.0		174	13	False	False	0.9644444584846497	0					non-mobilizable	no_good_hit	47.0	91.48899999999999	4.0	1.3129007915079293e-05	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ISR0349_000000003363	2904	0.5048479647872927	2	2	1	2	1	False	54275	fragment	False	ISR0349_000000003363	1.0		0	0	False	False	0.9975895285606384	0					non-mobilizable	other	2904.0	100.0	100.0	0.0005067126775043484	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ENG0078_000000009963	2635	0.5048479647872927	2	2	1	2	1	False	61926	maximal	True	ENG0078_000000009963	1.0		539	13	False	False	0.9996204972267151	0					non-mobilizable	other	2633.0	99.734	99.0	0.0005558743478983536	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0080_000000011304	2209	0.5048439919826563	3	3	1	1	3	True	74255	fragment	False	DEN0046_000000010825	0.9311839414040906		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1737.0	93.322	89.0	0.039085714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	True
AUS0010_000000006288	3641	0.5048422631698394	2	2	1	2	2	False	101583	maximal	True	AUS0010_000000006288	0.9860226958206477		718	12	False	False	0.9975281357765198	0					non-mobilizable	chromosome	3641.0	99.945	100.0	0.0006470549754972369	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0112_000000006640	5160	0.5048420102502786	7	4	0	4	1	False	4546	fragment	False	SPA0112_000000006640	1.0		0	0	False	False	0.9943798184394836	0					non-mobilizable	no_good_hit								True	False
ISR0166_000000017684	1236	0.504838662124457	2	2	2	2	2	False	30199	maximal	True	ISR0166_000000017684	0.997557003257329		206	13	False	False	0.9943365454673767	0					non-mobilizable	no_good_hit	560.0	71.786	45.0	0.0007743076281971866	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
ISR0829_000000003738	3749	0.5048347418044855	4	4	4	3	3	False	126386	backbone	False	MON0066_000000006846	0.8268817897483594	PS958	0	0	False	True	0.9938650131225586	0					non-mobilizable	other	3551.0	99.296	95.0	0.0010688370180109575	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0166_000000004255	5971	0.5048345238654884	12	3	2	3	2	True	56182	maximal	True	ENG0166_000000004255	1.0		1	1	False	False	0.9984927177429199	0					non-mobilizable	no_good_hit	37.0	97.29700000000001	1.0	1.000617603420778e-05	NZ_CP010656.1	a-proteobacteria	Phaeobacter piscinae strain P71 chromosome, complete genome	True	True
ENG0063_000000011284	2830	0.5048343700904067	2	2	2	2	1	False	63100	maximal	True	ENG0063_000000011284	1.0		4	3	False	False	0.9922261238098145	0					non-mobilizable	no_good_hit	1508.0	97.08200000000001	79.0	0.007363360076614125	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0064_000000008161	2486	0.5048343700904067	2	2	2	2	1	False	35246	fragment	False	ISR0064_000000008161	0.9608879492600423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1512.0	97.421	86.0	0.007382904496193724	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0034_000000005475	3626	0.5048326449290753	6	3	1	3	1	False	36848	maximal	True	ISR0034_000000005475	1.0		16	4	False	False	0.9977937340736389	0					non-mobilizable	no_good_hit	197.0	75.635	5.0	0.0004954315991489007	NZ_DS562853.1	firmicutes	[Clostridium] spiroforme DSM 1552 Scfld_02_10, whole genome shotgun sequence	True	False
DEN0024_000000002977	2524	0.5048316640832972	4	3	1	3	1	False	74344	maximal	True	DEN0024_000000002977	1.0		1	1	False	False	0.9980190396308899	0					non-mobilizable	no_good_hit	1209.0	93.631	48.0	0.00022781088076061679	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	True	False
DEN0022_000000032829	1280	0.5048297072532988	3	1	1	1	1	False	78970	fragment	False	DEN0022_000000032829	0.9715242881072026		0	0	False	False	0.999218761920929	0					non-mobilizable	other	1278.0	94.757	99.0	0.0003543440469644712	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0007_000000019680	1251	0.5048276194791762	3	2	2	2	2	False	67491	maximal	True	ENG0007_000000019680	1.0		344	12	False	False	0.9984012842178345	0					non-mobilizable	other	1252.0	95.208	100.0	0.0003802623413731221	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0011_000000006756	3796	0.5048270152148018	4	4	4	4	4	False	67220	maximal	True	ENG0011_000000006756	1.0		1	1	False	False	0.9997365474700928	0					non-mobilizable	no_good_hit	1253.0	71.109	33.0	0.0026427837321979153	NZ_LT700192.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
MAD0112_000000002865	8193	0.5048259456803416	10	9	8	7	7	False	14474	maximal	True	MAD0112_000000002865	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	3165.0	84.39200000000001	52.0	0.05185307198155164	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
CHI0154_000000005630	4942	0.5048207173344211	7	6	6	5	5	False	79213	maximal	True	CHI0154_000000005630	1.0		12	6	False	False	0.9949412941932678	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.1654274273037943e-05	CP044611.1	eukaryotes	Nannochloropsis oceanica strain BR2 chromosome 6	True	False
SPA0058_000000025228	1192	0.5048183313534433	2	1	1	1	1	False	6287	maximal	True	SPA0058_000000025228	1.0		302	11	False	False	1.0	0					non-mobilizable	other	998.0	96.794	98.0	0.006735020738935812	NZ_CYZN01000010.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0109_000000010769	2943	0.5048053343168111	3	3	3	2	1	False	104806	maximal	True	ISR0109_000000010769	1.0		65	9	False	False	0.9972816705703735	0					non-mobilizable	other	2944.0	98.573	99.0	0.007049951338316162	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
ISR0160_000000012335	2320	0.5048053343168111	3	3	3	2	1	False	104804	fragment	False	ISR0160_000000012335	1.0		0	0	False	False	0.9987068772315979	0					non-mobilizable	other	2311.0	99.913	99.0	0.005537364022954891	NZ_AGDG01000027.1	CFB group bacteria	Bacteroides faecis MAJ27 contig027, whole genome shotgun sequence	False	False
CAN0011_000000006265	5004	0.5048047509827779	5	5	4	4	3	False	94534	maximal	True	CAN0011_000000006265	1.0		1	1	False	False	0.9932054281234741	0					non-mobilizable	no_good_hit	1390.0	73.741	27.0	0.00036051311192236056	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
FIJ0081_000000019755	1816	0.5048045805873952	2	2	2	2	1	True	44254	maximal	True	FIJ0081_000000019755	1.0		5	4	False	False	0.9994493126869202	0					non-mobilizable	no_good_hit	1241.0	90.25	68.0	0.011709557247253637	NZ_JAAIOD010000014.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_14_length_104957_cov_369.231, whole genome shotgun sequence	True	True
CHI0152_000000010911	1198	0.5048042975693751	3	2	2	1	0	True	79306	maximal	True	CHI0152_000000010911	1.0		1	1	False	False	0.9974958300590515	0					non-mobilizable	no_good_hit	377.0	99.735	31.0	7.70640404225487e-05	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	True	True
TAN0007_000000021670	1862	0.5048013195923221	2	2	2	2	2	False	2818	maximal	True	TAN0007_000000021670	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	1368.0	75.877	73.0	0.0009844031141617868	NZ_HF954537.1	firmicutes	Megasphaera massiliensis strain NP3, whole genome shotgun sequence	True	False
ISR0078_000000004228	4044	0.5047988495118296	5	4	4	4	4	False	112699	fragment	False	ISR0078_000000004228	1.0		0	0	False	False	0.9826903939247131	0					non-mobilizable	no_good_hit	3510.0	92.906	87.0	0.03803934354961417	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0107_000000008592	3178	0.5047981824665944	3	2	2	2	1	True	42292	fragment	False	FIJ0107_000000008592	1.0		0	0	False	False	0.9971680045127869	0					non-mobilizable	no_good_hit								True	True
SPA0047_000000030512	1268	0.5047972573949301	4	2	2	2	2	False	6642	maximal	True	SPA0047_000000030512	1.0		1	1	False	False	0.9976340532302856	0					non-mobilizable	no_good_hit								True	False
MAD0065_000000007193	1608	0.5047961963594881	3	3	3	2	2	True	37409	fragment	False	MAD0065_000000007193	0.9871473354231974		0	0	False	False	0.9981343150138855	0					non-mobilizable	other	1606.0	98.755	99.0	0.00039351053321045015	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
USA0119_01_000000015441	1595	0.5047961963594881	3	3	3	2	2	True	37409	fragment	False	MAD0065_000000007193	0.9832089552238805		0	0	False	False	1.0	0					non-mobilizable	other	1595.0	99.749	100.0	0.0003908135762850203	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
DEN0016_000000006863	1430	0.5047957300005231	2	1	1	1	1	False	75312	maximal	True	DEN0016_000000006863	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	465.0	87.527	32.0	0.00012738983467722257	NZ_UYXI01000001.1	CFB group bacteria	Alistipes senegalensis isolate Alistipes senegalensis 81E7, whole genome shotgun sequence	True	False
FIJ0124_000000002875	8360	0.5047892597952235	14	8	5	7	6	True	93273	fragment	False	FIJ0124_000000002875	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	70.569	7.0	0.00025345308420721846	LR134495.1	g-proteobacteria	Mannheimia haemolytica strain NCTC10643 genome assembly, chromosome: 1	True	True
MON0008_000000015690	2199	0.5047877167435951	2	2	1	2	1	False	91569	maximal	False	ISR0100_000000006233	0.9518061666503544		0	0	False	False	1.0	0					non-mobilizable	other	2199.0	98.727	100.0	0.0005943080002563258	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0390_000000003530	3492	0.5047873696074898	4	4	3	4	2	False	22884	maximal	True	ISR0390_000000003530	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1879.0	94.09299999999999	75.0	0.0030088776309654844	NZ_DS483532.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_12, whole genome shotgun sequence	True	False
ISR0280_000000005468	2248	0.5047840391833477	3	3	3	3	2	False	85625	maximal	True	ISR0280_000000005468	0.9958996623251326		125	8	False	False	0.9991103410720825	0					non-mobilizable	chromosome	2248.0	100.0	100.0	0.0008907557628567928	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0363_000000000316	25138	0.5047837963937724	26	14	12	11	10	True	98624	maximal	True	ISR0363_000000000316	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2083.0	97.984	12.0	0.06919012329267887	NZ_VZBY01000001.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_37_length_30091_cov_44.0445_ID_73, whole genome shotgun sequence	True	True
CHI0026_000000000118	32312	0.5047830552382784	39	21	10	21	9	True	108411	fragment	False	CHI0026_000000000118	1.0		0	0	False	True	1.0	0					non-mobilizable	other	27410.0	99.993	100.0	0.2735210761615839	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
FIJ0113_000000020589	1262	0.5047819561910614	1	1	1	1	0	True	41911	maximal	True	FIJ0113_000000020589	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	655.0	81.679	52.0	0.00022936694370664744	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
CAN0004_000000013306	2081	0.504780742524706	4	4	4	2	2	False	96188	maximal	True	CAN0004_000000013306	1.0		17	5	False	False	0.9995194673538208	0					non-mobilizable	no_good_hit	963.0	91.796	46.0	0.00013535967281068785	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	True	False
ENG0210_000000003117	6194	0.5047797764103258	5	4	2	3	3	False	124858	maximal	True	ENG0210_000000003117	1.0		14	4	False	False	0.9975783228874207	0					non-mobilizable	chromosome	2416.0	94.329	91.0	0.0008368967964385353	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0368_000000008908	1474	0.5047788880714543	1	1	1	1	0	False	23563	maximal	True	ISR0368_000000008908	1.0		21	8	False	False	0.997286319732666	0					non-mobilizable	no_good_hit	814.0	97.912	55.0	0.003148685336731177	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0360_000000017436	1428	0.5047782552621968	2	2	2	2	1	False	23783	maximal	True	ISR0360_000000017436	1.0		3	3	False	False	0.9964985847473145	0					non-mobilizable	no_good_hit	130.0	93.846	9.0	0.0008325857272862223	NZ_PYLP01000004.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_3, whole genome shotgun sequence	True	False
ISR0068_000000001671	9597	0.5047781448850582	22	5	4	5	3	False	35038	fragment	False	ISR0068_000000001671	1.0		0	0	False	False	0.9992706179618835	0					non-mobilizable	no_good_hit	234.0	90.598	2.0	0.04993570510072867	MK233562.1	viruses	Uncultured human fecal virus clone F.saccharivorans_S05.J22_3-CL32_c1 sequence	True	False
ISR0330_000000022724	1412	0.504775177056517	1	1	1	1	1	False	24646	maximal	True	ISR0330_000000022724	1.0		42	8	False	False	1.0	0					non-mobilizable	no_good_hit	1224.0	90.605	86.0	0.00041165463959686794	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ENG0141_000000004560	5750	0.5047739748722933	6	3	2	2	2	True	57755	fragment	False	ENG0141_000000004560	1.0		0	0	False	False	0.9989565014839172	0					non-mobilizable	no_good_hit	4685.0	97.759	81.0	0.0955256768612409	NZ_PYLQ01000019.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_18, whole genome shotgun sequence	True	True
MON0074_000000002235	6155	0.5047710318547344	7	7	6	6	6	False	94816	fragment	False	MON0074_000000002235	0.9718045112781954		0	0	False	False	0.9982128143310547	0					non-mobilizable	no_good_hit	3812.0	92.524	74.0	0.0013535024190293892	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	True	False
MON0095_000000004832	5726	0.5047706440340975	7	6	3	6	4	True	29941	maximal	True	MON0095_000000004832	1.0		1	1	False	False	0.9952846765518188	0					non-mobilizable	no_good_hit	288.0	77.431	5.0	0.00011862868592531423	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
SPA0043_000000010501	1620	0.5047688354426424	3	3	3	3	1	True	6810	fragment	False	SPA0043_000000010501	1.0		0	0	False	False	0.9864197373390198	0					non-mobilizable	other	1594.0	99.749	98.0	0.0005111102264423775	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
SPA0016_000000017511	1919	0.5047684265857983	2	2	1	1	2	False	115894	maximal	True	SPA0016_000000017511	1.0		29	8	False	False	0.9822824597358704	0					non-mobilizable	no_good_hit	1168.0	76.712	61.0	0.7814391392064559	LN854133.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGFK1624	True	False
FIJ0154_000000023996	1643	0.5047636368168575	3	2	2	2	2	False	39580	maximal	True	FIJ0154_000000023996	1.0		25	5	False	False	0.9817407131195068	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	6.136748992536552e-06	NZ_JABTBL010000001.1	firmicutes	Clostridium beijerinckii strain DJ054 Ga0423202_01, whole genome shotgun sequence	True	False
MON0007_000000042736	1513	0.5047635125665761	2	1	1	1	1	False	43778	fragment	False	MON0007_000000042736	1.0		0	0	False	False	0.9874421954154968	0					non-mobilizable	no_good_hit	649.0	74.422	42.0	0.001589057276130608	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
SPA0125_000000019883	1659	0.5047631058586592	2	2	2	2	2	False	4017	maximal	True	SPA0125_000000019883	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1659.0	100.0	100.0	0.0007616905487433714	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	False	False
MON0037_000000050877	1479	0.5047615080894179	1	1	1	1	1	False	12070	fragment	False	MON0037_000000050877	1.0		0	0	False	False	0.9972954988479614	0					non-mobilizable	other	1479.0	99.932	100.0	0.00828953936409474	NZ_SPGG01000009.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_9_length_178297_cov_37.5316, whole genome shotgun sequence	False	False
SPA0078_000000006496	1175	0.5047577141605708	2	2	2	2	2	False	5656	maximal	True	SPA0078_000000006496	1.0		97	10	False	False	0.9974468350410461	0					non-mobilizable	chromosome	1175.0	99.915	100.0	0.00021764585052809707	CP052258.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 chromosome, complete genome	False	False
ISR0069_000000022854	1130	0.5047567817568587	2	2	1	1	2	False	41769	maximal	True	ISR0069_000000022854	0.9670818505338078		120	10	False	False	0.9840707778930664	0					non-mobilizable	no_good_hit	448.0	76.116	39.0	0.00012309200368489123	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CHI0181_000000006407	3160	0.5047559638077189	7	6	3	5	3	True	82063	maximal	True	CHI0181_000000006407	1.0		8	5	False	False	0.9993671178817749	0					non-mobilizable	no_good_hit	383.0	93.995	47.0	0.00013409144401311696	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
ISR0821_000000008711	3249	0.5047536675180954	6	3	3	2	0	True	21247	maximal	True	ISR0821_000000008711	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	304.0	81.579	9.0	9.332949230622775e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0141_000000026628	1135	0.5047516279539783	2	2	2	2	2	False	40232	maximal	True	FIJ0141_000000026628	1.0		181	11	False	False	0.9991189241409302	0					non-mobilizable	no_good_hit	253.0	72.727	22.0	4.898393879851879e-05	LR590464.1	enterobacteria	Leclercia adecarboxylata strain NCTC13032 genome assembly, chromosome: 1	True	False
ENG0125_000000007335	3461	0.5047486755940261	6	3	1	3	1	False	58859	maximal	True	ENG0125_000000007335	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	98.949	19.0	0.002365852038783371	CP046076.1	firmicutes	Enterococcus faecium strain VRE plasmid p5_03A17012, complete sequence	True	False
FIJ0154_000000026392	1513	0.5047484312899333	2	2	2	2	2	False	57846	maximal	False	ENG0139_000000013522	0.9444093493367025		0	0	False	False	0.9960343837738037	0					non-mobilizable	no_good_hit	542.0	79.705	36.0	0.00018075105597998206	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0327_000000013838	2025	0.5047472243332861	2	1	1	1	1	False	85150	maximal	True	ISR0327_000000013838	0.9915409737189712		135	12	False	False	1.0	0					non-mobilizable	no_good_hit	319.0	98.43299999999999	16.0	0.004347350576912561	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0068_000000007361	1997	0.5047472243332861	2	1	1	1	1	False	85150	maximal	False	ISR0327_000000013838	0.9864394291431706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	311.0	97.749	16.0	0.004237983266801553	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0302_000000007804	1966	0.5047472243332861	2	1	1	1	1	False	85150	maximal	False	ISR0327_000000013838	0.9703572642914989		0	0	False	False	0.9959308505058289	0					non-mobilizable	no_good_hit	305.0	97.705	16.0	0.004155957784218297	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0116_000000019179	1249	0.5047472243332861	2	1	1	1	1	False	59431	maximal	True	ENG0116_000000019179	1.0		7	4	False	False	0.9791833758354187	0					non-mobilizable	no_good_hit	1107.0	95.845	88.0	0.009953526147182241	NZ_KB291615.1	firmicutes	Clostridium celatum DSM 1785 Scfld22, whole genome shotgun sequence	True	False
USA0133_01_000000017074	1194	0.5047472243332861	1	1	1	1	1	False	1200	maximal	True	USA0133_01_000000017074	1.0		314	14	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	93.833	76.0	0.00044218753757489825	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
MAD0012_000000026538	1174	0.5047472243332861	2	1	1	1	1	False	19631	maximal	True	MAD0012_000000026538	1.0		27	5	False	False	0.9770017266273499	0					non-mobilizable	no_good_hit	125.0	78.4	10.0	0.00019179464767166013	NZ_FRDE01000004.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
ISR0268_000000017693	1145	0.5047472243332861	1	1	1	1	1	False	26480	maximal	True	ISR0268_000000017693	1.0		256	13	False	False	0.9982532858848572	0					non-mobilizable	other	1151.0	92.354	100.0	0.0005643903087803918	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
USA0045_01_000000012790	1127	0.5047472243332861	1	1	1	1	1	False	1199	fragment	False	USA0045_01_000000012790	1.0		0	0	False	False	0.9884649515151978	0					non-mobilizable	no_good_hit	977.0	92.835	87.0	0.00047605095610172177	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
CAN0016_000000014228	3373	0.5047442122716355	5	3	1	2	2	False	92981	maximal	True	CAN0016_000000014228	1.0		23	6	False	False	1.0	0					non-mobilizable	other	3374.0	97.155	100.0	0.0006509702777627626	AP019729.1	CFB group bacteria	Parabacteroides distasonis NBRC 113806 DNA, complete genome	False	False
AST0046_000000002208	9044	0.5047419617377129	7	4	3	3	2	True	115733	fragment	False	AST0046_000000002208	1.0		0	0	False	False	0.9991154074668884	0					non-mobilizable	no_good_hit	33.0	100.0	0.0	0.001003890074036893	NZ_FUHU01000018.1	high GC Gram+	Agrococcus casei LMG 22410, whole genome shotgun sequence	True	True
DEN0023_000000004053	1758	0.504741417629978	2	2	2	2	2	True	74372	fragment	False	DEN0023_000000004053	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1233.0	84.99600000000001	95.0	0.010502489029191889	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
AST0106_000000005543	3582	0.5047413056914642	3	3	3	2	1	False	107483	fragment	False	AST0106_000000005543	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1510.0	99.536	45.0	0.015554890816631767	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0172_000000004515	3519	0.5047413056914642	3	3	3	2	1	False	107483	fragment	False	AST0106_000000005543	0.9912060301507537		0	0	False	False	0.9980108141899109	0					non-mobilizable	no_good_hit	1510.0	99.536	46.0	0.015554890816631767	NZ_CYZN01000016.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0037_000000012689	2689	0.5047388354912912	4	4	4	3	3	False	68548	fragment	False	FIJ0061_000000009160	0.9972129319955407		0	0	False	False	0.9996281266212463	0					non-mobilizable	other	2689.0	99.51700000000001	100.0	0.006727012910959676	NZ_GG663519.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld15, whole genome shotgun sequence	False	False
DEN0007_000000001560	18006	0.5047336966110072	17	13	8	8	12	True	76341	maximal	True	DEN0007_000000001560	1.0		1	1	False	False	0.9996667504310608	0					non-mobilizable	no_good_hit	4064.0	91.486	57.0	0.0005686737062990995	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	True
ISR0388_000000029590	1186	0.5047315092941106	2	2	2	2	1	False	22928	maximal	True	ISR0388_000000029590	1.0		380	13	False	False	0.9780775904655457	0					non-mobilizable	other	1186.0	99.57799999999999	100.0	0.017040062120732793	NZ_JAAIPV010000019.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_19_length_69542_cov_109.211, whole genome shotgun sequence	False	False
ISR0378_000000007064	3379	0.5047309366020577	4	3	2	3	1	True	114126	fragment	False	ISR0378_000000007064	1.0		0	0	False	False	0.9970405697822571	0					non-mobilizable	no_good_hit	2580.0	94.225	76.0	0.17077874576045754	NZ_VULP01000044.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq44, whole genome shotgun sequence	True	True
FIJ0092_000000004442	6181	0.5047304581183784	8	3	1	3	1	True	43344	maximal	True	FIJ0092_000000004442	1.0		2	1	False	False	0.9998382329940796	0					non-mobilizable	no_good_hit								True	True
ISR0037_000000015569	1530	0.5047280955948931	1	1	1	1	1	False	36687	fragment	False	ISR0037_000000015569	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1530.0	99.67299999999999	100.0	0.00029613481125715133	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0005_000000021175	1126	0.5047263707793366	2	2	2	1	2	False	67625	maximal	True	ENG0005_000000021175	1.0		11	5	False	False	0.9911190271377563	0					non-mobilizable	other	1126.0	98.22399999999999	100.0	0.0006981584670381467	NZ_HE978574.1	actinobacteria	Enorma massiliensis phI, whole genome shotgun sequence	False	False
FIJ0046_000000005516	4762	0.5047251607882023	5	5	5	5	2	False	53737	maximal	True	FIJ0046_000000005516	1.0		33	7	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	96.25	2.0	3.261597456119128e-05	LR026983.1	firmicutes	Christensenella sp. Marseille-P3954 genome assembly, chromosome: contig00001	True	False
ISR0820_000000007155	2991	0.5047221682721832	4	2	2	2	2	False	21288	maximal	True	ISR0820_000000007155	1.0		6	5	False	False	0.9933132529258728	0					non-mobilizable	no_good_hit	46.0	95.652	2.0	1.3999423845934162e-05	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MON0083_000000021122	1827	0.5047186475139014	2	2	2	2	2	False	9873	maximal	False	USA0018_01_000000012111	0.9493873201917954		0	0	False	False	1.0	0					non-mobilizable	other	1800.0	95.556	99.0	0.006150953072912215	NZ_SPGG01000003.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_3_length_292475_cov_36.5804, whole genome shotgun sequence	False	False
ISR0286_000000007057	2434	0.5047149782735809	2	1	1	1	1	False	26041	fragment	False	ISR0286_000000007057	1.0		0	0	False	False	0.9913722276687622	0					non-mobilizable	no_good_hit	1232.0	99.351	57.0	0.016264566762677377	NZ_QSFT01000016.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf16, whole genome shotgun sequence	True	False
CAN0012_000000031991	1428	0.5047133477849244	3	3	3	2	2	False	94076	maximal	True	CAN0012_000000031991	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	72.0	86.111	5.0	1.4842675996507999e-05	CP018201.1	g-proteobacteria	Aeromonas hydrophila strain MX16A chromosome, complete genome	True	False
MON0095_000000004004	6602	0.5047124103208359	6	5	4	3	3	True	121802	fragment	False	MON0095_000000004004	0.9601055572803477		0	0	False	False	0.9695546627044678	0					non-mobilizable	no_good_hit	5614.0	80.442	84.0	0.001989332832279131	CP025823.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-7 chromosome, complete genome	True	True
SPA0025_000000011499	1849	0.5047122164814252	3	1	1	1	1	False	7565	maximal	True	SPA0025_000000011499	1.0		1	1	False	False	0.9929691553115845	0					non-mobilizable	no_good_hit	860.0	81.977	49.0	0.00024142558423017108	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0210_000000015284	1225	0.5047122164814252	1	1	1	1	1	False	28418	fragment	False	ISR0210_000000015284	1.0		0	0	False	False	0.9991836547851562	0					non-mobilizable	other	1225.0	97.14299999999999	100.0	0.0003452160223104316	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	False	False
FIJ0101_000000004375	6226	0.504708157765345	4	4	3	3	3	False	42711	maximal	True	FIJ0101_000000004375	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	4267.0	95.993	83.0	0.02109704641350211	NZ_JAAIPV010000002.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_2_length_202161_cov_115.083, whole genome shotgun sequence	True	False
USA0069_01_000000022409	2757	0.5047076045709011	4	3	3	3	3	False	783	maximal	True	USA0069_01_000000022409	1.0		113	12	False	False	0.9945592880249023	0					non-mobilizable	no_good_hit	141.0	81.56	7.0	2.18575144798171e-05	NC_013739.1	actinobacteria	Conexibacter woesei DSM 14684, complete sequence	True	False
CAN0009_000000019666	1440	0.5047064268644232	2	2	2	2	2	False	94731	maximal	True	CAN0009_000000019666	1.0		4	4	False	False	0.9986110925674438	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	3.648011598323327e-05	CP032828.1	a-proteobacteria	Sphingomonas sp. YZ-8 plasmid unnamed1, complete sequence	True	False
ISR0067_000000018866	1612	0.5047011215789803	2	2	2	1	0	False	35071	fragment	False	ISR0067_000000018866	1.0		0	0	False	False	0.9987593293190002	0					non-mobilizable	other	1612.0	98.015	100.0	0.02412904771889884	NZ_JAAITU010000019.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_19_length_66766_cov_150.513, whole genome shotgun sequence	False	False
ISR0343_000000002711	5102	0.5047002650330769	8	7	4	6	3	False	24317	maximal	True	ISR0343_000000002711	1.0		51	10	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	1.309000786370102e-05	NZ_LR027603.1	firmicutes	Bacilliculturomica massiliensis strain Marseille-P3303, whole genome shotgun sequence	True	False
ISR0159_000000008926	2865	0.5046990556489862	4	4	2	3	2	False	93784	fragment	False	ISR0159_000000008926	1.0		0	0	False	False	0.9996509552001953	0					non-mobilizable	no_good_hit	72.0	86.111	3.0	0.0002290293028477052	NZ_MRTP01000007.1	firmicutes	Paenibacillus rhizosphaerae strain FSL R5-0378 NODE_7_length_310004_cov_1.919_ID_3982, whole genome shotgun sequence	True	False
ENG0017_000000007014	3089	0.5046961818566404	4	4	3	3	4	False	66715	maximal	True	ENG0017_000000007014	1.0		122	6	False	False	1.0	0					non-mobilizable	no_good_hit	1809.0	85.959	80.0	0.0005794936926686503	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
AST0148_000000018049	1904	0.5046945988211673	2	2	2	2	2	False	104975	maximal	True	AST0148_000000018049	1.0		71	8	False	False	1.0	0					non-mobilizable	no_good_hit	1548.0	82.235	81.0	0.004916282548795223	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0183_000000004615	6039	0.5046925719337598	8	4	3	3	2	False	55182	fragment	False	ENG0183_000000004615	1.0		0	0	False	False	0.999172031879425	0					non-mobilizable	no_good_hit	1262.0	73.455	20.0	0.00036250823714080514	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0064_000000003802	6023	0.5046925719337598	7	4	3	3	2	False	63009	fragment	False	ENG0064_000000003802	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1463.0	72.86399999999999	24.0	0.0004244071109663184	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0033_000000003029	5542	0.5046925719337598	7	4	3	3	2	False	59483	fragment	False	MAD0033_000000003029	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1453.0	72.402	34.0	0.0004244071109663184	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0208_000000004810	5176	0.5046925719337598	6	4	3	3	2	False	28531	fragment	False	ISR0208_000000004810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0116_000000004717	4685	0.5046925719337598	6	4	3	3	2	False	59482	fragment	False	ENG0116_000000004717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	822.0	74.574	17.0	0.0002384143226293694	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MON0109_000000007072	4604	0.5046925719337598	5	4	3	3	2	False	8514	fragment	False	MON0109_000000007072	1.0		0	0	False	False	0.9895742535591125	0					non-mobilizable	no_good_hit	432.0	76.852	9.0	0.00012616708253429982	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
FIJ0107_000000009968	2712	0.5046869209800902	4	4	4	3	3	False	42289	maximal	True	FIJ0107_000000009968	1.0		43	8	False	False	0.9996312856674194	0					non-mobilizable	other	2702.0	84.234	99.0	0.04128616376333359	NZ_CYXV01000017.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0030_01_000000013417	1231	0.5046818030682698	2	2	2	2	1	True	1552	maximal	True	USA0030_01_000000013417	0.9509385665529011		10	4	False	False	1.0	0					non-mobilizable	other	1235.0	78.057	99.0	0.0010474630632570292	NZ_FYDD01000003.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	False	True
ISR0015_000000010242	2446	0.5046809473263404	4	4	4	4	3	False	78668	maximal	True	ISR0015_000000010242	1.0		12	5	False	False	1.0	0					non-mobilizable	chromosome	2038.0	99.95100000000001	100.0	0.0004174985381402438	CP054940.1	enterobacteria	Escherichia coli strain MS6192 chromosome, complete genome	False	False
FIJ0005_000000028449	1294	0.5046802475944776	2	2	2	2	2	False	51856	fragment	False	FIJ0158_000000015207	0.6427032848680668		0	0	False	False	1.0	0					non-mobilizable	chromosome	1294.0	97.913	100.0	0.00018263663741796711	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
SPA0137_000000024572	1504	0.5046702218426253	3	2	1	2	1	False	85947	fragment	False	SPA0137_000000024572	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1063.0	95.955	77.0	0.000294638741245536	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0013_000000004237	8302	0.5046698870388606	12	11	9	9	11	False	50826	maximal	True	MON0013_000000004237	1.0		10	7	False	False	0.9998795390129089	0					non-mobilizable	no_good_hit	997.0	76.931	29.0	0.00022380769680791721	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
ISR0058_000000006367	3732	0.5046679121604727	4	2	0	2	1	False	79809	maximal	True	ISR0058_000000006367	1.0		1	1	True	True	1.0	37	rep_cluster_2350			MOBF,MOB_unknown	mobilizable	no_good_hit	2021.0	92.57799999999999	54.0	0.24579165650158574	HQ230977.1	enterobacteria	Salmonella enterica subsp. enterica serovar Bardo plasmid pSBardo-Kan, complete sequence	True	True
ENG0097_000000020078	1564	0.5046673355399327	3	2	2	2	2	False	60759	fragment	False	ENG0097_000000020078	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0053_000000002949	8725	0.5046669168727047	8	4	2	4	1	False	81263	maximal	True	MON0053_000000002949	1.0		11	5	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	97.561	1.0	0.0010625319743418206	NZ_FUWW01000009.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	True	False
SPA0131_000000015482	1746	0.5046667701892549	3	3	2	3	2	False	3764	maximal	True	SPA0131_000000015482	1.0		1	1	False	False	0.9954180717468262	0					non-mobilizable	no_good_hit	45.0	93.333	3.0	9.0084556640665e-06	CP014943.1	g-proteobacteria	Colwellia sp. PAMC 21821, complete genome	True	False
ISR0110_000000017159	1367	0.5046607632693799	3	3	1	1	2	False	63925	fragment	False	ISR0380_000000008723	0.9414234183212803		0	0	False	False	0.9839063882827759	0					non-mobilizable	other	1367.0	99.781	100.0	0.00032913029608233754	CP011914.1	firmicutes	Eubacterium limosum strain SA11, complete genome	False	False
ISR0170_000000010290	4375	0.5046594210027462	3	3	3	3	3	False	131602	fragment	False	MON0072_000000003974	0.468443025540275		0	0	False	False	1.0	0					non-mobilizable	chromosome	4164.0	99.928	95.0	0.0017596041714834228	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MON0093_000000040883	1158	0.5046542629717662	2	2	2	2	1	False	11110	fragment	False	MON0054_000000041215	0.966908797417272		0	0	False	False	0.9775474667549133	0					non-mobilizable	other	1158.0	99.914	100.0	0.012297782785229906	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	False	False
MON0041_000000038196	1745	0.5046525840843289	3	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.31722643839320624		0	0	False	False	0.9822349548339844	0					non-mobilizable	other	1745.0	97.307	100.0	0.03159305822252817	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
FIJ0091_000000007487	3289	0.504652145975823	4	3	3	3	2	False	47079	fragment	False	FIJ0091_000000007487	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	93.671	6.0	2.514082893180808e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0264_000000001718	5041	0.504648552965593	4	4	4	3	3	False	26627	maximal	True	ISR0264_000000001718	1.0		191	12	False	False	0.997421145439148	0					non-mobilizable	chromosome	5043.0	97.64	100.0	0.0013498318136894439	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ENG0199_000000006333	3831	0.5046459113737788	5	3	1	3	1	False	54296	maximal	True	ENG0199_000000006333	1.0		1	1	False	False	0.9981728196144104	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	1.5953034267117607e-05	NZ_MTSX01000001.1	a-proteobacteria	Kiloniella majae strain M146.1 Contig1, whole genome shotgun sequence	True	False
ISR0159_000000012262	2129	0.5046457707597263	3	2	1	2	1	False	110154	maximal	True	ISR0159_000000012262	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1619.0	97.344	76.0	0.00043748423312772294	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
CHI0076_000000002611	2954	0.5046453823012572	7	2	1	2	1	True	84607	maximal	True	CHI0076_000000002611	1.0		2	1	False	False	0.993906557559967	0					non-mobilizable	no_good_hit								True	True
ISR0225_000000012292	1681	0.5046430054603882	2	2	2	2	1	False	27678	maximal	False	ISR0351_000000008820	0.9889815366289458		0	0	True	True	1.0	28					non-mobilizable	no_good_hit	60.0	85.0	7.0	0.00026287649260381396	NZ_JAAGVZ010000007.1	firmicutes	Bacillus alkalitolerans strain KCTC 33631 NODE_7_length_224440_cov_170.805292, whole genome shotgun sequence	True	True
ISR0351_000000008820	1679	0.5046430054603882	2	2	2	2	1	False	27678	maximal	True	ISR0351_000000008820	0.9889946460440214		41	6	True	True	0.9970220327377319	14					non-mobilizable	no_good_hit	60.0	85.0	7.0	0.00026287649260381396	NZ_JAAGVZ010000007.1	firmicutes	Bacillus alkalitolerans strain KCTC 33631 NODE_7_length_224440_cov_170.805292, whole genome shotgun sequence	True	True
MON0101_000000042442	1547	0.5046421870914415	2	2	2	2	2	False	9026	maximal	True	MON0101_000000042442	1.0		2	1	False	False	0.9961215257644653	0					non-mobilizable	no_good_hit	301.0	72.425	19.0	0.0020164065295785504	NZ_LPWH01000122.1	spirochetes	Alkalispirochaeta sphaeroplastigenens strain JC133 ctg7180000005705, whole genome shotgun sequence	True	False
USA0071_01_000000002173	6401	0.5046411252311677	9	7	3	3	7	False	132306	maximal	True	USA0071_01_000000002173	1.0	PS958	0	0	False	True	0.9985939860343933	0					non-mobilizable	no_good_hit	3533.0	99.51899999999999	56.0	0.0010631164818582228	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0030_000000004549	6318	0.5046382075539351	8	7	3	6	7	False	79479	maximal	True	SPA0030_000000004549	1.0		52	7	False	False	1.0	0					non-mobilizable	other	6265.0	96.52	99.0	0.6284394456718216	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	False	False
ENG0184_000000004383	5380	0.5046357015550191	6	6	6	6	5	False	124954	fragment	False	ENG0184_000000004383	0.895330144211498		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4199.0	78.757	89.0	0.009998159699352988	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0068_000000004742	5099	0.5046357015550191	7	6	6	6	5	False	124954	fragment	False	ENG0184_000000004383	0.8739645548048838		0	0	False	False	0.999803900718689	0					non-mobilizable	no_good_hit	3804.0	78.891	87.0	0.009063480686528999	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0069_000000021426	1201	0.504631850368492	2	1	1	1	1	False	34930	maximal	True	ISR0069_000000021426	1.0		29	4	False	False	0.9800166487693787	0					non-mobilizable	no_good_hit								True	False
DEN0061_000000036860	1194	0.5046309813258464	2	1	1	1	1	False	96391	fragment	False	DEN0061_000000036860	0.937511804406234		0	0	False	False	1.0	0					non-mobilizable	chromosome	1195.0	93.13799999999999	100.0	0.000517267768234556	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0072_000000002714	2159	0.504629648776402	3	3	3	3	3	False	67076	fragment	False	ISR0225_000000006360	0.30679898648648646		0	0	False	False	1.0	0					non-mobilizable	chromosome	2159.0	92.821	100.0	0.0009352444057685979	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
USA0006_01_000000001686	12734	0.5046277708609703	11	7	5	6	3	True	120443	fragment	False	MON0105_000000003401	0.9414857142857143		0	0	False	False	0.9990576505661011	0					non-mobilizable	no_good_hit	101.0	81.188	1.0	2.9815128135783513e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ISR0246_000000001540	8211	0.5046277492962439	14	8	7	7	4	False	27145	maximal	True	ISR0246_000000001540	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	209.0	77.512	2.0	3.5217139560345084e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	False
SPA0047_000000021323	1824	0.5046272430440569	3	2	2	2	2	False	6666	maximal	True	SPA0047_000000021323	1.0		1	1	False	False	0.999451756477356	0					non-mobilizable	no_good_hit	154.0	86.36399999999999	8.0	0.0014648343388007632	NZ_SLUM01000014.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_114, whole genome shotgun sequence	True	False
FIJ0086_000000007194	4236	0.5046248682124266	6	5	4	5	4	False	53368	maximal	True	FIJ0086_000000007194	0.9919626652838994		73	8	False	False	0.9997639060020447	0					non-mobilizable	no_good_hit	823.0	87.728	21.0	0.0002192743193759805	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0160_000000002348	9153	0.5046230336832684	10	9	5	9	5	False	56927	maximal	True	ENG0160_000000002348	1.0		4	3	False	False	0.9998907446861267	0					non-mobilizable	no_good_hit	600.0	72.5	6.0	0.00022303363742405647	NZ_LT594785.1	firmicutes	Clostridium mediterraneense strain Marseille-P2434T, whole genome shotgun sequence	True	False
FIJ0097_000000006225	4724	0.5046229392449078	4	4	4	3	4	False	42935	maximal	True	FIJ0097_000000006225	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	112.0	75.893	2.0	4.306831182397433e-05	CP013830.1	g-proteobacteria	Pasteurellaceae bacterium NI1060 genome	True	False
DEN0021_000000016083	2200	0.5046206465024088	3	2	1	2	2	False	74788	maximal	True	DEN0021_000000016083	1.0		19	11	False	False	0.9940909147262573	0					non-mobilizable	no_good_hit	114.0	79.825	5.0	0.001744083716018369	NZ_FMKA01000019.1	firmicutes	Anaerobium acetethylicum strain GluBS11, whole genome shotgun sequence	True	False
ISR0023_000000017035	1830	0.504620622565091	2	1	1	1	1	False	37524	fragment	False	ISR0023_000000017035	1.0		0	0	False	False	0.9983606338500977	0					non-mobilizable	chromosome	1808.0	99.613	99.0	0.000598059386701027	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	False	False
CHI0047_000000006853	2264	0.5046205014036201	3	3	2	2	3	False	86978	fragment	False	CHI0047_000000006853	1.0		0	0	False	False	0.9991165995597839	0					non-mobilizable	other	2264.0	100.0	100.0	0.13600576957749866	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
ISR0821_000000014109	2145	0.5046179233070888	5	3	2	2	3	False	89982	fragment	False	CHI0180_000000005807	0.3930422265375922		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	99.711	99.0	0.00026733045664339414	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
CHI0013_000000004665	1912	0.5046179233070888	3	3	2	2	3	False	89981	fragment	False	CHI0013_000000004665	1.0		0	0	False	False	0.999476969242096	0					non-mobilizable	other	1384.0	98.194	99.0	0.00026733045664339414	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0141_000000016777	1915	0.5046139154596408	3	2	2	2	2	False	31206	fragment	False	ISR0141_000000016777	1.0		0	0	False	False	0.990078330039978	0					non-mobilizable	no_good_hit	698.0	76.361	36.0	0.008065085000822968	NZ_JH604988.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld627, whole genome shotgun sequence	True	False
ISR0380_000000002530	4487	0.5046138160500901	6	4	1	3	3	True	68712	maximal	True	ISR0380_000000002530	1.0		4	2	False	False	0.9993314146995544	0					non-mobilizable	no_good_hit	577.0	75.39	12.0	0.009201801064265248	NZ_PYLP01000014.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_13, whole genome shotgun sequence	True	True
SPA0065_000000010481	1997	0.5046108948467051	3	2	2	2	2	False	68327	fragment	False	SPA0065_000000010481	1.0		0	0	False	False	0.9989985227584839	0					non-mobilizable	chromosome	1998.0	95.896	100.0	0.0008215901537670836	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0050_000000021855	1332	0.5046103967614595	2	2	2	2	2	False	63837	fragment	False	ENG0053_000000017999	0.9126783995328032		0	0	False	False	0.9984984993934631	0					non-mobilizable	no_good_hit	143.0	79.021	11.0	4.570751340753727e-05	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	True	False
FIJ0147_000000001612	9394	0.5046094122467953	8	6	2	5	5	False	107911	fragment	False	FIJ0147_000000001612	0.9935850771186463		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	10.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
FIJ0111_000000002700	9193	0.5046094122467953	8	6	2	5	5	False	107911	fragment	False	FIJ0147_000000001612	0.9769624790174348		0	0	False	False	0.9996736645698547	0					non-mobilizable	no_good_hit	891.0	85.74600000000001	11.0	0.000234762021606064	FP929037.1	firmicutes	Clostridium saccharolyticum-like K10 draft genome	True	False
CHI0140_000000010861	2691	0.5046079108872414	4	2	1	2	1	True	131296	maximal	True	CHI0140_000000010861	1.0	PS1133	6	2	False	True	1.0	0					non-mobilizable	no_good_hit	1481.0	89.061	71.0	0.0004770311130650764	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ISR0227_000000003277	7700	0.5046067918695353	10	8	8	7	5	False	116361	maximal	False	FIJ0052_000000003133	0.49995757379639716		0	0	False	False	0.9967532753944397	0					non-mobilizable	no_good_hit	1894.0	98.574	83.0	0.02437171696364198	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	True	False
ISR0838_000000019734	1258	0.5046013222629021	2	1	1	1	1	False	20860	maximal	True	ISR0838_000000019734	1.0		17	6	False	False	0.998410165309906	0					non-mobilizable	no_good_hit								True	False
ISR0397_000000007328	2653	0.5046011780478773	4	2	0	2	0	True	28739	fragment	False	ISR0201_000000010965	0.9608127721335269		0	0	False	False	0.9973614811897278	0					non-mobilizable	no_good_hit								True	True
SPA0136_000000016858	2445	0.5046011780478773	4	2	0	2	0	True	57271	fragment	False	SPA0136_000000016858	1.0		0	0	False	False	0.9955010414123535	0					non-mobilizable	no_good_hit								True	True
ISR0271_000000008757	1991	0.5046011780478773	3	2	0	2	0	True	57269	fragment	False	ISR0271_000000008757	1.0		0	0	False	False	0.9899547696113586	0					non-mobilizable	no_good_hit								True	True
ISR0378_000000021081	1500	0.5046011780478773	2	2	0	2	0	True	57268	fragment	False	ISR0378_000000021081	0.9733685232200658		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0148_000000026478	1367	0.5046011780478773	2	2	0	2	0	True	57268	fragment	False	ISR0378_000000021081	0.9443230625583569		0	0	False	False	0.980248749256134	0					non-mobilizable	no_good_hit								True	True
MON0083_000000022317	1746	0.5046008113411787	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.19459726604089733		0	0	False	False	0.9936999082565308	0					non-mobilizable	chromosome	1752.0	90.868	100.0	0.0006040575377875809	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
MON0080_000000032219	1714	0.5046008113411787	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.1968717139493765		0	0	False	False	1.0	0					non-mobilizable	chromosome	1720.0	91.86	100.0	0.0005759125824613582	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0340_000000013275	1681	0.5046008113411787	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.13512525485958232		0	0	False	False	0.9988102316856384	0					non-mobilizable	chromosome	1685.0	91.51299999999999	100.0	0.0005658147581049346	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MON0028_000000015488	1676	0.5046008113411787	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.17414867276437657		0	0	False	False	1.0	0					non-mobilizable	chromosome	1682.0	91.795	100.0	0.000564131787378864	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0830_000000007402	3434	0.5046000238986412	2	2	2	2	2	False	102162	fragment	False	AUS0006_000000006003	0.9505271695052717		0	0	False	False	0.9962143301963806	0					non-mobilizable	other	3415.0	98.06700000000001	99.0	0.0028034367145101254	NZ_JH815203.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.1, whole genome shotgun sequence	False	False
FIJ0093_000000006131	3386	0.5045992205417064	5	4	4	1	1	False	43257	fragment	False	FIJ0093_000000006131	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	704.0	85.795	23.0	0.001999799447046858	NZ_LT629843.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
CHI0109_000000001540	8976	0.5045986038204143	9	8	7	5	7	False	82853	fragment	False	CHI0109_000000001540	1.0		0	0	False	True	0.9996657967567444	0					non-mobilizable	no_good_hit	4979.0	99.839	89.0	0.0012066936835476115	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
FIJ0061_000000010721	2361	0.5045964998795048	2	1	1	1	1	False	45818	maximal	True	FIJ0061_000000010721	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1839.0	76.183	77.0	0.0003493814473471241	NZ_UYXJ01000001.1	CFB group bacteria	Parabacteroides goldsteinii DSM 19448 = WAL 12034 isolate Parabacteroides goldsteinii 81H9, whole genome shotgun sequence	True	False
ENG0189_000000007042	2248	0.5045964998795048	2	1	1	1	1	False	66471	fragment	False	ENG0189_000000007042	1.0		0	0	False	False	0.9977757930755615	0					non-mobilizable	other	2168.0	100.0	96.0	0.04166987154834244	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
CHI0135_000000009970	2004	0.5045964998795048	2	1	1	1	1	False	80676	maximal	True	CHI0135_000000009970	0.9952404809619239		364	12	False	False	0.9995009899139404	0					non-mobilizable	other	2004.0	100.0	100.0	0.06049897305787121	NZ_BAKJ01000046.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
CHI0177_000000008236	1996	0.5045964998795048	2	1	1	1	1	False	80676	maximal	False	CHI0135_000000009970	0.9932634730538923		0	0	False	False	1.0	0					non-mobilizable	other	1996.0	99.04799999999999	100.0	0.060257339615802825	NZ_BAKJ01000046.1	CFB group bacteria	Bacteroides rodentium JCM 16496, whole genome shotgun sequence	False	False
ENG0020_000000009879	1991	0.5045964998795048	2	1	1	1	1	False	66470	fragment	False	ENG0020_000000009879	1.0		0	0	False	False	0.9989954829216003	0					non-mobilizable	other	1991.0	100.0	100.0	0.03826628720867625	NZ_SPGG01000029.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_29_length_52004_cov_40.656, whole genome shotgun sequence	False	False
ISR0098_000000009027	1942	0.5045964998795048	2	1	1	1	1	False	71976	maximal	False	ISR0042_000000014576	0.94688995215311		0	0	False	False	0.9994850754737854	0					non-mobilizable	chromosome	1942.0	98.764	100.0	0.00035647959048741286	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
SPA0112_000000018923	1759	0.5045964998795048	1	1	1	1	1	False	25434	fragment	False	ISR0307_000000005806	0.6429621462697538		0	0	False	False	0.9647526741027832	0					non-mobilizable	other	1691.0	99.882	96.0	0.00032731709027114834	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
CHI0097_000000004164	1667	0.5045964998795048	1	1	1	1	1	False	83421	maximal	True	CHI0097_000000004164	1.0		543	13	False	False	0.9994001388549805	0					non-mobilizable	chromosome	1667.0	99.88	100.0	0.000309693691375923	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
MAD0067_000000002578	3600	0.5045954444167688	5	4	4	4	3	False	16521	maximal	True	MAD0067_000000002578	1.0		172	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0045_01_000000009215	1563	0.5045938634268896	3	2	2	1	1	False	1205	maximal	True	USA0045_01_000000009215	1.0		13	4	False	False	0.9936020374298096	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	1.0838910605181542e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0086_000000017689	1408	0.5045933274076814	2	2	2	2	2	False	90575	fragment	False	SPA0127_000000020692	0.9880618890594443		0	0	False	False	1.0	0					non-mobilizable	other	1408.0	99.148	100.0	0.00027216989286068947	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
FIJ0105_000000002876	8921	0.5045884403699774	6	5	5	5	2	False	42444	maximal	True	FIJ0105_000000002876	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	6185.0	84.624	74.0	0.10090993743159132	NZ_MIEH01000012.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_12, whole genome shotgun sequence	True	False
TAN0002_000000006003	5026	0.5045870428830515	5	4	3	3	3	False	127928	maximal	True	TAN0002_000000006003	1.0		1	1	False	False	0.9952248334884644	0					non-mobilizable	chromosome	3479.0	97.902	90.0	0.0007738105305887726	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0324_000000003007	10205	0.5045868417691319	12	10	6	8	6	True	126611	maximal	True	ISR0324_000000003007	1.0		103	6	False	False	0.9997060298919678	0					non-mobilizable	no_good_hit	5326.0	88.584	54.0	0.0018701586637815074	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
USA0117_01_000000012015	1760	0.5045851851485713	3	3	3	2	2	False	243	maximal	True	USA0117_01_000000012015	1.0		303	12	False	False	1.0	0					non-mobilizable	chromosome	1760.0	99.148	100.0	0.0004004847709916973	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
AST0048_000000014171	1154	0.5045830272617551	2	2	2	1	1	False	114806	fragment	False	AST0048_000000014171	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1154.0	97.054	100.0	0.03984793502678417	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
ISR0249_000000017426	1296	0.5045824513173024	1	1	1	1	0	True	27047	fragment	False	ISR0249_000000017426	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	95.91799999999999	4.0	0.000143992800359982	NZ_OKQO01000003.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	True
USA0063_01_000000008613	2361	0.5045821007588648	2	2	2	2	1	True	865	maximal	True	USA0063_01_000000008613	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	70.064	20.0	0.00011157939419665868	CP021361.1	b-proteobacteria	Acidovorax sp. NA3, complete genome	True	True
FIJ0113_000000013603	1875	0.5045814251260154	1	1	1	1	1	False	41942	fragment	False	FIJ0113_000000013603	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1875.0	98.24	100.0	0.02102523252291571	CP054316.1	enterobacteria	Escherichia coli strain SCU-483 plasmid pSCU-483-1	False	True
ENG0023_000000005007	3434	0.5045730433914327	4	3	3	3	2	False	66280	maximal	True	ENG0023_000000005007	1.0		142	10	False	False	1.0	0					non-mobilizable	no_good_hit	1280.0	78.125	37.0	0.00035149915648591447	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0144_000000005359	1470	0.5045704851974512	2	1	1	1	1	False	41602	maximal	True	ISR0144_000000005359	1.0		92	10	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	76.351	30.0	0.00023259531230168993	NZ_LR215048.1	mycoplasmas	Acholeplasma axanthum strain NCTC10138 chromosome 1	True	False
MAD0100_000000013131	2826	0.5045651188553479	3	2	2	2	2	False	15263	maximal	True	MAD0100_000000013131	1.0		1	1	False	False	0.9992923140525818	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	1.520371980519732e-05	CP041332.1	g-proteobacteria	Vibrio sp. Scap24 chromosome 1	True	False
ISR0143_000000004936	7131	0.504565009129677	9	5	4	4	2	True	31160	maximal	True	ISR0143_000000004936	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	215.0	74.884	3.0	0.016296756169486264	NZ_KI271619.1	firmicutes	Lactobacillus shenzhenensis LY-73 LY73.Scaffold38, whole genome shotgun sequence	True	True
USA0145_01_000000014354	1649	0.5045648176851261	3	2	2	2	2	False	7194	fragment	False	USA0145_01_000000014354	0.9989386991665552		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	693.0	96.825	68.0	0.00020840473404002213	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
DEN0045_000000038392	1147	0.5045627372556382	2	2	2	2	2	False	72797	maximal	True	DEN0045_000000038392	1.0		193	13	False	False	0.9956408143043518	0					non-mobilizable	other	1149.0	78.329	99.0	0.004152569561920318	NZ_JAAWUO010000003.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_3_length_274288_cov_83.6067, whole genome shotgun sequence	False	False
ENG0189_000000002813	4375	0.5045598532364338	5	5	5	5	4	False	82231	maximal	True	ENG0189_000000002813	1.0	PS398|PS407	22	7	False	True	1.0	0					non-mobilizable	no_good_hit	1860.0	100.0	84.0	0.0004506314900994395	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	True	True
MON0022_000000022833	1382	0.5045598073469287	2	2	2	2	2	False	22574	fragment	False	SPA0125_000000021455	0.9162572211951898		0	0	False	False	0.9985527992248535	0					non-mobilizable	other	1383.0	88.50299999999999	100.0	0.00042869346799327283	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0078_000000005029	1504	0.5045584380579433	3	3	2	3	2	False	94406	fragment	False	CHI0164_000000013918	0.9501178448253681		0	0	False	False	0.980053186416626	0					non-mobilizable	other	1487.0	99.529	99.0	0.00716476056392355	NZ_CZBD01000007.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
ISR0252_000000003813	2579	0.5045579608410721	5	1	1	1	1	False	58701	fragment	False	ISR0252_000000003813	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2579.0	98.72	100.0	0.0005726102185825121	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0149_000000012307	1566	0.5045558126604515	1	1	1	1	1	False	57203	maximal	True	ENG0149_000000012307	0.9954663212435233		532	10	False	False	0.9987228512763977	0					non-mobilizable	other	1566.0	100.0	100.0	0.0002947066727051719	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0183_000000020212	1544	0.5045558126604515	1	1	1	1	1	False	57203	maximal	False	ENG0149_000000012307	0.9885057471264368		0	0	False	False	0.9935232996940613	0					non-mobilizable	other	1544.0	100.0	100.0	0.0002693274755043781	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
ISR0089_000000005626	4198	0.5045553771691378	3	3	1	3	1	True	101585	maximal	True	ISR0089_000000005626	1.0		9	7	False	False	0.9988089799880981	0					non-mobilizable	other	3153.0	95.43299999999999	93.0	0.003455123985077902	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
USA0089_01_000000002254	3732	0.5045553771691378	3	3	1	3	1	True	100320	fragment	False	USA0089_01_000000002254	1.0		0	0	False	False	0.9997320175170898	0					non-mobilizable	other	2675.0	96.374	92.0	0.0029306561334211103	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
USA0056_01_000000014994	1108	0.5045549650612465	2	2	2	2	2	False	1000	fragment	False	USA0056_01_000000014994	1.0		0	0	False	False	0.9783393740653992	0					non-mobilizable	other	1108.0	99.729	100.0	0.026317666357606448	NZ_CYYV01000021.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
TAN0004_000000000031	16830	0.5045543879953659	21	4	0	4	0	False	2995	maximal	True	TAN0004_000000000031	0.9995540227151097		4	1	False	True	0.9988710880279541	0					non-mobilizable	no_good_hit	127.0	88.976	1.0	0.9921259842519685	KU546525.1	bacteria	Uncultured bacterium clone AX_03G_000_Contig_11 genomic sequence	True	True
TAN0003_000000000139	16817	0.5045543879953659	21	4	0	4	0	False	2995	maximal	False	TAN0004_000000000031	0.9991681521093285		0	0	True	True	1.0	1					non-mobilizable	no_good_hit	127.0	88.976	1.0	0.9921259842519685	KU546525.1	bacteria	Uncultured bacterium clone AX_03G_000_Contig_11 genomic sequence	True	True
MON0009_000000018830	1984	0.5045542332090049	3	3	2	2	2	False	13809	maximal	True	MON0009_000000018830	1.0		51	8	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	93.85700000000001	80.0	0.00043801100680207033	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
FIJ0032_000000015313	2319	0.5045541942878651	3	3	3	1	0	False	48439	maximal	True	FIJ0032_000000015313	1.0		13	4	False	False	0.9857697486877441	0					non-mobilizable	no_good_hit								True	False
MAD0102_000000007161	2532	0.5045472194730999	3	2	0	1	1	False	15004	maximal	True	MAD0102_000000007161	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1170.0	90.598	75.0	0.1775256783688487	CP035270.1	firmicutes	Weissella cibaria strain SRCM103448 plasmid unnamed3, complete sequence	True	False
ISR0138_000000015195	1919	0.5045469153128722	4	3	2	3	1	False	31351	maximal	True	ISR0138_000000015195	1.0		1	1	False	False	0.9812402129173279	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	3.0	2.3108105131768552e-05	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
ISR0355_000000007415	2571	0.5045469031815948	5	2	2	2	1	False	66046	maximal	True	ISR0355_000000007415	1.0		5	1	False	False	0.9996110200881958	0					non-mobilizable	no_good_hit	531.0	97.175	21.0	0.020830872218940737	MK233181.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_1_c1 sequence	True	False
USA0081_01_000000007963	3934	0.5045465981903017	4	3	2	3	1	False	581	fragment	False	USA0081_01_000000007963	1.0		0	0	False	False	0.997712254524231	0					non-mobilizable	no_good_hit	634.0	73.975	16.0	0.0001214596382546761	CP045915.1	firmicutes	Gracilibacillus sp. SCU50 chromosome, complete genome	True	False
MAD0080_000000000676	6160	0.5045437662974012	4	4	3	3	3	False	16163	maximal	True	MAD0080_000000000676	1.0		2	1	False	False	0.99253249168396	0					non-mobilizable	no_good_hit	1404.0	75.57	23.0	0.0011383123289558609	NZ_LT985754.1	firmicutes	Selenomonas massiliensis strain Marseille-P4036, whole genome shotgun sequence	True	False
ISR0193_000000016926	1571	0.5045405778426363	2	2	1	2	1	False	129965	fragment	False	FIJ0121_000000010166	0.29167464536092186		0	0	False	False	1.0	0					non-mobilizable	chromosome	1571.0	98.027	100.0	0.0003494053876975476	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
FIJ0028_000000014343	2117	0.5045401361914269	3	2	1	2	2	True	125235	fragment	False	MON0057_000000009306	0.22097141084844582		0	0	False	False	0.999527633190155	0					non-mobilizable	no_good_hit	120.0	77.5	6.0	0.0021141649048625794	NZ_VWXL01000110.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_110, whole genome shotgun sequence	True	True
AST0118_000000021125	1476	0.5045383751930635	2	2	2	2	1	False	105782	fragment	False	AST0118_000000021125	1.0		0	0	False	False	0.998645007610321	0					non-mobilizable	no_good_hit	56.0	85.714	4.0	1.4694975066635032e-05	CP001821.1	high GC Gram+	Xylanimonas cellulosilytica DSM 15894, complete genome	True	False
MAD0105_000000030790	1278	0.5045357441503727	3	3	3	1	2	False	14779	maximal	True	MAD0105_000000030790	1.0		1	1	False	False	1.0	0					non-mobilizable	plasmid	1281.0	82.045	100.0	0.004858598425616266	MG387191.2	enterobacteria	Citrobacter freundii strain 2262 plasmid pTEM-2262, complete sequence	False	True
ENG0008_000000018168	1439	0.5045340840174042	2	2	2	2	2	False	67398	maximal	False	ISR0068_000000014164	0.9934797529169526		0	0	False	False	0.9979152083396912	0					non-mobilizable	chromosome	1423.0	84.891	99.0	0.0004576920138867625	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0228_000000014318	1875	0.5045319871151709	3	2	2	1	1	False	27605	fragment	False	ISR0228_000000014318	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1875.0	99.62700000000001	100.0	0.07290126818641562	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	False	False
CHI0122_000000003135	4200	0.5045315109206074	8	8	2	4	7	True	131068	maximal	True	CHI0122_000000003135	1.0		619	14	False	False	0.9976190328598022	0					non-mobilizable	chromosome	4200.0	98.976	100.0	0.0013611762326116948	CP060634.1	firmicutes	Lachnospiraceae bacterium NSJ-38 chromosome, complete genome	False	True
ENG0085_000000010593	1535	0.5045274616989829	4	3	1	1	2	False	61467	fragment	False	ENG0085_000000010593	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1535.0	95.44	100.0	0.0007190467708518876	CP044230.1	firmicutes	Streptococcus sp. LPB0220 chromosome, complete genome	False	False
ISR0147_000000008371	2889	0.5045232762424875	3	3	2	3	1	False	30955	maximal	True	ISR0147_000000008371	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	955.0	95.079	33.0	0.00013475278584434698	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
FIJ0008_000000015966	1797	0.5045209685122343	3	3	3	3	2	False	122038	maximal	True	FIJ0008_000000015966	1.0		3	2	False	False	0.9988870620727539	0					non-mobilizable	no_good_hit	1340.0	98.73100000000001	74.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0096_000000005987	4124	0.5045192944529366	4	4	4	3	2	False	119293	maximal	True	ISR0096_000000005987	1.0		2	2	False	False	0.9997575283050537	0					non-mobilizable	no_good_hit	1036.0	87.259	25.0	0.0012155753527402172	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0177_000000003919	5792	0.5045164137024496	6	4	3	3	4	True	64116	fragment	False	ISR0177_000000003919	0.9999108416547788		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	77.294	7.0	0.10550795593635251	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	True
ISR0115_000000005221	5608	0.5045164137024496	5	4	3	3	4	True	64116	fragment	False	ISR0177_000000003919	0.9840296961325967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	436.0	77.294	8.0	0.10550795593635251	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	True
ISR0157_000000025564	1244	0.5045163765376308	2	2	2	2	2	False	30528	maximal	True	ISR0157_000000025564	1.0		244	12	False	False	0.9991961121559143	0					non-mobilizable	no_good_hit	463.0	76.67399999999999	37.0	0.004392792001298738	NZ_FUXZ01000012.1	firmicutes	Eubacterium uniforme strain ATCC 35992, whole genome shotgun sequence	True	False
ISR0124_000000001570	10426	0.5045139471443049	12	10	7	9	9	False	32089	maximal	True	ISR0124_000000001570	1.0		22	7	False	False	0.9992327094078064	0					non-mobilizable	no_good_hit	3946.0	97.64299999999999	76.0	0.003729488523230481	NZ_GG700643.1	CFB group bacteria	Alloprevotella tannerae ATCC 51259 Scfld1, whole genome shotgun sequence	True	False
MON0081_000000009677	5698	0.5045121884182528	6	6	6	4	5	False	9995	maximal	True	MON0081_000000009677	1.0		6	2	False	False	1.0	0					non-mobilizable	other	5700.0	99.947	100.0	0.0021707813365370037	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	False	False
SPA0135_000000009884	2295	0.5045087253633093	3	3	2	3	3	False	120939	fragment	False	SPA0135_000000009884	1.0		0	0	False	False	0.999128520488739	0					non-mobilizable	chromosome	2295.0	99.12899999999999	100.0	0.0006649882525505952	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
MAD0054_000000011577	1539	0.5045076515218271	2	2	2	1	2	False	17144	maximal	True	MAD0054_000000011577	1.0		112	12	False	False	0.9993502497673035	0					non-mobilizable	no_good_hit	1053.0	99.335	68.0	0.00029286285972787696	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0127_000000015320	1917	0.5045062693054969	4	4	3	4	2	False	21040	fragment	False	SPA0127_000000015320	1.0		0	0	False	False	0.9994783401489258	0					non-mobilizable	chromosome	1917.0	100.0	100.0	0.00098552522682254	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	False
DEN0063_000000039723	1285	0.5044969764586236	2	2	2	2	2	False	75195	fragment	False	MON0013_000000033523	0.21066793289015512		0	0	False	False	0.998443603515625	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	7.0	2.42518380150448e-05	CP003774.1	b-proteobacteria	Burkholderia cepacia GG4 chromosome 1, complete sequence	True	False
MON0049_000000010709	2020	0.5044963112602263	6	1	1	1	1	False	11358	maximal	True	MON0049_000000010709	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1527.0	80.878	75.0	0.0010253278217749698	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ENG0129_000000008180	3258	0.5044960912736364	2	2	2	2	2	False	71173	maximal	True	ENG0129_000000008180	1.0		37	7	False	False	0.9926335215568542	0					non-mobilizable	no_good_hit	2049.0	75.11	62.0	0.016997000529318355	NZ_QOHO01000031.1	firmicutes	Clostridium indicum strain PI-S10-A1B AIB_contig_31, whole genome shotgun sequence	True	False
ISR0263_000000011025	1440	0.5044884702561382	2	2	2	2	1	False	30225	maximal	True	ISR0263_000000011025	1.0		8	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	7.585910435684122e-05	LR217739.1	enterobacteria	Buchnera aphidicola (Cinara piceae) strain BuCipiceae genome assembly, chromosome: 1	True	False
ISR0056_000000007748	2719	0.5044882527292127	4	4	1	3	4	True	65312	fragment	False	ISR0056_000000007748	0.9401271740674301		0	0	False	False	0.9992644190788269	0					non-mobilizable	plasmid	2719.0	100.0	100.0	0.037783060177655446	CP055254.1	enterobacteria	Escherichia coli strain AH01 plasmid pAH01-3, complete sequence	False	True
ISR0293_000000014245	2541	0.5044882527292127	4	4	1	3	4	True	65312	fragment	False	ISR0056_000000007748	0.9308401884923168		0	0	False	False	1.0	0					non-mobilizable	plasmid	2541.0	99.882	100.0	0.03589395737945848	AP022225.1	enterobacteria	Escherichia coli plasmid pWP8-S17-ESBL-12_3 DNA, complete genome, strain: WP8-S17-ESBL-12	False	True
SPA0073_000000005152	2330	0.5044882527292127	4	4	1	3	4	True	65312	fragment	False	ISR0056_000000007748	0.8035128437261825		0	0	False	False	1.0	0					non-mobilizable	plasmid	2330.0	100.0	100.0	0.017966242902986918	CP054233.1	enterobacteria	Escherichia coli strain EcPF7 plasmid p1, complete sequence	False	True
CHI0096_000000008771	1112	0.5044841258286525	2	2	2	2	1	False	83432	fragment	False	CHI0096_000000008771	1.0		0	0	False	False	0.9973021745681763	0					non-mobilizable	chromosome	1052.0	98.574	95.0	0.00037086870436259456	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0047_01_000000017565	2053	0.504483224472694	2	2	2	1	2	False	1169	maximal	True	USA0047_01_000000017565	1.0		118	12	False	False	1.0	0					non-mobilizable	no_good_hit	888.0	84.12200000000001	70.0	0.00022256279934320137	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0331_000000006321	3449	0.5044830296936086	5	4	4	4	3	False	125796	maximal	True	ISR0331_000000006321	1.0		117	6	False	False	0.9921716451644897	0					non-mobilizable	chromosome	1672.0	98.98299999999999	99.0	0.00044780007160513414	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
ISR0150_000000009821	2363	0.5044802110792572	2	2	2	2	2	False	108824	fragment	False	AST0099_000000008625	0.9776149776149776		0	0	False	False	0.9885738492012024	0					non-mobilizable	other	1405.0	91.601	98.0	0.006358124421369833	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
AST0153_000000017173	1922	0.5044796991928575	2	1	1	1	1	False	103384	backbone	False	DEN0061_000000019744	0.9707308715533671	PS605	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	943.0	78.04899999999999	49.0	0.036295028398039365	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	True
FIJ0102_000000026520	1238	0.5044796991928575	2	1	1	1	1	False	42602	maximal	True	FIJ0102_000000026520	0.9995751911639762		10	2	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	69.865	53.0	0.00029825561509520007	NZ_JH556653.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_3, whole genome shotgun sequence	True	False
MAD0110_000000021693	1177	0.5044796991928575	1	1	1	1	1	False	42602	maximal	False	FIJ0102_000000026520	0.9749596122778675		0	0	False	False	0.9966015219688416	0					non-mobilizable	no_good_hit	667.0	69.865	56.0	0.00029825561509520007	NZ_JH556653.1	firmicutes	Hungateiclostridium cellulolyticum CD2 Acecescaffold_3, whole genome shotgun sequence	True	False
ISR0290_000000009857	1609	0.5044735790611304	4	2	2	2	2	False	25915	maximal	True	ISR0290_000000009857	1.0		47	10	False	False	0.9956494569778442	0					non-mobilizable	no_good_hit	1420.0	97.74600000000001	88.0	0.0005091507093280863	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	True	False
AST0060_000000018464	1622	0.5044708845092987	2	2	1	2	2	True	113498	fragment	False	ENG0004_000000017281	0.2827354822619427		0	0	False	True	1.0	0					non-mobilizable	other	1625.0	92.492	100.0	0.0005042903567613173	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
SPA0006_000000025918	1209	0.5044688899876766	3	3	3	2	3	False	87552	fragment	False	ISR0080_000000023208	0.5467074605111851		0	0	False	False	1.0	0					non-mobilizable	other	1209.0	98.346	100.0	0.0003637056669738695	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
FIJ0041_000000030950	1240	0.5044668885650733	1	1	1	1	1	False	47340	fragment	False	FIJ0041_000000030950	1.0		0	0	False	False	0.9846774339675903	0					non-mobilizable	no_good_hit	108.0	91.667	9.0	3.601557353791077e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0070_000000020043	1706	0.5044656877663041	3	3	2	2	1	False	50933	fragment	False	MON0039_000000028526	0.7118059271347971		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	87.5	5.0	1.2333415872347247e-05	NZ_CP029608.1	g-proteobacteria	Pseudomonas kribbensis strain 46-2 chromosome, complete genome	True	False
ENG0101_000000019599	1711	0.5044619334550355	3	2	1	2	1	True	60480	fragment	False	SPA0124_000000015438	0.9617738845137369		0	0	False	False	0.9859731197357178	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	0.0003349471696964161	NZ_LXYE02000054.1	CFB group bacteria	Labilibacter marinus strain Y11 contig54, whole genome shotgun sequence	True	True
ISR0797_000000003502	3327	0.5044614573647549	4	3	3	3	3	False	120469	maximal	True	ISR0797_000000003502	0.9833224597820216		55	12	False	False	0.9996994137763977	0					non-mobilizable	no_good_hit	811.0	72.01	23.0	0.00038918910310326054	NZ_LT671675.1	actinobacteria	Libanicoccus massiliensis strain Marseille-P3237T chromosome scaffold00001	True	False
FIJ0107_000000001863	12984	0.5044601619408039	19	5	2	5	2	False	42308	maximal	True	FIJ0107_000000001863	1.0		3	1	False	False	0.9998459815979004	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0004241812570392148	NZ_CABIWU010000004.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0052_000000010252	3243	0.5044599111002795	4	4	4	4	3	False	122301	fragment	False	ISR0052_000000010252	0.9884338855892467		0	0	False	False	0.9987666010856628	0					non-mobilizable	no_good_hit	1837.0	79.75	56.0	0.007056463325368024	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0003_000000003336	10291	0.5044579971551413	14	12	3	4	10	True	130760	fragment	False	AST0003_000000003336	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10287.0	99.94200000000001	99.0	0.01103389979597047	NZ_JH724309.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.3, whole genome shotgun sequence	False	True
ENG0047_000000006359	2805	0.5044544836701964	3	3	3	3	3	False	114503	maximal	True	ENG0047_000000006359	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1373.0	90.896	50.0	0.0003802637567065833	FP929047.1	actinobacteria	Gordonibacter pamelaeae 7-10-1-b draft genome	True	False
MON0058_000000033285	1569	0.5044516310294024	2	2	2	2	1	False	10997	maximal	True	MON0058_000000033285	1.0		3	2	False	False	0.961759090423584	0					non-mobilizable	no_good_hit	44.0	93.182	3.0	0.0001561413748619822	NZ_VFIO01000007.1	g-proteobacteria	Pseudomonas saxonica strain DSM 108989 7_268987_23.1592, whole genome shotgun sequence	True	False
FIJ0011_000000015214	2871	0.5044515280527713	5	4	4	3	3	False	128166	maximal	True	FIJ0011_000000015214	1.0		6	2	False	False	0.9881574511528015	0					non-mobilizable	no_good_hit	1055.0	97.441	56.0	0.03653252920176077	NZ_CABIWU010000027.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ENG0112_000000003417	7313	0.5044501092102118	8	6	3	6	2	True	106256	fragment	False	SPA0058_000000003489	0.6301766979569298		0	0	False	False	0.9979488849639893	0					non-mobilizable	no_good_hit	3385.0	78.346	46.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0111_000000007790	4295	0.5044490054582342	4	4	4	4	2	False	81749	maximal	True	SPA0111_000000007790	1.0		98	9	False	False	1.0	0					non-mobilizable	chromosome	4299.0	97.441	100.0	0.0006538949434153373	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0084_000000007576	3124	0.5044452431684507	4	2	1	2	0	True	91746	maximal	True	ISR0084_000000007576	1.0		5	4	False	False	0.9971190690994263	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00011645912500377414	AC051638.24	rodents	Mus musculus chromosome 6, clone RP23-177J17, complete sequence	True	True
ISR0178_000000009344	1814	0.5044400563842106	2	1	1	1	1	False	29708	maximal	True	ISR0178_000000009344	1.0		6	3	False	False	0.9988974928855896	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	7.874841077560667e-06	CP034951.1	CFB group bacteria	Aequorivita sp. H23M31 chromosome, complete genome	True	False
USA0066_01_000000002839	6710	0.504436455428826	6	6	4	4	6	False	46555	maximal	True	USA0066_01_000000002839	1.0		9	3	False	False	0.9986587166786194	0					non-mobilizable	no_good_hit								True	False
ENG0145_000000012309	2572	0.5044284037472818	3	2	2	2	2	False	57501	maximal	True	ENG0145_000000012309	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0051_000000023080	1612	0.5044279986584721	3	3	1	2	1	True	131275	maximal	True	ISR0051_000000023080	0.9841269841269842	PS1133	428	12	False	True	1.0	0					non-mobilizable	chromosome	1613.0	93.056	100.0	0.0005422531679399463	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0115_000000018377	1533	0.5044279986584721	4	3	1	2	1	True	131275	maximal	False	ISR0051_000000023080	0.955597024813332	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1533.0	93.15100000000001	100.0	0.0005153256363228167	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0005_000000037185	1467	0.5044279986584721	3	3	1	2	1	True	131275	maximal	False	ISR0051_000000023080	0.9428367208968181	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1468.0	93.052	100.0	0.000493447016883899	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
DEN0063_000000013816	3276	0.5044279553392369	4	4	2	0	3	False	120723	fragment	False	ISR0334_000000005338	0.718456858240485		0	0	False	False	0.9969474673271179	0					non-mobilizable	chromosome	3277.0	99.20700000000001	100.0	0.0007276458790055506	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
SPA0117_000000011864	3195	0.5044279553392369	4	4	2	0	3	False	120723	fragment	False	ISR0334_000000005338	0.7038669791351372		0	0	False	False	1.0	0					non-mobilizable	chromosome	3195.0	98.654	100.0	0.0007117996563586951	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
CAN0007_000000013149	3174	0.5044279553392369	4	4	2	0	3	False	120723	fragment	False	ISR0334_000000005338	0.46953576116086043		0	0	False	False	0.9987397789955139	0					non-mobilizable	chromosome	3174.0	99.307	100.0	0.000709786395231345	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
ENG0152_000000006310	3551	0.5044269365356231	5	2	2	2	2	False	57057	maximal	True	ENG0152_000000006310	1.0		67	10	False	False	0.9994367957115173	0					non-mobilizable	other	3557.0	94.65799999999999	100.0	0.055471769252521445	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
ISR0367_000000005920	1624	0.5044234563829021	3	2	2	2	2	False	40175	fragment	False	MON0102_000000027305	0.959041611286909		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	140.0	97.85700000000001	9.0	4.480224642976055e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0091_000000001678	7130	0.5044224206488511	6	6	3	6	2	True	18333	maximal	True	MAD0091_000000001678	1.0		1	1	False	False	0.9956521987915039	0					non-mobilizable	no_good_hit	423.0	89.36200000000001	6.0	0.0013584638413623267	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0379_000000000665	19248	0.5044219446451836	26	10	4	10	4	True	111153	maximal	True	ISR0379_000000000665	1.0		17	3	False	False	0.9999480247497559	0					non-mobilizable	no_good_hit	44.0	93.182	0.0	0.000750004360490468	NZ_JNJN01000011.1	firmicutes	Agathobaculum desmolans ATCC 43058 T363DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	True
DEN0090_000000009194	2773	0.5044075030313736	3	2	2	2	2	False	80077	fragment	False	DEN0090_000000009194	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2556.0	94.523	92.0	0.003493567410595872	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0086_000000007299	3475	0.5044065201602483	3	2	2	2	1	False	34000	maximal	True	ISR0086_000000007299	1.0		47	6	False	False	0.9933813214302063	0					non-mobilizable	other	3542.0	73.348	100.0	0.03319819475254341	NZ_JAAWUO010000017.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_17_length_104584_cov_146.344, whole genome shotgun sequence	False	False
MAD0076_000000005400	1219	0.5044055003296902	2	2	2	2	1	False	16232	maximal	True	MAD0076_000000005400	1.0		452	15	False	False	0.9893355369567871	0					non-mobilizable	no_good_hit	907.0	95.81	74.0	0.8199095022624434	KU547198.1	bacteria	Uncultured bacterium clone AX_08A_000_Contig_14 genomic sequence	True	False
USA0062_01_000000010042	2062	0.5044007697098314	4	3	3	2	2	True	113513	fragment	False	USA0062_01_000000010042	1.0		0	0	False	True	1.0	0					non-mobilizable	other	1782.0	92.87299999999999	100.0	0.0005359239132561984	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0050_000000004786	4798	0.5043982824871376	4	3	2	3	2	False	35932	maximal	True	ISR0050_000000004786	1.0		3	3	False	False	0.9972905516624451	0					non-mobilizable	no_good_hit	4053.0	91.932	84.0	0.0018437064964933157	NC_009785.1	firmicutes	Streptococcus gordonii str. Challis substr. CH1, complete sequence	True	False
ISR0020_000000014304	1728	0.5043908383368926	2	2	2	2	2	False	122279	fragment	False	AST0019_000000015172	0.37366120218579235		0	0	False	False	0.9768518805503845	0					non-mobilizable	other	1656.0	76.691	95.0	0.0006909670871884456	NZ_LT854640.1	firmicutes	Haloimpatiens massiliensis strain Mt13, whole genome shotgun sequence	False	False
ISR0192_000000006916	2802	0.5043873027040321	2	1	1	1	1	False	48596	fragment	False	ISR0192_000000006916	0.9773842917251052		0	0	False	False	1.0	0					non-mobilizable	plasmid	2802.0	100.0	100.0	0.014308921492500716	CP052298.1	enterobacteria	Klebsiella pneumoniae strain E16KP0204 plasmid pE16KP0204-1, complete sequence	False	True
CHI0123_000000001138	10594	0.5043825481169572	9	6	6	6	4	False	130488	fragment	False	CHI0076_000000000512	0.9275880956690089		0	0	False	False	1.0	0					non-mobilizable	other	8882.0	98.458	100.0	0.014166448590376133	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ISR0151_000000014281	1480	0.5043804514014325	3	3	3	3	2	False	33279	fragment	False	ISR0097_000000020622	0.984185733512786		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00013583675440714804	NZ_SUND01000007.1	firmicutes	Bacillus yapensis strain XXST-01 NODE_7_length_198768_cov_50.559505, whole genome shotgun sequence	True	False
MAD0041_000000005642	4853	0.504379120690691	6	5	5	5	5	False	120662	maximal	True	MAD0041_000000005642	1.0		312	12	False	False	0.99793940782547	0					non-mobilizable	other	4854.0	98.764	100.0	0.008055585532487154	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0105_000000022362	2434	0.5043752914715695	3	3	3	3	3	False	8744	maximal	True	MON0105_000000022362	1.0		13	5	False	False	0.9975349307060242	0					non-mobilizable	no_good_hit	305.0	73.115	12.0	0.00014383825675704184	NZ_FYDE01000005.1	firmicutes	Marasmitruncus massiliensis strain Marseille-P3646, whole genome shotgun sequence	True	False
SPA0069_000000002032	10143	0.5043751182934207	16	8	4	6	7	True	5967	maximal	True	SPA0069_000000002032	1.0		6	3	False	False	0.9985211491584778	0					non-mobilizable	no_good_hit	424.0	77.358	4.0	0.00011317536166909055	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	True	True
MAD0013_000000008448	2790	0.5043731917963743	3	2	2	2	1	True	19598	maximal	True	MAD0013_000000008448	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0149_000000020489	1932	0.5043699196017866	4	3	3	3	2	False	3299	maximal	True	SPA0149_000000020489	1.0		260	10	False	False	1.0	0					non-mobilizable	other	1259.0	88.959	99.0	0.012172102436366466	NZ_JAAITI010000012.1	firmicutes	Blautia luti strain MSK.16.34 NODE_12_length_102776_cov_190.349, whole genome shotgun sequence	False	False
ISR0378_000000027885	1200	0.5043669541815762	2	2	2	1	2	False	23249	maximal	True	ISR0378_000000027885	1.0		79	9	False	False	0.9700000286102295	0					non-mobilizable	no_good_hit	354.0	74.294	29.0	0.0001480292597434216	CP049861.1	firmicutes	Erysipelothrix sp. HDW6C chromosome, complete genome	True	False
MAD0015_000000002175	6342	0.5043618805515251	6	6	5	6	4	True	19449	fragment	False	MAD0015_000000002175	1.0		0	0	False	False	0.9911699891090393	0					non-mobilizable	no_good_hit	207.0	99.03399999999999	3.0	0.003002871678255419	NZ_CABIWU010000003.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ENG0109_000000008787	2822	0.5043618206218654	4	3	3	3	2	False	92109	fragment	False	ENG0109_000000008787	0.9735686338263209		0	0	False	False	0.9819276928901672	0					non-mobilizable	no_good_hit	1056.0	74.242	37.0	0.018404907975460124	NZ_AAXG02000008.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont79, whole genome shotgun sequence	True	False
USA0037_01_000000012477	2779	0.5043618206218654	3	3	3	3	2	False	92109	fragment	False	ENG0109_000000008787	0.805889436577076		0	0	False	False	0.9938827157020569	0					non-mobilizable	no_good_hit	1017.0	72.075	36.0	0.0010166238329158397	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
USA0116_01_000000009774	2649	0.5043618206218654	4	3	3	3	2	False	92109	fragment	False	ENG0109_000000008787	0.956309693234113		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	73.203	40.0	0.001071521519893295	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
USA0001_01_000000006051	2640	0.5043618206218654	3	3	3	3	2	False	92109	fragment	False	ENG0109_000000008787	0.9501137077566438		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1071.0	73.203	40.0	0.001071521519893295	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0066_000000007369	2600	0.5043618206218654	3	3	3	3	2	False	92109	fragment	False	ENG0109_000000008787	0.8172176695076153		0	0	False	False	0.9996153712272644	0					non-mobilizable	no_good_hit	1071.0	73.203	41.0	0.001071521519893295	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
USA0036_01_000000013631	2572	0.5043618206218654	3	3	3	3	2	False	92109	fragment	False	ENG0109_000000008787	0.9325899173565125		0	0	False	False	0.9961119890213013	0					non-mobilizable	no_good_hit	1051.0	72.97800000000001	40.0	0.0010511890432349784	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0011_000000001292	13586	0.5043602836215338	18	5	1	5	0	False	115740	maximal	True	ENG0011_000000001292	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	6.273040354468601e-05	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0023_000000029164	1159	0.5043596531752992	2	2	1	1	0	False	37486	maximal	True	ISR0023_000000029164	0.9768153980752405		37	8	False	False	0.9577221870422363	0					non-mobilizable	other	1157.0	95.419	99.0	0.006531073446327683	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
ISR0070_000000018534	1143	0.5043596531752992	2	2	1	1	0	False	37486	maximal	False	ISR0023_000000029164	0.9702329594477999		0	0	False	False	0.9720035195350647	0					non-mobilizable	other	1103.0	94.56	97.0	0.0062259887005649715	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MON0083_000000037656	1107	0.5043596531752992	2	2	1	1	0	False	9837	maximal	True	MON0083_000000037656	1.0		14	4	False	False	0.9376693964004517	0					non-mobilizable	other	1029.0	94.655	93.0	0.005807909604519774	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
MAD0086_000000004630	1983	0.5043586524674439	3	2	0	1	2	False	16027	fragment	False	MAD0086_000000004630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	577.0	86.655	29.0	0.05194685366303746	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0776_000000008266	3027	0.5043558997857751	4	2	2	1	1	False	88887	fragment	False	ISR0776_000000008266	1.0		0	0	False	False	0.9990088939666748	0					non-mobilizable	no_good_hit	542.0	94.28	18.0	0.002850083500597938	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
ISR0353_000000015969	2327	0.5043555098106437	2	2	2	2	2	False	24029	maximal	True	ISR0353_000000015969	1.0		15	8	False	False	0.984529435634613	0					non-mobilizable	no_good_hit	1872.0	93.536	82.0	0.00035005545358632377	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
FIJ0058_000000025554	1618	0.5043551997472172	3	2	2	2	2	False	45992	maximal	True	FIJ0058_000000025554	1.0		250	15	False	False	0.994437575340271	0					non-mobilizable	other	1599.0	95.74700000000001	99.0	0.015371148796183185	NZ_CABKPS010000021.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0045_000000024355	1698	0.5043550655234262	3	3	2	2	1	True	72882	fragment	False	DEN0045_000000024355	1.0		0	0	False	False	0.9935218095779419	0					non-mobilizable	no_good_hit	66.0	87.87899999999999	4.0	0.0013817224033334052	NZ_MSSW01000061.1	CFB group bacteria	Algoriphagus antarcticus strain DSM 15986 contig61, whole genome shotgun sequence	True	True
CHI0180_000000010868	1209	0.5043536647002038	2	1	1	1	1	False	77467	maximal	True	CHI0180_000000010868	1.0		22	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0165_000000005002	3265	0.5043470750516189	4	4	4	3	3	False	78342	maximal	True	CHI0165_000000005002	1.0		0	0	False	False	0.9761102795600891	0					non-mobilizable	no_good_hit	2315.0	99.82700000000001	71.0	0.0004476634252017097	CP056297.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00852 chromosome, complete genome	True	False
ISR0164_000000006182	3917	0.5043458322960901	3	2	2	2	2	False	54682	fragment	False	ISR0164_000000006182	1.0		0	0	False	False	0.9982129335403442	0					non-mobilizable	no_good_hit	1217.0	98.35700000000001	31.0	0.00028369509123503487	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
MAD0100_000000017130	2128	0.5043441391528494	2	2	2	2	2	False	76257	fragment	False	MAD0100_000000017130	0.976181564533663		0	0	False	False	1.0	0					non-mobilizable	chromosome	2131.0	96.809	100.0	0.0006047211484581886	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0017_000000015925	1240	0.5043414005518874	2	2	2	2	2	False	13281	maximal	True	MON0017_000000015925	1.0		35	8	False	False	0.9427419304847717	0					non-mobilizable	other	623.0	88.443	92.0	0.00017272883794036133	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0129_000000019111	1184	0.5043414005518874	2	2	2	2	2	False	40909	maximal	True	FIJ0129_000000019111	1.0		9	3	False	False	0.9966216087341309	0					non-mobilizable	other	1186.0	77.656	100.0	0.0003174329355327236	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
AST0025_000000020093	1859	0.5043386377324706	3	2	2	1	1	False	120268	fragment	False	AST0025_000000020093	1.0		0	0	False	False	0.9973104000091553	0					non-mobilizable	other	1392.0	99.928	100.0	0.0002937770584827545	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
FIJ0102_000000001031	21337	0.5043382918572246	23	9	8	8	7	False	42914	maximal	True	FIJ0102_000000001031	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1567.0	73.07	7.0	0.0005291399024640499	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
CHI0157_000000007669	1475	0.5043381206948889	2	2	1	2	0	True	78934	maximal	True	CHI0157_000000007669	1.0		0	0	False	False	0.9979661107063293	0					non-mobilizable	no_good_hit	476.0	90.126	67.0	0.00013223370567560984	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
FIJ0140_000000007346	3770	0.5043353388882257	6	4	3	2	3	False	40402	maximal	True	FIJ0140_000000007346	1.0		3	1	False	False	0.9989389777183533	0					non-mobilizable	no_good_hit	2063.0	91.178	54.0	0.033453061224489794	NZ_CABIWU010000006.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
USA0033_01_000000009130	1126	0.5043351254951719	2	2	1	2	1	False	1483	fragment	False	USA0033_01_000000009130	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1079.0	95.551	96.0	0.00035003263071134953	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	False
USA0133_01_000000006013	4433	0.5043289409157827	6	5	1	2	3	True	79508	fragment	False	USA0133_01_000000006013	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4387.0	99.179	99.0	0.013041034957466483	NZ_WBKJ01000004.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000004, whole genome shotgun sequence	False	True
ENG0082_000000004412	4222	0.5043289409157827	7	5	1	2	3	True	81109	fragment	False	ENG0082_000000004412	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4222.0	96.376	100.0	0.004631336405529954	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
ISR0139_000000005753	4016	0.5043289409157827	6	5	1	2	3	True	72624	fragment	False	ISR0139_000000005753	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4016.0	95.244	100.0	0.0007353291307548891	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	False	True
CHI0151_000000007297	3391	0.5043289409157827	5	5	1	2	3	True	79507	fragment	False	CHI0151_000000007297	1.0		0	0	False	False	0.9997050762176514	0					non-mobilizable	other	3336.0	97.03200000000001	98.0	0.0036570111915734034	NZ_LT700190.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	True
DEN0049_000000000949	3172	0.5043289409157827	5	5	1	2	3	True	72623	fragment	False	DEN0049_000000000949	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3173.0	99.307	100.0	0.0005789785518746165	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
SPA0034_000000005008	6625	0.5043200012751309	9	7	6	7	4	False	91938	maximal	True	SPA0034_000000005008	1.0		24	8	False	False	0.9959245324134827	0					non-mobilizable	no_good_hit	2564.0	91.225	61.0	0.0008062292013376779	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
ISR0842_000000010655	2081	0.5043192907164614	3	2	1	1	2	False	20747	maximal	True	ISR0842_000000010655	1.0		35	4	False	False	0.9961556792259216	0					non-mobilizable	other	1999.0	98.999	100.0	0.0007248732107416331	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0098_000000001426	12909	0.5043192644192299	18	6	6	5	4	False	59534	maximal	True	FIJ0098_000000001426	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1267.0	75.77	10.0	0.026073974388628383	NZ_CACWHD010000009.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ENG0142_000000030441	1138	0.5043150525581664	2	1	1	1	1	False	57641	fragment	False	ENG0142_000000030441	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	98.594	100.0	0.00041291625281224297	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
ISR0398_000000004322	5159	0.5043149215666836	2	2	2	1	1	False	22626	fragment	False	ISR0398_000000004322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	153.0	81.699	3.0	0.004488763029463156	NZ_CYZK01000028.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
FIJ0112_000000017018	1621	0.5043149099892749	2	2	2	2	1	False	53022	fragment	False	FIJ0111_000000013429	0.8692740098046776		0	0	False	False	1.0	0					non-mobilizable	other	1471.0	96.125	91.0	0.02565627240770213	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
FIJ0070_000000013946	1405	0.5043149099892749	2	2	2	2	1	False	53022	fragment	False	FIJ0111_000000013429	0.8111467879606417		0	0	False	False	1.0	0					non-mobilizable	other	1407.0	96.375	100.0	0.024589447174662025	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0175_000000017376	1140	0.5043147046995675	3	1	1	1	1	False	29840	maximal	True	ISR0175_000000017376	1.0		40	8	False	False	0.9982455968856812	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.123186054521947e-05	CP054675.1	bacteria	Ignavibacteria bacterium isolate Ch128a chromosome, complete genome	True	False
FIJ0095_000000003724	6876	0.5043098679143365	13	6	3	6	2	True	71430	fragment	False	FIJ0095_000000003724	1.0		0	0	False	False	0.9973822236061096	0					non-mobilizable	chromosome	5193.0	97.36200000000001	99.0	0.0014625868261246013	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	True
ISR0175_000000007541	3034	0.5043072488438838	2	2	2	1	2	False	44934	maximal	True	ISR0175_000000007541	1.0		13	4	False	False	0.9940672516822815	0					non-mobilizable	chromosome	2865.0	87.086	96.0	0.001147667028917982	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
SPA0124_000000003300	8304	0.5043065658876655	13	13	6	10	11	True	4077	maximal	True	SPA0124_000000003300	1.0		1	1	False	False	0.9995182752609253	0	IncFII				non-mobilizable	no_good_hit	3305.0	97.398	63.0	0.12924184899604682	CP056428.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00515 plasmid pRHBSTW-00515_4, complete sequence	True	True
ISR0023_000000017310	1804	0.5043062608391324	2	1	1	1	1	False	37522	maximal	True	ISR0023_000000017310	1.0		35	9	False	False	0.9783813953399658	0					non-mobilizable	no_good_hit	1078.0	99.258	60.0	0.00024520869719048206	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0826_000000008501	1485	0.5043062608391324	1	1	1	1	1	False	21101	fragment	False	ISR0826_000000008501	1.0		0	0	False	False	0.9777777791023254	0					non-mobilizable	chromosome	1485.0	98.92299999999999	100.0	0.00029041141355994293	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
ISR0310_000000005539	2899	0.5043049893601682	3	3	3	3	3	False	62534	fragment	False	ISR0310_000000005539	0.9919614147909968		0	0	False	False	1.0	0					non-mobilizable	plasmid	2899.0	99.82799999999999	100.0	0.06888519134775374	CP052666.1	enterobacteria	Klebsiella pneumoniae strain C17KP0033 plasmid pC17KP0033-3, complete sequence	False	True
FIJ0068_000000011315	2799	0.5043049893601682	3	3	3	3	3	False	62534	fragment	False	ISR0310_000000005539	0.9749913763366678		0	0	False	False	1.0	0					non-mobilizable	plasmid	2799.0	99.60700000000001	100.0	0.02332035905685067	CP050364.1	enterobacteria	Klebsiella pneumoniae strain 47733 plasmid p47733_CTX_M_15, complete sequence	False	True
ISR0327_000000009564	2756	0.5043036869457989	4	4	4	3	2	False	42424	fragment	False	ISR0327_000000009564	1.0		0	0	False	False	0.9992743134498596	0					non-mobilizable	other	2755.0	97.06	99.0	0.0007372318697330299	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
FIJ0132_000000010213	2950	0.5043032440194736	4	2	2	2	1	False	41020	maximal	True	FIJ0132_000000010213	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	96.667	2.0	0.12606837606837606	NZ_QYYA01000101.1	g-proteobacteria	Alcanivorax profundi strain MTEO17 scaffold_102, whole genome shotgun sequence	True	False
DEN0052_000000010314	3767	0.5043017622025825	4	4	4	3	4	False	72333	maximal	True	DEN0052_000000010314	1.0		11	7	False	False	0.9941598176956177	0					non-mobilizable	no_good_hit	46.0	97.82600000000001	1.0	1.2583502022168775e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0064_000000000298	43508	0.5042999630925009	43	16	11	14	8	True	116431	fragment	False	DEN0064_000000000298	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0039_000000010053	1200	0.5042987032167031	2	2	2	2	1	False	87741	maximal	False	SPA0063_000000014816	0.9710148228499086		0	0	False	False	1.0	0					non-mobilizable	other	1201.0	99.417	100.0	0.0002322267663409751	CP021844.1	enterobacteria	Escherichia coli strain EC1515, complete genome	False	False
ISR0378_000000023712	1365	0.5042985333961143	2	1	1	1	1	False	103580	fragment	False	USA0037_01_000000022915	0.8365190463638021		0	0	False	False	0.9992673993110657	0					non-mobilizable	no_good_hit								True	False
ISR0069_000000022971	1125	0.5042985333961143	1	1	1	1	1	False	34923	fragment	False	ISR0069_000000022971	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0129_000000016698	1613	0.5042978080019952	4	2	0	1	2	False	58523	maximal	True	ENG0129_000000016698	1.0		1	1	False	False	0.9987601041793823	0					non-mobilizable	plasmid	1614.0	97.02600000000001	100.0	0.02351346229536874	CP033739.1	firmicutes	Enterococcus sp. FDAARGOS_553 plasmid unnamed1, complete sequence	False	True
FIJ0006_000000013330	2659	0.5042961181023188	4	4	4	4	3	False	51738	maximal	True	FIJ0006_000000013330	1.0		41	10	False	False	1.0	0					non-mobilizable	other	2659.0	98.571	100.0	0.0006414789250763234	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
CHI0108_000000004327	1873	0.5042920730274545	3	3	3	3	3	False	82906	maximal	True	CHI0108_000000004327	1.0		330	13	False	False	0.987720251083374	0					non-mobilizable	chromosome	1873.0	99.413	100.0	0.0003677792381547384	CP041429.1	enterobacteria	Escherichia coli strain STEC367 chromosome, complete genome	False	False
TAN0027_000000002559	3165	0.5042893765372253	2	2	1	2	1	False	2311	maximal	True	TAN0027_000000002559	1.0		61	11	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00010960191020472071	NZ_KB893244.1	CFB group bacteria	Spirosoma panaciterrae DSM 21099 B153DRAFT_scaffold_9.10, whole genome shotgun sequence	True	False
FIJ0081_000000020826	1730	0.5042887930466999	2	2	2	2	2	False	44248	fragment	False	FIJ0081_000000020826	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	939.0	78.488	65.0	0.0036540034051361463	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	True	False
ENG0178_000000008261	2650	0.5042876310696142	3	3	3	3	2	False	77194	maximal	True	ENG0178_000000008261	1.0		47	10	False	False	0.998867928981781	0					non-mobilizable	no_good_hit	244.0	75.0	9.0	0.00013135258093907077	NZ_AP019367.1	actinobacteria	Parolsenella catena strain JCM 31932	True	False
SPA0025_000000013426	1583	0.5042833018774671	2	2	2	2	2	True	7562	maximal	True	SPA0025_000000013426	1.0		8	4	False	False	0.9993683099746704	0					non-mobilizable	no_good_hit	328.0	98.171	21.0	0.007544644917170412	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	True	True
USA0117_01_000000012283	1711	0.5042809394153869	2	2	2	2	2	False	62915	fragment	False	USA0117_01_000000012283	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	978.0	94.99	96.0	0.00022082187367359813	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
MON0105_000000039894	1371	0.5042796001327742	2	2	1	1	2	False	8697	maximal	True	MON0105_000000039894	1.0		20	3	False	False	0.9992706179618835	0					non-mobilizable	other	745.0	80.0	93.0	0.00028032673088443654	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	False	False
FIJ0141_000000012478	2336	0.5042775488425573	2	1	1	1	1	False	40288	maximal	True	FIJ0141_000000012478	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0030_000000005322	3989	0.5042760502490483	6	5	3	3	5	False	65754	fragment	False	ENG0030_000000005322	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	774.0	73.902	19.0	0.0002250881034058845	LT984798.1	d-proteobacteria	Desulfovibrio sp. G11 isolate G11PacBio genome assembly, chromosome: 1	True	False
MON0103_000000037465	1517	0.5042728933998007	2	1	1	1	1	False	8868	maximal	True	MON0103_000000037465	1.0		68	11	False	False	0.9782465100288391	0					non-mobilizable	no_good_hit	543.0	77.532	36.0	0.0017876035168363066	NZ_OLMM01000003.1	firmicutes	Acidaminococcus provencensis strain Marseille-P4266, whole genome shotgun sequence	True	False
ENG0159_000000002699	7864	0.5042713912296444	14	8	2	8	1	False	56558	maximal	True	ENG0159_000000002699	1.0		1	1	False	False	0.9980925917625427	0					non-mobilizable	no_good_hit	33.0	96.97	0.0	4.3507595984384853e-07	LR761638.1	bivalves	Crassostrea gigas genome assembly, linkage group: LG5	True	False
DEN0017_000000010793	2792	0.5042710903326078	3	1	1	1	1	False	75237	maximal	True	DEN0017_000000010793	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	144.0	94.444	13.0	4.609151970831481e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0056_000000001914	7580	0.5042710513483564	9	8	6	7	5	False	130509	fragment	False	ISR0203_000000002513	0.8102079335686847		0	0	False	False	1.0	0					non-mobilizable	other	5301.0	98.01899999999999	100.0	0.030228571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0139_000000002819	7525	0.5042710513483564	10	8	6	7	5	False	130509	fragment	False	ISR0203_000000002513	0.7917825877716019		0	0	False	False	1.0	0					non-mobilizable	other	5301.0	97.62299999999999	100.0	0.030228571428571428	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0203_000000002513	7380	0.5042710513483564	10	8	6	7	5	False	130509	fragment	False	ISR0203_000000002513	0.8294573827839933		0	0	False	False	1.0	0					non-mobilizable	other	7381.0	99.18700000000001	100.0	0.04216	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0038_000000003541	7367	0.5042710513483564	10	8	6	7	5	False	130509	fragment	False	ISR0203_000000002513	0.7726174935259783		0	0	False	False	1.0	0					non-mobilizable	other	5172.0	98.20200000000001	99.0	0.029497142857142857	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0052_000000018483	2335	0.5042690341437228	2	2	2	2	1	False	115168	maximal	True	DEN0052_000000018483	1.0	PS748	6	4	False	True	1.0	0					non-mobilizable	no_good_hit	1304.0	96.93299999999999	56.0	0.00037062636709361233	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
AST0097_000000007859	2883	0.5042686425586685	4	3	3	3	0	True	109013	maximal	True	AST0097_000000007859	1.0		1	1	False	False	0.9982656836509705	0					non-mobilizable	no_good_hit	1009.0	92.369	41.0	0.7899686520376176	NZ_QEKJ01000055.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_155, whole genome shotgun sequence	True	True
CHI0127_000000006734	2920	0.5042678767950217	3	3	3	3	3	False	130047	fragment	False	ISR0113_000000005250	0.9807166643780878		0	0	False	False	1.0	0					non-mobilizable	chromosome	2920.0	97.53399999999999	100.0	0.001028269652247955	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
CHI0068_000000003869	3334	0.5042677733734362	9	7	2	4	5	False	85164	maximal	True	CHI0068_000000003869	1.0		112	10	False	False	1.0	0					non-mobilizable	chromosome	3334.0	97.96	100.0	0.0011325497796913742	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0195_000000015517	1251	0.5042671132734051	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04451138105531532		0	0	False	False	0.9960032105445862	0					non-mobilizable	other	1251.0	99.361	100.0	0.002613766814361917	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0039_000000010709	2481	0.5042623115537863	3	3	3	3	1	True	7009	maximal	True	SPA0039_000000010709	1.0		4	3	False	False	0.9951632618904114	0					non-mobilizable	no_good_hit	1716.0	75.932	69.0	0.0004462368715771305	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
ISR0774_000000011757	2107	0.5042587600618029	2	2	2	2	2	False	72513	fragment	False	ISR0177_000000013431	0.9357402126004667		0	0	False	False	0.9800664186477661	0					non-mobilizable	no_good_hit	50.0	88.0	2.0	6.854003843277747e-06	CP032869.1	CFB group bacteria	Mucilaginibacter sp. HYN0043 chromosome, complete genome	True	False
MON0031_000000008893	3912	0.5042586234846246	5	3	2	3	2	False	90848	maximal	True	MON0031_000000008893	1.0		8	6	False	False	0.9997443556785583	0					non-mobilizable	other	3912.0	99.949	100.0	0.000751372681618554	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	False
CHI0053_000000007004	1622	0.5042584688566917	4	2	2	2	1	False	86427	maximal	True	CHI0053_000000007004	1.0		1	1	False	False	0.9919852018356323	0					non-mobilizable	no_good_hit	623.0	99.839	38.0	0.000268827428350143	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	True	False
ISR0810_000000004328	3180	0.5042574723342725	2	2	2	2	2	False	21720	maximal	True	ISR0810_000000004328	1.0		2	1	False	False	0.9899371266365051	0					non-mobilizable	other	3161.0	97.406	99.0	0.0010684678239029778	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	False	False
FIJ0012_000000015974	1556	0.5042565544619781	3	3	1	2	3	False	50763	fragment	False	FIJ0012_000000015974	1.0		0	0	False	False	0.9993573427200317	0					non-mobilizable	plasmid	1556.0	99.807	100.0	0.012213992286726415	NZ_CP026048.1	enterobacteria	Raoultella planticola strain FDAARGOS_64 plasmid unnamed1, complete sequence	False	True
FIJ0167_000000016341	1302	0.5042558955380938	2	2	2	2	1	True	38951	maximal	True	FIJ0167_000000016341	1.0		0	0	False	False	0.9861751198768616	0					non-mobilizable	no_good_hit	597.0	94.975	48.0	0.006763549949730372	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	True	True
MAD0102_000000014443	1485	0.5042533014242854	3	3	1	2	2	False	14979	maximal	True	MAD0102_000000014443	1.0		573	14	False	False	1.0	0					non-mobilizable	no_good_hit	633.0	89.889	43.0	0.006810638389585758	NZ_DS483538.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_18, whole genome shotgun sequence	True	False
SPA0034_000000030629	1115	0.5042503942982803	2	2	2	2	2	False	66205	fragment	False	ENG0024_000000020335	0.9483319772172498		0	0	False	False	0.9838564991950989	0					non-mobilizable	no_good_hit	301.0	75.083	27.0	0.0012706371582221349	NZ_QJSH01000004.1	firmicutes	Paraliobacillus quinghaiensis strain YIM-C158 Scaffold3_2, whole genome shotgun sequence	True	False
ISR0315_000000002309	3773	0.5042466307526198	4	3	2	3	2	True	85892	fragment	False	ENG0204_000000005764	0.9236824033809475		0	0	False	False	0.9957593679428101	0					non-mobilizable	other	3773.0	97.35	99.0	0.04096293881099881	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
ENG0157_000000006038	4052	0.5042465755770902	6	6	5	4	4	False	93908	maximal	False	CAN0013_000000005558	0.9589435780436185		0	0	False	False	0.9859328866004944	0					non-mobilizable	other	3995.0	99.95	99.0	0.007370404338831918	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
SPA0115_000000009538	2743	0.5042420257521758	3	3	3	3	2	False	4400	maximal	True	SPA0115_000000009538	1.0		23	5	False	False	0.9974480271339417	0					non-mobilizable	no_good_hit	1011.0	81.8	83.0	0.0003304779676853985	NZ_AP019736.1	CFB group bacteria	Alistipes dispar strain 5CPEGH6	True	False
ENG0071_000000012253	1662	0.5042402859163574	3	3	3	3	2	False	62282	fragment	False	ENG0071_000000012253	1.0		0	0	False	False	0.971720814704895	0					non-mobilizable	other	1641.0	99.756	99.0	0.008875659585982952	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
ENG0154_000000015784	2029	0.5042382020855379	5	2	2	2	2	False	106795	fragment	False	ENG0015_000000008282	0.9452759887115005		0	0	False	False	1.0	0					non-mobilizable	chromosome	1110.0	94.685	99.0	0.0003476629516426996	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
TAN0009_000000021060	1931	0.5042340600876865	3	2	2	2	2	False	80898	fragment	False	FIJ0152_000000013891	0.92697802917322		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	90.791	44.0	0.01765160535606108	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	False
ISR0230_000000002885	7987	0.5042339431185264	10	6	4	4	4	True	107503	fragment	False	ISR0230_000000002885	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	681.0	87.225	12.0	0.0001931353056458655	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0169_000000000782	19863	0.5042313370794366	17	7	5	6	3	False	116424	fragment	False	ISR0169_000000000782	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	830.0	93.494	4.0	0.012659976061136176	NZ_QRYH01000010.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf10, whole genome shotgun sequence	True	False
CHI0010_000000006495	1186	0.5042302016850442	3	3	3	2	2	False	90227	fragment	False	CHI0010_000000006495	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1186.0	99.916	100.0	0.008737842600853874	NZ_NQCD01000010.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_10_length_135617_cov_88.7886_ID_19.ctg_1, whole genome shotgun sequence	False	False
TAN0008_000000014332	1512	0.5042300001056933	3	1	1	1	1	False	2743	maximal	True	TAN0008_000000014332	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	87.35600000000001	6.0	2.490094283472333e-05	CP034930.1	CFB group bacteria	Apibacter raozihei strain HY041 chromosome, complete genome	True	False
TAN0012_000000002666	2816	0.5042297185297795	2	1	1	1	1	False	2596	maximal	True	TAN0012_000000002666	1.0		41	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0073_000000011311	2357	0.5042282165299883	4	2	2	2	2	False	34801	maximal	True	ISR0073_000000011311	1.0		17	7	False	False	0.9966058731079102	0					non-mobilizable	no_good_hit	465.0	78.065	20.0	0.00014083536804721045	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
FIJ0007_000000012624	1459	0.5042228102322497	1	1	1	1	1	False	51555	fragment	False	FIJ0007_000000012624	0.9873108254969059		0	0	False	False	0.9986292123794556	0					non-mobilizable	chromosome	1459.0	100.0	100.0	0.00028806418496802845	CP051219.1	enterobacteria	Escherichia coli strain SFE8 chromosome, complete genome	False	False
SPA0005_000000021312	1335	0.5042228102322497	1	1	1	1	1	False	51555	fragment	False	FIJ0007_000000012624	0.9548449885282544		0	0	False	False	0.9977527856826782	0					non-mobilizable	chromosome	1335.0	100.0	100.0	0.00026906211280721537	CP042973.1	enterobacteria	Escherichia coli strain CFSAN061768 chromosome, complete genome	False	False
TAN0021_000000014907	1468	0.5042227371380184	2	1	1	1	1	False	2371	fragment	False	TAN0021_000000014907	1.0		0	0	False	False	0.9891008138656616	0					non-mobilizable	other	1468.0	98.569	100.0	0.0042324348184842285	NZ_SAXT01000004.1	bacteria	Brachyspira aalborgi strain W1 W1_contig4, whole genome shotgun sequence	False	False
SPA0122_000000005126	6175	0.5042175995379138	9	5	3	4	4	False	89848	fragment	False	SPA0122_000000005126	1.0		0	0	False	False	0.9998380541801453	0					non-mobilizable	plasmid	6106.0	99.869	99.0	0.04916131837691149	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0053_000000000405	36186	0.5042158684105711	51	9	6	6	7	True	35758	maximal	True	ISR0053_000000000405	1.0		1	1	False	False	0.9998618364334106	0					non-mobilizable	other	9729.0	95.58	93.0	0.0026203088400746375	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
AST0101_000000004208	1877	0.5042153122173718	3	1	1	1	1	False	108492	maximal	True	AST0101_000000004208	1.0		34	6	False	False	0.9968034029006958	0					non-mobilizable	chromosome	1862.0	99.839	100.0	0.0005730378457472032	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	False	False
ISR0038_000000001860	13157	0.5042114994948517	9	6	3	4	5	False	36659	maximal	True	ISR0038_000000001860	1.0		2	1	False	False	0.9998480081558228	0					non-mobilizable	no_good_hit	7096.0	78.002	58.0	0.06002093055174307	NZ_KB894125.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00011.11, whole genome shotgun sequence	True	False
ISR0181_000000009692	1965	0.5042089508939648	3	3	3	2	3	False	29588	maximal	True	ISR0181_000000009692	1.0		76	9	False	False	1.0	0					non-mobilizable	no_good_hit	561.0	72.54899999999999	28.0	0.005280255964824466	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	True	False
DEN0001_000000010021	3970	0.5042087125398218	3	3	2	2	1	False	76947	maximal	False	DEN0078_000000006868	0.992412935323383		0	0	False	False	0.998740553855896	0					non-mobilizable	other	3970.0	99.194	100.0	0.00430029470399584	NZ_LT635839.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	False	False
FIJ0083_000000014534	2435	0.50420684582975	3	3	2	3	2	True	119997	fragment	False	FIJ0083_000000014534	1.0		0	0	False	True	1.0	0					non-mobilizable	other	2446.0	90.679	100.0	0.0007325297084001858	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
CHI0110_000000004876	1905	0.5042055923271356	2	2	2	2	2	False	127770	fragment	False	CHI0088_000000001804	0.13519063590937094		0	0	False	False	0.9679790139198303	0					non-mobilizable	other	1894.0	98.31	99.0	0.036181442668094546	NZ_CYXX01000026.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0806_000000002309	4352	0.5042040846447279	4	4	2	2	3	True	84179	maximal	True	ISR0806_000000002309	0.9696227625673582		14	6	False	False	1.0	0					non-mobilizable	chromosome	4352.0	97.656	100.0	0.0009664185651871645	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
CHI0182_000000006317	4056	0.5042040846447279	4	4	2	2	3	True	84179	maximal	False	ISR0806_000000002309	0.956033133247734		0	0	False	False	1.0	0					non-mobilizable	chromosome	4056.0	96.74600000000001	100.0	0.0008993400989296321	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	True
USA0011_01_000000017264	2128	0.5042010383682505	2	2	1	2	1	True	125809	fragment	False	ISR0825_000000011464	0.46297917182006726		0	0	False	False	1.0	0					non-mobilizable	other	2131.0	97.88799999999999	100.0	0.0006671754389101609	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
MON0090_000000028731	2079	0.5042010383682505	2	2	1	2	1	True	125809	fragment	False	ISR0825_000000011464	0.4636045517851433		0	0	False	False	0.9855700135231018	0					non-mobilizable	other	2056.0	95.428	100.0	0.0006436502118681947	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0056_000000010638	2033	0.5042010383682505	2	2	1	2	1	True	125809	fragment	False	ISR0825_000000011464	0.4628777469448169		0	0	False	False	1.0	0					non-mobilizable	other	2055.0	98.735	100.0	0.0008877355913684786	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
ISR0255_000000018598	1746	0.5042010383682505	2	2	1	2	1	True	125809	fragment	False	ISR0825_000000011464	0.12289662651371486		0	0	False	False	1.0	0					non-mobilizable	other	1746.0	98.396	100.0	0.0005470399461491869	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
ISR0082_000000021267	1543	0.5042010383682505	2	2	1	2	1	True	125809	fragment	False	ISR0825_000000011464	0.08815474496173482		0	0	False	False	0.9980557560920715	0					non-mobilizable	other	1565.0	98.40299999999999	100.0	0.0006759583568161151	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	True
AST0061_000000012007	3404	0.5041983923829906	3	3	3	3	2	True	112110	maximal	True	AST0061_000000012007	1.0		9	6	False	False	0.9988248944282532	0					non-mobilizable	no_good_hit	75.0	82.667	2.0	0.0008580059002597525	NZ_AUDP01000023.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	True
MON0033_000000034766	1754	0.5041966354382902	3	3	2	2	2	False	123105	fragment	False	ISR0274_000000003666	0.5053709947405689		0	0	False	False	1.0	0					non-mobilizable	other	1674.0	93.96700000000001	100.0	0.000580183435241801	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0123_000000008232	2577	0.5041965401155879	6	5	4	5	1	False	45424	fragment	False	FIJ0165_000000006499	0.987842531840988		0	0	False	False	1.0	0					non-mobilizable	other	2577.0	99.76700000000001	100.0	0.0006009856538005344	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
SPA0119_000000008869	3769	0.5041950139943013	4	4	4	4	3	False	4224	maximal	True	SPA0119_000000008869	1.0		275	13	False	False	0.9992040395736694	0					non-mobilizable	other	2607.0	73.993	90.0	0.01393586794750372	NZ_KI669411.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.5, whole genome shotgun sequence	False	False
ISR0167_000000012760	2309	0.5041948006074839	3	3	3	2	1	False	30180	maximal	True	ISR0167_000000012760	1.0		15	4	False	False	0.9922044277191162	0					non-mobilizable	no_good_hit	1337.0	97.23299999999999	71.0	0.00046637130981517724	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	True	False
CAN0022_000000011276	2709	0.5041946869594207	3	3	3	3	2	False	106590	maximal	True	CAN0022_000000011276	1.0		10	5	False	False	0.998892605304718	0					non-mobilizable	other	2709.0	99.15100000000001	100.0	0.0008202712407995887	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
FIJ0070_000000004430	4351	0.5041886209923426	5	4	2	4	1	False	44951	fragment	False	FIJ0070_000000004430	0.9949308755760369		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0081_000000007431	4340	0.5041886209923426	4	4	2	4	1	False	44951	fragment	False	FIJ0070_000000004430	0.9856354860951506		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0020_000000007783	1434	0.5041885731250488	2	2	1	2	1	False	74906	maximal	True	DEN0020_000000007783	1.0		547	13	False	False	1.0	0					non-mobilizable	chromosome	1434.0	99.791	100.0	0.0002749287784816526	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ISR0200_000000021620	1176	0.5041885731250488	2	2	1	2	1	False	28753	fragment	False	ISR0200_000000021620	0.9750215331610681		0	0	False	False	1.0	0					non-mobilizable	other	1176.0	99.915	100.0	0.00021869961765723015	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
SPA0080_000000010569	1161	0.5041885731250488	2	2	1	2	1	False	28753	fragment	False	ISR0200_000000021620	0.9689625850340136		0	0	False	False	0.9870800971984863	0					non-mobilizable	chromosome	1161.0	99.914	100.0	0.00021563306242261142	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	False	False
FIJ0009_000000010421	3507	0.5041859514067338	5	5	5	4	4	False	51288	maximal	True	FIJ0009_000000010421	1.0		3	2	False	False	0.9968634247779846	0					non-mobilizable	no_good_hit	982.0	75.35600000000001	28.0	0.0038526347433290877	NZ_FMJR01000133.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
MON0078_000000007739	4871	0.5041856838469213	7	2	2	2	1	True	10174	fragment	False	MON0078_000000007739	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	7.365996022362148e-05	NZ_FUYE01000005.1	verrucomicrobia	Prosthecobacter debontii strain ATCC 700200, whole genome shotgun sequence	True	True
MAD0097_000000008553	4481	0.5041856838469213	7	2	2	2	1	True	15436	maximal	True	MAD0097_000000008553	1.0		2	1	False	False	0.9991073608398438	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	7.365996022362148e-05	NZ_FUYE01000005.1	verrucomicrobia	Prosthecobacter debontii strain ATCC 700200, whole genome shotgun sequence	True	True
CHI0154_000000020921	1592	0.5041840723232416	3	3	2	3	2	False	79142	maximal	True	CHI0154_000000020921	1.0		1	1	False	False	0.9987437129020691	0					non-mobilizable	no_good_hit								True	False
SPA0046_000000008664	3293	0.5041823030176038	3	1	1	1	1	False	33030	maximal	True	SPA0046_000000008664	1.0		18	6	False	False	0.9933191537857056	0					non-mobilizable	no_good_hit	1911.0	99.686	58.0	0.0003737774931937271	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	True	False
SPA0047_000000023261	1670	0.5041807929071193	2	2	2	2	0	False	6664	fragment	False	SPA0047_000000023261	1.0		0	0	False	False	0.9988024234771729	0					non-mobilizable	no_good_hit	575.0	82.78299999999999	48.0	0.00999539219508737	MK415407.1	viruses	Phage FAKO27_000271F, complete genome	True	False
MAD0109_000000011508	1244	0.5041792320989846	2	2	2	2	2	False	14574	maximal	True	MAD0109_000000011508	1.0		230	13	False	False	0.9959806799888611	0					non-mobilizable	chromosome	1244.0	97.91	100.0	0.00034603472874691167	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0018_01_000000014974	1469	0.5041778812440393	2	2	2	1	1	False	42721	fragment	False	ISR0073_000000017188	0.9445144496336563		0	0	False	False	0.9993192553520203	0					non-mobilizable	no_good_hit								True	False
USA0080_01_000000013381	3267	0.5041778560413116	3	2	1	2	1	False	619	maximal	True	USA0080_01_000000013381	1.0		1	1	False	False	0.997245192527771	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00022772744278348	NZ_PHIG01000044.1	a-proteobacteria	Minwuia thermotolerans strain SY3-13 724-45, whole genome shotgun sequence	True	False
ISR0080_000000014441	2183	0.5041732909894463	2	2	2	1	1	False	53637	fragment	False	ISR0080_000000014441	1.0		0	0	False	False	0.9977095723152161	0					non-mobilizable	no_good_hit	331.0	80.665	15.0	0.0034406203638429732	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
MAD0040_000000005177	4791	0.5041714691222375	5	1	1	1	1	True	18407	maximal	True	MAD0040_000000005177	1.0		3	2	False	False	0.9997912645339966	0					non-mobilizable	no_good_hit								True	True
ENG0003_000000009221	2482	0.5041707939593483	3	3	3	3	2	False	67890	maximal	True	ENG0003_000000009221	1.0		6	5	False	False	0.9995970726013184	0					non-mobilizable	no_good_hit	1415.0	100.0	57.0	0.00039540159687436995	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
DEN0021_000000012199	2812	0.5041698620625986	6	3	3	3	3	False	74811	maximal	True	DEN0021_000000012199	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	204.0	75.0	7.0	0.00010225506149577874	CP034442.1	firmicutes	Streptococcus oralis subsp. dentisani strain F0392 chromosome, complete genome	True	False
ISR0159_000000003615	6456	0.5041692975746099	7	6	3	5	5	False	30490	maximal	True	ISR0159_000000003615	1.0		83	10	False	False	1.0	0					non-mobilizable	no_good_hit	2721.0	99.302	86.0	0.0005266125257084333	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ENG0040_000000016084	1500	0.5041683121105104	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.05943370523129125		0	0	False	False	1.0	0					non-mobilizable	other	1500.0	94.46700000000001	100.0	0.0031344291637828104	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0361_000000004836	2594	0.5041587966193095	3	2	2	2	2	False	36784	fragment	False	ISR0361_000000004836	0.9522600030353338		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1393.0	89.663	54.0	0.000392316574374028	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0058_000000012691	2467	0.5041587966193095	3	2	2	2	2	False	36784	fragment	False	ISR0361_000000004836	0.9263614332849249		0	0	False	False	0.998378574848175	0					non-mobilizable	no_good_hit	1506.0	90.637	61.0	0.09229352164568622	NZ_JAAIUL010000037.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_37_length_16285_cov_425.537, whole genome shotgun sequence	True	False
SPA0107_000000016510	1973	0.5041585485767831	2	2	2	2	2	False	95268	fragment	False	ISR0795_000000005355	0.7297467819128268		0	0	False	False	1.0	0					non-mobilizable	chromosome	1776.0	98.367	99.0	0.0006183485701299299	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0126_000000008668	5591	0.5041542847992627	8	6	2	4	5	False	124414	maximal	True	ISR0126_000000008668	0.9999030444056622		0	0	False	False	0.9994634389877319	0					non-mobilizable	no_good_hit	4193.0	99.45100000000001	77.0	0.04455687591675347	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
ISR0039_000000005977	5157	0.5041542847992627	8	6	2	4	5	False	124414	maximal	False	ISR0126_000000008668	0.9610981935253085		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4193.0	99.428	81.0	0.04455687591675347	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
SPA0120_000000006120	6867	0.5041510192341071	8	8	8	8	6	False	49004	maximal	True	SPA0120_000000006120	1.0		11	3	False	False	0.9994174838066101	0					non-mobilizable	no_good_hit	2732.0	94.802	40.0	0.2995826927300681	NZ_CABIWU010000083.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	False
ISR0176_000000030350	1118	0.5041490430813887	2	1	1	1	1	False	29784	maximal	True	ISR0176_000000030350	1.0		8	3	False	False	0.9955277442932129	0					non-mobilizable	no_good_hit								True	False
ISR0197_000000006671	3625	0.5041479232137815	7	3	2	3	0	False	37787	maximal	True	ISR0197_000000006671	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	2007.0	97.80799999999999	55.0	0.0005722534971681301	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
ETH0005_000000016687	2862	0.5041392329664258	2	2	2	2	2	False	52769	maximal	False	FIJ0090_000000013645	0.9356887007489417		0	0	False	False	1.0	0					non-mobilizable	chromosome	2862.0	98.428	100.0	0.0008007386611235363	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
FIJ0172_000000020469	1396	0.5041363101866166	2	2	2	2	2	False	85290	fragment	False	MON0081_000000031907	0.7592171984500802		0	0	False	False	1.0	0					non-mobilizable	other	1396.0	97.27799999999999	100.0	0.020143240823634737	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0047_000000005182	3288	0.5041330969957931	5	3	3	3	1	False	64359	maximal	True	ENG0047_000000005182	1.0		2	2	False	False	0.9984793066978455	0					non-mobilizable	no_good_hit	94.0	91.48899999999999	3.0	0.0009532302204729252	NZ_AAXG02000053.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont400, whole genome shotgun sequence	True	False
USA0020_01_000000026974	1277	0.5041310250534279	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.16501876611694724		0	0	False	False	0.9960845708847046	0					non-mobilizable	chromosome	1277.0	98.59	100.0	0.0004447648114350567	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
FIJ0058_000000010530	3697	0.5041304078897729	3	3	3	3	2	False	84597	fragment	False	FIJ0058_000000010530	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	0.0029396857577293463	XR_004962664.1	ants	PREDICTED: Monomorium pharaonis uncharacterized LOC118644877 (LOC118644877), transcript variant X2, misc_RNA	True	False
CHI0054_000000009737	1789	0.5041290626887617	4	2	1	2	1	False	86330	fragment	False	CHI0054_000000009737	1.0		0	0	False	False	0.9809949398040771	0					non-mobilizable	no_good_hit	193.0	97.927	28.0	0.0012732686530541868	NZ_WNAJ01000008.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold8_size150793, whole genome shotgun sequence	True	False
ISR0113_000000007951	1996	0.5041266615513641	3	2	2	2	2	False	76266	fragment	False	ISR0113_000000007951	0.9740479900114164		0	0	False	False	0.9834669232368469	0					non-mobilizable	no_good_hit	805.0	83.23	40.0	0.00024462491102113297	NZ_GL586311.1	CFB group bacteria	Prevotella buccae ATCC 33574 SCAFFOLD1, whole genome shotgun sequence	True	False
ISR0010_000000010162	2045	0.5041261235992386	2	2	2	2	2	True	38306	maximal	True	ISR0010_000000010162	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	270.0	75.185	13.0	7.354357848511973e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	True
ISR0043_000000005672	3853	0.50412287256991	4	4	3	2	4	False	127094	fragment	False	ISR0043_000000005672	1.0		0	0	False	False	0.9945496916770935	0					non-mobilizable	no_good_hit	2636.0	75.11399999999999	88.0	0.0010831679308516324	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0025_000000008773	1492	0.5041217972462229	2	2	1	2	1	False	19128	maximal	True	MAD0025_000000008773	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	555.0	79.64	37.0	0.004824019087093572	NZ_JAAIOD010000011.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_11_length_114842_cov_319.507, whole genome shotgun sequence	True	False
ISR0284_000000001509	5197	0.5041217330915024	7	4	3	3	3	True	26092	maximal	True	ISR0284_000000001509	1.0		9	5	False	False	0.9980757832527161	0					non-mobilizable	no_good_hit								True	True
ISR0143_000000016469	1785	0.5041205601322261	1	1	1	1	1	False	31140	maximal	True	ISR0143_000000016469	1.0		78	8	False	False	0.9949579834938049	0					non-mobilizable	chromosome	1433.0	98.883	99.0	0.00020198090906370627	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ENG0186_000000012618	1157	0.5041198254983298	2	2	2	2	1	False	55004	fragment	False	ENG0186_000000012618	1.0		0	0	False	False	0.9913569688796997	0					non-mobilizable	no_good_hit	931.0	85.177	85.0	0.001944642509885266	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0124_000000016407	1791	0.5041185115584723	3	2	2	2	1	False	92375	fragment	False	ENG0171_000000013063	0.7944790730283288		0	0	False	False	1.0	0					non-mobilizable	other	1791.0	100.0	100.0	0.0005403476699544357	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
CHI0141_000000019936	1387	0.5041175362031739	3	3	2	2	3	False	80072	maximal	True	CHI0141_000000019936	1.0		1	1	False	False	0.9978370666503906	0					non-mobilizable	no_good_hit	40.0	95.0	3.0	5.7946380282778334e-06	CP048810.1	g-proteobacteria	Pseudomonas sp. L22-9 chromosome, complete genome	True	False
DEN0012_000000001198	5233	0.5041170545941979	2	2	2	2	1	False	75485	fragment	False	DEN0012_000000001198	1.0		0	0	False	False	0.9994267225265503	0		MOBP			mobilizable	plasmid	5233.0	98.49	100.0	0.049553431897180415	CP050048.1	enterobacteria	Escherichia coli strain 90-1 plasmid pCD90-1-1, complete sequence	False	True
ETH0001_000000012082	2440	0.5041168794825089	3	2	1	2	0	True	53538	maximal	True	ETH0001_000000012082	1.0		1	1	True	True	0.9877049326896667	7					non-mobilizable	no_good_hit	1195.0	83.766	60.0	0.43812338381972665	LN852772.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0081	True	True
ISR0297_000000007780	1886	0.504116827423552	2	2	2	2	2	False	67048	fragment	False	USA0134_01_000000002160	0.9779390193810199		0	0	False	False	0.9750795364379883	0					non-mobilizable	no_good_hit	97.0	98.969	5.0	0.0015039478631407445	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0134_01_000000002160	1869	0.504116827423552	2	2	2	2	2	False	67048	fragment	False	USA0134_01_000000002160	0.9799582953594657		0	0	False	False	0.9598715901374817	0					non-mobilizable	no_good_hit	54.0	98.148	3.0	0.000830304549442286	NZ_CYZN01000022.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0007_000000004982	5712	0.5041166753773848	6	6	6	5	5	False	93614	maximal	True	DEN0007_000000004982	1.0		49	11	False	False	0.9970238208770752	0					non-mobilizable	other	5525.0	99.07700000000001	99.0	0.0015340098083320836	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ISR0045_000000017225	1513	0.5041155929660615	3	2	1	1	1	False	36232	fragment	False	ISR0045_000000017225	0.993411420204978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0054_000000019181	1366	0.5041155929660615	3	2	1	1	1	False	36232	fragment	False	ISR0045_000000017225	0.9474553866490416		0	0	False	False	0.9582723379135132	0					non-mobilizable	no_good_hit								True	False
ISR0164_000000022039	1292	0.5041133666314154	1	1	1	1	1	False	45890	fragment	False	ISR0164_000000022039	1.0		0	0	False	False	0.9969040155410767	0					non-mobilizable	no_good_hit	1089.0	93.756	84.0	0.003215243162041724	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
FIJ0059_000000015949	1127	0.5041133666314154	1	1	1	1	1	False	45889	fragment	False	FIJ0059_000000015949	1.0		0	0	False	False	0.9991126656532288	0					non-mobilizable	other	1104.0	93.20700000000001	97.0	0.0032538379553072295	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	False	False
CHI0122_000000005822	2398	0.5041117296635097	3	3	2	2	3	False	81764	maximal	True	CHI0122_000000005822	1.0		759	14	False	False	1.0	0					non-mobilizable	other	2398.0	99.291	100.0	0.0007695547818984791	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0046_000000007828	3573	0.5041081838422051	5	3	3	2	1	True	83820	fragment	False	SPA0046_000000007828	0.9940981111085259		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1309.0	98.319	81.0	0.16290945323203387	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	True
ENG0211_000000005378	5713	0.5041073404999555	6	6	6	6	6	False	115296	maximal	True	ENG0211_000000005378	1.0		13	5	False	False	0.9992998242378235	0					non-mobilizable	no_good_hit	1043.0	77.085	36.0	0.0017084083909582196	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0129_000000002074	11129	0.5041055476780127	11	10	4	8	5	False	132288	fragment	False	CHI0140_000000001647	0.05207669207669208		0	0	False	False	1.0	0					non-mobilizable	other	11144.0	97.30799999999999	100.0	0.002598982990426224	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
CAN0006_000000036078	1239	0.5041036441184938	2	2	2	2	1	False	95492	maximal	True	CAN0006_000000036078	1.0		26	8	False	False	0.9967715740203857	0					non-mobilizable	no_good_hit	345.0	74.783	27.0	9.390168465752355e-05	NZ_CP040058.1	firmicutes	Anaerostipes rhamnosivorans strain 1y2 chromosome, complete genome	True	False
MON0080_000000037680	1500	0.504099348966895	3	3	3	3	1	False	80070	fragment	False	MON0080_000000037680	0.9808550264472726		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	185.0	81.081	12.0	0.00026159300131511237	NZ_DF158897.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
MAD0077_000000008621	1443	0.5040988291006975	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9465546729836529		0	0	False	False	0.9986140131950378	0					non-mobilizable	other	1356.0	78.245	93.0	0.00036441012772534274	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
MAD0002_000000027143	1583	0.504094866473913	3	2	2	2	1	False	20157	maximal	True	MAD0002_000000027143	1.0		190	13	False	False	0.9993683099746704	0					non-mobilizable	no_good_hit								True	False
FIJ0024_000000010922	1902	0.5040948282076766	2	2	2	1	1	False	51045	fragment	False	FIJ0024_000000010922	1.0		0	0	False	False	0.9973711967468262	0					non-mobilizable	chromosome	1415.0	99.929	100.0	0.00025896221715611867	CP056307.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00832 chromosome, complete genome	False	False
FIJ0039_000000019877	1155	0.5040940953969774	2	2	2	2	2	False	47536	maximal	True	FIJ0039_000000019877	1.0		12	3	False	False	0.9896103739738464	0					non-mobilizable	no_good_hit	311.0	75.884	27.0	0.0013845699888780443	NZ_FMVM01000014.1	firmicutes	Paenibacillus polysaccharolyticus strain BL9, whole genome shotgun sequence	True	False
CAN0008_000000017280	1670	0.5040934579934521	3	3	2	2	1	False	94969	fragment	False	CAN0008_000000017280	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1670.0	98.56299999999999	100.0	0.0005038213749463425	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ENG0048_000000016651	1560	0.5040934579934521	3	3	2	2	1	False	87630	fragment	False	ENG0048_000000016651	0.7451991568523824		0	0	False	False	1.0	0					non-mobilizable	other	1560.0	99.679	100.0	0.00047061565221171245	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0018_000000014282	1475	0.5040934579934521	3	3	2	2	1	False	87630	fragment	False	ENG0048_000000016651	0.7341868527786538		0	0	False	False	0.996610164642334	0					non-mobilizable	other	1475.0	98.712	100.0	0.0004463786847818483	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0222_000000031208	1474	0.5040934579934521	3	3	2	2	1	False	87630	fragment	False	ENG0048_000000016651	0.6162378102210609		0	0	False	False	0.985753059387207	0					non-mobilizable	other	1474.0	99.389	100.0	0.00044465481443736526	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0350_000000013864	1436	0.5040934579934521	3	3	2	2	1	False	87630	fragment	False	ENG0048_000000016651	0.7269227448487685		0	0	False	False	1.0	0					non-mobilizable	other	1436.0	96.1	100.0	0.0004091242403403914	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ENG0112_000000020026	1380	0.5040934579934521	3	3	2	2	1	False	59662	fragment	False	ENG0112_000000020026	1.0		0	0	False	False	0.9985507130622864	0					non-mobilizable	chromosome	1380.0	100.0	100.0	0.00019478416318590615	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
CHI0106_000000014782	1378	0.5040934579934521	3	3	2	2	1	False	87630	fragment	False	ENG0048_000000016651	0.6184297626185566		0	0	False	False	0.9854862093925476	0					non-mobilizable	other	1378.0	97.315	100.0	0.0004170036967059736	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
CHI0096_000000006556	1374	0.5040934579934521	3	3	2	2	1	False	87630	fragment	False	ENG0048_000000016651	0.6072241854608629		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	97.016	100.0	0.00039144779232568456	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
USA0015_01_000000024886	1344	0.5040934579934521	3	3	2	2	1	False	87628	fragment	False	USA0015_01_000000024886	0.9540330707066683		0	0	False	False	1.0	0					non-mobilizable	other	1344.0	98.43799999999999	100.0	0.00035686603068516416	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0386_000000021814	1321	0.5040934579934521	3	3	2	2	1	False	87628	fragment	False	USA0015_01_000000024886	0.9509189640768588		0	0	False	False	0.9356548190116882	0					non-mobilizable	other	1286.0	98.834	97.0	0.00038790321558181557	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0086_000000021804	1320	0.5040934579934521	3	3	2	2	1	False	33887	maximal	True	ISR0086_000000021804	1.0		12	5	False	False	0.9977272748947144	0					non-mobilizable	no_good_hit	692.0	94.79799999999999	53.0	0.00017125812763563408	NZ_LT635783.1	CFB group bacteria	Bacteroides mediterraneensis strain Marseille-P2644T, whole genome shotgun sequence	True	False
FIJ0060_000000011666	1261	0.5040934579934521	3	3	2	2	1	False	87629	fragment	False	FIJ0060_000000011666	1.0		0	0	False	False	0.9992069602012634	0					non-mobilizable	other	1261.0	98.335	100.0	0.0003803564604148542	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0848_000000015055	1216	0.5040934579934521	3	3	2	2	1	False	87628	fragment	False	USA0015_01_000000024886	0.6212465304062579		0	0	False	False	0.9851973652839661	0					non-mobilizable	other	1199.0	96.08	99.0	0.0003415545922841734	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
ISR0039_000000032219	1163	0.5040934579934521	3	3	2	2	1	False	87627	fragment	False	ISR0039_000000032219	0.9775330396475771		0	0	False	False	0.9991401433944702	0					non-mobilizable	other	1163.0	99.398	100.0	0.00035077318016036555	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
CHI0040_000000011769	1135	0.5040934579934521	3	3	2	2	1	False	87627	fragment	False	ISR0039_000000032219	0.9660361134995701		0	0	False	False	0.9823788404464722	0					non-mobilizable	other	1135.0	96.74	100.0	0.0003233079362689922	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
TAN0017_000000026805	1409	0.5040904485298819	3	1	1	1	1	True	2447	maximal	True	TAN0017_000000026805	1.0		38	7	False	False	0.9971610903739929	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	0.0014862648626486265	NZ_FUGE01000150.1	g-proteobacteria	Psychrobacter piechaudii isolate Psychrobacter_piechaudii, whole genome shotgun sequence	True	True
ISR0005_000000002643	4740	0.5040899223969727	3	3	3	2	1	False	38532	fragment	False	ISR0005_000000002643	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2785.0	99.713	59.0	0.0009672040022234575	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
CHI0111_000000005515	5584	0.5040885028973605	7	3	3	3	3	True	82643	maximal	True	CHI0111_000000005515	1.0		44	7	False	False	0.99982088804245	0					non-mobilizable	no_good_hit	776.0	73.84	14.0	0.0001097572605518159	NZ_LGTC01000001.1	firmicutes	Pseudobacteroides cellulosolvens ATCC 35603 = DSM 2933 ctg1, whole genome shotgun sequence	True	True
SPA0028_000000002904	7628	0.5040873642927061	7	4	1	1	4	False	7455	maximal	True	SPA0028_000000002904	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1175.0	78.638	15.0	0.04796290977721249	MK231467.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_3-CL02_c1 sequence	True	False
CHI0071_000000006872	1589	0.5040860568619835	3	3	3	3	3	False	84890	fragment	False	CHI0071_000000006872	1.0		0	0	False	False	0.9855254888534546	0					non-mobilizable	chromosome	1591.0	96.85700000000001	100.0	0.0002992390509222706	CP056372.1	enterobacteria	Klebsiella pneumoniae strain RHBSTW-00636 chromosome, complete genome	False	False
USA0050_01_000000009632	1165	0.5040833805382932	2	2	2	2	1	False	1103	maximal	True	USA0050_01_000000009632	1.0		14	7	False	False	0.9982832670211792	0					non-mobilizable	no_good_hit								True	False
ISR0028_000000005866	3104	0.5040812431742441	4	1	1	1	1	False	37202	maximal	True	ISR0028_000000005866	1.0		2	1	False	False	0.999677836894989	0					non-mobilizable	no_good_hit	842.0	91.449	27.0	0.00016288383012901523	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0368_000000004184	2951	0.5040812431742441	4	1	1	1	1	False	118592	maximal	True	ISR0368_000000004184	1.0		4	2	False	False	0.9952558279037476	0					non-mobilizable	no_good_hit	904.0	91.26100000000001	58.0	0.0001674874045196318	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	False
CHI0138_000000011165	1271	0.5040812431742441	1	1	1	1	1	False	80413	fragment	False	CHI0138_000000011165	1.0		0	0	False	False	0.9937057495117188	0					non-mobilizable	chromosome	1245.0	86.988	97.0	0.0002758657453372692	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CHI0025_000000008894	1139	0.5040812431742441	1	1	1	1	1	False	118589	fragment	False	ENG0060_000000020161	0.2696366301158381		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	91.14	100.0	0.0023974853791313435	NZ_GL882584.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld4, whole genome shotgun sequence	False	False
ISR0032_000000003020	9475	0.5040811302811641	10	6	4	6	3	True	90375	fragment	False	ISR0032_000000003020	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4067.0	90.829	50.0	0.032677580667241087	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	True	True
FIJ0012_000000006681	3485	0.5040809174638456	3	2	2	2	1	False	69568	maximal	True	FIJ0012_000000006681	0.9886128364389234		35	5	False	False	1.0	0					non-mobilizable	other	3484.0	97.93299999999999	99.0	0.0448263848565788	NZ_CYYU01000010.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
ETH0003_000000010457	3381	0.5040809174638456	3	2	2	2	1	False	69568	maximal	False	FIJ0012_000000006681	0.9740315638450502		0	0	False	False	1.0	0					non-mobilizable	other	3381.0	98.10700000000001	100.0	0.04349733544948967	NZ_CYYU01000010.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
SPA0131_000000008581	2874	0.5040809174638456	4	2	2	2	1	False	39980	maximal	True	SPA0131_000000008581	1.0		17	6	False	False	1.0	0					non-mobilizable	no_good_hit	2540.0	98.189	88.0	0.03264558252364547	NZ_CYYU01000010.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
MON0041_000000005746	6758	0.5040802934216866	9	7	7	7	6	False	11833	maximal	True	MON0041_000000005746	1.0		7	1	False	False	0.9960047602653503	0					non-mobilizable	no_good_hit	938.0	73.987	14.0	0.0022327691853869934	NZ_FNWH01000005.1	firmicutes	Acidaminococcus timonensis strain Marseille-P2764T, whole genome shotgun sequence	True	False
USA0035_01_000000010661	2361	0.5040780480036964	3	2	2	2	2	False	58197	fragment	False	ENG0134_000000015884	0.9618970409404135		0	0	False	False	0.9995764493942261	0					non-mobilizable	other	2361.0	99.661	100.0	0.03610163528169984	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	False	False
USA0011_01_000000028770	1257	0.5040721913232475	2	2	2	2	2	False	22491	maximal	False	USA0083_01_000000019756	0.9446399299334308		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	72.17399999999999	65.0	7.732363182522773e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0020_000000014598	2191	0.5040720443887208	3	2	2	1	2	False	80076	maximal	True	SPA0020_000000014598	1.0		93	8	False	False	1.0	0					non-mobilizable	chromosome	1686.0	96.02600000000001	100.0	0.002291021586728292	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0085_000000019199	1397	0.5040719094663504	2	2	2	1	1	True	33959	maximal	True	ISR0085_000000019199	1.0		18	7	False	False	1.0	0					non-mobilizable	other	1397.0	99.785	100.0	0.005757128364167237	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
ISR0396_000000018375	1267	0.5040719094663504	2	2	2	1	1	True	22664	maximal	True	ISR0396_000000018375	0.9529844644317252		5	3	False	False	0.977111279964447	0					non-mobilizable	other	1241.0	72.039	96.0	0.0004667325766125397	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	True
MON0040_000000022363	1251	0.5040719094663504	2	2	2	1	1	True	11850	maximal	True	MON0040_000000022363	1.0		2	2	False	False	0.9920064210891724	0					non-mobilizable	no_good_hit	686.0	75.51	54.0	0.003771758540696607	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	True	True
FIJ0067_000000027704	1209	0.5040719094663504	2	2	2	1	1	True	45155	maximal	True	FIJ0067_000000027704	1.0		8	3	False	False	0.9991728663444519	0					non-mobilizable	no_good_hit	482.0	72.822	39.0	0.001024669900645931	NZ_QVMD01000002.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf2, whole genome shotgun sequence	True	True
CHI0156_000000010451	1407	0.5040696526873989	4	4	3	2	3	True	78993	fragment	False	ISR0346_000000016382	0.964572192513369		0	0	False	False	0.9665955901145935	0					non-mobilizable	other	1406.0	98.86200000000001	100.0	0.0009009500052902758	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	False	True
MAD0002_000000040730	1147	0.5040647285425919	2	1	1	1	1	False	20116	maximal	True	MAD0002_000000040730	1.0		1	1	False	False	0.9991281628608704	0					non-mobilizable	no_good_hit	826.0	80.387	72.0	0.00024635776655581063	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
CHI0066_000000009038	1109	0.504064680587937	1	1	1	1	1	False	85194	fragment	False	CHI0066_000000009038	1.0		0	0	False	False	0.9981966018676758	0					non-mobilizable	no_good_hit								True	False
ISR0205_000000002889	7069	0.5040636924806114	10	10	7	4	9	False	28665	maximal	True	ISR0205_000000002889	1.0		123	10	False	False	0.9988682866096497	0					non-mobilizable	other	7070.0	99.321	100.0	0.003011974853363258	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
ISR0324_000000017968	1703	0.5040564336228762	3	2	2	2	1	False	24921	maximal	True	ISR0324_000000017968	1.0		13	5	False	False	1.0	0					non-mobilizable	other	1703.0	99.354	100.0	0.0014610094184461452	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
TAN0008_000000007718	2376	0.5040538361811017	5	2	2	2	1	False	2762	maximal	True	TAN0008_000000007718	1.0		42	4	False	False	0.999579131603241	0					non-mobilizable	no_good_hit	1565.0	93.994	76.0	0.0005725051823798718	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
ENG0002_000000008098	2668	0.5040521689681596	3	3	3	2	3	False	124212	fragment	False	ENG0002_000000008098	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2110.0	80.47399999999999	81.0	0.0005582091856095119	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MON0092_000000033924	1646	0.5040516514894968	2	1	1	1	1	False	9441	maximal	True	MON0092_000000033924	1.0		10	8	False	False	0.9866342544555664	0					non-mobilizable	no_good_hit	51.0	86.275	3.0	0.0005663732853048787	NZ_VNHS01000018.1	firmicutes	Paenibacillus methanolicus strain BL24 Ga0116934_118, whole genome shotgun sequence	True	False
ISR0026_000000004035	5525	0.5040511992557695	6	5	5	3	4	False	116002	maximal	True	ISR0026_000000004035	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1350.0	86.741	31.0	0.0011468323049612515	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
MON0094_000000032134	1208	0.5040495315737283	3	3	1	3	2	False	9328	maximal	True	MON0094_000000032134	1.0		8	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0794_000000005107	3757	0.5040459151397547	3	3	3	3	2	False	21994	maximal	True	ISR0794_000000005107	1.0		96	10	False	False	0.9930796027183533	0					non-mobilizable	no_good_hit	1295.0	78.842	34.0	0.00042916602812787446	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0326_000000012549	1608	0.5040453805048261	1	1	1	1	1	False	24817	maximal	True	ISR0326_000000012549	1.0		499	13	False	False	1.0	0					non-mobilizable	other	1608.0	99.62700000000001	100.0	0.002882330257293264	NZ_CZAF01000001.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0327_000000006890	3612	0.5040444606222084	2	2	2	2	2	False	79588	maximal	True	ISR0327_000000006890	1.0		163	10	False	False	0.9994462728500366	0					non-mobilizable	other	3612.0	99.97200000000001	100.0	0.0006721058037108578	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
ENG0158_000000005404	3253	0.5040444606222084	2	2	2	2	2	False	79587	fragment	False	ENG0158_000000005404	0.9996907854050711		0	0	False	False	0.9996926188468933	0					non-mobilizable	chromosome	3243.0	99.90700000000001	100.0	0.0006581360701400092	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ENG0179_000000010314	3234	0.5040444606222084	2	2	2	2	2	False	79587	fragment	False	ENG0158_000000005404	0.9974338527646305		0	0	False	False	0.9962894320487976	0					non-mobilizable	chromosome	3234.0	99.93799999999999	100.0	0.0006563090421846544	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
CHI0149_000000004608	3207	0.5040444606222084	2	2	2	2	2	False	79587	fragment	False	ENG0158_000000005404	0.9921942563460284		0	0	False	False	0.9925163984298706	0					non-mobilizable	chromosome	3207.0	99.969	100.0	0.0006508279583185903	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
FIJ0090_000000020548	2142	0.5040435308229865	2	2	2	2	2	False	43482	fragment	False	FIJ0090_000000020548	1.0		0	0	False	False	0.9971988797187805	0					non-mobilizable	no_good_hit	1248.0	97.35600000000001	58.0	0.031213236214362595	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CHI0185_000000003784	5159	0.5040404137910516	7	5	3	0	3	False	120733	maximal	True	CHI0185_000000003784	1.0		18	5	False	False	0.9998061656951904	0					non-mobilizable	no_good_hit	2093.0	85.045	69.0	0.0003492217809306836	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	True	False
SPA0027_000000001368	16192	0.5040400134712519	16	11	5	8	6	False	119507	maximal	True	SPA0027_000000001368	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	689.0	76.197	4.0	0.9321329639889196	EU061041.1	bacteria	Uncultured bacterium clone LM0ABA4ZB10RM1 genomic sequence	True	False
SPA0056_000000028404	1260	0.5040375954084181	2	2	2	2	1	False	81410	fragment	False	SPA0056_000000028404	0.989451562194291		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	743.0	79.408	76.0	0.0002359905053046631	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
CAN0006_000000029392	1533	0.5040353312423543	1	1	1	0	1	False	95587	maximal	True	CAN0006_000000029392	1.0		196	10	False	False	1.0	0					non-mobilizable	chromosome	1533.0	93.412	100.0	0.00022709639471132223	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ISR0161_000000009784	3058	0.5040336654600027	4	2	2	2	0	True	36894	fragment	False	ISR0161_000000009784	1.0		0	0	False	False	0.9983649253845215	0					non-mobilizable	no_good_hit								True	True
ISR0033_000000011364	2688	0.5040336654600027	5	2	2	2	0	True	36893	fragment	False	ISR0033_000000011364	1.0		0	0	False	False	0.9973958134651184	0					non-mobilizable	no_good_hit								True	True
ISR0279_000000007846	2628	0.5040336654600027	3	2	2	2	0	True	34356	maximal	True	ISR0279_000000007846	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	96.104	14.0	0.0018323845335292967	NZ_CYYV01000009.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0158_000000009669	2002	0.5040336654600027	4	2	2	2	0	True	3140	fragment	False	SPA0158_000000009669	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	2.0	6.337980654447206e-07	CP039350.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu01	True	True
ISR0308_000000009974	1762	0.5040336654600027	3	2	2	2	0	True	25414	maximal	True	ISR0308_000000009974	1.0		67	11	False	False	0.986379086971283	0					non-mobilizable	no_good_hit								True	True
ISR0079_000000016932	1669	0.5040336654600027	2	2	2	2	0	True	34355	fragment	False	ISR0079_000000016932	1.0		0	0	False	False	0.9976033568382263	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	4.898086219752218e-07	LR597464.1	bony fishes	Sphaeramia orbicularis genome assembly, chromosome: 7	True	True
ENG0065_000000017064	1581	0.5040336654600027	4	2	2	2	0	True	62829	fragment	False	ENG0065_000000017064	1.0		0	0	False	False	0.9690069556236267	0					non-mobilizable	no_good_hit								True	True
ENG0145_000000020435	1416	0.5040336654600027	3	2	2	2	0	True	57472	maximal	True	ENG0145_000000020435	1.0		2	2	False	False	0.979519784450531	0					non-mobilizable	no_good_hit								True	True
MON0051_000000027740	1324	0.5040336654600027	2	2	2	2	0	True	11247	maximal	True	MON0051_000000027740	1.0		0	0	False	False	0.9010574221611023	0					non-mobilizable	no_good_hit	107.0	100.0	8.0	0.0006530230036593931	AC093027.12	primates	Homo sapiens 12q BAC RP11-701B6 (Roswell Park Cancer Institute Human BAC Library) complete sequence	True	True
SPA0077_000000021639	1300	0.5040336654600027	2	2	2	2	0	True	5683	fragment	False	SPA0077_000000021639	1.0		0	0	False	False	0.9938461780548096	0					non-mobilizable	no_good_hit								True	True
SPA0097_000000026617	1226	0.5040336654600027	2	2	2	2	0	True	5102	fragment	False	SPA0097_000000026617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	283.0	81.979	23.0	0.00802344439070191	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	True
ISR0077_000000032795	1146	0.5040336654600027	2	2	2	2	0	True	34443	fragment	False	ISR0077_000000032795	1.0		0	0	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit								True	True
SPA0114_000000042634	1099	0.5040336654600027	3	2	2	2	0	True	4407	fragment	False	SPA0114_000000042634	1.0		0	0	False	False	0.9990900754928589	0					non-mobilizable	no_good_hit								True	True
MON0069_000000016663	2865	0.5040330757752589	5	4	3	3	2	True	118240	fragment	False	MAD0072_000000001538	0.4854841554886047		0	0	False	False	1.0	0					non-mobilizable	other	2865.0	99.93	100.0	0.002458478833389988	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	True
ISR0091_000000022265	1307	0.5040300906276954	2	2	2	2	2	False	33613	maximal	True	ISR0091_000000022265	1.0		206	10	False	False	0.9992349147796631	0					non-mobilizable	other	1307.0	99.38799999999999	100.0	0.004832455153632112	NZ_PYLP01000002.1	firmicutes	Faecalibacillus faecis strain SNUG30370 scaffold_1, whole genome shotgun sequence	False	False
ENG0163_000000018720	1393	0.5040293558315639	2	1	1	1	0	True	56307	maximal	True	ENG0163_000000018720	1.0		0	0	False	False	0.9863603711128235	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00042614308937956725	NZ_JHVC01000022.1	firmicutes	Clostridium lundense DSM 17049 T514DRAFT_scaffold00021.21_C, whole genome shotgun sequence	True	True
ENG0004_000000021787	1252	0.5040237935524051	2	1	1	1	1	False	67737	fragment	False	ENG0136_000000007528	0.3214997508719482		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	74.098	37.0	0.00010384963116412043	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
AST0003_000000014175	2392	0.5040217514071773	2	2	2	2	2	False	130214	maximal	False	ISR0143_000000012315	0.970774565515251		0	0	False	False	1.0	0					non-mobilizable	other	2392.0	99.749	100.0	0.0007148086773169473	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ISR0222_000000024422	2002	0.5040204068950433	4	2	2	1	1	False	61716	maximal	True	ISR0222_000000024422	1.0		21	7	False	False	0.9950050115585327	0					non-mobilizable	no_good_hit	1233.0	92.133	62.0	0.022408708632176793	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
AST0046_000000013090	1232	0.5040204068950433	2	2	2	1	1	False	130948	fragment	False	AST0046_000000013090	0.9720853858784892		0	0	False	False	0.9991883039474487	0					non-mobilizable	chromosome	1191.0	87.825	100.0	0.00032503745175011754	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	False
AST0002_000000030829	1218	0.5040204068950433	2	2	2	1	1	False	130948	fragment	False	AST0046_000000013090	0.9667207792207793		0	0	False	False	0.9876847267150879	0					non-mobilizable	chromosome	1163.0	87.79	95.0	0.00030616608995260105	CP045695.1	firmicutes	[Clostridium] scindens strain BL389WT3D chromosome, complete genome	False	False
FIJ0015_000000021875	1467	0.5040180337150058	2	2	2	1	1	True	50320	maximal	True	FIJ0015_000000021875	1.0		379	14	False	False	1.0	0					non-mobilizable	chromosome	1331.0	94.215	90.0	0.00029978379366548926	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ISR0794_000000006708	2910	0.5040136477472759	3	3	3	3	3	False	71081	fragment	False	ISR0794_000000006708	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0139_000000006898	3773	0.5040127880975538	5	1	0	1	1	False	4877	maximal	True	SPA0139_000000006898	1.0		2	1	False	False	0.9997349381446838	0					non-mobilizable	no_good_hit	797.0	96.236	21.0	0.00035145753324496853	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	True	False
SPA0103_000000004464	3450	0.5040127880975538	4	1	0	1	1	False	4876	fragment	False	SPA0103_000000004464	0.9956992672825741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	86.709	5.0	0.006813053289359486	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
FIJ0028_000000008965	3395	0.5040127880975538	5	1	0	1	1	False	125159	fragment	False	FIJ0028_000000008965	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	plasmid	3411.0	95.602	100.0	0.5863612881005683	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
SPA0138_000000007985	3139	0.5040127880975538	4	1	0	1	1	False	4876	fragment	False	SPA0103_000000004464	0.9510144927536233		0	0	False	False	0.9996814131736755	0					non-mobilizable	no_good_hit	140.0	86.429	4.0	0.006031938899496615	CP048434.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 plasmid putative_pCaero1, complete sequence	True	False
MAD0103_000000007648	2722	0.5040127880975538	4	1	0	1	1	False	125119	fragment	False	MAD0103_000000007648	1.0		0	0	False	False	0.9966936111450195	0	rep_cluster_233				non-mobilizable	no_good_hit	1523.0	90.479	73.0	0.26175305665576026	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
MAD0087_000000010717	2634	0.5040127880975538	3	1	0	1	1	False	16242	fragment	False	MAD0087_000000010717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0112_000000010832	2579	0.5040127880975538	4	1	0	1	1	False	125152	fragment	False	ENG0112_000000010832	0.967860048820179		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1557.0	97.046	99.0	0.3540386803185438	LN852743.1		Uncultured prokaryote from Rat gut metagenome metamobilome, isolate RGRH0052	False	True
MON0024_000000025025	2012	0.5040127880975538	2	1	0	1	1	False	125134	fragment	False	MON0024_000000025025	1.0		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	plasmid	2027.0	92.008	100.0	0.3480282417771655	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
CAN0001_000000022666	1972	0.5040127880975538	2	1	0	1	1	False	125133	fragment	False	CAN0001_000000022666	1.0		0	0	False	False	0.9974644780158997	0	rep_cluster_233				non-mobilizable	no_good_hit	1536.0	92.773	85.0	0.26381952815567417	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	True	True
SPA0035_000000010175	1945	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.5950895808381965		0	0	False	False	0.9969151616096497	0	rep_cluster_233				non-mobilizable	other	1940.0	94.43299999999999	99.0	0.19750944166581608	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
SPA0036_000000012934	1928	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.5949179683424496		0	0	False	False	0.9963693022727966	0	rep_cluster_233				non-mobilizable	other	1941.0	94.436	99.0	0.19761151372869246	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
MON0009_000000019606	1917	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.544700834423276		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1838.0	93.852	99.0	0.18668980300091864	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ENG0202_000000011252	1907	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.42213010561446873		0	0	False	False	0.9937074184417725	0	rep_cluster_233				non-mobilizable	plasmid	1919.0	95.102	99.0	0.3292577923196143	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
SPA0071_000000011774	1876	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.6109950358605368		0	0	False	False	0.998400866985321	0	rep_cluster_233				non-mobilizable	plasmid	1893.0	91.337	100.0	0.3228861718615464	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ENG0034_000000007776	1857	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.8606305685943411		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1838.0	96.572	99.0	0.1875063795039298	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
AST0016_000000013485	1856	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.6282102672836722		0	0	False	False	0.9989224076271057	0	rep_cluster_233				non-mobilizable	other	1859.0	94.836	100.0	0.1893436766357048	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
AST0012_000000012538	1823	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.7785805066087519		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1823.0	97.861	100.0	0.1859752985607839	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
SPA0070_000000011482	1810	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.6058259516100553		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1812.0	91.17	100.0	0.18464836174339083	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0279_000000012129	1808	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.6523682093225778		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1763.0	96.994	98.0	0.17985097478820047	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ITA0002_000000005485	1798	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.8154268640247793		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1798.0	97.44200000000001	100.0	0.18342349698887414	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ISR0286_000000010717	1784	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.7005465406839068		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1784.0	97.197	100.0	0.18199448810860466	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ENG0132_000000010755	1783	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.6812451043034283		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1784.0	97.25299999999999	100.0	0.18189241604572828	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
DEN0065_000000019593	1777	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.7700074998066125		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1778.0	97.35700000000001	100.0	0.18138205573134633	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
SPA0056_000000020090	1776	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.6808161159956543		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1776.0	97.12799999999999	100.0	0.18117791160559354	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
DEN0052_000000025589	1767	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.7261209178640717		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1767.0	97.51	100.0	0.18025926303970602	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
AST0031_000000015191	1765	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.7476961974891498		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1765.0	97.904	100.0	0.18005511891395326	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
DEN0094_000000021487	1764	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.6788391885736865		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1764.0	97.619	100.0	0.17995304685107685	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
SPA0044_000000015621	1760	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.6869001534883005		0	0	False	False	0.9994317889213562	0	rep_cluster_233				non-mobilizable	other	1762.0	93.303	100.0	0.30951961991905685	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
ISR0150_000000013687	1737	0.5040127880975538	2	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.3277150919145096		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1556.0	96.787	90.0	0.15872205777278758	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
SPA0072_000000012583	1627	0.5040127880975538	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.36944118632278855		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1629.0	90.301	100.0	0.16596917423701132	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
FIJ0140_000000020716	1611	0.5040127880975538	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.3250715455228525		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	plasmid	1635.0	89.84700000000001	100.0	0.2805235061133115	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ISR0069_000000015629	1600	0.5040127880975538	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.42142165534450937		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1600.0	97.25	100.0	0.16321322853934878	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
ENG0209_000000011485	1591	0.5040127880975538	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.3476336101818448		0	0	False	False	0.9968573451042175	0	rep_cluster_233				non-mobilizable	other	1605.0	90.28	100.0	0.2813654759809959	NZ_WAJR01000045.1	actinobacteria	Ellagibacter isourolithinifaciens strain DSM 104140 DSM104140T_contig_045, whole genome shotgun sequence	False	True
SPA0130_000000020986	1590	0.5040127880975538	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.4427084879582067		0	0	False	False	1.0	0	rep_cluster_233				non-mobilizable	other	1590.0	97.86200000000001	100.0	0.16219250791058487	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
MON0025_000000026512	1571	0.5040127880975538	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.30241809258276836		0	0	False	False	0.9376193284988403	0	rep_cluster_233				non-mobilizable	plasmid	1578.0	90.62100000000001	100.0	0.2686412949888066	FN429765.1	bacteria	Uncultured bacterium plasmid pTRACA18 complete sequence	False	True
ISR0037_000000015633	1525	0.5040127880975538	1	1	0	1	1	False	125114	fragment	False	ENG0034_000000007776	0.2654939205500736		0	0	False	False	0.9921311736106873	0	rep_cluster_233				non-mobilizable	other	1525.0	97.115	100.0	0.15555782382361946	NZ_QIBZ01000026.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_026, whole genome shotgun sequence	False	True
MON0022_000000021097	1486	0.5040127880975538	1	1	0	1	1	False	13011	fragment	False	MON0022_000000021097	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1150.0	85.73899999999999	91.0	0.13926052055460958	NZ_CABKQR010000007.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
FIJ0017_000000023923	1255	0.5040095838224616	3	3	2	3	1	False	50082	maximal	True	FIJ0017_000000023923	1.0		1661	16	False	False	0.9992032051086426	0					non-mobilizable	other	1255.0	98.406	100.0	0.02381359311798553	NZ_JAAITU010000030.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_30_length_52659_cov_153.326, whole genome shotgun sequence	False	False
ISR0069_000000023150	1117	0.5040095838224616	3	3	2	3	1	False	34922	maximal	True	ISR0069_000000023150	1.0		266	12	False	False	1.0	0					non-mobilizable	no_good_hit	782.0	98.721	89.0	0.00018565549480759665	CP026591.1	firmicutes	Clostridioides difficile strain CD-17-01474 chromosome, complete genome	True	False
ISR0277_000000008771	1139	0.5040094125820107	2	2	2	2	2	False	26287	fragment	False	ISR0277_000000008771	1.0		0	0	False	False	0.9631255269050598	0					non-mobilizable	chromosome	619.0	85.137	100.0	0.00011139100282052129	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
MAD0063_000000013546	1133	0.5040076858932219	2	2	2	2	2	False	16697	fragment	False	MAD0063_000000013546	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	594.0	84.512	52.0	0.004624963867469785	NZ_CABIYV010000007.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ENG0020_000000002774	7344	0.5040070723890205	9	4	2	3	3	True	122253	maximal	False	CHI0058_000000001690	0.9213251258788357		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1958.0	79.418	50.0	0.20803629293583928	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
ISR0277_000000001610	5470	0.5040070723890205	8	4	2	3	3	True	64759	fragment	False	ISR0277_000000001610	0.9992015968063872		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	901.0	85.572	53.0	0.09699719161806006	NZ_LN866271.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	True	True
CHI0183_000000007617	1108	0.5040052365274826	2	2	2	1	2	False	89658	fragment	False	SPA0115_000000024347	0.7404814350062096		0	0	False	False	1.0	0					non-mobilizable	chromosome	1108.0	95.21700000000001	100.0	0.0003119020644422912	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ENG0102_000000007630	3508	0.5040030967903121	8	7	1	3	6	True	60400	fragment	False	ENG0102_000000007630	1.0		0	0	False	False	0.9991447925567627	0					non-mobilizable	chromosome	3509.0	96.609	99.0	0.001588755604902809	CP024959.1	high GC Gram+	Bifidobacterium adolescentis strain P2P3 chromosome, complete genome	False	True
MON0024_000000022363	2230	0.5039994759957662	3	1	1	1	1	False	12933	maximal	True	MON0024_000000022363	1.0		5	1	False	False	0.9986547231674194	0					non-mobilizable	no_good_hit	543.0	76.611	24.0	0.002652360600934832	NZ_FCOU01000005.1	actinobacteria	Collinsella ihuae strain GD8, whole genome shotgun sequence	True	False
MON0052_000000014554	1890	0.5039929531789337	3	1	1	1	1	False	20791	maximal	True	MON0052_000000014554	1.0		210	14	False	False	0.9994708895683289	0					non-mobilizable	other	1890.0	99.365	100.0	0.0016904589743773311	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	False	False
SPA0136_000000008369	4528	0.503992555953385	5	2	1	2	1	True	105140	fragment	False	SPA0136_000000008369	0.9553916004540295		0	0	False	False	0.9995583295822144	0					non-mobilizable	chromosome	4449.0	95.729	98.0	0.0015231514915647693	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
AST0148_000000007832	4405	0.503992555953385	5	2	1	2	1	True	105140	fragment	False	SPA0136_000000008369	0.9430212014134276		0	0	False	False	1.0	0					non-mobilizable	chromosome	4405.0	99.319	100.0	0.0015087627460304192	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	True
USA0003_01_000000004086	9191	0.5039904618784633	8	4	1	4	1	False	2258	maximal	True	USA0003_01_000000004086	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	95.0	81.053	1.0	5.2786421086265926e-05	CP000609.1	euryarchaeotes	Methanococcus maripaludis C5, complete genome	True	False
ENG0086_000000004101	5746	0.5039902221419807	10	5	3	5	3	True	61455	maximal	True	ENG0086_000000004101	1.0		49	8	False	False	1.0	0					non-mobilizable	no_good_hit	136.0	97.059	2.0	0.0011174954758112266	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	True	True
USA0052_01_000000007135	2249	0.5039898301560508	2	2	2	1	1	False	60701	fragment	False	USA0052_01_000000007135	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2249.0	99.73299999999999	100.0	0.0004918173021239375	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0146_000000013335	1703	0.5039898301560508	2	2	2	1	1	False	60700	fragment	False	ENG0146_000000013335	0.9983631593594444		0	0	False	False	1.0	0					non-mobilizable	chromosome	1703.0	100.0	100.0	0.00037236345561162884	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0098_000000015823	1578	0.5039898301560508	2	2	2	1	1	False	60700	fragment	False	ENG0146_000000013335	0.9777138323708638		0	0	False	False	1.0	0					non-mobilizable	other	1578.0	99.74700000000001	100.0	0.00203481770510756	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
TAN0001_000000007579	1804	0.5039896109327369	2	2	1	1	2	False	70947	fragment	False	ISR0156_000000013415	0.7801326615998979		0	0	False	False	1.0	0					non-mobilizable	other	1804.0	100.0	100.0	0.10835987739647815	NZ_QSGP01000023.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf23, whole genome shotgun sequence	False	False
ISR0247_000000004936	2656	0.5039872975056612	3	2	1	2	2	True	87091	maximal	True	ISR0247_000000004936	1.0		21	5	False	False	1.0	0					non-mobilizable	no_good_hit	1812.0	93.212	72.0	0.0005621546419911785	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0036_000000009701	2275	0.5039872975056612	3	2	1	2	2	True	87086	fragment	False	MON0062_000000016019	0.9319229157938835		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	85.228	80.0	0.00035738296912084694	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0060_000000016258	1880	0.5039863690747715	2	2	2	2	1	False	63332	maximal	True	ENG0060_000000016258	1.0		0	0	False	False	0.9893617033958435	0					non-mobilizable	no_good_hit								True	False
ISR0152_000000012684	1854	0.5039845494496845	2	1	1	1	1	False	30715	maximal	True	ISR0152_000000012684	1.0		169	11	False	False	1.0	0					non-mobilizable	chromosome	1854.0	99.89200000000001	100.0	0.00028197983014861995	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
MON0105_000000029601	1841	0.5039845494496845	1	1	1	1	1	False	8727	fragment	False	MON0105_000000029601	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1829.0	99.289	99.0	0.013863293366398957	NZ_RCXZ01000016.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0016, whole genome shotgun sequence	False	False
ENG0143_000000009591	1927	0.5039841462168603	3	3	3	2	2	False	57611	fragment	False	ENG0143_000000009591	1.0		0	0	False	False	0.9989621043205261	0					non-mobilizable	no_good_hit								True	False
ENG0209_000000006657	2824	0.5039830833206327	2	2	2	2	2	False	53793	fragment	False	ENG0209_000000006657	1.0		0	0	False	False	0.9957507252693176	0					non-mobilizable	no_good_hit	1140.0	74.825	40.0	0.0006216651983843354	NZ_JH815198.1	actinobacteria	Slackia piriformis YIT 12062 supercont1.1, whole genome shotgun sequence	True	False
ISR0032_000000026604	1270	0.5039819538270665	3	3	3	2	2	False	36924	maximal	True	ISR0032_000000026604	1.0		39	10	False	False	0.995275616645813	0					non-mobilizable	other	759.0	92.885	95.0	0.00036322252171308773	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
CHI0141_000000019046	1456	0.5039751001667904	2	2	2	2	2	False	103312	maximal	False	MON0063_000000020399	0.9623501549734121		0	0	False	False	0.9986263513565063	0					non-mobilizable	other	1457.0	96.5	100.0	0.001962782723732257	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	False	False
ISR0166_000000015861	1368	0.5039747409776729	3	3	3	3	2	False	58397	maximal	True	ISR0166_000000015861	1.0		217	10	False	False	0.9926900863647461	0					non-mobilizable	other	1368.0	83.991	100.0	0.005139503552360372	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
ISR0135_000000013703	1492	0.5039745861460957	3	2	2	2	1	True	31413	fragment	False	ISR0135_000000013703	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1486.0	92.665	99.0	0.00040568173120031494	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
ENG0108_000000004214	5839	0.5039715160463876	7	6	2	5	4	True	80684	fragment	False	ENG0108_000000004214	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1357.0	91.74600000000001	34.0	0.00033999164950398856	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	True
DEN0096_000000037638	1214	0.5039688539653889	2	1	1	1	1	False	68129	fragment	False	DEN0096_000000037638	1.0		0	0	False	False	0.9925864934921265	0					non-mobilizable	chromosome	1218.0	88.67	99.0	0.00033601280579044436	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
USA0134_01_000000001151	3818	0.5039677151814603	5	5	4	5	4	False	70736	maximal	True	USA0134_01_000000001151	1.0		55	10	False	False	0.9944997429847717	0					non-mobilizable	other	3818.0	99.895	100.0	0.03102293600351111	NZ_CYZO01000004.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	False	False
CHI0052_000000003759	4128	0.5039668138137449	5	3	3	3	2	True	86518	maximal	True	CHI0052_000000003759	0.9694529652351738		730	12	False	False	0.9992732405662537	0					non-mobilizable	no_good_hit	1702.0	88.249	78.0	0.005229530300968592	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0815_000000005565	5203	0.5039659276902213	3	3	3	3	2	False	21474	maximal	True	ISR0815_000000005565	1.0		94	11	False	False	0.9840476512908936	0					non-mobilizable	no_good_hit	3488.0	99.742	67.0	0.0006490260142729885	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	True	False
ISR0225_000000014171	1513	0.5039656347230475	3	3	3	3	3	False	27673	fragment	False	ISR0225_000000014171	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1513.0	99.868	100.0	0.0003174620504773059	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
AST0016_000000001629	12693	0.5039617762356103	12	6	3	5	2	True	123968	fragment	False	SPA0097_000000001211	0.5297236062070578		0	0	False	False	0.9996848702430725	0					non-mobilizable	no_good_hit	90.0	96.667	1.0	5.240500709234057e-05	NZ_FMIZ01000007.1	firmicutes	Massilioclostridium coli strain Marseille-P2976T, whole genome shotgun sequence	True	True
ISR0358_000000010452	1868	0.5039607075489738	2	2	1	2	1	False	67649	maximal	True	ISR0358_000000010452	1.0		29	7	False	False	0.9989293217658997	0					non-mobilizable	no_good_hit	1440.0	99.444	77.0	0.01412321251558068	NZ_JAAITI010000013.1	firmicutes	Blautia luti strain MSK.16.34 NODE_13_length_101889_cov_219.518, whole genome shotgun sequence	True	False
ENG0040_000000011337	2044	0.5039603845130982	3	2	2	2	2	False	64855	maximal	True	ENG0040_000000011337	1.0		12	5	False	False	0.9995107650756836	0					non-mobilizable	other	2044.0	99.462	100.0	0.02925928047662695	NZ_QEKJ01000013.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_113, whole genome shotgun sequence	False	False
MAD0061_000000017400	1104	0.5039603684788652	2	2	1	2	1	False	16792	fragment	False	MAD0061_000000017400	1.0		0	0	False	False	0.9927536249160767	0					non-mobilizable	no_good_hit	494.0	89.87899999999999	69.0	0.00017936543437732557	NC_015385.1	spirochetes	Treponema succinifaciens DSM 2489, complete sequence	True	False
ISR0244_000000010085	2390	0.5039602696946954	2	2	2	2	1	False	27194	maximal	True	ISR0244_000000010085	1.0		1	1	False	False	0.9995815753936768	0					non-mobilizable	no_good_hit	342.0	73.684	14.0	0.00013755333271194814	NZ_LT906477.1	firmicutes	Clostridium cochlearium strain NCTC13027 chromosome 1	True	False
CHI0058_000000019491	1133	0.5039590450524375	2	2	2	2	2	False	85845	fragment	False	CHI0058_000000019491	1.0		0	0	False	False	0.999117374420166	0					non-mobilizable	chromosome	1133.0	87.99600000000001	100.0	0.0004245479559010664	CP024740.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-4 chromosome, complete genome	False	False
SPA0080_000000001558	7350	0.5039548123348855	6	4	2	3	2	False	5632	maximal	True	SPA0080_000000001558	1.0		26	7	False	False	1.0	0					non-mobilizable	chromosome	7352.0	98.273	100.0	0.0013222491161385705	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	False	False
SPA0045_000000014949	1719	0.5039530821113454	3	3	3	2	1	False	90566	fragment	False	SPA0045_000000014949	0.9692578206299131		0	0	False	False	0.9994182586669922	0					non-mobilizable	other	1719.0	98.604	100.0	0.006869252299080368	NZ_DS499671.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_10, whole genome shotgun sequence	False	False
FIJ0023_000000009244	3384	0.5039529748641252	6	4	4	3	3	False	49380	maximal	True	FIJ0023_000000009244	1.0		111	8	False	False	1.0	0					non-mobilizable	no_good_hit	1157.0	84.18299999999999	34.0	0.0003442423226478521	CP045696.1	CFB group bacteria	Muribaculaceae bacterium DSM 108610 strain Oil-RF-744-WCA-WT-10 chromosome, complete genome	True	False
ISR0119_000000008424	3841	0.5039493965494231	3	3	3	3	2	False	35252	fragment	False	ISR0119_000000008424	1.0		0	0	False	False	0.9859411716461182	0					non-mobilizable	chromosome	3775.0	99.62899999999999	98.0	0.0006708751311886187	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
ISR0290_000000001980	4698	0.5039492052126513	5	5	3	3	2	False	42832	maximal	True	ISR0290_000000001980	1.0		5	3	False	False	0.9997871518135071	0					non-mobilizable	no_good_hit	560.0	99.464	12.0	0.00019150735127861134	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ENG0043_000000021827	1587	0.5039483957932296	2	2	2	2	1	False	64585	maximal	True	ENG0043_000000021827	1.0		224	12	False	False	0.9848771095275879	0					non-mobilizable	no_good_hit	448.0	71.875	28.0	0.0001711385174204264	NZ_VDMS01000001.1	high GC Gram+	Nocardioides plantarum strain DSM 11054 Scaffold1_1, whole genome shotgun sequence	True	False
SPA0117_000000018731	2025	0.503943701735361	3	3	3	3	3	False	76250	fragment	False	MAD0102_000000008791	0.9612352641270204		0	0	False	False	1.0	0					non-mobilizable	chromosome	2026.0	95.90299999999999	99.0	0.000574854864079962	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
USA0113_01_000000013718	1312	0.5039402070137228	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.9425888879798616		0	0	False	False	0.9977133870124817	0					non-mobilizable	no_good_hit	380.0	72.368	28.0	0.001556180651908957	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
MAD0042_000000005753	3699	0.5039365599562727	4	2	1	2	1	False	18152	maximal	True	MAD0042_000000005753	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0115_000000014203	1665	0.5039332832205877	1	1	1	1	1	False	41722	maximal	True	FIJ0115_000000014203	1.0		58	10	False	False	0.9987987875938416	0					non-mobilizable	no_good_hit	1481.0	98.515	89.0	0.0004428908683982702	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0161_000000019531	1586	0.5039280409304762	2	2	2	2	1	False	121153	fragment	False	ENG0127_000000016823	0.5660472868706704		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	250.0	75.6	16.0	0.012466562358047746	NZ_FOXF01000046.1	g-proteobacteria	Ruminobacter amylophilus strain DSM 1361, whole genome shotgun sequence	True	False
USA0034_01_000000032857	1585	0.5039280409304762	2	2	2	2	1	False	121153	fragment	False	ENG0127_000000016823	0.5740788898295052		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	73.05199999999999	38.0	0.009965409323011036	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
ENG0127_000000016823	1571	0.5039280409304762	2	2	2	2	1	False	121153	fragment	False	ENG0127_000000016823	0.9241957194256116		0	0	False	False	0.998090386390686	0					non-mobilizable	no_good_hit	615.0	73.65899999999999	39.0	0.009965409323011036	NZ_AUME01000014.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00012.12_C, whole genome shotgun sequence	True	False
AST0153_000000019084	1753	0.5039241257519007	3	1	1	1	1	True	103362	fragment	False	AST0153_000000019084	1.0		0	0	False	False	0.9885910153388977	0					non-mobilizable	chromosome	1755.0	95.954	100.0	0.00031997143803158974	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	True
USA0019_01_000000018407	1654	0.5039241257519007	2	1	1	1	1	True	1828	fragment	False	USA0019_01_000000018407	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1503.0	96.67299999999999	100.0	0.006467642410854616	NZ_CZAI01000009.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	True
CHI0069_000000007524	1378	0.5039241257519007	3	1	1	1	1	True	85043	fragment	False	CHI0069_000000007524	0.9997343957503321		0	0	False	False	1.0	0					non-mobilizable	other	1378.0	100.0	100.0	0.0028708912063580756	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0113_000000013262	1255	0.5039241257519007	3	1	1	1	1	True	85043	fragment	False	CHI0069_000000007524	0.9579295781708713		0	0	False	False	1.0	0					non-mobilizable	other	1255.0	99.92	100.0	0.0026144499439165044	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0346_000000021521	1187	0.5039241257519007	2	1	1	1	1	True	85043	fragment	False	CHI0069_000000007524	0.6371845949535192		0	0	False	False	0.9907329678535461	0					non-mobilizable	other	1187.0	100.0	100.0	0.0024726775386642538	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0038_000000031114	1164	0.5039234132966228	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.18201665916695073		0	0	False	False	1.0	0					non-mobilizable	other	1164.0	98.11	100.0	0.010661313092422492	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
SPA0149_000000022881	1741	0.5039226714745421	2	1	1	1	1	False	70448	fragment	False	DEN0071_000000022497	0.9614354579539368		0	0	False	False	0.9948305487632751	0					non-mobilizable	no_good_hit								True	False
SPA0005_000000009295	3171	0.5039220486305084	3	3	2	3	3	False	8326	maximal	True	SPA0005_000000009295	1.0		18	5	False	False	0.9933775067329407	0					non-mobilizable	no_good_hit	1205.0	76.929	38.0	0.009935320397412815	NZ_CABJCG010000020.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
CAN0020_000000021540	1665	0.5039181857557751	2	2	2	2	2	False	115881	fragment	False	CAN0020_000000021540	0.9658484577100004		0	0	False	False	0.9993994235992432	0					non-mobilizable	other	1665.0	99.219	100.0	0.01302972405800733	NZ_JAAWUO010000012.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_12_length_127708_cov_185.584, whole genome shotgun sequence	False	False
ETH0002_000000012452	2120	0.5039137816835326	1	1	1	1	1	False	53342	maximal	True	ETH0002_000000012452	1.0		2	2	False	False	0.9882075190544128	0					non-mobilizable	no_good_hit	1863.0	77.241	87.0	0.007857768853114603	NZ_FRCJ01000007.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	True	False
ISR0307_000000005806	1814	0.5039137816835326	1	1	1	1	1	False	25434	fragment	False	ISR0307_000000005806	0.9539152651846439		0	0	False	False	1.0	0					non-mobilizable	chromosome	1814.0	99.945	100.0	0.0003329714052311589	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ENG0122_000000017138	1696	0.5039137816835326	1	1	1	1	1	False	59059	fragment	False	ENG0122_000000017138	1.0		0	0	False	False	0.9988207817077637	0					non-mobilizable	other	1686.0	99.229	99.0	0.008566083393490794	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ISR0062_000000031271	1238	0.503910619752576	2	2	2	2	2	False	35299	maximal	True	ISR0062_000000031271	1.0		175	11	False	False	0.9967690110206604	0					non-mobilizable	other	1236.0	98.544	99.0	0.011470446186424937	NZ_CABMOJ010000020.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
ISR0194_000000017892	1501	0.5039080683032082	3	1	1	1	1	False	29031	fragment	False	ISR0194_000000017892	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0002_000000008246	2629	0.5039070739420479	3	1	1	1	1	False	68000	maximal	True	ENG0002_000000008246	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	79.0	86.07600000000001	3.0	1.7822335701515275e-05	NZ_JAASRM010000001.1	a-proteobacteria	Rhizomicrobium palustre strain DSM 19867 Ga0373301_01, whole genome shotgun sequence	True	False
FIJ0123_000000015916	2050	0.5039042525433103	3	2	1	2	1	True	41343	maximal	True	FIJ0123_000000015916	1.0		2	1	False	False	0.9995121955871582	0					non-mobilizable	no_good_hit	636.0	70.91199999999999	30.0	0.000693606352231787	LR215010.1	mycoplasmas	Mycoplasma canis strain NCTC10146 genome assembly, chromosome: 1	True	True
MON0078_000000005438	6463	0.5039031977203472	9	5	4	3	3	True	44886	fragment	False	MON0078_000000005438	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	441.0	97.279	7.0	9.792252903625537e-05	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	True
MAD0088_000000021914	1222	0.5039003954743022	2	2	2	2	1	False	18443	maximal	True	MAD0088_000000021914	0.981239092495637		50	8	False	False	0.9983633160591125	0					non-mobilizable	no_good_hit	554.0	97.11200000000001	86.0	0.005857758346244455	NZ_CABIYV010000010.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0014_000000017527	2048	0.5038993283915509	4	3	3	2	2	False	38025	fragment	False	ISR0014_000000017527	1.0		0	0	False	False	0.98388671875	0					non-mobilizable	no_good_hit	1450.0	94.13799999999999	70.0	0.0006709533387938255	NC_015678.1	firmicutes	Streptococcus parasanguinis ATCC 15912, complete sequence	True	False
AUS0012_000000001216	9549	0.5038969111990022	10	5	4	5	1	False	101324	fragment	False	FIJ0035_000000001207	0.8526717855279476		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1069.0	88.775	18.0	0.004794290435935386	NZ_VZBY01000022.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_2_length_220262_cov_26.1487_ID_3, whole genome shotgun sequence	True	False
ISR0112_000000003268	7547	0.5038941646147322	5	5	4	5	4	False	32663	maximal	True	ISR0112_000000003268	1.0		2	1	False	False	0.9985424876213074	0					non-mobilizable	no_good_hit	788.0	75.76100000000001	25.0	0.0003730317196523153	NZ_GL622346.1	high GC Gram+	Mobiluncus holmesii ATCC 35242 SCAFFOLD1, whole genome shotgun sequence	True	False
TAN0009_000000028172	1517	0.5038909726516734	1	1	1	1	1	False	69076	maximal	False	MON0087_000000032317	0.9113192159101401		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	8.117689705509812e-06	CP022415.1	a-proteobacteria	Sulfitobacter pseudonitzschiae strain SMR1, complete genome	True	False
TAN0002_000000030017	1403	0.5038909726516734	1	1	1	1	1	False	35688	fragment	False	TAN0002_000000030017	0.9513202681143572		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	30.0	100.0	2.0	8.117689705509812e-06	CP022415.1	a-proteobacteria	Sulfitobacter pseudonitzschiae strain SMR1, complete genome	True	False
USA0052_01_000000012899	1166	0.5038898088712012	2	2	2	2	1	True	110591	fragment	False	CAN0017_000000026504	0.3796535450149299		0	0	False	False	0.9888507723808289	0					non-mobilizable	other	1166.0	100.0	100.0	0.0004883477706819473	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	False	True
ENG0056_000000003369	3461	0.5038890042594749	5	3	2	2	2	True	75417	maximal	True	ENG0056_000000003369	1.0		59	11	False	False	1.0	0					non-mobilizable	other	3461.0	100.0	100.0	0.0006039358815587481	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0802_000000004604	3156	0.5038890042594749	5	3	2	2	2	True	75415	fragment	False	ISR0802_000000004604	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2927.0	93.611	99.0	0.0005105527322425832	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
DEN0014_000000000854	2616	0.5038890042594749	4	3	2	2	2	True	75414	fragment	False	DEN0014_000000000854	0.9664826498422713		0	0	False	False	1.0	0					non-mobilizable	other	2623.0	93.93799999999999	100.0	0.000457664705620531	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
MON0101_000000024689	2536	0.5038890042594749	4	3	2	2	2	True	75414	fragment	False	DEN0014_000000000854	0.9512614678899083		0	0	False	False	0.9968454241752625	0					non-mobilizable	other	2523.0	94.17399999999999	99.0	0.00044020991135582734	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
ISR0001_000000020350	1152	0.5038883709182823	2	1	1	1	1	False	38667	maximal	True	ISR0001_000000020350	1.0		59	9	False	False	0.9991319179534912	0					non-mobilizable	chromosome	1152.0	98.09	100.0	0.00017061876652267095	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
DEN0031_000000001320	13859	0.5038882575544528	11	9	8	8	7	True	93656	maximal	True	DEN0031_000000001320	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2006.0	75.872	14.0	0.000614419157682666	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
AST0025_000000033883	1156	0.5038824366302949	3	3	3	2	2	False	119643	maximal	True	AST0025_000000033883	0.9903846153846154		72	7	False	False	1.0	0					non-mobilizable	other	1156.0	98.962	100.0	0.0003278731338199292	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
AST0010_000000024693	1228	0.5038789316970401	2	2	2	2	1	False	125736	maximal	True	AST0010_000000024693	1.0		3	3	False	False	0.9991856813430786	0					non-mobilizable	no_good_hit	49.0	87.755	4.0	8.063912857583063e-06	CP006872.1	firmicutes	Paenibacillus polymyxa SQR-21, complete genome	True	False
ISR0304_000000006631	1520	0.5038782397570329	3	2	2	2	1	True	25488	maximal	True	ISR0304_000000006631	1.0		83	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0347_000000018478	1218	0.5038727438707956	2	2	1	2	2	False	36733	maximal	True	ISR0347_000000018478	0.9884547069271759		1223	13	False	False	0.9991790056228638	0					non-mobilizable	other	1218.0	98.44	100.0	0.00023570704074555473	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0392_000000004409	6205	0.5038719669699323	9	3	0	3	1	True	22838	maximal	True	ISR0392_000000004409	1.0		22	9	False	False	0.9991942048072815	0					non-mobilizable	no_good_hit								True	True
ENG0178_000000015692	1452	0.5038702320594723	2	2	2	2	2	False	58959	fragment	False	ENG0178_000000015692	1.0		0	0	False	False	0.9993112683296204	0					non-mobilizable	other	1452.0	100.0	100.0	0.008457238778567223	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
FIJ0095_000000024905	1134	0.5038696261588362	2	2	2	1	1	False	43056	fragment	False	FIJ0095_000000024905	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1134.0	98.325	100.0	0.0003813611665275972	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0006_000000005014	1852	0.5038695036615713	2	1	1	1	1	False	19893	maximal	True	MAD0006_000000005014	1.0		1	1	False	False	0.9762418866157532	0					non-mobilizable	no_good_hit	236.0	96.186	13.0	0.00010935522299158663	CP031477.1	g-proteobacteria	Haemophilus parainfluenzae strain M27794 chromosome, complete genome	True	False
ISR0301_000000016105	1255	0.5038682748345321	2	2	2	2	2	False	126593	fragment	False	SPA0042_000000023410	0.7631405891251452		0	0	False	False	0.9864541888237	0					non-mobilizable	no_good_hit	353.0	76.771	28.0	8.577627777160604e-05	NC_011898.1	firmicutes	Ruminiclostridium cellulolyticum H10, complete sequence	True	False
SPA0144_000000017112	1137	0.5038674504198546	2	2	2	1	1	False	4410	maximal	True	SPA0144_000000017112	0.9924911660777385		654	15	False	False	1.0	0					non-mobilizable	chromosome	1132.0	98.322	99.0	0.00036454201951121717	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0114_000000041423	1132	0.5038674504198546	2	2	2	1	1	False	4410	maximal	False	SPA0144_000000017112	0.990325417766051		0	0	False	False	0.9734982252120972	0					non-mobilizable	chromosome	1132.0	98.94	100.0	0.00036454201951121717	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0090_000000010698	1276	0.5038667052988917	2	2	2	1	2	False	83758	maximal	True	CHI0090_000000010698	1.0		49	10	False	False	1.0	0					non-mobilizable	no_good_hit	151.0	76.821	12.0	5.8587456425579284e-05	CP005287.1	high GC Gram+	Cutibacterium avidum 44067, complete genome	True	False
FIJ0094_000000003377	5252	0.5038606127016766	7	5	5	5	3	False	43200	maximal	True	FIJ0094_000000003377	1.0		2	1	False	False	0.9994288086891174	0					non-mobilizable	no_good_hit	665.0	95.639	19.0	0.0002136970459203687	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
DEN0031_000000029203	1180	0.5038600921009545	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.06015931225941861		0	0	False	False	0.9991525411605835	0					non-mobilizable	chromosome	1180.0	98.39	100.0	0.00037969098053422973	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
USA0023_01_000000011491	2738	0.5038598321495078	2	2	2	2	2	False	78784	maximal	True	USA0023_01_000000011491	1.0		5	4	False	False	0.9992695450782776	0					non-mobilizable	no_good_hit	1310.0	76.183	47.0	0.053217262760234876	NZ_JAAIPW010000026.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_26_length_24353_cov_249.415, whole genome shotgun sequence	True	False
SPA0077_000000002946	8744	0.5038586589035192	6	5	5	5	5	False	110938	fragment	False	SPA0077_000000002946	1.0		0	0	False	False	0.9990850687026978	0					non-mobilizable	no_good_hit	848.0	76.415	10.0	0.00023098566732557692	CP001726.1	actinobacteria	Eggerthella lenta DSM 2243, complete genome	True	False
FIJ0144_000000020502	1540	0.5038563203342956	2	1	1	1	1	False	48337	fragment	False	FIJ0144_000000020502	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1545.0	99.029	100.0	0.0005444051615532895	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
FIJ0032_000000032298	1176	0.5038563203342956	2	1	1	1	1	False	48336	fragment	False	FIJ0032_000000032298	1.0		0	0	False	False	0.9991496801376343	0					non-mobilizable	other	1176.0	96.939	100.0	0.00041394537542976804	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	False
ISR0361_000000014438	1103	0.5038557123267009	1	1	1	1	1	False	118946	fragment	False	MAD0095_000000022835	0.32730532283204045		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0081_000000038647	1353	0.5038530698962179	3	1	1	1	1	False	9953	maximal	True	MON0081_000000038647	1.0		19	5	False	False	0.9704360961914062	0					non-mobilizable	no_good_hit	898.0	79.844	65.0	0.0003084771615360699	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
SPA0014_000000004761	4290	0.5038514228240669	6	5	2	4	3	True	7953	maximal	True	SPA0014_000000004761	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	73.94800000000001	12.0	0.008691666225912801	NZ_LTDM01000007.1	firmicutes	Tissierella creatinophila DSM 6911 TICR_contig000007, whole genome shotgun sequence	True	True
TAN0004_000000003475	1642	0.503848872011635	3	3	3	3	3	False	90128	fragment	False	TAN0004_000000003475	0.993191329439429		0	0	False	False	1.0	0					non-mobilizable	other	1642.0	100.0	100.0	0.016590336962785477	NZ_NQCD01000003.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_21_length_98913_cov_82.9332_ID_41.ctg_1, whole genome shotgun sequence	False	False
CHI0112_000000011386	1617	0.503848872011635	3	3	3	3	3	False	90128	fragment	False	TAN0004_000000003475	0.9774560297587681		0	0	False	False	0.9975262880325317	0					non-mobilizable	chromosome	1617.0	97.712	100.0	0.00033080209984570077	CP051001.1	enterobacteria	Escherichia coli O157:H16 str. 98-3133 chromosome, complete genome	False	False
ENG0183_000000009604	2893	0.5038453686697829	4	3	2	3	2	False	55170	maximal	True	ENG0183_000000009604	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	52.0	88.462	2.0	2.555982276518191e-05	NZ_SSYA01000001.1	d-proteobacteria	Geomonas ferrireducens strain S62 contig1, whole genome shotgun sequence	True	False
SPA0044_000000024373	1173	0.5038423554808394	2	2	2	1	2	False	38004	fragment	False	ISR0816_000000028869	0.940505661463572		0	0	False	False	1.0	0					non-mobilizable	chromosome	1173.0	98.21	100.0	0.0005025468232565977	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0039_000000009867	3441	0.5038421152436265	5	3	1	2	1	False	36559	fragment	False	ISR0039_000000009867	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	48.0	91.667	1.0	1.5082946578770528e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
CHI0110_000000002005	3519	0.5038394729787518	3	3	3	3	2	False	82709	maximal	True	CHI0110_000000002005	1.0		13	6	False	False	0.9957374334335327	0					non-mobilizable	other	3502.0	99.315	100.0	0.06313369061413673	NZ_GL882646.1	CFB group bacteria	Bacteroides fluxus YIT 12057 Scfld97, whole genome shotgun sequence	False	False
SPA0104_000000019012	1964	0.5038391729457383	2	1	1	1	1	False	22444	maximal	True	SPA0104_000000019012	0.9973684210526316		349	13	False	False	1.0	0					non-mobilizable	chromosome	1964.0	99.796	100.0	0.00044693098661552117	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0775_000000010413	1900	0.5038391729457383	1	1	1	1	1	False	22444	maximal	False	SPA0104_000000019012	0.9811608961303462		0	0	False	False	0.9984210729598999	0					non-mobilizable	other	1900.0	99.52600000000001	100.0	0.032105361037380174	NZ_NFIG01000029.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_29, whole genome shotgun sequence	False	False
SPA0014_000000018712	1295	0.5038370565078175	2	2	2	2	1	False	27588	maximal	True	SPA0014_000000018712	0.9929576758593784		409	12	False	False	0.9992278218269348	0					non-mobilizable	no_good_hit	449.0	75.501	34.0	0.0033684769950996867	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
ISR0279_000000003010	5698	0.5038351102932063	10	9	5	6	6	False	26253	maximal	True	ISR0279_000000003010	1.0		14	6	False	False	0.9978939890861511	0					non-mobilizable	no_good_hit	725.0	88.0	47.0	0.00022492407645800889	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0090_000000005422	6674	0.503833048099856	8	7	5	7	3	True	43537	fragment	False	FIJ0090_000000005422	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	35.0	100.0	1.0	5.464182285121031e-05	NZ_QGOK01000003.1	g-proteobacteria	Marinomonas shanghaiensis strain DSL-35 contig3, whole genome shotgun sequence	True	True
DEN0089_000000012921	1492	0.5038312930991516	2	2	2	2	2	False	68822	fragment	False	DEN0089_000000012921	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0097_000000015292	2054	0.5038305130650783	2	2	2	1	2	False	60770	maximal	True	ENG0097_000000015292	1.0		301	12	False	False	1.0	0					non-mobilizable	chromosome	2053.0	99.854	99.0	0.00074234564582805	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	False	False
FIJ0113_000000011180	2266	0.503829054140565	3	3	2	3	1	False	41952	fragment	False	FIJ0113_000000011180	1.0		0	0	False	False	0.9960282444953918	0					non-mobilizable	no_good_hit								True	False
MAD0079_000000000735	6565	0.5038259501604931	8	1	1	1	1	False	16179	maximal	True	MAD0079_000000000735	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0080_01_000000030215	1393	0.5038249022891462	1	1	1	1	1	False	597	maximal	True	USA0080_01_000000030215	1.0		54	6	False	False	1.0	0					non-mobilizable	other	1280.0	76.328	91.0	0.00028639221992745635	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	False	False
DEN0079_000000051520	1222	0.5038241741293484	2	2	2	2	2	False	69427	maximal	True	DEN0079_000000051520	1.0		1	1	False	False	0.957446813583374	0					non-mobilizable	no_good_hit								True	False
ISR0310_000000010203	1696	0.5038208773487394	3	3	3	3	3	False	87297	maximal	True	ISR0310_000000010203	1.0		114	11	False	False	1.0	0					non-mobilizable	chromosome	1696.0	99.52799999999999	100.0	0.000315490352975074	CP050998.1	enterobacteria	Escherichia coli O39:NM str. F8704-2 chromosome, complete genome	False	False
ISR0149_000000013905	1314	0.5038181959645852	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.13358675367779316		0	0	False	False	1.0	0					non-mobilizable	chromosome	1314.0	99.01100000000001	100.0	0.0003734707751296339	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0821_000000029450	1143	0.5038159205164044	2	2	2	1	1	False	21203	maximal	True	ISR0821_000000029450	1.0		10	4	False	False	0.9833770990371704	0					non-mobilizable	no_good_hit	633.0	100.0	55.0	0.016417716586569684	GU942954.1		Uncultured organism clone 26 genomic sequence	True	False
DEN0069_000000002285	12453	0.5038155895872534	17	5	5	5	2	False	70762	maximal	True	DEN0069_000000002285	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0025_000000017695	2206	0.5038113826464492	2	2	2	2	1	False	67634	fragment	False	MON0034_000000012414	0.9754725472547254		0	0	False	False	0.9864007234573364	0					non-mobilizable	no_good_hit	322.0	73.602	14.0	0.00011119677118572942	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ISR0839_000000014805	1431	0.5038085736706318	3	1	1	1	1	False	49297	fragment	False	ISR0839_000000014805	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0261_000000007087	2544	0.5038077335641704	4	2	1	2	1	False	75028	fragment	False	ISR0261_000000007087	1.0		0	0	False	False	0.9996069073677063	0					non-mobilizable	no_good_hit	1317.0	87.62299999999999	56.0	0.00035186205506734954	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0360_000000002599	8664	0.5038056360203874	9	9	7	8	6	False	64795	fragment	False	ISR0360_000000002599	1.0		0	0	False	False	0.9998846054077148	0					non-mobilizable	no_good_hit	304.0	85.197	3.0	0.0745679012345679	LN852910.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0237	True	False
FIJ0106_000000005406	4519	0.5038049119986843	3	3	1	3	2	False	42363	maximal	True	FIJ0106_000000005406	1.0		308	15	False	False	0.9988935589790344	0					non-mobilizable	no_good_hit	3566.0	73.556	78.0	0.00388816702270575	NZ_LT160626.1	CFB group bacteria	Prevotella phocaeensis strain SN19, whole genome shotgun sequence	True	False
MON0030_000000013637	2550	0.5038047250205345	2	2	2	2	2	False	66737	fragment	False	MON0030_000000013637	0.9863432531593967		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	78.455	45.0	0.00027320181057019765	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0813_000000001320	18278	0.5038027507014928	16	13	7	7	11	True	111766	maximal	True	ISR0813_000000001320	1.0		25	6	False	False	0.9995623230934143	0					non-mobilizable	other	10250.0	99.961	100.0	0.0272668984800879	NZ_JH724310.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.4, whole genome shotgun sequence	False	True
AUS0006_000000005407	4019	0.503799337533627	5	5	5	5	3	False	102174	maximal	True	AUS0006_000000005407	1.0		1	1	False	False	0.998009443283081	0					non-mobilizable	no_good_hit	1231.0	72.705	30.0	0.0017040510321381232	NZ_QGDS01000001.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_101, whole genome shotgun sequence	True	False
ENG0166_000000004350	5864	0.5037984150948315	7	7	6	5	7	False	56180	maximal	True	ENG0166_000000004350	1.0		486	12	False	False	0.9996589422225952	0					non-mobilizable	other	5887.0	99.25299999999999	100.0	0.0015640457606946212	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
ISR0339_000000013327	1179	0.5037960665860749	1	1	1	1	1	False	131428	fragment	False	ISR0326_000000008584	0.14932106115571284		0	0	False	False	1.0	0					non-mobilizable	other	1179.0	96.43799999999999	100.0	0.041266390856181195	NZ_CYYA01000031.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
BAN0019_000000002390	1468	0.503791417352879	2	2	2	2	1	False	97764	fragment	False	BAN0019_000000002390	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1468.0	99.11399999999999	100.0	0.00028372525261121035	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ENG0095_000000002903	8386	0.5037854346855316	11	9	3	4	7	True	114761	fragment	False	ENG0095_000000002903	1.0		0	0	False	False	1.0	0					non-mobilizable	other	8386.0	96.208	100.0	0.04600141542816702	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
DEN0005_000000025257	1509	0.5037844546441461	2	2	2	2	1	True	76462	fragment	False	DEN0005_000000025257	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1509.0	99.934	100.0	0.0005123304137068091	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0062_000000005068	5790	0.5037827279173939	6	6	5	6	5	False	119479	maximal	True	ISR0062_000000005068	0.9982719889407292		27	3	False	False	0.9998272657394409	0					non-mobilizable	no_good_hit	1125.0	87.111	58.0	0.0055299039049705005	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0018_000000003764	5787	0.5037827279173939	6	6	5	6	5	False	119479	maximal	False	ISR0062_000000005068	0.9978694130999952		0	0	False	False	0.9965440034866333	0					non-mobilizable	no_good_hit	1125.0	87.111	58.0	0.0055299039049705005	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0092_000000003013	5787	0.5037827279173939	6	6	5	6	5	False	119479	maximal	False	ISR0062_000000005068	0.9982148362433457		0	0	False	False	0.9993088245391846	0					non-mobilizable	no_good_hit	1125.0	87.111	58.0	0.0055299039049705005	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ENG0117_000000007798	2881	0.503781967796169	4	3	1	2	2	True	59376	maximal	True	ENG0117_000000007798	1.0		108	12	False	False	1.0	0					non-mobilizable	no_good_hit	1808.0	74.889	62.0	0.0041309249348629295	NZ_QJKD01000004.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_104, whole genome shotgun sequence	True	True
ISR0217_000000019304	1163	0.5037814877155101	2	2	2	2	1	False	28077	maximal	True	ISR0217_000000019304	1.0		11	6	False	False	0.9570077657699585	0					non-mobilizable	no_good_hit	39.0	100.0	3.0	1.6689710178790716e-05	NZ_UFSX01000001.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ISR0400_000000002609	6240	0.5037801896059492	7	5	4	4	2	False	77659	maximal	True	ISR0400_000000002609	1.0		1	1	False	False	0.995352566242218	0					non-mobilizable	no_good_hit	521.0	100.0	8.0	0.00011572662522466544	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0056_000000018490	1224	0.5037759709802677	2	2	2	2	2	False	35615	maximal	True	ISR0056_000000018490	1.0		7	2	False	False	0.9975489974021912	0					non-mobilizable	other	1224.0	100.0	100.0	0.0006140856074501689	NC_021181.2	firmicutes	Lactobacillus acidophilus La-14, complete sequence	False	False
ISR0250_000000004483	2568	0.503775385744211	3	3	3	3	2	False	27028	maximal	True	ISR0250_000000004483	1.0		13	4	False	False	1.0	0					non-mobilizable	other	2568.0	99.805	100.0	0.004054293096803947	NZ_QVMD01000001.1	firmicutes	Sellimonas intestinalis strain AM38-2BH AM38-2BH.Scaf1, whole genome shotgun sequence	False	False
CAN0021_000000036266	1203	0.5037714783409962	2	2	2	2	1	False	91686	maximal	True	CAN0021_000000036266	1.0		11	4	False	False	0.9991687536239624	0					non-mobilizable	no_good_hit	1052.0	83.365	87.0	0.0002982568102447361	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
CAN0020_000000031079	1107	0.5037714783409962	2	2	2	2	1	False	91686	maximal	False	CAN0021_000000036266	0.9600997506234414		0	0	False	False	0.9990966320037842	0					non-mobilizable	other	1052.0	83.365	94.0	0.0002982568102447361	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0045_000000022225	1859	0.5037702982957436	3	2	2	2	2	False	17846	maximal	True	MAD0045_000000022225	1.0		30	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0068_000000007667	1241	0.5037665424805039	2	2	2	2	2	False	5977	maximal	True	SPA0068_000000007667	1.0		7	4	False	False	0.978243350982666	0					non-mobilizable	other	1241.0	99.436	100.0	0.11546698947760499	NZ_JAAISM010000108.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_108_length_10739_cov_173.383, whole genome shotgun sequence	False	False
ENG0142_000000023040	1493	0.5037650090883489	3	3	3	3	2	False	57665	fragment	False	ENG0142_000000023040	0.9558327714093054		0	0	False	False	0.9986603856086731	0					non-mobilizable	no_good_hit	173.0	74.566	11.0	3.0133183289212734e-05	NZ_CP046672.1	enterobacteria	Raoultella ornithinolytica strain 172117885 chromosome, complete genome	True	False
ISR0001_000000012207	2193	0.5037641364040814	4	3	3	3	3	False	38696	maximal	True	ISR0001_000000012207	1.0		32	9	False	False	0.9831281304359436	0					non-mobilizable	chromosome	2173.0	96.042	99.0	0.0007629603988058317	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ENG0161_000000005255	4061	0.5037604232445491	5	4	3	4	3	False	114524	maximal	True	ENG0161_000000005255	1.0		4	3	False	False	0.9972913265228271	0					non-mobilizable	no_good_hit	955.0	72.251	23.0	0.00039570840817489974	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
ISR0133_000000006998	2817	0.5037561219847387	3	3	3	3	2	False	131424	maximal	True	ISR0133_000000006998	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	527.0	78.937	27.0	0.00014114139041574252	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0175_000000009834	2640	0.5037534653360937	5	3	3	2	3	False	55606	maximal	True	ENG0175_000000009834	1.0		1	1	False	False	0.9924242496490479	0					non-mobilizable	no_good_hit	446.0	72.646	17.0	0.002105735622743855	NZ_SOBG01000005.1	fusobacteria	Hypnocyclicus thermotrophus strain DSM 100055 Ga0310544_105, whole genome shotgun sequence	True	False
ISR0104_000000012102	2054	0.5037522953667899	2	1	1	1	1	False	32983	maximal	True	ISR0104_000000012102	1.0		463	12	False	False	1.0	0					non-mobilizable	other	2054.0	99.854	100.0	0.011514495476648514	NZ_SPGG01000009.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_9_length_178297_cov_37.5316, whole genome shotgun sequence	False	False
MON0061_000000041681	1138	0.5037505895719846	3	2	2	1	1	False	10784	maximal	True	MON0061_000000041681	1.0		1	1	False	False	0.9991212487220764	0					non-mobilizable	no_good_hit	342.0	72.222	29.0	7.466313351668789e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
MON0007_000000036188	1758	0.5037486015449438	2	2	2	2	2	False	13942	maximal	True	MON0007_000000036188	1.0		11	4	False	False	0.9960182309150696	0					non-mobilizable	no_good_hit	64.0	93.75	4.0	0.0009326113116726835	NZ_SLZZ01000019.1	firmicutes	Muricomes intestini strain DSM 29489 Ga0244712_119, whole genome shotgun sequence	True	False
MON0109_000000018422	1943	0.503748130514726	4	4	4	4	3	False	87117	fragment	False	MON0032_000000013786	0.9738001958863859		0	0	False	False	1.0	0					non-mobilizable	chromosome	1943.0	99.537	100.0	0.0005180422484527422	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ISR0207_000000021524	1409	0.5037475116158707	2	1	1	1	1	False	43062	fragment	False	ISR0207_000000021524	1.0		0	0	False	False	0.9992902874946594	0					non-mobilizable	chromosome	1405.0	100.0	99.0	0.001929570670525808	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0057_000000013070	1699	0.5037464485639269	3	3	3	3	1	False	38006	maximal	True	ISR0057_000000013070	1.0		5	2	False	False	0.9570335745811462	0					non-mobilizable	chromosome	1699.0	99.941	100.0	0.0008706330548298855	LR134275.1	firmicutes	Streptococcus vestibularis strain NCTC12167 genome assembly, chromosome: 1	False	False
ISR0144_000000007536	1155	0.5037462060061018	2	1	1	1	1	False	31084	maximal	True	ISR0144_000000007536	1.0		0	0	False	False	0.9186147451400757	0					non-mobilizable	no_good_hit	929.0	99.462	80.0	0.6935724962630793	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0294_000000007450	2567	0.5037399786628299	3	2	1	2	2	False	113845	fragment	False	AST0110_000000006063	0.5416942465009748		0	0	False	False	1.0	0					non-mobilizable	other	2567.0	99.883	100.0	0.0010961179228095475	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	False	False
ISR0770_000000008788	1383	0.5037395823556071	2	2	2	1	1	False	50450	fragment	False	FIJ0014_000000016847	0.9495320855614973		0	0	False	False	0.997107744216919	0					non-mobilizable	other	1373.0	99.63600000000001	99.0	0.8437884378843789	GQ873610.1		Uncultured organism clone 1041059765364 genomic sequence	False	False
ISR0107_000000007104	3278	0.5037377458924358	4	3	1	2	2	True	84682	fragment	False	ISR0107_000000007104	0.9789893204275857		0	0	False	False	0.9926784634590149	0					non-mobilizable	other	3278.0	99.81700000000001	100.0	0.037409956961996414	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0817_000000003848	3063	0.5037377458924358	4	3	1	2	2	True	84682	fragment	False	ISR0107_000000007104	0.9554435908037521		0	0	False	False	0.9967352151870728	0					non-mobilizable	other	3063.0	98.302	100.0	0.03495553500690663	NZ_CZBD01000016.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0155_000000007731	2904	0.5037377458924358	4	3	1	2	2	True	30600	fragment	False	ISR0155_000000007731	1.0		0	0	False	False	0.997245192527771	0					non-mobilizable	other	2904.0	95.971	100.0	0.015926309956823956	NZ_OKQO01000009.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MON0032_000000013786	2042	0.5037375164255561	4	4	4	4	4	False	87117	fragment	False	MON0032_000000013786	0.997941327843541		0	0	False	False	1.0	0					non-mobilizable	chromosome	2042.0	99.51	100.0	0.0005444511993264918	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MON0024_000000012910	3512	0.5037370770472879	4	3	2	3	1	False	70262	fragment	False	MON0024_000000012910	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3525.0	93.645	100.0	0.0009334850080394504	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MAD0105_000000012990	2696	0.5037318870555441	3	3	3	3	2	False	14835	maximal	True	MAD0105_000000012990	1.0		19	3	False	False	1.0	0					non-mobilizable	no_good_hit	779.0	73.42699999999999	29.0	0.0008434485245113571	NZ_OAML01000002.1	firmicutes	Pygmaiobacter massiliensis strain Marseille-P3336, whole genome shotgun sequence	True	False
ISR0169_000000027674	1177	0.5037308364841816	1	1	1	1	1	False	123207	fragment	False	ISR0188_000000013367	0.20730013260571623		0	0	False	False	0.9983007907867432	0					non-mobilizable	other	1148.0	96.69	98.0	0.004402547105718705	NZ_JAAIUL010000001.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_1_length_260531_cov_233.834, whole genome shotgun sequence	False	False
MON0001_000000029483	1186	0.5037303159923839	2	2	1	2	1	True	14355	maximal	True	MON0001_000000029483	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	548.0	87.226	51.0	0.0014868106821629011	NZ_GG704771.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld2, whole genome shotgun sequence	True	True
USA0037_01_000000011610	3004	0.5037296733189527	5	4	2	4	1	False	102374	fragment	False	USA0037_01_000000011610	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	100.0	4.0	1.5164622475556962e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0048_000000000877	16935	0.5037295448845691	22	15	9	8	10	True	36055	maximal	True	ISR0048_000000000877	1.0		72	8	False	False	1.0	0					non-mobilizable	no_good_hit	6715.0	92.42	79.0	0.001338631175277057	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	True	True
ISR0358_000000001655	8051	0.5037277355714168	11	2	1	2	1	False	72956	maximal	True	ISR0358_000000001655	1.0		5	3	False	False	0.9985095262527466	0					non-mobilizable	no_good_hit	132.0	88.63600000000001	3.0	0.00019647838737738848	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
FIJ0137_000000002089	5649	0.5037277355714168	8	2	1	2	1	False	72955	fragment	False	FIJ0137_000000002089	1.0		0	0	False	False	0.9989378452301025	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	2.2664872483550522e-06	LN590713.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG20, chromosome: 20	True	False
DEN0045_000000009932	3611	0.5037277355714168	6	2	1	2	1	False	72954	fragment	False	DEN0045_000000009932	1.0		0	0	False	False	0.9961229562759399	0					non-mobilizable	no_good_hit	33.0	100.0	1.0	4.799472058073612e-05	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
ENG0142_000000023156	1485	0.5037253829344314	2	2	2	2	2	False	57664	maximal	True	ENG0142_000000023156	1.0		36	10	False	False	0.9993265867233276	0					non-mobilizable	no_good_hit	269.0	77.32300000000001	18.0	0.0014722870280187547	NZ_FOZC01000006.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
MON0046_000000013089	2460	0.503724583576359	3	3	3	3	1	False	123055	fragment	False	MON0046_000000013089	1.0		0	0	False	False	0.972764253616333	0					non-mobilizable	chromosome	1560.0	95.897	100.0	0.00041751796023985574	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
DEN0066_000000033097	1138	0.5037242903703585	2	2	2	2	1	True	70877	maximal	True	DEN0066_000000033097	1.0		111	10	False	False	1.0	0					non-mobilizable	other	1138.0	100.0	100.0	0.002777241761704352	NZ_NFIG01000001.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_1, whole genome shotgun sequence	False	True
MAD0102_000000008791	2165	0.5037231072624531	3	3	3	3	3	False	76250	fragment	False	MAD0102_000000008791	0.9826300647482481		0	0	False	False	0.9912239909172058	0					non-mobilizable	other	2046.0	94.23299999999999	94.0	0.03461434095380232	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
USA0005_01_000000024916	1219	0.503722835393454	2	2	1	2	1	False	2149	maximal	True	USA0005_01_000000024916	1.0		5	5	False	False	1.0	0					non-mobilizable	chromosome	1179.0	99.491	97.0	0.0002246941974917032	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	False	False
FIJ0041_000000032161	1197	0.5037198141054254	2	2	2	1	1	False	47338	maximal	True	FIJ0041_000000032161	1.0		179	14	False	False	1.0	0					non-mobilizable	other	1198.0	97.245	100.0	0.01828597616865261	NZ_CYXX01000022.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0107_000000001518	15312	0.5037192820539729	19	16	5	7	14	True	117337	maximal	True	FIJ0107_000000001518	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	13753.0	92.932	89.0	0.005690812510461053	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	True
ISR0053_000000004720	4066	0.5037172447975999	4	3	3	3	2	False	35755	maximal	True	ISR0053_000000004720	1.0		12	6	False	False	0.9906542301177979	0					non-mobilizable	no_good_hit	227.0	71.806	5.0	7.629364774983348e-05	NC_011832.1	euryarchaeotes	Methanosphaerula palustris E1-9c, complete sequence	True	False
AST0084_000000025833	1374	0.5037165271457557	2	2	2	2	2	True	111253	maximal	True	AST0084_000000025833	1.0		199	10	False	False	0.9919942021369934	0					non-mobilizable	other	1374.0	99.56299999999999	100.0	0.02239585032460118	NZ_QRUU01000015.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf15, whole genome shotgun sequence	False	True
ISR0011_000000026835	1103	0.5037161679138215	2	2	2	2	2	True	38208	maximal	True	ISR0011_000000026835	1.0		3	2	False	False	0.9655485153198242	0					non-mobilizable	no_good_hit	410.0	70.976	37.0	0.018280054029716344	NZ_FOIF01000031.1	firmicutes	Anaerobranca gottschalkii DSM 13577, whole genome shotgun sequence	True	True
AST0026_000000015197	1799	0.5037152202933389	2	2	2	2	2	False	119308	backbone	False	ISR0834_000000009581	0.9879372996988082	PS818	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	1409.0	95.6	78.0	0.024624425051155144	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
FIJ0028_000000003665	7941	0.5037127550394754	8	7	6	6	3	False	113407	fragment	False	ENG0184_000000002850	0.9727744375364238		0	0	False	False	1.0	0					non-mobilizable	chromosome	5078.0	96.73100000000001	93.0	0.0014203945142264756	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0802_000000010975	1586	0.5037121780843169	2	2	2	2	1	False	21856	maximal	True	ISR0802_000000010975	1.0		18	6	False	False	0.9886506795883179	0					non-mobilizable	no_good_hit	939.0	77.63600000000001	59.0	0.016965813521680563	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
CHI0014_000000001580	3873	0.5037099789538002	3	3	2	3	2	False	91586	fragment	False	ISR0396_000000005052	0.9500008286478485		0	0	False	False	1.0	0					non-mobilizable	other	3873.0	97.186	99.0	0.05188742701859176	NZ_CYXX01000018.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0326_000000009505	2032	0.503708997225424	2	2	2	2	0	True	24826	maximal	True	ISR0326_000000009505	1.0		2	1	False	False	0.9926180839538574	0					non-mobilizable	no_good_hit	791.0	87.105	39.0	0.00023711180880319933	NZ_CP015402.2	CFB group bacteria	Muribaculum intestinale strain YL27 chromosome, complete genome	True	True
ENG0113_000000017001	1644	0.5037081357107156	2	2	2	2	1	False	59610	maximal	False	ISR0186_000000018454	0.657130748039839		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	721.0	75.312	43.0	0.00029013646658861397	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
ISR0282_000000016177	1512	0.5037054714958727	2	1	1	1	1	False	42541	maximal	True	ISR0282_000000016177	1.0		35	5	False	False	0.9980158805847168	0					non-mobilizable	no_good_hit	290.0	98.62100000000001	19.0	0.008517787143741342	NZ_QRYH01000027.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf27, whole genome shotgun sequence	True	False
ISR0082_000000017238	1843	0.5036996692791476	3	3	3	2	1	False	96921	fragment	False	CAN0002_000000010015	0.926145266043699		0	0	False	False	0.990233302116394	0					non-mobilizable	no_good_hit	228.0	94.29799999999999	12.0	0.0008447800408620477	NZ_DS996923.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_3, whole genome shotgun sequence	True	False
USA0117_01_000000017014	1163	0.5036968196755692	2	1	1	1	1	False	239	maximal	True	USA0117_01_000000017014	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	932.0	85.40799999999999	85.0	0.0002602356059639481	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
USA0041_01_000000009629	1890	0.5036918660917804	2	2	2	2	2	False	129515	backbone	False	ISR0187_000000012655	0.535292180652606	PS1061	0	0	False	True	1.0	0					non-mobilizable	chromosome	1801.0	92.171	95.0	0.00048183394898027	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ENG0188_000000008471	3121	0.5036917344827854	4	4	4	3	3	False	54921	fragment	False	ENG0188_000000008471	1.0		0	0	False	False	0.9987183809280396	0					non-mobilizable	no_good_hit								True	False
USA0008_01_000000001567	5140	0.5036836106614825	4	4	4	4	4	False	2104	fragment	False	USA0008_01_000000001567	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	5140.0	99.94200000000001	100.0	0.0014367562975534038	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0090_000000027679	1327	0.5036796160681837	2	2	2	2	2	False	86188	fragment	False	ISR0127_000000017939	0.952770066279696		0	0	False	False	0.9992464184761047	0					non-mobilizable	chromosome	1327.0	97.287	100.0	0.0004679085651615608	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
USA0047_01_000000026404	1378	0.5036793425000669	2	2	2	2	1	True	1155	maximal	True	USA0047_01_000000026404	1.0		2	2	False	False	0.9789550304412842	0					non-mobilizable	no_good_hit	116.0	77.586	8.0	0.0008975105890503708	NZ_AVCK01000022.1	g-proteobacteria	Arenimonas metalli CF5-1 contig3, whole genome shotgun sequence	True	True
ISR0006_000000005607	3432	0.5036764077131415	3	2	2	2	2	False	76011	maximal	True	ISR0006_000000005607	0.9922383556079121		612	12	False	False	1.0	0					non-mobilizable	other	3438.0	96.859	100.0	0.0155259980191124	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	False	False
MAD0105_000000035170	1138	0.5036732128091658	2	1	0	1	1	False	14762	maximal	True	MAD0105_000000035170	1.0		1	1	False	False	0.9991212487220764	0					non-mobilizable	plasmid	1154.0	83.795	99.0	0.09143044404391283	CP000314.1	firmicutes	Clostridium perfringens SM101 plasmid pSM101B, complete sequence	False	True
ISR0325_000000009535	2119	0.5036691162363495	2	1	1	1	1	False	24870	maximal	True	ISR0325_000000009535	1.0		18	4	False	False	0.9957526922225952	0					non-mobilizable	no_good_hit								True	False
ENG0035_000000013682	1629	0.5036642939047989	3	2	2	1	1	False	65381	maximal	True	ENG0035_000000013682	1.0		2	2	False	False	0.9852670431137085	0					non-mobilizable	no_good_hit	154.0	79.87	9.0	0.0013866209325025772	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
AST0084_000000026637	1333	0.5036639582824594	2	2	2	2	2	False	111251	maximal	True	AST0084_000000026637	1.0		427	13	False	False	1.0	0					non-mobilizable	other	1333.0	97.97399999999999	100.0	0.0013599788447735258	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
ISR0055_000000012402	1335	0.5036636379243222	2	2	2	1	1	False	35662	fragment	False	ISR0055_000000012402	1.0		0	0	False	False	0.9782771468162537	0					non-mobilizable	other	1335.0	98.876	100.0	0.00025836745468740347	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0097_000000000723	19354	0.5036629789988373	23	11	5	11	4	True	33323	fragment	False	ISR0097_000000000723	1.0		0	0	False	False	0.9998966455459595	0					non-mobilizable	other	19454.0	85.545	100.0	0.19319814785246686	NZ_SPGG01000016.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_16_length_100208_cov_48.2665, whole genome shotgun sequence	False	True
SPA0111_000000030347	1116	0.5036616905505532	2	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.05173549505917548		0	0	False	False	1.0	0					non-mobilizable	other	1116.0	95.699	100.0	0.06327318125070934	NZ_QSFS01000028.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf28, whole genome shotgun sequence	False	False
CHI0147_000000009797	1963	0.5036613919650417	2	2	2	2	1	False	106595	maximal	False	AST0113_000000018047	0.9732148712327741		0	0	False	False	1.0	0					non-mobilizable	other	1963.0	99.491	100.0	0.0443099437656677	NZ_NFIG01000031.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_31, whole genome shotgun sequence	False	False
ENG0013_000000014259	1904	0.5036613919650417	2	2	2	2	1	False	106595	maximal	False	AST0113_000000018047	0.9516858992816378		0	0	False	False	0.9957982897758484	0					non-mobilizable	chromosome	1904.0	99.265	100.0	0.00043327033496145536	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
ISR0148_000000005530	5288	0.5036604003809294	4	4	4	2	2	False	30933	maximal	True	ISR0148_000000005530	1.0		132	8	False	False	1.0	0					non-mobilizable	other	5291.0	93.706	100.0	0.0015016873401795894	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	False	False
CHI0057_000000007648	2506	0.5036603604458737	3	2	2	2	2	False	85996	maximal	True	CHI0057_000000007648	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	1419.0	99.93	57.0	0.0005995928857331567	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	True	False
ISR0794_000000008966	2220	0.5036603244060294	4	2	2	2	2	False	77418	maximal	True	ISR0794_000000008966	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	1227.0	83.78200000000001	55.0	0.013675623800383877	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	True	False
USA0009_01_000000018390	1395	0.503657095831139	2	1	1	1	1	False	2086	maximal	True	USA0009_01_000000018390	1.0		97	13	False	False	0.9949820637702942	0					non-mobilizable	no_good_hit	600.0	76.833	43.0	0.00030910814546484595	NZ_JPNB01000002.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000013_quiver.2_C, whole genome shotgun sequence	True	False
MON0047_000000014729	2650	0.5036561260985785	2	1	1	1	1	False	11468	fragment	False	MON0047_000000014729	1.0		0	0	False	False	0.9909433722496033	0					non-mobilizable	plasmid	1435.0	92.822	91.0	0.005843969302745516	CP021639.1	other sequences	Unidentified plasmid plasmid apr34_000060F, complete sequence	False	True
ISR0069_000000011865	2075	0.503654925810652	2	1	1	1	1	False	58255	fragment	False	ISR0069_000000011865	0.9769226308120605		0	0	False	False	1.0	0					non-mobilizable	other	2075.0	98.265	100.0	0.0005511095663745573	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
DEN0092_000000007746	2002	0.503654925810652	2	1	1	1	1	False	68561	maximal	False	ISR0369_000000006668	0.968415937803693		0	0	False	False	1.0	0					non-mobilizable	other	2002.0	99.65	100.0	0.00038755118203110517	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0133_000000012885	1906	0.503654925810652	2	1	1	1	1	False	58255	fragment	False	ISR0069_000000011865	0.9567565500095622		0	0	False	False	0.999475359916687	0					non-mobilizable	other	1906.0	98.26899999999999	100.0	0.0005750627437224581	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
USA0078_01_000000008757	1904	0.503654925810652	2	1	1	1	1	False	58256	maximal	True	USA0078_01_000000008757	1.0		276	11	False	False	1.0	0					non-mobilizable	other	1907.0	94.913	100.0	0.0005048737589737989	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
DEN0090_000000016232	1745	0.503654925810652	2	1	1	1	1	False	68734	maximal	True	DEN0090_000000016232	1.0		4	3	False	False	0.9914039969444275	0					non-mobilizable	no_good_hit	1410.0	96.596	81.0	0.0139845543727823	NZ_QSFT01000012.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf12, whole genome shotgun sequence	True	False
USA0009_01_000000015354	1641	0.503654925810652	1	1	1	1	1	False	2089	maximal	True	USA0009_01_000000015354	1.0		37	7	False	False	1.0	0					non-mobilizable	other	1641.0	99.756	100.0	0.016300404528331893	NZ_QSFT01000012.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf12, whole genome shotgun sequence	False	False
FIJ0012_000000007221	3247	0.5036541828078155	6	6	1	6	6	False	50822	fragment	False	FIJ0012_000000007221	1.0		0	0	False	False	0.9953803420066833	0					non-mobilizable	chromosome	3246.0	99.723	100.0	0.0006645164593252445	CP049179.1	enterobacteria	Shigella sonnei strain L4094 chromosome, complete genome	False	False
ITA0005_000000010697	1723	0.5036539511787108	2	2	2	2	1	False	20380	maximal	True	ITA0005_000000010697	1.0		449	12	False	False	1.0	0					non-mobilizable	other	1729.0	98.381	100.0	0.0023846683275332253	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	False	False
SPA0140_000000012089	1794	0.5036538897651064	2	2	0	1	2	True	118251	maximal	True	SPA0140_000000012089	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1794.0	95.764	100.0	0.0005100023608586699	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
DEN0078_000000019470	1714	0.5036538897651064	3	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.1162753359303098		0	0	False	False	1.0	0					non-mobilizable	other	1721.0	90.587	100.0	0.0029876033634069136	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
MAD0033_000000012098	1684	0.5036538897651064	3	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.30328378410601003		0	0	False	False	1.0	0					non-mobilizable	other	1685.0	98.87200000000001	100.0	0.007048358523990803	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0849_000000016648	1636	0.5036538897651064	3	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.2832413288887861		0	0	False	False	1.0	0					non-mobilizable	other	1636.0	96.944	100.0	0.0004540380225602746	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
MON0088_000000019930	1611	0.5036538897651064	2	2	0	1	2	True	118243	maximal	True	MON0088_000000019930	1.0		17	6	False	False	0.9931719303131104	0					non-mobilizable	other	1554.0	87.709	96.0	0.04328190743338008	NZ_CABMGA010000019.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	True
ISR0077_000000022978	1565	0.5036538897651064	3	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.052004462398001196		0	0	False	False	0.9993610382080078	0					non-mobilizable	other	1566.0	89.01700000000001	100.0	0.002722658374353325	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
FIJ0092_000000023320	1556	0.5036538897651064	2	2	0	1	2	True	118259	maximal	True	FIJ0092_000000023320	1.0		6	4	False	False	0.9813624620437622	0					non-mobilizable	no_good_hit	1302.0	95.699	84.0	0.0022677199392020972	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
MON0064_000000018329	1555	0.5036538897651064	3	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.27755456731407924		0	0	False	False	1.0	0					non-mobilizable	other	1557.0	97.303	100.0	0.0027087139012452414	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0328_000000018744	1553	0.5036538897651064	3	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.04860720796668281		0	0	False	False	1.0	0					non-mobilizable	other	1554.0	88.932	100.0	0.0027017416646911998	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
ISR0398_000000014840	1542	0.5036538897651064	3	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.2593333748003369		0	0	False	False	1.0	0					non-mobilizable	other	1543.0	97.991	100.0	0.002687797191583116	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
SPA0127_000000019195	1527	0.5036538897651064	3	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.03936981451780669		0	0	False	False	1.0	0					non-mobilizable	other	1527.0	99.869	100.0	0.012155294642430422	NZ_FOZC01000010.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	False	True
FIJ0117_000000013857	1474	0.5036538897651064	3	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.27291347882796196		0	0	False	False	0.9925373196601868	0					non-mobilizable	other	1474.0	96.404	100.0	0.0025657830518873844	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
DEN0001_000000030323	1453	0.5036538897651064	3	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.24426877869039726		0	0	False	False	1.0	0					non-mobilizable	other	1453.0	98.83	100.0	0.0005119665120306841	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	False	True
ISR0379_000000017868	1406	0.5036538897651064	2	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.2312725850342037		0	0	False	False	0.9943100810050964	0					non-mobilizable	other	1406.0	95.59	100.0	0.00037365358958943613	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
DEN0043_000000006772	1365	0.5036538897651064	2	2	0	1	2	True	118240	fragment	False	MAD0072_000000001538	0.21162911161487974		0	0	False	False	1.0	0					non-mobilizable	other	1366.0	96.486	100.0	0.005712395143626534	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0838_000000011572	2056	0.5036537564487472	2	2	2	2	1	True	20880	maximal	True	ISR0838_000000011572	1.0		7	2	False	False	0.9785992503166199	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00017882789491625826	NZ_FQYI01000005.1	CFB group bacteria	Cruoricaptor ignavus strain DSM 25479, whole genome shotgun sequence	True	True
MAD0046_000000011003	2318	0.503652757215363	2	2	2	2	2	False	17754	maximal	True	MAD0046_000000011003	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	87.059	4.0	0.0034901113511716804	NZ_FQYT01000030.1	firmicutes	Parasporobacterium paucivorans DSM 15970, whole genome shotgun sequence	True	False
ENG0011_000000013648	2032	0.5036525024856631	2	2	2	2	1	False	110221	fragment	False	ISR0375_000000009302	0.11491886428750385		0	0	False	False	0.9995078444480896	0					non-mobilizable	other	2034.0	92.87100000000001	100.0	0.009785557733342345	NZ_VULP01000002.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq2, whole genome shotgun sequence	False	False
MON0068_000000001640	15533	0.5036481642804275	18	8	2	8	3	False	53611	maximal	False	SPA0149_000000001445	0.9334784191598845		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	396.0	72.98	3.0	0.035652094216845384	MK231527.1	viruses	Uncultured human fecal virus clone B.longum_B01.V06.H07_1-proph_c1 sequence	True	False
TAN0002_000000037283	1146	0.5036461047373418	2	2	2	2	2	False	3004	maximal	True	TAN0002_000000037283	1.0		22	6	False	False	0.9127399921417236	0					non-mobilizable	no_good_hit	980.0	74.184	85.0	0.0038535722255874007	NZ_LT160635.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	False
ISR0239_000000006348	2301	0.5036416923258886	2	1	1	1	1	False	86216	fragment	False	ISR0239_000000006348	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2301.0	98.088	100.0	0.0003409410625561626	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
ISR0118_000000000983	9948	0.5036409243314337	8	7	7	7	6	True	64655	maximal	True	ISR0118_000000000983	1.0		7	3	False	False	0.9996984601020813	0					non-mobilizable	no_good_hit	976.0	77.459	10.0	0.00321840152724147	NZ_LT963433.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
ISR0236_000000007838	1446	0.5036406488446453	3	2	2	1	1	False	27326	fragment	False	ISR0236_000000007838	1.0		0	0	False	False	0.9930843710899353	0					non-mobilizable	no_good_hit	174.0	91.37899999999999	12.0	7.79620275354671e-05	LR698958.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-01373 genome assembly, chromosome: 1	True	False
ISR0190_000000009606	2395	0.5036386769147723	3	3	3	3	2	False	29193	maximal	True	ISR0190_000000009606	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1382.0	69.82600000000001	56.0	0.0005146035419655189	NZ_LT608315.1	firmicutes	Acidaminococcus massiliensis strain Marseille-P2828, whole genome shotgun sequence	True	False
SPA0141_000000017748	1254	0.5036327153050065	3	1	1	1	1	False	3452	maximal	True	SPA0141_000000017748	1.0		1	1	False	False	0.9776714444160461	0					non-mobilizable	no_good_hit	852.0	96.479	68.0	0.05783607448688324	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	True	False
ISR0800_000000006852	1739	0.5036307967644241	3	2	2	1	1	False	88306	fragment	False	ISR0800_000000006852	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1739.0	99.25200000000001	100.0	0.005525722588378178	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
ISR0258_000000019600	1452	0.5036307967644241	2	2	2	1	1	False	88305	fragment	False	ISR0258_000000019600	0.9760781973363318		0	0	False	False	0.9793388247489929	0					non-mobilizable	other	1450.0	99.586	99.0	0.004606888395028757	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	False	False
MON0044_000000026555	2031	0.5036177994090792	4	2	2	1	1	False	11623	maximal	True	MON0044_000000026555	1.0		449	14	False	False	0.9970458149909973	0					non-mobilizable	no_good_hit	947.0	77.61399999999999	46.0	0.0002611775753045697	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0050_000000006954	4085	0.5036143074861755	3	3	3	1	2	False	11344	maximal	True	MON0050_000000006954	1.0		87	8	False	False	1.0	0					non-mobilizable	no_good_hit	1987.0	92.09899999999999	76.0	0.0004792991516935961	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
MON0027_000000027482	1501	0.503607803631935	3	1	1	1	1	True	98401	maximal	True	MON0027_000000027482	1.0		8	2	False	False	0.9953364133834839	0					non-mobilizable	no_good_hit	135.0	85.185	9.0	2.4723445950178725e-05	CP051672.1	CFB group bacteria	Parabacteroides distasonis strain CBBP-1 chromosome, complete genome	True	True
MON0089_000000006943	3275	0.5036025141799706	3	3	3	2	3	False	107844	fragment	False	MON0089_000000006943	0.9931801415848796		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	78.753	24.0	0.005586832266105119	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
FIJ0148_000000016774	1251	0.5035969386728487	2	2	2	2	2	False	39879	maximal	True	FIJ0148_000000016774	1.0		164	11	False	False	0.9952038526535034	0					non-mobilizable	other	1237.0	93.93700000000001	99.0	0.001324534537559556	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0201_000000014977	2019	0.5035950159697664	3	3	3	1	1	False	34909	fragment	False	ISR0070_000000009956	0.9806405353728489		0	0	False	False	0.9995046854019165	0					non-mobilizable	no_good_hit	908.0	85.242	51.0	0.02828068423024098	HE717014.1	bacteria	Uncultured bacterium fructooligosaccharide and inulin degrading DNA fragment, clone MetaPbio 13	True	False
USA0117_01_000000010635	2043	0.5035949850676618	3	3	3	3	2	False	83007	fragment	False	USA0117_01_000000010635	0.9740227610094012		0	0	False	False	1.0	0					non-mobilizable	other	2043.0	96.818	99.0	0.035106126801747566	NZ_CABKPS010000007.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
FIJ0158_000000008519	2142	0.503593178895595	4	4	4	3	2	False	118210	fragment	False	MON0064_000000012482	0.9315896070725664		0	0	False	False	1.0	0					non-mobilizable	other	2142.0	95.47200000000001	100.0	0.0037318896155508763	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	False
MAD0015_000000015416	1374	0.5035918666887974	3	3	1	2	2	False	19412	maximal	True	MAD0015_000000015416	1.0		1	1	False	False	0.9927219748497009	0					non-mobilizable	no_good_hit								True	False
AST0025_000000028517	1353	0.5035912264606633	2	1	1	1	1	False	119886	maximal	True	AST0025_000000028517	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	99.075	56.0	0.00024175418114656805	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0198_000000010462	1878	0.5035905016902199	2	2	2	2	2	False	54342	maximal	True	ENG0198_000000010462	1.0		84	12	False	False	0.9994674921035767	0					non-mobilizable	chromosome	992.0	90.12100000000001	97.0	0.00034472758503861366	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ENG0104_000000008227	3667	0.5035899694007994	5	4	3	4	3	False	60258	maximal	True	ENG0104_000000008227	1.0		1	1	False	False	0.9970002770423889	0					non-mobilizable	no_good_hit	605.0	95.868	36.0	0.00018174399722295173	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
USA0055_01_000000006480	4148	0.5035890949879407	4	3	3	3	3	False	112728	maximal	True	USA0055_01_000000006480	1.0	PS721	4	2	False	True	1.0	0					non-mobilizable	no_good_hit	1722.0	99.59299999999999	45.0	0.0004219511698786198	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
SPA0137_000000012264	2987	0.5035886971345216	6	6	1	3	5	True	61470	maximal	True	SPA0137_000000012264	1.0		18	8	False	False	1.0	0					non-mobilizable	other	2988.0	97.189	100.0	0.0015846573317874297	NZ_GL732439.1	firmicutes	Streptococcus infantis ATCC 700779 SCAFFOLD1, whole genome shotgun sequence	False	True
AUS0022_000000006034	5883	0.50358803499022	6	4	3	3	2	False	99413	maximal	True	AUS0022_000000006034	1.0		272	12	False	False	1.0	0					non-mobilizable	no_good_hit	1386.0	72.655	23.0	0.00035047301037343704	NZ_LT670820.1	CFB group bacteria	Bacteroides togonis strain Marseille-P3166T, whole genome shotgun sequence	True	False
ISR0282_000000019058	1322	0.5035874640213982	2	1	1	1	1	False	26130	maximal	True	ISR0282_000000019058	1.0		5	4	False	False	0.9954614043235779	0					non-mobilizable	other	1322.0	92.51100000000001	100.0	0.025016096655683065	NZ_QEKJ01000017.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_117, whole genome shotgun sequence	False	False
USA0145_01_000000010618	2257	0.5035871035729088	4	3	3	2	2	False	35708	maximal	True	USA0145_01_000000010618	0.9975499374435133		1095	14	False	False	1.0	0					non-mobilizable	other	2257.0	99.51299999999999	100.0	0.24715162138475022	NZ_JAAITI010000065.1	firmicutes	Blautia luti strain MSK.16.34 NODE_65_length_9128_cov_262.677, whole genome shotgun sequence	False	False
MON0026_000000026719	1783	0.5035831799284043	3	3	3	3	1	False	12738	maximal	True	MON0026_000000026719	1.0		92	6	False	False	0.9943915009498596	0					non-mobilizable	chromosome	1786.0	88.57799999999999	100.0	0.0007188550599408942	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	False	False
ENG0159_000000016731	1379	0.5035822004014189	3	2	2	2	2	False	56509	fragment	False	ENG0159_000000016731	0.9691449814126394		0	0	False	False	0.9970993399620056	0					non-mobilizable	no_good_hit								True	False
ENG0019_000000007007	2851	0.5035814814572509	4	4	4	4	4	False	103291	maximal	True	ENG0019_000000007007	1.0		2	1	False	False	1.0	0					non-mobilizable	other	2852.0	97.475	100.0	0.211592697046163	NZ_JAAIQH010000037.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_37_length_13474_cov_181.382, whole genome shotgun sequence	False	False
MON0087_000000018044	2757	0.5035792565664186	4	3	3	2	2	False	9700	maximal	True	MON0087_000000018044	1.0		2	1	True	True	0.9992745518684387	18					non-mobilizable	no_good_hit	808.0	93.81200000000001	67.0	0.00026011088394832207	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
ENG0186_000000002099	9288	0.503577064572761	14	7	3	2	6	False	73678	maximal	True	ENG0186_000000002099	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	868.0	88.249	43.0	0.07666340943412987	NZ_SRYX01000099.1	CFB group bacteria	Bacteroides caecimuri strain NM63_1-25 NODE_99_length_11257_cov_200.105, whole genome shotgun sequence	True	False
ISR0822_000000000379	11788	0.5035740642095823	13	13	5	8	12	True	123788	fragment	False	SPA0055_000000001922	0.9499465485644472		0	0	False	False	0.9997454881668091	0					non-mobilizable	other	11788.0	99.992	100.0	0.003111915703966973	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	True
ISR0064_000000011588	1873	0.5035704114921126	2	2	1	2	0	True	35233	fragment	False	ISR0064_000000011588	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	158.0	99.367	8.0	0.0035101840051870235	NZ_JXQL01000072.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig72, whole genome shotgun sequence	True	True
DEN0031_000000017908	1931	0.5035697629706009	2	2	2	2	2	False	76189	maximal	True	DEN0031_000000017908	1.0		1	1	False	False	0.9917141199111938	0					non-mobilizable	no_good_hit	1103.0	99.54700000000001	57.0	0.0002509006353796762	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	False
ISR0131_000000015135	2142	0.5035650596914235	4	2	2	2	1	False	36039	fragment	False	ISR0048_000000008465	0.9496924428822495		0	0	False	False	0.9990662932395935	0					non-mobilizable	other	1227.0	84.434	100.0	0.035957440537593206	NZ_QRYH01000027.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf27, whole genome shotgun sequence	False	False
ENG0045_000000002595	4565	0.5035599003129497	3	3	3	3	3	False	64485	maximal	True	ENG0045_000000002595	1.0		69	10	False	False	0.9905804991722107	0					non-mobilizable	no_good_hit	191.0	82.723	4.0	0.001724153659493336	NZ_FOHN01000010.1	firmicutes	[Clostridium] polysaccharolyticum strain DSM 1801, whole genome shotgun sequence	True	False
MON0084_000000007639	3714	0.5035553367069123	5	3	2	1	3	False	9832	maximal	True	MON0084_000000007639	1.0		5	4	False	False	0.9959612488746643	0					non-mobilizable	no_good_hit	531.0	88.324	17.0	0.0001435390599901015	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ENG0124_000000013390	2331	0.503555250911106	2	2	2	2	2	False	58938	maximal	True	ENG0124_000000013390	1.0		38	9	False	False	1.0	0					non-mobilizable	other	2327.0	85.69	99.0	0.006655707699678403	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
CHI0145_000000004171	4283	0.5035542757958583	6	6	5	5	5	False	90149	maximal	True	CHI0145_000000004171	1.0		122	12	False	False	0.998599112033844	0					non-mobilizable	chromosome	4275.0	99.883	99.0	0.0008843480126688956	CP026580.3	enterobacteria	Escherichia coli strain WCHEC005237 chromosome, complete genome	False	False
ISR0060_000000004430	6959	0.5035505882900478	7	2	1	2	1	False	35430	maximal	True	ISR0060_000000004430	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	84.375	2.0	0.0020091207704818702	NZ_QRYH01000014.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf14, whole genome shotgun sequence	True	False
ISR0303_000000003616	3164	0.5035501400833323	2	2	2	2	1	False	36093	maximal	True	ISR0303_000000003616	1.0		432	12	False	False	0.999367892742157	0					non-mobilizable	no_good_hit	2820.0	99.85799999999999	89.0	0.000595368460002074	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0144_000000001262	4230	0.5035477725290823	5	3	3	3	3	False	117686	maximal	True	ISR0144_000000001262	0.9960975609756098		46	8	False	False	0.9995272159576416	0					non-mobilizable	no_good_hit	2297.0	94.29700000000001	54.0	0.007094348025086901	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0047_000000015564	2512	0.5035472232314236	2	2	2	2	2	False	11467	maximal	True	MON0047_000000015564	1.0		563	14	False	False	0.9996019005775452	0					non-mobilizable	other	2512.0	98.925	100.0	0.03137416597945873	NZ_CYYV01000017.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0046_000000024011	1435	0.5035463599161197	2	1	1	1	1	False	11508	maximal	True	MON0046_000000024011	1.0		1	1	False	False	0.9909407496452332	0					non-mobilizable	no_good_hit	820.0	77.317	57.0	0.014811563991442208	MK448843.1	viruses	Streptococcus phage Javan112, complete genome	True	False
ISR0042_000000017351	1807	0.5035432498645112	3	2	1	2	1	False	36357	fragment	False	ISR0773_000000007785	0.9405005107252298		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0033_000000001308	10146	0.5035403353662683	17	4	2	2	2	False	18903	maximal	True	MAD0033_000000001308	1.0		3	2	False	False	0.9993100762367249	0					non-mobilizable	no_good_hit	264.0	87.5	3.0	8.852426019131338e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
TAN0007_000000030247	1391	0.503540287161866	2	2	2	2	1	True	2800	maximal	True	TAN0007_000000030247	1.0		1	1	False	False	0.9971243739128113	0					non-mobilizable	no_good_hit	126.0	80.952	9.0	6.626667956373011e-05	NZ_GL982488.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD1, whole genome shotgun sequence	True	True
ISR0347_000000009544	2342	0.5035373714648665	3	3	3	3	3	False	107436	maximal	False	AST0106_000000007917	0.9509033778476041		0	0	False	False	0.999146044254303	0					non-mobilizable	no_good_hit	772.0	72.40899999999999	32.0	0.0023175113493510047	NZ_VULP01000001.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq1, whole genome shotgun sequence	True	False
SPA0151_000000009803	1908	0.5035351993288204	2	2	2	2	1	False	62203	maximal	True	SPA0151_000000009803	1.0		37	5	False	False	1.0	0					non-mobilizable	no_good_hit	253.0	83.399	13.0	0.0009027986758952753	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
USA0017_01_000000013344	2064	0.5035269494751983	2	2	1	2	1	True	1892	maximal	True	USA0017_01_000000013344	1.0		67	7	False	False	1.0	0					non-mobilizable	plasmid	2064.0	99.419	100.0	0.0032916150772883345	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
ENG0062_000000011581	2161	0.5035236955343066	2	1	1	1	1	False	63203	fragment	False	ENG0062_000000011581	0.9947064485081809		0	0	False	False	0.9847292900085449	0					non-mobilizable	chromosome	2161.0	99.167	100.0	0.0004311082956013781	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0297_000000006922	2078	0.5035236955343066	1	1	1	1	1	False	63203	fragment	False	ENG0062_000000011581	0.9757056918093475		0	0	False	False	0.9879692196846008	0					non-mobilizable	chromosome	2078.0	99.471	100.0	0.0004145425601685474	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0156_000000008554	1920	0.5035231994223021	2	2	2	2	2	False	56682	maximal	True	ENG0156_000000008554	1.0		0	0	False	False	0.9828125238418579	0					non-mobilizable	no_good_hit	242.0	96.281	13.0	8.111918899660276e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0141_000000009777	2828	0.5035215664518314	4	2	1	2	2	False	126744	fragment	False	CHI0141_000000009777	1.0		0	0	False	True	1.0	0					non-mobilizable	plasmid	1754.0	99.544	100.0	0.3285848172446111	CP021607.1	other sequences	Unidentified plasmid plasmid FAKO03_2022, complete sequence	False	True
CAN0005_000000010524	1606	0.5035202179199103	3	2	2	1	1	False	95829	fragment	False	CAN0005_000000010524	1.0		0	0	False	False	0.996886670589447	0					non-mobilizable	other	1553.0	99.936	97.0	0.1128973594238743	NZ_WNCH01000054.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold54_size13747, whole genome shotgun sequence	False	False
AST0002_000000024353	1537	0.5035175136630438	4	2	2	1	1	False	131370	maximal	True	AST0002_000000024353	1.0		17	9	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0062_000000014510	1702	0.5035151194978081	4	2	0	1	2	False	63195	fragment	False	ENG0062_000000014510	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	98.361	58.0	0.24101549620837454	LN852934.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0262	True	False
DEN0078_000000020562	1634	0.5035151194978081	4	2	0	1	2	False	126697	fragment	False	DEN0078_000000020562	1.0		0	0	False	True	0.9993879795074463	0					non-mobilizable	plasmid	1516.0	95.383	93.0	0.30141349790961575	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0011_000000023344	1253	0.5035151194978081	2	2	0	1	2	False	38225	fragment	False	ISR0011_000000023344	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1254.0	96.01299999999999	100.0	0.24945251841528968	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
USA0065_01_000000010722	1122	0.5035151194978081	3	2	0	1	2	False	21387	fragment	False	USA0065_01_000000010722	0.9720966694228727		0	0	False	False	1.0	0					non-mobilizable	plasmid	1122.0	99.64299999999999	100.0	0.22317340234919372	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
ISR0816_000000032902	1105	0.5035151194978081	2	2	0	1	2	False	21387	fragment	False	USA0065_01_000000010722	0.9480275121986352		0	0	False	False	1.0	0					non-mobilizable	plasmid	1098.0	98.179	99.0	0.21839538124626717	CP021590.1	other sequences	Unidentified plasmid plasmid FAKO27_6409, complete sequence	False	True
MON0010_000000025522	1089	0.5035151194978081	3	2	0	1	2	False	21387	fragment	False	USA0065_01_000000010722	0.9448100918689154		0	0	False	False	0.9898989796638489	0					non-mobilizable	other	1089.0	99.541	100.0	0.18862690707350901	NZ_FNWC01000003.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0782_000000006231	2188	0.5035109782217673	4	3	2	1	2	False	94788	fragment	False	ISR0782_000000006231	1.0		0	0	False	False	0.9990859031677246	0					non-mobilizable	other	2188.0	98.537	100.0	0.000916147551328372	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	False
USA0082_01_000000023709	1253	0.5035055439483476	2	2	1	2	2	False	42261	fragment	False	MAD0091_000000012500	0.7151756550795012		0	0	False	False	0.9976057410240173	0					non-mobilizable	other	1189.0	97.309	100.0	0.0010746959119731308	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MAD0021_000000003057	4513	0.5035044663660403	6	5	5	5	4	False	19336	maximal	True	MAD0021_000000003057	1.0		3	1	False	False	0.9997783899307251	0					non-mobilizable	no_good_hit	1807.0	83.066	88.0	0.0056978070731398146	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0265_000000008217	2017	0.5035032470932886	2	1	1	1	1	False	26606	fragment	False	ISR0265_000000008217	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2017.0	95.588	100.0	0.005565294206959379	NZ_KB905475.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.4, whole genome shotgun sequence	False	False
FIJ0087_000000003448	7484	0.5035028727222697	6	6	6	6	6	False	43763	fragment	False	FIJ0087_000000003448	0.9766690091356289		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	385.0	79.74	5.0	0.0030148108565093597	NZ_JHYA01000012.1	firmicutes	Anaerovibrio lipolyticus LB2005 T355DRAFT_scaffold00011.11_C, whole genome shotgun sequence	True	False
CHI0178_000000006270	1630	0.5035010493884657	1	1	1	1	1	False	77627	maximal	True	CHI0178_000000006270	1.0		24	6	False	False	0.9969325065612793	0					non-mobilizable	other	1640.0	75.732	99.0	0.0020601302920792773	NZ_QSBM01000001.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf1, whole genome shotgun sequence	False	False
SPA0090_000000021264	1700	0.5034995756632332	1	1	1	1	1	False	8532	maximal	False	MON0108_000000012431	0.985134362492853		0	0	False	False	0.9976470470428467	0					non-mobilizable	other	1700.0	99.824	100.0	0.02154068514339326	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	False	False
CHI0067_000000000879	9029	0.5034994821550863	6	5	3	3	5	False	86020	fragment	False	CHI0057_000000001491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4106.0	96.152	78.0	0.20019521717911176	NZ_CBVI010000158.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
CHI0057_000000001491	9029	0.5034994821550863	6	5	3	3	5	False	86020	fragment	False	CHI0057_000000001491	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	4106.0	96.152	78.0	0.20019521717911176	NZ_CBVI010000158.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
FIJ0036_000000036560	1209	0.5034988342983128	1	1	1	1	1	False	47880	maximal	True	FIJ0036_000000036560	1.0		3	2	False	False	0.9975185990333557	0					non-mobilizable	no_good_hit	107.0	83.178	9.0	0.008902333621434746	NZ_CYXX01000053.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
CAN0016_000000035982	1258	0.5034974802599876	3	2	2	1	1	False	92668	fragment	False	ENG0146_000000017397	0.9838115683742329		0	0	False	False	0.9992051124572754	0					non-mobilizable	chromosome	1258.0	99.046	100.0	0.0003643810956652564	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0091_000000017692	1686	0.5034949772468791	3	1	1	1	1	False	33621	maximal	True	ISR0091_000000017692	1.0		33	5	False	False	1.0	0					non-mobilizable	no_good_hit	389.0	72.751	23.0	0.00012426821189784958	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	True	False
FIJ0047_000000026916	1169	0.5034908398398004	2	1	1	1	1	False	46833	maximal	True	FIJ0047_000000026916	1.0		108	11	False	False	1.0	0					non-mobilizable	plasmid	1174.0	83.816	99.0	0.0018820292903956632	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
SPA0112_000000024404	1360	0.503490407485395	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7653642072065295		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	79.39399999999999	99.0	0.0003646814681033959	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	False	False
FIJ0070_000000003444	5509	0.5034888941610365	3	3	3	3	3	False	44954	maximal	True	FIJ0070_000000003444	0.9787288728072987		412	15	False	False	1.0	0					non-mobilizable	other	5332.0	95.03	97.0	0.06538249187166431	NZ_VZBY01000025.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_14_length_81505_cov_25.5715_ID_27, whole genome shotgun sequence	False	False
ISR0193_000000020076	1312	0.5034887870606161	3	3	3	3	3	False	29068	maximal	True	ISR0193_000000020076	1.0		6	4	False	False	0.9992377758026123	0					non-mobilizable	no_good_hit	1022.0	98.04299999999999	78.0	0.00028423287051536345	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
SPA0096_000000039009	1117	0.5034885136560193	2	2	2	2	2	False	105238	fragment	False	SPA0154_000000007428	0.369255928045789		0	0	False	False	0.9991047382354736	0					non-mobilizable	chromosome	1117.0	97.135	100.0	0.0004927469938459609	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
MAD0014_000000005893	4767	0.5034871424444435	4	3	3	2	1	False	45283	maximal	True	MAD0014_000000005893	1.0		2	1	False	False	0.9863646030426025	0					non-mobilizable	no_good_hit								True	False
DEN0062_000000018438	1204	0.5034792223983935	1	1	1	1	1	False	71617	maximal	True	DEN0062_000000018438	1.0		69	8	False	False	0.9725913405418396	0					non-mobilizable	no_good_hit								True	False
ENG0210_000000009726	2459	0.5034790314163821	3	3	3	3	2	False	53730	maximal	True	ENG0210_000000009726	1.0		663	14	False	False	0.9975599646568298	0					non-mobilizable	other	2443.0	99.87700000000001	99.0	0.01323943203812436	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	False	False
ISR0170_000000012349	3688	0.5034771057593879	5	4	4	4	4	False	55341	maximal	False	ISR0335_000000004181	0.9729169245051046		0	0	False	False	0.9796637892723083	0					non-mobilizable	other	3662.0	99.345	99.0	0.0018106068624027807	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ENG0193_000000014699	1353	0.5034766291961847	2	2	2	2	2	False	54575	maximal	True	ENG0193_000000014699	1.0		14	7	False	False	1.0	0					non-mobilizable	other	1353.0	95.344	100.0	0.004066312167657179	NZ_QSLJ01000002.1	actinobacteria	Collinsella intestinalis strain AM25-33 AM25-33.Scaf2, whole genome shotgun sequence	False	False
SPA0139_000000007858	3371	0.5034755325195807	5	4	3	3	1	False	62479	maximal	True	SPA0139_000000007858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	82.759	3.0	2.8882907672897332e-05	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
ISR0128_000000023963	1469	0.5034745313332862	3	1	1	1	1	False	31828	maximal	True	ISR0128_000000023963	1.0		1	1	False	False	0.9925119280815125	0					non-mobilizable	no_good_hit								True	False
ISR0294_000000015776	1193	0.5034745313332862	2	1	1	1	1	False	57583	maximal	True	ISR0294_000000015776	0.9655172413793104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0288_000000002484	9361	0.5034717264259221	19	11	4	7	8	True	91462	maximal	True	ISR0288_000000002484	1.0		2	2	False	False	0.9996795058250427	0					non-mobilizable	no_good_hit	1790.0	98.82700000000001	75.0	0.04981621742036088	JQ680361.1	viruses	Unidentified phage clone 2019_scaffold132 genomic sequence	True	True
CHI0141_000000017266	1602	0.5034685055383401	2	2	2	2	1	False	80087	maximal	True	CHI0141_000000017266	1.0		0	0	False	False	0.9656679034233093	0					non-mobilizable	no_good_hit	265.0	74.717	16.0	0.00012148097783410965	NZ_LN913001.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
USA0113_01_000000005363	3542	0.5034617565900279	4	1	1	1	1	False	44015	fragment	False	USA0113_01_000000005363	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3526.0	97.249	99.0	0.034958912831532664	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0039_000000012166	2864	0.5034617565900279	2	1	1	1	1	False	44014	fragment	False	SPA0080_000000004085	0.9310344827586208		0	0	False	False	1.0	0					non-mobilizable	other	2865.0	96.928	100.0	0.028382976183370143	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
FIJ0084_000000005664	2343	0.5034617565900279	2	1	1	1	1	False	44013	fragment	False	FIJ0084_000000005664	1.0		0	0	False	False	0.9970123767852783	0					non-mobilizable	other	2344.0	97.014	100.0	0.023199824906981834	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0320_000000013229	1900	0.5034617565900279	3	1	1	1	1	False	33236	fragment	False	ISR0320_000000013229	0.9942096120440069		0	0	False	False	0.9857894778251648	0					non-mobilizable	other	1901.0	96.686	100.0	0.018792654052010586	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0182_000000022999	1727	0.5034617565900279	3	1	1	1	1	False	33236	fragment	False	ISR0320_000000013229	0.9492105263157895		0	0	False	False	0.9994209408760071	0					non-mobilizable	other	1728.0	97.04899999999999	100.0	0.017071569271175313	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0052_000000024983	1486	0.5034617565900279	1	1	1	1	1	False	35779	fragment	False	ISR0052_000000024983	1.0		0	0	False	False	0.9784656763076782	0					non-mobilizable	other	1484.0	97.911	99.0	0.014753576473865377	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0098_000000014327	1224	0.5034617565900279	3	1	1	1	1	False	33235	fragment	False	ISR0098_000000014327	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1217.0	96.46700000000001	99.0	0.011977954197258202	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
MON0037_000000024141	2791	0.5034613440736128	2	2	2	2	2	False	20014	maximal	True	MON0037_000000024141	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	2493.0	93.943	89.0	0.0011844573300198997	AP018530.1	actinobacteria	Olsenella sp. GAM18 DNA, complete genome	True	False
AST0002_000000030989	1211	0.5034603567714079	2	2	2	2	2	False	130941	maximal	True	AST0002_000000030989	1.0		14	4	False	False	0.9983484745025635	0					non-mobilizable	no_good_hit	111.0	86.486	9.0	3.863386326717555e-05	NZ_LT990039.1	firmicutes	Massilistercora timonensis strain Marseille-P3756 chromosome contig00001	True	False
DEN0093_000000005196	5946	0.5034591705692947	7	5	4	5	2	False	127190	maximal	True	DEN0093_000000005196	0.9942837346267106	PS984	11	5	False	True	1.0	0					non-mobilizable	no_good_hit	473.0	76.11	10.0	0.00013114824376989434	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0774_000000004019	5773	0.5034591705692947	7	5	4	5	2	False	127190	maximal	False	DEN0093_000000005196	0.98267743020518	PS984	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	473.0	76.11	10.0	0.00013114824376989434	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	True
ISR0369_000000006668	2058	0.5034571690556053	2	1	1	1	1	False	68561	maximal	True	ISR0369_000000006668	0.9815184815184815		1206	13	False	False	0.999514102935791	0					non-mobilizable	chromosome	2058.0	99.757	100.0	0.00037778388337589297	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
MAD0005_000000004788	4813	0.5034496640729376	6	4	2	2	4	False	19998	fragment	False	MAD0005_000000004788	1.0		0	0	False	False	0.9831705689430237	0					non-mobilizable	plasmid	4764.0	99.874	99.0	0.04199139542264697	CP022167.1	enterobacteria	Escherichia coli strain M160133 plasmid pM160133_p3, complete sequence	False	True
FIJ0087_000000000934	19299	0.5034483931026404	18	8	5	7	4	True	43770	maximal	True	FIJ0087_000000000934	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1494.0	80.054	8.0	0.0002424007448492712	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
AUS0006_000000003829	5204	0.5034479984407007	2	2	2	2	1	False	102181	fragment	False	AUS0006_000000003829	1.0		0	0	False	False	0.9911606311798096	0					non-mobilizable	chromosome	4008.0	99.65100000000001	97.0	0.0008917626678369892	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0107_000000010285	2692	0.5034433738818019	3	2	0	2	2	False	60020	maximal	True	ENG0107_000000010285	1.0		1	1	False	False	0.9955423474311829	0					non-mobilizable	no_good_hit	1381.0	83.056	51.0	0.00030534024963123265	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
CHI0101_000000005082	2609	0.5034431115494411	2	2	1	2	1	False	83315	fragment	False	CHI0101_000000005082	0.9882017900732303		0	0	False	False	1.0	0					non-mobilizable	other	2609.0	99.92299999999999	100.0	0.000504849986188249	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MAD0025_000000003636	2968	0.5034421318942552	3	3	3	3	2	False	22290	maximal	True	MAD0025_000000003636	1.0		4	1	False	False	0.9996630549430847	0					non-mobilizable	no_good_hit	1483.0	92.65	65.0	0.00041564628641542034	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
AUS0010_000000003550	6028	0.5034416551794557	6	6	6	6	6	False	103311	maximal	True	AUS0010_000000003550	1.0		19	6	False	False	1.0	0					non-mobilizable	chromosome	5967.0	99.83200000000001	99.0	0.0014461901398242368	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	False
MON0052_000000015743	1771	0.5034416142679882	3	3	1	3	2	False	62370	fragment	False	MON0052_000000015743	0.9700151819816147		0	0	False	False	0.9796724915504456	0					non-mobilizable	no_good_hit	248.0	83.87100000000001	14.0	0.2962515114873035	GQ879457.1		Uncultured organism clone VC1C825TR genomic sequence	True	False
AST0025_000000012156	2877	0.503439841743479	3	3	3	3	3	False	120468	fragment	False	ENG0110_000000010055	0.9575010699664521		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	811.0	72.38	27.0	0.0003629285485568537	NZ_LT635455.1	actinobacteria	Olsenella timonensis strain Marseille-P2300 chromosome contig00001	True	False
ISR0317_000000004124	4019	0.5034389573413948	5	3	1	3	3	False	119466	maximal	True	ISR0317_000000004124	1.0		107	7	False	False	0.9855685234069824	0					non-mobilizable	other	3851.0	99.14299999999999	96.0	0.07772125322997415	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0011_000000007621	3405	0.5034389573413948	4	3	1	3	3	False	119465	fragment	False	ISR0011_000000007621	0.9771258689606463		0	0	False	False	1.0	0					non-mobilizable	other	3079.0	98.896	90.0	0.062136627906976744	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0069_000000007602	3183	0.5034389573413948	4	3	1	3	3	False	119465	fragment	False	ISR0011_000000007621	0.9741114350091792		0	0	False	False	1.0	0					non-mobilizable	other	3074.0	99.057	97.0	0.062035691214470286	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0070_000000006757	3171	0.5034389573413948	4	3	1	3	3	False	119465	fragment	False	ISR0011_000000007621	0.9722447586528642		0	0	False	False	0.9996846318244934	0					non-mobilizable	other	3065.0	99.054	97.0	0.06185400516795866	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0073_000000008471	3116	0.5034389573413948	4	3	1	3	3	False	119465	fragment	False	ISR0011_000000007621	0.7720489357070672		0	0	False	False	1.0	0					non-mobilizable	other	3013.0	97.57700000000001	97.0	0.06076388888888889	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0135_01_000000004843	3082	0.5034389573413948	4	3	1	3	3	False	119465	fragment	False	ISR0011_000000007621	0.7692885171695047		0	0	False	False	0.9951330423355103	0					non-mobilizable	other	3064.0	99.641	99.0	0.06183381782945736	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
AST0026_000000010653	2770	0.5034389573413948	4	3	1	3	3	False	119463	fragment	False	AST0026_000000010653	0.9765951736958053		0	0	False	False	0.9891696572303772	0					non-mobilizable	other	2737.0	98.685	99.0	0.055232558139534885	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0134_000000012615	2577	0.5034389573413948	3	3	1	3	3	False	119463	fragment	False	AST0026_000000010653	0.9747581771388882		0	0	False	False	0.9996119737625122	0					non-mobilizable	other	2562.0	99.06299999999999	99.0	0.05167958656330749	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
SPA0140_000000008653	2536	0.5034389573413948	3	3	1	3	3	False	119463	fragment	False	AST0026_000000010653	0.9710039578108147		0	0	False	False	0.9960567951202393	0					non-mobilizable	other	2522.0	99.32600000000001	99.0	0.05089228036175711	NZ_CYZK01000022.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0004_000000009423	2794	0.5034385069499392	4	4	3	4	2	True	67804	fragment	False	ENG0004_000000009423	1.0		0	0	False	False	0.9985683560371399	0					non-mobilizable	other	1003.0	81.954	93.0	0.0003001776075934999	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
USA0001_01_000000010343	1610	0.5034339668498367	4	3	3	3	0	False	2272	maximal	True	USA0001_01_000000010343	1.0		176	12	False	False	0.992546558380127	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	6.97899249795038e-06	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ENG0155_000000017327	1117	0.5034285744763336	2	2	2	2	1	False	56714	maximal	True	ENG0155_000000017327	1.0		20	5	False	False	0.9991047382354736	0					non-mobilizable	chromosome	799.0	99.875	100.0	0.00012426830804649751	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
SPA0149_000000001445	16266	0.5034277343821599	18	8	1	8	3	False	53611	maximal	True	SPA0149_000000001445	0.96028370387038		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	433.0	73.672	3.0	0.0388598661900834	MK231527.1	viruses	Uncultured human fecal virus clone B.longum_B01.V06.H07_1-proph_c1 sequence	True	False
DEN0045_000000034938	1243	0.5034216049477869	2	2	2	2	1	True	72806	maximal	True	DEN0045_000000034938	0.9800678541136556		105	10	False	False	0.9991955161094666	0					non-mobilizable	no_good_hit	237.0	74.684	19.0	5.525059317977273e-05	CP033906.1	firmicutes	Bacillus sp. FJAT-42376 chromosome	True	True
SPA0128_000000009131	4032	0.5034170159787149	6	5	3	5	1	False	105129	fragment	False	SPA0112_000000008223	0.9774394589527727		0	0	False	False	0.9995039701461792	0					non-mobilizable	no_good_hit	1426.0	77.279	46.0	0.0005000199372804914	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
USA0101_01_000000008702	3707	0.5034158388354552	4	4	4	4	3	False	367	maximal	True	USA0101_01_000000008702	1.0		543	15	False	False	0.9994604587554932	0					non-mobilizable	chromosome	3707.0	98.166	100.0	0.0010372378462509002	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0173_000000002950	5622	0.5034157791638165	7	4	3	3	4	False	77916	maximal	True	CHI0173_000000002950	1.0		18	8	False	False	0.9959089159965515	0					non-mobilizable	other	5326.0	83.571	94.0	0.0015121192159584804	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
FIJ0150_000000007865	2962	0.5034145813313938	5	4	4	1	3	False	39823	fragment	False	FIJ0150_000000007865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	368.0	90.48899999999999	20.0	0.0032981056112728713	NZ_WNAJ01000018.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold18_size111276, whole genome shotgun sequence	True	False
ISR0193_000000015438	1729	0.5034127256172054	2	2	2	2	2	False	80205	fragment	False	ISR0193_000000015438	1.0		0	0	False	False	0.9895893335342407	0					non-mobilizable	no_good_hit	54.0	87.037	3.0	0.0005304508832507631	NZ_JXMU01000016.1	a-proteobacteria	Ahrensia marina strain LZD062 contig16, whole genome shotgun sequence	True	False
ENG0157_000000006313	3869	0.5034072589110421	3	2	2	2	2	False	71559	maximal	True	ENG0157_000000006313	0.9599899766920907		733	12	False	False	1.0	0					non-mobilizable	chromosome	3869.0	99.17299999999999	100.0	0.0005951287450568773	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ISR0062_000000020690	1832	0.5034032506702781	3	2	2	2	2	False	35330	maximal	True	ISR0062_000000020690	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	998.0	84.87	54.0	0.027449464265989175	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
MON0081_000000009855	5601	0.5034016550402678	4	2	2	1	1	False	128849	maximal	True	MON0081_000000009855	1.0	PS1059	1	1	False	True	0.9955365061759949	0					non-mobilizable	no_good_hit	1488.0	80.175	27.0	0.00024174472118256138	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	True
MON0053_000000013678	2722	0.5033998863196149	4	4	4	4	2	False	95300	fragment	False	MON0053_000000013678	0.9854082009604728		0	0	False	False	1.0	0					non-mobilizable	other	2778.0	77.07	100.0	0.0008230782342939025	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0022_000000014484	2707	0.5033998863196149	4	4	4	4	2	False	95300	fragment	False	MON0053_000000013678	0.9838354151359294		0	0	False	False	1.0	0					non-mobilizable	other	2744.0	76.968	99.0	0.0008146456728009536	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0139_000000013876	1906	0.5033984887049189	4	2	2	2	1	False	31305	maximal	True	ISR0139_000000013876	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0072_000000021342	1384	0.5033979367216859	2	2	2	2	2	False	34824	maximal	True	ISR0072_000000021342	1.0		69	11	False	False	0.9956647157669067	0					non-mobilizable	no_good_hit	221.0	72.851	16.0	0.004964147821290678	NZ_VJZE01000022.1	high GC Gram+	Streptomyces phyllanthi strain TISTR 2346 NODE_22_length_43512_cov_26.5452, whole genome shotgun sequence	True	False
ENG0143_000000007475	2516	0.5033976867884475	5	4	4	4	3	True	57620	maximal	True	ENG0143_000000007475	1.0		54	8	False	False	1.0	0					non-mobilizable	other	2421.0	94.961	96.0	0.422895151409067	KX125686.1	bacteria	Uncultured bacterium clone AmoxConc_TwinB_Time3_CH_3 genomic sequence	False	True
ISR0097_000000027264	1151	0.5033952895091122	2	2	2	2	1	False	33258	fragment	False	ISR0097_000000027264	1.0		0	0	False	False	0.9808861613273621	0					non-mobilizable	other	1151.0	98.61	100.0	0.0003682348454550374	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
FIJ0032_000000007356	4663	0.5033952082633406	7	5	2	3	3	True	85885	fragment	False	FIJ0032_000000007356	1.0		0	0	False	False	0.9991421699523926	0					non-mobilizable	no_good_hit	1881.0	87.932	77.0	0.11521019732810393	FN396364.1	firmicutes	Streptococcus suis ORF1-4 DNA, tet(W) gene, ORF6-11 DNA, erm(B) gene and ORF13-16 DNA, strain SsCA-1	True	True
CAN0016_000000023831	2011	0.5033931912137565	3	3	3	2	3	True	131026	fragment	False	CHI0117_000000007167	0.27457192497088917		0	0	False	False	0.9995027184486389	0					non-mobilizable	other	2011.0	98.757	100.0	0.0006077465001662988	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
ISR0145_000000009575	3267	0.5033931788749363	4	4	4	3	3	False	31073	maximal	True	ISR0145_000000009575	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	76.79	42.0	0.0015241628237871827	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ENG0171_000000015996	1510	0.5033904844380682	2	2	1	2	1	True	55778	fragment	False	ENG0171_000000015996	1.0		0	0	False	False	0.998675525188446	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.1663373958244369e-05	NC_020813.1	proteobacteria	Bdellovibrio exovorus JSS, complete sequence	True	True
ISR0837_000000010455	1355	0.5033903577560026	2	2	2	2	1	False	20897	fragment	False	ISR0837_000000010455	0.9959349593495934		0	0	False	False	0.984501838684082	0					non-mobilizable	other	1355.0	98.96700000000001	100.0	0.0016494955881475092	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ISR0858_000000007927	1353	0.5033903577560026	2	2	2	2	1	False	20897	fragment	False	ISR0837_000000010455	0.9952029520295202		0	0	False	False	0.9985218048095703	0					non-mobilizable	other	1353.0	98.744	100.0	0.0016470591101738793	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
SPA0089_000000007223	5246	0.5033900790586223	6	5	4	5	3	False	5435	maximal	True	SPA0089_000000007223	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0074_000000005859	3059	0.5033875449102065	4	4	3	3	3	True	110725	fragment	False	MON0074_000000005859	0.9741131029952372		0	0	False	False	0.9947695136070251	0					non-mobilizable	other	3060.0	96.863	100.0	0.003910409563949066	NZ_CABKQR010000002.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	True
CHI0117_000000007969	1837	0.5033844665835145	3	2	2	2	1	False	82070	maximal	True	CHI0117_000000007969	1.0		21	7	False	False	0.9978225231170654	0					non-mobilizable	no_good_hit	44.0	93.182	2.0	9.561207291421152e-06	CP046564.1	firmicutes	Bacillus sp. N1-1 chromosome, complete genome	True	False
MON0076_000000009497	4601	0.5033841621921775	5	4	4	4	3	False	130682	fragment	False	ISR0168_000000004408	0.21689645390562354		0	0	False	False	1.0	0					non-mobilizable	other	4601.0	98.73899999999999	100.0	0.032736591095134715	NZ_SPFY01000004.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_4_length_140485_cov_15.704, whole genome shotgun sequence	False	False
DEN0011_000000016007	2693	0.5033838167906602	3	3	3	3	3	False	85617	fragment	False	DEN0011_000000016007	1.0		0	0	False	False	0.9996286630630493	0					non-mobilizable	other	2693.0	99.70299999999999	100.0	0.0006600189130233843	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0241_000000004824	2813	0.5033821620713498	4	4	4	4	2	False	54911	maximal	False	ISR0135_000000006687	0.9863121192236636		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2144.0	79.01100000000001	76.0	0.00047247620259993216	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0135_000000006687	2812	0.5033821620713498	4	4	4	4	2	False	54911	maximal	True	ISR0135_000000006687	0.9894399570223865		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	79.378	76.0	0.00047470171462348344	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0354_000000006862	2812	0.5033821620713498	4	4	4	4	2	False	54911	maximal	False	ISR0135_000000006687	0.986232836144566		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2144.0	79.01100000000001	76.0	0.00047247620259993216	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0391_000000004775	2812	0.5033821620713498	4	4	4	4	2	False	54911	maximal	False	ISR0135_000000006687	0.9894399570223865		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2153.0	79.378	76.0	0.00047470171462348344	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
USA0018_01_000000013208	1693	0.5033799074348099	2	2	2	2	2	False	1854	maximal	True	USA0018_01_000000013208	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	658.0	76.748	39.0	0.0006402357643577795	NZ_OEST01000001.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	False
ISR0079_000000017918	1586	0.5033783059239092	2	2	2	2	2	False	80856	maximal	False	USA0035_01_000000015284	0.9628971142243359		0	0	False	False	0.9993695020675659	0					non-mobilizable	other	1586.0	99.054	100.0	0.01722638843603956	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0082_01_000000003883	7169	0.5033685340974879	10	5	4	4	3	True	72494	fragment	False	USA0082_01_000000003883	0.9789350497366881		0	0	False	False	0.9998605251312256	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.308991142508488e-05	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
SPA0100_000000015324	1887	0.5033684877297019	2	1	1	1	1	False	61737	fragment	False	SPA0100_000000015324	0.9965744832714334		0	0	False	False	0.996820330619812	0					non-mobilizable	chromosome	1887.0	99.36399999999999	100.0	0.0003352598032384035	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
MAD0059_000000012877	1504	0.5033681491631402	3	3	3	2	2	False	16882	maximal	True	MAD0059_000000012877	1.0		339	13	False	False	1.0	0					non-mobilizable	other	1504.0	99.535	100.0	0.00031248466683687345	CP010117.1	enterobacteria	Escherichia coli strain C2, complete genome	False	False
FIJ0159_000000010276	2349	0.5033635842584996	5	4	2	3	3	True	110900	fragment	False	FIJ0159_000000010276	0.9654347826086956		0	0	False	False	0.994465708732605	0					non-mobilizable	other	2191.0	98.539	93.0	0.0005366944281605454	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	True
CHI0068_000000010548	1505	0.5033626809211069	2	2	1	2	2	False	85120	maximal	True	CHI0068_000000010548	0.9981276272355323		464	12	False	False	0.9980066418647766	0					non-mobilizable	chromosome	1505.0	99.46799999999999	100.0	0.00032904502775551694	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
SPA0153_000000004340	3863	0.5033617102537432	4	3	3	2	3	False	27958	fragment	False	SPA0153_000000004340	1.0		0	0	False	False	0.9927517175674438	0					non-mobilizable	no_good_hit	2898.0	95.721	83.0	0.0008984321939546709	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	False
ISR0198_000000018720	1768	0.5033612452086665	2	1	1	1	1	False	73873	fragment	False	ISR0198_000000018720	1.0		0	0	False	False	0.9954751133918762	0					non-mobilizable	no_good_hit	276.0	85.87	16.0	9.189020164345457e-05	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
ISR0227_000000002949	8502	0.5033595280401384	11	7	6	4	5	True	87271	fragment	False	ISR0227_000000002949	1.0		0	0	False	False	0.9971771240234375	0					non-mobilizable	chromosome	5500.0	99.12700000000001	91.0	0.001466363666191928	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
AST0099_000000000341	32370	0.5033586152806641	51	22	11	16	15	True	108929	maximal	True	AST0099_000000000341	1.0		1	1	False	False	0.9998764395713806	0					non-mobilizable	no_good_hit	602.0	90.53200000000001	3.0	0.00017038004135769286	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0347_000000010984	2063	0.5033586073519349	2	1	1	1	1	False	26115	maximal	True	ISR0347_000000010984	0.9962279986276241		1275	13	False	False	1.0	0					non-mobilizable	chromosome	2063.0	99.806	100.0	0.0004115487525602045	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0395_000000020060	1932	0.5033586073519349	2	1	1	1	1	False	26115	maximal	False	ISR0347_000000010984	0.9654857053101924		0	0	False	False	0.9994823932647705	0					non-mobilizable	other	1932.0	99.896	100.0	0.0003739936694163239	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MON0057_000000015522	1697	0.5033586073519349	1	1	1	1	1	False	49072	maximal	False	ISR0191_000000005461	0.6951248697085911		0	0	False	False	1.0	0					non-mobilizable	other	1701.0	92.06299999999999	100.0	0.03290085205267235	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
ENG0146_000000014996	1493	0.5033570664050437	2	2	2	2	2	False	57407	maximal	True	ENG0146_000000014996	1.0		100	7	False	False	1.0	0					non-mobilizable	chromosome	904.0	99.66799999999999	99.0	0.0002846234318525455	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0120_000000003780	6575	0.503353900123329	7	6	6	6	5	False	120463	fragment	False	ISR0120_000000003780	1.0		0	0	False	False	0.9983270168304443	0					non-mobilizable	no_good_hit	4997.0	77.667	75.0	0.0016957853646692978	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	True	False
CHI0162_000000022204	1472	0.5033504759202689	3	2	2	2	1	False	78534	maximal	True	CHI0162_000000022204	1.0		8	5	False	False	0.9911684989929199	0					non-mobilizable	chromosome	1472.0	99.117	100.0	0.0008825468706783852	CP017686.1	euryarchaeotes	Candidatus Methanomethylophilus alvus strain Mx-05 chromosome, complete genome	False	False
ENG0024_000000005522	4889	0.503347214154814	6	6	5	6	6	False	66246	maximal	True	ENG0024_000000005522	1.0		1	1	False	False	0.9985682368278503	0					non-mobilizable	no_good_hit	3610.0	99.695	74.0	0.0020892731540846188	NZ_JH976465.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.1, whole genome shotgun sequence	True	False
CHI0001_000000001370	5818	0.5033446320435508	7	4	2	3	2	False	99405	maximal	True	CHI0001_000000001370	1.0	PS424	1	1	True	True	1.0	5					non-mobilizable	no_good_hit	391.0	90.02600000000001	7.0	0.008335317932841153	NZ_CP048628.1	firmicutes	Megamonas funiformis strain JCM 14723 plasmid putative_Mfuni1, complete sequence	True	True
DEN0061_000000006376	5472	0.50334144933198	5	4	4	4	3	False	107376	fragment	False	DEN0061_000000006376	0.97081022210514		0	0	False	False	0.9996345043182373	0					non-mobilizable	no_good_hit	740.0	79.189	13.0	0.00022069226315550193	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
DEN0022_000000007095	5005	0.5033397957048339	6	3	2	3	2	True	74639	maximal	True	DEN0022_000000007095	1.0		1	1	False	False	0.997802197933197	0					non-mobilizable	no_good_hit	1423.0	72.944	28.0	0.0005902091511761217	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
ISR0287_000000006397	1954	0.5033370452933045	4	3	2	3	1	False	30717	maximal	False	ISR0152_000000011993	0.9885496183206106		0	0	False	False	0.9964175820350647	0					non-mobilizable	no_good_hit	363.0	78.512	19.0	0.0003182652609071791	NZ_FYDD01000004.1	firmicutes	Massilimaliae timonensis strain Marseille-P3753, whole genome shotgun sequence	True	False
AST0058_000000011129	1229	0.5033368727001011	2	2	2	2	2	True	113002	fragment	False	AST0058_000000011129	0.9913651315789473		0	0	False	False	1.0	0					non-mobilizable	other	1229.0	98.21	100.0	0.02091850640501499	NZ_JAAIPV010000024.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_24_length_58704_cov_118.942, whole genome shotgun sequence	False	True
MON0047_000000003882	8047	0.5033366478038068	11	4	2	0	4	False	11582	fragment	False	MON0047_000000003882	1.0		0	0	False	False	0.9998757243156433	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	7.913725154566776e-07	AP022711.1	bony fishes	Plectropomus leopardus DNA, chromosome 12, nearly complete sequence	True	False
ENG0016_000000007001	3241	0.5033341576916125	3	3	3	3	3	False	126881	maximal	True	ENG0016_000000007001	1.0	PS979	22	7	False	True	0.9879666566848755	0					non-mobilizable	no_good_hit	1340.0	100.0	50.0	0.055068887517993007	NZ_CYZO01000035.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0276_000000007115	1430	0.5033330868968532	3	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.07118155261136859	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1430.0	98.39200000000001	100.0	0.0004809930335109765	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0040_000000019679	1412	0.5033330868968532	3	2	0	2	1	True	11856	maximal	True	MON0040_000000019679	1.0		83	11	False	False	1.0	0					non-mobilizable	no_good_hit	532.0	93.985	58.0	0.00017873149110869736	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MAD0105_000000027446	1411	0.5033330868968532	2	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.06538127459086139	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1411.0	94.40100000000001	100.0	0.0004975498317328814	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0360_000000017865	1398	0.5033330868968532	2	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.06331675879732132	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1399.0	93.13799999999999	100.0	0.0004702220208641247	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
TAN0009_000000031360	1382	0.5033330868968532	3	2	0	2	1	True	46707	fragment	False	TAN0009_000000031360	0.9292711278961127		0	0	False	False	0.9992763996124268	0					non-mobilizable	no_good_hit	739.0	89.039	80.0	0.0002561928968689394	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
CHI0082_000000006719	1364	0.5033330868968532	2	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.06558125499932295	PS1133	0	0	False	True	0.9948680400848389	0					non-mobilizable	chromosome	1364.0	96.554	100.0	0.00048096483734178533	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0207_000000022537	1347	0.5033330868968532	2	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.05586633392610053	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1347.0	94.655	100.0	0.0004749660095833038	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0120_000000012312	1326	0.5033330868968532	3	2	0	2	1	True	81819	fragment	False	CHI0120_000000012312	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	686.0	82.65299999999999	79.0	0.0002302303953264576	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ENG0037_000000027665	1297	0.5033330868968532	2	2	0	2	1	True	80643	fragment	False	ENG0037_000000027665	0.7022683560534485		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	657.0	87.823	77.0	0.0002194593826796058	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
CHI0135_000000015129	1260	0.5033330868968532	2	2	0	2	1	True	80643	fragment	False	ENG0037_000000027665	0.4801255230125523		0	0	False	False	0.9976190328598022	0					non-mobilizable	no_good_hit	638.0	82.288	78.0	0.00022029103513084312	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
MAD0100_000000026312	1257	0.5033330868968532	3	2	0	2	1	True	15143	maximal	True	MAD0100_000000026312	1.0		4	4	False	False	1.0	0					non-mobilizable	chromosome	933.0	87.245	100.0	0.0003257010600634394	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0128_000000030102	1252	0.5033330868968532	2	2	0	2	1	True	46707	fragment	False	TAN0009_000000031360	0.6697755482578203		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	668.0	87.874	77.0	0.00022349851242217523	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
MON0041_000000056510	1243	0.5033330868968532	2	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.01622733017854953	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1244.0	92.846	100.0	0.0004180499283559362	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0140_000000018358	1243	0.5033330868968532	2	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.03815631102784586	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1244.0	91.15799999999999	100.0	0.0004382672985902402	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0088_000000027161	1195	0.5033330868968532	2	2	0	2	1	True	80643	fragment	False	ENG0037_000000027665	0.6851175178372557		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	613.0	84.666	76.0	0.00020498583443539866	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	True
ISR0399_000000015240	1166	0.5033330868968532	2	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.013981056388137812	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1166.0	97.85600000000001	100.0	0.00041109613756652963	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0231_000000017610	1166	0.5033330868968532	2	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.018451402570961336	PS1133	0	0	False	True	0.9914236664772034	0					non-mobilizable	chromosome	1166.0	95.712	100.0	0.000392132179174449	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
USA0052_01_000000012997	1156	0.5033330868968532	2	2	0	2	1	True	131257	backbone	False	ISR0175_000000008482	0.014092632749638782	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1156.0	97.145	100.0	0.00040756741535565813	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0213_000000002446	8334	0.5033328597536986	14	11	8	10	8	False	131553	maximal	True	ISR0213_000000002446	1.0		53	5	False	False	1.0	0					non-mobilizable	no_good_hit	1466.0	96.24799999999999	56.0	0.00038988782674396295	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ENG0163_000000006314	3623	0.5033327853427838	3	3	3	1	1	False	56319	maximal	True	ENG0163_000000006314	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	1335.0	78.42699999999999	36.0	0.00033338754680979025	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ISR0214_000000007904	3407	0.5033327853427838	3	3	3	1	1	False	115391	backbone	True	ISR0214_000000007904	0.9519072248501599	PS750	18	7	False	True	1.0	0					non-mobilizable	other	3411.0	90.413	100.0	0.0005337616807408938	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
SPA0091_000000004106	3354	0.5033327853427838	3	3	3	1	1	False	5344	maximal	True	SPA0091_000000004106	1.0		2	2	False	False	1.0	0					non-mobilizable	chromosome	3334.0	78.22399999999999	99.0	0.0008332155330223406	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	False	False
ENG0061_000000006445	3290	0.5033327853427838	3	3	3	1	1	False	63276	fragment	False	ENG0061_000000006445	1.0		0	0	False	False	0.9984802603721619	0					non-mobilizable	no_good_hit	1312.0	77.59100000000001	39.0	0.8302250803858521	NZ_VWXL01000031.1	firmicutes	Caprobacter fermentans strain EA1 CAFE_31, whole genome shotgun sequence	True	False
SPA0048_000000006155	3285	0.5033327853427838	4	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.9405968466899607	PS750	0	0	False	True	0.9993911981582642	0					non-mobilizable	other	3285.0	96.286	100.0	0.000514945170256491	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
DEN0010_000000013525	3244	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.9307963023225275	PS750	0	0	False	True	1.0	0					non-mobilizable	other	3242.0	99.26	100.0	0.0005082025873329133	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
SPA0097_000000010141	3211	0.5033327853427838	3	3	3	1	1	False	61637	fragment	False	MON0092_000000013220	0.6965187407516457		0	0	False	False	0.997197151184082	0					non-mobilizable	no_good_hit	908.0	75.441	28.0	0.002923738077446428	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
SPA0051_000000008109	3105	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.8773787586034094	PS750	0	0	False	True	1.0	0					non-mobilizable	other	3109.0	96.55799999999999	100.0	0.0010245360541631019	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	True
ISR0395_000000012548	3073	0.5033327853427838	3	3	3	1	1	False	95370	maximal	True	ISR0395_000000012548	1.0		18	4	False	False	0.9990237355232239	0					non-mobilizable	chromosome	3069.0	80.156	99.0	0.000772922040514187	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	False	False
ENG0015_000000006154	3043	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.7876306503042636	PS750	0	0	False	True	1.0	0					non-mobilizable	other	3045.0	91.396	100.0	0.00047668493227153856	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ENG0063_000000010818	2951	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.706514039778231	PS750	0	0	False	True	1.0	0					non-mobilizable	other	2944.0	97.01100000000001	100.0	0.00046084770261383285	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
DEN0017_000000010265	2946	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.8357573221592779	PS750	0	0	False	True	1.0	0					non-mobilizable	other	2948.0	92.02799999999999	100.0	0.0004614749196299796	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ISR0089_000000008849	2936	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.8344385439425817	PS750	0	0	False	True	1.0	0					non-mobilizable	other	2935.0	91.85700000000001	100.0	0.00045943646432750263	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ISR0244_000000007939	2907	0.5033327853427838	3	3	3	1	1	False	95369	fragment	False	ISR0244_000000007939	0.9819672131147541		0	0	False	False	1.0	0					non-mobilizable	chromosome	2898.0	80.124	99.0	0.0007301085941533552	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	False	False
USA0037_01_000000012074	2881	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.6881965483619178	PS750	0	0	False	True	1.0	0					non-mobilizable	other	2883.0	91.95299999999999	100.0	0.0004512826431175947	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
AST0087_000000012655	2860	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.721271605458919	PS750	0	0	False	True	1.0	0					non-mobilizable	other	2860.0	97.83200000000001	99.0	0.00044830336229089763	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
DEN0062_000000006462	2854	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.7323215780368767	PS750	0	0	False	True	1.0	0					non-mobilizable	other	2844.0	92.264	99.0	0.0009364074696071908	NZ_LT962687.1	firmicutes	Anaerotruncus massiliensis strain AT3, whole genome shotgun sequence	False	True
ISR0316_000000006859	2788	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.6265636090170875	PS750	0	0	True	True	0.989598274230957	2					non-mobilizable	other	2716.0	92.26799999999999	97.0	0.0004252531369475041	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
SPA0059_000000009357	2771	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.7117584583348991	PS750	0	0	False	True	0.9963911771774292	0					non-mobilizable	other	2771.0	98.52	100.0	0.0004343477836816322	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
SPA0042_000000011563	2746	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.34862869883151143	PS750	0	0	False	True	1.0	0					non-mobilizable	chromosome	2750.0	97.6	99.0	0.0007835454876292364	NZ_LT635479.1	firmicutes	Lachnoclostridium phocaeense strain Marseille-P3177T chromosome contig00001	False	True
ENG0082_000000007228	2746	0.5033327853427838	3	3	3	1	1	False	61635	fragment	False	ENG0082_000000007228	0.9800585437248446		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1331.0	76.86	48.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
ENG0132_000000007010	2733	0.5033327853427838	3	3	3	1	1	False	61635	fragment	False	ENG0082_000000007228	0.9777858703568827		0	0	False	False	0.9915843605995178	0					non-mobilizable	no_good_hit	1332.0	76.877	48.0	0.00033262754480338497	CP060286.1	firmicutes	Caproiciproducens sp. 7D4C2 chromosome, complete genome	True	False
SPA0126_000000015149	2732	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.6290476619730831	PS750	0	0	False	True	1.0	0					non-mobilizable	other	2737.0	92.32700000000001	100.0	0.00042791880926612786	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ISR0032_000000012036	2722	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.6736136837280875	PS750	0	0	False	True	0.9926524758338928	0					non-mobilizable	other	2721.0	92.429	100.0	0.0004258803539636509	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
ISR0782_000000005136	2700	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.6180536896460312	PS750	0	0	False	True	1.0	0					non-mobilizable	other	2693.0	95.84100000000001	100.0	0.0004218034433586969	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
AST0047_000000008116	2665	0.5033327853427838	3	3	3	1	1	False	115391	backbone	False	ISR0214_000000007904	0.618273619484374	PS750	0	0	False	True	1.0	0					non-mobilizable	other	2665.0	92.68299999999999	100.0	0.0004170993157375962	NZ_KB851182.1	firmicutes	[Clostridium] bolteae 90A9 acBQZ-supercont-complete, whole genome shotgun sequence	False	True
FIJ0016_000000001238	12633	0.5033309403395921	12	8	6	5	7	True	64674	maximal	True	FIJ0016_000000001238	1.0		37	7	False	False	0.9999208450317383	0					non-mobilizable	no_good_hit	6852.0	97.971	79.0	0.002458246410228257	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
ENG0154_000000014555	2172	0.5033255679518831	2	1	1	1	1	False	104987	fragment	False	ENG0154_000000014555	0.9657881398884947		0	0	False	False	1.0	0					non-mobilizable	other	2172.0	99.586	100.0	0.04530467445742905	NZ_AGDG01000042.1	CFB group bacteria	Bacteroides faecis MAJ27 contig042, whole genome shotgun sequence	False	False
DEN0078_000000017669	1857	0.5033255679518831	1	1	1	1	1	False	69759	maximal	True	DEN0078_000000017669	1.0		38	9	False	False	0.9908454418182373	0					non-mobilizable	no_good_hit	1031.0	99.709	56.0	0.000164244014302305	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
CAN0018_000000016126	2142	0.5033250020567194	6	5	5	5	2	False	92209	maximal	True	CAN0018_000000016126	1.0		430	11	False	False	1.0	0					non-mobilizable	chromosome	2142.0	99.62700000000001	100.0	0.0003836434795226033	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	False
ISR0032_000000028253	1198	0.5033223675129787	1	1	1	1	1	False	101403	fragment	False	ISR0301_000000013880	0.6210572293048211		0	0	False	False	0.9808013439178467	0					non-mobilizable	other	1195.0	98.57700000000001	99.0	0.009807545403021119	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
CHI0062_000000010178	1350	0.5033190789731443	1	1	1	1	1	False	85549	maximal	True	CHI0062_000000010178	1.0		10	4	False	False	1.0	0					non-mobilizable	no_good_hit	964.0	79.461	71.0	0.0001507799672821651	NZ_RHJS01000002.1	firmicutes	Schaedlerella arabinosiphila strain DSM 106076 000000F_quiver_pilon, whole genome shotgun sequence	True	False
MON0011_000000024756	1896	0.5033140773442888	4	1	1	1	1	False	13672	maximal	True	MON0011_000000024756	1.0		3	2	False	False	0.9367088675498962	0					non-mobilizable	no_good_hit								True	False
MON0002_000000025850	1129	0.5033138637054373	2	2	2	2	2	False	107862	fragment	False	ENG0050_000000012509	0.17449924827344523		0	0	False	False	1.0	0					non-mobilizable	other	688.0	97.67399999999999	95.0	0.006297783400253012	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	False	False
AST0012_000000000766	15665	0.5033123827029989	19	11	3	8	6	True	125656	maximal	True	AST0012_000000000766	1.0		2	2	False	False	0.9999361634254456	0					non-mobilizable	no_good_hit	3593.0	85.054	42.0	0.001455789195181665	CP026729.1	high GC Gram+	Bifidobacterium catenulatum subsp. kashiwanohense strain APCKJ1 chromosome, complete genome	True	True
AST0025_000000017012	2153	0.5033121782577288	4	3	3	1	1	False	121143	maximal	False	ENG0125_000000011603	0.9777777777777779		0	0	False	False	1.0	0					non-mobilizable	chromosome	1597.0	99.12299999999999	100.0	0.0005030553679254292	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0044_000000002615	8988	0.5033121651653125	6	3	3	3	3	False	30886	maximal	True	SPA0044_000000002615	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	924.0	81.602	16.0	0.00023874758618187657	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0114_000000034758	1353	0.5033115919481169	2	2	2	1	1	False	71410	fragment	False	SPA0114_000000034758	0.9740093282518016		0	0	False	False	0.9977827072143555	0					non-mobilizable	no_good_hit	43.0	93.023	3.0	0.00016694026320914832	NZ_PJZH01000004.1	enterobacteria	Chimaeribacter coloradensis strain 2016-Iso4 NODE_4_length_251660_cov_30.8292_ID_5209, whole genome shotgun sequence	True	False
ENG0057_000000007457	3059	0.5033085174701734	4	3	3	3	2	True	93267	fragment	False	CAN0016_000000015564	0.9753225806451613		0	0	False	False	0.999673068523407	0					non-mobilizable	no_good_hit	219.0	81.279	7.0	7.598646464956297e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0015_000000006949	3490	0.5033079870753606	4	4	3	3	4	False	68198	fragment	False	ISR0017_000000008787	0.9639143417199713		0	0	False	False	1.0	0					non-mobilizable	other	3490.0	99.656	100.0	0.0007516720340085814	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
FIJ0124_000000026238	1116	0.5033071475429729	2	2	2	1	1	False	41208	maximal	True	FIJ0124_000000026238	1.0		172	13	False	False	0.9775985479354858	0					non-mobilizable	no_good_hit	469.0	87.633	42.0	0.00016431624786681035	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0050_000000010967	2186	0.5033018180532534	2	1	1	1	1	False	40473	maximal	True	MAD0050_000000010967	1.0		362	14	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0168_000000011016	1974	0.5033018180532534	2	1	1	1	1	False	40472	fragment	False	FIJ0168_000000011016	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0111_000000002419	6358	0.5033010907260144	6	4	4	4	3	True	130997	fragment	False	USA0037_01_000000005669	0.9519639292526684		0	0	False	False	0.9998427033424377	0					non-mobilizable	other	5969.0	98.274	100.0	0.012474986251586556	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
MAD0001_000000002855	8220	0.5033002859738444	8	6	3	6	3	False	84620	maximal	False	ISR0385_000000001956	0.37389338552727025	PS419	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1882.0	89.79799999999999	37.0	0.0004993692528854446	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MAD0110_000000003423	7886	0.5033002859738444	8	6	3	6	3	False	84620	maximal	False	ISR0385_000000001956	0.19068126520681267	PS419	0	0	False	True	0.9997463822364807	0					non-mobilizable	no_good_hit	1271.0	88.59200000000001	30.0	0.00033664743437042264	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0090_000000004433	7793	0.5033002859738444	8	6	3	6	3	False	84620	maximal	False	ISR0385_000000001956	0.27586593087329286	PS419	0	0	False	True	0.9997433423995972	0					non-mobilizable	no_good_hit	2881.0	85.804	36.0	0.000765592818259202	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
USA0075_01_000000020199	1220	0.5032961944678964	2	1	1	1	1	False	659	maximal	True	USA0075_01_000000020199	1.0		62	9	False	False	1.0	0					non-mobilizable	no_good_hit	171.0	81.28699999999999	14.0	0.0029356404013193113	NZ_OFSM01000029.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
FIJ0149_000000002446	8150	0.5032959148075433	13	5	3	5	2	True	39865	fragment	False	FIJ0149_000000002446	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.010097719869706841	XM_021873293.1	eudicots	PREDICTED: Chenopodium quinoa zinc finger CCCH domain-containing protein 24-like (LOC110696031), mRNA	True	True
MAD0025_000000000556	14208	0.5032955469693111	14	10	7	9	5	False	19166	maximal	True	MAD0025_000000000556	1.0		2	1	False	False	0.9997888803482056	0					non-mobilizable	no_good_hit	1157.0	70.61399999999999	8.0	0.02800931140647293	NZ_CYXX01000032.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
ISR0230_000000020655	1663	0.5032938898796931	2	2	1	2	1	False	27529	maximal	True	ISR0230_000000020655	1.0		1	1	False	False	0.9963920712471008	0					non-mobilizable	no_good_hit	1017.0	81.318	66.0	0.00029483448795403184	CP040121.1	CFB group bacteria	Duncaniella sp. B8 chromosome, complete genome	True	False
FIJ0046_000000031023	1139	0.5032912945817268	2	2	2	2	1	False	46921	maximal	True	FIJ0046_000000031023	1.0		83	10	False	False	0.9973661303520203	0					non-mobilizable	no_good_hit	423.0	75.65	37.0	0.0015718020954860394	NZ_FQXV01000005.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0776_000000010108	2437	0.5032817717270369	4	2	2	2	1	False	22425	maximal	True	ISR0776_000000010108	1.0		359	14	False	False	1.0	0					non-mobilizable	chromosome	2437.0	99.22	100.0	0.0005421347289370866	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ISR0110_000000002923	7555	0.5032763455804522	8	6	6	5	4	False	84642	maximal	True	ISR0110_000000002923	1.0	PS421	6	4	False	True	0.9985440373420715	0					non-mobilizable	no_good_hit	1360.0	77.5	36.0	0.0039358698476748295	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	True	True
MAD0037_000000005288	2442	0.5032730852853218	4	4	4	4	3	False	39652	fragment	False	MAD0037_000000005288	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2442.0	99.87700000000001	100.0	0.0005227215784863987	CP019213.3	enterobacteria	Escherichia coli strain WCHEC050613 chromosome, complete genome	False	False
SPA0126_000000023332	1873	0.5032729075421046	2	2	1	2	1	False	126956	fragment	False	ISR0330_000000014390	0.954091975885318		0	0	False	False	1.0	0					non-mobilizable	other	1873.0	95.78200000000001	100.0	0.02672666238125848	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
MAD0093_000000018123	1755	0.5032710029341373	2	2	1	2	1	False	128846	maximal	True	MAD0093_000000018123	1.0	PS1059	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1296.0	88.65700000000001	74.0	0.9062281315605318	NZ_JAAITI010000086.1	firmicutes	Blautia luti strain MSK.16.34 NODE_88_length_1429_cov_594.597, whole genome shotgun sequence	True	True
ISR0778_000000004429	2888	0.5032709092401594	2	2	1	2	1	True	22374	fragment	False	ISR0778_000000004429	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0084_000000006213	1119	0.5032697699767746	2	1	1	1	1	False	51121	fragment	False	FIJ0087_000000027599	0.9621198975780115		0	0	False	False	0.9821268916130066	0					non-mobilizable	chromosome	1068.0	77.154	95.0	0.00028222899014572673	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
DEN0041_000000008944	3728	0.5032671410469741	5	5	4	5	3	False	87719	fragment	False	SPA0014_000000005508	0.9586090327244219		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0058_01_000000003545	6081	0.5032668918523395	5	4	2	4	2	True	97581	fragment	False	USA0058_01_000000003545	1.0		0	0	False	False	0.9960532784461975	0					non-mobilizable	no_good_hit	1665.0	76.817	27.0	0.009810796035273704	NZ_QEKY01000005.1	CFB group bacteria	Porphyromonas loveana strain DSM 28520 Ga0215711_105, whole genome shotgun sequence	True	True
FIJ0040_000000016205	1518	0.5032637620593934	4	4	3	2	3	False	47472	maximal	True	FIJ0040_000000016205	1.0		5	2	False	False	0.9973649382591248	0					non-mobilizable	chromosome	1519.0	99.01299999999999	100.0	0.00031036236134643287	CP029126.1	enterobacteria	Enterobacter hormaechei strain AR432 chromosome, complete genome	False	False
DEN0022_000000018773	2150	0.5032629244388253	2	2	2	2	2	False	108777	fragment	False	FIJ0121_000000012940	0.8639690246309598		0	0	False	False	1.0	0					non-mobilizable	other	2150.0	96.93	100.0	0.013123327508889405	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
AST0099_000000010181	2078	0.5032629244388253	2	2	2	2	2	False	108777	fragment	False	FIJ0121_000000012940	0.8558812416987539		0	0	False	False	1.0	0					non-mobilizable	other	1999.0	96.29799999999999	99.0	0.01220078446706338	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	False	False
CHI0131_000000004698	3317	0.5032624644039806	3	2	2	2	2	False	81045	maximal	True	CHI0131_000000004698	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	1369.0	99.927	70.0	0.0005895929093694847	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
AST0060_000000015332	1930	0.5032619803728383	2	2	2	2	1	False	129499	fragment	False	ISR0358_000000009408	0.9659420289855072		0	0	False	False	0.9979274868965149	0					non-mobilizable	other	1948.0	82.7	99.0	0.02322165910267368	NZ_LNAM01000002.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf10, whole genome shotgun sequence	False	False
MON0029_000000009570	2810	0.5032619105878652	2	2	2	2	2	False	12561	maximal	True	MON0029_000000009570	1.0		1	1	False	False	0.9811387658119202	0					non-mobilizable	no_good_hit	1343.0	74.08800000000001	47.0	0.00045213801108786813	AP022829.1	actinobacteria	Adlercreutzia sp. 8CFCBH1 DNA, complete genome	True	False
SPA0014_000000011444	2035	0.5032554252618046	4	3	2	3	1	True	7942	maximal	True	SPA0014_000000011444	1.0		2	2	False	False	0.9970515966415405	0					non-mobilizable	no_good_hit	1344.0	99.256	66.0	0.0004665786548082268	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ISR0140_000000015407	1496	0.503253029326333	1	1	1	1	1	False	31231	maximal	True	ISR0140_000000015407	1.0		2	2	False	False	0.9886363744735718	0					non-mobilizable	other	1491.0	95.641	99.0	0.00024175701861999576	NZ_OIWX01000001.1	firmicutes	Blautia marasmi strain Marseille-P2377, whole genome shotgun sequence	False	False
FIJ0099_000000013279	1658	0.5032514642312502	2	2	2	2	2	False	86683	fragment	False	FIJ0017_000000016272	0.9557422969187676		0	0	False	False	0.9987937211990356	0					non-mobilizable	chromosome	1658.0	99.337	100.0	0.00035369079654710696	CP047658.1	enterobacteria	Escherichia coli strain LD39-1 chromosome, complete genome	False	False
ENG0193_000000002585	7509	0.5032507289821203	6	2	1	1	2	False	54611	maximal	True	ENG0193_000000002585	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	4408.0	93.557	81.0	0.0009777463856478735	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
FIJ0172_000000017008	1647	0.503248834044444	2	2	0	1	1	False	38723	fragment	False	FIJ0172_000000017008	1.0		0	0	False	False	0.9993928074836731	0					non-mobilizable	plasmid	1537.0	89.655	93.0	0.2307925443248977	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	False	True
ISR0113_000000012359	1336	0.5032482038037565	2	2	1	2	1	False	32575	maximal	True	ISR0113_000000012359	1.0		4	2	False	False	0.96257483959198	0					non-mobilizable	no_good_hit	983.0	98.37200000000001	74.0	0.0002938640761939874	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ENG0082_000000004625	4049	0.5032402127665012	5	3	2	3	3	False	100408	maximal	True	ENG0082_000000004625	1.0		21	7	False	False	1.0	0					non-mobilizable	other	4074.0	96.588	100.0	0.014143652549643457	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0021_000000000850	20754	0.5032400619927226	30	23	10	21	22	False	106142	fragment	False	ISR0021_000000000850	0.9762294847023683		0	0	False	False	0.9939289093017578	0					non-mobilizable	chromosome	20568.0	98.18700000000001	99.0	0.006474473880047771	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
FIJ0003_000000004594	5481	0.5032380328018587	6	5	4	5	3	False	52216	maximal	True	FIJ0003_000000004594	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1546.0	98.706	35.0	0.0035139431901145615	NZ_GL833110.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD2, whole genome shotgun sequence	True	False
ISR0330_000000012387	2348	0.5032378179644882	3	2	2	1	1	False	24669	maximal	True	ISR0330_000000012387	1.0		14	5	False	False	0.9889267683029175	0					non-mobilizable	no_good_hit	1382.0	91.96799999999999	59.0	0.16449958248836932	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
SPA0041_000000016808	2009	0.5032378179644882	3	2	2	1	1	False	74457	maximal	True	SPA0041_000000016808	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1467.0	92.365	73.0	0.1745198616247167	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
MON0084_000000017113	1986	0.5032378179644882	3	2	2	1	1	False	74458	fragment	False	MON0084_000000017113	1.0		0	0	False	False	0.9491440057754517	0					non-mobilizable	no_good_hit	1508.0	94.363	76.0	0.1794107121555529	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ENG0052_000000015949	1973	0.5032378179644882	3	2	2	1	1	False	74477	maximal	True	ENG0052_000000015949	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1514.0	92.47	77.0	0.18012644637957773	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ENG0098_000000012853	1968	0.5032378179644882	3	2	2	1	1	False	74475	fragment	False	ENG0098_000000012853	1.0		0	0	False	False	0.9989837408065796	0					non-mobilizable	no_good_hit	1456.0	92.514	74.0	0.17320768221400454	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
USA0111_01_000000014781	1716	0.5032378179644882	3	2	2	1	1	False	74453	maximal	True	USA0111_01_000000014781	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1455.0	92.509	85.0	0.17308839317666708	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
MON0013_000000033104	1673	0.5032378179644882	2	2	2	1	1	False	13512	fragment	False	MON0013_000000033104	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1469.0	80.123	87.0	0.17404270547536682	NZ_QEKJ01000032.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_132, whole genome shotgun sequence	True	False
ISR0087_000000003848	5967	0.5032374023769034	5	4	4	2	2	False	115392	maximal	True	ISR0087_000000003848	1.0	PS750	13	6	False	True	1.0	0					non-mobilizable	no_good_hit	3383.0	82.589	58.0	0.0014021659166790674	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	True
CHI0008_000000006165	1600	0.5032353272646625	3	3	3	3	2	False	90512	fragment	False	CHI0008_000000006165	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	227.0	74.449	14.0	0.0010925325400884952	NZ_VWRQ01000012.1	firmicutes	Paenibacillus tepidiphilus strain SYSU G01001 SYSU_G01001_Contig12, whole genome shotgun sequence	True	False
MAD0007_000000003621	2225	0.5032338711044335	2	2	2	2	1	False	19866	maximal	True	MAD0007_000000003621	1.0		1	1	False	False	0.9959550499916077	0					non-mobilizable	no_good_hit	815.0	78.16	36.0	0.0004327019882870571	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0126_000000003955	12048	0.5032311852343995	12	8	7	7	6	True	32015	maximal	True	ISR0126_000000003955	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	4437.0	95.80799999999999	51.0	0.04099180905081354	NZ_JAAWUO010000016.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_16_length_107924_cov_110.138, whole genome shotgun sequence	True	True
FIJ0084_000000001336	10916	0.503230213767619	15	6	3	6	3	True	48175	maximal	True	FIJ0084_000000001336	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0181_000000009664	2127	0.5032297095513656	3	2	2	2	1	False	77430	maximal	True	CHI0181_000000009664	1.0		7	4	False	False	0.9938880801200867	0					non-mobilizable	no_good_hit	1112.0	99.64	52.0	0.0003775165932304581	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0098_000000007653	2990	0.5032291484167749	5	4	4	3	2	False	42876	maximal	True	FIJ0098_000000007653	1.0		24	1	False	False	1.0	0					non-mobilizable	no_good_hit	1416.0	88.98299999999999	47.0	0.02358044696509351	NZ_CABMGA010000017.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
MON0011_000000026115	1795	0.5032286914098474	3	3	2	3	1	True	13670	maximal	True	MON0011_000000026115	1.0		7	3	False	False	0.9949860572814941	0					non-mobilizable	no_good_hit								True	True
SPA0054_000000015670	1892	0.5032228657258164	3	3	3	3	2	False	6430	maximal	False	SPA0055_000000016040	0.9802462801436634		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	0.00027034895811670756	NZ_VTYD01000012.1	g-proteobacteria	Vibrio hepatarius strain 070516A scaffold_11, whole genome shotgun sequence	True	False
CHI0056_000000015595	1333	0.5032202877173401	2	2	2	2	1	False	86062	maximal	True	CHI0056_000000015595	1.0		20	6	False	False	0.985746443271637	0					non-mobilizable	no_good_hit	473.0	95.137	35.0	0.0001978086679842664	CP007456.1	high GC Gram+	Bifidobacterium kashiwanohense PV20-2, complete genome	True	False
ENG0087_000000007578	3644	0.5032202162686946	3	2	2	2	1	False	130921	maximal	True	ENG0087_000000007578	1.0	PS1128	8	5	False	True	1.0	0					non-mobilizable	no_good_hit	2172.0	98.98700000000001	67.0	0.016963720610412646	NZ_CYYA01000009.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
ISR0042_000000003212	6742	0.5032192018710069	15	3	1	2	2	False	36387	fragment	False	ISR0042_000000003212	1.0		0	0	False	False	0.9994066953659058	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	6.493639137229871e-07	LR812076.1	bony fishes	Danio rerio genome assembly, chromosome: 14	True	False
ENG0175_000000001660	13039	0.5032189744783898	19	7	4	7	2	False	55618	fragment	False	ENG0175_000000001660	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.4709102973526884e-05	CP026512.1	g-proteobacteria	Candidatus Pseudomonas adelgestsugas isolate HWA_ENA chromosome, complete genome	True	False
MON0032_000000008976	2824	0.5032169079662772	4	3	3	3	2	False	39710	fragment	False	MON0032_000000008976	1.0		0	0	False	False	0.9992917776107788	0					non-mobilizable	no_good_hit	2356.0	92.23299999999999	89.0	0.0009431442930088723	CP027570.1	firmicutes	Megasphaera elsdenii DSM 20460 strain ATCC 25940 chromosome, complete genome	True	False
SPA0020_000000024505	1410	0.503216023137389	3	3	2	3	3	True	7711	maximal	True	SPA0020_000000024505	1.0		7	3	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	89.13	3.0	0.0001322288793749394	NZ_LACN01000009.1	firmicutes	Caldicellulosiruptor naganoensis NA10 N907DRAFT_scf7180000000032_quiver.6_C, whole genome shotgun sequence	True	True
ISR0811_000000010906	1440	0.503213423697932	6	2	2	1	1	False	21675	maximal	True	ISR0811_000000010906	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0790_000000015890	1134	0.503213423697932	2	2	2	1	1	False	22061	maximal	True	ISR0790_000000015890	1.0		1	1	False	False	0.9841269850730896	0					non-mobilizable	no_good_hit								True	False
MON0099_000000020231	1729	0.5032113291207462	2	2	2	1	0	True	9159	maximal	True	MON0099_000000020231	1.0		20	6	False	False	0.9890109896659851	0					non-mobilizable	no_good_hit	853.0	100.0	49.0	0.00015999245857143635	CP036546.1	CFB group bacteria	Bacteroides fragilis strain DCMSKEJBY0001B chromosome, complete genome	True	True
SPA0016_000000004799	6467	0.5032110168718594	8	6	2	3	6	True	126042	maximal	True	SPA0016_000000004799	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	159.0	81.76100000000001	2.0	4.1284141919628454e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	True
USA0052_01_000000007444	2143	0.5032099817488147	3	1	1	1	1	False	6428	fragment	False	USA0052_01_000000007444	1.0		0	0	False	False	0.9897339940071106	0					non-mobilizable	other	1954.0	93.14200000000001	91.0	0.0010062000055642397	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
FIJ0077_000000015872	1872	0.5032099817488147	1	1	1	1	1	False	45056	maximal	True	FIJ0077_000000015872	0.9894822006472492		130	1	False	False	0.995192289352417	0					non-mobilizable	chromosome	1893.0	78.87	100.0	0.0004991024958059118	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0093_000000010349	1854	0.5032099817488147	1	1	1	1	1	False	45056	maximal	False	FIJ0077_000000015872	0.984775641025641		0	0	False	False	0.9886731505393982	0					non-mobilizable	chromosome	1836.0	78.322	98.0	0.0004838973422725409	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
SPA0054_000000016610	1782	0.5032099817488147	1	1	1	1	1	False	6427	fragment	False	SPA0054_000000016610	0.9963380281690141		0	0	False	False	0.9988776445388794	0					non-mobilizable	other	1779.0	92.805	99.0	0.0009160387147430712	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
SPA0077_000000016069	1775	0.5032099817488147	1	1	1	1	1	False	6427	fragment	False	SPA0054_000000016610	0.994388327721661		0	0	False	False	0.9797183275222778	0					non-mobilizable	other	1772.0	92.889	99.0	0.0009124322631102245	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	False	False
FIJ0068_000000019266	1666	0.5032099817488147	1	1	1	1	1	False	45055	fragment	False	FIJ0068_000000019266	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1686.0	78.233	100.0	0.0004441505374221503	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
USA0019_01_000000007958	3685	0.5032040067199741	4	3	2	3	2	True	54556	maximal	True	USA0019_01_000000007958	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	1233.0	82.806	77.0	0.00038140652522478406	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0324_000000007834	4040	0.5032029608694597	6	5	1	1	4	True	91033	fragment	False	ISR0820_000000003624	0.4803227304388205		0	0	False	False	0.9987623691558838	0					non-mobilizable	other	4040.0	99.604	100.0	0.2764923329682366	NZ_AGDG01000049.1	CFB group bacteria	Bacteroides faecis MAJ27 contig049, whole genome shotgun sequence	False	True
ISR0199_000000001487	14730	0.5032018408096045	9	9	4	4	8	False	107508	maximal	True	ISR0199_000000001487	1.0		532	14	False	False	1.0	0					non-mobilizable	other	14743.0	98.053	100.0	0.28695195078264935	NZ_JAAITU010000032.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_32_length_51364_cov_158.98, whole genome shotgun sequence	False	False
ISR0117_000000008155	3296	0.5031988809590329	1	1	1	1	0	False	62975	maximal	False	ISR0051_000000012238	0.9393063914466941		0	0	False	False	0.9975728392601013	0					non-mobilizable	other	3304.0	95.006	100.0	0.010657497538218154	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ISR0051_000000012238	3294	0.5031988809590329	1	1	1	1	0	False	62975	maximal	True	ISR0051_000000012238	0.9562091194730777		378	9	False	False	0.996964156627655	0					non-mobilizable	other	3294.0	97.905	100.0	0.010631669007377274	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ISR0349_000000003119	3118	0.5031988809590329	1	1	1	1	0	False	62975	maximal	False	ISR0051_000000012238	0.9486364441005558		0	0	False	False	0.9996792674064636	0					non-mobilizable	other	3118.0	100.0	100.0	0.010063441328877912	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ISR0157_000000010614	2882	0.5031988809590329	1	1	1	1	0	False	62975	maximal	False	ISR0051_000000012238	0.4782713277742142		0	0	False	False	0.995489239692688	0					non-mobilizable	other	2882.0	98.786	100.0	0.009301499669071948	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ISR0384_000000005575	2823	0.5031988809590329	1	1	1	1	0	False	62974	fragment	False	ISR0384_000000005575	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2823.0	99.469	100.0	0.009111014254120458	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ISR0129_000000004408	2561	0.5031988809590329	1	1	1	1	0	False	31809	fragment	False	ISR0129_000000004408	1.0		0	0	False	False	0.9828191995620728	0					non-mobilizable	other	2561.0	97.306	100.0	0.008265129869081634	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
ENG0064_000000009278	2401	0.5031988809590329	1	1	1	1	0	False	62973	fragment	False	ENG0064_000000009278	1.0		0	0	False	False	0.9908371567726135	0					non-mobilizable	other	2401.0	100.0	100.0	0.007748559252264032	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	False
MON0007_000000029430	2114	0.5031941590924696	2	1	1	1	1	False	41187	fragment	False	MON0007_000000029430	1.0		0	0	False	False	0.999053955078125	0					non-mobilizable	plasmid	1037.0	85.24600000000001	99.0	0.008941425424522574	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
FIJ0091_000000006960	3573	0.5031924327351698	4	2	2	2	1	False	106571	maximal	True	FIJ0091_000000006960	1.0		63	11	False	False	0.994962215423584	0					non-mobilizable	no_good_hit	235.0	77.447	6.0	0.0014122912132254041	NZ_FNHZ01000007.1	firmicutes	Lachnospira pectinoschiza strain M83, whole genome shotgun sequence	True	False
SPA0100_000000024981	1107	0.5031923438593028	1	1	1	1	1	False	129874	fragment	False	AST0007_000000009148	0.02156195249876595		0	0	False	False	1.0	0					non-mobilizable	other	1107.0	93.948	100.0	0.6213483146067416	NZ_JAAITU010000108.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_108_length_1780_cov_831.35, whole genome shotgun sequence	False	False
SPA0150_000000007068	2716	0.5031916313985827	4	4	2	4	3	False	3267	maximal	True	SPA0150_000000007068	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	616.0	81.331	23.0	0.0020749912694403285	NZ_QGDS01000005.1	firmicutes	Faecalicatena contorta strain NLAE-zl-C134 Ga0104392_105, whole genome shotgun sequence	True	False
FIJ0128_000000014467	1801	0.5031904488237696	3	2	2	1	1	False	41011	maximal	True	FIJ0128_000000014467	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	352.0	75.568	19.0	0.004555268839854652	NZ_LNAM01000013.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf11, whole genome shotgun sequence	True	False
USA0057_01_000000011000	2861	0.5031902434567747	3	3	3	2	2	False	979	maximal	True	USA0057_01_000000011000	1.0		1	1	False	False	0.9993009567260742	0					non-mobilizable	no_good_hit								True	False
AST0031_000000010422	2739	0.5031901586172024	4	4	4	3	3	False	117478	fragment	False	AST0031_000000010422	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2739.0	99.963	100.0	0.0011406850442775773	AP010890.1	high GC Gram+	Bifidobacterium longum subsp. infantis 157F DNA, complete genome	False	False
SPA0046_000000029063	1166	0.5031900135081121	2	2	2	2	1	True	6700	fragment	False	SPA0046_000000029063	1.0		0	0	False	False	0.9862778782844543	0					non-mobilizable	chromosome	1166.0	99.65700000000001	100.0	0.0002279847013459121	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	True
MON0016_000000008581	3189	0.5031863002367267	4	3	3	3	3	False	44209	maximal	True	MON0016_000000008581	1.0		27	5	False	False	1.0	0					non-mobilizable	no_good_hit	667.0	76.612	21.0	0.005712046671600853	NZ_AWEY01000023.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00011, whole genome shotgun sequence	True	False
CHI0154_000000019224	1720	0.5031856481748352	2	2	2	2	1	False	100116	fragment	False	CHI0154_000000019224	0.9932005860374564		0	0	False	False	0.9959302544593811	0					non-mobilizable	other	1703.0	98.884	99.0	0.06256662868066022	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
ENG0130_000000018753	1550	0.5031856481748352	2	2	2	2	1	False	100116	fragment	False	CHI0154_000000019224	0.738061148707008		0	0	False	False	0.9987096786499023	0					non-mobilizable	other	1550.0	99.226	100.0	0.056942249016652575	NZ_SPGG01000036.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_36_length_27203_cov_36.6168, whole genome shotgun sequence	False	False
ENG0082_000000005641	3411	0.5031831642363198	3	3	3	3	3	False	122772	fragment	False	MON0084_000000007784	0.9753011250703206		0	0	False	False	1.0	0					non-mobilizable	chromosome	3411.0	99.912	100.0	0.0013818546677916018	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
MON0046_000000013521	2389	0.5031803179199794	3	2	1	2	1	True	60658	fragment	False	MON0074_000000007669	0.972289156626506		0	0	False	False	0.9958141446113586	0					non-mobilizable	other	2371.0	99.74700000000001	99.0	0.00045901864138616656	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	True
CAN0012_000000017517	2854	0.5031746332831557	4	4	4	4	4	False	94237	fragment	False	CAN0012_000000017517	1.0		0	0	False	False	0.9996496438980103	0					non-mobilizable	other	2854.0	99.825	100.0	0.0006146518524008263	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
ISR0261_000000011893	1558	0.503171766416342	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.6594245770053524		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	92.96	78.0	0.00015356760029102865	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0121_000000012033	1374	0.503171766416342	3	2	1	2	2	False	129420	fragment	False	ISR0301_000000005878	0.19722836085296117		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	92.96	85.0	0.00015356760029102865	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0386_000000022215	1291	0.5031716493528932	2	1	1	1	1	False	28852	fragment	False	ISR0386_000000022215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1011.0	95.45	78.0	0.00028642769872234513	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
ISR0099_000000008640	2420	0.5031714785557306	2	2	1	1	1	True	131288	fragment	False	FIJ0165_000000006260	0.26085092701746865		0	0	False	True	1.0	0					non-mobilizable	chromosome	2420.0	92.025	100.0	0.0008138846431277405	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
SPA0021_000000015535	2118	0.5031714785557306	2	2	1	1	1	True	131287	fragment	False	ISR0006_000000008656	0.7846348323040437		0	0	False	True	1.0	0					non-mobilizable	chromosome	2129.0	92.25	100.0	0.0007502063420312807	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
USA0036_01_000000016590	2015	0.5031714785557306	2	2	1	1	1	True	131287	fragment	False	ISR0006_000000008656	0.6728689059270796		0	0	False	True	1.0	0					non-mobilizable	chromosome	2024.0	93.725	100.0	0.0006809299557681633	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
MON0098_000000018111	1860	0.5031714785557306	2	2	1	1	1	True	9195	fragment	False	MON0098_000000018111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	515.0	94.95100000000001	28.0	0.0001589712352282746	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
MON0044_000000030315	1813	0.5031714785557306	2	2	1	1	1	True	131279	fragment	False	MON0044_000000030315	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1062.0	95.38600000000001	100.0	0.0003571263880721806	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0395_000000021835	1770	0.5031714785557306	2	2	1	1	1	True	131287	fragment	False	ISR0006_000000008656	0.22676315243220507		0	0	False	True	1.0	0					non-mobilizable	chromosome	1771.0	94.91799999999999	100.0	0.0006245838313242554	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
DEN0052_000000028356	1616	0.5031714785557306	2	2	1	1	1	True	73695	fragment	False	DEN0052_000000028356	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0003_000000017235	1575	0.5031714785557306	2	2	1	1	1	True	131278	fragment	False	MAD0003_000000017235	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1576.0	93.71799999999999	100.0	0.000555420875991174	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0200_000000014487	1440	0.5031714785557306	2	2	1	1	1	True	125752	fragment	False	ENG0200_000000014487	0.9353696912754592		0	0	False	False	1.0	0					non-mobilizable	other	1440.0	95.486	100.0	0.0004332553433571177	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ISR0028_000000013998	1389	0.5031714785557306	2	2	1	1	1	True	125752	fragment	False	ENG0200_000000014487	0.7038073320413437		0	0	False	False	0.9992800354957581	0					non-mobilizable	chromosome	1389.0	95.24799999999999	100.0	0.000489433770647877	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0085_000000011541	1376	0.5031714785557306	2	2	1	1	1	True	125752	fragment	False	ENG0200_000000014487	0.6948756599472042		0	0	False	False	1.0	0					non-mobilizable	chromosome	1377.0	93.9	100.0	0.0004844935595526568	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
SPA0056_000000019121	1866	0.5031711252753241	3	3	3	3	2	False	6372	fragment	False	SPA0056_000000019121	1.0		0	0	False	False	0.986066460609436	0					non-mobilizable	other	1866.0	99.678	100.0	0.003828051716670806	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
ISR0293_000000009728	3779	0.5031678438324747	8	4	2	2	2	False	111788	maximal	True	ISR0293_000000009728	1.0		1	1	False	False	0.9862397313117981	0					non-mobilizable	no_good_hit	3294.0	98.846	87.0	0.0009475976484835991	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
ENG0207_000000012863	1479	0.5031641756647465	2	2	2	2	2	False	53888	maximal	True	ENG0207_000000012863	1.0		52	8	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	85.0	4.0	5.70716160221674e-05	NZ_VCJR02000002.1	a-proteobacteria	Parvularcula flava strain NH6-79 NODE_2_length_1016267_cov_269.587644, whole genome shotgun sequence	True	False
ENG0117_000000005121	4234	0.5031619672844838	4	4	3	3	1	False	59394	maximal	True	ENG0117_000000005121	1.0		6	4	False	False	0.9990552663803101	0					non-mobilizable	no_good_hit	1390.0	98.48899999999999	33.0	0.005698905760859308	NZ_CABIYV010000005.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0098_000000014565	1206	0.503160159512271	2	2	2	2	1	False	33234	fragment	False	ISR0098_000000014565	0.987876254180602		0	0	False	False	0.9991708397865295	0					non-mobilizable	other	1206.0	99.585	100.0	0.003851833856500809	NZ_CABJDZ010000006.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0171_000000024972	1219	0.5031593941853502	2	2	2	1	1	False	29960	fragment	False	ISR0171_000000024972	1.0		0	0	False	False	0.9909762144088745	0					non-mobilizable	no_good_hit								True	False
ISR0827_000000009986	1200	0.5031557953707408	2	1	1	1	1	False	21086	maximal	True	ISR0827_000000009986	1.0		162	10	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	3.0	8.49082675727931e-06	NZ_JACCBI010000001.1	high GC Gram+	Agromyces atrinae strain DSM 23870 Ga0104598_01, whole genome shotgun sequence	True	False
FIJ0168_000000005408	3610	0.5031542074162401	1	1	1	1	0	False	38925	maximal	True	FIJ0168_000000005408	1.0		1	1	False	False	0.9972299337387085	0					non-mobilizable	no_good_hit	2732.0	94.985	76.0	0.049472845186768595	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	True	False
FIJ0007_000000006212	2742	0.5031535233662596	4	4	4	4	3	False	99889	fragment	False	FIJ0007_000000006212	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2742.0	98.68700000000001	100.0	0.00868614526555964	NZ_CYXX01000001.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0129_000000009138	2546	0.5031531692929554	4	2	1	2	1	False	127898	maximal	True	CHI0129_000000009138	1.0		0	0	False	False	0.9866456985473633	0					non-mobilizable	no_good_hit	1186.0	97.302	47.0	0.0002637231747908241	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
DEN0067_000000001173	15931	0.5031523702887328	11	10	6	10	7	False	70872	maximal	True	DEN0067_000000001173	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	3792.0	84.045	44.0	0.18462664714494875	NZ_CBVI010000158.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	False
MAD0045_000000007712	4467	0.503152239902467	4	3	3	3	3	False	85810	fragment	False	MAD0047_000000007613	0.9517370501352195		0	0	False	False	0.9973136186599731	0					non-mobilizable	no_good_hit	1312.0	70.884	29.0	0.03339851388345717	NZ_LUTP01000030.1	enterobacteria	Lonsdalea iberica strain LMG 26264 contig00030, whole genome shotgun sequence	True	False
SPA0138_000000003645	5849	0.5031510501143448	4	3	1	3	1	False	3540	fragment	False	SPA0138_000000003645	1.0		0	0	False	False	0.9982903003692627	0					non-mobilizable	no_good_hit	175.0	77.714	3.0	3.9894622204926777e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0141_000000013249	2542	0.5031480527398838	5	2	1	2	2	False	31208	fragment	False	ISR0141_000000013249	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0171_000000022219	1354	0.5031478091024402	2	2	2	2	2	False	75531	fragment	False	ISR0171_000000022219	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
TAN0021_000000006754	2625	0.5031477878159512	3	2	2	2	2	True	48549	fragment	False	TAN0027_000000003225	0.9555678466076696		0	0	False	False	0.9996190667152405	0					non-mobilizable	no_good_hit	903.0	85.604	34.0	0.007822663174509565	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	True	True
CHI0107_000000003375	3803	0.5031459780087727	4	3	2	2	2	False	83024	maximal	False	MON0061_000000010577	0.9512717199697809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	508.0	73.425	13.0	0.0008281876493606491	NZ_FQTX01000002.1	high GC Gram+	Bifidobacterium merycicum DSM 6492, whole genome shotgun sequence	True	False
MAD0107_000000029761	1335	0.503144354639396	2	2	2	2	2	False	14650	fragment	False	MAD0107_000000029761	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ETH0001_000000022344	1542	0.5031426152515712	2	2	2	2	2	False	53487	maximal	True	ETH0001_000000022344	1.0		1	1	False	False	0.9961089491844177	0					non-mobilizable	other	1411.0	76.541	91.0	0.004421738691946952	NZ_JAAVWW010000007.1	firmicutes	Clostridium gasigenes strain CGAS001 contig00007, whole genome shotgun sequence	False	False
ISR0370_000000007729	3368	0.5031416706086655	4	3	2	3	3	False	23520	maximal	True	ISR0370_000000007729	1.0		6	4	False	False	1.0	0					non-mobilizable	no_good_hit	1615.0	79.443	48.0	0.0005735754637795278	NZ_CP032364.1	firmicutes	Lachnoanaerobaculum umeaense strain DSM 23576 = CCUG 58757 chromosome, complete genome	True	False
ENG0204_000000015133	1753	0.5031412950249913	3	3	3	1	2	False	124161	fragment	False	ISR0115_000000014150	0.37185834719309846		0	0	False	False	0.9971477389335632	0					non-mobilizable	other	1769.0	77.61399999999999	100.0	0.005955019500713022	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MON0060_000000015234	2575	0.5031398974752298	5	3	3	2	1	False	14327	maximal	True	MON0060_000000015234	1.0		61	9	False	False	0.9867961406707764	0					non-mobilizable	no_good_hit	1237.0	74.212	48.0	0.003548593350383632	NZ_QIML01000001.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_1, whole genome shotgun sequence	True	False
MAD0045_000000038600	1117	0.503136141494313	2	2	2	2	2	False	17786	maximal	True	MAD0045_000000038600	1.0		4	4	False	False	0.9847806692123413	0					non-mobilizable	no_good_hit	245.0	75.102	22.0	6.951192574747581e-05	NZ_RSDX01000001.1	firmicutes	Herbinix hemicellulosilytica strain LL1355 Ga0256695_11, whole genome shotgun sequence	True	False
ENG0152_000000023671	1113	0.5031357557784806	2	2	2	2	2	False	56982	fragment	False	ENG0152_000000023671	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	936.0	73.611	84.0	0.003602827967873168	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
USA0059_01_000000014047	1842	0.5031354949464196	3	2	2	2	2	False	91305	fragment	False	ENG0135_000000008766	0.31245616615714134		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	367.0	75.204	20.0	0.0001289032634127564	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0079_000000009551	2416	0.5031353098677406	4	3	3	3	2	False	105357	fragment	False	MON0079_000000009551	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2416.0	100.0	100.0	0.014917352308946705	NZ_CZAI01000010.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
DEN0006_000000007186	1110	0.5031299089531744	2	2	2	2	2	False	76345	maximal	False	FIJ0061_000000023784	0.9182978246746923		0	0	False	False	0.9882882833480835	0					non-mobilizable	plasmid	1110.0	96.126	100.0	0.001750315918461126	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	False	True
ISR0139_000000014847	1797	0.5031287006829409	2	2	2	2	1	False	75954	maximal	False	DEN0010_000000023591	0.9639709694142042		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0182_000000005739	5335	0.5031278818811742	12	5	2	5	2	True	49174	fragment	False	ISR0182_000000005739	1.0		0	0	False	False	0.9953139424324036	0					non-mobilizable	chromosome	1992.0	88.20299999999999	96.0	0.0007805510000289386	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	True
ISR0096_000000008821	2693	0.5031262159228849	4	3	3	2	2	False	92015	maximal	True	ISR0096_000000008821	1.0		10	3	False	False	1.0	0					non-mobilizable	no_good_hit	82.0	98.78	3.0	0.0641025641025641	KU546910.1	bacteria	Uncultured bacterium clone CH_05C_000_Contig_8 genomic sequence	True	False
MON0098_000000031294	1159	0.5031241517857759	2	2	2	1	1	False	9176	maximal	True	MON0098_000000031294	1.0		2	2	False	False	0.9732528328895569	0					non-mobilizable	other	1163.0	92.34700000000001	100.0	0.009161353449908465	NZ_CABMGA010000006.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MON0038_000000028467	1233	0.5031233977953282	2	2	2	2	1	False	11979	maximal	True	MON0038_000000028467	1.0		3	2	False	False	1.0	0					non-mobilizable	chromosome	1171.0	75.406	93.0	0.000321019118254439	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0087_000000010078	1423	0.5031232253826023	3	2	1	2	1	False	5471	maximal	True	SPA0087_000000010078	1.0		243	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0110_000000015038	1809	0.5031221488842231	3	2	2	2	2	True	14546	maximal	True	MAD0110_000000015038	1.0		3	3	False	False	0.9906025528907776	0					non-mobilizable	no_good_hit	159.0	74.843	9.0	0.00048533505340251184	NZ_JAAAPK010000012.1	d-proteobacteria	Corallococcus exiguus strain DSM 14696 contig12, whole genome shotgun sequence	True	True
CHI0019_000000002593	3279	0.503118272564613	6	5	2	1	4	True	89471	fragment	False	CHI0019_000000002593	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2911.0	93.679	89.0	0.0479759624909199	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
FIJ0140_000000007305	3789	0.5031088280454299	4	4	4	3	3	False	40403	fragment	False	FIJ0159_000000005956	0.9972163308589608		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	81.597	63.0	0.00033344634941602876	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0159_000000005956	3772	0.5031088280454299	4	4	4	3	3	False	40403	fragment	False	FIJ0159_000000005956	0.9974927421483242		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1277.0	81.597	63.0	0.00033344634941602876	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0063_000000007391	1816	0.5031082990996848	4	3	3	2	3	False	85445	maximal	True	CHI0063_000000007391	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit	473.0	85.20100000000001	26.0	0.00011327219086805481	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
MON0081_000000031305	1719	0.5031082990996848	4	3	3	2	3	False	80792	fragment	False	MON0081_000000031305	0.9833436150524368		0	0	False	False	0.9959278702735901	0					non-mobilizable	other	1380.0	76.812	95.0	0.00033319676924174567	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0133_000000012086	1621	0.5031082990996848	4	3	3	2	3	False	80792	fragment	False	MON0081_000000031305	0.9557882489819662		0	0	False	False	0.9993830919265747	0					non-mobilizable	no_good_hit	292.0	83.56200000000001	18.0	6.914016845192956e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
FIJ0097_000000023390	1353	0.50310548497998	2	2	1	2	1	False	42898	maximal	True	FIJ0097_000000023390	1.0		14	1	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	5.411661607054014e-05	NZ_FOAP01000002.1	d-proteobacteria	Stigmatella aurantiaca strain DSM 17044, whole genome shotgun sequence	True	False
AST0046_000000001948	10107	0.5031019807498637	11	7	2	7	2	False	115735	fragment	False	AST0046_000000001948	1.0		0	0	False	False	0.9998021125793457	0					non-mobilizable	no_good_hit								True	False
ISR0316_000000012949	1636	0.503100850196868	2	2	2	1	1	False	25204	maximal	True	ISR0316_000000012949	1.0		385	14	True	True	1.0	52					non-mobilizable	no_good_hit	1248.0	74.038	76.0	0.03890283825445762	JQ335997.1	bacteria	Uncultured bacterium scaffold00056 genomic sequence	True	True
AST0010_000000017581	1699	0.5030970559378964	3	3	3	2	2	False	126080	maximal	True	AST0010_000000017581	1.0		2	1	False	False	0.9976456761360168	0					non-mobilizable	no_good_hit	1485.0	77.98	87.0	0.0008439788890294243	CP012068.1	firmicutes	Eubacterium sulci ATCC 35585, complete genome	True	False
FIJ0172_000000008716	2996	0.5030934110723027	6	3	2	1	2	False	82549	maximal	True	FIJ0172_000000008716	1.0		20	6	False	False	0.985981285572052	0					non-mobilizable	no_good_hit	629.0	77.266	21.0	0.00014058842150041406	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
CHI0160_000000012982	2377	0.5030934110723027	4	3	2	1	2	False	82548	fragment	False	CHI0160_000000012982	1.0		0	0	False	False	0.9903239607810974	0					non-mobilizable	no_good_hit	598.0	75.251	33.0	0.008378020852595196	NZ_LT699711.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
CHI0111_000000015369	1965	0.5030934110723027	3	3	2	1	2	False	82547	fragment	False	CHI0111_000000015369	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	74.749	40.0	0.008378020852595196	NZ_LT699711.1	firmicutes	Merdibacter massiliensis strain Marseille-P3254T, whole genome shotgun sequence	True	False
MON0006_000000020304	1126	0.5030933941584119	1	1	1	1	1	False	14014	fragment	False	MON0006_000000020304	1.0		0	0	False	False	0.9111900329589844	0					non-mobilizable	no_good_hit								True	False
SPA0062_000000022445	1418	0.5030918512695249	2	2	2	2	1	False	23506	fragment	False	SPA0062_000000022445	1.0		0	0	False	False	0.9795486330986023	0					non-mobilizable	other	1418.0	99.22399999999999	100.0	0.011639272894540137	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ISR0370_000000022033	1226	0.5030918512695249	2	2	2	2	1	False	23505	fragment	False	ISR0370_000000022033	0.9521452145214522		0	0	False	False	0.9983686804771423	0					non-mobilizable	other	1226.0	98.777	100.0	0.009996467969410972	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
USA0046_01_000000005805	1922	0.5030917008792126	3	2	2	2	2	False	1190	maximal	True	USA0046_01_000000005805	1.0		17	5	False	False	1.0	0					non-mobilizable	other	1362.0	82.15899999999999	98.0	0.0003867349070637488	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
CHI0084_000000003712	1592	0.5030899761659862	3	1	1	1	1	False	84157	maximal	True	CHI0084_000000003712	1.0		174	13	False	False	0.9993718862533569	0					non-mobilizable	no_good_hit	1055.0	83.697	84.0	0.00028255316663687916	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ISR0075_000000009933	2519	0.5030869965894209	3	2	2	2	1	False	34638	maximal	True	ISR0075_000000009933	1.0		19	5	False	False	1.0	0					non-mobilizable	no_good_hit	105.0	78.095	4.0	0.000718091599764466	NZ_MKQR01000004.1	high GC Gram+	Actinokineospora bangkokensis strain 44EHW Scaffold12, whole genome shotgun sequence	True	False
SPA0045_000000006586	4178	0.5030853781272958	4	4	4	4	4	False	95797	maximal	True	SPA0045_000000006586	1.0		207	11	False	False	0.9875538349151611	0					non-mobilizable	other	4176.0	98.875	99.0	0.0080653420234463	NZ_JH815206.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.4, whole genome shotgun sequence	False	False
ISR0082_000000015686	1991	0.5030823338227381	2	2	2	2	1	False	52547	maximal	True	ISR0082_000000015686	1.0		1	1	False	False	0.9824209213256836	0					non-mobilizable	no_good_hit	1724.0	97.506	87.0	0.0714019311259376	NZ_CYYU01000026.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0036_000000003119	3137	0.5030817594888974	5	2	2	2	1	False	101559	fragment	False	ISR0036_000000003119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AUS0010_000000007446	3116	0.5030817594888974	5	2	2	2	1	False	101558	fragment	False	AUS0010_000000007446	1.0		0	0	False	False	0.9983953833580017	0					non-mobilizable	no_good_hit								True	False
SPA0015_000000006639	3093	0.5030798203341579	3	1	1	1	1	False	7917	maximal	True	SPA0015_000000006639	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	539.0	82.931	17.0	0.10014975664545114	NZ_CABKPS010000027.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
ISR0370_000000010573	2499	0.5030791573198814	2	2	2	2	2	False	23519	maximal	True	ISR0370_000000010573	1.0		23	6	False	False	0.9963985681533813	0					non-mobilizable	chromosome	2510.0	79.00399999999999	100.0	0.0005858353089835663	CP011847.1	firmicutes	Clostridioides difficile strain DSM 27639 chromosome, complete genome	False	False
MON0101_000000005136	9100	0.5030784842004979	9	4	4	4	2	True	9079	maximal	True	MON0101_000000005136	1.0		3	1	False	False	1.0	0					non-mobilizable	other	4461.0	92.37799999999999	99.0	0.001197268346285264	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	True
SPA0061_000000005146	3530	0.5030758113418459	3	2	2	2	2	False	21168	maximal	True	SPA0061_000000005146	0.9978978389938226		55	10	False	False	1.0	0					non-mobilizable	no_good_hit	1568.0	85.969	48.0	0.0004348767849109419	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
MON0024_000000041439	1266	0.5030708156232445	2	2	2	2	2	False	75565	fragment	False	DEN0011_000000038458	0.7219968047128612		0	0	False	False	0.9992101192474365	0					non-mobilizable	no_good_hit	511.0	72.016	40.0	0.00017212732397349986	CP017039.1	GNS bacteria	Anaerolineaceae bacterium oral taxon 439 strain W11661, complete genome	True	False
CHI0006_000000004493	2832	0.5030699206772539	2	2	1	2	2	False	90651	maximal	False	FIJ0025_000000007436	0.98463687150838		0	0	False	False	1.0	0					non-mobilizable	other	2832.0	99.71799999999999	100.0	0.011603219883271034	NZ_SPGG01000006.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_6_length_243984_cov_35.6774, whole genome shotgun sequence	False	False
SPA0102_000000006231	5966	0.5030627053670848	7	3	3	3	3	False	4918	maximal	True	SPA0102_000000006231	1.0		1	1	False	False	0.9998323917388916	0					non-mobilizable	no_good_hit	536.0	74.627	9.0	0.06261223512510475	HG796257.1	bacteria	Uncultured bacterium plasmid pRGI00071	True	False
ENG0194_000000023405	1129	0.5030608929355835	3	3	3	2	1	False	54491	maximal	True	ENG0194_000000023405	1.0		5	4	False	False	0.9698848724365234	0					non-mobilizable	other	1039.0	99.711	92.0	0.008066646979281618	NZ_DS483527.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_7, whole genome shotgun sequence	False	False
ISR0258_000000013155	1955	0.5030597898764195	3	2	2	1	1	False	26785	maximal	True	ISR0258_000000013155	1.0		23	5	False	False	0.9994884729385376	0					non-mobilizable	no_good_hit	714.0	97.059	37.0	0.0002513995338001913	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
DEN0001_000000014437	2892	0.503059357748326	5	1	1	1	1	False	76935	maximal	True	DEN0001_000000014437	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1356.0	80.9	47.0	0.19575334496800464	NZ_PDYG01000049.1	firmicutes	Agathobacter ruminis strain JK623 contig000049, whole genome shotgun sequence	True	False
CAN0002_000000002713	5620	0.5030583129955161	8	8	5	6	5	True	128684	backbone	False	ISR0180_000000003621	0.9977728359530167	PS1045|PS658	0	0	True	True	0.9996441006660461	74					non-mobilizable	plasmid	3202.0	99.844	100.0	0.5797862706031516	LN852704.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGFK0008	False	True
ENG0036_000000010780	2227	0.5030561521692096	5	4	3	3	1	False	65308	fragment	False	ENG0036_000000010780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0041_000000004187	3088	0.5030545839890748	5	3	2	3	2	True	36425	maximal	True	ISR0041_000000004187	1.0		8	2	False	False	0.9996761679649353	0					non-mobilizable	no_good_hit	101.0	79.208	3.0	0.00121833276812741	NZ_AMGI01000017.1	mycoplasmas	Spiroplasma melliferum IPMB4A SMIPMB4A_v3Contig3A, whole genome shotgun sequence	True	True
USA0015_01_000000012305	2720	0.5030537377098814	4	3	3	2	2	False	105791	fragment	False	FIJ0053_000000006738	0.9666352181029368		0	0	False	False	0.9992647171020508	0					non-mobilizable	chromosome	2720.0	98.971	100.0	0.0009239132466189159	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0133_000000017781	1172	0.5030525495911436	1	1	1	1	1	False	80759	fragment	False	CHI0133_000000017781	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0044_000000010260	2138	0.5030476476436027	3	3	3	3	3	False	117367	fragment	False	FIJ0044_000000010260	1.0		0	0	False	True	0.9981290698051453	0					non-mobilizable	chromosome	2112.0	97.491	99.0	0.0009152994624837784	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
DEN0028_000000006413	3980	0.5030463188815993	6	4	1	1	3	True	101441	fragment	False	DEN0028_000000006413	1.0		0	0	False	False	0.9997487664222717	0					non-mobilizable	chromosome	3980.0	99.95	100.0	0.000713659375886133	CP046427.1	CFB group bacteria	Phocaeicola dorei strain JR04 chromosome, complete genome	False	True
MON0086_000000008068	3800	0.5030463188815993	5	4	1	1	3	True	22527	maximal	True	MON0086_000000008068	1.0		7	4	False	False	1.0	0					non-mobilizable	other	3807.0	93.43299999999999	100.0	0.000894927245031174	NC_015164.1	CFB group bacteria	Phocaeicola salanitronis DSM 18170, complete sequence	False	True
ISR0225_000000014474	1491	0.5030459670160968	2	2	2	2	2	False	116800	fragment	False	ISR0159_000000013040	0.3100537191295548		0	0	False	False	1.0	0					non-mobilizable	other	1491.0	99.463	100.0	0.0056525252371974095	NZ_CYYV01000004.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0323_000000006378	3022	0.5030453542336799	3	2	2	2	2	False	24990	maximal	True	ISR0323_000000006378	1.0		137	12	False	False	0.999669075012207	0					non-mobilizable	other	3022.0	97.12100000000001	100.0	0.043579011398033225	NZ_QRYH01000009.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf9, whole genome shotgun sequence	False	False
CHI0145_000000013597	1362	0.5030444751544019	3	2	2	2	2	False	79743	maximal	True	CHI0145_000000013597	1.0		70	9	False	False	0.9985315799713135	0					non-mobilizable	chromosome	1362.0	99.853	100.0	0.0005865759865876233	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	False	False
SPA0126_000000026983	1645	0.5030442646227363	2	2	2	2	2	False	43364	maximal	True	SPA0126_000000026983	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	984.0	73.171	59.0	0.00021587466628447208	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MAD0040_000000022342	1516	0.5030434445775936	2	1	1	1	1	False	99939	backbone	False	AUS0018_000000016405	0.8855978896632811	PS564	0	0	False	True	0.9960421919822693	0					non-mobilizable	other	1470.0	96.531	97.0	0.005326149618032769	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0333_000000003611	4917	0.5030428971444136	7	3	2	2	3	False	59931	maximal	True	ISR0333_000000003611	1.0		2	1	False	False	0.9991865158081055	0					non-mobilizable	no_good_hit	302.0	81.126	6.0	0.005028219599794766	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0187_000000006898	3966	0.5030428971444136	7	3	2	2	3	False	59930	fragment	False	ISR0187_000000006898	1.0		0	0	False	False	0.9949571490287781	0					non-mobilizable	no_good_hit	179.0	79.888	4.0	0.0030100906447750983	NZ_OLMR01000010.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0108_000000009953	1959	0.5030428971444136	5	3	2	2	3	False	59927	fragment	False	ENG0108_000000009953	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	80.282	7.0	0.02101967799642218	NZ_SLUM01000058.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_158, whole genome shotgun sequence	True	False
ISR0807_000000013879	1104	0.5030416160999435	2	1	1	1	1	False	21751	fragment	False	ISR0807_000000013879	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1104.0	99.366	100.0	0.0036973099807257187	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
FIJ0146_000000009445	2000	0.5030411617551481	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.2840264119045008	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2000.0	95.45	100.0	0.8657427457773929	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0325_000000008650	2313	0.5030388654168686	3	2	2	2	2	False	24872	maximal	True	ISR0325_000000008650	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	848.0	76.533	36.0	0.0021925734898416978	NZ_CZBO01000003.1	firmicutes	Clostridium baratii strain 2789STDY5834956, whole genome shotgun sequence	True	False
MON0019_000000003116	13552	0.5030353337612815	16	11	9	11	7	True	125261	fragment	False	MON0019_000000003116	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1033.0	76.67	11.0	0.000317878149397148	CP011524.1	firmicutes	Intestinimonas butyriciproducens strain SRB-521-5-I chromosome, complete genome	True	True
ISR0322_000000007386	1622	0.5030304046253965	2	2	2	2	1	False	115612	maximal	True	ISR0322_000000007386	0.9828439366361912		270	10	False	False	0.9987669587135315	0					non-mobilizable	other	1622.0	99.507	100.0	0.021028188929391466	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ISR0234_000000008454	1611	0.5030304046253965	2	2	2	2	1	False	115612	maximal	False	ISR0322_000000007386	0.9784117879375879		0	0	False	False	0.9962756037712097	0					non-mobilizable	other	1610.0	99.50299999999999	99.0	0.020872520658476786	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
DEN0079_000000043762	1419	0.5030304046253965	2	2	2	2	1	False	73577	fragment	False	ENG0095_000000019400	0.9583043780403058		0	0	False	False	1.0	0					non-mobilizable	other	1359.0	99.485	96.0	0.017616459325178045	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
ISR0824_000000003645	4459	0.5030279024091839	5	3	3	3	3	True	21172	maximal	True	ISR0824_000000003645	1.0		363	13	False	False	1.0	0					non-mobilizable	other	3623.0	94.45200000000001	100.0	0.0010309360648577388	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	True
SPA0115_000000020841	1376	0.5030277653532288	2	2	2	2	2	False	4379	fragment	False	SPA0115_000000020841	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1297.0	81.264	100.0	0.0004066049026464936	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ISR0178_000000005036	3199	0.5030244483266828	5	3	2	1	2	True	29718	fragment	False	ISR0178_000000005036	1.0		0	0	False	False	0.9965614080429077	0					non-mobilizable	other	3203.0	96.90899999999999	100.0	0.00450365473200509	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	True
MAD0090_000000008761	1518	0.5030213753647524	3	3	3	2	2	False	15781	maximal	True	MAD0090_000000008761	1.0		9	3	False	False	0.9894598126411438	0					non-mobilizable	no_good_hit	228.0	76.316	15.0	4.216107010113529e-05	CP012602.1	firmicutes	Bacillus sp. FJAT-18017 genome	True	False
FIJ0155_000000016674	1304	0.5030113467887267	1	1	1	1	1	False	39519	fragment	False	FIJ0155_000000016674	1.0		0	0	False	False	0.9976993799209595	0					non-mobilizable	no_good_hit	76.0	96.053	6.0	0.00040018782148421657	NZ_CYYA01000005.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
DEN0063_000000016625	2795	0.5030110959783886	4	3	3	3	1	False	71552	maximal	True	DEN0063_000000016625	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	950.0	85.579	55.0	0.00026075945148874483	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ENG0161_000000005080	4200	0.5030094607883862	3	3	2	2	2	False	56430	maximal	True	ENG0161_000000005080	1.0		204	13	False	False	1.0	0					non-mobilizable	chromosome	4200.0	99.905	100.0	0.0007877185689222795	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	False	False
ISR0159_000000003087	7372	0.5030086034324432	7	5	3	4	5	True	83142	fragment	False	ISR0159_000000003087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1569.0	87.508	36.0	0.02375083683281602	CP021623.1	other sequences	Unidentified plasmid plasmid ES_ALL_5058, complete sequence	True	True
MAD0102_000000005251	3243	0.5030018534931536	3	2	0	1	2	False	19961	maximal	True	MAD0102_000000005251	1.0		1	1	False	False	1.0	0	ColRNAI_rep_cluster_1857				non-mobilizable	no_good_hit	1419.0	98.59100000000001	84.0	0.30578334052654293	CP016040.1	enterobacteria	Escherichia coli isolate Co6114 plasmid pC06114_6, complete sequence	True	True
MAD0005_000000013556	2171	0.5030018534931536	3	2	0	1	2	False	19960	fragment	False	MAD0005_000000013556	0.9982905982905983		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1857				non-mobilizable	plasmid	1095.0	99.45200000000001	99.0	0.08958282108023932	KY807921.1	enterobacteria	Salmonella enterica subsp. enterica serovar Paratyphi B isolate 13-SA01718 plasmid pSE13-SA01718, complete sequence	False	True
MAD0089_000000011493	2169	0.5030018534931536	3	2	0	1	2	False	19960	fragment	False	MAD0005_000000013556	0.9979835201392088		0	0	False	False	1.0	0	ColRNAI_rep_cluster_1857				non-mobilizable	plasmid	1095.0	99.45200000000001	99.0	0.08958282108023932	KY807921.1	enterobacteria	Salmonella enterica subsp. enterica serovar Paratyphi B isolate 13-SA01718 plasmid pSE13-SA01718, complete sequence	False	True
MAD0101_000000013216	2145	0.5030018534931536	2	2	0	1	2	False	19960	fragment	False	MAD0005_000000013556	0.9889402313930851		0	0	False	False	0.9986013770103455	0	ColRNAI_rep_cluster_1987				non-mobilizable	plasmid	1065.0	99.061	99.0	0.08720596672403902	KY807921.1	enterobacteria	Salmonella enterica subsp. enterica serovar Paratyphi B isolate 13-SA01718 plasmid pSE13-SA01718, complete sequence	False	True
ENG0064_000000014534	1529	0.5030012604046171	2	2	2	1	1	False	62941	maximal	True	ENG0064_000000014534	1.0		272	13	True	True	1.0	18					non-mobilizable	no_good_hit	253.0	73.913	16.0	0.0013671646121995726	NZ_CYYA01000007.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MON0104_000000022506	2022	0.5029963479288702	3	3	3	2	2	False	46245	fragment	False	MON0104_000000022506	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1923.0	97.92	100.0	0.013152441214666629	CP041551.1	enterobacteria	Escherichia coli strain 144 plasmid p2175-1	False	True
MAD0098_000000022945	1956	0.5029957418957096	2	1	0	1	1	False	15313	maximal	True	MAD0098_000000022945	1.0		1	1	False	False	0.9933537840843201	0					non-mobilizable	plasmid	1214.0	99.835	99.0	0.09941808048520613	KY807921.1	enterobacteria	Salmonella enterica subsp. enterica serovar Paratyphi B isolate 13-SA01718 plasmid pSE13-SA01718, complete sequence	False	True
MON0033_000000014766	4614	0.5029945562064119	1	1	1	1	1	False	12347	fragment	False	MON0033_000000014766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3665.0	75.58	78.0	0.0015086383061668053	NZ_GG704769.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld0, whole genome shotgun sequence	True	False
MAD0013_000000004763	4460	0.5029945562064119	1	1	1	1	1	False	69266	fragment	False	MAD0013_000000004763	1.0		0	0	False	False	0.9984304904937744	0					non-mobilizable	chromosome	4461.0	92.49	100.0	0.0019885071782163857	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0153_000000005979	4346	0.5029945562064119	1	1	1	1	1	False	30690	fragment	False	ISR0153_000000005979	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	4348.0	95.883	100.0	0.12362363786382906	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	False	False
CHI0154_000000006627	4320	0.5029945562064119	1	1	1	1	1	False	79208	fragment	False	CHI0154_000000006627	1.0		0	0	False	False	0.9981481432914734	0					non-mobilizable	no_good_hit	2425.0	70.68	55.0	0.005994903821112887	NZ_LT962470.1	firmicutes	Ezakiella peruensis strain M6.X2 isolate M6.X2, whole genome shotgun sequence	True	False
FIJ0094_000000001290	11653	0.5029917198828276	10	9	8	8	8	False	120418	maximal	False	ISR0015_000000001754	0.9507986427211785		0	0	False	False	1.0	0					non-mobilizable	other	11671.0	95.67299999999999	100.0	0.0050186882604531515	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0096_000000003685	7122	0.5029888339811663	12	3	1	2	2	True	76793	maximal	True	ISR0096_000000003685	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	96.663	21.0	0.1588119412032126	CP021605.1	other sequences	Unidentified plasmid plasmid FAKO03_2024, complete sequence	True	True
MAD0053_000000006140	1845	0.5029869834018559	2	2	2	2	2	False	17214	maximal	True	MAD0053_000000006140	1.0		50	6	False	False	1.0	0					non-mobilizable	no_good_hit	646.0	84.83	35.0	0.00017681712053871756	CP002006.1	CFB group bacteria	Prevotella ruminicola 23, complete genome	True	False
ISR0030_000000005383	3626	0.5029843411012449	5	5	2	4	3	True	45270	maximal	True	ISR0030_000000005383	1.0		10	6	False	False	0.9972421526908875	0					non-mobilizable	no_good_hit	1655.0	84.04799999999999	73.0	0.0004943747559363359	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0188_000000007575	2863	0.502983654338286	5	3	1	1	3	True	74248	fragment	False	FIJ0092_000000009268	0.4794520547945206		0	0	False	False	1.0	0					non-mobilizable	other	2864.0	94.76299999999999	99.0	0.04720002641484514	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
MAD0041_000000012869	2556	0.502983654338286	5	3	1	1	3	True	74244	fragment	False	FIJ0109_000000009826	0.9544440312383786		0	0	False	False	1.0	0					non-mobilizable	other	2556.0	94.249	100.0	0.04214818728125207	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	False	True
SPA0031_000000008884	3264	0.5029836190702419	4	2	2	2	2	False	87610	fragment	False	SPA0031_000000008884	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3264.0	100.0	100.0	0.0016301355765224507	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
SPA0085_000000006248	2194	0.5029834027689868	3	3	3	3	3	False	6188	fragment	False	SPA0085_000000006248	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	735.0	71.70100000000001	33.0	0.0002429562233661364	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
DEN0065_000000015943	2170	0.5029831189462349	2	1	1	0	1	False	102904	fragment	False	ENG0011_000000012072	0.9788172992056487		0	0	False	False	0.9963133931159973	0					non-mobilizable	other	2170.0	100.0	100.0	0.002324365220037764	NZ_CZAI01000001.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
CHI0009_000000006075	1295	0.502980941936631	2	2	1	2	2	False	116526	fragment	False	ENG0045_000000008222	0.5373996260616338		0	0	False	False	0.9907335638999939	0					non-mobilizable	other	1301.0	77.709	100.0	0.0014435777523918321	NZ_KB822482.1	firmicutes	Eubacterium plexicaudatum ASF492 acLZb-supercont1.2, whole genome shotgun sequence	False	False
ISR0249_000000007876	2361	0.5029809128714372	3	3	3	2	1	True	27066	maximal	True	ISR0249_000000007876	1.0		1	1	False	False	0.9733163714408875	0					non-mobilizable	no_good_hit	1508.0	78.979	63.0	0.0007864757689810174	CP016202.1	firmicutes	Eubacterium minutum ATCC 700079 sequence	True	True
ISR0356_000000013047	1584	0.5029783201191015	3	3	2	2	2	True	81089	maximal	True	ISR0356_000000013047	0.9817518248175182		34	9	False	False	1.0	0					non-mobilizable	no_good_hit	1383.0	97.758	87.0	0.0004955244916837284	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
CHI0130_000000011014	1507	0.5029783201191015	3	3	2	2	2	True	81089	maximal	False	ISR0356_000000013047	0.9583333333333333		0	0	False	False	0.9980092644691467	0					non-mobilizable	no_good_hit	1287.0	96.65899999999999	85.0	0.000461078183789711	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	True
MON0026_000000016029	2557	0.5029751183923976	2	2	2	2	2	False	40090	maximal	True	MON0026_000000016029	1.0		21	4	False	False	0.9996089339256287	0					non-mobilizable	no_good_hit	252.0	73.016	10.0	3.5951589074792406e-05	NZ_CP033334.1	a-proteobacteria	Mesorhizobium loti strain NZP2042 chromosome, complete genome	True	False
MON0093_000000004534	7675	0.5029749209841977	6	4	3	4	2	True	9407	maximal	True	MON0093_000000004534	1.0		4	4	False	False	0.999478816986084	0					non-mobilizable	no_good_hit	6362.0	96.652	83.0	0.001559576636605404	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
MON0103_000000006019	6277	0.5029692277509353	6	6	3	5	1	True	95634	fragment	False	MON0103_000000006019	1.0		0	0	False	False	0.9993627667427063	0					non-mobilizable	no_good_hit	3387.0	78.152	58.0	0.0070069860759414265	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
DEN0066_000000004248	6475	0.5029654438989843	10	7	1	3	6	True	109178	fragment	False	CHI0170_000000001538	0.9397462981224182		0	0	False	False	1.0	0					non-mobilizable	other	6457.0	98.544	99.0	0.09571612864959445	NZ_FQVD01000027.1	CFB group bacteria	Bacteroides faecichinchillae strain DSM 26883, whole genome shotgun sequence	False	True
MON0073_000000002636	1766	0.502965311563145	1	1	1	1	1	False	26601	fragment	False	MON0073_000000002636	0.9724502922283392		0	0	False	False	0.9841449856758118	0					non-mobilizable	other	1725.0	99.94200000000001	98.0	0.0003339021678268992	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ENG0092_000000007614	2821	0.5029647759945225	4	3	3	3	3	False	124221	maximal	True	ENG0092_000000007614	1.0		452	14	False	False	1.0	0					non-mobilizable	chromosome	2821.0	98.72399999999999	100.0	0.0012584358713128834	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
ISR0082_000000005836	4634	0.5029647726945818	6	6	4	5	6	True	110008	maximal	True	ISR0082_000000005836	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1509.0	76.342	32.0	0.0003414172168936731	NZ_CP012395.1	firmicutes	Clostridium autoethanogenum DSM 10061 chromosome, complete genome	True	True
MON0100_000000037473	1224	0.5029642729582109	2	1	1	1	1	False	9092	maximal	True	MON0100_000000037473	1.0		4	3	False	False	0.9975489974021912	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00013457876845473666	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ENG0090_000000016043	1525	0.5029614174048005	2	2	2	2	1	False	61231	maximal	True	ENG0090_000000016043	1.0		27	6	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	76.126	29.0	0.001576461989351716	NZ_OKQO01000007.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ISR0162_000000012210	3186	0.5029586398182192	7	5	3	3	2	False	30357	maximal	True	ISR0162_000000012210	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	709.0	86.601	50.0	0.00013313585789300736	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	True	False
CHI0149_000000009334	1323	0.502952852444687	1	1	1	1	1	False	79562	maximal	True	CHI0149_000000009334	1.0		4	2	False	False	1.0	0					non-mobilizable	plasmid	1323.0	100.0	100.0	0.006794958777935401	CP040383.1	enterobacteria	Escherichia coli strain A1_180 plasmid unnamed2	False	True
FIJ0124_000000004575	5480	0.5029511169538957	4	3	2	2	2	False	46127	maximal	True	FIJ0124_000000004575	1.0		59	10	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
AST0104_000000015532	2194	0.5029496921724719	2	2	2	2	2	False	107883	maximal	True	AST0104_000000015532	1.0		74	7	False	False	0.9972652792930603	0					non-mobilizable	other	1523.0	91.98899999999999	99.0	0.0010253278217749698	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0115_000000004867	5942	0.5029464703009563	6	4	4	3	2	False	32496	maximal	True	ISR0115_000000004867	1.0		5	3	False	False	1.0	0					non-mobilizable	no_good_hit	395.0	89.87299999999999	7.0	0.00013317872823147823	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	True	False
USA0026_01_000000026226	1244	0.5029459567978064	2	2	2	2	2	False	22491	maximal	False	USA0083_01_000000019756	0.9413647199129052		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	345.0	72.17399999999999	65.0	7.732363182522773e-05	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
SPA0057_000000010917	2854	0.5029442899990012	1	1	1	1	1	False	69262	fragment	False	SPA0057_000000010917	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2854.0	98.458	100.0	0.001271823486965148	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0010_000000008192	2951	0.5029392613604361	3	3	3	3	3	False	97347	maximal	True	MON0010_000000008192	1.0		47	9	False	False	0.9837343096733093	0					non-mobilizable	other	2011.0	98.309	100.0	0.00042450890549988247	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
SPA0077_000000013498	2134	0.5029315119376586	3	3	3	2	2	False	5695	maximal	True	SPA0077_000000013498	1.0		23	7	False	False	0.9953139424324036	0					non-mobilizable	other	2134.0	98.82799999999999	100.0	0.01981090017461084	NZ_CABMOJ010000020.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
MAD0096_000000000951	13277	0.5029314082102558	17	7	0	7	1	False	15542	maximal	True	MAD0096_000000000951	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	100.0	0.0	2.790334282046989e-05	NC_021846.1	mycoplasmas	Spiroplasma taiwanense CT-1, complete sequence	True	False
FIJ0091_000000016843	1258	0.5029297611790068	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.2716504191649342		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	92.07	42.0	0.010354285714285713	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
FIJ0094_000000016248	1249	0.5029297611790068	2	1	1	1	1	False	97638	fragment	False	FIJ0014_000000014242	0.24700518206047878		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	454.0	92.07	42.0	0.010354285714285713	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
ETH0004_000000015099	1860	0.5029243693827444	2	1	1	1	1	True	52892	fragment	False	ETH0004_000000015099	1.0		0	0	False	False	0.9973118305206299	0					non-mobilizable	no_good_hit								True	True
MON0103_000000041852	1383	0.5029237292806231	2	1	1	1	1	False	8852	maximal	True	MON0103_000000041852	1.0		4	2	False	False	0.9992769360542297	0					non-mobilizable	no_good_hit	116.0	89.655	11.0	2.7851714461212348e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0183_000000018076	1742	0.5029227277251316	2	1	1	1	1	False	61737	fragment	False	SPA0100_000000015324	0.9500567096475026		0	0	False	False	0.9954075813293457	0					non-mobilizable	other	1742.0	100.0	100.0	0.0003278494039486928	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0074_000000017330	1726	0.5029205451589907	2	2	2	1	1	True	34697	maximal	True	ISR0074_000000017330	1.0		26	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0063_000000017415	2688	0.5029148493630154	4	4	3	4	3	False	92941	maximal	False	CAN0016_000000017614	0.9700435729847494		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	306.0	72.222	11.0	0.0033516216096632894	NZ_FNBY01000019.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
FIJ0065_000000010866	1731	0.5029142903174529	3	3	3	3	1	False	45417	fragment	False	FIJ0065_000000010866	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1731.0	97.285	100.0	0.00026617702403009246	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0097_000000026929	1378	0.5029142346370657	3	2	2	2	2	False	107557	fragment	False	MAD0016_000000002666	0.0931873668181786		0	0	False	False	1.0	0					non-mobilizable	chromosome	1392.0	87.069	100.0	0.0004473778276583284	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0148_000000013709	2122	0.5029108294149186	4	3	1	3	1	False	83136	maximal	True	ISR0148_000000013709	1.0		24	9	False	False	0.9985862374305725	0					non-mobilizable	no_good_hit	1408.0	99.787	66.0	0.08113251066774305	NZ_WNCH01000047.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold47_size17342, whole genome shotgun sequence	True	False
MON0046_000000019108	1752	0.5029079950453962	3	3	1	2	1	True	129259	maximal	True	MON0046_000000019108	1.0		64	9	False	False	1.0	0					non-mobilizable	other	1760.0	81.705	99.0	0.00566147942451959	NZ_CZBD01000002.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	True
ISR0393_000000010320	1732	0.5029079950453962	3	3	1	2	1	True	129221	maximal	True	ISR0393_000000010320	1.0		19	7	False	False	0.9994226098060608	0					non-mobilizable	chromosome	1722.0	81.649	98.0	0.0006037643702801136	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0051_000000022823	1573	0.5029079950453962	3	3	1	2	1	True	129220	fragment	False	MON0051_000000022823	1.0		0	0	False	False	0.9987285733222961	0					non-mobilizable	other	1581.0	84.946	100.0	0.01918297893177617	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	True
ISR0021_000000016446	1455	0.5029079950453962	3	3	1	2	1	True	37622	maximal	True	ISR0021_000000016446	1.0		1	1	False	False	0.962199330329895	0					non-mobilizable	chromosome	1454.0	96.97399999999999	99.0	0.0005127233372396288	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
CHI0120_000000011172	1428	0.5029079950453962	3	3	1	2	1	True	129256	fragment	False	CHI0120_000000011172	1.0		0	0	False	False	0.9894958138465881	0					non-mobilizable	chromosome	1445.0	81.315	100.0	0.0005042544039335372	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ENG0035_000000014293	1558	0.5029042325347345	2	2	2	2	2	False	65380	maximal	True	ENG0035_000000014293	1.0		273	12	False	False	0.9865211844444275	0					non-mobilizable	chromosome	1558.0	99.679	100.0	0.0006583682109213857	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ENG0086_000000011781	2158	0.5029024464452642	3	2	2	2	2	False	129689	fragment	False	ENG0086_000000011781	1.0		0	0	False	True	0.9800741672515869	0					non-mobilizable	no_good_hit	1557.0	97.624	72.0	0.006353354293413907	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0046_000000003693	6184	0.5028993268532347	10	3	0	3	1	False	68236	fragment	False	ISR0046_000000003693	0.9963696369636964		0	0	False	False	0.9996765851974487	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	5.674474235741742e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ENG0093_000000002111	6111	0.5028993268532347	12	3	0	3	1	False	61073	fragment	False	ENG0093_000000002111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0096_000000006488	6060	0.5028993268532347	9	3	0	3	1	False	68236	fragment	False	ISR0046_000000003693	0.9864974126778784		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	42.0	90.476	1.0	5.674474235741742e-06	CP015399.2	firmicutes	Lachnoclostridium sp. YL32, complete genome	True	False
ISR0312_000000002701	5379	0.5028993268532347	10	3	0	3	1	False	25266	maximal	True	ISR0312_000000002701	1.0		1	1	False	False	0.9968395829200745	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	0.05191256830601093	NZ_QRYH01000066.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf66, whole genome shotgun sequence	True	False
ISR0067_000000004763	5364	0.5028993268532347	12	3	0	3	1	False	35089	fragment	False	ISR0067_000000004763	1.0		0	0	False	False	0.9996271729469299	0					non-mobilizable	no_good_hit								True	False
CHI0139_000000001982	4975	0.5028993268532347	6	3	0	3	1	False	80367	fragment	False	CHI0139_000000001982	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	1.0	0.002342905202451039	MH552495.1	viruses	Podoviridae sp. isolate ctbd591, complete genome	True	False
SPA0102_000000005926	6274	0.5028942747486742	5	5	4	5	4	False	127856	maximal	True	SPA0102_000000005926	1.0		6	5	False	False	0.9998406171798706	0					non-mobilizable	no_good_hit	1402.0	97.00399999999999	22.0	0.017530688088892226	NZ_CABIYV010000012.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
CHI0056_000000002507	6182	0.5028926864771379	5	5	3	5	3	False	86168	maximal	True	CHI0056_000000002507	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3270.0	99.205	53.0	0.0011390315339956836	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	True	False
CHI0025_000000005569	1901	0.5028902054936891	3	2	1	2	2	False	116537	backbone	False	FIJ0083_000000013885	0.0728017494585168	PS777	0	0	False	True	0.9957916736602783	0					non-mobilizable	other	1784.0	97.87	94.0	0.020370624257380496	NZ_WNAJ01000015.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold15_size87528, whole genome shotgun sequence	False	True
ISR0398_000000019363	1166	0.5028841575392626	1	1	1	1	1	False	129454	fragment	False	ENG0177_000000014127	0.5838858887568225		0	0	False	False	1.0	0					non-mobilizable	chromosome	1173.0	93.521	100.0	0.0003333646218217296	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MAD0089_000000017671	1541	0.5028833902648646	2	2	1	2	2	False	24094	fragment	False	ISR0350_000000010215	0.4806422569027611		0	0	False	False	0.9987021684646606	0					non-mobilizable	plasmid	1541.0	99.935	100.0	0.016410037828333956	AP023207.1	enterobacteria	Escherichia coli TUM18781 plasmid pMTY18781-2 DNA, complete sequence	False	True
MON0105_000000036281	1504	0.5028828105539677	3	3	2	3	1	False	8709	maximal	True	MON0105_000000036281	1.0		24	9	False	False	1.0	0					non-mobilizable	chromosome	1416.0	83.051	92.0	0.00045124564749399117	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0344_000000018756	1822	0.5028808859775247	2	2	2	2	2	False	87114	fragment	False	ISR0344_000000018756	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1304.0	98.926	100.0	0.00023746881966862422	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
FIJ0007_000000009756	1820	0.5028794218866951	2	1	0	1	1	False	51570	fragment	False	FIJ0007_000000009756	1.0		0	0	False	False	0.9945054650306702	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	4.0	0.028421839940164548	HG796383.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00853	True	False
MAD0098_000000031565	1443	0.5028794218866951	1	1	0	1	1	False	15283	maximal	True	MAD0098_000000031565	1.0		2	1	False	False	0.967428982257843	0					non-mobilizable	no_good_hit								True	False
MON0050_000000035020	1188	0.5028785350177737	1	1	1	1	1	False	109772	fragment	False	MON0050_000000035020	0.9991460290350128		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	94.118	3.0	8.948109101853885e-05	NZ_QGMX01000001.1	bacteria	Thermus caldifontis strain YIM 73026 contig001, whole genome shotgun sequence	True	False
AST0090_000000019302	1171	0.5028785350177737	1	1	1	1	1	False	109772	fragment	False	MON0050_000000035020	0.992003367003367		0	0	False	False	0.975234866142273	0					non-mobilizable	no_good_hit	34.0	94.118	3.0	8.948109101853885e-05	NZ_QGMX01000001.1	bacteria	Thermus caldifontis strain YIM 73026 contig001, whole genome shotgun sequence	True	False
SPA0104_000000003746	8206	0.5028776851395633	9	4	1	4	2	False	27143	maximal	True	SPA0104_000000003746	1.0		1	1	False	False	0.9998781085014343	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	1.4779538549963052e-05	LR129823.1	apicomplexans	Plasmodium yoelii strain 33X genome assembly, chromosome: 12	True	False
AST0084_000000004806	5936	0.5028749983659309	6	5	5	5	4	False	111584	fragment	False	AST0084_000000004806	0.9782519883503195		0	0	False	False	0.9996630549430847	0					non-mobilizable	other	5941.0	99.344	100.0	0.009476744557134924	NZ_DS499579.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_9, whole genome shotgun sequence	False	False
ENG0146_000000017397	1274	0.5028705530783889	3	2	2	1	2	False	92668	fragment	False	ENG0146_000000017397	0.992195060671835		0	0	False	False	0.9905808568000793	0					non-mobilizable	chromosome	1274.0	98.823	100.0	0.00036901920030379585	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0109_000000019240	1267	0.5028705530783889	3	2	2	1	2	False	92668	fragment	False	ENG0146_000000017397	0.9888052224963868		0	0	False	False	1.0	0					non-mobilizable	chromosome	1267.0	99.132	100.0	0.00036699002952443485	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0365_000000014329	1211	0.5028705530783889	3	2	2	1	2	False	92668	fragment	False	ENG0146_000000017397	0.9569610973459806		0	0	False	False	1.0	0					non-mobilizable	chromosome	1211.0	99.257	100.0	0.00035075666328954674	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
USA0101_01_000000005471	5475	0.5028672055237547	4	4	4	4	4	False	103246	fragment	False	USA0101_01_000000005471	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4410.0	98.435	97.0	0.0013264176881451343	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
MAD0050_000000014398	1676	0.5028669865676122	2	2	2	2	1	False	67048	fragment	False	USA0134_01_000000002160	0.633711047887399		0	0	False	False	0.9994033575057983	0					non-mobilizable	no_good_hit								True	False
CHI0030_000000002773	2138	0.5028632831528902	2	2	2	2	2	False	88528	maximal	True	CHI0030_000000002773	1.0		5	5	False	False	0.9985968470573425	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	2.442502234047302e-05	NZ_PJNH01000001.1	firmicutes	Halalkalibacillus sediminis strain B3227 contig1, whole genome shotgun sequence	True	False
FIJ0089_000000001827	11058	0.5028598721770873	11	5	3	5	2	True	43597	fragment	False	FIJ0089_000000001827	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	29.0	100.0	0.0	1.3588213273219079e-06	LN590685.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG16, chromosome: 16	True	True
FIJ0014_000000007168	3311	0.5028588707772808	3	3	3	3	3	False	112697	fragment	False	ISR0152_000000007022	0.3872635561160151		0	0	False	False	0.9954696297645569	0					non-mobilizable	other	3311.0	98.339	100.0	0.03597435061406369	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
SPA0089_000000022864	1663	0.5028581700376633	3	3	3	2	1	True	5415	maximal	True	SPA0089_000000022864	1.0		39	11	False	False	1.0	0					non-mobilizable	no_good_hit	1292.0	88.777	77.0	0.002138415945144982	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
MON0033_000000028581	2194	0.5028579365449574	2	2	2	2	2	False	69366	maximal	False	MON0068_000000018579	0.6330261810735703		0	0	False	False	0.9986326098442078	0					non-mobilizable	other	2194.0	98.815	100.0	0.004960629386922306	NZ_SPFU01000004.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_4_length_442081_cov_22.1628, whole genome shotgun sequence	False	False
CHI0185_000000003898	5011	0.5028533867231514	8	2	2	2	2	True	119032	maximal	True	CHI0185_000000003898	1.0		4	1	False	False	0.9954100847244263	0					non-mobilizable	no_good_hit	1884.0	99.575	38.0	0.05980815652394867	NZ_CYXX01000038.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	True
SPA0051_000000005796	4291	0.5028521814605384	4	4	4	4	4	False	67750	maximal	False	ENG0141_000000005605	0.6327492787277461		0	0	False	False	1.0	0					non-mobilizable	other	4291.0	98.975	100.0	0.035776534262911656	NZ_JAAIPV010000009.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_9_length_119911_cov_106.193, whole genome shotgun sequence	False	False
MON0089_000000004221	4750	0.5028510728316837	6	4	2	2	4	False	54051	fragment	False	MON0089_000000004221	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	100.0	1.0	0.0009576320371445154	FP312976.1	bacteria	uncultured bacterial clone mtbb227 complete sequence	True	False
ISR0083_000000010491	2443	0.5028508000662469	4	4	4	4	4	False	117418	maximal	True	ISR0083_000000010491	1.0		12	4	False	False	0.9918133616447449	0					non-mobilizable	no_good_hit	1732.0	89.145	71.0	0.0005114801679266098	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ISR0193_000000017481	1521	0.5028484006989719	2	2	2	2	2	False	29084	maximal	True	ISR0193_000000017481	1.0		37	5	False	False	0.9815910458564758	0					non-mobilizable	other	1027.0	99.124	100.0	0.00043505896829963605	NZ_LT629850.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	False	False
DEN0045_000000024963	1663	0.5028482619121284	2	1	1	1	1	False	99948	maximal	True	DEN0045_000000024963	1.0	PS564	28	6	False	True	0.9993986487388611	0					non-mobilizable	no_good_hit	1477.0	97.292	89.0	0.005351529500487656	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	True
ISR0070_000000014139	1495	0.5028482619121284	1	1	1	1	1	False	99939	backbone	False	AUS0018_000000016405	0.8811475270403428	PS564	0	0	False	True	0.9826086759567261	0					non-mobilizable	other	1508.0	78.249	99.0	0.0005071924275724755	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	True
SPA0030_000000020443	1487	0.5028482619121284	2	1	1	1	1	False	99939	backbone	False	AUS0018_000000016405	0.8060608271552953	PS564	0	0	False	True	0.9966375231742859	0					non-mobilizable	other	1462.0	96.648	98.0	0.005297144038084327	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
DEN0038_000000003162	1433	0.5028482619121284	1	1	1	1	1	False	99939	backbone	False	AUS0018_000000016405	0.7169972298810334	PS564	0	0	False	True	1.0	0					non-mobilizable	other	1432.0	95.95	99.0	0.005188373113277667	NZ_CYZN01000001.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
AST0025_000000006605	4848	0.5028469272702683	4	2	2	2	1	False	120517	maximal	True	AST0025_000000006605	1.0		2	1	False	False	0.9997937083244324	0					non-mobilizable	no_good_hit	835.0	98.323	17.0	0.9988023952095808	GQ879120.1		Uncultured organism clone VC1C524TR genomic sequence	True	False
CHI0130_000000002651	6159	0.5028456382368928	7	2	0	2	1	True	81128	maximal	True	CHI0130_000000002651	1.0		8	3	False	False	0.9995129108428955	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.19540649604311e-05	CP034867.1	enterobacteria	Buchnera aphidicola (Macrosiphum gaurae) strain Mga chromosome, complete genome	True	True
ISR0330_000000012289	2365	0.50284555536789	2	2	2	2	2	False	35246	fragment	False	ISR0064_000000008161	0.9328238133547868		0	0	False	False	0.996617317199707	0					non-mobilizable	no_good_hit	1513.0	97.22399999999999	82.0	0.007387790601088624	NZ_CYYV01000010.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MON0049_000000003956	4920	0.5028454044686572	1	1	1	1	1	False	11371	fragment	False	MON0049_000000003956	1.0		0	0	False	False	0.9967479705810547	0					non-mobilizable	chromosome	4286.0	98.04	98.0	0.0012188288434352484	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
SPA0112_000000014128	2402	0.5028450854380618	3	3	3	1	1	False	60702	maximal	True	SPA0112_000000014128	1.0		46	7	False	False	0.9950041770935059	0					non-mobilizable	chromosome	2388.0	95.226	99.0	0.0005209150339666793	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ENG0119_000000020449	1520	0.5028450854380618	3	3	3	1	1	False	59250	fragment	False	ENG0119_000000020449	1.0		0	0	False	False	0.9980263113975525	0					non-mobilizable	other	1520.0	99.605	100.0	0.0019599797679507825	NZ_CZAI01000002.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
SPA0030_000000006401	4693	0.5028432566657182	11	9	2	7	3	False	110192	fragment	False	SPA0030_000000006401	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2516.0	95.54799999999999	57.0	0.017751729981641012	NZ_QSFS01000009.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf9, whole genome shotgun sequence	True	False
ENG0048_000000010910	2484	0.5028373079511071	3	2	2	2	2	False	64275	maximal	True	ENG0048_000000010910	1.0		6	3	False	False	0.9979870915412903	0					non-mobilizable	no_good_hit	1641.0	96.89200000000001	68.0	0.00057164129369396	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0057_01_000000005042	5897	0.5028361131345845	9	4	3	4	3	False	61055	maximal	True	USA0057_01_000000005042	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2099.0	100.0	36.0	0.0006318397861502405	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ENG0121_000000013454	1225	0.5028358122284884	2	1	1	1	1	True	59106	fragment	False	ENG0121_000000013454	1.0		0	0	False	False	0.9885714054107666	0					non-mobilizable	no_good_hit								True	True
ISR0084_000000012031	2114	0.5028351177106415	3	3	3	3	3	False	34054	maximal	True	ISR0084_000000012031	0.9297323135755258		27	8	False	False	0.995742678642273	0					non-mobilizable	other	2121.0	91.089	100.0	0.0003402650147158996	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
ENG0136_000000004309	2743	0.5028348122961032	4	3	2	1	3	False	94578	maximal	True	ENG0136_000000004309	1.0	PS500	186	12	False	True	1.0	0					non-mobilizable	chromosome	1407.0	99.929	100.0	0.0001985979212758405	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	True
SPA0031_000000016852	1913	0.5028343610161936	1	1	1	1	1	False	49560	maximal	True	SPA0031_000000016852	1.0		7	4	False	False	0.9994772672653198	0					non-mobilizable	no_good_hit	586.0	74.403	30.0	0.0001833237449843225	NZ_AP012331.1	high GC Gram+	Bifidobacterium scardovii JCM 12489 = DSM 13734 strain JCM 12489	True	False
SPA0142_000000021573	1225	0.5028315446536219	1	1	1	1	1	False	3424	fragment	False	SPA0142_000000021573	1.0		0	0	False	False	0.9991836547851562	0					non-mobilizable	no_good_hit	52.0	92.30799999999999	4.0	0.0010510262962657654	NZ_JHVK01000023.1	b-proteobacteria	Microvirgula aerodenitrificans DSM 15089 Q352DRAFT_scaffold00022.22_C, whole genome shotgun sequence	True	False
MON0035_000000006708	3869	0.5028305889094095	4	4	2	2	3	False	123388	fragment	False	MON0035_000000006708	0.9676675485435006		0	0	False	False	0.9997415542602539	0					non-mobilizable	other	3754.0	94.779	97.0	0.004402639938116164	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
DEN0094_000000003041	8238	0.5028296526280838	10	8	6	6	6	False	127140	maximal	True	DEN0094_000000003041	1.0		1	1	False	False	0.9915028214454651	0					non-mobilizable	other	5221.0	99.789	96.0	0.021213550007722886	NZ_QRHR01000005.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf5, whole genome shotgun sequence	False	False
TAN0006_000000003667	2998	0.5028262805056884	3	3	3	3	1	False	41850	maximal	True	TAN0006_000000003667	1.0		58	13	False	False	1.0	0					non-mobilizable	no_good_hit	954.0	94.969	44.0	0.00028490701358555026	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
ISR0200_000000011237	2139	0.5028191445067834	3	3	3	2	1	False	88989	maximal	True	ISR0200_000000011237	1.0		416	13	False	False	0.9985975027084351	0					non-mobilizable	other	2139.0	99.906	100.0	0.00039794024046907066	CP022754.1	CFB group bacteria	Parabacteroides sp. CT06, complete genome	False	False
ISR0195_000000012730	1594	0.5028191445067834	3	3	3	2	1	False	88988	fragment	False	ISR0195_000000012730	1.0		0	0	False	False	0.9930990934371948	0					non-mobilizable	chromosome	1594.0	99.686	100.0	0.0003117421710249253	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
CHI0024_000000009772	1313	0.5028191445067834	3	3	3	2	1	False	88987	fragment	False	CHI0024_000000009772	1.0		0	0	False	False	0.997715175151825	0					non-mobilizable	chromosome	1313.0	99.238	100.0	0.00025152242050903456	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
ENG0109_000000019505	1249	0.5028191445067834	3	3	3	2	1	False	59849	fragment	False	ENG0109_000000019505	1.0		0	0	False	False	0.9631705284118652	0					non-mobilizable	chromosome	1243.0	89.944	99.0	0.00023828439837698012	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
MON0089_000000023988	1254	0.5028185312134078	2	2	2	1	1	False	40651	fragment	False	MON0089_000000023988	0.9743249108625892		0	0	False	False	0.9976076483726501	0					non-mobilizable	other	1254.0	98.086	100.0	0.0006196914500384278	NZ_AP012322.1	high GC Gram+	Bifidobacterium angulatum DSM 20098 = JCM 7096	False	False
ISR0316_000000006902	2772	0.5028170642504763	3	3	3	3	2	False	25217	maximal	True	ISR0316_000000006902	1.0		34	8	False	False	0.9981962442398071	0					non-mobilizable	no_good_hit	137.0	78.102	5.0	0.0010468281108242028	NZ_AWSA01000008.1	high GC Gram+	Intrasporangium oryzae NRRL B-24470 contig19, whole genome shotgun sequence	True	False
ENG0135_000000006306	3372	0.5028094558716047	4	3	3	2	2	True	112056	fragment	False	ISR0774_000000005893	0.3098085402541659		0	0	False	False	0.9943653345108032	0					non-mobilizable	other	3259.0	99.969	97.0	0.011640162490666076	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
SPA0020_000000009628	3072	0.5028094558716047	4	3	3	2	2	True	112056	fragment	False	ISR0774_000000005893	0.2044286279161724		0	0	False	False	0.9983723759651184	0					non-mobilizable	other	3075.0	92.228	100.0	0.010982768415072904	NZ_WBKJ01000006.1	CFB group bacteria	Butyricimonas faecihominis strain CCUG 65562 contig_0000006, whole genome shotgun sequence	False	True
MAD0110_000000014792	1839	0.5028079436388049	3	2	2	2	1	False	14547	maximal	True	MAD0110_000000014792	1.0		0	0	False	False	0.9657422304153442	0					non-mobilizable	no_good_hit								True	False
MON0015_000000028539	1342	0.5028051418219414	2	2	2	1	1	False	13396	maximal	True	MON0015_000000028539	1.0		85	8	False	False	0.9709389209747314	0					non-mobilizable	other	1318.0	95.14399999999999	98.0	0.1932168550873587	NZ_CABIWU010000096.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	False	False
ISR0348_000000012010	1504	0.5028047760032354	3	3	3	3	3	False	104380	fragment	False	ENG0093_000000007624	0.6130524155205709		0	0	False	False	0.998670220375061	0					non-mobilizable	other	1499.0	99.066	99.0	0.010301692420897719	NZ_CYYV01000011.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0170_000000012287	1156	0.5028040745035146	2	2	2	2	1	True	118491	fragment	False	ISR0832_000000007637	0.07781966752060747		0	0	False	False	1.0	0					non-mobilizable	chromosome	1156.0	99.82700000000001	100.0	0.0003285291281604929	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
ISR0189_000000002659	4214	0.5028030175777457	6	4	3	4	3	False	125898	fragment	False	AST0089_000000003509	0.31569938699148153		0	0	False	False	1.0	0					non-mobilizable	other	3038.0	96.478	100.0	0.06046251324179009	NZ_VULP01000022.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq22, whole genome shotgun sequence	False	False
CHI0034_000000011439	1474	0.502802294462812	3	2	2	1	1	False	88218	maximal	True	CHI0034_000000011439	1.0		369	12	False	False	0.998643159866333	0					non-mobilizable	other	1475.0	99.051	100.0	0.00047302687781080336	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
DEN0056_000000002121	1382	0.502802294462812	2	2	2	1	1	False	86747	fragment	False	ISR0330_000000025263	0.9383838406170499		0	0	False	False	1.0	0					non-mobilizable	other	1382.0	94.501	100.0	0.0002594925207589309	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0254_000000009827	1353	0.502802294462812	3	2	2	1	1	False	26919	maximal	True	ISR0254_000000009827	1.0		0	0	False	False	0.9600886702537537	0					non-mobilizable	no_good_hit	1059.0	90.368	85.0	0.00033952675490083443	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	False
ISR0369_000000012994	1299	0.502802294462812	3	2	2	1	1	False	86747	fragment	False	ISR0330_000000025263	0.9592012923466751		0	0	False	False	1.0	0					non-mobilizable	other	1299.0	98.999	100.0	0.0002444276429209668	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0796_000000016690	1281	0.502802294462812	3	2	2	1	1	False	21949	fragment	False	ISR0796_000000016690	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1282.0	99.766	100.0	0.0004110905227107457	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	False	False
SPA0070_000000015746	1280	0.502802294462812	2	2	2	1	1	False	85039	fragment	False	CHI0069_000000007864	0.6576354679802956		0	0	False	False	0.999218761920929	0					non-mobilizable	chromosome	1278.0	99.68700000000001	99.0	0.00025487282105692585	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0330_000000025263	1278	0.502802294462812	3	2	2	1	1	False	86747	fragment	False	ISR0330_000000025263	0.9594459258637018		0	0	False	False	1.0	0					non-mobilizable	other	1278.0	99.374	100.0	0.00024047311248850126	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
CHI0049_000000013274	1245	0.502802294462812	3	2	2	1	1	False	86747	fragment	False	ISR0330_000000025263	0.7796874161878301		0	0	False	False	0.9991967678070068	0					non-mobilizable	other	1245.0	99.116	100.0	0.0002342588503803411	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0387_000000020302	1173	0.502802294462812	3	2	2	1	1	False	86747	fragment	False	ISR0330_000000025263	0.570737409732828		0	0	False	False	0.9940323829650879	0					non-mobilizable	other	1173.0	99.40299999999999	100.0	0.00022070046032617344	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ENG0125_000000023664	1136	0.502802294462812	2	2	2	1	1	False	64996	fragment	False	ENG0125_000000023664	0.9799286351471901		0	0	False	False	1.0	0					non-mobilizable	chromosome	1136.0	99.648	100.0	0.00022653144236461304	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ENG0038_000000025200	1121	0.502802294462812	2	2	2	1	1	False	64996	fragment	False	ENG0125_000000023664	0.9735915492957747		0	0	False	False	1.0	0					non-mobilizable	other	1121.0	99.64299999999999	100.0	0.00021680674253483087	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
MAD0111_000000010980	1562	0.5028014689154844	3	1	1	1	1	True	127808	fragment	False	ISR0198_000000019324	0.9527696793002915		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	257.0	73.152	16.0	4.2985626228068265e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	True
ENG0083_000000016072	1414	0.5028011106185478	2	2	2	2	2	False	61556	maximal	True	ENG0083_000000016072	1.0		27	6	False	False	0.99858558177948	0					non-mobilizable	no_good_hit	923.0	71.61399999999999	64.0	0.00027471402906328884	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
USA0010_01_000000008735	3110	0.5028010776938748	4	4	4	4	2	False	48231	maximal	True	USA0010_01_000000008735	1.0		87	13	False	False	1.0	0					non-mobilizable	no_good_hit	1109.0	81.064	57.0	0.0002491033636420405	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
FIJ0012_000000021470	1187	0.5028009298542324	3	3	3	2	1	False	50697	maximal	True	FIJ0012_000000021470	1.0		65	9	False	False	1.0	0					non-mobilizable	chromosome	1187.0	97.13600000000001	100.0	0.0002243170670675877	LR607330.1	enterobacteria	Klebsiella quasipneumoniae strain 4928STDY7071295 genome assembly, chromosome: 1	False	False
ISR0020_000000002415	7170	0.5027982662539779	8	7	3	4	6	True	126043	maximal	True	ISR0020_000000002415	0.9462260601761812		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	71.074	12.0	0.0002346616965225666	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	True
ISR0162_000000012123	3209	0.5027967083376218	4	4	4	4	3	False	56760	maximal	True	ISR0162_000000012123	1.0		291	11	False	False	0.999065101146698	0					non-mobilizable	other	3206.0	99.189	99.0	0.026260236728189713	NZ_QSFS01000012.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf12, whole genome shotgun sequence	False	False
ENG0009_000000002722	4566	0.502795520327747	5	3	3	1	2	False	88889	maximal	True	ENG0009_000000002722	1.0		111	11	True	True	1.0	8					non-mobilizable	no_good_hit	659.0	95.59899999999999	26.0	0.0034664601541468452	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	True
DEN0035_000000029511	1218	0.5027947065145052	2	2	2	2	2	False	73378	fragment	False	ENG0061_000000014127	0.3820689655172414		0	0	False	False	0.9991790056228638	0					non-mobilizable	no_good_hit	993.0	77.442	81.0	0.0008220985446679124	NZ_LR130816.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
ISR0255_000000022553	1480	0.5027908917390229	3	2	2	2	1	True	60051	maximal	True	ISR0255_000000022553	0.9794238683127572		402	13	False	False	0.9993243217468262	0					non-mobilizable	no_good_hit	791.0	98.736	53.0	0.0002375527907635621	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0222_000000034391	1300	0.5027908917390229	2	2	2	2	1	True	27849	maximal	True	ISR0222_000000034391	0.9880056727003325		67	12	False	False	0.9900000095367432	0					non-mobilizable	chromosome	1136.0	90.669	100.0	0.00033585321970398124	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
ISR0003_000000020157	1260	0.5027908917390229	2	2	2	2	1	True	63407	maximal	True	ISR0003_000000020157	0.9900047382524019		228	11	False	False	0.9952380657196045	0					non-mobilizable	no_good_hit	295.0	75.932	29.0	8.613259239226349e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
ENG0058_000000027805	1248	0.5027908917390229	2	2	2	2	1	True	63407	maximal	False	ISR0003_000000020157	0.9818087416218257		0	0	False	False	0.9959936141967773	0					non-mobilizable	no_good_hit	282.0	75.887	22.0	0.00027952395854538163	NZ_MCGI01000003.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000003, whole genome shotgun sequence	True	True
MON0087_000000041756	1239	0.5027908917390229	2	2	2	2	1	True	27849	maximal	False	ISR0222_000000034391	0.96288536700597		0	0	False	False	0.9991928935050964	0					non-mobilizable	chromosome	1101.0	90.645	100.0	0.0003254873795896608	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
ENG0106_000000017011	1230	0.5027908917390229	3	2	2	2	1	True	60050	fragment	False	ENG0106_000000017011	1.0		0	0	False	False	0.997560977935791	0					non-mobilizable	no_good_hit	607.0	98.023	49.0	0.0001824549951872226	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ISR0224_000000026378	1194	0.5027908917390229	2	2	2	2	1	True	27849	maximal	False	ISR0222_000000034391	0.9294981478032326		0	0	False	False	0.9966499209403992	0					non-mobilizable	chromosome	1144.0	91.521	100.0	0.00033763022086643615	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	True
MON0051_000000031580	1177	0.5027908917390229	2	2	2	2	1	True	63407	maximal	False	ISR0003_000000020157	0.9500178062678062		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	217.0	94.931	18.0	6.473238278094532e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
ENG0151_000000006691	3521	0.5027903476433077	2	2	2	2	2	False	57112	fragment	False	ISR0802_000000003775	0.9836473811577767		0	0	False	False	1.0	0					non-mobilizable	chromosome	3521.0	99.574	100.0	0.0007025468520911347	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
FIJ0012_000000017353	1445	0.5027837121417504	3	3	0	3	1	False	50742	maximal	True	FIJ0012_000000017353	1.0		0	0	False	False	0.9979238510131836	0					non-mobilizable	no_good_hit	161.0	78.882	11.0	0.00028756761479043966	NZ_MWWT01000005.1	high GC Gram+	Alloscardovia macacae strain DSM 24762 Contig_5, whole genome shotgun sequence	True	False
CHI0104_000000008566	1224	0.5027837121417504	3	3	0	3	1	False	83230	fragment	False	CHI0104_000000008566	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CAN0017_000000010757	3395	0.5027808427980696	4	4	2	3	3	False	92530	maximal	True	CAN0017_000000010757	1.0		3	2	False	False	0.9955817461013794	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	5.6993730689624144e-05	CP021585.1	other sequences	Unidentified plasmid plasmid GF1-2_000012F, complete sequence	True	False
ENG0051_000000005230	5114	0.5027805520811431	4	4	3	4	3	True	64088	maximal	True	ENG0051_000000005230	1.0		2	1	False	False	0.9960891604423523	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	1.0	1.5867928061161343e-05	NZ_CP030944.1	e-proteobacteria	Arcobacter aquimarinus strain W63 chromosome, complete genome	True	True
ISR0301_000000009945	1875	0.5027774008074274	2	1	1	1	1	False	25561	maximal	True	ISR0301_000000009945	1.0		287	11	False	False	0.9989333152770996	0					non-mobilizable	chromosome	1875.0	100.0	100.0	0.000380427820926088	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ISR0176_000000021946	1558	0.5027774008074274	1	1	1	1	1	False	29808	maximal	True	ISR0176_000000021946	1.0		102	10	False	False	0.9987162947654724	0					non-mobilizable	other	1558.0	100.0	100.0	0.0007778489404368544	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	False	False
MON0011_000000015115	3105	0.5027747626775317	6	5	3	2	3	True	13696	maximal	True	MON0011_000000015115	1.0		13	5	False	False	1.0	0					non-mobilizable	other	2622.0	93.478	98.0	0.0007885307465269571	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	True
ENG0180_000000005607	2975	0.5027733657405223	3	3	2	3	3	True	55349	fragment	False	ENG0180_000000005607	1.0		0	0	False	False	1.0	0			MPF_T		non-mobilizable	plasmid	2975.0	100.0	100.0	0.08110835356042218	CP052790.1	enterobacteria	Salmonella enterica subsp. enterica serovar Infantis strain CVM N19S0552 plasmid pN19S0552-2, complete sequence	False	True
MAD0103_000000012005	1918	0.5027703970212568	2	2	1	2	2	False	69880	maximal	True	MAD0103_000000012005	1.0		4	2	False	False	0.9994786381721497	0					non-mobilizable	no_good_hit	1246.0	87.721	65.0	0.011875621509982406	NZ_JAAWUO010000017.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_17_length_104584_cov_146.344, whole genome shotgun sequence	True	False
ENG0019_000000002420	8768	0.502769594677909	11	8	5	6	6	False	66573	fragment	False	ENG0019_000000002420	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2910.0	99.897	60.0	0.00795549952277942	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
MON0108_000000018936	1138	0.5027678730401081	2	2	1	2	1	False	8520	fragment	False	MON0108_000000018936	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1138.0	99.03299999999999	100.0	0.0015626224019856436	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	False	False
ISR0153_000000019756	1473	0.5027627978037714	2	2	2	1	1	False	129454	fragment	False	ENG0177_000000014127	0.791672841759192		0	0	False	False	0.9993211030960083	0					non-mobilizable	chromosome	1480.0	96.824	100.0	0.0004206879485275922	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
DEN0041_000000023761	1432	0.5027627978037714	2	2	2	1	1	False	129454	fragment	False	ENG0177_000000014127	0.725495486604582		0	0	False	False	0.9937151074409485	0					non-mobilizable	chromosome	1414.0	97.171	99.0	0.0004019148554898497	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AST0094_000000000641	20032	0.5027612278703493	30	10	4	9	4	False	109432	maximal	True	AST0094_000000000641	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.00024162803601152655	NZ_LZZM01000245.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000245, whole genome shotgun sequence	True	False
ISR0158_000000016515	1173	0.5027604687557405	2	2	2	1	2	False	55432	fragment	False	ENG0178_000000019900	0.9526861391014236		0	0	False	False	0.9923273921012878	0					non-mobilizable	no_good_hit	869.0	79.402	80.0	0.020007576833830563	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
ISR0121_000000023445	1130	0.5027604687557405	2	2	2	1	2	False	55432	fragment	False	ENG0178_000000019900	0.9496029273481233		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	863.0	79.60600000000001	76.0	0.019818155988066487	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
DEN0051_000000036359	1337	0.5027603499927347	2	2	2	1	1	False	72432	fragment	False	DEN0051_000000036359	0.9983443708609272		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	78.889	7.0	0.0002512527348436728	NZ_MUGW01000002.1	CFB group bacteria	Flavobacterium hercynium strain DSM 18292 43415_contig_2, whole genome shotgun sequence	True	False
ISR0345_000000012040	1208	0.5027603499927347	2	2	2	1	1	False	72432	fragment	False	DEN0051_000000036359	0.950261780104712		0	0	False	False	0.9627483487129211	0					non-mobilizable	no_good_hit	90.0	78.889	7.0	0.0002512527348436728	NZ_MUGW01000002.1	CFB group bacteria	Flavobacterium hercynium strain DSM 18292 43415_contig_2, whole genome shotgun sequence	True	False
MAD0052_000000001929	6992	0.5027594927210183	8	4	3	4	2	True	96544	fragment	False	MAD0052_000000001929	1.0		0	0	False	False	0.9998570084571838	0					non-mobilizable	no_good_hit	5228.0	93.669	75.0	0.0015259874699766137	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	True
MAD0035_000000017974	1235	0.5027559196016153	1	1	1	1	1	False	18756	maximal	True	MAD0035_000000017974	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0084_000000001718	10534	0.5027558674068991	9	6	4	6	5	False	9834	maximal	True	MON0084_000000001718	1.0		25	4	False	False	1.0	0					non-mobilizable	no_good_hit	61.0	100.0	1.0	0.0009585889570552147	NZ_VZBY01000075.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_19_length_62592_cov_28.0659_ID_37, whole genome shotgun sequence	True	False
ENG0184_000000003974	5960	0.5027557810217556	5	4	3	3	3	False	55122	maximal	True	ENG0184_000000003974	1.0		12	4	False	False	0.996812105178833	0					non-mobilizable	no_good_hit	1578.0	80.672	26.0	0.025561857094105984	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ISR0344_000000009379	3401	0.5027525620046582	5	3	0	1	3	False	24283	maximal	True	ISR0344_000000009379	1.0		67	7	False	False	1.0	0					non-mobilizable	chromosome	3402.0	88.213	99.0	0.0014945775754198725	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0048_000000005718	3371	0.5027525620046582	6	3	0	1	3	False	58850	maximal	True	ISR0048_000000005718	0.9995096436744034		52	7	False	False	0.9964402318000793	0					non-mobilizable	chromosome	3170.0	99.74799999999999	99.0	0.0013740331580346253	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
ISR0357_000000007905	3059	0.5027525620046582	5	3	0	1	3	False	58850	maximal	False	ISR0048_000000005718	0.9532779590625927		0	0	False	False	0.9967309832572937	0					non-mobilizable	chromosome	3059.0	99.837	100.0	0.0013259051427169089	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
SPA0114_000000015076	3018	0.5027525620046582	5	3	0	1	3	False	58851	fragment	False	SPA0114_000000015076	1.0		0	0	False	False	0.9996686577796936	0					non-mobilizable	chromosome	2970.0	94.781	100.0	0.0012218837023693918	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ENG0125_000000008997	2853	0.5027525620046582	5	3	0	1	3	False	58848	fragment	False	ENG0125_000000008997	0.966313066372765		0	0	False	False	0.9954434037208557	0					non-mobilizable	other	2858.0	93.59700000000001	100.0	0.019131882442973563	NZ_SPFY01000003.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_3_length_148966_cov_20.1561, whole genome shotgun sequence	False	False
SPA0116_000000014515	2722	0.5027525620046582	5	3	0	1	3	False	58848	fragment	False	ENG0125_000000008997	0.9444628369990653		0	0	False	False	1.0	0					non-mobilizable	chromosome	2657.0	95.03200000000001	98.0	0.0011375910598120766	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
SPA0109_000000012062	2560	0.5027525620046582	4	3	0	1	3	False	58848	fragment	False	ENG0125_000000008997	0.6262552045064903		0	0	False	False	0.9945312738418579	0					non-mobilizable	chromosome	2561.0	94.37700000000001	100.0	0.0011294326256791828	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
ISR0281_000000009244	1902	0.5027525620046582	5	3	0	1	3	False	32457	fragment	False	ISR0281_000000009244	1.0		0	0	False	False	0.995793879032135	0					non-mobilizable	chromosome	1904.0	96.376	100.0	0.0007828786377499879	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
ISR0341_000000009325	1475	0.5027525620046582	4	3	0	1	3	False	32456	fragment	False	ISR0115_000000023850	0.9412941961307538		0	0	False	False	1.0	0					non-mobilizable	chromosome	1476.0	96.477	100.0	0.0006070295171191384	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AUS0020_000000020920	1218	0.5027524178178282	2	2	2	2	2	False	99474	fragment	False	AUS0020_000000020920	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	137.0	79.562	11.0	1.8384065350687707e-05	CP009283.1	firmicutes	Paenibacillus sp. FSL R7-0273, complete genome	True	False
DEN0033_000000014184	1558	0.5027511224393325	3	3	1	2	2	False	73602	maximal	True	DEN0033_000000014184	1.0		613	15	False	False	1.0	0					non-mobilizable	chromosome	1560.0	97.885	100.0	0.0005237404899531697	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
AST0113_000000018047	2093	0.5027500292889283	2	2	2	2	2	False	106595	maximal	True	AST0113_000000018047	0.9927207255800945		304	12	False	False	0.9995222091674805	0					non-mobilizable	other	2069.0	100.0	99.0	0.04670385510061203	NZ_NFIG01000031.1	CFB group bacteria	Odoribacter splanchnicus strain An45 An45_contig_31, whole genome shotgun sequence	False	False
ISR0049_000000007425	3841	0.5027485736442205	4	4	4	4	4	False	45580	maximal	True	ISR0049_000000007425	1.0		4	1	False	False	0.9971361756324768	0					non-mobilizable	no_good_hit	1243.0	70.072	32.0	0.000370833617598678	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	True	False
FIJ0066_000000007968	3867	0.5027484536157475	6	6	5	4	5	False	45369	fragment	False	FIJ0066_000000007968	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3515.0	99.744	100.0	0.03067875991751424	CP041645.1	enterobacteria	Klebsiella pneumoniae strain NKU_Kleb8A7 plasmid pKleb8A7, complete sequence	False	True
CAN0015_000000024998	1396	0.5027461502427506	2	2	2	2	1	True	113473	backbone	False	FIJ0063_000000016502	0.09670292748977782	PS730	0	0	False	True	0.9914039969444275	0					non-mobilizable	chromosome	1398.0	89.557	100.0	0.0004695488325736964	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
CHI0035_000000001693	5799	0.5027459517412991	8	4	2	4	1	True	88127	maximal	True	CHI0035_000000001693	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	374.0	91.979	6.0	0.0024626801618898592	NZ_FNHC01000008.1	CFB group bacteria	Prevotella bryantii strain FB3001, whole genome shotgun sequence	True	True
DEN0082_000000013712	2871	0.5027414551030387	6	4	3	4	3	False	69285	maximal	True	DEN0082_000000013712	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0059_000000016890	1128	0.5027405519760768	2	1	1	1	1	False	29958	fragment	False	ISR0250_000000010504	0.6392993979200875		0	0	False	False	0.993794322013855	0					non-mobilizable	chromosome	1128.0	99.645	100.0	0.00032669649547712327	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ENG0208_000000019375	1576	0.5027396713818153	2	2	2	1	1	False	126057	fragment	False	SPA0047_000000021631	0.8479854169345188		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	99.492	100.0	0.0035605647073745817	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0034_000000030949	1102	0.5027396713818153	2	2	2	1	1	False	7130	fragment	False	SPA0034_000000030949	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	99.456	100.0	0.0024937542893253275	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
AUS0024_000000023770	1351	0.5027396664943391	3	1	1	1	1	False	98829	maximal	True	AUS0024_000000023770	1.0		18	8	False	False	1.0	0					non-mobilizable	no_good_hit	1016.0	78.15	74.0	0.0003905630636932576	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ISR0275_000000001200	10069	0.5027391310458948	11	6	3	4	4	False	132500	maximal	True	ISR0275_000000001200	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	1728.0	99.884	32.0	0.27958555933300955	MK233418.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.O12_c1 sequence	True	False
CAN0004_000000026189	1122	0.5027390443462468	2	2	2	2	1	False	95986	maximal	True	CAN0004_000000026189	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	67.0	91.045	13.0	1.1243540802031172e-05	LN899822.1	b-proteobacteria	Ralstonia solanacearum genome assembly 9 genomes, chromosome : IV	True	False
ISR0208_000000016797	1640	0.5027386643014621	2	2	2	2	1	False	81609	fragment	False	ISR0329_000000009253	0.9611338288296577		0	0	False	False	1.0	0					non-mobilizable	other	1640.0	99.024	100.0	0.02574857825117039	NZ_QRYH01000011.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf11, whole genome shotgun sequence	False	False
MAD0003_000000005410	4958	0.5027378550701803	7	5	2	3	5	True	74261	fragment	False	MAD0003_000000005410	0.96741774291609		0	0	False	False	1.0	0					non-mobilizable	other	4496.0	95.99600000000001	100.0	0.10269714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0100_000000007586	4884	0.5027378550701803	7	5	2	3	5	True	74261	fragment	False	MAD0003_000000005410	0.9589030666695326		0	0	False	False	0.9991809725761414	0					non-mobilizable	other	4551.0	96.089	100.0	0.10395428571428571	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0047_000000007705	4768	0.5027378550701803	7	5	2	3	5	True	74261	fragment	False	MAD0003_000000005410	0.5638313347268571		0	0	False	False	1.0	0					non-mobilizable	other	4770.0	96.184	100.0	0.10896	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0045_000000007109	4751	0.5027378550701803	6	5	2	3	5	True	74261	fragment	False	MAD0003_000000005410	0.7645061393049541		0	0	False	False	1.0	0					non-mobilizable	other	4139.0	96.086	98.0	0.09453714285714286	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0021_000000002897	4735	0.5027378550701803	6	5	2	3	5	True	74261	fragment	False	MAD0003_000000005410	0.7659089986059643		0	0	False	False	0.9997888207435608	0					non-mobilizable	other	4140.0	96.06299999999999	98.0	0.09456	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
MAD0002_000000008105	3960	0.5027378550701803	6	5	2	3	5	True	74258	fragment	False	ISR0319_000000003631	0.9482635585156993		0	0	False	False	1.0	0					non-mobilizable	other	3961.0	96.213	100.0	0.09049142857142857	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	False	True
ENG0188_000000007588	3496	0.5027373249010949	5	5	4	4	4	False	58704	fragment	False	ENG0188_000000007588	1.0		0	0	False	False	0.9991418719291687	0					non-mobilizable	other	3497.0	98.055	100.0	0.0007328586577535285	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ENG0079_000000004876	6297	0.5027351952548614	8	5	5	4	3	False	61859	maximal	True	ENG0079_000000004876	1.0		73	10	False	False	1.0	0					non-mobilizable	chromosome	6299.0	98.603	100.0	0.002221683503964696	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0028_000000008119	2329	0.5027328801150374	2	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8659558987675807	PS871	0	0	True	True	1.0	1					non-mobilizable	other	2309.0	95.01899999999999	99.0	0.9991338241663058	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
CHI0032_000000001766	3255	0.5027281509792928	4	3	2	2	2	False	88462	maximal	True	CHI0032_000000001766	1.0		41	6	False	False	0.9996927976608276	0					non-mobilizable	other	3256.0	98.03399999999999	100.0	0.029737534727299314	NZ_LFQU01000011.1	CFB group bacteria	Prevotella rara strain 109 contig00011, whole genome shotgun sequence	False	False
ENG0189_000000007206	2214	0.5027276807289458	3	3	3	3	3	False	63451	fragment	False	ISR0196_000000009151	0.9180722132211211		0	0	False	False	0.9923216104507446	0					non-mobilizable	other	2213.0	98.19200000000001	100.0	0.000621642721805889	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
MAD0089_000000017230	1573	0.5027259211748899	2	2	2	2	2	False	18018	maximal	False	MAD0105_000000024533	0.9732277319617507		0	0	False	False	0.9980928301811218	0					non-mobilizable	chromosome	1562.0	99.936	99.0	0.00030460396898386187	CP057347.1	enterobacteria	Escherichia coli strain RHB29-C09 chromosome, complete genome	False	False
SPA0142_000000004405	6386	0.5027199984647921	5	4	4	3	4	False	84418	maximal	True	SPA0142_000000004405	1.0		46	7	False	False	0.998120903968811	0					non-mobilizable	no_good_hit	3217.0	93.19200000000001	84.0	0.0013762841356374492	NZ_FNVV01000014.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
ISR0069_000000011813	2084	0.5027193337149637	4	3	3	2	2	False	37849	fragment	False	ISR0069_000000011813	0.9904937610490173		0	0	False	False	0.9937620162963867	0					non-mobilizable	other	2084.0	99.904	100.0	0.05296750241570462	NZ_JAAITU010000038.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_38_length_39326_cov_192.594, whole genome shotgun sequence	False	False
ISR0836_000000010669	1882	0.5027193337149637	4	3	3	2	2	False	37849	fragment	False	ISR0069_000000011813	0.6484280006948063		0	0	False	False	1.0	0					non-mobilizable	other	1869.0	98.71600000000001	99.0	0.04750038142704572	NZ_JAAITU010000038.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_38_length_39326_cov_192.594, whole genome shotgun sequence	False	False
ENG0114_000000004307	4186	0.502718435875486	7	5	5	3	3	False	59587	maximal	True	ENG0114_000000004307	1.0		108	8	False	False	1.0	0					non-mobilizable	no_good_hit	1675.0	91.522	40.0	0.00048468193472737367	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
AST0111_000000003893	5131	0.50271813765031	8	6	4	3	3	False	108491	maximal	True	AST0111_000000003893	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2101.0	93.337	46.0	0.0005911542342832227	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
CHI0067_000000005422	2069	0.5027176129098779	4	4	2	3	3	False	85183	fragment	False	CHI0067_000000005422	1.0		0	0	False	False	0.9995166659355164	0					non-mobilizable	chromosome	2068.0	100.0	99.0	0.0003775659000453189	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	False
USA0021_01_000000004971	3701	0.5027174167096827	5	5	3	3	4	False	112810	maximal	True	USA0021_01_000000004971	1.0	PS721|PS725	1	1	False	True	0.9994596242904663	0					non-mobilizable	no_good_hit	2298.0	74.195	61.0	0.2765386959171237	NZ_FQZY01000114.1	firmicutes	Hespellia stercorisuis DSM 15480, whole genome shotgun sequence	True	True
USA0053_01_000000004029	5508	0.5027122908187027	5	5	5	5	5	False	91603	maximal	True	USA0053_01_000000004029	1.0		61	7	False	False	0.9931009411811829	0					non-mobilizable	no_good_hit	569.0	75.22	10.0	0.0063478054244882716	NZ_SLUN01000026.1	firmicutes	Hydrogenispora ethanolica strain LX-B Ga0244694_1026, whole genome shotgun sequence	True	False
ISR0822_000000008492	1141	0.5027114408150164	2	2	2	1	0	False	21180	maximal	True	ISR0822_000000008492	1.0		1	1	False	False	0.997370719909668	0					non-mobilizable	no_good_hit								True	False
ISR0004_000000004373	3841	0.5027107209131328	4	4	4	4	4	False	109350	fragment	False	CAN0002_000000003784	0.5932886427656512		0	0	False	False	0.9979172348976135	0					non-mobilizable	no_good_hit	1123.0	79.074	29.0	0.00030591891582783644	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0082_000000008081	3639	0.5027107209131328	4	4	4	4	4	False	107167	fragment	False	MON0082_000000008081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1120.0	78.839	31.0	0.00030508001569302517	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0068_000000005989	3350	0.5027043885727704	3	2	1	2	1	False	35033	maximal	True	ISR0068_000000005989	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1049.0	88.084	47.0	0.00020278165296680017	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
ISR0208_000000025549	1099	0.5027009102870511	2	1	1	1	1	False	28484	fragment	False	ISR0208_000000025549	1.0		0	0	False	False	0.993630588054657	0					non-mobilizable	no_good_hit	47.0	93.617	4.0	3.8016998782592015e-05	NZ_HE978531.1	firmicutes	Anaerococcus obesiensis ph10, whole genome shotgun sequence	True	False
ISR0819_000000002537	8315	0.5026980707660422	7	4	4	3	4	False	64622	maximal	True	ISR0819_000000002537	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	1940.0	75.67	23.0	0.0008874698391714612	NZ_CP053844.1	e-proteobacteria	Campylobacter geochelonis strain LMG 29375 chromosome, complete genome	True	False
ISR0036_000000005576	2129	0.5026970586633212	2	2	1	2	1	False	36757	fragment	False	ISR0036_000000005576	1.0		0	0	False	False	0.9976514577865601	0					non-mobilizable	chromosome	2129.0	97.323	100.0	0.00039082357988522127	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
SPA0103_000000005648	2783	0.502693829814717	3	2	2	2	2	False	4873	maximal	True	SPA0103_000000005648	1.0		0	0	False	False	0.9953287839889526	0					non-mobilizable	no_good_hit	1929.0	94.868	69.0	0.018051726401470396	NZ_CAPH01000023.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
ISR0850_000000002400	5763	0.5026901122128987	7	5	2	3	5	False	102111	fragment	False	USA0023_01_000000005596	0.981340814193694		0	0	False	False	0.9998264908790588	0					non-mobilizable	no_good_hit	3575.0	99.161	62.0	0.0017850059500198333	NZ_UFSX01000002.1	CFB group bacteria	Bacteroides eggerthii strain NCTC11155, whole genome shotgun sequence	True	False
ENG0107_000000005829	4391	0.5026877591661953	6	6	6	6	4	False	63645	fragment	False	ENG0107_000000005829	0.9806397306397306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2945.0	76.808	66.0	0.0009925303182711602	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
DEN0089_000000002334	7519	0.5026875459650302	10	8	3	3	6	True	129080	fragment	False	DEN0089_000000002334	0.9979908549258695		0	0	False	False	0.9977390766143799	0					non-mobilizable	other	7517.0	99.93299999999999	99.0	0.001996908578256894	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
DEN0063_000000005085	7217	0.5026875459650302	10	8	3	3	6	True	129080	fragment	False	DEN0089_000000002334	0.977989094294454		0	0	False	False	0.9973673224449158	0					non-mobilizable	other	7203.0	99.875	99.0	0.001913471546510698	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	True
ISR0848_000000009908	1779	0.5026869805533859	2	2	2	2	2	False	42948	maximal	True	ISR0848_000000009908	0.9849206520499706		378	13	False	False	1.0	0					non-mobilizable	other	1779.0	99.775	100.0	0.04618781659955838	GU942954.1		Uncultured organism clone 26 genomic sequence	False	False
SPA0051_000000009898	2559	0.5026855902819333	4	3	3	2	2	False	128217	fragment	False	SPA0096_000000013995	0.6926269934961412		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1217.0	99.26	51.0	0.22418879056047197	NZ_CYZN01000054.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
MON0049_000000012984	1678	0.5026847917174192	2	2	1	2	1	True	13345	fragment	False	MON0016_000000020754	0.963323782234957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00020121923954032582	NZ_JACAOZ010000013.1	g-proteobacteria	Pseudomonas edaphica strain B7002 run0228_B7002_S27_L005_contig_13, whole genome shotgun sequence	True	True
ENG0142_000000028303	1223	0.5026806269575252	2	2	2	2	2	False	61137	backbone	False	ENG0091_000000022026	0.9534909481861178	PS269	0	0	True	True	0.9991823434829712	23					non-mobilizable	no_good_hit	50.0	88.0	8.0	3.133904044974721e-05	CP029984.1	high GC Gram+	Gardnerella vaginalis strain UGent 06.41 chromosome	True	True
DEN0045_000000003753	7977	0.5026800180355179	8	5	4	3	4	False	72980	maximal	False	ISR0781_000000002756	0.987044086945843		0	0	False	False	0.9998746514320374	0					non-mobilizable	no_good_hit	2338.0	89.564	40.0	0.0006570511420771663	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ISR0361_000000004230	2888	0.5026798703558886	3	1	1	1	1	False	23764	maximal	True	ISR0361_000000004230	1.0		17	4	False	False	0.9986149668693542	0					non-mobilizable	no_good_hit	2015.0	98.71	70.0	0.0007106846532695199	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0381_000000008829	1924	0.5026798703558886	2	1	1	1	1	False	35640	fragment	False	ISR0056_000000010221	0.9519185220274751		0	0	False	False	1.0	0					non-mobilizable	other	1926.0	94.289	100.0	0.08718740071710616	NZ_JAAIUL010000033.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_33_length_22033_cov_360.854, whole genome shotgun sequence	False	False
CHI0039_000000007950	1585	0.5026798703558886	1	1	1	1	1	False	87769	maximal	True	CHI0039_000000007950	1.0		118	7	False	False	0.9646687507629395	0					non-mobilizable	no_good_hit	1263.0	89.70700000000001	79.0	0.005994700337382894	NZ_JAAIPW010000005.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_5_length_207183_cov_250.881, whole genome shotgun sequence	True	False
FIJ0116_000000014727	1151	0.5026798703558886	1	1	1	1	1	False	41633	fragment	False	FIJ0116_000000014727	1.0		0	0	False	False	0.9947871565818787	0					non-mobilizable	no_good_hit	57.0	87.719	5.0	4.213066826763206e-05	CP019865.1	GNS bacteria	Dehalococcoides mccartyi strain KBTCE2, complete genome	True	False
ISR0287_000000012824	1147	0.5026798703558886	2	1	1	1	1	False	25984	fragment	False	ISR0287_000000012824	1.0		0	0	False	False	0.976460337638855	0					non-mobilizable	other	1147.0	93.54799999999999	100.0	0.005352338962785832	NZ_CYZN01000004.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0033_000000008529	3538	0.5026774802088751	5	4	3	3	2	False	7210	fragment	False	SPA0033_000000008529	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3538.0	99.096	100.0	0.020615612377527407	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
TAN0007_000000013989	2692	0.5026749532603361	3	3	3	3	3	False	2837	maximal	True	TAN0007_000000013989	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	279.0	75.986	15.0	7.231298743883965e-05	NZ_CP021422.1	firmicutes	Acutalibacter muris strain KB18 chromosome	True	False
ISR0178_000000007196	2314	0.5026709127096273	4	3	2	1	2	False	91261	maximal	False	ENG0102_000000012298	0.976201723453365		0	0	False	False	0.9978392124176025	0					non-mobilizable	other	2314.0	99.09200000000001	100.0	0.0006248615962658638	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0102_000000012298	2286	0.5026709127096273	3	3	2	1	2	False	91261	maximal	True	ENG0102_000000012298	0.9799269187573744		804	15	False	False	1.0	0					non-mobilizable	other	2286.0	99.694	100.0	0.0006831191249139374	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
SPA0037_000000011302	2191	0.5026709127096273	3	3	2	1	2	False	91261	maximal	False	ENG0102_000000012298	0.9548497449054824		0	0	False	False	1.0	0					non-mobilizable	other	2191.0	99.133	100.0	0.0005921449138131726	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0169_000000000709	16586	0.502669659521518	25	7	2	7	1	False	78060	maximal	True	CHI0169_000000000709	1.0		1	1	False	False	0.9983118176460266	0					non-mobilizable	no_good_hit	126.0	95.238	1.0	3.3798225674267845e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
AUS0016_000000019450	1463	0.5026690474977441	2	1	1	1	1	False	100130	fragment	False	AUS0016_000000019450	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	66.0	86.36399999999999	5.0	6.720881779689495e-05	NZ_SWCO01000001.1	g-proteobacteria	Alteromonas portus strain HB161718 Contig_1, whole genome shotgun sequence	True	False
FIJ0034_000000012221	2273	0.5026689983689102	2	1	1	1	1	False	48142	maximal	True	FIJ0034_000000012221	1.0		20	3	False	False	0.9978002905845642	0					non-mobilizable	no_good_hit	1016.0	93.012	45.0	0.0002744415924750549	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0066_000000017414	1951	0.5026689267405129	3	3	3	3	3	False	10641	maximal	True	MON0066_000000017414	1.0		237	10	False	False	0.9958995580673218	0					non-mobilizable	no_good_hit	1687.0	99.822	86.0	0.0007110602769086338	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	True	False
SPA0098_000000033361	1169	0.5026683691774682	2	2	2	2	1	False	5032	maximal	True	SPA0098_000000033361	1.0		1	1	False	False	0.9914456605911255	0					non-mobilizable	no_good_hit	141.0	97.87200000000001	12.0	0.000396632027469601	NZ_CABJDZ010000004.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ISR0046_000000009344	3172	0.5026668532182773	4	3	2	2	3	True	75416	fragment	False	ISR0046_000000009344	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3177.0	93.012	100.0	0.0005538406220190485	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
FIJ0095_000000014876	1832	0.5026664818075515	3	3	3	2	1	False	91010	maximal	False	CHI0061_000000003955	0.9501752227720281		0	0	False	False	1.0	0					non-mobilizable	chromosome	1832.0	96.67	100.0	0.0006457561645894843	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
FIJ0023_000000013879	2341	0.5026661226844287	3	3	3	3	2	True	65851	fragment	False	FIJ0023_000000013879	1.0		0	0	False	False	0.9987185001373291	0					non-mobilizable	no_good_hit	77.0	90.90899999999999	3.0	0.0015876000083557896	FJ872410.1	firmicutes	Enterococcus faecalis strain N03-0233 VanG2 mobile element, complete sequence	True	True
ISR0808_000000007818	2059	0.5026652629662638	3	2	2	2	1	False	21748	fragment	False	ISR0808_000000007818	1.0		0	0	False	False	0.9980573058128357	0					non-mobilizable	other	2059.0	100.0	100.0	0.041121345934821266	NZ_VJZV01000035.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold35_1, whole genome shotgun sequence	False	False
ISR0025_000000034541	1152	0.5026586887758471	2	2	2	1	2	False	99065	maximal	False	AUS0022_000000029221	0.9755364806866953		0	0	False	False	1.0	0					non-mobilizable	other	1152.0	94.444	100.0	0.005699374108699097	NZ_JAAITI010000003.1	firmicutes	Blautia luti strain MSK.16.34 NODE_3_length_201952_cov_252.122, whole genome shotgun sequence	False	False
MON0064_000000014397	1916	0.5026564270749168	3	3	3	1	2	False	18854	maximal	True	MON0064_000000014397	1.0		49	9	False	False	0.9707724452018738	0					non-mobilizable	no_good_hit	751.0	83.48899999999999	39.0	0.008723060282161924	NZ_JH379474.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1475, whole genome shotgun sequence	True	False
SPA0029_000000004347	5394	0.5026552597763246	5	4	3	3	2	False	7399	maximal	True	SPA0029_000000004347	1.0		8	3	False	False	1.0	0					non-mobilizable	no_good_hit	220.0	73.182	4.0	0.0005139759205801592	NZ_QJKD01000005.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_105, whole genome shotgun sequence	True	False
ISR0126_000000012787	3822	0.5026550805010696	4	4	3	3	4	False	32000	maximal	True	ISR0126_000000012787	1.0		246	11	False	False	0.9858712553977966	0					non-mobilizable	other	3822.0	99.05799999999999	100.0	0.0011568005423240877	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	False	False
MON0071_000000003874	3048	0.5026534883826279	5	2	1	2	1	True	118216	fragment	False	MON0071_000000003874	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2953.0	99.39	100.0	0.0005247544746340228	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	True
MAD0016_000000006136	1128	0.5026468398748282	2	1	0	1	1	False	19392	fragment	False	MAD0016_000000006136	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1128.0	99.823	100.0	0.05606686234515696	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	False	False
ENG0047_000000006494	2754	0.502643913051793	5	1	1	1	1	True	64344	fragment	False	ENG0047_000000006494	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	86.667	2.0	0.00035933806146572103	NZ_BDAQ01000005.1	firmicutes	Parageobacillus toebii NBRC 107807, whole genome shotgun sequence	True	True
MON0068_000000021529	1970	0.5026431250469207	4	4	4	4	3	False	112925	fragment	False	MON0068_000000021529	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	97.022	96.0	0.000299317086571316	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0044_000000006683	2235	0.502642824627877	2	1	1	1	1	False	87258	maximal	True	CHI0044_000000006683	0.9971830985915493		118	9	False	False	1.0	0					non-mobilizable	other	2264.0	76.325	99.0	0.00952972508444868	NZ_FRCJ01000007.1	CFB group bacteria	Prevotella ruminicola strain BPI-34, whole genome shotgun sequence	False	False
MON0039_000000012771	3541	0.5026427636938623	4	4	2	4	2	False	11952	maximal	True	MON0039_000000012771	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	81.33	11.0	0.00012180214157195446	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	True	False
CHI0093_000000000483	9216	0.5026342977091857	7	4	4	3	3	False	83605	maximal	True	CHI0093_000000000483	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1659.0	79.325	22.0	0.0004369480962747641	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0102_000000012648	2505	0.5026336867350918	4	2	2	2	1	False	42632	maximal	True	FIJ0102_000000012648	1.0		7	3	False	False	1.0	0					non-mobilizable	other	2407.0	80.266	95.0	0.03127254601025802	NZ_FUWW01000009.1	firmicutes	Eubacterium coprostanoligenes strain ATCC 51222, whole genome shotgun sequence	False	False
AST0116_000000008354	3207	0.5026321385618674	3	3	3	3	3	False	106263	maximal	True	AST0116_000000008354	1.0		39	6	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0008_000000010038	2976	0.5026293361974293	3	3	3	2	3	False	8176	maximal	True	SPA0008_000000010038	1.0		172	13	False	False	0.9946236610412598	0					non-mobilizable	other	2904.0	97.211	98.0	0.0008745028113545349	NZ_UFTB01000001.1	CFB group bacteria	Bacteroides pyogenes strain NCTC11853, whole genome shotgun sequence	False	False
MAD0043_000000005711	4004	0.5026269510698929	3	2	2	2	2	False	47138	maximal	False	FIJ0150_000000005295	0.94594210702562		0	0	False	False	0.9997502565383911	0					non-mobilizable	other	4025.0	85.118	100.0	0.07753679318357862	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
MAD0054_000000002871	4333	0.5026251986391828	5	5	5	5	4	False	95740	fragment	False	MAD0054_000000002871	0.9770422058543222		0	0	False	False	0.9969997406005859	0					non-mobilizable	chromosome	4327.0	99.63	99.0	0.0012043010752688173	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0392_000000011918	2715	0.5026236184436758	3	2	2	1	2	False	65685	maximal	True	ISR0392_000000011918	1.0		733	15	False	False	1.0	0					non-mobilizable	chromosome	1921.0	95.471	93.0	0.0005363368195226602	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
SPA0015_000000006628	3096	0.5026203804334671	4	4	4	2	3	False	90628	fragment	False	SPA0015_000000006628	0.9931626928471249		0	0	False	False	1.0	0					non-mobilizable	other	2892.0	99.723	93.0	0.006027412111533185	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0778_000000004487	2852	0.5026203804334671	4	4	4	2	3	False	90628	fragment	False	SPA0015_000000006628	0.9542958656330749		0	0	False	False	1.0	0					non-mobilizable	other	2852.0	100.0	100.0	0.005944016579031861	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0215_000000010584	2747	0.5026203804334671	4	4	4	2	3	False	90627	fragment	False	ISR0215_000000010584	0.9829074552642273		0	0	False	False	0.9996359944343567	0					non-mobilizable	other	2566.0	99.68799999999999	96.0	0.005347738521647396	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0219_000000012454	2673	0.5026203804334671	4	4	4	2	3	False	90627	fragment	False	ISR0215_000000010584	0.9725225181638577		0	0	False	False	1.0	0					non-mobilizable	other	2492.0	99.59899999999999	96.0	0.005193456786519946	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0385_000000008533	2547	0.5026203804334671	4	4	4	2	3	False	90627	fragment	False	ISR0215_000000010584	0.6291938747245797		0	0	False	False	0.9901845455169678	0					non-mobilizable	other	2547.0	100.0	100.0	0.005308125643709267	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
CHI0113_000000002951	2538	0.5026203804334671	4	4	4	2	3	False	90627	fragment	False	ISR0215_000000010584	0.953556391411683		0	0	False	False	1.0	0					non-mobilizable	other	2538.0	100.0	100.0	0.005289361648896469	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	False
ISR0223_000000022363	1421	0.5026189674665169	2	2	2	2	2	False	27793	maximal	True	ISR0223_000000022363	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0009_01_000000013560	1847	0.5026128133630784	3	3	3	3	3	False	106199	fragment	False	AST0116_000000014567	0.9859913793103449		0	0	False	False	0.9983757734298706	0					non-mobilizable	other	1847.0	96.535	100.0	0.004061284474717074	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0031_000000015460	2063	0.502612551498869	3	2	2	2	2	False	50540	fragment	False	SPA0031_000000015460	1.0		0	0	False	False	0.9956374168395996	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	0.00043881999886756127	NZ_LZZM01000152.1	firmicutes	Clostridium puniceum strain DSM 2619 CLPUN_contig000152, whole genome shotgun sequence	True	False
DEN0096_000000032705	1392	0.5026106091546293	3	3	3	2	1	False	68143	maximal	True	DEN0096_000000032705	0.9847597716293368		84	10	False	False	0.9741379022598267	0					non-mobilizable	no_good_hit	58.0	84.48299999999999	4.0	1.7090911053501748e-05	CP023548.1	a-proteobacteria	Rhodobacter sp. CZR27 chromosome, complete genome	True	False
SPA0062_000000023015	1380	0.5026106091546293	3	3	3	2	1	False	68143	maximal	False	DEN0096_000000032705	0.9836543016370602		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	84.48299999999999	4.0	1.7090911053501748e-05	CP023548.1	a-proteobacteria	Rhodobacter sp. CZR27 chromosome, complete genome	True	False
SPA0072_000000014630	1375	0.5026106091546293	3	3	3	2	1	False	68143	maximal	False	DEN0096_000000032705	0.9834207896051974		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	58.0	84.48299999999999	4.0	1.7090911053501748e-05	CP023548.1	a-proteobacteria	Rhodobacter sp. CZR27 chromosome, complete genome	True	False
DEN0082_000000020500	1996	0.5026094630288901	4	4	1	4	1	False	69238	fragment	False	DEN0082_000000020500	1.0		0	0	False	False	0.9984970092773438	0					non-mobilizable	chromosome	1138.0	89.19200000000001	99.0	0.00028352395502153954	CP033216.1	firmicutes	Clostridioides difficile strain CD21062 chromosome, complete genome	False	False
AST0149_000000003000	8822	0.502609216941324	15	2	2	2	2	False	104563	maximal	True	AST0149_000000003000	1.0		15	6	False	False	0.9996599555015564	0					non-mobilizable	no_good_hit	2116.0	97.353	39.0	0.0006089848151148015	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
CHI0141_000000005111	5371	0.502609216941324	8	2	2	2	2	False	84550	fragment	False	CHI0141_000000005111	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2241.0	97.367	64.0	0.0006449768254643761	NZ_ABJL02000008.1	CFB group bacteria	Bacteroides intestinalis DSM 17393 B_intestinalis-2.0.1_Cont607, whole genome shotgun sequence	True	False
ENG0064_000000005534	4104	0.502609216941324	5	2	2	2	2	False	63000	maximal	True	ENG0064_000000005534	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1085.0	90.78299999999999	54.0	0.00017366689372421505	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	True	False
FIJ0087_000000011355	2805	0.5026088876102687	4	3	2	3	2	False	129929	fragment	False	FIJ0087_000000011355	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1314.0	99.46700000000001	47.0	0.018309348505131638	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0008_000000010703	2705	0.5026087058645191	4	3	2	3	1	False	95030	fragment	False	CAN0008_000000010703	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	254.0	79.921	9.0	7.053902494271163e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
CAN0009_000000014626	1841	0.5026087058645191	4	3	2	3	1	False	94773	fragment	False	ISR0016_000000012180	0.9284421804067432		0	0	False	False	0.9918522834777832	0					non-mobilizable	no_good_hit	333.0	76.27600000000001	18.0	7.443688159694035e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0095_000000004268	4885	0.5026072932848388	6	2	1	2	0	True	5221	maximal	True	SPA0095_000000004268	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0039_000000022656	2111	0.5026063333293073	3	3	3	3	3	False	74950	maximal	False	FIJ0043_000000011855	0.9400211454192361		0	0	False	False	0.9763145446777344	0					non-mobilizable	no_good_hit	580.0	72.759	26.0	0.004663191497959349	NZ_AAXG02000002.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont13.1, whole genome shotgun sequence	True	False
ISR0281_000000011721	1544	0.5026051080141836	1	1	1	1	1	False	26173	fragment	False	ISR0281_000000011721	1.0		0	0	False	False	0.9954662919044495	0					non-mobilizable	other	1543.0	99.935	99.0	0.00029865263502846785	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
DEN0073_000000019485	2629	0.5026026491512899	4	3	2	2	2	False	70176	maximal	True	DEN0073_000000019485	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	824.0	82.88799999999999	30.0	0.00015526407195097318	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
FIJ0122_000000003307	5313	0.5025977970245398	11	2	1	2	1	False	41443	maximal	True	FIJ0122_000000003307	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	758.0	84.037	14.0	0.00021152942543531346	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
MAD0060_000000005936	2739	0.5025976724012019	3	2	2	2	1	False	16864	maximal	True	MAD0060_000000005936	1.0		27	5	False	False	0.9992697834968567	0					non-mobilizable	no_good_hit	206.0	75.243	7.0	0.001094250358045154	NZ_FOVN01000006.1	CFB group bacteria	Bizionia echini strain DSM 23925, whole genome shotgun sequence	True	False
ISR0305_000000006235	2719	0.5025963370524874	4	3	3	3	3	False	128217	fragment	False	SPA0096_000000013995	0.917883897788277		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	85.307	52.0	0.0008045117341472782	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	True	False
CHI0179_000000017134	1313	0.5025960204342598	1	1	1	1	1	False	77510	maximal	True	CHI0179_000000017134	1.0		10	5	False	False	0.9801980257034302	0					non-mobilizable	other	1313.0	99.162	100.0	0.0006223100033487108	CP015282.1	firmicutes	Streptococcus salivarius strain ATCC 27945, complete genome	False	False
FIJ0087_000000025417	1268	0.5025900577873404	2	2	2	2	2	False	127813	fragment	False	ENG0034_000000009950	0.505169178813369		0	0	False	False	1.0	0					non-mobilizable	chromosome	1277.0	92.48200000000001	100.0	0.00045026495410720326	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0070_000000020423	1284	0.5025855636844421	2	2	2	2	1	False	62316	fragment	False	ISR0396_000000016748	0.9699700330313304		0	0	False	False	1.0	0					non-mobilizable	chromosome	1284.0	99.92200000000001	100.0	0.00018109119939114965	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0092_000000051032	1070	0.5025848626312985	2	2	2	2	2	False	9504	maximal	False	MON0090_000000056092	0.9652697572883397		0	0	False	False	0.9990653991699219	0					non-mobilizable	chromosome	1070.0	98.411	100.0	0.00037722040434216326	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ENG0039_000000010310	2448	0.5025823298879534	4	3	2	2	2	False	123111	fragment	False	ENG0039_000000010310	1.0		0	0	False	False	0.998774528503418	0					non-mobilizable	other	2448.0	96.36399999999999	100.0	0.0008501250694830461	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0329_000000003214	3698	0.5025808318613284	5	4	4	4	3	False	24714	fragment	False	ISR0329_000000003214	1.0		0	0	False	False	0.9837750196456909	0					non-mobilizable	no_good_hit	92.0	83.696	2.0	0.00642798415427162	NZ_NOJY02000062.1	firmicutes	Romboutsia weinsteinii strain CCRI-19649 CCRI-19649_NODE_62_length_13379_cov_229.853, whole genome shotgun sequence	True	False
ENG0198_000000006453	2930	0.5025785725378743	5	5	3	3	3	False	111355	fragment	False	ENG0198_000000006453	1.0		0	0	False	False	0.9996587038040161	0					non-mobilizable	other	2352.0	99.36200000000001	97.0	0.01670384948772967	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	False	False
ISR0825_000000018456	1306	0.5025780773679364	2	1	1	1	1	False	21120	fragment	False	ISR0825_000000018456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0087_000000000092	18518	0.5025748160723387	15	14	6	8	12	True	97589	maximal	True	CHI0087_000000000092	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6490.0	82.82	35.0	0.041501165979038	NZ_AWEY01000038.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00008, whole genome shotgun sequence	True	True
MAD0112_000000014058	2030	0.5025746575447995	3	3	2	3	3	False	14450	fragment	False	MAD0112_000000014058	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1015.0	79.113	49.0	0.0002471393255303014	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0042_000000008967	1287	0.5025713798824263	2	2	1	2	1	False	109129	fragment	False	SPA0009_000000025198	0.5251821381055183		0	0	False	False	1.0	0					non-mobilizable	other	1287.0	99.456	100.0	0.021268502439427767	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0112_000000031343	1260	0.5025713798824263	2	2	1	2	1	False	109129	fragment	False	SPA0009_000000025198	0.43814363642016135		0	0	False	False	0.9968253970146179	0					non-mobilizable	other	1260.0	99.603	100.0	0.020821963119159844	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
USA0044_01_000000002021	14663	0.5025674603534704	18	13	10	12	8	True	125396	maximal	True	USA0044_01_000000002021	1.0		30	7	False	False	0.9989088177680969	0					non-mobilizable	no_good_hit	7152.0	98.029	76.0	0.0020404190779326494	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	True
DEN0035_000000016960	1978	0.5025669454848495	3	2	2	1	1	False	76268	fragment	False	DEN0035_000000016960	1.0		0	0	False	False	0.9974721670150757	0					non-mobilizable	no_good_hit	442.0	73.756	22.0	0.0006260235845390883	NZ_MUHU01000002.1	b-proteobacteria	Derxia lacustris strain HL-12 isolate fresh water ctg_2, whole genome shotgun sequence	True	False
CAN0009_000000022807	1265	0.5025656580210883	2	2	2	2	2	True	94695	maximal	True	CAN0009_000000022807	1.0		1	1	False	False	0.955731213092804	0					non-mobilizable	no_good_hit								True	True
ENG0016_000000018527	1218	0.5025653615805278	2	2	1	2	1	False	66725	fragment	False	ENG0016_000000018527	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	100.0	3.0	0.0002608518443040554	NZ_OFSM01000018.1	firmicutes	Acetatifactor muris isolate GP69, whole genome shotgun sequence	True	False
SPA0073_000000003358	4031	0.5025651017049093	4	4	4	4	3	False	98962	fragment	False	CHI0121_000000002037	0.9945271151811517		0	0	False	False	1.0	0					non-mobilizable	other	2823.0	98.902	100.0	0.0004925742941499384	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	False
FIJ0003_000000014833	1583	0.5025650956960734	3	2	2	2	1	False	52176	maximal	True	FIJ0003_000000014833	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1402.0	79.387	88.0	0.0009370188509317608	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	False
ISR0790_000000006766	2390	0.5025647795913538	4	3	2	2	2	True	48009	maximal	True	ISR0790_000000006766	1.0		0	0	False	False	0.9991631507873535	0					non-mobilizable	no_good_hit	1376.0	93.459	70.0	0.11068979427188383	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
USA0056_01_000000013391	1270	0.5025634123356361	2	2	2	2	1	False	1008	fragment	False	USA0056_01_000000013391	1.0		0	0	False	False	0.9992126226425171	0					non-mobilizable	no_good_hit	334.0	76.048	26.0	0.0026313078075341	NZ_CABJCG010000018.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
USA0033_01_000000002335	4378	0.5025622957859774	5	4	4	3	3	False	1486	maximal	True	USA0033_01_000000002335	1.0		125	9	False	False	0.9888076782226562	0					non-mobilizable	other	4381.0	96.964	100.0	0.021363685150311746	NZ_VJZV01000010.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold10_1, whole genome shotgun sequence	False	False
ENG0200_000000007276	2761	0.5025605696451698	3	2	1	2	1	False	54212	fragment	False	ENG0200_000000007276	1.0		0	0	False	False	0.997826874256134	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	6.830392370092228e-05	NZ_OLMR01000002.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ISR0212_000000014014	2498	0.5025605696451698	2	2	1	2	1	False	28362	fragment	False	ISR0212_000000014014	0.9781454248366013		0	0	False	False	0.9811849594116211	0					non-mobilizable	no_good_hit								True	False
USA0059_01_000000010785	2448	0.5025605696451698	2	2	1	2	1	False	28362	fragment	False	ISR0212_000000014014	0.9685748598879104		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0061_01_000000004796	2291	0.5025605696451698	2	2	1	2	1	False	895	fragment	False	USA0061_01_000000004796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0194_000000011409	2194	0.5025605696451698	2	2	1	2	1	False	29042	maximal	True	ISR0194_000000011409	1.0		4	2	False	False	0.9986326098442078	0					non-mobilizable	no_good_hit								True	False
MON0076_000000041236	1173	0.5025597953310345	2	2	2	2	2	False	50421	fragment	False	MON0076_000000041236	0.9569939183318854		0	0	False	False	0.9914748668670654	0					non-mobilizable	other	1173.0	96.931	100.0	0.01614747661233656	NZ_CABKPS010000015.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
USA0113_01_000000011917	1522	0.5025589019963128	2	2	2	2	2	True	276	maximal	True	USA0113_01_000000011917	1.0		10	4	False	False	1.0	0					non-mobilizable	other	1522.0	95.26899999999999	100.0	0.005302885034428659	NZ_DS995479.1	actinobacteria	Collinsella stercoris DSM 13279 Scfld6, whole genome shotgun sequence	False	True
MAD0041_000000006410	4390	0.50255642941511	6	4	3	3	1	False	18289	maximal	True	MAD0041_000000006410	1.0		2	1	False	False	0.9961275458335876	0					non-mobilizable	no_good_hit	278.0	80.935	6.0	0.0012101653892698668	NZ_QSFS01000004.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf4, whole genome shotgun sequence	True	False
MAD0111_000000007240	2358	0.5025556192932041	3	2	1	2	1	False	17831	maximal	True	MAD0111_000000007240	1.0		29	7	False	False	1.0	0					non-mobilizable	chromosome	1466.0	95.02	99.0	0.00032581496024790426	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0065_000000013771	1991	0.5025524224655802	4	1	1	1	1	False	62846	maximal	True	ENG0065_000000013771	1.0		8	4	False	False	0.9994977116584778	0					non-mobilizable	no_good_hit	1245.0	75.582	66.0	0.000405329285338902	CP045651.1	CFB group bacteria	Alistipes sp. dk3624 chromosome, complete genome	True	False
DEN0079_000000025161	2281	0.5025492784771404	3	3	3	3	3	False	69562	maximal	True	DEN0079_000000025161	1.0		719	15	False	False	1.0	0					non-mobilizable	other	2281.0	99.73700000000001	100.0	0.011910794418643528	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
MON0052_000000016156	1732	0.5025478229489002	4	3	3	3	2	False	16417	maximal	True	MON0052_000000016156	1.0		25	10	False	False	0.9988452792167664	0					non-mobilizable	no_good_hit	1160.0	97.759	67.0	0.000324101841866849	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0051_000000012304	2355	0.5025440015483407	3	2	1	1	1	False	49342	fragment	False	MAD0051_000000012304	1.0		0	0	False	False	0.9995753765106201	0					non-mobilizable	no_good_hit	864.0	87.15299999999999	37.0	0.015874185112887188	NZ_SDIK01000011.1	CFB group bacteria	Prevotella brunnea strain A2672 A2672_contig_11__1..54302__consensus, whole genome shotgun sequence	True	False
ENG0092_000000010615	2101	0.5025367929211372	3	2	1	2	2	False	66517	fragment	False	ISR0233_000000006744	0.9452054794520548		0	0	False	False	1.0	0					non-mobilizable	other	2101.0	98.762	100.0	0.0006533064461435943	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0774_000000010296	2412	0.5025360961336832	6	5	3	1	4	False	110032	fragment	False	ISR0774_000000010296	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	608.0	83.882	59.0	0.001968117799369679	NZ_WKRD01000004.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold4_size305990, whole genome shotgun sequence	True	False
CHI0162_000000030119	1115	0.5025347315686285	2	2	2	2	1	True	78498	maximal	True	CHI0162_000000030119	1.0		144	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0106_000000016169	1187	0.5025343425395029	2	2	2	2	1	False	107355	maximal	True	AST0106_000000016169	1.0		244	11	False	False	0.978096067905426	0					non-mobilizable	no_good_hit	214.0	77.10300000000001	18.0	0.0007452365767844475	NZ_OKQO01000007.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
DEN0039_000000000650	11707	0.5025338172660009	14	14	2	6	10	False	73323	maximal	True	DEN0039_000000000650	1.0		9	4	False	False	1.0	0					non-mobilizable	virus	11718.0	93.096	100.0	0.40868624096637923	NC_013153.1	viruses	Lactococcus phage CB19, complete genome	False	False
FIJ0066_000000002272	11747	0.5025317077318803	13	9	8	7	5	True	45387	maximal	True	FIJ0066_000000002272	1.0		15	6	False	False	0.9999148845672607	0					non-mobilizable	other	7518.0	93.868	99.0	0.05242405421060345	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	False	True
MAD0100_000000019628	1831	0.5025315027292824	3	3	1	2	1	True	125809	fragment	False	ISR0825_000000011464	0.2596748124560888		0	0	False	False	0.9983615279197693	0					non-mobilizable	other	1831.0	99.399	100.0	0.0007105019171904192	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ISR0042_000000017952	1755	0.5025315027292824	3	3	1	2	1	True	125809	fragment	False	ISR0825_000000011464	0.23223863099542297		0	0	False	False	0.9834758043289185	0					non-mobilizable	other	1755.0	99.829	100.0	0.0006809947337442597	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	False	True
ENG0013_000000017224	1589	0.5025315027292824	3	3	1	2	1	True	125809	fragment	False	ISR0825_000000011464	0.21311573870622766		0	0	False	False	1.0	0					non-mobilizable	chromosome	1589.0	99.37100000000001	100.0	0.00044293366008523404	NZ_CP016757.1	bacteria	Cloacibacillus porcorum strain CL-84 (T) chromosome, complete genome	False	True
DEN0035_000000010623	2994	0.5025297393583106	4	3	2	3	1	False	116535	maximal	True	DEN0035_000000010623	1.0		221	11	False	False	1.0	0					non-mobilizable	no_good_hit	1340.0	98.73100000000001	78.0	0.00040030481761915194	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
SPA0109_000000014647	2164	0.5025295183717065	2	2	2	2	2	False	4660	maximal	True	SPA0109_000000014647	1.0		3	1	False	False	0.9893715381622314	0					non-mobilizable	no_good_hit	1016.0	89.665	54.0	0.0019991522332738583	NZ_LT635835.1	CFB group bacteria	Mediterranea massiliensis strain Marseille-P2645T, whole genome shotgun sequence	True	False
AST0060_000000004982	5487	0.5025276005511472	5	5	5	5	5	False	112526	maximal	True	AST0060_000000004982	1.0		34	8	False	False	0.9925277829170227	0					non-mobilizable	no_good_hit	516.0	72.67399999999999	9.0	0.0007420770854484235	NZ_JH126467.1	actinobacteria	Collinsella tanakaei YIT 12063 supercont1.1, whole genome shotgun sequence	True	False
TAN0014_000000005525	1234	0.502524966967101	1	1	1	1	1	False	130857	backbone	False	ENG0116_000000013937	0.16335672686155608	PS1128	0	0	False	True	0.9692058563232422	0					non-mobilizable	chromosome	1183.0	79.544	95.0	0.0008780476070195697	NZ_CP011280.1	fusobacteria	Sneathia amnii strain SN35 chromosome, complete genome	False	True
SPA0040_000000023584	1796	0.5025242573228776	1	1	1	1	1	False	6951	maximal	True	SPA0040_000000023584	1.0		84	13	False	False	0.9988864064216614	0					non-mobilizable	no_good_hit	503.0	73.559	28.0	0.005303883846006675	NZ_WNAF01000010.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold10_size94082, whole genome shotgun sequence	True	False
ISR0176_000000002805	9978	0.5025234820255412	16	4	4	3	2	False	34196	maximal	True	ISR0176_000000002805	1.0		6	1	False	False	0.9996993541717529	0					non-mobilizable	no_good_hit	792.0	82.323	8.0	0.007744243412970625	NZ_JWHR01000121.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig121, whole genome shotgun sequence	True	False
CAN0013_000000020881	1134	0.5025233175056224	2	1	1	1	1	False	93776	maximal	True	CAN0013_000000020881	1.0		5	3	False	False	1.0	0					non-mobilizable	other	1134.0	95.50299999999999	100.0	0.016510018214936247	NZ_QRUP01000021.1	firmicutes	Holdemania filiformis strain AF24-29 AF24-29.Scaf21, whole genome shotgun sequence	False	False
MON0048_000000011631	3302	0.5025230611715582	2	2	1	2	2	False	44274	fragment	False	FIJ0135_000000008644	0.9638145833057691		0	0	False	False	0.9996971487998962	0					non-mobilizable	chromosome	3313.0	82.855	100.0	0.0008792313341401846	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
MAD0047_000000025124	1826	0.5025226436917984	2	2	2	2	2	False	120028	fragment	False	USA0004_01_000000010812	0.7186009716857407		0	0	False	False	0.9983570575714111	0					non-mobilizable	other	1817.0	98.899	99.0	0.09161075518337285	NZ_CYXX01000046.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0128_000000018508	1578	0.5025214179364361	2	2	2	1	1	False	126057	fragment	False	SPA0047_000000021631	0.8495221344633516		0	0	False	False	0.999366283416748	0					non-mobilizable	other	1578.0	99.493	100.0	0.003565094687918315	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0176_000000018434	1855	0.5025210895521892	3	2	2	1	1	False	29819	maximal	True	ISR0176_000000018434	1.0		25	7	False	False	0.9994609355926514	0					non-mobilizable	no_good_hit	892.0	80.26899999999999	48.0	0.009640256493859363	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
MAD0102_000000004363	3779	0.5025209961286755	5	5	2	5	5	True	15023	fragment	False	MAD0102_000000004363	1.0		0	0	False	False	0.9984122514724731	0			MPF_F		non-mobilizable	plasmid	3700.0	99.649	100.0	0.045875086814168076	CP030780.2	enterobacteria	Escherichia albertii strain 05-3106 plasmid unnamed2, complete sequence	False	True
FIJ0043_000000013862	1996	0.5025179270942113	2	1	1	1	1	False	47206	maximal	True	FIJ0043_000000013862	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	124.0	94.355	6.0	3.70329445677036e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0048_000000010194	1890	0.5025145472067855	1	1	1	1	1	False	86907	maximal	True	CHI0048_000000010194	1.0		43	11	False	False	1.0	0					non-mobilizable	no_good_hit	1598.0	92.616	84.0	0.00036931688275087187	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
SPA0111_000000021240	1614	0.5025139563398977	2	2	2	2	1	False	75803	fragment	False	SPA0111_000000021240	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1614.0	99.318	100.0	0.006369854358196696	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CAN0002_000000003784	4337	0.5025127213505648	7	4	4	4	4	False	109350	fragment	False	CAN0002_000000003784	0.9620091108440081		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1120.0	78.839	26.0	0.00030508001569302517	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0184_000000005824	3961	0.5025127213505648	6	4	4	4	4	False	109350	fragment	False	CAN0002_000000003784	0.9464350917156417		0	0	False	False	0.9997475147247314	0					non-mobilizable	no_good_hit	1123.0	78.183	38.0	0.00030535964907129563	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
SPA0131_000000005950	3885	0.5025127213505648	6	4	4	4	4	False	109350	fragment	False	CAN0002_000000003784	0.8245299558705343		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1098.0	78.689	28.0	0.0002992077147493464	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
AST0094_000000005539	3769	0.5025127213505648	4	4	4	4	4	False	109350	fragment	False	CAN0002_000000003784	0.3526632991363082		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1136.0	74.12	39.0	0.0003049196894933949	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ENG0144_000000005986	3071	0.5025112507945163	2	1	1	1	1	False	57569	maximal	True	ENG0144_000000005986	1.0		34	6	False	False	0.9944643378257751	0					non-mobilizable	no_good_hit								True	False
ISR0134_000000009483	3466	0.5025110570959258	3	2	2	2	1	False	116348	fragment	False	AST0040_000000005083	0.9523493496150783		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0105_000000007291	2473	0.5025077825363932	3	2	2	2	2	False	122416	backbone	False	ISR0319_000000007079	0.8260726235418582	PS871	0	0	False	True	1.0	0					non-mobilizable	other	2322.0	91.774	94.0	0.9995669120831528	NZ_QRYH01000058.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf58, whole genome shotgun sequence	False	True
ISR0392_000000013692	2399	0.5025077689474999	2	1	1	1	1	False	22821	maximal	True	ISR0392_000000013692	1.0		1	1	False	False	0.9958316087722778	0					non-mobilizable	no_good_hit								True	False
MAD0048_000000020616	1162	0.5025044396300741	2	2	2	1	1	False	94688	fragment	False	CAN0009_000000024384	0.9848866498740554		0	0	False	False	0.9070568084716797	0					non-mobilizable	no_good_hit	407.0	80.835	35.0	0.00011775469799082175	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
FIJ0147_000000010186	2024	0.5025013912261784	3	3	3	2	2	False	70916	fragment	False	FIJ0147_000000010186	0.9818168609930623		0	0	False	False	0.9827075004577637	0					non-mobilizable	other	949.0	92.835	93.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0158_000000009679	2001	0.5025013912261784	3	3	3	2	2	False	70916	fragment	False	FIJ0147_000000010186	0.9708062151425997		0	0	False	False	1.0	0					non-mobilizable	other	949.0	92.51799999999999	93.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0386_000000015590	1995	0.5025013912261784	3	3	3	2	2	False	70916	fragment	False	FIJ0147_000000010186	0.972665182560235		0	0	False	False	1.0	0					non-mobilizable	other	949.0	96.944	93.0	0.00023071240607541035	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ISR0205_000000004675	3995	0.5025007829137053	5	2	1	2	0	False	35459	fragment	False	ISR0205_000000004675	0.9934348739495799		0	0	False	False	0.9972465634346008	0					non-mobilizable	no_good_hit	50.0	98.0	1.0	0.0020922288642186166	NZ_PYLQ01000030.1	firmicutes	Faecalibacillus intestinalis strain SNUG30099 scaffold_29, whole genome shotgun sequence	True	False
ISR0059_000000004141	3808	0.5025007829137053	5	2	1	2	0	False	35459	fragment	False	ISR0205_000000004675	0.9703379224030038		0	0	False	False	0.998161792755127	0					non-mobilizable	no_good_hit								True	False
ISR0218_000000007437	2277	0.5025007829137053	3	2	1	2	0	False	28070	fragment	False	ISR0218_000000007437	1.0		0	0	False	False	0.9995608329772949	0					non-mobilizable	no_good_hit								True	False
AST0111_000000011129	1736	0.5024978931790279	1	1	1	1	1	False	106789	maximal	False	MON0072_000000012490	0.9819529682261322		0	0	False	False	0.9844470024108887	0					non-mobilizable	chromosome	1735.0	84.38	99.0	0.0005819712770752123	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
FIJ0095_000000009360	2859	0.5024930770340174	4	3	3	3	1	False	43133	maximal	True	FIJ0095_000000009360	1.0		5	2	False	False	0.994053840637207	0					non-mobilizable	no_good_hit	1254.0	78.868	44.0	0.0005479994949636654	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
ISR0194_000000003654	5711	0.5024923216232804	7	4	3	3	3	False	124410	maximal	True	ISR0194_000000003654	1.0		4	1	False	False	0.9996498227119446	0					non-mobilizable	no_good_hit	3571.0	84.766	71.0	0.0005830410337883349	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
ISR0786_000000006008	2815	0.5024900197330328	4	4	4	4	4	False	22148	maximal	True	ISR0786_000000006008	1.0		290	13	False	False	0.9975132942199707	0					non-mobilizable	other	2815.0	99.11200000000001	100.0	0.00966960465955363	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0169_000000018191	1334	0.5024893474971021	3	2	2	1	1	False	55883	maximal	True	ENG0169_000000018191	1.0		138	12	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	5.0	7.190953257823239e-06	NZ_RJKM01000001.1	high GC Gram+	Saccharothrix texasensis strain DSM 44231 Ga0197498_11, whole genome shotgun sequence	True	False
MON0016_000000010995	2744	0.5024864667680037	3	3	3	3	2	False	13360	maximal	True	MON0016_000000010995	1.0		71	8	False	False	1.0	0					non-mobilizable	chromosome	2590.0	93.745	94.0	0.0010637430411931713	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
MON0090_000000013347	4152	0.5024861555739442	4	3	3	3	3	False	115341	maximal	True	MON0090_000000013347	1.0		76	8	False	False	0.9997591376304626	0					non-mobilizable	no_good_hit	2313.0	99.524	56.0	0.028751570019772923	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0187_000000004698	5558	0.5024855643219872	7	7	6	4	6	False	29303	maximal	True	ISR0187_000000004698	0.9998200791651674		29	6	False	False	1.0	0					non-mobilizable	no_good_hit	2047.0	94.235	89.0	0.0008894633309244611	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	True	False
ISR0294_000000003402	5558	0.5024855643219872	7	7	6	4	6	False	29303	maximal	False	ISR0187_000000004698	0.9998200791651674		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2047.0	94.235	89.0	0.0008894633309244611	AP014658.1	high GC Gram+	Bifidobacterium longum DNA, complete genome, strain: 105-A	True	False
ISR0364_000000002330	6107	0.5024812062147131	8	2	1	2	1	False	67586	maximal	True	ISR0364_000000002330	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	97.22200000000001	1.0	4.1146167645945454e-05	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MAD0098_000000028180	1606	0.5024803658785039	2	2	2	2	1	False	48198	fragment	False	MAD0098_000000028180	1.0		0	0	False	False	0.9906600117683411	0					non-mobilizable	no_good_hit								True	False
FIJ0056_000000010006	2146	0.502479377416792	2	1	1	1	1	False	48338	maximal	True	FIJ0056_000000010006	1.0		33	8	False	False	1.0	0					non-mobilizable	no_good_hit	1673.0	95.27799999999999	77.0	0.0005888320076385967	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
FIJ0047_000000005008	5725	0.502476009489427	6	6	6	6	6	False	46909	maximal	True	FIJ0047_000000005008	1.0		17	6	False	False	1.0	0					non-mobilizable	other	4698.0	98.87200000000001	98.0	0.02192268019584323	NZ_CYYV01000008.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
AST0113_000000023786	1577	0.502473073602986	2	2	2	2	1	False	106506	fragment	False	AST0113_000000023786	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1578.0	98.60600000000001	100.0	0.0002224471786753327	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0082_000000020062	1623	0.5024729082052908	3	2	2	2	2	False	34157	maximal	True	ISR0082_000000020062	1.0		5	3	False	False	0.9827479720115662	0					non-mobilizable	no_good_hit								True	False
CHI0140_000000008896	3325	0.5024703310143207	4	4	4	4	2	False	83473	fragment	False	CHI0140_000000008896	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2674.0	98.31700000000001	100.0	0.000808569259408097	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	False
ISR0138_000000010076	2908	0.5024679422484893	4	4	4	3	2	False	31356	fragment	False	ISR0138_000000010076	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1882.0	80.97800000000001	73.0	0.008090664183034413	NZ_SPHG01000005.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_5_length_229771_cov_55.4127, whole genome shotgun sequence	True	False
ISR0007_000000014430	1206	0.5024673425729462	2	1	1	1	1	False	38423	maximal	True	ISR0007_000000014430	1.0		232	15	False	False	0.9776119589805603	0					non-mobilizable	other	1205.0	95.51899999999999	99.0	0.03332687463669831	NZ_CABKPS010000074.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
ENG0018_000000015852	1379	0.5024663604482246	2	2	2	2	1	False	129874	fragment	False	AST0007_000000009148	0.3553914275520014		0	0	False	False	0.9992748498916626	0					non-mobilizable	other	1381.0	96.235	100.0	0.019187862561356538	NZ_CYZN01000020.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ISR0077_000000022412	1598	0.5024642781279044	4	3	2	2	0	True	34483	fragment	False	ISR0077_000000022412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0164_000000014031	1466	0.5024642781279044	3	3	2	2	0	True	56268	fragment	False	ENG0164_000000014031	1.0		0	0	False	False	0.9972714781761169	0					non-mobilizable	no_good_hit								True	True
SPA0142_000000023342	1124	0.5024606745632151	2	2	2	2	1	False	11246	fragment	False	MON0094_000000029473	0.386		0	0	False	False	0.9911032319068909	0					non-mobilizable	no_good_hit	246.0	76.423	22.0	7.25802614214528e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
MON0054_000000039991	1272	0.5024572857956527	2	2	2	2	2	False	31925	fragment	False	MON0040_000000019407	0.8639549596637445		0	0	False	False	0.9952830076217651	0					non-mobilizable	no_good_hit	392.0	72.194	30.0	0.0016067881527840452	NZ_SLUM01000001.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_101, whole genome shotgun sequence	True	False
ISR0331_000000011405	2082	0.502450056762228	3	2	2	2	1	False	73064	maximal	True	ISR0331_000000011405	1.0		14	4	False	False	0.9995197057723999	0					non-mobilizable	no_good_hit	1235.0	88.34	59.0	0.00032935145900820457	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
AST0025_000000004762	6373	0.5024456181812784	8	6	2	4	4	True	120547	fragment	False	AST0025_000000004762	1.0		0	0	False	False	0.9998430609703064	0					non-mobilizable	chromosome	5123.0	99.824	100.0	0.0010222855046621568	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	True
SPA0046_000000000886	17383	0.5024416506672795	22	11	8	9	9	False	6742	maximal	True	SPA0046_000000000886	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	7382.0	97.196	67.0	0.0016679291523788579	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ENG0075_000000015327	1603	0.5024397625367739	2	2	1	2	2	False	116526	fragment	False	ENG0045_000000008222	0.962992222657331		0	0	False	False	1.0	0					non-mobilizable	other	1551.0	99.613	97.0	0.5073649754500819	KU547459.1	bacteria	Uncultured bacterium clone CH_08F_000_Contig_1 genomic sequence	False	False
ISR0018_000000007993	2705	0.5024387029021993	5	2	1	2	1	False	37798	maximal	True	ISR0018_000000007993	1.0		8	3	False	False	0.999630331993103	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	5.188054884086749e-06	NZ_CM000745.1	firmicutes	Bacillus pseudomycoides DSM 12442 chromosome, whole genome shotgun sequence	True	False
ISR0813_000000005267	5181	0.5024361007853373	6	5	5	5	2	False	21594	maximal	True	ISR0813_000000005267	1.0		139	8	False	False	0.9996140003204346	0					non-mobilizable	no_good_hit	790.0	71.77199999999999	15.0	0.00021055464869933666	NC_014734.1	CFB group bacteria	Paludibacter propionicigenes WB4, complete sequence	True	False
USA0027_01_000000009331	2921	0.5024354522050575	4	3	3	3	3	False	123015	fragment	False	USA0069_01_000000020005	0.951037648128064		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	60.0	100.0	2.0	1.710301085461426e-05	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
AUS0002_000000021467	1731	0.5024348849438494	4	2	2	2	1	True	112223	fragment	False	AUS0002_000000021467	0.9786715417428398		0	0	False	False	0.9907568097114563	0					non-mobilizable	chromosome	1604.0	99.37700000000001	93.0	0.00044625395831158435	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
SPA0059_000000014809	1641	0.5024348849438494	3	2	2	2	1	True	112223	fragment	False	AUS0002_000000021467	0.9537839399191219		0	0	False	False	0.9957343339920044	0					non-mobilizable	no_good_hit	1457.0	99.45100000000001	89.0	0.000405331106239343	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
AST0100_000000001414	11619	0.5024345425194336	9	8	5	8	7	False	108668	maximal	True	AST0100_000000001414	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1636.0	78.484	17.0	0.00024656873727583556	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ISR0157_000000018381	1721	0.5024333869260421	2	2	2	2	2	False	30545	maximal	True	ISR0157_000000018381	0.9996857322438718		8	5	False	False	1.0	0					non-mobilizable	chromosome	1721.0	99.94200000000001	100.0	0.0007118403888303965	CP043523.1	firmicutes	Lactococcus lactis subsp. lactis bv. diacetylactis strain SD96 chromosome, complete genome	False	False
USA0080_01_000000034536	1209	0.5024319593494762	2	2	2	2	2	False	87764	fragment	False	DEN0065_000000021925	0.07300402913034158		0	0	False	False	0.9636062979698181	0					non-mobilizable	chromosome	1211.0	87.448	100.0	0.0004045861625473714	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0007_000000002577	2818	0.5024299074261623	4	2	2	2	2	True	77295	fragment	False	MAD0007_000000002577	0.9969159599074788		0	0	False	False	1.0	0					non-mobilizable	other	2831.0	89.756	100.0	0.07628433748060222	NZ_KB904241.1	CFB group bacteria	Porphyromonas levii DSM 23370 A3GGDRAFT_scaffold_21.22, whole genome shotgun sequence	False	True
USA0006_01_000000005214	4664	0.5024265386723009	5	4	4	4	4	False	2139	maximal	True	USA0006_01_000000005214	1.0		435	14	False	False	1.0	0					non-mobilizable	no_good_hit	832.0	76.322	43.0	0.07111882046834345	NZ_ADFP01000122.1	bacteria	Pyramidobacter piscolens W5455 contig00054, whole genome shotgun sequence	True	False
ISR0341_000000012414	1147	0.5024247502485547	2	2	1	1	1	False	24341	maximal	True	ISR0341_000000012414	1.0		132	11	False	False	0.936355710029602	0					non-mobilizable	no_good_hit	135.0	85.185	12.0	8.464441330841025e-05	NZ_FNVV01000013.1	CFB group bacteria	Bacteroides ndongoniae strain Marseille-P3108T, whole genome shotgun sequence	True	False
MAD0110_000000003928	6989	0.5024246294203505	4	4	4	4	4	False	46498	maximal	True	MAD0110_000000003928	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1324.0	85.49799999999999	19.0	0.0003529196162219248	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0020_000000010794	2799	0.5024239291366884	3	3	3	3	2	False	86235	fragment	False	SPA0020_000000010794	0.9809989300924279		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1298.0	73.96	46.0	0.0011030535268527007	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	True	False
ISR0096_000000013872	1708	0.5024234841216634	2	1	1	1	1	False	115756	fragment	False	ISR0096_000000013872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	978.0	80.164	80.0	0.010174556244147263	NZ_VULP01000010.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq10, whole genome shotgun sequence	True	False
ISR0162_000000021457	1846	0.5024225484342597	2	2	2	2	1	False	33913	fragment	False	ISR0359_000000014169	0.9530705120660512		0	0	False	False	1.0	0					non-mobilizable	other	1755.0	98.632	99.0	0.02683146961190742	NZ_JAAIPV010000020.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_20_length_65371_cov_105.471, whole genome shotgun sequence	False	False
ISR0851_000000012575	1139	0.5024223550852583	2	2	1	2	1	False	20547	fragment	False	ISR0851_000000012575	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	115.0	82.609	10.0	0.00013739210501577598	NZ_AUQY01000002.1	firmicutes	Peptoniphilus mikwangii strain ChDC B134 contig_1, whole genome shotgun sequence	True	False
ENG0138_000000009914	1975	0.5024210804367556	3	3	2	2	2	False	58703	fragment	False	ENG0138_000000009914	1.0		0	0	False	False	0.9883544445037842	0					non-mobilizable	other	1793.0	98.60600000000001	91.0	0.00037846764112228325	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
AUS0014_000000016127	1752	0.5024190957579722	3	3	3	2	1	False	100833	maximal	True	AUS0014_000000016127	1.0		2	2	False	False	0.9902967810630798	0					non-mobilizable	no_good_hit	1017.0	90.462	58.0	0.0072305962395206175	NZ_JAAWUO010000011.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_11_length_140514_cov_181.355, whole genome shotgun sequence	True	False
MAD0010_000000000529	5011	0.5024185285499391	6	5	2	3	3	False	100376	fragment	False	MAD0010_000000000529	1.0		0	0	False	False	0.9984034895896912	0					non-mobilizable	no_good_hit	1661.0	90.66799999999999	33.0	0.19884933477166486	NZ_VZBY01000040.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_49_length_8343_cov_33.0409_ID_97, whole genome shotgun sequence	True	False
DEN0073_000000016068	3100	0.5024184600476871	5	4	4	2	2	False	97170	maximal	True	DEN0073_000000016068	1.0		13	7	False	False	0.9996774196624756	0					non-mobilizable	no_good_hit	1440.0	84.306	71.0	0.0002540224065894372	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	True	False
MAD0064_000000014993	1505	0.5024167563924757	2	2	2	2	2	False	16668	fragment	False	MAD0064_000000014993	1.0		0	0	False	False	0.9654484987258911	0					non-mobilizable	other	1506.0	98.406	100.0	0.00048158713701250107	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
SPA0037_000000013683	1813	0.502416517292361	2	2	1	2	1	True	7069	maximal	True	SPA0037_000000013683	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1047.0	100.0	58.0	0.0023064541024453706	NZ_SPFU01000003.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_3_length_453510_cov_27.9045, whole genome shotgun sequence	True	True
SPA0093_000000005183	7727	0.5024144457851403	7	4	3	3	1	True	7252	maximal	True	SPA0093_000000005183	1.0		3	3	False	False	0.9983175992965698	0					non-mobilizable	no_good_hit	6868.0	96.229	89.0	0.319370020036345	MK232132.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_S03.L08_3_c1 sequence	True	True
ENG0029_000000011827	2065	0.5024140747341805	3	2	2	2	2	False	102664	fragment	False	ISR0032_000000010179	0.2381099009929108		0	0	False	False	0.9995157122612	0					non-mobilizable	no_good_hit	1022.0	85.81200000000001	84.0	0.00028927629726339504	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MON0019_000000018826	3413	0.5024097911748983	5	4	3	4	4	False	41841	maximal	True	MON0019_000000018826	1.0		4	3	False	False	0.9997069835662842	0					non-mobilizable	chromosome	3413.0	99.03299999999999	100.0	0.0006368683696487052	CP055888.1	enterobacteria	Escherichia coli strain RHBSTW-00353 chromosome, complete genome	False	False
ISR0085_000000001747	10047	0.5024073561573822	15	5	3	4	2	False	34013	maximal	True	ISR0085_000000001747	1.0		2	2	False	False	0.9991042017936707	0					non-mobilizable	no_good_hit								True	False
DEN0051_000000043217	1141	0.5024048236979798	2	2	2	2	2	False	72387	maximal	True	DEN0051_000000043217	1.0		12	6	False	False	0.9921121597290039	0					non-mobilizable	no_good_hit	103.0	77.67	9.0	0.0003580836497587367	NZ_SZVU01000003.1	high GC Gram+	Nocardioides dongxiaopingii strain 4053 Scaffold3_1, whole genome shotgun sequence	True	False
SPA0054_000000006980	3994	0.5024030971633454	4	3	3	3	3	False	76310	fragment	False	SPA0054_000000006980	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3994.0	99.725	100.0	0.0012176323409004625	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ENG0038_000000021381	1277	0.5024025509262908	2	2	2	2	1	False	65023	maximal	True	ENG0038_000000021381	1.0		35	11	False	False	0.94440096616745	0					non-mobilizable	no_good_hit	238.0	90.336	19.0	5.810716284789825e-05	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
DEN0071_000000037517	1189	0.5024011380782498	2	2	2	2	1	True	70334	maximal	True	DEN0071_000000037517	1.0		121	9	False	False	0.9991589784622192	0					non-mobilizable	no_good_hit	1052.0	85.171	88.0	0.00036443857698721514	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	True
ENG0005_000000020832	1146	0.5023978539565568	3	1	1	1	1	False	67626	maximal	True	ENG0005_000000020832	1.0		11	5	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit	661.0	79.57600000000001	56.0	0.0019711686170487833	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0783_000000002551	5617	0.502396569131427	5	3	3	2	1	False	25571	fragment	False	ISR0783_000000002551	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5617.0	99.98200000000001	100.0	0.0014733685035010543	NZ_LT635801.1	CFB group bacteria	Bacteroides ilei strain Marseille-P3208, whole genome shotgun sequence	False	False
SPA0092_000000028711	1574	0.5023927569253733	2	2	2	2	2	False	77628	fragment	False	SPA0092_000000028711	0.9737844976740312		0	0	False	False	0.9974586963653564	0					non-mobilizable	chromosome	1576.0	89.086	100.0	0.0005294625904218097	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
TAN0017_000000030374	1214	0.5023925382533255	2	2	2	2	1	True	2439	maximal	True	TAN0017_000000030374	1.0		7	3	False	False	0.9958813786506653	0					non-mobilizable	no_good_hit	82.0	82.927	7.0	0.0005998935189003952	NZ_PVTD01000012.1	a-proteobacteria	Pseudoruegeria haliotis strain DSM 29328 Ga0180973_112, whole genome shotgun sequence	True	True
CHI0039_000000001633	7552	0.5023923680716468	8	6	3	3	5	False	120718	maximal	True	CHI0039_000000001633	1.0		13	6	False	False	1.0	0					non-mobilizable	other	7567.0	88.17200000000001	100.0	0.0014587883573504669	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
TAN0009_000000004789	5873	0.5023918173809864	6	6	6	6	6	False	2722	maximal	True	TAN0009_000000004789	1.0		1	1	False	False	0.9971054196357727	0					non-mobilizable	no_good_hit	3062.0	75.212	85.0	0.012821935583005387	NZ_KI912471.1	firmicutes	Eubacterium xylanophilum ATCC 35991 L877DRAFT_scaffold00003.3, whole genome shotgun sequence	True	False
MAD0063_000000001979	5163	0.50239164254445	9	7	6	6	4	False	16729	maximal	True	MAD0063_000000001979	1.0		5	2	False	False	0.9990315437316895	0					non-mobilizable	no_good_hit	383.0	81.723	10.0	0.014119405333123574	NZ_CABKPS010000003.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	False
AST0061_000000020539	2046	0.5023887917082813	4	2	2	2	1	False	112001	maximal	True	AST0061_000000020539	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	590.0	70.678	28.0	0.0017589636542239685	NZ_SOPW01000001.1	firmicutes	Filobacillus milosensis strain JCM 12288 NODE_1_length_325760_cov_141.795580, whole genome shotgun sequence	True	False
SPA0001_000000028453	1171	0.502388377354403	2	1	1	1	1	False	84811	fragment	False	ENG0079_000000025908	0.259313030139565		0	0	False	False	1.0	0					non-mobilizable	chromosome	1171.0	99.573	100.0	0.00021003591075520296	CP045827.1	enterobacteria	Escherichia coli strain AUSMDU00014361 chromosome, complete genome	False	False
MAD0102_000000020796	1117	0.5023873506102818	1	1	1	1	1	False	14950	maximal	False	MON0070_000000030439	0.9623050259965338		0	0	False	False	0.9991047382354736	0					non-mobilizable	chromosome	1117.0	96.15	100.0	0.00044562479111337917	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	False
MON0033_000000017944	3726	0.5023861438556312	3	2	2	1	1	False	12339	maximal	True	MON0033_000000017944	1.0		8	4	False	False	0.9951691031455994	0					non-mobilizable	no_good_hit	59.0	93.22	2.0	0.005815119310206537	NZ_VZBY01000020.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_46_length_9974_cov_22.2902_ID_91, whole genome shotgun sequence	True	False
ISR0773_000000002779	4008	0.5023860473436491	3	3	2	2	0	False	22511	fragment	False	ISR0773_000000002779	1.0		0	0	False	False	0.9945109486579895	0					non-mobilizable	no_good_hit								True	False
FIJ0145_000000016068	1085	0.5023840581459971	2	1	1	1	1	False	39995	fragment	False	FIJ0145_000000016068	1.0		0	0	False	False	0.9972350001335144	0					non-mobilizable	chromosome	1091.0	88.26799999999999	100.0	0.0003648680534121053	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0157_000000000048	51229	0.5023829696278371	76	23	11	20	13	True	90950	maximal	True	CHI0157_000000000048	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	296.0	95.27	1.0	7.949342678587797e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
ISR0838_000000021858	1140	0.5023822378657093	2	2	2	1	1	False	20858	maximal	True	ISR0838_000000021858	1.0		12	4	False	False	0.9894737005233765	0					non-mobilizable	no_good_hit								True	False
ISR0832_000000005968	2268	0.5023783758413605	2	2	2	2	1	False	21009	maximal	True	ISR0832_000000005968	1.0		20	4	False	False	0.998236358165741	0					non-mobilizable	no_good_hit	1156.0	82.266	51.0	0.00027778112970761786	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	True	False
USA0003_01_000000009633	4060	0.5023781847244355	5	4	4	4	4	False	106203	maximal	True	USA0003_01_000000009633	1.0		29	8	False	False	1.0	0					non-mobilizable	other	3949.0	94.505	100.0	0.008670380343911153	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0075_01_000000004220	5936	0.5023774326255537	7	5	3	3	4	False	126175	fragment	False	USA0075_01_000000004220	0.9830188679245283		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1602.0	73.283	26.0	0.1962884543529705	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	True	False
ISR0280_000000014361	1101	0.5023757592599659	2	2	2	2	2	False	26183	fragment	False	ISR0280_000000014361	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1069.0	81.01	95.0	0.005927285213309091	NZ_CM003349.1	firmicutes	Clostridium haemolyticum NCTC 9693 plasmid p1Ch9693, whole genome shotgun sequence	False	True
ISR0381_000000011837	1522	0.5023755500218354	2	2	2	2	1	False	23148	maximal	True	ISR0381_000000011837	1.0		56	7	False	False	0.9967148303985596	0					non-mobilizable	no_good_hit	961.0	81.47800000000001	63.0	0.005594935970362591	NZ_FOZC01000007.1	firmicutes	[Clostridium] aminophilum strain F, whole genome shotgun sequence	True	False
SPA0005_000000009998	2944	0.5023739113015325	3	3	3	3	2	False	68983	maximal	True	SPA0005_000000009998	1.0		14	5	False	False	0.984375	0					non-mobilizable	other	2900.0	95.655	98.0	0.031793555745651556	NZ_NFHM01000012.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_12, whole genome shotgun sequence	False	False
DEN0076_000000003258	2128	0.5023705145664971	2	1	1	1	1	False	70007	fragment	False	DEN0076_000000003258	1.0		0	0	False	False	0.9849624037742615	0					non-mobilizable	no_good_hit	218.0	80.734	20.0	0.24885321100917432	GQ876269.1		Uncultured organism clone VC1AA82TF genomic sequence	True	False
AST0110_000000014072	1261	0.5023697669944022	2	2	2	2	2	False	106945	maximal	True	AST0110_000000014072	1.0		23	5	False	False	1.0	0					non-mobilizable	other	1273.0	76.19800000000001	99.0	0.004776013456167153	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
USA0044_01_000000001094	25741	0.5023696618606862	17	3	2	2	1	False	1246	backbone	True	USA0044_01_000000001094	1.0	PS2	2	2	True	True	1.0	427					non-mobilizable	no_good_hit	1293.0	97.525	5.0	0.9992266047950503	KX128008.1	bacteria	Uncultured bacterium clone Control_TwinA_Time2_AZ_80 genomic sequence	True	True
CHI0096_000000001786	3320	0.5023669452504687	3	3	3	3	1	True	83476	fragment	False	CHI0096_000000001786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	46.0	93.478	1.0	0.0005351600128438403	NZ_FQZU01000028.1	d-proteobacteria	Desulfatibacillum alkenivorans DSM 16219, whole genome shotgun sequence	True	True
MON0031_000000017420	1853	0.5023645304342241	3	3	3	2	2	False	12455	maximal	True	MON0031_000000017420	1.0		7	3	False	False	0.9994603395462036	0					non-mobilizable	other	1853.0	97.787	100.0	0.0015101379835580873	NZ_QSGP01000001.1	firmicutes	Enterocloster aldensis strain AM40-2AC AM40-2AC.Scaf1, whole genome shotgun sequence	False	False
FIJ0067_000000015311	2010	0.5023643519107193	4	4	4	3	2	True	45215	maximal	True	FIJ0067_000000015311	1.0		94	10	False	False	0.9970149397850037	0					non-mobilizable	other	2011.0	96.022	100.0	0.008494580897345866	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	True
ISR0027_000000003448	7384	0.5023634371866856	5	4	3	4	2	True	37259	maximal	True	ISR0027_000000003448	1.0		13	3	False	False	0.9998645782470703	0					non-mobilizable	no_good_hit								True	True
CAN0020_000000005181	6736	0.5023618323600629	5	4	4	4	4	False	95670	fragment	False	CAN0020_000000005181	0.9988438415292122		0	0	False	False	0.9997031092643738	0					non-mobilizable	chromosome	6732.0	99.495	100.0	0.0016886670119275595	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	False	False
SPA0054_000000010446	2810	0.5023507110607491	4	2	2	2	2	False	6442	fragment	False	SPA0054_000000010446	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2810.0	100.0	100.0	0.003541472036995712	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0103_000000017244	1719	0.5023505016250689	5	4	3	3	3	False	33040	maximal	True	ISR0103_000000017244	1.0		387	11	False	False	1.0	0					non-mobilizable	no_good_hit	1100.0	96.0	64.0	0.0930567315834039	NZ_CYZN01000049.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0150_000000022797	1222	0.5023502429353965	2	2	2	2	1	False	103843	maximal	True	AST0150_000000022797	0.9968694096601074		350	15	False	False	0.9754500985145569	0					non-mobilizable	chromosome	1222.0	99.59100000000001	100.0	0.00027173501807560866	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
SPA0057_000000024550	1345	0.5023497130191941	1	1	1	1	1	False	6328	fragment	False	SPA0057_000000024550	1.0		0	0	False	False	0.9992564916610718	0					non-mobilizable	no_good_hit	47.0	89.36200000000001	3.0	1.0689378963348675e-05	NZ_BKDH01000001.1	b-proteobacteria	Variovorax boronicumulans strain HAB30 Contig01, whole genome shotgun sequence	True	False
FIJ0131_000000002352	7722	0.5023461749788025	22	5	3	5	2	False	40847	maximal	True	FIJ0131_000000002352	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	0.02786377708978328	XM_022138710.2	eudicots	PREDICTED: Helianthus annuus sodium/calcium exchanger NCL2 (LOC110891047), mRNA	True	False
DEN0005_000000018646	1961	0.5023455719405647	3	2	1	1	2	False	103384	backbone	False	DEN0061_000000019744	0.9691786803355698	PS605	0	0	True	True	0.9994900822639465	3					non-mobilizable	no_good_hit	943.0	78.04899999999999	48.0	0.036295028398039365	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	True
DEN0064_000000021048	1945	0.5023455719405647	2	2	1	1	2	False	103384	backbone	False	DEN0061_000000019744	0.9665907061628365	PS605	0	0	True	True	1.0	5					non-mobilizable	no_good_hit	943.0	78.04899999999999	48.0	0.036295028398039365	NZ_JAAITU010000050.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_50_length_25706_cov_168.253, whole genome shotgun sequence	True	True
USA0022_01_000000004643	1547	0.5023455245442885	2	2	2	2	2	False	1724	maximal	True	USA0022_01_000000004643	1.0		797	15	False	False	0.9954751133918762	0					non-mobilizable	no_good_hit	1151.0	99.305	80.0	0.00039952751528627014	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0047_000000017403	1720	0.5023448726624594	4	4	4	3	2	False	36079	maximal	True	ISR0047_000000017403	1.0		329	12	False	False	0.9988372325897217	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00013583675440714804	NZ_SUND01000007.1	firmicutes	Bacillus yapensis strain XXST-01 NODE_7_length_198768_cov_50.559505, whole genome shotgun sequence	True	False
FIJ0052_000000012917	2255	0.5023445272375427	3	3	3	3	3	False	46470	fragment	False	FIJ0052_000000012917	1.0		0	0	False	False	0.9995565414428711	0					non-mobilizable	no_good_hit	1033.0	82.285	81.0	0.006408967527897859	NZ_LT635858.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	True	False
MON0012_000000039713	1422	0.5023442514925741	2	2	2	2	2	False	90032	fragment	False	MON0012_000000039713	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1422.0	97.398	100.0	0.0005014314261648401	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0331_000000019321	1304	0.5023427679518098	2	2	2	2	1	False	24601	maximal	True	ISR0331_000000019321	1.0		37	6	False	False	0.9739263653755188	0					non-mobilizable	no_good_hit	1020.0	100.0	78.0	0.00043528611198087646	CP011964.1	high GC Gram+	Bifidobacterium longum subsp. longum strain NCIMB8809, complete genome	True	False
ENG0024_000000021747	1138	0.5023401085808403	2	2	2	2	2	False	66192	maximal	True	ENG0024_000000021747	1.0		5	3	False	False	0.9920914173126221	0					non-mobilizable	no_good_hit	302.0	72.848	26.0	0.00012351424587175766	CP010063.1	firmicutes	Enterococcus cecorum strain CE3 genome	True	False
ISR0107_000000024741	1236	0.5023387511591384	3	1	1	1	1	True	113473	backbone	False	FIJ0063_000000016502	0.1796500504665097	PS730	0	0	False	True	1.0	0					non-mobilizable	other	1239.0	92.655	100.0	0.0003842064099939709	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ENG0046_000000010437	1806	0.5023386987649252	3	3	3	2	2	False	64434	maximal	True	ENG0046_000000010437	1.0		18	8	False	False	0.9922480583190918	0					non-mobilizable	no_good_hit	445.0	78.202	25.0	0.0006304064124597973	NZ_MCIA01000001.1	firmicutes	Lacrimispora algidixylanolytica strain SPL73 contig_1, whole genome shotgun sequence	True	False
ISR0289_000000000408	11949	0.5023381652799029	12	9	6	7	6	False	83202	maximal	True	ISR0289_000000000408	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	10693.0	95.539	89.0	0.07426196697614944	NZ_QRML01000004.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf4, whole genome shotgun sequence	True	False
FIJ0046_000000021434	1554	0.5023375707562107	3	2	2	2	1	True	46959	maximal	True	FIJ0046_000000021434	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	78.04899999999999	8.0	0.0030496399374695675	NZ_AYZJ01000003.1	firmicutes	Lactobacillus camelliae DSM 22697 = JCM 13995 strain DSM 22697 NODE_7, whole genome shotgun sequence	True	True
ISR0164_000000006488	3762	0.5023364391165865	4	4	4	4	2	False	30292	maximal	True	ISR0164_000000006488	1.0		29	3	False	False	0.99920254945755	0					non-mobilizable	no_good_hit	779.0	77.279	45.0	0.00023012370121504715	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
USA0031_01_000000015935	1730	0.5023327229166683	2	2	2	2	2	False	54079	maximal	True	USA0031_01_000000015935	1.0		79	10	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	75.585	34.0	0.00017738495426238877	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
ISR0215_000000002595	10519	0.5023320739223623	12	7	5	4	5	False	28182	maximal	True	ISR0215_000000002595	1.0		3	2	False	False	0.9995246529579163	0					non-mobilizable	no_good_hit	1796.0	96.54799999999999	17.0	0.0005431116450345874	NZ_AP019735.1	CFB group bacteria	Alistipes communis strain 5CBH24	True	False
MAD0098_000000034940	1312	0.5023319254805064	5	2	2	1	1	False	15274	maximal	True	MAD0098_000000034940	1.0		1	1	False	False	0.9893292784690857	0					non-mobilizable	no_good_hit	120.0	100.0	9.0	0.0010908824230423703	NZ_JAAIOD010000013.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_13_length_109086_cov_374.901, whole genome shotgun sequence	True	False
MON0026_000000039224	1333	0.5023293001741836	2	2	1	1	2	False	12708	fragment	False	MON0026_000000039224	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	406.0	74.631	30.0	0.0005314338458095975	NZ_FQXV01000001.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0054_000000024116	1104	0.5023288307424917	1	1	1	1	1	False	35681	maximal	True	ISR0054_000000024116	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0843_000000001375	9723	0.5023280026019163	4	4	2	4	3	False	20736	fragment	False	ISR0843_000000001375	1.0		0	0	False	False	0.9990743398666382	0					non-mobilizable	other	3712.0	95.124	94.0	0.1800878477306003	NZ_CBVI010000158.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	False	False
FIJ0073_000000010219	1796	0.5023195845214722	2	2	2	2	1	False	51679	maximal	True	FIJ0073_000000010219	1.0		6	3	False	False	0.9966592192649841	0					non-mobilizable	other	1728.0	98.148	96.0	0.03555180435185376	NZ_CYYU01000012.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0006_000000027183	1444	0.5023195845214722	2	2	2	2	1	False	51678	fragment	False	FIJ0006_000000027183	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1375.0	97.891	95.0	0.02828499083928608	NZ_CYYU01000012.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	False	False
FIJ0030_000000020595	1775	0.5023175959164288	3	3	2	3	2	False	48721	maximal	True	FIJ0030_000000020595	1.0		7	1	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	97.465	24.0	0.052941176470588235	NZ_FNAF01000023.1	firmicutes	Peptococcus niger strain DSM 20475, whole genome shotgun sequence	True	False
SPA0102_000000004614	7978	0.5023173478577764	12	3	2	3	1	False	4920	maximal	True	SPA0102_000000004614	1.0		1	1	False	False	0.9998746514320374	0					non-mobilizable	no_good_hit								True	False
AST0029_000000025898	1126	0.5023133438590556	2	2	2	2	2	False	117654	maximal	True	AST0029_000000025898	1.0		45	10	False	False	0.9920070767402649	0					non-mobilizable	no_good_hit	338.0	79.882	30.0	9.849818204698628e-05	NZ_NFEZ01000004.1	firmicutes	Paenibacillus pasadenensis strain R16 NODE_1_length_3401078_cov_52.3397, whole genome shotgun sequence	True	False
CAN0004_000000020845	1378	0.5023128487204489	2	1	1	1	1	False	96110	fragment	False	CAN0004_000000020845	1.0		0	0	False	False	0.9992743134498596	0					non-mobilizable	other	1292.0	99.381	94.0	0.08116270290675727	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	False
ISR0069_000000022034	1168	0.5023128487204489	2	1	1	1	1	False	34928	fragment	False	ISR0069_000000022034	1.0		0	0	False	False	0.9880136847496033	0					non-mobilizable	other	1150.0	100.0	98.0	0.07229143072857683	NZ_KQ033924.1	CFB group bacteria	Parabacteroides gordonii MS-1 = DSM 23371 strain MS-1 aczIC-supercont1.6, whole genome shotgun sequence	False	False
ISR0808_000000012249	1370	0.5023111051309795	3	3	3	2	2	False	21743	maximal	True	ISR0808_000000012249	1.0		205	8	False	False	1.0	0					non-mobilizable	no_good_hit	676.0	73.521	48.0	0.0001851172964150162	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
CHI0051_000000010380	1768	0.5023097894644276	4	3	3	3	3	False	86608	maximal	True	CHI0051_000000010380	1.0		301	13	False	False	0.9966063499450684	0					non-mobilizable	other	958.0	98.852	100.0	0.0003061152280478398	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ENG0132_000000004049	4693	0.5023088497865847	4	4	4	4	4	False	58330	maximal	True	ENG0132_000000004049	1.0		37	8	False	False	0.999573826789856	0					non-mobilizable	other	3076.0	79.35600000000001	94.0	0.01524480211266549	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
ISR0198_000000011173	2964	0.5023068675294472	4	4	4	4	3	False	100842	maximal	False	ISR0268_000000005706	0.9559692611655365		0	0	False	False	0.9989878535270691	0					non-mobilizable	no_good_hit	136.0	82.353	5.0	2.099095806648839e-05	NZ_AZUI01000001.1	firmicutes	[Clostridium] indolis DSM 755 K401DRAFT_scaffold00001.1_C, whole genome shotgun sequence	True	False
ISR0033_000000008366	3533	0.5023057178842522	4	4	3	4	2	False	36901	fragment	False	ISR0033_000000008366	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	916.0	92.249	36.0	0.000310576207212096	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
BAN0016_000000000447	1594	0.5023049288626771	4	3	1	2	3	False	98255	maximal	True	BAN0016_000000000447	1.0		2	2	False	False	0.999372661113739	0					non-mobilizable	chromosome	1595.0	97.806	100.0	0.00031998605158102837	CP057584.1	enterobacteria	Escherichia coli strain RHB22-C05 chromosome, complete genome	False	False
MON0098_000000001372	10372	0.502301031476964	19	4	1	3	2	False	9206	maximal	True	MON0098_000000001372	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	37.0	94.595	0.0	7.953081364566978e-05	NZ_ATYR01000002.1	b-proteobacteria	Massilia alkalitolerans DSM 17462 YWCDRAFT_scaffold_1.2_C, whole genome shotgun sequence	True	False
AUS0014_000000012802	2316	0.5022972600753716	3	2	1	2	1	True	100867	fragment	False	AUS0014_000000012802	1.0		0	0	False	False	0.9620034694671631	0					non-mobilizable	other	2209.0	100.0	95.0	0.035696963818023085	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	True
AST0028_000000007463	2264	0.5022972600753716	5	2	1	2	1	True	118804	fragment	False	AST0028_000000007463	1.0		0	0	False	False	0.995141327381134	0					non-mobilizable	chromosome	2265.0	93.068	100.0	0.0007123465736287407	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
CHI0135_000000011393	1713	0.5022972600753716	3	2	1	2	1	True	80668	fragment	False	CHI0135_000000011393	1.0		0	0	False	False	0.9988324642181396	0					non-mobilizable	other	1713.0	100.0	100.0	0.027678080641510654	NZ_JAAIQH010000017.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_17_length_61854_cov_227.78, whole genome shotgun sequence	False	True
MON0106_000000028609	1518	0.5022966821680229	2	2	2	1	1	True	91411	fragment	False	MON0106_000000028609	1.0		0	0	False	False	0.9993412494659424	0					non-mobilizable	chromosome	1518.0	97.29899999999999	100.0	0.00027710085649189587	CP036539.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0017B chromosome, complete genome	False	True
FIJ0033_000000026179	1465	0.5022966821680229	2	2	2	1	1	True	48256	maximal	True	FIJ0033_000000026179	1.0		49	6	False	False	1.0	0					non-mobilizable	other	1088.0	98.07	98.0	0.00018973361365732922	CP007619.1	CFB group bacteria	Bacteroides dorei isolate HS1_L_1_B_010, complete genome	False	True
SPA0028_000000009133	3103	0.5022965731619685	4	4	4	3	3	False	115901	fragment	False	ENG0037_000000009642	0.7165805511811023		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	937.0	84.525	30.0	0.0003201047366247457	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	False
MON0006_000000013908	1600	0.5022956212903419	2	2	2	2	0	False	39999	fragment	False	MON0006_000000013908	1.0		0	0	False	False	0.9956250190734863	0					non-mobilizable	chromosome	1601.0	97.00200000000001	100.0	0.0003556368213634911	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	False	False
ENG0149_000000012562	1528	0.5022956212903419	3	2	2	2	0	False	114035	fragment	False	ENG0149_000000012562	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1528.0	100.0	100.0	0.0007355349607907362	NZ_FLKM01000008.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
SPA0145_000000025860	1340	0.5022956212903419	2	2	2	2	0	False	82278	fragment	False	CHI0114_000000005492	0.9454399679048906		0	0	False	False	1.0	0					non-mobilizable	other	1340.0	98.881	100.0	0.13296921549155907	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
SPA0013_000000021335	1333	0.5022956212903419	2	2	2	2	0	False	82278	fragment	False	CHI0114_000000005492	0.9400893833777538		0	0	False	False	1.0	0					non-mobilizable	other	1333.0	98.575	100.0	0.13227408142999006	NZ_CABJDZ010000018.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0102_000000025418	1288	0.5022956212903419	2	2	2	2	0	False	82278	fragment	False	CHI0114_000000005492	0.6528984154888533		0	0	False	False	1.0	0					non-mobilizable	chromosome	1288.0	97.98100000000001	100.0	0.0005680722224159445	CP021387.1	high GC Gram+	Bifidobacterium breve strain NRBB09 chromosome, complete genome	False	False
SPA0075_000000009013	2156	0.5022951585723198	2	1	1	1	1	False	5784	maximal	True	SPA0075_000000009013	1.0		31	5	False	False	0.9958255887031555	0					non-mobilizable	no_good_hit								True	False
FIJ0108_000000011467	1995	0.5022951585723198	1	1	1	1	1	False	51242	maximal	True	FIJ0108_000000011467	0.9991995731056563		19	1	False	False	0.991478681564331	0					non-mobilizable	no_good_hit								True	False
ISR0084_000000013541	1919	0.5022951585723198	1	1	1	1	1	False	34046	maximal	True	ISR0084_000000013541	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1127.0	96.806	59.0	0.00015862408648134344	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	True	False
FIJ0009_000000021712	1874	0.5022951585723198	1	1	1	1	1	False	51242	maximal	False	FIJ0108_000000011467	0.968922305764411		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0025_000000002278	8492	0.5022950792668245	6	3	3	3	3	False	49190	maximal	True	FIJ0025_000000002278	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	961.0	71.904	11.0	0.011207597722597004	NZ_MPNT01000024.1	high GC Gram+	Mycobacterium paraffinicum strain M11 NODE_24_length_83604_cov_8.56297_ID_1970, whole genome shotgun sequence	True	False
ENG0126_000000014325	1263	0.5022896835397717	3	2	2	1	1	False	58764	maximal	True	ENG0126_000000014325	1.0		25	8	False	False	0.9920823574066162	0					non-mobilizable	no_good_hit	1082.0	100.0	86.0	0.035258814703675916	NZ_CYZO01000033.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
SPA0114_000000016119	2844	0.5022884568548421	4	3	3	3	3	False	4455	maximal	True	SPA0114_000000016119	1.0		41	11	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	73.32	34.0	0.0003069229751751965	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	False
FIJ0032_000000032144	1181	0.5022847611513156	1	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.16770222120453251		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	96.867	100.0	0.31643872351836955	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	False	False
ISR0058_000000015971	1652	0.5022843779826235	1	1	1	1	1	False	35488	maximal	True	ISR0058_000000015971	1.0		14	6	False	False	0.9993946552276611	0					non-mobilizable	no_good_hit	120.0	80.0	7.0	1.7639994106166677e-05	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	True	False
SPA0095_000000002798	7668	0.5022807243599223	7	6	5	5	6	False	23095	maximal	True	SPA0095_000000002798	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	7670.0	98.99600000000001	100.0	0.0017157878437729073	NZ_CP022722.1	firmicutes	[Clostridium] innocuum strain I46 chromosome	False	False
SPA0016_000000008879	3666	0.5022802568415016	7	7	4	4	4	True	75376	fragment	False	DEN0016_000000001569	0.8117783653341546		0	0	False	False	1.0	0					non-mobilizable	plasmid	3666.0	99.7	100.0	0.11831740702479339	CP021580.1	other sequences	Unidentified plasmid plasmid GF1-2_000418F, complete sequence	False	True
ENG0074_000000014409	1598	0.5022760235778649	1	1	1	1	1	False	62155	maximal	True	ENG0074_000000014409	1.0		2	2	False	False	0.9968711137771606	0					non-mobilizable	other	1618.0	74.969	99.0	0.002094924551311912	NZ_JH992944.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.5, whole genome shotgun sequence	False	False
CHI0134_000000003570	3764	0.5022732707034727	4	4	4	3	3	False	80748	maximal	True	CHI0134_000000003570	1.0		6	4	False	False	0.9989373087882996	0					non-mobilizable	no_good_hit	3156.0	89.005	86.0	0.0015459386718767254	NZ_LR130817.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
SPA0009_000000022135	1669	0.5022729316625542	3	3	3	2	2	False	83541	fragment	False	CHI0186_000000011153	0.9678633468442386		0	0	False	False	0.9988016486167908	0					non-mobilizable	other	1668.0	97.78200000000001	99.0	0.0004626466945476559	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0115_000000001604	13494	0.5022693151071715	13	8	3	6	5	False	107912	maximal	True	FIJ0115_000000001604	1.0		13	2	False	False	1.0	0					non-mobilizable	no_good_hit	769.0	92.978	9.0	0.00022982445062829157	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0221_000000019278	1151	0.5022692101087495	2	2	2	2	2	False	27925	fragment	False	ISR0221_000000019278	1.0		0	0	False	False	0.9843614101409912	0					non-mobilizable	chromosome	1151.0	100.0	100.0	0.0003215783850109798	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
DEN0021_000000020921	1737	0.502265720867556	2	2	2	2	2	True	74752	maximal	True	DEN0021_000000020921	0.9971626230798066		26	8	False	False	0.9994242787361145	0					non-mobilizable	no_good_hit	1475.0	73.153	83.0	0.011064198168370214	NZ_CYZO01000002.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0115_000000007907	3060	0.5022654206177263	4	3	3	3	3	False	41745	maximal	True	FIJ0115_000000007907	1.0		123	8	False	False	0.9993463754653931	0					non-mobilizable	chromosome	2176.0	96.415	97.0	0.0008953067640549572	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
DEN0001_000000026047	1680	0.5022647914953713	1	1	1	0	1	False	76838	maximal	True	DEN0001_000000026047	1.0		306	12	False	False	1.0	0					non-mobilizable	chromosome	1669.0	99.641	99.0	0.0003063410391205588	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0029_000000015110	3027	0.5022635377426168	3	2	2	2	2	False	37132	maximal	True	ISR0029_000000015110	1.0		3	3	False	False	0.9874463081359863	0					non-mobilizable	no_good_hit								True	False
USA0055_01_000000013918	1936	0.5022567819823909	2	1	1	1	1	False	1031	maximal	True	USA0055_01_000000013918	1.0		289	11	False	False	0.9994834661483765	0					non-mobilizable	other	1936.0	98.915	100.0	0.008421428291646901	NZ_SPHG01000005.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_5_length_229771_cov_55.4127, whole genome shotgun sequence	False	False
ISR0064_000000002339	6618	0.5022551130989461	2	2	2	2	1	False	128410	fragment	False	ISR0064_000000002339	0.9742565794742232		0	0	False	False	0.9998489022254944	0					non-mobilizable	no_good_hit	708.0	99.294	11.0	0.998587570621469	EU060790.1	bacteria	Uncultured bacterium clone LM0ABA36ZB05RM1 genomic sequence	True	False
FIJ0049_000000007109	2390	0.5022484738788299	4	3	1	3	2	False	78702	maximal	True	FIJ0049_000000007109	1.0		3	2	False	False	1.0	0					non-mobilizable	other	1979.0	95.402	94.0	0.0006153524526057283	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0098_000000011153	2286	0.5022484738788299	4	3	1	3	2	False	78704	maximal	False	MON0012_000000020669	0.9578838174273858		0	0	False	False	0.9956255555152893	0					non-mobilizable	chromosome	2286.0	96.89399999999999	100.0	0.0007684444335238344	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
BAN0019_000000001795	1989	0.5022474172866338	4	4	4	3	3	False	97771	fragment	False	BAN0019_000000001795	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1989.0	97.235	100.0	0.013802636880201169	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
ISR0085_000000018594	1432	0.5022460247600622	3	1	1	0	1	False	90507	fragment	False	ENG0154_000000022424	0.9449970511437612		0	0	False	False	0.9993016719818115	0					non-mobilizable	other	1441.0	92.92200000000001	100.0	0.2826429980276134	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
CAN0007_000000030421	1317	0.5022460247600622	4	1	1	0	1	False	95168	fragment	False	CAN0007_000000030421	1.0		0	0	False	False	1.0	0					non-mobilizable	other	826.0	98.789	100.0	0.16252465483234713	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0130_000000024273	1316	0.5022460247600622	3	1	1	0	1	False	90507	fragment	False	ENG0154_000000022424	0.6961334080983811		0	0	False	False	0.9863221645355225	0					non-mobilizable	other	1316.0	100.0	100.0	0.2593688362919132	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0326_000000018080	1169	0.5022460247600622	3	1	1	0	1	False	24804	fragment	False	ISR0326_000000018080	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1095.0	99.178	100.0	0.2155818540433925	NZ_CZAF01000019.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
USA0078_01_000000001533	7535	0.5022440434723408	14	4	3	4	2	False	654	fragment	False	USA0078_01_000000001533	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	85.0	94.118	1.0	0.0007892511509912618	NZ_KB894130.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00016.16, whole genome shotgun sequence	True	False
DEN0082_000000024781	1678	0.5022427842031613	3	2	1	1	2	False	69214	maximal	True	DEN0082_000000024781	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	757.0	74.637	45.0	0.0029513170597159012	NZ_CYYU01000002.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	False
ISR0180_000000013183	1789	0.5022424840881985	3	3	3	2	3	False	53331	fragment	False	ETH0002_000000014442	0.98106382966813		0	0	False	False	0.9994410276412964	0					non-mobilizable	other	1789.0	99.162	100.0	0.006924783987792551	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MON0013_000000016426	3036	0.5022403816119688	6	3	2	2	2	True	126302	fragment	False	MON0013_000000016426	1.0		0	0	False	False	0.9947299361228943	0					non-mobilizable	no_good_hit								True	True
ISR0223_000000013657	2175	0.5022339390109293	2	2	2	2	2	False	124697	maximal	True	ISR0223_000000013657	1.0		8	5	False	False	1.0	0					non-mobilizable	other	1337.0	99.476	95.0	0.005154082372729658	NZ_CYZK01000002.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0063_000000037285	1361	0.5022338901091373	2	2	2	2	2	False	71415	fragment	False	DEN0063_000000037285	0.9422649888971133		0	0	False	False	0.9977957606315613	0					non-mobilizable	other	1304.0	98.696	96.0	0.0021583390750686935	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0163_000000003784	6507	0.5022304564557035	7	2	1	1	1	True	70028	maximal	True	FIJ0163_000000003784	1.0		49	6	False	False	0.9996926188468933	0					non-mobilizable	no_good_hit	3038.0	80.744	51.0	0.39714247916391054	NZ_VZBY01000015.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_51_length_7559_cov_42.4667_ID_101, whole genome shotgun sequence	True	True
USA0010_01_000000004138	6428	0.5022304564557035	7	2	1	1	1	True	76501	maximal	True	USA0010_01_000000004138	1.0		96	11	False	False	0.9987554550170898	0					non-mobilizable	chromosome	4890.0	99.162	99.0	0.0013039086047564388	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0092_000000004894	5750	0.5022304564557035	7	2	1	1	1	True	43341	maximal	True	FIJ0092_000000004894	1.0		2	2	False	False	0.9996521472930908	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	8.143356860597191e-06	NZ_CP029774.1	bacteria	Deinococcus actinosclerus strain Deinococcus actinosclerus SJTR chromosome, complete genome	True	True
MAD0061_000000002827	5427	0.5022304564557035	5	2	1	1	1	True	76500	fragment	False	MAD0061_000000002827	0.9835656264186429		0	0	False	False	1.0	0					non-mobilizable	chromosome	5429.0	98.14	100.0	0.0014471571564655648	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0258_000000003011	5029	0.5022304564557035	5	2	1	1	1	True	76500	fragment	False	MAD0061_000000002827	0.9721011734244934		0	0	False	False	0.9998011589050293	0					non-mobilizable	chromosome	4941.0	99.069	100.0	0.0013175132158126128	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0002_000000006112	4894	0.5022304564557035	5	2	1	1	1	True	76500	fragment	False	MAD0061_000000002827	0.9666311965408434		0	0	False	False	0.9959133863449097	0					non-mobilizable	chromosome	4887.0	98.568	99.0	0.0013031083335178404	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0021_000000004916	4742	0.5022304564557035	5	2	1	1	1	True	76500	fragment	False	MAD0061_000000002827	0.8610649500698654		0	0	False	False	1.0	0					non-mobilizable	chromosome	4656.0	98.75399999999999	99.0	0.0012414874481457582	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0018_000000002566	4729	0.5022304564557035	5	2	1	1	1	True	76500	fragment	False	MAD0061_000000002827	0.8636087575490025		0	0	False	False	1.0	0					non-mobilizable	chromosome	4731.0	99.155	100.0	0.00126149422911072	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0106_000000007962	4727	0.5022304564557035	6	2	1	1	1	True	76500	fragment	False	MAD0061_000000002827	0.8568015921376321		0	0	False	False	0.9934419393539429	0					non-mobilizable	chromosome	4716.0	98.664	99.0	0.0012574928729177275	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MON0022_000000005092	4514	0.5022304564557035	5	2	1	1	1	True	76500	fragment	False	MAD0061_000000002827	0.741895181412285		0	0	False	False	1.0	0					non-mobilizable	chromosome	4516.0	98.206	100.0	0.001204141457011163	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0071_000000001420	4464	0.5022304564557035	5	2	1	1	1	True	97540	fragment	False	MAD0071_000000001420	1.0		0	0	False	False	0.9928315281867981	0					non-mobilizable	no_good_hit								True	True
TAN0009_000000007074	4437	0.5022304564557035	5	2	1	1	1	True	76500	fragment	False	MAD0061_000000002827	0.723876706487445		0	0	False	False	1.0	0					non-mobilizable	chromosome	4439.0	98.37799999999999	100.0	0.0011836011618871357	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
MAD0094_000000003286	4072	0.5022304564557035	5	2	1	1	1	True	47184	fragment	False	MAD0094_000000003286	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	4074.0	98.945	100.0	0.0010862348278576552	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0850_000000006481	2297	0.5022297879911571	3	3	3	2	2	True	20573	maximal	True	ISR0850_000000006481	1.0		3	2	False	False	0.9969525337219238	0					non-mobilizable	no_good_hit	198.0	85.354	9.0	6.86666675961647e-05	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
SPA0051_000000013311	1868	0.5022286056724391	2	1	1	1	1	False	6554	maximal	True	SPA0051_000000013311	1.0		468	12	False	False	1.0	0					non-mobilizable	other	1239.0	99.435	100.0	0.0003289651124260858	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MON0108_000000012431	1749	0.5022286056724391	1	1	1	1	1	False	8532	maximal	True	MON0108_000000012431	0.9991176470588236		351	11	False	False	0.9977129697799683	0					non-mobilizable	other	1749.0	100.0	100.0	0.022161929152826026	NZ_DS499669.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_8, whole genome shotgun sequence	False	False
ENG0093_000000009749	1241	0.50222818971313	3	1	1	1	1	False	61042	maximal	True	ENG0093_000000009749	1.0		4	3	False	False	0.98146653175354	0					non-mobilizable	no_good_hit	611.0	98.036	81.0	0.0001530589713634192	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
CHI0165_000000004592	3575	0.5022228499102717	5	3	2	3	2	False	107339	maximal	True	CHI0165_000000004592	1.0		5	2	False	False	0.9980419874191284	0					non-mobilizable	no_good_hit	2590.0	95.135	83.0	0.0028813246077145573	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
ISR0029_000000019630	2267	0.5022195801566663	2	2	2	2	2	False	37124	maximal	True	ISR0029_000000019630	1.0		22	5	False	False	0.9977944493293762	0					non-mobilizable	no_good_hit	41.0	95.12200000000001	2.0	3.2617940356465164e-05	NZ_KE386495.1	firmicutes	Caldanaerobius polysaccharolyticus DSM 13641 CalpoDRAFT_CPK.3, whole genome shotgun sequence	True	False
CHI0156_000000008430	1688	0.502215814432286	2	2	2	2	1	False	79002	maximal	True	CHI0156_000000008430	1.0		299	12	False	False	1.0	0					non-mobilizable	other	1688.0	99.76299999999999	100.0	0.0006873451487163107	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0333_000000009751	2274	0.5022123911748686	3	3	2	3	2	False	24545	maximal	True	ISR0333_000000009751	1.0		368	11	False	False	0.9854881167411804	0					non-mobilizable	other	2274.0	95.383	100.0	0.0006477562885389332	NZ_AP019734.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris strain 3BBH6	False	False
MAD0045_000000016094	2447	0.5022118985276646	3	3	2	3	2	False	17867	maximal	True	MAD0045_000000016094	1.0		4	1	False	False	0.9738455414772034	0					non-mobilizable	plasmid	2410.0	98.382	98.0	0.020564960176197914	LC501661.1	enterobacteria	Escherichia coli 24-Ec-C-171 plasmid p24C171-1, sequence_id: contig2	False	True
ENG0006_000000007558	3180	0.5022102304643088	3	3	3	3	3	False	108828	fragment	False	AUS0008_000000006160	0.6371014492753623		0	0	False	False	0.9959119558334351	0					non-mobilizable	other	1499.0	90.994	99.0	0.006793798899921942	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
SPA0027_000000028647	1314	0.5022089108481732	3	2	1	1	2	False	7465	fragment	False	SPA0027_000000028647	1.0		0	0	False	False	0.9954338073730469	0					non-mobilizable	other	1216.0	74.918	92.0	0.0012047852374456132	NZ_LN868537.1	firmicutes	Anaeromassilibacillus senegalensis strain mt9, whole genome shotgun sequence	False	False
FIJ0083_000000031214	1166	0.5022084402988267	2	2	2	2	2	False	44030	maximal	True	FIJ0083_000000031214	1.0		103	12	False	False	0.9914236664772034	0					non-mobilizable	no_good_hit	82.0	82.927	7.0	1.4792710298465758e-05	CP003147.1	a-proteobacteria	Pseudovibrio sp. FO-BEG1, complete genome	True	False
SPA0007_000000022482	1167	0.5022083561108412	1	1	1	1	1	False	8190	maximal	True	SPA0007_000000022482	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	894.0	97.204	77.0	0.005064827523622628	NZ_CABMOJ010000047.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	True	False
ENG0098_000000005729	4413	0.5022066626572127	6	5	4	4	1	False	60727	maximal	True	ENG0098_000000005729	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0029_000000002939	4005	0.5022060496094731	5	5	5	5	5	False	113194	fragment	False	CHI0029_000000002939	0.9765099542641916		0	0	False	False	1.0	0					non-mobilizable	chromosome	4005.0	99.6	100.0	0.0007705717049303118	CP054335.1	enterobacteria	Escherichia coli strain SCU-120 chromosome, complete genome	False	False
ENG0148_000000019484	1889	0.5022036006273398	3	3	2	3	1	False	61980	fragment	False	ENG0148_000000019484	0.9920591456736034		0	0	False	False	0.9984118342399597	0					non-mobilizable	other	1886.0	97.72	99.0	0.0020919663593105308	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ENG0113_000000010522	2675	0.5021942657708623	7	2	1	2	1	True	59615	maximal	True	ENG0113_000000010522	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	0.00013071452432016344	NZ_CYZX01000004.1	firmicutes	Clostridium disporicum strain 2789STDY5834856, whole genome shotgun sequence	True	True
MAD0038_000000010921	1367	0.5021909117196058	2	2	2	2	1	False	18533	maximal	True	MAD0038_000000010921	1.0		7	2	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	90.37	10.0	5.5184501556285306e-05	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	False
MAD0105_000000031928	1237	0.5021841743694442	3	2	1	1	2	False	14776	maximal	True	MAD0105_000000031928	1.0		1	1	False	False	0.9983831644058228	0					non-mobilizable	other	1238.0	96.446	100.0	0.0002566056208474302	NC_015968.1	enterobacteria	Enterobacter soli, complete sequence	False	False
SPA0025_000000001918	9801	0.5021838267602019	20	5	1	5	1	True	54866	maximal	True	SPA0025_000000001918	0.987031855359449		6	3	False	False	0.9986736178398132	0					non-mobilizable	no_good_hit	1370.0	94.964	15.0	0.0004971700528583646	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	True
FIJ0003_000000004885	5135	0.5021824458729308	7	7	7	7	6	False	52213	maximal	True	FIJ0003_000000004885	1.0		14	2	False	False	0.9996105432510376	0					non-mobilizable	no_good_hit	2398.0	97.581	86.0	0.01672796298493297	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	False
ENG0147_000000003394	4035	0.5021819529355304	4	3	3	3	2	True	57369	maximal	True	ENG0147_000000003394	1.0		1	1	False	False	0.9933085441589355	0					non-mobilizable	no_good_hit	551.0	99.637	14.0	0.008807750820722236	NZ_CBVI010000105.1	CFB group bacteria	Bacteroides timonensis isolate AP1, whole genome shotgun sequence	True	True
ITA0002_000000006157	1647	0.5021817545838152	3	3	1	1	3	False	20421	maximal	True	ITA0002_000000006157	1.0		34	7	False	False	0.9933211803436279	0					non-mobilizable	other	1647.0	96.11399999999999	100.0	0.00046257862571993366	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	False
CAN0016_000000013331	3593	0.5021784627018979	8	4	2	1	2	False	92985	fragment	False	CAN0016_000000013331	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	921.0	94.137	28.0	0.1029658645775042	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	False
SPA0006_000000008937	3562	0.5021784627018979	8	4	2	1	2	False	92985	fragment	False	CAN0016_000000013331	0.9956860562204286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	910.0	94.066	28.0	0.10173475097929491	HG796769.1	bacteria	Uncultured bacterium plasmid pRGF00001	True	False
CHI0010_000000002868	2819	0.5021771589206849	5	3	1	3	0	True	90363	maximal	True	CHI0010_000000002868	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1329.0	96.464	47.0	0.0021141008130911507	CP001106.1	firmicutes	[Eubacterium] eligens ATCC 27750 plasmid unnamed, complete sequence	True	True
DEN0082_000000013534	2909	0.5021750207222531	3	3	2	3	2	False	69288	fragment	False	DEN0082_000000013534	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1624.0	99.26100000000001	92.0	0.023184058281551317	NZ_QSFS01000019.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf19, whole genome shotgun sequence	False	False
SPA0109_000000007698	3660	0.5021748778072506	5	5	5	4	4	False	50792	maximal	True	SPA0109_000000007698	1.0		128	9	False	False	0.9860655665397644	0					non-mobilizable	no_good_hit	2207.0	77.209	86.0	0.0038637380112309296	NZ_LT629968.1	firmicutes	Traorella massiliensis strain Marseille-P3110T, whole genome shotgun sequence	True	False
ENG0191_000000003657	6648	0.5021737803322691	7	6	5	5	5	True	75660	maximal	True	ENG0191_000000003657	1.0		18	5	False	False	0.9992479085922241	0					non-mobilizable	no_good_hit	1511.0	75.976	23.0	0.00048283284281857056	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	True
DEN0052_000000026637	1710	0.5021727632959258	1	1	1	1	1	False	72255	maximal	True	DEN0052_000000026637	1.0		41	8	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	81.944	83.0	0.007528224255738361	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	True	False
FIJ0003_000000014367	1634	0.5021721099686035	2	2	2	2	2	False	52177	fragment	False	FIJ0003_000000014367	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	98.661	98.0	0.0007224244817221284	CP003032.1	firmicutes	Lactobacillus ruminis ATCC 27782, complete genome	False	False
ENG0061_000000000819	21152	0.5021701382140715	21	15	11	11	12	True	63285	maximal	True	ENG0061_000000000819	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	6158.0	98.214	32.0	0.001976057439543237	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	True	True
ISR0393_000000008188	2160	0.5021698133204395	4	3	3	2	2	False	126837	maximal	True	ISR0393_000000008188	1.0		8	2	False	False	0.9990741014480591	0					non-mobilizable	chromosome	1481.0	80.62100000000001	100.0	0.0006281835290707472	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
USA0011_01_000000005918	6380	0.5021687601982975	9	5	2	3	5	False	104617	maximal	True	USA0011_01_000000005918	1.0		14	5	False	False	1.0	0					non-mobilizable	no_good_hit	3789.0	87.78	78.0	0.0006538094556888714	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	True	False
MAD0087_000000025132	1266	0.5021674027969556	2	2	2	1	1	False	15962	maximal	True	MAD0087_000000025132	1.0		102	10	False	False	0.9968404173851013	0					non-mobilizable	no_good_hit								True	False
ISR0068_000000009551	2149	0.5021618723105291	2	2	1	2	1	False	122154	maximal	False	AUS0014_000000010921	0.2988782233156218		0	0	False	False	0.9930199980735779	0					non-mobilizable	other	2124.0	99.67	99.0	0.013866482041501474	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ENG0085_000000008326	2123	0.5021618723105291	3	2	1	2	1	False	122154	maximal	False	AUS0014_000000010921	0.3705186363783851		0	0	False	False	0.9802166819572449	0					non-mobilizable	other	2123.0	99.764	100.0	0.013859950490846032	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
ISR0180_000000019991	1231	0.502161755643766	1	1	1	1	1	False	29609	maximal	True	ISR0180_000000019991	1.0		48	8	False	False	1.0	0					non-mobilizable	no_good_hit	97.0	80.41199999999999	8.0	1.792333115863582e-05	NZ_CM011002.1	a-proteobacteria	Labrenzia alexandrii DFL-11 chromosome, whole genome shotgun sequence	True	False
USA0011_01_000000029466	1225	0.502159258980511	2	1	1	1	1	False	110173	fragment	False	USA0093_01_000000009316	0.3159878441353434		0	0	False	False	1.0	0					non-mobilizable	other	1225.0	95.429	100.0	0.32823813354786807	KX128320.1	bacteria	Uncultured bacterium clone Control_TwinA_Time3_TR-SX_8 genomic sequence	False	False
ISR0376_000000012700	1927	0.5021577525958214	2	1	1	1	1	False	23335	maximal	True	ISR0376_000000012700	1.0		4	2	False	False	0.9974052906036377	0					non-mobilizable	no_good_hit	152.0	88.15799999999999	10.0	4.834774794578477e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
MAD0048_000000000199	37176	0.5021546762027613	43	14	6	10	6	True	17582	maximal	True	MAD0048_000000000199	1.0		2	1	False	False	0.9997310042381287	0					non-mobilizable	no_good_hit	18082.0	94.29799999999999	65.0	0.16245821501743288	NZ_QEKH01000019.1	bacteria	Victivallis vadensis strain DSM 14823 Ga0215691_119, whole genome shotgun sequence	True	True
MON0103_000000019678	2575	0.5021504741970063	4	3	3	3	3	False	8908	maximal	True	MON0103_000000019678	1.0		23	5	False	False	1.0	0					non-mobilizable	no_good_hit	489.0	73.211	18.0	0.0021758823020652674	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
FIJ0038_000000011913	2864	0.5021496753635082	4	3	2	2	1	True	47668	fragment	False	FIJ0038_000000011913	1.0		0	0	False	False	0.9996508359909058	0					non-mobilizable	no_good_hit	54.0	88.889	2.0	0.0006902030238706065	NZ_AXXW01000007.1	mycoplasmas	Acholeplasma multilocale ATCC 49900 G319DRAFT_scaffold00004.4_C, whole genome shotgun sequence	True	True
AST0006_000000000436	30422	0.5021490844297792	27	13	6	10	7	False	127686	maximal	True	AST0006_000000000436	1.0		1	1	False	False	0.9998356699943542	0					non-mobilizable	no_good_hit	5562.0	98.47200000000001	26.0	0.0016635340117743137	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
AST0148_000000007598	4520	0.5021475615329647	6	6	5	5	5	False	125495	fragment	False	AST0148_000000007598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1981.0	82.93799999999999	76.0	0.0005505981218144516	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0054_000000013723	1853	0.5021466499473158	3	2	1	2	1	True	59528	maximal	True	ISR0054_000000013723	1.0		13	3	False	False	0.9989206790924072	0					non-mobilizable	no_good_hit								True	True
ETH0001_000000016940	1898	0.5021457950997066	2	2	2	2	1	False	81093	maximal	True	ETH0001_000000016940	1.0		1	1	False	False	0.97471022605896	0					non-mobilizable	no_good_hit	402.0	77.612	21.0	0.00014023541843805366	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
ENG0193_000000000262	50613	0.5021446401895233	45	23	15	18	10	True	67919	maximal	True	ENG0193_000000000262	1.0		10	6	False	False	1.0	0					non-mobilizable	no_good_hit	11775.0	95.20200000000001	28.0	0.18830098718420504	NZ_LMUA01000020.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00020, whole genome shotgun sequence	True	True
ISR0038_000000024890	1410	0.5021382365709472	3	2	2	2	1	False	36612	maximal	True	ISR0038_000000024890	1.0		23	7	False	False	0.978723406791687	0					non-mobilizable	no_good_hit	198.0	93.939	21.0	0.00031879601909539604	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	True	False
SPA0059_000000010650	2409	0.5021377019152878	2	2	1	2	0	False	35142	maximal	True	SPA0059_000000010650	0.9993757802746567		50	8	False	False	0.9950186610221863	0					non-mobilizable	other	2409.0	98.962	100.0	0.023955908394516404	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0066_000000013467	2403	0.5021377019152878	2	2	1	2	0	False	35142	maximal	False	SPA0059_000000010650	0.99813200498132		0	0	False	False	1.0	0					non-mobilizable	other	2403.0	99.001	100.0	0.02389621759286894	NZ_JAANXY010000007.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_7, whole genome shotgun sequence	False	False
ISR0782_000000003915	3531	0.5021364822483243	3	2	2	2	1	False	22269	maximal	True	ISR0782_000000003915	1.0		1	1	False	False	0.9943358898162842	0					non-mobilizable	no_good_hit	1386.0	80.808	38.0	0.0003280788040497856	CP019860.1	firmicutes	Clostridioides difficile strain DSM 29632 chromosome, complete genome	True	False
MON0009_000000015070	2394	0.5021363365123186	4	4	2	4	2	False	113678	fragment	False	ISR0333_000000009519	0.6298533218291631		0	0	False	False	0.9995822906494141	0					non-mobilizable	other	2394.0	96.366	100.0	0.0007441471519883227	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ENG0095_000000019400	1439	0.5021358582221048	2	2	2	2	2	False	73577	fragment	False	ENG0095_000000019400	0.9647639182522904		0	0	False	False	0.9006254076957703	0					non-mobilizable	other	1437.0	96.45100000000001	99.0	0.018628303086123472	NZ_JAAIOD010000015.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_15_length_77087_cov_346.667, whole genome shotgun sequence	False	False
USA0083_01_000000015868	1795	0.5021342117244582	3	3	3	3	3	False	122212	fragment	False	SPA0149_000000021622	0.956055743671124		0	0	False	False	0.9994428753852844	0					non-mobilizable	no_good_hit	311.0	73.633	17.0	0.00011524966005153904	NZ_LT671417.1	actinobacteria	Olsenella provencensis strain Marseille-P2912T, whole genome shotgun sequence	True	False
AUS0006_000000019715	1342	0.502131442872197	2	2	2	2	1	False	101987	fragment	False	AUS0006_000000019715	0.9942215509021864		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	177.0	82.486	13.0	3.708486670427425e-05	CP048838.1	firmicutes	[Clostridium] innocuum strain ATCC 14501 chromosome, complete genome	True	False
AST0149_000000007205	3805	0.5021314101524528	4	2	2	2	2	True	122274	maximal	True	AST0149_000000007205	1.0		28	6	False	False	0.9960578083992004	0					non-mobilizable	no_good_hit	210.0	83.81	6.0	0.0021661398144789345	NZ_JWHR01000099.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig099, whole genome shotgun sequence	True	True
USA0034_01_000000022706	2357	0.5021275550054183	6	3	3	2	0	False	118117	maximal	True	USA0034_01_000000022706	1.0		35	6	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	87.45100000000001	76.0	0.001785131041007332	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
USA0069_01_000000026100	2357	0.5021275550054183	6	3	3	2	0	False	118117	maximal	False	USA0034_01_000000022706	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1275.0	87.45100000000001	76.0	0.001785131041007332	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	True	False
SPA0047_000000018068	2169	0.5021275550054183	4	3	3	2	0	False	118118	fragment	False	SPA0047_000000018068	1.0		0	0	False	False	0.9990779161453247	0					non-mobilizable	chromosome	2067.0	83.696	95.0	0.0005792869417284108	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
AST0029_000000016022	1856	0.5021275550054183	4	3	3	2	0	False	118116	fragment	False	AST0029_000000016022	1.0		0	0	False	False	0.9956896305084229	0					non-mobilizable	other	1370.0	86.277	99.0	0.0019132437576726846	NZ_LN913000.1	firmicutes	Mediterraneibacter massiliensis strain Marseille-P2086, whole genome shotgun sequence	False	False
DEN0061_000000032633	1346	0.5021266800154621	2	2	2	1	1	False	71799	maximal	True	DEN0061_000000032633	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	141.0	80.851	10.0	3.818112797490044e-05	CP029464.1	firmicutes	Bacillus pumilus strain ZB201701 chromosome, complete genome	True	False
FIJ0069_000000015476	1427	0.5021266659136944	2	2	2	2	2	False	44967	fragment	False	MAD0069_000000006185	0.9588611264193144		0	0	False	False	0.9985984563827515	0					non-mobilizable	chromosome	1427.0	98.73899999999999	100.0	0.0006255272128463813	CP049097.1	firmicutes	Weissella confusa strain N17 chromosome, complete genome	False	False
ENG0149_000000010172	2017	0.5021263460434215	3	2	2	2	2	False	57214	maximal	True	ENG0149_000000010172	1.0		40	9	False	False	0.9995042085647583	0					non-mobilizable	no_good_hit	390.0	77.436	19.0	9.610096070850748e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
MON0103_000000027255	1977	0.5021237931679109	2	2	2	2	2	False	8894	fragment	False	MON0103_000000027255	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0073_01_000000010055	1453	0.502122671835112	2	2	2	1	1	False	705	maximal	True	USA0073_01_000000010055	1.0		1487	15	False	False	0.9972470998764038	0					non-mobilizable	other	1453.0	98.899	100.0	0.003824514823945888	NZ_QRHR01000001.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf1, whole genome shotgun sequence	False	False
CHI0107_000000009237	1597	0.5021215381405258	3	2	2	1	1	False	93400	fragment	False	CHI0128_000000004739	0.9458113649677797		0	0	False	False	0.9949905872344971	0					non-mobilizable	other	1598.0	98.436	100.0	0.0004432077578019561	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0124_000000019641	1580	0.5021174589126458	2	2	1	1	2	False	104349	fragment	False	ENG0124_000000019641	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1580.0	99.43	100.0	0.0004395726763406062	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
MON0068_000000038003	1111	0.5021133239459586	2	2	2	2	1	True	10524	maximal	True	MON0068_000000038003	1.0		0	0	False	False	0.9756975769996643	0					non-mobilizable	no_good_hit	976.0	94.87700000000001	88.0	0.002085420895317866	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	True	True
ISR0375_000000012553	1803	0.5021123913072897	3	3	3	3	1	True	23377	maximal	True	ISR0375_000000012553	1.0		18	6	False	False	1.0	0					non-mobilizable	no_good_hit	49.0	91.837	3.0	1.1453698661778483e-05	CP025803.1	a-proteobacteria	Sulfitobacter sp. SK011 chromosome, complete genome	True	True
FIJ0098_000000004769	4650	0.5021112507405759	7	7	3	5	6	False	61066	maximal	True	FIJ0098_000000004769	1.0		2	2	False	False	0.998924732208252	0					non-mobilizable	plasmid	4650.0	99.95700000000001	100.0	0.02899264737981054	CP024662.1	enterobacteria	Escherichia coli strain 90-9269 plasmid unnamed1, complete sequence	False	True
CHI0147_000000005871	3272	0.5021095968643072	6	3	3	2	2	False	117234	maximal	True	CHI0147_000000005871	1.0		18	6	False	False	0.9996943473815918	0					non-mobilizable	other	1758.0	98.69200000000001	99.0	0.036215146015508994	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0019_000000005586	2993	0.5021095968643072	5	3	3	2	2	False	86380	maximal	True	ISR0019_000000005586	1.0		198	11	False	False	0.9852990508079529	0					non-mobilizable	other	1637.0	98.71700000000001	99.0	0.08312820512820512	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0089_000000003107	2586	0.5021095968643072	5	3	3	2	2	False	86375	fragment	False	CHI0089_000000003107	1.0		0	0	False	False	0.9996132850646973	0					non-mobilizable	other	1511.0	99.007	99.0	0.03114172578782379	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0164_000000011694	2265	0.5021095968643072	6	3	3	2	2	False	117230	fragment	False	ISR0164_000000011694	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1185.0	99.325	100.0	0.0003310988591783095	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0083_000000008013	2116	0.5021095968643072	3	3	3	2	2	False	125936	fragment	False	SPA0083_000000008013	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2114.0	97.635	99.0	0.10825641025641025	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0020_000000005307	1907	0.5021095968643072	4	3	3	2	2	False	125943	maximal	True	CHI0020_000000005307	1.0		8	5	False	False	0.9837440848350525	0					non-mobilizable	no_good_hit	1022.0	99.609	72.0	0.05235897435897436	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MON0029_000000016980	1801	0.5021095968643072	7	3	3	2	2	False	125937	fragment	False	MON0029_000000016980	1.0		0	0	False	False	0.99056077003479	0					non-mobilizable	no_good_hit	1172.0	99.573	86.0	0.00032774029086880845	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0792_000000008369	1798	0.5021095968643072	4	3	3	2	2	False	86378	fragment	False	ISR0792_000000008369	1.0		0	0	False	False	0.9994438290596008	0					non-mobilizable	other	1801.0	97.723	100.0	0.0922051282051282	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0175_000000006652	1749	0.5021095968643072	4	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.4818054569248818		0	0	False	False	1.0	0					non-mobilizable	other	1749.0	99.14200000000001	100.0	0.03602953308034978	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0145_000000020306	1715	0.5021095968643072	5	3	3	2	2	False	125935	fragment	False	SPA0145_000000020306	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1293.0	99.227	100.0	0.000360206451193985	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0856_000000003561	1713	0.5021095968643072	4	3	3	2	2	False	86382	fragment	False	ISR0856_000000003561	0.9850000000000001		0	0	False	False	1.0	0					non-mobilizable	chromosome	899.0	99.444	95.0	0.0002513328618276601	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0093_000000003606	1700	0.5021095968643072	5	3	3	2	2	False	86382	fragment	False	ISR0856_000000003561	0.9801517805020432		0	0	False	False	0.9994117617607117	0					non-mobilizable	chromosome	899.0	99.555	95.0	0.0002513328618276601	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0153_000000009007	1672	0.5021095968643072	4	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.36099625679998254		0	0	False	False	1.0	0					non-mobilizable	other	1672.0	99.163	100.0	0.034441511301765385	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0112_000000022348	1655	0.5021095968643072	3	3	3	2	2	False	86379	fragment	False	ISR0112_000000022348	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1539.0	98.181	93.0	0.07876923076923077	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0050_01_000000007342	1646	0.5021095968643072	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.358748351139874		0	0	False	False	0.9914945363998413	0					non-mobilizable	other	1646.0	98.846	100.0	0.03390529615574988	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0111_01_000000015480	1634	0.5021095968643072	4	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.4524832640864444		0	0	False	False	1.0	0					non-mobilizable	other	1634.0	99.694	100.0	0.03365781224220426	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0128_000000023272	1604	0.5021095968643072	4	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.2357518376660425		0	0	False	False	1.0	0					non-mobilizable	other	1604.0	98.94	100.0	0.03303910245834021	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0065_000000017485	1538	0.5021095968643072	4	3	3	2	2	False	125933	fragment	False	ENG0065_000000017485	0.9847068192234604		0	0	False	False	1.0	0					non-mobilizable	other	1538.0	99.285	100.0	0.07882051282051282	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0134_000000020778	1538	0.5021095968643072	3	3	3	2	2	False	86377	fragment	False	ISR0134_000000020778	1.0		0	0	False	False	0.9960988163948059	0					non-mobilizable	other	1541.0	97.404	100.0	0.07887179487179487	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0058_000000009255	1528	0.5021095968643072	3	3	3	2	2	False	113064	maximal	True	AST0058_000000009255	1.0		79	11	False	False	0.9973822236061096	0					non-mobilizable	no_good_hit	912.0	99.671	83.0	0.0002549713108296195	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ISR0116_000000000061	1524	0.5021095968643072	3	3	3	2	2	False	86376	maximal	True	ISR0116_000000000061	1.0		17	7	False	False	0.9895012974739075	0					non-mobilizable	no_good_hit	1215.0	98.189	80.0	0.06215384615384616	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
ENG0177_000000017539	1510	0.5021095968643072	4	3	3	2	2	False	117228	fragment	False	ENG0177_000000017539	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1114.0	99.551	100.0	0.0003112273300137617	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0785_000000025853	1482	0.5021095968643072	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.38171977285925485		0	0	False	False	0.9959514141082764	0					non-mobilizable	chromosome	1284.0	99.844	100.0	0.00035908692842415136	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0076_000000005977	1475	0.5021095968643072	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.31073959464344325		0	0	False	False	0.9979661107063293	0					non-mobilizable	other	1475.0	99.79700000000001	100.0	0.030378650387724797	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0793_000000011605	1454	0.5021095968643072	3	3	3	2	2	False	86372	maximal	True	ISR0793_000000011605	1.0		186	11	False	False	0.9924346804618835	0					non-mobilizable	chromosome	1440.0	99.09700000000001	99.0	0.00041713953592864274	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CAN0021_000000030245	1446	0.5021095968643072	5	3	3	2	2	False	96014	fragment	False	CAN0021_000000030245	1.0		0	0	False	False	0.9993084073066711	0					non-mobilizable	no_good_hit	1154.0	99.56700000000001	80.0	0.00031175483361944655	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
ENG0072_000000007485	1443	0.5021095968643072	3	3	3	2	2	False	125933	fragment	False	ENG0065_000000017485	0.8607795883289877		0	0	False	False	1.0	0					non-mobilizable	other	1443.0	99.307	100.0	0.07394871794871795	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0316_000000015132	1438	0.5021095968643072	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.30674238340258286		0	0	False	False	0.9603615999221802	0					non-mobilizable	chromosome	1262.0	99.04899999999999	96.0	0.00035153014972777403	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
SPA0084_000000013541	1419	0.5021095968643072	3	3	3	2	2	False	125933	fragment	False	ENG0065_000000017485	0.8503686280542544		0	0	False	False	1.0	0					non-mobilizable	other	1419.0	99.366	100.0	0.07271794871794872	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0172_000000011615	1415	0.5021095968643072	4	3	3	2	2	False	125933	fragment	False	ENG0065_000000017485	0.8509171072796977		0	0	False	False	1.0	0					non-mobilizable	other	1415.0	98.869	100.0	0.07251282051282051	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0040_000000010036	1413	0.5021095968643072	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.26151236731226146		0	0	False	False	1.0	0					non-mobilizable	other	1413.0	99.505	100.0	0.02909998350107243	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0076_000000010016	1394	0.5021095968643072	4	3	3	2	2	False	86374	fragment	False	FIJ0076_000000010016	0.9660404624277457		0	0	False	False	1.0	0					non-mobilizable	chromosome	899.0	99.221	100.0	0.0002513328618276601	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0010_000000021645	1393	0.5021095968643072	3	3	3	2	2	False	125933	fragment	False	ENG0065_000000017485	0.6213002543544685		0	0	False	False	1.0	0					non-mobilizable	chromosome	899.0	99.555	99.0	0.0002513328618276601	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
AST0031_000000018332	1392	0.5021095968643072	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.25960052312915144		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	99.641	100.0	0.028666886652367597	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0127_000000018667	1386	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.9264121790161861		0	0	False	False	0.9956709742546082	0					non-mobilizable	other	1335.0	98.052	100.0	0.0683076923076923	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0205_000000005824	1381	0.5021095968643072	4	3	3	2	2	False	96011	fragment	False	ENG0205_000000005824	0.987139963220889		0	0	False	False	1.0	0					non-mobilizable	other	1381.0	99.421	100.0	0.000373132411443917	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
DEN0062_000000015768	1380	0.5021095968643072	4	3	3	2	2	False	96013	maximal	True	DEN0062_000000015768	1.0		22	8	False	False	1.0	0					non-mobilizable	other	1077.0	99.257	93.0	0.00032167885269470314	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
ENG0211_000000017412	1374	0.5021095968643072	3	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.18882794776504283		0	0	False	False	1.0	0					non-mobilizable	other	1374.0	99.63600000000001	100.0	0.028295660782049165	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0847_000000022095	1351	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.9185163300070739		0	0	False	False	1.0	0					non-mobilizable	other	1351.0	99.704	100.0	0.06923076923076923	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ETH0004_000000021527	1335	0.5021095968643072	4	3	3	2	2	False	125933	fragment	False	ENG0065_000000017485	0.7379864963242188		0	0	False	False	1.0	0					non-mobilizable	other	1335.0	99.176	100.0	0.06841025641025641	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AUS0022_000000025490	1331	0.5021095968643072	3	3	3	2	2	False	125933	fragment	False	ENG0065_000000017485	0.7364185646207316		0	0	False	False	1.0	0					non-mobilizable	other	1331.0	99.699	100.0	0.027408843425177364	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0110_000000022523	1328	0.5021095968643072	4	3	3	2	2	False	96011	fragment	False	ENG0205_000000005824	0.9740686623086754		0	0	False	False	1.0	0					non-mobilizable	other	1328.0	99.398	100.0	0.00035880196375802744	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0133_000000018754	1290	0.5021095968643072	4	3	3	2	2	False	96011	fragment	False	ENG0205_000000005824	0.8362222480050521		0	0	False	False	1.0	0					non-mobilizable	other	1230.0	99.675	95.0	0.0003323041548294014	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0107_000000012032	1270	0.5021095968643072	5	3	3	2	2	False	117225	fragment	False	DEN0058_000000001076	0.11571025504569118		0	0	False	False	1.0	0					non-mobilizable	chromosome	1193.0	99.49700000000001	100.0	0.0003333379047179768	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0772_000000004759	1269	0.5021095968643072	4	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.42341109828979956		0	0	False	False	0.9992119669914246	0					non-mobilizable	other	1271.0	97.876	100.0	0.06502564102564103	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0344_000000028174	1256	0.5021095968643072	4	3	3	2	2	False	96011	fragment	False	ENG0205_000000005824	0.964870556938381		0	0	False	False	1.0	0					non-mobilizable	other	1256.0	99.682	100.0	0.0003393341857696491	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0143_000000015244	1249	0.5021095968643072	4	3	3	2	2	False	96011	fragment	False	ENG0205_000000005824	0.8315380180710469		0	0	False	False	0.9991993308067322	0					non-mobilizable	other	1249.0	99.84	100.0	0.00033744148513189013	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0141_000000017819	1248	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.8633084819203081		0	0	False	False	1.0	0					non-mobilizable	other	1248.0	99.279	100.0	0.06394871794871795	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0053_01_000000014952	1232	0.5021095968643072	4	3	3	2	2	False	96011	fragment	False	ENG0205_000000005824	0.8317408154320258		0	0	False	False	1.0	0					non-mobilizable	other	1232.0	99.919	100.0	0.0003328449264401897	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ISR0325_000000017928	1201	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.7504837792103944		0	0	False	False	0.9975020885467529	0					non-mobilizable	other	1201.0	99.334	100.0	0.06153846153846154	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CAN0004_000000024481	1192	0.5021095968643072	4	3	3	2	2	False	96011	fragment	False	ENG0205_000000005824	0.6825005386697106		0	0	False	False	1.0	0					non-mobilizable	other	1192.0	99.664	100.0	0.000322029494224424	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
SPA0040_000000036774	1185	0.5021095968643072	3	3	3	2	2	False	6935	fragment	False	SPA0040_000000036774	1.0		0	0	False	False	0.99915611743927	0					non-mobilizable	chromosome	1129.0	99.469	100.0	0.000326986377017032	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
FIJ0113_000000022193	1181	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.739252744750945		0	0	False	False	1.0	0					non-mobilizable	other	1181.0	99.661	100.0	0.06051282051282051	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
USA0036_01_000000025540	1170	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.2667703497885895		0	0	False	False	1.0	0					non-mobilizable	other	1170.0	99.23100000000001	100.0	0.05994871794871795	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0070_000000011384	1169	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.617739821827449		0	0	False	False	0.9931565523147583	0					non-mobilizable	other	1136.0	98.85600000000001	97.0	0.05820512820512821	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0176_000000008648	1146	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.31213113617701616		0	0	False	False	0.9991273880004883	0					non-mobilizable	other	1146.0	97.469	99.0	0.05861538461538462	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MON0069_000000047315	1137	0.5021095968643072	4	3	3	2	2	False	78968	fragment	False	MON0069_000000047315	0.9943808764154659		0	0	False	False	1.0	0					non-mobilizable	other	1138.0	99.473	100.0	0.023428477148985317	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ENG0180_000000016139	1132	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.4882366493336759		0	0	False	False	1.0	0					non-mobilizable	other	1132.0	99.823	100.0	0.023304735192212506	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0156_000000013513	1129	0.5021095968643072	4	3	3	2	2	False	78968	fragment	False	MON0069_000000047315	0.988796564036632		0	0	False	False	0.9991142749786377	0					non-mobilizable	other	1129.0	99.557	100.0	0.0232428642138261	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
DEN0038_000000004637	1126	0.5021095968643072	4	3	3	2	2	False	78968	fragment	False	MON0069_000000047315	0.98558277692216		0	0	False	False	0.9991118907928467	0					non-mobilizable	other	1124.0	99.64399999999999	99.0	0.023139745916515426	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0787_000000013825	1120	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.43699014632018696		0	0	False	False	1.0	0					non-mobilizable	other	1120.0	99.554	100.0	0.023057251278666886	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0155_000000011831	1116	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.42930915625752747		0	0	False	False	0.9856630563735962	0					non-mobilizable	chromosome	1092.0	99.359	100.0	0.00031626076004040947	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
CHI0053_000000010849	1115	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.4363576323100334		0	0	False	False	1.0	0					non-mobilizable	other	1115.0	99.73100000000001	100.0	0.02295413298135621	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
SPA0146_000000020586	1109	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.43341461184719715		0	0	False	False	1.0	0					non-mobilizable	chromosome	1109.0	99.639	100.0	0.0003211887462188577	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	False	False
ISR0378_000000030856	1102	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.43197318530875545		0	0	False	False	1.0	0					non-mobilizable	other	1102.0	99.637	100.0	0.022686025408348458	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
FIJ0165_000000014805	1100	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.4319764095827601		0	0	False	False	1.0	0					non-mobilizable	other	1100.0	99.727	100.0	0.022644778089424188	NZ_CYXX01000027.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
CHI0162_000000030612	1099	0.5021095968643072	3	3	3	2	2	False	86370	fragment	False	ISR0127_000000018667	0.2630686937871877		0	0	False	False	1.0	0					non-mobilizable	other	1099.0	99.181	100.0	0.05630769230769231	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
MAD0093_000000006956	4103	0.5021088990767166	5	5	3	3	5	True	128585	fragment	False	SPA0122_000000007195	0.9416689892036344		0	0	False	False	0.9956129789352417	0					non-mobilizable	chromosome	4106.0	96.103	100.0	0.001244966414436026	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	False	True
USA0005_01_000000005691	6326	0.5021049816255051	6	4	4	3	2	False	2190	maximal	True	USA0005_01_000000005691	1.0		1	1	False	False	0.9979450106620789	0					non-mobilizable	no_good_hit	1006.0	99.602	16.0	0.0013812097748421917	NZ_HF545617.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome II	True	False
FIJ0021_000000018085	2721	0.5021036529800418	4	3	3	3	3	False	49648	maximal	True	FIJ0021_000000018085	0.9852082522382251		183	11	False	False	0.9996324777603149	0					non-mobilizable	other	2755.0	86.134	99.0	0.010012790863878088	NZ_CYXV01000003.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0073_000000000469	16776	0.5021001496296515	36	3	1	2	2	False	84810	maximal	True	CHI0073_000000000469	1.0		1	1	False	False	0.9981521368026733	0					non-mobilizable	no_good_hit	6218.0	90.52799999999999	69.0	0.2571880331211251	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	True	False
ISR0138_000000005357	5387	0.5021001496296515	7	3	1	2	2	False	31362	fragment	False	ISR0138_000000005357	1.0		0	0	False	False	0.9994431138038635	0					non-mobilizable	virus	5387.0	98.626	100.0	0.2241085174551658	MK232372.1	viruses	Uncultured human fecal virus clone B.wexlerae_B07.V06.O07_2_c1 sequence	False	False
MAD0022_000000009091	1528	0.5020992118927837	1	1	1	1	1	False	34408	maximal	True	MAD0022_000000009091	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0071_000000004093	1508	0.5020992118927837	1	1	1	1	1	False	34408	maximal	False	MAD0022_000000009091	0.993455497382199		0	0	False	False	0.9986737370491028	0					non-mobilizable	no_good_hit								True	False
ISR0002_000000011055	1870	0.5020909989336776	3	2	2	2	1	False	38638	maximal	True	ISR0002_000000011055	1.0		65	9	False	False	0.9994652271270752	0					non-mobilizable	no_good_hit	1335.0	99.775	71.0	0.00037586030168565177	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
ENG0203_000000013322	1409	0.5020880503464639	2	2	2	2	1	False	54081	maximal	False	SPA0084_000000013487	0.983497191011236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	528.0	87.5	65.0	0.0001852579160707537	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
MON0100_000000017845	2449	0.5020839483933591	3	3	3	3	3	False	35695	fragment	False	MON0100_000000017845	1.0		0	0	False	False	0.9889751076698303	0					non-mobilizable	chromosome	2449.0	97.509	100.0	0.0008318277409794432	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
USA0082_01_000000016665	1789	0.5020825968036531	2	2	2	2	1	False	529	maximal	True	USA0082_01_000000016665	1.0		3	3	False	False	0.9949692487716675	0					non-mobilizable	no_good_hit	811.0	94.575	45.0	0.00018897452623386368	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ENG0190_000000005973	5105	0.5020823106322952	8	5	2	5	3	False	54820	fragment	False	ENG0190_000000005973	1.0		0	0	False	False	0.9958863854408264	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	4.120119489569078e-07	CP023766.1	eudicots	Solanum lycopersicum cultivar I-3 chromosome 10	True	False
FIJ0111_000000012716	1626	0.5020800764280448	2	2	2	2	1	False	42082	maximal	False	FIJ0114_000000022924	0.9578071182548794		0	0	False	False	1.0	0					non-mobilizable	other	1626.0	98.462	100.0	0.06266389017430202	NZ_QRYH01000032.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf32, whole genome shotgun sequence	False	False
ISR0320_000000001505	9389	0.502079293090839	10	9	8	7	8	False	87951	maximal	True	ISR0320_000000001505	1.0		40	6	False	False	1.0	0					non-mobilizable	chromosome	9391.0	98.179	100.0	0.0037215910554960264	NZ_CP048627.1	firmicutes	Megamonas funiformis strain JCM 14723 chromosome, complete genome	False	False
ISR0099_000000016397	1141	0.502074066517976	2	2	2	1	1	False	73896	fragment	False	DEN0031_000000026589	0.7410336903012061		0	0	False	False	0.997370719909668	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	0.0006072435480373021	NZ_AUDP01000032.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00031.31_C, whole genome shotgun sequence	True	False
USA0019_01_000000007003	4167	0.5020720122535349	5	4	1	3	1	True	129117	maximal	True	USA0019_01_000000007003	1.0		1	1	False	False	0.9920806288719177	0					non-mobilizable	no_good_hit	1116.0	99.91	27.0	0.00017779813198744664	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	True
ISR0033_000000006646	4252	0.5020707228227577	8	5	3	4	4	True	36902	maximal	True	ISR0033_000000006646	1.0		42	5	False	False	0.9948259592056274	0					non-mobilizable	no_good_hit	3211.0	96.979	75.0	0.00975545949826458	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
SPA0097_000000006423	4799	0.5020691970948421	3	3	3	3	3	False	51915	maximal	True	SPA0097_000000006423	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	2693.0	98.88600000000001	56.0	0.09419503831484656	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
ISR0223_000000020793	1521	0.5020672601799533	3	1	1	1	1	False	27794	maximal	True	ISR0223_000000020793	1.0		0	0	False	False	0.9848783612251282	0					non-mobilizable	no_good_hit								True	False
ISR0160_000000011024	2567	0.5020656250351628	3	3	3	2	1	False	121207	maximal	True	ISR0160_000000011024	1.0		1	1	False	False	0.9949357509613037	0					non-mobilizable	no_good_hit	2129.0	98.779	83.0	0.011125007195148116	NZ_CYZK01000005.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0389_000000000818	16944	0.5020651010516327	22	9	2	4	6	False	22919	maximal	True	ISR0389_000000000818	1.0		14	7	False	False	1.0	0					non-mobilizable	no_good_hit	833.0	98.439	5.0	0.9987995198079231	GQ879778.1		Uncultured organism clone VC1CB51TF genomic sequence	True	False
MON0035_000000008840	3057	0.5020639493009	4	2	2	2	1	False	60765	maximal	True	MON0035_000000008840	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	1854.0	96.06299999999999	61.0	0.0005933384075027689	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0097_000000011744	2457	0.5020639493009	2	2	2	2	1	False	60767	maximal	True	ISR0097_000000011744	1.0		13	6	False	False	1.0	0					non-mobilizable	other	2457.0	99.145	100.0	0.0007864215482065842	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
ISR0239_000000009297	1649	0.5020632185978731	2	2	2	2	2	False	36158	fragment	False	ISR0239_000000009297	0.9883647798742139		0	0	False	False	1.0	0					non-mobilizable	other	1650.0	98.848	100.0	0.04982625774286146	NZ_CYZK01000029.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
DEN0021_000000034569	1102	0.5020629901078905	2	2	2	2	2	False	74667	maximal	False	ISR0295_000000030211	0.9415503795677241		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	301.0	99.00299999999999	27.0	0.42796005706134094	EU061144.1	bacteria	Uncultured bacterium clone LM0ABA40ZF08RM1 genomic sequence	True	False
MON0011_000000042231	1108	0.5020600062360515	2	2	1	2	0	True	79238	fragment	False	CHI0153_000000012174	0.556381392216289		0	0	False	False	1.0	0					non-mobilizable	other	1108.0	95.66799999999999	100.0	0.0003443858266099804	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0066_000000003431	4957	0.502059502411904	6	6	6	4	5	True	128162	maximal	False	ISR0005_000000002093	0.8950211560329495		0	0	False	False	1.0	0					non-mobilizable	other	4957.0	99.677	100.0	0.007177376492209303	NZ_JAAIUD010000001.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_1_length_690503_cov_228.583, whole genome shotgun sequence	False	True
MON0050_000000029682	1364	0.5020579175090889	2	2	2	2	1	False	11311	maximal	True	MON0050_000000029682	1.0		6	5	False	False	1.0	0					non-mobilizable	plasmid	1152.0	100.0	100.0	0.004200729927007299	CP055919.1	enterobacteria	Escherichia coli strain RHBSTW-00511 plasmid pRHBSTW-00511_2, complete sequence	False	True
ENG0027_000000010778	2095	0.5020558010222772	3	2	1	2	1	True	65965	fragment	False	ENG0027_000000010778	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2095.0	99.905	100.0	0.008635692546250856	NZ_CABJCG010000011.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	False	True
CHI0130_000000006464	2504	0.5020553110023764	3	2	2	2	2	False	81106	backbone	True	CHI0130_000000006464	1.0	PS398	36	8	True	True	1.0	24					non-mobilizable	chromosome	1915.0	100.0	99.0	0.0004639637827059318	NZ_LR215980.1	CFB group bacteria	Paraprevotella xylaniphila YIT 11841 isolate Paraprevotella xylaniphila 82A6 chromosome 1	False	True
FIJ0172_000000009829	2695	0.5020550626360007	5	3	3	2	2	False	78571	maximal	False	ENG0179_000000011698	0.8137963317898855		0	0	False	False	0.9992578625679016	0					non-mobilizable	no_good_hit	84.0	84.524	3.0	0.00023430646714423276	CP032313.1	a-proteobacteria	Pannonibacter phragmitetus BB plasmid p.BB_1, complete sequence	True	False
SPA0126_000000040152	1146	0.5020549326284364	2	2	2	2	2	False	3937	maximal	True	SPA0126_000000040152	1.0		247	12	False	False	0.9991273880004883	0					non-mobilizable	no_good_hit	29.0	100.0	3.0	4.96816823637125e-05	NZ_VCRA01000003.1	firmicutes	Paenibacillus mesophilus strain SYSU K30004 Scaffold3, whole genome shotgun sequence	True	False
CHI0044_000000013546	1211	0.5020533120467091	1	1	1	1	1	False	87221	fragment	False	CHI0044_000000013546	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1065.0	87.13600000000001	88.0	0.07601120770170271	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
TAN0016_000000008814	1365	0.5020524851893335	3	3	1	2	3	False	2512	fragment	False	TAN0016_000000008814	1.0		0	0	False	False	0.9985347986221313	0					non-mobilizable	no_good_hit	63.0	96.825	5.0	0.0029731933055195895	NZ_QRST01000031.1	firmicutes	Megamonas rupellensis strain AF29-2 AF29-2.Scaf31, whole genome shotgun sequence	True	False
FIJ0144_000000022761	1394	0.5020499741981881	4	1	1	1	1	False	40050	maximal	True	FIJ0144_000000022761	1.0		63	9	False	False	0.9935437440872192	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	1.1619899154768536e-05	NZ_LN555523.1	firmicutes	Romboutsia ilealis strain CRIB chromosome 1	True	False
DEN0003_000000014296	1791	0.5020498512193513	2	2	2	2	0	False	83638	fragment	False	DEN0003_000000014296	0.9775822928490352		0	0	False	False	1.0	0					non-mobilizable	other	1792.0	97.042	100.0	0.003938081912103771	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0018_000000016978	1763	0.5020498512193513	3	2	2	2	0	False	83637	fragment	False	SPA0018_000000016978	0.9543088490456911		0	0	False	False	1.0	0					non-mobilizable	other	1764.0	98.29899999999999	100.0	0.23496466195492732	NZ_LR130836.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0112_000000020627	1762	0.5020498512193513	2	2	2	2	0	False	83638	fragment	False	DEN0003_000000014296	0.9698492462311558		0	0	False	False	1.0	0					non-mobilizable	other	1763.0	97.10700000000001	100.0	0.0005269802832765905	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
USA0080_01_000000024555	1729	0.5020498512193513	3	2	2	2	0	False	83637	fragment	False	SPA0018_000000016978	0.9455473624503687		0	0	False	False	1.0	0					non-mobilizable	other	1731.0	92.721	100.0	0.08253725640045854	NZ_WHZW01000030.1	high GC Gram+	Bifidobacterium aerophilum strain TRE17 sequence30, whole genome shotgun sequence	False	False
MON0045_000000012492	1658	0.5020498512193513	3	2	2	2	0	False	83636	maximal	True	MON0045_000000012492	1.0		163	10	False	False	1.0	0					non-mobilizable	chromosome	1188.0	87.963	99.0	0.00027871087495879465	CP029152.1	firmicutes	Clostridioides difficile strain CDT4 chromosome, complete genome	False	False
MON0080_000000033462	1657	0.5020498512193513	2	2	2	2	0	False	23451	maximal	True	MON0080_000000033462	1.0		25	7	False	False	1.0	0					non-mobilizable	other	1670.0	86.10799999999999	100.0	0.00045986970358398454	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0137_000000006877	1644	0.5020498512193513	2	2	2	2	0	False	83635	fragment	False	FIJ0137_000000006877	0.9659307581740327		0	0	False	False	1.0	0					non-mobilizable	chromosome	1646.0	97.75200000000001	100.0	0.00045738942826321465	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
FIJ0163_000000015529	1577	0.5020498512193513	2	2	2	2	0	False	83635	fragment	False	FIJ0137_000000006877	0.9394650465934119		0	0	False	False	1.0	0					non-mobilizable	other	1577.0	96.068	100.0	0.30536717690370085	NZ_LR130837.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	False	False
ISR0232_000000019643	1488	0.5020498512193513	2	2	2	2	0	False	88433	fragment	False	MON0046_000000023283	0.9839981731875765		0	0	False	False	1.0	0					non-mobilizable	other	1497.0	87.90899999999999	100.0	0.003271468046535368	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0228_000000018326	1484	0.5020498512193513	2	2	2	2	0	False	83635	fragment	False	FIJ0137_000000006877	0.9263354259869697		0	0	False	False	1.0	0					non-mobilizable	other	1484.0	99.865	100.0	0.00035790566060503676	FP929049.1	firmicutes	Roseburia intestinalis M50/1 draft genome	False	False
MON0046_000000023283	1475	0.5020498512193513	2	2	2	2	0	False	88433	fragment	False	MON0046_000000023283	0.9872861427842607		0	0	False	False	1.0	0					non-mobilizable	other	975.0	83.795	100.0	0.0021668838050749634	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	False	False
CHI0092_000000007352	1447	0.5020498512193513	2	2	2	2	0	False	83635	fragment	False	FIJ0137_000000006877	0.6681637048016755		0	0	False	False	0.9979267716407776	0					non-mobilizable	other	1448.0	96.271	100.0	0.01770171508318337	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ENG0048_000000017840	1445	0.5020498512193513	2	2	2	2	0	False	88433	fragment	False	MON0046_000000023283	0.9710799880059445		0	0	False	False	1.0	0					non-mobilizable	other	1454.0	87.001	100.0	0.0031768660788144393	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ISR0034_000000014973	1437	0.5020498512193513	2	2	2	2	0	False	83635	fragment	False	FIJ0137_000000006877	0.79861882777231		0	0	False	False	1.0	0					non-mobilizable	other	1438.0	96.94	100.0	0.00039877590238321365	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
FIJ0131_000000013167	1413	0.5020498512193513	2	2	2	2	0	False	83635	fragment	False	FIJ0137_000000006877	0.6668674223575215		0	0	False	False	0.9957537055015564	0					non-mobilizable	other	1413.0	97.24	100.0	0.017285492183578784	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
FIJ0095_000000019826	1400	0.5020498512193513	2	2	2	2	0	False	83635	fragment	False	FIJ0137_000000006877	0.6657904185114308		0	0	False	False	1.0	0					non-mobilizable	chromosome	1401.0	97.93	100.0	0.0003894630615582698	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0032_000000005458	1384	0.5020498512193513	2	2	2	2	0	False	88433	fragment	False	MON0046_000000023283	0.9587092789336147		0	0	False	False	1.0	0					non-mobilizable	other	1392.0	87.428	100.0	0.0030426632873963777	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
ENG0211_000000017808	1341	0.5020498512193513	2	2	2	2	0	False	88433	fragment	False	MON0046_000000023283	0.9397762354788124		0	0	False	False	1.0	0					non-mobilizable	other	1349.0	87.25	100.0	0.0029480613196754494	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
SPA0019_000000006089	4457	0.5020493390212194	5	3	2	0	3	False	118045	fragment	False	SPA0019_000000006089	0.9997556207233627		0	0	False	False	1.0	0					non-mobilizable	chromosome	2452.0	87.398	92.0	0.0005430690397339961	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
USA0016_01_000000004488	4092	0.5020493390212194	4	3	2	0	3	False	118045	fragment	False	SPA0019_000000006089	0.9588288086156607		0	0	False	False	0.9997556209564209	0					non-mobilizable	chromosome	2437.0	87.238	91.0	0.0005397373278337876	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
CAN0002_000000006832	2673	0.5020493390212194	4	3	2	0	3	False	120713	fragment	False	ENG0067_000000010243	0.3234831062777941		0	0	False	False	1.0	0					non-mobilizable	other	2673.0	100.0	100.0	0.007086687265445769	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
MON0069_000000019105	2553	0.5020493390212194	3	3	2	0	3	False	120713	fragment	False	ENG0067_000000010243	0.3655049992418511		0	0	False	False	0.9984332323074341	0					non-mobilizable	other	2139.0	98.083	99.0	0.005670410693683778	NZ_CZAI01000006.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ENG0043_000000003842	7701	0.5020471096524266	10	8	8	6	6	False	116360	fragment	False	ENG0043_000000003842	0.9938905066777197		0	0	False	False	1.0	0					non-mobilizable	other	2004.0	98.353	96.0	0.025775054073540013	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
AST0153_000000003841	7237	0.5020471096524266	10	8	8	6	6	False	116360	fragment	False	ENG0043_000000003842	0.9768963442712608		0	0	False	False	1.0	0					non-mobilizable	other	2006.0	98.305	95.0	0.025800803378308784	NZ_DS483539.1	firmicutes	Coprococcus eutactus ATCC 27759 Scfld_02_19, whole genome shotgun sequence	False	False
SPA0114_000000016269	2819	0.5020437409740202	3	3	2	2	2	False	4454	maximal	True	SPA0114_000000016269	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1425.0	85.684	53.0	0.0004149421335814982	CP023415.1	d-proteobacteria	Desulfovibrio sp. G11 chromosome, complete genome	True	False
FIJ0034_000000013967	1975	0.5020418107479903	4	3	3	2	2	False	48129	maximal	True	FIJ0034_000000013967	1.0		15	3	False	False	1.0	0					non-mobilizable	no_good_hit	847.0	79.693	43.0	0.0004338046106938504	NZ_LT700191.1	CFB group bacteria	Parabacteroides massiliensis strain SN4, whole genome shotgun sequence	True	False
FIJ0006_000000013310	2663	0.5020351957855451	3	3	3	3	1	True	53179	maximal	True	FIJ0006_000000013310	1.0		1	1	False	False	0.999624490737915	0					non-mobilizable	no_good_hit	45.0	88.889	2.0	0.00011690596138840783	NZ_BJCL01000004.1	b-proteobacteria	Aquabacterium pictum strain W35 sequence04, whole genome shotgun sequence	True	True
ENG0119_000000024879	1209	0.5020343919879636	2	2	2	1	1	False	59238	maximal	True	ENG0119_000000024879	1.0		246	14	False	False	0.9983457326889038	0					non-mobilizable	chromosome	1232.0	84.74	99.0	0.00040694232156387024	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0185_000000005718	3588	0.5020321197882884	4	4	4	4	4	False	81482	maximal	True	CHI0185_000000005718	1.0		467	14	False	False	0.99470454454422	0					non-mobilizable	chromosome	3586.0	98.689	99.0	0.0015998200704456335	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
SPA0055_000000011884	2652	0.5020320208198875	4	3	2	3	2	False	6404	maximal	True	SPA0055_000000011884	1.0		187	9	False	False	1.0	0					non-mobilizable	other	2652.0	98.756	100.0	0.02462198610543523	NZ_CABMOJ010000020.1	CFB group bacteria	Paraprevotella clara isolate MGYG-HGUT-02540, whole genome shotgun sequence	False	False
MAD0092_000000008976	2046	0.5020318043657467	3	3	3	3	2	False	47742	maximal	True	MAD0092_000000008976	1.0		223	12	False	False	0.9985337257385254	0					non-mobilizable	no_good_hit	447.0	89.485	44.0	0.0014148138963338834	NZ_VZBY01000050.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_1_length_314529_cov_24.2727_ID_1, whole genome shotgun sequence	True	False
FIJ0067_000000013839	2198	0.5020315113116377	2	2	2	2	2	False	71523	fragment	False	ENG0153_000000013328	0.9724778997331235		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	966.0	71.843	43.0	0.00010669902031930334	NC_017672.3	firmicutes	Paenibacillus mucilaginosus K02, complete genome	True	False
CHI0131_000000009716	1808	0.5020296035395003	2	1	1	0	1	False	81023	maximal	True	CHI0131_000000009716	1.0		27	7	False	False	0.9917035102844238	0					non-mobilizable	no_good_hit	1094.0	99.726	61.0	0.00020017801741347292	CP054003.1	CFB group bacteria	Bacteroides fragilis strain FDAARGOS_763 chromosome, complete genome	True	False
AST0047_000000005025	4155	0.5020245659171776	4	4	4	4	4	False	125359	fragment	False	AST0047_000000005025	1.0		0	0	False	False	0.999518632888794	0					non-mobilizable	other	4155.0	99.11	100.0	0.016376804726250277	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0812_000000021033	1881	0.5020201468865575	3	1	1	1	1	False	21646	fragment	False	ISR0812_000000021033	0.9917145345797316		0	0	False	False	0.9681020975112915	0					non-mobilizable	no_good_hit	633.0	81.991	33.0	0.00017477086141901076	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0099_000000010349	1582	0.5020195707110784	3	3	3	3	1	False	60651	maximal	True	ENG0099_000000010349	1.0		1	1	False	False	0.983565092086792	0					non-mobilizable	no_good_hit	901.0	99.889	57.0	0.00034687922397721695	CP034949.1	firmicutes	Enterococcus faecium strain NM213 chromosome, complete genome	True	False
DEN0028_000000008637	3158	0.5020185600030944	3	3	3	3	3	False	121622	fragment	False	ISR0811_000000004422	0.9818784520835677		0	0	False	False	0.9996833205223083	0					non-mobilizable	chromosome	3159.0	94.14399999999999	100.0	0.0007014364120572433	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
FIJ0068_000000004530	6412	0.5020175621772948	6	5	5	5	5	False	98171	maximal	True	FIJ0068_000000004530	1.0		116	12	False	False	1.0	0					non-mobilizable	other	6412.0	99.54799999999999	100.0	0.001556518671547368	AP023205.1	enterobacteria	Escherichia coli TUM18781 DNA, complete genome	False	False
CHI0134_000000005813	2501	0.5020160691791958	6	4	2	2	4	False	87399	fragment	False	ISR0207_000000009981	0.6883723993191309		0	0	False	False	1.0	0					non-mobilizable	other	1372.0	92.493	100.0	0.00025760941102918536	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
MAD0060_000000001183	9684	0.502016009971524	9	5	5	5	3	False	120032	maximal	True	MAD0060_000000001183	1.0		1	1	False	False	0.9986575841903687	0					non-mobilizable	no_good_hit	2793.0	90.04700000000001	50.0	0.0007516725389957169	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
MON0084_000000031665	1187	0.5020154793210221	3	1	1	1	1	False	14166	fragment	False	MON0084_000000031665	0.9636030181217532		0	0	False	False	1.0	0					non-mobilizable	other	1188.0	95.455	100.0	0.040988422325902885	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
MON0004_000000043598	1114	0.5020154793210221	2	1	1	1	1	False	14166	fragment	False	MON0084_000000031665	0.9363827620655624		0	0	False	False	1.0	0					non-mobilizable	other	1114.0	95.33200000000001	100.0	0.03846552617936755	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
MON0070_000000032041	1065	0.5020154793210221	2	1	1	1	1	False	13117	fragment	False	MON0070_000000032041	0.9576354679802956		0	0	False	False	1.0	0					non-mobilizable	other	1065.0	95.962	100.0	0.036772075341282184	NZ_SPFY01000027.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_27_length_28935_cov_17.3976, whole genome shotgun sequence	False	False
ENG0095_000000012362	2240	0.502007438661399	3	3	3	3	2	False	81626	maximal	True	ENG0095_000000012362	1.0		208	11	False	False	0.9924107193946838	0					non-mobilizable	no_good_hit	82.0	89.024	4.0	3.9015673571465495e-05	NZ_VYYV01000001.1	firmicutes	Lactobacillus crispatus strain NCK971 1, whole genome shotgun sequence	True	False
ISR0338_000000010760	2484	0.5020020407230475	3	3	2	2	0	True	90591	maximal	True	ISR0338_000000010760	1.0		48	10	False	False	0.990338146686554	0					non-mobilizable	no_good_hit	1438.0	94.43700000000001	58.0	0.00048795124021506554	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0238_000000009026	1645	0.5020020407230475	3	3	2	2	0	True	90590	fragment	False	ISR0238_000000009026	0.9920735573874445		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1036.0	93.436	63.0	0.00035135207686795106	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
CHI0006_000000009674	1577	0.5020020407230475	3	3	2	2	0	True	90590	fragment	False	ISR0238_000000009026	0.9717325227963526		0	0	False	False	0.9955611824989319	0					non-mobilizable	no_good_hit	943.0	93.743	60.0	0.0003200905767984622	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	True
ISR0290_000000005165	2514	0.5020009503260368	3	2	2	1	1	False	110487	maximal	True	ISR0290_000000005165	1.0		16	4	False	False	1.0	0					non-mobilizable	no_good_hit	1664.0	94.772	66.0	0.00820359517748969	NZ_CYZN01000006.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0061_000000002410	2698	0.501998631278533	1	1	1	1	1	False	85671	fragment	False	CHI0061_000000002410	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	178.0	78.652	7.0	0.0009635651912074676	NZ_JAAITU010000002.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_2_length_182655_cov_151.552, whole genome shotgun sequence	True	False
MON0072_000000005139	3987	0.5019980606568958	4	4	2	1	3	True	54561	maximal	True	MON0072_000000005139	1.0		5	5	False	False	1.0	0					non-mobilizable	chromosome	3997.0	91.494	99.0	0.0008399901108145668	NZ_LR215983.1	firmicutes	Eubacterium limosum isolate Eubacterium limosum 81C1 chromosome 1	False	True
FIJ0074_000000009369	3459	0.5019963840150433	8	5	4	3	4	False	44656	maximal	True	FIJ0074_000000009369	1.0		156	11	False	False	1.0	0					non-mobilizable	no_good_hit	723.0	93.77600000000001	47.0	0.00019233185434316537	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
CHI0142_000000014448	1292	0.5019946818926269	2	2	2	2	1	False	79971	maximal	True	CHI0142_000000014448	1.0		131	11	False	False	0.9984520077705383	0					non-mobilizable	no_good_hit	557.0	83.662	43.0	0.00015491689156181115	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0083_000000033956	1211	0.5019928334630579	3	3	3	3	3	False	9847	fragment	False	MON0083_000000033956	1.0		0	0	False	False	0.9587118029594421	0					non-mobilizable	no_good_hit	989.0	96.15799999999999	81.0	0.05061538461538462	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
MAD0103_000000005774	3349	0.5019920474644329	7	3	2	1	2	False	14931	maximal	True	MAD0103_000000005774	1.0		1	1	False	False	0.9994028210639954	0					non-mobilizable	no_good_hit	480.0	90.208	14.0	0.0017998724141073544	LR756499.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
SPA0096_000000038569	1128	0.5019897359476164	2	2	2	1	1	False	5148	fragment	False	SPA0096_000000038569	1.0		0	0	False	False	0.9982269406318665	0					non-mobilizable	other	1128.0	97.961	100.0	0.0002580318839687077	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
ENG0125_000000010390	2499	0.5019880166128369	2	2	1	2	1	False	61907	maximal	True	ENG0125_000000010390	1.0		984	13	False	False	1.0	0					non-mobilizable	other	2499.0	99.96	100.0	0.0004835564668321496	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ENG0080_000000021492	1323	0.5019874584041235	3	3	3	3	1	False	61722	maximal	True	ENG0080_000000021492	1.0		311	13	False	False	0.9931972622871399	0					non-mobilizable	no_good_hit	371.0	82.48	28.0	0.002891731991152863	NZ_AAXG02000015.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont176, whole genome shotgun sequence	True	False
FIJ0136_000000014177	1932	0.5019846975555733	3	2	2	2	1	False	51134	maximal	True	FIJ0136_000000014177	1.0		10	3	False	False	0.9994823932647705	0					non-mobilizable	no_good_hit								True	False
MAD0109_000000007076	1999	0.5019820690476173	3	3	2	3	2	False	103408	fragment	False	MAD0025_000000005030	0.6292254054873427		0	0	False	False	0.9944972395896912	0					non-mobilizable	other	1985.0	98.287	99.0	0.0022077537469466645	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
CHI0091_000000000183	9195	0.5019790981914032	13	9	4	8	5	False	131167	fragment	False	CHI0091_000000000183	0.9858578136944414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1535.0	82.932	37.0	0.00044086353711411425	LN681234.1	firmicutes	[Clostridium] sordellii genome assembly JGS6382, chromosome : 1	True	False
CHI0014_000000005248	1294	0.5019783730321462	2	1	1	1	1	False	89900	maximal	True	CHI0014_000000005248	0.9942244224422442		1265	13	False	False	1.0	0					non-mobilizable	other	1294.0	99.845	100.0	0.0002501020637098228	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
AST0060_000000008678	3264	0.5019757973622586	4	4	4	4	3	False	112488	maximal	True	AST0060_000000008678	1.0		1	1	False	False	0.984375	0					non-mobilizable	chromosome	3016.0	99.072	92.0	0.0006432679290933123	NZ_CP050150.1	enterobacteria	Hafnia alvei strain A23BA chromosome, complete genome	False	False
ISR0168_000000014621	1709	0.5019723043980546	2	2	2	2	2	False	30123	maximal	True	ISR0168_000000014621	1.0		6	5	False	False	0.9953188896179199	0					non-mobilizable	no_good_hit	391.0	95.652	58.0	0.019834206377460206	NZ_QRML01000056.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf56, whole genome shotgun sequence	True	False
DEN0021_000000011429	2980	0.5019696831263393	3	3	2	3	2	True	84199	fragment	False	DEN0021_000000011429	1.0		0	0	False	False	0.9989932775497437	0					non-mobilizable	other	1720.0	98.488	99.0	0.0005205732422930782	AP019739.1	CFB group bacteria	Alistipes communis 6CPBBH3 DNA, complete genome	False	True
MAD0098_000000008074	5110	0.5019682377132612	4	3	3	3	3	False	130682	fragment	False	ISR0168_000000004408	0.8276888169541141		0	0	False	False	1.0	0					non-mobilizable	chromosome	5110.0	97.456	100.0	0.0022151894617857054	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
MAD0080_000000005194	1462	0.5019672198795081	3	2	1	2	1	False	16152	maximal	True	MAD0080_000000005194	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1205.0	87.38600000000001	82.0	0.014294548568166683	NZ_OLMR01000008.1	firmicutes	Pseudoruminococcus massiliensis strain Marseille-P3876, whole genome shotgun sequence	True	False
ENG0052_000000024214	1372	0.5019638568027268	3	2	2	1	1	False	63935	fragment	False	ENG0052_000000024214	1.0		0	0	False	False	0.9948979616165161	0					non-mobilizable	no_good_hit	373.0	83.646	27.0	0.00015383353596581326	LT629759.1	actinobacteria	Olsenella umbonata strain DSM 22620 genome assembly, chromosome: I	True	False
MON0044_000000034889	1599	0.5019613679187607	2	2	2	2	2	True	11609	maximal	True	MON0044_000000034889	1.0		279	13	False	False	0.9993746280670166	0					non-mobilizable	chromosome	1550.0	82.12899999999999	96.0	0.00041267320203727716	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
ISR0182_000000009025	3808	0.5019602199970158	3	2	2	2	1	False	29566	maximal	True	ISR0182_000000009025	1.0		1	1	False	False	0.9976365566253662	0					non-mobilizable	no_good_hit	1414.0	80.976	36.0	0.0003403382651633199	CP028528.1	firmicutes	Clostridioides difficile strain 020696 chromosome	True	False
FIJ0021_000000040448	1179	0.5019582302735102	1	1	1	1	1	False	49509	fragment	False	FIJ0021_000000040448	1.0		0	0	False	False	0.9889736771583557	0					non-mobilizable	no_good_hit								True	False
ISR0037_000000017285	1394	0.5019580296127445	2	2	1	2	1	False	123021	fragment	False	ITA0008_000000000750	0.36069582498850566		0	0	False	False	1.0	0					non-mobilizable	chromosome	1393.0	98.492	100.0	0.00037303273469440257	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0098_000000034161	1145	0.5019518171468668	2	1	1	1	1	False	5030	maximal	True	SPA0098_000000034161	1.0		225	10	False	False	1.0	0					non-mobilizable	no_good_hit	273.0	81.319	24.0	0.003185869730723731	NZ_FNID01000012.1	firmicutes	Acetanaerobacterium elongatum strain CGMCC 1.5012, whole genome shotgun sequence	True	False
ISR0857_000000001736	1711	0.5019503945088258	2	2	2	2	2	False	20468	maximal	True	ISR0857_000000001736	1.0		743	12	False	False	0.9941554665565491	0					non-mobilizable	other	1712.0	99.241	100.0	0.0014286418050150254	NZ_DS499577.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_7, whole genome shotgun sequence	False	False
MON0102_000000023961	1878	0.501946993075409	2	2	2	2	2	False	39139	fragment	False	MON0102_000000023961	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	870.0	74.138	46.0	0.0030872396487726427	NZ_FUWY01000003.1	CFB group bacteria	Anaerorhabdus furcosa strain ATCC 25662, whole genome shotgun sequence	True	False
MON0101_000000009688	5607	0.5019445864324226	5	5	5	5	5	False	44726	fragment	False	MON0101_000000009688	1.0		0	0	False	False	0.9985731840133667	0					non-mobilizable	no_good_hit	313.0	75.719	6.0	8.086098692138748e-05	CP036524.1	firmicutes	[Clostridium] hylemonae DSM 15053 chromosome, complete genome	True	False
FIJ0057_000000032362	1114	0.5019430227194301	2	1	1	1	1	False	46083	maximal	True	FIJ0057_000000032362	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ITA0006_000000006571	3948	0.5019414906845711	6	3	1	1	3	True	20361	maximal	True	ITA0006_000000006571	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2338.0	91.275	65.0	0.0003599126653035713	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	True
MON0009_000000004956	5470	0.5019388720617879	7	6	3	6	2	True	35236	fragment	False	MON0025_000000004753	0.9804799426934097		0	0	False	False	0.9972577691078186	0					non-mobilizable	no_good_hit	495.0	93.535	9.0	0.025843235466510364	MK232865.1	viruses	Uncultured human fecal virus clone C.aerofaciens_B06.V07.N13_4-proph_c1 sequence	True	True
ISR0139_000000005476	4174	0.501937871928247	5	4	4	3	3	False	102913	fragment	False	ISR0139_000000005476	1.0		0	0	False	False	0.9935314059257507	0					non-mobilizable	no_good_hit	526.0	77.186	13.0	0.001993297012732615	NZ_QJKD01000010.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_110, whole genome shotgun sequence	True	False
ENG0165_000000011016	1797	0.501936067271526	4	4	3	2	3	False	56221	fragment	False	ENG0165_000000011016	1.0		0	0	False	False	0.99443519115448	0					non-mobilizable	no_good_hit	727.0	94.36	40.0	0.0006496946614070633	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
MAD0096_000000010963	1724	0.5019312414312541	1	1	1	1	1	False	15483	maximal	True	MAD0096_000000010963	1.0		12	3	False	False	0.9849187731742859	0					non-mobilizable	no_good_hit	389.0	76.607	52.0	0.0018015657243932	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	False
ENG0067_000000017644	1510	0.5019298385473315	3	3	3	3	2	False	62658	maximal	True	ENG0067_000000017644	1.0		21	6	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	84.03399999999999	8.0	0.0004540277649521347	NZ_CABJCG010000008.1	firmicutes	Enterocloster lavalensis isolate MGYG-HGUT-00172, whole genome shotgun sequence	True	False
FIJ0022_000000018253	1408	0.5019287905516391	2	2	2	2	2	False	49458	maximal	True	FIJ0022_000000018253	1.0		170	12	False	False	0.9893465638160706	0					non-mobilizable	other	1389.0	96.904	99.0	0.015746602228121527	NZ_JAANXY010000010.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_10, whole genome shotgun sequence	False	False
MAD0052_000000016780	1341	0.501925237322964	2	2	1	2	1	False	17256	maximal	True	MAD0052_000000016780	1.0		14	9	False	False	0.981357216835022	0					non-mobilizable	no_good_hit								True	False
DEN0011_000000033709	1394	0.5019247260033755	3	2	2	2	2	False	75599	fragment	False	DEN0011_000000033709	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0143_000000012929	1581	0.501923795816586	2	2	2	1	2	False	3403	maximal	True	SPA0143_000000012929	1.0		215	12	False	False	0.989879846572876	0					non-mobilizable	other	1528.0	100.0	100.0	0.00040638819893380984	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	False
AST0148_000000029750	1130	0.5019233322439409	2	2	2	2	2	False	104581	fragment	False	AST0148_000000029750	1.0		0	0	False	False	0.9902654886245728	0					non-mobilizable	no_good_hit	513.0	72.904	44.0	7.212959900126471e-05	CP009284.1	firmicutes	Paenibacillus sp. FSL R7-0331, complete genome	True	False
FIJ0137_000000006318	1785	0.5019152090224481	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.2447541367073595		0	0	False	False	1.0	0					non-mobilizable	other	1785.0	98.095	100.0	0.0005546882826066803	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
SPA0046_000000013864	2236	0.5019146642426234	3	3	3	3	2	False	6729	maximal	True	SPA0046_000000013864	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit	392.0	76.531	25.0	0.000115947720528047	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
AST0025_000000018837	1963	0.50190785936772	3	3	3	3	1	False	120296	maximal	True	AST0025_000000018837	1.0		47	9	False	False	0.9959245920181274	0					non-mobilizable	no_good_hit	759.0	77.47	38.0	0.07628928898382667	NZ_JAAITU010000069.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_69_length_9831_cov_171.896, whole genome shotgun sequence	True	False
ISR0075_000000009437	2631	0.5019056771831251	3	1	1	1	1	False	34639	maximal	True	ISR0075_000000009437	1.0		120	11	False	False	1.0	0					non-mobilizable	no_good_hit	41.0	92.68299999999999	2.0	0.00037736561067189944	NZ_MJAT01000003.1	firmicutes	Desulfuribacillus stibiiarsenatis strain MLFW-2 MLFW-2_Contig_11_85X, whole genome shotgun sequence	True	False
SPA0077_000000017486	1628	0.5019049292498435	2	2	2	2	2	False	6284	maximal	True	SPA0077_000000017486	1.0		135	10	False	False	0.9926289916038513	0					non-mobilizable	other	1628.0	97.359	100.0	0.004791508986656222	NZ_BHVZ01000002.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs02, whole genome shotgun sequence	False	False
ENG0154_000000006813	4156	0.5019039196989783	6	5	4	4	2	False	102061	fragment	False	SPA0007_000000006037	0.9635202982805978		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1563.0	94.178	52.0	0.004356873092822037	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
SPA0029_000000006580	3801	0.5019039196989783	6	5	4	4	2	False	102061	fragment	False	SPA0007_000000006037	0.7756024017392809		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1680.0	94.226	48.0	0.0046832201810807945	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
SPA0031_000000007741	3656	0.5019039196989783	6	5	4	4	2	False	102061	fragment	False	SPA0007_000000006037	0.7544615522599986		0	0	False	False	0.9975382685661316	0					non-mobilizable	no_good_hit	1555.0	94.212	46.0	0.004334558762000926	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
CAN0013_000000021220	1119	0.5018994253859901	1	1	1	1	1	False	93770	fragment	False	CAN0013_000000021220	1.0		0	0	False	False	0.9946380853652954	0					non-mobilizable	chromosome	1066.0	96.529	95.0	0.0003029294558362986	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0849_000000010835	2531	0.5018991125597765	3	3	3	2	2	False	59298	fragment	False	ISR0330_000000009313	0.7211280132482335		0	0	False	False	0.9996048808097839	0					non-mobilizable	chromosome	2531.0	99.881	100.0	0.0009152702163474496	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	False	False
CHI0046_000000009300	1246	0.5018981048736054	2	2	2	2	1	True	87032	fragment	False	CHI0046_000000009300	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1251.0	81.295	99.0	0.00038482860660934574	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
MAD0043_000000005578	4082	0.5018945312903014	5	2	1	1	2	True	18061	fragment	False	MAD0043_000000005578	1.0		0	0	False	False	0.9990200996398926	0					non-mobilizable	no_good_hit								True	True
FIJ0073_000000010974	1674	0.5018905709538786	2	2	2	2	1	False	44693	maximal	True	FIJ0073_000000010974	1.0		25	1	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	2.0	7.105280625863034e-06	LS483469.1	enterobacteria	Serratia plymuthica strain NCTC12961 genome assembly, chromosome: 1	True	False
AUS0004_000000011597	1771	0.5018866804028724	2	2	1	2	1	False	102373	fragment	False	AUS0004_000000011597	1.0		0	0	False	False	0.9881423115730286	0					non-mobilizable	no_good_hit	81.0	98.765	5.0	0.0006582845105654664	NZ_CYZK01000008.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ISR0364_000000010124	1742	0.5018857540134554	2	2	2	2	1	False	51896	fragment	False	FIJ0005_000000019187	0.7075881834055768		0	0	False	False	0.9517795443534851	0					non-mobilizable	other	1588.0	96.47399999999999	91.0	0.002538111657721169	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
ISR0362_000000015959	1300	0.5018834028569908	2	1	1	1	1	False	123021	fragment	False	ITA0008_000000000750	0.34440666086978616		0	0	False	False	1.0	0					non-mobilizable	chromosome	1228.0	90.961	100.0	0.0003288154924353678	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0058_000000029343	1433	0.5018800826011875	3	2	2	2	2	False	45971	fragment	False	FIJ0058_000000029343	1.0		0	0	False	False	0.9993021488189697	0					non-mobilizable	chromosome	1463.0	82.023	100.0	0.0005040203113911379	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0056_000000014833	1401	0.5018781931648384	3	2	2	2	2	False	89350	fragment	False	CHI0020_000000007193	0.9599728629579376		0	0	False	False	1.0	0					non-mobilizable	chromosome	1401.0	97.00200000000001	100.0	0.0004940211095220099	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
DEN0073_000000038239	1402	0.5018753012067342	2	1	1	1	1	False	70106	maximal	True	DEN0073_000000038239	1.0		84	11	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
USA0084_01_000000005366	5824	0.5018719191284311	5	5	5	5	4	False	104713	maximal	False	ISR0158_000000002585	0.9552960800667223		0	0	False	False	1.0	0					non-mobilizable	other	5825.0	96.412	100.0	0.004691824558152277	NZ_JH951902.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.2, whole genome shotgun sequence	False	False
CHI0117_000000009598	1519	0.5018704207394463	5	4	2	3	0	True	82059	fragment	False	CHI0117_000000009598	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	908.0	93.61200000000001	60.0	0.0002909926676278535	CP022479.1	firmicutes	Faecalibacterium prausnitzii strain A2165 chromosome, complete genome	True	True
ISR0212_000000024563	1461	0.5018691616066991	3	2	2	2	1	False	28329	maximal	True	ISR0212_000000024563	1.0		253	14	False	False	0.975359320640564	0					non-mobilizable	no_good_hit	806.0	92.30799999999999	55.0	0.0017644367002833659	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	False
CHI0024_000000006789	1872	0.5018688221896336	3	3	3	2	2	False	89022	fragment	False	ISR0216_000000009412	0.830066164189529		0	0	False	False	1.0	0					non-mobilizable	other	1872.0	100.0	100.0	0.009511656990635772	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
FIJ0165_000000009808	1620	0.5018686243883953	2	2	2	2	2	False	47471	fragment	False	FIJ0085_000000019477	0.9959292908291052		0	0	False	False	0.9944444298744202	0					non-mobilizable	other	1651.0	75.227	99.0	0.03538187195546277	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	False	False
ISR0145_000000023955	1129	0.5018670726127757	2	1	1	1	1	False	31044	fragment	False	ISR0145_000000023955	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1129.0	100.0	100.0	0.047009793707022296	NZ_QIML01000029.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_29, whole genome shotgun sequence	False	False
FIJ0003_000000002221	10839	0.5018650717708526	10	10	8	9	10	False	101320	fragment	False	FIJ0014_000000001935	0.9558552201385977		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	332.0	82.831	3.0	0.0078562874251497	NZ_JH379457.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld1148, whole genome shotgun sequence	True	False
ISR0228_000000018446	1474	0.5018639623569396	1	1	1	1	1	True	27596	fragment	False	ISR0228_000000018446	1.0		0	0	False	False	0.9993215799331665	0					non-mobilizable	plasmid	1475.0	96.814	100.0	0.010613948316570034	CP054154.1	firmicutes	Streptococcus salivarius strain DB-B5 plasmid pIKMIN-B501, complete sequence	False	True
ISR0178_000000000733	14628	0.5018620848943631	12	7	5	6	6	False	29725	fragment	False	ISR0178_000000000733	1.0		0	0	False	False	0.9997949004173279	0					non-mobilizable	other	14555.0	99.986	99.0	0.03980211070970494	NZ_CZAF01000008.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
FIJ0033_000000016817	2152	0.5018611808317558	3	2	1	2	2	False	87009	fragment	False	FIJ0033_000000016817	0.9899598393574297		0	0	False	False	0.988382875919342	0					non-mobilizable	chromosome	2152.0	99.535	100.0	0.0004136076334548005	CP054363.1	enterobacteria	Escherichia coli strain SCU-171 chromosome, complete genome	False	False
SPA0027_000000013624	2717	0.5018591742620183	3	2	2	2	2	False	7485	fragment	False	SPA0027_000000013624	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0055_000000004836	2900	0.5018572097800535	5	3	1	3	0	False	76447	fragment	False	FIJ0055_000000004836	1.0		0	0	False	False	0.9927586317062378	0					non-mobilizable	no_good_hit	834.0	73.141	28.0	0.14703261450721797	NZ_FNWC01000004.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0830_000000021456	1419	0.5018569172754459	2	2	2	2	1	True	21036	fragment	False	ISR0830_000000021456	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1419.0	100.0	100.0	0.0007293709664062431	NZ_CP031703.1	high GC Gram+	Bifidobacterium animalis subsp. lactis strain IDCC4301 chromosome, complete genome	False	True
FIJ0133_000000005798	6226	0.5018546518080531	9	4	3	4	1	True	40724	maximal	True	FIJ0133_000000005798	1.0		2	2	False	False	0.9995181560516357	0					non-mobilizable	no_good_hit	46.0	100.0	1.0	1.5866730744752608e-05	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	True
AST0093_000000010773	1600	0.501854078175459	4	3	3	2	2	False	109495	maximal	True	AST0093_000000010773	1.0		11	3	False	False	0.9837499856948853	0					non-mobilizable	other	1600.0	99.06200000000001	100.0	0.006734701613548585	NZ_NFJN01000004.1	actinobacteria	Gordonibacter urolithinfaciens strain An234A An234A_contig_4, whole genome shotgun sequence	False	False
ISR0365_000000011687	1453	0.5018534658272192	3	3	3	3	3	False	85419	maximal	False	ISR0384_000000011461	0.5769241746905089		0	0	False	False	0.9876118302345276	0					non-mobilizable	other	1453.0	98.624	100.0	0.010174194542932018	NZ_QSOD01000008.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf8, whole genome shotgun sequence	False	False
MON0107_000000030410	1975	0.5018517346133095	3	3	3	3	2	False	9449	maximal	True	MON0107_000000030410	0.9892638036809815		33	9	False	False	0.9994936585426331	0					non-mobilizable	no_good_hit	570.0	76.491	29.0	0.00014717905930059045	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
MON0096_000000022727	1647	0.5018517346133095	3	3	3	3	2	False	9268	fragment	False	MON0096_000000022727	1.0		0	0	False	False	0.9629629850387573	0					non-mobilizable	no_good_hit	532.0	75.752	32.0	0.00022884458909682668	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
MON0011_000000005581	7395	0.5018494386791638	7	4	2	4	3	False	101197	fragment	False	MON0011_000000005581	1.0		0	0	False	True	0.999729573726654	0					non-mobilizable	no_good_hit	173.0	85.54899999999999	7.0	4.5615460600112734e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
MON0028_000000023297	1133	0.5018481054476931	2	2	2	2	2	False	12578	fragment	False	MON0028_000000023297	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0359_000000003767	5688	0.5018464254582424	7	5	5	5	3	False	111992	maximal	True	ISR0359_000000003767	1.0		5	2	False	False	0.9977144598960876	0					non-mobilizable	no_good_hit	1477.0	77.99600000000001	26.0	0.007307128687209036	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
ISR0009_000000005763	5178	0.5018464254582424	6	5	5	5	3	False	111991	fragment	False	ISR0009_000000005763	1.0		0	0	False	False	0.9990344047546387	0					non-mobilizable	no_good_hit	1477.0	77.928	28.0	0.007307128687209036	NZ_FMJR01000109.1	firmicutes	Robinsoniella peoriensis isolate 6600698, whole genome shotgun sequence	True	False
AST0055_000000002371	10731	0.5018445939047318	7	4	3	3	1	True	121486	fragment	False	AST0055_000000002371	1.0		0	0	False	False	0.9999068379402161	0					non-mobilizable	no_good_hit								True	True
ISR0197_000000021414	1180	0.5018443747323708	2	2	2	2	1	False	28907	maximal	True	ISR0197_000000021414	1.0		469	14	False	False	0.9974576234817505	0					non-mobilizable	chromosome	1194.0	73.283	100.0	0.00017990385645681332	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	False	False
FIJ0067_000000018381	1716	0.5018426139247577	4	3	3	2	2	False	45191	maximal	True	FIJ0067_000000018381	1.0		2	1	False	False	0.9778555035591125	0					non-mobilizable	chromosome	1465.0	96.45100000000001	94.0	0.0008166461760347304	CP042390.1	firmicutes	Leuconostoc lactis strain CBA3626 chromosome, complete genome	False	False
MON0099_000000027566	1323	0.501840029165621	3	2	2	2	2	False	12280	maximal	False	MON0033_000000042432	0.9704836415362731		0	0	False	False	0.9909297227859497	0					non-mobilizable	no_good_hit	53.0	84.906	4.0	9.298727522785012e-06	CP019899.1	enterobacteria	Raoultella planticola strain GODA, complete genome	True	False
CHI0013_000000007884	1228	0.5018390178382467	2	1	1	1	1	False	89940	maximal	True	CHI0013_000000007884	1.0		158	10	False	False	1.0	0					non-mobilizable	other	1233.0	98.054	99.0	0.000510477880399477	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	False	False
ISR0123_000000019836	1183	0.501838785483444	3	2	1	1	2	False	121923	maximal	False	ISR0212_000000027659	0.9830794523861656		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	89.759	52.0	0.0011138187783095606	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0375_000000020652	1178	0.501838785483444	3	2	1	1	2	False	121923	maximal	False	ISR0212_000000027659	0.9332865754106868		0	0	False	False	0.9991511106491089	0					non-mobilizable	no_good_hit	498.0	89.35700000000001	52.0	0.0011138187783095606	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0109_000000026881	1176	0.501838785483444	3	2	1	1	2	False	121923	maximal	False	ISR0212_000000027659	0.9412813221253049		0	0	False	False	0.9897959232330322	0					non-mobilizable	no_good_hit	476.0	89.286	52.0	0.0010643157214958023	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0013_000000023339	1172	0.501838785483444	3	2	1	1	2	False	121923	maximal	False	ISR0212_000000027659	0.9468209744457315		0	0	False	False	0.9982935190200806	0					non-mobilizable	no_good_hit	498.0	89.759	52.0	0.0011138187783095606	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
DEN0071_000000038683	1157	0.501838785483444	3	2	1	1	2	False	121923	maximal	False	ISR0212_000000027659	0.9309817247211487		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	513.0	89.86399999999999	51.0	0.0011475708625007595	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0134_000000027988	1155	0.501838785483444	3	2	1	1	2	False	121923	maximal	False	ISR0212_000000027659	0.937785607437001		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	89.759	51.0	0.0011138187783095606	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0288_000000025322	1140	0.501838785483444	3	2	1	1	2	False	121923	maximal	False	ISR0212_000000027659	0.9319482103823741		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	471.0	88.96	51.0	0.0010530650267654028	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0003_000000022246	1127	0.501838785483444	3	2	1	1	2	False	121923	maximal	False	ISR0212_000000027659	0.9235726086278181		0	0	False	False	0.997338056564331	0					non-mobilizable	no_good_hit	471.0	89.384	50.0	0.0010530650267654028	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
ISR0785_000000034897	1120	0.501838785483444	3	2	1	1	2	False	121923	maximal	False	ISR0212_000000027659	0.875807035295763		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	335.0	88.955	46.0	0.002392310226768089	NZ_AAXG02000013.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont162, whole genome shotgun sequence	True	False
SPA0116_000000036964	1113	0.501838785483444	3	2	1	1	2	False	121923	maximal	False	ISR0212_000000027659	0.9142163277865858		0	0	False	False	0.9991015195846558	0					non-mobilizable	no_good_hit	471.0	89.17200000000001	49.0	0.0010530650267654028	NZ_DS544185.1	firmicutes	Anaerotruncus colihominis DSM 17241 Scfld_02_18, whole genome shotgun sequence	True	False
FIJ0037_000000007760	3592	0.5018346811666309	5	2	1	1	1	False	47815	maximal	True	FIJ0037_000000007760	1.0		53	9	False	False	0.9991648197174072	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000010750	3083	0.5018346811666309	5	2	1	1	1	False	28889	fragment	False	ISR0198_000000010750	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0046_000000013305	1424	0.5018309349726966	2	2	2	2	2	False	64412	maximal	True	ENG0046_000000013305	1.0		593	14	False	False	0.9992977380752563	0					non-mobilizable	other	1424.0	98.736	100.0	0.005511167569702908	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ENG0002_000000021005	1170	0.501826371929089	2	1	1	1	1	False	67945	fragment	False	ENG0002_000000021005	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	772.0	98.575	68.0	0.0033571951092068136	NZ_CAPH01000003.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	False
CAN0003_000000007923	6014	0.5018188072654955	5	3	2	3	2	False	96787	fragment	False	CAN0003_000000007923	0.9980647431386348		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1578.0	80.608	26.0	0.025561857094105984	NZ_JPZS01000035.1	bacteria	Synergistes jonesii strain 113-4 contig00016, whole genome shotgun sequence	True	False
ISR0075_000000003580	5953	0.5018185722135601	9	5	3	4	4	True	64760	fragment	False	ISR0075_000000003580	1.0		0	0	False	False	0.9984881281852722	0					non-mobilizable	no_good_hit	814.0	88.329	55.0	0.06559096409842678	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	True
SPA0008_000000009713	3063	0.5018180000972633	3	2	2	2	2	False	88236	maximal	True	SPA0008_000000009713	0.9888519134775375		9	2	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	88.62799999999999	18.0	0.00021713499666387305	NZ_DS996921.1	firmicutes	[Bacteroides] pectinophilus ATCC 43243 Scfld_02_1, whole genome shotgun sequence	True	False
ENG0185_000000007501	2901	0.5018161243313978	6	6	1	5	4	False	55059	fragment	False	ENG0185_000000007501	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2897.0	99.31	99.0	0.0012185410170587323	CP000605.1	high GC Gram+	Bifidobacterium longum DJO10A, complete genome	False	False
ENG0075_000000003364	7071	0.5018151788163384	11	9	4	9	6	True	62126	maximal	True	ENG0075_000000003364	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2629.0	96.12	37.0	0.04824432527730846	NZ_CYZO01000020.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
AST0101_000000003954	2059	0.5018143288601563	5	5	0	3	4	False	108496	maximal	True	AST0101_000000003954	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1773.0	98.08200000000001	86.0	0.01626932097283522	CP057748.1	enterobacteria	Citrobacter freundii strain RHB16-C09 plasmid pRHB16-C09_3, complete sequence	True	False
USA0135_01_000000003553	4130	0.5018102442046664	5	3	2	3	1	True	44	maximal	True	USA0135_01_000000003553	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	114.0	86.84200000000001	3.0	0.0007684119251891068	NZ_CYYA01000008.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
USA0084_01_000000005988	5255	0.5018098250670361	7	5	2	5	3	False	30138	fragment	False	USA0084_01_000000005988	0.9885719867161555		0	0	False	False	1.0	0					non-mobilizable	plasmid	5255.0	99.962	100.0	0.12022057982289545	CP041231.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 plasmid unnamed1, complete sequence	False	True
ISR0168_000000005015	5119	0.5018098250670361	6	5	2	5	3	False	30138	fragment	False	USA0084_01_000000005988	0.9763082778306374		0	0	False	False	0.9960929751396179	0					non-mobilizable	other	5119.0	100.0	100.0	0.19126275271871146	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
AST0100_000000007489	1833	0.5018094117264148	2	2	1	1	1	True	131287	fragment	False	ISR0006_000000008656	0.33931738791936983		0	0	False	True	1.0	0					non-mobilizable	chromosome	1831.0	94.265	100.0	0.0006156306915966242	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ENG0008_000000002673	7828	0.5018085144403366	6	3	2	3	2	True	67485	maximal	True	ENG0008_000000002673	1.0		94	10	False	False	1.0	0					non-mobilizable	no_good_hit	1241.0	97.01899999999999	72.0	0.0003307787786207005	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
CHI0074_000000008449	1632	0.5018057055748825	3	3	3	3	2	False	84733	maximal	True	CHI0074_000000008449	1.0		7	4	False	False	1.0	0					non-mobilizable	no_good_hit	1444.0	99.37700000000001	88.0	0.00021962881968458684	CP022464.2	firmicutes	Enterocloster bolteae strain ATCC BAA-613 chromosome, complete genome	True	False
ISR0824_000000006454	3019	0.5018031643415117	4	3	2	2	2	False	21165	maximal	True	ISR0824_000000006454	1.0		21	6	False	False	0.9993375539779663	0					non-mobilizable	no_good_hit								True	False
ENG0153_000000016714	1792	0.5018018938294146	2	2	2	2	1	False	56931	fragment	False	ENG0153_000000016714	1.0		0	0	False	False	0.9977678656578064	0					non-mobilizable	other	1687.0	97.45100000000001	94.0	0.0005398643038584288	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	False	False
CHI0020_000000006831	1542	0.5017996243358285	2	2	1	2	2	False	89352	maximal	True	CHI0020_000000006831	1.0		167	11	False	False	1.0	0					non-mobilizable	no_good_hit	1207.0	99.834	78.0	0.0021898287357824554	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	True	False
ISR0364_000000008996	1920	0.5017979603478534	3	3	3	3	2	False	23677	maximal	True	ISR0364_000000008996	1.0		0	0	False	False	0.9895833134651184	0					non-mobilizable	no_good_hit	964.0	99.066	50.0	0.0015401395881446036	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	True	False
ISR0085_000000003741	5474	0.5017979578426247	6	4	4	3	4	False	102914	maximal	True	ISR0085_000000003741	1.0		39	7	False	False	0.997259795665741	0					non-mobilizable	no_good_hit	1255.0	73.705	23.0	0.004744123408423114	NZ_QJKD01000010.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_110, whole genome shotgun sequence	True	False
MON0056_000000009246	2052	0.5017973519405319	2	2	2	2	1	False	11070	maximal	True	MON0056_000000009246	1.0		16	5	False	False	0.9873294234275818	0					non-mobilizable	no_good_hit	825.0	98.90899999999999	61.0	0.03566018955294932	NZ_JXQL01000070.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig70, whole genome shotgun sequence	True	False
ISR0218_000000001480	8906	0.5017953392441457	7	4	3	4	1	True	102513	fragment	False	CHI0054_000000001561	0.925109390777516		0	0	False	False	0.9973052144050598	0					non-mobilizable	no_good_hit	321.0	81.62	4.0	0.0007203881350002762	NZ_OAOF01000002.1	firmicutes	Lacrimispora amygdalina isolate src4, whole genome shotgun sequence	True	True
ENG0157_000000002565	8531	0.5017953392441457	8	4	3	4	1	True	102505	maximal	True	ENG0157_000000002565	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0052_000000004133	7666	0.5017953392441457	7	4	3	4	1	True	6543	maximal	True	SPA0052_000000004133	1.0		2	1	False	False	0.996738851070404	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	1.2848663705162391e-05	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	True	True
MAD0045_000000029228	1454	0.501794278669287	2	2	2	2	2	False	17820	maximal	True	MAD0045_000000029228	1.0		37	8	False	False	0.9986245036125183	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00020170327207530254	AC158563.5	rodents	Mus musculus chromosome 15, clone RP24-143I20, complete sequence	True	False
AUS0014_000000014618	1973	0.5017916713045415	2	2	2	2	2	True	100843	fragment	False	SPA0153_000000008435	0.9482978614811413		0	0	False	False	1.0	0					non-mobilizable	chromosome	1973.0	98.37799999999999	100.0	0.0006215696651309189	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
ENG0105_000000006902	3054	0.5017910013508705	4	4	4	2	3	False	60173	maximal	True	ENG0105_000000006902	1.0		1	1	False	False	0.9898493885993958	0					non-mobilizable	other	2966.0	98.213	99.0	0.0008496576143540538	NZ_KK073872.1	bacteria	Cloacibacillus evryensis DSM 19522 CloevDRAFT_Scaffold1.1, whole genome shotgun sequence	False	False
ISR0177_000000023940	1330	0.5017901425494002	2	2	2	2	2	False	29736	maximal	True	ISR0177_000000023940	1.0		6	4	False	False	0.9932330846786499	0					non-mobilizable	no_good_hit	756.0	72.09	56.0	0.0020171195859855226	NZ_FQXV01000002.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
FIJ0105_000000015940	1999	0.5017887334414212	2	2	2	2	2	False	76257	fragment	False	MAD0100_000000017130	0.6455200501253132		0	0	False	False	0.9989994764328003	0					non-mobilizable	other	2002.0	96.75299999999999	100.0	0.033868122922461164	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
MON0001_000000026589	1312	0.5017868340414721	3	1	1	1	1	False	114808	maximal	False	MON0007_000000048836	0.7580855494321346		0	0	False	False	1.0	0					non-mobilizable	chromosome	1312.0	95.884	100.0	0.0005399021010469405	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
AUS0002_000000010650	3235	0.5017848812446705	3	3	3	3	3	False	103031	fragment	False	ISR0354_000000005093	0.3973704473667689		0	0	False	False	0.9996908903121948	0					non-mobilizable	other	3138.0	81.64399999999999	97.0	0.9101221640488656	NZ_LNAM01000042.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf136, whole genome shotgun sequence	False	False
ISR0259_000000008830	1858	0.5017842486678117	3	2	2	2	2	True	66969	fragment	False	ENG0187_000000016854	0.9822770183370931		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	92.78200000000001	86.0	0.024573695327391686	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
DEN0067_000000013248	2514	0.5017820651815759	2	2	2	2	2	False	105703	maximal	True	DEN0067_000000013248	0.990543259557344		80	12	False	False	1.0	0					non-mobilizable	chromosome	2336.0	99.529	96.0	0.0007934304637201797	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
CHI0005_000000007228	2485	0.5017820651815759	2	2	2	2	2	False	105703	maximal	False	DEN0067_000000013248	0.9856801909307875		0	0	False	False	0.9931589365005493	0					non-mobilizable	chromosome	2369.0	99.28200000000001	97.0	0.0008046438278755398	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0105_000000005955	3475	0.5017806847384833	5	4	2	4	1	False	99996	fragment	False	ENG0105_000000005955	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3475.0	99.971	100.0	0.0006757102397332014	CP036550.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B chromosome, complete genome	False	False
TAN0006_000000003590	3048	0.5017792658229313	6	3	3	2	2	True	108558	fragment	False	TAN0006_000000003590	0.9959132906894101		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0055_000000002079	3596	0.5017784217286994	4	4	4	3	3	False	17115	maximal	True	MAD0055_000000002079	1.0		47	5	False	False	0.999721884727478	0					non-mobilizable	no_good_hit	964.0	75.207	26.0	0.00017872535063643964	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
MAD0068_000000015547	1821	0.5017783048744929	3	3	2	3	1	True	16449	maximal	True	MAD0068_000000015547	1.0		0	0	False	False	0.9879187345504761	0					non-mobilizable	no_good_hit	223.0	73.991	12.0	6.593670618152104e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
SPA0116_000000024916	1645	0.5017753800278947	2	2	1	2	1	True	131082	fragment	False	ISR0356_000000011485	0.6378132118451024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0025_000000021855	1845	0.5017733625339424	3	2	2	2	2	False	45751	fragment	False	MON0025_000000021855	1.0		0	0	False	False	0.9983739852905273	0					non-mobilizable	no_good_hit	1627.0	73.018	86.0	0.0005634205826639985	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MAD0041_000000008810	3431	0.5017696259112417	5	2	2	2	2	False	43780	fragment	False	MAD0041_000000008810	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	72.535	20.0	0.0017392044203319254	NZ_JH660659.1	CFB group bacteria	Prevotella bivia DSM 20514 Prebiscaffold_2, whole genome shotgun sequence	True	False
CHI0113_000000006711	1241	0.5017690163487691	3	3	3	3	2	False	82334	fragment	False	CHI0113_000000006711	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1241.0	100.0	100.0	0.017276210379658655	CP045065.1	enterobacteria	Enterobacter roggenkampii strain WCHER090065 plasmid pMCR10_090065, complete sequence	False	True
ENG0061_000000007605	2806	0.5017676411377165	4	2	2	2	2	False	112695	maximal	True	ENG0061_000000007605	1.0		1	1	False	False	0.9996436238288879	0					non-mobilizable	no_good_hit	2197.0	97.815	78.0	0.023856102597543744	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
AST0087_000000026809	1367	0.5017655013463995	2	2	2	2	1	False	110607	maximal	True	AST0087_000000026809	1.0		43	7	False	False	0.9985369443893433	0					non-mobilizable	other	1367.0	97.44	100.0	0.0004772009057734323	NC_022567.1	actinobacteria	Adlercreutzia equolifaciens DSM 19450, complete genome	False	False
MON0008_000000023114	1576	0.5017625053134523	3	3	2	3	1	True	13852	maximal	True	MON0008_000000023114	1.0		288	11	False	False	0.9536802172660828	0					non-mobilizable	other	1577.0	94.927	100.0	0.0005056523911097641	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
ISR0067_000000006325	4250	0.5017624763121349	4	4	4	2	1	False	35087	maximal	True	ISR0067_000000006325	1.0		4	1	False	False	0.9997646808624268	0					non-mobilizable	no_good_hit	1287.0	97.04700000000001	30.0	0.018475949658065628	NZ_QEKJ01000014.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_114, whole genome shotgun sequence	True	False
CHI0059_000000009392	1888	0.5017598954855716	1	1	1	1	1	False	85819	maximal	True	CHI0059_000000009392	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	999.0	100.0	53.0	0.021204716880909382	NZ_JAANXY010000025.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_25, whole genome shotgun sequence	True	False
CHI0062_000000005296	2828	0.5017584735618166	4	4	3	3	4	False	85598	maximal	True	CHI0062_000000005296	1.0		38	6	False	False	0.9968175292015076	0					non-mobilizable	other	2812.0	100.0	99.0	0.0009765842134519178	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	False	False
ISR0268_000000015159	1332	0.5017575441415546	3	3	1	3	1	False	26483	fragment	False	ISR0268_000000015159	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0123_000000022815	1489	0.5017554097909873	3	1	1	1	1	False	63014	fragment	False	FIJ0123_000000022815	1.0		0	0	False	False	0.9926124811172485	0					non-mobilizable	no_good_hit	422.0	73.934	28.0	0.00015049953850443447	CP035281.1	firmicutes	Aminipila sp. JN-18 chromosome, complete genome	True	False
CHI0150_000000000942	10070	0.5017534114349028	10	9	5	5	8	False	101212	maximal	True	CHI0150_000000000942	1.0		104	12	False	False	1.0	0					non-mobilizable	chromosome	10072.0	98.87799999999999	100.0	0.0042584625897169395	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0227_000000011118	2389	0.5017533528884516	2	1	1	1	1	False	86217	fragment	False	ISR0227_000000011118	1.0		0	0	False	False	0.9882796406745911	0					non-mobilizable	chromosome	2389.0	98.40899999999999	100.0	0.0003539857640800506	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
FIJ0019_000000003155	2160	0.5017533528884516	2	1	1	1	1	False	49874	maximal	True	FIJ0019_000000003155	1.0		353	15	False	False	1.0	0					non-mobilizable	chromosome	2146.0	98.04299999999999	99.0	0.0005721939355979053	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
CHI0055_000000008230	1996	0.5017533528884516	2	1	1	1	1	False	86215	fragment	False	CHI0055_000000008230	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1996.0	98.447	100.0	0.00029572931295632367	CP060488.1	CFB group bacteria	Bacteroides sp. M10 chromosome	False	False
AST0148_000000017468	1973	0.5017533528884516	2	1	1	1	1	False	104987	fragment	False	ENG0154_000000014555	0.9231123388581952		0	0	False	False	0.991890549659729	0					non-mobilizable	chromosome	1973.0	97.162	100.0	0.0003144555302952868	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	False	False
ISR0009_000000017781	1870	0.5017533528884516	1	1	1	1	1	False	38366	maximal	True	ISR0009_000000017781	1.0		1	1	False	False	0.9711229801177979	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	0.00011751753485322678	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0098_000000005637	6101	0.5017514508839609	4	4	4	4	4	False	5089	maximal	False	SPA0117_000000005668	0.9744451391059706		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	523.0	75.717	8.0	0.000188393425582581	FP929056.1	bacteria	Fretibacterium fastidiosum draft genome	True	False
USA0082_01_000000004284	6583	0.5017514188879186	6	6	3	6	5	False	543	maximal	True	USA0082_01_000000004284	1.0		1	1	False	False	0.9995442628860474	0					non-mobilizable	no_good_hit								True	False
ISR0836_000000007070	2822	0.5017501548661671	4	3	2	2	1	False	20934	maximal	True	ISR0836_000000007070	1.0		2	1	False	False	0.9939758777618408	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.0008236747661352004	NZ_SLXM01000014.1	CFB group bacteria	Tenacibaculum skagerrakense strain DSM 14836 Ga0310473_114, whole genome shotgun sequence	True	False
USA0036_01_000000001787	19912	0.501750056487019	15	7	4	6	6	True	1395	maximal	True	USA0036_01_000000001787	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	2002.0	87.762	10.0	0.0030089317764310903	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	True	True
ISR0326_000000010812	1822	0.5017488113330811	2	2	2	2	2	False	24823	maximal	True	ISR0326_000000010812	1.0		105	10	False	False	1.0	0					non-mobilizable	no_good_hit	56.0	87.5	3.0	9.794443648393984e-05	NZ_QNUJ01000002.1	a-proteobacteria	Shinella zoogloeoides strain PQ7 Scaffold2, whole genome shotgun sequence	True	False
SPA0084_000000013198	1449	0.50174528941636	2	2	2	2	1	False	5559	fragment	False	SPA0084_000000013198	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1019.0	99.509	100.0	0.00019170057048809264	CP011531.1	CFB group bacteria	Bacteroides dorei CL03T12C01, complete genome	False	False
ISR0060_000000012352	2264	0.5017452835771777	3	3	3	3	1	True	81613	maximal	True	ISR0060_000000012352	1.0		393	14	False	False	0.9964664578437805	0					non-mobilizable	no_good_hit	1430.0	85.385	68.0	0.00044113740030076983	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
USA0132_01_000000011088	1413	0.501734080863085	2	1	1	1	1	False	73	fragment	False	USA0132_01_000000011088	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1413.0	99.788	100.0	0.00039484233011782913	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0100_000000020277	1537	0.5017298025151448	2	2	2	2	2	False	60552	fragment	False	ENG0100_000000020277	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0163_000000007725	1360	0.5017220904568669	3	1	1	1	1	False	78452	maximal	True	CHI0163_000000007725	1.0		58	11	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	92.72399999999999	39.0	0.00015844927031889768	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0057_000000002893	2005	0.5017188333315453	5	5	4	3	3	True	113201	maximal	True	AST0057_000000002893	0.969775924960917		157	12	False	False	1.0	0					non-mobilizable	chromosome	2005.0	100.0	100.0	0.0004215825882183655	CP051706.1	enterobacteria	Escherichia coli strain SCU-124 chromosome, complete genome	False	True
FIJ0163_000000008157	3016	0.5017168912226304	2	2	1	2	2	False	48042	maximal	False	FIJ0035_000000003760	0.9628189172370877		0	0	False	False	1.0	0					non-mobilizable	chromosome	3016.0	97.779	100.0	0.0008040058377119285	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
FIJ0096_000000018564	1967	0.5017164230967496	4	2	2	1	1	False	43003	fragment	False	FIJ0096_000000018564	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0106_000000015455	1739	0.5017033282791856	3	3	2	3	1	False	42341	maximal	True	FIJ0106_000000015455	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0243_000000010912	1208	0.5017030283036786	3	2	2	2	2	False	27215	maximal	True	ISR0243_000000010912	1.0		43	9	False	False	1.0	0					non-mobilizable	no_good_hit	493.0	74.848	40.0	0.00279945511636498	NZ_JAAVNF010000018.1	firmicutes	Clostridium jeddahense strain EE-R19 NODE_20_length_173138_cov_31.631433, whole genome shotgun sequence	True	False
AST0031_000000002014	12496	0.5016980311255523	18	7	6	7	4	False	117642	maximal	True	AST0031_000000002014	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	80.99600000000001	6.0	0.00021322166083879597	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0816_000000025957	1444	0.5016957535263078	1	1	1	1	1	False	21405	maximal	True	ISR0816_000000025957	1.0		200	11	False	False	0.9986149668693542	0					non-mobilizable	other	1444.0	100.0	100.0	0.00870845679869162	NZ_AGDG01000043.1	CFB group bacteria	Bacteroides faecis MAJ27 contig043, whole genome shotgun sequence	False	False
ISR0366_000000004969	3259	0.5016941872285798	2	2	2	2	2	False	23631	maximal	True	ISR0366_000000004969	1.0		844	13	False	False	0.9975452423095703	0					non-mobilizable	other	3259.0	99.72399999999999	100.0	0.005915805987710812	NZ_CZAF01000002.1	CFB group bacteria	Bacteroides uniformis strain 2789STDY5834847, whole genome shotgun sequence	False	False
ISR0200_000000015332	1627	0.5016880213453344	2	2	2	1	1	False	28769	maximal	True	ISR0200_000000015332	1.0		6	5	False	False	1.0	0					non-mobilizable	no_good_hit	1067.0	86.87899999999999	65.0	0.07637042891012286	NZ_CYXX01000051.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0095_000000009712	2051	0.5016868408104213	3	3	3	3	1	False	5212	maximal	True	SPA0095_000000009712	1.0		1	1	False	False	0.9931740760803223	0					non-mobilizable	no_good_hit								True	False
FIJ0091_000000002006	11999	0.5016830870055905	10	10	6	7	9	False	87922	maximal	True	FIJ0091_000000002006	1.0		1	1	False	False	0.9980831742286682	0	rep_cluster_199				non-mobilizable	no_good_hit	4429.0	97.245	68.0	0.018717979066975532	CP020439.2	firmicutes	Streptococcus equinus strain FDAARGOS_251 plasmid unamed1 sequence	True	True
ENG0148_000000024068	1512	0.5016826108891076	3	3	1	2	3	True	108950	fragment	False	ENG0148_000000024068	0.92701338065741		0	0	False	False	1.0	0					non-mobilizable	other	1522.0	93.89	100.0	0.023446349600434478	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	False	True
FIJ0041_000000021215	1761	0.5016815001096091	3	2	1	2	2	False	47372	fragment	False	FIJ0041_000000021215	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0245_000000005690	1406	0.5016795709829439	2	2	2	2	2	False	27156	fragment	False	ISR0251_000000012120	0.9874037788663401		0	0	False	False	1.0	0					non-mobilizable	other	1406.0	99.71600000000001	100.0	0.007339765858857086	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
ISR0180_000000019291	1275	0.5016789593907219	2	2	2	1	1	False	130049	fragment	False	ENG0005_000000004373	0.04710814899892223		0	0	False	False	1.0	0					non-mobilizable	other	1275.0	99.37299999999999	100.0	0.0026639511371976655	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
FIJ0079_000000006140	4776	0.5016765655911706	4	4	3	3	4	False	44403	maximal	True	FIJ0079_000000006140	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	2073.0	94.35600000000001	85.0	0.0008854600597481863	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	True	False
SPA0038_000000006529	4539	0.5016750697037269	3	2	2	2	2	False	128558	fragment	False	SPA0038_000000006529	0.990435467209548		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	366.0	87.432	12.0	0.00012513367343666563	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0312_000000004740	3374	0.5016750344346588	3	3	3	3	3	False	112370	maximal	True	ISR0312_000000004740	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1512.0	81.61399999999999	63.0	0.00042637676459963535	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0066_000000025415	1454	0.5016748399403975	3	2	2	2	1	True	70913	maximal	True	DEN0066_000000025415	1.0		47	6	False	False	1.0	0					non-mobilizable	no_good_hit	838.0	86.993	76.0	0.001124482812151974	NZ_SPHG01000001.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_1_length_740785_cov_58.06, whole genome shotgun sequence	True	True
ISR0130_000000011809	2462	0.5016738954414222	3	3	2	3	1	True	131282	fragment	False	ISR0130_000000011809	1.0		0	0	False	True	1.0	0					non-mobilizable	chromosome	1618.0	94.25200000000001	99.0	0.0005705943814979214	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
MON0004_000000028333	1591	0.5016673361036025	3	3	2	2	3	True	14204	fragment	False	MON0004_000000028333	1.0		0	0	False	False	0.9453173875808716	0					non-mobilizable	other	1523.0	99.475	96.0	0.03511605371233446	NZ_JAAITI010000028.1	firmicutes	Blautia luti strain MSK.16.34 NODE_28_length_43342_cov_222.027, whole genome shotgun sequence	False	True
SPA0030_000000004934	5920	0.5016668510938757	6	5	5	4	4	False	7348	maximal	True	SPA0030_000000004934	1.0		1	1	False	False	0.9989864826202393	0					non-mobilizable	no_good_hit	1633.0	99.265	31.0	0.00047279679159111627	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
ISR0080_000000017228	1864	0.5016664815377363	3	3	3	3	1	False	62943	maximal	True	ISR0080_000000017228	1.0		33	8	False	False	0.9967811107635498	0					non-mobilizable	no_good_hit	213.0	84.038	11.0	5.9002642815058034e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
MON0037_000000000617	24315	0.5016648642014376	20	19	17	17	18	False	30354	fragment	False	MON0037_000000000617	1.0		0	0	False	False	0.999958872795105	0					non-mobilizable	plasmid	24315.0	99.469	100.0	0.1026292574004584	CP052259.1	enterobacteria	Klebsiella pneumoniae strain E16KP0290 plasmid pE16KP0290-1, complete sequence	False	True
MON0012_000000008164	4656	0.5016601421665557	4	1	1	0	1	True	93218	maximal	True	MON0012_000000008164	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0087_01_000000003128	4355	0.5016601421665557	4	1	1	0	1	True	93226	fragment	False	USA0087_01_000000003128	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1878.0	76.092	43.0	0.0006604521600681063	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
FIJ0030_000000010051	3168	0.5016601421665557	3	1	1	0	1	True	93228	fragment	False	FIJ0030_000000010051	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0033_000000006054	3131	0.5016601421665557	3	1	1	0	1	True	93216	fragment	False	MAD0033_000000006054	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1872.0	75.962	59.0	0.0006576191213117819	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0187_000000009971	2848	0.5016601421665557	2	1	1	0	1	True	54987	maximal	True	ENG0187_000000009971	1.0		1	1	False	False	0.9841994643211365	0					non-mobilizable	no_good_hit	197.0	74.619	7.0	0.007374170893484198	MK232046.1	viruses	Uncultured human fecal virus clone BlautiaA.sp_B01.V06.O21_2-CL08_c3 sequence	True	True
FIJ0071_000000012834	2785	0.5016601421665557	3	1	1	0	1	True	44885	fragment	False	FIJ0071_000000012834	1.0		0	0	False	False	0.9906642436981201	0					non-mobilizable	no_good_hit								True	True
ENG0047_000000006545	2735	0.5016601421665557	2	1	1	0	1	True	64343	maximal	True	ENG0047_000000006545	1.0		203	12	False	False	0.9967093467712402	0					non-mobilizable	other	2740.0	86.277	100.0	0.0007683414111289785	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	False	True
ENG0169_000000008963	2603	0.5016601421665557	2	1	1	0	1	True	93225	fragment	False	ENG0169_000000008963	0.9315738450604122		0	0	False	False	0.9880906939506531	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	7.355374940237579e-05	NZ_PGTS01000005.1	a-proteobacteria	Thalassospira povalilytica strain Zumi 95 contig00005, whole genome shotgun sequence	True	True
MON0004_000000016183	2500	0.5016601421665557	3	1	1	0	1	True	93225	fragment	False	ENG0169_000000008963	0.6046868997310795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	100.0	2.0	4.4519554921607506e-06	LN590719.1	bony fishes	Cyprinus carpio genome assembly common carp genome, scaffold: LG25, chromosome: 25	True	True
ISR0390_000000005424	2397	0.5016601421665557	2	1	1	0	1	True	93217	fragment	False	ISR0390_000000005424	1.0		0	0	False	False	0.9970796704292297	0					non-mobilizable	no_good_hit								True	True
DEN0011_000000018735	2345	0.5016601421665557	2	1	1	0	1	True	93225	fragment	False	ENG0169_000000008963	0.6177487514406454		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0028_000000012039	2120	0.5016601421665557	1	1	1	0	1	True	93209	fragment	False	MON0028_000000012039	1.0		0	0	False	False	0.998113214969635	0					non-mobilizable	no_good_hit	1872.0	75.801	88.0	0.0006590356406899441	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
CHI0058_000000009850	2110	0.5016601421665557	2	1	1	0	1	True	93208	fragment	False	CHI0058_000000009850	0.9422615886603521		0	0	False	False	0.9876777529716492	0					non-mobilizable	no_good_hit	1828.0	76.149	86.0	0.0006420374081519982	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0231_000000008639	2096	0.5016601421665557	1	1	1	0	1	True	27482	maximal	True	ISR0231_000000008639	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0090_000000030226	1986	0.5016601421665557	1	1	1	0	1	True	93210	fragment	False	MON0090_000000030226	1.0		0	0	False	False	0.996475338935852	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	7.092682978086237e-05	NZ_PGTS01000005.1	a-proteobacteria	Thalassospira povalilytica strain Zumi 95 contig00005, whole genome shotgun sequence	True	True
CAN0015_000000018837	1950	0.5016601421665557	2	1	1	0	1	True	93208	fragment	False	CHI0058_000000009850	0.9166256868293977		0	0	False	False	0.9989743828773499	0					non-mobilizable	no_good_hit	1750.0	77.257	89.0	0.0006161859295005388	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ENG0058_000000017383	1941	0.5016601421665557	2	1	1	0	1	True	93208	fragment	False	CHI0058_000000009850	0.9145987766840848		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1748.0	77.059	89.0	0.0006122905012105929	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
ISR0144_000000003856	1854	0.5016601421665557	1	1	1	0	1	True	31094	maximal	True	ISR0144_000000003856	1.0		238	8	False	False	0.991909384727478	0					non-mobilizable	other	1844.0	91.70299999999999	99.0	0.011977724948708763	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	False	True
MON0080_000000030412	1798	0.5016601421665557	1	1	1	0	1	True	10047	fragment	False	MON0080_000000030412	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0149_000000011397	1725	0.5016601421665557	1	1	1	0	1	True	57204	maximal	True	ENG0149_000000011397	1.0		12	5	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0111_000000012552	1649	0.5016601421665557	1	1	1	0	1	True	42083	fragment	False	FIJ0111_000000012552	1.0		0	0	False	False	0.9987871646881104	0					non-mobilizable	no_good_hit								True	True
MON0101_000000040465	1614	0.5016601421665557	1	1	1	0	1	True	9031	fragment	False	MON0101_000000040465	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0258_000000014773	1803	0.5016575190342721	3	3	3	1	1	False	85041	maximal	True	ISR0258_000000014773	1.0		425	11	False	False	1.0	0					non-mobilizable	chromosome	1803.0	99.22399999999999	100.0	0.0003596560873489275	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0838_000000018668	1327	0.5016575190342721	3	3	3	1	1	False	85040	fragment	False	ISR0838_000000018668	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1327.0	98.945	100.0	0.0002566836969653444	CP013020.1	CFB group bacteria	Bacteroides vulgatus strain mpk genome	False	False
ISR0078_000000019138	1118	0.5016560939789666	1	1	1	1	1	False	34395	backbone	True	ISR0078_000000019138	1.0	PS108	3	2	True	True	0.9982110857963562	4					non-mobilizable	no_good_hit	508.0	99.40899999999999	64.0	0.00021474542924731092	CP060588.1	high GC Gram+	Bifidobacterium longum strain LC67 chromosome, complete genome	True	True
ISR0777_000000007554	2287	0.5016548403913867	2	2	2	2	2	False	131873	fragment	False	ISR0128_000000013355	0.8934619992864931		0	0	False	False	1.0	0					non-mobilizable	other	2287.0	99.38799999999999	100.0	0.13252173913043477	NZ_SPGG01000042.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_42_length_17250_cov_37.8378, whole genome shotgun sequence	False	False
SPA0034_000000005554	6109	0.5016545087358704	7	5	4	4	4	False	17817	maximal	True	SPA0034_000000005554	1.0		10	2	False	False	1.0	0					non-mobilizable	other	6111.0	97.889	100.0	0.020890336888867527	NZ_KE150240.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.3, whole genome shotgun sequence	False	False
ENG0125_000000003944	5916	0.5016533337291571	8	7	6	6	5	False	58876	maximal	True	ENG0125_000000003944	1.0		1	1	False	False	0.999830961227417	0					non-mobilizable	no_good_hit	2797.0	87.37899999999999	77.0	0.0012769751280175567	NZ_NGMQ01000001.1	firmicutes	Enterococcus gallinarum strain 2A8_DIV0586 scaffold00001, whole genome shotgun sequence	True	False
SPA0053_000000017939	1847	0.501653210207668	1	1	1	1	1	False	94973	maximal	True	SPA0053_000000017939	0.9380128955054343		191	12	False	False	1.0	0					non-mobilizable	chromosome	1857.0	98.331	100.0	0.000516685805755646	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
SPA0062_000000017599	1843	0.501653210207668	2	1	1	1	1	False	6165	maximal	True	SPA0062_000000017599	1.0		19	4	False	False	1.0	0					non-mobilizable	no_good_hit	1053.0	70.75	56.0	0.011662037089101561	NZ_JAAITU010000011.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_11_length_88921_cov_172.455, whole genome shotgun sequence	True	False
SPA0064_000000011882	1776	0.501653210207668	2	1	1	1	1	False	6102	maximal	True	SPA0064_000000011882	1.0		5	2	False	False	0.9932432174682617	0					non-mobilizable	other	1620.0	92.71600000000001	91.0	0.0009309927605494706	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
AUS0004_000000010278	2021	0.5016493738157277	3	3	1	2	1	False	102441	maximal	True	AUS0004_000000010278	1.0		67	10	False	False	0.9925779104232788	0					non-mobilizable	chromosome	2020.0	98.96	99.0	0.0006121938462238191	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
SPA0123_000000003433	2961	0.5016418543892339	4	4	4	4	4	False	127744	fragment	False	ISR0348_000000004387	0.7440378096243552		0	0	False	False	1.0	0					non-mobilizable	other	2961.0	99.054	99.0	0.09377674919950543	NZ_CYZN01000035.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0036_000000027521	1551	0.5016386951898777	2	1	1	1	1	False	47911	maximal	True	FIJ0036_000000027521	1.0		0	0	False	False	0.9922630786895752	0					non-mobilizable	no_good_hit								True	False
FIJ0011_000000029842	1525	0.50163811639521	2	2	2	2	2	False	51135	fragment	False	FIJ0011_000000029842	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	444.0	97.973	29.0	0.0001002296004481598	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
SPA0064_000000001999	9645	0.5016367241272862	9	9	9	8	7	False	22546	maximal	True	SPA0064_000000001999	1.0		2	1	False	False	0.9985484480857849	0					non-mobilizable	no_good_hit	2682.0	77.964	27.0	0.00809152549591013	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MAD0088_000000004912	4090	0.5016358279977527	4	4	4	4	4	False	108444	maximal	True	MAD0088_000000004912	1.0		145	12	False	False	1.0	0					non-mobilizable	chromosome	4090.0	99.78	100.0	0.0007796830128065175	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
CHI0030_000000006283	1131	0.5016348763835773	2	2	2	1	1	False	88514	maximal	True	CHI0030_000000006283	1.0		63	11	False	False	1.0	0					non-mobilizable	no_good_hit	451.0	94.9	64.0	0.006496600112607736	NZ_CYXX01000019.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
SPA0130_000000003720	8765	0.50163487540827	9	8	5	8	5	False	131417	maximal	False	ENG0156_000000001717	0.9605405405405405		0	0	False	False	0.9992013573646545	0					non-mobilizable	no_good_hit	807.0	74.473	9.0	0.00706723228290318	NZ_GL638158.1	firmicutes	Selenomonas artemidis F0399 Scfld296, whole genome shotgun sequence	True	False
ISR0160_000000021189	1404	0.5016335949841717	2	2	2	2	2	False	30416	fragment	False	ISR0160_000000021189	1.0		0	0	False	False	0.997863233089447	0					non-mobilizable	other	822.0	91.84899999999999	99.0	0.001685163785193958	NZ_WNAF01000002.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold2_size487193, whole genome shotgun sequence	False	False
MON0094_000000016407	2221	0.5016329585023072	2	2	2	1	1	False	9339	maximal	True	MON0094_000000016407	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	1513.0	76.669	68.0	0.0005307198205150734	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0207_000000015941	1871	0.5016329585023072	2	2	2	1	1	False	28572	maximal	True	ISR0207_000000015941	1.0		99	6	False	False	1.0	0					non-mobilizable	no_good_hit	1462.0	93.09200000000001	78.0	0.005604400662861352	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
ISR0197_000000013675	1867	0.5016329585023072	2	2	2	1	1	False	28934	maximal	True	ISR0197_000000013675	1.0		26	4	False	False	0.9978575110435486	0					non-mobilizable	no_good_hit	1573.0	73.808	84.0	0.0023411672777544027	NZ_JH414505.1	firmicutes	Oribacterium asaccharolyticum ACB7 supercont1.2, whole genome shotgun sequence	True	False
ENG0036_000000014277	1733	0.501630277874513	3	3	2	1	2	False	67738	fragment	False	ENG0036_000000014277	1.0		0	0	False	False	0.9890363812446594	0					non-mobilizable	no_good_hit	522.0	74.33	29.0	0.00011538847907124491	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0156_000000008624	3009	0.5016296407888852	4	4	4	3	2	False	30582	maximal	True	ISR0156_000000008624	1.0		80	8	False	False	0.9933532476425171	0					non-mobilizable	no_good_hit	984.0	99.39	73.0	0.00035698916140231734	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	True	False
ENG0022_000000009505	1563	0.5016282093589367	3	3	3	3	2	False	66306	maximal	True	ENG0022_000000009505	1.0		619	14	False	False	1.0	0					non-mobilizable	other	719.0	82.337	95.0	0.02119700748129676	NZ_JAAIUL010000027.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_27_length_33684_cov_209.711, whole genome shotgun sequence	False	False
FIJ0168_000000009020	2331	0.5016282082431056	2	2	2	2	1	False	39811	maximal	True	FIJ0168_000000009020	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0279_000000001484	10099	0.5016254243910492	12	8	8	6	6	False	127953	maximal	True	ISR0279_000000001484	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	5118.0	97.929	54.0	0.0011363464392252726	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
MON0037_000000027334	2522	0.5016230344254551	3	2	2	2	2	False	12114	maximal	True	MON0037_000000027334	1.0		14	3	False	False	0.9996035099029541	0					non-mobilizable	other	2522.0	97.859	100.0	0.012385179069047373	NZ_QIBZ01000002.1	actinobacteria	Slackia isoflavoniconvertens strain DSM 22006 DSM22006T_contig_002, whole genome shotgun sequence	False	False
ISR0824_000000003660	4445	0.5016226073212564	5	5	4	4	5	False	78740	maximal	True	ISR0824_000000003660	1.0		159	12	False	False	0.9991000890731812	0					non-mobilizable	no_good_hit	292.0	72.60300000000001	7.0	0.0004852991306596542	NZ_VHKL01000002.1	a-proteobacteria	Rhodoligotrophos appendicifer strain 120-1 scaffold2.1-size595509, whole genome shotgun sequence	True	False
MON0064_000000003648	5865	0.5016207353456237	6	5	4	3	4	False	77376	fragment	False	MON0064_000000003648	1.0		0	0	False	False	0.9967604279518127	0					non-mobilizable	other	3433.0	98.98	100.0	0.0801261092947221	NZ_CYXX01000030.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
USA0044_01_000000007092	4162	0.5016197980830123	4	3	1	3	1	False	126848	maximal	True	USA0044_01_000000007092	1.0	PS979	43	8	False	True	0.9956751465797424	0					non-mobilizable	no_good_hit	1548.0	99.935	62.0	0.008740112994350282	NZ_CYZO01000001.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
FIJ0137_000000004485	2506	0.5016185471412512	2	2	2	2	1	False	82304	fragment	False	FIJ0137_000000004485	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1437.0	80.585	96.0	0.0023060118132534994	CP021633.1	other sequences	Unidentified plasmid plasmid apr38_000029F, complete sequence	False	True
ISR0795_000000006829	1642	0.5016155009352559	3	3	3	3	3	False	21969	maximal	True	ISR0795_000000006829	1.0		110	11	False	False	1.0	0					non-mobilizable	chromosome	1642.0	98.66	100.0	0.00028362733960148024	CP041379.1	CFB group bacteria	Bacteroides intestinalis strain APC919/174 chromosome, complete genome	False	False
USA0035_01_000000002002	12955	0.5016150932821113	16	8	3	4	7	False	23865	maximal	True	USA0035_01_000000002002	0.9497337421332903		5	5	False	False	1.0	0					non-mobilizable	no_good_hit	1570.0	85.605	19.0	0.022014704639567312	NZ_SMUS01000021.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00021, whole genome shotgun sequence	True	False
MAD0083_000000002458	3716	0.5016142221455224	4	4	1	2	4	False	16113	maximal	True	MAD0083_000000002458	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1083.0	80.517	31.0	0.00020997075196145214	CP042645.1	enterobacteria	Escherichia coli strain NCYU-21-79 chromosome, complete genome	True	False
MON0092_000000028343	1956	0.5016133144659313	3	3	3	3	3	False	9449	maximal	False	MON0107_000000030410	0.9845569620253165		0	0	False	False	0.9989774823188782	0					non-mobilizable	no_good_hit	570.0	76.316	29.0	0.00014717905930059045	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ETH0004_000000015134	1856	0.5016130822321891	2	2	2	2	2	False	52891	maximal	True	ETH0004_000000015134	1.0		1	1	False	False	0.998383641242981	0					non-mobilizable	no_good_hit	888.0	99.324	48.0	0.0003958271694519601	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0107_000000012510	2098	0.5016124013521521	3	1	1	1	1	False	32847	maximal	True	ISR0107_000000012510	1.0		23	8	False	False	0.9723546504974365	0					non-mobilizable	no_good_hit	1230.0	99.837	59.0	0.0002481663655621816	CP040468.1	CFB group bacteria	Parabacteroides distasonis strain CavFT-hAR46 chromosome, complete genome	True	False
MAD0096_000000016298	1225	0.5016063859830155	2	2	2	1	1	False	15460	fragment	False	MAD0096_000000016298	1.0		0	0	False	False	0.977142870426178	0					non-mobilizable	no_good_hit	131.0	100.0	11.0	2.841707079020223e-05	AP021896.1	enterobacteria	Escherichia coli 2018.02.02CC DNA, complete genome	True	False
MAD0088_000000010990	2223	0.5016061989881816	1	1	1	1	1	False	58126	maximal	True	MAD0088_000000010990	1.0		1	1	False	False	0.9896536469459534	0					non-mobilizable	no_good_hit	117.0	93.162	5.0	0.008017694221730716	MK233969.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_2-CL40_c4 sequence	True	False
USA0102_01_000000005432	2567	0.5016040744291477	3	3	3	2	2	False	338	maximal	True	USA0102_01_000000005432	1.0		242	12	False	False	0.998441755771637	0					non-mobilizable	other	2569.0	98.63799999999999	100.0	0.0006874225243751137	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
SPA0124_000000016107	1822	0.5016019202384046	2	2	2	2	1	False	4050	maximal	True	SPA0124_000000016107	1.0		14	3	False	False	0.9934138059616089	0					non-mobilizable	chromosome	1804.0	97.78299999999999	99.0	0.0005880724043354929	NZ_CP022413.2	firmicutes	Blautia hansenii DSM 20583 chromosome, complete genome	False	False
SPA0095_000000012928	1505	0.5016015777494529	2	2	1	1	2	False	116059	fragment	False	SPA0020_000000020979	0.810136181609178		0	0	False	False	1.0	0					non-mobilizable	chromosome	1505.0	98.671	100.0	0.00048412211609712483	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CAN0018_000000014478	2396	0.5015998000216323	3	3	2	3	2	False	104618	maximal	True	CAN0018_000000014478	1.0		3	1	False	False	1.0	0					non-mobilizable	other	2411.0	87.35	99.0	0.0014419840545559658	NZ_FQXY01000010.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
ISR0165_000000012425	1813	0.5015989136448299	3	2	2	2	1	False	123021	fragment	False	ITA0008_000000000750	0.754907226299584		0	0	False	False	0.9955874085426331	0					non-mobilizable	no_good_hit	1473.0	96.06200000000001	84.0	0.00039366744774861883	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
USA0125_01_000000010849	2215	0.5015972889977401	3	3	2	3	2	False	129965	fragment	False	FIJ0121_000000010166	0.4013352013536327		0	0	False	False	0.9986456036567688	0					non-mobilizable	other	2224.0	99.236	100.0	0.006762203450153465	NZ_CYZK01000001.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0206_000000005227	4841	0.5015963828084036	4	3	2	3	1	False	38185	fragment	False	ISR0206_000000005227	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	3175.0	90.677	79.0	0.04348610109304777	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
MON0051_000000018673	1894	0.5015944427549196	3	2	2	2	2	False	114905	fragment	False	SPA0120_000000020511	0.7664867197085333		0	0	False	False	1.0	0					non-mobilizable	plasmid	1854.0	94.229	98.0	0.011162953740526296	CP021634.1	other sequences	Unidentified plasmid plasmid apr34_1788, complete sequence	False	True
ENG0123_000000006742	1630	0.5015887241299599	3	2	2	1	1	False	58968	maximal	True	ENG0123_000000006742	1.0		37	8	False	False	1.0	0					non-mobilizable	no_good_hit	302.0	85.09899999999999	18.0	0.0016315812604377252	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0378_000000008327	3006	0.5015880095920453	2	2	2	2	1	False	80623	maximal	True	ISR0378_000000008327	1.0		121	12	False	False	0.9940119981765747	0					non-mobilizable	no_good_hit	1386.0	80.447	84.0	0.0006389359151940826	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
USA0017_01_000000010947	2521	0.5015880095920453	2	2	2	2	1	False	1901	maximal	True	USA0017_01_000000010947	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1021.0	73.84899999999999	45.0	0.0014147022688410077	NZ_PTJA01000001.1	CFB group bacteria	Hungatella xylanolytica strain DSM 3808 Ga0170443_101, whole genome shotgun sequence	True	False
CHI0159_000000004676	3016	0.5015838729348097	5	4	2	4	1	False	78815	maximal	True	CHI0159_000000004676	1.0		157	13	False	False	1.0	0					non-mobilizable	no_good_hit	554.0	73.827	18.0	0.0001795442160758326	NC_013205.1	firmicutes	Alicyclobacillus acidocaldarius subsp. acidocaldarius DSM 446, complete sequence	True	False
USA0101_01_000000024228	1239	0.5015803098092247	2	2	2	2	0	True	352	maximal	True	USA0101_01_000000024228	1.0		9	6	False	False	0.994350254535675	0					non-mobilizable	no_good_hit	1064.0	92.29299999999999	86.0	0.0003145292057545221	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	True
SPA0158_000000012814	1618	0.5015795317147915	1	1	1	1	1	False	3136	fragment	False	SPA0158_000000012814	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	99.62899999999999	100.0	0.0003415079105439353	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
ISR0105_000000011782	1663	0.5015754071457993	3	2	2	2	2	False	32939	fragment	False	ISR0105_000000011782	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1663.0	99.27799999999999	100.0	0.0003510118412640819	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MAD0066_000000010606	2438	0.5015745223865207	3	3	3	3	3	False	17151	maximal	True	MAD0066_000000010606	1.0		9	2	False	False	0.9946677684783936	0					non-mobilizable	no_good_hit	855.0	73.45	35.0	0.006370965306923518	NZ_QICB01000004.1	actinobacteria	Slackia faecicanis strain DSM 17537 DSM17537T_contig_004, whole genome shotgun sequence	True	False
CHI0182_000000021783	1331	0.5015712160422879	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.2687827914737206	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1331.0	95.943	100.0	0.0003783062687908706	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
CHI0170_000000008402	1222	0.5015712160422879	1	1	1	1	1	False	115136	backbone	False	SPA0021_000000021098	0.03367043105187409	PS748	0	0	False	True	1.0	0					non-mobilizable	chromosome	1222.0	96.154	100.0	0.0003473022211982353	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	True
DEN0010_000000023212	1960	0.5015705433512947	2	2	2	2	2	False	109656	fragment	False	ISR0062_000000020252	0.988182114840386		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	763.0	88.598	85.0	0.003009193441379964	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
MON0029_000000012241	2346	0.501570130401779	3	3	2	3	3	False	18861	fragment	False	MON0029_000000012241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	73.191	20.0	0.0010888203422816573	NZ_FWXW01000002.1	firmicutes	Papillibacter cinnamivorans DSM 12816, whole genome shotgun sequence	True	False
SPA0130_000000016242	2022	0.5015699272291642	3	2	2	2	2	False	67251	fragment	False	SPA0130_000000016242	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2022.0	95.302	100.0	0.0008665931141651741	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
ISR0379_000000011312	2161	0.5015660621031447	3	3	3	2	2	False	23219	maximal	True	ISR0379_000000011312	1.0		18	4	False	False	1.0	0					non-mobilizable	chromosome	2161.0	99.815	100.0	0.0010812326051698937	NZ_CP045924.1	firmicutes	Lactococcus petauri strain CF11 chromosome, complete genome	False	False
CAN0014_000000032089	1540	0.5015643516986671	4	2	1	1	2	True	93518	maximal	True	CAN0014_000000032089	1.0		28	7	False	False	0.9935064911842346	0					non-mobilizable	no_good_hit	1230.0	77.72399999999999	79.0	0.020124810143300535	NZ_GL982491.1	CFB group bacteria	Prevotella dentalis DSM 3688 strain ATCC 49559 SCAFFOLD4, whole genome shotgun sequence	True	True
ISR0851_000000001849	7192	0.501562039513236	7	7	7	7	6	False	97781	maximal	True	ISR0851_000000001849	1.0		26	9	False	False	0.9955506324768066	0					non-mobilizable	other	7079.0	97.33	98.0	0.04914627877575404	NZ_JAANXY010000004.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_4, whole genome shotgun sequence	False	False
ISR0810_000000009545	1763	0.5015588315188653	3	2	1	2	1	False	21709	maximal	True	ISR0810_000000009545	1.0		1	1	False	False	0.9994328022003174	0					non-mobilizable	no_good_hit	368.0	97.82600000000001	21.0	0.0017271238446623872	NZ_QSOD01000005.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf5, whole genome shotgun sequence	True	False
USA0027_01_000000016626	1631	0.5015586944016867	4	3	2	3	1	False	115792	fragment	False	ISR0054_000000014703	0.41731903292215683		0	0	False	False	1.0	0					non-mobilizable	other	1475.0	98.441	90.0	0.018330369467623394	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0068_000000020638	1396	0.5015578998080082	3	1	1	1	1	False	113369	fragment	False	ISR0821_000000021839	0.45965045160892276		0	0	False	False	0.9942693114280701	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	1.0776495143103164e-05	NZ_CP043926.1	proteobacteria	Acidithiobacillus caldus strain MTH-04 chromosome	True	False
ENG0067_000000016089	1674	0.5015564488170831	2	1	1	1	1	False	62661	fragment	False	ENG0067_000000016089	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0086_000000024894	1221	0.5015564488170831	2	1	1	1	1	False	9723	fragment	False	MON0086_000000024894	1.0		0	0	False	False	0.9656019806861877	0					non-mobilizable	no_good_hit								True	False
AUS0024_000000021194	1522	0.5015555661993008	1	1	1	1	1	False	98857	maximal	True	AUS0024_000000021194	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	1.1481486867858038e-06	LK391415.1	birds	Apteryx australis mantelli genome assembly AptMant0, scaffold scaffold151	True	False
USA0059_01_000000017359	1466	0.5015555661993008	1	1	1	1	1	False	912	maximal	True	USA0059_01_000000017359	1.0		0	0	False	False	0.9986357688903809	0					non-mobilizable	no_good_hit	192.0	98.958	13.0	0.0003517534263730354	NZ_RBXN01000002.1	CFB group bacteria	Coprobacter fastidiosus NSB1 Ga0131254_102, whole genome shotgun sequence	True	False
DEN0073_000000007026	6026	0.5015529151250755	7	6	4	4	5	True	80278	fragment	False	DEN0073_000000007026	0.9750969017935793		0	0	False	False	1.0	0					non-mobilizable	chromosome	5984.0	96.524	99.0	0.0013525339762507885	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
USA0010_01_000000004824	5594	0.5015529151250755	6	6	4	4	5	True	80278	fragment	False	DEN0073_000000007026	0.9604221149645698		0	0	False	False	1.0	0					non-mobilizable	chromosome	5596.0	96.426	99.0	0.0012652007352282385	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
USA0015_01_000000005435	5594	0.5015529151250755	7	6	4	4	5	True	80278	fragment	False	DEN0073_000000007026	0.959675891531957		0	0	False	False	1.0	0					non-mobilizable	chromosome	5598.0	96.35600000000001	100.0	0.001265879490987481	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
ENG0058_000000005653	5117	0.5015529151250755	7	6	4	4	5	True	80278	fragment	False	DEN0073_000000007026	0.5873772704160701		0	0	False	False	0.9992182850837708	0					non-mobilizable	chromosome	5123.0	96.369	100.0	0.0011581835771876524	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MAD0062_000000002689	4805	0.5015492198391571	5	5	5	5	4	False	100440	maximal	True	MAD0062_000000002689	1.0		8	2	False	False	0.9906347393989563	0					non-mobilizable	no_good_hit	1046.0	75.43	21.0	0.000814347805320724	NZ_JH591187.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.1, whole genome shotgun sequence	True	False
ENG0043_000000021160	1637	0.5015486717984673	2	2	2	1	1	False	70394	maximal	True	ENG0043_000000021160	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0025_000000032185	1234	0.5015469754918506	3	3	3	2	3	False	107688	fragment	False	ISR0025_000000032185	0.9728304947283049		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	536.0	73.134	43.0	0.0001167790920527633	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
TAN0016_000000000833	7935	0.5015452675579024	6	6	6	5	5	False	46668	maximal	True	TAN0016_000000000833	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2016.0	81.399	34.0	0.04057971014492753	NZ_VZBY01000051.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_25_length_49335_cov_22.0985_ID_49, whole genome shotgun sequence	True	False
ENG0207_000000009468	1924	0.5015421008158906	4	3	2	3	2	False	122044	maximal	True	ENG0207_000000009468	1.0		4	3	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	92.021	69.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CAN0011_000000011290	2708	0.5015397586642111	4	2	1	2	1	False	94496	fragment	False	CAN0011_000000011290	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0021_000000018693	1743	0.5015379388981972	2	1	1	1	1	False	58255	fragment	False	ISR0069_000000011865	0.6343126967471143		0	0	False	False	0.9994263052940369	0					non-mobilizable	other	1743.0	97.648	100.0	0.0005258579000338698	AP019738.1	CFB group bacteria	Alistipes onderdonkii subsp. vulgaris 5NYCFAH2 DNA, complete genome	False	False
ISR0255_000000020013	1641	0.5015378707772431	3	2	2	2	2	False	117939	fragment	False	ISR0079_000000014796	0.7220388417362119		0	0	False	False	0.9993906021118164	0					non-mobilizable	other	1641.0	99.756	100.0	0.0007189753373923291	NZ_LN869529.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	False	False
ENG0081_000000001138	17018	0.5015300076759875	20	7	4	5	2	True	111613	fragment	False	ISR0090_000000000852	0.21578753989625468		0	0	False	False	0.9999412298202515	0					non-mobilizable	no_good_hit	82.0	97.561	0.0	0.00024361871235329587	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	True
MON0019_000000049789	1344	0.5015276409335525	2	2	2	2	2	False	129035	fragment	False	DEN0078_000000026948	0.8251551859855567		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	730.0	85.89	62.0	0.0020194469393105987	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
ISR0181_000000003011	5763	0.5015275493121072	4	3	2	3	2	False	29602	maximal	True	ISR0181_000000003011	1.0		511	11	False	False	0.9973971843719482	0					non-mobilizable	chromosome	5763.0	99.445	100.0	0.0012606100066005908	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
FIJ0166_000000008694	2758	0.5015270203684074	4	4	3	3	2	True	39023	maximal	True	FIJ0166_000000008694	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1317.0	85.725	47.0	0.016000097934799905	NZ_CYYV01000015.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
ISR0153_000000017323	1667	0.5015211867809267	3	2	2	2	2	False	30665	maximal	True	ISR0153_000000017323	1.0		116	11	False	False	0.9862027764320374	0					non-mobilizable	other	1667.0	99.52	100.0	0.009252518741212886	NZ_LMUA01000005.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00005, whole genome shotgun sequence	False	False
ISR0125_000000002441	6059	0.5015193660880208	6	4	2	3	3	False	32054	fragment	False	ISR0125_000000002441	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	977.0	95.189	35.0	0.00026389654606468333	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	False
SPA0096_000000037703	1152	0.5015179059644571	3	2	2	2	1	True	5150	fragment	False	SPA0096_000000037703	1.0		0	0	False	False	0.9982638955116272	0					non-mobilizable	plasmid	439.0	98.633	91.0	0.0545522481006352	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
CHI0154_000000001328	16560	0.501517744867592	18	14	10	14	9	False	122880	maximal	True	CHI0154_000000001328	1.0		27	9	False	False	1.0	0					non-mobilizable	no_good_hit	426.0	76.291	3.0	0.10403916768665851	NZ_AAXG02000027.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont251, whole genome shotgun sequence	True	False
MAD0049_000000000990	11716	0.5015157087423	11	1	1	1	1	False	17502	maximal	True	MAD0049_000000000990	1.0		1	1	False	False	0.9979515075683594	0					non-mobilizable	no_good_hit	211.0	76.777	2.0	0.0019462976770307824	CP019656.1	firmicutes	Paenibacillus larvae subsp. larvae strain Eric_III plasmid unnamed1, complete sequence	True	False
USA0037_01_000000009853	3572	0.5015152588643685	5	5	4	5	3	False	122302	fragment	False	ISR0082_000000007625	0.9506222943722944		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1899.0	80.095	53.0	0.007296584470358594	NZ_CABIYV010000004.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0130_000000000895	19832	0.501514669082577	14	6	2	5	2	True	52954	maximal	True	FIJ0130_000000000895	1.0		2	1	False	False	0.99994957447052	0					non-mobilizable	no_good_hit	961.0	69.407	5.0	0.00030792680327379647	NZ_CP046996.1	firmicutes	Dehalobacter restrictus strain 12DCA chromosome, complete genome	True	True
ISR0338_000000000028	107352	0.501514590812339	112	38	21	33	19	True	114620	maximal	True	ISR0338_000000000028	1.0		1	1	False	False	0.9999813437461853	0					non-mobilizable	no_good_hit	1930.0	73.99	2.0	0.000784114111665427	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	True	True
MON0046_000000009036	3383	0.5015143738544353	4	3	3	3	2	False	12522	maximal	True	MON0046_000000009036	1.0		11	2	False	False	0.985515832901001	0					non-mobilizable	no_good_hit								True	False
FIJ0102_000000009786	3216	0.5015140869403081	3	1	1	1	1	False	42641	fragment	False	FIJ0102_000000009786	1.0		0	0	False	False	0.9947139024734497	0					non-mobilizable	no_good_hit	36.0	94.444	1.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	False
MAD0049_000000015428	1228	0.5015140869403081	2	1	1	1	1	False	17441	fragment	False	MAD0049_000000015428	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	36.0	94.444	3.0	7.214605659961207e-05	NZ_HG003685.1	firmicutes	Anaerococcus provencensis strain 9402080, whole genome shotgun sequence	True	False
FIJ0167_000000005025	3653	0.501513110734562	5	5	5	5	4	False	38978	maximal	True	FIJ0167_000000005025	1.0		26	5	False	False	0.998083770275116	0					non-mobilizable	chromosome	3653.0	98.741	100.0	0.0007772513099089539	CP058253.1	enterobacteria	Enterobacter roggenkampii strain ED5 chromosome, complete genome	False	False
CAN0001_000000001604	20038	0.5015122712793146	19	9	7	7	3	True	132170	maximal	True	CAN0001_000000001604	1.0		17	4	False	False	1.0	0					non-mobilizable	no_good_hit	692.0	96.676	4.0	0.00021496893061201126	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
ISR0014_000000003405	9755	0.5015118176069601	12	11	5	5	11	True	100024	maximal	True	ISR0014_000000003405	0.9835102118147679		9	1	False	False	0.9991798996925354	0					non-mobilizable	chromosome	5563.0	97.088	92.0	0.0008567000401529975	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	False	True
ISR0310_000000004053	3859	0.5015116440882159	5	2	2	2	2	False	25345	fragment	False	ISR0310_000000004053	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	68.0	89.706	2.0	1.5164622475556962e-05	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	False
ISR0133_000000010398	2031	0.5015086759757058	2	1	1	1	1	False	82226	fragment	False	ISR0133_000000010398	0.9572006112340828		0	0	False	False	1.0	0					non-mobilizable	chromosome	2031.0	98.277	100.0	0.00031233488946883685	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0095_000000014633	1894	0.5015086759757058	2	1	1	1	1	False	60959	maximal	True	ENG0095_000000014633	1.0		0	0	False	False	0.9181626439094543	0					non-mobilizable	no_good_hit	1184.0	87.416	63.0	0.00017428019478097167	CP050831.1	CFB group bacteria	Bacteroides sp. CBA7301 chromosome, complete genome	True	False
MON0070_000000020062	1705	0.5015086759757058	1	1	1	1	1	False	10447	maximal	True	MON0070_000000020062	1.0		227	11	False	False	0.9794721603393555	0					non-mobilizable	chromosome	1342.0	98.95700000000001	100.0	0.00023280894319670117	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
ISR0161_000000007562	3888	0.501507884911762	6	3	0	2	2	True	66086	fragment	False	ISR0272_000000002878	0.9065530898188405		0	0	False	False	1.0	0	IncW				non-mobilizable	other	3529.0	95.63600000000001	92.0	0.0014758990300576063	FP929034.1	high GC Gram+	Bifidobacterium longum subsp. longum F8 draft genome	False	True
FIJ0106_000000002467	9439	0.5015064512762983	13	7	4	7	3	False	42368	maximal	True	FIJ0106_000000002467	1.0		3	2	False	False	0.9997881054878235	0					non-mobilizable	no_good_hit	216.0	81.944	2.0	0.00041383591406007517	NZ_CZBD01000001.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0082_000000026485	1280	0.5015035258249565	3	3	3	2	1	False	34144	maximal	True	ISR0082_000000026485	1.0		23	8	False	False	0.999218761920929	0					non-mobilizable	no_good_hit	685.0	100.0	54.0	0.00028911103850460276	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	True	False
DEN0046_000000004026	5206	0.5015005694029718	9	7	5	5	5	False	114704	maximal	True	DEN0046_000000004026	1.0		38	7	False	False	1.0	0	rep_cluster_870				non-mobilizable	no_good_hit	2849.0	99.824	55.0	0.5091169109760457	CP021595.1	other sequences	Unidentified plasmid plasmid FAKO05_2273, complete sequence	True	True
MAD0066_000000010905	2395	0.5014952009848176	4	3	3	3	3	False	16583	fragment	False	MAD0066_000000010905	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2262.0	72.502	93.0	0.0017768119237772508	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	False	False
ENG0022_000000004287	4710	0.5014903221709589	7	5	2	3	5	False	78918	fragment	False	ENG0022_000000004287	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4712.0	99.915	100.0	0.04668840371445844	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	False
ISR0152_000000001644	15059	0.5014883644856202	13	10	9	9	9	False	122438	maximal	True	ISR0152_000000001644	1.0	PS871	1	1	False	True	0.9999336004257202	0					non-mobilizable	no_good_hit	6075.0	92.691	53.0	0.06909438949911126	NZ_RJQC01000005.1	firmicutes	Absicoccus porci strain YH-panp20 panp20_5, whole genome shotgun sequence	True	True
SPA0090_000000016225	2184	0.5014876572796984	3	2	2	2	1	False	90773	fragment	False	SPA0090_000000016225	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	809.0	80.593	37.0	0.0002378219889085511	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
MAD0005_000000009865	2804	0.5014839100350412	3	2	2	2	2	True	98376	fragment	False	FIJ0010_000000006320	0.7986098609637473		0	0	False	False	1.0	0					non-mobilizable	plasmid	2806.0	97.755	100.0	0.02428321162818934	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
TAN0003_000000002909	2759	0.5014839100350412	4	2	2	2	2	True	98376	fragment	False	FIJ0010_000000006320	0.7780301527106527		0	0	False	False	1.0	0					non-mobilizable	plasmid	2719.0	97.68299999999999	100.0	0.023546042703762163	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
TAN0011_000000001828	2406	0.5014839100350412	4	2	2	2	2	True	98370	fragment	False	TAN0011_000000001828	1.0		0	0	False	False	0.9912717938423157	0					non-mobilizable	plasmid	2408.0	97.55	100.0	0.020848871697916847	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
MAD0062_000000005088	2658	0.5014834011151235	2	2	2	2	2	False	85817	fragment	False	MAD0062_000000005088	0.991015625		0	0	False	False	1.0	0					non-mobilizable	chromosome	2658.0	99.85	100.0	0.000548060490861705	CP057178.1	enterobacteria	Escherichia coli strain RHB34-C04 chromosome, complete genome	False	False
ISR0009_000000012747	2560	0.5014834011151235	2	2	2	2	2	False	85817	fragment	False	MAD0062_000000005088	0.9744168547780285		0	0	False	False	0.984375	0					non-mobilizable	chromosome	2560.0	99.805	100.0	0.0005214873577525545	CP022279.1	enterobacteria	Escherichia coli strain STEC299 chromosome, complete genome	False	False
ISR0190_000000011770	1946	0.5014834011151235	2	2	2	2	2	False	85814	fragment	False	MAD0001_000000012305	0.9745608342858167		0	0	False	False	0.9835560321807861	0					non-mobilizable	other	1946.0	100.0	100.0	0.00041903184469667263	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
SPA0102_000000017249	1946	0.5014834011151235	3	2	2	2	2	False	85814	fragment	False	MAD0001_000000012305	0.9641604707234136		0	0	False	False	0.9994861483573914	0					non-mobilizable	chromosome	1946.0	100.0	100.0	0.00040917072559117806	CP051706.1	enterobacteria	Escherichia coli strain SCU-124 chromosome, complete genome	False	False
CHI0059_000000009483	1873	0.5014834011151235	2	2	2	2	2	False	85814	fragment	False	MAD0001_000000012305	0.7245632065775951		0	0	False	False	0.9989321827888489	0					non-mobilizable	chromosome	1873.0	99.786	100.0	0.0002930825932423796	CP050219.1	enterobacteria	Escherichia coli strain RM-096-WU chromosome	False	False
ENG0119_000000015020	2140	0.5014831325783474	4	3	2	3	0	False	91564	fragment	False	ENG0119_000000015020	0.9946081295180464		0	0	False	False	1.0	0					non-mobilizable	other	2144.0	95.289	100.0	0.0042329445383339735	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
CAN0021_000000020783	2086	0.5014831325783474	4	3	2	3	0	False	91564	fragment	False	ENG0119_000000015020	0.9912548351579925		0	0	False	False	1.0	0					non-mobilizable	other	2090.0	94.928	100.0	0.00412608198336902	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
ISR0015_000000012347	2066	0.5014831325783474	4	3	2	3	0	False	91564	fragment	False	ENG0119_000000015020	0.9894003500349814		0	0	False	False	0.9941916465759277	0					non-mobilizable	other	2070.0	95.024	100.0	0.004086503259307927	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
CHI0133_000000009184	2053	0.5014831325783474	4	3	2	3	0	False	91564	fragment	False	ENG0119_000000015020	0.9862344739653781		0	0	False	False	1.0	0					non-mobilizable	other	2057.0	95.09	100.0	0.004060777088668216	NZ_CZBZ01000004.1	CFB group bacteria	Alistipes finegoldii strain 2789STDY5834947, whole genome shotgun sequence	False	False
TAN0011_000000000569	5892	0.5014825922567375	9	5	2	3	3	True	54478	fragment	False	TAN0011_000000000569	0.984151421843869		0	0	False	False	0.9981330633163452	0					non-mobilizable	no_good_hit	1266.0	73.934	21.0	0.009319262782401902	NZ_BAJR01000005.1	CFB group bacteria	Bacteroides paurosaccharolyticus JCM 15092, whole genome shotgun sequence	True	True
FIJ0062_000000008762	3288	0.5014825647802815	3	3	3	3	0	True	45728	maximal	True	FIJ0062_000000008762	1.0		9	2	False	False	0.9957420825958252	0					non-mobilizable	no_good_hit	30.0	100.0	1.0	5.656406686122365e-07	LR812586.1	bony fishes	Danio rerio strain Nadia (NA) genome assembly, chromosome: 18	True	True
USA0023_01_000000008410	3792	0.5014786374636324	6	3	3	3	2	True	68494	maximal	True	USA0023_01_000000008410	1.0		17	7	False	False	0.9997363090515137	0					non-mobilizable	no_good_hit	717.0	83.821	19.0	0.0002450480585510634	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
DEN0093_000000011911	2719	0.5014786374636324	4	3	3	3	2	True	68493	fragment	False	DEN0093_000000011911	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1020.0	80.0	37.0	0.0003478654257752858	CP044227.1	firmicutes	Flintibacter sp. KGMB00164 chromosome, complete genome	True	True
ISR0196_000000003363	5107	0.5014744410191566	10	6	4	3	1	False	28993	maximal	True	ISR0196_000000003363	1.0		1	1	False	False	0.9919717907905579	0					non-mobilizable	no_good_hit	929.0	86.76	30.0	0.0029680181557726667	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
FIJ0112_000000018388	1503	0.5014735155884581	3	3	3	3	3	False	41996	maximal	True	FIJ0112_000000018388	0.9670658682634731		41	8	False	False	1.0	0					non-mobilizable	chromosome	1503.0	99.8	100.0	0.0002820292889857611	CP052328.1	enterobacteria	Klebsiella pneumoniae strain D17KP0032 chromosome, complete genome	False	False
FIJ0018_000000008019	3376	0.5014723926211517	3	3	3	3	2	False	115160	maximal	True	FIJ0018_000000008019	1.0	PS748	2	2	False	True	0.9979265332221985	0					non-mobilizable	other	993.0	98.48899999999999	100.0	0.000294163326780743	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	True
ENG0125_000000021633	1238	0.5014721615938386	3	2	1	2	2	False	58799	fragment	False	ENG0125_000000021633	0.979009235936188		0	0	False	False	1.0	0					non-mobilizable	chromosome	1197.0	99.916	100.0	0.00023131247588480407	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ISR0162_000000032788	1191	0.5014721615938386	3	2	1	2	2	False	58799	fragment	False	ENG0125_000000021633	0.9608239095315024		0	0	False	False	0.9983207583427429	0					non-mobilizable	chromosome	1177.0	99.915	99.0	0.00022744437428137926	CP054353.1	enterobacteria	Escherichia coli strain SCU-172 chromosome, complete genome	False	False
ISR0842_000000001632	10643	0.5014699329269546	11	3	2	3	0	True	31922	fragment	False	ISR0842_000000001632	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0003_01_000000011921	3295	0.5014695676382463	3	3	3	3	2	False	90897	maximal	True	USA0003_01_000000011921	1.0		1	1	False	False	0.9990895390510559	0					non-mobilizable	no_good_hit	1388.0	75.57600000000001	41.0	0.0004099990582318633	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ETH0001_000000002767	7295	0.5014693204747374	11	4	2	4	3	False	53602	maximal	True	ETH0001_000000002767	1.0		1	1	False	False	0.9998629093170166	0					non-mobilizable	no_good_hit	1108.0	79.60300000000001	20.0	0.0003394082536869816	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0142_000000008655	2151	0.5014639509504009	3	3	3	3	3	False	105009	maximal	False	AST0148_000000015576	0.9456237261836682		0	0	False	False	0.9990702271461487	0					non-mobilizable	other	2153.0	95.355	100.0	0.011326579531026925	NZ_WKRD01000008.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold8_size189819, whole genome shotgun sequence	False	False
ISR0052_000000023947	1546	0.5014588786346541	2	2	1	2	0	False	35781	fragment	False	ISR0052_000000023947	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	77.0	100.0	5.0	0.0031505202503834514	GU942941.1		Uncultured organism clone 24 genomic sequence	True	False
ISR0323_000000004670	3850	0.5014575864223992	4	3	3	3	2	False	88705	maximal	True	ISR0323_000000004670	1.0		324	12	False	False	0.9854545593261719	0					non-mobilizable	chromosome	3850.0	96.675	100.0	0.001307886019211551	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
SPA0085_000000010468	1273	0.5014567126613093	2	2	2	2	1	False	30658	maximal	True	SPA0085_000000010468	0.9904578806740081		249	12	False	False	0.9945011734962463	0					non-mobilizable	other	1273.0	99.529	100.0	0.004039775271620897	NZ_QSFS01000002.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf2, whole genome shotgun sequence	False	False
SPA0106_000000011934	3279	0.5014548918785058	3	3	3	2	1	True	120752	maximal	True	SPA0106_000000011934	1.0		2	1	False	False	0.9990850687026978	0					non-mobilizable	other	2482.0	88.961	100.0	0.0009184113636515501	NZ_KE386488.1	CFB group bacteria	Rikenella microfusus DSM 15922 RikmiDRAFT_RMD.2, whole genome shotgun sequence	False	True
ENG0083_000000004616	4893	0.501450356216164	6	5	5	5	5	False	61579	maximal	True	ENG0083_000000004616	1.0		19	7	False	False	1.0	0					non-mobilizable	no_good_hit	951.0	97.581	19.0	0.0002329190071962166	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	False
CHI0065_000000004917	2645	0.5014501295614474	3	3	3	3	3	False	85262	maximal	True	CHI0065_000000004917	0.9736901854497582		482	15	False	False	1.0	0					non-mobilizable	chromosome	2645.0	99.887	100.0	0.0008899549199461315	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
MAD0015_000000008511	2301	0.5014501083444262	4	2	2	2	1	True	19433	maximal	True	MAD0015_000000008511	1.0		30	5	False	False	0.9860929846763611	0					non-mobilizable	no_good_hit	1104.0	99.185	48.0	0.004335453237636294	NZ_CYXV01000004.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
DEN0064_000000023352	1777	0.5014501083444262	3	2	2	2	1	True	71250	maximal	True	DEN0064_000000023352	1.0		0	0	False	False	0.9938098192214966	0					non-mobilizable	no_good_hit	945.0	100.0	53.0	0.00021492758602396943	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	True	True
FIJ0115_000000021192	1110	0.5014501083444262	2	2	2	2	1	True	41697	maximal	True	FIJ0115_000000021192	1.0		132	8	False	False	0.9882882833480835	0					non-mobilizable	other	1119.0	80.071	99.0	0.02289040166176501	NZ_JH379399.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld290, whole genome shotgun sequence	False	True
CHI0117_000000010894	1329	0.5014499482906956	2	2	2	2	2	False	82039	fragment	False	ENG0036_000000017919	0.966690290574061		0	0	False	False	0.9924755692481995	0					non-mobilizable	other	1329.0	99.473	100.0	0.037256277177724784	HE717013.1	bacteria	Uncultured bacterium xylooligosaccharide degrading DNA fragment, clone MetaPbio 3	False	False
CHI0140_000000014848	1984	0.5014488660736053	4	3	3	3	3	False	108997	maximal	False	AST0097_000000010277	0.94888280455114		0	0	False	False	0.9994959831237793	0					non-mobilizable	no_good_hit	55.0	87.273	3.0	0.00044407894736842106	NZ_VIGD01000009.1	firmicutes	Ureibacillus terrenus strain ATCC BAA-384 NODE_9_length_121600_cov_443.075556, whole genome shotgun sequence	True	False
CAN0010_000000005413	2401	0.5014413154086447	2	1	1	1	1	False	94627	maximal	True	CAN0010_000000005413	1.0		158	12	False	False	1.0	0					non-mobilizable	no_good_hit	1166.0	73.328	47.0	0.0016497795215494287	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
DEN0054_000000002880	1997	0.5014413154086447	2	1	1	1	1	False	79570	fragment	False	DEN0054_000000002880	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1166.0	73.328	57.0	0.0016497795215494287	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
CHI0149_000000008630	1446	0.5014413154086447	2	1	1	1	1	False	79569	fragment	False	CHI0149_000000008630	1.0		0	0	False	False	0.9923927783966064	0					non-mobilizable	no_good_hit	1166.0	73.328	79.0	0.0016497795215494287	NZ_FOZH01000002.1	firmicutes	Enterocloster citroniae strain NLAE-zl-G70, whole genome shotgun sequence	True	False
ENG0095_000000023998	1166	0.5014403307923807	2	2	2	2	1	False	60900	maximal	True	ENG0095_000000023998	1.0		223	12	False	False	0.9991423487663269	0					non-mobilizable	chromosome	1166.0	98.714	100.0	0.00016443589032789503	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
AUS0018_000000009200	3007	0.5014376919612665	3	3	3	3	3	False	100010	maximal	True	AUS0018_000000009200	0.9989979959919839	PS321|PS56	15	7	False	True	0.9976720809936523	0					non-mobilizable	no_good_hit	1089.0	83.56299999999999	36.0	0.02999005854412902	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MAD0095_000000010653	2994	0.5014376919612665	3	3	3	3	3	False	100010	maximal	False	AUS0018_000000009200	0.9968407050216161	PS321|PS56	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1089.0	83.56299999999999	36.0	0.02999005854412902	NZ_CYYA01000028.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	True
MON0067_000000006471	2689	0.5014364674324159	4	3	3	3	3	False	95328	maximal	True	MON0067_000000006471	1.0		48	9	False	False	0.9981405735015869	0					non-mobilizable	other	2689.0	99.70200000000001	100.0	0.0008095259033230917	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
DEN0031_000000022757	1523	0.5014353508332774	2	2	2	2	1	False	73720	fragment	False	DEN0031_000000022757	0.985545335085414		0	0	False	False	0.9947472214698792	0					non-mobilizable	other	1523.0	98.49	100.0	0.0007283533805981399	AP009256.1	high GC Gram+	Bifidobacterium adolescentis ATCC 15703 DNA, complete genome	False	False
SPA0053_000000012952	2595	0.5014352340420345	2	2	2	2	1	True	95877	fragment	False	SPA0053_000000012952	0.9718675179569034		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
CHI0167_000000007880	2506	0.5014352340420345	2	2	2	2	1	True	95877	fragment	False	SPA0053_000000012952	0.9553027983003484		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
DEN0041_000000014953	2284	0.5014352340420345	2	2	2	2	1	True	95875	fragment	False	DEN0041_000000014953	0.9935408271784288		0	0	False	False	0.99956214427948	0					non-mobilizable	no_good_hit								True	True
SPA0018_000000013565	2195	0.5014352340420345	2	2	2	2	1	True	95875	fragment	False	DEN0041_000000014953	0.9838346509061335		0	0	False	False	0.9995444416999817	0					non-mobilizable	no_good_hit								True	True
CAN0005_000000008327	2055	0.5014352340420345	2	2	2	2	1	True	95875	fragment	False	DEN0041_000000014953	0.7233464592419935		0	0	False	False	0.9995133876800537	0					non-mobilizable	no_good_hit								True	True
ISR0353_000000019149	1935	0.5014352340420345	2	2	2	2	1	True	95875	fragment	False	DEN0041_000000014953	0.4754257907542579		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0034_01_000000031796	1640	0.5014352340420345	2	2	2	2	1	True	1461	fragment	False	USA0034_01_000000031796	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0016_000000012988	2457	0.5014351509085191	2	2	2	2	2	False	13357	fragment	False	MON0016_000000012988	1.0		0	0	False	False	0.9991859793663025	0					non-mobilizable	no_good_hit	678.0	74.779	28.0	0.0010221100145359958	NZ_FNCE01000001.1	a-proteobacteria	Limimonas halophila strain DSM 25584, whole genome shotgun sequence	True	False
MAD0097_000000031072	1342	0.5014344773222451	2	2	2	1	1	False	15392	maximal	True	MAD0097_000000031072	1.0		19	4	False	False	0.9910581111907959	0					non-mobilizable	other	1342.0	99.329	100.0	0.011521608385600138	NZ_JHWQ01000005.1	high GC Gram+	Bifidobacterium ruminantium DSM 6489 T534DRAFT_scaffold00005.5_C, whole genome shotgun sequence	False	False
ENG0103_000000005027	3863	0.501433589012213	4	3	3	3	3	False	125536	maximal	True	ENG0103_000000005027	0.9753175375212269		8	4	False	False	0.9924928545951843	0					non-mobilizable	other	3598.0	99.027	100.0	0.044719137452899405	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
CHI0057_000000006731	2788	0.501429550661309	3	3	3	2	0	True	86000	maximal	True	CHI0057_000000006731	1.0		1	1	False	False	0.9903156161308289	0					non-mobilizable	no_good_hit	1082.0	90.573	39.0	0.00029991502407651166	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	True
ISR0245_000000006375	1312	0.5014288823366722	2	2	2	2	1	False	51189	maximal	False	MON0035_000000020223	0.6871300982267283		0	0	False	False	0.9695122241973877	0					non-mobilizable	no_good_hit	747.0	77.376	56.0	0.0001674264206131789	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
CHI0084_000000002451	2041	0.5014255638899705	3	3	2	1	2	False	91259	fragment	False	FIJ0094_000000009736	0.7468648078657486		0	0	False	False	0.9769720435142517	0					non-mobilizable	other	1901.0	95.10799999999999	99.0	0.0005677213208803357	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	False	False
FIJ0120_000000006430	3493	0.5014238032496243	6	5	2	3	5	False	97652	maximal	True	FIJ0120_000000006430	1.0		152	11	False	False	1.0	0					non-mobilizable	no_good_hit	2350.0	96.979	80.0	0.05364571428571428	NZ_VZBY01000066.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_30_length_43750_cov_25.2657_ID_59, whole genome shotgun sequence	True	False
MON0089_000000006543	3428	0.5014218867447514	5	5	5	5	5	False	124636	fragment	False	ISR0351_000000003147	0.6313768513439385		0	0	False	False	0.9912485480308533	0					non-mobilizable	no_good_hit	53.0	88.679	2.0	8.856167514762788e-06	NZ_CP017704.1	firmicutes	Bacillus simplex NBRC 15720 = DSM 1321, complete genome	True	False
ISR0812_000000004754	7615	0.501421051481102	7	7	6	7	7	False	125484	maximal	False	MON0106_000000004315	0.9204501854457092		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2037.0	87.825	87.0	0.0005670964911324061	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0353_000000009251	3819	0.501420377161228	9	6	1	5	5	False	26667	maximal	True	ISR0353_000000009251	0.9897606382978723		179	8	False	False	0.9992144703865051	0					non-mobilizable	chromosome	3819.0	97.984	100.0	0.0012034244327940407	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0097_000000003269	9075	0.5014197442558895	16	7	5	6	6	False	117141	maximal	True	ENG0097_000000003269	1.0		1	1	False	False	0.9996694326400757	0					non-mobilizable	no_good_hit	2722.0	90.301	49.0	0.0011258382373636733	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	True	False
MON0101_000000039844	1637	0.5014192671407445	3	3	3	3	3	False	9034	maximal	True	MON0101_000000039844	1.0		6	5	False	False	0.9877825379371643	0					non-mobilizable	no_good_hit	55.0	94.545	3.0	2.0252632842269496e-05	NZ_CP016843.1	firmicutes	Carnobacterium divergens strain TMW 2.1579 chromosome, complete genome	True	False
ISR0275_000000001599	7987	0.5014169907165844	9	6	4	5	6	False	26335	maximal	True	ISR0275_000000001599	1.0		1	1	False	False	0.9994992017745972	0					non-mobilizable	no_good_hit	3174.0	72.275	39.0	0.010810717132855014	NZ_LT891956.1	firmicutes	Selenomonas felix strain Marseille-P3560, whole genome shotgun sequence	True	False
MAD0002_000000007417	4239	0.501413011061555	7	5	5	3	2	False	86836	fragment	False	CHI0049_000000002684	0.5890585935248546		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	466.0	89.914	26.0	0.00016408558280552472	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
CHI0087_000000002049	3742	0.501413011061555	7	5	5	3	2	False	84023	fragment	False	CHI0087_000000002049	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	85.39	16.0	0.00010333440258073463	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
USA0013_01_000000007601	1279	0.5014106345351116	2	2	2	2	2	True	1975	maximal	True	USA0013_01_000000007601	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	142.0	76.056	11.0	0.0003250859579476398	NZ_KK211102.1	firmicutes	Desulfitibacter alkalitolerans DSM 16504 K364DRAFT_scaffold00003.3, whole genome shotgun sequence	True	True
FIJ0048_000000023594	1440	0.5014035908553309	2	2	2	2	2	False	46734	maximal	True	FIJ0048_000000023594	1.0		44	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
CHI0188_000000007152	2121	0.5014018218038407	2	2	2	2	1	False	77041	maximal	True	CHI0188_000000007152	1.0		313	12	False	False	1.0	0					non-mobilizable	chromosome	2121.0	99.764	100.0	0.0008964294201370184	CP061002.1	firmicutes	Phascolarctobacterium faecium strain G104 chromosome, complete genome	False	False
ISR0821_000000011095	2641	0.5014010221476438	4	4	4	3	1	False	21242	maximal	True	ISR0821_000000011095	1.0		16	5	False	False	0.9969708323478699	0					non-mobilizable	no_good_hit	246.0	81.707	9.0	8.610082194526458e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
AST0108_000000014707	1916	0.5014007771973751	3	2	2	2	2	True	107200	maximal	True	AST0108_000000014707	1.0		14	4	False	False	0.993215024471283	0					non-mobilizable	other	1791.0	99.162	93.0	0.009833435879405819	NZ_CYYA01000006.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	True
MON0066_000000008349	3477	0.5013976407981616	4	4	4	4	4	False	15159	maximal	True	MON0066_000000008349	1.0		2	1	False	False	0.9882082343101501	0					non-mobilizable	no_good_hit	2571.0	96.42200000000001	74.0	0.0007184537375407611	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
ENG0039_000000004967	4549	0.5013975444741685	5	4	4	4	3	False	87682	maximal	True	ENG0039_000000004967	1.0		26	9	False	False	1.0	0					non-mobilizable	other	4549.0	99.14299999999999	100.0	0.0018530205906116069	NZ_AP019004.1	firmicutes	Phascolarctobacterium faecium strain JCM 30894	False	False
ISR0108_000000004980	4312	0.5013952266441187	4	4	4	4	4	False	105087	maximal	True	ISR0108_000000004980	0.9994107942493519		32	7	False	False	1.0	0					non-mobilizable	no_good_hit	3016.0	79.609	72.0	0.0006660957486488917	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
ISR0271_000000002818	4951	0.5013942390459657	11	8	1	1	7	False	132321	maximal	True	ISR0271_000000002818	1.0	PS1156	110	11	False	True	0.9997979998588562	0	rep_cluster_663				non-mobilizable	no_good_hit	4215.0	99.95299999999999	85.0	0.8637015781922525	NZ_AGDG01000047.1	CFB group bacteria	Bacteroides faecis MAJ27 contig047, whole genome shotgun sequence	True	True
DEN0073_000000011678	4075	0.501391561914935	5	5	4	4	4	False	131665	fragment	False	ISR0847_000000005921	0.969822341202239		0	0	False	False	1.0	0					non-mobilizable	other	4075.0	99.73	100.0	0.020660274724716075	NZ_SPGG01000008.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_8_length_196706_cov_35.1565, whole genome shotgun sequence	False	False
ENG0176_000000002357	3321	0.501391495061611	2	2	2	2	2	False	58841	fragment	False	ENG0176_000000002357	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3321.0	100.0	100.0	0.0006270589537408033	CP049612.1	enterobacteria	Escherichia coli O157:H7 strain K1516 chromosome, complete genome	False	False
MAD0062_000000012366	1215	0.5013879050350888	1	1	1	1	1	False	16748	maximal	True	MAD0062_000000012366	1.0		381	13	False	False	1.0	0					non-mobilizable	chromosome	1215.0	97.94200000000001	100.0	0.00024003873837695453	CP057615.1	enterobacteria	Escherichia coli strain RHB21-C03 chromosome, complete genome	False	False
SPA0158_000000005326	3125	0.5013874805820179	4	4	3	3	3	False	3144	fragment	False	SPA0158_000000005326	1.0		0	0	False	False	0.997439980506897	0					non-mobilizable	no_good_hit	2284.0	99.387	73.0	0.037074376402484635	NZ_QRML01000024.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf24, whole genome shotgun sequence	True	False
ENG0133_000000006496	3791	0.5013855724025629	5	4	4	4	3	False	111389	maximal	True	ENG0133_000000006496	0.9913480323751047	PS708	44	7	False	True	1.0	0					non-mobilizable	other	3134.0	98.37299999999999	100.0	0.0028464972093788132	NZ_JH951903.1	CFB group bacteria	Bacteroides finegoldii CL09T03C10 supercont1.3, whole genome shotgun sequence	False	True
USA0059_01_000000017464	1458	0.5013840940101062	3	3	2	2	2	True	60051	maximal	False	ISR0255_000000022553	0.9722972972972973		0	0	False	False	0.9965706467628479	0					non-mobilizable	no_good_hit	760.0	98.289	52.0	0.00022821928440910024	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	True
MAD0049_000000000487	19366	0.5013819811244711	29	9	3	9	3	False	17506	maximal	True	MAD0049_000000000487	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0221_000000011660	1954	0.5013808641041619	2	1	1	1	1	False	27952	fragment	False	ISR0221_000000011660	1.0		0	0	False	False	0.997952938079834	0					non-mobilizable	chromosome	1954.0	99.949	100.0	0.00030048770400622576	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
MON0033_000000032088	1922	0.5013808641041619	1	1	1	1	1	False	12305	fragment	False	MON0033_000000032088	1.0		0	0	False	False	0.943288266658783	0					non-mobilizable	other	1862.0	99.946	97.0	0.029578651238933832	NZ_SPFU01000028.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_28_length_62917_cov_25.054, whole genome shotgun sequence	False	False
ISR0255_000000030225	1143	0.5013805464986805	2	2	2	1	1	False	26859	maximal	False	MAD0095_000000032076	0.9452341137123745		0	0	False	False	0.9991251230239868	0					non-mobilizable	chromosome	1166.0	87.13600000000001	99.0	0.00038607348456059484	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ISR0341_000000007470	1800	0.5013790924768154	2	1	1	1	1	False	24354	maximal	True	ISR0341_000000007470	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	138.0	84.78299999999999	8.0	3.099651300541285e-05	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	True	False
ISR0344_000000008472	3698	0.5013776607198606	4	4	4	4	3	False	24287	maximal	True	ISR0344_000000008472	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	39.0	97.436	1.0	4.058497907203513e-05	NZ_FOCZ01000002.1	CFB group bacteria	Niastella yeongjuensis strain DSM 17621, whole genome shotgun sequence	True	False
ISR0395_000000023240	1664	0.5013771712612406	3	2	2	2	1	False	68442	maximal	True	ISR0395_000000023240	1.0		5	2	False	False	0.973557710647583	0					non-mobilizable	no_good_hit	1404.0	99.929	89.0	0.001998902954187652	NZ_BGZJ01000002.1	b-proteobacteria	Mesosutterella multiformis strain 4NBBH2 sequence2, whole genome shotgun sequence	True	False
ISR0169_000000026168	1243	0.5013765508584199	2	1	0	1	1	True	30080	fragment	False	ISR0169_000000026168	1.0		0	0	False	False	0.9991955161094666	0					non-mobilizable	no_good_hit	50.0	88.0	4.0	0.01033101412608054	XM_032655744.1	butterflies	PREDICTED: Danaus plexippus plexippus vascular endothelial growth factor receptor 1 (LOC116766088), transcript variant X5, mRNA	True	True
USA0053_01_000000004942	4465	0.5013756253282922	3	3	3	3	2	False	93603	maximal	True	USA0053_01_000000004942	1.0		25	8	False	False	0.9988802075386047	0					non-mobilizable	no_good_hit								True	False
ISR0024_000000024262	1141	0.5013713468609293	1	1	1	1	0	True	37404	maximal	True	ISR0024_000000024262	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	97.84100000000001	77.0	0.005094736598060638	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	True
AST0061_000000015798	2651	0.5013693165031293	3	2	1	2	0	True	121933	fragment	False	AST0061_000000015798	1.0		0	0	False	False	0.9996227622032166	0					non-mobilizable	other	2652.0	96.116	100.0	0.07670931511607712	NZ_QRYH01000026.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf26, whole genome shotgun sequence	False	True
CAN0017_000000022217	1548	0.5013693165031293	2	2	1	2	0	True	92377	maximal	True	CAN0017_000000022217	1.0		8	6	False	False	1.0	0					non-mobilizable	no_good_hit	598.0	92.809	39.0	0.0015085242993700585	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	True	True
MON0056_000000015727	1275	0.5013693165031293	1	1	1	1	0	True	11059	maximal	True	MON0056_000000015727	1.0		34	7	False	False	0.9866666793823242	0					non-mobilizable	chromosome	1045.0	82.20100000000001	100.0	0.0003345664157848306	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
DEN0001_000000035718	1242	0.5013693165031293	4	2	1	2	0	True	76733	maximal	True	DEN0001_000000035718	1.0		2	1	False	False	0.9927536249160767	0					non-mobilizable	no_good_hit	436.0	86.009	35.0	0.00020666237395747922	NZ_LT963434.1	firmicutes	Massilicoli timonensis strain Marseille-P3755, whole genome shotgun sequence	True	True
ISR0835_000000004158	3097	0.5013675822299126	6	4	2	1	3	True	84911	fragment	False	ISR0835_000000004158	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	3097.0	99.48299999999999	100.0	0.0006925618278084601	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	True
USA0035_01_000000020023	1300	0.5013645231189771	2	2	2	2	0	False	1403	maximal	True	USA0035_01_000000020023	1.0		5	3	False	False	0.989230751991272	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	0.00012980332392659863	NZ_QNUJ01000011.1	a-proteobacteria	Shinella zoogloeoides strain PQ7 Scaffold11, whole genome shotgun sequence	True	False
CAN0008_000000010767	2688	0.5013603318186082	3	3	2	2	2	False	110701	maximal	True	CAN0008_000000010767	1.0		16	6	False	False	0.9780505895614624	0					non-mobilizable	other	2545.0	99.921	95.0	0.0007693436376370289	NZ_LT969518.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	False
ISR0357_000000022147	1206	0.5013587912332993	2	2	2	1	1	False	23873	maximal	True	ISR0357_000000022147	1.0		192	11	False	False	0.9850746393203735	0					non-mobilizable	no_good_hit	397.0	76.071	33.0	0.0014188157904165442	NZ_OKQO01000007.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	True	False
ENG0038_000000001715	11263	0.5013572579688614	20	5	2	3	3	False	65118	maximal	True	ENG0038_000000001715	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	90.551	1.0	0.0006109571499093339	LR756492.1	viruses	uncultured phage genome assembly, chromosome: 1	True	False
ISR0328_000000005521	4767	0.5013558961244083	1	1	1	1	1	False	62672	fragment	False	MON0007_000000010175	0.6840062931121916		0	0	False	False	0.9964337944984436	0					non-mobilizable	other	4478.0	93.904	100.0	0.015007123103997318	NZ_WNAJ01000004.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold4_size298325, whole genome shotgun sequence	False	False
ISR0194_000000015499	1693	0.5013542280619571	2	2	2	1	1	False	29035	maximal	True	ISR0194_000000015499	1.0		50	10	False	False	0.9982280135154724	0					non-mobilizable	no_good_hit								True	False
ISR0821_000000013057	2293	0.5013530069718628	3	3	3	2	2	False	25164	maximal	True	ISR0821_000000013057	1.0		11	4	False	False	1.0	0					non-mobilizable	no_good_hit	2033.0	98.03200000000001	89.0	0.007996872334375888	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
SPA0118_000000018183	1377	0.5013526337600234	2	2	1	2	0	False	127974	maximal	False	ENG0067_000000018478	0.8890911879850745		0	0	False	False	1.0	0					non-mobilizable	chromosome	1377.0	100.0	100.0	0.0004172257218444652	CP030280.1	firmicutes	Blautia sp. N6H1-15 strain KCTC 15426 chromosome, complete genome	False	False
FIJ0172_000000012508	2174	0.5013476321167109	3	3	3	3	3	False	38736	fragment	False	MAD0093_000000013418	0.9114740008594757		0	0	False	False	1.0	0					non-mobilizable	other	1421.0	87.61399999999999	100.0	0.0015686964344164649	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
ISR0225_000000018726	1221	0.5013459221523605	1	1	1	1	1	False	27665	fragment	False	ISR0225_000000018726	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0085_000000011175	2162	0.5013458799336005	3	3	3	3	3	False	89904	maximal	False	ISR0070_000000009470	0.9788155491140467		0	0	False	False	1.0	0					non-mobilizable	chromosome	2162.0	99.861	100.0	0.0005791118819501466	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0114_000000011593	3259	0.5013448073107507	4	3	2	3	3	False	82055	maximal	True	FIJ0114_000000011593	1.0		8	4	False	False	0.995704174041748	0					non-mobilizable	no_good_hit	504.0	72.817	15.0	0.003434190831899506	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	True	False
FIJ0161_000000005687	2821	0.5013426379172344	4	3	3	2	2	False	128945	maximal	True	FIJ0161_000000005687	1.0	PS1059	0	0	False	True	0.9989365339279175	0					non-mobilizable	no_good_hit	1485.0	96.027	53.0	0.020417429109970693	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
ISR0128_000000010667	3292	0.5013426266395462	3	3	3	3	3	False	31861	maximal	True	ISR0128_000000010667	1.0		1	1	False	False	0.9993924498558044	0					non-mobilizable	chromosome	3273.0	99.969	99.0	0.0006643157091377316	CP022073.2	enterobacteria	Citrobacter koseri strain FDAARGOS_287 chromosome, complete genome	False	False
ISR0286_000000007620	2301	0.5013402988336781	2	1	1	1	1	False	54846	maximal	True	ISR0286_000000007620	1.0		115	8	False	False	1.0	0					non-mobilizable	other	2301.0	96.82700000000001	100.0	0.0014161776748825496	NZ_JH992941.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.2, whole genome shotgun sequence	False	False
ENG0189_000000008232	2012	0.5013402988336781	1	1	1	1	1	False	54845	fragment	False	ENG0189_000000008232	0.9929185634800202		0	0	False	False	0.999502956867218	0					non-mobilizable	chromosome	2012.0	99.45299999999999	100.0	0.00028384598751021197	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0156_000000012749	1977	0.5013402988336781	1	1	1	1	1	False	54845	fragment	False	ENG0189_000000008232	0.9843439363817097		0	0	False	False	0.9914011359214783	0					non-mobilizable	chromosome	1962.0	99.38799999999999	99.0	0.00027664750647439854	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
FIJ0007_000000008034	2160	0.501332582552834	3	2	2	2	1	False	51589	fragment	False	FIJ0007_000000008034	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1956.0	97.853	96.0	0.0005850348971071745	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0122_000000016050	1511	0.5013306447974082	3	2	2	1	1	False	4108	maximal	True	SPA0122_000000016050	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1054.0	96.3	70.0	0.00026660090679753824	CP060635.1	firmicutes	Lachnospiraceae bacterium NSJ-29 chromosome, complete genome	True	False
ENG0141_000000000358	39328	0.5013292935687077	37	21	14	20	13	True	106876	maximal	False	ISR0029_000000000544	0.9624950893734041		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	326.0	72.086	1.0	9.546093717503256e-05	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	True
MON0044_000000028360	1918	0.5013288015082753	2	2	2	2	2	True	72803	maximal	True	MON0044_000000028360	1.0		63	9	False	False	0.9994786381721497	0					non-mobilizable	no_good_hit	881.0	85.81200000000001	88.0	0.0002712777243034353	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	True
FIJ0068_000000010349	3050	0.5013287802621894	4	3	3	3	3	False	125534	fragment	False	FIJ0068_000000010349	0.9652341799800573		0	0	False	False	0.9973770380020142	0					non-mobilizable	other	2924.0	99.111	100.0	0.03634984393070772	NZ_CYYV01000016.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
SPA0044_000000021692	1306	0.5013287696442295	2	1	1	1	0	True	6780	maximal	True	SPA0044_000000021692	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MAD0023_000000006561	1820	0.5013277561048204	3	3	3	2	2	False	19233	maximal	True	MAD0023_000000006561	1.0		2	2	False	False	0.9862637519836426	0					non-mobilizable	chromosome	1812.0	83.83	99.0	0.0005817845669476101	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0046_000000006763	4320	0.5013255920187776	5	5	5	4	4	False	125358	fragment	False	SPA0101_000000009642	0.9195480919357949		0	0	False	False	0.9997684955596924	0					non-mobilizable	other	4320.0	99.352	100.0	0.0170284017312735	NZ_CYZK01000003.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
FIJ0081_000000005154	5872	0.5013239957809883	8	6	6	4	3	False	96144	fragment	False	FIJ0081_000000005154	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000005061	5573	0.5013239957809883	8	6	6	4	3	False	96131	fragment	False	FIJ0097_000000005061	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	82.609	1.0	4.1749628704588834e-05	LT594495.1	apicomplexans	Plasmodium malariae genome assembly, chromosome: 7	True	False
FIJ0050_000000021859	1184	0.5013223813543846	2	2	2	2	2	False	46569	maximal	True	FIJ0050_000000021859	1.0		108	10	False	False	0.9966216087341309	0					non-mobilizable	no_good_hit	1051.0	72.217	86.0	0.008274753966659972	NZ_AWEY01000033.1	CFB group bacteria	Prevotella baroniae F0067 strain F0026 contig00009, whole genome shotgun sequence	True	False
DEN0010_000000038743	1221	0.5013219815662213	1	1	1	1	1	False	75832	maximal	True	DEN0010_000000038743	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	145.0	87.586	12.0	4.002293902155389e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
FIJ0053_000000007850	2589	0.5013212455758963	3	3	3	3	3	False	113588	fragment	False	DEN0061_000000010968	0.20349746301271535		0	0	False	False	0.9887987375259399	0					non-mobilizable	chromosome	2590.0	95.135	100.0	0.000724331232082388	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0135_000000014456	1429	0.5013190218929099	3	3	3	3	1	False	31412	maximal	True	ISR0135_000000014456	1.0		49	11	False	False	0.9902029633522034	0					non-mobilizable	no_good_hit	805.0	83.354	56.0	0.0002411657609652893	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
USA0121_01_000000013932	3379	0.5013174655697912	4	4	4	4	4	False	101490	maximal	False	FIJ0093_000000006089	0.7643219834734589		0	0	False	False	1.0	0					non-mobilizable	other	3380.0	96.213	100.0	0.05123500780882777	NZ_CABKPS010000065.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	False	False
DEN0018_000000017088	2244	0.5013167711017058	3	2	2	2	2	False	75117	maximal	True	DEN0018_000000017088	1.0		57	9	False	False	1.0	0					non-mobilizable	other	2244.0	99.064	100.0	0.0007620405291408307	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	False
MAD0036_000000000140	55464	0.5013140203345807	45	9	4	7	2	False	18752	maximal	True	MAD0036_000000000140	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	591.0	74.788	2.0	0.006509447585617009	MH552500.1	viruses	CrAssphage sp. isolate ctcc615, complete genome	True	False
FIJ0162_000000002090	12012	0.5013135820653352	18	7	2	7	2	False	39255	maximal	True	FIJ0162_000000002090	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	100.0	1.0	0.00012119904036924201	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	False
SPA0127_000000021867	1340	0.5013128351450431	2	2	2	2	2	False	121974	fragment	False	CHI0087_000000006784	0.7137900678390818		0	0	False	False	0.9992537498474121	0					non-mobilizable	other	1341.0	91.87200000000001	99.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0089_000000021815	1429	0.5013117751085615	2	2	2	2	1	False	90432	fragment	False	CHI0155_000000008635	0.9501312746038163		0	0	False	False	1.0	0					non-mobilizable	other	1429.0	96.921	100.0	0.00043545679509287763	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
ISR0034_000000012542	1694	0.5013109107895012	1	1	1	1	1	False	95832	maximal	False	ISR0227_000000015001	0.9542278092944961		0	0	False	False	1.0	0					non-mobilizable	other	1694.0	96.93	100.0	0.002345015007819025	NZ_JH815205.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.3, whole genome shotgun sequence	False	False
CAN0004_000000022107	1305	0.5013090809899804	2	2	2	2	2	False	96065	maximal	True	CAN0004_000000022107	1.0		59	11	False	False	0.9954022765159607	0					non-mobilizable	other	1305.0	97.241	100.0	0.0006248577418388739	NC_015964.1	g-proteobacteria	Haemophilus parainfluenzae T3T1, complete genome	False	False
ISR0205_000000010981	1496	0.5013073222202461	3	2	2	2	1	False	28654	maximal	True	ISR0205_000000010981	1.0		207	10	False	False	1.0	0					non-mobilizable	no_good_hit	98.0	79.592	6.0	1.3905627143784185e-05	NZ_CP045293.1	firmicutes	Paenibacillus guangzhouensis strain KCTC 33171 chromosome, complete genome	True	False
ISR0084_000000020846	1339	0.501306544702828	3	3	2	2	2	False	34033	maximal	True	ISR0084_000000020846	1.0		416	12	False	False	1.0	0					non-mobilizable	other	1340.0	99.70100000000001	100.0	0.02424012020492768	NZ_SPHG01000011.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_11_length_55239_cov_53.3078, whole genome shotgun sequence	False	False
USA0047_01_000000011436	3102	0.5013044529335778	7	1	1	1	1	False	79485	fragment	False	USA0047_01_000000011436	1.0		0	0	False	False	0.9990328550338745	0					non-mobilizable	no_good_hit	40.0	97.5	1.0	0.003954172158572442	JX069763.1	other sequences	Cloning vector pFosill-3, complete sequence	True	False
CHI0151_000000008752	2851	0.5013044529335778	8	1	1	1	1	False	79484	fragment	False	CHI0151_000000008752	0.9915222305953278		0	0	False	False	0.9989477396011353	0					non-mobilizable	no_good_hit	86.0	95.34899999999999	3.0	2.3509978166507182e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
MAD0095_000000011785	2767	0.5013044529335778	5	1	1	1	1	False	71903	fragment	False	USA0019_01_000000009854	0.6290228883466945		0	0	False	False	0.9996386170387268	0					non-mobilizable	no_good_hit								True	False
FIJ0133_000000014166	2654	0.5013044529335778	8	1	1	1	1	False	79484	fragment	False	CHI0151_000000008752	0.957558751315328		0	0	False	False	0.9935945868492126	0					non-mobilizable	no_good_hit	102.0	96.07799999999999	4.0	2.7988069245841883e-05	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	True	False
DEN0021_000000027166	1373	0.5013027659216047	2	2	2	2	0	True	129064	maximal	True	DEN0021_000000027166	1.0		0	0	False	False	0.9796066880226135	0					non-mobilizable	no_good_hit	1228.0	99.186	89.0	0.00032604215908465855	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ISR0298_000000012054	1242	0.501301358055453	3	3	3	3	1	True	25628	maximal	True	ISR0298_000000012054	1.0		57	10	False	False	0.988727867603302	0					non-mobilizable	no_good_hit	839.0	93.325	68.0	0.00020521390423498242	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	True	True
ISR0256_000000009430	1892	0.5013013480992076	2	2	2	2	2	False	73530	fragment	False	ISR0256_000000009430	1.0		0	0	False	False	0.9746299982070923	0					non-mobilizable	chromosome	1892.0	99.68299999999999	100.0	0.0008438660399477525	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	False	False
MON0062_000000000241	52623	0.5013006805424838	45	17	10	16	11	True	25620	fragment	False	MON0062_000000000241	1.0		0	0	False	False	0.9999809861183167	0					non-mobilizable	no_good_hit	2446.0	77.105	5.0	0.0864228278659361	MK233946.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_3-CL41_c1 sequence	True	True
ISR0296_000000004928	4842	0.501298021193421	4	4	3	3	4	False	76591	fragment	False	ISR0296_000000004928	1.0		0	0	False	False	0.9997934699058533	0					non-mobilizable	no_good_hit	2535.0	91.755	80.0	0.015457178118012194	NZ_QRYH01000002.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf2, whole genome shotgun sequence	True	False
CHI0129_000000008913	2601	0.5012977435724746	4	4	3	3	2	False	81271	maximal	True	CHI0129_000000008913	1.0		89	12	False	False	1.0	0					non-mobilizable	no_good_hit	86.0	86.04700000000001	3.0	2.1845669556611867e-05	CP045399.1	g-proteobacteria	Halomonas sp. THAF12 chromosome, complete genome	True	False
SPA0104_000000025194	1494	0.5012976258955971	3	3	2	3	2	False	33122	fragment	False	SPA0104_000000025194	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1494.0	95.04700000000001	100.0	0.0006522689829715417	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	False	False
ENG0037_000000028401	1264	0.5012965408383627	2	2	2	2	2	False	65145	maximal	True	ENG0037_000000028401	1.0		29	6	False	False	0.9944620132446289	0					non-mobilizable	no_good_hit	57.0	85.965	4.0	7.654911042974671e-06	CP001656.1	firmicutes	Paenibacillus sp. JDR-2 chromosome, complete genome	True	False
FIJ0103_000000001218	12224	0.5012955106251745	11	11	9	10	10	False	101322	fragment	False	FIJ0093_000000001367	0.6691988543691089		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1448.0	79.42	12.0	0.008814869453368365	NZ_LT629839.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
SPA0115_000000015899	1736	0.5012950938951615	2	2	2	2	2	False	24463	maximal	True	SPA0115_000000015899	1.0		13	4	False	False	0.992511510848999	0					non-mobilizable	other	1567.0	93.618	90.0	0.001840997100958588	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
FIJ0006_000000023218	1652	0.5012932317852248	1	1	1	1	1	False	51694	maximal	False	FIJ0114_000000023487	0.9344888366627497		0	0	False	False	0.9993946552276611	0					non-mobilizable	other	1652.0	98.85	100.0	0.0035349382938088263	NZ_WKRD01000002.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold2_size467163, whole genome shotgun sequence	False	False
ISR0790_000000009766	1712	0.5012931834151464	2	2	2	1	1	False	22072	maximal	True	ISR0790_000000009766	1.0		3	2	False	False	0.9959112405776978	0					non-mobilizable	no_good_hit	28.0	100.0	2.0	8.889111299574902e-06	NZ_CP012401.1	a-proteobacteria	Azospirillum thiophilum strain BV-S chromosome 1, complete sequence	True	False
MAD0022_000000011771	1227	0.5012896165788855	2	1	1	1	1	False	19267	fragment	False	MAD0022_000000011771	1.0		0	0	False	False	0.9812551140785217	0					non-mobilizable	no_good_hit	814.0	77.764	66.0	0.0004327019882870571	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
MAD0041_000000012776	2570	0.5012870551170313	2	2	2	2	2	True	18267	maximal	True	MAD0041_000000012776	1.0		21	8	False	False	0.9988327026367188	0					non-mobilizable	no_good_hit	1094.0	70.11	42.0	0.0014291365378135143	CP025121.1	mycoplasmas	Candidatus Phytoplasma ziziphi isolate Jwb-nky chromosome, complete genome	True	True
ENG0091_000000001344	14491	0.5012804561988765	22	10	8	8	5	True	126323	maximal	True	ENG0091_000000001344	1.0		3	2	False	False	0.9995859265327454	0					non-mobilizable	no_good_hit	201.0	94.527	1.0	0.0005262396232124298	NZ_CAPH01000009.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	True	True
SPA0123_000000002073	6323	0.5012792721234508	10	3	2	3	1	True	4095	maximal	True	SPA0123_000000002073	1.0		1	1	False	False	0.9998418688774109	0					non-mobilizable	no_good_hit	667.0	95.052	11.0	0.19756024992561738	NZ_JAAIUD010000028.1	firmicutes	Tyzzerella nexilis strain MSK.23.22 NODE_29_length_3361_cov_270.839, whole genome shotgun sequence	True	True
USA0075_01_000000012138	2047	0.5012774699493969	3	2	2	2	2	False	674	fragment	False	USA0075_01_000000012138	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2047.0	99.26700000000001	100.0	0.0014497970567560825	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
ISR0201_000000016135	1865	0.5012774699493969	2	2	2	2	2	False	91753	fragment	False	ISR0201_000000016135	0.9983298278298167		0	0	False	False	0.9951742887496948	0					non-mobilizable	other	1865.0	99.839	100.0	0.029227753822030578	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	False	False
ISR0317_000000011640	1798	0.5012774699493969	2	2	2	2	2	False	91753	fragment	False	ISR0201_000000016135	0.9865471079610932		0	0	False	False	0.9994438290596008	0					non-mobilizable	other	1798.0	99.889	100.0	0.02817718541748334	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	False	False
FIJ0142_000000019839	1796	0.5012774699493969	2	2	2	2	2	False	91753	fragment	False	ISR0201_000000016135	0.9845691916646538		0	0	False	False	0.9916480779647827	0					non-mobilizable	other	1796.0	99.944	100.0	0.028145825166601333	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	False	False
AUS0016_000000016046	1771	0.5012774699493969	2	2	2	2	2	False	100274	maximal	True	AUS0016_000000016046	1.0		44	8	False	False	0.9983060359954834	0					non-mobilizable	no_good_hit	1380.0	96.594	78.0	0.021622892983143866	NZ_SPGG01000022.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_22_length_63775_cov_37.7248, whole genome shotgun sequence	True	False
ISR0010_000000009184	2216	0.5012773117430492	3	3	3	2	1	False	38308	maximal	True	ISR0010_000000009184	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1101.0	80.018	49.0	0.019860195871409327	NZ_SLXA01000016.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_116, whole genome shotgun sequence	True	False
ENG0129_000000009946	2683	0.5012760303232303	3	2	2	1	1	False	58550	maximal	True	ENG0129_000000009946	1.0		2	1	False	False	0.9858367443084717	0					non-mobilizable	no_good_hit	2044.0	99.755	76.0	0.01449635285102035	NZ_CYZN01000011.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CHI0054_000000009928	1757	0.5012749534480117	2	1	1	1	1	False	86329	maximal	False	ENG0122_000000017009	0.9388621235202372		0	0	False	False	1.0	0					non-mobilizable	other	1757.0	98.34899999999999	100.0	0.01128186677631579	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
ISR0033_000000019738	1600	0.5012749534480117	2	1	1	1	1	False	36866	fragment	False	ISR0033_000000019738	1.0		0	0	False	False	0.9993749856948853	0					non-mobilizable	other	1083.0	99.169	100.0	0.00018088583861335358	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0185_000000014393	2269	0.5012731756680631	2	2	0	2	2	False	29396	fragment	False	ISR0185_000000014393	1.0		0	0	False	False	0.9960334897041321	0					non-mobilizable	plasmid	2267.0	100.0	99.0	0.004617422312786551	CP044111.1	enterobacteria	Klebsiella michiganensis strain FDAARGOS_647 plasmid unnamed2	False	True
ENG0035_000000013410	1662	0.5012727600657854	4	3	3	3	3	False	65384	maximal	True	ENG0035_000000013410	1.0		8	4	False	False	0.9536702632904053	0					non-mobilizable	chromosome	1595.0	99.81200000000001	96.0	0.0005677586462981175	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
CHI0068_000000008538	1775	0.5012705965591385	3	3	3	2	2	True	104399	fragment	False	CHI0068_000000008538	1.0		0	0	False	False	0.997746467590332	0					non-mobilizable	chromosome	1775.0	99.54899999999999	100.0	0.0004938580923548039	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	True
AST0148_000000007234	4727	0.5012695407484807	4	4	3	4	4	False	105145	maximal	True	AST0148_000000007234	1.0		3	3	False	False	0.9968267679214478	0					non-mobilizable	no_good_hit	513.0	93.177	25.0	0.0002387848091820221	CP001104.1	firmicutes	[Eubacterium] eligens ATCC 27750 chromosome, complete genome	True	False
ENG0040_000000014623	1628	0.5012679652466507	2	2	2	2	2	False	64841	fragment	False	ENG0040_000000014623	1.0		0	0	False	False	0.9944717288017273	0					non-mobilizable	no_good_hit	1062.0	96.79799999999999	69.0	0.0003571263880721806	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0004_000000014578	2717	0.5012676042678029	5	2	2	2	1	True	14244	maximal	True	MON0004_000000014578	1.0		9	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
MON0108_000000009135	2369	0.5012658431572388	2	2	1	2	1	False	53456	maximal	True	MON0108_000000009135	1.0		1	1	False	False	0.9995778799057007	0					non-mobilizable	no_good_hit	1068.0	76.96600000000001	47.0	0.00044069734019840936	NZ_AP019697.1	firmicutes	Dialister hominis strain 5BBH33	True	False
DEN0082_000000024803	1677	0.5012655977023508	2	2	2	2	1	False	116444	fragment	False	DEN0082_000000024803	1.0		0	0	False	False	0.999403715133667	0					non-mobilizable	no_good_hit	1306.0	99.617	78.0	0.0003497181887760024	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ISR0166_000000010748	1907	0.5012637752725962	2	2	1	2	2	False	126861	maximal	True	ISR0166_000000010748	1.0	PS979	8	4	False	True	0.9910854697227478	0					non-mobilizable	no_good_hit	1483.0	100.0	78.0	0.03208486685429747	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
ISR0114_000000017556	1594	0.5012633559521839	2	2	2	2	2	False	32536	maximal	True	ISR0114_000000017556	1.0		8	3	False	False	0.9962359070777893	0					non-mobilizable	other	1604.0	84.913	100.0	0.007967509765576156	NZ_CABJDZ010000008.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	False
MON0107_000000002226	14907	0.50126276798454	15	8	3	8	3	False	118739	maximal	True	MON0107_000000002226	1.0		1	1	False	False	0.995572566986084	0					non-mobilizable	no_good_hit	2002.0	91.958	14.0	0.0018175271810780783	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	True	False
AUS0002_000000019502	1888	0.5012586815142248	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.0334908754258434		0	0	False	False	1.0	0		MOBV			mobilizable	other	1895.0	87.177	100.0	0.06334720171789021	NZ_JAAITU010000045.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_45_length_29804_cov_221.54, whole genome shotgun sequence	False	True
FIJ0079_000000015369	1822	0.5012586815142248	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.26657158087738336		0	0	False	False	0.9994511604309082	0		MOBV			mobilizable	other	1795.0	92.925	100.0	0.0005409246212922928	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	False	True
CHI0163_000000005248	1813	0.5012586815142248	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.17338258102129642		0	0	False	False	1.0	0		MOBV			mobilizable	other	1816.0	93.007	100.0	0.06746002231312756	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
USA0018_01_000000012705	1776	0.5012586815142248	4	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.12696437811548414		0	0	False	False	0.9954954981803894	0		MOBV			mobilizable	chromosome	1756.0	92.711	99.0	0.0005634124227282118	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	True
FIJ0102_000000018166	1759	0.5012586815142248	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.2340215388223802		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1761.0	94.83200000000001	100.0	0.00041546818558871627	CP019858.1	firmicutes	Clostridioides difficile strain DSM 29688 chromosome, complete genome	False	True
ISR0816_000000022292	1719	0.5012586815142248	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.19376804866085376		0	0	False	False	1.0	0		MOBV			mobilizable	other	1719.0	97.208	100.0	0.0004572199906799511	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0137_000000015088	1637	0.5012586815142248	3	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.07048411372463419		0	0	False	False	1.0	0		MOBV			mobilizable	chromosome	1638.0	93.223	99.0	0.0005772989536985772	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0782_000000008074	1615	0.5012586815142248	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.1881093313988148		0	0	False	False	1.0	0		MOBV			mobilizable	other	1615.0	98.824	100.0	0.0004295419470066595	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
MON0045_000000012901	1594	0.5012586815142248	2	2	1	2	2	True	124250	fragment	False	ISR0071_000000003227	0.18932551715094798		0	0	False	False	0.999372661113739	0		MOBV			mobilizable	other	1594.0	100.0	100.0	0.059241353663071775	NZ_QVHZ01000020.1	firmicutes	Hungatella hathewayi strain AF31-1 AF31-1.Scaf20, whole genome shotgun sequence	False	True
USA0009_01_000000003375	7219	0.5012557239656246	8	5	1	2	4	True	101242	fragment	False	USA0009_01_000000003375	0.9777227724389709		0	0	False	False	1.0	0					non-mobilizable	other	7223.0	96.802	100.0	0.07975500818113475	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
SPA0014_000000002507	7165	0.5012557239656246	9	5	1	2	4	True	98488	maximal	True	SPA0014_000000002507	1.0		32	8	False	False	0.9995812773704529	0					non-mobilizable	no_good_hit	232.0	75.862	3.0	7.745171727294524e-05	NZ_JH724307.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.1, whole genome shotgun sequence	True	True
FIJ0052_000000004240	6255	0.5012557239656246	8	5	1	2	4	True	98484	fragment	False	FIJ0052_000000004240	0.9764024185421565		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	83.333	2.0	0.0011829478618493787	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	True	True
MON0008_000000005078	5339	0.5012557239656246	7	5	1	2	4	True	101241	fragment	False	MON0008_000000005078	1.0		0	0	False	False	1.0	0					non-mobilizable	other	5340.0	97.62200000000001	100.0	0.0589594481050723	NZ_AGDG01000023.1	CFB group bacteria	Bacteroides faecis MAJ27 contig023, whole genome shotgun sequence	False	True
DEN0007_000000012404	2111	0.5012549027324626	3	3	3	3	2	False	76298	maximal	True	DEN0007_000000012404	1.0		1	1	False	False	1.0	0					non-mobilizable	other	2117.0	85.404	99.0	0.029480751134145142	NZ_GL831017.1	g-proteobacteria	Succinatimonas hippei YIT 12066 Scfld221, whole genome shotgun sequence	False	False
CHI0045_000000004356	4387	0.501249768296082	5	5	3	3	4	False	87186	maximal	True	CHI0045_000000004356	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3492.0	96.04799999999999	84.0	0.0006781872069603567	CP054230.1	enterobacteria	Escherichia coli strain EcPF14 chromosome, complete genome	True	False
SPA0056_000000014776	2381	0.5012490022502071	5	3	2	3	0	True	6378	maximal	True	SPA0056_000000014776	1.0		10	4	False	False	0.9995800256729126	0					non-mobilizable	no_good_hit	939.0	99.681	39.0	0.07750784994215833	NZ_WNAF01000020.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold20_size12102, whole genome shotgun sequence	True	True
CHI0111_000000024907	1213	0.5012478380952676	2	1	1	1	1	False	82495	fragment	False	CHI0111_000000024907	0.9799301919720769		0	0	False	False	1.0	0					non-mobilizable	other	1183.0	98.478	97.0	0.031126560278085004	NZ_JAAITU010000040.1	firmicutes	Blautia glucerasea strain MSK.21.93 NODE_40_length_37974_cov_171.331, whole genome shotgun sequence	False	False
FIJ0029_000000019356	1648	0.5012469062630139	2	2	2	2	1	False	80856	maximal	False	USA0035_01_000000015284	0.9534858418015154		0	0	False	False	1.0	0					non-mobilizable	other	1648.0	98.301	100.0	0.017900228236061296	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0821_000000022235	1454	0.5012469062630139	2	2	2	2	1	False	80856	maximal	False	USA0035_01_000000015284	0.6693567385739273		0	0	False	False	1.0	0					non-mobilizable	other	1454.0	98.34899999999999	100.0	0.01579176176502554	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0052_000000012400	2768	0.5012424856395372	3	3	2	3	1	False	122154	maximal	False	AUS0014_000000010921	0.9887131920899755		0	0	False	False	0.9931358098983765	0					non-mobilizable	other	2756.0	99.74600000000001	99.0	0.017994422055740252	NZ_JAAIPV010000007.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_7_length_153103_cov_99.9729, whole genome shotgun sequence	False	False
MAD0013_000000011584	2093	0.5012398230837859	3	2	1	1	2	False	116060	fragment	False	MAD0013_000000011584	0.9908998988877654		0	0	False	False	1.0	0					non-mobilizable	other	2094.0	98.56700000000001	100.0	0.000630162219351249	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CHI0169_000000007675	1978	0.5012398230837859	3	2	1	1	2	False	116060	fragment	False	MAD0013_000000011584	0.9636884854276159		0	0	False	False	0.9893832206726074	0					non-mobilizable	other	1978.0	99.191	100.0	0.012876542807828835	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	False	False
ENG0150_000000010216	1693	0.5012398230837859	2	2	1	1	2	False	116059	fragment	False	SPA0020_000000020979	0.9645218712941535		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	98.169	100.0	0.002551936123168624	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
AST0040_000000012414	1618	0.5012398230837859	2	2	1	1	2	False	116059	fragment	False	SPA0020_000000020979	0.9646704299987021		0	0	False	False	1.0	0					non-mobilizable	other	1618.0	98.70200000000001	100.0	0.0005401375296374164	NZ_LT629945.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
SPA0020_000000020979	1610	0.5012398230837859	2	2	1	1	2	False	116059	fragment	False	SPA0020_000000020979	0.9675111527232838		0	0	False	False	1.0	0					non-mobilizable	chromosome	1610.0	98.323	100.0	0.0005179655396591741	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MON0077_000000028137	1576	0.5012398230837859	2	2	1	1	2	False	116059	fragment	False	SPA0020_000000020979	0.9569398339526763		0	0	False	False	1.0	0					non-mobilizable	other	1576.0	99.68299999999999	100.0	0.0023754724550771765	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ISR0003_000000016500	1564	0.5012398230837859	2	2	1	1	2	False	116059	fragment	False	SPA0020_000000020979	0.8259173829284074		0	0	False	False	1.0	0					non-mobilizable	chromosome	1564.0	98.338	100.0	0.0005031388969558002	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
CHI0110_000000006361	1552	0.5012398230837859	2	2	1	1	2	False	116059	fragment	False	SPA0020_000000020979	0.8242306623459555		0	0	False	False	1.0	0					non-mobilizable	virus	1552.0	98.647	100.0	0.09828274507318928	MK233993.1	viruses	Uncultured human fecal virus clone S.variabile_B10.V06.O05_4_c1 sequence	False	False
ISR0793_000000012514	1355	0.5012398230837859	2	2	1	1	2	False	69381	fragment	False	MON0049_000000016698	0.943390810054286		0	0	False	False	0.9859778881072998	0					non-mobilizable	other	1355.0	98.007	100.0	0.00040766347109488354	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0387_000000017688	1353	0.5012398230837859	2	2	1	1	2	False	69381	fragment	False	MON0049_000000016698	0.9577392886492625		0	0	False	False	0.9970436096191406	0					non-mobilizable	chromosome	1353.0	98.891	100.0	0.0003780643274216041	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0044_000000000683	1269	0.5012398230837859	2	2	1	1	2	False	69381	fragment	False	MON0049_000000016698	0.9352921576569726		0	0	False	False	0.9897556900978088	0					non-mobilizable	chromosome	1269.0	98.58200000000001	100.0	0.00035457512364688905	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0293_000000018449	1920	0.5012374348641266	2	1	1	1	1	True	25824	fragment	False	ISR0293_000000018449	1.0		0	0	False	False	0.9947916865348816	0					non-mobilizable	no_good_hit								True	True
ISR0121_000000022617	1167	0.5012331143180149	2	2	1	2	1	False	32179	fragment	False	ISR0121_000000022617	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	119.0	76.471	10.0	0.0036445458578944034	NZ_MCGG01000026.1	a-proteobacteria	Magnetovibrio blakemorei strain MV-1 Q32, whole genome shotgun sequence	True	False
MON0077_000000012734	3085	0.5012328309841658	4	4	4	3	3	False	46939	fragment	False	MON0040_000000008266	0.6960537206995663		0	0	False	False	0.9880064725875854	0					non-mobilizable	no_good_hit								True	False
FIJ0097_000000018394	1720	0.5012321027314723	1	1	1	1	1	False	42908	maximal	True	FIJ0097_000000018394	1.0		56	9	False	False	0.9825581312179565	0					non-mobilizable	chromosome	1687.0	99.941	98.0	0.0003063184447307777	CP037440.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0085B chromosome, complete genome	False	False
ENG0100_000000012259	2453	0.5012285717317696	3	3	3	3	1	False	60583	maximal	True	ENG0100_000000012259	1.0		0	0	False	False	0.9930697083473206	0					non-mobilizable	no_good_hit	869.0	99.885	35.0	0.996551724137931	GQ882913.1		Uncultured organism clone VC1D650TR genomic sequence	True	False
ISR0847_000000005048	4658	0.5012283772718333	7	5	4	5	3	False	20647	maximal	True	ISR0847_000000005048	1.0		38	7	False	False	0.999785304069519	0					non-mobilizable	no_good_hit	76.0	82.895	2.0	0.0004459658173227587	NZ_FUYE01000014.1	verrucomicrobia	Prosthecobacter debontii strain ATCC 700200, whole genome shotgun sequence	True	False
MON0013_000000047834	1199	0.5012279890589855	1	1	1	1	1	False	13473	fragment	False	MON0013_000000047834	0.9957519116397622		0	0	False	False	0.9658048152923584	0					non-mobilizable	no_good_hit	29.0	100.0	2.0	8.466120400326551e-06	NZ_LT969517.1	firmicutes	Eisenbergiella massiliensis strain AT11, whole genome shotgun sequence	True	False
USA0010_01_000000012668	2109	0.5012217165289033	3	3	3	3	2	False	2062	maximal	True	USA0010_01_000000012668	1.0		20	7	False	False	1.0	0					non-mobilizable	no_good_hit	1270.0	75.984	84.0	0.0003761524751676122	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	False
USA0106_01_000000000532	19963	0.5012167537048827	21	7	6	6	2	True	63613	maximal	True	USA0106_01_000000000532	1.0		26	4	False	False	1.0	0					non-mobilizable	no_good_hit	1974.0	95.694	21.0	0.042520025979649274	NZ_CYZO01000029.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	True
USA0034_01_000000019760	2747	0.5012160763507407	4	3	3	1	0	False	1472	fragment	False	USA0034_01_000000019760	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	31.0	96.774	1.0	2.1451187108694595e-05	NZ_LN879456.1	firmicutes	Desnuesiella massiliensis strain mt10, whole genome shotgun sequence	True	False
FIJ0107_000000019135	1326	0.5012153641210991	2	2	2	2	2	False	42261	fragment	False	MAD0091_000000012500	0.7059094967748814		0	0	False	False	0.9917043447494507	0					non-mobilizable	other	1326.0	98.265	100.0	0.0011992588053236545	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MAD0110_000000001549	14761	0.5012148698987823	11	7	5	7	3	False	89087	maximal	True	MAD0110_000000001549	0.9996769562096195		4	1	False	False	0.9998645186424255	0					non-mobilizable	no_good_hit	3974.0	97.66	83.0	0.031945773396479776	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
DEN0093_000000014713	2195	0.5012123128642627	2	2	2	2	2	False	68483	maximal	True	DEN0093_000000014713	1.0		20	7	False	False	0.9986332654953003	0					non-mobilizable	no_good_hit	1510.0	75.497	68.0	0.006511241724386566	NZ_QSBM01000010.1	firmicutes	Enterocloster asparagiformis strain AF04-15 AF04-15.Scaf10, whole genome shotgun sequence	True	False
ISR0374_000000000188	38941	0.5012122170792485	38	18	9	14	5	True	128973	fragment	False	ISR0374_000000000188	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1498.0	90.387	4.0	0.02056877123949204	NZ_CYZK01000015.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	True
FIJ0146_000000004263	3987	0.5012040078805896	3	3	3	3	3	False	39989	fragment	False	FIJ0146_000000004263	1.0		0	0	False	False	0.9987459182739258	0					non-mobilizable	chromosome	3987.0	99.54899999999999	100.0	0.0007440374803747515	CP052136.1	enterobacteria	Klebsiella pneumoniae strain F17KP0054 chromosome, complete genome	False	False
ENG0018_000000008152	2574	0.5012035073699013	3	3	3	3	1	False	102340	maximal	True	ENG0018_000000008152	1.0		0	0	False	False	0.9883449673652649	0					non-mobilizable	no_good_hit	359.0	79.944	14.0	0.0016233396108544878	NZ_CYYA01000003.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	True	False
ISR0149_000000010203	1687	0.5012030610890719	2	1	1	1	1	False	30867	fragment	False	ISR0149_000000010203	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1687.0	99.822	100.0	0.0003265423752645894	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
MAD0046_000000010372	2442	0.5012011525978367	3	2	2	2	2	False	17757	maximal	True	MAD0046_000000010372	1.0		10	2	False	False	0.9987714886665344	0					non-mobilizable	no_good_hit	51.0	90.196	2.0	0.004518752824220515	NZ_ASSC01000549.1	firmicutes	Paenibacillus forsythiae T98 S9_contig00180, whole genome shotgun sequence	True	False
ENG0175_000000021844	1121	0.5011988824779335	2	2	2	1	1	False	55878	maximal	False	ENG0169_000000020118	0.9549586776859504		0	0	False	False	0.9785905480384827	0					non-mobilizable	chromosome	1121.0	100.0	100.0	0.00036099651799519295	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0018_000000003574	6073	0.5011977701766288	8	2	1	2	0	True	37808	fragment	False	ISR0018_000000003574	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	767.0	73.012	12.0	0.16498020237571492	LN852899.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0226	True	True
ENG0096_000000005597	5606	0.5011971139379724	7	5	5	5	4	False	62956	maximal	True	ENG0096_000000005597	1.0		13	9	False	False	0.9941134452819824	0					non-mobilizable	no_good_hit	738.0	78.184	30.0	0.00016371748439241766	NC_016048.1	firmicutes	Oscillibacter valericigenes Sjm18-20, complete genome	True	False
MON0072_000000001119	12503	0.5011968527391577	13	9	1	8	3	True	10406	fragment	False	MON0072_000000001119	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	95.0	0.0	1.3052715567271018e-05	NZ_CP040882.1	b-proteobacteria	Sutterella faecalis strain KGMB03119 chromosome, complete genome	True	True
CHI0145_000000002554	6417	0.5011965146434743	6	4	2	4	0	True	79778	maximal	True	CHI0145_000000002554	1.0		34	6	False	False	1.0	0					non-mobilizable	no_good_hit	1775.0	78.704	44.0	0.0004964511630960408	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	True
CHI0012_000000000861	7030	0.5011939650410429	8	8	5	8	4	False	122702	maximal	True	CHI0012_000000000861	1.0		263	10	False	False	0.9992887377738953	0					non-mobilizable	chromosome	7029.0	100.0	99.0	0.0013253765480013367	CP036542.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0018B chromosome, complete genome	False	False
MAD0059_000000012707	1525	0.501193059774772	2	2	1	2	2	True	87079	fragment	False	MON0032_000000016300	0.10833093294333605		0	0	False	False	0.9986885190010071	0					non-mobilizable	other	1509.0	92.445	100.0	0.00046789185476188845	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	True
ISR0004_000000010440	1828	0.5011923898721047	2	2	2	2	2	False	38565	maximal	True	ISR0004_000000010440	1.0		21	8	False	False	0.9967177510261536	0					non-mobilizable	other	1828.0	99.45299999999999	100.0	0.0004823508943028472	NZ_JH724314.1	CFB group bacteria	Bacteroides nordii CL02T12C05 supercont1.1, whole genome shotgun sequence	False	False
SPA0111_000000021497	1594	0.5011921473053814	1	1	1	0	1	False	4566	maximal	True	SPA0111_000000021497	1.0		83	8	False	False	1.0	0					non-mobilizable	other	1594.0	99.24700000000001	100.0	0.012263845905122639	NZ_QRML01000009.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf9, whole genome shotgun sequence	False	False
ISR0148_000000026282	1114	0.5011919524536603	1	1	1	1	0	False	30891	maximal	True	ISR0148_000000026282	1.0		1	1	False	False	0.9964093565940857	0					non-mobilizable	no_good_hit	309.0	100.0	28.0	0.002279084222521496	NZ_WNAF01000008.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold8_size135142, whole genome shotgun sequence	True	False
USA0034_01_000000013156	4277	0.5011901857130961	5	2	1	2	1	False	31128	maximal	True	USA0034_01_000000013156	1.0		49	8	False	False	0.9992985725402832	0					non-mobilizable	no_good_hit								True	False
ISR0058_000000021669	1248	0.5011889149460359	2	2	2	1	1	False	35471	maximal	True	ISR0058_000000021669	1.0		22	5	False	False	0.9919871687889099	0					non-mobilizable	no_good_hit	74.0	87.838	6.0	2.3285537611317807e-05	CP003870.1	firmicutes	Dehalobacter sp. CF, complete genome	True	False
ENG0200_000000009043	2237	0.5011845442741251	2	2	2	2	2	False	54210	maximal	True	ENG0200_000000009043	1.0		24	6	False	False	0.9924005270004272	0					non-mobilizable	chromosome	1302.0	98.23299999999999	100.0	0.00019767501314789927	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0016_000000004921	4023	0.5011831742550618	5	4	2	3	3	False	52260	fragment	False	ISR0016_000000004921	0.9697843530591775		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	887.0	98.647	22.0	0.9988713318284425	GQ880520.1		Uncultured organism clone VC1CI46TR genomic sequence	True	False
MON0016_000000005843	3988	0.5011831742550618	5	4	2	3	3	False	52260	fragment	False	ISR0016_000000004921	0.9658215262242108		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	886.0	96.95299999999999	22.0	0.9988713318284425	GQ880520.1		Uncultured organism clone VC1CI46TR genomic sequence	True	False
FIJ0012_000000006241	3694	0.5011831742550618	5	4	2	3	3	False	52259	fragment	False	FIJ0012_000000006241	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	525.0	72.381	22.0	0.00015476189762080576	NZ_GL945017.1	CFB group bacteria	Prevotella multisaccharivorax DSM 17128 scaffold_3, whole genome shotgun sequence	True	False
ISR0107_000000005726	3880	0.5011825416727551	5	4	3	4	3	False	102061	fragment	False	SPA0007_000000006037	0.7541794443865129		0	0	False	False	0.9878866076469421	0					non-mobilizable	no_good_hit	1924.0	93.76299999999999	50.0	0.0053219679008351135	NZ_QRWX01000003.1	firmicutes	Solobacterium moorei strain AF18-46 AF18-46.Scaf3, whole genome shotgun sequence	True	False
TAN0008_000000006064	2799	0.5011819509093488	3	3	3	2	1	False	11666	maximal	True	TAN0008_000000006064	1.0		1	1	False	False	0.9996427297592163	0					non-mobilizable	no_good_hit	159.0	77.987	6.0	6.265120054371726e-05	NZ_CP036523.1	firmicutes	[Clostridium] hiranonis strain DSM 13275 chromosome, complete genome	True	False
ISR0284_000000004498	2472	0.5011800394636227	3	3	3	2	1	False	26089	maximal	True	ISR0284_000000004498	1.0		28	8	False	False	1.0	0					non-mobilizable	no_good_hit	417.0	73.861	17.0	0.00011206357613593936	CP002403.1	firmicutes	Ruminococcus albus 7, complete genome	True	False
ENG0037_000000004628	6400	0.5011782376604105	3	2	2	2	1	False	65246	maximal	True	ENG0037_000000004628	1.0		341	13	False	False	1.0	0					non-mobilizable	other	3935.0	96.671	98.0	0.001528830937879876	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	False
ENG0095_000000024785	1131	0.5011772288215114	2	2	2	2	2	False	60896	maximal	True	ENG0095_000000024785	1.0		161	9	False	False	0.9867374300956726	0					non-mobilizable	other	1130.0	74.336	99.0	0.027237354085603113	NZ_FOGW01000022.1	firmicutes	Lachnobacterium bovis strain S1b, whole genome shotgun sequence	False	False
FIJ0097_000000005533	5207	0.5011757607199601	6	3	2	3	1	True	42936	maximal	True	FIJ0097_000000005533	1.0		8	5	False	False	0.996159017086029	0					non-mobilizable	no_good_hit	44.0	100.0	1.0	0.00014775870659587993	NZ_CYYV01000002.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
SPA0077_000000008605	3364	0.5011754219512448	5	4	4	4	3	True	5701	maximal	True	SPA0077_000000008605	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	1.0	1.2494052995169733e-05	NZ_CP015910.2	bacteria	Brachyspira hyodysenteriae ATCC 27164 strain B-78 chromosome, complete genome	True	True
ISR0858_000000000474	14313	0.5011713955830231	18	12	9	10	6	True	110460	maximal	True	ISR0858_000000000474	1.0		4	3	False	False	0.9991616010665894	0					non-mobilizable	no_good_hit	5532.0	99.89200000000001	85.0	0.0014952335038296094	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
CHI0133_000000006055	2984	0.5011712333222786	3	3	3	2	1	True	118240	fragment	False	MAD0072_000000001538	0.016560444106803292		0	0	False	False	1.0	0					non-mobilizable	other	2985.0	96.214	100.0	0.012492723396948643	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
ISR0252_000000003378	2799	0.5011712333222786	3	3	3	2	1	True	118240	fragment	False	MAD0072_000000001538	0.013464647435091882		0	0	False	False	0.9992854595184326	0					non-mobilizable	other	2799.0	96.60600000000001	100.0	0.0007446458288256711	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	False	True
ISR0040_000000010549	2585	0.5011712333222786	3	3	3	2	1	True	118240	fragment	False	MAD0072_000000001538	0.0068403544057637		0	0	False	False	0.9996131658554077	0					non-mobilizable	other	2600.0	97.346	100.0	0.0045197523461576	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	False	True
MON0016_000000012313	2547	0.5011712333222786	3	3	3	2	1	True	118240	fragment	False	MAD0072_000000001538	0.010057101527569251		0	0	False	False	0.9937180876731873	0					non-mobilizable	other	2551.0	96.47200000000001	100.0	0.010662579205038969	NZ_CYZN01000002.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	True
CHI0177_000000012682	1326	0.5011710952054271	2	2	1	2	1	True	77672	fragment	False	CHI0177_000000012682	1.0		0	0	False	False	0.9781296849250793	0					non-mobilizable	no_good_hit	46.0	91.304	3.0	0.0005351600128438403	NZ_FQZU01000028.1	d-proteobacteria	Desulfatibacillum alkenivorans DSM 16219, whole genome shotgun sequence	True	True
ENG0147_000000004199	3302	0.501170763009646	6	6	3	3	6	False	107330	maximal	True	ENG0147_000000004199	1.0		17	7	False	False	0.9981828927993774	0					non-mobilizable	chromosome	3304.0	97.821	100.0	0.000885148795039951	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
SPA0057_000000008455	3592	0.5011697016901935	6	5	3	4	1	False	85975	maximal	True	SPA0057_000000008455	1.0		65	11	False	False	1.0	0					non-mobilizable	no_good_hit	2432.0	97.86200000000001	81.0	0.0006510027879843792	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
ENG0024_000000012496	2162	0.5011690884211244	5	2	1	2	1	False	66241	maximal	True	ENG0024_000000012496	1.0		56	9	False	False	0.9773358106613159	0					non-mobilizable	no_good_hit								True	False
CAN0002_000000005135	3408	0.5011658172196363	4	4	2	2	2	True	124592	fragment	False	CAN0002_000000005135	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3438.0	88.42399999999999	100.0	0.001194432578322791	AP024085.1	firmicutes	Faecalibacillus intestinalis 14EGH31 DNA, complete genome	False	True
SPA0151_000000005114	3390	0.5011658172196363	4	4	2	2	2	True	35738	fragment	False	SPA0151_000000005114	1.0		0	0	False	False	0.9917404055595398	0					non-mobilizable	other	3224.0	95.068	99.0	0.0010100164143350815	NZ_MJII01000001.1	firmicutes	Intestinimonas butyriciproducens strain 27-5-10 unitig_0, whole genome shotgun sequence	False	True
SPA0097_000000011730	2799	0.5011658172196363	4	4	2	2	2	True	35737	fragment	False	SPA0097_000000011730	1.0		0	0	False	False	0.9989281892776489	0					non-mobilizable	other	2799.0	99.929	100.0	0.009033528661597817	NZ_OKQO01000006.1	firmicutes	Neobittarella massiliensis strain Marseille-P4047, whole genome shotgun sequence	False	True
MAD0103_000000017680	1389	0.5011655880838376	2	1	1	1	1	False	76743	fragment	False	DEN0001_000000033010	0.9379892174395543		0	0	False	False	0.9928005933761597	0					non-mobilizable	no_good_hit	72.0	88.889	5.0	2.2598445672540884e-05	CP025249.1	high GC Gram+	Actinomyces sp. 432 chromosome, complete genome	True	False
MON0054_000000022636	2084	0.501164332754207	3	2	2	2	2	False	123036	fragment	False	MON0054_000000022636	1.0		0	0	False	False	0.9995201826095581	0					non-mobilizable	chromosome	1565.0	98.53	97.0	0.00041885787667194773	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
FIJ0076_000000004084	4183	0.5011639511733361	6	5	4	3	4	False	56850	maximal	True	FIJ0076_000000004084	1.0		28	7	False	False	0.9995218515396118	0					non-mobilizable	chromosome	1220.0	98.03299999999999	95.0	0.00042454822909709954	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0206_000000004252	5873	0.5011639391190004	10	6	4	5	4	False	94954	maximal	True	ISR0206_000000004252	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1978.0	95.602	51.0	0.0006887580465483323	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
ISR0070_000000001497	11863	0.5011611499946736	9	6	4	6	4	False	44975	maximal	True	ISR0070_000000001497	1.0		17	5	False	False	0.9986512660980225	0					non-mobilizable	no_good_hit	4078.0	89.137	50.0	0.0010890840760043477	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0053_000000003677	7180	0.5011608912294663	11	10	2	8	10	True	63890	maximal	True	ENG0053_000000003677	1.0		1	1	False	False	0.9965181350708008	0			MPF_F		non-mobilizable	plasmid	7181.0	99.777	100.0	0.03842942473613222	CP033823.1	enterobacteria	Klebsiella sp. FDAARGOS_511 plasmid unnamed1, complete sequence	False	True
ISR0853_000000010843	1656	0.5011568938247649	4	2	2	2	1	False	35068	fragment	False	ISR0853_000000010843	0.9875409836065574		0	0	False	False	0.998792290687561	0					non-mobilizable	other	1657.0	97.646	100.0	0.00040576942832604054	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0054_000000003708	6653	0.5011560135847285	10	10	5	7	8	True	125725	maximal	True	SPA0054_000000003708	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	1857.0	96.12299999999999	37.0	0.0006549308423377502	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
USA0019_01_000000003699	7452	0.5011557254155755	9	6	6	3	3	False	121496	maximal	True	USA0019_01_000000003699	1.0	PS851	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	2025.0	94.51899999999999	27.0	0.0007103317810484328	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	True
MON0068_000000019455	2177	0.5011555009300828	4	2	2	2	1	False	10563	maximal	True	MON0068_000000019455	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	74.0	98.649	3.0	1.4138548869700489e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	False
USA0069_01_000000009247	6600	0.5011540456153766	9	8	5	7	3	False	73971	maximal	True	USA0069_01_000000009247	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	103.0	83.495	2.0	2.798578543769353e-05	NZ_CP027234.1	CFB group bacteria	Bacteroides heparinolyticus strain F0111 chromosome, complete genome	True	False
DEN0066_000000009106	3531	0.5011514859306894	5	4	2	3	3	False	71004	maximal	True	DEN0066_000000009106	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1376.0	85.538	39.0	0.000256738870818194	CP027227.1	bacteria	Victivallales bacterium CCUG 44730 chromosome, complete genome	True	False
AUS0002_000000029032	1295	0.5011497792176921	3	2	2	1	2	False	102723	fragment	False	MAD0003_000000020289	0.973221117061974		0	0	False	False	0.9992278218269348	0					non-mobilizable	other	1295.0	96.139	100.0	0.00031726020559147823	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0162_000000006526	3502	0.5011495979188487	4	4	4	4	3	False	128494	fragment	False	CHI0188_000000004234	0.9924240423328531		0	0	False	False	0.9988577961921692	0					non-mobilizable	other	2904.0	99.62100000000001	100.0	0.09495616904356928	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
ISR0781_000000008334	3207	0.5011486601604058	4	4	2	3	3	False	22298	maximal	True	ISR0781_000000008334	1.0		3	2	False	False	0.9978172779083252	0					non-mobilizable	no_good_hit	1921.0	97.397	74.0	0.0005452730205053375	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
MAD0105_000000006396	4799	0.5011448632997855	5	3	0	3	3	True	14857	fragment	False	MAD0105_000000006396	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3608.0	96.56299999999999	99.0	0.039546721077689286	AP009242.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-2 DNA, complete sequence	False	True
ISR0215_000000005648	5071	0.50113825744024	4	3	3	3	2	False	104749	fragment	False	ENG0116_000000004292	0.7554652018463038		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1856.0	92.18799999999999	38.0	0.000826015885744733	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
SPA0056_000000014845	2370	0.5011372118001043	2	2	2	2	1	False	30204	maximal	True	SPA0056_000000014845	1.0		147	10	False	False	0.99915611743927	0					non-mobilizable	other	2370.0	99.40899999999999	100.0	0.03394080059600561	NZ_RCXZ01000034.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0034, whole genome shotgun sequence	False	False
CHI0005_000000008126	2256	0.5011361078016814	5	2	2	2	2	False	90782	maximal	True	CHI0005_000000008126	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MAD0103_000000001099	11103	0.5011358392178178	8	8	8	7	7	False	126679	maximal	True	MAD0103_000000001099	1.0		55	9	False	False	0.9996397495269775	0					non-mobilizable	no_good_hit	2034.0	80.58	32.0	0.0006069789938901663	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0095_000000014825	2082	0.5011314906248097	2	2	2	2	2	False	9735	maximal	True	MON0095_000000014825	1.0		44	5	False	False	0.9860711097717285	0					non-mobilizable	no_good_hit	481.0	82.32799999999999	30.0	0.0005940463629573566	NZ_LN869528.1	firmicutes	Intestinimonas massiliensis strain GD2, whole genome shotgun sequence	True	False
FIJ0061_000000019600	1429	0.5011254658403922	2	2	2	2	2	False	45793	maximal	True	FIJ0061_000000019600	1.0		20	1	False	False	1.0	0					non-mobilizable	no_good_hit	823.0	74.727	57.0	0.006228795791560248	NZ_LFQU01000006.1	CFB group bacteria	Prevotella rara strain 109 contig00006, whole genome shotgun sequence	True	False
ISR0090_000000018147	1668	0.5011249725706957	2	1	1	1	1	False	45757	fragment	False	ISR0090_000000018147	1.0		0	0	False	False	0.9922062158584595	0					non-mobilizable	no_good_hit	160.0	75.625	10.0	0.0002731994771169501	NZ_KE384122.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0061_000000024151	1207	0.5011249725706957	2	1	1	1	1	False	45756	fragment	False	FIJ0061_000000024151	1.0		0	0	False	False	0.9950289726257324	0					non-mobilizable	no_good_hit	160.0	75.625	13.0	0.0002731994771169501	NZ_KE384122.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00002.2, whole genome shotgun sequence	True	False
FIJ0142_000000003234	8333	0.5011186628261104	8	4	3	2	1	True	121483	fragment	False	FIJ0142_000000003234	1.0		0	0	False	False	0.9998800158500671	0					non-mobilizable	no_good_hit								True	True
ISR0329_000000008693	1824	0.50111848433247	3	3	2	3	2	False	24702	maximal	True	ISR0329_000000008693	1.0		3	3	False	False	0.9978070259094238	0					non-mobilizable	no_good_hit								True	False
ISR0112_000000023541	1587	0.501118000650377	3	3	3	3	2	False	32619	fragment	False	ISR0112_000000023541	1.0		0	0	False	False	0.9785759449005127	0					non-mobilizable	other	1599.0	97.624	100.0	0.15296934865900383	NZ_CYZK01000039.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ENG0184_000000001806	12590	0.5011128804775615	15	8	5	7	5	False	82542	maximal	True	ENG0184_000000001806	1.0		2	2	False	False	0.9996028542518616	0					non-mobilizable	no_good_hit	65.0	84.615	1.0	7.769856840387716e-05	NZ_OCTQ01000001.1	firmicutes	Miniphocibacter massiliensis strain Marseille-P4678, whole genome shotgun sequence	True	False
MAD0012_000000020751	1463	0.5011064965199723	2	2	2	1	1	False	19646	maximal	True	MAD0012_000000020751	0.986159169550173		57	10	False	False	0.9842788577079773	0					non-mobilizable	no_good_hit	386.0	72.539	26.0	0.00010514215022967687	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0132_000000001219	15230	0.501105303199944	15	13	7	9	8	True	76560	fragment	False	ENG0132_000000001219	0.9073353786699107		0	0	False	False	1.0	0					non-mobilizable	other	14727.0	99.491	100.0	0.005002695850021726	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0173_000000001287	14825	0.501105303199944	15	13	7	9	8	True	76560	fragment	False	ENG0132_000000001219	0.9027497010455369		0	0	False	False	1.0	0					non-mobilizable	other	14544.0	99.97200000000001	100.0	0.00494052312740346	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ENG0033_000000001609	14621	0.501105303199944	15	13	7	9	8	True	76560	fragment	False	ENG0132_000000001219	0.9016644800439494		0	0	False	False	0.9998632073402405	0					non-mobilizable	other	14544.0	99.97200000000001	99.0	0.00494052312740346	FP929044.1	firmicutes	Eubacterium siraeum 70/3 draft genome	False	True
ISR0359_000000014021	1918	0.501102656637064	2	1	1	1	1	False	36867	maximal	True	ISR0359_000000014021	1.0		402	12	False	False	1.0	0					non-mobilizable	chromosome	1432.0	99.86	100.0	0.00022083932533740542	LT622246.1	CFB group bacteria	Bacteroides ovatus V975 genome assembly, chromosome: I	False	False
FIJ0097_000000004665	5981	0.5011004111213837	7	6	2	4	5	False	42940	maximal	True	FIJ0097_000000004665	1.0		30	7	False	False	1.0	0					non-mobilizable	chromosome	4883.0	96.82600000000001	90.0	0.0016425794286449023	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
DEN0012_000000004118	1532	0.5010990962091785	2	2	2	1	1	False	75438	maximal	True	DEN0012_000000004118	1.0		38	9	False	False	1.0	0					non-mobilizable	chromosome	1532.0	100.0	100.0	0.00029743101970465936	CP054236.1	enterobacteria	Escherichia coli strain EcPF5 chromosome, complete genome	False	False
CHI0075_000000004794	1489	0.5010968041900764	2	2	2	2	2	False	84655	maximal	True	CHI0075_000000004794	1.0		3	2	False	False	0.9932841062545776	0					non-mobilizable	no_good_hit	1252.0	75.719	83.0	0.0035022187351646072	NZ_JAAIQH010000001.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_1_length_351777_cov_227.13, whole genome shotgun sequence	True	False
ISR0027_000000005970	4360	0.5010950573347138	9	5	2	3	5	False	132220	backbone	False	ISR0043_000000004492	0.6871326563202192	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9988532066345215	0					non-mobilizable	plasmid	2494.0	99.84	100.0	0.5207854606225193	CP021599.1	other sequences	Unidentified plasmid plasmid FAKO05_2267, complete sequence	False	True
ISR0291_000000002909	4251	0.5010950573347138	9	5	2	3	5	False	132220	backbone	False	ISR0043_000000004492	0.07400718453697311	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4085.0	96.37700000000001	100.0	0.8531132469703301	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0159_000000005400	4101	0.5010950573347138	9	5	2	3	5	False	132220	backbone	False	ISR0043_000000004492	0.05435833838233997	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9946354627609253	0		MOBP			mobilizable	plasmid	2375.0	99.495	100.0	0.4961337513061651	HG796777.1	bacteria	Uncultured bacterium plasmid pRGF00011	False	True
AST0055_000000008064	4075	0.5010950573347138	9	5	2	3	5	False	132220	backbone	False	ISR0043_000000004492	0.05459052469281207	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	0.9987729787826538	0					non-mobilizable	plasmid	4075.0	99.95100000000001	100.0	0.8512327622231508	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ENG0071_000000005169	4035	0.5010950573347138	8	5	2	3	5	False	132220	backbone	False	ISR0043_000000004492	0.05425036017601957	PS1143|PS1144|PS1145|PS778|PS779|PS780	0	0	False	True	1.0	0		MOBP			mobilizable	plasmid	4036.0	99.20700000000001	100.0	0.843083994985374	CP050056.1	g-proteobacteria	Pseudomonas aeruginosa strain LIUYANG-A plasmid unnamed1, complete sequence	False	True
ISR0348_000000006009	2453	0.5010934168237205	3	3	2	2	2	False	100849	maximal	False	ISR0325_000000007665	0.9530148786217698		0	0	False	False	1.0	0					non-mobilizable	chromosome	2376.0	97.559	97.0	0.0009772598671124256	CP048433.1	actinobacteria	Collinsella aerofaciens ATCC 25986 strain JCM 10188 chromosome, complete genome	False	False
SPA0028_000000012066	2485	0.5010914441017907	3	2	2	2	2	False	127886	fragment	False	CHI0127_000000007661	0.968414779499404		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	83.1	54.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
CHI0168_000000009371	1713	0.5010914441017907	3	2	2	2	2	False	127885	fragment	False	CHI0168_000000009371	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1355.0	83.1	78.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0050_000000015875	1614	0.5010914441017907	2	2	2	2	2	False	127883	maximal	True	FIJ0050_000000015875	1.0		11	7	False	False	0.9987608194351196	0					non-mobilizable	no_good_hit	1355.0	83.02600000000001	83.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0021_000000011388	1593	0.5010914441017907	2	2	2	2	2	False	127884	fragment	False	ENG0021_000000011388	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1354.0	83.087	84.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0068_000000022115	1456	0.5010914441017907	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9469765472999025		0	0	False	False	0.9924450516700745	0					non-mobilizable	no_good_hit	1289.0	82.855	88.0	0.9514200298953662	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ISR0805_000000008117	1451	0.5010914441017907	3	2	2	2	2	False	127882	fragment	False	ISR0805_000000008117	1.0		0	0	False	False	0.9944865703582764	0					non-mobilizable	no_good_hit	1269.0	82.585	87.0	0.9372197309417041	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
FIJ0162_000000017028	1343	0.5010914441017907	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9114867306276562		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	82.97399999999999	99.0	0.992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0116_01_000000018239	1340	0.5010914441017907	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9121419915862267		0	0	False	False	1.0	0					non-mobilizable	other	1354.0	83.087	100.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
AST0005_000000020488	1331	0.5010914441017907	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9105712200781659		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	82.97399999999999	100.0	0.992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ENG0169_000000018237	1331	0.5010914441017907	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9101131530598316		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	82.9	100.0	0.992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
FIJ0097_000000023758	1331	0.5010914441017907	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9105712200781659		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	82.97399999999999	100.0	0.992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ISR0812_000000029645	1331	0.5010914441017907	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9101131530598316		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	82.9	100.0	0.992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
DEN0093_000000023605	1331	0.5010914441017907	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.9105712200781659		0	0	False	False	1.0	0					non-mobilizable	other	1345.0	82.97399999999999	100.0	0.992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
USA0023_01_000000023087	1313	0.5010914441017907	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.8984925840406667		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	82.868	99.0	0.9775784753363229	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
ITA0006_000000017155	1313	0.5010914441017907	2	2	2	2	2	False	127880	fragment	False	FIJ0068_000000022115	0.8994152966323952		0	0	False	False	1.0	0					non-mobilizable	other	1325.0	82.943	99.0	0.9775784753363229	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	False	False
MAD0110_000000022233	1138	0.5010909188248915	2	1	1	1	1	True	14534	maximal	True	MAD0110_000000022233	1.0		0	0	False	False	0.8892794251441956	0					non-mobilizable	no_good_hit								True	True
SPA0108_000000009985	2977	0.5010846886539838	2	2	1	2	2	False	4689	maximal	True	SPA0108_000000009985	1.0		322	13	False	False	0.9989922642707825	0					non-mobilizable	chromosome	2977.0	99.96600000000001	100.0	0.0005823883873008021	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
AST0097_000000003786	5962	0.5010839463913529	4	3	2	3	2	False	109029	maximal	True	AST0097_000000003786	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	4316.0	89.574	77.0	0.05941019808023082	MK231430.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.L21_3-CL06_c1 sequence	True	False
MON0075_000000020536	1302	0.5010819760687869	2	2	2	2	1	False	121854	fragment	False	FIJ0048_000000015861	0.17372765178418242		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	97.235	100.0	0.000404738898301341	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0071_000000004638	1688	0.5010800001306261	2	2	2	2	2	False	34880	maximal	True	ISR0071_000000004638	1.0		320	13	False	False	0.9982227683067322	0					non-mobilizable	no_good_hit	400.0	74.25	24.0	0.00011017555103854438	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ENG0027_000000003384	5536	0.5010771890208491	9	5	4	2	3	False	121495	backbone	False	ISR0040_000000004257	0.9164925450200376	PS851	0	0	True	True	1.0	14					non-mobilizable	no_good_hit	103.0	99.029	2.0	3.6350884395634474e-05	CP040368.1	firmicutes	Enterococcus faecium strain VB3240 chromosome, complete genome	True	True
SPA0107_000000020543	1601	0.5010771877837057	1	1	1	1	1	False	72467	maximal	True	SPA0107_000000020543	0.997831416233843		411	13	False	False	0.9993754029273987	0					non-mobilizable	no_good_hit								True	False
ISR0053_000000009978	1770	0.5010718638682352	3	1	1	1	1	False	35746	maximal	True	ISR0053_000000009978	1.0		8	2	False	False	1.0	0					non-mobilizable	other	1770.0	100.0	100.0	0.0067858896458601855	NZ_CYYV01000005.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0223_000000018859	1658	0.5010718638682352	2	1	1	1	1	False	27798	maximal	True	ISR0223_000000018859	1.0		3	3	False	False	0.9897466897964478	0					non-mobilizable	no_good_hit								True	False
USA0023_01_000000019579	1556	0.5010718638682352	3	1	1	1	1	False	1976	fragment	False	USA0023_01_000000019579	0.9941709844559585		0	0	False	False	0.9730077385902405	0					non-mobilizable	no_good_hit	490.0	76.531	31.0	0.0004940791827970981	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
DEN0089_000000012424	1547	0.5010718638682352	3	1	1	1	1	False	68828	maximal	True	DEN0089_000000012424	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	499.0	85.97200000000001	32.0	0.002427468413664015	NZ_JAAIUL010000002.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_2_length_205152_cov_416.93, whole genome shotgun sequence	True	False
USA0013_01_000000006497	1544	0.5010718638682352	3	1	1	1	1	False	1976	fragment	False	USA0023_01_000000019579	0.9903598971722365		0	0	False	False	0.9980570077896118	0					non-mobilizable	no_good_hit	478.0	76.15100000000001	31.0	0.0004818796968021081	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
DEN0011_000000030297	1538	0.5010718638682352	3	1	1	1	1	False	75625	maximal	True	DEN0011_000000030297	1.0		13	4	False	False	0.99934983253479	0					non-mobilizable	no_good_hit	494.0	74.089	32.0	0.001461879482774534	NZ_VSLA01000024.1	firmicutes	Acetobacterium wieringae strain JM Acetobacterium_CO_23, whole genome shotgun sequence	True	False
ENG0181_000000014314	1408	0.5010718638682352	2	1	1	1	1	False	72991	fragment	False	ENG0181_000000014314	0.9977628635346756		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	498.0	76.707	35.0	0.0005022121734604249	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ISR0139_000000019945	1377	0.5010718638682352	3	1	1	1	1	False	69156	maximal	True	ISR0139_000000019945	1.0		13	4	False	False	1.0	0					non-mobilizable	no_good_hit	470.0	72.766	34.0	0.003788063932743536	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	False
DEN0043_000000006924	1341	0.5010718638682352	2	1	1	1	1	False	72991	fragment	False	ENG0181_000000014314	0.9740767045454546		0	0	False	False	0.9977628588676453	0					non-mobilizable	no_good_hit	431.0	75.87	32.0	0.0004340983766550636	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
DEN0067_000000025868	1288	0.5010718638682352	3	1	1	1	1	False	70793	fragment	False	DEN0067_000000025868	1.0		0	0	False	False	0.9906832575798035	0					non-mobilizable	no_good_hit	483.0	76.812	37.0	0.00048696281596668725	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0140_000000014562	1273	0.5010718638682352	2	1	1	1	1	False	57773	maximal	True	ENG0140_000000014562	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	967.0	91.417	76.0	0.0012166324370597587	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	True	False
ISR0288_000000023577	1240	0.5010718638682352	2	1	1	1	1	False	25955	maximal	True	ISR0288_000000023577	1.0		2	2	False	False	0.999193549156189	0					non-mobilizable	no_good_hit	494.0	76.923	40.0	0.0004981456781287616	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
SPA0151_000000016106	1225	0.5010718638682352	3	1	1	1	1	False	3237	fragment	False	SPA0151_000000016106	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	106.0	82.075	9.0	0.0019501584503740929	NZ_NHOC01000014.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c15, whole genome shotgun sequence	True	False
ISR0001_000000019818	1190	0.5010718638682352	2	1	1	1	1	False	38668	fragment	False	ISR0001_000000019818	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	486.0	77.366	41.0	0.0004900126874654348	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
DEN0082_000000036675	1189	0.5010718638682352	2	1	1	1	1	False	69155	fragment	False	DEN0082_000000036675	1.0		0	0	False	False	0.9949537515640259	0					non-mobilizable	no_good_hit	443.0	72.46	37.0	0.0035681118334229436	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	False
USA0075_01_000000020751	1189	0.5010718638682352	2	1	1	1	1	False	26008	fragment	False	USA0075_01_000000020751	0.996943231441048		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	108.0	83.333	9.0	0.0008635156491845479	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	False
SPA0016_000000028804	1185	0.5010718638682352	2	1	1	1	1	False	7855	maximal	True	SPA0016_000000028804	1.0		3	1	False	False	0.9890295267105103	0					non-mobilizable	no_good_hit	515.0	98.641	43.0	0.00240520722685222	NZ_QRHR01000006.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf6, whole genome shotgun sequence	True	False
ISR0286_000000018992	1145	0.5010718638682352	2	1	1	1	1	False	26008	fragment	False	USA0075_01_000000020751	0.9785534062237173		0	0	False	False	0.9816594123840332	0					non-mobilizable	no_good_hit	108.0	83.333	9.0	0.0008635156491845479	NZ_QFFZ01000007.1	firmicutes	Pelotomaculum propionicicum strain MGP Pmgp_7, whole genome shotgun sequence	True	False
ENG0150_000000016111	1133	0.5010718638682352	2	1	1	1	1	False	57126	maximal	True	ENG0150_000000016111	1.0		1	1	False	False	0.9849956035614014	0					non-mobilizable	no_good_hit	474.0	73.418	41.0	0.0001434163198439033	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0394_000000017251	1115	0.5010718638682352	2	1	1	1	1	False	22742	maximal	True	ISR0394_000000017251	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	480.0	75.208	43.0	0.0004828963206350239	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	True	False
ENG0058_000000016386	2046	0.5010705906879237	2	1	1	1	1	False	117248	maximal	True	ENG0058_000000016386	1.0		167	10	False	False	1.0	0					non-mobilizable	chromosome	2046.0	100.0	100.0	0.0004081557706040825	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0182_000000014995	1872	0.5010705906879237	1	1	1	1	1	False	117246	fragment	False	CHI0182_000000014995	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1872.0	99.947	100.0	0.00037342760234730486	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
ISR0773_000000008741	1803	0.5010705906879237	1	1	1	1	1	False	61906	fragment	False	ISR0773_000000008741	0.9941081868317362		0	0	False	False	0.9850249290466309	0					non-mobilizable	chromosome	1826.0	77.437	100.0	0.00040291502579855584	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	False	False
ENG0164_000000011574	1741	0.5010705906879237	1	1	1	1	1	False	56284	maximal	True	ENG0164_000000011574	1.0		249	13	False	False	0.9977024793624878	0					non-mobilizable	chromosome	1741.0	100.0	100.0	0.0002457755213513247	CP041395.1	CFB group bacteria	Bacteroides ovatus strain 3725 D1 iv chromosome, complete genome	False	False
MAD0014_000000009047	3349	0.5010672593376825	2	2	2	2	1	False	19515	maximal	False	MAD0046_000000006974	0.6371996440225453		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	599.0	73.79	18.0	0.00017189688061337025	NZ_UYXY01000001.1	CFB group bacteria	Prevotella marseillensis strain Marseille-P8229, whole genome shotgun sequence	True	False
FIJ0046_000000015426	2040	0.5010657008353842	2	2	2	2	1	False	46973	maximal	True	FIJ0046_000000015426	1.0		2	1	False	False	0.9529411792755127	0					non-mobilizable	no_good_hit	775.0	88.258	38.0	0.006787727647916264	NZ_QJKD01000018.1	firmicutes	Hungatella effluvii strain DSM 24995 Ga0244553_118, whole genome shotgun sequence	True	False
ISR0038_000000022190	1556	0.5010656177649628	3	3	3	3	3	False	107557	fragment	False	MAD0016_000000002666	0.270343481771295		0	0	False	False	0.9967866539955139	0					non-mobilizable	chromosome	1567.0	88.13	100.0	0.0005244136782435979	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
CHI0156_000000001526	8022	0.5010649038302217	6	5	5	5	5	False	79017	maximal	True	CHI0156_000000001526	1.0		1	1	False	False	1.0	0					non-mobilizable	other	6491.0	98.13600000000001	93.0	0.014810078891184967	NZ_LFQU01000001.1	CFB group bacteria	Prevotella rara strain 109 contig00001, whole genome shotgun sequence	False	False
ISR0229_000000011669	1392	0.5010613654808428	2	1	1	1	1	False	27565	fragment	False	ISR0229_000000011669	1.0		0	0	False	False	0.9841954112052917	0					non-mobilizable	no_good_hit	481.0	71.933	34.0	0.001842134859784451	NZ_CABJDZ010000007.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0100_000000030432	1514	0.5010593712481749	2	2	2	2	1	False	9104	maximal	True	MON0100_000000030432	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0020_000000009446	2363	0.5010482099755791	2	2	2	2	2	False	49786	maximal	True	FIJ0020_000000009446	1.0		6	1	False	False	1.0	0					non-mobilizable	no_good_hit	391.0	95.90799999999999	26.0	0.0036478368801046027	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	False
SPA0089_000000018239	2128	0.5010468879050646	2	2	2	2	2	False	62258	maximal	True	SPA0089_000000018239	1.0		8	4	False	False	0.9953007698059082	0					non-mobilizable	chromosome	1068.0	84.176	93.0	0.0005697956875463227	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	False	False
MAD0045_000000020185	2018	0.5010453522026921	2	2	2	2	2	False	42658	maximal	True	MAD0045_000000020185	1.0		99	9	False	False	1.0	0					non-mobilizable	other	1910.0	87.958	98.0	0.00046779943761092766	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
CHI0041_000000010229	1457	0.5010446235938625	2	2	2	2	2	False	87588	maximal	True	CHI0041_000000010229	1.0		2	2	False	False	0.9938229322433472	0					non-mobilizable	no_good_hit	729.0	72.565	49.0	0.050654403961796955	NZ_LNAM01000195.1	firmicutes	Acetivibrio ethanolgignens strain ACET-33324 ACET-33324.Scaf68, whole genome shotgun sequence	True	False
CAN0018_000000023171	1472	0.5010442951291946	3	2	2	2	2	False	92106	fragment	False	CAN0018_000000023171	0.9852838121934128		0	0	False	False	0.9667119383811951	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	3.0	0.0026201527174726756	NZ_POTW01000142.1	high GC Gram+	Jiangella anatolica strain GTF31 NODE_142_length_13358_cov_27.9034, whole genome shotgun sequence	True	False
CHI0186_000000008961	2149	0.5010411247373258	3	3	3	3	3	False	77150	maximal	True	CHI0186_000000008961	1.0		58	9	False	False	0.9972079992294312	0					non-mobilizable	other	2146.0	90.16799999999999	99.0	0.0005956645617075162	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
ENG0151_000000016358	1461	0.5010406137275394	2	2	2	2	2	False	57085	maximal	True	ENG0151_000000016358	1.0		7	3	False	False	0.992470920085907	0					non-mobilizable	no_good_hit								True	False
ISR0031_000000018282	1326	0.5010386476220238	3	2	2	2	2	False	36993	maximal	True	ISR0031_000000018282	1.0		20	5	False	False	0.9947209358215332	0					non-mobilizable	no_good_hit	33.0	96.97	2.0	0.00017169684775318578	NZ_AUJC01000010.1	firmicutes	Clostridium paraputrificum AGR2156 G594DRAFT_scaffold00009.9_C, whole genome shotgun sequence	True	False
FIJ0074_000000020450	1448	0.5010373230196158	2	2	2	2	2	False	126788	fragment	False	ISR0375_000000013884	0.7499226115597595		0	0	False	False	1.0	0					non-mobilizable	chromosome	1465.0	80.205	100.0	0.0006213228215860155	CP024960.1	actinobacteria	Collinsella aerofaciens strain C11 chromosome, complete genome	False	False
DEN0087_000000001107	8827	0.5010365724650382	7	5	2	4	2	True	87196	fragment	False	DEN0087_000000001107	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	70.0	84.286	1.0	1.3170155111501826e-05	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	True	True
ISR0791_000000010673	1723	0.5010358193646707	3	2	2	1	1	True	22046	maximal	True	ISR0791_000000010673	1.0		14	6	False	False	0.9959373474121094	0					non-mobilizable	no_good_hit								True	True
ENG0199_000000015253	1673	0.5010358193646707	2	2	2	1	1	True	54266	maximal	True	ENG0199_000000015253	1.0		1	1	False	False	0.9754931330680847	0					non-mobilizable	other	1562.0	80.282	93.0	0.011906491599691059	NZ_SLUK01000009.1	firmicutes	Harryflintia acetispora strain DSM 100433 Ga0244721_109, whole genome shotgun sequence	False	True
SPA0050_000000018340	1407	0.5010358193646707	2	2	2	1	1	True	6580	maximal	True	SPA0050_000000018340	1.0		0	0	False	False	0.9992892742156982	0					non-mobilizable	other	1411.0	76.329	97.0	0.0005401817497847045	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	False	True
AST0016_000000016971	1403	0.5010358193646707	2	2	2	1	1	True	123249	maximal	True	AST0016_000000016971	1.0		6	4	False	False	0.9992872476577759	0					non-mobilizable	other	1404.0	85.399	99.0	0.007957269920484795	NZ_NHOC01000003.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c3, whole genome shotgun sequence	False	True
AST0149_000000019671	1353	0.5010358193646707	2	2	2	1	1	True	104357	maximal	True	AST0149_000000019671	1.0		327	12	False	False	0.9911308288574219	0					non-mobilizable	other	1353.0	99.77799999999999	100.0	0.004086308147530231	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	False	True
ENG0053_000000018882	1321	0.5010358193646707	2	2	2	1	1	True	63833	maximal	True	ENG0053_000000018882	1.0		10	6	False	False	0.9984859824180603	0					non-mobilizable	other	632.0	86.551	99.0	0.0035047313873729537	NZ_QSOD01000006.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf6, whole genome shotgun sequence	False	True
ISR0244_000000013396	1878	0.5010336252187534	2	2	2	1	1	False	102338	fragment	False	ISR0244_000000013396	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0364_000000009704	1802	0.5010336252187534	3	2	2	1	1	False	102335	maximal	True	ISR0364_000000009704	1.0		3	2	False	False	0.9922308325767517	0					non-mobilizable	no_good_hit								True	False
ISR0223_000000023627	1356	0.5010336252187534	2	2	2	1	1	False	27784	fragment	False	ISR0223_000000023627	1.0		0	0	False	False	0.9896755218505859	0					non-mobilizable	no_good_hit								True	False
ISR0272_000000005514	1904	0.5010333993811208	2	2	2	2	2	False	95268	fragment	False	ISR0795_000000005355	0.3700263852242744		0	0	False	False	1.0	0					non-mobilizable	chromosome	1724.0	96.984	94.0	0.000600223358378658	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0091_01_000000007442	1407	0.5010329241831563	2	2	2	2	2	False	378	maximal	True	USA0091_01_000000007442	1.0		1	1	False	False	0.9964463114738464	0					non-mobilizable	no_good_hit	1240.0	98.95200000000001	88.0	0.005508453853917049	NZ_CZBD01000004.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	True	False
ISR0065_000000008023	3805	0.5010322143025525	6	6	5	5	2	False	81285	maximal	True	ISR0065_000000008023	1.0		8	4	False	False	0.9994743466377258	0					non-mobilizable	no_good_hit	462.0	71.861	12.0	0.00046502996030180015	NZ_MDJR01000001.1	firmicutes	Caloranaerobacter ferrireducens strain DY22619 contig1, whole genome shotgun sequence	True	False
FIJ0038_000000013254	2596	0.5010285318771428	2	2	2	2	1	False	47666	maximal	True	FIJ0038_000000013254	1.0		1	1	False	False	0.9976887702941895	0					non-mobilizable	no_good_hit	1323.0	90.93	51.0	0.0059242941387109786	NZ_GG697143.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld2, whole genome shotgun sequence	True	False
MAD0046_000000008168	3042	0.5010281772635033	4	3	3	3	3	False	53925	maximal	True	MAD0046_000000008168	1.0		21	5	False	False	0.9947403073310852	0					non-mobilizable	no_good_hit	810.0	73.95100000000001	26.0	0.00035836410151526566	NZ_OLMH01000002.1	firmicutes	Anaerolactibacter massiliensis strain Marseille-P4302, whole genome shotgun sequence	True	False
AST0150_000000022615	1232	0.5010253671447202	2	2	2	2	1	False	103848	fragment	False	AST0150_000000022615	0.9555741827326069		0	0	False	False	0.989448070526123	0					non-mobilizable	other	1232.0	97.727	100.0	0.0064307841795395535	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
CHI0051_000000003153	5301	0.5010229427153955	6	3	2	2	2	False	86658	maximal	True	CHI0051_000000003153	1.0		2	2	False	False	0.9998113512992859	0					non-mobilizable	no_good_hit	2178.0	72.544	40.0	0.0007560246951322343	NZ_AKCB01000001.1	firmicutes	Coprobacillus cateniformis strain D6 cont1.1, whole genome shotgun sequence	True	False
SPA0047_000000011728	3372	0.5010222263305968	3	3	3	3	2	False	6681	maximal	True	SPA0047_000000011728	1.0		1	1	False	False	0.9949584603309631	0					non-mobilizable	other	3374.0	98.103	100.0	0.02358470770909396	NZ_SLUM01000007.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_107, whole genome shotgun sequence	False	False
ENG0013_000000013028	2081	0.5010186701723862	3	3	3	3	2	False	117377	maximal	True	ENG0013_000000013028	1.0	PS787	0	0	False	True	0.9990389347076416	0					non-mobilizable	chromosome	1490.0	98.523	100.0	0.0006456091424151332	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	True
SPA0029_000000011222	2341	0.5010183281258463	3	3	3	3	3	False	7381	fragment	False	SPA0029_000000011222	1.0		0	0	False	False	0.9987185001373291	0					non-mobilizable	no_good_hit	38.0	92.105	2.0	0.0007874547213535222	NZ_SDMO01000018.1	g-proteobacteria	Halomonas borealis strain ATF 5.2 NODE_18_length_44447_cov_35.747397, whole genome shotgun sequence	True	False
SPA0039_000000014302	1904	0.5010176518106358	2	1	1	1	1	False	7002	fragment	False	SPA0039_000000014302	1.0		0	0	False	False	0.9994747638702393	0					non-mobilizable	other	1904.0	100.0	100.0	0.012146937733380143	NZ_AGDG01000007.1	CFB group bacteria	Bacteroides faecis MAJ27 contig007, whole genome shotgun sequence	False	False
ENG0188_000000022087	1137	0.5010149564042514	3	2	1	1	2	False	54871	maximal	True	ENG0188_000000022087	1.0		6	5	False	False	0.9859278798103333	0					non-mobilizable	no_good_hit	135.0	77.778	12.0	2.6890861988649575e-05	CP013987.1	g-proteobacteria	Pseudomonas oryzihabitans strain USDA-ARS-USMARC-56511, complete genome	True	False
FIJ0086_000000024535	1363	0.5010117967678206	3	3	3	3	2	False	99097	fragment	False	AUS0022_000000023140	0.5210020571647652		0	0	False	False	0.9853264689445496	0					non-mobilizable	no_good_hit	330.0	76.667	24.0	0.0002493613020686921	NZ_LN908977.1	firmicutes	Bittarella massiliensis strain GD6, whole genome shotgun sequence	True	False
CHI0094_000000001824	2521	0.5010086923740409	3	1	1	1	1	False	83545	fragment	False	CHI0094_000000001824	1.0		0	0	False	False	0.9996033310890198	0					non-mobilizable	no_good_hit	95.0	84.211	4.0	1.6404114651210188e-05	CP009746.1	firmicutes	Bacillus weihenstephanensis strain WSBC 10204, complete genome	True	False
USA0019_01_000000016989	1783	0.501008251483335	2	2	2	2	2	False	1830	maximal	True	USA0019_01_000000016989	1.0		235	11	False	False	0.9865395426750183	0					non-mobilizable	other	1781.0	98.147	99.0	0.0006391313558561308	AP018535.1	firmicutes	Lachnospiraceae bacterium Choco86 DNA, complete genome	False	False
CHI0046_000000008035	1439	0.5010067861652902	2	2	2	2	1	True	91417	fragment	False	CHI0046_000000008035	0.9581844174410292		0	0	False	False	0.9979152083396912	0					non-mobilizable	other	1439.0	94.99700000000001	100.0	0.10816096276795788	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	False	True
USA0066_01_000000014655	1399	0.5010067861652902	2	2	2	2	1	True	91417	fragment	False	CHI0046_000000008035	0.9454482279360666		0	0	False	False	1.0	0					non-mobilizable	other	1399.0	94.925	100.0	0.1051523128995863	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	False	True
SPA0106_000000009254	4200	0.5010041741112047	5	4	4	4	3	False	124930	maximal	True	SPA0106_000000009254	1.0		61	9	False	False	1.0	0					non-mobilizable	other	4200.0	99.85700000000001	100.0	0.0011984500920743033	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	False
MAD0069_000000001547	4371	0.501003555646331	5	5	5	5	5	False	100303	maximal	False	ISR0023_000000006281	0.9903255178693375		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1429.0	74.668	32.0	0.0006111423578113518	NZ_LT996885.1	firmicutes	Dialister massiliensis strain Marseille-P5638 chromosome contig00001	True	False
CAN0007_000000024849	1619	0.5010030992261499	2	2	2	2	0	True	95230	fragment	False	CAN0007_000000024849	1.0		0	0	False	False	0.9956763386726379	0					non-mobilizable	other	1619.0	92.156	100.0	0.14717118428233583	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
ISR0119_000000019970	1559	0.5010030992261499	2	2	2	2	0	True	32331	fragment	False	ISR0119_000000019970	1.0		0	0	False	False	0.9948685169219971	0					non-mobilizable	no_good_hit								True	True
CHI0151_000000017217	1427	0.5010030992261499	2	2	2	2	0	True	79453	fragment	False	CHI0151_000000017217	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	99.509	100.0	0.1297071129707113	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
MON0090_000000043774	1414	0.5010030992261499	2	2	2	2	0	True	9537	fragment	False	MON0090_000000043774	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0023_01_000000022206	1368	0.5010030992261499	2	2	2	2	0	True	102689	fragment	False	USA0023_01_000000022206	1.0		0	0	False	False	0.996345043182373	0					non-mobilizable	no_good_hit	78.0	93.59	6.0	0.060109289617486336	NZ_WNCH01000124.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold124_size1281, whole genome shotgun sequence	True	True
CAN0021_000000034695	1259	0.5010030992261499	2	2	2	2	0	True	91416	fragment	False	CAN0021_000000034695	1.0		0	0	False	False	0.9753772616386414	0					non-mobilizable	other	1259.0	93.884	100.0	0.09462203836028582	NZ_WNCH01000056.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold56_size13295, whole genome shotgun sequence	False	True
ISR0101_000000019135	1232	0.5010030992261499	2	2	2	2	0	True	102688	fragment	False	ISR0101_000000019135	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AUS0002_000000031715	1189	0.5010030992261499	2	2	2	2	0	True	102687	fragment	False	AUS0002_000000031715	1.0		0	0	False	False	0.9907485246658325	0					non-mobilizable	no_good_hit								True	True
CHI0060_000000013937	1156	0.5010030992261499	2	2	2	2	0	True	85691	fragment	False	CHI0060_000000013937	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1156.0	99.913	100.0	0.10505730398399127	NZ_WNCH01000065.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold65_size10994, whole genome shotgun sequence	False	True
CHI0120_000000008174	1830	0.5010014225402125	3	3	3	2	1	False	81837	maximal	True	CHI0120_000000008174	1.0		1	1	False	False	0.9841530323028564	0					non-mobilizable	no_good_hit	793.0	95.208	43.0	0.0002687809408148446	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	True	False
FIJ0010_000000003165	5749	0.5009989244901745	6	5	4	4	4	False	110649	fragment	False	FIJ0010_000000003165	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4245.0	99.71700000000001	100.0	0.1707366134288128	NZ_WNAJ01000037.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold37_size24857, whole genome shotgun sequence	False	False
CHI0021_000000006464	1389	0.5009983367254541	2	2	2	2	2	False	89251	maximal	True	CHI0021_000000006464	1.0		20	8	False	False	1.0	0					non-mobilizable	chromosome	1389.0	98.488	100.0	0.0006509885364108019	LT906445.1	firmicutes	Veillonella parvula strain NCTC11810 genome assembly, chromosome: 1	False	False
ETH0003_000000027918	1512	0.5009964334947168	1	1	1	1	1	False	121112	fragment	False	ENG0200_000000010145	0.2439931979084776		0	0	False	False	0.9708994626998901	0					non-mobilizable	chromosome	1382.0	98.119	100.0	0.0004352878841510137	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
SPA0126_000000015950	2615	0.5009960592507315	8	6	2	5	2	False	110190	fragment	False	ISR0393_000000006920	0.950412222726591		0	0	False	False	1.0	0					non-mobilizable	other	2616.0	95.29799999999999	100.0	0.0007067884953002891	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
CHI0078_000000001748	10122	0.5009956187534939	15	11	5	5	9	True	109286	maximal	True	CHI0078_000000001748	1.0	PS685	4	2	True	True	0.9994072318077087	17		MOBB			mobilizable	no_good_hit	5207.0	90.436	51.0	0.6234047676378521	CP036551.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0042B plasmid pBFO42_1, complete sequence	True	True
ISR0013_000000010268	2439	0.500993326894822	3	3	3	3	3	False	38106	maximal	True	ISR0013_000000010268	1.0		25	5	False	False	0.9913899302482605	0					non-mobilizable	other	2422.0	86.74600000000001	99.0	0.05985105277482248	NZ_JWHR01000091.1	firmicutes	Terrisporobacter othiniensis strain 08-306576 Contig091, whole genome shotgun sequence	False	False
CHI0043_000000006719	1466	0.5009917870794861	2	2	2	2	1	False	87351	maximal	True	CHI0043_000000006719	1.0		104	11	False	False	0.9672578573226929	0					non-mobilizable	other	1466.0	97.34	100.0	0.0004068291761778607	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
CHI0184_000000001863	4646	0.5009907474423443	8	2	2	2	2	False	90996	fragment	False	CHI0003_000000001893	0.9508260447035957		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	750.0	95.46700000000001	43.0	0.00013589157847774944	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	True	False
SPA0126_000000014265	2872	0.5009882162598538	4	3	3	2	2	False	23823	fragment	False	SPA0126_000000014265	1.0		0	0	False	False	0.9944289922714233	0					non-mobilizable	other	2872.0	98.851	100.0	0.037001714116327925	NZ_JAAIUL010000017.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_17_length_77591_cov_318.967, whole genome shotgun sequence	False	False
FIJ0010_000000006522	2852	0.5009867667816476	5	5	3	4	2	False	51096	maximal	True	FIJ0010_000000006522	1.0		3	1	False	False	0.9947405457496643	0					non-mobilizable	no_good_hit	1276.0	77.351	45.0	0.03600237751549631	FJ625861.1	firmicutes	Clostridium sp. enrichment culture clone 7-14 genomic sequence	True	False
MON0008_000000001399	11977	0.5009867086687095	8	3	2	3	2	True	13879	maximal	True	MON0008_000000001399	1.0		2	1	False	False	0.9996660351753235	0					non-mobilizable	no_good_hit	249.0	75.1	2.0	0.00042151897006020725	CP044084.1	g-proteobacteria	Pseudomonas luteola strain FDAARGOS_637 plasmid unnamed1, complete sequence	True	True
ISR0139_000000012170	2140	0.500984935068908	3	2	1	2	2	False	31307	maximal	True	ISR0139_000000012170	1.0		20	6	False	False	0.9864485859870911	0					non-mobilizable	no_good_hit								True	False
ENG0168_000000013616	2216	0.5009841613815696	3	3	3	3	1	False	102223	fragment	False	ENG0168_000000013616	1.0		0	0	False	False	0.9954873919487	0					non-mobilizable	other	2233.0	95.70100000000001	100.0	0.0005472370779599532	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
FIJ0010_000000006649	2796	0.5009695901163084	4	4	4	4	2	False	128492	fragment	False	ENG0087_000000009945	0.989954883672315		0	0	False	False	0.9971387982368469	0					non-mobilizable	other	2794.0	99.964	100.0	0.09135810545597278	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
FIJ0014_000000008756	2743	0.5009695901163084	4	4	4	4	2	False	128492	fragment	False	ENG0087_000000009945	0.9887989821385206		0	0	False	False	1.0	0					non-mobilizable	other	2743.0	99.964	100.0	0.08968991233808714	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	False	False
USA0055_01_000000005374	4910	0.5009665978068399	5	5	4	5	1	True	84201	maximal	False	SPA0104_000000006598	0.9633334409417448		0	0	False	False	0.9985743165016174	0					non-mobilizable	other	4382.0	99.954	90.0	0.009133895697207501	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
ISR0033_000000005815	4720	0.5009665978068399	5	5	4	5	1	True	84201	maximal	False	SPA0104_000000006598	0.9499082064117719		0	0	False	False	0.9997881650924683	0					non-mobilizable	other	4478.0	99.93299999999999	95.0	0.009334044975210678	NZ_DS499580.1	CFB group bacteria	Alistipes putredinis DSM 17216 Scfld_02_10, whole genome shotgun sequence	False	True
TAN0016_000000001530	5338	0.5009662263209194	6	4	4	4	2	False	46024	maximal	True	TAN0016_000000001530	1.0		7	3	False	False	0.9994379878044128	0					non-mobilizable	no_good_hit	2330.0	98.884	44.0	0.061247567453847365	NZ_JH379434.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld803, whole genome shotgun sequence	True	False
ENG0104_000000002047	10953	0.5009648135659251	13	6	5	4	0	True	60267	fragment	False	ENG0104_000000002047	0.9946465794959257		0	0	False	False	0.9952524304389954	0					non-mobilizable	no_good_hit	39.0	100.0	0.0	1.219472276581447e-05	NZ_KB905472.1	CFB group bacteria	Bacteroides massiliensis B84634 = Timone 84634 = DSM 17679 = JCM 13223 strain DSM 17679 aczJl-supercont1.1, whole genome shotgun sequence	True	True
ISR0800_000000000954	10554	0.5009648135659251	12	6	5	4	0	True	60267	fragment	False	ENG0104_000000002047	0.9766274080160686		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	1.2083483304952738e-06	LR584054.1	bony fishes	Echeneis naucrates genome assembly, chromosome: 13	True	True
ISR0782_000000001168	10595	0.5009646860696911	13	10	4	7	8	False	125592	fragment	False	ISR0782_000000001168	1.0		0	0	False	False	1.0	0					non-mobilizable	other	10603.0	99.208	100.0	0.004682304677976163	CP013673.1	high GC Gram+	Bifidobacterium longum strain 35624, complete genome	False	False
AUS0002_000000016237	2230	0.5009639679167881	3	3	1	3	1	False	102976	maximal	True	AUS0002_000000016237	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	1316.0	99.46799999999999	59.0	0.03210057366044184	NZ_QRUU01000029.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf29, whole genome shotgun sequence	True	False
CAN0003_000000017283	2881	0.5009611178984587	3	3	3	3	2	False	96687	fragment	False	CAN0003_000000017283	1.0		0	0	False	False	0.996876060962677	0					non-mobilizable	no_good_hit	612.0	75.49	21.0	0.08066253703204955	NZ_JH604978.1	b-proteobacteria	Sutterella parvirubra YIT 11816 Scfld563, whole genome shotgun sequence	True	False
FIJ0127_000000002186	7998	0.5009610747029721	16	4	2	4	3	False	41064	maximal	True	FIJ0127_000000002186	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	2888.0	92.79799999999999	76.0	0.0008975186176782236	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0180_000000017717	1379	0.5009599339575788	2	2	2	1	0	True	29617	maximal	True	ISR0180_000000017717	1.0		15	7	False	False	0.9891225695610046	0					non-mobilizable	no_good_hit	236.0	76.695	17.0	0.005484460694698354	NZ_LR130823.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	True
ENG0061_000000006457	3284	0.5009573175707431	4	3	3	3	3	False	63275	maximal	True	ENG0061_000000006457	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	237.0	75.949	7.0	0.0006018214785694729	NZ_MIKB01000013.1	firmicutes	Enterococcus quebecensis strain LMG 26306 3, whole genome shotgun sequence	True	False
SPA0081_000000005991	2125	0.5009564431480339	3	3	3	2	1	False	52513	maximal	True	SPA0081_000000005991	1.0		839	13	False	False	1.0	0					non-mobilizable	other	2125.0	100.0	100.0	0.0026778521205336036	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
ISR0853_000000012452	1457	0.5009564431480339	3	3	3	2	1	False	52512	fragment	False	ISR0853_000000012452	1.0		0	0	False	False	0.9993136525154114	0					non-mobilizable	other	1457.0	98.28399999999999	100.0	0.009354440789473685	NZ_RCXZ01000009.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0009, whole genome shotgun sequence	False	False
FIJ0166_000000019906	1262	0.5009564431480339	3	3	3	2	1	False	52511	fragment	False	FIJ0166_000000019906	0.970082232497656		0	0	False	False	0.996830403804779	0					non-mobilizable	chromosome	1262.0	98.098	100.0	0.00019189237227059351	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
FIJ0001_000000017811	1212	0.5009564431480339	3	3	3	2	1	False	52511	fragment	False	FIJ0166_000000019906	0.9530276568629228		0	0	False	False	1.0	0					non-mobilizable	other	1174.0	98.807	97.0	0.004067342125646485	NZ_VJZV01000006.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold6_1, whole genome shotgun sequence	False	False
ISR0291_000000013683	1137	0.5009564431480339	3	3	3	2	1	False	52511	fragment	False	FIJ0166_000000019906	0.926848786304938		0	0	False	False	1.0	0					non-mobilizable	chromosome	1137.0	99.296	100.0	0.00017287052727945617	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
CHI0005_000000011396	1696	0.5009559918476184	1	1	1	1	1	False	90731	fragment	False	CHI0005_000000011396	0.9686307222583508		0	0	False	False	0.9982311129570007	0					non-mobilizable	no_good_hit	1302.0	81.567	76.0	0.0003467703726254001	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
MAD0096_000000002317	6475	0.5009522019674799	5	3	1	2	2	True	15528	maximal	True	MAD0096_000000002317	1.0		11	3	False	False	0.9996911287307739	0					non-mobilizable	no_good_hit	5530.0	97.505	85.0	0.05851474774841516	JQ680354.1	viruses	Unidentified phage clone 1013_scaffold3125 genomic sequence	True	True
SPA0124_000000020751	1417	0.5009519006775963	3	1	1	1	1	False	81155	maximal	True	SPA0124_000000020751	1.0		68	11	False	False	0.9802399277687073	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	2.0	0.03231939163498099	KJ800805.1	bacteria	Uncultured bacterium BD_contig03615 genomic sequence	True	False
ENG0144_000000004807	3977	0.5009510258917491	5	3	2	3	2	False	57571	maximal	True	ENG0144_000000004807	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	773.0	80.078	21.0	0.00019245283776351234	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
ISR0271_000000011192	1639	0.5009496662872928	2	2	2	2	2	False	41409	fragment	False	ISR0271_000000011192	1.0		0	0	False	False	0.9993898868560791	0					non-mobilizable	no_good_hit	140.0	77.857	9.0	4.570193069285771e-05	NZ_CP015910.2	bacteria	Brachyspira hyodysenteriae ATCC 27164 strain B-78 chromosome, complete genome	True	False
FIJ0123_000000005194	6346	0.5009452516476267	8	7	7	7	7	False	75738	maximal	True	FIJ0123_000000005194	1.0		7	3	False	False	0.9998424053192139	0					non-mobilizable	no_good_hit	2156.0	75.186	45.0	0.0005955067484207408	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
MAD0046_000000011397	2246	0.5009423834854554	4	4	4	4	4	False	17752	fragment	False	MAD0046_000000011397	1.0		0	0	False	False	0.9991095066070557	0					non-mobilizable	chromosome	2246.0	99.555	100.0	0.0006327660048225507	NZ_CP020121.1	b-proteobacteria	Comamonas kerstersii strain 8943 chromosome, complete genome	False	False
CAN0011_000000011307	2704	0.500941238187674	3	3	2	2	2	False	94495	maximal	True	CAN0011_000000011307	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	569.0	80.844	70.0	0.00015771322534451532	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0215_000000007075	4058	0.5009388149622522	6	1	1	1	1	False	68827	maximal	True	ISR0215_000000007075	1.0		9	4	False	False	0.9948250651359558	0					non-mobilizable	no_good_hit	1141.0	93.514	28.0	0.000383717325544096	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0148_000000010926	1736	0.5009388149622522	2	1	1	1	1	False	39903	fragment	False	FIJ0148_000000010926	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	880.0	90.682	51.0	0.0002734554124572473	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
CHI0013_000000005778	1602	0.5009388149622522	3	1	1	1	1	False	89966	fragment	False	USA0064_01_000000004342	0.5533771751357116		0	0	False	False	0.9937577843666077	0					non-mobilizable	no_good_hit	1007.0	91.36	63.0	0.000312653799225863	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0125_000000009821	1549	0.5009388149622522	2	1	1	1	1	False	38681	fragment	False	ISR0125_000000009821	1.0		0	0	False	False	0.994835376739502	0					non-mobilizable	no_good_hit	880.0	90.682	57.0	0.0002734554124572473	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0010_000000016414	1548	0.5009388149622522	2	1	1	1	1	False	25952	fragment	False	SPA0010_000000016414	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	92.64	85.0	0.00044329448924699513	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
DEN0089_000000012899	1494	0.5009388149622522	2	1	1	1	1	False	68825	fragment	False	DEN0089_000000012899	1.0		0	0	False	False	0.9986613392829895	0					non-mobilizable	no_good_hit	1087.0	91.72	73.0	0.0003655412417025336	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
CHI0067_000000008110	1450	0.5009388149622522	2	1	1	1	1	False	89966	fragment	False	USA0064_01_000000004342	0.5404870631138088		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1010.0	84.75200000000001	70.0	0.00032489686619567365	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
CHI0034_000000011948	1413	0.5009388149622522	2	1	1	1	1	False	89966	fragment	False	USA0064_01_000000004342	0.28029556650246307		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1007.0	90.86399999999999	71.0	0.000312653799225863	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0001_000000017642	1376	0.5009388149622522	2	1	1	1	1	False	38680	fragment	False	ISR0001_000000017642	1.0		0	0	False	False	0.9970930218696594	0					non-mobilizable	no_good_hit	892.0	83.85700000000001	65.0	0.0002679619566280992	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
SPA0103_000000014846	1237	0.5009388149622522	1	1	1	1	1	False	25951	fragment	False	SPA0103_000000014846	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1007.0	91.46	81.0	0.000312653799225863	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
USA0011_01_000000030302	1190	0.5009388149622522	2	1	1	1	1	False	25949	fragment	False	USA0011_01_000000030302	0.9853737221777483		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	935.0	90.695	79.0	0.00029056581938005573	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
MAD0090_000000011761	1185	0.5009388149622522	2	1	1	1	1	False	25949	fragment	False	USA0011_01_000000030302	0.9837164850904226		0	0	False	False	0.9822784662246704	0					non-mobilizable	no_good_hit	940.0	91.064	79.0	0.0002921213109184929	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0057_000000028411	1167	0.5009388149622522	2	1	1	1	1	False	25949	fragment	False	USA0011_01_000000030302	0.9687565855097711		0	0	False	False	0.9880034327507019	0					non-mobilizable	no_good_hit	937.0	84.098	84.0	0.00032922978227431087	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ISR0288_000000025919	1113	0.5009388149622522	1	1	1	1	1	False	25949	fragment	False	USA0011_01_000000030302	0.9483571594008076		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	930.0	90.75299999999999	84.0	0.0002890103278416186	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
FIJ0006_000000011545	3002	0.5009371047966396	3	3	3	2	2	False	51759	maximal	True	FIJ0006_000000011545	1.0		14	4	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	80.859	28.0	0.00020406916584260958	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ISR0156_000000013007	1934	0.500930474156674	2	2	2	2	2	False	30580	maximal	False	MON0106_000000020873	0.9793326693227091		0	0	False	False	0.9932782053947449	0					non-mobilizable	other	1932.0	99.689	99.0	0.13123555797199946	HE717008.1	bacteria	Uncultured bacterium fructooligosaccharides degrading DNA fragment, clone MetaPbio 9a	False	False
AST0110_000000013071	1361	0.500927332124578	2	1	1	1	1	False	106974	maximal	True	AST0110_000000013071	1.0		16	4	False	False	0.9669360518455505	0					non-mobilizable	no_good_hit	933.0	79.957	68.0	0.0048700352401897145	NZ_MIEH01000014.1	firmicutes	Merdimonas faecis strain BR31 BR31_L001_R1_001_(paired)_contig_14, whole genome shotgun sequence	True	False
SPA0008_000000024447	1246	0.5009271209652081	2	2	2	1	1	False	8157	maximal	True	SPA0008_000000024447	1.0		32	10	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	76.009	35.0	0.00017199581929800857	NZ_LT629939.1	firmicutes	Phocea massiliensis strain Marseille-P2769T, whole genome shotgun sequence	True	False
FIJ0150_000000005295	4294	0.5009267342560336	3	2	2	2	2	False	47138	maximal	True	FIJ0150_000000005295	0.9905832665016214		95	9	False	False	1.0	0					non-mobilizable	other	4313.0	85.439	99.0	0.08307513555383424	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
FIJ0138_000000004330	4101	0.5009267342560336	3	2	2	2	2	False	47138	maximal	False	FIJ0150_000000005295	0.9793466572794509		0	0	False	False	1.0	0					non-mobilizable	other	4122.0	84.81299999999999	99.0	0.07937645236250969	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
FIJ0044_000000005301	4097	0.5009267342560336	3	2	2	2	2	False	47138	maximal	False	FIJ0150_000000005295	0.9785919538631169		0	0	False	False	1.0	0					non-mobilizable	other	4120.0	84.95100000000001	100.0	0.07933772269558481	NZ_VZBY01000042.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_23_length_51640_cov_28.051_ID_45, whole genome shotgun sequence	False	False
USA0027_01_000000019091	1419	0.5009263175372664	2	2	2	2	2	False	12387	fragment	False	USA0027_01_000000019091	0.9689265536723164		0	0	False	False	0.9929527640342712	0					non-mobilizable	chromosome	1400.0	96.286	99.0	0.0006176998605649636	CP040348.1	actinobacteria	Collinsella aerofaciens strain P10wA7 chromosome, complete genome	False	False
TAN0026_000000000110	8548	0.500924376195014	10	10	6	8	8	False	2330	maximal	True	TAN0026_000000000110	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1405.0	97.936	33.0	0.01081360217042792	NZ_FUXC01000008.1	spirochetes	Treponema berlinense strain ATCC BAA-909, whole genome shotgun sequence	True	False
ETH0005_000000005816	8302	0.5009242360492275	11	6	3	6	4	True	52806	maximal	True	ETH0005_000000005816	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	154.0	85.714	2.0	0.005262071811803549	NZ_CABMGA010000022.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
MAD0054_000000005785	2597	0.5009228672531527	6	4	4	2	2	False	17164	maximal	True	MAD0054_000000005785	1.0		55	12	False	False	1.0	0					non-mobilizable	chromosome	1855.0	97.574	95.0	0.0005161290322580645	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
ISR0219_000000026884	1210	0.5009194455757287	3	1	1	1	1	False	28023	fragment	False	ISR0219_000000026884	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	240.0	78.333	20.0	0.00013945850931315794	NZ_HE998567.1	firmicutes	Holdemania massiliensis AP2, whole genome shotgun sequence	True	False
DEN0031_000000014036	2430	0.5009187576029017	3	2	2	2	2	False	78571	maximal	False	ENG0179_000000011698	0.6217893795874884		0	0	False	False	0.9979423880577087	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	4.0	2.42518380150448e-05	CP003774.1	b-proteobacteria	Burkholderia cepacia GG4 chromosome 1, complete sequence	True	False
ISR0174_000000010441	2387	0.5009187576029017	3	2	2	2	2	False	78571	maximal	False	ENG0179_000000011698	0.6187879388383027		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	83.90799999999999	4.0	2.42518380150448e-05	CP003774.1	b-proteobacteria	Burkholderia cepacia GG4 chromosome 1, complete sequence	True	False
ISR0075_000000024502	1146	0.5009187257719468	2	1	1	1	1	False	34605	fragment	False	ISR0075_000000024502	1.0		0	0	False	False	0.9511343836784363	0					non-mobilizable	no_good_hit	53.0	88.679	5.0	2.027036772396125e-05	NZ_CP009211.1	high GC Gram+	Corynebacterium imitans strain DSM 44264 chromosome, complete genome	True	False
CHI0049_000000003805	4005	0.5009169385573087	4	2	2	2	2	True	86824	fragment	False	CHI0049_000000003805	1.0		0	0	False	False	1.0	0					non-mobilizable	other	4005.0	94.307	100.0	0.0946863102135408	NZ_WNCH01000020.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold20_size42287, whole genome shotgun sequence	False	True
USA0005_01_000000027216	1101	0.5009159163474872	2	2	1	1	2	False	2144	fragment	False	USA0005_01_000000027216	1.0		0	0	False	False	0.9990917444229126	0					non-mobilizable	other	1101.0	100.0	100.0	0.0013868349023479114	NZ_SPFU01000001.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_1_length_793173_cov_33.2312, whole genome shotgun sequence	False	False
MAD0011_000000008132	1710	0.5009157878750251	2	2	0	1	2	True	131257	backbone	False	ISR0175_000000008482	0.3092669215350824	PS1133	0	0	False	True	1.0	0					non-mobilizable	chromosome	1713.0	92.469	100.0	0.0005752393941709299	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	True
ISR0151_000000017271	1265	0.5009139017074449	2	2	2	1	1	False	36600	fragment	False	ISR0038_000000027976	0.9410840534171249		0	0	False	False	0.9968379735946655	0					non-mobilizable	chromosome	1249.0	91.67299999999999	99.0	0.0005406813973080397	LR699016.1	actinobacteria	Collinsella aerofaciens isolate MGYG-HGUT-02539 genome assembly, chromosome: 1	False	False
FIJ0142_000000006335	4797	0.500911233955832	7	7	3	6	4	False	120307	maximal	True	FIJ0142_000000006335	1.0		35	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
FIJ0029_000000023765	1333	0.5009094480536629	3	2	1	2	0	True	48832	fragment	False	FIJ0029_000000023765	1.0		0	0	False	False	0.9939985275268555	0					non-mobilizable	other	1226.0	99.837	92.0	0.000340181393049747	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	True
ISR0301_000000001231	11472	0.5009091180974361	13	6	4	4	4	True	25577	backbone	True	ISR0301_000000001231	1.0	PS66	1	1	True	True	0.9999128580093384	4					non-mobilizable	no_good_hit	296.0	83.10799999999999	3.0	0.0008825458425139258	NZ_CABJDZ010000005.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	True
ISR0076_000000013034	1961	0.5009090241895474	3	2	2	2	1	True	121878	fragment	False	ISR0076_000000013034	0.9882541942523654		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1440.0	94.65299999999999	73.0	0.028756678873746774	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	True
ISR0386_000000016187	1902	0.5009090241895474	3	2	2	2	1	True	121878	fragment	False	ISR0076_000000013034	0.9788884295846868		0	0	False	False	0.9984227418899536	0					non-mobilizable	no_good_hit	1445.0	94.671	76.0	0.028856736907406297	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	True
ISR0230_000000017682	1901	0.5009090241895474	3	2	2	2	1	True	121878	fragment	False	ISR0076_000000013034	0.9704732111434092		0	0	False	False	0.9994739890098572	0					non-mobilizable	no_good_hit	1448.0	94.751	76.0	0.02891677172760201	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	True
ISR0159_000000016565	1585	0.5009090241895474	2	2	2	2	1	True	30473	fragment	False	ISR0159_000000016565	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1122.0	94.56299999999999	71.0	0.02239298793300114	NZ_JAAIPW010000018.1	firmicutes	Blautia caecimuris strain MSK.19.25 NODE_18_length_49971_cov_352.33, whole genome shotgun sequence	True	True
ENG0119_000000014446	2232	0.5009085701722482	2	1	1	1	1	False	118810	maximal	False	AST0028_000000007365	0.970190646403688		0	0	False	False	0.9968637824058533	0					non-mobilizable	chromosome	2232.0	99.507	100.0	0.00042802938226976057	LR215978.1	CFB group bacteria	Parabacteroides distasonis ATCC 8503 isolate Parabacteroides distasonis 82G9 genome assembly, chromosome: 1	False	False
SPA0055_000000014350	2195	0.5009085701722482	2	1	1	1	1	False	118810	maximal	False	AST0028_000000007365	0.9651387268993369		0	0	False	False	0.9945330023765564	0					non-mobilizable	chromosome	2176.0	100.0	99.0	0.00042563667418657404	NZ_CP050956.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_615 chromosome	False	False
SPA0114_000000009227	4638	0.5009068987371387	6	5	3	5	2	False	72464	fragment	False	SPA0114_000000009227	1.0		0	0	False	False	0.9976282715797424	0					non-mobilizable	chromosome	4625.0	99.135	99.0	0.0025598918885987336	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
FIJ0008_000000008986	3192	0.5009067250177754	4	4	3	4	2	False	109860	maximal	True	FIJ0008_000000008986	1.0	PS691	2	2	False	True	0.9962406158447266	0					non-mobilizable	no_good_hit	191.0	90.57600000000001	6.0	5.083253141409883e-05	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	True	True
FIJ0140_000000003760	6525	0.500905783582603	8	8	4	5	8	True	80279	fragment	False	ENG0031_000000002550	0.41071069268957233		0	0	False	False	1.0	0					non-mobilizable	chromosome	6518.0	96.90100000000001	99.0	0.001474031257155217	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	True
MON0056_000000002858	4693	0.5009055876821619	6	2	1	2	1	False	11077	fragment	False	MON0056_000000002858	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	988.0	98.381	53.0	0.039443711785157654	CP021610.1	other sequences	Unidentified plasmid plasmid FAKO02_3061, complete sequence	True	False
USA0007_01_000000009461	1752	0.5009049181204139	2	1	1	1	1	False	2115	maximal	True	USA0007_01_000000009461	1.0		37	9	False	False	1.0	0					non-mobilizable	no_good_hit	239.0	92.887	14.0	8.549052624288616e-05	CP024736.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-1 chromosome, complete genome	True	False
ISR0307_000000005170	1970	0.5009048906756486	2	1	1	1	1	False	34623	fragment	False	ISR0307_000000005170	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1970.0	99.492	100.0	0.00035723700670585933	CP046424.1	CFB group bacteria	Phocaeicola dorei strain JR01 chromosome, complete genome	False	False
FIJ0140_000000005543	4751	0.5009043105076106	5	4	4	3	3	False	50131	maximal	True	FIJ0140_000000005543	1.0		49	3	False	False	0.9920017123222351	0					non-mobilizable	no_good_hit	1842.0	80.565	38.0	0.073522905522262	NZ_CACWHD010000054.1	firmicutes	Sharpea azabuensis isolate RUG10579, whole genome shotgun sequence	True	False
ISR0119_000000007780	4170	0.5009035503089969	9	5	3	3	5	True	126923	maximal	True	ISR0119_000000007780	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	2103.0	87.161	96.0	0.0005707974762441089	NZ_CP036170.1	firmicutes	[Clostridium] scindens ATCC 35704 chromosome, complete genome	False	True
MAD0018_000000001653	1674	0.500903117165435	2	2	2	2	1	False	19359	maximal	True	MAD0018_000000001653	1.0		140	8	False	False	1.0	0					non-mobilizable	no_good_hit	706.0	81.72800000000001	61.0	0.000256865557667969	NZ_AP018786.1	b-proteobacteria	Sutterella megalosphaeroides strain 6FBBBH3	True	False
USA0022_01_000000003229	2288	0.5009024909229749	4	3	1	2	1	False	1730	maximal	True	USA0022_01_000000003229	1.0		11	4	False	False	0.9790209531784058	0					non-mobilizable	no_good_hit	37.0	100.0	2.0	1.0881547404403339e-05	CP037745.1	g-proteobacteria	Rheinheimera sp. D18 chromosome, complete genome	True	False
ISR0022_000000016100	1619	0.5009012648514002	2	2	2	2	2	False	62273	fragment	False	ISR0022_000000016100	1.0		0	0	False	False	0.9530574679374695	0					non-mobilizable	no_good_hit	1129.0	75.554	69.0	0.00039202173790637727	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	False
MON0088_000000010716	2876	0.5009002080183032	4	4	4	4	4	False	11364	maximal	True	MON0088_000000010716	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	1129.0	87.334	45.0	0.013993958005642524	NZ_JXQL01000064.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig64, whole genome shotgun sequence	True	False
ISR0363_000000002695	6444	0.5008997890659461	12	10	4	6	9	True	118543	maximal	True	ISR0363_000000002695	1.0		4	4	False	False	1.0	0					non-mobilizable	no_good_hit	5059.0	97.964	79.0	0.001438701584619717	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
MON0019_000000021167	3080	0.5008981773961678	2	2	2	2	1	True	13199	maximal	True	MON0019_000000021167	1.0		11	6	False	False	0.9931818246841431	0					non-mobilizable	no_good_hit	1076.0	92.1	35.0	0.00345732266735341	NZ_CABIYV010000003.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
ISR0369_000000009113	1664	0.5008980618118296	2	1	1	1	1	False	23538	fragment	False	ISR0369_000000009113	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1664.0	98.01700000000001	100.0	0.00037625694254015746	LR215981.1	firmicutes	Ruthenibacterium lactatiformans isolate Ruthenibacterium lactatiformans 82B1 genome assembly, chromosome: 1	False	False
CHI0111_000000000230	55166	0.5008971560140949	76	24	13	21	11	True	82669	maximal	True	CHI0111_000000000230	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1715.0	79.53399999999999	3.0	0.037432334699423614	LR596902.1	viruses	Roseburia phage Jekyll genome assembly, chromosome: 1	True	True
DEN0076_000000004716	1674	0.5008967682561983	2	1	1	1	1	False	69994	maximal	True	DEN0076_000000004716	1.0		1299	14	False	False	1.0	0					non-mobilizable	chromosome	1674.0	99.40299999999999	100.0	0.0003339093419171785	CP043529.1	CFB group bacteria	Phocaeicola vulgatus strain VIC01 chromosome, complete genome	False	False
CHI0065_000000009225	1462	0.5008940690364452	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.23921730661463428		0	0	False	False	0.9979479908943176	0					non-mobilizable	chromosome	1462.0	95.759	100.0	0.0004917640461578283	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0124_000000022265	1394	0.5008940690364452	2	2	2	2	2	False	121854	fragment	False	FIJ0048_000000015861	0.2004734933076307		0	0	False	False	1.0	0					non-mobilizable	other	1386.0	96.898	99.0	0.00043056005783939736	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
MAD0044_000000022480	1107	0.5008859701717701	2	2	2	2	2	False	17925	fragment	False	MAD0044_000000022480	1.0		0	0	False	False	0.9945799708366394	0					non-mobilizable	other	1111.0	87.669	100.0	0.00033299542025918844	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
TAN0002_000000015699	2406	0.5008842550309982	2	2	2	1	0	False	3045	maximal	True	TAN0002_000000015699	1.0		2	1	False	False	0.9808811545372009	0					non-mobilizable	no_good_hit	280.0	95.714	12.0	8.794013010726489e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0110_000000011663	2620	0.500883002112984	5	1	1	1	1	False	106823	fragment	False	ENG0110_000000011663	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2593.0	99.961	99.0	0.19597761983970965	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	False	False
AST0111_000000009033	2183	0.500883002112984	3	1	1	1	1	False	106822	fragment	False	AST0111_000000009033	1.0		0	0	False	False	1.0	0					non-mobilizable	virus	2184.0	99.954	100.0	0.16505368214123695	MK231468.1	viruses	Uncultured human fecal virus clone A.hadrus_S04.r3.P06_4-CL04_c1 sequence	False	False
FIJ0008_000000004945	5656	0.5008796719922487	7	1	1	1	1	True	51473	maximal	True	FIJ0008_000000004945	1.0		0	0	False	False	0.9966407418251038	0					non-mobilizable	no_good_hit	32.0	100.0	1.0	5.4985987441909966e-05	NZ_RRCO01000002.1	firmicutes	Lachnoanaerobaculum gingivalis strain KCOM 2030 KCOM2030_2, whole genome shotgun sequence	True	True
MON0063_000000005962	4634	0.5008796719922487	6	1	1	1	1	True	10754	fragment	False	MON0063_000000005962	1.0		0	0	False	False	0.9630988240242004	0					non-mobilizable	no_good_hit								True	True
AST0052_000000007560	2859	0.5008796719922487	3	1	1	1	1	True	114585	maximal	True	AST0052_000000007560	1.0		2	2	False	False	0.993704080581665	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	4.644026264622256e-06	NZ_JABTBL010000001.1	firmicutes	Clostridium beijerinckii strain DJ054 Ga0423202_01, whole genome shotgun sequence	True	True
ISR0317_000000007045	2652	0.5008796719922487	3	1	1	1	1	True	25171	maximal	True	ISR0317_000000007045	1.0		13	5	False	False	0.9988687634468079	0					non-mobilizable	no_good_hit								True	True
ISR0360_000000011245	2188	0.5008796719922487	2	1	1	1	1	True	115664	fragment	False	ISR0360_000000011245	0.9930297397769516		0	0	False	False	0.9972577691078186	0					non-mobilizable	other	2188.0	99.406	100.0	0.012747058034959695	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
ENG0129_000000012462	2152	0.5008796719922487	3	1	1	1	1	True	115664	fragment	False	ISR0360_000000011245	0.9849177330895795		0	0	False	False	0.999535322189331	0					non-mobilizable	other	2152.0	98.978	100.0	0.012537229919157889	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
SPA0031_000000016119	1992	0.5008796719922487	2	1	1	1	1	True	7280	fragment	False	SPA0031_000000016119	1.0		0	0	False	False	0.9638554453849792	0					non-mobilizable	no_good_hit	80.0	97.5	4.0	0.0003476347634763476	NZ_LT160637.1	firmicutes	Neglecta timonensis strain SN17, whole genome shotgun sequence	True	True
AST0046_000000009162	1902	0.5008796719922487	2	1	1	1	1	True	115662	fragment	False	AST0046_000000009162	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1902.0	99.42200000000001	100.0	0.0005991906356054142	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	True
SPA0093_000000023351	1613	0.5008796719922487	1	1	1	1	1	True	5266	fragment	False	SPA0093_000000023351	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0119_000000011325	2902	0.500877820795681	3	3	3	3	2	False	128195	maximal	True	ENG0119_000000011325	1.0		65	7	False	False	0.9968987107276917	0					non-mobilizable	no_good_hit	1826.0	94.962	63.0	0.0005176822625559282	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
ENG0074_000000008916	2493	0.5008775773288655	4	3	3	2	1	False	124186	maximal	True	ENG0074_000000008916	1.0		25	7	False	False	0.9823505878448486	0					non-mobilizable	no_good_hit	1349.0	99.036	54.0	0.03191741251124686	NZ_CYZN01000031.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
CAN0010_000000001793	7794	0.5008763865226457	8	4	4	4	4	False	94653	maximal	True	CAN0010_000000001793	1.0		3	2	False	False	0.9985886812210083	0					non-mobilizable	no_good_hit	2618.0	98.12799999999999	34.0	0.0004033796338755658	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
MON0087_000000021131	2386	0.5008760986227553	3	3	3	3	2	False	9695	maximal	True	MON0087_000000021131	1.0		57	9	False	False	0.9995808601379395	0					non-mobilizable	no_good_hit	29.0	100.0	1.0	0.00019628048481279748	NZ_OBEL01000008.1	a-proteobacteria	Cohaesibacter gelatinilyticus strain DSM 18289, whole genome shotgun sequence	True	False
MAD0041_000000013745	2428	0.5008742295492821	3	3	3	2	1	False	18262	maximal	True	MAD0041_000000013745	1.0		1	1	False	False	0.997940719127655	0					non-mobilizable	no_good_hit	469.0	95.096	19.0	0.00014985557188952825	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
MAD0112_000000013575	2091	0.5008686073574979	2	2	2	2	0	True	14451	maximal	True	MAD0112_000000013575	1.0		57	5	False	False	0.9976087808609009	0					non-mobilizable	no_good_hit	1147.0	99.12799999999999	55.0	0.006548571428571429	NZ_CYXV01000009.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	True	True
ENG0041_000000014586	1673	0.5008618737508465	3	3	3	3	2	False	76249	fragment	False	DEN0007_000000017257	0.36705170320508074		0	0	False	False	0.9976090788841248	0					non-mobilizable	chromosome	1676.0	95.704	100.0	0.0004753005828192066	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
AUS0002_000000016813	2160	0.5008609879532161	3	3	3	3	2	False	102962	maximal	True	AUS0002_000000016813	1.0		869	13	False	False	0.9935185313224792	0					non-mobilizable	other	2160.0	99.491	100.0	0.005455450523182507	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
ISR0820_000000013390	1838	0.5008609879532161	3	3	3	3	2	False	21277	maximal	True	ISR0820_000000013390	1.0		205	11	False	False	1.0	0					non-mobilizable	chromosome	1838.0	99.021	100.0	0.0006293363225381199	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	False	False
ISR0145_000000013902	2124	0.5008587238629991	3	2	2	2	2	False	119225	fragment	False	ISR0145_000000013902	0.9576949968756826		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1483.0	99.663	70.0	0.006854700696570799	CP021632.1	other sequences	Unidentified plasmid plasmid apr38_000077F, complete sequence	True	True
CHI0144_000000001318	9129	0.5008570662239602	7	4	3	2	3	True	84913	maximal	True	CHI0144_000000001318	1.0		24	5	False	False	1.0	0					non-mobilizable	no_good_hit	5497.0	92.214	62.0	0.0012189623272229736	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	True
ISR0062_000000023916	1609	0.5008548600044856	2	1	1	1	1	False	70660	maximal	True	ISR0062_000000023916	1.0		9	4	False	False	0.997514009475708	0					non-mobilizable	no_good_hit	158.0	83.544	10.0	0.0005174791088675888	NZ_QSOD01000002.1	firmicutes	Ruminococcus bromii strain TM10-21 TM10-21.Scaf2, whole genome shotgun sequence	True	False
FIJ0030_000000031549	1225	0.5008548600044856	2	1	1	1	1	False	70659	fragment	False	FIJ0030_000000031549	1.0		0	0	False	False	0.9991836547851562	0					non-mobilizable	no_good_hit	94.0	80.851	8.0	0.003141799902255114	NZ_RXYB01000027.1	firmicutes	Acetobacterium tundrae strain DSM 917 NODE_27_length_28646_cov_25.0918, whole genome shotgun sequence	True	False
DEN0069_000000024204	1099	0.5008548600044856	2	1	1	1	1	False	70658	fragment	False	DEN0069_000000024204	1.0		0	0	False	False	0.9881710410118103	0					non-mobilizable	no_good_hit	86.0	81.395	8.0	0.0028625287998324373	NZ_RXYB01000027.1	firmicutes	Acetobacterium tundrae strain DSM 917 NODE_27_length_28646_cov_25.0918, whole genome shotgun sequence	True	False
ISR0127_000000002220	8633	0.5008533350654454	10	3	2	3	1	True	31920	fragment	False	ISR0127_000000002220	0.9835211957853467		0	0	False	False	0.999305009841919	0					non-mobilizable	no_good_hit	448.0	73.438	5.0	0.011673874399724072	NZ_GG704773.1	firmicutes	Subdoligranulum variabile DSM 15176 Scfld4, whole genome shotgun sequence	True	True
FIJ0059_000000007169	2523	0.5008531733183932	5	2	1	2	2	False	45913	fragment	False	FIJ0059_000000007169	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	968.0	88.84299999999999	38.0	0.0007801781176680711	NZ_LT629845.1	CFB group bacteria	Prevotellamassilia timonensis strain Marseille-P2831T, whole genome shotgun sequence	True	False
FIJ0168_000000021126	1144	0.5008517307349213	1	1	1	1	1	False	38889	fragment	False	FIJ0168_000000021126	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1105.0	96.92299999999999	96.0	0.006405586090727346	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
ISR0079_000000016660	1693	0.5008497168206498	2	2	2	2	2	False	119308	backbone	False	ISR0834_000000009581	0.9605037784693732	PS818	0	0	False	True	1.0	0					non-mobilizable	no_good_hit	1307.0	96.098	77.0	0.02284055335000612	NZ_CABIWU010000011.1	firmicutes	Catenibacterium mitsuokai isolate MGYG-HGUT-00026, whole genome shotgun sequence	True	True
ISR0043_000000007747	2833	0.5008471488176071	3	3	3	3	2	False	115355	fragment	False	ISR0043_000000007747	1.0		0	0	False	False	0.9971761107444763	0					non-mobilizable	no_good_hit	867.0	73.241	30.0	0.0003114812870652783	CP024742.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-2 chromosome, complete genome	True	False
FIJ0138_000000014209	1332	0.5008457976750296	1	1	1	1	1	False	127897	fragment	False	SPA0093_000000026937	0.748739744110061		0	0	False	False	1.0	0					non-mobilizable	other	1313.0	93.52600000000001	98.0	0.008370179160170726	NZ_WNAJ01000019.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold19_size156508, whole genome shotgun sequence	False	False
ENG0202_000000000526	35386	0.5008442932727171	55	19	9	13	12	True	107979	maximal	True	ENG0202_000000000526	1.0	PS665	1	1	False	True	0.9984174370765686	0					non-mobilizable	other	24760.0	98.20299999999999	94.0	0.04108315416351909	NZ_CABIYV010000001.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0049_000000013055	1317	0.5008439508732372	2	2	2	2	2	False	109129	fragment	False	SPA0009_000000025198	0.25450016097206835		0	0	False	False	1.0	0					non-mobilizable	other	1318.0	99.014	100.0	0.021781195733068717	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0154_000000021630	1535	0.5008416120091955	2	2	2	2	1	False	56815	fragment	False	ENG0154_000000021630	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	431.0	73.086	27.0	6.742101652520283e-05	NZ_AP014940.1	g-proteobacteria	Lysobacter enzymogenes strain M497-1	True	False
AST0100_000000004241	3784	0.5008412638594487	7	6	5	6	5	True	108652	fragment	False	USA0031_01_000000007600	0.9709744560075686		0	0	False	False	0.9973573088645935	0					non-mobilizable	other	3769.0	99.708	99.0	0.03393632547161313	NZ_LMUA01000013.1	firmicutes	Ruthenibacterium lactatiformans strain 668 contig00013, whole genome shotgun sequence	False	True
ISR0187_000000024186	1192	0.5008396566447527	3	2	2	2	2	False	29280	fragment	False	ISR0187_000000024186	1.0		0	0	False	False	0.994966447353363	0					non-mobilizable	other	1192.0	94.883	100.0	0.026746614565788588	NZ_QEKJ01000022.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_122, whole genome shotgun sequence	False	False
MON0016_000000013043	2450	0.5008396411882622	3	3	3	3	1	False	25191	maximal	True	MON0016_000000013043	1.0		1	1	False	False	0.9775510430335999	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	5.74052812858783e-06	CP046622.1	b-proteobacteria	Variovorax paradoxus strain CSUSB chromosome, complete genome	True	False
USA0079_01_000000006483	1983	0.5008388085995491	2	2	2	2	1	False	92345	maximal	True	USA0079_01_000000006483	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	82.419	54.0	0.005196411090583897	NZ_SLUM01000008.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_108, whole genome shotgun sequence	True	False
ISR0230_000000013752	2375	0.5008380707971721	6	6	4	4	5	False	103338	maximal	True	ISR0230_000000013752	1.0		393	12	False	False	0.9991579055786133	0					non-mobilizable	other	2376.0	98.022	100.0	0.0007242366164885044	NZ_LN866274.1	firmicutes	Clostridium phoceensis strain GD3, whole genome shotgun sequence	False	False
MON0099_000000022307	1589	0.5008340775011499	2	2	1	1	2	False	34835	fragment	False	MON0099_000000022307	0.9622886866059818		0	0	False	False	0.9981120228767395	0					non-mobilizable	no_good_hit	57.0	91.228	4.0	0.0002251388356152961	NZ_FMYH01000007.1	high GC Gram+	Sanguibacter gelidistatuariae strain ISLP-3, whole genome shotgun sequence	True	False
ENG0075_000000013118	1873	0.5008315866379521	3	3	3	3	2	False	62094	fragment	False	ENG0075_000000013118	1.0		0	0	False	False	0.9903897643089294	0					non-mobilizable	other	1854.0	98.975	99.0	0.009881971271850256	NZ_CYYA01000005.1	firmicutes	Eubacterium ramulus strain 2789STDY5608891, whole genome shotgun sequence	False	False
AST0012_000000007657	2747	0.5008307638420448	2	2	2	2	1	False	125500	fragment	False	CHI0133_000000005744	0.9508888360564115		0	0	False	False	0.9996359944343567	0					non-mobilizable	no_good_hit	501.0	73.453	18.0	0.00023008565678475822	NZ_UGGM01000001.1	actinobacteria	Slackia exigua strain NCTC12994, whole genome shotgun sequence	True	False
ETH0002_000000020627	1108	0.5008288260830398	2	2	2	2	1	True	53299	maximal	True	ETH0002_000000020627	1.0		1	1	False	False	0.9891696572303772	0					non-mobilizable	no_good_hit	39.0	100.0	4.0	0.0007440039158100832	NZ_KB904455.1	firmicutes	Streptococcus orisratti DSM 15617 A3I7DRAFT_scaffold_15.16, whole genome shotgun sequence	True	True
SPA0063_000000009082	1983	0.5008287676730382	3	3	3	3	3	False	46377	fragment	False	SPA0063_000000009082	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1983.0	100.0	100.0	0.0004270031445700798	NC_000913.3	enterobacteria	Escherichia coli str. K-12 substr. MG1655, complete genome	False	False
CAN0003_000000006203	7449	0.5008284629442761	9	4	1	4	2	False	96795	fragment	False	CAN0003_000000006203	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	59.0	100.0	1.0	0.022524271844660194	NZ_CYGX02000184.1	b-proteobacteria	Paraburkholderia ribeironis strain STM 7296, whole genome shotgun sequence	True	False
ISR0317_000000018204	1271	0.5008265632351219	2	1	1	1	1	False	25147	maximal	True	ISR0317_000000018204	1.0		3	3	False	False	0.9976396560668945	0					non-mobilizable	other	1272.0	94.73299999999999	100.0	0.026765219954935034	NZ_NFHM01000025.1	firmicutes	Anaerotignum lactatifermentans strain An75 An75_contig_25, whole genome shotgun sequence	False	False
CHI0158_000000008451	2115	0.5008259120516284	2	1	1	1	1	False	78891	maximal	True	CHI0158_000000008451	1.0		355	12	False	False	0.9947990775108337	0					non-mobilizable	other	2115.0	98.48700000000001	100.0	0.004865564050984851	NZ_SPGG01000002.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_2_length_434482_cov_38.6457, whole genome shotgun sequence	False	False
CHI0175_000000006207	1880	0.5008259120516284	2	1	1	1	1	False	77755	maximal	True	CHI0175_000000006207	1.0		480	12	False	False	0.9994680881500244	0					non-mobilizable	other	1880.0	99.947	100.0	0.005700451728186443	NZ_CZAI01000008.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
MON0065_000000015615	1662	0.5008259120516284	1	1	1	1	1	False	10672	fragment	False	MON0065_000000015615	1.0		0	0	False	False	0.9969915747642517	0					non-mobilizable	other	1662.0	99.94	100.0	0.005039090112037085	NZ_CZAI01000008.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	False	False
ISR0173_000000005953	1630	0.5008251887249735	2	2	2	2	2	False	51896	fragment	False	FIJ0005_000000019187	0.49012964054213315		0	0	False	False	1.0	0					non-mobilizable	other	1630.0	99.939	100.0	0.0026052828547118993	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
CHI0141_000000021255	1302	0.5008250815286213	2	1	1	1	1	False	108129	fragment	False	AST0102_000000023845	0.9293672313573307		0	0	False	False	1.0	0					non-mobilizable	other	1302.0	99.539	100.0	0.0067964664643224695	NZ_JAAIOD010000004.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_4_length_191423_cov_365.139, whole genome shotgun sequence	False	False
DEN0079_000000056535	1120	0.5008194640961405	2	2	2	1	1	False	69397	maximal	True	DEN0079_000000056535	1.0		1	1	False	False	0.9857142567634583	0					non-mobilizable	no_good_hit								True	False
AST0087_000000022581	1634	0.5008182064860184	2	2	2	2	2	True	110723	fragment	False	AST0087_000000022581	1.0		0	0	False	False	0.9767441749572754	0					non-mobilizable	other	1634.0	100.0	100.0	0.0011863964714694535	NZ_UWNY01000001.1	high GC Gram+	Varibaculum vaginae strain Marseille-P5644, whole genome shotgun sequence	False	True
SPA0056_000000006611	4872	0.5008159607198817	6	6	5	6	4	False	7728	maximal	True	SPA0056_000000006611	1.0		6	3	False	False	0.9997947216033936	0					non-mobilizable	no_good_hit	55.0	98.182	1.0	2.791277567742756e-05	NZ_JPNB01000002.1	firmicutes	Kineothrix alysoides strain KNHs209 CC90DRAFT_scf7180000000013_quiver.2_C, whole genome shotgun sequence	True	False
FIJ0141_000000010272	2818	0.500813909692401	4	2	0	2	1	True	40294	fragment	False	FIJ0141_000000010272	1.0		0	0	False	False	0.9985805749893188	0					non-mobilizable	no_good_hit	544.0	74.265	19.0	0.002137268160741886	NZ_REFH01000011.1	CFB group bacteria	Flavobacterium weaverense strain DSM 19727 Ga0131138_105, whole genome shotgun sequence	True	True
SPA0012_000000013196	1835	0.5008138682389656	2	2	2	2	2	False	37759	maximal	True	SPA0012_000000013196	1.0		201	13	False	False	1.0	0					non-mobilizable	no_good_hit	308.0	71.429	16.0	0.000953004186865061	NZ_GG770781.1	a-proteobacteria	Roseomonas cervicalis ATCC 49957 SCAFFOLD5, whole genome shotgun sequence	True	False
ISR0185_000000010906	2956	0.5008135426266467	5	4	4	4	4	False	86873	maximal	True	ISR0185_000000010906	1.0		540	14	False	False	1.0	0					non-mobilizable	other	2953.0	99.39	99.0	0.008079370509750257	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0115_000000003948	2006	0.5008124959774712	2	1	1	1	1	False	82226	fragment	False	ISR0133_000000010398	0.955173433801721		0	0	False	False	0.990528404712677	0					non-mobilizable	chromosome	2006.0	98.95299999999999	100.0	0.00030511039365784296	CP046397.1	CFB group bacteria	Bacteroides ovatus strain FDAARGOS_733 chromosome, complete genome	False	False
ISR0379_000000005128	4121	0.5008117087704773	4	3	3	3	2	False	42490	maximal	True	ISR0379_000000005128	1.0		1	1	False	False	0.9997573494911194	0					non-mobilizable	no_good_hit	443.0	97.51700000000001	11.0	0.0013672485206185408	NZ_LT629849.1	firmicutes	Romboutsia timonensis strain Marseille-P326, whole genome shotgun sequence	True	False
ISR0247_000000006956	1977	0.5008112403531777	2	1	1	1	1	False	72403	fragment	False	ISR0247_000000006956	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1978.0	99.39299999999999	100.0	0.012041951820004509	NZ_SPHG01000007.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_7_length_164093_cov_57.8536, whole genome shotgun sequence	False	False
ENG0007_000000010717	2414	0.5008101197446388	3	2	2	2	2	False	67528	fragment	False	ENG0007_000000010717	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1615.0	77.833	67.0	0.000557254030016676	NZ_FNWC01000007.1	firmicutes	Coprococcus phoceensis strain Marseille-P3062T, whole genome shotgun sequence	True	False
ISR0368_000000001006	11157	0.5008088199373393	11	9	8	9	7	True	50090	maximal	True	ISR0368_000000001006	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	3506.0	97.005	40.0	0.12264249973756955	NZ_CABIYV010000018.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
TAN0005_000000016384	1181	0.5008069863684942	2	2	2	2	1	False	2905	maximal	True	TAN0005_000000016384	1.0		6	2	False	False	0.9906858801841736	0					non-mobilizable	no_good_hit								True	False
DEN0005_000000024480	1550	0.5008056621606554	3	2	2	2	2	False	76467	fragment	False	DEN0005_000000024480	1.0		0	0	False	False	0.9987096786499023	0					non-mobilizable	other	1551.0	98.001	100.0	0.010741801488179858	NZ_BHVZ01000010.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs10, whole genome shotgun sequence	False	False
ISR0212_000000001565	15999	0.5008021528540857	16	6	4	4	2	True	51325	fragment	False	MON0069_000000001414	0.9468860094345256		0	0	False	False	0.9996874928474426	0					non-mobilizable	no_good_hit	134.0	94.03	1.0	3.7025437589170755e-05	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	True
SPA0044_000000001515	13724	0.5008021528540857	13	6	4	4	2	True	51322	fragment	False	SPA0044_000000001515	0.9635861814928843		0	0	False	False	0.9999271631240845	0					non-mobilizable	no_good_hit	30.0	100.0	0.0	0.0003322563644279462	NZ_SBLC01000015.1	a-proteobacteria	Gemmobacter intermedius strain 119/4 Scaffold15, whole genome shotgun sequence	True	True
MON0092_000000002790	12775	0.5008021528540857	13	6	4	4	2	True	51322	fragment	False	SPA0044_000000001515	0.9444185335967711		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1880.0	76.649	26.0	0.0006600980302235658	CP060490.1	firmicutes	Oscillibacter sp. NSJ-62 chromosome	True	True
MON0030_000000026554	1364	0.5008001915310918	4	4	1	1	4	False	12501	maximal	True	MON0030_000000026554	1.0		19	8	False	False	1.0	0					non-mobilizable	chromosome	1119.0	98.749	100.0	0.00021876738471810023	CP035330.1	enterobacteria	Escherichia coli strain BR14-DEC chromosome	False	False
MAD0110_000000021759	1173	0.5007967081422526	2	2	2	1	1	False	14535	maximal	True	MAD0110_000000021759	1.0		356	12	False	False	1.0	0					non-mobilizable	no_good_hit	135.0	80.741	11.0	0.006760878405856039	NZ_CACWQI010000032.1	firmicutes	Eubacterium pyruvativorans isolate RUG10814, whole genome shotgun sequence	True	False
FIJ0061_000000023087	1254	0.5007946316577135	2	2	2	1	1	False	45765	maximal	False	FIJ0087_000000025084	0.9774319066147861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	440.0	80.90899999999999	35.0	0.02130492676431425	NZ_JH379412.1	CFB group bacteria	Prevotella stercorea DSM 18206 Scfld403, whole genome shotgun sequence	True	False
FIJ0119_000000012374	1422	0.500792788432349	3	1	1	1	1	False	41567	maximal	True	FIJ0119_000000012374	1.0		195	13	False	False	0.9992967844009399	0					non-mobilizable	other	1394.0	98.06299999999999	98.0	0.005502731614437461	NZ_GG663522.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld18, whole genome shotgun sequence	False	False
ISR0808_000000011441	1461	0.5007926922888557	2	2	2	2	2	False	26012	maximal	True	ISR0808_000000011441	1.0		118	9	False	False	0.9842573404312134	0					non-mobilizable	other	1444.0	85.45700000000001	99.0	0.014990384115598525	NZ_JAAITI010000015.1	firmicutes	Blautia luti strain MSK.16.34 NODE_15_length_96195_cov_253.786, whole genome shotgun sequence	False	False
SPA0042_000000002078	11523	0.5007911434860507	5	5	4	5	5	False	6879	maximal	True	SPA0042_000000002078	1.0		52	11	False	False	0.9986114501953125	0					non-mobilizable	no_good_hit	2365.0	97.67399999999999	21.0	0.00780127555148941	NZ_JAAIOD010000002.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_2_length_302771_cov_335.792, whole genome shotgun sequence	True	False
ISR0186_000000026647	1236	0.5007892584249125	1	1	1	1	1	False	63825	fragment	False	ISR0186_000000026647	0.9734299516908212		0	0	False	False	1.0	0					non-mobilizable	other	1236.0	99.191	100.0	0.0003027947093550816	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0013_000000009820	4526	0.5007874775457085	4	4	3	3	3	True	13548	maximal	True	MON0013_000000009820	1.0		15	8	False	False	0.9986743330955505	0					non-mobilizable	chromosome	4090.0	94.988	90.0	0.0014543027307623673	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	True
MON0024_000000041259	1271	0.5007849300309745	2	2	2	2	2	False	12882	maximal	True	MON0024_000000041259	1.0		13	7	False	False	0.9480723738670349	0					non-mobilizable	no_good_hit	440.0	74.318	34.0	9.958072126478144e-05	CP015583.1	a-proteobacteria	Roseomonas gilardii strain U14-5 chromosome 1, complete sequence	True	False
FIJ0041_000000006157	5680	0.5007828324072673	15	4	0	4	0	False	47423	maximal	True	FIJ0041_000000006157	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	8.891348581681249e-07	CP050225.1	eudicots	Morus alba cultivar Heyebai chromosome 2	True	False
ISR0077_000000004566	5873	0.5007810573262437	6	6	6	5	4	True	78636	maximal	True	ISR0077_000000004566	1.0		204	11	False	False	0.9889324307441711	0					non-mobilizable	no_good_hit	4772.0	97.758	81.0	0.0021290771425651655	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	True
MAD0038_000000012958	1165	0.5007802243902717	2	2	2	2	1	False	18526	maximal	True	MAD0038_000000012958	1.0		357	12	False	False	1.0	0					non-mobilizable	chromosome	1165.0	99.914	100.0	0.00039552593566179406	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
MAD0023_000000002460	3330	0.5007798891752803	5	5	1	5	5	True	19239	fragment	False	MAD0023_000000002460	1.0		0	0	False	False	1.0	0			MPF_F		non-mobilizable	plasmid	3331.0	98.589	100.0	0.04052737941613304	LR882059.1	enterobacteria	Escherichia coli isolate 2014-01-7375 genome assembly, plasmid: 3	False	True
AST0061_000000030189	1394	0.5007787920234479	3	2	2	1	0	True	111888	maximal	True	AST0061_000000030189	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	450.0	79.333	32.0	0.0015652431414852888	NZ_DF158900.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	True
CAN0020_000000018127	2012	0.5007766331924582	3	3	3	3	2	False	130039	fragment	False	USA0135_01_000000006480	0.29096936292147246		0	0	False	False	1.0	0					non-mobilizable	chromosome	2011.0	99.801	99.0	0.0006765542318803798	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
SPA0013_000000010383	2668	0.5007763208985136	3	2	2	2	1	False	75032	fragment	False	SPA0013_000000010383	0.9993239587518414		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1318.0	87.405	51.0	0.00035239802164018636	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0013_000000010780	2489	0.5007763208985136	3	2	2	2	1	False	75032	fragment	False	SPA0013_000000010383	0.976855730029722		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1322.0	98.865	53.0	0.005389735004695602	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
SPA0056_000000014814	2375	0.5007763208985136	2	2	2	2	1	False	75032	fragment	False	SPA0013_000000010383	0.6511316459086648		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1291.0	98.68299999999999	54.0	0.005263157894736842	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
MAD0082_000000002456	3335	0.5007727179551836	5	3	3	2	1	False	16128	maximal	True	MAD0082_000000002456	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	1.0	2.6961857715718543e-05	NZ_ACJN02000001.1	d-proteobacteria	Desulfonatronospira thiodismutans ASO3-1 ctg21, whole genome shotgun sequence	True	False
ISR0302_000000006824	2188	0.5007722869284621	3	3	2	3	3	False	25541	maximal	True	ISR0302_000000006824	1.0		42	9	False	False	0.9826325178146362	0					non-mobilizable	chromosome	2183.0	71.324	98.0	0.0007302278657536043	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ISR0791_000000008253	2214	0.5007702233957773	3	3	3	3	2	False	59459	fragment	False	ISR0791_000000008253	0.9720166512488437		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	129.0	96.124	6.0	4.516764429915519e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0028_000000029209	1163	0.5007666967898141	2	1	1	1	1	False	7414	maximal	True	SPA0028_000000029209	1.0		72	11	False	False	0.9931212663650513	0					non-mobilizable	no_good_hit								True	False
DEN0003_000000000766	24596	0.5007661173816431	27	9	7	9	6	False	76701	fragment	False	DEN0003_000000000766	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	639.0	78.717	3.0	0.003415578289933803	NZ_JAAIQH010000004.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_4_length_184449_cov_269.024, whole genome shotgun sequence	True	False
AST0019_000000022971	1334	0.5007649528256944	1	1	1	1	1	False	121955	fragment	False	AST0019_000000022971	0.9745762711864407		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	120.0	80.0	8.0	0.0009962850388382303	NZ_VULP01000007.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq7, whole genome shotgun sequence	True	False
DEN0046_000000001253	11213	0.5007645151664978	9	4	2	4	1	True	72786	fragment	False	DEN0046_000000001253	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	6316.0	95.852	93.0	0.0508282132014849	AP019725.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 plasmid pBUN1 DNA, complete genome	False	True
ISR0376_000000009604	2475	0.5007619972234619	4	1	1	1	1	False	23338	maximal	True	ISR0376_000000009604	1.0		1	1	False	False	0.9951515197753906	0					non-mobilizable	no_good_hit	1212.0	92.162	78.0	0.059621933764374906	NZ_QRUU01000063.1	CFB group bacteria	Phocaeicola coprocola strain AF24-2 AF24-2.Scaf63, whole genome shotgun sequence	True	False
DEN0045_000000016636	2353	0.5007604455913697	4	3	3	3	3	False	72928	fragment	False	DEN0045_000000016636	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1446.0	87.068	61.0	0.008357918287148396	NZ_JAAIPV010000003.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_3_length_172531_cov_112.997, whole genome shotgun sequence	True	False
SPA0001_000000028590	1166	0.5007597006934666	2	2	2	2	1	False	8423	maximal	True	SPA0001_000000028590	1.0		532	9	False	False	0.9982847571372986	0					non-mobilizable	chromosome	1166.0	99.914	100.0	0.0003672052027776473	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	False	False
ENG0139_000000002403	7137	0.500759005479101	8	5	3	3	1	True	114578	maximal	True	ENG0139_000000002403	1.0		5	3	False	False	0.9991593360900879	0					non-mobilizable	no_good_hit	194.0	87.113	3.0	0.20965971459934138	GQ878135.1		Uncultured organism clone VC1BV59TR genomic sequence	True	True
ISR0802_000000001727	6387	0.500759005479101	8	5	3	3	1	True	114576	fragment	False	ISR0802_000000001727	1.0		0	0	False	False	0.999843418598175	0					non-mobilizable	no_good_hit	33.0	96.97	1.0	6.22125645856337e-07	CP032234.1	mosquitos	Anopheles stephensi strain SDA-500 chromosome 3R	True	True
ISR0773_000000003960	3115	0.5007587998392075	5	4	2	2	2	True	22508	fragment	False	ISR0773_000000003960	1.0		0	0	False	False	0.9996789693832397	0					non-mobilizable	other	3103.0	89.075	99.0	0.0008830684888968551	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	False	True
FIJ0023_000000010341	3052	0.5007583965281729	4	3	3	3	3	False	49375	maximal	True	FIJ0023_000000010341	1.0		15	7	False	False	0.9954128265380859	0					non-mobilizable	no_good_hit	2412.0	72.678	78.0	0.0018977216130473566	NZ_MCGI01000004.1	firmicutes	Eisenbergiella tayi strain NML 120489 BEH84_contig000004, whole genome shotgun sequence	True	False
ENG0081_000000003272	7268	0.5007528279892518	11	11	2	9	10	True	61688	fragment	False	ENG0099_000000002592	0.9621519329548527		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	7194.0	97.65100000000001	100.0	0.04122917420964006	CP057205.1	enterobacteria	Escherichia coli strain RHB33-C09 plasmid pRHB33-C09_2, complete sequence	False	True
SPA0124_000000020934	1405	0.5007517181471032	3	3	2	3	3	False	4040	maximal	True	SPA0124_000000020934	1.0		30	8	False	False	1.0	0					non-mobilizable	no_good_hit	542.0	100.0	39.0	0.004358088241217365	NZ_CYZO01000003.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
ISR0083_000000013372	1983	0.5007507014154853	2	2	1	2	2	False	34103	maximal	True	ISR0083_000000013372	1.0		102	12	False	False	0.9768028259277344	0					non-mobilizable	no_good_hit	847.0	80.40100000000001	43.0	0.00013281219757293577	NZ_CP035945.1	firmicutes	Blautia producta strain PMF1 chromosome, complete genome	True	False
ISR0814_000000008550	4490	0.500750062467214	7	5	4	4	2	False	63979	maximal	True	ISR0814_000000008550	1.0		5	4	False	False	1.0	0					non-mobilizable	no_good_hit	786.0	73.028	17.0	0.0037911214381802618	NZ_NHOC01000007.1	firmicutes	Butyricicoccus porcorum strain BB10 BB10_c7, whole genome shotgun sequence	True	False
SPA0143_000000009379	2096	0.5007464328061868	3	1	1	1	1	False	25415	fragment	False	SPA0143_000000009379	0.9836601307189543		0	0	False	False	0.9976145029067993	0					non-mobilizable	no_good_hit								True	False
ISR0355_000000011984	1716	0.5007455525649523	2	2	2	2	2	False	23953	fragment	False	ISR0355_000000011984	1.0		0	0	False	False	0.9382284283638	0					non-mobilizable	no_good_hit								True	False
FIJ0109_000000012438	2050	0.5007438857388758	2	1	1	1	1	True	122800	fragment	False	FIJ0109_000000012438	1.0		0	0	False	False	0.9834146499633789	0					non-mobilizable	other	2051.0	97.17200000000001	100.0	0.022280186936202588	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	True
FIJ0011_000000036228	1278	0.5007428910954628	2	2	2	2	2	False	125737	fragment	False	FIJ0086_000000023964	0.8771920057786158		0	0	False	False	0.9820031523704529	0					non-mobilizable	other	1268.0	80.28399999999999	99.0	0.8200129954515919	NZ_PDYG01000067.1	firmicutes	Agathobacter ruminis strain JK623 contig000067, whole genome shotgun sequence	False	False
DEN0065_000000005841	5067	0.5007401133148027	3	3	2	1	3	False	71150	maximal	True	DEN0065_000000005841	1.0		630	13	False	False	1.0	0					non-mobilizable	other	5067.0	98.579	100.0	0.0008477036618087413	FP929033.1	CFB group bacteria	Bacteroides xylanisolvens XB1A draft genome	False	False
ISR0111_000000000479	21007	0.500736990054861	43	20	9	16	11	False	54423	maximal	True	ISR0111_000000000479	1.0		4	2	False	False	0.9999523758888245	0					non-mobilizable	no_good_hit	1407.0	80.384	9.0	0.05035015263063387	MK233417.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S03.N05_3-CL31_c3 sequence	True	False
ISR0364_000000003119	4648	0.5007354593261619	4	3	1	3	1	True	24361	maximal	True	ISR0364_000000003119	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	261.0	93.87	6.0	0.04215304798962387	MK232837.1	viruses	Uncultured human fecal virus clone CAG41.sp1_S10.M21_2_c2 sequence	True	True
SPA0136_000000008131	4634	0.5007354593261619	3	3	1	3	1	True	24359	fragment	False	SPA0136_000000008131	0.9992957746478873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0341_000000003132	4260	0.5007354593261619	3	3	1	3	1	True	24359	fragment	False	SPA0136_000000008131	0.9589987052222702		0	0	False	False	0.998356819152832	0					non-mobilizable	no_good_hit								True	True
ISR0198_000000018357	1804	0.5007327238068084	2	2	1	1	2	False	125793	maximal	True	ISR0198_000000018357	1.0		6	1	False	False	1.0	0					non-mobilizable	chromosome	1288.0	99.22399999999999	94.0	0.00034489448962047133	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0046_000000013879	1877	0.5007317104150022	3	3	2	2	2	False	130943	maximal	True	MAD0046_000000013879	1.0		640	15	False	False	1.0	0					non-mobilizable	no_good_hit	716.0	80.447	55.0	0.00021057463775090885	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
ENG0185_000000016461	1140	0.5007312291250551	2	1	1	1	1	False	60643	fragment	False	ENG0099_000000013337	0.971667600614969		0	0	False	False	1.0	0					non-mobilizable	other	1140.0	99.29799999999999	100.0	0.0025825966092932664	NZ_CAPH01000013.1	CFB group bacteria	Alistipes ihumii AP11, whole genome shotgun sequence	False	False
FIJ0121_000000004072	6276	0.5007270833120995	5	3	2	2	3	False	48748	maximal	False	FIJ0117_000000003429	1.0		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	118.0	97.458	3.0	0.006459449014519958	NZ_CABKPS010000045.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
FIJ0117_000000003429	6276	0.5007270833120995	5	3	2	2	3	False	48748	maximal	True	FIJ0117_000000003429	1.0		4	1	True	True	1.0	1					non-mobilizable	no_good_hit	118.0	97.458	3.0	0.006459449014519958	NZ_CABKPS010000045.1	firmicutes	Phascolarctobacterium succinatutens isolate MGYG-HGUT-01365, whole genome shotgun sequence	True	True
MON0054_000000011846	3464	0.5007269400344421	3	3	3	2	2	False	11141	maximal	True	MON0054_000000011846	1.0		51	9	False	False	0.982390284538269	0					non-mobilizable	no_good_hit	545.0	81.468	22.0	0.00015963393776053427	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	True	False
AST0140_000000016099	1797	0.5007233968573683	2	2	1	2	2	False	105525	maximal	True	AST0140_000000016099	1.0		506	14	False	False	0.999443531036377	0					non-mobilizable	no_good_hit	747.0	89.29	41.0	0.0002575871439267295	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
USA0079_01_000000005194	2448	0.5007227713157644	4	3	3	3	2	False	101643	maximal	True	USA0079_01_000000005194	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	414.0	97.82600000000001	19.0	0.03331988705123033	CP021593.1	other sequences	Unidentified plasmid plasmid FAKO27_001080F, complete sequence	True	False
ISR0279_000000009611	2217	0.5007215432957097	3	3	3	3	3	False	28403	maximal	False	MON0104_000000019648	0.9543290043290042		0	0	False	False	0.9936851859092712	0					non-mobilizable	other	2240.0	80.536	99.0	0.0006702059724203919	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ISR0807_000000010779	1368	0.5007205356129568	3	3	2	2	2	False	84936	fragment	False	ENG0024_000000018190	0.4688390313390314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	197.0	81.218	14.0	5.4528508762731356e-05	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	True	False
ISR0840_000000007869	2043	0.5007196030754509	3	3	3	3	3	False	20796	maximal	True	ISR0840_000000007869	1.0		6	3	False	False	0.9897210001945496	0					non-mobilizable	no_good_hit	286.0	72.028	14.0	0.0005636127577773528	NZ_JXLF01000001.1	firmicutes	Enterococcus termitis strain DSM 22803 Scaffold1, whole genome shotgun sequence	True	False
FIJ0024_000000011385	1828	0.5007187135092862	3	3	3	1	1	True	49219	maximal	True	FIJ0024_000000011385	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	1408.0	87.571	77.0	0.047786342861041	NZ_CYYU01000025.1	firmicutes	Mitsuokella jalaludinii strain 2789STDY5608828, whole genome shotgun sequence	True	True
CHI0092_000000004816	2081	0.5007186072377221	2	2	1	2	1	False	83675	maximal	True	CHI0092_000000004816	1.0		37	9	False	False	1.0	0					non-mobilizable	other	1281.0	97.736	92.0	0.0004389494978314866	NZ_BHGK01000001.1	firmicutes	Mediterraneibacter butyricigenes strain KCTC 15684 Contigs1, whole genome shotgun sequence	False	False
USA0084_01_000000020326	1590	0.5007180619266786	1	1	1	1	1	False	468	fragment	False	USA0084_01_000000020326	1.0		0	0	False	False	0.9993710517883301	0					non-mobilizable	chromosome	1590.0	97.67299999999999	100.0	0.00022428208560603023	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
ISR0280_000000006605	1971	0.5007162463319809	3	3	2	2	3	True	26197	maximal	True	ISR0280_000000006605	1.0		1042	15	False	False	0.9989852905273438	0					non-mobilizable	other	1975.0	97.62	100.0	0.0032591045969397785	NZ_SPFU01000002.1	CFB group bacteria	Bacteroides ovatus strain BSD2780061688st1_C6 NODE_2_length_605381_cov_32.3905, whole genome shotgun sequence	False	True
FIJ0111_000000000551	30798	0.500708797558992	28	23	23	20	18	True	71642	maximal	True	FIJ0111_000000000551	1.0		12	3	False	False	1.0	0					non-mobilizable	no_good_hit	8615.0	95.601	79.0	0.005789967561620786	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	True	True
FIJ0005_000000009842	3171	0.5007060892200311	5	5	2	2	4	False	51908	fragment	False	FIJ0005_000000009842	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	3173.0	99.527	100.0	0.020752778922713565	CP052535.1	enterobacteria	Klebsiella pneumoniae strain B16KP0157 plasmid pB16KP0157-2, complete sequence	False	True
AST0052_000000005496	3702	0.5007003565216186	5	3	3	3	3	False	114606	maximal	True	AST0052_000000005496	1.0		24	4	False	False	1.0	0					non-mobilizable	no_good_hit	1366.0	82.57700000000001	59.0	0.00036365331966975884	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	True	False
ENG0004_000000018608	1442	0.5006994119349478	2	2	1	2	2	False	67759	maximal	True	ENG0004_000000018608	1.0		3	2	False	False	0.9791955351829529	0					non-mobilizable	no_good_hit	98.0	98.98	7.0	0.00038637567665534097	NZ_GL833111.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD3, whole genome shotgun sequence	True	False
SPA0125_000000000167	60255	0.5006992910633677	63	24	13	20	10	True	99723	fragment	False	SPA0125_000000000167	1.0		0	0	False	False	0.9999502301216125	0					non-mobilizable	no_good_hit	2599.0	100.0	8.0	0.0006061182952537998	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	True	True
AST0116_000000014567	1856	0.5006983572413154	3	3	3	3	3	False	106199	fragment	False	AST0116_000000014567	0.9883595018949647		0	0	False	False	0.998383641242981	0					non-mobilizable	other	1856.0	98.16799999999999	100.0	0.004081084886565641	NZ_CYXV01000001.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
CHI0147_000000008650	2246	0.5006980994097776	2	1	1	1	1	False	79668	maximal	True	CHI0147_000000008650	0.9970601537765718		1191	13	False	False	1.0	0					non-mobilizable	chromosome	2246.0	99.866	100.0	0.00041231153047101586	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	False	False
ISR0846_000000004571	2211	0.5006980994097776	2	1	1	1	1	False	79668	maximal	False	CHI0147_000000008650	0.9893143365983972		0	0	False	False	0.9954771399497986	0					non-mobilizable	other	2211.0	100.0	100.0	0.00042803004112380936	NC_009614.1	CFB group bacteria	Bacteroides vulgatus ATCC 8482, complete sequence	False	False
ISR0368_000000003463	3491	0.5006952707371464	4	4	4	4	4	False	102733	maximal	True	ISR0368_000000003463	0.9650482357764755		46	11	False	False	0.9965626001358032	0					non-mobilizable	other	3491.0	96.24700000000001	100.0	0.0008519932105335292	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0100_000000027606	1159	0.5006932617308367	3	3	3	2	1	False	60527	maximal	True	ENG0100_000000027606	1.0		213	12	False	False	0.9991371631622314	0					non-mobilizable	other	1159.0	99.137	100.0	0.0003101033436799305	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
AST0084_000000031282	1133	0.5006932617308367	3	3	3	2	1	False	111225	maximal	True	AST0084_000000031282	1.0		125	9	False	False	1.0	0					non-mobilizable	other	1132.0	96.555	99.0	0.00030287295483765234	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
MON0080_000000007279	5375	0.5006907224022663	6	6	6	6	6	False	10068	maximal	True	MON0080_000000007279	1.0		37	7	False	False	0.9994418621063232	0					non-mobilizable	chromosome	2938.0	82.23299999999999	95.0	0.0010150118580712266	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0176_000000028100	1211	0.5006897999447293	2	2	2	2	1	False	130818	fragment	False	MON0014_000000013206	0.9451934284380225		0	0	False	False	1.0	0					non-mobilizable	other	1211.0	98.844	100.0	0.011885934322845551	NZ_SPGG01000015.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_15_length_101801_cov_38.5671, whole genome shotgun sequence	False	False
ISR0813_000000016366	1880	0.5006897303361585	2	2	2	1	2	False	21579	maximal	True	ISR0813_000000016366	1.0		84	9	False	False	0.9989361763000488	0					non-mobilizable	other	1880.0	99.681	100.0	0.00145473182688459	NZ_JH724308.1	CFB group bacteria	Bacteroides salyersiae CL02T12C01 supercont1.2, whole genome shotgun sequence	False	False
ENG0126_000000004583	4478	0.5006888465720422	6	3	1	3	1	False	58782	maximal	True	ENG0126_000000004583	1.0		3	2	False	False	0.9993300437927246	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	1.0	6.646583558307154e-06	CP008852.1	firmicutes	Pelosinus sp. UFO1, complete genome	True	False
ISR0380_000000008723	1395	0.5006873085314926	3	3	1	1	3	False	63925	fragment	False	ISR0380_000000008723	0.9806775918586287		0	0	False	False	0.9620071649551392	0					non-mobilizable	other	1395.0	99.713	100.0	0.00033587674431828586	CP011914.1	firmicutes	Eubacterium limosum strain SA11, complete genome	False	False
ISR0808_000000012201	1376	0.5006830860558442	3	2	0	2	0	True	25990	fragment	False	ISR0808_000000012201	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0287_000000010934	1303	0.5006830860558442	3	2	0	2	0	True	25990	fragment	False	ISR0808_000000012201	0.9734738372093024		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0006_000000011896	2928	0.5006813891496837	3	2	2	2	1	False	51756	maximal	True	FIJ0006_000000011896	1.0		10	1	False	False	1.0	0					non-mobilizable	no_good_hit	1863.0	95.115	67.0	0.0020730395747930856	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	True	False
CHI0096_000000004337	1823	0.5006804694900915	3	3	1	2	2	False	83456	fragment	False	CHI0096_000000004337	1.0		0	0	False	False	0.9846407175064087	0					non-mobilizable	no_good_hit								True	False
MAD0043_000000014987	1741	0.5006784536616802	2	2	2	2	2	False	18028	maximal	True	MAD0043_000000014987	1.0		15	6	False	False	0.9867892265319824	0					non-mobilizable	other	1741.0	99.943	100.0	0.0006632263310388016	CP013476.1	firmicutes	Turicibacter sp. H121, complete genome	False	False
ISR0007_000000003837	3559	0.500677116337923	5	5	5	5	4	False	85467	fragment	False	ISR0007_000000003837	1.0		0	0	False	False	0.9971902370452881	0					non-mobilizable	other	3559.0	99.12899999999999	100.0	0.014511453186884979	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
MAD0105_000000032777	1211	0.5006762116549668	2	2	2	2	2	False	14773	fragment	False	MAD0105_000000032777	1.0		0	0	False	False	0.9991742372512817	0					non-mobilizable	chromosome	1206.0	96.26899999999999	99.0	0.0004091178922137458	CP060632.1	firmicutes	Lachnospiraceae bacterium NSJ-4 chromosome, complete genome	False	False
ENG0117_000000015107	1523	0.5006755910510514	2	2	2	2	1	False	66258	maximal	True	ENG0117_000000015107	0.9996481351161154		223	13	False	False	0.9993433952331543	0					non-mobilizable	chromosome	1523.0	99.869	100.0	0.000423704631659533	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	False	False
CHI0152_000000010850	1203	0.5006754579136402	2	2	2	2	2	False	126613	fragment	False	AST0007_000000014591	0.9805037161722613		0	0	False	False	0.9883624315261841	0					non-mobilizable	chromosome	1195.0	99.749	100.0	0.0002505311722466855	CP051765.1	enterobacteria	Escherichia coli strain SCU-113 chromosome, complete genome	False	False
DEN0018_000000005469	5971	0.50067514591667	7	5	4	5	4	False	75142	maximal	True	DEN0018_000000005469	1.0		63	9	False	False	0.9973203539848328	0					non-mobilizable	no_good_hit	2282.0	99.825	38.0	0.0006108339610828337	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	True	False
DEN0008_000000003152	2484	0.5006741371629426	4	4	4	4	2	False	76147	maximal	True	DEN0008_000000003152	1.0		81	11	False	False	1.0	0					non-mobilizable	no_good_hit	40.0	92.5	2.0	1.1742153155613336e-05	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
FIJ0087_000000025084	1285	0.5006730974352506	2	2	2	1	1	False	45765	maximal	True	FIJ0087_000000025084	0.9892344497607656		37	5	False	False	1.0	0					non-mobilizable	no_good_hit	446.0	85.20200000000001	35.0	0.004216330939341684	NZ_JXQL01000069.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig69, whole genome shotgun sequence	True	False
ISR0061_000000001862	2701	0.5006673171317265	3	3	3	3	2	False	89861	fragment	False	CHI0015_000000003425	0.9453612027869454		0	0	False	False	0.9996297955513	0					non-mobilizable	other	2701.0	97.001	100.0	0.04815752862697535	NZ_QRML01000028.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf28, whole genome shotgun sequence	False	False
SPA0027_000000016775	2231	0.5006626181566216	3	1	1	1	1	False	38913	fragment	False	ISR0773_000000006311	0.9601205579072363		0	0	False	False	0.9955177307128906	0					non-mobilizable	no_good_hit	79.0	100.0	4.0	3.196418699705069e-05	CP039381.1	firmicutes	Ruminococcus sp. JE7A12 chromosome, complete genome	True	False
DEN0061_000000037253	1182	0.5006601321414251	2	2	2	2	1	False	71780	maximal	True	DEN0061_000000037253	1.0		126	8	False	False	1.0	0					non-mobilizable	no_good_hit	300.0	77.667	25.0	0.003979010054344197	NZ_AAXG02000042.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont334, whole genome shotgun sequence	True	False
MAD0061_000000014111	1322	0.5006532401000477	2	2	2	2	1	True	16809	maximal	True	MAD0061_000000014111	1.0		28	2	False	False	0.9939485788345337	0					non-mobilizable	chromosome	768.0	84.375	96.0	0.00020460268000167524	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
AST0099_000000000081	68734	0.5006522343282696	66	23	12	17	13	True	108931	fragment	False	AST0099_000000000081	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1263.0	83.69	8.0	0.0004995257691959906	CP021389.1	high GC Gram+	Bifidobacterium breve strain NRBB57 chromosome, complete genome	True	True
ENG0040_000000003102	6961	0.5006520263376357	11	8	2	7	8	False	113903	maximal	True	ENG0040_000000003102	1.0		38	7	False	False	0.9998563528060913	0					non-mobilizable	no_good_hit	3007.0	82.574	62.0	0.0010421996756981343	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
FIJ0068_000000021039	1530	0.5006519187784665	4	4	4	3	3	False	45047	fragment	False	FIJ0068_000000021039	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1169.0	96.40700000000001	76.0	0.5051903114186851	KU547548.1	bacteria	Uncultured bacterium clone CH_08G_000_Contig_3 genomic sequence	True	False
DEN0018_000000020884	1875	0.5006512913857035	3	3	3	3	3	False	94179	fragment	False	DEN0018_000000020884	0.9789139336220785		0	0	False	False	0.9994666576385498	0					non-mobilizable	chromosome	1149.0	99.565	100.0	0.00037002143094507276	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
MAD0043_000000011574	2184	0.5006473398546738	3	3	2	1	2	False	18043	maximal	True	MAD0043_000000011574	1.0		7	1	False	False	1.0	0					non-mobilizable	chromosome	2184.0	97.25299999999999	100.0	0.00042544339730472787	CP055958.1	enterobacteria	Escherichia coli strain RHB15-C19 chromosome	False	False
SPA0091_000000004830	2476	0.50064456210401	4	3	2	3	3	False	127981	fragment	False	AST0024_000000013247	0.9116746045509179		0	0	False	False	1.0	0					non-mobilizable	other	2476.0	99.596	100.0	0.0007945966146010579	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
ENG0073_000000010008	2534	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.5262703710202887		0	0	False	False	1.0	0					non-mobilizable	other	2535.0	97.594	100.0	0.001158270084988582	CP002220.1	high GC Gram+	Bifidobacterium bifidum S17, complete genome	False	False
FIJ0168_000000008341	2505	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.3927259420426526		0	0	False	False	1.0	0					non-mobilizable	chromosome	2505.0	99.88	100.0	0.0011325028312570782	LR134344.1	high GC Gram+	Bifidobacterium bifidum strain NCTC13001 genome assembly, chromosome: 1	False	False
SPA0115_000000010761	2470	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.5408271148021996		0	0	False	False	1.0	0					non-mobilizable	chromosome	2470.0	99.919	100.0	0.001121351180484402	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
ENG0151_000000010077	2322	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.5887994812013418		0	0	False	False	1.0	0					non-mobilizable	chromosome	2322.0	99.569	100.0	0.0009810332169140103	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
ISR0176_000000014981	2272	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.5220216747969922		0	0	False	False	1.0	0					non-mobilizable	chromosome	2272.0	99.824	100.0	0.0009850302297146015	CP060493.1	high GC Gram+	Bifidobacterium longum strain BIM B-813D chromosome, complete genome	False	False
AST0116_000000011899	2272	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.394763337366944		0	0	False	False	1.0	0					non-mobilizable	other	2272.0	99.736	100.0	0.0009577804797505975	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
AST0110_000000008071	2256	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.4643974841154828		0	0	False	False	0.9867021441459656	0					non-mobilizable	chromosome	2256.0	99.645	100.0	0.0009531365377600572	NZ_CP026999.1	high GC Gram+	Bifidobacterium longum strain 51A chromosome, complete genome	False	False
MON0044_000000023507	2252	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.3239381270967493		0	0	False	False	1.0	0					non-mobilizable	other	2256.0	91.711	100.0	0.0008532937937199246	NZ_AP012326.1	high GC Gram+	Bifidobacterium dentium JCM 1195 = DSM 20436 strain JCM 1195	False	False
MON0021_000000013079	2227	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.4714294904320345		0	0	False	False	1.0	0					non-mobilizable	chromosome	2227.0	99.91	100.0	0.0010153127035414618	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
SPA0149_000000018846	2092	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.5218754678818164		0	0	False	False	1.0	0					non-mobilizable	chromosome	2092.0	97.65799999999999	100.0	0.000953737135267384	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
AST0026_000000013470	2091	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.32581963158027966		0	0	False	False	1.0	0					non-mobilizable	other	2091.0	100.0	100.0	0.0008814448272473574	AP022868.1	high GC Gram+	Bifidobacterium longum Jih1 DNA, complete genome	False	False
MON0109_000000017120	2086	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.3354028905234596		0	0	False	False	1.0	0					non-mobilizable	chromosome	2086.0	99.95200000000001	100.0	0.0009469490527784439	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
AST0026_000000013930	2008	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.32757374874217443		0	0	False	False	1.0	0					non-mobilizable	chromosome	2008.0	99.95	100.0	0.0008356351118302116	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
DEN0051_000000023217	1996	0.5006396186711332	2	2	2	2	1	False	119362	fragment	False	ENG0151_000000010077	0.19553676994745106		0	0	False	False	1.0	0					non-mobilizable	chromosome	1996.0	98.99799999999999	100.0	0.0008080405300810715	LN824140.1	high GC Gram+	Bifidobacterium longum subsp. infantis genome assembly Bifidobacterium longum subsp. infantis CECT7210, chromosome : I	False	False
MON0019_000000036347	1849	0.5006396186711332	2	2	2	2	1	False	13410	fragment	False	MON0019_000000036347	0.9910202033054812		0	0	False	False	0.9545700550079346	0					non-mobilizable	chromosome	1849.0	100.0	100.0	0.0008099352051835853	CP048001.1	high GC Gram+	Bifidobacterium longum strain CACC 517 chromosome, complete genome	False	False
ISR0798_000000006883	1787	0.5006396186711332	2	2	2	2	1	False	35579	fragment	False	ISR0798_000000006883	0.9922341832824234		0	0	False	False	0.9888080358505249	0					non-mobilizable	chromosome	1788.0	99.385	100.0	0.0007436194866610652	CP047129.1	high GC Gram+	Bifidobacterium adolescentis strain ZJ2 chromosome, complete genome	False	False
ISR0057_000000013288	1671	0.5006396186711332	2	2	2	2	1	False	35579	fragment	False	ISR0798_000000006883	0.9768735704503678		0	0	False	False	1.0	0					non-mobilizable	chromosome	1671.0	99.82	100.0	0.0007584675866378904	CP023005.1	high GC Gram+	Bifidobacterium adolescentis strain 6 chromosome, complete genome	False	False
MAD0015_000000013362	1565	0.5006396186711332	2	2	2	2	1	False	35579	fragment	False	ISR0798_000000006883	0.7282611950206619		0	0	False	False	1.0	0					non-mobilizable	chromosome	1565.0	99.80799999999999	100.0	0.0007133643613382059	NZ_CP028341.1	high GC Gram+	Bifidobacterium adolescentis strain 1-11 chromosome, complete genome	False	False
TAN0006_000000009006	1563	0.5006383002746186	3	3	3	3	1	False	2867	fragment	False	TAN0006_000000009006	1.0		0	0	False	False	0.9891234636306763	0					non-mobilizable	no_good_hit	88.0	78.40899999999999	6.0	0.0006818128384573789	NZ_QSFT01000008.1	CFB group bacteria	Phocaeicola coprophilus strain AM42-38 AM42-38.Scaf8, whole genome shotgun sequence	True	False
ISR0122_000000014925	1207	0.5006361586011255	3	3	1	3	1	True	32136	maximal	True	ISR0122_000000014925	1.0		1	1	False	False	0.954432487487793	0					non-mobilizable	no_good_hit	989.0	71.79	79.0	0.08239248470223218	CP021604.1	other sequences	Unidentified plasmid plasmid FAKO03_2027, complete sequence	True	True
ISR0157_000000005291	5267	0.5006355024343888	7	6	5	4	5	False	44125	maximal	True	ISR0157_000000005291	1.0		163	13	False	False	0.9992405772209167	0					non-mobilizable	no_good_hit	635.0	92.126	12.0	0.00019661413045845313	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
SPA0002_000000004796	5491	0.5006347040254628	5	5	5	5	5	False	125922	fragment	False	SPA0002_000000004796	1.0		0	0	False	False	0.9965397715568542	0					non-mobilizable	other	5477.0	99.98200000000001	99.0	0.031917187836963554	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	False
FIJ0035_000000007433	1630	0.500632096994392	2	2	2	2	1	False	48029	maximal	False	ISR0105_000000010785	0.9281049435134132		0	0	False	False	0.9944785237312317	0					non-mobilizable	no_good_hit	484.0	75.0	29.0	0.0003755532142405379	NZ_FPKO01000009.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ISR0146_000000029598	1443	0.500632096994392	2	2	2	2	1	False	43910	fragment	False	ISR0146_000000029598	0.9518455025085896		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	483.0	76.19	33.0	0.00037398186187969886	NZ_FPKO01000009.1	actinobacteria	Olsenella mediterranea strain Marseille-P3256T, whole genome shotgun sequence	True	False
ENG0142_000000004024	6152	0.5006316130468546	9	4	2	4	0	True	64679	fragment	False	ENG0142_000000004024	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	5100.0	98.824	83.0	0.13387439918052163	NZ_OEST01000010.1	CFB group bacteria	Bacteroides cutis strain Marseille-P4118, whole genome shotgun sequence	True	True
FIJ0167_000000008505	2310	0.5006290911345248	3	3	2	3	1	False	38976	fragment	False	FIJ0167_000000008505	1.0		0	0	False	False	0.998701274394989	0					non-mobilizable	other	1280.0	98.984	100.0	0.0003135825370568011	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
TAN0023_000000000504	3484	0.5006281721209231	3	3	1	1	2	True	120687	maximal	True	TAN0023_000000000504	1.0		9	3	False	False	1.0	0					non-mobilizable	no_good_hit	1844.0	94.902	53.0	0.009672865067993471	NZ_JXQL01000045.1	CFB group bacteria	Prevotella pectinovora strain P5-125 contig45, whole genome shotgun sequence	True	True
SPA0035_000000010834	1834	0.5006281457112994	1	1	1	1	1	False	7121	maximal	True	SPA0035_000000010834	1.0		219	12	False	False	1.0	0					non-mobilizable	other	1834.0	95.42	100.0	0.0022165763146788624	NZ_FQXY01000008.1	CFB group bacteria	Bacteroides congonensis strain Marseille-P3132T, whole genome shotgun sequence	False	False
FIJ0105_000000018649	1746	0.5006281457112994	1	1	1	1	1	False	42422	maximal	True	FIJ0105_000000018649	1.0		287	13	False	False	0.9816724061965942	0					non-mobilizable	other	1747.0	99.199	100.0	0.0017826749722031352	NZ_JH815204.1	CFB group bacteria	Barnesiella intestinihominis YIT 11860 supercont1.2, whole genome shotgun sequence	False	False
MON0007_000000030901	2025	0.5006273627933565	2	2	2	2	2	False	13953	maximal	True	MON0007_000000030901	1.0		37	6	False	False	0.9995061755180359	0					non-mobilizable	no_good_hit	38.0	94.73700000000001	2.0	0.0030730897009966776	NZ_LATL02000321.1	cyanobacteria	Limnoraphis robusta CS-951 contig321, whole genome shotgun sequence	True	False
CHI0021_000000007202	1266	0.5006234547903579	3	3	3	2	2	False	90228	maximal	True	CHI0021_000000007202	1.0		345	13	False	False	1.0	0					non-mobilizable	other	1266.0	99.684	100.0	0.009327739147746964	NZ_NQCD01000010.1	enterobacteria	Shigella sonnei strain ECSW+14 NODE_10_length_135617_cov_88.7886_ID_19.ctg_1, whole genome shotgun sequence	False	False
ENG0059_000000007284	1720	0.5006228341993334	4	3	3	3	3	False	63372	maximal	True	ENG0059_000000007284	1.0		1	1	False	False	1.0	0					non-mobilizable	other	1720.0	99.12799999999999	100.0	0.007312808688586659	NZ_KB904062.1	firmicutes	Streptococcus caballi DSM 19004 A3GSDRAFT_scaffold_0.1, whole genome shotgun sequence	False	False
ENG0194_000000007636	3592	0.500619110619802	5	3	3	3	2	False	54541	maximal	True	ENG0194_000000007636	1.0		252	12	False	False	0.9941536784172058	0					non-mobilizable	other	1858.0	98.762	98.0	0.005422040287190028	NZ_WKRD01000003.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold3_size342734, whole genome shotgun sequence	False	False
ENG0117_000000013433	1709	0.500618032935892	2	2	2	2	1	False	59363	maximal	True	ENG0117_000000013433	1.0		46	12	False	False	0.9964891672134399	0					non-mobilizable	no_good_hit	151.0	89.404	17.0	3.763745197461128e-05	CP048436.1	firmicutes	Flavonifractor plautii strain JCM 32125 chromosome, complete genome	True	False
FIJ0087_000000004702	5939	0.5006144463667229	7	7	6	7	6	False	121659	fragment	False	SPA0158_000000001980	0.7951721248543194		0	0	False	False	0.9998316168785095	0					non-mobilizable	other	2909.0	98.006	99.0	0.04806086165550318	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
ENG0139_000000006392	2960	0.5006099701858454	3	3	3	3	2	False	57869	maximal	True	ENG0139_000000006392	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	662.0	72.054	22.0	0.006207077428191205	NZ_LR130835.1	firmicutes	Intestinimonas timonensis strain GD4, whole genome shotgun sequence	True	False
DEN0008_000000006623	1381	0.5006079698768275	3	2	2	2	0	False	76113	maximal	True	DEN0008_000000006623	1.0		73	7	False	False	0.9992758631706238	0					non-mobilizable	no_good_hit	163.0	76.074	12.0	0.00012003987411470593	NZ_CABWIB010000001.1	fusobacteria	Oceanivirga miroungae strain ES3154-GLU, whole genome shotgun sequence	True	False
ISR0793_000000000664	12875	0.5006067136686966	24	6	4	3	2	True	100667	fragment	False	ISR0022_000000001841	0.8626009057592063		0	0	False	False	1.0	0					non-mobilizable	chromosome	9959.0	98.735	95.0	0.0026550332125901874	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	True
FIJ0161_000000007892	2098	0.5006049584136038	4	2	2	2	2	False	113720	fragment	False	ISR0052_000000015870	0.9594293357111012		0	0	False	False	0.9995233416557312	0					non-mobilizable	no_good_hit	1134.0	99.647	54.0	0.07845173798642847	NZ_QRYH01000040.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf40, whole genome shotgun sequence	True	False
ISR0341_000000004738	2801	0.5006045722229742	3	2	2	2	2	False	78148	fragment	False	ISR0341_000000004738	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1140.0	75.965	40.0	0.03137930076920941	NZ_CYZN01000034.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	True	False
AST0048_000000004650	3483	0.5006018382145028	5	3	1	2	2	False	114941	maximal	True	AST0048_000000004650	1.0		29	7	False	False	1.0	0					non-mobilizable	other	2120.0	94.52799999999999	97.0	0.006067595596905096	NZ_QRHR01000002.1	firmicutes	Eubacterium ventriosum strain AM23-22 AM23-22.Scaf2, whole genome shotgun sequence	False	False
MAD0003_000000001623	12542	0.5006000729862807	16	10	4	8	6	False	20112	maximal	True	MAD0003_000000001623	1.0		2	1	True	True	0.9999202489852905	22					non-mobilizable	no_good_hit	28.0	100.0	0.0	4.838992559027375e-07	CP039349.1	eudicots	Vigna unguiculata cultivar Xiabao 2 chromosome Vu04	True	True
FIJ0108_000000005738	3813	0.500597197331142	3	2	2	2	1	False	42237	maximal	True	FIJ0108_000000005738	1.0		6	3	False	False	0.9926567077636719	0					non-mobilizable	no_good_hit								True	False
MON0094_000000002460	8941	0.500597178406001	12	5	3	4	4	False	9356	maximal	True	MON0094_000000002460	1.0		1	1	False	False	0.9953025579452515	0					non-mobilizable	no_good_hit								True	False
AST0052_000000013549	1758	0.5005930572985381	2	2	2	2	2	False	114499	maximal	True	AST0052_000000013549	1.0		157	12	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	77.22800000000001	34.0	0.0001522352789883038	NZ_CP019606.1	high GC Gram+	Tessaracoccus aquimaris strain NSG39 chromosome, complete genome	True	False
ENG0165_000000015326	1313	0.5005902731790364	2	2	2	2	2	False	56205	maximal	True	ENG0165_000000015326	1.0		149	11	False	False	0.9931454658508301	0					non-mobilizable	chromosome	1313.0	99.619	100.0	0.0003668789922907874	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ENG0096_000000014856	2246	0.5005874009953276	2	2	1	1	2	False	60866	maximal	True	ENG0096_000000014856	1.0		47	9	False	False	1.0	0					non-mobilizable	other	2248.0	89.368	100.0	0.00036082871721053374	AP022660.1	CFB group bacteria	Bacteroides thetaiotaomicron F9-2 DNA, nearly complete genome	False	False
DEN0049_000000001387	2330	0.5005850246435196	3	3	1	1	3	False	116061	fragment	False	DEN0049_000000001387	1.0		0	0	False	False	0.9991416335105896	0					non-mobilizable	other	2325.0	98.28	99.0	0.015136613801413358	NZ_SLUM01000005.1	firmicutes	Fournierella massiliensis strain DSM 100451 Ga0244722_105, whole genome shotgun sequence	False	False
ISR0011_000000025382	1160	0.5005785006640258	3	1	1	1	1	True	38216	maximal	True	ISR0011_000000025382	1.0		16	6	False	False	1.0	0					non-mobilizable	no_good_hit	898.0	99.109	77.0	0.001563524047243875	NZ_QEKJ01000001.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_101, whole genome shotgun sequence	True	True
ISR0113_000000014098	1189	0.5005746335497517	2	2	2	2	1	False	58394	fragment	False	ENG0130_000000023568	0.9490049751243781		0	0	False	False	0.9974768757820129	0					non-mobilizable	other	1189.0	94.449	100.0	0.02152095938552951	NZ_JAAITI010000024.1	firmicutes	Blautia luti strain MSK.16.34 NODE_24_length_55202_cov_179.724, whole genome shotgun sequence	False	False
ISR0364_000000017179	1099	0.5005675490161211	2	2	2	2	2	False	23667	fragment	False	ISR0364_000000017179	1.0		0	0	False	False	0.9836214780807495	0					non-mobilizable	no_good_hit	489.0	69.939	43.0	0.00016796717723748336	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0056_000000003597	6725	0.5005675193410944	10	7	2	5	3	False	46215	maximal	True	FIJ0056_000000003597	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	1212.0	83.911	18.0	0.00042628616600902007	FP929059.1	firmicutes	Eubacterium siraeum V10Sc8a draft genome	True	False
SPA0044_000000012491	2156	0.5005628998133994	5	3	3	2	2	True	112644	fragment	False	ISR0362_000000009069	0.954638581393214		0	0	False	False	0.9995361566543579	0					non-mobilizable	chromosome	2156.0	99.304	100.0	0.0005775039822316361	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	True
ISR0064_000000016359	1420	0.5005621512877945	3	2	2	2	2	False	59352	maximal	False	ENG0117_000000016052	0.9675848382018373		0	0	False	False	0.9908450841903687	0					non-mobilizable	no_good_hit	344.0	72.67399999999999	24.0	9.470777452467657e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
SPA0098_000000029251	1322	0.5005621512877945	2	2	2	2	2	False	59352	maximal	False	ENG0117_000000016052	0.9431541285920094		0	0	False	False	0.9931921362876892	0					non-mobilizable	no_good_hit	344.0	72.67399999999999	26.0	9.470777452467657e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
ISR0203_000000002202	8586	0.5005612341171777	10	10	10	9	8	False	132075	maximal	True	ISR0203_000000002202	1.0	PS1137	1	1	False	True	1.0	0					non-mobilizable	no_good_hit	1769.0	84.454	21.0	0.008382966192660986	NZ_AUDP01000004.1	firmicutes	Ruminococcus gauvreauii DSM 19829 H604DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	True
ISR0069_000000011594	2122	0.5005606702955258	2	2	2	2	1	True	66972	maximal	True	ISR0069_000000011594	1.0		466	8	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	92.30799999999999	73.0	0.000273063171458072	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0106_000000021305	1813	0.5005606702955258	3	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.9818907123469376		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	92.412	83.0	0.000273063171458072	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0187_000000016854	1779	0.5005606702955258	3	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.9826863979013549		0	0	False	False	0.9966273307800293	0					non-mobilizable	no_good_hit	962.0	92.30799999999999	85.0	0.000273063171458072	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0351_000000008345	1758	0.5005606702955258	3	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.975749796675189		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	92.30799999999999	86.0	0.000273063171458072	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0013_000000015938	1708	0.5005606702955258	3	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.9653562775111346		0	0	False	False	0.9988290667533875	0					non-mobilizable	no_good_hit	962.0	92.30799999999999	84.0	0.000273063171458072	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0043_000000013041	1696	0.5005606702955258	3	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.9648637915437871		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	92.678	84.0	0.024573695327391686	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
ISR0120_000000020693	1694	0.5005606702955258	3	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.9621148322521792		0	0	False	False	0.9982290267944336	0					non-mobilizable	no_good_hit	956.0	92.573	83.0	0.024573695327391686	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
ISR0388_000000021115	1666	0.5005606702955258	3	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.8934435439978213		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	962.0	92.30799999999999	83.0	0.000273063171458072	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ENG0207_000000011290	1657	0.5005606702955258	3	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.8815078542882181		0	0	False	False	0.9915509819984436	0					non-mobilizable	no_good_hit	962.0	92.723	82.0	0.000273063171458072	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
ISR0327_000000017477	1650	0.5005606702955258	3	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.8887280858848084		0	0	False	False	0.9854545593261719	0					non-mobilizable	no_good_hit	956.0	92.573	84.0	0.024573695327391686	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
ISR0350_000000012778	1543	0.5005606702955258	3	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.5328782893558152		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	92.469	82.0	0.024573695327391686	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
ENG0048_000000016967	1528	0.5005606702955258	2	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.136741519350215		0	0	False	False	0.9731675386428833	0					non-mobilizable	no_good_hit	947.0	92.60799999999999	87.0	0.0002687965594040396	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	True
SPA0062_000000021407	1495	0.5005606702955258	2	2	2	2	1	True	66969	fragment	False	ENG0187_000000016854	0.33164968755610275		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	956.0	92.678	87.0	0.024573695327391686	NZ_VULP01000031.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq31, whole genome shotgun sequence	True	True
ISR0378_000000023668	1367	0.5005606702955258	2	2	2	2	1	True	65573	fragment	False	ISR0378_000000023668	0.9769513392781626		0	0	False	False	0.9956108331680298	0					non-mobilizable	virus	1300.0	99.76899999999999	95.0	0.2074748442740776	MK233194.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_5_c1 sequence	False	True
ISR0034_000000016821	1287	0.5005606702955258	2	2	2	2	1	True	65573	fragment	False	ISR0378_000000023668	0.47622531089978054		0	0	False	False	1.0	0					non-mobilizable	virus	1174.0	99.915	91.0	0.18735026353617634	MK233194.1	viruses	Uncultured human fecal virus clone E.hallii_S01.K07_5_c1 sequence	False	True
FIJ0002_000000015235	2337	0.5005597555165833	3	3	2	3	2	False	102925	fragment	False	MON0105_000000022762	0.9813885403596821		0	0	False	False	1.0	0					non-mobilizable	chromosome	2338.0	97.947	100.0	0.0006535214168904079	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0244_000000023022	1186	0.5005593210086852	2	1	1	1	1	False	27170	fragment	False	ISR0244_000000023022	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	86.667	8.0	0.0036325047957226236	NZ_BCQR01000167.1	high GC Gram+	Actinomadura kijaniata NBRC 14229, whole genome shotgun sequence	True	False
ISR0114_000000004490	5652	0.5005563445501038	8	7	5	7	7	False	112301	maximal	True	ISR0114_000000004490	1.0		29	10	False	False	0.9969922304153442	0					non-mobilizable	other	3287.0	99.45200000000001	93.0	0.0008054094090942859	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0090_000000011337	4806	0.5005551997105679	6	2	2	2	2	True	26909	fragment	False	ISR0255_000000005434	0.9449784229109455		0	0	False	False	0.9997919201850891	0					non-mobilizable	no_good_hit	103.0	79.612	2.0	0.00021210572197606176	NZ_SJTG01000003.1	g-proteobacteria	Dyella soli strain KACC 12747 scaffold3, whole genome shotgun sequence	True	True
ISR0200_000000003539	5647	0.5005529185463292	6	5	3	1	3	False	28781	maximal	True	ISR0200_000000003539	1.0		2	2	False	False	0.9969895482063293	0					non-mobilizable	no_good_hit	612.0	96.569	22.0	0.0001953245701978894	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ENG0042_000000019779	1252	0.5005510811458356	2	1	1	1	1	False	64667	fragment	False	ENG0042_000000019779	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	63.0	84.12700000000001	5.0	1.7052347681967115e-05	CP061473.1	firmicutes	Geobacillus sp. 47C-IIb chromosome, complete genome	True	False
FIJ0013_000000005352	4726	0.5005497428087097	3	3	2	3	3	False	50656	maximal	True	FIJ0013_000000005352	1.0		296	14	False	False	1.0	0					non-mobilizable	no_good_hit	1281.0	98.985	72.0	0.027792275574112735	NZ_VZBY01000008.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_27_length_45984_cov_30.8883_ID_53, whole genome shotgun sequence	True	False
SPA0072_000000003730	5156	0.5005488627586487	6	5	3	5	4	False	85590	fragment	False	SPA0072_000000003730	1.0		0	0	False	False	0.9994181394577026	0					non-mobilizable	no_good_hit	495.0	98.788	32.0	0.00013635025631626594	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
ISR0140_000000005904	4940	0.5005488627586487	8	5	3	5	4	False	85592	maximal	True	ISR0140_000000005904	1.0		2	2	False	False	0.9997975826263428	0					non-mobilizable	no_good_hit	858.0	99.068	43.0	0.0002371550282975379	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	True	False
SPA0100_000000016803	1700	0.5005486360944782	3	2	2	2	2	False	65736	fragment	False	SPA0100_000000016803	0.9691174314447816		0	0	False	False	1.0	0					non-mobilizable	chromosome	1700.0	98.588	100.0	0.0005476188250659222	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
SPA0046_000000018057	1782	0.5005466729516042	2	1	1	1	1	False	123208	maximal	True	SPA0046_000000018057	1.0		4	2	False	False	0.9904601573944092	0					non-mobilizable	no_good_hit	1127.0	99.734	71.0	0.0002996680497704452	FP929054.1	firmicutes	Ruminococcus obeum A2-162 draft genome	True	False
ISR0789_000000005595	2499	0.5005464255655366	5	2	1	2	2	True	48030	fragment	False	ISR0789_000000005595	0.971032231742146		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
FIJ0035_000000004922	2451	0.5005464255655366	4	2	1	2	2	True	48030	fragment	False	ISR0789_000000005595	0.9617847138855542		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
USA0007_01_000000000946	18311	0.5005423955006093	18	10	8	7	6	False	110885	maximal	True	USA0007_01_000000000946	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2660.0	94.925	43.0	0.000580860737161501	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	True	False
SPA0052_000000023505	1137	0.5005418621149306	2	2	2	2	2	False	6501	maximal	True	SPA0052_000000023505	1.0		17	6	False	False	1.0	0					non-mobilizable	other	1137.0	99.47200000000001	100.0	0.0003841074202385388	NZ_JH594596.1	CFB group bacteria	Odoribacter laneus YIT 12061 supercont1.1, whole genome shotgun sequence	False	False
DEN0031_000000013987	2436	0.5005387442811066	4	4	4	4	3	False	73795	maximal	True	DEN0031_000000013987	1.0		618	14	False	False	1.0	0					non-mobilizable	other	2436.0	99.631	100.0	0.02013211961868856	NZ_JAAIOD010000009.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_9_length_120951_cov_287.588, whole genome shotgun sequence	False	False
ENG0052_000000013953	2218	0.5005326520239144	2	1	1	1	1	False	63984	maximal	True	ENG0052_000000013953	1.0		133	12	False	False	0.9909828901290894	0					non-mobilizable	chromosome	2218.0	99.18799999999999	100.0	0.0003129222050274192	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
USA0048_01_000000009475	1680	0.5005292933632436	3	1	1	1	1	False	1117	maximal	True	USA0048_01_000000009475	1.0		4	3	False	False	0.9952380657196045	0					non-mobilizable	no_good_hit	41.0	90.244	2.0	1.2636006870196936e-05	NC_010718.1	firmicutes	Natranaerobius thermophilus JW/NM-WN-LF, complete sequence	True	False
FIJ0093_000000017021	1115	0.500524156642439	2	1	1	1	1	False	43212	fragment	False	FIJ0093_000000017021	1.0		0	0	False	False	0.963228702545166	0					non-mobilizable	no_good_hit	687.0	75.983	87.0	0.0002093691610736376	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	True	False
ISR0101_000000008861	2705	0.5005240712360756	4	3	2	2	3	False	33142	maximal	True	ISR0101_000000008861	1.0		366	14	False	False	1.0	0					non-mobilizable	chromosome	2718.0	91.06	100.0	0.0008029083585692179	LR698981.1	firmicutes	Clostridiales bacterium isolate MGYG-HGUT-02340 genome assembly, chromosome: 1	False	False
ISR0023_000000020742	1548	0.500523338005804	4	3	2	2	1	False	37515	fragment	False	ISR0023_000000020742	1.0		0	0	False	False	0.9993540048599243	0					non-mobilizable	no_good_hit								True	False
ISR0320_000000000538	19849	0.5005226836086865	24	15	7	12	6	True	132291	fragment	False	ISR0320_000000000538	1.0		0	0	False	False	1.0	0					non-mobilizable	other	13369.0	93.971	91.0	0.0031129470414054854	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	True
ISR0162_000000033369	1168	0.5005186802289749	2	2	2	2	1	False	30315	fragment	False	ISR0162_000000033369	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1168.0	99.914	100.0	0.0029488238816831797	NZ_WKRD01000001.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold1_size395751, whole genome shotgun sequence	False	False
ISR0158_000000011257	1697	0.5005183642731215	5	2	1	2	1	True	30500	maximal	True	ISR0158_000000011257	1.0		5	4	False	False	0.9723040461540222	0					non-mobilizable	other	1681.0	91.85	99.0	0.0005387204522426566	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	True
CHI0068_000000003310	3758	0.5005175818312098	5	4	4	4	3	False	102869	maximal	True	CHI0068_000000003310	0.9402007400237641		75	12	False	False	0.9949440956115723	0					non-mobilizable	other	3184.0	84.83	99.0	0.0007791753735469226	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
ENG0022_000000012318	1157	0.5005174999031897	2	2	2	2	1	False	66298	maximal	True	ENG0022_000000012318	1.0		20	6	False	False	1.0	0					non-mobilizable	no_good_hit	543.0	90.42399999999999	47.0	8.729867247926294e-05	CP048626.1	firmicutes	Blautia producta ATCC 27340 = DSM 2950 strain JCM 1471 chromosome, complete genome	True	False
MON0109_000000007312	4473	0.5005164317471724	9	7	7	5	4	False	70433	maximal	True	MON0109_000000007312	1.0		33	6	False	False	1.0	0					non-mobilizable	no_good_hit	1600.0	97.18799999999999	36.0	0.6916089965397924	KU547548.1	bacteria	Uncultured bacterium clone CH_08G_000_Contig_3 genomic sequence	True	False
ENG0139_000000014204	1520	0.5005159605386871	3	3	3	2	2	False	57843	fragment	False	ENG0139_000000014204	1.0		0	0	False	False	0.9684210419654846	0					non-mobilizable	no_good_hit	32.0	100.0	2.0	3.159947361392986e-05	NZ_ATVL01000008.1	CFB group bacteria	Hymenobacter norwichensis DSM 15439 G536DRAFT_scaffold00003.3_C, whole genome shotgun sequence	True	False
ISR0114_000000022238	1269	0.50051227100551	3	3	2	0	2	False	32522	fragment	False	ISR0114_000000022238	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1272.0	93.475	100.0	0.00037618708838663546	CP023410.1	firmicutes	Clostridium perfringens strain LLY_N11 chromosome, complete genome	False	False
ISR0797_000000001541	7538	0.5005119499112094	4	4	3	4	3	False	81035	fragment	False	ISR0797_000000001541	1.0		0	0	False	False	1.0	0					non-mobilizable	other	7538.0	100.0	100.0	0.07904313445827608	NZ_AUME01000009.1	CFB group bacteria	Prevotella corporis DSM 18810 = JCM 8529 strain DSM 18810 H515DRAFT_scaffold00007.7_C, whole genome shotgun sequence	False	False
ISR0340_000000016184	1325	0.5005093721713513	2	2	1	2	2	False	24368	maximal	True	ISR0340_000000016184	1.0		152	11	False	False	0.999245285987854	0					non-mobilizable	no_good_hit	31.0	96.774	2.0	0.00010513588813541503	NZ_LUTS01000005.1	g-proteobacteria	Neptuniibacter pectenicola strain LFT 1.8 contig_5, whole genome shotgun sequence	True	False
ISR0213_000000004463	5030	0.5005083957025921	7	6	4	6	5	False	28301	maximal	True	ISR0213_000000004463	1.0		50	8	False	False	1.0	0					non-mobilizable	no_good_hit	4216.0	96.3	88.0	0.06678502924718228	NZ_QRYH01000012.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf12, whole genome shotgun sequence	True	False
MON0052_000000017284	1637	0.5005068793754796	1	1	1	1	1	False	11218	maximal	True	MON0052_000000017284	1.0		50	10	False	False	0.9871716499328613	0					non-mobilizable	no_good_hit								True	False
MON0034_000000007407	3257	0.5005060339465542	4	3	2	2	2	True	12254	maximal	True	MON0034_000000007407	1.0		12	7	False	False	1.0	0					non-mobilizable	no_good_hit	1816.0	87.17	87.0	0.0007098030865061727	LR215982.1	firmicutes	Phascolarctobacterium faecium isolate Phascolarctobacterium succinatutens 82G5 genome assembly, chromosome: 1	True	True
USA0040_01_000000011430	1188	0.5005047849437081	2	2	1	2	1	False	1297	maximal	True	USA0040_01_000000011430	1.0		159	11	False	False	1.0	0					non-mobilizable	other	1188.0	100.0	100.0	0.0005130195457421539	AP012330.1	high GC Gram+	Bifidobacterium pseudocatenulatum DSM 20438 = JCM 1200 = LMG 10505 DNA, complete genome	False	False
ISR0029_000000026755	1603	0.5005039756948653	2	2	2	1	1	False	37101	fragment	False	USA0009_01_000000013908	0.585210446420486		0	0	False	False	0.9975046515464783	0					non-mobilizable	chromosome	1603.0	99.93799999999999	100.0	0.00028477529416114653	CP046176.1	CFB group bacteria	Phocaeicola dorei strain DSM 17855 chromosome, complete genome	False	False
SPA0122_000000017415	1356	0.5004999952638444	3	3	3	1	2	False	4103	maximal	True	SPA0122_000000017415	1.0		41	10	False	False	1.0	0					non-mobilizable	chromosome	1356.0	100.0	100.0	0.0002729301071316133	CP054454.1	enterobacteria	Escherichia coli strain SCU-487 chromosome, complete genome	False	False
CHI0170_000000005100	1935	0.5004995462988755	3	3	3	3	2	False	80903	maximal	False	ISR0031_000000010743	0.9480098976669107		0	0	False	False	0.9922480583190918	0					non-mobilizable	no_good_hit	454.0	72.02600000000001	23.0	0.665144596651446	EU059689.1	bacteria	Uncultured bacterium clone HA0AAA2ZC03FM1 genomic sequence	True	False
USA0057_01_000000008510	3654	0.5004988965276104	4	4	4	4	3	False	81203	maximal	True	USA0057_01_000000008510	1.0		44	9	False	False	1.0	0					non-mobilizable	no_good_hit	609.0	73.071	16.0	0.0032083883394290907	NZ_NEWD01000016.1	high GC Gram+	Bifidobacterium vansinderenii strain Tam10B Contig_16, whole genome shotgun sequence	True	False
DEN0039_000000002049	6051	0.5004972592403222	6	6	6	6	5	False	73318	maximal	True	DEN0039_000000002049	1.0		16	6	False	False	0.9998347163200378	0					non-mobilizable	no_good_hit	419.0	73.986	7.0	8.112741696169027e-05	CP008852.1	firmicutes	Pelosinus sp. UFO1, complete genome	True	False
ISR0150_000000000871	19300	0.5004970008283662	18	8	6	7	2	True	30836	maximal	True	ISR0150_000000000871	1.0		8	5	False	False	1.0	0					non-mobilizable	no_good_hit	101.0	91.089	1.0	0.00042611941570505716	NZ_VZPY01000009.1	g-proteobacteria	Vibrio kanaloae strain CCUG 56968 contig_0000009, whole genome shotgun sequence	True	True
FIJ0049_000000013910	1241	0.5004958241312212	1	1	1	1	1	False	46645	maximal	True	FIJ0049_000000013910	1.0		2	1	False	False	0.9830781817436218	0					non-mobilizable	no_good_hit	123.0	99.18700000000001	10.0	6.533371605324376e-05	CP017245.1	bacteria	Candidatus Melainabacteria bacterium MEL.A1 chromosome, complete genome	True	False
ISR0156_000000008035	3241	0.5004913317204578	3	3	2	3	2	False	130997	fragment	False	USA0037_01_000000005669	0.07154620280208132		0	0	False	False	1.0	0					non-mobilizable	other	1709.0	98.596	100.0	0.003571450975144123	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
USA0011_01_000000002806	12778	0.5004911906586715	21	19	4	15	19	True	62809	maximal	True	USA0011_01_000000002806	1.0		5	2	False	False	0.9997652173042297	0			MPF_F	MOBF	mobilizable	no_good_hit	10681.0	100.0	84.0	0.09350049026474296	CP051715.1	enterobacteria	Escherichia coli strain SCU-122 plasmid pSCU-122-1, complete sequence	True	True
CHI0181_000000010131	2022	0.500490579210784	2	2	2	2	2	False	87583	fragment	False	CHI0181_000000010131	0.9303861788617886		0	0	False	False	0.9945598244667053	0					non-mobilizable	other	2023.0	87.197	100.0	0.07229475943480594	NZ_WNCH01000032.1	b-proteobacteria	Parasutterella excrementihominis strain BIOML-A6 scaffold32_size27709, whole genome shotgun sequence	False	False
CHI0140_000000015709	1879	0.5004889780623277	3	3	3	3	3	False	80251	fragment	False	CHI0140_000000015709	1.0		0	0	False	False	0.9994677901268005	0					non-mobilizable	no_good_hit	509.0	73.87	26.0	0.00017323519693042568	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	False
MON0044_000000014214	3357	0.5004873738168044	4	3	0	1	3	False	11984	fragment	False	MON0044_000000014214	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3359.0	89.461	100.0	0.02244807539975565	NZ_SPFY01000003.1	actinobacteria	Collinsella aerofaciens strain 1001271st1_C3 NODE_3_length_148966_cov_20.1561, whole genome shotgun sequence	False	False
USA0079_01_000000002549	5315	0.5004865483804926	5	3	3	2	2	False	84236	fragment	False	USA0079_01_000000002549	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2176.0	71.691	40.0	0.005321114111366505	NZ_JH992946.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.7, whole genome shotgun sequence	True	False
CHI0083_000000001941	5183	0.5004865483804926	5	3	3	2	2	False	84235	fragment	False	CHI0083_000000001941	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2181.0	71.939	41.0	0.005321114111366505	NZ_JH992946.1	CFB group bacteria	Bacteroides oleiciplenus YIT 12058 supercont1.7, whole genome shotgun sequence	True	False
ISR0395_000000017299	2236	0.500485588773087	2	2	2	2	2	False	22726	fragment	False	ISR0395_000000017299	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1638.0	98.90100000000001	77.0	0.0004893943139974247	FP929042.1	firmicutes	Eubacterium rectale DSM 17629 draft genome	True	False
AST0102_000000002161	10913	0.5004846819210633	11	10	7	7	7	False	108397	fragment	False	AST0102_000000002161	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	6865.0	94.275	72.0	0.0019587908982867217	NZ_BFBT01000001.1	firmicutes	Lawsonibacter asaccharolyticus strain 3BBH22, whole genome shotgun sequence	True	False
AST0003_000000016507	2016	0.5004845028353903	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.09286683189371969		0	0	False	False	0.9995039701461792	0					non-mobilizable	other	2016.0	97.073	100.0	0.0042113010912999205	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
ISR0081_000000008542	2749	0.500483504301873	4	3	1	2	1	False	34246	maximal	True	ISR0081_000000008542	1.0		8	5	False	False	0.9963623285293579	0					non-mobilizable	no_good_hit	288.0	93.056	42.0	0.00010127432745201202	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
FIJ0126_000000014358	2563	0.500483504301873	4	3	1	2	1	False	77992	fragment	False	FIJ0126_000000014358	0.9528458662235149		0	0	False	False	0.9988294839859009	0					non-mobilizable	no_good_hit	191.0	86.387	12.0	6.704572200655848e-05	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
ENG0153_000000011397	2633	0.50048319616155	3	3	3	3	3	True	56956	maximal	True	ENG0153_000000011397	1.0		23	6	False	False	1.0	0					non-mobilizable	no_good_hit	87.0	79.31	3.0	0.0007958348115405636	NZ_NIBG01000015.1	firmicutes	Anaeromicrobium sediminis strain DY2726D Seq15, whole genome shotgun sequence	True	True
ISR0050_000000019582	1466	0.5004830431177122	2	1	0	1	1	False	43293	maximal	False	ISR0398_000000014589	0.94556731241935		0	0	True	True	1.0	2	rep_cluster_1649				non-mobilizable	plasmid	1476.0	92.344	100.0	0.5120587207270185	CP012880.1	firmicutes	Weissella cibaria strain CH2 plasmid pMKC07, complete sequence	False	True
MAD0027_000000005999	1962	0.500482347546056	1	1	1	1	1	False	19049	maximal	True	MAD0027_000000005999	1.0		260	14	False	False	1.0	0					non-mobilizable	other	1962.0	91.539	99.0	0.015304963539096585	NZ_VZBY01000027.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_8_length_127671_cov_23.2129_ID_15, whole genome shotgun sequence	False	False
CHI0112_000000009955	1829	0.5004821627884635	3	2	2	2	2	False	82419	maximal	True	CHI0112_000000009955	1.0		1	1	False	False	0.9978129863739014	0					non-mobilizable	no_good_hit	441.0	85.941	53.0	0.0022989706881237264	NZ_WNAJ01000006.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold6_size191390, whole genome shotgun sequence	True	False
DEN0046_000000014949	1626	0.5004800979906561	3	3	3	3	3	False	87697	fragment	False	ISR0382_000000007774	0.6326492882233316		0	0	False	False	0.9993849992752075	0					non-mobilizable	chromosome	1626.0	99.323	100.0	0.0003635054813271149	CP059408.1	CFB group bacteria	Bacteroides sp. CACC 737 chromosome, complete genome	False	False
SPA0107_000000005745	5199	0.5004788522625442	6	5	5	5	3	False	119357	maximal	True	SPA0107_000000005745	0.9580681219186646		68	8	False	False	0.9998076558113098	0					non-mobilizable	chromosome	5199.0	99.538	100.0	0.002878355288846304	CP017803.1	euryarchaeotes	Methanobrevibacter smithii strain KB11 chromosome, complete genome	False	False
MAD0012_000000013742	2084	0.5004781646377358	3	3	2	3	1	True	19671	fragment	False	MAD0012_000000013742	1.0		0	0	False	False	0.9697696566581726	0					non-mobilizable	no_good_hit								True	True
ISR0371_000000003084	4708	0.5004771066819551	6	3	3	3	3	False	23495	maximal	True	ISR0371_000000003084	1.0		7	4	False	False	0.9966015219688416	0					non-mobilizable	no_good_hit	771.0	73.671	16.0	0.02206052875695733	NZ_FOJI01000024.1	firmicutes	[Clostridium] fimetarium strain DSM 9179, whole genome shotgun sequence	True	False
ENG0142_000000003671	6584	0.5004770741099602	10	7	6	5	5	False	102672	maximal	True	ENG0142_000000003671	1.0		5	2	False	False	1.0	0					non-mobilizable	no_good_hit	1901.0	81.536	64.0	0.0005330420659504447	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	True	False
DEN0096_000000022498	1990	0.5004768071160635	4	3	2	3	3	False	68171	maximal	True	DEN0096_000000022498	1.0		18	7	False	False	1.0	0					non-mobilizable	chromosome	1953.0	98.669	98.0	0.0004008639933364576	CP031653.1	enterobacteria	Escherichia coli strain UK_Dog_Liverpool chromosome, complete genome	False	False
ENG0134_000000018914	2081	0.5004761109678378	3	3	3	3	3	False	93155	fragment	False	FIJ0023_000000014173	0.5489868346658474		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	563.0	77.62	27.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
SPA0092_000000021611	2056	0.5004761109678378	3	3	3	3	3	False	93155	fragment	False	FIJ0023_000000014173	0.5445253215063928		0	0	False	False	0.9990272521972656	0					non-mobilizable	no_good_hit	563.0	77.798	27.0	0.00014639340595912822	CP015406.2	firmicutes	Flavonifractor plautii strain YL31, complete genome	True	False
ENG0050_000000006324	3779	0.5004747247538357	6	4	3	4	0	False	64158	maximal	True	ENG0050_000000006324	1.0		17	5	False	False	1.0	0					non-mobilizable	no_good_hit	327.0	80.734	17.0	9.161642283396013e-05	AP018533.1	firmicutes	Clostridiales bacterium CCNA10 DNA, complete genome	True	False
FIJ0028_000000021465	1409	0.5004746099682162	2	2	1	2	1	False	48918	maximal	True	FIJ0028_000000021465	1.0		24	9	False	False	0.9858055114746094	0					non-mobilizable	no_good_hit	440.0	100.0	31.0	6.766666384079992e-05	NZ_CP012937.1	CFB group bacteria	Bacteroides thetaiotaomicron strain 7330 chromosome, complete genome	True	False
DEN0072_000000003236	6049	0.5004728265338351	6	2	2	1	2	False	70302	maximal	True	DEN0072_000000003236	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	1361.0	75.092	23.0	0.023144247468060593	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	True	False
AST0053_000000001948	6573	0.5004717928115964	12	11	4	6	11	False	114271	maximal	True	AST0053_000000001948	1.0		24	7	False	False	1.0	0					non-mobilizable	chromosome	6573.0	99.939	100.0	0.0013574462495073783	LR882493.1	enterobacteria	Escherichia coli isolate 2016-17-292 genome assembly, chromosome: 1	False	False
ISR0025_000000020972	1876	0.5004671105177451	3	3	3	3	2	False	55236	fragment	False	ENG0182_000000014700	0.929158110882957		0	0	False	False	1.0	0					non-mobilizable	other	1876.0	99.52	100.0	0.06925463544359903	NZ_JAAIUL010000030.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_30_length_27074_cov_291.886, whole genome shotgun sequence	False	False
FIJ0077_000000003122	9085	0.5004649081136698	8	6	3	6	3	False	52320	maximal	True	FIJ0077_000000003122	1.0		3	1	False	False	0.999009370803833	0					non-mobilizable	no_good_hit	1411.0	71.58	15.0	0.00022403208218139676	NZ_UFVT01000001.1	firmicutes	Blautia coccoides strain NCTC11035, whole genome shotgun sequence	True	False
SPA0010_000000019874	1318	0.5004622787990227	2	2	2	2	2	False	52525	fragment	False	FIJ0001_000000015992	0.990188679245283		0	0	False	False	0.9908952713012695	0					non-mobilizable	no_good_hit	584.0	75.171	44.0	0.0026447439696651053	NZ_AAXG02000012.1	firmicutes	Pseudoflavonifractor capillosus ATCC 29799 B_capillosus-2.0.1_Cont157, whole genome shotgun sequence	True	False
ISR0256_000000012829	1394	0.5004603197497153	2	2	2	2	1	False	26835	maximal	True	ISR0256_000000012829	1.0		137	13	False	False	0.9799138903617859	0					non-mobilizable	no_good_hit	577.0	96.88	41.0	0.00017342256968290467	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
MON0101_000000013487	4290	0.5004579297099644	4	4	4	3	3	False	14344	maximal	True	MON0101_000000013487	0.9953637660485022		6	3	False	False	0.9997668862342834	0					non-mobilizable	other	4290.0	99.557	100.0	0.001291335766267323	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
MON0002_000000004812	4206	0.5004579297099644	5	4	4	3	3	False	14344	maximal	False	MON0101_000000013487	0.9856643356643358		0	0	False	False	0.9995244741439819	0					non-mobilizable	other	4206.0	99.54799999999999	100.0	0.0012660449748552328	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
CAN0020_000000013784	2682	0.5004542411936228	3	3	3	3	3	False	91892	maximal	True	CAN0020_000000013784	1.0		83	8	False	False	0.9996271729469299	0					non-mobilizable	other	2676.0	99.70100000000001	99.0	0.011908153635214302	NZ_CZBD01000005.1	firmicutes	Flavonifractor plautii strain 2789STDY5834932, whole genome shotgun sequence	False	False
CHI0158_000000003692	4040	0.5004525200912558	6	5	2	3	5	False	78917	fragment	False	CHI0158_000000003692	1.0		0	0	False	False	1.0	0					non-mobilizable	other	3964.0	99.773	98.0	0.02171233214444207	NZ_KB894117.1	CFB group bacteria	Bacteroides gallinarum DSM 18171 = JCM 13658 strain DSM 18171 C233DRAFT_scaffold00003.3, whole genome shotgun sequence	False	False
ISR0204_000000001142	8015	0.5004516985871186	8	6	4	5	4	False	104754	fragment	False	ISR0152_000000003064	0.24192832202301873		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2691.0	90.93299999999999	35.0	0.0011995303624429186	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0063_000000004761	7585	0.5004516985871186	8	6	4	5	4	False	104754	fragment	False	ISR0152_000000003064	0.8700277861647229		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2096.0	90.649	33.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ENG0017_000000002820	7585	0.5004516985871186	8	6	4	5	4	False	104754	fragment	False	ISR0152_000000003064	0.8660385114104918		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2096.0	90.649	34.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
USA0066_01_000000002498	7570	0.5004516985871186	8	6	4	5	4	False	104754	fragment	False	ISR0152_000000003064	0.8772011275855647		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2105.0	87.93299999999999	31.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0382_000000001525	7470	0.5004516985871186	7	6	4	5	4	False	104754	fragment	False	ISR0152_000000003064	0.7960755044779243		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2105.0	87.93299999999999	32.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0276_000000001544	7455	0.5004516985871186	7	6	4	5	4	False	104754	fragment	False	ISR0152_000000003064	0.7183649569299314		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2096.0	91.985	31.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
CAN0013_000000003494	7453	0.5004516985871186	7	6	4	5	4	False	104754	fragment	False	ISR0152_000000003064	0.7184560351068994		0	0	False	False	0.9997316598892212	0					non-mobilizable	no_good_hit	2092.0	91.77799999999999	31.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0150_000000002894	7305	0.5004516985871186	7	6	4	5	4	False	104754	fragment	False	ISR0152_000000003064	0.6376381134451108		0	0	False	False	0.9998630881309509	0					non-mobilizable	no_good_hit	2105.0	87.93299999999999	32.0	0.0009331168109628507	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
DEN0021_000000011013	3088	0.5004516062889679	4	4	4	4	3	False	123002	maximal	True	DEN0021_000000011013	1.0		125	12	False	False	1.0	0					non-mobilizable	chromosome	3092.0	87.419	100.0	0.0010763587286139928	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
ISR0279_000000009217	2303	0.5004507372122772	3	3	3	3	3	False	76252	fragment	False	ISR0279_000000009217	1.0		0	0	False	False	0.9986973404884338	0					non-mobilizable	other	2306.0	98.439	100.0	0.03902381113900007	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	False	False
ISR0194_000000001392	14003	0.5004498184110197	19	12	7	10	8	False	119590	maximal	True	ISR0194_000000001392	1.0		1	1	False	False	0.9999285936355591	0					non-mobilizable	no_good_hit	2482.0	98.227	65.0	0.05552447239442294	CP021588.1	other sequences	Unidentified plasmid plasmid FAKO27_6411, complete sequence	True	False
ENG0179_000000010780	3102	0.5004489582021611	4	4	4	4	2	False	55405	maximal	True	ENG0179_000000010780	1.0		18	4	False	False	0.9822695255279541	0					non-mobilizable	no_good_hit	144.0	92.361	5.0	4.4127663853107833e-05	LR699012.1	firmicutes	Anaerostipes hadrus isolate MGYG-HGUT-02528 genome assembly, chromosome: 1	True	False
ENG0084_000000015116	1897	0.5004472347409417	1	1	1	1	1	False	101791	fragment	False	ENG0084_000000015116	0.9971571322333851		0	0	False	False	0.9978914260864258	0					non-mobilizable	chromosome	1897.0	99.736	100.0	0.00026761411850788753	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
AUS0008_000000013114	1887	0.5004472347409417	1	1	1	1	1	False	101791	fragment	False	ENG0084_000000015116	0.9956005909265441		0	0	False	False	0.999470055103302	0					non-mobilizable	chromosome	1887.0	100.0	100.0	0.0002662026516381202	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
CHI0064_000000007739	2315	0.5004413052030108	4	4	3	3	3	False	85341	maximal	True	CHI0064_000000007739	1.0		68	12	False	False	0.9987040758132935	0					non-mobilizable	other	2315.0	100.0	100.0	0.020109848089825147	NZ_JAAIOD010000010.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_10_length_115068_cov_358.298, whole genome shotgun sequence	False	False
MON0080_000000030907	1776	0.5004395069491867	2	2	2	2	2	False	10046	maximal	True	MON0080_000000030907	1.0		233	13	False	False	0.9650900959968567	0					non-mobilizable	no_good_hit								True	False
CHI0015_000000000705	9333	0.5004393253421561	9	7	5	5	6	False	89895	maximal	True	CHI0015_000000000705	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	6088.0	99.77	65.0	0.2083889744906694	NZ_QRML01000044.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf44, whole genome shotgun sequence	True	False
ETH0002_000000014087	1839	0.5004392290422548	2	1	1	1	1	False	53335	fragment	False	ETH0002_000000014087	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
DEN0052_000000003802	8019	0.5004383795077284	14	7	3	6	5	False	75140	maximal	True	DEN0052_000000003802	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	90.0	90.0	2.0	0.00037964744557667586	NZ_LT706940.1	d-proteobacteria	Mailhella massiliensis strain Marseille-P3199T, whole genome shotgun sequence	True	False
SPA0005_000000008788	3348	0.5004314343124973	6	5	2	4	5	False	8329	fragment	False	SPA0005_000000008788	1.0		0	0	False	False	0.9997013211250305	0					non-mobilizable	chromosome	3348.0	100.0	100.0	0.0007027417215261526	CP055292.1	enterobacteria	Shigella sonnei strain SE6-1 chromosome, complete genome	False	False
FIJ0001_000000008794	2245	0.500427774579942	3	3	3	2	2	False	85293	maximal	True	FIJ0001_000000008794	1.0		33	7	False	False	0.9977728128433228	0					non-mobilizable	other	2207.0	99.275	98.0	0.03185375573974066	NZ_CYZK01000016.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
CAN0015_000000003686	11108	0.5004266860926437	9	9	9	9	9	False	125451	maximal	True	CAN0015_000000003686	1.0		102	10	False	False	1.0	0					non-mobilizable	chromosome	11108.0	99.82	100.0	0.0031053286656929835	NZ_CP034413.1	firmicutes	Dysosmobacter welbionis strain J115 chromosome, complete genome	False	False
ISR0374_000000000413	24777	0.5004261067655317	27	16	8	13	10	True	122916	maximal	True	ISR0374_000000000413	1.0		1	1	False	False	0.9998385310173035	0					non-mobilizable	other	23288.0	95.85600000000001	99.0	0.1354207345149765	NZ_JAAIQH010000005.1	firmicutes	Anaerostipes hadrus strain MSK.14.23 NODE_5_length_171569_cov_238.389, whole genome shotgun sequence	False	True
MON0026_000000012895	2952	0.5004253282275934	2	2	1	2	2	False	12769	maximal	True	MON0026_000000012895	1.0		31	4	False	False	1.0	0					non-mobilizable	no_good_hit	169.0	75.148	6.0	0.0005075447900679259	NZ_KE159508.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.5, whole genome shotgun sequence	True	False
FIJ0015_000000005782	4950	0.5004222291729287	7	5	4	5	3	False	57984	maximal	True	FIJ0015_000000005782	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit	84.0	96.429	2.0	0.0011492502180806138	NZ_FQXV01000017.1	firmicutes	Sporobacter termitidis DSM 10068, whole genome shotgun sequence	True	False
ISR0103_000000019132	1565	0.5004183869775829	1	1	1	1	1	False	85663	maximal	False	CHI0061_000000004454	0.9427235534774985		0	0	False	False	0.9993610382080078	0					non-mobilizable	other	1565.0	99.169	100.0	0.0004680279176857396	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
SPA0088_000000009710	1561	0.5004183869775829	1	1	1	1	1	False	5451	maximal	True	SPA0088_000000009710	1.0		25	4	False	False	0.983984649181366	0					non-mobilizable	other	1575.0	75.238	100.0	0.00170420654983384	NZ_KI669407.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.1, whole genome shotgun sequence	False	False
FIJ0081_000000003852	7335	0.500417661316864	7	7	6	7	7	False	44286	maximal	True	FIJ0081_000000003852	1.0		73	9	False	False	0.9975460171699524	0					non-mobilizable	no_good_hit	1203.0	72.569	16.0	0.0045390442576081005	NZ_CACZYW010000004.1	firmicutes	Eubacterium ruminantium isolate RUG13076, whole genome shotgun sequence	True	False
ISR0211_000000012686	1787	0.5004171906166796	3	1	1	1	1	False	28406	fragment	False	ISR0211_000000012686	1.0		0	0	False	False	0.9798545241355896	0					non-mobilizable	no_good_hit	747.0	99.73200000000001	42.0	0.002303962196464578	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	False
FIJ0020_000000013261	1625	0.5004171314205537	2	2	2	1	1	False	49775	maximal	True	FIJ0020_000000013261	1.0		2	1	False	False	1.0	0					non-mobilizable	chromosome	1625.0	98.09200000000001	100.0	0.00034093079986480333	CP056662.1	enterobacteria	Escherichia coli strain RHBSTW-00187 chromosome, complete genome	False	False
MON0059_000000015296	2547	0.5004144293274538	5	3	3	3	3	True	10945	maximal	True	MON0059_000000015296	1.0		6	4	False	False	0.997644305229187	0					non-mobilizable	no_good_hit	1253.0	83.87899999999999	49.0	0.01699294580849784	NZ_CABMGA010000011.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	True
ENG0189_000000002160	5356	0.5004114301864269	11	7	3	4	6	True	113096	fragment	False	ENG0189_000000002160	1.0		0	0	False	False	0.9979462027549744	0					non-mobilizable	no_good_hit	3779.0	93.199	81.0	0.05851501280161378	NZ_JAAITI010000020.1	firmicutes	Blautia luti strain MSK.16.34 NODE_20_length_64445_cov_134.906, whole genome shotgun sequence	True	True
CHI0132_000000004939	6743	0.5004107428192058	8	7	3	3	6	True	80954	maximal	True	CHI0132_000000004939	1.0		5	5	False	False	0.9986652731895447	0					non-mobilizable	no_good_hit	5701.0	98.0	85.0	0.04653479901344266	NZ_KE159497.1	CFB group bacteria	Phocaeicola sartorii strain dnLKV3 acPFj-supercont1.13, whole genome shotgun sequence	True	True
SPA0146_000000018445	1246	0.5004098309074069	2	2	2	2	1	False	3332	maximal	True	SPA0146_000000018445	1.0		11	5	False	False	0.9975922703742981	0					non-mobilizable	other	603.0	98.34200000000001	98.0	0.00018996085291791862	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
ENG0129_000000000547	29068	0.5004056243334603	18	10	6	9	7	True	124907	maximal	True	ENG0129_000000000547	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	99.007	1.0	0.9975124378109452	GQ883039.1		Uncultured organism clone VC1D785TR genomic sequence	True	True
AST0016_000000010853	2386	0.5004038504376774	2	2	2	2	2	False	123421	fragment	False	ENG0015_000000007204	0.9605367008681926		0	0	False	False	1.0	0					non-mobilizable	chromosome	1228.0	87.052	95.0	0.00032586767628476547	CP040518.1	firmicutes	Blautia sp. SC05B48 chromosome, complete genome	False	False
MAD0045_000000030921	1381	0.5004012523584564	4	2	1	2	0	False	17816	fragment	False	MAD0045_000000030921	1.0		0	0	False	False	0.976828396320343	0					non-mobilizable	other	1382.0	96.816	100.0	0.004703329751478803	NZ_KE150240.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.3, whole genome shotgun sequence	False	False
USA0019_01_000000007386	3963	0.5004010620275412	2	1	1	1	1	True	123433	maximal	True	USA0019_01_000000007386	1.0		41	7	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0249_000000004152	3846	0.5004010620275412	3	1	1	1	1	True	123430	maximal	True	ISR0249_000000004152	1.0		2	2	False	False	0.9906396269798279	0					non-mobilizable	no_good_hit	39.0	100.0	1.0	0.00017526543488889093	NZ_WKRD01000007.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold7_size216814, whole genome shotgun sequence	True	True
FIJ0142_000000009799	3321	0.5004010620275412	3	1	1	1	1	True	123431	maximal	True	FIJ0142_000000009799	1.0		27	8	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ISR0254_000000003444	2968	0.5004010620275412	3	1	1	1	1	True	123429	fragment	False	ISR0254_000000003444	1.0		0	0	False	False	0.9942722320556641	0					non-mobilizable	no_good_hit								True	True
FIJ0005_000000010959	2906	0.5004010620275412	3	1	1	1	1	True	123428	fragment	False	FIJ0005_000000010959	1.0		0	0	False	False	0.9996559023857117	0					non-mobilizable	no_good_hit								True	True
AST0025_000000012719	2767	0.5004010620275412	3	1	1	1	1	True	123432	fragment	False	USA0037_01_000000011529	0.9374306667471254		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
AST0016_000000010500	2473	0.5004010620275412	2	1	1	1	1	True	123427	fragment	False	AST0016_000000010500	0.9766158797489239		0	0	False	False	0.9858471751213074	0					non-mobilizable	no_good_hit								True	True
USA0036_01_000000014131	2466	0.5004010620275412	2	1	1	1	1	True	123427	fragment	False	AST0016_000000010500	0.9749858796683547		0	0	False	False	0.9955393075942993	0					non-mobilizable	no_good_hit								True	True
SPA0028_000000013222	2300	0.5004010620275412	2	1	1	1	1	True	123427	fragment	False	AST0016_000000010500	0.9511308470696914		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
ENG0207_000000008137	2200	0.5004010620275412	2	1	1	1	1	True	123427	fragment	False	AST0016_000000010500	0.5474497781028423		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	True
SPA0037_000000011983	2068	0.5004010620275412	2	1	1	1	1	True	123427	fragment	False	AST0016_000000010500	0.4044500575521166		0	0	False	False	0.9990328550338745	0					non-mobilizable	no_good_hit								True	True
FIJ0094_000000011091	1832	0.5004010620275412	1	1	1	1	1	True	57683	fragment	False	FIJ0094_000000011091	0.9740353118021705		0	0	False	False	0.9945414662361145	0					non-mobilizable	no_good_hit								True	True
ENG0142_000000018710	1816	0.5004010620275412	1	1	1	1	1	True	57683	fragment	False	FIJ0094_000000011091	0.9727897368559107		0	0	False	False	0.9928414225578308	0					non-mobilizable	no_good_hit								True	True
TAN0002_000000005144	5591	0.5004006972433327	4	4	4	4	4	False	11805	maximal	True	TAN0002_000000005144	1.0		1	1	False	False	0.997674822807312	0					non-mobilizable	no_good_hit	1824.0	93.476	33.0	0.0004037078810721983	LR027880.1	firmicutes	Roseburia intestinalis L1-82 genome assembly, chromosome: 1	True	False
SPA0015_000000007092	2941	0.5003985804928135	6	4	3	2	3	False	125942	maximal	True	SPA0015_000000007092	0.963701971070169		162	12	False	False	1.0	0					non-mobilizable	chromosome	1322.0	97.50399999999999	97.0	0.0003691626333526544	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
CHI0033_000000002323	2889	0.5003985804928135	6	4	3	2	3	False	125942	maximal	False	SPA0015_000000007092	0.6531548283128797		0	0	False	False	1.0	0					non-mobilizable	other	2787.0	98.637	98.0	0.14276923076923076	NZ_CYXV01000024.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
DEN0081_000000002877	2689	0.5003985804928135	5	4	3	2	3	False	125942	maximal	False	SPA0015_000000007092	0.9351098506778065		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	97.57600000000001	97.0	0.0004004413777887254	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
ENG0075_000000004754	5036	0.5003915175197176	6	4	4	4	3	False	62121	maximal	True	ENG0075_000000004754	1.0		377	9	False	False	1.0	0					non-mobilizable	other	4413.0	96.397	92.0	0.004483311103158853	NZ_LT629944.1	firmicutes	Angelakisella massiliensis strain Marseille-P3217T, whole genome shotgun sequence	False	False
FIJ0011_000000014971	2913	0.5003902286250906	4	4	2	4	1	False	64340	fragment	False	FIJ0011_000000014971	0.9184252845081587		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0839_000000007037	2643	0.5003902286250906	4	4	2	4	1	False	64340	fragment	False	FIJ0011_000000014971	0.6138164856803329		0	0	False	False	0.9992432594299316	0					non-mobilizable	no_good_hit								True	False
ENG0047_000000007062	2569	0.5003902286250906	4	4	2	4	1	False	64340	fragment	False	FIJ0011_000000014971	0.46639223988168516		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0815_000000009302	3294	0.5003877853629257	5	4	3	2	3	False	126129	fragment	False	ISR0815_000000009302	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	603.0	85.075	18.0	0.09096422073984232	HG796266.1	bacteria	Uncultured bacterium extrachromosomal DNA RGI00148	True	False
ISR0316_000000008529	2333	0.500386617930573	2	2	1	1	1	False	25213	maximal	True	ISR0316_000000008529	1.0		294	13	False	False	1.0	0					non-mobilizable	chromosome	2333.0	99.014	100.0	0.0006220775094705432	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	False	False
ENG0046_000000016547	1146	0.5003865222290971	2	2	2	2	2	False	64381	maximal	True	ENG0046_000000016547	1.0		163	9	False	False	0.9790576100349426	0					non-mobilizable	other	1144.0	99.825	99.0	0.0005167565786913479	FP929048.1	firmicutes	Megamonas hypermegale ART12/1 draft genome	False	False
FIJ0103_000000014936	1501	0.5003839777535976	2	2	2	2	2	False	42569	fragment	False	FIJ0103_000000014936	0.9691734417344173		0	0	False	False	1.0	0					non-mobilizable	other	1485.0	96.431	99.0	0.0013420060626669551	NZ_GL833109.1	firmicutes	Lactobacillus ruminis ATCC 25644 SCAFFOLD1, whole genome shotgun sequence	False	False
MON0028_000000011754	2167	0.5003825974629212	4	3	1	1	3	False	86914	maximal	True	MON0028_000000011754	1.0		12	5	False	False	1.0	0		MOBQ			mobilizable	no_good_hit	1817.0	100.0	84.0	0.3515292295780101	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	True	True
CHI0048_000000009371	2046	0.5003825974629212	3	3	1	1	3	False	86913	fragment	False	FIJ0022_000000012580	0.9467433312992305		0	0	False	False	0.9970674514770508	0		MOBQ			mobilizable	plasmid	2050.0	97.61	100.0	0.27445725006700616	CP049124.1	enterobacteria	Escherichia coli strain EC931 plasmid pEC931_4, complete sequence	False	True
FIJ0022_000000012580	2044	0.5003825974629212	3	3	1	1	3	False	86913	fragment	False	FIJ0022_000000012580	0.9580521032133936		0	0	False	False	1.0	0		MOBQ			mobilizable	chromosome	1946.0	98.818	100.0	0.00037970052658313643	CP035377.1	enterobacteria	Escherichia coli strain BR43-DEC chromosome	False	True
ISR0784_000000006213	1953	0.5003825974629212	3	3	1	1	3	False	86913	fragment	False	FIJ0022_000000012580	0.639921722113503		0	0	False	False	1.0	0		MOBQ			mobilizable	plasmid	1953.0	99.28299999999999	100.0	0.37792836398838336	JX238445.1	enterobacteria	Escherichia coli strain EC08 plasmid pEC08-6 replication protein, MobA, and hypothetical protein genes, complete cds	False	True
MON0092_000000032488	1718	0.5003825974629212	3	3	1	1	3	False	79462	fragment	False	MON0092_000000032488	0.9961832061068703		0	0	False	False	0.9959254860877991	0		MOBQ			mobilizable	plasmid	1705.0	100.0	99.0	0.32984901277584205	CP054339.1	enterobacteria	Escherichia coli strain SCU-120 plasmid pSCU-120-4, complete sequence	False	True
ENG0080_000000011392	2301	0.500380564886394	4	2	2	1	1	False	61745	maximal	True	ENG0080_000000011392	1.0		13	6	False	False	1.0	0					non-mobilizable	no_good_hit	389.0	73.779	17.0	0.004586106864715866	NZ_JUPW01000093.1	high GC Gram+	Isoptericola variabilis strain 871_IVAR 343_83077_1995091, whole genome shotgun sequence	True	False
ENG0082_000000017944	1163	0.5003785148437482	1	1	1	1	1	False	61587	fragment	False	ISR0181_000000014061	0.6520781723093861		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	272.0	80.515	23.0	0.00011708512219448975	NZ_FLKM01000009.1	firmicutes	Emergencia timonensis strain SN18, whole genome shotgun sequence	True	False
DEN0031_000000023589	1467	0.5003778793776721	3	3	3	3	3	False	76275	fragment	False	DEN0073_000000028334	0.28710381324303547		0	0	False	False	1.0	0					non-mobilizable	other	1467.0	97.819	100.0	0.021314025675695323	NZ_CYZK01000017.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
ISR0336_000000006805	2076	0.5003754207769454	4	2	2	2	2	False	73410	maximal	True	ISR0336_000000006805	1.0		1	1	False	False	0.9836223721504211	0					non-mobilizable	no_good_hit	195.0	77.436	9.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
ENG0184_000000013608	1648	0.5003754207769454	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.8836297432244119		0	0	False	False	0.9951456189155579	0					non-mobilizable	no_good_hit	195.0	77.436	12.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
SPA0023_000000017423	1610	0.5003754207769454	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.7552548827791818		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	77.949	12.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
ISR0225_000000013070	1607	0.5003754207769454	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.8831753483387604		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	77.436	12.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
ISR0293_000000022903	1533	0.5003754207769454	2	2	2	2	2	False	73409	fragment	False	ISR0390_000000008067	0.7424340208092941		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	195.0	77.949	13.0	0.00045930966231269517	NZ_FWXI01000001.1	firmicutes	Sporomusa malonica strain DSM 5090, whole genome shotgun sequence	True	False
ISR0279_000000015900	1427	0.5003750693703105	3	3	3	2	1	False	110330	fragment	False	ISR0279_000000015900	0.8574293685854876		0	0	False	False	1.0	0					non-mobilizable	other	1427.0	97.617	100.0	0.012105057639089319	NZ_CYZK01000010.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	False	False
MAD0043_000000007370	3223	0.5003749381131599	4	1	1	1	1	False	31735	fragment	False	MAD0043_000000007370	1.0		0	0	False	False	0.9996897578239441	0					non-mobilizable	no_good_hit								True	False
MAD0098_000000019865	2247	0.5003749381131599	4	1	1	1	1	False	31734	fragment	False	MAD0098_000000019865	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0057_000000013464	1934	0.5003749381131599	3	1	1	1	1	False	31733	fragment	False	MON0057_000000013464	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
MON0101_000000033527	1922	0.5003749381131599	2	1	1	1	1	False	31732	fragment	False	MON0101_000000033527	1.0		0	0	False	False	0.9994797110557556	0					non-mobilizable	no_good_hit								True	False
MAD0056_000000008497	1644	0.5003749381131599	3	1	1	1	1	False	31731	fragment	False	MAD0056_000000008497	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0130_000000021608	1455	0.5003749381131599	2	1	1	1	1	False	31730	fragment	False	ISR0130_000000021608	1.0		0	0	False	False	0.9972508549690247	0					non-mobilizable	no_good_hit								True	False
ISR0198_000000019324	1715	0.5003742799631797	3	1	1	1	1	True	127808	fragment	False	ISR0198_000000019324	0.9971190781049937		0	0	False	False	0.9976676106452942	0					non-mobilizable	no_good_hit	257.0	73.152	15.0	4.2985626228068265e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	True
AST0005_000000022691	1190	0.5003742799631797	3	1	1	1	1	True	127807	fragment	False	AST0005_000000022691	1.0		0	0	False	False	0.9991596341133118	0					non-mobilizable	no_good_hit	257.0	73.152	21.0	4.2985626228068265e-05	NZ_CP017269.1	firmicutes	Geosporobacter ferrireducens strain IRF9 chromosome, complete genome	True	True
ENG0190_000000004010	7468	0.5003732962494655	11	4	1	4	0	False	54824	fragment	False	ENG0190_000000004010	1.0		0	0	False	False	0.9991965889930725	0					non-mobilizable	no_good_hit	32.0	96.875	0.0	0.020625415834996674	XM_019146974.1	basidiomycetes	Kwoniella mangroviensis CBS 8507 hypothetical protein partial mRNA	True	False
MON0004_000000023039	1882	0.5003730860114969	2	2	2	2	2	False	102922	fragment	False	ISR0813_000000014911	0.036100869995866196		0	0	False	False	0.9893730282783508	0					non-mobilizable	other	1877.0	90.25	99.0	0.0004589730331277026	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0046_000000001288	13627	0.5003704390864532	18	5	1	5	1	False	115739	maximal	True	SPA0046_000000001288	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	34.0	97.059	0.0	0.000588235294117647	NZ_JODM01000038.1	high GC Gram+	Streptomyces violaceorubidus strain NRRL B-16381 contig38.1, whole genome shotgun sequence	True	False
CHI0092_000000007854	1365	0.5003702169815226	4	3	3	3	2	True	83627	fragment	False	CHI0092_000000007854	1.0		0	0	False	False	1.0	0					non-mobilizable	plasmid	1365.0	96.19	99.0	0.16988416988416988	LN852809.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0119	False	True
ISR0087_000000031329	1239	0.500368838482127	2	2	2	2	0	False	33809	maximal	True	ISR0087_000000031329	1.0		4	3	False	False	0.9515738487243652	0					non-mobilizable	no_good_hit								True	False
FIJ0146_000000017924	1178	0.5003674891655496	3	2	2	1	1	True	39955	maximal	True	FIJ0146_000000017924	1.0		2	2	False	False	0.9490662217140198	0					non-mobilizable	chromosome	1176.0	96.429	99.0	0.00046918380784786783	NZ_CP009240.1	firmicutes	Megasphaera elsdenii 14-14 chromosome, complete genome	False	True
USA0023_01_000000017659	1740	0.5003667564890345	1	1	1	1	1	False	1700	maximal	True	USA0023_01_000000017659	1.0		862	13	False	False	1.0	0					non-mobilizable	other	1740.0	99.82799999999999	100.0	0.00036727412271855505	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	False	False
MAD0112_000000018562	1557	0.5003607897750725	1	1	0	1	1	False	47713	maximal	True	MAD0112_000000018562	1.0	PS175	34	4	False	True	1.0	0					non-mobilizable	no_good_hit	151.0	90.066	21.0	3.974680485039063e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0114_000000030350	1348	0.5003607897750725	2	1	0	1	1	False	41812	maximal	True	FIJ0114_000000030350	1.0		15	2	False	False	1.0	0					non-mobilizable	no_good_hit	110.0	96.36399999999999	13.0	2.9076521669077708e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0091_000000012773	1327	0.5003607897750725	2	1	0	1	1	False	47712	backbone	True	MAD0091_000000012773	0.9951228673665066	PS175	24	4	False	True	1.0	0					non-mobilizable	no_good_hit	151.0	90.066	32.0	3.974680485039063e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0140_000000026456	1325	0.5003607897750725	1	1	0	1	1	False	40351	fragment	False	FIJ0140_000000026456	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	205.0	90.244	42.0	5.4418444224695894e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0111_000000016022	1300	0.5003607897750725	1	1	0	1	1	False	47712	backbone	False	MAD0091_000000012773	0.9907058528008038	PS175	0	0	True	True	1.0	2					non-mobilizable	no_good_hit	147.0	91.156	33.0	3.894653361179216e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
FIJ0047_000000024108	1297	0.5003607897750725	1	1	0	1	1	False	47712	backbone	False	MAD0091_000000012773	0.9894342356964813	PS175	0	0	True	True	1.0	1					non-mobilizable	no_good_hit	147.0	91.156	32.0	3.894653361179216e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	True
ISR0373_000000013612	1240	0.5003607897750725	1	1	0	1	1	False	23430	fragment	False	ISR0373_000000013612	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	117.0	96.581	31.0	3.094382122580747e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
SPA0124_000000023906	1237	0.5003607897750725	1	1	0	1	1	False	4033	maximal	True	SPA0124_000000023906	1.0		3	2	False	False	1.0	0					non-mobilizable	no_good_hit	166.0	92.771	36.0	4.401491812291579e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0037_000000030591	1141	0.5003607897750725	1	1	0	1	1	False	47711	fragment	False	FIJ0037_000000030591	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	147.0	91.156	28.0	3.894653361179216e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
FIJ0147_000000019524	1138	0.5003607897750725	2	1	0	1	1	False	39926	maximal	True	FIJ0147_000000019524	1.0		11	2	False	False	1.0	0					non-mobilizable	no_good_hit	128.0	96.094	15.0	0.002029013292433538	NZ_VZBY01000075.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_19_length_62592_cov_28.0659_ID_37, whole genome shotgun sequence	True	False
MAD0111_000000015735	1104	0.5003607897750725	1	1	0	1	1	False	14487	fragment	False	MAD0111_000000015735	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	130.0	96.154	39.0	3.441166325973416e-05	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
ENG0096_000000017448	1879	0.5003598249182278	2	2	2	2	2	False	60853	fragment	False	ENG0096_000000017448	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1879.0	100.0	100.0	0.022632232251533522	NZ_WKRD01000011.1	firmicutes	Lachnospira eligens strain BIOML-A1 scaffold11_size82979, whole genome shotgun sequence	False	False
CAN0016_000000038524	1159	0.5003577243241939	2	2	2	2	1	False	92640	maximal	True	CAN0016_000000038524	1.0		31	7	False	False	0.9991371631622314	0					non-mobilizable	no_good_hit	627.0	74.641	54.0	0.0028358883728576713	NZ_MWWV01000002.1	high GC Gram+	Bifidobacterium tissieri strain DSM 100201 Contig_2, whole genome shotgun sequence	True	False
SPA0119_000000028927	1099	0.5003569227677279	1	1	1	1	1	False	4193	fragment	False	SPA0119_000000028927	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1112.0	79.586	100.0	0.0002952612994904039	FP929043.1	firmicutes	Eubacterium rectale M104/1 draft genome	False	False
MON0106_000000037753	1189	0.5003556972349407	2	1	1	1	1	False	8633	fragment	False	MON0106_000000037753	1.0		0	0	False	False	0.9798149466514587	0					non-mobilizable	chromosome	1188.0	93.434	99.0	0.00042279141352312763	NZ_LT630450.1	d-proteobacteria	Desulfovibrio piger strain FI11049 isolate FI11049 chromosome I	False	False
FIJ0152_000000007529	3073	0.5003556562661289	4	4	4	4	2	False	39728	maximal	True	FIJ0152_000000007529	1.0		23	3	False	False	0.9960950016975403	0					non-mobilizable	other	2819.0	73.217	90.0	0.012861915367483297	NZ_QREV01000001.1	CFB group bacteria	Parabacteroides acidifaciens strain 426-9 Scaffold1, whole genome shotgun sequence	False	False
ISR0219_000000018737	1766	0.5003550724446646	3	2	1	2	2	False	28038	fragment	False	ISR0219_000000018737	1.0		0	0	False	False	0.987542450428009	0					non-mobilizable	other	1766.0	100.0	100.0	0.01749204681724032	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	False
ISR0834_000000009798	1766	0.5003550724446646	3	2	1	2	2	False	28038	fragment	False	ISR0219_000000018737	1.0		0	0	False	False	0.996602475643158	0					non-mobilizable	other	1766.0	100.0	100.0	0.01749204681724032	AY345595.2	CFB group bacteria	Bacteroides uniformis strain WH207 transposon CTnBST, complete sequence	False	False
FIJ0058_000000019438	2064	0.5003525965338489	3	3	3	2	1	False	46018	maximal	True	FIJ0058_000000019438	1.0		3	2	False	False	0.9951550364494324	0					non-mobilizable	no_good_hit								True	False
USA0066_01_000000003636	5439	0.5003463482018967	4	4	3	4	3	False	834	maximal	True	USA0066_01_000000003636	1.0		9	4	False	False	1.0	0					non-mobilizable	chromosome	5344.0	87.5	99.0	0.0008209945666037997	CP041230.1	CFB group bacteria	Bacteroides xylanisolvens strain H207 chromosome, complete genome	False	False
ENG0177_000000008342	3209	0.5003432726409709	4	2	0	1	2	False	81730	fragment	False	ENG0177_000000008342	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1501.0	92.67200000000001	57.0	0.1922680412371134	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
SPA0013_000000009229	2961	0.5003432726409709	4	2	0	1	2	False	22418	fragment	False	SPA0013_000000009229	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	87.694	33.0	0.06449529433474811	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0384_000000005592	2818	0.5003432726409709	4	2	0	1	2	False	81726	fragment	False	ISR0384_000000005592	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	707.0	87.977	37.0	0.06449529433474811	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0173_000000008985	1966	0.5003432726409709	4	2	0	1	2	False	102013	fragment	False	ENG0173_000000008985	1.0		0	0	False	False	0.9989827275276184	0					non-mobilizable	no_good_hit	718.0	90.251	71.0	0.06560250968813434	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AUS0004_000000010775	1914	0.5003432726409709	3	2	0	1	2	False	102418	fragment	False	SPA0096_000000022044	0.6880387931034483		0	0	False	False	0.9994775056838989	0					non-mobilizable	no_good_hit	888.0	93.581	83.0	0.08147259642000369	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
AST0151_000000008874	1805	0.5003432726409709	4	2	0	1	2	False	103668	fragment	False	AST0151_000000008874	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	714.0	90.616	78.0	0.06551024174201882	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0776_000000013934	1725	0.5003432726409709	3	2	0	1	2	False	22417	fragment	False	ISR0776_000000013934	1.0		0	0	False	False	0.9976811408996582	0					non-mobilizable	no_good_hit	706.0	88.669	50.0	0.06449529433474811	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ISR0079_000000018128	1569	0.5003432726409709	2	2	0	1	2	False	34352	maximal	True	ISR0079_000000018128	1.0		1	1	False	False	0.9840663075447083	0					non-mobilizable	no_good_hit	858.0	91.958	79.0	0.07861229009042259	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
ENG0199_000000016914	1515	0.5003432726409709	3	2	0	1	2	False	81729	fragment	False	ENG0199_000000016914	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	702.0	92.735	73.0	0.06458756228086363	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
FIJ0003_000000015579	1507	0.5003432726409709	2	2	0	1	2	False	81728	maximal	True	FIJ0003_000000015579	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	843.0	89.917	79.0	0.07713600295257428	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0013_000000016803	1488	0.5003432726409709	2	2	0	1	2	False	81725	fragment	False	MAD0013_000000016803	0.9809820193637622		0	0	False	False	1.0	0					non-mobilizable	other	1141.0	88.16799999999999	95.0	0.14445876288659792	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	False	False
AUS0006_000000017789	1474	0.5003432726409709	3	2	0	1	2	False	102010	fragment	False	AUS0006_000000017789	1.0		0	0	False	False	0.9993215799331665	0					non-mobilizable	no_good_hit	706.0	88.385	59.0	0.06449529433474811	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
MAD0010_000000003167	1446	0.5003432726409709	2	2	0	1	2	False	81725	fragment	False	MAD0013_000000016803	0.9674059139784946		0	0	False	False	0.9972337484359741	0					non-mobilizable	other	1195.0	88.70299999999999	95.0	0.15141752577319587	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	False	False
ISR0074_000000025166	1209	0.5003432726409709	2	2	0	1	2	False	81724	fragment	False	ISR0292_000000016942	0.9462335365714036		0	0	False	False	0.984284520149231	0					non-mobilizable	no_good_hit	605.0	90.744	84.0	0.0554530356154272	NZ_CBYM010000071.1	firmicutes	Clostridium saudiense strain JCC, whole genome shotgun sequence	True	False
CHI0178_000000009237	1143	0.5003432726409709	2	2	0	1	2	False	81724	fragment	False	ISR0292_000000016942	0.9240061014312555		0	0	False	False	1.0	0					non-mobilizable	other	772.0	87.435	94.0	0.09755154639175258	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	False	False
CHI0122_000000012605	1135	0.5003432726409709	2	2	0	1	2	False	81724	fragment	False	ISR0292_000000016942	0.9269144825368585		0	0	False	False	0.992951512336731	0					non-mobilizable	no_good_hit	584.0	91.096	79.0	0.07435567010309278	NZ_SMUS01000071.1	firmicutes	Clostridium cuniculi strain 1 CLCU001.0001.d01_CNTG00071, whole genome shotgun sequence	True	False
ISR0328_000000008770	3140	0.5003430388833073	4	4	4	4	3	False	81443	maximal	True	ISR0328_000000008770	1.0		1	1	False	False	0.9799363017082214	0					non-mobilizable	no_good_hit	1568.0	77.168	57.0	0.0003275185358733555	NC_015275.1	firmicutes	Cellulosilyticum lentocellum DSM 5427, complete sequence	True	False
ISR0337_000000007801	1371	0.5003400042168875	3	2	2	2	1	False	24435	fragment	False	ISR0337_000000007801	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	121.0	96.694	9.0	0.000323807981866753	NZ_FNRI01000005.1	CFB group bacteria	Alistipes timonensis JC136 strain DSM 25383, whole genome shotgun sequence	True	False
ENG0031_000000013992	1548	0.5003396662787416	2	1	1	1	1	False	65676	maximal	True	ENG0031_000000013992	1.0		8	3	False	False	0.987726092338562	0					non-mobilizable	chromosome	1548.0	99.87100000000001	100.0	0.0002685722857011907	CP059973.1	CFB group bacteria	Bacteroides sp. HF-5141 chromosome, complete genome	False	False
SPA0114_000000032841	1431	0.5003369925558779	3	3	3	1	1	False	4421	maximal	True	SPA0114_000000032841	1.0		307	9	False	False	0.9902166128158569	0					non-mobilizable	no_good_hit	547.0	98.355	51.0	0.0001539934217169082	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
SPA0115_000000012792	2119	0.5003348854142937	2	1	1	1	1	False	4394	maximal	True	SPA0115_000000012792	1.0		541	12	False	False	0.9896177649497986	0					non-mobilizable	other	2119.0	99.15100000000001	100.0	0.2234648660054864	NZ_SPGG01000044.1	CFB group bacteria	Parabacteroides merdae strain 1001175st1_A1 NODE_44_length_9478_cov_29.6265, whole genome shotgun sequence	False	False
ISR0777_000000010303	1674	0.5003328894195254	3	3	0	3	0	False	36328	fragment	False	ISR0777_000000010303	1.0		0	0	False	False	0.9886499643325806	0					non-mobilizable	virus	1655.0	99.275	99.0	0.0284402565469333	MK233945.1	viruses	Uncultured human fecal virus clone Subdoligranulum.sp_B01.V07.J04_2-CL40_c1 sequence	False	False
CHI0047_000000010215	1520	0.5003318742972677	3	2	2	2	0	False	86957	maximal	True	CHI0047_000000010215	1.0		44	9	False	False	1.0	0					non-mobilizable	no_good_hit	123.0	80.488	8.0	0.00046720311365777565	NZ_JAAN01000035.1	g-proteobacteria	Luteimonas huabeiensis HB2 HB2_contig_10, whole genome shotgun sequence	True	False
FIJ0008_000000012935	2211	0.5003314326766414	2	2	2	2	2	False	51425	maximal	True	FIJ0008_000000012935	1.0		2	2	False	False	0.9977385997772217	0					non-mobilizable	no_good_hit	621.0	72.625	28.0	0.00026097007900783295	NC_013740.1	firmicutes	Acidaminococcus fermentans DSM 20731, complete sequence	True	False
CHI0043_000000005436	1747	0.5003218602575124	3	2	1	1	2	False	87381	maximal	True	CHI0043_000000005436	1.0		128	12	False	False	1.0	0					non-mobilizable	other	1747.0	99.141	100.0	0.007923829578666473	NZ_CYZN01000003.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0128_000000012481	2069	0.500318935851217	3	2	2	2	1	False	41019	fragment	False	FIJ0128_000000012481	1.0		0	0	False	False	0.9971000552177429	0					non-mobilizable	no_good_hit								True	False
ENG0026_000000005555	2005	0.5003132910303071	2	2	1	2	2	False	70808	maximal	True	ENG0026_000000005555	1.0		91	10	False	False	0.9980049729347229	0					non-mobilizable	no_good_hit	112.0	83.929	5.0	0.000261516407733137	NZ_DF158899.1	firmicutes	Oscillibacter ruminantium GH1, whole genome shotgun sequence	True	False
ISR0093_000000004208	5180	0.5003131003576591	9	2	0	2	1	False	33536	maximal	True	ISR0093_000000004208	1.0		1	1	False	False	0.996332049369812	0					non-mobilizable	no_good_hit	65.0	92.30799999999999	1.0	5.727335858133891e-05	NZ_GG663524.1	firmicutes	Butyrivibrio crossotus DSM 2876 Scfld20, whole genome shotgun sequence	True	False
ISR0287_000000011654	1241	0.500311965611433	1	1	1	1	1	False	33242	fragment	False	ISR0098_000000011680	0.5836970252005306		0	0	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0796_000000000353	21778	0.5003105425183998	39	9	6	7	5	False	21962	maximal	True	ISR0796_000000000353	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	789.0	94.04299999999999	19.0	0.00023725170991341818	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
CHI0054_000000004373	3810	0.5003081697235345	4	1	1	1	1	False	86358	maximal	True	CHI0054_000000004373	1.0		3	2	False	False	0.9976378083229065	0					non-mobilizable	no_good_hit	3390.0	99.086	89.0	0.0010920144669354587	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ENG0039_000000015020	1730	0.5003034533986295	1	1	1	1	1	False	64932	maximal	True	ENG0039_000000015020	1.0		50	10	False	False	0.9901733994483948	0					non-mobilizable	other	1620.0	99.321	94.0	0.00043020558725188446	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	False	False
MAD0065_000000004880	2445	0.5003027473423519	5	3	2	2	2	True	82701	maximal	True	MAD0065_000000004880	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2127.0	77.715	85.0	0.06846133717126783	NZ_WNAJ01000034.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold34_size30572, whole genome shotgun sequence	True	True
ENG0117_000000008890	2553	0.500299693402829	3	1	1	0	1	False	59373	maximal	True	ENG0117_000000008890	1.0		1	1	False	False	0.9921661019325256	0					non-mobilizable	no_good_hit	2055.0	100.0	80.0	0.04246960549168803	NZ_CZAI01000016.1	CFB group bacteria	Bacteroides caccae strain 2789STDY5834880, whole genome shotgun sequence	True	False
MAD0101_000000020306	1423	0.5002986408824083	2	1	1	1	1	True	15083	fragment	False	MAD0101_000000020306	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1434.0	81.869	100.0	0.0004996670650594042	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	True
ISR0014_000000013321	2741	0.5002964414754438	3	3	3	3	3	False	115204	maximal	True	ISR0014_000000013321	0.9754865269461077		1	1	False	False	1.0	0					non-mobilizable	other	1171.0	77.797	94.0	0.00032046475720768003	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
DEN0062_000000011786	1748	0.5002963858331455	2	1	1	1	1	False	111651	fragment	False	DEN0062_000000011786	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	372.0	73.656	21.0	0.0021937225784677693	NZ_JAAIPV010000005.1	firmicutes	Blautia faecis strain MSK.11.45 NODE_5_length_165928_cov_114.508, whole genome shotgun sequence	True	False
ISR0797_000000003998	2882	0.5002920883017845	4	3	3	3	3	False	111069	fragment	False	FIJ0095_000000004547	0.15941774353668348		0	0	False	False	0.9968771934509277	0					non-mobilizable	no_good_hit	515.0	72.039	18.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
MON0012_000000013290	3328	0.5002914161118271	3	3	3	3	2	True	110543	maximal	True	MON0012_000000013290	1.0		17	7	False	False	1.0	0					non-mobilizable	no_good_hit	765.0	74.51	23.0	0.005371378227445185	NZ_WNAJ01000009.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold9_size140746, whole genome shotgun sequence	True	True
FIJ0038_000000004345	7180	0.5002889764020435	6	5	4	5	2	True	92687	maximal	True	FIJ0038_000000004345	1.0		1	1	False	False	0.9998607039451599	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	6.419245334973934e-07	CP032246.1	eudicots	Gossypioides kirkii chromosome KI_03	True	True
ISR0192_000000011683	1516	0.5002886473784226	3	3	3	2	2	False	29118	fragment	False	ISR0192_000000011683	1.0		0	0	False	False	0.998021125793457	0					non-mobilizable	chromosome	1516.0	99.47200000000001	100.0	0.0002696739135078328	CP050958.1	enterobacteria	Klebsiella variicola strain FDAARGOS_628 chromosome	False	False
MON0095_000000013491	2271	0.5002883498289381	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.2482182256038909		0	0	False	False	0.9995596408843994	0					non-mobilizable	chromosome	2271.0	98.899	100.0	0.0007992555807623946	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0279_000000008966	2352	0.5002881765409422	3	3	2	3	1	False	129987	maximal	True	ISR0279_000000008966	1.0		436	12	False	False	1.0	0					non-mobilizable	other	2066.0	98.161	100.0	0.0006179524616502891	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
FIJ0123_000000032061	1114	0.5002878081112427	3	3	2	1	2	False	41271	maximal	True	FIJ0123_000000032061	1.0		345	14	False	False	0.9982046484947205	0					non-mobilizable	chromosome	507.0	98.42200000000001	98.0	0.0001763722528104535	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
AST0089_000000018677	1285	0.5002871253270902	2	2	1	2	2	False	110018	fragment	False	AST0089_000000018677	1.0		0	0	False	False	0.9992218017578125	0					non-mobilizable	other	1293.0	95.36	100.0	0.005431793761051839	NZ_QEKJ01000002.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_102, whole genome shotgun sequence	False	False
CHI0062_000000007225	2004	0.5002846965733159	4	4	3	3	3	False	85581	fragment	False	CHI0062_000000007225	0.9824198704343265		0	0	False	False	1.0	0					non-mobilizable	other	2004.0	99.70100000000001	100.0	0.011207099134988754	NZ_WNAF01000005.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold5_size178726, whole genome shotgun sequence	False	False
MON0010_000000015078	1751	0.5002836994800159	4	3	3	3	2	False	13735	fragment	False	MON0010_000000015078	1.0		0	0	False	False	0.9920045733451843	0					non-mobilizable	other	1757.0	95.959	100.0	0.04227454379122731	NZ_JAANXY010000027.1	b-proteobacteria	Sutterella wadsworthensis strain 823h contig_27, whole genome shotgun sequence	False	False
SPA0012_000000005791	4295	0.5002833662320618	6	5	3	5	5	True	83760	maximal	True	SPA0012_000000005791	1.0		0	0	False	False	0.9995343685150146	0					non-mobilizable	no_good_hit	1354.0	77.47399999999999	31.0	0.00936542608501462	NZ_QRYH01000004.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf4, whole genome shotgun sequence	True	True
ISR0805_000000002853	4274	0.5002783041362451	4	4	4	4	2	False	59299	maximal	True	ISR0805_000000002853	1.0		132	10	False	False	0.9990640878677368	0					non-mobilizable	chromosome	4277.0	98.78399999999999	100.0	0.0015428912207540169	CP025833.1	verrucomicrobia	Akkermansia muciniphila strain EB-AMDK-18 chromosome, complete genome	False	False
CHI0134_000000009608	1667	0.5002697582837178	4	4	2	2	1	True	80725	fragment	False	CHI0134_000000009608	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1693.0	97.755	100.0	0.00032506330281222023	NC_003228.3	CFB group bacteria	Bacteroides fragilis NCTC 9343, complete genome	False	True
ENG0193_000000003507	5680	0.5002696600673869	9	3	3	2	3	False	54606	maximal	True	ENG0193_000000003507	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	505.0	76.238	9.0	0.1661631419939577	LN852765.1		Uncultured prokaryote from Rat gut metagenome metamobilome, plasmid pRGRH0074	True	False
ISR0097_000000017118	1767	0.5002670692920422	2	2	2	2	1	False	33289	maximal	True	ISR0097_000000017118	1.0		1	1	False	False	0.9983022212982178	0					non-mobilizable	no_good_hit	1577.0	99.93700000000001	89.0	0.000539920546717516	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ISR0086_000000023619	1226	0.5002670390011085	2	2	2	1	1	False	33882	maximal	True	ISR0086_000000023619	1.0		3	3	False	False	0.9991843104362488	0					non-mobilizable	no_good_hit								True	False
MAD0087_000000010099	2781	0.5002662469773691	3	3	3	3	3	False	52041	fragment	False	FIJ0093_000000007084	0.9841352859135286		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	79.081	30.0	0.00015382929900363638	CP043610.1	CFB group bacteria	Bacteroides fragilis strain GUT04 chromosome, complete genome	True	False
MON0013_000000033484	1656	0.5002650223046544	2	2	2	2	2	False	130039	fragment	False	USA0135_01_000000006480	0.20259930276429408		0	0	False	False	1.0	0					non-mobilizable	other	1661.0	92.113	100.0	0.0005148676992226897	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0818_000000003481	4776	0.5002631929614464	7	5	2	5	4	False	118648	maximal	False	CAN0011_000000006554	0.978519948923236		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	2728.0	91.459	86.0	0.0006030398539377502	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CAN0011_000000006554	4772	0.5002631929614464	7	5	2	5	4	False	118648	maximal	True	CAN0011_000000006554	0.980388660157833		93	8	False	False	1.0	0					non-mobilizable	no_good_hit	2698.0	91.36399999999999	86.0	0.0005963764301373331	CP036491.1	CFB group bacteria	Bacteroides sp. A1C1 chromosome, complete genome	True	False
CHI0143_000000004391	4278	0.5002631929614464	7	5	2	5	4	False	118642	fragment	False	ENG0003_000000005384	0.8387312874400694		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1375.0	98.90899999999999	85.0	0.0003293806062425056	AP023322.1	CFB group bacteria	Coprobacter sp. 2CBH44 DNA, complete genome	True	False
MON0103_000000014559	3250	0.5002593792621068	5	3	2	3	3	False	8915	maximal	True	MON0103_000000014559	1.0		2	1	False	False	0.9996923208236694	0					non-mobilizable	no_good_hit	37.0	94.595	1.0	8.599100828879614e-06	CP000245.1	b-proteobacteria	Ramlibacter tataouinensis TTB310, complete genome	True	False
ISR0359_000000007553	3222	0.5002590982740276	4	4	4	4	3	False	23826	maximal	True	ISR0359_000000007553	1.0		1	1	False	False	0.9928615689277649	0					non-mobilizable	no_good_hit	968.0	98.554	30.0	0.7144970414201184	NZ_QSFS01000038.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf38, whole genome shotgun sequence	True	False
CHI0046_000000003438	3410	0.500257513411804	2	2	2	2	2	False	87069	maximal	True	CHI0046_000000003438	1.0		548	13	False	False	0.9964809417724609	0					non-mobilizable	other	3410.0	97.478	100.0	0.025858080175977547	NZ_RCXZ01000017.1	CFB group bacteria	Bacteroides xylanisolvens strain bq_0049 Scaffold_0017, whole genome shotgun sequence	False	False
USA0111_01_000000014291	1777	0.5002560410799899	2	2	2	2	1	False	12798	fragment	False	MON0058_000000025965	0.9349948612538541		0	0	False	False	0.9994372725486755	0					non-mobilizable	other	1837.0	75.449	100.0	0.0005408885871905777	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
SPA0042_000000008180	3689	0.5002540494533705	4	4	4	4	1	False	24206	maximal	True	SPA0042_000000008180	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	127.0	99.213	3.0	0.0010120319352299562	NZ_QSFS01000011.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf11, whole genome shotgun sequence	True	False
ENG0016_000000004442	5072	0.5002519819477903	8	4	2	4	3	False	66823	maximal	True	ENG0016_000000004442	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	571.0	73.905	11.0	0.008107165688382635	MK233469.1	viruses	Uncultured human fecal virus clone F.saccharivorans_B01.V07.M04_1_c1 sequence	True	False
SPA0001_000000012180	2804	0.5002511455443125	3	2	1	2	1	False	8446	maximal	True	SPA0001_000000012180	1.0		165	11	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	1.0	2.9402156158118263e-05	NZ_FQUX01000002.1	CFB group bacteria	Arenibacter palladensis strain DSM 17539, whole genome shotgun sequence	True	False
FIJ0135_000000002648	10977	0.5002496077475442	12	6	4	4	3	True	93235	maximal	True	FIJ0135_000000002648	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	80.0	81.25	1.0	2.3791869926534318e-05	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	True	True
AST0104_000000028308	1251	0.5002492224455591	2	2	2	2	1	False	107690	maximal	True	AST0104_000000028308	1.0		1	1	False	False	0.9912070631980896	0					non-mobilizable	no_good_hit	447.0	83.669	35.0	0.004217254812965695	NZ_SLXA01000008.1	firmicutes	Frisingicoccus caecimuris strain DSM 28559 Ga0310541_108, whole genome shotgun sequence	True	False
FIJ0140_000000030922	1169	0.5002492224455591	2	2	2	2	1	False	40322	fragment	False	FIJ0140_000000030922	0.9821894005212859		0	0	False	False	0.9931565523147583	0					non-mobilizable	no_good_hit	414.0	78.01899999999999	35.0	0.00091505606983418	NZ_CABJDZ010000003.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
MON0102_000000006215	6812	0.5002489489260168	6	4	3	4	1	True	92992	fragment	False	MON0102_000000006215	1.0		0	0	False	False	0.9972108006477356	0					non-mobilizable	no_good_hit	756.0	97.48700000000001	12.0	0.03671459131386498	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
FIJ0074_000000005944	5299	0.5002489489260168	5	4	3	4	1	True	92990	fragment	False	FIJ0074_000000005944	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	223.0	99.552	6.0	0.01104422665539028	NZ_WEHX01000040.1	b-proteobacteria	Sutterella seckii strain ASD393 NODE_40_length_20101_cov_219.612489, whole genome shotgun sequence	True	True
ENG0116_000000003871	5500	0.500248158144052	5	5	4	5	4	False	59487	maximal	True	ENG0116_000000003871	1.0		69	9	False	False	1.0	0					non-mobilizable	no_good_hit	1760.0	89.48899999999999	46.0	0.000528999053702888	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ENG0046_000000016736	1134	0.5002468372890531	2	2	2	2	1	True	64378	maximal	True	ENG0046_000000016736	1.0		110	9	False	False	0.998236358165741	0					non-mobilizable	chromosome	1134.0	99.824	100.0	0.00039817325280838657	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	True
AST0113_000000012300	3043	0.5002434125357975	3	3	3	2	3	False	110015	maximal	True	AST0113_000000012300	0.9931840311587148		68	9	True	True	1.0	25					non-mobilizable	no_good_hit	1069.0	71.094	35.0	0.004107999623694691	NZ_BHVZ01000004.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs04, whole genome shotgun sequence	True	True
SPA0056_000000017493	2040	0.5002418459063074	3	3	3	3	3	False	38361	fragment	False	ISR0842_000000010322	0.9664568204182876		0	0	False	False	0.9965686202049255	0					non-mobilizable	no_good_hit	368.0	75.0	18.0	0.00010171332002137952	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	True	False
MAD0050_000000017475	1389	0.5002413050289497	2	2	2	2	2	False	17389	maximal	True	MAD0050_000000017475	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	710.0	99.57700000000001	57.0	0.00020126584578210376	FP929038.1	firmicutes	Coprococcus catus GD/7 draft genome	True	False
SPA0125_000000016327	2083	0.5002392286194585	3	3	3	3	2	False	4021	fragment	False	SPA0125_000000016327	1.0		0	0	False	False	0.999519944190979	0					non-mobilizable	no_good_hit	1454.0	85.557	70.0	0.0281182128451753	NZ_CYZO01000025.1	firmicutes	[Ruminococcus] torques strain 2789STDY5834841, whole genome shotgun sequence	True	False
MON0078_000000029171	1594	0.5002385714955637	2	2	2	2	1	False	10152	maximal	True	MON0078_000000029171	1.0		58	7	False	False	0.9767879843711853	0					non-mobilizable	other	948.0	98.31200000000001	98.0	0.009192835994758045	NZ_CABKQR010000005.1	actinobacteria	Senegalimassilia anaerobia isolate MGYG-HGUT-01387, whole genome shotgun sequence	False	False
MAD0089_000000017752	1535	0.5002311867163264	3	2	2	2	2	False	15826	maximal	True	MAD0089_000000017752	1.0		0	0	False	False	0.9752442836761475	0					non-mobilizable	no_good_hit	1019.0	99.706	66.0	0.00034875578461829397	CP040902.1	firmicutes	Longibaculum sp. KGMB06250 chromosome, complete genome	True	False
ISR0275_000000001388	9044	0.5002288756575398	8	4	3	4	2	True	111346	fragment	False	ISR0080_000000002743	0.9673571673373672		0	0	False	True	1.0	0					non-mobilizable	no_good_hit	958.0	91.545	12.0	0.010401043364851646	NZ_CABIYV010000011.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	True	True
FIJ0093_000000014469	1313	0.5002271001259277	2	2	2	2	1	False	43233	maximal	True	FIJ0093_000000014469	1.0		110	9	False	False	1.0	0					non-mobilizable	chromosome	1295.0	79.15100000000001	98.0	0.00040432900323589455	NZ_LR134384.1	CFB group bacteria	Prevotella oris strain NCTC13071 chromosome 1	False	False
CHI0188_000000008330	1820	0.500225803405468	1	1	1	1	1	False	77027	fragment	False	SPA0098_000000019610	0.9637345679012346		0	0	False	False	0.995604395866394	0					non-mobilizable	chromosome	1820.0	99.56	100.0	0.00036926265008780897	CP054012.1	CFB group bacteria	Parabacteroides distasonis strain FDAARGOS_759 chromosome, complete genome	False	False
ISR0057_000000020418	1102	0.5002256167359679	2	2	2	2	1	False	35547	fragment	False	ISR0057_000000020418	1.0		0	0	False	False	0.984573483467102	0					non-mobilizable	chromosome	1089.0	93.113	99.0	0.0003785380761900247	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
USA0039_01_000000005606	4103	0.5002254501324854	5	3	1	3	3	False	114820	fragment	False	USA0039_01_000000005606	1.0		0	0	False	False	0.9973190426826477	0					non-mobilizable	no_good_hit	899.0	98.88799999999999	49.0	0.10848030925344286	CP021622.1	other sequences	Unidentified plasmid plasmid ES_ALL_5059, complete sequence	True	False
FIJ0054_000000001404	14775	0.500225336412327	19	5	2	4	3	False	46357	maximal	True	FIJ0054_000000001404	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
SPA0135_000000005660	4372	0.5002240185051406	1	1	1	1	1	False	94531	fragment	False	MON0105_000000011423	0.515536706199643		0	0	False	False	1.0	0					non-mobilizable	chromosome	4373.0	94.603	100.0	0.001243290752545034	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
MON0102_000000023468	1921	0.5002228000160087	4	2	2	2	2	False	8950	maximal	True	MON0102_000000023468	1.0		155	11	False	False	0.9791775345802307	0					non-mobilizable	other	1922.0	97.399	100.0	0.0005783763131264927	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	False	False
ENG0172_000000009761	2257	0.5002222225927937	3	2	2	2	2	False	55738	maximal	True	ENG0172_000000009761	1.0		4	2	False	False	0.9991138577461243	0					non-mobilizable	no_good_hit	177.0	78.531	8.0	4.454705823955117e-05	CP014151.1	firmicutes	Clostridium botulinum strain BrDura chromosome, complete genome	True	False
FIJ0165_000000006499	2591	0.5002196470148684	6	5	4	5	1	False	45424	fragment	False	FIJ0165_000000006499	0.9904928211098176		0	0	False	False	1.0	0					non-mobilizable	other	2591.0	98.03200000000001	100.0	0.0006042518801798851	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0024_000000004950	4111	0.5002185565737378	4	3	3	3	3	False	67963	maximal	True	FIJ0024_000000004950	1.0		38	11	False	False	0.9995135068893433	0					non-mobilizable	no_good_hit	418.0	74.402	10.0	0.000158965663416702	NC_008593.1	firmicutes	Clostridium novyi NT, complete sequence	True	False
ISR0311_000000013413	1667	0.5002174075968279	3	3	1	3	2	False	69479	fragment	False	ISR0311_000000013413	1.0		0	0	False	False	0.9964007139205933	0					non-mobilizable	other	1319.0	92.26700000000001	100.0	0.00040971647122433984	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
CAN0008_000000018009	1597	0.5002174075968279	3	3	1	3	2	False	94937	fragment	False	MON0011_000000021768	0.15691841756577704		0	0	False	False	0.9780839085578918	0					non-mobilizable	other	1594.0	97.553	100.0	0.0004955796041460693	FP929046.1	firmicutes	Faecalibacterium prausnitzii SL3/3 draft genome	False	False
ISR0361_000000006956	1945	0.5002141562213461	4	4	4	3	2	False	89062	maximal	True	ISR0361_000000006956	1.0		91	11	False	False	0.95681232213974	0					non-mobilizable	chromosome	1392.0	100.0	96.0	0.00026523332619561406	CP053284.1	enterobacteria	Escherichia coli strain SCU-104 chromosome, complete genome	False	False
MAD0095_000000008746	3469	0.50021323335584	5	4	3	4	2	False	127887	maximal	True	MAD0095_000000008746	1.0		1	1	False	False	0.990775465965271	0					non-mobilizable	no_good_hit	1353.0	83.001	39.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0028_000000008551	2037	0.500212254062413	2	2	1	1	1	False	65878	maximal	True	ENG0028_000000008551	1.0		142	13	False	False	0.993127167224884	0					non-mobilizable	no_good_hit	1801.0	79.4	87.0	0.0004109614110941512	CP002273.2	firmicutes	Eubacterium callanderi strain KIST612, complete genome	True	False
USA0042_01_000000005174	5000	0.5002095972785046	3	3	2	3	3	False	81423	maximal	True	USA0042_01_000000005174	1.0		4	2	False	False	1.0	0					non-mobilizable	no_good_hit	2821.0	99.43299999999999	56.0	0.0012584358713128834	NZ_HF545616.1	firmicutes	Ruminococcus bicirculans strain 80/3 chromosome I	True	False
ISR0816_000000031510	1160	0.5002071285038211	2	2	2	1	2	False	21391	fragment	False	ISR0816_000000031510	1.0		0	0	False	False	1.0	0					non-mobilizable	other	1159.0	99.655	99.0	0.00036540642471586337	NZ_KE150238.1	d-proteobacteria	Bilophila wadsworthia 3_1_6 acCls-supercont2.1, whole genome shotgun sequence	False	False
FIJ0025_000000016804	1255	0.5002070489107645	2	2	2	2	2	False	49166	maximal	True	FIJ0025_000000016804	1.0		70	10	False	False	0.9984063506126404	0					non-mobilizable	chromosome	1255.0	99.681	100.0	0.0003533199537584762	NZ_CP027002.1	firmicutes	[Ruminococcus] gnavus ATCC 29149 chromosome, complete genome	False	False
ISR0090_000000006826	3650	0.5002056187837132	3	2	1	2	2	False	33683	fragment	False	ISR0821_000000007368	0.6498845675723672		0	0	False	False	0.9969863295555115	0					non-mobilizable	other	3568.0	94.17	98.0	0.002527578739711118	NZ_JH976466.1	CFB group bacteria	Parabacteroides johnsonii CL02T12C29 supercont1.2, whole genome shotgun sequence	False	False
FIJ0010_000000006320	2935	0.5002044356259169	5	2	2	2	2	True	98376	fragment	False	FIJ0010_000000006320	0.9583285519431618		0	0	False	False	1.0	0					non-mobilizable	plasmid	2907.0	97.867	99.0	0.025159141761920457	CP042465.1	CFB group bacteria	Prevotella copri strain YF2 plasmid unnamed1	False	True
SPA0028_000000021119	1541	0.5002016809924039	1	1	1	1	1	False	7432	maximal	True	SPA0028_000000021119	1.0		3	2	False	False	0.9883192777633667	0					non-mobilizable	no_good_hit	1347.0	70.75	86.0	0.0002404878847322786	AP023367.1	firmicutes	Anaerocolumna cellulosilytica SN021 DNA, complete genome	True	False
FIJ0036_000000030816	1404	0.5002013897634412	2	2	2	2	1	False	47901	maximal	True	FIJ0036_000000030816	1.0		9	6	False	False	0.9658119678497314	0					non-mobilizable	no_good_hit	96.0	83.333	7.0	2.687535667029198e-05	CP041732.1	b-proteobacteria	Alcaligenaceae bacterium SJ-26 chromosome, complete genome	True	False
SPA0071_000000013424	1570	0.5002005034862889	2	2	2	2	2	False	6190	fragment	False	SPA0071_000000013424	0.9986702127659575		0	0	False	False	1.0	0					non-mobilizable	other	1542.0	99.676	98.0	0.0008899874962820931	NZ_BHEO01000008.1	firmicutes	Faecalimonas umbilicata strain EGH7, whole genome shotgun sequence	False	False
AST0116_000000014669	1845	0.5001991747525735	2	2	2	1	1	False	106197	maximal	True	AST0116_000000014669	1.0		53	10	False	False	0.9978320002555847	0					non-mobilizable	no_good_hit	776.0	75.773	42.0	0.003464292013585814	NZ_FNBY01000006.1	firmicutes	Marvinbryantia formatexigens strain I-52, whole genome shotgun sequence	True	False
ISR0021_000000019259	1248	0.5001944517405279	2	2	2	2	2	False	37609	maximal	True	ISR0021_000000019259	1.0		70	11	False	False	0.9727563858032227	0					non-mobilizable	no_good_hit	758.0	90.501	66.0	0.0002544651737818742	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
MON0101_000000044811	1469	0.5001923607442309	2	2	2	2	1	False	9024	maximal	True	MON0101_000000044811	1.0		7	3	False	False	0.9993192553520203	0					non-mobilizable	no_good_hit	134.0	82.836	9.0	0.00040635130139351	NZ_FRDE01000001.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	True	False
MAD0042_000000020453	1233	0.500191853312861	2	1	1	1	1	False	18094	maximal	True	MAD0042_000000020453	1.0		1	1	False	False	0.9975669384002686	0					non-mobilizable	no_good_hit	1027.0	88.9	83.0	0.001206170514421144	NZ_CABJDZ010000001.1	firmicutes	Blautia obeum isolate MGYG-HGUT-00212, whole genome shotgun sequence	True	False
ENG0166_000000012006	2355	0.5001915275764244	2	2	2	1	2	True	100769	fragment	False	ENG0166_000000012006	1.0		0	0	False	False	0.9966029524803162	0					non-mobilizable	no_good_hit	1402.0	94.72200000000001	60.0	0.000372277966485417	FP929032.1	CFB group bacteria	Alistipes shahii WAL 8301 draft genome	True	True
ISR0080_000000014708	2149	0.5001911847951186	3	3	1	2	2	False	34305	fragment	False	ISR0080_000000014708	1.0		0	0	False	False	0.991158664226532	0					non-mobilizable	other	2150.0	99.209	100.0	0.031931024230712056	NZ_VZBY01000006.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_17_length_67270_cov_23.7982_ID_33, whole genome shotgun sequence	False	False
FIJ0160_000000004434	3824	0.500188600530575	5	4	4	4	4	False	39352	maximal	True	FIJ0160_000000004434	1.0		431	15	False	False	0.9997385144233704	0					non-mobilizable	chromosome	3839.0	97.109	100.0	0.0010730625748855778	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ISR0245_000000001046	3912	0.5001835647975323	4	3	3	3	2	True	86518	maximal	False	CHI0052_000000003759	0.9448885658914729		0	0	False	False	0.9948875308036804	0					non-mobilizable	no_good_hit	1788.0	85.794	78.0	0.005501676171155012	NZ_CYYV01000001.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	True	True
FIJ0031_000000012473	1959	0.5001761608564802	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.07791334559720009		0	0	False	False	1.0	0					non-mobilizable	other	1959.0	97.55	100.0	0.002179920240303363	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
MON0016_000000018020	1941	0.5001761608564802	3	3	2	3	1	False	129965	fragment	False	FIJ0121_000000010166	0.08693153558005424		0	0	False	False	0.9979392290115356	0					non-mobilizable	other	1941.0	99.33	100.0	0.002159880115520186	NZ_WNAF01000001.1	firmicutes	[Ruminococcus] faecis strain BIOML-A1 scaffold1_size898620, whole genome shotgun sequence	False	False
MON0081_000000012491	4488	0.5001758293730963	5	3	2	3	1	True	9992	maximal	True	MON0081_000000012491	1.0		151	14	False	False	0.9839572310447693	0					non-mobilizable	no_good_hit	89.0	98.876	2.0	4.228685383404812e-05	NZ_LT699745.1	g-proteobacteria	Halomonas massiliensis strain Marseille-P2426T, whole genome shotgun sequence	True	True
CHI0002_000000005339	1706	0.5001749857519191	2	2	2	2	2	False	91025	maximal	True	CHI0002_000000005339	1.0		15	5	False	False	0.9947245121002197	0					non-mobilizable	chromosome	785.0	90.82799999999999	91.0	0.00027665182133232555	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	False	False
ISR0052_000000004433	6440	0.5001746280556519	8	7	4	7	5	False	47213	maximal	True	ISR0052_000000004433	1.0		5	3	False	False	0.996583878993988	0					non-mobilizable	no_good_hit	1763.0	73.001	27.0	0.0005302370609224523	CP036346.1	firmicutes	Erysipelatoclostridium ramosum DSM 1402 chromosome, complete genome	True	False
ISR0164_000000004790	4862	0.5001722835820829	7	7	5	4	4	False	49002	maximal	True	ISR0164_000000004790	1.0		3	3	False	False	0.9944467544555664	0					non-mobilizable	no_good_hit	706.0	85.977	15.0	0.028850094254569296	NZ_CYZK01000033.1	firmicutes	Coprococcus comes strain 2789STDY5834866, whole genome shotgun sequence	True	False
ENG0134_000000000722	26677	0.5001716393451179	27	27	21	25	24	False	113276	fragment	False	ENG0134_000000000722	1.0		0	0	False	False	0.9998500347137451	0	IncFIA,IncFIC	MOBF			mobilizable	plasmid	24874.0	99.932	100.0	0.29779821127114686	LT985309.1	enterobacteria	Escherichia coli strain CIP106223 genome assembly, plasmid: RCS93_pI	False	True
MON0022_000000009032	3009	0.5001694590914455	3	3	3	3	3	False	35304	fragment	False	SPA0015_000000006393	0.9684458398744114		0	0	False	False	0.9940179586410522	0					non-mobilizable	other	3010.0	98.97	100.0	0.002582089500990602	NZ_BHVZ01000001.1	firmicutes	Anaerotignum faecicola strain KCTC 15736 Contigs01, whole genome shotgun sequence	False	False
CHI0112_000000014406	1304	0.5001664413016582	2	2	2	2	2	False	82380	maximal	True	CHI0112_000000014406	1.0		1042	15	False	False	0.9984662532806396	0					non-mobilizable	chromosome	1304.0	97.62299999999999	100.0	0.0004385821712139975	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	False	False
ENG0120_000000011019	1945	0.5001652949821052	4	4	4	2	1	True	59180	fragment	False	ENG0120_000000011019	1.0		0	0	False	False	0.991773784160614	0					non-mobilizable	no_good_hit	875.0	85.6	45.0	0.0018537466660387618	NZ_FRCP01000006.1	firmicutes	Anaerosporobacter mobilis DSM 15930, whole genome shotgun sequence	True	True
ISR0114_000000002893	8147	0.5001649225246411	9	7	6	5	5	False	79480	maximal	True	ISR0114_000000002893	1.0		44	6	False	False	1.0	0					non-mobilizable	no_good_hit	6274.0	99.96799999999999	77.0	0.6298453504719823	NZ_QRML01000061.1	CFB group bacteria	Phocaeicola plebeius strain AM09-36 AM09-36.Scaf61, whole genome shotgun sequence	True	False
FIJ0083_000000016574	2146	0.5001640458227502	3	2	2	2	2	False	44107	fragment	False	FIJ0083_000000016574	1.0		0	0	False	False	1.0	0					non-mobilizable	other	2149.0	94.509	99.0	0.001437885761897443	NZ_GG697141.2	firmicutes	Mitsuokella multacida DSM 20544 Scfld0, whole genome shotgun sequence	False	False
ISR0275_000000009255	1544	0.5001634070034671	2	2	2	2	2	False	131699	fragment	False	AST0140_000000015176	0.2980959799802245		0	0	False	False	0.9961140155792236	0					non-mobilizable	other	1544.0	96.762	100.0	0.014052951301924426	NZ_JAAITI010000010.1	firmicutes	Blautia luti strain MSK.16.34 NODE_10_length_109799_cov_267.163, whole genome shotgun sequence	False	False
CAN0013_000000006331	3654	0.5001628758911988	2	2	2	2	2	False	93903	maximal	True	CAN0013_000000006331	1.0		513	12	False	False	1.0	0					non-mobilizable	other	3654.0	100.0	100.0	0.026261493447207424	NZ_VJZV01000019.1	CFB group bacteria	Bacteroides koreensis strain JCM 31393 Scaffold19_1, whole genome shotgun sequence	False	False
ENG0123_000000003921	2694	0.5001626362394942	4	4	4	3	2	False	58981	maximal	True	ENG0123_000000003921	1.0		2	1	False	False	0.993318498134613	0					non-mobilizable	other	2096.0	98.99799999999999	98.0	0.0006309362974188531	AP018532.1	firmicutes	Oscillibacter sp. PEA192 DNA, complete genome	False	False
ISR0335_000000009191	2007	0.5001625876719816	3	1	1	1	1	False	24483	maximal	True	ISR0335_000000009191	1.0		1	1	False	False	1.0	0					non-mobilizable	chromosome	1810.0	100.0	90.0	0.00034814498766481315	CP018937.1	CFB group bacteria	Bacteroides fragilis strain Q1F2 chromosome, complete genome	False	False
MON0092_000000034245	1630	0.5001616268209563	2	2	2	1	1	False	9440	maximal	True	MON0092_000000034245	1.0		13	3	False	False	0.9981595277786255	0					non-mobilizable	other	1633.0	83.895	100.0	0.001984511309521634	NZ_LT635861.1	b-proteobacteria	Duodenibacillus massiliensis strain Marseille-P2968T, whole genome shotgun sequence	False	False
ENG0162_000000003853	6034	0.5001593315745042	8	8	5	4	7	False	129487	maximal	True	ENG0162_000000003853	1.0		65	9	False	False	0.999668538570404	0					non-mobilizable	no_good_hit	4390.0	99.15700000000001	73.0	0.021864624771931924	NZ_WNAJ01000005.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold5_size200505, whole genome shotgun sequence	True	False
FIJ0075_000000003511	5002	0.5001560532131241	6	6	5	5	6	False	44607	maximal	True	FIJ0075_000000003511	1.0		4	2	False	False	0.9928028583526611	0					non-mobilizable	no_good_hit	3171.0	98.266	83.0	0.0009189244815106306	LR699005.1	firmicutes	Lachnospiraceae bacterium isolate MGYG-HGUT-02492 genome assembly, chromosome: 1	True	False
TAN0024_000000000876	6486	0.5001559318614496	13	4	1	4	3	False	2347	maximal	True	TAN0024_000000000876	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	641.0	70.827	10.0	0.02467675812046673	NZ_QENY01000027.1	CFB group bacteria	Prevotella colorans strain DSM 100333 Ga0215718_127, whole genome shotgun sequence	True	False
ENG0207_000000010061	1828	0.5001556279207423	2	1	1	1	1	False	53893	maximal	True	ENG0207_000000010061	1.0		3	1	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ENG0191_000000010156	2930	0.5001513711034858	4	1	1	1	1	False	54735	maximal	True	ENG0191_000000010156	1.0		43	5	False	False	0.9921501874923706	0					non-mobilizable	no_good_hit								True	False
DEN0070_000000011101	3017	0.5001482930569543	3	3	3	3	2	False	70621	maximal	True	DEN0070_000000011101	1.0		14	4	False	False	1.0	0					non-mobilizable	chromosome	3017.0	99.735	100.0	0.0004695099608523685	CP053229.1	firmicutes	Enterocloster bolteae strain CBBP-2 chromosome, complete genome	False	False
ISR0363_000000006085	3079	0.5001443930457279	5	4	4	4	4	False	86632	maximal	True	ISR0363_000000006085	1.0		35	9	False	False	0.9970769882202148	0					non-mobilizable	no_good_hit	1263.0	95.17	52.0	0.032920307812703796	NZ_QRYH01000023.1	firmicutes	Holdemanella biformis strain AF15-5 AF15-5.Scaf23, whole genome shotgun sequence	True	False
ISR0039_000000033309	1124	0.5001420047854207	2	2	2	1	1	False	36516	maximal	True	ISR0039_000000033309	1.0		199	13	False	False	1.0	0					non-mobilizable	no_good_hit								True	False
ISR0162_000000016462	2406	0.5001416479964512	3	3	3	3	3	False	122014	maximal	True	ISR0162_000000016462	1.0		6	3	False	False	1.0	0					non-mobilizable	no_good_hit	1341.0	91.499	55.0	0.9992526158445441	NZ_CABMGA010000065.1	firmicutes	Ruminococcus callidus isolate MGYG-HGUT-02295, whole genome shotgun sequence	True	False
ENG0173_000000008024	2222	0.5001413359198661	2	2	2	2	2	False	55689	fragment	False	ENG0173_000000008024	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	2205.0	99.546	100.0	0.000626907531139157	NZ_LT907978.1	firmicutes	Anaerobutyricum hallii isolate EH1 chromosome I	False	False
ISR0143_000000018362	1593	0.5001410706527912	3	1	1	1	1	False	31136	maximal	True	ISR0143_000000018362	1.0		3	3	False	False	1.0	0					non-mobilizable	no_good_hit	403.0	71.96	25.0	0.0026771103640459287	NZ_CYXX01000006.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	True	False
FIJ0080_000000014275	1709	0.5001397491641648	2	2	2	2	2	False	44323	maximal	True	FIJ0080_000000014275	1.0		505	15	False	False	0.9730836749076843	0					non-mobilizable	other	1691.0	98.10799999999999	99.0	0.013588813752844405	NZ_CYXX01000010.1	firmicutes	Roseburia inulinivorans strain 2789STDY5608887, whole genome shotgun sequence	False	False
ISR0842_000000015189	1527	0.5001378334720034	2	2	2	2	1	False	80594	fragment	False	ENG0101_000000020538	0.7418819088924433		0	0	False	False	0.990176796913147	0					non-mobilizable	other	1508.0	99.536	99.0	0.02492350946828744	NZ_CYZN01000023.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
FIJ0026_000000003942	6949	0.5001371494808549	6	5	3	5	4	False	49139	maximal	True	FIJ0026_000000003942	1.0		5	1	False	False	1.0	0					non-mobilizable	no_good_hit	841.0	77.883	12.0	0.00017529472217159327	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
SPA0046_000000020675	1587	0.5001363928605442	3	3	1	3	1	False	6714	maximal	True	SPA0046_000000020675	1.0		85	10	False	False	0.9993698596954346	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	0.001224135207708103	NZ_VSKN01000029.1	CFB group bacteria	Bizionia gelidisalsuginis strain IC164 NODE_29_length_25324_cov_205.274, whole genome shotgun sequence	True	False
ISR0380_000000007530	1574	0.5001350341071995	2	2	2	2	1	False	23183	maximal	True	ISR0380_000000007530	1.0		316	12	False	False	0.9955527186393738	0					non-mobilizable	chromosome	1008.0	98.90899999999999	100.0	0.00032457454787603507	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	False	False
ISR0853_000000005417	3080	0.5001342985664345	4	3	3	3	3	False	111069	fragment	False	FIJ0095_000000004547	0.20212975971653047		0	0	False	False	0.9993506669998169	0					non-mobilizable	no_good_hit	515.0	72.039	16.0	9.117091802976216e-05	NZ_CP050964.1	firmicutes	Enterocloster clostridioformis strain FDAARGOS_739 chromosome	True	False
MON0105_000000039257	1393	0.5001333771828266	2	2	2	2	2	False	59777	maximal	True	MON0105_000000039257	1.0		111	10	False	False	1.0	0					non-mobilizable	no_good_hit	165.0	78.182	12.0	6.28780591230121e-05	CP054425.1	high GC Gram+	Bifidobacterium longum subsp. infantis strain Bi-26 chromosome	True	False
ISR0261_000000001409	10172	0.5001331631784673	9	9	8	8	5	False	105633	maximal	True	ISR0261_000000001409	1.0		71	8	False	False	0.9994101524353027	0					non-mobilizable	other	9833.0	99.705	97.0	0.05715016449854102	NZ_JAAIOD010000005.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_5_length_172038_cov_302.93, whole genome shotgun sequence	False	False
ISR0324_000000007747	4092	0.5001295424418352	5	4	1	3	1	True	24950	maximal	True	ISR0324_000000007747	1.0		1	1	False	False	0.9997556209564209	0					non-mobilizable	no_good_hit								True	True
ISR0232_000000018420	1573	0.5001219966647537	2	2	2	2	1	False	27431	maximal	True	ISR0232_000000018420	1.0		8	2	False	False	1.0	0					non-mobilizable	no_good_hit	109.0	83.486	7.0	0.0001344459257230238	NZ_KI535367.1	firmicutes	Catonella morbi ATCC 51271 Scfld1, whole genome shotgun sequence	True	False
FIJ0006_000000023448	1639	0.5001205722678256	3	3	3	3	3	False	100191	maximal	False	MAD0110_000000015382	0.944707390595795		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	711.0	83.82600000000001	58.0	0.0034536196590657514	NZ_VZBY01000061.1	CFB group bacteria	Prevotella copri strain BVe41210 NODE_3_length_203265_cov_26.6557_ID_5, whole genome shotgun sequence	True	False
MAD0003_000000009780	2901	0.5001197724144122	3	3	3	3	2	False	66620	fragment	False	MAD0003_000000009780	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	32.0	96.875	1.0	1.2095361389889682e-05	NZ_JMQM01000001.1	a-proteobacteria	Nitratireductor basaltis strain UMTGB225 contig000001, whole genome shotgun sequence	True	False
SPA0117_000000027336	1368	0.5001167339044267	2	1	1	1	1	False	4288	maximal	True	SPA0117_000000027336	1.0		270	13	False	False	0.9678362607955933	0					non-mobilizable	chromosome	1321.0	100.0	97.0	0.0002626518605302702	CP054214.1	enterobacteria	Escherichia coli strain EcPF40 chromosome, complete genome	False	False
MAD0068_000000019406	1481	0.5001166470338798	2	2	2	2	2	False	40938	maximal	False	FIJ0129_000000013203	0.9054136253041363		0	0	False	False	0.9810938835144043	0					non-mobilizable	chromosome	1481.0	98.92	100.0	0.000311683016687256	NZ_CP017184.1	enterobacteria	Enterobacter roggenkampii strain DSM 16690 chromosome, complete genome	False	False
ENG0169_000000006676	3389	0.5001136707225974	3	3	2	2	3	False	55921	fragment	False	ENG0169_000000006676	1.0		0	0	False	False	0.9964591264724731	0					non-mobilizable	chromosome	3376.0	99.704	99.0	0.0006973245670854126	NZ_CP015401.2	CFB group bacteria	Bacteroides caecimuris strain I48 chromosome, complete genome	False	False
ISR0307_000000005259	1948	0.5001111854620068	3	3	2	3	2	False	34335	maximal	True	ISR0307_000000005259	1.0		594	13	False	False	0.9958932399749756	0					non-mobilizable	other	1948.0	99.743	100.0	0.08253147386715273	NZ_JAAIOD010000029.1	firmicutes	Dorea longicatena strain MSK.10.16 NODE_29_length_23591_cov_281.03, whole genome shotgun sequence	False	False
FIJ0123_000000004794	6906	0.5001111556139218	3	2	1	2	0	True	41382	maximal	True	FIJ0123_000000004794	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	606.0	76.07300000000001	8.0	0.0021256771167315587	NZ_JH591189.1	firmicutes	Dialister succinatiphilus YIT 11850 supercont1.3, whole genome shotgun sequence	True	True
CHI0148_000000007836	1495	0.5001106583552025	2	2	2	2	1	False	79598	maximal	True	CHI0148_000000007836	1.0		17	4	False	False	0.9645484685897827	0					non-mobilizable	other	966.0	90.89	96.0	0.024674294197445545	NZ_WNAJ01000032.1	firmicutes	Roseburia intestinalis strain BIOML-A1 scaffold32_size39069, whole genome shotgun sequence	False	False
DEN0082_000000030228	1411	0.5001088796968861	2	2	2	2	2	False	69184	maximal	True	DEN0082_000000030228	1.0		39	6	False	False	0.9893692135810852	0					non-mobilizable	no_good_hit	1147.0	78.46600000000001	80.0	0.1361457334611697	NZ_QIML01000043.1	firmicutes	Evtepia gabavorous strain KLE1738 KLE1738_43, whole genome shotgun sequence	True	False
CAN0015_000000028738	1184	0.500108752889946	2	2	2	2	1	False	93119	maximal	True	CAN0015_000000028738	1.0		1	1	False	False	0.9915540814399719	0					non-mobilizable	no_good_hit	449.0	73.274	38.0	8.994152563106564e-05	CP000885.1	firmicutes	Lachnoclostridium phytofermentans ISDg, complete genome	True	False
ISR0353_000000024712	1488	0.5001077507246855	4	4	1	1	4	False	63926	fragment	False	ISR0028_000000012429	0.9496472097498396		0	0	False	False	0.9912634491920471	0					non-mobilizable	other	1488.0	99.866	100.0	0.00047740006703505985	FP929061.1	firmicutes	Anaerostipes hadrus draft genome	False	False
SPA0101_000000002496	13952	0.5001068044998708	17	6	6	5	1	True	4954	maximal	True	SPA0101_000000002496	1.0		7	3	False	False	0.9994983077049255	0					non-mobilizable	no_good_hit	35.0	97.14299999999999	0.0	1.3430728234230952e-06	CP050227.1	eudicots	Morus alba cultivar Heyebai chromosome 4	True	True
SPA0089_000000023558	1609	0.5001057140588294	3	3	3	3	3	False	24297	maximal	True	SPA0089_000000023558	1.0		104	10	False	False	0.9950279593467712	0					non-mobilizable	other	1590.0	99.49700000000001	99.0	0.002640771923060304	NZ_GL882599.1	CFB group bacteria	Bacteroides clarus YIT 12056 Scfld52, whole genome shotgun sequence	False	False
MON0019_000000058609	1133	0.5001038139973084	2	2	2	2	1	False	13123	maximal	True	MON0019_000000058609	1.0		2	2	False	False	0.9249779582023621	0					non-mobilizable	no_good_hit	434.0	72.581	37.0	0.00012807796852559798	LT900217.1	actinobacteria	Gordonibacter urolithinfaciens strain DSM 27213T genome assembly, chromosome: I	True	False
ISR0097_000000002517	7920	0.5001036361100508	14	6	3	5	2	True	54280	maximal	True	ISR0097_000000002517	1.0		8	3	False	False	0.9977272748947144	0					non-mobilizable	no_good_hit	232.0	75.862	3.0	0.2848020434227331	NZ_AZQP01000147.1	firmicutes	Fervidicella metallireducens AeB contig00147, whole genome shotgun sequence	True	True
MAD0102_000000011808	1728	0.5001012167902703	1	1	1	1	1	False	14985	maximal	True	MAD0102_000000011808	1.0		28	5	False	False	0.9988425970077515	0					non-mobilizable	no_good_hit	747.0	73.092	42.0	0.0002315927960422592	NC_013165.1	actinobacteria	Slackia heliotrinireducens DSM 20476, complete sequence	True	False
FIJ0081_000000027481	1324	0.500100878392871	2	2	2	2	1	True	44228	maximal	True	FIJ0081_000000027481	1.0		1	1	False	False	0.9267371892929077	0					non-mobilizable	no_good_hit	732.0	72.268	55.0	0.0009998435147961606	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	True	True
MON0092_000000045270	1234	0.500100878392871	2	2	2	2	1	True	9422	fragment	False	MON0092_000000045270	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	732.0	72.268	59.0	0.0009998435147961606	NZ_DS499676.1	CFB group bacteria	Bacteroides stercoris ATCC 43183 Scfld_02_15, whole genome shotgun sequence	True	True
CHI0060_000000011841	1308	0.5000981008055444	2	2	2	2	2	True	85706	maximal	True	CHI0060_000000011841	1.0		18	5	False	False	1.0	0					non-mobilizable	no_good_hit	712.0	80.47800000000001	72.0	0.00024713029099330343	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	True	True
ISR0824_000000005653	3320	0.5000926651509197	7	7	3	3	6	False	73659	fragment	False	USA0145_01_000000007297	0.9858858858858859		0	0	False	False	0.9966867566108704	0					non-mobilizable	other	3320.0	100.0	100.0	0.12403303561418588	NZ_AGDG01000048.1	CFB group bacteria	Bacteroides faecis MAJ27 contig048, whole genome shotgun sequence	False	False
MAD0065_000000007563	1516	0.5000919318398133	2	2	2	2	1	False	47074	maximal	True	MAD0065_000000007563	1.0		263	12	False	False	1.0	0					non-mobilizable	no_good_hit	698.0	90.68799999999999	74.0	0.00018592968443437762	CP042464.1	CFB group bacteria	Prevotella copri strain YF2 chromosome	True	False
MAD0110_000000006337	4347	0.5000896654843616	7	5	5	4	4	False	86836	fragment	False	CHI0049_000000002684	0.33982281184799173		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	637.0	90.581	28.0	0.00022442673261142734	LR699017.1	firmicutes	Faecalibacterium prausnitzii isolate MGYG-HGUT-02545 genome assembly, chromosome: 1	True	False
SPA0071_000000010152	2289	0.5000882840285513	2	2	2	2	2	False	5901	maximal	True	SPA0071_000000010152	1.0		4	1	False	False	1.0	0					non-mobilizable	no_good_hit	69.0	84.05799999999999	3.0	1.1826154828366841e-05	NZ_CP011058.1	firmicutes	Paenibacillus beijingensis strain DSM 24997 chromosome, complete genome	True	False
SPA0058_000000003828	6775	0.5000842438318447	4	4	2	4	4	False	6317	maximal	True	SPA0058_000000003828	1.0		502	13	False	False	0.9982287883758545	0					non-mobilizable	other	6775.0	99.616	100.0	0.012500530543627295	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
TAN0008_000000012941	1626	0.5000838119408463	2	2	2	1	1	False	2745	maximal	True	TAN0008_000000012941	1.0		1	1	False	False	0.992004930973053	0					non-mobilizable	no_good_hit	860.0	78.14	53.0	0.00015562405518836238	CP048000.1	firmicutes	Anaerocolumna sp. CBA3638 chromosome, complete genome	True	False
SPA0057_000000024828	1330	0.5000813706163745	3	3	3	2	1	False	76225	maximal	False	SPA0077_000000018623	0.39106748808702185		0	0	False	False	1.0	0					non-mobilizable	chromosome	1330.0	99.85	100.0	0.0003025834341375587	LT906459.1	CFB group bacteria	Odoribacter splanchnicus strain NCTC10825 genome assembly, chromosome: 1	False	False
FIJ0039_000000012887	1784	0.5000778224222956	2	2	2	2	2	False	55764	fragment	False	FIJ0039_000000012887	1.0		0	0	False	False	0.9971973299980164	0					non-mobilizable	other	1744.0	98.796	98.0	0.0027876046751153104	NZ_KI669409.1	firmicutes	[Ruminococcus] lactaris CC59_002D addUH-supercont1.3, whole genome shotgun sequence	False	False
MON0063_000000017243	1712	0.5000764850623384	2	1	1	1	1	False	10738	fragment	False	MON0063_000000017243	1.0		0	0	False	False	0.9988317489624023	0					non-mobilizable	no_good_hit	32.0	96.875	2.0	5.838047881333503e-06	NZ_LFZW01000001.1	firmicutes	Peribacillus loiseleuriae strain FJAT-27997 Scaffold1, whole genome shotgun sequence	True	False
ISR0094_000000002598	9052	0.5000700476659146	11	9	5	7	5	False	85210	maximal	True	ISR0094_000000002598	1.0		16	5	False	False	1.0	0					non-mobilizable	no_good_hit	2340.0	99.145	56.0	0.000493782000526729	AP019724.1	CFB group bacteria	Bacteroides uniformis NBRC 113350 DNA, complete genome	True	False
ISR0207_000000004727	5207	0.5000695187654216	9	7	4	5	5	False	28593	fragment	False	ISR0207_000000004727	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	768.0	85.02600000000001	15.0	0.0002452764274943988	FP929039.1	firmicutes	Coprococcus sp. ART55/1 draft genome	True	False
ISR0076_000000012678	2011	0.5000664505372072	3	3	1	2	3	False	79091	fragment	False	USA0145_01_000000011158	0.9483594425952695		0	0	False	False	0.9975136518478394	0					non-mobilizable	other	2011.0	98.85600000000001	100.0	0.0007299574917788991	AP018537.1	firmicutes	Erysipelotrichaceae bacterium GAM147 DNA, complete genome	False	False
FIJ0033_000000020906	1780	0.5000660953995344	1	1	1	1	1	False	48271	maximal	True	FIJ0033_000000020906	1.0		28	5	False	False	1.0	0					non-mobilizable	no_good_hit	1433.0	73.622	79.0	0.0004204470743916011	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	True	False
ISR0140_000000009540	2630	0.5000645539748401	3	3	3	3	2	True	31248	maximal	True	ISR0140_000000009540	1.0		10	6	False	False	0.9863117933273315	0					non-mobilizable	other	2630.0	99.354	100.0	0.011488878206528864	NZ_JAAISM010000002.1	firmicutes	[Clostridium] symbiosum strain MSK.1.9 NODE_2_length_228830_cov_202.307, whole genome shotgun sequence	False	True
CHI0064_000000003492	4930	0.5000638034405904	5	5	3	4	5	False	122188	fragment	False	MAD0111_000000003353	0.8986813208478879		0	0	False	False	1.0	0					non-mobilizable	other	4863.0	96.669	100.0	0.001454058601045402	FP929055.1	firmicutes	Ruminococcus torques L2-14 draft genome	False	False
ISR0176_000000004054	7469	0.500063573321332	10	4	4	4	3	False	117963	maximal	True	ISR0176_000000004054	1.0		10	1	False	False	0.9957156181335449	0					non-mobilizable	no_good_hit	2466.0	94.728	72.0	0.0006940985546617419	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0213_000000024126	1127	0.5000626254918545	2	2	1	2	1	False	28247	maximal	True	ISR0213_000000024126	1.0		6	4	False	False	0.9858030080795288	0					non-mobilizable	no_good_hit	380.0	88.684	34.0	0.0011251866652020436	NZ_QSFS01000001.1	firmicutes	Dorea formicigenerans strain AM42-8 AM42-8.Scaf1, whole genome shotgun sequence	True	False
USA0119_01_000000022036	1111	0.5000609399319909	2	2	2	2	2	False	217	maximal	True	USA0119_01_000000022036	1.0		421	11	False	False	0.9603960514068604	0					non-mobilizable	chromosome	1095.0	100.0	99.0	0.00023934525290195181	CP022412.2	CFB group bacteria	Bacteroides caccae strain ATCC 43185 chromosome, complete genome	False	False
ISR0378_000000016727	1792	0.5000594521871162	3	3	3	3	3	False	130039	fragment	False	USA0135_01_000000006480	0.13216392840419797		0	0	False	False	0.9977678656578064	0					non-mobilizable	other	1788.0	95.63799999999999	99.0	0.0037115488763939217	NZ_CABIYV010000002.1	firmicutes	Gemmiger formicilis isolate MGYG-HGUT-00084, whole genome shotgun sequence	False	False
MAD0098_000000005819	6751	0.5000594259810021	10	9	1	4	9	True	15356	fragment	False	MAD0098_000000005819	1.0		0	0	False	False	0.9998518824577332	0					non-mobilizable	plasmid	6745.0	99.73299999999999	99.0	0.06742584057347957	AP009241.1	enterobacteria	Escherichia coli SE11 plasmid pSE11-1 DNA, complete sequence	False	True
CHI0111_000000008161	3760	0.500055530282245	7	4	2	3	2	False	82619	maximal	True	CHI0111_000000008161	1.0		1	1	False	False	0.9997340440750122	0					non-mobilizable	no_good_hit	1914.0	90.54299999999999	65.0	0.0007302169121190359	NC_021039.1	firmicutes	Ruminococcus champanellensis 18P13 = JCM 17042, complete genome	True	False
ENG0139_000000015211	1438	0.5000539229246478	2	2	2	2	2	False	57842	maximal	True	ENG0139_000000015211	1.0		630	15	False	False	0.9993045926094055	0					non-mobilizable	chromosome	1414.0	90.24	98.0	0.0003954714184437458	CP060633.1	firmicutes	Lachnospiraceae bacterium sunii NSJ-8 chromosome, complete genome	False	False
ENG0047_000000005761	3042	0.500052999838919	4	3	3	3	2	False	76259	fragment	False	ENG0047_000000005761	1.0		0	0	False	False	0.9993425607681274	0					non-mobilizable	no_good_hit	2572.0	96.03399999999999	84.0	0.04355199782918391	NZ_VULP01000019.1	firmicutes	Anaerobutyricum soehngenii strain BSM-383-APC-4H seq19, whole genome shotgun sequence	True	False
MON0094_000000029546	1309	0.5000525689141361	3	2	1	2	1	False	9330	maximal	True	MON0094_000000029546	1.0		2	1	False	False	1.0	0					non-mobilizable	no_good_hit	194.0	78.866	15.0	0.00010916466052663331	NZ_LT732540.1	actinobacteria	Olsenella urininfantis strain Marseille-P3197T, whole genome shotgun sequence	True	False
SPA0129_000000013180	1976	0.5000512240227263	2	2	2	1	1	False	3838	maximal	True	SPA0129_000000013180	1.0		2	2	False	False	1.0	0					non-mobilizable	no_good_hit	133.0	75.94	7.0	0.028144620047629357	NZ_PJZH01000057.1	enterobacteria	Chimaeribacter coloradensis strain 2016-Iso4 NODE_58_length_4619_cov_42.3093_ID_5317, whole genome shotgun sequence	True	False
ENG0032_000000008480	2508	0.5000504282904678	3	3	3	2	2	False	65622	maximal	True	ENG0032_000000008480	1.0		9	4	False	False	1.0	0					non-mobilizable	other	1630.0	98.95700000000001	97.0	0.0005294365417166094	NZ_CP007034.1	CFB group bacteria	Barnesiella viscericola DSM 18177, complete genome	False	False
ENG0038_000000017362	1502	0.5000490097453549	2	1	1	1	1	False	81460	fragment	False	CHI0126_000000010172	0.9943484042553192		0	0	False	False	0.9913448691368103	0					non-mobilizable	other	1502.0	99.667	100.0	0.0003680120313700222	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
SPA0116_000000031658	1300	0.5000490097453549	1	1	1	1	1	False	4341	fragment	False	SPA0116_000000031658	1.0		0	0	False	False	0.9846153855323792	0					non-mobilizable	other	1300.0	99.538	100.0	0.00031848609510303725	AP018536.1	firmicutes	Lachnospiraceae bacterium GAM79 DNA, complete genome	False	False
MON0103_000000041637	1388	0.5000460282779428	2	1	1	1	1	False	95204	maximal	False	CAN0007_000000027182	0.9418132611637348		0	0	False	False	0.9956772327423096	0					non-mobilizable	other	1389.0	93.73700000000001	100.0	0.0017065898536821156	NZ_FRDE01000003.1	firmicutes	Butyricicoccus pullicaecorum isolate Butyricicoccus pullicaecorum_25.3(T), whole genome shotgun sequence	False	False
ISR0095_000000008052	3527	0.5000456647498134	3	3	3	3	3	False	74769	maximal	True	ISR0095_000000008052	1.0		50	10	False	False	1.0	0					non-mobilizable	no_good_hit	434.0	78.80199999999999	12.0	0.00011998468872881651	NZ_LR699011.1	firmicutes	Roseburia hominis isolate MGYG-HGUT-02517 chromosome 1	True	False
ENG0163_000000020170	1299	0.5000417667582884	1	1	1	1	1	False	56301	maximal	True	ENG0163_000000020170	1.0		6	5	False	False	0.9645881652832031	0					non-mobilizable	other	1276.0	99.84299999999999	98.0	0.0021780909673286353	NZ_CABKUF010000006.1	b-proteobacteria	Dakarella massiliensis isolate MGYG-HGUT-01494, whole genome shotgun sequence	False	False
DEN0079_000000040643	1513	0.5000408538401276	2	2	2	1	1	False	69488	maximal	True	DEN0079_000000040643	1.0		18	7	False	False	1.0	0					non-mobilizable	no_good_hit	812.0	95.443	53.0	0.00022788770100231102	FP929053.1	firmicutes	Ruminococcus sp. SR1/5 draft genome	True	False
ISR0205_000000007516	2316	0.5000407997121494	3	2	2	2	2	False	30166	maximal	True	ISR0205_000000007516	1.0		78	6	True	True	0.9939550757408142	6					non-mobilizable	no_good_hit	638.0	95.76799999999999	28.0	0.0037978155108270534	NZ_JAAIUL010000007.1	firmicutes	Blautia massiliensis strain MSK.16.77 NODE_7_length_167728_cov_210.326, whole genome shotgun sequence	True	True
AST0102_000000004782	5795	0.5000349668786944	7	7	7	6	5	False	121920	maximal	True	AST0102_000000004782	1.0		2	2	False	False	0.9984469413757324	0					non-mobilizable	no_good_hit	1889.0	92.695	33.0	0.01297906292128649	NZ_QEKJ01000005.1	firmicutes	Agathobaculum butyriciproducens strain DSM 100391 Ga0215719_105, whole genome shotgun sequence	True	False
ISR0078_000000009472	2045	0.500034589947858	3	2	2	1	1	False	34425	maximal	True	ISR0078_000000009472	1.0		3	2	False	False	0.9995110034942627	0					non-mobilizable	no_good_hit	252.0	94.84100000000001	20.0	8.090189822927985e-05	CP048437.1	firmicutes	Faecalibacterium prausnitzii A2-165 strain JCM 31915 chromosome, complete genome	True	False
ISR0269_000000016893	1157	0.5000336553183143	2	2	2	2	2	False	112338	fragment	False	ISR0805_000000006670	0.02331286760849563		0	0	False	False	0.997407078742981	0					non-mobilizable	other	998.0	97.896	100.0	0.000276865999078039	FP929062.1	firmicutes	Clostridiales sp. SS3/4 draft genome	False	False
AST0046_000000007838	2303	0.5000327705494038	4	3	2	2	2	False	115700	maximal	True	AST0046_000000007838	1.0		149	9	False	False	1.0	0					non-mobilizable	other	2312.0	92.47399999999999	100.0	0.003473468612090627	NZ_FTRU01000007.1	firmicutes	Negativibacillus massiliensis strain Marseille-P3213T, whole genome shotgun sequence	False	False
ENG0053_000000020602	1213	0.5000319854003422	1	1	1	1	1	False	128272	fragment	False	AST0099_000000008733	0.05643933560295068		0	0	False	False	0.985160768032074	0					non-mobilizable	chromosome	1213.0	99.258	100.0	0.000425936436366959	CP031837.1	firmicutes	Clostridium sporogenes strain YH-Raf3-2-5 chromosome, complete genome	False	False
ISR0794_000000005798	3333	0.5000316816075117	5	4	4	4	3	False	103256	maximal	False	ISR0847_000000007503	0.9640092846240261		0	0	False	False	1.0	0					non-mobilizable	other	3333.0	99.7	100.0	0.006143233861785542	NZ_SPHG01000003.1	CFB group bacteria	Alistipes shahii strain BSD2780061688st1_A10 NODE_3_length_541897_cov_58.3569, whole genome shotgun sequence	False	False
ISR0311_000000009706	2160	0.5000300243193663	3	2	2	2	1	False	25298	fragment	False	ISR0311_000000009706	1.0		0	0	False	False	0.9925925731658936	0					non-mobilizable	other	2154.0	98.236	99.0	0.0005022989567672944	FP929050.1	firmicutes	Roseburia intestinalis XB6B4 draft genome	False	False
FIJ0027_000000013712	1267	0.5000275724210534	2	1	1	1	1	False	52293	maximal	True	FIJ0027_000000013712	0.9676		39	6	False	False	0.9984214901924133	0					non-mobilizable	no_good_hit								True	False
AUS0014_000000019668	1402	0.5000252833504053	2	1	1	1	1	False	100779	fragment	False	AUS0014_000000019668	0.9635338345864661		0	0	False	False	0.9992867112159729	0					non-mobilizable	no_good_hit	428.0	77.57	30.0	0.0001386152175914836	NZ_CP014228.1	high GC Gram+	Actinomyces radicidentis strain CCUG 36733 chromosome, complete genome	True	False
ISR0181_000000002892	5961	0.5000243410713382	5	5	5	5	4	False	35345	maximal	True	ISR0181_000000002892	1.0		1	1	False	False	1.0	0					non-mobilizable	no_good_hit	2670.0	99.625	77.0	0.000490182394132357	NZ_LR699004.1	CFB group bacteria	Phocaeicola dorei isolate MGYG-HGUT-02478 chromosome 1	True	False
ISR0802_000000003792	3638	0.5000234588419867	4	2	2	2	2	False	60247	maximal	True	ISR0802_000000003792	1.0		221	14	False	False	0.9961517453193665	0					non-mobilizable	no_good_hit	107.0	81.308	3.0	4.891725157723195e-05	NZ_LR778174.1	firmicutes	Veillonella parvula strain SKV38 chromosome 1	True	False
MON0035_000000007067	3714	0.5000232384452757	5	4	4	4	4	False	76085	maximal	True	MON0035_000000007067	1.0		90	12	False	False	0.9973074793815613	0					non-mobilizable	other	3618.0	97.181	97.0	0.0098966814916182	NZ_CYXV01000002.1	firmicutes	Roseburia faecis strain 2789STDY5608863, whole genome shotgun sequence	False	False
AST0059_000000013887	1151	0.5000228992873574	2	1	1	1	1	False	112560	maximal	True	AST0059_000000013887	1.0		12	3	False	False	1.0	0					non-mobilizable	chromosome	1152.0	98.785	100.0	0.0003200486251267671	NZ_CP021140.1	actinobacteria	Eggerthella lenta strain C592 chromosome, complete genome	False	False
ENG0210_000000016914	1551	0.5000206015144597	2	1	1	1	1	False	53705	fragment	False	ENG0210_000000016914	1.0		0	0	False	False	0.9735654592514038	0					non-mobilizable	no_good_hit								True	False
FIJ0030_000000031872	1215	0.5000200484032955	2	2	2	2	1	False	48651	fragment	False	FIJ0030_000000031872	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	728.0	78.846	60.0	0.00011544919063579496	CP040530.1	CFB group bacteria	Bacteroides thetaiotaomicron strain DSM 2079 chromosome, complete genome	True	False
DEN0017_000000003260	8682	0.5000193922190073	10	4	2	4	2	True	88832	fragment	False	ENG0190_000000003297	0.9605702829137892		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	28.0	100.0	0.0	3.50270548972026e-07	LR699159.1	caecilians	Geotrypetes seraphini genome assembly, chromosome: 14	True	True
MAD0064_000000021200	1128	0.5000151980837609	2	2	2	2	1	True	16653	fragment	False	MAD0064_000000021200	1.0		0	0	False	False	0.9858155846595764	0					non-mobilizable	no_good_hit								True	True
ISR0158_000000002291	6703	0.5000141964457048	5	3	3	2	0	False	30517	maximal	True	ISR0158_000000002291	1.0		3	1	False	False	0.9997016191482544	0					non-mobilizable	no_good_hit	1940.0	78.969	59.0	0.054769966142202746	MK233118.1	viruses	Uncultured human fecal virus clone E.hallii_B07.V06.K05_2-CL38_c1 sequence	True	False
SPA0047_000000006031	6507	0.500011934936194	11	4	1	4	1	False	34255	fragment	False	SPA0047_000000006031	1.0		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	1215.0	73.086	24.0	0.0003597916159219984	FP929045.1	firmicutes	Faecalibacterium prausnitzii L2/6 draft genome	True	False
ISR0081_000000003596	6277	0.500011934936194	11	4	1	4	1	False	34254	fragment	False	ISR0081_000000003596	1.0		0	0	False	False	0.9995220899581909	0					non-mobilizable	no_good_hit	65.0	93.846	1.0	0.006702127659574468	MK233453.1	viruses	Uncultured human fecal virus clone F.prausnitziiC_S10.O04_4_c1 sequence	True	False
FIJ0079_000000018783	1501	0.5000115563929434	2	1	1	1	1	False	44373	fragment	False	FIJ0079_000000018783	0.9606971975393028		0	0	False	False	1.0	0					non-mobilizable	no_good_hit	827.0	96.735	71.0	0.00027802676394686254	NZ_CP030777.1	firmicutes	Faecalibacterium prausnitzii strain APC918/95b chromosome, complete genome	True	False
FIJ0066_000000002439	11097	0.5000114538716806	11	6	4	5	2	True	45386	maximal	True	FIJ0066_000000002439	1.0		2	1	False	False	0.9999098777770996	0					non-mobilizable	no_good_hit	518.0	73.938	5.0	0.010861415197412112	NZ_CCDG010000089.1	firmicutes	Paenibacillus camerounensis strain G4, whole genome shotgun sequence	True	True
ENG0060_000000015813	1928	0.5000100016109958	2	1	1	1	1	False	63333	maximal	True	ENG0060_000000015813	1.0		264	13	False	False	1.0	0					non-mobilizable	other	1928.0	99.429	100.0	0.0005160355295951866	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ISR0378_000000016616	1801	0.5000099068028718	2	2	1	2	1	True	23270	maximal	True	ISR0378_000000016616	1.0		2	2	False	False	0.9833425879478455	0					non-mobilizable	no_good_hit	764.0	88.351	42.0	0.002320468235165143	NZ_JAAWUO010000001.1	firmicutes	Blautia schinkii strain MSK.6.26 NODE_1_length_328382_cov_141.833, whole genome shotgun sequence	True	True
ISR0156_000000002816	9236	0.5000077483036551	6	6	5	6	4	False	77427	maximal	True	ISR0156_000000002816	0.9821755642183572		25	7	False	False	0.999783456325531	0					non-mobilizable	other	7504.0	86.167	99.0	0.00200549563110449	CP003274.1	CFB group bacteria	Alistipes finegoldii DSM 17242, complete genome	False	False
ENG0097_000000026740	1169	0.5000054747606386	2	2	2	2	1	False	60734	fragment	False	ENG0097_000000026740	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1170.0	98.54700000000001	100.0	0.00016485933038882524	NZ_CP012801.1	CFB group bacteria	Bacteroides cellulosilyticus strain WH2 chromosome, complete genome	False	False
MON0101_000000032572	1976	0.5000027111133338	3	3	3	3	3	False	108264	fragment	False	ISR0819_000000009159	0.4265932840877881		0	0	False	False	1.0	0					non-mobilizable	chromosome	1965.0	83.30799999999999	99.0	0.000681438249494934	CP023819.1	firmicutes	Faecalibacterium prausnitzii strain Indica chromosome, complete genome	False	False
CHI0049_000000002402	5971	0.5000019330400132	10	10	1	8	10	True	86839	fragment	False	CHI0049_000000002402	1.0		0	0	False	False	1.0	0			MPF_F	MOBF	mobilizable	plasmid	5971.0	100.0	100.0	0.03939397938579705	CP053282.1	enterobacteria	Escherichia coli strain SCU-308 plasmid pSCU-308-1, complete sequence	False	True
ENG0169_000000012673	1879	0.5000015924691461	2	2	2	2	2	False	55899	fragment	False	ENG0169_000000012673	1.0		0	0	False	False	1.0	0					non-mobilizable	chromosome	1825.0	88.87700000000001	97.0	0.0003316532247024521	CP036553.1	CFB group bacteria	Bacteroides fragilis strain DCMOUH0067B chromosome, complete genome	False	False
ISR0216_000000009152	1958	0.5000008999832666	2	2	2	1	1	False	28131	maximal	True	ISR0216_000000009152	0.969698170827041		724	14	False	False	1.0	0					non-mobilizable	other	1958.0	99.285	100.0	0.007990690457719163	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0346_000000012366	1895	0.5000008999832666	2	2	2	1	1	False	28131	maximal	False	ISR0216_000000009152	0.95886262147733		0	0	False	False	1.0	0					non-mobilizable	other	1895.0	99.26100000000001	100.0	0.007733453105222327	NZ_CYYV01000006.1	firmicutes	Fusicatenibacter saccharivorans strain 2789STDY5608849, whole genome shotgun sequence	False	False
ISR0120_000000019333	1793	0.5000002832456176	3	3	3	3	3	False	120838	fragment	False	USA0052_01_000000006844	0.48046429313955036		0	0	False	False	1.0	0					non-mobilizable	other	1793.0	98.661	99.0	0.018657532249836017	NZ_CYZN01000017.1	firmicutes	Blautia wexlerae strain 2789STDY5834863, whole genome shotgun sequence	False	False
